	midwest-country-estates	US		0	America/Chicago	41.61249	-93.86689	316			IA	049	94395	
4867471	Millman	millman	US		0	America/Chicago	41.5411	-93.67744	254			IA	153	90270	
4867472	Millnerville	millnerville	US		0	America/Chicago	42.6986	-96.48836	360			IA	149	93921	
4867474	Millrock	millrock	US		0	America/Chicago	42.05502	-90.83931	239			IA	097	92958	
4867487	Millville Siding	millville-siding	US		0	America/Chicago	42.50611	-91.07291	297			IA	061	93108	
4867533	Miner	miner	US		0	America/Chicago	42.71471	-92.10129	312			IA	017	91389	
4867653	Modern Manor Mobile Home Park	modern-manor-mobile-home-park	US		0	America/Chicago	41.64168	-91.481	207			IA	103	93789	
4867665	Moingona	moingona	US		0	America/Chicago	42.01693	-93.93245	280			IA	015	92832	
4867681	Moneek	moneek	US		0	America/Chicago	43.16026	-91.62431	328			IA	191	90273	
4867690	Moningers	moningers	US		0	America/Chicago	42.10915	-93.03437	273			IA	127	92838	
4867767	Monteith	monteith	US		0	America/Chicago	41.63138	-94.42858	322	Monteith,Montieth		IA	077	94302	
4867876	Moores Siding (historical)	moores-siding-historical	US		0	America/Chicago	43.45912	-94.12802	343			IA	109	93981	
4867877	Mooreville (historical)	mooreville-historical	US		0	America/Chicago	42.24555	-92.30046	258			IA	171	91554	
4867936	Morgin Valley (historical)	morgin-valley-historical	US		0	America/Chicago	41.48999	-93.29187	229			IA	125	93558	
4867937	Morhain	morhain	US		0	America/Chicago	42.64414	-93.67632	375			IA	197	94386	
4867983	Morningside	morningside	US		0	America/Chicago	42.46888	-96.35919	385			IA	193	93925	
4868008	Morrisburgh (historical)	morrisburgh-historical	US		0	America/Chicago	41.59999	-94.31802	352			IA	077	92118	
4868028	Mortimer (historical)	mortimer-historical	US		0	America/Chicago	40.88443	-94.31968	357			IA	159	92253	
4868031	Morton Mills	morton-mills	US		0	America/Chicago	41.07971	-94.98471	332			IA	137	91050	
4868057	Motor	motor	US		0	America/Chicago	42.80693	-91.35125	214			IA	043	93543	
4868136	Mount Etna	mount-etna	US		0	America/Chicago	41.12054	-94.73525	344			IA	003	94446	
4868142	Mount Hamill	mount-hamill	US		0	America/Chicago	40.75059	-91.61322	219	Hamill,Mount Hamill		IA	111	90546	
4868170	Mount Joy Mobile Home Park	mount-joy-mobile-home-park	US		0	America/Chicago	41.61753	-90.56125	220			IA	163	93849	
4868172	Mount Lucia	mount-lucia	US		0	America/Chicago	42.54055	-96.46475	415			IA	193	93925	
4868367	Munterville	munterville	US		0	America/Chicago	41.03557	-92.62019	265			IA	179	93453	
4868480	Nanito	nanito	US		0	America/Chicago	41.31554	-94.28968	379			IA	001	91608	
4868482	Nansen	nansen	US		0	America/Chicago	43.11192	-92.23767	385			IA	037	92184	
4868516	Nasset	nasset	US		0	America/Chicago	43.28442	-91.66681	292			IA	191	91578	
4868543	Navan	navan	US		0	America/Chicago	43.09775	-92.06267	329			IA	191	92181	
4868607	Neska	neska	US		0	America/Chicago	41.40834	-92.51352	256			IA	123	92982	
4868632	Nevinville	nevinville	US		0	America/Chicago	41.14721	-94.5008	402			IA	003	90780	
4868647	New Albion	new-albion	US		0	America/Chicago	42.64276	-92.73158	284			IA	023	92211	
4868664	New Buda	new-buda	US		0	America/Chicago	40.60139	-93.8105	281			IA	053	93072	
4868679	New Dixon	new-dixon	US		0	America/Chicago	41.73475	-90.77126	206			IA	163	90048	
4868934	Newtown (historical)	newtown-historical	US		0	America/Chicago	41.4536	-95.33639	356			IA	155	92325	
4868962	Nilesville	nilesville	US		0	America/Chicago	43.14053	-92.61352	328			IA	067	93111	
4868972	Nira	nira	US		0	America/Chicago	41.45418	-91.9324	239			IA	183	92511	
4868975	Nishna	nishna	US		0	America/Chicago	41.69582	-94.91888	391			IA	009	92418	
4869029	Noel (historical)	noel-historical	US		0	America/Chicago	41.75059	-90.59208	192			IA	163	94764	
4869042	Nora Junction	nora-junction	US		0	America/Chicago	43.13997	-93.01631	323			IA	067	93681	
4869057	Nordness	nordness	US		0	America/Chicago	43.23442	-91.77182	320			IA	191	93984	
4869065	Norman (historical)	norman-historical	US		0	America/Chicago	43.49301	-93.4991	392			IA	189	93141	
4869072	Norris Siding	norris-siding	US		0	America/Chicago	42.54998	-92.48074	266			IA	013	90575	
4869075	North American Trailer Park	north-american-trailer-park	US		0	America/Chicago	41.33888	-93.55855	254			IA	181	92036	
4869088	North Bellevue	north-bellevue	US		0	America/Chicago	42.27835	-90.43457	194			IA	097	90180	
4869104	North Cedar	north-cedar	US		0	America/Chicago	42.55471	-92.45574	264			IA	013	90575	
4869267	North Street Mobile Home Park	north-street-mobile-home-park	US		0	America/Chicago	42.48193	-92.05712	302			IA	019	93294	
4869282	North Welton	north-welton	US		0	America/Chicago	41.91364	-90.60458	237			IA	045	94641	
4869308	Northend Mobile Home Park	northend-mobile-home-park	US		0	America/Chicago	42.55222	-90.69457	224			IA	061	91086	
4869367	Northwind Mobile Home Park	northwind-mobile-home-park	US		0	America/Chicago	42.49083	-91.12652	292			IA	061	93108	
4869405	Norway Center	norway-center	US		0	America/Chicago	41.34582	-94.87248	417			IA	029	91392	
4869437	Norwoodville	norwoodville	US		0	America/Chicago	41.64388	-93.56105	280			IA	153	90951	
4869448	Nuel (historical)	nuel-historical	US		0	America/Chicago	42.62608	-93.96467	343			IA	197	94143	
4869449	Nugent	nugent	US		0	America/Chicago	41.20612	-92.1899	237			IA	107	94014	
4869455	Numa	numa	US		90	America/Chicago	40.68807	-92.97798	313			IA	007	90177	
4869469	Nyman	nyman	US		0	America/Chicago	40.88083	-95.20388	374			IA	145	91482	
4869489	O'Leary	o-leary	US		0	America/Chicago	42.70666	-96.05863	436	O'Leary,OLeary		IA	149	94254	
4869492	O'Neill	o-neill	US		0	America/Chicago	42.60889	-90.8868	262			IA	061	92217	
4869616	Oakland Acres	oakland-acres	US		156	America/Chicago	41.71722	-92.82047	300			IA	099	93672	
4869702	Oakwood Heights Mobile Home Park	oakwood-heights-mobile-home-park	US		0	America/Chicago	41.69166	-93.54744	288			IA	153	91056	
4869710	Oakwood Station (historical)	oakwood-station-historical	US		0	America/Chicago	41.93721	-93.51633	280			IA	169	94269	
4869713	Oasis	oasis	US		0	America/Chicago	41.70613	-91.38544	244			IA	103	91599	
4869818	Olaf	olaf	US		0	America/Chicago	42.88663	-93.72466	376			IA	197	90186	
4869824	Old Balltown	old-balltown	US		0	America/Chicago	42.63166	-90.85846	318			IA	061	92217	
4869880	Old Orchard Mobile Home Park	old-orchard-mobile-home-park	US		0	America/Chicago	42.00693	-93.62661	277			IA	169	94566	
4869883	Old Peru	old-peru	US		0	America/Chicago	41.23583	-93.94523	342	Old Peru,Peru		IA	121	94404	
4869920	Old Tripoli	old-tripoli	US		0	America/Chicago	42.82609	-92.26546	323			IA	017	91440	
4870009	Onawa Junction	onawa-junction	US		0	America/Chicago	42.72498	-95.55778	370			IA	035	93321	
4870074	Oralabor	oralabor	US		0	America/Chicago	41.69999	-93.58799	294			IA	153	90858	
4870112	Orchard Lane Mobile Home Court	orchard-lane-mobile-home-court	US		0	America/Chicago	42.49165	-91.4682	287			IA	055	90948	
4870113	Orchard Park Mobile Home Court	orchard-park-mobile-home-court	US		0	America/Chicago	43.14496	-93.37298	371			IA	033	90720	
4870135	Orilla	orilla	US		0	America/Chicago	41.50971	-93.72883	293	Orilla,Orillia		IA	181	92652	
4870178	Orton	orton	US		0	America/Chicago	41.5886	-95.81029	320			IA	085	92343	
4870208	Ormanville	ormanville	US		0	America/Chicago	40.90863	-92.48324	226			IA	179	91737	
4870272	Osterdock	osterdock	US		57	America/Chicago	42.7336	-91.15791	195			IA	043	92214	
4870306	Otranto	otranto	US		27	America/Chicago	43.4583	-92.98575	357			IA	131	93225	
4870319	Oswalt	oswalt	US		0	America/Chicago	41.69582	-93.29771	257	Oswald,Oswalt		IA	099	93471	
4870399	Ottumwa Junction	ottumwa-junction	US		0	America/Chicago	41.04835	-92.43963	222			IA	179	90633	
4870483	Overland Mobile Home Park	overland-mobile-home-park	US		0	America/Chicago	41.25111	-95.89474	301			IA	155	92292	
4870487	Ovia	ovia	US		0	America/Chicago	40.855	-93.31771	326			IA	185	94281	
4870492	Owasa	owasa	US		43	America/Chicago	42.43359	-93.20715	330			IA	083	92121	
4870521	Oxford Mills	oxford-mills	US		0	America/Chicago	41.9703	-90.95987	225			IA	105	93252	
4870533	Ozark (historical)	ozark-historical	US		0	America/Chicago	42.15751	-90.87431	267			IA	097	90327	
4870540	P and H Mobile Home Court	p-and-h-mobile-home-court	US		0	America/Chicago	41.54582	-93.59605	266			IA	153	90270	
4870556	Packard	packard	US		0	America/Chicago	42.85081	-92.73214	290			IA	023	90903	
4870565	Page Center	page-center	US		0	America/Chicago	40.71221	-95.1297	367	Page Center,Page Centre		IA	145	91848	
4870591	Palestine (historical)	palestine-historical	US		0	America/Chicago	40.69448	-91.79406	168			IA	177	90294	
4870604	Palm Grove	palm-grove	US		0	America/Chicago	42.32608	-94.17413	355	Crooks,Palm Grove		IA	187	90702	
4870667	Panorama Park	panorama-park	US		144	America/Chicago	41.55559	-90.45319	186	Panorama Park,Panorania Park		IA	163	93420	
4870688	Paralta	paralta	US		0	America/Chicago	42.03139	-91.44267	257			IA	113	92649	
4870698	Paris (historical)	paris-historical	US		0	America/Chicago	42.23499	-91.45822	272			IA	113	90312	
4870712	Park Place Mobile Home Court	park-place-mobile-home-court	US		0	America/Chicago	42.75859	-95.55195	391			IA	035	90654	
4870716	Park View	park-view	US		2389	America/Chicago	41.6942	-90.54569	239	Park View,Parkview		IA	163	90429	
4870720	Park View Village Mobile Home Park	park-view-village-mobile-home-park	US		0	America/Chicago	41.66388	-93.77383	291			IA	153	94629	
4870745	Parkhurst (historical)	parkhurst-historical	US		0	America/Chicago	41.60613	-91.40016	229			IA	103	93789	
4870750	Parksville (historical)	parksville-historical	US		0	America/Chicago	40.86891	-91.92712	229			IA	177	94275	
4870758	Parkview Mobile Home Park	parkview-mobile-home-park	US		0	America/Chicago	41.69029	-91.80351	248			IA	103	93249	
4870761	Parkview Terrace	parkview-terrace	US		0	America/Chicago	42.79443	-96.1878	366			IA	149	90060	
4870765	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/Chicago	41.61443	-93.70578	292			IA	153	94410	
4870912	Pelican Ridge Mobile Home Community	pelican-ridge-mobile-home-community	US		0	America/Chicago	43.3583	-95.11277	437			IA	059	90639	
4871000	Percy (historical)	percy-historical	US		0	America/Chicago	41.48166	-93.25048	229			IA	125	93558	
4871014	Perlee	perlee	US		0	America/Chicago	41.08391	-91.90351	211			IA	101	93282	
4871043	Perry Yard	perry-yard	US		0	America/Chicago	41.84443	-94.08746	299			IA	049	93993	
4871050	Perrys Rollin' Homes Manor	perrys-rollin-homes-manor	US		0	America/Chicago	41.93556	-91.65851	224			IA	113	90577	
4871068	Peter	peter	US		0	America/Chicago	41.35472	-95.65417	388			IA	155	93135	
4871107	Pettis	pettis	US		0	America/Chicago	42.36859	-94.93582	376			IA	161	90825	
4871112	Petersville	petersville	US		0	America/Chicago	41.96753	-90.53375	231	Petersville,Quigley		IA	045	94593	
4871125	Philby	philby	US		0	America/Chicago	43.0697	-95.80168	430			IA	141	90108	
4871173	Pickwick	pickwick	US		0	America/Chicago	41.00835	-92.41852	196			IA	179	90633	
4871291	Pine Grove Mobile Home Park	pine-grove-mobile-home-park	US		0	America/Chicago	41.63054	-93.603	253			IA	153	92409	
4871304	Pine Mills (historical)	pine-mills-historical	US		0	America/Chicago	41.46947	-90.87098	181			IA	139	92997	
4871306	Pine Ridge Mobile Home Court	pine-ridge-mobile-home-court	US		0	America/Chicago	42.46999	-91.91823	292			IA	019	94458	
4871357	Piper	piper	US		0	America/Chicago	42.36498	-94.55359	363			IA	025	92688	
4871378	Pitzer	pitzer	US		0	America/Chicago	41.37388	-94.18579	366			IA	121	92148	
4871434	Pleasant Corner	pleasant-corner	US		0	America/Chicago	41.10418	-92.67797	262			IA	135	93369	
4871440	Pleasant Creek	pleasant-creek	US		0	America/Chicago	42.19946	-90.38263	181			IA	097	94509	
4871474	Pleasant Hill (historical)	pleasant-hill-historical	US		0	America/Chicago	40.72697	-91.95795	191			IA	177	94323	
4871585	Pleasant Valley Mobile Home Park	pleasant-valley-mobile-home-park	US		0	America/Chicago	41.34832	-93.8805	271			IA	121	90846	
4871586	Pleasant Valley Mobile Home Park	pleasant-valley-mobile-home-park	US		0	America/Chicago	41.58055	-93.52799	239			IA	153	91371	
4871607	Pleasant View (historical)	pleasant-view-historical	US		0	America/Chicago	40.8253	-92.37935	251			IA	051	92502	
4871699	Plymouth (historical)	plymouth-historical	US		0	America/Chicago	42.73221	-96.20863	363			IA	149	94005	
4871716	Plymouth Junction	plymouth-junction	US		0	America/Chicago	43.22746	-93.13076	349			IA	033	91308	
4871779	Polk City Junction	polk-city-junction	US		0	America/Chicago	41.80249	-93.698	291			IA	153	92781	
4871809	Ponderosa Park Mobile Home Park	ponderosa-park-mobile-home-park	US		0	America/Chicago	41.51614	-90.63486	183			IA	163		
4871815	Polen	polen	US		0	America/Chicago	40.88499	-94.39607	380			IA	159	92604	
4871838	Port Allen (historical)	port-allen-historical	US		0	America/Chicago	41.3378	-91.35321	184			IA	139	93204	
4871841	Port Louisa	port-louisa	US		0	America/Chicago	41.2392	-91.13126	168			IA	115	93465	
4871892	Potosia	potosia	US		0	America/Chicago	42.6636	-96.37197	384			IA	149	92484	
4872040	Prairie View Acres Mobile Home Park	prairie-view-acres-mobile-home-park	US		0	America/Chicago	42.48332	-92.22102	277			IA	013	93477	
4872052	Prairie Village Mobile Home Park	prairie-village-mobile-home-park	US		0	America/Chicago	41.51999	-93.91967	291			IA	049	94326	
4872060	Prairiebell	prairiebell	US		0	America/Chicago	41.61443	-93.30993	281			IA	099	94512	
4872080	Predonia (historical)	predonia-historical	US		0	America/Chicago	42.05499	-92.80437	302			IA	127	92862	
4872234	Probstei	probstei	US		0	America/Chicago	41.58142	-90.66264	228			IA	163		
4872267	Prussia	prussia	US		0	America/Chicago	41.37388	-94.50636	414			IA	001	93519	
4872328	Quandahl	quandahl	US		0	America/Chicago	43.44997	-91.60653	250			IA	005	94596	
4872331	Quarry	quarry	US		0	America/Chicago	42.01721	-92.8052	272			IA	127	92412	
4872342	Queen City (historical)	queen-city-historical	US		0	America/Chicago	41.00526	-94.70997	351			IA	003	93531	
4872350	Quick	quick	US		0	America/Chicago	41.29	-95.67028	342			IA	155	91839	
4872354	Quilhart (historical)	quilhart-historical	US		0	America/Chicago	41.7186	-93.53272	292			IA	153	91056	
4872407	Radio City Mobile Home Park	radio-city-mobile-home-park	US		0	America/Chicago	41.62693	-93.60022	253			IA	153	92409	
4872461	Ramessa (historical)	ramessa-historical	US		0	America/Chicago	41.81392	-90.40708	186			IA	045	91137	
4872496	Rands	rands	US		0	America/Chicago	42.32498	-94.57887	360			IA	025	92688	
4872513	Rathbun	rathbun	US		87	America/Chicago	40.80112	-92.88881	286	Rathbun,Rathburn		IA	007	94392	
4872526	Ratna (historical)	ratna-historical	US		0	America/Chicago	43.32773	-93.55577	380			IA	189	93038	
4872539	Raymar	raymar	US		0	America/Chicago	42.45527	-92.24018	255			IA	013	93477	
4872601	Red Line	red-line	US		0	America/Chicago	41.71721	-95.1511	384			IA	165	93447	
4872668	Redman (historical)	redman-historical	US		0	America/Chicago	41.96916	-92.29935	260			IA	171	94812	
4872675	Reeceville	reeceville	US		0	America/Chicago	42.12669	-90.29846	240			IA	097	94509	
4872697	Reeve	reeve	US		0	America/Chicago	42.6722	-93.26048	355			IA	069	93561	
4872711	Regency Manor Mobile Home Park	regency-manor-mobile-home-park	US		0	America/Chicago	41.52082	-93.58911	282			IA	153	90270	
4872715	Regency of Iowa Mobile Home Park	regency-of-iowa-mobile-home-park	US		0	America/Chicago	41.22639	-95.87251	297			IA	155	92433	
4872716	Regency of Sioux City	regency-of-sioux-city	US		0	America/Chicago	42.4861	-96.35447	376	Regency of Sioux City,Sioux City Regency		IA	193	93925	
4872722	Registry Park	registry-park	US		0	America/Chicago	43.14579	-93.25576	359			IA	033	92890	
4872727	Reilly Settlement	reilly-settlement	US		0	America/Chicago	43.15553	-92.18073	368			IA	037	94299	
4872749	Remicker (historical)	remicker-historical	US		0	America/Chicago	42.4772	-93.7016	363			IA	079	90264	
4872854	Rexfield	rexfield	US		0	America/Chicago	41.08167	-92.95242	270			IA	135	94248	
4872883	Riceville (historical)	riceville-historical	US		0	America/Chicago	43.38497	-92.56324	381			IA	131	92268	
4872893	Richard	richard	US		0	America/Chicago	42.42776	-94.5297	361	Richard,Richards		IA	025	90585	
4872956	Rickardsville	rickardsville	US		181	America/Chicago	42.58333	-90.88402	315			IA	061	92217	
4872965	Rider	rider	US		0	America/Chicago	41.64416	-93.76967	298			IA	153	94629	
4872980	Ridgeport	ridgeport	US		0	America/Chicago	42.17692	-93.91745	369	Mineral Ridge,Ridgeport		IA	015	91002	
4872982	Ridgeview Park	ridgeview-park	US		0	America/Chicago	41.59253	-90.60597	224			IA	163		
4872997	Ridley	ridley	US		0	America/Chicago	43.0647	-91.50848	356			IA	043	91605	
4872998	Ridotto	ridotto	US		0	America/Chicago	42.82942	-94.67692	372			IA	151	93474	
4873002	Riggs	riggs	US		0	America/Chicago	42.00502	-90.53013	230			IA	045	94593	
4873014	Ringgold (historical)	ringgold-historical	US		0	America/Chicago	40.58388	-94.1919	357	Ringgold (historical),Ringgold City		IA	159	92724	
4873056	Ritter	ritter	US		0	America/Chicago	43.24414	-95.82279	436			IA	141	91356	
4873072	River Junction	river-junction	US		0	America/Chicago	41.49058	-91.49683	198			IA	103	91479	
4873083	River Sioux	river-sioux	US		59	America/Chicago	41.80582	-96.0464	317			IA	085	92664	
4873102	River Vista Trailer Park	river-vista-trailer-park	US		0	America/Chicago	41.60971	-94.00967	270			IA	049	90018	
4873111	Rivercrest Estates	rivercrest-estates	US		0	America/Chicago	41.68003	-90.34319	189			IA	163	93510	
4873122	Riverforest Trailer Park	riverforest-trailer-park	US		0	America/Chicago	42.46527	-92.30018	256			IA	013	91252	
4873280	Robison-Whitaker Acres	robison-whitaker-acres	US		0	America/Chicago	41.92582	-93.43521	272			IA	169	92034	
4873393	Rockaway (historical)	rockaway-historical	US		0	America/Chicago	42.10308	-90.41235	188			IA	097	94314	
4873414	Rockingham (historical)	rockingham-historical	US		0	America/Chicago	41.48253	-90.63347	168			IA	163		
4873416	Rocklyn Mobile Home	rocklyn-mobile-home	US		0	America/Chicago	41.61582	-93.70911	286			IA	153	94410	
4873471	Roelyn	roelyn	US		0	America/Chicago	42.41359	-94.35747	355			IA	187	91497	
4873510	Rolfe (historical)	rolfe-historical	US		0	America/Chicago	42.83747	-94.4772	364			IA	151	90984	
4873527	Rolling Hills Mobile Home Park	rolling-hills-mobile-home-park	US		0	America/Chicago	41.91332	-93.39743	294			IA	169	92034	
4873563	Rorbeck	rorbeck	US		0	America/Chicago	41.54804	-95.1336	396			IA	165	90693	
4873633	Rosetta (historical)	rosetta-historical	US		0	America/Chicago	41.40973	-92.36324	236			IA	107	94521	
4873654	Rosserdale	rosserdale	US		0	America/Chicago	41.40277	-94.41441	391	Roserdale,Rosserdale		IA	001	91776	
4873655	Rossie	rossie	US		71	America/Chicago	43.01331	-95.18861	429			IA	041	92541	
4873680	Rough Woods Hill	rough-woods-hill	US		0	America/Chicago	42.36082	-93.20881	331			IA	083	93363	
4873742	Rubens Siding	rubens-siding	US		0	America/Chicago	42.82081	-94.57998	363			IA	151	93474	
4873743	Rubio	rubio	US		0	America/Chicago	41.22113	-91.93767	195			IA	183	90696	
4873749	Ruble	ruble	US		0	America/Chicago	42.80805	-96.40975	398			IA	149	92274	
4873823	Russellville (historical)	russellville-historical	US		0	America/Chicago	40.67502	-92.5538	288			IA	051	91263	
4873824	Russellville (historical)	russellville-historical	US		0	America/Chicago	40.78281	-91.64544	219			IA	111	90546	
4873830	Rustic Ridge Mobile Home Park	rustic-ridge-mobile-home-park	US		0	America/Chicago	41.56948	-90.62375	210			IA	163		
4873889	Sac City Junction (historical)	sac-city-junction-historical	US		0	America/Chicago	42.26804	-95.07305	376			IA	161	94368	
4874337	Sageville	sageville	US		103	America/Chicago	42.55278	-90.70902	189			IA	061	91086	
4875326	Saint Sebald	saint-sebald	US		0	America/Chicago	42.73832	-91.54598	346			IA	043	93957	
4875498	Sand Bar Beach Resort and Trailer Court	sand-bar-beach-resort-and-trailer-court	US		0	America/Chicago	43.48746	-95.05444	428			IA	059	93960	
4875539	Sandusky Mobile Home Villa	sandusky-mobile-home-villa	US		0	America/Chicago	40.46504	-91.39182	177			IA	111	93000	
4875580	Sattre	sattre	US		0	America/Chicago	43.39219	-91.63959	337			IA	191	93384	
4875582	Saude	saude	US		0	America/Chicago	43.19803	-92.16128	349			IA	037	94299	
4875623	Saylor Station	saylor-station	US		0	America/Chicago	41.68054	-93.59577	293			IA	153	93759	
4875626	Saylorville	saylorville	US		3301	America/Chicago	41.6786	-93.62966	271			IA	153	93759	
4875646	Scenic View Mobile Home Park	scenic-view-mobile-home-park	US		0	America/Chicago	40.55837	-91.42793	163			IA	111	92232	
4875653	Saylor	saylor	US		0	America/Chicago	41.6661	-93.59661	291			IA	153	93759	
4875764	Sciola	sciola	US		0	America/Chicago	41.03388	-94.98554	333			IA	137	94539	
4875767	Scotch Grove	scotch-grove	US		0	America/Chicago	42.17278	-91.10765	267			IA	105	93765	
4875773	Scotch Ridge	scotch-ridge	US		0	America/Chicago	41.47249	-93.55855	284			IA	181	91764	
4875851	Secor (historical)	secor-historical	US		0	America/Chicago	42.31109	-93.07187	288			IA	083	91158	
4875875	Seigel	seigel	US		0	America/Chicago	42.83998	-92.35601	316			IA	017	91032	
4875933	Selection	selection	US		0	America/Chicago	40.9639	-92.78325	289			IA	135	92985	
4875978	Severs	severs	US		0	America/Chicago	41.65166	-93.21326	259			IA	099	93033	
4875985	Sewal	sewal	US		0	America/Chicago	40.64417	-93.25882	335			IA	185	92175	
4875986	Sexton	sexton	US		37	America/Chicago	43.08274	-94.08912	372			IA	109	92082	
4876009	Shady Grove Mobile Home Park	shady-grove-mobile-home-park	US		0	America/Chicago	42.01249	-93.56966	280			IA	169	91704	
4876013	Shady Oak	shady-oak	US		0	America/Chicago	42.46164	-94.1569	300			IA	187	93423	
4876022	Shaffton	shaffton	US		0	America/Chicago	41.75614	-90.33208	184			IA	045	90450	
4876085	Shawondasse	shawondasse	US		0	America/Chicago	42.43945	-90.59152	198			IA	061	93024	
4876203	Shepard (historical)	shepard-historical	US		0	America/Chicago	40.99027	-94.15412	353			IA	175	94272	
4876262	Sherton Heights	sherton-heights	US		0	America/Chicago	41.59253	-90.42652	219			IA	163	93420	
4876323	Shueyville	shueyville	US		672	America/Chicago	41.85056	-91.64656	244			IA	103	92229	
4876329	Shunem	shunem	US		0	America/Chicago	40.77669	-92.29741	254			IA	051	93297	
4876334	Siam	siam	US		0	America/Chicago	40.62777	-94.88553	366			IA	173	93450	
4876351	Sibyl (historical)	sibyl-historical	US		0	America/Chicago	41.94919	-90.18541	179			IA	045	91194	
4876430	Silver Creek Mobile Home Community	silver-creek-mobile-home-community	US		0	America/Chicago	41.57225	-90.62236	207			IA	163		
4876631	Sixmile	sixmile	US		0	America/Chicago	41.90975	-90.29541	252	Six Mile,Sixmile		IA	045	91818	
4876633	Sixteen	sixteen	US		0	America/Chicago	43.12665	-91.31597	230			IA	005	92655	
4876649	Skunk River	skunk-river	US		0	America/Chicago	40.72671	-91.2007	169			IA	057	94203	
4876655	Skyline Mobile Park	skyline-mobile-park	US		0	America/Chicago	41.00668	-92.45658	233			IA	179	90633	
4876656	Skyview Mobile Home Park	skyview-mobile-home-park	US		0	America/Chicago	40.46615	-91.43349	201			IA	111	93000	
4876676	Sky View Terrace Mobile Home Park	sky-view-terrace-mobile-home-park	US		0	America/Chicago	42.49721	-92.28352	266			IA	013	94597	
4876679	Slifer	slifer	US		0	America/Chicago	42.34137	-94.37858	348			IA	187	93684	
4876761	Smiths	smiths	US		0	America/Chicago	42.32251	-90.43096	183			IA	097	94107	
4876785	Snefs	snefs	US		0	America/Chicago	42.74082	-91.14096	259			IA	043	92214	
4876863	Sollberg	sollberg	US		0	America/Chicago	42.73886	-93.63688	376			IA	197	91722	
4876878	Somber	somber	US		0	America/Chicago	43.42246	-93.3991	391			IA	195	90345	
4876903	South Augusta	south-augusta	US		0	America/Chicago	40.75226	-91.27737	168			IA	111	90966	
4876964	South Garry Owen	south-garry-owen	US		0	America/Chicago	42.23057	-90.80708	300	Duggan,South Garry Owen		IA	097	90426	
4876997	South Ridge Estates	south-ridge-estates	US		0	America/Chicago	41.51388	-93.60299	273			IA	153	90270	
4877017	South River Crossing (historical)	south-river-crossing-historical	US		0	America/Chicago	41.21777	-93.74605	279			IA	181	94371	
4877026	South Switch Junction	south-switch-junction	US		0	America/Chicago	42.47139	-90.65013	189			IA	061	91085	
4877032	South Towne Park	south-towne-park	US		0	America/Chicago	41.58586	-91.00571	202			IA	139	94758	
4877066	Southern Acres Mobile Estates	southern-acres-mobile-estates	US		0	America/Chicago	42.71054	-95.43778	420			IA	035	93336	
4877091	Southview Estates Mobile Home Park	southview-estates-mobile-home-park	US		0	America/Chicago	42.43054	-92.29185	275			IA	013	94597	
4877123	Spaulding	spaulding	US		0	America/Chicago	41.16249	-94.37024	403	Spalding,Spaulding		IA	001	93198	
4877167	Spencers Grove	spencers-grove	US		0	America/Chicago	42.28444	-91.86907	296			IA	011	93438	
4877271	Spring Fountain	spring-fountain	US		0	America/Chicago	42.83276	-92.18045	329			IA	017	92424	
4877347	Springhole	springhole	US		0	America/Chicago	42.21834	-91.09765	232			IA	105	93600	
4877388	Squaw Creek Village	squaw-creek-village	US		0	America/Chicago	42.03889	-91.54601	255			IA	113	92859	
4877402	Stacyville Junction	stacyville-junction	US		0	America/Chicago	43.4458	-92.93269	358			IA	131	93225	
4877448	Stanzel	stanzel	US		0	America/Chicago	41.31582	-94.26107	368			IA	001	91608	
4877460	Starlite Mobile Home Park	starlite-mobile-home-park	US		0	America/Chicago	42.00554	-92.91548	302			IA	127	94116	
4877468	State Center Junction	state-center-junction	US		0	America/Chicago	41.94221	-93.04714	320			IA	127	92700	
4877534	Stennett	stennett	US		0	America/Chicago	41.08971	-95.19444	348			IA	137	93870	
4877575	Stiles	stiles	US		0	America/Chicago	40.63503	-92.3513	260			IA	051	91782	
4877582	Stillwell	stillwell	US		0	America/Chicago	41.52389	-92.66852	240			IA	157	94026	
4877584	Stilson	stilson	US		0	America/Chicago	43.0383	-93.88523	367			IA	081	90303	
4877589	Stimsons (historical)	stimsons-historical	US		0	America/Chicago	42.35415	-94.60025	366			IA	025	92688	
4877625	Stone City	stone-city	US		192	America/Chicago	42.11389	-91.34933	250			IA	105	91296	
4877637	Stonega	stonega	US		0	America/Chicago	42.47664	-93.71466	357	Stonega,Stoneger		IA	079	90264	
4877698	Stover Heights Community	stover-heights-community	US		0	America/Chicago	41.63888	-93.55855	271			IA	153	90951	
4877703	Strahan	strahan	US		0	America/Chicago	40.94972	-95.49916	347	Strahan,Strattan		IA	129	90933	
4877707	Strand	strand	US		0	America/Chicago	41.07221	-94.90193	371			IA	003	91020	
4877743	Streepy	streepy	US		0	America/Chicago	40.69612	-92.91603	310	Streepy,Streepyville		IA	007	90177	
4877759	Struble	struble	US		77	America/Chicago	42.89527	-96.1953	386			IA	149	91167	
4877827	Sugar Creek (historical)	sugar-creek-historical	US		0	America/Chicago	40.40782	-91.50516	150			IA	111	92139	
4877872	Summerset	summerset	US		0	America/Chicago	41.43138	-93.54494	247			IA	181	92625	
4877874	Summerset Junction (historical)	summerset-junction-historical	US		0	America/Chicago	41.44444	-93.54438	242			IA	181	92625	
4877881	Summit (historical)	summit-historical	US		0	America/Chicago	40.66532	-91.33515	217			IA	111	94524	
4877899	Summit View Mobile Home Park	summit-view-mobile-home-park	US		0	America/Chicago	41.95278	-91.73074	254			IA	113	90577	
4877900	Summit Village Dyersville Park	summit-village-dyersville-park	US		0	America/Chicago	42.48444	-91.11514	288			IA	061	93108	
4877939	Sunfield Mobile Home Park	sunfield-mobile-home-park	US		0	America/Chicago	41.36944	-93.55077	292			IA	181	92036	
4877959	Sunny-Brook Mobile Home Park	sunny-brook-mobile-home-park	US		0	America/Chicago	41.66888	-93.54522	258			IA	153	90951	
4877993	Sunrise Mobile Court	sunrise-mobile-court	US		0	America/Chicago	41.925	-91.67518	223			IA	113	90577	
4877994	Sunrise Mobile Home Community	sunrise-mobile-home-community	US		0	America/Chicago	41.72221	-93.02797	290			IA	099	93102	
4877995	Sunrise Mobile Home Park	sunrise-mobile-home-park	US		0	America/Chicago	41.39861	-92.89603	264			IA	125	92376	
4877996	Sunrise Mobile Home Park	sunrise-mobile-home-park	US		0	America/Chicago	43.08332	-96.16002	443			IA	167	94653	
4877997	Sunrise Mobile Home Village	sunrise-mobile-home-village	US		0	America/Chicago	41.63891	-91.481	205			IA	103	93789	
4878026	Sunset Village	sunset-village	US		0	America/Chicago	42.00082	-95.37389	363			IA	047	90960	
4878027	Sunset Village	sunset-village	US		0	America/Chicago	42.04583	-91.67518	257			IA	113	92976	
4878028	Sunset Village Mobile Home Park	sunset-village-mobile-home-park	US		0	America/Chicago	42.00749	-92.89464	302			IA	127	94116	
4878058	Sutliff	sutliff	US		0	America/Chicago	41.83918	-91.39156	212	Sutiff,Sutliff		IA	103	90543	
4878103	Swanwood	swanwood	US		0	America/Chicago	41.65138	-93.59049	283			IA	153	93759	
4878105	Swea (historical)	swea-historical	US		0	America/Chicago	43.41468	-94.38358	366			IA	109	94071	
4878142	Sweetland Center	sweetland-center	US		0	America/Chicago	41.49336	-90.96959	229	Sweetland,Sweetland Center		IA	139	94074	
4878171	Sycamore Village	sycamore-village	US		0	America/Chicago	41.40693	-94.99749	353			IA	029	91779	
4878191	Table Mound Mobile Home Park	table-mound-mobile-home-park	US		0	America/Chicago	42.45556	-90.67235	235			IA	061	94077	
4878209	Taintor	taintor	US		0	America/Chicago	41.50111	-92.73853	269			IA	123	93495	
4878217	Talleyrand	talleyrand	US		0	America/Chicago	41.29501	-91.96518	236			IA	107	90717	
4878222	Tallview Terrace Mobile Home Park	tallview-terrace-mobile-home-park	US		0	America/Chicago	42.5236	-96.35725	364			IA	193	93925	
4878259	Tara	tara	US		0	America/Chicago	42.50025	-94.2958	348			IA	187	91068	
4878310	Teds Mobile Home Park	teds-mobile-home-park	US		0	America/Chicago	41.53753	-90.63347	214			IA	163		
4878316	Tarkio City (historical)	tarkio-city-historical	US		0	America/Chicago	40.73249	-95.19554	338			IA	145	94086	
4878327	Temple Hill	temple-hill	US		0	America/Chicago	42.22584	-90.97625	281			IA	105	94518	
4878342	Tennant	tennant	US		66	America/Chicago	41.5936	-95.44111	421			IA	165	93834	
4878355	Tenville	tenville	US		0	America/Chicago	41.0086	-94.99221	323			IA	137	94539	
4878365	Terrace Manor Mobile Home Court	terrace-manor-mobile-home-court	US		0	America/Chicago	42.00638	-92.78436	281			IA	127	92412	
4878450	The Meadows	the-meadows	US		0	America/Chicago	41.51443	-93.65439	259			IA	153	90270	
4878476	Thirty	thirty	US		0	America/Chicago	40.69613	-92.8677	311	Thirty,Thirty Corner		IA	007	94329	
4878501	Thompson Corner	thompson-corner	US		0	America/Chicago	43.26637	-91.23069	366			IA	005	92331	
4878542	Thoten	thoten	US		0	America/Chicago	43.3097	-91.63987	368			IA	191	91578	
4878578	Ticonic	ticonic	US		0	America/Chicago	42.1661	-95.95251	330			IA	133	91677	
4878592	Tileville	tileville	US		0	America/Chicago	41.34805	-93.93606	320			IA	121	94236	
4878612	Timber Valley Mobile Home Park	timber-valley-mobile-home-park	US		0	America/Chicago	41.98332	-92.89187	271			IA	127	94116	
4878640	Tipperary	tipperary	US		0	America/Chicago	41.11361	-93.15437	288			IA	117	93366	
4878654	Tipton Mobile Home Park	tipton-mobile-home-park	US		0	America/Chicago	41.7778	-91.13071	247			IA	031	90588	
4878672	Titu	titu	US		0	America/Chicago	41.27502	-91.79184	232			IA	183	91431	
4878699	Togo (historical)	togo-historical	US		0	America/Chicago	40.62056	-93.8855	340			IA	053	93072	
4878725	Toolesboro	toolesboro	US		0	America/Chicago	41.14198	-91.06209	208			IA	115	92235	
4878758	Tower Station (historical)	tower-station-historical	US		0	America/Chicago	41.02695	-92.87298	241			IA	135	91800	
4878759	Tower Terrace Mobile Home Park	tower-terrace-mobile-home-park	US		0	America/Chicago	42.05916	-91.69462	260			IA	113	92976	
4878811	Traxler (historical)	traxler-historical	US		0	America/Chicago	41.0278	-91.58072	201	Stringtown,Traxler (historical)		IA	087	92853	
4878850	Triboji Beach	triboji-beach	US		0	America/Chicago	43.42691	-95.17472	429			IA	059	92379	
4879046	Troy (historical)	troy-historical	US		0	America/Chicago	41.03667	-93.42577	264			IA	117	94713	
4879140	Turkey River	turkey-river	US		0	America/Chicago	42.7061	-91.02596	206			IA	043	92943	
4879147	Turner (historical)	turner-historical	US		0	America/Chicago	41.70222	-92.81797	272			IA	099	93672	
4879165	Tuskeego	tuskeego	US		0	America/Chicago	40.66666	-93.98412	357			IA	053	90276	
4879185	Twilight Trailer Court	twilight-trailer-court	US		0	America/Chicago	42.9986	-96.06752	433			IA	167	91965	
4879214	Twin Pine Mobile Home Park	twin-pine-mobile-home-park	US		0	America/Chicago	41.21279	-92.42519	257			IA	123	90552	
4879220	Twin Springs	twin-springs	US		0	America/Chicago	42.51528	-90.84041	222			IA	061	90597	
4879221	Twin Springs	twin-springs	US		0	America/Chicago	42.13197	-90.28374	189			IA	097	92067	
4879222	Twin Springs	twin-springs	US		0	America/Chicago	43.12525	-91.85849	353			IA	191	94587	
4879225	Twin T Mobile Home Park	twin-t-mobile-home-park	US		0	America/Chicago	42.46334	-90.68763	201			IA	061	91085	
4879227	Twin View Heights	twin-view-heights	US		0	America/Chicago	41.81057	-91.57323	243			IA	103	90240	
4879284	Union Burg (historical)	union-burg-historical	US		0	America/Chicago	41.53916	-95.64167	379			IA	085	94218	
4879456	Unique	unique	US		0	America/Chicago	42.71719	-94.34525	351			IA	091	94620	
4879817	University Heights	university-heights	US		1119	America/Chicago	41.65502	-91.55684	233			IA	103	94686	
4879873	Upper South Amana	upper-south-amana	US		0	America/Chicago	41.76584	-91.96796	268			IA	095	91962	
4879935	Valdora (historical)	valdora-historical	US		0	America/Chicago	43.02415	-91.34514	323			IA	043	91566	
4879938	Valeria	valeria	US		57	America/Chicago	41.72999	-93.32521	267			IA	099	93471	
4879959	Valley Junction	valley-junction	US		0	America/Chicago	41.56916	-93.70967	247			IA	153	94410	
4879984	Valley Village Mobile Home Park	valley-village-mobile-home-park	US		0	America/Chicago	40.98613	-92.37935	193			IA	179	92313	
4879992	Van Ackers Mobile Home Park	van-ackers-mobile-home-park	US		0	America/Chicago	41.39725	-91.07237	167	Van Ackers Mobile Home Park,Vanacker's Mobile Home Park		IA	139	90279	
4880017	Van Cleve	van-cleve	US		0	America/Chicago	41.93138	-93.01909	319			IA	127	92700	
4880096	Ventura Heights	ventura-heights	US		0	America/Chicago	43.11774	-93.4741	384			IA	033	90721	
4880102	Veo	veo	US		0	America/Chicago	41.15418	-91.90795	226			IA	101	93282	
4880115	Vernon Heights Mobile Home Park	vernon-heights-mobile-home-park	US		0	America/Chicago	41.92195	-91.41684	268			IA	113	91410	
4880122	Vernon Springs	vernon-springs	US		0	America/Chicago	43.34997	-92.13822	360			IA	089	94347	
4880128	Vernon View	vernon-view	US		0	America/Chicago	41.97556	-91.57296	225			IA	113	90228	
4880194	Viele	viele	US		0	America/Chicago	40.6131	-91.43377	166			IA	111	92232	
4880212	Villa Village Mobile Home Park	villa-village-mobile-home-park	US		0	America/Chicago	41.00972	-95.22555	320			IA	137	93555	
4880215	Village Creek	village-creek	US		0	America/Chicago	43.30914	-91.23513	200			IA	005	92331	
4880218	Village East Resort	village-east-resort	US		0	America/Chicago	43.38746	-95.12833	438			IA	059	90639	
4880262	Vinje	vinje	US		0	America/Chicago	43.47329	-93.67689	386			IA	189	92706	
4880283	Viola Center	viola-center	US		0	America/Chicago	41.80582	-94.80221	440			IA	009	94362	
4880318	Vista Estates Mobile Home Park	vista-estates-mobile-home-park	US		0	America/Chicago	42.64915	-95.21	434			IA	021	94018	
4880343	Volney	volney	US		0	America/Chicago	43.13054	-91.37375	240			IA	005	91383	
4880350	Voorhies	voorhies	US		0	America/Chicago	42.33582	-92.48269	304			IA	013	92526	
4880358	Vulcan (historical)	vulcan-historical	US		0	America/Chicago	41.42029	-92.36991	234			IA	107	94521	
4880394	Wadleigh	wadleigh	US		0	America/Chicago	42.47359	-94.4033	359			IA	187	92277	
4880425	Walcott Eststes	walcott-eststes	US		0	America/Chicago	41.59447	-90.78209	223			IA	163	90282	
4880430	Wald	wald	US		0	America/Chicago	41.8378	-91.13238	258	Wald,Walden		IA	031	93552	
4880481	Wall Lake Station	wall-lake-station	US		0	America/Chicago	42.25637	-95.25722	414			IA	161	94710	
4880499	Wallin	wallin	US		0	America/Chicago	41.05999	-95.0561	391			IA	137	91380	
4880524	Walnut City	walnut-city	US		0	America/Chicago	40.81223	-92.94492	302			IA	007	94392	
4880610	Wanamaker	wanamaker	US		0	America/Chicago	40.64583	-94.10967	330			IA	159	90087	
4880616	Wanetta Corner	wanetta-corner	US		0	America/Chicago	40.62447	-92.26935	254			IA	051	93693	
4880788	Washington Prairie	washington-prairie	US		0	America/Chicago	43.27025	-91.61376	372			IA	191	91578	
4880880	Wassonville (historical)	wassonville-historical	US		0	America/Chicago	41.49168	-91.87934	209			IA	183	92511	
4880959	Watterson	watterson	US		0	America/Chicago	40.60194	-94.23357	326			IA	159	92724	
4880963	Waubeek	waubeek	US		0	America/Chicago	42.16583	-91.46517	255			IA	113	90390	
4881007	Waukon Junction	waukon-junction	US		0	America/Chicago	43.15331	-91.18819	194			IA	005	94089	
4881014	Waupeton	waupeton	US		0	America/Chicago	42.66777	-90.88235	199			IA	061	92217	
4881032	Waverly Junction	waverly-junction	US		0	America/Chicago	42.66776	-92.52824	275			IA	017	92097	
4881145	Weller	weller	US		0	America/Chicago	41.10722	-93.04937	292			IA	135	90558	
4881202	Wensel Mobile Home Park	wensel-mobile-home-park	US		0	America/Chicago	41.30555	-93.08076	272			IA	125	92328	
4881241	West Amana	west-amana	US		135	America/Chicago	41.80806	-91.96379	237			IA	095	94506	
4881293	West Branch Mobile Home Village	west-branch-mobile-home-village	US		0	America/Chicago	41.67141	-91.34655	219			IA	031	93975	
4881324	West Cedar Rapids	west-cedar-rapids	US		0	America/Chicago	41.95833	-91.66879	226			IA	113	90577	
4881391	West Fort Dodge (historical)	west-fort-dodge-historical	US		0	America/Chicago	42.48108	-94.21135	344			IA	187	91068	
4881418	West Iron Hills	west-iron-hills	US		0	America/Chicago	42.14224	-90.7918	291			IA	097	90327	
4881431	West Le Mars	west-le-mars	US		0	America/Chicago	42.79305	-96.22613	372			IA	149	94545	
4881477	West Okoboji	west-okoboji	US		295	America/Chicago	43.3533	-95.1625	432			IA	059	92379	
4881487	West Park Mobile Home Village	west-park-mobile-home-village	US		0	America/Chicago	41.9625	-91.72101	253			IA	113	90577	
4881525	West Saint Marys	west-saint-marys	US		0	America/Chicago	41.30805	-93.73966	314			IA	181	92169	
4881553	West Union (historical)	west-union-historical	US		0	America/Chicago	42.19055	-92.44658	281			IA	171	93306	
4881583	Westbrook Village	westbrook-village	US		0	America/Chicago	43.08332	-96.18502	435			IA	167	94653	
4881593	Western Acres Mobile Home Park	western-acres-mobile-home-park	US		0	America/Chicago	41.4936	-93.48716	241			IA	181	90045	
4881599	Western Hills Mobine Estates	western-hills-mobine-estates	US		0	America/Chicago	41.70557	-91.63073	220			IA	103	90714	
4881608	Western Village Mobile Home Park	western-village-mobile-home-park	US		0	America/Chicago	41.56888	-93.72967	254			IA	153	94410	
4881620	West Yards	west-yards	US		0	America/Chicago	43.04248	-91.20069	196			IA	043	92913	
4881670	Westridge Mobile Home Park	westridge-mobile-home-park	US		0	America/Chicago	41.63943	-95.3225	364			IA	165	91849	
4881742	Wheel Estates Mobile Home Park	wheel-estates-mobile-home-park	US		0	America/Chicago	41.30833	-93.10854	274			IA	125	92328	
4881758	Wheelerwood	wheelerwood	US		0	America/Chicago	43.24163	-93.06409	360			IA	033	91308	
4881797	White Elm	white-elm	US		0	America/Chicago	40.85141	-92.20657	226			IA	051	93747	
4881841	Whitebreast	whitebreast	US		0	America/Chicago	41.03944	-93.36271	314			IA	117	94713	
4881850	Whitefield (historical)	whitefield-historical	US		0	America/Chicago	40.99502	-92.04379	206			IA	101	90609	
4881908	Wick	wick	US		0	America/Chicago	41.34471	-93.73883	272			IA	181	92262	
4881924	Wightman	wightman	US		0	America/Chicago	42.23248	-94.6097	357			IA	025	94179	
4881956	Wilke	wilke	US		0	America/Chicago	42.49665	-93.46937	351			IA	083	90036	
4881960	Wilkins	wilkins	US		0	America/Chicago	42.40945	-90.54124	185			IA	061	93024	
4881973	Willett	willett	US		0	America/Chicago	41.69721	-95.74529	323			IA	085	90318	
4881974	Willey	willey	US		101	America/Chicago	41.97915	-94.82221	410			IA	027	93405	
4882030	Frytown	frytown	US		165	America/Chicago	41.57001	-91.73239	245	Frytown,Williamstown		IA	103	94515	
4882114	Willows Mobile Home Court	willows-mobile-home-court	US		0	America/Chicago	41.73749	-92.71408	309			IA	157	91774	
4882115	Willsburg (historical)	willsburg-historical	US		0	America/Chicago	40.59916	-95.25443	338			IA	145	90765	
4882120	Wilson (historical)	wilson-historical	US		0	America/Chicago	41.63444	-93.06909	234			IA	099	93267	
4882226	Winkelmans	winkelmans	US		0	America/Chicago	41.97109	-94.33858	321			IA	073	91653	
4882292	Wiscotta	wiscotta	US		0	America/Chicago	41.58027	-94.19024	292			IA	049	94194	
4882350	Wolf Lake Addition	wolf-lake-addition	US		0	America/Chicago	41.99527	-92.88575	291			IA	127	94116	
4882372	Wood Dale Mobile Home Park	wood-dale-mobile-home-park	US		0	America/Chicago	41.50975	-90.66375	230			IA	163		
4882406	Wooded Lake Mobile Home Park	wooded-lake-mobile-home-park	US		0	America/Chicago	41.21778	-95.86557	298			IA	155	92433	
4882419	Woodland Mobile Home Park	woodland-mobile-home-park	US		0	America/Chicago	41.19031	-91.20015	177			IA	115	94416	
4882424	Woodland Terraces Mobile Home Park	woodland-terraces-mobile-home-park	US		0	America/Chicago	42.49721	-92.30018	260			IA	013	94597	
4882447	Woodside Mobile Estates	woodside-mobile-estates	US		0	America/Chicago	40.96364	-91.55794	218			IA	087	93036	
4882506	Worthington Acres	worthington-acres	US		0	America/Chicago	41.92945	-91.62823	246			IA	113	90577	
4882546	Wyman	wyman	US		0	America/Chicago	41.19225	-91.47405	221			IA	115	91218	
4882592	Yatton (historical)	yatton-historical	US		0	America/Chicago	41.46363	-91.58378	198			IA	183	92073	
4882609	Yellow River	yellow-river	US		0	America/Chicago	43.08776	-91.18791	200			IA	005	91290	
4882613	Yeomans	yeomans	US		0	America/Chicago	42.58472	-96.41503	413			IA	149	93303	
4882614	Yetter	yetter	US		33	America/Chicago	42.31609	-94.8461	375			IA	025	91215	
4882625	York Center	york-center	US		0	America/Chicago	41.3761	-95.55584	403			IA	155	94809	
4882656	Zaneta	zaneta	US		0	America/Chicago	42.3936	-92.55214	277			IA	075	91656	
4882669	Zenorsville	zenorsville	US		0	America/Chicago	42.10721	-93.718	307			IA	015	92094	
4882672	Zero	zero	US		0	America/Chicago	40.98334	-93.12715	285			IA	117	94530	
4882888	Acorn Acres	acorn-acres	US		0	America/Chicago	42.21947	-88.09341	262			IL	097	22853	
4882899	Adams (historical)	adams-historical	US		0	America/Chicago	41.09948	-88.58479	207			IL	105	52077	
4882943	Adeline	adeline	US		82	America/Chicago	42.14336	-89.49039	243			IL	141	47358	
4882975	Afolkey	afolkey	US		0	America/Chicago	42.43251	-89.57456	277			IL	177	18355	
4882978	Afton Center	afton-center	US		0	America/Chicago	41.8492	-88.7737	271			IL	037	00386	
4882986	Agnew	agnew	US		0	America/Chicago	41.7867	-89.80011	200			IL	195	36178	
4882989	Ahern	ahern	US		0	America/Chicago	41.1542	-87.60476	192			IL	091	49906	
4883012	Albany Park	albany-park	US		52079	America/Chicago	41.96836	-87.72339	183			IL	031	14000	
4883047	Aldine Square	aldine-square	US		0	America/Chicago	41.82614	-87.61255	183	Aldine Square,DeSaible Square		IL	031	14000	
4883075	Alexis Junction	alexis-junction	US		0	America/Chicago	41.06726	-90.63847	198			IL	131	73339	
4883154	Allens Corners	allens-corners	US		0	America/Chicago	42.09947	-88.48147	303			IL	089	32538	
4883182	Almora	almora	US		0	America/Chicago	42.06086	-88.33619	263			IL	089	23087	
4883183	Almora Heights	almora-heights	US		0	America/Chicago	42.0428	-88.34397	261			IL	089	23087	
4883185	Alonzo	alonzo	US		0	America/Chicago	40.5667	-87.73114	204			IL	075	44979	
4883221	Altgeld Gardens	altgeld-gardens	US		0	America/Chicago	41.65448	-87.60199	179			IL	031	14000	
4883233	Altorf	altorf	US		0	America/Chicago	41.19031	-87.96227	183			IL	091	07484	
4883242	Alworth	alworth	US		0	America/Chicago	42.24363	-89.24566	274			IL	201	82504	
4883259	Ament Corners	ament-corners	US		0	America/Chicago	41.59725	-88.4359	215			IL	093	39454	
4883305	Ancient Oaks	ancient-oaks	US		0	America/Chicago	42.20641	-88.09563	262			IL	097	22853	
4883345	Andres	andres	US		0	America/Chicago	41.3717	-87.88255	220			IL	197	59065	
4883354	Andrews and Hurds Subdivision	andrews-and-hurds-subdivision	US		0	America/Chicago	41.6667	-87.63199	186			IL	031	14000	
4883460	Appaloosa West	appaloosa-west	US		0	America/Chicago	41.90253	-88.41619	253			IL	089	10903	
4883487	Aptakisic	aptakisic	US		0	America/Chicago	42.18252	-87.94729	208			IL	097	77668	
4883501	Arboretum Estates	arboretum-estates	US		0	America/Chicago	41.83447	-88.06618	229			IL	043	49451	
4883505	Arbury Hills	arbury-hills	US		0	America/Chicago	41.53559	-87.84755	220			IL	197	27631	
4883508	Arcade Row	arcade-row	US		0	America/Chicago	41.69059	-87.60921	180			IL	031	14000	
4883515	Archer Heights	archer-heights	US		0	America/Chicago	41.81142	-87.72617	182	Archer District,Archer Heights		IL	031	14000	
4883516	Archer Limits	archer-limits	US		0	America/Chicago	41.80614	-87.7495	181			IL	031	14000	
4883528	Argo Fay	argo-fay	US		0	America/Chicago	42.00419	-90.01735	197	Argo,Argo Fay,Argo-Fay,Fay,Fay Station,Fayy Station		IL	015	83908	
4883579	Armour Patch	armour-patch	US		0	America/Chicago	41.81587	-87.65866	181			IL	031	14000	
4883580	Armour Square	armour-square	US		0	America/Chicago	41.84003	-87.63311	179			IL	031	14000	
4883583	Armsby (historical)	armsby-historical	US		0	America/Chicago	42.47363	-88.41121	277			IL	111	33864	
4883620	Arpee	arpee	US		0	America/Chicago	41.18309	-90.94709	176			IL	131	52233	
4883624	Arrow Ridge Mobile Home Park	arrow-ridge-mobile-home-park	US		0	America/Chicago	41.67781	-87.77644	182			IL	031	83531	
4883650	Arthur L Johnson Subdivision	arthur-l-johnson-subdivision	US		0	America/Chicago	42.1928	-89.07733	234			IL	201	65013	
4883685	Ashdale Junction	ashdale-junction	US		0	America/Chicago	42.08502	-89.92457	250			IL	015	67210	
4883711	Askvig Addition	askvig-addition	US		0	America/Chicago	41.94392	-89.07426	246			IL	141	26298	
4883782	Atterberry	atterberry	US		0	America/Chicago	40.06088	-89.92372	182	Atterberry,Atterbury,Atterbury Station		IL	129		
4883788	Atwood Estates	atwood-estates	US		0	America/Chicago	42.19419	-89.05177	249			IL	201	13087	
4883793	Atwood Park Estates	atwood-park-estates	US		0	America/Chicago	42.19113	-89.05149	250			IL	201	13087	
4883798	Auburn Park	auburn-park	US		0	America/Chicago	41.7542	-87.63672	182	Auburn,Auburn Park		IL	031	14000	
4883804	Augerville	augerville	US		0	America/Chicago	40.13975	-88.17171	221			IL	019	77018	
4883872	Avalon Highlands	avalon-highlands	US		0	America/Chicago	41.74865	-87.60199	179			IL	031	14000	
4883874	Avalon Park	avalon-park	US		0	America/Chicago	41.74503	-87.58866	181			IL	031	14000	
4883882	Averyville	averyville	US		0	America/Chicago	40.7167	-89.56232	158			IL	143	59013	
4883885	Avoca (historical)	avoca-historical	US		0	America/Chicago	40.80615	-88.51811	200			IL	105	03194	
4883910	Ayers	ayers	US		0	America/Chicago	42.05391	-90.11568	186			IL	015	67834	
4883940	Back of the Yards	back-of-the-yards	US		0	America/Chicago	41.80753	-87.66616	182	Arnoldsville,Back of the Yards,New City		IL	031	14000	
4883942	Bader	bader	US		0	America/Chicago	40.1731	-90.36874	188	Bader,Baders,Osceola		IL	169	08966	
4883979	Bailey Falls (historical)	bailey-falls-historical	US		0	America/Chicago	41.27726	-89.04425	152			IL	099	77623	
4883996	Bakers Acres	bakers-acres	US		0	America/Chicago	41.94753	-88.34674	241			IL	089		
4883999	Bakerville	bakerville	US		0	America/Chicago	40.0631	-89.19676	183			IL	107	00360	
4884001	Bald Bluff	bald-bluff	US		0	America/Chicago	41.01865	-90.85375	193	Bald Bluff,Baldbluff		IL	071	03415	
4884005	Bald Mound	bald-mound	US		0	America/Chicago	41.84614	-88.40647	224			IL	089	06262	
4884007	Baldwin Beach	baldwin-beach	US		0	America/Chicago	40.34588	-90.03206	146			IL	125	33526	
4884015	Ballou	ballou	US		0	America/Chicago	41.27753	-88.102	184			IL	197	79865	
4884026	Bancroft Corners	bancroft-corners	US		0	America/Chicago	42.42113	-87.86202	217			IL	097	05326	
4884038	Bannockburn	bannockburn	US		1571	America/Chicago	42.19336	-87.86646	209			IL	097	80112	
4884056	Barbers Corners	barbers-corners	US		0	America/Chicago	41.71086	-88.0684	222			IL	197	21241	
4884078	Barlow Park	barlow-park	US		0	America/Chicago	40.30948	-87.62308	192			IL	183	71227	
4884080	Barnard Mill (historical)	barnard-mill-historical	US		0	America/Chicago	42.41724	-88.36093	256			IL	111	33864	
4884113	Barreville	barreville	US		0	America/Chicago	42.27558	-88.26259	232			IL	111	54495	
4884118	Barrington Center	barrington-center	US		0	America/Chicago	42.11058	-88.19424	264			IL	031	03831	
4884121	Barrington Hills	barrington-hills	US		4251	America/Chicago	42.14475	-88.15563	258			IL	031	03831	
4884128	Barrington Woods	barrington-woods	US		0	America/Chicago	42.15225	-88.05591	240			IL	031	57238	
4884161	Bartonville	bartonville	US		6382	America/Chicago	40.65032	-89.65205	154			IL	143	43523	
4884195	Batavia Junction	batavia-junction	US		0	America/Chicago	41.79531	-88.24063	224	Batavia Junction,Eola Junction		IL	043	51635	
4884208	Batestown	batestown	US		0	America/Chicago	40.12004	-87.69641	198			IL	183	18576	
4884230	Bay View Garden	bay-view-garden	US		378	America/Chicago	40.80893	-89.52065	162	Bay View Garden,Bay View Gardens,Bayview Gardens		IL	203	71611	
4884249	Beach Park	beach-park	US		13976	America/Chicago	42.42224	-87.8573	213			IL	097	05326	
4884253	Beach Station	beach-station	US		0	America/Chicago	42.42113	-87.84924	203			IL	097	05326	
4884255	Beacon Hill	beacon-hill	US		0	America/Chicago	42.20169	-88.05091	242			IL	097	22853	
4884299	Beaty	beaty	US		0	America/Chicago	40.27504	-90.24596	190			IL	057	83089	
4884324	Beaverton Crossroads	beaverton-crossroads	US		0	America/Chicago	42.4078	-88.82177	288			IL	007	61158	
4884340	Becks Park	becks-park	US		0	America/Chicago	41.77114	-87.63894	183	Becks Park,Normal Park,Normalville		IL	031	14000	
4884360	Beeler Terrace	beeler-terrace	US		0	America/Chicago	40.12976	-87.6253	179			IL	183	18576	
4884369	Beiler Subdivision	beiler-subdivision	US		0	America/Chicago	42.22919	-88.96816	235			IL	201	13087	
4884381	Belgium Row	belgium-row	US		0	America/Chicago	40.13309	-87.75364	196			IL	183	55015	
4884382	Belgravia Terrace	belgravia-terrace	US		0	America/Chicago	41.9167	-87.6395	182			IL	031	14000	
4884442	Belmont Cragin	belmont-cragin	US		79159	America/Chicago	41.9317	-87.76867	189			IL	031	14000	
4884447	Belmont Park	belmont-park	US		0	America/Chicago	41.93392	-87.75284	187			IL	031	14000	
4884006	Baldwin	baldwin	US	11510	0	America/Chicago	42.13808	-88.05869	235			IL	031	57238	
4884534	Bentown	bentown	US		0	America/Chicago	40.47198	-88.80646	258	Ben Town,Benjaminville,Bentown		IL	113	55782	
4884564	Berkeley Cottages	berkeley-cottages	US		0	America/Chicago	41.81864	-87.60061	182			IL	031	14000	
4884573	Bernadotte (historical)	bernadotte-historical	US		0	America/Chicago	40.40199	-90.3204	146	Bennington,Bernadotte (historical)		IL	057	05469	
4884819	Beverly Manor	beverly-manor	US		0	America/Chicago	40.69504	-89.46759	233			IL	179	79046	
4884881	Big Foot Prairie	big-foot-prairie	US		0	America/Chicago	42.49502	-88.59899	292	Big Foot Prairie,Big Fork Prairie,Bigfoot Prairie		IL	111	12892	
4884907	Big Run Acres	big-run-acres	US		0	America/Chicago	41.64698	-88.02534	216			IL	031	42808	
4884943	Binghampton	binghampton	US		0	America/Chicago	41.7167	-89.30398	229			IL	103	01283	
4884946	Binnie Hills	binnie-hills	US		0	America/Chicago	42.12114	-88.36369	276			IL	089	66430	
4884947	Binnie Lakes	binnie-lakes	US		0	America/Chicago	42.11641	-88.35953	276			IL	089	66430	
4884959	Birds	birds	US		52	America/Chicago	41.47503	-88.19728	177	Bird's Bridge,Birds,Birds Bridge,Birdsbridge		IL	197	76212	
4884963	Birkbeck	birkbeck	US		0	America/Chicago	40.17698	-88.86841	226			IL	039	33058	
4884984	Bishops Ridge	bishops-ridge	US		0	America/Chicago	42.17919	-88.06841	252			IL	097	22853	
4885021	Blackberry Acres	blackberry-acres	US		0	America/Chicago	41.84281	-88.48619	244			IL	089	06262	
4885028	Blackberry Woods	blackberry-woods	US		0	America/Chicago	41.80947	-88.46258	216			IL	089	06262	
4885031	Blackcrest	blackcrest	US		0	America/Chicago	42.19641	-89.04955	247			IL	201	13087	
4885043	Blackhawk Island Subdivision	blackhawk-island-subdivision	US		0	America/Chicago	42.20586	-89.10677	212			IL	201	65013	
4885044	Blackhawk Island Subdivision Number 2	blackhawk-island-subdivision-number-2	US		0	America/Chicago	42.2078	-89.09483	214			IL	201	65013	
4885045	Blackhawk	blackhawk	US		0	America/Chicago	42.18752	-90.22402	182			IL	015	79020	
4885061	Blacks	blacks	US		0	America/Chicago	40.07033	-90.99819	221	Anderson,Blacks		IL	001	14780	
4885095	Blakes	blakes	US		0	America/Chicago	41.45864	-88.75285	186			IL	099	68692	
4885169	Bloomington Heights	bloomington-heights	US		0	America/Chicago	40.48059	-89.03369	239			IL	113	06626	
4885182	Blue Grass (historical)	blue-grass-historical	US		0	America/Chicago	40.35754	-87.82586	222			IL	183	48775	
4885231	Blyton	blyton	US		0	America/Chicago	40.56421	-90.27651	191			IL	057	18979	
4885246	Boden	boden	US		0	America/Chicago	41.25837	-90.58708	199			IL	131	61795	
4885258	Bohemian California	bohemian-california	US		0	America/Chicago	41.85087	-87.69728	183			IL	031	14000	
4885297	Bonnie Valley	bonnie-valley	US		0	America/Chicago	41.92864	-88.3698	239			IL	089		
4885327	Boschome	boschome	US		0	America/Chicago	42.17364	-88.04952	238			IL	097	22853	
4885336	Boulder Hill	boulder-hill	US		8108	America/Chicago	41.71253	-88.33618	204			IL	093	56900	
4885341	Bourbonais (historical)	bourbonais-historical	US		0	America/Chicago	41.34365	-89.63538	208	Bourbonais (historical),Lovejoy		IL	011	16028	
4885365	Bowes	bowes	US		0	America/Chicago	42.00808	-88.39091	260			IL	089	60365	
4885366	Bowes Bend	bowes-bend	US		0	America/Chicago	42.01086	-88.4148	270			IL	089	60365	
4885373	Bowling Green (historical)	bowling-green-historical	US		0	America/Chicago	40.66309	-89.17286	230			IL	203	57290	
4885382	Bowmanville	bowmanville	US		0	America/Chicago	41.97253	-87.69339	182			IL	031	14000	
4885428	Bradley Subdivision	bradley-subdivision	US		0	America/Chicago	41.33392	-88.45757	158			IL	063	79345	
4885440	Braeside	braeside	US		0	America/Chicago	42.15253	-87.77229	207			IL	097	50364	
4885486	Breeds	breeds	US		0	America/Chicago	40.55532	-89.92039	147	Beeds Station,Breed's,Breeds		IL	057	56588	
4885510	Brereton	brereton	US		0	America/Chicago	40.61087	-90.02595	215			IL	057	11020	
4885523	Brewster Heights	brewster-heights	US		0	America/Chicago	42.22169	-89.12705	233			IL	201	65013	
4885530	Briar Bluff	briar-bluff	US		0	America/Chicago	41.45976	-90.36346	182	Briar Bluff,Briarbluff		IL	073	15677	
4885531	Briar Gate	briar-gate	US		0	America/Chicago	41.96642	-88.42202	269			IL	089	10903	
4885538	Briarwood	briarwood	US		0	America/Chicago	41.94281	-89.11454	249			IL	141	26298	
4885558	Bricktown	bricktown	US		0	America/Chicago	41.9392	-87.68339	180			IL	031	14000	
4885564	Bridgeport (historical)	bridgeport-historical	US		0	America/Chicago	40.74337	-90.23707	174			IL	095	13217	
4885579	Bridgeway Addition	bridgeway-addition	US		0	America/Chicago	41.47337	-90.5043	175			IL	161	70993	
4885581	Bridlewoods	bridlewoods	US		0	America/Chicago	42.23836	-88.09869	262			IL	097	22853	
4885583	Briergate	briergate	US		0	America/Chicago	42.17614	-87.81479	194			IL	097	50364	
4885585	Briergate Station	briergate-station	US		0	America/Chicago	42.17753	-87.81923	195			IL	097	50364	
4885587	Brierwoods	brierwoods	US		0	America/Chicago	42.21669	-88.10202	259			IL	097	22853	
4885597	Brighton Park	brighton-park	US		44202	America/Chicago	41.81892	-87.69894	182			IL	031	14000	
4885617	Brinksburg (historical)	brinksburg-historical	US		0	America/Chicago	42.19502	-90.31152	186			IL	085	32720	
4885635	Broadmoor	broadmoor	US		0	America/Chicago	41.14559	-89.62871	236			IL	123	67691	
4885651	Broadwell	broadwell	US		142	America/Chicago	40.0681	-89.44316	180			IL	107	08485	
4885675	Bronzeville	bronzeville	US		0	America/Chicago	41.83087	-87.62644	181			IL	031	14000	
4885678	Brook Lawn	brook-lawn	US		0	America/Chicago	41.41253	-90.42763	222			IL	073	80190	
4885795	Browns Mill	browns-mill	US		0	America/Chicago	42.28224	-89.52095	230			IL	177	69953	
4885892	Buckhorn Corners	buckhorn-corners	US		0	America/Chicago	42.42474	-89.63845	280			IL	177	09226	
4885905	Bucktown	bucktown	US		0	America/Chicago	40.11337	-87.74475	196			IL	183	55015	
4885908	Budd	budd	US		0	America/Chicago	41.09892	-88.62312	215			IL	105	73781	
4885961	Bull Valley	bull-valley	US		1104	America/Chicago	42.32058	-88.35509	281			IL	111	54495	
4886047	Burnham Place	burnham-place	US		0	America/Chicago	41.86559	-87.62366	181			IL	031	14000	
4886058	Burning Tree	burning-tree	US		0	America/Chicago	41.94586	-88.40675	251			IL	089	10903	
4886066	Burnside (historical)	burnside-historical	US		0	America/Chicago	40.76948	-90.27346	201			IL	095	13217	
4886079	Burr Oak Acres	burr-oak-acres	US		0	America/Chicago	42.19113	-89.03566	255			IL	201	13087	
4886090	Burr Ridge	burr-ridge	US		10818	America/Chicago	41.74892	-87.91839	214	Bar Ridz,bara rija,bwr rydj,Бар Риџ,بور ريدج,बर रीज		IL	043	20604	
4886105	Burton View	burton-view	US		0	America/Chicago	40.17088	-89.48482	172	Burton View,Burtonview		IL	107	80593	
4886108	Burtons Bridge	burtons-bridge	US		0	America/Chicago	42.27974	-88.22897	225			IL	111	54495	
4886127	Bushs Corners	bushs-corners	US		0	America/Chicago	42.29502	-87.98341	222			IL	097	43263	
4886173	Buzzville	buzzville	US		0	America/Chicago	40.36615	-89.99039	149			IL	125	62419	
4886192	Byron Hills Estates	byron-hills-estates	US		0	America/Chicago	42.14141	-89.26983	235			IL	141	10253	
4886220	Cabrini Addition	cabrini-addition	US		0	America/Chicago	41.90225	-87.64033	179			IL	031	14000	
4886222	Cache Lake	cache-lake	US		0	America/Chicago	41.64448	-88.01117	217			IL	031	42808	
4886238	Caledonia (historical)	caledonia-historical	US		0	America/Chicago	41.11837	-89.25036	211			IL	155	46123	
4886250	California Park	california-park	US		0	America/Chicago	41.96448	-87.70145	180			IL	031	14000	
4886264	Calumet Heights	calumet-heights	US		0	America/Chicago	41.73003	-87.57921	178			IL	031	14000	
4886269	Calumet Park	calumet-park	US		7865	America/Chicago	41.66281	-87.6606	184	Kalamet Park,kalwmyt bark,klemeta parka,Каламет Парк,كالوميت بارك,क्लेमेट पार्क		IL	031	10474	
4886400	Camp Algonquin	camp-algonquin	US		0	America/Chicago	42.18308	-88.26786	242			IL	111	00698	
4886451	Camp Logan	camp-logan	US		0	America/Chicago	42.46419	-87.81702	182			IL	097	84233	
4886518	Campton Pines	campton-pines	US		0	America/Chicago	41.91753	-88.38869	250			IL	089	10903	
4886533	Canal Trustees	canal-trustees	US		0	America/Chicago	41.90031	-87.62505	180			IL	031	14000	
4886534	Canalport	canalport	US		0	America/Chicago	41.84392	-87.67061	176			IL	031	14000	
4886535	Canaryville	canaryville	US		0	America/Chicago	41.81476	-87.64033	182	Canaryville,Shanty Town,The Village		IL	031	14000	
4886576	Canyon Ridge	canyon-ridge	US		0	America/Chicago	42.19724	-89.05288	251			IL	201	13087	
4886582	Capri Village	capri-village	US		0	America/Chicago	42.14169	-88.0298	226			IL	031	57238	
4886598	Cardiff	cardiff	US		0	America/Chicago	41.0517	-88.28728	193			IL	105	65988	
4886600	Cardinal Court	cardinal-court	US		0	America/Chicago	40.51726	-88.99924	242			IL	113	53247	
4886622	Carl Sandburg Village	carl-sandburg-village	US		0	America/Chicago	41.90725	-87.63228	181			IL	031	14000	
4886627	Carle Springs	carle-springs	US		0	America/Chicago	40.25365	-88.96702	223			IL	039	78786	
4886674	Carpenters Addition	carpenters-addition	US		0	America/Chicago	41.88587	-87.65144	181			IL	031	14000	
4886689	Carriage Lane Estates	carriage-lane-estates	US		0	America/Chicago	41.09559	-88.82396	186			IL	105	63017	
4886725	Carthage Lake	carthage-lake	US		0	America/Chicago	40.7906	-91.07542	159			IL	071	11280	
4886765	Castle Junction	castle-junction	US		0	America/Chicago	41.39253	-90.57791	230			IL	161	07549	
4886798	Caton Farm	caton-farm	US		0	America/Chicago	41.56531	-88.23923	189			IL	197	60300	
4886813	Cedar Bluff Estates	cedar-bluff-estates	US		0	America/Chicago	40.83615	-89.61399	236			IL	143	48099	
4886843	Cedar Lawn	cedar-lawn	US		0	America/Chicago	41.96587	-87.65728	180			IL	031	14000	
4886996	Centerville (historical)	centerville-historical	US		0	America/Chicago	41.25642	-88.29395	174			IL	063	07653	
4887089	Central Park	central-park	US		0	America/Chicago	41.88559	-87.73061	184			IL	031	14000	
4887121	Central Station	central-station	US		0	America/Chicago	41.86226	-87.62061	181			IL	031	14000	
4887128	Cereal	cereal	US		0	America/Chicago	40.70837	-88.35116	219	Cereal,Healey		IL	105	12723	
4887205	Channel Lake	channel-lake	US		1664	America/Chicago	42.47863	-88.13759	227			IL	097	01608	
4887259	Charter Grove	charter-grove	US		0	America/Chicago	42.06642	-88.63148	268	Charter Grove,Chartergrove		IL	037	74236	
4887285	Chatham Fields	chatham-fields	US		0	America/Chicago	41.74726	-87.60977	180			IL	031	14000	
4887296	Chatton	chatton	US		0	America/Chicago	40.15088	-91.03291	217	Chattan,Chatton		IL	001	36295	
4887305	Chautauqua Park	chautauqua-park	US		0	America/Chicago	40.32282	-90.05206	145			IL	125	33526	
4887312	Checkrow	checkrow	US		0	America/Chicago	40.55421	-90.37818	189	Check Row,Checkrow		IL	057	42574	
4887376	Chester Highlands	chester-highlands	US		0	America/Chicago	41.74698	-87.64644	183			IL	031	14000	
4887382	Chestervale	chestervale	US		0	America/Chicago	40.09227	-89.32176	186			IL	107	13126	
4887393	Cheyenne Heights	cheyenne-heights	US		0	America/Chicago	42.20391	-89.05233	235			IL	201	13087	
4887463	Chicago Lawn	chicago-lawn	US		55551	America/Chicago	41.77503	-87.69644	184			IL	031	14000	
4887559	Childers Acres	childers-acres	US		0	America/Chicago	41.91753	-89.12843	236	Childer's Acres,Childers Acres		IL	141	26298	
4887588	Chinatown	chinatown	US		0	America/Chicago	41.8517	-87.62922	183			IL	031	14000	
4887596	Chippewa	chippewa	US		0	America/Chicago	42.02142	-88.41508	280			IL	089	60365	
4887999	Churchill	churchill	US		0	America/Chicago	41.38753	-89.17231	195			IL	011	32265	
4888054	Cityfront Center	cityfront-center	US		0	America/Chicago	41.89087	-87.62005	180			IL	031	14000	
4888055	Cityfront Place	cityfront-place	US		0	America/Chicago	41.89003	-87.61811	179			IL	031	14000	
4888058	Civer (historical)	civer-historical	US		0	America/Chicago	40.52421	-90.10762	207			IL	057	62276	
4888073	Claremont Cottages	claremont-cottages	US		0	America/Chicago	41.86809	-87.68478	181			IL	031	14000	
4888118	Clarke City	clarke-city	US		0	America/Chicago	41.15809	-88.24284	180			IL	063	31381	
4888133	Claus	claus	US		0	America/Chicago	41.36976	-87.61004	227			IL	197	79059	
4888149	Claypool Woods	claypool-woods	US		0	America/Chicago	41.3442	-88.40007	156			IL	063	79345	
4888177	Clearing	clearing	US		0	America/Chicago	41.78059	-87.77339	187			IL	031	14000	
4888185	Cleaverville	cleaverville	US		0	America/Chicago	41.82698	-87.60533	182			IL	031	14000	
4888276	Cleveland Subdivision	cleveland-subdivision	US		0	America/Chicago	42.22169	-89.05983	234			IL	201	65013	
4888292	Coal Hollow	coal-hollow	US		0	America/Chicago	41.36559	-89.36342	176			IL	011	68562	
4888302	Coaler	coaler	US		0	America/Chicago	40.74726	-87.73309	197			IL	075	05014	
4888330	Colby Point	colby-point	US		0	America/Chicago	42.29641	-88.24008	226			IL	111	54495	
4888340	Coldbrook	coldbrook	US		0	America/Chicago	40.94754	-90.51736	235	Cold Brook,Coldbrook		IL	187	15404	
4888365	Coleta	coleta	US		160	America/Chicago	41.90225	-89.80234	249			IL	195	28833	
4888403	Collins (historical)	collins-historical	US		0	America/Chicago	41.06503	-87.69726	195			IL	091		
4888437	Colonial Gardens	colonial-gardens	US		0	America/Chicago	41.97309	-87.77534	189			IL	031	14000	
4888438	Colonial Gardens	colonial-gardens	US		0	America/Chicago	42.33057	-89.08789	235			IL	201	57069	
4888439	Colonial Meadows	colonial-meadows	US		0	America/Chicago	40.47615	-88.92535	259			IL	113	06626	
4888482	Colvin Park	colvin-park	US		0	America/Chicago	42.13808	-88.78343	259	Colvin Park,Colvinpark		IL	037	40078	
4888642	Conleys Patch	conleys-patch	US		0	America/Chicago	41.8642	-87.63616	179	Conleys Patch,The Patch		IL	031	14000	
4888691	Cookes Subdivision	cookes-subdivision	US		0	America/Chicago	41.66753	-87.62532	184			IL	031	14000	
4888747	Copperfield	copperfield	US		0	America/Chicago	42.22364	-88.08202	271			IL	097	22853	
4888764	Coreys Bluff	coreys-bluff	US		0	America/Chicago	42.23558	-89.12066	237			IL	201	65013	
4888878	Coughlin	coughlin	US		0	America/Chicago	40.89587	-89.49648	144			IL	143	14130	
4888889	Country Acres Mobile Manor	country-acres-mobile-manor	US		0	America/Chicago	41.7642	-89.73428	195	Country Acres Mobile Home Park,Country Acres Mobile Manor		IL	195	15651	
4888891	Country Club Estates	country-club-estates	US		0	America/Chicago	42.16447	-88.01313	231			IL	097	22853	
4888906	Countryside	countryside	US		6002	America/Chicago	41.78281	-87.87811	202	Kantrisajd,kantrisa'ida,kawntrysayd,Кантрисајд,كاونتريسايد,کانتری‌ساید، ایلینوی,کنٹری سائڈ، الینوائے,कन्ट्रीसाइड		IL	031	45447	
4888907	Countryside	countryside	US		0	America/Chicago	41.66364	-88.44896	194			IL	093	08368	
4888910	Countryside East	countryside-east	US		0	America/Chicago	42.18808	-88.07952	260			IL	097	22853	
4888926	Countryside West	countryside-west	US		0	America/Chicago	42.17169	-88.07785	261			IL	097	22853	
4888967	Covell	covell	US		0	America/Chicago	40.44282	-89.10842	214	Covel,Covell		IL	113	18381	
4888980	Coventry Creek	coventry-creek	US		0	America/Chicago	42.21447	-88.99594	237			IL	201	13087	
4888981	Coventry Hills	coventry-hills	US		0	America/Chicago	42.23002	-89.00205	251			IL	201	13087	
4888982	Coventry Hills East	coventry-hills-east	US		0	America/Chicago	42.23002	-88.99371	244			IL	201	13087	
4889006	Coyne	coyne	US		0	America/Chicago	42.18363	-88.45203	266			IL	111	30666	
4889008	Coyne Center	coyne-center	US		827	America/Chicago	41.40476	-90.5593	228			IL	161	07549	
4889011	Coynes	coynes	US		0	America/Chicago	41.57559	-88.14284	190			IL	197	60300	
4889019	Cragin	cragin	US		0	America/Chicago	41.92031	-87.75617	187			IL	031	14000	
4889031	Cramer	cramer	US		0	America/Chicago	40.69115	-89.94706	232			IL	143	76121	
4889053	Crane Road Estates	crane-road-estates	US		0	America/Chicago	41.94086	-88.33174	231			IL	089		
4889059	Crane Woods Estates	crane-woods-estates	US		0	America/Chicago	41.93475	-88.35063	235			IL	089		
4889068	Crawford Corners	crawford-corners	US		0	America/Chicago	42.49502	-87.99119	238			IL	097		
4889069	Crawford Countryside	crawford-countryside	US		0	America/Chicago	41.52087	-87.71338	215			IL	031	63498	
4889075	Creamery Corners	creamery-corners	US		0	America/Chicago	42.27975	-87.87868	211			IL	097	69485	
4889082	Creekside of Long Grove	creekside-of-long-grove	US		0	America/Chicago	42.2303	-88.01646	230			IL	097	22853	
4889083	Creekwood	creekwood	US		0	America/Chicago	41.64531	-87.9745	205			IL	031	42808	
4889114	Crestwood Acres	crestwood-acres	US		0	America/Chicago	41.93253	-89.14954	238			IL	141	26298	
4889145	Croft	croft	US		0	America/Chicago	40.0481	-89.58844	184			IL	129		
4889227	Crystal Gardens	crystal-gardens	US		0	America/Chicago	42.23363	-88.38009	275			IL	111	30666	
4889248	Crystal Lawns	crystal-lawns	US		1872	America/Chicago	41.57031	-88.15812	184			IL	197	60300	
4889250	Crystal Manor	crystal-manor	US		0	America/Chicago	42.22308	-88.29175	278			IL	111	00698	
4889253	Crystal Vista	crystal-vista	US		0	America/Chicago	42.23863	-88.3712	275			IL	111	30666	
4889272	Culton (historical)	culton-historical	US		0	America/Chicago	41.4842	-89.11731	211			IL	099	76238	
4889319	Custer Park	custer-park	US		0	America/Chicago	41.24531	-88.13006	171	Custer Park,Custerpark		IL	197	18199	
4889327	Cutmer	cutmer	US		0	America/Chicago	40.65031	-87.60003	212			IL	075	72773	
4889344	Daggett (historical)	daggett-historical	US		0	America/Chicago	42.03253	-89.97373	229	Daggert,Daggett (historical)		IL	015	67210	
4889444	Danway	danway	US		0	America/Chicago	41.43253	-88.69174	213			IL	099	49204	
4889461	Dauphin Park	dauphin-park	US		0	America/Chicago	41.73198	-87.60727	181	Chesterfield,Dauphin Park		IL	031	14000	
4889477	Cuyler	cuyler	US		0	America/Chicago	41.95337	-87.67478	183			IL	031	14000	
4889527	Daysville	daysville	US		0	America/Chicago	41.98447	-89.31844	213			IL	141	56504	
4889585	Dearborn Homes	dearborn-homes	US		0	America/Chicago	41.84309	-87.62783	182			IL	031	14000	
4889605	Decorra	decorra	US		0	America/Chicago	40.72782	-90.97014	207			IL	071	73274	
4889620	Deer Chase	deer-chase	US		0	America/Chicago	42.15586	-88.09841	265			IL	097	22853	
4889645	Deer Lake	deer-lake	US		0	America/Chicago	42.1503	-88.0998	263			IL	031	57238	
4889649	Deer Lake Meadows	deer-lake-meadows	US		0	America/Chicago	42.16503	-88.09591	257			IL	097	22853	
4889664	Deer Run	deer-run	US		0	America/Chicago	41.94836	-88.39369	248			IL	089	10903	
4889681	Deerpath Estates	deerpath-estates	US		0	America/Chicago	42.16864	-88.08591	264			IL	097	22853	
4889686	Deers	deers	US		0	America/Chicago	40.05503	-88.12254	211			IL	019		
4889695	Del Mar Woods	del-mar-woods	US		0	America/Chicago	42.20002	-87.85507	201			IL	097	80112	
4889704	Delbert Egan Housing Project	delbert-egan-housing-project	US		0	America/Chicago	41.13976	-88.84174	190			IL	099	09057	
4889722	Delrey	delrey	US		0	America/Chicago	40.67281	-88.01726	202	Del Rey,Delrey		IL	075	56094	
4889737	Deerpath	deerpath	US		0	America/Chicago	42.24808	-87.85951	204	Deerpath,Deerpath Station		IL	097	69485	
4889738	Denmark (historical)	denmark-historical	US		0	America/Chicago	40.16309	-87.64308	176			IL	183	52454	
4889747	Denny (historical)	denny-historical	US		0	America/Chicago	40.99476	-90.69875	201			IL	187	73716	
4889751	Denrock	denrock	US		0	America/Chicago	41.69975	-89.97567	183			IL	195	45291	
4889758	Depler Springs	depler-springs	US		0	America/Chicago	40.4331	-90.18457	149			IL	057	43068	
4889784	Deselm	deselm	US		0	America/Chicago	41.24948	-87.97449	208			IL	091	65195	
4889842	Diamond Lake	diamond-lake	US		0	America/Chicago	42.24447	-88.01008	235			IL	097	27923	
4889857	Dickeys	dickeys	US		0	America/Chicago	41.05087	-88.03727	203	Dickeys,Dickeys Siding		IL	091	59819	
4889894	Dillonfield	dillonfield	US		0	America/Chicago	41.89669	-88.41397	248			IL	089	10903	
4889897	Dimmick	dimmick	US		0	America/Chicago	41.44031	-89.11647	201			IL	099	19980	
4889913	Disco	disco	US		0	America/Chicago	40.62032	-91.02125	204			IL	067	40845	
4889935	Divine	divine	US		0	America/Chicago	41.38586	-88.29534	161			IL	063	30549	
4889957	Dixmoor	dixmoor	US		3597	America/Chicago	41.6317	-87.66088	183			IL	031	75198	
4890004	Dolands Addition	dolands-addition	US		0	America/Chicago	42.01503	-87.67117	183			IL	031	14000	
4890025	Doney	doney	US		0	America/Chicago	41.0667	-87.62503	210			IL	091	58538	
4890032	Donny Hill Meadows	donny-hill-meadows	US		0	America/Chicago	41.85364	-88.45508	228			IL	089	06262	
4890091	Douglas Park	douglas-park	US		0	America/Chicago	41.79392	-89.73455	200			IL	195	72553	
4890111	Dover Pond	dover-pond	US		0	America/Chicago	42.15947	-88.0723	255			IL	097	22853	
4890172	Drexel Estate	drexel-estate	US		0	America/Chicago	41.77559	-87.67144	183	Drexel Estate,Drexel Park		IL	031	14000	
4890185	Druce Lake	druce-lake	US		0	America/Chicago	42.37169	-88.00258	240			IL	097	78877	
4890271	Duncan Mills	duncan-mills	US		0	America/Chicago	40.34004	-90.19095	146	Duncan Mills,Duncan's Mills,Duncans Mills		IL	057	37842	
4890276	Duncans Addition	duncans-addition	US		0	America/Chicago	41.87781	-87.64978	179			IL	031	14000	
4890290	Dunes Park	dunes-park	US		0	America/Chicago	42.42085	-87.82563	193			IL	097	05326	
4890293	Dunham Castle	dunham-castle	US		0	America/Chicago	41.95225	-88.27146	237			IL	089		
4890314	Dunn Corners	dunn-corners	US		0	America/Chicago	42.4803	-87.99147	243			IL	097	52753	
4890418	Eagle Ridge	eagle-ridge	US		0	America/Chicago	40.51448	-88.92757	260			IL	113	06639	
4890473	East Brooklyn	east-brooklyn	US		104	America/Chicago	41.17337	-88.26395	178			IL	063	31381	
4890480	East Clinton	east-clinton	US		0	America/Chicago	41.83697	-90.16513	179			IL	195	28586	
4890486	East Dundee	east-dundee	US		3200	America/Chicago	42.09891	-88.27147	234	Dundee,East Dundee		IL	089	21046	
4890507	East Garfield Park	east-garfield-park	US		20656	America/Chicago	41.88087	-87.70283	182			IL	031	14000	
4890510	East Grossdale	east-grossdale	US		0	America/Chicago	41.82642	-87.83478	189			IL	031	64434	
4890513	East Hazel Crest	east-hazel-crest	US		1545	America/Chicago	41.57365	-87.64643	189			IL	031	75198	
4890525	East Lawndale	east-lawndale	US		0	America/Chicago	40.56337	-90.02234	196			IL	057	11020	
4890547	East Paw Paw	east-paw-paw	US		0	America/Chicago	41.68809	-88.93925	272			IL	037	58200	
4890560	East Joliet	east-joliet	US		0	America/Chicago	41.53503	-88.05172	186			IL	197	38583	
4890570	East Side	east-side	US		0	America/Chicago	41.71226	-87.53199	183			IL	031	14000	
4890583	East Village	east-village	US		0	America/Chicago	40.46421	-90.6793	211			IL	109	45915	
4890589	Eastburn	eastburn	US		0	America/Chicago	40.77309	-87.63559	209			IL	075	69225	
4890593	East Stockton (historical)	east-stockton-historical	US		0	America/Chicago	42.34224	-89.98068	288			IL	085	72793	
4890615	Eastwood Manor	eastwood-manor	US		0	America/Chicago	42.34558	-88.2412	233			IL	111	45707	
4890642	Ebner	ebner	US		0	America/Chicago	41.93197	-90.10763	189			IL	015	83908	
4890648	Eckard	eckard	US		0	America/Chicago	40.31976	-89.989	145			IL	125	33526	
4890682	Edgebrook	edgebrook	US		0	America/Chicago	41.99698	-87.76534	189			IL	031	14000	
4890691	Edgebrook Mobile Home Park	edgebrook-mobile-home-park	US		0	America/Chicago	41.97031	-88.7237	255			IL	037	19174	
4890699	Edgetown	edgetown	US		0	America/Chicago	41.17948	-87.57559	192			IL	091	49906	
4890719	Edgington	edgington	US		0	America/Chicago	41.38698	-90.76375	238	Edgington,Edginton		IL	161	22632	
4890727	Edison Park	edison-park	US		0	America/Chicago	42.00137	-87.81432	202			IL	031	14000	
4890747	Edmund F Burton Row Houses	edmund-f-burton-row-houses	US		0	America/Chicago	41.88503	-87.79811	190			IL	031	54898	
4890773	Egandale	egandale	US		0	America/Chicago	41.80059	-87.60449	181			IL	031	14000	
4890794	Eileen	eileen	US		0	America/Chicago	41.2942	-88.27117	171			IL	063	25778	
4890824	El Vista	el-vista	US		0	America/Chicago	40.72893	-89.62927	194			IL	143	59013	
4890830	Elba Center	elba-center	US		0	America/Chicago	40.8442	-90.04317	216	Elba Center,Spoon River		IL	095	22879	
4890845	Elderville	elderville	US		0	America/Chicago	40.33032	-91.29459	204			IL	067	83713	
4890898	Eliza	eliza	US		0	America/Chicago	41.29586	-90.96765	212			IL	131	23152	
4890939	Elkhorn Grove	elkhorn-grove	US		0	America/Chicago	42.00808	-89.73456	222			IL	015	23321	
4890962	Ellison (historical)	ellison-historical	US		0	America/Chicago	40.77143	-90.76958	219			IL	187	23516	
4891027	Elmoville	elmoville	US		0	America/Chicago	42.26557	-90.04707	219			IL	085	60664	
4891064	Elsdon	elsdon	US		0	America/Chicago	41.79364	-87.72172	184			IL	031	14000	
4891073	Elva	elva	US		0	America/Chicago	41.8642	-88.7762	271	Elva,Elva Station		IL	037	00386	
4891094	Emerald Acres	emerald-acres	US		0	America/Chicago	41.65309	-88.00478	229			IL	031	42808	
4891096	Emerald Park	emerald-park	US		0	America/Chicago	42.31891	-88.25036	228			IL	111	54495	
4891163	Empire Hills	empire-hills	US		0	America/Chicago	41.95669	-88.42841	265			IL	089	10903	
4891192	Enion	enion	US		0	America/Chicago	40.27504	-90.17734	140			IL	057	39714	
4891196	Enright	enright	US		0	America/Chicago	40.73976	-88.96702	221			IL	113	31745	
4891228	Equestrian Estates	equestrian-estates	US		0	America/Chicago	41.67642	-87.92783	217			IL	031	42808	
4891229	Equestrian Woods	equestrian-woods	US		0	America/Chicago	41.68309	-87.92672	211			IL	031	42808	
4891283	Estates of Indian Creek	estates-of-indian-creek	US		0	America/Chicago	42.23641	-88.02285	229			IL	097	22853	
4891284	Estates of Stone Creek	estates-of-stone-creek	US		0	America/Chicago	42.21836	-88.08063	265			IL	097	22853	
4891364	Epplyanna	epplyanna	US		0	America/Chicago	42.42501	-89.44428	258			IL	177	65143	
4891375	Evans Heights Housing Project	evans-heights-housing-project	US		0	America/Chicago	41.13614	-88.81535	193			IL	099	56965	
4891395	Evanswood	evanswood	US		0	America/Chicago	41.93031	-88.37258	241			IL	089		
4891455	Evergreen Village Mobile Home Park	evergreen-village-mobile-home-park	US		0	America/Chicago	41.98669	-88.66592	253			IL	037	74236	
4891493	Exposition View	exposition-view	US		0	America/Chicago	41.79253	-88.34368	211			IL	089	03025	
4891495	Eylar	eylar	US		0	America/Chicago	40.91226	-88.45283	211			IL	105	67808	
4891506	Factory Addition	factory-addition	US		0	America/Chicago	42.23335	-89.06955	222			IL	201	65013	
4891533	Fairfax Village	fairfax-village	US		0	America/Chicago	42.0778	-88.03174	225			IL	031	57238	
4891753	Far View	far-view	US		0	America/Chicago	41.95697	-88.41786	262			IL	089	10903	
4891758	Fandon	fandon	US		0	America/Chicago	40.36838	-90.76152	204	Fandon,Middle Town,Middletown		IL	109	12333	
4891764	Farm Ridge	farm-ridge	US		0	America/Chicago	41.22503	-88.91313	196			IL	099	25583	
4891798	Farmsville (historical)	farmsville-historical	US		0	America/Chicago	40.62087	-89.23981	195			IL	203	50231	
4891884	Ferndale Woods	ferndale-woods	US		0	America/Chicago	42.15697	-88.08535	261			IL	097	22853	
4891885	Fernway	fernway	US		0	America/Chicago	41.57003	-87.82338	218			IL	031	56614	
4891886	Fernway Park	fernway-park	US		0	America/Chicago	41.58698	-87.83005	213			IL	031	56614	
4891904	Ferson Creek Woods	ferson-creek-woods	US		0	America/Chicago	41.95892	-88.3648	237			IL	089		
4891932	Fields of Saratoga	fields-of-saratoga	US		0	America/Chicago	41.38392	-88.43979	167			IL	063	67678	
4891936	Fifty Acres	fifty-acres	US		0	America/Chicago	41.90364	-87.64839	179			IL	031	14000	
4891945	Film Row	film-row	US		0	America/Chicago	41.86392	-87.62477	182			IL	031	14000	
4892612	Five Island Park	five-island-park	US		0	America/Chicago	41.97169	-88.3098	213	Five Island Park,Five Islands Park		IL	089		
4892623	Fitchmoor	fitchmoor	US		0	America/Chicago	41.46198	-89.16508	214			IL	099	76238	
4892628	Flagg	flagg	US		0	America/Chicago	41.89586	-89.14093	238	Flagg,Flagg Station		IL	141	26298	
4892646	Flatville	flatville	US		0	America/Chicago	40.23948	-88.05921	209			IL	019	15976	
4892659	Flickerville	flickerville	US		0	America/Chicago	41.22003	-87.95616	193			IL	091	65195	
4892662	Flagg Center	flagg-center	US		0	America/Chicago	41.94058	-89.12232	252	Flag Center,Flagg Center,Kyte River		IL	141	26298	
4892677	Florid	florid	US		0	America/Chicago	41.22865	-89.28092	213			IL	155	34124	
4892687	Flossmoor Highlands	flossmoor-highlands	US		0	America/Chicago	41.54615	-87.71338	215			IL	031	63498	
4892696	Flowerfield	flowerfield	US		0	America/Chicago	41.86725	-88.03396	212			IL	043	49451	
4892706	Fogarty	fogarty	US		0	America/Chicago	40.09366	-89.41982	186			IL	107	08485	
4892731	Ford Heights	ford-heights	US		2773	America/Chicago	41.50642	-87.59171	202	East Chicago Heights,Ford Heights		IL	031	06561	
4892755	Forest Green Lake Estates	forest-green-lake-estates	US		0	America/Chicago	42.17947	-88.11202	253			IL	097	22853	
4892797	Forest View	forest-view	US		692	America/Chicago	41.80864	-87.79339	181			IL	031	72689	
4892836	Fort Dearborn Addition	fort-dearborn-addition	US		0	America/Chicago	41.88531	-87.62505	180			IL	031	14000	
4892851	Forty Acres	forty-acres	US		0	America/Chicago	40.67948	-90.02428	229			IL	057	25544	
4892860	Fossland	fossland	US		0	America/Chicago	42.49446	-87.95175	231	Fossland,Penders Corners		IL	097	52753	
4892911	Fountain Creek	fountain-creek	US		0	America/Chicago	40.51615	-87.81086	207			IL	075	27286	
4892942	Fox Chase Estates	fox-chase-estates	US		0	America/Chicago	41.64586	-87.94672	217			IL	031	42808	
4892953	Fox Lake Hills	fox-lake-hills	US		2591	America/Chicago	42.40808	-88.13175	229			IL	097	41599	
4892957	Fox Point North	fox-point-north	US		0	America/Chicago	42.15641	-88.11174	254			IL	097	22853	
4892969	Fox River Estates	fox-river-estates	US		0	America/Chicago	41.96003	-88.3098	219			IL	089		
4892973	Fox River Heights	fox-river-heights	US		0	America/Chicago	41.96558	-88.31063	233			IL	089		
4892977	Fox River Shores	fox-river-shores	US		0	America/Chicago	42.25836	-88.21342	233			IL	111	54495	
4892995	Foxborough Estates	foxborough-estates	US		0	America/Chicago	42.19225	-88.05535	245			IL	097	22853	
4892996	Foxcroft	foxcroft	US		0	America/Chicago	41.83614	-88.07534	232			IL	043	49451	
4892997	Foxcroft	foxcroft	US		0	America/Chicago	42.16058	-88.08063	260			IL	097	22853	
4893001	Foxfield	foxfield	US		0	America/Chicago	41.93169	-88.44202	274			IL	089	10903	
4893008	Frahms Country Acres	frahms-country-acres	US		0	America/Chicago	41.93642	-89.15121	243	Frahm's Country Acres,Frahms Country Acres		IL	141	26298	
4893012	Frances Cabrini Homes	frances-cabrini-homes	US		0	America/Chicago	41.89864	-87.64228	177			IL	031	14000	
4893016	Fox Hills	fox-hills	US		0	America/Chicago	41.65225	-87.95172	212			IL	031	42808	
4893043	Frankfort Square	frankfort-square	US		9276	America/Chicago	41.51892	-87.8031	216			IL	197	27631	
4893053	Franklin Corners	franklin-corners	US		0	America/Chicago	41.91697	-89.91067	241			IL	195	15144	
4893060	Franklin Gardens	franklin-gardens	US		0	America/Chicago	42.2253	-89.08094	218			IL	201	65013	
4893101	Franks	franks	US		0	America/Chicago	41.71086	-88.6798	221			IL	037	70473	
4893109	Fravert	fravert	US		0	America/Chicago	40.44893	-89.37065	193	Fravert,Fravet		IL	179	44017	
4893146	Freedom Centre (historical)	freedom-centre-historical	US		0	America/Chicago	41.48448	-88.88063	201			IL	099	27845	
4893156	Freedville	freedville	US		0	America/Chicago	40.86087	-87.74309	196			IL	075	47293	
4893222	Frielings	frielings	US		0	America/Chicago	41.16059	-88.11311	181			IL	091	67262	
4893248	Fritchens Subdivision	fritchens-subdivision	US		0	America/Chicago	42.21474	-89.05344	236	Fritchen's Subdivision,Fritchens Subdivision		IL	201	13087	
4893291	Fuller Park	fuller-park	US		0	America/Chicago	41.81809	-87.63255	181	Fuller Park,Lake Town,West Kenwood		IL	031	14000	
4893294	Fullersburg	fullersburg	US		0	America/Chicago	41.81809	-87.91839	202			IL	043	20604	
4893308	Fulls	fulls	US		0	America/Chicago	40.11337	-88.09032	207			IL	019		
4893311	Fulton Center (historical)	fulton-center-historical	US		0	America/Chicago	40.50976	-90.12345	205			IL	057	62276	
4893339	Funks Grove	funks-grove	US		0	America/Chicago	40.36365	-89.11453	211	Funks Grove,Funks Grove Station		IL	113	28209	
4893365	Gage Park	gage-park	US		41202	America/Chicago	41.79503	-87.69616	183			IL	031	14000	
4893371	Gages Lake	gages-lake	US		10198	America/Chicago	42.35169	-87.98258	234			IL	097	78877	
4893387	Galena Junction	galena-junction	US		0	America/Chicago	42.3739	-90.44318	190			IL	085	21813	
4893404	Galewood	galewood	US		0	America/Chicago	41.91544	-87.79587	197			IL	031	14000	
4893442	Gano	gano	US		0	America/Chicago	41.67698	-87.63199	188			IL	031	14000	
4893451	Garden Homes	garden-homes	US		0	America/Chicago	41.73448	-87.62199	179			IL	031	14000	
4893465	Garden of Eden	garden-of-eden	US		0	America/Chicago	41.16976	-87.5617	193			IL	091	49906	
4893490	Garfield Manor	garfield-manor	US		0	America/Chicago	41.79503	-87.70616	184	Garfield Heights,Garfield Manor		IL	031	14000	
4893508	Garfields	garfields	US		0	America/Chicago	41.91309	-87.73172	184			IL	031	14000	
4893509	Garibaldi Square	garibaldi-square	US		0	America/Chicago	41.87364	-87.66422	181			IL	031	14000	
4893536	Gaslight Village	gaslight-village	US		0	America/Chicago	41.34531	-88.39368	155			IL	063	79345	
4893563	Gears Ferry	gears-ferry	US		0	America/Chicago	42.38918	-90.46513	185			IL	085	80359	
4893590	Genet	genet	US		0	America/Chicago	42.34252	-89.07566	223			IL	201	57069	
4893597	Geneva Road	geneva-road	US		0	America/Chicago	41.88808	-88.15146	222			IL	043	82413	
4893657	German Corner	german-corner	US		0	America/Chicago	41.29365	-90.03095	227			IL	073	09824	
4893670	Germantown Hills	germantown-hills	US		3508	America/Chicago	40.76643	-89.46787	245			IL	203	83544	
4893697	Giblin	giblin	US		0	America/Chicago	40.01753	-88.40672	210			IL	019	15482	
4893749	Gilletts	gilletts	US		0	America/Chicago	41.51725	-87.937	202			IL	197	52597	
4893754	Gillum	gillum	US		0	America/Chicago	40.40781	-88.89952	254			IL	113	55782	
4893771	Gingle Corners	gingle-corners	US		0	America/Chicago	41.26309	-90.73597	233			IL	131	59182	
4893807	Glen Avon	glen-avon	US		0	America/Chicago	40.34615	-88.59256	236	Glen Avon,Glenavon		IL	113	79904	
4893824	Glen Oak	glen-oak	US		0	America/Chicago	41.8817	-88.03923	216			IL	043	49451	
4893855	Ginger Hill	ginger-hill	US		0	America/Chicago	41.43809	-90.56736	194			IL	161	06301	
4893860	Glendale (historical)	glendale-historical	US		0	America/Chicago	41.48559	-90.41569	215			IL	161	32577	
4893957	Goeselville	goeselville	US		0	America/Chicago	41.6242	-87.78505	207			IL	031	07939	
4893959	Gold Coast	gold-coast	US		0	America/Chicago	41.9067	-87.62533	178			IL	031	14000	
4893966	Golden Acres	golden-acres	US		0	America/Chicago	40.74393	-89.63176	205			IL	143	59013	
4894049	Goode Subdivision	goode-subdivision	US		0	America/Chicago	41.37586	-88.3884	154			IL	063	67678	
4894050	Goodenow	goodenow	US		0	America/Chicago	41.39142	-87.63671	225			IL	197	17536	
4894061	Goodings Grove	goodings-grove	US		18569	America/Chicago	41.6292	-87.93089	231	Gooding's Grove,Goodings Grove		IL	197	35827	
4894075	Goofy Ridge	goofy-ridge	US		350	America/Chicago	40.39449	-89.93761	147			IL	125	62419	
4894154	Gottfred Subdivision	gottfred-subdivision	US		0	America/Chicago	42.23585	-89.07427	222			IL	201	65013	
4894159	Gougars	gougars	US		0	America/Chicago	41.52364	-88.00478	186			IL	197	52597	
4894177	Grace Abbott Homes	grace-abbott-homes	US		0	America/Chicago	41.86337	-87.66478	181			IL	031	14000	
4894320	Grand Boulevard	grand-boulevard	US		22373	America/Chicago	41.81392	-87.61727	183			IL	031	14000	
4894323	Grand Crossing	grand-crossing	US		0	America/Chicago	41.75559	-87.60033	179	Cornell,Grand Crossing		IL	031	14000	
4893643	Gerald	gerald	US	63037	0	America/Chicago	40.27059	-87.93003	223			IL	019	15976	
4894325	Grand Detour	grand-detour	US		429	America/Chicago	41.8967	-89.41177	200	Grand De Tour,Grand Detour		IL	141	30718	
4894360	Grandwood Park	grandwood-park	US		5202	America/Chicago	42.39308	-87.98674	227			IL	097	78877	
4894362	Grange Hall	grange-hall	US		0	America/Chicago	42.36391	-87.96341	232			IL	097	78877	
4894403	Grant View Heights	grant-view-heights	US		0	America/Chicago	42.19169	-89.13788	232			IL	201	65013	
4894404	Grant Village	grant-village	US		0	America/Chicago	41.81837	-87.60422	182			IL	031	14000	
4894415	Granville Gardens	granville-gardens	US		0	America/Chicago	41.99475	-87.68311	183			IL	031	14000	
4894417	Grape Creek	grape-creek	US		0	America/Chicago	40.06781	-87.59863	166	Brookville,Commissarytown,First Redtown,Grape Creek,Grapecreek,Second Redtown		IL	183	18576	
4894462	Graymoor	graymoor	US		0	America/Chicago	41.52392	-87.66949	201			IL	031	06561	
4894614	Green Oaks	green-oaks	US		3837	America/Chicago	42.29002	-87.90341	210			IL	097	43263	
4894625	Green Rock	green-rock	US		2970	America/Chicago	41.47309	-90.35763	182			IL	073	15677	
4894646	Green View Heights	green-view-heights	US		0	America/Chicago	42.22919	-89.05983	243			IL	201	65013	
4894651	Greenbriar	greenbriar	US		0	America/Chicago	40.51976	-88.94757	249			IL	113	53247	
4894690	Greenoak	greenoak	US		0	America/Chicago	41.48031	-89.40842	220			IL	011	20539	
4894691	Greenridge Estates	greenridge-estates	US		0	America/Chicago	42.19086	-89.0551	249			IL	201	13087	
4894771	Grimes Addition	grimes-addition	US		0	America/Chicago	41.79809	-89.74872	196			IL	195	36178	
4894793	Gross Point	gross-point	US		0	America/Chicago	42.07892	-87.72256	192			IL	031	52909	
4894827	Grumle Corner	grumle-corner	US		0	America/Chicago	40.24865	-87.67002	205			IL	183	06678	
4894899	Haegers Bend	haegers-bend	US		0	America/Chicago	42.18891	-88.26064	224			IL	111	00698	
4894909	Hahnaman	hahnaman	US		0	America/Chicago	41.6317	-89.6351	200			IL	195	32174	
4894921	Hainesville	hainesville	US		3668	America/Chicago	42.34502	-88.06786	244	Hainesville,Hainsville		IL	097	03220	
4894929	Haldane	haldane	US		0	America/Chicago	42.06253	-89.574	276			IL	141	43549	
4894939	Hale Ridge (historical)	hale-ridge-historical	US		0	America/Chicago	40.18005	-90.64652	191			IL	169	09395	
4894949	Half Day	half-day	US		0	America/Chicago	42.20114	-87.93341	199	Half Day,Halfday		IL	097	77668	
4894986	Hamilton Estates	hamilton-estates	US		0	America/Chicago	42.18058	-88.09591	265			IL	097	22853	
4895003	Hamlin Park	hamlin-park	US		0	America/Chicago	41.94031	-87.67922	181			IL	031	14000	
4895014	Hamilton Corners	hamilton-corners	US		0	America/Chicago	41.70753	-89.96623	191			IL	195	45291	
4895077	Hanson Park	hanson-park	US		0	America/Chicago	41.92059	-87.77006	189			IL	031	14000	
4895086	Happy Hills	happy-hills	US		0	America/Chicago	41.91558	-88.38119	257			IL	089	10903	
4895097	Harbor Square	harbor-square	US		0	America/Chicago	41.86448	-87.62366	181			IL	031	14000	
4895102	Harding	harding	US		0	America/Chicago	41.51503	-88.84952	199	Freedom,Harding		IL	099	27845	
4895168	Harness	harness	US		0	America/Chicago	40.24754	-89.59177	171	Haines,Harness		IL	107	61574	
4895209	Harris Corners	harris-corners	US		0	America/Chicago	42.3403	-87.97841	233			IL	097	78877	
4895225	Harrison Avenue Gardens	harrison-avenue-gardens	US		0	America/Chicago	42.23558	-89.06538	224			IL	201	65013	
4895291	Harvard Hills	harvard-hills	US		0	America/Chicago	40.72865	-89.48148	233			IL	179	79046	
4895361	Hawkins Glen	hawkins-glen	US		0	America/Chicago	41.94614	-88.36202	229			IL	089		
4895364	Hawley (historical)	hawley-historical	US		0	America/Chicago	40.51393	-89.64455	147			IL	179	14403	
4895373	Hawthorn Knolls	hawthorn-knolls	US		0	America/Chicago	42.2103	-88.02591	230			IL	097	22853	
4895376	Hawthorn Woods	hawthorn-woods	US		7961	America/Chicago	42.21697	-88.04952	244			IL	097	22853	
4895382	Hawthorne Hills	hawthorne-hills	US		0	America/Chicago	40.50615	-88.91896	253			IL	113	06639	
4895460	Heapsville	heapsville	US		0	America/Chicago	40.75976	-91.07181	160			IL	071	11280	
4895468	Heather Highlands	heather-highlands	US		0	America/Chicago	42.21586	-88.06035	255			IL	097	22853	
4895472	Heatherfield	heatherfield	US		0	America/Chicago	41.3667	-88.46646	165			IL	063	24400	
4895473	Heatherlea	heatherlea	US		0	America/Chicago	42.1303	-88.04146	230			IL	031	57238	
4895474	Heaton	heaton	US		0	America/Chicago	40.41087	-87.58947	219			IL	183	30965	
4895494	Heaton Park	heaton-park	US		0	America/Chicago	41.83253	-88.35841	222			IL	089	04091	
4895497	Hedgerow	hedgerow	US		0	America/Chicago	41.96142	-88.42675	277			IL	089	10903	
4895499	Hedgewood	hedgewood	US		0	America/Chicago	40.50698	-88.93646	251			IL	113	06639	
4895503	Hegeler	hegeler	US		0	America/Chicago	41.37253	-89.18231	193			IL	011	32265	
4895504	Hegeler	hegeler	US		0	America/Chicago	40.07559	-87.63502	199			IL	183	18576	
4895506	Hegewisch	hegewisch	US		0	America/Chicago	41.65365	-87.54699	178			IL	031	14000	
4895571	Henkel	henkel	US		0	America/Chicago	41.60031	-89.1737	256			IL	103	73300	
4895576	Henderson Grove	henderson-grove	US		0	America/Chicago	41.01976	-90.41152	230			IL	095	34020	
4895626	Herbert	herbert	US		0	America/Chicago	42.15475	-88.77621	266			IL	007	71578	
4895664	Heritage West	heritage-west	US		0	America/Chicago	41.82642	-88.34869	223			IL	089	04091	
4895679	Herons Crossing	herons-crossing	US		0	America/Chicago	42.1928	-88.04591	237	Heron's Crossing,Herons Crossing		IL	097	22853	
4895737	Hickory Creek	hickory-creek	US		0	America/Chicago	42.22113	-89.15844	239			IL	201	65013	
4895780	Hickory Point	hickory-point	US		0	America/Chicago	40.77726	-89.41815	255			IL	203	83544	
4895801	Hickory View Estates	hickory-view-estates	US		0	America/Chicago	42.21308	-89.00733	247			IL	201	13087	
4895803	Hicks Corners	hicks-corners	US		0	America/Chicago	41.32781	-89.21786	174			IL	011	32265	
4895806	Hidden Hill	hidden-hill	US		0	America/Chicago	42.04169	-88.35786	273			IL	089	23087	
4895807	Hidden Lake	hidden-lake	US		0	America/Chicago	42.14391	-88.01202	220			IL	031	57238	
4895812	Hidden Lakes	hidden-lakes	US		0	America/Chicago	42.02558	-88.41314	281			IL	089	60365	
4895863	Highland Estates	highland-estates	US		0	America/Chicago	41.93892	-89.11065	247			IL	141	26298	
4895865	Highland Haven	highland-haven	US		0	America/Chicago	42.05586	-88.36425	269			IL	089	23087	
4895866	Highland Hills	highland-hills	US		0	America/Chicago	41.8492	-88.00451	227			IL	043	83947	
4895895	Highland Town (historical)	highland-town-historical	US		0	America/Chicago	41.1942	-88.49173	189			IL	063	34657	
4895905	Highmoor	highmoor	US		0	America/Chicago	42.19975	-87.84229	205			IL	097	80112	
4895909	Highview	highview	US		0	America/Chicago	42.22502	-88.04091	242			IL	097	22853	
4895915	Highway Village	highway-village	US		0	America/Chicago	40.66587	-89.54593	151			IL	179	26636	
4895936	Hillcrest	hillcrest	US		1280	America/Chicago	41.95114	-89.06454	253			IL	141	26298	
4895954	Hillery	hillery	US		0	America/Chicago	40.13115	-87.69447	197			IL	183	18576	
4895969	Hills Grove (historical)	hills-grove-historical	US		0	America/Chicago	40.38921	-90.87069	195			IL	109	74678	
4895977	Hillside Manor	hillside-manor	US		0	America/Chicago	41.11559	-87.94782	193			IL	091	43497	
4895992	Hilltop Trailer Park	hilltop-trailer-park	US		0	America/Chicago	40.45698	-88.98341	259			IL	113	06639	
4896043	Hitt	hitt	US		0	America/Chicago	41.99475	-89.73567	227			IL	015	23321	
4896044	Hitt	hitt	US		0	America/Chicago	41.3167	-88.85619	183			IL	099	71110	
4896069	Hodgkins	hodgkins	US		1868	America/Chicago	41.76892	-87.85783	184	Khodzkins,hwdjkynz,Хоџкинс,هودجكينز		IL	031	45447	
4896104	Holcombville Corners	holcombville-corners	US		0	America/Chicago	42.29169	-88.32009	269			IL	111	54495	
4896119	Holiday Hills	holiday-hills	US		592	America/Chicago	42.29002	-88.22481	226			IL	111	54495	
4896145	Hollowayville	hollowayville	US		81	America/Chicago	41.36504	-89.29703	201	Hallowayville,Hollowayville		IL	011	68562	
4896352	Homeward Hill	homeward-hill	US		0	America/Chicago	41.9653	-88.38591	267			IL	089	10903	
4896379	Honeymoon Row	honeymoon-row	US		0	America/Chicago	41.6867	-87.60671	180			IL	031	14000	
4896459	Hopper	hopper	US		0	America/Chicago	40.7856	-90.9907	176	Hopper,Hopper's Mills,Originally named Warren  IL in 1840.,Sometimes referred to as Hopper's Mill.,WarrXn,opper		IL	071	73274	
4896466	Horatio Gardens	horatio-gardens	US		0	America/Chicago	42.16447	-87.94229	203			IL	097	77668	
4896555	Howard District	howard-district	US		0	America/Chicago	42.02086	-87.66922	182	Germania Subdivision,Howard District,No Mans Land		IL	031	14000	
4896574	Howe Terrace	howe-terrace	US		0	America/Chicago	42.1503	-88.10841	262			IL	031	57238	
4896599	Hubbard Woods	hubbard-woods	US		0	America/Chicago	42.11558	-87.74284	202			IL	031	52909	
4896604	Hubly	hubly	US		0	America/Chicago	40.1356	-89.659	158			IL	129		
4896656	Humboldt Park	humboldt-park	US		0	America/Chicago	41.90281	-87.72089	184			IL	031	14000	
4896672	Hunt Corners	hunt-corners	US		0	America/Chicago	42.27502	-89.45595	262			IL	177	64057	
4896722	Hutchins Park	hutchins-park	US		0	America/Chicago	42.37946	-89.06594	227			IL	201	57069	
4896750	Ida B Wells Housing Project	ida-b-wells-housing-project	US		0	America/Chicago	41.82448	-87.61338	184			IL	031	14000	
4896765	Idylside	idylside	US		0	America/Chicago	41.51892	-88.122	194			IL	197	38583	
4896780	Illiana	illiana	US		0	America/Chicago	40.19643	-87.53196	220	Iliana,Illiana,State Line City		IL	183	52454	
4896781	Illiana Heights	illiana-heights	US		0	America/Chicago	41.16892	-87.54309	192			IL	091	49906	
4896829	Illinois Park	illinois-park	US		0	America/Chicago	42.04808	-88.31425	244			IL	089	23087	
4897013	Indian Creek	indian-creek	US		0	America/Chicago	41.94669	-88.48453	287			IL	089	10903	
4897016	Indian Creek	indian-creek	US		543	America/Chicago	42.22697	-87.9798	226			IL	097	77668	
4897024	Indian Creek Country Estates	indian-creek-country-estates	US		0	America/Chicago	42.23252	-88.04035	238			IL	097	22853	
4897039	Indian Head Park	indian-head-park	US		3824	America/Chicago	41.77031	-87.90228	199			IL	031	45447	
4897041	Indian Hill	indian-hill	US		0	America/Chicago	41.5017	-87.64782	201			IL	031	06561	
4897053	Indian Oaks	indian-oaks	US		0	America/Chicago	41.1917	-87.85143	211	Indian Oaks,La Prairie,Tucker		IL	091	07484	
4897087	Indian Village	indian-village	US		0	America/Chicago	42.22974	-89.10649	221			IL	201	65013	
4897105	Ingalls Park	ingalls-park	US		3314	America/Chicago	41.52253	-88.04283	186			IL	197	38583	
4897107	Ingalton	ingalton	US		0	America/Chicago	41.90614	-88.20368	242			IL	043	79410	
4897119	Ingleside Shore	ingleside-shore	US		0	America/Chicago	42.40169	-88.14425	226	Ingleside Shore,Ingleside Shores		IL	097	30952	
4897487	Iowa Junction	iowa-junction	US		0	America/Chicago	40.68726	-91.06014	169			IL	071	44394	
4897509	Indian Spring	indian-spring	US		0	America/Chicago	41.18115	-89.36037	152			IL	155	68627	
4897513	Irondale (historical)	irondale-historical	US		0	America/Chicago	41.69587	-87.54032	178			IL	031	14000	
4897517	Ironworkers Addition to South Chicago	ironworkers-addition-to-south-chicago	US		0	America/Chicago	41.70754	-87.53643	179	Colehour,Ironworkers Addition to South Chicago		IL	031	14000	
4897543	Irving Park	irving-park	US		56520	America/Chicago	41.95336	-87.73645	184			IL	031	14000	
4897608	Italian Bowery	italian-bowery	US		0	America/Chicago	41.75476	-87.59866	179	Dago Bowery,Italian Bowery		IL	031	14000	
4897681	Jackson Park Highlands	jackson-park-highlands	US		0	America/Chicago	41.77142	-87.57894	180			IL	031	14000	
4897686	Jackson Park Terrace	jackson-park-terrace	US		0	America/Chicago	41.78476	-87.5881	181			IL	031	14000	
4897731	Jamesburg	jamesburg	US		0	America/Chicago	40.26226	-87.74891	208			IL	183	06678	
4897742	Jane Addams Homes	jane-addams-homes	US		0	America/Chicago	41.86948	-87.65978	181			IL	031	14000	
4897776	Jefferson Corners	jefferson-corners	US		0	America/Chicago	41.60531	-89.98067	189			IL	195	61262	
4897801	Jefferson Park	jefferson-park	US		0	America/Chicago	41.97059	-87.76339	184	Jefferson,Jefferson Park		IL	031	14000	
4897824	Jeffery Manor	jeffery-manor	US		0	America/Chicago	41.71503	-87.57005	179			IL	031	14000	
4897885	Jewell Road	jewell-road	US		0	America/Chicago	41.8767	-88.1359	235			IL	043	49451	
4897909	Joetta	joetta	US		0	America/Chicago	40.43365	-90.93152	204	Joetta,Uniontown		IL	067	32629	
4898096	Joslin	joslin	US		0	America/Chicago	41.55726	-90.22207	177			IL	161	84246	
4898121	Judson (historical)	judson-historical	US		0	America/Chicago	41.25226	-87.64226	214			IL	091	83856	
4898174	Kaneland Estates	kaneland-estates	US		0	America/Chicago	41.87836	-88.55314	256			IL	089	38908	
4898181	Kangley	kangley	US		244	America/Chicago	41.14587	-88.87369	190	Kangley,Kangly		IL	099	21436	
4898208	Kappa	kappa	US		238	America/Chicago	40.67587	-89.00785	225			IL	203	23750	
4898225	Katy Did	katy-did	US		0	America/Chicago	41.09198	-88.64201	224			IL	105	73781	
4898244	Kedron (historical)	kedron-historical	US		0	America/Chicago	41.46837	-89.8765	186			IL	073	00503	
4898250	Keeler (historical)	keeler-historical	US		0	America/Chicago	40.39726	-90.06484	140			IL	057	44134	
4898258	Keeneyville	keeneyville	US		0	America/Chicago	41.96753	-88.12035	235			IL	043	06600	
4898286	Kelley Corners	kelley-corners	US		0	America/Chicago	42.49446	-87.97175	244			IL	097	52753	
4898315	Kelsey	kelsey	US		0	America/Chicago	40.24365	-90.04373	148			IL	125	33526	
4898318	Kelvyn Grove	kelvyn-grove	US		0	America/Chicago	41.92698	-87.74645	187			IL	031	14000	
4898377	Kennicott Place	kennicott-place	US		0	America/Chicago	41.8092	-87.59616	181			IL	031	14000	
4898418	Kernan	kernan	US		0	America/Chicago	41.14281	-88.73979	202	Kernan,Otter Creek		IL	099	56965	
4898452	Kickapoo	kickapoo	US		0	America/Chicago	40.6717	-89.65455	142			IL	143	43523	
4898453	Kickapoo	kickapoo	US		0	America/Chicago	40.79004	-89.75121	202			IL	143	39818	
4898480	Kildeer	kildeer	US		4040	America/Chicago	42.17058	-88.04785	237			IL	097	22853	
4898486	Killgubbin	killgubbin	US		0	America/Chicago	41.89281	-87.63978	177	Killgubbin,The Patch		IL	031	14000	
4898523	Kingdom	kingdom	US		0	America/Chicago	41.89364	-89.39371	204			IL	103	51557	
4898565	Kings	kings	US		0	America/Chicago	42.0042	-89.10593	270	King's,Kings		IL	141	81399	
4898571	Kings Mill	kings-mill	US		0	America/Chicago	41.95364	-88.41397	252			IL	089	10903	
4898608	Kinseys Little Farms	kinseys-little-farms	US		0	America/Chicago	42.22585	-89.07649	219			IL	201	65013	
4898614	Kinzies Addition	kinzies-addition	US		0	America/Chicago	41.89337	-87.622	180			IL	031	14000	
4898634	Kishwaukee	kishwaukee	US		0	America/Chicago	42.16502	-89.1501	225	Kishwauke,Kishwaukee		IL	201	65013	
4898645	Kishwaukee Glen	kishwaukee-glen	US		0	America/Chicago	42.18613	-89.0201	254			IL	201	13087	
4898653	Kishwaukee Subdivision	kishwaukee-subdivision	US		0	America/Chicago	42.23197	-89.08511	224			IL	201	65013	
4898703	Knob Hill	knob-hill	US		0	America/Chicago	41.60086	-88.4973	234			IL	093	27416	
4898708	Knoll Creek West	knoll-creek-west	US		0	America/Chicago	41.93031	-88.35647	229			IL	089		
4898711	Knollwood	knollwood	US		1747	America/Chicago	42.28613	-87.88563	214			IL	097	69485	
4898789	Koster	koster	US		0	America/Chicago	41.0917	-87.68504	193			IL	091	28456	
4898819	Kumler	kumler	US		0	America/Chicago	40.29976	-88.57812	224			IL	113	79904	
4898830	Kyte Side Estates	kyte-side-estates	US		0	America/Chicago	41.93392	-89.1526	241			IL	141	26298	
4898839	L'Erable	l-erable	US		0	America/Chicago	40.90337	-87.84698	191			IL	075	02492	
4898845	La Fox	la-fox	US		0	America/Chicago	41.88642	-88.40897	245			IL	089	06262	
4898862	La Hogue	la-hogue	US		0	America/Chicago	40.76337	-88.0881	202	La Hogue,LaHogue,Lahogue		IL	075	20487	
4898911	Lace	lace	US		0	America/Chicago	41.75198	-87.96756	227			IL	043	20604	
4898969	Lake Barrington	lake-barrington	US		4973	America/Chicago	42.21252	-88.15258	245			IL	097	18004	
4898990	Lake Catherine	lake-catherine	US		1379	America/Chicago	42.47919	-88.13342	228			IL	097	01608	
4898993	Lake Charlotte	lake-charlotte	US		0	America/Chicago	41.91586	-88.36813	240			IL	089		
4898996	Lake Corner	lake-corner	US		0	America/Chicago	42.23863	-88.11175	261			IL	097	22853	
4899073	Lake Meadows	lake-meadows	US		0	America/Chicago	41.83559	-87.61366	183			IL	031	14000	
4899091	Lake Park Estates	lake-park-estates	US		0	America/Chicago	42.12919	-88.06063	232			IL	031	57238	
4899135	Lake Summerset	lake-summerset	US		2048	America/Chicago	42.45446	-89.38956	262			IL	201	42054	
4899149	Lake View Highlands	lake-view-highlands	US		0	America/Chicago	42.22836	-88.04508	245			IL	097	22853	
4899173	Lake Zurich Estates	lake-zurich-estates	US		0	America/Chicago	42.20669	-88.10341	259			IL	097	22853	
4899175	Lake Zurich Heights	lake-zurich-heights	US		0	America/Chicago	42.20058	-88.11563	265			IL	097	22853	
4899177	Lake Zurich Highlands	lake-zurich-highlands	US		0	America/Chicago	42.19197	-88.08924	267			IL	097	22853	
4899178	Lake Zurich Manor	lake-zurich-manor	US		0	America/Chicago	42.20308	-88.11563	265			IL	097	22853	
4899197	Lake of the Woods	lake-of-the-woods	US		2912	America/Chicago	40.20642	-88.36867	228			IL	019	46149	
4899213	Lakemoor	lakemoor	US		6015	America/Chicago	42.32863	-88.19897	232			IL	111	45707	
4899253	Lakewood Estates	lakewood-estates	US		0	America/Chicago	42.22863	-88.09897	266			IL	097	22853	
4899258	Lakewood Shores	lakewood-shores	US		1347	America/Chicago	41.2817	-88.14478	172			IL	197	79865	
4899282	Lamone Village	lamone-village	US		0	America/Chicago	40.47698	-90.69152	189			IL	109	45915	
4899328	Langham	langham	US		0	America/Chicago	41.2967	-88.53451	188			IL	063	53286	
4899370	Larchland	larchland	US		0	America/Chicago	40.82004	-90.65291	223	Larchland,Lenox Station		IL	187	42847	
4899392	Latham Park	latham-park	US		0	America/Chicago	42.36835	-89.06289	230			IL	201	57069	
4899421	Laurette	laurette	US		0	America/Chicago	40.32531	-88.5434	232			IL	113	04910	
4899423	Lavergne	lavergne	US		0	America/Chicago	41.83614	-87.782	190			IL	031	05586	
4899432	Lawn Ridge	lawn-ridge	US		0	America/Chicago	40.97393	-89.62926	253	Lawn Ridge,Lawnridge		IL	123	42093	
4899480	LeClaire Courts	leclaire-courts	US		0	America/Chicago	41.81587	-87.74394	182			IL	031	14000	
4899577	Leithton	leithton	US		0	America/Chicago	42.24641	-87.97952	221			IL	097	43263	
4899615	Leon Corners	leon-corners	US		0	America/Chicago	41.5942	-89.92039	192	Leon,Leon Corners		IL	195	61990	
4899637	Level Acres	level-acres	US		0	America/Chicago	41.46892	-90.32207	187			IL	073	15677	
4899770	Lightsville	lightsville	US		0	America/Chicago	42.14697	-89.40428	239	Lightsville,Wales		IL	141	42470	
4899779	Lidice	lidice	US		0	America/Chicago	41.55475	-88.09034	192			IL	197	44238	
4899782	Lily Cache	lily-cache	US		0	America/Chicago	41.59031	-88.18145	183			IL	197	60300	
4899787	Lily Lake	lily-lake	US		1032	America/Chicago	41.94892	-88.47786	293			IL	089	10903	
4899798	Lilydale	lilydale	US		0	America/Chicago	41.7242	-87.62533	182			IL	031	14000	
4899800	Lilymoor	lilymoor	US		0	America/Chicago	42.33058	-88.21314	232			IL	111	45707	
4899869	Lincoln Estates	lincoln-estates	US		0	America/Chicago	41.50253	-87.80699	222			IL	197	27631	
4899877	Lincoln Heights	lincoln-heights	US		0	America/Chicago	41.85587	-89.52038	234			IL	103	57316	
4899966	Lincoln Square	lincoln-square	US		40761	America/Chicago	41.97587	-87.68922	185	Lincoln Square,Ravenswood		IL	031	14000	
4899990	Lincolnwood Hills	lincolnwood-hills	US		0	America/Chicago	41.51142	-87.91255	204			IL	197	52597	
4900003	Lindberg Park	lindberg-park	US		0	America/Chicago	42.22919	-89.05566	239			IL	201	13087	
4900023	Lindskolds Subdivision	lindskolds-subdivision	US		0	America/Chicago	42.20669	-89.14261	237			IL	201	65013	
4900039	Linview	linview	US		0	America/Chicago	42.21252	-89.0501	248			IL	201	13087	
4900072	Lisbon Center	lisbon-center	US		0	America/Chicago	41.52447	-88.43396	196			IL	093	43913	
4900075	Lisbon North	lisbon-north	US		0	America/Chicago	41.38531	-88.43562	167			IL	063	67678	
4900137	Little Hell	little-hell	US		0	America/Chicago	41.89587	-87.63561	178			IL	031	14000	
4900138	Little Ireland (historical)	little-ireland-historical	US		0	America/Chicago	40.49393	-90.72374	219			IL	109	24101	
4900157	Little Oklahoma	little-oklahoma	US		0	America/Chicago	41.85781	-90.15096	178			IL	195	28157	
4900163	Little Rock (historical)	little-rock-historical	US		0	America/Chicago	41.31809	-89.04675	140			IL	099	19096	
4900180	Little Sicily	little-sicily	US		0	America/Chicago	41.90031	-87.64005	178			IL	031	14000	
4900205	Littleville (historical)	littleville-historical	US		0	America/Chicago	40.3417	-88.95563	224			IL	113	62692	
4900243	Lloyd Whale Subdivision	lloyd-whale-subdivision	US		0	America/Chicago	42.22197	-89.05399	240			IL	201	13087	
4900247	Lochanora	lochanora	US		0	America/Chicago	42.23502	-88.08508	271			IL	097	22853	
4900306	Locks	locks	US		0	America/Chicago	41.84281	-87.66339	179			IL	031	14000	
4900333	Lodemia	lodemia	US		0	America/Chicago	40.80726	-88.56589	200	Lodemia,Lodemia Station		IL	105	03194	
4900336	Log Cabin Camp	log-cabin-camp	US		0	America/Chicago	41.1617	-87.58226	190			IL	091	49906	
4900358	Logan Square	logan-square	US		73702	America/Chicago	41.92337	-87.69922	182			IL	031	14000	
4900384	Lombard Tree	lombard-tree	US		0	America/Chicago	41.87725	-87.72311	183			IL	031	14000	
4900385	Lombardville	lombardville	US		0	America/Chicago	41.22115	-89.65843	229			IL	175	56783	
4900402	Lone Tree Corners	lone-tree-corners	US		0	America/Chicago	41.18476	-89.48565	214	Lone Tree,Lone Tree Corners		IL	011	81009	
4900406	Lonesome Acres	lonesome-acres	US		0	America/Chicago	42.17558	-89.01705	253			IL	201	65013	
4900421	Long Grove Valley	long-grove-valley	US		0	America/Chicago	42.17003	-88.04924	233			IL	097	22853	
4900452	Long Shore Park	long-shore-park	US		0	America/Chicago	40.75615	-89.56093	138			IL	143	63771	
4900473	Longview Estates	longview-estates	US		0	America/Chicago	41.95058	-88.33619	246			IL	089		
4900490	Loose Pulley Junction	loose-pulley-junction	US		0	America/Chicago	42.12614	-89.22399	214			IL	141	46903	
4900500	Loran	loran	US		0	America/Chicago	42.23502	-89.9104	232			IL	177	38284	
4900515	Lori-Sue Subdivision	lori-sue-subdivision	US		0	America/Chicago	41.33837	-88.3959	160			IL	063	79345	
4900541	Lotus Woods	lotus-woods	US		0	America/Chicago	42.42196	-88.17314	240			IL	097	01608	
4900561	Love	love	US		0	America/Chicago	41.5692	-89.80594	193			IL	011	24790	
4900586	Low Point	low-point	US		0	America/Chicago	40.87254	-89.31342	219	Low Point,Lowpoint		IL	203	11878	
4900611	Lower West Side	lower-west-side	US		34410	America/Chicago	41.8542	-87.66561	181			IL	031	14000	
4900810	Mackinaw Dells	mackinaw-dells	US		0	America/Chicago	40.62393	-89.23092	211			IL	203	50231	
4900930	Mallard Lake North	mallard-lake-north	US		0	America/Chicago	41.96669	-88.37091	242			IL	089		
4900931	Mallard Lake South	mallard-lake-south	US		0	America/Chicago	41.95892	-88.37119	241			IL	089		
4900950	Mammoth Springs	mammoth-springs	US		0	America/Chicago	41.85447	-87.94895	201			IL	043	83947	
4900958	Mandell	mandell	US		0	America/Chicago	41.87309	-87.74506	182			IL	031	14000	
4900994	Mannon	mannon	US		0	America/Chicago	41.23114	-90.95681	176			IL	131	52233	
4901094	Maple Leaf Estates	maple-leaf-estates	US		0	America/Chicago	41.64864	-87.97895	205			IL	031	42808	
4901118	Maples Mill	maples-mill	US		0	America/Chicago	40.42837	-90.03067	175	Maple's Mill,Maples Mill,Maples Mills		IL	057	44134	
4901125	Maplewood Courts	maplewood-courts	US		0	America/Chicago	41.8767	-87.69061	182			IL	031	14000	
4901155	Marbletown	marbletown	US		0	America/Chicago	40.23143	-90.19734	138			IL	057	39714	
4901157	Marcelline	marcelline	US		0	America/Chicago	40.1181	-91.36737	189			IL	001	77057	
4901163	Marden Estates	marden-estates	US		0	America/Chicago	42.17308	-88.02063	237			IL	097	22853	
4901241	Marley	marley	US		0	America/Chicago	41.54864	-87.92561	211			IL	197	52597	
4901260	Marquette Heights	marquette-heights	US		2742	America/Chicago	40.61754	-89.60038	189			IL	179	31940	
4901263	Marquette Manor	marquette-manor	US		0	America/Chicago	41.79059	-87.69227	183			IL	031	14000	
4901302	Marshall Field Garden Apartments	marshall-field-garden-apartments	US		0	America/Chicago	41.90809	-87.63922	181	Marshall Field Garden Apartments,Town and Garden Apartments		IL	031	14000	
4901314	Martin (historical)	martin-historical	US		0	America/Chicago	41.14726	-90.63708	216			IL	131	73339	
4901321	Martin Luther	martin-luther	US		0	America/Chicago	41.95114	-87.77173	189			IL	031	14000	
4901361	Mary Meadows	mary-meadows	US		0	America/Chicago	41.93836	-88.44675	277			IL	089	10903	
4901384	Marywood	marywood	US		0	America/Chicago	41.79364	-88.29035	225	Mary Woods,Marywood		IL	089	03025	
4901412	Massbach	massbach	US		0	America/Chicago	42.24613	-90.12179	283			IL	085	19551	
4901417	Matanzas	matanzas	US		0	America/Chicago	40.23116	-90.09956	141			IL	125	04169	
4901418	Matanzas Beach	matanzas-beach	US		0	America/Chicago	40.2431	-90.10401	140	Matanzas,Matanzas Beach		IL	125	04169	
4901490	Mayfair	mayfair	US		0	America/Chicago	40.61504	-89.40787	241			IL	179	50634	
4901491	Mayfair	mayfair	US		0	America/Chicago	41.96809	-87.73784	185			IL	031	14000	
4901519	Maywood Manor	maywood-manor	US		0	America/Chicago	42.20336	-89.05233	235			IL	201	13087	
4901530	Mazonia	mazonia	US		0	America/Chicago	41.2092	-88.28117	175			IL	063	07653	
4901578	McConnell	mcconnell	US		0	America/Chicago	42.43446	-89.73151	237	McConnell,McConnells Grove,New Pennsylvania		IL	177	78318	
4901581	McCook	mccook	US		230	America/Chicago	41.79781	-87.84478	188			IL	031	45447	
4901601	McCormickville	mccormickville	US		0	America/Chicago	41.8942	-87.62561	179			IL	031	14000	
4901606	McCulley Subdivision	mcculley-subdivision	US		0	America/Chicago	40.87976	-88.60006	198			IL	105	61028	
4901609	McCullom Lake	mccullom-lake	US		1021	America/Chicago	42.36835	-88.29259	240			IL	111	45707	
4901629	McDowell	mcdowell	US		0	America/Chicago	40.83059	-88.58506	203			IL	105	24309	
4901648	McGirr	mcgirr	US		0	America/Chicago	41.81753	-88.80231	273			IL	037	00386	
4901681	McHenry Shores	mchenry-shores	US		0	America/Chicago	42.31891	-88.25814	228			IL	111	54495	
4901710	McKinley Park	mckinley-park	US		15612	America/Chicago	41.8317	-87.67366	182			IL	031	14000	
4901752	McNabb	mcnabb	US		264	America/Chicago	41.17698	-89.20925	209			IL	155	46123	
4901768	McQueen	mcqueen	US		0	America/Chicago	42.06197	-88.3848	281			IL	089	60365	
4901780	McNulta	mcnulta	US		0	America/Chicago	40.37087	-88.48923	228			IL	113	04910	
4901809	Meadowridge	meadowridge	US		0	America/Chicago	42.18864	-88.03869	232			IL	097	22853	
4901810	Meadows	meadows	US		0	America/Chicago	40.74448	-88.80479	231			IL	113	12944	
4901865	Melody	melody	US		0	America/Chicago	42.2403	-87.88257	204			IL	097	69485	
4901875	Melugin Grove (historical)	melugin-grove-historical	US		0	America/Chicago	41.70698	-89.11259	293			IL	103	08654	
4902032	Merrionette Manor	merrionette-manor	US		0	America/Chicago	41.72087	-87.56643	180			IL	031	14000	
4902033	Merrionette Park	merrionette-park	US		1886	America/Chicago	41.6842	-87.70033	189	Marionette Park,Merrionette Park		IL	031	83531	
4902098	Meyer	meyer	US		0	America/Chicago	40.14782	-91.50349	148			IL	001	43458	
4902117	Mettawa	mettawa	US		578	America/Chicago	42.23336	-87.92591	208			IL	097	77668	
4902121	Michigan Beach	michigan-beach	US		0	America/Chicago	41.51475	-88.06228	174			IL	197	38583	
4902128	Mid-North District	mid-north-district	US		0	America/Chicago	41.92142	-87.64005	183			IL	031	14000	
4902140	Middle Creek	middle-creek	US		0	America/Chicago	40.37282	-91.02736	189	Middle Creek,Middlecreek		IL	067	11540	
4902163	Middlecreek	middlecreek	US		0	America/Chicago	41.94281	-88.3373	238			IL	089		
4902166	Middlegrove	middlegrove	US		0	America/Chicago	40.70448	-90.09956	219	Claire,Middle Grove,Middlegrove		IL	057	25544	
4902192	Midway (historical)	midway-historical	US		0	America/Chicago	40.69865	-90.24346	186			IL	057	84077	
4902264	Milla	milla	US		0	America/Chicago	41.14142	-88.98341	205			IL	099	63576	
4902268	Millbrig (historical)	millbrig-historical	US		0	America/Chicago	42.4775	-90.40457	201	Bells Station,Millbrig (historical)		IL	085	78084	
4902320	Millhurst	millhurst	US		0	America/Chicago	41.62281	-88.5523	171			IL	093	27416	
4902332	Millsdale	millsdale	US		0	America/Chicago	41.43503	-88.16423	159			IL	197	12483	
4902348	Mindale	mindale	US		0	America/Chicago	40.14171	-90.84291	207			IL	169	36776	
4902349	Mindale	mindale	US		0	America/Chicago	40.42587	-89.36982	199			IL	179	44017	
4902363	Mineral Springs (historical)	mineral-springs-historical	US		0	America/Chicago	41.71253	-90.10623	189			IL	195	52857	
4902396	Mira	mira	US		0	America/Chicago	40.08392	-88.16227	211			IL	019	18121	
4902412	Missal	missal	US		0	America/Chicago	41.09837	-88.74229	202	Missa,Missal		IL	105	52883	
4902426	Missionfield	missionfield	US		0	America/Chicago	40.10476	-87.75364	195			IL	183	55015	
4902450	Mitchells Subdivision	mitchells-subdivision	US		0	America/Chicago	41.74003	-87.707	189			IL	031	14000	
4902453	Mobil-Land Trailer Park	mobil-land-trailer-park	US		0	America/Chicago	40.46448	-89.01869	240			IL	113	06639	
4902496	Monaville	monaville	US		0	America/Chicago	42.39947	-88.11147	241	Fox Lake,Monaville		IL	097	41599	
4902508	Monica	monica	US		0	America/Chicago	40.92365	-89.82316	233			IL	143	61938	
4902540	Montclare	montclare	US		0	America/Chicago	41.92531	-87.80089	198	Mont Clare,Montclare		IL	031	14000	
4902627	Moorefield Estates	moorefield-estates	US		0	America/Chicago	41.64975	-87.94367	222			IL	031	42808	
4902629	Moores Corner	moores-corner	US		0	America/Chicago	40.26643	-87.65197	202			IL	183	06678	
4902649	Moran Corners	moran-corners	US		0	America/Chicago	42.29086	-87.88729	213			IL	097	43263	
4902652	Morehaven	morehaven	US		0	America/Chicago	42.42446	-89.02344	226			IL	201	65624	
4902667	Morgan Park	morgan-park	US		22924	America/Chicago	41.69031	-87.66672	190	Horse Thief Hollow,Morgan Park,North Blue Island		IL	031	14000	
4902702	Moronts	moronts	US		0	America/Chicago	41.28615	-89.29453	159			IL	155	34124	
4902715	Morris Kennedy Subdivision	morris-kennedy-subdivision	US		0	America/Chicago	42.22502	-89.06955	227			IL	201	65013	
4902751	Morseville	morseville	US		0	America/Chicago	42.30557	-89.97929	266	Morseville,Plum River		IL	085	78799	
4902786	Moscow (historical)	moscow-historical	US		0	America/Chicago	40.16421	-90.16401	141			IL	125	04169	
4902813	Motor Heights	motor-heights	US		0	America/Chicago	42.18947	-89.13761	228			IL	201	65013	
4902900	Mount Greenwood	mount-greenwood	US		18783	America/Chicago	41.69809	-87.70866	189			IL	031	14000	
4902986	Mount Palatine	mount-palatine	US		0	America/Chicago	41.19254	-89.16314	228			IL	155	31030	
4903107	Mountjoy	mountjoy	US		0	America/Chicago	40.28671	-89.28204	221	Mount Joy,Mountjoy		IL	107	24049	
4903170	Mulford Highlands	mulford-highlands	US		0	America/Chicago	42.21835	-89.00288	248			IL	201	13087	
4903201	Munson (historical)	munson-historical	US		0	America/Chicago	41.52614	-88.85286	204			IL	099	27845	
4903243	Mutimer Subdivision	mutimer-subdivision	US		0	America/Chicago	42.23363	-89.12372	235			IL	201	65013	
4903254	Myersville (historical)	myersville-historical	US		0	America/Chicago	40.26587	-87.64058	189			IL	183	52454	
4903255	Mylith Park	mylith-park	US		0	America/Chicago	42.26419	-88.19175	227			IL	097	79280	
4903291	Naplate	naplate	US		484	America/Chicago	41.33364	-88.87813	147			IL	099	56939	
4903319	Native Prairie	native-prairie	US		0	America/Chicago	41.88392	-88.43174	255			IL	089	06262	
4903360	Near North Side	near-north-side	US		85711	America/Chicago	41.90003	-87.6345	179	jin bei qu,ニアー・ノース・サイド,近北区		IL	031	14000	
4903363	Near South Side	near-south-side	US		22401	America/Chicago	41.8567	-87.62477	181	Near South Side,Nir Saut Sajd,South Loop,jin nan qu,近南区		IL	031	14000	
4903364	Nearwest Side	nearwest-side	US		0	America/Chicago	41.88003	-87.66672	181	Near West Side		IL	031	14000	
4903461	New Castle (historical)	new-castle-historical	US		0	America/Chicago	40.57865	-89.3612	230			IL	179	18953	
4903531	New Lancaster (historical)	new-lancaster-historical	US		0	America/Chicago	40.75504	-90.73097	227			IL	187	23516	
4903565	New Michigan (historical)	new-michigan-historical	US		0	America/Chicago	41.05503	-88.74285	191			IL	105	52883	
4903589	New Patch	new-patch	US		0	America/Chicago	41.81726	-87.65866	181			IL	031	14000	
4903668	Newmansville	newmansville	US		0	America/Chicago	40.00338	-90.01178	181			IL	017	52662	
4903678	Newton Corners	newton-corners	US		0	America/Chicago	41.73642	-90.11651	222			IL	195	52857	
4903710	Nettle Creek	nettle-creek	US		0	America/Chicago	41.44253	-88.57813	206	Nettle Creek,Nettlecreek		IL	063	52038	
4903798	Normandy Heights	normandy-heights	US		0	America/Chicago	42.23474	-89.05927	236			IL	201	65013	
4903803	Norridge	norridge	US		14621	America/Chicago	41.96336	-87.82728	195	Noridz,nararija,nwrydj,Нориџ,نوريدج,नररिज		IL	031	54430	
4903830	North Barrington	north-barrington	US		3022	America/Chicago	42.2078	-88.14063	241			IL	097	18004	
4903852	North Caledonia (historical)	north-caledonia-historical	US		0	America/Chicago	42.36946	-88.8926	284			IL	007	10435	
4903858	North Center	north-center	US		34623	America/Chicago	41.95392	-87.67895	182			IL	031	14000	
4903868	North Chillicothe	north-chillicothe	US		0	America/Chicago	40.93087	-89.50148	155			IL	143	14130	
4903885	North Edgewater	north-edgewater	US		0	America/Chicago	41.99337	-87.66228	182			IL	031	14000	
4903896	North Englewood	north-englewood	US		0	America/Chicago	41.74587	-87.64172	184			IL	031	14000	
4903898	North Evanston	north-evanston	US		0	America/Chicago	42.06336	-87.69756	187			IL	031	24595	
4903909	North Glen Ellyn	north-glen-ellyn	US		0	America/Chicago	41.89197	-88.06312	225			IL	043	49451	
4903920	North Hanover	north-hanover	US		0	America/Chicago	42.29363	-90.27874	193			IL	085	23178	
4903922	North Harvey	north-harvey	US		0	America/Chicago	41.62559	-87.63671	183			IL	031	75198	
4903927	North Hooper	north-hooper	US		0	America/Chicago	40.95059	-87.60698	199			IL	075	04520	
4903940	North Lawndale	north-lawndale	US		35276	America/Chicago	41.86003	-87.71839	182	Lawndale,North Lawndale		IL	031	14000	
4903964	North Park	north-park	US		0	America/Chicago	42.3428	-89.05205	224			IL	201	32928	
4903965	North Park	north-park	US		0	America/Chicago	41.98059	-87.72089	182			IL	031	14000	
4903975	North Pekin	north-pekin	US		1569	America/Chicago	40.61504	-89.62232	147			IL	179	58460	
4903976	North Peoria	north-peoria	US		113004	America/Chicago	40.71754	-89.58426	193			IL	143	59013	
4903979	North Plato	north-plato	US		0	America/Chicago	42.05503	-88.46425	294			IL	089	60365	
4903982	North Pointe	north-pointe	US		0	America/Chicago	40.51392	-88.93702	256			IL	113	06639	
4903986	North Northfield	north-northfield	US		0	America/Chicago	42.13836	-87.88146	204			IL	031	53676	
4903990	North Pullman	north-pullman	US		0	America/Chicago	41.7042	-87.60505	182			IL	031	14000	
4904002	North Riverside	north-riverside	US		6665	America/Chicago	41.84281	-87.82311	188			IL	031	64434	
4904015	North Shore	north-shore	US		0	America/Chicago	42.24002	-88.36148	275			IL	111	30666	
4904099	Northfield Woods	northfield-woods	US		0	America/Chicago	42.08669	-87.87534	197			IL	031	53676	
4904102	Northlake	northlake	US		12312	America/Chicago	41.91725	-87.89562	197	North Lake,North Lake Village,Northlake,Nortlejk,narthaleka,nwrthlyk,Нортлејк,نورتھ لیک، الینوائے,نورثليك,نورث‌لیک، ایلینوی,नर्थलेक		IL	031	43120	
4904111	Northmeadow Village Trailer Park	northmeadow-village-trailer-park	US		0	America/Chicago	40.53531	-89.00063	255			IL	113	53247	
4904231	Nottingham Manor	nottingham-manor	US		0	America/Chicago	42.3278	-89.11955	254			IL	201	57069	
4903656	Newell	newell	US	15466	0	America/Chicago	40.16309	-87.58363	201			IL	183	52454	
4904233	Nottingham Woods	nottingham-woods	US		0	America/Chicago	41.82975	-88.46536	223			IL	089	06262	
4904236	Novak Park	novak-park	US		0	America/Chicago	41.95892	-88.31785	221			IL	089		
4904380	Oak Openings	oak-openings	US		0	America/Chicago	41.93308	-88.46452	293			IL	089	10903	
4904419	Oak Ridge North	oak-ridge-north	US		0	America/Chicago	42.16475	-88.08897	263			IL	097	22853	
4904444	Oakbrook Estates Mobile Home Park	oakbrook-estates-mobile-home-park	US		0	America/Chicago	42.22336	-88.27897	281			IL	111	00698	
4904447	Oakbrook Terrace	oakbrook-terrace	US		2164	America/Chicago	41.85003	-87.96451	209	Oukbruk Teras,awkbrwk tras,okabruka teresa,Оукбрук Терас,أوكبروك تراس,اوک بروک، الینوائے,اوک‌تراس، ایلینوی,ओकब्रूक टेरेस		IL	043	83947	
4904459	Oakenwald	oakenwald	US		0	America/Chicago	41.83281	-87.61061	184			IL	031	14000	
4904466	Oakglen	oakglen	US		0	America/Chicago	41.56309	-87.55838	190	Oak Glen,Oakglen		IL	031	75198	
4904478	Oakland Center	oakland-center	US		0	America/Chicago	40.23393	-90.50846	174			IL	169	54794	
4904543	Oakwood Hills	oakwood-hills	US		2063	America/Chicago	42.24641	-88.24286	252			IL	111	54495	
4904564	Oasis Mobile Home Park	oasis-mobile-home-park	US		0	America/Chicago	42.01392	-87.93534	200			IL	031	23243	
4904565	Oasis Trailer Park	oasis-trailer-park	US		0	America/Chicago	40.50115	-89.00619	231			IL	113	53247	
4904569	Ocoya	ocoya	US		0	America/Chicago	40.80503	-88.68395	204			IL	105	24309	
4904600	Ogle	ogle	US		0	America/Chicago	41.10726	-90.88375	175			IL	131	00126	
4904664	Old Gilchrist	old-gilchrist	US		0	America/Chicago	41.23115	-90.62514	215			IL	131	31342	
4904684	Old Mill Creek	old-mill-creek	US		224	America/Chicago	42.42197	-87.97258	215			IL	097	52753	
4904685	Old Mill Grove	old-mill-grove	US		0	America/Chicago	42.19558	-88.07785	264			IL	097	22853	
4904691	Old Niota	old-niota	US		0	America/Chicago	40.61337	-91.30209	161			IL	067	01621	
4904740	Olena	olena	US		0	America/Chicago	40.7856	-90.93875	189			IL	071	73274	
4904778	Olsen-Hansen Row Houses	olsen-hansen-row-houses	US		0	America/Chicago	41.91281	-87.6345	182			IL	031	14000	
4904840	Ontarioville	ontarioville	US		0	America/Chicago	41.98753	-88.15007	248			IL	043	79410	
4904878	Orange Prairie	orange-prairie	US		0	America/Chicago	40.77754	-89.66982	213			IL	143	59013	
4904881	Orangemans Hall	orangemans-hall	US		0	America/Chicago	41.31365	-90.60819	247			IL	131	61795	
4904934	Orland Hills	orland-hills	US		7249	America/Chicago	41.58531	-87.84311	214	Orland Hills,Westhaven		IL	031	56614	
4904957	Ormonde	ormonde	US		0	America/Chicago	40.85504	-90.61319	235			IL	187	42847	
4904987	Osman	osman	US		0	America/Chicago	40.29587	-88.472	228	Osman,Osman Station		IL	113	04910	
4904990	Ospur	ospur	US		0	America/Chicago	40.08865	-88.95536	221			IL	039	74769	
4905018	Otter (historical)	otter-historical	US		0	America/Chicago	41.1792	-88.77868	193			IL	099	56965	
4905037	Otto (historical)	otto-historical	US		0	America/Chicago	40.29865	-90.20707	144			IL	057	37842	
4905042	Ottville	ottville	US		0	America/Chicago	41.34809	-89.2587	199			IL	011	32265	
4905161	Owen Center	owen-center	US		0	America/Chicago	42.36835	-89.11705	245			IL	201	57069	
4905174	Oxford (historical)	oxford-historical	US		0	America/Chicago	41.17365	-90.43319	247			IL	073	57108	
4905193	Packingtown	packingtown	US		0	America/Chicago	41.81837	-87.66033	182			IL	031	14000	
4905199	Padua	padua	US		0	America/Chicago	40.45031	-88.76396	256			IL	113	18732	
4905287	Panorama Valley	panorama-valley	US		0	America/Chicago	42.23474	-88.99399	251			IL	201	13087	
4905354	Park Manor	park-manor	US		0	America/Chicago	41.76976	-87.6181	179			IL	031	14000	
4905376	Park Row	park-row	US		0	America/Chicago	41.86642	-87.62366	181			IL	031	14000	
4905405	Parkland	parkland	US		0	America/Chicago	40.46254	-89.7515	148	Parkland,Pretty Man		IL	179	72130	
4905413	Parkside	parkside	US		0	America/Chicago	41.76698	-87.58338	180			IL	031	14000	
4905524	Paynes Point	paynes-point	US		0	America/Chicago	42.02392	-89.20677	275	Paine's Point,Paines Point,Paynes Point		IL	141	59975	
4905527	Paytonville	paytonville	US		0	America/Chicago	41.3367	-88.43118	157			IL	063	79345	
4905606	Pekin Heights	pekin-heights	US		0	America/Chicago	40.54643	-89.60427	196			IL	179	23607	
4905650	Pennington Point	pennington-point	US		0	America/Chicago	40.39393	-90.55402	196			IL	109	52792	
4905735	Pepper Tree	pepper-tree	US		0	America/Chicago	42.13614	-88.04257	228			IL	031	57238	
4905737	Perdueville	perdueville	US		0	America/Chicago	40.46559	-88.17921	234	Henderson Station,Perdueville		IL	053	58122	
4905813	Petersville	petersville	US		0	America/Chicago	41.27948	-90.93848	204			IL	131	23152	
4905814	Peterville	peterville	US		0	America/Chicago	40.21699	-89.99317	152			IL	125	39870	
4905833	Pheasant Knolls	pheasant-knolls	US		0	America/Chicago	42.2228	-88.04674	244			IL	097	22853	
4905835	Pheasant Run	pheasant-run	US		0	America/Chicago	41.93253	-88.36813	247			IL	089		
4905853	Philip Murray Homes	philip-murray-homes	US		0	America/Chicago	41.65865	-87.60532	179			IL	031	14000	
4905914	Pierces Park	pierces-park	US		0	America/Chicago	41.74587	-87.59255	181	Pennytown,Pierces Park		IL	031	14000	
4905954	Pilot Center (historical)	pilot-center-historical	US		0	America/Chicago	41.05753	-88.07588	202			IL	091	59819	
4905971	Pilsen	pilsen	US		0	America/Chicago	41.85753	-87.65755	182			IL	031	14000	
4906003	Pine Lake Circle	pine-lake-circle	US		0	America/Chicago	42.17447	-88.06063	241			IL	097	22853	
4906010	Pine Manor	pine-manor	US		0	America/Chicago	42.22947	-89.04038	248			IL	201	13087	
4906011	Pine Meadow Estates	pine-meadow-estates	US		0	America/Chicago	41.34142	-88.4134	156			IL	063	79345	
4906024	Pine View	pine-view	US		0	America/Chicago	41.88225	-88.55147	259			IL	089	38908	
4906027	Pinehurst Manor	pinehurst-manor	US		0	America/Chicago	42.14364	-88.02118	221			IL	031	57238	
4906035	Pingree Grove	pingree-grove	US		6648	America/Chicago	42.06864	-88.41342	278			IL	089	66430	
4906083	Pistakee	pistakee	US		0	America/Chicago	42.41169	-88.20009	226			IL	111	45707	
4906087	Pistakee Highlands	pistakee-highlands	US		3454	America/Chicago	42.40863	-88.20648	231	Pistakee,Pistakee Highlands		IL	111	45707	
4906113	Pitcherville (historical)	pitcherville-historical	US		0	America/Chicago	42.36446	-90.00179	293			IL	085	72793	
4906114	Pitchin	pitchin	US		0	America/Chicago	40.60309	-87.86642	202	Ash Grove,Glenwood,Pitchin		IL	075	02453	
4906120	Pittwood	pittwood	US		0	America/Chicago	40.86087	-87.72948	196			IL	075	48814	
4906123	Placerdale	placerdale	US		0	America/Chicago	41.67948	-87.64505	187			IL	031	14000	
4906151	Plato Center	plato-center	US		0	America/Chicago	42.02669	-88.43008	281			IL	089	60365	
4906153	Plato Corners	plato-corners	US		0	America/Chicago	41.98697	-88.40508	262			IL	089	60365	
4906159	Plattville	plattville	US		253	America/Chicago	41.5317	-88.38146	181	Platteville,Plattville,Platville		IL	093	43913	
4906216	Pleasant Hill (historical)	pleasant-hill-historical	US		0	America/Chicago	42.26502	-90.23541	293			IL	085	32720	
4906274	Pleasant Ridge (historical)	pleasant-ridge-historical	US		0	America/Chicago	40.69309	-90.35679	195			IL	057	76667	
4906377	Plum Grove Village	plum-grove-village	US		0	America/Chicago	42.0878	-88.04118	226			IL	031	57238	
4906428	Polsgrove	polsgrove	US		0	America/Chicago	42.16835	-90.02374	194	Palsgrove,Polsgrove		IL	015	83076	
4906436	Ponds	ponds	US		0	America/Chicago	42.17891	-88.05424	243			IL	097	22853	
4906453	Pontoosuc	pontoosuc	US		143	America/Chicago	40.62893	-91.20543	162			IL	067	61093	
4906474	Poplar City	poplar-city	US		0	America/Chicago	40.24727	-89.93984	154			IL	125	69329	
4907797	Robein	robein	US		0	America/Chicago	40.68837	-89.51121	208			IL	179	26636	
4906490	Port Barrington	port-barrington	US		1504	America/Chicago	42.24252	-88.20203	225	Fox River Valley Gardens,Port Barrington		IL	111	54495	
4906500	Portage Park	portage-park	US		64841	America/Chicago	41.95781	-87.76506	188			IL	031	14000	
4906567	Poverty Ridge	poverty-ridge	US		0	America/Chicago	40.46199	-90.34096	202			IL	057	11696	
4906568	Poverty Row	poverty-row	US		0	America/Chicago	41.76392	-87.61033	179			IL	031	14000	
4906580	Powerton	powerton	US		0	America/Chicago	40.53809	-89.67899	144			IL	179	14403	
4906585	Prairie Avenue Courts	prairie-avenue-courts	US		0	America/Chicago	41.84476	-87.622	181			IL	031	14000	
4906590	Prairie Center	prairie-center	US		0	America/Chicago	41.46892	-88.93452	205	Prairie Center,Prairie Centre		IL	099	27845	
4906610	Prairie Courts	prairie-courts	US		0	America/Chicago	41.84531	-87.61894	182			IL	031	14000	
4906683	Prairie Shores	prairie-shores	US		0	America/Chicago	41.84087	-87.61672	183			IL	031	14000	
4906718	Prairieview Estates	prairieview-estates	US		0	America/Chicago	41.93975	-89.13899	247			IL	141	26298	
4906726	Pratt (historical)	pratt-historical	US		0	America/Chicago	41.69114	-89.99734	181			IL	195	25817	
4906779	Prestonfield	prestonfield	US		0	America/Chicago	42.16391	-88.04091	234			IL	097	22853	
4906798	Prince Crossing	prince-crossing	US		0	America/Chicago	41.90503	-88.18452	225	Ingalton Station,Prince Crossing		IL	043	79410	
4906802	Preston Heights	preston-heights	US		2575	America/Chicago	41.4917	-88.08172	192			IL	197	38583	
4906883	Prospect Heights Addition	prospect-heights-addition	US		0	America/Chicago	40.56504	-90.02345	199			IL	057	11020	
4906931	Puder	puder	US		0	America/Chicago	41.24503	-87.6067	209			IL	091	83856	
4906977	Quail Run	quail-run	US		0	America/Chicago	42.18058	-88.09035	264			IL	097	22853	
4906988	Quashquema (historical)	quashquema-historical	US		0	America/Chicago	40.55004	-91.38654	189			IL	067	51804	
4907007	Quentin Corners	quentin-corners	US		0	America/Chicago	42.16641	-88.06313	245	Ela,Quentin Corners,Quentins Corners,Quintens Corners		IL	097	22853	
4907023	Quiver Beach	quiver-beach	US		0	America/Chicago	40.33004	-90.04734	142			IL	125	33526	
4907045	Radley	radley	US		0	America/Chicago	41.63781	-88.9412	226			IL	103	83674	
4907051	Radville	radville	US		0	America/Chicago	40.48198	-89.83539	154			IL	179	72130	
4907054	Ragtown (historical)	ragtown-historical	US		0	America/Chicago	40.44921	-90.81013	214			IL	109	15391	
4907066	Rainbow Hills	rainbow-hills	US		0	America/Chicago	41.91947	-88.37008	255			IL	089		
4907080	Rambling Hills	rambling-hills	US		0	America/Chicago	42.21864	-88.03202	230			IL	097	22853	
4907081	Rambling Hills East	rambling-hills-east	US		0	America/Chicago	42.22058	-88.02119	227			IL	097	22853	
4907083	Rambling Hills West	rambling-hills-west	US		0	America/Chicago	42.22836	-88.03897	231			IL	097	22853	
4907087	Ramsey Acres	ramsey-acres	US		0	America/Chicago	41.93947	-89.11954	252			IL	141	26298	
4907096	Randall Hills	randall-hills	US		0	America/Chicago	41.81114	-88.34535	219			IL	089	04091	
4907142	Rapatee	rapatee	US		0	America/Chicago	40.71504	-90.15818	212			IL	095	46708	
4907160	Ravens Wing	ravens-wing	US		0	America/Chicago	42.16641	-88.08174	259			IL	097	22853	
4907165	Ravenswood Gardens	ravenswood-gardens	US		0	America/Chicago	41.96448	-87.69867	179			IL	031	14000	
4907167	Ravenswood Manor	ravenswood-manor	US		0	America/Chicago	41.96448	-87.70006	179			IL	031	14000	
4907170	Ravenswood Place	ravenswood-place	US		0	America/Chicago	41.96475	-87.67172	183			IL	031	14000	
4907176	Ravinia	ravinia	US		0	America/Chicago	42.16364	-87.78701	209	Ravina,Ravinia		IL	097	50364	
4907179	Ravinia Park	ravinia-park	US		0	America/Chicago	42.22447	-89.08427	220			IL	201	65013	
4907182	Rawalts	rawalts	US		0	America/Chicago	40.55337	-89.97984	191	Rawalt Station,Rawalts		IL	057	56588	
4907184	Rawson Bridge	rawson-bridge	US		0	America/Chicago	42.24225	-88.21508	225			IL	111	54495	
4907203	Raynor Park	raynor-park	US		0	America/Chicago	41.55114	-88.0945	197			IL	197	38583	
4907283	Redgate Ridge	redgate-ridge	US		0	America/Chicago	41.95642	-88.33313	244			IL	089		
4907294	Reed Crossing	reed-crossing	US		0	America/Chicago	41.27365	-88.83174	193			IL	099	25583	
4907307	Reeds Crossing (historical)	reeds-crossing-historical	US		0	America/Chicago	42.20141	-88.79871	254			IL	007	71578	
4907341	Reilly	reilly	US		0	America/Chicago	40.41587	-87.85448	229			IL	183	10162	
4907382	Resthaven	resthaven	US		0	America/Chicago	41.26198	-88.13617	171			IL	197	79865	
4907476	Richards Park	richards-park	US		0	America/Chicago	41.3367	-88.42423	159			IL	063	79345	
4907585	Ridott Corners	ridott-corners	US		0	America/Chicago	42.2753	-89.47567	256			IL	177	64057	
4907620	Rising	rising	US		0	America/Chicago	40.15725	-88.33366	224	Rising,Rising Station		IL	019	34189	
4907623	Risk	risk	US		0	America/Chicago	40.67087	-88.40533	227			IL	105	25700	
4907627	Ritchie	ritchie	US		0	America/Chicago	41.25503	-88.10533	171	Ritchey,Ritchie		IL	197	79865	
4907648	River Grange Lakes	river-grange-lakes	US		0	America/Chicago	41.96281	-88.32758	243			IL	089		
4907724	Riverside Mobile Home Estates	riverside-mobile-home-estates	US		0	America/Chicago	41.7742	-89.74178	191			IL	195	15651	
4907745	Riverstream	riverstream	US		0	America/Chicago	42.33808	-88.25786	229			IL	111	45707	
4907762	Riverwoods	riverwoods	US		3643	America/Chicago	42.16753	-87.89701	200			IL	097	77668	
4907805	Robert Brooks Homes	robert-brooks-homes	US		0	America/Chicago	41.86531	-87.6595	181			IL	031	14000	
4907826	Robert Taylor Homes (historical)	robert-taylor-homes-historical	US		0	America/Chicago	41.8117	-87.62727	181			IL	031	14000	
4907904	Rock Grove	rock-grove	US		0	America/Chicago	42.46307	-89.51206	288	Rock Grove,Rockgrove		IL	177	65065	
4907942	Rock Run Park	rock-run-park	US		0	America/Chicago	41.48031	-88.17923	164			IL	197	76212	
4907955	Rockdale Junction	rockdale-junction	US		0	America/Chicago	41.5642	-88.10673	186			IL	197	44238	
4907956	Rockefeller	rockefeller	US		0	America/Chicago	42.26863	-87.99869	228			IL	097	43263	
4908018	Rodden	rodden	US		0	America/Chicago	42.32807	-90.32041	205			IL	085	23178	
4908033	Rogers Park	rogers-park	US		54402	America/Chicago	42.00864	-87.66672	185	Rogers Grove,Rogers Park,Rogers Rendevouz,Rogers Retreat,Rogers Ridge,Rogersville		IL	031	14000	
4908049	Rolling Greens Mobile Home Park	rolling-greens-mobile-home-park	US		0	America/Chicago	41.93781	-89.10538	244			IL	141	26298	
4908059	Rollo	rollo	US		0	America/Chicago	41.67309	-88.8862	228			IL	037	58200	
4908065	Rombury Oaks	rombury-oaks	US		0	America/Chicago	41.87475	-88.46786	243			IL	089	06262	
4908083	Rondout	rondout	US		0	America/Chicago	42.28002	-87.89535	206	Libertyville Station,Rondout		IL	097	43263	
4908090	Rooks Creek	rooks-creek	US		0	America/Chicago	40.88059	-88.70034	198			IL	105	61028	
4908153	Rosecrans	rosecrans	US		0	America/Chicago	42.4653	-87.95258	219			IL	097	52753	
4908210	Rossville Junction	rossville-junction	US		0	America/Chicago	40.35781	-87.64363	209			IL	183	65949	
4908226	Round Grove	round-grove	US		0	America/Chicago	41.78503	-89.87206	207	Round Grove,Roundgrove		IL	195	51076	
4908237	Round Lake Beach	round-lake-beach	US		27852	America/Chicago	42.37169	-88.09008	233			IL	097	03220	
4908242	Round Lake Heights	round-lake-heights	US		2718	America/Chicago	42.38002	-88.10425	239			IL	097	03220	
4908243	Round Lake Park	round-lake-park	US		7426	America/Chicago	42.35697	-88.07675	241			IL	097	03220	
4908255	Rowell	rowell	US		0	America/Chicago	40.07198	-89.02953	233			IL	039	76342	
4908265	Royal Acres Trailer Park	royal-acres-trailer-park	US		0	America/Chicago	40.5167	-88.97646	245			IL	113	53247	
4908272	Rozetta	rozetta	US		0	America/Chicago	40.9417	-90.86375	216			IL	071	66222	
4908284	Rue Vallee	rue-vallee	US		0	America/Chicago	42.15725	-88.06535	251			IL	097	22853	
4908294	Rumpler	rumpler	US		0	America/Chicago	40.11337	-87.92114	207			IL	183	55015	
4908344	Rustic Acres	rustic-acres	US		0	America/Chicago	41.50281	-90.27068	205			IL	073	32642	
4908443	Saddlewood	saddlewood	US		0	America/Chicago	41.89225	-88.0759	232			IL	043	49451	
4908448	Sag Bridge	sag-bridge	US		0	America/Chicago	41.68836	-87.93311	190			IL	031	42808	
4908461	Saidora	saidora	US		0	America/Chicago	40.10505	-90.14484	146	Saidora,Siadora Station		IL	125	04169	
4908555	Saint Anne Woods	saint-anne-woods	US		0	America/Chicago	41.03753	-87.62503	202			IL	091	58538	
4908737	St. Charles	st-charles	US		32974	America/Chicago	41.91419	-88.30869	223	Charleston,Saint Charles,Sent-Charl'z,St. Charles,Waterville,Сент-Чарльз		IL	089		
4910477	Samuel A Rothermel Houses	samuel-a-rothermel-houses	US		0	America/Chicago	41.88642	-87.79978	191			IL	031	54898	
4910483	Samuelson Corners	samuelson-corners	US		0	America/Chicago	42.29585	-89.02899	239			IL	201	65013	
4910512	Sand Ridge	sand-ridge	US		0	America/Chicago	41.42392	-88.32645	167			IL	063	03090	
4910540	Sands	sands	US		0	America/Chicago	41.75114	-89.86206	190			IL	195	45291	
4910558	Sanfordville (historical)	sanfordville-historical	US		0	America/Chicago	41.92781	-89.63206	233			IL	195	38700	
4910571	Sankoty	sankoty	US		0	America/Chicago	40.75948	-89.5651	144			IL	143	59013	
4910597	Saratoga Center	saratoga-center	US		0	America/Chicago	41.1117	-89.59204	233			IL	123	67691	
4910614	Sauganash	sauganash	US		0	America/Chicago	41.99003	-87.74228	186			IL	031	14000	
4910634	Sauk Village	sauk-village	US		10493	America/Chicago	41.48837	-87.56754	199	Sok Vilidz,swak fylyj,Сок Вилиџ,سواك فيليج		IL	031	06561	
4910675	Saxon (historical)	saxon-historical	US		0	America/Chicago	41.15226	-89.89205	228			IL	073	80983	
4910676	Saxon (historical)	saxon-historical	US		0	America/Chicago	40.91503	-88.25144	212			IL	105	73482	
4910696	Scarboro	scarboro	US		0	America/Chicago	41.78142	-89.03426	248			IL	103	81971	
4910703	Schaeferville	schaeferville	US		0	America/Chicago	40.54782	-89.63121	163	Schaeferville,Shaferville		IL	179	14403	
4910709	Schapville	schapville	US		0	America/Chicago	42.39695	-90.2054	258	Houghton,Schapville,Shapville		IL	085	75146	
4910711	Schaufel Corners	schaufel-corners	US		0	America/Chicago	42.4803	-87.97202	230			IL	097	52753	
4910734	Schick	schick	US		0	America/Chicago	41.95169	-88.16424	241	Schick,Schicks Crossing		IL	043	79410	
4910770	Schnells Corner	schnells-corner	US		0	America/Chicago	42.02836	-87.98729	218			IL	031	23243	
4910849	Schorsch	schorsch	US		0	America/Chicago	41.94725	-87.77923	190	Schorsch,West Portage Park		IL	031	14000	
4910861	Schrum	schrum	US		0	America/Chicago	41.60115	-87.54893	184	Liberty,Schrum		IL	031	75198	
4910883	Schwer	schwer	US		0	America/Chicago	40.66059	-87.78809	201			IL	075	02453	
4910894	Scioto Mills	scioto-mills	US		0	America/Chicago	42.35641	-89.66873	239	Sciota Mills,Scioto Mills		IL	177	32902	
4910925	Scotts Mill	scotts-mill	US		0	America/Chicago	40.08394	-90.70513	140			IL	009	49685	
4910930	Scovel	scovel	US		0	America/Chicago	40.9117	-88.39839	209			IL	105	67808	
4910936	Scraper-Moecherville	scraper-moecherville	US		0	America/Chicago	41.74642	-88.2809	214			IL	089	03025	
4911072	Sepo	sepo	US		0	America/Chicago	40.34365	-90.11929	138	Manning,Sepo,Sepo Station		IL	057	79137	
4911161	Shabbona Grove	shabbona-grove	US		0	America/Chicago	41.73253	-88.85564	254			IL	037	68835	
4911176	Shadow Lawn	shadow-lawn	US		0	America/Chicago	41.15976	-87.5717	191			IL	091	49906	
4911177	Shady Beach	shady-beach	US		0	America/Chicago	41.53892	-90.19679	192			IL	073	59462	
4911191	Shale City	shale-city	US		0	America/Chicago	41.21976	-90.64069	220			IL	131	31342	
4911198	Shanghai City	shanghai-city	US		0	America/Chicago	41.05087	-90.4968	221	Shanghai,Shanghai City		IL	187	39396	
4911207	Shantytown	shantytown	US		0	America/Chicago	41.89309	-87.62089	180	Shantytown,The Sands		IL	031	14000	
4911233	Shaws	shaws	US		0	America/Chicago	41.70753	-89.23537	242	Shaw,Shaws		IL	103	42613	
4911255	Shelburn (historical)	shelburn-historical	US		0	America/Chicago	41.69753	-89.34732	223			IL	103	01283	
4911270	Sheldons Grove	sheldons-grove	US		0	America/Chicago	40.16671	-90.29429	142	Butlersville,Sheldon's Grove,Sheldons Grove		IL	169	34462	
4911279	Shepardson Subdivision	shepardson-subdivision	US		0	America/Chicago	42.1903	-89.02177	259			IL	201	13087	
4911286	Sherburnville	sherburnville	US		0	America/Chicago	41.22892	-87.54476	206			IL	091	83856	
4911306	Sherman Corners	sherman-corners	US		0	America/Chicago	42.34363	-87.94508	207			IL	097	78877	
4911322	Shermerville	shermerville	US		0	America/Chicago	42.12808	-87.8284	197			IL	031	53676	
4911331	Sherwood Oaks	sherwood-oaks	US		0	America/Chicago	42.02642	-88.22535	257			IL	031	32694	
4911401	Shokokon	shokokon	US		0	America/Chicago	40.74754	-91.07431	162			IL	071	11280	
4911404	Shoo Fly	shoo-fly	US		0	America/Chicago	40.41615	-90.47679	203	Randolph Corner,Randolph Corners,Shoo Fly		IL	109	52792	
4911470	Silent Meadow	silent-meadow	US		0	America/Chicago	42.01169	-88.42369	284			IL	089	60365	
4911496	Silver Glen Meadows	silver-glen-meadows	US		0	America/Chicago	41.97308	-88.42591	275			IL	089	10903	
4911499	Silver Hills	silver-hills	US		0	America/Chicago	42.22919	-89.06427	242			IL	201	65013	
4911504	Silver Lake (historical)	silver-lake-historical	US		0	America/Chicago	40.76393	-91.06431	162			IL	071	11280	
4911534	Simons	simons	US		0	America/Chicago	41.91448	-87.71145	184	Simon's Subdivision,Simons		IL	031	14000	
4911575	Six Corners	six-corners	US		0	America/Chicago	41.95309	-87.74728	186			IL	031	14000	
4911585	Skare Estates	skare-estates	US		0	America/Chicago	41.94392	-89.15288	241			IL	141	26298	
4911591	Ski Hill	ski-hill	US		0	America/Chicago	42.20197	-88.20703	266			IL	111	00698	
4911604	Skokie Junction	skokie-junction	US		0	America/Chicago	42.25919	-87.85368	207			IL	097	69485	
4911607	Skokie Manor	skokie-manor	US		0	America/Chicago	42.24391	-87.85785	206			IL	097	69485	
4911632	Slackwater (historical)	slackwater-historical	US		0	America/Chicago	40.98254	-89.82094	199			IL	175	24478	
4911640	Sleepy Hollow	sleepy-hollow	US		3346	America/Chicago	42.09419	-88.30258	225			IL	089	21046	
4911642	Sleepy Hollow	sleepy-hollow	US		0	America/Chicago	41.8142	-87.74117	181			IL	031	14000	
4911663	Slocum Corners	slocum-corners	US		0	America/Chicago	42.46558	-87.9723	229			IL	097	52753	
4911008	Secor	secor	US	61771	370	America/Chicago	40.74198	-89.13536	223			IL	203	57290	
4911755	Snicarte	snicarte	US		0	America/Chicago	40.12338	-90.23151	135	Sincarte,Snicarte		IL	125	45265	
4911759	Snider	snider	US		0	America/Chicago	40.2042	-87.6978	210			IL	183	06678	
4911786	Sollitt	sollitt	US		0	America/Chicago	41.29337	-87.63476	217			IL	091	83856	
4911793	Solon Mills	solon-mills	US		0	America/Chicago	42.44224	-88.27342	235	Solon,Solon Mills		IL	111	63654	
4911815	Sonora (historical)	sonora-historical	US		0	America/Chicago	40.49421	-91.35487	158			IL	067	70499	
4911817	Soperville	soperville	US		0	America/Chicago	41.00865	-90.39791	236			IL	095	34020	
4911823	South Addison	south-addison	US		0	America/Chicago	41.90503	-87.98868	215			IL	043	83947	
4911825	South Barrington	south-barrington	US		4565	America/Chicago	42.09142	-88.12174	259			IL	031	03831	
4911838	South Branch Addition	south-branch-addition	US		0	America/Chicago	41.85031	-87.64116	181			IL	031	14000	
4911863	South Chicago	south-chicago	US		28095	America/Chicago	41.73977	-87.55425	180			IL	031	14000	
4911867	South Brighton	south-brighton	US		0	America/Chicago	41.81892	-87.68561	183			IL	031	14000	
4911868	South Chicago Heights	south-chicago-heights	US		4138	America/Chicago	41.48087	-87.63782	218			IL	031	06561	
4911869	South Chicago Heights	south-chicago-heights	US		0	America/Chicago	41.7267	-87.56255	180			IL	031	14000	
4911874	South Commons	south-commons	US		0	America/Chicago	41.84253	-87.622	181			IL	031	14000	
4911877	South Danville	south-danville	US		0	America/Chicago	40.11504	-87.63752	195			IL	183	18576	
4911878	South Deering	south-deering	US		0	America/Chicago	41.69226	-87.55838	179	Irondale,South Deering		IL	031	14000	
4911885	South Edgewater	south-edgewater	US		0	America/Chicago	41.97225	-87.6595	182			IL	031	14000	
4911896	South Elkhorn	south-elkhorn	US		0	America/Chicago	41.9667	-89.71234	250			IL	015	23321	
4911898	South Elmhurst	south-elmhurst	US		0	America/Chicago	41.88197	-87.94006	204			IL	043	83947	
4911900	South Englewood	south-englewood	US		0	America/Chicago	41.7467	-87.66199	184	Gresham,South Englewood,The Grove		IL	031	14000	
4911902	South Evanston	south-evanston	US		0	America/Chicago	42.03725	-87.68061	187			IL	031	24595	
4911925	South Harvey	south-harvey	US		0	America/Chicago	41.58253	-87.6631	187			IL	031	75198	
4911939	South Kenwood	south-kenwood	US		0	America/Chicago	41.76531	-87.57783	179	Bryn Mawr,South Kenwood		IL	031	14000	
4911951	South Lawndale	south-lawndale	US		73826	America/Chicago	41.84364	-87.71255	182			IL	031	14000	
4911952	South Lockport	south-lockport	US		0	America/Chicago	41.57309	-88.0545	196			IL	197	44238	
4911955	South Lynn	south-lynn	US		0	America/Chicago	41.77559	-87.67505	183	South Lynn,Vail's Subdivision		IL	031	14000	
4911961	South Ottawa (historical)	south-ottawa-historical	US		0	America/Chicago	41.3317	-88.83702	175			IL	099	71110	
4911980	South Paw Paw	south-paw-paw	US		0	America/Chicago	41.66475	-88.9412	246			IL	103	83674	
4911987	South Pole	south-pole	US		0	America/Chicago	41.68392	-87.55949	178			IL	031	14000	
4912007	South Rome	south-rome	US		0	America/Chicago	40.84976	-89.53759	146			IL	143	48099	
4912042	South Streator	south-streator	US		0	America/Chicago	41.12448	-88.82507	190			IL	099	09057	
4912073	Southgate Estates Trailer Park	southgate-estates-trailer-park	US		0	America/Chicago	40.44754	-88.98591	267			IL	113	06639	
4912079	Southmoor	southmoor	US		0	America/Chicago	41.65253	-87.82978	210	McGlaughry,Southmoor		IL	031	57355	
4912135	Spaulding Corners	spaulding-corners	US		0	America/Chicago	42.37058	-87.88118	220			IL	097	79306	
4912159	Spaulding	spaulding	US		0	America/Chicago	42.00281	-88.23535	235			IL	031	32694	
4912163	Spires	spires	US		0	America/Chicago	40.87642	-88.96035	223			IL	203	49581	
4912174	Split Rail Farm	split-rail-farm	US		0	America/Chicago	41.96503	-88.39286	253			IL	089	10903	
4912242	Spring Creek Settlement (historical)	spring-creek-settlement-historical	US		0	America/Chicago	40.5381	-90.77652	224			IL	109	24101	
4912249	Spring Grove (historical)	spring-grove-historical	US		0	America/Chicago	41.00226	-90.62958	216			IL	187	72065	
4912289	Spring Lake Mobile Home Park	spring-lake-mobile-home-park	US		0	America/Chicago	41.99808	-88.23341	232			IL	031	32694	
4912949	Sunrise Ridge	sunrise-ridge	US		0	America/Chicago	42.37919	-88.36676	265			IL	111	31680	
4912356	Stagecoach Hills	stagecoach-hills	US		0	America/Chicago	42.42085	-88.98094	246			IL	201	65624	
4912387	Staples Corner	staples-corner	US		0	America/Chicago	42.13919	-88.02174	223			IL	031	57238	
4912452	Stateway Gardens (historical)	stateway-gardens-historical	US		0	America/Chicago	41.82976	-87.62783	182			IL	031	14000	
4912459	Stavanger	stavanger	US		0	America/Chicago	41.39864	-88.61396	206			IL	099	49204	
4912472	Steelton	steelton	US		0	America/Chicago	40.00948	-87.67891	204			IL	183	28976	
4912481	Stelle	stelle	US		0	America/Chicago	40.95003	-88.15338	214			IL	053	65273	
4912538	Stewardsville (historical)	stewardsville-historical	US		0	America/Chicago	40.30754	-90.58235	203			IL	109	37452	
4912544	Stewart Ridge	stewart-ridge	US		0	America/Chicago	41.67392	-87.63366	189			IL	031	14000	
4912569	Stillwell	stillwell	US		0	America/Chicago	40.21866	-91.18292	204	Stillwell,Stilwell		IL	067	66612	
4912594	Stoehrs	stoehrs	US		0	America/Chicago	40.52309	-89.69372	150	Cummings Station,Stoehrs		IL	179	14403	
4912635	Stoneyville	stoneyville	US		0	America/Chicago	41.30476	-88.83647	183			IL	099	71110	
4912644	Stony Island	stony-island	US		0	America/Chicago	41.72253	-87.57505	182			IL	031	14000	
4912645	Stony Island Heights	stony-island-heights	US		0	America/Chicago	41.7267	-87.57977	184			IL	031	14000	
4912707	Streeterville	streeterville	US		0	America/Chicago	41.89337	-87.622	180			IL	031	14000	
4912753	Sturbridge Village	sturbridge-village	US		0	America/Chicago	42.35196	-89.074	225			IL	201	57069	
4912756	Sturm Subdivision	sturm-subdivision	US		0	America/Chicago	42.16641	-88.07063	249			IL	097	22853	
4912811	Sugar Island	sugar-island	US		0	America/Chicago	41.00642	-87.82365	189			IL	091	57017	
4912822	Sullivan Center (historical)	sullivan-center-historical	US		0	America/Chicago	40.92114	-88.29755	219			IL	105	73482	
4912862	Summum	summum	US		0	America/Chicago	40.26782	-90.27846	190	Summan,Summum		IL	057	83089	
4912879	Sun River Terrace	sun-river-terrace	US		518	America/Chicago	41.12698	-87.73559	187			IL	091	28456	
4912882	Sunbeam	sunbeam	US		0	America/Chicago	41.12726	-90.73514	205	Sun Beam,Sunbeam		IL	131	55405	
4912902	Sunny Crest	sunny-crest	US		0	America/Chicago	41.53587	-87.69394	214			IL	031	63498	
4912906	Sunny Hill	sunny-hill	US		0	America/Chicago	41.39892	-90.41596	223	Crampton,Crampton Station,Sunny Hill,Sunnyhill		IL	073	80190	
4912909	Sunny Hill Estates	sunny-hill-estates	US		0	America/Chicago	41.39642	-90.42902	218			IL	073	80190	
4912922	Sunnyland	sunnyland	US		0	America/Chicago	40.69143	-89.50815	208			IL	179	26636	
4912991	Sunset Villa	sunset-villa	US		0	America/Chicago	41.90836	-88.42813	268			IL	089	10903	
4913011	Surrey Woods	surrey-woods	US		0	America/Chicago	41.92086	-88.28841	235			IL	089		
4913037	Swan Creek	swan-creek	US		0	America/Chicago	40.66782	-90.65486	233	Swan Creek,Swancreek		IL	187	74093	
4913054	Swansway	swansway	US		0	America/Chicago	42.16475	-88.07646	258			IL	097	22853	
4913059	Swede Town	swede-town	US		0	America/Chicago	41.89281	-87.63978	177			IL	031	14000	
4913061	Swedentown	swedentown	US		0	America/Chicago	41.96531	-87.68339	182			IL	031	14000	
4913067	Swedona	swedona	US		0	America/Chicago	41.2792	-90.44485	218			IL	131	63628	
4913076	Sweet Home (historical)	sweet-home-historical	US		0	America/Chicago	42.4664	-90.04596	275			IL	085	78864	
4913107	Swygert	swygert	US		0	America/Chicago	40.9117	-88.5295	223			IL	105	57056	
4913130	Sylvan Lake	sylvan-lake	US		0	America/Chicago	42.24391	-88.05286	250			IL	097	27923	
4913138	Symerton	symerton	US		89	America/Chicago	41.32864	-88.05255	195			IL	197	26519	
4913191	Tall Oaks	tall-oaks	US		0	America/Chicago	42.17975	-88.03896	225			IL	097	22853	
4913194	Tall Trees	tall-trees	US		0	America/Chicago	42.15586	-88.10424	259			IL	097	22853	
4913201	Tamara Heights	tamara-heights	US		0	America/Chicago	42.0028	-88.43119	283			IL	089	60365	
4913218	Tanglewood	tanglewood	US		0	America/Chicago	41.83392	-88.35869	226			IL	089	04091	
4913225	Tanner Woods	tanner-woods	US		0	America/Chicago	41.81225	-88.39646	217			IL	089	06262	
4913239	Sylvan Woods	sylvan-woods	US		0	America/Chicago	41.64392	-87.96645	212			IL	031	42808	
4913269	Taylors Addition to South Chicago	taylors-addition-to-south-chicago	US		0	America/Chicago	41.71698	-87.53449	180	Colehour,Taylors Addition to South Chicago		IL	031	14000	
4913283	Techny (historical)	techny-historical	US		0	America/Chicago	42.11614	-87.82229	196			IL	031	53676	
4913291	Tedens (historical)	tedens-historical	US		0	America/Chicago	41.69448	-87.97284	181			IL	043	20604	
4913296	Teheran	teheran	US		0	America/Chicago	40.22449	-89.799	165			IL	125	58629	
4913358	Terra Cotta	terra-cotta	US		0	America/Chicago	42.28169	-88.30064	249	Terra Cotta,Terracotta		IL	111	54495	
4913410	The Bush	the-bush	US		0	America/Chicago	41.74198	-87.56894	178			IL	031	14000	
4913436	The Cottage	the-cottage	US		0	America/Chicago	41.69031	-87.60616	180			IL	031	14000	
4913448	The Grove	the-grove	US		0	America/Chicago	42.08419	-87.86729	202			IL	031	53676	
4913457	The Knolls	the-knolls	US		0	America/Chicago	41.95669	-88.43397	279			IL	089	10903	
4913458	The Landings	the-landings	US		0	America/Chicago	42.13864	-88.40258	271			IL	089	66430	
4913469	The Meadows	the-meadows	US		0	America/Chicago	42.17752	-88.08452	267			IL	097	22853	
4913470	The Meadows of Virgil	the-meadows-of-virgil	US		0	America/Chicago	41.95169	-88.52453	267			IL	089	78188	
4913478	The Orchards	the-orchards	US		0	America/Chicago	42.1853	-88.1098	255			IL	097	22853	
4913496	The Woodland	the-woodland	US		0	America/Chicago	42.2103	-88.1048	255			IL	097	22853	
4913515	Third Lake	third-lake	US		1189	America/Chicago	42.37391	-88.01091	235			IL	097	03220	
4913598	Thorne Ledge	thorne-ledge	US		0	America/Chicago	42.19169	-88.99455	237			IL	201	13087	
4913602	Thornley	thornley	US		0	America/Chicago	41.93947	-88.31758	217			IL	089		
4913609	Thornton Junction	thornton-junction	US		0	America/Chicago	41.5892	-87.60699	184			IL	031	75198	
4913660	Tiffany Estates	tiffany-estates	US		0	America/Chicago	42.23197	-88.0323	231			IL	097	22853	
4913675	Ticona	ticona	US		0	America/Chicago	41.2242	-89.05258	197			IL	099	22424	
4913680	Timber Ridge	timber-ridge	US		0	America/Chicago	40.63559	-88.80007	222			IL	113	43107	
4913681	Timber Ridge	timber-ridge	US		0	America/Chicago	41.45142	-90.42652	209			IL	073	15677	
4913686	Timber Ridge Mobile Home Park	timber-ridge-mobile-home-park	US		0	America/Chicago	41.49559	-87.7756	222			IL	031	63498	
4913691	Timber Trails	timber-trails	US		0	America/Chicago	42.20975	-88.09452	269			IL	097	22853	
4913694	Timbercrest	timbercrest	US		0	America/Chicago	41.85975	-88.46369	240			IL	089	06262	
4913700	Timberlane	timberlane	US		949	America/Chicago	42.33474	-88.86121	257			IL	007	61158	
4913764	Tomahawk Bluff	tomahawk-bluff	US		0	America/Chicago	41.38059	-89.08342	190			IL	099	19980	
4913773	Tomlinson	tomlinson	US		0	America/Chicago	40.31892	-88.2331	222			IL	019	21566	
4913791	Torino	torino	US		0	America/Chicago	41.20587	-88.23478	177			IL	197	63108	
4913816	Tower Lake	tower-lake	US		1283	America/Chicago	42.23197	-88.15202	238	Tower Lake,Tower Lakes		IL	097	18004	
4913827	Towertown	towertown	US		0	America/Chicago	41.89642	-87.63061	179			IL	031	14000	
4913839	Towne Oaks	towne-oaks	US		0	America/Chicago	40.58337	-89.54815	229			IL	179	31940	
4913862	Trailpark Gardens	trailpark-gardens	US		0	America/Chicago	40.73393	-89.51843	148			IL	179	26636	
4913908	Trenton Corners	trenton-corners	US		0	America/Chicago	40.90809	-90.11401	218			IL	095	59221	
4914073	Troster	troster	US		0	America/Chicago	40.31837	-88.47978	224			IL	113	04910	
4914081	Trout Valley	trout-valley	US		529	America/Chicago	42.19808	-88.25342	242			IL	111	00698	
4914086	Troxel	troxel	US		0	America/Chicago	41.8342	-88.59647	241			IL	089	38908	
4914087	Troy (historical)	troy-historical	US		0	America/Chicago	40.69087	-90.33513	174			IL	057	76667	
4914123	Trumbull Park Homes	trumbull-park-homes	US		0	America/Chicago	41.70253	-87.56449	179			IL	031	14000	
4914124	Trumbull Park Terrace	trumbull-park-terrace	US		0	America/Chicago	41.70948	-87.56199	178			IL	031	14000	
4914160	Turner Camp	turner-camp	US		0	America/Chicago	42.18919	-88.25064	240			IL	111	00698	
4914192	Twelvemile Corner	twelvemile-corner	US		0	America/Chicago	41.75947	-89.08343	239			IL	103	78110	
4914209	Twin Grove	twin-grove	US		1564	America/Chicago	40.49337	-89.0798	250			IL	113	20838	
4914251	Udina	udina	US		0	America/Chicago	42.04336	-88.37619	275	Udina,Unida		IL	089	23087	
4914258	Ulah	ulah	US		0	America/Chicago	41.2692	-90.14623	221			IL	073	10656	
4914261	Undercliff	undercliff	US		0	America/Chicago	41.18781	-89.3662	139			IL	155	68627	
4914524	University Village	university-village	US		0	America/Chicago	40.46476	-90.6793	213			IL	109	45915	
4914557	Uptown	uptown	US		55137	America/Chicago	41.9659	-87.65262	182	Aptaun,Uptown,Wilson,apputaun,アップタウン		IL	031	14000	
4914583	Ustick	ustick	US		0	America/Chicago	41.88392	-89.99207	239			IL	195	77070	
4914604	Valentine Manor	valentine-manor	US		0	America/Chicago	42.22836	-88.10675	263			IL	097	22853	
4914611	Valley Creek (historical)	valley-creek-historical	US		0	America/Chicago	42.25891	-89.54261	245			IL	177	69953	
4914633	Valley View Farm	valley-view-farm	US		0	America/Chicago	42.22752	-88.97371	236			IL	201	13087	
4914659	Van Peterson Subdivision	van-peterson-subdivision	US		0	America/Chicago	41.33698	-88.4009	160			IL	063	79345	
4914660	Van Petten	van-petten	US		0	America/Chicago	41.7042	-89.62205	200			IL	103	32980	
4914670	Vandercook	vandercook	US		0	America/Chicago	40.10031	-87.64808	196			IL	183	18576	
4914679	Vanland (historical)	vanland-historical	US		0	America/Chicago	42.14336	-88.96566	229			IL	141	50049	
4914704	Venetian Village	venetian-village	US		2826	America/Chicago	42.39863	-88.05258	243			IL	097	41599	
4914709	Vermilion City	vermilion-city	US		0	America/Chicago	41.09587	-88.8348	186			IL	105	63017	
4914721	Vermilion Heights	vermilion-heights	US		0	America/Chicago	40.12365	-87.65335	184			IL	183	18576	
4914722	Vermilionville	vermilionville	US		0	America/Chicago	41.25948	-88.99564	196	Vermilionville,Vermillionville		IL	099	19096	
4914775	Victor A Olander Homes	victor-a-olander-homes	US		0	America/Chicago	41.8242	-87.60366	183			IL	031	14000	
4914801	Victory Homes	victory-homes	US		0	America/Chicago	42.23558	-89.0626	225			IL	201	65013	
4914865	Village Square	village-square	US		0	America/Chicago	40.56671	-90.01706	196			IL	057	11020	
4914893	Virgil (historical)	virgil-historical	US		0	America/Chicago	40.62448	-90.39679	189			IL	057	42574	
4914934	Volo	volo	US		4164	America/Chicago	42.32613	-88.16786	242			IL	097	79280	
4914944	Von Glen Acres	von-glen-acres	US		0	America/Chicago	42.11503	-89.21927	211			IL	141	46903	
4915279	Wacker	wacker	US		0	America/Chicago	42.05808	-90.04624	217			IL	015	50894	
4915300	Waddams Grove	waddams-grove	US		0	America/Chicago	42.41751	-89.88429	312	Waddam's Grove,Waddams Grove		IL	177	80788	
4915339	Waldron (historical)	waldron-historical	US		0	America/Chicago	41.1342	-89.75121	214			IL	175	58603	
4915465	Walz	walz	US		0	America/Chicago	40.1367	-87.56696	196			IL	183	18576	
4915467	Wanlock	wanlock	US		0	America/Chicago	41.2192	-90.62541	239			IL	131	31342	
4915523	Warrenhurst	warrenhurst	US		0	America/Chicago	41.82281	-88.21424	222			IL	043	82413	
4915581	Washington Heights	washington-heights	US		0	America/Chicago	41.70642	-87.65616	189			IL	031	14000	
4915607	Washington Park	washington-park	US		0	America/Chicago	41.79253	-87.61811	183			IL	031	14000	
4915608	Washington Park Court	washington-park-court	US		0	America/Chicago	41.80503	-87.61505	183			IL	031	14000	
4915678	Waterford (historical)	waterford-historical	US		0	America/Chicago	40.33893	-90.12984	141			IL	057	79137	
4916242	Westview Acres	westview-acres	US		0	America/Chicago	40.56393	-90.05095	199			IL	057	11020	
4915766	Wayne Center	wayne-center	US		0	America/Chicago	41.94281	-88.17368	237			IL	043	79410	
4915784	Wauponsee	wauponsee	US		0	America/Chicago	41.27448	-88.49451	189			IL	063	77850	
4915802	Webster Park	webster-park	US		0	America/Chicago	41.3242	-89.17814	185			IL	011	32265	
4915810	Wedges Corner	wedges-corner	US		0	America/Chicago	42.38613	-88.00425	236			IL	097	41599	
4915823	Weedman	weedman	US		0	America/Chicago	40.28142	-88.60312	219	Waedman,Weedman,Weedman Station		IL	039	67639	
4915845	Welco Corners	welco-corners	US		0	America/Chicago	41.69725	-88.04145	226			IL	197	21241	
4915855	Weldwood Oaks	weldwood-oaks	US		0	America/Chicago	42.02892	-88.34286	263			IL	089	23087	
4915858	Welland	welland	US		0	America/Chicago	41.6267	-89.07092	267			IL	099	48346	
4915872	Wells Corners	wells-corners	US		0	America/Chicago	42.30947	-87.89257	218			IL	097	43263	
4915883	Wenmoth Acres	wenmoth-acres	US		0	America/Chicago	41.85031	-88.36535	216			IL	089	28885	
4915927	Wempletown	wempletown	US		0	America/Chicago	42.34335	-89.20428	264			IL	201	09915	
4915977	West Dundee	west-dundee	US		7395	America/Chicago	42.09808	-88.28286	232	Dundee,West Dundee		IL	089	21046	
4915981	West Edgewater	west-edgewater	US		0	America/Chicago	41.98281	-87.67395	183			IL	031	14000	
4915987	West Elsdon	west-elsdon	US		19219	America/Chicago	41.79392	-87.7245	184			IL	031	14000	
4915989	West Englewood	west-englewood	US		32156	America/Chicago	41.77809	-87.66672	185			IL	031	14000	
4916003	West Garfield Park	west-garfield-park	US		17742	America/Chicago	41.88059	-87.72922	184			IL	031	14000	
4916008	West Hallock	west-hallock	US		0	America/Chicago	40.92087	-89.63926	229			IL	143	00477	
4916012	West Harvey	west-harvey	US		0	America/Chicago	41.62253	-87.65921	183			IL	031	75198	
4916015	West Highland Acres	west-highland-acres	US		0	America/Chicago	42.04892	-88.34814	267			IL	089	23087	
4916017	West Jersey	west-jersey	US		0	America/Chicago	41.01893	-89.92705	211			IL	175	80489	
4916020	West Junction	west-junction	US		0	America/Chicago	42.31474	-89.65901	232			IL	177	32902	
4916021	West Kankakee	west-kankakee	US		0	America/Chicago	41.11864	-87.8881	190			IL	091	38947	
4916026	West Lake Forest	west-lake-forest	US		0	America/Chicago	42.22197	-87.87313	207			IL	097	80112	
4916028	West Lawn	west-lawn	US		32749	America/Chicago	41.77281	-87.72227	186			IL	031	14000	
4916043	West Newell	west-newell	US		0	America/Chicago	40.20337	-87.6153	208	Newell,West Newell		IL	183	52454	
4916055	West Peoria	west-peoria	US		4418	America/Chicago	40.69254	-89.62788	181			IL	143	80749	
4916072	West Pullman	west-pullman	US		0	America/Chicago	41.67948	-87.64199	187			IL	031	14000	
4916077	West Ravenwood	west-ravenwood	US		0	America/Chicago	41.96475	-87.68395	182			IL	031	14000	
4916085	West Roseland	west-roseland	US		0	America/Chicago	41.69309	-87.63227	184	Fernwood,West Roseland		IL	031	14000	
4916118	West Town	west-town	US		86429	America/Chicago	41.89381	-87.67493	182	Vest Taun		IL	031	14000	
4916156	Western Dunning	western-dunning	US		0	America/Chicago	41.94586	-87.81951	195			IL	031	14000	
4916170	Westfield Corners	westfield-corners	US		0	America/Chicago	42.20836	-89.23094	260	Elida,Westfield Corners		IL	201	82504	
4916226	Weston (historical)	weston-historical	US		0	America/Chicago	42.31335	-90.26318	193			IL	085	23178	
4916271	Weybridge	weybridge	US		0	America/Chicago	41.97086	-88.41702	268			IL	089	10903	
4916325	Whiskey Point	whiskey-point	US		0	America/Chicago	41.81031	-87.66255	182			IL	031	14000	
4916326	Whiskey Point	whiskey-point	US		0	America/Chicago	41.9167	-87.75589	187			IL	031	14000	
4916327	Whiskey Row	whiskey-row	US		0	America/Chicago	41.8192	-87.66533	181			IL	031	14000	
4916335	Whitaker	whitaker	US		0	America/Chicago	41.25142	-87.72782	212			IL	091	73690	
4916337	White Birch Lakes	white-birch-lakes	US		0	America/Chicago	42.22641	-88.07091	267			IL	097	22853	
4916416	White Willow (historical)	white-willow-historical	US		0	America/Chicago	41.47475	-88.38479	181	White Willow (historical),Whitewillow		IL	093	43913	
4916466	Whitton	whitton	US		0	America/Chicago	42.22585	-90.30846	185			IL	085	32720	
4916470	Wichert	wichert	US		0	America/Chicago	41.05726	-87.7042	193			IL	091		
4916478	Wideview	wideview	US		0	America/Chicago	41.93864	-88.38174	257			IL	089	10903	
4916489	Wilbern	wilbern	US		0	America/Chicago	40.9467	-89.3237	168			IL	123	63589	
4916490	Wilbur Heights	wilbur-heights	US		0	America/Chicago	40.14253	-88.2356	227			IL	019	70382	
4916525	Wildrose Valley	wildrose-valley	US		0	America/Chicago	41.93169	-88.32452	216			IL	089		
4916537	Wildwood Valley	wildwood-valley	US		0	America/Chicago	42.06225	-88.37369	283			IL	089	23087	
4916589	William Green Homes	william-green-homes	US		0	America/Chicago	41.90475	-87.64561	179			IL	031	14000	
4916617	Williams Park	williams-park	US		0	America/Chicago	42.25419	-88.18342	229			IL	097	79280	
4916624	Williamsburg Green	williamsburg-green	US		0	America/Chicago	42.03058	-88.35202	275			IL	089	23087	
4916660	Willow Creek Trailer Park	willow-creek-trailer-park	US		0	America/Chicago	40.46698	-89.01869	233			IL	113	06639	
4916690	Willow Ridge	willow-ridge	US		0	America/Chicago	41.33837	-88.42396	157			IL	063	79345	
4916751	Wilsman	wilsman	US		0	America/Chicago	41.17115	-88.93202	195			IL	099	21436	
4916786	Wilton Center	wilton-center	US		0	America/Chicago	41.35142	-87.95977	202			IL	197	82244	
4916799	Winchester-Hood Garden Homes	winchester-hood-garden-homes	US		0	America/Chicago	41.99364	-87.67784	187			IL	031	14000	
4916802	Windenoak	windenoak	US		0	America/Chicago	41.86531	-88.46619	237			IL	089	06262	
4916818	Windsor Park	windsor-park	US		0	America/Chicago	41.75226	-87.55282	179			IL	031	14000	
4916840	Winkel	winkel	US		0	America/Chicago	40.34893	-89.63149	158			IL	179	46266	
4916850	Winnebago Court	winnebago-court	US		0	America/Chicago	42.21086	-89.07927	224			IL	201	65013	
4916861	Winnemac	winnemac	US		0	America/Chicago	41.97225	-87.67033	183			IL	031	14000	
4916863	Winneshiek	winneshiek	US		0	America/Chicago	42.34446	-89.52734	252	Wenasheeke,Winneshick,Winneshiek		IL	177	41885	
4916524	Wildrose	wildrose	US	58795	0	America/Chicago	41.92753	-88.3323	238			IL	089		
4916896	Winthrop Harbor Station	winthrop-harbor-station	US		0	America/Chicago	42.47891	-87.84507	208			IL	097	05326	
4916898	Winthrop Village	winthrop-village	US		0	America/Chicago	42.08558	-88.03729	225			IL	031	57238	
4916926	Wolcott Gardens	wolcott-gardens	US		0	America/Chicago	41.9717	-87.67533	183			IL	031	14000	
4916928	Wolcotts and Bushnells Additions	wolcotts-and-bushnells-additions	US		0	America/Chicago	41.89587	-87.63422	179			IL	031	14000	
4916965	Wolfs	wolfs	US		0	America/Chicago	41.69586	-88.2609	216	Wolf,Wolfs,Wolfs Crossing		IL	093	56900	
4916970	Wonder Center	wonder-center	US		0	America/Chicago	42.38891	-88.34453	257			IL	111	45707	
4917002	Woodcrest	woodcrest	US		0	America/Chicago	41.48948	-90.25373	201			IL	073	32642	
4917003	Woodcrest	woodcrest	US		0	America/Chicago	42.18197	-89.14261	239			IL	201	65013	
4917029	Woodland Acres	woodland-acres	US		0	America/Chicago	41.92114	-89.13343	238			IL	141	26298	
4917030	Woodland Addition	woodland-addition	US		0	America/Chicago	41.2992	-88.83341	177			IL	099	71110	
4917042	Woodland Estates	woodland-estates	US		0	America/Chicago	42.21447	-88.03785	235			IL	097	22853	
4917049	Woodland Junction	woodland-junction	US		0	America/Chicago	40.69726	-87.73086	197			IL	075	05014	
4917063	Woodland Shores	woodland-shores	US		0	America/Chicago	41.81475	-89.56149	202			IL	103	51960	
4917106	Woodruff Corners	woodruff-corners	US		0	America/Chicago	42.27752	-89.42678	248			IL	177	64057	
4917137	Woodvale	woodvale	US		0	America/Chicago	41.02393	-90.6443	214			IL	187	72065	
4917232	Wyton	wyton	US		0	America/Chicago	40.12948	-87.64335	165			IL	183	18576	
4917257	Yeager	yeager	US		0	America/Chicago	41.20781	-87.70226	207			IL	091	73690	
4917259	Yellow Banks	yellow-banks	US		0	America/Chicago	40.73032	-91.08126	160			IL	071	11280	
4917268	Yeoward Addition	yeoward-addition	US		0	America/Chicago	41.75809	-89.66066	196	Yeoward Addition,Yeowardville		IL	195	15651	
4917275	York Center	york-center	US		0	America/Chicago	41.85697	-87.98784	220			IL	043	83947	
4917290	Yorkfield	yorkfield	US		0	America/Chicago	41.86336	-87.9484	200			IL	043	83947	
4917335	Youngsdale	youngsdale	US		0	America/Chicago	41.99058	-88.34063	245			IL	089	23087	
4917340	Yuton	yuton	US		0	America/Chicago	40.53337	-89.06036	240			IL	113	20838	
4917356	Zier Cors	zier-cors	US		0	America/Chicago	42.15391	-89.82373	278			IL	015	12996	
4917458	Yellow Creek	yellow-creek	US		0	America/Chicago	42.30557	-89.85651	260			IL	177	39610	
4917468	Aboite	aboite	US		0	America/Indiana/Indianapolis	41.00088	-85.31803	228	Aboit,Aboit Station,Aboite		IN	003	40716	
4917478	Academie	academie	US		0	America/Indiana/Indianapolis	41.17088	-85.1458	250			IN	003	80342	
4917495	Adams Mill	adams-mill	US		0	America/Indiana/Indianapolis	40.48059	-86.50889	208			IN	015	17686	
4917501	Adamsboro	adamsboro	US		0	America/Indiana/Indianapolis	40.78448	-86.26694	197	Adamsboro,Adamsborough		IN	017	13006	
4917502	Ade	ade	US		0	America/Chicago	40.86837	-87.44475	201			IN	111	80864	
4917506	Aetna	aetna	US		0	America/Chicago	41.59198	-87.28948	186			IN	089	09820	
4917515	Aix	aix	US		0	America/Chicago	41.04143	-87.15141	209			IN	073	77372	
4917531	Aldine	aldine	US		0	America/Indiana/Knox	41.20087	-86.67446	217			IN	149	09802	
4917545	Alida	alida	US		0	America/Chicago	41.5106	-86.90308	238	Alida,Alida Station		IN	091	13744	
4917568	Altamont Switch	altamont-switch	US		0	America/Indiana/Indianapolis	40.37865	-86.87445	198			IN	157	82070	
4917578	America	america	US		0	America/Indiana/Indianapolis	40.67921	-85.70192	252			IN	169	43470	
4917609	Andry	andry	US		0	America/Chicago	41.71782	-86.75808	202			IN	091	72170	
4917620	Ansley Acres	ansley-acres	US		0	America/Indiana/Indianapolis	41.07838	-85.21219	250			IN	003	81620	
4917629	Anthony Wayne Village	anthony-wayne-village	US		0	America/Indiana/Indianapolis	41.03949	-85.10553	246			IN	003	00298	
4917640	Antiville	antiville	US		0	America/Indiana/Indianapolis	40.49755	-84.97858	272			IN	075	03844	
4917652	Arba	arba	US		0	America/Indiana/Indianapolis	40.01088	-84.86691	363			IN	135	29736	
4917654	Arcana	arcana	US		0	America/Indiana/Indianapolis	40.53865	-85.50331	268			IN	053	50310	
4917664	Ari	ari	US		0	America/Indiana/Indianapolis	41.26366	-85.24942	268			IN	003	20512	
4917673	Aroma	aroma	US		0	America/Indiana/Indianapolis	40.19948	-85.87415	253			IN	057	83906	
4917675	Arrowhead Park	arrowhead-park	US		0	America/Indiana/Indianapolis	41.27893	-85.78999	255			IN	085	60228	
4917679	Artic	artic	US		0	America/Indiana/Indianapolis	41.47366	-84.81468	263	Arctic,Artic		IN	033	76598	
4917693	Asphaltum	asphaltum	US		0	America/Chicago	41.10032	-86.99808	211			IN	073	79640	
4917715	Auburn Junction	auburn-junction	US		0	America/Indiana/Indianapolis	41.35199	-85.07469	264			IN	033	36936	
4917721	Aultshire	aultshire	US		0	America/Indiana/Indianapolis	40.21199	-85.34608	297			IN	035	11296	
4917732	Aylesworth	aylesworth	US		0	America/Indiana/Indianapolis	40.20309	-87.24306	195			IN	045	69084	
4917733	Aylesworth	aylesworth	US		0	America/Chicago	41.31837	-87.11336	206			IN	127	06580	
4917756	Badger Grove	badger-grove	US		0	America/Indiana/Indianapolis	40.58365	-86.96362	222	Badger,Badger Grove		IN	181	61650	
4917763	Baileys Corner	baileys-corner	US		0	America/Chicago	41.07087	-86.99836	210			IN	073	27684	
4917768	Bainter Town	bainter-town	US		0	America/Indiana/Indianapolis	41.51699	-85.81721	248			IN	039	36972	
4917780	Bakers Corner	bakers-corner	US		0	America/Indiana/Indianapolis	40.13059	-86.13749	279	Bakers Corner,Bakers Corners		IN	057	00388	
4917781	Bakertown	bakertown	US		0	America/Indiana/Indianapolis	41.36644	-85.3572	297	Bakerstown,Bakertown		IN	113	38124	
4917782	Balbec	balbec	US		0	America/Indiana/Indianapolis	40.53088	-85.14886	269	Balbec,Balbee		IN	075	58680	
4917795	Banning Corner	banning-corner	US		0	America/Indiana/Indianapolis	40.36643	-87.16251	218			IN	171	80198	
4917797	Banquo	banquo	US		0	America/Indiana/Indianapolis	40.69643	-85.6197	262	Banquo,Priceville		IN	069	81746	
4917799	Bar-Barry Heights	bar-barry-heights	US		0	America/Indiana/Indianapolis	40.45615	-86.91584	218			IN	157	79352	
4917800	Barbee	barbee	US		0	America/Indiana/Indianapolis	41.29088	-85.71221	257			IN	085	75842	
4917802	Barce	barce	US		0	America/Indiana/Indianapolis	40.62087	-87.27668	247			IN	007	11224	
4917839	Bartonia	bartonia	US		0	America/Indiana/Indianapolis	40.11532	-84.85107	351	Barton,Bartonia,Jacksonboro		IN	135	81890	
4917853	Bass Station	bass-station	US		0	America/Indiana/Knox	41.18532	-86.60223	219	Bass Lake Station,Bass Station		IN	149	09802	
4917893	Beard	beard	US		0	America/Indiana/Indianapolis	40.37365	-86.45055	259			IN	023	80090	
4917902	Beattys Corner	beattys-corner	US		0	America/Chicago	41.62226	-86.89392	224			IN	091	15040	
4917905	Beatys Beach	beatys-beach	US		0	America/Indiana/Indianapolis	41.68422	-85.6036	260			IN	087	52686	
4917950	Bell Center	bell-center	US		0	America/Indiana/Indianapolis	40.86865	-86.63918	214			IN	181	10810	
4917959	Bell Rohr Park	bell-rohr-park	US		0	America/Indiana/Indianapolis	41.33171	-85.7811	257			IN	085	60228	
4917962	Bellfountain	bellfountain	US		0	America/Indiana/Indianapolis	40.43338	-84.86358	290	Bellefountain,Bellefountaine,Bellfountain,Hector		IN	075	54072	
4917964	Belshaw	belshaw	US		0	America/Chicago	41.25642	-87.45337	206	Belshaw,Belshaw Station		IN	089	82574	
4917989	Bennetts Switch	bennetts-switch	US		0	America/Indiana/Indianapolis	40.58504	-86.11277	250	Bennett,Bennetts,Bennetts Switch		IN	103	17272	
4918003	Berlien	berlien	US		0	America/Indiana/Indianapolis	41.63672	-84.87663	315	Berlein,Berlien		IN	151	86030	
4918077	Bethevan	bethevan	US		0	America/Indiana/Indianapolis	40.52504	-85.63331	256	Bethavan,Bethaven,Bethevan		IN	053	11332	
4918090	Between-The-Lakes Park	between-the-lakes-park	US		0	America/Indiana/Indianapolis	41.32477	-85.73665	257			IN	085	75842	
4918098	Beverly Hill	beverly-hill	US		0	America/Chicago	41.54893	-86.98559	262			IN	127	37314	
4918123	Big Hill	big-hill	US		0	America/Indiana/Indianapolis	41.04532	-86.19583	273			IN	049	65232	
4918151	Birchim	birchim	US		0	America/Chicago	41.71032	-86.6028	251			IN	091	26224	
4918179	Black Point	black-point	US		0	America/Indiana/Indianapolis	41.40505	-85.6836	261			IN	085	76760	
4918183	Blackhawk Beach	blackhawk-beach	US		0	America/Chicago	41.51782	-87.04114	250			IN	127	11566	
4918210	Bloomingport	bloomingport	US		0	America/Indiana/Indianapolis	40.02699	-84.99469	363	Bloomingport,Bloomingsport		IN	135	80990	
4918231	Bluecast	bluecast	US		0	America/Indiana/Indianapolis	41.15422	-84.86941	227			IN	003	47646	
4918233	Bluff Point	bluff-point	US		0	America/Indiana/Indianapolis	40.34588	-84.97719	304			IN	075	59724	
4918266	Bonneyville Mills	bonneyville-mills	US		0	America/Indiana/Indianapolis	41.71811	-85.76527	238			IN	039	85976	
4918301	Boston Corner	boston-corner	US		0	America/Indiana/Indianapolis	40.94838	-84.90024	246			IN	003	45882	
4918307	Boundary City	boundary-city	US		0	America/Indiana/Indianapolis	40.34449	-84.92191	310	Boundary City,Boundry		IN	075	59724	
4918322	Bowerstown	bowerstown	US		0	America/Indiana/Indianapolis	40.88866	-85.44248	226			IN	069	77354	
4918334	Boxley	boxley	US		0	America/Indiana/Indianapolis	40.16615	-86.17555	280	Boxley,Boxleytown		IN	057	00388	
4918340	Boyleston	boyleston	US		0	America/Indiana/Indianapolis	40.28643	-86.39472	276	Boyleston,Boylestown		IN	023	48762	
4918342	Bracken	bracken	US		0	America/Indiana/Indianapolis	40.98671	-85.62387	268	Bracken,Claysville		IN	069	80126	
4918366	Brems	brems	US		0	America/Indiana/Knox	41.33921	-86.69752	207			IN	149	11638	
4918367	Brendan Wood	brendan-wood	US		0	America/Indiana/Indianapolis	40.06726	-86.46889	287			IN	011	11242	
4918391	Brisco	brisco	US		0	America/Indiana/Indianapolis	40.41115	-87.35835	207			IN	171	59958	
4918397	Brierwood Hills	brierwood-hills	US		0	America/Indiana/Indianapolis	41.05533	-85.23414	242			IN	003	00208	
4918416	Brookside Estates	brookside-estates	US		0	America/Indiana/Indianapolis	41.14672	-85.07914	242			IN	003	66924	
4918449	Browns Corner	browns-corner	US		0	America/Indiana/Indianapolis	40.81505	-85.41164	248	Brown's Corners,Browns Corner,Browns Corners,Brownville,Toledo		IN	069	65304	
4918458	Bruce Lake Station	bruce-lake-station	US		0	America/Indiana/Indianapolis	41.06949	-86.41473	236	Bruce Lake,Bruce Lake Station		IN	049	77282	
4918461	Brummitt Acres	brummitt-acres	US		0	America/Chicago	41.61893	-87.01698	196			IN	127	82484	
4918476	Brushy Prairie	brushy-prairie	US		0	America/Indiana/Indianapolis	41.64172	-85.24747	288			IN	087	72152	
4918510	Buffington	buffington	US		0	America/Chicago	41.63726	-87.42587	180			IN	089	09820	
4918549	Burlington Beach	burlington-beach	US		0	America/Chicago	41.50587	-87.04531	250			IN	127	11566	
4918559	Burns Harbor	burns-harbor	US		1609	America/Chicago	41.62587	-87.13337	186			IN	127	82484	
4918596	Butler Center	butler-center	US		0	America/Indiana/Indianapolis	41.30838	-85.13664	262			IN	033	09550	
4918601	Buttermilk Point	buttermilk-point	US		0	America/Indiana/Indianapolis	41.37727	-85.67415	263			IN	085	76760	
4918612	C and C Beach	c-and-c-beach	US		0	America/Indiana/Indianapolis	40.70337	-86.7564	188			IN	015	37872	
4918669	Cammack	cammack	US		0	America/Indiana/Indianapolis	40.20977	-85.49247	284			IN	035	86084	
4918727	Carmel (historical)	carmel-historical	US		0	America/Indiana/Indianapolis	41.4806	-86.40418	231			IN	141	43380	
4918792	Cedar Canyons	cedar-canyons	US		0	America/Indiana/Indianapolis	41.23283	-85.08914	258			IN	003	58950	
4918820	Cedar Shores	cedar-shores	US		0	America/Indiana/Indianapolis	41.22755	-85.07219	259			IN	003	10990	
4918895	Chain-O-Lakes	chain-o-lakes	US		0	America/Indiana/Indianapolis	41.70838	-86.38001	226	Chain O'Lakes,Chain-O-Lakes		IN	141	80180	
4918909	Chapel Manor	chapel-manor	US		0	America/Chicago	41.47615	-87.3317	199			IN	089	66096	
4918931	Chatterton	chatterton	US		0	America/Indiana/Indianapolis	40.40365	-87.23973	217			IN	171	00496	
4918936	Cherry Grove	cherry-grove	US		0	America/Indiana/Indianapolis	40.1356	-86.90445	244			IN	107	46026	
4919034	Circle Park	circle-park	US		0	America/Indiana/Indianapolis	41.54977	-84.90996	280			IN	151	57240	
4919041	Clanricarde	clanricarde	US		0	America/Chicago	41.28837	-86.94947	205			IN	127	60426	
4919057	Clarke Junction	clarke-junction	US		0	America/Chicago	41.63004	-87.41643	180	Clarke,Clarke Junction		IN	089	09820	
4919061	Clarks Landing	clarks-landing	US		0	America/Indiana/Indianapolis	41.55977	-84.91163	280	A Bucher Ditch,Bucher Ditch,Chippewanuck Ditch,Clarks Landing		IN	151	57240	
4919144	Clymers	clymers	US		0	America/Indiana/Indianapolis	40.70754	-86.44889	221			IN	017	13690	
4919152	Clunette	clunette	US		0	America/Indiana/Indianapolis	41.31977	-85.92277	261	Clunette,North Galveston		IN	085	61578	
4919156	Cobbs Corner	cobbs-corner	US		0	America/Chicago	41.43476	-87.11003	229			IN	127	11566	
4919157	Coburg	coburg	US		0	America/Chicago	41.51893	-86.94947	237	Coburg,Coburgh		IN	127	80954	
4919161	Coesse	coesse	US		0	America/Indiana/Indianapolis	41.12782	-85.39525	267			IN	183	77750	
4919163	Coesse Corners	coesse-corners	US		0	America/Indiana/Indianapolis	41.14005	-85.39581	263			IN	183	77750	
4919170	Cold Springs	cold-springs	US		0	America/Indiana/Indianapolis	41.55588	-84.90885	285			IN	151	57240	
4919178	Collamer	collamer	US		0	America/Indiana/Indianapolis	41.07588	-85.66471	243	Collamer,Milersburg,Millersburg,Millersburgh		IN	183	13564	
4919185	Collett	collett	US		0	America/Indiana/Indianapolis	40.37532	-85.0008	293			IN	075	59724	
4919248	Concordia Gardens	concordia-gardens	US		0	America/Indiana/Indianapolis	41.1456	-85.10664	239			IN	003	66924	
4919290	Coolwood Acres	coolwood-acres	US		0	America/Chicago	41.45921	-87.08725	219			IN	127	11566	
4919299	Coppess Corner	coppess-corner	US		0	America/Indiana/Indianapolis	40.74505	-84.95691	251			IN	001	80324	
4919306	Corkwell	corkwell	US		0	America/Indiana/Indianapolis	40.46727	-85.05858	271			IN	075	29466	
4919316	Corwin	corwin	US		0	America/Indiana/Indianapolis	40.2517	-86.91501	224	Columbia,Corwin		IN	157	62964	
4919321	Cosperville	cosperville	US		0	America/Indiana/Indianapolis	41.48088	-85.47415	274	Cosperville,Springfield		IN	113	20764	
4919328	Country Club Gardens	country-club-gardens	US		0	America/Indiana/Indianapolis	41.04977	-85.22247	237			IN	003	81620	
4919329	Country Club Heights	country-club-heights	US		78	America/Indiana/Indianapolis	40.12282	-85.6872	268			IN	095	01486	
4919342	Courter	courter	US		0	America/Indiana/Indianapolis	40.83699	-86.06305	227			IN	103	38070	
4919344	Courtney Corner	courtney-corner	US		0	America/Indiana/Indianapolis	41.62949	-84.83857	297			IN	151	86030	
4919350	Covington Dells	covington-dells	US		0	America/Indiana/Indianapolis	41.06949	-85.23303	242			IN	003	00208	
4919390	Crest Manor Addition	crest-manor-addition	US		0	America/Indiana/Indianapolis	41.61644	-86.23334	269			IN	141	11890	
4919391	Crestlawn	crestlawn	US		0	America/Indiana/Indianapolis	40.07476	-85.68025	272			IN	095	01486	
4919406	Crisman	crisman	US		0	America/Chicago	41.58698	-87.17392	195			IN	127	61110	
4919429	Crooked Lake	crooked-lake	US		0	America/Indiana/Indianapolis	41.67977	-85.03663	307			IN	151	60444	
4919440	Cross Roads	cross-roads	US		0	America/Indiana/Indianapolis	40.09171	-85.4997	296			IN	035	67356	
4919459	Crumb Corner	crumb-corner	US		0	America/Indiana/Indianapolis	40.45392	-86.92779	220			IN	157	79352	
4919461	Crumstown	crumstown	US		0	America/Indiana/Indianapolis	41.62421	-86.40807	217	Crums Point,Crumstown		IN	141	80180	
4919512	Darlington Woods	darlington-woods	US		0	America/Indiana/Indianapolis	40.11976	-86.80528	239			IN	107	25522	
4919514	Darrough Chapel	darrough-chapel	US		0	America/Indiana/Indianapolis	40.47865	-86.09555	250			IN	067	11422	
4919521	Danes	danes	US		0	America/Indiana/Indianapolis	40.76115	-86.26111	194			IN	017	48654	
4919550	De Camp Gardens	de-camp-gardens	US		0	America/Indiana/Indianapolis	41.66199	-85.91916	229			IN	039	14842	
4919560	Deacon	deacon	US		0	America/Indiana/Indianapolis	40.63393	-86.31722	230			IN	017	17254	
4919582	DeFries Landing	defries-landing	US		0	America/Indiana/Indianapolis	41.36588	-85.76805	265			IN	085	78488	
4919623	Delp	delp	US		0	America/Indiana/Indianapolis	40.48948	-86.80918	190			IN	157	81080	
4919631	Denham	denham	US		0	America/Indiana/Winamac	41.15199	-86.71363	216	Denham,Gundrum		IN	131	63972	
4919672	Dillman	dillman	US		0	America/Indiana/Indianapolis	40.61032	-85.42886	259			IN	179	37548	
4919681	Disko	disko	US		0	America/Indiana/Indianapolis	41.00227	-85.94444	263	Disko,New Harrisburg		IN	169	60498	
4919709	Domestic	domestic	US		0	America/Indiana/Indianapolis	40.61171	-85.08858	263	Domestic,Ringville		IN	179	55422	
4919721	Door Village	door-village	US		0	America/Chicago	41.57476	-86.76891	247			IN	091	68346	
4919723	Dooville	dooville	US		0	America/Indiana/Indianapolis	40.55338	-85.55997	264			IN	053	50310	
4919747	Doyle Ferguson	doyle-ferguson	US		0	America/Indiana/Indianapolis	40.57865	-85.47886	259			IN	053	78479	
4919748	Dreamwold Heights	dreamwold-heights	US		0	America/Indiana/Indianapolis	41.75283	-86.25417	221			IN	141	13222	
4919784	Dune Acres	dune-acres	US		186	America/Chicago	41.64948	-87.08587	191			IN	127	82484	
4919785	Dune Acres Station	dune-acres-station	US		0	America/Chicago	41.63726	-87.08476	187			IN	127	82484	
4919786	Duneland Beach	duneland-beach	US		0	America/Chicago	41.75615	-86.83336	184			IN	091	48780	
4919787	Duneland Village	duneland-village	US		0	America/Chicago	41.60254	-87.27226	186			IN	089	09820	
4919791	Dunfee	dunfee	US		0	America/Indiana/Indianapolis	41.08671	-85.3372	261			IN	183	38322	
4919805	Dunn Mill	dunn-mill	US		0	America/Indiana/Indianapolis	41.16227	-85.23581	258			IN	003	40932	
4919806	Dunnington	dunnington	US		0	America/Indiana/Indianapolis	40.5642	-87.49085	234			IN	007	33358	
4919807	Dunns Bridge	dunns-bridge	US		0	America/Chicago	41.22559	-86.97391	202			IN	127	60426	
4919818	Dwenger Field	dwenger-field	US		0	America/Indiana/Indianapolis	41.07949	-85.10636	231			IN	003	81620	
4919877	East Lake Estates	east-lake-estates	US		0	America/Indiana/Indianapolis	41.69783	-85.92972	230			IN	039	57150	
4919879	East Monticello	east-monticello	US		0	America/Indiana/Indianapolis	40.74615	-86.75335	196			IN	181	77732	
4919881	East Park	east-park	US		0	America/Indiana/Indianapolis	40.28448	-86.49222	261			IN	023	11260	
4919893	Eastern Heights	eastern-heights	US		0	America/Indiana/Indianapolis	40.10893	-85.6572	272			IN	095	01486	
4919897	Eastland Gardens	eastland-gardens	US		0	America/Indiana/Indianapolis	41.01977	-85.10025	245			IN	003	00298	
4919899	Eastpoint Terminal	eastpoint-terminal	US		0	America/Indiana/Indianapolis	41.66533	-84.85301	305			IN	151	86030	
4919902	Eastwitch	eastwitch	US		0	America/Indiana/Indianapolis	40.42698	-86.85001	205	Eastwich,Eastwitch		IN	157	22342	
4919942	Edgewood Village	edgewood-village	US		0	America/Indiana/Indianapolis	40.10143	-85.75303	268			IN	095	73556	
4919945	Edna Mills	edna-mills	US		0	America/Indiana/Indianapolis	40.41754	-86.66778	199			IN	023	66078	
4919961	Effner	effner	US		0	America/Chicago	40.77059	-87.52531	207			IN	111	38106	
4919962	Egans Point	egans-point	US		0	America/Indiana/Indianapolis	41.33588	-85.36053	282			IN	113	29214	
4919963	Ege	ege	US		0	America/Indiana/Indianapolis	41.29283	-85.28775	278			IN	113	74474	
4919973	Ekin	ekin	US		0	America/Indiana/Indianapolis	40.21698	-86.16166	276			IN	159	38250	
4920009	Ellison	ellison	US		0	America/Indiana/Indianapolis	41.02783	-85.25581	245			IN	003	00208	
4920021	Elm Tree Crossroads	elm-tree-crossroads	US		0	America/Indiana/Indianapolis	40.78838	-84.95608	248			IN	001	80324	
4920040	Elston	elston	US		0	America/Indiana/Indianapolis	40.39309	-86.90973	193			IN	157	22342	
4920082	Enchanted Hills	enchanted-hills	US		0	America/Indiana/Indianapolis	41.40199	-85.66665	264			IN	085	76760	
4920092	Enos	enos	US		0	America/Chicago	41.01392	-87.4492	205			IN	111	45594	
4920095	English Lake	english-lake	US		0	America/Indiana/Knox	41.26587	-86.82363	204			IN	149	62748	
4920096	Epworth Forest	epworth-forest	US		0	America/Indiana/Indianapolis	41.3331	-85.6861	268			IN	085	75842	
4920129	Extension Heights	extension-heights	US		0	America/Indiana/Indianapolis	40.10476	-85.66025	267			IN	095	01486	
4920141	Fairfield Center	fairfield-center	US		0	America/Indiana/Indianapolis	41.48255	-85.12803	294	Fairfield Center,Fairfield Centre		IN	033	22288	
4920203	Farrville	farrville	US		0	America/Indiana/Indianapolis	40.58115	-85.46636	258			IN	053	78479	
4920211	Federal Hill	federal-hill	US		0	America/Indiana/Indianapolis	40.04615	-86.02387	238			IN	057	54198	
4920232	Fiat	fiat	US		0	America/Indiana/Indianapolis	40.55338	-85.14997	276	Fiat,Fiatt,Winona,Woinona		IN	075	58680	
4920233	Fickle	fickle	US		0	America/Indiana/Indianapolis	40.26115	-86.675	254			IN	023	80486	
4920327	Fish Lake	fish-lake	US		1016	America/Chicago	41.56671	-86.55196	214			IN	091	43812	
4920335	Fishersburg	fishersburg	US		0	America/Indiana/Indianapolis	40.07198	-85.85942	258	Fishersburg,Fishersburgh		IN	095	73556	
4920337	Fiskville	fiskville	US		0	America/Indiana/Indianapolis	40.04865	-86.89473	228			IN	107	77480	
4920346	Five Points Corner	five-points-corner	US		0	America/Chicago	41.33282	-87.03586	210			IN	127	60426	
4920353	Flat Iron	flat-iron	US		0	America/Indiana/Indianapolis	40.05337	-87.49002	188			IN	165	33520	
4920354	Flax	flax	US		0	America/Indiana/Indianapolis	40.6417	-86.51667	210			IN	015	43200	
4920391	Foraker	foraker	US		0	America/Indiana/Indianapolis	41.51588	-85.92416	262			IN	039	77264	
4920396	Foresman	foresman	US		0	America/Indiana/Indianapolis	40.49976	-87.15057	216			IN	007	06328	
4920397	Foresman	foresman	US		0	America/Chicago	40.86615	-87.29502	199			IN	111	36522	
4920401	Forest Glen	forest-glen	US		0	America/Indiana/Indianapolis	41.32671	-85.7636	259			IN	085	75842	
4920412	Forest Ridge	forest-ridge	US		0	America/Indiana/Indianapolis	41.02199	-85.27331	241			IN	003	00208	
4920445	Fountain Park	fountain-park	US		0	America/Chicago	40.77921	-87.16169	221			IN	073	10396	
4920446	Fountain Park	fountain-park	US		0	America/Indiana/Indianapolis	41.56311	-84.91413	277			IN	151	57240	
4920448	Four Presidents Corners	four-presidents-corners	US		0	America/Indiana/Indianapolis	41.0081	-84.85385	234			IN	003	50238	
4920502	Free	free	US		0	America/Indiana/Indianapolis	40.6217	-87.45724	226			IN	007	57942	
4920506	Freeland Park	freeland-park	US		0	America/Indiana/Indianapolis	40.61448	-87.49113	220			IN	007	57942	
4920557	Furnessville	furnessville	US		0	America/Chicago	41.6517	-87.00753	201			IN	127	59922	
4920563	Friendly Corner	friendly-corner	US		0	America/Indiana/Indianapolis	40.55338	-85.50358	262			IN	053	50310	
4920586	Garden Village	garden-village	US		0	America/Indiana/Indianapolis	41.69533	-85.91444	226			IN	039	57150	
4920636	Garyton	garyton	US		0	America/Chicago	41.56976	-87.21031	195			IN	127	61110	
4920643	Gates Corner	gates-corner	US		0	America/Indiana/Indianapolis	40.10616	-85.25275	319			IN	035	59022	
4920644	Gates Corner	gates-corner	US		0	America/Chicago	41.42032	-87.12392	229			IN	127	61182	
4920651	Geetingsville	geetingsville	US		0	America/Indiana/Indianapolis	40.41643	-86.46861	252	Geetingsville,Greetingville		IN	023	57456	
4920697	Gessie	gessie	US		0	America/Indiana/Indianapolis	40.08254	-87.49974	189			IN	165	33520	
4920725	Gilmer Park	gilmer-park	US		0	America/Indiana/Indianapolis	41.61977	-86.25167	251			IN	141	11890	
4920730	Gingrich Addition	gingrich-addition	US		0	America/Indiana/Indianapolis	40.67393	-86.75418	197			IN	181	77732	
4920734	Gladens Corner	gladens-corner	US		0	America/Indiana/Indianapolis	40.25865	-86.82834	226			IN	157	42354	
4920736	Glen Cliff	glen-cliff	US		0	America/Indiana/Indianapolis	40.31643	-87.2489	175			IN	171	80198	
4920737	Glen Eden	glen-eden	US		0	America/Indiana/Indianapolis	41.69116	-85.01719	296			IN	151	60444	
4920738	Glen Park	glen-park	US		0	America/Chicago	41.5417	-87.33615	194	Glen Park,Glenpark,Kelley		IN	089	09820	
4920752	Glenhall	glenhall	US		0	America/Indiana/Indianapolis	40.3542	-87.04084	188			IN	157	81926	
4920762	Glyn Ellen	glyn-ellen	US		0	America/Indiana/Indianapolis	40.11115	-85.64775	273			IN	095	01486	
4920764	Goblesville	goblesville	US		0	America/Indiana/Indianapolis	40.99005	-85.51026	257			IN	069	13384	
4920770	Golden Acres	golden-acres	US		0	America/Indiana/Indianapolis	41.12672	-85.06191	245			IN	003	66924	
4920771	Golden Hill	golden-hill	US		0	America/Indiana/Indianapolis	40.71032	-86.76057	190			IN	181	77732	
4920775	Gimco City	gimco-city	US		0	America/Indiana/Indianapolis	40.25837	-85.68386	257			IN	095	50382	
4920861	Graham Woods	graham-woods	US		0	America/Chicago	41.61754	-87.02725	193			IN	127	82484	
4920900	Gravel Hill	gravel-hill	US		0	America/Indiana/Indianapolis	40.65004	-87.37002	247	Gravel Hill,The Summit		IN	007	11224	
4920904	Gravelton	gravelton	US		0	America/Indiana/Indianapolis	41.43588	-85.92416	258			IN	039	77264	
4920915	Gravel Beach	gravel-beach	US		0	America/Indiana/Indianapolis	41.55088	-85.22331	300			IN	087	49338	
4920920	Green Acres	green-acres	US		0	America/Chicago	41.48393	-87.29726	200			IN	089	66096	
4920927	Green Hill	green-hill	US		0	America/Indiana/Indianapolis	40.41365	-87.11112	200	Green Hill,Greenhill,Milford		IN	171	48222	
4920933	Green Meadows	green-meadows	US		0	America/Indiana/Indianapolis	40.43976	-86.96584	216			IN	157	79352	
4920934	Green Oak	green-oak	US		0	America/Indiana/Indianapolis	40.99643	-86.18416	253	Green Oak,Greenoak		IN	049	65232	
4920937	Green Center	green-center	US		0	America/Indiana/Indianapolis	41.30838	-85.36609	302	Green Center,Green Centre		IN	113	29214	
4920949	Greenfield Mills	greenfield-mills	US		0	America/Indiana/Indianapolis	41.75061	-85.22553	283			IN	087	29538	
4920958	Greenleaf Manor	greenleaf-manor	US		0	America/Indiana/Indianapolis	41.69866	-85.93694	229			IN	039	57150	
4921006	Grismore	grismore	US		0	America/Indiana/Indianapolis	41.4956	-85.63471	264			IN	113	59130	
4921012	Groomsville	groomsville	US		0	America/Indiana/Indianapolis	40.34587	-86.20277	274	Groomsville,Groomville		IN	159	61614	
4921032	Guise Park	guise-park	US		0	America/Indiana/Indianapolis	41.07782	-86.45695	221			IN	049	77282	
4921034	Gulivoire Park	gulivoire-park	US		3033	America/Indiana/Indianapolis	41.61338	-86.24528	259			IN	141	11890	
4921053	Hacienda Village	hacienda-village	US		0	America/Indiana/Indianapolis	41.11727	-85.02997	236			IN	003	66924	
4921056	Hackleman	hackleman	US		0	America/Indiana/Indianapolis	40.42171	-85.74803	269			IN	053	43272	
4921058	Haglund	haglund	US		0	America/Chicago	41.61254	-87.11587	193			IN	127	82484	
4921077	Halls Corners	halls-corners	US		0	America/Indiana/Indianapolis	41.24088	-84.85218	240	Halls Corner,Halls Corners		IN	003	72116	
4921123	Handy	handy	US		0	America/Indiana/Indianapolis	40.50087	-87.47141	228			IN	007	33358	
4921126	Hanfield	hanfield	US		0	America/Indiana/Indianapolis	40.60449	-85.58025	267			IN	053	80630	
4921128	Hanging Grove	hanging-grove	US		0	America/Chicago	40.93421	-86.98363	210			IN	073	31144	
4921157	Hardscrabble	hardscrabble	US		0	America/Indiana/Indianapolis	40.01976	-85.84331	262			IN	095	29160	
4921162	Harlansburg	harlansburg	US		0	America/Indiana/Indianapolis	40.81449	-85.56442	248	Harlansburg,Harlansburgh		IN	069	41904	
4921163	Harley	harley	US		0	America/Indiana/Indianapolis	40.53976	-86.63917	211			IN	015	17236	
4921165	Harley Siding	harley-siding	US		0	America/Indiana/Indianapolis	40.55143	-86.63473	209	Harley,Harley Siding		IN	015	17236	
4921168	Harmeson Heights	harmeson-heights	US		0	America/Indiana/Indianapolis	40.05865	-85.6922	270			IN	095	01486	
4921189	Happy Hollow Heights	happy-hollow-heights	US		0	America/Indiana/Indianapolis	40.44281	-86.90029	214			IN	157	79352	
4921199	Harrison Lake	harrison-lake	US		0	America/Indiana/Indianapolis	40.16698	-87.23779	198			IN	045	78452	
4921237	Hartzel	hartzel	US		0	America/Indiana/Indianapolis	41.56338	-85.23581	305			IN	087	49338	
4921270	Hawthorne Hills	hawthorne-hills	US		0	America/Chicago	41.39476	-87.3792	233			IN	089	11476	
4921277	Haysville Corner	haysville-corner	US		0	America/Indiana/Indianapolis	40.1806	-84.8258	337			IN	135	81890	
4921280	Hazel College	hazel-college	US		0	America/Indiana/Indianapolis	40.04643	-86.51028	283			IN	011	11242	
4921284	Hazelrigg	hazelrigg	US		0	America/Indiana/Indianapolis	40.08226	-86.56306	278			IN	011	37854	
4921286	Headlee	headlee	US		0	America/Indiana/Indianapolis	40.89782	-86.65862	212			IN	181	10810	
4921321	Helmer	helmer	US		0	America/Indiana/Indianapolis	41.53116	-85.17025	297			IN	151	67428	
4921347	Herbst	herbst	US		112	America/Indiana/Indianapolis	40.51476	-85.7872	261			IN	053	25378	
4921359	Hessen Cassel	hessen-cassel	US		0	America/Indiana/Indianapolis	40.97783	-85.07914	242	Hessan Cassel,Hessan Castle,Hesse Cassel,Hessen Cassel,Hessen Kassel		IN	003	46836	
4921362	Hessville	hessville	US		0	America/Chicago	41.59559	-87.46171	181			IN	089	54414	
4921372	Hi-View Addition	hi-view-addition	US		0	America/Indiana/Indianapolis	41.60838	-86.17834	263	Hi-View,Hi-View Addition,Way Ditch		IN	141	58734	
4921391	Hicks	hicks	US		0	America/Chicago	41.70643	-86.56919	261			IN	091	35068	
4921401	Highbanks	highbanks	US		0	America/Indiana/Indianapolis	41.32338	-85.6711	271			IN	085	75842	
4921427	Highlands Park	highlands-park	US		0	America/Indiana/Indianapolis	41.27338	-85.78582	260			IN	085	60228	
4921435	Hillcrest	hillcrest	US		0	America/Indiana/Indianapolis	41.02616	-85.13441	236			IN	003	81620	
4921436	Hillcrest	hillcrest	US		0	America/Indiana/Indianapolis	40.10782	-85.66498	265			IN	095	01486	
4921437	Hillcrest	hillcrest	US		0	America/Chicago	41.51615	-87.05059	254			IN	127	11566	
4921445	Hillisburg	hillisburg	US		0	America/Indiana/Indianapolis	40.28643	-86.33916	280	Hillisburg,Hillisburgh		IN	023	38628	
4921570	Home Corner	home-corner	US		0	America/Indiana/Indianapolis	40.52365	-85.64053	258			IN	053	11332	
4921580	Honduras	honduras	US		0	America/Indiana/Indianapolis	40.7581	-85.03302	256			IN	001	39924	
4921598	Hooker Corner	hooker-corner	US		0	America/Indiana/Indianapolis	40.45476	-87.3164	225			IN	171	59958	
4921606	Hoover	hoover	US		0	America/Indiana/Indianapolis	40.80893	-86.20055	210	Hoover,Hoovers		IN	017	00334	
4921613	Hoover Park	hoover-park	US		0	America/Indiana/Indianapolis	40.45421	-85.36108	280			IN	009	43650	
4921690	Hudson Lake	hudson-lake	US		1297	America/Chicago	41.71032	-86.53419	235			IN	091	35068	
4921721	Hunter Corner	hunter-corner	US		0	America/Indiana/Indianapolis	40.17143	-87.24307	202			IN	045	78452	
4921740	Hurlburt	hurlburt	US		0	America/Chicago	41.37004	-87.1767	219			IN	127	61182	
4921745	Hursh	hursh	US		0	America/Indiana/Indianapolis	41.24811	-84.97413	242			IN	003	10990	
4921769	Illinoi	illinoi	US		0	America/Chicago	41.18976	-87.52615	191			IN	089	82574	
4921786	Independence Hill	independence-hill	US		0	America/Chicago	41.47615	-87.36726	206			IN	089	66096	
4921815	Indian Heights	indian-heights	US		3011	America/Indiana/Indianapolis	40.42726	-86.12555	262			IN	067	75032	
4921816	Indian Hill	indian-hill	US		0	America/Indiana/Knox	41.32532	-86.68335	208			IN	149	11638	
4921828	Indian Village	indian-village	US		0	America/Indiana/Indianapolis	41.04838	-85.17247	235			IN	003	81620	
4921829	Indian Village	indian-village	US		0	America/Indiana/Indianapolis	41.36588	-85.63943	270	Alcinda,Indian Village		IN	113	71756	
4921830	Indian Village	indian-village	US		133	America/Indiana/Indianapolis	41.71394	-86.23556	222			IN	141	13222	
4921831	Indian Village	indian-village	US		0	America/Indiana/Indianapolis	40.46642	-86.90084	212			IN	157	79352	
4921834	Indiana Beach	indiana-beach	US		0	America/Indiana/Indianapolis	40.79143	-86.76807	199			IN	181	77732	
4921838	Indiana Harbor	indiana-harbor	US		0	America/Chicago	41.64059	-87.44532	180			IN	089	54414	
4921971	Jacksons	jacksons	US		0	America/Indiana/Indianapolis	40.3292	-86.0611	268	Jackson Station,Jacksons,Parrotsville		IN	159	12646	
4921975	Jadden	jadden	US		0	America/Indiana/Indianapolis	40.53615	-85.45747	271			IN	053	50310	
4922004	Janney	janney	US		0	America/Indiana/Indianapolis	40.36504	-85.54386	270			IN	035	80576	
4922006	Jalapa	jalapa	US		171	America/Indiana/Indianapolis	40.62782	-85.74554	249			IN	053	60372	
4922012	Jay City	jay-city	US		0	America/Indiana/Indianapolis	40.56727	-84.84858	257			IN	075	79316	
4922131	Jolietville	jolietville	US		0	America/Indiana/Indianapolis	40.04198	-86.2311	281	Jolietville,Jollietville		IN	057	80666	
4922186	Judyville	judyville	US		0	America/Indiana/Indianapolis	40.35837	-87.39501	233			IN	171	43488	
4922195	Kalorama Park	kalorama-park	US		0	America/Indiana/Indianapolis	41.33449	-85.76082	271			IN	085	75842	
4922197	Kanata Manayunk	kanata-manayunk	US		0	America/Indiana/Indianapolis	41.41033	-85.69165	263			IN	085	76760	
4922204	Kappa Corner	kappa-corner	US		0	America/Indiana/Indianapolis	40.53282	-86.27083	245	Kappa,Kappa Corner		IN	067	21430	
4922297	Kiley	kiley	US		0	America/Indiana/Indianapolis	40.52754	-85.68026	260			IN	053	25378	
4922303	Kilmore	kilmore	US		0	America/Indiana/Indianapolis	40.34865	-86.50556	254	Killmore,Kilmore,Penceville		IN	023	77192	
4922347	Kirkpatrick	kirkpatrick	US		0	America/Indiana/Indianapolis	40.20643	-86.81917	243			IN	107	46026	
4922352	Kitt	kitt	US		0	America/Indiana/Indianapolis	40.49616	-85.04747	283			IN	075	37152	
4922370	Kniman	kniman	US		0	America/Chicago	41.1442	-87.13753	211			IN	073	79640	
4922377	Klaasville	klaasville	US		0	America/Chicago	41.35587	-87.51754	219			IN	089	31252	
4922402	Koontz Lake	koontz-lake	US		1557	America/Indiana/Knox	41.4181	-86.48585	223			IN	149	56916	
4922419	Kreitzburg	kreitzburg	US		0	America/Chicago	41.43587	-87.52115	214	Kreitsburg,Kreitzburg		IN	089		
4922453	La Paz	la-paz	US		555	America/Indiana/Indianapolis	41.45977	-86.30834	262	La Paz,Lapaz		IN	099	54432	
4922454	La Paz Junction	la-paz-junction	US		0	America/Indiana/Indianapolis	41.45949	-86.29501	259	La Paz Junction,Lapaz Junction		IN	099	54432	
4922486	Lake Bruce	lake-bruce	US		0	America/Indiana/Indianapolis	41.07032	-86.46445	226	Bay,Lake Bruce		IN	049	77282	
4922501	Lake Dalecarlia	lake-dalecarlia	US		1355	America/Chicago	41.33087	-87.39476	217			IN	089	11026	
4922505	Lake Eliza	lake-eliza	US		0	America/Chicago	41.42893	-87.17198	237			IN	127	61182	
4922512	Lake Grange	lake-grange	US		0	America/Indiana/Indianapolis	41.69033	-85.76916	264			IN	039	48942	
4922513	Lake Hills	lake-hills	US		0	America/Chicago	41.4642	-87.44615	208			IN	089		
4922516	Lake James	lake-james	US		0	America/Indiana/Indianapolis	41.70505	-85.0483	294			IN	151	37746	
4922540	Lake Shores	lake-shores	US		0	America/Indiana/Indianapolis	41.02227	-85.15386	236			IN	003	81620	
4922198	Kankakee	kankakee	US	60901	0	America/Chicago	41.50838	-86.53946	210			IN	091	38736	
4922552	Lake Wood	lake-wood	US		0	America/Indiana/Indianapolis	40.5531	-85.56803	269			IN	053	11332	
4922562	Lakes of the Four Seasons	lakes-of-the-four-seasons	US		7033	America/Chicago	41.41032	-87.21309	233			IN	127	61182	
4922571	Lakeside Park	lakeside-park	US		0	America/Indiana/Indianapolis	41.25227	-85.84916	250			IN	085	81782	
4922572	Lakeside Park	lakeside-park	US		0	America/Indiana/Indianapolis	41.58755	-85.19553	282			IN	087	49338	
4922584	Lakeview Spring	lakeview-spring	US		0	America/Indiana/Indianapolis	41.28643	-85.68804	256			IN	085	75842	
4922591	Lalimere	lalimere	US		0	America/Chicago	41.71726	-86.7003	203	Lalimere,Wilhelm		IN	091	72170	
4922598	Lamong	lamong	US		0	America/Indiana/Indianapolis	40.08559	-86.20333	288			IN	057	80666	
4922606	Landess	landess	US		188	America/Indiana/Indianapolis	40.61088	-85.56109	265	Landess,Landesville		IN	053	80630	
4922643	Laud	laud	US		0	America/Indiana/Indianapolis	41.04949	-85.4522	263			IN	183	81152	
4922670	Leases Corner	leases-corner	US		0	America/Indiana/Indianapolis	40.86643	-86.37417	244			IN	017	31666	
4922705	Leisure	leisure	US		0	America/Indiana/Indianapolis	40.36421	-85.84304	265			IN	095	18820	
4922716	Lena Park	lena-park	US		0	America/Indiana/Knox	41.19449	-86.71724	217			IN	149	81908	
4922721	Leo-Cedarville	leo-cedarville	US		3842	America/Indiana/Indianapolis	41.21255	-85.01664	243	Cedarville,Leo,Leo-Cedarville		IN	003	10990	
4922729	Levert	levert	US		0	America/Indiana/Indianapolis	41.1556	-85.31498	254			IN	003	40932	
4922737	Liber	liber	US		0	America/Indiana/Indianapolis	40.4081	-84.96941	284			IN	075	81764	
4922749	Liberty Corners	liberty-corners	US		0	America/Indiana/Indianapolis	40.19338	-85.32997	299			IN	035	11296	
4922753	Liberty Hills	liberty-hills	US		0	America/Indiana/Indianapolis	41.03338	-85.26636	247			IN	003	00208	
4922756	Liberty Park	liberty-park	US		0	America/Chicago	41.43254	-87.36865	213			IN	089	11476	
4922810	Lincoln Hills	lincoln-hills	US		0	America/Chicago	41.46837	-87.10781	212			IN	127	11566	
4922821	Lincoln Village	lincoln-village	US		0	America/Chicago	41.4742	-87.38198	206			IN	089	66096	
4922839	Linkville	linkville	US		0	America/Indiana/Indianapolis	41.41616	-86.28695	253	Linksville,Linkville		IN	099	54432	
4922843	Linnsburg	linnsburg	US		0	America/Indiana/Indianapolis	40.00032	-86.80001	256	Linnsburg,Mace		IN	107	79838	
4922867	Little Charlie	little-charlie	US		0	America/Indiana/Indianapolis	40.82504	-86.20194	223			IN	017	00334	
4922645	Laura	laura	US	45337	0	America/Chicago	41.10004	-87.06669	209			IN	073	79640	
4922964	Log Cabin Crossroads	log-cabin-crossroads	US		0	America/Indiana/Indianapolis	40.02532	-86.70028	269			IN	107	79838	
4922966	Lochiel	lochiel	US		0	America/Indiana/Indianapolis	40.66421	-87.27391	243	Kaarland,Lochiel		IN	007	77138	
4922996	Long Lake Island	long-lake-island	US		0	America/Chicago	41.52171	-87.04836	252			IN	127	43362	
4923016	Loree	loree	US		0	America/Indiana/Indianapolis	40.6456	-86.05805	249			IN	103	13150	
4923026	Lottaville	lottaville	US		0	America/Chicago	41.50337	-87.36476	189	Lottaville,Redsdale		IN	089	66096	
4923059	Lower Sunset Park	lower-sunset-park	US		0	America/Indiana/Indianapolis	40.70698	-86.75446	204			IN	015	37872	
4923061	Lowman Corner	lowman-corner	US		0	America/Indiana/Indianapolis	41.0706	-86.01833	268			IN	085	25486	
4923062	Lowmandale	lowmandale	US		0	America/Indiana/Indianapolis	40.0781	-85.66331	275			IN	095	01486	
4923075	Ludwig Park	ludwig-park	US		0	America/Indiana/Indianapolis	41.13644	-85.15414	250			IN	003	80342	
4923091	Lydick	lydick	US		0	America/Indiana/Indianapolis	41.69338	-86.38001	225	Lindley,Lydick,Sweet Home,Warren Center		IN	141	80180	
4923103	Mace	mace	US		0	America/Indiana/Indianapolis	40.01032	-86.7964	256	Frederickville,Mace		IN	107	79838	
4923113	Mackie	mackie	US		0	America/Indiana/Indianapolis	40.06032	-87.28529	200			IN	045	79280	
4923139	Magley	magley	US		0	America/Indiana/Indianapolis	40.83144	-85.0533	254			IN	001	61884	
4923141	Mahon	mahon	US		0	America/Indiana/Indianapolis	40.93866	-85.38053	231			IN	069	37116	
4923147	Majenica	majenica	US		0	America/Indiana/Indianapolis	40.77005	-85.45331	253			IN	069	41904	
4923150	Makin	makin	US		0	America/Indiana/Indianapolis	40.96588	-85.58554	260			IN	069	80126	
4923167	Manor Woods	manor-woods	US		0	America/Indiana/Indianapolis	41.02533	-85.2622	240			IN	003	00208	
4923184	Maple Lane	maple-lane	US		0	America/Indiana/Indianapolis	41.70005	-86.21695	228			IN	141	13222	
4923194	Maples	maples	US		0	America/Indiana/Indianapolis	41.01283	-84.96913	244			IN	003	37836	
4923199	Maplewood Park	maplewood-park	US		0	America/Indiana/Indianapolis	41.1156	-85.05636	243			IN	003	66924	
4923205	Mardenis	mardenis	US		0	America/Indiana/Indianapolis	40.90421	-85.41359	228	Mardenis,Miner's Switch		IN	069	77354	
4923208	Marian Manor	marian-manor	US		0	America/Chicago	41.46698	-87.08753	212			IN	127	11566	
4923209	Marineland Gardens	marineland-gardens	US		0	America/Indiana/Indianapolis	41.3781	-85.68443	262			IN	085	76760	
4923255	Marshtown	marshtown	US		0	America/Indiana/Indianapolis	40.94893	-86.33861	240	Blue Grass,Bluegrass,Marshtown		IN	049	81692	
4923316	Mattix Corner	mattix-corner	US		0	America/Indiana/Indianapolis	40.3442	-86.56695	249			IN	023	66078	
4923322	Maxinkuckee	maxinkuckee	US		0	America/Indiana/Indianapolis	41.20838	-86.38139	243			IN	099	77444	
4923323	Maxville	maxville	US		0	America/Indiana/Indianapolis	40.17227	-85.1058	315	Macksville,Maxville		IN	135	83942	
4923331	Maysville Crossing	maysville-crossing	US		0	America/Indiana/Indianapolis	40.33087	-87.14723	172			IN	045	16912	
4923355	McCool	mccool	US		0	America/Chicago	41.58004	-87.14364	193			IN	127	61110	
4923360	McCoysburg	mccoysburg	US		0	America/Chicago	40.91448	-87.02196	205			IN	073	31144	
4923376	McGrawsville	mcgrawsville	US		0	America/Indiana/Indianapolis	40.63032	-86.01388	245			IN	103	31918	
4923403	McNatts	mcnatts	US		0	America/Indiana/Indianapolis	40.62449	-85.39108	259			IN	179	37548	
4923411	McQuinn Estates	mcquinn-estates	US		0	America/Indiana/Indianapolis	40.43753	-86.9589	200			IN	157	79352	
4923417	Meadow Shores Park	meadow-shores-park	US		0	America/Indiana/Indianapolis	41.58338	-85.19053	284			IN	151	67428	
4923478	Merriam	merriam	US		0	America/Indiana/Indianapolis	41.28727	-85.43442	286			IN	113	54108	
4923496	Metea	metea	US		0	America/Indiana/Indianapolis	40.86921	-86.30944	239	Metea,New Hamilton		IN	017	05086	
4923514	Miami Bend	miami-bend	US		0	America/Indiana/Indianapolis	40.75087	-86.29805	185			IN	017	48654	
4923521	Miami Trails Addition	miami-trails-addition	US		0	America/Indiana/Indianapolis	41.59894	-86.23612	259	Miami Trails,Miami Trails Addition		IN	141	11890	
4923527	Michaelsville	michaelsville	US		0	America/Indiana/Indianapolis	40.52365	-85.70192	259	Michaels,Michaelsville		IN	053	25378	
4923529	Michiana Shores	michiana-shores	US		304	America/Chicago	41.75587	-86.81669	186			IN	091	48780	
4923557	Middlefork	middlefork	US		0	America/Indiana/Indianapolis	40.41559	-86.3925	249	Middle Fork,Middlefork		IN	023	80090	
4923562	Middletown Park	middletown-park	US		0	America/Indiana/Indianapolis	40.16227	-85.42469	289			IN	035	11296	
4923566	Midway Corners	midway-corners	US		0	America/Indiana/Indianapolis	41.52088	-86.20223	262			IN	141	77624	
4923567	Mier	mier	US		78	America/Indiana/Indianapolis	40.57532	-85.82554	251			IN	053	64062	
4923568	Milan Center	milan-center	US		0	America/Indiana/Indianapolis	41.14422	-84.94608	232			IN	003	49248	
4923573	Milford Junction	milford-junction	US		0	America/Indiana/Indianapolis	41.42838	-85.84194	256			IN	085	78488	
4923641	Millgrove	millgrove	US		0	America/Indiana/Indianapolis	40.40838	-85.27497	286	Milgrove,Mill Grove,Millgrove		IN	009	36774	
4923676	Missisinewa (historical)	missisinewa-historical	US		0	America/Indiana/Indianapolis	40.7506	-86.00832	205			IN	103	09586	
4923695	Moffitt	moffitt	US		0	America/Chicago	41.10143	-87.21864	209	Moffett,Moffitt		IN	073	77372	
4923717	Monoquet	monoquet	US		0	America/Indiana/Indianapolis	41.28949	-85.86166	258			IN	085	60228	
4923722	Monroe Manor	monroe-manor	US		0	America/Chicago	41.60115	-86.68835	241			IN	091	60408	
4923740	Monterey Village	monterey-village	US		0	America/Indiana/Indianapolis	40.05365	-86.02443	240			IN	057	54198	
4923762	Moonlight	moonlight	US		0	America/Indiana/Indianapolis	41.58449	-85.03108	293			IN	151	73070	
4923763	Moonville	moonville	US		0	America/Indiana/Indianapolis	40.19393	-85.60136	274	Moonsville,Moonville		IN	095	64116	
4923788	Morgan Park	morgan-park	US		0	America/Chicago	41.60837	-87.04587	196			IN	127	82484	
4923795	Morningside	morningside	US		0	America/Indiana/Indianapolis	40.22393	-85.36636	289	Drew,Morningside		IN	035	11296	
4923863	Mount Etna	mount-etna	US		103	America/Indiana/Indianapolis	40.74254	-85.56192	247			IN	069	41904	
4923887	Mount Pisgah	mount-pisgah	US		0	America/Indiana/Indianapolis	41.60311	-85.24359	296			IN	087	49338	
4923993	Mudlavia Springs	mudlavia-springs	US		0	America/Indiana/Indianapolis	40.33837	-87.29279	172			IN	171	43488	
4924000	Mull	mull	US		0	America/Indiana/Indianapolis	40.20727	-85.07302	318			IN	135	83942	
4924030	Musquabuck Park	musquabuck-park	US		0	America/Indiana/Indianapolis	41.36866	-85.78138	271			IN	085	78488	
4924063	Nead	nead	US		0	America/Indiana/Indianapolis	40.70726	-86.12749	234			IN	103	60174	
4924089	Nevada Mills	nevada-mills	US		0	America/Indiana/Indianapolis	41.72699	-85.08219	298	Millville,Nevada Mills		IN	151	37746	
4924092	New Burlington	new-burlington	US		0	America/Indiana/Indianapolis	40.12004	-85.29775	311			IN	035	59022	
4924095	New Chicago	new-chicago	US		1975	America/Chicago	41.55837	-87.27448	194			IN	089	34132	
4924096	New Columbus	new-columbus	US		0	America/Indiana/Indianapolis	40.01893	-85.65581	274	New Columbus,Ovid		IN	095	00406	
4924097	New Corydon	new-corydon	US		0	America/Indiana/Indianapolis	40.56866	-84.83996	258			IN	075	79316	
4924100	New Elliott	new-elliott	US		0	America/Chicago	41.49309	-87.41754	197			IN	089		
4924119	New Lancaster	new-lancaster	US		0	America/Indiana/Indianapolis	40.25504	-85.87998	263			IN	159	46116	
4924131	New Mount Pleasant	new-mount-pleasant	US		0	America/Indiana/Indianapolis	40.35588	-85.06497	315	Mount Pleasant,New Mount Pleasant		IN	075	38034	
4924138	New Pittsburg	new-pittsburg	US		0	America/Indiana/Indianapolis	40.30755	-84.89913	315	New Pittsburg,New Pittsburgh		IN	135	37350	
4924149	New Santa Fe	new-santa-fe	US		0	America/Indiana/Indianapolis	40.67365	-85.98777	244			IN	103	09586	
4924172	Newville Center	newville-center	US		0	America/Indiana/Indianapolis	41.31422	-84.82996	254			IN	033	53784	
4924174	Nibbyville	nibbyville	US		0	America/Indiana/Indianapolis	41.71394	-85.86083	230			IN	039	80594	
4924187	Nine Mile	nine-mile	US		0	America/Indiana/Indianapolis	40.97505	-85.22497	241	Nine Mile,Nine Mile Place		IN	003	60354	
4924206	Norma Jean Addition	norma-jean-addition	US		0	America/Indiana/Indianapolis	40.37642	-86.88306	198			IN	157	82070	
4924213	Normanda	normanda	US		0	America/Indiana/Indianapolis	40.30254	-86.16471	281			IN	159	38250	
4924217	North Anderson	north-anderson	US		0	America/Indiana/Indianapolis	40.13532	-85.67803	268			IN	095	40752	
4924229	North Crane	north-crane	US		0	America/Indiana/Indianapolis	40.33865	-86.81028	207	Crane,North Crane		IN	157	82070	
4924239	North Grove	north-grove	US		0	America/Indiana/Indianapolis	40.61226	-85.9661	252	North Grove,Northgrove		IN	103	31918	
4924240	North Hayden	north-hayden	US		0	America/Chicago	41.29004	-87.45837	214			IN	089	82574	
4924241	North Highland	north-highland	US		0	America/Indiana/Indianapolis	41.08894	-85.16608	242			IN	003	81620	
4924247	North Marion	north-marion	US		0	America/Chicago	40.97087	-87.15002	210			IN	073	46944	
4924252	North Oaks	north-oaks	US		0	America/Indiana/Indianapolis	40.77671	-85.17386	259			IN	179	41958	
4924281	Northcrest	northcrest	US		0	America/Indiana/Indianapolis	41.1231	-85.13497	240			IN	003	80342	
4924285	Northfield Village	northfield-village	US		0	America/Indiana/Indianapolis	40.06171	-86.47778	283			IN	011	11242	
4924305	Northwood Park	northwood-park	US		0	America/Chicago	41.52865	-87.04892	252	North Wood Park,Northwood Park		IN	127	43362	
4924319	Nutwood	nutwood	US		0	America/Indiana/Indianapolis	41.59394	-86.28195	256			IN	141	11890	
4924366	Oak Lodge	oak-lodge	US		0	America/Indiana/Indianapolis	41.59477	-85.20247	282			IN	087	49338	
4924397	Oakwood Park	oakwood-park	US		0	America/Indiana/Indianapolis	41.41144	-85.73832	269			IN	085	76760	
4924398	Ober	ober	US		0	America/Indiana/Knox	41.27088	-86.52446	223			IN	149	81062	
4924403	Ockley	ockley	US		0	America/Indiana/Indianapolis	40.48837	-86.63389	211			IN	015	45900	
4924404	Octagon	octagon	US		0	America/Indiana/Indianapolis	40.52642	-86.99224	230			IN	157	79352	
4924412	Ogden Dunes	ogden-dunes	US		1115	America/Chicago	41.62281	-87.1917	186			IN	127	61110	
4924420	Old Adamsboro	old-adamsboro	US		0	America/Indiana/Indianapolis	40.78337	-86.26111	198			IN	017	48654	
4924437	Old Halfway	old-halfway	US		0	America/Indiana/Indianapolis	40.49059	-87.06585	214			IN	157	69300	
4924454	Old Tip Town	old-tip-town	US		0	America/Indiana/Indianapolis	41.22365	-86.11528	239	Old Tip Town,Old Tippecanoe Town,Tippecanoe Town		IN	099	75878	
4924512	Orchard Grove	orchard-grove	US		0	America/Chicago	41.28976	-87.35364	209			IN	089	11026	
4924514	Orchard Heights Addition	orchard-heights-addition	US		0	America/Indiana/Indianapolis	41.60171	-86.23973	253			IN	141	11890	
4924515	Orchard Highlands	orchard-highlands	US		0	America/Chicago	41.68282	-86.83586	194			IN	091	15040	
4924527	Ormas	ormas	US		0	America/Indiana/Indianapolis	41.29505	-85.54609	276			IN	183	21520	
4924534	Osborn Landing	osborn-landing	US		0	America/Indiana/Indianapolis	41.28116	-85.79693	253			IN	085	60228	
4924551	Otsego Center	otsego-center	US		0	America/Indiana/Indianapolis	41.57255	-84.90885	294			IN	151	57240	
4924585	Owasco	owasco	US		0	America/Indiana/Indianapolis	40.46087	-86.62806	215			IN	015	12988	
4924599	Packerton	packerton	US		0	America/Indiana/Indianapolis	41.11643	-85.79749	281	Packerton,Packertown		IN	085	13114	
4924635	Park View Heights	park-view-heights	US		0	America/Indiana/Indianapolis	40.74143	-86.04971	226			IN	103	80810	
4924650	Parkway Hills	parkway-hills	US		0	America/Indiana/Indianapolis	41.02838	-85.26442	246			IN	003	00208	
4924651	Parr	parr	US		0	America/Chicago	41.02726	-87.21864	212			IN	073	77372	
4924693	Pence	pence	US		0	America/Indiana/Indianapolis	40.36115	-87.51141	214			IN	171	39024	
4924695	Penn Park	penn-park	US		0	America/Indiana/Indianapolis	41.54422	-84.92385	281			IN	151	57240	
4924708	Percy Junction	percy-junction	US		0	America/Chicago	40.80921	-87.29669	204			IN	111	28872	
4924751	Pettit	pettit	US		0	America/Indiana/Indianapolis	40.41754	-86.70917	205			IN	157	59148	
4924757	Pettysville	pettysville	US		0	America/Indiana/Indianapolis	40.88143	-85.98166	226			IN	103	64134	
4924773	Pickard	pickard	US		0	America/Indiana/Indianapolis	40.22309	-86.26138	283	Pickard,Pickard's Mill		IN	023	73862	
4924777	Pickwick Park	pickwick-park	US		0	America/Indiana/Indianapolis	41.41699	-85.72527	264			IN	085	76760	
4924822	Pine Station	pine-station	US		0	America/Indiana/Indianapolis	41.5281	-86.32556	252			IN	141	77624	
4924831	Pinhook	pinhook	US		0	America/Chicago	41.56393	-86.85586	252	New Durham,Pinhook		IN	091	52830	
4924949	Plum Tree	plum-tree	US		0	America/Indiana/Indianapolis	40.74227	-85.39247	261	Plum Tree,Yankee Town		IN	069	65304	
4924962	Poe	poe	US		0	America/Indiana/Indianapolis	40.93588	-85.08691	242	Poe,Williamsport		IN	003	46836	
4924967	Point Isabel	point-isabel	US		91	America/Indiana/Indianapolis	40.42171	-85.82443	269			IN	053	29124	
4924979	Poling	poling	US		0	America/Indiana/Indianapolis	40.53255	-85.0533	264	Poling,Polingtown		IN	075	37152	
4925001	Port Mitchell	port-mitchell	US		0	America/Indiana/Indianapolis	41.36199	-85.43887	274	Port Mich,Port Mitchell		IN	113	85994	
4925042	Porter Crossroads	porter-crossroads	US		0	America/Chicago	41.3992	-87.1617	231			IN	127	61182	
4925047	Potawatomi Inn	potawatomi-inn	US		0	America/Indiana/Indianapolis	41.70394	-85.02246	305			IN	151	37746	
4925048	Potawatomi Park	potawatomi-park	US		0	America/Indiana/Indianapolis	41.32338	-85.7586	257			IN	085	75842	
4925049	Potawatomi Point	potawatomi-point	US		0	America/Indiana/Indianapolis	40.74782	-86.30833	186	Potawatomi Point,Pottawattamie Point		IN	017	20494	
4925054	Pottawattamie Park	pottawattamie-park	US		232	America/Chicago	41.72254	-86.86697	189	Pottawattamie Park,Pottawattomie Park		IN	091	48780	
4925060	Poundstone Corner	poundstone-corner	US		0	America/Indiana/Indianapolis	40.62671	-86.33611	226			IN	017	17254	
4925067	Powley Corners	powley-corners	US		0	America/Chicago	40.47698	-87.52669	225			IN	171		
4925133	Prince William	prince-william	US		0	America/Indiana/Indianapolis	40.44226	-86.57306	220			IN	015	17686	
4925139	Progress	progress	US		0	America/Indiana/Indianapolis	40.12032	-85.44247	296			IN	035	50292	
4925181	Pyrmont	pyrmont	US		0	America/Indiana/Indianapolis	40.46754	-86.67973	207	Featherhuff's Mills,Pyrmont,Wildcat Corner		IN	015	12988	
4925184	Quaker Haven Park	quaker-haven-park	US		0	America/Indiana/Indianapolis	41.36699	-85.76054	270			IN	085	76760	
4925200	Radioville	radioville	US		0	America/Indiana/Winamac	41.15976	-86.89113	215	Anthonys Location,Radioville		IN	131	10756	
4925201	Radley	radley	US		0	America/Indiana/Indianapolis	40.43643	-85.73359	270	Elliotville,Radley		IN	053	43272	
4925210	Raber	raber	US		0	America/Indiana/Indianapolis	41.08588	-85.43276	258			IN	183	38322	
4925217	Ramblewood	ramblewood	US		0	America/Indiana/Indianapolis	41.54561	-85.22081	300	Lakeside,Ramblewood		IN	087	49338	
4925228	Range Line	range-line	US		0	America/Chicago	41.26948	-87.27614	195			IN	089	19306	
4925239	Raub	raub	US		0	America/Indiana/Indianapolis	40.73004	-87.49169	223			IN	007	85940	
4925240	Ravinamy	ravinamy	US		0	America/Indiana/Indianapolis	40.46198	-86.89779	214			IN	157	79352	
4925242	Ravinia Oaks	ravinia-oaks	US		0	America/Indiana/Indianapolis	41.56505	-84.90107	295			IN	151	57240	
4925268	Redmon Park	redmon-park	US		0	America/Indiana/Indianapolis	41.3781	-85.77943	269			IN	085	78488	
4925281	Reed Station	reed-station	US		0	America/Indiana/Indianapolis	40.21504	-85.51803	282	Reed,Reed Station,Reed's Station		IN	035		
4925299	Reiffsburg	reiffsburg	US		0	America/Indiana/Indianapolis	40.65588	-85.15191	259	Reiffsburg,Reiffsburgh		IN	179	32062	
4925361	Richey Park	richey-park	US		0	America/Indiana/Indianapolis	40.66865	-86.75918	193			IN	181	77732	
4925379	Richvalley	richvalley	US		0	America/Indiana/Indianapolis	40.78504	-85.92027	201	Keller's Station,Rich Valley,Richvalley		IN	169	54162	
4925388	Ridertown	ridertown	US		0	America/Indiana/Indianapolis	40.4356	-85.20636	279			IN	075	40356	
4925422	Rileysburg	rileysburg	US		0	America/Indiana/Indianapolis	40.1042	-87.52585	198	Rileysburg,Rileysburgh		IN	165	33520	
4925425	Rigdon	rigdon	US		0	America/Indiana/Indianapolis	40.37893	-85.78637	273			IN	053	29124	
4925431	Risse	risse	US		0	America/Indiana/Indianapolis	40.27504	-86.48695	263			IN	023	11260	
4925433	Rivare	rivare	US		0	America/Indiana/Indianapolis	40.81227	-84.84135	254	Bobo,Rivare		IN	001	67068	
4925439	River Haven	river-haven	US		0	America/Indiana/Indianapolis	41.07755	-85.05414	229			IN	003	00298	
4925440	River Oaks	river-oaks	US		0	America/Indiana/Indianapolis	41.71172	-85.40415	263			IN	087	43722	
4925476	Riverwood	riverwood	US		0	America/Indiana/Indianapolis	40.10059	-85.96804	237			IN	057	54198	
4925485	Roanoke Station	roanoke-station	US		0	America/Indiana/Indianapolis	40.95199	-85.36414	229			IN	069	37116	
4925486	Rob Roy	rob-roy	US		0	America/Indiana/Indianapolis	40.2367	-87.24334	195	Rob Roy,Robroy		IN	045	69084	
4925516	Roble Woods	roble-woods	US		0	America/Chicago	41.52226	-87.05448	252			IN	127	43362	
4925535	Rock Creek Center	rock-creek-center	US		0	America/Indiana/Indianapolis	40.7856	-85.39247	251	Rock Creek,Rock Creek Center		IN	069	65304	
4925556	Rolling Hill Estates	rolling-hill-estates	US		0	America/Chicago	41.47726	-87.40059	206			IN	089		
4925557	Rolling Hills	rolling-hills	US		0	America/Indiana/Indianapolis	41.02727	-85.26803	248			IN	003	00208	
4925580	Romine Corner	romine-corner	US		0	America/Indiana/Indianapolis	40.14198	-87.43307	173			IN	171	51264	
4925614	Roth Park	roth-park	US		0	America/Indiana/Indianapolis	40.68643	-86.74918	204			IN	015	37872	
4925621	Round Grove	round-grove	US		0	America/Indiana/Indianapolis	40.59031	-87.03029	225			IN	181	66186	
4925648	Royal Oaks	royal-oaks	US		0	America/Indiana/Indianapolis	41.12672	-85.07469	245			IN	003	66924	
4925650	Royerton	royerton	US		0	America/Indiana/Indianapolis	40.26365	-85.36553	283			IN	035	30600	
4925651	Royville	royville	US		0	America/Indiana/Indianapolis	41.19977	-85.13303	258			IN	003	58950	
4925658	Runnymede	runnymede	US		0	America/Chicago	41.30226	-86.85835	204			IN	091	17974	
4925664	Rural	rural	US		0	America/Indiana/Indianapolis	40.10671	-84.96608	358	Rural,Wood's Station		IN	135	80990	
4925673	Russels Point	russels-point	US		0	America/Indiana/Indianapolis	41.55394	-84.92413	275			IN	151	57240	
4926076	Salem Center	salem-center	US		0	America/Indiana/Indianapolis	41.58505	-85.13969	320	Salem Center,Salem Centre		IN	151	67428	
4926096	Salem Heights	salem-heights	US		0	America/Chicago	41.57477	-86.62196	227			IN	091	60408	
4926132	Sandy Beach	sandy-beach	US		0	America/Indiana/Indianapolis	40.66448	-86.75334	189			IN	015	37872	
4926148	Saturn	saturn	US		0	America/Indiana/Indianapolis	41.03477	-85.35553	255			IN	183	38322	
4926161	Scarlet Oaks	scarlet-oaks	US		0	America/Indiana/Indianapolis	40.69559	-86.75418	204			IN	015	37872	
4926213	Scircleville	scircleville	US		0	America/Indiana/Indianapolis	40.28754	-86.3	283	Circleville,Scircleville		IN	023	38628	
4926222	Scott Corner	scott-corner	US		0	America/Indiana/Indianapolis	40.09199	-85.12691	344			IN	135	77588	
4926258	Seafield	seafield	US		0	America/Indiana/Indianapolis	40.75643	-86.98668	213			IN	181	62064	
4926267	Sevastopol	sevastopol	US		0	America/Indiana/Indianapolis	41.12921	-86.01888	268	Sevastapol,Sevastopol		IN	085	25486	
4926276	Seyberts	seyberts	US		0	America/Indiana/Indianapolis	41.70033	-85.51332	260			IN	087	78506	
4926277	Sha-Get Acres	sha-get-acres	US		0	America/Indiana/Indianapolis	41.57505	-85.18053	283			IN	151	67428	
4926279	Shadeland	shadeland	US		0	America/Indiana/Indianapolis	40.60504	-85.60998	268			IN	053	80630	
4926280	Shadeland	shadeland	US		1784	America/Indiana/Indianapolis	40.37365	-86.9489	189			IN	157	77660	
4926285	Shady Banks	shady-banks	US		0	America/Indiana/Indianapolis	41.39227	-85.83027	256			IN	085	78488	
4926288	Shady Hills	shady-hills	US		0	America/Indiana/Indianapolis	40.58949	-85.67414	252			IN	053	11332	
4926289	Shady Lawn	shady-lawn	US		0	America/Chicago	41.39309	-87.35476	234			IN	089	11476	
4926290	Shady Nook	shady-nook	US		0	America/Indiana/Indianapolis	41.55672	-85.23331	297			IN	087	49338	
4926311	Shamrock Lakes	shamrock-lakes	US		225	America/Indiana/Indianapolis	40.41115	-85.42636	271	Shamrock Lake,Shamrock Lakes		IN	009	43650	
4926312	Shanghai	shanghai	US		0	America/Indiana/Indianapolis	40.44615	-86.32833	251			IN	067	50328	
4926316	Shannondale	shannondale	US		0	America/Indiana/Indianapolis	40.05476	-86.69556	262			IN	011	37854	
4926331	Shambaugh Siding	shambaugh-siding	US		0	America/Indiana/Indianapolis	40.48282	-86.15277	247			IN	067	11422	
4926344	Shedville	shedville	US		0	America/Indiana/Indianapolis	40.2656	-85.12886	294	Brinckley,Shedville		IN	135	29232	
4926350	Sheff	sheff	US		0	America/Indiana/Indianapolis	40.70559	-87.44919	233			IN	007	85940	
4926373	Shideler	shideler	US		0	America/Indiana/Indianapolis	40.30615	-85.35969	279			IN	035	77246	
4926449	Simonton Lake	simonton-lake	US		4678	America/Indiana/Indianapolis	41.75422	-85.975	240			IN	039	57150	
4926451	Simpson Corner	simpson-corner	US		0	America/Indiana/Indianapolis	40.14254	-87.24307	189			IN	045	78452	
4926472	Sleeth	sleeth	US		0	America/Indiana/Indianapolis	40.6492	-86.71751	200			IN	015	75824	
4926499	Smartsburg	smartsburg	US		0	America/Indiana/Indianapolis	40.04699	-86.82862	249	Smartsburg,Smartsburgh		IN	107	77480	
4926531	Smithson	smithson	US		0	America/Indiana/Indianapolis	40.71782	-86.87251	211	Smithson,Wheeler Location		IN	181	05194	
4926532	Smoke Corner	smoke-corner	US		0	America/Chicago	41.41309	-87.06586	219			IN	127	51066	
4926579	South Edgewood	south-edgewood	US		0	America/Indiana/Indianapolis	40.09726	-85.73275	268			IN	095	01486	
4926580	South Elwood	south-elwood	US		0	America/Indiana/Indianapolis	40.26254	-85.8422	264			IN	095	60156	
4926582	South Center	south-center	US		0	America/Chicago	41.47643	-86.64002	215			IN	091	77408	
4926592	South LaPorte	south-laporte	US		0	America/Chicago	41.57504	-86.73974	246			IN	091	68346	
4926599	South Marion	south-marion	US		0	America/Chicago	40.91254	-87.12641	202			IN	073	46944	
4926607	South Peru	south-peru	US		0	America/Indiana/Indianapolis	40.7456	-86.05694	217			IN	103	80810	
4926609	South Raub	south-raub	US		0	America/Indiana/Indianapolis	40.30143	-86.91334	217			IN	157	82070	
4926627	South Wanatah	south-wanatah	US		0	America/Chicago	41.40587	-86.89919	219			IN	091	10720	
4926633	Southeast Grove	southeast-grove	US		0	America/Chicago	41.33309	-87.2967	222			IN	089	19306	
4926640	Southmoor Park	southmoor-park	US		0	America/Chicago	41.47587	-87.34615	201			IN	089	66096	
4926672	Speicherville	speicherville	US		0	America/Indiana/Indianapolis	40.85449	-85.79165	246	Speicher,Speicherville,Speichierville,Spiker		IN	169	40914	
4926741	Stafford Center	stafford-center	US		0	America/Indiana/Indianapolis	41.40838	-84.8319	257			IN	033	72512	
4926770	Star Mill	star-mill	US		0	America/Indiana/Indianapolis	41.74533	-85.43748	260			IN	087	43722	
4926779	Steam Corner	steam-corner	US		0	America/Indiana/Indianapolis	40.04282	-87.24334	209			IN	045	49392	
4926794	Stephens Crossing	stephens-crossing	US		0	America/Indiana/Indianapolis	40.16087	-87.18084	209			IN	045	64026	
4926817	Stillwell	stillwell	US		0	America/Chicago	41.55588	-86.6028	224			IN	091	60408	
4926837	Stone Bluff	stone-bluff	US		0	America/Indiana/Indianapolis	40.17004	-87.25279	190	Stone Bluff,Stone Bluffs,Stonebluff		IN	045	78452	
4926847	Stoneburner Landing	stoneburner-landing	US		0	America/Indiana/Indianapolis	41.28505	-85.77666	254			IN	085	60228	
4926876	Stoutsburg	stoutsburg	US		0	America/Chicago	41.19143	-87.11392	206	Stoutsberg,Stoutsburg		IN	073	83546	
4926885	Strawtown	strawtown	US		0	America/Indiana/Indianapolis	40.12337	-85.94443	241			IN	057	83906	
4926947	Suman	suman	US		0	America/Chicago	41.54282	-87.00003	226	Suman,Sumanville		IN	127	37314	
4926971	Sunnybrook Acres	sunnybrook-acres	US		0	America/Indiana/Indianapolis	41.15616	-85.07191	243			IN	003	66924	
4926972	Sunnymeadow	sunnymeadow	US		0	America/Indiana/Indianapolis	41.13116	-85.09525	237			IN	003	66924	
4926973	Sunnymede	sunnymede	US		0	America/Indiana/Indianapolis	40.8081	-85.84165	235			IN	169	54162	
4926975	Sunnymede Woods	sunnymede-woods	US		0	America/Indiana/Indianapolis	41.06533	-85.06608	243			IN	003	00298	
4926991	Summit Chapel	summit-chapel	US		0	America/Indiana/Indianapolis	41.24532	-86.08472	267			IN	099	75878	
4926997	Swanington	swanington	US		0	America/Indiana/Indianapolis	40.58337	-87.27724	245	Swanington,Wyndham		IN	007	11224	
4927030	Sycamore Corner	sycamore-corner	US		0	America/Indiana/Indianapolis	40.36004	-87.43446	221			IN	171	39024	
4927039	Sylvan Manor	sylvan-manor	US		0	America/Chicago	41.45893	-87.10753	223			IN	127	11566	
4927062	Talma	talma	US		0	America/Indiana/Indianapolis	41.15393	-86.135	236	Bloomingsburg,Talma		IN	049	52722	
4927067	Tamarack Grange	tamarack-grange	US		0	America/Indiana/Indianapolis	41.59616	-86.13778	261			IN	141	58734	
4927074	Tanglewood	tanglewood	US		0	America/Indiana/Indianapolis	41.07338	-85.00441	233			IN	003	00298	
4927082	Taylor Corner	taylor-corner	US		0	America/Indiana/Indianapolis	41.48561	-84.94941	281			IN	033	25342	
4927083	Taylor Corner	taylor-corner	US		0	America/Indiana/Indianapolis	40.02504	-87.01612	242			IN	107	64620	
4927105	Tee Lake	tee-lake	US		0	America/Chicago	41.71699	-86.69002	210			IN	091	26224	
4927106	Teegarden	teegarden	US		0	America/Indiana/Indianapolis	41.46505	-86.37751	240			IN	099	60966	
4927124	Terhune	terhune	US		0	America/Indiana/Indianapolis	40.16532	-86.28027	285	Kimberlin,Terhune		IN	011	46854	
4927126	Terrace Bay	terrace-bay	US		0	America/Indiana/Indianapolis	40.71504	-86.74612	205			IN	015	37872	
4927129	Terre Coupee	terre-coupee	US		0	America/Indiana/Indianapolis	41.70227	-86.47724	228			IN	141	56556	
4927133	Tetersburg	tetersburg	US		0	America/Indiana/Indianapolis	40.27531	-86.1511	277			IN	159	38250	
4927193	Thornhope	thornhope	US		0	America/Indiana/Winamac	40.92587	-86.52945	222	Oak,Parisville,Rosedale,Thornhope		IN	131	78560	
4927213	Timbercrest	timbercrest	US		0	America/Indiana/Indianapolis	41.01727	-85.31497	251			IN	003	00208	
4927214	Timberhurst	timberhurst	US		0	America/Indiana/Indianapolis	41.54644	-85.21858	292			IN	087	49338	
4927215	Times Corner	times-corner	US		0	America/Indiana/Indianapolis	41.06171	-85.21942	244			IN	003	81620	
4927221	Tiosa	tiosa	US		0	America/Indiana/Indianapolis	41.15282	-86.20556	258			IN	049	64044	
4927248	Tocsin	tocsin	US		0	America/Indiana/Indianapolis	40.83033	-85.10914	254			IN	179	38304	
4927252	Toll Gate Heights	toll-gate-heights	US		0	America/Indiana/Indianapolis	40.75727	-85.1658	255			IN	179	41958	
4927267	Toto	toto	US		0	America/Indiana/Knox	41.25949	-86.69807	216	Rye,Toto		IN	149	11638	
4927276	Town of Pines	town-of-pines	US		706	America/Chicago	41.68198	-86.96031	191			IN	127	59922	
4927283	Tolleston	tolleston	US		0	America/Chicago	41.59309	-87.36615	183	Toleston,Tolleston,Tollestone		IN	089	09820	
4927291	Trail Creek	trail-creek	US		2029	America/Chicago	41.69837	-86.8592	191			IN	091	48780	
4927293	Tratebas Mill	tratebas-mill	US		0	America/Chicago	41.56309	-87.01781	215			IN	127	37314	
4927295	Travisville	travisville	US		0	America/Indiana/Indianapolis	40.69199	-85.20803	257			IN	179	32062	
4927297	Treaty	treaty	US		0	America/Indiana/Indianapolis	40.72449	-85.78248	246			IN	169	43470	
4927299	Tree Spring	tree-spring	US		0	America/Indiana/Indianapolis	40.0967	-87.43307	184			IN	165	33520	
4927309	Tri-Lakes	tri-lakes	US		1421	America/Indiana/Indianapolis	41.24588	-85.44192	286	Tri Lakes,Tri-Lakes		IN	183	75590	
4927361	Tunker	tunker	US		0	America/Indiana/Indianapolis	41.04866	-85.55748	257			IN	183	81152	
4927371	Turkey Creek Meadows	turkey-creek-meadows	US		0	America/Chicago	41.49531	-87.34337	193			IN	089	66096	
4927488	Unionport	unionport	US		0	America/Indiana/Indianapolis	40.12088	-85.09636	331			IN	135	83942	
4927522	Upper Sunset Park	upper-sunset-park	US		0	America/Indiana/Indianapolis	40.72504	-86.75446	191			IN	015	37872	
4927536	Valley Outlet Center	valley-outlet-center	US		0	America/Indiana/Indianapolis	41.72866	-85.00302	297			IN	151	37746	
4927565	Van Loon	van-loon	US		0	America/Chicago	41.56837	-87.42282	183			IN	089	09820	
4927574	Vanmeter Park	vanmeter-park	US		0	America/Indiana/Winamac	41.08587	-86.56806	217			IN	131	75896	
4927579	Vawter Park	vawter-park	US		0	America/Indiana/Indianapolis	41.38755	-85.69249	269			IN	085	76760	
4927583	Vera Cruz	vera-cruz	US		81	America/Indiana/Indianapolis	40.70116	-85.07914	252	Vera Cruz,Veracruz		IN	179	32062	
4927619	Vine	vine	US		0	America/Indiana/Indianapolis	40.29504	-87.13501	218			IN	045	16912	
4927745	Wa-Will-Away Park	wa-will-away-park	US		0	America/Indiana/Indianapolis	41.29005	-85.77804	262			IN	085	60228	
4927755	Wabash Shores	wabash-shores	US		0	America/Indiana/Indianapolis	40.4492	-86.91084	220			IN	157	79352	
4927775	Wake Robin Fields	wake-robin-fields	US		0	America/Chicago	41.61504	-87.02614	195			IN	127	82484	
4927776	Wakeville Village	wakeville-village	US		0	America/Indiana/Indianapolis	41.46311	-85.25692	293			IN	113	81836	
4927777	Wald View	wald-view	US		0	America/Chicago	41.40031	-87.35476	222			IN	089	11476	
4927785	Walker Park	walker-park	US		0	America/Indiana/Indianapolis	41.32949	-85.75332	260			IN	085	75842	
4927798	Wallen	wallen	US		0	America/Indiana/Indianapolis	41.16116	-85.16608	260			IN	003	80342	
4927805	Walnut Corners	walnut-corners	US		0	America/Indiana/Indianapolis	41.13282	-85.49637	251			IN	183	14698	
4927807	Vistula	vistula	US		0	America/Indiana/Indianapolis	41.74922	-85.72805	243	Middlebury Station,Vistula		IN	039	85976	
4927816	Walnut Gardens	walnut-gardens	US		0	America/Indiana/Indianapolis	40.69893	-86.75446	195			IN	015	37872	
4927866	Washington Center	washington-center	US		0	America/Indiana/Indianapolis	41.32505	-85.59721	282			IN	113	80882	
4927867	Washington Center	washington-center	US		0	America/Indiana/Indianapolis	41.04838	-85.50942	256			IN	183	81152	
4927935	Waugh	waugh	US		0	America/Indiana/Indianapolis	40.08448	-86.30666	292	Slabtown,Waugh		IN	011	46854	
4927939	Wawasee	wawasee	US		0	America/Indiana/Indianapolis	41.42394	-85.69582	267	Cedar Beach,Wawasee		IN	085	76760	
4927946	Wawasee Village	wawasee-village	US		0	America/Indiana/Indianapolis	41.41449	-85.74749	262			IN	085	76760	
4927948	Wawpecong	wawpecong	US		0	America/Indiana/Indianapolis	40.57837	-86.04221	261			IN	103	13150	
4927951	Wayne Center	wayne-center	US		0	America/Indiana/Indianapolis	41.48172	-85.25081	300			IN	113	81836	
4927964	Waynedale	waynedale	US		0	America/Indiana/Indianapolis	41.02199	-85.17553	237			IN	003	81620	
4927970	Waterford Mills	waterford-mills	US		0	America/Indiana/Indianapolis	41.5431	-85.83055	247	Waterford,Waterford Mills		IN	039	20746	
4927988	Webers Landing	webers-landing	US		0	America/Indiana/Indianapolis	41.53894	-85.39415	274			IN	087	38718	
4928033	Wesley Manor	wesley-manor	US		0	America/Indiana/Indianapolis	40.29643	-86.51195	256			IN	023	11260	
4928060	West Elwood	west-elwood	US		0	America/Indiana/Indianapolis	40.27976	-85.86054	263			IN	095	60156	
4928087	West Muncie	west-muncie	US		0	America/Indiana/Indianapolis	40.17088	-85.48136	284			IN	035	86084	
4928091	West Noblesville	west-noblesville	US		0	America/Indiana/Indianapolis	40.04809	-86.02082	232			IN	057	54198	
4928113	Western Acres	western-acres	US		0	America/Chicago	41.5992	-87.08364	195			IN	127	82484	
4928117	Western Village	western-village	US		0	America/Indiana/Indianapolis	40.1081	-85.7172	265			IN	095	01486	
4928124	Westhill	westhill	US		0	America/Chicago	41.46476	-87.09725	211	West Hill,Westhill		IN	127	11566	
4928126	Westlawn	westlawn	US		0	America/Indiana/Indianapolis	41.08033	-85.22747	256			IN	003	00208	
4928133	Westmoor	westmoor	US		0	America/Indiana/Indianapolis	41.06921	-85.21053	243			IN	003	81620	
4928149	Westwood Square	westwood-square	US		0	America/Indiana/Indianapolis	40.55893	-85.69442	258			IN	053	25378	
4928235	Wilders	wilders	US		0	America/Chicago	41.26671	-86.89613	204	Wilder,Wilder's,Wilder's Crossing,Wilder's Junction,Wilder's Station,Wilders		IN	091	17974	
4928292	Wilshire	wilshire	US		0	America/Indiana/Indianapolis	40.27559	-86.48861	262			IN	023	11260	
4928356	Witmer Manor	witmer-manor	US		0	America/Indiana/Indianapolis	41.53755	-85.38637	277			IN	087	38718	
4928402	Woodlawn Heights	woodlawn-heights	US		78	America/Indiana/Indianapolis	40.11893	-85.69359	264			IN	095	01486	
4928405	Woodmar	woodmar	US		0	America/Chicago	41.58504	-87.49032	184			IN	089	54414	
4928422	Woodside Park	woodside-park	US		0	America/Indiana/Indianapolis	40.29059	-86.52695	259			IN	023	11260	
4928426	Wooley Corner	wooley-corner	US		0	America/Indiana/Indianapolis	40.01087	-87.16529	223			IN	045	37008	
4928439	Wyandot	wyandot	US		0	America/Indiana/Indianapolis	40.34531	-86.74945	201			IN	157	69174	
4928459	Yeagers Curve	yeagers-curve	US		0	America/Indiana/Indianapolis	40.69865	-87.43919	229			IN	007	85940	
4928460	Yeddo	yeddo	US		0	America/Indiana/Indianapolis	40.01143	-87.26001	210			IN	045	49392	
4928487	Yellowbanks	yellowbanks	US		0	America/Indiana/Indianapolis	41.32171	-85.67888	262			IN	085	75842	
4928500	Yountsville	yountsville	US		0	America/Indiana/Indianapolis	40.02477	-86.98001	222			IN	107	64620	
4928552	Zulu	zulu	US		0	America/Indiana/Indianapolis	41.03699	-84.89219	236	Four Corners,Zulu		IN	003	37836	
4928692	Acapesket	acapesket	US		0	America/New_York	41.55011	-70.57586	2	Acapesket,Lewis Neck		MA	001	23105	
4928699	Acoaxet	acoaxet	US		0	America/New_York	41.50705	-71.09671	7	Acoakset,Acoaxet,Westport Harbor		MA	005	77570	
4928701	Acorn Terrace	acorn-terrace	US		0	America/New_York	42.09454	-71.37172	80			MA	021	25172	
4928728	Acushnet Station (historical)	acushnet-station-historical	US		0	America/New_York	41.6751	-70.93948	29			MA	005	45000	
4928743	Adams Junction	adams-junction	US		0	America/New_York	42.45842	-73.20788	304			MA	003	53960	
4928757	Adams Shore	adams-shore	US		0	America/New_York	42.26399	-70.98421	1			MA	021	55745	
4928765	Adamsdale	adamsdale	US		0	America/New_York	41.92788	-71.37033	34	Adamsdale,Lanesville		MA	005	46575	
4928767	Adamsville (historical)	adamsville-historical	US		0	America/New_York	42.2426	-71.07061	36			MA	021	41690	
4928774	Admirals Hill	admirals-hill	US		0	America/New_York	42.3901	-71.04755	32	Admiral's Hill,Admirals Hill		MA	025	13205	
4928812	Alander	alander	US		0	America/New_York	42.0562	-73.46623	558			MA	003	43300	
4928840	Aldenville	aldenville	US		0	America/New_York	42.17287	-72.59814	65			MA	013	13660	
4928855	Aldrich Mills	aldrich-mills	US		0	America/New_York	42.28204	-72.53787	70	Adrichville,Aldrich Lake,Aldrich Mills,Granby Hollow		MA	015	26535	
4928875	Algerie Four Corners	algerie-four-corners	US		0	America/New_York	42.2187	-73.03066	471	Algeria,Algerie Four Corners,Allgerie Four Corners		MA	003	51580	
4928876	Algers Corner	algers-corner	US		0	America/New_York	42.01066	-71.06616	21	Algers Corner,Algers Corners Junction		MA	005	20100	
4928938	Alms House	alms-house	US		0	America/New_York	41.6676	-70.76281	0			MA	023	39450	
4929023	Amherst Center	amherst-center	US		19065	America/New_York	42.37537	-72.51925	93			MA	015	01325	
4929043	Amostown	amostown	US		0	America/New_York	42.12648	-72.65926	80			MA	013	77890	
4929044	Amrita	amrita	US		0	America/New_York	41.65983	-70.61892	1			MA	001	07175	
4929110	Annisquam	annisquam	US		0	America/New_York	42.65843	-70.67727	21	Amisquam,Anisquam,Annis-squam Village,Annisquam,Squam		MA	009	26150	
4929127	Antassawamock	antassawamock	US		0	America/New_York	41.62538	-70.80726	0	Antassawamoc Beach,Antassawamock		MA	023	39450	
4929147	Apponagansett	apponagansett	US		0	America/New_York	41.60149	-70.96198	3	Aponaganset,Aponegansett,Apponaganset,Apponagansett,Apponagansett Village,Apponegansett,Apponegansett Meeting House		MA	005	16425	
4929158	Aqawam (historical)	aqawam-historical	US		0	America/New_York	42.67926	-70.84116	8	Agawaam,Agawom,Agawomes,Aggawam,Aggawom*,Agissawamg,Agowaun,Agowaymam,Aguwom,Angawom,Angoum,Anguum,Aqawam (historical),Augawam,Augawoam,Augoan,Auguan		MA	009	32310	
4929245	Arnoldville	arnoldville	US		0	America/New_York	42.58814	-73.13371	352	Arnoldsville,Arnoldville		MA	003	13345	
4929251	Asbury Grove	asbury-grove	US		0	America/New_York	42.62232	-70.88422	17			MA	009	27900	
4929273	Ashcroft	ashcroft	US		0	America/New_York	42.23343	-71.1495	38			MA	021	16495	
4929274	Ashdod	ashdod	US		0	America/New_York	42.06871	-70.75087	24	Ashdod,Ashod		MA	023	17895	
4929302	Ashley Heights	ashley-heights	US		0	America/New_York	41.77927	-70.92032	28			MA	005		
4929311	Ashleyville	ashleyville	US		0	America/New_York	42.15843	-72.63287	25			MA	013	77890	
4929314	Ashmont	ashmont	US		0	America/New_York	42.28343	-71.06894	25			MA	025	07000	
4929354	Assinippi	assinippi	US		0	America/New_York	42.15843	-70.85088	38	Assimippi Village,Assinippi,Snappet,West Scituate		MA	023	50145	
4929358	Assonet Bay Shores	assonet-bay-shores	US		0	America/New_York	41.79594	-71.08977	2			MA	005		
4929379	Athol Junction	athol-junction	US		0	America/New_York	42.12787	-72.56203	63			MA	013	67000	
4929406	Attleborough City	attleborough-city	US		0	America/New_York	41.9251	-71.3495	28	Attleboro City,Attleborough City		MA	005	02690	
4929437	Auburnville	auburnville	US		0	America/New_York	42.06954	-70.96338	35	Auburn Station,Auburnville		MA	023	79530	
4929478	Avon Hill	avon-hill	US		0	America/New_York	42.38676	-71.12394	19			MA	017	11000	
4929488	Axtell Corner	axtell-corner	US		0	America/New_York	42.23204	-71.68368	120	Axtel Corner,Axtell Corner		MA	027	26430	
4929498	Ayers Village	ayers-village	US		0	America/New_York	42.78703	-71.16895	56			MA	009	29405	
4929499	Ayres City	ayres-city	US		0	America/New_York	42.62509	-71.312	38	Ayers City,Ayre City,Ayres City		MA	017	37000	
4929509	Babbatasset Village	babbatasset-village	US		0	America/New_York	42.66676	-71.57868	67	Babbatasset Village,Babbitasset		MA	017	52805	
4929532	Back Bay	back-bay	US		0	America/New_York	42.3501	-71.087	4			MA	025	07000	
4929550	Baconville	baconville	US		0	America/New_York	42.42314	-72.44175	294	Baconsville,Baconville		MA	011	61905	
4929579	Baird Four Corners	baird-four-corners	US		0	America/New_York	42.12093	-72.93149	366			MA	013	26675	
4929583	Baker Bridge	baker-bridge	US		0	America/New_York	42.42787	-71.33645	57	Baker Bridge,Bakers Bridge		MA	017	35425	
4929606	Bakers Grove	bakers-grove	US		0	America/New_York	42.53537	-71.88285	275			MA	027	77010	
4929678	Ballardvale	ballardvale	US		0	America/New_York	42.62509	-71.16061	30	Ballard Vale,Ballardvale,Ballardville		MA	009	01465	
4929707	Baptist Corner	baptist-corner	US		0	America/New_York	42.55203	-72.76287	331			MA	011	02095	
4929708	Baptist Corners	baptist-corners	US		0	America/New_York	42.69953	-72.26953	339			MA	027	58580	
4929712	Baptist Village	baptist-village	US		0	America/New_York	42.04732	-72.47036	67			MA	013	19645	
4929755	Barkerville	barkerville	US		0	America/New_York	42.42258	-73.30872	339	Bakersfield,Barkerville		MA	003	53960	
4929759	Barlows Landing	barlows-landing	US		0	America/New_York	41.69094	-70.62503	3	Barlow Landing,Barlows Landing		MA	001	07175	
4929770	Barneyville	barneyville	US		0	America/New_York	41.77177	-71.28561	3			MA	005	68750	
4929789	Barre Falls	barre-falls	US		0	America/New_York	42.42926	-72.02619	242			MA	027	03740	
4929791	Barre Plains	barre-plains	US		0	America/New_York	42.37787	-72.10925	178			MA	027	03740	
4929812	Barrowsville	barrowsville	US		0	America/New_York	41.94593	-71.20366	28	Barrowsville,Wheatons Mills		MA	005	49970	
4929884	Bass River	bass-river	US		0	America/New_York	41.65289	-70.20363	3			MA	001	82525	
4929895	Bass Rocks	bass-rocks	US		0	America/New_York	42.61426	-70.63532	13			MA	009	26150	
4929899	Bassets Corner	bassets-corner	US		0	America/New_York	42.48148	-72.12869	329			MA	027	53120	
4929962	Bay State	bay-state	US		0	America/New_York	42.32231	-72.66342	65			MA	015	46330	
4929967	Bay View	bay-view	US		0	America/New_York	42.67009	-70.66477	21	Bay View,Bayview		MA	009	26150	
4929981	Bayside Beach	bayside-beach	US		0	America/New_York	41.86677	-70.5317	0			MA	023	54310	
4929990	Beach Bluff	beach-bluff	US		0	America/New_York	42.47926	-70.8856	10			MA	009	68645	
4929996	Beach Park	beach-park	US		0	America/New_York	41.94038	-70.62003	3			MA	023	54310	
4929998	Beach Point	beach-point	US		0	America/New_York	42.05483	-70.13169	0			MA	001	70605	
4930003	Beachmont	beachmont	US		0	America/New_York	42.39593	-70.98699	30			MA	025	56585	
4930010	Beacon Hill	beacon-hill	US		0	America/New_York	42.35871	-71.06783	28			MA	025	07000	
4930019	Beaconsfield	beaconsfield	US		0	America/New_York	42.33676	-71.14116	30	Bekonsfild,Беконсфилд		MA	021	09175	
4930123	Beaver Brook	beaver-brook	US		0	America/New_York	42.26398	-71.82868	153			MA	027	82000	
4930125	Beaver Brook (historical)	beaver-brook-historical	US		0	America/New_York	42.57926	-70.95783	21	Beaver Brook (historical),Beaver Station		MA	009	16250	
4930129	Beaver Brook Station	beaver-brook-station	US		0	America/New_York	42.37926	-71.22033	14	Beaver Brook,Beaver Brook Station		MA	017	72600	
4930175	Becket Center	becket-center	US		0	America/New_York	42.28342	-73.06344	477	Becket Center,Becket Centre		MA	003	04545	
4930192	Bedford Springs	bedford-springs	US		0	America/New_York	42.5162	-71.27089	67			MA	017	04615	
4930212	Beechwood	beechwood	US		0	America/New_York	42.20982	-70.81893	23	Beachwood,Beechwood		MA	021	14640	
4930215	Beechwood Estates	beechwood-estates	US		0	America/New_York	42.47564	-73.11121	440			MA	003	30315	
4930229	Belcher Square	belcher-square	US		0	America/New_York	42.20009	-73.34678	216			MA	003	26815	
4930230	Belchers Corner (historical)	belchers-corner-historical	US		0	America/New_York	42.13343	-71.10922	70			MA	021	67945	
4930239	Beldingville	beldingville	US		0	America/New_York	42.53759	-72.76981	284			MA	011	02095	
4930288	Belmont Hill	belmont-hill	US		0	America/New_York	42.27093	-71.79674	153			MA	027	82000	
4930308	Bemis	bemis	US		0	America/New_York	42.36871	-71.20367	10			MA	017	73440	
4930339	Benjamins Landing	benjamins-landing	US		0	America/New_York	42.08371	-71.42895	95			MA	021	25172	
4930356	Bennetts Corner	bennetts-corner	US		0	America/New_York	42.01871	-71.01421	20			MA	023	75260	
4930386	Berkley Bridge	berkley-bridge	US		0	America/New_York	41.83343	-71.10616	1	Berkley Bridge,West Berkley		MA	005	05280	
4930408	Berkshire Heights	berkshire-heights	US		0	America/New_York	42.18898	-73.369	227			MA	003	26815	
4930449	Berryman Corner	berryman-corner	US		0	America/New_York	41.6501	-71.06615	24	Berryman Corner,Berryman's Four Corners		MA	005	77570	
4930503	Beulah Corners	beulah-corners	US		0	America/New_York	41.66121	-71.08421	44			MA	005	77570	
4930511	Beverly Cove	beverly-cove	US		40365	America/New_York	42.55343	-70.85366	10	Beverly Cove,Cove Village		MA	009	05595	
4930513	Beverly Farms	beverly-farms	US		0	America/New_York	42.56398	-70.8106	7			MA	009	05595	
4930530	Beverly Road	beverly-road	US		0	America/New_York	42.2987	-71.78285	220			MA	027	82000	
4930625	Birds Hill	birds-hill	US		0	America/New_York	42.2751	-71.212	51	Bird's Hill,Birds Hill,Greendale		MA	021	44105	
4930627	Bisbee Corner	bisbee-corner	US		0	America/New_York	41.79094	-70.86865	31	Bisbee Corner,Bisbee's Corner		MA	023	57600	
4930628	Bisbee Mill	bisbee-mill	US		0	America/New_York	42.37453	-72.81898	335	Bisbee Mill,Bisbees Mill		MA	015	13590	
4930719	Blackburn Village	blackburn-village	US		0	America/New_York	42.62703	-71.88063	268			MA	027	01885	
4930725	Blackinton	blackinton	US		0	America/New_York	42.70425	-73.16622	193	Blackington,Blackinton		MA	003	46225	
4930790	Bleachery	bleachery	US		0	America/New_York	42.62787	-71.30367	38			MA	017	37000	
4930804	Bliss Corner	bliss-corner	US		5280	America/New_York	41.61177	-70.93837	20			MA	005	16425	
4930812	Blissville	blissville	US		0	America/New_York	42.67259	-72.27453	204	Blissville,Tullyville		MA	011	51265	
4930850	Blue Hills	blue-hills	US		0	America/New_York	42.24315	-71.09811	16	Blue Hill,Blue Hills		MA	021	41690	
4930929	Bonny Rigg Corners	bonny-rigg-corners	US		0	America/New_York	42.26398	-73.05094	395			MA	003	04545	
4930934	Booth Corner	booth-corner	US		0	America/New_York	41.5876	-71.08838	39			MA	005	77570	
4931050	Bourne	bourne	US		1418	America/New_York	41.74122	-70.59892	8	Born,Bourn,Bourne,Mananiet,bwrn  masachwst,Борн,Боурн,بورن، ماساچوست		MA	001	07175	
4931052	Bourne Corners	bourne-corners	US		0	America/New_York	41.75122	-70.60781	7			MA	001	07175	
4931063	Bournedale	bournedale	US		0	America/New_York	41.77538	-70.56225	9			MA	001	07175	
4931088	Bowens Corners	bowens-corners	US		0	America/New_York	42.61592	-73.10705	339	Bowen's Corners,Bowens Corners		MA	003	00555	
4931092	Bowenville	bowenville	US		0	America/New_York	41.7251	-71.14616	7			MA	005	23000	
4931106	Boxboro Station	boxboro-station	US		0	America/New_York	42.50426	-71.49284	73			MA	017	07350	
4931111	Boxford Station	boxford-station	US		0	America/New_York	42.64565	-71.05783	32			MA	009	46365	
4931128	Boylston Center	boylston-center	US		0	America/New_York	42.35287	-71.73507	158	Boylston Center,Boylston Centre		MA	027	07525	
4931170	Bradstreet	bradstreet	US		0	America/New_York	42.41064	-72.59176	39			MA	015	29265	
4931178	Braggville	braggville	US		0	America/New_York	42.16676	-71.48006	91			MA	017	30700	
4931179	Braggville Station	braggville-station	US		0	America/New_York	42.1626	-71.47451	75			MA	017	30700	
4931181	North Braintree	north-braintree	US		0	America/New_York	42.22232	-70.99949	28	Braintree		MA	021	07740	
4931186	Braintree Highlands	braintree-highlands	US		0	America/New_York	42.17927	-71.01199	50	Braintree Highlands,Mayflower Park		MA	021	07740	
4931197	Braleys	braleys	US		0	America/New_York	41.7376	-70.97032	34	Braley,Braleys,Braleys Station		MA	005		
4931198	Bramanville	bramanville	US		0	America/New_York	42.18065	-71.77035	140	Bramanville,Burbank Village,Dramanville		MA	027	41340	
4931220	Brantwood Manor	brantwood-manor	US		0	America/New_York	42.16343	-70.86171	41			MA	023	50145	
4931223	Brattle	brattle	US		0	America/New_York	42.42176	-71.16783	29	Brattle,Brattle Railroad Station,Brattle Station		MA	017	01605	
4931232	Brayton Hill	brayton-hill	US		0	America/New_York	42.69758	-73.14372	198			MA	003	46225	
4931234	Brayton Point	brayton-point	US		0	America/New_York	41.71399	-71.18282	8			MA	005	62430	
4931237	Braytonville	braytonville	US		0	America/New_York	42.69841	-73.1301	221			MA	003	46225	
4931263	Breezy Hill	breezy-hill	US		0	America/New_York	42.03205	-70.84393	24			MA	023	28495	
4931282	Briarwood Beach	briarwood-beach	US		0	America/New_York	41.7376	-70.74115	3			MA	023	72985	
4931313	Brier	brier	US		0	America/New_York	42.58953	-72.99399	523			MA	003	60225	
4931318	Brigadoon Village	brigadoon-village	US		0	America/New_York	42.58482	-71.01478	26			MA	009	41095	
4931324	Briggs Corner	briggs-corner	US		0	America/New_York	41.9126	-71.25922	42	Brigg's Corner,Briggs Corner,Briggsville		MA	005	02690	
4931358	Brightside	brightside	US		0	America/New_York	42.16259	-72.63287	22			MA	013	30840	
4931369	Brimstone Corner	brimstone-corner	US		0	America/New_York	42.05899	-70.78337	31			MA	023	52630	
4931382	Britanniaville	britanniaville	US		0	America/New_York	41.91871	-71.1056	23	Britaniaville,Britannia,Britanniaville,Brittania,Brittania Station,Brittannia		MA	005	69170	
4931383	Brittan Square	brittan-square	US		0	America/New_York	42.2862	-71.78702	186			MA	027	82000	
4932020	Camp Becket	camp-becket	US		0	America/New_York	42.29175	-73.07871	516			MA	003	04545	
4932021	Camp Bement	camp-bement	US		0	America/New_York	42.18065	-71.96452	276			MA	027	12715	
4931439	Brockton Heights	brockton-heights	US		0	America/New_York	42.08899	-71.06477	72			MA	023	09000	
4931452	Brockway Corner	brockway-corner	US		0	America/New_York	42.44287	-71.56062	78			MA	027	06365	
4931474	Brookfield Mobile Home Park	brookfield-mobile-home-park	US		0	America/New_York	42.17093	-72.13008	222			MA	027	09105	
4931511	Brooks Place	brooks-place	US		0	America/New_York	42.0376	-71.02032	34			MA	023	75260	
4931517	Brooks Village	brooks-village	US		0	America/New_York	42.56259	-72.1073	325	Brook Village,Brooks Village		MA	027	69275	
4931526	Brookside Station	brookside-station	US		0	America/New_York	42.60842	-71.41117	51			MA	017	76135	
4931555	Brownell Corner	brownell-corner	US		0	America/New_York	41.62677	-71.10199	58	Brownell Corner,Brownell's Corner,Brownells Corner		MA	005	77570	
4931564	Browns Corner	browns-corner	US		0	America/New_York	42.40009	-71.59396	93			MA	017	31540	
4931567	Browns Point	browns-point	US		0	America/New_York	42.83898	-70.83005	2			MA	009	59245	
4931581	Brush Hill Mobile Home Park	brush-hill-mobile-home-park	US		0	America/New_York	42.14482	-72.63426	55			MA	013	77890	
4931582	Blush Hollow	blush-hollow	US		0	America/New_York	42.34175	-73.03288	397	Blush Hollow,Brush Hollow		MA	015	40990	
4931590	Brushwood	brushwood	US		0	America/New_York	42.10288	-71.42923	82			MA	021	25172	
4931595	Bryant Four Corners	bryant-four-corners	US		0	America/New_York	42.4687	-72.93204	463			MA	015	16040	
4931628	Buckland Four Corners	buckland-four-corners	US		0	America/New_York	42.56481	-72.8037	226			MA	011	09595	
4931651	Buena Vista Shores	buena-vista-shores	US		0	America/New_York	41.80982	-70.95504	16	Buena Vista,Buena Vista Shores		MA	023	33920	
4931658	Buffumville	buffumville	US		0	America/New_York	42.11898	-71.89952	166			MA	027	51825	
4931679	Bullardville	bullardville	US		0	America/New_York	42.69814	-72.0848	261	Ballardville,Bullardville		MA	027	80405	
4931684	Buffington Corner	buffington-corner	US		0	America/New_York	41.78482	-71.03143	33	Buffington Corner,Buffinton Corner		MA	005		
4931733	Burkinshaws Factory	burkinshaws-factory	US		0	America/New_York	42.66814	-71.61201	88			MA	017	52805	
4931734	Burkville	burkville	US		0	America/New_York	42.50648	-72.71204	213			MA	011	15200	
4931736	Burleys Corner	burleys-corner	US		0	America/New_York	42.57732	-70.98977	30	Burleys Corner,Burleys Corners		MA	009	16250	
4931751	Burncoat	burncoat	US		0	America/New_York	42.30982	-71.78563	208			MA	027	82000	
4931787	Burrage	burrage	US		0	America/New_York	42.02927	-70.8556	22			MA	023	28495	
4931788	Burrage Corner	burrage-corner	US		0	America/New_York	42.52092	-72.22453	260			MA	027	53120	
4931811	Burtts Crossing	burtts-crossing	US		0	America/New_York	42.60315	-71.19117	25			MA	017	69415	
4931915	Cahoon Hollow	cahoon-hollow	US		0	America/New_York	41.94455	-69.98558	26			MA	001	74385	
4931918	Cadys Corners	cadys-corners	US		0	America/New_York	42.16815	-72.50509	74			MA	013	37175	
4931973	Cambridge Street	cambridge-street	US		0	America/New_York	42.24454	-71.81202	153			MA	027	82000	
4932014	Camp Ashmere	camp-ashmere	US		0	America/New_York	42.44425	-73.07871	482			MA	003	30315	
4932017	Camp Avoda	camp-avoda	US		0	America/New_York	41.86621	-70.86365	28			MA	023	40850	
4932019	Camp Barton	camp-barton	US		0	America/New_York	42.15426	-71.89535	205	Camp Barton,Clara Barton Home		MA	027	51825	
4932023	Camp Berkshire	camp-berkshire	US		0	America/New_York	42.03148	-72.76065	83			MA	013	65825	
4932024	Camp Bob White	camp-bob-white	US		0	America/New_York	42.22648	-71.4684	95			MA	017	31085	
4932026	Camp Breezy Meadow	camp-breezy-meadow	US		0	America/New_York	42.17399	-71.44312	70			MA	021	39975	
4932030	Camp Burgess	camp-burgess	US		0	America/New_York	41.69789	-70.45503	26			MA	001	59735	
4932032	Camp Cabot	camp-cabot	US		0	America/New_York	42.4001	-71.232	60			MA	017	72600	
4932034	Camp Caravan	camp-caravan	US		0	America/New_York	42.64286	-72.15425	339			MA	027	58580	
4932036	Camp Chappa Challa	camp-chappa-challa	US		0	America/New_York	42.0501	-70.66615	1			MA	023	17895	
4932038	Camp Chimney Corners	camp-chimney-corners	US		0	America/New_York	42.2812	-73.07177	505			MA	003	04545	
4932040	Camp Cielo Celeste	camp-cielo-celeste	US		0	America/New_York	42.60204	-71.44534	61			MA	017	76135	
4932042	Camp Collier	camp-collier	US		0	America/New_York	42.61898	-71.96397	328			MA	027	01885	
4932044	Camp Danbee	camp-danbee	US		0	America/New_York	42.44286	-73.07538	490			MA	003	53050	
4932049	Camp Edwards	camp-edwards	US		0	America/New_York	41.65705	-70.54392	36	kaempeu edeuwojeu,캠프 에드워즈		MA	001	59735	
4932051	Camp Emerson	camp-emerson	US		0	America/New_York	42.43259	-73.13288	487			MA	003	30315	
4932057	Camp Green Eyrie	camp-green-eyrie	US		0	America/New_York	42.49731	-71.59673	107			MA	027	28950	
4932058	Camp Greylock	camp-greylock	US		0	America/New_York	42.30009	-73.0676	479			MA	003	04545	
4932062	Camp Herbron	camp-herbron	US		0	America/New_York	41.90982	-71.30089	42			MA	005	02690	
4932067	Camp Howe	camp-howe	US		0	America/New_York	42.45203	-72.79259	456			MA	015	26290	
4932068	Camp Immaculate Heart	camp-immaculate-heart	US		0	America/New_York	42.64592	-71.49451	49			MA	017	71025	
4932070	Camp Jayson	camp-jayson	US		0	America/New_York	42.18759	-73.19761	399			MA	003	42460	
4932074	Camp Kingsmont	camp-kingsmont	US		0	America/New_York	42.30148	-73.414	346	Camp Kingsmont,Silver Birch Camp		MA	003	77990	
4932075	Camp Kinneywood	camp-kinneywood	US		0	America/New_York	42.29731	-71.86202	228			MA	027	30560	
4932079	Camp Kiwanis	camp-kiwanis	US		0	America/New_York	42.6962	-71.37673	64			MA	017	71025	
4932080	Camp Kiwanis	camp-kiwanis	US		0	America/New_York	42.05843	-70.84949	31			MA	023	28495	
4932081	Camp Lenore	camp-lenore	US		0	America/New_York	42.43981	-73.0926	512			MA	003	30315	
4932082	Camp Lincoln Hill	camp-lincoln-hill	US		0	America/New_York	42.07093	-71.21477	68			MA	021	24820	
4932084	Camp Mah-Kee-Nac	camp-mah-kee-nac	US		0	America/New_York	42.34036	-73.30927	293	Camp Mah-Kee-Nac,Camp Mahkeenac		MA	003	67595	
4932085	Camp Mar Vel (historical)	camp-mar-vel-historical	US		0	America/New_York	41.93205	-70.02224	9			MA	001	74385	
4932086	Camp Marion White	camp-marion-white	US		0	America/New_York	42.41536	-73.31622	366			MA	003	53960	
4932089	Camp Mary Day	camp-mary-day	US		0	America/New_York	42.32732	-71.32589	52			MA	017	77255	
4932090	Camp Massapoag	camp-massapoag	US		0	America/New_York	42.65009	-71.49784	49			MA	017	17825	
4932094	Camp Merrill	camp-merrill	US		0	America/New_York	42.48897	-73.24483	355			MA	003	53960	
4932096	Camp Merriwood	camp-merriwood	US		0	America/New_York	41.79316	-71.10366	7			MA	005	05280	
4932099	Camp Mishannock	camp-mishannock	US		0	America/New_York	41.95566	-70.73837	43			MA	023	33220	
4932100	Camp Mohawk	camp-mohawk	US		0	America/New_York	42.53369	-73.20038	322			MA	003	34340	
4932105	Camp Nashoba	camp-nashoba	US		0	America/New_York	42.60287	-71.44756	60			MA	017	76135	
4932108	Camp Neyati	camp-neyati	US		0	America/New_York	42.19732	-71.94257	263			MA	027	66105	
4932110	Camp Noquochoke	camp-noquochoke	US		0	America/New_York	41.59594	-71.06282	4			MA	005	77570	
4932111	Camp Norse	camp-norse	US		0	America/New_York	41.93677	-70.74532	58	Camp Norse,Darby		MA	023	54310	
4932117	Camp Ousamequin	camp-ousamequin	US		0	America/New_York	42.00705	-70.85004	21			MA	023	27795	
4932123	Camp Resolute	camp-resolute	US		0	America/New_York	42.42231	-71.58701	97			MA	027	06365	
4932125	Camp Romaca	camp-romaca	US		0	America/New_York	42.42703	-73.1326	462			MA	003	30315	
4932126	Camp Rowe	camp-rowe	US		0	America/New_York	42.68953	-72.8976	428			MA	011	58335	
4932127	Camp Russell	camp-russell	US		0	America/New_York	42.41175	-73.32316	342			MA	003	56795	
4932128	Camp Sayre	camp-sayre	US		0	America/New_York	42.23343	-71.09394	28			MA	021	41690	
4932129	Camp Sea Haven	camp-sea-haven	US		0	America/New_York	42.73759	-70.78838	4			MA	009	32310	
4932135	Camp Snipatuit	camp-snipatuit	US		0	America/New_York	41.7651	-70.87171	25			MA	023	57600	
4932137	Camp Spruce Hill	camp-spruce-hill	US		0	America/New_York	42.0437	-73.02455	309	Camp Spruce Hill,Camp Wynbrooke		MA	013	70045	
4932139	Camp Stevenson	camp-stevenson	US		0	America/New_York	42.47592	-73.28233	330			MA	003	53960	
4932141	Camp Sumner	camp-sumner	US		0	America/New_York	42.48758	-73.24122	367			MA	003	53960	
4932142	Camp Taconic	camp-taconic	US		0	America/New_York	42.45286	-73.09121	486			MA	003	30315	
4932145	Camp Ted	camp-ted	US		0	America/New_York	42.39732	-71.22811	75			MA	017	72600	
4932146	Camp Titicut	camp-titicut	US		0	America/New_York	41.93343	-70.99893	11			MA	023	08085	
4932149	Camp Virginia	camp-virginia	US		0	America/New_York	42.42509	-71.58007	106			MA	027	06365	
4932150	Camp Wakitatina	camp-wakitatina	US		0	America/New_York	42.60037	-71.45034	66			MA	017	76135	
4932153	Camp Wampatuck	camp-wampatuck	US		0	America/New_York	42.06399	-70.86254	31			MA	023	28495	
4932154	Camp Warwick	camp-warwick	US		0	America/New_York	42.6987	-72.31759	304			MA	011	73265	
4932157	Camp Welch	camp-welch	US		0	America/New_York	41.81677	-71.08699	9			MA	005		
4932160	Camp Witawentin	camp-witawentin	US		0	America/New_York	42.47508	-73.28594	342			MA	003	53960	
4932162	Camp Woronoak	camp-woronoak	US		0	America/New_York	42.15342	-72.87038	266			MA	013	58650	
4932165	Camp Wyoma	camp-wyoma	US		0	America/New_York	42.42842	-73.12538	462			MA	003	30315	
4932167	Camp Yomechas	camp-yomechas	US		0	America/New_York	41.85982	-70.85921	26			MA	023	40850	
4932168	Cedar Hill Camp	cedar-hill-camp	US		0	America/New_York	42.3901	-71.21811	46			MA	017	72600	
4932174	Campbells Station	campbells-station	US		0	America/New_York	42.13065	-71.29811	50	Campbell's Station,Campbells Station		MA	021	72495	
4932175	Campello	campello	US		0	America/New_York	42.05427	-71.02032	32			MA	023	09000	
4932178	Campground Landing	campground-landing	US		0	America/New_York	41.85289	-70.00641	9			MA	001	19295	
4932190	Canada Mills	canada-mills	US		0	America/New_York	42.37315	-71.82729	180			MA	027	30560	
4932198	Canedys Corner	canedys-corner	US		0	America/New_York	41.80149	-70.97587	33			MA	023	33920	
4932219	Canton Junction	canton-junction	US		0	America/New_York	42.1626	-71.162	15	Canton Junction,Canton Station		MA	021	11315	
4932287	Cardinal Heights	cardinal-heights	US		0	America/New_York	42.06121	-71.93146	208			MA	027	17685	
4932296	Carey Corner	carey-corner	US		0	America/New_York	42.37342	-73.34594	350			MA	003	56795	
4932311	Carlisle Station	carlisle-station	US		0	America/New_York	42.5362	-71.39701	58			MA	017	76135	
4932446	Cataumet Station	cataumet-station	US		0	America/New_York	41.66566	-70.61336	16			MA	001	07175	
4932460	Cayenne	cayenne	US		0	America/New_York	42.13065	-72.63703	46			MA	013	77890	
4932466	Cedar Bushes	cedar-bushes	US		0	America/New_York	41.89733	-70.54948	13			MA	023	54310	
4932535	Cedarville Landing	cedarville-landing	US		0	America/New_York	41.81399	-70.54114	20	Cedarville Landing,Cedarville Public Landing		MA	023	54310	
4932536	Cedarwood	cedarwood	US		0	America/New_York	42.37093	-71.26256	60			MA	017	72600	
4932664	Centralville	centralville	US		0	America/New_York	42.65565	-71.30506	27			MA	017	37000	
4932668	Centre Mills	centre-mills	US		0	America/New_York	41.9751	-71.18477	27			MA	005	49970	
4932672	Centre Village (historical)	centre-village-historical	US		0	America/New_York	42.53954	-71.48284	72			MA	017	35950	
4932685	Chadwick Square	chadwick-square	US		0	America/New_York	42.29037	-71.80924	175			MA	027	82000	
4932694	Chaffinville	chaffinville	US		0	America/New_York	42.3362	-71.83285	219	Chaffin,Chaffins,Chaffinville		MA	027	30560	
4932705	Chandler Hill	chandler-hill	US		0	America/New_York	42.2737	-71.79118	169			MA	027	82000	
4932738	Chapinville	chapinville	US		0	America/New_York	42.33704	-71.62451	72			MA	027	46820	
4932745	Chappaquiddick	chappaquiddick	US		0	America/New_York	41.38734	-70.50447	1	Chappaquiddic,Chappaquiddick,Chappaquidgick,Chaubaqueduck		MA	007	21150	
4932749	Chappaquoit	chappaquoit	US		0	America/New_York	41.60427	-70.64948	7			MA	001	23105	
4932786	Charles River Grove	charles-river-grove	US		0	America/New_York	42.09176	-71.47312	83			MA	021	04930	
4932803	Charles River Station	charles-river-station	US		0	America/New_York	42.26232	-71.26256	40			MA	021	44105	
4932805	Charles River Village	charles-river-village	US		0	America/New_York	42.26065	-71.26117	41	Charles River,Charles River Village		MA	021	44105	
4932843	Chaseville	chaseville	US		0	America/New_York	42.04176	-71.89674	171			MA	027	17685	
4932853	Chatham Port	chatham-port	US		0	America/New_York	41.70289	-69.96946	0	Chatham Port,Chathamport		MA	001	12995	
4932863	Cheapside	cheapside	US		0	America/New_York	42.57231	-72.58564	79			MA	011	27100	
4933650	Colonial Park	colonial-park	US		0	America/New_York	42.02732	-71.83146	147			MA	027	73895	
4932896	Chelmsford Center	chelmsford-center	US		0	America/New_York	42.59583	-71.35222	39	Centre Village,Chelmsford,Chelmsford Center,Chelmsford Centre		MA	017	13135	
4932918	Cheshire Harbor	cheshire-harbor	US		0	America/New_York	42.59397	-73.14149	285			MA	003	13345	
4932932	Chester Center	chester-center	US		0	America/New_York	42.29037	-72.92454	382			MA	013	13485	
4932970	Chestnut Hill Meeting House	chestnut-hill-meeting-house	US		0	America/New_York	42.0451	-71.57812	119			MA	027	41585	
4932986	Chestnut Tree Corner	chestnut-tree-corner	US		0	America/New_York	41.82843	-71.14393	21			MA	005	16950	
4933009	Chicopee Falls	chicopee-falls	US		0	America/New_York	42.15204	-72.57592	53			MA	013	13660	
4933059	Chiltonville	chiltonville	US		0	America/New_York	41.9376	-70.62865	30	Charltonville,Chiltonville		MA	023	54310	
4933156	Christian Town	christian-town	US		0	America/New_York	41.42539	-70.68697	63			MA	007	78235	
4933265	Churchill Landing	churchill-landing	US		0	America/New_York	41.90149	-70.54392	17			MA	023	54310	
4933267	Churchill Shores	churchill-shores	US		0	America/New_York	41.80566	-70.95782	29			MA	023	33920	
4933280	City Mills	city-mills	US		0	America/New_York	42.10843	-71.3545	72			MA	021	46050	
4933284	City Point	city-point	US		0	America/New_York	42.33621	-71.02866	8			MA	025	07000	
4933306	Clapps Corner	clapps-corner	US		0	America/New_York	42.2001	-70.81254	32	Clapp's Corner,Clapps Corner,The West,West End,West Scituate		MA	023	60330	
4933393	Clematis Brook Station	clematis-brook-station	US		0	America/New_York	42.38176	-71.21061	14			MA	017	72600	
4933409	Clevelandtown	clevelandtown	US		0	America/New_York	41.38345	-70.51892	6			MA	007	21150	
4933424	Cliftondale	cliftondale	US		0	America/New_York	42.44871	-71.01061	16			MA	009	60015	
4933479	Cobbs Village	cobbs-village	US		0	America/New_York	41.70844	-70.29113	6	Cobbs Village,Matakees		MA	001	03690	
4933483	Coburnville	coburnville	US		0	America/New_York	42.27287	-71.43562	67			MA	017	24925	
4933492	Cochesett	cochesett	US		0	America/New_York	42.01677	-71.03838	30	Cocheset,Cocheset Village Coweset,Cochesett,Cochesett Village		MA	023	75260	
4933493	Cochituate	cochituate	US		6569	America/New_York	42.32093	-71.36423	53	Cochituate,Cohituate Village		MA	017	73790	
4933510	Codfish Park	codfish-park	US		0	America/New_York	41.27958	-69.96383	4			MA	019	43790	
4933584	Coldbrook Springs	coldbrook-springs	US		0	America/New_York	42.39453	-72.04674	204	Cold,Cold Brook,Cold Brook Springs,Coldbrook,Coldbrook Springs		MA	027	50670	
4933588	Cole Corner	cole-corner	US		0	America/New_York	42.22371	-70.8856	12	Cole Corner,Lower Plain		MA	023	30210	
4933591	Cole Mill	cole-mill	US		0	America/New_York	41.92649	-70.79865	37			MA	023	11665	
4933621	College Hill	college-hill	US		0	America/New_York	42.23343	-71.81063	200			MA	027	82000	
4933631	Collins Corner	collins-corner	US		0	America/New_York	41.71121	-71.10643	40			MA	005	23000	
4933647	Colonial Acres	colonial-acres	US		0	America/New_York	41.64789	-70.25558	3			MA	001	82525	
4933664	Colton Hollow	colton-hollow	US		0	America/New_York	42.10982	-72.35369	156			MA	013	42145	
4933665	Coltsville	coltsville	US		0	America/New_York	42.46758	-73.20371	304	Coltsville,Cottsville		MA	003	53960	
4933673	Columbus Park	columbus-park	US		0	America/New_York	42.25565	-71.83424	156			MA	027	82000	
4933686	Cominsville	cominsville	US		0	America/New_York	42.18704	-71.89535	202			MA	027	51825	
4933722	Community Park	community-park	US		0	America/New_York	42.11537	-71.90785	156			MA	027	12715	
4933781	Congamond	congamond	US		0	America/New_York	42.01954	-72.76954	78			MA	013	65825	
4933861	Cooks Brook Beach	cooks-brook-beach	US		0	America/New_York	41.86455	-70.0078	3	Cooks Brook Beach,Silver Spring Beach		MA	001	19295	
4933862	Cooks Corner	cooks-corner	US		0	America/New_York	42.27787	-72.47036	87			MA	015	26535	
4933880	Cooleyville	cooleyville	US		0	America/New_York	42.46314	-72.37258	210			MA	011	45490	
4933885	Coolidge Corner	coolidge-corner	US		0	America/New_York	42.34593	-71.1245	16			MA	021	09175	
4933889	Coolidge Hill	coolidge-hill	US		0	America/New_York	42.37371	-71.13894	12			MA	017	11000	
4933927	Copper Works	copper-works	US		0	America/New_York	41.94843	-71.17866	28			MA	005	49970	
4933934	Cordage	cordage	US		0	America/New_York	41.97927	-70.69115	15	Cordage,Seaside		MA	023	54310	
4933937	Cordaville	cordaville	US		2650	America/New_York	42.26898	-71.52395	77			MA	027	63165	
4933966	Coskata	coskata	US		0	America/New_York	41.36004	-70.02256	1	Coskata,Coskaty,Cross Katy,Koskata Head		MA	019	43790	
4933978	Cottage Hill	cottage-hill	US		0	America/New_York	42.36815	-70.96894	27			MA	025	81005	
4933981	Cottage Park	cottage-park	US		0	America/New_York	42.37093	-70.98699	5			MA	025	81005	
4933993	Cotuit Highlands	cotuit-highlands	US		0	America/New_York	41.60844	-70.43697	12			MA	001	03690	
4934001	Country View Estates	country-view-estates	US		0	America/New_York	42.09593	-71.437	58			MA	021	25172	
4934002	Countryside	countryside	US		0	America/New_York	42.44204	-71.19394	55			MA	017	35215	
4934011	Court Park	court-park	US		0	America/New_York	42.37288	-70.99477	11			MA	025	81005	
4934015	Coury Heights	coury-heights	US		0	America/New_York	41.69594	-70.92448	21			MA	005	00520	
4934039	Cow Yard	cow-yard	US		0	America/New_York	41.53205	-70.96615	3			MA	005	16425	
4934051	Cowen Corner	cowen-corner	US		0	America/New_York	41.76899	-70.84282	26	Cowen Corner,Cowen's Corners,Cowens Corner		MA	023	57600	
4934057	Cox Corner	cox-corner	US		0	America/New_York	42.05899	-70.69115	12			MA	023	17895	
4934062	Coxs Corner	coxs-corner	US		0	America/New_York	42.08066	-70.88699	27	Cox Corner,Cox's Corner,Coxs Corner		MA	023	28495	
4934081	Craigville Beach	craigville-beach	US		0	America/New_York	41.63678	-70.3453	1			MA	001	03690	
4934085	Cranberry Bog Corner	cranberry-bog-corner	US		0	America/New_York	41.5626	-70.98559	39			MA	005	16425	
4934116	Cranberry Village	cranberry-village	US		0	America/New_York	41.83594	-70.72642	29			MA	023	11665	
4934131	Crane Lake Camp	crane-lake-camp	US		0	America/New_York	42.33814	-73.37872	301			MA	003	77990	
4934147	Cranes Station	cranes-station	US		0	America/New_York	41.95204	-71.14616	27	Crane Station,Cranes,Cranes Station		MA	005	49970	
4934169	Crescent Beach	crescent-beach	US		0	America/New_York	41.65427	-70.7867	1			MA	023	39450	
4934170	Crescent Beach	crescent-beach	US		0	America/New_York	42.40565	-70.99116	1	Crescent Beach,Revere Beach		MA	025	56585	
4934225	Crooks Corner	crooks-corner	US		0	America/New_York	42.0251	-71.49034	63	Crookes,Crookes Corner,Crooks Corner		MA	021	04930	
4934261	Crow Point	crow-point	US		0	America/New_York	42.26177	-70.89532	21	Crow Point,Downer Landing		MA	023	30210	
4934275	Crownridge Estates	crownridge-estates	US		0	America/New_York	42.18843	-71.32089	52			MA	021	39765	
4934320	Cummingsville	cummingsville	US		0	America/New_York	42.48121	-71.1745	28			MA	017	81035	
4934339	Curtis Crossing	curtis-crossing	US		0	America/New_York	42.10288	-70.8231	5			MA	023	28285	
4934354	Curzon Mill	curzon-mill	US		0	America/New_York	42.82092	-70.937	4	Curzon Mill,Curzons Mill		MA	009	45245	
4934442	Daley Corner	daley-corner	US		0	America/New_York	42.06677	-71.08699	43			MA	005	20100	
4934453	Damons Mills Westvale	damons-mills-westvale	US		0	America/New_York	42.45287	-71.4259	59			MA	017	00380	
4934456	Dana (historical)	dana-historical	US		0	America/New_York	42.43342	-72.26619	160			MA	027	53120	
4934459	Dana Center	dana-center	US		0	America/New_York	42.42231	-72.22453	174	Dana,Dana Center,Dana Centre		MA	027	53120	
4934501	Danvers Center	danvers-center	US		0	America/New_York	42.57232	-70.96061	44	Danvers Center,Danvers Centre		MA	009	16250	
4934514	Danversport	danversport	US		0	America/New_York	42.54843	-70.92033	7	Danvers New Mills,Danvers Port,Danversport		MA	009	16250	
4934668	Dedham Island	dedham-island	US		0	America/New_York	42.26676	-71.17728	30			MA	021	16495	
4934776	Devenscrest	devenscrest	US		0	America/New_York	42.55009	-71.56618	91			MA	017	03005	
4934861	Dingley Dell	dingley-dell	US		0	America/New_York	42.11898	-72.25786	146			MA	013	08470	
4934931	Dock Square	dock-square	US		0	America/New_York	42.35204	-71.05727	4	Dock Square,Town Dock		MA	025	07000	
4934933	Dogtown Commons	dogtown-commons	US		0	America/New_York	42.63621	-70.66477	24	Dogtown,Dogtown Common,Dogtown Commons		MA	009	26150	
4934940	Doles Corner	doles-corner	US		0	America/New_York	42.72648	-70.90227	16	Dodge Corner,Dole Corner,Doles Corner		MA	009	58405	
4934969	Dorchester North	dorchester-north	US		0	America/New_York	42.31769	-71.05725	29	Dorchester Hights,Dorchester North		MA	025	07000	
4934983	Dorothy Manor	dorothy-manor	US		0	America/New_York	42.21676	-71.7559	125			MA	027	41340	
4934984	Dorothy Pond	dorothy-pond	US		0	America/New_York	42.22065	-71.75979	129			MA	027	41340	
4935003	Douglas Corner	douglas-corner	US		0	America/New_York	41.77538	-70.79143	20			MA	023	57600	
4935031	Downtown Boston	downtown-boston	US		0	America/New_York	42.35454	-71.05783	7			MA	025	07000	
4935071	Drury Square	drury-square	US		0	America/New_York	42.2062	-71.83563	151	Drury Mills,Drury Square		MA	027	02760	
4935074	Drumlin Farms	drumlin-farms	US		0	America/New_York	42.07843	-70.90365	41			MA	023	28495	
4935103	Duck Harbor (historical)	duck-harbor-historical	US		0	America/New_York	42.41565	-71.68896	106			MA	027	14395	
4935127	Duckville	duckville	US		0	America/New_York	42.21676	-72.34397	111			MA	013	52144	
4935146	Dudleyville	dudleyville	US		0	America/New_York	42.48537	-72.44592	282			MA	011	35180	
4935174	Duncan Knoll	duncan-knoll	US		0	America/New_York	42.20565	-72.5537	75			MA	013	13660	
4935278	Eaglesville	eaglesville	US		0	America/New_York	42.55009	-72.27036	161	Eaglesville,Eagleville		MA	027	02480	
4935290	East Acton	east-acton	US		0	America/New_York	42.47509	-71.40951	40	East Acton,Ellsworth		MA	017	00380	
4935300	East Billerica	east-billerica	US		0	America/New_York	42.58148	-71.237	37	Billerica,East Billerica		MA	017	05805	
4935301	East Blackstone	east-blackstone	US		0	America/New_York	42.04176	-71.51201	67			MA	027	06015	
4935303	East Bolton	east-bolton	US		0	America/New_York	42.44593	-71.56201	81			MA	027	06365	
4935304	East Boston	east-boston	US		0	America/New_York	42.3751	-71.03922	4	Bostonia Orientalis,East Boston,Noddles Island,Noodle's Island,ista bostana,ईस्ट बॉस्टन		MA	025	07000	
4935310	East Boxford	east-boxford	US		0	America/New_York	42.69176	-70.98005	36			MA	009	07420	
4935311	East Braintree	east-braintree	US		0	America/New_York	42.2251	-70.97449	21			MA	021	07740	
4935339	East Brimfield	east-brimfield	US		0	America/New_York	42.11121	-72.14841	200			MA	013	08470	
4935343	East Brewster	east-brewster	US		0	America/New_York	41.76816	-70.05974	15			MA	001	07980	
4935352	East Cambridge	east-cambridge	US		0	America/New_York	42.36676	-71.08005	2	East Cambridge,Graves Neck,Lechmere Point		MA	017	11000	
4935354	East Carver	east-carver	US		0	America/New_York	41.92733	-70.75087	44	East Carver,Wenham		MA	023	54310	
4935357	East Charlemont	east-charlemont	US		0	America/New_York	42.62231	-72.78982	160			MA	011	12505	
4935359	East Chop	east-chop	US		0	America/New_York	41.46845	-70.56892	8			MA	007	50390	
4935367	East Dedham	east-dedham	US		0	America/New_York	42.2501	-71.15783	26			MA	021	16495	
4935368	East Deerfield	east-deerfield	US		0	America/New_York	42.56675	-72.56537	61			MA	011	16670	
4935372	East Douglas	east-douglas	US		2557	America/New_York	42.07232	-71.7134	125	East Douglas,East Douglas Village,East Douglass		MA	027	17300	
4935375	East Douglas Station	east-douglas-station	US		0	America/New_York	42.06121	-71.71007	157	East Douglas Station,East Douglass		MA	027	17300	
4935381	East Fairhaven	east-fairhaven	US		0	America/New_York	41.64872	-70.86115	18			MA	005	22130	
4935382	East Farms	east-farms	US		0	America/New_York	42.1862	-72.74815	67	East Farms,Eastfarms		MA	013	76030	
4935383	East Forest Park	east-forest-park	US		0	America/New_York	42.09732	-72.53703	61			MA	013	67000	
4935384	East Foxboro	east-foxboro	US		0	America/New_York	42.06121	-71.20088	59	East Foxboro,East Foxborough		MA	021	24820	
4935386	East Gardner	east-gardner	US		0	America/New_York	42.57787	-71.9523	361			MA	027	25485	
4935393	East Greenfield	east-greenfield	US		0	America/New_York	42.57509	-72.58148	51			MA	011	27100	
4935394	East Groton	east-groton	US		0	America/New_York	42.64176	-71.49951	54	East Groton,East Groton Station		MA	017	27480	
4935396	East Hadley	east-hadley	US		0	America/New_York	42.3287	-72.55953	53	East Hadley,Fort River		MA	015	27690	
4935398	East Harwich	east-harwich	US		4872	America/New_York	41.70011	-70.02724	19			MA	001	29020	
4935416	East Holliston	east-holliston	US		0	America/New_York	42.2126	-71.42034	53			MA	017	30700	
4935422	East Junction	east-junction	US		0	America/New_York	41.90843	-71.30783	31			MA	005	02690	
4935428	East Lee	east-lee	US		0	America/New_York	42.29731	-73.22455	308			MA	003	34655	
4935429	East Leverett	east-leverett	US		0	America/New_York	42.43981	-72.48009	136	East Leverett,South Leverett,South Village		MA	011	35180	
4935430	East Lexington	east-lexington	US		0	America/New_York	42.42732	-71.20367	56			MA	017	35215	
4935433	East Littleton	east-littleton	US		0	America/New_York	42.56009	-71.45367	78	East Littleton,East Littleton Station		MA	017	76135	
4935444	East Mansfield	east-mansfield	US		0	America/New_York	42.02316	-71.17727	42			MA	005	38225	
4935448	East Gloucester	east-gloucester	US		0	America/New_York	42.61121	-70.6481	15			MA	009	26150	
4935451	East Millbury	east-millbury	US		0	America/New_York	42.22787	-71.74535	131			MA	027	41340	
4935452	East Milton	east-milton	US		0	America/New_York	42.25843	-71.04255	14			MA	021	41690	
4935464	East Natick	east-natick	US		0	America/New_York	42.30426	-71.3245	38			MA	021	74175	
4935468	East Northfield	east-northfield	US		0	America/New_York	42.69314	-72.43842	118			MA	011	47835	
4935469	East Northfield Station	east-northfield-station	US		0	America/New_York	42.72508	-72.46064	79			MA	011	47835	
4935470	East Norton	east-norton	US		0	America/New_York	41.9751	-71.17033	24			MA	005	49970	
4935474	East Parish	east-parish	US		0	America/New_York	42.66398	-71.01617	33			MA	009	07420	
4935482	East Pepperell	east-pepperell	US		2059	America/New_York	42.66537	-71.57312	70	East Pepperell,North Groton		MA	017	52805	
4935486	East Princeton	east-princeton	US		0	America/New_York	42.47287	-71.83896	213			MA	027	55395	
4935489	East Renfrew	east-renfrew	US		0	America/New_York	42.63675	-73.10232	269			MA	003	00555	
4935505	East Sharon	east-sharon	US		0	America/New_York	42.1351	-71.16116	58			MA	021	60785	
4935507	East Sheffield	east-sheffield	US		0	America/New_York	42.04787	-73.30095	214			MA	003	61065	
4935508	East Shelburne	east-shelburne	US		0	America/New_York	42.63536	-72.66676	206			MA	011	61135	
4935509	East Somerville	east-somerville	US		0	America/New_York	42.38673	-71.0839	9			MA	017	62535	
4935521	East Sudbury Station	east-sudbury-station	US		0	America/New_York	42.36037	-71.40173	45			MA	017	68260	
4935522	East Sutton	east-sutton	US		0	America/New_York	42.1626	-71.70174	171			MA	027	68610	
4935528	East Village	east-village	US		0	America/New_York	42.37731	-72.49759	55			MA	015	01325	
4935529	East Village	east-village	US		0	America/New_York	42.06121	-71.86396	145	East,East Village		MA	027	73895	
4935538	East Watertown	east-watertown	US		0	America/New_York	42.36954	-71.162	14			MA	017	73440	
4935543	East Whately	east-whately	US		0	America/New_York	42.44592	-72.61481	55	East Whately,Whately Station		MA	011	79110	
4935547	East Wilbraham	east-wilbraham	US		0	America/New_York	42.15426	-72.39536	122	Butlerville,East Wilbraham		MA	013	79740	
4935572	Eastern Summit	eastern-summit	US		0	America/New_York	42.67258	-73.01399	575			MA	003	24120	
4935590	Eastland Heights	eastland-heights	US		0	America/New_York	41.85011	-70.54531	14			MA	023	54310	
4935597	Easton Center	easton-center	US		0	America/New_York	42.03621	-71.09671	34	Easton,Easton Center,Easton Centre		MA	005	20100	
4935599	Easton Green	easton-green	US		0	America/New_York	42.04177	-71.0781	33			MA	005	20100	
4935602	Easton Station	easton-station	US		0	America/New_York	42.03843	-71.09449	37	Easton,Easton Station		MA	005	20100	
4935606	Eastondale	eastondale	US		0	America/New_York	42.03621	-71.06894	34			MA	005	20100	
4935609	Eastview Park	eastview-park	US		0	America/New_York	42.40093	-71.21478	61			MA	017	72600	
4935627	Ebenville	ebenville	US		0	America/New_York	42.43759	-71.70229	118			MA	027	34165	
4935643	Eden Square	eden-square	US		0	America/New_York	42.64537	-70.59504	15			MA	009	57880	
4935664	Edgemere	edgemere	US		0	America/New_York	42.2487	-71.74118	117			MA	027	61800	
4935673	Edgeworth	edgeworth	US		0	America/New_York	42.41899	-71.08005	5			MA	017	37875	
4935725	Egremont Plain	egremont-plain	US		0	America/New_York	42.18481	-73.414	228	Egremont Plain,Egremont Plain Road		MA	003	21360	
4935729	Egypt Beach	egypt-beach	US		0	America/New_York	42.2201	-70.74476	0	Egypt Beach,Egypt Station		MA	023	60330	
4935832	Elm Square	elm-square	US		0	America/New_York	42.01677	-71.02032	21			MA	023	75260	
4935856	Elmwood Station	elmwood-station	US		0	America/New_York	42.01843	-70.97032	20			MA	023	18455	
4935921	Enfield (historical)	enfield-historical	US		0	America/New_York	42.31676	-72.33286	160	Enfield (historical),Enfield Village		MA	015	72880	
4935957	Essex Falls	essex-falls	US		0	America/New_York	42.62509	-70.79116	9			MA	009	21850	
4936980	Fomer	fomer	US		0	America/New_York	42.24509	-72.79398	202			MA	015	62745	
4936990	Forbes Wharf	forbes-wharf	US		0	America/New_York	42.26677	-71.06033	3			MA	021	41690	
4936067	Factory Village (historical)	factory-village-historical	US		0	America/New_York	42.61675	-72.5537	67			MA	011	27100	
4936084	Factory Hollow	factory-hollow	US		0	America/New_York	42.41537	-72.5187	72	Amherst City,Factory Hollow		MA	015	01325	
4936094	Fairlane Mobile Home Park	fairlane-mobile-home-park	US		0	America/New_York	42.59398	-71.67035	103			MA	027	37420	
4936166	Fall River Station	fall-river-station	US		0	America/New_York	41.71399	-71.15366	10			MA	005	23000	
4936179	Falmouth Heights	falmouth-heights	US		0	America/New_York	41.54594	-70.59531	0			MA	001	23105	
4936196	Faneuil	faneuil	US		0	America/New_York	42.35565	-71.16339	19			MA	025	07000	
4936213	Farm Hill	farm-hill	US		0	America/New_York	42.49398	-71.09061	52			MA	017	67665	
4936231	Farnams	farnams	US		0	America/New_York	42.54175	-73.18566	328	Farnam,Farnams,Farnham,Farnums		MA	003	13345	
4936240	Farnumsville	farnumsville	US		0	America/New_York	42.17704	-71.6809	94			MA	027	26430	
4936247	Farm Street Station	farm-street-station	US		0	America/New_York	42.21093	-71.31422	53	Farm Street,Farm Street Station		MA	021	39765	
4936259	Faunce Corner	faunce-corner	US		0	America/New_York	41.67927	-70.98837	61			MA	005	16425	
4936312	Felchville	felchville	US		0	America/New_York	42.29787	-71.35923	57			MA	017	43895	
4936322	Fells	fells	US		0	America/New_York	42.44176	-71.07116	15			MA	017	40115	
4936339	Fennerville	fennerville	US		0	America/New_York	42.0376	-71.88285	152			MA	027	73895	
4936344	Fentonville	fentonville	US		0	America/New_York	42.14037	-72.27314	112			MA	013	08470	
4936354	Ferncroft	ferncroft	US		0	America/New_York	42.57926	-70.95783	21	Beaver Brook,Beaver Brook Station,Beaver Station,Ferncroft,Ferncroft Station		MA	009	16250	
4936364	Ferry Hill	ferry-hill	US		0	America/New_York	42.13955	-70.69921	21	Ferry Hill,Whites Ferry		MA	023	38855	
4936384	Fields Corner	fields-corner	US		0	America/New_York	42.3001	-71.05783	4	Fields Corner,Harrison Square		MA	025	07000	
4936385	Fieldston	fieldston	US		0	America/New_York	42.10732	-70.66393	3	Fieldston,Fieldstone		MA	023	38855	
4936389	Fighting Rock Corner	fighting-rock-corner	US		0	America/New_York	41.73482	-71.08977	48			MA	005	23000	
4936401	Finnville	finnville	US		0	America/New_York	42.19454	-70.89893	22			MA	023	30210	
4936415	Fireworks	fireworks	US		0	America/New_York	42.10427	-70.87171	18			MA	023	28285	
4936496	Fiberloid	fiberloid	US		0	America/New_York	42.15148	-72.53287	68	Fiberloid,Fiberoid		MA	013	67000	
4936642	First Encounter Beach	first-encounter-beach	US		0	America/New_York	41.82289	-70.00363	7			MA	001	19295	
4936774	Fishermans Landing	fishermans-landing	US		0	America/New_York	41.90622	-70.5467	16			MA	023	54310	
4936832	Five Corners	five-corners	US		0	America/New_York	42.02371	-71.12033	37			MA	005	20100	
4936833	Five Corners	five-corners	US		0	America/New_York	42.22899	-71.01949	48			MA	021	55745	
4936834	Five Corners	five-corners	US		0	America/New_York	41.79983	-70.76476	24			MA	023	72985	
4936835	Five Corners	five-corners	US		0	America/New_York	42.4437	-71.66618	74	Five Corners,Lanster Commons		MA	027	34165	
4936839	Five Pound Island	five-pound-island	US		0	America/New_York	42.61371	-70.65338	6			MA	009	26150	
4936918	Flint Village	flint-village	US		0	America/New_York	41.68899	-71.13004	56	Flint,Flint Village		MA	005	23000	
4936921	Flints Corner	flints-corner	US		0	America/New_York	42.65509	-71.43284	48			MA	017	71025	
4936972	Follen Heights	follen-heights	US		0	America/New_York	42.4326	-71.21339	88			MA	017	35215	
4937062	Forge Village	forge-village	US		0	America/New_York	42.58009	-71.48701	59	Forge,Forge Village		MA	017	76135	
4937073	Fort Andrews	fort-andrews	US		0	America/New_York	42.29982	-70.92838	4			MA	023	31645	
4937076	Fort Dawes	fort-dawes	US		0	America/New_York	42.3501	-70.95644	24			MA	025	07000	
4937077	Fort Duvall	fort-duvall	US		0	America/New_York	42.3001	-70.89588	17			MA	023	31645	
4937091	Fort Lucas	fort-lucas	US		0	America/New_York	42.67036	-72.67398	281			MA	011	14885	
4937101	Fort Morris	fort-morris	US		0	America/New_York	42.65147	-72.68176	341			MA	011	14885	
4937103	Fort Morrison	fort-morrison	US		0	America/New_York	42.69731	-72.6962	209			MA	011	14885	
4937119	Fort Revere	fort-revere	US		0	America/New_York	42.30621	-70.90782	18			MA	023	31645	
4937126	Fort Standish	fort-standish	US		0	America/New_York	41.99733	-70.62865	0			MA	023	54310	
4937129	Fort Warren	fort-warren	US		0	America/New_York	42.31954	-70.92866	14			MA	025	07000	
4937132	Fort Winthrop (historical)	fort-winthrop-historical	US		0	America/New_York	42.35204	-71.01199	6			MA	025	07000	
4937158	Foundry Village	foundry-village	US		0	America/New_York	42.6737	-72.71843	171			MA	011	14885	
4937179	Fourth Cliff	fourth-cliff	US		0	America/New_York	42.1601	-70.70448	3			MA	023	60330	
4937203	Fox Hill	fox-hill	US		0	America/New_York	42.52898	-71.19117	47			MA	017	09840	
4937222	Foxborough	foxborough	US		5625	America/New_York	42.06538	-71.24783	88	Foksboro,Foxboro,Foxborough,Foxmporo,faksbrw  masachwst,fokkusuboro,fu ke si bao,fwksbwrwh,pogseubeoleo,Φόξμπορο,Фоксборо,فاکسبرو، ماساچوست,فوكسبوروه,フォックスボロ,福克斯堡,폭스버러		MA	021	24820	
4937229	Foxvale	foxvale	US		0	America/New_York	42.0426	-71.23422	62			MA	021	24820	
4937232	Framingham Center	framingham-center	US		65413	America/New_York	42.29732	-71.43701	79	Framingham Center,Framingham Centre		MA	017	24925	
4937324	Frederick Corner	frederick-corner	US		0	America/New_York	42.64842	-71.47451	86			MA	017	71025	
4937346	Freeman Knoll	freeman-knoll	US		0	America/New_York	42.19815	-72.54953	77			MA	013	13660	
4937377	Fresh Brook	fresh-brook	US		0	America/New_York	41.89344	-69.98696	10	Brook Village,Fresh Brook,Fresh Brook Village,Trout Brook		MA	001	74385	
4937395	Freshwater Cove Village	freshwater-cove-village	US		0	America/New_York	42.59593	-70.68699	15	Fresh Water Cove Village,Fresh Water Village,Freshwater Cove Village		MA	009	26150	
4937437	Fryeville	fryeville	US		0	America/New_York	42.62786	-72.22508	185	Fryeville,Fryville,Tully Mill		MA	027	02480	
4937438	Fryville	fryville	US		0	America/New_York	42.40843	-71.61979	121	Fayville,Fryeville,Fryville		MA	027	06365	
4937458	Fuller Heights	fuller-heights	US		0	America/New_York	42.44537	-71.21339	59			MA	017	35215	
4937467	Fuller Shores	fuller-shores	US		0	America/New_York	41.81816	-70.93976	20			MA	023	33920	
4937477	Fullerville (historical)	fullerville-historical	US		0	America/New_York	42.42676	-71.68424	80			MA	027	14395	
4937491	Furnace	furnace	US		0	America/New_York	42.34592	-72.16063	174	Furnace,Furnace Village,Old Furnace		MA	027	28740	
4937506	Further Creek (historical)	further-creek-historical	US		0	America/New_York	41.28068	-70.22724	2	Farther Creek,Further Creek (historical)		MA	019	43790	
4937547	Gannett Corners	gannett-corners	US		0	America/New_York	42.21871	-70.78699	5	Gannett Corners,Gannetts Corners,North Scituate		MA	023	60330	
4937620	Gates Crossing	gates-crossing	US		0	America/New_York	42.49592	-71.73702	124			MA	027	35075	
4937628	Gay Head	gay-head	US		0	America/New_York	41.34372	-70.81475	50	Aquene-ut,Aquiniuh,Aquinnah,Gay Head,Gay Head Neck		MA	007	01585	
4937718	Gibbs Crossing	gibbs-crossing	US		0	America/New_York	42.23731	-72.28841	122			MA	015	72880	
4937719	Gibbs Grove	gibbs-grove	US		0	America/New_York	41.86816	-70.86143	31			MA	023	40850	
4937734	Gidleys Corner	gidleys-corner	US		0	America/New_York	41.58205	-71.03976	36			MA	005	16425	
4937736	Giffords Corner	giffords-corner	US		0	America/New_York	41.62233	-71.08004	39	Gifford's Corner,Giffords Corner		MA	005	77570	
4937755	Gill Station	gill-station	US		0	America/New_York	42.65008	-72.46398	84			MA	011	47835	
4937757	Gillett Corner	gillett-corner	US		0	America/New_York	42.02565	-72.78565	93			MA	013	65825	
4937769	Ginty Corner	ginty-corner	US		0	America/New_York	42.01482	-71.16227	33			MA	005	38225	
4937786	Gleasondale	gleasondale	US		0	America/New_York	42.4062	-71.52673	57	Gleasondale,Rock Bottom,Rockbottom		MA	017	68050	
4937787	Gleasondale Station	gleasondale-station	US		0	America/New_York	42.39593	-71.5234	59			MA	017	31540	
4937795	Glen Grove	glen-grove	US		0	America/New_York	42.16537	-71.99396	242			MA	027	12715	
4937796	Glen Grove Annex	glen-grove-annex	US		0	America/New_York	42.15843	-71.98702	246			MA	027	12715	
4937797	Glen Heights	glen-heights	US		0	America/New_York	42.15704	-71.99257	235			MA	027	12715	
4937814	Glenridge	glenridge	US		0	America/New_York	42.24593	-71.32145	75			MA	021	17405	
4937824	Globe Village	globe-village	US		0	America/New_York	41.68205	-71.1856	30	Globe Corner,Globe Village		MA	005	23000	
4937826	Globe Village	globe-village	US		0	America/New_York	42.08343	-72.0473	155	Globe,Globe Village		MA	027	63345	
4937893	Golden Ring Camp	golden-ring-camp	US		0	America/New_York	42.0501	-70.84393	28			MA	023	52630	
4937904	Gomorrah	gomorrah	US		0	America/New_York	42.05148	-73.2865	210			MA	003	45420	
4937906	Gooch Corners	gooch-corners	US		0	America/New_York	42.22732	-71.42645	101			MA	017	30700	
4937931	Goodrichville	goodrichville	US		0	America/New_York	42.59787	-71.70229	130			MA	027	37420	
4937990	Goss Heights	goss-heights	US		0	America/New_York	42.26259	-72.87315	187			MA	015	31785	
4937996	Goulding Village	goulding-village	US		0	America/New_York	42.54176	-72.1098	329	East Phillipston,Goulding Village		MA	027	53225	
4938009	Gowards Corner	gowards-corner	US		0	America/New_York	42.0251	-71.06671	32			MA	005	20100	
4938046	Graceland Park	graceland-park	US		0	America/New_York	42.77231	-71.15978	58			MA	009	40710	
4938075	Grand View Estates	grand-view-estates	US		0	America/New_York	42.0901	-71.89785	212			MA	027	17685	
4938076	Grand Vue	grand-vue	US		0	America/New_York	41.63733	-70.80476	7			MA	023	39450	
4938094	Granville Center	granville-center	US		0	America/New_York	42.06732	-72.87871	315	East Granville,Granville,Granville Center,Granville Centre		MA	013	26675	
4938148	Gray Gables	gray-gables	US		0	America/New_York	41.73344	-70.62031	2	Gray Gables,Grey Gables Station,Little Neck,Tudor Haven		MA	001	07175	
4938173	Great Brook Valley	great-brook-valley	US		0	America/New_York	42.30704	-71.77174	138			MA	027	82000	
4938278	Great Swamp	great-swamp	US		0	America/New_York	42.24454	-72.61342	52			MA	015	64145	
4938314	Green Acres Trailer Park	green-acres-trailer-park	US		0	America/New_York	42.6587	-71.58257	68			MA	017	52805	
4938354	Green Ridge Park	green-ridge-park	US		0	America/New_York	42.45175	-73.18788	328	Green Ridge Park,Greenridge Park		MA	003	16180	
4938402	Greenlodge	greenlodge	US		0	America/New_York	42.22232	-71.15922	40	Green Lodge,Greenlodge		MA	021	16495	
4938421	Greenwich (historical)	greenwich-historical	US		0	America/New_York	42.35842	-72.29619	160	Greenwich (historical),Greenwich Centre,Greenwich Town		MA	027	53120	
4938422	Greenwich Village (historical)	greenwich-village-historical	US		0	America/New_York	42.38342	-72.27453	160			MA	027	28740	
4938445	Greylock	greylock	US		0	America/New_York	42.69647	-73.15149	198			MA	003	46225	
4938446	Greylock Estates	greylock-estates	US		0	America/New_York	42.54203	-73.22788	364			MA	003	34340	
4938466	Griswoldville	griswoldville	US		0	America/New_York	42.65647	-72.71398	169			MA	011	14885	
4938470	Grosvenor Corner	grosvenor-corner	US		0	America/New_York	42.77676	-71.17367	50			MA	009	40710	
4938495	Grove Hall	grove-hall	US		0	America/New_York	42.31121	-71.0745	26			MA	025	07000	
4938513	Grounts Corner	grounts-corner	US		0	America/New_York	42.57786	-72.49398	89			MA	011	42285	
4938560	Gurneys Corner	gurneys-corner	US		0	America/New_York	42.04316	-70.85449	29	Gurney's Corners,Gurneys Corner		MA	023	28495	
4938598	Haggetts	haggetts	US		0	America/New_York	42.64343	-71.20728	43	Haggett,Haggetts		MA	009	01465	
4938625	Hales Crossing	hales-crossing	US		0	America/New_York	42.65425	-72.56398	111			MA	011	05560	
4938647	Halfway Pond	halfway-pond	US		0	America/New_York	41.84233	-70.53642	2			MA	023	54310	
4938653	Halifax Beach	halifax-beach	US		0	America/New_York	42.0001	-70.85226	20	Halifax,Halifax Beach		MA	023	27795	
4938658	Halifax Mobile Home Estates	halifax-mobile-home-estates	US		0	America/New_York	41.9926	-70.82893	21			MA	023	27795	
4938668	Halfway House	halfway-house	US		0	America/New_York	42.06204	-71.67034	149			MA	027	71620	
4938676	Hallockville	hallockville	US		0	America/New_York	42.55259	-72.94176	493	Hallockville,Hollockville		MA	011	29475	
4938697	Hamilton Worcester	hamilton-worcester	US		8460	America/New_York	42.2562	-71.76757	148	Hamilton,Ipswich Hamlet		MA	027	82000	
4938698	Hamilton Beach	hamilton-beach	US		0	America/New_York	41.74344	-70.71198	1			MA	023	72985	
4938726	Hammond Heights	hammond-heights	US		0	America/New_York	42.27398	-71.81757	186			MA	027	82000	
4938773	Hampton Ponds	hampton-ponds	US		0	America/New_York	42.18343	-72.70065	79			MA	013	76030	
4938776	Hampton Village	hampton-village	US		0	America/New_York	42.16815	-72.75454	80			MA	013	76030	
4938795	Handy Four Corners	handy-four-corners	US		0	America/New_York	41.57094	-71.07588	12			MA	005	77570	
4938810	Hanover Center	hanover-center	US		0	America/New_York	42.11677	-70.84115	34			MA	023	28285	
4938834	Happy Hills	happy-hills	US		0	America/New_York	42.11593	-71.47423	89			MA	021	04930	
4938854	Harding	harding	US		0	America/New_York	42.20371	-71.32395	51			MA	021	39765	
4938884	Harlows Landing	harlows-landing	US		0	America/New_York	41.84844	-70.53114	0	Harlow's Landing,Harlows Landing		MA	023	54310	
4938928	Harrubs Corner	harrubs-corner	US		0	America/New_York	41.98816	-70.80254	14	Harris Corner,Harrubs Corner		MA	023	54415	
4938938	Harthaven	harthaven	US		0	America/New_York	41.44317	-70.55642	4			MA	007	50390	
4938977	Harvard Station	harvard-station	US		0	America/New_York	42.52231	-71.59951	89	Harvard,Harvard Station		MA	027	28950	
4939046	Hatchville	hatchville	US		0	America/New_York	41.62927	-70.56336	29			MA	001	23105	
4939071	Hatherly	hatherly	US		0	America/New_York	42.15677	-70.92449	41			MA	023	57775	
4939072	Hatherly Beach	hatherly-beach	US		0	America/New_York	42.2126	-70.73282	1			MA	023	60330	
4939084	Havenville	havenville	US		0	America/New_York	42.50232	-71.21061	49			MA	017	09840	
4939154	Hayden Row	hayden-row	US		0	America/New_York	42.20426	-71.51062	129	Hayden Row,Hayden Rowe		MA	017	31085	
4939177	Hayward Corner	hayward-corner	US		0	America/New_York	42.64842	-71.45173	64			MA	017	71025	
4939182	Haywardville	haywardville	US		0	America/New_York	42.46426	-71.09144	51			MA	017	67665	
4939190	Head of Plains (historical)	head-of-plains-historical	US		0	America/New_York	41.26679	-70.1828	7	Head of Plains (historical),Head of the Plains		MA	019	43790	
4939191	Head of Westport	head-of-westport	US		14809	America/New_York	41.62094	-71.06199	7	Head of Westport,Head of the River,Westport,Westport Village		MA	005	77570	
4939197	Heald Village	heald-village	US		0	America/New_York	42.42509	-72.09536	225			MA	027	03740	
4939202	Heard Street	heard-street	US		0	America/New_York	42.23065	-71.84257	184			MA	027	82000	
4939220	Heaven Heights	heaven-heights	US		0	America/New_York	41.78621	-70.94948	27			MA	005		
4939263	Hemlock Brook (historical)	hemlock-brook-historical	US		0	America/New_York	42.69036	-73.24261	292			MA	003	79985	
4939272	Hemlocks	hemlocks	US		0	America/New_York	41.81121	-70.93976	34			MA	023	33920	
4939277	Hemlock Brook Estates	hemlock-brook-estates	US		0	America/New_York	42.72369	-73.20566	184			MA	003	79985	
4939293	Hephzibah Heights	hephzibah-heights	US		0	America/New_York	42.16676	-73.18983	470			MA	003	42460	
4939296	Hebronville	hebronville	US		0	America/New_York	41.90288	-71.32033	28	Hebronville,Herbonville		MA	005	02690	
4939431	Highland Glen Estates	highland-glen-estates	US		0	America/New_York	42.28398	-72.41231	166			MA	015	04825	
4939488	Hillcrest	hillcrest	US		0	America/New_York	41.65427	-71.07449	28			MA	005	77570	
4939535	Hilltop Acres	hilltop-acres	US		0	America/New_York	41.79871	-70.95643	31			MA	023	33920	
4939550	Hingham Center	hingham-center	US		0	America/New_York	42.23343	-70.88004	17	Hingham Center,Hingham Centre		MA	023	30210	
4939583	Hixville	hixville	US		0	America/New_York	41.68177	-71.03143	33	Hicksville,Hixville,Hixville Village		MA	005	16425	
4939597	Hockanum	hockanum	US		0	America/New_York	42.29315	-72.6037	43			MA	015	27690	
4939609	Hodges Village	hodges-village	US		0	America/New_York	42.11815	-71.88091	143	Hodge Village,Hodges Village,Howarths Village		MA	027	51825	
4939635	Hoicks Hollow	hoicks-hollow	US		0	America/New_York	41.28762	-69.97168	3			MA	019	43790	
4939685	Holden Center	holden-center	US		0	America/New_York	42.35009	-71.85785	245	Holden,Holden Center,Holden Centre		MA	027	30560	
4939700	Holly Woods	holly-woods	US		0	America/New_York	41.65899	-70.75837	0	Holly Woods,Hollywoods		MA	023	39450	
4939836	Hoosac Tunnel	hoosac-tunnel	US		0	America/New_York	42.66925	-72.99288	224			MA	003	24120	
4939840	Hoosac Tunnel Station	hoosac-tunnel-station	US		0	America/New_York	42.66842	-72.98704	236			MA	011	58335	
4939956	Hosmer Corner	hosmer-corner	US		0	America/New_York	42.06454	-72.72454	76			MA	013	65825	
4939969	Houghs Neck	houghs-neck	US		0	America/New_York	42.26677	-70.95783	7	Hough Neck,Hough's Neck,Houghs Neck		MA	021	55745	
4939989	Houghtonville	houghtonville	US		0	America/New_York	42.71258	-73.1076	307			MA	003	14010	
4940009	Hovey Corner	hovey-corner	US		0	America/New_York	42.67953	-71.6009	97	Hovey Corner,Hovey's Corner		MA	017	52805	
4940058	Howlands	howlands	US		0	America/New_York	41.79733	-70.84532	27	Howlands,Howlands Station		MA	023	57600	
4940077	Hubbard Corner	hubbard-corner	US		0	America/New_York	42.04371	-72.63565	40	Hubbard Corner,Hubbard Corners		MA	013	00840	
4940081	Hubbardston Station	hubbardston-station	US		0	America/New_York	42.48481	-71.98619	300	East Hubbardston,Hubbardston,Hubbardston Station		MA	027	31435	
4940092	Huckleberry Shores	huckleberry-shores	US		0	America/New_York	41.82371	-70.94949	21	Huckleberry Shores,Huckleyberry Shores		MA	023	33920	
4940096	Huckleberry Corner	huckleberry-corner	US		0	America/New_York	41.83344	-70.77031	28			MA	023	11665	
4940145	Hundred Acre Lot	hundred-acre-lot	US		0	America/New_York	42.09732	-71.66896	147			MA	027	71620	
4940178	Huron Village	huron-village	US		0	America/New_York	42.38149	-71.13894	6			MA	017	11000	
4940195	Hyannis Park	hyannis-park	US		0	America/New_York	41.64594	-70.26891	3			MA	001	82525	
4940224	Idlewell	idlewell	US		0	America/New_York	42.23066	-70.95505	14	Idlewell,Idlewild		MA	021	78972	
4940227	Idylwide	idylwide	US		0	America/New_York	42.43315	-71.252	81			MA	017	35215	
4940268	Idlewood	idlewood	US		0	America/New_York	41.63621	-70.98004	16			MA	005	16425	
4940294	Indian Heights	indian-heights	US		0	America/New_York	41.75927	-70.63114	12			MA	023	72985	
4940308	Indian Lands	indian-lands	US		0	America/New_York	41.33345	-70.81614	15			MA	007	01585	
4940326	Indian Shore	indian-shore	US		0	America/New_York	41.82371	-70.91476	16			MA	023	33920	
4940344	Inland Park	inland-park	US		0	America/New_York	41.73483	-70.94532	37			MA	005	45000	
4940657	Ironstone	ironstone	US		0	America/New_York	42.02843	-71.61062	74			MA	027	71620	
4940670	Island Creek	island-creek	US		0	America/New_York	42.0126	-70.72448	22			MA	023	17895	
4940692	Islington	islington	US		0	America/New_York	42.22371	-71.18978	57			MA	021	78690	
4940715	Jabez Corner	jabez-corner	US		0	America/New_York	41.94594	-70.64615	27	Hobbs Hole,Jabez Corner,Wellingsly		MA	023	54310	
4940755	Jacobs Lake Shores	jacobs-lake-shores	US		0	America/New_York	42.16177	-70.85282	38			MA	023	50145	
4940801	Jamesville (historical)	jamesville-historical	US		0	America/New_York	42.22926	-71.84868	164			MA	027	82000	
4940826	Jefferson Shores	jefferson-shores	US		0	America/New_York	41.75177	-70.62892	10			MA	023	72985	
4940828	Jeffries Point	jeffries-point	US		0	America/New_York	42.36538	-71.03283	15			MA	025	07000	
4940856	Jerneganville	jerneganville	US		0	America/New_York	41.40178	-70.5553	13	Arbutis Park,Jerneganville		MA	007	21150	
4940994	Johnson Corner	johnson-corner	US		0	America/New_York	42.06676	-72.69398	72			MA	013	00840	
4941108	June Street	june-street	US		0	America/New_York	42.2687	-71.83507	198			MA	027	82000	
4941188	Kempton Croft	kempton-croft	US		0	America/New_York	41.64038	-71.00921	43			MA	005	16425	
4941189	Kenberma	kenberma	US		0	America/New_York	42.28343	-70.87449	3			MA	023	31645	
4941191	Kendal Green	kendal-green	US		0	America/New_York	42.37982	-71.28172	34	Kendal Green,Kendall Green		MA	017	77255	
4941193	Kelly Corner	kelly-corner	US		0	America/New_York	42.47509	-71.45367	67	Kelly Corner,Kelly's Corner		MA	017	00380	
4941242	Kent Corner	kent-corner	US		0	America/New_York	42.70565	-70.90922	17	Chaplinville,Kent Corner		MA	009	58405	
4941243	Kent Park	kent-park	US		0	America/New_York	42.10844	-70.68976	4			MA	023	38855	
4941267	Kettle Cove Village	kettle-cove-village	US		0	America/New_York	42.5801	-70.72949	17			MA	009	37995	
4941315	King Corner	king-corner	US		0	America/New_York	42.56481	-72.9501	417	King Corner,Kings Corner		MA	011	29475	
4941324	Kingdom Hall	kingdom-hall	US		0	America/New_York	41.57789	-70.54558	8			MA	001	23105	
4941354	Kings Forest	kings-forest	US		0	America/New_York	42.68898	-70.98005	29			MA	009	07420	
4941356	Kings Landing	kings-landing	US		0	America/New_York	42.15843	-70.76671	2			MA	023	50145	
4941371	Kingsbury Beach	kingsbury-beach	US		0	America/New_York	41.83761	-70.00363	5			MA	001	19295	
4941391	Kingston Shores	kingston-shores	US		0	America/New_York	41.99816	-70.70365	12			MA	023	33220	
4941401	Kirby Corner	kirby-corner	US		0	America/New_York	41.60288	-71.0856	31	Kirby Corner,Kirby's Corner		MA	005	77570	
4941414	Kinsman Corner	kinsman-corner	US		0	America/New_York	42.63759	-70.9745	12			MA	009	07420	
4941420	Kittville	kittville	US		0	America/New_York	42.18982	-71.6559	109			MA	027	26430	
4941424	Knights Corner	knights-corner	US		0	America/New_York	42.35204	-72.40314	290			MA	015	52560	
4941425	Knights Crossing	knights-crossing	US		0	America/New_York	42.77509	-70.88839	6			MA	009	45175	
4941427	Knightville	knightville	US		0	America/New_York	42.28342	-72.86621	151	Knightsville,Knightville		MA	015	31785	
4941431	Knollmere	knollmere	US		0	America/New_York	41.63538	-70.85948	1			MA	005	22130	
4941447	Konkapot	konkapot	US		0	America/New_York	42.07731	-73.16205	435			MA	003	59665	
4941492	Lagoon Heights	lagoon-heights	US		0	America/New_York	41.45011	-70.57919	8			MA	007	50390	
4941510	Lake Forest Park	lake-forest-park	US		0	America/New_York	42.30843	-71.35367	56			MA	017	43895	
4941590	Lakeside Shore	lakeside-shore	US		0	America/New_York	41.7951	-70.93143	33			MA	023	33920	
4941597	Lakeview Heights	lakeview-heights	US		0	America/New_York	41.80149	-70.95643	30			MA	023	33920	
4941598	Lakeview Heights	lakeview-heights	US		0	America/New_York	42.04343	-71.82452	207			MA	027	73895	
4941603	Lakeview Terrace	lakeview-terrace	US		0	America/New_York	42.49175	-73.2401	352			MA	003	53960	
4941612	Lakewood Park	lakewood-park	US		0	America/New_York	42.52926	-71.87869	274			MA	027	77010	
4941622	Lamberts Cove	lamberts-cove	US		0	America/New_York	41.43817	-70.66725	18	Lambert's Cove,Lamberts Cove		MA	007	78235	
4941627	Lambs Grove	lambs-grove	US		0	America/New_York	42.27509	-71.96785	266			MA	027	66105	
4941650	Lands End	lands-end	US		0	America/New_York	42.64037	-70.59949	25	Land's End,Lands End		MA	009	57880	
4941655	Lane Village	lane-village	US		0	America/New_York	42.66037	-71.93674	348	Lake,Lane Village		MA	027	01885	
4941683	Larrywaug	larrywaug	US		0	America/New_York	42.30009	-73.33428	262			MA	003	67595	
4941716	Laurel Park	laurel-park	US		0	America/New_York	42.35842	-72.6412	62			MA	015	46330	
4941764	Le Count Hollow (historical)	le-count-hollow-historical	US		0	America/New_York	41.92372	-69.97724	24			MA	001	74385	
4941845	Leightons Corner	leightons-corner	US		0	America/New_York	42.7237	-70.93561	22			MA	009	58405	
4941846	Leino Park	leino-park	US		0	America/New_York	42.52509	-71.8773	271	Leina Park,Leino Park		MA	027	77010	
4941847	Leisure Lee	leisure-lee	US		0	America/New_York	42.29398	-73.20011	457			MA	003	34655	
4941868	Lenox Station	lenox-station	US		0	America/New_York	42.35009	-73.24455	292	Lenox Railroad Station,Lenox Station		MA	003	34970	
4941906	Leverett Station	leverett-station	US		0	America/New_York	42.45064	-72.52259	104			MA	011	35180	
4941949	Leyden	leyden	US		785	America/New_York	42.70008	-72.63009	294	Leyden,Leydon		MA	011	35285	
4941956	Liberty Heights	liberty-heights	US		0	America/New_York	42.12287	-72.59537	62			MA	013	67000	
4941958	Liberty Plain	liberty-plain	US		0	America/New_York	42.18899	-70.88282	41			MA	023	30210	
4942034	Lincoln Heights	lincoln-heights	US		0	America/New_York	42.22371	-70.91893	6			MA	021	78972	
4942092	Linebrook	linebrook	US		0	America/New_York	42.68009	-70.92866	23	Line Brook,Line Brook Village,Linebrook		MA	009	32310	
4942133	Little Bridge	little-bridge	US		0	America/New_York	42.1601	-70.7431	7	Little Bridge,Littles Bridge		MA	023	38855	
4942153	Little Egypt	little-egypt	US		0	America/New_York	42.60564	-73.08094	494			MA	003	00555	
4942206	Little Nahant	little-nahant	US		0	America/New_York	42.43621	-70.93283	25			MA	009	43580	
4942242	Little Rest	little-rest	US		0	America/New_York	42.14065	-72.18702	213			MA	013	08470	
4942301	Littleton Common	littleton-common	US		2789	America/New_York	42.54593	-71.47451	82	Littleton,Littleton Village		MA	017	35950	
4942307	Littleville	littleville	US		0	America/New_York	42.28759	-72.89121	158			MA	013	13485	
4942330	Lobsterville	lobsterville	US		0	America/New_York	41.35011	-70.79753	5			MA	007	01585	
4942338	Locks Village	locks-village	US		0	America/New_York	42.50009	-72.43425	255	Lock,Lock Village,Lock's Village,Locks Village		MA	011	61905	
4942360	Lokerville	lokerville	US		0	America/New_York	42.28898	-71.39673	50			MA	017	43895	
4942420	Long Josephs Point	long-josephs-point	US		0	America/New_York	41.24596	-70.09946	7	Long Joseph's Point,Long Josephs Point		MA	019	43790	
4942432	Long Plain	long-plain	US		0	America/New_York	41.7376	-70.89532	22			MA	005	00520	
4942485	Long Pond Park	long-pond-park	US		0	America/New_York	42.69592	-71.3634	71			MA	017	17475	
4942538	Longwood Station	longwood-station	US		0	America/New_York	42.34204	-71.11061	13	Longwood,Longwood Station		MA	021	09175	
4942581	Loudville	loudville	US		0	America/New_York	42.28759	-72.73759	103			MA	015	76380	
4942593	Lovell Corners	lovell-corners	US		0	America/New_York	42.19677	-70.92643	25	Lovell Corners,Lovells Corner,Porter		MA	021	78972	
4942600	Lovellville	lovellville	US		0	America/New_York	42.37093	-71.85063	182			MA	027	30560	
4942636	Lowell Junction	lowell-junction	US		0	America/New_York	42.61398	-71.162	24			MA	009	01465	
4942694	Lower Mills	lower-mills	US		0	America/New_York	42.2751	-71.07033	12	Dorchester,Lower Mills		MA	025	07000	
4942722	Lower Village	lower-village	US		0	America/New_York	42.43343	-71.48451	68			MA	017	68050	
4942725	Lower Wire Village	lower-wire-village	US		0	America/New_York	42.26398	-71.99341	216	Lower Wire Village,Wire,Wire Village		MA	027	66105	
4942746	Ludlow Center	ludlow-center	US		0	America/New_York	42.19176	-72.45925	84	Ludlow Center,Ludlow Centre		MA	013	37175	
4942749	Ludlow City	ludlow-city	US		0	America/New_York	42.22037	-72.49898	76			MA	013	37175	
4942772	Lunenburg Station	lunenburg-station	US		0	America/New_York	42.5362	-71.70368	120			MA	027	37420	
4942779	Luther Corner	luther-corner	US		0	America/New_York	41.74482	-71.2231	25	Luther Corner,Luther Station,Luthers Corner		MA	005	68750	
4942786	Luthers Corners	luthers-corners	US		0	America/New_York	41.80927	-71.337	14	Luther Corner,Luther's Corners,Luthers Corners		MA	005	60645	
4942831	Lynnhurst	lynnhurst	US		0	America/New_York	42.47093	-71.00366	18	Lyndhurst,Lynnhurst		MA	009	60015	
4942839	Lyonsville	lyonsville	US		0	America/New_York	42.67231	-72.71537	174			MA	011	14885	
4942861	Macomber Corner	macomber-corner	US		0	America/New_York	41.59788	-70.98004	18			MA	005	16425	
4942862	Macombers Corner	macombers-corner	US		0	America/New_York	41.56955	-71.10643	50			MA	005	77570	
4942871	Maddequet (historical)	maddequet-historical	US		0	America/New_York	41.28901	-70.16891	1	Madaket,Madaquet,Maddequet (historical),Madeket		MA	019	43790	
4942901	Madaket	madaket	US		236	America/New_York	41.2729	-70.19807	8	Madaket,Madaquet,Maddaket,Maddequet,Madeket,Mattaket		MA	019	43790	
4942902	Mahkeenac Shores	mahkeenac-shores	US		0	America/New_York	42.33092	-73.31427	296			MA	003	67595	
4942903	Mahkeenac Terrace	mahkeenac-terrace	US		0	America/New_York	42.33314	-73.31427	293			MA	003	67595	
4942905	Mahkeenac Heights	mahkeenac-heights	US		0	America/New_York	42.32648	-73.31205	335			MA	003	67595	
4942934	Makonikey	makonikey	US		0	America/New_York	41.45983	-70.65558	8			MA	007	78235	
4942946	Malden Highlands	malden-highlands	US		0	America/New_York	42.43204	-71.08616	37			MA	017	37875	
4942954	Malden Centre	malden-centre	US		0	America/New_York	42.42704	-71.06505	7			MA	017	37875	
4942975	Manchester-by-the-Sea	manchester-by-the-sea	US		5366	America/New_York	42.57787	-70.76894	4	Jeffreys Creek,Manchehster-baj-zeh-Si,Manchester,Manchester Village,Manchester-by-the-Sea,maencheseuteobaideosi,manshstr bay dh sy,mnchstr sahl drya  masachwst,Манчестер,Манчэстер-бай-зэ-Си,مانشستر باي ذ سي,مانچسٹر، میساچوسٹس,منچستر ساحل دریا، ماساچوست,맨체스터바이더시		MA	009	37995	
4942994	Manleys Corner	manleys-corner	US		0	America/New_York	42.04177	-71.05782	37	Hanleys Corner,Manleys Corner		MA	023	75260	
4942996	Mann Hill Beach	mann-hill-beach	US		0	America/New_York	42.22288	-70.74949	3			MA	023	60330	
4943008	Manomet Beach	manomet-beach	US		0	America/New_York	41.89233	-70.5342	7			MA	023	54310	
4943009	Manomet Bluffs	manomet-bluffs	US		0	America/New_York	41.9126	-70.54809	3			MA	023	54310	
4943013	Manomet Heights	manomet-heights	US		0	America/New_York	41.9251	-70.55364	16			MA	023	54310	
4943031	Manson Corner	manson-corner	US		0	America/New_York	42.20149	-70.78338	36			MA	023	60330	
4943034	Mantyranta	mantyranta	US		0	America/New_York	42.53898	-71.88202	284	Mantyranta,Wachusett Village		MA	027	77010	
4943048	Manns Corner	manns-corner	US		0	America/New_York	42.14399	-70.86754	33	Mann's Corner,Manns Corner		MA	023	28285	
4943050	Maple Ridge	maple-ridge	US		0	America/New_York	42.0751	-71.48006	95			MA	021	04930	
4943085	Mara Vista	mara-vista	US		0	America/New_York	41.54733	-70.5867	-4	Lawrences Neck,Mara Vista,Maravista		MA	001	23105	
4943096	Marble Ridge Station	marble-ridge-station	US		0	America/New_York	42.67926	-71.09783	58			MA	009	46365	
4943101	Marblehead Lighthouse	marblehead-lighthouse	US		0	America/New_York	42.50621	-70.83394	0			MA	009	38400	
4943102	Marblehead Neck	marblehead-neck	US		0	America/New_York	42.5001	-70.83699	7			MA	009	38400	
4943150	Marions Camp	marions-camp	US		0	America/New_York	42.15565	-71.77229	186			MA	027	68610	
4943163	Marks Garrison	marks-garrison	US		0	America/New_York	42.23481	-72.15924	192			MA	027	75400	
4942883	Magnolia	magnolia	US	08049	0	America/New_York	42.57371	-70.7106	14			MA	009	26150	
4943177	Marlborough Junction	marlborough-junction	US		0	America/New_York	42.33148	-71.54118	86	Marlboro Junction,Marlborough Junction,South Marlborough		MA	017	38715	
4943194	Marshall Corner	marshall-corner	US		0	America/New_York	42.05982	-71.06616	34	Marshall Corner,Marshall's Corner,Marshalls Corner		MA	023	09000	
4943206	Marshfield Center	marshfield-center	US		0	America/New_York	42.11677	-70.71615	24	Marshfield Center,Marshfield Centre		MA	023	38855	
4943223	Marston Corners	marston-corners	US		0	America/New_York	42.74176	-71.16811	52			MA	009	40710	
4943243	Marsh Corner	marsh-corner	US		0	America/New_York	42.72787	-71.23145	52			MA	009	40710	
4943298	Mashpee Neck	mashpee-neck	US		1000	America/New_York	41.61011	-70.46475	12			MA	001	39100	
4943323	Masons Corner	masons-corner	US		0	America/New_York	41.76677	-70.94254	27			MA	005		
4943402	Massasoit	massasoit	US		0	America/New_York	42.23954	-71.78229	182			MA	027	82000	
4943410	Matfield	matfield	US		0	America/New_York	42.03343	-70.99671	27			MA	023	75260	
4943411	Matfield Corner	matfield-corner	US		0	America/New_York	42.0301	-71.00866	27			MA	023	75260	
4943412	Matfield Junction	matfield-junction	US		0	America/New_York	42.03538	-70.98754	20			MA	023	75260	
4943419	Mathies Manor	mathies-manor	US		0	America/New_York	42.19037	-72.56481	70			MA	013	13660	
4943458	Maushop Village	maushop-village	US		0	America/New_York	41.564	-70.47114	8	Maushop Village,Weesquobs		MA	001	39100	
4943460	Maxim Corner	maxim-corner	US		0	America/New_York	41.87732	-70.80476	27			MA	023	40850	
4943479	Mayflower Grove	mayflower-grove	US		0	America/New_York	42.04177	-70.84254	23			MA	023	52630	
4943480	Mayflower Heights	mayflower-heights	US		0	America/New_York	42.06399	-70.15225	9			MA	001	55500	
4943499	Mayo Beach	mayo-beach	US		0	America/New_York	41.93066	-70.04113	10	Mayo Beach,Mayos Beach		MA	001	74385	
4943501	Mayo Corners	mayo-corners	US		0	America/New_York	42.68342	-72.3112	292			MA	011	73265	
4943552	McKnight and Bay	mcknight-and-bay	US		0	America/New_York	42.11676	-72.5662	64	McKnight District,McKnight and Bay		MA	013	67000	
4943573	Meadow Brook	meadow-brook	US		0	America/New_York	41.9376	-71.16755	21	Meadow Brook,Meadowbrook		MA	005	49970	
4943595	Meadow Wood Trailer Park	meadow-wood-trailer-park	US		0	America/New_York	42.59648	-71.6834	119			MA	027	37420	
4943596	Meadowbrook Acres Mobile Home Park	meadowbrook-acres-mobile-home-park	US		0	America/New_York	42.50898	-71.75368	118			MA	027	35075	
4943600	Meadowbrook Green	meadowbrook-green	US		0	America/New_York	42.17482	-72.33397	144			MA	013	52144	
4943601	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/New_York	42.39037	-71.58034	78			MA	017	31540	
4943607	Meadowvale	meadowvale	US		0	America/New_York	42.70119	-73.18538	197			MA	003	79985	
4943608	Meads Corner	meads-corner	US		0	America/New_York	42.35398	-72.42314	294			MA	015	04825	
4943618	Medfield Junction	medfield-junction	US		0	America/New_York	42.19732	-71.32589	41			MA	021	39765	
4943633	Medford Hillside	medford-hillside	US		0	America/New_York	42.4126	-71.12533	20			MA	017	39835	
4943660	Meeting House Hill	meeting-house-hill	US		0	America/New_York	42.30704	-71.06199	19			MA	025	07000	
4943669	Megansett	megansett	US		0	America/New_York	41.65288	-70.62031	12			MA	001	23105	
4943684	Melrose Highlands	melrose-highlands	US		0	America/New_York	42.47093	-71.06144	29	Melrose,Melrose Highlands		MA	017	40115	
4943741	Menauhant	menauhant	US		0	America/New_York	41.55428	-70.55003	3			MA	001	23105	
4943764	Mercer Square	mercer-square	US		0	America/New_York	42.13205	-70.85865	28			MA	023	28285	
4943768	Meriams Corner	meriams-corner	US		0	America/New_York	42.45982	-71.3245	42	Meriam's Corner,Meriams Corner,Merriams Corner		MA	017	15060	
4943771	Merino Village	merino-village	US		0	America/New_York	42.0501	-71.88979	139	Merino,Merino Village		MA	027	17685	
4943772	Merino Village (historical)	merino-village-historical	US		0	America/New_York	42.04982	-71.88841	131			MA	027	17685	
4943788	Merrimac Terrace	merrimac-terrace	US		0	America/New_York	42.48232	-71.00366	32	Merrimac Terrace,South Amesbury		MA	009	60015	
4943806	Merrimacport	merrimacport	US		0	America/New_York	42.82787	-70.98839	15	Merrimac Port,Merrimacport,River Village,South Amesbury Post Office		MA	009	40430	
4943878	Middle Pasture (historical)	middle-pasture-historical	US		0	America/New_York	41.27929	-70.0155	9			MA	019	43790	
4943888	Middleborough	middleborough	US		23116	America/New_York	41.89316	-70.91115	30	Four Corners,Middleboro,Middleborough,Namasket		MA	023	40850	
4943925	Middlesex Village	middlesex-village	US		0	America/New_York	42.63481	-71.34673	29	Middlesex,Middlesex Village		MA	017	37000	
4943927	Middleton Colony	middleton-colony	US		0	America/New_York	42.59037	-70.99255	23			MA	009	41095	
4943935	Mikas Pond	mikas-pond	US		0	America/New_York	41.28346	-70.10307	11			MA	019	43790	
4943948	Mileoak Corner	mileoak-corner	US		0	America/New_York	42.10787	-72.43675	80			MA	013	79740	
4943949	Miles Bridge	miles-bridge	US		0	America/New_York	41.77232	-71.28283	0	Miles Bridge,Miless Bridge,Myless Bridge		MA	005	68750	
4943956	Miles Standish Park	miles-standish-park	US		0	America/New_York	42.01344	-70.70559	19			MA	023	17895	
4944109	Mill Street	mill-street	US		0	America/New_York	42.26537	-71.84952	166			MA	027	82000	
4944124	Millbury Junction	millbury-junction	US		0	America/New_York	42.23482	-71.73285	115			MA	027	41340	
4944170	Millington (historical)	millington-historical	US		0	America/New_York	42.47648	-72.29953	160			MA	011	45490	
4944199	Milton Hill	milton-hill	US		0	America/New_York	42.2651	-71.05783	27			MA	021	41690	
4944203	Milton Upper Mills	milton-upper-mills	US		0	America/New_York	42.26121	-71.09533	15			MA	021	41690	
4944251	Miramar	miramar	US		0	America/New_York	42.00649	-70.72032	16			MA	023	17895	
4944273	Mishawum	mishawum	US		0	America/New_York	42.50259	-71.14117	26			MA	017	81035	
4944293	Mittineague	mittineague	US		0	America/New_York	42.10426	-72.64537	62	Mittineague,Mittineaque		MA	013	77890	
4944326	Monomoscoy Island	monomoscoy-island	US		147	America/New_York	41.56983	-70.50503	2			MA	001	39100	
4944327	Monomoy	monomoy	US		0	America/New_York	41.2779	-70.08113	9	Monemoy,Monomoy		MA	019	43790	
4944347	Monroes	monroes	US		0	America/New_York	41.77566	-71.31616	6	Monroe's,Monroes		MA	005	60645	
4944363	Montague City	montague-city	US		0	America/New_York	42.58675	-72.57453	48	Montague City		MA	011	42285	
4944370	Montague Station	montague-station	US		0	America/New_York	42.54398	-72.53509	73			MA	011	42285	
4944399	Montserrat	montserrat	US		0	America/New_York	42.5626	-70.86616	18			MA	009	05595	
4944439	Moores Corner	moores-corner	US		0	America/New_York	42.49453	-72.46842	192	Moore's Corner,Moores Corner		MA	011	35180	
4944441	Moores Corners	moores-corners	US		0	America/New_York	42.43342	-71.81202	135	Moores Corner,Moores Corners		MA	027	67385	
4944446	Moody Corner	moody-corner	US		0	America/New_York	42.28065	-72.5587	74	Moody Corner,Moodys Corner		MA	015	64145	
4944478	Morningdale	morningdale	US		0	America/New_York	42.31398	-71.75785	145			MA	027	07525	
4944487	Morris Corner	morris-corner	US		0	America/New_York	42.04038	-71.09032	39			MA	005	20100	
4944498	Morse Corner	morse-corner	US		0	America/New_York	42.0501	-71.08477	35	Morse Corner,Morse's Corner		MA	005	20100	
4944515	Morse Village	morse-village	US		0	America/New_York	42.54314	-72.33703	228			MA	011	45490	
4944518	Morseville	morseville	US		0	America/New_York	42.25843	-71.34117	54	Morseville,Mossville,Southville		MA	017	43895	
4944519	Morseville	morseville	US		0	America/New_York	42.14537	-71.96896	274			MA	027	12715	
4944567	Mount Bowdoin	mount-bowdoin	US		0	America/New_York	42.30426	-71.0745	26			MA	025	07000	
4944587	Mount Hermon Station	mount-hermon-station	US		0	America/New_York	42.68397	-72.49148	111			MA	011	47835	
4944648	Mount Tom	mount-tom	US		0	America/New_York	42.2862	-72.6162	37			MA	015	19370	
4944657	Mount Vernon Park	mount-vernon-park	US		0	America/New_York	42.68759	-71.16617	25			MA	009	34550	
4944764	Mundale	mundale	US		0	America/New_York	42.11843	-72.81121	85	Mundale,West Parish		MA	013	76030	
4944768	Mungo Corner	mungo-corner	US		0	America/New_York	42.19455	-70.78088	31	Munge's Corner,Mungo Corner,Mungos Corner		MA	023	60330	
4944773	Munns Ferry	munns-ferry	US		0	America/New_York	42.65425	-72.4662	54			MA	011	25730	
4944776	Munroe Station	munroe-station	US		0	America/New_York	42.44065	-71.21256	56			MA	017	35215	
4944797	Muschopauge	muschopauge	US		0	America/New_York	42.39759	-71.92035	303			MA	027	58825	
4944815	Musketamquid Village	musketamquid-village	US		0	America/New_York	42.38232	-71.41812	64			MA	017	68260	
4944834	Mystic Grove	mystic-grove	US		0	America/New_York	42.18204	-72.0023	240			MA	027	12715	
4944861	Nabnasset	nabnasset	US		0	America/New_York	42.61259	-71.42034	56			MA	017	76135	
4944866	Nabs Corner	nabs-corner	US		0	America/New_York	41.37234	-70.68281	9			MA	007	13800	
4944884	Namasket Village	namasket-village	US		0	America/New_York	41.90427	-70.93004	11	Namasket,Namasket Village,Namasoheuck,Namasseket,Namausack		MA	023	40850	
4944885	Nameloc Heights	nameloc-heights	US		0	America/New_York	41.82177	-70.54725	38			MA	023	54310	
4944888	Namskaket	namskaket	US		0	America/New_York	41.79178	-70.01613	5	Namshaket,Namskaket,Namskaket Station		MA	001	51440	
4944893	Nancys Corner	nancys-corner	US		0	America/New_York	42.6487	-70.87172	16	Nancy's Corner,Nancys Corner		MA	009	27900	
4944895	Nantasket Beach	nantasket-beach	US		0	America/New_York	42.27788	-70.86616	5	Nantasket,Nantasket Beach,Nantaskett,Surfside		MA	023	31645	
4944899	Nantasket Junction	nantasket-junction	US		0	America/New_York	42.2451	-70.87005	10	Nantasket Junction,Nantaskett Junction,Old Colony House Junction,Old Colony Junction		MA	023	30210	
4944947	Narrow Creek (historical)	narrow-creek-historical	US		0	America/New_York	41.28068	-70.21752	0			MA	019	43790	
4944966	Nashaquitsa	nashaquitsa	US		0	America/New_York	41.32095	-70.76975	25	Nashaquitsa,Nashawaqueedsee,Nashouahquedset,Nashowaquetset		MA	007	13800	
4944986	Nasketucket	nasketucket	US		0	America/New_York	41.64427	-70.87448	5	Naskatucket,Nasketucket,Nasketuckett		MA	005	22130	
4945026	Nauset Heights	nauset-heights	US		0	America/New_York	41.80428	-69.94307	0			MA	001	51440	
4945035	Naushon Station	naushon-station	US		0	America/New_York	41.49178	-70.74392	41			MA	007	26325	
4945040	Neale Place	neale-place	US		0	America/New_York	42.65675	-72.13647	325			MA	027	58580	
4945058	Needham Corner	needham-corner	US		0	America/New_York	42.51815	-70.94949	14	Needham Corner,Needham's Corner,Needhams Corner		MA	009	52490	
4945066	Needham Junction	needham-junction	US		0	America/New_York	42.27232	-71.24533	66			MA	021	44105	
4945092	Nelsons Grove	nelsons-grove	US		0	America/New_York	41.84871	-70.93143	19			MA	023	33920	
4945093	Nelsons Shores	nelsons-shores	US		0	America/New_York	41.8251	-70.93699	23	Nelsons Shores,Parkhurst Estates		MA	023	33920	
4945094	Nemasket	nemasket	US		0	America/New_York	41.91205	-70.8806	26	Namasket,Nemasket		MA	023	40850	
4945117	New Ashford	new-ashford	US		251	America/New_York	42.60508	-73.23955	388			MA	003	44385	
4945217	New Marlborough	new-marlborough	US		1520	America/New_York	42.12287	-73.22872	414	N'ju Marlborou,New Marlboro,New Marlborough,New Marlborough Village,marlbrw jdyd  masachwst,nyw marlbwrw,Нью Марлбороу,مارلبرو جدید، ماساچوست,نيو مارلبورو		MA	003	45420	
4945234	New Seabury	new-seabury	US		717	America/New_York	41.5715	-70.4753	8			MA	001	39100	
4945238	New Squantum	new-squantum	US		0	America/New_York	42.29427	-71.02672	2			MA	021	55745	
4945243	New Town (historical)	new-town-historical	US		0	America/New_York	42.51843	-71.46617	74			MA	017	35950	
4945246	New Village	new-village	US		0	America/New_York	42.11482	-71.68285	106			MA	027	46925	
4945249	New Worcester (historical)	new-worcester-historical	US		0	America/New_York	42.24843	-71.83868	159			MA	027	82000	
4945262	Newcomb Hollow	newcomb-hollow	US		0	America/New_York	41.96399	-69.99613	11			MA	001	74385	
4945298	Newton Corner	newton-corner	US		0	America/New_York	42.36121	-71.19533	9			MA	017	45560	
4945340	Nichewaug	nichewaug	US		0	America/New_York	42.43759	-72.20369	181			MA	027	53120	
4945365	Nine Acre Corner	nine-acre-corner	US		0	America/New_York	42.42926	-71.37617	47			MA	017	15060	
4945397	Nobscot	nobscot	US		0	America/New_York	42.32926	-71.43645	67	Nobscot,Nobscott,North Framingham		MA	017	24925	
4945425	Nonatomqua Mobile Home Park	nonatomqua-mobile-home-park	US		0	America/New_York	42.20148	-72.09813	195			MA	027	09105	
4945429	Nonquitt	nonquitt	US		0	America/New_York	41.5626	-70.94254	20	Nonquit,Nonquitt		MA	005	16425	
4945460	Norfolk Downs	norfolk-downs	US		0	America/New_York	42.27232	-71.02033	6			MA	021	55745	
4945475	Norris Corner	norris-corner	US		0	America/New_York	42.69009	-71.40117	56			MA	017	71025	
4945479	North Abington	north-abington	US		0	America/New_York	42.12927	-70.94949	41			MA	023	00170	
4945485	North Acton	north-acton	US		0	America/New_York	42.51259	-71.41201	57			MA	017	00380	
4945496	North Agawam	north-agawam	US		0	America/New_York	42.09787	-72.63565	34			MA	013	00840	
4945501	North Andover Center	north-andover-center	US		0	America/New_York	42.68343	-71.112	60	North Andover,North Andover Center		MA	009	46365	
4945506	North Ashburnham	north-ashburnham	US		0	America/New_York	42.67509	-71.94313	332			MA	027	01885	
4945514	North Bellingham	north-bellingham	US		0	America/New_York	42.12093	-71.45562	67			MA	021	04930	
4945517	North Bernardston	north-bernardston	US		0	America/New_York	42.71953	-72.57315	135			MA	011	05560	
4945518	North Beverly	north-beverly	US		0	America/New_York	42.58065	-70.88699	17			MA	009	05595	
4945521	North Blandford	north-blandford	US		0	America/New_York	42.21037	-72.98149	360			MA	013	06085	
4945542	North Brighton	north-brighton	US		0	America/New_York	42.35843	-71.13839	8			MA	025	07000	
4945555	North Cambridge	north-cambridge	US		0	America/New_York	42.39593	-71.13005	6			MA	017	11000	
4945587	North Chester	north-chester	US		0	America/New_York	42.3237	-72.92732	204			MA	013	13485	
4945588	North Chicopee	north-chicopee	US		55179	America/New_York	42.18343	-72.59953	47			MA	013	13660	
4945589	North Cohasset	north-cohasset	US		0	America/New_York	42.25843	-70.84254	21	Nantasket,North Cohasset		MA	021	14640	
4945593	North Commons	north-commons	US		0	America/New_York	42.24732	-71.01616	48			MA	021	55745	
4945600	North Dana (historical)	north-dana-historical	US		0	America/New_York	42.45564	-72.27869	160			MA	027	53120	
4945603	North Dennis	north-dennis	US		0	America/New_York	41.73983	-70.2203	4			MA	001	16775	
4945606	North Duxbury	north-duxbury	US		0	America/New_York	42.07149	-70.72032	20	North Duxbury,North Duxbury Station		MA	023	17895	
4945614	North End	north-end	US		0	America/New_York	42.11343	-72.6037	22			MA	013	67000	
4945615	North End	north-end	US		0	America/New_York	42.3651	-71.0545	7			MA	025	07000	
4945621	North Fairhaven	north-fairhaven	US		0	America/New_York	41.65844	-70.90782	11			MA	005	22130	
4945624	North Falmouth Station	north-falmouth-station	US		0	America/New_York	41.64816	-70.61392	13			MA	001	23105	
4945625	North Farms	north-farms	US		0	America/New_York	42.36537	-72.6712	106			MA	015	46330	
4945626	North Foxboro	north-foxboro	US		0	America/New_York	42.07677	-71.25783	88	North Foxboro,North Foxborough		MA	021	24820	
4945631	North Hadley	north-hadley	US		0	America/New_York	42.3862	-72.58148	42	Mill Brook,North Hadley		MA	015	27690	
4945634	North Hancock	north-hancock	US		0	America/New_York	42.61119	-73.28761	367			MA	003	28180	
4945635	North Hanover	north-hanover	US		0	America/New_York	42.14593	-70.86754	33			MA	023	28285	
4945638	North Hanson	north-hanson	US		0	America/New_York	42.05843	-70.89949	16	Hanson Center,North Hanson		MA	023	28495	
4945641	North Harwich	north-harwich	US		0	America/New_York	41.69594	-70.1203	12			MA	001	29020	
4945647	North Heath	north-heath	US		0	America/New_York	42.70647	-72.82593	392			MA	011	29650	
4945659	North Lakeville	north-lakeville	US		2630	America/New_York	41.8576	-70.94226	24			MA	023	33920	
4945663	North Leominster	north-leominster	US		0	America/New_York	42.54176	-71.73702	123			MA	027	35075	
4945664	North Leverett	north-leverett	US		0	America/New_York	42.50842	-72.49259	153			MA	011	35180	
4945666	North Lexington	north-lexington	US		0	America/New_York	42.46343	-71.237	68			MA	017	35215	
4945674	North Middleboro	north-middleboro	US		0	America/New_York	41.93343	-70.97449	14	North Middleboro,Teightaquid,Titicut Village		MA	023	40850	
4945678	North Milford	north-milford	US		0	America/New_York	42.18343	-71.53784	141			MA	027	41165	
4945680	North Monson	north-monson	US		0	America/New_York	42.12232	-72.30786	101			MA	013	42145	
4945688	North Natick	north-natick	US		0	America/New_York	42.30149	-71.35784	57			MA	017	43895	
4945694	North Orange	north-orange	US		0	America/New_York	42.63536	-72.26203	254			MA	011	51265	
4945695	North Otis	north-otis	US		0	America/New_York	42.23148	-73.10927	414			MA	003	51580	
4945699	North Pasture (historical)	north-pasture-historical	US		0	America/New_York	41.27512	-70.04529	11			MA	019	43790	
4945704	North Pepperell	north-pepperell	US		0	America/New_York	42.69314	-71.59118	66	North Pepperell,North Village		MA	017	52805	
4945707	North Plymouth	north-plymouth	US		3600	America/New_York	41.97094	-70.68281	25			MA	023	54310	
4945710	North Plympton	north-plympton	US		0	America/New_York	41.98844	-70.80726	18			MA	023	54415	
4945712	North Pocasset	north-pocasset	US		0	America/New_York	41.69594	-70.60503	7			MA	001	07175	
4945727	North Prescott	north-prescott	US		0	America/New_York	42.4562	-72.3437	259			MA	011	45490	
4945733	North Randolph	north-randolph	US		0	America/New_York	42.19732	-71.06199	70			MA	021	55955	
4945740	North Rehoboth	north-rehoboth	US		0	America/New_York	41.90288	-71.21894	39			MA	005	56375	
4945752	North Rochester	north-rochester	US		0	America/New_York	41.78205	-70.88976	23			MA	023	57600	
4945757	North Rutland	north-rutland	US		0	America/New_York	42.43065	-71.97591	267			MA	027	58825	
4945759	North Saugus	north-saugus	US		0	America/New_York	42.49593	-71.01977	15			MA	009	60015	
4945769	North Seekonk	north-seekonk	US		2643	America/New_York	41.88927	-71.33005	25			MA	005	60645	
4945773	North Shirley	north-shirley	US		0	America/New_York	42.58481	-71.64674	87			MA	017	61590	
4945782	North Spencer	north-spencer	US		0	America/New_York	42.30648	-71.98563	265			MA	027	66105	
4945785	North Stoughton	north-stoughton	US		0	America/New_York	42.15149	-71.07449	77			MA	021	67945	
4945788	North Sudbury	north-sudbury	US		0	America/New_York	42.40926	-71.40451	46			MA	017	68260	
4945791	North Sunderland	north-sunderland	US		0	America/New_York	42.50425	-72.55787	39			MA	011	68400	
4945793	North Swansea	north-swansea	US		0	America/New_York	41.76816	-71.26338	14	North Swansea,North Swansey		MA	005	68750	
4945795	North Tewksbury	north-tewksbury	US		0	America/New_York	42.63454	-71.24589	42			MA	017	69415	
4945797	North Tisbury	north-tisbury	US		0	America/New_York	41.40567	-70.67447	20	Middletown,Newtown,North Tisbury		MA	007	78235	
4945802	North Village	north-village	US		0	America/New_York	42.3651	-71.19755	6			MA	017	45560	
4945803	North Village	north-village	US		0	America/New_York	42.06121	-71.87868	137	North,North Village		MA	027	73895	
4945804	North Village	north-village	US		0	America/New_York	42.46954	-71.67451	79	North Lancaster,North Village		MA	027	34165	
4945808	North Westport	north-westport	US		4571	America/New_York	41.66038	-71.08838	42	Westport (Massachusetts)		MA	005	77570	
4945813	North Wilbraham	north-wilbraham	US		0	America/New_York	42.15287	-72.42481	79			MA	013	79740	
4945814	North Wilmington	north-wilmington	US		0	America/New_York	42.56954	-71.15644	26			MA	017	80230	
4945815	North Woburn	north-woburn	US		0	America/New_York	42.50843	-71.15783	33			MA	017	81035	
4945816	North Woods	north-woods	US		0	America/New_York	42.39176	-71.87674	224			MA	027	30560	
4945817	North Worcester	north-worcester	US		0	America/New_York	42.31676	-71.81757	216	North Worcester,Northville		MA	027	82000	
4945849	Northbridge Center	northbridge-center	US		0	America/New_York	42.13482	-71.67257	160	Northbridge Center,Northbridge Centre		MA	027	46925	
4945882	Northfield Farms	northfield-farms	US		0	America/New_York	42.61481	-72.47453	80			MA	011	47835	
4945897	Northside	northside	US		0	America/New_York	42.16482	-71.95313	242	North Charlton,Northside		MA	027	12715	
4945901	Northville (historical)	northville-historical	US		0	America/New_York	42.29315	-71.80924	172			MA	027	82000	
4945905	Northwest Duxbury	northwest-duxbury	US		0	America/New_York	42.05844	-70.74115	18			MA	023	17895	
4945914	Norton Furnace (historical)	norton-furnace-historical	US		0	America/New_York	41.93871	-71.15949	20			MA	005	49970	
4945916	Norton Grove	norton-grove	US		0	America/New_York	41.99177	-71.19533	33			MA	005	49970	
4946527	Owen District	owen-district	US		0	America/New_York	42.15926	-72.69009	127			MA	013	76030	
4945938	Norwell Homes	norwell-homes	US		0	America/New_York	42.17232	-70.87171	46			MA	023	50145	
4945947	Norwich Bridge	norwich-bridge	US		0	America/New_York	42.24814	-72.86899	122			MA	015	31785	
4946043	O'Briens Corner	o-briens-corner	US		0	America/New_York	42.08759	-72.63981	57			MA	013	00840	
4946079	Oak Grove Village	oak-grove-village	US		0	America/New_York	41.7026	-71.12588	58			MA	005	23000	
4946102	Oak Hill Park	oak-hill-park	US		0	America/New_York	42.29454	-71.18561	35			MA	017	45560	
4946145	Oakland Heights	oakland-heights	US		0	America/New_York	42.22509	-71.78007	170			MA	027	82000	
4946148	Oakland Square	oakland-square	US		0	America/New_York	42.03621	-70.80004	35			MA	023	52630	
4946150	Oakland Vale	oakland-vale	US		0	America/New_York	42.47176	-71.03144	16	Oakland Vale,Oaklandvale		MA	009	60015	
4946151	Oaklands	oaklands	US		0	America/New_York	42.63342	-71.28562	47			MA	017	37000	
4946161	Ocean Heights	ocean-heights	US		0	America/New_York	41.4065	-70.55169	4			MA	007	21150	
4946181	Old Boat Point	old-boat-point	US		0	America/New_York	42.23843	-70.97283	1			MA	021	55745	
4946191	Old Cambridge	old-cambridge	US		0	America/New_York	42.37787	-71.11616	6			MA	017	11000	
4946207	Old City	old-city	US		0	America/New_York	42.63759	-71.72952	158			MA	017	70360	
4946212	Old Common	old-common	US		0	America/New_York	42.18482	-71.78563	196			MA	027	41340	
4946234	Oklahoma Heights	oklahoma-heights	US		0	America/New_York	41.439	-70.60864	32			MA	007	69940	
4946237	Old Hill	old-hill	US		0	America/New_York	42.10426	-72.56759	60			MA	013	67000	
4946261	Old Mouth North River	old-mouth-north-river	US		0	America/New_York	42.12594	-70.6792	0			MA	023	38855	
4946263	Old North Ashburnham Station	old-north-ashburnham-station	US		0	America/New_York	42.65564	-71.98286	316	Burrageville,North Ashburnham Station,Old North Ashburnham Station		MA	027	01885	
4946272	Old Oaken Bucket Homestead	old-oaken-bucket-homestead	US		0	America/New_York	42.17788	-70.75587	17			MA	023	60330	
4946288	Old Quaker Meetinghouse	old-quaker-meetinghouse	US		0	America/New_York	41.7465	-70.45836	6	Old Quaker Meetinghouse,Quaker Meeting House		MA	001	59735	
4946310	Old Silver Beach	old-silver-beach	US		0	America/New_York	41.62677	-70.63614	6			MA	001	23105	
4946322	Old Spain	old-spain	US		0	America/New_York	42.24343	-70.94366	12			MA	021	78972	
4946327	Old Sturbridge Village	old-sturbridge-village	US		0	America/New_York	42.10704	-72.09869	181			MA	027	68155	
4946338	Old Town Landing	old-town-landing	US		0	America/New_York	41.80427	-71.12088	1			MA	005	16950	
4946349	Olde English Village	olde-english-village	US		0	America/New_York	42.55842	-71.99786	303			MA	027	25485	
4946351	Oldham Pines	oldham-pines	US		0	America/New_York	42.07232	-70.82865	23			MA	023	52630	
4946354	Oldham Village	oldham-village	US		0	America/New_York	42.06677	-70.82865	20			MA	023	52630	
4946376	Onset Station	onset-station	US		0	America/New_York	41.75622	-70.67698	3			MA	023	72985	
4946393	Orchard Hills Estates	orchard-hills-estates	US		0	America/New_York	42.10732	-71.83674	210			MA	027	51825	
4946402	Orient Heights	orient-heights	US		0	America/New_York	42.3876	-71.00366	5			MA	025	07000	
4946461	Otis Wood Lanes	otis-wood-lanes	US		0	America/New_York	42.18565	-73.10094	423			MA	003	51580	
4946463	Otter River	otter-river	US		0	America/New_York	42.59787	-72.05091	272	Otter River,Otters River		MA	027	69275	
4946552	Oxford Heights	oxford-heights	US		0	America/New_York	42.17371	-71.87868	190			MA	027	02760	
4946563	Oyster Harbors	oyster-harbors	US		0	America/New_York	41.62094	-70.4153	7			MA	001	03690	
4946578	Packard Heights	packard-heights	US		0	America/New_York	42.63342	-72.22925	184			MA	011	51265	
4946585	Packardville	packardville	US		0	America/New_York	42.34592	-72.38425	247	Packardsville,Packardville		MA	015	52560	
4946613	Pakachoag	pakachoag	US		0	America/New_York	42.22509	-71.8134	202			MA	027	02760	
4946627	Palmer Center	palmer-center	US		0	America/New_York	42.1812	-72.3148	147	Palmer Center,Palmer Centre		MA	013	52144	
4946631	Palmer Green Estates	palmer-green-estates	US		0	America/New_York	42.16593	-72.34453	110			MA	013	52144	
4946665	Paper Mill Village	paper-mill-village	US		0	America/New_York	42.62537	-71.59285	64			MA	017	27480	
4946666	Paper Mill Village	paper-mill-village	US		0	America/New_York	41.99038	-70.94199	19			MA	023	08085	
4946751	Parkers Station	parkers-station	US		0	America/New_York	42.64175	-72.11203	259			MA	027	80405	
4946752	Parkerville	parkerville	US		0	America/New_York	42.55231	-71.4384	70			MA	017	76135	
4946763	Parkwood Beach	parkwood-beach	US		0	America/New_York	41.74594	-70.69948	9			MA	023	72985	
4946777	Partidgeville	partidgeville	US		0	America/New_York	42.54787	-72.04675	336			MA	027	69275	
4946780	Partridgeville	partridgeville	US		0	America/New_York	42.54787	-72.0473	336	Partidgeville,Partridgeville		MA	027	69275	
4946781	Partridgeville	partridgeville	US		0	America/New_York	42.57342	-72.25814	167			MA	027	02480	
4946809	Pattenville	pattenville	US		0	America/New_York	42.57926	-71.22617	30	Pattenville,Pattonville		MA	017	05805	
4946813	Patuisset	patuisset	US		0	America/New_York	41.68344	-70.62642	3	Patuiset,Patuisett,Patuisset,Patuissett		MA	001	07175	
4946814	Patuxet (historical)	patuxet-historical	US		0	America/New_York	41.95844	-70.66726	23	Acawmuck,Accomack,Accoomeek,Apaum,Ompaam*,Patuckset,Patusuc,Patuxet (historical),Patuxite,Patuyet,Umpame		MA	023	54310	
4946815	Paucatuck (historical)	paucatuck-historical	US		0	America/New_York	42.1112	-72.68565	43			MA	013	77890	
4946850	Pawtucketville	pawtucketville	US		0	America/New_York	42.65842	-71.33006	35	Pawtucket,Pawtucketville,Wamesit		MA	017	37000	
4946856	Payson Park	payson-park	US		0	America/New_York	42.37926	-71.16617	29			MA	017	05070	
4947019	Pequoig	pequoig	US		0	America/New_York	42.66675	-72.01202	307	Payquage,Pequag,Pequiog,Pequoig,Poquaig		MA	027	80405	
4947023	Perrins Crossing	perrins-crossing	US		0	America/New_York	41.88621	-71.32172	24			MA	005	60645	
4947031	Perry Manor	perry-manor	US		0	America/New_York	42.20009	-72.5537	77			MA	013	13660	
4947038	Perrys Corner	perrys-corner	US		0	America/New_York	41.84343	-71.20088	52			MA	005	56375	
4947113	Phillips Park	phillips-park	US		0	America/New_York	42.92565	-70.88339	21			NH	015	33460	
4947116	Phillips Point	phillips-point	US		0	America/New_York	42.46399	-70.89533	20			MA	009	68645	
4947124	Phillipston	phillipston	US		1649	America/New_York	42.5487	-72.13286	354	Phillipston,Phillipston Centre		MA	027	53225	
4947126	Phillipston Four Corners	phillipston-four-corners	US		0	America/New_York	42.56953	-72.13286	320	Phillipston Four Corners,Power Mills		MA	027	53225	
4947194	Piety Corner	piety-corner	US		0	America/New_York	42.39037	-71.23922	27			MA	017	72600	
4947197	Pigeon Cove	pigeon-cove	US		0	America/New_York	42.67371	-70.63282	35			MA	009	57880	
4947227	Pilgrim Heights	pilgrim-heights	US		0	America/New_York	42.05705	-70.11475	17	High Head,Meeshawn,Pilgrim Heights		MA	001	70605	
4947294	Pine Haven	pine-haven	US		0	America/New_York	41.79038	-70.95171	19			MA	023	33920	
4947324	Pine Hill Acres	pine-hill-acres	US		0	America/New_York	41.71399	-70.94671	36			MA	005	45000	
4947363	Pine Point	pine-point	US		0	America/New_York	42.12093	-72.5287	57			MA	013	67000	
4947369	Pine Rest	pine-rest	US		0	America/New_York	42.38898	-71.43701	52			MA	017	68260	
4947385	Pine Tree Corner	pine-tree-corner	US		0	America/New_York	41.61872	-70.48669	15	Indian Meeting House,Pine Tree Corner		MA	001	39100	
4947387	Pine Tree Village	pine-tree-village	US		0	America/New_York	41.82649	-70.73698	25			MA	023	11665	
4947395	Pinefield	pinefield	US		0	America/New_York	42.68898	-70.90227	35			MA	009	32310	
4947398	Pinehurst Beach	pinehurst-beach	US		0	America/New_York	41.74677	-70.70976	4			MA	023	72985	
4947400	Pinehurst Mobile Home Village	pinehurst-mobile-home-village	US		0	America/New_York	41.92649	-70.72143	55			MA	023	54310	
4947412	Piney Point Beach	piney-point-beach	US		0	America/New_York	41.69594	-70.7217	0			MA	023	38540	
4947416	Pingryville	pingryville	US		0	America/New_York	42.55176	-71.53645	78			MA	017	35950	
4947455	Pitcherville	pitcherville	US		0	America/New_York	42.52648	-72.03091	322			MA	027	31435	
4947477	Plainfield (historical)	plainfield-historical	US		0	America/New_York	41.27512	-69.98279	9			MA	019	43790	
4947491	Plainville (historical)	plainville-historical	US		0	America/New_York	42.21259	-72.57453	73			MA	013	13660	
4947523	Pleasant Hills	pleasant-hills	US		0	America/New_York	42.45565	-71.01338	11	Pleasant Hill,Pleasant Hills		MA	009	60015	
4947560	Plimoth Commons Mobile Home Park	plimoth-commons-mobile-home-park	US		0	America/New_York	41.85844	-70.55836	30			MA	023	54310	
4947567	Plimptonville	plimptonville	US		0	America/New_York	42.15982	-71.237	63	Plimptonville,Tiltonville		MA	021	72495	
4947573	Plowed Neck	plowed-neck	US		0	America/New_York	41.74177	-70.44114	7			MA	001	59735	
4947582	Plum Island	plum-island	US		0	America/New_York	42.81259	-70.81338	5			MA	009	45245	
4947589	Plumbush	plumbush	US		0	America/New_York	42.79731	-70.82866	2			MA	009	45175	
4947617	Plymouth Mobile Estates	plymouth-mobile-estates	US		0	America/New_York	41.95149	-70.69837	69			MA	023	54310	
4947624	Plummer Corner	plummer-corner	US		0	America/New_York	42.12232	-71.64757	96			MA	027	46925	
4947664	Pocasset Station	pocasset-station	US		0	America/New_York	41.69344	-70.61531	3			MA	001	07175	
4947673	Pocomo	pocomo	US		0	America/New_York	41.31401	-70.02029	8	Pacummohquah,Pocame,Pocomo,Poocoomo		MA	019	43790	
4947685	Point Independence	point-independence	US		0	America/New_York	41.74177	-70.64948	9			MA	023	72985	
4947692	Point Shirley	point-shirley	US		0	America/New_York	42.35982	-70.97033	3	Broad Sound Channel,Kings Road,Point Shirley,President Roads		MA	025	81005	
4947693	Point of Pines	point-of-pines	US		0	America/New_York	42.4401	-70.96616	2			MA	025	56585	
4947724	Polpis	polpis	US		0	America/New_York	41.29846	-70.01279	2	Milton Poadpis,Podpis,Polpis		MA	019	43790	
4947740	Ponakin Mill	ponakin-mill	US		0	America/New_York	42.4812	-71.68701	89	Ponakin Mill,Poniken,Ponikin Village,Quasiponikin		MA	027	34165	
4947766	Pond Village	pond-village	US		0	America/New_York	41.70011	-70.32447	20			MA	001	03690	
4947767	Pond Village	pond-village	US		0	America/New_York	42.03066	-70.09391	0			MA	001	70605	
4947768	Pondsville	pondsville	US		0	America/New_York	41.68511	-70.4203	31	Pondsville,Pondville		MA	001	03690	
4947769	Pondville	pondville	US		0	America/New_York	42.09038	-71.29061	76			MA	021	46050	
4947770	Pondville	pondville	US		0	America/New_York	41.8001	-70.59864	22	Commasskumkanit,Pondville		MA	023	54310	
4947771	Pondville	pondville	US		0	America/New_York	42.19593	-71.82146	162	Auburn Mills,Pondville		MA	027	02760	
4947775	Ponkapoag	ponkapoag	US		0	America/New_York	42.19177	-71.11755	45	Packemit,Ponkapoag,Ponkapog,Ponkepog,Ponkipog,Ponkopog,Ponkopog Punkapoag,Punkapoag,Punkapoag Village,Punkapoague,Punkipog,Punquapauge,Punquapauge Punkapog		MA	021	11315	
4947782	Pontoosuc	pontoosuc	US		0	America/New_York	42.47925	-73.24538	331	Pontoosic,Pontoosuc,Pontoosuck		MA	003	53960	
4947783	Pontoosuc Gardens	pontoosuc-gardens	US		0	America/New_York	42.49453	-73.23705	341			MA	003	34340	
4947800	Pope Beach	pope-beach	US		0	America/New_York	41.63205	-70.87865	8			MA	005	22130	
4947824	Popponesset	popponesset	US		220	America/New_York	41.57344	-70.46308	5			MA	001	39100	
4947826	Popponesset Beach	popponesset-beach	US		0	America/New_York	41.57372	-70.46197	6	Poponesset,Poponesset Beach,Popponesset Beach		MA	001	39100	
4947830	Popponesset Island	popponesset-island	US		26	America/New_York	41.58428	-70.45919	5			MA	001	39100	
4947858	Post Island	post-island	US		0	America/New_York	42.2626	-70.97394	3			MA	021	55745	
4947941	Pratt Junction	pratt-junction	US		0	America/New_York	42.4687	-71.74118	131	Pratt Junction,Pratts Junction		MA	027	67385	
4947952	Pratt Corner	pratt-corner	US		0	America/New_York	42.41759	-72.47453	147	Pratt Corner,Pratt's Corner,Pratts Corner		MA	011	61905	
4947954	Pratts Corner	pratts-corner	US		0	America/New_York	42.01732	-71.09449	28			MA	005	20100	
4947960	Precinct	precinct	US		0	America/New_York	41.85566	-70.98004	36	Matthew's Landing,Precinct		MA	023	33920	
4947962	Prentice Corner	prentice-corner	US		0	America/New_York	42.10954	-71.69562	99			MA	027	46925	
4947967	Prescott (historical)	prescott-historical	US		0	America/New_York	42.39176	-72.34536	304			MA	011	45490	
4947988	Prescott Center	prescott-center	US		0	America/New_York	42.39176	-72.34508	305			MA	011	45490	
4948003	Princeton Station	princeton-station	US		0	America/New_York	42.44815	-71.92452	293			MA	027	55395	
4948004	Princeton Village	princeton-village	US		0	America/New_York	42.63065	-71.3559	33			MA	017	37000	
4948011	Priscilla Beach	priscilla-beach	US		0	America/New_York	41.93205	-70.56614	14			MA	023	54310	
4948021	Proctors corner	proctors-corner	US		0	America/New_York	42.25509	-71.9648	298			MA	027	66105	
4948077	Prospectville	prospectville	US		0	America/New_York	42.39593	-71.26339	51			MA	017	72600	
4948141	Purdy Corner	purdy-corner	US		0	America/New_York	42.00649	-71.24866	46			MA	005	38225	
4948200	Quaise	quaise	US		0	America/New_York	41.29401	-70.03557	12	Masquetuck,Quaise,Quayz		MA	019	43790	
4948210	Quansoo	quansoo	US		0	America/New_York	41.35011	-70.66197	4	Nomagua,Quanaymes,Quanimset,Quannaimes,Quannissoowauge,Quanso,Quansoo,Quansue,Quinames		MA	007	13800	
4948239	Quidnet	quidnet	US		0	America/New_York	41.30396	-69.9836	9	Quidnet,Quidnit		MA	019	43790	
4948244	Quinapoxet	quinapoxet	US		0	America/New_York	42.37787	-71.85091	196	Quinapoxet,Quinepoxet Village,Quinnepoxet Village		MA	027	30560	
4948251	Quincy Center	quincy-center	US		0	America/New_York	42.24593	-71.00783	24			MA	021	55745	
4948265	Quincy Market	quincy-market	US		0	America/New_York	42.36065	-71.0545	5	Faneuil Hall Marketplace,Mercado Quincy,New Faneuil Hall Market,Quincy Market		MA	025	07000	
4948266	Quincy Neck	quincy-neck	US		0	America/New_York	42.24121	-70.97033	2			MA	021	55745	
4948267	Quincy Point	quincy-point	US		0	America/New_York	42.24593	-70.98283	9			MA	021	55745	
4948294	Quinsigamond Village	quinsigamond-village	US		0	America/New_York	42.22926	-71.79674	153	Quinsigamond,Quinsigamond Village		MA	027	82000	
4948299	Quissett	quissett	US		0	America/New_York	41.54344	-70.64947	16	Quisset,Quissett		MA	001	23105	
4948303	Quitnesset	quitnesset	US		0	America/New_York	41.6565	-69.96196	9			MA	001	12995	
4948336	Racing Beach	racing-beach	US		0	America/New_York	41.55428	-70.65447	0			MA	001	23105	
4948343	Raddin Station	raddin-station	US		0	America/New_York	42.45982	-70.97866	4			MA	009	37490	
4948364	Rakeville	rakeville	US		0	America/New_York	42.02565	-71.46478	66	Michanicsville,Rakeville		MA	021	04930	
4948464	Reading Highlands	reading-highlands	US		0	America/New_York	42.52509	-71.112	44	Reading Highlands,Scotland		MA	017	56130	
4948471	Readville Manor	readville-manor	US		0	America/New_York	42.22927	-71.14394	18	Readville Manor,Readyville Manor		MA	021	16495	
4948475	Red Bridge	red-bridge	US		0	America/New_York	42.17509	-72.41036	72			MA	013	79740	
4948512	Redgate Corner	redgate-corner	US		0	America/New_York	41.60427	-70.94393	20			MA	005	16425	
4948530	Reeds Corner	reeds-corner	US		0	America/New_York	42.22177	-70.80782	29	Bound Brook,Reeds Corner		MA	021	14640	
4948567	Reservoir	reservoir	US		0	America/New_York	42.33482	-71.14839	38			MA	021	09175	
4948608	Rexhame	rexhame	US		0	America/New_York	42.11399	-70.67448	14	Green Harbor,Rexham,Rexhame		MA	023	38855	
4948618	Rial Side	rial-side	US		0	America/New_York	42.5501	-70.89533	17	Rial Side,Royalls Side,Ryal Side,Ryall Side		MA	009	05595	
4948633	Rice Square	rice-square	US		0	America/New_York	42.24593	-71.7884	188			MA	027	82000	
4948655	Richardson Corners	richardson-corners	US		0	America/New_York	42.15121	-71.92507	193			MA	027	12715	
4948671	Richmond Furnace	richmond-furnace	US		0	America/New_York	42.3612	-73.38067	304			MA	003	56795	
4948706	Rings Island	rings-island	US		0	America/New_York	42.81676	-70.86616	7	Ring's Island,Rings Island		MA	009	59245	
4948707	Ringville	ringville	US		0	America/New_York	42.36953	-72.90982	345			MA	015	82175	
4948717	Risingdale	risingdale	US		0	America/New_York	42.2487	-73.35511	305	Ringsdale,Rising Dale,Risingdale		MA	003	26815	
4948742	Riverdale Station	riverdale-station	US		0	America/New_York	42.64176	-70.67171	10			MA	009	26150	
4948745	Rivermoor	rivermoor	US		0	America/New_York	42.1751	-70.71615	14			MA	023	60330	
4948779	Riverview Landing	riverview-landing	US		0	America/New_York	42.62787	-70.68838	0			MA	009	26150	
4948781	Riverwind Estates	riverwind-estates	US		0	America/New_York	42.08955	-70.85421	15			MA	023	28495	
4948800	Roaring Brook Camp	roaring-brook-camp	US		0	America/New_York	42.48148	-72.66842	231			MA	011	15200	
4948845	Robin Hill	robin-hill	US		0	America/New_York	42.36065	-71.5959	101			MA	017	38715	
4948889	Rock Harbor	rock-harbor	US		0	America/New_York	41.79733	-70.00363	6			MA	001	51440	
4948892	Robinson Crusoe Camp	robinson-crusoe-camp	US		0	America/New_York	42.09315	-72.09508	185			MA	027	68155	
4948903	Rock Landing	rock-landing	US		0	America/New_York	41.56511	-70.46892	2			MA	001	39100	
4948920	Rockdale Mills	rockdale-mills	US		0	America/New_York	42.2912	-73.37622	268	Rock Dale Mills,Rockdale Mills		MA	003	77990	
4948947	Rocks Village	rocks-village	US		0	America/New_York	42.80981	-71.00228	7	East Haverhill,Rock Village,Rocks Village,Rocks' Village,Rocksville		MA	009	29405	
4948980	Rocky Neck	rocky-neck	US		0	America/New_York	42.60565	-70.65782	2			MA	009	26150	
4948984	Rocky Nook	rocky-nook	US		0	America/New_York	41.99289	-70.7044	13	Rocky Nook,Rockynook		MA	023	33220	
4948985	Rocky Nook Park	rocky-nook-park	US		0	America/New_York	41.99371	-70.70087	14			MA	023	33220	
4948986	Rocky Nook Point	rocky-nook-point	US		0	America/New_York	41.99871	-70.70698	13			MA	023	33220	
4949030	Rogersville (historical)	rogersville-historical	US		0	America/New_York	42.65787	-71.75507	122			MA	017	70360	
4949045	Roosterville	roosterville	US		0	America/New_York	42.07926	-73.07261	232			MA	003	59665	
4949047	Rooty Plain	rooty-plain	US		0	America/New_York	42.70287	-70.95089	20			MA	009	58405	
4949198	Ruralville	ruralville	US		0	America/New_York	42.39009	-71.87618	227			MA	027	30560	
4949233	Russells Mills	russells-mills	US		0	America/New_York	41.57233	-71.00643	13	Assameekig,Dartmouth,Russells Mills,Russells Mills Village		MA	005	16425	
4949260	Rye Hill	rye-hill	US		0	America/New_York	42.08621	-70.90782	45			MA	023	79530	
4949279	Saconesset Hills	saconesset-hills	US		0	America/New_York	41.57789	-70.63975	4			MA	001	23105	
4949350	Sagamore Highlands	sagamore-highlands	US		0	America/New_York	41.80677	-70.53558	19			MA	001	07175	
4950075	Salem Neck	salem-neck	US		0	America/New_York	42.53343	-70.86755	4			MA	009	59105	
4950088	Salisbury Beach	salisbury-beach	US		0	America/New_York	42.84315	-70.81755	3	Cushing,Salisbury Beach		MA	009	59245	
4950093	Salisbury Heights	salisbury-heights	US		0	America/New_York	42.29398	-71.84535	272			MA	027	82000	
4950098	Salisbury Point	salisbury-point	US		0	America/New_York	42.84176	-70.912	24	Salisbury Point,Websters Point		MA	009	01260	
4950108	Salisbury Plains	salisbury-plains	US		0	America/New_York	42.86953	-70.88283	23			MA	009	59245	
4950154	Sampsons Corner	sampsons-corner	US		0	America/New_York	41.8501	-70.94532	23			MA	023	33920	
4950179	Sand Hills	sand-hills	US		0	America/New_York	42.20982	-70.72504	7	Sand Hill,Sand Hills,Sandhills		MA	023	60330	
4950181	Sandersdale	sandersdale	US		0	America/New_York	42.06954	-72.01202	122	Sandersdale,Saundersdale		MA	027	63345	
4950203	Sandy Beach	sandy-beach	US		0	America/New_York	42.33898	-71.94396	312			MA	027	58825	
4950208	Sandy Hill	sandy-hill	US		0	America/New_York	42.15426	-72.60648	59			MA	013	13660	
4950231	Santuit	santuit	US		0	America/New_York	41.63761	-70.45058	16	Cotuit,Sanctuit,Santuit,Satuit,Sautuit		MA	001	03690	
4950257	Satans Kingdom	satans-kingdom	US		0	America/New_York	42.71258	-72.48009	113			MA	011	47835	
4950261	Satucket	satucket	US		0	America/New_York	42.02177	-70.94893	17			MA	023	18455	
4950284	Saundersville	saundersville	US		0	America/New_York	42.18148	-71.70424	94			MA	027	26430	
4950295	Savin Hill	savin-hill	US		0	America/New_York	42.3126	-71.05783	5			MA	025	07000	
4950302	Savoy Center	savoy-center	US		0	America/New_York	42.60703	-73.0426	647			MA	003	60225	
4950337	Saxonville	saxonville	US		0	America/New_York	42.32648	-71.39951	56			MA	017	24925	
4950388	Schoosett	schoosett	US		0	America/New_York	42.10427	-70.7981	20	Schooset,Schoosett		MA	023	52630	
4950396	Scituate Center	scituate-center	US		0	America/New_York	42.20427	-70.7606	26	Satuit,Scituate,Scituate Center,Scituate Centre		MA	023	60330	
4950412	Scituate Station	scituate-station	US		0	America/New_York	42.19316	-70.74115	11			MA	023	60330	
4950427	Scorton Shores	scorton-shores	US		0	America/New_York	41.74177	-70.41197	5			MA	001	59735	
4950430	Scotland Estates	scotland-estates	US		0	America/New_York	41.9601	-71.00727	26			MA	023	08085	
4950446	Scott Hill Acres	scott-hill-acres	US		0	America/New_York	42.06815	-71.47034	85			MA	021	04930	
4950452	Scott Corners	scott-corners	US		0	America/New_York	42.18204	-72.50564	73	Moody Corners,Scott Corners		MA	013	37175	
4950470	Sea View	sea-view	US		0	America/New_York	42.13955	-70.71337	9	Littletown,Sea View		MA	023	38855	
4950507	Searsville	searsville	US		0	America/New_York	42.40092	-72.74537	205			MA	015	79915	
4950525	Second Cliff	second-cliff	US		0	America/New_York	42.19177	-70.71782	17			MA	023	60330	
4950534	Seconsett Island	seconsett-island	US		100	America/New_York	41.56622	-70.51169	5			MA	001	39100	
4950551	Segreganset	segreganset	US		0	America/New_York	41.83677	-71.11338	10	Segreganset,Segregansett,Sweganset		MA	005	16950	
4950591	Seventh Day Adventist Village	seventh-day-adventist-village	US		0	America/New_York	42.4212	-71.64312	145			MA	027	06365	
4950625	Shaker Glen	shaker-glen	US		0	America/New_York	42.45426	-71.19867	69			MA	017	35215	
4950638	Hancock Shaker Village	hancock-shaker-village	US		0	America/New_York	42.43147	-73.33705	356	Hancock Shaker Village,Shaker,Shaker Village		MA	003	28180	
4950639	Shaker Village	shaker-village	US		0	America/New_York	42.52926	-71.64951	87	Shaker,Shaker Village		MA	017	61590	
4950640	Shaker Village	shaker-village	US		0	America/New_York	42.5362	-71.55451	88	Harvard Shaker Village,Shaker,Shaker Village		MA	027	28950	
4950641	Shakerhill	shakerhill	US		0	America/New_York	42.45843	-71.18005	72			MA	017	81035	
4950646	Shallow Pond	shallow-pond	US		0	America/New_York	41.29346	-70.13113	7	Shallop Pond,Shallow Pond		MA	019	43790	
4950656	Sharon Heights	sharon-heights	US		0	America/New_York	42.10843	-71.19672	83			MA	021	60785	
4950678	Shattuckville	shattuckville	US		0	America/New_York	42.63758	-72.72648	143			MA	011	14885	
4950698	Shawkemo	shawkemo	US		0	America/New_York	41.29457	-70.05779	5	Middle Field Land,Shawaukema,Shawkemo,The		MA	019	43790	
4950710	Shawsheen Heights	shawsheen-heights	US		0	America/New_York	42.67565	-71.15922	47			MA	009	01465	
4950723	Shea Corner	shea-corner	US		0	America/New_York	42.04176	-72.70093	64			MA	013	00840	
4950731	Shawsheen Village	shawsheen-village	US		0	America/New_York	42.67231	-71.14395	15	Fry Village,Frye Village,Fryeville,Shawsheen Village		MA	009	01465	
4950765	Shell Beach	shell-beach	US		0	America/New_York	41.64149	-70.80559	-4			MA	023	39450	
4950775	Shepardville	shepardville	US		0	America/New_York	42.02315	-71.30839	64			MA	021	54100	
4950819	Sherwood Forest	sherwood-forest	US		0	America/New_York	41.70705	-70.92726	43			MA	005	00520	
4950824	Shimmo	shimmo	US		0	America/New_York	41.28623	-70.07446	6	Shimmo,Shimmoah,Shimmoh		MA	019	43790	
4950830	Sherman Corner	sherman-corner	US		0	America/New_York	42.18427	-70.7781	29			MA	023	60330	
4950847	Shirkshire	shirkshire	US		0	America/New_York	42.55147	-72.72648	242			MA	011	15200	
4950851	Shirley Center	shirley-center	US		0	America/New_York	42.57231	-71.6509	123	Shirley Center,Shirley Centre		MA	017	61590	
4950877	Shooters Island	shooters-island	US		0	America/New_York	41.62372	-69.97724	2			MA	001	12995	
4950885	Shore Acres	shore-acres	US		0	America/New_York	41.55705	-70.93976	12			MA	005	16425	
4950886	Shore Acres	shore-acres	US		0	America/New_York	42.21455	-70.73837	8			MA	023	60330	
4950908	Shrewsbury Street	shrewsbury-street	US		0	America/New_York	42.26815	-71.78702	157			MA	027	82000	
4950929	Shutleff Corner	shutleff-corner	US		0	America/New_York	41.91121	-70.76865	43			MA	023	11665	
4950937	Sibleys Corner	sibleys-corner	US		0	America/New_York	42.25176	-71.97674	297			MA	027	66105	
4950947	Silver Beach	silver-beach	US		0	America/New_York	41.64038	-70.63698	7			MA	001	23105	
4950980	Silver Shell Beach	silver-shell-beach	US		0	America/New_York	41.60844	-70.86476	1			MA	005	22130	
4950983	Silver Hill	silver-hill	US		0	America/New_York	42.39593	-71.30228	60	North Village,Silver Hill		MA	017	77255	
4951023	Sippewisset	sippewisset	US		0	America/New_York	41.56539	-70.64642	11	Sippewisset,Sippowisset		MA	001	23105	
4951028	Sissons Corner	sissons-corner	US		0	America/New_York	41.61955	-71.05226	18			MA	005	77570	
4951048	Sixteen Acres	sixteen-acres	US		0	America/New_York	42.11676	-72.50092	73			MA	013	67000	
4951049	Sky Farm	sky-farm	US		0	America/New_York	42.64009	-72.41981	371			MA	011	47835	
4951058	Slades Corner	slades-corner	US		0	America/New_York	41.56955	-71.03254	39	Dartmouth Station,Slades Corner		MA	005	77570	
4951059	Slades Ferry	slades-ferry	US		0	America/New_York	41.72094	-71.15782	1	Slade's Ferry,Slades Ferry		MA	005	23000	
4951081	Slocums Corner	slocums-corner	US		0	America/New_York	41.54455	-71.00921	8	Slocum Corner,Slocums Corner		MA	005	16425	
4951101	Smalltown	smalltown	US		0	America/New_York	41.59594	-70.53753	16	Small Town,Smalltown		MA	001	23105	
4951126	Smith Highlands	smith-highlands	US		0	America/New_York	42.19454	-72.58842	53			MA	013	13660	
4951052	Skyland	skyland	US	28776	0	America/New_York	42.07148	-73.04705	476			MA	013	70045	
4951156	Smiths (historical)	smiths-historical	US		0	America/New_York	42.32926	-72.32619	160	Smith,Smith Village,Smiths (historical),Upper Village		MA	011	45490	
4951157	Smiths Ferry	smiths-ferry	US		0	America/New_York	42.25842	-72.61426	39	Smith Ferry,Smiths Ferry		MA	013	30840	
4951165	Smooth Hummocks	smooth-hummocks	US		0	America/New_York	41.24985	-70.14113	1			MA	019	43790	
4951185	Snell Corner	snell-corner	US		0	America/New_York	41.58621	-71.08143	11			MA	005	77570	
4951190	Snellville (historical)	snellville-historical	US		0	America/New_York	42.11537	-72.09897	183			MA	027	68155	
4951281	South Amherst	south-amherst	US		4994	America/New_York	42.34037	-72.50509	70			MA	015	01325	
4951282	South Ashburnham	south-ashburnham	US		1062	America/New_York	42.61037	-71.93897	294	Ashburnham Junction,South Ashburnham		MA	027	01885	
4951283	South Ashfield	south-ashfield	US		0	America/New_York	42.51064	-72.77648	302			MA	011	02095	
4951284	South Athol	south-athol	US		0	America/New_York	42.53148	-72.26203	173			MA	027	02480	
4951288	South Attleboro	south-attleboro	US		0	America/New_York	41.90843	-71.362	30	Attleboro City,South Attleboro,South Attleborough		MA	005	02690	
4951298	South Bellingham	south-bellingham	US		0	America/New_York	42.04176	-71.47617	68	South Belingham Station,South Bellingham		MA	021	04930	
4951300	South Berlin	south-berlin	US		0	America/New_York	42.35982	-71.62868	82			MA	027	05490	
4951301	South Billerica	south-billerica	US		0	America/New_York	42.52787	-71.28006	70			MA	017	05805	
4951304	South Bolton	south-bolton	US		0	America/New_York	42.39676	-71.60507	114			MA	027	05490	
4951309	South Braintree	south-braintree	US		0	America/New_York	42.2001	-70.99949	21			MA	021	07740	
4951314	South Brewster	south-brewster	US		0	America/New_York	41.74733	-70.05974	34	Brewster Station,South Brewster		MA	001	07980	
4951315	South Bridgewater	south-bridgewater	US		0	America/New_York	41.94566	-70.94699	19			MA	023	08085	
4951322	South Byfield	south-byfield	US		0	America/New_York	42.7487	-70.90366	17	Byfield,South Byfield		MA	009	45175	
4951344	South Charlton	south-charlton	US		0	America/New_York	42.09815	-71.92452	187	Lelandsville,South Charlton		MA	027	12715	
4951348	South Chelmsford	south-chelmsford	US		0	America/New_York	42.57093	-71.37589	66			MA	017	13135	
4951352	South Commons	south-commons	US		0	America/New_York	42.23704	-70.98699	35			MA	021	55745	
4951365	South East Quarter (historical)	south-east-quarter-historical	US		0	America/New_York	41.25012	-69.99946	14			MA	019	43790	
4951376	South End	south-end	US		0	America/New_York	42.09593	-72.58287	21			MA	013	67000	
4951382	South Essex	south-essex	US		0	America/New_York	42.62926	-70.76894	6	South Essex,Thompson Island Village,Thompson Village		MA	009	21850	
4951384	South Factory Village	south-factory-village	US		0	America/New_York	42.07232	-72.3273	185			MA	013	42145	
4951386	South Fitchburg	south-fitchburg	US		0	America/New_York	42.56453	-71.78285	138			MA	027	23875	
4951390	South Gardner	south-gardner	US		0	America/New_York	42.55842	-71.97869	319	South Gardner,South Gardner Village		MA	027	25485	
4951391	South Georgetown	south-georgetown	US		0	America/New_York	42.70981	-70.99117	30			MA	009	25625	
4951395	South Grafton Street	south-grafton-street	US		0	America/New_York	42.24037	-71.75368	135			MA	027	82000	
4951396	South Groveland	south-groveland	US		0	America/New_York	42.74037	-71.04506	26			MA	009	27620	
4951401	South Hadley Falls	south-hadley-falls	US		0	America/New_York	42.21676	-72.59953	42			MA	015	64145	
4951409	South Halifax	south-halifax	US		0	America/New_York	41.95566	-70.86615	15			MA	023	27795	
4951413	South Hanover	south-hanover	US		0	America/New_York	42.09732	-70.84949	18			MA	023	28285	
4951415	South Hanson	south-hanson	US		0	America/New_York	42.04316	-70.88004	28			MA	023	28495	
4951419	South Hawley	south-hawley	US		0	America/New_York	42.54647	-72.90454	532			MA	011	29475	
4951421	South Hingham	south-hingham	US		0	America/New_York	42.19593	-70.87449	38			MA	023	30210	
4951433	South Lawrence	south-lawrence	US		0	America/New_York	42.69592	-71.15367	17			MA	009	34550	
4951437	South Lowell	south-lowell	US		0	America/New_York	42.61954	-71.287	40			MA	017	37000	
4951438	South Lynnfield	south-lynnfield	US		0	America/New_York	42.51676	-71.00144	44	Lynnfield,South Lynnfield		MA	009	37560	
4951442	South Mashpee	south-mashpee	US		0	America/New_York	41.58261	-70.47697	5			MA	001	39100	
4951444	South Foxboro	south-foxboro	US		0	America/New_York	42.03677	-71.27033	59	South Foxboro,South Foxborough		MA	021	24820	
4951450	South Meadow Village	south-meadow-village	US		0	America/New_York	41.89399	-70.75087	38			MA	023	11665	
4951454	South Middleboro	south-middleboro	US		0	America/New_York	41.82427	-70.82754	35	South Middleboro,South Middleborough		MA	023	40850	
4951458	South Middleton	south-middleton	US		0	America/New_York	42.57093	-71.02866	23	Paper Mills,South Middleton		MA	009	41095	
4951461	South Monson	south-monson	US		0	America/New_York	42.09176	-72.31064	124			MA	013	42145	
4951466	South Natick	south-natick	US		0	America/New_York	42.27371	-71.31617	40			MA	017	43895	
4951472	South Pasture (historical)	south-pasture-historical	US		0	America/New_York	41.25012	-70.09113	8			MA	019	43790	
4951473	South Peabody	south-peabody	US		50293	America/New_York	42.50982	-70.94949	20			MA	009	52490	
4951474	South Pepperell	south-pepperell	US		0	America/New_York	42.64176	-71.60507	81			MA	017	52805	
4951478	South Pocasset	south-pocasset	US		0	America/New_York	41.67511	-70.60864	13			MA	001	07175	
4951481	South Pond	south-pond	US		0	America/New_York	41.90705	-70.64115	35	South Pond,South Pond Village		MA	023	54310	
4951485	South Quabbin Villa	south-quabbin-villa	US		0	America/New_York	42.27898	-72.37786	153			MA	015	04825	
4951486	South Quarter	south-quarter	US		0	America/New_York	42.14176	-72.86204	308			MA	013	58650	
4951488	South Quincy	south-quincy	US		0	America/New_York	42.23899	-71.00783	9			MA	021	55745	
4951490	South Rehoboth	south-rehoboth	US		0	America/New_York	41.80427	-71.28199	11			MA	005	56375	
4951507	South Row	south-row	US		0	America/New_York	42.63342	-71.70313	142			MA	017	70360	
4951509	South Royalston	south-royalston	US		0	America/New_York	42.63064	-72.1473	262	Royalston Station,South Royalston		MA	027	58580	
4951511	South Sandisfield	south-sandisfield	US		0	America/New_York	42.06843	-73.15955	434			MA	003	59665	
4951518	South Seekonk	south-seekonk	US		0	America/New_York	41.78899	-71.31894	13			MA	005	60645	
4951519	South Sherborn	south-sherborn	US		0	America/New_York	42.22371	-71.35506	41			MA	017	61380	
4951531	South Shrewsbury	south-shrewsbury	US		0	America/New_York	42.27648	-71.71618	170			MA	027	61800	
4951534	South Spencer	south-spencer	US		0	America/New_York	42.2187	-72.0148	210	South Spencer,Spencer Station		MA	027	66105	
4951535	South Stoughton	south-stoughton	US		0	America/New_York	42.11538	-71.08005	80			MA	021	67945	
4951542	South Sudbury	south-sudbury	US		0	America/New_York	42.36259	-71.41339	55	Mill Village,South Sudbury		MA	017	68260	
4951547	South Swansea	south-swansea	US		0	America/New_York	41.71816	-71.20366	15			MA	005	68750	
4951549	South Truro	south-truro	US		0	America/New_York	41.9651	-70.0753	5			MA	001	70605	
4951552	South Village	south-village	US		0	America/New_York	42.66675	-71.82452	274	Mill Village,South Village		MA	017	01955	
4951557	South Wareham	south-wareham	US		0	America/New_York	41.77233	-70.74948	11			MA	023	72985	
4951563	South Wendell	south-wendell	US		0	America/New_York	42.52092	-72.3912	281			MA	011	74525	
4951567	South Westport	south-westport	US		0	America/New_York	41.57094	-71.05782	18			MA	005	77570	
4951573	South Williamstown	south-williamstown	US		0	America/New_York	42.66064	-73.2415	265			MA	003	79985	
4951575	South Worcester	south-worcester	US		0	America/New_York	42.2437	-71.8134	147			MA	027	82000	
4951578	South Worthington	south-worthington	US		0	America/New_York	42.3437	-72.88982	290			MA	015	82175	
4951626	Southville	southville	US		0	America/New_York	42.26676	-71.53645	80			MA	027	63165	
4951722	Spindleville	spindleville	US		0	America/New_York	42.11482	-71.52951	71			MA	027	30945	
4951811	Springfield Hill	springfield-hill	US		0	America/New_York	42.12176	-72.71065	70			MA	013	76030	
4951836	Spruce Corner	spruce-corner	US		0	America/New_York	42.50231	-72.84676	402			MA	011	02095	
4951859	Squam	squam	US		0	America/New_York	41.31466	-69.98948	11			MA	019	43790	
4951879	Squantum	squantum	US		0	America/New_York	42.29593	-71.01199	24	Massachusetts Hill,Squantum		MA	021	55745	
4951894	Squibnocket	squibnocket	US		0	America/New_York	41.30706	-70.77447	20	Squeppunnocquat,Squibnocket,Squipnocket		MA	007	13800	
4951944	Staples Shore	staples-shore	US		0	America/New_York	41.85288	-70.92448	16			MA	023	33920	
4951966	Staples Corner	staples-corner	US		0	America/New_York	41.86121	-70.93837	27			MA	023	33920	
4951979	Stearnsville	stearnsville	US		0	America/New_York	42.44036	-73.29955	319			MA	003	53960	
4951984	Steeles Corners	steeles-corners	US		0	America/New_York	42.66064	-73.24122	265	Fiver Corners,Steele's Corners,Steeles Corners		MA	003	79985	
4952007	Sterling Camp Grounds	sterling-camp-grounds	US		0	America/New_York	42.40704	-71.76202	158	Sterling Camp Grounds,Sterling Campground		MA	027	67385	
4952009	Sterling Junction	sterling-junction	US		0	America/New_York	42.40426	-71.77035	135			MA	027	67385	
4952031	Stevens Crossing	stevens-crossing	US		0	America/New_York	42.69231	-71.11061	35			MA	009	46365	
4952054	Stevens Corner	stevens-corner	US		0	America/New_York	42.39953	-73.33122	370	Stevens Corner,Stevens Corners		MA	003	56795	
4952131	Stonehaven (historical)	stonehaven-historical	US		0	America/New_York	42.65843	-70.59949	10			MA	009	57880	
4952152	Stony Beach	stony-beach	US		0	America/New_York	42.30704	-70.90171	0			MA	023	31645	
4952195	Stonybrook Village	stonybrook-village	US		0	America/New_York	42.25232	-71.14255	45	Stonybrook Village,Strongs Pond		MA	025	07000	
4952210	Stoughton Junction	stoughton-junction	US		0	America/New_York	42.09732	-71.09588	58			MA	021	67945	
4952227	Straits Pond	straits-pond	US		0	America/New_York	42.26816	-70.84532	8			MA	023	31645	
4952246	Strawberry Hill	strawberry-hill	US		0	America/New_York	42.37954	-71.15311	12			MA	017	11000	
4952304	Sturtevant Mill	sturtevant-mill	US		0	America/New_York	41.70621	-70.84004	13			MA	023	57600	
4952305	Suburban Park	suburban-park	US		0	America/New_York	41.64455	-71.06476	21			MA	005	77570	
4952306	Suburban Village Trailer Park	suburban-village-trailer-park	US		0	America/New_York	42.67287	-71.62285	134			MA	017	52805	
4952347	Suffield Corner	suffield-corner	US		0	America/New_York	42.06259	-72.63148	39			MA	013	00840	
4952355	Suffolk Downs Station	suffolk-downs-station	US		0	America/New_York	42.38982	-70.99783	3			MA	025	07000	
4952370	Summer Heights	summer-heights	US		0	America/New_York	42.17927	-71.14672	49			MA	021	11315	
4952379	Summit Grove	summit-grove	US		0	America/New_York	41.6376	-70.99671	32			MA	005	16425	
4952402	Sunken Meadow Beach	sunken-meadow-beach	US		0	America/New_York	41.87233	-70.0078	2			MA	001	19295	
4952442	Sutherland Woods	sutherland-woods	US		0	America/New_York	42.42121	-71.20533	60			MA	017	35215	
4952460	Suttons Mills	suttons-mills	US		0	America/New_York	42.70704	-71.13284	12	Sutton's Mills,Suttons Mills		MA	009	46365	
4952473	Swan Avenue	swan-avenue	US		0	America/New_York	42.25843	-71.84813	160			MA	027	82000	
4952474	Swan Corner	swan-corner	US		0	America/New_York	42.65176	-71.43562	53			MA	017	71025	
4952488	Swansea Center	swansea-center	US		0	America/New_York	41.74177	-71.19282	8	Swansea Center,Swansea Centre		MA	005	68750	
4952494	Swanson Corners	swanson-corners	US		0	America/New_York	42.19815	-72.72648	108			MA	015	62745	
4952504	Sweets Corner	sweets-corner	US		0	America/New_York	42.67841	-73.21066	228	Sweet's Corner,Sweets Corner,Sweets Corners		MA	003	79985	
4952511	Swift River	swift-river	US		0	America/New_York	42.44731	-72.85787	294			MA	015	16040	
4952515	Swifts Beach	swifts-beach	US		0	America/New_York	41.74177	-70.72031	5	Swift's Beach,Swifts Beach		MA	023	72985	
4952529	Symmes Corner	symmes-corner	US		0	America/New_York	42.44315	-71.13283	40			MA	017	80510	
4952565	Tafts Corner	tafts-corner	US		0	America/New_York	42.25648	-71.95952	304			MA	027	66105	
4952567	Tahanto Beach	tahanto-beach	US		0	America/New_York	41.70011	-70.62031	4	Tahanto,Tahanto Beach		MA	001	07175	
4952580	Tanglewood	tanglewood	US		0	America/New_York	42.34731	-73.30927	333			MA	003	67595	
4952596	Tapleyville	tapleyville	US		0	America/New_York	42.55426	-70.94811	14	Tapleyville,Tapleyville Station		MA	009	16250	
4952619	Tasseltop	tasseltop	US		0	America/New_York	42.02232	-71.71896	143			MA	027	17300	
4952620	Tatham	tatham	US		0	America/New_York	42.10426	-72.67954	40	Tatham,Tatum		MA	013	77890	
4952621	Tatnuck	tatnuck	US		0	America/New_York	42.28343	-71.84952	230	Tatnick,Tatnuck		MA	027	82000	
4952623	Tarkiln	tarkiln	US		0	America/New_York	42.03344	-70.73837	33			MA	023	17895	
4952663	Teaticket	teaticket	US		1692	America/New_York	41.56455	-70.59586	8			MA	001	23105	
4952739	Templeton Station	templeton-station	US		0	America/New_York	42.55925	-72.08147	293			MA	027	69275	
4952743	Ten Hills	ten-hills	US		0	America/New_York	42.39676	-71.087	12	Ten Hills,Ten-hill Farm		MA	017	62535	
4952750	Tenneyville	tenneyville	US		0	America/New_York	42.15148	-72.31341	106	Tenneyville,Tennyville		MA	013	52144	
4952767	Tewksbury Junction	tewksbury-junction	US		0	America/New_York	42.61537	-71.21617	31			MA	017	69415	
4952777	Texas	texas	US		0	America/New_York	42.16537	-71.89229	193	Larnedville,Texas,Texas Village		MA	027	51825	
4952801	The Boulders	the-boulders	US		0	America/New_York	42.47481	-73.20038	318			MA	003	53960	
4952845	The Green	the-green	US		0	America/New_York	41.90677	-70.8856	23	Green,The Green		MA	023	40850	
4952870	The Patten	the-patten	US		0	America/New_York	42.62481	-72.7087	427			MA	011	61135	
4952872	The Pines	the-pines	US		0	America/New_York	42.5437	-71.22672	29			MA	017	05805	
4952874	The Plains (historical)	the-plains-historical	US		0	America/New_York	41.27512	-70.15779	6			MA	019	43790	
4952883	The Springs	the-springs	US		0	America/New_York	41.74733	-70.47864	25			MA	001	59735	
4952884	The Spruces Mobile Home Park	the-spruces-mobile-home-park	US		0	America/New_York	42.70425	-73.18011	184			MA	003	79985	
4952885	The Street	the-street	US		0	America/New_York	42.57509	-72.21897	277			MA	027	02480	
4952895	The X	the-x	US		0	America/New_York	42.08621	-72.55787	61			MA	013	67000	
4952899	Thermopylae	thermopylae	US		0	America/New_York	42.28204	-72.60037	27			MA	015	64145	
4952909	Third Cliff	third-cliff	US		0	America/New_York	42.17927	-70.71754	19			MA	023	60330	
4953005	Thumpertown Beach	thumpertown-beach	US		0	America/New_York	41.84372	-70.00363	9			MA	001	19295	
4953016	Tihonet	tihonet	US		0	America/New_York	41.78677	-70.71781	10	Tihonet,Tihonet Village,Tremont		MA	023	72985	
4953046	Tinkertown	tinkertown	US		0	America/New_York	42.02371	-70.72032	20			MA	023	17895	
4953052	Tinkhamtown	tinkhamtown	US		0	America/New_York	41.68344	-70.85115	10			MA	023	39450	
4953099	Tississa	tississa	US		0	America/New_York	41.35845	-70.65225	2			MA	007	78235	
4953119	Tonset	tonset	US		0	America/New_York	41.80011	-69.95363	10	Tonset,Tonsett		MA	001	51440	
4953141	Touisset	touisset	US		0	America/New_York	41.72094	-71.22727	4	Coles Station,Touisett,Touisset,Touissett		MA	005	68750	
4953181	Town Crest Village	town-crest-village	US		0	America/New_York	42.57814	-73.15038	308			MA	003	13345	
4953186	Town Hall	town-hall	US		0	America/New_York	42.06538	-70.86615	22			MA	023	28495	
4953200	Town Pasture	town-pasture	US		0	America/New_York	41.28346	-70.11613	6			MA	019	43790	
4953224	Townsend Harbor	townsend-harbor	US		0	America/New_York	42.65287	-71.67174	85			MA	017	70360	
4953237	Tozier Corner	tozier-corner	US		0	America/New_York	42.75842	-71.17089	60			MA	009	40710	
4953242	Tracy Corner	tracy-corner	US		0	America/New_York	41.93899	-71.05366	19			MA	005	56060	
4953254	Trainfield	trainfield	US		0	America/New_York	42.14093	-72.75454	65			MA	013	76030	
4953273	Tree of Knowledge Corner	tree-of-knowledge-corner	US		0	America/New_York	42.02927	-70.73282	31			MA	023	17895	
4953336	Trots Hills	trots-hills	US		0	America/New_York	41.28762	-70.15779	7	Trot's Hills,Trots Hills,Trott Hills,Trott's Hills,Trotts Hills		MA	019	43790	
4953359	Trowbridgeville (historical)	trowbridgeville-historical	US		0	America/New_York	42.24509	-71.83757	152			MA	027	82000	
4953374	Truro Station (historical)	truro-station-historical	US		0	America/New_York	41.99177	-70.0703	5			MA	001	70605	
4953408	Tufts Village (historical)	tufts-village-historical	US		0	America/New_York	42.07843	-71.93785	206			MA	027	17685	
4953496	Turkey Hill Shores	turkey-hill-shores	US		0	America/New_York	42.33759	-71.95591	325			MA	027	58825	
4953501	Tuttleville	tuttleville	US		0	America/New_York	42.20927	-70.90782	20			MA	023	30210	
4953594	Union Chapel	union-chapel	US		0	America/New_York	42.18426	-72.03341	228			MA	027	18560	
4953703	University Highlands	university-highlands	US		0	America/New_York	41.62427	-71.00087	28			MA	005	16425	
4953724	Uphams Corner	uphams-corner	US		0	America/New_York	42.31676	-71.06061	10	Burying Place Corner,Uphams Corner		MA	025	07000	
4953740	Upper Four Corners	upper-four-corners	US		0	America/New_York	41.86816	-70.93143	29			MA	023	33920	
4953743	Upper Green	upper-green	US		0	America/New_York	42.79315	-70.86061	11			MA	009	45175	
4953745	Upper Hill	upper-hill	US		0	America/New_York	42.10982	-72.5537	62			MA	013	67000	
4953789	Upper Wire Village	upper-wire-village	US		0	America/New_York	42.27231	-71.97674	257	Upper Wire Village,Wire,Wire Village		MA	027	66105	
4953816	Vallersville	vallersville	US		0	America/New_York	41.87011	-70.53559	0	Vallersville,Vallerville,Wallersville		MA	023	54310	
4953822	Valley Falls (historical)	valley-falls-historical	US		0	America/New_York	42.23982	-71.85563	189			MA	027	82000	
4953831	Van Deusenville	van-deusenville	US		0	America/New_York	42.22731	-73.36344	219	Van Deusen,Van Deusenville,Vandeusen,Vandeusenville		MA	003	26815	
4953847	Varnumtown	varnumtown	US		0	America/New_York	42.70426	-71.36617	55			MA	017		
4953892	Victory Hill	victory-hill	US		0	America/New_York	42.4687	-73.2301	376			MA	003	53960	
4953923	Village of Nagog Woods	village-of-nagog-woods	US		0	America/New_York	42.51898	-71.42951	77			MA	017	00380	
4953945	Vineyard Highlands	vineyard-highlands	US		0	America/New_York	41.464	-70.56614	10	Highland,Highlands,Vineyard Highlands		MA	007	50390	
4953951	Vining Hill	vining-hill	US		0	America/New_York	42.03121	-72.8051	137			MA	013	65825	
4953962	Vose	vose	US		0	America/New_York	42.61259	-71.63285	78	Shirley Centre,Vose		MA	017	27480	
4954215	Wachusett	wachusett	US		0	America/New_York	42.53898	-71.87063	245	Wachusett,Wachusett Village		MA	027	77010	
4954230	Wachusett Station	wachusett-station	US		0	America/New_York	42.55842	-71.84535	195			MA	027	23875	
4954235	Wades Corner	wades-corner	US		0	America/New_York	41.87843	-71.16783	30			MA	005	69170	
4954259	Waites Corner	waites-corner	US		0	America/New_York	42.56398	-71.85007	212	Crockerville,Waites Corner		MA	027	23875	
4954263	Wakeby	wakeby	US		0	America/New_York	41.67789	-70.47419	37			MA	001	59735	
4954267	Wakefield Junction	wakefield-junction	US		0	America/New_York	42.49593	-71.07033	28			MA	017	72215	
4954366	Walpole Heights	walpole-heights	US		0	America/New_York	42.14177	-71.2245	95			MA	021	72495	
4954386	Waltham Highlands	waltham-highlands	US		0	America/New_York	42.38426	-71.24672	48			MA	017	72600	
4954404	Wamesit	wamesit	US		0	America/New_York	42.62509	-71.26339	38			MA	017	69415	
4954416	Wampum Rock	wampum-rock	US		0	America/New_York	42.04038	-71.33144	96	Wampum Rock,Wampum's Rock,Wampums Rock		MA	021	82315	
4954426	Wampum Corner	wampum-corner	US		0	America/New_York	42.0501	-71.34589	71	Wampum,Wampum Corner		MA	021	82315	
4954432	Wapping	wapping	US		0	America/New_York	42.52509	-72.60787	49	Mill Village,Wapping		MA	011	16670	
4954436	Waquoit Village	waquoit-village	US		0	America/New_York	41.59011	-70.52114	13	Wakoquet,Waquoit,Waquoit Village		MA	001	23105	
4954446	Ward Corner	ward-corner	US		0	America/New_York	42.57843	-71.3959	61			MA	017	13135	
4954447	Ward Corner	ward-corner	US		0	America/New_York	42.25648	-71.63146	114			MA	027	75015	
4954448	Ward Hill	ward-hill	US		0	America/New_York	42.75676	-71.10367	17			MA	009	29405	
4954468	Ware Center	ware-center	US		0	America/New_York	42.26398	-72.27314	154	Ware Center,Ware Centre,West Parish		MA	015	72880	
4954486	Wareham Center	wareham-center	US		2896	America/New_York	41.76677	-70.72615	11			MA	023	72985	
4954521	Warren Landing	warren-landing	US		0	America/New_York	41.28623	-70.19196	0			MA	019	43790	
4954536	Warrentown	warrentown	US		0	America/New_York	41.92205	-70.91699	14			MA	023	40850	
4954601	Water View Village	water-view-village	US		0	America/New_York	41.90371	-70.78643	44			MA	023	11665	
4954645	Wauwinet	wauwinet	US		0	America/New_York	41.32717	-69.99879	1			MA	019	43790	
4954651	Wawela Park	wawela-park	US		0	America/New_York	42.04399	-71.83702	152			MA	027	73895	
4954690	Webster Square	webster-square	US		0	America/New_York	42.24315	-71.83146	141			MA	027	82000	
4954699	Wedgemere	wedgemere	US		0	America/New_York	42.44454	-71.13978	5	Wedgemere,Wedgemere Station		MA	017	80510	
4954714	Weeset	weeset	US		0	America/New_York	41.80566	-69.95641	16	Eastham Harbor,Weeset,Weesett,Weset		MA	001	51440	
4954725	Weir Village	weir-village	US		0	America/New_York	41.88343	-71.0856	10	The Weir,Weir,Weir Village		MA	005	69170	
4954743	Wellesley Farms	wellesley-farms	US		0	America/New_York	42.31954	-71.26895	53	Rice Crossing,Rices Crossing,Wellesley Farms		MA	021	74175	
4954745	Wellesley Fells	wellesley-fells	US		0	America/New_York	42.30843	-71.31617	47	Wellesley Fells,Wellseley Fells		MA	021	74175	
4954769	Wellfleet by the Sea	wellfleet-by-the-sea	US		0	America/New_York	41.92983	-69.97863	22			MA	001	74385	
4954790	Wellville	wellville	US		0	America/New_York	42.66037	-71.90563	351			MA	027	01885	
4954806	Wenham Neck	wenham-neck	US		0	America/New_York	42.59232	-70.84449	17			MA	009	74595	
4954813	Wepua Point	wepua-point	US		0	America/New_York	41.34595	-70.46947	0			MA	007	21150	
4954829	Wessonville	wessonville	US		0	America/New_York	42.28621	-71.62673	108			MA	027	75015	
4954830	West Abington	west-abington	US		0	America/New_York	42.09177	-70.96616	49			MA	023	00170	
4954831	West Acton	west-acton	US		0	America/New_York	42.47509	-71.47451	69			MA	017	00380	
4954834	West Agawam	west-agawam	US		0	America/New_York	42.07926	-72.64954	63			MA	013	00840	
4954836	West Andover	west-andover	US		0	America/New_York	42.6612	-71.15839	45			MA	009	01465	
4954838	West Auburn	west-auburn	US		0	America/New_York	42.17648	-71.87257	189			MA	027	02760	
4954846	West Becket	west-becket	US		0	America/New_York	42.26481	-73.13566	427			MA	003	04545	
4954847	West Bedford	west-bedford	US		0	America/New_York	42.47815	-71.31561	46			MA	017	04615	
4954875	West Brewster	west-brewster	US		0	America/New_York	41.74455	-70.10974	22	Factory Village,Setucket,West Brewster,Winslows Mill		MA	001	07980	
4954884	West Brimfield	west-brimfield	US		0	America/New_York	42.17565	-72.26064	121	Brimfield Station,Powers Corner,West Brimfield		MA	013	08470	
4954913	West Chelmsford	west-chelmsford	US		0	America/New_York	42.61676	-71.39951	49			MA	017	13135	
4954916	West Chop	west-chop	US		0	America/New_York	41.48011	-70.60281	10			MA	007	69940	
4954925	West Corners (historical)	west-corners-historical	US		0	America/New_York	42.19177	-71.05838	52			MA	021	55955	
4954928	West Cummington	west-cummington	US		0	America/New_York	42.49175	-72.9676	367			MA	015	16040	
4954929	West Deerfield	west-deerfield	US		0	America/New_York	42.53286	-72.63065	93			MA	011	16670	
4954932	West Dighton	west-dighton	US		0	America/New_York	41.84343	-71.19533	56			MA	005	16950	
4954933	West Dudley	west-dudley	US		0	America/New_York	42.04871	-71.98285	124			MA	027	17685	
4954935	West Duxbury	west-duxbury	US		0	America/New_York	42.05649	-70.77448	40			MA	023	17895	
4954942	West Everett	west-everett	US		0	America/New_York	42.41121	-71.06338	12			MA	017	21990	
4954946	West Farms	west-farms	US		0	America/New_York	42.18537	-72.77732	126			MA	013	76030	
4954947	West Farms	west-farms	US		0	America/New_York	42.30981	-72.71481	91			MA	015	46330	
4954949	West Fitchburg	west-fitchburg	US		0	America/New_York	42.57509	-71.84119	197			MA	027	23875	
4954951	West Foxboro	west-foxboro	US		0	America/New_York	42.0751	-71.27033	94	West Foxboro,West Foxborough		MA	021	24820	
4954955	West Gloucester	west-gloucester	US		0	America/New_York	42.61343	-70.7106	9			MA	009	26150	
4954959	West Granville	west-granville	US		0	America/New_York	42.07732	-72.94344	361			MA	013	26675	
4954966	West Hanover	west-hanover	US		0	America/New_York	42.11955	-70.88282	21			MA	023	28285	
4954969	West Hawley	west-hawley	US		0	America/New_York	42.52759	-72.94676	528			MA	015	54030	
4954982	West Hingham	west-hingham	US		0	America/New_York	42.2376	-70.90282	8			MA	023	30210	
4954996	West Leominster	west-leominster	US		0	America/New_York	42.54453	-71.76341	137			MA	027	35075	
4954999	West Lynn	west-lynn	US		0	America/New_York	42.46537	-70.98144	12			MA	009	37490	
4955006	West Meadow	west-meadow	US		0	America/New_York	42.03343	-71.02866	36			MA	023	75260	
4955015	West Medway	west-medway	US		0	America/New_York	42.14176	-71.4245	52			MA	021	39975	
4955026	West Natick	west-natick	US		0	America/New_York	42.27787	-71.37867	48	Walkerville,West Natick		MA	017	43895	
4955027	West New Boston	west-new-boston	US		0	America/New_York	42.10204	-73.09538	271	Free Quarter,West New Boston		MA	003	59665	
4955037	West Northfield	west-northfield	US		0	America/New_York	42.72647	-72.46425	85	East Northfield Station,South Vernon,West Northfield		MA	011	47835	
4955039	West Opening	west-opening	US		0	America/New_York	41.34679	-70.4953	0			MA	007	21150	
4955041	West Otis	west-otis	US		0	America/New_York	42.18342	-73.14677	430			MA	003	51580	
4955042	West Oxford	west-oxford	US		0	America/New_York	42.10232	-71.88757	159			MA	027	51825	
4955043	West Parish	west-parish	US		0	America/New_York	42.78759	-71.1395	41			MA	009	29405	
4955044	West Parish	west-parish	US		0	America/New_York	42.66259	-71.187	41			MA	009	01465	
4955053	West Peabody	west-peabody	US		0	America/New_York	42.54593	-70.99394	24	West Danvers,West Danvers Station,West Peabody		MA	009	52490	
4955054	West Pelham	west-pelham	US		0	America/New_York	42.37787	-72.47036	110			MA	015	52560	
4955055	West Pittsfield	west-pittsfield	US		0	America/New_York	42.43092	-73.30983	337			MA	003	53960	
4955062	West Quincy	west-quincy	US		0	America/New_York	42.25288	-71.03283	13	Railway Village,West Quincy		MA	021	55745	
4955076	West Royalston	west-royalston	US		0	America/New_York	42.69453	-72.24675	273			MA	027	58580	
4955085	West Somerville	west-somerville	US		0	America/New_York	42.39593	-71.12255	7	North Somerville,West Somerville		MA	017	62535	
4955100	West Stockbridge Center	west-stockbridge-center	US		0	America/New_York	42.30564	-73.40233	361	West Stockbridge Center,West Stockbridge Centre		MA	003	77990	
4955107	West Stoughton	west-stoughton	US		0	America/New_York	42.12927	-71.12449	54			MA	021	67945	
4955112	West Summit	west-summit	US		0	America/New_York	42.69647	-73.06621	617	West Summit,Western Summit		MA	003	46225	
4955113	West Sutton	west-sutton	US		0	America/New_York	42.11398	-71.79952	206			MA	027	68610	
4955114	West Tatnuck	west-tatnuck	US		0	America/New_York	42.28204	-71.87174	258			MA	027	82000	
4955122	West Town Landing	west-town-landing	US		0	America/New_York	42.50676	-70.87283	0			MA	009	38400	
4955124	West Upton	west-upton	US		0	America/New_York	42.16954	-71.62034	94			MA	027	71480	
4955125	West Village	west-village	US		0	America/New_York	42.34704	-71.58007	143			MA	017	38715	
4955126	West Village	west-village	US		0	America/New_York	42.56676	-71.112	25	Pudding Point,West,West Village		MA	017	48955	
4955129	West Walpole	west-walpole	US		0	America/New_York	42.13704	-71.287	69	West Walpole,West Wapole		MA	021	72495	
4955131	West Ware	west-ware	US		0	America/New_York	42.27315	-72.33008	135			MA	015	72880	
4955138	West Whately	west-whately	US		0	America/New_York	42.27176	-72.68092	51			MA	015	19370	
4955141	West Worthington	west-worthington	US		0	America/New_York	42.42314	-72.98649	455			MA	015	82175	
4955142	West Wrentham	west-wrentham	US		0	America/New_York	42.0251	-71.41145	117			MA	021	82315	
4955163	Westbrook Village	westbrook-village	US		0	America/New_York	42.3001	-71.15366	50	Hancock Village,Westbrook Village		MA	021	09175	
4955225	Westford Station	westford-station	US		0	America/New_York	42.59704	-71.43534	50			MA	017	76135	
4955230	Westgate Park	westgate-park	US		0	America/New_York	41.72094	-70.93976	35			MA	005	45000	
4955239	Westlands	westlands	US		0	America/New_York	42.61537	-71.34117	37			MA	017	13135	
4955278	Weston Station	weston-station	US		0	America/New_York	42.37093	-71.29311	47			MA	017	77255	
4955286	Westport Factory	westport-factory	US		0	America/New_York	41.63899	-71.04949	16	Westport Factory,Westport Mills		MA	005	77570	
4955311	Westview Park	westview-park	US		0	America/New_York	41.64455	-70.95365	48			MA	005	45000	
4955320	Westwood Hills	westwood-hills	US		0	America/New_York	42.27787	-71.82868	163			MA	027	82000	
4955332	Weweantic	weweantic	US		2105	America/New_York	41.73538	-70.73198	5			MA	023	72985	
4955346	Weymouth Heights	weymouth-heights	US		0	America/New_York	42.2301	-70.94532	16			MA	021	78972	
4955371	Whalom	whalom	US		0	America/New_York	42.57509	-71.74674	162			MA	027	37420	
4955386	Wheatleigh	wheatleigh	US		0	America/New_York	42.33953	-73.29705	309			MA	003	67595	
4955409	Wheelockville	wheelockville	US		0	America/New_York	42.08065	-71.61479	75			MA	027	71620	
4955416	Whidden Corner	whidden-corner	US		0	America/New_York	42.62648	-71.42034	54			MA	017	76135	
4955424	Whipples	whipples	US		0	America/New_York	42.20287	-72.31703	117			MA	013	52144	
4955427	Whispering Pines Estates Mobile Home Park	whispering-pines-estates-mobile-home-park	US		0	America/New_York	42.21259	-71.79452	131			MA	027	82000	
4955436	Whitcomb Summit	whitcomb-summit	US		0	America/New_York	42.68814	-73.02205	664			MA	003	24120	
4955472	White Island Shores	white-island-shores	US		2106	America/New_York	41.8001	-70.63475	25			MA	023	72985	
4955502	White Valley	white-valley	US		0	America/New_York	42.39037	-72.08008	188			MA	027	03740	
4955505	White Oaks	white-oaks	US		0	America/New_York	42.73091	-73.19761	202			MA	003	79985	
4955560	Whitmanville	whitmanville	US		0	America/New_York	42.58342	-71.90091	241	Whitmans Village,Whitmanville		MA	027	77010	
4955579	Whitneys	whitneys	US		0	America/New_York	42.24037	-71.40645	79			MA	017	61380	
4955585	Whittenton	whittenton	US		0	America/New_York	41.9251	-71.09393	24	Whittenton,Whittenton Mills		MA	005	69170	
4955586	Whittenton Junction	whittenton-junction	US		0	America/New_York	41.91677	-71.11394	20	Britannia,Britanniaville,Whittenton Junction		MA	005	69170	
4955599	Wianno	wianno	US		0	America/New_York	41.614	-70.3853	7	Wianno,Wiano		MA	001	03690	
4955623	Wigwam Beach	wigwam-beach	US		0	America/New_York	41.62316	-70.8592	1			MA	005	22130	
4955650	Wilburite Corner	wilburite-corner	US		0	America/New_York	41.59316	-70.98004	19			MA	005	16425	
4955691	Wilkins Four Corners	wilkins-four-corners	US		0	America/New_York	42.01065	-71.30561	62			MA	021	54100	
4955692	Wilkinsonville	wilkinsonville	US		0	America/New_York	42.1751	-71.72035	113			MA	027	68610	
4955783	Williamsburg Station	williamsburg-station	US		0	America/New_York	42.38759	-72.71704	150			MA	015	79915	
4955801	Willimansett	willimansett	US		0	America/New_York	42.17926	-72.62037	21	Williamasett,Williamsett,Willimansett		MA	013	13660	
4955831	Willowdale	willowdale	US		0	America/New_York	42.67203	-71.38423	47			MA	017	71025	
4955836	Willow Lane Adult Trailer Park	willow-lane-adult-trailer-park	US		0	America/New_York	42.69397	-73.07649	378			MA	003	46225	
4955844	Wilmington Junction	wilmington-junction	US		0	America/New_York	42.59037	-71.16672	28			MA	017	80230	
4955874	Winchendon Center	winchendon-center	US		0	America/New_York	42.6612	-72.04119	376	Winchendon Center,Winchendon Centre		MA	027	80405	
4955880	Winchendon Springs	winchendon-springs	US		0	America/New_York	42.69453	-72.0148	307	Springville,Winchendon Springs		MA	027	80405	
4955888	Winchester Highlands	winchester-highlands	US		0	America/New_York	42.46676	-71.12589	13			MA	017	80510	
4955902	Windbrook Acres Mobile Home Park	windbrook-acres-mobile-home-park	US		0	America/New_York	42.21259	-71.80674	142			MA	027	02760	
4955903	Windemere	windemere	US		0	America/New_York	42.30565	-70.88755	13			MA	023	31645	
4955940	Wingaersheek (historical)	wingaersheek-historical	US		0	America/New_York	42.65287	-70.69532	18			MA	009	26150	
4955942	Wingbrook Estates	wingbrook-estates	US		0	America/New_York	42.08566	-70.84921	28			MA	023	28495	
4955955	Winnecunnet	winnecunnet	US		0	America/New_York	41.97649	-71.13005	21	Winneconnet,Winnecunnet		MA	005	49970	
4955965	Winnmere	winnmere	US		0	America/New_York	42.49232	-71.18006	57	Winnmere,Wynnmere		MA	017	09840	
4955968	Winsegansett Heights	winsegansett-heights	US		0	America/New_York	41.59733	-70.86254	1			MA	005	22130	
4955973	Winslow Estates	winslow-estates	US		0	America/New_York	42.08205	-70.91393	35			MA	023	79530	
4955979	Winslows	winslows	US		0	America/New_York	42.17093	-71.21061	33	Winslow,Winslows		MA	021	50250	
4955980	Winslows Crossing	winslows-crossing	US		0	America/New_York	42.10899	-70.86699	25	Winslow's Crossing,Winslows Crossing		MA	023	28285	
4955986	Winter Hill	winter-hill	US		0	America/New_York	42.39593	-71.09894	36			MA	017	62535	
4955992	Winters Corner	winters-corner	US		0	America/New_York	42.07093	-71.06477	49	Winter's Corner,Winters Corner		MA	023	09000	
4955994	Winthrop Beach	winthrop-beach	US		0	America/New_York	42.37788	-70.9731	3	Ocean Spray,Winthrop Beach		MA	025	81005	
4956004	Winthrop Highlands	winthrop-highlands	US		0	America/New_York	42.3876	-70.97172	15			MA	025	81005	
4956037	Woburn Highlands	woburn-highlands	US		0	America/New_York	42.47371	-71.14311	43	Woburn Highland,Woburn Highlands		MA	017	81035	
4956067	Wollaston	wollaston	US		0	America/New_York	42.26399	-71.02172	7	Mount Wollaston,Wollaston,Wollaston Heights		MA	021	55745	
4956088	Wood End	wood-end	US		0	America/New_York	42.02038	-70.18836	3			MA	001	55500	
4956147	Woods Corner	woods-corner	US		0	America/New_York	41.61121	-71.11199	69			MA	005	77570	
4956148	Woods Corner	woods-corner	US		0	America/New_York	42.47565	-71.21394	51			MA	017	09840	
4956249	Woronoco Heights	woronoco-heights	US		0	America/New_York	42.15981	-72.87454	308			MA	013	58650	
4956253	Workmans Circle Camp	workmans-circle-camp	US		0	America/New_York	42.24926	-71.43701	57			MA	017	02130	
4956255	Worthington Corners	worthington-corners	US		0	America/New_York	42.41036	-72.93565	451			MA	015	82175	
4956292	Wyben	wyben	US		0	America/New_York	42.17231	-72.77732	112	West Farms,Wyben		MA	013	76030	
4956310	Wyoma	wyoma	US		0	America/New_York	42.48565	-70.95783	17			MA	009	37490	
4956334	Yankee Orchards	yankee-orchards	US		0	America/New_York	42.4512	-73.19816	313			MA	003	53960	
4956339	Yarmouth Station	yarmouth-station	US		0	America/New_York	41.69817	-70.2578	14			MA	001	82525	
4956386	Zylonite	zylonite	US		0	America/New_York	42.65203	-73.10788	220			MA	003	00555	
4956398	Abbot Village	abbot-village	US		0	America/New_York	45.18644	-69.45199	137	Abbot Village,Abbott Village		ME	021	00100	
4956415	Abbotts Mill	abbotts-mill	US		0	America/New_York	44.4759	-70.63201	196	Abbotts Mill,Abbotts Mills		ME	017	64290	
4956445	Acadia	acadia	US		0	America/New_York	46.98615	-68.03169	185			ME	003		
4956467	Adaline	adaline	US		0	America/New_York	46.76199	-68.12392	147			ME	003	80285	
4956473	Adams Corner	adams-corner	US		0	America/New_York	43.41259	-70.44116	13	Adams Corner,Clock Corners		ME	031	36745	
4956495	Admiralty Village	admiralty-village	US		0	America/New_York	43.09259	-70.72978	6			ME	031	37270	
4956510	Agamenticus Station	agamenticus-station	US		0	America/New_York	43.24397	-70.77506	30	Agamenticus,Agamenticus Station		ME	031	70030	
4956511	Agamenticus Village	agamenticus-village	US		0	America/New_York	43.21536	-70.67005	67			ME	031	87985	
4956523	Airport Village	airport-village	US		0	America/New_York	43.47008	-70.48366	51			ME	031	04860	
4956592	Alewife	alewife	US		0	America/New_York	43.45286	-70.60978	55			ME	031	36535	
4956602	Alfred Mills	alfred-mills	US		0	America/New_York	43.46397	-70.702	65	Alfred Mills,Littlefield Mills		ME	031	00730	
4956610	Allagash	allagash	US		288	America/New_York	47.08337	-69.04115	192	Allagash,Allaguash,Allegash		ME	003	00800	
4956656	Allens Mills	allens-mills	US		0	America/New_York	44.71617	-70.08117	172	Allen's Mills,Allens Mills		ME	007	34820	
4956673	Alna Center	alna-center	US		0	America/New_York	44.08091	-69.6181	49			ME	015	01010	
4956833	Archers Corners	archers-corners	US		0	America/New_York	44.83146	-68.44447	174			ME	009	01185	
4956834	Arey	arey	US		0	America/New_York	44.72285	-68.8717	58			ME	019	30795	
4956858	Arnold Corner	arnold-corner	US		0	America/New_York	44.7384	-69.06477	105			ME	019	48505	
4956866	Arnolds Landing	arnolds-landing	US		0	America/New_York	44.95672	-69.8695	93	Arnold's Landing,Arnolds Landing		ME	025	69505	
4956886	Arrowsic	arrowsic	US		496	America/New_York	43.8498	-69.7781	13	Arowsick,Arrosa-eg,Arrowsic,Arrowsowick,Ehrrousik,Roswic,Эрроусик		ME	023	01570	
4956893	Arundel	arundel	US		3571	America/New_York	43.38259	-70.47783	13	Arundel,Kennebunk Port,North Kennebunkport		ME	031	01605	
4956915	Ash Point	ash-point	US		0	America/New_York	44.05564	-69.08671	18			ME	013	56135	
4956918	Ashdale	ashdale	US		0	America/New_York	43.76758	-69.83893	12			ME	023	58515	
4956936	Asticou	asticou	US		0	America/New_York	44.30397	-68.28168	25			ME	009	47630	
4956945	Athearns Corner	athearns-corner	US		0	America/New_York	44.27313	-69.16587	137			ME	013	33840	
4956962	Atkinson Mills	atkinson-mills	US		0	America/New_York	45.15978	-69.08226	103			ME	021	01920	
4956968	Attean (historical)	attean-historical	US		0	America/New_York	45.57477	-70.31812	370			ME	025	53636	
4956970	Attean Landing	attean-landing	US		0	America/New_York	45.58755	-70.27757	364			ME	025	53636	
4956985	Auburn Plains	auburn-plains	US		0	America/New_York	44.1759	-70.23172	100			ME	001	02060	
4958019	Benner Corner	benner-corner	US		0	America/New_York	44.15647	-69.31893	38			ME	015	79550	
4957033	Avon Corner	avon-corner	US		0	America/New_York	44.80033	-70.26562	156			ME	007	02235	
4957036	Ayers	ayers	US		0	America/New_York	44.98452	-67.23804	30	Ayers,Ayers Junction		ME	029	57780	
4957059	Babb Corner	babb-corner	US		0	America/New_York	43.6298	-70.45005	37			ME	005	28240	
4957093	Back Narrows	back-narrows	US		0	America/New_York	43.89286	-69.59199	20			ME	015	06050	
4957100	Back Settlement	back-settlement	US		0	America/New_York	47.15643	-68.87004	330			ME	003	65025	
4957106	Back Settlement	back-settlement	US		0	America/New_York	45.53867	-68.31863	151			ME	019	44270	
4957125	Bailey Corner	bailey-corner	US		0	America/New_York	44.17229	-69.74449	77			ME	011	59110	
4957161	Baker Corner	baker-corner	US		0	America/New_York	43.8248	-70.38839	72			ME	005	86025	
4957201	Bald Head	bald-head	US		0	America/New_York	43.22092	-70.57727	22			ME	031	87985	
4957212	Bald Hill Crossing	bald-hill-crossing	US		0	America/New_York	43.34258	-70.67283	57			ME	031	81475	
4957226	Bald Mountain	bald-mountain	US		0	America/New_York	44.95478	-70.79062	454			ME	007	61840	
4957274	Baldwin Corners	baldwin-corners	US		0	America/New_York	44.24702	-68.35863	5			ME	009	77345	
4957308	Bangs Beach	bangs-beach	US		0	America/New_York	44.47257	-69.77477	80			ME	011	68385	
4957418	Barnard Corner	barnard-corner	US		0	America/New_York	45.30727	-69.1231	204	Barnard,Barnard Corner		ME	021	51105	
4957425	Barnjum	barnjum	US		0	America/New_York	44.94145	-70.36507	475			ME	007	19865	
4957452	Barretts	barretts	US		0	America/New_York	46.89754	-68.01558	159	Barrett,Barretts		ME	003	10565	
4957453	Barron Corner	barron-corner	US		0	America/New_York	44.82089	-69.8445	110			ME	025	42660	
4957482	Bartlett Mills	bartlett-mills	US		0	America/New_York	43.39953	-70.52922	26			ME	031	36535	
4957509	Basin Mills	basin-mills	US		0	America/New_York	44.87451	-68.66642	10			ME	019	55565	
4957559	Batchelders Crossing	batchelders-crossing	US		0	America/New_York	44.18979	-69.93977	82			ME	011	40175	
4957619	Bay Point	bay-point	US		0	America/New_York	43.75647	-69.77477	24	Bay Point,Baypoint		ME	023	27295	
4957621	Bay View	bay-view	US		0	America/New_York	43.48786	-70.38699	1	Bay View,Bayview		ME	031	64675	
4957646	Beacon Corner	beacon-corner	US		0	America/New_York	43.42925	-70.45394	20	Beacon Corner,Perkins Corner		ME	031	36745	
4957692	Beans Corner	beans-corner	US		0	America/New_York	44.45702	-69.26199	195			ME	027	46790	
4957788	Bear Trap Landing	bear-trap-landing	US		0	America/New_York	45.24368	-67.79278	92	Bear Frap Landing,Bear Trap Landing		ME	029	28660	
4957905	Bedell Crossing	bedell-crossing	US		0	America/New_York	43.10287	-70.67561	5			ME	031	37270	
4957922	Beddington	beddington	US		30	America/New_York	44.84813	-68.06195	163			ME	029	03810	
4957938	Beech Ridge	beech-ridge	US		0	America/New_York	43.14953	-70.7195	27			ME	031	87985	
4957981	Belmont Corner	belmont-corner	US		0	America/New_York	44.3973	-69.13559	122	Belmont,Belmont Corner,Green Plantation		ME	027	04125	
4957986	Bemis	bemis	US		0	America/New_York	44.85783	-70.73035	457			ME	007	61875	
4957031	Avon	avon	US	02322	524	America/New_York	44.80617	-70.27118	145			ME	007	02235	
4958039	Benton Falls	benton-falls	US		0	America/New_York	44.57729	-69.5531	48			ME	011	04475	
4958041	Benton Station	benton-station	US		0	America/New_York	44.58923	-69.58505	47			ME	011	04475	
4958065	Berry Mills	berry-mills	US		0	America/New_York	44.62923	-70.44951	153	Berry Mills,Berry's Mill		ME	007	10915	
4958071	Berrys Corner	berrys-corner	US		0	America/New_York	45.09811	-69.17671	145	Berrys Corner,Berrys Corners		ME	021	18195	
4958115	Bickfords Corner	bickfords-corner	US		0	America/New_York	44.36285	-69.14865	74			ME	027	66565	
4958313	Billings Hill	billings-hill	US		0	America/New_York	44.83618	-69.19782	114			ME	019	49065	
4958330	Bingo	bingo	US		0	America/New_York	45.34896	-67.67639	104			ME	029	79375	
4958346	Birch Hill Mobile Home Park	birch-hill-mobile-home-park	US		0	America/New_York	44.84701	-68.80115	47			ME	019	02795	
4958507	Black Corner	black-corner	US		0	America/New_York	44.34286	-68.67392	56			ME	009	67300	
4958624	Blackinton Corners	blackinton-corners	US		0	America/New_York	44.12341	-69.11726	55	Blackington Corners,Blackington's Corner,Blackinton Corners		ME	013	63590	
4958643	Blackstrap	blackstrap	US		0	America/New_York	43.76869	-70.33061	125			ME	005	24495	
4958644	Blackwell Corner	blackwell-corner	US		0	America/New_York	44.83534	-69.81617	117			ME	025	42660	
4958659	Blaisdell Corners	blaisdell-corners	US		0	America/New_York	43.34786	-70.92756	76			ME	031	38425	
4958668	Blake Corner	blake-corner	US		0	America/New_York	44.01174	-70.11755	76	Blake Corner,Blake Corners,Blakes Corner		ME	001	40035	
4958684	Blanchard Corner	blanchard-corner	US		0	America/New_York	45.00563	-67.27471	58			ME	029	12175	
4958730	Blue Hill Falls	blue-hill-falls	US		0	America/New_York	44.38091	-68.56502	8	Blue Hill Falls,Blue Hill Tide Falls,Kuladam-itchwan		ME	009	05700	
4958763	Blueberry Ridge Trailer Park	blueberry-ridge-trailer-park	US		0	America/New_York	43.35231	-70.70894	68			ME	031	65725	
4958795	Boat Landing Camp	boat-landing-camp	US		0	America/New_York	47.24142	-69.22032	194			ME	003	53602	
4958854	Bog Corner	bog-corner	US		0	America/New_York	44.84284	-69.3231	79			ME	025	56520	
4958897	Bogues Corner	bogues-corner	US		0	America/New_York	44.16786	-69.37838	76			ME	015	79550	
4958901	Bolsters Mills	bolsters-mills	US		0	America/New_York	44.11563	-70.59728	120	Bolster's Mills,Bolsters Mills		ME	005	31600	
4958965	Boothbay Park	boothbay-park	US		0	America/New_York	43.56703	-70.44866	49			ME	031	64675	
4959009	Bowden (historical)	bowden-historical	US		0	America/New_York	45.67505	-68.67115	125			ME	019	45810	
4959017	Bowdoin Center	bowdoin-center	US		0	America/New_York	44.03674	-69.97283	49	Bowdoin Center,Bowdoin Centre		ME	023	06260	
4959031	Bowerbank	bowerbank	US		128	America/New_York	45.27283	-69.21199	124			ME	021	06400	
4959032	Bowerbank (historical)	bowerbank-historical	US		0	America/New_York	45.39644	-68.59919	71			ME	019	12525	
4959067	Boyd Lake	boyd-lake	US		0	America/New_York	45.18728	-68.89142	94	Boyd Lake,Boyd's Lake		ME	021	70655	
4959074	Boyd Corner	boyd-corner	US		0	America/New_York	43.29647	-70.71367	52			ME	031	70030	
4959095	Bradbury	bradbury	US		0	America/New_York	47.19448	-68.84393	171			ME	003	65025	
4959105	Bradburys	bradburys	US		0	America/New_York	47.23782	-68.57782	169	Bradbury Siding,Bradbury Station,Bradburys		ME	003	25755	
4959111	Bradford Center	bradford-center	US		0	America/New_York	45.07229	-68.89615	105			ME	019	06575	
4959132	Bradleys Corner	bradleys-corner	US		0	America/New_York	43.65925	-70.29699	12	Bradley Corner,Bradleys Corner		ME	005	60545	
4959138	Braeburn	braeburn	US		0	America/New_York	43.22481	-70.58061	10			ME	031	87985	
4959195	Brassua	brassua	US		0	America/New_York	45.62671	-69.91228	342			ME	025	51114	
4959800	Buxton Center	buxton-center	US		0	America/New_York	43.64869	-70.54117	62	Buxton Center,Buxton Centre		ME	031	09410	
4959256	Brewster Corner	brewster-corner	US		0	America/New_York	44.79507	-67.81083	74			ME	029	53500	
4959258	Brickett Place	brickett-place	US		0	America/New_York	44.26757	-71.00424	184			ME	017	74685	
4959262	Brickyard Landing (historical)	brickyard-landing-historical	US		0	America/New_York	43.14398	-70.67644	12			ME	031	87985	
4959275	Bridgewater Corner	bridgewater-corner	US		0	America/New_York	46.45115	-67.85169	160			ME	003	07065	
4959289	Briggs Corner	briggs-corner	US		0	America/New_York	43.10064	-70.712	9			ME	031	37270	
4959294	Brighams Cove	brighams-cove	US		0	America/New_York	43.83953	-69.84782	8			ME	023	81930	
4959297	Brighton Corner	brighton-corner	US		0	America/New_York	43.66647	-70.29588	28			ME	005	60545	
4959301	Brightwater	brightwater	US		0	America/New_York	43.80508	-69.86032	21			ME	023	58515	
4959305	Brimstone Corner	brimstone-corner	US		0	America/New_York	44.20757	-70.49673	203			ME	017	56625	
4959321	Brixham	brixham	US		0	America/New_York	43.18592	-70.74422	32	Brixham,Brixham Grange Hall		ME	031	87985	
4959322	Brixham Lower Corners	brixham-lower-corners	US		0	America/New_York	43.18064	-70.73617	6			ME	031	87985	
4959334	Broad Cove	broad-cove	US		0	America/New_York	44.03786	-69.41477	40			ME	015	06855	
4959343	Broadview Park	broadview-park	US		0	America/New_York	43.61814	-70.27616	25			ME	005	71990	
4959405	Brown Corner	brown-corner	US		0	America/New_York	46.89838	-67.9278	187			ME	003	39300	
4959406	Brown Corner	brown-corner	US		0	America/New_York	44.54063	-68.91503	100	Brown Corner,Brown's Corner		ME	027	61210	
4959441	Browns Corner	browns-corner	US		0	America/New_York	44.2259	-69.89783	81			ME	011	82945	
4959442	Browns Corner	browns-corner	US		0	America/New_York	44.81923	-69.56283	89			ME	025	09935	
4959501	Bryants Corner	bryants-corner	US		0	America/New_York	44.43785	-69.02781	60			ME	027	03950	
4959543	Bucks Harbor	bucks-harbor	US		0	America/New_York	44.64202	-67.38832	28			ME	029	42100	
4959546	Bucks Mills	bucks-mills	US		0	America/New_York	44.62674	-68.72948	32	Buck's Mills,Bucks Mills		ME	009	08815	
4959552	Bucksport Center	bucksport-center	US		0	America/New_York	44.63118	-68.83392	42			ME	009	08815	
4959568	Bugbee	bugbee	US		0	America/New_York	46.77893	-68.15503	147			ME	003	80285	
4959570	Buffum Hill	buffum-hill	US		0	America/New_York	43.29647	-70.58755	9			ME	031	81475	
4959599	Bullen Mills	bullen-mills	US		0	America/New_York	44.69589	-70.06867	141			ME	007	49345	
4959606	Bunganuc Landing	bunganuc-landing	US		0	America/New_York	43.86397	-70.02199	16	Bungamic Landing,Bunganuc Landing,Bunganuck Landing		ME	005	08430	
4959639	Burdin Corner	burdin-corner	US		0	America/New_York	45.09367	-69.53088	295			ME	021	81405	
4959650	Burkettville	burkettville	US		0	America/New_York	44.29813	-69.31782	83			ME	013	01465	
4959709	Burnt Landing	burnt-landing	US		0	America/New_York	47.08643	-68.36754	180			ME	003	73472	
4959717	Burnt Mill	burnt-mill	US		0	America/New_York	47.14143	-68.70366	250			ME	003		
4959746	Burton Corner	burton-corner	US		0	America/New_York	44.83339	-69.47588	138			ME	025	59005	
4959769	Butlers Corner	butlers-corner	US		0	America/New_York	44.40758	-69.10115	111			ME	027	04125	
4959774	Butterfield (historical)	butterfield-historical	US		0	America/New_York	44.83172	-70.3909	276			ME	007	58445	
4959787	Butterfield Landing	butterfield-landing	US		0	America/New_York	45.71062	-67.85946	134			ME	003	83785	
4959831	Cain Crest Trailer Park	cain-crest-trailer-park	US		0	America/New_York	43.13287	-70.69755	22			ME	031	87985	
4959863	Caldwell Corner	caldwell-corner	US		0	America/New_York	44.17202	-70.45839	167			ME	017	56310	
4959950	Camp Ellis	camp-ellis	US		0	America/New_York	43.4637	-70.38033	0			ME	031	64675	
4960001	Camp Wavus	camp-wavus	US		0	America/New_York	44.18591	-69.49088	24			ME	015	35695	
4960068	Canton Point	canton-point	US		0	America/New_York	44.46923	-70.29784	116			ME	017	10005	
4960076	Cape Cottage	cape-cottage	US		0	America/New_York	43.62703	-70.21616	7			ME	005	10180	
4960105	Cape Rosier	cape-rosier	US		0	America/New_York	44.33147	-68.79892	14	Cape Rosier,Cape Rozier,Edali chichi quasik,Moos-i-katchick,Musicatchick,Oolaghesee,Osquoon		ME	009	07975	
4960133	Cardville	cardville	US		0	America/New_York	45.0559	-68.59892	74			ME	019	29185	
4960255	Carr Corner	carr-corner	US		0	America/New_York	45.02839	-69.23699	134	Carr Corner,Carr's Corners		ME	019	17530	
4960263	Carrabassett	carrabassett	US		0	America/New_York	45.07783	-70.21201	254			ME	007	10740	
4960270	Carriveau Mill	carriveau-mill	US		0	America/New_York	47.21615	-68.3681	195			ME	003	64780	
4960274	Carrs Corner	carrs-corner	US		0	America/New_York	44.44007	-69.40893	185			ME	027	56450	
4960336	Carvers Corner	carvers-corner	US		0	America/New_York	44.28841	-69.03003	55			ME	027	39755	
4960350	Carys Mills	carys-mills	US		0	America/New_York	46.102	-67.87224	104	Cary's Mills,Carys Mills		ME	003	33980	
4960375	Cash Corner	cash-corner	US		0	America/New_York	43.63008	-70.29227	7			ME	005	71990	
4960377	Cass Corner	cass-corner	US		0	America/New_York	44.90367	-69.69894	131			ME	025	14555	
4960391	Castle Harmony	castle-harmony	US		0	America/New_York	44.94117	-69.50838	76			ME	025	31355	
4960421	Cathance	cathance	US		0	America/New_York	43.95869	-69.92977	20			ME	023	76960	
4960493	Center Belmont	center-belmont	US		0	America/New_York	44.37591	-69.12254	80			ME	027	04125	
4960512	Center Lebanon	center-lebanon	US		0	America/New_York	43.4148	-70.91728	183	Center Lebanon,Lebanon Center,Lebanon Centre		ME	031	38425	
4960516	Center Minot	center-minot	US		0	America/New_York	44.13368	-70.31589	188			ME	001	46160	
4960517	Center Montville	center-montville	US		0	America/New_York	44.44674	-69.24615	151			ME	027	46790	
4960532	Center Vassalboro	center-vassalboro	US		0	America/New_York	44.41007	-69.63004	85	Center Vassalboro,Vassalboro Center		ME	011	78745	
4960546	Central Landing	central-landing	US		0	America/New_York	43.73619	-70.10755	1			ME	005		
4960565	Chadbournes Mills	chadbournes-mills	US		0	America/New_York	43.62647	-70.72173	93	Chadbournes Mills,Little Ossipee Lake Village,Ossipee Lake Village		ME	031	80530	
4960602	Chambers Corner	chambers-corner	US		0	America/New_York	44.07757	-70.55006	193			ME	017	55960	
4960618	Chandler Cove Landing	chandler-cove-landing	US		0	America/New_York	43.71592	-70.12616	0			ME	005		
4960675	Charles Chase Corner	charles-chase-corner	US		0	America/New_York	43.29425	-70.58894	14			ME	031	81475	
4960708	Chase Corner	chase-corner	US		0	America/New_York	44.74756	-70.43812	273			ME	007	81300	
4960734	Chases Pond	chases-pond	US		0	America/New_York	43.18814	-70.652	49			ME	031	87985	
4960779	Chesuncook	chesuncook	US		0	America/New_York	46.06032	-69.4095	291	Chesuncook,Chesuncook Village		ME	021	53628	
4960866	Christmas Cove	christmas-cove	US		0	America/New_York	43.84703	-69.55366	3	Christmas Cove,Little Christmas Cove		ME	015	70240	
4960925	Cider Hill	cider-hill	US		0	America/New_York	43.15564	-70.68866	32			ME	031	87985	
4960931	City Camp Landing	city-camp-landing	US		0	America/New_York	45.90033	-68.08224	121			ME	003	69930	
4960935	City Point	city-point	US		0	America/New_York	44.45119	-69.03504	14			ME	027	03950	
4960983	Clark Island	clark-island	US		0	America/New_York	43.9923	-69.18227	10			ME	013	65130	
4961012	Clarks Corner	clarks-corner	US		0	America/New_York	44.40452	-69.32615	170			ME	027	39055	
4961023	Clarks Corner	clarks-corner	US		0	America/New_York	44.31924	-69.07837	88			ME	027	39755	
4961028	Clay Hill	clay-hill	US		0	America/New_York	43.21953	-70.64255	41	Back Street Village,Clay Hill,Clay Hill Village		ME	031	87985	
4961054	Cleaves Landing	cleaves-landing	US		0	America/New_York	43.70619	-70.14199	0			ME	005	41067	
4961074	Cliff Island Landing	cliff-island-landing	US		0	America/New_York	43.69508	-70.11005	0			ME	005	60545	
4961096	Clock Farm Corner	clock-farm-corner	US		0	America/New_York	43.40509	-70.42699	6			ME	031	36745	
4961126	Cobb Cove	cobb-cove	US		0	America/New_York	44.07118	-70.50284	106			ME	017	55960	
4961156	Codyville	codyville	US		20	America/New_York	45.43979	-67.69417	169			ME	029	13610	
4961162	Coburn Gore	coburn-gore	US		0	America/New_York	45.37921	-70.80341	433			ME	007	51400	
4961251	Cole Corner	cole-corner	US		0	America/New_York	45.17255	-69.51561	236			ME	021	00100	
4961263	Coles	coles	US		0	America/New_York	44.45368	-69.49643	103			ME	011	12735	
4961408	Connors Corner	connors-corner	US		0	America/New_York	44.37424	-69.28143	144			ME	027	46790	
4961421	Convene	convene	US		0	America/New_York	43.88785	-70.72839	202	Convene,New Limington		ME	005	66775	
4961432	Cook Mills	cook-mills	US		0	America/New_York	43.98563	-70.55645	99			ME	005	11125	
4961433	Cooks Corner	cooks-corner	US		0	America/New_York	43.90786	-69.91533	15			ME	005	08430	
4961434	Cooks Corner	cooks-corner	US		0	America/New_York	44.67896	-69.27977	85			ME	027	77625	
4961440	Coolidge Corner	coolidge-corner	US		0	America/New_York	45.04006	-69.2481	218			ME	019	17530	
4961474	Coopers Corner	coopers-corner	US		0	America/New_York	43.35981	-70.48144	6	Cooper's Corner,Coopers Corner,Coopers Corners,York (Maine)		ME	031	36535	
4961477	Coos Canyon	coos-canyon	US		0	America/New_York	44.72034	-70.63201	264			ME	017	09550	
4961494	Corinna Center	corinna-center	US		0	America/New_York	44.95145	-69.24671	101			ME	019	14310	
4961522	Corson Corner	corson-corner	US		0	America/New_York	44.8995	-69.60227	80	Corson Corner,Costons Corner		ME	025	31740	
4961523	Corsons Corner	corsons-corner	US		0	America/New_York	44.97978	-69.68172	242	Carsons Corner,Corsons Corner		ME	025	01885	
4961529	Costigan	costigan	US		0	America/New_York	45.01284	-68.63948	34			ME	019	45670	
4961533	Cote Corner	cote-corner	US		0	America/New_York	46.89949	-67.87335	208			ME	003	39300	
4961556	Cousins Island	cousins-island	US		490	America/New_York	43.75897	-70.14366	19	Cousin's Island,Cousins Island		ME	005	87845	
4961607	Cozy Corners	cozy-corners	US		0	America/New_York	43.34397	-70.56172	7			ME	031	81475	
4961631	Crams Corner	crams-corner	US		0	America/New_York	43.12675	-70.80978	12			ME	031	22955	
4961698	Cranes Corners	cranes-corners	US		0	America/New_York	44.54924	-68.74142	16			ME	009	55505	
4961705	Crescent Beach	crescent-beach	US		0	America/New_York	44.06814	-69.06865	6			ME	013	56135	
4961712	Crescent Lake	crescent-lake	US		0	America/New_York	43.98618	-70.477	130	Crescent Lake,Webb Mills,Webb's Mills		ME	005	11125	
4961719	Criehaven	criehaven	US		0	America/New_York	43.83397	-68.8892	2			ME	013		
4961742	Crocker Turn	crocker-turn	US		0	America/New_York	45.01201	-68.46641	79			ME	019	19868	
4961743	Crockertown	crockertown	US		0	America/New_York	45.39506	-68.29669	118			ME	019	38530	
4961750	Crockett Corner	crockett-corner	US		0	America/New_York	43.86674	-70.21227	36			ME	005	53860	
4961768	Crocketts Corner	crocketts-corner	US		0	America/New_York	43.63008	-70.31172	15	Crockett's Corner,Crocketts Corner		ME	005	71990	
4961786	Cropley Turn	cropley-turn	US		0	America/New_York	45.68951	-67.89029	130	Croperly Turn,Cropley Turn		ME	003	83785	
4961812	Crossman Corner	crossman-corner	US		0	America/New_York	43.98147	-70.05866	49			ME	001	19105	
4961814	Cross Rock	cross-rock	US		0	America/New_York	47.11115	-68.97309	179			ME	003	00800	
4961870	Crows Nest	crows-nest	US		0	America/New_York	44.30897	-68.96281	11			ME	027	52845	
4961899	Cumberland Center Station	cumberland-center-station	US		0	America/New_York	43.77591	-70.25394	16			ME	005	15430	
4961907	Cumberland Mills	cumberland-mills	US		0	America/New_York	43.68147	-70.34311	18	Congin,Cumberland Mills		ME	005	82105	
4961927	Cundys Harbor	cundys-harbor	US		0	America/New_York	43.79703	-69.8931	15	Cundy Harbor,Cundy's Harbor,Cundys Harbor		ME	005	31390	
4961962	Curtis Corner	curtis-corner	US		0	America/New_York	44.26618	-70.09255	108	Curtis Corner,Curtis's Corner		ME	001	38565	
4961977	Cushing Briggs	cushing-briggs	US		0	America/New_York	43.83091	-70.10116	20	Cushing Briggs,Weston Point		ME	005	26525	
4961978	Cushing Island	cushing-island	US		0	America/New_York	43.64119	-70.20783	12			ME	005	60545	
4962016	Cutts Island	cutts-island	US		0	America/New_York	43.09092	-70.66505	8			ME	031	37270	
4962030	Daaquam	daaquam	US		0	America/New_York	46.59837	-70.01119	341			ME	003	53602	
4962032	Cyrs	cyrs	US		0	America/New_York	44.94978	-69.4731	93			ME	025	31355	
4962045	Daigle	daigle	US		0	America/New_York	47.18948	-68.46088	217			ME	003	48575	
4962050	Daigle Mill	daigle-mill	US		0	America/New_York	47.23643	-68.1242	194			ME	003	28590	
4962072	Damariscotta Mills	damariscotta-mills	US		0	America/New_York	44.06202	-69.52366	7			ME	015	49660	
4962089	Dane Corner	dane-corner	US		0	America/New_York	44.81561	-69.97089	168			ME	025	01395	
4962102	Danish Village (historical)	danish-village-historical	US		0	America/New_York	43.58508	-70.35783	10			ME	005	66145	
4962105	Danville Corner	danville-corner	US		0	America/New_York	44.03619	-70.25589	107			ME	001	02060	
4962114	Dark Harbor	dark-harbor	US		0	America/New_York	44.26063	-68.91364	4	Dark Harbor,Dark Harbor Village		ME	027	35240	
4962129	Davidson (historical)	davidson-historical	US		0	America/New_York	45.83672	-68.49614	143			ME	019	52710	
4962147	Davis Corner	davis-corner	US		0	America/New_York	44.14758	-69.37421	80			ME	015	79550	
4962176	Davis Town	davis-town	US		0	America/New_York	45.08727	-70.78562	532			ME	007	51400	
4962192	Days Ferry	days-ferry	US		0	America/New_York	43.94897	-69.80949	3	Day's Ferry,Days Ferry,Village of Woolwich,West Woolwich		ME	023	87460	
4962195	Days Mill	days-mill	US		0	America/New_York	43.45786	-70.60922	48	Days Mill,Days Mills		ME	031	41750	
4962240	Dead River (historical)	dead-river-historical	US		0	America/New_York	45.00089	-70.58285	487			ME	007	16165	
4962271	Deadwater	deadwater	US		0	America/New_York	45.13728	-69.80145	309			ME	025	47455	
4962273	Deadmans Corner	deadmans-corner	US		0	America/New_York	46.52893	-68.07614	209			ME	003	11785	
4962301	Deblois	deblois	US		51	America/New_York	44.74146	-68.01473	61			ME	029	16865	
4962313	Decker Corner	decker-corner	US		0	America/New_York	44.6934	-69.58644	59	Decker Corner,Decker's Corner		ME	011	13470	
4962347	Deep Cut	deep-cut	US		0	America/New_York	43.91036	-70.0145	44			ME	005	08430	
4962409	Deering Junction	deering-junction	US		0	America/New_York	43.68703	-70.29033	32			ME	005	60545	
4962421	Delano Park	delano-park	US		0	America/New_York	43.61619	-70.21366	17			ME	005	10180	
4962454	Dennistown	dennistown	US		31	America/New_York	45.67699	-70.28312	416			ME	025	17285	
4962533	Dickvale	dickvale	US		0	America/New_York	44.48562	-70.48034	155			ME	017	58270	
4962573	Dirigo Corner	dirigo-corner	US		0	America/New_York	44.40924	-69.5206	127			ME	011	12735	
4962590	Dixfield Center	dixfield-center	US		0	America/New_York	44.5409	-70.38228	246	Dixfield Center,Dixfield Centre		ME	017	17740	
4962595	Dixie Corner	dixie-corner	US		0	America/New_York	44.94978	-69.32255	107			ME	025	64850	
4962597	Dixmont Center	dixmont-center	US		0	America/New_York	44.68951	-69.12032	149	Dixmont Center,Dixmont Centre		ME	019	17950	
4962600	Dixon Corner	dixon-corner	US		0	America/New_York	44.71173	-69.49338	104			ME	011	13470	
4962619	Dodge Corner	dodge-corner	US		0	America/New_York	44.54452	-68.97726	71			ME	027	66635	
4962620	Dodge Corner	dodge-corner	US		0	America/New_York	44.68368	-69.3481	91			ME	027	09270	
4962648	Dog Corner	dog-corner	US		0	America/New_York	43.76369	-70.47478	86			ME	005	28240	
4962649	Dog Corners	dog-corners	US		0	America/New_York	44.78841	-68.20029	92			ME	009	55855	
4962655	Dog Island Corner	dog-island-corner	US		0	America/New_York	44.40146	-69.03142	45			ME	027	03950	
4962660	Dog Town	dog-town	US		0	America/New_York	44.72313	-67.37943	20			ME	029	20960	
4962670	Dogtown	dogtown	US		0	America/New_York	44.79868	-69.35866	104			ME	025	56520	
4962671	Dolby	dolby	US		0	America/New_York	45.63339	-68.6042	100			ME	019	21030	
4962689	Dolley Corner	dolley-corner	US		0	America/New_York	43.83397	-70.40894	92			ME	005	86025	
4962721	Dorman	dorman	US		0	America/New_York	44.61674	-67.85111	34			ME	029	31530	
4962749	Double A Landing	double-a-landing	US		0	America/New_York	44.90035	-68.80254	36			ME	019	55565	
4962757	Doughty Landing	doughty-landing	US		0	America/New_York	43.69869	-70.15116	0			ME	005	41067	
4962769	Douglas Hill	douglas-hill	US		0	America/New_York	43.8798	-70.69923	283			ME	005	66775	
4962774	Dover South Mills	dover-south-mills	US		0	America/New_York	45.11034	-69.18671	137			ME	021	18195	
4962780	Dow Corner	dow-corner	US		0	America/New_York	43.72008	-70.59033	100			ME	005	73670	
4962781	Dow Corner	dow-corner	US		0	America/New_York	44.90617	-69.35116	105			ME	025	64850	
4962785	Dow Pines	dow-pines	US		0	America/New_York	44.95312	-68.28335	88			ME	009	28975	
4962817	Drake Corner	drake-corner	US		0	America/New_York	44.28897	-69.09809	53			ME	027	39755	
4962818	Drake Place (historical)	drake-place-historical	US		0	America/New_York	45.3684	-68.1314	208			ME	019	73250	
4962821	Drakes Island	drakes-island	US		0	America/New_York	43.32564	-70.55339	2			ME	031	81475	
4962832	Dresden Mills	dresden-mills	US		0	America/New_York	44.1073	-69.72421	9	Dresden,Dresden Mills		ME	015	18475	
4962846	Drinkwater Corner	drinkwater-corner	US		0	America/New_York	44.11091	-70.09033	85			ME	001	64570	
4962880	Dry Mills	dry-mills	US		0	America/New_York	43.91924	-70.35811	94			ME	005	28870	
4962947	Ducktrap	ducktrap	US		0	America/New_York	44.29536	-69.00781	36			ME	027	39755	
4962985	Dunegrass Golf Community	dunegrass-golf-community	US		0	America/New_York	43.53731	-70.39644	30			ME	031	55085	
4962997	Dunkertown	dunkertown	US		0	America/New_York	44.04535	-70.51506	138	Donkeytown,Dunkertown		ME	017	55960	
4963000	Dunham Corner	dunham-corner	US		0	America/New_York	45.21172	-69.30088	225			ME	021	30095	
4963015	Dunns Corners	dunns-corners	US		0	America/New_York	44.41451	-69.91755	122	Dunn Corners,Dunns Corner,Dunns Corners		ME	011	47770	
4963018	Dunns	dunns	US		0	America/New_York	43.85619	-70.21477	30	Dunn Station,Dunns,Dunns Station,East North Yarmouth		ME	005	53860	
4963020	Durbin Corner	durbin-corner	US		0	America/New_York	45.04978	-69.18643	188			ME	019	27190	
4963031	Durgintown	durgintown	US		0	America/New_York	43.82757	-70.82423	159			ME	017	33315	
4963057	Dyer Brook	dyer-brook	US		207	America/New_York	46.08144	-68.18336	201			ME	003	19210	
4963062	Dyer Corner	dyer-corner	US		0	America/New_York	43.87397	-69.94755	22			ME	005	08430	
4963064	Dyer Cove	dyer-cove	US		0	America/New_York	43.82119	-69.9206	1			ME	005	31390	
4963091	Dyerville	dyerville	US		0	America/New_York	45.64144	-70.30646	364			ME	025	17285	
4963137	Earley Landing	earley-landing	US		0	America/New_York	45.30449	-69.35088	109			ME	021	85710	
4963139	Earnest Corner	earnest-corner	US		0	America/New_York	45.03284	-69.13476	104			ME	019	27190	
4963143	East Auburn	east-auburn	US		0	America/New_York	44.14285	-70.227	81			ME	001	02060	
4963148	East Bangor	east-bangor	US		0	America/New_York	44.85285	-68.81226	37			ME	019	02795	
4963154	East Benton	east-benton	US		0	America/New_York	44.5834	-69.47171	55			ME	011	04475	
4963155	East Bethel	east-bethel	US		0	America/New_York	44.46701	-70.7134	197			ME	017	04825	
4963230	East Brownfield	east-brownfield	US		0	America/New_York	43.94479	-70.8884	123	Brownfield Depot,Brownfield Station,East Brownfield		ME	017	08150	
4963232	East Buckfield	east-buckfield	US		0	America/New_York	44.29424	-70.32534	142			ME	017	08710	
4963233	East Bucksport	east-bucksport	US		0	America/New_York	44.67452	-68.70198	125			ME	009	08815	
4963250	East Deering	east-deering	US		0	America/New_York	43.68203	-70.25616	8			ME	005	60545	
4963251	East Denmark	east-denmark	US		0	America/New_York	43.99146	-70.77367	214			ME	017	17250	
4963253	East Dixmont	east-dixmont	US		0	America/New_York	44.67063	-69.07004	154			ME	019	17950	
4963255	East Eddington	east-eddington	US		0	America/New_York	44.79202	-68.58281	55			ME	019	22535	
4963257	East Edgecomb	east-edgecomb	US		0	America/New_York	43.94397	-69.59977	18			ME	015	22675	
4963258	East Eliot	east-eliot	US		0	America/New_York	43.15064	-70.76228	15			ME	031	22955	
4963262	East End	east-end	US		0	America/New_York	43.66508	-70.24755	41			ME	005	60545	
4963265	East Exeter	east-exeter	US		0	America/New_York	44.9609	-69.10143	68			ME	019	24110	
4963269	East Friendship	east-friendship	US		0	America/New_York	44.00869	-69.29644	28			ME	013	26805	
4963270	East Fryeburg	east-fryeburg	US		0	America/New_York	44.04368	-70.8734	149			ME	017	26910	
4963275	East Gray	east-gray	US		0	America/New_York	43.88897	-70.29366	93			ME	005	28870	
4963277	East Hampden	east-hampden	US		0	America/New_York	44.77063	-68.79504	11			ME	019	30795	
4963279	East Harpswell	east-harpswell	US		0	America/New_York	43.83369	-69.89838	27			ME	005	31390	
4963282	East Franklin	east-franklin	US		0	America/New_York	44.56813	-68.19474	15			ME	009	26350	
4963283	East Hiram	east-hiram	US		0	America/New_York	43.88118	-70.79117	121			ME	017	33315	
4963284	East Hodgdon	east-hodgdon	US		0	America/New_York	46.09144	-67.80835	180			ME	003	33385	
4963285	East Holden	east-holden	US		0	America/New_York	44.73757	-68.63309	48	East Holden,East Holden Station		ME	019	33490	
4963290	East Hebron	east-hebron	US		0	America/New_York	44.22451	-70.31839	166			ME	001	77800	
4963293	East Knox	east-knox	US		0	America/New_York	44.50674	-69.21226	217			ME	027	37585	
4963296	East Lamoine	east-lamoine	US		0	America/New_York	44.4648	-68.31641	25			ME	009	38180	
4963298	East Lebanon	east-lebanon	US		0	America/New_York	43.41258	-70.86728	97			ME	031	38425	
4963300	East Limington	east-limington	US		0	America/New_York	43.73397	-70.65784	77			ME	031	39405	
4963304	East Lowell	east-lowell	US		0	America/New_York	45.20506	-68.45308	90			ME	019	41435	
4963305	East Lyndon	east-lyndon	US		0	America/New_York	46.83254	-67.93919	125			ME	003	10565	
4963312	East Madison	east-madison	US		0	America/New_York	44.8495	-69.75644	100			ME	025	42660	
4963314	East Madrid	east-madrid	US		0	America/New_York	44.91061	-70.38423	380			ME	007	19865	
4963317	East Mercer	east-mercer	US		0	America/New_York	44.68062	-69.89117	101			ME	025	45110	
4963323	East Milton	east-milton	US		0	America/New_York	44.45451	-70.59895	239			ME	017		
4963324	East Monmouth	east-monmouth	US		0	America/New_York	44.24285	-69.97838	55			ME	011	46405	
4963328	East New Portland	east-new-portland	US		0	America/New_York	44.90172	-70.0234	122			ME	025	49205	
4963334	East Orrington	east-orrington	US		0	America/New_York	44.73563	-68.76754	33			ME	019	55680	
4963337	East Otisfield	east-otisfield	US		0	America/New_York	44.09452	-70.52561	118			ME	017	55960	
4963346	East Peru	east-peru	US		0	America/New_York	44.4884	-70.37895	129			ME	017	58270	
4963349	East Pittston	east-pittston	US		0	America/New_York	44.17424	-69.6731	34			ME	011	59110	
4963365	East Palermo	east-palermo	US		0	America/New_York	44.37035	-69.39171	153			ME	027	56450	
4963376	East Sangerville	east-sangerville	US		0	America/New_York	45.15256	-69.29144	164			ME	021	65865	
4963379	East Sebago	east-sebago	US		0	America/New_York	43.85535	-70.6395	90			ME	005	66775	
4963385	East Steuben	east-steuben	US		0	America/New_York	44.50286	-67.92556	37			ME	029	74125	
4963390	East Raymond	east-raymond	US		0	America/New_York	43.93424	-70.44283	164			ME	005	61945	
4963391	East Sullivan	east-sullivan	US		0	America/New_York	44.50369	-68.15223	13			ME	009	74965	
4963392	East Sumner	east-sumner	US		0	America/New_York	44.35673	-70.37645	122			ME	017	75035	
4963394	East Surry	east-surry	US		0	America/New_York	44.49702	-68.44335	28			ME	009	75280	
4963395	East Sweden	east-sweden	US		0	America/New_York	44.14451	-70.78062	164			ME	017	75595	
4963396	East Thorndike	east-thorndike	US		0	America/New_York	44.59174	-69.20115	162			ME	027	76610	
4963404	East Wales	east-wales	US		0	America/New_York	44.15757	-70.04061	61			ME	001	79585	
4963406	East Warren	east-warren	US		0	America/New_York	44.1323	-69.20032	65			ME	013	80215	
4963410	East Winn	east-winn	US		0	America/New_York	45.42589	-68.30641	95			ME	019	86305	
4963412	East Winslow	east-winslow	US		0	America/New_York	44.54423	-69.5381	60			ME	011	86515	
4963415	Eastbrook	eastbrook	US		385	America/New_York	44.67869	-68.26446	51			ME	009	19770	
4963425	East Union	east-union	US		0	America/New_York	44.21313	-69.2231	86			ME	013	78115	
4963479	Easton Center	easton-center	US		0	America/New_York	46.64393	-67.86669	215	Easton Center,Easton Corners		ME	003	21380	
4963558	Edes Falls	edes-falls	US		0	America/New_York	43.99896	-70.56867	98			ME	005	48085	
4963577	Edmunds	edmunds	US		0	America/New_York	44.87202	-67.16415	32			ME	029	19870	
4963579	Edes Corner	edes-corner	US		0	America/New_York	45.21144	-69.38755	197			ME	021	30095	
4963611	Eggemoggin	eggemoggin	US		0	America/New_York	44.30619	-68.73364	15	Eggemoggin,Eggmoggin		ME	009	17145	
4963617	Eight Corners	eight-corners	US		0	America/New_York	43.61869	-70.34449	12	Buggy Meetinghouse,Eight Corners		ME	005	66145	
4963655	Elizabeth Park	elizabeth-park	US		0	America/New_York	43.59397	-70.23533	15			ME	005	10180	
4963665	Ellingwood Corner	ellingwood-corner	US		0	America/New_York	44.67507	-68.91837	92	Ellingswood Corner,Ellingwood Corner,Ellingwood's Corner,Ellingwoods Corner		ME	027	86760	
4963670	Elliot Landing	elliot-landing	US		0	America/New_York	44.89368	-68.77226	36			ME	019	55565	
4963680	Ellis Corner	ellis-corner	US		0	America/New_York	44.96534	-69.25199	113			ME	019	14310	
4963681	Ellis Corner	ellis-corner	US		0	America/New_York	44.80284	-69.8295	158			ME	025	42660	
4963698	Ellsworth Falls	ellsworth-falls	US		0	America/New_York	44.5623	-68.43863	38			ME	009	23200	
4963728	Elms	elms	US		0	America/New_York	43.3412	-70.56394	15			ME	031	81475	
4963735	Elsemore Landing	elsemore-landing	US		0	America/New_York	45.18118	-67.89806	92			ME	029	53500	
4963749	Embden	embden	US		916	America/New_York	44.91811	-69.86672	114			ME	025	23410	
4963757	Emerson Corner	emerson-corner	US		0	America/New_York	44.79867	-69.47421	115			ME	025	59005	
4963779	Emery Mills	emery-mills	US		0	America/New_York	43.49453	-70.84312	156	Emery Mills,Emery's Mills,Emerys Mills		ME	031	67475	
4963782	Emerys Bridge	emerys-bridge	US		0	America/New_York	43.24647	-70.727	32	Emery Bridge,Emerys Bridge,Emorys Bridge		ME	031	70030	
4963783	Emerys Corner	emerys-corner	US		0	America/New_York	43.72563	-70.762	179			ME	031	39195	
4963793	Emory Corner	emory-corner	US		0	America/New_York	43.6123	-70.54089	73			ME	031	09410	
4963835	Estabrook Settlement	estabrook-settlement	US		0	America/New_York	45.92033	-67.88446	207			ME	003	01220	
4963843	Estes Hill	estes-hill	US		0	America/New_York	43.37092	-70.80089	136			ME	031	50325	
4963851	Etna Center	etna-center	US		0	America/New_York	44.78673	-69.10588	94	Etna Center,Etna Centre		ME	019	23865	
4963856	Eugley Corner	eugley-corner	US		0	America/New_York	44.06675	-69.4006	33			ME	015	79550	
4963870	Evans Corner	evans-corner	US		0	America/New_York	44.49063	-69.09976	95			ME	027	79480	
4963896	Evergreen Landing	evergreen-landing	US		0	America/New_York	43.67342	-70.18727	0			ME	005	60545	
4963902	Exeter Center	exeter-center	US		0	America/New_York	44.97006	-69.14004	90			ME	019	24110	
4963905	Exeter Corners	exeter-corners	US		0	America/New_York	44.98479	-69.14532	116	Exeter,Exeter Corners,Exeter Falls,Quamscooke,Squamscott		ME	019	24110	
4963906	Exeter Mills	exeter-mills	US		0	America/New_York	44.97007	-69.07865	74			ME	019	24110	
4963934	Fairfield Center	fairfield-center	US		0	America/New_York	44.60618	-69.66282	61			ME	025	24320	
4963987	Falmouth Foreside	falmouth-foreside	US		1511	America/New_York	43.7348	-70.20783	32			ME	005	24495	
4964063	Farwells Corner	farwells-corner	US		0	America/New_York	44.57729	-69.30782	111			ME	027	78255	
4964069	Fayette Corner	fayette-corner	US		0	America/New_York	44.42062	-70.072	169			ME	011	24950	
4964079	Felch Corner	felch-corner	US		0	America/New_York	43.67897	-70.78617	162			ME	031	39195	
4964106	Fernald Shore	fernald-shore	US		0	America/New_York	43.43397	-70.95756	136			ME	031	38425	
4964108	Ferry Beach	ferry-beach	US		0	America/New_York	43.47064	-70.38588	6			ME	031	64675	
4964116	Ferry Village	ferry-village	US		0	America/New_York	43.64758	-70.2406	4			ME	005	71990	
4964120	Feylers Corner	feylers-corner	US		0	America/New_York	44.1373	-69.3706	75			ME	015	79550	
4964340	Fish Street	fish-street	US		0	America/New_York	44.10118	-70.95924	122			ME	017	26910	
4964375	Five Corners	five-corners	US		0	America/New_York	44.07535	-70.41645	95			ME	001	60020	
4964377	Five Corners	five-corners	US		0	America/New_York	43.32814	-70.76533	67	Five Corners,Four Corners		ME	031	50325	
4964385	Five Islands	five-islands	US		0	America/New_York	43.82397	-69.71116	10			ME	023	27295	
4964388	Five Mile Corners	five-mile-corners	US		0	America/New_York	44.55896	-68.70253	30			ME	009	55505	
4964400	Flaggs Trailer Park	flaggs-trailer-park	US		0	America/New_York	43.15953	-70.62422	3			ME	031	87985	
4964413	Flanders Corner	flanders-corner	US		0	America/New_York	44.19008	-69.40421	74			ME	015	79550	
4964429	Flat Landing	flat-landing	US		0	America/New_York	44.35869	-68.76947	12			ME	009	07975	
4964455	Fletchers Landing	fletchers-landing	US		0	America/New_York	44.60563	-68.3928	33			ME	009	11800	
4964457	Fletcher Field	fletcher-field	US		0	America/New_York	45.03507	-67.89028	79			ME	029	53500	
4964524	Foggs Corner	foggs-corner	US		0	America/New_York	44.16035	-70.18394	102			ME	001	29255	
4964525	Foggs Corner	foggs-corner	US		0	America/New_York	43.9373	-70.24783	57	Fogg's Corners,Foggs Corner		ME	005	48820	
4964566	Forest City Landing	forest-city-landing	US		0	America/New_York	45.65923	-67.70362	116			ME	029	53500	
4964589	Foristall Corners	foristall-corners	US		0	America/New_York	43.21314	-70.66422	65			ME	031	87985	
4964599	Fort Baldwin	fort-baldwin	US		0	America/New_York	43.74897	-69.7881	12			ME	023	58515	
4964602	Fort Edgecomb	fort-edgecomb	US		0	America/New_York	43.9948	-69.65755	9			ME	015	22675	
4964616	Fort George	fort-george	US		0	America/New_York	44.39091	-68.80531	56			ME	009	11265	
4964618	Fort Gorges	fort-gorges	US		0	America/New_York	43.66286	-70.22116	1			ME	005	60545	
4964641	Fort Kent Village	fort-kent-village	US		0	America/New_York	47.24559	-68.60755	163			ME	003	25755	
4964644	Fort Levett	fort-levett	US		0	America/New_York	43.64314	-70.19533	35			ME	005	60545	
4964665	Fort Popham	fort-popham	US		0	America/New_York	43.75508	-69.78338	1	Fort Popham,Popham's Fort		ME	023	58515	
4964669	Fort Preble	fort-preble	US		0	America/New_York	43.64842	-70.22588	0			ME	005	71990	
4964672	Fort Scammel	fort-scammel	US		0	America/New_York	43.65036	-70.21283	21	Fort Scammel,Fort Scammell		ME	005	60545	
4964679	Fortunes Rocks	fortunes-rocks	US		0	America/New_York	43.42425	-70.37783	0			ME	031	04860	
4964723	Fosters Corner	fosters-corner	US		0	America/New_York	43.80369	-70.407	74	Foster's Corner,Fosters Corner,Fosters Corners		ME	005	86025	
4964730	Fosters Corner	fosters-corner	US		0	America/New_York	44.49757	-69.18837	168	Foster's Corner,Fosters Corner		ME	027	37585	
4964751	Fournier	fournier	US		0	America/New_York	47.34671	-68.26171	154	Fournier,Fournier Siding		ME	003	42520	
4964771	Fowler Landing	fowler-landing	US		0	America/New_York	44.77813	-68.93698	40			ME	019	30795	
4964828	Franklin Road	franklin-road	US		0	America/New_York	44.53952	-68.31835	16			ME	009	30970	
4964899	French Mill	french-mill	US		0	America/New_York	44.95173	-69.13615	75			ME	019	24110	
4964916	Frenchs Corner	frenchs-corner	US		0	America/New_York	44.23646	-69.88727	77	Frenchs Corner,West Gardiner		ME	011	82945	
4964986	Frye	frye	US		0	America/New_York	44.62145	-70.58007	175			ME	017	64185	
4964990	Frye Island	frye-island	US		0	America/New_York	43.8473	-70.51894	82			ME	005	27025	
4964998	Fryeburg Center	fryeburg-center	US		0	America/New_York	44.06951	-70.94479	134	Fryeburg Center,Fryeburg Centre		ME	017	26910	
4965032	Gag Corner	gag-corner	US		0	America/New_York	43.7423	-70.45311	71	Gag Corner,Winship Corner		ME	005	28240	
4965065	Gantners Landing	gantners-landing	US		0	America/New_York	45.77339	-68.44697	122	Gantners Landing,Gantniers Landing		ME	019	52710	
4965113	Garrison Hills Estates	garrison-hills-estates	US		0	America/New_York	43.65286	-70.30033	0			ME	005	60545	
4965119	Gates Hill (historical)	gates-hill-historical	US		0	America/New_York	43.81702	-70.432	94			ME	005	86025	
4965179	Gerrish Corner	gerrish-corner	US		0	America/New_York	44.63757	-69.2781	99	Blacks Corner,Gerrish Corner		ME	027	77625	
4965185	Gerrishville	gerrishville	US		0	America/New_York	44.40147	-68.1014	41			ME	009	86655	
4965202	Getchell Corner	getchell-corner	US		0	America/New_York	44.45923	-69.66477	72			ME	011	78745	
4965248	Gilman Corner	gilman-corner	US		0	America/New_York	45.09645	-69.26921	172			ME	021	65865	
4965279	Glantz Corner	glantz-corner	US		0	America/New_York	43.84285	-70.39978	93			ME	005	86025	
4965289	Glenburn Center	glenburn-center	US		0	America/New_York	44.91062	-68.84726	55			ME	019	27645	
4965303	Glenmere	glenmere	US		0	America/New_York	43.95147	-69.25782	17			ME	013	65130	
4965337	Goffs Corner	goffs-corner	US		0	America/New_York	45.21394	-69.23977	197			ME	021	18195	
4965354	Goodale Corner	goodale-corner	US		0	America/New_York	44.70035	-68.75087	113	Goodale Corner,Goodale's Corner		ME	019	55680	
4965363	Goodell Corner	goodell-corner	US		0	America/New_York	45.28283	-69.42588	114			ME	021	85710	
4965365	Goodrich Corner	goodrich-corner	US		0	America/New_York	44.72117	-70.05701	204			ME	007	34820	
4965377	Goodwin Corner	goodwin-corner	US		0	America/New_York	44.61979	-69.57643	49			ME	011	04475	
4965378	Goodwin Corner	goodwin-corner	US		0	America/New_York	44.81895	-69.30783	73			ME	025	56520	
4965385	Goodwin Siding	goodwin-siding	US		0	America/New_York	44.54341	-68.0664	79	Goodwin,Goodwin Siding,Goodwins		ME	009	20405	
4965386	Goodwins Mills	goodwins-mills	US		0	America/New_York	43.50869	-70.58172	58	Goodwin's Mills,Goodwins Mills		ME	031	41750	
4965401	Goose Falls	goose-falls	US		0	America/New_York	44.35341	-68.80947	6			ME	009	07975	
4965440	Goose Rocks	goose-rocks	US		0	America/New_York	44.13536	-68.8317	0			ME	013	51620	
4965442	Goose Rocks Beach	goose-rocks-beach	US		0	America/New_York	43.40231	-70.40922	3	Beachwood,Goose Rock Beach,Goose Rocks Beach,Gooserock		ME	031	36745	
4965463	Gordon (historical)	gordon-historical	US		0	America/New_York	45.53006	-68.28419	100			ME	019	44270	
4965470	Gordon Corner	gordon-corner	US		0	America/New_York	45.03312	-69.20116	128			ME	019	27190	
4969565	Lincoln Mills	lincoln-mills	US		0	America/New_York	44.95506	-69.27616	73			ME	019	14310	
4965511	Gould Corner	gould-corner	US		0	America/New_York	44.07007	-70.54311	174			ME	017	55960	
4965512	Gould Corner	gould-corner	US		0	America/New_York	44.84645	-69.61061	97			ME	025	14555	
4965513	Gould Corner	gould-corner	US		0	America/New_York	43.17397	-70.8095	24			ME	031	22955	
4965516	Gould Landing	gould-landing	US		0	America/New_York	44.89729	-68.78809	40			ME	019	55565	
4965517	Gould Landing	gould-landing	US		0	America/New_York	45.16507	-67.74361	64			ME	029	53500	
4965568	Grand Beach	grand-beach	US		0	America/New_York	43.53786	-70.35088	1			ME	005	66145	
4965601	Grange Corner	grange-corner	US		0	America/New_York	44.33841	-69.05559	90			ME	027	39755	
4965605	Granite Hill	granite-hill	US		0	America/New_York	44.31118	-69.83144	129			ME	011	30550	
4965629	Grants Camps	grants-camps	US		0	America/New_York	45.10311	-70.74896	542	Grants,Grants Camp,Grants Camps		ME	007	51400	
4965633	Grants Turn	grants-turn	US		0	America/New_York	44.26119	-69.13309	75			ME	013	33840	
4965650	Grassy Landing	grassy-landing	US		0	America/New_York	46.56699	-68.58532	208			ME	003	53602	
4965673	Grass Corner	grass-corner	US		0	America/New_York	46.91421	-67.87363	219			ME	003	39300	
4965697	Grays Corner	grays-corner	US		0	America/New_York	43.3087	-70.65422	68			ME	031	81475	
4965710	Grays Corner	grays-corner	US		0	America/New_York	44.38036	-68.65975	37			ME	009	67300	
4965729	Great Diamond Island Landing	great-diamond-island-landing	US		0	America/New_York	43.67064	-70.19977	0			ME	005	60545	
4965737	Great Falls (historical)	great-falls-historical	US		0	America/New_York	43.80341	-70.44783	71			ME	005	86025	
4965783	Great Pond	great-pond	US		49	America/New_York	44.94035	-68.28196	152			ME	009	28975	
4965805	Great Works	great-works	US		0	America/New_York	44.91729	-68.63864	36			ME	019	55225	
4965807	Great Works	great-works	US		0	America/New_York	43.21981	-70.79728	26	Assabumbadock Falls,Great Works		ME	031	70030	
4965832	Greeleys Landing	greeleys-landing	US		0	America/New_York	45.25116	-69.23838	98	Greeley Landing,Greeleys Landing		ME	021	18195	
4965835	Greely Corner	greely-corner	US		0	America/New_York	44.37646	-69.44865	148	Greely Corner,Greenley Corner		ME	027	56450	
4965840	Green Acre	green-acre	US		0	America/New_York	43.11203	-70.79533	13			ME	031	22955	
4965932	Greene Corner	greene-corner	US		0	America/New_York	44.17813	-70.16783	98			ME	001	29255	
4965952	Greenlaw Chopping Landing	greenlaw-chopping-landing	US		0	America/New_York	45.16591	-67.72444	63			ME	029	53500	
4965955	Greenlaw Crossing	greenlaw-crossing	US		0	America/New_York	46.66171	-68.6281	246			ME	003	53602	
4965963	Greenlaws Corner	greenlaws-corner	US		0	America/New_York	44.3748	-69.03031	113			ME	027	52845	
4965971	Greens Corner	greens-corner	US		0	America/New_York	44.65868	-69.29477	98	Green's Corner,Greens Corner		ME	027	77625	
4966010	Greers Corner	greers-corner	US		0	America/New_York	44.37452	-69.13004	87			ME	027	04125	
4966015	Gregorys Corner	gregorys-corner	US		0	America/New_York	44.49285	-69.30699	205			ME	027	46790	
4966037	Grimes Mill	grimes-mill	US		0	America/New_York	46.84643	-67.94308	118			ME	003	10565	
4966079	Groveville	groveville	US		0	America/New_York	43.66369	-70.52005	78			ME	031	09410	
4966080	Growstown	growstown	US		0	America/New_York	43.8998	-70.00033	38			ME	005	08430	
4966082	Grubb Hill (historical)	grubb-hill-historical	US		0	America/New_York	43.7098	-70.29838	45			ME	005	60545	
4966086	Guerette	guerette	US		0	America/New_York	47.12949	-68.31726	179			ME	003	73472	
4966093	Guilford Center	guilford-center	US		0	America/New_York	45.19283	-69.34838	210			ME	021	30095	
4966101	Guinea Corner	guinea-corner	US		0	America/New_York	43.45536	-70.42894	18			ME	031	04860	
4966150	Gumet (historical)	gumet-historical	US		0	America/New_York	43.8623	-69.91338	12			ME	005	08430	
4966159	Gushees Corner	gushees-corner	US		0	America/New_York	44.28313	-69.24477	80			ME	013	01465	
4966162	Hackett Mills	hackett-mills	US		0	America/New_York	44.08591	-70.33561	74			ME	001	60020	
4966200	Haines Corner	haines-corner	US		0	America/New_York	44.42229	-70.14422	128			ME	001	40770	
4966216	Hales Corner	hales-corner	US		0	America/New_York	44.6634	-69.25644	116			ME	027	77625	
4966314	Hall Quarry	hall-quarry	US		0	America/New_York	44.33591	-68.32141	28	Hall Quarry,Hall's Quarry		ME	009	47630	
4966318	Halldale	halldale	US		0	America/New_York	44.50785	-69.27921	179			ME	027	46790	
4966325	Halls Corner	halls-corner	US		0	America/New_York	46.12394	-68.39614	280			ME	003	32685	
4966326	Halls Corner	halls-corner	US		0	America/New_York	44.26924	-69.57227	74	Hall Corner,Halls Corner		ME	011	86165	
4966327	Halls Corner	halls-corner	US		0	America/New_York	44.37758	-69.07754	113	Hall Corner,Halls Corner		ME	027	04125	
4966328	Halls Mills	halls-mills	US		0	America/New_York	44.77036	-67.26471	27	Halls Mill,Halls Mills		ME	029	85185	
4966373	Hampden Center	hampden-center	US		0	America/New_York	44.74896	-68.88671	66			ME	019	30795	
4966375	Hampden Highlands	hampden-highlands	US		0	America/New_York	44.73229	-68.84115	49			ME	019	30795	
4966377	Hampden Station	hampden-station	US		0	America/New_York	44.74646	-68.8642	45			ME	019	30795	
4966398	Hancock Point	hancock-point	US		0	America/New_York	44.46952	-68.23085	23			ME	009	30970	
4966438	Happy Corner	happy-corner	US		0	America/New_York	45.16894	-69.57394	273			ME	021	37095	
4966469	Harding	harding	US		0	America/New_York	43.91258	-69.87616	13	Harding,Hardings		ME	005	08430	
4966521	Hardy Hill	hardy-hill	US		0	America/New_York	44.75563	-68.81948	39			ME	019	30795	
4966527	Harmon Beach	harmon-beach	US		0	America/New_York	43.80452	-70.54922	83			ME	005	73670	
4966551	Harmons Corner	harmons-corner	US		0	America/New_York	44.0398	-70.22255	74			ME	001	02060	
4966554	Harpswell Center	harpswell-center	US		5281	America/New_York	43.80175	-69.98421	39	Harpswell Center,Harpswell Centre		ME	005	31390	
4966578	Harrington Corner	harrington-corner	US		0	America/New_York	44.07341	-69.49477	22			ME	015	49660	
4966651	Harwards	harwards	US		0	America/New_York	44.03424	-69.82671	6			ME	023	06365	
4966652	Haseltine Corner	haseltine-corner	US		0	America/New_York	45.07006	-69.23782	180			ME	019	17530	
4966658	Haskell Corner	haskell-corner	US		0	America/New_York	44.07757	-70.29144	80			ME	001	02060	
4966677	Hasty Corner	hasty-corner	US		0	America/New_York	44.82423	-69.25727	75			ME	019	49065	
4966693	Hatchs Corner	hatchs-corner	US		0	America/New_York	44.04785	-69.76143	80			ME	015	18475	
4966742	Hay Brook	hay-brook	US		0	America/New_York	45.76561	-68.57364	92			ME	019	52710	
4966773	Hayden Corner	hayden-corner	US		0	America/New_York	44.52479	-69.61893	44			ME	011	86515	
4966774	Hayden Landing	hayden-landing	US		0	America/New_York	45.30755	-70.1784	299			ME	025	53636	
4966811	Hayford Corner	hayford-corner	US		0	America/New_York	44.41119	-69.0717	100			ME	027	03950	
4966819	Head Tide	head-tide	US		0	America/New_York	44.11452	-69.62143	5			ME	015	01010	
4966828	Head of the Tide	head-of-the-tide	US		0	America/New_York	44.44869	-69.05393	44	Head of Tide,Head of the Tide		ME	027	03950	
4966830	Heads Corner	heads-corner	US		0	America/New_York	43.97813	-70.78395	216			ME	017	17250	
4966858	Heals Corner	heals-corner	US		0	America/New_York	44.3223	-69.07031	84			ME	027	39755	
4966969	Hendricks Harbor	hendricks-harbor	US		0	America/New_York	43.81981	-69.6781	17			ME	015	71955	
4966995	Hermon Center	hermon-center	US		0	America/New_York	44.79646	-68.88782	44	Hermon Center,Hermon Centre		ME	019	32510	
4967002	Hermon Pond	hermon-pond	US		0	America/New_York	44.78285	-68.95504	44			ME	019	32510	
4967007	Heron Island	heron-island	US		0	America/New_York	43.83036	-69.56699	0	Heron,Heron Island,Inner Heron Island		ME	015	70240	
4967020	Herricks	herricks	US		0	America/New_York	44.31536	-68.70614	23			ME	009	07975	
4967022	Herricks Corner	herricks-corner	US		0	America/New_York	44.35535	-69.01281	113			ME	027	52845	
4967055	Hibberts Corner	hibberts-corner	US		0	America/New_York	44.30424	-69.40727	108			ME	013	80425	
4967062	Hicks Corner	hicks-corner	US		0	America/New_York	45.04812	-69.09726	94			ME	019	27190	
4967069	Higgins Beach	higgins-beach	US		0	America/New_York	43.56008	-70.27977	4	Higgens Beach,Higgins Beach		ME	005	66145	
4967076	Higgins Corner	higgins-corner	US		0	America/New_York	44.03897	-70.03366	66			ME	001	40035	
4967077	Higgins Corner	higgins-corner	US		0	America/New_York	43.73758	-70.63395	100			ME	005	73670	
4967103	High Landing	high-landing	US		0	America/New_York	46.83643	-68.69643	200			ME	003	53602	
4967104	High Landing	high-landing	US		0	America/New_York	45.78922	-68.45336	123			ME	019	52710	
4967106	High Pasture	high-pasture	US		0	America/New_York	43.23036	-70.58505	18			ME	031	87985	
4967142	Highpine	highpine	US		0	America/New_York	43.35592	-70.65394	62	High Pine,Highpine,Wells Depot		ME	031	81475	
4967146	Hildreths Mill	hildreths-mill	US		0	America/New_York	44.67395	-70.36895	373			ME	007	70760	
4967168	Hills Beach	hills-beach	US		0	America/New_York	43.45842	-70.3781	6			ME	031	04860	
4967270	Hobbs Crossing	hobbs-crossing	US		0	America/New_York	43.36758	-70.63422	55			ME	031	81475	
4967277	Hodgdon	hodgdon	US		1289	America/New_York	46.05394	-67.86668	130	Hodgdon,Hodgdon Village		ME	003	33385	
4967281	Hodgdon Corners	hodgdon-corners	US		0	America/New_York	46.04228	-67.85918	145			ME	003	33385	
4967351	Holeb	holeb	US		0	America/New_York	45.57727	-70.45646	382			ME	025	53636	
4967357	Holiday Beach	holiday-beach	US		0	America/New_York	44.07508	-69.05559	4			ME	013	56135	
4967398	Holway Corner	holway-corner	US		0	America/New_York	44.63395	-69.67977	76			ME	025	24320	
4967562	Houghtonville	houghtonville	US		0	America/New_York	46.84199	-67.87474	149			ME	003	25615	
4967606	Houston Corner	houston-corner	US		0	America/New_York	44.79506	-69.3381	75			ME	025	17460	
4967618	Howard Corner	howard-corner	US		0	America/New_York	45.16617	-69.30532	142			ME	021	65865	
4967640	Howe Brook	howe-brook	US		0	America/New_York	46.30505	-68.1942	201			ME	003	11785	
4967650	Howes Corner	howes-corner	US		0	America/New_York	44.33201	-70.21811	125	Howe's Corner,Howes Corner		ME	001	77800	
4967660	Hoxies	hoxies	US		0	America/New_York	44.65062	-69.74172	89			ME	025	24320	
4967671	Hoyttown	hoyttown	US		0	America/New_York	44.72286	-67.44444	11			ME	029	43640	
4967698	Huff Corner	huff-corner	US		0	America/New_York	45.07533	-69.60727	331			ME	021	81405	
4967752	Huntington Mill	huntington-mill	US		0	America/New_York	45.10673	-68.92976	86			ME	019	06575	
4967766	Hunts Corner	hunts-corner	US		0	America/New_York	44.30201	-70.74923	315			ME	017	71755	
4967772	Hurd	hurd	US		0	America/New_York	46.84477	-67.95141	122			ME	003	10565	
4967781	Hurd Corner	hurd-corner	US		0	America/New_York	44.80479	-69.3131	81			ME	025	56520	
4967782	Hurds Corner	hurds-corner	US		0	America/New_York	44.35369	-69.05198	101			ME	027	52845	
4967788	Hurds Corner	hurds-corner	US		0	America/New_York	44.61563	-68.52614	137			ME	009	23200	
4967810	Huson Landing	huson-landing	US		0	America/New_York	46.51254	-68.19365	183			ME	003	11785	
4967830	Hutchins Corner	hutchins-corner	US		0	America/New_York	45.03367	-69.61727	233			ME	021	81405	
4967831	Hutchins Corner	hutchins-corner	US		0	America/New_York	44.48479	-69.37726	169			ME	027	26420	
4967857	Iceboro	iceboro	US		0	America/New_York	44.1123	-69.77866	41			ME	023	62645	
4967872	Imnarkuan (historical)	imnarkuan-historical	US		0	America/New_York	44.95369	-67.16193	8			ME	029	57780	
4967904	Indian Landing	indian-landing	US		0	America/New_York	45.20813	-67.86778	92			ME	029	53500	
4967913	Indian Point	indian-point	US		0	America/New_York	44.38286	-68.3603	26			ME	009	02865	
4968083	Ireland Corner	ireland-corner	US		0	America/New_York	43.81174	-70.37616	75			ME	005	86025	
4968091	Irish Settlement	irish-settlement	US		0	America/New_York	45.65784	-67.91168	171			ME	029	16410	
4968169	Jackman Corner	jackman-corner	US		0	America/New_York	45.09478	-69.33588	169			ME	021	65865	
4968172	Jackman Mill (historical)	jackman-mill-historical	US		0	America/New_York	45.64616	-70.24507	369			ME	025	47140	
4968179	Jackins Settlement	jackins-settlement	US		0	America/New_York	46.01644	-67.82057	183			ME	003	33385	
4968267	Jemtland	jemtland	US		0	America/New_York	47.00726	-68.14392	235			ME	003	49415	
4968269	Jenks Landing	jenks-landing	US		0	America/New_York	43.7173	-70.11533	1			ME	005		
4968302	Jewells Corner	jewells-corner	US		0	America/New_York	46.3406	-67.84252	195			ME	003	46685	
4968433	Johnson Corner	johnson-corner	US		0	America/New_York	44.90978	-69.32144	92			ME	025	64850	
4968434	Johnson Corner	johnson-corner	US		0	America/New_York	45.03783	-69.82033	238			ME	025	05000	
4968472	Jones Corner	jones-corner	US		0	America/New_York	44.26091	-69.46004	84			ME	015	69645	
4968473	Jones Corner	jones-corner	US		0	America/New_York	44.36452	-69.3981	158			ME	027	56450	
4968495	Jones Wharf	jones-wharf	US		0	America/New_York	43.65592	-70.19977	0			ME	005	60545	
4968517	Jordan Mills	jordan-mills	US		0	America/New_York	45.55339	-68.37919	65			ME	019	44270	
4968553	Joyville	joyville	US		0	America/New_York	44.55563	-68.47474	42			ME	009	23200	
4968561	Jumbo Landing	jumbo-landing	US		0	America/New_York	45.21451	-67.87584	100			ME	029	53500	
4968586	Kalers Corner	kalers-corner	US		0	America/New_York	44.09591	-69.38449	26			ME	015	79550	
4968588	Kamankeag (historical)	kamankeag-historical	US		0	America/New_York	45.012	-70.79424	451			ME	007	61840	
4968610	Katen Corner	katen-corner	US		0	America/New_York	44.98506	-69.27977	125			ME	019	14310	
4968623	Keegan	keegan	US		0	America/New_York	47.18699	-67.95753	139			ME	003	78570	
4968633	Keenes Corner	keenes-corner	US		0	America/New_York	44.22007	-70.092	101	Keene's Corner,Keenes Corner		ME	001	38565	
4968651	Kelleyland	kelleyland	US		0	America/New_York	45.26757	-67.4775	61	Kelleyland,Kellyland		ME	029	02480	
4968686	Kendalls Corner	kendalls-corner	US		0	America/New_York	44.45174	-69.08615	59			ME	027	79480	
4968697	Kennebago	kennebago	US		0	America/New_York	45.10755	-70.77146	544			ME	007	51400	
4968703	Kennard Corner	kennard-corner	US		0	America/New_York	43.12675	-70.79644	24			ME	031	22955	
4968705	Kennebago Settlement	kennebago-settlement	US		0	America/New_York	45.10033	-70.56229	460			ME	007	51400	
4968732	Kennebunk Beach	kennebunk-beach	US		0	America/New_York	43.34509	-70.50227	5			ME	031	36535	
4968738	Kennebunk Landing	kennebunk-landing	US		0	America/New_York	43.37786	-70.50866	9			ME	031	36535	
4968763	Kennedy Terrace	kennedy-terrace	US		0	America/New_York	47.18782	-67.96058	143			ME	003	78570	
4968779	Keough	keough	US		0	America/New_York	45.55616	-70.56146	404			ME	007	51400	
4968783	Kennedy Corner	kennedy-corner	US		0	America/New_York	44.19396	-69.42477	95			ME	015	35695	
4968794	Keyes Corner	keyes-corner	US		0	America/New_York	44.24924	-69.63504	88			ME	015	85010	
4968797	Kezar Falls	kezar-falls	US		0	America/New_York	43.80785	-70.88895	116			ME	017	60405	
4968857	Kimballs Corner	kimballs-corner	US		0	America/New_York	43.93674	-70.65228	192			ME	005	48085	
4968861	Kimbles Corner	kimbles-corner	US		0	America/New_York	43.6848	-70.56533	87			ME	031	09410	
4968905	Kings Grove	kings-grove	US		0	America/New_York	46.53143	-67.86002	137			ME	003	43710	
4968920	Kinney Shores	kinney-shores	US		0	America/New_York	43.49314	-70.38755	1			ME	031	64675	
4968930	Kittery Foreside	kittery-foreside	US		0	America/New_York	43.0862	-70.74339	9			ME	031	37270	
4968956	Knight Corner	knight-corner	US		0	America/New_York	45.03645	-69.17282	121			ME	019	27190	
4968969	Knights Corner	knights-corner	US		0	America/New_York	44.33563	-69.1781	91			ME	027	66565	
4968978	Knightville	knightville	US		0	America/New_York	43.63064	-70.25616	17			ME	005	71990	
4968988	Knowlton Corner	knowlton-corner	US		0	America/New_York	44.04814	-69.48588	52			ME	015	16235	
4968994	Knox Center	knox-center	US		0	America/New_York	44.52313	-69.24254	105			ME	027	37585	
4968995	Knox Corner	knox-corner	US		0	America/New_York	44.53257	-69.2706	187			ME	027	37585	
4969001	Knox Hill Corner	knox-hill-corner	US		0	America/New_York	44.98867	-69.25782	148			ME	019	14310	
4969003	Knox Ledge Corner	knox-ledge-corner	US		0	America/New_York	44.55729	-69.2181	171			ME	027	37585	
4969018	Kokadjo	kokadjo	US		0	America/New_York	45.67115	-69.447	372	Kokadjo,Kokadjo Village		ME	021	51105	
4969031	Knowles Corner	knowles-corner	US		0	America/New_York	46.20616	-68.33364	344			ME	003	47175	
4969033	La Croix Depot	la-croix-depot	US		0	America/New_York	46.0842	-70.2673	513			ME	025	67238	
4969045	Lac Frontiere	lac-frontiere	US		0	America/New_York	46.69531	-69.99341	357			ME	003	53602	
4969068	Lake Arrowhead Estates	lake-arrowhead-estates	US		0	America/New_York	43.65286	-70.71895	98			ME	031	80530	
4969084	Lake Moxie	lake-moxie	US		0	America/New_York	45.35116	-69.88423	310			ME	025	76190	
4969085	Lake Parlin (historical)	lake-parlin-historical	US		0	America/New_York	45.51866	-70.09368	502			ME	025	53636	
4969110	Lakeside Landing	lakeside-landing	US		0	America/New_York	44.93035	-68.80615	38			ME	019	27645	
4969135	Lamb Place	lamb-place	US		0	America/New_York	45.25035	-67.52278	64			ME	029	02480	
4969148	Lamoine Beach	lamoine-beach	US		0	America/New_York	44.45063	-68.29224	6			ME	009	38180	
4969151	Lamoine Corner	lamoine-corner	US		0	America/New_York	44.47786	-68.34529	26	Lamoine,Lamoine Corner		ME	009	38180	
4969157	Lambs Corner	lambs-corner	US		0	America/New_York	44.50285	-69.55893	94	Lamb's Corner,Lambs Corner		ME	011	86515	
4969187	Langtown Mill	langtown-mill	US		0	America/New_York	45.06644	-70.57673	401			ME	007	51400	
4969202	Larone	larone	US		0	America/New_York	44.68145	-69.72505	64	Larone,Winslow's Mills		ME	025	24320	
4969229	Lavertue	lavertue	US		0	America/New_York	47.24865	-68.20143	243			ME	003	42520	
4969240	Lawry	lawry	US		0	America/New_York	44.00564	-69.3431	42	Lawrey,Lawry		ME	013	26805	
4969270	Leathers Corner	leathers-corner	US		0	America/New_York	44.82979	-68.93087	68	Leather Corner,Leathers Corner		ME	019	32510	
4969328	Leeds Junction	leeds-junction	US		0	America/New_York	44.20646	-70.07894	78			ME	001	79585	
4969409	Lewiston Junction	lewiston-junction	US		0	America/New_York	44.04618	-70.29839	79			ME	001	02060	
4969444	Libby Corner	libby-corner	US		0	America/New_York	45.32145	-68.4853	140			ME	019	39475	
4969452	Libby Hill	libby-hill	US		0	America/New_York	44.18257	-69.8256	114			ME	011	27085	
4969469	Libbytown	libbytown	US		0	America/New_York	43.65592	-70.2856	7	Libbys Corner,Libbytown		ME	005	60545	
4969481	Ligonia	ligonia	US		0	America/New_York	43.63758	-70.29227	12			ME	005	71990	
4969482	Lille	lille	US		0	America/New_York	47.28004	-68.10976	147			ME	003	28590	
4969491	Lily Bay	lily-bay	US		0	America/New_York	45.60171	-69.50755	317			ME	021	51105	
4969530	Limerick Mills	limerick-mills	US		0	America/New_York	43.69591	-70.78812	118	Hollandville,Limerick Mills		ME	031	39195	
4969553	Lincoln Center	lincoln-center	US		0	America/New_York	45.387	-68.46975	74	Lincoln Center,Lincoln Centre		ME	019	39475	
4969608	Linekin	linekin	US		0	America/New_York	43.83925	-69.59116	22			ME	015	06050	
4969615	Linnhaven West	linnhaven-west	US		0	America/New_York	43.8873	-69.98005	25			ME	005	08430	
4969623	Lisbon Center	lisbon-center	US		0	America/New_York	44.0198	-70.09339	63	Lisbon Center,Lisbon Centre		ME	001	40035	
4969639	Litchfield Corners	litchfield-corners	US		0	America/New_York	44.13313	-69.96505	103			ME	011	40175	
4969640	Litchfield Plains	litchfield-plains	US		0	America/New_York	44.15063	-69.93005	70			ME	011	40175	
4969733	Little Canada	little-canada	US		0	America/New_York	46.29505	-68.18725	203			ME	003	11785	
4969760	Little Diamond Island Landing	little-diamond-island-landing	US		0	America/New_York	43.66286	-70.21005	1			ME	005	60545	
4969889	Little Italy	little-italy	US		0	America/New_York	45.65088	-68.69892	126			ME	019	45810	
4969927	Little Machias	little-machias	US		0	America/New_York	44.6473	-67.24137	30			ME	029	15920	
4970082	Little River Corner	little-river-corner	US		0	America/New_York	44.71535	-67.77305	39			ME	029	13750	
4970195	Littlefield Corner	littlefield-corner	US		0	America/New_York	44.06674	-70.27061	78			ME	001	02060	
4970203	Littlejohn Island	littlejohn-island	US		118	America/New_York	43.75508	-70.13449	5			ME	005	87845	
4970227	Livermore Center	livermore-center	US		0	America/New_York	44.40896	-70.17978	150	Livermore Center,Livermore Centre		ME	001	40665	
4970250	Locke Mills	locke-mills	US		0	America/New_York	44.40007	-70.70201	225	Locke Mills,Locke's Mills		ME	017	29710	
4970254	Locks Corner	locks-corner	US		0	America/New_York	44.45007	-69.94978	76			ME	011	47770	
4970279	Lone Creek Village (historical)	lone-creek-village-historical	US		0	America/New_York	43.63119	-70.32255	13			ME	005	71990	
4970308	Long Cove	long-cove	US		0	America/New_York	43.99008	-69.20449	13			ME	013	65130	
4970612	Loudville	loudville	US		0	America/New_York	43.92869	-69.43088	5			ME	015	41280	
4970625	Loveitts Field	loveitts-field	US		0	America/New_York	43.63758	-70.22505	25	Loveitt's Field,Loveitts Field		ME	005	71990	
4970671	Lowells Corner (historical)	lowells-corner-historical	US		0	America/New_York	43.84924	-70.44839	96			ME	005	86025	
4970672	Lowelltown	lowelltown	US		0	America/New_York	45.51394	-70.6448	487			ME	007	51400	
4970702	Lower Dennysville	lower-dennysville	US		0	America/New_York	44.9298	-67.22693	19			ME	029	17355	
4970720	Lower Beddington	lower-beddington	US		0	America/New_York	44.80146	-68.04584	147			ME	029	03810	
4970728	Lower Landing	lower-landing	US		0	America/New_York	43.31953	-70.56978	2			ME	031	81475	
4970738	Lower Mill	lower-mill	US		0	America/New_York	44.85284	-69.74005	90			ME	025	42660	
4970773	Lower Shirley Corner	lower-shirley-corner	US		0	America/New_York	45.35144	-69.58811	372			ME	021	68140	
4970785	Lower Village	lower-village	US		0	America/New_York	43.35786	-70.47977	4	Kennebunk Lower Village,Lower Kennebunk,Lower Village,Taintown		ME	031	36535	
4970786	Lower Village (historical)	lower-village-historical	US		0	America/New_York	43.79286	-70.17727	26			ME	005	87845	
4970813	Lucas Corner	lucas-corner	US		0	America/New_York	44.28341	-69.33393	68			ME	013	80425	
4970818	Lucerne-in-Maine	lucerne-in-maine	US		0	America/New_York	44.6998	-68.60058	85	Lucerne in Maine,Lucerne-in-Maine		ME	009	16935	
4970836	Lucky Landing	lucky-landing	US		0	America/New_York	44.91062	-68.80337	43	Luckey Landing,Lucky Landing		ME	019	27645	
4970845	Lunts Corner	lunts-corner	US		0	America/New_York	43.68591	-70.26838	19			ME	005	60545	
4970861	Lyford Corner	lyford-corner	US		0	America/New_York	44.92478	-69.33005	133			ME	025	64850	
4970865	Lynchville	lynchville	US		0	America/New_York	44.24423	-70.78451	170			ME	017	71755	
4970884	MacQuillis Corner	macquillis-corner	US		0	America/New_York	44.60589	-70.16395	124			ME	007	85850	
4970887	MacMahan	macmahan	US		0	America/New_York	43.84064	-69.70893	16			ME	023	27295	
4972594	Morey Brow	morey-brow	US		0	America/New_York	46.29338	-67.95752	157			ME	003	11785	
4970913	Mackamp	mackamp	US		0	America/New_York	45.61477	-70.00506	360			ME	025	51114	
4970926	Macs Corner	macs-corner	US		0	America/New_York	43.87563	-70.68006	217			ME	005	66775	
4970927	Macwahoc	macwahoc	US		102	America/New_York	45.62839	-68.2628	97	Macwahoc,Macwakook		ME	003	42450	
4970952	Maddocks Corner	maddocks-corner	US		0	America/New_York	44.34452	-69.29171	105			ME	013	01465	
4970965	Madrid Junction	madrid-junction	US		0	America/New_York	44.86978	-70.39979	247			ME	007	58445	
4971070	Mainstream	mainstream	US		0	America/New_York	44.9695	-69.50699	112			ME	025	31355	
4971079	Malbons Mills	malbons-mills	US		0	America/New_York	44.79617	-69.68533	52			ME	025	68910	
4971101	Manks Corner	manks-corner	US		0	America/New_York	44.17397	-69.33338	41			ME	015	79550	
4971118	Manset	manset	US		0	America/New_York	44.26814	-68.31279	17	Manset,Mansett		ME	009	72865	
4971123	Manson Corner	manson-corner	US		0	America/New_York	44.86228	-69.47421	106			ME	025	31740	
4971179	Maranacook	maranacook	US		0	America/New_York	44.34701	-69.95811	73			ME	011	86970	
4971204	Margison	margison	US		0	America/New_York	46.91699	-68.13836	194	Margisen,Margison		ME	003	87215	
4971206	Mariaville	mariaville	US		430	America/New_York	44.72063	-68.41558	69			ME	009	43430	
4971215	Mariner	mariner	US		0	America/New_York	43.69703	-70.15088	7			ME	005	41067	
4971238	Marks Corner	marks-corner	US		0	America/New_York	44.49591	-68.64503	104			ME	009	57920	
4971252	Marrtown	marrtown	US		0	America/New_York	43.79453	-69.78143	8			ME	023	27295	
4971272	Marsh Corner	marsh-corner	US		0	America/New_York	44.88145	-69.31699	117			ME	025	56520	
4971314	Marston Corner	marston-corner	US		0	America/New_York	44.05063	-70.27617	87			ME	001	02060	
4971321	Martells Mobile Home Court	martells-mobile-home-court	US		0	America/New_York	44.79702	-68.82865	59	Martell's Mobile Home Court,Martells Mobile Home Court		ME	019	02795	
4971345	Martin Corner	martin-corner	US		0	America/New_York	44.807	-69.80672	158			ME	025	42660	
4971354	Martins Corner	martins-corner	US		0	America/New_York	44.3148	-69.25282	128			ME	013	01465	
4971365	Masardis	masardis	US		265	America/New_York	46.50365	-68.36115	172			ME	003	43990	
4971397	Mast Landing	mast-landing	US		0	America/New_York	43.85758	-70.08366	10			ME	005	26525	
4971453	Mattimo Place	mattimo-place	US		0	America/New_York	44.82258	-67.64027	25			ME	029	51375	
4971478	Mayfield Corner	mayfield-corner	US		0	America/New_York	45.10367	-69.69311	297			ME	025	51114	
4971501	McCarty	mccarty	US		0	America/New_York	46.07116	-69.0131	360			ME	021	51105	
4971518	McCoy Crossing	mccoy-crossing	US		0	America/New_York	44.43701	-69.6406	66			ME	011	78745	
4971537	McFarlands Corner	mcfarlands-corner	US		0	America/New_York	44.41618	-69.32254	160			ME	027	46790	
4971551	McGraw	mcgraw	US		0	America/New_York	46.8156	-67.98336	120	McGraw,McGray		ME	003	10565	
4971553	McGregor Mill	mcgregor-mill	US		0	America/New_York	44.98646	-69.05393	55			ME	019	14380	
4971567	McKeen Crossing	mckeen-crossing	US		0	America/New_York	46.60393	-68.72116	231			ME	003	53602	
4971583	McKinley Estates	mckinley-estates	US		0	America/New_York	43.68425	-70.19588	22			ME	005	60545	
4971605	McNally	mcnally	US		0	America/New_York	46.92337	-68.5831	187			ME	003	86865	
4971614	McShea	mcshea	US		0	America/New_York	46.76199	-67.85335	143			ME	003	25615	
4971693	Meadowville	meadowville	US		0	America/New_York	45.52034	-68.35224	62			ME	019	44270	
4970932	Macy	macy	US	46951	0	America/New_York	44.92867	-70.75285	470			ME	007	61840	
4971715	Medford Center	medford-center	US		0	America/New_York	45.24866	-68.8292	86			ME	021	44830	
4971718	Medomak	medomak	US		0	America/New_York	44.00064	-69.40533	14	Hockomock,Medomak		ME	015	06855	
4971738	Mee Corners	mee-corners	US		0	America/New_York	43.64397	-70.94673	191			ME	031	48750	
4971740	Meeting House Hill	meeting-house-hill	US		0	America/New_York	43.63286	-70.24505	14			ME	005	71990	
4971762	Melvin Heights	melvin-heights	US		0	America/New_York	44.21786	-69.10115	98			ME	013	09725	
4971785	Merepoint	merepoint	US		0	America/New_York	43.8248	-70.02533	6	Mere Point,Mere Point Colony,Merepoint		ME	005	08430	
4971810	Merrill Corner	merrill-corner	US		0	America/New_York	43.92646	-70.94534	195			ME	017	08150	
4971842	Merrow Landing	merrow-landing	US		0	America/New_York	44.07202	-70.61089	96			ME	005	31600	
4971848	Merrymeeting Trailer Park	merrymeeting-trailer-park	US		0	America/New_York	43.90786	-69.92283	17			ME	005	08430	
4971887	Michigan Settlement	michigan-settlement	US		0	America/New_York	47.23115	-68.52532	281			ME	003	25755	
4971936	Middle Dam	middle-dam	US		0	America/New_York	44.78005	-70.9223	450	Middle Dam,Middledam		ME	017	52575	
4971955	Middle Intervale	middle-intervale	US		0	America/New_York	44.46284	-70.78729	203			ME	017	04825	
4972027	Miles Corner	miles-corner	US		0	America/New_York	44.85784	-69.30005	120			ME	025	56520	
4972062	Mill Brook	mill-brook	US		0	America/New_York	45.37199	-69.02171	141			ME	021	08325	
4972177	Miller Corner	miller-corner	US		0	America/New_York	44.87506	-69.35588	110			ME	025	56520	
4972178	Miller Corner	miller-corner	US		0	America/New_York	43.47897	-70.9459	217			ME	031	00275	
4972189	Millers Crossing	millers-crossing	US		0	America/New_York	43.40592	-70.48866	18			ME	031	36745	
4972195	Milliken Mills	milliken-mills	US		0	America/New_York	43.54453	-70.39227	12			ME	031	55085	
4972234	Millvale	millvale	US		0	America/New_York	44.62868	-68.77003	36			ME	009	08815	
4972254	Mingo Springs	mingo-springs	US		0	America/New_York	44.95533	-70.71424	466			ME	007	61840	
4972316	Mitchell Corner	mitchell-corner	US		0	America/New_York	44.67396	-69.26671	125			ME	027	77625	
4972346	Molunkus	molunkus	US		0	America/New_York	45.61534	-68.30336	138			ME	003	69930	
4972375	Monarda	monarda	US		0	America/New_York	45.797	-68.32391	173			ME	003	69930	
4972379	Monsapec	monsapec	US		0	America/New_York	44.60897	-67.60111	33			ME	029	36010	
4972384	Monson Junction	monson-junction	US		0	America/New_York	45.21533	-69.47144	145			ME	021	00100	
4972406	Montsweag	montsweag	US		0	America/New_York	43.9623	-69.72393	20	Monsweag,Montseag,Montsweag		ME	023	87460	
4972430	Moody Beach	moody-beach	US		0	America/New_York	43.27564	-70.58283	0			ME	031	81475	
4972443	Moody Point	moody-point	US		0	America/New_York	43.28648	-70.57228	7			ME	031	81475	
4972548	Moose River	moose-river	US		228	America/New_York	45.65282	-70.26618	376			ME	025	47140	
4972555	Moosehead	moosehead	US		0	America/New_York	45.58338	-69.71367	315			ME	021	53628	
4972561	Moosehorn	moosehorn	US		0	America/New_York	45.22866	-69.48588	218			ME	021	00100	
4972562	Moosehorn (historical)	moosehorn-historical	US		0	America/New_York	45.3856	-70.79424	421	Big Island,Moosehorn (historical)		ME	007	51400	
4972567	Moosehorn Crossing	moosehorn-crossing	US		0	America/New_York	46.33143	-68.78116	219			ME	019	52710	
4972574	Mooselookmeguntic	mooselookmeguntic	US		0	America/New_York	44.96339	-70.79285	451			ME	007	61840	
4972588	Morang Corner	morang-corner	US		0	America/New_York	44.26397	-69.27449	76	Card Mill Brook,Mill Stream,Morang Corner		ME	013	01465	
4972592	Morgan Beach	morgan-beach	US		0	America/New_York	45.27061	-68.55502	61			ME	019	23620	
4972598	Morkill	morkill	US		0	America/New_York	45.42644	-69.49755	305			ME	021	29535	
4972612	Morrills Corner	morrills-corner	US		0	America/New_York	43.68758	-70.2931	35	Morrill's Corner,Morrills Corner,Steven's Plains		ME	005	60545	
4972613	Morris Corner	morris-corner	US		0	America/New_York	46.87754	-67.85141	203			ME	003	39300	
4972619	Morrison Corner	morrison-corner	US		0	America/New_York	44.6634	-69.57727	62	Morrison Corner,Morrison's Corner		ME	011	13470	
4972668	Mosher Corner	mosher-corner	US		0	America/New_York	44.78256	-69.41921	76			ME	025	59005	
4972678	Mosher Corner	mosher-corner	US		0	America/New_York	43.69091	-70.40227	40			ME	005	28240	
4972765	Mount Pisgah	mount-pisgah	US		0	America/New_York	43.85314	-69.62171	14			ME	015	06120	
4972830	Mountainview	mountainview	US		0	America/New_York	44.96728	-70.76174	470			ME	007	61840	
4972832	Mountainview Park	mountainview-park	US		0	America/New_York	43.62981	-70.22588	30			ME	005	10180	
4972847	Mouse Island	mouse-island	US		0	America/New_York	43.8323	-69.64255	10			ME	015	71955	
4972851	Moussam	moussam	US		0	America/New_York	44.08035	-70.34089	79			ME	001	60020	
4972915	Mud Landing	mud-landing	US		0	America/New_York	44.85702	-67.44721	18			ME	029	19870	
4973023	Munjoy Hill	munjoy-hill	US		0	America/New_York	43.6673	-70.24894	46	Munjoy Hill,Munjoy's Hill		ME	005	60545	
4973050	Murphys Corner	murphys-corner	US		0	America/New_York	43.92675	-69.73393	13	Murphy Corner,Murphys Corner		ME	023	87460	
4973060	Muscongus	muscongus	US		0	America/New_York	43.96953	-69.44338	7			ME	015	06855	
4973068	Murphy Corner	murphy-corner	US		0	America/New_York	44.04091	-70.23339	109			ME	001	02060	
4973161	Nash Corner	nash-corner	US		0	America/New_York	44.74923	-69.44671	134			ME	025	59005	
4973172	Naskeag	naskeag	US		0	America/New_York	44.23452	-68.53197	37			ME	009	07800	
4973175	Nason Beach	nason-beach	US		0	America/New_York	44.15452	-70.11505	84			ME	001	29255	
4973181	Nasons Corner	nasons-corner	US		0	America/New_York	43.67508	-70.31422	19			ME	005	60545	
4973196	Nealeys Corner	nealeys-corner	US		0	America/New_York	44.6984	-68.94448	102	Nealey's Corner,Nealeys Corner		ME	019	30795	
4973200	Neals Corner	neals-corner	US		0	America/New_York	44.48507	-69.11143	89			ME	027	79480	
4973219	Nehumkeag (historical)	nehumkeag-historical	US		0	America/New_York	44.16952	-69.75338	7			ME	011	59110	
4973228	Nequasset	nequasset	US		0	America/New_York	43.9398	-69.78255	18	Negwasseg,Nequasset		ME	023	87460	
4973232	Nequsset (historical)	nequsset-historical	US		0	America/New_York	43.91869	-69.80116	16	Massaque,Nauseag,Neguascag,Neguaseag,Neguasseag,Neguasset,Negusset,Nequsset (historical)		ME	023	87460	
4973295	New Sweden Station	new-sweden-station	US		646	America/New_York	46.95365	-68.10058	212			ME	003	49415	
4973302	Newagen	newagen	US		0	America/New_York	43.78925	-69.65616	6	Capanewagen,Capenawhagen,Newagen		ME	015	71955	
4973305	Newburgh Center	newburgh-center	US		0	America/New_York	44.72174	-69.00226	72	Newburg Center,Newburgh Center		ME	019	48505	
4973307	Newburgh Village	newburgh-village	US		0	America/New_York	44.69674	-68.97893	62	Newburg Village,Newburgh Village		ME	019	48505	
4973327	Newichawanoc (historical)	newichawanoc-historical	US		0	America/New_York	43.26592	-70.8645	52	Neahawanak,Nekekowannock,Newchawanick,Newgawanacke,Newgewanacke,Newichawanick,Newichawannicke,Newichawannock,Newichawanoc (historical),Newichawanocks,Newichewannock,Newichuwenoq,Newichwanicke,Newichwannock,Newickawanacks,Newkhawanick,Nuch-a-wan-acks		ME	031	04720	
4973370	Nickerson Mills	nickerson-mills	US		0	America/New_York	44.53952	-69.03837	67			ME	027	75525	
4973373	Nicolin (historical)	nicolin-historical	US		0	America/New_York	44.62119	-68.51447	84	Nicohn,Nicolin (historical)		ME	009	23200	
4973405	Nobles Corner	nobles-corner	US		0	America/New_York	44.26146	-70.62479	148			ME	017	54000	
4973440	North Alfred	north-alfred	US		0	America/New_York	43.52175	-70.76422	116			ME	031	00730	
4973442	North Amity	north-amity	US		0	America/New_York	45.94172	-67.83029	200			ME	003	01220	
4973444	North Appleton	north-appleton	US		0	America/New_York	44.30424	-69.20921	57			ME	013	01465	
4973447	North Auburn	north-auburn	US		0	America/New_York	44.17729	-70.27339	86			ME	001	02060	
4973451	North Baldwin	north-baldwin	US		0	America/New_York	43.84563	-70.68895	156			ME	005	02655	
4973452	North Bancroft	north-bancroft	US		0	America/New_York	45.752	-67.94585	175			ME	003	02760	
4973457	North Bath	north-bath	US		9363	America/New_York	43.9348	-69.81588	8			ME	023	03355	
4973461	North Belgrade	north-belgrade	US		0	America/New_York	44.51895	-69.79227	85			ME	011	04020	
4973462	North Belgrade Station	north-belgrade-station	US		0	America/New_York	44.5059	-69.77838	76			ME	011	04020	
4973465	North Bethel	north-bethel	US		0	America/New_York	44.45229	-70.82868	375			ME	017	04825	
4973468	North Bradford	north-bradford	US		0	America/New_York	45.11812	-68.9617	144			ME	019	06575	
4973517	North Brewer	north-brewer	US		0	America/New_York	44.8184	-68.70281	19			ME	019	06925	
4973527	North Brooksville	north-brooksville	US		0	America/New_York	44.39535	-68.71058	20			ME	009	07975	
4973531	North Buckfield	north-buckfield	US		0	America/New_York	44.31035	-70.4045	122			ME	017	08710	
4973532	North Bucksport	north-bucksport	US		0	America/New_York	44.66118	-68.81337	63			ME	009	08815	
4973534	North Castine	north-castine	US		0	America/New_York	44.41897	-68.77197	34			ME	009	11265	
4973540	North Chesterville	north-chesterville	US		0	America/New_York	44.59451	-70.112	108	Keith's Mills,North Chesterville		ME	007	12595	
4973544	North Brooklin	north-brooklin	US		0	America/New_York	44.30536	-68.57002	53			ME	009	07800	
4973547	North Cutler	north-cutler	US		0	America/New_York	44.66925	-67.25943	20			ME	029	15920	
4973548	North Deer Isle	north-deer-isle	US		0	America/New_York	44.26619	-68.6728	26			ME	009	17145	
4973549	North Deering	north-deering	US		0	America/New_York	43.6998	-70.28783	25			ME	005	60545	
4973552	North Dexter	north-dexter	US		0	America/New_York	45.07617	-69.33421	104			ME	019	17530	
4973553	North Dixmont	north-dixmont	US		0	America/New_York	44.72507	-69.17282	91	North Dixmond,North Dixmont		ME	019	17950	
4973554	North East Carry	north-east-carry	US		0	America/New_York	45.86643	-69.62645	319	North East Carry,Northeast Carry		ME	021	53628	
4973556	North Edgecomb	north-edgecomb	US		0	America/New_York	43.98897	-69.64032	49			ME	015	22675	
4973559	North Ellsworth	north-ellsworth	US		0	America/New_York	44.61535	-68.52447	134	Hurds Corner,North Ellsworth		ME	009	23200	
4973564	North Fayette	north-fayette	US		0	America/New_York	44.45007	-70.06894	152			ME	011	24950	
4973566	North Cushing	north-cushing	US		0	America/New_York	44.03897	-69.2106	23			ME	013	15780	
4973570	North Fryeburg	north-fryeburg	US		0	America/New_York	44.1209	-70.97729	116			ME	017	26910	
4973572	North Gorham	north-gorham	US		0	America/New_York	43.79841	-70.45478	96	Great Falls,North Gorham		ME	005	28240	
4973576	North Gray	north-gray	US		0	America/New_York	43.91702	-70.31922	64			ME	005	28870	
4973577	North Guilford	north-guilford	US		0	America/New_York	45.23477	-69.42088	160			ME	021	30095	
4973586	North Hermon	north-hermon	US		0	America/New_York	44.84896	-68.87559	90			ME	019	32510	
4973588	North Hollis	north-hollis	US		0	America/New_York	43.6573	-70.67506	90			ME	031	33665	
4973589	North Hope Corner	north-hope-corner	US		0	America/New_York	44.29035	-69.19032	166			ME	013	33840	
4973591	North Islesboro	north-islesboro	US		0	America/New_York	44.33702	-68.89975	25	North Isleborough,North Islesboro		ME	027	35240	
4973594	North Jefferson	north-jefferson	US		0	America/New_York	44.21369	-69.43727	49			ME	015	35695	
4973597	North Lamoine	north-lamoine	US		0	America/New_York	44.50785	-68.35057	21			ME	009	38180	
4973598	North Lebanon	north-lebanon	US		0	America/New_York	43.43786	-70.88423	121			ME	031	38425	
4973601	North Leeds	north-leeds	US		0	America/New_York	44.3434	-70.13117	86			ME	001	38565	
4973602	North Limington	north-limington	US		0	America/New_York	43.7473	-70.68173	91			ME	031	39405	
4973605	North Lincoln	north-lincoln	US		0	America/New_York	45.427	-68.46197	63			ME	019	39475	
4973606	North Livermore	north-livermore	US		0	America/New_York	44.44229	-70.21784	158			ME	001	40665	
4973608	North Lovell	north-lovell	US		0	America/New_York	44.24201	-70.87701	128			ME	017	41365	
4973609	North Lubec	north-lubec	US		0	America/New_York	44.86841	-67.01776	24			ME	029	41610	
4973610	North Lyndon	north-lyndon	US		0	America/New_York	46.93949	-68.02364	209			ME	003	10565	
4973611	North Mariaville	north-mariaville	US		0	America/New_York	44.78063	-68.37308	64			ME	009	43430	
4973612	North Meadows	north-meadows	US		0	America/New_York	43.90619	-69.86144	14			ME	023	81930	
4973614	North Monroe	north-monroe	US		0	America/New_York	44.62452	-69.09615	119			ME	027	46475	
4973616	North New Portland	north-new-portland	US		0	America/New_York	44.92506	-70.02312	126			ME	025	49205	
4973618	North Newburgh	north-newburgh	US		0	America/New_York	44.75563	-68.9731	56	North Newburg,North Newburgh		ME	019	48505	
4973619	North Newcastle	north-newcastle	US		0	America/New_York	44.08591	-69.57421	28			ME	015	48645	
4973620	North Newport	north-newport	US		0	America/New_York	44.89145	-69.20643	118			ME	019	49065	
4973621	North Newry	north-newry	US		0	America/New_York	44.54589	-70.83313	229			ME	017	49275	
4973623	North Norway	north-norway	US		0	America/New_York	44.25646	-70.63479	226			ME	017	54000	
4973624	North Orland	north-orland	US		0	America/New_York	44.63868	-68.64058	148			ME	009	55505	
4973625	North Orrington	north-orrington	US		0	America/New_York	44.7484	-68.8067	55			ME	019	55680	
4973630	North Palermo	north-palermo	US		0	America/New_York	44.45146	-69.39449	220			ME	027	56450	
4973631	North Paris	north-paris	US		0	America/New_York	44.33757	-70.52923	165			ME	017	83890	
4973636	North Parsonsfield	north-parsonsfield	US		0	America/New_York	43.7573	-70.92256	167	North Parsonfield,North Parsonsfield		ME	031	56870	
4973639	North Penobscot	north-penobscot	US		461	America/New_York	44.52174	-68.66142	133			ME	009	57920	
4973643	North Perry	north-perry	US		0	America/New_York	45.03036	-67.10804	24			ME	029	58165	
4973644	North Pittston	north-pittston	US		0	America/New_York	44.22368	-69.69254	90			ME	011	59110	
4973663	North Harpswell	north-harpswell	US		0	America/New_York	43.82092	-69.96644	38	Harpswell		ME	005	31390	
4973668	North Raymond	north-raymond	US		0	America/New_York	43.98035	-70.4045	193			ME	005	61945	
4973679	North Scarborough	north-scarborough	US		0	America/New_York	43.64203	-70.39783	32	Coal Kiln Corners,Coalkiln Corner,North Scarboro,North Scarborough		ME	005	66145	
4973681	North Searsmont	north-searsmont	US		0	America/New_York	44.40896	-69.21643	71			ME	027	66565	
4973682	North Searsport	north-searsport	US		0	America/New_York	44.55396	-68.95615	117			ME	027	66635	
4973683	North Sebago	north-sebago	US		0	America/New_York	43.88813	-70.632	85			ME	005	66775	
4973684	North Sedgwick	north-sedgwick	US		0	America/New_York	44.34063	-68.58891	26			ME	009	67300	
4973685	North Shapleigh	north-shapleigh	US		0	America/New_York	43.60175	-70.88784	165			ME	031	67475	
4973687	North Sidney	north-sidney	US		0	America/New_York	44.46701	-69.69143	42			ME	011	68385	
4973692	North Sullivan	north-sullivan	US		0	America/New_York	44.54063	-68.24307	30			ME	009	74965	
4973695	North Trescott	north-trescott	US		0	America/New_York	44.85952	-67.13165	11			ME	029	19870	
4973704	North Union	north-union	US		0	America/New_York	44.27702	-69.30949	71			ME	013	78115	
4973708	North Wade	north-wade	US		0	America/New_York	46.82976	-68.17948	213			ME	003	79270	
4973709	North Waldoboro	north-waldoboro	US		0	America/New_York	44.18424	-69.37532	71			ME	015	79550	
4973715	North Wayne	north-wayne	US		0	America/New_York	44.37423	-70.03283	96			ME	011	80880	
4973716	North Whitefield	north-whitefield	US		0	America/New_York	44.22202	-69.58727	64			ME	015	85010	
4973719	North Windsor	north-windsor	US		0	America/New_York	44.3484	-69.58088	90			ME	011	86165	
4973720	North Winterport	north-winterport	US		0	America/New_York	44.67757	-68.84865	63			ME	027	86760	
4973768	Northern Maine Junction	northern-maine-junction	US		0	America/New_York	44.79257	-68.8592	54			ME	019	32510	
4973786	Northwest Bethel	northwest-bethel	US		0	America/New_York	44.42284	-70.84452	221			ME	017	04825	
4973837	Norumbega	norumbega	US		0	America/New_York	44.32091	-68.72308	6			ME	009	07975	
4973853	Norway Lake	norway-lake	US		0	America/New_York	44.2134	-70.57978	128			ME	017	54000	
4973888	Norway Center	norway-center	US		0	America/New_York	44.23368	-70.61145	179			ME	017	54000	
4973952	Nutter Corner	nutter-corner	US		0	America/New_York	44.92089	-69.35505	136			ME	025	64850	
4973961	Nyes Corner	nyes-corner	US		0	America/New_York	44.6534	-69.6181	46			ME	025	24320	
4974039	Oak Park Manor	oak-park-manor	US		0	America/New_York	45.62394	-68.55642	118			ME	019	45005	
4974056	Oak Terrace	oak-terrace	US		0	America/New_York	43.08926	-70.75783	14			ME	031	37270	
4974063	Oakes Corner	oakes-corner	US		0	America/New_York	44.2873	-69.26949	151	Oakes Corner,Oaks Corner		ME	013	01465	
4974091	Ocean Point	ocean-point	US		0	America/New_York	43.81592	-69.59588	8			ME	015	06050	
4974098	Ocean View Village	ocean-view-village	US		0	America/New_York	43.1787	-70.60783	7			ME	031	87985	
4974106	Ogontz	ogontz	US		0	America/New_York	45.82032	-69.71311	317			ME	025	67238	
4974107	Ogren	ogren	US		0	America/New_York	46.91088	-68.05586	184			ME	003	10565	
4974125	Olamon	olamon	US		0	America/New_York	45.12089	-68.61058	42			ME	019	29185	
4974151	Old City	old-city	US		0	America/New_York	46.01227	-68.86643	309			ME	021	51105	
4974234	Old Town Landing	old-town-landing	US		0	America/New_York	44.94257	-68.79198	36			ME	019	55225	
4974249	Oldfields	oldfields	US		0	America/New_York	43.21592	-70.80033	46			ME	031	70030	
4974256	Oliver Hill Corner	oliver-hill-corner	US		0	America/New_York	45.06589	-69.17282	244			ME	019	27190	
4974299	Orffs Corner	orffs-corner	US		0	America/New_York	44.16369	-69.41477	53	Orff's Corner,Orffs Corner		ME	015	79550	
4974329	Orrington Center	orrington-center	US		0	America/New_York	44.72118	-68.78865	38			ME	019	55680	
4974347	Ossipee Mills	ossipee-mills	US		0	America/New_York	43.65091	-70.76062	98			ME	031	80530	
4974360	Otisfield Gore	otisfield-gore	US		0	America/New_York	44.1484	-70.56395	159			ME	017	55960	
4974429	Ouellette	ouellette	US		0	America/New_York	47.17087	-68.39282	216	Ouellete,Ouellette		ME	003	73472	
4974477	Overlake	overlake	US		0	America/New_York	44.742	-70.08951	176			ME	007	34820	
4974532	Oxford Station	oxford-station	US		0	America/New_York	44.14479	-70.46228	102			ME	017	56310	
4974546	Packard Landing	packard-landing	US		0	America/New_York	45.29672	-69.33366	102			ME	021	85710	
4974548	Packards	packards	US		0	America/New_York	45.48116	-68.93893	134			ME	021	51105	
4974574	Paines Corner	paines-corner	US		0	America/New_York	44.51257	-69.57393	69			ME	011	86515	
4974583	Paine Corner	paine-corner	US		0	America/New_York	44.15813	-70.43089	187	Paine Corner,Paine's Corner		ME	017	56310	
4974616	Parent	parent	US		0	America/New_York	47.23365	-68.02892	144			ME	003	78570	
4974637	Parker Head	parker-head	US		0	America/New_York	43.78453	-69.80255	11			ME	023	58515	
4974659	Parkers	parkers	US		0	America/New_York	45.19172	-68.89837	99			ME	021	70655	
4974662	Parkhurst	parkhurst	US		0	America/New_York	46.74838	-67.95669	140			ME	003	60825	
4974690	Parrot	parrot	US		0	America/New_York	45.25505	-69.55394	218			ME	021	46580	
4974692	Parson Landing	parson-landing	US		0	America/New_York	45.26144	-69.18782	100			ME	021	18195	
4974693	Parsonage Corner	parsonage-corner	US		0	America/New_York	43.30814	-70.68617	58			ME	031	81475	
4974756	Pattee Corner	pattee-corner	US		0	America/New_York	44.58702	-69.08226	128			ME	027	46475	
4974765	Patten Junction	patten-junction	US		0	America/New_York	45.91338	-68.41281	145	Patten Junction,Patten June		ME	003	67790	
4974792	Pauls Corner	pauls-corner	US		0	America/New_York	44.38007	-69.21726	89	Pauls Corner,Pauls Ranch Corner		ME	027	66565	
4974796	Payneton	payneton	US		0	America/New_York	43.17842	-70.72783	17			ME	031	87985	
4974797	Payson Corner	payson-corner	US		0	America/New_York	44.25147	-69.15448	140			ME	013	33840	
4974803	Pea Cove	pea-cove	US		0	America/New_York	44.9859	-68.69364	48			ME	019	55225	
4974810	Pauls	pauls	US		0	America/New_York	46.84532	-68.04558	155			ME	003	10565	
4974865	Pease Corner	pease-corner	US		0	America/New_York	44.27508	-69.28699	114			ME	013	01465	
4974866	Pease Corner	pease-corner	US		0	America/New_York	44.80228	-69.95534	121			ME	025	01395	
4974889	Pejepscot	pejepscot	US		0	America/New_York	43.96008	-70.01505	57	Pagiscott,Pegepschaeg*,Pegypscott,Pejebscot,Pejepscot,Pejepscot Mills,Pejepscots,Pejipscot,Pethippscott		ME	023	76960	
4974906	Pemaquid (historical)	pemaquid-historical	US		0	America/New_York	43.90675	-69.51505	19	Panaquid,Pemaquid (historical),Pemmaquid,Pemmayquid,Penaquid		ME	015	07485	
4974908	Pemaquid Beach	pemaquid-beach	US		0	America/New_York	43.87453	-69.52144	8			ME	015	07485	
4974911	Pemaquid Harbor	pemaquid-harbor	US		0	America/New_York	43.8923	-69.52449	47			ME	015	07485	
4974918	Pemaquid Point	pemaquid-point	US		0	America/New_York	43.84064	-69.50977	22			ME	015	07485	
4974921	Pelton Hill	pelton-hill	US		0	America/New_York	44.32118	-69.82894	103			ME	011	02100	
4974946	Penley Corner	penley-corner	US		0	America/New_York	44.05119	-70.20005	48	Penley Corner,Penley Corners,Penleys Corner		ME	001	02060	
4974968	Penobscot (historical)	penobscot-historical	US		0	America/New_York	44.38785	-68.79975	25	Panawanske,Panna8apske *,Pannasanbskek *,Penobscot (historical),Pentagouet,Pintagone *		ME	009	11265	
4975031	Perham Junction	perham-junction	US		0	America/New_York	44.92117	-70.41034	377			ME	007	19865	
4975053	Perkins Town	perkins-town	US		0	America/New_York	43.33842	-70.7045	67			ME	031	81475	
4975065	Perry Cove	perry-cove	US		0	America/New_York	43.8398	-69.84421	12			ME	023	81930	
4975078	Perrys Corner	perrys-corner	US		0	America/New_York	43.70036	-70.82117	179			ME	031	39195	
4975088	Peter Dana Point	peter-dana-point	US		0	America/New_York	45.21174	-67.63	67	Peter Dana Point,Peter Dana's Point		ME	029		
4975121	Phair	phair	US		0	America/New_York	46.62699	-67.95336	176			ME	003	60825	
4975139	Phillips Corner	phillips-corner	US		0	America/New_York	44.81256	-69.44227	137			ME	025	59005	
4975241	Pigeon Hill	pigeon-hill	US		0	America/New_York	44.44425	-67.8875	3			ME	029	74125	
4975253	Pike Corner	pike-corner	US		0	America/New_York	43.98285	-70.517	137			ME	005	11125	
4975270	Pine Corner	pine-corner	US		0	America/New_York	44.99563	-67.29471	68			ME	029	12175	
4975304	Pine Cliff	pine-cliff	US		0	America/New_York	43.83092	-69.65032	16			ME	015	71955	
4975324	Pine Knoll	pine-knoll	US		0	America/New_York	46.18227	-69.02449	252			ME	021	51105	
4975329	Pine Park	pine-park	US		0	America/New_York	43.50758	-70.40838	10			ME	031	55085	
4975332	Pine Point	pine-point	US		0	America/New_York	43.5412	-70.34422	1			ME	005	66145	
4975335	Pine Point Beach	pine-point-beach	US		0	America/New_York	43.54258	-70.33283	1			ME	005	66145	
4975375	Pingree Center	pingree-center	US		0	America/New_York	45.11228	-69.44783	162			ME	021	56765	
4975430	Pishon Ferry	pishon-ferry	US		0	America/New_York	44.68701	-69.6281	45	Pishon Ferry,Pishon's Ferry		ME	011	13470	
4975444	Pitmans Corner	pitmans-corner	US		0	America/New_York	44.30758	-69.24365	138			ME	013	01465	
4975461	Plaisted	plaisted	US		0	America/New_York	47.09782	-68.59032	180			ME	003	19420	
4975492	Pleasant Island	pleasant-island	US		0	America/New_York	44.99783	-70.83674	449			ME	017	52575	
4975511	Pleasant Point	pleasant-point	US		0	America/New_York	43.9723	-69.28366	9			ME	013	15780	
4975513	Pleasant Point	pleasant-point	US		0	America/New_York	44.9573	-67.0422	16			ME	029		
4975523	Pleasant Pond	pleasant-pond	US		0	America/New_York	45.25672	-69.94173	390			ME	025	10495	
4975546	Pleasant Vale Corner	pleasant-vale-corner	US		0	America/New_York	44.92867	-69.30338	72			ME	019	14310	
4975552	Pleasantdale	pleasantdale	US		0	America/New_York	43.63314	-70.26866	7			ME	005	71990	
4975554	Plourde Mill	plourde-mill	US		0	America/New_York	47.16559	-68.61616	203			ME	003	79865	
4975562	Plummer Landing	plummer-landing	US		0	America/New_York	44.05951	-70.68312	82			ME	005	07170	
4975565	Plummer Mill	plummer-mill	US		0	America/New_York	43.98369	-70.10089	39			ME	001	19105	
4975572	Plummer Corner	plummer-corner	US		0	America/New_York	44.78034	-69.28755	73			ME	025	17460	
4975614	Poland Spring	poland-spring	US		0	America/New_York	44.02785	-70.3595	174			ME	001	60020	
4975620	Polands Corner	polands-corner	US		0	America/New_York	44.47174	-69.25949	166			ME	027	46790	
4975644	Ponce Landing	ponce-landing	US		0	America/New_York	43.68953	-70.1681	0			ME	005	41067	
4975651	Pond Cove	pond-cove	US		0	America/New_York	43.59647	-70.22866	32			ME	005	10180	
4975703	Pools Landing	pools-landing	US		0	America/New_York	43.94119	-69.58977	10	Pooles Landing,Pools Landing		ME	015	22675	
4975709	Poors Mill	poors-mill	US		0	America/New_York	44.42813	-69.10032	61	Poor's Mills,Poors Mill,Poors Mills		ME	027	03950	
4975715	Popeville	popeville	US		0	America/New_York	43.78452	-70.41922	60			ME	005	86025	
4975717	Popham Beach	popham-beach	US		0	America/New_York	43.75203	-69.78449	1			ME	023	58515	
4975733	Poplar Ripps	poplar-ripps	US		0	America/New_York	45.69893	-69.87006	327			ME	025	51114	
4975791	Porter Landing	porter-landing	US		0	America/New_York	43.84452	-70.09949	10	Porter Landing,Porter's Landing,Porters Landing		ME	005	26525	
4975901	Powers Corner	powers-corner	US		0	America/New_York	46.67338	-67.84641	225			ME	003	21380	
4975907	Pownal Center	pownal-center	US		0	America/New_York	43.8923	-70.18533	41	Pownal,Pownal Center,Pownall		ME	005	60685	
4975913	Pratt Corner	pratt-corner	US		0	America/New_York	44.1584	-70.44034	179			ME	017	56310	
4975933	Preble Corner	preble-corner	US		0	America/New_York	45.04562	-69.21366	211			ME	019	27190	
4975975	Presque Isle Junction	presque-isle-junction	US		0	America/New_York	46.70838	-68.02725	135			ME	003	60825	
4976012	Prides Corner	prides-corner	US		0	America/New_York	43.71369	-70.33366	38			ME	005	82105	
4976020	Pretty Marsh	pretty-marsh	US		0	America/New_York	44.34036	-68.39919	12			ME	009	47630	
4976046	Proctors Corner	proctors-corner	US		0	America/New_York	44.30341	-69.28865	108			ME	013	01465	
4976048	Promised Land	promised-land	US		0	America/New_York	44.06785	-70.43867	126			ME	001	60020	
4976053	Prospect Ferry	prospect-ferry	US		0	America/New_York	44.56702	-68.80531	28	Edali qu saguh holdemook,Prospect,Prospect Ferry		ME	027	61210	
4976067	Prouts Neck	prouts-neck	US		0	America/New_York	43.53342	-70.31449	11	Prout's Neck,Prouts Neck		ME	005	66145	
4976108	Pulpit Harbor	pulpit-harbor	US		0	America/New_York	44.15869	-68.88364	13			ME	013	51620	
4976139	Purgatory	purgatory	US		0	America/New_York	44.21563	-69.93394	61	Litchfield,Purgatory		ME	011	40175	
4976144	Pushaw	pushaw	US		0	America/New_York	44.96257	-68.71253	45			ME	019	55225	
4976198	Quoddy	quoddy	US		0	America/New_York	44.92952	-67.03026	18	Quoddy,Quoddy Village		ME	029	21730	
4976240	Rainbow Home Court Mobile Home Park	rainbow-home-court-mobile-home-park	US		0	America/New_York	44.83368	-68.81781	46			ME	019	02795	
4976303	Rand Landing	rand-landing	US		0	America/New_York	46.57837	-68.68894	225			ME	003	53602	
4976317	Rands	rands	US		0	America/New_York	46.71949	-68.03392	138			ME	003	60825	
4976343	Rankins Mill	rankins-mill	US		0	America/New_York	43.87924	-70.77173	131			ME	017	33315	
4976359	Ray Corner	ray-corner	US		0	America/New_York	44.51229	-69.18226	160			ME	027	37585	
4976376	Razorville	razorville	US		0	America/New_York	44.27646	-69.39699	103			ME	013	80425	
4976377	Reach	reach	US		0	America/New_York	44.24925	-68.62364	9			ME	009	17145	
4976385	Readfield Depot	readfield-depot	US		0	America/New_York	44.37923	-69.93977	97	Readfield Depot,Readfield Station		ME	011	62190	
4976392	Red Beach	red-beach	US		0	America/New_York	45.12035	-67.14665	29			ME	029	09585	
4976394	Red Beach Landing	red-beach-landing	US		0	America/New_York	45.13229	-67.69583	62			ME	029	53500	
4976431	Redington	redington	US		0	America/New_York	44.9845	-70.43535	506			ME	007	19865	
4976436	Red Rock Corner	red-rock-corner	US		0	America/New_York	44.40563	-68.34529	6			ME	009	02865	
4976481	Remick Corners	remick-corners	US		0	America/New_York	43.10203	-70.74311	12			ME	031	37270	
4976497	Reynolds Corner	reynolds-corner	US		0	America/New_York	44.65979	-69.36005	64			ME	027	09270	
4976503	Rice Corner	rice-corner	US		0	America/New_York	44.92478	-69.75144	146			ME	025	69505	
4976530	Richmond Corner	richmond-corner	US		0	America/New_York	44.10341	-69.8906	77			ME	023	62645	
4976537	Richmond Mill	richmond-mill	US		0	America/New_York	44.3909	-70.06922	125			ME	011	24950	
4976539	Richs Corner	richs-corner	US		0	America/New_York	44.45952	-68.46613	22	Riches Corner,Richs Corner		ME	009	75280	
4976545	Richtown	richtown	US		0	America/New_York	44.2473	-68.37724	3			ME	009	77345	
4976577	Ridlonville	ridlonville	US		0	America/New_York	44.55534	-70.53951	134			ME	017	45285	
4976582	Rigby (historical)	rigby-historical	US		0	America/New_York	43.60314	-70.29171	11			ME	005	71990	
4976615	Ring Hill	ring-hill	US		0	America/New_York	44.13896	-69.89588	77			ME	011	40175	
4976630	Rivers End	rivers-end	US		0	America/New_York	44.81063	-67.64583	24			ME	029	51375	
4976717	Roberts Corner	roberts-corner	US		0	America/New_York	43.61508	-70.52616	71			ME	031	09410	
4976718	Roberts Corner	roberts-corner	US		0	America/New_York	43.69341	-70.96118	202			ME	031	56870	
4976739	Robinhood	robinhood	US		0	America/New_York	43.85314	-69.73699	23	Riggsville,Robinhood		ME	023	27295	
4976749	Robinson Corner	robinson-corner	US		0	America/New_York	44.07591	-70.11505	79			ME	001	64570	
4976769	Robyville	robyville	US		0	America/New_York	44.9409	-68.96948	51	Robyville,Robyville Village		ME	019	14380	
4976932	Rollins Mills	rollins-mills	US		0	America/New_York	44.72951	-69.1456	99			ME	019	17950	
4976935	Rome Corner	rome-corner	US		0	America/New_York	44.57229	-69.90339	122	Rome,Rome Corner		ME	011	63835	
4976937	Rollins Mill	rollins-mill	US		0	America/New_York	45.05201	-69.02976	83			ME	019	12105	
4976952	Roque Bluffs	roque-bluffs	US		274	America/New_York	44.61286	-67.47971	17	Humdatski hegon,Rogues Bluff,Roque Bluffs		ME	029	63940	
4976963	Rosemary	rosemary	US		0	America/New_York	43.15786	-70.78922	38			ME	031	22955	
4976974	Ross Corner	ross-corner	US		0	America/New_York	43.58564	-70.80117	137			ME	031	67475	
4977071	Rowe Corner	rowe-corner	US		0	America/New_York	44.86034	-69.28505	97			ME	019	49065	
4977083	Rowe Corner	rowe-corner	US		0	America/New_York	44.05341	-70.22672	76	Rowe Corner,Rowes Corner		ME	001	02060	
4977095	Royal Corner	royal-corner	US		0	America/New_York	44.01869	-70.23894	109			ME	001	02060	
4977096	Royal Junction	royal-junction	US		0	America/New_York	43.79952	-70.22199	24			ME	005	87845	
4977111	Ruin Corner	ruin-corner	US		0	America/New_York	43.75758	-70.69256	97			ME	031	39405	
4977126	Rumford Center	rumford-center	US		0	America/New_York	44.51312	-70.61868	188			ME	017	64290	
4977128	Rumford Corner	rumford-corner	US		0	America/New_York	44.49479	-70.67312	195			ME	017	64290	
4977132	Rumford Junction	rumford-junction	US		0	America/New_York	44.05424	-70.24978	65			ME	001	02060	
4977133	Rumford Point	rumford-point	US		0	America/New_York	44.50062	-70.67118	191			ME	017	64290	
4977163	Russell Corner	russell-corner	US		0	America/New_York	45.01756	-69.2456	116			ME	019	17530	
4977165	Russell Crossing	russell-crossing	US		0	America/New_York	46.65587	-68.73282	258			ME	003	53602	
4977208	Sabino	sabino	US		0	America/New_York	43.8548	-69.8631	21			ME	023	81930	
4977279	Sagamore Village	sagamore-village	US		0	America/New_York	43.67703	-70.32116	24			ME	005	60545	
4977338	Saint Croix Junction	saint-croix-junction	US		0	America/New_York	45.14896	-67.29333	23			ME	029	09585	
4977565	Salmon Falls	salmon-falls	US		0	America/New_York	43.59619	-70.55367	40	Newichawannock,Quampheagan Falls,Salmon Falls		ME	031	09410	
4977638	Sanborn Corner	sanborn-corner	US		0	America/New_York	44.87867	-69.33421	109			ME	025	56520	
4977654	Sand Beach	sand-beach	US		0	America/New_York	44.59591	-68.56919	76			ME	009	23200	
4977709	Sandhill Corner	sandhill-corner	US		0	America/New_York	44.30979	-69.4581	86			ME	015	69645	
4977719	Sandy Beach	sandy-beach	US		0	America/New_York	44.92146	-68.80643	37			ME	019	27645	
4977724	Sanderson Corners	sanderson-corners	US		0	America/New_York	44.42896	-70.05255	137			ME	011	24950	
4977727	Sandy Brook	sandy-brook	US		0	America/New_York	43.54731	-70.48811	43			ME	031	64675	
4977747	Sandy River	sandy-river	US		97	America/New_York	44.72617	-69.88561	56			ME	025	49835	
4977787	Saponac	saponac	US		0	America/New_York	45.1709	-68.31807	60			ME	019	19868	
4977836	Sawpit Corner	sawpit-corner	US		0	America/New_York	44.3073	-69.30032	85			ME	013	01465	
4977849	Sawyer Corner	sawyer-corner	US		0	America/New_York	46.7681	-67.9403	208			ME	003	60825	
4977871	Saywards Corner	saywards-corner	US		0	America/New_York	43.36231	-70.66867	63			ME	031	81475	
4977896	Schoodic	schoodic	US		0	America/New_York	44.56313	-68.14446	55			ME	009	74965	
4977897	Schoodic	schoodic	US		0	America/New_York	45.43561	-68.95893	145			ME	021	51105	
4978002	Scribners Mill	scribners-mill	US		0	America/New_York	44.0859	-70.60617	109			ME	005	31600	
4978017	Seabury	seabury	US		0	America/New_York	43.12342	-70.65116	10	Seabury,Seabury Switch		ME	031	87985	
4978082	Sealand	sealand	US		0	America/New_York	44.50758	-67.54555	4			ME	029	36010	
4978113	Seavey Island	seavey-island	US		0	America/New_York	43.08092	-70.7345	4			ME	031	37270	
4978124	Seawall	seawall	US		0	America/New_York	44.25286	-68.29502	13	Seawall,Sewell		ME	009	72865	
4978129	Seaward Mills	seaward-mills	US		0	America/New_York	44.40257	-69.63643	54			ME	011	78745	
4978130	Sebago Center	sebago-center	US		0	America/New_York	43.89202	-70.69839	139	Sebago,Sebago Center		ME	005	66775	
4978135	Sebago Lake	sebago-lake	US		0	America/New_York	43.76091	-70.52561	88			ME	005	73670	
4978141	Sebasco	sebasco	US		0	America/New_York	43.78175	-69.86782	17	Sebasco,Sebasco Estates,Sebasco Village		ME	023	58515	
4978150	Seaveys Corner	seaveys-corner	US		0	America/New_York	44.52479	-70.03367	187	Seavey's Corner,Seaveys Corner		ME	011	79025	
4978155	Sebec Corners	sebec-corners	US		0	America/New_York	45.22978	-69.10171	151	Sebec Corner,Sebec Corners		ME	021	66950	
4978160	Sebec Lake	sebec-lake	US		0	America/New_York	45.29977	-69.33838	104			ME	021	85710	
4978167	Seboeis	seboeis	US		43	America/New_York	45.36311	-68.71114	79	Sebocis,Seboeis,Seboeis Plantation		ME	019	67160	
4978178	Seboomook	seboomook	US		0	America/New_York	45.8806	-69.72506	317			ME	025	67238	
4978268	Sennetts Corner	sennetts-corner	US		0	America/New_York	44.4884	-69.44171	95			ME	011	00590	
4978336	Shady Nook	shady-nook	US		0	America/New_York	43.61341	-70.92534	214			ME	031	48750	
4978355	Shaker Village	shaker-village	US		0	America/New_York	43.98674	-70.37006	173	Sabbathday Lake,Shaker Village		ME	005	48820	
4978379	Sharp	sharp	US		0	America/New_York	46.28672	-67.84224	158			ME	003	46685	
4978395	Shaw Mills	shaw-mills	US		0	America/New_York	43.74036	-70.52172	78	Shaw Mills,Shaws Mill		ME	005	73670	
4978442	Sheepscot	sheepscot	US		0	America/New_York	44.04952	-69.60616	10	Sheepscot,Sheepscott,Shepscooke,Shippscutt,Shipscot		ME	015	48645	
4978478	Shepherds Hill	shepherds-hill	US		0	America/New_York	43.09842	-70.73894	25	Shepards Hill,Shepherds Hill		ME	031	37270	
4978488	Sherman Mills	sherman-mills	US		0	America/New_York	45.87311	-68.38475	144			ME	003	67790	
4978492	Sherman Station	sherman-station	US		0	America/New_York	45.89922	-68.42947	147	Sherman,Sherman Station		ME	019	73600	
4978495	Shermans Corner	shermans-corner	US		0	America/New_York	44.38702	-69.35865	168			ME	027	39055	
4978496	Shermans Corner	shermans-corner	US		0	America/New_York	44.45813	-69.00642	58			ME	027	03950	
4978497	Shermans Mill	shermans-mill	US		0	America/New_York	44.27952	-69.23477	61			ME	013	01465	
4978516	Shin Pond	shin-pond	US		0	America/New_York	46.10533	-68.5567	239			ME	019	47560	
4978560	Shorey	shorey	US		0	America/New_York	46.22699	-68.14947	217			ME	003	11785	
4978573	Shy Corner	shy-corner	US		0	America/New_York	44.46284	-70.17895	93			ME	001	40770	
4978574	Siberia	siberia	US		0	America/New_York	45.87588	-68.46336	170			ME	019	73600	
4978578	Sibley Corner	sibley-corner	US		0	America/New_York	44.50563	-69.35449	155			ME	027	26420	
4978607	Silver Ridge	silver-ridge	US		0	America/New_York	45.80644	-68.32475	198			ME	003	69930	
4978613	Silvers Mills	silvers-mills	US		0	America/New_York	45.08506	-69.24449	129			ME	019	17530	
4978615	Silverwood Court	silverwood-court	US		0	America/New_York	45.61978	-68.55086	107			ME	019	45005	
4978625	Simonton Corners	simonton-corners	US		0	America/New_York	44.19591	-69.10337	29			ME	013	63660	
4978632	Simpsons Corner	simpsons-corner	US		0	America/New_York	44.41758	-69.04254	78			ME	027	03950	
4978663	Six Mile Falls	six-mile-falls	US		0	America/New_York	44.85924	-68.82809	25			ME	019	02795	
4978683	Skerry	skerry	US		0	America/New_York	46.69754	-68.48421	187			ME	003	48120	
4978689	Skillings Corner	skillings-corner	US		0	America/New_York	44.19896	-70.27339	121	Skillings,Skillings Corner		ME	001	77800	
4978696	Skinner	skinner	US		0	America/New_York	45.5281	-70.59535	437			ME	007	51400	
4978724	Slab City	slab-city	US		0	America/New_York	44.21118	-70.86868	157			ME	017	41365	
4978725	Slab City	slab-city	US		0	America/New_York	44.36869	-69.17393	67			ME	027	66565	
4978726	Slab City	slab-city	US		0	America/New_York	44.30397	-69.05559	45			ME	027	39755	
4978759	Small Point	small-point	US		0	America/New_York	43.73814	-69.84032	9			ME	023	58515	
4978760	Small Point Beach	small-point-beach	US		0	America/New_York	43.72092	-69.83671	14	Cliffstone,Small Point Beach		ME	023	58515	
4978779	Smarts Corner	smarts-corner	US		0	America/New_York	44.67618	-69.29394	104			ME	027	77625	
4978831	Smith Crossing	smith-crossing	US		0	America/New_York	44.53951	-70.5234	136			ME	017	64290	
4978838	Smith Landing	smith-landing	US		0	America/New_York	44.80174	-67.60027	25			ME	029	51375	
4978876	Smyrna Center	smyrna-center	US		0	America/New_York	46.16005	-68.10141	277			ME	003	69260	
4978911	Snow Corner	snow-corner	US		0	America/New_York	44.82479	-68.89087	50			ME	019	32510	
4978925	Snow Settlement	snow-settlement	US		0	America/New_York	46.41227	-67.81113	188			ME	003	07065	
4978950	Sodom	sodom	US		0	America/New_York	44.18535	-70.63312	154			ME	017	80635	
4978955	Sodom	sodom	US		0	America/New_York	43.82314	-70.16033	22	Sodom,Todd Corners		ME	005	87845	
4978959	Soldier Pond	soldier-pond	US		0	America/New_York	47.15615	-68.57588	185			ME	003	79865	
4978968	Somers Corner	somers-corner	US		0	America/New_York	46.87671	-67.91613	186	Somers Corner,Somes Corner		ME	003	39300	
4978975	Somerset Junction	somerset-junction	US		0	America/New_York	45.60727	-69.79756	316			ME	025	51114	
4978986	Somesville	somesville	US		0	America/New_York	44.3623	-68.33418	5	Mount Desert,Somesville		ME	009	47630	
4978992	Songo Lock	songo-lock	US		0	America/New_York	43.93257	-70.57006	85			ME	005	11125	
4979026	South Acton	south-acton	US		0	America/New_York	43.50508	-70.90312	180			ME	031	00275	
4979027	South Addison	south-addison	US		0	America/New_York	44.51341	-67.71666	6	Moose Neck,South Addison		ME	029	00380	
4979028	South Albion	south-albion	US		0	America/New_York	44.50285	-69.4856	67			ME	011	00590	
4979029	South Amity	south-amity	US		0	America/New_York	45.88784	-67.8489	177			ME	003	01220	
4979031	South Andover	south-andover	US		0	America/New_York	44.59395	-70.73674	202			ME	017	01325	
4979035	South Arm	south-arm	US		0	America/New_York	44.75533	-70.84563	449			ME	017	52575	
4979040	South Bancroft	south-bancroft	US		0	America/New_York	45.72089	-67.98529	116			ME	003	02760	
4979057	South Blue Hill	south-blue-hill	US		0	America/New_York	44.35397	-68.54863	13	South Blue Hill,South Bluehill		ME	009	05700	
4979061	Soule Mill	soule-mill	US		0	America/New_York	44.94339	-70.22673	224			ME	007	37025	
4979119	South Brewer	south-brewer	US		0	America/New_York	44.77035	-68.78004	6			ME	019	06925	
4979121	South Bridgton	south-bridgton	US		0	America/New_York	43.99146	-70.70812	201			ME	005	07170	
4979135	South Brooksville	south-brooksville	US		0	America/New_York	44.34174	-68.73919	13			ME	009	07975	
4979140	South Buxton	south-buxton	US		0	America/New_York	43.62064	-70.47866	55			ME	005	66145	
4979145	South Corinth	south-corinth	US		0	America/New_York	44.96896	-68.97393	89			ME	019	14380	
4979153	South Deer Isle	south-deer-isle	US		0	America/New_York	44.19397	-68.66253	23	South Deer Island,South Deer Isle		ME	009	17145	
4979154	South Dover	south-dover	US		0	America/New_York	45.14339	-69.13782	160			ME	021	18195	
4979156	South Durham	south-durham	US		0	America/New_York	43.94202	-70.07422	89			ME	001	19105	
4979157	South Effingham	south-effingham	US		0	America/New_York	43.70202	-70.98173	165			ME	031	56870	
4979158	South Eliot	south-eliot	US		3550	America/New_York	43.10814	-70.77755	10	Eliot,South Eliot		ME	031	22955	
4979160	South Exeter	south-exeter	US		0	America/New_York	44.94395	-69.13838	114	Hill's Corner,South Exeter		ME	019	24110	
4979170	South Cushing	south-cushing	US		0	America/New_York	43.99453	-69.2806	6			ME	013	15780	
4979174	South Gouldsboro	south-gouldsboro	US		0	America/New_York	44.4298	-68.10751	43			ME	009	28450	
4979175	South Gray	south-gray	US		0	America/New_York	43.84869	-70.32172	105			ME	005	28870	
4979177	South Gorham	south-gorham	US		0	America/New_York	43.64119	-70.42005	37			ME	005	28240	
4979178	South Harpswell	south-harpswell	US		0	America/New_York	43.74175	-70.01449	6			ME	005	31390	
4979182	South Hiram	south-hiram	US		0	America/New_York	43.81285	-70.87756	116			ME	017	33315	
4979184	South Hollis	south-hollis	US		0	America/New_York	43.5698	-70.63283	82			ME	031	33665	
4979185	South Hope	south-hope	US		0	America/New_York	44.21452	-69.19171	116			ME	013	33840	
4979188	South Hancock	south-hancock	US		0	America/New_York	44.50063	-68.25502	24			ME	009	30970	
4979191	South Jefferson	south-jefferson	US		0	America/New_York	44.16396	-69.54699	61			ME	015	35695	
4979197	South Leeds	south-leeds	US		0	America/New_York	44.2534	-70.13089	171			ME	001	38565	
4979198	South Levant	south-levant	US		0	America/New_York	44.85757	-69.0106	59			ME	019	38705	
4979200	South Lewiston	south-lewiston	US		0	America/New_York	44.06563	-70.14255	60	Crowleys Junction,South Lewiston		ME	001	38740	
4979203	South Liberty	south-liberty	US		0	America/New_York	44.32341	-69.35893	93			ME	027	39055	
4979204	South Limington	south-limington	US		0	America/New_York	43.70869	-70.6995	100			ME	031	39405	
4979205	South Lincoln	south-lincoln	US		0	America/New_York	45.3345	-68.58169	62			ME	019	39475	
4979206	South Livermore	south-livermore	US		0	America/New_York	44.3684	-70.20506	153			ME	001	40665	
4979207	South Lubec	south-lubec	US		0	America/New_York	44.82425	-66.99276	8			ME	029	41610	
4979208	South Monmouth	south-monmouth	US		0	America/New_York	44.18174	-69.99255	65			ME	011	46405	
4979209	South Montville	south-montville	US		0	America/New_York	44.37452	-69.26699	92			ME	027	46790	
4979213	South Naples	south-naples	US		0	America/New_York	43.92757	-70.61367	93			ME	005	48085	
4979214	South Newburgh	south-newburgh	US		0	America/New_York	44.68979	-69.01171	115	South Newburg,South Newburgh		ME	019	48505	
4979215	South Newcastle	south-newcastle	US		0	America/New_York	44.00313	-69.61227	34			ME	015	22675	
4979216	South Orland	south-orland	US		0	America/New_York	44.50674	-68.75892	29			ME	009	55505	
4979217	South Orrington	south-orrington	US		0	America/New_York	44.69341	-68.81726	17			ME	019	55680	
4979225	South Parsonsfield	south-parsonsfield	US		0	America/New_York	43.69591	-70.89979	171	South Parsonfield,South Parsonsfield		ME	031	56870	
4979231	South Penobscot	south-penobscot	US		0	America/New_York	44.45091	-68.70253	20			ME	009	57920	
4979234	South Lagrange	south-lagrange	US		0	America/New_York	45.11617	-68.81503	63			ME	019	37760	
4979236	South Poland	south-poland	US		0	America/New_York	44.02285	-70.36478	153			ME	001	60020	
4979245	South Portland Gardens	south-portland-gardens	US		23893	America/New_York	43.63897	-70.31533	15	Redbank,Redbank Village,South Portland Gardens		ME	005	71990	
4979251	South Princeton	south-princeton	US		0	America/New_York	45.14952	-67.50027	108			ME	029	61035	
4979252	South Rangeley	south-rangeley	US		0	America/New_York	44.93756	-70.75062	472			ME	007	61840	
4979257	South Robbinston	south-robbinston	US		0	America/New_York	45.0573	-67.11998	16			ME	029	63275	
4979259	South Rumford	south-rumford	US		0	America/New_York	44.5259	-70.53423	192			ME	017	64290	
4979261	South Sanford	south-sanford	US		4536	America/New_York	43.41119	-70.74256	86			ME	031	65725	
4979264	South Sebec	south-sebec	US		0	America/New_York	45.20811	-69.08365	89			ME	021	66950	
4979265	South Side	south-side	US		0	America/New_York	43.13453	-70.68005	12			ME	031	87985	
4979268	South Springfield	south-springfield	US		0	America/New_York	45.36618	-68.09585	206			ME	019	73250	
4979273	South Strong	south-strong	US		0	America/New_York	44.767	-70.20951	134			ME	007	74825	
4979275	South Surry	south-surry	US		0	America/New_York	44.41258	-68.46224	15			ME	009	75280	
4979280	South Trescott	south-trescott	US		0	America/New_York	44.76925	-67.07415	7			ME	029	19870	
4979281	South Turner	south-turner	US		0	America/New_York	44.21257	-70.23533	162			ME	001	77800	
4979287	South Union	south-union	US		0	America/New_York	44.19702	-69.26366	29			ME	013	78115	
4979289	South Vassalboro	south-vassalboro	US		0	America/New_York	44.38507	-69.61504	57			ME	011	78745	
4979290	South Waldoboro	south-waldoboro	US		0	America/New_York	44.04147	-69.32977	44			ME	015	79550	
4979291	South Warren	south-warren	US		0	America/New_York	44.07564	-69.22282	6			ME	013	80215	
4979293	South Waterford	south-waterford	US		0	America/New_York	44.16646	-70.71673	147			ME	017	80635	
4979294	South West Bend	south-west-bend	US		0	America/New_York	43.98063	-70.12561	45	Durham,Durham South West Bend,Durham Southwest Bend,South West Bend,Southwest Bend		ME	001	19105	
4979300	South Woodville	south-woodville	US		0	America/New_York	45.48478	-68.4828	109			ME	019	87390	
4979379	Spang Mills	spang-mills	US		0	America/New_York	43.47897	-70.63533	78			ME	031	41750	
4979384	Spaulding	spaulding	US		0	America/New_York	46.8781	-68.24004	204			ME	003	58060	
4979406	Spears Corner	spears-corner	US		0	America/New_York	44.20452	-69.88338	58			ME	011	82945	
4979493	Split Hill	split-hill	US		0	America/New_York	44.82702	-67.04276	43			ME	029	41610	
4979501	Spooners Mill	spooners-mill	US		0	America/New_York	45.00756	-69.26699	109			ME	019	17530	
4979510	Sprague City	sprague-city	US		0	America/New_York	43.62619	-70.83951	144			ME	031	48750	
4979511	Sprague Corner	sprague-corner	US		0	America/New_York	44.06841	-69.44116	38	Sprague Corner,Spragues Corner		ME	015	79550	
4979523	Sprague Mill	sprague-mill	US		0	America/New_York	44.19396	-70.11561	79	Sprague Mill,Sprague's Mills		ME	001	29255	
4979525	Spragues Mill	spragues-mill	US		0	America/New_York	44.91201	-69.24838	68			ME	019	14310	
4979566	Spring Lake Landing	spring-lake-landing	US		0	America/New_York	45.25089	-70.22312	317			ME	025	53636	
4979631	Spruce Shores	spruce-shores	US		0	America/New_York	43.82814	-69.5956	0			ME	015	06050	
4979637	Spruceworld	spruceworld	US		0	America/New_York	43.84175	-69.62032	52			ME	015	06120	
4979642	Spurrs Corner	spurrs-corner	US		0	America/New_York	44.05646	-70.55617	147	Otisfield,Spurrs Corner		ME	017	55960	
4979651	Scopan	scopan	US		0	America/New_York	46.5631	-68.3781	165	Scapin,Scopan,Squa Pan,Squa-Pan,Squapan,Squawpan		ME	003	01710	
4979746	Stanwood Park	stanwood-park	US		0	America/New_York	43.61981	-70.26949	30			ME	005	71990	
4979766	Starbird Corner	starbird-corner	US		0	America/New_York	44.08396	-69.98366	123			ME	023	06260	
4979769	Starbirds	starbirds	US		0	America/New_York	45.13589	-69.23421	149			ME	021	18195	
4979770	Starboard	starboard	US		0	America/New_York	44.61091	-67.39666	13			ME	029	42100	
4979804	Steadman Landing	steadman-landing	US		0	America/New_York	45.2595	-69.20477	100			ME	021	18195	
4979823	Steep Landing	steep-landing	US		0	America/New_York	44.78813	-68.16696	81			ME	009	20405	
4979831	Stephensons Landing	stephensons-landing	US		0	America/New_York	45.70088	-68.97866	151			ME	021	51105	
4979869	Stevens Corner	stevens-corner	US		0	America/New_York	44.28063	-69.04559	75			ME	027	39755	
4979870	Stevens Corner	stevens-corner	US		0	America/New_York	43.6573	-70.96701	223			ME	031	48750	
4979875	Stevens Mill	stevens-mill	US		0	America/New_York	44.08785	-70.262	74			ME	001	02060	
4979904	Stickney Corner	stickney-corner	US		0	America/New_York	44.24535	-69.38199	104			ME	013	80425	
4979908	Stillwater Avenue	stillwater-avenue	US		0	America/New_York	44.84063	-68.74448	43			ME	019	02795	
4979968	Stones Corner	stones-corner	US		0	America/New_York	44.50256	-70.17839	173			ME	007	35625	
4980011	Storers Corner	storers-corner	US		0	America/New_York	45.13145	-68.89087	100	Storers Corner,Stores Corner		ME	019	06575	
4980014	Stover Corner	stover-corner	US		0	America/New_York	44.40535	-68.74614	15			ME	009	07975	
4980023	Stovers Corner	stovers-corner	US		0	America/New_York	44.33008	-69.26115	109			ME	013	01465	
4980047	Stricklands	stricklands	US		0	America/New_York	44.3734	-70.14283	94	Strickland,Stricklands		ME	001	40770	
4980056	Stronghold	stronghold	US		0	America/New_York	44.91673	-69.4706	96			ME	025	64850	
4980057	Stroudwater	stroudwater	US		0	America/New_York	43.65619	-70.31477	15	Stroudwater,Stroudwater Village		ME	005	60545	
4980081	Stuarts Corner	stuarts-corner	US		0	America/New_York	44.14174	-70.60006	123			ME	005	31600	
4980097	Stubbs Corner	stubbs-corner	US		0	America/New_York	44.96423	-69.18143	90			ME	019	24110	
4980099	Sturtevant Hill	sturtevant-hill	US		0	America/New_York	44.33951	-69.99116	168			ME	011	86970	
4980126	Suckerville	suckerville	US		0	America/New_York	43.92619	-70.39367	111			ME	005	28870	
4980167	Summer Harbor	summer-harbor	US		0	America/New_York	44.41564	-68.10584	27	Myrickville,Summer Harbor		ME	009	86655	
4980169	Summerhaven	summerhaven	US		0	America/New_York	44.39007	-69.81088	98			ME	011	02100	
4980181	Summit View Park (historical)	summit-view-park-historical	US		0	America/New_York	43.71702	-70.29116	53			ME	005	60545	
4980229	Sunset Landing	sunset-landing	US		0	America/New_York	43.72675	-70.13866	7			ME	005		
4980232	Sunset Park	sunset-park	US		0	America/New_York	43.6173	-70.31283	13			ME	005	71990	
4980295	Sweden	sweden	US		0	America/New_York	46.94171	-68.13948	219			ME	003	49415	
4980296	Sweden	sweden	US		0	America/New_York	44.1334	-70.82257	212			ME	017	75595	
4980356	Tainter Corner	tainter-corner	US		0	America/New_York	44.58756	-70.36534	267			ME	007	10915	
4980363	Tallwood	tallwood	US		0	America/New_York	44.3434	-69.95505	68			ME	011	86970	
4980391	Tarratine	tarratine	US		0	America/New_York	45.61699	-69.84839	336			ME	025	51114	
4980397	Tatnic	tatnic	US		0	America/New_York	43.27703	-70.68394	61	Berwick Branch,Tatnic		ME	031	81475	
4980400	Tattle Corner	tattle-corner	US		0	America/New_York	43.47258	-70.41422	12	Tattle Corner,Tattle Square,The Pump		ME	031	04860	
4980433	Tea Kettle Corner	tea-kettle-corner	US		0	America/New_York	43.44286	-70.44088	24			ME	031	04860	
4980458	Temple Heights	temple-heights	US		0	America/New_York	44.34536	-68.95031	6			ME	027	52845	
4980460	Temple Intervale	temple-intervale	US		0	America/New_York	44.707	-70.25756	185			ME	007	75980	
4980470	Ten Degree	ten-degree	US		0	America/New_York	44.79284	-70.71007	460			ME	007	82235	
4980523	The Crossing	the-crossing	US		0	America/New_York	46.1356	-68.91782	233			ME	021	51105	
4980528	The Forks	the-forks	US		36	America/New_York	45.33616	-69.96728	176			ME	025	76190	
4979840	Stetson	stetson	US	04488	1020	America/New_York	44.89173	-69.14282	67			ME	019	74055	
4980535	The Highlands	the-highlands	US		0	America/New_York	45.48116	-69.5845	373			ME	021	29535	
4980540	The Landing	the-landing	US		0	America/New_York	45.07367	-70.58785	415			ME	007	51400	
4980549	The Pines	the-pines	US		0	America/New_York	45.19423	-67.99223	92			ME	029	53500	
4980680	Thompson Corner	thompson-corner	US		0	America/New_York	44.85506	-69.47449	92			ME	025	31740	
4980693	Thornton Heights	thornton-heights	US		0	America/New_York	43.62175	-70.30505	31			ME	005	71990	
4980731	Three Streams	three-streams	US		0	America/New_York	45.51033	-70.24534	359			ME	025	53636	
4980771	Thurstons Corner	thurstons-corner	US		0	America/New_York	44.46702	-69.33782	181			ME	027	26420	
4980786	Tibbettstown	tibbettstown	US		0	America/New_York	44.71674	-67.75694	64			ME	029	13820	
4980800	Tilton Corner	tilton-corner	US		0	America/New_York	44.79228	-69.49171	96			ME	025	59005	
4980819	Timoney	timoney	US		0	America/New_York	46.12033	-68.09669	189			ME	003	54385	
4980841	Tobeys Corner	tobeys-corner	US		0	America/New_York	43.11842	-70.792	20			ME	031	22955	
4980851	Todds Corner	todds-corner	US		0	America/New_York	44.98672	-69.42505	211	Todd's Corner,Todds Corner,West Ripley		ME	025	62995	
4980852	Todds Corners	todds-corners	US		0	America/New_York	43.83008	-70.13699	34	Todd Corners,Todds Corner,Todds Corners		ME	005	26525	
4980872	Togus	togus	US		0	America/New_York	44.27451	-69.7031	49			ME	011	12350	
4980951	Tory Hill	tory-hill	US		0	America/New_York	43.60536	-70.53616	74			ME	031	09410	
4980958	Toulouse Corner	toulouse-corner	US		0	America/New_York	44.60701	-69.69644	135			ME	025	24320	
4980975	Town Hill	town-hill	US		0	America/New_York	44.39869	-68.33363	54	Town Hill,West Eden		ME	009	02865	
4980980	Town House Corners	town-house-corners	US		0	America/New_York	43.3812	-70.47727	13			ME	031	36745	
4980985	Town Landing	town-landing	US		0	America/New_York	43.54481	-70.3331	0			ME	005	66145	
4981000	Townhouse Corner	townhouse-corner	US		0	America/New_York	44.31285	-69.08782	92			ME	027	39755	
4981036	Trainor Corner	trainor-corner	US		0	America/New_York	44.21979	-69.65838	74			ME	015	85010	
4981041	Trap Corner	trap-corner	US		0	America/New_York	44.33146	-70.55534	146			ME	017	83890	
4981070	Trefethen	trefethen	US		0	America/New_York	43.66869	-70.1906	9			ME	005	60545	
4981182	Troy Center	troy-center	US		0	America/New_York	44.68257	-69.25671	100			ME	027	77625	
4981235	Tunk Lake	tunk-lake	US		0	America/New_York	44.54897	-68.11362	61			ME	009	74965	
4981248	Turbats Creek	turbats-creek	US		0	America/New_York	43.35453	-70.45005	13	Turbats Creek,Turbatt Village		ME	031	36745	
4981261	Turner Center	turner-center	US		0	America/New_York	44.27146	-70.21894	91	Bradford,Turner Center,Turner Centre		ME	001	77800	
4981281	Turners Corner	turners-corner	US		0	America/New_York	44.03147	-69.41699	35	Broad Cove,Turners Corner		ME	015	06855	
4981318	Twelve Corners	twelve-corners	US		0	America/New_York	44.46284	-70.11561	115			ME	011	24950	
4981336	Twin Brook	twin-brook	US		0	America/New_York	45.02562	-69.1056	75			ME	019	27190	
4981367	Twitchell Corner	twitchell-corner	US		0	America/New_York	44.69118	-69.36671	65			ME	027	09270	
4981387	Two Trails	two-trails	US		0	America/New_York	43.73202	-70.58978	90			ME	005	73670	
4981407	Tylers Corner	tylers-corner	US		0	America/New_York	43.64008	-70.60867	53			ME	031	33665	
4981412	Tyler Corner	tyler-corner	US		0	America/New_York	44.59284	-69.75949	124			ME	011	54560	
4981455	Union Falls	union-falls	US		0	America/New_York	43.57091	-70.55978	38			ME	031	16725	
4981562	Upper Abbot	upper-abbot	US		0	America/New_York	45.20505	-69.46366	148			ME	021	00100	
4981571	Upper Dam	upper-dam	US		0	America/New_York	44.88394	-70.86174	448			ME	017	52575	
4981587	Upper Drew	upper-drew	US		0	America/New_York	45.62784	-68.07057	105			ME	019	18580	
4981600	Upper Frenchville	upper-frenchville	US		0	America/New_York	47.28004	-68.42449	158			ME	003	26735	
4981603	Upper Gloucester	upper-gloucester	US		0	America/New_York	43.98924	-70.2945	108			ME	005	48820	
4981619	Upper Landing	upper-landing	US		0	America/New_York	43.32953	-70.56672	0			ME	031	81475	
4981667	Upper Shirley Corner	upper-shirley-corner	US		0	America/New_York	45.37533	-69.59533	380			ME	021	68140	
4981681	Upper Village (historical)	upper-village-historical	US		0	America/New_York	43.80286	-70.19477	39			ME	005	87845	
4980683	Thorndike	thorndike	US	01079	740	America/New_York	44.57813	-69.27588	80			ME	027	76610	
4981730	Varney Corner	varney-corner	US		0	America/New_York	44.10258	-69.9695	88			ME	023	06260	
4981731	Varney Crossing	varney-crossing	US		0	America/New_York	43.2937	-70.74339	38			ME	031	50325	
4981750	Veazie	veazie	US		1813	America/New_York	44.83868	-68.70531	27	The Plains,Veazie		ME	019	78780	
4981762	Verona Park	verona-park	US		0	America/New_York	44.55257	-68.80114	30			ME	009	78925	
4981771	Vickerys Corner	vickerys-corner	US		0	America/New_York	44.40174	-69.11282	112			ME	027	04125	
4981782	Villa Vaughn	villa-vaughn	US		0	America/New_York	44.89729	-68.76198	36			ME	019	55565	
4981801	Village of Halidon (historical)	village-of-halidon-historical	US		0	America/New_York	43.69647	-70.35811	53			ME	005	82105	
4981824	Violette Settlement	violette-settlement	US		0	America/New_York	47.21948	-68.64921	218	Violette,Violette Settlement		ME	003	25755	
4982037	Waites Landing	waites-landing	US		0	America/New_York	43.70619	-70.21727	0			ME	005	24495	
4982052	Wales Corner	wales-corner	US		0	America/New_York	44.18368	-70.06505	131			ME	001	79585	
4982074	Walker Settlement	walker-settlement	US		0	America/New_York	46.03227	-68.21086	185			ME	003	35065	
4982081	Walker Corner	walker-corner	US		0	America/New_York	44.56618	-69.21893	190			ME	027	76610	
4982108	Waltons Mill	waltons-mill	US		0	America/New_York	44.85145	-69.64977	114			ME	025	14555	
4982123	Wards Cove	wards-cove	US		0	America/New_York	43.83146	-70.60728	84			ME	005	73670	
4982166	Washburn Junction	washburn-junction	US		0	America/New_York	46.69393	-67.99086	140			ME	003	60825	
4982198	Washington Junction	washington-junction	US		0	America/New_York	44.55341	-68.38057	60			ME	009	30970	
4982219	Waterboro Center	waterboro-center	US		0	America/New_York	43.58925	-70.70978	100			ME	031	80530	
4982224	Waterford Flat	waterford-flat	US		0	America/New_York	44.18146	-70.71729	158	Sweats Island,Sweet Island,Swetts Island,Waterford,Waterford Flat		ME	017	80635	
4982252	Wattons Mill	wattons-mill	US		0	America/New_York	44.17313	-69.23393	44	Watsons Mill,Wattons Mill		ME	013	80215	
4982261	Waukeag	waukeag	US		0	America/New_York	44.52341	-68.23863	25			ME	009	30970	
4982270	Wayside Trailer Park	wayside-trailer-park	US		0	America/New_York	43.1762	-70.62172	6			ME	031	87985	
4982286	Webb Hill	webb-hill	US		0	America/New_York	45.52895	-68.34669	112			ME	019	44270	
4982332	Webster Corner	webster-corner	US		0	America/New_York	44.06008	-70.08589	90			ME	001	64570	
4982356	Weeks Mills	weeks-mills	US		0	America/New_York	44.67506	-70.04589	113	W Mills,Week Mills,Week's Mills,Weeks Mills,Weeks's Mills		ME	007	49345	
4982357	Weeks Mills	weeks-mills	US		0	America/New_York	44.35896	-69.54282	70	Week's Mills,Weeks Mills		ME	011	12735	
4982360	Weeksboro	weeksboro	US		0	America/New_York	46.25699	-68.15808	214			ME	003	11785	
4982363	Weeks Corner	weeks-corner	US		0	America/New_York	44.77173	-69.46727	125			ME	025	59005	
4982373	Welchville	welchville	US		0	America/New_York	44.13368	-70.46395	95			ME	017	56310	
4982377	Weld Corner	weld-corner	US		0	America/New_York	44.72006	-70.4584	221			ME	007	81300	
4982393	Wells Beach	wells-beach	US		0	America/New_York	43.30259	-70.56728	0			ME	031	81475	
4982394	Wells Beach Station	wells-beach-station	US		10162	America/New_York	43.32397	-70.59144	30	Depot Station,Wells Beach Station		ME	031	81475	
4982395	Wells Branch	wells-branch	US		0	America/New_York	43.3737	-70.59978	60			ME	031	81475	
4982435	West Appleton	west-appleton	US		0	America/New_York	44.35119	-69.2606	97			ME	013	01465	
4982438	West Athens	west-athens	US		0	America/New_York	44.95339	-69.71089	146			ME	025	01885	
4982439	West Auburn	west-auburn	US		0	America/New_York	44.15674	-70.28089	146			ME	001	02060	
4982441	West Bangor	west-bangor	US		0	America/New_York	44.79507	-68.83337	53			ME	019	02795	
4982457	West Bowdoin	west-bowdoin	US		0	America/New_York	44.0473	-70.02477	62			ME	023	06260	
4982543	West Bridgton	west-bridgton	US		0	America/New_York	44.06424	-70.83034	153			ME	005	07170	
4982546	West Bristol	west-bristol	US		0	America/New_York	43.92897	-69.55727	52			ME	015	70240	
4982551	West Brooklin	west-brooklin	US		0	America/New_York	44.29202	-68.61586	36			ME	009	07800	
4982554	West Brownfield	west-brownfield	US		0	America/New_York	43.91757	-70.97868	175			ME	017	08150	
4982555	West Buxton	west-buxton	US		0	America/New_York	43.66702	-70.60311	52			ME	031	09410	
4982561	West Castine	west-castine	US		0	America/New_York	44.42008	-68.81086	31			ME	009	11265	
4982563	West Brooksville	west-brooksville	US		0	America/New_York	44.39841	-68.75781	31			ME	009	07975	
4982572	West Corinth	west-corinth	US		0	America/New_York	44.95423	-69.02365	101	Corinth Village,Skinner Settlement,West Corinth		ME	019	14380	
4982576	West Cumberland	west-cumberland	US		0	America/New_York	43.81563	-70.31422	91			ME	005	15430	
4982581	West Deer Isle	west-deer-isle	US		0	America/New_York	44.16841	-68.69503	11			ME	009	74580	
4982582	West Denmark	west-denmark	US		0	America/New_York	43.99257	-70.87062	116			ME	017	17250	
4982584	West Dresden	west-dresden	US		0	America/New_York	44.08785	-69.77255	29			ME	015	18475	
4982585	West Durham	west-durham	US		0	America/New_York	43.94924	-70.14727	69			ME	001	19105	
4982587	West Ellsworth	west-ellsworth	US		0	America/New_York	44.5573	-68.54641	84			ME	009	23200	
4982593	West Falmouth (historical)	west-falmouth-historical	US		0	America/New_York	43.74008	-70.29505	12			ME	005	24495	
4982595	West Falmouth Corner	west-falmouth-corner	US		0	America/New_York	43.74647	-70.30311	41			ME	005	24495	
4982603	West Franklin	west-franklin	US		0	America/New_York	44.58369	-68.26029	19			ME	009	26350	
4982604	West Fryeburg	west-fryeburg	US		0	America/New_York	44.06396	-70.98007	122			ME	017	26910	
4982610	West Georgetown	west-georgetown	US		0	America/New_York	43.80703	-69.7731	11			ME	023	27295	
4982612	West Glenburn	west-glenburn	US		0	America/New_York	44.87535	-68.8792	93			ME	019	27645	
4982614	West Gorham	west-gorham	US		0	America/New_York	43.69369	-70.492	74			ME	005	28240	
4982616	West Gouldsboro	west-gouldsboro	US		0	America/New_York	44.46952	-68.09029	36			ME	009	28450	
4982619	West Gray	west-gray	US		0	America/New_York	43.85924	-70.37533	94			ME	005	28870	
4982622	West Hampden	west-hampden	US		0	America/New_York	44.74924	-68.92698	54			ME	019	30795	
4982627	West Harpswell	west-harpswell	US		0	America/New_York	43.76675	-70.01116	38			ME	005	31390	
4982629	West Harrington	west-harrington	US		0	America/New_York	44.59619	-67.84194	24			ME	029	31530	
4982632	West Hollis	west-hollis	US		0	America/New_York	43.62619	-70.65645	114			ME	031	33665	
4982637	West Jonesport	west-jonesport	US		0	America/New_York	44.52897	-67.6211	7			ME	029	36010	
4982646	West Leeds	west-leeds	US		0	America/New_York	44.29285	-70.16839	86			ME	001	38565	
4982648	West Levant	west-levant	US		0	America/New_York	44.90257	-69.01087	86	Rogers Stand,West Levant,White's Mill		ME	019	38705	
4982650	West Lubec	west-lubec	US		0	America/New_York	44.8148	-67.06998	19			ME	029	41610	
4982656	West Mills	west-mills	US		0	America/New_York	44.76395	-70.01617	158	West Mills,West's Mills		ME	007	34820	
4982658	West Montville	west-montville	US		0	America/New_York	44.48007	-69.29838	169			ME	027	46790	
4982660	West Mount Vernon	west-mount-vernon	US		0	America/New_York	44.45312	-70.01533	100			ME	011	47770	
4982666	West Old Town	west-old-town	US		0	America/New_York	44.98479	-68.78004	37			ME	019	55225	
4982670	West Palmyra	west-palmyra	US		0	America/New_York	44.83228	-69.40838	72			ME	025	56520	
4982680	West Pembroke	west-pembroke	US		0	America/New_York	44.94758	-67.17804	17			ME	029	57780	
4982681	West Penobscot	west-penobscot	US		0	America/New_York	44.47424	-68.7792	18			ME	009	57920	
4982683	West Peru	west-peru	US		0	America/New_York	44.52118	-70.46729	131			ME	017	58270	
4982702	West Pownal	west-pownal	US		0	America/New_York	43.90063	-70.237	42			ME	005	60685	
4982703	West Princeton	west-princeton	US		0	America/New_York	45.18868	-67.58944	74			ME	029	61035	
4982720	West Scarborough	west-scarborough	US		27706	America/New_York	43.57036	-70.38783	18	Alger Settlement,Dunstan,Dunstan Corner,Dunstan Village,Dunstan's Corner,West Scarboro,West Scarborough		ME	005	66145	
4982723	West Searsmont	west-searsmont	US		0	America/New_York	44.3998	-69.2456	125			ME	027	66565	
4982724	West Sebago	west-sebago	US		0	America/New_York	43.94868	-70.73451	158			ME	005	66775	
4982725	West Seboeis	west-seboeis	US		0	America/New_York	45.52922	-68.87865	149	W Seboeis,West Seboeis,West Seboois		ME	019	52710	
4982731	West Sidney	west-sidney	US		0	America/New_York	44.39562	-69.80227	118			ME	011	68385	
4982734	West Southport	west-southport	US		0	America/New_York	43.82314	-69.67866	17			ME	015	71955	
4982736	West Stonington	west-stonington	US		0	America/New_York	44.16647	-68.69142	5	Stonington,West Deer Isle,West Stonington		ME	009	74580	
4982738	West Sullivan	west-sullivan	US		0	America/New_York	44.53063	-68.23113	8			ME	009	74965	
4982739	West Sumner	west-sumner	US		0	America/New_York	44.36479	-70.45756	165			ME	017	75035	
4982741	West Surry	west-surry	US		0	America/New_York	44.51896	-68.60725	60			ME	009	75280	
4982743	West Tremont	west-tremont	US		0	America/New_York	44.26286	-68.39057	20			ME	009	77345	
4982745	West Trenton	west-trenton	US		0	America/New_York	44.43563	-68.39696	18			ME	009	77415	
4982748	West Washington	west-washington	US		0	America/New_York	44.26091	-69.44088	103			ME	013	80425	
4982749	West Windsor	west-windsor	US		0	America/New_York	44.3384	-69.60615	92			ME	011	86165	
4982750	West Winterport	west-winterport	US		0	America/New_York	44.62091	-68.95254	50			ME	027	86760	
4982767	West Waldoboro	west-waldoboro	US		0	America/New_York	44.07897	-69.39782	55	West Waldoboro,West Waldoborough		ME	015	79550	
4982796	Western Landing	western-landing	US		0	America/New_York	43.71397	-70.11949	2			ME	005		
4982895	Wheelock Mill	wheelock-mill	US		0	America/New_York	46.99948	-68.89671	380			ME	003	53602	
4982921	Whitcombs Corner	whitcombs-corner	US		0	America/New_York	44.44202	-69.1042	89			ME	027	79480	
4982970	White School Corner	white-school-corner	US		0	America/New_York	44.81478	-69.76366	154	Clough's Corner,White School Corner		ME	025	42660	
4982973	White Oak Corner	white-oak-corner	US		0	America/New_York	44.15536	-69.28977	26	White Oak Corner,Whiteoak Corner		ME	013	80215	
4982998	Whites Corner	whites-corner	US		0	America/New_York	43.9398	-70.30478	101			ME	005	48820	
4982999	Whites Corner	whites-corner	US		0	America/New_York	44.44702	-69.30338	224			ME	027	46790	
4983005	Whites Corner	whites-corner	US		0	America/New_York	44.66118	-68.96587	114			ME	027	86760	
4983022	Whitlocks Mill	whitlocks-mill	US		0	America/New_York	45.16091	-67.22694	23			ME	029	09585	
4983056	Whitneyville	whitneyville	US		272	America/New_York	44.72202	-67.52333	18			ME	029	85290	
4983060	Whitney Corner	whitney-corner	US		0	America/New_York	44.16313	-69.31005	47			ME	013	80215	
4983125	Wildes Corner	wildes-corner	US		0	America/New_York	43.35703	-70.4695	15			ME	031	36745	
4983126	Wildes District	wildes-district	US		0	America/New_York	43.36259	-70.45311	12	Wildes District,Wilds Village,Wyldes Village		ME	031	36745	
4983164	Willard Square	willard-square	US		0	America/New_York	43.63925	-70.23116	15			ME	005	71990	
4983206	Willis Corners	willis-corners	US		0	America/New_York	44.10258	-69.17393	56	Wiley Corners,Wiley's Corners,Willis Corners		ME	013	76365	
4983208	Willis Mill	willis-mill	US		0	America/New_York	44.31229	-70.67895	263			ME	017	29710	
4983227	Wilson Corner	wilson-corner	US		0	America/New_York	44.64452	-68.55725	133			ME	009	23200	
4983260	Wilton Intervale	wilton-intervale	US		0	America/New_York	44.63367	-70.29229	204			ME	007	85850	
4983265	Windemere	windemere	US		0	America/New_York	44.63146	-69.32393	53	Windemere,Windermere		ME	027	78255	
4983268	Windham Center	windham-center	US		0	America/New_York	43.78952	-70.40839	82	New Marblehead,Windham,Windham Center,Windham Centre		ME	005	86025	
4983270	Windham Hill	windham-hill	US		0	America/New_York	43.79786	-70.42561	96			ME	005	86025	
4983290	Windsorville	windsorville	US		0	America/New_York	44.29952	-69.55115	66			ME	011	86165	
4983301	Wings Mills	wings-mills	US		0	America/New_York	44.43257	-69.90477	82			ME	011	47770	
4983309	Winnecook	winnecook	US		0	America/New_York	44.65451	-69.38782	57			ME	027	09270	
4983310	Winnegance	winnegance	US		0	America/New_York	43.8723	-69.81921	13			ME	023	58515	
4983314	Winkumpaugh Corners	winkumpaugh-corners	US		0	America/New_York	44.62646	-68.62836	98			ME	009	55505	
4983325	Winslow Hill	winslow-hill	US		0	America/New_York	44.09508	-69.46032	56			ME	015	49660	
4983333	Winslows Mills	winslows-mills	US		0	America/New_York	44.12036	-69.40977	20	Winslow Mills,Winslows Mills		ME	015	79550	
4983356	Winthrop Center	winthrop-center	US		0	America/New_York	44.30479	-69.92144	80	Baileyville,Winthrop Center		ME	011	86970	
4983386	Witham Corner	witham-corner	US		0	America/New_York	44.71339	-69.947	91			ME	025	73845	
4983427	Wonderland	wonderland	US		0	America/New_York	44.23341	-68.31946	12			ME	009	72865	
4983428	Woodard (historical)	woodard-historical	US		0	America/New_York	45.407	-68.58419	84			ME	019	12525	
4983430	Woodbridge Corner	woodbridge-corner	US		0	America/New_York	45.87033	-68.32975	218			ME	003	67790	
4983443	Woodfords	woodfords	US		0	America/New_York	43.67341	-70.28144	12	Woodford's,Woodfords		ME	005	60545	
4983445	Woodfords Corner	woodfords-corner	US		0	America/New_York	43.67036	-70.28422	17	Woodford's Corner,Woodfords Corner		ME	005	60545	
4983450	Woodland Center	woodland-center	US		0	America/New_York	46.88532	-68.14198	186			ME	003	87215	
4983455	Woodland Junction	woodland-junction	US		0	America/New_York	45.17035	-67.40666	50			ME	029	02480	
4983481	Woodmans Mills	woodmans-mills	US		0	America/New_York	44.36563	-69.2531	85			ME	027	66565	
4983521	Worthley Pond	worthley-pond	US		0	America/New_York	44.46812	-70.3884	178			ME	017	58270	
4983531	Wight Corners	wight-corners	US		0	America/New_York	44.09146	-70.53617	157	Wight Corner,Wight Corners,Wright Corner		ME	017	55960	
4983540	Wyman	wyman	US		73	America/New_York	44.50786	-67.85917	10			ME	029	45600	
4983556	Wynburg (historical)	wynburg-historical	US		0	America/New_York	43.81564	-69.8531	9			ME	023	58515	
4983567	Yagger	yagger	US		0	America/New_York	44.2109	-70.63478	197			ME	017	54000	
4983578	Yarmouth Junction	yarmouth-junction	US		0	America/New_York	43.81369	-70.19366	26			ME	005	87845	
4983592	Yellow Head	yellow-head	US		0	America/New_York	43.85758	-69.49338	7			ME	015	07485	
4983618	York Cliffs	york-cliffs	US		0	America/New_York	43.1912	-70.60283	3	Passaconway,York Cliffs		ME	031	87985	
4983619	York Corner	york-corner	US		0	America/New_York	43.15092	-70.66616	18			ME	031	87985	
4983629	York Heights	york-heights	US		0	America/New_York	43.1487	-70.642	22			ME	031	87985	
4983640	York Landing	york-landing	US		0	America/New_York	43.72869	-70.20894	0			ME	005	24495	
4983656	York Village	york-village	US		0	America/New_York	43.1437	-70.65089	24	Agamenticus,Aquamenticus,Gorgeana,Gorgiana,Old York,Scituate Fields,York,York Village		ME	031	87985	
4983662	Yorks Corner	yorks-corner	US		0	America/New_York	44.49924	-69.00615	67			ME	027	75525	
4983704	Youngs Corner	youngs-corner	US		0	America/New_York	44.12729	-70.27117	91	Young Corner,Youngs Corner		ME	001	02060	
4983724	Abbottsford	abbottsford	US		0	America/Detroit	43.02003	-82.63326	213	Abbotsford,Abbottsford,Abbottsville		MI	147	16760	
4983781	Adams Park	adams-park	US		0	America/Detroit	42.15393	-85.47277	262			MI	077	09920	
4983803	Addison Junction	addison-junction	US		0	America/Detroit	41.99366	-84.3255	320			MI	091	88640	
4983827	Aetna	aetna	US		0	America/Detroit	43.56779	-85.92089	252			MI	123	21700	
4983846	Agnew	agnew	US		0	America/Detroit	42.96502	-86.17672	191			MI	139	33360	
4983849	Ahgosatown	ahgosatown	US		0	America/Detroit	45.08111	-85.59175	183			MI	089	46700	
4983860	Ainger	ainger	US		0	America/Detroit	42.48282	-84.93443	268			MI	045	83180	
4983873	Alabaster Junction	alabaster-junction	US		0	America/Detroit	44.24585	-83.56359	187			MI	069	78100	
4983880	Alamando	alamando	US		0	America/Detroit	43.74281	-84.52667	215			MI	111	84020	
4983887	Alaska	alaska	US		0	America/Detroit	42.84003	-85.47808	208			MI	081	12500	
4983906	Albion Landing	albion-landing	US		0	America/Detroit	42.38198	-84.78415	283			MI	025	15960	
4983915	Alcona	alcona	US		0	America/Detroit	44.76001	-83.29775	180			MI	001	37380	
4983941	Alembic	alembic	US		0	America/Detroit	43.59753	-84.66834	226			MI	073	15580	
4983952	Algansee	algansee	US		0	America/Detroit	41.83255	-84.88079	317			MI	023	01120	
4984035	Allenville	allenville	US		0	America/Detroit	45.98473	-84.82061	213			MI	097	10360	
4984055	Almeda Beach	almeda-beach	US		0	America/Detroit	43.81752	-83.92304	178			MI	017	30400	
4984072	Aloha	aloha	US		0	America/Detroit	45.5264	-84.4667	184	Aloah,Aloha		MI	031	01720	
4984079	Alpena Junction	alpena-junction	US		0	America/Detroit	45.05862	-83.45609	183			MI	007	01740	
4984106	Alverno	alverno	US		0	America/Detroit	45.55862	-84.3917	207			MI	031	07420	
4984116	Amadore	amadore	US		0	America/Detroit	43.19503	-82.58576	222			MI	151	88760	
4984127	Amble	amble	US		0	America/Detroit	43.43142	-85.38865	282			MI	117	87880	
4984158	Amsden	amsden	US		0	America/Detroit	43.17059	-85.12363	256			MI	117	27180	
4984169	Anchor Bay Gardens	anchor-bay-gardens	US		0	America/Detroit	42.64281	-82.81242	175			MI	099	15340	
4984170	Anchor Bay Harbor	anchor-bay-harbor	US		0	America/Detroit	42.65531	-82.79909	176	Anchor Bay Gardens,Anchor Bay Harbor		MI	099	15340	
4984173	Anchor Bay Shores	anchor-bay-shores	US		0	America/Detroit	42.63559	-82.81659	176			MI	099	15340	
4984186	Anderson Bayview	anderson-bayview	US		0	America/Detroit	44.23668	-83.54525	181			MI	069	00760	
4984229	Angel	angel	US		0	America/Detroit	44.8325	-85.41507	190			MI	055	87040	
4984242	Angling	angling	US		0	America/Detroit	44.67001	-85.00921	333			MI	079	60540	
4984282	Antrim Center	antrim-center	US		0	America/Detroit	42.81364	-84.11441	271			MI	155	03120	
4984291	Anvil	anvil	US		0	America/Menominee	46.47023	-90.0185	488			MI	053	07980	
4984296	Aplin Beach	aplin-beach	US		0	America/Detroit	43.65086	-83.87081	178	Aplin Beach,Wenona Beach		MI	017	05120	
4984326	Aral (historical)	aral-historical	US		0	America/Detroit	44.76222	-86.07482	185			MI	019	44240	
4984343	Arcadian	arcadian	US		0	America/Detroit	47.15576	-88.55596	346			MI	061	30300	
4984355	Arenac	arenac	US		0	America/Detroit	44.00558	-83.85804	183			MI	011	03360	
4984361	Argentine	argentine	US		2525	America/Detroit	42.79142	-83.84634	266			MI	049	03420	
4984375	Arlene	arlene	US		0	America/Detroit	44.39001	-85.28672	390			MI	113	12440	
4984398	Arnheim	arnheim	US		0	America/Detroit	46.91687	-88.48263	200			MI	013	05340	
4984424	Artesia Beach	artesia-beach	US		0	America/Detroit	44.35641	-84.49168	355			MI	143	38020	
4984426	Arthur Bay	arthur-bay	US		0	America/Detroit	45.30887	-87.43567	177			MI	109	40600	
4984443	Ash Acres	ash-acres	US		0	America/Detroit	44.0378	-84.81197	353			MI	035	37340	
4984458	Ashland Center	ashland-center	US		0	America/Detroit	43.33641	-85.85172	249			MI	123	03700	
4984476	Assinins	assinins	US		0	America/Detroit	46.81021	-88.47735	212			MI	013	05340	
4984481	Assyria	assyria	US		0	America/Detroit	42.46448	-85.13139	272			MI	015	03860	
4984533	Au Sable	au-sable	US		1404	America/Detroit	44.41085	-83.33219	180			MI	069	04300	
4984557	Au Sable River Park	au-sable-river-park	US		0	America/Detroit	44.40335	-84.46029	353			MI	143	68200	
4984564	Auburn Heights	auburn-heights	US		0	America/Detroit	42.63364	-83.22271	263	Auburn Hills		MI	125	04105	
4984581	Aura	aura	US		0	America/Detroit	46.86271	-88.31874	251			MI	013	45560	
4984585	Aurelius	aurelius	US		0	America/Detroit	42.5242	-84.5222	297			MI	065	04240	
4984594	Austin Center	austin-center	US		0	America/Detroit	43.62252	-82.93744	241			MI	151	04400	
4984596	Austin Corners	austin-corners	US		0	America/Detroit	42.78781	-83.508	337			MI	125	75760	
4984618	Avalon Beach	avalon-beach	US		0	America/Detroit	41.85727	-83.39271	175			MI	115	55040	
4984619	Avalon Beach	avalon-beach	US		0	America/Detroit	42.68892	-82.50824	178			MI	147	18400	
4984628	Auvinen Corner	auvinen-corner	US		0	America/Menominee	46.52022	-90.09628	373			MI	053	41080	
4984639	Averytown (historical)	averytown-historical	US		0	America/Detroit	44.6725	-86.04009	180			MI	019	07600	
4984650	Axin	axin	US		0	America/Detroit	44.21001	-85.54756	406			MI	165	15060	
4984664	Babbits Resort	babbits-resort	US		0	America/Detroit	44.66752	-84.6128	334			MI	039	34660	
4984674	Bach	bach	US		0	America/Detroit	43.68307	-83.35579	192			MI	063	72200	
4984679	Backus Beach	backus-beach	US		0	America/Detroit	44.76001	-83.54609	222			MI	001	37220	
4984715	Bagnall	bagnall	US		0	America/Detroit	44.42723	-85.75868	290			MI	165	86500	
4984716	Baie de Wasai	baie-de-wasai	US		0	America/Detroit	46.46141	-84.24476	184	Baie de Wasa,Baie de Wasai		MI	033	77020	
4984742	Bainbridge Center	bainbridge-center	US		0	America/Detroit	42.1156	-86.28169	240			MI	021	04840	
4984780	Bakertown	bakertown	US		0	America/Detroit	41.80505	-86.39085	223			MI	021	07920	
4984827	Balitmore	balitmore	US		0	America/Detroit	46.53467	-89.22903	365			MI	131	76180	
4984839	Ballards Corners	ballards-corners	US		0	America/Detroit	43.11697	-85.71004	263	Ballards,Ballards Corners		MI	081	01840	
4984854	Banat	banat	US		0	America/Menominee	45.51775	-87.69762	241			MI	109	38760	
4984860	Banfield	banfield	US		0	America/Detroit	42.46365	-85.28861	296	Banfield,Bansfield		MI	015	41860	
4984877	Bankers	bankers	US		0	America/Detroit	41.89783	-84.69135	329			MI	059	12700	
4984899	Bar Lake	bar-lake	US		0	America/Detroit	44.2975	-86.30703	182			MI	101	50740	
4984955	Barker Creek	barker-creek	US		0	America/Detroit	44.78028	-85.3134	203			MI	079	16340	
4985024	Barton Hills	barton-hills	US		301	America/Detroit	42.32198	-83.76883	290			MI	161		
4985109	Basswood	basswood	US		0	America/Menominee	46.18856	-88.84513	485			MI	071	41000	
4985114	Batavia Center	batavia-center	US		0	America/Detroit	41.9406	-85.1183	283			MI	023	05800	
4985118	Batcheller	batcheller	US		0	America/Detroit	44.00417	-86.13091	219	Bachelor,Batcheller,Batchelor		MI	105	73060	
4985129	Bates Junction	bates-junction	US		0	America/Menominee	46.08634	-88.60208	472			MI	071	76080	
4985133	Bates Location	bates-location	US		0	America/Menominee	46.11301	-88.61624	515			MI	071	05860	
4985168	Bauer	bauer	US		0	America/Detroit	42.92141	-85.90226	203			MI	139	31880	
4985200	Bay Mills	bay-mills	US		0	America/Detroit	46.43724	-84.58394	184			MI	033	06070	
4985204	Bay Park	bay-park	US		0	America/Detroit	43.65474	-83.58913	178			MI	157	00720	
4985211	Bay View	bay-view	US		133	America/Detroit	45.38557	-84.93033	188			MI	047	06380	
4985221	Bayport Park	bayport-park	US		0	America/Detroit	42.85419	-83.71773	271			MI	049	27780	
4985230	Beach Grove	beach-grove	US		0	America/Detroit	45.29942	-87.43761	178			MI	109	40600	
4985235	Beachmont	beachmont	US		0	America/Detroit	42.64641	-86.22365	194			MI	005	22740	
4985240	Beacon Hill	beacon-hill	US		0	America/Detroit	47.13909	-88.80679	229			MI	061	76200	
4985243	Beadle Lake	beadle-lake	US		0	America/Detroit	42.26726	-85.14943	274			MI	025	25935	
4985246	Beal City	beal-city	US		357	America/Detroit	43.6692	-84.90863	263			MI	073	59360	
4985336	Bear Town	bear-town	US		0	America/Detroit	46.80882	-88.50985	233			MI	013	05340	
4985353	Beaton	beaton	US		0	America/Menominee	46.29578	-89.33931	505			MI	053	84380	
4985417	Beaver Grove	beaver-grove	US		0	America/Detroit	46.48105	-87.3157	191			MI	103	15660	
4985505	Bedore	bedore	US		0	America/Detroit	42.55781	-82.61296	177			MI	147	16180	
4985516	Beech	beech	US		0	America/Detroit	42.37781	-83.29549	190			MI	163	67625	
4985529	Beechwood	beechwood	US		0	America/Menominee	46.15968	-88.77347	485			MI	071	41000	
4985530	Beechwood	beechwood	US		3015	America/Detroit	42.79697	-86.12588	185			MI	139	38660	
4985570	Bell Landing	bell-landing	US		0	America/Detroit	45.48946	-84.07418	178			MI	141	60160	
4985572	Bell Oak	bell-oak	US		0	America/Detroit	42.72865	-84.17358	280	Bell Oak,Belle Oak		MI	065	49040	
4985594	Belle River	belle-river	US		0	America/Detroit	42.82364	-82.7002	204			MI	147	17520	
4985604	Belleville North	belleville-north	US		0	America/Detroit	42.22282	-83.48188	207			MI	163	81660	
4985634	Belsay	belsay	US		0	America/Detroit	43.02642	-83.59579	238			MI	049	12060	
4985643	Bendon	bendon	US		208	America/Detroit	44.63306	-85.83786	258			MI	019	40700	
4985692	Bentheim	bentheim	US		0	America/Detroit	42.70947	-85.91892	199	Bentheim,Benthem		MI	005	61820	
4985704	Bentleys Corners	bentleys-corners	US		0	America/Detroit	42.10227	-84.86664	311	Bentley Corner,Bentley Corners,Bentleys Corners		MI	025	16020	
4985709	Benton Center	benton-center	US		0	America/Detroit	42.12393	-86.37863	197			MI	021	07400	
4985713	Benton Heights	benton-heights	US		4084	America/Detroit	42.13115	-86.40724	193			MI	021	07400	
4985722	Benson Park	benson-park	US		0	America/Detroit	44.20363	-83.55442	180			MI	069	00760	
4985747	Berlamont	berlamont	US		0	America/Detroit	42.39003	-85.99391	213			MI	159	09240	
4985768	Berry Junction	berry-junction	US		0	America/Detroit	43.2964	-86.26117	196	Berry,Berry Junction		MI	121	19660	
4985782	Berville	berville	US		0	America/Detroit	42.90836	-82.88298	248			MI	147	07760	
4985798	Bete Grise	bete-grise	US		0	America/Detroit	47.3888	-87.95511	190			MI	083	34300	
4985868	Betsy	betsy	US		0	America/Detroit	47.29658	-88.05955	186			MI	083	34300	
4985875	Betty B Landing	betty-b-landing	US		0	America/Detroit	46.40056	-85.27788	217			MI	095	50440	
4985877	Betzer	betzer	US		0	America/Detroit	41.75311	-84.47578	275			MI	059	88780	
4985934	Big Beaver	big-beaver	US		0	America/Detroit	42.56281	-83.12409	200			MI	125	80700	
4985964	Big Cut	big-cut	US		0	America/Detroit	45.32723	-83.99973	248			MI	141	08700	
4986075	Biggs Settlement	biggs-settlement	US		0	America/Detroit	44.71029	-84.13001	340			MI	135	17600	
4986099	Bingham Farms	bingham-farms	US		1133	America/Detroit	42.51587	-83.27326	217			MI	125	74920	
4986111	Birch	birch	US		0	America/Detroit	46.69854	-87.57819	191			MI	103	66120	
4986112	Birch Beach	birch-beach	US		0	America/Detroit	43.20197	-82.51242	184			MI	151	88760	
4986118	Birch Creek	birch-creek	US		0	America/Menominee	45.20276	-87.61122	198			MI	109	53040	
4986152	Birchwood Beach	birchwood-beach	US		0	America/Detroit	44.87251	-84.32196	374			MI	119	00940	
4986154	Birchwood Shores	birchwood-shores	US		0	America/Detroit	44.08391	-83.58998	179			MI	011	74020	
4986169	Birdsall	birdsall	US		0	America/Detroit	41.94199	-84.00439	239			MI	091	66840	
4986272	Black Lake	black-lake	US		0	America/Detroit	45.4314	-84.24863	186			MI	031	84760	
4986274	Black Lake Bluffs	black-lake-bluffs	US		0	America/Detroit	45.47223	-84.23696	189			MI	141	06400	
4986365	Blaney Park	blaney-park	US		0	America/Detroit	46.11554	-85.92707	225	Blaney,Blaney Park		MI	153	56060	
4986368	Blaney Junction	blaney-junction	US		0	America/Detroit	46.0247	-85.91123	193			MI	153	56060	
4986412	Blom	blom	US		0	America/Menominee	45.65108	-87.73818	264			MI	109	27300	
4986475	Blue Water Beach	blue-water-beach	US		0	America/Detroit	43.20725	-82.51548	178			MI	151	88760	
4986495	Bluff Beach	bluff-beach	US		0	America/Detroit	41.81505	-85.53721	247			MI	149	86940	
4986503	Blumfield Corners	blumfield-corners	US		0	America/Detroit	43.42419	-83.7183	191			MI	145	09400	
4986545	Bodus	bodus	US		0	America/Detroit	44.90667	-85.78259	206			MI	089	14340	
4986570	Bolles Harbor	bolles-harbor	US		0	America/Detroit	41.86755	-83.38604	175			MI	115	55040	
4986628	Bonner Landing	bonner-landing	US		0	America/Detroit	45.70417	-85.57953	179			MI	029	63140	
4986639	Borculo	borculo	US		0	America/Detroit	42.88502	-86.02115	200			MI	139	08940	
4986650	Borland	borland	US		0	America/Detroit	43.53697	-85.43921	300	Bell Crossing,Bell Siding,Borland		MI	107	21240	
4986664	Bostwick Lake	bostwick-lake	US		0	America/Detroit	43.08503	-85.45058	264			MI	081	13080	
4986691	Boulder Park	boulder-park	US		0	America/Detroit	45.3139	-85.27924	183	Birch Hills,Boulder Park		MI	029	14800	
4986719	Bowens Mill	bowens-mill	US		0	America/Detroit	42.6567	-85.51668	235	Bowens Mill,Bowens Mills		MI	015	89020	
4986734	Bowne Center	bowne-center	US		0	America/Detroit	42.81281	-85.36918	244			MI	081	09780	
4986754	Bowmanville	bowmanville	US		0	America/Detroit	44.08335	-84.24667	238			MI	051	35340	
4986801	Brady Center	brady-center	US		0	America/Detroit	43.17252	-84.2272	203			MI	145	09940	
4986824	Brampton	brampton	US		0	America/Detroit	45.93135	-87.07125	225			MI	041	09980	
4986851	Brandon Gardens	brandon-gardens	US		0	America/Detroit	42.82558	-83.44356	296			MI	125	10040	
4986873	Brassar	brassar	US		0	America/Detroit	46.50613	-84.21725	224			MI	033	77020	
4986876	Bravo	bravo	US		0	America/Detroit	42.51309	-86.09198	203	Bravo,Sherman		MI	005	16720	
4986886	Braywood	braywood	US		0	America/Detroit	42.26281	-86.34586	208			MI	159	18560	
4986893	Breezy Beach	breezy-beach	US		0	America/Detroit	41.80255	-85.55943	246			MI	149	86940	
4986905	Brent Creek	brent-creek	US		0	America/Detroit	43.11781	-83.88663	209			MI	049	29220	
4986933	Brevort	brevort	US		0	America/Detroit	46.0189	-85.04173	182	Brevoort,Brevort		MI	097	55480	
4987017	Brissette Beach	brissette-beach	US		0	America/Detroit	43.70919	-83.93609	178			MI	017	42360	
4987027	British Landing	british-landing	US		0	America/Detroit	45.87751	-84.64505	179			MI	097	50280	
4987030	Broad Acres	broad-acres	US		0	America/Detroit	42.5492	-82.90214	184			MI	099		
4987033	Broadbridge Station	broadbridge-station	US		0	America/Detroit	42.67864	-82.51185	177			MI	147	18400	
4987055	Brinton	brinton	US		0	America/Detroit	43.7703	-85.01031	318	Brinton,Brirton		MI	073	17060	
4987091	Brookton Corners	brookton-corners	US		0	America/Detroit	46.54938	-87.45597	288			MI	103	51920	
4987097	Broomfield Center	broomfield-center	US		0	America/Detroit	43.59586	-85.02669	311			MI	073	11140	
4987154	Brownlee Park	brownlee-park	US		2108	America/Detroit	42.31893	-85.14249	267			MI	025	25935	
4987203	Bruningville	bruningville	US		0	America/Detroit	45.38529	-83.82444	238			MI	141	69240	
4987268	Buck Trails	buck-trails	US		0	America/Detroit	44.10141	-84.85781	349			MI	035	77120	
4987288	Buckroe	buckroe	US		0	America/Detroit	46.67215	-87.5243	192			MI	103	51920	
4987292	Buckshot Landing	buckshot-landing	US		0	America/Detroit	46.81633	-89.79516	185			MI	131	13520	
4987346	Bullis Crossing	bullis-crossing	US		0	America/Detroit	42.46781	-84.03301	277			MI	093	81240	
4987347	Bullock Creek	bullock-creek	US		0	America/Detroit	43.58336	-84.24777	191			MI	111	53800	
4987356	Bumbletown	bumbletown	US		0	America/Detroit	47.28881	-88.41956	352			MI	083	01520	
4987383	Burdickville	burdickville	US		0	America/Detroit	44.84889	-85.94815	186			MI	089	26000	
4987428	Burns Landing	burns-landing	US		0	America/Detroit	46.82742	-87.72902	187			MI	103	66120	
4987437	Burnt	burnt	US		0	America/Detroit	43.23669	-83.9033	194			MI	145	79100	
4987532	Butman	butman	US		0	America/Detroit	44.13919	-84.46751	293			MI	051	12180	
4987566	Buttersville	buttersville	US		0	America/Detroit	43.945	-86.45564	183			MI	105	63600	
4987633	Cadmus	cadmus	US		0	America/Detroit	41.87394	-84.1605	254			MI	091	22820	
4987637	Cady	cady	US		0	America/Detroit	42.56031	-82.96437	187			MI	099		
4987643	Caffey	caffey	US		0	America/Detroit	46.1689	-85.18536	262			MI	097	37660	
4987645	Caffey Corner	caffey-corner	US		0	America/Detroit	46.16195	-85.18536	265			MI	097	37660	
4987655	Calcite	calcite	US		0	America/Detroit	45.4089	-83.78666	183			MI	141	69260	
4987656	Calderwood	calderwood	US		0	America/Detroit	46.40967	-89.08542	455			MI	131	40760	
4987714	Calvin Center	calvin-center	US		0	America/Detroit	41.84588	-85.935	267			MI	027	12620	
4987727	Cambridge Junction	cambridge-junction	US		0	America/Detroit	42.05893	-84.22106	306			MI	091	12720	
4987791	Camp Dejacket	camp-dejacket	US		0	America/Menominee	46.5855	-90.28101	290			MI	053	41080	
4987843	Camp Lu Lay Lea	camp-lu-lay-lea	US		0	America/Detroit	44.33696	-84.00805	273			MI	129	19260	
4987931	Campbell Corners	campbell-corners	US		0	America/Detroit	42.80587	-85.23223	253			MI	067	12840	
4987948	Campbells Corner	campbells-corner	US		0	America/Detroit	42.79975	-83.13355	289			MI	125	00400	
4987949	Campbells Corners	campbells-corners	US		0	America/Detroit	44.31307	-84.14556	323			MI	129	85600	
4987951	Canada Corners	canada-corners	US		0	America/Detroit	43.2353	-85.84921	234			MI	121	13840	
4987962	Canada Shores	canada-shores	US		0	America/Detroit	41.80783	-84.96246	305			MI	023	43260	
4987963	Canadian Lakes	canadian-lakes	US		2756	America/Detroit	43.57919	-85.3017	295			MI	107	55600	
4987967	Canada Creek Ranch	canada-creek-ranch	US		304	America/Detroit	45.17196	-84.20806	250			MI	119	55240	
4987969	Canby Corners	canby-corners	US		0	America/Detroit	45.63612	-84.91533	227			MI	047	14300	
4987973	Canfield Beach	canfield-beach	US		0	America/Detroit	45.46057	-84.22168	188			MI	141	06400	
4988023	Carland	carland	US		0	America/Detroit	43.05808	-84.3047	230			MI	155	27040	
4988035	Carlshend	carlshend	US		0	America/Detroit	46.31078	-87.22098	351			MI	103	74110	
4988069	Carp Lake Landing	carp-lake-landing	US		0	America/Detroit	46.83022	-89.71655	193			MI	131	13520	
4988097	Carpenter Landing	carpenter-landing	US		0	America/Detroit	46.28971	-85.7579	217			MI	095	44540	
4988239	Castle Park	castle-park	US		0	America/Detroit	42.74808	-86.20699	188			MI	005	45180	
4988272	Cedar Bank	cedar-bank	US		0	America/Detroit	46.29689	-87.26681	339			MI	103	29720	
4988309	Cedar Haven	cedar-haven	US		0	America/Detroit	44.17613	-83.56248	181			MI	069	00760	
4988356	Cedar River	cedar-river	US		0	America/Menominee	45.41109	-87.35456	178			MI	109	14240	
4988389	Centennial Heights	centennial-heights	US		0	America/Detroit	47.26048	-88.44456	376			MI	061	12600	
4988475	Chaison	chaison	US		0	America/Detroit	45.87691	-87.06486	223			MI	041	26380	
4988481	Chalkerville	chalkerville	US		0	America/Detroit	42.43226	-84.01856	272	Chalkers Landing,Chalkerville		MI	093	66540	
4988498	Champion Mine	champion-mine	US		0	America/Detroit	47.03465	-88.67096	370			MI	061	00320	
4988560	Charing Cross	charing-cross	US		0	America/Detroit	42.5717	-83.22132	242			MI	125	09110	
4988562	Charles	charles	US		0	America/Detroit	46.01446	-84.69255	181			MI	097	70860	
4988572	Charlesworth	charlesworth	US		0	America/Detroit	42.45059	-84.68942	280			MI	045	36200	
4988585	Charlotte Landing	charlotte-landing	US		0	America/Detroit	42.39226	-84.77581	283			MI	025	15960	
4988646	Cherry Beach	cherry-beach	US		0	America/Detroit	42.68476	-82.50963	177			MI	147	18400	
4988647	Cherry Bend	cherry-bend	US		0	America/Detroit	44.79361	-85.64758	187			MI	089	25700	
4988664	Brownstown Charter Township	brownstown-charter-township	US		0	America/Detroit	42.0806	-83.19465	175	Cherry Island,Cherry Isle		MI	163	11220	
4988674	Cheshire Center	cheshire-center	US		0	America/Detroit	42.4517	-85.93447	216			MI	005	15200	
4988683	Chesterfield Shores	chesterfield-shores	US		0	America/Detroit	42.67003	-82.76131	180			MI	099	15340	
4988688	Chestonia	chestonia	US		0	America/Detroit	45.06028	-85.07756	195			MI	009	41960	
4988692	Cheviers	cheviers	US		0	America/Detroit	44.56807	-83.73693	302			MI	001	19320	
4988696	Chicagon	chicagon	US		0	America/Menominee	46.09523	-88.50736	435			MI	071	05860	
4988712	Chief Lake	chief-lake	US		0	America/Detroit	44.34861	-86.10231	234			MI	101	06480	
4988728	Childsdale	childsdale	US		0	America/Detroit	43.10475	-85.58031	225			MI	081	64660	
4988729	Chilson	chilson	US		0	America/Detroit	42.52698	-83.86161	285			MI	093	31860	
4988734	Chimney Corners Resort	chimney-corners-resort	US		0	America/Detroit	44.68972	-86.20787	183			MI	019	44240	
4988752	Chippewa Beach	chippewa-beach	US		0	America/Detroit	45.44029	-84.63921	183			MI	031	80880	
4988777	Chippewa Vista	chippewa-vista	US		0	America/Detroit	43.73836	-85.09948	289			MI	107	29680	
4988847	Chums Corner	chums-corner	US		946	America/Detroit	44.67195	-85.65646	271			MI	055	08880	
4988901	Circle Pine Center	circle-pine-center	US		0	America/Detroit	42.57392	-85.46057	298			MI	015	60980	
4988925	Clam River	clam-river	US		0	America/Detroit	44.94528	-85.28034	182			MI	009	29600	
4988942	Clarenceville	clarenceville	US		0	America/Detroit	42.44837	-83.33715	202			MI	125	27440	
4988951	Clark Bayshore	clark-bayshore	US		0	America/Detroit	44.24613	-83.53998	180			MI	069	00760	
4988954	Clark Corners	clark-corners	US		0	America/Detroit	43.0228	-86.14505	183			MI	139	69000	
4989002	Clausedale	clausedale	US		0	America/Detroit	43.29253	-84.05942	178			MI	145		
4989020	Clays Landing	clays-landing	US		0	America/Detroit	42.5517	-82.60435	176			MI	147	16180	
4989126	Clifton Mill	clifton-mill	US		0	America/Detroit	42.78503	-83.08604	259			MI	099	84120	
4989146	Clinton Village	clinton-village	US		0	America/Detroit	42.79587	-84.53137	265			MI	037	22140	
4989170	Cloverville	cloverville	US		0	America/Detroit	43.19057	-86.16533	195			MI	121	31020	
4989172	Clowry	clowry	US		0	America/Detroit	46.52327	-87.89819	472			MI	103	14540	
4989190	Coalwood	coalwood	US		0	America/Detroit	46.3405	-86.73182	307			MI	003	04460	
4989215	Coddes Beach	coddes-beach	US		0	America/Detroit	45.44279	-84.21918	188			MI	141	57940	
4989219	Coe	coe	US		0	America/Detroit	43.48059	-84.64223	232			MI	073	16880	
4989225	Coats Grove	coats-grove	US		0	America/Detroit	42.68309	-85.19223	277			MI	015	13960	
4989236	Cohoctah Center	cohoctah-center	US		0	America/Detroit	42.75503	-83.9869	266			MI	093	16920	
4989272	Cold Springs	cold-springs	US		0	America/Detroit	45.46029	-84.59004	189			MI	031	80880	
4989331	Colling	colling	US		0	America/Detroit	43.61113	-83.40912	199			MI	157	17420	
4989333	Collins Corner	collins-corner	US		0	America/Detroit	42.20838	-85.48222	267			MI	077	62960	
4989353	Colonville	colonville	US		0	America/Detroit	43.84419	-84.70585	253			MI	035	73000	
4989390	Colwood	colwood	US		0	America/Detroit	43.61169	-83.35218	203			MI	157	17420	
4989445	Condit	condit	US		0	America/Detroit	42.18838	-84.78664	293			MI	025	01000	
4989448	Cone	cone	US		0	America/Detroit	42.03199	-83.75299	211			MI	115	53900	
4989469	Conners Creek	conners-creek	US		0	America/Detroit	42.36389	-82.95833	175	Conner's Creek,Conners Creek,Connors Creek		MI	163	22000	
4989483	Connorville	connorville	US		0	America/Menominee	46.55189	-89.931	406			MI	053	82800	
4989538	Cooks Corners	cooks-corners	US		0	America/Detroit	43.08836	-85.26252	252			MI	067	61580	
4989544	Cooks Mill	cooks-mill	US		0	America/Detroit	42.22004	-85.42389	269			MI	077	62960	
4989600	Cooperton	cooperton	US		0	America/Detroit	44.15752	-84.78586	340			MI	035	30900	
4989604	Copeland Corner	copeland-corner	US		0	America/Detroit	42.67253	-82.62241	177			MI	147	40920	
4989606	Copenhagen Beach	copenhagen-beach	US		0	America/Detroit	45.98358	-86.29431	188			MI	153	37940	
4989615	Copper Falls	copper-falls	US		0	America/Detroit	47.42991	-88.19872	309			MI	083	23620	
4989642	Corey	corey	US		0	America/Detroit	41.90283	-85.76083	270			MI	027	57120	
4989820	Craigsmere	craigsmere	US		0	America/Detroit	46.42133	-89.24098	377			MI	131	50460	
4989974	Crisp	crisp	US		0	America/Detroit	42.8853	-86.08032	206			MI	139	60460	
4990034	Cross Village, Harbor Springs	cross-village-harbor-springs	US		93	America/Detroit	45.64223	-85.03756	203	Cross Village  Harbor Springs,La Crosse		MI	047	18900	
4990051	Croton Heights	croton-heights	US		0	America/Detroit	43.45641	-85.63477	229			MI	123	18980	
4990059	Crow Island	crow-island	US		0	America/Detroit	43.46975	-83.90386	177			MI	145	11560	
4990132	Crystal Valley	crystal-valley	US		0	America/Detroit	43.7739	-86.23757	229			MI	127	19100	
4990136	Crystallia	crystallia	US		0	America/Detroit	44.67305	-86.2476	185			MI	019	19180	
4990152	Cumber	cumber	US		0	America/Detroit	43.62141	-82.97744	247			MI	151	04400	
4990170	Cunard	cunard	US		0	America/Menominee	45.73802	-87.66679	293			MI	109	53460	
4990220	Cusino	cusino	US		0	America/Detroit	46.44496	-86.35877	268			MI	153	37940	
4990238	Cutcheon	cutcheon	US		0	America/Detroit	44.41029	-85.12671	396			MI	113	29440	
4990242	Cutlerville	cutlerville	US		14370	America/Detroit	42.84086	-85.66364	206			MI	081	31240	
4990311	Danaher	danaher	US		0	America/Detroit	46.3436	-85.78096	221			MI	095	17480	
4990323	Danish Landing	danish-landing	US		0	America/Detroit	44.65751	-84.78003	347			MI	039	34660	
4990435	Dayton Center	dayton-center	US		0	America/Detroit	43.51057	-85.98006	262			MI	123	19960	
4990444	Daytona Branch	daytona-branch	US		0	America/Detroit	43.45919	-83.29106	225			MI	157	85280	
4990502	Dean	dean	US		0	America/Detroit	43.59253	-84.21388	190			MI	111	53780	
4990599	Deerfield Center	deerfield-center	US		0	America/Detroit	43.59753	-84.9078	274			MI	073	21140	
4990600	Deerfield Center	deerfield-center	US		0	America/Detroit	42.73364	-83.86217	273			MI	093	21220	
4990613	Deerheart Valley	deerheart-valley	US		0	America/Detroit	44.53696	-84.57058	340			MI	039	74760	
4990638	Deibert	deibert	US		0	America/Detroit	44.5839	-85.23255	340			MI	079	75720	
4990648	Delhi Mills	delhi-mills	US		0	America/Detroit	42.33031	-83.81105	253			MI	161	71940	
4990658	Delta Center	delta-center	US		0	America/Detroit	42.72642	-84.66221	264			MI	045	21520	
4990666	Delta Mills	delta-mills	US		0	America/Detroit	42.76503	-84.64748	256	Delta,Delta Mills,Grand River City		MI	045	21520	
4990669	Delwin	delwin	US		0	America/Detroit	43.69725	-84.67807	223			MI	073	21680	
4990682	Denmark Junction	denmark-junction	US		0	America/Detroit	43.41586	-83.65496	195			MI	157	21600	
4990730	Detroit Beach	detroit-beach	US		2087	America/Detroit	41.93116	-83.32688	175			MI	115	30820	
4990754	Devereaux	devereaux	US		0	America/Detroit	42.32004	-84.70859	303			MI	075	62760	
4990759	Devils Corner	devils-corner	US		0	America/Detroit	45.73748	-86.60514	205			MI	041	26960	
4990808	Deward	deward	US		0	America/Detroit	44.84057	-84.8267	376			MI	039	30480	
4990819	Diamond Shores	diamond-shores	US		0	America/Detroit	41.8981	-85.96806	265			MI	027	63380	
4990822	Diann	diann	US		0	America/Detroit	41.93199	-83.63716	204			MI	115	23400	
4990831	Dice Corners	dice-corners	US		0	America/Detroit	43.61253	-84.36944	195			MI	111	46640	
4990834	Dick	dick	US		0	America/Detroit	46.19085	-84.83145	243			MI	033	80600	
4990861	Diffin	diffin	US		0	America/Detroit	46.20995	-87.03403	285			MI	003	47540	
4990877	Dinca	dinca	US		0	America/Detroit	44.2789	-85.05421	365	Aetna,Dinca		MI	113	00520	
4990884	Diorite	diorite	US		0	America/Detroit	46.5091	-87.83041	478			MI	103	25820	
4990891	Disco	disco	US		0	America/Detroit	42.68392	-83.03437	208			MI	099	72820	
4990906	Dixboro	dixboro	US		0	America/Detroit	42.31226	-83.65605	249	Dixboro,Dixborough		MI	161	77560	
4990992	Dollar Settlement	dollar-settlement	US		0	America/Detroit	46.46169	-84.73923	192			MI	033	06070	
4990995	Dollarville	dollarville	US		0	America/Detroit	46.35139	-85.54206	220			MI	095	50440	
4991005	Donahue Beach	donahue-beach	US		0	America/Detroit	43.65669	-83.8797	178	Bayside,Donahue Beach,Donoghue Beach		MI	017	05120	
4991017	Donken	donken	US		0	America/Detroit	46.9416	-88.79458	396			MI	061	25660	
4991028	Dorgans Crossing	dorgans-crossing	US		0	America/Detroit	46.39641	-84.61394	216			MI	033	77540	
4991058	Doster	doster	US		0	America/Detroit	42.46587	-85.54168	276			MI	015	66260	
4991075	Doughertys Corners	doughertys-corners	US		0	America/Detroit	42.29559	-85.7164	294	Daugherty Corners,Doughertys Corners		MI	077	61400	
4991170	Dreamland	dreamland	US		0	America/Detroit	47.0977	-88.41318	188			MI	061	80120	
4991173	Drenthe	drenthe	US		0	America/Detroit	42.7828	-85.94004	202			MI	139	89280	
4991229	Dryburg	dryburg	US		0	America/Detroit	46.21057	-84.67728	209			MI	033	70220	
4991245	Duck Lake	duck-lake	US		0	America/Detroit	42.40004	-84.7822	285			MI	025	15960	
4991289	Duel	duel	US		0	America/Detroit	43.71197	-84.14693	195			MI	017	06540	
4991303	Dukes	dukes	US		0	America/Detroit	46.34772	-87.15792	332	Dukes,Lawson,Lehtola		MI	103	74110	
4991333	Dunham	dunham	US		0	America/Menominee	46.38217	-89.78599	472			MI	053	51560	
4991352	Dunn Location	dunn-location	US		0	America/Menominee	46.06801	-88.37486	456			MI	071	52300	
4991356	Dunningville	dunningville	US		0	America/Detroit	42.61281	-85.94864	205			MI	005	37460	
4991359	Duplain	duplain	US		0	America/Detroit	43.0467	-84.45248	224			MI	037	23460	
4991441	Eagle Harbor	eagle-harbor	US		76	America/Detroit	47.45824	-88.16233	189			MI	083	23620	
4991478	Eagles Nest	eagles-nest	US		0	America/Menominee	45.19054	-87.6115	194			MI	109	53040	
4991486	Eagle Mills	eagle-mills	US		0	America/Detroit	46.51271	-87.53375	391			MI	103	56880	
4991571	East Comstock	east-comstock	US		0	America/Detroit	42.28615	-85.48973	241			MI	077	17680	
4991572	East Cooper	east-cooper	US		0	America/Detroit	42.34948	-85.55167	239			MI	077	17980	
4991578	East Dayton	east-dayton	US		0	America/Detroit	43.41086	-83.28523	248			MI	157	85280	
4991579	East DeWitt	east-dewitt	US		0	America/Detroit	42.8542	-84.54304	248			MI	037	22140	
4991600	East Grand Rapids	east-grand-rapids	US		11311	America/Detroit	42.94114	-85.61003	229	Ist Grand Rapids,ayst ghrand rabydz,grndrpydz shrqy  myshygan,Ист Гранд Рапидс,إيست غراند رابيدز,مشرقی گرینڈ ریپڈ، مشی گن,گرندرپیدز شرقی، میشیگان		MI	081	23980	
4991605	East Highland	east-highland	US		0	America/Detroit	42.65503	-83.57161	320			MI	125	38080	
4991619	East Kingsford	east-kingsford	US		0	America/Menominee	45.79496	-88.06457	341			MI	043	10220	
4991628	East Lake	east-lake	US		466	America/Detroit	44.24445	-86.2962	199	East Lake,Eastlake		MI	101	50740	
4991635	East Gilead	east-gilead	US		0	America/Detroit	41.78199	-85.08302	298			MI	023	32120	
4991675	East Rockwood	east-rockwood	US		0	America/Detroit	42.04838	-83.21076	175			MI	163	11220	
4991677	East Saugatuck	east-saugatuck	US		0	America/Detroit	42.68169	-86.09309	218			MI	005	50840	
4991724	Eastlawn	eastlawn	US		0	America/Detroit	42.23559	-83.58799	227			MI	161	89160	
4991728	Eastmanville	eastmanville	US		0	America/Detroit	43.01697	-85.95643	183			MI	139	65320	
4991729	Eastmont	eastmont	US		0	America/Detroit	42.95114	-85.55586	237			MI	081	34020	
4991784	Eckerman Corner	eckerman-corner	US		0	America/Detroit	46.34585	-85.03063	263			MI	033	15560	
4991796	Eckford	eckford	US		0	America/Detroit	42.20199	-84.86636	289			MI	025	24700	
4991823	Edgemont Park	edgemont-park	US		2358	America/Detroit	42.7467	-84.59359	265			MI	065	46020	
4991828	Edgetts	edgetts	US		0	America/Detroit	44.05668	-85.58311	328			MI	085	25440	
4991829	Edgewater Beach	edgewater-beach	US		0	America/Detroit	45.76862	-84.72505	180			MI	031	50300	
4991830	Edgewater Heights	edgewater-heights	US		0	America/Detroit	42.20393	-83.51188	205			MI	163	81660	
4991907	Eightmile Corner	eightmile-corner	US		0	America/Detroit	46.41889	-85.59401	269			MI	095	50440	
4992078	Elo	elo	US		0	America/Detroit	46.87326	-88.63708	266			MI	061	65540	
4992081	Eloise	eloise	US		0	America/Detroit	42.28587	-83.33882	195			MI	163	40680	
4992123	Emerson Station	emerson-station	US		0	America/Detroit	45.06418	-83.65415	222			MI	007	87680	
4992182	Ensley Center	ensley-center	US		0	America/Detroit	43.3378	-85.62282	303			MI	123	26160	
4992187	Entrican	entrican	US		0	America/Detroit	43.35031	-85.15363	274			MI	117	22760	
4992193	Epoufette	epoufette	US		0	America/Detroit	46.05556	-85.16841	178			MI	097	37660	
4992199	Epsilon	epsilon	US		0	America/Detroit	45.36279	-84.80199	214			MI	047	75900	
4992200	Epworth Assembly	epworth-assembly	US		0	America/Detroit	43.97945	-86.46564	191			MI	105	63600	
4992204	Englishville	englishville	US		0	America/Detroit	43.11669	-85.69031	233			MI	081	01840	
4992210	Erickson Landing	erickson-landing	US		0	America/Menominee	46.14162	-88.4043	409			MI	071	19150	
4992258	Estey	estey	US		0	America/Detroit	43.87002	-84.20555	215			MI	051	07360	
4992259	Estral Beach	estral-beach	US		408	America/Detroit	41.98421	-83.23576	174			MI	115	07720	
4992260	Ethelwood	ethelwood	US		0	America/Menominee	46.48717	-89.7246	419			MI	053	51560	
4992271	Eureka Place	eureka-place	US		0	America/Detroit	43.18642	-85.20307	264			MI	117	26520	
4992310	Evelyn	evelyn	US		0	America/Detroit	46.3669	-86.53433	269			MI	003	56220	
4992316	Evergreen Acres	evergreen-acres	US		0	America/Detroit	41.90727	-83.43104	183			MI	115	55040	
4992317	Evergreen Beach	evergreen-beach	US		0	America/Detroit	45.49362	-83.97862	181			MI	141	69240	
4992347	Evergreen Shores	evergreen-shores	US		0	America/Detroit	45.90085	-84.73644	181			MI	097	70860	
4992348	Evergreen Shores	evergreen-shores	US		0	America/Detroit	45.97386	-86.31098	188			MI	153	37940	
4992387	Eyedylwild Beach	eyedylwild-beach	US		0	America/Detroit	44.96196	-84.7042	391	Eyedylwild Beach,Eyedywild Beach		MI	137	04780	
4992394	Fair Plain	fair-plain	US		7631	America/Detroit	42.08699	-86.45586	192			MI	021	07400	
4992482	Faithorn	faithorn	US		0	America/Menominee	45.67969	-87.75207	262			MI	109	27300	
4992493	Fallasburg	fallasburg	US		0	America/Detroit	42.98225	-85.32279	216	Fallasberg,Fallasburg,Fallassburg,Fallassburgh		MI	081	81920	
4992516	Farmers Creek	farmers-creek	US		0	America/Detroit	42.96281	-83.33994	280			MI	087	35840	
4992520	Farmington Acres	farmington-acres	US		0	America/Detroit	42.44504	-83.38549	216			MI	125	27440	
4992523	Farmington Hills	farmington-hills	US		81330	America/Detroit	42.48531	-83.37716	259			MI	125	27440	
4992535	Farrandville	farrandville	US		0	America/Detroit	43.19419	-83.72663	219			MI	049	82380	
4992537	Farrar Landing	farrar-landing	US		0	America/Detroit	44.87668	-84.60447	374			MI	137	15280	
4992556	Fawn River	fawn-river	US		0	America/Detroit	41.78172	-85.34442	272			MI	149	27540	
4992565	Fayettes Corner	fayettes-corner	US		0	America/Detroit	44.40696	-84.09611	274			MI	129	19260	
4992573	Faunus	faunus	US		0	America/Menominee	45.89246	-87.50902	293			MI	109	75350	
4992576	Felch Mountain	felch-mountain	US		0	America/Menominee	46.00106	-87.83208	390			MI	043	27660	
4992605	Fenmore	fenmore	US		0	America/Detroit	43.1728	-84.34526	198			MI	145	14660	
4992630	Fern	fern	US		0	America/Detroit	43.8464	-86.21813	219			MI	105	24820	
4992650	Ferry	ferry	US		0	America/Detroit	43.58418	-86.22479	218			MI	127	27940	
4992664	Fibre	fibre	US		0	America/Detroit	46.20557	-84.72867	213			MI	033	70220	
4992703	Findley	findley	US		0	America/Detroit	41.89422	-85.37165	262			MI	149	11940	
4992708	Fingerboard Corner	fingerboard-corner	US		0	America/Detroit	45.37362	-84.45031	274	Fingerboard Corner,The Finger Board Corner		MI	031	43820	
4992744	Firesteel	firesteel	US		0	America/Detroit	46.86633	-89.21847	223			MI	131	60880	
4992789	Fish Corners	fish-corners	US		0	America/Detroit	42.2592	-86.30225	200			MI	159	18560	
4992892	Five Corners	five-corners	US		0	America/Detroit	44.63696	-84.52836	349			MI	039	34660	
4992898	Five Lakes	five-lakes	US		0	America/Detroit	43.1428	-83.23189	259			MI	087	03280	
4992907	Five Points Corner	five-points-corner	US		0	America/Detroit	42.5092	-84.83554	286			MI	045	10920	
4992908	Five Points North	five-points-north	US		0	America/Detroit	43.07364	-84.16747	222			MI	155	57400	
4992911	Fivemile Corner	fivemile-corner	US		0	America/Detroit	44.74667	-85.52285	182			MI	055	00200	
4993009	Flowerfield	flowerfield	US		0	America/Detroit	42.06588	-85.65805	259			MI	149	29140	
4993063	Foote Site Village	foote-site-village	US		0	America/Detroit	44.42668	-83.44469	196			MI	069	61340	
4993066	Forbes Location	forbes-location	US		0	America/Menominee	46.12023	-88.64791	489			MI	071	40980	
4993068	Forbush Corner	forbush-corner	US		0	America/Detroit	44.78557	-84.70642	391			MI	039	50940	
4993087	Ford River	ford-river	US		0	America/Detroit	45.67941	-87.14013	178			MI	041	29380	
4993098	Fordney	fordney	US		0	America/Detroit	43.27308	-84.30943	196			MI	145	51700	
4993108	Forest Beach	forest-beach	US		0	America/Detroit	45.43445	-85.02228	203			MI	047	86300	
4993115	Forest Grove Station	forest-grove-station	US		0	America/Detroit	42.81114	-85.8817	213			MI	139	41520	
4993156	Forester	forester	US		0	America/Detroit	43.49919	-82.56937	186			MI	151	29500	
4993158	Forest Green Estates	forest-green-estates	US		0	America/Detroit	42.81503	-84.27025	271			MI	155	63720	
4993178	Fort Holmes	fort-holmes	US		0	America/Detroit	45.85835	-84.61643	273			MI	097	50280	
4993179	Fort Mackinac	fort-mackinac	US		0	America/Detroit	45.85307	-84.61782	225			MI	097	50280	
4993186	Fortune Lake	fortune-lake	US		0	America/Menominee	46.09467	-88.41625	417			MI	071	19150	
4993188	Forster	forster	US		0	America/Detroit	42.56115	-82.61824	176			MI	147	16180	
4993215	Fouch	fouch	US		0	America/Detroit	44.83389	-85.72119	189			MI	089	74500	
4993222	Fountain Point	fountain-point	US		0	America/Detroit	44.96944	-85.70536	187			MI	089	77620	
4993227	Fountain Park	fountain-park	US		0	America/Detroit	41.83144	-84.52912	317			MI	059	41620	
4993232	Four Towns	four-towns	US		0	America/Detroit	42.61781	-83.41355	290			MI	125	84240	
4993237	Fourmile Corner	fourmile-corner	US		0	America/Detroit	46.41917	-85.51067	240	Four Mile Corner,Fourmile Corner		MI	095	50440	
4993242	Fourmile Lake	fourmile-lake	US		0	America/Detroit	42.32504	-83.96661	275	Four Mile Lake,Fourmile Lake		MI	161	47460	
4993306	Frain Lake	frain-lake	US		0	America/Detroit	42.3292	-83.61688	254			MI	161	77560	
4993310	Francis Grove	francis-grove	US		0	America/Detroit	43.72086	-84.39	200			MI	111	41760	
4993324	Frankentrost	frankentrost	US		0	America/Detroit	43.40725	-83.79191	187	Frankentrost,Trostville		MI	145	09400	
4993345	Franklin Mine	franklin-mine	US		0	America/Detroit	47.13993	-88.57318	361	Franklin,Franklin Mine		MI	061	30300	
4993383	Freda	freda	US		0	America/Detroit	47.13521	-88.81874	225			MI	061	76200	
4993412	Freeman Landing	freeman-landing	US		0	America/Detroit	46.61882	-87.46625	215			MI	103	51920	
4993416	Freidberger	freidberger	US		0	America/Detroit	43.62335	-82.91744	241	Freiburger,Freiburgers,Freidberger		MI	151	04400	
4993440	French Landing	french-landing	US		0	America/Detroit	42.21004	-83.43966	200			MI	163	81660	
4993444	French Town	french-town	US		0	America/Detroit	43.77084	-86.4373	190			MI	127	63560	
4993479	Fritzburg	fritzburg	US		0	America/Detroit	42.12699	-86.04807	237			MI	159	36180	
4993495	Frost Corners	frost-corners	US		0	America/Detroit	42.84281	-84.86666	247			MI	067	19720	
4993514	Fruit Ridge Center	fruit-ridge-center	US		0	America/Detroit	43.11808	-85.76921	268			MI	081	75440	
4993535	Fuller	fuller	US		0	America/Menominee	46.29689	-89.10375	483			MI	053	84380	
4993644	Ganges	ganges	US		0	America/Detroit	42.57697	-86.21031	201			MI	005	31360	
4993663	Garden Corners	garden-corners	US		0	America/Detroit	45.89025	-86.53681	179			MI	041	31400	
4993689	Gardners Corners	gardners-corners	US		0	America/Detroit	42.12921	-85.35305	274			MI	077	82840	
4993715	Garland Village	garland-village	US		0	America/Detroit	44.85946	-84.30307	377			MI	119	00940	
4993717	Garletts Corner	garletts-corner	US		0	America/Detroit	44.22223	-85.80423	282			MI	165	74820	
4993722	Garnet	garnet	US		0	America/Detroit	46.15834	-85.30676	256			MI	097	39760	
4993727	Gardenville	gardenville	US		0	America/Detroit	46.46252	-84.30143	187			MI	033	74620	
4993728	Garth	garth	US		0	America/Detroit	45.89997	-86.94931	180	Garth,Peacock Point,Whitefish Point		MI	041	52220	
4993766	Geels	geels	US		0	America/Detroit	44.42196	-84.48363	356			MI	143	68200	
4993807	Gentian	gentian	US		0	America/Detroit	46.43105	-87.4668	379			MI	103	71460	
4993830	Gera	gera	US		0	America/Detroit	43.38725	-83.73858	193			MI	145	30220	
4993865	Giauque Beach	giauque-beach	US		0	America/Detroit	45.48362	-84.5942	188			MI	031	56100	
4993872	Gibos Corners (historical)	gibos-corners-historical	US		0	America/Detroit	43.85724	-85.14726	312	Gibos Corners (historical),Gilbo Corners		MI	133	61080	
4993873	Gibraltar	gibraltar	US		4531	America/Detroit	42.09504	-83.18965	175	Dzibroltar,Gibraltar,Gibralter,gybraltar  myshygan,jbl tarq,Џибролтар,Гибралтар,جبرالٹر، مشی گن,جبل طارق,گیبرالتار، میشیگان		MI	163	32020	
4993883	Gibbs City	gibbs-city	US		0	America/Menominee	46.22578	-88.70069	452	Atkinson,Gibbs City		MI	071	41000	
4993884	Gibson Lake	gibson-lake	US		0	America/Menominee	46.203	-88.43014	451			MI	071	19150	
4993938	Gillet Landing	gillet-landing	US		0	America/Detroit	46.87103	-87.77846	185	Gillet Landing,Gillets Landing		MI	103	66120	
4993966	Gingellville	gingellville	US		0	America/Detroit	42.7217	-83.30772	310	Gingellville,Gingleville		MI	125	61100	
4993993	Gitchel	gitchel	US		0	America/Detroit	42.78225	-85.8417	213			MI	139	41520	
4994019	Glen Lord	glen-lord	US		0	America/Detroit	42.04115	-86.50613	192			MI	021	47600	
4994038	Glenn Shores	glenn-shores	US		0	America/Detroit	42.50197	-86.24281	201			MI	005	13700	
4994039	Glenn Stores	glenn-stores	US		0	America/Detroit	42.49836	-86.23559	201	Glenn Shores,Glenn Stores		MI	005	13700	
4994043	Glenn Haven Shores	glenn-haven-shores	US		0	America/Detroit	42.49253	-86.23753	207			MI	005	13700	
4994049	Glenwood Beach	glenwood-beach	US		0	America/Detroit	44.05696	-83.60553	180			MI	011	74020	
4994065	Glovers Corner	glovers-corner	US		0	America/Detroit	46.89493	-88.10846	225			MI	013	03660	
4994088	Gogebic	gogebic	US		0	America/Menominee	46.35245	-89.50265	467	Gogebic,Gogebic Station		MI	053	51560	
4994116	Golfcrest	golfcrest	US		0	America/Detroit	41.94282	-83.37021	182			MI	115	30820	
4994129	Goodar	goodar	US		0	America/Detroit	44.50113	-83.89638	314			MI	129	32860	
4994143	Goodison	goodison	US		0	America/Detroit	42.73281	-83.16244	256			MI	125	59820	
4994196	Gordon Beach	gordon-beach	US		0	America/Detroit	41.8281	-86.70308	192			MI	021	57230	
4994247	Gourley	gourley	US		0	America/Menominee	45.59497	-87.42401	214			MI	109	33160	
4994259	Graafschap	graafschap	US		0	America/Detroit	42.75419	-86.13643	218			MI	005	28120	
4994318	Grand Beach	grand-beach	US		277	America/Detroit	41.77337	-86.79753	189			MI	021	57230	
4994382	Grand View Acres	grand-view-acres	US		0	America/Detroit	42.42615	-83.4466	266			MI	163	59000	
4994383	Grand View Beach	grand-view-beach	US		0	America/Detroit	45.45696	-84.58559	185			MI	031	80880	
4994384	Grande Pointe	grande-pointe	US		0	America/Detroit	42.59948	-82.54518	177			MI	147	16180	
4994398	Grange Corners	grange-corners	US		0	America/Detroit	42.57753	-86.19059	208			MI	005	31360	
4994408	Granite Bluff	granite-bluff	US		0	America/Menominee	45.9394	-88.05374	364			MI	043	10220	
4994420	Grant Center	grant-center	US		0	America/Detroit	43.77086	-85.40282	299			MI	107	34340	
4994455	Grape	grape	US		0	America/Detroit	41.96366	-83.53938	194			MI	115	66900	
4994544	Grattan	grattan	US		0	America/Detroit	43.0842	-85.38113	253	Grattan,Grattan Center		MI	081	34560	
4994596	Great Lakes Beach	great-lakes-beach	US		0	America/Detroit	43.21697	-82.52215	188	Great Lake Beach,Great Lakes Beach		MI	151	88760	
4994630	Green Haven	green-haven	US		0	America/Detroit	46.53887	-86.01571	280			MI	003	11960	
4994657	Green Oak	green-oak	US		0	America/Detroit	42.49253	-83.698	282			MI	093	35060	
4994672	Green Garden	green-garden	US		0	America/Detroit	46.43855	-87.27931	251			MI	103	15660	
4994685	Green Timbers	green-timbers	US		0	America/Detroit	45.17168	-84.54114	273			MI	137	18320	
4994710	Greenfield Village	greenfield-village	US		0	America/Detroit	42.30532	-83.22465	182			MI	163	21000	
4994791	Gregoryville	gregoryville	US		0	America/Detroit	47.18604	-88.39262	188			MI	061	71840	
4994793	Greilickville	greilickville	US		1530	America/Detroit	44.78306	-85.63869	178	Greilickville,Rennies Station		MI	089	25700	
4994824	Grind Stone City	grind-stone-city	US		0	America/Detroit	44.05029	-82.90078	183			MI	063	65700	
4994845	Groos	groos	US		0	America/Detroit	45.81163	-87.10319	207			MI	041	26380	
4994848	Gros Cap	gros-cap	US		0	America/Detroit	45.87029	-84.82783	177	Gros Cap,Groscap		MI	097		
4994864	Grosse Pointe Farms	grosse-pointe-farms	US		9232	America/Detroit	42.4092	-82.89186	186	Gross Pojnte Farms,Grous Pojnt Farms,ghrws bwynt farmz,Гросс Пойнте Фармс,Гроус Појнт Фармс,غروس بوينت فارمز,گراس‌پوینت‌فارمز، میشیگان		MI	163	35520	
4995537	Hatchs	hatchs	US		0	America/Detroit	44.82694	-85.68119	200	Hatches Crossing,Hatchs,Hatchs Crossing		MI	089	25700	
4994868	Grosse Pointe Park	grosse-pointe-park	US		11220	America/Detroit	42.37587	-82.93742	177	Gross Pojnte Park,Grous Pojnt Park,ghrws bwynt bark,Гросс Пойнте Парк,Гроус Појнт Парк,غروس بوينت بارك,گراس‌پوینت، میشیگان		MI	163	35540	
4994870	Grosse Pointe Shores	grosse-pointe-shores	US		2718	America/Detroit	42.4367	-82.87686	177			MI	163		
4994871	Grosse Pointe Woods	grosse-pointe-woods	US		15762	America/Detroit	42.44365	-82.90686	178			MI	163	35580	
4994885	Groveland Corners	groveland-corners	US		0	America/Detroit	42.81614	-83.54772	303	Cottage Corners,Groveland Corners		MI	125	35640	
4994944	Gull Lake	gull-lake	US		0	America/Detroit	42.37087	-85.38667	274			MI	077	69820	
4994979	Gunnisonville	gunnisonville	US		0	America/Detroit	42.81309	-84.52304	260			MI	037	22140	
4994987	Gustin	gustin	US		0	America/Detroit	44.62724	-83.41442	212			MI	001	35740	
4995040	Hagensville	hagensville	US		0	America/Detroit	45.33335	-83.78194	238			MI	141	06920	
4995120	Hallers Corners	hallers-corners	US		0	America/Detroit	42.69475	-83.70356	320			MI	093	37040	
4995123	Halls Corner	halls-corner	US		0	America/Detroit	43.53975	-85.22475	307			MI	107	38540	
4995166	Hamlin Lake	hamlin-lake	US		0	America/Detroit	44.0225	-86.45564	193	Hamlin Lake,Lake Hamlin		MI	105	36220	
4995172	Hammell Beach	hammell-beach	US		0	America/Detroit	44.09391	-83.58025	179			MI	011	87080	
4995206	Hand	hand	US		0	America/Detroit	42.25365	-83.27298	189			MI	163	79000	
4995229	Hangore Heights	hangore-heights	US		0	America/Detroit	45.43946	-84.2953	186			MI	031	84760	
4995242	Hannahville	hannahville	US		0	America/Menominee	45.65247	-87.34624	223			MI	109	36760	
4995282	Harbor Point	harbor-point	US		0	America/Detroit	45.42195	-84.98644	181			MI	047	86300	
4995295	Hard Luck	hard-luck	US		0	America/Detroit	44.07169	-84.19305	233			MI	051	35340	
4995311	Hardwood	hardwood	US		0	America/Menominee	45.96162	-87.69124	315			MI	043	10200	
4995331	Haring	haring	US		328	America/Detroit	44.29862	-85.41311	404			MI	165	36600	
4995347	Harmon City Heights	harmon-city-heights	US		0	America/Detroit	44.13363	-83.56914	183			MI	011	87080	
4995404	Harrison Beach	harrison-beach	US		0	America/Detroit	45.98053	-86.30153	187			MI	153	37940	
4995542	Hatmaker	hatmaker	US		0	America/Detroit	41.84755	-85.12136	288			MI	023	08060	
4995553	Hautala Corner	hautala-corner	US		0	America/Menominee	46.52078	-90.15573	375			MI	053	41080	
4995569	Hawkhead	hawkhead	US		0	America/Detroit	42.46947	-86.20725	189	Hawk Head,Hawkhead,Hawks Head		MI	005	13700	
4995701	Hebards	hebards	US		0	America/Detroit	47.28492	-88.29733	244			MI	083	73220	
4995718	Heimforth	heimforth	US		0	America/Detroit	44.8575	-85.70897	185			MI	089	25700	
4995739	Hell	hell	US		0	America/Detroit	42.43476	-83.98495	270	Hell,Hiland Lake		MI	093	66540	
4995741	Helmer	helmer	US		0	America/Detroit	46.26638	-85.71568	210			MI	095	44540	
4995745	Helps	helps	US		0	America/Menominee	45.93079	-87.59874	305			MI	109	75350	
4995754	Hemans	hemans	US		0	America/Detroit	43.46169	-83.08939	237			MI	151	45460	
4995852	Herrington	herrington	US		0	America/Detroit	43.0603	-85.82837	214			MI	139	88820	
4995882	Hetherton	hetherton	US		0	America/Detroit	45.01251	-84.37001	422			MI	137	14840	
4995910	Hiawatha Location	hiawatha-location	US		0	America/Menominee	46.07384	-88.64485	471			MI	071	40980	
4995963	Higbee Corner	higbee-corner	US		0	America/Detroit	43.54225	-85.39254	306			MI	107	21240	
4996036	Higman Park	higman-park	US		0	America/Detroit	42.13059	-86.46891	186			MI	021	07400	
4996044	High Banks	high-banks	US		0	America/Detroit	45.64362	-84.26724	180			MI	031	07420	
4996074	Hillcrest	hillcrest	US		0	America/Menominee	46.49217	-90.15629	420			MI	053	41080	
4996075	Hillcrest	hillcrest	US		0	America/Detroit	44.46474	-84.77309	356			MI	143	49840	
4996083	Hillcrest Orchard	hillcrest-orchard	US		0	America/Detroit	41.84949	-83.4766	184			MI	115	46260	
4996136	Hinchman	hinchman	US		0	America/Detroit	41.97227	-86.42724	201			MI	021	61180	
4996172	Hockaday	hockaday	US		0	America/Detroit	44.0878	-84.42723	251			MI	051	12180	
4996184	Hodunk	hodunk	US		0	America/Detroit	42.01477	-85.06164	284			MI	023	81280	
4996314	Holy Corners	holy-corners	US		0	America/Detroit	42.8117	-85.52669	244			MI	081	12500	
4996368	Homeier	homeier	US		0	America/Detroit	46.77242	-87.67985	205			MI	103	66120	
4996374	Homer Location	homer-location	US		0	America/Menominee	46.11662	-88.65847	469			MI	071	40980	
4996419	Hooks Corner	hooks-corner	US		0	America/Detroit	41.82782	-86.66836	191			MI	021	57230	
4996431	Hoovers Corners	hoovers-corners	US		0	America/Detroit	43.1003	-84.30553	227			MI	155	27040	
4996465	Hopkinsburg	hopkinsburg	US		0	America/Detroit	42.61892	-85.7028	223			MI	005	39200	
4996481	Horr	horr	US		0	America/Detroit	43.68364	-85.04753	280			MI	073	73200	
4996545	Horton Bay	horton-bay	US		512	America/Detroit	45.28445	-85.07895	205			MI	029	06000	
4996588	Houghton Point	houghton-point	US		0	America/Detroit	44.37224	-84.75919	348			MI	143	44400	
4996599	Houle	houle	US		0	America/Menominee	45.70552	-87.3968	229			MI	109	36760	
4996605	Houseman	houseman	US		0	America/Detroit	44.61306	-85.30839	333			MI	079	09440	
4996667	Howlandsburg	howlandsburg	US		0	America/Detroit	42.33504	-85.40361	260			MI	077	69820	
4996675	Hoxeyville	hoxeyville	US		0	America/Detroit	44.1939	-85.71451	350			MI	165	74820	
4996703	Huber	huber	US		0	America/Detroit	43.61196	-85.99923	263			MI	123	21700	
4996730	Hudson Mills	hudson-mills	US		0	America/Detroit	42.38726	-83.91689	266			MI	161	22180	
4996777	Humboldt Mine	humboldt-mine	US		0	America/Detroit	46.48383	-87.89791	487			MI	103	39940	
4996825	Hunters Creek	hunters-creek	US		0	America/Detroit	42.98558	-83.29383	272			MI	087	46060	
4996838	Huntspur	huntspur	US		0	America/Detroit	46.04193	-85.85428	208			MI	097	57640	
4996853	Huron Beach	huron-beach	US		0	America/Detroit	45.49168	-84.09334	184	Hammond Bay,Huron Beach		MI	141	60160	
4996858	Huron City	huron-city	US		0	America/Detroit	44.02918	-82.83272	186			MI	063	40020	
4996863	Huron Heights	huron-heights	US		0	America/Detroit	44.14002	-83.56914	185			MI	011	87080	
4996867	Huron Mountain	huron-mountain	US		0	America/Detroit	46.88714	-87.8654	186	Huron Mountain,Huron Mountains		MI	103	66120	
4996873	Huron Oaks	huron-oaks	US		0	America/Detroit	44.22696	-83.54998	181			MI	069	00760	
4996888	Huronia Heights	huronia-heights	US		0	America/Detroit	43.21225	-82.5227	188			MI	151	88760	
4996889	Hurontown	hurontown	US		0	America/Detroit	47.11021	-88.57401	282			MI	061	65540	
4996924	Hylas	hylas	US		0	America/Menominee	45.95718	-87.67958	324			MI	043	10200	
4996939	Ida Center	ida-center	US		0	America/Detroit	41.86616	-83.57132	194			MI	115	40260	
4996984	Imperial Heights	imperial-heights	US		0	America/Detroit	46.53355	-88.13125	513			MI	013	76000	
4997023	Indian Grove	indian-grove	US		0	America/Detroit	42.38864	-86.28281	191			MI	159	74980	
4997095	Indian Town	indian-town	US		0	America/Detroit	46.40884	-86.56322	269			MI	003	56220	
4997123	Ingallston	ingallston	US		0	America/Menominee	45.21137	-87.52761	180	Ingallston,Ingallstone		MI	109	40600	
4997277	Isadore	isadore	US		0	America/Detroit	44.87778	-85.7737	223			MI	089	14340	
4997279	Ishaward	ishaward	US		0	America/Detroit	44.81335	-84.83948	365			MI	039	30480	
4997330	Island View	island-view	US		0	America/Detroit	45.63941	-87.19763	180			MI	041	29380	
4997382	Jacks Landing	jacks-landing	US		0	America/Detroit	44.6725	-85.45423	266			MI	055	81320	
4997420	Jacobsville	jacobsville	US		0	America/Detroit	46.98076	-88.41012	190			MI	061	80120	
4997520	Jerico	jerico	US		0	America/Detroit	41.97199	-86.53335	199			MI	021	44260	
4997645	Johnson Landing	johnson-landing	US		0	America/Detroit	45.27331	-87.46567	176	Johnson Landing,Johnsons Landing		MI	109	40600	
4997669	Johnswood	johnswood	US		0	America/Detroit	45.95085	-83.62222	181	Johns Wood,Johnswood,Scammon's Cove		MI	033	23080	
4997740	Juddville	juddville	US		0	America/Detroit	43.05864	-83.98747	221			MI	155	37440	
4997745	Jossman Acres	jossman-acres	US		0	America/Detroit	42.76475	-83.47078	325			MI	125	75760	
4997748	Juhl	juhl	US		0	America/Detroit	43.35975	-82.94633	239			MI	151	25540	
4997758	Jugville	jugville	US		0	America/Detroit	43.53418	-85.86061	244			MI	123	73260	
4997761	Junet	junet	US		0	America/Menominee	46.50939	-90.19795	368			MI	053	41080	
4997767	Juniper	juniper	US		0	America/Detroit	46.35801	-86.59044	282			MI	003	56220	
4997784	Kaiserville	kaiserville	US		0	America/Detroit	42.43185	-84.03224	271			MI	093	81240	
4997811	Kalamo	kalamo	US		0	America/Detroit	42.54281	-85.01277	288			MI	045	42220	
4997825	Karlin	karlin	US		0	America/Detroit	44.57834	-85.78341	272			MI	055	34240	
4997829	Karrs Corner	karrs-corner	US		0	America/Detroit	43.45141	-83.58135	201			MI	157	21600	
4997834	Katakitckon Indian Village	katakitckon-indian-village	US		0	America/Menominee	46.15134	-89.09097	517			MI	053	84380	
4997871	Keelans Corner	keelans-corner	US		0	America/Detroit	44.33779	-85.0756	379			MI	113	85560	
4997882	Keewahdin	keewahdin	US		0	America/Detroit	43.03975	-82.44436	180	Keewahdin,Keewahdin Beach,Kewadin,Keywadin		MI	147	65820	
4997899	Kelden	kelden	US		0	America/Detroit	46.21585	-84.29031	181			MI	033	63980	
4997923	Kells	kells	US		0	America/Menominee	45.43442	-87.709	229			MI	109	44360	
4997953	Kelso Junction	kelso-junction	US		0	America/Menominee	46.14717	-88.25375	414			MI	071	19150	
4998016	Kentucky	kentucky	US		0	America/Detroit	46.26523	-86.63099	261			MI	003	56220	
4998042	Kerr Hill	kerr-hill	US		0	America/Detroit	42.89614	-83.39606	355			MI	087	35840	
4998047	Kessington	kessington	US		0	America/Detroit	41.77672	-85.89694	248			MI	027	52140	
4998061	Kew	kew	US		0	America/Menominee	45.15859	-87.61594	189			MI	109	53040	
4998064	Keweenaw Bay	keweenaw-bay	US		0	America/Detroit	46.86021	-88.48179	206			MI	013	05340	
4998078	Kibbie	kibbie	US		0	America/Detroit	42.41892	-86.18753	191			MI	159	31840	
4998094	Kiernan	kiernan	US		0	America/Menominee	46.1455	-88.17986	427			MI	071	50860	
4998102	Killarney Beach	killarney-beach	US		0	America/Detroit	43.69224	-83.92248	178			MI	017	05120	
4998104	Killmaster	killmaster	US		0	America/Detroit	44.63168	-83.45136	210			MI	001	35740	
4998106	Kilmanagh	kilmanagh	US		2944	America/Detroit	43.75613	-83.3569	190			MI	063	72200	
4998122	Kimball Location	kimball-location	US		0	America/Menominee	46.08801	-88.32958	458			MI	071	19140	
4998176	Kings Corner	kings-corner	US		0	America/Detroit	43.2492	-85.07335	259			MI	117	26720	
4998181	Kings Mill	kings-mill	US		0	America/Detroit	43.14225	-83.17272	268			MI	087	03280	
4998187	Kings Landing	kings-landing	US		0	America/Detroit	42.04365	-86.39752	198			MI	021	74440	
4998206	Kinneville	kinneville	US		0	America/Detroit	42.46643	-84.57109	277	Kinneville,Kinneyville,Kinnieville,Nova Scotia		MI	065	60800	
4998275	Kiva	kiva	US		0	America/Detroit	46.25384	-87.08459	308			MI	003	47540	
4998291	Klingers	klingers	US		0	America/Detroit	41.79311	-85.5261	262			MI	149	86940	
4998292	Klingville	klingville	US		0	America/Detroit	46.96771	-88.4779	228			MI	061	14920	
4998325	Knights Mill	knights-mill	US		0	America/Detroit	44.12002	-83.9511	246			MI	011	16240	
4998350	Kochville	kochville	US		0	America/Detroit	43.50114	-83.94553	180			MI	145	43800	
4998378	Koss	koss	US		0	America/Menominee	45.39053	-87.7065	210			MI	109	44360	
4998431	L'Anse	l-anse	US		1934	America/Detroit	46.7566	-88.45291	189		013	MI	013	45560	
4998450	LaBranche	labranche	US		0	America/Menominee	45.87746	-87.46902	288	La Branch,LaBranche		MI	109	75350	
4998452	LaFayette Landing	lafayette-landing	US		0	America/Detroit	46.79911	-89.84072	186			MI	131	13520	
4998463	Labarge	labarge	US		0	America/Detroit	42.81198	-85.48752	224	Caledonia Centre,Labarge		MI	081	12500	
4998466	Lac La Belle	lac-la-belle	US		0	America/Detroit	47.38436	-88.01872	186			MI	083	34300	
4998500	Lagoon Beach	lagoon-beach	US		0	America/Detroit	43.66113	-83.88998	178	Lagoon Beach,Lagoona Beach		MI	017	05120	
4998504	Laing	laing	US		0	America/Detroit	43.52057	-82.93383	233			MI	151	03460	
4998515	Lake Angeline	lake-angeline	US		0	America/Detroit	46.47827	-87.67597	440			MI	103	41220	
4998516	Lake Angelus	lake-angelus	US		297	America/Detroit	42.69864	-83.3166	299			MI	125	44440	
4998543	Lake Fenton	lake-fenton	US		5559	America/Detroit	42.84614	-83.70773	268			MI	049	27780	
4998552	Lake Gogebic	lake-gogebic	US		0	America/Detroit	46.57661	-89.61127	396	Ballentine,Korelock,Lake Gogebic		MI	131	07640	
4998555	Lake Huron Beach	lake-huron-beach	US		0	America/Detroit	44.23307	-83.54748	180			MI	069	00760	
4998572	Lake Margrethe	lake-margrethe	US		0	America/Detroit	44.64168	-84.77031	353			MI	039	34660	
4998574	Lake Michigan Beach	lake-michigan-beach	US		1216	America/Detroit	42.22087	-86.36947	202	Hagar Shores,Lake Michigan Beach		MI	021	35860	
4998580	Lake Mine	lake-mine	US		0	America/Detroit	46.77522	-89.04597	305			MI	131	35000	
4998588	Lake Orion Heights	lake-orion-heights	US		0	America/Detroit	42.77031	-83.26411	307			MI	125	61100	
4998599	Lake Roland	lake-roland	US		0	America/Detroit	46.88438	-88.86402	365			MI	061	25660	
4998745	Lakewood Club	lakewood-club	US		1288	America/Detroit	43.37112	-86.26034	207			MI	121	19660	
4998781	Lambs	lambs	US		0	America/Detroit	42.93281	-82.70826	221	Lamb,Lambs		MI	147	82900	
4998815	Lanewood	lanewood	US		0	America/Detroit	42.32726	-84.02245	277			MI	161	15020	
4998824	Langport	langport	US		0	America/Detroit	43.36503	-84.38971	212			MI	057	44080	
4998846	Lapeer Heights	lapeer-heights	US		0	America/Detroit	43.00864	-83.59495	237			MI	049	12060	
4998862	Larch	larch	US		0	America/Detroit	45.78969	-87.06458	184			MI	041	85240	
4998865	Larkin	larkin	US		0	America/Detroit	43.7228	-84.24722	204			MI	111	46160	
4998879	Larson Beach	larson-beach	US		0	America/Detroit	44.80085	-83.52359	221			MI	001	01040	
4998900	Lathrup Village	lathrup-village	US		4135	America/Detroit	42.49642	-83.22271	215	Lathrup,Lathrup Village		MI	125	46320	
4998921	Lavender Corner	lavender-corner	US		0	America/Detroit	46.50165	-85.93987	281			MI	153	72500	
4998924	Laurium	laurium	US		1941	America/Detroit	47.23743	-88.44317	373			MI	061	12600	
4998962	Layton Corners	layton-corners	US		0	America/Detroit	43.17586	-83.9883	203			MI	145	51060	
4998984	Leapers	leapers	US		0	America/Menominee	45.78718	-87.69457	308			MI	109	53460	
4998988	Leaton	leaton	US		0	America/Detroit	43.67003	-84.70835	226			MI	073	21680	
4999024	Leelanau Schools	leelanau-schools	US		0	America/Detroit	44.91527	-85.97092	181	Leelanau Schools,Lelanau School		MI	089	32380	
4999025	Leelanau Shores	leelanau-shores	US		0	America/Detroit	44.89222	-85.69342	188			MI	089	08440	
4999028	Leer	leer	US		0	America/Detroit	45.19779	-83.73943	250			MI	007	49360	
4999036	Leetsville	leetsville	US		0	America/Detroit	44.79334	-85.14478	324			MI	079	67180	
4999047	Legrand	legrand	US		0	America/Detroit	45.40362	-84.45031	227			MI	031	43820	
4999067	Leisure	leisure	US		0	America/Detroit	42.46947	-86.16836	209	East Casco,Leisure		MI	005	13700	
4999078	Lemon Park	lemon-park	US		0	America/Detroit	42.15227	-85.49861	260			MI	077	09920	
4999085	Lenawee Junction	lenawee-junction	US		0	America/Detroit	41.88449	-83.94383	217			MI	091	62240	
4999086	Lencel	lencel	US		0	America/Detroit	46.35028	-85.42955	221			MI	095	50440	
4999107	Leoni	leoni	US		0	America/Detroit	42.24392	-84.26912	300	Grass Lake,Leoni		MI	075	46980	
4999140	Level Park	level-park	US		0	America/Detroit	42.36032	-85.2725	252			MI	025	06720	
4999150	Lewer Pewabic	lewer-pewabic	US		0	America/Detroit	47.15159	-88.5604	340	Lewer Pewabic,Lover Pewabic		MI	061	30300	
4999173	Lexington Heights	lexington-heights	US		0	America/Detroit	43.22503	-82.52465	188			MI	151	88760	
4999181	Liberty Corners	liberty-corners	US		0	America/Detroit	41.74977	-83.58716	190			MI	115	06740	
4999192	Lickly Corners	lickly-corners	US		0	America/Detroit	41.79644	-84.45828	290	Lickly Corners,Wood's Corners		MI	059	88780	
4999214	Lilley	lilley	US		0	America/Detroit	43.77085	-85.85062	263			MI	123	47440	
4999244	Lima Center	lima-center	US		0	America/Detroit	42.29587	-83.95745	270	Lima,Lima Center,Lima Centre		MI	161	47460	
4999253	Lime Creek	lime-creek	US		0	America/Detroit	41.76561	-84.32967	258			MI	091	52820	
4999276	Liminga	liminga	US		0	America/Detroit	47.15604	-88.69818	231			MI	061	76200	
4999296	Lincoln Junction	lincoln-junction	US		0	America/Detroit	44.49251	-83.3533	188			MI	069	61340	
4999362	Linden Hills	linden-hills	US		0	America/Detroit	42.3042	-86.32475	190			MI	159	18560	
4999381	Linkville	linkville	US		0	America/Detroit	43.75807	-83.26718	195			MI	063	87960	
4999391	Linwood Beach	linwood-beach	US		0	America/Detroit	43.72391	-83.94359	178			MI	017	42360	
4999422	Liske	liske	US		0	America/Detroit	45.33418	-83.7411	228			MI	141	66460	
4999576	Little Killarney Beach	little-killarney-beach	US		0	America/Detroit	43.68419	-83.91776	180			MI	017	05120	
4999621	Little Manistee	little-manistee	US		0	America/Detroit	44.09556	-85.90924	253			MI	085	24800	
4999665	Little Paw Paw Lake	little-paw-paw-lake	US		0	America/Detroit	42.21948	-86.28391	195			MI	021	17340	
4999683	Little Point Sable	little-point-sable	US		0	America/Detroit	43.63473	-86.53758	202			MI	127	07300	
4999790	Little Venice	little-venice	US		0	America/Detroit	42.69059	-84.95583	274			MI	045	70020	
4999860	Lockwood Beach	lockwood-beach	US		0	America/Detroit	43.8428	-84.33556	207			MI	051	08360	
4999870	Locust Corners	locust-corners	US		0	America/Detroit	41.88394	-84.42023	328			MI	059	64620	
4999888	Loehme	loehme	US		0	America/Detroit	43.6903	-84.06776	187			MI	017	06540	
5000020	Long Lake Heights	long-lake-heights	US		0	America/Detroit	44.09919	-84.77447	347			MI	035	30900	
5000038	Long Rapids	long-rapids	US		0	America/Detroit	45.12584	-83.72249	219			MI	007	49360	
5000057	Longrie	longrie	US		0	America/Menominee	45.40581	-87.72511	222			MI	109	44360	
5000187	Lost Lake Woods	lost-lake-woods	US		312	America/Detroit	44.77696	-83.42442	262			MI	001	01040	
5000194	Lottivue	lottivue	US		0	America/Detroit	42.65948	-82.76186	176			MI	099	15340	
5000208	Louis Cabin Landing	louis-cabin-landing	US		0	America/Detroit	44.66502	-84.63669	335			MI	039	34660	
5000226	Lovells	lovells	US		0	America/Detroit	44.80307	-84.48197	353			MI	039	49520	
5000254	Lower Chub Landing	lower-chub-landing	US		0	America/Detroit	44.89085	-84.58447	375			MI	137	15280	
5000296	Luce	luce	US		0	America/Detroit	43.23419	-84.02997	182			MI	145	00920	
5000325	Lum	lum	US		0	America/Detroit	43.09947	-83.15105	266			MI	087	03280	
5000384	Lyon Manor	lyon-manor	US		0	America/Detroit	44.46285	-84.73068	361			MI	143	31960	
5000492	Macks Landing	macks-landing	US		0	America/Detroit	42.63141	-86.15448	187			MI	005	71720	
5000497	Madison Center	madison-center	US		0	America/Detroit	41.86005	-84.04244	238			MI	091	50540	
5000674	Mansfield Location	mansfield-location	US		0	America/Menominee	46.11912	-88.21958	409			MI	071	50860	
5000677	Mantila Camp	mantila-camp	US		0	America/Detroit	46.2069	-87.06403	294			MI	003	47540	
5000684	Maple Beach	maple-beach	US		0	America/Detroit	42.05338	-83.18687	174			MI	163	11220	
5000725	Maple Grove Corners	maple-grove-corners	US		0	America/Detroit	42.37559	-86.24392	208			MI	159	75000	
5000756	Maple Island	maple-island	US		0	America/Detroit	42.06338	-86.17724	234			MI	027	73940	
5000769	Maple Leaf	maple-leaf	US		0	America/Detroit	42.57809	-82.56963	177			MI	147	16180	
5000775	Maple Ridge	maple-ridge	US		0	America/Detroit	44.14196	-83.92749	246			MI	011	16240	
5000805	Maplehurst	maplehurst	US		0	America/Detroit	42.34782	-85.15416	258			MI	025	63440	
5000890	Marion Springs	marion-springs	US		0	America/Detroit	43.24447	-84.32721	197			MI	145	51700	
5000975	Marsh Corner	marsh-corner	US		0	America/Detroit	45.57945	-84.93506	239			MI	047	14300	
5001061	Martindale Beach	martindale-beach	US		0	America/Detroit	42.69142	-82.50741	177			MI	147	18400	
5001066	Martins Bluff	martins-bluff	US		0	America/Detroit	45.63639	-85.48814	179			MI	029	63140	
5001067	Martins Landing	martins-landing	US		0	America/Detroit	46.53632	-87.98569	474			MI	103	14540	
5001090	Mashek	mashek	US		0	America/Detroit	46.04773	-87.47152	314			MI	103	85260	
5001139	Mastodon	mastodon	US		0	America/Menominee	46.01829	-88.34875	425			MI	071	52300	
5001147	Matchwood	matchwood	US		0	America/Detroit	46.55633	-89.39626	379			MI	131	52320	
5001153	Matherton	matherton	US		0	America/Detroit	43.06837	-84.83694	199			MI	037	46580	
5001176	Maue Corners	maue-corners	US		0	America/Detroit	44.36	-86.13925	246			MI	101	06480	
5001236	McBain	mcbain	US		661	America/Detroit	44.19362	-85.21338	377			MI	113	49980	
5001238	McBride	mcbride	US		206	America/Detroit	43.3542	-85.0428	292	McBride,McBrides		MI	117	19920	
5001258	McCarron	mccarron	US		0	America/Detroit	46.33196	-84.28087	194			MI	033	11280	
5001282	McClure	mcclure	US		0	America/Detroit	44.0378	-84.42723	250			MI	051	32340	
5001296	McCords	mccords	US		0	America/Detroit	42.86753	-85.44391	236	McCord,McCords		MI	081	13660	
5001308	McComb Corner	mccomb-corner	US		0	America/Detroit	46.86604	-88.10846	251			MI	013	03660	
5001359	McFarland	mcfarland	US		0	America/Detroit	46.18023	-87.24486	332	McFarland,McFarland's Hill,McFarlands,Turin		MI	103	80780	
5001391	McGrew Junction	mcgrew-junction	US		0	America/Detroit	43.07003	-83.6769	230			MI	049	29000	
5001395	McHarg	mcharg	US		0	America/Detroit	45.03557	-83.61387	228			MI	007	87680	
5001409	McIntyre Landing	mcintyre-landing	US		0	America/Detroit	44.66501	-84.80837	347			MI	039	34660	
5001412	McIvor	mcivor	US		0	America/Detroit	44.23446	-83.68304	203			MI	069	73180	
5001424	McKeever	mckeever	US		0	America/Detroit	46.74549	-89.05264	318			MI	131	35000	
5001440	McKinley	mckinley	US		0	America/Detroit	44.64696	-83.93722	281			MI	135	53120	
5001483	McLeods Corner	mcleods-corner	US		0	America/Detroit	46.30334	-85.36343	226			MI	095	63500	
5001492	McManus Corner	mcmanus-corner	US		0	America/Detroit	44.54084	-85.45617	326			MI	055	62320	
5001499	McMillan	mcmillan	US		0	America/Detroit	46.33888	-85.68735	238			MI	095	17480	
5001501	McMillan Corner	mcmillan-corner	US		0	America/Detroit	46.31027	-85.68901	266			MI	095	44540	
5001533	McPhees Landing	mcphees-landing	US		0	America/Detroit	46.37222	-85.42011	216			MI	095	50440	
5001585	Meads Landing	meads-landing	US		0	America/Detroit	44.40668	-84.80475	348			MI	143	44400	
5001589	Meauwataka	meauwataka	US		0	America/Detroit	44.35306	-85.53978	416			MI	165	17200	
5001616	Meisenheimer Corners	meisenheimer-corners	US		0	America/Detroit	43.86278	-86.39952	213			MI	105	77220	
5001622	Melita	melita	US		0	America/Detroit	44.1128	-84.00722	254			MI	011	16240	
5001628	Melstrand	melstrand	US		0	America/Detroit	46.46301	-86.41516	283			MI	003	56220	
5001676	Menonaqua Beach	menonaqua-beach	US		0	America/Detroit	45.41529	-84.91311	185			MI	047	48080	
5001678	Mentha	mentha	US		0	America/Detroit	42.35726	-85.77474	221			MI	159	64280	
5001729	Merriweather	merriweather	US		0	America/Detroit	46.57356	-89.63571	408			MI	131	07640	
5001734	Merson	merson	US		0	America/Detroit	42.43476	-85.86613	232			MI	005	80620	
5001767	Metropolitan	metropolitan	US		0	America/Menominee	45.99467	-87.89402	381			MI	043	27660	
5001779	Meyers Beach	meyers-beach	US		0	America/Detroit	43.80724	-83.92554	178			MI	017	30400	
5001787	Miami Park	miami-park	US		0	America/Detroit	42.46531	-86.25003	206	Miami Park,Miami Park Beach,Miomi Park Beach		MI	005	13700	
5001792	Michelson	michelson	US		0	America/Detroit	44.3789	-84.84281	347			MI	143	44400	
5001794	Michiana	michiana	US		183	America/Detroit	41.76421	-86.81336	185	Michiana,Michiana Shores		MI	021	57230	
5001838	Michillinda	michillinda	US		0	America/Detroit	43.35057	-86.4134	180			MI	121	30980	
5001840	Michiwaukee Shores	michiwaukee-shores	US		0	America/Detroit	45.95108	-86.35514	188			MI	153	79580	
5002000	Mill Mine Junction	mill-mine-junction	US		0	America/Detroit	47.08465	-88.65207	341			MI	061	00320	
5002027	Millburg	millburg	US		0	America/Detroit	42.12282	-86.34169	211	Milburg,Millburg,Millburgh		MI	021	07400	
5002029	Millecoquins	millecoquins	US		0	America/Detroit	46.13527	-85.5076	190	Millecoquins,Millecoquins Lake,Resort		MI	097	31620	
5002093	Millett	millett	US		0	America/Detroit	42.70004	-84.62137	265			MI	045	21520	
5002094	Milleville Beach	milleville-beach	US		0	America/Detroit	42.04949	-83.18687	175			MI	163	11220	
5002095	Millgrove	millgrove	US		0	America/Detroit	42.5667	-85.89864	212	Mill Grove,Millgrove		MI	005	81580	
5002132	Milwood	milwood	US		0	America/Detroit	42.25921	-85.56556	262			MI	077	42160	
5002137	Minards Mill	minards-mill	US		0	America/Detroit	42.33754	-84.54691	286	Minard,Minard Mills,Minards Mill		MI	075	79980	
5002153	Mineral Hills, Iron River	mineral-hills-iron-river	US		219	America/Menominee	46.11231	-88.64688	487			MI	071	40980	
5002194	Minor Beach	minor-beach	US		0	America/Detroit	45.95414	-86.32459	189			MI	153	79580	
5002232	Missaukee Junction	missaukee-junction	US		0	America/Detroit	44.3089	-85.4145	408			MI	165	36600	
5002283	Mizpah Park	mizpah-park	US		0	America/Detroit	42.16254	-86.43613	215			MI	021	35860	
5002295	Moddersville	moddersville	US		0	America/Detroit	44.22029	-84.95253	359			MI	113	38620	
5002318	Moltke	moltke	US		0	America/Detroit	45.40001	-83.9275	278			MI	141	54860	
5002342	Monongahela Location	monongahela-location	US		0	America/Menominee	46.0869	-88.37152	467			MI	071	19150	
5002385	Monterey Center	monterey-center	US		0	America/Detroit	42.63836	-85.83975	274			MI	005	55200	
5002451	Moore Park	moore-park	US		0	America/Detroit	42.01394	-85.63555	253			MI	149	62480	
5002497	Morey	morey	US		0	America/Detroit	44.42529	-85.21699	370			MI	113	64460	
5002507	Morgan Corners	morgan-corners	US		0	America/Detroit	42.23115	-85.20249	288			MI	025	47060	
5002508	Morgan Corners	morgan-corners	US		0	America/Detroit	42.35532	-85.18166	271			MI	025	06720	
5002536	Morres Junction	morres-junction	US		0	America/Detroit	44.01169	-84.09555	228	Moores Junction,Morres Junction		MI	011	00280	
5002574	Morseville	morseville	US		0	America/Detroit	43.23641	-83.86608	190			MI	145	79100	
5002661	Mount Forest	mount-forest	US		0	America/Detroit	43.88724	-84.11416	211			MI	017	55920	
5002990	Le Lac Appelle	le-lac-appelle	US		0	America/Detroit	42.27809	-86.30141	196			MI	159	18560	
5003026	Muirs	muirs	US		0	America/Detroit	42.55642	-82.58713	176			MI	147	16180	
5003088	Munuscong	munuscong	US		0	America/Detroit	46.2453	-84.18503	179			MI	033	11280	
5003093	Munising Junction	munising-junction	US		0	America/Detroit	46.37911	-86.71016	244			MI	003	04460	
5003140	Muskegon Heights	muskegon-heights	US		10796	America/Detroit	43.20113	-86.23895	191			MI	121	56360	
5003179	Muttonville	muttonville	US		0	America/Detroit	42.79642	-82.7352	213			MI	099	68380	
5003194	Myren	myren	US		0	America/Detroit	46.42607	-86.42738	270			MI	003	56220	
5003208	Nahma Junction	nahma-junction	US		0	America/Detroit	45.89719	-86.70848	189			MI	041	56500	
5003216	Naomi	naomi	US		0	America/Detroit	42.04282	-86.27113	217			MI	021	64480	
5003230	Narenta	narenta	US		0	America/Detroit	45.72636	-87.24263	213			MI	041	29380	
5003245	Natalie	natalie	US		0	America/Detroit	46.34694	-85.57762	219			MI	095	50440	
5003247	Nathan	nathan	US		0	America/Menominee	45.57913	-87.70706	251			MI	109	38760	
5003276	Naults	naults	US		0	America/Menominee	45.99162	-88.39402	412			MI	071	52300	
5003289	Neeley	neeley	US		0	America/Detroit	42.50004	-85.55446	242			MI	005	35720	
5003311	Nellsville	nellsville	US		0	America/Detroit	44.33585	-84.81336	350			MI	143	44400	
5003341	Nepco Camp Number 7	nepco-camp-number-7	US		0	America/Detroit	47.40325	-88.14455	340			MI	083	23620	
5003348	Nessen City	nessen-city	US		97	America/Detroit	44.52	-85.87814	261			MI	019	17120	
5003356	Nestoria	nestoria	US		0	America/Detroit	46.57021	-88.26375	502	Nestoria,Nestovial		MI	013	18600	
5003373	New Bristol Location	new-bristol-location	US		0	America/Menominee	46.1044	-88.38652	421			MI	071	19150	
5003378	New Dalton	new-dalton	US		0	America/Detroit	46.39188	-87.19987	257			MI	103	74110	
5003381	New Greenleaf	new-greenleaf	US		0	America/Detroit	43.66168	-83.07828	229			MI	151	35020	
5003385	New Haven Center	new-haven-center	US		0	America/Detroit	43.24892	-84.77723	236			MI	057	57360	
5003413	New Swanzy	new-swanzy	US		0	America/Detroit	46.27744	-87.42597	338			MI	103	29720	
5003496	Nicholsville	nicholsville	US		0	America/Detroit	42.04366	-85.89612	268	Georgetown,Nicholsville		MI	027	82580	
5003523	Nine Mile	nine-mile	US		0	America/Detroit	43.87669	-84.06527	196			MI	017	55920	
5003541	Nirvana	nirvana	US		0	America/Detroit	43.90251	-85.712	296			MI	085	15100	
5003569	Nomad	nomad	US		0	America/Detroit	45.595	-85.51508	182			MI	029	63140	
5003570	Nonesuch	nonesuch	US		0	America/Detroit	46.75523	-89.6196	282			MI	131	13520	
5003572	Noordeloos	noordeloos	US		0	America/Detroit	42.84141	-86.05837	203			MI	139	38660	
5003583	Norrie	norrie	US		0	America/Menominee	46.44634	-90.16295	484			MI	053	41060	
5003597	North Arms	north-arms	US		0	America/Detroit	44.97112	-85.23145	182			MI	009	29600	
5003598	North Aurelius	north-aurelius	US		0	America/Detroit	42.58198	-84.54303	279			MI	065	04240	
5003612	North Bessemer	north-bessemer	US		0	America/Menominee	46.50939	-90.06628	360			MI	053	41080	
5003614	North Blendon	north-blendon	US		0	America/Detroit	42.92891	-85.96226	192			MI	139	08940	
5003616	North Bradley	north-bradley	US		0	America/Detroit	43.71142	-84.49001	204			MI	111	31820	
5003710	North Byron	north-byron	US		0	America/Detroit	42.84503	-85.73281	211			MI	081	12240	
5003733	North Dorr	north-dorr	US		0	America/Detroit	42.76864	-85.76197	229			MI	081	12240	
5003742	North Epworth	north-epworth	US		0	America/Detroit	43.97806	-86.46675	184			MI	105	63600	
5003743	North Escanaba	north-escanaba	US		0	America/Detroit	45.76469	-87.0743	190			MI	041	26360	
5003751	North Farmington	north-farmington	US		0	America/Detroit	42.52781	-83.37966	281			MI	125	27440	
5003765	North Ironwood	north-ironwood	US		0	America/Menominee	46.51078	-90.15545	363			MI	053	41080	
5003790	North Lakeport	north-lakeport	US		0	America/Detroit	43.13725	-82.49687	183			MI	147	12020	
5003794	North Leslie	north-leslie	US		0	America/Detroit	42.48059	-84.44414	310			MI	065	47200	
5003800	North Manitou	north-manitou	US		0	America/Detroit	45.12026	-85.97926	184			MI	089	46820	
5003810	North Morenci	north-morenci	US		0	America/Detroit	41.76366	-84.22356	243			MI	091	72440	
5003811	North Muskegon	north-muskegon	US		3779	America/Detroit	43.25613	-86.26756	189			MI	121	58640	
5003825	North Paynesville	north-paynesville	US		0	America/Detroit	46.56411	-89.1157	352			MI	131	76180	
5003910	North Wheeler	north-wheeler	US		0	America/Detroit	43.46614	-84.42861	213			MI	057	86620	
5003911	North Williams	north-williams	US		0	America/Detroit	43.63975	-84.08887	185			MI	017	87380	
5003936	Northland	northland	US		0	America/Detroit	46.07301	-87.59569	359			MI	103	85260	
5003952	Northview	northview	US		14541	America/Detroit	43.04558	-85.60059	227			MI	081	64660	
5004005	Norton Shores	norton-shores	US		24208	America/Detroit	43.1689	-86.26395	187	Norton Shorehs,Norton Shors,Nortun Shors,nwrtwn shwrz,swahl nwrtwn  myshygan,Нортон Шорс,Нортон Шорэс,Нортън Шорс,سواحل نورتون، میشیگان,نورتون شورز		MI	121	59140	
5004034	Norwayne	norwayne	US		0	America/Detroit	42.29782	-83.38799	204			MI	163	86000	
5004056	Notten	notten	US		0	America/Detroit	42.27865	-84.12328	308			MI	161	77800	
5004123	O'Neil	o-neil	US		0	America/Detroit	44.6414	-85.07394	339			MI	079	60540	
5004194	Oak Point	oak-point	US		0	America/Detroit	42.19282	-84.25579	290			MI	075	56640	
5004204	Oak Shade Park	oak-shade-park	US		0	America/Detroit	42.06838	-84.1605	297			MI	091	12720	
5004205	Oak Wood Shores	oak-wood-shores	US		0	America/Detroit	44.21168	-83.55359	180			MI	069	00760	
5004235	Oaklawn Beechwood	oaklawn-beechwood	US		0	America/Detroit	42.80502	-86.11449	185			MI	139	38660	
5004243	Oakley Park	oakley-park	US		0	America/Detroit	42.56892	-83.49661	285			MI	125	17640	
5004289	Oberlin (historical)	oberlin-historical	US		0	America/Detroit	44.69305	-86.2201	185			MI	019	44240	
5004304	Ocqueoc	ocqueoc	US		0	America/Detroit	45.40835	-84.09001	234			MI	141	60160	
5004319	Ogden Center	ogden-center	US		0	America/Detroit	41.77199	-83.95967	216			MI	091	60260	
5004328	Odgers Location	odgers-location	US		0	America/Menominee	46.09745	-88.34902	450			MI	071	19150	
5004341	Ogemaw Springs	ogemaw-springs	US		0	America/Detroit	44.30363	-84.29251	343			MI	129	60300	
5004346	Ogontz	ogontz	US		0	America/Detroit	45.8683	-86.79097	188			MI	041	26140	
5004355	Ojibway	ojibway	US		0	America/Detroit	47.33936	-88.32789	329			MI	083	01520	
5004409	Old Mill Gardens	old-mill-gardens	US		0	America/Detroit	42.2681	-85.19888	284			MI	025	05920	
5004420	Old Saugatuck	old-saugatuck	US		0	America/Detroit	42.66641	-86.21282	180			MI	005		
5004422	Old Squaw Skin Landing	old-squaw-skin-landing	US		0	America/Detroit	42.64142	-86.0692	179			MI	005	50840	
5004428	Old Victoria Historic Townsite	old-victoria-historic-townsite	US		0	America/Detroit	46.70772	-89.22653	284			MI	131	69140	
5004431	Oldport	oldport	US		0	America/Detroit	41.99477	-83.2866	176	Oak Port,Oldport		MI	115	07720	
5004439	Olive Center	olive-center	US		0	America/Detroit	42.91419	-86.08143	192			MI	139	60460	
5004453	Olivers	olivers	US		0	America/Detroit	43.88252	-85.58227	367			MI	085	14880	
5004458	Olney Corners	olney-corners	US		0	America/Detroit	43.12808	-84.3447	216			MI	155	27040	
5004462	Olson	olson	US		0	America/Detroit	43.62558	-84.42917	198			MI	111	46640	
5004500	Onekama Junction	onekama-junction	US		0	America/Detroit	44.33695	-86.20259	226			MI	101	50740	
5004516	Onota	onota	US		0	America/Detroit	46.47105	-86.99598	236			MI	003	60820	
5004540	Orchard Beach	orchard-beach	US		0	America/Detroit	45.55696	-84.46448	182			MI	031	07420	
5004551	Orchard Lake	orchard-lake	US		2245	America/Detroit	42.58309	-83.35938	292	Orchard Lake,Orchard Lake Village		MI	125	61020	
5004557	Orchard Point	orchard-point	US		0	America/Detroit	45.21585	-83.49498	201			MI	141	66340	
5004634	Oskar	oskar	US		0	America/Detroit	47.17465	-88.64846	186	Oscar,Oskar		MI	061	76200	
5004642	Ossawinamakee Beach	ossawinamakee-beach	US		0	America/Detroit	45.99803	-86.29376	193	Hoveys Beach,Ossawinamakee Beach		MI	153	37940	
5004663	Otsego Lake	otsego-lake	US		0	America/Detroit	44.91696	-84.69253	395			MI	137	61680	
5004678	Ottawa Center	ottawa-center	US		0	America/Detroit	43.02947	-86.03116	195			MI	139	18800	
5004763	Overisel	overisel	US		0	America/Detroit	42.72836	-86.00976	213	Overeisel,Overisel		MI	005	61820	
5004308	Oden	oden	US	49764	363	America/Detroit	45.42362	-84.8281	189			MI	047	48020	
5004813	Oxbow Park	oxbow-park	US		0	America/Detroit	43.50725	-85.60199	258			MI	123	08280	
5004837	Paavola	paavola	US		0	America/Detroit	47.1502	-88.54429	343			MI	061	30300	
5004840	Packard	packard	US		0	America/Detroit	42.68226	-84.60304	268			MI	065	46000	
5004858	Paines	paines	US		0	America/Detroit	43.39975	-84.03887	181			MI	145	41480	
5004863	Paint Creek	paint-creek	US		0	America/Detroit	42.15754	-83.5816	209			MI	161	04180	
5004961	Parchment	parchment	US		1848	America/Detroit	42.3281	-85.56973	236			MI	077	62340	
5004970	Parishfield	parishfield	US		0	America/Detroit	42.4967	-83.82994	307			MI	093	36100	
5004971	Parisville	parisville	US		0	America/Detroit	43.7139	-82.79938	242			MI	063	62360	
5004979	Park Lake	park-lake	US		0	America/Detroit	44.14585	-85.20615	375			MI	133	51680	
5005005	Parkers Corners	parkers-corners	US		0	America/Detroit	42.56809	-84.11329	291	Iosco,Parkers Corners		MI	093	40900	
5005008	Parkington	parkington	US		0	America/Detroit	46.01109	-85.94734	198			MI	153	56060	
5005048	Parshallburg	parshallburg	US		0	America/Detroit	43.14642	-84.13609	204			MI	145	15160	
5005049	Parshallville	parshallville	US		0	America/Detroit	42.69197	-83.78217	280			MI	093	37040	
5005054	Partello	partello	US		0	America/Detroit	42.40448	-84.84776	296			MI	025	46620	
5005075	Patons Corner	patons-corner	US		0	America/Detroit	45.47168	-84.9945	245			MI	047	86300	
5005080	Patrick Landing	patrick-landing	US		0	America/Detroit	45.98474	-84.37725	188			MI	097	16060	
5005092	Patterson Gardens	patterson-gardens	US		0	America/Detroit	41.91838	-83.43049	184			MI	115	55040	
5005123	Pavillion Center	pavillion-center	US		0	America/Detroit	42.20088	-85.48194	266			MI	077	62960	
5005124	Pavlovic Corner	pavlovic-corner	US		0	America/Detroit	44.56889	-85.75341	326	Pavlovic Corner,Pavolic Corner		MI	055	34240	
5005128	Paw Paw Lake	paw-paw-lake	US		3511	America/Detroit	42.21226	-86.27197	199			MI	021	17340	
5005136	Payment	payment	US		0	America/Detroit	46.5303	-84.1403	179			MI	033	77020	
5005164	Peacock	peacock	US		0	America/Detroit	44.04612	-85.88868	264			MI	085	63120	
5005177	Pearl Beach	pearl-beach	US		0	America/Detroit	41.82422	-84.98635	302			MI	023	61840	
5005178	Pearl Beach	pearl-beach	US		2829	America/Detroit	42.6267	-82.59769	176			MI	147	16180	
5005180	Pearl Grange	pearl-grange	US		0	America/Detroit	42.09115	-86.35891	212			MI	021	07400	
5005187	Pearline	pearline	US		0	America/Detroit	42.97225	-85.92421	201	East Allendale,Pearline		MI	139	01360	
5005188	Pearll City	pearll-city	US		0	America/Detroit	44.98196	-84.68364	390			MI	137	04780	
5005199	Peatville	peatville	US		0	America/Detroit	43.63779	-82.81744	238			MI	151	54540	
5005261	Pemberthy Crossing	pemberthy-crossing	US		0	America/Detroit	44.63279	-84.90837	332			MI	079	06440	
5005287	Pennellwood	pennellwood	US		0	America/Detroit	41.92588	-86.33474	204			MI	021	07820	
5005288	Pennfield	pennfield	US		0	America/Detroit	42.37337	-85.10249	256	Penfield,Pennfield		MI	025	63440	
5005316	Pentoga	pentoga	US		0	America/Menominee	46.00301	-88.49458	429			MI	071	76080	
5005325	Pequaming	pequaming	US		0	America/Detroit	46.85187	-88.40041	190			MI	013	45560	
5005370	Perch Point	perch-point	US		0	America/Detroit	42.66503	-82.62019	176			MI	147	16180	
5005373	Pere Cheney	pere-cheney	US		0	America/Detroit	44.57752	-84.6378	366			MI	039	06600	
5005412	Perry Lake Heights	perry-lake-heights	US		0	America/Detroit	42.82781	-83.40105	314			MI	125	10040	
5005428	Peshawbestown	peshawbestown	US		0	America/Detroit	45.02417	-85.60092	186			MI	089	77620	
5005440	Peters	peters	US		0	America/Detroit	42.74448	-82.63158	190			MI	147	13720	
5005452	Petersburg Junction	petersburg-junction	US		0	America/Detroit	41.88532	-83.70244	208			MI	115	77140	
5005489	Petrieville	petrieville	US		0	America/Detroit	42.53559	-84.62137	268			MI	045	24560	
5005502	Pettysville	pettysville	US		0	America/Detroit	42.47531	-83.86939	267			MI	093	36100	
5005505	Pewabic	pewabic	US		0	America/Detroit	47.13993	-88.56318	344			MI	061	30300	
5005606	Pier Cove	pier-cove	US		0	America/Detroit	42.58586	-86.22615	180			MI	005	31360	
5005628	Pierport	pierport	US		0	America/Detroit	44.42667	-86.24009	193			MI	101	60760	
5005720	Pine Creek	pine-creek	US		0	America/Detroit	42.1656	-85.2561	283			MI	025	47060	
5005730	Pine Creek	pine-creek	US		0	America/Detroit	42.8278	-86.13754	189			MI	139	38660	
5005740	Pine Grove Beach	pine-grove-beach	US		0	America/Detroit	43.82196	-85.96201	255			MI	085	44320	
5005765	Pine Hill (historical)	pine-hill-historical	US		0	America/Detroit	43.35836	-82.54048	194	Pine Hill (historical),Sanilac Center,Sanilac Mills		MI	151	71580	
5005840	Pine Run	pine-run	US		0	America/Detroit	43.1778	-83.71413	221			MI	049	82380	
5005846	Pine Stump Junction	pine-stump-junction	US		0	America/Detroit	46.56917	-85.59152	230			MI	095	50440	
5005850	Pine Wood Park	pine-wood-park	US		0	America/Detroit	44.16113	-83.56803	183			MI	011	87080	
5005863	Piney Ridge	piney-ridge	US		0	America/Detroit	44.01528	-86.47175	186			MI	105	36220	
5005874	Pinnebog	pinnebog	US		0	America/Detroit	43.93529	-83.10384	187			MI	063	52600	
5005917	Pisgah Heights	pisgah-heights	US		0	America/Detroit	44.09446	-85.22615	359			MI	133	38100	
5005960	Planter	planter	US		0	America/Menominee	46.51106	-89.97378	379			MI	053	82800	
5006074	Podunk	podunk	US		0	America/Detroit	44.0528	-84.56585	271			MI	051	70500	
5006077	Podunk	podunk	US		0	America/Detroit	42.60892	-85.35834	277			MI	015	70420	
5006088	Pogy	pogy	US		0	America/Detroit	43.79891	-85.34449	351			MI	107	34340	
5006095	Point Lakeview	point-lakeview	US		0	America/Detroit	42.65587	-82.77908	176			MI	099	15340	
5006098	Point Mills	point-mills	US		0	America/Detroit	47.09493	-88.47068	220			MI	061	80120	
5006101	Point Nipigon	point-nipigon	US		0	America/Detroit	45.70835	-84.56671	182	Point Nip-i-gon,Point Nipigon		MI	031	06500	
5006113	Pointe aux Barques	pointe-aux-barques	US		0	America/Detroit	44.06307	-82.95828	180			MI	063	65180	
5006116	Pointe aux Chenes	pointe-aux-chenes	US		0	America/Detroit	42.61087	-82.53935	177	Point aux Chenes		MI	147	01180	
5006121	Pointe aux Tremble	pointe-aux-tremble	US		0	America/Detroit	42.62142	-82.57102	177			MI	147	16180	
5006123	Pokagon	pokagon	US		0	America/Detroit	41.91255	-86.1764	225	Pocagon,Pokagon		MI	027	65300	
5006125	Pointe aux Peaux	pointe-aux-peaux	US		0	America/Detroit	41.94505	-83.2541	176	Point aux Peaux,Pointe Aux Peaux,Pointe aux Peaux,Pointe aux Peaux Farms		MI	115	30820	
5006129	Polaski	polaski	US		0	America/Detroit	45.23362	-83.65832	228	Polaski,Pulaski		MI	141	66020	
5006162	Ponshewaing	ponshewaing	US		69	America/Detroit	45.42112	-84.80338	186			MI	047	48020	
5006165	Pontchartrain Shores	pontchartrain-shores	US		0	America/Detroit	46.02946	-84.59171	180			MI	097	51880	
5006199	Popple	popple	US		0	America/Detroit	43.77113	-83.09606	226			MI	063	17140	
5006216	Pori	pori	US		0	America/Detroit	46.67966	-88.96014	354			MI	061	44220	
5006228	Port Crescent	port-crescent	US		0	America/Detroit	44.00196	-83.05523	181			MI	063	39960	
5006231	Port Dolomite	port-dolomite	US		0	America/Detroit	45.98474	-84.27503	183			MI	097	16060	
5006241	Port Inland	port-inland	US		0	America/Detroit	45.97082	-85.87233	185	Inland,Port Inland		MI	153	56060	
5006243	Port Oneida	port-oneida	US		0	America/Detroit	44.94777	-85.94565	190			MI	089	32380	
5006246	Port Sheldon	port-sheldon	US		0	America/Detroit	42.89947	-86.19977	179			MI	139	65940	
5006261	Portage Entry	portage-entry	US		0	America/Detroit	46.98215	-88.44068	186			MI	061	14920	
5006490	Preston Corners	preston-corners	US		0	America/Detroit	42.69948	-82.99576	197			MI	099	72820	
5006510	Pries Landing	pries-landing	US		0	America/Detroit	45.68557	-84.53698	184			MI	031	06500	
5006622	Quanicassee	quanicassee	US		0	America/Detroit	43.58335	-83.6808	177			MI	157	88080	
5006649	Quincy Mill	quincy-mill	US		0	America/Detroit	47.14798	-88.45873	192			MI	061	61260	
5006663	Qumby	qumby	US		0	America/Detroit	42.61031	-85.22778	247			MI	015	37140	
5006669	Rabbit Bay	rabbit-bay	US		0	America/Detroit	47.06354	-88.3554	185			MI	061	80120	
5006682	Raco	raco	US		0	America/Detroit	46.37557	-84.72284	255			MI	033	77540	
5006685	Racy	racy	US		0	America/Detroit	43.19503	-84.30609	195			MI	145	14660	
5006693	Raber	raber	US		0	America/Detroit	46.08919	-84.0714	182			MI	033	66760	
5006700	Rainbow Bend	rainbow-bend	US		0	America/Detroit	44.12863	-84.9217	334			MI	035	77120	
5006716	Rainy Beach	rainy-beach	US		0	America/Detroit	45.45057	-84.21529	188			MI	141	57940	
5006721	Raisin Center	raisin-center	US		0	America/Detroit	41.92894	-83.95328	234			MI	091	66840	
5006733	Ramona Park	ramona-park	US		0	America/Detroit	45.42584	-84.94505	181			MI	047	48080	
5006735	Ramona Park	ramona-park	US		0	America/Detroit	42.18977	-85.54111	264			MI	077	65560	
5006756	Randville	randville	US		0	America/Menominee	45.99162	-88.05708	384			MI	043	70600	
5006789	Rapson	rapson	US		0	America/Detroit	43.85612	-82.88244	222			MI	063	09060	
5006792	Rasmus	rasmus	US		0	America/Detroit	44.63001	-84.77503	364			MI	039	34660	
5006806	Rathbone	rathbone	US		0	America/Detroit	43.33586	-84.42972	215			MI	057	44080	
5006808	Rattle Run	rattle-run	US		0	America/Detroit	42.86642	-82.59964	192			MI	147	70700	
5006829	Ray Center	ray-center	US		0	America/Detroit	42.7617	-82.90132	195			MI	099	67420	
5006832	Rawsonville	rawsonville	US		0	America/Detroit	42.21532	-83.5516	217			MI	161	89160	
5006847	Reade	reade	US		0	America/Detroit	46.05967	-87.5618	334			MI	103	85260	
5006892	Red Park	red-park	US		0	America/Detroit	44.35195	-86.24287	178			MI	101	60760	
5006931	Redman	redman	US		0	America/Detroit	43.92918	-82.83411	217			MI	063	09060	
5006936	Redridge	redridge	US		0	America/Detroit	47.15048	-88.76235	209			MI	061	76200	
5006967	Reeman	reeman	US		0	America/Detroit	43.44502	-86.00867	232			MI	123	73120	
5007037	Rexton	rexton	US		0	America/Detroit	46.15862	-85.24008	261			MI	097	39760	
5007059	Rice Creek	rice-creek	US		0	America/Detroit	42.33448	-84.82859	299			MI	025	15960	
5007106	Richardsons Mill	richardsons-mill	US		0	America/Detroit	46.01914	-86.38654	189			MI	153	79580	
5007109	Richfield Center	richfield-center	US		0	America/Detroit	43.0928	-83.51829	239			MI	049	68180	
5007119	Richland Junction	richland-junction	US		0	America/Detroit	42.40115	-85.49695	281	Richland Junction,Spring Brook Station		MI	077	68260	
5007189	Riggsville	riggsville	US		0	America/Detroit	45.57001	-84.6106	227			MI	031	56280	
5007194	Riley Center	riley-center	US		0	America/Detroit	42.94086	-82.84159	238			MI	147	68620	
5007243	River Raisin	river-raisin	US		0	America/Detroit	42.1181	-83.97911	264			MI	161	10560	
5007260	Riverland	riverland	US		0	America/Detroit	45.79663	-87.2268	221			MI	041	85240	
5007339	Roaring Brook	roaring-brook	US		0	America/Detroit	45.42862	-84.94589	206			MI	047	48080	
5007358	Roberts Corner	roberts-corner	US		0	America/Detroit	46.30333	-85.48872	265	Roberts Corner,Roberts Corners		MI	095	63500	
5007364	Roberts Landing	roberts-landing	US		0	America/Detroit	42.65976	-82.51574	177			MI	147	18400	
5007402	Rochester Hills	rochester-hills	US		73424	America/Detroit	42.65837	-83.14993	251			MI	125	69035	
5007426	Rock Harbor Lodge	rock-harbor-lodge	US		0	America/Detroit	48.14571	-88.48368	185	Rock Harbor,Rock Harbor Lodge		MI	083	39380	
5007444	Rockview	rockview	US		0	America/Detroit	46.08585	-84.36281	261			MI	033	63980	
5007480	Rogers Corner	rogers-corner	US		0	America/Detroit	42.23893	-83.97411	290			MI	161	30520	
5007487	Rogers Location	rogers-location	US		0	America/Menominee	46.10606	-88.58486	494			MI	071	05860	
5007502	Rolland Center	rolland-center	US		0	America/Detroit	43.5242	-84.99613	280			MI	073	69300	
5007504	Rollin	rollin	US		0	America/Detroit	41.91199	-84.32356	299			MI	091	69340	
5007522	Rome Center	rome-center	US		0	America/Detroit	41.94366	-84.18772	277			MI	091	69360	
5007534	Rondo	rondo	US		0	America/Detroit	45.31668	-84.62448	220			MI	031	53100	
5007548	Roosevelt Park	roosevelt-park	US		3821	America/Detroit	43.1964	-86.27228	189			MI	121	69520	
5007580	Roots	roots	US		0	America/Detroit	42.33559	-84.32218	284			MI	075	37700	
5007599	Rose Corners	rose-corners	US		0	America/Detroit	42.73947	-83.66661	311			MI	125	69580	
5007608	Rose Island	rose-island	US		0	America/Detroit	43.78279	-83.43135	178			MI	063	27120	
5007681	Rosy Mound	rosy-mound	US		0	America/Detroit	43.03002	-86.22283	187			MI	139	33360	
5007695	Roulo	roulo	US		0	America/Detroit	42.19004	-83.48327	206			MI	163	81660	
5007793	Rowes Corner	rowes-corner	US		0	America/Detroit	42.19171	-84.03272	305			MI	161	72760	
5007805	Royal Oak Beach	royal-oak-beach	US		0	America/Detroit	45.49196	-84.57782	186			MI	031	56100	
5007826	Rudds Mill	rudds-mill	US		0	America/Detroit	42.76781	-83.21827	287			MI	125	61100	
5007869	Rushton	rushton	US		0	America/Detroit	42.45198	-83.69605	272			MI	093	35060	
5007885	Rust	rust	US		0	America/Detroit	44.98668	-83.94861	251			MI	119	70380	
5007893	Rustford	rustford	US		0	America/Detroit	43.51253	-85.34281	288			MI	107	21240	
5007933	Sac Bay	sac-bay	US		0	America/Detroit	45.64998	-86.6918	187	Sac Bay,Sack Bay		MI	041	26960	
5007975	Saganing	saganing	US		0	America/Detroit	43.92891	-83.91027	180			MI	011	76140	
5008120	Saint Clair Haven	saint-clair-haven	US		0	America/Detroit	42.58337	-82.79019	176	Clair Haven,Saint Clair Haven,St. Clair Haven		MI	099	36820	
5008219	Saint Huberts	saint-huberts	US		0	America/Detroit	43.54251	-86.08506	206			MI	127	35160	
5008235	Saint Jacques	saint-jacques	US		0	America/Detroit	45.89525	-86.74264	199			MI	041	56500	
5008572	Saint Nicholas	saint-nicholas	US		0	America/Detroit	45.98551	-87.2268	260			MI	041	51260	
5008778	Salmon Trout	salmon-trout	US		0	America/Detroit	47.11048	-88.7404	240			MI	061	76200	
5008802	Salva	salva	US		0	America/Detroit	45.88774	-87.20458	240			MI	041	18280	
5008885	Sand River	sand-river	US		0	America/Detroit	46.49049	-87.1157	192			MI	003	60820	
5008902	Sands	sands	US		0	America/Detroit	46.42077	-87.40681	366			MI	103	71460	
5008924	Sandy Beach	sandy-beach	US		0	America/Detroit	42.05115	-86.18835	242			MI	027	73940	
5008925	Sandy Beach	sandy-beach	US		0	America/Detroit	41.80811	-85.53054	247			MI	149	86940	
5008959	Sans Souci	sans-souci	US		0	America/Detroit	42.5792	-82.56407	175	Harsens Island,Sans Souci		MI	147	16180	
5008960	Sans Souci Beach	sans-souci-beach	US		0	America/Detroit	41.8306	-84.96996	306	San Souci Beach,Sans Souci Beach		MI	023	61840	
5009004	Sault Ste. Marie	sault-ste-marie	US		13827	America/Detroit	46.4953	-84.34532	188	SSM,Saint Marys Falls,Sault Marija,Sault Sainte Marie,Sault Sainte-Marie,Sault Ste. Marie,Sault de Sainte Marie,Su Sent Meri,Su-Sent-Mari,su sheng ma li,suseinteumali,susentomari,swlt sant mary,Саулт Мария,Су Сент Мери,Су-Сент-Мари,سولت سانت ماري,スーセントマリー,蘇聖瑪麗,수세인트마리	033	MI	033		
5009070	Schaffer	schaffer	US		0	America/Detroit	45.76108	-87.29874	238			MI	041	05420	
5009102	Schmidt Corner	schmidt-corner	US		0	America/Detroit	47.15576	-88.6429	216			MI	061	76200	
5009123	Schomberg	schomberg	US		0	America/Detroit	44.92139	-85.77397	234			MI	089	14340	
5009209	Schultz	schultz	US		0	America/Detroit	42.58059	-85.3464	286	Schultz,Shultz		MI	015	39120	
5009234	Scofield	scofield	US		0	America/Detroit	42.02143	-83.48188	192			MI	115	26880	
5009254	Scott Lake	scott-lake	US		0	America/Menominee	46.0219	-88.5768	440			MI	071	76080	
5009314	Sebewa Corners	sebewa-corners	US		0	America/Detroit	42.79948	-84.95583	251			MI	067	19720	
5009322	Sebille Manor	sebille-manor	US		0	America/Detroit	42.66114	-82.81214	179			MI	099	15340	
5009342	Secord	secord	US		0	America/Detroit	44.0153	-84.34778	224			MI	051	72240	
5009372	Seewhy	seewhy	US		0	America/Detroit	46.35279	-85.09481	220			MI	033	15560	
5009374	Segwun	segwun	US		0	America/Detroit	42.92392	-85.34279	195			MI	081	49560	
5009378	Seidlers	seidlers	US		0	America/Detroit	43.6828	-84.08776	185			MI	017	06540	
5009411	Senter	senter	US		0	America/Detroit	47.10548	-88.43568	214			MI	061	80120	
5009419	Sethton	sethton	US		0	America/Detroit	43.21976	-84.77751	230			MI	057	57360	
5009425	Seven Harbors	seven-harbors	US		0	America/Detroit	42.67197	-83.57217	311			MI	125	38080	
5009482	Shady Shores	shady-shores	US		0	America/Detroit	44.40641	-83.97444	287			MI	129	38300	
5009489	Shafer Location	shafer-location	US		0	America/Menominee	46.08495	-88.35736	450			MI	071	19150	
5009509	Shallows	shallows	US		0	America/Detroit	46.47474	-84.44421	187			MI	033		
5009517	Shanghai Corners	shanghai-corners	US		0	America/Detroit	42.03338	-86.32835	216			MI	021	64480	
5009529	Sharon Hollow	sharon-hollow	US		0	America/Detroit	42.17873	-84.09644	284			MI	161	72760	
5009540	Sharps Corners	sharps-corners	US		0	America/Detroit	44.42113	-84.68364	361			MI	143	51780	
5009546	Shattuckville	shattuckville	US		0	America/Detroit	43.45197	-84.05137	183			MI	145	70540	
5009571	Shaytown	shaytown	US		0	America/Detroit	42.7042	-84.97611	263			MI	045	77440	
5009609	Shelldrake	shelldrake	US		0	America/Detroit	46.6778	-85.0337	185			MI	033	86700	
5009657	Sherman City	sherman-city	US		0	America/Detroit	43.72669	-85.07725	292			MI	073	17060	
5009667	Sherman Park	sherman-park	US		0	America/Detroit	42.49198	-86.08197	203			MI	005	46600	
5009716	Shiawasseetown	shiawasseetown	US		0	America/Detroit	42.92947	-84.07941	252			MI	155	73520	
5009768	Shorecrest	shorecrest	US		0	America/Detroit	42.50642	-86.24448	200			MI	005	31360	
5009774	Shorewood Hills	shorewood-hills	US		0	America/Detroit	41.89588	-86.61586	190			MI	021	15480	
5009809	Sickles	sickles	US		0	America/Detroit	43.27781	-84.44888	211			MI	057	36160	
5009813	Sid Town	sid-town	US		0	America/Detroit	44.45196	-83.60609	229			MI	069	61340	
5009830	Siemens	siemens	US		0	America/Menominee	46.47495	-90.10351	457			MI	053	07980	
5009837	Sigma	sigma	US		0	America/Detroit	44.67001	-85.05338	348			MI	079	60540	
5009848	Silver Beach	silver-beach	US		0	America/Detroit	45.54862	-84.53226	181			MI	031	40820	
5009954	Simmons	simmons	US		0	America/Detroit	46.09613	-84.59644	198			MI	097	51880	
5009991	Singapore (historical)	singapore-historical	US		0	America/Detroit	42.6778	-86.21004	182			MI	005	71720	
5010016	Sister Lakes	sister-lakes	US		0	America/Detroit	42.07227	-86.19974	234			MI	159	42500	
5010060	Skandia Station	skandia-station	US		0	America/Detroit	46.37716	-87.21125	293			MI	103	74110	
5010068	Skeels	skeels	US		0	America/Detroit	44.09002	-84.58668	305			MI	051	73140	
5010077	Skidway Lake	skidway-lake	US		3392	America/Detroit	44.18335	-84.03527	243			MI	129	54340	
5010099	Skookum	skookum	US		0	America/Detroit	44.08057	-85.64367	303			MI	085	22800	
5010107	Skyline Village	skyline-village	US		0	America/Detroit	44.57113	-84.70225	400			MI	039	06600	
5010117	Slapneck	slapneck	US		0	America/Detroit	46.34272	-86.88654	246			MI	003	69160	
5010129	Slaybaugh Corner	slaybaugh-corner	US		0	America/Detroit	43.94446	-85.42533	368	Slaybaugh Corner,Stambaugh Corner		MI	133	14040	
5010143	Sleepy Hollow	sleepy-hollow	US		0	America/Detroit	46.40467	-89.24098	381			MI	131	35960	
5010195	Smith Crossing	smith-crossing	US		0	America/Detroit	43.02642	-84.22303	230			MI	155	61960	
5010291	Snug Harbor	snug-harbor	US		0	America/Detroit	46.5553	-85.06981	186			MI	033	86700	
5010295	Snug Harbor	snug-harbor	US		0	America/Detroit	43.03446	-86.17755	181			MI	139	33360	
5010305	Snyderville	snyderville	US		0	America/Detroit	42.8367	-82.67131	206			MI	147	17520	
5010327	Solon Center	solon-center	US		0	America/Detroit	43.24864	-85.61143	264			MI	081	74460	
5010339	Sokol Camp	sokol-camp	US		0	America/Detroit	41.8156	-86.72169	189			MI	021	57230	
5010342	Soo Hill	soo-hill	US		0	America/Detroit	45.79469	-87.11041	217			MI	041	85240	
5010345	Soo Junction	soo-junction	US		0	America/Detroit	46.33556	-85.25954	216			MI	095	50440	
5010374	South Blendon	south-blendon	US		0	America/Detroit	42.88502	-85.92087	201			MI	139	08940	
5010491	South Fairfield	south-fairfield	US		0	America/Detroit	41.72866	-83.97717	224			MI	091	60260	
5010511	South Greenwood	south-greenwood	US		0	America/Detroit	46.47299	-87.78652	463			MI	103	25820	
5010512	South Gull Lake	south-gull-lake	US		1182	America/Detroit	42.38754	-85.39667	268			MI	077	69820	
5010522	South Haven Highlands	south-haven-highlands	US		0	America/Detroit	42.4517	-86.25642	202			MI	005	13700	
5010531	South Ionia	south-ionia	US		0	America/Detroit	42.96892	-85.06945	198			MI	067	40880	
5010533	South Jackson	south-jackson	US		0	America/Detroit	42.16032	-84.42773	299			MI	075	77200	
5010564	South Monterey	south-monterey	US		0	America/Detroit	42.60253	-85.84364	236			MI	005	55200	
5010569	South Monroe	south-monroe	US		6433	America/Detroit	41.89588	-83.41771	182			MI	115	55040	
5010588	South Riley	south-riley	US		0	America/Detroit	42.86003	-84.66138	250			MI	037	68600	
5010623	South Whitehall	south-whitehall	US		0	America/Detroit	43.39834	-86.3484	189			MI	121	86780	
5010650	Southland	southland	US		0	America/Detroit	41.73088	-83.78299	213			MI	091	68580	
5010682	Sparlingville	sparlingville	US		0	America/Detroit	42.96447	-82.52297	199			MI	147	43160	
5010703	Speaker	speaker	US		0	America/Detroit	43.20503	-82.8041	244			MI	151	75500	
5010753	Spinks Corners	spinks-corners	US		0	America/Detroit	42.09393	-86.32085	225			MI	021	04840	
5010771	Spratt	spratt	US		0	America/Detroit	45.00862	-83.74804	229			MI	007	34740	
5010785	Spring Beach	spring-beach	US		0	America/Detroit	41.90727	-85.95834	266			MI	027	63380	
5010890	Springfield Place	springfield-place	US		0	America/Detroit	42.30837	-85.21916	285			MI	025	05920	
5010906	Springwell Heights	springwell-heights	US		0	America/Detroit	45.43362	-84.69004	186			MI	031	80880	
5010996	Stager	stager	US		0	America/Menominee	45.99079	-88.34819	408			MI	071	52300	
5011002	Stalls Corner	stalls-corner	US		0	America/Detroit	42.64115	-84.89499	280			MI	045	15260	
5011003	Stalwart	stalwart	US		0	America/Detroit	46.09808	-84.23864	214			MI	033	66760	
5011005	Stambaugh, Iron River	stambaugh-iron-river	US		1215	America/Menominee	46.08107	-88.62708	498	Stambaugh		MI	071	40980	
5011013	Standale	standale	US		0	America/Detroit	42.97252	-85.77642	224			MI	081	82960	
5011029	Stanley Corners	stanley-corners	US		0	America/Detroit	42.21754	-85.13776	296			MI	025	57620	
5011085	Starville	starville	US		0	America/Detroit	42.68114	-82.58769	181			MI	147	18400	
5011164	Steiner	steiner	US		0	America/Detroit	41.98893	-83.38743	187			MI	115	30820	
5011209	Stickley	stickley	US		0	America/Menominee	46.313	-89.39487	498			MI	053	84380	
5011218	Stillman	stillman	US		0	America/Detroit	46.34245	-86.75127	283			MI	003	04460	
5011224	Stittsville	stittsville	US		0	America/Detroit	44.45168	-85.07504	395			MI	113	59280	
5011234	Stirlingville	stirlingville	US		0	America/Detroit	46.18724	-84.32115	190			MI	033	63980	
5011263	Stoneport	stoneport	US		0	America/Detroit	45.29613	-83.42415	180			MI	141	66340	
5011270	Stoney Corner	stoney-corner	US		0	America/Detroit	44.19362	-85.28477	413			MI	113	68280	
5011271	Stoney Point	stoney-point	US		0	America/Detroit	42.08088	-84.58412	342			MI	075	36400	
5011309	Stony Lake	stony-lake	US		0	America/Detroit	43.55973	-86.50008	184	Benona,Stony Lake		MI	127	07300	
5011332	Stoughton Corners	stoughton-corners	US		0	America/Detroit	42.22948	-86.16641	201			MI	159	36980	
5011368	Strickland	strickland	US		0	America/Detroit	43.49503	-84.83529	263			MI	073	47660	
5011382	Stronach	stronach	US		162	America/Detroit	44.21334	-86.27536	184			MI	101	76840	
5011389	Strongs	strongs	US		0	America/Detroit	46.35779	-84.96952	250			MI	033	15560	
5011390	Strongs Corner	strongs-corner	US		0	America/Detroit	46.34613	-84.96924	266	Strongs Corner,Strongs Corners		MI	033	15560	
5011439	Stutsmanville	stutsmanville	US		0	America/Detroit	45.50806	-85.00672	261			MI	047	30860	
5011485	Sugar Rapids	sugar-rapids	US		0	America/Detroit	44.08808	-84.40779	242			MI	051	12180	
5011518	Sullivans Landing	sullivans-landing	US		0	America/Detroit	46.64858	-86.19656	195			MI	003	11960	
5011539	Summit City	summit-city	US		0	America/Detroit	44.55084	-85.51506	324			MI	055	62320	
5011554	Sumnerville	sumnerville	US		0	America/Detroit	41.91171	-86.20751	219	Summerville,Sumnerville		MI	027	65300	
5011565	Sundell	sundell	US		0	America/Detroit	46.34717	-87.07987	322			MI	003	69160	
5011587	Sunrise Heights	sunrise-heights	US		0	America/Detroit	42.29865	-85.1736	260			MI	025	25935	
5011589	Sunrise Landing	sunrise-landing	US		0	America/Detroit	46.52886	-86.08849	280			MI	003	11960	
5011609	Sunshine Beach	sunshine-beach	US		0	America/Detroit	47.08882	-88.51568	186			MI	061	65540	
5011674	Swan Creek	swan-creek	US		0	America/Detroit	43.37975	-84.09109	181			MI	145	41480	
5011692	Swanson	swanson	US		0	America/Menominee	45.47469	-87.70873	232			MI	109	38760	
5011699	Swanzy	swanzy	US		0	America/Detroit	46.30272	-87.37403	349			MI	103	29720	
5011708	Swedetown	swedetown	US		0	America/Detroit	47.23631	-88.46484	376			MI	061	12600	
5011755	Sylvan Center	sylvan-center	US		0	America/Detroit	42.28615	-84.07773	290	Sylvan,Sylvan Center		MI	161	77800	
5011761	Sylvan Lake	sylvan-lake	US		1785	America/Detroit	42.61142	-83.32855	292			MI	125	77860	
5011792	Taffeltown	taffeltown	US		0	America/Detroit	44.54056	-85.17505	324			MI	079	31600	
5011884	Tapiola	tapiola	US		0	America/Detroit	46.92465	-88.62652	250			MI	061	65540	
5011894	Tasmas Corners	tasmas-corners	US		0	America/Detroit	42.80474	-86.15699	186			MI	139	62460	
5011913	Taylor Center	taylor-center	US		0	America/Detroit	42.22504	-83.2616	187			MI	163	79000	
5011945	Taymouth	taymouth	US		0	America/Detroit	43.2428	-83.87386	192			MI	145	79100	
5011963	Teapot Dome	teapot-dome	US		0	America/Detroit	42.21087	-85.96613	241			MI	159	63000	
5011980	Teeterville	teeterville	US		0	America/Detroit	43.49503	-84.41639	207			MI	111	65740	
5012012	Tent City	tent-city	US		0	America/Detroit	44.50113	-84.82309	364			MI	143	49840	
5012024	Tesch	tesch	US		0	America/Detroit	45.75163	-87.28347	226			MI	041	05420	
5012028	Texas Corners	texas-corners	US		0	America/Detroit	42.20115	-85.68667	277			MI	077	79300	
5012045	The Heights	the-heights	US		0	America/Detroit	42.08254	-84.20272	304			MI	075	59180	
5012046	The Jackpines	the-jackpines	US		0	America/Detroit	44.45363	-83.79804	271	The Jackpines,Wicker Hills		MI	069	64640	
5012053	Theilers	theilers	US		0	America/Menominee	46.46356	-89.69877	432			MI	053	51560	
5012174	Three Churches Corner	three-churches-corner	US		0	America/Detroit	43.66752	-84.00859	184			MI	017	42360	
5012241	Tift Corner	tift-corner	US		0	America/Detroit	43.39586	-85.62282	279			MI	123	18980	
5012261	Timberlost	timberlost	US		0	America/Detroit	46.56141	-85.17066	184			MI	033	86700	
5012301	Tobico Beach	tobico-beach	US		0	America/Detroit	43.67641	-83.9122	178			MI	017	05120	
5012309	Tobin Location	tobin-location	US		0	America/Menominee	46.09245	-88.35625	472			MI	071	19150	
5012361	Tompkins	tompkins	US		0	America/Detroit	42.37309	-84.54164	279	Tompkins,Tompkins Center,Tompkins Centre		MI	075	79980	
5012387	Toquin	toquin	US		0	America/Detroit	42.25754	-86.22308	207			MI	159	05160	
5012390	Torch Lake	torch-lake	US		0	America/Detroit	45.07528	-85.35868	188			MI	009	80100	
5012395	Torch River	torch-river	US		0	America/Detroit	44.85111	-85.32395	180			MI	079	16340	
5012412	Tower Hill Shorelands	tower-hill-shorelands	US		0	America/Detroit	41.90171	-86.61086	184			MI	021	44260	
5012492	Traunik	traunik	US		0	America/Detroit	46.26078	-86.96959	282			MI	003	47540	
5012493	Traverse	traverse	US		0	America/Detroit	47.2552	-88.26428	231			MI	083	73220	
5012494	Traverse Bay	traverse-bay	US		0	America/Detroit	47.19437	-88.234	188	Little Traverse Bay,Traverse Bay		MI	061	71840	
5012512	Tremaine Corners	tremaine-corners	US		0	America/Detroit	42.90059	-85.07473	256			MI	067	60920	
5012533	Triangle Spur	triangle-spur	US		0	America/Menominee	46.25023	-88.43069	452			MI	071	37580	
5012535	Trimountain	trimountain	US		0	America/Detroit	47.05521	-88.66068	396			MI	061	00320	
5012586	Trombly	trombly	US		0	America/Detroit	46.04301	-87.1482	276			MI	041	51260	
5012592	Trist	trist	US		0	America/Detroit	42.33615	-84.20023	283			MI	075	84300	
5012632	Trowbridge	trowbridge	US		0	America/Detroit	45.22946	-84.58642	255			MI	031	59500	
5012635	Trowbridge Park	trowbridge-park	US		2176	America/Detroit	46.5566	-87.43736	241			MI	103	51920	
5012699	Turk Lake	turk-lake	US		0	America/Detroit	43.27086	-85.25641	262			MI	117	55140	
5012720	Turner Shores	turner-shores	US		0	America/Detroit	41.86032	-86.65975	187			MI	021	15480	
5012722	Turners Corner	turners-corner	US		0	America/Detroit	42.42726	-85.42556	276			MI	015	66260	
5012727	Turtle	turtle	US		0	America/Detroit	44.19085	-83.74248	195			MI	069	73180	
5012761	Twelve Corners	twelve-corners	US		0	America/Detroit	42.14476	-86.37863	201			MI	021	07400	
5012880	Tyre	tyre	US		0	America/Detroit	43.67502	-82.89105	238			MI	151	04400	
5012944	Union Plains	union-plains	US		0	America/Detroit	42.82975	-84.01274	261			MI	155	11880	
5012999	Updyke	updyke	US		0	America/Detroit	43.18613	-86.10644	201			MI	121	77100	
5013086	Valley Island	valley-island	US		0	America/Detroit	43.79224	-83.42802	178			MI	063	27120	
5013156	Vandercook Lake	vandercook-lake	US		4721	America/Detroit	42.19337	-84.39107	297			MI	075	77200	
5013166	Vantown	vantown	US		0	America/Detroit	42.60059	-84.22358	285			MI	065	86900	
5013204	Vermilac	vermilac	US		0	America/Detroit	46.53077	-88.45903	494			MI	013	18600	
5013224	Verona Park	verona-park	US		0	America/Detroit	42.33032	-85.15555	265	Verona,Verona Park		MI	025	05920	
5013248	Vick	vick	US		0	America/Detroit	46.32467	-87.15792	339			MI	103	74110	
5013249	Vickery Landing	vickery-landing	US		0	America/Detroit	42.50393	-85.27139	290			MI	015	41860	
5013250	Vickeryville	vickeryville	US		0	America/Detroit	43.19225	-84.96529	251			MI	117	12120	
5013268	Vienna Corners	vienna-corners	US		0	America/Detroit	44.97029	-84.37085	407			MI	119	82420	
5013270	Vienna Junction	vienna-junction	US		0	America/Detroit	41.75005	-83.50493	177			MI	115	26320	
5013271	Vienna Junction	vienna-junction	US		0	America/Detroit	44.87973	-84.32363	374			MI	119	00940	
5013307	Virginia Park	virginia-park	US		0	America/Detroit	42.77224	-86.17615	183			MI	139	62460	
5013315	Virgil Location	virgil-location	US		0	America/Menominee	46.10773	-88.63652	479			MI	071	40980	
5013324	Vogel Center	vogel-center	US		0	America/Detroit	44.19251	-85.05254	354			MI	113	15900	
5013328	Volinia	volinia	US		0	America/Detroit	42.01171	-85.95473	262			MI	027	82580	
5013330	Volney	volney	US		0	America/Detroit	43.69946	-86.01979	268			MI	123	06580	
5013345	Vriesland	vriesland	US		0	America/Detroit	42.81197	-85.94031	210			MI	139	89280	
5013836	Wabaningo	wabaningo	US		0	America/Detroit	43.37057	-86.42174	189			MI	121	30980	
5013849	Wacousta	wacousta	US		1440	America/Detroit	42.82781	-84.70082	243			MI	037	84400	
5013854	Wadhams	wadhams	US		0	America/Detroit	42.98725	-82.53853	204			MI	147	43160	
5013864	Wagner Beach	wagner-beach	US		0	America/Detroit	44.11474	-83.5672	181			MI	011	87080	
5013881	Wahjamega	wahjamega	US		0	America/Detroit	43.45558	-83.43968	207	Wahjamega,Wahjamegal		MI	157	40440	
5013897	Wakelee	wakelee	US		0	America/Detroit	41.98393	-85.87889	278			MI	027	82580	
5013899	Wainola	wainola	US		0	America/Detroit	46.73022	-89.03153	341			MI	131	35000	
5013915	Walgamor Corners	walgamor-corners	US		0	America/Detroit	43.74196	-85.94923	241	Walgamor Corners,Walgamott Corners		MI	123	80680	
5013971	Wallin	wallin	US		0	America/Detroit	44.57083	-85.88897	250			MI	019	17120	
5013979	Walnut Point	walnut-point	US		0	America/Detroit	42.35032	-84.98526	286			MI	025	17880	
5013998	Walton Junction	walton-junction	US		0	America/Detroit	44.5275	-85.402	312			MI	055	28020	
5014006	Waltz	waltz	US		0	America/Detroit	42.10032	-83.39215	189			MI	163	40040	
5014070	Wasas	wasas	US		0	America/Detroit	46.72105	-89.01042	355			MI	131	35000	
5014071	Wasepi	wasepi	US		0	America/Detroit	41.94088	-85.46165	257			MI	149	59400	
5014164	Watervale	watervale	US		0	America/Detroit	44.55361	-86.21454	184			MI	019	08840	
5014174	Watrousville	watrousville	US		0	America/Detroit	43.45224	-83.52301	231	McGlone Corners,Watrousville		MI	157	42140	
5014194	Wattles Park	wattles-park	US		0	America/Detroit	42.3006	-85.11082	274			MI	025	25935	
5014198	Wauban Beach	wauban-beach	US		0	America/Detroit	45.4489	-84.63337	185			MI	031	80880	
5014199	Waucedah	waucedah	US		0	America/Menominee	45.76302	-87.7454	274			MI	043	84700	
5014207	Waverland Beach	waverland-beach	US		0	America/Detroit	41.9881	-86.56169	182			MI	021	47600	
5014242	Weadock	weadock	US		0	America/Detroit	45.6214	-84.63088	233	Weadlock,Weadock		MI	031	56280	
5014243	Weale	weale	US		0	America/Detroit	43.81196	-83.39718	178			MI	063	27120	
5014325	Weimer	weimer	US		0	America/Detroit	44.01639	-86.4562	190			MI	105	36220	
5014340	Welcome Corner	welcome-corner	US		0	America/Detroit	42.69698	-85.2914	258			MI	015	13340	
5014381	Wequetonsing	wequetonsing	US		0	America/Detroit	45.42806	-84.96755	180			MI	047	48080	
5014399	West Bangor	west-bangor	US		0	America/Detroit	42.30781	-86.18669	198			MI	159	05160	
5014552	West Gladstone	west-gladstone	US		0	America/Detroit	45.84052	-87.06264	218			MI	041	26380	
5014563	West Highland	west-highland	US		0	America/Detroit	42.63614	-83.66217	308			MI	125	38080	
5014567	West Ishpeming	west-ishpeming	US		2662	America/Detroit	46.48355	-87.70097	439			MI	103	41240	
5014572	West Kinderhook	west-kinderhook	US		0	America/Detroit	41.78199	-85.05413	299			MI	023	43260	
5014589	West Leroy	west-leroy	US		0	America/Detroit	42.21699	-85.28583	299			MI	025	47060	
5014633	West Sebewa	west-sebewa	US		0	America/Detroit	42.84309	-85.05389	263			MI	067	72120	
5014646	West Tamarack	west-tamarack	US		0	America/Detroit	47.25743	-88.47595	377			MI	061	61260	
5014647	West Tappan	west-tappan	US		0	America/Detroit	42.97031	-82.54325	202			MI	147	43160	
5014661	West Windsor	west-windsor	US		0	America/Detroit	42.64726	-84.69721	286			MI	045	87840	
5014664	Westacres	westacres	US		0	America/Detroit	42.60003	-83.42494	282			MI	125	85480	
5014666	Westchester Heights	westchester-heights	US		0	America/Detroit	42.9192	-84.38109	247			MI	037	82320	
5014671	West Sumpter	west-sumpter	US		0	America/Detroit	42.12254	-83.50938	204			MI	163	77360	
5014675	Western Location	western-location	US		0	America/Menominee	46.10134	-88.3143	422			MI	071	19140	
5014695	Westons Iroquois Beach	westons-iroquois-beach	US		0	America/Detroit	46.48585	-84.67256	186			MI	033	06070	
5014720	Wetmore Landing	wetmore-landing	US		0	America/Detroit	46.6166	-87.46514	192			MI	103	51920	
5014724	Wetzel	wetzel	US		0	America/Detroit	44.9314	-85.03033	346	Wetzel,Wetzell		MI	009	50640	
5014728	Wexford Corner	wexford-corner	US		0	America/Detroit	44.51278	-85.69618	329			MI	055	52480	
5014735	Whaley Drain	whaley-drain	US		0	America/Detroit	42.65337	-84.67637	264			MI	045	87840	
5014889	White Star	white-star	US		0	America/Detroit	43.98058	-84.36584	221			MI	051	37300	
5014901	Whitefish Point	whitefish-point	US		0	America/Detroit	46.76586	-84.96536	186			MI	033	86700	
5014909	Whiteford Center	whiteford-center	US		0	America/Detroit	41.77672	-83.68299	208			MI	115	86740	
5014920	Whitehouse Landing	whitehouse-landing	US		0	America/Detroit	46.55196	-85.17177	196	The White House Landing,Whitehorse,Whitehorse Landing,Whitehouse,Whitehouse Landing		MI	033	86700	
5014922	Whites Beach	whites-beach	US		0	America/Detroit	43.92946	-83.8911	178			MI	011	76140	
5014926	Whites Landing	whites-landing	US		0	America/Detroit	44.90724	-84.57252	376			MI	137	15280	
5014928	Whitestone Point	whitestone-point	US		0	America/Detroit	44.10863	-83.56581	180			MI	011	87080	
5014962	Whitneyville	whitneyville	US		0	America/Detroit	42.8717	-85.45891	226			MI	081	13660	
5014979	Wic-a-te-wah	wic-a-te-wah	US		0	America/Detroit	44.35584	-86.22398	179			MI	101	60760	
5014984	Wickware	wickware	US		0	America/Detroit	43.60502	-83.03717	236			MI	151	35020	
5014985	Wico	wico	US		0	America/Menominee	46.46578	-89.9635	502			MI	053	82780	
5015036	Wilder Center	wilder-center	US		0	America/Detroit	43.02975	-85.73059	223	Johnston Corners,Wilder Center		MI	081	82960	
5015109	Williams Crossing	williams-crossing	US		0	America/Detroit	46.44023	-86.43933	275			MI	003	56220	
5015122	Williams Landing	williams-landing	US		0	America/Detroit	46.45105	-86.67099	184			MI	003	33380	
5015169	Willow Run	willow-run	US		0	America/Detroit	42.25726	-83.57438	231			MI	161	89160	
5015253	Winde	winde	US		0	America/Detroit	45.96857	-87.09708	243			MI	041	04900	
5015259	Windigo	windigo	US		0	America/Detroit	47.91184	-89.15675	200	Windigo,Windigo Inn		MI	083	23620	
5015269	Winegars	winegars	US		0	America/Detroit	43.94474	-84.36584	222			MI	051	37300	
5015317	Winthrop Junction	winthrop-junction	US		0	America/Detroit	46.47605	-87.68708	438			MI	103	41220	
5015337	Witbeck	witbeck	US		0	America/Detroit	46.31522	-88.0043	468			MI	103	68000	
5015340	Witch Lake	witch-lake	US		0	America/Detroit	46.2755	-88.01902	455			MI	103	68000	
5015352	Wobic	wobic	US		0	America/Detroit	46.50271	-87.95291	501	Wabic,Wabik,Wobic		MI	103	39940	
5015358	Wolcott Mills	wolcott-mills	US		0	America/Detroit	42.76892	-82.92687	207			MI	099	67420	
5015378	Wolf Crossing	wolf-crossing	US		0	America/Detroit	43.0428	-84.24553	227			MI	155	70260	
5015416	Wolverine Lake	wolverine-lake	US		4312	America/Detroit	42.5567	-83.47383	284			MI	125	83060	
5015436	Wood Creek Farms	wood-creek-farms	US		0	America/Detroit	42.50781	-83.32882	239			MI	125	27440	
5015455	Wooden Shoe Village	wooden-shoe-village	US		0	America/Detroit	43.97891	-84.35612	219			MI	051	37300	
5015464	Woodland Beach	woodland-beach	US		2049	America/Detroit	41.94005	-83.31326	176			MI	115	30820	
5015465	Woodland Beach	woodland-beach	US		0	America/Detroit	42.08199	-86.19168	247			MI	159	42500	
5015487	Woodlawn Beach	woodlawn-beach	US		0	America/Detroit	42.42198	-85.41751	271			MI	015	05560	
5015515	Woods	woods	US		0	America/Detroit	43.75558	-84.88835	286			MI	073	32200	
5015517	Woods Corners	woods-corners	US		0	America/Detroit	43.07614	-85.07501	254			MI	067	69440	
5015593	Wrights Corners	wrights-corners	US		0	America/Detroit	42.20365	-84.96192	296			MI	025	30500	
5015613	Wyman	wyman	US		0	America/Detroit	43.45503	-85.04308	301			MI	117	38840	
5015631	Yalmar	yalmar	US		0	America/Detroit	46.40605	-87.24125	237	Yalmar,Yalmer		MI	103	74110	
5015642	Yargerville	yargerville	US		0	America/Detroit	41.83838	-83.53188	193			MI	115	46260	
5015643	Yates	yates	US		0	America/Detroit	42.67364	-83.09576	206			MI	125	69035	
5015693	Yuba	yuba	US		0	America/Detroit	44.82334	-85.45924	185			MI	055	00200	
5015699	Zeba	zeba	US		480	America/Detroit	46.80243	-88.41457	224			MI	013	45560	
5015709	Zenith Heights	zenith-heights	US		0	America/Detroit	45.30612	-85.03561	238			MI	029	06000	
5015723	Zilwaukee	zilwaukee	US		1577	America/Detroit	43.47641	-83.92053	178	Zilwaukee,Zilwaukie		MI	145	89320	
5015765	Zutphen	zutphen	US		0	America/Detroit	42.82586	-85.88198	228			MI	139	41520	
5015880	Adolph	adolph	US		0	America/Chicago	46.77855	-92.28019	388			MN	137	28682	
5015973	Airlie	airlie	US		0	America/Chicago	44.01997	-96.4381	506			MN	117	63886	
5016060	Albion Center	albion-center	US		0	America/Chicago	45.17691	-94.07359	330			MN	171	00766	
5016113	Alexandria Mobile Estates	alexandria-mobile-estates	US		0	America/Chicago	45.88861	-95.37667	428			MN	041	00928	
5016139	Alida	alida	US		0	America/Chicago	47.38357	-95.23474	465			MN	029	04186	
5016151	Allansons Park	allansons-park	US		0	America/Chicago	44.52833	-93.9075	229			MN	143	28394	
5016187	Alma City	alma-city	US		0	America/Chicago	44.02247	-93.728	323			MN	161	01198	
5016197	Almora	almora	US		0	America/Chicago	46.24635	-95.36559	446			MN	111	18980	
5016241	Alvwood	alvwood	US		0	America/Chicago	47.73051	-94.26801	421			MN	061	01288	
5016299	Amiret	amiret	US		0	America/Chicago	44.31663	-95.69696	388			MN	083	01432	
5016311	Amor	amor	US		0	America/Chicago	46.41246	-95.74533	415			MN	111	01468	
5016329	Anderson Court	anderson-court	US		0	America/Chicago	44.77083	-94.14139	308			MN	085	23948	
5016380	Andree	andree	US		0	America/Chicago	45.72829	-93.22383	292			MN	059	62347	
5016390	Andrusia	andrusia	US		0	America/Chicago	47.48606	-94.66387	413			MN	007	64390	
5016393	Andyville	andyville	US		0	America/Chicago	43.72385	-92.98964	379			MN	099	35576	
5016400	Anglim	anglim	US		0	America/Chicago	47.79497	-96.59784	270			MN	119	13888	
5016403	Angus	angus	US		0	America/Chicago	48.08109	-96.70312	266	Angers,Angus		MN	119	01648	
5016469	Antlers Park	antlers-park	US		0	America/Chicago	44.66302	-93.2655	304	Antlens Park,Antlers Park		MN	037	35180	
5016525	Arago	arago	US		0	America/Chicago	47.05107	-95.16169	458			MN	057	01918	
5016531	Arbutus	arbutus	US		0	America/Chicago	48.30686	-93.04766	392			MN	137		
5016553	Arden Hills	arden-hills	US		9951	America/Chicago	45.05024	-93.15661	286	Arden Hills,City of Arden Hills		MN	123	02026	
5016564	Arendahl	arendahl	US		0	America/Chicago	43.82524	-91.9096	362			MN	045	02098	
5016578	Arlberg	arlberg	US		0	America/Chicago	46.92327	-92.61408	411			MN	137	14284	
5016583	Arlington Mobile Home Park	arlington-mobile-home-park	US		0	America/Chicago	44.60694	-94.06917	299			MN	143	02152	
5016597	Armour Number Two Mine	armour-number-two-mine	US		0	America/Chicago	46.48496	-93.96859	370			MN	035	13924	
5016616	Arnesén	arnesen	US		0	America/Chicago	48.95749	-95.06745	325	Arnesen,Arnessen,Arnesén		MN	077	35208	
5016656	Arthyde	arthyde	US		0	America/Chicago	46.35606	-93.08938	391			MN	001	42300	
5016657	Artichoke	artichoke	US		0	America/Chicago	45.39913	-96.15755	333			MN	011	02350	
5016681	Ash Creek	ash-creek	US		0	America/Chicago	43.5383	-96.1942	425			MN	133	11998	
5016688	Ash Lake	ash-lake	US		0	America/Chicago	48.2188	-92.916	407			MN	137		
5016875	Aure	aure	US		0	America/Chicago	47.67329	-95.12056	430			MN	007	09082	
5016885	Austin Acres	austin-acres	US		0	America/Chicago	43.65219	-93.0013	373			MN	099	02908	
5016893	Austin Mobile Home Park	austin-mobile-home-park	US		0	America/Chicago	43.66663	-92.97519	369			MN	099	02908	
5016903	Automba	automba	US		0	America/Chicago	46.52078	-93.01855	393			MN	017	03016	
5016982	Badoura	badoura	US		0	America/Chicago	46.86218	-94.76612	432			MN	057	03178	
5017011	Bain	bain	US		0	America/Chicago	46.79079	-93.58968	385			MN	001	47342	
5017046	Bald Eagle	bald-eagle	US		0	America/Chicago	45.10191	-93.01383	277			MN	123	69916	
5017047	Bald Eagle Center	bald-eagle-center	US		0	America/Chicago	47.40107	-94.41886	402			MN	021	46825	
5017074	Ball Bluff	ball-bluff	US		0	America/Chicago	46.95467	-93.27327	381			MN	001	03358	
5017079	Ball Club	ball-club	US		342	America/Chicago	47.32579	-93.93606	397			MN	061	07105	
5017142	Baptism Crossing	baptism-crossing	US		0	America/Chicago	47.52963	-91.34127	587			MN	075	62995	
5017162	Barden	barden	US		0	America/Chicago	44.79052	-93.41051	220	Barden,Bardon,Bardon Station		MN	139	59350	
5017215	Barrows	barrows	US		0	America/Chicago	46.30108	-94.25389	367			MN	035	14122	
5017260	Bass Brook	bass-brook	US		0	America/Chicago	47.23828	-93.64661	395			MN	061	12412	
5017328	Bass Mobile Home Park	bass-mobile-home-park	US		0	America/Chicago	43.86996	-93.04742	393			MN	147		
5017340	Basswood	basswood	US		0	America/Chicago	46.45552	-95.69338	415			MN	111	15076	
5017343	Basswood Grove	basswood-grove	US		0	America/Chicago	44.82719	-92.79937	292			MN	163	15688	
5017403	Bay Lake	bay-lake	US		0	America/Chicago	46.40941	-93.87387	393			MN	035	04096	
5017511	Bear River	bear-river	US		0	America/Chicago	47.77771	-93.08296	391	Bear Lake,Bear River		MN	137	44098	
5017514	Bear Valley	bear-valley	US		0	America/Chicago	44.3033	-92.47741	299			MN	157	11242	
5017549	Beauford	beauford	US		0	America/Chicago	44.00747	-93.95856	308			MN	013	04330	
5017553	Beaulieu	beaulieu	US		48	America/Chicago	47.33552	-95.80448	394			MN	087	04366	
5017655	Bechyn	bechyn	US		0	America/Chicago	44.65052	-95.07611	324			MN	129	28610	
5017657	Becida	becida	US		0	America/Chicago	47.35412	-95.08112	436			MN	057	20942	
5017744	Bell Harbor	bell-harbor	US		0	America/Chicago	47.38908	-91.13877	185			MN	075		
5017750	Belle Creek	belle-creek	US		0	America/Chicago	44.4383	-92.77075	293			MN	049	04816	
5017765	Belle Prairie	belle-prairie	US		0	America/Chicago	46.03385	-94.3375	342			MN	097	37556	
5017768	Belle River	belle-river	US		0	America/Chicago	45.99107	-95.22892	415	Belle River,Belleriver		MN	041	04924	
5017773	Bellechester	bellechester	US		175	America/Chicago	44.3683	-92.5113	339	Bellechester,City of Bellechester		MN	049		
5017811	Belvidere Mills	belvidere-mills	US		0	America/Chicago	44.45247	-92.50935	268			MN	049	05032	
5017830	Ben Linn Landing	ben-linn-landing	US		0	America/Chicago	48.25051	-93.88546	352			MN	071	61433	
5017854	Bengal	bengal	US		0	America/Chicago	47.26827	-93.06603	412			MN	061	24452	
5017871	Bennettville	bennettville	US		0	America/Chicago	46.4019	-93.74886	386			MN	001	28052	
5017873	Benning	benning	US		0	America/Chicago	44.2033	-93.99496	250			MN	013	39878	
5017896	Benson Mobile Manor	benson-mobile-manor	US		0	America/Chicago	45.31917	-95.59167	320			MN	151	05212	
5017909	Benson's Mobile Home Park	benson-s-mobile-home-park	US		0	America/Chicago	43.76191	-91.57459	208			MN	055	30230	
5017969	Bergs Mobile Home Park	bergs-mobile-home-park	US		0	America/Chicago	45.81361	-96.49972	304			MN	155	69844	
5017973	Bergville	bergville	US		0	America/Chicago	47.78745	-94.26439	430			MN	061	02044	
5017981	Bernadotte	bernadotte	US		0	America/Chicago	44.45524	-94.30109	305			MN	103	05410	
5017989	Berner	berner	US		0	America/Chicago	47.8044	-95.47307	363			MN	029	71068	
5017991	Berning Mill	berning-mill	US		0	America/Chicago	45.20691	-93.62441	265			MN	053	55186	
5017993	Beroun	beroun	US		0	America/Chicago	45.91023	-92.95521	297			MN	115	43486	
5018226	Big Bear Landing	big-bear-landing	US		0	America/Chicago	47.33662	-95.47697	443			MN	029	35630	
5018230	Big Bend City	big-bend-city	US		0	America/Chicago	45.14301	-95.77198	315			MN	023	05608	
5018293	Big Lake Chapel	big-lake-chapel	US		0	America/Chicago	46.72161	-92.59686	399			MN	017	50446	
5018295	Big Lake Estates	big-lake-estates	US		0	America/Chicago	45.32639	-93.74444	284			MN	141	05752	
5018344	Big Sauk Lake Mobile Home Park	big-sauk-lake-mobile-home-park	US		0	America/Chicago	45.75833	-94.92917	386			MN	145	58666	
5018363	Big Stone Colony	big-stone-colony	US		0	America/Chicago	45.52913	-96.47423	342			MN	011	24776	
5018398	Big Woods	big-woods	US		0	America/Chicago	48.31137	-97.10813	243			MN	089	05842	
5018436	Birch	birch	US		0	America/Chicago	47.03411	-92.59214	403			MN	137	41390	
5018439	Birch Beach	birch-beach	US		0	America/Chicago	48.95249	-94.93189	327	Birch Beach,Lude Beach		MN	077	52672	
5018506	Birchmont	birchmont	US		0	America/Chicago	47.54634	-94.86055	427			MN	007	46906	
5018513	Birchwood Terrace Mobile Home Park	birchwood-terrace-mobile-home-park	US		0	America/Chicago	45.33611	-92.96333	277			MN	025	72022	
5018531	Biscay	biscay	US		111	America/Chicago	44.82746	-94.27498	312	Biscay,City of Biscay		MN	085	06112	
5018572	Black Hammer	black-hammer	US		0	America/Chicago	43.61636	-91.66098	358			MN	055	06292	
5018609	Blackberry	blackberry	US		0	America/Chicago	47.18078	-93.39049	396			MN	061	06220	
5018633	Blackhoof	blackhoof	US		0	America/Chicago	46.53272	-92.46214	295			MN	017	06328	
5018660	Blakeley	blakeley	US		0	America/Chicago	44.6108	-93.8533	227	Blakeley,Blakely		MN	139	06418	
5018703	Blomford	blomford	US		0	America/Chicago	45.50024	-93.14245	288			MN	059	31346	
5018741	Bloomington Ferry	bloomington-ferry	US		0	America/Chicago	44.79969	-93.38439	243			MN	053	06616	
5018794	Blue Skies Mobile Park	blue-skies-mobile-park	US		0	America/Chicago	45.58	-94.15	311			MN	009	58684	
5018840	Bluffview Park Mobile Home Park	bluffview-park-mobile-home-park	US		0	America/Chicago	43.80691	-91.76237	225			MN	045	56284	
5018856	Bobs Trailer Court	bobs-trailer-court	US		0	America/Chicago	43.99722	-92.43194	310			MN	109	54880	
5018861	Bodum	bodum	US		0	America/Chicago	45.52163	-93.20439	300			MN	059	31346	
5018867	Boening Mobile Home Park	boening-mobile-home-park	US		0	America/Chicago	43.9333	-93.95773	311			MN	013	40310	
5018909	Boisberg	boisberg	US		0	America/Chicago	45.92024	-96.56146	299			MN	155	43684	
5018910	Boise De Sioux Mobile Estates	boise-de-sioux-mobile-estates	US		0	America/Chicago	46.25444	-96.58944	293			MN	167	07462	
5018927	Bonanza Grove	bonanza-grove	US		0	America/Chicago	45.44552	-96.70951	323			MN	011	22058	
5018940	Bonga Landing	bonga-landing	US		0	America/Chicago	47.37385	-95.48447	443			MN	029	35630	
5018941	Bongards	bongards	US		0	America/Chicago	44.76246	-93.84858	300			MN	019	05266	
5018944	Bonnie Glen	bonnie-glen	US		0	America/Chicago	45.35885	-92.90383	274			MN	025	11350	
5018980	Border	border	US		0	America/Chicago	48.69663	-94.27825	334			MN	071	47352	
5019060	Boy River	boy-river	US		46	America/Chicago	47.16801	-94.12218	406	Boy River,City of Boy River		MN	021	07174	
5019066	Boyack Mobile Home Park	boyack-mobile-home-park	US		0	America/Chicago	45.74944	-94.93889	393			MN	145	58666	
5019111	Braham Mobile Home Park	braham-mobile-home-park	US		0	America/Chicago	45.72972	-93.18056	294			MN	059	07282	
5019126	Branch Mobile Home Park	branch-mobile-home-park	US		0	America/Chicago	45.51278	-92.99056	276			MN	025	46798	
5019153	Bratsberg	bratsberg	US		0	America/Chicago	43.73496	-91.77043	370			MN	045	47392	
5019209	Brennyville	brennyville	US		0	America/Chicago	45.80858	-93.90581	376			MN	009	00668	
5019218	Brevik	brevik	US		0	America/Chicago	47.08301	-94.28859	405			MN	021	07156	
5019245	Brickton	brickton	US		0	America/Chicago	45.60719	-93.60607	305			MN	095	52540	
5019251	Bridgeman	bridgeman	US		0	America/Chicago	46.38385	-94.58057	397			MN	021	41102	
5019263	Briggs Lake	briggs-lake	US		0	America/Chicago	45.50858	-93.93609	302			MN	141	49534	
5019304	Brittmount	brittmount	US		0	America/Chicago	47.59659	-92.58212	455			MN	137	44548	
5019330	Brooklyn Center	brooklyn-center	US		30770	America/Chicago	45.07608	-93.33273	260	Brooklyn Center,Bruklin Sentehr,Bruklin Senter,Bruklin-Senter,City of Brooklyn Center,brwklyn sntr,Бруклин Сентер,Бруклин Сентэр,Бруклин-Сентер,Бруклін-Сентер,بروكلين سنتر,بروکلین سنتر، مینه‌سوتا,بروکلین سینٹر، مینیسوٹا		MN	053	07948	
5019335	Brooklyn Park	brooklyn-park	US		79149	America/Chicago	45.09413	-93.35634	265	Brooklyn Park,Bruklin Park,Bruklin-Park,City of Brooklyn Park,beulukeullinpakeu,brwklyn bark,Бруклин Парк,Бруклин-Парк,Бруклін-Парк,بروكلين بارك,بروکلین پارک، مینه‌سوتا,بروکلین پارک، مینیسوٹا,브루클린파크		MN	053	07966	
5019532	Brushvale	brushvale	US		0	America/Chicago	46.3694	-96.64341	290			MN	167	12970	
5019569	Bucks Mill	bucks-mill	US		0	America/Chicago	46.72301	-95.91505	407			MN	005	35144	
5019572	Bucksnort	bucksnort	US		0	America/Chicago	43.81774	-92.05099	279			MN	045	51010	
5019634	Buffalo Manor East	buffalo-manor-east	US		0	America/Chicago	45.175	-93.8575	301			MN	171	08452	
5019652	Bufflao Manor	bufflao-manor	US		0	America/Chicago	45.175	-93.85917	301			MN	171	08452	
5019711	Bunde	bunde	US		0	America/Chicago	44.93468	-95.31029	327			MN	023	53962	
5019781	Burntside	burntside	US		0	America/Chicago	47.89435	-91.92876	424			MN	137	44350	
5019783	Burntside Lake	burntside-lake	US		0	America/Chicago	47.89269	-92.03459	433			MN	137	44350	
5019802	Burschville	burschville	US		0	America/Chicago	45.12496	-93.63635	306	Burchsville,Burschville		MN	053	13168	
5019823	Bush Landing	bush-landing	US		0	America/Chicago	47.33162	-95.47336	443			MN	029	35630	
5019833	Bussler Trailer Court	bussler-trailer-court	US		0	America/Chicago	44.55	-94.3625	311			MN	143	71122	
5019874	Buyck	buyck	US		0	America/Chicago	48.12185	-92.52349	372			MN	137	52090	
5019884	Bygland	bygland	US		0	America/Chicago	47.81164	-96.9323	258			MN	119	09118	
5019942	Caledonia Mobile Home Park	caledonia-mobile-home-park	US		0	America/Chicago	43.63469	-91.49681	360			MN	055	09226	
5019951	Calhoun Beach	calhoun-beach	US		0	America/Chicago	44.94969	-93.3155	265			MN	053	43000	
5020093	Camelot Park	camelot-park	US		0	America/Chicago	44.18611	-94.04116	305			MN	103	47068	
5020193	Camp Ripley Junction	camp-ripley-junction	US		0	America/Chicago	46.07024	-94.32833	348			MN	097	54520	
5020277	Cannon City	cannon-city	US		0	America/Chicago	44.32913	-93.21133	367			MN	131	09712	
5020363	Cardigan Junction	cardigan-junction	US		0	America/Chicago	45.05274	-93.10939	276			MN	123	59998	
5020389	Carimona	carimona	US		0	America/Chicago	43.66024	-92.15766	311			MN	045	09910	
5020442	Carmody	carmody	US		0	America/Chicago	45.65163	-93.47134	300			MN	059	14572	
5020446	Carnelian Junction	carnelian-junction	US		0	America/Chicago	45.12469	-92.83021	293			MN	163	41120	
5020457	Carp	carp	US		0	America/Chicago	48.50525	-94.64717	345			MN	077	63945	
5020467	Carpenters Corner	carpenters-corner	US		0	America/Chicago	48.15803	-96.43755	315			MN	113	47590	
5020497	Carver Beach	carver-beach	US		0	America/Chicago	44.87802	-93.53773	287			MN	019	10918	
5020544	Casino	casino	US		0	America/Chicago	46.42691	-94.54029	415			MN	021	41102	
5020545	Casperson	casperson	US		0	America/Chicago	48.57608	-95.68721	354			MN	135	24326	
5020568	Castle Danger	castle-danger	US		0	America/Chicago	47.12076	-91.50323	191			MN	075	60304	
5020593	Caven Mobile Home Park	caven-mobile-home-park	US		0	America/Chicago	43.6519	-94.72526	392			MN	091	59620	
5020603	Cedar Beach	cedar-beach	US		0	America/Chicago	44.16163	-92.4649	288			MN	109	48616	
5020674	Cedar Lane Trailer Park	cedar-lane-trailer-park	US		0	America/Chicago	44.22917	-95.62444	428			MN	083	65308	
5020679	Cedar Mills	cedar-mills	US		44	America/Chicago	44.94302	-94.52249	334	Cedar Mills,City of Cedar Mills		MN	093		
5020780	Central Lakes	central-lakes	US		0	America/Chicago	47.22577	-92.47658	409			MN	137	18800	
5020904	Charlesville	charlesville	US		0	America/Chicago	45.94913	-96.26867	307			MN	155	64966	
5020993	Cherry Grove	cherry-grove	US		0	America/Chicago	43.58746	-92.28878	404			MN	045	21860	
5021004	Chickamaw Beach	chickamaw-beach	US		113	America/Chicago	46.74357	-94.38527	397	Chickamaw Beach,City of Chickamaw Beach		MN	021	11296	
5021035	Chippewa City	chippewa-city	US		0	America/Chicago	47.75961	-90.30205	204			MN	031	69307	
5021094	Choice	choice	US		0	America/Chicago	43.65969	-91.79071	250			MN	045	52396	
5021307	Churchill	churchill	US		0	America/Chicago	45.0219	-95.86698	291			MN	023	33668	
5021308	Churchill	churchill	US		0	America/Chicago	44.8183	-94.67082	332			MN	129	07912	
5021346	Clappers	clappers	US		0	America/Chicago	47.43548	-91.96489	509			MN	137	03880	
5021375	Claremont Mobile Homes	claremont-mobile-homes	US		0	America/Chicago	44.04663	-92.99548	390			MN	039	11566	
5021447	Claybank	claybank	US		0	America/Chicago	44.44163	-92.63186	323			MN	049	24416	
5021556	Clearwater Estates	clearwater-estates	US		0	America/Chicago	45.4125	-94.04028	290			MN	171	11800	
5021575	Clementson	clementson	US		0	America/Chicago	48.6908	-94.43631	333			MN	077	26250	
5021610	Clinton Falls	clinton-falls	US		0	America/Chicago	44.13885	-93.24688	345			MN	147	12052	
5021648	Clotho	clotho	US		0	America/Chicago	46.01969	-95.04281	409			MN	153	36674	
5021676	Cloverleaf Mobile Home Community	cloverleaf-mobile-home-community	US		0	America/Chicago	45.57222	-94.13889	313			MN	009		
5021678	Cloverton	cloverton	US		0	America/Chicago	46.168	-92.31964	333			MN	115	45484	
5021694	Coates	coates	US		163	America/Chicago	44.71719	-93.03466	278	City of Coates,Coates		MN	037	12376	
5021720	Coffee Pot Landing	coffee-pot-landing	US		0	America/Chicago	47.3494	-95.18307	423			MN	029	04186	
5021770	Coleraine Junction	coleraine-junction	US		0	America/Chicago	46.96716	-92.57241	397			MN	137	00820	
5021803	Collis	collis	US		0	America/Chicago	45.64663	-96.42562	326			MN	155	64246	
5021812	Colonial Manor Mobile Home Park	colonial-manor-mobile-home-park	US		0	America/Chicago	44.09996	-93.25799	365			MN	147	49300	
5021814	Colony Court	colony-court	US		0	America/Chicago	44.09802	-93.50633	342			MN	161	68296	
5021828	Columbia Heights	columbia-heights	US		19715	America/Chicago	45.0408	-93.263	281	City of Columbia Heights,Columbia Heights,Kolambija Khajts,Kolambija-Gajts,Kolambija-Khajts,Kolumbia Khehjts,kwlwmbya hayts,Коламбия-Хайтс,Коламбија Хајтс,Коламбія-Гайтс,Колумбиа Хэйтс,كولومبيا هايتس,کلمبیا هایتس، مینه‌سوتا,کولمبیا ہائٹس، مینیسوٹا		MN	003	12700	
5021897	Comus	comus	US		0	America/Chicago	44.38496	-93.25744	311			MN	131	07714	
5021923	Coney Island	coney-island	US		0	America/Chicago	44.85496	-93.76135	296			MN	019	35108	
5021959	Constance	constance	US		0	America/Chicago	45.25524	-93.28551	276			MN	003	01486	
5021995	Cooley	cooley	US		0	America/Chicago	47.35827	-93.19214	441			MN	061	37934	
5021999	Coon Creek	coon-creek	US		0	America/Chicago	45.15163	-93.30106	261			MN	003	13114	
5022021	Coon Lake Beach	coon-lake-beach	US		0	America/Chicago	45.30802	-93.15606	277	Coon Lake,Coon Lake Beach		MN	003	17486	
5022038	Coopers Corner	coopers-corner	US		0	America/Chicago	45.39913	-93.23467	284	Cooper Corner,Coopers Corner		MN	003	17486	
5022041	Copas	copas	US		0	America/Chicago	45.23469	-92.76465	244			MN	163	58900	
5022070	Cormorant	cormorant	US		0	America/Chicago	46.73051	-96.06561	417			MN	005	13294	
5022107	Cort	cort	US		0	America/Chicago	47.33272	-93.24714	425			MN	061	25892	
5022110	Corvuso	corvuso	US		0	America/Chicago	44.93607	-94.60471	335			MN	093	10486	
5022125	Cosmos Mobile Home Park	cosmos-mobile-home-park	US		0	America/Chicago	44.93611	-94.69639	339			MN	093	13420	
5022179	Country Acres	country-acres	US		0	America/Chicago	44.97333	-94.0525	312			MN	085	71086	
5022184	Country Club Terrace Mobile Home Park	country-club-terrace-mobile-home-park	US		0	America/Chicago	44.89778	-94.39278	325			MN	085	30644	
5022188	Country Valley Mobile Home Park	country-valley-mobile-home-park	US		0	America/Chicago	44.07163	-91.72598	200			MN	169	24524	
5022189	Country Village Mobile Estates	country-village-mobile-estates	US		0	America/Chicago	45.07361	-94.19833	318			MN	171	12430	
5022192	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/Chicago	43.66663	-92.97519	369			MN	099	02908	
5022195	Countryview Estates	countryview-estates	US		0	America/Chicago	44.51806	-94.71833	317			MN	129	20222	
5023285	Covill	covill	US		0	America/Chicago	47.79517	-90.16065	211			MN	031	17531	
5023311	Cramer	cramer	US		0	America/Chicago	47.52713	-91.09015	427			MN	075		
5023378	Credit River	credit-river	US		0	America/Chicago	44.67441	-93.37911	302			MN	139	13726	
5023379	Crescent Beach	crescent-beach	US		0	America/Chicago	44.91441	-93.59857	285			MN	053	60016	
5023407	Croftville	croftville	US		0	America/Chicago	47.76489	-90.27566	191			MN	031	69307	
5023409	Croix Estates	croix-estates	US		0	America/Chicago	45.37444	-92.89278	276			MN	025	11350	
5023466	Crookston Junction	crookston-junction	US		0	America/Chicago	47.75636	-96.62229	269			MN	119	13870	
5023473	Crosby Beach	crosby-beach	US		0	America/Chicago	46.47163	-93.94971	386			MN	035	31202	
5023482	Cross Lake	cross-lake	US		2141	America/Chicago	46.65941	-94.11387	378	City of Crosslake,Cross Lake,Crosslake		MN	035	13978	
5023525	Crow River	crow-river	US		0	America/Chicago	45.24385	-94.72445	353			MN	093	66226	
5023542	Crow Wing	crow-wing	US		0	America/Chicago	46.27997	-94.2925	364			MN	035	14122	
5023631	Cummingsville	cummingsville	US		0	America/Chicago	43.87469	-92.26017	309			MN	109	48526	
5023639	Current Lake	current-lake	US		0	America/Chicago	44.13858	-95.94335	507	Currant Lake,Current Lake		MN	101	18782	
5023670	Cusson	cusson	US		0	America/Chicago	48.10186	-92.84295	406			MN	137	36332	
5023687	Cuyuna	cuyuna	US		346	America/Chicago	46.51691	-93.92304	382	City of Cuyuna,Cuyuna		MN	035	14428	
5023715	Dads Corner	dads-corner	US		0	America/Chicago	46.33273	-93.25912	385			MN	001	51694	
5023747	Dakomin	dakomin	US		0	America/Chicago	45.72496	-96.67202	299			MN	155	70834	
5023756	Dakota Junction	dakota-junction	US		0	America/Chicago	48.15886	-96.19448	345			MN	113	46762	
5023812	Danesville	danesville	US		0	America/Chicago	44.09385	-92.6788	375			MN	039	40004	
5023852	Darby Junction	darby-junction	US		0	America/Chicago	47.35937	-91.63211	521			MN	075	60304	
5023919	Davies	davies	US		0	America/Chicago	46.60052	-95.31114	441			MN	111	30050	
5023968	Days High Landing	days-high-landing	US		0	America/Chicago	47.25217	-93.80578	391			MN	021		
5023974	De Forest	de-forest	US		0	America/Chicago	47.45993	-92.57935	433			MN	137	19934	
5024023	Debs	debs	US		0	America/Chicago	47.73134	-95.12806	409			MN	007	55402	
5024044	Deephaven	deephaven	US		3843	America/Chicago	44.92969	-93.52246	291	City of Deephaven,Deephaven		MN	053	15148	
5024091	Deer Lane	deer-lane	US		0	America/Chicago	47.03996	-94.97807	450			MN	057	34262	
5024159	Delft	delft	US		0	America/Chicago	43.98635	-95.08888	443	Delft,Wilhelmine		MN	033	10108	
5024184	Delorme	delorme	US		0	America/Chicago	47.76469	-96.28922	334			MN	125	34820	
5024197	Denham	denham	US		34	America/Chicago	46.36383	-92.94298	371	City of Denham,Denham		MN	115	15670	
5024282	Diamond Corner	diamond-corner	US		0	America/Chicago	43.99386	-96.10391	546			MN	117	08650	
5024394	Ditter	ditter	US		0	America/Chicago	45.01385	-93.52246	308			MN	053	41480	
5024480	Domaas	domaas	US		0	America/Chicago	48.11552	-94.55024	360			MN	007	68440	
5024485	Don' Lakeview Mobile Home Park	don-lakeview-mobile-home-park	US		0	America/Chicago	45.90833	-95.41389	424			MN	041	33992	
5024497	Donehower	donehower	US		0	America/Chicago	43.96107	-91.40653	206			MN	169	54286	
5024513	Dora Lake	dora-lake	US		0	America/Chicago	47.73856	-94.04022	404	Dora Lake,Popple Lake		MN	061	33272	
5024535	Dotson	dotson	US		0	America/Chicago	44.1719	-94.99471	330			MN	015	62590	
5024586	Downer	downer	US		0	America/Chicago	46.75413	-96.48701	295			MN	027	18710	
5024607	Dresbach	dresbach	US		0	America/Chicago	43.89552	-91.3432	208			MN	169	16408	
5024704	Duelm	duelm	US		0	America/Chicago	45.57219	-93.93442	314			MN	009	56986	
5024706	Duesler	duesler	US		0	America/Chicago	46.51189	-92.50853	310			MN	017	06328	
5024713	Dugdale	dugdale	US		0	America/Chicago	47.70163	-96.26644	346			MN	119	26190	
5024725	Duluth Heights	duluth-heights	US		0	America/Chicago	46.80077	-92.13186	386			MN	137	17000	
5024727	Duluth Junction	duluth-junction	US		0	America/Chicago	45.07663	-92.89993	302			MN	163	25334	
5024736	Dumblane	dumblane	US		0	America/Chicago	47.14688	-92.61491	396			MN	137	32696	
5024783	Dunvilla	dunvilla	US		0	America/Chicago	46.66301	-96.01617	407	Dunns Resort,Dunvilla		MN	111	17162	
5024785	Dunwoody Junction	dunwoody-junction	US		0	America/Chicago	47.45188	-92.86741	442			MN	137	28790	
5024789	Duquette	duquette	US		0	America/Chicago	46.36967	-92.55325	349			MN	115	46132	
5024883	Eagle Lake Regency	eagle-lake-regency	US		0	America/Chicago	44.15413	-93.87745	306			MN	013	17378	
5024909	Eagles Nest	eagles-nest	US		0	America/Chicago	47.83991	-92.09654	454			MN	137	17440	
5024935	East Beaver Bay	east-beaver-bay	US		0	America/Chicago	47.2677	-91.28294	202			MN	075	04474	
5024937	East Bethel	east-bethel	US		11692	America/Chicago	45.31941	-93.20245	277	City of East Bethel,East Bethel,Ist Betel,Ist Bezehl,Ist-Betel,ayst bythyl,Іст-Бетел,Ист Безэл,Ист Бетел,Ист-Бетел,إيست بيثيل,ایست بتل، مینه‌سوتا,ایسٹ بیتھل، مینیسوٹا		MN	003	17486	
5024967	East Chain	east-chain	US		0	America/Chicago	43.55884	-94.36525	356			MN	091	17522	
5024977	East Cottage Grove	east-cottage-grove	US		0	America/Chicago	44.84163	-92.8816	278			MN	163	13456	
5025001	East Gull Lake	east-gull-lake	US		1011	America/Chicago	46.40802	-94.35584	382	City of East Gull Lake,East Gull Lake		MN	021	17630	
5025014	East Lake	east-lake	US		0	America/Chicago	46.53828	-93.28356	380			MN	001	61546	
5025021	East Lake Francis Shores	east-lake-francis-shores	US		0	America/Chicago	45.50385	-93.32384	287			MN	059	07246	
5025096	East Union	east-union	US		0	America/Chicago	44.71802	-93.68163	261			MN	019	14482	
5025136	Eastside Mobile Home Park	eastside-mobile-home-park	US		0	America/Chicago	43.63275	-91.48625	359			MN	055	09226	
5025139	Eastview Mobile Home Park	eastview-mobile-home-park	US		0	America/Chicago	45.26528	-94.105	325			MN	171	01684	
5025141	Eastwood Manor Mobile Home Park	eastwood-manor-mobile-home-park	US		0	America/Chicago	44.15413	-93.9669	304			MN	013	39878	
5025194	Echols	echols	US		0	America/Chicago	43.92385	-94.67498	344			MN	165	38024	
5025333	Eidswold	eidswold	US		0	America/Chicago	44.56191	-93.28383	343			MN	139	45754	
5025399	Elbow Lake Village	elbow-lake-village	US		0	America/Chicago	47.14663	-95.55197	485			MN	005	17455	
5025405	Eldes Corner	eldes-corner	US		0	America/Chicago	46.70994	-92.27991	354			MN	137	42056	
5025411	Elcor	elcor	US		0	America/Chicago	47.5052	-92.44102	470			MN	137	23714	
5024747	Dunbar	dunbar	US	15431	0	America/Chicago	47.65829	-94.22467	412			MN	061	24362	
5025417	Elevenmile Corner	elevenmile-corner	US		0	America/Chicago	47.19579	-93.95634	397			MN	021	58216	
5025520	Ellerth	ellerth	US		0	America/Chicago	48.35497	-96.47755	323			MN	089	40778	
5025543	Ellson	ellson	US		0	America/Chicago	46.31745	-93.01132	381			MN	115	07552	
5025564	Elm Estates	elm-estates	US		0	America/Chicago	45.39222	-92.85528	284			MN	025	37304	
5025565	Elm Grove Mobile Home Park	elm-grove-mobile-home-park	US		0	America/Chicago	45.26278	-94.12417	326			MN	171	01684	
5025573	Elm Park	elm-park	US		0	America/Chicago	45.67302	-93.27606	293			MN	059	40292	
5025579	Elm Tree Mobile Home Park	elm-tree-mobile-home-park	US		0	America/Chicago	43.6669	-94.61942	379			MN	091	69070	
5025731	Emmaville	emmaville	US		0	America/Chicago	47.06551	-94.98057	474			MN	057	11682	
5025776	Englund	englund	US		0	America/Chicago	48.48581	-96.62811	296	England,Englund		MN	089	45142	
5025779	Enok	enok	US		0	America/Chicago	48.65387	-96.75839	269			MN	069	32228	
5025800	Erdahl	erdahl	US		0	America/Chicago	45.9919	-95.81783	387			MN	051	19538	
5025827	Ericsburg	ericsburg	US		0	America/Chicago	48.48771	-93.33126	342			MN	071	52990	
5025864	Espelie	espelie	US		0	America/Chicago	48.22357	-95.68028	357			MN	089	19736	
5025884	Esterdy	esterdy	US		0	America/Chicago	46.47663	-94.73252	387	Esterday,Esterdy		MN	021	09136	
5025885	Estes Brook	estes-brook	US		0	America/Chicago	45.64886	-93.73719	320			MN	095	42326	
5025900	Etter	etter	US		0	America/Chicago	44.66163	-92.74381	213			MN	037	53260	
5025908	Eureka Center	eureka-center	US		0	America/Chicago	44.58719	-93.218	296			MN	037	19871	
5025910	Evan	evan	US		83	America/Chicago	44.35413	-94.84138	313	City of Evan,Evan		MN	015	19880	
5025983	Everdell	everdell	US		0	America/Chicago	46.26746	-96.40812	303			MN	167	63562	
5026023	Evergreen Mobile Home Park	evergreen-mobile-home-park	US		0	America/Chicago	45.09444	-94.51111	345			MN	093	37466	
5026028	Evergreen Village	evergreen-village	US		0	America/Chicago	45.61944	-94.1875	326			MN	009		
5026029	Evergreen Village	evergreen-village	US		0	America/Chicago	45.62167	-94.20667	315			MN	145	58612	
5026119	Fairmont Estates	fairmont-estates	US		0	America/Chicago	43.66801	-94.4433	354			MN	091	20330	
5026270	Falls Junction	falls-junction	US		0	America/Chicago	48.60271	-93.34292	344			MN	071	53134	
5026317	Farming	farming	US		0	America/Chicago	45.51524	-94.59806	361			MN	145	20600	
5026332	Farris	farris	US		0	America/Chicago	47.37662	-94.70277	415			MN	057	20528	
5026347	Faunce	faunce	US		0	America/Chicago	48.59303	-94.95245	393			MN	077	21690	
5026505	Finkle	finkle	US		0	America/Chicago	46.81385	-96.7473	279			MN	027	43882	
5026789	Fischers Garden Mobile Park	fischers-garden-mobile-park	US		0	America/Chicago	45.60639	-94.19222	309			MN	009	58684	
5026880	Five Corners	five-corners	US		0	America/Chicago	46.80772	-92.27991	424			MN	137	28682	
5026902	Flaming	flaming	US		0	America/Chicago	47.45663	-96.27061	346			MN	107	63508	
5026983	Florian	florian	US		0	America/Chicago	48.4422	-96.62811	292			MN	089	71842	
5027018	Foldahl	foldahl	US		0	America/Chicago	48.33331	-96.55033	301	Foldahl,Foldal		MN	089	21500	
5027035	Foley Mobile Home Park	foley-mobile-home-park	US		0	America/Chicago	45.66972	-93.90333	346			MN	009	21536	
5027036	Foley Mobile Home Park South	foley-mobile-home-park-south	US		0	America/Chicago	45.66333	-93.90389	343			MN	009	21536	
5027083	Forada	forada	US		191	America/Chicago	45.79218	-95.35559	432	City of Forada,Forada		MN	041	21608	
5027094	Forest Center	forest-center	US		0	America/Chicago	47.7949	-91.30763	483			MN	075	62995	
5027124	Forest Mills	forest-mills	US		0	America/Chicago	44.29774	-92.64075	308			MN	049	72346	
5027151	Forsman	forsman	US		0	America/Chicago	47.70798	-92.57879	422			MN	137	58369	
5027175	Fort Saint Charles	fort-saint-charles	US		0	America/Chicago	49.36194	-94.98079	326			MN	077	01550	
5027194	Fossum	fossum	US		0	America/Chicago	47.23857	-96.17617	345			MN	107	22022	
5027227	Four Jays Mobile Home Park	four-jays-mobile-home-park	US		0	America/Chicago	45.15056	-94.68278	363			MN	093	26126	
5027230	Four Town	four-town	US		0	America/Chicago	48.28108	-95.33554	373			MN	007	43360	
5027373	Fredenberg	fredenberg	US		0	America/Chicago	46.97383	-92.21713	424			MN	137	22508	
5027416	Freedhem	freedhem	US		0	America/Chicago	46.05635	-94.20861	384			MN	097	04888	
5027450	French	french	US		0	America/Chicago	46.28802	-96.20173	339			MN	111	09946	
5027452	Freiheit Spring	freiheit-spring	US		0	America/Chicago	43.7058	-92.31739	361			MN	045	21068	
5027459	French Lake	french-lake	US		0	America/Chicago	45.19996	-94.18554	323			MN	171	22760	
5027466	French River	french-river	US		0	America/Chicago	46.89799	-91.89713	198			MN	137	17018	
5027482	Fridley	fridley	US		27713	America/Chicago	45.08608	-93.26328	262	City of Fridley,Fridlehj,Fridley,Fridli,frydly,frydly  mynh‌swta,peulideulli,Фридли,Фридлэй,Фрідлі,فريدلي,فریدلی، مینه‌سوتا,فریڈلی، مینیسوٹا,프리들리		MN	003	22814	
5027514	Frogner	frogner	US		0	America/Chicago	46.55411	-92.30658	260			MN	017	71806	
5027542	Fruitville	fruitville	US		0	America/Chicago	45.71302	-94.07943	348			MN	009	41192	
5027547	Fryers Mobile Home Park	fryers-mobile-home-park	US		0	America/Chicago	44.06913	-92.75575	359			MN	039	39986	
5027587	Funkley	funkley	US		5	America/Chicago	47.78357	-94.43135	424	City of Funkley,Funkley		MN	007	22976	
5027704	Garnes	garnes	US		0	America/Chicago	47.90635	-95.88086	352			MN	125	23174	
5027722	Garvin Park	garvin-park	US		0	America/Chicago	44.44694	-95.78806	354			MN	083	40688	
5027737	Gates Corner	gates-corner	US		0	America/Chicago	48.45275	-95.31914	380			MN	007	46770	
5027738	Gates Corner	gates-corner	US		0	America/Chicago	48.21912	-94.1027	363			MN	071	47352	
5027756	Gaylord Mobile Home Park	gaylord-mobile-home-park	US		0	America/Chicago	44.56083	-94.20694	301			MN	143	23300	
5027773	Gem Lake	gem-lake	US		469	America/Chicago	45.05747	-93.03244	292	City of Gem Lake,Gem Lake		MN	123	23318	
5027776	Gemmell	gemmell	US		0	America/Chicago	47.97329	-94.12382	411			MN	071	47131	
5027799	Genola	genola	US		75	America/Chicago	45.96024	-94.11638	354	City of Genola,Genola,New Pierz		MN	097	50794	
5027804	Gentilly	gentilly	US		0	America/Chicago	47.78914	-96.44922	283			MN	119	23480	
5027847	Georgeville	georgeville	US		0	America/Chicago	45.42858	-94.92724	378			MN	145	14086	
5027911	Gheen	gheen	US		0	America/Chicago	47.96797	-92.80823	415			MN	137	23632	
5027912	Gheen Corner	gheen-corner	US		0	America/Chicago	47.96408	-92.82906	409			MN	137	23632	
5027927	Gibbon Trailer Park	gibbon-trailer-park	US		0	America/Chicago	44.53611	-94.51667	317			MN	143	59242	
5027935	Giese	giese	US		0	America/Chicago	46.21606	-93.1166	388			MN	001	67540	
5027962	Gilfillan	gilfillan	US		0	America/Chicago	44.45913	-94.99444	317			MN	127	49894	
5028032	Glen Knoll Mobile Home Park	glen-knoll-mobile-home-park	US		0	America/Chicago	44.775	-94.16944	309			MN	085	23948	
5028034	Glen Lake	glen-lake	US		0	America/Chicago	44.9033	-93.46745	287			MN	053	43252	
5028040	Glen Oaks Mobile Home Park	glen-oaks-mobile-home-park	US		0	America/Chicago	45.66167	-93.91944	349			MN	009	21536	
5028064	Glendorado	glendorado	US		0	America/Chicago	45.57802	-93.76969	314			MN	009	24020	
5028096	Glenwood Junction	glenwood-junction	US		0	America/Chicago	44.98719	-93.33273	258			MN	053	24308	
5028118	Glory	glory	US		0	America/Chicago	46.41746	-93.60052	386			MN	001	68872	
5028123	Gluek	gluek	US		0	America/Chicago	44.98524	-95.47335	317			MN	023	13672	
5028140	Godahl	godahl	US		0	America/Chicago	44.10885	-94.63998	318			MN	165	45124	
5028158	Golden Hill	golden-hill	US		0	America/Chicago	43.9883	-92.46823	354			MN	109	54880	
5028373	Gowan	gowan	US		0	America/Chicago	46.86411	-92.84715	385			MN	137	21356	
5028448	Gracelock	gracelock	US		0	America/Chicago	45.05051	-95.58058	314	Gracelock,Havelock		MN	023	27656	
5028452	Graceton	graceton	US		0	America/Chicago	48.74109	-94.83633	346			MN	077	38988	
5028480	Grainwood	grainwood	US		0	America/Chicago	44.72219	-93.43939	277			MN	139	52594	
5028491	Grand Falls	grand-falls	US		0	America/Chicago	48.19856	-93.79268	374			MN	071	61433	
5028540	Grand View Heights	grand-view-heights	US		0	America/Chicago	46.61329	-95.5231	414			MN	111	51208	
5028544	Grand View Mobile Park	grand-view-mobile-park	US		0	America/Chicago	44.5625	-92.61722	272	Grand View Mobile Park,Grandview Trailer Court		MN	049	53620	
5028705	Greaney	greaney	US		0	America/Chicago	47.96715	-93.02101	397			MN	137		
5028720	Greely	greely	US		0	America/Chicago	45.74468	-93.06827	300			MN	115	56194	
5028764	Green Lea Mobile Home Park	green-lea-mobile-home-park	US		0	America/Chicago	43.52052	-91.76959	345			MN	045	38888	
5028780	Green Valley Mobile Home Park	green-valley-mobile-home-park	US		0	America/Chicago	44.32361	-93.95778	233			MN	103	58036	
5028823	Greenleafton	greenleafton	US		0	America/Chicago	43.58024	-92.20933	413			MN	045	72076	
5028861	Greenwood Junction	greenwood-junction	US		0	America/Chicago	47.44075	-91.57989	584			MN	075	60304	
5028916	Grogan	grogan	US		0	America/Chicago	44.01635	-94.53663	318			MN	165	55780	
5028921	Groningen	groningen	US		0	America/Chicago	46.15078	-92.92409	344			MN	115	15598	
5028957	Grove Lake	grove-lake	US		0	America/Chicago	45.61413	-95.15753	411			MN	121	26162	
5028994	Guckeen	guckeen	US		0	America/Chicago	43.65134	-94.22496	338			MN	043	31976	
5029047	Gunn	gunn	US		0	America/Chicago	47.21605	-93.47521	391			MN	061	12502	
5029068	Gutches Grove	gutches-grove	US		0	America/Chicago	45.94413	-94.95947	422			MN	153	53926	
5029091	Hader	hader	US		0	America/Chicago	44.36552	-92.80103	360			MN	049	67990	
5029093	Hadler	hadler	US		0	America/Chicago	47.36858	-96.53535	275			MN	107	51658	
5029153	Hallmark Terrace	hallmark-terrace	US		0	America/Chicago	44.08056	-92.45694	311			MN	109	10180	
5029181	Ham Lake	ham-lake	US		16062	America/Chicago	45.25024	-93.24995	274	City of Ham Lake,Gam-Lejk,Ham Lake,Kham Lehjk,Kham Lejk,Kham-Lejk,ham lyk,Гам-Лейк,Хам Лејк,Хам Лэйк,Хам-Лейк,هام ليك,هم لیک، مینه‌سوتا		MN	003	26738	
5029287	Hansen's Harbor and Trailer Court	hansen-s-harbor-and-trailer-court	US		0	America/Chicago	44.49944	-92.31528	206			MN	049	21392	
5029333	Happy Wanderer	happy-wanderer	US		0	America/Chicago	47.69213	-91.69237	497			MN	075	62995	
5029340	Harding	harding	US		126	America/Chicago	46.11608	-94.04082	384	City of Harding,Harding		MN	097	27098	
5029368	Harliss	harliss	US		0	America/Chicago	44.58247	-92.65547	213			MN	049	53620	
5029379	Harmony Mobile Home Park	harmony-mobile-home-park	US		0	America/Chicago	43.55524	-92.01016	412			MN	045	27188	
5029387	Harnell Park	harnell-park	US		0	America/Chicago	46.88744	-92.3963	413			MN	137	24956	
5029389	Harney	harney	US		0	America/Chicago	46.72161	-92.33352	365			MN	017	64768	
5029477	Hartley Spur	hartley-spur	US		0	America/Chicago	46.99689	-93.02521	388			MN	137	52224	
5029499	Hassman	hassman	US		0	America/Chicago	46.6019	-93.61302	368			MN	001	44278	
5029523	Haug	haug	US		0	America/Chicago	48.8197	-96.18446	314			MN	135	61096	
5029554	Hawick	hawick	US		0	America/Chicago	45.34774	-94.82723	378			MN	067	55834	
5029595	Hay Creek	hay-creek	US		0	America/Chicago	44.49191	-92.5438	254			MN	049	27818	
5029670	Haypoint	haypoint	US		0	America/Chicago	46.89968	-93.61384	387			MN	001	39212	
5029692	Hazel Run	hazel-run	US		60	America/Chicago	44.7519	-95.71502	324	City of Hazel Run,Hazel Run		MN	173	28016	
5029749	Heatwole	heatwole	US		0	America/Chicago	44.83413	-94.39971	323			MN	085	38798	
5029783	Heiberg	heiberg	US		0	America/Chicago	47.28302	-96.27589	309			MN	107	70276	
5029805	Heinola	heinola	US		0	America/Chicago	46.45607	-95.40726	431			MN	111	46006	
5029871	Hendrickson Landing	hendrickson-landing	US		0	America/Chicago	48.29995	-93.82018	342			MN	071	47352	
5029911	Henrytown	henrytown	US		0	America/Chicago	43.59441	-91.92932	337			MN	045	01396	
5029952	Hermantown	hermantown	US		9706	America/Chicago	46.80689	-92.23825	415	City of Hermantown,Germantaun,Hermantown,Khehrmantaun,Khermantaun,hyrmantawn,Германтаун,Хермантаун,Хэрмантаун,هرمانتاوون، مینه‌سوتا,هيرمانتاون		MN	137	28682	
5029969	Heritage Estates	heritage-estates	US		0	America/Chicago	44.02608	-92.85686	390			MN	039	15994	
5029997	Hi-Vue Park	hi-vue-park	US		0	America/Chicago	45.61389	-94.205	318			MN	145	58612	
5030030	Hidden Valley Mobile Home Village	hidden-valley-mobile-home-village	US		0	America/Chicago	44.0708	-91.7571	238			MN	169	55294	
5030044	High Ciara Mobile Home Park	high-ciara-mobile-home-park	US		0	America/Chicago	44.16552	-93.96273	306			MN	013	39878	
5030045	High Forest	high-forest	US		0	America/Chicago	43.84496	-92.5499	381	High Forest,High Forrest		MN	109	28880	
5030061	High Landing	high-landing	US		0	America/Chicago	48.04941	-95.80863	351			MN	113	29024	
5030088	Highland Park Estates	highland-park-estates	US		0	America/Chicago	43.63469	-91.49681	360			MN	055	09226	
5030164	Hillcrest Mobile Home Park	hillcrest-mobile-home-park	US		0	America/Chicago	43.76385	-93.3291	400			MN	047	11674	
5030167	Hillcrest Park Mobile Home Park	hillcrest-park-mobile-home-park	US		0	America/Chicago	43.64245	-94.08635	322			MN	043	06688	
5030182	Hills Mobile Home Park	hills-mobile-home-park	US		0	America/Chicago	43.82802	-91.30403	207			MN	055	33866	
5030223	Hilltop Manor Mobile Home Park	hilltop-manor-mobile-home-park	US		0	America/Chicago	45.29639	-96.42722	333			MN	011	48706	
5030285	Hiview Park	hiview-park	US		0	America/Chicago	45.90556	-95.34389	431			MN	041	00928	
5030287	Hixon	hixon	US		0	America/Chicago	47.81747	-96.67562	266	Hixon,Nixon		MN	119	38330	
5030331	Hoffmans Corner	hoffmans-corner	US		0	America/Chicago	45.05024	-93.03188	293	Hoffmans Corner,Hoffmans Corners		MN	123	66460	
5030426	Hollandale Junction	hollandale-junction	US		0	America/Chicago	43.66357	-93.18937	382			MN	047	27962	
5030681	Hoppe Mobile Home Park	hoppe-mobile-home-park	US		0	America/Chicago	44.08191	-93.85773	297			MN	013	56824	
5030682	Hopper	hopper	US		0	America/Chicago	47.50993	-92.58102	437			MN	137	44548	
5030697	Hornby	hornby	US		0	America/Chicago	47.34326	-91.90212	494			MN	137	20186	
5030798	Houpt (historical)	houpt-historical	US		0	America/Chicago	47.80051	-94.39135	425			MN	061	46582	
5030840	Howard Lake Mobile Home Park	howard-lake-mobile-home-park	US		0	America/Chicago	45.05667	-94.07556	315			MN	171	30284	
5030931	Hunters Park	hunters-park	US		0	America/Chicago	46.82911	-92.07324	334	Hunter Park,Hunters Park		MN	137	17000	
5030953	Huot	huot	US		0	America/Chicago	47.86525	-96.42339	276			MN	125	38276	
5030971	Hustad Mobile Home Park	hustad-mobile-home-park	US		0	America/Chicago	45.89028	-95.35	434			MN	041	00928	
5031002	Hutton	hutton	US		0	America/Chicago	43.61608	-92.04488	326			MN	045	52468	
5031008	Hydes Lake	hydes-lake	US		0	America/Chicago	44.81885	-93.84941	302			MN	019	67450	
5031041	Idington	idington	US		0	America/Chicago	47.73325	-92.65184	412			MN	137	01612	
5031053	Illgen City	illgen-city	US		0	America/Chicago	47.34686	-91.18961	225			MN	075	04474	
5031256	Indus	indus	US		0	America/Chicago	48.62523	-93.83767	338			MN	071	47352	
5031266	Inger	inger	US		212	America/Chicago	47.55412	-93.98522	406			MN	061	07105	
5031270	Inguadona	inguadona	US		0	America/Chicago	46.98329	-94.13025	398			MN	021	30986	
5031445	Iron Junction	iron-junction	US		86	America/Chicago	47.41882	-92.60352	423	City of Iron Junction,Iron,Iron Junction		MN	137	31238	
5031497	Isanti Estates	isanti-estates	US		0	America/Chicago	45.45472	-93.23333	284			MN	059	02602	
5031508	Isinours	isinours	US		0	America/Chicago	43.71024	-92.05571	274			MN	045	10090	
5031596	Island View	island-view	US		150	America/Chicago	48.5952	-93.16681	349	City of Island View,Island View		MN	071	52990	
5031635	Iverson	iverson	US		0	America/Chicago	46.66633	-92.52936	375			MN	017	65902	
5031660	Jack Pine	jack-pine	US		0	America/Chicago	47.38329	-95.52058	451			MN	029	35630	
5031719	Jacobs Prairie	jacobs-prairie	US		0	America/Chicago	45.48691	-94.39305	351			MN	145	67630	
5031734	Jakeville	jakeville	US		0	America/Chicago	45.75024	-93.98665	367			MN	009	00668	
5031768	Jarrett	jarrett	US		0	America/Chicago	44.23608	-92.33907	242	Jarrett,Jarretts,Jarretts Ford		MN	157	30680	
5031787	Jasper Sunrise Village	jasper-sunrise-village	US		0	America/Chicago	43.84942	-96.39115	496			MN	117	31760	
5031800	Jay See Landing	jay-see-landing	US		0	America/Chicago	47.54575	-91.47793	585	J C Landing,Jay Cee Landing,Jay See Landing,Jaycee		MN	075	62995	
5031860	Jelle	jelle	US		0	America/Chicago	48.23802	-95.40027	371			MN	007	26900	
5031869	Jennie	jennie	US		0	America/Chicago	45.00774	-94.34804	336			MN	093	12628	
5031897	Jessenland	jessenland	US		0	America/Chicago	44.57191	-93.9233	224			MN	143	31922	
5031902	Jessie Lake	jessie-lake	US		0	America/Chicago	47.60106	-93.81715	420	Jesse Lake,Jessie Lake		MN	061	34568	
5031990	Johnsdale	johnsdale	US		0	America/Chicago	46.03274	-93.78858	400			MN	095	07210	
5032074	Johnson's Sunset Mobile Home Park	johnson-s-sunset-mobile-home-park	US		0	America/Chicago	46.1425	-92.86583	336			MN	115	58396	
5032084	Johnsville	johnsville	US		0	America/Chicago	45.19719	-93.23439	275			MN	003	06382	
5032091	Jonathan	jonathan	US		0	America/Chicago	44.80024	-93.60079	268			MN	019	10972	
5032145	Judge	judge	US		0	America/Chicago	43.89913	-92.47601	393			MN	109	28880	
5032513	Jurgenson	jurgenson	US		0	America/Chicago	47.33216	-93.22964	418			MN	061	25892	
5032820	Kabekona Corner	kabekona-corner	US		0	America/Chicago	47.23468	-94.87667	418			MN	057	28466	
5032956	Keenan	keenan	US		0	America/Chicago	47.38326	-92.60435	413			MN	137	12016	
5033015	Kelly Lake	kelly-lake	US		0	America/Chicago	47.41743	-93.00658	459			MN	137	28790	
5033016	Kelly Landing	kelly-landing	US		0	America/Chicago	47.67657	-91.33598	545			MN	075	62995	
5033023	Kelsey	kelsey	US		0	America/Chicago	47.15383	-92.59936	397			MN	137	32696	
5033050	Kennedy Landing	kennedy-landing	US		0	America/Chicago	47.37936	-91.15072	184			MN	075		
5033129	Kerns	kerns	US		0	America/Chicago	44.21108	-94.10996	302			MN	103	04744	
5033143	Kesteloot's Trailer Court	kesteloot-s-trailer-court	US		0	America/Chicago	44.55611	-95.98333	360			MN	083	43126	
5033234	Kinbrae	kinbrae	US		12	America/Chicago	43.8258	-95.48723	447	City of Kinbrae,Kinbrae		MN	105	33236	
5033309	Kingsley Corner	kingsley-corner	US		0	America/Chicago	44.0783	-92.11433	341			MN	109	52792	
5033319	Kingsway Estates	kingsway-estates	US		0	America/Chicago	44.47306	-93.89667	251			MN	079	36746	
5033323	Kingsdale	kingsdale	US		0	America/Chicago	46.23828	-92.31158	354			MN	115	45484	
5033341	Kistler Mobile Home Park	kistler-mobile-home-park	US		0	America/Chicago	43.82802	-91.30403	207			MN	055	33866	
5033354	Kitzville	kitzville	US		0	America/Chicago	47.45215	-92.89769	451			MN	137	28790	
5033360	Kjellbergs Mobile Home Park	kjellbergs-mobile-home-park	US		0	America/Chicago	45.28278	-93.80972	296			MN	171	43774	
5033378	Klondyke	klondyke	US		0	America/Chicago	46.44163	-93.9661	387			MN	035	31202	
5033380	Klossner	klossner	US		0	America/Chicago	44.3658	-94.42581	310			MN	103	33938	
5033413	Knollwood Park	knollwood-park	US		0	America/Chicago	44.19719	-93.9619	302	Knollwood Park,Knollwood Park Campground		MN	013	39878	
5033454	Komensky	komensky	US		0	America/Chicago	44.90718	-94.27693	323			MN	085	30662	
5033460	Koniska	koniska	US		0	America/Chicago	44.845	-94.2175	319			MN	085	54322	
5033481	Kost	kost	US		0	America/Chicago	45.49191	-92.86799	266			MN	025	63616	
5033491	Kragnes	kragnes	US		319	America/Chicago	46.9883	-96.75175	272	Kragnes,Kragness		MN	027	33704	
5033532	Kroschel	kroschel	US		0	America/Chicago	46.07162	-93.07604	339			MN	065	33776	
5033630	Lac qui Parle	lac-qui-parle	US		0	America/Chicago	45.00051	-95.90614	312			MN	073	33848	
5033683	Lagoona Beach	lagoona-beach	US		0	America/Chicago	45.36635	-96.48561	296			MN	011	05788	
5033766	Lake Elysian	lake-elysian	US		0	America/Chicago	44.14858	-93.71356	311			MN	161	31724	
5033773	Lake Eunice	lake-eunice	US		0	America/Chicago	46.74607	-95.96922	409			MN	005	34298	
5033812	Lake Henry	lake-henry	US		104	America/Chicago	45.46052	-94.7964	399	City of Lake Henry,Lake Henry		MN	145	34478	
5033822	Lake Itasca	lake-itasca	US		0	America/Chicago	47.25385	-95.21252	461			MN	029	31508	
5033871	Lake Netta	lake-netta	US		0	America/Chicago	45.27997	-93.19189	277			MN	003	26738	
5033880	Lake Orono Estates	lake-orono-estates	US		0	America/Chicago	45.30833	-93.60278	269			MN	141	18674	
5033910	Lake Saint Croix Beach	lake-saint-croix-beach	US		1051	America/Chicago	44.9208	-92.76687	211	City of Lake St. Croix Beach,Lake Saint Croix Beach,Saint Croix Beach		MN	163	34865	
5033911	Lake Sarah	lake-sarah	US		0	America/Chicago	45.07191	-93.69024	303			MN	053	25622	
5033918	Lake Shore	lake-shore	US		1023	America/Chicago	46.48552	-94.36056	379	City of Lake Shore,Lake Shore		MN	021	34928	
5033920	Lake Shore Park	lake-shore-park	US		0	America/Chicago	45.07163	-93.01133	284			MN	123	69970	
5033921	Lake Shore Terrace Mobile Home Park	lake-shore-terrace-mobile-home-park	US		0	America/Chicago	45.40889	-92.83917	280			MN	025	11368	
5033971	Lakeland Shores	lakeland-shores	US		314	America/Chicago	44.94802	-92.76409	224	City of Lakeland Shores,Lakeland Shores		MN	163	34658	
5034050	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/Chicago	43.56384	-93.42243	390			MN	047	65920	
5034103	Lamson	lamson	US		0	America/Chicago	44.99024	-94.2747	330			MN	093	12628	
5034117	Landfall	landfall	US		735	America/Chicago	44.9508	-92.9766	297	City of Landfall,Landfall		MN	163	35414	
5034154	Langor	langor	US		0	America/Chicago	47.78079	-94.59164	404			MN	007	35540	
5034191	Larsmont	larsmont	US		0	America/Chicago	46.9791	-91.74573	203			MN	075		
5034251	Lauren	lauren	US		0	America/Chicago	47.18465	-91.69767	473			MN	075		
5034292	Lax Lake	lax-lake	US		0	America/Chicago	47.34408	-91.30877	391			MN	075	04474	
5034297	Lazy U Mobile Home Park	lazy-u-mobile-home-park	US		0	America/Chicago	44.16802	-93.28299	360			MN	147	41444	
5034318	Le Roy Parkside Mobile Home Park	le-roy-parkside-mobile-home-park	US		0	America/Chicago	43.5083	-92.50518	392			MN	099	36620	
5034348	LeHillier	lehillier	US		0	America/Chicago	44.15191	-94.03523	240	Le Hillier,LeHillier		MN	013	61240	
5034349	Leader	leader	US		0	America/Chicago	46.52857	-94.65501	416			MN	021	09136	
5034367	Leaf Valley	leaf-valley	US		0	America/Chicago	46.04941	-95.4581	436			MN	041	36062	
5034432	Legionville	legionville	US		0	America/Chicago	46.44719	-94.19944	370			MN	035		
5034450	Lemond	lemond	US		0	America/Chicago	43.98246	-93.38021	365			MN	147	36386	
5034499	Lerdal	lerdal	US		0	America/Chicago	43.72385	-93.2691	386			MN	047	54088	
5034513	Lester Park	lester-park	US		0	America/Chicago	46.83744	-92.01963	215			MN	137	17000	
5034537	Lewis Lake	lewis-lake	US		0	America/Chicago	45.76663	-93.36884	308			MN	065	08344	
5034617	Lilydale	lilydale	US		872	America/Chicago	44.91608	-93.12605	214	City of Lilydale,Lilydale		MN	037	37016	
5034627	Lime Creek	lime-creek	US		0	America/Chicago	43.88969	-95.56195	454			MN	101	04708	
5034637	Lime Valley Mobile Home Park	lime-valley-mobile-home-park	US		0	America/Chicago	44.20274	-93.9794	262			MN	013	39878	
5034725	Linden Grove	linden-grove	US		0	America/Chicago	47.86298	-92.87045	399			MN	137	37250	
5034737	Lindford	lindford	US		0	America/Chicago	48.41078	-93.78184	345			MN	071	61433	
5034743	Lindsay Mobile Home Court	lindsay-mobile-home-court	US		0	America/Chicago	44.60889	-95.68333	327			MN	083	38438	
5034767	Lino Lakes	lino-lakes	US		21050	America/Chicago	45.16024	-93.08883	270	City of Lino Lakes,Lajno Lejks,Lajno-Lejks,Lino Lakes,Lino Lehjks,Lino-Lejks,lynw lyks,Лайно-Лейкс,Лајно Лејкс,Лино Лэйкс,Ліно-Лейкс,لينو ليكس,لینو لیکس، مینه‌سوتا		MN	003	37322	
5034824	Litchfield Mobile Home Park	litchfield-mobile-home-park	US		0	America/Chicago	45.12194	-94.51806	345			MN	093	37448	
5034842	Litomysl	litomysl	US		0	America/Chicago	43.94718	-93.18604	388			MN	147	61150	
5034905	Little Canada	little-canada	US		10319	America/Chicago	45.02691	-93.08772	278	City of Little Canada,Litl Kanada,Litl-Kanada,Littl Kanada,Little Canada,lytl knda,Литл Канада,Литл-Канада,Литтл Канада,Літл-Канада,ليتل كندا,لیتل کانادا، مینه‌سوتا		MN	123	37502	
5034921	Little Chicago	little-chicago	US		0	America/Chicago	44.47913	-93.32217	329			MN	131	68962	
5035090	Little Marais	little-marais	US		0	America/Chicago	47.41075	-91.11016	195	Little Marais,Little Marias		MN	075		
5035091	Little Marais Postoffice	little-marais-postoffice	US		0	America/Chicago	47.39547	-91.13488	216			MN	075		
5035153	Little Pine	little-pine	US		0	America/Chicago	46.74551	-93.86136	390			MN	035	37646	
5035235	Little Sauk	little-sauk	US		0	America/Chicago	45.86385	-94.91836	382			MN	153	37718	
5035279	Little Swan	little-swan	US		0	America/Chicago	47.29716	-92.83102	389			MN	137	28790	
5035413	Loerch	loerch	US		0	America/Chicago	46.4033	-94.07249	378			MN	035	47824	
5035676	Longworth	longworth	US		0	America/Chicago	48.98249	-95.36496	328			MN	135	34010	
5035752	Lorne	lorne	US		0	America/Chicago	44.74607	-95.57446	320			MN	173	43180	
5035853	Louriston	louriston	US		0	America/Chicago	45.0944	-95.45197	320	Lorriston,Louriston		MN	023	38312	
5035965	Luce	luce	US		0	America/Chicago	46.65774	-95.65282	418			MN	111	24632	
5035973	Lucknow	lucknow	US		0	America/Chicago	47.50104	-92.73629	455			MN	137	25550	
5036115	Lynd Mobile Home Park	lynd-mobile-home-park	US		0	America/Chicago	44.38611	-95.89	403			MN	083	38708	
5036119	Lyndale	lyndale	US		0	America/Chicago	44.98246	-93.73191	288			MN	053	30842	
5036202	Madelia Mobile Village	madelia-mobile-village	US		0	America/Chicago	44.05746	-94.4183	312			MN	165	39230	
5036251	Mae	mae	US		0	America/Chicago	46.83218	-93.86552	397			MN	021	05572	
5036275	Mahkonce	mahkonce	US		0	America/Chicago	47.3244	-95.61558	462			MN	087	65929	
5036289	Mahoning	mahoning	US		0	America/Chicago	47.4491	-92.97213	477			MN	137	28790	
5036295	Mahtomedi	mahtomedi	US		8116	America/Chicago	45.06969	-92.9516	303	City of Mahtomedi,Mahtomedi		MN	163	39428	
5036297	Mahtowa	mahtowa	US		370	America/Chicago	46.57383	-92.63186	351			MN	017	39464	
5036339	Mallard (historical)	mallard-historical	US		0	America/Chicago	47.31107	-95.26696	466			MN	029	31508	
5036371	Malung	malung	US		0	America/Chicago	48.77248	-95.72415	324			MN	135	39644	
5036387	Manannah	manannah	US		0	America/Chicago	45.25357	-94.6175	352			MN	093	39698	
5036408	Manganese	manganese	US		0	America/Chicago	46.52746	-94.00971	381			MN	035	71374	
5036412	Manitoba Junction	manitoba-junction	US		0	America/Chicago	46.90663	-96.24756	362			MN	027	28988	
5036415	Manitou Junction	manitou-junction	US		0	America/Chicago	47.56852	-91.25849	564			MN	075	14194	
5036418	Maney	maney	US		0	America/Chicago	46.99022	-92.60797	409			MN	137	00820	
5036488	Maple Bay	maple-bay	US		0	America/Chicago	47.6358	-96.22505	359			MN	119	24254	
5036515	Maple Island	maple-island	US		0	America/Chicago	43.76163	-93.16381	371			MN	047	45934	
5036518	Maple Island	maple-island	US		0	America/Chicago	45.17413	-92.85521	293			MN	163	41120	
5036542	Maple Lake Mobile Home Park	maple-lake-mobile-home-park	US		0	America/Chicago	45.22472	-94.00139	317			MN	171	40220	
5036551	Maple Leaf Court	maple-leaf-court	US		0	America/Chicago	45.98389	-94.37361	339			MN	097	37556	
5036583	Mapleview	mapleview	US		176	America/Chicago	43.68885	-92.97936	372	City of Mapleview,Mapleview		MN	099	40346	
5036598	Mar Wey Mobile Home Park	mar-wey-mobile-home-park	US		0	America/Chicago	44.31056	-93.97278	247			MN	103	58036	
5036618	March	march	US		0	America/Chicago	48.19498	-96.89729	252			MN	089	66676	
5036697	Markville	markville	US		0	America/Chicago	46.09189	-92.33075	305			MN	115	02224	
5036778	Martin Lake	martin-lake	US		933	America/Chicago	45.38108	-93.09494	280			MN	003	37376	
5036781	Martin Landing	martin-landing	US		0	America/Chicago	47.7449	-91.30375	490			MN	075	62995	
5036826	Marysburg	marysburg	US		0	America/Chicago	44.24025	-93.8169	320			MN	079	68350	
5036829	Marystown	marystown	US		0	America/Chicago	44.7208	-93.54134	297			MN	139	38294	
5036864	Mattson	mattson	US		0	America/Chicago	48.68943	-97.07368	242			MN	069	61456	
5036880	Mavie	mavie	US		0	America/Chicago	48.14469	-95.93891	353			MN	113	12304	
5036982	McCauleyville	mccauleyville	US		0	America/Chicago	46.44163	-96.70785	285			MN	167	38924	
5036992	McComber	mccomber	US		0	America/Chicago	47.8488	-92.06543	448			MN	137	17440	
5037017	McDonalds Lakeview Terrace	mcdonalds-lakeview-terrace	US		0	America/Chicago	44.88472	-94.40278	321			MN	085	30644	
5037035	McGrath	mcgrath	US		77	America/Chicago	46.23995	-93.27245	381	City of McGrath,McGrath		MN	001	38996	
5037056	McKinley	mckinley	US		128	America/Chicago	47.5127	-92.41101	451	City of McKinley,McKinley		MN	137	39140	
5037094	McNair	mcnair	US		0	America/Chicago	47.31992	-91.67267	509			MN	075		
5037106	Meadow Brook	meadow-brook	US		0	America/Chicago	47.8627	-92.95462	393			MN	137	37250	
5037128	Meadow Mobile Home Park	meadow-mobile-home-park	US		0	America/Chicago	43.70135	-92.56906	406			MN	099	22328	
5037142	Meadowcrest Estates Mobile Home Park	meadowcrest-estates-mobile-home-park	US		0	America/Chicago	44.78333	-94.98639	329			MN	129	48256	
5037172	Medford Trailer Park	medford-trailer-park	US		0	America/Chicago	44.17413	-93.24632	335			MN	147	41426	
5037217	Meire Grove	meire-grove	US		181	America/Chicago	45.62969	-94.86918	390	City of Meire Grove,Meire Grove		MN	145	41534	
5037222	Melby	melby	US		0	America/Chicago	46.06385	-95.73588	387			MN	041	38510	
5037248	Melrose Mobile Home Park	melrose-mobile-home-park	US		0	America/Chicago	45.69028	-94.80556	375			MN	145	41570	
5037280	Mendota Heights	mendota-heights	US		11223	America/Chicago	44.88358	-93.13827	278	City of Mendota Heights,Mendota Heights,Mendota Khajts,Mendota Khehjts,Mendota-Gajts,Mendota-Khajts,myndwta hayts,Мендота Хајтс,Мендота Хэйтс,Мендота-Гайтс,Мендота-Хайтс,مندوتا هایتس، مینه‌سوتا,ميندوتا هايتس		MN	037	41696	
5037304	Merriam	merriam	US		0	America/Chicago	44.73774	-93.5944	230			MN	139	38294	
5037321	Mesaba	mesaba	US		0	America/Chicago	47.56881	-92.13184	466	Masab,Masaba,Masabb,Mesab,Mesaba,Mesabee,Mesabi,Messaba,Messabee		MN	137	30302	
5037377	Mid Town Mobile Home Park	mid-town-mobile-home-park	US		0	America/Chicago	43.56108	-91.63598	403			MN	055	61852	
5037424	Midland Junction	midland-junction	US		0	America/Chicago	44.32108	-92.00155	213			MN	157	25640	
5037447	Miesville	miesville	US		131	America/Chicago	44.60052	-92.81298	285	City of Miesville,Miesville		MN	037	42092	
5037587	Miloma	miloma	US		0	America/Chicago	43.76274	-95.36833	435	Miloma,Prairie Junction		MN	063	33902	
5037667	Minneiska	minneiska	US		108	America/Chicago	44.19496	-91.87182	213	City of Minneiska,Minneiska		MN	169		
5037695	Minnesota Boys Town	minnesota-boys-town	US		0	America/Chicago	45.55663	-93.17661	298			MN	059	31346	
5037790	Minnetonka Mills	minnetonka-mills	US		50117	America/Chicago	44.94107	-93.4419	288	Minnetonka,Minnetonka Mills		MN	053	43252	
5037793	Minnetrista	minnetrista	US		7178	America/Chicago	44.9383	-93.71774	288	City of Minnetrista,Minnetrista		MN	053	43306	
5037808	Minnewawa	minnewawa	US		0	America/Chicago	46.69856	-93.27495	380			MN	001	59368	
5037852	Missabe Junction	missabe-junction	US		0	America/Chicago	46.75938	-92.12852	191			MN	137	17000	
5037874	Mission Creek	mission-creek	US		0	America/Chicago	45.97023	-92.94993	305			MN	115	43486	
5037877	Mission Farms	mission-farms	US		0	America/Chicago	45.0183	-93.42412	281			MN	053	51730	
5037935	Mobile Park Estates	mobile-park-estates	US		0	America/Chicago	45.86111	-95.37556	432			MN	041	00928	
5037959	Moland	moland	US		0	America/Chicago	44.19663	-93.0616	385			MN	147	41840	
5037980	Money Creek	money-creek	US		0	America/Chicago	43.82135	-91.61348	234			MN	055	43648	
5038067	Montrose Manor Mobile Home Park	montrose-manor-mobile-home-park	US		0	America/Chicago	45.06278	-93.91389	299			MN	171	43810	
5038232	Morgan Park	morgan-park	US		0	America/Chicago	46.68827	-92.21019	201			MN	137	17000	
5038244	Morningside Terrace	morningside-terrace	US		0	America/Chicago	44.02774	-91.62376	222			MN	169	71032	
5038290	Mort	mort	US		0	America/Chicago	45.36052	-93.1855	283			MN	003	17486	
5039258	Nicollet Landing	nicollet-landing	US		0	America/Chicago	44.28274	-94.21635	300			MN	103	46168	
5038373	Mounds View	mounds-view	US		12914	America/Chicago	45.10497	-93.20856	278	City of Mounds View,Maunds Vju,Maunds-V'ju,Maunds-Vju,Mounds View,mwnd fyw,Маундс Вю,Маундс Вју,Маундс-Вью,Маундс-Вю,ماوندز ویو، مینه‌سوتا,موند فيو		MN	123	44530	
5038470	Muckland	muckland	US		0	America/Chicago	43.74468	-93.18909	365			MN	047	54088	
5038715	Mudbaden	mudbaden	US		0	America/Chicago	44.69163	-93.61773	224			MN	139	58324	
5038781	Murphy City	murphy-city	US		0	America/Chicago	47.50963	-91.3246	573			MN	075	62995	
5038827	Muskoda	muskoda	US		0	America/Chicago	46.86163	-96.40673	322			MN	027	27764	
5038885	Nakoda	nakoda	US		0	America/Chicago	48.51494	-93.45821	348			MN	071	52990	
5038894	Nansen	nansen	US		0	America/Chicago	44.35024	-92.93187	306			MN	049	29546	
5038904	Nary	nary	US		0	America/Chicago	47.3669	-94.82333	435			MN	057	28340	
5038914	Nashville Center	nashville-center	US		0	America/Chicago	43.83412	-94.30774	329			MN	091	44962	
5038947	Nebish	nebish	US		0	America/Chicago	47.77134	-94.84749	418			MN	007	45088	
5039009	Nemadji	nemadji	US		0	America/Chicago	46.47939	-92.59464	323			MN	017	03646	
5039084	New Duluth	new-duluth	US		0	America/Chicago	46.65994	-92.2263	204			MN	137	17000	
5039100	New Horizons Mobile Home Park	new-horizons-mobile-home-park	US		0	America/Chicago	43.67024	-92.08322	292			MN	045	52450	
5039157	New Rome	new-rome	US		0	America/Chicago	44.5433	-94.09247	303			MN	143	02170	
5039170	New Trier	new-trier	US		113	America/Chicago	44.60136	-92.9341	299	City of New Trier,New Trier		MN	037	46024	
5039181	New Ulm Mobile Village	new-ulm-mobile-village	US		0	America/Chicago	44.28611	-94.43333	254			MN	015	46042	
5039206	Newhouse	newhouse	US		0	America/Chicago	43.52497	-91.70015	365			MN	055	61870	
5039263	Nicols	nicols	US		0	America/Chicago	44.82219	-93.2205	220	Nichols,Nicol,Nicols		MN	037	17288	
5039264	Nicolville	nicolville	US		0	America/Chicago	43.67469	-92.87824	379			MN	099	53584	
5039290	Nimrod	nimrod	US		68	America/Chicago	46.63885	-94.88085	404	City of Nimrod,Nimrod		MN	159	46294	
5039304	Nininger	nininger	US		0	America/Chicago	44.76913	-92.90215	241			MN	037	46330	
5039328	Nodine	nodine	US		0	America/Chicago	43.90496	-91.43625	389			MN	169	45592	
5039389	Normania	normania	US		0	America/Chicago	44.64663	-95.80864	330			MN	173	46690	
5039399	Norseland	norseland	US		0	America/Chicago	44.41274	-94.11663	306			MN	103	34856	
5039404	Norshor Junction	norshor-junction	US		0	America/Chicago	47.36659	-91.62572	531			MN	075	60304	
5039537	North Mankato	north-mankato	US		13529	America/Chicago	44.1733	-94.03385	305	City of North Mankato,Nors Mankato,Nort Mankato,Nort-Mankejto,North Mankato,nwrth mankatw,Норс Манкато,Норт Манкато,Норт-Манкейто,نورث مانكاتو,نورث منکیتو، مینه‌سوتا		MN	103	47068	
5039554	North Oaks	north-oaks	US		4968	America/Chicago	45.10274	-93.07911	286	City of North Oaks,Nors Oaks,Nort Ouks,Nort-Oks,North Oaks,nwrth awks,Норс Оакс,Норт Оукс,Норт-Окс,نورث أوكس,نورث اوکس، مینه‌سوتا		MN	123	47104	
5039576	North Redwood	north-redwood	US		204	America/Chicago	44.56329	-95.09444	258			MN	127	53656	
5039587	North Saint Paul	north-saint-paul	US		11460	America/Chicago	45.01247	-92.99188	297	Castle,City of North Saint Paul,North Saint Paul		MN	123	47221	
5039594	North Shore	north-shore	US		0	America/Chicago	45.80274	-94.73807	371			MN	153	26018	
5039598	North Side Mobile Home Park	north-side-mobile-home-park	US		0	America/Chicago	45.15056	-94.68278	363			MN	093	26126	
5039654	Northdale	northdale	US		0	America/Chicago	45.17858	-93.28023	274			MN	003	13114	
5039716	Northview Court	northview-court	US		0	America/Chicago	44.90639	-94.38167	329			MN	085	30644	
5039728	Northcote	northcote	US		0	America/Chicago	48.84526	-97.00117	245			MN	069	26846	
5039755	Norway Lake	norway-lake	US		0	America/Chicago	45.28357	-95.13502	369			MN	067	01990	
5039781	Norwegian Grove	norwegian-grove	US		0	America/Chicago	46.60913	-96.22062	411			MN	111	47482	
5039796	Norwood (historical)	norwood-historical	US		1506	America/Chicago	44.76802	-93.92747	304			MN	019	47520	
5039808	Noyes Junction	noyes-junction	US		0	America/Chicago	47.79469	-96.60562	270			MN	119	13870	
5039852	Oak Center	oak-center	US		0	America/Chicago	44.35386	-92.40046	352			MN	157	23786	
5039905	Oak Knoll	oak-knoll	US		0	America/Chicago	44.97135	-93.42801	280			MN	053	43252	
5039949	Oak Park Heights	oak-park-heights	US		4831	America/Chicago	45.03136	-92.79298	239	City of Oak Park Heights,Oak Park Heights		MN	163	47914	
5039966	Oak Ridge Trailer Court	oak-ridge-trailer-court	US		0	America/Chicago	46.355	-94.79333	389			MN	153	62446	
5039969	Oak Terrace	oak-terrace	US		0	America/Chicago	44.89607	-93.47051	287			MN	053	43252	
5039970	Oak Terrace Estates	oak-terrace-estates	US		0	America/Chicago	44.00056	-92.43056	315			MN	109	54880	
5039977	Oakbury	oakbury	US		0	America/Chicago	44.94886	-92.93382	301			MN	163	71428	
5040007	Oakport	oakport	US		1387	America/Chicago	46.93191	-96.77897	272			MN	027	43864	
5040012	Oaks Corner	oaks-corner	US		0	America/Chicago	48.42442	-94.94996	365			MN	077	21690	
5040027	Oakwood Court	oakwood-court	US		0	America/Chicago	45.50556	-92.97944	273			MN	025	46798	
5040132	Old Frontenac	old-frontenac	US		0	America/Chicago	44.52608	-92.33213	229	Frontenac,Old Frontenac		MN	049	21392	
5040145	Old Mesaba	old-mesaba	US		0	America/Chicago	47.58215	-92.13239	466	Mesaba,Old Mesaba		MN	137	30302	
5040240	Olson's Mobile Park	olson-s-mobile-park	US		0	America/Chicago	45.88639	-95.35556	432			MN	041	00928	
5040268	Onega	onega	US		0	America/Chicago	47.31855	-92.82741	397			MN	137	28790	
5040271	Oneota	oneota	US		0	America/Chicago	46.74633	-92.16602	204			MN	137	17000	
5040273	Onigum	onigum	US		0	America/Chicago	47.1094	-94.54471	403			MN	021	59872	
5040277	Onstad Trailer Park	onstad-trailer-park	US		0	America/Chicago	43.56108	-91.63598	403			MN	055	61852	
5040291	Opole	opole	US		0	America/Chicago	45.74663	-94.36889	356			MN	145	07840	
5040295	Opstead	opstead	US		0	America/Chicago	46.23384	-93.47218	399			MN	095	17810	
5040316	Org	org	US		0	America/Chicago	43.58135	-95.65168	506	Org,Sioux Falls Junction		MN	105	05662	
5040343	Oronoco Estates	oronoco-estates	US		0	America/Chicago	44.12361	-92.51667	311			MN	109	48616	
5040353	Orrock	orrock	US		0	America/Chicago	45.44385	-93.73636	301			MN	141	48670	
5040358	Orth	orth	US		0	America/Chicago	47.83912	-94.31523	442			MN	061	46582	
5040414	Oshawa	oshawa	US		0	America/Chicago	46.80385	-94.63889	452	Oshava,Ошава		MN	021	08560	
5040415	Oshawa	oshawa	US		0	America/Chicago	44.30024	-94.10524	301	Oshava,Ошава		MN	103	48922	
5040422	Orchard Garden	orchard-garden	US		0	America/Chicago	44.72552	-93.29606	309	Orchard Garden,Orchard Gardens,Orchards Gardens		MN	037	08794	
5040434	Oslund	oslund	US		0	America/Chicago	47.65551	-94.03327	404			MN	061	58360	
5040444	Oster	oster	US		0	America/Chicago	44.97996	-93.98219	303			MN	171	71554	
5040459	Ostrander Mobile Home Park	ostrander-mobile-home-park	US		0	America/Chicago	43.61691	-92.42795	408			MN	045	49030	
5040677	Oxboro	oxboro	US		0	America/Chicago	44.82635	-93.29189	250			MN	053	06616	
5040691	Oylen	oylen	US		0	America/Chicago	46.57468	-94.79863	398			MN	159	38852	
5040694	Oxlip	oxlip	US		0	America/Chicago	45.50024	-93.38884	292			MN	059	07246	
5040700	P and J Modern Trailer Court	p-and-j-modern-trailer-court	US		0	America/Chicago	43.65218	-94.72692	393			MN	091	59620	
5040711	Padua	padua	US		0	America/Chicago	45.61413	-95.05697	412			MN	145	53314	
5040761	Palmers	palmers	US		0	America/Chicago	46.92466	-91.85074	201			MN	137	17018	
5040800	Paradise Trailer Court	paradise-trailer-court	US		0	America/Chicago	43.99917	-92.42861	314			MN	109	54880	
5040818	Parent	parent	US		0	America/Chicago	45.63247	-93.98637	342			MN	009	56986	
5040832	Park Village Mobile Home Park	park-village-mobile-home-park	US		0	America/Chicago	45.13639	-94.53333	342			MN	093	37448	
5040852	Parkside Mobile Home Park	parkside-mobile-home-park	US		0	America/Chicago	43.99917	-92.43611	308			MN	109	54880	
5040858	Parkview Mobile Home Park	parkview-mobile-home-park	US		0	America/Chicago	44.8825	-94.03556	299			MN	085	36728	
5040864	Parkwood Estates	parkwood-estates	US		0	America/Chicago	45.13	-95.08472	349			MN	067	70420	
5040925	Paupores	paupores	US		0	America/Chicago	46.87244	-92.76436	381			MN	137	02278	
5040992	Peaceful Valley Mobile Home Park	peaceful-valley-mobile-home-park	US		0	America/Chicago	45.55	-92.95	262			MN	025	46798	
5041011	Peary	peary	US		0	America/Chicago	47.37188	-92.5563	404			MN	137	20762	
5041039	Pelan	pelan	US		0	America/Chicago	48.64359	-96.39336	322			MN	069	50074	
5041103	Penasse	penasse	US		0	America/Chicago	49.36777	-94.95885	326			MN	077	01550	
5041105	Pencer	pencer	US		0	America/Chicago	48.69914	-95.63776	334			MN	135	41894	
5041134	Pepin Woods Mobile Home Park	pepin-woods-mobile-home-park	US		0	America/Chicago	44.54444	-92.55556	250			MN	049	53620	
5041140	Pelland	pelland	US		0	America/Chicago	48.52272	-93.57516	339			MN	071	52990	
5041149	Perault	perault	US		0	America/Chicago	47.81247	-96.29005	322	Perault,Perrault		MN	125	34820	
5041204	Perez Mobile Home Park	perez-mobile-home-park	US		0	America/Chicago	44.77139	-94.14444	311			MN	085	23948	
5041278	Petran	petran	US		0	America/Chicago	43.65663	-93.20909	381			MN	047	27962	
5041286	Peyla	peyla	US		0	America/Chicago	47.7852	-92.36322	447			MN	137	66784	
5041292	Pfingsten	pfingsten	US		0	America/Chicago	43.80552	-95.67362	488			MN	105	59260	
5041318	Philbin	philbin	US		0	America/Chicago	47.15994	-93.34132	393			MN	061	06220	
5041319	Philbrook	philbrook	US		0	America/Chicago	46.2833	-94.71696	381			MN	153	67162	
5041386	Pickwick	pickwick	US		0	America/Chicago	43.98163	-91.49459	214			MN	169	30032	
5041435	Pigeon River	pigeon-river	US		0	America/Chicago	48.01016	-89.70842	287			MN	031	25071	
5041519	Pine Bend	pine-bend	US		0	America/Chicago	44.77913	-93.03494	286			MN	037	31076	
5041520	Pine Bend	pine-bend	US		28	America/Chicago	47.42635	-95.59114	440			MN	087	31418	
5041524	Pine Center	pine-center	US		0	America/Chicago	46.21441	-93.91443	401			MN	035	55420	
5041552	Pine Creek	pine-creek	US		0	America/Chicago	43.84524	-91.40347	216			MN	055	33884	
5041560	Pine Estates	pine-estates	US		0	America/Chicago	43.63469	-91.49681	360			MN	055	09226	
5041575	Pine Hill Park	pine-hill-park	US		0	America/Chicago	45.61944	-95.33889	419			MN	121	24092	
5041648	Pine Point	pine-point	US		338	America/Chicago	46.97774	-95.38364	469	Pine Point,Pine Point Agency		MN	005	51244	
5041658	Pine Ridge Court	pine-ridge-court	US		0	America/Chicago	45.39722	-93.86944	296			MN	141	04618	
5041663	Pine Ridge Trailer Court	pine-ridge-trailer-court	US		0	America/Chicago	46.355	-94.79333	389			MN	153	62446	
5041676	Pine Springs	pine-springs	US		396	America/Chicago	45.0358	-92.95438	298	City of Pine Springs,Pine Springs		MN	163	51316	
5041679	Pine Terrace Mobile Home Park	pine-terrace-mobile-home-park	US		0	America/Chicago	45.81611	-92.96667	302			MN	115	51064	
5041688	Pine Village Mobile Home Park	pine-village-mobile-home-park	US		0	America/Chicago	45.55278	-93.23472	297			MN	059	09370	
5041691	Pinecreek	pinecreek	US		0	America/Chicago	48.97832	-95.94277	319			MN	135	15958	
5041784	Pitt	pitt	US		0	America/Chicago	48.71748	-94.73605	338	Pett,Pitt		MN	077	67368	
5041828	Pleasant Acres Mobile Home Park	pleasant-acres-mobile-home-park	US		0	America/Chicago	43.71885	-92.70463	433			MN	099	15886	
5041829	Pleasant Beach	pleasant-beach	US		0	America/Chicago	45.77802	-94.73529	377			MN	153	26018	
5041839	Pleasant Hill Manor	pleasant-hill-manor	US		0	America/Chicago	44.20441	-93.81551	319			MN	013	39320	
5041862	Pleasant Terrace Mobile Home Park	pleasant-terrace-mobile-home-park	US		0	America/Chicago	45.07722	-94.18056	309			MN	171	12430	
5041873	Pleasant Valley Mobile Home Park	pleasant-valley-mobile-home-park	US		0	America/Chicago	43.69552	-92.396	406			MN	045	62104	
5041955	Point Douglas	point-douglas	US		0	America/Chicago	44.75108	-92.81798	221			MN	163	15688	
5041998	Pomroy	pomroy	US		0	America/Chicago	47.81745	-93.99299	418			MN	061	51856	
5042009	Ponsford Landing	ponsford-landing	US		0	America/Chicago	47.33135	-95.45502	443			MN	029	35630	
5042016	Pontoria	pontoria	US		0	America/Chicago	46.86329	-94.33665	410			MN	021	51928	
5042060	Poolers Mobile Home Park	poolers-mobile-home-park	US		0	America/Chicago	43.89191	-92.8388	405			MN	039	27872	
5042064	Poor Farm Landing	poor-farm-landing	US		0	America/Chicago	44.32885	-94.24108	299			MN	103	24902	
5042098	Popple Creek	popple-creek	US		0	America/Chicago	45.66191	-94.02443	328			MN	009	41192	
5042117	Port Cargill	port-cargill	US		0	America/Chicago	44.7883	-93.33106	216	Port Cargil,Port Cargill		MN	139	58738	
5042179	Post Town	post-town	US		0	America/Chicago	44.09052	-92.6388	315			MN	109	32282	
5042264	Prairie Portage	prairie-portage	US		0	America/Chicago	48.05073	-91.43873	402			MN	075	20456	
5042297	Predmore	predmore	US		0	America/Chicago	43.93802	-92.32878	376			MN	109	40616	
5042337	Preston Mobile Home Park	preston-mobile-home-park	US		0	America/Chicago	43.67024	-92.08322	292			MN	045	52450	
5042349	Priam	priam	US		0	America/Chicago	45.0683	-95.14084	338			MN	067	57076	
5042354	Prime Village of Wells Mobile Home Park	prime-village-of-wells-mobile-home-park	US		0	America/Chicago	43.75051	-93.72939	352			MN	043	69106	
5042384	Prosit	prosit	US		0	America/Chicago	46.998	-92.61769	405			MN	137	00820	
5042422	Pulaski Mobile Home Park	pulaski-mobile-home-park	US		0	America/Chicago	45.17194	-93.87444	283			MN	171	08452	
5042447	Quamba	quamba	US		128	America/Chicago	45.91551	-93.17327	309	City of Quamba,Quamba		MN	065	52756	
5042473	Quiring	quiring	US		0	America/Chicago	47.88246	-94.6997	368			MN	007	52828	
5042516	Radium	radium	US		0	America/Chicago	48.22942	-96.61367	282			MN	089	12880	
5042540	Rainbow Terrace Mobile Home Park	rainbow-terrace-mobile-home-park	US		0	America/Chicago	43.61718	-93.35799	391			MN	047	00694	
5042541	Rainy Junction	rainy-junction	US		0	America/Chicago	47.49854	-92.54518	442			MN	137	67288	
5042557	Rambush Estates II	rambush-estates-ii	US		0	America/Chicago	44.10274	-94.22746	306			MN	013	34190	
5042582	Ramshaw	ramshaw	US		0	America/Chicago	47.42743	-92.5813	430			MN	137	12016	
5042615	Ransom Trailer Court	ransom-trailer-court	US		0	America/Chicago	43.50524	-92.94408	368			MN	099	38654	
5042617	Ranum	ranum	US		0	America/Chicago	47.45552	-96.13172	367			MN	107	04222	
5042642	Rassat	rassat	US		0	America/Chicago	45.15219	-93.99192	299	Rassat,Rasset,Rassett		MN	171	11062	
5042675	Rauch	rauch	US		0	America/Chicago	47.95882	-93.14573	391			MN	071	61433	
5042726	Red Lake	red-lake	US		1731	America/Chicago	47.87635	-95.01694	369	Red Lake,Wabacing		MN	007	38335	
5042810	Redfield Court Mobile Home Park	redfield-court-mobile-home-park	US		0	America/Chicago	45.38556	-92.74944	287			MN	025	59314	
5042815	Redore	redore	US		0	America/Chicago	47.44354	-92.89908	449			MN	137	28790	
5042821	Redtop	redtop	US		0	America/Chicago	46.17606	-93.39746	393			MN	001	30788	
5042870	Regal	regal	US		34	America/Chicago	45.40719	-94.84556	372	City of Regal,Regal		MN	067	53710	
5042906	Remus Trailer Lots	remus-trailer-lots	US		0	America/Chicago	44.72472	-94.48556	325			MN	085	62788	
5042920	Renova	renova	US		0	America/Chicago	43.73857	-92.76574	424			MN	099	15904	
5043164	Riceford	riceford	US		0	America/Chicago	43.57608	-91.72682	309			MN	055	61870	
5043172	Rich Valley	rich-valley	US		0	America/Chicago	44.74608	-93.04382	262			MN	037	55726	
5043190	Richdale	richdale	US		0	America/Chicago	46.55468	-95.47504	427			MN	111	51208	
5043261	Rindal	rindal	US		0	America/Chicago	47.49941	-96.13144	354			MN	107	04222	
5043265	Ringe	ringe	US		0	America/Chicago	44.10802	-92.39934	367			MN	109	20636	
5043269	Ringo Mobile Home Park	ringo-mobile-home-park	US		0	America/Chicago	44.67361	-94.22944	306			MN	143	45376	
5043292	River Bend Mobile Home Park	river-bend-mobile-home-park	US		0	America/Chicago	45.34444	-92.975	273			MN	025	72022	
5043298	River Junction	river-junction	US		0	America/Chicago	43.84608	-91.29736	197			MN	055	33866	
5043306	River Point	river-point	US		0	America/Chicago	43.93913	-93.24521	358			MN	147	61150	
5043308	River Terrace Mobile Home Park	river-terrace-mobile-home-park	US		0	America/Chicago	45.32222	-93.82222	277			MN	171	43774	
5043310	River Valley	river-valley	US		0	America/Chicago	48.02024	-95.78224	355			MN	113	15292	
5043319	Riverbend Estates	riverbend-estates	US		0	America/Chicago	44.17	-94.025	267			MN	103	47068	
5043320	Riverbend Mobile Home Park	riverbend-mobile-home-park	US		0	America/Chicago	45.25833	-93.55222	275			MN	171	49138	
5043373	Riverside Heights	riverside-heights	US		0	America/Chicago	43.66468	-94.11052	330			MN	043	06706	
5043400	Riverside Terrace Mobile Court	riverside-terrace-mobile-court	US		0	America/Chicago	44.51528	-92.89583	239			MN	049	09730	
5043417	Riverview Park	riverview-park	US		0	America/Chicago	45.56389	-94.23056	319			MN	145	56896	
5043431	Roan	roan	US		0	America/Chicago	48.14997	-96.7434	263			MN	119	07768	
5043435	Robbin	robbin	US		0	America/Chicago	48.57276	-97.14257	242			MN	069	64354	
5043439	Robbinsdale	robbinsdale	US		14418	America/Chicago	45.03219	-93.33856	266	City of Robbinsdale,Robbinsdale,Robbinsdejl,Robinsdejl,rwbynsdl,Роббинсдейл,Роббінсдейл,Робинсдејл,رابینزدیل، مینه‌سوتا,روبينسدل		MN	053	54808	
5043519	Rock Dell	rock-dell	US		0	America/Chicago	43.9208	-92.63852	351			MN	109	54988	
5043565	Rockford Riverview Estates	rockford-riverview-estates	US		0	America/Chicago	45.08333	-93.74167	280			MN	171		
5043582	Rockwood Estates	rockwood-estates	US		0	America/Chicago	45.73056	-94.19222	325			MN	009	68476	
5043587	Rocky Creek Estates	rocky-creek-estates	US		0	America/Chicago	44.055	-92.44944	315			MN	109	54880	
5043626	Rollag	rollag	US		0	America/Chicago	46.73996	-96.23812	417			MN	027	49678	
5043655	Ronneby	ronneby	US		67	America/Chicago	45.68136	-93.8647	340	City of Ronneby,Ronneby		MN	009	41264	
5043696	Rosby	rosby	US		0	America/Chicago	47.40995	-94.80666	412			MN	007	05086	
5043703	Roscoe Center	roscoe-center	US		0	America/Chicago	44.26108	-92.72714	370			MN	049	55492	
5043748	Rose Terrace Mobile Home Park	rose-terrace-mobile-home-park	US		0	America/Chicago	45.67222	-94.82222	367			MN	145	41570	
5043781	Rosen	rosen	US		0	America/Chicago	45.15358	-96.40144	332			MN	073	72058	
5043798	Roseport	roseport	US		0	America/Chicago	44.7758	-93.04966	270			MN	037	31076	
5043826	Rost	rost	US		0	America/Chicago	43.64524	-95.29472	439			MN	063	55996	
5043829	Rosy	rosy	US		0	America/Chicago	47.65801	-94.30606	412			MN	061	64606	
5043836	Rothman	rothman	US		0	America/Chicago	47.76603	-91.96432	446			MN	137	06042	
5043933	Round Prairie	round-prairie	US		0	America/Chicago	45.90441	-94.88558	406			MN	153	56122	
5043945	Roy Lake	roy-lake	US		12	America/Chicago	47.32524	-95.55169	460			MN	087	65929	
5043966	Ruby Junction	ruby-junction	US		0	America/Chicago	47.43493	-92.91935	452			MN	137	28790	
5044047	Rush Meadows Mobile Home Park	rush-meadows-mobile-home-park	US		0	America/Chicago	45.67778	-92.95833	279			MN	025	56266	
5044048	Rush Point	rush-point	US		0	America/Chicago	45.65857	-93.10411	289			MN	025	45250	
5044050	Rush River	rush-river	US		0	America/Chicago	44.46719	-94.0508	289			MN	143	32714	
5044066	Rushford Village	rushford-village	US		808	America/Chicago	43.80663	-91.79154	226	City of Rushford Village,Rushford Village		MN	045	56302	
5044095	Rustad	rustad	US		0	America/Chicago	46.7333	-96.7448	278	Elmer Station,Kurtz,Rustad		MN	027	33812	
5044130	Ryan Village	ryan-village	US		0	America/Chicago	47.35884	-94.28913	402			MN	021	46825	
5044202	Saga Hill	saga-hill	US		0	America/Chicago	44.95469	-93.63996	299			MN	053	48580	
5044270	Saint Anna	saint-anna	US		0	America/Chicago	45.66163	-94.47528	364			MN	145	03088	
5044315	Saint Augusta	saint-augusta	US		3317	America/Chicago	45.47858	-94.15415	308			MN	145	56724	
5044394	Saint Clair Junction	saint-clair-junction	US		0	America/Chicago	47.47049	-92.84463	448			MN	137	03322	
5044600	Saint James Place	saint-james-place	US		0	America/Chicago	43.98135	-94.64192	330			MN	165	57058	
5044868	Saint Johns Landing Camp	saint-johns-landing-camp	US		0	America/Chicago	45.98745	-92.52686	272			MN	115	48148	
5044932	Saint Joseph Mobile Home Park	saint-joseph-mobile-home-park	US		0	America/Chicago	45.57	-94.32083	333			MN	145	57130	
5044970	Saint Josephs	saint-josephs	US		0	America/Chicago	44.66052	-93.56329	299			MN	139	58324	
5044992	Saint Kilian	saint-kilian	US		0	America/Chicago	43.79024	-95.87113	538	Saint Kilian,Saint Killian,St. Kilian		MN	105	70600	
5045021	Saint Louis Park	saint-louis-park	US		45250	America/Chicago	44.9483	-93.34801	274	City of Saint Louis Park,Saint Louis Park,St. Louis Park		MN	053	57220	
5045210	Saint Marys Point	saint-marys-point	US		368	America/Chicago	44.91441	-92.76576	211	City of Saint Marys Point,Saint Marys Point,St. Marys Point		MN	163	57292	
5045228	Saint Mathias	saint-mathias	US		0	America/Chicago	46.22274	-94.25111	374			MN	035	57328	
5045302	Saint Nicholas	saint-nicholas	US		0	America/Chicago	45.3808	-94.43666	362			MN	145	38618	
5045377	Saint Paul Church	saint-paul-church	US		0	America/Chicago	46.78494	-92.21158	417			MN	137	28682	
5045630	Saint Rosa	saint-rosa	US		68	America/Chicago	45.73052	-94.71585	389	City of Saint Rosa,Saint Rosa,St. Rosa		MN	145	58072	
5045702	Saint Vincent Junction	saint-vincent-junction	US		0	America/Chicago	48.9736	-97.19895	242			MN	069	58162	
5045707	Saint Wendel	saint-wendel	US		0	America/Chicago	45.66608	-94.37778	369			MN	145	58198	
5045756	Salem Corners	salem-corners	US		0	America/Chicago	43.9858	-92.60796	328			MN	109	58234	
5045781	Salo Corner	salo-corner	US		0	America/Chicago	47.66103	-92.27795	441			MN	137	19232	
5046056	Saum	saum	US		0	America/Chicago	47.97468	-94.67692	364			MN	007	03952	
5046079	Sawbill Landing	sawbill-landing	US		0	America/Chicago	47.71518	-91.26792	516			MN	075	14194	
5046092	Sax	sax	US		0	America/Chicago	47.2116	-92.60297	399			MN	137	38960	
5046120	Scanlon	scanlon	US		979	America/Chicago	46.70661	-92.42825	368	City of Scanlon,Scanlon		MN	017	58936	
5046140	Schechs Mill	schechs-mill	US		0	America/Chicago	43.66747	-91.58098	228			MN	055	09244	
5046719	Schultz Trailer Park	schultz-trailer-park	US		0	America/Chicago	45.80444	-96.49889	311			MN	155	69844	
5046752	Scott Junction	scott-junction	US		0	America/Chicago	47.40825	-91.61044	559			MN	075	60304	
5046765	Scotts Corner	scotts-corner	US		0	America/Chicago	46.598	-92.4288	337			MN	017	65902	
5046843	Section Thirty	section-thirty	US		0	America/Chicago	47.91018	-91.78042	426			MN	075	20456	
5046859	Sedil	sedil	US		0	America/Chicago	44.7533	-92.97327	233			MN	037	46330	
5046961	Sha-Sha Resort	sha-sha-resort	US		0	America/Chicago	48.59631	-93.16042	347			MN	071	52990	
5046966	Shady Acre Mobile Home Park	shady-acre-mobile-home-park	US		0	America/Chicago	43.69496	-92.39073	406			MN	045	62104	
5046978	Shady Oak Mobile Park	shady-oak-mobile-park	US		0	America/Chicago	45.58194	-94.2125	317			MN	145	56896	
5047020	Shamrock Mobile Home Park	shamrock-mobile-home-park	US		0	America/Chicago	45.62833	-94.57694	363			MN	145	00622	
5047030	Shanty Town	shanty-town	US		0	America/Chicago	43.97413	-92.63991	343			MN	109	58234	
5047099	Shepardson's Park	shepardson-s-park	US		0	America/Chicago	43.83191	-91.30375	205			MN	055	33866	
5047100	Shephard	shephard	US		0	America/Chicago	46.21385	-94.10416	386			MN	035	14464	
5047108	Sherack	sherack	US		0	America/Chicago	48.02081	-96.78173	259			MN	119	33002	
5047117	Sherburn Southside Mobile Park	sherburn-southside-mobile-park	US		0	America/Chicago	43.64884	-94.72998	394			MN	091	59620	
5047120	Sherburne Country Mobile Home Park	sherburne-country-mobile-home-park	US		0	America/Chicago	45.54389	-93.57639	297			MN	141	03286	
5047158	Shermans Corner	shermans-corner	US		0	America/Chicago	47.77909	-92.65629	406	Sherman Corner,Shermans Corner		MN	137	01612	
5047164	Sherwood Manor	sherwood-manor	US		0	America/Chicago	45.56139	-94.13778	317			MN	009		
5047166	Sheshebee	sheshebee	US		0	America/Chicago	46.70467	-93.24245	377	Sheshabee,Sheshebee		MN	001	59368	
5047183	Shieldsville	shieldsville	US		0	America/Chicago	44.36607	-93.40883	333			MN	131	59854	
5047229	Shooks	shooks	US		0	America/Chicago	47.87412	-94.43829	413			MN	007	59926	
5047234	Shoreview	shoreview	US		26477	America/Chicago	45.07913	-93.14717	289	City of Shoreview,Shoreview,Shorv'ju,Shorvju,shwrfyw,Шорвью,Шорвю,Шорвју,شورفيو,شورویئو، مینیسوٹا,شورویو، مینه‌سوتا		MN	123	59998	
5047242	Shotley	shotley	US		0	America/Chicago	48.04885	-94.63886	367	Shotley,Shotly		MN	007	60070	
5047248	Shovel Lake	shovel-lake	US		0	America/Chicago	46.95745	-93.75357	408			MN	001	47342	
5047267	Sibley Estates East	sibley-estates-east	US		0	America/Chicago	44.52778	-93.90917	232			MN	143	28394	
5047287	Siegel	siegel	US		0	America/Chicago	45.01552	-92.80687	271			MN	163	04132	
5047295	Sigsbee	sigsbee	US		0	America/Chicago	43.69329	-93.20882	376			MN	047	54088	
5047300	Silica	silica	US		0	America/Chicago	47.26466	-93.02075	407			MN	137	31733	
5047386	Silver Rapids	silver-rapids	US		0	America/Chicago	47.90379	-91.75542	426			MN	075	20456	
5047397	Simar	simar	US		0	America/Chicago	46.813	-92.3438	424			MN	137	61132	
5047439	Sioux Valley	sioux-valley	US		0	America/Chicago	43.54385	-95.30472	450			MN	063	60574	
5047507	Skibo	skibo	US		0	America/Chicago	47.48548	-91.99434	483			MN	137	03880	
5047513	Skime	skime	US		0	America/Chicago	48.54692	-95.60276	362			MN	135	53728	
5047566	Skyberg	skyberg	US		0	America/Chicago	44.21135	-92.93215	367	Skyberg,Skyburg		MN	049	32858	
5047571	Skyline	skyline	US		293	America/Chicago	44.14219	-94.03079	300	City of Skyline,Skyline		MN	013	60754	
5047572	Skyline Gardens Mobile Home Park	skyline-gardens-mobile-home-park	US		0	America/Chicago	44.10552	-93.23299	358			MN	147	49300	
5047687	Smiths Mill	smiths-mill	US		0	America/Chicago	44.13775	-93.76801	324	Smith's Mill,Smiths Mill		MN	161	31724	
5047731	Snellman	snellman	US		0	America/Chicago	46.8894	-95.41309	480			MN	005	71356	
5047755	Snowden	snowden	US		0	America/Chicago	47.45521	-92.55046	459			MN	137	19934	
5047783	Soderville	soderville	US		0	America/Chicago	45.28802	-93.23495	277			MN	003	26738	
5047788	Sogn	sogn	US		0	America/Chicago	44.40635	-92.92798	288			MN	049	68242	
5047793	Solana	solana	US		0	America/Chicago	46.31772	-93.15327	400			MN	001	42300	
5047942	South Fork Homes	south-fork-homes	US		0	America/Chicago	44.02996	-92.75074	382			MN	039	32498	
5047981	South Hollandale	south-hollandale	US		0	America/Chicago	43.72079	-93.18965	366			MN	047	54088	
5048026	South Ridge	south-ridge	US		0	America/Chicago	43.82524	-91.42709	365			MN	055	44512	
5048030	South Rushford	south-rushford	US		0	America/Chicago	43.79608	-91.75515	223			MN	045	56302	
5048044	South Silver Lake	south-silver-lake	US		0	America/Chicago	44.88496	-94.19914	323			MN	085	54322	
5048054	South Terrace Mobile Home Park	south-terrace-mobile-home-park	US		0	America/Chicago	45.38694	-92.7475	287			MN	025	59314	
5048084	Southern Hills Mobile Home Park	southern-hills-mobile-home-park	US		0	America/Chicago	43.87222	-92.49028	381			MN	109	62806	
5048090	Southhaven Mobile Home Park	southhaven-mobile-home-park	US		0	America/Chicago	44.1383	-93.96134	304			MN	013	39878	
5048093	Southside Mobile Home Park	southside-mobile-home-park	US		0	America/Chicago	43.89052	-92.84769	402			MN	039	27872	
5048119	Spafford	spafford	US		0	America/Chicago	43.61607	-95.37195	451			MN	063	20042	
5048129	Spaulding	spaulding	US		0	America/Chicago	45.77608	-94.8528	396			MN	153	06022	
5048158	Spencer Brook	spencer-brook	US		0	America/Chicago	45.52191	-93.44051	290			MN	059	61672	
5048361	Spring Lake Park	spring-lake-park	US		6473	America/Chicago	45.10774	-93.238	275	City of Spring Lake Park,Spring Lake Park,Spring Lehjk Park,Spring Lejk Park,Spring-Lejk-Park,sbryngh lyk bark,Спринг Лејк Парк,Спринг Лэйк Парк,Спринг-Лейк-Парк,Спрінґ-Лейк-Парк,اسپرینگ لیک پارک، مینه‌سوتا,سبرينغ ليك بارك		MN	003		
5048368	Spring Lodge Resort and Marina	spring-lodge-resort-and-marina	US		0	America/Chicago	48.59771	-93.21126	338			MN	071	52990	
5048387	Spring Valley Trailer Park	spring-valley-trailer-park	US		0	America/Chicago	43.69524	-92.39073	406			MN	045	62104	
5048423	Spruce Center	spruce-center	US		0	America/Chicago	46.07052	-95.22364	428			MN	041	62248	
5048484	Squier	squier	US		0	America/Chicago	46.13746	-96.08172	351			MN	111	00100	
5048493	Saint Augusta	saint-augusta	US		3317	America/Chicago	45.4583	-94.19804	310			MN	145	56724	
5048526	Stanchfield Corner	stanchfield-corner	US		0	America/Chicago	45.67357	-93.193	287			MN	059	62347	
5048693	Steele Center	steele-center	US		0	America/Chicago	43.98941	-93.22632	383			MN	147	61150	
5048704	Steelton	steelton	US		0	America/Chicago	46.67022	-92.22047	203			MN	137	17000	
5048733	Stenger's Mobile Home Park	stenger-s-mobile-home-park	US		0	America/Chicago	45.68556	-92.96528	279			MN	025	56266	
5048744	Sterling Center	sterling-center	US		0	America/Chicago	43.90607	-94.07718	308			MN	013	62716	
5048882	Stoney Creek Estates	stoney-creek-estates	US		0	America/Chicago	43.61607	-93.35299	390			MN	047	00694	
5049010	Stroms	stroms	US		0	America/Chicago	44.62941	-92.66158	210			MN	049	53620	
5049011	Strout	strout	US		0	America/Chicago	45.02996	-94.59444	359			MN	093	25730	
5049032	Stubbs Bay	stubbs-bay	US		0	America/Chicago	44.97496	-93.61468	286			MN	053	48580	
5049078	Suburban Mobile Home Park	suburban-mobile-home-park	US		0	America/Chicago	45.97278	-94.34167	353			MN	097	37556	
5049083	Sturgeon River Landing	sturgeon-river-landing	US		0	America/Chicago	48.21245	-93.8863	353			MN	071	61433	
5049171	Summit Mobile Home Park	summit-mobile-home-park	US		0	America/Chicago	44.34583	-93.96611	260			MN	103	58036	
5049190	Sun-Bay Mobile Court and Camping	sun-bay-mobile-court-and-camping	US		0	America/Chicago	46.38111	-92.82361	327	Sun-Bay Mobile Court and Camping,Sunbay Mobile Home Park and Campground		MN	115	63220	
5049200	Sundal	sundal	US		0	America/Chicago	47.45635	-96.19839	361			MN	107	63508	
5049221	Sunfish Lake	sunfish-lake	US		538	America/Chicago	44.8708	-93.09855	296	City of Sunfish Lake,Sunfish Lake		MN	037	63544	
5049229	Sungold Heights Mobile Home Park	sungold-heights-mobile-home-park	US		0	America/Chicago	43.63385	-95.57473	482			MN	105	71734	
5049256	Sunrise	sunrise	US		0	America/Chicago	45.5469	-92.85494	248			MN	025	63616	
5049262	Sunrise Court	sunrise-court	US		0	America/Chicago	44.77194	-94.14278	309			MN	085	23948	
5049263	Sunrise Estates Mobile Home Park	sunrise-estates-mobile-home-park	US		0	America/Chicago	45.39389	-92.99583	270			MN	025	62320	
5049267	Sunrise Manor Mobile Home Park	sunrise-manor-mobile-home-park	US		0	America/Chicago	43.76773	-94.16579	339			MN	043	70924	
5049302	Sunset Mobile Home Park	sunset-mobile-home-park	US		0	America/Chicago	44.27611	-94.18722	300			MN	103	46150	
5049313	Suomi	suomi	US		0	America/Chicago	47.48328	-93.74132	414			MN	061	15277	
5049348	Svea	svea	US		0	America/Chicago	45.0033	-95.02139	349			MN	067	70078	
5049355	Sveadahl	sveadahl	US		0	America/Chicago	44.07413	-94.73943	327			MN	165	00280	
5048599	Stark	stark	US	66775	0	America/Chicago	44.23941	-94.6497	308			MN	015	62518	
5049429	Swanburg	swanburg	US		0	America/Chicago	46.74024	-94.17554	399			MN	035	64930	
5049543	Swift Falls	swift-falls	US		0	America/Chicago	45.39885	-95.42392	340			MN	151	09532	
5049561	Sylvan	sylvan	US		0	America/Chicago	46.33497	-94.40667	368			MN	021	63958	
5049587	Syre	syre	US		0	America/Chicago	47.18024	-96.25867	342			MN	107	29996	
5049607	Taconite Harbor	taconite-harbor	US		0	America/Chicago	47.5224	-90.92876	211			MN	031	58999	
5049718	Tansem	tansem	US		0	America/Chicago	46.67524	-96.23617	417			MN	027	64192	
5049742	Tawney	tawney	US		0	America/Chicago	43.61636	-91.78987	358			MN	045	52396	
5049830	Tenmile Corner	tenmile-corner	US		0	America/Chicago	43.97857	-94.42913	314			MN	165	21014	
5049837	Tenney	tenney	US		5	America/Chicago	46.0444	-96.4534	302	City of Tenney,Tenney		MN	167	09514	
5049912	Theilman	theilman	US		0	America/Chicago	44.28913	-92.19212	235			MN	157	69178	
5050000	Thompson Heights	thompson-heights	US		0	America/Chicago	45.18302	-93.33773	265			MN	003	13114	
5050028	Thorhult	thorhult	US		0	America/Chicago	48.23024	-95.24805	377			MN	007	62680	
5050067	Thompson Riverview Terrace	thompson-riverview-terrace	US		0	America/Chicago	45.15747	-93.3319	261			MN	003	13114	
5050083	Thunderbird Mobile Home Park	thunderbird-mobile-home-park	US		0	America/Chicago	43.75719	-91.35097	213			MN	055	29510	
5050084	Thunderbird Resort	thunderbird-resort	US		0	America/Chicago	48.59937	-93.18737	339			MN	071	52990	
5050109	Tilden Junction	tilden-junction	US		0	America/Chicago	47.70219	-96.28894	340			MN	119	26190	
5050160	Tobique	tobique	US		0	America/Chicago	47.11551	-94.03968	402			MN	021	55168	
5050178	Togo	togo	US		0	America/Chicago	47.82132	-93.15601	414			MN	061	10072	
5050181	Toimi	toimi	US		0	America/Chicago	47.40048	-91.76767	533			MN	075		
5050214	Tonka Bay	tonka-bay	US		1537	America/Chicago	44.90857	-93.59301	287	City of Tonka Bay,Tonka Bay		MN	053	65164	
5050236	Torfin	torfin	US		0	America/Chicago	48.59775	-95.7336	345			MN	135	24326	
5050258	Tower Junction	tower-junction	US		0	America/Chicago	47.80492	-92.25627	421			MN	137	07534	
5050322	Traulich Estates	traulich-estates	US		0	America/Chicago	44.33889	-94.48611	262			MN	015	46042	
5050327	Traverse	traverse	US		0	America/Chicago	44.34858	-94.01746	302			MN	103	65416	
5050548	Trommald	trommald	US		101	America/Chicago	46.50524	-94.01832	372	City of Trommald,Trommald		MN	035	65506	
5050553	Trondjem	trondjem	US		0	America/Chicago	44.47913	-93.393	322			MN	131	68962	
5050556	Trosky	trosky	US		83	America/Chicago	43.88914	-96.25698	519	City of Trosky,Trosky		MN	117	65542	
5050675	Turtle River	turtle-river	US		78	America/Chicago	47.58745	-94.75165	404	City of Turtle River,Turtle River		MN	007	65794	
5050688	Twelve Hi Mobile Home Estates	twelve-hi-mobile-home-estates	US		0	America/Chicago	45.06667	-93.93889	304			MN	171	40940	
5049531	Swift	swift	US	56682	0	America/Chicago	48.85332	-95.22134	331			MN	135	44080	
5050715	Twig Station	twig-station	US		0	America/Chicago	46.87772	-92.3463	422			MN	137	24956	
5050821	Two Inlets	two-inlets	US		0	America/Chicago	47.05274	-95.21752	460			MN	005	66010	
5050830	Twin Grove	twin-grove	US		0	America/Chicago	43.70274	-93.18826	365			MN	047	54088	
5051069	University Park of Mankato	university-park-of-mankato	US		0	America/Chicago	44.14163	-93.98634	305			MN	013	39878	
5051157	Urbank	urbank	US		54	America/Chicago	46.12274	-95.51199	451	City of Urbank,Urbank		MN	111	66388	
5051197	Vadnais Heights	vadnais-heights	US		13266	America/Chicago	45.05747	-93.07383	276	City of Vadnais Heights,Vadnais Heights		MN	123	66460	
5051200	Valley Courts	valley-courts	US		0	America/Chicago	44.80528	-95.54667	274			MN	173	25280	
5051221	Valley View Park	valley-view-park	US		0	America/Chicago	44.0333	-92.85853	383			MN	039	15994	
5051258	Varco	varco	US		0	America/Chicago	43.6058	-92.95658	366			MN	099	02926	
5051264	Vasa	vasa	US		0	America/Chicago	44.5033	-92.72242	318			MN	049	66640	
5051276	Vawter	vawter	US		0	America/Chicago	45.91219	-94.245	337			MN	097	37574	
5051321	Vern	vern	US		0	America/Chicago	47.30385	-95.21446	452			MN	029	31508	
5051347	Veseli	veseli	US		0	America/Chicago	44.51496	-93.45995	328			MN	131	69826	
5051414	Viking Estates Mobile Home Park	viking-estates-mobile-home-park	US		0	America/Chicago	45.99167	-95.95972	376			MN	051	18458	
5051423	Vikre Manufactured Home Park	vikre-manufactured-home-park	US		0	America/Chicago	43.55524	-92.01016	412			MN	045	27188	
5051428	Village Park	village-park	US		0	America/Chicago	44.43056	-95.78056	353			MN	083	40688	
5051429	Village Terrace	village-terrace	US		0	America/Chicago	43.7583	-91.35903	234			MN	055	29510	
5051487	Vista Village Mobile Home Park	vista-village-mobile-home-park	US		0	America/Chicago	43.74024	-92.86935	391			MN	099	08164	
5051489	Vista-Villa Mobilehome Community	vista-villa-mobilehome-community	US		0	America/Chicago	44.08246	-93.53078	351			MN	161	68296	
5051496	Vlasaty	vlasaty	US		0	America/Chicago	43.96469	-92.84908	406			MN	039	02512	
5051623	Wabedo	wabedo	US		0	America/Chicago	46.92051	-94.18803	401			MN	021	67414	
5051648	Wacouta	wacouta	US		0	America/Chicago	44.54497	-92.43491	218			MN	049	67486	
5051650	Wacouta Beach	wacouta-beach	US		0	America/Chicago	44.5458	-92.41046	225			MN	049	67486	
5051654	Waddells Mobile Home Park	waddells-mobile-home-park	US		0	America/Chicago	45.59444	-95.89583	344			MN	149	44242	
5051688	Wahlsten	wahlsten	US		0	America/Chicago	47.73576	-92.2835	448			MN	137	33794	
5051710	Wakemup	wakemup	US		0	America/Chicago	47.92408	-92.64517	418			MN	137	04294	
5051720	Waldeck	waldeck	US		0	America/Chicago	46.6744	-93.60774	369			MN	001	44278	
5051740	Walbo	walbo	US		0	America/Chicago	45.58719	-93.3269	288			MN	059	62086	
5051832	Wangs	wangs	US		0	America/Chicago	44.40663	-92.97965	344			MN	049	68242	
5051861	Ward Lee Mobile Home Park	ward-lee-mobile-home-park	US		0	America/Chicago	43.69414	-91.27986	215			MN	055	08218	
5051863	Ward Springs	ward-springs	US		0	America/Chicago	45.79191	-94.80502	372	Birch Lake City,Ward Springs		MN	153	06022	
5051870	Warman	warman	US		0	America/Chicago	46.05829	-93.28439	354			MN	065	50002	
5051982	Wasioja	wasioja	US		0	America/Chicago	44.08024	-92.81936	356			MN	039	68404	
5051993	Wastedo	wastedo	US		0	America/Chicago	44.40469	-92.85131	362			MN	049	36476	
5051996	Watab	watab	US		0	America/Chicago	45.67635	-94.1811	318			MN	009	68476	
5052046	Watkins Mobile Home Park	watkins-mobile-home-park	US		0	America/Chicago	45.31528	-94.40833	353			MN	093	68620	
5052093	Waukenabo	waukenabo	US		0	America/Chicago	46.73996	-93.60024	380			MN	001	68692	
5052118	Wawina	wawina	US		0	America/Chicago	47.053	-93.1191	386			MN	061	68800	
5052142	Wealthwood	wealthwood	US		0	America/Chicago	46.36301	-93.65414	388			MN	001	68872	
5052158	Weber	weber	US		0	America/Chicago	45.47496	-93.12411	284			MN	059	46816	
5052188	Wegdahl	wegdahl	US		0	America/Chicago	44.88996	-95.6453	289			MN	023	61582	
5052261	Weme	weme	US		0	America/Chicago	47.64412	-95.53807	406			MN	029	18008	
5052282	Werner	werner	US		0	America/Chicago	47.61634	-94.92277	425			MN	007	65758	
5052286	Wescott	wescott	US		0	America/Chicago	44.81969	-93.10577	269	Radio Center,Wescott,Westcott		MN	037	31076	
5052295	West Albany	west-albany	US		0	America/Chicago	44.30136	-92.28545	250			MN	157	69178	
5052299	West Albion	west-albion	US		0	America/Chicago	45.1958	-94.13498	313			MN	171	00766	
5052361	West Coon Rapids	west-coon-rapids	US		62528	America/Chicago	45.15969	-93.34967	260			MN	053	10846	
5052367	West Duluth	west-duluth	US		0	America/Chicago	46.7355	-92.1863	224			MN	137	17000	
5052394	West Gate Mobile Home Park	west-gate-mobile-home-park	US		0	America/Chicago	44.15358	-92.89964	375			MN	039	69304	
5052416	West Lake Francis Shores	west-lake-francis-shores	US		0	America/Chicago	45.50774	-93.33745	282			MN	059	07246	
5052425	West Lynn	west-lynn	US		0	America/Chicago	44.84913	-94.4786	326			MN	085	38798	
5052457	West Ridge Village Mobile Home Park	west-ridge-village-mobile-home-park	US		0	America/Chicago	43.60968	-94.99471	423			MN	063	31562	
5052467	West Saint Paul	west-saint-paul	US		19540	America/Chicago	44.91608	-93.10161	313	City of West Saint Paul,West Saint Paul		MN	037	69700	
5052478	West Side Mobile Home Park	west-side-mobile-home-park	US		0	America/Chicago	45.31889	-93.81722	274			MN	171	43774	
5052513	West View Terrace	west-view-terrace	US		0	America/Chicago	45.08194	-94.31361	329			MN	093	14878	
5052515	West Virginia	west-virginia	US		0	America/Chicago	47.51548	-92.57018	435			MN	137	44548	
5052543	Westfield Center (historical)	westfield-center-historical	US		0	America/Chicago	43.95024	-92.9652	398			MN	039	54502	
5052591	Whalan	whalan	US		67	America/Chicago	43.73219	-91.92654	241	City of Whalan,Whalan		MN	045	69808	
5052618	Wheeler Landing	wheeler-landing	US		0	America/Chicago	47.72574	-91.29014	501			MN	075	62995	
5052621	Wheelers Point	wheelers-point	US		0	America/Chicago	48.83776	-94.69771	326	Wheeler Point,Wheelers Point		MN	077	69849	
5052630	Whipholt	whipholt	US		99	America/Chicago	47.04885	-94.36526	403			MN	021	51172	
5052656	White Bear Beach	white-bear-beach	US		0	America/Chicago	45.09969	-92.98911	286			MN	123	69916	
5052658	White Bear Lake	white-bear-lake	US		25205	America/Chicago	45.08469	-93.00994	287	City of White Bear Lake,Uajt Bia Lehjk,Uajt-Behr-Lejk,Vajt Ber Lejk,Vajt-Ber-Lejk,White Bear,White Bear Lake,wayt byr lyk,Вайт-Бер-Лейк,Вајт Бер Лејк,Уайт Биа Лэйк,Уайт-Бэр-Лейк,وائٹ بئیر لیک، مینیسوٹا,وايت بير ليك,وایت بیر لیک، مینه‌سوتا		MN	123	69970	
5052684	White Hawk	white-hawk	US		0	America/Chicago	46.39802	-93.82553	386			MN	035	04096	
5052686	White Iron	white-iron	US		0	America/Chicago	47.90323	-91.77681	426			MN	075	20456	
5052716	White Willow	white-willow	US		0	America/Chicago	44.36413	-92.6513	334			MN	049	72346	
5052780	Whyte	whyte	US		0	America/Chicago	47.45158	-91.56211	586			MN	075	60304	
5052796	Wilbert	wilbert	US		0	America/Chicago	43.54384	-94.53942	382			MN	091	64372	
5052845	Wilds	wilds	US		0	America/Chicago	47.74553	-96.63618	267			MN	119	01504	
5052910	Willie's Mobile Home Park	willie-s-mobile-home-park	US		0	America/Chicago	45.55861	-94.21028	321			MN	145	67612	
5052913	Willington Grove	willington-grove	US		0	America/Chicago	43.5783	-91.57903	396			MN	055	70564	
5052968	Willow Ridge Mobile Home Park	willow-ridge-mobile-home-park	US		0	America/Chicago	43.96528	-92.46806	322			MN	109	54880	
5052982	Willow River Mobile Home Park	willow-river-mobile-home-park	US		0	America/Chicago	46.31833	-92.84111	317			MN	115	70492	
5053014	Wilno	wilno	US		0	America/Chicago	44.49969	-96.23143	504			MN	081	56158	
5053016	Wilpen	wilpen	US		0	America/Chicago	47.44049	-92.82796	435			MN	137	28790	
5053102	Windsor Court Mobile Home Community	windsor-court-mobile-home-community	US		0	America/Chicago	44.0208	-92.75158	387			MN	039	32498	
5053155	Winnipeg Junction	winnipeg-junction	US		0	America/Chicago	46.89579	-96.24673	362			MN	027	28988	
5053221	Wirock	wirock	US		0	America/Chicago	43.88691	-95.70362	480			MN	101	31112	
5053242	Withrow	withrow	US		0	America/Chicago	45.12413	-92.89744	299			MN	163	41120	
5053246	Witoka	witoka	US		0	America/Chicago	43.9333	-91.62015	407			MN	169	71230	
5053410	Woodlawn Mobile Home Court	woodlawn-mobile-home-court	US		0	America/Chicago	45.93056	-95.49583	436			MN	041	23120	
5053445	Woodward Brook	woodward-brook	US		0	America/Chicago	45.67608	-93.58524	303			MN	095	06850	
5053500	Wyanett	wyanett	US		0	America/Chicago	45.58691	-93.45079	296	Wyanett,Wyanette		MN	059	71896	
5053506	Wyattville	wyattville	US		0	America/Chicago	43.9408	-91.79015	380			MN	169	68188	
5053514	Wykoff Mobile Home Park I	wykoff-mobile-home-park-i	US		0	America/Chicago	43.71052	-92.2635	403			MN	045	71950	
5053515	Wykoff Mobile Home Park II	wykoff-mobile-home-park-ii	US		0	America/Chicago	43.70719	-92.2635	395			MN	045	71950	
5053520	Wyman	wyman	US		0	America/Chicago	47.53242	-92.10767	452			MN	137	30302	
5053584	Yola	yola	US		0	America/Chicago	47.23218	-95.01224	433			MN	057	34388	
5053593	Young America (historical)	young-america-historical	US		1530	America/Chicago	44.78274	-93.91358	314			MN	019	47520	
5053609	Yucatan	yucatan	US		0	America/Chicago	43.68052	-91.68876	228			MN	055	72166	
5053623	Zemple	zemple	US		93	America/Chicago	47.323	-93.7855	394	City of Zemple,Zemple		MN	061	72184	
5053627	Zerkel	zerkel	US		0	America/Chicago	47.31079	-95.38169	476			MN	029	54016	
5053628	Ziemer's Mobile Home Park	ziemer-s-mobile-home-park	US		0	America/Chicago	43.56218	-93.81134	360			MN	043	07678	
5053630	Zim	zim	US		0	America/Chicago	47.30688	-92.60324	409			MN	137	38960	
5053645	Zimmerman Terrace	zimmerman-terrace	US		0	America/Chicago	45.44861	-93.58361	304			MN	141	72238	
5053803	Zumbro Ridge Estates	zumbro-ridge-estates	US		0	America/Chicago	44.08056	-92.45222	309			MN	109	10180	
5053850	Acasto	acasto	US		0	America/Chicago	40.59809	-91.83406	211			MO	045	24922	
5053856	Adams (historical)	adams-historical	US		0	America/Chicago	40.51527	-94.25468	294			MO	227	68348	
5053873	Alanthus Grove	alanthus-grove	US		0	America/Chicago	40.30694	-94.54413	277	Ailanthus Grove,Alanthus,Alanthus Grove		MO	075	80188	
5053876	Albany Junction	albany-junction	US		0	America/Chicago	40.22694	-94.36912	256			MO	075	02386	
5053897	Alvord (historical)	alvord-historical	US		0	America/Chicago	40.45556	-93.5955	260			MO	129	49952	
5053928	Arkoe	arkoe	US		65	America/Chicago	40.25805	-94.82775	297			MO	147	79342	
5053948	Azen	azen	US		0	America/Chicago	40.55975	-92.03823	228	Azen,Prairie View		MO	199	37466	
5053958	Bairdston	bairdston	US		0	America/Chicago	40.28474	-93.19604	310	Bairdston,Bairdstown		MO	211	42374	
5054036	Bedison	bedison	US		0	America/Chicago	40.29332	-94.77441	334	Bedison,Calla,Calla Station,Edison,Valentine		MO	147	58808	
5054042	Bell Grove	bell-grove	US		0	America/Chicago	40.3036	-94.91358	324			MO	147	58808	
5054104	Bible Grove	bible-grove	US		0	America/Chicago	40.35281	-92.30435	261	Bible Grove,Biblegrove		MO	199	50618	
5054139	Blackbird (historical)	blackbird-historical	US		0	America/Chicago	40.50391	-92.97187	288			MO	171	42842	
5054239	Brown (historical)	brown-historical	US		0	America/Chicago	40.34696	-92.97437	318			MO	211	09280	
5054312	Bullion	bullion	US		0	America/Chicago	40.17142	-92.48825	291			MO	001	65540	
5054318	Bunker Hill (historical)	bunker-hill-historical	US		0	America/Chicago	40.18004	-91.73878	211			MO	111	44750	
5054342	Bute	bute	US		0	America/Chicago	40.09447	-92.94965	278			MO	211	50024	
5054347	Buttsville	buttsville	US		0	America/Chicago	40.21279	-93.67133	281			MO	079	77470	
5054365	Campbell Corner	campbell-corner	US		0	America/Chicago	40.12999	-95.08942	299			MO	087	31852	
5054379	Cardy	cardy	US		0	America/Chicago	40.0017	-92.59547	288	Cardy,La Crosse,LaCrosse		MO	121	61508	
5054381	Carmack	carmack	US		0	America/Chicago	40.24083	-94.42607	276			MO	075	33598	
5054448	Chapel	chapel	US		0	America/Chicago	40.54058	-92.72964	294	Chapel,Quakerville		MO	171	28522	
5054478	Clark City	clark-city	US		0	America/Chicago	40.42087	-91.68155	212	Clark City,Clarke City		MO	045	45362	
5054503	Cleopatra	cleopatra	US		0	America/Chicago	40.54862	-93.40438	334			MO	129	68564	
5054564	Connelsville	connelsville	US		0	America/Chicago	40.27753	-92.7002	239			MO	001	52526	
5054576	Cookman	cookman	US		0	America/Chicago	40.23863	-93.27382	293			MO	211	42374	
5054671	Dart	dart	US		0	America/Chicago	40.0467	-92.56741	284			MO	001	57224	
5054694	Deer Ridge	deer-ridge	US		0	America/Chicago	40.21282	-91.89573	223			MO	111	60950	
5054707	Derrahs	derrahs	US		0	America/Chicago	40.2231	-91.66405	180			MO	111	44750	
5054721	Dinsmore	dinsmore	US		0	America/Chicago	40.34112	-93.74495	285			MO	129	45452	
5054737	Dotham	dotham	US		0	America/Chicago	40.33527	-95.23637	293	Dotham,Dothan		MO	005	18028	
5054779	Durgen	durgen	US		0	America/Chicago	40.07254	-91.63294	196			MO	111	19468	
5054871	Ellenorah	ellenorah	US		0	America/Chicago	40.33861	-94.3319	282	Ellenorah,Gays Mill		MO	075	33328	
5054896	Empire Prairie	empire-prairie	US		0	America/Chicago	40.08305	-94.63913	333			MO	003	58106	
5054908	Enyart	enyart	US		0	America/Chicago	40.36221	-94.54802	276			MO	075	80188	
5054913	Esper	esper	US		0	America/Chicago	40.52891	-92.85214	303			MO	171	42284	
5054936	Evona	evona	US		0	America/Chicago	40.19777	-94.32912	257	Evona,South Albany		MO	075	02386	
5054986	Farmers City	farmers-city	US		0	America/Chicago	40.55306	-95.44915	335			MO	005	58700	
5055006	Fegley	fegley	US		0	America/Chicago	40.28614	-92.64936	288			MO	001	52526	
5055009	Flag Springs	flag-springs	US		0	America/Chicago	40.02499	-94.66691	309	Flag Springs,Flagsprings		MO	003	22330	
5055040	Forest Springs	forest-springs	US		0	America/Chicago	40.18615	-91.95517	205	Forest Spring,Forest Springs,Forrest Springs,Sulphur Springs		MO	103	51032	
5055109	Gaynor	gaynor	US		0	America/Chicago	40.48777	-94.70802	368			MO	147	35036	
5055123	Germania	germania	US		0	America/Chicago	40.4292	-92.47936	285	Clifton,Germania		MO	197	59672	
5055160	Glenwood Junction	glenwood-junction	US		0	America/Chicago	40.53142	-92.5863	306			MO	197	27532	
5055231	Green Grove	green-grove	US		0	America/Chicago	40.31392	-92.72048	276			MO	001	52526	
5055256	Gregory Landing	gregory-landing	US		0	America/Chicago	40.28143	-91.49627	147	Colton,Des Moines City,Gregory,Gregory Landing		MO	045	14302	
5055288	Guinn	guinn	US		0	America/Chicago	40.58169	-92.65491	289			MO	197	13294	
5055306	Half Rock	half-rock	US		0	America/Chicago	40.27307	-93.43577	295	Half Rock,Halfrock		MO	129	47108	
5055369	Haseville	haseville	US		0	America/Chicago	40.02641	-93.32132	245	Haseville,Haysville		MO	115	35864	
5055407	Hazelville (historical)	hazelville-historical	US		0	America/Chicago	40.29559	-92.32074	264			MO	103	29386	
5055411	Hedge City	hedge-city	US		0	America/Chicago	40.03004	-92.13685	245			MO	103	07552	
5055501	Hitt	hitt	US		0	America/Chicago	40.56364	-92.25574	236	Billupsville,Hilt,Hitt		MO	199	48314	
5055599	Ilia (historical)	ilia-historical	US		0	America/Chicago	40.53056	-93.4505	333			MO	129	68564	
5055620	Irena	irena	US		17	America/Chicago	40.54971	-94.39135	350			MO	227	24616	
5055624	Isadora	isadora	US		0	America/Chicago	40.52582	-94.51774	297	Browns Mill,Isadora		MO	227	75076	
5055628	Island City	island-city	US		0	America/Chicago	40.14555	-94.57107	287			MO	075	35774	
5055767	Kilwinning	kilwinning	US		0	America/Chicago	40.52698	-92.33713	262	Killwinnig,Kilowinning,Kilwinning,Uniontown		MO	199	48314	
5055782	Kings Grove (historical)	kings-grove-historical	US		0	America/Chicago	40.2461	-95.12442	303			MO	087	14410	
5055895	Lemons	lemons	US		0	America/Chicago	40.40418	-93.04743	324	Kenia,Leman Station,Lemen,Lemenville,Lemons,Lemons Station,Lemonville		MO	171	80242	
5055936	Lickskillet	lickskillet	US		0	America/Chicago	40.44447	-92.71103	241	Lickskillet,Mapleton		MO	171	21952	
5055960	Lindersville (historical)	lindersville-historical	US		0	America/Chicago	40.09447	-92.70547	257			MO	001	76786	
5056030	Loeffler	loeffler	US		0	America/Chicago	40.10308	-92.83325	305			MO	001	76786	
5056039	Lone Corner	lone-corner	US		0	America/Chicago	40.11555	-95.00247	279			MO	003	14266	
5056102	Lowground	lowground	US		0	America/Chicago	40.37391	-92.73548	284			MO	171	21952	
5056121	Madelaine (historical)	madelaine-historical	US		0	America/Chicago	40.11889	-93.91106	275			MO	061	77362	
5056170	Martinstown	martinstown	US		0	America/Chicago	40.41058	-92.77048	300			MO	171	21952	
5056180	Matkins	matkins	US		0	America/Chicago	40.18194	-94.16356	288			MO	081	10072	
5056202	McCurry	mccurry	US		0	America/Chicago	40.20749	-94.42551	261			MO	075	16282	
5056220	McFall	mcfall	US		93	America/Chicago	40.11083	-94.22329	304			MO	075	48224	
5056226	Medill	medill	US		0	America/Chicago	40.43448	-91.776	217			MO	045	42662	
5056264	Middle Fabius	middle-fabius	US		0	America/Chicago	40.45503	-92.3188	245	Greasy Village,Middle Fabius,Pull Tight,Slab Town		MO	199	75958	
5056287	Millard	millard	US		87	America/Chicago	40.10726	-92.54603	293			MO	001	57224	
5056290	Mill Grove	mill-grove	US		0	America/Chicago	40.30918	-93.59355	258	MIllgrove,Mill Grove		MO	129	77578	
5056317	Mines	mines	US		0	America/Chicago	40.21253	-92.81353	309			MO	001	50096	
5056339	Monastery	monastery	US		0	America/Chicago	40.22638	-94.71802	298			MO	147	36908	
5056399	Mount Moriah	mount-moriah	US		84	America/Chicago	40.32973	-93.79467	251			MO	081	73744	
5056435	Mount Waller	mount-waller	US		0	America/Chicago	40.47055	-94.37551	329			MO	227	24616	
5056492	Neeper	neeper	US		0	America/Chicago	40.33254	-91.79156	214			MO	045	74554	
5056493	Nefy (historical)	nefy-historical	US		0	America/Chicago	40.15392	-92.70159	275			MO	001	41924	
5055865	Langdon	langdon	US	58249	0	America/Chicago	40.35639	-95.57971	271			MO	005	72646	
5056499	New Court Village	new-court-village	US		0	America/Chicago	40.10671	-91.81322	214			MO	111	39530	
5056534	Nida (historical)	nida-historical	US		0	America/Chicago	40.01027	-94.89219	314			MO	003	35576	
5056536	Nind	nind	US		0	America/Chicago	40.07058	-92.76797	248			MO	001	76786	
5056540	Nishnabotna	nishnabotna	US		0	America/Chicago	40.29583	-95.50859	268	Nishanabotna,Nishnabotna,Nishnabotona,Nishnebotna		MO	005	13996	
5056545	Nichols Grove	nichols-grove	US		0	America/Chicago	40.01944	-95.08497	305			MO	087	52706	
5056664	Orrsburg	orrsburg	US		0	America/Chicago	40.43082	-94.72136	352			MO	147	35036	
5056667	Oswald	oswald	US		0	America/Chicago	40.26861	-95.23914	321			MO	005	18028	
5056676	Owasco	owasco	US		0	America/Chicago	40.13808	-92.97798	308	Owasco,Wasco		MO	211	75022	
5056705	Parkerton	parkerton	US		0	America/Chicago	40.12834	-93.66078	235			MO	079	30520	
5056729	Paultown	paultown	US		0	America/Chicago	40.16059	-92.36491	272	Paultown,Paulville		MO	001	65540	
5056747	Peaksville	peaksville	US		0	America/Chicago	40.50698	-91.69711	212			MO	045	71872	
5056769	Phelps City	phelps-city	US		24	America/Chicago	40.40333	-95.5986	272	Phelps,Phelps City		MO	005	72646	
5056794	Pinhook	pinhook	US		0	America/Chicago	40.30222	-94.33051	267			MO	075	33328	
5056848	Pleasant Retreat	pleasant-retreat	US		0	America/Chicago	40.36726	-92.21713	243			MO	199	73492	
5056947	Prohibition City	prohibition-city	US		0	America/Chicago	40.42305	-94.40496	328	Prohibition City,Smithton		MO	227	47828	
5056948	Pronax (historical)	pronax-historical	US		0	America/Chicago	40.38864	-92.36102	258			MO	197	35054	
5056950	Prospect Grove	prospect-grove	US		0	America/Chicago	40.52642	-91.98212	225	Prospect,Prospect Grove		MO	199	37466	
5056961	Pumpkin Center	pumpkin-center	US		0	America/Chicago	40.20027	-94.86775	312			MO	147	79342	
5056969	Possum Walk	possum-walk	US		0	America/Chicago	40.49444	-95.08442	336	Lamar,Possum Walk,Possumwalk		MO	147	42824	
5056989	Ravanna	ravanna	US		98	America/Chicago	40.45501	-93.4655	330	Ravanna,Sonoma		MO	129	60662	
5057011	Reger	reger	US		0	America/Chicago	40.14391	-93.19271	250			MO	211	20386	
5057031	Ringo Point	ringo-point	US		0	America/Chicago	40.18308	-92.83131	317	Ringo Point,Ringo's Point		MO	001	41924	
5057074	Roseberry	roseberry	US		0	America/Chicago	40.43777	-95.04081	307			MO	147	52724	
5057134	Salem Coffey P O and Station	salem-coffey-p-o-and-station	US		0	America/Chicago	40.10473	-94.00662	285			MO	061	65198	
5057160	Sand Hill	sand-hill	US		0	America/Chicago	40.31143	-92.12796	240	Sand Hill,Sandhill		MO	199	65828	
5057173	Santuzza	santuzza	US		0	America/Chicago	40.20588	-91.53432	183			MO	111	11152	
5057253	Shibleys Point	shibleys-point	US		0	America/Chicago	40.31336	-92.76103	259	Shibley Point,Shibley's Point,Shibleys Point,Shilbeys Point		MO	001	50096	
5057270	Shott	shott	US		0	America/Chicago	40.16223	-93.66078	258			MO	079	30520	
5057281	Simler	simler	US		0	America/Chicago	40.12253	-92.69547	238			MO	001	76786	
5057332	Sorrell	sorrell	US		0	America/Chicago	40.21502	-93.02048	282	Elgin,Sorrel,Sorrell		MO	211	56918	
5057339	South Blanchard (historical)	south-blanchard-historical	US		0	America/Chicago	40.57777	-95.22165	311			MO	005	42590	
5057351	South Lineville	south-lineville	US		28	America/Chicago	40.5789	-93.52383	333	Lineville,South Lineville		MO	129	46082	
5057398	Stahl	stahl	US		0	America/Chicago	40.29141	-92.78909	263			MO	001	50096	
5057428	Sticklerville	sticklerville	US		0	America/Chicago	40.16058	-92.89381	290			MO	211	75022	
5057534	Tindall	tindall	US		76	America/Chicago	40.16112	-93.60828	241	Neola,Tindall		MO	079	42734	
5057535	Tipperary	tipperary	US		0	America/Chicago	40.1917	-92.70992	269	Midland,Tipperary		MO	001	41924	
5057547	Tolona	tolona	US		0	America/Chicago	40.0431	-91.7485	209	Blue Grass,Tolona		MO	111	32014	
5057555	Topsy	topsy	US		0	America/Chicago	40.35307	-93.47994	321			MO	129	47108	
5057573	Trinity (historical)	trinity-historical	US		0	America/Chicago	40.34031	-92.45102	289			MO	001	14248	
5057693	Voyage (historical)	voyage-historical	US		0	America/Chicago	40.27833	-94.44579	294			MO	075	33598	
5057731	Washington Center	washington-center	US		0	America/Chicago	40.42694	-94.1569	322	Amos,Washington Center		MO	081	77488	
5057767	Weber	weber	US		0	America/Chicago	40.01699	-91.60433	181			MO	111	74752	
5057800	West Liberty (historical)	west-liberty-historical	US		0	America/Chicago	40.48696	-93.13104	271			MO	171	67466	
5057840	Whitecloud	whitecloud	US		0	America/Chicago	40.20888	-94.89664	303	White Cloud,Whitecloud		MO	147	79342	
5057891	Willmathsville	willmathsville	US		0	America/Chicago	40.32642	-92.40908	284	Willmathsville,Wilmathsville		MO	001	14248	
5057920	Wintersville	wintersville	US		0	America/Chicago	40.26835	-93.32688	285			MO	211	42374	
5057971	Wyeth	wyeth	US		0	America/Chicago	40.02499	-94.80219	286	Rush,Rush Siding,Wyeth		MO	003	04564	
5057973	Wyreka	wyreka	US		0	America/Chicago	40.52945	-93.26494	325	Wyreka,Wyroka		MO	171	81340	
5057982	Yarrow	yarrow	US		0	America/Chicago	40.09392	-92.68047	258			MO	001	57224	
5057993	Zig	zig	US		0	America/Chicago	40.12697	-92.76631	284			MO	001	41924	
5058037	Akra	akra	US		0	America/Chicago	48.77527	-97.72704	295			ND	067	00900	
5058082	Amourdale	amourdale	US		0	America/Chicago	48.8714	-99.37292	497			ND	095	03100	
5058093	Anselm	anselm	US		0	America/Chicago	46.52858	-97.49565	331	Anselm,Shenford		ND	073	72300	
5058101	Ardoch	ardoch	US		66	America/Chicago	48.20721	-97.3423	252			ND	099	02860	
5058113	Arndt	arndt	US		0	America/Chicago	48.63	-99.23542	466			ND	095	30020	
5058142	Ashtabula (historical)	ashtabula-historical	US		0	America/Chicago	47.14165	-98.03176	386			ND	003	03580	
5058164	Backoo	backoo	US		0	America/Chicago	48.83666	-97.71037	278			ND	067	00700	
5058194	Barrie	barrie	US		0	America/Chicago	46.56886	-97.12259	289	Barrie,Barrie Crossing		ND	077	05060	
5058211	Bayne	bayne	US		0	America/Chicago	46.16746	-96.92786	305			ND	077	05860	
5058302	Benson Corner	benson-corner	US		0	America/Chicago	46.48581	-98.20149	441	Benson,Benson Corner,Benson Corners		ND	045	30420	
5058335	Blabon	blabon	US		0	America/Chicago	47.40166	-97.78898	412			ND	091	52020	
5058343	Blackmer	blackmer	US		0	America/Chicago	45.97885	-96.60063	297	Blackmer,Blockmer Elevator		ND	077	25340	
5058350	Bloom	bloom	US		0	America/Chicago	46.91638	-98.61288	458			ND	093	07740	
5058380	Bordulac	bordulac	US		0	America/Chicago	47.38777	-98.964	467	Bordulac,Chihaun		ND	031	08420	
5058391	Bowesmont	bowesmont	US		0	America/Chicago	48.68999	-97.17813	243	Alma,Bowesmont		ND	067	46660	
5058398	Brampton	brampton	US		0	America/Chicago	45.99469	-97.77621	393			ND	081	08980	
5058402	Brantford	brantford	US		0	America/Chicago	47.59777	-98.92289	464			ND	027	63220	
5058411	Briarwood	briarwood	US		75	America/Chicago	46.78608	-96.79703	276			ND	017	09320	
5058419	Brinsmade	brinsmade	US		35	America/Chicago	48.1825	-99.32402	476			ND	005	09460	
5058429	Brockway (historical)	brockway-historical	US		0	America/Chicago	46.28885	-97.81482	412			ND	073	01540	
5058433	Brooktree Park	brooktree-park	US		80	America/Chicago	47.00302	-96.89592	271			ND	017	35980	
5058484	Burnstad	burnstad	US		0	America/Chicago	46.38553	-99.63261	599			ND	047	65700	
5058507	Calio	calio	US		21	America/Chicago	48.63112	-98.93291	476	Calio,Etna		ND	019	11580	
5058509	Calspur	calspur	US		0	America/Chicago	47.93331	-97.08813	255			ND	035	32060	
5058526	Camp Grafton	camp-grafton	US		0	America/Chicago	48.05694	-98.92095	447	Camp Burke,Camp Grafton,Camp Hanna,Camp Laghton		ND	071	16660	
5058558	Cashel	cashel	US		0	America/Chicago	48.48471	-97.29869	247			ND	099	51140	
5058646	Clement	clement	US		0	America/Chicago	46.15441	-98.24427	425			ND	021	14540	
5058649	Clementsville	clementsville	US		0	America/Chicago	47.03777	-98.49315	453			ND	093	68100	
5058693	Considine	considine	US		0	America/Chicago	48.56195	-99.28319	461			ND	095	30020	
5058778	Crocus	crocus	US		0	America/Chicago	48.70889	-99.16153	468			ND	095	16820	
5058820	Danzig	danzig	US		0	America/Chicago	46.13803	-99.47484	614			ND	051	74505	
5058842	De Lamere	de-lamere	US		30	America/Chicago	46.26718	-97.33509	329			ND	081	34300	
5058856	Deisem	deisem	US		0	America/Chicago	46.44247	-98.78982	491			ND	045	65540	
5058863	Derrick	derrick	US		0	America/Chicago	48.47695	-98.55762	467			ND	071	64740	
5058885	Dimock (historical)	dimock-historical	US		0	America/Chicago	48.64999	-97.44619	255			ND	067	70300	
5058910	Doyon	doyon	US		0	America/Chicago	48.05278	-98.53677	461			ND	071	05140	
5058934	Duane	duane	US		0	America/Chicago	46.07219	-98.54232	451			ND	021	22740	
5058950	Durupt	durupt	US		0	America/Chicago	47.09527	-98.47009	457			ND	093	32860	
5058958	Easby	easby	US		0	America/Chicago	48.71028	-98.25345	503			ND	019	21460	
5058977	Eastedge	eastedge	US		0	America/Chicago	46.65664	-97.89232	415			ND	003	78700	
5058981	Eaton (historical)	eaton-historical	US		0	America/Chicago	45.96303	-98.17594	397			ND	021	63820	
5058987	Eckelson	eckelson	US		0	America/Chicago	46.93804	-98.33315	450	Eckelson,Seventh Siding		ND	003	21820	
5059013	Edmunds	edmunds	US		0	America/Chicago	47.24722	-98.96817	487			ND	093	22420	
5059102	Emrick	emrick	US		0	America/Chicago	47.59472	-99.51207	487	Doland,Emrick		ND	103	29980	
5059108	Englevale	englevale	US		40	America/Chicago	46.39275	-97.91343	409	Englevale,Marshall		ND	073	35180	
5059122	Erie Junction	erie-junction	US		0	America/Chicago	47.09331	-97.38453	338			ND	017	24660	
5059157	Fairview Junction	fairview-junction	US		0	America/Chicago	46.26829	-96.82397	294			ND	077	54260	
5059187	Fife	fife	US		0	America/Chicago	46.88525	-96.96425	273			ND	017	50620	
5059213	Fleece	fleece	US		0	America/Chicago	48.76026	-97.20674	243			ND	067	41020	
5059233	Forest River Colony	forest-river-colony	US		0	America/Chicago	48.18221	-97.70342	318			ND	035	40020	
5059283	Fried	fried	US		0	America/Chicago	47.04582	-98.65788	464			ND	093	28700	
5059291	Frontier Village	frontier-village	US		0	America/Chicago	46.88943	-98.70066	450			ND	093	40580	
5059304	Galchutt	galchutt	US		0	America/Chicago	46.38746	-96.80952	290			ND	077	00140	
5059315	Gardar	gardar	US		0	America/Chicago	48.58916	-97.87398	356	Gardar,Park,Parktown		ND	067	29140	
5059325	Garske	garske	US		0	America/Chicago	48.35778	-98.87735	448			ND	071	84180	
5059393	Goldwin	goldwin	US		0	America/Chicago	47.14888	-99.20122	574	Goldwin,Ramona		ND	093	60780	
5059436	Grand Harbor	grand-harbor	US		0	America/Chicago	48.16972	-98.98429	444	Grand Harbor,Scott		ND	071	32260	
5059497	Guelph	guelph	US		0	America/Chicago	46.02275	-98.23594	416	Centralia,Centropolis,Coldwater,Guelph,Menasha Center,Thatcherville		ND	021	63820	
5059502	Guptill	guptill	US		0	America/Chicago	47.51555	-99.13845	479			ND	031	07140	
5059519	Hallson	hallson	US		0	America/Chicago	48.76388	-97.81787	309	Coulee,Hallson		ND	067	00900	
5059522	Hamar	hamar	US		0	America/Chicago	47.84361	-98.57344	449			ND	027	28420	
5059523	Hamberg	hamberg	US		21	America/Chicago	47.76306	-99.51457	472	Hamberg,Viking		ND	103	34460	
5059538	Hample	hample	US		0	America/Chicago	46.13719	-97.97788	402			ND	081	81780	
5059544	Hanks Corner	hanks-corner	US		0	America/Chicago	48.75888	-97.94982	382			ND	067	05580	
5059551	Hannah Junction	hannah-junction	US		0	America/Chicago	47.92527	-97.66703	346			ND	035	45060	
5059566	Harlem (historical)	harlem-historical	US		0	America/Chicago	46.18052	-97.79899	402			ND	081	35420	
5059570	Harlow	harlow	US		0	America/Chicago	48.16361	-99.51902	501			ND	005	11260	
5059572	Harrisburg (historical)	harrisburg-historical	US		0	America/Chicago	47.88139	-98.29621	445			ND	063	83340	
5059602	Heaton	heaton	US		0	America/Chicago	47.47833	-99.5479	520			ND	103	74540	
5059608	Heimdal	heimdal	US		27	America/Chicago	47.79278	-99.64512	482			ND	103	37060	
5059637	Herriott	herriott	US		0	America/Chicago	48.35443	-97.38924	252			ND	099	83180	
5059639	Hesper	hesper	US		0	America/Chicago	47.9864	-99.62985	490			ND	005	37660	
5059642	Hickson	hickson	US		0	America/Chicago	46.66941	-96.81036	279	Hickson,Hicson		ND	017	63100	
5059719	Honeyford	honeyford	US		0	America/Chicago	48.03332	-97.47064	273	Bean,Honeyford		ND	035	30220	
5059751	Hove Mobile Park	hove-mobile-park	US		2	America/Chicago	48.5825	-98.23067	503			ND	019	60140	
5059753	Hoving	hoving	US		0	America/Chicago	46.24746	-97.56815	363			ND	081	86060	
5059757	Hudson (historical)	hudson-historical	US		0	America/Chicago	46.09414	-98.2551	419			ND	021	39220	
5059771	Huron City (historical)	huron-city-historical	US		0	America/Chicago	48.99721	-97.23367	234			ND	067		
5059807	Interlaken (historical)	interlaken-historical	US		0	America/Chicago	47.57999	-97.6337	345			ND	091	31140	
5059841	Jamestown Junction	jamestown-junction	US		0	America/Chicago	46.86332	-98.67093	449			ND	093	38620	
5059870	Joliette	joliette	US		0	America/Chicago	48.81804	-97.22757	243			ND	067	41020	
5059878	Juanita	juanita	US		0	America/Chicago	47.50222	-98.68399	460			ND	031	26820	
5059931	Keith	keith	US		0	America/Chicago	48.09334	-98.75261	452	Keildahl,Keith,Keith Station		ND	071	74280	
5059956	Kerry	kerry	US		0	America/Chicago	48.45638	-97.80426	344			ND	099	44620	
5059957	Keystone (historical)	keystone-historical	US		0	America/Chicago	46.18136	-98.55038	449			ND	021	42500	
5059960	Kibby (historical)	kibby-historical	US		0	America/Chicago	46.73581	-97.68371	359			ND	003	07100	
5059981	Kloten	kloten	US		0	America/Chicago	47.71611	-98.07537	463			ND	063	45540	
5059982	Kloze	kloze	US		0	America/Chicago	46.80054	-98.73983	462			ND	093	77620	
5059989	Koldok	koldok	US		0	America/Chicago	46.92859	-97.72371	365	Brackett,Koldok		ND	003	59700	
5060003	La Mars	la-mars	US		0	America/Chicago	45.96468	-96.69035	313			ND	077	44500	
5060041	Lake Williams	lake-williams	US		0	America/Chicago	47.13471	-99.61456	550			ND	043	44180	
5060053	Lakewood Park	lakewood-park	US		0	America/Chicago	48.07167	-98.92957	443	Lakewood Park,North Chautauqua		ND	071	16660	
5060059	Lallie	lallie	US		0	America/Chicago	47.97833	-99.21597	476	Fort Totten,Lallie,Totten		ND	005	44420	
5060099	Leal	leal	US		20	America/Chicago	47.10527	-98.31732	447			ND	003	45460	
5060119	Lemert	lemert	US		0	America/Chicago	47.50972	-99.264	487			ND	031	07140	
5060134	Leyden	leyden	US		0	America/Chicago	48.87666	-97.81092	288			ND	067	00700	
5060187	Logan Center	logan-center	US		0	America/Chicago	47.80277	-97.81842	434			ND	035	47580	
5060234	Lucca	lucca	US		0	America/Chicago	46.70692	-97.71983	370	Binghamton,Kibby,Lucca		ND	003	65380	
5060236	Ludden	ludden	US		22	America/Chicago	46.00858	-98.12538	397			ND	021	48460	
5060278	Mandt	mandt	US		0	America/Chicago	48.41971	-97.60092	269			ND	099	26100	
5060279	Manfred	manfred	US		0	America/Chicago	47.69472	-99.74818	488	Jim River Crossing,Manfred		ND	103	50060	
5060292	Mapes	mapes	US		0	America/Chicago	48.03111	-98.22732	465			ND	063	68820	
5060309	Mardell (historical)	mardell-historical	US		0	America/Chicago	47.46027	-98.00621	396			ND	039	83660	
5060343	Maza	maza	US		4	America/Chicago	48.39361	-99.19847	445			ND	095	51620	
5060348	McCanna	mccanna	US		0	America/Chicago	48.00583	-97.71009	348			ND	035	23700	
5060385	Medberry	medberry	US		0	America/Chicago	46.3758	-98.62093	465			ND	045	83380	
5060413	Merricourt	merricourt	US		9	America/Chicago	46.20941	-98.7626	500			ND	021	87980	
5060450	Millarton	millarton	US		0	America/Chicago	46.66692	-98.75955	459			ND	093	71860	
5060490	Monango	monango	US		35	America/Chicago	46.17275	-98.59454	460			ND	021	53820	
5060532	Mose	mose	US		0	America/Chicago	47.57861	-98.45482	469			ND	039	09940	
5060571	Nanson	nanson	US		0	America/Chicago	48.57389	-99.77987	488			ND	079	74320	
5060613	New Minneapolis (historical)	new-minneapolis-historical	US		0	America/Chicago	46.89388	-98.924	488			ND	093	22940	
5060643	Nobart (historical)	nobart-historical	US		0	America/Chicago	46.9397	-98.14704	434			ND	003	38300	
5060688	North Grand Forks	north-grand-forks	US		0	America/Chicago	47.97943	-97.09091	253			ND	035	25540	
5060709	North Valley City	north-valley-city	US		0	America/Chicago	46.94609	-97.99677	378	North Valley City,Valley City Station		ND	003	81080	
5060773	Odell (historical)	odell-historical	US		0	America/Chicago	47.06471	-98.19759	436			ND	003	76020	
5060782	Ojata (historical)	ojata-historical	US		0	America/Chicago	47.91748	-97.26925	263			ND	035	58900	
5060804	Ops	ops	US		0	America/Chicago	48.22777	-97.59703	281			ND	099	59540	
5060825	Oswald	oswald	US		0	America/Chicago	46.05885	-96.72813	300			ND	077	19380	
5060829	Ottention (historical)	ottention-historical	US		0	America/Chicago	48.99583	-97.56091	253			ND	067	25980	
5060867	Parkhurst	parkhurst	US		0	America/Chicago	46.97638	-98.75066	460			ND	093	52820	
5060886	Pelto	pelto	US		0	America/Chicago	48.15861	-98.22788	463			ND	063	24500	
5060913	Peters	peters	US		0	America/Chicago	46.38387	-99.70733	602			ND	047	85065	
5060954	Pinkham	pinkham	US		0	America/Chicago	46.92025	-96.90369	275			ND	017	65860	
5060961	Pickert	pickert	US		0	America/Chicago	47.44166	-97.81509	427			ND	091	21740	
5061007	Port Emma (historical)	port-emma-historical	US		0	America/Chicago	46.01664	-98.15482	400			ND	021	63820	
5061013	Portland Junction	portland-junction	US		0	America/Chicago	47.56137	-97.36926	307			ND	097	82180	
5061030	Prairie Rose	prairie-rose	US		73	America/Chicago	46.81747	-96.83564	276			ND	017	64320	
5061067	Ransom City (historical)	ransom-city-historical	US		0	America/Chicago	46.09524	-97.38537	345			ND	081	65340	
5061096	Reiles Acres	reiles-acres	US		513	America/Chicago	46.92302	-96.86536	272	Reile's Acres,Reiles Acres		ND	017	66040	
5061141	Rock Lake	rock-lake	US		177	America/Chicago	48.79028	-99.24625	471	Rock Lake,Rocklake		ND	095	67500	
5061153	Rohrville	rohrville	US		0	America/Chicago	48.1425	-98.66011	455			ND	071	59460	
5061296	Saint George (historical)	saint-george-historical	US		0	America/Chicago	46.37775	-98.73593	484			ND	045	57300	
5061435	Saratoga Springs (historical)	saratoga-springs-historical	US		0	America/Chicago	46.5547	-98.49676	405			ND	045	70660	
5061829	Selz	selz	US		46	America/Chicago	47.85722	-99.89179	490			ND	069	34140	
5061843	Sharlow	sharlow	US		0	America/Chicago	46.67998	-98.86011	497			ND	093	71900	
5061862	Shepard	shepard	US		0	America/Chicago	47.38972	-98.13204	434			ND	039	04540	
5061865	Sherbrooke	sherbrooke	US		0	America/Chicago	47.46082	-97.71954	382			ND	091	72420	
5061876	Shell Valley	shell-valley	US		1197	America/Chicago	48.79806	-99.86486	539			ND	079	72260	
5061917	Silverleaf	silverleaf	US		0	America/Chicago	46.01358	-98.38093	429	Silver Leaf Station,Silverleaf		ND	021	00300	
5061984	South West Fargo	south-west-fargo	US		0	America/Chicago	46.87358	-96.90036	274			ND	017	84780	
5061985	Southam	southam	US		0	America/Chicago	48.15834	-98.55205	458			ND	071	59460	
5061997	Spiritwood Lake	spiritwood-lake	US		96	America/Chicago	47.07638	-98.57315	441			ND	093	74740	
5062050	Stiles	stiles	US		0	America/Chicago	46.07524	-97.05259	347	Seymour,Stiles		ND	077	54340	
5062081	Straubville	straubville	US		0	America/Chicago	46.04386	-97.9001	399			ND	081	40460	
5062118	Svold	svold	US		0	America/Chicago	48.80777	-97.79676	311			ND	067	00700	
5062179	Thorne	thorne	US		0	America/Chicago	48.73917	-99.93153	500			ND	079	74320	
5062309	Vang	vang	US		0	America/Chicago	48.90583	-98.12483	467			ND	019	38820	
5062314	Vashti	vashti	US		0	America/Chicago	47.18888	-99.08067	508			ND	093	62740	
5062315	Venlo	venlo	US		0	America/Chicago	46.48636	-97.4462	325			ND	073	72300	
5062316	Venturia	venturia	US		10	America/Chicago	45.99859	-99.54623	633			ND	051	74505	
5062324	Veseleyville	veseleyville	US		0	America/Chicago	48.32527	-97.5573	267			ND	099	64270	
5062391	Walum	walum	US		0	America/Chicago	47.26971	-98.19454	436			ND	039	33260	
5062392	Wamduska (historical)	wamduska-historical	US		0	America/Chicago	47.92722	-98.38788	442			ND	063	83340	
5062516	Wild Rice	wild-rice	US		0	America/Chicago	46.74635	-96.80953	277	Riceville,Wild Rice		ND	017	75340	
5062549	Wirch	wirch	US		0	America/Chicago	46.07747	-98.944	613			ND	021	75140	
5062557	Wisner (historical)	wisner-historical	US		0	America/Chicago	46.52164	-97.81427	340			ND	073	74940	
5062664	Abdal (historical)	abdal-historical	US		0	America/Chicago	40.12223	-98.12338	547			NE	129		
5062668	Abel	abel	US		0	America/Chicago	41.07417	-96.35529	326			NE	155	09410	
5062687	Accent Mobile Home Parks	accent-mobile-home-parks	US		0	America/Chicago	41.01667	-95.90723	345			NE	025	92398	
5062722	Admah (historical)	admah-historical	US		0	America/Chicago	41.66944	-96.39613	410			NE	177	49129	
5062742	Aggies Acres	aggies-acres	US		0	America/Chicago	41.86723	-99.26761	677			NE	115		
5062747	Agnew	agnew	US		0	America/Chicago	41.01695	-96.81474	386			NE	109		
5062794	Aksarben Village	aksarben-village	US		0	America/Chicago	41.23611	-96.01141	311			NE	055	92237	
5062863	Alfalfa Center	alfalfa-center	US		0	America/Chicago	40.69223	-99.17926	667			NE	019		
5062912	Almeria	almeria	US		0	America/Chicago	41.82584	-99.52206	711			NE	115		
5062916	Aloys	aloys	US		0	America/Chicago	41.82945	-96.90337	451			NE	039	32690	
5062966	Anan	anan	US		0	America/Chicago	40.46668	-98.18422	553			NE	035	19105	
5062988	Angus	angus	US		0	America/Chicago	40.28223	-97.97949	495			NE	129		
5062996	Anncar	anncar	US		0	America/Chicago	42.80722	-98.74342	473			NE	089	09830	
5063087	Applewood Mobile Home Park	applewood-mobile-home-park	US		0	America/Chicago	40.68278	-95.865	307			NE	131	92063	
5063089	Arago (historical)	arago-historical	US		0	America/Chicago	40.1525	-95.47804	330			NE	147		
5063109	Arbor	arbor	US		0	America/Chicago	40.89556	-96.67307	353			NE	109		
5063125	Arborville	arborville	US		0	America/Chicago	41.02279	-97.7745	524			NE	185		
5063145	Archer (historical)	archer-historical	US		0	America/Chicago	40.0875	-95.56693	284			NE	147		
5063151	Area Mobile Park	area-mobile-park	US		0	America/Chicago	40.73862	-99.53761	707			NE	047		
5063162	Argo (historical)	argo-historical	US		0	America/Chicago	41.7236	-96.44419	423			NE	021	11125	
5063166	Arizona	arizona	US		0	America/Chicago	41.81443	-96.13363	314			NE	021	01955	
5063185	Armour (historical)	armour-historical	US		0	America/Chicago	40.11945	-96.42029	402			NE	133		
5063277	Aten	aten	US		112	America/Chicago	42.84	-97.44089	364			NE	027		
5063280	Athens (historical)	athens-historical	US		0	America/Chicago	40.04444	-95.98639	330			NE	147		
5063395	Ayr Junction	ayr-junction	US		0	America/Chicago	40.45779	-98.43173	553			NE	001	02900	
5063431	Baker (historical)	baker-historical	US		0	America/Chicago	42.98889	-98.73092	558			NE	015	46310	
5063481	Barada	barada	US		23	America/Chicago	40.21861	-95.57776	342			NE	147		
5063533	Basford (historical)	basford-historical	US		0	America/Chicago	42.00416	-96.36558	403			NE	021	28595	
5063593	Bazile Mills	bazile-mills	US		28	America/Chicago	42.51278	-97.90507	480			NE	107	11265	
5063596	Beacon View	beacon-view	US		0	America/Chicago	41.06722	-96.3264	323			NE	153		
5063746	Beechwood	beechwood	US		0	America/Chicago	41.32361	-95.94251	301			NE	055	92237	
5063944	Berks	berks	US		0	America/Chicago	40.65862	-96.91364	431	Berks,Highland		NE	151		
5064181	Bismarck (historical)	bismarck-historical	US		0	America/Chicago	41.91111	-96.90865	452	Bismarck,Bismarck (historical)		NE	039	05063	
5064221	Blaine Center (historical)	blaine-center-historical	US		0	America/Chicago	41.93333	-99.89763	780			NE	009		
5064299	Bloomfield Trailer Court	bloomfield-trailer-court	US		0	America/Chicago	42.59889	-97.64562	518			NE	107	05455	
5064425	Bonnavilla and Eastgate Mobile Home Park	bonnavilla-and-eastgate-mobile-home-park	US		0	America/Chicago	40.58612	-98.38839	587			NE	001	21415	
5064426	Bookwalter	bookwalter	US		0	America/Chicago	40.06167	-96.36946	465			NE	133		
5064466	Bow Valley Mills	bow-valley-mills	US		0	America/Chicago	42.76166	-97.16699	357			NE	027		
5064469	Bower (historical)	bower-historical	US		0	America/Chicago	40.2625	-97.1792	447			NE	095		
5064490	Bow Valley	bow-valley	US		116	America/Chicago	42.71472	-97.2495	384			NE	027		
5064578	Breslau	breslau	US		0	America/Chicago	42.35028	-97.69895	513			NE	139		
5064602	Brickton (historical)	brickton-historical	US		0	America/Chicago	40.48335	-98.42117	559			NE	001	02900	
5064630	Brocksburg	brocksburg	US		0	America/Chicago	42.93028	-99.33233	558			NE	103		
5064918	Burress	burress	US		0	America/Chicago	40.5814	-97.50172	491			NE	059	30205	
5065012	C and K Mobile Home Park	c-and-k-mobile-home-park	US		0	America/Chicago	41.30583	-96.3503	347			NE	055		
5065020	Cadams	cadams	US		0	America/Chicago	40.1039	-98.01004	542			NE	129		
5065112	Camden (historical)	camden-historical	US		0	America/Chicago	40.70834	-96.99475	412			NE	159		
5065185	Capehart	capehart	US		0	America/Chicago	41.12583	-95.95696	320			NE	153		
5065192	Caradon Mobile Home Park	caradon-mobile-home-park	US		0	America/Chicago	41.23472	-96.01974	330			NE	055	92237	
5065229	Carns (historical)	carns-historical	US		0	America/Chicago	42.73472	-99.48233	572			NE	103		
5065242	Carriage House Estates	carriage-house-estates	US		0	America/Chicago	41.44168	-97.33282	437			NE	141	10110	
5065278	Catalpa	catalpa	US		0	America/Chicago	42.77611	-98.8687	555			NE	089	43615	
5065394	Center Court Mobile Home Park	center-court-mobile-home-park	US		0	America/Chicago	40.84583	-96.66696	350			NE	109		
5065495	Chalco	chalco	US		10994	America/Chicago	41.18389	-96.1503	327			NE	153		
5065537	Charlestown (historical)	charlestown-historical	US		0	America/Chicago	40.81668	-97.69283	515			NE	185		
5065736	Cio (historical)	cio-historical	US		0	America/Chicago	40.59556	-96.02445	314	Cio (historical),Delta		NE	131		
5065876	Cleveland (historical)	cleveland-historical	US		0	America/Chicago	42.775	-99.11426	614			NE	089	09550	
5065969	College View	college-view	US		0	America/Chicago	40.77222	-96.65224	397			NE	109		
5065973	College View Park	college-view-park	US		0	America/Chicago	41.44585	-97.39199	445			NE	141	10110	
5066119	Coniglias Mobile Home Park	coniglias-mobile-home-park	US		0	America/Chicago	41.22611	-96.01057	309			NE	055	92237	
5066128	Constance	constance	US		0	America/Chicago	42.70694	-97.43589	444			NE	027		
5066134	Contempo-Lincoln Mobile Home Park	contempo-lincoln-mobile-home-park	US		0	America/Chicago	40.84833	-96.72391	371			NE	109		
5066211	Cornhusker Trailer Court	cornhusker-trailer-court	US		0	America/Chicago	40.69946	-99.08148	656			NE	019		
5066214	Cornlea	cornlea	US		36	America/Chicago	41.68001	-97.56644	525			NE	141	19945	
5066227	Cotesfield	cotesfield	US		45	America/Chicago	41.35723	-98.63258	578			NE	093		
5066246	Cottonmill Mobile Home Court	cottonmill-mobile-home-court	US		0	America/Chicago	40.70001	-99.1337	680			NE	019		
5066310	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/Chicago	41.54444	-96.12807	326			NE	177	05350	
5066311	Country Mobile Villa	country-mobile-villa	US		0	America/Chicago	41.44029	-97.28643	433			NE	141	10145	
5066320	Countryside Estates	countryside-estates	US		0	America/Chicago	40.83667	-96.71946	352			NE	109		
5066321	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/Chicago	40.49863	-98.94786	662			NE	099	27295	
5066322	Countryside Mobile Park	countryside-mobile-park	US		0	America/Chicago	40.69946	-99.08148	656			NE	019		
5066323	Countryside Parks	countryside-parks	US		0	America/Chicago	40.58612	-98.38839	587			NE	001	21415	
5066326	Countryview Estates	countryview-estates	US		0	America/Chicago	41.44585	-97.39199	445			NE	141	10110	
5066339	Covington (historical)	covington-historical	US		0	America/Chicago	42.48611	-96.41142	334	Covington (historical),Harney City,Newport		NE	043	93018	
5066346	Cowles	cowles	US		28	America/Chicago	40.17168	-98.44561	546			NE	181		
5066583	Cummings Park (historical)	cummings-park-historical	US		0	America/Chicago	41.71223	-99.5015	778			NE	041	52715	
5066585	Cumminsville	cumminsville	US		0	America/Chicago	41.98695	-98.54841	631	Cummingsville,Cumminsville		NE	183		
5066587	Cumro	cumro	US		0	America/Chicago	41.10529	-99.4926	707			NE	041	29365	
5066647	Dale (historical)	dale-historical	US		0	America/Chicago	41.52473	-99.82623	805			NE	041	25370	
5066675	Dannevirke	dannevirke	US		0	America/Chicago	41.32251	-98.70841	615			NE	093		
5066681	Darr	darr	US		0	America/Chicago	40.82084	-99.88373	747	Cayote,Coyote,Darr		NE	047		
5066764	Day Ranch	day-ranch	US		0	America/Chicago	41.94417	-98.40702	608			NE	183		
5066803	Debolt	debolt	US		0	America/Chicago	41.32361	-96.01168	357	De Bolt Place,De Bott,Debolt,Debolt Place		NE	055	92237	
5066843	Deerfield Corner	deerfield-corner	US		0	America/Chicago	40.13112	-99.89401	685			NE	065		
5066855	Delta (historical)	delta-historical	US		0	America/Chicago	40.59556	-96.02445	314	Cio,Delta (historical)		NE	131		
5066862	Denman	denman	US		0	America/Chicago	40.69946	-98.72452	614			NE	019		
5066948	Deverre	deverre	US		0	America/Chicago	41.89251	-99.08704	741			NE	071		
5066953	Devils Gap	devils-gap	US		0	America/Chicago	40.57945	-99.87207	825			NE	073		
5066956	Dewaynes Trailer Court	dewaynes-trailer-court	US		0	America/Chicago	40.44029	-99.36982	710			NE	137		
5067027	Do-Mar Mobile Home Park	do-mar-mobile-home-park	US		0	America/Chicago	40.77196	-98.36951	592			NE	079	13400	
5067074	Donald Price Mobile Home Park	donald-price-mobile-home-park	US		0	America/Chicago	40.77362	-99.74984	730	Donald Price Mobile Home Park,Prices Mobile Home Park		NE	047	91728	
5067128	Douthit Trailer Court	douthit-trailer-court	US		0	America/Chicago	42.45778	-98.64759	606			NE	089	37105	
5067230	Dukeville	dukeville	US		0	America/Chicago	42.6925	-98.13424	399			NE	107	05735	
5067350	East End Tailer Court	east-end-tailer-court	US		0	America/Chicago	42.35139	-97.77923	518			NE	139	92378	
5067363	East Lawn Mobile Home Estates	east-lawn-mobile-home-estates	US		0	America/Chicago	40.70557	-99.05731	652			NE	019		
5067373	East Omaha	east-omaha	US		0	America/Chicago	41.285	-95.90029	299			NE	055	92237	
5067447	Edholm	edholm	US		0	America/Chicago	41.39418	-97.03892	416			NE	023	05805	
5067642	Elton (historical)	elton-historical	US		0	America/Chicago	41.50334	-99.47316	769			NE	041	18160	
5067669	Emerald	emerald	US		0	America/Chicago	40.81389	-96.83502	367			NE	109		
5067673	Emerick	emerick	US		0	America/Chicago	41.90195	-97.73672	546	Emerick,Ermerick		NE	119		
5067762	Essen	essen	US		0	America/Chicago	41.78333	-96.48836	380			NE	021	38925	
5067947	Fairview (historical)	fairview-historical	US		0	America/Chicago	41.88723	-97.58033	517			NE	119		
5067948	Fairview (historical)	fairview-historical	US		0	America/Chicago	41.1	-96.05029	353			NE	153		
5068525	Flynn Junction	flynn-junction	US		0	America/Chicago	40.1314	-99.51622	613			NE	083	37455	
5068580	Fort Crook	fort-crook	US		0	America/Chicago	41.12555	-95.92779	298			NE	153		
5068723	Freeway Homes	freeway-homes	US		0	America/Chicago	42.44722	-96.43447	334			NE	043		
5068848	Gables	gables	US		0	America/Chicago	41.93834	-98.85009	661			NE	071		
5068875	Garden Valley Courts	garden-valley-courts	US		0	America/Chicago	41.30833	-95.93835	301			NE	055	92237	
5068924	Gaslight Village	gaslight-village	US		0	America/Chicago	40.83667	-96.71946	352			NE	109		
5068951	Genes Trailer Court	genes-trailer-court	US		0	America/Chicago	41.4464	-97.06281	412			NE	037	92868	
5068992	Geranium (historical)	geranium-historical	US		0	America/Chicago	41.61029	-99.13093	690	Geranium (historical),Netolice		NE	175	18545	
5069065	Gilmore Junction	gilmore-junction	US		0	America/Chicago	41.15	-95.93501	305			NE	153		
5069095	Glencoe (historical)	glencoe-historical	US		0	America/Chicago	41.65417	-96.84892	437			NE	053	39485	
5069111	Glenover	glenover	US		0	America/Chicago	40.28111	-96.75697	388			NE	067	03390	
5069123	Glenwood Mobile Home Park	glenwood-mobile-home-park	US		0	America/Chicago	40.74446	-99.08231	659			NE	019		
5069125	Glenwood Park	glenwood-park	US		0	America/Chicago	40.74973	-99.08342	659			NE	019		
5069178	Good Samaritan Village	good-samaritan-village	US		0	America/Chicago	40.5789	-98.36784	583			NE	001	21415	
5069283	Graf (historical)	graf-historical	US		0	America/Chicago	40.40028	-96.10445	367			NE	097		
5069407	Green Acres Mobile Home Community	green-acres-mobile-home-community	US		0	America/Chicago	41.53444	-96.4703	366			NE	053	34335	
5069408	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/Chicago	41.12639	-95.89334	298			NE	153		
5069414	Green Meadows	green-meadows	US		0	America/Chicago	41.27889	-96.12891	348			NE	055		
5069502	Gross	gross	US		2	America/Chicago	42.94583	-98.57231	541			NE	015	32935	
5069601	Halloran	halloran	US		0	America/Chicago	40.58751	-98.29672	575			NE	001	05210	
5069628	Hanlon	hanlon	US		0	America/Chicago	40.65833	-96.67113	370			NE	109		
5069671	Harbine	harbine	US		47	America/Chicago	40.19222	-96.97253	439	Hairbino,Harbine		NE	095		
5069677	Harbour West Mobile Home Park	harbour-west-mobile-home-park	US		0	America/Chicago	40.79389	-96.74141	360			NE	109		
5069841	Havens	havens	US		0	America/Chicago	41.26529	-97.74978	483			NE	121	45435	
5069861	Hayland	hayland	US		0	America/Chicago	40.66474	-98.58729	622			NE	001	50545	
5069888	Headquarters (historical)	headquarters-historical	US		0	America/Chicago	41.94806	-98.4998	628			NE	183		
5069948	Hedrix	hedrix	US		0	America/Chicago	40.20472	-97.24143	413			NE	095		
5069959	Helena (historical)	helena-historical	US		0	America/Chicago	40.50056	-96.24973	348			NE	097		
5069969	Helvey	helvey	US		0	America/Chicago	40.26667	-97.25504	448			NE	095		
5070037	Heun	heun	US		0	America/Chicago	41.63001	-97.04059	451			NE	037		
5070044	Hi Land Mobile Home Park	hi-land-mobile-home-park	US		0	America/Chicago	41.28333	-96.24197	355			NE	055		
5070047	HiVue Mobile Home Park	hivue-mobile-home-park	US		0	America/Chicago	41.01667	-95.90723	345			NE	025	92398	
5070133	Hill City Mobile Home Park	hill-city-mobile-home-park	US		0	America/Chicago	41.01667	-95.90723	345			NE	025	92398	
5070159	Hillside Vista Trailer Court	hillside-vista-trailer-court	US		0	America/Chicago	41.82834	-97.45505	483			NE	119	91902	
5070194	Hoag	hoag	US		0	America/Chicago	40.3175	-96.8328	387			NE	067	05420	
5070234	Hollinger	hollinger	US		0	America/Chicago	40.15917	-99.70789	637			NE	065		
5070326	Home Park	home-park	US		0	America/Chicago	41.32055	-95.93974	301			NE	055	92237	
5070393	Hord	hord	US		0	America/Chicago	41.15001	-98.06728	523			NE	121	31955	
5070401	Horizon Mobile Home Park	horizon-mobile-home-park	US		0	America/Chicago	40.85334	-99.98457	758			NE	047	90598	
5070476	Hoyle North 77 Mobile Homes	hoyle-north-77-mobile-homes	US		0	America/Chicago	40.30778	-96.7453	392			NE	067	03390	
5070580	Huskerville	huskerville	US		0	America/Chicago	40.85973	-96.79391	370	Arnold Heights,Huskerville		NE	109		
5070866	Ionia (historical)	ionia-historical	US		0	America/Chicago	42.66833	-96.78087	342			NE	051		
5071011	Jelen	jelen	US		0	America/Chicago	42.62806	-98.14591	485			NE	107	05735	
5071104	Johnsons Corner	johnsons-corner	US		0	America/Chicago	42.21639	-99.7404	782			NE	017		
5071143	Josselyn	josselyn	US		0	America/Chicago	40.74973	-99.62428	715	Josselyn,Josseyln		NE	047		
5071315	Kanosha (historical)	kanosha-historical	US		0	America/Chicago	40.88611	-95.85584	322			NE	025		
5071332	Kaup Trailer Court	kaup-trailer-court	US		0	America/Chicago	42.59917	-99.1426	658			NE	089	47535	
5071358	Kearney City (historical)	kearney-city-historical	US		0	America/Chicago	40.64168	-99.04759	649	Central City,Dobytown,Kearney City (historical)		NE	099	34055	
5071442	Kent (historical)	kent-historical	US		0	America/Chicago	41.75556	-99.30872	687			NE	115		
5071495	King Lake	king-lake	US		280	America/Chicago	41.31361	-96.30113	344			NE	055		
5071526	Kingswood Plaza	kingswood-plaza	US		0	America/Chicago	40.58751	-98.36089	582			NE	001	21415	
5071527	Kingwood Estates	kingwood-estates	US		0	America/Chicago	40.89862	-98.33367	563			NE	079	19595	
5071537	Kipples Trailer Court	kipples-trailer-court	US		0	America/Chicago	42.45778	-98.64759	606			NE	089	37105	
5071569	Knievels Corner	knievels-corner	US		0	America/Chicago	42.11806	-98.33952	594			NE	089	12700	
5071595	Koinzan Ranch	koinzan-ranch	US		0	America/Chicago	41.97223	-98.4098	610			NE	183		
5071600	Koller	koller	US		0	America/Chicago	40.53807	-98.86063	645			NE	099	27050	
5071631	Krider	krider	US		0	America/Chicago	40.07084	-96.74614	381			NE	067	37980	
5071634	Kronborg	kronborg	US		0	America/Chicago	41.00279	-97.94006	533			NE	081		
5071643	Kuesters Lake	kuesters-lake	US		0	America/Chicago	40.92223	-98.29534	556			NE	079	51455	
5071655	L and J Mobile Home Court	l-and-j-mobile-home-court	US		0	America/Chicago	40.74224	-98.84813	628			NE	019		
5071659	La Platte	la-platte	US		114	America/Chicago	41.07472	-95.92362	301	La Platte,LaPlatte		NE	153		
5071703	Lake Platte View	lake-platte-view	US		0	America/Chicago	41.24444	-96.35225	341			NE	055		
5071709	Lake Village Trailer Court	lake-village-trailer-court	US		0	America/Chicago	42.44583	-96.4267	334			NE	043		
5071868	Lembke Landing	lembke-landing	US		0	America/Chicago	42.66722	-96.80171	344			NE	051	34125	
5071890	Leshara	leshara	US		111	America/Chicago	41.32972	-96.42836	356			NE	155	26665	
5071900	Level	level	US		0	America/Chicago	40.5389	-98.30339	573			NE	001	05210	
5071922	Lester Junction	lester-junction	US		0	America/Chicago	40.08557	-98.44367	515			NE	181		
5071579	Knox	knox	US	12107	0	America/Chicago	40.8139	-97.58977	500			NE	185		
5072001	Lime Grove	lime-grove	US		0	America/Chicago	42.66361	-96.99949	394			NE	051	22955	
5072096	Lindy	lindy	US		13	America/Chicago	42.73417	-97.74006	491			NE	107	22465	
5072101	Linoma Beach	linoma-beach	US		0	America/Chicago	41.06389	-96.3189	323			NE	153		
5072314	Lonnies Trailer Court	lonnies-trailer-court	US		0	America/Chicago	41.45306	-97.06503	413			NE	037	92868	
5072450	Lushton	lushton	US		30	America/Chicago	40.72473	-97.72505	511			NE	185		
5072603	Manchester Trailer Court	manchester-trailer-court	US		0	America/Chicago	41.60334	-98.9262	625			NE	175	37315	
5072653	Maplewood Estates	maplewood-estates	US		0	America/Chicago	41.295	-96.1128	338			NE	055	92237	
5072655	Mapps	mapps	US		0	America/Chicago	40.94474	-97.607	506			NE	185		
5072662	Marian Center	marian-center	US		0	America/Chicago	40.8825	-96.56918	356			NE	109		
5072664	Mariaville	mariaville	US		0	America/Chicago	42.77528	-99.33538	584			NE	149		
5072674	Mark IV Estates	mark-iv-estates	US		0	America/Chicago	40.85611	-96.69252	373			NE	109		
5072712	Martinview Mobile Home Park	martinview-mobile-home-park	US		0	America/Chicago	41.1375	-95.92473	307			NE	153		
5072713	Martland	martland	US		0	America/Chicago	40.45195	-97.67143	500			NE	059	46765	
5072721	Marysville (historical)	marysville-historical	US		0	America/Chicago	40.96668	-97.20865	448			NE	159		
5072761	Mayberry	mayberry	US		0	America/Chicago	40.22306	-96.31196	400			NE	133		
5072792	McCool Junction	mccool-junction	US		409	America/Chicago	40.74418	-97.59755	476	McCool,McCool Junction		NE	185		
5072802	McDonalds Trailer Court	mcdonalds-trailer-court	US		0	America/Chicago	42.45778	-98.64759	606			NE	089	37105	
5072879	Meek	meek	US		0	America/Chicago	42.69695	-98.62759	539			NE	089	38015	
5072888	Melia	melia	US		0	America/Chicago	41.09611	-96.27557	345			NE	153		
5072954	Merchiston	merchiston	US		0	America/Chicago	41.39029	-97.88478	489			NE	125	10915	
5072958	Meridian (historical)	meridian-historical	US		0	America/Chicago	40.21667	-97.36421	429	Big Sandy,Meridian (historical)		NE	095		
5073087	Midway Trailer Court	midway-trailer-court	US		0	America/Chicago	41.44	-96.51197	366			NE	053	17670	
5073111	Mignery Ranch	mignery-ranch	US		0	America/Chicago	41.94945	-98.44091	613			NE	183		
5073114	Mikes Meadows	mikes-meadows	US		0	America/Chicago	41.86667	-99.26705	683			NE	115		
5073145	Millard	millard	US		0	America/Chicago	41.20833	-96.12113	326	Millard,Milliard		NE	055	92237	
5073157	Millard Mobile Home Park	millard-mobile-home-park	US		0	America/Chicago	41.21111	-96.1303	322			NE	055	92237	
5073206	Millis Beach	millis-beach	US		0	America/Chicago	42.43472	-96.44836	335	Finnerty,Millis,Millis Beach		NE	043		
5073249	Mission (historical)	mission-historical	US		0	America/Chicago	40.03056	-96.40863	430			NE	133		
5073304	Monowi	monowi	US		1	America/Chicago	42.82861	-98.3298	405			NE	015	07380	
5073560	Muriel	muriel	US		0	America/Chicago	40.51001	-98.35395	573			NE	001	20855	
5073587	Mynard	mynard	US		0	America/Chicago	40.97361	-95.9239	332			NE	025		
5073608	Nacora	nacora	US		0	America/Chicago	42.31861	-96.66087	430	Nacora,Simons Siding		NE	043		
5073616	Nantasket (historical)	nantasket-historical	US		0	America/Chicago	41.02779	-98.85869	605			NE	019		
5073817	New Helena	new-helena	US		0	America/Chicago	41.61139	-99.75123	768			NE	041	50685	
5073923	Nim City	nim-city	US		0	America/Chicago	40.04389	-95.86972	306			NE	147		
5073925	Nimburg	nimburg	US		0	America/Chicago	41.36529	-96.94725	436	Nimberg,Nimburg		NE	023	28280	
5074159	North Shore	north-shore	US		0	America/Chicago	42.44055	-96.4417	336	North Shore,Northshore		NE	043		
5072937	Menominee	menominee	US	49858	0	America/Chicago	42.78694	-97.3745	396			NE	027		
5074187	Northside Village Mobile Home Park	northside-village-mobile-home-park	US		0	America/Chicago	40.73862	-99.53761	707			NE	047		
5074220	Nysted	nysted	US		0	America/Chicago	41.13446	-98.61452	589			NE	093		
5074230	O'Connor	o-connor	US		0	America/Chicago	41.51057	-98.47396	599			NE	077		
5074259	O'Neill	o-neill	US		3653	America/Chicago	42.45778	-98.64759	606	ONL	089	NE	089	37105	
5074294	Oak Mill	oak-mill	US		0	America/Chicago	40.22584	-97.87587	478			NE	129		
5074347	Obert	obert	US		22	America/Chicago	42.68972	-97.0281	409	Oberg,Obert		NE	027		
5074365	Octavia	octavia	US		123	America/Chicago	41.34807	-97.05892	430			NE	023	05805	
5074525	Omaha Regency	omaha-regency	US		0	America/Chicago	41.26944	-96.18586	339			NE	055		
5074554	Opportunity	opportunity	US		0	America/Chicago	42.59611	-98.50119	586			NE	089	53170	
5074583	Oreapolis	oreapolis	US		0	America/Chicago	41.0475	-95.91834	294			NE	025		
5074601	Orum	orum	US		0	America/Chicago	41.54583	-96.27057	403			NE	177	49130	
5074700	Overland	overland	US		153	America/Chicago	41.07751	-97.98617	518			NE	081		
5074715	Ovina	ovina	US		0	America/Chicago	40.96862	-98.45534	576			NE	079	40080	
5074742	Paddock	paddock	US		0	America/Chicago	42.77806	-98.61897	481	Paddock,Troy		NE	089	38015	
5074743	Paddock	paddock	US		0	America/Chicago	41.08168	-98.06061	525			NE	121	29015	
5074820	Paplin (historical)	paplin-historical	US		0	America/Chicago	41.28029	-98.73674	624	Paplin (historical),Poplin		NE	093		
5074823	Paradise Estates	paradise-estates	US		0	America/Chicago	41.42	-96.4978	363			NE	053	17670	
5074824	Paradise Park	paradise-park	US		0	America/Chicago	41.12222	-95.89473	294			NE	153		
5074833	Park EZ Mobile Home Court	park-ez-mobile-home-court	US		0	America/Chicago	40.67195	-95.86695	300			NE	131	92063	
5074837	Park Meadow Estates Mobile Home Community	park-meadow-estates-mobile-home-community	US		0	America/Chicago	41.32444	-96.08641	363			NE	055		
5074858	Parkview	parkview	US		0	America/Chicago	40.90279	-98.34756	565			NE	079	19595	
5074915	Pawnee Village	pawnee-village	US		0	America/Chicago	40.05862	-98.40422	509			NE	181		
5074936	Peaceful Valley Mobile Homes	peaceful-valley-mobile-homes	US		0	America/Chicago	41.33166	-96.06835	356			NE	055		
5074964	Pella (historical)	pella-historical	US		0	America/Chicago	40.55222	-96.50168	413			NE	109		
5075211	Pine Acre Mobile Home Park	pine-acre-mobile-home-park	US		0	America/Chicago	40.84583	-96.66696	350			NE	109		
5075239	Pioneer Estates	pioneer-estates	US		0	America/Chicago	40.95001	-98.34534	566			NE	079	19595	
5075324	Pishelville	pishelville	US		0	America/Chicago	42.72694	-98.2123	403			NE	107	52260	
5075335	Platte Valley Trailer Court	platte-valley-trailer-court	US		0	America/Chicago	41.11585	-98.00172	518			NE	121	08535	
5075345	Plattford (historical)	plattford-historical	US		0	America/Chicago	41.05	-96.20863	350	Platford,Plattford (historical)		NE	153		
5075643	Ponderosa Village Mobile Home Park	ponderosa-village-mobile-home-park	US		0	America/Chicago	41.32111	-95.93974	301			NE	055	92237	
5075704	Prairie Center	prairie-center	US		0	America/Chicago	40.8589	-99.05509	696			NE	019		
5075765	Prairie View Estates	prairie-view-estates	US		0	America/Chicago	40.69946	-99.08148	656			NE	019		
5075910	Precept	precept	US		0	America/Chicago	40.06779	-99.73317	641			NE	065		
5075942	R-Villa Courts	r-villa-courts	US		0	America/Chicago	40.70001	-99.11564	667			NE	019		
5075969	Rainbow Trailer Court	rainbow-trailer-court	US		0	America/Chicago	41.78167	-99.13315	663			NE	071	90422	
5076002	Raeville	raeville	US		22	America/Chicago	41.8964	-98.05395	591			NE	011		
5076107	Regency II Mobile Home Park	regency-ii-mobile-home-park	US		0	America/Chicago	41.42222	-96.49947	363			NE	053	17670	
5076129	Rellers Park	rellers-park	US		0	America/Chicago	41.3825	-96.3003	348			NE	055		
5076154	Rescue (historical)	rescue-historical	US		0	America/Chicago	41.34445	-96.86975	453			NE	155	09060	
5076266	Riverside (historical)	riverside-historical	US		0	America/Chicago	41.88054	-96.14891	315	Central City,Riverside (historical)		NE	021	41585	
5076278	Riverside Mobile Home Court	riverside-mobile-home-court	US		0	America/Chicago	40.69862	-99.11148	664			NE	019		
5076282	Riverside Park	riverside-park	US		0	America/Chicago	41.0964	-97.97284	515			NE	121	40272	
5076283	Riverside Park	riverside-park	US		0	America/Chicago	40.78751	-97.05114	429			NE	159		
5076326	Roberts Mobile Home Court	roberts-mobile-home-court	US		0	America/Chicago	40.98611	-95.89473	346			NE	025	92398	
5076347	Rock Bluff (historical)	rock-bluff-historical	US		0	America/Chicago	40.92889	-95.8539	305			NE	025		
5076451	Rohrs	rohrs	US		0	America/Chicago	40.39278	-95.9325	343			NE	127		
5076455	Rokeby	rokeby	US		0	America/Chicago	40.71195	-96.73613	381			NE	109		
5076514	Rosedale (historical)	rosedale-historical	US		0	America/Chicago	42.88666	-98.5837	509			NE	015	32935	
5076541	Rosenburg	rosenburg	US		0	America/Chicago	41.63196	-97.75394	544			NE	141	51140	
5076560	Round Valley	round-valley	US		0	America/Chicago	41.56834	-99.51955	766			NE	041	27120	
5076779	Saint Deroin (historical)	saint-deroin-historical	US		0	America/Chicago	40.27222	-95.55998	267			NE	127		
5076961	Saint Johns Trailer Court	saint-johns-trailer-court	US		0	America/Chicago	42.26917	-96.86504	428			NE	051	51105	
5077643	Sandridge	sandridge	US		0	America/Chicago	42.55639	-99.94957	784	Sand Ridge,Sandridge		NE	017		
5077645	Sands Trailer Park	sands-trailer-park	US		0	America/Chicago	41.07	-95.92362	295			NE	153		
5077701	Sartoria	sartoria	US		0	America/Chicago	40.97834	-99.21398	655			NE	019		
5077707	Saunders	saunders	US		0	America/Chicago	41.58612	-98.88842	618			NE	175	37315	
5077722	Sawyer (historical)	sawyer-historical	US		0	America/Chicago	40.59445	-97.52255	495			NE	059	30205	
5078680	Scotia Junction	scotia-junction	US		0	America/Chicago	41.45529	-98.71758	581			NE	077		
5078827	Shady Elm Mobile Home Park	shady-elm-mobile-home-park	US		0	America/Chicago	40.85611	-96.69252	373			NE	109		
5078828	Shady Elm Trailer Court	shady-elm-trailer-court	US		0	America/Chicago	42.47999	-96.39753	335			NE	043	93018	
5078830	Shady Lane Trailer Court	shady-lane-trailer-court	US		0	America/Chicago	40.57279	-98.39034	586			NE	001	21415	
5078835	Shamrock Mobile Home Court	shamrock-mobile-home-court	US		0	America/Chicago	40.84028	-96.68363	348			NE	109		
5078849	Sheens Trailer Court	sheens-trailer-court	US		0	America/Chicago	40.69723	-99.14342	669			NE	019		
5078926	Shestak	shestak	US		0	America/Chicago	40.56806	-96.96336	408			NE	151		
5078947	Sholes	sholes	US		20	America/Chicago	42.33278	-97.2945	527			NE	179		
5079054	Skyline	skyline	US		0	America/Chicago	41.24972	-96.24947	391			NE	055	92237	
5079091	Smittys Mobile Home Plaza	smittys-mobile-home-plaza	US		0	America/Chicago	40.57362	-98.37867	584			NE	001	21415	
5079167	South Broad Trailer Court	south-broad-trailer-court	US		0	America/Chicago	41.42139	-96.50003	364			NE	053	17670	
5079216	South Omaha	south-omaha	US		0	America/Chicago	41.21055	-95.96251	360			NE	055	92237	
5079248	South Side Mobile Home Court	south-side-mobile-home-court	US		0	America/Chicago	40.49863	-98.94786	662			NE	099	27295	
5079249	South Side Mobile Home Park	south-side-mobile-home-park	US		0	America/Chicago	40.99305	-95.88918	343			NE	025	92398	
5079266	South Yankton	south-yankton	US		0	America/Chicago	42.84944	-97.39839	358			NE	027		
5079291	Southside Trailer Park	southside-trailer-park	US		0	America/Chicago	40.37861	-95.83944	318			NE	127	90102	
5079329	Spelts	spelts	US		0	America/Chicago	41.59668	-98.84731	616			NE	175	46485	
5079471	Spring Ranch (historical)	spring-ranch-historical	US		0	America/Chicago	40.4064	-98.23394	530			NE	035	46590	
5079503	Spurville	spurville	US		0	America/Chicago	42.01889	-97.21421	508			NE	167		
5079561	Stanton Mobile Park	stanton-mobile-park	US		0	America/Chicago	41.95028	-97.22393	451			NE	167	93068	
5079665	Stockham	stockham	US		44	America/Chicago	40.71612	-97.93977	518			NE	081		
5079676	Stoddard (historical)	stoddard-historical	US		0	America/Chicago	40.0889	-97.61421	490			NE	169		
5079684	Stokes Ranch	stokes-ranch	US		0	America/Chicago	41.97751	-98.48341	622			NE	183		
5079722	Straussville	straussville	US		0	America/Chicago	40.10833	-95.63387	278			NE	147		
5079816	Sun Valley Trailer Court	sun-valley-trailer-court	US		0	America/Chicago	40.74224	-98.84897	628			NE	019		
5079874	Sunset Acres	sunset-acres	US		0	America/Chicago	41.45223	-97.08031	414			NE	037	92868	
5079960	Swedeburg	swedeburg	US		0	America/Chicago	41.13611	-96.62474	405			NE	155	47255	
5079968	Swedehome	swedehome	US		0	America/Chicago	41.16279	-97.66366	524	Swede Home,Swedehome		NE	143		
5079985	Sybrant	sybrant	US		0	America/Chicago	42.31833	-99.35122	743			NE	149		
5080039	Tamora	tamora	US		58	America/Chicago	40.8939	-97.22504	474			NE	159		
5080042	Tangeman	tangeman	US		0	America/Chicago	40.55861	-96.0864	307	McWilliams,Tangeman		NE	131		
5080058	Tarnov	tarnov	US		46	America/Chicago	41.61584	-97.50227	503	Burrows,Tarnov		NE	141	07275	
5080063	Tate (historical)	tate-historical	US		0	America/Chicago	40.20972	-96.45446	424			NE	133		
5080082	Taylor Manor Trailer Court	taylor-manor-trailer-court	US		0	America/Chicago	40.09973	-99.22037	618			NE	083	33180	
5080139	Telbasta	telbasta	US		0	America/Chicago	41.58166	-96.38613	401			NE	177	49130	
5080153	Terrace Mobile Home Park	terrace-mobile-home-park	US		0	America/Chicago	40.3875	-95.85472	316			NE	127	90102	
5080156	Tewsville	tewsville	US		0	America/Chicago	42.75695	-97.73979	500	Pewsville,Tewsville		NE	107	22465	
5080307	Timber Creek	timber-creek	US		0	America/Chicago	41.44807	-98.1959	546			NE	125	45715	
5080346	Touhy	touhy	US		0	America/Chicago	41.13306	-96.82308	464			NE	155	34195	
5080360	Town and Country Mobile Homes	town-and-country-mobile-homes	US		0	America/Chicago	41.34166	-95.97446	320			NE	055	92237	
5080361	Townhall	townhall	US		0	America/Chicago	40.54639	-97.42588	480			NE	059	26945	
5080520	Trued	trued	US		0	America/Chicago	40.72779	-99.46427	702			NE	047		
5080571	Twin Oaks Mobile Park	twin-oaks-mobile-park	US		0	America/Chicago	40.88667	-97.10309	443			NE	159		
5080998	Valley City (historical)	valley-city-historical	US		0	America/Chicago	40.64724	-98.86702	631	Dogtown,Valley City (historical)		NE	099	29610	
5081030	Valley View Trailer Court	valley-view-trailer-court	US		0	America/Chicago	40.70279	-99.05731	652			NE	019		
5081080	Verdel	verdel	US		30	America/Chicago	42.81111	-98.19258	386			NE	107	40745	
5081182	Violet (historical)	violet-historical	US		0	America/Chicago	40.1325	-96.25473	379	Butler,Violet (historical)		NE	133		
5081202	Vorhees	vorhees	US		0	America/Chicago	41.64834	-97.88922	529	Vorhees,Vothees		NE	011		
5081204	Vinton (historical)	vinton-historical	US		0	America/Chicago	41.53918	-98.98037	654			NE	175	15990	
5081236	Wagners Lake	wagners-lake	US		0	America/Chicago	41.42196	-97.3856	442			NE	141	10110	
5081393	Washington Mobile Home Terrace	washington-mobile-home-terrace	US		0	America/Chicago	41.12639	-95.89612	314			NE	153		
5081451	Waymanns Trailer Court	waymanns-trailer-court	US		0	America/Chicago	42.45778	-98.64759	606			NE	089	37105	
5081516	Wee Town	wee-town	US		0	America/Chicago	42.20667	-97.42617	504			NE	139		
5081546	Weissert	weissert	US		0	America/Chicago	41.46723	-99.44316	740			NE	041	52365	
5081572	Wescott	wescott	US		0	America/Chicago	41.5389	-99.2701	692			NE	041	13575	
5081637	West Lincoln	west-lincoln	US		0	America/Chicago	40.83778	-96.73113	372			NE	109		
5081651	West O Trailer Park	west-o-trailer-park	US		0	America/Chicago	40.81417	-96.7428	357			NE	109		
5081663	West Park Plaza Mobile Home Park	west-park-plaza-mobile-home-park	US		0	America/Chicago	40.88751	-98.43229	578			NE	079	08325	
5082736	Arlington Park	arlington-park	US		0	America/New_York	42.83037	-71.22395	50			NH	015	66660	
5081676	West Randolph (historical)	west-randolph-historical	US		0	America/Chicago	42.38056	-97.36978	519			NE	139		
5081690	West Union (historical)	west-union-historical	US		0	America/Chicago	41.65501	-99.45872	717			NE	041	52715	
5081728	Westlake Mobile Home Park	westlake-mobile-home-park	US		0	America/Chicago	41.45194	-96.54891	369			NE	053	39275	
5081730	Westmark	westmark	US		0	America/Chicago	40.59779	-99.53011	731			NE	137		
5081754	Westside Mobile Home Park	westside-mobile-home-park	US		0	America/Chicago	41.77832	-96.22113	320			NE	021	48515	
5081757	Westside Plaza Mobile Home Park	westside-plaza-mobile-home-park	US		0	America/Chicago	40.44029	-99.36982	710			NE	137		
5081774	Wheeler (historical)	wheeler-historical	US		0	America/Chicago	41.98667	-98.62647	643	Baird,Wheeler (historical)		NE	183		
5081888	Williams (historical)	williams-historical	US		0	America/Chicago	40.05667	-97.41504	433			NE	169		
5081899	Williamsville (historical)	williamsville-historical	US		0	America/Chicago	40.18889	-95.53971	342			NE	147		
5081927	Willow Springs (historical)	willow-springs-historical	US		0	America/Chicago	41.78362	-99.09482	659			NE	071		
5082069	Wilson Ranch	wilson-ranch	US		0	America/Chicago	42.695	-99.07732	621			NE	089	47535	
5082088	Winfield (historical)	winfield-historical	US		0	America/Chicago	42.67361	-99.67762	687			NE	017		
5082220	Woodcliff	woodcliff	US		0	America/Chicago	41.38167	-96.47169	360			NE	155	26665	
5082233	Woodlawn Estates	woodlawn-estates	US		0	America/Chicago	40.83667	-96.71946	352			NE	109		
5082237	Woodriver Valley Mobile Park	woodriver-valley-mobile-park	US		0	America/Chicago	40.82057	-98.60007	599			NE	079	53695	
5082256	Worms	worms	US		0	America/Chicago	41.09723	-98.26895	549			NE	121	40150	
5082308	Yancton (historical)	yancton-historical	US		0	America/Chicago	40.07778	-95.4197	287			NE	147		
5082323	Yankee Hill	yankee-hill	US		292	America/Chicago	40.76389	-96.73085	362			NE	109		
5082374	Zaks Trailer Court	zaks-trailer-court	US		0	America/Chicago	42.45778	-98.64759	606			NE	089	37105	
5082512	Acorn Acres	acorn-acres	US		0	America/New_York	43.01815	-70.76616	13			NH	015	66180	
5082534	Adams Trailer Park	adams-trailer-park	US		0	America/New_York	42.90342	-70.86366	7			NH	015	68260	
5082569	Alderbrook	alderbrook	US		0	America/New_York	44.32673	-71.69648	296			NH	009	05460	
5082589	Allens Mills	allens-mills	US		0	America/New_York	43.40841	-71.45146	175			NH	001	28980	
5082596	Alstead Center	alstead-center	US		0	America/New_York	43.11869	-72.32592	376			NH	005	00820	
5082699	Antrim Center	antrim-center	US		0	America/New_York	43.05036	-71.96564	313			NH	011	01700	
5082716	Apthorp	apthorp	US		0	America/New_York	44.30784	-71.74231	272			NH	009	42580	
5082794	Atkinson Heights	atkinson-heights	US		0	America/New_York	42.82342	-71.16534	87			NH	015	02340	
5082800	Atlantic Heights	atlantic-heights	US		0	America/New_York	43.09231	-70.77255	17			NH	015	62900	
5082821	Austin Corners	austin-corners	US		0	America/New_York	42.9112	-70.96422	43	Austin Corners,Austins Corner		NH	015	39780	
5082876	Baglett Grove	baglett-grove	US		0	America/New_York	42.88314	-71.17923	84			NH	015	32900	
5082889	Baileys	baileys	US		0	America/New_York	44.40728	-71.50508	336			NH	007	38820	
5082890	Baileys Corner	baileys-corner	US		0	America/New_York	43.10564	-71.58118	197			NH	013	19460	
5082898	Baker Corner	baker-corner	US		0	America/New_York	43.13758	-72.24898	444			NH	005	45700	
5082969	Balloch	balloch	US		0	America/New_York	43.43229	-72.39203	111	Balloch,Ballock		NH	019	15060	
5082992	Bank	bank	US		0	America/New_York	42.75036	-71.83702	287			NH	011	51940	
5083112	Bean Island	bean-island	US		0	America/New_York	43.06314	-71.24284	67			NH	015	09300	
5083138	Bear Island	bear-island	US		0	America/New_York	43.6573	-71.41729	165			NH	001	47140	
5083167	Beatties	beatties	US		0	America/New_York	44.70783	-71.59481	301			NH	007	74180	
5083232	Beebe River	beebe-river	US		0	America/New_York	43.82868	-71.65091	164	Beebe River,Beebe Village		NH	009	08660	
5083329	Bennett Corners	bennett-corners	US		0	America/New_York	43.82757	-71.32785	179			NH	003	76100	
5083360	Berrys Corner	berrys-corner	US		0	America/New_York	43.27508	-71.06895	110			NH	017	73860	
5083363	Bersum Gardens	bersum-gardens	US		0	America/New_York	43.08314	-70.77005	1			NH	015	62900	
5083417	Big Rock Corner	big-rock-corner	US		0	America/New_York	43.78118	-71.44924	209			NH	003	67780	
5083498	Black Mountain Cabin	black-mountain-cabin	US		0	America/New_York	44.19757	-71.17174	768			NH	003	38260	
5083522	Blacksnake Trailer Park	blacksnake-trailer-park	US		0	America/New_York	42.8887	-70.9095	34			NH	015	68260	
5083560	Blood (historical)	blood-historical	US		0	America/New_York	42.79675	-71.51785	61			NH	011	50260	
5083562	Blodgett Landing	blodgett-landing	US		101	America/New_York	43.37369	-72.04203	340	Blodgett Landing,Blodgett's Landing		NH	013	50900	
5083649	Bonds Corner	bonds-corner	US		0	America/New_York	42.90175	-72.02453	330			NH	005	19140	
5083654	Boscawen	boscawen	US		3911	America/New_York	43.31508	-71.62091	97	Boscawen,Contoocook		NH	013	06260	
5083669	Boutin Corner	boutin-corner	US		0	America/New_York	44.09812	-71.87592	416			NH	009	05060	
5083673	Bow Bog	bow-bog	US		8381	America/New_York	43.12064	-71.51146	117			NH	013	06500	
5083681	Bow Junction	bow-junction	US		0	America/New_York	43.17647	-71.5259	74			NH	013	06500	
5083685	Bow Lake Village	bow-lake-village	US		0	America/New_York	43.24147	-71.15062	158			NH	017	73860	
5083686	Bow Mills	bow-mills	US		0	America/New_York	43.16703	-71.53313	89			NH	013	06500	
5083700	Bowkerville	bowkerville	US		0	America/New_York	42.80592	-72.16425	355			NH	005	26500	
5083710	Box Corner	box-corner	US		0	America/New_York	43.26091	-72.02897	292	Box Corner,Hoyts Corner		NH	013	06980	
5083732	Bradford Center	bradford-center	US		0	America/New_York	43.2373	-71.97147	262			NH	013	06980	
5083769	Breakfast Hill	breakfast-hill	US		0	America/New_York	43.01064	-70.81561	20	Breakfast Hill,Breakfast Hill Station,Greenland Depot,Greenland Station		NH	015	31700	
5083782	Brentwood Corners	brentwood-corners	US		0	America/New_York	43.00842	-71.07617	50			NH	015	07220	
5083792	Brick School Corner	brick-school-corner	US		0	America/New_York	42.93926	-70.94978	27			NH	015	39780	
5083819	Broad Acres	broad-acres	US		0	America/New_York	42.76898	-71.50673	52			NH	011	50260	
5083835	Brookhurst	brookhurst	US		0	America/New_York	43.50813	-71.26396	161			NH	001	01060	
5083872	Browns Corner	browns-corner	US		0	America/New_York	42.97897	-71.6109	224			NH	011	29860	
5083912	Bucks Corner	bucks-corner	US		0	America/New_York	43.73785	-71.94814	383			NH	009	18740	
5083923	Bungy	bungy	US		0	America/New_York	44.84394	-71.39286	505			NH	007	13940	
5083936	Burkehaven	burkehaven	US		0	America/New_York	43.37563	-72.07092	339			NH	019	75060	
5084003	Cable Road	cable-road	US		0	America/New_York	42.99148	-70.7645	10			NH	015	66180	
5084060	Camp Forest Lake	camp-forest-lake	US		0	America/New_York	42.78869	-72.35953	145	Camp Forest Lake,Forest Lake Camp		NH	005	85540	
5084063	Camp Gundalow	camp-gundalow	US		0	America/New_York	43.03009	-70.84728	15			NH	015	31700	
5084065	Camp Hedding	camp-hedding	US		0	America/New_York	43.04286	-71.03173	45			NH	015	24660	
5084080	Camp Notre Dame	camp-notre-dame	US		0	America/New_York	42.92008	-72.43731	233			NH	005	12260	
5084140	Campton Hollow	campton-hollow	US		0	America/New_York	43.8234	-71.64091	235			NH	009	08660	
5084142	Campton Lower Village	campton-lower-village	US		0	America/New_York	43.85896	-71.63286	191	Campton,Campton Lower Village		NH	009	08660	
5084148	Campton Station	campton-station	US		0	America/New_York	43.85368	-71.65091	177			NH	009	08660	
5084149	Campton Upper Village	campton-upper-village	US		0	America/New_York	43.8659	-71.63813	205	Campton,Campton Upper Village		NH	009	08660	
5084152	Canaan Center	canaan-center	US		0	America/New_York	43.68035	-72.05259	288	Canaan Center,Canaan Centre		NH	009	08980	
5084157	Canaan Street	canaan-street	US		0	America/New_York	43.66535	-72.04231	349			NH	009	08980	
5084167	Candia Four Corners	candia-four-corners	US		0	America/New_York	43.06147	-71.2884	150			NH	015	09300	
5084185	Canobie Lake	canobie-lake	US		0	America/New_York	42.80564	-71.24506	63			NH	015	66660	
5084195	Canterbury Station	canterbury-station	US		0	America/New_York	43.32869	-71.60869	111			NH	013	09860	
5084352	Cedar Waters	cedar-waters	US		0	America/New_York	43.12647	-71.07034	71			NH	015	57460	
5084357	Cemetery Corners	cemetery-corners	US		0	America/New_York	42.96315	-70.84033	25	Cemetery Corner,Cemetery Corners		NH	015	54580	
5084375	Center Effingham	center-effingham	US		0	America/New_York	43.73952	-71.00896	135			NH	003	23620	
5084382	Center Haverhill	center-haverhill	US		0	America/New_York	44.07701	-71.98564	227			NH	009	34820	
5084407	Central Park	central-park	US		0	America/New_York	43.23342	-70.882	63			NH	017	69940	
5084442	Chandlers Mills	chandlers-mills	US		0	America/New_York	43.35813	-72.24787	196	Chandler Station,Chandlers Mills		NH	019	52580	
5084485	Chase Village	chase-village	US		0	America/New_York	43.11064	-71.75091	177	Chase,Chase Village		NH	011	79780	
5084486	Chases Grove	chases-grove	US		0	America/New_York	42.86175	-71.21673	63			NH	015	17940	
5084488	Chases Mill	chases-mill	US		0	America/New_York	43.72119	-71.00257	142			NH	003	23620	
5084492	Cheever	cheever	US		0	America/New_York	43.79896	-71.91036	293			NH	009	18740	
5084501	Chesham	chesham	US		0	America/New_York	42.93064	-72.14869	368			NH	005	34420	
5084543	Chicks Corner	chicks-corner	US		0	America/New_York	43.80285	-71.47285	237			NH	003	67780	
5084544	Chickville	chickville	US		0	America/New_York	43.73008	-71.15618	172			NH	003	58740	
5084585	Christian Hollow	christian-hollow	US		0	America/New_York	43.03675	-72.38953	281			NH	005	78420	
5084591	Christian Shore	christian-shore	US		0	America/New_York	43.08648	-70.77005	18			NH	015	62900	
5084627	Cilleyville	cilleyville	US		0	America/New_York	43.43063	-71.86619	195			NH	013	01460	
5084637	Claremont Junction	claremont-junction	US		0	America/New_York	43.36841	-72.37787	142			NH	019	12900	
5084654	Clark Hill	clark-hill	US		0	America/New_York	43.04648	-70.95478	50			NH	015	51380	
5084657	Clark Landing	clark-landing	US		0	America/New_York	43.70813	-71.34868	160			NH	003	49380	
5084712	Clinton Grove	clinton-grove	US		0	America/New_York	43.07814	-71.75841	257			NH	011	79780	
5084713	Clinton Village	clinton-village	US		0	America/New_York	43.04091	-71.96425	272			NH	011	01700	
5084731	Cluffs Crossing	cluffs-crossing	US		0	America/New_York	42.76537	-71.21756	38			NH	015	66660	
5084742	Cocheco	cocheco	US		0	America/New_York	43.22981	-70.93867	47			NH	017	18820	
5084762	Coffins Mill	coffins-mill	US		0	America/New_York	42.94315	-70.87533	15			NH	015	33060	
5084804	Cold River	cold-river	US		0	America/New_York	43.1223	-72.42731	75			NH	005	78420	
5084837	Collettes Grove	collettes-grove	US		0	America/New_York	42.87703	-71.21423	64			NH	015	17940	
5084842	Colonial Pines	colonial-pines	US		0	America/New_York	43.02648	-70.78672	16			NH	015	62900	
5084874	Concord Heights	concord-heights	US		0	America/New_York	43.21258	-71.50979	104	Black Plains,Burglars Island,Concord Heights,Concord Plains,Dark Plains,Plains,The Heights,The Plains		NH	013	14200	
5084878	Concord Manor	concord-manor	US		0	America/New_York	43.26675	-71.58285	111			NH	013	14200	
5084893	Cones	cones	US		0	America/New_York	44.81977	-71.56592	315			NH	007	13940	
5084899	Conleys Grove	conleys-grove	US		0	America/New_York	42.85759	-71.20812	73			NH	015	17940	
5084938	Converseville	converseville	US		0	America/New_York	42.73925	-71.98036	333			NH	005	64580	
5084956	Cooks Crossing	cooks-crossing	US		0	America/New_York	44.08979	-71.20563	189			NH	003	03700	
5084976	Coos Junction	coos-junction	US		0	America/New_York	44.50617	-71.56786	262			NH	007	40420	
5084988	Copperville	copperville	US		0	America/New_York	44.5345	-71.23924	328			NH	007	47860	
5084997	Coreys Mobile Park	coreys-mobile-park	US		0	America/New_York	44.30673	-71.75287	258	Corey's Mobile Park,Coreys Mobile Park		NH	009	42580	
5085008	Cornish Center	cornish-center	US		0	America/New_York	43.48285	-72.31954	261			NH	019	15060	
5085009	Cornish City	cornish-city	US		0	America/New_York	43.46674	-72.35009	189			NH	019	15060	
5085012	Cornish Mills	cornish-mills	US		0	America/New_York	43.46452	-72.36898	135			NH	019	15060	
5085044	Cowbell Corners	cowbell-corners	US		0	America/New_York	42.84925	-71.21534	59			NH	015	66660	
5085072	Crane Crossing	crane-crossing	US		0	America/New_York	42.85814	-71.07756	34			NH	015	52900	
5085084	Creek Area	creek-area	US		0	America/New_York	43.07592	-70.77505	10			NH	015	62900	
5085090	Crescent Lake	crescent-lake	US		0	America/New_York	43.26619	-72.25564	381			NH	019	00260	
5085098	Cricket Corner	cricket-corner	US		0	America/New_York	42.84203	-71.59563	71			NH	011	01300	
5085102	Crockett Corner	crockett-corner	US		0	America/New_York	43.39924	-71.96119	350	Crockett Corner,Crockett's Corner		NH	013	52100	
5085103	Crocketts Crossing	crocketts-crossing	US		0	America/New_York	43.24064	-70.84839	41	Crocketts,Crocketts Crossing		NH	017	69940	
5085125	Croydon Flat	croydon-flat	US		0	America/New_York	43.41507	-72.18703	242			NH	019	16340	
5085174	Curriers Mobile Home Park	curriers-mobile-home-park	US		0	America/New_York	43.64868	-72.1662	248			NH	009	24340	
5085177	Curtis Corner	curtis-corner	US		0	America/New_York	42.87453	-71.74591	216			NH	011	44580	
5085186	Curtis Corner	curtis-corner	US		0	America/New_York	42.74258	-72.38786	200			NH	005	85540	
5085192	Cutter Hill	cutter-hill	US		0	America/New_York	42.7487	-71.98952	364			NH	005	64580	
5085324	Deephaven	deephaven	US		0	America/New_York	43.7698	-71.53869	171			NH	009	36900	
5085345	Deerfield Center	deerfield-center	US		0	America/New_York	43.13258	-71.24117	141			NH	015	17460	
5085348	Deerfield Parade	deerfield-parade	US		0	America/New_York	43.14397	-71.23395	127			NH	015	17460	
5085382	Derry Village	derry-village	US		34539	America/New_York	42.89175	-71.31201	75	Derry,Derry Village		NH	015	17940	
5085403	Dexter Corner	dexter-corner	US		0	America/New_York	43.36925	-71.1584	281			NH	017	51220	
5085430	Dimond	dimond	US		0	America/New_York	43.24563	-71.75341	129			NH	013	78580	
5085432	Dingit Corner	dingit-corner	US		0	America/New_York	43.29674	-71.69008	140			NH	013	80020	
5085446	Dixville Notch	dixville-notch	US		0	America/New_York	44.87088	-71.30591	571	Dixville Notch,Little Switzerland		NH	007	18420	
5085450	Dockham Shore	dockham-shore	US		0	America/New_York	43.5948	-71.41896	164			NH	001	28740	
5085459	Dodge Hollow	dodge-hollow	US		0	America/New_York	43.20285	-72.21759	319			NH	019	41700	
5085467	Dodge Tavern	dodge-tavern	US		0	America/New_York	43.10397	-72.38898	220			NH	005	78420	
5085473	Dole Junction	dole-junction	US		0	America/New_York	42.75453	-72.46898	87			NH	005	36660	
5085495	Dorrs Corner	dorrs-corner	US		0	America/New_York	43.75258	-71.17896	190			NH	003	58740	
5085524	Dows Corner	dows-corner	US		0	America/New_York	42.97037	-70.89811	30			NH	015	25380	
5085579	Ducks Head	ducks-head	US		0	America/New_York	44.1409	-71.18785	238	Ducks Head,Iron Bluff		NH	003	38260	
5085591	Dummer	dummer	US		329	America/New_York	44.61061	-71.20091	358			NH	007	19300	
5085599	Dunbarton Center	dunbarton-center	US		0	America/New_York	43.10258	-71.61646	250	Dunbarton,Dunbarton Center		NH	013	19460	
5085609	Dunvegan Woods	dunvegan-woods	US		0	America/New_York	42.93898	-70.8045	6			NH	015	33060	
5085654	East Acworth	east-acworth	US		0	America/New_York	43.22063	-72.23675	315			NH	019	00260	
5085655	East Alstead	east-alstead	US		0	America/New_York	43.12397	-72.27898	390			NH	005	00820	
5085660	East Barrington	east-barrington	US		0	America/New_York	43.21564	-71.00673	63			NH	017	03460	
5085661	East Bear Island	east-bear-island	US		0	America/New_York	43.64313	-71.39368	167			NH	001	47140	
5085690	East Conway	east-conway	US		0	America/New_York	44.02257	-71.00535	123			NH	003	14660	
5085693	East Deering	east-deering	US		0	America/New_York	43.07397	-71.81313	249			NH	011	17780	
5085701	East Grafton	east-grafton	US		0	America/New_York	43.56868	-71.92758	276			NH	009	30820	
5085702	East Grantham	east-grantham	US		0	America/New_York	43.48674	-72.11786	320			NH	019	31220	
5085704	East Haverhill	east-haverhill	US		0	America/New_York	44.02673	-71.9712	236			NH	009	34820	
5085707	East Hebron	east-hebron	US		0	America/New_York	43.69341	-71.76952	201			NH	009	35220	
5085712	East Holderness	east-holderness	US		0	America/New_York	43.71674	-71.53091	190			NH	009	36900	
5085724	East Lempster	east-lempster	US		0	America/New_York	43.22508	-72.17842	372			NH	019	41700	
5085725	East Madison	east-madison	US		0	America/New_York	43.86063	-71.08812	141			NH	003	45060	
5085728	East Milford	east-milford	US		0	America/New_York	42.82342	-71.62563	76			NH	011	48020	
5085731	East Plainfield	east-plainfield	US		0	America/New_York	43.57646	-72.22565	308			NH	019	62340	
5085735	East Merrimack	east-merrimack	US		4197	America/New_York	42.86814	-71.4834	29			NH	011	47540	
5085737	East Rindge	east-rindge	US		0	America/New_York	42.73759	-71.96591	337			NH	005	64580	
5085746	East Sullivan	east-sullivan	US		0	America/New_York	42.99397	-72.19564	310			NH	005	74900	
5085747	East Sutton	east-sutton	US		0	America/New_York	43.30119	-71.85564	175			NH	013	75460	
5085748	East Swanzey	east-swanzey	US		0	America/New_York	42.85147	-72.25842	170			NH	005	75700	
5085750	East Tilton	east-tilton	US		0	America/New_York	43.4798	-71.54035	165			NH	001	77060	
5085753	East Unity	east-unity	US		0	America/New_York	43.29785	-72.19592	366			NH	019	77940	
5085756	East Washington	east-washington	US		0	America/New_York	43.19119	-72.01842	293			NH	019	78980	
5085757	East Weare (historical)	east-weare-historical	US		0	America/New_York	43.09703	-71.67424	151			NH	011	79780	
5085759	East Westmoreland	east-westmoreland	US		0	America/New_York	42.99036	-72.39037	182			NH	005	82660	
5085762	East Wilder	east-wilder	US		0	America/New_York	43.68202	-72.29481	155			NH	009	41300	
5085763	East Wolfeboro	east-wolfeboro	US		0	America/New_York	43.61008	-71.10812	201	Cotton Valley Station,East Wolfeboro		NH	003	86420	
5085772	Eastman Corners	eastman-corners	US		0	America/New_York	42.90703	-70.92644	36			NH	015	39780	
5085780	Eastman Point	eastman-point	US		0	America/New_York	42.91676	-70.82172	2			NH	015	33060	
5085827	Effingham Falls	effingham-falls	US		0	America/New_York	43.79591	-71.05479	123			NH	003	23620	
5085877	Elmwood Corners	elmwood-corners	US		0	America/New_York	42.93092	-70.82811	10			NH	015	33060	
5085885	Elwyn Park	elwyn-park	US		0	America/New_York	43.03814	-70.77366	17			NH	015	62900	
5085922	Epsom Circle	epsom-circle	US		0	America/New_York	43.22786	-71.36035	105			NH	013	24900	
5085958	Everett (historical)	everett-historical	US		0	America/New_York	43.08453	-71.65757	97			NH	011	79780	
5085995	Fairhill Manor	fairhill-manor	US		0	America/New_York	43.03148	-70.72533	7	Fairhill Manor,Wallis Sands Beach		NH	015	66180	
5086059	Federal Corner	federal-corner	US		0	America/New_York	43.6623	-71.22896	267			NH	003	77620	
5086063	Fernald	fernald	US		0	America/New_York	43.61341	-71.16923	165	Fernald,Fernalds Crossing		NH	003	86420	
5086065	Ferncroft	ferncroft	US		0	America/New_York	43.91229	-71.3598	350			NH	003	00420	
5086072	Field and Stream Travel Trailer Park	field-and-stream-travel-trailer-park	US		0	America/New_York	42.80898	-71.65007	110			NH	011	48020	
5086077	Fessenden (historical)	fessenden-historical	US		0	America/New_York	43.09703	-71.69174	133			NH	011	79780	
5086183	Fitzwilliam Depot	fitzwilliam-depot	US		0	America/New_York	42.76481	-72.15092	322	Fitz William,Fitzwilliam Depot		NH	005	26500	
5086185	Five Corners	five-corners	US		0	America/New_York	44.24423	-71.63369	413			NH	009	05460	
5086186	Five Corners	five-corners	US		0	America/New_York	42.9387	-70.92478	20			NH	015	39780	
5086232	Fogg Corner	fogg-corner	US		0	America/New_York	42.96176	-70.827	24			NH	015	54580	
5086233	Fogg Corners	fogg-corners	US		0	America/New_York	42.90315	-70.87644	19			NH	015	68260	
5086252	Fords Crossing	fords-crossing	US		0	America/New_York	43.54785	-71.89036	250			NH	013	16980	
5086253	Fords Mill	fords-mill	US		0	America/New_York	43.54146	-71.8998	265			NH	013	16980	
5086290	Foster Corners	foster-corners	US		0	America/New_York	42.76926	-71.20423	37			NH	015	66660	
5086296	Foundry	foundry	US		0	America/New_York	43.25175	-70.85478	43			NH	017	69940	
5086318	Foyes Corner	foyes-corner	US		0	America/New_York	43.04592	-70.74672	6			NH	015	66180	
5086384	Fremont Station	fremont-station	US		0	America/New_York	42.97981	-71.12367	42			NH	015	27940	
5086453	Gardners Grove	gardners-grove	US		0	America/New_York	43.45841	-71.53146	154			NH	001	04740	
5086489	Gateway Trailer Park	gateway-trailer-park	US		0	America/New_York	44.39673	-71.19869	249			NH	007	30260	
5086491	Gates Corner	gates-corner	US		0	America/New_York	43.22175	-70.88617	60			NH	017	18820	
5086492	Gaza	gaza	US		0	America/New_York	43.52202	-71.59452	217			NH	001	67300	
5086506	Georges	georges	US		0	America/New_York	44.78338	-71.58064	305			NH	007	13940	
5086508	Gee Mill	gee-mill	US		0	America/New_York	43.1523	-72.20342	378			NH	005	45700	
5086511	Gerrish	gerrish	US		0	America/New_York	43.36147	-71.65063	107			NH	013	06260	
5086514	Gerrish Corner	gerrish-corner	US		0	America/New_York	43.26591	-71.69785	159			NH	013	80020	
5086524	Gibson Four Corners	gibson-four-corners	US		0	America/New_York	42.72842	-71.85008	290			NH	011	51940	
5086556	Gilman Mobile Park	gilman-mobile-park	US		0	America/New_York	44.30867	-71.75314	262			NH	009	42580	
5086563	Gilmans Corner	gilmans-corner	US		0	America/New_York	43.90257	-71.98981	282			NH	009	58500	
5086567	Gilmanton Ironworks	gilmanton-ironworks	US		0	America/New_York	43.4173	-71.29729	187	Averytown,Gilmanton Iron Works,Gilmanton Ironworks		NH	001	28980	
5086593	Glen House	glen-house	US		0	America/New_York	44.2884	-71.22535	491			NH	007		
5086600	Glenmere Village	glenmere-village	US		0	America/New_York	43.09953	-71.00589	28	Glenmere,Glenmere Village		NH	017	41460	
5086624	Goffs Falls	goffs-falls	US		0	America/New_York	42.93203	-71.45257	43	Goffe's Falls,Goffs Falls		NH	011	45140	
5086648	Gonic	gonic	US		0	America/New_York	43.27453	-70.97812	55			NH	017	65140	
5086652	Gooch Corner	gooch-corner	US		0	America/New_York	42.96898	-70.98534	23			NH	015	25380	
5086661	Goodrich Falls	goodrich-falls	US		0	America/New_York	44.12812	-71.18952	220			NH	003	03700	
5086668	Goose Corner	goose-corner	US		0	America/New_York	43.60063	-71.24396	203			NH	003	86420	
5086670	Goose Hollow	goose-hollow	US		0	America/New_York	43.88118	-71.59786	231			NH	009	76740	
5086719	Goshen Four Corners	goshen-four-corners	US		0	America/New_York	43.27841	-72.13092	397	Goshen,Goshen Four Corners		NH	019	30500	
5086731	Gossville	gossville	US		0	America/New_York	43.22647	-71.3509	110			NH	013	24900	
5086766	Grafton Center	grafton-center	US		0	America/New_York	43.57396	-71.97342	265	Cardigan Center,Grafton Center		NH	009	30820	
5086785	Granliden	granliden	US		0	America/New_York	43.4023	-72.0737	345	Grandliden,Granliden		NH	019	75060	
5086787	Grange	grange	US		0	America/New_York	44.48617	-71.52481	294			NH	007	40420	
5086799	Grape Corner	grape-corner	US		0	America/New_York	43.68674	-71.02173	228			NH	003	23620	
5086805	Grasmere	grasmere	US		0	America/New_York	43.02231	-71.54313	87			NH	011	29860	
5086826	Great Boars Head	great-boars-head	US		0	America/New_York	42.92037	-70.79922	3	Boores-hed,Great Boar's Head,Great Boars Head,Great Bores-hed		NH	015	33060	
5086920	Greenland Station	greenland-station	US		0	America/New_York	43.04398	-70.82367	12	Greenland,Greenland Station,Greenland Village Station		NH	015	31700	
5087104	Hampshire Road	hampshire-road	US		0	America/New_York	42.74315	-71.20117	39			NH	015	66660	
5087114	Hampton Beach	hampton-beach	US		2275	America/New_York	42.90731	-70.812	3			NH	015	33060	
5087117	Hampton Beach State Recreational Vehicle Park	hampton-beach-state-recreational-vehicle-park	US		0	America/New_York	42.89704	-70.81422	0			NH	015	33060	
5087118	Hampton Beach Trailer Park	hampton-beach-trailer-park	US		0	America/New_York	42.94009	-70.797	3			NH	015	33060	
5087137	Hampton Landing	hampton-landing	US		0	America/New_York	42.92453	-70.83589	1			NH	015	33060	
5087166	Hannahs Mobile Home Park	hannahs-mobile-home-park	US		0	America/New_York	43.64313	-72.26759	171	Hannah's Mobile Home Park,Hannahs Mobile Home Park		NH	009	41300	
5087170	Hanover Center	hanover-center	US		0	America/New_York	43.72563	-72.19287	349			NH	009	33860	
5087190	Happy Corner	happy-corner	US		0	America/New_York	45.08643	-71.31286	473			NH	007	61780	
5087200	Hardscrabble	hardscrabble	US		0	America/New_York	43.83174	-72.11731	267			NH	009	44260	
5087215	Harper Acres	harper-acres	US		0	America/New_York	42.93619	-72.28814	145			NH	005	39300	
5087262	Hatfield Corner	hatfield-corner	US		0	America/New_York	43.18064	-71.74147	135			NH	013	37540	
5087290	Hayes Corner	hayes-corner	US		0	America/New_York	43.40841	-71.02451	189			NH	017	48660	
5087299	Haynes Corner	haynes-corner	US		0	America/New_York	42.97703	-70.92144	31			NH	015	25380	
5087313	Hazens	hazens	US		0	America/New_York	44.36895	-71.56147	313			NH	007	84420	
5087356	Hell Hollow	hell-hollow	US		0	America/New_York	43.52313	-72.32481	206			NH	019	62340	
5088259	Keewayden	keewayden	US		0	America/New_York	43.60174	-71.25118	195			NH	003	86420	
5087370	Henniker Junction	henniker-junction	US		0	America/New_York	43.17452	-71.80369	128			NH	013	35540	
5087380	Hemlock Center	hemlock-center	US		0	America/New_York	43.23563	-72.38537	244			NH	019	11380	
5087443	Hillcrest Estates	hillcrest-estates	US		0	America/New_York	43.02064	-70.78922	10			NH	015	62900	
5087445	Hill Center	hill-center	US		0	America/New_York	43.52369	-71.73952	242			NH	013	35860	
5087446	Hills Corner	hills-corner	US		0	America/New_York	43.39258	-71.49702	266			NH	013	09860	
5087447	Hills Corner	hills-corner	US		0	America/New_York	43.33397	-71.14479	239			NH	017	73860	
5087453	Hillsboro Center	hillsboro-center	US		0	America/New_York	43.14508	-71.93369	323	Hillsboro Center,Hillsborough,Hillsborough Center		NH	011	36180	
5087455	Hillsboro Lower Village	hillsboro-lower-village	US		0	America/New_York	43.1123	-71.94425	217	Hillsboro Lower Village,Hillsborough Lower Village		NH	011	36180	
5087458	Hillsboro Upper Village	hillsboro-upper-village	US		0	America/New_York	43.13063	-71.97592	292	Hillsboro Upper Village,Hillsborough Upper Village		NH	011	36180	
5087473	Hillside Acres Mobile Home Park	hillside-acres-mobile-home-park	US		0	America/New_York	42.91647	-72.31009	150			NH	005	39300	
5087485	Hilltop Manor Extension Mobile Home Park	hilltop-manor-extension-mobile-home-park	US		0	America/New_York	44.30867	-71.75064	270			NH	009	42580	
5087561	Hollis Depot	hollis-depot	US		0	America/New_York	42.71287	-71.54868	51			NH	011	37140	
5087615	Hooks Crossing	hooks-crossing	US		0	America/New_York	43.02508	-71.33034	96			NH	015	02820	
5087665	Hornetown	hornetown	US		0	America/New_York	43.3673	-71.11534	199			NH	017	26020	
5087671	Horse Corner	horse-corner	US		0	America/New_York	43.23369	-71.44174	185	Horse Corner,Horses Corner		NH	013	12420	
5087700	Howards Grove	howards-grove	US		0	America/New_York	42.87259	-71.22089	67			NH	015	17940	
5087753	Hudson Center	hudson-center	US		0	America/New_York	42.77176	-71.40784	58			NH	011	37940	
5087826	Idlewilde	idlewilde	US		0	America/New_York	45.15144	-71.17896	600			NH	007	61780	
5087988	Interlaken Park	interlaken-park	US		0	America/New_York	43.60285	-71.4548	157	Aquedoctan,Interlaken Park		NH	001	40180	
5088057	Jackson Falls	jackson-falls	US		0	America/New_York	44.14812	-71.18118	235			NH	003	38260	
5088060	Jady Hill	jady-hill	US		0	America/New_York	42.98592	-70.94339	15			NH	015	25380	
5088062	Jaffrey Center	jaffrey-center	US		0	America/New_York	42.82786	-72.05508	347	Jaffrey,Jaffrey Center,Jaffrey Centre		NH	005	38500	
5088093	Jefferson Highland	jefferson-highland	US		0	America/New_York	44.38506	-71.42202	416			NH	007	38820	
5088151	Jockey Hill	jockey-hill	US		0	America/New_York	44.18645	-71.90564	318			NH	009	40660	
5088179	Johnson Corner	johnson-corner	US		0	America/New_York	42.8887	-71.73424	221			NH	011	44580	
5088189	Jones Corner	jones-corner	US		0	America/New_York	42.73731	-72.0223	383			NH	005	64580	
5088205	Joslin	joslin	US		0	America/New_York	42.90925	-72.25564	156			NH	005	75700	
5088264	Kelleys Corner	kelleys-corner	US		0	America/New_York	43.36841	-71.35424	259			NH	001	28980	
5088265	Kelleys Corner	kelleys-corner	US		0	America/New_York	43.29175	-71.36062	134	Kelleys Corner,Kellys Corner		NH	013	12420	
5088267	Kelleyville	kelleyville	US		0	America/New_York	43.36257	-72.22453	205	Kelleyville,Kellyville		NH	019	52580	
5088276	Kelwyn Park	kelwyn-park	US		0	America/New_York	43.22508	-70.88034	63			NH	017	65540	
5088309	Keyes Hollow	keyes-hollow	US		0	America/New_York	43.25035	-72.22759	333			NH	019	41700	
5088315	Kezer Seminary	kezer-seminary	US		0	America/New_York	43.3448	-71.51063	170			NH	013	09860	
5088324	Kidderville	kidderville	US		0	America/New_York	44.87644	-71.37647	409			NH	007	13780	
5088401	Klondike Corner	klondike-corner	US		0	America/New_York	42.95564	-71.6209	172			NH	011	50740	
5088482	Lake Shore Park	lake-shore-park	US		0	America/New_York	43.57508	-71.34785	164			NH	001	28740	
5088523	Lamprey Corners	lamprey-corners	US		0	America/New_York	42.91842	-70.92978	43			NH	015	39780	
5088536	Landaff Center	landaff-center	US		0	America/New_York	44.17506	-71.88703	348	Landaff,Landaff Center		NH	009	40660	
5088554	Langs Corner	langs-corner	US		0	America/New_York	43.02592	-70.75422	13			NH	015	66180	
5088563	Laskey Corner	laskey-corner	US		0	America/New_York	43.48091	-70.99534	136			NH	017	48660	
5088576	LeBruns Mobile Home Park	lebruns-mobile-home-park	US		0	America/New_York	43.65229	-72.17176	253			NH	009	41300	
5088580	Lawrence Corner	lawrence-corner	US		0	America/New_York	42.84731	-71.5234	69			NH	011	47540	
5088592	Leavitt Park	leavitt-park	US		0	America/New_York	43.67785	-71.45368	158			NH	001	47140	
5088609	Leavitts Hill	leavitts-hill	US		0	America/New_York	43.11981	-71.29034	132			NH	015	17460	
5088624	Lee Five Corners	lee-five-corners	US		0	America/New_York	43.15064	-70.97645	36			NH	017	41460	
5088634	Lees Mill	lees-mill	US		0	America/New_York	43.73924	-71.38979	158	Balmoral,Lees Mill		NH	003	49380	
5088643	Leominster Corner	leominster-corner	US		0	America/New_York	43.06925	-72.18953	459			NH	005	73700	
5088645	Leighton Corners	leighton-corners	US		0	America/New_York	43.30869	-71.19062	219			NH	017	73860	
5088759	Little Boars Head	little-boars-head	US		0	America/New_York	42.95815	-70.77616	13	Little Boar's Head,Little Boars Head,Little Bores-hed		NH	015	54580	
5088896	Lockehaven	lockehaven	US		0	America/New_York	43.61063	-72.08786	279	Lockehaven,Lockhaven		NH	009	24340	
5088942	Lockes Corner	lockes-corner	US		0	America/New_York	43.36147	-71.18201	332			NH	001	03220	
5088967	Long Sands	long-sands	US		0	America/New_York	43.78285	-71.11285	128			NH	003	58740	
5088973	Longmeadow Subdivision	longmeadow-subdivision	US		0	America/New_York	42.96397	-72.3162	168			NH	005	39300	
5088997	Loon Cove	loon-cove	US		0	America/New_York	43.49702	-71.25923	158			NH	001	01060	
5089007	Lords Hill (historical)	lords-hill-historical	US		0	America/New_York	43.80396	-71.05673	125			NH	003	27700	
5089013	Lost River	lost-river	US		0	America/New_York	44.03701	-71.78425	554			NH	009	87060	
5089023	Loudon Center	loudon-center	US		0	America/New_York	43.33591	-71.40174	225	London Center,Loudon Center		NH	013	43380	
5089041	Lovejoy Sands	lovejoy-sands	US		0	America/New_York	43.64896	-71.42674	158			NH	001	47140	
5089042	Loverens Mill	loverens-mill	US		0	America/New_York	43.07286	-72.01842	313			NH	011	01700	
5089055	Lower Bartlett	lower-bartlett	US		0	America/New_York	44.10229	-71.15007	173			NH	003	03700	
5089063	Lower Gilmanton	lower-gilmanton	US		0	America/New_York	43.38091	-71.35396	330			NH	001	28980	
5089078	Lower Shaker Village	lower-shaker-village	US		0	America/New_York	43.62007	-72.1462	241			NH	009	24340	
5089083	Lower Village	lower-village	US		0	America/New_York	43.03813	-72.26981	256			NH	005	29220	
5089084	Lower Village	lower-village	US		0	America/New_York	43.27424	-71.79341	133			NH	013	78580	
5089085	Lower Village	lower-village	US		0	America/New_York	43.39674	-72.08064	349			NH	019	75060	
5089099	Lyford Crossing	lyford-crossing	US		0	America/New_York	43.0112	-71.09895	52			NH	015	27940	
5089125	MacDowell Colony	macdowell-colony	US		0	America/New_York	42.89008	-71.95397	278			NH	011	60580	
5089174	Mallard Cove	mallard-cove	US		0	America/New_York	43.56202	-71.48341	153			NH	001	40180	
5089200	Maple Acres	maple-acres	US		0	America/New_York	42.95897	-72.31731	160			NH	005	39300	
5089215	Maplehaven	maplehaven	US		0	America/New_York	43.02731	-70.797	19	Maple Haven,Maplehaven		NH	015	62900	
5089242	Marlow Junction	marlow-junction	US		0	America/New_York	43.1673	-72.21981	389			NH	005	45700	
5089253	Marshall Corner	marshall-corner	US		0	America/New_York	42.99259	-71.01422	39	Marshall Corner,Marshall's Corner		NH	015	07220	
5089258	Marshfield Station	marshfield-station	US		0	America/New_York	44.26923	-71.35674	773	Kroflite Kamp,Marsh-Field,Marshfield Station		NH	007		
5089274	Martin Crossing	martin-crossing	US		0	America/New_York	43.02092	-71.08589	45			NH	015	24660	
5089276	Martins Corner	martins-corner	US		0	America/New_York	43.04814	-71.43229	100	Martin Corner,Martins Corner,Martins Ferry		NH	013	37300	
5089285	Mascoma	mascoma	US		0	America/New_York	43.65118	-72.18231	246			NH	009	41300	
5089305	Masons	masons	US		0	America/New_York	44.68616	-71.5887	289			NH	007	74180	
5089306	Massabesic	massabesic	US		0	America/New_York	43.0037	-71.39257	82			NH	011	45140	
5089370	Meaderboro Corner	meaderboro-corner	US		0	America/New_York	43.29869	-71.02923	118			NH	017	65140	
5089389	Meadow Brook Village	meadow-brook-village	US		0	America/New_York	43.65118	-72.30231	169			NH	009	41300	
5089422	Melrose Beach	melrose-beach	US		0	America/New_York	43.17675	-71.16979	134			NH	015	56820	
5089423	Melrose Corner	melrose-corner	US		0	America/New_York	43.34814	-70.97534	75			NH	017	65140	
5089430	Melvin Mills	melvin-mills	US		0	America/New_York	43.26897	-71.91341	196			NH	013	78580	
5089451	Meredith Center	meredith-center	US		0	America/New_York	43.61424	-71.52924	168			NH	001	47140	
5089455	Meredith Hill	meredith-hill	US		0	America/New_York	43.58146	-71.59146	372			NH	001	47140	
5089463	Meriden Hill	meriden-hill	US		0	America/New_York	44.78227	-71.55425	449			NH	007	13940	
5089499	Merriwood Camp	merriwood-camp	US		0	America/New_York	43.9034	-71.9912	292			NH	009	58500	
5089505	Merrill Corners	merrill-corners	US		0	America/New_York	43.32453	-71.07145	207			NH	017	26020	
5089544	Middleton Corners	middleton-corners	US		0	America/New_York	43.47619	-71.06951	234	Middleton,Middleton Corners		NH	017	47700	
5090272	Newtons Mobile Park	newtons-mobile-park	US		0	America/New_York	44.30256	-71.74731	276	Newton's Mobile Park,Newtons Mobile Park		NH	009	42580	
5089598	Mill Hollow	mill-hollow	US		0	America/New_York	43.12286	-72.29842	362			NH	005	00820	
5089599	Mill Hollow	mill-hollow	US		0	America/New_York	43.5534	-72.26537	258			NH	019	62340	
5089703	Mittersill	mittersill	US		0	America/New_York	44.18006	-71.71425	551			NH	009	27300	
5089735	Monahan Corners	monahan-corners	US		0	America/New_York	42.92148	-70.99172	58	Monahan Corner,Monahan Corners		NH	015	21380	
5089852	Moultonborough Falls	moultonborough-falls	US		0	America/New_York	43.74396	-71.41063	164	Moultonboro Falls,Moultonborough Falls		NH	003	49380	
5089857	Moultonville	moultonville	US		0	America/New_York	43.75452	-71.16979	160			NH	003	58740	
5089892	Mount Major	mount-major	US		0	America/New_York	43.5223	-71.27118	160			NH	001	01060	
5089911	Mount Sunapee	mount-sunapee	US		0	America/New_York	43.34063	-72.07092	341			NH	013	50900	
5089925	Mountain Base	mountain-base	US		0	America/New_York	42.98647	-71.57868	205	Mountain Base,Shirley Hill		NH	011	29860	
5090014	Munsonville	munsonville	US		0	America/New_York	43.01425	-72.14869	384			NH	005	50580	
5090019	Murray Hill	murray-hill	US		0	America/New_York	43.5423	-71.79536	325			NH	013	35860	
5090068	Nason Corners	nason-corners	US		0	America/New_York	42.92009	-70.90839	36			NH	015	33460	
5090112	New Durham Corner	new-durham-corner	US		0	America/New_York	43.42202	-71.12451	182			NH	017	51220	
5090184	New Ipswich Center	new-ipswich-center	US		0	America/New_York	42.75814	-71.85174	295			NH	011	51940	
5090202	New Portsmouth	new-portsmouth	US		0	America/New_York	43.50508	-71.05368	187			NH	017	47700	
5090206	New Rye	new-rye	US		0	America/New_York	43.18397	-71.3634	170			NH	013	24900	
5090237	Newington Station	newington-station	US		0	America/New_York	43.11231	-70.82144	6	Newington,Newington Station		NH	015	51620	
5090303	Noone	noone	US		0	America/New_York	42.85981	-71.96452	233			NH	011	60580	
5090331	North Brookline	north-brookline	US		0	America/New_York	42.75925	-71.67507	88			NH	011	08100	
5090340	North Charlestown	north-charlestown	US		0	America/New_York	43.30841	-72.38703	112	North Charleston,North Charlestown		NH	019	11380	
5090343	North Chester	north-chester	US		0	America/New_York	43.00397	-71.27534	139			NH	015	12100	
5090344	North Chichester	north-chichester	US		0	America/New_York	43.25758	-71.37257	110			NH	013	12420	
5090353	North Danville	north-danville	US		0	America/New_York	42.94564	-71.11339	78			NH	015	17140	
5090354	North Dorchester	north-dorchester	US		0	America/New_York	43.80257	-71.97092	400			NH	009	18740	
5090356	North Epping	north-epping	US		0	America/New_York	43.07147	-71.06034	60			NH	015	24660	
5090362	North Grantham	north-grantham	US		0	America/New_York	43.52896	-72.13092	357			NH	019	31220	
5090365	North Groton	north-groton	US		0	America/New_York	43.75979	-71.8698	379			NH	009	32180	
5090367	North Hampton Center	north-hampton-center	US		0	America/New_York	42.97648	-70.84783	24			NH	015	54580	
5090370	North Hampton Mobile Home Park	north-hampton-mobile-home-park	US		0	America/New_York	42.9962	-70.81255	30			NH	015	54580	
5090380	North Hinsdale	north-hinsdale	US		0	America/New_York	42.82508	-72.5187	119			NH	005	36660	
5090384	North Littleton	north-littleton	US		0	America/New_York	44.35978	-71.80203	279			NH	009	42580	
5090386	North Londonderry	north-londonderry	US		0	America/New_York	42.91814	-71.39895	83			NH	015	43220	
5090396	North Newport	north-newport	US		0	America/New_York	43.38868	-72.21453	251	North Newport,Northville		NH	019	52580	
5090399	North Nottingham	north-nottingham	US		0	America/New_York	43.16703	-71.10562	113			NH	015	57460	
5090408	North Pelham	north-pelham	US		0	America/New_York	42.7737	-71.35256	52			NH	011	59940	
5090414	North Richmond	north-richmond	US		0	America/New_York	42.79314	-72.27203	175			NH	005	64420	
5090418	North Rochester	north-rochester	US		0	America/New_York	43.37286	-70.98562	85	Hayes,Hayes Station,North Rochester		NH	017	65140	
5090424	North Sanbornton	north-sanbornton	US		0	America/New_York	43.55202	-71.60952	191			NH	001	67300	
5090434	North Swanzey	north-swanzey	US		0	America/New_York	42.91119	-72.27036	151	North Swanzey,Swanzey Factory		NH	005	39300	
5090438	North Village	north-village	US		0	America/New_York	42.89897	-71.93897	217			NH	011	60580	
5090440	North Wakefield	north-wakefield	US		0	America/New_York	43.63619	-71.05479	182			NH	003	78180	
5090443	North Weare	north-weare	US		0	America/New_York	43.11453	-71.73785	158			NH	011	79780	
5090444	North Wilmot	north-wilmot	US		0	America/New_York	43.49646	-71.93397	368			NH	013	84900	
5090446	North Wolfeboro	north-wolfeboro	US		0	America/New_York	43.65369	-71.13423	301			NH	003	86420	
5090471	Northwood Center	northwood-center	US		0	America/New_York	43.2173	-71.20673	193			NH	015	56820	
5090476	Northwood Narrows	northwood-narrows	US		0	America/New_York	43.22591	-71.24395	175			NH	015	56820	
5090477	Northwood Ridge	northwood-ridge	US		0	America/New_York	43.20953	-71.18006	244			NH	015	56820	
5090500	Nottingham Square	nottingham-square	US		0	America/New_York	43.10314	-71.11062	148			NH	015	57460	
5090506	Noyes Terrace	noyes-terrace	US		0	America/New_York	42.75453	-71.20284	38			NH	015	66660	
5090508	Notchland	notchland	US		0	America/New_York	44.11562	-71.35507	305			NH	003	34500	
5090532	Nutter	nutter	US		0	America/New_York	44.14479	-71.94481	272			NH	009	03940	
5090535	Nuttings Beach	nuttings-beach	US		0	America/New_York	43.66257	-71.79008	179			NH	009	35220	
5090634	Olympic Mobile Home Park	olympic-mobile-home-park	US		0	America/New_York	43.6434	-72.17926	255			NH	009	41300	
5090640	Onway Lake	onway-lake	US		0	America/New_York	43.03425	-71.21617	81			NH	015	64020	
5090672	Oscars Mobile Home Park	oscars-mobile-home-park	US		0	America/New_York	43.6609	-72.26092	292			NH	009	41300	
5090686	Ossipee Lake Shores	ossipee-lake-shores	US		0	America/New_York	43.80258	-71.09368	128			NH	003	58740	
5090691	Ossipee Valley	ossipee-valley	US		0	America/New_York	43.79202	-71.17757	126			NH	003	58740	
5090777	Pages Corner	pages-corner	US		0	America/New_York	43.1498	-71.6298	140	Page's Corner,Pages Corner		NH	013	19460	
5090779	Pages Corner	pages-corner	US		0	America/New_York	43.3998	-71.93953	279	Page Corner,Pages Corner		NH	013	52100	
5090785	Pannaway Manor	pannaway-manor	US		0	America/New_York	43.06453	-70.80117	17			NH	015	62900	
5090786	Panno Place	panno-place	US		0	America/New_York	44.14729	-71.13729	419			NH	003	38260	
5090798	Parker Hill	parker-hill	US		0	America/New_York	44.25423	-71.95009	374	Lyman,Parker Hill		NH	009	44100	
5090809	Paris (historical)	paris-historical	US		0	America/New_York	44.65116	-71.32091	387			NH	007	19300	
5090826	Parkman Corner	parkman-corner	US		0	America/New_York	42.99453	-70.92756	16			NH	015	74340	
5090857	Paugus Mill	paugus-mill	US		0	America/New_York	43.92396	-71.30424	313			NH	003	00420	
5090898	Pearls Corner	pearls-corner	US		0	America/New_York	43.3423	-71.4684	140			NH	013	43380	
5090939	Penacook	penacook	US		0	America/New_York	43.28036	-71.60007	101			NH	013	14200	
5090941	Pendleton Beach	pendleton-beach	US		0	America/New_York	43.60896	-71.44424	155			NH	001	40180	
5090953	Peppermint Corner	peppermint-corner	US		0	America/New_York	42.86759	-71.32534	86			NH	015	17940	
5090954	Pequawket	pequawket	US		0	America/New_York	43.92091	-71.22729	189	Pequaket,Pequawket,Pigwacket		NH	003	76100	
5090967	Perham Corner	perham-corner	US		0	America/New_York	42.86231	-71.71618	179			NH	011	44580	
5090986	Perkins Hill	perkins-hill	US		0	America/New_York	42.96287	-70.99061	35			NH	015	25380	
5091020	Pettyboro	pettyboro	US		0	America/New_York	44.20423	-71.96148	200			NH	009	03940	
5091071	Pierce Bridge	pierce-bridge	US		0	America/New_York	44.27256	-71.6312	362			NH	009	05460	
5091110	Pinardville	pinardville	US		4780	America/New_York	42.99425	-71.50729	81			NH	011	29860	
5091117	Pine Cliff	pine-cliff	US		0	America/New_York	43.34119	-72.0412	347			NH	013	50900	
5091136	Pine Grove Park	pine-grove-park	US		0	America/New_York	42.7987	-71.19728	42			NH	015	66660	
5091184	Pinewood Village	pinewood-village	US		0	America/New_York	43.64563	-72.30204	165			NH	009	41300	
5091225	Piscataqua	piscataqua	US		0	America/New_York	43.10064	-70.79283	11	Pascataquack,Pascataquacke,Pascataque,Pascatawa,Pascataway,Pascattaquack,Piscataqua,Piscataquacke,Piscataque,Piscatoquay		NH	015	51620	
5091262	Place	place	US		0	America/New_York	43.35258	-71.02562	82			NH	017	26020	
5091263	Plaice Cove	plaice-cove	US		0	America/New_York	42.94703	-70.78866	5			NH	015	33060	
5091338	Pollys Crossing	pollys-crossing	US		0	America/New_York	43.70813	-71.13007	181			NH	003	58740	
5091366	Poocham	poocham	US		0	America/New_York	42.95064	-72.47731	206			NH	005	82660	
5091394	Portsmouth Mobile Homes	portsmouth-mobile-homes	US		0	America/New_York	43.02064	-70.79478	12			NH	015	62900	
5091398	Portsmouth Plains	portsmouth-plains	US		0	America/New_York	43.05703	-70.77978	11			NH	015	62900	
5091411	Potash Corner	potash-corner	US		0	America/New_York	42.81398	-71.40812	66			NH	011	37940	
5091420	Potter Place	potter-place	US		0	America/New_York	43.43535	-71.85758	196			NH	013	01460	
5091438	Powwow River	powwow-river	US		0	America/New_York	42.90926	-71.01561	39	Powwow River,Powwow River Station		NH	015	21380	
5091470	Prescott Corner	prescott-corner	US		0	America/New_York	42.94453	-70.9345	20			NH	015	39780	
5091519	Puckershire	puckershire	US		0	America/New_York	43.35619	-72.31564	183			NH	019	12900	
5091522	Puddle Dock (historical)	puddle-dock-historical	US		0	America/New_York	43.07537	-70.75533	6			NH	015	62900	
5091561	Quebec Junction	quebec-junction	US		0	America/New_York	44.34923	-71.55203	350			NH	007	10100	
5091572	Quint	quint	US		0	America/New_York	43.99729	-71.13257	178			NH	003	14660	
5091573	Quinttown	quinttown	US		0	America/New_York	43.8659	-72.05536	362			NH	009	58500	
5091605	Randolph Hill	randolph-hill	US		0	America/New_York	44.38812	-71.27841	552			NH	007	63860	
5091684	Reeds Ferry	reeds-ferry	US		0	America/New_York	42.88314	-71.4759	57	Reed's Ferry,Reeds Ferry		NH	011	47540	
5091723	Richardson (historical)	richardson-historical	US		0	America/New_York	42.8412	-71.67646	79			NH	011	48020	
5091743	Rim Junction	rim-junction	US		0	America/New_York	44.28312	-71.04952	596			NH	007		
5091749	Rings Corner	rings-corner	US		0	America/New_York	43.31397	-71.36118	176			NH	013	61940	
5091755	Rivercrest	rivercrest	US		0	America/New_York	43.72646	-72.27092	154			NH	009	33860	
5091758	Riverhill	riverhill	US		0	America/New_York	43.24925	-71.61952	108	River Hill,Riverhill		NH	013	14200	
5091823	Robinson Corner	robinson-corner	US		0	America/New_York	43.53424	-71.97258	325			NH	009	30820	
5091892	Rockywold	rockywold	US		0	America/New_York	43.77424	-71.54341	186			NH	009	36900	
5091897	Rogers Crossing	rogers-crossing	US		0	America/New_York	44.08174	-71.24368	195			NH	003	03700	
5091900	Roland Park	roland-park	US		0	America/New_York	43.7323	-71.19951	341			NH	003	58740	
5091921	Rollinsford Station	rollinsford-station	US		0	America/New_York	43.22953	-70.84284	37			NH	017	65540	
5091958	Roundys Corner	roundys-corner	US		0	America/New_York	43.0523	-72.29564	222			NH	005	29220	
5091966	Rowes Corner	rowes-corner	US		0	America/New_York	43.06981	-71.38229	140			NH	013	37300	
5091967	Rowes Corner	rowes-corner	US		0	America/New_York	42.87564	-71.02533	46			NH	015	52900	
5091969	Roxbury Center	roxbury-center	US		0	America/New_York	42.95564	-72.2062	415			NH	005	65700	
5091983	Rumney Depot	rumney-depot	US		0	America/New_York	43.7934	-71.8048	159			NH	009	65940	
5092017	Ryder Corner	ryder-corner	US		0	America/New_York	43.40535	-72.12786	369			NH	019	16340	
5092027	Rye North Beach	rye-north-beach	US		0	America/New_York	43.01287	-70.73533	0			NH	015	66180	
5092035	Sabattus Heights	sabattus-heights	US		0	America/New_York	43.36508	-71.40201	282			NH	013	43380	
5092044	Sachem Village	sachem-village	US		0	America/New_York	43.68313	-72.28565	157			NH	009	41300	
5092065	Sagamore Grove	sagamore-grove	US		0	America/New_York	43.05398	-70.74755	9			NH	015	62900	
5092270	Salem Depot	salem-depot	US		0	America/New_York	42.78676	-71.22645	48			NH	015	66660	
5092281	Salisbury Heights	salisbury-heights	US		0	America/New_York	43.39119	-71.74425	272	Center Village,Salisbury Heights		NH	013	66980	
5092319	Samoset	samoset	US		0	America/New_York	43.56786	-71.33729	183			NH	001	28740	
5092330	Sanborn Corners	sanborn-corners	US		0	America/New_York	42.93509	-70.89117	36			NH	015	33460	
5092375	Sandwich Landing	sandwich-landing	US		0	America/New_York	43.78507	-71.47091	173			NH	003	67780	
5092392	Sargent (historical)	sargent-historical	US		0	America/New_York	43.05647	-71.65063	101			NH	011	79780	
5092394	Sargent Corners	sargent-corners	US		0	America/New_York	42.86148	-71.04284	56			NH	015	52900	
5092405	Savageville	savageville	US		0	America/New_York	44.21173	-71.8937	227			NH	009	42020	
5092427	Sawyers	sawyers	US		0	America/New_York	43.18092	-70.88923	21			NH	017	18820	
5092431	Sawyers River	sawyers-river	US		0	America/New_York	44.08979	-71.35063	260	Sawyer River Station,Sawyers River		NH	003	34500	
5092441	Scates Corner	scates-corner	US		0	America/New_York	44.37923	-71.2548	448			NH	007	63860	
5092479	Scribners Corner	scribners-corner	US		0	America/New_York	43.36841	-71.79564	178			NH	013	66980	
5092486	Seabrook Beach	seabrook-beach	US		992	America/New_York	42.88676	-70.81561	3			NH	015	68260	
5092489	Seabrook Station	seabrook-station	US		0	America/New_York	42.88759	-70.86005	11			NH	015	68260	
5092494	Seacrest Village	seacrest-village	US		0	America/New_York	43.08842	-70.77978	22			NH	015	62900	
5092562	Shaker Village	shaker-village	US		0	America/New_York	43.35869	-71.49007	229	Canterbury Shaker Village,Shaker Village		NH	013	09860	
5092583	Shaw Corner (historical)	shaw-corner-historical	US		0	America/New_York	43.40897	-71.68813	179			NH	013	27380	
5092589	Shaws Corner	shaws-corner	US		0	America/New_York	43.05258	-72.33314	185			NH	005	75300	
5092590	Shaws Hill	shaws-hill	US		0	America/New_York	43.07148	-70.727	12			NH	015	50980	
5092607	Shel Al Mobile Estates	shel-al-mobile-estates	US		0	America/New_York	42.98176	-70.82922	21			NH	015	54580	
5092635	Shingle Mill Corner	shingle-mill-corner	US		0	America/New_York	43.35369	-71.9148	254			NH	013	75460	
5092652	Short Falls	short-falls	US		0	America/New_York	43.19841	-71.36951	109			NH	013	24900	
5092712	Slab City	slab-city	US		0	America/New_York	43.09869	-71.76119	234			NH	011	79780	
5092750	Smith Colony	smith-colony	US		0	America/New_York	42.94842	-70.79477	11			NH	015	33060	
5092754	Smith Corner	smith-corner	US		0	America/New_York	42.89342	-70.98867	46	Smith Corner,Smith's Corner		NH	015	71140	
5092775	Smiths Corner	smiths-corner	US		0	America/New_York	43.35174	-71.79036	172			NH	013	66980	
5092802	Snumshire	snumshire	US		0	America/New_York	43.24841	-72.41537	144			NH	019	11380	
5092806	Snyders Hill	snyders-hill	US		0	America/New_York	43.28786	-71.71174	124			NH	013	80020	
5092849	South Alexandria	south-alexandria	US		0	America/New_York	43.55757	-71.7948	193			NH	013	35860	
5092851	South Barnstead	south-barnstead	US		0	America/New_York	43.31508	-71.2284	227			NH	001	03220	
5092852	South Barrington	south-barrington	US		0	America/New_York	43.18231	-71.03423	91			NH	017	03460	
5092854	South Bow	south-bow	US		0	America/New_York	43.09008	-71.5184	250			NH	013	06500	
5092875	South Charlestown	south-charlestown	US		0	America/New_York	43.17952	-72.43731	100			NH	019	11380	
5092881	South Conway	south-conway	US		0	America/New_York	43.96313	-71.02257	190			NH	003	14660	
5092882	South Cornish	south-cornish	US		0	America/New_York	43.45035	-72.30953	293			NH	019	15060	
5092883	South Danbury	south-danbury	US		0	America/New_York	43.48396	-71.88703	215			NH	013	16980	
5092884	South Danville	south-danville	US		0	America/New_York	42.9012	-71.12617	66			NH	015	17140	
5092887	South Effingham	south-effingham	US		0	America/New_York	43.70119	-70.9834	161			NH	003	23620	
5092891	South Brookline	south-brookline	US		0	America/New_York	42.71564	-71.66118	77			NH	011	08100	
5092892	South Hampton	south-hampton	US		899	America/New_York	42.88092	-70.96256	62			NH	015	71140	
5092898	South Hemlock	south-hemlock	US		0	America/New_York	43.20313	-72.36759	376			NH	019	11380	
5092902	South Hooksett	south-hooksett	US		5418	America/New_York	43.02647	-71.43534	134			NH	013	37300	
5092903	South Keene	south-keene	US		0	America/New_York	42.91703	-72.24508	161			NH	005	39300	
5092904	South Kingston	south-kingston	US		0	America/New_York	42.88064	-71.08145	56			NH	015	40100	
5092910	South Lyndeborough	south-lyndeborough	US		0	America/New_York	42.88008	-71.78369	199			NH	011	44580	
5092913	South Merrimack	south-merrimack	US		0	America/New_York	42.80481	-71.55507	66			NH	011	47540	
5092923	South Newington	south-newington	US		0	America/New_York	43.06703	-70.83061	12			NH	015	51620	
5092941	South Seabrook	south-seabrook	US		0	America/New_York	42.87148	-70.85644	16			NH	015	68260	
5092943	South Stoddard	south-stoddard	US		0	America/New_York	43.04008	-72.07175	393			NH	005	73700	
5092951	South Weare	south-weare	US		0	America/New_York	43.05619	-71.71424	191			NH	011	79780	
5092952	South Wolfeboro	south-wolfeboro	US		0	America/New_York	43.56147	-71.17729	171	South Wolfeboro,South Wolfeborough		NH	003	86420	
5093023	Spring Haven	spring-haven	US		0	America/New_York	43.55536	-71.31785	171			NH	001	01060	
5093024	Springfield Junction	springfield-junction	US		0	America/New_York	43.25035	-72.42509	114			NH	019	11380	
5093050	Squag City	squag-city	US		0	America/New_York	43.51618	-72.37148	142			NH	019	15060	
5093063	Squantum	squantum	US		0	America/New_York	42.79064	-71.98564	323			NH	005	38500	
5093112	Starr King	starr-king	US		0	America/New_York	44.40145	-71.44258	437			NH	007	38820	
5093117	State Landing	state-landing	US		0	America/New_York	43.72619	-71.37396	155	State Landing,Suissevale		NH	003	49380	
5093158	Stewartstown Hollow	stewartstown-hollow	US		0	America/New_York	44.94866	-71.45258	392			NH	007	73380	
5093171	Stinson Lake	stinson-lake	US		0	America/New_York	43.86118	-71.80841	406			NH	009	65940	
5093177	Stockbridge Corner	stockbridge-corner	US		0	America/New_York	43.63591	-71.20285	284			NH	003	86420	
5093178	Stockbridge Corners	stockbridge-corners	US		0	America/New_York	43.41425	-71.20257	197			NH	001	01060	
5093236	Strafford Corner	strafford-corner	US		0	America/New_York	43.29425	-71.07701	145	Crown Point,Strafford Corner		NH	017	73860	
5093259	Stratham Station	stratham-station	US		6949	America/New_York	43.05287	-70.89533	12			NH	015	74340	
5093426	Swanzey Station	swanzey-station	US		0	America/New_York	42.88675	-72.28703	144			NH	005	75700	
5093438	Swetts Mills	swetts-mills	US		0	America/New_York	43.3148	-71.72063	163			NH	013	80020	
5093467	Tanglewood Estates	tanglewood-estates	US		0	America/New_York	42.95814	-72.30647	149			NH	005	39300	
5093471	Tappan Corners	tappan-corners	US		0	America/New_York	42.91064	-70.98978	36			NH	015	21380	
5093479	Tavern Village	tavern-village	US		0	America/New_York	43.03925	-71.70341	142	Maplewood,Tavern Village		NH	011	79780	
5093564	The Five Corners	the-five-corners	US		0	America/New_York	42.93815	-70.8195	14			NH	015	33060	
5093567	The Glen	the-glen	US		0	America/New_York	45.10421	-71.25785	524	Stearns Camp,The Glen,The Glenn		NH	007	61780	
5093568	The Hand	the-hand	US		0	America/New_York	44.87977	-71.09146	448			NH	007		
5093571	The Ledges	the-ledges	US		0	America/New_York	43.54174	-71.45007	233			NH	001	28740	
5093585	The Plantation	the-plantation	US		0	America/New_York	42.92926	-70.80616	3			NH	015	33060	
5093589	The Village of Loon Mountain	the-village-of-loon-mountain	US		0	America/New_York	44.06118	-71.62702	341			NH	009	41860	
5093592	The Willows	the-willows	US		0	America/New_York	42.91148	-70.82422	3			NH	015	33060	
5093617	Thompson Corner	thompson-corner	US		0	America/New_York	43.39702	-71.71758	210			NH	013	66980	
5093636	Thorntons Ferry	thorntons-ferry	US		0	America/New_York	42.84203	-71.49257	46	Thornton's Ferry,Thorntons Ferry		NH	011	47540	
5093691	Tinkerville	tinkerville	US		0	America/New_York	44.7806	-71.58342	310			NH	007	13940	
5093692	Tinkerville	tinkerville	US		0	America/New_York	44.27228	-71.93509	289			NH	009	44100	
5093720	Toneys Mobile Park	toneys-mobile-park	US		0	America/New_York	44.30117	-71.75092	262	Toney's Mobile Park,Toneys Mobile Park		NH	009	42580	
5093736	Towles Corner	towles-corner	US		0	America/New_York	42.89509	-70.92783	33			NH	015	71140	
5093744	Town Hall Corner	town-hall-corner	US		0	America/New_York	42.92148	-70.87283	18			NH	015	33460	
5093746	Town House	town-house	US		0	America/New_York	43.44119	-70.98479	144			NH	017	48660	
5093766	Trapshire	trapshire	US		0	America/New_York	43.19508	-72.43842	99			NH	019	11380	
5093812	Tripoli Mill	tripoli-mill	US		0	America/New_York	43.99812	-71.5773	624			NH	009	42820	
5093845	Tuftonboro	tuftonboro	US		2288	America/New_York	43.69647	-71.22201	301	Tuftonborou,Туфтонбороу,ٹوفٹنبرو، نیو ہیمپشائر		NH	003	77620	
5093906	Twin Lakes Village	twin-lakes-village	US		0	America/New_York	43.44119	-72.01092	393			NH	019	72740	
5093949	Union Wharf	union-wharf	US		0	America/New_York	43.65202	-71.28229	154			NH	003	77620	
5094004	Upper Kidderville	upper-kidderville	US		0	America/New_York	44.88255	-71.36453	445			NH	007	13780	
5094022	Upper Shaker Village	upper-shaker-village	US		0	America/New_York	43.61174	-72.13814	237			NH	009	24340	
5094027	Upper Village	upper-village	US		0	America/New_York	44.39812	-71.19508	246			NH	007	30260	
5094028	Upper Village	upper-village	US		0	America/New_York	44.17729	-71.94426	158	Bath Upper Village,Upper Bath Village,Upper Village		NH	009	03940	
5094186	Wadley Falls	wadley-falls	US		0	America/New_York	43.09203	-71.00784	28	Wadleigh's Falls,Wadley Falls		NH	017	41460	
5094247	Walton Landing	walton-landing	US		0	America/New_York	42.88731	-70.84116	2			NH	015	68260	
5094257	Wallis Sands	wallis-sands	US		0	America/New_York	43.02398	-70.73227	1			NH	015	66180	
5094292	Water Village	water-village	US		0	America/New_York	43.68258	-71.18451	237			NH	003	58740	
5094295	Washburn Corner	washburn-corner	US		0	America/New_York	43.52452	-72.08036	336			NH	019	72740	
5094322	Waumbeck Junction	waumbeck-junction	US		0	America/New_York	44.37395	-71.5198	341			NH	007	38820	
5094325	Wawbeek	wawbeek	US		0	America/New_York	43.67202	-71.29729	160			NH	003	77620	
5094333	Weare Corner	weare-corner	US		0	America/New_York	42.89815	-70.91117	29			NH	015	68260	
5094338	Weares Mill	weares-mill	US		0	America/New_York	42.90259	-70.90117	20			NH	015	68260	
5094353	Webster Lake	webster-lake	US		0	America/New_York	43.46008	-71.6823	130			NH	013	27380	
5094358	Webster Place	webster-place	US		0	America/New_York	43.40647	-71.6548	90			NH	013	27380	
5094371	Websters Mill	websters-mill	US		0	America/New_York	43.27841	-71.34535	123	Websters Mill,Websters Mills		NH	013	61940	
5094390	Weirs Beach	weirs-beach	US		0	America/New_York	43.60896	-71.46063	163	Aquedoctan,The Weirs,Weirs Beach		NH	001	40180	
5094405	Welshs Corner	welshs-corner	US		0	America/New_York	43.33453	-71.13118	274			NH	017	73860	
5094413	Wentworth Acres	wentworth-acres	US		0	America/New_York	43.08925	-70.78394	19	Atlantic Heights,Wentworth Acres		NH	015	62900	
5094423	Wentworth Hill	wentworth-hill	US		0	America/New_York	43.79146	-71.41313	253			NH	003	67780	
5094426	Wentworth Location	wentworth-location	US		0	America/New_York	44.85811	-71.05535	387	Wentworth Location,Wentworth's Location		NH	007		
5094432	Wentworth Terrace	wentworth-terrace	US		0	America/New_York	43.12398	-70.83117	2			NH	017	18820	
5094443	West Andover	west-andover	US		0	America/New_York	43.44424	-71.87675	203			NH	013	01460	
5094444	West Barrington	west-barrington	US		0	America/New_York	43.2048	-71.10451	121			NH	017	03460	
5094445	West Bath	west-bath	US		0	America/New_York	44.17423	-71.98731	221			NH	009	03940	
5094472	West Campton	west-campton	US		0	America/New_York	43.84729	-71.66591	178			NH	009	08660	
5094473	West Canaan	west-canaan	US		0	America/New_York	43.64952	-72.0962	246			NH	009	08980	
5094476	West Center Harbor	west-center-harbor	US		0	America/New_York	43.68119	-71.56702	169			NH	001	10660	
5094478	West Claremont	west-claremont	US		0	America/New_York	43.39618	-72.36926	151			NH	019	12900	
5094482	West Deering	west-deering	US		0	America/New_York	43.0648	-71.9048	183			NH	011	17780	
5094483	West Derry	west-derry	US		0	America/New_York	42.87342	-71.33756	86			NH	015	43220	
5094484	West Epping	west-epping	US		0	America/New_York	43.03731	-71.12256	46			NH	015	24660	
5094486	West Franklin	west-franklin	US		0	America/New_York	43.44091	-71.66174	129			NH	013	27380	
5094487	West Gonic	west-gonic	US		0	America/New_York	43.27869	-70.98256	61			NH	017	65140	
5094488	West Hampstead	west-hampstead	US		0	America/New_York	42.9037	-71.21673	85			NH	015	32900	
5094489	West Henniker Emerson Station	west-henniker-emerson-station	US		0	America/New_York	43.17008	-71.84313	130			NH	013	35540	
5094494	West Hollis	west-hollis	US		0	America/New_York	42.70564	-71.6209	67			NH	011	37140	
5094495	West Hopkinton	west-hopkinton	US		0	America/New_York	43.19202	-71.74813	115			NH	013	37540	
5094497	West Brookline	west-brookline	US		0	America/New_York	42.7362	-71.67924	87			NH	011	08100	
5094507	West Milan	west-milan	US		0	America/New_York	44.59866	-71.30425	305			NH	007	47860	
5094515	West Plymouth	west-plymouth	US		0	America/New_York	43.77035	-71.7623	157			NH	009	62660	
5094519	West Rindge	west-rindge	US		0	America/New_York	42.76342	-72.03147	328			NH	005	64580	
5094522	West Rumney	west-rumney	US		0	America/New_York	43.81368	-71.87064	163			NH	009	65940	
5094526	West Rye	west-rye	US		0	America/New_York	43.0012	-70.79783	32			NH	015	66180	
5094542	West Thornton	west-thornton	US		0	America/New_York	43.9359	-71.68758	195			NH	009	87060	
5094546	West Wilton	west-wilton	US		0	America/New_York	42.83036	-71.80591	196			NH	011	85220	
5094547	West Windham	west-windham	US		0	America/New_York	42.80259	-71.35201	67			NH	015	85780	
5094551	Westmoreland Depot	westmoreland-depot	US		0	America/New_York	43.00202	-72.43342	146			NH	005	82660	
5094741	Wildwood Village	wildwood-village	US		0	America/New_York	43.54174	-71.49285	158			NH	001	40180	
5094785	Wilmot Flat	wilmot-flat	US		0	America/New_York	43.41785	-71.89508	212			NH	013	84900	
5094803	Wilton Center	wilton-center	US		0	America/New_York	42.83286	-71.77702	216			NH	011	85220	
5094819	Windham Depot	windham-depot	US		0	America/New_York	42.84148	-71.29978	103			NH	015	85780	
5094826	Wilson Corners	wilson-corners	US		0	America/New_York	42.79231	-71.18617	58			NH	015	66660	
5094843	Winniconic	winniconic	US		0	America/New_York	43.02231	-70.87589	37			NH	015	74340	
5094848	Winnicut Mills	winnicut-mills	US		0	America/New_York	43.01092	-70.87394	31			NH	015	74340	
5094850	Winnipesaukee	winnipesaukee	US		0	America/New_York	43.67424	-71.33507	167			NH	003	49380	
5095246	Ardmore Estates	ardmore-estates	US		0	America/New_York	40.20622	-74.22459	26			NJ	025	33300	
5094880	Wolfeboro Center	wolfeboro-center	US		0	America/New_York	43.61952	-71.17173	171			NH	003	86420	
5094914	Woodlands	woodlands	US		0	America/New_York	43.53119	-71.26896	160			NH	001	01060	
5094936	Woods Mill	woods-mill	US		0	America/New_York	43.04175	-72.15425	389			NH	005	73700	
5094968	Yale Estates	yale-estates	US		0	America/New_York	43.53008	-71.34618	337			NH	001	28740	
5095009	A Country Place	a-country-place	US		0	America/New_York	40.08845	-74.22875	19	A Country Place,Country Place		NJ	029	38550	
5095015	Abertown	abertown	US		0	America/New_York	41.25093	-74.78461	245			NJ	037	65700	
5095034	Ackers Corner	ackers-corner	US		0	America/New_York	40.33483	-74.84905	78	Ackers Corner,Ackors Corner		NJ	021	33180	
5095035	Ackerson	ackerson	US		0	America/New_York	41.08232	-74.66794	183			NJ	037	69690	
5095043	Adamston	adamston	US		0	America/New_York	40.04539	-74.09514	3			NJ	029	07420	
5095069	Albion Place	albion-place	US		0	America/New_York	40.89121	-74.1757	81			NJ	031	13690	
5095070	Aldene	aldene	US		0	America/New_York	40.66344	-74.27292	24			NJ	039	64650	
5095089	Alexauken	alexauken	US		0	America/New_York	40.38955	-74.93906	40	Alexauken,Alexsocken		NJ	019	78230	
5095091	Ackermans Mills	ackermans-mills	US		0	America/New_York	41.02732	-74.16876	96			NJ	003	42750	
5095098	Wall Township	wall-township	US		0	America/New_York	40.16539	-74.07458	21			NJ	025	76460	
5095111	Allaire	allaire	US		0	America/New_York	40.15845	-74.12542	11			NJ	025	76460	
5095130	Allens Corner	allens-corner	US		0	America/New_York	40.54677	-74.9385	198	Allens Corner,Allerton		NJ	019	24870	
5095131	Allens Mills	allens-mills	US		0	America/New_York	40.7401	-75.11851	182			NJ	041	30090	
5095152	Alphano	alphano	US		0	America/New_York	40.90232	-74.86156	170			NJ	041	00670	
5095169	Alvater Corner	alvater-corner	US		0	America/New_York	40.56594	-74.96989	141			NJ	019	24870	
5095179	Ampere	ampere	US		0	America/New_York	40.76677	-74.19487	37			NJ	013	19390	
5095183	Amwell	amwell	US		0	America/New_York	40.43149	-74.75211	139			NJ	019	18820	
5095196	Andover Junction	andover-junction	US		0	America/New_York	40.99704	-74.74572	178			NJ	037	01330	
5095226	Applegarth	applegarth	US		0	America/New_York	40.27844	-74.47265	31	Applegarth,Red Tavern,Spring Garden		NJ	023	47280	
5095231	Apshawa	apshawa	US		0	America/New_York	41.0176	-74.36293	187			NJ	031	79460	
5095236	Archers Corner	archers-corner	US		0	America/New_York	40.08845	-74.45543	48	Archers Corner,Davisville		NJ	029	34680	
5095237	Archertown	archertown	US		0	America/New_York	40.06539	-74.49987	38	Archertown,Snufftown		NJ	029	59790	
5095243	Ardena	ardena	US		0	America/New_York	40.2115	-74.23264	30			NJ	025	33300	
5095038	Adams	adams	US	01220	0	America/New_York	40.45094	-74.49321	36			NJ	023	52560	
5095265	Arneytown	arneytown	US		0	America/New_York	40.1015	-74.56599	49	Arney's Town,Arneys Town,Arneytown		NJ	025	74900	
5095270	Arrowhead Village	arrowhead-village	US		0	America/New_York	40.0765	-74.10375	6			NJ	029	07420	
5095272	Arneys Mount	arneys-mount	US		0	America/New_York	40.00983	-74.69655	40			NJ	005	69990	
5095310	Athenia	athenia	US		0	America/New_York	40.86677	-74.15431	36			NJ	031	13690	
5095338	Awosting	awosting	US		0	America/New_York	41.15454	-74.33654	205			NJ	031	79460	
5095353	Baileys Corner	baileys-corner	US		0	America/New_York	40.15289	-74.07208	22			NJ	025	76460	
5095355	Bairdsville	bairdsville	US		0	America/New_York	40.24206	-74.38376	54			NJ	025	46560	
5095369	Baldwins Corner	baldwins-corner	US		0	America/New_York	40.314	-74.786	55			NJ	021	33180	
5095372	Balesville	balesville	US		0	America/New_York	41.10426	-74.75961	164	Balesville,Baleville		NJ	037	29490	
5095375	Baltusrol	baltusrol	US		0	America/New_York	40.72455	-74.32793	74			NJ	013	46380	
5095382	Barber	barber	US		0	America/New_York	40.53066	-74.25792	4			NJ	023	58200	
5095385	Barbertown	barbertown	US		0	America/New_York	40.48538	-75.02711	145			NJ	019	37065	
5095402	Bartles Corners	bartles-corners	US		0	America/New_York	40.53677	-74.85739	57			NJ	019	61920	
5095431	Bay Harbor Estates	bay-harbor-estates	US		0	America/New_York	40.02095	-74.13292	2			NJ	029	07420	
5095432	Bay Head	bay-head	US		972	America/New_York	40.07178	-74.0543	3	Bay Head,Bayhead,Behj Khid,Bej Khed,bay hd  nywjrsy,Беј Хед,Бэй Хид,بای هد، نیوجرسی		NJ	029	03520	
5095436	Bay Head Junction	bay-head-junction	US		0	America/New_York	40.07789	-74.04597	2			NJ	029	59910	
5095470	Bayway	bayway	US		0	America/New_York	40.63899	-74.21237	6			NJ	039	40350	
5095474	Baywood	baywood	US		0	America/New_York	40.02289	-74.08903	1			NJ	029	07420	
5095475	Beach Glen	beach-glen	US		0	America/New_York	40.92982	-74.48627	158			NJ	027	64080	
5095494	Bear Tavern	bear-tavern	US		0	America/New_York	40.309	-74.8485	59			NJ	021	33180	
5095500	Beattystown	beattystown	US		4554	America/New_York	40.81315	-74.84294	146	Beatty's Mills,Beattyestown,Beattys Town,Beattystown,Beatyestown,Beatystown		NJ	041	43320	
5095509	Beaver Lake	beaver-lake	US		0	America/New_York	41.1076	-74.55349	305	Beaver Lake,Two Bridges		NJ	037	29850	
5095510	Beaver Run	beaver-run	US		0	America/New_York	41.15343	-74.61961	147	Beaver Run,Beaverrun		NJ	037	29850	
5095532	Beemerville	beemerville	US		0	America/New_York	41.21065	-74.69155	231	Beemersville,Beemerville		NJ	037	76790	
5095559	Bells Crossing	bells-crossing	US		0	America/New_York	40.70454	-74.94322	151			NJ	019	26550	
5095560	Bellview	bellview	US		0	America/New_York	40.02095	-74.99461	4			NJ	005	12940	
5095576	Benders Corner	benders-corner	US		0	America/New_York	40.68038	-74.41126	141			NJ	039	51810	
5095586	Bennetts Mills	bennetts-mills	US		0	America/New_York	40.129	-74.27515	32	Bennett's Mills,Bennetts Mills		NJ	029	34680	
5095592	Berdines Corners	berdines-corners	US		0	America/New_York	40.46733	-74.45349	33			NJ	023	52560	
5095603	Bergen Mills	bergen-mills	US		0	America/New_York	40.26289	-74.41932	37			NJ	025	46560	
5095605	Bergen Point	bergen-point	US		0	America/New_York	40.6476	-74.14125	2			NJ	017	03580	
5095614	Bergerville	bergerville	US		0	America/New_York	40.20206	-74.26153	27			NJ	025	33300	
5095622	Berkshire Valley	berkshire-valley	US		0	America/New_York	40.9301	-74.59071	218			NJ	027	34980	
5095625	Township of Bernards	township-of-bernards	US		0	America/New_York	40.68343	-74.5746	94	Bernard Township,Bernards Township,Township of Bernards		NJ	035		
5095689	Bevans	bevans	US		0	America/New_York	41.19648	-74.85072	150	Bevans,Peters Valley		NJ	037	65700	
5095711	Birch Hills	birch-hills	US		0	America/New_York	40.80954	-74.43154	94			NJ	027	29550	
5095719	Bissell	bissell	US		0	America/New_York	40.66677	-74.79183	108	Apgars Corner,Bissell		NJ	019	72510	
5095730	Black Horse	black-horse	US		0	America/New_York	40.41816	-74.5021	27			NJ	023	52560	
5095742	Blackwells Mills	blackwells-mills	US		803	America/New_York	40.47566	-74.57127	13	Blackwell,Blackwell's Mills,Blackwells,Blackwells Mills		NJ	035	24900	
5095760	Blansingburg	blansingburg	US		0	America/New_York	40.13678	-74.05708	11			NJ	025	76460	
5095767	Blaziers Corner	blaziers-corner	US		0	America/New_York	40.72038	-74.55849	111			NJ	035	05590	
5095816	Bonaparte Landing	bonaparte-landing	US		0	America/New_York	40.95371	-74.63961	289			NJ	037	32910	
5095819	Bonhamtown	bonhamtown	US		0	America/New_York	40.52344	-74.35765	24			NJ	023	20230	
5095841	Borton Landing	borton-landing	US		0	America/New_York	40.00289	-74.8885	4			NJ	005	47880	
5095843	Bossert Estates	bossert-estates	US		0	America/New_York	40.14733	-74.69127	19			NJ	005	06700	
5095851	Bound Brook Junction	bound-brook-junction	US		0	America/New_York	40.55899	-74.56543	14			NJ	035	07720	
5095866	Bowne	bowne	US		0	America/New_York	40.41983	-74.91267	50			NJ	019	18820	
5095878	Bradevelt	bradevelt	US		0	America/New_York	40.33455	-74.23931	49			NJ	025	44070	
5095887	Bradley Gardens	bradley-gardens	US		14206	America/New_York	40.56288	-74.6546	24			NJ	035	07720	
5095890	Bradley Park	bradley-park	US		0	America/New_York	40.20511	-74.0243	5			NJ	025	49890	
5095892	Brady Park	brady-park	US		0	America/New_York	40.96065	-74.61849	282			NJ	027	34980	
5095893	Braeburn Heights	braeburn-heights	US		0	America/New_York	40.25677	-74.76822	33			NJ	021	22185	
5095896	Brainards	brainards	US		202	America/New_York	40.77371	-75.16962	81			NJ	041	30090	
5095910	Branchburg Township	branchburg-township	US		0	America/New_York	40.57233	-74.68488	62			NJ	035	07180	
5095920	Brass Castle	brass-castle	US		1555	America/New_York	40.76482	-75.01101	145			NJ	041	77300	
5095928	Breton Woods	breton-woods	US		0	America/New_York	40.04567	-74.10875	4			NJ	029	07420	
5095934	Briar Manor	briar-manor	US		0	America/New_York	40.21178	-74.65849	23			NJ	021	29310	
5095951	Bridgeboro	bridgeboro	US		0	America/New_York	40.02206	-74.93239	14	Ancocas Ferry,Bridgeboro,Bridgeborough,Draw Bridge,Lower Ferry,Toll Bridge		NJ	005	17440	
5095952	Bridgepoint	bridgepoint	US		0	America/New_York	40.43261	-74.64849	26			NJ	035	47580	
5095971	Brindletown	brindletown	US		0	America/New_York	40.04734	-74.50515	27			NJ	029	59790	
5095988	Brook Valley	brook-valley	US		0	America/New_York	40.96454	-74.36793	200			NJ	027	37110	
5096015	Brookview	brookview	US		0	America/New_York	40.42066	-74.47404	29			NJ	023	19000	
5096025	Brownings	brownings	US		0	America/New_York	40.9526	-75.11323	111			NJ	041	37320	
5096037	Brunswick Gardens	brunswick-gardens	US		0	America/New_York	40.39066	-74.33626	11	Brunswick Gardens,New Brunswick Gardens		NJ	023	54705	
5096051	Buckingham Park	buckingham-park	US		0	America/New_York	40.04372	-74.88572	12			NJ	005	81440	
5096054	Bucks Mill	bucks-mill	US		0	America/New_York	40.28456	-74.19764	29			NJ	025	14560	
5096070	Bunnvale	bunnvale	US		0	America/New_York	40.70177	-74.88322	216			NJ	019	39660	
5096078	Burlington Heights	burlington-heights	US		0	America/New_York	40.27178	-74.2357	38			NJ	025	25230	
5096092	Burnt Mills	burnt-mills	US		0	America/New_York	40.63594	-74.68683	25	Burnt Mill,Burnt Mills		NJ	035	04450	
5096099	Bustleton	bustleton	US		0	America/New_York	40.08817	-74.78266	20			NJ	005	23850	
5096102	Butler Park	butler-park	US		0	America/New_York	40.75177	-74.931	114			NJ	041	77300	
5096110	Butterworth Farms	butterworth-farms	US		0	America/New_York	40.82149	-74.52321	177			NJ	027	48090	
5096117	Byram Cove	byram-cove	US		0	America/New_York	40.95565	-74.65988	284			NJ	037	32910	
5096129	Calais Crossroads	calais-crossroads	US		0	America/New_York	40.8276	-74.59433	278	Calais,Calais Crossroads		NJ	027	61890	
5096145	Calno	calno	US		0	America/New_York	41.05621	-75.00517	111			NJ	041	29820	
5096230	Camp Osborne	camp-osborne	US		0	America/New_York	40.00845	-74.05875	3			NJ	029	07420	
5096252	Campgaw	campgaw	US		0	America/New_York	41.02399	-74.20098	113			NJ	003	24990	
5096259	Candlewood	candlewood	US		0	America/New_York	40.15011	-74.21348	31			NJ	025	33300	
5096281	Capitol Hill	capitol-hill	US		0	America/New_York	40.05539	-74.9035	12	Capitol Hill		NJ	005	20050	
5096294	Carlton Hill	carlton-hill	US		0	America/New_York	40.84649	-74.1107	13			NJ	003	76490	
5096296	Carmerville	carmerville	US		0	America/New_York	40.17706	-74.12903	33			NJ	025	76460	
5096309	Carrs Corner	carrs-corner	US		0	America/New_York	40.23317	-74.37043	65			NJ	025	42990	
5096310	Carrs Tavern	carrs-tavern	US		0	America/New_York	40.1715	-74.42154	53			NJ	025	46560	
5096312	Carsons Mills	carsons-mills	US		0	America/New_York	40.21705	-74.55988	28			NJ	021	63850	
5097172	Deal Park	deal-park	US		0	America/New_York	40.2515	-74.00875	5			NJ	025	54270	
5096358	Cedar Bridge	cedar-bridge	US		0	America/New_York	40.05595	-74.1282	5	Cedar Bridge,Cedar Bridge Manor		NJ	029	07420	
5096362	Cedar Bridge Manor	cedar-bridge-manor	US		0	America/New_York	40.05623	-74.12958	6			NJ	029	07420	
5096370	Cedar Glen West	cedar-glen-west	US		1267	America/New_York	40.04206	-74.29265	27			NJ	029	43140	
5096381	Cedar Heights	cedar-heights	US		0	America/New_York	40.66066	-74.87683	118			NJ	019	13750	
5096403	Cedarwood Park	cedarwood-park	US		0	America/New_York	40.04984	-74.13014	7			NJ	029	07420	
5096465	Chambers Corners	chambers-corners	US		0	America/New_York	40.01789	-74.73266	21			NJ	005	69990	
5096487	Charleston Springs	charleston-springs	US		0	America/New_York	40.20067	-74.3732	59			NJ	025	46560	
5096490	Charlotteburg	charlotteburg	US		0	America/New_York	41.03038	-74.42377	232	Charlotteburg,Charlotteburg Furnace,Charlotteburgh		NJ	031	79460	
5096505	Cheesequake	cheesequake	US		0	America/New_York	40.42483	-74.28765	33	Cheesequake,Jacksonville		NJ	023	54705	
5096516	Cherry Quay	cherry-quay	US		0	America/New_York	40.02651	-74.12292	2			NJ	029	07420	
5096531	Chestnut Estates	chestnut-estates	US		0	America/New_York	40.05401	-74.21431	27			NJ	029	38550	
5096536	Chewalla Park	chewalla-park	US		0	America/New_York	40.2315	-74.71238	17			NJ	021	29310	
5096579	Christopher Columbus Homes	christopher-columbus-homes	US		0	America/New_York	40.74955	-74.17459	17			NJ	013	51000	
5096582	Chrome	chrome	US		0	America/New_York	40.57649	-74.21626	3			NJ	023	10750	
5096644	Clara Barton	clara-barton	US		0	America/New_York	40.53427	-74.33932	30			NJ	023	20230	
5096661	Clarks Landing	clarks-landing	US		0	America/New_York	40.09067	-74.06069	2			NJ	029	59880	
5096671	Clearbrook Park	clearbrook-park	US		2667	America/New_York	40.30983	-74.4646	34			NJ	023	47280	
5096693	Cliffwood Beach	cliffwood-beach	US		3194	America/New_York	40.44205	-74.21681	16			NJ	025	00070	
5096716	Claytons Corner	claytons-corner	US		0	America/New_York	40.32872	-74.28654	45			NJ	025	44070	
5096748	Cloverhill	cloverhill	US		0	America/New_York	40.48816	-74.78211	56	Clover Hill,Cloverhill		NJ	035	31890	
5096755	Cobbs Corner	cobbs-corner	US		0	America/New_York	40.87065	-74.41876	92			NJ	027	56460	
5096762	Cokesbury	cokesbury	US		0	America/New_York	40.68343	-74.83628	184	Cokesburg,Cokesbury,Kokesburg		NJ	019	13750	
5096772	Coleman Hollow	coleman-hollow	US		0	America/New_York	40.81232	-74.60738	249			NJ	027	61890	
5096776	Colesville	colesville	US		0	America/New_York	41.27509	-74.64988	244	Colesville,Coleville		NJ	037	76790	
5096789	Colliers Mills	colliers-mills	US		0	America/New_York	40.06761	-74.44932	43	Collier's Mill,Colliers Mills,Shreves Mills		NJ	029	34680	
5096794	Collingwood Park	collingwood-park	US		0	America/New_York	40.22233	-74.13375	35			NJ	025	76460	
5096807	Colonial Lake Lands	colonial-lake-lands	US		0	America/New_York	40.25316	-74.72877	25			NJ	021	39510	
5096849	Communipaw	communipaw	US		0	America/New_York	40.70871	-74.06097	5	Communi Point,Communipaw,Communipon Farmes,Communipon Farms		NJ	017	36000	
5096865	Cold Indian Springs	cold-indian-springs	US		0	America/New_York	40.24233	-74.06625	43			NJ	025	54270	
5096917	Cooks Mills	cooks-mills	US		0	America/New_York	40.28928	-74.11347	20			NJ	025	14560	
5096928	Coontown	coontown	US		0	America/New_York	40.61871	-74.51821	147			NJ	035		
5096937	Coopers Corner	coopers-corner	US		0	America/New_York	40.37205	-74.84794	108			NJ	021	33180	
5096942	Cooleys Corner	cooleys-corner	US		0	America/New_York	40.21483	-74.51626	35			NJ	025	74900	
5096967	Cottrell Corners	cottrell-corners	US		0	America/New_York	40.40316	-74.29598	28			NJ	023	54705	
5096969	Country Club Ridge	country-club-ridge	US		0	America/New_York	40.01678	-74.89544	15			NJ	005	81440	
5096984	Coventry Square	coventry-square	US		0	America/New_York	40.10789	-74.20737	18			NJ	029	38550	
5096988	Coytesville	coytesville	US		0	America/New_York	40.86427	-73.96208	108			NJ	003	24420	
5096993	Coxs Corner	coxs-corner	US		0	America/New_York	40.32622	-74.69405	54			NJ	021		
5097000	Cragmere Park	cragmere-park	US		0	America/New_York	41.09454	-74.13598	156			NJ	003	42750	
5097010	Cranbury Station	cranbury-station	US		0	America/New_York	40.30205	-74.49182	37	Cranberry Station,Cranbury Station		NJ	023	15550	
5097014	Crandon Lakes	crandon-lakes	US		1178	America/New_York	41.12426	-74.83989	262			NJ	037	29490	
5097020	Cranford Junction	cranford-junction	US		0	America/New_York	40.66205	-74.29126	24			NJ	039	15640	
5097027	Crawford Corners	crawford-corners	US		0	America/New_York	40.38483	-74.18875	59			NJ	025	32640	
5097037	Crane Square	crane-square	US		0	America/New_York	40.68205	-74.2082	10			NJ	039	21000	
5097046	Crestmoore	crestmoore	US		0	America/New_York	40.74843	-74.82655	151			NJ	027	77240	
5097062	Crossmans	crossmans	US		0	America/New_York	40.48511	-74.32126	5			NJ	023	65790	
5097068	Crosswicks	crosswicks	US		0	America/New_York	40.15344	-74.64766	23	Crossweeksung,Crosswick's,Crosswicke,Crosswicks,Croswick's		NJ	005	12670	
5097072	Croxton	croxton	US		0	America/New_York	40.73982	-74.06292	17			NJ	017	36000	
5097096	Culvers Inlet	culvers-inlet	US		0	America/New_York	41.16871	-74.79211	264			NJ	037	24810	
5097106	Cushetunk	cushetunk	US		0	America/New_York	40.62232	-74.79072	64	Cushetunk,Cushietunk		NJ	019	62250	
5097133	Darts Mills	darts-mills	US		0	America/New_York	40.53899	-74.83378	42	Darts Mills,Stover Mills		NJ	019	62250	
5097144	Davis Bridge	davis-bridge	US		0	America/New_York	40.68038	-74.52682	84			NJ	027	41362	
5097157	DeKays	dekays	US		0	America/New_York	41.23037	-74.44043	128			NJ	037	75740	
5097163	Deacons	deacons	US		0	America/New_York	40.03789	-74.82739	26			NJ	005	08950	
5097176	Deans	deans	US		0	America/New_York	40.40427	-74.51599	26	Dean's,Deans		NJ	023	68790	
5097206	Delanco	delanco	US		3211	America/New_York	40.05067	-74.9535	6	Delanco,Delranco,Rancocas Station		NJ	005	17080	
5097209	Delawanna	delawanna	US		0	America/New_York	40.82899	-74.14098	11			NJ	031	13690	
5097260	Dilts Corner	dilts-corner	US		0	America/New_York	40.41261	-74.93461	84			NJ	019	17170	
5097278	Dogs Corners	dogs-corners	US		0	America/New_York	40.26483	-74.04208	16			NJ	025	54270	
5097317	Dreahook	dreahook	US		0	America/New_York	40.6001	-74.78127	69	Drea Hook,Dreahook,Scraboltown		NJ	019	62250	
5097327	Drakestown	drakestown	US		0	America/New_York	40.84371	-74.78239	334	Drakes Town,Drakestown		NJ	027	77240	
5097355	Dunhams Corners	dunhams-corners	US		0	America/New_York	40.424	-74.42182	35	Dunham's Corners,Dunhams Corners		NJ	023	19000	
5097359	Dunnfield	dunnfield	US		0	America/New_York	40.97121	-75.12379	99			NJ	041	29820	
5097366	Dutch Neck	dutch-neck	US		0	America/New_York	40.28233	-74.61377	32	Dutch Neck,Dutchneck		NJ	021	80240	
5097370	Duttonville	duttonville	US		0	America/New_York	41.35148	-74.686	148			NJ	037	47430	
5097372	Dunns Mills	dunns-mills	US		0	America/New_York	40.12928	-74.69349	11			NJ	005	06700	
5097410	East Burlington	east-burlington	US		0	America/New_York	40.079	-74.83794	4			NJ	005	08920	
5097419	East Freehold	east-freehold	US		4894	America/New_York	40.28094	-74.25126	53			NJ	025	25230	
5097429	East Keansburg	east-keansburg	US		0	America/New_York	40.439	-74.11681	3			NJ	025	45990	
5097433	East Long Branch	east-long-branch	US		0	America/New_York	40.31344	-73.97791	6			NJ	025	41310	
5097435	East Millstone	east-millstone	US		579	America/New_York	40.50149	-74.58071	18			NJ	035	24900	
5097438	East Newark	east-newark	US		2406	America/New_York	40.74843	-74.16181	6	East Newark,Est NJuark,Harrison,Ist Nehvark,mshrqy nywark  nyw jrsy,nywark shrqy  nywjrsy,Ест Њуарк,Ист Нэварк,مشرقی نیوارک، نیو جرسی,نیوآرک شرقی، نیوجرسی		NJ	017	30210	
5097458	East Riverton	east-riverton	US		0	America/New_York	40.01761	-74.99489	4			NJ	005	12940	
5097466	East Spotswood	east-spotswood	US		0	America/New_York	40.4115	-74.36432	3			NJ	023	54705	
5097467	East Trenton Heights	east-trenton-heights	US		0	America/New_York	40.25872	-74.70988	18			NJ	021	29310	
5097486	Ebenezer	ebenezer	US		0	America/New_York	40.95482	-74.92962	198			NJ	041	25320	
5097512	Edgebrook	edgebrook	US		0	America/New_York	40.19289	-74.64571	21			NJ	021	29310	
5097513	Edgebrook	edgebrook	US		0	America/New_York	40.48483	-74.40321	22			NJ	023	51210	
5097514	Edgemere Estates	edgemere-estates	US		0	America/New_York	40.02039	-74.23653	17			NJ	029	73125	
5097521	Edgewater Park	edgewater-park	US		7387	America/New_York	40.06817	-74.90072	7	Edzhuatehr Park Taunship,Municipio de Edgewater Park,ajwatr park  nywjrsy,Еджуатэр Парк Тауншип,اجواتر پارک، نیوجرسی		NJ	005	20050	
5097526	Edgewood Park	edgewood-park	US		0	America/New_York	40.1465	-74.26209	26			NJ	029	34680	
5097528	Edinburg Park	edinburg-park	US		0	America/New_York	40.26872	-74.61682	27			NJ	021	80240	
5097390	Earle	earle	US	72331	0	America/New_York	40.22539	-74.14014	38			NJ	025	33300	
5097559	Eilers Corner	eilers-corner	US		0	America/New_York	40.23344	-74.53099	38			NJ	021	19780	
5097567	Elberon Park	elberon-park	US		0	America/New_York	40.2615	-74.00597	12			NJ	025	54270	
5097569	Eldridge Park	eldridge-park	US		0	America/New_York	40.26539	-74.74488	30			NJ	021	39510	
5097614	Ellisdale	ellisdale	US		0	America/New_York	40.13178	-74.58404	31	Ellisdale,Shelltown		NJ	025	74900	
5097616	Elm Park Village	elm-park-village	US		0	America/New_York	40.77455	-74.21848	54			NJ	013	19390	
5097638	Elys Corner	elys-corner	US		0	America/New_York	40.2365	-74.47737	40			NJ	025	46560	
5097659	Emleys Hill	emleys-hill	US		0	America/New_York	40.14317	-74.48293	57			NJ	025	74900	
5097701	Ernston	ernston	US		0	America/New_York	40.45622	-74.31042	41			NJ	023	65790	
5097704	Erskine Lakes	erskine-lakes	US		0	America/New_York	41.10565	-74.25098	149	Erskine Lake,Erskine Lakes		NJ	031	63150	
5097728	Etra	etra	US		0	America/New_York	40.25261	-74.50682	34	Etra,Milford		NJ	021	19780	
5097749	Evergreen Shores	evergreen-shores	US		0	America/New_York	40.00484	-74.13736	2			NJ	029	73125	
5097750	Everittstown	everittstown	US		0	America/New_York	40.56594	-75.02878	102	Everitts Town,Everittstown		NJ	019	00550	
5097758	Ewingville	ewingville	US		0	America/New_York	40.27705	-74.78072	42	Cross Keys,Ewingville		NJ	021	22185	
5097761	Extonville	extonville	US		0	America/New_York	40.14344	-74.59877	22			NJ	021	29310	
5097802	Delran Township	delran-township	US		0	America/New_York	40.01761	-74.94989	22	Borton's Mill,Cross Keys,Fairview		NJ	005	17440	
5097814	Fairview Knolls	fairview-knolls	US		0	America/New_York	40.42927	-74.42598	33			NJ	023	19000	
5097819	Fairwoods	fairwoods	US		0	America/New_York	40.76871	-74.42849	100			NJ	027	42510	
5097839	Borough of Far Hills	borough-of-far-hills	US		919	America/New_York	40.69038	-74.62155	73			NJ	035		
5097840	Fardale	fardale	US		0	America/New_York	41.04093	-74.17653	119			NJ	003	42750	
5097848	Farnerville	farnerville	US		0	America/New_York	40.06956	-74.86433	7			NJ	005	08920	
5097852	Farrington Lake Heights	farrington-lake-heights	US		0	America/New_York	40.43566	-74.45654	24			NJ	023	19000	
5097859	Fayson Lakes	fayson-lakes	US		0	America/New_York	40.97593	-74.3571	197			NJ	027	37110	
5097862	Feaster Park	feaster-park	US		0	America/New_York	40.48455	-74.44265	24			NJ	023	51210	
5097863	Febletown	febletown	US		0	America/New_York	40.93176	-74.96212	135			NJ	041	33060	
5097873	Ferdinands Mills	ferdinands-mills	US		0	America/New_York	41.02565	-74.19265	112			NJ	003	24990	
5097883	Ferry Road Manor	ferry-road-manor	US		0	America/New_York	40.25344	-74.80433	36			NJ	021	22185	
5097890	Fieldsboro	fieldsboro	US		532	America/New_York	40.1365	-74.72877	19	Fieldsboro,Fieldsborough,Fildsboro,White Hill,fyldzbwrw  nywjrsy,Филдсборо,فیلدزبورو، نیوجرسی		NJ	005	23250	
5097893	Fieldville	fieldville	US		0	America/New_York	40.54733	-74.50654	19			NJ	023		
5097900	Finderne	finderne	US		5600	America/New_York	40.56316	-74.57766	27	Findern,Finderne,Manville-Finderne		NJ	035	07720	
5097905	Finesville	finesville	US		175	America/New_York	40.60843	-75.17101	72			NJ	041	59820	
5098069	Flatbrookville	flatbrookville	US		0	America/New_York	41.10037	-74.96351	103			NJ	037	76640	
5098074	Flemington Junction	flemington-junction	US		0	America/New_York	40.53177	-74.83961	39			NJ	019	61920	
5098084	Floral Hill	floral-hill	US		0	America/New_York	40.72955	-74.40599	103			NJ	027	12130	
5098092	Florence Station	florence-station	US		0	America/New_York	40.10844	-74.78405	14	Dobbins,Dobbins Station,Florence Station		NJ	005	23850	
5098104	Folwell	folwell	US		0	America/New_York	40.044	-74.70877	24			NJ	005	69990	
5098132	Fort Dix	fort-dix	US		7716	America/New_York	40.02984	-74.61849	43	Fort Didz,WRI,di ke si bao,Форт Диџ,迪克斯堡		NJ	005	51510	
5098146	Fort Plains	fort-plains	US		0	America/New_York	40.18345	-74.25431	43			NJ	025	33300	
5098149	Foul Rift	foul-rift	US		0	America/New_York	40.80232	-75.09767	73	Foul Rift,Rifton		NJ	041	80570	
5098191	Fox Hill	fox-hill	US		0	America/New_York	40.8776	-74.44404	126	Fox Hill,Fox Hills		NJ	027	48480	
5098196	Francis Mills	francis-mills	US		0	America/New_York	40.13484	-74.39737	39			NJ	029	34680	
5098220	Franklin Corner	franklin-corner	US		0	America/New_York	40.28039	-74.71655	20			NJ	021	39510	
5098268	Fredon	fredon	US		0	America/New_York	41.03926	-74.80878	222	Coursen's Corners,Fredon,Fredon Township,Freedom,Hardwick		NJ	037	25140	
5098270	Free Acres	free-acres	US		0	America/New_York	40.66066	-74.44376	134			NJ	039	05320	
5098293	Freewood Acres	freewood-acres	US		0	America/New_York	40.169	-74.23792	35			NJ	025	33300	
5098305	Freneau	freneau	US		0	America/New_York	40.40177	-74.23764	24			NJ	025	44520	
5097877	Fernwood	fernwood	US	39635	0	America/New_York	40.259	-74.796	38			NJ	021	22185	
5098309	Fresh Ponds	fresh-ponds	US		0	America/New_York	40.40538	-74.46571	31			NJ	023	68790	
5098323	Furmans Corner	furmans-corner	US		0	America/New_York	40.45983	-74.78655	43			NJ	019	18820	
5098330	Galilee	galilee	US		0	America/New_York	40.3365	-73.9743	6			NJ	025	47130	
5098348	Garfield Park	garfield-park	US		0	America/New_York	40.02094	-74.87933	13			NJ	005	81440	
5098350	Garfield Park East	garfield-park-east	US		0	America/New_York	40.02317	-74.86711	12			NJ	005	81440	
5098351	Garfield Park North	garfield-park-north	US		0	America/New_York	40.03122	-74.86183	9			NJ	005	81440	
5098362	Gary Corner	gary-corner	US		0	America/New_York	40.53066	-74.92072	174			NJ	019	61920	
5098392	Georgia	georgia	US		0	America/New_York	40.18733	-74.28459	36			NJ	025	25230	
5098414	Gillilandtown	gillilandtown	US		0	America/New_York	40.39705	-74.4196	30			NJ	023	19000	
5098423	Glen Alpin	glen-alpin	US		0	America/New_York	40.75427	-74.52627	104	Glen Alpin,Glen Alpine		NJ	027	29700	
5098424	Glen Cedar City	glen-cedar-city	US		0	America/New_York	40.00817	-74.23931	14			NJ	029	43140	
5098445	Glendola	glendola	US		0	America/New_York	40.19095	-74.07681	33	Glendola,Kaighns Point		NJ	025	76460	
5098475	Golden Crest	golden-crest	US		0	America/New_York	40.20844	-74.66432	29			NJ	021	29310	
5098478	Golf View Manor	golf-view-manor	US		0	America/New_York	40.28066	-74.59127	26			NJ	021	80240	
5098485	Goodmans Crossing	goodmans-crossing	US		0	America/New_York	40.61538	-74.33959	18			NJ	039	66060	
5098494	Gordons Corner	gordons-corner	US		0	America/New_York	40.31789	-74.30542	42	Gordon's Corner,Gordons Corner		NJ	025	42990	
5098556	Grantwood	grantwood	US		0	America/New_York	40.82677	-73.98708	85			NJ	003	13570	
5098561	Grasselli	grasselli	US		0	America/New_York	40.6151	-74.20876	1			NJ	039	40350	
5098564	Gravel Hill	gravel-hill	US		0	America/New_York	40.29983	-74.41932	48			NJ	023	47280	
5098580	Great Notch	great-notch	US		0	America/New_York	40.87454	-74.20765	95			NJ	031	40620	
5098588	Greater Cross Roads	greater-cross-roads	US		0	America/New_York	40.66899	-74.67988	49	Greater Cross Roads,Greater Crossroads,Larger Cross Roads		NJ	035	04450	
5098607	Green Curve Heights	green-curve-heights	US		0	America/New_York	40.26622	-74.78461	36			NJ	021	22185	
5098610	Green Grove	green-grove	US		0	America/New_York	40.23428	-74.07736	33			NJ	025	49890	
5098617	Green Knoll	green-knoll	US		6200	America/New_York	40.6001	-74.6121	45			NJ	035	07720	
5098625	Green Pond Junction	green-pond-junction	US		0	America/New_York	41.02732	-74.41654	208			NJ	027	37110	
5098635	Greenbriar	greenbriar	US		0	America/New_York	40.09123	-74.13792	12			NJ	029	07420	
5098641	Greensand	greensand	US		0	America/New_York	40.49177	-74.38709	14			NJ	023	20230	
5098669	Griggstown	griggstown	US		819	America/New_York	40.43788	-74.61321	11			NJ	035	24900	
5098688	Grovers Mill	grovers-mill	US		0	America/New_York	40.31677	-74.60932	21	Grover Mill,Grovers Mill,Grovers Mills		NJ	021	80240	
5098691	Groveville	groveville	US		2945	America/New_York	40.16983	-74.67155	16			NJ	021	29310	
5098978	Henningers Mill	henningers-mill	US		0	America/New_York	40.39566	-74.2532	17			NJ	025	00070	
5098988	Hensfoot	hensfoot	US		0	America/New_York	40.62955	-74.96906	116			NJ	019	74420	
5098732	Hacklebarney	hacklebarney	US		0	America/New_York	40.76704	-74.72044	200			NJ	027	12610	
5098738	Haines Corner	haines-corner	US		0	America/New_York	40.20594	-74.65071	29			NJ	021	29310	
5098739	Hainesburg	hainesburg	US		91	America/New_York	40.9551	-75.06129	98	Hainesburg,Hainesburgh,Sodom		NJ	041	37320	
5098741	Hainesville	hainesville	US		0	America/New_York	41.25204	-74.80294	192			NJ	037	65700	
5098753	Half Acre	half-acre	US		0	America/New_York	40.32066	-74.45237	47			NJ	023	47280	
5098781	Hamilton Square	hamilton-square	US		12784	America/New_York	40.22733	-74.65321	31	Crossroads in Nottingham Township,Hamilton Square,Nottingham Square		NJ	021	29310	
5098789	Hampton Junction	hampton-junction	US		0	America/New_York	40.71121	-74.95267	154			NJ	019	29460	
5098796	Haneys Mill	haneys-mill	US		0	America/New_York	41.12898	-74.91045	116			NJ	037	76640	
5098807	Hanover Neck	hanover-neck	US		0	America/New_York	40.83177	-74.35293	61			NJ	027	19210	
5098811	Harbor Terrace	harbor-terrace	US		0	America/New_York	40.50844	-74.26265	7			NJ	023	58200	
5098812	Harbourton	harbourton	US		0	America/New_York	40.35233	-74.85211	101	Harbortown,Harbourton,Herberton		NJ	021	33180	
5098816	Hardistonville	hardistonville	US		0	America/New_York	41.13899	-74.56933	178	Hardistonville,Hardystonville,Upper Hamburg		NJ	037	29220	
5098818	Hardwick Center	hardwick-center	US		0	America/New_York	41.00843	-74.94851	166			NJ	041	29820	
5098838	Harmonyvale	harmonyvale	US		0	America/New_York	41.14676	-74.63655	169	Harmony,Harmonyvale		NJ	037	37440	
5098839	Harneys Corner	harneys-corner	US		0	America/New_York	40.24928	-74.74266	26			NJ	021	39510	
5098868	Harts Corner	harts-corner	US		0	America/New_York	40.309	-74.81266	45			NJ	021	33180	
5098900	Haven Homes	haven-homes	US		0	America/New_York	40.50955	-74.40626	36			NJ	023	20230	
5098917	Hawthorne Park	hawthorne-park	US		0	America/New_York	40.03844	-74.87267	11			NJ	005	81440	
5098944	Heath Manor	heath-manor	US		0	America/New_York	40.259	-74.76266	36			NJ	021	22185	
5098945	Heathcote	heathcote	US		5821	America/New_York	40.38872	-74.57571	52			NJ	023	68790	
5098951	Hedding	hedding	US		0	America/New_York	40.10789	-74.74377	25	Bryant's Tavern,Hedding,Three Tuns,Tree Tuns		NJ	005	43290	
5098962	Hemlock Glen	hemlock-glen	US		0	America/New_York	40.98065	-75.04045	191			NJ	041	06160	
5098975	Hendrickson Corners	hendrickson-corners	US		0	America/New_York	40.41094	-74.13653	13	Hendricks Corners,Hendrickson Corners		NJ	025	45990	
5098991	Herberts	herberts	US		0	America/New_York	40.43594	-74.42293	37			NJ	023	19000	
5098992	Herberts Corner	herberts-corner	US		0	America/New_York	40.33094	-74.2607	50			NJ	025	44070	
5098993	Herbertsville	herbertsville	US		0	America/New_York	40.11206	-74.10903	16			NJ	029	07420	
5099016	Hickory Corner	hickory-corner	US		0	America/New_York	40.27205	-74.55654	34			NJ	021	19780	
5099020	Hickory Tree	hickory-tree	US		0	America/New_York	40.74649	-74.4321	87			NJ	027	12130	
5099072	Hillcrest	hillcrest	US		0	America/New_York	40.24261	-74.78377	35			NJ	021	74000	
5099113	Hillside Terrace	hillside-terrace	US		0	America/New_York	40.20094	-74.60932	36			NJ	021	63850	
5099128	Hillsdale Manor	hillsdale-manor	US		0	America/New_York	41.01176	-74.04208	32			NJ	003	31920	
5099155	Hockamik	hockamik	US		0	America/New_York	40.0365	-74.54654	25			NJ	005	51510	
5099163	Hoffmans	hoffmans	US		0	America/New_York	40.70593	-74.86017	144	Hoffman,Hoffmans,Hofs		NJ	019	39660	
5099170	Holcomb Mills	holcomb-mills	US		0	America/New_York	40.52594	-74.82989	37			NJ	019	62250	
5099171	Holiday City	holiday-city	US		0	America/New_York	40.02234	-74.16625	11			NJ	029	73125	
5099191	Holmansville	holmansville	US		0	America/New_York	40.10095	-74.31792	33			NJ	029	34680	
5099201	Holmeson	holmeson	US		0	America/New_York	40.16567	-74.41682	48			NJ	025	46560	
5099271	Homes Mills	homes-mills	US		0	America/New_York	40.13456	-74.54238	20			NJ	025	74900	
5099273	Homestead Park	homestead-park	US		0	America/New_York	40.6901	-74.45015	80			NJ	027	41362	
5099290	Hopatcong Heights	hopatcong-heights	US		0	America/New_York	40.92065	-74.67822	281			NJ	037	32910	
5099292	Hopatcong Hills	hopatcong-hills	US		16267	America/New_York	40.94399	-74.67072	336			NJ	037	32910	
5099311	Hopelawn	hopelawn	US		0	America/New_York	40.52705	-74.29292	30			NJ	023	82000	
5099322	Hopkins Corner	hopkins-corner	US		0	America/New_York	41.13565	-74.64322	171			NJ	037	37440	
5099328	Hornerstown	hornerstown	US		0	America/New_York	40.10622	-74.51404	27	Horner's Town,Hornerston,Hornerstown		NJ	025	74900	
5099337	Houses Corner	houses-corner	US		0	America/New_York	41.07093	-74.65377	191			NJ	037	69690	
5099364	Hudson Heights	hudson-heights	US		0	America/New_York	40.80705	-74.00375	67			NJ	017	52470	
5099390	Hurdtown	hurdtown	US		0	America/New_York	40.9701	-74.59905	286	Hurd,Hurdtown,Two Partners		NJ	027	34980	
5099398	Hutchinson Mills	hutchinson-mills	US		0	America/New_York	40.24566	-74.70849	16			NJ	021	29310	
5099399	Hutton Park	hutton-park	US		0	America/New_York	40.77927	-74.25042	93			NJ	013	79800	
5099403	Hyson	hyson	US		0	America/New_York	40.14095	-74.26653	41	Hyson,New Prospect		NJ	029	34680	
5099407	Idell	idell	US		0	America/New_York	40.45844	-75.02795	120			NJ	019	37065	
5099457	Independence Corner	independence-corner	US		0	America/New_York	41.2101	-74.55127	216			NJ	037	75740	
5099777	Jacobstown	jacobstown	US		0	America/New_York	40.07595	-74.58321	54			NJ	005	53070	
5099795	Jamesburg	jamesburg	US		6029	America/New_York	40.35261	-74.44015	22	Buckalews Bogs,Dzejmsburg,Dzhehjmsburg,Jamesburg,Jamesburgh,jamsbwrg  nywjrsy,jmsbrg  nyw jrsy,Џејмсбург,Джэймсбург,جامسبورگ، نیوجرسی,جمسبرگ، نیو جرسی		NJ	023	34890	
5099797	Jamesburg Gardens	jamesburg-gardens	US		0	America/New_York	40.34316	-74.42043	26			NJ	023	47280	
5099798	Jamesburg Park	jamesburg-park	US		0	America/New_York	40.37983	-74.43876	31			NJ	023	19000	
5099806	Jacksons Mills	jacksons-mills	US		0	America/New_York	40.14789	-74.32404	30	Jackson's Mills,Jacksons Mills		NJ	029	34680	
5099821	Jefferson Park	jefferson-park	US		0	America/New_York	40.53233	-74.36793	37			NJ	023	45690	
5099879	John J Delaney Homes	john-j-delaney-homes	US		0	America/New_York	40.53399	-74.28126	18			NJ	023	58200	
5099940	Jutland	jutland	US		0	America/New_York	40.62288	-74.96434	104			NJ	019	74420	
5099946	Kalarama	kalarama	US		0	America/New_York	40.96593	-74.99212	134			NJ	041	06160	
5099949	Kampe	kampe	US		0	America/New_York	41.16704	-74.45627	394			NJ	037	75740	
5099952	Karrsville	karrsville	US		0	America/New_York	40.80927	-74.93211	163	Karrsville,Karrville		NJ	041	43320	
5099995	Kennedy Mills	kennedy-mills	US		0	America/New_York	40.66093	-75.11323	69	Kennedy Mills,Kennedy's Mills		NJ	041	28260	
5099999	Kennedys	kennedys	US		0	America/New_York	40.64816	-75.1274	96			NJ	041	59820	
5100043	Kings Woods	kings-woods	US		0	America/New_York	40.95177	-73.92541	141			NJ	003	01090	
5100055	Kingtown	kingtown	US		0	America/New_York	40.59371	-74.94628	91			NJ	019	24870	
5100060	Kinkora	kinkora	US		0	America/New_York	40.11761	-74.75516	12	Kinkora,Kinkora Station		NJ	005	43290	
5100062	Kinnelon	kinnelon	US		10392	America/New_York	41.00176	-74.3671	217	Kinelon,Kinnehlon,Kinnelon,Smoke Rise,kynlwn  nywjrsy,Кинелон,Киннэлон,کینلون، نیوجرسی		NJ	027	37110	
5100069	Kirbys Mills	kirbys-mills	US		0	America/New_York	40.12872	-74.53904	33			NJ	025	74900	
5100072	Kitchell	kitchell	US		0	America/New_York	41.00704	-74.4646	281			NJ	027	64080	
5100082	Klinesville	klinesville	US		0	America/New_York	40.54149	-74.881	157	Klinesville,Mount Carmel		NJ	019	61920	
5100085	Knollwood	knollwood	US		0	America/New_York	40.76038	-74.40404	80			NJ	027	42510	
5100089	Knowlton	knowlton	US		0	America/New_York	40.93038	-75.02795	215	Centerville,Centreville,Knowlton		NJ	041	37320	
5100121	Lafayette Mills	lafayette-mills	US		0	America/New_York	40.30761	-74.30404	28			NJ	025	42990	
5100131	Lahiere	lahiere	US		0	America/New_York	40.51899	-74.40237	32	Ceramics,Lahiere		NJ	023	20230	
5100142	Lake Club	lake-club	US		0	America/New_York	40.14623	-74.2482	33			NJ	025	33300	
5100167	Lake Junction	lake-junction	US		0	America/New_York	40.90538	-74.60071	207			NJ	027	64980	
5100190	Lake Mohawk	lake-mohawk	US		9916	America/New_York	41.01843	-74.66016	229			NJ	037	69690	
5100206	Lake Parsippany	lake-parsippany	US		0	America/New_York	40.8501	-74.42876	82	Halseytown,Lake Parsippany		NJ	027	56460	
5100217	Lake Riviera	lake-riviera	US		0	America/New_York	40.04512	-74.15347	13			NJ	029	07420	
5100246	Lake Telemark	lake-telemark	US		1255	America/New_York	40.95677	-74.49793	218			NJ	027	64080	
5100276	Lakeside Park	lakeside-park	US		0	America/New_York	40.19289	-74.6871	22			NJ	021	29310	
5100284	Lakewood Corner Estates	lakewood-corner-estates	US		0	America/New_York	40.03123	-74.22931	23			NJ	029	73125	
5100300	Lamington	lamington	US		0	America/New_York	40.66093	-74.71738	44	Lamington,Lammington		NJ	035	04450	
5100307	Land of Pines	land-of-pines	US		0	America/New_York	40.15817	-74.22876	37			NJ	025	33300	
5100312	Lanes Mills	lanes-mills	US		0	America/New_York	40.09123	-74.15264	4			NJ	029	38550	
5100319	Larisons Corners	larisons-corners	US		0	America/New_York	40.44149	-74.85628	78	Larison's Corners,Larisons Corners,Pleasant Corner		NJ	019	18820	
5100320	Larrabees	larrabees	US		0	America/New_York	40.11456	-74.19625	18			NJ	025	33300	
5100324	Laurel Farms	laurel-farms	US		0	America/New_York	40.69316	-74.78072	232			NJ	019	72510	
5100334	Laurel Park	laurel-park	US		0	America/New_York	40.45705	-74.31348	46			NJ	023	65790	
5100338	Laurelton Gardens	laurelton-gardens	US		0	America/New_York	40.07428	-74.13403	9			NJ	029	07420	
5100340	Laurence Harbor	laurence-harbor	US		6536	America/New_York	40.45677	-74.24653	8			NJ	023	54705	
5100347	Lawrence Brook Manor	lawrence-brook-manor	US		0	America/New_York	40.47233	-74.41571	22			NJ	023	19000	
5100378	Legler	legler	US		0	America/New_York	40.05067	-74.33487	25			NJ	029	34680	
5100381	Leisure Knoll	leisure-knoll	US		2490	America/New_York	40.01901	-74.29209	23			NJ	029	43140	
5100382	Leisure Village	leisure-village	US		4400	America/New_York	40.04262	-74.18486	16			NJ	029	38550	
5100383	Leisure Village East	leisure-village-east	US		4217	America/New_York	40.03012	-74.16431	10			NJ	029	38550	
5100430	Liberty Square	liberty-square	US		0	America/New_York	40.6501	-74.19376	10			NJ	039	21000	
5100521	Lindenau	lindenau	US		0	America/New_York	40.5151	-74.41098	30			NJ	023	20230	
5100525	Linvale	linvale	US		0	America/New_York	40.39316	-74.83572	91			NJ	019	18820	
5100538	Little Brook	little-brook	US		0	America/New_York	40.74121	-74.861	249			NJ	019	39660	
5100554	Little Rocky Hill	little-rocky-hill	US		0	America/New_York	40.39761	-74.58877	73			NJ	035	24900	
5100560	Little Silver Point	little-silver-point	US		0	America/New_York	40.33567	-74.02875	4			NJ	025	40770	
5100570	Littletown	littletown	US		0	America/New_York	40.5751	-74.9635	127			NJ	019	24870	
5100581	Llewellyn Park	llewellyn-park	US		0	America/New_York	40.7876	-74.24126	98			NJ	013	79800	
5100588	Loch Arbour	loch-arbour	US		187	America/New_York	40.23289	-74.00097	3	Lok Arbor,lach arbwr  nywjrsy,Лок Арбор,لاچ اربور، نیوجرسی		NJ	025	41010	
5100591	Loantaka Estates	loantaka-estates	US		0	America/New_York	40.77232	-74.44015	114			NJ	027	42510	
5100593	Locktown	locktown	US		0	America/New_York	40.48483	-74.96989	148			NJ	019	17170	
5100596	Locust Corner	locust-corner	US		0	America/New_York	40.28455	-74.56154	32			NJ	021	19780	
5100602	Locust Manor	locust-manor	US		0	America/New_York	40.05012	-74.23237	37			NJ	029	73125	
5100609	Logansville	logansville	US		0	America/New_York	40.72593	-74.52182	73			NJ	027	29700	
5100610	Lommasons Glen	lommasons-glen	US		0	America/New_York	40.79426	-75.08295	99			NJ	041	80570	
5100617	Long Bridge	long-bridge	US		0	America/New_York	40.9201	-74.84017	165			NJ	041	00670	
5100622	Long Hill	long-hill	US		0	America/New_York	40.70788	-74.4296	85	Long Hill,Longhill		NJ	027	12130	
5100675	Lower Fairmount	lower-fairmount	US		0	America/New_York	40.70593	-74.77489	210			NJ	019	72510	
5100676	Lower Harmony	lower-harmony	US		0	America/New_York	40.73649	-75.14073	146			NJ	041	30090	
5100678	Lower Longwood	lower-longwood	US		0	America/New_York	40.96482	-74.5646	224			NJ	027	34980	
5100679	Lower Montville	lower-montville	US		0	America/New_York	40.90065	-74.3646	62			NJ	027	47670	
5100686	Lower Squankum	lower-squankum	US		0	America/New_York	40.15872	-74.15681	14			NJ	025	33300	
5100687	Lower Valley	lower-valley	US		0	America/New_York	40.72677	-74.84378	180			NJ	019	09280	
5100690	Lows Hollow	lows-hollow	US		0	America/New_York	40.71399	-75.11406	150			NJ	041	41490	
5100714	Lynn Woodoaks	lynn-woodoaks	US		0	America/New_York	40.58899	-74.3332	32			NJ	023	82000	
5100716	Lyonsville	lyonsville	US		0	America/New_York	40.95676	-74.4396	228			NJ	027	64080	
5100720	MacArthur Manor	macarthur-manor	US		0	America/New_York	40.45844	-74.36904	5			NJ	023	65790	
5100739	Macopin	macopin	US		0	America/New_York	41.05232	-74.38876	306			NJ	031	79460	
5100760	Madison Hill	madison-hill	US		0	America/New_York	40.61121	-74.30876	17			NJ	039	13150	
5100764	Madison Park	madison-park	US		7144	America/New_York	40.4515	-74.30792	39			NJ	023	54705	
5100773	Mahola	mahola	US		0	America/New_York	41.03565	-74.59238	344			NJ	037	69690	
5100784	Malapardis	malapardis	US		0	America/New_York	40.82954	-74.43182	83			NJ	027	29550	
5100797	Manalapan	manalapan	US		0	America/New_York	40.25733	-74.39571	48	Manalapan,Manalapan Village		NJ	025	46560	
5100806	Manasquan Park	manasquan-park	US		0	America/New_York	40.10012	-74.07458	11			NJ	025	07750	
5100814	Mandalay	mandalay	US		0	America/New_York	40.0154	-74.09014	1			NJ	029	07420	
5100819	Mansfield Square	mansfield-square	US		0	America/New_York	40.11622	-74.70572	21	Mansfield Square,Rising Sun,Rising Sun Square		NJ	005	43290	
5100825	Mantoloking Estates	mantoloking-estates	US		0	America/New_York	40.00706	-74.06264	2			NJ	029	07420	
5100827	Mantoloking Shores	mantoloking-shores	US		0	America/New_York	40.01817	-74.05791	2			NJ	029	07420	
5100829	Manunka Chunk	manunka-chunk	US		0	America/New_York	40.86149	-75.04823	95	Manunka Chunk,Manunka Chunk Junction		NJ	041	80570	
5100846	Maple Meade	maple-meade	US		0	America/New_York	40.44372	-74.47543	33			NJ	023	52560	
5100870	Mariannes Corner	mariannes-corner	US		0	America/New_York	40.65316	-74.91211	80			NJ	019	13750	
5100884	Marksboro	marksboro	US		82	America/New_York	40.98843	-74.90739	152	Marksboro,Marksborough		NJ	041	25320	
5100909	Marshalls Corner	marshalls-corner	US		0	America/New_York	40.3615	-74.796	68	Marshalls Corner,Marshalls Corners		NJ	021	33180	
5100919	Martins	martins	US		0	America/New_York	41.19371	-74.59405	158			NJ	037	76790	
5100920	Martins Beach	martins-beach	US		0	America/New_York	40.00845	-74.88739	5			NJ	005	81440	
5100923	Martins Landing	martins-landing	US		0	America/New_York	40.49316	-74.39959	20			NJ	023	20230	
5100937	Masonicus	masonicus	US		0	America/New_York	41.08287	-74.12625	165			NJ	003	42750	
5100956	Matchaponix	matchaponix	US		0	America/New_York	40.33844	-74.37904	19			NJ	023	47280	
5100966	Maurer	maurer	US		0	America/New_York	40.53705	-74.26903	6			NJ	023	58200	
5100969	Maxim	maxim	US		0	America/New_York	40.15289	-74.18153	22			NJ	025	33300	
5100976	McAfee	mcafee	US		0	America/New_York	41.17843	-74.54044	134	McAfee,McAfee Valley,West Vernon		NJ	037	75740	
5100983	McCoys Corner	mccoys-corner	US		0	America/New_York	41.19787	-74.63016	127			NJ	037	76790	
5100984	McCrea Mills	mccrea-mills	US		0	America/New_York	40.66177	-74.76627	58			NJ	019	62250	
5101017	Meadow Village	meadow-village	US		0	America/New_York	40.86871	-74.23515	96			NJ	013	11200	
5101025	Meadows Terrace	meadows-terrace	US		0	America/New_York	40.24233	-74.60154	30			NJ	021	63850	
5101032	Mechlings Corner	mechlings-corner	US		0	America/New_York	40.61038	-74.98795	213			NJ	019	00550	
5101084	Menlo Park Terrace	menlo-park-terrace	US		0	America/New_York	40.5526	-74.32348	41			NJ	023	82000	
5101103	Mercerville	mercerville	US		13230	America/New_York	40.23705	-74.68655	27	Five Roads,Mercerville,Sandtown		NJ	021	29310	
5101115	Metedeconk	metedeconk	US		0	America/New_York	40.05678	-74.08347	4			NJ	029	07420	
5101123	Mettler	mettler	US		0	America/New_York	40.49927	-74.54182	36			NJ	035	24900	
5101152	Middle Valley	middle-valley	US		0	America/New_York	40.76066	-74.82044	157			NJ	027	77240	
5101156	Middlebush	middlebush	US		2326	America/New_York	40.4976	-74.52932	35			NJ	035	24900	
5101164	Middlesex Downs	middlesex-downs	US		0	America/New_York	40.28761	-74.40376	28			NJ	023	47280	
5101188	Midwood	midwood	US		0	America/New_York	40.09734	-74.41821	45			NJ	029	34680	
5101193	Mile Hollow	mile-hollow	US		0	America/New_York	40.16094	-74.69988	15			NJ	005	06700	
5101206	Mill Brook	mill-brook	US		0	America/New_York	40.86454	-74.55738	262	Mill Brook,Millbrook		NJ	027	61890	
5101217	Millbrook Park	millbrook-park	US		0	America/New_York	40.02511	-74.88905	10			NJ	005	81440	
5101227	Millhurst	millhurst	US		0	America/New_York	40.25372	-74.34154	43			NJ	025	42990	
5101234	Millside Heights	millside-heights	US		0	America/New_York	40.00733	-74.95295	13			NJ	005	17440	
5101262	Mine Brook	mine-brook	US		0	America/New_York	40.69316	-74.6071	73	Mine Brook,Minebrook		NJ	035		
5101289	Moe	moe	US		0	America/New_York	41.16232	-74.38654	340			NJ	031	79460	
5101290	Moerls Corner	moerls-corner	US		0	America/New_York	40.36066	-74.31737	28	Moerle Corner,Moerls Corner		NJ	023	54705	
5101298	Monks (historical)	monks-historical	US		0	America/New_York	41.12287	-74.29959	99	Monks (historical),Monksville		NJ	031	63150	
5101309	Monmouth Heights at Manalapan	monmouth-heights-at-manalapan	US		0	America/New_York	40.30094	-74.29348	36			NJ	025	42990	
5101310	Monmouth Heights at Marlboro	monmouth-heights-at-marlboro	US		0	America/New_York	40.32789	-74.2432	39			NJ	025	44070	
5101311	Monmouth Hills	monmouth-hills	US		0	America/New_York	40.40316	-74.00181	47			NJ	025	45990	
5101333	Montana	montana	US		0	America/New_York	40.7651	-75.0674	340			NJ	041	30090	
5101341	Montclair Heights	montclair-heights	US		0	America/New_York	40.8576	-74.20237	109			NJ	013	47500	
5101389	Morehousetown	morehousetown	US		0	America/New_York	40.79677	-74.34098	59	Morehousetown,Squiretown		NJ	013	40890	
5101392	Morgan Heights	morgan-heights	US		0	America/New_York	40.46261	-74.2632	11			NJ	023	65790	
5101398	Morrell Corners	morrell-corners	US		0	America/New_York	40.41122	-74.19042	26	Morrell Corners,Morrells Corners		NJ	025	32640	
5101443	Morsemere	morsemere	US		0	America/New_York	40.84288	-74.00458	9			NJ	003	62910	
5101478	Mount Fern	mount-fern	US		0	America/New_York	40.86565	-74.57849	279	Cranetown,Mount Fern		NJ	027	61890	
5101511	Mount Lebanon	mount-lebanon	US		0	America/New_York	40.75704	-74.86767	275			NJ	019	39660	
5101534	Mount Pisgah	mount-pisgah	US		0	America/New_York	41.15093	-74.76517	211			NJ	037	24810	
5101550	Mount Rose	mount-rose	US		0	America/New_York	40.36927	-74.73905	93			NJ	021	33180	
5101554	Mount Salem	mount-salem	US		0	America/New_York	40.60816	-74.98461	209			NJ	019	74420	
5101555	Mount Salem	mount-salem	US		0	America/New_York	41.31454	-74.61599	256			NJ	037	76790	
5101609	Mounts Mills	mounts-mills	US		0	America/New_York	40.32566	-74.36098	18			NJ	023	47280	
5101611	Mravlag Manor	mravlag-manor	US		0	America/New_York	40.64677	-74.21292	4			NJ	039	21000	
5101626	Muirhead	muirhead	US		0	America/New_York	40.45149	-74.85905	75			NJ	019	61920	
5101633	Murray Hill	murray-hill	US		0	America/New_York	40.69538	-74.40098	77			NJ	039	51810	
5101649	Myrtle Grove	myrtle-grove	US		0	America/New_York	41.10732	-74.78933	174			NJ	037	29490	
5101658	Natco	natco	US		0	America/New_York	40.43983	-74.15931	1			NJ	025	74540	
5101667	Naughright	naughright	US		0	America/New_York	40.79677	-74.74572	170	Naughright,Naughtright		NJ	027	77240	
5101671	Navesink Beach	navesink-beach	US		0	America/New_York	40.38955	-73.97542	4			NJ	025	66240	
5101687	Neptune City	neptune-city	US		4803	America/New_York	40.20011	-74.02792	9	Nept'jun,Neptjun Siti,Neptun Siti,Neptun-Siti,Neptune,nptwn syty  nywjrsy,Нептун Сити,Нептун-Сіті,Нептьюн,Нептюн Сити,نپتون سیتی، نیوجرسی		NJ	025	49920	
5101694	Neshanic	neshanic	US		0	America/New_York	40.49788	-74.71988	42	Neshanic,New Shannack		NJ	035	31890	
5101704	Netherwood	netherwood	US		0	America/New_York	40.63066	-74.4121	33			NJ	039	59190	
5101714	New Bridge	new-bridge	US		0	America/New_York	40.91677	-74.0282	5			NJ	003	51660	
5101731	New Dover	new-dover	US		0	America/New_York	40.5851	-74.3432	44			NJ	023	20230	
5101769	New Monmouth	new-monmouth	US		0	America/New_York	40.41205	-74.1032	11			NJ	025	45990	
5101787	New Village	new-village	US		421	America/New_York	40.71732	-75.0824	115			NJ	041	24960	
5101807	Newark Heights	newark-heights	US		0	America/New_York	40.7226	-74.25792	69			NJ	013	43800	
5101828	Newstead	newstead	US		0	America/New_York	40.7526	-74.27793	166			NJ	013	69274	
5101829	Newstead North	newstead-north	US		0	America/New_York	40.75955	-74.27237	179			NJ	013	69274	
5101836	Newton Heights	newton-heights	US		0	America/New_York	40.43288	-74.39793	43			NJ	023	19000	
5101864	Normandie	normandie	US		0	America/New_York	40.37983	-73.97514	3			NJ	025	66240	
5101870	Normanook	normanook	US		0	America/New_York	41.18676	-74.80239	229			NJ	037	65700	
5101888	North Branch Depot	north-branch-depot	US		0	America/New_York	40.58982	-74.68127	18	North Branch Depot,Northbranch Depot		NJ	035	07180	
5101901	North Caldwell	north-caldwell	US		6661	America/New_York	40.86482	-74.2582	143	Nors Kaldvehll,Nort Koldvel,kaldwl shmaly  nywjrsy,Норс Калдвэлл,Норт Колдвел,کالدول شمالی، نیوجرسی		NJ	013	52620	
5101904	North Centerville	north-centerville	US		0	America/New_York	40.42511	-74.1607	11			NJ	025	30690	
5101911	North Crosswicks	north-crosswicks	US		0	America/New_York	40.159	-74.64766	19	North Crosswicks,Woodwardsville		NJ	021	29310	
5101914	North Edison	north-edison	US		0	America/New_York	40.6001	-74.37737	29			NJ	023	20230	
5101921	North Hackensack	north-hackensack	US		0	America/New_York	40.91482	-74.03847	28			NJ	003	63360	
5101922	North Haledon	north-haledon	US		8548	America/New_York	40.9551	-74.18598	74	Nors Khehjldon,Nort Khaledon,haldwn shmaly,Норс Хэйлдон,Норт Халедон,هالدون شمالی		NJ	031	53040	
5101934	North Long Branch	north-long-branch	US		0	America/New_York	40.31317	-73.98403	6			NJ	025	41310	
5101938	North Plainfield	north-plainfield	US		22140	America/New_York	40.6301	-74.42737	35	Nors Plehjnfild,Nort Plejnfild,plynfyld shmaly  nywjrsy,Норс Плэйнфилд,Норт Плејнфилд,پلینفیلد شمالی، نیوجرسی		NJ	035	53280	
5101944	North Princeton	north-princeton	US		0	America/New_York	40.364	-74.66099	54			NJ	021		
5101952	North Stelton	north-stelton	US		0	America/New_York	40.53705	-74.42098	24			NJ	023		
5101964	Northrup	northrup	US		0	America/New_York	41.13621	-74.71711	164			NJ	037	24810	
5101843	Newtown	newtown	US	06470	0	America/New_York	40.55205	-74.46043	19			NJ	023		
5102086	Oak Glen	oak-glen	US		0	America/New_York	40.16928	-74.19737	35			NJ	025	33300	
5102094	Oak Island Junction	oak-island-junction	US		0	America/New_York	40.71232	-74.14598	13			NJ	013	51000	
5102106	Oak Tree	oak-tree	US		0	America/New_York	40.57788	-74.37654	40	Oak Tree,Oaktree		NJ	023	20230	
5102116	Oakhurst Manor	oakhurst-manor	US		0	America/New_York	40.26039	-74.01208	11			NJ	025	54270	
5102128	Oakwood Park	oakwood-park	US		0	America/New_York	40.70955	-74.40682	66			NJ	039	51810	
5102145	Oceanic	oceanic	US		0	America/New_York	40.37789	-74.01069	3			NJ	025	65130	
5102181	Old Mill Farms	old-mill-farms	US		0	America/New_York	40.31511	-74.60377	23			NJ	021	80240	
5102190	Old Tappan	old-tappan	US		6016	America/New_York	41.01065	-73.99125	24	Old Tapan,Old Tappan,Ould Tappan,Taphaune,Tappan,awld tapan  nywjrsy,Олд Тапан,Оулд Таппан,اولد تاپان، نیوجرسی		NJ	003	54870	
5102227	Orchard Estates	orchard-estates	US		0	America/New_York	40.28344	-74.24681	56			NJ	025	25230	
5102228	Orchard Heights	orchard-heights	US		0	America/New_York	40.43705	-74.40293	34			NJ	023	19000	
5102232	Orchard View	orchard-view	US		0	America/New_York	40.06594	-74.87405	6			NJ	005	08950	
5102237	Osborn Mills	osborn-mills	US		0	America/New_York	40.72177	-74.53071	72			NJ	027	29700	
5102240	Osbornes Mills	osbornes-mills	US		0	America/New_York	40.15373	-74.05875	10			NJ	025	76460	
5102241	Osbornsville	osbornsville	US		0	America/New_York	40.03845	-74.10764	4			NJ	029	07420	
5102324	Outcalt	outcalt	US		0	America/New_York	40.37733	-74.40737	9			NJ	023	47280	
5102330	Overlook	overlook	US		0	America/New_York	40.7126	-74.35154	116			NJ	039	71430	
5102338	Owens	owens	US		0	America/New_York	41.26371	-74.52794	134	Milton,Owens		NJ	037	75740	
5102350	Packanack Lake	packanack-lake	US		0	America/New_York	40.9426	-74.25626	62			NJ	031	77840	
5102360	Pahaquarry	pahaquarry	US		0	America/New_York	40.9851	-75.12879	153			NJ	041	29820	
5102384	Papakating	papakating	US		0	America/New_York	41.19398	-74.58849	122	Papakating,Pellett,Pellettown		NJ	037	76790	
5102386	Pages Corner	pages-corner	US		0	America/New_York	40.21344	-74.58321	39			NJ	021	63850	
5102408	Park Village	park-village	US		0	America/New_York	40.65149	-74.2907	28			NJ	039	15640	
5102421	Parkway Pines	parkway-pines	US		0	America/New_York	40.10289	-74.14959	12			NJ	025	33300	
5102424	Parkway Village	parkway-village	US		0	America/New_York	40.25927	-74.7885	36			NJ	021	22185	
5102434	Parsonville	parsonville	US		0	America/New_York	40.16983	-74.69683	17			NJ	005	06700	
5102455	Passaic Junction	passaic-junction	US		0	America/New_York	40.90232	-74.10403	16			NJ	003	65340	
5102488	Patricks Corners	patricks-corners	US		0	America/New_York	40.42399	-74.47682	16			NJ	023	19000	
5102490	Pattenburg	pattenburg	US		0	America/New_York	40.63621	-75.01628	139	Pattenburg,Pattenburgh		NJ	019	74420	
5102498	Paulas Corners	paulas-corners	US		0	America/New_York	40.41511	-74.46432	28			NJ	023	19000	
5102502	Paulins Kill	paulins-kill	US		0	America/New_York	41.05815	-74.82322	175			NJ	037	70890	
5102546	Pennypacker Park	pennypacker-park	US		0	America/New_York	40.03178	-74.89933	14			NJ	005	81440	
5102559	Penns Neck	penns-neck	US		0	America/New_York	40.33233	-74.63682	30	Penns Neck,Pens Neck		NJ	021	80240	
5102565	Pequest	pequest	US		0	America/New_York	40.82982	-74.97656	125			NJ	041	80570	
5102571	Perrineville	perrineville	US		0	America/New_York	40.22844	-74.44071	48			NJ	025	46560	
5102584	Perth Amboy Junction	perth-amboy-junction	US		0	America/New_York	40.59816	-74.28542	6			NJ	039	61530	
5102607	Phalanx	phalanx	US		0	America/New_York	40.31761	-74.13792	16			NJ	025	14560	
5102613	Philips Mills	philips-mills	US		0	America/New_York	40.42289	-74.13375	7			NJ	025	45990	
5102658	Pierce Heights	pierce-heights	US		0	America/New_York	40.66316	-74.88433	111			NJ	019	31320	
5102671	Pine Acres	pine-acres	US		0	America/New_York	40.04206	-74.19348	19			NJ	029	38550	
5102674	Pill Hill	pill-hill	US		0	America/New_York	40.70066	-74.59071	137			NJ	035	05590	
5102691	Pine Lake Park	pine-lake-park	US		8707	America/New_York	40.00317	-74.25653	18			NJ	029	43140	
5102693	Pine Lane	pine-lane	US		0	America/New_York	40.03067	-74.68794	24			NJ	005	69990	
5102697	Pine Terrace	pine-terrace	US		0	America/New_York	40.00817	-74.12042	1			NJ	029	73125	
5102704	Pines Lake	pines-lake	US		0	America/New_York	40.99176	-74.26209	75	Pine Lane,Pines Lake		NJ	031	77840	
5102710	Pinkneyville	pinkneyville	US		0	America/New_York	41.04649	-74.69239	182			NJ	037	01360	
5102712	Pioneer Homes	pioneer-homes	US		0	America/New_York	40.65177	-74.18348	6			NJ	039	21000	
5102729	Plainsboro Center	plainsboro-center	US		2712	America/New_York	40.33177	-74.5946	22			NJ	023	59280	
5102737	Plaza Park	plaza-park	US		0	America/New_York	40.06789	-74.87544	4			NJ	005	08950	
5102754	Pleasant Run	pleasant-run	US		0	America/New_York	40.56149	-74.79294	42	Pleasant Run,Pleasantrun		NJ	019	62250	
5102760	Pleasant Valley Crossroads	pleasant-valley-crossroads	US		0	America/New_York	40.34539	-74.19487	22			NJ	025	32640	
5102764	Pleasantdale	pleasantdale	US		0	America/New_York	40.81038	-74.26042	129			NJ	013	79800	
5102767	Pleasantview	pleasantview	US		0	America/New_York	40.4776	-74.65544	31	Pleasant View,Pleasantview		NJ	035	31890	
5102780	Plumbsock	plumbsock	US		0	America/New_York	41.21871	-74.67072	199			NJ	037	76790	
5102793	Point Breeze	point-breeze	US		0	America/New_York	40.50621	-74.96433	169			NJ	019	37065	
5102814	Pointville	pointville	US		0	America/New_York	40.00372	-74.60293	43			NJ	005	51510	
5102815	Polhemustown	polhemustown	US		0	America/New_York	40.15067	-74.54765	31			NJ	025	74900	
5102816	Polktown	polktown	US		0	America/New_York	40.67149	-74.94545	204			NJ	019	05650	
5102822	Pompton	pompton	US		0	America/New_York	40.99149	-74.27959	59			NJ	031	77840	
5102823	Pompton Junction	pompton-junction	US		0	America/New_York	41.00371	-74.30015	66			NJ	031	60090	
5102847	Port Colden	port-colden	US		122	America/New_York	40.76315	-74.95378	158			NJ	041	77300	
5102851	Port Johnson	port-johnson	US		0	America/New_York	40.65233	-74.11625	0			NJ	017	03580	
5102852	Port Mercer	port-mercer	US		0	America/New_York	40.30427	-74.68488	17			NJ	021	39510	
5102856	Port Morris	port-morris	US		0	America/New_York	40.9051	-74.68488	273			NJ	027	64980	
5102869	Port Warren	port-warren	US		0	America/New_York	40.69482	-75.14045	78			NJ	041	41490	
5102870	Port-au-Peck	port-au-peck	US		0	America/New_York	40.31511	-74.00792	6			NJ	025	54570	
5102873	Possumtown	possumtown	US		0	America/New_York	40.55455	-74.49154	15			NJ	023		
5102875	Post Corner	post-corner	US		0	America/New_York	40.28289	-74.6371	28			NJ	021	80240	
5102882	Potters	potters	US		0	America/New_York	40.59371	-74.36126	29	Potter,Potters		NJ	023	20230	
5102885	Potterstown	potterstown	US		0	America/New_York	40.64232	-74.7985	82	Potter Town,Potters Town,Potterstown,Sidney Potters Town		NJ	019	62250	
5102892	Powerville	powerville	US		0	America/New_York	40.92149	-74.42682	156			NJ	027	06640	
5102896	Prallsville	prallsville	US		0	America/New_York	40.41177	-74.98656	25			NJ	019	17170	
5102897	Preakness	preakness	US		0	America/New_York	40.93038	-74.22765	65			NJ	031	77840	
5102921	Princessville	princessville	US		0	America/New_York	40.29261	-74.70766	25	Princessville,Princesville		NJ	021	39510	
5102930	West Windsor	west-windsor	US		0	America/New_York	40.30205	-74.61905	31			NJ	021	80240	
5102934	Princeton Estates	princeton-estates	US		0	America/New_York	40.29816	-74.61238	32			NJ	021	80240	
5102939	Princeton Ivy East	princeton-ivy-east	US		0	America/New_York	40.30011	-74.60627	31			NJ	021	80240	
5102941	Princeton Meadows	princeton-meadows	US		13834	America/New_York	40.33177	-74.56377	25			NJ	023	59280	
5103332	Riverside Terrace	riverside-terrace	US		0	America/New_York	40.93149	-74.14348	23			NJ	031	57000	
5102981	Prospect Plains	prospect-plains	US		0	America/New_York	40.324	-74.47099	37			NJ	023	47280	
5102982	Prospect Point	prospect-point	US		0	America/New_York	40.96315	-74.62711	315			NJ	027	34980	
5102984	Prospertown	prospertown	US		0	America/New_York	40.12872	-74.4696	32	Prosper Town,Prosperton,Prospertown		NJ	025	74900	
5103010	Pulis Mills	pulis-mills	US		0	America/New_York	41.03037	-74.17626	101			NJ	003	24990	
5103012	Pullentown	pullentown	US		0	America/New_York	40.17233	-74.54765	31			NJ	025	74900	
5103016	Pumptown	pumptown	US		0	America/New_York	40.56316	-74.37321	35			NJ	023	20230	
5103028	Quaker Gardens	quaker-gardens	US		0	America/New_York	40.2515	-74.68349	20			NJ	021	29310	
5103050	Radburn	radburn	US		0	America/New_York	40.9426	-74.11653	28			NJ	003	22470	
5103094	Ramseysburg	ramseysburg	US		0	America/New_York	40.88343	-75.05934	88	Ramseyburg,Ramseysburg		NJ	041	37320	
5103095	Ramtown	ramtown	US		6242	America/New_York	40.12095	-74.14375	25			NJ	025	33300	
5103112	Randolphville	randolphville	US		0	America/New_York	40.53955	-74.45182	18			NJ	023		
5103125	Raritan Gardens	raritan-gardens	US		0	America/New_York	40.48649	-74.41876	34			NJ	023	51210	
5103128	Raritan Manor	raritan-manor	US		0	America/New_York	40.53649	-74.33654	35			NJ	023	20230	
5103140	Raven Rock	raven-rock	US		0	America/New_York	40.41094	-75.03323	29	Bool's Island,Raven Rock,Ravenrock		NJ	019	17170	
5103150	Readingsburg	readingsburg	US		0	America/New_York	40.68205	-74.87683	97			NJ	019	13750	
5103157	Reaville	reaville	US		0	America/New_York	40.47844	-74.81655	55			NJ	019	61920	
5103174	Red Mill	red-mill	US		0	America/New_York	40.71927	-74.92072	167			NJ	019	39660	
5103187	Redshaw Corner	redshaw-corner	US		0	America/New_York	40.35677	-74.35487	18			NJ	023	54705	
5103217	Remsen Mill	remsen-mill	US		0	America/New_York	40.19817	-74.06986	7			NJ	025	76460	
5103232	Reevytown	reevytown	US		0	America/New_York	40.24067	-74.10486	33			NJ	025	73020	
5103253	Ridgedale Park	ridgedale-park	US		0	America/New_York	40.76677	-74.41182	82			NJ	027	42510	
5103272	Ridgewood Junction	ridgewood-junction	US		0	America/New_York	40.96954	-74.12653	32			NJ	003	26640	
5103275	Riegel Ridge	riegel-ridge	US		0	America/New_York	40.60982	-75.1199	188			NJ	019	32460	
5103310	River Vale	river-vale	US		9497	America/New_York	40.99538	-74.01208	17			NJ	003	63690	
5103327	Riverside Park	riverside-park	US		0	America/New_York	40.03844	-74.97461	4	Delran,Riverside Park		NJ	005	17440	
5103345	Riverview Manor	riverview-manor	US		0	America/New_York	40.51538	-74.4746	12			NJ	023		
5103349	Riviera Beach	riviera-beach	US		0	America/New_York	40.09789	-74.10014	10			NJ	029	07420	
5103351	Riviera on the Bay	riviera-on-the-bay	US		0	America/New_York	40.00234	-74.12875	0			NJ	029	73125	
5103382	Robinvale	robinvale	US		0	America/New_York	40.54316	-74.35182	38	Robin Vale,Robinvale		NJ	023	45690	
5103388	Robinsville	robinsville	US		0	America/New_York	40.2065	-74.47793	57			NJ	025	74900	
5103392	Rock Mill	rock-mill	US		0	America/New_York	40.43761	-74.74294	118	Rock Mill,Rockmill		NJ	035	47580	
5103404	Rockaway Valley	rockaway-valley	US		0	America/New_York	40.92815	-74.44432	156			NJ	027	06640	
5103410	Rockefellows Mills	rockefellows-mills	US		0	America/New_York	40.51983	-74.82072	36			NJ	019	61920	
5103414	Rockleigh	rockleigh	US		533	America/New_York	41.00038	-73.93041	20	Roklehj,Rokli,rakly  nywjrsy,Рокли,Роклэй,راکلی، نیوجرسی		NJ	003	64170	
5103420	Rocktown	rocktown	US		0	America/New_York	40.40594	-74.86128	127	Rock Town,Rocktown		NJ	019	78230	
5103496	Rosedale Village	rosedale-village	US		0	America/New_York	40.76816	-74.39543	68			NJ	027	23910	
5103523	Rossmoor	rossmoor	US		2666	America/New_York	40.3365	-74.47349	40			NJ	023	47280	
5103538	Rowland Mills	rowland-mills	US		0	America/New_York	40.55677	-74.85378	44	Rowland Mills,Rowlands Mills		NJ	019	62250	
5103539	Roxburg	roxburg	US		0	America/New_York	40.7801	-75.09962	98	Rocksburgh,Roxburg,Roxburgh		NJ	041	30090	
5103548	Ross Corner	ross-corner	US		13	America/New_York	41.1201	-74.71266	157			NJ	037	24810	
5103549	Royce Valley	royce-valley	US		0	America/New_York	40.53538	-74.61182	23	Royce,Royce Valley		NJ	035	31890	
5103551	Roys	roys	US		0	America/New_York	41.17065	-74.65766	126			NJ	037	76790	
5103552	Rudeville	rudeville	US		0	America/New_York	41.14954	-74.5446	199			NJ	037	29850	
5103569	Runyon	runyon	US		0	America/New_York	40.43427	-74.33209	9			NJ	023	54705	
5103583	Rutgers	rutgers	US		0	America/New_York	40.48816	-74.41071	9			NJ	023	51210	
5103992	Saint Josephs Village	saint-josephs-village	US		0	America/New_York	41.00593	-73.93486	12			NJ	003	64170	
5104326	Saint Vladimirs	saint-vladimirs	US		0	America/New_York	40.11484	-74.3907	48			NJ	029	34680	
5104341	Salem Hill	salem-hill	US		0	America/New_York	40.15845	-74.21181	33	Salem Hill,Salem Hills		NJ	025	33300	
5104346	Samptown	samptown	US		0	America/New_York	40.58149	-74.43015	18			NJ	023	69390	
5104356	Sand Brook	sand-brook	US		0	America/New_York	40.46927	-74.91683	98	Sand Brook,Sandbrook		NJ	019	17170	
5104357	Sand Hills	sand-hills	US		0	America/New_York	40.40622	-74.54682	80			NJ	023	68790	
5104358	Sand Hills	sand-hills	US		0	America/New_York	40.5251	-74.31931	31			NJ	023	82000	
5104359	Sand Hills	sand-hills	US		0	America/New_York	41.19204	-74.50877	141			NJ	037	75740	
5104362	Sands Point	sands-point	US		0	America/New_York	40.3265	-74.00319	5			NJ	025	54570	
5104396	Saxton Falls	saxton-falls	US		0	America/New_York	40.88982	-74.796	204			NJ	041	00670	
5104400	Sayerwood South	sayerwood-south	US		0	America/New_York	40.39733	-74.32459	25			NJ	023	54705	
5104402	Sayre Woods	sayre-woods	US		0	America/New_York	40.46122	-74.29126	27			NJ	023	65790	
5104405	Sayreville Junction	sayreville-junction	US		42890	America/New_York	40.46538	-74.33043	27			NJ	023	65790	
5104407	Sayreville Station	sayreville-station	US		0	America/New_York	40.47288	-74.35376	5			NJ	023	65790	
5104414	Schalks	schalks	US		0	America/New_York	40.34261	-74.59182	24			NJ	023	59280	
5104471	Scobeyville	scobeyville	US		0	America/New_York	40.29706	-74.1432	22			NJ	025	14560	
5104489	Scrappy Corner	scrappy-corner	US		0	America/New_York	40.76204	-74.84822	291			NJ	027	77240	
5104491	Scudders Falls	scudders-falls	US		0	America/New_York	40.25927	-74.83683	30			NJ	021	22185	
5104493	Sea Bright	sea-bright	US		1344	America/New_York	40.3615	-73.97403	6	New Porland,New Portland,Sea Bright,Seabright,Si Brajt,sy brayt  nywjrsy,Си Брайт,Си Брајт,سی برایت، نیوجرسی		NJ	025	66240	
5104548	Seven Stars	seven-stars	US		0	America/New_York	40.05734	-74.21987	38			NJ	029	38550	
5104560	Shacks Corner	shacks-corner	US		0	America/New_York	40.22706	-74.19459	33			NJ	025	33300	
5104566	Shady Lawn Manor	shady-lawn-manor	US		0	America/New_York	40.77204	-74.43599	115			NJ	027	42510	
5104576	Shark River Hills	shark-river-hills	US		3697	America/New_York	40.194	-74.04875	18			NJ	025	49890	
5104583	Sharp	sharp	US		0	America/New_York	40.09233	-74.74238	18			NJ	005	43290	
5104584	Sharper	sharper	US		0	America/New_York	40.02928	-74.92933	1			NJ	005	81440	
5104586	Shaytown	shaytown	US		0	America/New_York	41.25843	-74.79128	199			NJ	037	65700	
5104596	Sherbrook Estates	sherbrook-estates	US		0	America/New_York	40.31455	-74.6146	30			NJ	021	80240	
5104615	Shongum	shongum	US		0	America/New_York	40.84427	-74.53293	236			NJ	027	61890	
5104621	Shore Acres	shore-acres	US		0	America/New_York	40.02539	-74.10153	2			NJ	029	07420	
5104623	Shore Hills	shore-hills	US		0	America/New_York	40.91093	-74.65627	286			NJ	027	64980	
5104625	Shore Road Estates	shore-road-estates	US		0	America/New_York	40.36122	-74.39265	33			NJ	023	47280	
5104627	Shore View	shore-view	US		0	America/New_York	40.59038	-74.32793	29			NJ	023	82000	
5104643	Shippenport	shippenport	US		0	America/New_York	40.89843	-74.66905	282	Shippen Port,Shippenport		NJ	027	64980	
5104671	Silverton Estates	silverton-estates	US		0	America/New_York	40.01067	-74.14875	5			NJ	029	73125	
5104672	Silverton Pine Terrace	silverton-pine-terrace	US		0	America/New_York	40.00956	-74.12958	2			NJ	029	73125	
5104679	Singac	singac	US		3618	America/New_York	40.88677	-74.24098	50			NJ	031	40620	
5104696	Sixmile Run	sixmile-run	US		3184	America/New_York	40.45761	-74.51154	31	Six Mile Run Village,Sixmile Run		NJ	035	24900	
5104700	Skin Corner	skin-corner	US		0	America/New_York	40.01289	-74.93489	14			NJ	005	17440	
5104704	Skylands	skylands	US		0	America/New_York	41.12704	-74.23681	212			NJ	031	63150	
5104709	Slackwoods	slackwoods	US		0	America/New_York	40.25316	-74.7346	27	Slackwood,Slackwoods,Stackwood		NJ	021	39510	
5104723	Smalleytown	smalleytown	US		0	America/New_York	40.65594	-74.47821	81			NJ	035		
5104735	Smiths Mills	smiths-mills	US		0	America/New_York	41.01454	-74.37293	195	Smith's Mills,Smiths Mills		NJ	031	79460	
5104737	Smocks Corners	smocks-corners	US		0	America/New_York	40.3565	-74.2357	50			NJ	025	44070	
5104738	Smoke Rise	smoke-rise	US		0	America/New_York	40.99538	-74.40238	263			NJ	027	37110	
5104771	Somerset Park	somerset-park	US		0	America/New_York	40.04789	-74.89128	10			NJ	005	81440	
5104773	Somersetin	somersetin	US		0	America/New_York	40.7401	-74.57627	183			NJ	035	05590	
5104788	South Amboy Junction	south-amboy-junction	US		0	America/New_York	40.49177	-74.2832	3			NJ	023	68550	
5104795	South Belmar	south-belmar	US		1789	America/New_York	40.17095	-74.02736	6			NJ	025	37560	
5104814	South Brunswick Terrace	south-brunswick-terrace	US		0	America/New_York	40.37927	-74.56627	29			NJ	023	68790	
5104824	South Lakewood	south-lakewood	US		0	America/New_York	40.07178	-74.24542	32			NJ	029	38550	
5104826	South Mantoloking Beach	south-mantoloking-beach	US		0	America/New_York	40.02289	-74.05486	2			NJ	029	07420	
5104833	South Netcong	south-netcong	US		0	America/New_York	40.89315	-74.68711	335			NJ	027	64980	
5104834	South Ogdensburg	south-ogdensburg	US		0	America/New_York	41.07482	-74.59627	190			NJ	037	54660	
5104835	South Old Bridge	south-old-bridge	US		23233	America/New_York	40.40816	-74.35432	8			NJ	023	54705	
5104870	Southtown	southtown	US		0	America/New_York	40.93788	-74.89461	191			NJ	041	25320	
5104872	Southwind Mobile Home Park	southwind-mobile-home-park	US		0	America/New_York	40.09873	-74.31154	33			NJ	029	34680	
5104878	South Somerville (historical)	south-somerville-historical	US		0	America/New_York	40.53566	-74.61849	24			NJ	035	31890	
5104886	Sparta Junction	sparta-junction	US		0	America/New_York	41.06426	-74.67127	177			NJ	037	69690	
5104900	Sperry Springs	sperry-springs	US		0	America/New_York	40.95565	-74.64849	293			NJ	037	32910	
5104901	Spicertown	spicertown	US		0	America/New_York	40.91399	-74.57738	205			NJ	027	64080	
5104909	Spotswood Manor	spotswood-manor	US		0	America/New_York	40.37789	-74.38293	9			NJ	023	47280	
5104930	Spring Lake Heights	spring-lake-heights	US		4713	America/New_York	40.15039	-74.03097	5	Spring Lehjk Khehjts,Spring Lejk Khajts,aspryng lyk hayts  nywjrsy,Спринг Лејк Хајтс,Спринг Лэйк Хэйтс,اسپرینگ لیک هایتس، نیوجرسی		NJ	025	70110	
5104937	Spring Mill	spring-mill	US		0	America/New_York	40.17428	-74.60266	24			NJ	025	74900	
5104957	Springside	springside	US		0	America/New_York	40.06039	-74.85044	21	Fountain Woods Station,Springside		NJ	005	08950	
5104963	Spruce Gardens	spruce-gardens	US		0	America/New_York	40.06928	-74.20903	23			NJ	029	38550	
5104971	Squankum	squankum	US		0	America/New_York	40.16622	-74.15375	13			NJ	025	33300	
5104973	Spruce Run	spruce-run	US		0	America/New_York	40.70871	-74.92211	218			NJ	019	39660	
5105006	Staten Island Junction	staten-island-junction	US		0	America/New_York	40.65899	-74.28709	33			NJ	039	15640	
5105012	Stelton	stelton	US		0	America/New_York	40.51427	-74.40348	36			NJ	023	20230	
5105019	Stephensburg	stephensburg	US		0	America/New_York	40.79315	-74.87295	135	Stephensburg,Stephensburgh		NJ	027	77240	
5105022	Sterling Woods	sterling-woods	US		0	America/New_York	40.10567	-74.08458	10			NJ	025	76460	
5105039	Still Valley	still-valley	US		0	America/New_York	40.67399	-75.13851	114			NJ	041	28260	
5105052	Stone Church	stone-church	US		0	America/New_York	40.39816	-74.01986	17			NJ	025	45990	
5105059	Stone Tavern	stone-tavern	US		0	America/New_York	40.189	-74.47126	64			NJ	025	46560	
5105061	Stonehurst East	stonehurst-east	US		0	America/New_York	40.23011	-74.28709	37			NJ	025	25230	
5105063	Stonehurst West	stonehurst-west	US		0	America/New_York	40.23011	-74.30376	39			NJ	025	25230	
5105064	Stonetown	stonetown	US		0	America/New_York	41.0951	-74.30348	137			NJ	031	63150	
5105067	Stone Mill	stone-mill	US		0	America/New_York	40.68149	-74.87961	116	Readingsburgh,Stone Mill		NJ	019	13750	
5105083	Stony Hill	stony-hill	US		0	America/New_York	40.67038	-74.42737	126			NJ	039	05320	
5105091	Stoutsburg	stoutsburg	US		0	America/New_York	40.39872	-74.73544	48	Stoutsburg,Stoutsburgh		NJ	021	33180	
5105106	Sturwood Hamlet	sturwood-hamlet	US		0	America/New_York	40.27344	-74.74211	32			NJ	021	39510	
5105147	Sunset Hill Garden	sunset-hill-garden	US		0	America/New_York	40.43677	-74.5871	31			NJ	035	24900	
5105170	Sussex Mills	sussex-mills	US		0	America/New_York	41.05149	-74.68044	188	Howellsville,Sussex Mills		NJ	037	69690	
5105172	Sutton (historical)	sutton-historical	US		0	America/New_York	40.68232	-74.72211	50			NJ	019	72510	
5105175	Sutton Park	sutton-park	US		0	America/New_York	40.8251	-74.70516	195			NJ	027	49080	
5105193	Swayzes Mills	swayzes-mills	US		0	America/New_York	40.89676	-74.99712	128			NJ	041	33060	
5105199	Sweetman	sweetman	US		0	America/New_York	40.21956	-74.38765	51			NJ	025	46560	
5105206	Swinesburg	swinesburg	US		0	America/New_York	40.63871	-75.05739	301			NJ	019	00550	
5105215	Sylvan Glen	sylvan-glen	US		0	America/New_York	40.17844	-74.7046	14			NJ	005	06700	
5105249	Tanners Corners	tanners-corners	US		0	America/New_York	40.43816	-74.39265	38			NJ	023	19000	
5105258	Taylors Mills	taylors-mills	US		0	America/New_York	40.29678	-74.34015	24			NJ	025	42990	
5105260	Taylortown	taylortown	US		0	America/New_York	40.93788	-74.3946	200			NJ	027	47670	
5105296	Ten Mile Run	ten-mile-run	US		1959	America/New_York	40.41301	-74.60223	96			NJ	035	24900	
5105337	Texas	texas	US		0	America/New_York	40.36066	-74.36932	11			NJ	023	47280	
5105338	Thachers Hill	thachers-hill	US		0	America/New_York	40.52594	-74.87794	159			NJ	019	61920	
5105354	The Orchards	the-orchards	US		0	America/New_York	40.239	-74.6971	24			NJ	021	29310	
5105360	The Village at Little Falls	the-village-at-little-falls	US		0	America/New_York	40.86843	-74.19626	116			NJ	031	40620	
5105376	Thomas J Dohany Homes	thomas-j-dohany-homes	US		0	America/New_York	40.48149	-74.27681	6			NJ	023	68550	
5105416	Tierneys Corner	tierneys-corner	US		0	America/New_York	40.95899	-74.59738	284			NJ	027	34980	
5105420	Tilghmans Corner	tilghmans-corner	US		0	America/New_York	40.06067	-74.6321	57			NJ	005	69990	
5105423	Tiltons Corners	tiltons-corners	US		0	America/New_York	40.43566	-74.13098	5			NJ	025	36480	
5105432	Timbuctoo	timbuctoo	US		0	America/New_York	40.00317	-74.81405	12			NJ	005	78200	
5105433	Tinton Falls	tinton-falls	US		17772	America/New_York	40.30428	-74.10042	12	New Shrewsbury,Tintern Falls,Tinton,Tinton Falls,Tinton Fals,Tinton Fols,Tintonfalls,tyntwn falz  nywjrsy,Тинтон Фалс,Тинтон Фолс,تینتون فالز، نیوجرسی		NJ	025	73020	
5105464	Town Brook	town-brook	US		0	America/New_York	40.39233	-74.09959	13			NJ	025	45990	
5105468	Town Estates	town-estates	US		0	America/New_York	40.05872	-74.86739	13			NJ	005	08950	
5105472	Townsbury	townsbury	US		0	America/New_York	40.85093	-74.9335	157	Meng's Mill,Townsbury		NJ	041	40110	
5105489	Tremley	tremley	US		0	America/New_York	40.61316	-74.22987	5			NJ	039	40350	
5105491	Tremley Point	tremley-point	US		0	America/New_York	40.60177	-74.20487	1			NJ	039	40350	
5105494	Tremont Park	tremont-park	US		0	America/New_York	40.7051	-74.35348	91			NJ	039	71430	
5105500	Trenton Gardens	trenton-gardens	US		0	America/New_York	40.19733	-74.69933	28			NJ	021	29310	
5105561	Troy Hills	troy-hills	US		0	America/New_York	40.85288	-74.3921	68	Troy,Troy Hills,Troyhills		NJ	027	56460	
5105569	Tumble Falls	tumble-falls	US		0	America/New_York	40.45372	-75.06212	131			NJ	019	37065	
5105584	Tuttles Corner	tuttles-corner	US		0	America/New_York	41.19815	-74.80267	178	Tuttle's Corners,Tuttles Corner		NJ	037	65700	
5105588	Twin Hill Park	twin-hill-park	US		0	America/New_York	40.00845	-74.87739	11			NJ	005	81440	
5105594	Twin Rivers	twin-rivers	US		7443	America/New_York	40.264	-74.49126	34			NJ	021	19780	
5105595	Two Bridges	two-bridges	US		0	America/New_York	40.89565	-74.27709	49			NJ	013	22385	
5105604	Undercliff Junction	undercliff-junction	US		0	America/New_York	40.82871	-74.02403	3			NJ	003	62910	
5105615	Union Beach	union-beach	US		5595	America/New_York	40.4465	-74.1782	1	Junion Bich,anywn bych  nywjrsy,Јунион Бич,Юнион Бич,انیون بیچ، نیوجرسی		NJ	025	74540	
5105649	Union Landing	union-landing	US		0	America/New_York	40.02206	-74.99628	5			NJ	005	12940	
5105653	Union Square	union-square	US		0	America/New_York	40.65871	-74.20237	9			NJ	039	21000	
5105656	Union Valley	union-valley	US		0	America/New_York	40.30372	-74.45598	37			NJ	023	47280	
5105658	Ukrainian Village	ukrainian-village	US		0	America/New_York	40.52788	-74.51293	18			NJ	035	24900	
5105662	Unionburg	unionburg	US		0	America/New_York	40.70538	-74.28126	33			NJ	039	74480	
5105699	Union Village	union-village	US		0	America/New_York	40.66677	-74.45543	70			NJ	039	05320	
5105711	Upper Greenwood Lake	upper-greenwood-lake	US		0	America/New_York	41.18176	-74.3821	346			NJ	031	79460	
5105717	Upper Longwood	upper-longwood	US		0	America/New_York	40.97732	-74.54544	232			NJ	027	34980	
5105718	Upper Macopin	upper-macopin	US		0	America/New_York	41.0851	-74.38571	325			NJ	031	79460	
5105719	Upper Mohawk	upper-mohawk	US		0	America/New_York	41.03121	-74.66322	264			NJ	037	69690	
5105722	Upper Montclair	upper-montclair	US		11565	America/New_York	40.84621	-74.20126	96	Upper Mont Clair,Upper Montclair		NJ	013	47500	
5105725	Upper Montvale	upper-montvale	US		0	America/New_York	41.06065	-74.05209	115			NJ	003	47610	
5105733	Upper Saddle River	upper-saddle-river	US		8379	America/New_York	41.05843	-74.09848	67	Aper Sadl River,Appeh Saddl Riveh,apr sydl rywr  nywjrsy,Апер Садл Ривер,Аппэ Саддл Ривэ,آپر سیدل ریور، نیوجرسی		NJ	003	75140	
5105741	Uttertown	uttertown	US		0	America/New_York	41.12676	-74.41627	350			NJ	031	79460	
5105771	Van Dorans Mills	van-dorans-mills	US		0	America/New_York	40.73149	-74.54071	79			NJ	035		
5105775	Van Hiseville	van-hiseville	US		0	America/New_York	40.11178	-74.34265	32	Irish Mills,McMurrays Mill,Murrays Mill,Van Hiseville,Vanhiseville		NJ	029	34680	
5105782	Van Marters Corner	van-marters-corner	US		0	America/New_York	40.43761	-74.18014	6			NJ	025	30690	
5105788	Van Syckles	van-syckles	US		0	America/New_York	41.27093	-74.57794	193	Van Sickle Town,Van Syckles		NJ	037	76790	
5105793	Van Syckel	van-syckel	US		0	America/New_York	40.64982	-74.97045	90	Van Sickles,Van Syckel,Van Syckles,Vansyckles		NJ	019	74420	
5105805	Vanderburg	vanderburg	US		0	America/New_York	40.31428	-74.18903	30	Vandenburg,Vanderburg,Vanderburgh,Venderburgh		NJ	025	14560	
5105808	Vernoy	vernoy	US		0	America/New_York	40.73538	-74.82655	153			NJ	019	72510	
5105831	Victory Gardens	victory-gardens	US		1532	America/New_York	40.87593	-74.54238	191	Viktori Gadehns,Viktori Gardens,wyktwry gardnz  nywjrsy,Виктори Гадэнс,Виктори Гарденс,وکٹری گارڈنز، نیو جرسی,ویکتوری گاردنز، نیوجرسی		NJ	027	75890	
5105839	Villa Madonna	villa-madonna	US		0	America/New_York	40.91454	-74.81239	250			NJ	041	00670	
5105840	Villa Marie Claire	villa-marie-claire	US		0	America/New_York	41.01371	-74.10153	35			NJ	003	65400	
5105855	Vista Center	vista-center	US		2095	America/New_York	40.15928	-74.31792	39			NJ	029	34680	
5105858	Vliettown	vliettown	US		0	America/New_York	40.68232	-74.71683	50			NJ	035	04450	
5105861	Voorhees Corner	voorhees-corner	US		0	America/New_York	40.5026	-74.80877	62			NJ	019	61920	
5105867	Vernon Valley	vernon-valley	US		1626	America/New_York	41.23676	-74.4871	182	Vernon		NJ	037	75740	
5105968	Wallace Mill	wallace-mill	US		0	America/New_York	40.10733	-74.63071	21			NJ	005	12670	
5105991	Walnford	walnford	US		0	America/New_York	40.13456	-74.55988	18			NJ	025	74900	
5105998	Walnut Valley	walnut-valley	US		0	America/New_York	40.97593	-75.02267	109			NJ	041	06160	
5106021	Wanamassa	wanamassa	US		4532	America/New_York	40.23178	-74.02542	7			NJ	025	54270	
5106023	Wanaque-Midvale	wanaque-midvale	US		0	America/New_York	41.05149	-74.28876	74			NJ	031	76730	
5106027	Wantage	wantage	US		0	America/New_York	41.24426	-74.55072	124			NJ	037	75740	
5106030	Warbasse	warbasse	US		0	America/New_York	41.08371	-74.69961	170			NJ	037	37440	
5106039	Warner Village	warner-village	US		0	America/New_York	40.23372	-74.72572	16			NJ	021	29310	
5106046	Warren Glen	warren-glen	US		0	America/New_York	40.63288	-75.1349	63			NJ	041	59820	
5106048	Warren Point	warren-point	US		0	America/New_York	40.92704	-74.10792	21	Warren Point,Warrenpoint		NJ	003	22470	
5106064	Washington Corner	washington-corner	US		0	America/New_York	40.76816	-74.56294	144			NJ	027	45360	
5106090	Washington Heights	washington-heights	US		0	America/New_York	40.45511	-74.40959	17			NJ	023	19000	
5106099	Washington Park	washington-park	US		0	America/New_York	40.51399	-74.39821	36			NJ	023	20230	
5106118	Washington Valley	washington-valley	US		0	America/New_York	40.80566	-74.5271	113			NJ	027	48090	
5106146	Waterwitch	waterwitch	US		0	America/New_York	40.4065	-73.99736	5			NJ	025	31500	
5106152	Wawayanda	wawayanda	US		0	America/New_York	41.01149	-74.73822	180			NJ	037	01360	
5106153	Wawayanda	wawayanda	US		0	America/New_York	41.18787	-74.42571	349	Wawayanda,Wawayanda Furnace		NJ	037	75740	
5106197	Weirtown	weirtown	US		0	America/New_York	40.90482	-74.82211	257	Warrenville,Weirtown		NJ	041	00670	
5106201	Weber Park	weber-park	US		0	America/New_York	40.24511	-74.77322	31			NJ	021	22185	
5106212	Wertheins Corner	wertheins-corner	US		0	America/New_York	40.25178	-74.03986	19	Wertheins Corner,Wertheins Corners		NJ	025	54270	
5106213	Wertsville	wertsville	US		0	America/New_York	40.44983	-74.79766	50	Wearts Corner,Wertsville		NJ	019	18820	
5106222	West Allenhurst	west-allenhurst	US		0	America/New_York	40.23845	-74.0118	6	Edgemere,West Allenhurst		NJ	025	54270	
5106226	West Belmar	west-belmar	US		2493	America/New_York	40.16928	-74.03542	8			NJ	025	76460	
5106229	West Bergen	west-bergen	US		0	America/New_York	40.7126	-74.0832	24			NJ	017	36000	
5106241	West Carteret	west-carteret	US		0	America/New_York	40.59455	-74.24626	9			NJ	023	10750	
5106244	West Deal	west-deal	US		0	America/New_York	40.24178	-74.02875	12			NJ	025	54270	
5106249	West Englewood	west-englewood	US		0	America/New_York	40.90204	-74.00319	29			NJ	003	72360	
5106255	West Farms	west-farms	US		0	America/New_York	40.19206	-74.20125	25			NJ	025	33300	
5106262	West Freehold	west-freehold	US		13613	America/New_York	40.24206	-74.30126	53			NJ	025	25230	
5106268	West Keansburg	west-keansburg	US		0	America/New_York	40.44261	-74.14403	2			NJ	025	30690	
5106277	West Mahwah	west-mahwah	US		0	America/New_York	41.10287	-74.15153	88			NJ	003	42750	
5106278	West Mantoloking	west-mantoloking	US		0	America/New_York	40.04428	-74.07319	1			NJ	029	07420	
5106297	West Norwood	west-norwood	US		0	America/New_York	41.00454	-73.96708	26			NJ	003	53610	
5106302	West Osbornsville	west-osbornsville	US		0	America/New_York	40.04373	-74.11986	5			NJ	029	07420	
5106305	West Point Pleasant	west-point-pleasant	US		0	America/New_York	40.08345	-74.06903	6			NJ	029	59880	
5106307	West Portal	west-portal	US		0	America/New_York	40.66232	-75.03323	137	Little Switzerland,West End,West Portal		NJ	019	05650	
5106310	West Shrewsbury	west-shrewsbury	US		0	America/New_York	40.31594	-74.08514	18			NJ	025	73020	
5106316	West Trenton	west-trenton	US		0	America/New_York	40.264	-74.8185	50			NJ	021	22185	
5106319	West View	west-view	US		0	America/New_York	40.8651	-74.02764	15			NJ	003	62940	
5106378	White Horse	white-horse	US		9494	America/New_York	40.19067	-74.70238	26			NJ	021	29310	
5106379	White Meadow Lake	white-meadow-lake	US		8836	America/New_York	40.92371	-74.51071	228			NJ	027	64080	
5106381	White Oak Bottom	white-oak-bottom	US		0	America/New_York	40.02067	-74.19903	26			NJ	029	73125	
5106382	White Oak Ridge	white-oak-ridge	US		0	America/New_York	40.74593	-74.33432	80			NJ	013	46380	
5106412	Whittier Oaks	whittier-oaks	US		0	America/New_York	40.32372	-74.32126	36			NJ	025	42990	
5106420	Wilburtha	wilburtha	US		0	America/New_York	40.25205	-74.83239	17	Greensburg,Wilburtha		NJ	021	22185	
5106431	Wileys Corners	wileys-corners	US		0	America/New_York	40.25706	-74.09236	41			NJ	025	73020	
5106440	William Dunlap Homes	william-dunlap-homes	US		0	America/New_York	40.52983	-74.27598	31			NJ	023	58200	
5106461	Willow Brook	willow-brook	US		0	America/New_York	41.21065	-74.38376	303			NJ	037	75740	
5106486	Winding River Village	winding-river-village	US		0	America/New_York	40.10539	-74.10042	11			NJ	029	07420	
5106502	Winston Park	winston-park	US		0	America/New_York	40.15761	-74.23931	28			NJ	025	33300	
5106525	Woodair Estates	woodair-estates	US		0	America/New_York	40.08845	-74.39959	43			NJ	029	34680	
5106538	Woodbridge Oaks	woodbridge-oaks	US		0	America/New_York	40.5826	-74.33348	35			NJ	023	82000	
5106557	Woodfern	woodfern	US		0	America/New_York	40.50871	-74.75766	26			NJ	035	07180	
5106559	Woodglen	woodglen	US		0	America/New_York	40.71927	-74.88767	294	Whitehall,Woodglen		NJ	019	39660	
5106573	Westampton	westampton	US		0	America/New_York	40.01178	-74.80155	18	Westampton,Wood Lane,Woodlane		NJ	005	78200	
5106579	Woodport	woodport	US		0	America/New_York	40.98538	-74.61044	287			NJ	027	34980	
5106590	Woodruffs Gap	woodruffs-gap	US		0	America/New_York	41.07149	-74.65516	189	Woodruff's Gap,Woodruffs Gap		NJ	037	69690	
5106592	Woods Tavern	woods-tavern	US		0	America/New_York	40.50233	-74.6446	30			NJ	035	31890	
5106602	Wortendyke	wortendyke	US		0	America/New_York	40.9976	-74.15014	81			NJ	003	46110	
5106617	Wyckoff Mills	wyckoff-mills	US		0	America/New_York	40.20345	-74.2557	25	Wyckoff Mills,Wyckoffs Mills		NJ	025	33300	
5106621	Wyckoffs Mills	wyckoffs-mills	US		0	America/New_York	40.27983	-74.48571	32			NJ	023	47280	
5106623	Wykertown	wykertown	US		0	America/New_York	41.17398	-74.70016	213			NJ	037	24810	
5106634	Yardley Village	yardley-village	US		0	America/New_York	40.76982	-74.41293	71			NJ	027	42510	
5106640	Yardville Heights	yardville-heights	US		0	America/New_York	40.18344	-74.68571	19			NJ	021	29310	
5106645	Yorketown	yorketown	US		6535	America/New_York	40.30789	-74.33765	29			NJ	025	42990	
5106687	Abbotts	abbotts	US		0	America/New_York	42.25701	-78.31863	498	Abbott's Corners,Abbotts		NY	009	37825	
5106695	Abell Corners	abell-corners	US		0	America/New_York	42.8984	-75.82825	438			NY	053	13156	
5106723	Acidalia	acidalia	US		0	America/New_York	41.89953	-75.03322	465			NY	105	27573	
5106739	Adams Corner	adams-corner	US		0	America/New_York	42.42674	-75.72825	419			NY	017	68055	
5106740	Adams Corners	adams-corners	US		0	America/New_York	41.35343	-73.83958	77	Adam's Corners,Adams Corners		NY	079	60147	
5106741	Adams Cove	adams-cove	US		0	America/New_York	44.00645	-76.15854	75			NY	045	10242	
5106763	Aden	aden	US		0	America/New_York	41.86065	-74.67321	516			NY	105	49847	
5106797	Agnes Corners	agnes-corners	US		0	America/New_York	43.1759	-75.60629	138			NY	065	77178	
5106806	Aiden Lair	aiden-lair	US		0	America/New_York	43.87173	-74.00264	497			NY	031	47669	
5106817	Airmont	airmont	US		8891	America/New_York	41.10093	-74.11625	178			NY	087	60510	
5106824	Akins Corners	akins-corners	US		0	America/New_York	41.51482	-73.59124	139	Aikin's Corners,Akins Corners		NY	079	56748	
5106827	Akron Junction	akron-junction	US		0	America/New_York	43.00478	-78.53447	210			NY	029	50716	
5106856	Alberts Landing	alberts-landing	US		0	America/New_York	41.00343	-72.11952	1			NY	103	22194	
5106863	Albion Center	albion-center	US		0	America/New_York	43.48868	-76.04159	177			NY	075	01055	
5106870	Alabama	alabama	US		1818	America/New_York	43.09645	-78.39086	196	Alabama,Alabama Center,Ga-swa-dak,Алабама		NY	037	00474	
5106878	Alden Center	alden-center	US		0	America/New_York	42.91117	-78.52336	252	Alden Center,Alden Centre		NY	029	01099	
5106880	Alden Manor	alden-manor	US		0	America/New_York	40.69427	-73.71763	11			NY	059	34000	
5106889	Alder Bend	alder-bend	US		0	America/New_York	44.84809	-73.72098	300			NY	019	01583	
5106891	Alburg	alburg	US		0	America/New_York	44.77728	-74.58157	140	Alburg,Alburgh		NY	033	47933	
5106897	Alder Brook	alder-brook	US		0	America/New_York	44.51338	-73.94348	489	Alder Brook,Alderbrook		NY	033	27243	
5106931	Alene	alene	US		0	America/New_York	43.01229	-75.73685	375			NY	053	42422	
5106951	Alexandria Center	alexandria-center	US		0	America/New_York	44.30755	-75.87606	110			NY	045	01176	
5106970	Alewife Brook Landing	alewife-brook-landing	US		0	America/New_York	41.03232	-72.23952	1			NY	103	22194	
5106989	Allaben	allaben	US		0	America/New_York	42.11676	-74.37043	309			NY	111	66597	
5106992	Allard Corners	allard-corners	US		0	America/New_York	41.58565	-74.22126	106	Allard Corners,Allard's Corners		NY	071	48153	
5107014	Allen Center	allen-center	US		0	America/New_York	42.38618	-78.01528	614			NY	003	01319	
5107015	Allen Corners	allen-corners	US		0	America/New_York	41.47065	-73.74874	183			NY	079	39331	
5107049	Allens Hill	allens-hill	US		0	America/New_York	42.8409	-77.51499	312	Allens Hill,Allenshill		NY	069	61544	
5107054	Alligerville	alligerville	US		0	America/New_York	41.79593	-74.17903	67			NY	111	63011	
5107065	Aloquin	aloquin	US		0	America/New_York	42.8609	-77.14497	265	Aloquin,Ennerdale,Lewis Station		NY	069	35551	
5107066	Alpina	alpina	US		0	America/New_York	44.16923	-75.42659	227			NY	049	20555	
5107068	Alpine Junction	alpine-junction	US		0	America/New_York	42.29369	-76.71023	344			NY	097	13112	
5107078	Altay	altay	US		0	America/New_York	42.43952	-77.01997	375	Altay,Kendall Hollow		NY	097	75924	
5107089	Alverson	alverson	US		0	America/New_York	43.94784	-76.02409	125	Alverson,Alverson Crossing		NY	045	35782	
5107106	Amblers Crossing	amblers-crossing	US		0	America/New_York	42.67341	-75.26267	349			NY	077	23613	
5107107	Amblerville	amblerville	US		0	America/New_York	42.54119	-75.3999	354			NY	017	49957	
5107109	Amboy Center	amboy-center	US		0	America/New_York	43.36896	-75.94186	199	Amboy Center,Amboy Centre		NY	075	01649	
5107116	Amenia Union	amenia-union	US		0	America/New_York	41.82454	-73.50512	146	Amenia Union,Hitchcock's Corners		NY	027		
5107137	Amity Harbor	amity-harbor	US		0	America/New_York	40.66343	-73.39818	1			NY	103	04000	
5107157	Anaquassacook	anaquassacook	US		0	America/New_York	43.0748	-73.31233	162			NY	115	38143	
5107203	Angells Corner	angells-corner	US		0	America/New_York	43.02756	-76.86218	131			NY	117	28013	
5107211	Angola Lake Shore Addition	angola-lake-shore-addition	US		0	America/New_York	42.61811	-79.09837	194			NY	029	24801	
5107212	Angola on the Lake	angola-on-the-lake	US		1675	America/New_York	42.65478	-79.04893	183			NY	029	24801	
5107213	Angola-on-the-Lake	angola-on-the-lake	US		0	America/New_York	42.65034	-79.05476	184			NY	029	24801	
5107214	Angus	angus	US		0	America/New_York	42.73479	-76.97274	169			NY	123	06002	
5107219	Annadale	annadale	US		0	America/New_York	40.54455	-74.17653	30			NY	085		
5107225	Annsville	annsville	US		0	America/New_York	41.30759	-73.92792	4			NY	119	18410	
5107259	Apaquogue	apaquogue	US		0	America/New_York	40.94288	-72.21202	6			NY	103	22194	
5107267	Applegate Corner	applegate-corner	US		0	America/New_York	42.45146	-76.61133	395			NY	109	24548	
5107270	Apulia	apulia	US		0	America/New_York	42.82396	-76.05353	395	Apulia,O-nun-o-gese		NY	067	24878	
5107274	Aqueduct	aqueduct	US		0	America/New_York	42.84813	-73.88901	73			NY	093	51264	
5107276	Aquetuck	aquetuck	US		0	America/New_York	42.46064	-73.83846	96			NY	001	16694	
5107284	Arabia	arabia	US		0	America/New_York	42.29981	-75.05517	625			NY	025	27232	
5107285	Arabia	arabia	US		0	America/New_York	42.53397	-74.6357	621			NY	095	38440	
5107300	Archdale	archdale	US		0	America/New_York	43.03313	-73.48095	175			NY	115	22656	
5107303	Archville	archville	US		0	America/New_York	41.12176	-73.86125	67			NY	119	49011	
5107304	Arctic	arctic	US		0	America/New_York	42.18564	-75.41434	494			NY	025	45964	
5107310	Ardonia	ardonia	US		0	America/New_York	41.67593	-74.07264	166	Ardonia,Charles Palmer's Corner		NY	111	58552	
5107326	Arietta	arietta	US		0	America/New_York	43.24618	-74.51764	516			NY	041	02572	
5107328	Aristotle	aristotle	US		0	America/New_York	42.34979	-78.01389	458			NY	003	01319	
5107333	Arkwright	arkwright	US		0	America/New_York	42.407	-79.23643	498			NY	013	02605	
5107342	Armawalk	armawalk	US		0	America/New_York	41.28787	-73.77097	133			NY	119	84077	
5107347	Armor	armor	US		0	America/New_York	42.74061	-78.79892	250			NY	029	31654	
5107365	Arnolds Mill	arnolds-mill	US		0	America/New_York	42.34147	-73.59512	148			NY	021	28871	
5107374	Arrochar	arrochar	US		13010	America/New_York	40.59844	-74.07264	16			NY	085		
5107377	Arsenal Hill	arsenal-hill	US		0	America/New_York	42.8834	-77.29637	250			NY	069	12144	
5107380	Arshamonaque	arshamonaque	US		0	America/New_York	41.08954	-72.39064	2			NY	103	69463	
5107381	Art Village	art-village	US		0	America/New_York	40.88399	-72.42314	2			NY	103		
5107390	Arthursburg	arthursburg	US		0	America/New_York	41.62843	-73.77152	102	Arthursburg,Arthursburgh		NY	027	40299	
5107407	Arthur Manor	arthur-manor	US		0	America/New_York	40.97676	-73.79291	70			NY	119	65442	
5107418	Ashantee	ashantee	US		0	America/New_York	42.89701	-77.76473	177			NY	051	03364	
5107419	Asharoken	asharoken	US		654	America/New_York	40.92788	-73.35984	4			NY	103	37000	
5107429	Ashford Hollow	ashford-hollow	US		0	America/New_York	42.4034	-78.68531	462			NY	009	02759	
5107440	Ashokan	ashokan	US		0	America/New_York	41.97565	-74.19681	203			NY	111	54749	
5107450	Assembly Park	assembly-park	US		0	America/New_York	42.77979	-76.1302	366			NY	067	75638	
5107483	Atlantique	atlantique	US		0	America/New_York	40.64177	-73.17067	1			NY	103	38000	
5107487	Attica Center	attica-center	US		0	America/New_York	42.81562	-78.23446	469			NY	121	03012	
5107492	Attlebury	attlebury	US		0	America/New_York	41.91731	-73.66846	146			NY	027	70662	
5107496	Atwaters	atwaters	US		0	America/New_York	42.6309	-76.64967	125	Atwater,Atwaters		NY	011	28673	
5107497	Atwell	atwell	US		0	America/New_York	43.52396	-74.94433	556			NY	043	54507	
5107498	Atwell Corners	atwell-corners	US		0	America/New_York	42.92479	-75.90631	245			NY	067	59036	
5107531	Ausable Chasm	ausable-chasm	US		0	America/New_York	44.52255	-73.46513	114			NY	019	03221	
5107566	Averys Place	averys-place	US		0	America/New_York	43.29424	-74.55459	521			NY	041	02572	
5107567	Averyville	averyville	US		0	America/New_York	44.24394	-74.05154	625			NY	031	51935	
5107578	Axeville	axeville	US		0	America/New_York	42.24923	-78.95921	511			NY	009	17684	
5107579	Axton Landing	axton-landing	US		0	America/New_York	44.20284	-74.32877	471	Axton,Axton Landing		NY	033	32314	
5107582	Awosting	awosting	US		0	America/New_York	41.66926	-74.29126	174			NY	111	66674	
5107588	Babbitt Corner	babbitt-corner	US		0	America/New_York	43.87367	-76.1177	106			NY	045	34055	
5107589	Babbitt Corner	babbitt-corner	US		0	America/New_York	42.83618	-77.18442	308			NY	069	29531	
5107591	Babcock Hill	babcock-hill	US		0	America/New_York	42.93174	-75.22072	416	Babcock Hill,Babcockhill		NY	065	08180	
5107595	Babcock Lake	babcock-lake	US		0	America/New_York	42.81341	-73.40456	402			NY	083	29674	
5107613	Bacon Hill	bacon-hill	US		0	America/New_York	43.13341	-73.60567	88	Bacon Hill,Baconhill,Fiddletown,Pope's Corners,Popes Corners		NY	091	53737	
5107621	Baggs Corner	baggs-corner	US		0	America/New_York	43.957	-76.0577	116			NY	045	35782	
5107651	Baileys Gap	baileys-gap	US		0	America/New_York	41.69204	-74.00014	155			NY	111	45722	
5107654	Baileys Settlement	baileys-settlement	US		0	America/New_York	42.88701	-76.15604	154			NY	067	40266	
5107655	Baileytown	baileytown	US		0	America/New_York	41.30815	-74.08125	293	Baileytown,Barleytown		NY	071	82755	
5107662	Bains Corner	bains-corner	US		0	America/New_York	41.73898	-73.56207	119			NY	027	20819	
5107663	Baird Corners	baird-corners	US		0	America/New_York	43.22229	-76.46022	119			NY	067	44039	
5107670	Baiting Hollow	baiting-hollow	US		1642	America/New_York	40.95621	-72.74427	32	Baiting Hollow,Fresh Pond		NY	103	61984	
5107683	Baker Corner	baker-corner	US		0	America/New_York	41.58759	-73.5629	257			NY	027	56825	
5107684	Baker Corners	baker-corners	US		0	America/New_York	43.10951	-75.14211	171			NY	043	65695	
5107707	Bakerstand	bakerstand	US		0	America/New_York	42.35062	-78.54863	525			NY	009	44237	
5107708	Bakertown	bakertown	US		0	America/New_York	43.39924	-74.13097	415			NY	113	71641	
5107711	Balcom	balcom	US		0	America/New_York	42.36978	-79.09643	402			NY	013	77530	
5107712	Balcom Beach	balcom-beach	US		0	America/New_York	42.38645	-78.2014	446			NY	003	64166	
5107714	Balcom Corners	balcom-corners	US		0	America/New_York	42.36978	-79.09032	401			NY	013	77530	
5107740	Bald Mountain	bald-mountain	US		0	America/New_York	43.12952	-73.53817	97			NY	115	30686	
5107766	Baldwin Corner	baldwin-corner	US		0	America/New_York	43.33867	-78.19085	100			NY	073	12496	
5107767	Baldwin Corner	baldwin-corner	US		0	America/New_York	43.38757	-73.49345	49			NY	115	39650	
5107771	Baldwin Harbor	baldwin-harbor	US		8102	America/New_York	40.63955	-73.60846	3			NY	059	34000	
5107773	Baldwin Heights	baldwin-heights	US		0	America/New_York	42.09923	-78.42252	439			NY	009	54716	
5107799	Ballard Corners	ballard-corners	US		0	America/New_York	43.15313	-73.68151	96			NY	091	82403	
5107804	Ballina	ballina	US		0	America/New_York	42.89784	-75.84714	406			NY	053	13156	
5107809	Ballston Center	ballston-center	US		0	America/New_York	42.95591	-73.8654	122	Ballston Center,Ballston Centre,Balltown		NY	091	04220	
5107816	Balltown	balltown	US		0	America/New_York	42.49062	-79.07643	287			NY	013	32050	
5107821	Balmville	balmville	US		3178	America/New_York	41.53482	-74.01486	66	Balmville,Hampton		NY	071	50045	
5107823	Balmat	balmat	US		0	America/New_York	44.24839	-75.39493	208			NY	089	27100	
5107857	Banksville	banksville	US		0	America/New_York	41.14121	-73.63957	138			NY	119		
5107858	Baptist Corners	baptist-corners	US		0	America/New_York	42.90368	-76.46827	307			NY	011	55871	
5107881	Barcelona	barcelona	US		0	America/New_York	42.34034	-79.59588	184	Barcelona,Portland Harbor		NY	013	79950	
5107893	Bardonia	bardonia	US		4108	America/New_York	41.10954	-73.99625	90			NY	087	15968	
5107903	Bardeen Corners	bardeen-corners	US		0	America/New_York	43.34535	-76.15187	157	Bardeen Corners,Bardeen's Corners		NY	075	32688	
5108217	Beachville	beachville	US		0	America/New_York	42.4559	-77.63277	520			NY	101	19675	
5107916	Barkers Grove	barkers-grove	US		0	America/New_York	42.98785	-73.55178	136			NY	115	22656	
5107917	Barkersville	barkersville	US		0	America/New_York	43.08841	-74.03957	342			NY	091	59949	
5107919	Barkertown	barkertown	US		0	America/New_York	42.55145	-77.9	463			NY	051	54089	
5107936	Barnerville	barnerville	US		0	America/New_York	42.68758	-74.42653	252			NY	095	16639	
5107945	Barnes Corners	barnes-corners	US		0	America/New_York	43.81701	-75.81769	430			NY	049	57925	
5107952	Barnes Hole	barnes-hole	US		0	America/New_York	40.99927	-72.13258	7			NY	103	22194	
5107955	Barnes Landing	barnes-landing	US		0	America/New_York	41.00455	-72.12508	3			NY	103	22194	
5107980	Barnum Corners	barnum-corners	US		0	America/New_York	41.45898	-73.55568	178			NY	079	56748	
5107982	Barney Mills	barney-mills	US		0	America/New_York	42.09229	-77.70555	577			NY	101	81105	
5107991	Barre Center	barre-center	US		0	America/New_York	43.18617	-78.19419	211	Barre Center,Barre Centre		NY	073	04572	
5107998	Barrett Corners	barrett-corners	US		0	America/New_York	42.71868	-75.17294	401			NY	077	11209	
5108000	Barnum Island	barnum-island	US		2414	America/New_York	40.60455	-73.64402	0			NY	059	34000	
5108023	Bartlett Corners	bartlett-corners	US		0	America/New_York	43.31034	-77.79445	84			NY	055	56561	
5108025	Bartlett Hollow	bartlett-hollow	US		0	America/New_York	42.3198	-75.18184	367			NY	025	27232	
5108035	Bartletts Corner	bartletts-corner	US		0	America/New_York	44.26006	-75.72467	143			NY	045	73528	
5108071	Basket	basket	US		0	America/New_York	41.84898	-75.10989	259	Basket,Basket Station,Douglass Village,Long Eddy		NY	105	27573	
5108111	Bath Beach	bath-beach	US		33080	America/New_York	40.60455	-74.00431	8			NY	047		
5108118	Battenville	battenville	US		0	America/New_York	43.10924	-73.424	128	Battenkill,Battenville		NY	115	30686	
5108135	Battery Park City	battery-park-city	US		0	America/New_York	40.71149	-74.01625	0	Battery Park		NY	061		
5108141	Batchellerville	batchellerville	US		0	America/New_York	43.21174	-74.0818	239	Batchelerville,Batchellerville		NY	091	23591	
5108153	Bay Colony	bay-colony	US		0	America/New_York	40.62955	-73.59541	0			NY	059	34000	
5108155	Bay Park	bay-park	US		2212	America/New_York	40.63316	-73.67041	3			NY	059	34000	
5108157	Bay Point	bay-point	US		0	America/New_York	41.00343	-72.31508	8			NY	103	68473	
5108159	Bay Pond	bay-pond	US		0	America/New_York	44.43145	-74.41183	481			NY	033	65178	
5108161	Bay Ridge	bay-ridge	US		0	America/New_York	40.63399	-74.01458	26	Bay Ridge,Bej-Ridzh,Yellow Hook,Бей-Ридж		NY	047		
5108172	Bay Shores	bay-shores	US		0	America/New_York	42.86229	-76.2741	244			NY	067	55651	
5108174	Baxter Estates	baxter-estates	US		1012	America/New_York	40.83482	-73.69541	12			NY	059	53000	
5108176	Bay View	bay-view	US		0	America/New_York	42.77923	-78.85781	179			NY	029	31654	
5108177	Bay View	bay-view	US		0	America/New_York	43.19728	-77.53278	74			NY	055	37726	
5108178	Bay View	bay-view	US		0	America/New_York	41.04121	-72.42064	12	Bay View,Bayview		NY	103	69463	
5108179	Bay Wood	bay-wood	US		7350	America/New_York	40.7501	-73.29123	18	Baywood		NY	103	38000	
5108182	Bayberry	bayberry	US		0	America/New_York	43.14646	-76.2227	122			NY	067	16067	
5108183	Bayberry Dunes	bayberry-dunes	US		0	America/New_York	40.68982	-72.98927	2			NY	103	10000	
5108184	Bayberry Park	bayberry-park	US		0	America/New_York	40.94677	-73.77402	48			NY	119	50617	
5108186	Baychester	baychester	US		16274	America/New_York	40.86928	-73.83645	24	Bay Chester,Baychester		NY	005		
5108207	Beach Hampton	beach-hampton	US		0	America/New_York	40.97816	-72.10758	3			NY	103	22194	
5108213	Beach Ridge	beach-ridge	US		0	America/New_York	43.08478	-78.82309	177	Beach Ridge,Beachridge,Beech Ridge,Hall's Settlement,Halls Station		NY	063	57111	
5108220	Beacon Hills	beacon-hills	US		0	America/New_York	41.50954	-73.92847	76			NY	027	25978	
5108239	Bean Hill Crossing	bean-hill-crossing	US		0	America/New_York	44.33061	-75.78801	107			NY	045	01176	
5108350	Beards Hollow	beards-hollow	US		0	America/New_York	42.60646	-74.55403	424			NY	095	72070	
5108358	Beartown	beartown	US		0	America/New_York	44.7581	-73.58042	236			NY	019	05485	
5108359	Beartown	beartown	US		0	America/New_York	43.3509	-75.45406	384			NY	065	79862	
5108360	Beartown	beartown	US		0	America/New_York	43.32868	-73.76512	361			NY	113	40662	
5108435	Beaver Meadow	beaver-meadow	US		0	America/New_York	42.65951	-75.68019	451			NY	017	55717	
5108489	Beaver River	beaver-river	US		0	America/New_York	43.90368	-74.9099	516			NY	043	78927	
5108509	Beaverkill	beaverkill	US		0	America/New_York	41.98148	-74.83544	456	Beaver Kill,Beaverkill		NY	105	63176	
5108521	Becks Grove	becks-grove	US		0	America/New_York	43.25535	-75.60379	136			NY	065	63418	
5108526	Beckers Corners	beckers-corners	US		0	America/New_York	42.54841	-73.81096	57	Becker's Corners,Beckers Corner,Beckers Corners		NY	001	06354	
5108529	Bedell	bedell	US		0	America/New_York	42.19509	-74.55015	565			NY	025	47031	
5108533	Bedford Center	bedford-center	US		0	America/New_York	41.2201	-73.65818	117			NY	119	05320	
5108536	Bedford Corners	bedford-corners	US		0	America/New_York	42.05451	-78.3114	452			NY	009	59509	
5108554	Bedford-Stuyvesant	bedford-stuyvesant	US		0	America/New_York	40.68344	-73.94125	15	Bed-Stuy,Bedford,Bedford Stuyvesant,Bedford-Stuyvesant,Bedford–Stuyvesant,Stuyvesant,beddofodo=sutaibesanto,bedeupeodeuseutaibeseonteu,Бедфорд — Стайвесант,בעדפארד סטייוועסענט,ベッドフォード＝スタイベサント,베드퍼드스타이베선트		NY	047		
5108557	Bedford Four Corners	bedford-four-corners	US		0	America/New_York	41.19843	-73.67819	148			NY	119	05320	
5108573	Beech Hill	beech-hill	US		0	America/New_York	40.98649	-73.81652	88			NY	119	84000	
5108595	Beechertown	beechertown	US		0	America/New_York	44.702	-74.78853	167			NY	089	71410	
5108596	Beecherville	beecherville	US		0	America/New_York	43.57868	-75.90825	356			NY	075	55453	
5108597	Beechford	beechford	US		0	America/New_York	42.0212	-74.27042	204			NY	111	66597	
5108598	Beechhurst	beechhurst	US		0	America/New_York	40.79149	-73.80458	14			NY	081		
5108602	Beechmont Woods	beechmont-woods	US		0	America/New_York	40.93454	-73.77402	29			NY	119	50617	
5108610	Beehive Crossing	beehive-crossing	US		0	America/New_York	42.79395	-78.15251	387			NY	121	46877	
5108623	Beekmantown	beekmantown	US		0	America/New_York	44.77087	-73.49208	77			NY	019	05485	
5108627	Beekman	beekman	US		0	America/New_York	41.61093	-73.71291	115	Beekman,Beekmanville		NY	027	05452	
5108636	Beerston	beerston	US		0	America/New_York	42.12536	-75.16267	357			NY	025	78047	
5108639	Belcoda	belcoda	US		0	America/New_York	43.02478	-77.84612	197			NY	055	81402	
5108649	Belfort	belfort	US		0	America/New_York	43.92812	-75.33213	300	Belfort,Monterey		NY	049	19081	
5108654	Belknap Crossing	belknap-crossing	US		0	America/New_York	42.86423	-78.16251	352			NY	121	46877	
5108657	Beixedon Estates	beixedon-estates	US		0	America/New_York	41.06843	-72.41092	6			NY	103	69463	
5108681	Belle Ayr	belle-ayr	US		0	America/New_York	42.07203	-74.60932	609	Belle Air,Belle Ayr,Belleayre		NY	111	32116	
5108683	Belle Harbor	belle-harbor	US		6758	America/New_York	40.57594	-73.84819	2			NY	081		
5108688	Belle Terre	belle-terre	US		792	America/New_York	40.95982	-73.06788	49			NY	103	10000	
5108693	Bellerose Terrace	bellerose-terrace	US		2198	America/New_York	40.72066	-73.72596	23	Bellerose Gardens West,Bellerose Terrace		NY	059	34000	
5108705	Bellmont Center	bellmont-center	US		0	America/New_York	44.8481	-74.13572	393	Bellmont Center,Bellmont Centre		NY	033	05716	
5108722	Bellview Beach	bellview-beach	US		0	America/New_York	40.78371	-72.78593	1			NY	103	10000	
5108737	Belltown	belltown	US		0	America/New_York	42.63702	-76.59494	321			NY	011	28673	
5108739	Bemis Heights	bemis-heights	US		0	America/New_York	42.97119	-73.63345	31	Bemis Heights,Bemus Heights,Bemus' Heights,Bemus's Heights		NY	091	71333	
5108757	Benedict Beach	benedict-beach	US		0	America/New_York	43.34867	-77.87223	77			NY	055	31797	
5108791	Bennetts	bennetts	US		0	America/New_York	42.32118	-77.94167	486			NY	003	79202	
5108792	Bennetts	bennetts	US		0	America/New_York	42.18896	-77.62082	409	Bennett's Creek,Bennetts,Bennetts Creek		NY	101	30741	
5108794	Bennetts Corners	bennetts-corners	US		0	America/New_York	43.0434	-75.60324	163	Bennett's Corners,Bennetts Corners,Pine Bush		NY	053	54837	
5108795	Bennetts Corners	bennetts-corners	US		0	America/New_York	43.03479	-76.36493	217			NY	067	11913	
5108796	Bennetts Corners	bennetts-corners	US		0	America/New_York	43.19506	-78.01724	180			NY	073	15880	
5108802	Bennettsburg	bennettsburg	US		0	America/New_York	42.42535	-76.81107	346	Bennetsburgh,Bennettsburg,Bennettsburgh		NY	097	33073	
5108812	Benson Mines	benson-mines	US		0	America/New_York	44.16978	-75.01547	432			NY	089	16287	
5108815	Bensonhurst	bensonhurst	US		60000	America/New_York	40.60177	-73.99403	4	Bensonhurst,Bensonhurst-By-The-Sea,Bensonkherst,Bensonkhjorst,Бенсонхерст,Бенсонхёрст		NY	047		
5108823	Bentleys Corners	bentleys-corners	US		0	America/New_York	44.22895	-75.69383	138			NY	045	02297	
5108825	Benton Center	benton-center	US		0	America/New_York	42.71729	-77.06664	335	Benton Center,Benton Centre		NY	123	06002	
5108827	Benton Corners	benton-corners	US		0	America/New_York	41.69843	-74.19209	87	Benton Corners,Benton's Corners,Hedden Corners,Hidden Corners		NY	111	28255	
5108844	Bergen Beach	bergen-beach	US		13596	America/New_York	40.62038	-73.9068	3			NY	047		
5108845	Bergen Beach	bergen-beach	US		0	America/New_York	42.61479	-76.68273	132			NY	099	18663	
5108853	Bergholtz	bergholtz	US		0	America/New_York	43.10311	-78.90671	177	Bergholtz,New Bergholtz		NY	063	81380	
5108861	Berkshire Terrace	berkshire-terrace	US		0	America/New_York	41.49593	-73.70207	264			NY	079	39331	
5108898	Besemer	besemer	US		0	America/New_York	42.39618	-76.40994	291			NY	109	12606	
5108900	Best	best	US		0	America/New_York	42.61564	-73.63734	148			NY	083	22117	
5108918	Bethany Center	bethany-center	US		0	America/New_York	42.90395	-78.13335	360	Bethany,Bethany Center		NY	037	06266	
5108938	Bethel Corners	bethel-corners	US		0	America/New_York	43.24923	-76.58272	137			NY	011	37660	
5108939	Bethel Corners	bethel-corners	US		0	America/New_York	43.57201	-76.18715	86			NY	075	61533	
5108941	Bethel Grove	bethel-grove	US		0	America/New_York	42.40535	-76.42938	270			NY	109	20962	
5108948	Bethlehem Center	bethlehem-center	US		0	America/New_York	42.60202	-73.79151	58	Babcock's Corners,Bethlehem Center,Bethlehem Centre		NY	001	06354	
5108952	Bethlehem Heights	bethlehem-heights	US		0	America/New_York	42.53425	-73.83262	44			NY	001	06354	
5108964	Bettsburg	bettsburg	US		0	America/New_York	42.20175	-75.54713	316			NY	017		
5108969	Beukendaal	beukendaal	US		0	America/New_York	42.85508	-73.9804	97			NY	093	29366	
5108977	Beyers Corners	beyers-corners	US		0	America/New_York	42.99813	-74.11485	228			NY	035	57353	
5109018	Big Brook	big-brook	US		0	America/New_York	43.32229	-75.32684	213			NY	065	79862	
5109073	Big Hollow	big-hollow	US		0	America/New_York	43.4334	-73.75568	455			NY	113	40519	
5109108	Big Moose	big-moose	US		0	America/New_York	43.8184	-74.91518	626	Big Moose,Bigmoose		NY	043	78927	
5109148	Big Tree	big-tree	US		0	America/New_York	42.76978	-78.81142	219	Big Tree,Big Tree Corners,Bigtree		NY	029	31654	
5109168	Billington Heights	billington-heights	US		1685	America/New_York	42.78423	-78.62642	290			NY	029	24130	
5109172	Billsboro	billsboro	US		0	America/New_York	42.80173	-76.9783	155	Billsboro,Billsboro Station		NY	069	28651	
5109173	Billsboro Corners	billsboro-corners	US		0	America/New_York	42.81062	-77.00774	214	Billsboro Corners,Billsborough		NY	069	28651	
5109175	Biltmore Shores	biltmore-shores	US		0	America/New_York	40.66371	-73.46624	1			NY	059	56000	
5109176	Bingham Mills	bingham-mills	US		0	America/New_York	42.10953	-73.83152	38			NY	021	42917	
5109182	Bingley	bingley	US		0	America/New_York	42.96173	-75.83075	316			NY	053	25593	
5109190	Binnewater	binnewater	US		0	America/New_York	41.85648	-74.08542	64			NY	111	63737	
5109217	Birchton	birchton	US		0	America/New_York	43.00091	-73.96818	183			NY	091	28112	
5109222	Bird	bird	US		0	America/New_York	42.36617	-78.54447	522			NY	009	44237	
5109235	Birdsall	birdsall	US		0	America/New_York	42.39146	-77.92028	516			NY	003	06717	
5109237	Bird Grove	bird-grove	US		0	America/New_York	40.83232	-73.75513	8			NY	059	53000	
5109240	Birmingham Corners	birmingham-corners	US		0	America/New_York	42.88868	-75.13766	386			NY	043	82568	
5109248	Bishas Mill	bishas-mill	US		0	America/New_York	44.00562	-75.2563	396			NY	049	19081	
5109290	Black Brook	black-brook	US		0	America/New_York	44.45838	-73.74236	297			NY	019	06761	
5109310	Black Corners	black-corners	US		0	America/New_York	42.39423	-79.1981	428			NY	013	02605	
5109349	Black Creek Village	black-creek-village	US		0	America/New_York	43.08645	-78.94976	174	Black Creek Village,Love Canal		NY	063	51055	
5109363	Black Lake	black-lake	US		0	America/New_York	41.64537	-74.86183	407			NY	105	06310	
5109434	Blackbridge	blackbridge	US		0	America/New_York	43.37062	-74.32347	319			NY	041	79059	
5109437	Blackesley Corner	blackesley-corner	US		0	America/New_York	42.26591	-75.60074	465			NY	017	18619	
5109443	Blackmans Corners	blackmans-corners	US		0	America/New_York	43.15896	-75.5474	155			NY	065	77178	
5109452	Blairville	blairville	US		0	America/New_York	43.23394	-79.01699	94			NY	063	59267	
5109460	Blakeley	blakeley	US		0	America/New_York	42.73562	-78.5953	275	Blakeley,Osborn		NY	029	03199	
5109477	Blasdell	blasdell	US		2592	America/New_York	42.79728	-78.82337	186	Blaisdell,Blasdell		NY	029	31654	
5109478	Blatchley	blatchley	US		0	America/New_York	42.02147	-75.73408	367			NY	007	82535	
5109482	Bleecker	bleecker	US		0	America/New_York	43.11979	-74.36764	458			NY	035	06882	
5109483	Bleecker Center	bleecker-center	US		0	America/New_York	43.15063	-74.3943	418			NY	035	06882	
5109492	Blennes Corner	blennes-corner	US		0	America/New_York	43.31146	-75.68102	186			NY	065	02253	
5109522	Bliss Corner	bliss-corner	US		0	America/New_York	43.15757	-74.6682	383			NY	035	71784	
5109539	Blockville	blockville	US		0	America/New_York	42.08172	-79.41227	424			NY	013	32248	
5109553	Bloomerville	bloomerville	US		0	America/New_York	42.4309	-77.45971	377			NY	101	03342	
5109557	Bloomfield Park	bloomfield-park	US		0	America/New_York	43.21479	-75.43962	140			NY	065	63418	
5109618	Blue Store	blue-store	US		0	America/New_York	42.10898	-73.81763	56	Blue Store,Blue Stores		NY	021	42917	
5109647	Bluff Point	bluff-point	US		0	America/New_York	42.61424	-77.10358	250	Bluff Point,Bluffpoint,Kinney's Corners,Kinneys Corners		NY	123	38583	
5109664	Boardmanville	boardmanville	US		0	America/New_York	42.09062	-78.42641	435	Boardman,Boardmanville		NY	009	54716	
5109692	Boght Corners	boght-corners	US		0	America/New_York	42.78313	-73.74429	108	Boght,Boght Corners,Groesbeck Corners,Groesbeck's Corners		NY	001	17343	
5109733	Bonila	bonila	US		0	America/New_York	42.11534	-79.28171	400			NY	013	23998	
5109735	Bonney	bonney	US		0	America/New_York	42.72146	-75.67102	458			NY	017	68110	
5109738	Bonni Castle	bonni-castle	US		0	America/New_York	43.23812	-76.93413	87			NY	117	37165	
5109741	Bonnie Crest	bonnie-crest	US		0	America/New_York	40.95982	-73.78597	58			NY	119	50617	
5109746	Bonny Hill	bonny-hill	US		0	America/New_York	42.27063	-77.33359	538			NY	101	73836	
5109754	Boomertown	boomertown	US		0	America/New_York	42.07978	-79.36949	424	Ashville Station,Boomertown		NY	013	11451	
5109770	Boquet	boquet	US		0	America/New_York	44.30366	-73.40235	92	Boquet,Bouquet		NY	031	24768	
5109776	Borden Estate	borden-estate	US		0	America/New_York	41.59398	-74.17126	118			NY	111	66674	
5109777	Border City	border-city	US		0	America/New_York	42.87868	-76.96052	141			NY	099	78564	
5109787	Borodino	borodino	US		0	America/New_York	42.85896	-76.33799	336			NY	067	70057	
5109789	Borodino Landing	borodino-landing	US		0	America/New_York	42.85701	-76.35299	264			NY	067	70057	
5109790	Borough Park	borough-park	US		149248	America/New_York	40.63399	-73.99681	20	Blythebourne,Boro-Park,Borough Park,Боро-Парк,בארא פארק,בורו פארק		NY	047		
5109795	Bosley Corner	bosley-corner	US		0	America/New_York	42.82145	-77.61027	329			NY	051	42961	
5109799	Boston Corner	boston-corner	US		0	America/New_York	42.05287	-73.52123	216	Boston Corner,Boston Corners		NY	021	02099	
5109804	Bostwick Corners	bostwick-corners	US		0	America/New_York	42.42146	-76.62911	334			NY	109	24548	
5109806	Boreas River	boreas-river	US		0	America/New_York	43.94145	-73.9632	557			NY	031	47669	
5109808	Boswell Corners	boswell-corners	US		0	America/New_York	42.71868	-77.42443	383			NY	069	68660	
5109822	Boughton Hill	boughton-hill	US		0	America/New_York	42.96117	-77.41166	248			NY	069	77387	
5109829	Boultons Beach	boultons-beach	US		0	America/New_York	43.93562	-76.13437	77			NY	045	35782	
5109835	Bournes Beach	bournes-beach	US		0	America/New_York	42.35978	-79.55088	187			NY	013	79950	
5109840	Boutonville	boutonville	US		0	America/New_York	41.25704	-73.56457	129			NY	119	59685	
5109848	Bowen Corners	bowen-corners	US		0	America/New_York	43.30674	-76.25132	131			NY	075	65618	
5109852	Bowens Corners	bowens-corners	US		0	America/New_York	43.27535	-76.46355	137	Bowen's Corners,Bowens Corners		NY	075	29729	
5109855	Bowers Corner	bowers-corner	US		0	America/New_York	42.6509	-76.59578	330			NY	011	28673	
5109859	Bowerstown	bowerstown	US		0	America/New_York	42.68591	-74.91765	389	Bowastown,Bowerstown		NY	077	46910	
5109900	Boylston Center	boylston-center	US		0	America/New_York	43.66035	-75.96464	376	Boylston Center,Boylston Corner		NY	075	07674	
5109911	Boyntonville	boyntonville	US		0	America/New_York	42.84508	-73.45595	188	Boynton,Boyntonville		NY	083	58398	
5109936	Bradford Junction	bradford-junction	US		0	America/New_York	42.09701	-78.62614	437			NY	009		
5109951	Bradtville	bradtville	US		0	America/New_York	43.07257	-74.50681	341			NY	035	24603	
5109960	Braeside	braeside	US		0	America/New_York	42.53703	-73.60873	128			NY	083	65541	
5109973	Braman Corners	braman-corners	US		0	America/New_York	42.80869	-74.21874	335	Braman Corners,Braman's Corners,Bramans Corners,Parley Street,Parlier Street,Parlor Street,Pooler Street		NY	093	21006	
5109694	Bohemia	bohemia	US	11716	10180	America/New_York	40.76926	-73.11511	20			NY	103	38000	
5109975	Bramanville	bramanville	US		0	America/New_York	42.68619	-74.40125	231	Bramanville,Braymanville		NY	095	16639	
5109990	Brandon Center	brandon-center	US		0	America/New_York	44.77394	-74.41211	317			NY	033	07839	
5109994	Brandreth	brandreth	US		0	America/New_York	43.93756	-74.85268	518			NY	043	78927	
5110008	Brandy Brook	brandy-brook	US		0	America/New_York	44.24701	-74.77574	449			NY	089	17409	
5110028	Brasher Center	brasher-center	US		0	America/New_York	44.86727	-74.7838	79			NY	089	07938	
5110030	Brasher Iron Works	brasher-iron-works	US		0	America/New_York	44.89005	-74.69796	76	Brasher Iron Works,Fullerville,Tsi Karistonnihahkwe,Tsi Karistonníhahkwe,Tsitkarestonni		NY	089	07938	
5110033	Brasie Corners	brasie-corners	US		0	America/New_York	44.40839	-75.59356	117			NY	089	44391	
5110049	Breakabeen	breakabeen	US		0	America/New_York	42.52424	-74.40959	226	Brakabeen,Breakabeen		NY	095	27826	
5110052	Brayton Hollow	brayton-hollow	US		0	America/New_York	44.94171	-74.12684	162			NY	033	13992	
5110089	Brewers Corner	brewers-corner	US		0	America/New_York	43.11146	-75.53407	201			NY	065	77178	
5110094	Brewster Heights	brewster-heights	US		0	America/New_York	41.40621	-73.63263	189			NY	079	68924	
5110096	Brewster Hill	brewster-hill	US		2089	America/New_York	41.42398	-73.60429	188			NY	079	68924	
5110115	Brick House Corners	brick-house-corners	US		0	America/New_York	42.99312	-78.40585	279			NY	037	57078	
5110116	Brick Tavern	brick-tavern	US		0	America/New_York	42.27259	-73.72346	62			NY	021	16045	
5110149	Briggs Corner	briggs-corner	US		0	America/New_York	43.87451	-75.53574	247			NY	049	20214	
5110154	Briggs Hollow	briggs-hollow	US		0	America/New_York	42.01757	-76.30605	373			NY	107	51121	
5110161	Brighton Beach	brighton-beach	US		31462	America/New_York	40.57788	-73.95958	3	Brighton Beach,Duck Hill		NY	047		
5110176	Brinckerhoff	brinckerhoff	US		2900	America/New_York	41.54398	-73.86819	67	Brinckerhoff,Brinckerhoff Station,Brinckerhoffville		NY	027	25978	
5110183	Brisben	brisben	US		0	America/New_York	42.36507	-75.68158	286			NY	017	30422	
5110189	Bristol Center	bristol-center	US		0	America/New_York	42.80895	-77.39054	285	Bristol Center,Bristol Centre		NY	069	08378	
5110192	Bristol Springs	bristol-springs	US		0	America/New_York	42.70618	-77.37999	369	Bristol Springs,Cold Springs		NY	069	68660	
5110201	Broad Channel	broad-channel	US		2443	America/New_York	40.60316	-73.82041	1			NY	081		
5110212	Broadalbin Junction	broadalbin-junction	US		0	America/New_York	43.08507	-74.29402	258			NY	035	46217	
5110219	Broadway Junction	broadway-junction	US		0	America/New_York	40.67677	-73.90014	21			NY	047		
5110232	Brockville	brockville	US		0	America/New_York	43.26117	-78.09057	138			NY	073	49286	
5110243	Bromley	bromley	US		0	America/New_York	42.78257	-76.18298	392			NY	067	75638	
5110246	Bronck House	bronck-house	US		0	America/New_York	42.34536	-73.84652	37			NY	039	18729	
5110266	The Bronx	the-bronx	US		1385108	America/New_York	40.84985	-73.86641	23	Borough of Bronx,Bronks,Bronx,The Bronx,Бронкс	005	NY	005		
5110268	Bronxdale	bronxdale	US		0	America/New_York	40.85524	-73.86529	15	Bronxdale,Bronxsdale		NY	005		
5110271	Bronxville Heights	bronxville-heights	US		0	America/New_York	40.96621	-73.84291	105			NY	119	84000	
5110309	Brooklyn Heights	brooklyn-heights	US		20256	America/New_York	40.69538	-73.99375	26	Brookland Heights,Brooklyn Heights,Brooklyn Village,bu lu ke lin gao de,布鲁克林高地		NY	047		
5110312	Brooklyn Manor	brooklyn-manor	US		0	America/New_York	40.69483	-73.84764	14			NY	081		
5110319	Brookman Corners	brookman-corners	US		0	America/New_York	42.91729	-74.72626	196			NY	057	47614	
5110322	Brooks Corner	brooks-corner	US		0	America/New_York	42.76618	-75.49684	382			NY	053	31720	
5110328	Brooks Grove	brooks-grove	US		0	America/New_York	42.63062	-77.92806	379	Brooks Grove,Brooks' Grove		NY	051	48956	
5110333	Brooksburg	brooksburg	US		0	America/New_York	42.30286	-74.20681	519			NY	039	82480	
5110354	Brookvale	brookvale	US		0	America/New_York	42.12563	-75.7863	366			NY	007	39837	
5110355	Brookview	brookview	US		0	America/New_York	42.54119	-73.71984	64	Brookview,Schodack Depot		NY	083	65541	
5110364	Broome Center	broome-center	US		0	America/New_York	42.46313	-74.35125	600	Broome Center,Broome Centre,Mackies Corners		NY	095	28981	
5110375	Brothertown	brothertown	US		0	America/New_York	42.94868	-75.42128	367			NY	065	45755	
5110387	Brown Center	brown-center	US		0	America/New_York	43.16951	-76.03853	124			NY	067	15704	
5110420	Browns Corners	browns-corners	US		0	America/New_York	44.29922	-75.85745	113			NY	045	01176	
5110425	Browns Crossing	browns-crossing	US		0	America/New_York	42.24924	-77.45082	329			NY	101	12265	
5110430	Browns Hollow	browns-hollow	US		0	America/New_York	42.80757	-74.5068	296			NY	057	63561	
5110445	Brownsell Corner	brownsell-corner	US		0	America/New_York	41.16371	-73.9882	52			NY	087	15968	
5110463	Brunswick Center	brunswick-center	US		0	America/New_York	42.75702	-73.61623	173	Brunswick Center,Center Brunswick,Centre Brunswick		NY	083	10275	
5110484	Bruynswick	bruynswick	US		0	America/New_York	41.65759	-74.22626	94			NY	111	66674	
5110500	Bryants Mill	bryants-mill	US		0	America/New_York	44.68644	-74.11737	458			NY	033	05716	
5110502	Bryn Mawr Park	bryn-mawr-park	US		0	America/New_York	40.94621	-73.86458	91			NY	119	84000	
5110582	Buck Settlement	buck-settlement	US		0	America/New_York	42.29118	-77.39998	447			NY	101	04770	
5110594	Buckhout Corners	buckhout-corners	US		0	America/New_York	41.13315	-73.81875	69	Buckhout Corners,Buckhouts Corners		NY	119	55541	
5110596	Buckley Hollow	buckley-hollow	US		0	America/New_York	42.40091	-75.66019	347			NY	017	68055	
5110601	Buckleyville	buckleyville	US		0	America/New_York	42.34592	-73.60484	135			NY	021	28871	
5111000	Button City	button-city	US		0	America/New_York	42.72174	-75.32489	387			NY	017	17486	
5110603	Bucks Bridge	bucks-bridge	US		0	America/New_York	44.70506	-75.15909	101	Buck's Bridge,Bucks Bridge,Bucksbridge		NY	089	59575	
5110609	Buckton	buckton	US		0	America/New_York	44.73839	-74.78714	120			NY	089	71410	
5110614	Bucks Corner	bucks-corner	US		0	America/New_York	42.68841	-73.43678	480			NY	083	06189	
5110615	Bucyrus Heights	bucyrus-heights	US		0	America/New_York	43.03006	-78.79892	175			NY	029	02000	
5110624	Buel	buel	US		0	America/New_York	42.84924	-74.65903	221			NY	057	12122	
5110627	Buellville	buellville	US		0	America/New_York	42.98673	-75.94964	232			NY	067	59036	
5110632	Buffalo Corners	buffalo-corners	US		0	America/New_York	42.77812	-78.00779	426			NY	121	57254	
5110665	Bull Hill	bull-hill	US		0	America/New_York	43.26396	-74.90988	437			NY	043	54507	
5110671	Bull Mine	bull-mine	US		0	America/New_York	41.3662	-74.1957	170			NY	071	07003	
5110677	Bull Run	bull-run	US		0	America/New_York	41.91398	-74.44543	353			NY	111	20247	
5110683	Bullet Hole	bullet-hole	US		0	America/New_York	41.39037	-73.7893	203			NY	079	12529	
5110717	Bulls Head	bulls-head	US		0	America/New_York	41.90481	-73.78791	147	Bull's Head,Bulls Head,Bullshead		NY	027	16408	
5110718	Bulls Head	bulls-head	US		0	America/New_York	40.60705	-74.16209	9			NY	085		
5110721	Bulsontown	bulsontown	US		0	America/New_York	41.26037	-74.01653	130			NY	087	71674	
5110731	Bundy Crossing	bundy-crossing	US		0	America/New_York	43.38312	-76.44522	116	Bundy Crossing,Bundy's Crossing		NY	075	77662	
5110760	Burdick Crossing	burdick-crossing	US		0	America/New_York	43.98561	-73.42512	47			NY	031	19246	
5110774	Burgoyne	burgoyne	US		0	America/New_York	43.0898	-73.66262	67			NY	091	65244	
5110776	Burk Hill	burk-hill	US		0	America/New_York	42.77812	-78.02612	458			NY	121	57254	
5110777	Burke Center	burke-center	US		0	America/New_York	44.91893	-74.17962	221	Burke Center,West Chauteaugay		NY	033	11165	
5110793	Burma Woods	burma-woods	US		0	America/New_York	43.182	-78.25419	211			NY	073	04572	
5110802	Burnhams	burnhams	US		0	America/New_York	42.33561	-79.3231	406			NY	013	71476	
5110863	Burnwood	burnwood	US		0	America/New_York	41.94675	-75.06044	413			NY	025	31951	
5110873	Burrs Mills	burrs-mills	US		0	America/New_York	43.93284	-75.85881	240	Burr Mills,Burr's Mills,Burrs Mills,Burrville		NY	045	78619	
5110894	Bush Corner	bush-corner	US		0	America/New_York	42.90451	-77.52027	291			NY	069	79356	
5110906	Bushes Landing	bushes-landing	US		0	America/New_York	43.77757	-75.40907	233			NY	049	78729	
5110907	Bushnell Basin	bushnell-basin	US		0	America/New_York	43.05951	-77.47416	143	Bushnell Basin,Bushnell's Basin,Bushnells Basin,Hartwell's Basin		NY	055	57221	
5110912	Bushnellsville	bushnellsville	US		0	America/New_York	42.15342	-74.41487	447			NY	111	66597	
5110915	Bushville	bushville	US		0	America/New_York	43.002	-78.25835	265			NY	037	04726	
5110916	Bushville	bushville	US		0	America/New_York	41.37259	-74.56988	280			NY	071	30631	
5110917	Bushville	bushville	US		0	America/New_York	41.71509	-74.746	363			NY	105	06310	
5110918	Bushwick	bushwick	US		112620	America/New_York	40.69427	-73.91875	11	Boswijck,Bushuik,Bushwick,Bushwyck,bu xi wei ke,bwswwyq,Бушуик,בושוויק,布希維克		NY	047		
5110921	Bushwick Junction	bushwick-junction	US		0	America/New_York	40.71538	-73.90819	22			NY	081		
5110928	Busti	busti	US		391	America/New_York	42.03811	-79.28338	416	Busti,Busti Corners		NY	013	11451	
5110931	Butcher Corner	butcher-corner	US		0	America/New_York	42.35035	-77.57721	581			NY	101	35837	
5110936	Butler Center	butler-center	US		0	America/New_York	43.16868	-76.77134	122	Butler Center,Butler Centre		NY	117	11473	
5110988	Butternut Grove	butternut-grove	US		0	America/New_York	41.95731	-74.99044	355			NY	025	16793	
5110995	Butterville	butterville	US		0	America/New_York	43.84256	-76.10409	144			NY	045	34055	
5110996	Butterville	butterville	US		0	America/New_York	41.7612	-74.11876	84			NY	111	50562	
5110771	Burden	burden	US	67019	0	America/New_York	42.15898	-73.82735	73			NY	021	42917	
5111008	Butts Corner	butts-corner	US		0	America/New_York	42.47563	-74.82127	401			NY	025	19763	
5111010	Byersville	byersville	US		47	America/New_York	42.5834	-77.79083	414			NY	051	81006	
5111012	Byrdcliffe	byrdcliffe	US		0	America/New_York	42.05259	-74.14653	268			NY	111	83052	
5111038	Cadosia	cadosia	US		0	America/New_York	41.97592	-75.26684	296	Cadosia,Cadosia Valley		NY	025	31951	
5111051	Cagwin Corners	cagwin-corners	US		0	America/New_York	43.14979	-75.57546	143			NY	065	77178	
5111054	Cahoonzie	cahoonzie	US		0	America/New_York	41.45009	-74.71211	309	Cahoonzie,Pleasant Valley		NY	071	19961	
5111057	Cairo Junction	cairo-junction	US		0	America/New_York	42.25314	-73.96652	104			NY	039	13013	
5111061	Cains Corners	cains-corners	US		0	America/New_York	43.30535	-76.59689	108			NY	075	32028	
5111066	Calcutta	calcutta	US		0	America/New_York	42.63285	-74.67626	464			NY	077	83129	
5111096	Callanans Corners	callanans-corners	US		0	America/New_York	42.53258	-73.88457	106	Callanan's Corners,Callanans Corners		NY	001	16694	
5111140	Cambria Center	cambria-center	US		0	America/New_York	43.17783	-78.81948	145			NY	063	11803	
5111259	Camp Lakeland	camp-lakeland	US		0	America/New_York	42.66784	-79.06004	177			NY	029	24801	
5111290	Camp Pioneer	camp-pioneer	US		0	America/New_York	42.63311	-79.08087	184			NY	029	24801	
5111354	Campbell Hall Junction	campbell-hall-junction	US		0	America/New_York	41.46037	-74.26098	122			NY	071	31907	
5111369	Camps Mills	camps-mills	US		0	America/New_York	43.93673	-76.07131	118			NY	045	35782	
5111371	Campville	campville	US		0	America/New_York	42.08757	-76.14882	256	Campville,East Owego		NY	107	55893	
5111372	Camroden	camroden	US		0	America/New_York	43.25285	-75.35517	263			NY	065	26385	
5111375	Canaan Center	canaan-center	US		0	America/New_York	42.38647	-73.45511	271	Canaan Center,Canaan Centre		NY	021	12056	
5111389	Canada Lake	canada-lake	US		0	America/New_York	43.17424	-74.51153	473			NY	035	12573	
5111397	Canadice Corners	canadice-corners	US		0	America/New_York	42.73701	-77.54166	477	Canada Corners,Canadice,Canadice Corners		NY	069	12100	
5111412	Canarsie	canarsie	US		87366	America/New_York	40.64372	-73.90069	6			NY	047		
5111431	Canawaugus	canawaugus	US		0	America/New_York	42.92701	-77.77945	180			NY	051	11715	
5111450	Canisteo Center	canisteo-center	US		0	America/New_York	42.26563	-77.57888	349			NY	101	12265	
5111463	Canoe Hill	canoe-hill	US		0	America/New_York	42.09315	-73.93986	55			NY	111	65299	
5111466	Canoe Place	canoe-place	US		0	America/New_York	40.88899	-72.50398	8			NY	103	68473	
5111469	Canoga	canoga	US		0	America/New_York	42.8534	-76.74856	137			NY	099	25505	
5111472	Canoga Springs	canoga-springs	US		0	America/New_York	42.85118	-76.76662	138			NY	099	25505	
5111478	Canterbury Hill	canterbury-hill	US		0	America/New_York	43.25674	-75.41545	180			NY	065	63418	
5111510	Cardiff	cardiff	US		0	America/New_York	42.88979	-76.14326	186			NY	067	40266	
5111517	Cards Corners	cards-corners	US		0	America/New_York	42.98923	-76.25048	281			NY	067	54958	
5111518	Cardtown	cardtown	US		0	America/New_York	42.64424	-75.24572	401			NY	077	58343	
5111521	Carey Corners	carey-corners	US		0	America/New_York	42.56979	-76.34271	384			NY	109	30972	
5111526	Careys Corners	careys-corners	US		0	America/New_York	43.14729	-75.29545	133			NY	065	45535	
5111536	Carley Mills	carley-mills	US		0	America/New_York	43.37868	-76.12131	134			NY	075	32688	
5111542	Carlisle Center	carlisle-center	US		0	America/New_York	42.7248	-74.42791	390	Carlisle Center,Carlisle Centre		NY	095	12452	
5111543	Carlisle Gardens	carlisle-gardens	US		0	America/New_York	43.17922	-78.65586	193			NY	063	43093	
5111561	Carmel Hills	carmel-hills	US		0	America/New_York	41.40454	-73.67069	168			NY	079	12529	
5111563	Carmel Park Estates	carmel-park-estates	US		0	America/New_York	41.49204	-73.73485	269			NY	079	39331	
5111569	Carmichael Hill	carmichael-hill	US		0	America/New_York	43.33924	-75.33795	257			NY	065	79862	
5111583	Caroline Center	caroline-center	US		0	America/New_York	42.35202	-76.31855	485	Caroline Center,Caroline Centre,Centerville		NY	109	12606	
5111595	Caroline Depot	caroline-depot	US		0	America/New_York	42.37007	-76.40355	299			NY	109	12606	
5111618	Carpenters Corners	carpenters-corners	US		0	America/New_York	43.21868	-74.15402	289			NY	035	51407	
5111685	Cascade Valley	cascade-valley	US		0	America/New_York	42.0023	-75.57907	347			NY	007	82535	
5111703	Casowasco	casowasco	US		0	America/New_York	42.7834	-76.49383	219	Cascowasco,Casowasco,Casowosco		NY	011	65816	
5111744	Castleton Corners	castleton-corners	US		0	America/New_York	40.61316	-74.12236	52	Castleton Corners,Centerville,Centreville,Four Corners		NY	085		
5111754	Cat Elbow Corner	cat-elbow-corner	US		0	America/New_York	42.54424	-76.84857	330			NY	099	43225	
5111792	Catatonk	catatonk	US		0	America/New_York	42.15702	-76.30743	260	Catatonk,Catatunk		NY	107	12221	
5111796	Catfish Corners	catfish-corners	US		0	America/New_York	43.37007	-76.20687	148	Catfish,Catfish Corners		NY	075	56154	
5111814	Catherineville	catherineville	US		0	America/New_York	44.6295	-74.76714	352			NY	089	35595	
5111822	Catlin Hill	catlin-hill	US		0	America/New_York	42.1048	-76.33771	381			NY	107	73968	
5111830	Cator Corners	cator-corners	US		0	America/New_York	43.09395	-77.30193	159			NY	117	44160	
5111853	Cattown	cattown	US		0	America/New_York	42.73035	-75.00293	390			NY	077	55695	
5111855	Caughdenoy	caughdenoy	US		0	America/New_York	43.27257	-76.20715	116	Caughdenoy,Coughdenoy		NY	075	32688	
5111860	Cauterskill	cauterskill	US		0	America/New_York	42.22009	-73.89124	11			NY	039	13013	
5111874	Cayuga Heights	cayuga-heights	US		3822	America/New_York	42.4601	-76.48776	240			NY	109	38088	
5111875	Cayuga Junction	cayuga-junction	US		0	America/New_York	42.86979	-76.70495	119			NY	011	70376	
5111884	Cayutaville	cayutaville	US		0	America/New_York	42.3898	-76.69717	430			NY	097	12914	
5111885	Caywood	caywood	US		0	America/New_York	42.56535	-76.86385	260			NY	099	43225	
5111892	Cecil Park	cecil-park	US		0	America/New_York	40.9751	-73.81847	39			NY	119	84000	
5111907	Cedar Flats	cedar-flats	US		0	America/New_York	41.24093	-74.02403	69			NY	087	71674	
5111935	Cedar Cliff	cedar-cliff	US		0	America/New_York	41.58648	-73.95958	2	Cedar Cliff,Cedarcliff,Hampton		NY	071	50045	
5111937	Cedar Manor	cedar-manor	US		0	America/New_York	40.69066	-73.79041	10			NY	081		
5111963	Cedar Swamp	cedar-swamp	US		0	America/New_York	43.0259	-77.63028	184			NY	055	34099	
5111982	Cedarville Station	cedarville-station	US		0	America/New_York	42.90285	-75.12072	391			NY	043	82568	
5111986	Cedarcrest	cedarcrest	US		0	America/New_York	42.80562	-77.70055	262			NY	051	42961	
5111994	Cementon	cementon	US		0	America/New_York	42.13509	-73.92458	29	Cementon,Smith Landing,Smith's Landing		NY	039	13013	
5112009	Center Berlin	center-berlin	US		0	America/New_York	42.66091	-73.36872	294	Berlin Centre,Center Berlin,Centre Berlin		NY	083	06189	
5112014	Center Cambridge	center-cambridge	US		0	America/New_York	42.9948	-73.45595	190	Center Cambridge,Centre Cambridge		NY	115	11836	
5112015	Center Falls	center-falls	US		0	America/New_York	43.09924	-73.45845	112			NY	115	30686	
5112019	Center Lisle	center-lisle	US		0	America/New_York	42.35841	-76.06159	330	Center Lisle,Centre Lisle,Yorkshire		NY	007	42653	
5112032	Center Village	center-village	US		0	America/New_York	42.16758	-75.61324	294	Center Village,Centre Village		NY	007	17046	
5112084	Central Nyack	central-nyack	US		0	America/New_York	41.09399	-73.95014	19			NY	087	15968	
5112091	Center White Creek	center-white-creek	US		0	America/New_York	42.97036	-73.37761	136	Center White Creek,Centre White Creek		NY	115	81578	
5112169	Centre Island	centre-island	US		409	America/New_York	40.90177	-73.51985	10			NY	059	56000	
5112178	Chace	chace	US		0	America/New_York	42.66534	-78.06584	424			NY	121	12782	
5112249	Chapinville	chapinville	US		0	America/New_York	42.73507	-75.18238	379			NY	077	11209	
5112279	Charleston Four Corners	charleston-four-corners	US		0	America/New_York	42.80285	-74.39902	333			NY	057	13816	
5112281	Charlesworth Corners	charlesworth-corners	US		0	America/New_York	42.96646	-74.68598	230			NY	057	47614	
5112288	Charlotte Center	charlotte-center	US		0	America/New_York	42.3045	-79.23782	467	Charlotte Center,Charlotte Centre		NY	013	13860	
5112293	Charlotte Gardens	charlotte-gardens	US		0	America/New_York	40.83482	-73.89236	23			NY	005		
5112326	Chasm Falls	chasm-falls	US		0	America/New_York	44.75727	-74.21877	313	Chasm Falls,Chasmfalls,Glen Hope,Titusville		NY	033	44721	
5112330	Chaseville	chaseville	US		0	America/New_York	42.54063	-74.85627	387			NY	077	45920	
5112334	Chatfield Corner	chatfield-corner	US		0	America/New_York	43.10813	-73.94263	246			NY	091	30444	
5112336	Chatham Center	chatham-center	US		0	America/New_York	42.41814	-73.61401	90	Chatham Center,Chatham Centre		NY	021	14014	
5112371	Chazy Landing	chazy-landing	US		0	America/New_York	44.88726	-73.37819	32	Chazy Landing,Saxe's Landing		NY	019	14113	
5112374	Chedwel	chedwel	US		0	America/New_York	42.21645	-79.43532	407			NY	013	23976	
5112375	Cheektowaga	cheektowaga	US		75178	America/New_York	42.90339	-78.75475	198	Cheektowaga,Cheektowaga Station,Cheektowaga Village,Jiik-do-waah-geh		NY	029	15011	
5112378	Cheektowasa	cheektowasa	US		0	America/New_York	42.89173	-78.77475	189			NY	029	15011	
5112404	Chenango Lake	chenango-lake	US		0	America/New_York	42.58507	-75.43518	516			NY	017	49957	
5112420	Cheningo	cheningo	US		0	America/New_York	42.65979	-75.99853	361			NY	023	75550	
5112458	Cherry Grove	cherry-grove	US		0	America/New_York	40.65899	-73.089	4			NY	103	10000	
5112463	Cherryplain	cherryplain	US		0	America/New_York	42.62925	-73.35816	346	Cherry Plain,Cherryplain,South Berlin,Sweet's Corners		NY	083	06189	
5112465	Cherrytown	cherrytown	US		0	America/New_York	41.82509	-74.32932	235			NY	111	63011	
5112474	Chester Hill Park	chester-hill-park	US		0	America/New_York	40.92343	-73.82236	39			NY	119	49121	
5112503	Cheviot	cheviot	US		0	America/New_York	42.12509	-73.90374	10	Cheviot,East Camp,East Camp Landing		NY	021	28772	
5112520	Chili Center	chili-center	US		0	America/New_York	43.10728	-77.74556	178			NY	055	15462	
5112525	Chiloway	chiloway	US		0	America/New_York	41.96731	-75.0435	345			NY	025	31951	
5112526	Chilson	chilson	US		0	America/New_York	43.87728	-73.52873	306	Chilson,Chilson Hill		NY	031	73891	
5112530	Chimney Corners	chimney-corners	US		0	America/New_York	41.22982	-73.90819	24			NY	119	18410	
5112540	Chinatown	chinatown	US		90000	America/New_York	40.71649	-73.99625	12	Chajna-taun,chainataun,man ha dun hua bu,zyynhtʼwn,Чайна-таун,טשיינעטאון,ציינהטאון,チャイナタウン,曼哈頓華埠,차이나타운		NY	061		
5112543	Chipman	chipman	US		0	America/New_York	44.78117	-75.19604	107			NY	089	77739	
5112544	Chipman Corners	chipman-corners	US		0	America/New_York	42.63285	-76.37521	391			NY	011	43071	
5112545	Chipmunk	chipmunk	US		0	America/New_York	42.05701	-78.5753	449	Chipmonk,Chipmunck,Chipmunk		NY	009	01297	
5112562	Chittenango Falls	chittenango-falls	US		0	America/New_York	42.9784	-75.83686	287			NY	053	25593	
5112573	Choconut Center	choconut-center	US		0	America/New_York	42.14285	-75.94353	300	Choconut Center,Choconut Centre		NY	007	76056	
5112609	Christian Hill	christian-hill	US		0	America/New_York	42.47868	-76.67217	379			NY	109	24548	
5112610	Christian Hill	christian-hill	US		0	America/New_York	43.73729	-74.07875	453			NY	113	38715	
5112649	Chuckery Corners	chuckery-corners	US		0	America/New_York	43.03229	-75.32906	324			NY	065	39804	
5112655	Chubbs Dock	chubbs-dock	US		0	America/New_York	43.63701	-73.434	46			NY	115	20885	
5112657	Church Corners	church-corners	US		0	America/New_York	42.97896	-74.28124	207			NY	057	02077	
5112701	Churchtown	churchtown	US		0	America/New_York	42.1762	-73.71874	99			NY	021	16045	
5112711	Cicero Center	cicero-center	US		0	America/New_York	43.17896	-76.04075	122			NY	067	15704	
5112735	City Island	city-island	US		4362	America/New_York	40.84732	-73.78652	6			NY	005		
5112738	City Line	city-line	US		0	America/New_York	40.67621	-73.88708	12			NY	047		
5112792	Clark Corners	clark-corners	US		0	America/New_York	43.88368	-75.66075	366			NY	049	20214	
5112793	Clark Corners	clark-corners	US		0	America/New_York	43.43757	-76.42605	124			NY	075	65992	
5112805	Clark Heights	clark-heights	US		0	America/New_York	41.73176	-73.84319	87			NY	027	58695	
5112815	Clark Point	clark-point	US		0	America/New_York	43.82534	-76.2691	77			NY	045	34055	
5112828	Clarks Corner	clarks-corner	US		0	America/New_York	43.22146	-73.64151	69	Clark's Corners,Clarks Corner,Clarks Corners		NY	091	48318	
5112849	Clarkville	clarkville	US		0	America/New_York	43.24341	-74.12291	373			NY	091	23591	
5112853	Clason Point	clason-point	US		0	America/New_York	40.81363	-73.86179	5	Clason Point,Clasons Point,Classon Point,Clausen,Clauson Point,Clawson,Cornells Neck		NY	005		
5112869	Clayburg	clayburg	US		0	America/New_York	44.59643	-73.8382	342	Clayburg,Clayburgh		NY	019	65211	
5112871	Clayton Center	clayton-center	US		0	America/New_York	44.19172	-76.04216	127			NY	045	16100	
5112915	Cleaver	cleaver	US		0	America/New_York	42.18064	-75.23545	420			NY	025	74111	
5112931	Cleveland Hill	cleveland-hill	US		0	America/New_York	42.94478	-78.7842	215			NY	029	15011	
5112942	Cliff Haven	cliff-haven	US		0	America/New_York	44.65866	-73.44097	39			NY	019	58585	
5112962	Clifton Park Center	clifton-park-center	US		0	America/New_York	42.85841	-73.8204	98			NY	091	16353	
5112978	Clinton Heights	clinton-heights	US		0	America/New_York	42.61897	-73.73401	64			NY	083	22117	
5112979	Clinton Hollow	clinton-hollow	US		0	America/New_York	41.84509	-73.81597	101			NY	027	16408	
5112982	Clinton Mills	clinton-mills	US		0	America/New_York	44.9606	-73.88015	335			NY	019	16397	
5112985	Clinton Park	clinton-park	US		0	America/New_York	42.62425	-73.72845	63			NY	083	22117	
5112996	Clintondale Station	clintondale-station	US		0	America/New_York	41.71648	-74.05931	120			NY	111	42994	
5113018	Clove	clove	US		0	America/New_York	42.6823	-74.58209	349			NY	095	66542	
5113021	Clove	clove	US		0	America/New_York	41.67093	-73.67485	151			NY	027	76166	
5113029	Clove Valley	clove-valley	US		0	America/New_York	41.63537	-73.68846	139	Beekman Furnace,Clove Valley		NY	027	05452	
5113036	Clover Bank	clover-bank	US		0	America/New_York	42.74728	-78.88976	199			NY	029	31654	
5113040	Clums Corner	clums-corner	US		0	America/New_York	42.75063	-73.57206	152	Clum's Corners,Clums Corner		NY	083	10275	
5113041	Cluny Point	cluny-point	US		0	America/New_York	42.82506	-77.70944	249			NY	051	42961	
5113045	Clymer Center	clymer-center	US		0	America/New_York	42.05339	-79.57783	463			NY	013	16595	
5113046	Clymer Hill	clymer-hill	US		0	America/New_York	42.06089	-79.61505	559			NY	013	16595	
5113090	Cobbs Hill	cobbs-hill	US		0	America/New_York	43.13978	-77.56333	165	Cobb Hill,Cobbs Hill		NY	055	63000	
5113128	Coffins Mills	coffins-mills	US		0	America/New_York	44.17229	-75.0852	417			NY	089	25791	
5113143	Cokertown	cokertown	US		0	America/New_York	42.01926	-73.82124	79			NY	027	60905	
5113148	Colburns	colburns	US		0	America/New_York	42.13895	-79.35977	427			NY	013	23976	
5113225	Cold Spring Park	cold-spring-park	US		0	America/New_York	43.99839	-73.47485	353			NY	031	19246	
5113229	Cold Springs	cold-springs	US		0	America/New_York	43.13285	-76.25687	125			NY	067	44039	
5113230	Cold Springs	cold-springs	US		0	America/New_York	42.60563	-76.67661	120			NY	099	18663	
5113231	Cold Springs	cold-springs	US		0	America/New_York	42.37452	-77.28248	314			NY	101	76496	
5113236	Coldbrook	coldbrook	US		0	America/New_York	42.77869	-73.94374	102			NY	093	63935	
5113243	Coldenham	coldenham	US		0	America/New_York	41.52565	-74.15292	135			NY	071	48153	
5113268	Colegrave	colegrave	US		0	America/New_York	42.73617	-78.55475	362			NY	029	77871	
5113273	Coleman Station	coleman-station	US		0	America/New_York	41.90176	-73.51846	182			NY	027	51891	
5113275	Colemans Mills	colemans-mills	US		0	America/New_York	43.12951	-75.346	146	Colemans,Colemans Mills		NY	065	81754	
5113291	Collabar	collabar	US		0	America/New_York	41.53426	-74.31682	180	Collabar,Collaburg,Collaburgh		NY	071	18916	
5113294	Collamer	collamer	US		0	America/New_York	43.29728	-77.81307	86			NY	055	56561	
5113295	Collamer	collamer	US		0	America/New_York	43.10479	-76.0602	139	Britton Settlement,Collamer		NY	067	20478	
5113313	Collingwood	collingwood	US		0	America/New_York	42.86757	-76.08298	281			NY	067	40266	
5113314	Collingwood Estates	collingwood-estates	US		0	America/New_York	43.22894	-79.0481	93			NY	063	59267	
5113326	Collins Landing	collins-landing	US		0	America/New_York	44.30033	-75.98051	80			NY	045	55398	
5113337	Colonial Acres	colonial-acres	US		0	America/New_York	40.97538	-73.75985	60			NY	119	65442	
5113345	Colonial Park	colonial-park	US		0	America/New_York	43.2209	-75.43573	141			NY	065	63418	
5113347	Colonial Village	colonial-village	US		0	America/New_York	43.13506	-78.96588	192			NY	063	42158	
5113348	Colonie	colonie	US		7906	America/New_York	42.71786	-73.83346	95	Koloni,kwlwny,Колони,كولوني		NY	001	17343	
5113353	Colosse	colosse	US		0	America/New_York	43.42035	-76.15881	129	Colosse,Four Corners,Mexico Four Corners		NY	075	46822	
5113363	Columbia Center	columbia-center	US		0	America/New_York	42.93257	-75.0371	455	Columbia,Columbia Center,Petrie's Corners		NY	043	17431	
5113392	Columbus Quarter	columbus-quarter	US		0	America/New_York	42.71035	-75.31739	374			NY	017	17486	
5113437	Community Park	community-park	US		0	America/New_York	43.66785	-76.07798	156	Community Park,Saint Lawrence Park		NY	075	65079	
5113452	Comstock Corners	comstock-corners	US		0	America/New_York	43.14478	-78.78226	189			NY	063	11803	
5113477	Conewango	conewango	US		0	America/New_York	42.23867	-79.03115	394	Conewango,Conewango Station,Connewango,Connewong,Rutledge		NY	009	17684	
5113481	Coney Island	coney-island	US		60000	America/New_York	40.57788	-73.99403	0	Coney Adasi,Coney Adası,Coney Island,Conyn Island,Conyne Island,Insulo Coney,Koni-Ajlend,kang ni dao,koni-ailendi,koniaillaendeu,koniairando,kwny ayland,Кони-Айленд,קוני איילנד,كوني آيلاند,კონი-აილენდი,ქონი-აილენდი,コニーアイランド,康尼島,코니아일랜드		NY	047		
5113482	Coney Island	coney-island	US		0	America/New_York	44.60617	-74.97159	170			NY	089	57771	
5113485	Conesus Lake Junction	conesus-lake-junction	US		0	America/New_York	42.85562	-77.70556	265			NY	051	42961	
5113514	Conger Corners	conger-corners	US		0	America/New_York	42.91951	-75.41101	396			NY	065	65134	
5113517	Conklin Center	conklin-center	US		0	America/New_York	42.05619	-75.80686	262	Conklin Center,Conklin Centre		NY	007	17772	
5113518	Conklin Cove	conklin-cove	US		0	America/New_York	42.84229	-76.50494	221			NY	011	55871	
5113519	Conklin Forks	conklin-forks	US		0	America/New_York	42.02369	-75.85658	320	Conklin Forks,Conkling Forks		NY	007	17772	
5113526	Conklin Station	conklin-station	US		0	America/New_York	42.02258	-75.79713	268			NY	007	17772	
5113530	Conklingville	conklingville	US		0	America/New_York	43.31563	-73.93485	239	Conklingville,West Hadley		NY	091	19807	
5113538	Connelly Park	connelly-park	US		0	America/New_York	42.14311	-79.39866	401			NY	013	52155	
5113551	Conquest	conquest	US		0	America/New_York	43.12118	-76.648	134	Conquest,Conquest Center		NY	011	17849	
5113566	Constantia Center	constantia-center	US		0	America/New_York	43.28062	-75.92186	177	Constantia Center,Constantia Centre		NY	075	17904	
5113574	Continental Village	continental-village	US		0	America/New_York	41.34009	-73.90375	52			NY	079	57584	
5113589	Cook Corners	cook-corners	US		0	America/New_York	42.47728	-79.25782	229			NY	013	66916	
5113590	Cook Corners	cook-corners	US		0	America/New_York	42.92924	-74.55181	237			NY	057	56099	
5113592	Cook Corners	cook-corners	US		0	America/New_York	44.24201	-74.88491	451			NY	089	16287	
5113607	Cooks Falls	cooks-falls	US		0	America/New_York	41.94787	-74.98044	354			NY	025	16793	
5113610	Cooks Mill	cooks-mill	US		0	America/New_York	44.96282	-74.13073	130			NY	033	13992	
5113618	Cooley	cooley	US		0	America/New_York	41.87176	-74.70905	590			NY	105	42235	
5113622	Coolidge Beach	coolidge-beach	US		0	America/New_York	43.30589	-78.86726	83			NY	063	82370	
5113634	Cooney Crossing	cooney-crossing	US		0	America/New_York	43.0859	-77.23887	133			NY	117	56198	
5113637	Coonrod	coonrod	US		0	America/New_York	43.2484	-75.52323	133			NY	065	63418	
5113639	Coons	coons	US		0	America/New_York	42.91869	-73.74595	52			NY	091	31489	
5113658	Coopers Corners	coopers-corners	US		0	America/New_York	41.67148	-74.751	379	Coopers Corner,Coopers Corners		NY	105	73627	
5113659	Coopers Falls	coopers-falls	US		0	America/New_York	44.51784	-75.33827	103			NY	089	20038	
5113665	Cooperstown Junction	cooperstown-junction	US		0	America/New_York	42.49175	-74.9571	356			NY	077	47240	
5113676	Copake Lake	copake-lake	US		823	America/New_York	42.13926	-73.58234	219			NY	021	18102	
5113682	Copes Corner	copes-corner	US		0	America/New_York	42.43924	-75.34767	321			NY	077	11528	
5113704	Corbin Corner	corbin-corner	US		0	America/New_York	42.44702	-75.72519	456			NY	017	68055	
5113720	Coreys	coreys	US		0	America/New_York	44.21955	-74.3159	480			NY	033	32314	
5113727	Cork	cork	US		0	America/New_York	43.04479	-74.46069	327			NY	035	38792	
5113763	Corning Manor	corning-manor	US		0	America/New_York	42.12091	-77.00524	284			NY	101	18267	
5113772	Cornwall Landing	cornwall-landing	US		0	America/New_York	41.44343	-74.00042	4			NY	071	18300	
5113787	Corrado Corners	corrado-corners	US		0	America/New_York	43.03118	-75.07682	139			NY	043	27199	
5113802	Corwin	corwin	US		0	America/New_York	43.25256	-78.69337	106			NY	063	50232	
5113810	Coss Corners	coss-corners	US		0	America/New_York	42.28146	-77.36554	543			NY	101	04770	
5113815	Coteys Corner	coteys-corner	US		0	America/New_York	44.77617	-74.67296	126			NY	089	41564	
5113816	Cottage	cottage	US		0	America/New_York	42.42395	-79.0442	409	Cottage,West Dayton		NY	009	19840	
5113818	Cottage City	cottage-city	US		0	America/New_York	42.81118	-77.25942	234			NY	069	29531	
5113820	Cottage Park	cottage-park	US		0	America/New_York	42.09784	-79.35449	399			NY	013	11451	
5113821	Cottage Park	cottage-park	US		0	America/New_York	42.23672	-79.4931	401			NY	013	14069	
5113834	Cottons	cottons	US		0	America/New_York	43.04173	-75.78185	229	Cotton's,Cottons		NY	053	42422	
5113835	Cottonwood Cove	cottonwood-cove	US		0	America/New_York	42.76034	-77.72667	249			NY	051	28629	
5113839	Cottonwood Point	cottonwood-point	US		0	America/New_York	42.75062	-77.72639	251			NY	051	31016	
5113850	Country Knolls	country-knolls	US		2224	America/New_York	42.91508	-73.80512	86			NY	091	16353	
5113860	County Line	county-line	US		0	America/New_York	43.34645	-78.46586	98			NY	063	68330	
5113875	Couse	couse	US		0	America/New_York	42.61952	-73.70206	96	Couse,Couse Corners		NY	083	22117	
5113879	Cove Neck	cove-neck	US		300	America/New_York	40.88232	-73.50596	7			NY	059	56000	
5113884	Covel Corner	covel-corner	US		0	America/New_York	42.74951	-77.36332	365			NY	069	68660	
5113890	Coventryville	coventryville	US		0	America/New_York	42.31341	-75.59824	436			NY	017	18619	
5113898	Coveville	coveville	US		0	America/New_York	43.06035	-73.59539	34			NY	091	65244	
5113913	Cowan Corner	cowan-corner	US		0	America/New_York	44.05479	-75.54992	229			NY	045	82348	
5113920	Cowdens Corner	cowdens-corner	US		0	America/New_York	42.40922	-79.27588	387			NY	013	02605	
5113923	Cowles Settlement	cowles-settlement	US		0	America/New_York	42.78812	-75.92575	440			NY	023	19499	
5113952	Crab Meadow	crab-meadow	US		0	America/New_York	40.9251	-73.33206	14			NY	103	37000	
5113960	Crafts	crafts	US		0	America/New_York	41.39232	-73.69763	132	Craft's,Crafts		NY	079	12529	
5113974	Craigie Clair	craigie-clair	US		0	America/New_York	41.96426	-74.86627	429	Craigeclare,Craigie Clair		NY	105	63176	
5113975	Craigs	craigs	US		0	America/New_York	42.8609	-77.92167	262			NY	051	84022	
5113979	Crains Mills	crains-mills	US		0	America/New_York	42.70951	-76.00548	356			NY	023	75550	
5113988	Cranberry Creek	cranberry-creek	US		0	America/New_York	43.15563	-74.21958	242			NY	035	46217	
5114027	Crandall Corners	crandall-corners	US		0	America/New_York	42.95508	-73.5715	112	Crandall Corners,Crandall's Corners,Crandalls Corners,Crandell Corneers,Crandells Corners		NY	115	22656	
5114052	Cranes Corners	cranes-corners	US		0	America/New_York	42.98563	-75.12377	430			NY	043	42664	
5114058	Crary Mills	crary-mills	US		0	America/New_York	44.57756	-75.06687	146	Craig's Mills,Crary Mills,Crary's Mills,Crarys Mills		NY	089	59575	
5114060	Craterclub	craterclub	US		0	America/New_York	44.287	-73.35013	64			NY	031	24768	
5114082	Creeklocks	creeklocks	US		0	America/New_York	41.87065	-74.04403	7	Creek Locks,Creeklocks		NY	111	63737	
5114087	Crescent Beach	crescent-beach	US		0	America/New_York	43.28367	-77.6625	76			NY	055	30290	
5114094	Crescent Park	crescent-park	US		0	America/New_York	42.96063	-74.16152	216			NY	057	02077	
5114096	Crescent Station	crescent-station	US		0	America/New_York	42.79841	-73.73373	88			NY	001	17343	
5114099	Crest View Heights	crest-view-heights	US		0	America/New_York	42.07174	-76.11715	270	Crest View Heights,Crestview Heights		NY	107	55893	
5114103	Crestwood Gardens	crestwood-gardens	US		0	America/New_York	40.96815	-73.82041	46			NY	119	84000	
5114106	Cribbs Corner	cribbs-corner	US		0	America/New_York	43.37729	-76.26965	129			NY	075	56154	
5114120	Crocketts	crocketts	US		0	America/New_York	43.32729	-76.62745	109			NY	011	71146	
5114121	Crofts Corners	crofts-corners	US		0	America/New_York	41.36482	-73.86708	123	Croft's Corners,Crofts Corners		NY	079	60147	
5114135	Cronomer Valley	cronomer-valley	US		0	America/New_York	41.55287	-74.0632	130	Cronomer Valley,Cronomer's Valley		NY	071	50045	
5114167	Crosbyside	crosbyside	US		0	America/New_York	43.41813	-73.69651	119			NY	113	40519	
5114188	Cross Roads	cross-roads	US		0	America/New_York	42.87785	-76.68328	146			NY	011	70376	
5114212	Croton Heights	croton-heights	US		0	America/New_York	41.24676	-73.78347	159			NY	119	84077	
5114225	Crotonville	crotonville	US		0	America/New_York	41.18759	-73.87014	39			NY	119	55541	
5114584	Daysville Corner	daysville-corner	US		0	America/New_York	43.54174	-76.19326	83			NY	075	61533	
5114248	Crown Point Center	crown-point-center	US		0	America/New_York	43.94172	-73.46901	89	Crown Point Center,Crown Point Centre,Crownpoint Center		NY	031	19246	
5114252	Crown Heights	crown-heights	US		2840	America/New_York	41.63732	-73.93792	39			NY	027	59652	
5114257	Crowningshield	crowningshield	US		0	America/New_York	44.32061	-73.51319	171			NY	031	42114	
5114260	Crugers	crugers	US		1534	America/New_York	41.23343	-73.92264	30			NY	119	18410	
5114263	Crum Creek	crum-creek	US		0	America/New_York	43.03952	-74.71376	234			NY	035	55101	
5114271	Crum Town	crum-town	US		0	America/New_York	42.25535	-76.44466	354			NY	107	70178	
5114295	Crystal Brook	crystal-brook	US		0	America/New_York	40.94788	-73.04205	13			NY	103	10000	
5114301	Crystal Dale	crystal-dale	US		0	America/New_York	43.82146	-75.33296	331	Crystal Dale,Crystaldale		NY	049	50001	
5114320	Crystal Run	crystal-run	US		0	America/New_York	41.45954	-74.34071	128	Crystal Run,Crystalrun		NY	071	77992	
5114353	Culvertown	culvertown	US		0	America/New_York	41.55759	-74.55683	393			NY	105	44809	
5114357	Cumberland Head	cumberland-head	US		1627	America/New_York	44.71643	-73.40263	44	Cumberland Head,Ohskennon:ton,Ohskennón:ton		NY	019	58585	
5114369	Cumminsville	cumminsville	US		183	America/New_York	42.57146	-77.71972	195	Cummingsville,Cumminsville		NY	051	51869	
5114373	Cummings Crossing	cummings-crossing	US		0	America/New_York	42.77396	-76.11937	369			NY	023	59773	
5114380	Curriers	curriers	US		0	America/New_York	42.62062	-78.41752	467	Curriers,Curriers Corners,Fox's Corners		NY	121	38341	
5114381	Curry	curry	US		0	America/New_York	41.85842	-74.58127	354			NY	105	49847	
5114384	Currytown	currytown	US		0	America/New_York	42.85813	-74.46403	276			NY	057	63561	
5114392	Curtis Corner	curtis-corner	US		0	America/New_York	42.78951	-77.54277	333			NY	069	61544	
5114404	Cutchogue Station	cutchogue-station	US		0	America/New_York	41.02149	-72.49786	12			NY	103	69463	
5114411	Cutting	cutting	US		0	America/New_York	42.02422	-79.69588	441			NY	013	27606	
5114414	Cuyler	cuyler	US		0	America/New_York	42.73729	-75.94853	370			NY	023	19499	
5114416	Cuylerville	cuylerville	US		297	America/New_York	42.77701	-77.87084	174			NY	051	41883	
5114418	Cypress Hills	cypress-hills	US		54944	America/New_York	40.67705	-73.89125	14	Cypress Hills,Union Place		NY	047		
5114432	Dadville	dadville	US		0	America/New_York	43.80674	-75.47463	226			NY	049	43731	
5114438	Dairyland	dairyland	US		0	America/New_York	41.74704	-74.53738	319			NY	111	78828	
5114453	Dalton Crossing	dalton-crossing	US		0	America/New_York	44.85367	-75.12215	81			NY	089	77739	
5114462	Dams Corner	dams-corner	US		0	America/New_York	43.13146	-75.57962	150			NY	065	77178	
5114473	Danes Corners	danes-corners	US		0	America/New_York	44.46951	-75.1427	225	Dains Corners,Danes Corners		NY	089	64221	
5114483	Danielstown	danielstown	US		0	America/New_York	43.25896	-73.78457	240			NY	113	40662	
5114485	Danley Corners	danley-corners	US		0	America/New_York	42.84756	-78.32196	412			NY	121	05936	
5114486	Dann Corner	dann-corner	US		0	America/New_York	42.94701	-77.61305	214			NY	055	46558	
5114488	Dannemora Crossing	dannemora-crossing	US		0	America/New_York	44.89532	-73.7907	266			NY	019	01583	
5114520	Darrowsville	darrowsville	US		0	America/New_York	43.60868	-73.80207	292			NY	113	15319	
5114523	Dashville	dashville	US		0	America/New_York	41.82093	-74.04486	64			NY	111	24691	
5114544	Davis Corners	davis-corners	US		0	America/New_York	41.91787	-74.21015	169			NY	111	54749	
5114549	Davis Crossing	davis-crossing	US		0	America/New_York	42.56257	-75.3574	327			NY	017	49957	
5114554	Davis Park	davis-park	US		0	America/New_York	40.68399	-73.00483	3			NY	103	10000	
5114561	Davison Beach	davison-beach	US		0	America/New_York	43.34034	-77.77084	74	Alder Beach,Davidson Beach,Davison,Davison Beach		NY	055	56561	
5114567	Daws	daws	US		0	America/New_York	43.0445	-78.19224	254			NY	037	04726	
5114570	Day Center	day-center	US		0	America/New_York	43.30896	-74.01652	249	Day Center,Day Centre		NY	091	19807	
5114579	Days Rock	days-rock	US		0	America/New_York	42.97035	-74.96099	216			NY	043	28750	
5114582	Daysville	daysville	US		0	America/New_York	43.52868	-76.18243	96			NY	075	61533	
5114590	Daytonville	daytonville	US		0	America/New_York	42.97729	-75.34295	416			NY	065	45755	
5114611	DeRuyter	deruyter	US		535	America/New_York	42.7584	-75.88436	392	De Ruyter,DeRuyter,Deruyter,Trompville		NY	053	20401	
5114621	DeWitt Mills	dewitt-mills	US		0	America/New_York	41.85565	-73.88291	84	De Witt's Mills,DeWitt Mills,Frosts Mills,John Dewitt's Mills,Le Roy Mills,Le Roys Corners,Leroys Mills,Lines Mills,Pleasant Plains		NY	027	16408	
5114626	Days Corners	days-corners	US		0	America/New_York	42.98285	-75.18849	409			NY	043	42664	
5114644	Dean	dean	US		0	America/New_York	42.32311	-79.43449	443			NY	013	14069	
5114657	Deans Corner	deans-corner	US		0	America/New_York	41.37648	-73.63457	95			NY	079	68924	
5114658	Deans Corners	deans-corners	US		0	America/New_York	43.04896	-73.67734	98	Dean's Corners,Deans Corners		NY	091	65244	
5114663	Deans Mill	deans-mill	US		0	America/New_York	42.45008	-73.83096	94			NY	039	49935	
5114673	Debruce	debruce	US		0	America/New_York	41.9137	-74.7271	508			NY	105	63176	
5114678	Deck	deck	US		0	America/New_York	42.95035	-74.88015	379			NY	043	70794	
5114681	Deckertown	deckertown	US		0	America/New_York	42.34368	-76.8319	147			NY	097	48186	
5114682	Deckertown	deckertown	US		0	America/New_York	41.92509	-74.83266	440			NY	105	63176	
5114765	Deerfield Heights	deerfield-heights	US		0	America/New_York	43.12951	-75.21405	158			NY	065	19928	
5114769	Deerhead	deerhead	US		0	America/New_York	44.35227	-73.54319	206	Cross,Deerhead		NY	031	42114	
5114770	Deerland	deerland	US		0	America/New_York	43.93867	-74.46044	507	Deerland,Grove		NY	041	43412	
5114783	Deforest Corners	deforest-corners	US		0	America/New_York	41.44537	-73.54957	138	Crains Corners,De Forest Corners,De Forest's Corners,Deforest Corners		NY	079	68924	
5114784	Defreestville	defreestville	US		0	America/New_York	42.65341	-73.69595	95	Blooming Grove,De Freesville,Defreestville		NY	083	52100	
5114789	Degroff	degroff	US		0	America/New_York	42.88368	-76.4991	282	De Graff,De Groff,Degroff		NY	011	55871	
5114812	Degrasse	degrasse	US		0	America/New_York	44.34978	-75.07576	267	Degrasse,Monterey		NY	089	64221	
5114851	Dempster Corners	dempster-corners	US		0	America/New_York	43.08924	-74.58125	453			NY	035	24603	
5114852	Demster	demster	US		0	America/New_York	43.49618	-76.31688	94			NY	075	50342	
5114853	Demster Beach	demster-beach	US		0	America/New_York	43.51424	-76.30882	79	Dempster Beach,Demster Beach		NY	075	50342	
5114855	Denault Corners	denault-corners	US		0	America/New_York	42.60064	-73.51706	266			NY	083	49517	
5114856	Denison Corner	denison-corner	US		0	America/New_York	42.8359	-77.57277	277	Denison Corner,Denison Corners		NY	069	61544	
5114865	Dennies Crossing	dennies-crossing	US		0	America/New_York	43.07368	-74.30958	260			NY	035	38792	
5114866	Dennies Hollow	dennies-hollow	US		0	America/New_York	43.12757	-74.2518	257			NY	035	46217	
5114867	Denning	denning	US		0	America/New_York	41.95093	-74.48904	597			NY	111	20247	
5114877	Dennison Corners	dennison-corners	US		0	America/New_York	42.49367	-79.14948	255			NY	013	32050	
5114878	Dennison Corners	dennison-corners	US		0	America/New_York	42.9609	-75.0146	398	Dennison,Dennison Corners,Dennison's Corners,Whitmantown		NY	043	28750	
5114882	Dennytown	dennytown	US		0	America/New_York	41.42648	-73.86819	288			NY	079	60147	
5114915	Derbys Corners	derbys-corners	US		0	America/New_York	44.40839	-75.15243	193			NY	089	64221	
5114918	Dering Harbor	dering-harbor	US		11	America/New_York	41.09288	-72.34675	2			NY	103	66839	
5114920	Derrick	derrick	US		0	America/New_York	44.36673	-74.47961	476			NY	033	75676	
5114922	Desbrough Park	desbrough-park	US		0	America/New_York	43.30257	-76.83107	83			NY	117	82689	
5114936	Devereaux	devereaux	US		0	America/New_York	42.33368	-78.56502	519	Devereaux,Devereux,Devereux Station		NY	009	27342	
5114984	Dexterville	dexterville	US		0	America/New_York	43.3234	-76.50077	143			NY	075	29729	
5115014	Dibble Corner	dibble-corner	US		0	America/New_York	42.42868	-75.71158	478			NY	017	68055	
5115017	Diana Center	diana-center	US		0	America/New_York	44.07562	-75.44075	265	Blanchards Settlement,Diana Center		NY	049	20555	
5115019	Dibbletown	dibbletown	US		0	America/New_York	43.28035	-75.71018	150			NY	065	77486	
5115025	Dickersonville	dickersonville	US		0	America/New_York	43.19061	-78.93032	119			NY	063	42158	
5115040	Diddell	diddell	US		0	America/New_York	41.62343	-73.85208	76	Diddell,Didell		NY	027	78157	
5115047	Dillen	dillen	US		0	America/New_York	43.88812	-75.94881	250	Dillen,Dillen Corners,Dillin		NY	045	63341	
5115062	Dineharts	dineharts	US		0	America/New_York	42.44896	-77.31331	399			NY	101	81457	
5115075	Dishaw	dishaw	US		0	America/New_York	44.83866	-75.0402	81			NY	089	43588	
5115091	Ditch Plains	ditch-plains	US		0	America/New_York	41.04066	-71.91785	3			NY	103	22194	
5115098	Divine Corners	divine-corners	US		0	America/New_York	41.79037	-74.66572	481	Divine Corners,Divine's Corners		NY	105	25241	
5115099	Divinity Hill	divinity-hill	US		0	America/New_York	40.94649	-72.20758	7			NY	103	22194	
5115107	Dix Hills	dix-hills	US		26892	America/New_York	40.80482	-73.33623	62			NY	103	37000	
5115122	Dobbins Corner	dobbins-corner	US		0	America/New_York	42.90618	-76.96302	149			NY	099	78564	
5115170	Dogtail Corners	dogtail-corners	US		0	America/New_York	41.67148	-73.52846	142			NY	027	20819	
5115204	Dongan Hills	dongan-hills	US		9529	America/New_York	40.58844	-74.09625	8			NY	085		
5115209	Doodletown (historical)	doodletown-historical	US		0	America/New_York	41.29954	-74.00264	148	Doodle,Doodletown (historical)		NY	087	71674	
5115214	Doolins Crossing	doolins-crossing	US		0	America/New_York	44.08479	-75.67798	192			NY	045	42015	
5115222	Doraville	doraville	US		0	America/New_York	42.15036	-75.58435	295			NY	007	17046	
5115223	Doris Park	doris-park	US		0	America/New_York	43.24424	-76.02492	114			NY	075	17904	
5115226	Dorloo	dorloo	US		0	America/New_York	42.71285	-74.62292	357	Dorloo,New Dorlach		NY	095	66542	
5115246	Douglas Crossing	douglas-crossing	US		0	America/New_York	44.182	-75.81883	121			NY	045	73528	
5115258	Douglaston	douglaston	US		14762	America/New_York	40.76871	-73.74708	25			NY	081		
5115269	Dover Furnace	dover-furnace	US		0	America/New_York	41.68426	-73.58735	138			NY	027	20819	
5115280	Doxtater Corner	doxtater-corner	US		0	America/New_York	43.11674	-74.7332	294			NY	035	55101	
5115293	Drakes Corner	drakes-corner	US		0	America/New_York	43.37674	-76.34243	144			NY	075	77662	
5115303	Dresden Center	dresden-center	US		0	America/New_York	43.6334	-73.44512	105	Dresden Center,Dresden Centre		NY	115	20885	
5115309	Dresserville	dresserville	US		0	America/New_York	42.70368	-76.32771	392			NY	011	66278	
5115310	Drews Corner	drews-corner	US		0	America/New_York	44.84783	-75.15938	87			NY	089	77739	
5115312	Drewville Heights	drewville-heights	US		0	America/New_York	41.39204	-73.63596	143			NY	079	68924	
5115382	Duane	duane	US		0	America/New_York	42.75424	-74.14846	257			NY	093	21006	
5115383	Duane Center	duane-center	US		0	America/New_York	44.6595	-74.26405	502			NY	033	20973	
5115385	Duane Lake	duane-lake	US		323	America/New_York	42.75313	-74.10763	281			NY	093	21006	
5115406	Duboise Corner	duboise-corner	US		0	America/New_York	42.49785	-76.55744	256			NY	109	75990	
5115450	Dudley Settlement	dudley-settlement	US		0	America/New_York	42.30424	-77.33998	476			NY	101	04770	
5115451	Duells Corner	duells-corner	US		0	America/New_York	42.747	-78.74836	272	Deuels Corners,Dewell's Corners,Dewells Corners,Duells Corner		NY	029	55277	
5115466	Dumbarton	dumbarton	US		0	America/New_York	43.16229	-75.66157	129			NY	065	77178	
5115506	Dunham Hollow	dunham-hollow	US		0	America/New_York	42.58508	-73.48456	317			NY	083	49517	
5115508	Dunn Brook	dunn-brook	US		0	America/New_York	43.38729	-75.38156	223			NY	065	79862	
5115516	Dunsbach Ferry	dunsbach-ferry	US		0	America/New_York	42.79202	-73.75623	57			NY	001	17343	
5115518	Dunwoodie	dunwoodie	US		0	America/New_York	40.92843	-73.86375	79			NY	119	84000	
5115521	Dunwoodie Heights	dunwoodie-heights	US		0	America/New_York	40.92538	-73.86791	84	Dunwoodie Heights,Dunwoody Heights		NY	119	84000	
5115538	Durkeetown	durkeetown	US		0	America/New_York	43.24674	-73.53234	52			NY	115	26781	
5115539	Durland	durland	US		0	America/New_York	41.28287	-74.30793	164			NY	071	78366	
5115542	Durlandville	durlandville	US		0	America/New_York	41.35065	-74.38821	131			NY	071	29553	
5115545	Durso Corner	durso-corner	US		0	America/New_York	42.33675	-74.12819	427			NY	039	21204	
5115553	Dutch Flats	dutch-flats	US		0	America/New_York	42.77228	-78.26335	455			NY	121	55222	
5115566	Dutch Hollow	dutch-hollow	US		0	America/New_York	42.73728	-78.44474	387			NY	121	66773	
5115568	Dutch Hollow	dutch-hollow	US		0	America/New_York	41.24843	-74.27348	214			NY	071	78366	
5115575	Dutch Settlement	dutch-settlement	US		0	America/New_York	44.11673	-75.80882	134			NY	045	42015	
5115576	Dutch Settlement	dutch-settlement	US		0	America/New_York	43.32451	-76.07742	163			NY	075	80500	
5115579	Dutcherville	dutcherville	US		0	America/New_York	43.28896	-75.95714	167			NY	075	17904	
5115585	Dutchess Junction	dutchess-junction	US		0	America/New_York	41.47454	-73.97875	27			NY	027	25978	
5115603	Dwaarkill	dwaarkill	US		0	America/New_York	41.6487	-74.26376	109	Dwaar Kill,Dwaar's Kill,Dwaarkill,Dwaars Kil		NY	111	66674	
5115610	Dwelly Corners	dwelly-corners	US		0	America/New_York	42.77007	-74.33652	303			NY	095	24724	
5115612	Dykemans	dykemans	US		0	America/New_York	41.43426	-73.61846	140	Dykeman's,Dykeman's Station,Dykemans,Dykemans Station		NY	079	68924	
5115614	Dyker Heights	dyker-heights	US		34399	America/New_York	40.62149	-74.00958	20			NY	047		
5115616	Dysinger	dysinger	US		0	America/New_York	43.13395	-78.57419	190			NY	063	64034	
5115636	Eagle Harbor	eagle-harbor	US		0	America/New_York	43.25339	-78.25308	155			NY	073	27958	
5115637	Eagle Harbor Station	eagle-harbor-station	US		0	America/New_York	43.23589	-78.25391	161			NY	073	01044	
5115647	Eagle Mills	eagle-mills	US		0	America/New_York	42.72924	-73.60373	127	Eagle Mills,Milltown,Millville		NY	083	10275	
5115667	Eagle Valley	eagle-valley	US		0	America/New_York	41.15482	-74.22681	172			NY	071	75781	
5115669	Eagle Village	eagle-village	US		0	America/New_York	43.01312	-75.94269	293			NY	067	45029	
5115695	East Afton	east-afton	US		0	America/New_York	42.20703	-75.42351	541			NY	017	00353	
5115697	East Alexander	east-alexander	US		0	America/New_York	42.92784	-78.19279	286			NY	037	01165	
5115698	East Amboy	east-amboy	US		0	America/New_York	43.37035	-75.91047	212			NY	075	01649	
5115700	East Arcade	east-arcade	US		0	America/New_York	42.57062	-78.34446	485			NY	121	02418	
5115703	East Atlantic Beach	east-atlantic-beach	US		2049	America/New_York	40.78982	-73.74708	21			NY	059	53000	
5115706	East Avon	east-avon	US		608	America/New_York	42.90923	-77.70639	250			NY	051	03364	
5115469	Dunbar	dunbar	US	15431	0	America/New_York	42.11008	-75.72102	427			NY	007	82535	
5115716	East Bay Park	east-bay-park	US		0	America/New_York	43.29201	-76.89496	84	East Bay,East Bay Park		NY	117	37165	
5115722	East Beekmantown	east-beekmantown	US		0	America/New_York	44.75254	-73.47014	43			NY	019	05485	
5115724	East Bennington	east-bennington	US		0	America/New_York	42.85867	-78.33724	408			NY	121	05936	
5115725	East Bergen	east-bergen	US		0	America/New_York	43.11089	-77.93473	176			NY	037	06057	
5115731	East Boston	east-boston	US		0	America/New_York	43.0834	-75.81741	138			NY	053	71993	
5115733	East Boylston	east-boylston	US		0	America/New_York	43.69062	-75.92964	399			NY	075	07674	
5115780	East Brentwood	east-brentwood	US		0	America/New_York	40.79204	-73.23123	26			NY	103	38000	
5115788	East Buskirk	east-buskirk	US		0	America/New_York	42.94452	-73.434	136			NY	083	35463	
5115790	East Campbell	east-campbell	US		0	America/New_York	42.22424	-77.13581	317			NY	101	11946	
5115802	East Chester	east-chester	US		0	America/New_York	41.35454	-74.27709	151			NY	071	15308	
5115804	East Clarence	east-clarence	US		0	America/New_York	43.01228	-78.58753	193			NY	029	15825	
5115807	East Cobleskill	east-cobleskill	US		0	America/New_York	42.67396	-74.38986	344			NY	095	16639	
5115808	East Cochecton	east-cochecton	US		0	America/New_York	41.71537	-75.01572	400			NY	105	16661	
5115809	East Coldenham	east-coldenham	US		0	America/New_York	41.51954	-74.10876	154			NY	071	50045	
5115811	East Corning	east-corning	US		0	America/New_York	42.12563	-76.98635	276			NY	101	18267	
5115817	East Creek	east-creek	US		0	America/New_York	43.00729	-74.74348	108	East Creek,Eastcreek		NY	043	44974	
5115824	East De Kalb	east-de-kalb	US		0	America/New_York	44.48256	-75.30049	143	East De Kalb,East DeKalb		NY	089	20038	
5115827	East Delhi	east-delhi	US		0	America/New_York	42.29897	-74.87877	422			NY	025	20137	
5115828	East Dickinson	east-dickinson	US		0	America/New_York	44.7795	-74.49767	237			NY	033	20610	
5115831	East Eden	east-eden	US		0	America/New_York	42.66673	-78.82753	331			NY	029	23415	
5115833	East Elba	east-elba	US		0	America/New_York	43.05895	-78.13863	226	East Elba,Mills Corners		NY	037	23756	
5115834	East Elma	east-elma	US		0	America/New_York	42.80506	-78.59419	251			NY	029	24130	
5115836	East Elmira	east-elmira	US		0	America/New_York	42.07146	-76.73495	281			NY	015	24240	
5115838	East Farmingdale	east-farmingdale	US		6484	America/New_York	40.72927	-73.41679	21			NY	103	04000	
5115841	East Fishkill	east-fishkill	US		0	America/New_York	41.55343	-73.79569	84	ayst fyshkyl,إيست فيشكيل		NY	027	21996	
5115843	East Flatbush	east-flatbush	US		178464	America/New_York	40.65371	-73.93042	9	East Flatbush,Rugby		NY	047		
5115844	East Floyd	east-floyd	US		0	America/New_York	43.27313	-75.26767	299			NY	065	26385	
5115846	East Cutchogue	east-cutchogue	US		0	America/New_York	41.0276	-72.47036	6			NY	103	69463	
5115849	East Frankfort	east-frankfort	US		0	America/New_York	43.02285	-75.05599	126			NY	043	27199	
5115852	East Gaines	east-gaines	US		0	America/New_York	43.29034	-78.1353	128			NY	073	27958	
5115853	East Galway	east-galway	US		0	America/New_York	43.07174	-73.98846	272	East Galway,York's Corners,Yorks Corners		NY	091	28112	
5115854	East Garden City	east-garden-city	US		6208	America/New_York	40.73083	-73.59806	29			NY	059	34000	
5115855	East Geneva	east-geneva	US		0	America/New_York	42.87923	-76.93802	144			NY	099	78564	
5115856	East Genoa	east-genoa	US		0	America/New_York	42.64646	-76.50522	331			NY	011	28673	
5115857	East Glenville	east-glenville	US		6616	America/New_York	42.89452	-73.9279	110			NY	093	29366	
5115859	East Grafton	east-grafton	US		0	America/New_York	42.76702	-73.41067	468			NY	083	29674	
5115867	East Groveland	east-groveland	US		0	America/New_York	42.74062	-77.75889	378	East Groveland,Hunt's Corners,Hunts Corners		NY	051	31016	
5115869	East Guilford	east-guilford	US		0	America/New_York	42.34091	-75.40684	322			NY	017	31148	
5115870	East Hamilton	east-hamilton	US		0	America/New_York	42.79924	-75.46545	374	Colchester Settlement,East Hamilton		NY	053	31720	
5115878	East Hauppauge	east-hauppauge	US		0	America/New_York	40.83482	-73.15067	27			NY	103	68000	
5115879	East Hebron	east-hebron	US		0	America/New_York	43.26174	-73.2865	185	East Hebron,Hebron		NY	115	33040	
5115881	East Herkimer	east-herkimer	US		0	America/New_York	43.03035	-74.96404	153			NY	043	34132	
5115904	East Hills	east-hills	US		7155	America/New_York	40.79371	-73.62707	57			NY	059	53000	
5115905	East Hillsdale	east-hillsdale	US		0	America/New_York	42.18315	-73.50095	222			NY	021	34748	
5115911	East Hoosick	east-hoosick	US		0	America/New_York	42.90313	-73.28594	273			NY	083	35463	
5115912	East Hounsfield	east-hounsfield	US		0	America/New_York	43.97145	-75.98604	148			NY	045	35782	
5115920	East Irvington	east-irvington	US		0	America/New_York	41.0476	-73.84875	92	Dublin,East Irvington		NY	119		
5115926	East Ithaca	east-ithaca	US		2231	America/New_York	42.43952	-76.47855	245			NY	109	38077	
5115927	East Jefferson	east-jefferson	US		0	America/New_York	42.50397	-74.57987	490			NY	095	38440	
5115937	East Koy	east-koy	US		0	America/New_York	42.5409	-78.10445	445	East Coy,East Koy		NY	121	57826	
5115939	East Kilns	east-kilns	US		0	America/New_York	44.47949	-73.78459	394			NY	019	06761	
5115941	East Lancaster	east-lancaster	US		0	America/New_York	42.89589	-78.63808	217			NY	029	41146	
5115944	East Leon	east-leon	US		0	America/New_York	42.34728	-78.95781	408	East Leon,Pleasant Grove		NY	009	19840	
5115948	East Line	east-line	US		0	America/New_York	42.97146	-73.83068	79			NY	091	44743	
5115951	East Maine	east-maine	US		0	America/New_York	42.19202	-75.99298	456			NY	007	44611	
5115953	East Martinsburg	east-martinsburg	US		0	America/New_York	43.74479	-75.4274	230			NY	049	45854	
5115955	East Masonville	east-masonville	US		0	America/New_York	42.26369	-75.3024	504			NY	025	45964	
5115957	East Lindley	east-lindley	US		0	America/New_York	42.0448	-77.09803	388			NY	101	42576	
5115958	East McDonough	east-mcdonough	US		0	America/New_York	42.49729	-75.68547	465			NY	017	44127	
5115962	East Massapequa	east-massapequa	US		19069	America/New_York	40.67343	-73.43651	4			NY	059	56000	
5115966	East Middletown	east-middletown	US		0	America/New_York	41.44426	-74.39988	158			NY	071	77992	
5115985	East New York	east-new-york	US		173198	America/New_York	40.66677	-73.88236	6	East New York,Oostwoud,Starrett City		NY	047		
5115986	East Newark	east-newark	US		0	America/New_York	42.20341	-76.14826	381			NY	107	49913	
5115987	East Nichols	east-nichols	US		0	America/New_York	42.00674	-76.28271	409			NY	107	51121	
5115993	East Oakfield	east-oakfield	US		0	America/New_York	43.09811	-78.24724	201			NY	037	54166	
5115994	East Olean	east-olean	US		0	America/New_York	42.08007	-78.42002	435			NY	009	54716	
5115998	East Palermo	east-palermo	US		0	America/New_York	43.35118	-76.23298	139			NY	075	56154	
5115999	East Palmyra	east-palmyra	US		0	America/New_York	43.08506	-77.15692	135			NY	117	56198	
5116001	East Park	east-park	US		0	America/New_York	41.7887	-73.9143	71			NY	027	37209	
5116002	East Part	east-part	US		0	America/New_York	44.76561	-74.80631	110			NY	089	71410	
5116004	East Patchogue	east-patchogue	US		22469	America/New_York	40.76704	-72.99622	7			NY	103	10000	
5116007	East Penfield	east-penfield	US		0	America/New_York	43.12951	-77.41221	175	East Penfield,Lovetts Corners		NY	055	57144	
5116014	East Pitcairn	east-pitcairn	US		0	America/New_York	44.21812	-75.22243	242			NY	089	58266	
5116015	East Pittstown	east-pittstown	US		0	America/New_York	42.90258	-73.46234	196			NY	083	58398	
5116019	East Poestenkill	east-poestenkill	US		0	America/New_York	42.68258	-73.49456	331	Columbia,East Poestenkill		NY	083	58805	
5116034	East Potter	east-potter	US		0	America/New_York	42.73896	-77.14414	318			NY	123	59597	
5116037	East Richford	east-richford	US		0	America/New_York	42.37146	-76.1541	398			NY	107	61511	
5116039	East Ripley	east-ripley	US		0	America/New_York	42.28395	-79.67255	224			NY	013	61885	
5116040	East River	east-river	US		0	America/New_York	42.64785	-76.11409	349			NY	023	35287	
5116052	East Rodman	east-rodman	US		0	America/New_York	43.87007	-75.85325	286	East Rodman,Whitesville,Whiteville		NY	045	63341	
5116053	East Saratoga Junciton	east-saratoga-junciton	US		0	America/New_York	42.92202	-73.68234	39			NY	091	71333	
5116056	East Schuyler	east-schuyler	US		0	America/New_York	43.05368	-75.07433	125			NY	043	65695	
5116058	East Scott	east-scott	US		0	America/New_York	42.72201	-76.19437	404	East Scott,Scott Corners		NY	023	65915	
5116059	East Seneca	east-seneca	US		0	America/New_York	42.83478	-78.71225	218			NY	029	80918	
5116061	East Shelby	east-shelby	US		0	America/New_York	43.17061	-78.3253	202			NY	073	66751	
5116063	East Shoreham	east-shoreham	US		6666	America/New_York	40.94482	-72.87955	37			NY	103	10000	
5116067	East Sidney	east-sidney	US		0	America/New_York	42.33008	-75.23212	343			NY	025	67345	
5116073	East Steamburg	east-steamburg	US		0	America/New_York	42.52952	-76.77134	470	East Steamburg,East Steamburgh,Steamburg		NY	097	33073	
5116074	East Steuben	east-steuben	US		0	America/New_York	43.37646	-75.22933	397			NY	065	71212	
5116075	East Stone Arabia	east-stone-arabia	US		0	America/New_York	42.95841	-74.51792	287			NY	057	56099	
5116081	East Taghkanic	east-taghkanic	US		0	America/New_York	42.13203	-73.65735	171			NY	021	73077	
5116082	East Township	east-township	US		0	America/New_York	42.6998	-74.10096	321			NY	001	40002	
5116083	East Tremont	east-tremont	US		22886	America/New_York	40.84538	-73.89097	27			NY	005		
5116089	East Union	east-union	US		0	America/New_York	42.29785	-77.3247	506			NY	101	04770	
5116090	East Venice	east-venice	US		0	America/New_York	42.6909	-76.50049	374			NY	011	77024	
5116091	East Verona	east-verona	US		0	America/New_York	43.21812	-75.54879	131			NY	065	77178	
5116092	East Victor	east-victor	US		0	America/New_York	42.97451	-77.38082	176			NY	069	77387	
5116093	East Village	east-village	US		62832	America/New_York	40.72927	-73.98736	10	Ist-Villidzh,dong cun,iseuteubilliji,ʼyst wylg,Ист-Виллидж,איסט וויליזש,איסט וילג,イースト・ヴィレッジ,东村,이스트빌리지		NY	061		
5116095	East Virgil	east-virgil	US		0	America/New_York	42.49118	-76.09798	360			NY	023	77596	
5116098	East Walden	east-walden	US		0	America/New_York	41.5587	-74.15765	109			NY	071	48153	
5116099	East Watertown	east-watertown	US		0	America/New_York	43.9584	-75.85464	231			NY	045	78619	
5116100	East Waverly	east-waverly	US		0	America/New_York	42.01063	-76.518	250	East Waverly,Factoryville		NY	107	04671	
5116104	East White Plains	east-white-plains	US		0	America/New_York	41.03899	-73.74763	85	East White Plains,Silver Lake Park,West Harrison		NY	119	32413	
5116105	East Whitehall	east-whitehall	US		0	America/New_York	43.53646	-73.32678	125			NY	115	81633	
5116107	East Williston	east-williston	US		2578	America/New_York	40.75843	-73.63485	36			NY	059	53000	
5116109	East Windham	east-windham	US		0	America/New_York	42.33675	-74.15903	587			NY	039	21204	
5116111	East Winfield	east-winfield	US		0	America/New_York	42.88868	-75.14516	377	East Winfield,Winfield		NY	043	82568	
5116112	East Woodhull	east-woodhull	US		0	America/New_York	42.08424	-77.3547	373			NY	101	82843	
5116113	East Woods	east-woods	US		0	America/New_York	41.21121	-73.53096	177			NY	119	59685	
5116130	Eastern Parkway	eastern-parkway	US		0	America/New_York	40.66917	-73.93972	32	Crow Hill,Crown Heights,Eastern Parkway		NY	047		
5116143	Eastmor	eastmor	US		0	America/New_York	42.68452	-73.63178	129			NY	083	52100	
5116148	East Varick	east-varick	US		0	America/New_York	42.77007	-76.7694	122			NY	099	76958	
5116150	Eastside	eastside	US		0	America/New_York	41.00316	-72.13285	4			NY	103	22194	
5116161	Eaton Corners	eaton-corners	US		0	America/New_York	42.80591	-74.2468	202	Eaton Corners,Eatons Corners		NY	093	21006	
5116169	Eatons Neck	eatons-neck	US		1406	America/New_York	40.93065	-73.40151	6			NY	103	37000	
5116173	Eavesport	eavesport	US		0	America/New_York	42.11731	-73.93569	48			NY	111	65299	
5116175	Eben	eben	US		0	America/New_York	44.627	-75.0652	120			NY	089	59575	
5116176	Ebenezer	ebenezer	US		0	America/New_York	42.83034	-78.75364	195	Ebenezer,Ebenezer Station,Graymont		NY	029	80918	
5116178	Eaton Corners	eaton-corners	US		0	America/New_York	43.13757	-75.89741	129			NY	053	71993	
5116210	Eddy Corners	eddy-corners	US		0	America/New_York	43.05702	-73.76873	89			NY	091	65255	
5116225	Edgemere	edgemere	US		9646	America/New_York	40.59622	-73.76763	2	Edgemere,New Venice		NY	081		
5116231	Edgewater Beach	edgewater-beach	US		0	America/New_York	43.21868	-75.73019	113			NY	065	77486	
5116232	Edgewater Park	edgewater-park	US		0	America/New_York	42.8809	-76.38021	272	Edgewater Park,Fivemile Point		NY	067	70057	
5116233	Edgewater Park	edgewater-park	US		0	America/New_York	44.60006	-75.63496	79			NY	089	48582	
5116237	Edgewood Garden	edgewood-garden	US		0	America/New_York	43.08701	-76.26854	124			NY	067	11913	
5116239	Edgewood Park	edgewood-park	US		0	America/New_York	44.32977	-75.91856	80	Edgewood Park,Edgewood Resort		NY	045	01176	
5116246	Edicks	edicks	US		0	America/New_York	42.96757	-74.9296	271			NY	043	28750	
5116281	Edwards Hill	edwards-hill	US		0	America/New_York	43.6284	-74.04569	574			NY	113	38715	
5116303	Eggertsville	eggertsville	US		15019	America/New_York	42.96339	-78.80392	199			NY	029	02000	
5116317	Eighmyville	eighmyville	US		0	America/New_York	41.9437	-73.85736	94			NY	027	61357	
5116384	Elk Brook	elk-brook	US		0	America/New_York	41.97425	-75.05489	331			NY	025	31951	
5116399	Elkdale	elkdale	US		0	America/New_York	42.21506	-78.75364	451			NY	009	42840	
5116412	Ellery Center	ellery-center	US		0	America/New_York	42.18284	-79.34699	534			NY	013	23976	
5116414	Ellicott	ellicott	US		0	America/New_York	42.7345	-78.73142	298	Ellicott,Gadaoyadeh		NY	029	55277	
5116447	Ellistown	ellistown	US		0	America/New_York	42.00869	-76.47744	247			NY	107	04671	
5116449	Ellwood Park	ellwood-park	US		0	America/New_York	42.97561	-78.85309	186			NY	029	75000	
5116450	Elm Beach	elm-beach	US		0	America/New_York	42.70118	-76.74467	118			NY	099	63440	
5116464	Elm Park	elm-park	US		0	America/New_York	40.63149	-74.14875	9			NY	085		
5116473	Elm Tree	elm-tree	US		0	America/New_York	42.15589	-79.47394	485			NY	013	52155	
5116476	Elm Valley	elm-valley	US		0	America/New_York	42.15118	-77.85833	482	Elm Valley,Shoemaker's Corners		NY	003	02154	
5116480	Elma Center	elma-center	US		2571	America/New_York	42.82978	-78.63614	245	Elma Center,Elma Centre		NY	029	24130	
5116483	Elmbois	elmbois	US		0	America/New_York	42.48424	-77.22998	405			NY	101	59982	
5116484	Elmcrest	elmcrest	US		0	America/New_York	43.13312	-76.23576	114			NY	067	64815	
5116490	Elmer Hill	elmer-hill	US		0	America/New_York	43.27979	-75.44962	177			NY	065	79862	
5116491	Elmgrove	elmgrove	US		0	America/New_York	43.18173	-77.73167	159			NY	055	30290	
5116853	Fairweather Corners	fairweather-corners	US		0	America/New_York	43.0173	-74.05374	292			NY	091	28112	
5116500	Elmira Heights	elmira-heights	US		3982	America/New_York	42.1298	-76.82079	268			NY	015	35705	
5116515	Elmsmere	elmsmere	US		0	America/New_York	40.92843	-73.82069	52			NY	119	49121	
5116544	Elpis	elpis	US		0	America/New_York	43.28368	-75.82213	173			NY	065	77486	
5116545	Elting Corners	elting-corners	US		0	America/New_York	41.7412	-74.03486	113			NY	111	42994	
5116546	Eltingville	eltingville	US		10573	America/New_York	40.54538	-74.1657	21	Eltingville,Sea Side,South Side		NY	085		
5116570	Emerson Hill	emerson-hill	US		15412	America/New_York	40.60872	-74.09598	86			NY	085		
5116588	Emmonsburg	emmonsburg	US		0	America/New_York	43.15313	-74.70959	304	Emmonsburg,Emmonsburgh		NY	035	71784	
5116594	Empeyville	empeyville	US		0	America/New_York	43.39674	-75.68491	314			NY	065	26297	
5116613	Engleville	engleville	US		0	America/New_York	42.75507	-74.64848	413			NY	095	66641	
5116623	Ennerdale	ennerdale	US		0	America/New_York	42.8759	-77.17942	258			NY	069	35551	
5116630	Ephratah	ephratah	US		0	America/New_York	43.00091	-74.54236	208			NY	035	24603	
5116633	Eppie Corners	eppie-corners	US		0	America/New_York	43.00535	-74.47069	260			NY	035	38792	
5116665	Escarpment	escarpment	US		0	America/New_York	43.16867	-79.00671	188			NY	063	42158	
5116703	Evans Center	evans-center	US		0	America/New_York	42.65811	-79.03476	184	Evans Center,Wright's Mills		NY	029	24801	
5116704	Evans Corner	evans-corner	US		0	America/New_York	43.02229	-76.76968	137			NY	117	65343	
5116758	Ewells Corner	ewells-corner	US		0	America/New_York	42.83145	-78.1239	459			NY	121	46877	
5116769	Exeter Corner	exeter-corner	US		0	America/New_York	42.78868	-75.0746	502			NY	077	24845	
5116783	Factory Hollow	factory-hollow	US		0	America/New_York	42.83758	-73.49345	166			NY	083	58398	
5116788	Fair Harbor	fair-harbor	US		0	America/New_York	40.63927	-73.18428	1			NY	103	38000	
5116851	Fairville	fairville	US		0	America/New_York	43.11701	-77.07914	134			NY	117	02440	
5116868	Factory Village	factory-village	US		0	America/New_York	43.02591	-73.86651	111			NY	091	47537	
5116920	Farleys	farleys	US		0	America/New_York	42.81812	-76.69967	128			NY	011	70376	
5116923	Farmers Corner	farmers-corner	US		0	America/New_York	43.5509	-76.12687	126			NY	075	61533	
5116925	Farmers Mills	farmers-mills	US		0	America/New_York	43.02368	-75.39739	197			NY	065	39804	
5116926	Farmers Mills	farmers-mills	US		0	America/New_York	41.49565	-73.7393	238	Farmer's Mills,Farmers Mills,Milltown		NY	079	39331	
5116942	Farrel Corner	farrel-corner	US		0	America/New_York	43.17118	-75.07155	321			NY	043	50584	
5116944	Fantinekill	fantinekill	US		0	America/New_York	41.80204	-74.30459	129	Fantine Kill,Fantinekill		NY	111	63011	
5116996	Felters Corners	felters-corners	US		0	America/New_York	41.19871	-74.00931	121			NY	087	32765	
5117004	Fenimore	fenimore	US		0	America/New_York	43.30229	-73.59456	80			NY	091	48318	
5117005	Fenner	fenner	US		0	America/New_York	42.96951	-75.78685	473			NY	053	25593	
5117006	Fenner	fenner	US		0	America/New_York	43.0584	-77.66722	165			NY	055	34099	
5117008	Fenmore Park	fenmore-park	US		0	America/New_York	40.98676	-73.7193	39			NY	119	32413	
5117013	Fentonville	fentonville	US		0	America/New_York	42.00395	-79.14032	384			NY	013	12639	
5117016	Ferenbaugh	ferenbaugh	US		0	America/New_York	42.19757	-77.00774	332			NY	101	35661	
5117025	Fergusonville	fergusonville	US		0	America/New_York	42.49286	-74.80488	396			NY	025	19763	
5117050	Ferry Village	ferry-village	US		0	America/New_York	42.97089	-78.94837	177	Ferry Village,Grand Island		NY	029	29828	
5117061	Fickles Corner	fickles-corner	US		0	America/New_York	42.26146	-75.81825	276			NY	017	30422	
5117065	Field Corners	field-corners	US		0	America/New_York	41.44787	-73.64457	202			NY	079	56748	
5117066	Field Crossing	field-crossing	US		0	America/New_York	42.67757	-75.03099	464			NY	077	32589	
5117068	Fey Mill	fey-mill	US		0	America/New_York	43.44535	-75.54462	435			NY	049	42125	
5117078	Fields Settlement	fields-settlement	US		0	America/New_York	43.94367	-75.97937	131			NY	045	78619	
5117101	Fillmore Corner	fillmore-corner	US		0	America/New_York	42.99118	-76.0177	243			NY	067	45029	
5117116	Fineview	fineview	US		0	America/New_York	44.28755	-76.01217	86			NY	045	55398	
5117124	Fink Basin	fink-basin	US		0	America/New_York	43.02702	-74.82515	124			NY	043	19686	
5117125	Fink Hollow	fink-hollow	US		0	America/New_York	43.35257	-75.27906	365			NY	065	71212	
5117140	Fintches Corners	fintches-corners	US		0	America/New_York	43.27979	-76.64439	118			NY	011	71146	
5117142	Finnegans Corners	finnegans-corners	US		0	America/New_York	41.36621	-74.35988	133			NY	071	29553	
5117145	Fire Island	fire-island	US		292	America/New_York	40.6476	-73.14595	1			NY	103	10000	
5117149	Fire Island Pines	fire-island-pines	US		0	America/New_York	40.66538	-73.06817	1			NY	103	10000	
5117161	Fireplace	fireplace	US		0	America/New_York	41.04649	-72.15258	8			NY	103	22194	
5117208	Firthcliffe	firthcliffe	US		4949	America/New_York	41.43926	-74.04514	91	Fircloff,Firthcliffe,Montana Woolen Mills		NY	071	18300	
5117209	Firthcliffe Heights	firthcliffe-heights	US		0	America/New_York	41.44843	-74.05736	91			NY	071	18300	
5117232	Fish Creek Landing	fish-creek-landing	US		0	America/New_York	43.2209	-75.69991	114			NY	065	77486	
5117234	Fish Creek Station	fish-creek-station	US		0	America/New_York	43.19618	-75.71296	115			NY	065	77178	
5117242	Fish House	fish-house	US		0	America/New_York	43.14452	-74.13291	237	Fish House,Fishhouse,Northampton		NY	035	51407	
5117279	Fishkill Landing (historical)	fishkill-landing-historical	US		0	America/New_York	41.52093	-73.98292	12			NY	027	25978	
5117280	Fishkill Plains	fishkill-plains	US		0	America/New_York	41.60704	-73.83041	83			NY	027	21996	
5117287	Fitch	fitch	US		0	America/New_York	42.26284	-78.43752	473			NY	009	27342	
5117291	Fitch Point	fitch-point	US		0	America/New_York	43.15008	-73.37983	130	Fitch Point,Fitches Point		NY	115	64782	
5117299	Five Chimneys Corner	five-chimneys-corner	US		0	America/New_York	43.0334	-75.61907	174			NY	053	71399	
5117301	Five Corners	five-corners	US		0	America/New_York	42.63757	-76.57578	356			NY	011	28673	
5117302	Five Corners	five-corners	US		0	America/New_York	42.6423	-75.33017	339			NY	017	49957	
5117303	Five Corners	five-corners	US		0	America/New_York	43.04478	-78.13807	237	Five Corners,Newkirk		NY	037	04726	
5117304	Five Corners	five-corners	US		0	America/New_York	43.07811	-78.28724	229			NY	037	54166	
5117307	Five Corners	five-corners	US		0	America/New_York	43.07618	-75.69102	158			NY	053	54837	
5117309	Five Corners	five-corners	US		0	America/New_York	42.89396	-75.37045	430			NY	065	65134	
5117311	Five Corners	five-corners	US		0	America/New_York	43.26284	-78.1928	150			NY	073	27958	
5117324	Fitts Corners	fitts-corners	US		0	America/New_York	42.56368	-76.32327	440			NY	109	30972	
5117332	Fivemile Point	fivemile-point	US		0	America/New_York	42.09119	-75.82297	262			NY	007	39837	
5117336	Flackville	flackville	US		0	America/New_York	44.66534	-75.35744	110			NY	089	42631	
5117344	Flagler Corners	flagler-corners	US		0	America/New_York	42.8548	-73.79457	91			NY	091	16353	
5117358	Flat Creek	flat-creek	US		0	America/New_York	42.84285	-74.50153	227	Flat Creek,Flatcreek		NY	057	63561	
5117372	Flat Creek	flat-creek	US		0	America/New_York	42.43008	-74.40153	511			NY	095	28981	
5117377	Flatbrook	flatbrook	US		0	America/New_York	42.37703	-73.429	287			NY	021	12056	
5117378	Flatbush	flatbush	US		93361	America/New_York	40.65205	-73.95903	16	Flatbush,Middelwout,Middewout,Vlackebos,פלעטבוש		NY	047		
5117379	Flatbush	flatbush	US		0	America/New_York	42.01537	-73.96041	61			NY	111	65299	
5117388	Flatlands	flatlands	US		63601	America/New_York	40.62122	-73.93486	5	Flatlands,Keskachauge,Neue Amserfoort		NY	047		
5117411	Flemingville	flemingville	US		0	America/New_York	42.1648	-76.24882	275	Flemingsville,Flemingville		NY	107	55893	
5117428	Flint Town	flint-town	US		0	America/New_York	43.39951	-75.44018	431			NY	065	03309	
5117455	Floridaville	floridaville	US		0	America/New_York	43.23868	-76.48716	133			NY	011	37660	
5117458	Flower Hill	flower-hill	US		4838	America/New_York	40.80732	-73.68124	50			NY	059	53000	
5117462	Flowers	flowers	US		0	America/New_York	42.04369	-75.68852	484			NY	007	82535	
5117471	Florence Hill	florence-hill	US		0	America/New_York	43.42313	-75.79297	320			NY	065	26297	
5117508	Fly Summit	fly-summit	US		0	America/New_York	43.01258	-73.48428	185	Fly Summit,Vly Summit		NY	115	11836	
5117515	Flying Point	flying-point	US		0	America/New_York	40.89427	-72.35425	5			NY	103	68473	
5117533	Folsomdale	folsomdale	US		0	America/New_York	42.82728	-78.44808	301	Folsomdale,Scottsville,West Bennington		NY	121	05936	
5117538	Foots Corners	foots-corners	US		0	America/New_York	42.74645	-77.6775	347	Foot's Corners,Foots Corner,Foots Corners,May's Corners		NY	051	17618	
5117542	Footes	footes	US		0	America/New_York	42.58506	-78.64447	401			NY	029	17585	
5117547	Ford Corner	ford-corner	US		0	America/New_York	42.97534	-77.52722	187			NY	055	46558	
5117549	Fordham	fordham	US		94678	America/New_York	40.85927	-73.89847	38			NY	005		
5117553	Fordhams Corners	fordhams-corners	US		0	America/New_York	44.40034	-75.19271	199	Fordham's Corners,Fordhams Corners		NY	089	64221	
5117556	Fordsbush	fordsbush	US		0	America/New_York	42.95952	-74.74209	219			NY	057	47614	
5117563	Forest Beach	forest-beach	US		0	America/New_York	43.22062	-76.09159	113			NY	067	15704	
5117568	Forest Glen	forest-glen	US		0	America/New_York	42.73173	-78.84837	233			NY	029	31654	
5117569	Forest Glen	forest-glen	US		0	America/New_York	41.70398	-74.1282	96			NY	111	28255	
5117592	Forest Lawn	forest-lawn	US		0	America/New_York	43.24895	-77.50333	80			NY	055	78971	
5117621	Forge Hollow	forge-hollow	US		0	America/New_York	42.96285	-75.40878	280			NY	065	45755	
5117643	Forsonville	forsonville	US		0	America/New_York	41.36815	-73.92958	119			NY	079	57584	
5117651	Fort Clinton	fort-clinton	US		0	America/New_York	41.31871	-73.98792	32			NY	087	71674	
5117653	Fort Covington Center	fort-covington-center	US		0	America/New_York	44.94838	-74.46408	63	Fort Covington Center,Fort Covington Centre		NY	033	26737	
5117661	Fort Greene	fort-greene	US		0	America/New_York	40.69371	-73.96708	18			NY	047		
5117663	Fort Hamilton	fort-hamilton	US		28966	America/New_York	40.61872	-74.0332	20			NY	047		
5117666	Fort Herkimer	fort-herkimer	US		0	America/New_York	43.01701	-74.95238	121			NY	043	28750	
5117680	Fort Jackson	fort-jackson	US		0	America/New_York	44.70561	-74.71491	182			NY	089	35595	
5117684	Fort Miller	fort-miller	US		0	America/New_York	43.16091	-73.57789	35			NY	115	26781	
5117689	Fort Niagara Beach	fort-niagara-beach	US		0	America/New_York	43.26783	-79.03755	84	Fort Niagara Beach,Rumsey Park		NY	063	59267	
5117703	Fort Salonga	fort-salonga	US		10008	America/New_York	40.9126	-73.30095	10			NY	103	68000	
5117714	Fort Wadsworth	fort-wadsworth	US		1669	America/New_York	40.60113	-74.05738	11			NY	085		
5117721	Fortsville	fortsville	US		0	America/New_York	43.23007	-73.68178	89			NY	091	48318	
5117739	Fosterdale	fosterdale	US		0	America/New_York	41.70759	-74.97211	391			NY	105	16661	
5117746	Fostertown	fostertown	US		0	America/New_York	41.55343	-74.04542	115			NY	071	50045	
5117756	Four Mile	four-mile	US		0	America/New_York	42.01979	-78.46502	708	Four Mile,Fourmile		NY	009	01297	
5117781	Fourth Lake	fourth-lake	US		0	America/New_York	43.35701	-73.82984	211			NY	113	40662	
5117786	Fowlersville	fowlersville	US		0	America/New_York	43.62396	-75.27406	356			NY	049	43995	
5117810	Fox Hill	fox-hill	US		0	America/New_York	43.19313	-74.04485	460			NY	091	23591	
5117814	Fox Hills	fox-hills	US		0	America/New_York	40.6151	-74.08459	20	Fox Hills,Park Hill		NY	085		
5117821	Fox Meadow	fox-meadow	US		0	America/New_York	41.00176	-73.79263	62	Fox Meadow,Fox Meadows		NY	119	65442	
5117831	Fox Ridge	fox-ridge	US		0	America/New_York	43.05534	-76.69078	122			NY	011	48131	
5117836	Fraleighs	fraleighs	US		0	America/New_York	42.00343	-73.83402	74			NY	027	60905	
5117841	Francis Corners	francis-corners	US		0	America/New_York	43.01341	-73.77818	95			NY	091	44743	
5117857	Frankfort Center	frankfort-center	US		0	America/New_York	43.05118	-75.14433	210			NY	043	27199	
5117870	Franklin Depot	franklin-depot	US		0	America/New_York	42.28258	-75.20934	476			NY	025	67345	
5117871	Franklin Falls	franklin-falls	US		0	America/New_York	44.43671	-73.97043	438	Franklin Falls,McClenathans Falls,McLenathen Falls		NY	033	27243	
5117918	Frear Park	frear-park	US		0	America/New_York	42.7448	-73.67345	72			NY	083	75484	
5117935	Freedom Plains	freedom-plains	US		421	America/New_York	41.67259	-73.79958	96			NY	027	40299	
5117944	Freeman Mill	freeman-mill	US		0	America/New_York	43.4609	-75.57851	428			NY	049	42125	
5117953	Freer Corner	freer-corner	US		0	America/New_York	42.47313	-75.26073	456			NY	077	11528	
5117959	Freetown Corners	freetown-corners	US		0	America/New_York	42.52202	-76.03604	406			NY	023	27496	
5117984	French Mountain	french-mountain	US		0	America/New_York	43.36924	-73.69845	164			NY	113	60356	
5117992	French Woods	french-woods	US		0	America/New_York	41.9212	-75.186	491			NY	025	31951	
5118003	Fresh Kills	fresh-kills	US		0	America/New_York	40.56427	-74.18626	11			NY	085		
5118006	Fresh Pond	fresh-pond	US		0	America/New_York	40.70705	-73.90347	34			NY	081		
5118013	Fresh Pond Junction	fresh-pond-junction	US		0	America/New_York	40.70399	-73.89153	30			NY	081		
5118014	Fresh Pond Landing	fresh-pond-landing	US		0	America/New_York	40.99482	-72.11035	1			NY	103	22194	
5118019	Freysbush	freysbush	US		0	America/New_York	42.90924	-74.66292	210	Frey's Bush,Freysbush		NY	057	47614	
5118041	Frink Corner	frink-corner	US		0	America/New_York	43.08174	-73.93651	194			NY	091	30444	
5118042	Frinks Corner	frinks-corner	US		0	America/New_York	42.70478	-78.38807	464			NY	121	66773	
5118069	Frone Corner	frone-corner	US		0	America/New_York	42.45841	-75.32017	341			NY	077	11528	
5118070	Frost Hollow	frost-hollow	US		0	America/New_York	42.82673	-77.56444	253			NY	069	61544	
5118074	Frost Valley	frost-valley	US		0	America/New_York	41.98704	-74.51043	622			NY	111	20247	
5118077	Fruit Valley	fruit-valley	US		0	America/New_York	43.43535	-76.56383	82	Fruit Valley,Union Village		NY	075	55585	
5118102	Fullers	fullers	US		0	America/New_York	42.72591	-73.9604	86	Fuller's Station,Fullers		NY	001	31104	
5118103	Fullers	fullers	US		0	America/New_York	43.47757	-74.09458	439			NY	113	73814	
5118104	Fullerville	fullerville	US		0	America/New_York	44.26812	-75.34188	216	Fullersville,Fullerville		NY	089	27100	
5118111	Fulmer Valley	fulmer-valley	US		0	America/New_York	42.09785	-77.83	563			NY	003	37297	
5118145	Furnace Village	furnace-village	US		0	America/New_York	43.24118	-76.82107	98			NY	117	82689	
5118146	Furnace Woods	furnace-woods	US		0	America/New_York	41.26482	-73.88597	97			NY	119	18410	
5118148	Furnaceville	furnaceville	US		0	America/New_York	42.6548	-74.67181	546			NY	077	19895	
5118149	Furnaceville	furnaceville	US		0	America/New_York	43.25229	-77.27388	107			NY	117	55013	
5118151	Furniss	furniss	US		0	America/New_York	43.39535	-76.53328	112			NY	075	55585	
5118154	Fyler Settlement	fyler-settlement	US		0	America/New_York	43.09535	-75.92103	124			NY	053	71993	
5118160	Gabriels Junction	gabriels-junction	US		0	America/New_York	42.42146	-76.90357	261			NY	097	60763	
5118171	Gaines Basin	gaines-basin	US		0	America/New_York	43.25867	-78.22308	151			NY	073	27958	
5118180	Gale	gale	US		0	America/New_York	44.26756	-74.63101	466			NY	089	57716	
5118185	Galeville	galeville	US		4617	America/New_York	43.09007	-76.17298	129			NY	067	64815	
5118186	Galeville	galeville	US		0	America/New_York	41.63648	-74.19098	77	Galeville,Galeville Mills		NY	111	66674	
5118187	Galilee	galilee	US		0	America/New_York	44.61701	-75.508	101			NY	089	55563	
5118191	Gallatinville	gallatinville	US		0	America/New_York	42.03454	-73.67068	137	Gallatin,Gallatinville		NY	021	28068	
5118205	Gallows Hill	gallows-hill	US		0	America/New_York	41.32148	-73.90792	131			NY	119	18410	
5118213	Gamble Mill	gamble-mill	US		0	America/New_York	42.85701	-76.25215	315			NY	067	55651	
5118223	Garbutt	garbutt	US		0	America/New_York	43.01284	-77.79167	182	Garbutt,Garbuttsville		NY	055	81402	
5118228	Garden City Park	garden-city-park	US		7806	America/New_York	40.74093	-73.66263	32			NY	059	53000	
5118229	Garden City South	garden-city-south	US		4024	America/New_York	40.71232	-73.66096	21			NY	059	34000	
5118233	Garden Terrace	garden-terrace	US		0	America/New_York	43.08562	-76.28382	122			NY	067	11913	
5118234	Gardenville	gardenville	US		0	America/New_York	42.85867	-78.75448	191			NY	029	80918	
5118251	Gang Mills	gang-mills	US		4185	America/New_York	42.14619	-77.11164	285			NY	101	24647	
5118260	Gardnersville	gardnersville	US		0	America/New_York	42.72396	-74.58209	372			NY	095	66542	
5118261	Gardnertown	gardnertown	US		4373	America/New_York	41.53509	-74.07014	125			NY	071	50045	
5118272	Garlinghouse	garlinghouse	US		0	America/New_York	42.60896	-77.47165	454			NY	069	49440	
5118280	Garnet Lake	garnet-lake	US		0	America/New_York	43.54173	-74.01207	447	Garnet,Garnet Lake		NY	113	38715	
5118283	Garoga	garoga	US		0	America/New_York	43.04396	-74.51653	296	Garoga,Garoga Hamlet		NY	035	24603	
5118298	Garwoods	garwoods	US		0	America/New_York	42.45951	-77.82472	390	Garwoods,Garwoods Station,Whitney Crossings,Whitney's Crossing		NY	003	11253	
5118299	Gas Spring	gas-spring	US		0	America/New_York	42.41535	-77.83416	542			NY	003	11253	
5118313	Gates Center	gates-center	US		0	America/New_York	43.1534	-77.69084	167			NY	055	28442	
5118318	Gaskill	gaskill	US		0	America/New_York	42.13007	-76.1816	316	Gaskill,Gaskill Corners,Gaskill's Corners		NY	107	55893	
5118335	Gayhead	gayhead	US		0	America/New_York	42.34147	-73.97013	221	Gay Head,Gayhead		NY	039	11649	
5118351	Gee Brook	gee-brook	US		0	America/New_York	42.50924	-75.91825	318			NY	023	15748	
5118356	Geers Corners	geers-corners	US		0	America/New_York	44.18117	-75.33798	235			NY	089	58266	
5118357	Gees Corner	gees-corner	US		0	America/New_York	43.1359	-75.82741	127			NY	053	71993	
5118367	Genegantslet	genegantslet	US		0	America/New_York	42.35035	-75.81047	309			NY	017	30422	
5118386	Genesee Junction	genesee-junction	US		0	America/New_York	43.0984	-77.68611	161			NY	055	15462	
5118434	Georgica	georgica	US		0	America/New_York	40.94538	-72.2198	8			NY	103	22194	
5118439	Gerard Park	gerard-park	US		0	America/New_York	41.04343	-72.14619	1			NY	103	22194	
5118445	German Four Corners	german-four-corners	US		0	America/New_York	42.49174	-75.86075	489	German,German Four Corners		NY	017	28739	
5118450	German Village	german-village	US		0	America/New_York	43.22395	-77.54194	112			NY	055	37726	
5118458	Germany Hill	germany-hill	US		0	America/New_York	42.14896	-76.35244	431			NY	107	73968	
5118460	Germonds	germonds	US		0	America/New_York	41.12037	-73.99319	90			NY	087	15968	
5118463	Gerritsen	gerritsen	US		0	America/New_York	40.59288	-73.92569	3			NY	047		
5118474	Getman Corners	getman-corners	US		0	America/New_York	42.95007	-75.01377	440			NY	043	17431	
5118492	Gibson Corners	gibson-corners	US		0	America/New_York	42.04091	-76.25882	462			NY	107	55893	
5118494	Gibson Landing	gibson-landing	US		0	America/New_York	42.49896	-77.15858	223			NY	101	59982	
5118498	Giddingsville	giddingsville	US		0	America/New_York	43.7784	-76.03548	182			NY	045	24086	
5118520	Gilbert Corners	gilbert-corners	US		0	America/New_York	41.39898	-73.86958	140			NY	079	60147	
5118521	Gilbert Corners	gilbert-corners	US		0	America/New_York	43.06813	-73.73623	67			NY	091	65255	
5118522	Gilbert Corners	gilbert-corners	US		0	America/New_York	42.78396	-74.55181	365			NY	095	66641	
5118527	Gilbert Mills	gilbert-mills	US		0	America/New_York	43.31479	-76.3091	127	Gilbert Mills,Gilbert's Mills,Gilbertsville		NY	075	65618	
5118528	Gilberts Corner	gilberts-corner	US		0	America/New_York	43.15506	-78.5203	201	Gilberts Corner,Gilberts Corners		NY	063	64034	
5118538	Gilgo Beach	gilgo-beach	US		0	America/New_York	40.61843	-73.39762	1			NY	103	04000	
5118570	Gilmantown	gilmantown	US		0	America/New_York	43.43812	-74.31597	520			NY	041	79059	
5118588	Girarde	girarde	US		0	America/New_York	41.44343	-74.22765	122			NY	071	31907	
5118589	Girards Sugarbush	girards-sugarbush	US		0	America/New_York	43.47007	-74.19541	432			NY	041	79059	
5118597	Gladding Corner	gladding-corner	US		0	America/New_York	42.80173	-77.4511	441			NY	069	08378	
5118610	Glass Lake	glass-lake	US		0	America/New_York	42.63008	-73.53095	256			NY	083	65013	
5118612	Glasgow Mills	glasgow-mills	US		0	America/New_York	43.10285	-74.5307	486			NY	035	12573	
5118615	Gleasons Mill	gleasons-mill	US		0	America/New_York	44.46062	-74.94825	304	Gleason's Mill,Gleasons Mill,Morgan's Mill		NY	089	15792	
5118625	Glen Castle	glen-castle	US		0	America/New_York	42.17896	-75.90659	301			NY	007	15110	
5118630	Glen Cove Landing	glen-cove-landing	US		0	America/New_York	40.86288	-73.65402	1			NY	059	29113	
5118636	Glen Edith	glen-edith	US		0	America/New_York	43.20395	-77.52	76			NY	055	78971	
5118639	Glen Grove	glen-grove	US		0	America/New_York	42.44285	-77.18747	228			NY	101	76496	
5118653	Glen Park	glen-park	US		508	America/New_York	44.00117	-75.96631	104	Glen Park,Glenpark		NY	045	10242	
5118665	Glencairn	glencairn	US		0	America/New_York	42.07896	-76.48966	337			NY	107	04671	
5118666	Glenclyffe	glenclyffe	US		0	America/New_York	41.36815	-73.94847	41			NY	079	57584	
5118667	Glenco Mills	glenco-mills	US		0	America/New_York	42.14953	-73.74068	75	Glenco Mills,Glencoe Mills,Sober		NY	021	42917	
5118677	Glenburnie	glenburnie	US		0	America/New_York	43.76339	-73.45623	101			NY	115	60092	
5118679	Glenerie Lake Park	glenerie-lake-park	US		0	America/New_York	42.0137	-73.98514	62			NY	111	75935	
5118684	Glenmark	glenmark	US		0	America/New_York	43.19145	-76.91274	95	Glenmark,Glenmark Falls		NY	117	63605	
5118688	Glenmore	glenmore	US		0	America/New_York	44.25421	-73.74264	548			NY	031	39067	
5118689	Glenora	glenora	US		0	America/New_York	42.4984	-76.91718	203			NY	123	70816	
5118691	Glenridge	glenridge	US		0	America/New_York	42.86702	-73.90957	90			NY	093	29366	
5118703	Glenville Center	glenville-center	US		0	America/New_York	42.89258	-73.97874	187			NY	093	29366	
5118707	Glenwild	glenwild	US		0	America/New_York	43.13424	-74.06485	409			NY	091	59949	
5118726	Glenerie	glenerie	US		0	America/New_York	42.0337	-73.97291	26			NY	111	65299	
5118730	Glenwood Park	glenwood-park	US		0	America/New_York	41.51343	-74.04986	86			NY	071	50045	
5118738	Globe Hotel Corners	globe-hotel-corners	US		0	America/New_York	42.7884	-76.38049	359			NY	011	51198	
5118752	Godeffroy	godeffroy	US		0	America/New_York	41.44676	-74.61238	159			NY	071	19961	
5118758	Godfreys Corner	godfreys-corner	US		0	America/New_York	44.29394	-75.88773	109			NY	045	01176	
5118766	Golah	golah	US		0	America/New_York	42.97034	-77.71611	165			NY	055	64144	
5118773	Golden Glow Heights	golden-glow-heights	US		0	America/New_York	42.08591	-76.87135	269	Golden Glow Heights,Hendy Creek		NY	015	06475	
5118831	Goodrich Corners	goodrich-corners	US		0	America/New_York	43.14868	-75.52796	162			NY	065	77178	
5118838	Goodyear Corners	goodyear-corners	US		0	America/New_York	42.63646	-76.61494	282	Goodyear Corners,Goodyear's,Goodyears Corners		NY	011	28673	
5118843	Goose Bay	goose-bay	US		0	America/New_York	44.36672	-75.84634	78			NY	045	01176	
5118858	Goose Island	goose-island	US		0	America/New_York	43.25424	-73.42372	219			NY	115	02561	
5118884	Goosetree	goosetree	US		0	America/New_York	42.65479	-76.47466	381			NY	011	28673	
5118889	Gordon Heights	gordon-heights	US		4042	America/New_York	40.85871	-72.97066	47	Coram Hill,Gordon Heights,Jordan Heights		NY	103	10000	
5118897	Gorthey Corners	gorthey-corners	US		0	America/New_York	43.09896	-74.16763	257			NY	035	08433	
5118922	Gothicville	gothicville	US		0	America/New_York	42.67313	-74.6932	581			NY	077	19895	
5118934	Goulds	goulds	US		0	America/New_York	41.92592	-75.08322	570			NY	025	31951	
5118935	Goulds Mill	goulds-mill	US		0	America/New_York	43.60924	-75.34045	263			NY	049	43995	
5118945	Governor Alfred E Smith Houses	governor-alfred-e-smith-houses	US		0	America/New_York	40.71066	-73.99903	4			NY	061		
5118986	Gracie	gracie	US		0	America/New_York	42.56563	-76.2491	360			NY	023	18421	
5118994	Graftons Square	graftons-square	US		0	America/New_York	43.44257	-76.15076	130			NY	075	46822	
5119008	Granby Center	granby-center	US		0	America/New_York	43.32673	-76.46605	133	Granby Center,Granby Centre,Williams Corners		NY	075	29729	
5119024	Grand View Beach	grand-view-beach	US		0	America/New_York	43.29784	-77.68306	76			NY	055	30290	
5119025	Grand View Heights	grand-view-heights	US		0	America/New_York	43.29534	-77.69334	83			NY	055	30290	
5119026	Grand View-on-Hudson	grand-view-on-hudson	US		285	America/New_York	41.06399	-73.92041	13	Grand View,Grand View-on-Hudson,Snedens		NY	087	55211	
5119033	Grandview Park	grandview-park	US		0	America/New_York	44.31949	-76.05523	82	Grand View Park,Grandview Park		NY	045	55398	
5119034	Grandyle Village	grandyle-village	US		4629	America/New_York	42.99645	-78.95504	181	Grandyle,Grandyle Village		NY	029	29828	
5119038	Grange Landing	grange-landing	US		0	America/New_York	42.76645	-77.32109	214			NY	069	12155	
5119044	Grangerville	grangerville	US		0	America/New_York	43.10591	-73.62123	62			NY	091	65244	
5119060	Grant Corner	grant-corner	US		0	America/New_York	41.31898	-73.59096	117	Close's Corners,Grant Corner		NY	119	53517	
5119062	Grant Hollow	grant-hollow	US		0	America/New_York	42.8323	-73.62567	96	Grant Hollow,Grant's Hollow		NY	083	65486	
5119065	Grant Mills	grant-mills	US		0	America/New_York	42.08426	-74.68043	500	Grant Mills,Grant's Mills		NY	025	47031	
5119086	Grasmere	grasmere	US		0	America/New_York	40.60427	-74.08709	25	Grasmere,Grassmere		NY	085		
5119090	Graphite	graphite	US		0	America/New_York	43.75117	-73.5629	469			NY	113	31335	
5119167	Gravesend	gravesend	US		112229	America/New_York	40.5976	-73.96514	4			NY	047		
5119181	Gray Shores	gray-shores	US		0	America/New_York	42.81673	-77.71222	250			NY	051	42961	
5119182	Graymoor	graymoor	US		0	America/New_York	41.35454	-73.9193	156			NY	079	57584	
5119183	Grays Corner	grays-corner	US		0	America/New_York	43.53035	-73.38539	49			NY	115	81633	
5119185	Grays Corners	grays-corners	US		0	America/New_York	42.8198	-73.75873	84			NY	091	31489	
5119190	Graywood	graywood	US		0	America/New_York	42.81229	-77.71472	253			NY	051	42961	
5119196	Gravesville	gravesville	US		0	America/New_York	43.25312	-75.11405	239			NY	043	64254	
5119211	Great Kills	great-kills	US		22000	America/New_York	40.55427	-74.15153	17	Clarendon,Gifford's,Giffords,Great Kills,Greatkills,Newtown		NY	085		
5119223	Great Neck Gardens	great-neck-gardens	US		1186	America/New_York	40.79722	-73.72389	56			NY	059	53000	
5119226	Great Neck Plaza	great-neck-plaza	US		6925	America/New_York	40.78677	-73.72652	28	Brookdale,Great Neck,Great Neck Plaza		NY	059	53000	
5119235	Great Neck Estates	great-neck-estates	US		2827	America/New_York	40.78705	-73.7368	25			NY	059	53000	
5119251	Greece	greece	US		14519	America/New_York	43.20978	-77.69306	131	Graecia,Grecia,Gris,ghrys,Грис,غريس		NY	055	30290	
5119259	Green Acres	green-acres	US		0	America/New_York	40.65871	-73.71735	3			NY	059	34000	
5119262	Green Acres Valley	green-acres-valley	US		0	America/New_York	43.00728	-78.83142	174			NY	029	75000	
5119271	Green Corners	green-corners	US		0	America/New_York	43.07063	-74.06957	343	Green Corners,Green's Corners		NY	091	59949	
5119272	Green Corners	green-corners	US		0	America/New_York	42.93924	-74.08096	235			NY	093	29366	
5119280	Green Haven	green-haven	US		0	America/New_York	41.58732	-73.71791	116			NY	027	05452	
5119289	Green Hills	green-hills	US		0	America/New_York	42.39228	-79.49338	185			NY	013	59421	
5119290	Green Island	green-island	US		2612	America/New_York	42.74424	-73.69151	7	Grin Ajland,ghryn ayland,Грин Ајланд,غرين أيلاند		NY	001	30532	
5119334	Green Settlement	green-settlement	US		0	America/New_York	43.85562	-76.03742	168			NY	045	00210	
5119335	Green Street	green-street	US		0	America/New_York	44.4231	-73.63458	265			NY	031	38396	
5119343	Greenboro	greenboro	US		0	America/New_York	43.64396	-75.88881	401	Greenboro,Greenborough		NY	075	60873	
5119347	Greenburgh	greenburgh	US		86764	America/New_York	41.03287	-73.84291	52	Grinburg,Гринбург,Ґрінбург		NY	119		
5119351	Greencrest	greencrest	US		0	America/New_York	42.44006	-79.42255	180	Green Crest,Greencrest		NY	013	59421	
5119372	Greenhaven	greenhaven	US		0	America/New_York	40.95093	-73.7068	16			NY	119	64309	
5119383	Greenpoint	greenpoint	US		34719	America/New_York	40.72371	-73.95097	4	Green Point,Greenpoint,Grinpojnt,Гринпойнт		NY	047		
5119386	Greenport Center	greenport-center	US		0	America/New_York	42.24092	-73.76235	53			NY	021	30565	
5119389	Greenridge	greenridge	US		261	America/New_York	40.56122	-74.16987	3	Fresh Kills,Green Ridge,Greenridge,Marshland		NY	085		
5119396	Greens Landing	greens-landing	US		0	America/New_York	42.83062	-77.25859	210			NY	069	29531	
5119406	Greenville Center	greenville-center	US		0	America/New_York	42.38731	-74.00013	219			NY	039	30620	
5119414	Greenway Corners	greenway-corners	US		0	America/New_York	43.17035	-75.52573	146			NY	065	63418	
5119417	Greenwich Junction	greenwich-junction	US		0	America/New_York	43.1498	-73.35289	138			NY	115	64782	
5119418	Greenwich Village	greenwich-village	US		0	America/New_York	40.72844	-74.00292	6	Greenwich Village,Grinich Vilidz,Grinuich Vilidzh,Grinvich-Villidzh,Lang Greenwich,Làng Greenwich,dhkdh grynwych,ge lin ni zhi cun,geulinichibilliji,grynwch wylj,grynwwyts wwylyzs,grynyz wylg,Гринвич-Виллидж,Гринвіч-Віллидж,Гринич Вилиџ,Гринуич Вилидж,גרינוויטש וויליזש,גריניץ וילג,دهکده گرینویچ,گرینوچ ویلج,グリニッジ・ヴィレッジ,格林尼治村,그리니치빌리지		NY	061		
5119430	Greens Crossing	greens-crossing	US		0	America/New_York	42.95813	-75.27683	408			NY	065	56330	
5119443	Gregory Landing	gregory-landing	US		0	America/New_York	42.81035	-76.31243	270			NY	011	51198	
5119444	Gregorytown	gregorytown	US		0	America/New_York	42.0312	-75.03628	338			NY	025	16793	
5119448	Greigsville	greigsville	US		209	America/New_York	42.83062	-77.89695	229			NY	051	84022	
5119453	Grenell	grenell	US		0	America/New_York	44.28338	-76.04411	98	Grenell,Grennell,Grinnell,Stuart		NY	045	16100	
5119456	Grey Oaks	grey-oaks	US		0	America/New_York	40.96621	-73.86958	37			NY	119	84000	
5119457	Greycourt	greycourt	US		0	America/New_York	41.36204	-74.25543	132			NY	071	15308	
5119459	Greystone	greystone	US		0	America/New_York	40.97121	-73.88819	24			NY	119	84000	
5119465	Gridleyville	gridleyville	US		0	America/New_York	42.24507	-76.37216	285			NY	107	12221	
5119474	Griffins Corners	griffins-corners	US		0	America/New_York	42.9334	-76.19687	186			NY	067	54958	
5119475	Griffins Mills	griffins-mills	US		0	America/New_York	42.72395	-78.66725	284	Griffin's Mills,Griffins Mills,Griffinshire,Smith's Mills		NY	029	03199	
5119479	Griffiths	griffiths	US		0	America/New_York	42.12172	-79.31921	399			NY	013	23976	
5119506	Groom Corners	groom-corners	US		0	America/New_York	42.83508	-73.84373	104	Groom Corners,Groom's Corners,Grooms Corners		NY	091	16353	
5119507	Grooville	grooville	US		0	America/New_York	41.94259	-74.76738	586			NY	105	63176	
5119514	Groton City	groton-city	US		0	America/New_York	42.61507	-76.28521	391			NY	109	30972	
5119516	Grotto	grotto	US		0	America/New_York	42.55952	-76.40966	408			NY	109	30972	
5119524	Grout Mill	grout-mill	US		0	America/New_York	42.7234	-76.25854	368			NY	023	65915	
5119536	Grove Springs	grove-springs	US		0	America/New_York	42.47118	-77.15608	222			NY	101	78883	
5119540	Groveland Corners	groveland-corners	US		0	America/New_York	42.70173	-77.75167	414	Groveland,Groveland Corners		NY	051	31016	
5119844	Hamilton Center	hamilton-center	US		0	America/New_York	42.78979	-75.49573	374			NY	053	31720	
5119542	Grovenor Corners	grovenor-corners	US		0	America/New_York	42.72841	-74.38375	344	Grovenor Corners,Grovenor's Corners,Grovenors Corners		NY	095	12452	
5119544	Grover Cleveland Terrace	grover-cleveland-terrace	US		0	America/New_York	42.97172	-78.80642	185	Cleveland Heights,Grover Cleveland Terrace		NY	029	02000	
5119545	Grover Hills	grover-hills	US		0	America/New_York	44.07755	-73.51152	323			NY	031	48428	
5119548	Groveville	groveville	US		0	America/New_York	41.51537	-73.93958	75			NY	027	25978	
5119566	Grymes Hill	grymes-hill	US		4985	America/New_York	40.61872	-74.09348	91			NY	085		
5119577	Guideboard	guideboard	US		0	America/New_York	42.80924	-75.35156	454			NY	053	08587	
5119586	Guilford Center	guilford-center	US		0	America/New_York	42.40535	-75.46212	425	Guilford Center,Guilford Centre		NY	017	31148	
5119594	Gulf Bridge	gulf-bridge	US		0	America/New_York	43.29035	-76.06464	137			NY	075	80500	
5119609	Gulf Summit	gulf-summit	US		0	America/New_York	42.01897	-75.53046	417			NY	007	65112	
5119625	Gulick	gulick	US		0	America/New_York	42.69173	-77.4561	536			NY	069	68660	
5119647	Gulph	gulph	US		0	America/New_York	43.01035	-75.15933	340			NY	043	27199	
5119661	Gunther Park	gunther-park	US		0	America/New_York	40.93454	-73.85263	46			NY	119	84000	
5119663	Gurn Spring	gurn-spring	US		0	America/New_York	43.17091	-73.71762	97			NY	091	82403	
5119667	Guyanoga	guyanoga	US		0	America/New_York	42.62396	-77.16553	238			NY	123	38583	
5119670	Guymard	guymard	US		0	America/New_York	41.42898	-74.59877	219			NY	071	48857	
5119683	Haberman	haberman	US		0	America/New_York	40.72594	-73.91986	8			NY	081		
5119690	Hadley Bay	hadley-bay	US		0	America/New_York	42.1495	-79.40255	401			NY	013	52155	
5119699	Guyler Hill	guyler-hill	US		0	America/New_York	42.71312	-75.92047	531			NY	023	19499	
5119701	Hagedorns Mills	hagedorns-mills	US		0	America/New_York	43.07618	-74.09985	305	Hagedorn's Mills,Hagedorns Mills		NY	091	59949	
5119717	Hague Crossing	hague-crossing	US		0	America/New_York	44.72784	-75.23521	103			NY	089	42631	
5119721	Haines Corners	haines-corners	US		0	America/New_York	41.47371	-73.58207	167			NY	079	56748	
5119731	Halcott Center	halcott-center	US		0	America/New_York	42.18842	-74.49126	531	Halcott Center,Halcott Centre		NY	039	31379	
5119738	Hale Eddy	hale-eddy	US		0	America/New_York	42.0037	-75.38295	296	Hale Eddy,Hales Eddy		NY	025	20357	
5119740	Hale Mills	hale-mills	US		0	America/New_York	43.01952	-74.33402	225			NY	035	38792	
5119742	Halesite	halesite	US		2498	America/New_York	40.88843	-73.4154	8			NY	103	37000	
5119743	Half Acre	half-acre	US		0	America/New_York	42.91673	-76.62467	196	Aurelius,Half Acre		NY	011	03166	
5119745	Half Hollow	half-hollow	US		0	America/New_York	40.77649	-73.34317	24			NY	103	37000	
5119750	Halfmoon	halfmoon	US		0	America/New_York	42.82758	-73.7179	84	Ca-nis-ta-gua-ha,Half Moon,Halfmoon,Middletown		NY	091	31489	
5119751	Halfmoon Beach	halfmoon-beach	US		0	America/New_York	42.80313	-73.75401	59			NY	091	31489	
5119764	Halfway House Corners	halfway-house-corners	US		0	America/New_York	44.80811	-75.17243	97	Half Way House Courners,Halfway House Corners		NY	089	77739	
5119773	Halihan Hill	halihan-hill	US		0	America/New_York	41.9912	-74.02792	134			NY	111	39738	
5119806	Halls Corner	halls-corner	US		0	America/New_York	42.64007	-76.28215	416			NY	011	72037	
5119807	Halls Corner	halls-corner	US		0	America/New_York	44.19978	-75.69883	131			NY	045	02297	
5119808	Halls Corner	halls-corner	US		0	America/New_York	42.99924	-73.81123	107	Halls Corner,Halls Corners		NY	091	44743	
5119817	Hallsport	hallsport	US		0	America/New_York	42.07535	-77.85222	539	Halls Port,Hallsport		NY	003	82095	
5119823	Halsey Valley	halsey-valley	US		0	America/New_York	42.14146	-76.43911	325	Girl's Flat,Halsey Valley		NY	107	73968	
5119824	Halseys Corners	halseys-corners	US		0	America/New_York	44.70782	-73.46902	54			NY	019	58585	
5119825	Halseyville	halseyville	US		0	America/New_York	42.53146	-76.63384	260			NY	109	75990	
5119832	Hambletville	hambletville	US		0	America/New_York	42.09675	-75.39295	325			NY	025	20357	
5119843	Hamilton Beach	hamilton-beach	US		66	America/New_York	40.65233	-73.82736	1			NY	081		
5119875	Hammel	hammel	US		0	America/New_York	40.58788	-73.81013	2	Hammel,Hammels		NY	081		
5119882	Hammertown	hammertown	US		0	America/New_York	41.97565	-73.6404	135			NY	027	58156	
5119892	Hammonds Corner	hammonds-corner	US		0	America/New_York	43.47257	-76.38438	141			NY	075	65992	
5119901	Hampton Beach	hampton-beach	US		0	America/New_York	40.80899	-72.59065	4			NY	103	68473	
5119907	Hampton Manor	hampton-manor	US		2417	America/New_York	42.62091	-73.72845	63			NY	083	22117	
5119908	Hampton Park	hampton-park	US		0	America/New_York	42.61619	-73.72012	96			NY	083	22117	
5119909	Hampton Park	hampton-park	US		0	America/New_York	40.90927	-72.39425	17			NY	103	68473	
5119914	Hamptonburgh	hamptonburgh	US		0	America/New_York	41.43509	-74.26015	136	Hamptonburg,Hamptonburgh		NY	071	31907	
5119921	Hands Creek Landing	hands-creek-landing	US		0	America/New_York	41.01899	-72.20258	2			NY	103	22194	
5119925	Handsome Eddy	handsome-eddy	US		0	America/New_York	41.44287	-74.89072	197			NY	105	43786	
5119931	Hanford Bay	hanford-bay	US		0	America/New_York	42.55728	-79.14337	177			NY	013	32050	
5119940	Hanley Corner	hanley-corner	US		0	America/New_York	42.13453	-74.54349	704			NY	025	47031	
5119944	Hannans Corner	hannans-corner	US		0	America/New_York	43.06917	-77.4425	168			NY	055	57221	
5119951	Hanover Center	hanover-center	US		0	America/New_York	42.5195	-79.13865	240			NY	013	32050	
5119968	Harbor	harbor	US		0	America/New_York	43.08201	-75.14766	128			NY	043	27199	
5119974	Harbor Hills	harbor-hills	US		575	America/New_York	40.79093	-73.74652	22			NY	059	53000	
5119981	Harbor Isle	harbor-isle	US		1301	America/New_York	40.60344	-73.66457	0			NY	059	34000	
5119987	Hard Point	hard-point	US		0	America/New_York	43.08923	-76.66273	117			NY	011	17849	
5119988	Hardenburg	hardenburg	US		0	America/New_York	42.00092	-74.66516	614	Hardenburg,Hardenburgh		NY	111	32116	
5119998	Harbor Green	harbor-green	US		0	America/New_York	40.64982	-73.46262	1			NY	059	56000	
5119999	Harding Crossing	harding-crossing	US		0	America/New_York	42.84758	-73.97846	77			NY	093	29366	
5120001	Hardscrabble	hardscrabble	US		0	America/New_York	42.32203	-74.57849	549			NY	025	64001	
5120002	Hardscrabble	hardscrabble	US		0	America/New_York	40.97121	-72.2223	14			NY	103	22194	
5120019	Hardy Corners	hardy-corners	US		0	America/New_York	42.35923	-78.3089	476			NY	009	25340	
5120023	Hardys	hardys	US		0	America/New_York	42.61978	-78.17696	515	Hardy's,Hardys		NY	121	27980	
5120030	Harford Mills	harford-mills	US		0	America/New_York	42.41146	-76.20132	352			NY	023	32160	
5120039	Harlemville	harlemville	US		0	America/New_York	42.27037	-73.59428	213			NY	021	34748	
5120045	Harmon Park	harmon-park	US		0	America/New_York	42.8923	-73.9204	110			NY	093	29366	
5120046	Harmony Corners	harmony-corners	US		0	America/New_York	42.97758	-73.95485	164			NY	091	13926	
5120058	Harrietstown	harrietstown	US		0	America/New_York	44.397	-74.15849	565			NY	033	32314	
5120060	Harrigan	harrigan	US		0	America/New_York	44.85254	-73.96654	555	Harrigan,Harrigan Corners		NY	019	23921	
5120071	Harris Corners	harris-corners	US		0	America/New_York	42.76978	-78.44196	402			NY	121	66773	
5120074	Harris Hill	harris-hill	US		5508	America/New_York	42.96478	-78.67753	222			NY	029	15825	
5120082	Harris Hill Manor	harris-hill-manor	US		0	America/New_York	42.09563	-76.90329	279			NY	015	06475	
5120101	Harrison Grove	harrison-grove	US		0	America/New_York	43.28061	-78.96616	81			NY	063	59267	
5120115	Harrower	harrower	US		0	America/New_York	42.96535	-74.17124	211			NY	057	02077	
5120139	Hartmans Corners	hartmans-corners	US		0	America/New_York	42.70786	-73.92235	80			NY	001	31104	
5120157	Hartwick Seminary	hartwick-seminary	US		0	America/New_York	42.64313	-74.96543	384			NY	077	32589	
5120160	Hartwood Club	hartwood-club	US		0	America/New_York	41.50426	-74.72433	397			NY	105	26528	
5120165	Hartson Point	hartson-point	US		0	America/New_York	42.77256	-77.71278	251			NY	051	42961	
5120171	Hasbrouck	hasbrouck	US		0	America/New_York	41.7912	-74.6146	377			NY	105	25241	
5120174	Hasbroucks	hasbroucks	US		0	America/New_York	43.87145	-74.63434	541			NY	041	43412	
5120175	Haselton	haselton	US		0	America/New_York	44.41171	-73.76875	250			NY	031	82315	
5120186	Haskinville	haskinville	US		0	America/New_York	42.42312	-77.56582	495	Haskinsville,Haskinville		NY	101	27551	
5120192	Hastings Center	hastings-center	US		0	America/New_York	43.31701	-76.15437	132	Hastings Center,Hastings Centre		NY	075	32688	
5120200	Haskell Flats	haskell-flats	US		0	America/New_York	42.1509	-78.32335	470	Haskel Flat,Haskel Flats,Haskell Falls,Haskell Flats		NY	009	34946	
5120218	Hatchs Corners	hatchs-corners	US		0	America/New_York	43.17813	-75.5074	148			NY	065	63418	
5120221	Hathaway Corners	hathaway-corners	US		0	America/New_York	42.96395	-77.34804	197			NY	069	25406	
5120234	Havens Corner	havens-corner	US		0	America/New_York	42.71729	-77.08914	340			NY	123	06002	
5120236	Haverling Heights	haverling-heights	US		0	America/New_York	42.34952	-77.31554	347			NY	101	04770	
5120244	Haviland Hollow	haviland-hollow	US		0	America/New_York	41.48454	-73.57068	133	Haviland Hollow,Haviland's Corner		NY	079	56748	
5120257	Hawkins Corner	hawkins-corner	US		0	America/New_York	42.49256	-79.19254	251			NY	013	66916	
5120258	Hawkins Corner	hawkins-corner	US		0	America/New_York	43.28451	-75.47101	177			NY	065	41762	
5120277	Hawley Corners	hawley-corners	US		0	America/New_York	42.5398	-75.50851	313			NY	017	53990	
5120279	Hawleys	hawleys	US		0	America/New_York	42.18203	-75.01266	394			NY	025	31698	
5120281	Hawleyton	hawleyton	US		0	America/New_York	42.01869	-75.91603	388			NY	007	06618	
5120292	Hawversville	hawversville	US		0	America/New_York	42.51452	-74.24264	427			NY	095	10154	
5120295	Hawthorne Hill	hawthorne-hill	US		0	America/New_York	42.79785	-73.88012	134			NY	093	51264	
5120309	Hayground	hayground	US		0	America/New_York	40.92649	-72.33286	4			NY	103	68473	
5120317	Haynersville	haynersville	US		0	America/New_York	42.79063	-73.57067	185	Cooksborough,Haynersville,Haynerville		NY	083	10275	
5120333	Hayt Corner	hayt-corner	US		0	America/New_York	42.46841	-76.54272	279			NY	109	38088	
5120334	Hayt Corners	hayt-corners	US		0	America/New_York	42.6959	-76.78884	238	Hayt Corners,Hayt's Corners,Hayts Corners		NY	099	63440	
5120345	Head Corners	head-corners	US		0	America/New_York	42.52479	-76.47272	320			NY	109	41234	
5120348	Head of the Harbor	head-of-the-harbor	US		1477	America/New_York	40.90343	-73.15789	37			NY	103	68000	
5120364	Heath Grove	heath-grove	US		0	America/New_York	42.88507	-76.29299	248			NY	067	55651	
5120367	Heath Ridge	heath-ridge	US		0	America/New_York	40.9776	-73.77319	79			NY	119	65442	
5120368	Heathcote	heathcote	US		0	America/New_York	40.98454	-73.77458	74			NY	119	65442	
5120428	Helderberg	helderberg	US		0	America/New_York	42.60008	-74.06624	482	Helderberg,Helderburg		NY	001	06211	
5120442	Hell's Kitchen	hell-s-kitchen	US		45884	America/New_York	40.76496	-73.9909	9	La Cocina del Infierno,Midtown West		NY	061		
5120459	Hemlock District	hemlock-district	US		0	America/New_York	43.65646	-75.99853	318	Boylston,Boylston District,Hemlock District		NY	075	07674	
5120479	New Hempstead	new-hempstead	US		5312	America/New_York	41.14982	-74.03375	177	Hempstead,Kakiat,Keckyate,Kukiat,New Hempstead		NY	087	60510	
5120481	Hempstead Gardens	hempstead-gardens	US		0	America/New_York	40.69649	-73.64513	18			NY	059	34000	
5120488	Hemstreet Park	hemstreet-park	US		0	America/New_York	42.90452	-73.67956	21			NY	083	65486	
5120550	Heritage Hills	heritage-hills	US		3975	America/New_York	41.33954	-73.69735	179			NY	119	68308	
5120565	Herkimer Landing	herkimer-landing	US		0	America/New_York	43.50951	-74.8146	668			NY	043	54507	
5120567	Herrick Grove	herrick-grove	US		0	America/New_York	44.05811	-76.19021	75			NY	045	43863	
5120574	Herrings	herrings	US		89	America/New_York	44.02396	-75.65381	210	Herring,Herrings		NY	045	82348	
5120578	Hervey Street	hervey-street	US		0	America/New_York	42.34508	-74.12653	307			NY	039	21204	
5120579	Heslops Corner	heslops-corner	US		0	America/New_York	42.47785	-75.30406	335			NY	077	11528	
5120586	Hessville	hessville	US		0	America/New_York	42.87396	-74.68709	285			NY	057	47614	
5120595	Herricks	herricks	US		4295	America/New_York	40.75538	-73.6668	35			NY	059	53000	
5120597	Hewittville	hewittville	US		0	America/New_York	44.7045	-75.01075	115			NY	089	59575	
5120600	Hewlett Bay Park	hewlett-bay-park	US		432	America/New_York	40.63316	-73.69541	2			NY	059	34000	
5120601	Hewlett Harbor	hewlett-harbor	US		1274	America/New_York	40.63621	-73.68152	3			NY	059	34000	
5120602	Hewlett Neck	hewlett-neck	US		474	America/New_York	40.62344	-73.69819	2			NY	059	34000	
5120617	Hibbards Corner	hibbards-corner	US		0	America/New_York	42.43118	-76.42799	333	Hibbard Corner,Hibbards Corner		NY	109	20962	
5120639	Hickorybush	hickorybush	US		0	America/New_York	41.87565	-74.04764	56			NY	111	63737	
5120640	Hicks	hicks	US		0	America/New_York	42.12369	-76.61689	350			NY	015	04132	
5120670	Higgins Bay	higgins-bay	US		0	America/New_York	43.40785	-74.53376	513	Higgins Bay,Lower Rudeston		NY	041	02572	
5120673	High Bank	high-bank	US		0	America/New_York	44.62671	-73.91487	448			NY	019	65211	
5120698	High Flats	high-flats	US		0	America/New_York	44.59339	-74.88881	265	High Flats,Highflats		NY	089	56374	
5120706	High Mills	high-mills	US		0	America/New_York	42.89952	-73.90762	108			NY	093	29366	
5120738	High Woods	high-woods	US		0	America/New_York	42.04565	-74.02847	118			NY	111	65299	
5120742	Highland Beach	highland-beach	US		0	America/New_York	42.87757	-76.51522	222			NY	011	55871	
5120758	Highland Landing	highland-landing	US		0	America/New_York	41.71787	-73.94819	2			NY	111	42994	
5120767	Highland-on-the-Lake	highland-on-the-lake	US		0	America/New_York	42.70811	-78.97809	209			NY	029	24801	
5120782	Hill Corners	hill-corners	US		0	America/New_York	43.02396	-74.17319	269			NY	035	08433	
5120796	Hillcrest	hillcrest	US		0	America/New_York	42.37923	-78.20529	473			NY	003	64166	
5120797	Hillcrest	hillcrest	US		7558	America/New_York	41.12787	-74.04097	156			NY	087	60510	
5120851	Hillside Lake	hillside-lake	US		1084	America/New_York	41.61482	-73.79819	114			NY	027	21996	
5120853	Hillside Manor	hillside-manor	US		0	America/New_York	40.75038	-73.67291	30			NY	059	53000	
5120868	Hiltonville	hiltonville	US		0	America/New_York	42.3684	-77.84305	510			NY	003	06717	
5120878	Hinkleyville	hinkleyville	US		0	America/New_York	43.21034	-77.84973	144	Hinckleyville,Hinkleyville		NY	055	56561	
5120885	Hinmansville	hinmansville	US		0	America/New_York	43.24785	-76.35243	115	Hinmansville,Six Mile Creek		NY	075	29729	
5120886	Hinsburg	hinsburg	US		0	America/New_York	43.25395	-78.10585	156	Hindsburg,Hindsburgh,Hinsburg		NY	073	49286	
5120897	Hinmans Corners	hinmans-corners	US		0	America/New_York	42.16063	-75.89714	269	Hinman Corner,Hinman Corners,Hinmans Corner,Hinmans Corners		NY	007	15110	
5120902	Hitching Corner	hitching-corner	US		0	America/New_York	42.88868	-75.16488	369			NY	043	82568	
5120908	Hoag Corners	hoag-corners	US		0	America/New_York	42.55647	-73.51122	212	Hoag Corners,Hoag's Corner,Hoag's Corners,Hoags Corner		NY	083	49517	
5120915	Hobin Corners	hobin-corners	US		0	America/New_York	42.89951	-75.30628	449			NY	065	08180	
5120923	Hoben	hoben	US		0	America/New_York	42.00368	-78.09473	466			NY	003	07201	
5120924	Hoeseville	hoeseville	US		0	America/New_York	43.01952	-74.10374	257			NY	035	08433	
5120935	Hoffmans	hoffmans	US		0	America/New_York	42.89508	-74.07652	81			NY	093	29366	
5120981	Hogtown	hogtown	US		0	America/New_York	43.52035	-73.5565	366			NY	115	26715	
5120988	Holbrook Corners	holbrook-corners	US		0	America/New_York	42.97396	-73.97651	179			NY	091	13926	
5120994	Holcombville	holcombville	US		0	America/New_York	43.6884	-73.98319	346			NY	113	38715	
5121009	Holland Cove	holland-cove	US		0	America/New_York	43.28701	-77.14359	79			NY	117	82040	
5121055	Holton Beach	holton-beach	US		0	America/New_York	42.61868	-76.68467	136			NY	099	18663	
5121172	Homer Hill	homer-hill	US		0	America/New_York	42.09562	-78.44863	440			NY	009	54716	
5121005	Holland	holland	US	01521	0	America/New_York	40.58649	-73.81791	1			NY	081		
5121175	Homestead Park	homestead-park	US		0	America/New_York	40.91649	-73.77291	6			NY	119	50617	
5121185	Honeoye Park	honeoye-park	US		0	America/New_York	42.77979	-77.50166	249			NY	069	61544	
5121189	Honest Hill	honest-hill	US		0	America/New_York	43.14534	-78.06585	201			NY	073	15880	
5121199	Honeywell Corners	honeywell-corners	US		0	America/New_York	43.04146	-74.14235	298			NY	035	08433	
5121200	Honk Hill	honk-hill	US		0	America/New_York	41.75704	-74.37988	174	Fort Honk,Honk Hill		NY	111	78828	
5121202	Honnedaga	honnedaga	US		0	America/New_York	43.38118	-75.20072	376			NY	065	61126	
5121221	Hoopers Valley	hoopers-valley	US		0	America/New_York	42.02646	-76.39299	241	Hooper's Valley,Hoopers Valley		NY	107	51121	
5121232	Hoosick Junction	hoosick-junction	US		0	America/New_York	42.92286	-73.35956	123			NY	083	35463	
5121251	Hopewell Center	hopewell-center	US		0	America/New_York	42.90118	-77.18414	255	Hopewell Center,Hopewell Centre		NY	069	35551	
5121257	Hopkins Beach	hopkins-beach	US		0	America/New_York	43.30144	-78.8881	82			NY	063	82370	
5121281	Hornby	hornby	US		0	America/New_York	42.24424	-77.04413	464	Hornby,Hornby Forks		NY	101	35661	
5121311	Horseshoe	horseshoe	US		0	America/New_York	44.13478	-74.63184	532	Horse Shoe,Horseshoe		NY	089	57716	
5121319	Horseshoe Hill	horseshoe-hill	US		0	America/New_York	41.19621	-73.57207	180			NY	119	59685	
5121343	Horton Crossing	horton-crossing	US		0	America/New_York	42.08563	-76.31938	247			NY	107	73968	
5121352	Hortontown	hortontown	US		0	America/New_York	43.18868	-76.38438	142			NY	067	44039	
5121353	Hortontown	hortontown	US		0	America/New_York	41.4987	-73.79513	196			NY	079	39331	
5121355	Hoseaville	hoseaville	US		0	America/New_York	42.47397	-74.81488	407			NY	025	19763	
5121356	Hoseville	hoseville	US		0	America/New_York	43.68146	-75.44463	400			NY	049	75693	
5121368	Horton Estates	horton-estates	US		0	America/New_York	41.32398	-73.74513	133			NY	119	68308	
5121375	Houcks Corners	houcks-corners	US		0	America/New_York	42.59564	-73.83457	64			NY	001	06354	
5121423	Howardville	howardville	US		0	America/New_York	43.46285	-76.0527	160			NY	075	01055	
5121439	Howes Landing	howes-landing	US		0	America/New_York	43.81534	-73.43595	98			NY	031	73891	
5121444	Howland Corners	howland-corners	US		0	America/New_York	42.53979	-76.45383	366			NY	109	41234	
5121450	Howlett Hill	howlett-hill	US		0	America/New_York	43.0159	-76.28576	298	Howlet Hill,Howlett Hill,Howlit Hill		NY	067	54958	
5121455	Hoxie Corner	hoxie-corner	US		0	America/New_York	41.7137	-73.7018	194			NY	027	76166	
5121475	Hubbard Crossing	hubbard-crossing	US		0	America/New_York	44.05645	-75.65742	210			NY	045	82348	
5121477	Hubbardtown	hubbardtown	US		0	America/New_York	42.20146	-76.31827	270			NY	107	12221	
5121481	Hubbell Corners	hubbell-corners	US		0	America/New_York	42.30064	-74.5546	460			NY	025	64001	
5121503	Huddle	huddle	US		0	America/New_York	43.12256	-77.27193	143			NY	117	44160	
5121213	Hooker	hooker	US	73945	0	America/New_York	43.69257	-75.7438	538			NY	049	48032	
5121555	Hulberton	hulberton	US		0	America/New_York	43.25312	-78.06585	158	Hulberton,Hulburton		NY	073	49286	
5121563	Hullsville	hullsville	US		0	America/New_York	42.15646	-76.16882	409			NY	107	55893	
5121564	Hulse Landing	hulse-landing	US		0	America/New_York	40.96732	-72.81121	2			NY	103	61984	
5121566	Humaston	humaston	US		0	America/New_York	43.26118	-75.59574	140			NY	065	63418	
5121574	Humphrey Center	humphrey-center	US		0	America/New_York	42.2334	-78.52613	512	Humphrey Center,Tickletown		NY	009	36123	
5121582	Hungerford Corners	hungerford-corners	US		0	America/New_York	43.85062	-76.23354	101			NY	045	34055	
5121585	Hungry Hill	hungry-hill	US		0	America/New_York	42.78924	-73.95235	104	Hungary Hill,Hungry Hill		NY	093	65508	
5121603	Hunt Hollow	hunt-hollow	US		0	America/New_York	42.55201	-77.97862	373	Hunt Hollow,Hunt's Hollow,Hunts Hollow		NY	051	59179	
5121613	Hunt Hollow	hunt-hollow	US		0	America/New_York	42.65118	-77.47693	300			NY	069	49440	
5121634	Huntersland	huntersland	US		0	America/New_York	42.57091	-74.25958	363	Hunter's Land,Hunters Land,Huntersland		NY	095	46855	
5121635	Huntersville (historical)	huntersville-historical	US		0	America/New_York	41.23759	-73.8368	97			NY	119	84077	
5121638	Huntington Bay	huntington-bay	US		1430	America/New_York	40.89982	-73.41484	5	Khantington Bej,hantynghtwn bay,Хантингтон Беј,هانتينغتون باي		NY	103	37000	
5121655	Huntingtonville	huntingtonville	US		0	America/New_York	43.97617	-75.86187	158			NY	045	78619	
5121658	Huntly Corners	huntly-corners	US		0	America/New_York	42.82952	-75.14016	409			NY	077	58420	
5121659	Hunts Corner	hunts-corner	US		0	America/New_York	41.60259	-75.03739	274			NY	105	75759	
5121660	Hunts Corners	hunts-corners	US		0	America/New_York	42.42424	-76.10937	421	Hunt's Corners,Hunts Corners		NY	023	41300	
5121661	Hunts Corners	hunts-corners	US		0	America/New_York	43.03117	-78.58697	189			NY	029	15825	
5121666	Hunts Point	hunts-point	US		27204	America/New_York	40.8126	-73.88402	6			NY	005		
5121673	Hurd Settlement	hurd-settlement	US		0	America/New_York	41.72759	-74.88239	375			NY	105	06310	
5121676	Hurd Corners	hurd-corners	US		0	America/New_York	41.58954	-73.58346	146			NY	027	56825	
5121684	Hurlbutville	hurlbutville	US		0	America/New_York	43.40257	-75.34712	332			NY	065	07366	
5121709	Hutchinson Crossing	hutchinson-crossing	US		0	America/New_York	42.85313	-73.99735	79			NY	093	29366	
5121731	Hyndsville	hyndsville	US		0	America/New_York	42.68563	-74.56153	349			NY	095	66542	
5121756	Idaho	idaho	US		0	America/New_York	42.86173	-77.55555	242			NY	051	42334	
5121761	Igerna	igerna	US		0	America/New_York	43.72423	-73.92096	361			NY	113	15319	
5121828	Indian Castle	indian-castle	US		0	America/New_York	43.00813	-74.78932	114	Danube,Indian Castle		NY	043	19686	
5121834	Indian Cove	indian-cove	US		0	America/New_York	42.77174	-76.46771	218			NY	011	48307	
5121857	Indian Hill	indian-hill	US		0	America/New_York	41.26009	-74.17376	264			NY	071	75781	
5121865	Indian Falls	indian-falls	US		0	America/New_York	43.02506	-78.3978	253			NY	037	57078	
5121867	Indian Kettles	indian-kettles	US		0	America/New_York	43.77339	-73.48845	107			NY	113	31335	
5121883	Indian Landing	indian-landing	US		0	America/New_York	40.77871	-72.89177	1			NY	103	10000	
5121890	Indian Park	indian-park	US		0	America/New_York	41.20843	-74.3121	250			NY	071	78366	
5121917	Indian Village	indian-village	US		0	America/New_York	42.94396	-76.16243	145			NY	067		
5121928	Ingalls Crossing	ingalls-crossing	US		0	America/New_York	43.30479	-76.34854	120			NY	075	77662	
5121934	Ingham Mills	ingham-mills	US		0	America/New_York	43.05757	-74.76376	158	Ingham Mills,Inghams Mills		NY	043	44974	
5121935	Ingham Mills Station	ingham-mills-station	US		0	America/New_York	43.04646	-74.78404	177	Ingham Mills Station,Ingham's Mills		NY	043	44974	
5122270	Interlaken Beach	interlaken-beach	US		0	America/New_York	42.62646	-76.68717	118			NY	099	18663	
5122295	Ireland Corners	ireland-corners	US		0	America/New_York	41.67482	-74.13264	128			NY	111	28255	
5122297	Irelandville	irelandville	US		0	America/New_York	42.40257	-76.90885	312	Irelandville,Reading		NY	097	60763	
5122315	Irish Settlement	irish-settlement	US		0	America/New_York	43.15229	-75.06349	396			NY	043	50584	
5122316	Irish Settlement	irish-settlement	US		0	America/New_York	44.48256	-74.87214	371			NY	089	17409	
5122319	Irishtown	irishtown	US		0	America/New_York	43.79895	-73.94041	357			NY	031	47669	
5122320	Iron Furnace	iron-furnace	US		0	America/New_York	43.49535	-73.54539	228			NY	115	26715	
5122331	Irondequoit	irondequoit	US		51692	America/New_York	43.2134	-77.57972	116	Irondikvojt,arwndykwwyt,Ирондиквојт,إرونديكوويت		NY	055	37726	
5122344	Ironville	ironville	US		0	America/New_York	43.92256	-73.53568	288	Irondale,Ironville,Penfield		NY	031	19246	
5122358	Irvine Mills	irvine-mills	US		0	America/New_York	42.06479	-78.63697	430			NY	009	12661	
5122376	Ischua	ischua	US		0	America/New_York	42.24757	-78.39974	470	Ischua,Rice		NY	009	37825	
5122387	Island Cottage Beach	island-cottage-beach	US		0	America/New_York	43.27728	-77.64695	76			NY	055	30290	
5122411	Isle of San Souci	isle-of-san-souci	US		0	America/New_York	40.90093	-73.76791	10			NY	119	50617	
5122425	Italy Hill	italy-hill	US		0	America/New_York	42.59618	-77.24887	491			NY	123	38044	
5122430	Itaska	itaska	US		0	America/New_York	42.29896	-75.90798	284			NY	007	04429	
5122446	Ives Corner	ives-corner	US		0	America/New_York	42.68563	-73.52567	283			NY	083	58805	
5122448	Ives Hollow	ives-hollow	US		0	America/New_York	43.14229	-74.82543	339			NY	043	64837	
5122451	Ives Settlement	ives-settlement	US		0	America/New_York	42.38452	-75.46351	461			NY	017	31148	
5122453	Ivory	ivory	US		0	America/New_York	42.07061	-79.09699	392			NY	013	12639	
5122466	Jacks Reef	jacks-reef	US		0	America/New_York	43.09923	-76.4241	120	Jack's Reef,Jacks Reef,Peru		NY	067	44039	
5122473	Jackson Corners	jackson-corners	US		0	America/New_York	42.01676	-73.74485	110	Jackson Corners,Jackson's Corners,Jacksons Corners		NY	027	47207	
5122508	Jackson Summit	jackson-summit	US		0	America/New_York	43.13424	-74.28402	377			NY	035	46217	
5122280	Inwood	inwood	US	11096	10082	America/New_York	40.86566	-73.9268	9			NY	061		
5122549	Jamison Road	jamison-road	US		0	America/New_York	42.80506	-78.62114	268			NY	029	24130	
5122556	Jaquins	jaquins	US		0	America/New_York	42.01672	-79.60894	449			NY	013	16595	
5122558	Janacks Landing Shelter	janacks-landing-shelter	US		0	America/New_York	44.11173	-74.89158	453			NY	089	16287	
5122575	Jayville	jayville	US		0	America/New_York	44.15673	-75.18825	344			NY	089	58266	
5122584	Jefferson Heights	jefferson-heights	US		1094	America/New_York	42.23398	-73.88235	54	Jefferson Flats,Jefferson Heights,The Flats		NY	039	13013	
5122589	Jefferson Park	jefferson-park	US		0	America/New_York	43.7784	-76.21882	79			NY	045	24086	
5122601	Jefferson Village	jefferson-village	US		0	America/New_York	41.32648	-73.79875	134			NY	119	84077	
5122616	Jenkinstown	jenkinstown	US		0	America/New_York	41.69704	-74.10153	104			NY	111	28255	
5122618	Jenksville	jenksville	US		0	America/New_York	42.2698	-76.24327	315			NY	107	49913	
5122636	Jerden Falls	jerden-falls	US		0	America/New_York	44.01285	-75.32214	281			NY	049	19081	
5122643	Jericon Corners	jericon-corners	US		0	America/New_York	43.08923	-77.97668	186			NY	037	06057	
5122652	Jersalem	jersalem	US		0	America/New_York	44.80754	-73.74542	384			NY	019	01583	
5122656	Jersalem Hill	jersalem-hill	US		0	America/New_York	42.97757	-75.14599	459			NY	043	42664	
5122666	Jerusalem Corners	jerusalem-corners	US		0	America/New_York	42.68311	-79.01504	202			NY	029	24801	
5122673	Jewell Corner	jewell-corner	US		0	America/New_York	43.18591	-73.61928	70			NY	091	53737	
5122675	Jewett Center	jewett-center	US		0	America/New_York	42.23648	-74.31737	428	Jewett Center,Jewett Centre		NY	039	38638	
5122679	Jewettville	jewettville	US		0	America/New_York	42.72367	-78.68142	307			NY	029	03199	
5122680	Jewettville	jewettville	US		0	America/New_York	43.95395	-76.0902	93			NY	045	35782	
5122696	Jobs Corner	jobs-corner	US		0	America/New_York	42.39896	-77.55693	601			NY	101	27551	
5122701	Jockey Hill	jockey-hill	US		0	America/New_York	41.98815	-74.04986	139			NY	111	39738	
5122720	John Adams Houses	john-adams-houses	US		0	America/New_York	40.81649	-73.90625	14			NY	005		
5122796	Johnson Corners	johnson-corners	US		0	America/New_York	43.07174	-75.05905	208			NY	043	65695	
5122843	Jones Beach	jones-beach	US		0	America/New_York	42.90479	-76.3941	272			NY	067	67521	
5122844	Jones Beach	jones-beach	US		0	America/New_York	43.3745	-78.14808	77			NY	073	12496	
5122856	Jones Corners	jones-corners	US		0	America/New_York	43.45868	-76.38327	150			NY	075	65992	
5122864	Jones Crossing	jones-crossing	US		0	America/New_York	42.62813	-75.05377	381			NY	077	32589	
5122882	Jones Point	jones-point	US		0	America/New_York	43.1084	-76.46271	115			NY	067	23800	
5122884	Jones Point	jones-point	US		0	America/New_York	41.28621	-73.95597	7	Caldwell's Landing,Caldwells Landing,Caldwells Point,Jones Point,Jonespoint		NY	087	71674	
5122900	Joscelyn	joscelyn	US		0	America/New_York	41.9537	-74.86044	593			NY	105	63176	
5122923	Juddville	juddville	US		0	America/New_York	42.88118	-75.83269	421			NY	053	13156	
5123084	Kabob	kabob	US		0	America/New_York	42.28339	-79.31532	392			NY	013	71476	
5123088	Kallops Corners	kallops-corners	US		0	America/New_York	41.86037	-74.07014	77			NY	111	63737	
5123094	Kaisertown	kaisertown	US		0	America/New_York	41.50732	-74.28404	131			NY	071	48153	
5123102	Karlsfeld	karlsfeld	US		0	America/New_York	42.64897	-73.84179	57			NY	001	01000	
5123103	Karner	karner	US		0	America/New_York	42.72341	-73.85734	99			NY	001	17343	
5123107	Karter	karter	US		0	America/New_York	44.02285	-75.5088	274			NY	045	82348	
5123109	Kaser	kaser	US		5131	America/New_York	41.12121	-74.06709	165			NY	087	60510	
5123111	Karrdale	karrdale	US		0	America/New_York	42.32118	-77.82083	501			NY	003	01451	
5123112	Kasoag	kasoag	US		0	America/New_York	43.46146	-75.92353	193			NY	075	82073	
5123114	Kast Bridge	kast-bridge	US		0	America/New_York	43.07007	-74.99016	140			NY	043	34132	
5123121	Katonah Ridge	katonah-ridge	US		0	America/New_York	41.27148	-73.67291	81			NY	119	05320	
5123126	Katsbaan	katsbaan	US		0	America/New_York	42.11092	-73.96819	54	Caatsban,Katsbaan		NY	111	65299	
5123138	Kattellville	kattellville	US		0	America/New_York	42.20008	-75.85908	283	Kattellville,Kattelville,Kettellville		NY	007	15110	
5123145	Keaches Corners	keaches-corners	US		0	America/New_York	42.49173	-79.16254	238			NY	013	32050	
5123149	Kecks Center	kecks-center	US		0	America/New_York	43.00785	-74.45653	244	Keck's Centre,Kecks Center		NY	035	38792	
5123154	Keefers Corners	keefers-corners	US		0	America/New_York	42.52675	-73.9493	208	Keefer's Corners,Keefers Corners		NY	001	16694	
5123166	Keeney	keeney	US		0	America/New_York	42.78507	-75.96492	373	Keeney,Keeney Settlement,Keeney's Settlement		NY	023	19499	
5123168	Keepawa	keepawa	US		0	America/New_York	43.95756	-74.83935	523			NY	043	78927	
5123174	Keesler Corners	keesler-corners	US		0	America/New_York	42.91757	-74.67959	186			NY	057	47614	
5123181	Keese Mill	keese-mill	US		0	America/New_York	44.43256	-74.29683	499			NY	033	08213	
5123192	Kelleys	kelleys	US		0	America/New_York	42.77952	-74.0679	153			NY	093	59861	
5123200	Kelloggsville	kelloggsville	US		0	America/New_York	42.78701	-76.36549	429			NY	011	51198	
5123213	Kelly Corners	kelly-corners	US		0	America/New_York	42.18203	-74.5996	423	Kelly Corners,Kelly's Corners		NY	025	47031	
5123221	Kellys Corners	kellys-corners	US		0	America/New_York	43.01507	-76.25243	269			NY	067	54958	
5123222	Kelsey	kelsey	US		0	America/New_York	42.04536	-75.29823	439			NY	025	74111	
5123233	Kendaia	kendaia	US		0	America/New_York	42.74229	-76.8869	185			NY	099	63440	
5123237	Kendall Mills	kendall-mills	US		0	America/New_York	43.29839	-77.99557	108	Kendall Mills,Kendalls Mills		NY	073	39188	
5123246	Kenka Mills	kenka-mills	US		0	America/New_York	42.66063	-77.03691	213			NY	123	47504	
5123255	Kennedy Corner	kennedy-corner	US		0	America/New_York	42.44757	-76.57133	386			NY	109	24548	
5123286	Kent Cliffs	kent-cliffs	US		0	America/New_York	41.45509	-73.75402	200	Boyd's Corners,Kent Cliffs		NY	079	39331	
5123287	Kent Corners	kent-corners	US		0	America/New_York	41.46843	-73.66013	204			NY	079	39331	
5123290	Kent Hills	kent-hills	US		0	America/New_York	41.49454	-73.68319	259			NY	079	39331	
5123295	Kents Corners	kents-corners	US		0	America/New_York	44.43284	-75.29716	194	Kent's Corners,Kents Corners,West Hermon		NY	089	34176	
5123298	Kenwells (historical)	kenwells-historical	US		0	America/New_York	43.65507	-74.65905	628			NY	041	48340	
5123311	Kerleys Corners	kerleys-corners	US		0	America/New_York	42.04287	-73.84791	57	Kerley's Corners,Kerleys Corners		NY	027	60905	
5123316	Kenyonville	kenyonville	US		0	America/New_York	43.31117	-78.28058	107			NY	073	12496	
5123318	Kerry Siding	kerry-siding	US		0	America/New_York	42.02481	-75.25323	374			NY	025	74111	
5123321	Kerryville	kerryville	US		0	America/New_York	42.02786	-75.2385	437			NY	025	31951	
5123323	Ketchums Corners	ketchums-corners	US		0	America/New_York	43.01008	-73.69456	121	Ketcham's Corner,Ketcham's Corners,Ketchum's Corners,Ketchums Corners		NY	091	71333	
5123324	Ketchumville	ketchumville	US		0	America/New_York	42.27119	-76.09854	381			NY	107	49913	
5123336	Keuka	keuka	US		0	America/New_York	42.49202	-77.12192	221			NY	101	78883	
5123356	Kiantone	kiantone	US		1332	America/New_York	42.022	-79.1981	458			NY	013	39507	
5123371	Kidders	kidders	US		0	America/New_York	42.64035	-76.69273	119	Kidder's Ferry,Kidders,Kidders Ferry		NY	099	55827	
5123391	Kimball Corners	kimball-corners	US		0	America/New_York	43.05563	-74.04846	325			NY	091	28112	
5123395	Kimball Mill	kimball-mill	US		0	America/New_York	44.08562	-75.34797	270			NY	049	20555	
5123396	Kimball Stand	kimball-stand	US		0	America/New_York	42.17478	-79.25505	394			NY	013	28838	
5123415	King Ferry Station	king-ferry-station	US		0	America/New_York	42.65813	-76.66272	120	King Ferry,King Ferry Station		NY	011	28673	
5123428	Kingdom	kingdom	US		0	America/New_York	42.92896	-74.97571	486			NY	043	78278	
5123442	Kings	kings	US		0	America/New_York	43.15091	-73.85429	185			NY	091	30444	
5123443	Kings Bridge	kings-bridge	US		75132	America/New_York	40.87871	-73.90514	8			NY	005		
5123444	Kings Bridge Heights	kings-bridge-heights	US		0	America/New_York	40.87232	-73.90069	49			NY	005		
5123459	Kings Point	kings-point	US		5131	America/New_York	40.81982	-73.73513	8			NY	059	53000	
5123465	Kings Station	kings-station	US		0	America/New_York	43.14924	-73.7629	107	King's Station,Kings Station		NY	091	82403	
5123466	Kingsboro	kingsboro	US		0	America/New_York	43.06729	-74.34125	274	Kingsboro,Kingsborough		NY	035	29443	
5123489	Kingstown	kingstown	US		0	America/New_York	41.00954	-72.16286	6			NY	103	22194	
5123507	Kipps	kipps	US		0	America/New_York	41.42565	-74.2946	118			NY	071	31907	
5123508	Kips Bay	kips-bay	US		0	America/New_York	40.73955	-73.97708	7			NY	061		
5123528	Kirkwood Center	kirkwood-center	US		0	America/New_York	42.08174	-75.8063	288	Kirkwood Center,Kirkwood Centre		NY	007	39837	
5123532	Kirschnerville	kirschnerville	US		0	America/New_York	43.88312	-75.33685	283			NY	049	50001	
5123533	Kiryas Joel	kiryas-joel	US		22851	America/New_York	41.34204	-74.16792	209	Kir'jas-Dzhoehl',kryas jwyyl  nyw yark,kyryas jwl  nywywrk,kyryas jwyl,Кирьяс-Джоэль,קריית יואל,קרית יואל,كيرياس جويل,کریاس جوئیل، نیو یارک,کیریاس جول، نیویورک		NY	071	47999	
5123537	Kiskatom	kiskatom	US		0	America/New_York	42.19953	-73.96097	96			NY	039	13013	
5123544	Kitchawan	kitchawan	US		0	America/New_York	41.21898	-73.78597	80	Cornell,Kitchawan		NY	119	84077	
5123579	Knapp Creek	knapp-creek	US		0	America/New_York	42.00701	-78.50586	716	Knapp Creek,Knapp's Creek		NY	009	01297	
5123584	Knapps Corner	knapps-corner	US		0	America/New_York	41.62815	-73.91625	53			NY	027	59652	
5123587	Knappville	knappville	US		0	America/New_York	43.23007	-74.66126	420			NY	035	71784	
5123594	Knickerbocker Village	knickerbocker-village	US		0	America/New_York	40.71056	-73.99583	3			NY	061		
5123597	Knight Creek	knight-creek	US		0	America/New_York	42.12923	-78.0175	492	Knight Creek,Knights Creek		NY	003	65772	
5123600	Knight Settlement	knight-settlement	US		0	America/New_York	42.33785	-77.37832	428			NY	101	04770	
5123601	Knights Eddy	knights-eddy	US		0	America/New_York	41.42509	-74.78544	203			NY	105	43786	
5123616	Knowelhurst	knowelhurst	US		0	America/New_York	43.44396	-74.02013	482			NY	113	71641	
5123635	Kohlertown	kohlertown	US		0	America/New_York	41.77148	-74.94183	314			NY	105	20104	
5123638	Komar Park	komar-park	US		0	America/New_York	42.91146	-73.94512	124			NY	091	13926	
5123643	Kortright Center	kortright-center	US		0	America/New_York	42.41758	-74.77543	543	Kortright,Kortright Center		NY	025	40068	
5123649	Kosterville	kosterville	US		0	America/New_York	43.6159	-75.33462	286			NY	049	43995	
5123653	Kraus Landing	kraus-landing	US		0	America/New_York	43.18951	-76.02353	116			NY	067	15704	
5123658	Kortright Station	kortright-station	US		0	America/New_York	42.40619	-74.79571	573			NY	025	40068	
5123660	Kringsbush	kringsbush	US		0	America/New_York	43.01452	-74.63598	305			NY	035	55101	
5123661	Kripplebush	kripplebush	US		0	America/New_York	41.84037	-74.19403	115			NY	111	45458	
5123668	Krum Corner	krum-corner	US		0	America/New_York	42.48618	-76.57383	328			NY	109	75990	
5123671	Kuckville	kuckville	US		0	America/New_York	43.36061	-78.26558	77			NY	073	12496	
5123673	Kuneytown	kuneytown	US		0	America/New_York	42.8359	-76.78106	177			NY	099	25505	
5123677	Krumville	krumville	US		0	America/New_York	41.88482	-74.24237	236	Kromville,Krumville		NY	111	54749	
5123687	Kyserike	kyserike	US		0	America/New_York	41.79759	-74.17292	67			NY	111	63011	
5123688	Kysorville	kysorville	US		110	America/New_York	42.64868	-77.79278	190			NY	051	81006	
5123717	Lackawack	lackawack	US		0	America/New_York	41.78315	-74.41738	192			NY	111	78828	
5123718	Lackawanna	lackawanna	US		17965	America/New_York	42.82561	-78.82337	190	Lackawanna,Lakavona,Limestone Hill,Lokovono,lakawana,lakawana  nyw yark,lakawana  nywywrk,Лакавона,Локовоно,لاكاوانا,لاکاوانا، نیو یارک,لاکاوانا، نیویورک		NY	029	40189	
5123724	Lacy Corners	lacy-corners	US		0	America/New_York	42.50479	-76.29854	347			NY	109	20962	
5123728	Ladentown	ladentown	US		0	America/New_York	41.18593	-74.06736	128			NY	087	60510	
5123731	Ladleton	ladleton	US		0	America/New_York	41.94093	-74.51821	576			NY	111	20247	
5123738	Lafarges Landing	lafarges-landing	US		0	America/New_York	41.03288	-72.20758	5			NY	103	22194	
5123739	Lafayette Corners	lafayette-corners	US		0	America/New_York	42.5934	-76.28715	379			NY	109	30972	
5123743	Lafayetteville	lafayetteville	US		0	America/New_York	41.95815	-73.74624	204	La Fayetteville,Lafayette,Lafayetteville		NY	027	47207	
5123751	Laidlaw	laidlaw	US		0	America/New_York	42.39756	-78.40835	549			NY	009	25340	
5123764	Lake Bonaparte	lake-bonaparte	US		0	America/New_York	44.13812	-75.37937	234			NY	049	20555	
5123777	Lake Carmel	lake-carmel	US		8282	America/New_York	41.46148	-73.67096	244			NY	079	39331	
5123778	Lake Colby	lake-colby	US		0	America/New_York	44.35283	-74.14349	485			NY	033	32314	
5123782	Lake Delaware	lake-delaware	US		0	America/New_York	42.24759	-74.83016	473			NY	025	07597	
5123783	Lake Delta	lake-delta	US		0	America/New_York	43.29313	-75.47212	181			NY	065	41762	
5123784	Lake Desolation	lake-desolation	US		0	America/New_York	43.13174	-73.96929	478			NY	091	30444	
5123788	Lake Erie Beach	lake-erie-beach	US		3872	America/New_York	42.62423	-79.06698	191			NY	029	24801	
5123808	Lake Katonah	lake-katonah	US		0	America/New_York	41.28426	-73.65152	129			NY	119	42136	
5123812	Lake Lincolndale	lake-lincolndale	US		0	America/New_York	41.34176	-73.7218	149			NY	119	68308	
5123814	Lake Lucille	lake-lucille	US		0	America/New_York	41.18621	-73.99458	58			NY	087	15968	
5123820	Lake Minnewaska	lake-minnewaska	US		0	America/New_York	41.73537	-74.21626	327	Lake Minnewaska,Minnewaska		NY	111	28255	
5123823	Lake Mohegan	lake-mohegan	US		6010	America/New_York	41.31787	-73.84625	159			NY	119	84077	
5123827	Lake Osiris Colony	lake-osiris-colony	US		0	America/New_York	41.57954	-74.1682	115			NY	071	48153	
5123836	Lake Purdy	lake-purdy	US		0	America/New_York	41.32509	-73.67207	101			NY	119	68308	
5123837	Lake Ridge	lake-ridge	US		0	America/New_York	42.60979	-76.61356	256			NY	109	41234	
5123840	Lake Ronkonkoma	lake-ronkonkoma	US		20155	America/New_York	40.8351	-73.13122	22			NY	103	68000	
5123853	Lake Success	lake-success	US		3050	America/New_York	40.77066	-73.71763	62	Lejk Sukses,lyk sakss,lyk sksyz  nyw yark,lyyq sqss,Лејк Суксес,לייק סקסס,ليك ساكسس,لیک سکسیز، نیو یارک		NY	059	53000	
5123854	Lake Sunnyside	lake-sunnyside	US		0	America/New_York	43.37285	-73.63734	111			NY	113	60356	
5123867	Lake View Terrace	lake-view-terrace	US		0	America/New_York	42.09923	-78.34779	448			NY	009	59509	
5123887	Lake Vanare	lake-vanare	US		0	America/New_York	43.37007	-73.78679	222			NY	113	40662	
5123899	Lakeside Park	lakeside-park	US		0	America/New_York	42.23978	-79.49532	403			NY	013	14069	
5123900	Lakeside Park	lakeside-park	US		0	America/New_York	43.37089	-78.26891	84			NY	073	12496	
5123902	Lakeside Park	lakeside-park	US		0	America/New_York	42.50868	-77.15664	225			NY	101	59982	
5123940	Lambs Corner	lambs-corner	US		0	America/New_York	42.44175	-74.0743	344	Lamb's Corners,Lambs Corner,Lambs Corners		NY	001	79851	
5123941	Lambs Corner	lambs-corner	US		0	America/New_York	42.81839	-78.07695	298			NY	121	46877	
5123950	Lamoreaux Landing	lamoreaux-landing	US		0	America/New_York	42.57535	-76.87607	138			NY	099	43225	
5123953	Lamson	lamson	US		0	America/New_York	43.21757	-76.36993	122	Lamson,Lamson's		NY	067	44039	
5123992	Langton Corners	langton-corners	US		0	America/New_York	43.0995	-78.18474	210	Langton Corners,Langtons Corners		NY	037	23756	
5124000	Lansing Station	lansing-station	US		0	America/New_York	42.57702	-76.60939	123			NY	109	41234	
5124003	Lansingburgh	lansingburgh	US		0	America/New_York	42.78452	-73.66956	13	Lansingburg,Lansingburgh,New City,Pot-quas-sick		NY	083	75484	
5124006	Lansingville	lansingville	US		0	America/New_York	42.59785	-76.55411	312			NY	109	41234	
5124012	Laphams Mills	laphams-mills	US		0	America/New_York	44.59616	-73.50236	88	Bartonville,Lapham,Lapham's Mills,Laphams Mills,Travis Forge		NY	019	57375	
5124013	Lapla	lapla	US		0	America/New_York	41.91898	-74.1357	145	Lapala,Lapla		NY	111	45458	
5124037	Lassellsville	lassellsville	US		0	America/New_York	43.04924	-74.60014	351			NY	035	24603	
5124043	Lathams Corners	lathams-corners	US		0	America/New_York	42.46008	-75.39879	320	Latham Corners,Lathams Corners		NY	017	31148	
5124049	Lattingtown	lattingtown	US		1787	America/New_York	40.89538	-73.60096	19			NY	059	56000	
5124050	Lattintown	lattintown	US		0	America/New_York	41.64426	-74.00347	130	Lating Town,Latintown,Latting Town,Lattingtown,Lattintown		NY	111	45722	
5124054	Laughing Waters	laughing-waters	US		0	America/New_York	41.03649	-72.42925	4			NY	103	69463	
5124069	Laurel Hollow	laurel-hollow	US		2036	America/New_York	40.85677	-73.46957	28	Laurel Hollow,Laurelton		NY	059	56000	
5124081	Lava	lava	US		0	America/New_York	41.61676	-75.01906	378			NY	105	75759	
5124085	Laverys Corner	laverys-corner	US		0	America/New_York	44.76922	-74.6713	141			NY	089	41564	
5124007	Laona	laona	US	54541	0	America/New_York	42.42172	-79.3056	259			NY	013	58981	
5124102	Lawrence Park	lawrence-park	US		0	America/New_York	40.94038	-73.84847	34			NY	119	84000	
5124120	Lawyersville	lawyersville	US		0	America/New_York	42.70258	-74.50653	364	Lawyersville,New Boston		NY	095	16639	
5124162	Lebanon Center	lebanon-center	US		0	America/New_York	42.78507	-75.61963	411			NY	053	41674	
5124163	Lebanon Springs	lebanon-springs	US		0	America/New_York	42.47536	-73.37927	228	Lebanon Springs,Montepoale,New Lebanon Springs		NY	021	50452	
5124177	Ledgewood Park	ledgewood-park	US		0	America/New_York	42.20231	-74.01375	224			NY	039	13013	
5124190	Leedsville	leedsville	US		0	America/New_York	41.85537	-73.51374	160			NY	027	01693	
5124201	Lefever Falls	lefever-falls	US		0	America/New_York	41.85731	-74.05792	30			NY	111	63737	
5124203	Lefferts Mill	lefferts-mill	US		0	America/New_York	40.9001	-73.44484	0			NY	103	37000	
5124204	Lefrak City	lefrak-city	US		0	America/New_York	40.73621	-73.86264	8			NY	081		
5124208	Lehigh Valley Junction	lehigh-valley-junction	US		0	America/New_York	42.93368	-76.79551	152			NY	099	66333	
5124215	Leisher Mill	leisher-mill	US		0	America/New_York	43.48535	-75.63824	417			NY	049	42125	
5124233	Lenox Basin	lenox-basin	US		0	America/New_York	43.09035	-75.7113	130			NY	053	41905	
5124235	Lenox Park	lenox-park	US		0	America/New_York	42.85784	-77.01441	217			NY	069	28651	
5124243	Lent Hill	lent-hill	US		0	America/New_York	42.52312	-77.41887	636			NY	101	16738	
5124246	Lentsville	lentsville	US		0	America/New_York	42.75035	-74.85932	465			NY	077	46910	
5124257	Leonta	leonta	US		0	America/New_York	42.3598	-75.12739	384			NY	025	27232	
5124258	Leptondale	leptondale	US		0	America/New_York	41.57454	-74.09514	155			NY	071	50045	
5124278	Lewbeach	lewbeach	US		0	America/New_York	42.00481	-74.78488	491	Lewbeach,Shin Creek		NY	105	63176	
5124283	Levanna	levanna	US		0	America/New_York	42.78451	-76.71356	129			NY	011	41740	
5124289	Lewis Corners	lewis-corners	US		0	America/New_York	43.36451	-76.47105	131			NY	075	29729	
5124297	Lewis S Davidson Senior Houses	lewis-s-davidson-senior-houses	US		0	America/New_York	40.82732	-73.89903	18			NY	005		
5124302	Lewisboro	lewisboro	US		0	America/New_York	41.23815	-73.52262	222	Lewisboro,Lewisborough,lywsbwrw,ليوسبورو		NY	119	42136	
5124308	Lewiston Heights	lewiston-heights	US		0	America/New_York	43.16589	-79.0281	186			NY	063	42158	
5124328	Liberty Gardens	liberty-gardens	US		0	America/New_York	43.22229	-75.47462	142			NY	065	63418	
5124342	Libertypole	libertypole	US		0	America/New_York	42.64895	-77.63388	482			NY	051	70475	
5124348	Lidell Corners	lidell-corners	US		0	America/New_York	42.76257	-75.02849	402			NY	077	24845	
5124350	Lick Springs	lick-springs	US		0	America/New_York	43.18285	-73.51567	92			NY	115	02561	
5124352	Lido Beach	lido-beach	US		2897	America/New_York	40.58899	-73.62541	0			NY	059	34000	
5124353	Liebhardt	liebhardt	US		0	America/New_York	41.85176	-74.27209	188			NY	111	63011	
5124358	Lighthouse Beach	lighthouse-beach	US		0	America/New_York	43.34089	-77.76445	77			NY	055	56561	
5124367	Lila	lila	US		0	America/New_York	42.02118	-77.57193	498			NY	101	75440	
5124418	Lime Lake	lime-lake	US		867	America/New_York	42.43451	-78.47974	506			NY	009	44237	
5124429	Limerock	limerock	US		0	America/New_York	42.97867	-77.9189	238	Lime Rock,Limerock		NY	037	42037	
5124437	Limestreet	limestreet	US		0	America/New_York	42.30842	-73.87568	77			NY	039	02913	
5124439	Lincklaen	lincklaen	US		0	America/New_York	42.67562	-75.87686	363			NY	017	42411	
5124440	Lincklaen Center	lincklaen-center	US		0	America/New_York	42.70701	-75.84853	401	Lincklaen Center,Lincklaen Centre		NY	017	42411	
5124487	Lindbergh Lawns	lindbergh-lawns	US		0	America/New_York	43.11479	-76.25632	117			NY	067	28519	
5124491	Linden Acres	linden-acres	US		0	America/New_York	42.01231	-73.87902	65			NY	027	60905	
5124493	Linden Hill	linden-hill	US		0	America/New_York	40.71566	-73.92347	0			NY	081		
5124496	Linden-Park	linden-park	US		0	America/New_York	40.59233	-74.09125	9			NY	085		
5124508	Lindsley Corners	lindsley-corners	US		0	America/New_York	43.17285	-74.36875	449			NY	035	06882	
5124517	Linlithgo	linlithgo	US		0	America/New_York	42.17148	-73.84707	49	Linlithgo,Stadtche		NY	021	42917	
5124518	Linlithgo Mills	linlithgo-mills	US		0	America/New_York	42.17426	-73.74679	61			NY	021	42917	
5124535	Lisha Kill	lisha-kill	US		0	America/New_York	42.7523	-73.86901	92	Lisha Kill,Lisha's Kill		NY	001	17343	
5124547	Lithgow	lithgow	US		0	America/New_York	41.82509	-73.62013	261			NY	027	78388	
5124581	Little Britain	little-britain	US		0	America/New_York	41.47787	-74.12959	139			NY	071	50848	
5124585	Little Bow	little-bow	US		0	America/New_York	44.35367	-75.51022	119			NY	089	29608	
5124593	Little Canada	little-canada	US		0	America/New_York	42.94589	-78.1114	302	Canada,Little Canada		NY	037	06266	
5124660	Little France	little-france	US		0	America/New_York	43.34785	-76.09659	150			NY	075	32688	
5124685	Little Hollow	little-hollow	US		0	America/New_York	42.66646	-76.56855	285			NY	011	28673	
5124703	Little Italy	little-italy	US		0	America/New_York	40.72094	-73.99597	11	Little Italy,Malen'kaja Italija,Mica Italie,Pequena Italia,Pequeña Italia,liteul-iteolli,lytl aytaly,xiao yi da li,Маленькая Италия,איטליה הקטנה,ليتل إيتالي,リトル・イタリー,小意大利,리틀이털리		NY	061		
5124781	Little Plains	little-plains	US		0	America/New_York	40.85065	-73.36567	60			NY	103	37000	
5124801	Little Rapids	little-rapids	US		0	America/New_York	43.92867	-74.87324	516			NY	043	78927	
5124817	Little Rock City	little-rock-city	US		0	America/New_York	42.20867	-78.70864	674			NY	009	42840	
5124888	Little Utica	little-utica	US		0	America/New_York	43.21618	-76.4016	125			NY	067	44039	
5124915	Littlerest	littlerest	US		0	America/New_York	41.77093	-73.64402	244			NY	027	78388	
5124917	Littleville	littleville	US		0	America/New_York	42.89506	-77.76	191			NY	051	03364	
5124918	Littleville	littleville	US		0	America/New_York	42.94312	-77.22192	196			NY	069	35551	
5124935	Livingstonville	livingstonville	US		0	America/New_York	42.48758	-74.26847	326			NY	095	10154	
5124946	Lloyd Harbor	lloyd-harbor	US		3690	America/New_York	40.90343	-73.45984	42	Lojd Kharbor,lywd harbwr,Лојд Харбор,ليود هاربور		NY	103	37000	
5124956	Lloydsville	lloydsville	US		0	America/New_York	42.82646	-75.23433	370			NY	077	58420	
5124959	Loch Muller	loch-muller	US		0	America/New_York	43.86617	-73.88958	510	Loch Muller,Muller Pond		NY	031	65629	
5124966	Lock Berlin	lock-berlin	US		0	America/New_York	43.07895	-76.94608	123			NY	117	28013	
5125009	Lockpit	lockpit	US		0	America/New_York	43.0359	-76.8094	121			NY	117	28013	
5125013	Lockport Junction	lockport-junction	US		0	America/New_York	43.15756	-78.75476	190			NY	063	11803	
5125019	Locksley Park	locksley-park	US		0	America/New_York	42.76228	-78.8792	187			NY	029	31654	
5125037	Locust Manor	locust-manor	US		0	America/New_York	40.68427	-73.7793	6			NY	081		
5125039	Locust Point	locust-point	US		0	America/New_York	40.81593	-73.80208	3			NY	005		
5125045	Lodi Center	lodi-center	US		0	America/New_York	42.57118	-76.82051	393	Lodi Center,Lodi Centre		NY	099	43225	
5125060	Logtown	logtown	US		0	America/New_York	41.34343	-74.59849	258			NY	071	30631	
5125061	Loisaida	loisaida	US		0	America/New_York	40.7251	-73.97958	4	Alphabetville,Loisaida		NY	061		
5125062	Lomala	lomala	US		0	America/New_York	41.55982	-73.84125	68			NY	027	21996	
5125065	Lomond Shore	lomond-shore	US		0	America/New_York	43.37256	-78.0803	78			NY	073	39188	
5125066	Lomontville	lomontville	US		0	America/New_York	41.88981	-74.12653	64			NY	111	45458	
5125077	Lonelyville	lonelyville	US		0	America/New_York	40.64093	-73.17484	2			NY	103	38000	
5125101	Long Bridge	long-bridge	US		0	America/New_York	42.98034	-76.44605	238			NY	067	67521	
5125111	Long Crossing	long-crossing	US		0	America/New_York	43.22424	-75.7763	132			NY	065	77486	
5125116	Long Flat	long-flat	US		0	America/New_York	42.01203	-75.07683	320			NY	025	31951	
5125170	Long Point Cove	long-point-cove	US		0	America/New_York	42.77479	-77.72444	249			NY	051	28629	
5125227	Long View	long-view	US		0	America/New_York	42.1245	-79.39227	421			NY	013	52155	
5125259	Loomis Corner	loomis-corner	US		0	America/New_York	43.35118	-76.28187	145			NY	075	56154	
5125264	Loomis Hill	loomis-hill	US		0	America/New_York	43.0109	-76.23326	257			NY	067	54958	
5125269	Loomises	loomises	US		0	America/New_York	42.10895	-79.36505	399			NY	013	11451	
5125290	Lords Corners	lords-corners	US		0	America/New_York	42.91034	-76.22132	338			NY	067	54958	
5125293	Lordville	lordville	US		0	America/New_York	41.86925	-75.21517	267			NY	025	31951	
5125295	Lorenz Park	lorenz-park	US		2053	America/New_York	42.2637	-73.76846	55			NY	021	30565	
5125300	Loring Crossing	loring-crossing	US		0	America/New_York	42.6259	-76.14548	338			NY	023	18421	
5125346	Lost Valley	lost-valley	US		0	America/New_York	42.84869	-74.27208	131			NY	057	26308	
5125347	Lost Village	lost-village	US		0	America/New_York	44.61951	-75.49245	100			NY	089	55563	
5125354	Lotville	lotville	US		0	America/New_York	43.11729	-74.69876	345			NY	035	55101	
5125368	Louisville Corner	louisville-corner	US		0	America/New_York	44.90922	-75.02826	82			NY	089	43588	
5125897	Maple Point	maple-point	US		0	America/New_York	42.10256	-79.3581	399			NY	013	11451	
5125372	Lounsberry	lounsberry	US		0	America/New_York	42.05813	-76.33577	246	Canfield Corners,Canfields Corners,Lounsberry		NY	107	51121	
5125379	Love Canal	love-canal	US		0	America/New_York	43.08339	-78.94893	175	Lav-Kanal,ai he shi jian,Лав-Канал,愛河事件		NY	063	51055	
5125385	Low Hampton	low-hampton	US		0	America/New_York	43.5859	-73.29844	108			NY	115	31885	
5125397	Lower Beechwood	lower-beechwood	US		0	America/New_York	41.75814	-74.98322	398			NY	105	20104	
5125404	Lower Cincinnatus	lower-cincinnatus	US		0	America/New_York	42.53257	-75.89825	319			NY	023	15748	
5125405	Lower Corners	lower-corners	US		0	America/New_York	42.92869	-74.01318	182			NY	093	29366	
5125409	Lower East Side	lower-east-side	US		0	America/New_York	40.71594	-73.98681	10	Nizhnij Ist-Sajd,lo-eoiseuteusaideu,xia dong cheng,Нижний Ист-Сайд,לאוער איסט סייד,לואר איסט סייד,ロウアー・イースト・サイド,下东城,로어이스트사이드		NY	061		
5125415	Lower Genegantslet Corner	lower-genegantslet-corner	US		0	America/New_York	42.30341	-75.8013	280			NY	017	30422	
5125422	Lower Melville	lower-melville	US		0	America/New_York	40.76649	-73.42346	30			NY	103	37000	
5125429	Lower Oswegatchie	lower-oswegatchie	US		0	America/New_York	44.19478	-75.06853	357			NY	089	25791	
5125440	Lower Rotterdam Junction	lower-rotterdam-junction	US		0	America/New_York	42.86063	-74.02874	76			NY	093	63935	
5125446	Lower South Bay	lower-south-bay	US		0	America/New_York	43.20007	-76.06298	116	Lower South Bay,South Bay		NY	067	15704	
5125451	Lower Town Landing	lower-town-landing	US		0	America/New_York	44.27005	-76.09106	79	Lower Town Dock,Lower Town Landing		NY	045	16100	
5125456	Lowerre	lowerre	US		0	America/New_York	40.91593	-73.8968	30			NY	119	84000	
5125469	Luce Landing	luce-landing	US		0	America/New_York	40.98566	-72.61815	6			NY	103	61984	
5125477	Ludingtonville	ludingtonville	US		0	America/New_York	41.50898	-73.69124	276			NY	079	39331	
5125498	Ludlowville	ludlowville	US		0	America/New_York	42.55368	-76.53855	151	Ludlow's Mills,Ludlowtown,Ludlowville		NY	109	41234	
5125503	Lutheranville	lutheranville	US		0	America/New_York	42.5848	-74.64098	581			NY	095	72070	
5125517	Lykers	lykers	US		0	America/New_York	42.81119	-74.4718	310	Brown's Hollow,Lyker's,Lykers		NY	057	63561	
5125527	Lynch Tract	lynch-tract	US		0	America/New_York	43.2234	-75.43962	143			NY	065	63418	
5125529	Lyncourt	lyncourt	US		4250	America/New_York	43.08146	-76.12576	136			NY	067	64815	
5125543	Lyon Corner	lyon-corner	US		0	America/New_York	43.84923	-76.0777	171			NY	045	00210	
5125558	Lyons Corners	lyons-corners	US		0	America/New_York	42.26729	-78.25335	465			NY	003	50375	
5125568	Lyonsdale	lyonsdale	US		0	America/New_York	43.61868	-75.30629	325			NY	049	43995	
5125570	Lyonsville	lyonsville	US		0	America/New_York	41.8487	-74.21209	217			NY	111	45458	
5125572	Lysander	lysander	US		0	America/New_York	43.20646	-76.4591	126	Betts Corners,Lysander,Vickery's Settlement		NY	067	44039	
5125573	Lysander New Community	lysander-new-community	US		0	America/New_York	43.16785	-76.30132	137			NY	067	44039	
5125576	Mabbettsville	mabbettsville	US		0	America/New_York	41.79259	-73.65957	212	Finkeltown,Mabbettsville		NY	027	78388	
5125584	MacDonnell Heights	macdonnell-heights	US		0	America/New_York	41.70954	-73.86236	66			NY	027	59652	
5125585	MacDougall	macdougall	US		0	America/New_York	42.80646	-76.8794	191	MacDougall,MacDougall's		NY	099	76958	
5125592	Macedon Center	macedon-center	US		0	America/New_York	43.09423	-77.32054	169	Macedon Center,Macedon Centre		NY	117	44160	
5125599	Machias Junction	machias-junction	US		0	America/New_York	42.40867	-78.47585	500	Machias Junction,Machias Station		NY	009	44237	
5125629	Madison Center	madison-center	US		0	America/New_York	42.88063	-75.49823	384			NY	053	44435	
5125647	Madrid Springs	madrid-springs	US		0	America/New_York	44.74006	-75.14354	97			NY	089	44490	
5125661	Mahopac Mines	mahopac-mines	US		0	America/New_York	41.39815	-73.75902	195			NY	079	12529	
5125671	Maidstone Park	maidstone-park	US		0	America/New_York	41.03593	-72.17869	5			NY	103	22194	
5125674	Main Settlement	main-settlement	US		0	America/New_York	42.0134	-78.31418	440	Carroll,Main Settlement		NY	009	59509	
5125691	Malba	malba	US		0	America/New_York	40.79066	-73.8268	6			NY	081		
5125694	Malcon	malcon	US		0	America/New_York	43.00729	-76.85607	154			NY	099	75902	
5125707	Mallory Corner	mallory-corner	US		0	America/New_York	42.42425	-75.29323	535			NY	077	11528	
5125718	Malone Junction	malone-junction	US		0	America/New_York	44.85783	-74.27379	227			NY	033	44721	
5125725	Malta Ridge	malta-ridge	US		0	America/New_York	43.01146	-73.78984	102			NY	091	44743	
5125732	Maltaville	maltaville	US		0	America/New_York	42.94563	-73.78179	62			NY	091	44743	
5125735	Mamakating Park	mamakating-park	US		0	America/New_York	41.61204	-74.53794	496			NY	105	44809	
5125748	Malverne Park Oaks	malverne-park-oaks	US		505	America/New_York	40.6326	-73.67013	3			NY	059	34000	
5125758	Manchester Bridge	manchester-bridge	US		0	America/New_York	41.68454	-73.86597	46	Manchester,Manchester Bridge		NY	027	40299	
5125762	Mandana	mandana	US		0	America/New_York	42.86562	-76.40355	276			NY	067	67521	
5125768	Manhasset Hills	manhasset-hills	US		3592	America/New_York	40.75927	-73.67985	38			NY	059	53000	
5125778	Manhattan Park	manhattan-park	US		0	America/New_York	41.23815	-73.77736	104			NY	119	84077	
5125782	Manheim Center	manheim-center	US		0	America/New_York	43.04785	-74.79182	203	Manheim Center,Manheim Centre		NY	043	44974	
5125803	Manningville	manningville	US		0	America/New_York	42.35702	-76.04576	324			NY	007	42653	
5125804	Manns Corner	manns-corner	US		0	America/New_York	43.00284	-77.66611	200			NY	055	64144	
5125807	Manny Corners	manny-corners	US		0	America/New_York	42.94702	-74.14485	211	Manny Corners,Mannys Corners		NY	057	02077	
5125809	Mannings Cove	mannings-cove	US		0	America/New_York	43.0198	-73.75762	67			NY	091	44743	
5125813	Manorhaven	manorhaven	US		6744	America/New_York	40.84316	-73.71485	5	Beach Haven,Manhasset Isle,Manorhaven,Orchard Beach,Sunny Side		NY	059	53000	
5125814	Manorkill	manorkill	US		0	America/New_York	42.38953	-74.32209	461	Manor Kill,Manorkill		NY	095	17651	
5125816	Manorton	manorton	US		0	America/New_York	42.09259	-73.79818	76			NY	021	42917	
5125828	Mapes	mapes	US		0	America/New_York	42.0484	-77.9325	473			NY	003	82095	
5125833	Maple Beach	maple-beach	US		0	America/New_York	42.73506	-77.72389	252	Maple Beach,Maplebeach		NY	051	31016	
5125837	Maple Flats	maple-flats	US		0	America/New_York	43.27035	-75.85491	174			NY	065	77486	
5125838	Maple Glen	maple-glen	US		0	America/New_York	41.50843	-74.46544	183			NY	071	77992	
5125917	Mapledale	mapledale	US		0	America/New_York	42.9059	-75.25377	383			NY	065	08180	
5125918	Mapledale	mapledale	US		0	America/New_York	43.25229	-75.18433	243			NY	065	75280	
5125919	Mapledale	mapledale	US		0	America/New_York	42.11092	-74.56293	488			NY	111	32116	
5125920	Maplehurst	maplehurst	US		0	America/New_York	42.18007	-78.38169	446	Maplehurst,Scott,Scotts Corners		NY	009	34946	
5125926	Maples	maples	US		0	America/New_York	42.33395	-78.73503	431			NY	009	45161	
5125929	Mapletown	mapletown	US		0	America/New_York	42.83868	-74.55931	287			NY	057	12122	
5125962	Marbletown	marbletown	US		0	America/New_York	43.02062	-77.06636	148			NY	117	02440	
5125968	Marcellus Falls	marcellus-falls	US		0	America/New_York	43.00507	-76.33799	155			NY	067	45491	
5125973	Marbletown	marbletown	US		5544	America/New_York	41.88343	-74.1132	68	Marbleton,Marbletown		NY	111	45458	
5125995	Mariandale	mariandale	US		0	America/New_York	41.17454	-73.86708	60			NY	119	55541	
5125997	Mariaville	mariaville	US		0	America/New_York	42.82869	-74.13513	389			NY	093	21006	
5125999	Mariaville Lake	mariaville-lake	US		722	America/New_York	42.8248	-74.12874	393			NY	093	21006	
5126013	Mariners Harbor	mariners-harbor	US		19905	America/New_York	40.63677	-74.15875	2	Mariner's Harbor,Mariners Harbor		NY	085		
5126029	Market	market	US		0	America/New_York	41.88287	-73.74068	146	Bare Market,Bear Market,Bear Market Corner,Market		NY	027	70662	
5126036	Markhams	markhams	US		0	America/New_York	42.39895	-79.00337	403	Markham's Corners,Markhams		NY	009	19840	
5126052	Marsh Corner	marsh-corner	US		0	America/New_York	42.73896	-76.79162	196			NY	099	63440	
5126087	Marshalls	marshalls	US		0	America/New_York	42.41174	-77.34498	368			NY	101	81457	
5126129	Martisco	martisco	US		0	America/New_York	43.01729	-76.33465	151			NY	067	11913	
5126196	Massena Center	massena-center	US		0	America/New_York	44.96005	-74.8313	60	Massena Center,Massena Centre		NY	089	46030	
5126203	Massena Springs	massena-springs	US		0	America/New_York	44.91449	-74.88742	64	Ka-na-swa-stak-e-ras,Kanaswas-takeras,Kanawa'tsta:kera'as,Kanawa'tstá:kera'as,Kangawasta-karas,Massena Springs		NY	089	46030	
5126226	Matinecock	matinecock	US		810	America/New_York	40.87621	-73.57651	27			NY	059	56000	
5126246	Mattydale	mattydale	US		6446	America/New_York	43.09784	-76.1452	123			NY	067	64815	
5126272	Mayfair	mayfair	US		0	America/New_York	42.87202	-73.93179	106			NY	093	29366	
5126275	Maybury Mills	maybury-mills	US		0	America/New_York	42.6009	-76.06576	377			NY	023	68264	
5126284	Mays Mills	mays-mills	US		0	America/New_York	42.66729	-76.99385	177			NY	123	47504	
5126285	Mays Point	mays-point	US		0	America/New_York	42.99756	-76.76523	116			NY	099	75902	
5126288	Mayweed Corner	mayweed-corner	US		0	America/New_York	42.83118	-77.41443	272			NY	069	08378	
5126321	McClure	mcclure	US		0	America/New_York	42.04842	-75.48685	327	McClure,McClure Settlement		NY	007	65112	
5126330	McColloms	mccolloms	US		0	America/New_York	44.51033	-74.30516	500			NY	033	08213	
5126331	McCoon Crossing	mccoon-crossing	US		0	America/New_York	42.8959	-75.05155	445			NY	043	17431	
5126333	McConnellsville	mcconnellsville	US		0	America/New_York	43.27312	-75.69407	146			NY	065	77486	
5126347	McDuffie Town	mcduffie-town	US		0	America/New_York	42.76646	-76.79079	183	McDuffee Town,McDuffie Town		NY	099	76958	
5126354	McEwens Corner	mcewens-corner	US		0	America/New_York	44.76589	-74.68991	134			NY	089	41564	
5126360	McGraw	mcgraw	US		1020	America/New_York	42.59618	-76.09326	353	Mc Graw,McGraw,McGrawville		NY	023	18421	
5126363	McGraws	mcgraws	US		0	America/New_York	42.0734	-77.72971	559			NY	101	81105	
5126364	McGrawville	mcgrawville	US		0	America/New_York	42.34923	-78.22751	476	McGrawville,New Hudson		NY	003	64166	
5126383	McKeel Corners	mckeel-corners	US		0	America/New_York	41.43787	-73.91653	136	McKeel Corners,Mekeel's Corners		NY	079	57584	
5126384	McKeever	mckeever	US		0	America/New_York	43.61201	-75.09878	465			NY	043	78927	
5126397	McKinley	mckinley	US		0	America/New_York	42.91424	-74.51681	221			NY	057	56099	
5126410	McKinneys	mckinneys	US		0	America/New_York	42.47868	-76.50772	123			NY	109	41234	
5126419	McKownville	mckownville	US		2756	America/New_York	42.68397	-73.84762	76			NY	001	31104	
5126421	McLaughlin Acres	mclaughlin-acres	US		0	America/New_York	41.37176	-73.70235	163			NY	079	12529	
5126427	McMasters Crossing	mcmasters-crossing	US		0	America/New_York	44.35311	-74.21571	488			NY	033	32314	
5126429	McKinstry Hollow	mckinstry-hollow	US		0	America/New_York	42.46062	-78.50974	501			NY	009	84055	
5126443	McNalls	mcnalls	US		0	America/New_York	43.16561	-78.57447	200	McNalls,McNalls Corners		NY	063	64034	
5126446	McPherson Cove	mcpherson-cove	US		0	America/New_York	42.78979	-77.70694	251			NY	051	42961	
5126448	McPherson Point	mcpherson-point	US		0	America/New_York	42.78006	-77.71361	251			NY	051	42961	
5126463	Mead Corner	mead-corner	US		0	America/New_York	42.83701	-77.14775	279			NY	069	29531	
5126499	Meadowdale	meadowdale	US		0	America/New_York	42.67063	-73.98374	103	Meadow Dale,Meadowdale		NY	001	31104	
5126500	Meadowmere Park	meadowmere-park	US		0	America/New_York	40.63622	-73.74152	0			NY	059		
5126505	Meads Corners	meads-corners	US		0	America/New_York	41.4837	-73.76847	212			NY	079	39331	
5126506	Meads Creek	meads-creek	US		0	America/New_York	42.27202	-77.10025	344			NY	101	11946	
5126514	Meco	meco	US		0	America/New_York	43.05591	-74.38236	266	Bennet's Corners,McEwen's Corners,Meco		NY	035	38792	
5126516	Mecox	mecox	US		0	America/New_York	40.91121	-72.30425	3			NY	103	68473	
5126548	Melody Lake	melody-lake	US		0	America/New_York	41.59481	-74.66516	451			NY	105	73627	
5126553	Melrose Houses	melrose-houses	US		0	America/New_York	40.82093	-73.91875	15			NY	005		
5126588	Menands	menands	US		3998	America/New_York	42.69202	-73.72456	11	Menand's Station,Menands,mynandz,Менандс,ميناندز		NY	001	17343	
5126593	Mendon Center	mendon-center	US		0	America/New_York	42.99673	-77.56139	197	Mendon Center,Mendon Centre		NY	055	46558	
5126599	Melvin Hill	melvin-hill	US		0	America/New_York	42.91673	-77.06247	222			NY	069	57529	
5126602	Menzie Crossing	menzie-crossing	US		0	America/New_York	42.98145	-77.80723	186			NY	051	11715	
5126634	Merrick Corner	merrick-corner	US		0	America/New_York	43.30701	-75.28906	250			NY	065	71212	
5126640	Merrickville	merrickville	US		0	America/New_York	42.27536	-75.17823	518			NY	025	27232	
5126643	Merriewold Park	merriewold-park	US		0	America/New_York	41.57204	-74.7185	424	Merriewold,Merriewold Park		NY	105	26528	
5126653	Merrillsville	merrillsville	US		0	America/New_York	44.53116	-74.03459	520	Merrill Corners,Merrillsville,Merrillville,Merrilville		NY	033	27243	
5126654	Merrillsville	merrillsville	US		0	America/New_York	43.01896	-75.67102	210	Cowaselon,Merrelsville,Merrillsville		NY	053	42422	
5126667	Mertensia	mertensia	US		0	America/New_York	42.96201	-77.36277	204			NY	069	25406	
5126671	Messenger Bay	messenger-bay	US		0	America/New_York	43.15757	-75.8013	122			NY	053	41905	
5126674	Messengerville	messengerville	US		0	America/New_York	42.48896	-76.07465	321	Messengerville,State Bridge		NY	023	77596	
5126691	Methol	methol	US		0	America/New_York	41.91953	-75.01183	554			NY	025	31951	
5126700	Mettacahonts	mettacahonts	US		0	America/New_York	41.81287	-74.25432	124			NY	111	63011	
5126731	Michigan Corners	michigan-corners	US		0	America/New_York	41.46704	-74.34765	173			NY	071	77992	
5126738	Michigan Mills	michigan-mills	US		0	America/New_York	43.60368	-75.59741	541			NY	049	81094	
5126760	Middle Bridge	middle-bridge	US		0	America/New_York	42.24536	-75.48796	301			NY	017	00353	
5126780	Middle Hope	middle-hope	US		0	America/New_York	41.56009	-74.0032	75	Middle Hope,Middlehope,Middletown		NY	071	50045	
5126824	Middle Sprite	middle-sprite	US		0	America/New_York	43.12063	-74.63876	416			NY	035	71784	
5126834	Middlefield Center	middlefield-center	US		0	America/New_York	42.76452	-74.83959	505	Middlefield Center,Middlefield Centre		NY	077	46910	
5126851	Midhampton	midhampton	US		0	America/New_York	40.94982	-72.24064	6			NY	103	22194	
5126855	Midland Beach	midland-beach	US		7402	America/New_York	40.57316	-74.09459	2			NY	085		
5126887	Mile of Woods	mile-of-woods	US		0	America/New_York	43.05673	-77.6975	159			NY	055	15462	
5126890	Mileses	mileses	US		0	America/New_York	41.83648	-75.066	330	Mileses,Milesville		NY	105	27573	
5126919	Mill Brook Houses	mill-brook-houses	US		0	America/New_York	40.80593	-73.91903	7			NY	005		
5126959	Mill Grove	mill-grove	US		0	America/New_York	42.01812	-78.34085	436			NY	009	59509	
5126963	Mill Hook	mill-hook	US		0	America/New_York	41.79593	-74.24709	84			NY	111	63011	
5127005	Millbrook Heights	millbrook-heights	US		0	America/New_York	41.76565	-73.71346	171			NY	027	78388	
5127011	Millen Bay	millen-bay	US		0	America/New_York	44.16922	-76.24383	76	Hubbard's Bay,Millen Bay,Millens Bay,River View,Riverview		NY	045	12364	
5127024	Miller Corners	miller-corners	US		0	America/New_York	42.82785	-74.23291	278			NY	057	26308	
5127050	Millers	millers	US		0	America/New_York	43.32617	-78.46614	106			NY	063	68330	
5127053	Millers Corner	millers-corner	US		0	America/New_York	42.81534	-78.12446	468			NY	121	46877	
5127055	Millers Corners	millers-corners	US		0	America/New_York	42.58536	-73.56956	199	Miller's Corners,Millers Corners		NY	083	49517	
5127058	Millers Crossing	millers-crossing	US		0	America/New_York	42.81062	-78.16918	382			NY	121	46877	
5127060	Millers Mills	millers-mills	US		0	America/New_York	42.92007	-75.08155	408	Miller's Mills,Millers Mills		NY	043	17431	
5127061	Millers Mills Crossing	millers-mills-crossing	US		0	America/New_York	42.90896	-75.09155	425			NY	043	17431	
5127067	Millertown	millertown	US		0	America/New_York	42.90591	-73.51067	139	Millertown,North Pittstown		NY	083	58398	
5127068	Millgrove	millgrove	US		0	America/New_York	42.94367	-78.5528	237	Mill Grove,Millgrove		NY	029	01099	
5127078	Mills Corners	mills-corners	US		0	America/New_York	43.0623	-74.12291	311	Mills Corners,Mills' Corners		NY	035	08433	
5127082	Mills Mills	mills-mills	US		0	America/New_York	42.5009	-78.11973	416	Mill's Mills,Mills Mills		NY	003	36112	
5127086	Millsburg	millsburg	US		0	America/New_York	41.37287	-74.52544	179	Millsburg,Millsburgh,Wells Corner		NY	071	78839	
5127093	Milo Center	milo-center	US		0	America/New_York	42.63451	-76.99941	278	Milo Center,Milo Centre		NY	123	47504	
5127094	Milo Mills	milo-mills	US		0	America/New_York	42.65868	-77.02608	196			NY	123	47504	
5127116	Minaville	minaville	US		0	America/New_York	42.88591	-74.21652	174	Minaville,Yankee Street		NY	057	26308	
5127118	Mindenville	mindenville	US		0	America/New_York	42.99202	-74.71765	98			NY	057	47614	
5127155	Minisink Ford	minisink-ford	US		0	America/New_York	41.48259	-74.97683	261			NY	105	34473	
5127176	Minnehaha	minnehaha	US		0	America/New_York	43.66173	-75.06795	513			NY	043	78927	
5127181	Minsteed	minsteed	US		0	America/New_York	43.14923	-77.12025	151			NY	117	02440	
5127211	Mitchellsville	mitchellsville	US		0	America/New_York	42.40813	-77.2897	414			NY	101	81457	
5127222	Modena Gardens	modena-gardens	US		0	America/New_York	41.64759	-74.12126	136			NY	111	58552	
5127234	Mohawk Gardens	mohawk-gardens	US		0	America/New_York	43.22646	-75.43962	144			NY	065	63418	
5127236	Mohawk Hill	mohawk-hill	US		0	America/New_York	43.52479	-75.46962	542			NY	049	81094	
5127240	Moffitsville	moffitsville	US		0	America/New_York	44.63865	-73.75598	238	Moffitsville,Moffittsville,Russia		NY	019	65211	
5127243	Mohawk View	mohawk-view	US		0	America/New_York	42.78369	-73.78845	65			NY	001	17343	
5127247	Mohegan Heights	mohegan-heights	US		0	America/New_York	40.95315	-73.84291	44			NY	119	84000	
5127255	Mohican Lake	mohican-lake	US		0	America/New_York	41.51815	-74.81794	399	Long Pond,Mohican Lake		NY	105	43786	
5127257	Mohonk Lake	mohonk-lake	US		0	America/New_York	41.7687	-74.1557	381			NY	111	45458	
5127265	Molyneaux Corners	molyneaux-corners	US		0	America/New_York	43.21033	-78.79726	119	Cambria,Molineaux's Corners,Molyneaux Corners		NY	063	11803	
5127266	Mombaccus	mombaccus	US		0	America/New_York	41.81509	-74.31154	199			NY	111	63011	
5127284	Mongaup	mongaup	US		0	America/New_York	41.42481	-74.76211	153			NY	105	43786	
5127320	Montario Point	montario-point	US		0	America/New_York	43.69173	-76.20104	78			NY	045	24086	
5127323	Montauk Beach	montauk-beach	US		0	America/New_York	41.02594	-71.96702	20			NY	103	22194	
5127330	Montauk Station	montauk-station	US		0	America/New_York	41.04927	-71.95368	3			NY	103	22194	
5127334	Montclair Colony	montclair-colony	US		0	America/New_York	41.05093	-72.34925	3			NY	103	66839	
5127340	Monteola	monteola	US		0	America/New_York	43.6459	-75.66213	560			NY	049	55497	
5127363	Montoma	montoma	US		0	America/New_York	42.02065	-74.13264	311			NY	111	83052	
5127391	Moon Beach	moon-beach	US		0	America/New_York	43.39757	-76.64412	80			NY	011	71146	
5127405	Moons	moons	US		0	America/New_York	42.28367	-79.29616	403			NY	013	71476	
5127415	Moore Landing	moore-landing	US		0	America/New_York	44.30033	-75.99078	80	Moore Landing,Moores Landing		NY	045	55398	
5127427	Moores Mill	moores-mill	US		0	America/New_York	41.70426	-73.74874	138			NY	027	40299	
5127429	Moorhouse Corner	moorhouse-corner	US		0	America/New_York	42.34953	-73.57095	166			NY	021	03287	
5127473	Moran Corner	moran-corner	US		0	America/New_York	42.96034	-77.62	183	Moran Corner,Moran Corners		NY	055	46558	
5127487	Morehouseville	morehouseville	US		0	America/New_York	43.3909	-74.77377	571			NY	041	48340	
5127493	Morey Park	morey-park	US		0	America/New_York	42.54425	-73.59984	134			NY	083	65541	
5127496	Morgan Corners	morgan-corners	US		0	America/New_York	42.05367	-79.65949	513			NY	013	27606	
5127536	Morris Heights	morris-heights	US		40982	America/New_York	40.84982	-73.91986	45			NY	005		
5127542	Morris Park	morris-park	US		10289	America/New_York	40.85232	-73.85347	24			NY	005		
5127543	Morris Park	morris-park	US		0	America/New_York	40.69038	-73.81597	14			NY	081		
5127550	Morrisania	morrisania	US		23127	America/New_York	40.82927	-73.90653	14			NY	005		
5127554	Morrison Heights	morrison-heights	US		0	America/New_York	41.5062	-74.20626	122			NY	071	48153	
5127558	Morristown Center	morristown-center	US		0	America/New_York	44.59673	-75.59245	97			NY	089	48582	
5127562	Morrisville Station	morrisville-station	US		0	America/New_York	42.89146	-75.60407	365			NY	053	23305	
5127573	Morsston	morsston	US		0	America/New_York	41.88426	-74.81044	439			NY	105	63176	
5127574	Mortimer	mortimer	US		0	America/New_York	43.09312	-77.64889	159			NY	055	34099	
5127577	Morton Corners	morton-corners	US		0	America/New_York	42.51117	-78.76503	421	Morton Corners,Morton's Corners		NY	029	17585	
5127578	Morton Corners	morton-corners	US		0	America/New_York	42.59952	-76.34382	412	Morton Corner,Morton Corners		NY	109	30972	
5127583	Moscow Hill	moscow-hill	US		0	America/New_York	42.79368	-75.40601	443			NY	053	08587	
5127599	Mosher Corners	mosher-corners	US		0	America/New_York	42.5909	-76.40132	430	Mosher Corner,Mosher Corners		NY	109	30972	
5127610	Moshier Falls	moshier-falls	US		0	America/New_York	43.87007	-75.13935	442			NY	043	78927	
5127615	Mosquito Point	mosquito-point	US		0	America/New_York	43.07951	-76.64717	116			NY	011	46602	
5127616	Mosquito Point	mosquito-point	US		0	America/New_York	42.26036	-74.39876	386			NY	039	42202	
5127670	Mott Haven	mott-haven	US		51450	America/New_York	40.80899	-73.92291	11			NY	005		
5127672	Motts Corner	motts-corner	US		0	America/New_York	43.02729	-77.40027	184			NY	069	77387	
5127686	Mount Arab	mount-arab	US		0	America/New_York	44.17423	-74.60129	522			NY	089	57716	
5127741	Mount Ivy	mount-ivy	US		6878	America/New_York	41.18676	-74.03486	140	Gurnee's Corners,Mount Ivy		NY	087	32765	
5127759	Mount Marion Park	mount-marion-park	US		0	America/New_York	42.03704	-73.9968	63			NY	111	65299	
5127809	Mount Prosper	mount-prosper	US		0	America/New_York	41.59093	-74.53544	462			NY	105	44809	
5127810	Mount Read	mount-read	US		0	America/New_York	43.25284	-77.65917	105			NY	055	30290	
5127813	Mount Riga	mount-riga	US		0	America/New_York	41.99481	-73.51457	245			NY	027	51891	
5127814	Mount Ross	mount-ross	US		0	America/New_York	42.00509	-73.71513	108			NY	027	58156	
5127880	Mountain House	mountain-house	US		0	America/New_York	41.35843	-74.17459	302			NY	071	07003	
5127889	Mountain Lodge	mountain-lodge	US		0	America/New_York	43.69923	-74.92628	562			NY	043	78927	
5127890	Mountain Lodge Park	mountain-lodge-park	US		1588	America/New_York	41.38843	-74.14181	239	Mountain Lodge,Mountain Lodge Park		NY	071	07003	
5127927	Moyers Corners	moyers-corners	US		0	America/New_York	43.18035	-76.2616	123			NY	067	16067	
5127972	Mud Hill	mud-hill	US		0	America/New_York	43.39035	-75.92714	217			NY	075	01649	
5128011	Mud Mills	mud-mills	US		0	America/New_York	43.07506	-77.07553	130			NY	117	02440	
5128089	Mud Lock	mud-lock	US		0	America/New_York	42.94645	-76.73606	116			NY	099	66333	
5128097	Mud Schoolhouse Corners	mud-schoolhouse-corners	US		0	America/New_York	42.57368	-76.28882	394			NY	109	30972	
5128098	Mud Settlement	mud-settlement	US		0	America/New_York	43.28368	-76.11381	127			NY	075	80500	
5128112	Muitzes Kill	muitzes-kill	US		0	America/New_York	42.47675	-73.73095	77	Muitzes Kill,Muitzeskill		NY	083	65541	
5128148	Mundale	mundale	US		0	America/New_York	42.25481	-75.04961	493			NY	025	31698	
5128151	Mungers Corners	mungers-corners	US		0	America/New_York	43.39701	-76.2566	135			NY	075	56154	
5128153	Munns	munns	US		0	America/New_York	42.98118	-75.57768	265			NY	053	71399	
5128156	Munsey Park	munsey-park	US		2715	America/New_York	40.79871	-73.67985	48			NY	059	53000	
5128162	Munsons Corner	munsons-corner	US		0	America/New_York	43.02006	-76.81301	134			NY	099	75902	
5128163	Munsons Corners	munsons-corners	US		2728	America/New_York	42.58229	-76.2091	359			NY	023	18421	
5128164	Munsonville	munsonville	US		0	America/New_York	43.08896	-74.23958	247			NY	035	46217	
5128171	Murdock Woods	murdock-woods	US		0	America/New_York	40.96315	-73.75958	39			NY	119	44842	
5128194	Murray Hill	murray-hill	US		0	America/New_York	40.99899	-73.78735	63			NY	119	65442	
5128195	Murray Hill	murray-hill	US		0	America/New_York	40.74816	-73.97875	20			NY	061		
5128200	Murrays Corner	murrays-corner	US		0	America/New_York	42.99867	-78.47752	249			NY	029	50716	
5128236	Mycenae	mycenae	US		0	America/New_York	43.04896	-75.93047	161			NY	067	45029	
5128237	Myers	myers	US		0	America/New_York	42.53952	-76.53939	148	Myers,Ploughs		NY	109	41234	
5128238	Myers Corner	myers-corner	US		6790	America/New_York	41.6062	-73.87291	66	Myers Corner,Myers Corners		NY	027	78157	
5128241	Muttontown	muttontown	US		3670	America/New_York	40.82399	-73.54763	87			NY	059	56000	
5128249	Myers Grove	myers-grove	US		0	America/New_York	41.44648	-74.60155	147			NY	071	19961	
5128269	Napeague	napeague	US		200	America/New_York	41.00955	-72.06813	2			NY	103	22194	
5128279	Napoli	napoli	US		0	America/New_York	42.19978	-78.89198	528			NY	009	49462	
5128318	Nassau Farms	nassau-farms	US		0	America/New_York	41.01732	-72.45259	5			NY	103	69463	
5128324	Nassau Shores	nassau-shores	US		0	America/New_York	40.66205	-73.44012	3			NY	059	56000	
5128349	Nauraushaun	nauraushaun	US		0	America/New_York	41.05704	-73.99236	34			NY	087	55211	
5128351	Naumburg	naumburg	US		0	America/New_York	43.90118	-75.49408	226	Naumberg,Naumburg,Naumburgh,Prussian Settlement		NY	049	19081	
5128355	Navarino	navarino	US		0	America/New_York	42.92757	-76.27382	351	Hall's Corners,Navarino,Ta-te-so-weh-nea-ha-qua		NY	067	54958	
5128375	Neelytown	neelytown	US		0	America/New_York	41.4837	-74.24376	111			NY	071	31907	
5128417	Nehasane	nehasane	US		0	America/New_York	44.00423	-74.77657	543			NY	041	43412	
5128418	Nelson Corner	nelson-corner	US		0	America/New_York	44.37228	-75.69384	99			NY	089	63858	
5128419	Nelson Corners	nelson-corners	US		0	America/New_York	41.41259	-73.91264	127			NY	079	57584	
5128427	Nepera Park	nepera-park	US		0	America/New_York	40.97593	-73.86708	37			NY	119	84000	
5128428	Neponsit	neponsit	US		1355	America/New_York	40.57177	-73.86152	2			NY	081		
5128429	Nepperhan	nepperhan	US		0	America/New_York	40.95565	-73.86652	53	Nepperham,Nepperhan		NY	119	84000	
5128437	Netherwood	netherwood	US		0	America/New_York	41.79787	-73.81847	100			NY	027	58695	
5128460	New Albion	new-albion	US		0	America/New_York	42.28951	-78.88948	432	Horth's Corners,New Albion		NY	009	49880	
5128474	New Britain (historical)	new-britain-historical	US		0	America/New_York	42.45481	-73.48983	295			NY	021	50452	
5128476	New Campbellwood Wye	new-campbellwood-wye	US		0	America/New_York	43.61535	-75.71713	547			NY	049	55497	
5128478	New Cassel	new-cassel	US		14059	America/New_York	40.75899	-73.56957	37			NY	059	53000	
5128483	New City Park	new-city-park	US		0	America/New_York	41.13343	-74.00208	74			NY	087	15968	
5128485	New Connecticut	new-connecticut	US		0	America/New_York	42.27313	-76.14798	325			NY	107	49913	
5128490	New Dorp	new-dorp	US		7253	America/New_York	40.57399	-74.11598	13	New Dorp,Newdorp,Niew Dorp		NY	085		
5128492	New Dorp Beach	new-dorp-beach	US		6201	America/New_York	40.56538	-74.10292	3			NY	085		
5128494	New Ebenezer	new-ebenezer	US		0	America/New_York	42.85673	-78.74142	196			NY	029	80918	
5128496	New Forge	new-forge	US		0	America/New_York	42.1062	-73.67457	152			NY	021	73077	
5128497	New Hackensack	new-hackensack	US		0	America/New_York	41.62287	-73.87069	53			NY	027	78157	
5128499	New Hamburg	new-hamburg	US		0	America/New_York	41.58843	-73.94514	21	New Hamburg,New Hamburgh,Wappingers Creek		NY	027	59652	
5128500	New Hampstead	new-hampstead	US		0	America/New_York	41.1501	-74.03625	175	Hempstead,Kakiat,Keckyate,Kukiat,New Hampstead,West Hampstead		NY	087	60510	
5128513	New Hurley	new-hurley	US		0	America/New_York	41.63815	-74.14376	140			NY	111	58552	
5128515	New Ireland	new-ireland	US		0	America/New_York	42.17869	-75.95409	366			NY	007	44611	
5128523	New Lebanon Center	new-lebanon-center	US		0	America/New_York	42.47064	-73.42205	209	New Lebanon Center,New Lebanon Centre		NY	021	50452	
5128536	New Ohio	new-ohio	US		0	America/New_York	42.2223	-75.71269	490			NY	007	17046	
5128538	New Oregon	new-oregon	US		0	America/New_York	42.58839	-78.7917	327			NY	029	51803	
5128562	New Scotland	new-scotland	US		0	America/New_York	42.62869	-73.91346	86	nyw skwtland,نيو سكوتلاند		NY	001	50672	
5128564	New Scriba	new-scriba	US		0	America/New_York	43.60646	-75.93075	368			NY	075	55453	
5128566	New Springville	new-springville	US		20756	America/New_York	40.59344	-74.1632	8	Carle's Neck,New Springville,Springville		NY	085		
5128568	New Square	new-square	US		8057	America/New_York	41.13956	-74.02942	150	Nju Skver,nyw skwyr,nyw skwyyr  nyw yark,nyw sqwwr,Њу Сквер,ניו סקוור,שיכון סקווירא,نيو سكوير,نیو سکوئیر، نیو یارک		NY	087	60510	
5128571	New Utrecht	new-utrecht	US		0	America/New_York	40.61316	-73.99597	11	New Utrecht,New Utreght,Nieuw Utrecht		NY	047		
5128581	New York City	new-york-city	US		8175133	America/New_York	40.71427	-74.00597	10	Aebura,Bandar Raya New York,Big Apple,Cathair Nua-Eabhrac,City of New York,Eabhraig Nuadh,Efrog Newydd,Evrek Nowydh,Ga-no-no,Kanon:no,Kanono,Kanón:no,Kota New York,Lungsod ng New York,N'ju-Jork,NY,NYC,Nea Yorke,Nei Yarrick Schtadt,Neu Amsterdam,Neu Jorck,New Amsterdam,New Orange,New Yorc,New York,New York City,New York Stad,New York borg,New York kenti,New York-borg,New Yorke,New Yorku,Niujorkas,Nju Jork,Njujork,Nouvelle Yorck,Nouvieau York,Nov-Jorko,Nova Amsterda,Nova Iorque,Nova York,Nova-York,Novjorko,Novum Eboracum,Nowy Jork,Nua-Eabhrac,Nueva York,Nujorka,Nyja Jorvik,Nyu York Shehiri,Nòva York,Nýja Jórvík,Thanh pho New York,The Big Apple,Thành phố New York,York Berri,manhattan,n'yuyorka,ni'u iyarka siti,niu yue,niu yue shi,niyuyark nakaram,nkhr niwyxrk,nyuyog,nyuyog si,nyuyoku,nyw ywrq,nywywrk,Ņujorka,Νέα Υόρκη,Њу Јорк,Њујорк,Нью-Ёрк,Нью-Йорк,Ню Йорк,ניו יארק,ניו יורק,ניו־יאָרק,نيويورك,نیویارک شہر,نیویورک,न्यूयॉर्क,নিউ ইয়র্ক সিটি,நியூயார்க் நகரம்,นครนิวยอร์ก,ნიუ-იორკი,ニューヨーク,マンハッタン,紐約市,纽约,뉴욕,뉴욕 시		NY			
5128885	North Argyle	north-argyle	US		0	America/New_York	43.26702	-73.46622	98	North Argyle,Stevenson's Corner		NY	115	02561	
5128510	New Hope	new-hope	US	18938	0	America/New_York	42.79812	-76.34715	464			NY	011	51198	
5128647	Newbridge	newbridge	US		0	America/New_York	44.28645	-74.97547	372	New Bridge,Newbridge		NY	089	15792	
5128656	Newburgh Junction	newburgh-junction	US		0	America/New_York	41.29704	-74.13876	158			NY	071	82755	
5128682	Newmans Corner	newmans-corner	US		0	America/New_York	42.19035	-75.88103	276			NY	007	15110	
5128688	Newieden	newieden	US		0	America/New_York	41.58787	-74.98933	289			NY	105	75759	
5128692	Newrys	newrys	US		0	America/New_York	42.43786	-73.98985	254			NY	039	30620	
5128701	Newton Hook	newton-hook	US		0	America/New_York	42.35453	-73.78262	5	Coxsackie,Coxsackie Station,Nauten Hook,Newton Hook,Nutten Hook,Nuttenhook		NY	021	71850	
5128753	Nichols Corners	nichols-corners	US		0	America/New_York	42.94534	-76.22548	180			NY	067	54958	
5128761	Nichols Run	nichols-run	US		0	America/New_York	42.0034	-78.52058	703			NY	009	01297	
5128769	Nicholsville	nicholsville	US		0	America/New_York	43.27312	-75.96381	151			NY	075	17904	
5128783	Niets Crest	niets-crest	US		0	America/New_York	42.11811	-79.38922	410			NY	013	52155	
5128787	Nile	nile	US		0	America/New_York	42.17812	-78.14557	484	Nile,South Branch		NY	003	27705	
5128810	Ninety Six Corners	ninety-six-corners	US		0	America/New_York	43.34118	-75.09377	384			NY	065	61126	
5128813	Nineveh Junction	nineveh-junction	US		0	America/New_York	42.20702	-75.59324	314			NY	017	00353	
5128824	Niskayuna	niskayuna	US		4859	America/New_York	42.7798	-73.84568	89	Co-nes-ta-gi-o-ne,Connestigune,Niskayuna,naynyka,ناينيكا		NY	093	51264	
5128827	Nissequogue	nissequogue	US		1760	America/New_York	40.90399	-73.19789	26	Nissequogne,Nissequogue,Nissequoque,nyskwghw,نيسكوغو		NY	103	68000	
5128839	Noble Corner	noble-corner	US		0	America/New_York	43.08618	-76.8094	132			NY	117	65343	
5128843	Noble Shores	noble-shores	US		0	America/New_York	43.54507	-75.87825	287			NY	075	60873	
5128869	Normansville	normansville	US		0	America/New_York	42.63425	-73.79762	36	Normansville,Upper Hollow		NY	001	01000	
5128872	Norrie Heights	norrie-heights	US		0	America/New_York	41.83926	-73.92514	37			NY	027	37209	
5128878	Norten	norten	US		0	America/New_York	42.52424	-76.52633	119			NY	109	41234	
5128881	North Afton	north-afton	US		0	America/New_York	42.26786	-75.54324	339			NY	017	00353	
5128882	North Alexander	north-alexander	US		0	America/New_York	42.9295	-78.24168	287			NY	037	01165	
5128883	North Amboy	north-amboy	US		0	America/New_York	43.40368	-75.8863	193			NY	075	01649	
5128884	North Amityville	north-amityville	US		17862	America/New_York	40.6976	-73.42512	10			NY	103	04000	
5128887	North Bailey	north-bailey	US		0	America/New_York	42.99061	-78.80448	181			NY	029	02000	
5128889	North Barton	north-barton	US		0	America/New_York	42.11896	-76.4905	484			NY	107	04671	
5128898	North Bay Shore	north-bay-shore	US		18944	America/New_York	40.73621	-73.26262	11			NY	103	38000	
5128903	North Belle Isle	north-belle-isle	US		0	America/New_York	43.08368	-76.25187	123			NY	067	11913	
5128904	North Bellmore	north-bellmore	US		19941	America/New_York	40.69149	-73.53346	14			NY	059	34000	
5128905	North Bellport	north-bellport	US		11545	America/New_York	40.77427	-72.94288	14			NY	103	10000	
5128908	North Bethlehem	north-bethlehem	US		0	America/New_York	42.67008	-73.84596	71			NY	001	31104	
5128912	North Bolton	north-bolton	US		0	America/New_York	43.60173	-73.65429	206			NY	113	07234	
5128915	North Boylston	north-boylston	US		0	America/New_York	43.68368	-76.00548	300			NY	075	07674	
5128964	North Broadalbin	north-broadalbin	US		0	America/New_York	43.10702	-74.16235	237	Benedict's Corners,North Broadalbin		NY	035	08433	
5128966	North Bridgewater	north-bridgewater	US		0	America/New_York	42.92424	-75.24683	383			NY	065	08180	
5128971	North Burke	north-burke	US		0	America/New_York	44.98671	-74.17435	112			NY	033	11165	
5128972	North Bush	north-bush	US		0	America/New_York	43.08479	-74.49236	351	North Bush,Northbush		NY	035	12573	
5128974	North Cambridge	north-cambridge	US		0	America/New_York	43.0248	-73.44984	243			NY	115	11836	
5128975	North Cameron	north-cameron	US		0	America/New_York	42.25368	-77.3647	494			NY	101	11880	
5128977	North Cazenovia	north-cazenovia	US		0	America/New_York	42.99201	-75.87019	393			NY	053	13156	
5128983	North Chemung	north-chemung	US		0	America/New_York	42.10007	-76.6919	312	Hammonds Corners,North Chemung		NY	015	04132	
5128985	North Chittenango	north-chittenango	US		0	America/New_York	43.08118	-75.87269	126			NY	053	71993	
5128988	North Church Corner	north-church-corner	US		0	America/New_York	43.50535	-76.23187	88			NY	075	46822	
5128990	North Clove	north-clove	US		0	America/New_York	41.70037	-73.66652	168			NY	027	76166	
5128991	North Clymer	north-clymer	US		0	America/New_York	42.07506	-79.57255	482			NY	013	16595	
5128992	North Cohocton	north-cohocton	US		0	America/New_York	42.56118	-77.46471	416	Biven's Corners,North Cohocton		NY	101	16738	
5128995	North Colesville	north-colesville	US		0	America/New_York	42.24119	-75.72158	420			NY	007	17046	
5128998	North Columbia	north-columbia	US		0	America/New_York	42.97785	-75.07155	375			NY	043	17431	
5129000	North Constantia	north-constantia	US		0	America/New_York	43.34257	-75.99686	166			NY	075	17904	
5129017	North Croghan Crossing	north-croghan-crossing	US		0	America/New_York	44.03479	-75.49686	276			NY	049	19081	
5129018	North Cuba	north-cuba	US		0	America/New_York	42.24146	-78.27335	457	Cadyville,North Cuba,Seymour		NY	003	19367	
5129021	North Dock	north-dock	US		0	America/New_York	41.39759	-73.95569	0			NY	071	34550	
5129024	North East Junction	north-east-junction	US		0	America/New_York	42.02006	-79.43894	438			NY	013	32248	
5129028	North Edmeston	north-edmeston	US		0	America/New_York	42.75674	-75.23711	449			NY	077	23613	
5129029	North Elba	north-elba	US		8474	America/New_York	44.24338	-73.95431	599	North Elba,Plains of Abraham,nwrth alba,نورث إلبا		NY	031	51935	
5129036	North Fair Haven	north-fair-haven	US		0	America/New_York	43.33284	-76.69967	80			NY	011	71146	
5129037	North Fenton	north-fenton	US		0	America/New_York	42.24258	-75.79464	296	Ketchum's Corners,North Fenton		NY	007	25604	
5129038	North Forest Acres	north-forest-acres	US		0	America/New_York	43.00506	-78.74559	178			NY	029	02000	
5129041	North Croghan	north-croghan	US		0	America/New_York	44.0334	-75.50686	265			NY	045	82348	
5129046	North Frankfort	north-frankfort	US		0	America/New_York	43.04229	-75.05905	126			NY	043	65695	
5129047	North Gainesville	north-gainesville	US		0	America/New_York	42.68451	-78.13334	440			NY	121	27980	
5129048	North Galway	north-galway	US		0	America/New_York	43.0523	-74.05818	336			NY	091	28112	
5129050	North Gates	north-gates	US		9512	America/New_York	43.17645	-77.70139	160			NY	055	28442	
5129052	North Germantown	north-germantown	US		0	America/New_York	42.15453	-73.87735	53			NY	021	28772	
5129053	North Gouverneur	north-gouverneur	US		0	America/New_York	44.42117	-75.46994	118			NY	089	29608	
5129217	North Sheldon	north-sheldon	US		0	America/New_York	42.77006	-78.41863	447			NY	121	66773	
5129057	North Great River	north-great-river	US		4001	America/New_York	40.74732	-73.16984	9			NY	103	38000	
5129062	North Greenfield	north-greenfield	US		0	America/New_York	43.16424	-73.86096	189	North Greenfield,Scott's Corners		NY	091	30444	
5129063	North Greenwich	north-greenwich	US		0	America/New_York	43.15869	-73.48567	144			NY	115	30686	
5129066	North Gage	north-gage	US		0	America/New_York	43.22562	-75.126	296	North Gage,Northgage		NY	065	19928	
5129069	North Hamlin	north-hamlin	US		0	America/New_York	43.33867	-77.90168	81			NY	055	31797	
5129070	North Hammond	north-hammond	US		0	America/New_York	44.48339	-75.7294	113			NY	089	31841	
5129071	North Hannibal	north-hannibal	US		0	America/New_York	43.3559	-76.5405	127			NY	075	32028	
5129075	North Harpersfield	north-harpersfield	US		0	America/New_York	42.47258	-74.69182	486			NY	025	32281	
5129079	North Hebron	north-hebron	US		0	America/New_York	43.32313	-73.32039	239	Munro's Meadows,North Hebron		NY	115	33040	
5129085	North Highland	north-highland	US		0	America/New_York	41.4612	-73.9168	127			NY	079	57584	
5129095	North Hillsdale	north-hillsdale	US		0	America/New_York	42.23564	-73.50734	248	Hillsdale Centre,North Hillsdale		NY	021	34748	
5129098	North Hornell	north-hornell	US		747	America/New_York	42.34618	-77.66138	355			NY	101	35683	
5129104	North Huron	north-huron	US		0	America/New_York	43.26368	-76.88413	84			NY	117	37165	
5129105	North Ilion	north-ilion	US		0	America/New_York	43.02201	-75.02849	123			NY	043	34132	
5129115	North Kortright	north-kortright	US		0	America/New_York	42.43619	-74.73932	472			NY	025	40068	
5129119	North Landing	north-landing	US		0	America/New_York	43.73562	-76.18437	76			NY	045	24086	
5129120	North Lansing	north-lansing	US		0	America/New_York	42.61118	-76.49744	305	Beardsley's Corners,North Lansing		NY	109	41234	
5129124	North Lexington	north-lexington	US		0	America/New_York	42.27481	-74.38598	582			NY	039	42202	
5129125	North Lindenhurst	north-lindenhurst	US		11652	America/New_York	40.71427	-73.38151	13			NY	103	04000	
5129128	North Lynbrook	north-lynbrook	US		793	America/New_York	40.60233	-73.66457	0			NY	059	34000	
5129129	North Macedon	north-macedon	US		0	America/New_York	43.08229	-77.30443	151			NY	117	44160	
5129131	North Manlius	north-manlius	US		0	America/New_York	43.09979	-75.97714	120			NY	067	45029	
5129134	North Massapequa	north-massapequa	US		17886	America/New_York	40.70093	-73.46207	14			NY	059	56000	
5129141	North Merrick	north-merrick	US		12272	America/New_York	40.69121	-73.56318	14			NY	059	34000	
5129142	North Milton	north-milton	US		0	America/New_York	43.0698	-73.89429	153			NY	091	47537	
5129145	North Nassau	north-nassau	US		0	America/New_York	42.57925	-73.54317	199			NY	083	49517	
5129147	North New Hyde Park	north-new-hyde-park	US		14899	America/New_York	40.74316	-73.69319	35	North New Hyde Park,Plattsville		NY	059	53000	
5129151	North Olean	north-olean	US		0	America/New_York	42.09507	-78.43196	433			NY	009	54716	
5129153	North Osceola	north-osceola	US		0	America/New_York	43.5709	-75.71241	485			NY	049	55497	
5129157	North Patchogue	north-patchogue	US		7246	America/New_York	40.78704	-73.009	15			NY	103	10000	
5129158	North Pelham	north-pelham	US		0	America/New_York	40.91899	-73.80597	15	North Pelham,Pelhamville		NY	119	57012	
5129163	North Pharsalia	north-pharsalia	US		0	America/New_York	42.6084	-75.70158	475			NY	017	57507	
5129187	North Petersburg	north-petersburg	US		0	America/New_York	42.82313	-73.33233	150	North Petersburg,North Petersburgh,Petersburg Corners		NY	083	57441	
5129190	North Ridge	north-ridge	US		0	America/New_York	43.21256	-78.82587	115			NY	063	11803	
5129193	North Ridgeway	north-ridgeway	US		0	America/New_York	43.29089	-78.4653	104			NY	073	61742	
5129198	North Rush	north-rush	US		0	America/New_York	43.0034	-77.70556	192	Hart's Corners,North Rush		NY	055	64144	
5129199	North Russell	north-russell	US		0	America/New_York	44.50256	-75.1227	186			NY	089	64221	
5129205	North Sanford	north-sanford	US		0	America/New_York	42.1548	-75.4524	417	North Sanford,Potter Settlement		NY	007	65112	
5129206	North Schodack	north-schodack	US		0	America/New_York	42.58452	-73.59817	163			NY	083	65541	
5129209	North Scriba	north-scriba	US		0	America/New_York	43.48868	-76.38494	131			NY	075	65992	
5129210	North Sea	north-sea	US		4458	America/New_York	40.93288	-72.41425	5			NY	103	68473	
5129213	North Settlement	north-settlement	US		0	America/New_York	42.34036	-74.29014	566			NY	039	02803	
5129219	North Port Byron	north-port-byron	US		0	America/New_York	43.05257	-76.63245	130			NY	011	46602	
5129232	North Spencer	north-spencer	US		0	America/New_York	42.25591	-76.50744	318			NY	107	70178	
5129236	North Stephentown	north-stephentown	US		0	America/New_York	42.59703	-73.36955	339			NY	083	71102	
5129237	North Sterling	north-sterling	US		0	America/New_York	43.36979	-76.62328	106			NY	011	71146	
5129239	North Stockholm	north-stockholm	US		0	America/New_York	44.7695	-74.93464	108	Knapp Station,Knapp's Station,Knapps Station,North Stockholm		NY	089	71410	
5129242	North Syracuse	north-syracuse	US		6853	America/New_York	43.13479	-76.12992	128			NY	067	16067	
5129244	North Thurston	north-thurston	US		0	America/New_York	42.26757	-77.28053	545			NY	101	73836	
5129247	North Urbana	north-urbana	US		0	America/New_York	42.41285	-77.16692	417			NY	101	76496	
5129248	North Valley Stream	north-valley-stream	US		16628	America/New_York	40.6851	-73.7018	11			NY	059	34000	
5129250	North Victory	north-victory	US		0	America/New_York	43.25618	-76.64273	130			NY	011	71146	
5129254	North Wantagh	north-wantagh	US		11960	America/New_York	40.69343	-73.50763	10			NY	059	34000	
5129256	North Waverly	north-waverly	US		0	America/New_York	42.02174	-76.52355	257			NY	107	04671	
5129257	North Weedsport	north-weedsport	US		0	America/New_York	43.05895	-76.55911	121	North Weedsport,North Weedsport Station		NY	011	10297	
5129259	North Western	north-western	US		0	America/New_York	43.34229	-75.36351	193			NY	065	79862	
5129260	North White Plains	north-white-plains	US		0	America/New_York	41.0551	-73.7668	68			NY	119	51693	
5129262	North Wilmurt	north-wilmurt	US		0	America/New_York	43.44979	-75.01655	494			NY	043	54507	
5129263	North Wilna	north-wilna	US		0	America/New_York	44.09562	-75.59687	212			NY	045	82348	
5129265	North Winfield	north-winfield	US		0	America/New_York	42.93201	-75.18794	389			NY	043	82568	
5129267	North Volney	north-volney	US		0	America/New_York	43.4134	-76.32688	138			NY	075	77662	
5129269	North Woodmere	north-woodmere	US		0	America/New_York	40.6501	-73.72402	2			NY	059	34000	
5129276	Northeast	northeast	US		0	America/New_York	41.91676	-73.56624	383	North East,Northeast,Spencers Corners		NY	027	51891	
5129278	North Wolcott	north-wolcott	US		0	America/New_York	43.28423	-76.7819	102			NY	117	82689	
5129300	Northeast Center	northeast-center	US		0	America/New_York	41.93176	-73.53401	212			NY	027	51891	
5129322	Northwest Corners	northwest-corners	US		0	America/New_York	42.62951	-75.77353	450			NY	017	57507	
5129325	Northwest Harbor	northwest-harbor	US		3317	America/New_York	41.00982	-72.22119	24			NY	103	22194	
5129326	Northwest Landing	northwest-landing	US		0	America/New_York	41.0101	-72.24564	1			NY	103	22194	
5129335	Northwoods Club	northwoods-club	US		0	America/New_York	43.84534	-74.1457	539			NY	031	47669	
5129342	Norton Hill	norton-hill	US		0	America/New_York	42.41147	-74.0668	267			NY	039	30620	
5129347	Norton Summit	norton-summit	US		0	America/New_York	42.10979	-78.01278	522			NY	003	65772	
5129361	Norwich Corners	norwich-corners	US		0	America/New_York	43.01451	-75.21211	394			NY	043	42664	
5129372	Noseville	noseville	US		0	America/New_York	44.07534	-75.91549	126	Knowsville,Noseville		NY	045	56209	
5129389	Nottingham Estates	nottingham-estates	US		0	America/New_York	43.18311	-78.64253	189			NY	063	43093	
5129395	Noyack	noyack	US		3568	America/New_York	40.99566	-72.34119	8			NY	103	68473	
5129400	Nubia	nubia	US		0	America/New_York	42.5859	-76.28938	381			NY	109	30972	
5129410	Number Four	number-four	US		0	America/New_York	43.86562	-75.18074	478			NY	049	78729	
5129461	Oak Beach	oak-beach	US		0	America/New_York	40.63927	-73.28845	1	Oak Beach,Oakbeach		NY	103	04000	
5129500	Oak Hill Landing	oak-hill-landing	US		0	America/New_York	42.19425	-73.85041	5			NY	021	42917	
5129513	Oak Orchard	oak-orchard	US		0	America/New_York	43.2059	-76.21243	112			NY	067	16067	
5129514	Oak Orchard	oak-orchard	US		0	America/New_York	43.27422	-78.33252	120			NY	073	61742	
5129524	Oak Point	oak-point	US		0	America/New_York	44.51423	-75.75135	80	Oak Point,Oakpoint		NY	089	31841	
5129539	Oakbrook	oakbrook	US		0	America/New_York	41.11204	-74.01042	97			NY	087	15968	
5129558	Oakland Valley	oakland-valley	US		0	America/New_York	41.50704	-74.64905	234	Oakland,Oakland Valley		NY	105	26528	
5129566	Oaksville	oaksville	US		0	America/New_York	42.7248	-75.00488	389			NY	077	55695	
5129567	Oakvale	oakvale	US		0	America/New_York	44.39811	-75.73107	91	Oakvale,Oakvale Station		NY	089	31841	
5129574	Oakwood Beach	oakwood-beach	US		0	America/New_York	40.55261	-74.11431	1			NY	085		
5129585	Oakwood Heights Station	oakwood-heights-station	US		56	America/New_York	40.56483	-74.12709	18	Oakwood,Oakwood Heights Station		NY	085		
5129588	Oatka	oatka	US		0	America/New_York	42.71728	-78.0889	461			NY	121	78344	
5129596	Occanum	occanum	US		0	America/New_York	42.08591	-75.69713	372			NY	007	82535	
5129598	Obi	obi	US		0	America/New_York	42.08646	-78.25779	464			NY	003	15990	
5129599	Ocean Bay Park	ocean-bay-park	US		0	America/New_York	40.64871	-73.14011	1			NY	103	10000	
5129601	Ocean Point	ocean-point	US		0	America/New_York	40.6226	-73.72569	8			NY	059	34000	
5129605	Oceola Lake	oceola-lake	US		0	America/New_York	41.3387	-73.79819	176			NY	119	84077	
5129619	Ogden Center	ogden-center	US		0	America/New_York	43.17228	-77.80445	187			NY	055	54474	
5129639	Ohioville	ohioville	US		0	America/New_York	41.74093	-74.05653	112			NY	111	50562	
5129650	Oklahoma Beach	oklahoma-beach	US		0	America/New_York	43.23923	-77.51833	77			NY	055	78971	
5129665	Old Brookville	old-brookville	US		2214	America/New_York	40.83204	-73.60485	29			NY	059	56000	
5129668	Old Campbellwood Wye	old-campbellwood-wye	US		0	America/New_York	43.61701	-75.66435	566	Old Campbellwood Wye,Old Campbellwood Y		NY	049	55497	
5129670	Old Central Bridge	old-central-bridge	US		0	America/New_York	42.70646	-74.33124	184			NY	095	65596	
5129675	Old City	old-city	US		0	America/New_York	43.16285	-74.98488	237			NY	043	24933	
5129690	Old Field	old-field	US		914	America/New_York	40.95982	-73.12955	2			NY	103	10000	
5129714	Old Mastic	old-mastic	US		0	America/New_York	40.78065	-72.82455	4			NY	103	10000	
5129726	Old Orchard Cove	old-orchard-cove	US		0	America/New_York	42.8009	-77.70389	256			NY	051	42961	
5129727	Old Orchard Point	old-orchard-point	US		0	America/New_York	42.79479	-77.70972	250			NY	051	42961	
5129731	Old Place	old-place	US		0	America/New_York	40.63038	-74.18598	3			NY	085		
5129768	Old Town Station	old-town-station	US		0	America/New_York	40.59594	-74.08709	13			NY	085		
5129799	Oliverea	oliverea	US		0	America/New_York	42.06537	-74.46015	432			NY	111	66597	
5129815	Omi	omi	US		0	America/New_York	42.32509	-73.68151	91			NY	021	28871	
5129818	Onativia	onativia	US		0	America/New_York	42.88951	-76.08798	264			NY	067	40266	
5129826	Onchiota	onchiota	US		0	America/New_York	44.49422	-74.12349	521	Io:nhiote,Iò:nhiote,Onchiota,Pine Park		NY	033	27243	
5129827	Oneida Castle	oneida-castle	US		627	America/New_York	43.08257	-75.63351	137	Ca-no-wa-rogh-are,Ga-no-a-lo-hale,Oneida Castle		NY	065	77123	
5129831	Oneida Corners	oneida-corners	US		0	America/New_York	43.37535	-73.62873	115	Oneida,Oneida Corners		NY	113	60356	
5129838	Oneida Lake Beach East	oneida-lake-beach-east	US		0	America/New_York	43.16646	-75.76435	113			NY	053	41905	
5129839	Oneida Lake Beach West	oneida-lake-beach-west	US		0	America/New_York	43.15757	-75.84547	115			NY	053	71993	
5129844	Oneida Valley	oneida-valley	US		0	America/New_York	43.15451	-75.7213	119			NY	053	41905	
5129860	Oniontown	oniontown	US		0	America/New_York	41.72287	-73.58402	130			NY	027	20819	
5129861	Oniontown	oniontown	US		0	America/New_York	43.11729	-75.82991	114			NY	053	71993	
5129863	Onondaga Castle	onondaga-castle	US		0	America/New_York	42.97062	-76.14104	156			NY	067		
5129871	Onondaga Hill	onondaga-hill	US		0	America/New_York	43.00479	-76.18326	271	Onondaga,Onondaga Hill,Onondaga West Hill		NY	067	54958	
5129886	Onoville	onoville	US		0	America/New_York	42.027	-78.96532	403			NY	009		
5129888	Ontario Beach	ontario-beach	US		0	America/New_York	43.26006	-77.61111	79			NY	055	63000	
5129893	Ontario on the Lake	ontario-on-the-lake	US		0	America/New_York	43.27812	-77.34832	83			NY	117	55013	
5129896	Onteo Beach	onteo-beach	US		0	America/New_York	43.35645	-77.91029	77			NY	055	31797	
5129900	Onteora Park	onteora-park	US		0	America/New_York	42.22009	-74.13542	713	Onteora Park,Ontiora Park		NY	039	36178	
5129903	Oot Park	oot-park	US		0	America/New_York	43.06451	-76.0302	145			NY	067	45029	
5129907	Oppenheim	oppenheim	US		0	America/New_York	43.07229	-74.69265	334			NY	035	55101	
5129913	Oramel	oramel	US		0	America/New_York	42.36618	-78.13556	379			NY	003	12243	
5129924	Orangeport	orangeport	US		0	America/New_York	43.19839	-78.59586	158			NY	063	64034	
5129927	Orangeville Center	orangeville-center	US		0	America/New_York	42.75034	-78.24835	517	Orangeville,Orangeville Center		NY	121	55222	
5129932	Orchard Knoll	orchard-knoll	US		0	America/New_York	42.15091	-76.80023	303			NY	015	35705	
5129943	Orchard Terrace	orchard-terrace	US		0	America/New_York	42.19478	-79.45783	409			NY	013	14069	
5129944	Orchard Village	orchard-village	US		0	America/New_York	43.04284	-76.28104	171	Orchard Valley,Orchard Village		NY	067	11913	
5129981	Orient Point	orient-point	US		0	America/New_York	41.15232	-72.25119	3			NY	103	69463	
5129985	Orienta	orienta	US		0	America/New_York	40.93732	-73.72846	5			NY	119	44842	
5129987	Oriental Park	oriental-park	US		0	America/New_York	42.15561	-79.38477	403			NY	013	23976	
5129996	Orleans Four Corners	orleans-four-corners	US		0	America/New_York	44.19061	-75.89994	125			NY	045	55398	
5130007	Orrs Mill	orrs-mill	US		0	America/New_York	41.43454	-74.05764	85	Orr's Mills,Orrs Mill,Orrs Mills		NY	071	18300	
5130024	Oscawana	oscawana	US		0	America/New_York	41.22787	-73.91403	42	Cortlandt on Hudson,Oscawana		NY	119	18410	
5130033	Osgood Landing	osgood-landing	US		0	America/New_York	42.57229	-76.64522	121			NY	099	18663	
5130036	Oscawana Corners	oscawana-corners	US		0	America/New_York	41.37843	-73.85597	166	Oscawana Corners,Oscawana Lake		NY	079	60147	
5130068	Oswego Beach	oswego-beach	US		0	America/New_York	43.45007	-76.55661	79			NY	075	55585	
5130069	Oswego Bitter	oswego-bitter	US		0	America/New_York	43.06118	-76.36354	171			NY	067	11913	
5130073	Oswego Center	oswego-center	US		0	America/New_York	43.41451	-76.53383	111	Oswego Center,Oswego Centre		NY	075	55585	
5130498	Paradise Hill	paradise-hill	US		0	America/New_York	42.38369	-73.88929	202			NY	039	49935	
5129914	Oran	oran	US	50664	0	America/New_York	42.97812	-75.93297	245			NY	067	59036	
5130098	Otisco Valley	otisco-valley	US		0	America/New_York	42.82868	-76.23187	256			NY	067	55651	
5130103	Otsdawa	otsdawa	US		0	America/New_York	42.4848	-75.17433	431			NY	077	55629	
5130108	Otselic	otselic	US		0	America/New_York	42.72257	-75.71991	413			NY	017	55717	
5130109	Otselic Center	otselic-center	US		0	America/New_York	42.70118	-75.74574	401	Ostelic Centre,Otselic Center		NY	017	55717	
5130130	Otter Hook	otter-hook	US		0	America/New_York	42.40425	-73.79901	52			NY	039	49935	
5130131	Otter Kill	otter-kill	US		0	America/New_York	41.37787	-74.2946	128			NY	071	29553	
5130153	Otto Mills	otto-mills	US		0	America/New_York	43.60257	-75.81936	387			NY	075	60873	
5130251	Overlook	overlook	US		0	America/New_York	43.29257	-73.94651	265			NY	091	19807	
5130262	Owasco	owasco	US		0	America/New_York	42.85507	-76.46521	272			NY	011	55871	
5130265	Owasco Hill	owasco-hill	US		0	America/New_York	42.72757	-76.46466	406			NY	011	48307	
5130268	Owasco Lake Station	owasco-lake-station	US		0	America/New_York	42.84062	-76.52633	222	Owasco Lake Station,Wyckoff Station		NY	011	26231	
5130280	Owens Mills	owens-mills	US		0	America/New_York	42.06869	-76.59717	351	Owen's Mills,Owens Mills		NY	015	15077	
5130305	Owls Nest	owls-nest	US		0	America/New_York	43.18201	-77.13859	141			NY	117	45645	
5130306	Owlsville	owlsville	US		0	America/New_York	42.46452	-74.41903	542			NY	095	28981	
5130328	Oyster Bay Cove	oyster-bay-cove	US		2251	America/New_York	40.87093	-73.51096	18			NY	059	56000	
5130339	Pacama	pacama	US		0	America/New_York	41.93065	-74.16709	143			NY	111	45458	
5130343	Pachin Mills	pachin-mills	US		0	America/New_York	41.99537	-73.65818	124			NY	027	58156	
5130350	Packwood Corners	packwood-corners	US		0	America/New_York	42.89312	-76.91913	140			NY	099	78564	
5130355	Paddy Hill	paddy-hill	US		0	America/New_York	43.99978	-75.98243	97			NY	045	35782	
5130358	Padelford	padelford	US		0	America/New_York	42.94034	-77.31776	218	Paddlefords,Padelford,Padelfords		NY	069	12155	
5130364	Paerdegat	paerdegat	US		0	America/New_York	40.62972	-73.90667	1			NY	047		
5130370	Page Brook	page-brook	US		0	America/New_York	42.25841	-75.76491	310			NY	017	30422	
5130378	Pages Corner	pages-corner	US		0	America/New_York	43.09035	-73.90096	190	Pages Corner,Pages Corners		NY	091	30444	
5130383	Pail Shop Corners	pail-shop-corners	US		0	America/New_York	42.72396	-74.98043	397			NY	077	55695	
5130386	Paines Corner	paines-corner	US		0	America/New_York	42.83951	-78.00945	302			NY	121	18696	
5130390	Paines Hollow	paines-hollow	US		0	America/New_York	42.96146	-74.90321	348	Paine's Hollow,Paines Hollow,Pains Hollow		NY	043	42752	
5130400	Palentown	palentown	US		0	America/New_York	41.87898	-74.32154	318			NY	111	63011	
5130440	Palmerville	palmerville	US		0	America/New_York	44.41756	-75.12798	197			NY	089	64221	
5130444	Pamelia Center	pamelia-center	US		264	America/New_York	44.04006	-75.90076	143			NY	045	56209	
5130480	Panther Lake	panther-lake	US		0	America/New_York	43.32618	-75.90047	183			NY	075	17904	
5130489	Paper Mill Corners	paper-mill-corners	US		0	America/New_York	43.15229	-74.84543	365			NY	043	64837	
5130493	Pantigo	pantigo	US		0	America/New_York	40.96788	-72.1648	12			NY	103	22194	
5130497	Paradise Beach	paradise-beach	US		0	America/New_York	43.35063	-73.67984	124			NY	113	60356	
5130499	Paradise Hill	paradise-hill	US		0	America/New_York	43.1684	-75.64018	141			NY	065	77178	
5130516	Parcells Corners	parcells-corners	US		0	America/New_York	42.45784	-79.09671	378			NY	013	32050	
5130519	Parc	parc	US		254	America/New_York	44.66699	-73.45402	55			NY	019	58585	
5130524	Paris Station	paris-station	US		0	America/New_York	42.9634	-75.30878	432			NY	065	56330	
5130528	Parish Center	parish-center	US		0	America/New_York	43.40201	-76.06826	167			NY	075	56352	
5130533	Parishville Center	parishville-center	US		0	America/New_York	44.62895	-74.88992	201	Parishville Center,Parishville Centre		NY	089	56374	
5130561	Park Slope	park-slope	US		65047	America/New_York	40.6701	-73.98597	15	Park Slope,Prospect Hill		NY	047		
5130566	Park Terrace	park-terrace	US		0	America/New_York	42.0698	-75.91297	387			NY	007	06618	
5130569	Park Village	park-village	US		0	America/New_York	43.02506	-78.84504	175			NY	063	53682	
5130571	Park of Edgewater	park-of-edgewater	US		0	America/New_York	40.8226	-73.80958	5			NY	005		
5130572	Parkchester	parkchester	US		65876	America/New_York	40.83899	-73.86041	16			NY	005		
5130592	Parkers	parkers	US		0	America/New_York	43.73229	-75.67074	560			NY	049	48032	
5130593	Parkers Corners	parkers-corners	US		0	America/New_York	42.74341	-73.98485	95			NY	001	31104	
5130599	Parkis Mills	parkis-mills	US		0	America/New_York	43.0398	-74.0129	210			NY	091	28112	
5130602	Parkside	parkside	US		0	America/New_York	40.89677	-73.82513	14			NY	119	49121	
5130620	Parma Center	parma-center	US		0	America/New_York	43.25867	-77.79112	105	Parma Center,Parma Centre		NY	055	56561	
5130621	Parma Corners	parma-corners	US		0	America/New_York	43.21839	-77.79195	132	Parma,Parma Corners		NY	055	56561	
5130626	Parr Harbor	parr-harbor	US		0	America/New_York	42.90368	-76.87718	140			NY	099	78564	
5130629	Parkside	parkside	US		0	America/New_York	40.71066	-73.85097	21			NY	081		
5130632	Parson Farms	parson-farms	US		0	America/New_York	43.03673	-76.28021	187			NY	067	11913	
5130633	Parson Mill	parson-mill	US		0	America/New_York	43.44951	-75.56657	438			NY	049	42125	
5130638	Parsons Beach	parsons-beach	US		0	America/New_York	40.77205	-73.75124	11			NY	081		
5130643	Partello Corners	partello-corners	US		0	America/New_York	42.79757	-76.36604	420			NY	011	51198	
5130663	Pastime Park	pastime-park	US		0	America/New_York	42.83951	-76.94191	141			NY	099	25505	
5130667	Pataukunk	pataukunk	US		0	America/New_York	41.79176	-74.30598	116			NY	111	63011	
5130669	Patchin	patchin	US		0	America/New_York	42.65784	-78.74753	275	Boston Corners,Patchin		NY	029	07454	
5130671	Patchinville	patchinville	US		0	America/New_York	42.5309	-77.58888	424			NY	101	78861	
5130676	Patchogue Highlands	patchogue-highlands	US		0	America/New_York	40.7826	-73.02705	10			NY	103	10000	
5130681	Patria	patria	US		0	America/New_York	42.6173	-74.4282	600			NY	095	27826	
5130688	Pattens Mills	pattens-mills	US		0	America/New_York	43.38285	-73.604	85	Patten's Mills,Pattens Mills		NY	115	39650	
5130691	Patent	patent	US		0	America/New_York	42.6773	-75.09988	480			NY	077	11209	
5130702	Patterson Houses	patterson-houses	US		0	America/New_York	40.81399	-73.92347	8			NY	005		
5130711	Paul Smiths Easy Street	paul-smiths-easy-street	US		0	America/New_York	44.43978	-74.2296	509			NY	033	08213	
5130717	Pavilion Center	pavilion-center	US		0	America/New_York	42.90923	-78.02001	288	Pavilion Center,Pavilion Centre,South Le Roy		NY	037	56792	
5130724	Payne Beach	payne-beach	US		0	America/New_York	43.33145	-77.7364	76			NY	055	30290	
5130738	Pea Brook	pea-brook	US		0	America/New_York	41.89453	-75.14795	417	Pea Brook,Peabrook		NY	025	31951	
5130748	Peach Lake	peach-lake	US		1629	America/New_York	41.36759	-73.5779	171			NY	079	68924	
5130776	Pearl Creek	pearl-creek	US		0	America/New_York	42.84867	-78.04695	289			NY	121	18696	
5130778	Peakville	peakville	US		0	America/New_York	41.98064	-75.09683	317	Peakville,Trout Brook,Troutbrook		NY	025	31951	
5130785	Peas Eddy	peas-eddy	US		0	America/New_York	41.94592	-75.231	286			NY	025	31951	
5130795	Peat Corners	peat-corners	US		0	America/New_York	43.3384	-76.22993	147			NY	075	56154	
5130800	Peasleeville	peasleeville	US		0	America/New_York	44.60088	-73.6732	219	Peasleeville,Peasleville		NY	019	57375	
5130813	Peck Hill	peck-hill	US		0	America/New_York	42.99979	-75.91853	366			NY	067	45029	
5130819	Pecksville	pecksville	US		0	America/New_York	41.51926	-73.69569	246			NY	027	21996	
5130820	Pecktown	pecktown	US		0	America/New_York	42.77313	-75.14599	418			NY	077	11209	
5130824	Pecksport	pecksport	US		0	America/New_York	42.86257	-75.5674	349			NY	053	23305	
5130828	Peekamoose	peekamoose	US		0	America/New_York	41.92787	-74.37932	464			NY	111	20247	
5130862	Pelham Manor	pelham-manor	US		5594	America/New_York	40.89538	-73.80708	19			NY	119	57012	
5130878	Pellets Island	pellets-island	US		0	America/New_York	41.38065	-74.41238	117			NY	071	29553	
5130885	Pember Corners	pember-corners	US		0	America/New_York	43.35701	-76.5105	126			NY	075	29729	
5130888	Pembroke Center	pembroke-center	US		0	America/New_York	42.99617	-78.3653	269			NY	037	57078	
5130897	Pendleton Center	pendleton-center	US		0	America/New_York	43.107	-78.77281	180	Pendleton Center,Pendleton Centre		NY	063	57111	
5130902	Penfield Center	penfield-center	US		0	America/New_York	43.16729	-77.4311	157			NY	055	57144	
5130966	Perkins Corner	perkins-corner	US		0	America/New_York	42.89646	-75.88047	386			NY	053	13156	
5130969	Perch River	perch-river	US		0	America/New_York	44.07533	-76.00799	105	Moffatville,Perch River		NY	045	10242	
5130978	Perkins Crossing	perkins-crossing	US		0	America/New_York	42.67313	-75.00849	445			NY	077	32589	
5130982	Perry City	perry-city	US		0	America/New_York	42.49202	-76.69467	311			NY	097	33073	
5130986	Perry Mills	perry-mills	US		0	America/New_York	45.00032	-73.50625	59	Perry Mills,Perry's Mills,Perrys Mills,Scheifelin's Mills		NY	019	13750	
5130991	Perry Center	perry-center	US		0	America/New_York	42.74895	-78.00584	425	Perry Center,Perry Centre		NY	121	57254	
5131006	Persons Corners	persons-corners	US		0	America/New_York	42.77034	-78.38863	415			NY	121	66773	
5131012	Peruton	peruton	US		0	America/New_York	42.5484	-76.35382	314			NY	109	20962	
5131013	Peruville	peruville	US		0	America/New_York	42.55035	-76.37132	358	Peru,Peruton,Peruville		NY	109	30972	
5131024	Peters Corners	peters-corners	US		0	America/New_York	42.94145	-78.51252	248			NY	029	01099	
5131025	Peters Corners	peters-corners	US		0	America/New_York	43.1659	-74.40208	448			NY	035	06882	
5131035	Petersburg Junction	petersburg-junction	US		0	America/New_York	42.83508	-73.32539	145	Petersburg Junction,Petersburgh Junction		NY	083	35463	
5131044	Peth	peth	US		0	America/New_York	42.19451	-78.6592	439	Beth,Peth		NY	009	30257	
5131047	Petries Corners	petries-corners	US		0	America/New_York	43.80424	-75.36157	286	Petrie's Corners,Petries Corners		NY	049	78729	
5131055	Petty Corner	petty-corner	US		0	America/New_York	42.91785	-76.50744	263			NY	011	55871	
5131069	Pharsalia	pharsalia	US		0	America/New_York	42.58285	-75.78103	476			NY	017	57507	
5131084	Phelps Junction	phelps-junction	US		0	America/New_York	42.96756	-77.08636	174			NY	069	57529	
5131101	Philipse Manor	philipse-manor	US		0	America/New_York	41.09565	-73.86458	20			NY	119	49011	
5131109	Phillips Creek	phillips-creek	US		0	America/New_York	42.25812	-77.89361	567	Philips Creek,Phillip's Creek,Phillips Creek		NY	003	78201	
5131113	Phillips Mills	phillips-mills	US		0	America/New_York	42.152	-79.3731	404			NY	013	23976	
5131125	Philwold	philwold	US		0	America/New_York	41.57648	-74.66877	419	Merriewold,Merriwold,Philwold		NY	105	26528	
5131136	Phoenix Mills	phoenix-mills	US		0	America/New_York	42.66674	-74.94293	378			NY	077	46910	
5131152	Pickettville	pickettville	US		0	America/New_York	44.60895	-74.82075	286	Pickettsville,Pickettville,Picketville		NY	089	56374	
5131251	Pierrepont	pierrepont	US		0	America/New_York	44.54228	-75.01187	226	Pierpont,Pierrepont		NY	089	57771	
5131259	Pierstown	pierstown	US		0	America/New_York	42.77174	-74.91265	435			NY	077	55695	
5131284	Pikes Corner	pikes-corner	US		0	America/New_York	44.27728	-75.51744	134	Pike's Corners,Pikes Corner,Pikes Corners		NY	089	63858	
5131289	Pilgrim Corners	pilgrim-corners	US		0	America/New_York	41.46148	-74.44349	195			NY	071	77992	
5131293	Pilgrimport	pilgrimport	US		0	America/New_York	43.09645	-76.96997	128			NY	117	43973	
5131296	Pillar Point	pillar-point	US		0	America/New_York	43.97034	-76.12576	81	Pillar Point		NY	045	10242	
5131306	Pinckney Heights	pinckney-heights	US		0	America/New_York	40.91954	-73.81986	36			NY	119	49121	
5131308	Pindars Corners	pindars-corners	US		0	America/New_York	42.43869	-74.96377	395			NY	025	19763	
5131311	Pine Aire	pine-aire	US		0	America/New_York	40.77065	-73.27401	27	Pine Aire,Pineaire		NY	103	38000	
5131327	Pine Corners	pine-corners	US		0	America/New_York	42.74923	-77.25665	249			NY	123	47020	
5131337	Pine Creek	pine-creek	US		0	America/New_York	42.35952	-77.04219	457			NY	097	55156	
5131338	Pine Crest	pine-crest	US		0	America/New_York	43.23896	-75.62268	136			NY	065	63418	
5131399	Pine Hollow	pine-hollow	US		0	America/New_York	42.66952	-76.47827	382			NY	011	28673	
5131434	Pine Meadows	pine-meadows	US		0	America/New_York	43.5209	-75.91019	272			NY	075	55453	
5131452	Pine Neck	pine-neck	US		0	America/New_York	40.84399	-72.5587	3			NY	103	68473	
5131453	Pine Neck	pine-neck	US		0	America/New_York	40.99843	-72.34203	3			NY	103	68473	
5131490	Pine Tavern	pine-tavern	US		0	America/New_York	42.75367	-77.92862	278			NY	051	41883	
5131500	Pine Woods	pine-woods	US		0	America/New_York	42.88701	-75.57907	348			NY	053	23305	
5131504	Pinebrook	pinebrook	US		0	America/New_York	40.96288	-73.77624	63			NY	119	50617	
5131505	Pinebrook Heights	pinebrook-heights	US		0	America/New_York	40.95315	-73.7768	45			NY	119	50617	
5131510	Pinehurst Resort	pinehurst-resort	US		0	America/New_York	44.30366	-75.96412	76			NY	045	01176	
5131522	Pinesville	pinesville	US		0	America/New_York	42.15536	-75.1635	368	Pines Station,Pinesville,Pineville		NY	025	78047	
5131601	Pitcher Hill	pitcher-hill	US		0	America/New_York	43.11535	-76.14576	125			NY	067	64815	
5131604	Pitcher Springs	pitcher-springs	US		0	America/New_York	42.59896	-75.82047	407			NY	017	58288	
5131628	Plainedge	plainedge	US		8817	America/New_York	40.71732	-73.48374	20			NY	059	56000	
5131630	Plainfield Center	plainfield-center	US		0	America/New_York	42.84035	-75.17433	532	Plainfield Center,Plainfield Centre		NY	077	58420	
5131642	Plandome	plandome	US		1405	America/New_York	40.80677	-73.70346	22	Plandome,Planus Domus		NY	059	53000	
5131643	Plandome Heights	plandome-heights	US		1026	America/New_York	40.8026	-73.7043	27			NY	059	53000	
5131644	Plandome Manor	plandome-manor	US		881	America/New_York	40.81621	-73.69735	11			NY	059	53000	
5131651	Plants Corner	plants-corner	US		0	America/New_York	42.70451	-78.41807	421			NY	121	66773	
5131652	Plantz Corners	plantz-corners	US		0	America/New_York	43.66618	-75.91131	425	La Plant Corners,La Plants Corners,Plantz Corners		NY	075	07674	
5131653	Plasterville	plasterville	US		0	America/New_York	42.58618	-75.52185	319			NY	017	53297	
5131657	Place Corners	place-corners	US		0	America/New_York	42.36703	-73.99152	190			NY	039	30620	
5131666	Platte Clove	platte-clove	US		0	America/New_York	42.13453	-74.08875	572	Plaat Clove,Platt Clove,Platt Cove,Platte Clove		NY	039	36178	
5131678	Platten	platten	US		0	America/New_York	43.31728	-78.3103	107			NY	073	83448	
5131686	Plaza Borinquen	plaza-borinquen	US		0	America/New_York	40.80843	-73.92097	9			NY	005		
5131688	Plaza De Los Angeles	plaza-de-los-angeles	US		0	America/New_York	40.82038	-73.91347	9			NY	005		
5131696	Pleasant Brook	pleasant-brook	US		0	America/New_York	42.71646	-74.76348	406	Pleasant Brook,Pleasantbrook		NY	077	63638	
5131717	Pleasant Point Crossing	pleasant-point-crossing	US		0	America/New_York	43.49868	-76.33438	93	Pleasant Point Crossing,Pleasant Point Station		NY	075	50342	
5131719	Pleasant Ridge Corners	pleasant-ridge-corners	US		0	America/New_York	44.65421	-73.49625	89			NY	019	58585	
5131754	Pleasantdale	pleasantdale	US		0	America/New_York	42.79647	-73.66678	13	Pleasantdale,Pleasautdale		NY	083	65486	
5131755	Pleasantside	pleasantside	US		0	America/New_York	41.27759	-73.89597	119			NY	119	18410	
5131768	Pletchers Corners	pletchers-corners	US		0	America/New_York	43.12033	-78.99727	183			NY	063	51033	
5131802	Plutarch	plutarch	US		0	America/New_York	41.77815	-74.02708	105			NY	111	50562	
5131810	Pocantico Hills	pocantico-hills	US		0	America/New_York	41.09454	-73.83597	117	Pocantico Hills,Tarrytown Heights		NY	119	49011	
5131820	Podunk	podunk	US		0	America/New_York	42.52424	-76.66273	286			NY	109	75990	
5131828	Point Au Roche	point-au-roche	US		0	America/New_York	44.78337	-73.39124	50	Point Au Roche,Point au Rock		NY	019	05485	
5131830	Point Breeze	point-breeze	US		0	America/New_York	43.37006	-78.1903	79	Point Breeze,Pointbreeze		NY	073	12496	
5131840	Point Peninsula	point-peninsula	US		0	America/New_York	44.00589	-76.21909	77	Point Peninsula,Wilcoxville		NY	045	43863	
5131846	Point Rock	point-rock	US		0	America/New_York	43.38063	-75.54712	310	Point Rock,Pointrock		NY	065	41762	
5131849	Point Stockholm	point-stockholm	US		0	America/New_York	42.12006	-79.31755	400			NY	013	23976	
5131850	Point Vivian	point-vivian	US		0	America/New_York	44.31616	-75.94995	82			NY	045	01176	
5131853	Point o'Woods	point-o-woods	US		0	America/New_York	40.65149	-73.12872	1	Point Wood,Point o'Woods,Point of Woods		NY	103	10000	
5131857	Pokeville	pokeville	US		0	America/New_York	42.59007	-76.13354	334			NY	023	18421	
5131861	Poland Center	poland-center	US		0	America/New_York	42.13534	-79.12393	388	Poland Center,Poland Centre		NY	013	58926	
5131895	Pomona Heights	pomona-heights	US		0	America/New_York	41.16621	-74.06875	174			NY	087	60510	
5131897	Pompey Center	pompey-center	US		0	America/New_York	42.92312	-75.95047	378	Greens Corners,Pompey Center,Pompey Centre		NY	067	59036	
5131903	Ponck Hockie	ponck-hockie	US		0	America/New_York	41.92481	-73.97292	17	Ponck Hockie,Ponckhockie,Ponk Hockie,Ponkhockie,Punthoekje		NY	111	39727	
5131925	Pond Settlement	pond-settlement	US		0	America/New_York	44.26034	-75.22215	250			NY	089	23646	
5131931	Ponquogue	ponquogue	US		0	America/New_York	40.85649	-72.50509	3			NY	103	68473	
5131944	Poolsburg	poolsburg	US		0	America/New_York	42.43675	-73.77123	12			NY	021	71850	
5131957	Pope Mills	pope-mills	US		0	America/New_York	44.48478	-75.58078	85	Pope Mills,Pope's Mills,Popes Mills		NY	089	44391	
5131958	Popes Ravine	popes-ravine	US		0	America/New_York	42.11841	-75.86936	346			NY	007	39837	
5131959	Poplar Beach	poplar-beach	US		0	America/New_York	42.72618	-76.76106	124	Poplar Beach,Poplar Shore		NY	099	63440	
5131988	Poquott	poquott	US		947	America/New_York	40.95093	-73.084	20			NY	103	10000	
5131989	Porcaville	porcaville	US		0	America/New_York	44.68338	-74.18655	398			NY	033	05716	
5132000	Port Ben	port-ben	US		0	America/New_York	41.74954	-74.34849	84	East Wawarsing,Port Ben,Port Benjamin,Wawarsing Station		NY	111	78828	
5132005	Port Dickinson	port-dickinson	US		1594	America/New_York	42.13341	-75.89631	263	Carmansville,Port Dickinson		NY	007	20588	
5132006	Port Douglass	port-douglass	US		0	America/New_York	44.48588	-73.41791	42	Douglas,Douglass,Port Douglas,Port Douglass		NY	031	15330	
5132012	Port Ivory	port-ivory	US		0	America/New_York	40.64094	-74.18014	5			NY	085		
5132023	Port Morris	port-morris	US		1978	America/New_York	40.80149	-73.90958	5			NY	005		
5132025	Port Ontario	port-ontario	US		0	America/New_York	43.56674	-76.18798	86			NY	075	61533	
5132028	Port Richmond	port-richmond	US		15470	America/New_York	40.63316	-74.13653	13			NY	085		
5132030	Port Washington North	port-washington-north	US		3207	America/New_York	40.84482	-73.7018	8			NY	059	53000	
5132043	Porter Center	porter-center	US		0	America/New_York	43.2495	-78.95754	93			NY	063	59267	
5132044	Porter Corner	porter-corner	US		0	America/New_York	42.54757	-77.03469	447			NY	123	04594	
5132073	Post Creek	post-creek	US		0	America/New_York	42.23507	-76.95996	359			NY	015	12947	
5132118	Potter Hill	potter-hill	US		0	America/New_York	42.84536	-73.39428	273	Potter Hill,Potter's Hill,Potterhill		NY	083	35463	
5132121	Potter Hollow	potter-hollow	US		0	America/New_York	42.42508	-74.2232	262	Potter Hollow,Potter's Hollow		NY	001	61181	
5132178	Powers Corner	powers-corner	US		0	America/New_York	42.85951	-76.66439	178			NY	011	70376	
5132179	Powley Place	powley-place	US		0	America/New_York	43.31201	-74.65293	510			NY	041	02572	
5132194	Pratt Corners	pratt-corners	US		0	America/New_York	42.68757	-76.16882	354			NY	023	35287	
5132198	Prattham	prattham	US		0	America/New_York	43.45618	-76.17993	121			NY	075	46822	
5132204	Pratts Hollow	pratts-hollow	US		0	America/New_York	42.92285	-75.60268	306	Pratt's Hollow,Pratts Hollow		NY	053	23305	
5132211	Pre-emption	pre-emption	US		0	America/New_York	42.87784	-77.01636	196			NY	069	28651	
5132231	Preston Center	preston-center	US		0	America/New_York	42.50785	-75.59796	470			NY	017	59817	
5132243	Price Home	price-home	US		0	America/New_York	42.10952	-76.21326	317			NY	107	55893	
5132255	Prendergast Point	prendergast-point	US		0	America/New_York	42.19228	-79.44838	400			NY	013	14069	
5132259	Princes Bay	princes-bay	US		0	America/New_York	40.52899	-74.19764	17	Prince Bay,Prince's Bay,Princes Bay,Princess Bay,Princess Bay Station		NY	085		
5132261	Princetown	princetown	US		0	America/New_York	42.77896	-74.06457	128			NY	093	59861	
5132277	Progress	progress	US		0	America/New_York	43.04313	-74.29708	287			NY	035	46217	
5132334	Prussian Settlement	prussian-settlement	US		0	America/New_York	43.45257	-75.5074	491			NY	049	42125	
5133071	Puckerville	puckerville	US		0	America/New_York	42.78673	-75.87547	398			NY	053	20401	
5133073	Pudding Hollow	pudding-hollow	US		0	America/New_York	43.79729	-74.01153	533			NY	031	47669	
5133103	Pulvers	pulvers	US		0	America/New_York	42.28036	-73.64818	88			NY	021	28871	
5133104	Pulvers Corners	pulvers-corners	US		0	America/New_York	41.97676	-73.58457	245	Pulvers Corner,Pulvers Corners		NY	027	58156	
5133109	Pumpkin Hill	pumpkin-hill	US		0	America/New_York	43.097	-78.06613	196			NY	037	11572	
5133115	Pumpkin Hollow	pumpkin-hollow	US		0	America/New_York	42.12815	-73.61929	177			NY	021	73077	
5133117	Pumpkin Hollow	pumpkin-hollow	US		0	America/New_York	43.3509	-74.2618	278			NY	041	79059	
5133118	Pumpkin Hook	pumpkin-hook	US		0	America/New_York	43.01813	-73.29705	304			NY	115	81578	
5133130	Punkshire Corners	punkshire-corners	US		0	America/New_York	42.6009	-78.44696	478	Punkshers Corners,Punkshire Corners		NY	121	02418	
5133144	Purdys Grove	purdys-grove	US		0	America/New_York	40.9926	-73.66596	22			NY	119	64320	
5133171	Putnam Lake	putnam-lake	US		3844	America/New_York	41.46204	-73.54624	156			NY	079	56748	
5133194	Quackenkill	quackenkill	US		0	America/New_York	42.76952	-73.519	283	Quacken Kill,Quackenkill		NY	083	29674	
5133224	Quaker Ridge	quaker-ridge	US		0	America/New_York	40.97093	-73.78013	68			NY	119	50617	
5133233	Quaker Settlement	quaker-settlement	US		0	America/New_York	42.75507	-75.83908	426			NY	053	20401	
5133236	Quaker Springs	quaker-springs	US		0	America/New_York	43.03952	-73.6429	87			NY	091	65244	
5133238	Quality Hill	quality-hill	US		0	America/New_York	43.06701	-75.77491	165			NY	053	41905	
5133243	Quarry Heights	quarry-heights	US		0	America/New_York	41.06926	-73.75097	154			NY	119	32413	
5133257	Queechy	queechy	US		0	America/New_York	42.40481	-73.42122	313			NY	021	12056	
5133273	Queens	queens	US		2272771	America/New_York	40.68149	-73.83652	12	Borough of Queens,Queens	081	NY	081		
5133291	Quincetree Landing	quincetree-landing	US		0	America/New_York	41.02927	-72.01285	1	Quince Tree Landing,Quincetree Landing		NY	103	22194	
5133298	Quinneville	quinneville	US		0	America/New_York	42.24924	-75.7738	305			NY	017	30422	
5133300	Quigley Park	quigley-park	US		0	America/New_York	42.13645	-79.39588	402			NY	013	52155	
5133311	Quiogue	quiogue	US		816	America/New_York	40.81982	-72.62898	7	Quiogue,Quioque		NY	103	68473	
5133322	Raceville	raceville	US		0	America/New_York	43.46618	-73.27066	124			NY	115	30037	
5133361	Rainbow Shores	rainbow-shores	US		0	America/New_York	43.61396	-76.19771	79			NY	075	61533	
5133365	Ralmar Park	ralmar-park	US		0	America/New_York	42.8873	-73.91346	108			NY	093	29366	
5133371	Ramapo	ramapo	US		0	America/New_York	41.14121	-74.16848	101	Ramapo,Ramapo Works,ramapo,ראמאפא,ラマポ		NY	087	60510	
5133376	Ramona Beach	ramona-beach	US		0	America/New_York	43.54007	-76.2216	76			NY	075	61533	
5133378	Rampasture	rampasture	US		0	America/New_York	40.85204	-72.52842	4			NY	103	68473	
5133392	Randall Corner	randall-corner	US		0	America/New_York	43.2123	-73.79818	223			NY	091	18223	
5133396	Randall Crossing	randall-crossing	US		0	America/New_York	42.61618	-76.94385	230			NY	123	47504	
5133402	Randallsville	randallsville	US		0	America/New_York	42.79507	-75.56685	338			NY	053	41674	
5133403	Randelville	randelville	US		0	America/New_York	41.34287	-74.34849	136			NY	071	78366	
5133423	Rapids	rapids	US		1636	America/New_York	43.09839	-78.64086	180			NY	063	43093	
5133430	Raquette River	raquette-river	US		0	America/New_York	44.95116	-74.7938	70	Racket River,Raquette River		NY	089	46030	
5133436	Rasbach Corner	rasbach-corner	US		0	America/New_York	43.10618	-74.74181	292			NY	035	55101	
5133445	Rathbone	rathbone	US		0	America/New_York	42.13396	-77.32109	305			NY	101	60653	
5133485	Raymertown	raymertown	US		0	America/New_York	42.81397	-73.53456	145			NY	083	58398	
5133496	Rays Corners	rays-corners	US		0	America/New_York	42.26978	-79.0456	397			NY	009	41982	
5133502	Readburn	readburn	US		0	America/New_York	42.0112	-75.17406	351			NY	025	31951	
5133518	Rectors	rectors	US		0	America/New_York	42.8623	-74.01651	81			NY	093	29366	
5133522	Reber	reber	US		0	America/New_York	44.32366	-73.47958	116			NY	031	82271	
5133527	Red Bunch Corners	red-bunch-corners	US		0	America/New_York	43.07646	-74.2593	252			NY	035	46217	
5133543	Red Falls	red-falls	US		0	America/New_York	42.30953	-74.3907	398			NY	039	59751	
5133550	Red Hook Mills	red-hook-mills	US		0	America/New_York	42.01009	-73.87124	61			NY	027	60905	
5133569	Red Mill	red-mill	US		0	America/New_York	43.4184	-76.1427	134			NY	075	46822	
5133571	Red Mills	red-mills	US		0	America/New_York	42.22092	-73.71179	51			NY	021	16045	
5133572	Red Mills	red-mills	US		0	America/New_York	44.7584	-75.38633	83	Gallooville,Gallopville,Galloupville,Red Mills		NY	089	42631	
5133573	Red Mills	red-mills	US		0	America/New_York	42.52757	-76.32132	323			NY	109	20962	
5133574	Red Mills	red-mills	US		0	America/New_York	41.62815	-74.27237	91			NY	111	66674	
5133576	Red Oaks Mill	red-oaks-mill	US		3613	America/New_York	41.65565	-73.87486	51			NY	027	59652	
5133601	Redman Corners	redman-corners	US		0	America/New_York	43.24617	-77.9639	130			NY	055	15957	
5133602	Redmond Corner	redmond-corner	US		0	America/New_York	43.46451	-75.3899	426			NY	065	07366	
5133614	Reed Corners	reed-corners	US		0	America/New_York	42.45117	-79.30671	232			NY	013	58981	
5133615	Reed Corners	reed-corners	US		0	America/New_York	42.59979	-77.68166	445	Reed Corners,Reeds Corner,Reeds Corners		NY	051	70101	
5133616	Reed Corners	reed-corners	US		0	America/New_York	42.83645	-77.21442	294	Reed Corners,Reed's Corners,Reeds Corners		NY	069	29531	
5133633	Reeves Park	reeves-park	US		0	America/New_York	40.97177	-72.71232	34			NY	103	61984	
5133648	Relius	relius	US		0	America/New_York	42.92034	-76.65828	156	Relius,Relius Station		NY	011	03166	
5133651	Remington Corners	remington-corners	US		0	America/New_York	44.1234	-75.36214	243			NY	049	20555	
5133662	Renchans	renchans	US		0	America/New_York	42.44035	-77.32498	395			NY	101	81457	
5133664	Reniff	reniff	US		0	America/New_York	42.11646	-76.54606	309			NY	107	04671	
5133698	Residence Park	residence-park	US		0	America/New_York	40.90121	-73.78347	10			NY	119	50617	
5133699	Resort	resort	US		0	America/New_York	43.22645	-76.92385	76			NY	117	37165	
5133704	Result	result	US		0	America/New_York	42.35703	-73.94791	188			NY	039	18729	
5133719	Rexleigh	rexleigh	US		0	America/New_York	43.13535	-73.35483	136			NY	115	64782	
5133722	Reydon Shores	reydon-shores	US		0	America/New_York	41.04677	-72.39897	2			NY	103	69463	
5133723	Reynales Basin	reynales-basin	US		0	America/New_York	43.20672	-78.54614	156	Reynale's Basin,Reynales Basin		NY	063	64034	
5133728	Reynolds Corner	reynolds-corner	US		0	America/New_York	44.09033	-76.04243	112			NY	045	16100	
5133729	Reynolds Corners	reynolds-corners	US		0	America/New_York	43.25257	-73.64151	98			NY	091	48318	
5133737	Reynoldston	reynoldston	US		0	America/New_York	44.74311	-74.44961	384			NY	033	07839	
5133740	Rheims	rheims	US		0	America/New_York	42.4009	-77.25387	245	Rheim's,Rheims		NY	101	76496	
5133747	Rhinelander Gardens (historical)	rhinelander-gardens-historical	US		0	America/New_York	40.73538	-73.99903	7			NY	061		
5133749	Rhode Island	rhode-island	US		0	America/New_York	42.67896	-75.79964	430			NY	017	55717	
5133753	Ricard	ricard	US		0	America/New_York	43.49813	-75.92131	222			NY	075	82073	
5133764	Rice Grove	rice-grove	US		0	America/New_York	42.85146	-76.25632	248			NY	067	55651	
5133767	Rice Mill	rice-mill	US		0	America/New_York	43.23396	-76.85802	98			NY	117	37165	
5133776	Rices	rices	US		0	America/New_York	43.91756	-75.96992	147	Rice's,Rices		NY	045	78619	
5133804	Richmond Center	richmond-center	US		0	America/New_York	42.80812	-77.53277	254			NY	069	61544	
5133814	Richmond Valley	richmond-valley	US		0	America/New_York	40.52011	-74.22931	7			NY	085		
5133818	Richs Corners	richs-corners	US		0	America/New_York	43.23061	-78.14919	185	Rich's Corners,Riches Corners,Richs Corners		NY	073	01044	
5133829	Riders Mills	riders-mills	US		0	America/New_York	42.48092	-73.564	125	Mosher's Mills,Rider's Mills,Riders Mills		NY	021	14014	
5133838	Ridge Mills	ridge-mills	US		0	America/New_York	43.24035	-75.43795	154			NY	065	63418	
5133845	Ridgebury	ridgebury	US		0	America/New_York	41.38648	-74.45349	179			NY	071	78839	
5133848	Ridgelea Heights	ridgelea-heights	US		0	America/New_York	43.20117	-78.67503	132	Ridgelea,Ridgelea Heights		NY	063	43093	
5133870	Riggsville	riggsville	US		0	America/New_York	41.87204	-74.33876	338			NY	111	63011	
5133872	Riders	riders	US		0	America/New_York	42.47286	-73.54317	195			NY	021	14014	
5133873	Rigney Bluff	rigney-bluff	US		0	America/New_York	43.27312	-77.63473	79			NY	055	30290	
5133881	Riley Cove	riley-cove	US		0	America/New_York	43.01341	-73.76456	62			NY	091	44743	
5133901	Rippleton	rippleton	US		0	America/New_York	42.91201	-75.86825	378			NY	053	13156	
5133905	Risingville	risingville	US		0	America/New_York	42.21924	-77.31498	404			NY	101	73836	
5133907	Ritchfield Junction	ritchfield-junction	US		0	America/New_York	42.94507	-75.246	354			NY	065	56330	
5133923	Riveredge Trailer Park	riveredge-trailer-park	US		0	America/New_York	41.24871	-73.95875	3			NY	119	18410	
5133925	Rivergate	rivergate	US		0	America/New_York	44.18867	-75.78355	118	River Gate,Rivergate		NY	045	73528	
5133970	Riverside Junction	riverside-junction	US		0	America/New_York	42.0809	-78.64169	423			NY	009		
5133971	Riverside Manors	riverside-manors	US		0	America/New_York	43.18561	-79.04643	101			NY	063	42158	
5133977	Riverside Park	riverside-park	US		0	America/New_York	41.91537	-74.07653	64			NY	111	37143	
5133991	Roah Hook	roah-hook	US		0	America/New_York	42.48397	-73.78929	7			NY	001	16694	
5134028	Robbins Rest	robbins-rest	US		0	America/New_York	40.64343	-73.16456	1			NY	103	38000	
5134040	Roberts Corner	roberts-corner	US		0	America/New_York	43.81645	-76.1202	148	Roberts Corner,Roberts Corners		NY	045	34055	
5134046	Roberts Hill	roberts-hill	US		0	America/New_York	42.39536	-73.83679	107			NY	039	49935	
5134059	Robinson Corners	robinson-corners	US		0	America/New_York	42.70368	-75.20377	379			NY	077	23613	
5134084	Rochelle Heights	rochelle-heights	US		0	America/New_York	40.92565	-73.78152	28			NY	119	50617	
5134091	Robinwood	robinwood	US		0	America/New_York	44.04339	-74.74768	537			NY	041	43412	
5133831	Ridge	ridge	US	11961	0	America/New_York	42.67617	-77.91334	358			NY	051	48956	
5134096	Rochester Junction	rochester-junction	US		0	America/New_York	42.98395	-77.59305	189			NY	055	46558	
5134100	Rock Beach	rock-beach	US		0	America/New_York	43.24534	-77.58222	78			NY	055	37726	
5134133	Rock Ledge Beach	rock-ledge-beach	US		0	America/New_York	43.3695	-78.22085	82			NY	073	12496	
5134153	Rock Rift	rock-rift	US		0	America/New_York	42.09231	-75.19184	393			NY	025	74111	
5134172	Rockaway Point	rockaway-point	US		4096	America/New_York	40.56066	-73.91514	2			NY	081		
5134184	Rockhurst	rockhurst	US		0	America/New_York	43.47396	-73.63539	106			NY	113	60356	
5134192	Rockland Lake	rockland-lake	US		0	America/New_York	41.13843	-73.93708	60	Rockland Lake,Slaughter's Landing		NY	087	15968	
5134212	Rockwells Mills	rockwells-mills	US		0	America/New_York	42.44869	-75.3899	314	Rockwell Mills,Rockwell's Mills,Rockwells Mills		NY	017	31148	
5134242	Rodger Corner	rodger-corner	US		0	America/New_York	43.16201	-76.15798	118			NY	067	16067	
5134252	Roe Park	roe-park	US		0	America/New_York	41.30648	-73.88347	113			NY	119	18410	
5134257	Roessleville	roessleville	US		10753	America/New_York	42.69508	-73.80707	74			NY	001	17343	
5134292	Rombout Ridge	rombout-ridge	US		0	America/New_York	41.66259	-73.86597	57			NY	027	40299	
5134310	Rondout	rondout	US		0	America/New_York	41.92065	-73.98514	18	Bolton,Kingston Landing,Rondout,The Strand		NY	111	39727	
5134321	Roosa Gap	roosa-gap	US		0	America/New_York	41.59787	-74.42182	267	Roosa Gap,Roosa's Gap		NY	105	44809	
5134324	Roosevelt Beach	roosevelt-beach	US		0	America/New_York	43.30756	-78.85837	83			NY	063	82370	
5134326	Roosevelt Corners	roosevelt-corners	US		0	America/New_York	43.30451	-76.24048	127			NY	075	65618	
5134353	Root Center	root-center	US		0	America/New_York	42.82313	-74.47569	270			NY	057	63561	
5134357	Rootville	rootville	US		0	America/New_York	42.45702	-75.271	482			NY	077	11528	
5134379	Rose Grove	rose-grove	US		0	America/New_York	40.9576	-72.39231	6			NY	103	68473	
5134391	Rosebank	rosebank	US		4152	America/New_York	40.61399	-74.06625	13			NY	085		
5134394	Rosecrans Park	rosecrans-park	US		0	America/New_York	42.53036	-73.60706	128			NY	083	65541	
5134401	Roseland Park	roseland-park	US		0	America/New_York	42.87256	-77.25109	213			NY	069	12144	
5134404	Rosemont Park	rosemont-park	US		0	America/New_York	42.65675	-73.71151	63			NY	083	61148	
5134410	Roses Point	roses-point	US		0	America/New_York	41.45787	-74.60433	167			NY	071	19961	
5134411	Roseton	roseton	US		0	America/New_York	41.55843	-73.98403	2			NY	071	50045	
5134414	Rosiere	rosiere	US		0	America/New_York	44.12144	-76.2416	94			NY	045	12364	
5134417	Roslyn Estates	roslyn-estates	US		1265	America/New_York	40.79427	-73.66041	70			NY	059	53000	
5134419	Roslyn Harbor	roslyn-harbor	US		1093	America/New_York	40.81649	-73.63707	33	Rozlin Kharbor,rwslyn harbwr,Розлин Харбор,روسلين هاربور		NY	059	53000	
5134424	Ross Corners	ross-corners	US		0	America/New_York	42.06757	-76.10048	257			NY	007	77255	
5134430	Ross Mills	ross-mills	US		0	America/New_York	42.16006	-79.22227	385			NY	013	23998	
5134438	Rosses	rosses	US		0	America/New_York	42.51951	-77.89139	402			NY	051	54089	
5134439	Rossie	rossie	US		0	America/New_York	44.37867	-75.65495	84	Howard's Mill,Howard's Mills,Rossie		NY	089	63858	
5134441	Rossman	rossman	US		0	America/New_York	42.33147	-73.74373	14			NY	021	71443	
5134447	Rosstown	rosstown	US		0	America/New_York	42.02424	-76.84107	351			NY	015	69617	
5134453	Rotterdam	rotterdam	US		20652	America/New_York	42.78702	-73.97096	103			NY	093	63935	
5134569	Rowan Corners	rowan-corners	US		0	America/New_York	42.98451	-75.81658	468			NY	053	25593	
5134584	Royalton Center	royalton-center	US		0	America/New_York	43.16367	-78.53836	196	O-ge-a-wa-te-ka-e,Royalton,Royalton Center		NY	063	64034	
5134588	Ruback Camp	ruback-camp	US		0	America/New_York	43.02507	-74.06624	265			NY	091	28112	
5134590	Ruby Corner	ruby-corner	US		0	America/New_York	44.45228	-75.59634	94	Ruby Corner,Ruby Corners		NY	089	44391	
5134592	Rudco	rudco	US		0	America/New_York	41.65009	-73.94125	24			NY	027	59652	
5134595	Rudeston	rudeston	US		0	America/New_York	43.43618	-74.50932	515			NY	041	02572	
5134604	Rumsey Ridge	rumsey-ridge	US		0	America/New_York	43.16617	-79.01727	186	Ramsey Ridge,Rumsey Ridge		NY	063	42158	
5134623	Rural Grove	rural-grove	US		0	America/New_York	42.84813	-74.44097	285	Leatherville,Root,Rural Grove,Ruralgrove,Unionville		NY	057	63561	
5134624	Rural Hill	rural-hill	US		0	America/New_York	43.79423	-76.17326	125	Buck Hill,Rural Hill		NY	045	24086	
5134634	Rush Run	rush-run	US		0	America/New_York	42.24591	-76.75718	433			NY	015	77310	
5134644	Russ Mills	russ-mills	US		0	America/New_York	43.36729	-76.24104	133	Russ Mills,Russes Mill		NY	075	56154	
5134653	Russell Gardens	russell-gardens	US		951	America/New_York	40.78121	-73.72458	40			NY	059	53000	
5134673	Rutland Center	rutland-center	US		0	America/New_York	43.95451	-75.80686	295	Brooksville,Brookville,Rutland,Rutland Center		NY	045	64265	
5134679	Rutsonville	rutsonville	US		0	America/New_York	41.67065	-74.25126	132			NY	111	28255	
5134696	Rye Brook	rye-brook	US		9611	America/New_York	41.01926	-73.68346	76	Raj Bruk,ray brwk,Рај Брук,راي بروك		NY	119	64320	
5134715	Rynex Corners	rynex-corners	US		0	America/New_York	42.82146	-74.07124	305	Rynex Corners,Rynex's Corners		NY	093	59861	
5134721	Sabattis	sabattis	US		0	America/New_York	44.08089	-74.70268	552	Long Lake West,Sabattis		NY	041	43412	
5134723	Sabbath Day Point	sabbath-day-point	US		0	America/New_York	43.66756	-73.51401	102	Sabbath Day Point,Sebbathday Point		NY	113	31335	
5134729	Sacandaga Park	sacandaga-park	US		0	America/New_York	43.21618	-74.1893	263			NY	035	51407	
5134742	Sacketts Harbor	sacketts-harbor	US		0	America/New_York	42.79645	-77.72083	257			NY	051	28629	
5134789	Saddle Rock Estates	saddle-rock-estates	US		466	America/New_York	40.79371	-73.7418	8			NY	059	53000	
5134816	Saddle Rock	saddle-rock	US		877	America/New_York	40.79427	-73.74847	24			NY	059	53000	
5134820	Sages Crossing	sages-crossing	US		0	America/New_York	42.58535	-75.33489	331			NY	017	49957	
5134821	Sagetown	sagetown	US		0	America/New_York	42.02674	-76.95719	377			NY	015	69617	
5134881	Saint Andrew	saint-andrew	US		0	America/New_York	41.56926	-74.14542	123	Saint Andrew,Saint Andrew's,Saint Andrews,St. Andrew		NY	071	48153	
5135185	Saint Huberts	saint-huberts	US		0	America/New_York	44.15727	-73.77319	349			NY	031	39067	
5135355	Saint Johnsburg	saint-johnsburg	US		0	America/New_York	43.08867	-78.88976	175	Johnsburg,Saint Johnsburg,Saint Johnsburgh,St. Johnsburg		NY	063	81380	
5135360	Saint Josen	saint-josen	US		0	America/New_York	41.78148	-74.2082	82			NY	111	63011	
5135384	Saint Josephs	saint-josephs	US		0	America/New_York	41.59009	-74.71016	440			NY	105	26528	
5135485	Saint Lawrence Park	saint-lawrence-park	US		0	America/New_York	44.30977	-75.96301	83			NY	045	01176	
5135584	Saint Mary's Park Houses	saint-mary-s-park-houses	US		0	America/New_York	40.81482	-73.90958	13			NY	005		
5136086	Saintsville	saintsville	US		0	America/New_York	43.08201	-75.96353	122			NY	067	45029	
5136087	Sala	sala	US		0	America/New_York	43.4359	-76.33104	127			NY	075	50342	
5136094	Salem Center	salem-center	US		0	America/New_York	41.32926	-73.59818	103	Salem Center,Salem Centre		NY	119	53517	
5136097	Salem Corner	salem-corner	US		0	America/New_York	42.95451	-75.9577	332			NY	067	59036	
5136143	Salt Springville	salt-springville	US		0	America/New_York	42.85924	-74.7457	302	Salt Springsville,Salt Springville		NY	057	47614	
5136144	Saltaire	saltaire	US		37	America/New_York	40.63621	-73.19678	1			NY	103	38000	
5136151	Sammonsville	sammonsville	US		0	America/New_York	42.98841	-74.43347	144			NY	035	38792	
5136159	Sampson	sampson	US		0	America/New_York	42.72924	-76.90024	172			NY	099	63440	
5136170	Samsondale	samsondale	US		0	America/New_York	41.20871	-73.97708	23			NY	087	32765	
5136171	Samsonville	samsonville	US		0	America/New_York	41.88759	-74.29404	262	Sampsonville,Samsonville		NY	111	54749	
5136174	San Juan Hill	san-juan-hill	US		0	America/New_York	40.76732	-73.98431	24			NY	061		
5136175	San Remo	san-remo	US		0	America/New_York	40.88204	-73.22067	49			NY	103	68000	
5136190	Sand Hill	sand-hill	US		0	America/New_York	43.05895	-78.55808	186			NY	029	50716	
5136192	Sand Hill	sand-hill	US		0	America/New_York	42.94424	-74.6332	128			NY	057	47614	
5136193	Sand Hill	sand-hill	US		0	America/New_York	42.37869	-75.26212	346			NY	077	76012	
5136237	Sand Ridge	sand-ridge	US		849	America/New_York	43.2559	-76.23021	132			NY	075	65618	
5136242	Sandfordville	sandfordville	US		0	America/New_York	44.732	-74.89936	116			NY	089	71410	
5136245	Sands Point	sands-point	US		2752	America/New_York	40.85177	-73.71874	13	Sands Pojnt,sandz bwynt,Сандс Појнт,ساندز بوينت		NY	059	53000	
5136252	Sandy Bay	sandy-bay	US		0	America/New_York	43.20535	-76.08326	113			NY	067	15704	
5136254	Sandy Beach	sandy-beach	US		0	America/New_York	43.05645	-78.95976	174	Peach Haven,Peachhaven,Sandy Beach		NY	029	29828	
5136265	Sandy Harbour Beach	sandy-harbour-beach	US		0	America/New_York	43.35228	-77.89418	76			NY	055	31797	
5136274	Sandy Pond	sandy-pond	US		0	America/New_York	43.6359	-76.18409	80			NY	075	65079	
5136298	Sanitaria Springs	sanitaria-springs	US		0	America/New_York	42.16008	-75.76519	339	Osborne Hollow,Sanitaria Springs		NY	007	17046	
5136321	Saranac Inn	saranac-inn	US		0	America/New_York	44.34617	-74.31766	488	Saranac Inn,Upper Saranac		NY	033	65178	
5136329	Saratoga Lake	saratoga-lake	US		0	America/New_York	43.05119	-73.72151	62			NY	091	65244	
5136345	Sarles Corners	sarles-corners	US		0	America/New_York	41.18426	-73.56929	116	Sarles Corner,Sarles Corners,Taylor's Corners		NY	119	59685	
5136370	Savilton	savilton	US		0	America/New_York	41.58315	-74.06848	157	Savil,Savill,Saville,Savilton		NY	071	50045	
5136380	Sawkill	sawkill	US		0	America/New_York	41.98565	-74.03069	65			NY	111	39738	
5136384	Sawens	sawens	US		0	America/New_York	42.92784	-78.35419	285			NY	037	19719	
5136410	Sawyers Corner	sawyers-corner	US		0	America/New_York	42.97257	-76.58772	172	Sawyers Corner,Throop		NY	011	73770	
5136412	Saxe Corner	saxe-corner	US		0	America/New_York	43.75979	-76.1077	141			NY	045	24086	
5136437	Scarsdale Downs	scarsdale-downs	US		0	America/New_York	40.98399	-73.78235	88			NY	119	50617	
5136439	Scarsdale Park	scarsdale-park	US		0	America/New_York	40.98343	-73.79319	74	Edgewood,Scarsdale Park		NY	119	65442	
5136467	Schaghticoke Hill	schaghticoke-hill	US		0	America/New_York	42.87869	-73.60567	122			NY	083	65486	
5136469	Schepps Corners	schepps-corners	US		0	America/New_York	43.11535	-76.00325	126			NY	067	45029	
5136472	Schermerhorn Landing	schermerhorn-landing	US		0	America/New_York	44.41283	-75.79051	75	Schemerhorn's Landing,Schermerhorn Landing		NY	089	31841	
5136487	Schodack Center	schodack-center	US		0	America/New_York	42.55452	-73.67651	91	Schodack,Schodack Centre		NY	083	65541	
5136499	Schoharie Junction	schoharie-junction	US		0	America/New_York	42.72258	-74.32485	185			NY	095	24724	
5136507	Scholes	scholes	US		0	America/New_York	42.35201	-77.92056	497			NY	003	06717	
5136508	Schonowe	schonowe	US		0	America/New_York	42.81008	-73.99401	90			NY	093	63935	
5137351	Schroon Falls	schroon-falls	US		0	America/New_York	43.89923	-73.74874	259			NY	031	65629	
5137360	Schultzville	schultzville	US		0	America/New_York	41.87759	-73.80402	118			NY	027	16408	
5137394	Sciola	sciola	US		0	America/New_York	44.89587	-73.54931	114			NY	019	14113	
5137399	Scipioville	scipioville	US		0	America/New_York	42.78201	-76.62494	300	Fitch's Corners,Mechanicsville,Scipioville,Watkins Corner,Watkins Settlement		NY	011	65816	
5137404	Sconondoa	sconondoa	US		0	America/New_York	43.0959	-75.62351	136			NY	065	77178	
5137414	Scotch Church	scotch-church	US		0	America/New_York	42.87174	-74.13513	294			NY	057	26308	
5137416	Scotch Hill	scotch-hill	US		0	America/New_York	42.67313	-75.0646	502			NY	077	32589	
5137420	Scotchbrush	scotchbrush	US		0	America/New_York	43.07174	-74.57375	439	Scotchbrush,Scotchbush		NY	035	24603	
5137421	Scotchtown	scotchtown	US		9212	America/New_York	41.48148	-74.36015	220	Scotch Town,Scotchtown		NY	071	77992	
5137426	Scotch Bush	scotch-bush	US		0	America/New_York	42.85757	-74.19541	216	Scotch Bush,Scotchbush		NY	057	26308	
5137448	Scotts Corner	scotts-corner	US		0	America/New_York	41.52565	-74.2007	126	Scott's Corners,Scotts Corner		NY	071	48153	
5137451	Scotts Corners	scotts-corners	US		711	America/New_York	41.18926	-73.55068	121	Scott Corners,Scotts Corners		NY	119	59685	
5137464	Scriba	scriba	US		0	America/New_York	43.46535	-76.43049	112	Scriba,Scriba Center,Scriba Corners		NY	075	65992	
5137469	Scribner Corners	scribner-corners	US		0	America/New_York	43.05424	-75.6324	172			NY	053	54837	
5137483	Sea Breeze	sea-breeze	US		0	America/New_York	43.23062	-77.54222	98			NY	055	37726	
5137489	Scuttlehole	scuttlehole	US		0	America/New_York	40.93538	-72.34008	11			NY	103	68473	
5137499	Seagate	seagate	US		0	America/New_York	40.57594	-74.00931	4			NY	047		
5137500	Seager	seager	US		0	America/New_York	42.06176	-74.5446	596			NY	111	32116	
5137517	Searingtown	searingtown	US		4915	America/New_York	40.77482	-73.65568	39			NY	059	53000	
5137521	Sears Corners	sears-corners	US		0	America/New_York	41.42871	-73.57735	148			NY	079	68924	
5137527	Searsburg	searsburg	US		0	America/New_York	42.5309	-76.73578	407	Searsburg,Searsburgh		NY	097	33073	
5137528	Searsville	searsville	US		0	America/New_York	41.5637	-74.3071	146	Searsburgh,Searsville		NY	071	18916	
5137559	Second Milo	second-milo	US		0	America/New_York	42.61479	-77.03858	323			NY	123	47504	
5137573	Secor Gardens	secor-gardens	US		0	America/New_York	40.99454	-73.76097	63			NY	119	65442	
5137584	Seeley Creek	seeley-creek	US		0	America/New_York	42.01452	-76.89246	316	Seeley Creek,Seely Creek		NY	015	69617	
5137598	Seifert Corners	seifert-corners	US		0	America/New_York	43.22535	-75.53629	126			NY	065	63418	
5137611	Semans Corner	semans-corner	US		0	America/New_York	42.66284	-77.38582	441			NY	069	49440	
5137612	Sempronius	sempronius	US		0	America/New_York	42.72951	-76.31521	487	Nonesuch,Sempronius,Vansville		NY	011	66278	
5137626	Seneca Heights	seneca-heights	US		0	America/New_York	42.06895	-78.42669	435			NY	009	54716	
5137628	Seneca Hill	seneca-hill	US		0	America/New_York	43.4009	-76.47022	120			NY	075	77662	
5137631	Seneca Knolls	seneca-knolls	US		2011	America/New_York	43.12007	-76.28632	124			NY	067	76760	
5137635	Seneca Mills	seneca-mills	US		0	America/New_York	42.66118	-77.00524	208			NY	123	47504	
5137653	Sentinel Heights	sentinel-heights	US		0	America/New_York	42.95007	-76.11492	382			NY	067	54958	
5137657	Sennett	sennett	US		0	America/New_York	42.99479	-76.53272	181			NY	011	66443	
5137663	Setauket	setauket	US		0	America/New_York	40.9351	-73.11844	8	Ashford,Setauket,Setawke		NY	103	10000	
5137684	Seventh Day Hollow	seventh-day-hollow	US		0	America/New_York	42.68423	-75.76186	407			NY	017	55717	
5137697	Sevey	sevey	US		0	America/New_York	44.29756	-74.71685	467			NY	089	17409	
5137727	Shackport	shackport	US		0	America/New_York	42.38675	-74.9246	611			NY	025	46624	
5137731	Shadigee	shadigee	US		0	America/New_York	43.37506	-78.38891	81			NY	073	83448	
5137736	Shady	shady	US		0	America/New_York	42.06648	-74.15931	297			NY	111	83052	
5137737	Shady Corner Curve	shady-corner-curve	US		0	America/New_York	44.21727	-73.93098	688			NY	031	51935	
5137746	Shaker Crossing	shaker-crossing	US		0	America/New_York	42.73423	-77.84861	170	Shaker,Shaker Crossing		NY	051	48956	
5137750	Shaker Place	shaker-place	US		0	America/New_York	43.32424	-74.52431	500			NY	041	02572	
5137753	Shakers	shakers	US		0	America/New_York	42.73952	-73.81123	83			NY	001	17343	
5137767	Shandelee	shandelee	US		0	America/New_York	41.87898	-74.87127	646			NY	105	11759	
5137789	Sharon Station	sharon-station	US		0	America/New_York	41.88343	-73.52012	188			NY	027	51891	
5137816	Shaw Corners	shaw-corners	US		0	America/New_York	43.0823	-74.03207	360			NY	091	59949	
5137842	Sheenwater	sheenwater	US		0	America/New_York	42.99533	-79.01588	177			NY	029	29828	
5137846	Sheds	sheds	US		0	America/New_York	42.81118	-75.83019	440			NY	053	20401	
5137849	Sheepshead Bay	sheepshead-bay	US		122534	America/New_York	40.59122	-73.94458	3			NY	047		
5137856	Shekomeko	shekomeko	US		0	America/New_York	41.92815	-73.59901	193	Shacameco,Shekomeko		NY	027	51891	
5137859	Shelby Center	shelby-center	US		0	America/New_York	43.1895	-78.39225	183	Barnegat,Shelby,Shelby Center		NY	073	66751	
5137864	Shelby Basin	shelby-basin	US		0	America/New_York	43.21589	-78.43058	160			NY	073	66751	
5137866	Sheldon Center	sheldon-center	US		0	America/New_York	42.73784	-78.38835	507			NY	121	66773	
5137874	Sheldrake	sheldrake	US		0	America/New_York	42.66507	-76.70162	122	Sheldrake,Sheldrake Point		NY	099	55827	
5137876	Sheldon Hall	sheldon-hall	US		0	America/New_York	42.11811	-79.31449	400			NY	013	23976	
5137881	Sheldrake Springs	sheldrake-springs	US		0	America/New_York	42.6584	-76.75467	256			NY	099	55827	
5137918	Shepard Settlement	shepard-settlement	US		0	America/New_York	42.99534	-76.38327	286			NY	067	67521	
5137924	Shepards Corner	shepards-corner	US		0	America/New_York	43.10507	-76.8394	143			NY	117	28013	
5137926	Sherburne Four Corners	sherburne-four-corners	US		0	America/New_York	42.64813	-75.54657	330			NY	017	58772	
5137940	Sherlock Corners	sherlock-corners	US		0	America/New_York	42.89673	-76.56605	236			NY	011	26231	
5137952	Sherman Park	sherman-park	US		0	America/New_York	41.12676	-73.77513	110			NY	119	49011	
5137956	Shermans Bay	shermans-bay	US		0	America/New_York	42.09895	-79.3481	403			NY	013	11451	
5137969	Sherwood Park	sherwood-park	US		0	America/New_York	42.6048	-73.71762	78			NY	083	22117	
5137976	Sherwood Knolls	sherwood-knolls	US		0	America/New_York	43.03757	-76.25909	178			NY	067	11913	
5137984	Shin Hollow	shin-hollow	US		0	America/New_York	41.40482	-74.61544	212			NY	071	19961	
5138003	Shinhopple	shinhopple	US		0	America/New_York	42.0387	-75.06767	324			NY	025	16793	
5138007	Shinnecock Hills	shinnecock-hills	US		2188	America/New_York	40.89093	-72.4637	24			NY	103	68473	
5138030	Sholam	sholam	US		0	America/New_York	41.82093	-74.41043	379			NY	111	78828	
5138031	Shongo	shongo	US		0	America/New_York	42.01812	-77.89694	488	Beanville,Shongo		NY	003	82095	
5138032	Shongo	shongo	US		0	America/New_York	42.13867	-78.77809	417			NY	009		
5138040	Shore Acres	shore-acres	US		0	America/New_York	42.15034	-79.38005	399			NY	013	23976	
5138041	Shore Acres	shore-acres	US		0	America/New_York	43.347	-77.85084	76			NY	055	31797	
5138042	Shore Acres	shore-acres	US		0	America/New_York	41.0026	-72.54981	5			NY	103	69463	
5138043	Shore Acres	shore-acres	US		0	America/New_York	40.94704	-73.72402	11			NY	119	64320	
5138044	Shore Haven	shore-haven	US		0	America/New_York	42.31395	-79.64171	190			NY	013	79950	
5138045	Shore Oaks	shore-oaks	US		0	America/New_York	43.51868	-76.35716	78			NY	075	50342	
5138050	Shorelands	shorelands	US		0	America/New_York	42.24922	-79.4681	403			NY	013	14069	
5138068	Short Tract	short-tract	US		0	America/New_York	42.45229	-78.01445	495			NY	003	29905	
5138082	Shuetown	shuetown	US		0	America/New_York	43.62035	-75.32851	295			NY	049	43995	
5138084	Shultis Corners	shultis-corners	US		0	America/New_York	42.05037	-74.06875	132			NY	111	65299	
5138087	Shumaker Crossing	shumaker-crossing	US		0	America/New_York	42.89451	-76.56966	224			NY	011	26231	
5138089	Shumla	shumla	US		0	America/New_York	42.38672	-79.29865	299			NY	013	58981	
5138092	Shunpike	shunpike	US		0	America/New_York	41.8287	-73.70846	159			NY	027	78388	
5138093	Shurtleff	shurtleff	US		0	America/New_York	44.25534	-74.74463	458			NY	089	17409	
5138096	Shutter Corners	shutter-corners	US		0	America/New_York	42.67535	-74.25291	206	Shutter Corners,Shutter's Corners,Shutters Corners		NY	095	83195	
5138106	Sibleyville	sibleyville	US		0	America/New_York	42.96701	-77.61833	180			NY	055	46558	
5138123	Siegfield Park	siegfield-park	US		0	America/New_York	40.84065	-72.93983	15			NY	103	10000	
5138126	Sierks	sierks	US		0	America/New_York	42.82173	-78.30279	302			NY	121	03012	
5138127	Sigby Corners	sigby-corners	US		0	America/New_York	42.86396	-75.4924	456			NY	053	44435	
5138144	Silver Beach	silver-beach	US		0	America/New_York	41.05038	-72.35619	3			NY	103	66839	
5138194	Silver Lake Junction	silver-lake-junction	US		0	America/New_York	42.67228	-78.09334	430			NY	121	27980	
5138215	Silvernails	silvernails	US		0	America/New_York	42.01481	-73.68318	149			NY	021	28068	
5138229	Sinclair Corner	sinclair-corner	US		0	America/New_York	44.64367	-74.89103	190			NY	089	56374	
5138241	Sisson	sisson	US		0	America/New_York	44.70561	-74.98686	119			NY	089	59575	
5138290	Skaneateles Junction	skaneateles-junction	US		0	America/New_York	43.01118	-76.45744	181	Hart Lot,Skaneateles Junction		NY	067	23800	
5138293	Skanondaga Heights	skanondaga-heights	US		0	America/New_York	42.87562	-76.4091	303			NY	067	67521	
5138299	Skerry	skerry	US		0	America/New_York	44.76783	-74.38184	330			NY	033	07839	
5138317	Skinnerville	skinnerville	US		0	America/New_York	44.7845	-74.81575	105			NY	089	71410	
5138326	Skunks Corner	skunks-corner	US		0	America/New_York	42.362	-79.05893	395			NY	009	19840	
5138330	Sky Ranch	sky-ranch	US		0	America/New_York	43.15007	-73.91762	342			NY	091	30444	
5138340	Slab City	slab-city	US		0	America/New_York	42.13367	-79.61783	461			NY	013	66960	
5138341	Slab City	slab-city	US		0	America/New_York	42.71868	-76.13493	359			NY	023	59773	
5138342	Slab City	slab-city	US		0	America/New_York	44.66978	-75.09215	106	Bailey's Mills,Slab City		NY	089	59575	
5138360	Slateville	slateville	US		0	America/New_York	43.33063	-73.28928	185			NY	115	33040	
5138371	Sleepy Hollow	sleepy-hollow	US		10242	America/New_York	41.08565	-73.85847	27	Beekmantown,North Tarrytown,Sleepy Hollow,Slipi Kholou,Slipi-Khollou,duan tou gu,seullipihollo,slyby halw,Слипи Холоу,Слипи-Холлоу,سليبي هالو,斷頭谷,슬리피홀로		NY	119	49011	
5138375	Sleepy Hollow Manor	sleepy-hollow-manor	US		0	America/New_York	41.10565	-73.86319	20			NY	119	49011	
5138378	Sleggs Landing	sleggs-landing	US		0	America/New_York	42.80645	-77.71694	253			NY	051	28629	
5138379	Sleightsburg	sleightsburg	US		0	America/New_York	41.91676	-73.97653	27	Sleightsberg,Sleightsburg		NY	111	24691	
5138416	Sliters	sliters	US		0	America/New_York	42.6048	-73.60623	181	Sliter's Corners,Sliters,Sliters Corners		NY	083	65013	
5138434	Slyboro	slyboro	US		0	America/New_York	43.41202	-73.33178	198			NY	115	30037	
5138435	Small Corners	small-corners	US		0	America/New_York	42.98035	-75.41906	248			NY	065	45755	
5138440	Smartville	smartville	US		0	America/New_York	43.64146	-75.96242	370			NY	075	07674	
5138462	Smith Corner	smith-corner	US		0	America/New_York	42.46536	-74.10097	350			NY	001	61181	
5138464	Smith Corners	smith-corners	US		0	America/New_York	42.9484	-74.8546	347	Smith Corners,Smiths Corners		NY	043	70794	
5138466	Smith Corners	smith-corners	US		0	America/New_York	41.36982	-74.61488	309	Smith Corners,Smith's Corners		NY	071	30631	
5138489	Smith Landing	smith-landing	US		0	America/New_York	42.13231	-73.91541	2	Smith Landing,Smith's Landing,Smiths Landing		NY	039	13013	
5138524	Smith Valley	smith-valley	US		0	America/New_York	42.41396	-76.74106	382			NY	097	33073	
5138534	Smiths Clove	smiths-clove	US		0	America/New_York	41.3462	-74.2007	190	Smith's Clove,Smiths Clove		NY	071	07003	
5138535	Smiths Corner	smiths-corner	US		0	America/New_York	42.63173	-78.25224	561	Smiths Corner,Smiths Corners,Wethersfield		NY	121	81325	
5138536	Smiths Corners	smiths-corners	US		0	America/New_York	43.06424	-74.37569	280			NY	035	38792	
5138546	Smithville Center	smithville-center	US		0	America/New_York	42.41229	-75.72825	419			NY	017	68055	
5138572	Snake Hill	snake-hill	US		0	America/New_York	43.00341	-73.73429	67			NY	091	71333	
5138610	Snowdon	snowdon	US		0	America/New_York	42.73257	-75.06321	523			NY	077	55695	
5138615	Snufftown	snufftown	US		0	America/New_York	41.32315	-74.43016	122			NY	071	78366	
5138638	Snyders Corner	snyders-corner	US		0	America/New_York	42.67008	-73.62039	135	Snyder's Corners,Snyders Corner,Snyders Corners		NY	083	52100	
5138640	Snyders Corners	snyders-corners	US		0	America/New_York	42.35895	-78.91392	467			NY	009	57331	
5138644	Snyderville	snyderville	US		0	America/New_York	42.08453	-73.76596	139	Mink Hollow,Snyderville,Weaver Hollow,West Gallatin		NY	021	28068	
5138647	Snyder Crossing	snyder-crossing	US		0	America/New_York	43.07534	-75.99103	124			NY	067	45029	
5138649	Sodom	sodom	US		0	America/New_York	41.40204	-73.59124	112	Sodom,South East Centre,Southeast Center		NY	079	68924	
5138650	Sodom	sodom	US		0	America/New_York	43.63562	-73.99874	432	Sodom,Sodom Corners		NY	113	38715	
5138656	Sodus Center	sodus-center	US		0	America/New_York	43.20479	-77.02441	127	Sodus Center,Sodus Centre		NY	117	68220	
5138662	Soft Maple	soft-maple	US		0	America/New_York	43.92201	-75.2413	360			NY	049	19081	
5138666	Soldiers Place	soldiers-place	US		0	America/New_York	42.92589	-78.87365	188			NY	029	11000	
5138674	Solvay	solvay	US		6425	America/New_York	43.05812	-76.20743	152			NY	067	28519	
5138691	SoHo	soho	US		0	America/New_York	40.72241	-73.99961	9	Hell's Hundred Acres,SoHo,SoKho,Socho,Sokho,niu yue su hao qu,soho,swhw,Σόχο,СоХо,Сохо,סאהא,סוהו,سوهو,სოჰო,ソーホー,紐約蘇豪區,소호		NY	061		
5138708	Sour Spring Grove	sour-spring-grove	US		0	America/New_York	43.01228	-78.92309	180			NY	029	29828	
5138711	South Addison	south-addison	US		0	America/New_York	42.08202	-77.26942	323			NY	101	75737	
5138712	South Alabama	south-alabama	US		0	America/New_York	43.07367	-78.33558	226	Smithville,South Alabama		NY	037	00474	
5138713	South Albany	south-albany	US		0	America/New_York	42.55147	-73.84568	50			NY	001	06354	
5138715	South Amenia	south-amenia	US		0	America/New_York	41.79898	-73.53596	141			NY	027	01693	
5138717	South Amsterdam	south-amsterdam	US		0	America/New_York	42.9348	-74.19596	83			NY	057	02066	
5138718	South Apalachin	south-apalachin	US		0	America/New_York	42.01924	-76.15521	296			NY	107	55893	
5138719	South Argyle	south-argyle	US		0	America/New_York	43.1848	-73.49372	130			NY	115	02561	
5138721	South Attica	south-attica	US		0	America/New_York	42.79339	-78.26363	448			NY	121	03012	
5138723	South Avon	south-avon	US		0	America/New_York	42.8659	-77.77084	223			NY	051	03364	
5138750	South Bloomfield	south-bloomfield	US		0	America/New_York	42.86118	-77.38943	265			NY	069	21699	
5138751	South Bolivar	south-bolivar	US		0	America/New_York	42.0059	-78.11529	468	Honeoye Corners,Honeoye Forks,South Bolivar		NY	003	07201	
5138752	South Bombay	south-bombay	US		0	America/New_York	44.89005	-74.55435	82			NY	033	07278	
5138754	South Bradford	south-bradford	US		0	America/New_York	42.31118	-77.12692	561			NY	101	07740	
5138790	South Brookfield	south-brookfield	US		0	America/New_York	42.7534	-75.31072	365			NY	053	08587	
5138797	South Cambridge	south-cambridge	US		0	America/New_York	42.96424	-73.47678	145			NY	115	11836	
5138798	South Cameron	south-cameron	US		0	America/New_York	42.17396	-77.43026	546			NY	101	11880	
5138799	South Canisteo	south-canisteo	US		0	America/New_York	42.1959	-77.55054	448			NY	101	12265	
5138802	South Centerville	south-centerville	US		0	America/New_York	41.38565	-74.5221	187	Centerville,South Centerville,South Centreville		NY	071	78839	
5138804	South Chili	south-chili	US		0	America/New_York	43.05395	-77.78112	177			NY	055	15462	
5138806	South Brooklyn	south-brooklyn	US		0	America/New_York	40.68399	-73.99542	14			NY	047		
5138808	South Columbia	south-columbia	US		0	America/New_York	42.88924	-75.0071	445			NY	043	17431	
5138810	South Corinth	south-corinth	US		0	America/New_York	43.19646	-73.86735	209	Chapman's Corners,South Corinth		NY	091	18223	
5138811	South Corning	south-corning	US		1124	America/New_York	42.12174	-77.03719	290	Mossy Glen,South Corning		NY	101	18267	
5138812	South Cortland	south-cortland	US		0	America/New_York	42.56479	-76.22215	373			NY	023	18421	
5138820	South Danby	south-danby	US		0	America/New_York	42.30646	-76.44299	413	Beers Settlement,South Danby		NY	109	19620	
5138821	South Dansville	south-dansville	US		0	America/New_York	42.46979	-77.65388	445			NY	101	19675	
5138827	South Dover	south-dover	US		0	America/New_York	41.66121	-73.55901	102	South Dover,Wing's Station		NY	027	20819	
5138829	South Durham	south-durham	US		0	America/New_York	42.32703	-74.09847	262			NY	039	11649	
5138831	South Edmeston	south-edmeston	US		0	America/New_York	42.68424	-75.31767	341			NY	077	23613	
5138832	South Edwards	south-edwards	US		0	America/New_York	44.26756	-75.20715	223	Shawville,South Edwards		NY	089	23646	
5138837	South Farmingdale	south-farmingdale	US		14486	America/New_York	40.72066	-73.44012	18			NY	059	56000	
5138840	South Floral Park	south-floral-park	US		1787	America/New_York	40.71427	-73.70013	21			NY	059	34000	
5138843	South Cuba	south-cuba	US		0	America/New_York	42.19979	-78.27335	480			NY	003	19367	
5138845	South Galway Corner	south-galway-corner	US		0	America/New_York	43.02063	-73.97151	166			NY	091	28112	
5138846	South Gilboa Station	south-gilboa-station	US		0	America/New_York	42.41091	-74.56265	544	South Gilboa,South Gilboa Station		NY	095	28981	
5138849	South Glenwood Landing	south-glenwood-landing	US		0	America/New_York	40.82288	-73.6468	3			NY	059	53000	
5138850	South Granby	south-granby	US		0	America/New_York	43.25118	-76.40438	112			NY	075	29729	
5138852	South Granville	south-granville	US		0	America/New_York	43.37146	-73.28511	133			NY	115	30037	
5138853	South Greece	south-greece	US		0	America/New_York	43.19089	-77.73195	153			NY	055	30290	
5138858	South Gilboa	south-gilboa	US		0	America/New_York	42.41508	-74.53126	610			NY	095	28981	
5138861	South Hammond	south-hammond	US		0	America/New_York	44.39922	-75.73301	106			NY	089	31841	
5138862	South Hannibal	south-hannibal	US		0	America/New_York	43.26257	-76.52411	119	Hull's Corners,Hulls Corners,South Hannibal		NY	075	32028	
5138864	South Hartford	south-hartford	US		0	America/New_York	43.34785	-73.40622	114			NY	115	32457	
5138865	South Hartwick	south-hartwick	US		0	America/New_York	42.61674	-75.05822	375			NY	077	32589	
5138869	South Hempstead	south-hempstead	US		3243	America/New_York	40.68094	-73.61541	13			NY	059	34000	
5138871	South Highland	south-highland	US		0	America/New_York	41.38148	-73.91236	184			NY	079	57584	
5138891	South Hornell	south-hornell	US		0	America/New_York	42.30201	-77.65582	353	South Hornell,Whittington		NY	101	35683	
5138892	South Huntington	south-huntington	US		9422	America/New_York	40.82371	-73.39873	63			NY	103	37000	
5138893	South Ilion	south-ilion	US		0	America/New_York	42.99535	-75.04905	166			NY	043	28750	
5138896	South Horicon	south-horicon	US		0	America/New_York	43.65451	-73.76068	238			NY	113	35639	
5138900	South Jewett	south-jewett	US		0	America/New_York	42.22342	-74.25598	463			NY	039	38638	
5138901	South Junction	south-junction	US		0	America/New_York	44.6331	-73.45402	42			NY	019	58585	
5138909	South Lansing	south-lansing	US		0	America/New_York	42.53785	-76.50577	257			NY	109	41234	
5138913	South Jefferson	south-jefferson	US		0	America/New_York	42.45091	-74.57765	580			NY	095	38440	
5138917	South Livonia	south-livonia	US		0	America/New_York	42.7709	-77.67111	373			NY	051	42961	
5138918	South Lockport	south-lockport	US		8324	America/New_York	43.15006	-78.6967	193			NY	063	43093	
5138921	South Manor	south-manor	US		0	America/New_York	40.85565	-72.8176	15			NY	103	10000	
5138866	South Haven	south-haven	US	49090	0	America/New_York	40.79927	-72.8951	9			NY	103	10000	
5138936	South New Haven	south-new-haven	US		0	America/New_York	43.45646	-76.35355	136			NY	075	50342	
5138937	South Newstead	south-newstead	US		0	America/New_York	42.96228	-78.51308	242			NY	029	50716	
5138940	South Nyack	south-nyack	US		3535	America/New_York	41.08315	-73.92014	22	Saut Najak,sawth nayak,Саут Најак,ساوث ناياك		NY	087	55211	
5138942	South Olean	south-olean	US		0	America/New_York	42.07395	-78.44085	432			NY	009	54716	
5138944	South Onondaga	south-onondaga	US		0	America/New_York	42.93034	-76.2127	180	South Onondaga,South Onondaga Hollow,T'kah-en-too-tah		NY	067	54958	
5138947	South Owego	south-owego	US		0	America/New_York	42.02452	-76.2141	460			NY	107	55893	
5138948	South Oxford	south-oxford	US		0	America/New_York	42.38813	-75.6213	307			NY	017	55959	
5138957	South Plattsburgh	south-plattsburgh	US		0	America/New_York	44.63643	-73.48791	76	Salmon River,South Plattsburg,South Plattsburgh		NY	019	58585	
5138970	South Millbrook	south-millbrook	US		0	America/New_York	41.77426	-73.69791	166			NY	027	78388	
5138972	South Pulteney	south-pulteney	US		0	America/New_York	42.5009	-77.18803	417	Bluffport,South Pulteney		NY	101	59982	
5138978	South Ripley	south-ripley	US		0	America/New_York	42.19506	-79.7206	430			NY	013	61885	
5138980	South Russell	south-russell	US		0	America/New_York	44.37145	-75.12742	213			NY	089	64221	
5138985	South Schodack	south-schodack	US		0	America/New_York	42.51258	-73.70568	83			NY	083	65541	
5138990	South Schroon	south-schroon	US		0	America/New_York	43.79506	-73.79207	268			NY	031	65629	
5138991	South Scriba	south-scriba	US		0	America/New_York	43.42896	-76.38216	127			NY	075	65992	
5138992	South Setauket	south-setauket	US		0	America/New_York	40.91371	-73.10566	40			NY	103	10000	
5138994	South Schenectady	south-schenectady	US		0	America/New_York	42.78702	-73.97096	103			NY	093	63935	
5139002	South Sodus	south-sodus	US		0	America/New_York	43.16729	-76.98691	129			NY	117	68220	
5139003	South Spafford	south-spafford	US		0	America/New_York	42.77951	-76.21798	467			NY	067	70057	
5139006	South Stockton	south-stockton	US		0	America/New_York	42.2445	-79.31532	391			NY	013	71476	
5139009	South Thurston	south-thurston	US		0	America/New_York	42.20257	-77.29498	466			NY	101	73836	
5139010	South Trenton	south-trenton	US		0	America/New_York	43.2184	-75.17905	244			NY	065	75280	
5139011	South Troupsburg	south-troupsburg	US		0	America/New_York	42.01785	-77.52138	443	South Troopsburgh,South Troupsburg		NY	101	75440	
5139012	South Troy	south-troy	US		0	America/New_York	42.70091	-73.67262	102			NY	083	75484	
5139013	South Unadilla	south-unadilla	US		0	America/New_York	42.31341	-75.33851	308			NY	025	67345	
5139014	South Valley	south-valley	US		0	America/New_York	42.7073	-74.71042	481			NY	077	63638	
5139015	South Valley Stream	south-valley-stream	US		5962	America/New_York	40.65594	-73.71763	2			NY	059	34000	
5139017	South Vandalia	south-vandalia	US		0	America/New_York	42.0834	-78.5903	427	South Vandailia,South Vandalia		NY	009	12661	
5139018	South Vestal	south-vestal	US		0	America/New_York	42.00813	-76.00214	322			NY	007	77255	
5139021	South Warsaw	south-warsaw	US		0	America/New_York	42.71006	-78.13029	328			NY	121	78344	
5139023	South Westerlo	south-westerlo	US		0	America/New_York	42.44786	-74.02708	257	Smith's Mills,South Westerlo		NY	001	79851	
5139024	South Wilson	south-wilson	US		0	America/New_York	43.24172	-78.81309	110			NY	063	82370	
5139029	South Worcester	south-worcester	US		0	America/New_York	42.51785	-74.74988	419			NY	077	83129	
5139040	Southburg	southburg	US		0	America/New_York	42.67284	-78.33779	479			NY	121	38341	
5139044	Southeast Owasco	southeast-owasco	US		0	America/New_York	42.7584	-76.45938	218			NY	011	48307	
5139070	Southville	southville	US		0	America/New_York	44.67367	-74.85408	191			NY	089	71410	
5139071	Southwest Hoosick	southwest-hoosick	US		0	America/New_York	42.87369	-73.40289	254			NY	083	35463	
5139072	Southwest Oswego	southwest-oswego	US		0	America/New_York	43.41257	-76.57745	113	South West Oswego,Southwest Oswego		NY	075	55585	
5139080	Southwood	southwood	US		0	America/New_York	42.99618	-76.10881	230			NY	067	54958	
5139084	Spackenkill	spackenkill	US		4123	America/New_York	41.65593	-73.91347	50			NY	027	59652	
5139087	Spafford	spafford	US		0	America/New_York	42.80451	-76.26493	514	Spafford,Spafford Corners		NY	067	70057	
5139091	Spafford Valley	spafford-valley	US		0	America/New_York	42.82312	-76.24021	261			NY	067	70057	
5139100	Spafford Landing	spafford-landing	US		0	America/New_York	42.78646	-76.27437	263			NY	067	70057	
5139112	Spaulding Furnace	spaulding-furnace	US		0	America/New_York	42.02787	-73.69485	153			NY	021	28068	
5139059	Southport	southport	US	04576	0	America/New_York	40.90843	-72.54815	6			NY	103	68473	
5139114	Spaulding Corner	spaulding-corner	US		0	America/New_York	42.50091	-76.75023	423			NY	097	33073	
5139115	Spawn Hollow	spawn-hollow	US		0	America/New_York	42.53952	-73.86679	93			NY	001	06354	
5139117	Speakers Corner	speakers-corner	US		0	America/New_York	42.87006	-77.44805	325			NY	069	21699	
5139137	Speedsville	speedsville	US		0	America/New_York	42.30368	-76.25438	340	Jenksville,Speedsville		NY	109	12606	
5139139	Speigletown	speigletown	US		0	America/New_York	42.80452	-73.63428	126	Dort,Speigletown		NY	083	65486	
5139150	Spencer Settlement	spencer-settlement	US		0	America/New_York	43.16924	-75.4824	159			NY	065	80533	
5139159	Spencer Corners	spencer-corners	US		0	America/New_York	41.96343	-73.50235	257			NY	027	51891	
5139181	Spinnerville	spinnerville	US		0	America/New_York	42.96757	-75.04016	384			NY	043	17431	
5139183	Split Rock	split-rock	US		0	America/New_York	43.02423	-76.22326	211	Split Rock,Splitrock		NY	067	54958	
5139214	Spragues Corner	spragues-corner	US		0	America/New_York	42.84867	-78.02723	301			NY	121	18696	
5139215	Spraguetown	spraguetown	US		0	America/New_York	43.13285	-73.47817	149			NY	115	30686	
5139241	Spring Brook Station	spring-brook-station	US		0	America/New_York	42.83895	-78.68003	226			NY	029	24130	
5139242	Spring Cove	spring-cove	US		0	America/New_York	44.57117	-74.456	420	Spring Cove,Springcove		NY	033	65178	
5139286	Springfield Four Corners	springfield-four-corners	US		0	America/New_York	42.83785	-74.86987	392			NY	077	70310	
5139310	Sprout Brook	sprout-brook	US		0	America/New_York	42.85091	-74.68514	220	Sprout Brook,Sproutbrook		NY	057	12122	
5139353	Spruceton	spruceton	US		0	America/New_York	42.19175	-74.30765	575			NY	039	42202	
5139356	Spuyten Duyvil	spuyten-duyvil	US		10971	America/New_York	40.88121	-73.91736	59			NY	005		
5139372	Squassux Landing	squassux-landing	US		0	America/New_York	40.77315	-72.89927	2			NY	103	10000	
5139388	Squiretown	squiretown	US		0	America/New_York	40.89482	-72.52648	6			NY	103	68473	
5139398	Squirrels Corners	squirrels-corners	US		0	America/New_York	41.59954	-74.74961	431			NY	105	26528	
5139405	Stacy Basin	stacy-basin	US		0	America/New_York	43.19451	-75.62213	130	Staceys Basin,Stacy Basin		NY	065	77178	
5139425	Stairs Corners	stairs-corners	US		0	America/New_York	43.00619	-74.15235	245			NY	035	57353	
5139426	Stalbird	stalbird	US		0	America/New_York	44.40006	-75.20632	179			NY	089	64221	
5139427	Staleyville	staleyville	US		0	America/New_York	42.81174	-74.59903	250			NY	095	66641	
5139434	Stanbro	stanbro	US		0	America/New_York	42.66812	-75.69324	463	Stambro,Stanbro		NY	017	55717	
5139440	Stanford Heights	stanford-heights	US		0	America/New_York	42.76563	-73.88901	106			NY	093	51264	
5139448	Stanley Manor	stanley-manor	US		0	America/New_York	43.03979	-76.25715	167			NY	067	11913	
5139450	Stannards	stannards	US		798	America/New_York	42.08646	-77.92222	472	Stanard,Stanard's Corners,Stannard,Stannard Corners,Stannard's Corners,Stannards,Stannards Corners		NY	003	79103	
5139460	Stanwix	stanwix	US		0	America/New_York	43.19313	-75.43434	135			NY	065	63418	
5139461	Stanwix Heights	stanwix-heights	US		0	America/New_York	43.18424	-75.42851	162			NY	065	63418	
5139486	Starbuckville	starbuckville	US		0	America/New_York	43.6734	-73.77763	249			NY	113	15319	
5139496	Starkey	starkey	US		0	America/New_York	42.53535	-76.92441	245			NY	123	70816	
5139499	Starks Knob	starks-knob	US		0	America/New_York	43.12174	-73.58762	40	Stark's Knob,Starks Knob		NY	091	53737	
5139500	Starks Landing	starks-landing	US		0	America/New_York	43.17146	-75.64824	129			NY	065	77178	
5139510	State Bridge	state-bridge	US		0	America/New_York	43.1459	-75.67657	130	State Bridge,Statebridge		NY	065	77178	
5139586	Stebbins Corners	stebbins-corners	US		0	America/New_York	42.16283	-79.52616	534			NY	013	52155	
5139595	Steele Corners	steele-corners	US		0	America/New_York	43.06535	-74.14124	286			NY	035	08433	
5139612	Steinbeck Corners	steinbeck-corners	US		0	America/New_York	41.45565	-73.60207	145	Deuelsville,Steinbeck Corners		NY	079	56748	
5139614	Steinway	steinway	US		1648	America/New_York	40.77455	-73.90375	12	Ditmars,Steinway		NY	081		
5139619	Stellaville	stellaville	US		0	America/New_York	44.48062	-75.24299	116	Stellaville,Stokes Mills,Stokesville		NY	089	20038	
5139631	Stephentown Center	stephentown-center	US		0	America/New_York	42.56536	-73.41039	345	Mechanicsville,Mechanicville,Stephentown Center,Stephentown Centre		NY	083	71102	
5139647	Sterling Valley	sterling-valley	US		0	America/New_York	43.34812	-76.6305	88	Coopers Mills,Sterling Valley		NY	011	71146	
5139651	Sterlingville	sterlingville	US		0	America/New_York	44.10312	-75.68715	174	De Launey's Mill,Sterlingville		NY	045	57562	
5139660	Steuben Valley	steuben-valley	US		0	America/New_York	43.29368	-75.24461	249			NY	065	71212	
5139668	Stevens Corners	stevens-corners	US		0	America/New_York	42.56424	-76.29965	363			NY	109	30972	
5139669	Stevens Landing	stevens-landing	US		0	America/New_York	44.48727	-73.71209	376			NY	019	06761	
5139680	Stever Mill	stever-mill	US		0	America/New_York	43.06646	-74.16208	251			NY	035	08433	
5139688	Stewart Corners	stewart-corners	US		0	America/New_York	42.73924	-76.52438	396			NY	011	77024	
5139689	Stewart Corners	stewart-corners	US		0	America/New_York	43.03368	-75.18433	409			NY	043	27199	
5139690	Stewart Corners	stewart-corners	US		0	America/New_York	43.26951	-76.23909	132			NY	075	65618	
5139697	Stewart Landing	stewart-landing	US		0	America/New_York	43.14257	-74.59348	472			NY	035	71784	
5139698	Stewart Manor	stewart-manor	US		1914	America/New_York	40.71927	-73.68846	26			NY	059	34000	
5139709	Stickneys	stickneys	US		0	America/New_York	42.46924	-77.29915	412			NY	101	81457	
5139711	Stiles	stiles	US		0	America/New_York	43.11396	-76.2766	132			NY	067	76760	
5139720	Stillham	stillham	US		0	America/New_York	42.76175	-73.36122	270			NY	083	57441	
5139744	Stillwater Junction	stillwater-junction	US		0	America/New_York	42.91897	-73.68428	38			NY	091	71333	
5139759	Stissing	stissing	US		0	America/New_York	41.90926	-73.68207	144	Stissing,Stissingville		NY	027	70662	
5139776	Stockholm Center	stockholm-center	US		0	America/New_York	44.7595	-74.83158	111	Stockholm Center,Stockholm Centre		NY	089	71410	
5139793	Stokes Corner	stokes-corner	US		0	America/New_York	43.30368	-75.47323	195	Lee Corners,Nisbets Corners,Stokes,Stokes Corner		NY	065	41762	
5139796	Stone Arabia	stone-arabia	US		0	America/New_York	42.95368	-74.55847	253			NY	057	56099	
5139804	Stone Church	stone-church	US		0	America/New_York	43.04895	-77.96279	208			NY	037	06057	
5139809	Stone Church Corner	stone-church-corner	US		0	America/New_York	42.95562	-76.88246	152			NY	099	38858	
5139826	Stone Mills	stone-mills	US		0	America/New_York	44.1145	-75.97382	110	Collins Mills,Stone Mills		NY	045	55398	
5139838	Stoneco	stoneco	US		0	America/New_York	41.62093	-73.94819	5	Camelot,Clinton Point,Stoneco		NY	027	59652	
5139903	Stony Ford	stony-ford	US		0	America/New_York	41.45954	-74.30487	115	Stony Ford,Stonyford		NY	071	77992	
5139910	Stony Hollow	stony-hollow	US		0	America/New_York	41.97204	-74.07986	131			NY	111	75935	
5139942	Stoodley Corners	stoodley-corners	US		0	America/New_York	42.86897	-73.93318	107			NY	093	29366	
5139963	Stowersville	stowersville	US		0	America/New_York	44.28672	-73.52124	142	Stowersville,Towers Forge		NY	031	42114	
5139969	Straits Corners	straits-corners	US		0	America/New_York	42.1498	-76.38077	324	Straights Corners,Strait's Corners,Straits Corners		NY	107	73968	
5139985	Street Road	street-road	US		0	America/New_York	43.88034	-73.44929	98	Street Road,Streetroad,Ticonderoga		NY	031	73891	
5139993	Streeters Corners	streeters-corners	US		0	America/New_York	43.20228	-78.82559	119			NY	063	11803	
5140008	Stroughs Crossing	stroughs-crossing	US		0	America/New_York	44.19422	-75.86244	116	Strough Crossing,Stroughs,Stroughs Crossing		NY	045	73528	
5140031	Sturges Corner	sturges-corner	US		0	America/New_York	42.44897	-74.75627	447			NY	025	40068	
5140065	Sucker Brook	sucker-brook	US		0	America/New_York	42.74673	-78.03417	427			NY	121	57254	
5140074	Suffern Park	suffern-park	US		0	America/New_York	41.11037	-74.12153	148			NY	087	60510	
5140105	Sugarbush	sugarbush	US		0	America/New_York	44.54171	-73.96987	491			NY	033	27243	
5140130	Suicide Corners	suicide-corners	US		0	America/New_York	42.90506	-78.10362	352			NY	037	06266	
5140143	Sullivanville	sullivanville	US		0	America/New_York	42.21007	-76.77023	325			NY	015	77310	
5140153	Summer Hill	summer-hill	US		0	America/New_York	42.63896	-76.32577	464	Plato,Summer Hill,Summerhill		NY	011	72037	
5140176	Summit Park	summit-park	US		0	America/New_York	41.15648	-74.04347	152			NY	087	60510	
5140185	Summit Crossing	summit-crossing	US		0	America/New_York	42.68174	-75.02377	463			NY	077	32589	
5140189	Sun Haven	sun-haven	US		0	America/New_York	40.92399	-73.77013	12			NY	119	50617	
5140211	Sunny Brae	sunny-brae	US		0	America/New_York	40.93093	-73.82374	41			NY	119	49121	
5140213	Sunny Shores	sunny-shores	US		0	America/New_York	42.76201	-77.71194	254			NY	051	17618	
5140215	Sunnybank	sunnybank	US		0	America/New_York	44.1656	-76.25355	81			NY	045	12364	
5140216	Sunnybrook	sunnybrook	US		0	America/New_York	41.38509	-73.86041	202			NY	079	60147	
5140241	Sunset Bay	sunset-bay	US		660	America/New_York	42.56311	-79.13337	176	Sunset Bay,Sunset Bay Park		NY	013	32050	
5140262	Sunset Ridge	sunset-ridge	US		0	America/New_York	40.97926	-73.7093	34			NY	119	32413	
5140269	Sunside	sunside	US		0	America/New_York	42.34036	-74.07847	168			NY	039	21204	
5140293	Suttons Corner	suttons-corner	US		0	America/New_York	43.32424	-76.28771	130			NY	075	56154	
5140317	Swancott Mill	swancott-mill	US		0	America/New_York	43.46229	-75.60296	401			NY	049	42125	
5140328	Swartoutville	swartoutville	US		0	America/New_York	41.56343	-73.84902	70			NY	027	78157	
5140330	Swartwood	swartwood	US		0	America/New_York	42.22452	-76.60967	320			NY	015	76892	
5140334	Swastika	swastika	US		0	America/New_York	44.5131	-73.7607	348			NY	019	06761	
5140353	Sweet Meadows	sweet-meadows	US		0	America/New_York	41.99954	-74.04958	75			NY	111	39738	
5140355	Sweden Center	sweden-center	US		0	America/New_York	43.17839	-77.94501	204	Sweden,Sweden Center		NY	055	72455	
5140359	Sweets	sweets	US		0	America/New_York	42.72341	-75.30461	343			NY	017	17486	
5140360	Sweets Crossing	sweets-crossing	US		0	America/New_York	43.18813	-74.19874	252			NY	035	51407	
5140361	Sweets Crossing	sweets-crossing	US		0	America/New_York	43.02229	-76.36299	162			NY	067	11913	
5140364	Sweyze	sweyze	US		0	America/New_York	40.91788	-72.72093	8			NY	103	61984	
5140365	Swift Corner	swift-corner	US		0	America/New_York	42.86646	-76.02853	499			NY	067	59036	
5140370	Swifts Mills	swifts-mills	US		0	America/New_York	43.05978	-78.51836	187			NY	029	50716	
5140385	Sycaway	sycaway	US		0	America/New_York	42.74202	-73.65262	128			NY	083	10275	
5140395	Sylvan Lake	sylvan-lake	US		0	America/New_York	41.60759	-73.73457	106			NY	027	05452	
5140412	Swormville	swormville	US		0	America/New_York	43.03839	-78.69725	178			NY	029	02000	
5140417	Tabasco	tabasco	US		0	America/New_York	41.84759	-74.30071	297			NY	111	63011	
5140426	Taborton	taborton	US		0	America/New_York	42.64619	-73.48511	435	Georgetown,Taborton		NY	083	65013	
5140442	Taghkanic	taghkanic	US		0	America/New_York	42.14231	-73.67735	221	Taghkanic,Taghkanick		NY	021	73077	
5140447	Tahawus	tahawus	US		0	America/New_York	44.05061	-74.05098	538	Lower Works,Sanford Mines,Tahawa,Tahawas,Tahawus		NY	031	50144	
5140456	Talcottville	talcottville	US		0	America/New_York	43.5334	-75.36517	346	Leyden,Talcottville		NY	049	42213	
5140457	Talcville	talcville	US		0	America/New_York	44.30978	-75.30604	198	Freemansburgh,Talcville		NY	089	23646	
5140458	Tallette	tallette	US		0	America/New_York	42.74007	-75.33322	396			NY	017	17486	
5140555	Taughannock Falls	taughannock-falls	US		0	America/New_York	42.53202	-76.61189	258			NY	109	75990	
5140565	Taylor Center	taylor-center	US		0	America/New_York	42.61396	-75.92492	436	Taylor Center,Taylor Centre		NY	023	73220	
5140574	Taylor Hollow	taylor-hollow	US		0	America/New_York	42.51951	-78.92892	264			NY	029	17200	
5140589	Taylor Valley	taylor-valley	US		0	America/New_York	42.59313	-75.95242	390			NY	023	73220	
5140591	Taylor Settlement	taylor-settlement	US		0	America/New_York	43.78284	-76.07465	159			NY	045	24086	
5140593	Taylors Corner	taylors-corner	US		0	America/New_York	44.76867	-74.62879	153			NY	089	41564	
5140595	Taylorshire	taylorshire	US		0	America/New_York	42.74534	-78.65586	260			NY	029	03199	
5140596	Taylortown	taylortown	US		0	America/New_York	42.76396	-74.98154	424			NY	077	55695	
5140604	Teall Beach	teall-beach	US		0	America/New_York	42.81479	-76.9383	137			NY	099	25505	
5140609	Teboville	teboville	US		0	America/New_York	44.80672	-74.24434	331	Teboville,Whippleville Station		NY	033	44721	
5140618	Teed Corners	teed-corners	US		0	America/New_York	42.79867	-77.89639	214			NY	051	41883	
5140659	Tenantville	tenantville	US		0	America/New_York	43.28452	-74.11541	437			NY	091	23591	
5140669	Tennanah Lake	tennanah-lake	US		0	America/New_York	41.89509	-74.97655	608			NY	105	27573	
5140674	Terpening Corners	terpening-corners	US		0	America/New_York	42.53841	-76.49272	290			NY	109	41234	
5140675	Terrace Heights	terrace-heights	US		15421	America/New_York	40.72149	-73.7693	50			NY	081		
5140690	Terrys Corners	terrys-corners	US		0	America/New_York	43.17422	-78.60031	186	Terrys Corner,Terrys Corners		NY	063	64034	
5140695	Texas	texas	US		0	America/New_York	43.98507	-75.50491	277			NY	049	19081	
5140696	Texas	texas	US		0	America/New_York	43.51285	-76.25104	82	Texas,Vera Cruz		NY	075	46822	
5140703	Texas Valley	texas-valley	US		0	America/New_York	42.48618	-75.97298	378			NY	023	45403	
5140707	Texaco Town	texaco-town	US		0	America/New_York	42.90673	-78.06446	319			NY	037	56792	
5140710	Thayer Corners	thayer-corners	US		0	America/New_York	44.92171	-74.14073	233	Thayer Corners,Thayer's Corners		NY	033	11165	
5140720	The Cape	the-cape	US		0	America/New_York	41.74759	-74.43321	316			NY	111	78828	
5140729	The Creek Beach	the-creek-beach	US		0	America/New_York	41.00954	-72.18119	2			NY	103	22194	
5140730	The Elms	the-elms	US		0	America/New_York	43.66396	-76.17243	77			NY	075	65079	
5140738	The Glen	the-glen	US		0	America/New_York	43.58396	-73.8629	231			NY	113	38715	
5140744	The Landing	the-landing	US		0	America/New_York	40.86149	-73.19678	31			NY	103	68000	
5140753	The Narrows	the-narrows	US		0	America/New_York	42.33645	-78.48697	515			NY	009	27342	
5140767	The Vly	the-vly	US		0	America/New_York	41.88648	-74.20431	258			NY	111	45458	
5140848	Thomas Settlement	thomas-settlement	US		0	America/New_York	43.81395	-76.07465	162			NY	045	00210	
5140876	Thompsons Corner	thompsons-corner	US		0	America/New_York	43.2884	-75.76796	155			NY	065	77486	
5140878	Thompsons Lake	thompsons-lake	US		0	America/New_York	42.64286	-74.04402	395	Thompson's Lake,Thompsons Lake		NY	001	06211	
5140887	Thompsons Crossing	thompsons-crossing	US		0	America/New_York	42.78034	-78.14918	395			NY	121	78344	
5140890	Thornton Grove	thornton-grove	US		0	America/New_York	42.88396	-76.40855	266			NY	067	67521	
5140891	Thornton Heights	thornton-heights	US		0	America/New_York	42.88007	-76.40827	277			NY	067	67521	
5140894	Thorntons Corner	thorntons-corner	US		0	America/New_York	43.17479	-77.01108	136			NY	117	68220	
5140945	Throgs Neck	throgs-neck	US		33683	America/New_York	40.8226	-73.81958	6	Throg's Neck,Throgs Neck		NY	005		
5140950	Throop	throop	US		0	America/New_York	42.9759	-76.57078	167	Throop,Throop Station		NY	011	73770	
5140952	Throopsville	throopsville	US		0	America/New_York	42.97312	-76.60189	158			NY	011	73770	
5140961	Threemile Harbor	threemile-harbor	US		0	America/New_York	41.01593	-72.17952	6	Three Mile Harbor,Threemile Harbor		NY	103	22194	
5140977	Tiana	tiana	US		0	America/New_York	40.87204	-72.54148	3			NY	103	68473	
5141013	Tilly Foster	tilly-foster	US		0	America/New_York	41.41648	-73.6493	124			NY	079	68924	
5141026	Timothy Heights	timothy-heights	US		0	America/New_York	41.73926	-73.83819	94			NY	027	58695	
5141037	Tinker Tavern Corner	tinker-tavern-corner	US		0	America/New_York	43.50674	-76.12798	127			NY	075	61533	
5141038	Tinkertown	tinkertown	US		0	America/New_York	42.26785	-77.76777	485			NY	003	01209	
5141054	Tip Top	tip-top	US		0	America/New_York	42.22313	-77.78972	551	Tip Top,Tip Top Summit		NY	003	01209	
5141070	Tiplady	tiplady	US		0	America/New_York	43.25202	-73.28372	204			NY	115	33040	
5141075	Toad Harbor	toad-harbor	US		0	America/New_York	43.24146	-76.07492	115			NY	075	80500	
5141102	Toddsville	toddsville	US		0	America/New_York	42.68785	-74.95821	379			NY	077	32589	
5141105	Toggletown	toggletown	US		0	America/New_York	42.91867	-77.81278	185			NY	051	84022	
5141107	Toll Corner	toll-corner	US		0	America/New_York	42.48035	-75.27878	390			NY	077	11528	
5141110	Toll Gate Corners	toll-gate-corners	US		0	America/New_York	42.69563	-76.42021	231			NY	011	48307	
5141135	Tomantown	tomantown	US		0	America/New_York	43.20063	-74.29514	396			NY	035	46217	
5141139	Tomhannock	tomhannock	US		0	America/New_York	42.86897	-73.54373	129	Reed's Corners,Reed's Hollow,Tomhannock		NY	083	58398	
5141141	Toll Gate Corner	toll-gate-corner	US		0	America/New_York	42.0259	-78.33863	436			NY	009	59509	
5141144	Tomlinson Corners	tomlinson-corners	US		0	America/New_York	42.96479	-77.5025	205			NY	055	46558	
5141149	Tompkins Corners	tompkins-corners	US		0	America/New_York	42.20341	-76.88774	319	Catlin,Tompkins Corners		NY	015	12947	
5141150	Tompkins Corners	tompkins-corners	US		0	America/New_York	41.39898	-73.80208	115	Tomkins Corners,Tompkins Corners		NY	079	60147	
5141151	Tompkins Corners	tompkins-corners	US		0	America/New_York	41.19121	-73.78263	141			NY	119	50078	
5141168	Toms Landing	toms-landing	US		0	America/New_York	43.34089	-78.22363	79			NY	073	12496	
5141236	Tottenville	tottenville	US		0	America/New_York	40.50858	-74.23724	16	Arensville,Bentley,Bentley Dock,Manor of Bentley,Mount Hermon,The Neck,Totten's Landing,Tottenville,Unionville		NY	085		
5141237	Towers Corners	towers-corners	US		0	America/New_York	43.25811	-79.00921	92			NY	063	59267	
5141238	Towerville	towerville	US		0	America/New_York	42.20867	-79.29532	398			NY	013	23976	
5141244	Towlesville	towlesville	US		0	America/New_York	42.33368	-77.45582	552			NY	101	35837	
5141246	Town Line	town-line	US		2367	America/New_York	42.89061	-78.5778	229			NY	029	01099	
5141252	Town Line Station	town-line-station	US		0	America/New_York	42.90145	-78.57808	228			NY	029	01099	
5141255	Town Pump	town-pump	US		0	America/New_York	43.15173	-77.85529	196			NY	055	54474	
5141260	Towners	towners	US		0	America/New_York	41.47982	-73.61013	134	Four Corners,Towers,Towner's,Towner's Station,Towners,Towners Station		NY	079	56748	
5141273	Townsendville	townsendville	US		0	America/New_York	42.57285	-76.78218	436			NY	099	43225	
5141276	Toziers Corner	toziers-corner	US		0	America/New_York	42.73756	-78.36224	406			NY	121	66773	
5141281	Tracy Creek	tracy-creek	US		0	America/New_York	42.01952	-76.07992	363			NY	007	77255	
5141320	Travis	travis	US		0	America/New_York	40.59316	-74.18792	10	Deckertown,Jersey Wharf,Linoleumville,Long Neck,New Blazing Star,Travis,Travisville		NY	085		
5141322	Travers Corners	travers-corners	US		0	America/New_York	43.15674	-73.73345	99			NY	091	82403	
5141351	Tressmar	tressmar	US		0	America/New_York	43.12673	-77.69	171			NY	055	28442	
5141365	Tribeca	tribeca	US		0	America/New_York	40.71538	-74.00931	6	Lower West Side,TriBeCa,Tribeca		NY	061		
5141423	Tristates	tristates	US		0	America/New_York	41.36065	-74.68183	132			NY	071	59388	
5141427	Trombley Landing	trombley-landing	US		0	America/New_York	44.63672	-74.37572	436			NY	033	65178	
5141433	Trenton Falls	trenton-falls	US		0	America/New_York	43.27146	-75.16016	230	Date-wa-sunt-ha-go,Kuy-a-ho-ra,Trenton Falls		NY	065	75280	
5141488	Trout River	trout-river	US		0	America/New_York	44.99143	-74.30825	63			NY	033	17871	
5141492	Troutburg	troutburg	US		0	America/New_York	43.3645	-77.99002	81			NY	055	31797	
5141500	Trudeau	trudeau	US		0	America/New_York	44.34227	-74.12127	506			NY	031	64529	
5141510	Truesdale Lake	truesdale-lake	US		0	America/New_York	41.28371	-73.55957	165			NY	119	42136	
5141515	Truthville	truthville	US		0	America/New_York	43.45035	-73.32483	104			NY	115	30037	
5141520	Tryons Corners	tryons-corners	US		0	America/New_York	42.81728	-77.94167	305			NY	051	84022	
5141522	Trumbull Corners	trumbull-corners	US		0	America/New_York	42.38368	-76.63245	415	North Newfield,Rumsey Corners,Trumbull Corners,Trumbull's Corners,Trumbulls Corners		NY	109	50254	
5141536	Tucker Heights	tucker-heights	US		0	America/New_York	42.91008	-73.93707	123			NY	091	13926	
5141537	Tucker Terrace	tucker-terrace	US		0	America/New_York	44.94866	-74.97326	79			NY	089	43588	
5141538	Tuckers Corner	tuckers-corner	US		0	America/New_York	41.66759	-74.02903	207	Tuckers Corner,Tuckers Corners		NY	111	58552	
5141550	Tully Center	tully-center	US		0	America/New_York	42.79896	-76.12215	382			NY	067	75638	
5141553	Tully Lake Park	tully-lake-park	US		0	America/New_York	42.78423	-76.13604	364			NY	067	75638	
5141595	Turnbull Corner	turnbull-corner	US		0	America/New_York	44.77478	-75.14604	105			NY	089	44490	
5141607	Turnwood	turnwood	US		0	America/New_York	42.02426	-74.70905	556			NY	111	32116	
5141619	Tuscan	tuscan	US		0	America/New_York	42.58674	-74.76904	403			NY	077	83129	
5141635	Tusten	tusten	US		0	America/New_York	41.55537	-75.01906	210			NY	105	75759	
5141648	Tuthilltown	tuthilltown	US		0	America/New_York	41.68704	-74.17542	66	Ganahgote,Tuthill,Tuthilltown,Tuttletown		NY	111	28255	
5141664	Twelve Corners	twelve-corners	US		0	America/New_York	43.12701	-77.56555	150			NY	055	08246	
5141677	Twilight Park	twilight-park	US		0	America/New_York	42.18926	-74.08708	589			NY	039	36178	
5141711	Twin Orchard	twin-orchard	US		0	America/New_York	42.0973	-76.02631	253	Twin Orchard,Twin Orchards		NY	007	77255	
5141732	Twin Lakes Village	twin-lakes-village	US		0	America/New_York	41.29926	-73.56985	151			NY	119	42136	
5141746	Two Brooks	two-brooks	US		0	America/New_York	44.57949	-73.9707	389			NY	033	27243	
5141767	Tylersville	tylersville	US		0	America/New_York	43.9009	-75.79936	320	South Rutland,Tylersville,Tylerville		NY	045	64265	
5141772	Tyre	tyre	US		0	America/New_York	42.99118	-76.80218	125	Tyre,Tyre City		NY	099	75902	
5141785	Ulster Heights	ulster-heights	US		0	America/New_York	41.7737	-74.48377	324			NY	111	78828	
5141787	Ulster Landing	ulster-landing	US		0	America/New_York	41.99731	-73.94764	13	Heath,Ulster Landing		NY	111	75935	
5141790	Ulsterville	ulsterville	US		0	America/New_York	41.61009	-74.33571	128			NY	111	66674	
5141797	Unadilla Center	unadilla-center	US		0	America/New_York	42.40425	-75.30878	536			NY	077	76012	
5141798	Unadilla Forks	unadilla-forks	US		0	America/New_York	42.84174	-75.24016	358			NY	077	58420	
5141801	Tylers Corner	tylers-corner	US		0	America/New_York	43.51368	-76.1627	99			NY	075	61533	
5141815	Underwood Corner	underwood-corner	US		0	America/New_York	42.14867	-78.90365	447			NY	009	16903	
5141819	Uneeda Beach	uneeda-beach	US		0	America/New_York	43.29478	-78.9206	81			NY	063	59267	
5141878	Union Corners	union-corners	US		0	America/New_York	42.89506	-77.97945	324			NY	037	56792	
5141879	Union Corners	union-corners	US		0	America/New_York	42.62756	-77.84111	305	Brushville,Union Corners		NY	051	81006	
5141880	Union Corners	union-corners	US		0	America/New_York	42.7284	-77.67277	368			NY	051	17618	
5141883	Union Falls	union-falls	US		0	America/New_York	44.50727	-73.91653	431	Union Falls,Unionfalls		NY	019	06761	
5141911	Union Settlement	union-settlement	US		0	America/New_York	43.32035	-76.04325	148			NY	075	80500	
5141920	Undercliff	undercliff	US		0	America/New_York	44.33921	-73.96931	569			NY	031	51935	
5141921	Union Valley	union-valley	US		0	America/New_York	42.63368	-75.88381	361			NY	023	73220	
5141923	Union Valley	union-valley	US		0	America/New_York	42.32424	-75.54185	397			NY	017	04044	
5141930	Unionport	unionport	US		23895	America/New_York	40.82732	-73.85013	11	Union Port,Unionport		NY	005		
5141962	University Gardens	university-gardens	US		4226	America/New_York	40.77732	-73.72263	45			NY	059	53000	
5141963	University Heights	university-heights	US		27935	America/New_York	40.8601	-73.9093	52	Fordham Heights,University Heights		NY	005		
5141972	Upper Barbourville	upper-barbourville	US		0	America/New_York	42.16008	-75.35545	428			NY	025	20357	
5141977	Upper Beechwood	upper-beechwood	US		0	America/New_York	41.77703	-74.98961	466			NY	105	20104	
5141978	Upper Benson	upper-benson	US		0	America/New_York	43.24924	-74.33625	394	Benson Center,Upper Benson		NY	041	05958	
5141980	Upper Brookville	upper-brookville	US		1753	America/New_York	40.83871	-73.56513	48			NY	059	56000	
5141991	Upper Fairfield	upper-fairfield	US		0	America/New_York	42.26924	-76.29049	415			NY	107	12221	
5141998	Upper Hollowville	upper-hollowville	US		0	America/New_York	42.20676	-73.66429	138			NY	021	16045	
5142005	Upper Lisle	upper-lisle	US		0	America/New_York	42.39618	-75.95714	315			NY	007	75319	
5142007	Upper Mongaup	upper-mongaup	US		0	America/New_York	41.45759	-74.76489	270			NY	105	43786	
5142011	Upper Nyack	upper-nyack	US		2176	America/New_York	41.10704	-73.92014	58	Sarvent's Landing,Upper Nyack		NY	087	15968	
5142020	Upper Red Hook	upper-red-hook	US		0	America/New_York	42.02981	-73.84458	70	Upper Red Hook,Upper Redhook		NY	027	60905	
5142026	Upper Saint Regis	upper-saint-regis	US		0	America/New_York	44.39783	-74.2696	501			NY	033	32314	
5142033	Upper Town Landing	upper-town-landing	US		0	America/New_York	44.26171	-76.10856	82	Upper Town Dock,Upper Town Landing		NY	045	16100	
5142036	Upper West Side	upper-west-side	US		0	America/New_York	40.78705	-73.97542	27	Aukstutinis Vestsaidas,Aukštutinis Vestsaidas,Verkhnij Vest-Sajd,eopeoweseuteusaideu,shang xi cheng,xap pexr west sid,Верхний Вест-Сайд,אפער וועסט סייד,אפר וסט סייד,อัปเปอร์เวสต์ไซด์,ზემო ვესტ-საიდი,アッパー・ウエスト・サイド,上西城,어퍼웨스트사이드		NY	061		
5142040	Upson Corners	upson-corners	US		0	America/New_York	43.36174	-76.22826	153			NY	075	56154	
5142046	Uptonville	uptonville	US		0	America/New_York	43.20312	-77.64472	130			NY	055	63000	
5142055	Ushers	ushers	US		0	America/New_York	42.90813	-73.77373	65			NY	091	31489	
5142071	Vail Mills	vail-mills	US		0	America/New_York	43.05007	-74.21791	238	Vail Mills,Vail's Mills		NY	035	46217	
5142074	Vails Gate Junction	vails-gate-junction	US		0	America/New_York	41.46009	-74.06153	85			NY	071	50848	
5142076	Valatie Colony	valatie-colony	US		0	America/New_York	42.43592	-73.67206	96			NY	021	39573	
5142087	Valentines Beach	valentines-beach	US		0	America/New_York	43.19396	-76.03492	113			NY	067	15704	
5142099	Valley Brook	valley-brook	US		0	America/New_York	42.92896	-74.65903	123			NY	057	47614	
5142106	Valley Pond Estates	valley-pond-estates	US		0	America/New_York	41.30898	-73.72291	147			NY	119	68308	
5142111	Valcour	valcour	US		0	America/New_York	44.60505	-73.43986	37	Port Jackson,Valcour		NY	019	57375	
5142122	Vallonia Springs	vallonia-springs	US		0	America/New_York	42.1798	-75.53685	350	Vallonia Springs,Valonia Springs		NY	007	17046	
5142124	Valois	valois	US		0	America/New_York	42.53479	-76.87718	188			NY	097	33073	
5142129	Van Allen Park	van-allen-park	US		0	America/New_York	42.65508	-73.70845	68			NY	083	61148	
5142137	Van Buren Bay	van-buren-bay	US		0	America/New_York	42.45034	-79.40643	178			NY	013	58981	
5142145	Van Burenville	van-burenville	US		0	America/New_York	41.4987	-74.42766	201			NY	071	77992	
5142151	Van Cortlandtville	van-cortlandtville	US		0	America/New_York	41.31482	-73.90375	25	Bakers Landing,Cortlandtville,Sutton Mills,Suttons Mills,Van Cortlandtville,Van Cortlandville		NY	119	18410	
5142155	Van Deusenville	van-deusenville	US		0	America/New_York	42.84313	-74.68626	223			NY	057	12122	
5142156	Van Dorn Corner	van-dorn-corner	US		0	America/New_York	42.45229	-76.59106	431			NY	109	24548	
5142166	Van Etten Junction	van-etten-junction	US		0	America/New_York	42.18869	-76.55883	302			NY	015	76892	
5142173	Van Keuren	van-keuren	US		0	America/New_York	41.59037	-74.3096	116			NY	071	18916	
5142176	Van Keurens	van-keurens	US		0	America/New_York	41.64537	-73.94375	9			NY	027	59652	
5142182	Van Nest	van-nest	US		23700	America/New_York	40.84843	-73.86375	14			NY	005		
5142252	Vaughns Corners	vaughns-corners	US		0	America/New_York	43.37202	-73.564	97	Vaughns,Vaughns Corners,Vaughs Corners		NY	115	39650	
5142257	Verbank Village	verbank-village	US		0	America/New_York	41.72843	-73.72846	157			NY	027	76166	
5142258	Verdoy	verdoy	US		0	America/New_York	42.76452	-73.80401	86			NY	001	17343	
5142273	Vernon Park	vernon-park	US		0	America/New_York	40.90982	-73.81819	13			NY	119	49121	
5142275	Vernon Valley	vernon-valley	US		0	America/New_York	40.89954	-73.32901	24			NY	103	37000	
5142283	Verona Mills	verona-mills	US		0	America/New_York	43.19729	-75.55879	135			NY	065	77178	
5142284	Verona Station	verona-station	US		0	America/New_York	43.13368	-75.58657	142			NY	065	77178	
5142298	Vestal Center	vestal-center	US		0	America/New_York	42.03285	-76.01492	303	Vestal Center,Vestal Corner		NY	007	77255	
5142328	Victory Park	victory-park	US		0	America/New_York	40.9526	-73.79402	62			NY	119	50617	
5142334	Viewmonte	viewmonte	US		0	America/New_York	42.0987	-73.87402	69			NY	021	28772	
5142343	Village Green	village-green	US		3891	America/New_York	43.1334	-76.31299	134			NY	067	76760	
5142351	Village of the Branch	village-of-the-branch	US		1811	America/New_York	40.85621	-73.18733	19	Smithtown Branch,Village of the Branch		NY	103	68000	
5142358	Vine Valley	vine-valley	US		0	America/New_York	42.72368	-77.3247	218			NY	123	47020	
5142360	Vineyard	vineyard	US		0	America/New_York	42.39284	-79.46255	203			NY	013	59421	
5142361	Vintonton	vintonton	US		0	America/New_York	42.61063	-74.47431	440			NY	095	27826	
5142374	Vischer Ferry	vischer-ferry	US		0	America/New_York	42.7973	-73.82845	65	Vischer Ferry,Vischer's Ferry		NY	091	16353	
5142402	Voak	voak	US		0	America/New_York	42.73146	-77.13303	357			NY	123	59597	
5142405	Vollentine	vollentine	US		0	America/New_York	42.10478	-79.00865	592			NY	009	60587	
5142408	Volney	volney	US		5801	America/New_York	43.34285	-76.35771	135	Volney,Volney Center,Volney Corners		NY	075	77662	
5142412	Volusia	volusia	US		0	America/New_York	42.25117	-79.59921	473			NY	013	79950	
5142420	Vorman Corners	vorman-corners	US		0	America/New_York	42.50535	-74.55154	413			NY	095	38440	
5142421	Vosburg	vosburg	US		0	America/New_York	42.07146	-78.08112	593			NY	003	07201	
5142428	Vorea	vorea	US		0	America/New_York	43.6009	-75.97214	327			NY	075	55453	
5143013	Vukote	vukote	US		0	America/New_York	42.10617	-79.35977	401			NY	013	11451	
5143024	Wadhams	wadhams	US		0	America/New_York	44.22977	-73.46041	89	Wadhams,Wadhams Mills		NY	031	80775	
5143025	Wading River Landing	wading-river-landing	US		0	America/New_York	40.96677	-72.85371	1	East Landing,Wading River Landing		NY	103	61984	
5143029	Wadsworth Cove	wadsworth-cove	US		0	America/New_York	42.79034	-77.72222	255			NY	051	28629	
5143042	Wagstaff Corner	wagstaff-corner	US		0	America/New_York	44.76172	-74.71408	132			NY	089	41564	
5143054	Wahmeda	wahmeda	US		0	America/New_York	42.21645	-79.4781	412			NY	013	14069	
5143067	Walden Cliffs	walden-cliffs	US		0	America/New_York	42.72561	-78.95143	198			NY	029	31654	
5143078	Wales Hollow	wales-hollow	US		0	America/New_York	42.74256	-78.48835	286			NY	029	77871	
5143081	Walesville	walesville	US		0	America/New_York	43.11535	-75.36545	144			NY	065	81754	
5143101	Walkers Corners	walkers-corners	US		0	America/New_York	43.12118	-75.77324	122			NY	053	41905	
5143102	Walkleys Landing	walkleys-landing	US		0	America/New_York	42.7309	-77.70611	249			NY	051	17618	
5143115	Wallins Corners	wallins-corners	US		0	America/New_York	42.97202	-74.17013	225			NY	057	02077	
5143117	Wallkill Camp	wallkill-camp	US		0	America/New_York	41.7162	-74.16209	97			NY	111	28255	
5143125	Walloomsac	walloomsac	US		0	America/New_York	42.92424	-73.32372	143	Walloomsac,Walloomsack,Wallumshack		NY	083	35463	
5143129	Walmore	walmore	US		0	America/New_York	43.12145	-78.93115	187			NY	063	81380	
5143168	Walton Park	walton-park	US		2669	America/New_York	41.30982	-74.22904	257			NY	071	47999	
5143194	Wango	wango	US		0	America/New_York	42.41923	-79.09615	409			NY	013	77530	
5143208	Wanakah	wanakah	US		3199	America/New_York	42.74617	-78.90309	180			NY	029	31654	
5143242	Wardwell	wardwell	US		0	America/New_York	43.76757	-76.06826	162	Wardwell,Wardwell Settlement		NY	045	24086	
5143277	Warrens Corners	warrens-corners	US		0	America/New_York	43.21617	-78.75476	119	Warren's Corners,Warrens Corners		NY	063	11803	
5143307	Washington Heights	washington-heights	US		152613	America/New_York	40.8501	-73.93541	54	Harlem Heights,Pen-a-bick,Washington Heights,washintonhaitsu,wosingteonhaicheu,ワシントンハイツ,워싱턴하이츠		NY	061		
5143308	Washington Heights	washington-heights	US		1689	America/New_York	41.47009	-74.41571	203			NY	071	77992	
5143309	Washington Hollow	washington-hollow	US		0	America/New_York	41.78204	-73.75791	100			NY	027	58695	
5143363	Water Island	water-island	US		0	America/New_York	40.67565	-73.02928	4			NY	103	10000	
5143367	Waterburg	waterburg	US		0	America/New_York	42.50563	-76.67606	293	Waterburg,Waterburgh		NY	109	75990	
5143377	Waterloo Mills	waterloo-mills	US		0	America/New_York	41.32259	-74.57711	159	Waterloo,Waterloo Mills		NY	071	47713	
5143390	Waterport Station	waterport-station	US		0	America/New_York	43.32784	-78.24613	105			NY	073	12496	
5143395	Waterman Corner	waterman-corner	US		0	America/New_York	42.22784	-79.3981	492			NY	013	23976	
5143397	Watertown Center	watertown-center	US		0	America/New_York	43.94256	-75.91576	181			NY	045	78619	
5143402	Watervale	watervale	US		0	America/New_York	42.95007	-75.98214	275			NY	067	59036	
5143428	Wattlesburg	wattlesburg	US		0	America/New_York	42.227	-79.68866	435			NY	013	61885	
5143429	Watts Flats	watts-flats	US		0	America/New_York	42.03728	-79.41199	442	Watts Flat,Watts Flats		NY	013	32248	
5143431	Wautoma Beach	wautoma-beach	US		0	America/New_York	43.34145	-77.80918	76			NY	055	31797	
5143434	Wave Crest	wave-crest	US		0	America/New_York	40.59955	-73.76374	3			NY	081		
5143447	Wawbeek	wawbeek	US		0	America/New_York	44.2545	-74.33655	496			NY	033	32314	
5143453	Wayne Center	wayne-center	US		0	America/New_York	43.1509	-76.95886	131	Wayne Center,Wayne Centre		NY	117	63605	
5143458	Wayneport	wayneport	US		0	America/New_York	43.07284	-77.3611	149			NY	117	44160	
5143462	Wayville	wayville	US		0	America/New_York	43.00091	-73.7079	111			NY	091	71333	
5143468	Weaver Corner	weaver-corner	US		0	America/New_York	43.12285	-75.92769	118			NY	053	71993	
5143474	Webatuck	webatuck	US		0	America/New_York	41.65426	-73.55568	121	Webatuck,Webotuck		NY	027	20819	
5143484	Webb Mills	webb-mills	US		0	America/New_York	42.02369	-76.88135	339	Webb Mills,Webb's Mills,Webbs Mills		NY	015	69617	
5143490	Webbs Crossing	webbs-crossing	US		0	America/New_York	42.36646	-77.68221	358	Webbs,Webbs Crossing		NY	101	35683	
5143492	Weber Corners	weber-corners	US		0	America/New_York	42.71507	-74.65542	392			NY	077	63638	
5143510	Websters Corners	websters-corners	US		0	America/New_York	42.78339	-78.74642	243	Webster's Corners,Websters Corners		NY	029	55277	
5143511	Websters Crossing	websters-crossing	US		69	America/New_York	42.66979	-77.63499	408	Webster Crossing,Webster's Crossing,Websters Crossing		NY	051	70475	
5143513	Webster Corners	webster-corners	US		0	America/New_York	42.78173	-78.74586	245			NY	029	55277	
5143515	Wedgewood	wedgewood	US		0	America/New_York	42.34202	-76.88663	342			NY	097	20676	
5143520	Weed Mines	weed-mines	US		0	America/New_York	42.0712	-73.53429	185			NY	021	02099	
5143525	Weekes Corner	weekes-corner	US		0	America/New_York	42.66618	-76.58411	345			NY	011	28673	
5143537	Wegatchie	wegatchie	US		0	America/New_York	44.30423	-75.5855	108	Caledonia,Churchs Mills,Howards Mills,Wegatchie		NY	089	63858	
5143548	Welch Hill	welch-hill	US		0	America/New_York	43.63618	-75.46046	586			NY	049	75693	
5143565	Wellington Corner	wellington-corner	US		0	America/New_York	42.98701	-76.26021	299			NY	067	54958	
5143576	Wells Corner	wells-corner	US		0	America/New_York	43.01451	-75.4924	297			NY	065	03155	
5143590	Wellwood	wellwood	US		0	America/New_York	43.4134	-76.25048	146			NY	075	46822	
5143597	Weltonville	weltonville	US		0	America/New_York	42.19646	-76.2466	284			NY	107	12221	
5143600	Wende	wende	US		0	America/New_York	42.93423	-78.54669	238			NY	029	01099	
5143601	Wendelville	wendelville	US		0	America/New_York	43.07117	-78.77059	177			NY	063	57111	
5143605	Wemple	wemple	US		0	America/New_York	42.57425	-73.77568	28			NY	001	06354	
5143610	Wesley Hills	wesley-hills	US		5935	America/New_York	41.15926	-74.06986	164			NY	087	60510	
5143619	West Alabama	west-alabama	US		0	America/New_York	43.12645	-78.4578	195			NY	037	00474	
5143620	West Albany	west-albany	US		93794	America/New_York	42.68313	-73.77845	61	Spencerville,West Albany		NY	001	01000	
5143621	West Alden	west-alden	US		0	America/New_York	42.89173	-78.52336	258			NY	029	01099	
5143622	West Allen	west-allen	US		0	America/New_York	42.38034	-78.03862	514			NY	003	01319	
5143623	West Almond	west-almond	US		0	America/New_York	42.29951	-77.88306	565			NY	003	79202	
5143626	West Amboy	west-amboy	US		0	America/New_York	43.38451	-75.98547	178			NY	075	01649	
5143627	West Athens	west-athens	US		0	America/New_York	42.2862	-73.84207	39			NY	039	02913	
5143635	West Bainbridge	west-bainbridge	US		0	America/New_York	42.31397	-75.54352	390			NY	017	04044	
5143637	West Bangor	west-bangor	US		0	America/New_York	44.80422	-74.43379	221	Pottersville,West Bangor		NY	033	04319	
5143640	West Barre	west-barre	US		0	America/New_York	43.15284	-78.25363	205	Jackson's Corners,Manchester's Corners,West Barre		NY	073	04572	
5143642	West Batavia	west-batavia	US		0	America/New_York	42.97978	-78.29946	272			NY	037	04726	
5143644	West Bay Shore	west-bay-shore	US		4648	America/New_York	40.70871	-73.28123	4			NY	103	38000	
5143649	West Beekmantown	west-beekmantown	US		0	America/New_York	44.77115	-73.55458	162			NY	019	05485	
5143650	West Bergen	west-bergen	US		0	America/New_York	43.06617	-78.00474	208			NY	037	06057	
5143651	West Berne	west-berne	US		0	America/New_York	42.62897	-74.18402	286	Mechanicville,Peoria,West Berne		NY	001	06211	
5143652	West Bethany	west-bethany	US		0	America/New_York	42.91395	-78.19224	304			NY	037	06266	
5143712	West Brighton	west-brighton	US		0	America/New_York	43.12145	-77.61972	174			NY	055	63000	
5143723	West Bush	west-bush	US		0	America/New_York	43.08313	-74.37819	347			NY	035	38792	
5143724	West Butler	west-butler	US		0	America/New_York	43.17868	-76.80801	135			NY	117	11473	
5143725	West Cambridge	west-cambridge	US		0	America/New_York	42.98952	-73.48067	161			NY	115	11836	
5143730	West Cameron	west-cameron	US		0	America/New_York	42.22396	-77.41943	321			NY	101	11880	
5143732	West Canadice Corners	west-canadice-corners	US		0	America/New_York	42.73701	-77.55222	461			NY	069	12100	
5143735	West Candor	west-candor	US		0	America/New_York	42.22035	-76.41772	295			NY	107	70178	
5143737	West Carthage	west-carthage	US		2065	America/New_York	43.97423	-75.61519	237			NY	045	13717	
5143738	West Caton	west-caton	US		0	America/New_York	42.08119	-77.06386	426			NY	101	12991	
5143743	West Charlton	west-charlton	US		0	America/New_York	42.95924	-74.02707	209			NY	091	13926	
5143747	West Chenango	west-chenango	US		0	America/New_York	42.20063	-75.9627	419			NY	007	15110	
5143748	West Chili	west-chili	US		0	America/New_York	43.09617	-77.78917	167			NY	055	15462	
5143752	West Colesville	west-colesville	US		0	America/New_York	42.14341	-75.7488	458			NY	007	17046	
5143753	West Conesville	west-conesville	US		0	America/New_York	42.37786	-74.42237	386	Strykersville,West Conesville		NY	095	17651	
5143754	West Copake	west-copake	US		0	America/New_York	42.09592	-73.58234	169	Anderson's Corners,West Copake		NY	021	18102	
5143756	West Corners	west-corners	US		0	America/New_York	42.11063	-76.07159	256			NY	007	76056	
5143757	West Corners	west-corners	US		0	America/New_York	43.0198	-73.98846	184			NY	091	28112	
5143773	West Danby	west-danby	US		0	America/New_York	42.31896	-76.5255	288			NY	109	19620	
5143775	West Day	west-day	US		0	America/New_York	43.26729	-74.06957	239	Huntsville,West Day,Westday		NY	091	23591	
5143777	West Delhi	west-delhi	US		0	America/New_York	42.29953	-75.00822	550			NY	025	20137	
5143781	West Durham	west-durham	US		0	America/New_York	42.39064	-74.2357	559			NY	039	21204	
5143784	West Ellery	west-ellery	US		0	America/New_York	42.19534	-79.3981	488			NY	013	23976	
5143786	West Elmira	west-elmira	US		4967	America/New_York	42.07813	-76.84524	270			NY	015	24240	
5143793	West Exeter	west-exeter	US		0	America/New_York	42.80229	-75.14961	400			NY	077	24845	
5143795	West Farms	west-farms	US		772	America/New_York	40.83982	-73.87764	5			NY	005		
5143800	West Dryden	west-dryden	US		0	America/New_York	42.51702	-76.41438	391			NY	109	20962	
5143803	West Fort Ann	west-fort-ann	US		0	America/New_York	43.40979	-73.57373	141			NY	115	26715	
5143808	West Gaines	west-gaines	US		0	America/New_York	43.28006	-78.29613	129			NY	073	27958	
5143809	West Galway	west-galway	US		0	America/New_York	43.00369	-74.10124	257	Top Notch,West Galway		NY	035	57353	
5143813	West Genesee Terrace	west-genesee-terrace	US		0	America/New_York	43.04784	-76.26048	171			NY	067	11913	
5143815	West Ghent	west-ghent	US		0	America/New_York	42.3187	-73.70012	69			NY	021	28871	
5143816	West Gilgo Beach	west-gilgo-beach	US		0	America/New_York	40.61288	-73.41957	2	Sand Point,West Gilgo,West Gilgo Beach,West Gilgo Heading		NY	103	04000	
5143817	West Glens Falls	west-glens-falls	US		7071	America/New_York	43.30007	-73.68401	116			NY	113	60356	
5143818	West Granville	west-granville	US		0	America/New_York	43.44785	-73.36261	100			NY	115	30037	
5143819	West Greece	west-greece	US		0	America/New_York	43.21867	-77.75778	130			NY	055	56561	
5143820	West Greenville	west-greenville	US		0	America/New_York	42.41175	-74.03902	208			NY	039	30620	
5143821	West Greenwood	west-greenwood	US		0	America/New_York	42.15368	-77.7136	686			NY	101	30741	
5143825	West Hampton Dunes	west-hampton-dunes	US		58	America/New_York	40.77593	-72.71538	2			NY	103	68473	
5143829	West Harpersfield	west-harpersfield	US		0	America/New_York	42.4348	-74.72349	481			NY	025	32281	
5143831	West Hebron	west-hebron	US		0	America/New_York	43.23063	-73.37567	147			NY	115	33040	
5143846	West Hill	west-hill	US		0	America/New_York	42.81563	-74.01235	182			NY	093	63935	
5143861	West Fowler	west-fowler	US		0	America/New_York	44.26784	-75.4516	178			NY	089	27100	
5143865	West Hoosick	west-hoosick	US		0	America/New_York	42.89952	-73.42511	163			NY	083	35463	
5143870	West Jewett	west-jewett	US		0	America/New_York	42.2637	-74.32903	578			NY	039	38638	
5143873	West Junius	west-junius	US		0	America/New_York	42.95062	-76.97358	150			NY	069	57529	
5143875	West Kendall	west-kendall	US		0	America/New_York	43.33589	-78.07585	98			NY	073	39188	
5143882	West Kortright	west-kortright	US		0	America/New_York	42.40119	-74.8521	496			NY	025	40068	
5143890	West Laurens	west-laurens	US		0	America/New_York	42.5298	-75.17156	455			NY	077	41531	
5143892	West Lee	west-lee	US		0	America/New_York	43.30951	-75.54962	211			NY	065	41762	
5143896	West Lowville	west-lowville	US		0	America/New_York	43.7934	-75.54769	370			NY	049	43731	
5143897	West Mahopac	west-mahopac	US		0	America/New_York	41.37093	-73.79013	210			NY	079	12529	
5143899	West Martinsburg	west-martinsburg	US		0	America/New_York	43.75951	-75.51741	384	West Martinsburg,West Martinsburgh		NY	049	45854	
5143904	West Mecox Village	west-mecox-village	US		0	America/New_York	40.91732	-72.32814	6			NY	103	68473	
5143906	West Kilns	west-kilns	US		0	America/New_York	44.43866	-73.90098	518			NY	019	06761	
5143908	West Middleburgh	west-middleburgh	US		0	America/New_York	42.59563	-74.35319	219	West Middleburg,West Middleburgh		NY	095	46855	
5143909	West Middlebury	west-middlebury	US		0	America/New_York	42.86256	-78.1514	344			NY	121	46877	
5143911	West Meredith	west-meredith	US		0	America/New_York	42.34647	-75.02266	504			NY	025	46624	
5143936	West Mount Vernon	west-mount-vernon	US		0	America/New_York	40.91232	-73.84791	37			NY	119	49121	
5143939	West New Brighton	west-new-brighton	US		0	America/New_York	40.63455	-74.11209	23	Factoryville,North Shore,West Brighton,West New Brighton		NY	085		
5143940	West Newark	west-newark	US		0	America/New_York	42.24313	-76.23632	299			NY	107	49913	
5143944	West Notch	west-notch	US		0	America/New_York	42.12562	-78.15529	584			NY	003	82623	
5143949	West Parishville	west-parishville	US		0	America/New_York	44.61506	-74.94603	163			NY	089	56374	
5143952	West Patterson	west-patterson	US		0	America/New_York	41.51009	-73.63068	166	Fredericksburgh,West Patterson		NY	079	56748	
5143953	West Pawling	west-pawling	US		0	America/New_York	41.58704	-73.66013	212			NY	027	56825	
5143954	West Perry	west-perry	US		0	America/New_York	42.72006	-78.03279	438			NY	121	57254	
5143955	West Perry Center	west-perry-center	US		0	America/New_York	42.74395	-78.07445	477			NY	121	78344	
5143956	West Perrysburg	west-perrysburg	US		0	America/New_York	42.47978	-79.0467	351			NY	009	57298	
5143957	West Perth	west-perth	US		0	America/New_York	43.01257	-74.26986	263			NY	035	57353	
5143958	West Phoenix	west-phoenix	US		0	America/New_York	43.22562	-76.30465	116			NY	067	44039	
5143960	West Pierrepont	west-pierrepont	US		0	America/New_York	44.49256	-75.05965	231			NY	089	57771	
5143965	West Plattsburgh	west-plattsburgh	US		0	America/New_York	44.71365	-73.56819	134	West Plattsburg,West Plattsburgh		NY	019	58585	
5143976	West Portland	west-portland	US		0	America/New_York	42.35228	-79.52144	229			NY	013	59421	
5143977	West Potsdam	west-potsdam	US		0	America/New_York	44.687	-75.08965	116	Smith's Corners,Smiths Corners,West Potsdam		NY	089	59575	
5143979	West Richmondville	west-richmondville	US		0	America/New_York	42.65202	-74.61348	415			NY	095	61599	
5143981	West Ridgeway	west-ridgeway	US		0	America/New_York	43.26784	-78.41947	126			NY	073	61742	
5143984	West Rush	west-rush	US		0	America/New_York	42.97645	-77.69945	171			NY	055	64144	
5143985	West Saint Johnsville	west-saint-johnsville	US		0	America/New_York	42.99952	-74.70042	101			NY	057		
5143987	West Saugerties	west-saugerties	US		0	America/New_York	42.11259	-74.04819	185			NY	111	65299	
5143990	West Schuyler	west-schuyler	US		0	America/New_York	43.0984	-75.15127	129			NY	043	65695	
5143992	West Seneca	west-seneca	US		44711	America/New_York	42.85006	-78.79975	182	Limestone Hill,Vest Seneka,West Seneca,wyst synyka,Вест Сенека,ويست سينيكا		NY	029	80918	
5143995	West Settlement	west-settlement	US		0	America/New_York	42.28786	-74.61404	553			NY	025	64001	
5143996	West Settlement	west-settlement	US		0	America/New_York	42.33231	-74.36959	630			NY	039	02803	
5144004	West Slaterville	west-slaterville	US		0	America/New_York	42.39396	-76.36299	322			NY	109	12606	
5144006	West Sparta	west-sparta	US		0	America/New_York	42.62701	-77.77305	188			NY	051	81006	
5144010	West Stephentown	west-stephentown	US		0	America/New_York	42.57952	-73.47261	388			NY	083	71102	
5144014	West Shelby	west-shelby	US		0	America/New_York	43.15923	-78.43697	205			NY	073	66751	
5144016	West Sweden	west-sweden	US		0	America/New_York	43.14923	-77.98724	204	Sweden,West Sweden		NY	055	72455	
5144018	West Taghkanic	west-taghkanic	US		0	America/New_York	42.12398	-73.72068	96	Lapham's,Miller's Corners,Millers Corners,West Taghkanic		NY	021	73077	
5144019	West Tiana	west-tiana	US		0	America/New_York	40.85982	-72.5437	9			NY	103	68473	
5144020	West Township	west-township	US		0	America/New_York	42.69952	-74.15096	383			NY	001	40002	
5144032	West Webster	west-webster	US		0	America/New_York	43.20478	-77.49639	131			NY	055	78971	
5144033	West Windsor	west-windsor	US		0	America/New_York	42.09897	-75.76408	401	Stillson Hollow,West Windsor		NY	007	82535	
5144035	West Woodstock	west-woodstock	US		0	America/New_York	42.84701	-75.88158	435			NY	053	13156	
5144043	Westbury South	westbury-south	US		0	America/New_York	40.75232	-73.56179	35			NY	059	34000	
5144045	Westchester Square	westchester-square	US		0	America/New_York	40.84056	-73.84613	20	Oostorp,Westchester Square		NY	005		
5144054	West Walworth	west-walworth	US		0	America/New_York	43.14673	-77.34554	165			NY	117	78102	
5144069	Westerlea	westerlea	US		0	America/New_York	43.04784	-76.27493	168			NY	067	11913	
5144070	Westerleigh	westerleigh	US		8927	America/New_York	40.62121	-74.13181	19			NY	085		
5144097	Westmere	westmere	US		7284	America/New_York	42.69119	-73.86873	89			NY	001	31104	
5144101	Westminster Park	westminster-park	US		0	America/New_York	44.35616	-75.92968	84	Westminister Park,Westminster Park		NY	045	01176	
5144110	Weston Mills	weston-mills	US		1472	America/New_York	42.0759	-78.37252	446			NY	009	59509	
5144123	Westvale	westvale	US		4963	America/New_York	43.04757	-76.22048	154			NY	067	28519	
5144127	Westview Manor	westview-manor	US		0	America/New_York	43.04396	-76.26909	179			NY	067	11913	
5144130	Westville Center	westville-center	US		0	America/New_York	44.94477	-74.39602	70	Westville Center,Westville Centre		NY	033	81215	
5144137	Wethersfield Springs	wethersfield-springs	US		0	America/New_York	42.68589	-78.20585	522			NY	121	81325	
5144147	Weyer	weyer	US		0	America/New_York	42.72839	-78.91587	209			NY	029	31654	
5144150	Weys Corners	weys-corners	US		0	America/New_York	41.95787	-73.89347	49	Pink's Corner,Pink's Corners,Way's Crossing,Wey's Crossing,Weys Corners		NY	027	61357	
5144165	Whallonsburg	whallonsburg	US		0	America/New_York	44.26422	-73.40291	86	Whallonsburg,Whallonsburgh,Whalonsburg,Whalsonburgh		NY	031	24768	
5144178	Wheatland Center	wheatland-center	US		0	America/New_York	43.00645	-77.8214	184	Wheatland,Wheatland Center		NY	055	81402	
5144182	Wheatley Heights	wheatley-heights	US		5130	America/New_York	40.76371	-73.36984	31			NY	103	04000	
5144187	Wheatville	wheatville	US		0	America/New_York	43.09617	-78.34141	205			NY	037	00474	
5144201	Wheeler Estates	wheeler-estates	US		0	America/New_York	42.90313	-73.93846	120			NY	093	29366	
5144219	Wheelertown	wheelertown	US		0	America/New_York	43.39535	-75.06322	422			NY	043	64254	
5144221	Wheelerville	wheelerville	US		0	America/New_York	43.15729	-74.48681	482			NY	035	12573	
5144231	Whig Corners	whig-corners	US		0	America/New_York	42.7098	-74.89432	421			NY	077	46910	
5144232	Whig Hill	whig-hill	US		0	America/New_York	43.29368	-76.07576	137			NY	075	80500	
5144240	Whipple Corner	whipple-corner	US		0	America/New_York	42.46674	-76.57244	371			NY	109	24548	
5144281	White Birches	white-birches	US		0	America/New_York	40.96788	-73.78263	70			NY	119	50617	
5144295	White Church	white-church	US		0	America/New_York	42.34396	-76.38549	330			NY	109	12606	
5144298	White Corners	white-corners	US		0	America/New_York	42.90812	-75.60351	359			NY	053	23305	
5144307	White Creek	white-creek	US		0	America/New_York	42.97008	-73.29122	200			NY	115	81578	
5144364	White Store	white-store	US		0	America/New_York	42.48591	-75.40351	330	White Store,White's Store,Whites Store		NY	017	53990	
5144374	Whiteford Hollow	whiteford-hollow	US		0	America/New_York	42.41951	-78.73392	437			NY	009	22678	
5144378	Whitehall Corners	whitehall-corners	US		0	America/New_York	41.27482	-73.71013	75			NY	119	68308	
5144390	Whiteface Landing	whiteface-landing	US		0	America/New_York	44.33977	-73.94709	570			NY	031	51935	
5144391	Whites	whites	US		0	America/New_York	43.07645	-77.70917	160			NY	055	15462	
5144397	Whiteside Corners	whiteside-corners	US		0	America/New_York	43.0648	-74.09124	338	Whiteside Corners,Whiteside's Corners		NY	091	28112	
5144399	Whiteport	whiteport	US		0	America/New_York	41.88231	-74.05514	53			NY	111	63737	
5144425	Whitney Estates	whitney-estates	US		0	America/New_York	42.76008	-73.78206	87			NY	001	17343	
5144449	Wiccopee	wiccopee	US		0	America/New_York	41.53898	-73.84625	72	Johnsville,Wiccopee		NY	027	21996	
5144524	Wiley Shelter	wiley-shelter	US		0	America/New_York	41.63759	-73.53235	216			NY	027	20819	
5144525	Wileytown	wileytown	US		0	America/New_York	42.71341	-75.03682	487			NY	077	55695	
5144526	Wileyville	wileyville	US		0	America/New_York	42.02757	-77.69666	629			NY	101	81105	
5144548	Willets	willets	US		0	America/New_York	42.7109	-76.70439	119	Willets,Willets Station		NY	011	41740	
5144567	Williams Bridge	williams-bridge	US		0	America/New_York	40.87732	-73.86625	31	Williams Bridge,Williamsbridge		NY	005		
5144572	Williams Corner	williams-corner	US		0	America/New_York	42.71284	-77.25331	332			NY	123	47020	
5144573	Williams Corners	williams-corners	US		0	America/New_York	42.89285	-75.67296	458			NY	053	23305	
5144575	Williams Grove	williams-grove	US		0	America/New_York	42.84812	-76.25326	242			NY	067	55651	
5144614	Willow Brook	willow-brook	US		0	America/New_York	42.17728	-79.40616	419			NY	013	23976	
5144618	Willow Brook	willow-brook	US		0	America/New_York	41.86176	-73.74402	111			NY	027	70662	
5144624	Willow Brook Park	willow-brook-park	US		0	America/New_York	42.88202	-73.9204	107			NY	093	29366	
5144632	Willow Glen	willow-glen	US		0	America/New_York	42.9634	-76.43605	282			NY	067	67521	
5144633	Willow Glen	willow-glen	US		0	America/New_York	42.9198	-73.72067	36	Willow Glen,Willowglen		NY	091	71333	
5144634	Willow Glen	willow-glen	US		0	America/New_York	42.48979	-76.32799	354			NY	109	20962	
5144645	Willow Point	willow-point	US		0	America/New_York	42.1023	-75.99048	270			NY	007	77255	
5144652	Willow Ridge Estates	willow-ridge-estates	US		0	America/New_York	43.01172	-78.8092	175			NY	029	02000	
5144663	Willowemoc	willowemoc	US		0	America/New_York	41.91898	-74.67238	554	Willowemac,Willowemoc		NY	105	49847	
5144670	Willsboro Point	willsboro-point	US		0	America/New_York	44.40866	-73.37819	45	Willisborough Point,Willsboro Point		NY	031	82271	
5144686	Wilmot Woods	wilmot-woods	US		0	America/New_York	40.9801	-73.78041	71			NY	119	50617	
5144702	Wilson Corners	wilson-corners	US		0	America/New_York	42.73479	-76.39327	334			NY	011	48307	
5144741	Winchell	winchell	US		0	America/New_York	41.91593	-74.25543	277			NY	111	54749	
5144747	Wincoma	wincoma	US		0	America/New_York	40.90343	-73.42568	10			NY	103	37000	
5144749	Windcrest Park	windcrest-park	US		0	America/New_York	43.03784	-76.29548	188			NY	067	11913	
5144750	Windecker	windecker	US		0	America/New_York	43.79924	-75.61241	512			NY	049	32358	
5144774	Winding Ways	winding-ways	US		0	America/New_York	42.88896	-76.41049	267	Shotwell Park,Winding Ways		NY	067	67521	
5144775	Windmill Farm	windmill-farm	US		0	America/New_York	41.1476	-73.68096	197	Windmill Farm,Windmill Farms		NY	119	51693	
5144782	Windsor Beach	windsor-beach	US		0	America/New_York	43.25395	-77.59722	76			NY	055	37726	
5144829	Winterton	winterton	US		0	America/New_York	41.52287	-74.47044	181			NY	105	44809	
5144835	Wiscoy	wiscoy	US		0	America/New_York	42.50229	-78.07973	359			NY	003	36112	
5144852	Withey	withey	US		0	America/New_York	42.24562	-77.98723	472	Whitney Crossings,Whitney's Crossings,Withey		NY	003	02011	
5144864	Wolcottsburg	wolcottsburg	US		0	America/New_York	43.05811	-78.63697	180	Wolcottsburg,Wolcottsburgh		NY	029	15825	
5144865	Wolcottsville	wolcottsville	US		0	America/New_York	43.11145	-78.51808	184			NY	063	64034	
5144880	Wolf Hill	wolf-hill	US		0	America/New_York	42.60424	-74.01041	438			NY	001	06211	
5144884	Wolf Lake Landing	wolf-lake-landing	US		0	America/New_York	43.60118	-75.02017	571			NY	043	78927	
5144896	Wolf Pond	wolf-pond	US		0	America/New_York	44.64921	-74.06654	459			NY	033	05716	
5144943	Woodard	woodard	US		0	America/New_York	43.14146	-76.19409	137			NY	067	16067	
5144966	Woodcliff Park	woodcliff-park	US		0	America/New_York	40.96676	-72.75399	24			NY	103	61984	
5145039	Woodruff Heights	woodruff-heights	US		0	America/New_York	42.8798	-73.93235	109			NY	093	29366	
5145043	Woods	woods	US		0	America/New_York	43.88312	-74.60433	559			NY	041	43412	
5145046	Woodlands	woodlands	US		0	America/New_York	41.02371	-73.83458	118			NY	119		
5145048	Woods Corners	woods-corners	US		0	America/New_York	42.86202	-75.19155	376			NY	043	82568	
5145050	Woods Corner	woods-corner	US		0	America/New_York	42.03146	-77.2947	476			NY	101	75737	
5145052	Woods Falls	woods-falls	US		0	America/New_York	44.92671	-73.63709	146	Wood's Falls,Woods Falls		NY	019	48252	
5145056	Woods Lake	woods-lake	US		0	America/New_York	43.85229	-74.95129	572			NY	043	78927	
5145057	Woods Mill	woods-mill	US		0	America/New_York	44.12145	-75.57826	188			NY	045	82348	
5145058	Woods Mills	woods-mills	US		0	America/New_York	44.69254	-73.61431	209	Wood's Falls,Woodfalls,Woods Mills		NY	019	65717	
5145064	Woodsburgh	woodsburgh	US		783	America/New_York	40.62399	-73.70846	2			NY	059	34000	
5145074	Woodstream Farms	woodstream-farms	US		0	America/New_York	43.00506	-78.71892	182			NY	029	02000	
5145088	Woodybrook	woodybrook	US		0	America/New_York	41.23509	-73.88903	76			NY	119	18410	
5145089	Wooglin	wooglin	US		0	America/New_York	42.25256	-79.46532	417			NY	013	14069	
5145106	Worth Center	worth-center	US		0	America/New_York	43.74257	-75.85436	446	Worth Center,Worth Centre		NY	045	83162	
5145120	Wright Settlement	wright-settlement	US		0	America/New_York	43.2509	-75.4149	161			NY	065	63418	
5145122	Wrights Corner	wrights-corner	US		0	America/New_York	42.85867	-78.1039	373			NY	121	46877	
5145125	Wrights Corners	wrights-corners	US		0	America/New_York	43.22256	-78.67698	121	Wright's Corners,Wrights Corners		NY	063	50232	
5145126	Wrights Corners	wrights-corners	US		0	America/New_York	43.21785	-76.35854	127	Wrights Corner,Wrights Corners		NY	067	44039	
5145130	Wurtemburg	wurtemburg	US		0	America/New_York	41.89593	-73.86708	119	Wurtemburg,Wurtemburgh		NY	027	61357	
5145132	Wurtsboro Hills	wurtsboro-hills	US		0	America/New_York	41.5912	-74.50571	346			NY	105	44809	
5145134	Wyandale	wyandale	US		0	America/New_York	42.55534	-78.76558	396	Woodward Hollow,Woodwards Hollow,Wyandale		NY	029	17585	
5145137	Wyatts	wyatts	US		0	America/New_York	42.85119	-74.00957	80			NY	093	29366	
5145142	Wykagyl	wykagyl	US		14146	America/New_York	40.94149	-73.79902	39			NY	119	50617	
5145144	Wykagyl Park	wykagyl-park	US		0	America/New_York	40.94177	-73.78541	47			NY	119	50617	
5145147	Wurlitzer Park Village	wurlitzer-park-village	US		0	America/New_York	43.06061	-78.85281	175			NY	063	53682	
5145149	Wyman Corner	wyman-corner	US		0	America/New_York	42.1998	-75.76575	463			NY	007	25604	
5145159	Wyomanock	wyomanock	US		0	America/New_York	42.5173	-73.36039	284			NY	083	71102	
5145167	Yaddo	yaddo	US		0	America/New_York	43.06757	-73.75818	96			NY	091	65255	
5145168	Yagerville	yagerville	US		0	America/New_York	41.84537	-74.41293	443			NY	111	63011	
5145173	Yaleville	yaleville	US		0	America/New_York	44.76728	-74.99242	97			NY	089	51330	
5145178	Yankee Lake	yankee-lake	US		0	America/New_York	41.58343	-74.54433	459			NY	105	44809	
5145249	Yellow Mills	yellow-mills	US		0	America/New_York	43.06062	-77.25693	137			NY	117	44160	
5145263	Youmans Corner	youmans-corner	US		0	America/New_York	42.40341	-75.25489	381			NY	077	76012	
5145266	Young Hickory	young-hickory	US		0	America/New_York	42.05285	-77.6086	550			NY	101	75440	
5145268	Yosts	yosts	US		0	America/New_York	42.91174	-74.45819	88			NY	057	47834	
5145271	Youngs	youngs	US		0	America/New_York	42.30008	-75.31823	370			NY	025	67345	
5145272	Youngs	youngs	US		0	America/New_York	43.20646	-76.16659	113			NY	067	16067	
5145277	Youngs Crossing	youngs-crossing	US		0	America/New_York	42.90452	-75.07849	441			NY	043	17431	
5145283	Youngstown Estates	youngstown-estates	US		0	America/New_York	43.23672	-79.04727	92			NY	063	59267	
5145295	Zena	zena	US		1031	America/New_York	42.01676	-74.07625	115			NY	111	83052	
5145337	Aaronsburg (historical)	aaronsburg-historical	US		0	America/New_York	40.39839	-82.69517	409			OH	117	73061	
5145338	Abanaka	abanaka	US		0	America/New_York	40.76005	-84.69829	254			OH	161	85750	
5145340	Abbeyville	abbeyville	US		0	America/New_York	41.19728	-81.8868	270	Abbeville,Abbeyville,Abbyville,Weymouth		OH	103	87052	
5145347	Abbottsville	abbottsville	US		0	America/New_York	40.03755	-84.57829	326	Abbotsville,Abbottsville		OH	037	79380	
5145350	Abe	abe	US		0	America/New_York	40.16588	-84.37439	296			OH	109	54138	
5145354	Abledell	abledell	US		0	America/New_York	40.01785	-81.62401	257			OH	059	11003	
5145361	Academia	academia	US		0	America/New_York	40.41367	-82.46822	321	Academia,College Place,Mount Vernon College		OH	083	52290	
5145366	Achor	achor	US		0	America/New_York	40.77423	-80.54174	253	Achor,Achorstown,Achortown,Anchorstown,Middleton		OH	029	49784	
5145391	Adams Mills	adams-mills	US		0	America/New_York	40.15674	-81.9468	223	Adams Mill,Adams Mills		OH	119	12406	
5145395	Adams Ridge	adams-ridge	US		0	America/New_York	41.39866	-84.2655	223			OH	039	00268	
5145414	Adario	adario	US		0	America/New_York	40.9345	-82.45017	351	Adario,Adrio,Lafayette		OH	139	10646	
5145442	Aetnaville	aetnaville	US		0	America/New_York	40.08341	-80.7373	202			OH	013	61378	
5145444	Africa	africa	US		0	America/New_York	40.18228	-82.95713	264	Africa,East Orange		OH	041	58618	
5145459	Ai	ai	US		0	America/New_York	41.62811	-83.93522	222			OH	051	29036	
5145466	Ainger	ainger	US		0	America/New_York	41.63977	-84.68384	278			OH	171	08630	
5145467	Air Line Junction	air-line-junction	US		0	America/New_York	41.63866	-83.58243	189	Air Line Junction,Air Line Junction Station,Airline Junction		OH	095	77000	
5145517	Alcony	alcony	US		0	America/New_York	40.01145	-84.05799	302	Alcony,Miami City		OH	109	24836	
5145541	Alexis Addition	alexis-addition	US		0	America/New_York	41.71977	-83.52688	180	Alexis,Alexis Addition		OH	095	81438	
5145553	Alikanna	alikanna	US		0	America/New_York	40.38757	-80.63591	220	Alikana,Alikand,Alikanna,Mill Vale		OH	081	37534	
5145571	Allen Center	allen-center	US		0	America/New_York	40.24173	-83.47798	323	Allen Center,Allen Centre		OH	159	01336	
5145618	Alliance Junction	alliance-junction	US		0	America/New_York	40.92089	-81.04232	334			OH	099	72740	
5145677	Ambler Heights	ambler-heights	US		0	America/New_York	41.49727	-81.60096	246	Ambler Heights,Ambler Park,Chestnut Hills		OH	035	16014	
5145700	Amherst Heights	amherst-heights	US		0	America/New_York	40.83006	-81.51595	317			OH	151	38094	
5145730	Amoy	amoy	US		0	America/New_York	40.82867	-82.55323	383	Amo,Amoy		OH	139	28406	
5145742	Anderson (historical)	anderson-historical	US		0	America/New_York	41.73894	-80.6223	303			OH	007	62568	
5145780	Angus	angus	US		0	America/New_York	41.19672	-83.28492	224	Angus,Angus Station		OH	147	43316	
5145783	Ankenytown	ankenytown	US		0	America/New_York	40.53423	-82.50489	348	Ankeneytown,Ankenytown,Ankney,Ankney Town,Ankneytown,Shaler Mills,Shalers Mills,Shallers Mills,Squeal		OH	083	05844	
5146273	Avery Terrace	avery-terrace	US		0	America/New_York	41.73116	-81.24177	196			OH	085	59416	
5145825	Antietam (historical)	antietam-historical	US		0	America/New_York	41.33256	-80.59841	329	Anteitam,Antietam (historical)		OH	155	34230	
5145925	Arbor Hills	arbor-hills	US		0	America/New_York	41.60033	-83.55382	187			OH	173	68686	
5145983	Arlington Woods	arlington-woods	US		0	America/New_York	41.28755	-83.65271	208			OH	173	43400	
5146000	Arena (historical)	arena-historical	US		0	America/New_York	41.13533	-84.63134	223			OH	125	61266	
5146011	Arrowhead	arrowhead	US		0	America/New_York	40.55367	-81.24872	289	Arrowhead,Arrowhead Cottage Area		OH	019	51324	
5146012	Arrowhead Beach	arrowhead-beach	US		0	America/New_York	41.69893	-81.389	190			OH	085	49056	
5146018	Artanna	artanna	US		0	America/New_York	40.32201	-82.31043	338			OH	083	33880	
5146032	Asbury Hills	asbury-hills	US		0	America/New_York	41.39144	-83.66243	204			OH	173	07972	
5146087	Ashmont (historical)	ashmont-historical	US		0	America/New_York	41.37616	-82.43989	189			OH	043	79730	
5146114	Ashwood (historical)	ashwood-historical	US		0	America/New_York	41.25588	-84.45717	218			OH	039	21322	
5146144	Attica Junction	attica-junction	US		0	America/New_York	41.087	-82.87713	289	Attic,Attica Junction,Attica Station,Detroit		OH	147	65942	
5146151	Atwater Center	atwater-center	US		0	America/New_York	41.02367	-81.14788	352	Atwater Center,Atwater Centre		OH	133	02862	
5146156	Atwood (historical)	atwood-historical	US		0	America/New_York	40.55256	-81.24233	282			OH	019	51324	
5146157	Atwood Cove	atwood-cove	US		0	America/New_York	40.54673	-81.244	288			OH	019	51324	
5146158	Atwood Crossing	atwood-crossing	US		0	America/New_York	40.54867	-81.23705	287			OH	019	51324	
5146166	Atwood Pines	atwood-pines	US		0	America/New_York	40.55312	-81.23011	287			OH	019	51324	
5146168	Atwood Valley	atwood-valley	US		0	America/New_York	40.55506	-81.21622	293			OH	019	51324	
5146169	Atwood Village	atwood-village	US		0	America/New_York	40.5359	-81.24844	294			OH	019	51324	
5146175	Auburn Center	auburn-center	US		0	America/New_York	40.94506	-82.74351	306	Auburn,Auburn Center		OH	033	02890	
5146176	Auburn Center	auburn-center	US		0	America/New_York	41.38728	-81.24621	375	Auburn,Auburn Center,Auburn Centre,Bridge Creek,Oral		OH	055	02904	
5146178	Auburn Corners	auburn-corners	US		0	America/New_York	41.38728	-81.21621	368	Auburn,Auburn Corners		OH	055	02904	
5146193	Augerburg	augerburg	US		0	America/New_York	41.16311	-81.16732	338	Auger Burg,Augerburg,Augersburg		OH	133	13610	
5146220	Aukerman	aukerman	US		0	America/New_York	40.95978	-82.02487	282	Aukerman,Aukerman Station,Burbank		OH	169	18322	
5146246	Austin Village	austin-village	US		0	America/New_York	41.24256	-80.85925	276			OH	155	80892	
5146256	Austintown	austintown	US		29677	America/New_York	41.10172	-80.76452	344	Austin,Austin Centre,Austintown,Austintown Centre,Orange		OH	099	03198	
5146046	Ash	ash	US	28420	0	America/New_York	40.05534	-82.66906	374			OH	089	39102	
5146282	Avon Center	avon-center	US		15724	America/New_York	41.45976	-82.01959	210	Avon Center,Avon Centre		OH	093	03352	
5146307	Axtel	axtel	US		0	America/New_York	41.36866	-82.36377	233	Axtel,Axtell		OH	043	79730	
5146319	Ayersville	ayersville	US		0	America/New_York	41.23866	-84.2855	222	Ayersville,Ayresville		OH	039	35196	
5146335	Aztec Subdivision	aztec-subdivision	US		0	America/New_York	41.61727	-83.4641	185			OH	173	57190	
5146342	Bacon	bacon	US		0	America/New_York	40.22091	-81.77541	250	Bacon,Bacon Run		OH	031	43960	
5146354	Baddow Pass (historical)	baddow-pass-historical	US		0	America/New_York	40.49451	-82.14793	338	Baddaw Pass,Baddow Pass (historical)		OH	075	66712	
5146362	Bailey Lake	bailey-lake	US		371	America/New_York	40.94589	-82.35961	321	Bailey Lake,Bailey Lakes		OH	005	15672	
5146367	Badgertown	badgertown	US		0	America/New_York	40.02979	-81.08205	321	Badgersburg,Badgerstown,Badgertown		OH	013	30968	
5146373	Bairdstown	bairdstown	US		133	America/New_York	41.17283	-83.60799	225			OH	173	07020	
5146407	Baldwin (historical)	baldwin-historical	US		0	America/New_York	41.58311	-84.49717	255			OH	171	38864	
5146427	Ball Subdivision	ball-subdivision	US		0	America/New_York	41.18838	-84.44911	214			OH	125	03002	
5146438	Ballville	ballville	US		2976	America/New_York	41.32783	-83.13214	189	Ballsville,Ballville		OH	143	03730	
5146448	Ballou	ballou	US		0	America/New_York	40.19977	-84.06022	336			OH	149	31850	
5146459	Bangorville	bangorville	US		0	America/New_York	40.56506	-82.56406	419	Bangor,Bangorville		OH	139	38794	
5146464	Banker Heights	banker-heights	US		0	America/New_York	40.76117	-81.41928	333			OH	151	12014	
5146528	Barnes Corners	barnes-corners	US		0	America/New_York	41.50978	-81.05176	350			OH	055	36946	
5146529	Barnes Corners (historical)	barnes-corners-historical	US		0	America/New_York	41.67811	-80.91037	256			OH	007	77686	
5146552	Barrick	barrick	US		0	America/New_York	40.53284	-81.25233	288	Barrick,Barricks		OH	019	51324	
5146553	Barrick Corners	barrick-corners	US		0	America/New_York	40.1909	-82.55072	355			OH	089	10366	
5146559	Barrs Mills	barrs-mills	US		0	America/New_York	40.54867	-81.62346	299	Barr,Barrs Mill,Barrs Mills,Walters Mill		OH	157	75217	
5146569	Barton Manor	barton-manor	US		0	America/New_York	40.01952	-81.62096	269			OH	059	11003	
5146586	Bass Landing	bass-landing	US		0	America/New_York	40.5106	-84.52662	265			OH	107	28350	
5146591	Bassett (historical)	bassett-historical	US		0	America/New_York	41.212	-83.67354	215			OH	173	34986	
5146603	Bates Corners	bates-corners	US		0	America/New_York	41.05061	-81.6379	314	Bates Corners,Loyal Oak,Loyaloak		OH	153	57260	
5146610	Bath Center	bath-center	US		0	America/New_York	41.16867	-81.63679	302	Bath,Bath Center		OH	153	04248	
5146630	Battlesburg	battlesburg	US		0	America/New_York	40.69812	-81.37011	344			OH	151	62694	
5146638	Batemantown	batemantown	US		0	America/New_York	40.52589	-82.596	351	Bateman,Batemantown,Batesmantown,Batmantown		OH	083	49658	
5146655	Bay (historical)	bay-historical	US		0	America/New_York	40.55421	-84.27801	272			OH	011	81074	
5146666	Bay View	bay-view	US		613	America/New_York	41.46866	-82.82685	176	Bay View,Bay-View		OH	043	47572	
5146667	Bay View	bay-view	US		660	America/New_York	41.43255	-82.96047	175			OH	143	67188	
5146685	Bayer Trailer Court	bayer-trailer-court	US		0	America/New_York	41.5395	-83.5816	195			OH	173	62162	
5146690	Bayshore	bayshore	US		0	America/New_York	41.4195	-82.93436	177			OH	143	77162	
5146723	Beacon Hill	beacon-hill	US		0	America/New_York	41.37561	-81.33872	342			OH	055	03590	
5146726	Beagle (historical)	beagle-historical	US		0	America/New_York	40.93561	-83.64243	256			OH	063	37800	
5146732	Beamsville	beamsville	US		0	America/New_York	40.18727	-84.58551	306			OH	037	66656	
5146755	Beardsley (historical)	beardsley-historical	US		0	America/New_York	41.54866	-81.07176	385	Beardsley (historical),Scottsburgh		OH	055	36946	
5146757	Bears Mill	bears-mill	US		0	America/New_York	40.11088	-84.54079	311			OH	037	00254	
5146758	Beartown	beartown	US		0	America/New_York	40.57478	-81.51401	274			OH	157	28462	
5146772	Beartown	beartown	US		0	America/New_York	41.35839	-81.29011	339			OH	055	02904	
5146803	Beaver Dam Station	beaver-dam-station	US		0	America/New_York	40.83283	-83.97633	261			OH	003	66614	
5146824	Becker Highlands	becker-highlands	US		0	America/New_York	40.37479	-80.66563	361			OH	081	74608	
5146828	Becks Mills	becks-mills	US		0	America/New_York	40.48784	-81.8193	280			OH	075	48692	
5146840	Bedford Heights	bedford-heights	US		10625	America/New_York	41.417	-81.52734	317			OH	035	04920	
5146856	Beech	beech	US		0	America/New_York	40.07923	-82.75351	346			OH	089	39102	
5146857	Beech (historical)	beech-historical	US		0	America/New_York	40.55784	-82.97685	298			OH	101	15196	
5146883	Beebetown	beebetown	US		0	America/New_York	41.27478	-81.87819	287			OH	103	44240	
5146897	Beechwood	beechwood	US		0	America/New_York	40.89145	-81.13399	382			OH	151	81634	
5146898	Beechwood	beechwood	US		0	America/New_York	40.37785	-80.70813	353			OH	081	19484	
5146906	Beechwood Trails	beechwood-trails	US		3020	America/New_York	40.02367	-82.65072	368			OH	089	33894	
5146929	Belfort	belfort	US		0	America/New_York	40.81228	-81.24539	342			OH	151	58926	
5146950	Bellaire Gardens	bellaire-gardens	US		0	America/New_York	40.62034	-83.13214	291			OH	101	47768	
5146974	Bellepoint	bellepoint	US		0	America/New_York	40.24589	-83.15158	264	Bell Point,Belle Point,Bellepoint,Bellpoint		OH	041	18140	
5146975	Belleve	belleve	US		0	America/New_York	40.24229	-80.89509	277			OH	067	72361	
5147017	Belmont Farms	belmont-farms	US		0	America/New_York	41.57588	-83.58549	190			OH	173	62162	
5147025	Belmont Park	belmont-park	US		0	America/New_York	41.18089	-80.67008	335			OH	155	43344	
5147030	Belmont Ridge	belmont-ridge	US		0	America/New_York	40.1659	-81.17983	354	Belmont Ridge,Compher		OH	013	27566	
5147034	Belmont Woods	belmont-woods	US		0	America/New_York	41.58588	-83.57855	187			OH	173	62162	
5147042	Belvedere	belvedere	US		0	America/New_York	40.35785	-80.76508	318			OH	081	82180	
5147047	Ben	ben	US		0	America/New_York	40.09173	-82.30876	282			OH	089	46508	
5147073	Bennetts Corners	bennetts-corners	US		0	America/New_York	41.27644	-81.78513	321	Bennetts Corner,Bennetts Corners,Burnetts Corners		OH	103	09680	
5147081	Bentley (historical)	bentley-historical	US		0	America/New_York	41.20978	-80.52202	258			OH	155	09190	
5147144	Berlin Heights Station	berlin-heights-station	US		0	America/New_York	41.35283	-82.49406	190	Berlin,Berlin Heights Station,Berlin Station,Eldridge		OH	043	05802	
5147158	Berlinville	berlinville	US		0	America/New_York	41.30255	-82.51462	237			OH	043	05802	
5147176	Berwyn (historical)	berwyn-historical	US		0	America/New_York	40.24257	-81.48928	258			OH	157	81648	
5147318	Bethlehem (historical)	bethlehem-historical	US		0	America/New_York	40.48367	-83.13186	293			OH	101	80514	
5147341	Bettes Corners	bettes-corners	US		0	America/New_York	41.10283	-81.48873	307			OH	153	01000	
5147350	Beudale (historical)	beudale-historical	US		0	America/New_York	41.49005	-81.27483	360			OH	055	54292	
5147357	Beulah Beach	beulah-beach	US		53	America/New_York	41.39199	-82.44211	183			OH	043	79730	
5147361	Beulah Park	beulah-park	US		0	America/New_York	41.57922	-81.57262	180			OH	035	16000	
5147398	Biddle (historical)	biddle-historical	US		0	America/New_York	40.84033	-82.81824	324			OH	033	70366	
5147429	Big Italy	big-italy	US		0	America/New_York	41.49088	-81.66541	206			OH	035	16000	
5147501	Biltmore Gardens	biltmore-gardens	US		0	America/New_York	41.60699	-83.4666	186	Biltmore,Biltmore Gardens		OH	173	57190	
5147507	Binola	binola	US		0	America/New_York	41.33283	-81.8368	262	Albion,Albion's Corners,Binola		OH	035	75098	
5147517	Birds Nest	birds-nest	US		0	America/New_York	41.47505	-81.77708	224	Birds Nest,Birdtown		OH	035	41664	
5147518	Birds Run	birds-run	US		0	America/New_York	40.16896	-81.64735	240	Birds Run,Birds Run Station,Bridgeville		OH	059	84616	
5147520	Billingstown	billingstown	US		0	America/New_York	41.69311	-84.79551	315			OH	171	57162	
5147543	Bixler (historical)	bixler-historical	US		0	America/New_York	40.66673	-81.49123	290			OH	151	06180	
5147547	Blachleyville	blachleyville	US		0	America/New_York	40.7645	-82.0821	303	Blachleyville,Blachlyville,Blackleysville,Blackleyville,Blanchleysville,Blatchleysville		OH	169	62995	
5147565	Black Horse	black-horse	US		0	America/New_York	41.15895	-81.27316	328	Black Horse,Blackhorse		OH	133	65606	
5147581	Black Run	black-run	US		0	America/New_York	40.10035	-82.17098	237	Black Run,Blackrun		OH	119	37926	
5147585	Blackband	blackband	US		0	America/New_York	40.4259	-81.54206	274	Black Band,Black Band Station,Blackband,Blackband Station,Deardoffs Mills		OH	157	38836	
5147587	Blackberry Corner	blackberry-corner	US		0	America/New_York	41.60366	-83.28076	177			OH	123	05620	
5147614	Blainesville	blainesville	US		0	America/New_York	40.12174	-80.88815	263	Blaine,Blainesville,Blaineville		OH	013	84602	
5147619	Blairmont	blairmont	US		0	America/New_York	40.23896	-80.88981	281			OH	067	72361	
5147621	Blake	blake	US		0	America/New_York	41.047	-81.81513	365	Blake,Steamtown		OH	103	32676	
5147630	Blanchard (historical)	blanchard-historical	US		0	America/New_York	40.10756	-82.48571	297			OH	089	31416	
5147669	Blendon Corner	blendon-corner	US		0	America/New_York	40.08034	-82.92879	246	Blenden Corner,Blendon,Blendon Corner,Blendon Corners,Blendon Cross Roads,Blendon Four Corners,Four Corners,Harrison		OH	049	06922	
5147672	Blocktown (historical)	blocktown-historical	US		0	America/New_York	40.747	-83.69077	296			OH	065	81298	
5147673	Bloody Corners	bloody-corners	US		0	America/New_York	41.11756	-81.12176	335			OH	133	24584	
5147674	Bloom Center	bloom-center	US		0	America/New_York	40.41727	-83.94549	308	Bloom Center,Bloom Centre		OH	091	07118	
5147675	Bloom Center	bloom-center	US		0	America/New_York	41.21089	-83.59271	217	Bloom Center,Bloom Centre,Marvel		OH	173	07020	
5147710	Bloomingville	bloomingville	US		0	America/New_York	41.35505	-82.72713	211	Blommingville,Bloomingville,Wheatsborough		OH	043	59276	
5147745	Blue Row	blue-row	US		0	America/New_York	40.19257	-81.8618	249			OH	031	28252	
5147749	Bluebird Beach	bluebird-beach	US		0	America/New_York	41.41866	-82.37877	181			OH	043	79730	
5147762	Bluff (historical)	bluff-historical	US		0	America/New_York	40.35007	-82.11654	250	Bluff (historical),Pomerine		OH	031	54376	
5147765	Bluestone	bluestone	US		0	America/New_York	41.53338	-81.54651	267			OH	035	16014	
5147803	Boden	boden	US		0	America/New_York	40.11507	-81.70235	329			OH	059	40838	
5147840	Bolindale	bolindale	US		2089	America/New_York	41.20728	-80.77758	290			OH	155	36554	
5147860	Bon Air Estates	bon-air-estates	US		0	America/New_York	40.66034	-81.13038	334			OH	019	09400	
5147861	Bona Vesta	bona-vesta	US		0	America/New_York	41.48811	-84.52717	227			OH	171	64920	
5147866	Boneta	boneta	US		0	America/New_York	41.0995	-81.77513	336			OH	103	71801	
5147879	Booktown	booktown	US		0	America/New_York	41.38894	-83.10797	183			OH	143	70408	
5147901	Bostelmans Corners	bostelmans-corners	US		0	America/New_York	41.41783	-84.18995	211	Bostelman's Corners,Bostelmans Corners,Dogtown,Half-Way House,Hell's Half Acre		OH	069	53564	
5147904	Boston Heights	boston-heights	US		1292	America/New_York	41.26478	-81.51317	326	Boston,Boston Heights,Boston Ledges		OH	153	07790	
5147919	Boswell (historical)	boswell-historical	US		0	America/New_York	40.95061	-80.95481	362			OH	099	31038	
5147921	Bosworth (historical)	bosworth-historical	US		0	America/New_York	41.28061	-81.48345	311	Bossworth,Bosworth (historical)		OH	153	45976	
5147933	Botzum	botzum	US		0	America/New_York	41.162	-81.57512	228	Basin,Botzum,Buckeye,Niles,Yellow Creek Basin		OH	153	19778	
5147936	Boughtonville	boughtonville	US		0	America/New_York	41.05255	-82.61129	301	Boughton,Boughtonville,Broughtonville		OH	077	67300	
5147952	Bowen (historical)	bowen-historical	US		0	America/New_York	41.71588	-83.79716	210			OH	095	66516	
5147982	Bowlusville	bowlusville	US		0	America/New_York	40.02645	-83.79854	293	Bowlasville,Bowlusville,Lawrence,Lawrence Station,Lawrenceville		OH	023	51912	
5147992	Bowmans Corners	bowmans-corners	US		0	America/New_York	40.98811	-80.85758	334	Bowman,Bowmans Corners		OH	099	25088	
5147995	Bowsherville (historical)	bowsherville-historical	US		0	America/New_York	40.73811	-83.29353	277	Bowshersville,Bowsherville (historical)		OH	175	62904	
5148009	Boydsville	boydsville	US		0	America/New_York	40.06479	-80.7662	225	Boydsville,Boydville		OH	013	61378	
5148010	Boyer	boyer	US		0	America/New_York	40.94423	-80.72897	355			OH	099	04668	
5148018	Boys Village	boys-village	US		0	America/New_York	40.83228	-81.90181	349			OH	169	86548	
5148023	Braceville Ridge	braceville-ridge	US		0	America/New_York	41.23617	-80.97537	312			OH	155	08056	
5148054	Brady Estates	brady-estates	US		0	America/New_York	40.3734	-80.63424	322			OH	081	74608	
5148064	Brailey	brailey	US		0	America/New_York	41.55533	-83.92217	206	Brailey,Milroy		OH	051	75861	
5148098	Branstetter (historical)	branstetter-historical	US		0	America/New_York	40.81061	-81.98042	262	Branstetter (historical),Branstetter Station		OH	169	86562	
5148101	Bratenahl	bratenahl	US		1171	America/New_York	41.54255	-81.62624	187			OH	035	08336	
5148130	Brehm (historical)	brehm-historical	US		0	America/New_York	40.62227	-84.74663	256			OH	107	43260	
5148141	Brentwood Estates	brentwood-estates	US		0	America/New_York	40.36868	-80.73314	349			OH	081	19484	
5148144	Brentwood Lake	brentwood-lake	US		0	America/New_York	41.31616	-82.07765	236			OH	093	12140	
5148171	Briar Hill Corners	briar-hill-corners	US		0	America/New_York	41.49061	-81.33983	316			OH	055	69232	
5148178	Briarwood Beach	briarwood-beach	US		766	America/New_York	41.07672	-81.89625	319	Briarwood,Briarwood Beach,Lafayette		OH	103	41174	
5148180	Briceton	briceton	US		0	America/New_York	41.08449	-84.63107	225			OH	125	61266	
5148201	Bridgewater Center	bridgewater-center	US		0	America/New_York	41.65811	-84.63079	278	Bridgewater,Bridgewater Center		OH	171	08630	
5148218	Brighton Gardens	brighton-gardens	US		0	America/New_York	41.60588	-83.46632	186			OH	173	57190	
5148229	Brimestone Corners (historical)	brimestone-corners-historical	US		0	America/New_York	40.87728	-81.6054	336			OH	151	42168	
5148235	Brimfield Station	brimfield-station	US		0	America/New_York	41.09978	-81.37039	327	Boosingers,Brimfield Station,Thorndike,Thorndyke		OH	133	08840	
5148240	Brindle Corner	brindle-corner	US		0	America/New_York	40.29645	-83.2013	283			OH	041	70842	
5148258	Brittain	brittain	US		0	America/New_York	41.0645	-81.46317	325	Brittain,Britton		OH	153	01000	
5148265	Broadacre	broadacre	US		0	America/New_York	40.36618	-80.78314	261	Broad Acre,Broadacre,Creswell,Skelley,Skelleys,Skelleys Station,Skelly		OH	081	82180	
5148272	Broadview Gardens	broadview-gardens	US		0	America/New_York	41.42283	-81.69402	234			OH	035	16000	
5148313	Broken Sword	broken-sword	US		0	America/New_York	40.90672	-83.01686	303	Bloody Corners,Broken Sword,Brokensword,Porterville,Wingarts Corners,Wingert Corners,Wingerts Corners		OH	033	45500	
5148316	Brockway (historical)	brockway-historical	US		0	America/New_York	41.27728	-80.56841	322			OH	155	34230	
5148332	Brookfield Center	brookfield-center	US		1207	America/New_York	41.24061	-80.55785	326			OH	155	09190	
5148347	Brooklyn Acres	brooklyn-acres	US		0	America/New_York	41.43561	-81.73096	240			OH	035	09246	
5148352	Brooklyn Heights	brooklyn-heights	US		1543	America/New_York	41.42533	-81.68818	234			OH	035	16000	
5148390	Brookside Park	brookside-park	US		0	America/New_York	41.26589	-80.83675	274			OH	155	80906	
5148394	Brookwood Beach	brookwood-beach	US		0	America/New_York	41.63171	-81.48401	184			OH	085	85638	
5148402	Brown Corner	brown-corner	US		0	America/New_York	41.26561	-80.80147	282	Brown Corner,Brown Corners,Browns Corners		OH	155	36554	
5148431	Brownhelm	brownhelm	US		0	America/New_York	41.38893	-82.28266	223	Brown Helm,Brownhelm,Brownhelm Center		OH	093	09568	
5148438	Brownhelm Station	brownhelm-station	US		0	America/New_York	41.40949	-82.29405	195			OH	093	09568	
5148446	Browns Crossroads	browns-crossroads	US		0	America/New_York	40.60255	-83.52382	297			OH	065	22736	
5148447	Browns Heights	browns-heights	US		0	America/New_York	40.03035	-81.61068	262	Brown,Brown Heights,Browns Heights		OH	059	11003	
5148472	Brunersburg	brunersburg	US		0	America/New_York	41.30672	-84.38689	210	Brunersburg,Brunersburgh,Brunnersburg		OH	039	56014	
5148505	Brush Lake (historical)	brush-lake-historical	US		0	America/New_York	40.16811	-83.57743	344			OH	021	69078	
5148506	Brush Ridge	brush-ridge	US		0	America/New_York	40.68756	-83.15353	290	Brush Ridge,Brush Ridge Corners		OH	101	31192	
5148549	Bryar	bryar	US		0	America/New_York	40.02339	-83.88382	319	Bryar,Disert		OH	023	29862	
5148582	Buckeye Beach	buckeye-beach	US		0	America/New_York	41.86116	-80.95121	183			OH	007	29624	
5148584	Buckeye City	buckeye-city	US		0	America/New_York	40.44395	-82.25849	297	Buckeye,Buckeye City		OH	083	78358	
5148603	Buckeye Terrace	buckeye-terrace	US		0	America/New_York	40.29116	-84.168	317			OH	149	16168	
5148611	Buckhorn Corner	buckhorn-corner	US		0	America/New_York	40.2231	-84.77524	322			OH	037	37758	
5148616	Buckingham Court	buckingham-court	US		0	America/New_York	40.38617	-82.46155	320			OH	083	53102	
5148629	Bucks Corner	bucks-corner	US		0	America/New_York	40.30921	-84.77524	320	Buck Corners,Bucks Corner		OH	037	50960	
5148658	Buena Vista (historical)	buena-vista-historical	US		0	America/New_York	40.77866	-84.5519	246			OH	161	87136	
5148659	Buena Vista Beach	buena-vista-beach	US		0	America/New_York	41.80977	-81.12788	191			OH	085	61896	
5148661	Buena Vista Heights	buena-vista-heights	US		0	America/New_York	40.38118	-80.66702	356			OH	081	74608	
5148672	Bulah	bulah	US		0	America/New_York	41.782	-80.66841	283			OH	007	21672	
5148675	Bulkhead	bulkhead	US		0	America/New_York	40.5206	-84.42134	265			OH	011		
5148683	Bundysburg	bundysburg	US		0	America/New_York	41.42006	-81.00815	296	Bundisburg,Bundysburg,Bundysburgh		OH	055	59948	
5148705	Bunkers Corners	bunkers-corners	US		0	America/New_York	41.08283	-81.34705	349			OH	133	08840	
5148748	Burnetts Corners	burnetts-corners	US		0	America/New_York	40.77117	-81.9732	317	Barnetts Corners,Burnetts Corners		OH	169	86562	
5148768	Bursville	bursville	US		0	America/New_York	40.62588	-84.72746	256			OH	107	43260	
5148774	Burton City	burton-city	US		0	America/New_York	40.84478	-81.70402	309	Baughman,Burton City,Fairview		OH	169	04276	
5148778	Burton Lake	burton-lake	US		0	America/New_York	41.42866	-81.18677	338			OH	055	10464	
5148780	Burton Station	burton-station	US		0	America/New_York	41.48922	-81.10038	347	Burton Station,Burtons		OH	055	10464	
5148794	Business Corner	business-corner	US		0	America/New_York	41.57366	-83.73772	197			OH	095	51156	
5148795	Busy Corners	busy-corners	US		0	America/New_York	41.42477	-83.29992	193			OH	143	86506	
5148817	Butlers Mill	butlers-mill	US		0	America/New_York	41.16311	-83.86133	219	Butler Mill,Butlers Mill		OH	063	63268	
5148831	Buzzard Roost	buzzard-roost	US		0	America/New_York	41.21561	-81.70902	296			OH	103	35644	
5148860	Cadiz Junction	cadiz-junction	US		0	America/New_York	40.35923	-80.93176	334	Cadiz Junction,Means		OH	067	29890	
5148871	Cabinet	cabinet	US		0	America/New_York	40.11812	-81.21705	378	Cabinet,Hibbstown		OH	013	40600	
5148882	Calamoutier	calamoutier	US		0	America/New_York	40.66534	-81.7843	396	Calamoutier,Calimutier,Calmoutier		OH	075	70156	
5148883	Calcutta	calcutta	US		3742	America/New_York	40.6734	-80.57646	340	Calcutta,Faulkstown,Foulks Town,Foulkstown,Fulkstown,Nineveh,West Union		OH	029	69512	
5148891	Caldwells Addition	caldwells-addition	US		0	America/New_York	41.187	-83.42437	229	Caldwell's Addition,Caldwells Addition		OH	173	62106	
5148907	Calm (historical)	calm-historical	US		0	America/New_York	41.69033	-81.0026	312			OH	007	77686	
5149024	Calla	calla	US		0	America/New_York	40.97256	-80.77063	349			OH	099	31794	
5149036	Camp Calvary	camp-calvary	US		0	America/New_York	41.94422	-80.62508	195			OH	007	18350	
5149084	Camp Luther	camp-luther	US		0	America/New_York	41.94116	-80.64647	195			OH	007	56700	
5149103	Camp Park	camp-park	US		0	America/New_York	41.06922	-80.79203	308			OH	099	03198	
5149112	Camp Roosevelt	camp-roosevelt	US		0	America/New_York	41.79144	-81.16732	182	Camp Roosevelt,Perry Park		OH	085	61896	
5149193	Canal Lewisville	canal-lewisville	US		320	America/New_York	40.29924	-81.83624	234	Canal Lewisville,Lewisville,Newport		OH	031	77896	
5149198	Canalport	canalport	US		0	America/New_York	41.11727	-84.42773	217	Canalport,Exchange Bridge		OH	125	09512	
5149199	Candlelight Villas	candlelight-villas	US		0	America/New_York	40.5484	-81.49123	280			OH	157	22470	
5149203	Candyce Grove	candyce-grove	US		0	America/New_York	41.59755	-83.55466	188			OH	173	68686	
5149216	Cannons Mill	cannons-mill	US		0	America/New_York	40.68229	-80.61091	290	Cannons Mill,Cannons Mills		OH	029	69512	
5149228	Canton Gardens	canton-gardens	US		0	America/New_York	40.84645	-81.39845	329			OH	151	62988	
5149232	Canton Road	canton-road	US		0	America/New_York	40.74728	-81.51707	298			OH	151	62078	
5149239	Canyon Park	canyon-park	US		0	America/New_York	41.07867	-80.99537	304			OH	099	50638	
5149305	Carpenters Mobile Home Park	carpenters-mobile-home-park	US		0	America/New_York	40.87283	-82.29322	308			OH	005	02568	
5149310	Carrington Woods	carrington-woods	US		0	America/New_York	41.53366	-83.68577	185			OH	173	62148	
5149323	Carpenters Corners	carpenters-corners	US		0	America/New_York	40.67311	-83.23186	277	Carpenter's Corners,Carpenter's Cross Roads,Carpenters Corners,Carpenters Cross Roads		OH	101	70240	
5149324	Carroll View Terrace	carroll-view-terrace	US		0	America/New_York	40.58478	-81.10427	358			OH	019	12896	
5149332	Carrothers	carrothers	US		0	America/New_York	40.99811	-82.92213	295			OH	147	79674	
5149350	Carthagena	carthagena	US		0	America/New_York	40.43671	-84.55996	277	Carthagena,Carthagenia		OH	107	47782	
5149355	Carysville	carysville	US		0	America/New_York	40.212	-83.98077	344	Careysville,Carysville,Carysville Station,Trenton		OH	021	00212	
5149358	Cascade (historical)	cascade-historical	US		0	America/New_York	41.08533	-81.51706	288	Cascade (historical),North Akron		OH	153	01000	
5149383	Cassell	cassell	US		0	America/New_York	40.01035	-81.65679	245	Cassel,Cassell,Cassells,Cassels		OH	059	00282	
5149385	Cassella	cassella	US		0	America/New_York	40.40727	-84.55107	289	Cassela,Cassella,Dogtown,Frogtown,Marysville		OH	107	47782	
5149388	Cassellview	cassellview	US		0	America/New_York	40.00063	-81.66846	270	Cassell View,Cassellview		OH	059	83664	
5149404	Caster Subdivision	caster-subdivision	US		0	America/New_York	41.527	-84.51689	237			OH	171	38864	
5149421	Catawba Station	catawba-station	US		0	America/New_York	40.0295	-83.65159	324	Catawba,Catawba Station,Horrs		OH	021	78274	
5149436	Cavett	cavett	US		0	America/New_York	40.94644	-84.58134	230			OH	161	78596	
5149447	Cedar Corners	cedar-corners	US		0	America/New_York	41.16256	-80.63396	312	Cedar Corners,Cedars Corners,Liberty,Secedar Corners,Seceder Corners,Seceders Corners		OH	155	43344	
5149449	Cavallo	cavallo	US		0	America/New_York	40.41284	-82.17765	268	Cavalla,Cavallo,Cavallo Station,Wintergreen		OH	031	76953	
5149454	Cedar Creek Woods	cedar-creek-woods	US		0	America/New_York	41.60477	-83.42882	184			OH	173	57190	
5149464	Cedar Hills	cedar-hills	US		0	America/New_York	40.04452	-81.57346	262			OH	059	11003	
5149489	Celeryville	celeryville	US		210	America/New_York	41.02978	-82.73185	287			OH	077	66810	
5149557	Center Road (historical)	center-road-historical	US		0	America/New_York	41.55783	-81.12843	370	Center Road (historical),Centre Road		OH	055	15168	
5149583	Center Village	center-village	US		0	America/New_York	40.16534	-82.80768	326	Center,Center Village,Centerville,Centre,Centre Village,Centreville		OH	041	33516	
5149587	Center World	center-world	US		0	America/New_York	41.22839	-80.90981	275	Center World,Center of the World		OH	155	08056	
5149607	Centerville (historical)	centerville-historical	US		0	America/New_York	41.10005	-82.14238	283			OH	103	73999	
5149611	Central Avenue Park	central-avenue-park	US		0	America/New_York	41.67894	-83.68216	197			OH	095	76025	
5149634	Central City (historical)	central-city-historical	US		0	America/New_York	40.03423	-82.47016	268			OH	089	34748	
5149636	Central College	central-college	US		0	America/New_York	40.10201	-82.88823	272	Amalthea,Central College		OH	049	83342	
5149706	Cesarea	cesarea	US		0	America/New_York	40.71089	-82.48183	425			OH	139	81578	
5149717	Chaffee (historical)	chaffee-historical	US		0	America/New_York	41.32089	-81.58429	237			OH	153	69428	
5149724	Chagrin Falls Park	chagrin-falls-park	US		0	America/New_York	41.41394	-81.3865	297			OH	055	03590	
5149747	Chamberlain (historical)	chamberlain-historical	US		0	America/New_York	41.12922	-81.87847	335			OH	103	48808	
5149789	Chapel	chapel	US		0	America/New_York	41.78172	-80.80953	255			OH	007	38514	
5149822	Chardon Centre (historical)	chardon-centre-historical	US		0	America/New_York	41.60421	-81.2426	391			OH	055	13561	
5149830	Chargin Harbor Beach	chargin-harbor-beach	US		0	America/New_York	41.67727	-81.43261	175			OH	085	23618	
5149837	Charity Rotch	charity-rotch	US		0	America/New_York	40.81867	-81.51012	331			OH	151	48244	
5149844	Charles Mill	charles-mill	US		0	America/New_York	40.73422	-82.36322	303			OH	005	50050	
5149860	Charloe	charloe	US		0	America/New_York	41.13144	-84.43384	217	Charloe,Equanoxa,Ockenoxys Town,Ocknexys Town,Oquanoxa		OH	125	09512	
5149873	Chaska Beach	chaska-beach	US		0	America/New_York	41.39255	-82.53906	178			OH	043	37030	
5149922	Chester Center	chester-center	US		0	America/New_York	41.53422	-81.33789	368	Chester,Chester Center,Chester Cross Roads		OH	055	13988	
5149987	Chickwan	chickwan	US		0	America/New_York	40.23257	-80.88259	274			OH	067	72361	
5150017	Chippewa Lake Park	chippewa-lake-park	US		0	America/New_York	41.06339	-81.89569	307			OH	103	41174	
5150028	Chippewa-on-the-Lake	chippewa-on-the-lake	US		293	America/New_York	41.06978	-81.90097	312	Cheppewa Lake Station,Chippewa,Chippewa Lake,Chippewa on the Lake,Chippewa on the Lake Village,Chippewa-on-the-Lake,Lake Station		OH	103	14254	
5150029	Chittendens Corners	chittendens-corners	US		0	America/New_York	41.232	-81.494	304			OH	153	07790	
5150140	Christy	christy	US		0	America/New_York	41.34283	-83.66549	209			OH	173	63002	
5150145	Christytown	christytown	US		0	America/New_York	40.99978	-80.98592	327	Christys Corners,Christytown		OH	099	05858	
5150147	Chuckery	chuckery	US		0	America/New_York	40.11173	-83.39048	299			OH	159	20170	
5150351	Churchill	churchill	US		2149	America/New_York	41.162	-80.6648	325	Church Hill,Churchill,Liberty		OH	155	43344	
5150354	Cicero (historical)	cicero-historical	US		0	America/New_York	41.33949	-84.7094	239			OH	039	50190	
5150361	Circle Green	circle-green	US		0	America/New_York	40.48451	-80.87564	404	Circle Green,Circlegreen		OH	081	74122	
5150364	Circle Hill	circle-hill	US		0	America/New_York	40.07283	-84.41439	297			OH	109	55594	
5150394	Claridon	claridon	US		0	America/New_York	41.53866	-81.12899	380	Claradon,Clarendon,Claridon,Claridon Center,Claridon Centre		OH	055	15168	
5150395	Claridon	claridon	US		0	America/New_York	40.58312	-82.99685	300	Adelaide,Claridon,Underwoods,Wheaton		OH	101	15196	
5150417	Clark Corners	clark-corners	US		0	America/New_York	41.05533	-81.73235	380	Clark Corners,Clarks Corners		OH	103	80304	
5150443	Clarks (historical)	clarks-historical	US		0	America/New_York	41.65005	-81.24149	302			OH	085	18196	
5150446	Clarksfield	clarksfield	US		0	America/New_York	41.19505	-82.41156	263	Clarksfield,East Clarksfield		OH	077	15364	
5150453	Clarksville (historical)	clarksville-historical	US		0	America/New_York	41.42227	-84.76801	251	Clarksville,Clarksville (historical),Panama		OH	039	50190	
5150471	Claylick	claylick	US		0	America/New_York	40.0584	-82.28709	237	Clay Lick,Clay Lick Station,Claylick		OH	089	33299	
5150481	Claypools (historical)	claypools-historical	US		0	America/New_York	40.04007	-82.16986	264			OH	119	43470	
5150510	Clear View Heights	clear-view-heights	US		0	America/New_York	40.78784	-81.33289	341			OH	151	12014	
5150513	Clearview	clearview	US		0	America/New_York	40.82367	-81.51679	321			OH	151	48244	
5150523	Clendening (historical)	clendening-historical	US		0	America/New_York	40.25257	-81.21399	330			OH	067	57456	
5150586	Clevengers (historical)	clevengers-historical	US		0	America/New_York	40.95838	-84.178	224	Clevenger,Clevengers (historical)		OH	137	78526	
5150601	Clinton (historical)	clinton-historical	US		0	America/New_York	40.41256	-82.49961	304			OH	083	52290	
5150623	Clio (historical)	clio-historical	US		0	America/New_York	40.08118	-81.50456	245			OH	059	38640	
5150629	Clover Hill	clover-hill	US		0	America/New_York	41.48894	-80.87759	272			OH	155	07160	
5150641	Cloverleaf (historical)	cloverleaf-historical	US		0	America/New_York	41.47172	-84.07661	207			OH	069	43176	
5150647	Clowville (historical)	clowville-historical	US		0	America/New_York	40.24174	-81.8643	231			OH	031	77896	
5150648	Club Island	club-island	US		0	America/New_York	40.5081	-84.48468	265			OH	107	28350	
5150667	Coalburg	coalburg	US		0	America/New_York	41.19311	-80.58813	306	Coalburg,Coalburgh		OH	155	36596	
5150680	Coddingville	coddingville	US		0	America/New_York	41.13672	-81.70513	342	Coddingville,Codingville		OH	103	31374	
5150708	Coits	coits	US		0	America/New_York	41.55005	-81.60207	186	Coit Station,Coits,Coits Station		OH	035	16000	
5150709	Coitsville Center	coitsville-center	US		0	America/New_York	41.09061	-80.56896	329	Caitsville,Coitsville,Coitsville Center		OH	099	88000	
5150714	Cokesbury Corners	cokesbury-corners	US		0	America/New_York	40.17701	-82.55294	353			OH	089	46116	
5150724	Cold Springs	cold-springs	US		0	America/New_York	41.732	-80.8662	234	Cold Spring,Cold Springs		OH	007	03156	
5150726	Coldwater Beach	coldwater-beach	US		0	America/New_York	40.50199	-84.54579	265			OH	107	28350	
5150754	Coletown	coletown	US		0	America/New_York	40.13449	-84.70274	320	Coletown,Coleville		OH	037	32354	
5150757	Collamer	collamer	US		0	America/New_York	41.53977	-81.57235	208			OH	035	23380	
5150762	College Hill	college-hill	US		0	America/New_York	40.04091	-81.64762	344			OH	059	00282	
5150763	College Hill	college-hill	US		0	America/New_York	40.54339	-82.33488	345	College Hill,Cottage Hill		OH	083	09470	
5150812	Colonial Acres	colonial-acres	US		0	America/New_York	41.55477	-83.60855	192			OH	173	62148	
5150831	Columbia Center	columbia-center	US		0	America/New_York	41.31255	-81.92569	243	Columbia,Columbia Center,Columbia Centre		OH	093	16910	
5150834	Columbia Hills Corners	columbia-hills-corners	US		0	America/New_York	41.31283	-81.91569	240	Columbia Hills,Columbia Hills Corners,Copokah,Copopa		OH	093	16910	
5150876	Columbus Park	columbus-park	US		0	America/New_York	41.40033	-82.67463	190			OH	043	61714	
5150882	Comet	comet	US		0	America/New_York	40.92256	-81.52567	301			OH	153		
5150924	Conant	conant	US		0	America/New_York	40.71894	-84.28051	252			OH	003	01602	
5150939	Concord Estates	concord-estates	US		0	America/New_York	41.62227	-81.44345	209	Concord Estates,Concord Mobile Home Park		OH	085	85484	
5150957	Condit	condit	US		0	America/New_York	40.26006	-82.78795	330	Condit,Condit Station		OH	041	77336	
5150977	Congress Lake (historical)	congress-lake-historical	US		0	America/New_York	40.97784	-81.32983	351			OH	151	41314	
5151002	Connor	connor	US		0	America/New_York	40.18896	-80.71314	205			OH	081	80878	
5151005	Connorville	connorville	US		0	America/New_York	40.19285	-80.71314	214	Connor,Connorsville,Connorville,Connsville,Portland Depot,Portland Station		OH	081	80878	
5151007	Conotton	conotton	US		0	America/New_York	40.41729	-81.14649	290	Concotton,Connoton,Connotton,Conoten,Conotton,Mastersville,Mastersville Station,Masterville		OH	067	56084	
5151068	Converse Station	converse-station	US		0	America/New_York	40.72783	-84.41606	251			OH	161	38990	
5151105	Cooperdale	cooperdale	US		0	America/New_York	40.21979	-82.06514	235	Coopendale,Cooperdale		OH	031	81172	
5151117	Copley	copley	US		13641	America/New_York	41.09894	-81.64457	319	Copely,Copley,Copley Center,Copley Centre,Coply,Greenfield		OH	153	18658	
5151120	Copley Junction	copley-junction	US		0	America/New_York	41.10478	-81.59901	301			OH	153	01000	
5151138	Cordelia	cordelia	US		0	America/New_York	40.8995	-83.78577	259	Cordelia,Cordelta		OH	063	58632	
5151145	Cork	cork	US		0	America/New_York	41.73061	-80.95148	295			OH	007	33642	
5151151	Cornelion	cornelion	US		0	America/New_York	41.49311	-80.53091	352	Cornelian,Cornelion,Cornellian,Kinneys Corners		OH	155	40502	
5151155	Wilkes Villa	wilkes-villa	US		0	America/New_York	41.34644	-82.09709	224			OH	093	12140	
5151158	Cornersburg	cornersburg	US		0	America/New_York	41.06284	-80.71119	325	Connersburg,Cornersburg,Cornersburgh		OH	099	03198	
5151209	Costonia	costonia	US		0	America/New_York	40.42701	-80.61785	216	Browns Station,Caton,Costonia,Hiram Station,Jeddo,Markle		OH	081	37534	
5151216	Cottage Hill	cottage-hill	US		0	America/New_York	40.01618	-82.1882	278			OH	119	36372	
5151233	Country Manor Estates	country-manor-estates	US		0	America/New_York	41.42894	-83.67632	203			OH	173	63002	
5151234	Country Meadows	country-meadows	US		0	America/New_York	41.56061	-83.50854	190			OH	173	41328	
5151261	Cove Cottage Area	cove-cottage-area	US		0	America/New_York	40.54645	-81.24872	294			OH	019	51324	
5151273	Coventry Estates	coventry-estates	US		0	America/New_York	40.05007	-81.55512	286			OH	059	11003	
5151287	Cowans (historical)	cowans-historical	US		0	America/New_York	41.37922	-81.48901	287			OH	035	57750	
5151294	Cox Subdivision	cox-subdivision	US		0	America/New_York	41.58477	-84.57106	273			OH	171	38864	
5151298	Coys Subdivision	coys-subdivision	US		0	America/New_York	41.47644	-84.41439	217			OH	171	74131	
5151302	Crab Creek Junction	crab-creek-junction	US		0	America/New_York	41.08339	-80.61646	265			OH	099	88000	
5151307	Crabapple	crabapple	US		0	America/New_York	40.12007	-80.95426	294	Crab Apple,Crabapple		OH	013	84602	
5151317	Craig Beach	craig-beach	US		1143	America/New_York	41.117	-80.98342	292			OH	099	50638	
5151322	Craigton	craigton	US		0	America/New_York	40.71645	-82.07015	292	Craigton,Craughton		OH	169	16224	
5151332	Cranberry Prairie	cranberry-prairie	US		0	America/New_York	40.39255	-84.58051	302	Cranberry,Cranberry Prairie,Saint Francis		OH	107	31430	
5151344	Crandenbrook	crandenbrook	US		0	America/New_York	41.54311	-83.66216	194			OH	173	62148	
5151358	Cranmer	cranmer	US		0	America/New_York	41.13311	-81.54845	234	Crammer,Cranmer,Old Portage		OH	153	01000	
5151373	Crawford Corners	crawford-corners	US		0	America/New_York	41.01006	-82.05459	290	Crawford Corners,Crawfords Corners,Crawfords Mills		OH	103	34104	
5151392	Crayon	crayon	US		0	America/New_York	40.20033	-83.89494	348	Crayon,Pekin		OH	021	18126	
5151395	Cream City	cream-city	US		0	America/New_York	40.56451	-80.71786	213			OH	081	70086	
5151404	Cresceus Farms	cresceus-farms	US		0	America/New_York	41.58477	-83.44021	186			OH	173	41328	
5151436	Cridersville	cridersville	US		1828	America/New_York	40.65422	-84.15078	270	Cridersville,Criderville		OH	011	22722	
5151444	Crimson	crimson	US		0	America/New_York	40.74172	-82.39655	371	Crimson,Zellner		OH	139	50092	
5151446	Crimville (historical)	crimville-historical	US		0	America/New_York	40.13145	-83.58326	365			OH	021	69078	
5151449	Crissey	crissey	US		0	America/New_York	41.61033	-83.76188	198	Cressy,Crissey,Crissy		OH	095	74123	
5151456	Cromers	cromers	US		0	America/New_York	41.18172	-83.21492	219	Cromer Station,Cromers,Cromers Station		OH	147	43316	
5151462	Crane Creek Place	crane-creek-place	US		0	America/New_York	41.56366	-83.42826	188			OH	173	41328	
5151506	Crosswoods	crosswoods	US		0	America/New_York	41.60005	-83.44021	184			OH	173	41328	
5151546	Crystal Park	crystal-park	US		0	America/New_York	40.81173	-81.34317	320			OH	151	12000	
5151547	Crystal Rock	crystal-rock	US		176	America/New_York	41.44644	-82.84463	177			OH	043	47572	
5151557	Cudell	cudell	US		0	America/New_York	41.47505	-81.75208	213			OH	035	16000	
5151565	Culler Mill	culler-mill	US		0	America/New_York	40.69728	-82.38989	313			OH	139	51576	
5151577	Cummings (historical)	cummings-historical	US		0	America/New_York	41.55838	-83.49299	190			OH	173	41328	
5151596	Custaloga (historical)	custaloga-historical	US		0	America/New_York	40.67062	-82.07265	296			OH	169	16224	
5151622	Cuyahoga Heights	cuyahoga-heights	US		617	America/New_York	41.43533	-81.65735	218			OH	035	19806	
5151644	D'Arcy Estates	d-arcy-estates	US		0	America/New_York	41.54561	-83.65132	192			OH	173	62148	
5151645	Daft Subdivision	daft-subdivision	US		0	America/New_York	41.56866	-84.55578	271			OH	171	38864	
5151647	Dague	dague	US		0	America/New_York	41.06283	-84.58023	221			OH	125	07370	
5151659	Dalrymple Corners	dalrymple-corners	US		0	America/New_York	40.40228	-82.60989	390			OH	083	43218	
5151664	Damascus (historical)	damascus-historical	US		0	America/New_York	41.41394	-84.01856	201	Damascus (historical),Prairie du Masque		OH	069	43176	
5151719	Darnell	darnell	US		0	America/New_York	40.07172	-83.9366	347	Darnell,Darnels		OH	021	37702	
5151727	Darrowville	darrowville	US		0	America/New_York	41.20256	-81.44039	327	Darrow Street,Darrowville		OH	153	74944	
5151783	DeCliff	decliff	US		0	America/New_York	40.60756	-83.34214	288	De Cliff,DeCliff,Decliff		OH	101	51730	
5151785	DeForest Junction	deforest-junction	US		0	America/New_York	41.20533	-80.79064	278			OH	155	36554	
5151793	Deacon Creek Corner	deacon-creek-corner	US		0	America/New_York	41.39172	-80.8337	277	Deacon Creek Corner,Deacon Creek Corners		OH	155	08938	
5151806	Deandale	deandale	US		0	America/New_York	40.30924	-80.61646	206	Dean Dale,Deandale		OH	081	74615	
5151808	Deardoffs Mills (historical)	deardoffs-mills-historical	US		0	America/New_York	40.63534	-81.55901	288	Deardoff,Deardoff's Mills,Deardoffs Mills (historical),Deardorff's Mill,Deardorffs Mill,Dierdorff Mill,Falls of Sugar Creek		OH	157	28462	
5151819	Decrow Corners	decrow-corners	US		0	America/New_York	40.19367	-82.59905	349			OH	089	05494	
5151830	Deadmans (historical)	deadmans-historical	US		0	America/New_York	40.01673	-81.97513	224			OH	119	81522	
5151845	Deer Lick (historical)	deer-lick-historical	US		0	America/New_York	41.61755	-84.5744	265	Deer Lick (historical),Madison		OH	171	75819	
5151910	Delaware Meadows	delaware-meadows	US		0	America/New_York	40.29673	-83.09102	287			OH	041	21469	
5151925	Delightful	delightful	US		0	America/New_York	41.28617	-80.92509	287	Bowmansville,Delightful,Delightfull,Pleasant Hill,Pleasanthill		OH	155	73397	
5151930	Delisle	delisle	US		0	America/New_York	40.01949	-84.57412	321	De Lisle,DeLisle,Delisle		OH	037	79380	
5151952	Delta Heights	delta-heights	US		0	America/New_York	41.58061	-84.01022	225			OH	051	87024	
5151965	Deluxe Mobile Home Park	deluxe-mobile-home-park	US		0	America/New_York	41.59838	-83.48827	186			OH	173	41328	
5151966	Delvin (historical)	delvin-historical	US		0	America/New_York	40.32505	-84.5344	301			OH	037	80248	
5151982	Denmark (historical)	denmark-historical	US		0	America/New_York	41.48838	-84.7294	254	Denmark (historical),Saint Joseph		OH	171	69638	
5151984	Denmark Center	denmark-center	US		0	America/New_York	41.75172	-80.66786	290	Denmark,Denmark Center,Giddings		OH	007	21672	
5152001	Denson	denson	US		0	America/New_York	41.70561	-84.14828	241			OH	051	14072	
5152033	Deunquat	deunquat	US		0	America/New_York	40.92839	-83.1313	274	Deunguat,Deunquat,Duenquat,Petersburg		OH	175	75987	
5152037	Devil Town	devil-town	US		0	America/New_York	40.84533	-81.97348	316	Devil Town,Deviltown,Tannerville		OH	169	82320	
5152048	Dewey (historical)	dewey-historical	US		0	America/New_York	41.46839	-80.5873	330			OH	155	40502	
5152054	Deyarmonville	deyarmonville	US		0	America/New_York	40.21174	-80.76147	222	Deyarmanville,Deyarmonville		OH	081	80878	
5152056	Dialton	dialton	US		0	America/New_York	40.02728	-83.94049	349	Dialton,Dialtown,Steam Town		OH	023	62610	
5152059	Diamond (historical)	diamond-historical	US		0	America/New_York	40.90145	-81.32483	342			OH	151	62988	
5152066	Diamond Valley	diamond-valley	US		0	America/New_York	40.6209	-80.85592	298			OH	029	81158	
5152091	Digby	digby	US		0	America/New_York	41.2945	-83.7091	209	Digby,Dugby,Dukay		OH	173	43400	
5152100	Diltz Corners	diltz-corners	US		0	America/New_York	40.03922	-84.26189	282			OH	109	18224	
5152107	Dipple	dipple	US		0	America/New_York	40.20228	-83.31686	300			OH	159	59864	
5152126	Dlworth	dlworth	US		0	America/New_York	41.44728	-80.66591	323	Dlworth,Harts Corners,Hartstown		OH	155	32732	
5152131	Doans Corners	doans-corners	US		0	America/New_York	41.50422	-81.61235	207			OH	035	16000	
5152157	Dogtown (historical)	dogtown-historical	US		0	America/New_York	40.32562	-80.74314	363			OH	081	19484	
5152178	Domerville (historical)	domerville-historical	US		0	America/New_York	41.38422	-84.32411	224			OH	039	00268	
5152191	Donnersville	donnersville	US		0	America/New_York	40.11896	-80.9826	355			OH	013	84602	
5152193	Doolittles Corners	doolittles-corners	US		0	America/New_York	41.21867	-81.31511	326			OH	133	75014	
5152197	Dorema	dorema	US		0	America/New_York	40.45034	-82.57461	331			OH	083	82194	
5152203	Dorninton	dorninton	US		0	America/New_York	41.02061	-84.21717	220	Doninton,Dorington,Dornington,Dorninton		OH	137	32228	
5152218	Doss Landing	doss-landing	US		0	America/New_York	40.50282	-84.49023	265			OH	107	28350	
5152228	Doughton (historical)	doughton-historical	US		0	America/New_York	41.16589	-80.59202	293	Doughton (historical),Doughton Junction,Doughtons Junction,Douglass		OH	155	36596	
5152232	Douglas (historical)	douglas-historical	US		0	America/New_York	40.91617	-81.87181	322			OH	169	50666	
5152238	Douglass (historical)	douglass-historical	US		0	America/New_York	40.82256	-83.22242	264	Douglas,Douglass (historical)		OH	175	19190	
5152286	Drakesburg	drakesburg	US		0	America/New_York	41.23561	-81.13454	363	Drakesburg,Drakesburgh		OH	133	28742	
5152349	Ducat	ducat	US		0	America/New_York	41.28311	-83.66993	209	Ducat,Dukay		OH	173	43400	
5152354	Duck Creek	duck-creek	US		0	America/New_York	41.16561	-80.88648	297	Duck Creek,Duck Creek Corners		OH	155	44912	
5152382	Dull	dull	US		0	America/New_York	40.76421	-84.66663	251	Dull,McKee		OH	161	43372	
5152396	Duncanwood	duncanwood	US		0	America/New_York	40.19812	-80.94954	326			OH	067	72361	
5152420	Dunglen	dunglen	US		0	America/New_York	40.19535	-80.79953	244			OH	081	52990	
5152434	Durham Estates	durham-estates	US		0	America/New_York	41.47172	-84.61523	249			OH	171	13008	
5152441	Dutch Alley	dutch-alley	US		0	America/New_York	41.48811	-81.63624	209			OH	035	16000	
5152443	Dutch Corners	dutch-corners	US		0	America/New_York	40.51117	-81.0376	390			OH	019	42434	
5152450	Dutch Ridge	dutch-ridge	US		0	America/New_York	41.64255	-83.95494	228			OH	051	29036	
5152492	Eagle Landing Mobile Home Park	eagle-landing-mobile-home-park	US		0	America/New_York	41.1845	-83.65799	220			OH	173	34986	
5152495	Eagle Point Colony	eagle-point-colony	US		0	America/New_York	41.60949	-83.57327	188			OH	173	68686	
5152507	Earley (historical)	earley-historical	US		0	America/New_York	40.61144	-84.59023	254	Earley (historical),Early,Oregon,Oregon Station		OH	107	36344	
5152510	Earls Island	earls-island	US		0	America/New_York	40.37005	-84.35773	291			OH	149	46172	
5152524	East Akron	east-akron	US		0	America/New_York	41.07117	-81.48928	307	East Akron,East Akron Station,Middlebury		OH	153	01000	
5152526	East Alliance	east-alliance	US		0	America/New_York	40.91339	-81.07843	322			OH	099	72740	
5152527	East Ashtabula	east-ashtabula	US		0	America/New_York	41.89783	-80.78814	191	East Ashtabula,Swede Town,Sweden		OH	007	02652	
5152531	East Bass Lake	east-bass-lake	US		0	America/New_York	41.59172	-81.17732	370			OH	055	32914	
5152576	East Cadiz	east-cadiz	US		0	America/New_York	40.30368	-80.94898	321	East Cadiz,Greenough		OH	067	31766	
5152577	East Cambridge	east-cambridge	US		0	America/New_York	40.01507	-81.56262	244			OH	059	11003	
5152584	East Carmel	east-carmel	US		0	America/New_York	40.77701	-80.61396	374	Carmel,East Carmel		OH	029	49784	
5152592	East Center	east-center	US		0	America/New_York	41.25283	-81.63457	307			OH	153	66544	
5152599	East Cleveland	east-cleveland	US		17344	America/New_York	41.53311	-81.57901	210	Colamer,Collamer,Collamer Station,East Cleveland,Euclid,Ist Klivland,Ist Klivlehnd,Nine Mile Creek,ayst klyfland,iseuteukeullibeullaendeu,klywlnd shrqy  awhayw,Ист Кливланд,Ист Кливлэнд,إيست كليفلاند,کلیولند شرقی، اوهایو,이스트클리블랜드		OH	035	23380	
5152606	East Conneaut	east-conneaut	US		0	America/New_York	41.93978	-80.5448	206			OH	007	18350	
5152612	East Davis (historical)	east-davis-historical	US		0	America/New_York	41.13811	-81.11232	299			OH	133	13610	
5152628	East End	east-end	US		0	America/New_York	40.63729	-80.53451	220			OH	029	23730	
5152638	East Farmington	east-farmington	US		0	America/New_York	41.39089	-80.91314	257			OH	155	26684	
5152641	East Crestline	east-crestline	US		0	America/New_York	40.787	-82.71796	356			OH	139	70394	
5152656	East Gardens	east-gardens	US		0	America/New_York	41.61505	-83.4816	186	East Garden,East Gardens		OH	173	57190	
5152660	East Goshen	east-goshen	US		0	America/New_York	40.94506	-80.97037	353			OH	099	31038	
5152668	East Greenwood	east-greenwood	US		0	America/New_York	40.02646	-81.91236	297			OH	119	81522	
5152692	East Lane Mobile Manor	east-lane-mobile-manor	US		0	America/New_York	41.61727	-83.52021	187			OH	173	57190	
5152693	East Lawn	east-lawn	US		0	America/New_York	41.57644	-83.42715	186	East Lawn,Eastlawn		OH	173	41328	
5152695	East Lewistown	east-lewistown	US		0	America/New_York	40.94423	-80.69841	344	East Lewistown,Lewistown		OH	099	04668	
5152706	East Linden	east-linden	US		0	America/New_York	40.01673	-82.9499	251			OH	049	18000	
5152722	East Mandale	east-mandale	US		0	America/New_York	41.02366	-84.34245	219			OH	125	81536	
5152723	East Mansfield	east-mansfield	US		0	America/New_York	40.75811	-82.48933	353			OH	139	46578	
5152735	East Norwalk	east-norwalk	US		0	America/New_York	41.27116	-82.5699	223			OH	077	57316	
5152740	East Orchard	east-orchard	US		0	America/New_York	40.78506	-81.34178	329			OH	151	12014	
5152741	East Orwell	east-orwell	US		0	America/New_York	41.53506	-80.8437	285	East Orwell,Orwell Station		OH	007	58870	
5152751	East Piedmont	east-piedmont	US		0	America/New_York	40.18951	-81.19844	271			OH	067	51940	
5152761	East Richland	east-richland	US		0	America/New_York	40.07257	-80.95398	356			OH	013	66628	
5152768	East Salineville (historical)	east-salineville-historical	US		0	America/New_York	40.62423	-80.81647	265			OH	029	81158	
5152771	East Shore Cottage Area	east-shore-cottage-area	US		0	America/New_York	40.34729	-81.19316	276			OH	067	28308	
5152773	East Side	east-side	US		0	America/New_York	41.10061	-80.63674	264			OH	099	88000	
5152789	East Steels Corners	east-steels-corners	US		0	America/New_York	41.18089	-81.50845	326	East Steels Corners,Steels Corners,Vester		OH	153	19778	
5152790	East Swanton	east-swanton	US		0	America/New_York	41.58283	-83.85439	204			OH	095	75903	
5152798	East Townsend	east-townsend	US		0	America/New_York	41.24866	-82.49184	273	Centre,East Townsend,Townsend,Townsend Center,Townsend Centre,Townsend Station		OH	077	77158	
5152801	East Trumbull	east-trumbull	US		0	America/New_York	41.66144	-80.91454	251			OH	007	77686	
5152805	East Toledo	east-toledo	US		0	America/New_York	41.63338	-83.5166	186	East Toledo,Utah		OH	095	77000	
5152809	East View	east-view	US		0	America/New_York	40.32812	-80.62619	334			OH	081	74615	
5152818	Eastcleft	eastcleft	US		0	America/New_York	40.01673	-83.08324	248			OH	049	79002	
5152842	Eastmoor	eastmoor	US		0	America/New_York	40.02535	-81.56484	244			OH	059	11003	
5152847	Eastpointe on the Mall	eastpointe-on-the-mall	US		0	America/New_York	41.59699	-83.45243	184			OH	173	41328	
5152868	Eaton Estates	eaton-estates	US		1222	America/New_York	41.30894	-82.0057	244			OH	093	24220	
5152897	Echo Dell Mobile Home Park	echo-dell-mobile-home-park	US		0	America/New_York	40.71312	-80.61285	340	Echo Dell Mobile Home Park,Echo Dell Trailer Park		OH	029	69512	
5152903	Echo Lake Glen	echo-lake-glen	US		0	America/New_York	41.22755	-81.71818	277			OH	103	35644	
5152916	East Union	east-union	US		0	America/New_York	40.79589	-81.81736	338	Cross Keys,Crosskeys,East Union,East Union Station		OH	169	24136	
5152953	Edgewood Park	edgewood-park	US		0	America/New_York	40.79172	-81.45817	327			OH	151	62078	
5152983	Edmeyer Park	edmeyer-park	US		0	America/New_York	40.81395	-81.40039	344			OH	151	12014	
5153020	Egypt (historical)	egypt-historical	US		0	America/New_York	40.5084	-81.37261	303			OH	157	26082	
5153032	Eight Square (historical)	eight-square-historical	US		0	America/New_York	40.85811	-82.07071	345			OH	169	14044	
5153041	Ekerts Corners	ekerts-corners	US		0	America/New_York	41.20534	-80.74036	288			OH	155	36554	
5153046	Elberta Beach	elberta-beach	US		0	America/New_York	41.42838	-82.34016	182			OH	093	09568	
5153047	Eldean	eldean	US		0	America/New_York	40.07783	-84.22244	256			OH	109	18224	
5153049	Elden Heights	elden-heights	US		0	America/New_York	41.71672	-83.66577	204			OH	095	76025	
5153056	Elery	elery	US		0	America/New_York	41.29838	-84.06856	210	Elery,Herr Town		OH	069	51408	
5153086	Elizabethtown (historical)	elizabethtown-historical	US		0	America/New_York	41.06672	-83.06853	269	Blackman's Corners,Blackmans Corners,Elizabethtown (historical)		OH	147	07006	
5153107	Ellemans (historical)	ellemans-historical	US		0	America/New_York	40.00839	-84.33939	273			OH	109	55594	
5153109	Ellet	ellet	US		0	America/New_York	41.05145	-81.43539	342	Ellet,North Springfield,Springfield,Springfield Center		OH	153	01000	
5153149	Elm (historical)	elm-historical	US		0	America/New_York	40.31201	-81.41011	273			OH	157	69106	
5153150	Elm Center	elm-center	US		0	America/New_York	41.10227	-84.093	225	Elm Center,Elm Centre,Elm City		OH	137	43288	
5153180	Elms Acres	elms-acres	US		0	America/New_York	40.79617	-81.59624	327	Elm Acres,Elms Acres		OH	151	77910	
5153183	Elmview	elmview	US		0	America/New_York	40.68644	-84.15106	263			OH	003	71955	
5153296	Emmons Corner	emmons-corner	US		0	America/New_York	41.32644	-81.53679	302	Emmons Corner,Lemons Corner		OH	153	56490	
5153307	Enfield (historical)	enfield-historical	US		0	America/New_York	40.29312	-81.05954	288			OH	067	10814	
5153319	Enterprise (historical)	enterprise-historical	US		0	America/New_York	41.29311	-81.66207	367			OH	035	08364	
5153353	Erastus	erastus	US		0	America/New_York	40.50894	-84.70774	272	Erastus,Murphysburg		OH	107	81452	
5153356	Erhart	erhart	US		0	America/New_York	41.19978	-81.97431	289			OH	103	44072	
5153376	Erie Side	erie-side	US		0	America/New_York	41.64505	-81.46317	189			OH	085	85638	
5153386	Eris	eris	US		0	America/New_York	40.15617	-83.85271	333			OH	021	18126	
5153389	Erlin	erlin	US		0	America/New_York	41.36589	-83.01242	185			OH	143	67188	
5153399	Espyville	espyville	US		0	America/New_York	40.597	-83.2552	288	Espyville,Morans Switch		OH	101	06348	
5153401	Esselburn	esselburn	US		0	America/New_York	41.02672	-82.07793	308	Esselburn,Esselburns Corners		OH	103	36078	
5153411	Esto	esto	US		0	America/New_York	40.33396	-82.23015	360			OH	083	10590	
5153418	Etties-Burg (historical)	etties-burg-historical	US		0	America/New_York	41.09311	-84.36078	219			OH	125	09512	
5153433	Euclid Heights	euclid-heights	US		0	America/New_York	41.5045	-81.58429	265			OH	035	16014	
5153633	Fairport Harbor	fairport-harbor	US		3096	America/New_York	41.75004	-81.27399	186	Fairport,Fairport Harbor,Grandon		OH	085	59430	
5153666	Fairview Corners	fairview-corners	US		0	America/New_York	40.27395	-83.21519	282	Fairview,Fairview Corners		OH	041	70842	
5153680	Fairview Park	fairview-park	US		16407	America/New_York	41.44144	-81.8643	228	Fairview,Fairview Park,Fairview Village,Fajavju Park,Fervju Park,fayrwyw park  awhayw,fyrfyw bark,Файавю Парк,Фервју Парк,فایرویو پارک، اوهایو,فيرفيو بارك,فیئرویو پارک، اوہائیو		OH	035	26446	
5153771	Falls Junction	falls-junction	US		0	America/New_York	41.35672	-81.4665	290			OH	035	30632	
5153803	Farmerstown	farmerstown	US		0	America/New_York	40.48729	-81.72568	344	Farmerstown,Farmersville		OH	075	15280	
5153814	Farnham (historical)	farnham-historical	US		0	America/New_York	41.232	-83.88216	215	Farnham (historical),Farnhams,Farnhams Station		OH	069	04052	
5153821	Farrington	farrington	US		0	America/New_York	40.10561	-84.23133	260			OH	109	81466	
5153826	Fauser (historical)	fauser-historical	US		0	America/New_York	40.92117	-82.94019	307	Fauser (historical),Fraser		OH	033	13708	
5153854	Feed Springs	feed-springs	US		0	America/New_York	40.34923	-81.25316	332	Brownsville,Feed Spring,Feed Springs		OH	067	28308	
5153868	Fells (historical)	fells-historical	US		0	America/New_York	40.29118	-80.71814	257			OH	081	19484	
5153873	Fenton (historical)	fenton-historical	US		0	America/New_York	41.45422	-83.55827	199			OH	173	82544	
5153884	Ferncliff (historical)	ferncliff-historical	US		0	America/New_York	40.11924	-81.83235	327			OH	119	00310	
5153908	Fiat	fiat	US		0	America/New_York	40.4134	-81.66179	343			OH	157	09988	
5153920	Filburns Island	filburns-island	US		0	America/New_York	40.36949	-84.34412	292			OH	149	46172	
5154010	Fireside	fireside	US		0	America/New_York	41.22644	-82.91186	247			OH	147	76632	
5154018	Firestone Park	firestone-park	US		0	America/New_York	41.03506	-81.51623	333			OH	153	01000	
5154607	Fitch	fitch	US		0	America/New_York	41.69644	-83.59077	187			OH	095	77000	
5154608	Fitch	fitch	US		0	America/New_York	41.09061	-80.54479	355	Fitch,Fitch's Corner		OH	099	16476	
5154611	Fitchville	fitchville	US		0	America/New_York	41.09478	-82.4885	301	Clinton,Fitchville		OH	077	27216	
5154620	Five Corners	five-corners	US		0	America/New_York	40.31701	-82.591	364	Five Corners,Milfordton,Millfordton		OH	083	50204	
5154621	Five Corners	five-corners	US		0	America/New_York	41.0445	-81.34733	342			OH	133	75189	
5154622	Five Corners	five-corners	US		0	America/New_York	41.02395	-81.1951	356			OH	133	65452	
5154623	Five Corners	five-corners	US		0	America/New_York	40.77922	-82.65212	410			OH	139	74128	
5154625	Five Forks	five-forks	US		0	America/New_York	40.66284	-80.90981	363			OH	029	28238	
5154626	Five Forks	five-forks	US		0	America/New_York	40.00813	-81.60123	270			OH	059	11003	
5154629	Five Point Mobile Home Court	five-point-mobile-home-court	US		0	America/New_York	41.50644	-83.59327	197			OH	173	62162	
5154659	Flat Ridge	flat-ridge	US		0	America/New_York	40.13035	-81.67318	323	Flat Ridge,Flatridge		OH	059	40838	
5154673	Flat Iron Corner	flat-iron-corner	US		0	America/New_York	40.26396	-81.65679	247			OH	031	59248	
5154678	Fleaville (historical)	fleaville-historical	US		0	America/New_York	40.39173	-82.46655	303	Fleaville (historical),Fleaville City		OH	083	53102	
5154680	Flechtner Heights	flechtner-heights	US		0	America/New_York	41.19339	-83.42798	231			OH	173	62106	
5154682	Fleetwood Park	fleetwood-park	US		0	America/New_York	40.25089	-83.36548	298			OH	159	59864	
5154683	Fleming Falls	fleming-falls	US		0	America/New_York	40.80061	-82.44322	344	Fleming Falls,Flemings Falls,Flemmings Falls		OH	139	50092	
5154700	Flicks Corners	flicks-corners	US		0	America/New_York	41.09895	-81.00176	299			OH	099	50638	
5154746	Follmer (historical)	follmer-historical	US		0	America/New_York	41.03283	-84.58801	223	Follmer (historical),Folmer,Marble		OH	125	07370	
5154756	Foraker	foraker	US		0	America/New_York	40.67755	-83.7416	296	Foraker,Oakland		OH	065	45598	
5154771	Forest (historical)	forest-historical	US		0	America/New_York	40.952	-82.68629	335			OH	139	63814	
5154820	Forest View	forest-view	US		0	America/New_York	40.36979	-80.72258	346			OH	081	19484	
5154835	Fort Brown	fort-brown	US		0	America/New_York	41.11199	-84.42023	215	Fort Brown,Port Brown		OH	125	09512	
5154840	Fort Fizzle	fort-fizzle	US		0	America/New_York	40.49284	-82.09293	373			OH	075	66712	
5154847	Fort Jefferson	fort-jefferson	US		0	America/New_York	40.02644	-84.65523	330			OH	037	53732	
5154867	Fort Meigs Place	fort-meigs-place	US		0	America/New_York	41.53839	-83.65132	193			OH	173		
5154880	Fort Seneca	fort-seneca	US		254	America/New_York	41.20922	-83.16881	213	Fort Seneca,McNutts,Seneca,Swopes Corners		OH	147	63394	
5154884	Fort Shawnee	fort-shawnee	US		3726	America/New_York	40.68672	-84.13773	264			OH	003	71955	
5154938	Fountain Park	fountain-park	US		0	America/New_York	40.16506	-83.55409	335			OH	021	69078	
5154954	Four Points	four-points	US		0	America/New_York	41.56061	-81.57568	187			OH	035	16000	
5154959	Fourmans Corners	fourmans-corners	US		0	America/New_York	40.02005	-84.51773	313			OH	037	79380	
5154963	Fourmile House Corner	fourmile-house-corner	US		0	America/New_York	41.37283	-83.17659	195			OH	143	70408	
5154967	Fourmile Run	fourmile-run	US		0	America/New_York	41.1195	-80.7323	312	Four Mile Run,Fourmile Run		OH	099	03198	
5155006	Fowlers Mill	fowlers-mill	US		0	America/New_York	41.52755	-81.25594	357	Fowler Mills,Fowler's Mill,Fowler's Mills,Fowlers,Fowlers Mill,Fowlers Mills,Munson		OH	055	53340	
5155033	Foxborough	foxborough	US		0	America/New_York	41.57977	-83.60132	191			OH	173	62162	
5155034	Foxhaven	foxhaven	US		0	America/New_York	41.56449	-82.82797	176			OH	123	12588	
5155039	Frampton	frampton	US		0	America/New_York	40.22729	-82.20626	252	Frampton,Frampton Mills		OH	089	26530	
5155048	Frances Gardens	frances-gardens	US		0	America/New_York	41.59727	-83.56521	187			OH	173	68686	
5155052	Franconia (historical)	franconia-historical	US		0	America/New_York	41.04227	-84.30217	218	Franconia (historical),Sugar Grove		OH	137	62036	
5155055	Frank	frank	US		0	America/New_York	41.18978	-82.85796	256	Frank,Franks		OH	147	76632	
5155088	Franklin Junction	franklin-junction	US		0	America/New_York	41.672	-84.41439	256	Franklin,Franklin Junction		OH	171	50302	
5155119	Franks Corner	franks-corner	US		0	America/New_York	41.23755	-81.95403	265			OH	103	44240	
5155172	Freedom (historical)	freedom-historical	US		0	America/New_York	41.42783	-84.55551	221			OH	171	64920	
5155175	Freedom Dam	freedom-dam	US		0	America/New_York	41.2445	-81.28483	334			OH	133	71731	
5155182	Freedom Station	freedom-station	US		0	America/New_York	41.20561	-81.1476	348			OH	133	28742	
5155193	Freemans Gardens	freemans-gardens	US		0	America/New_York	41.64144	-83.60771	189			OH	095	77000	
5155239	Friendly Village I Mobile Home Park	friendly-village-i-mobile-home-park	US		0	America/New_York	41.55283	-83.53299	190			OH	173	62162	
5155240	Friendly Village II Mobile Home Park	friendly-village-ii-mobile-home-park	US		0	America/New_York	41.56033	-83.53327	191			OH	173	62162	
5155287	Fritchleys Corners	fritchleys-corners	US		0	America/New_York	40.63423	-81.21372	370			OH	019	68420	
5155297	Front Royal (historical)	front-royal-historical	US		0	America/New_York	40.29868	-82.26182	303			OH	083	37870	
5155316	Frys Corners	frys-corners	US		0	America/New_York	40.0481	-84.63051	326			OH	037	53732	
5155338	Fullertown	fullertown	US		0	America/New_York	41.49255	-81.29844	327	Fullerton,Fullerton Station,Fullertown		OH	055	69232	
5155360	Fulton Heights	fulton-heights	US		0	America/New_York	40.82478	-81.40206	349			OH	151	62988	
5155382	Fursville	fursville	US		0	America/New_York	40.00312	-82.71628	319			OH	089	61112	
5155384	Gabels Corner	gabels-corner	US		0	America/New_York	41.32727	-83.19687	206	Gabel's Corners,Gabels Corner		OH	143	38052	
5155393	Gahanna	gahanna	US		34590	America/New_York	40.01923	-82.87934	242	Bridgeport,Gahana,Gahanna,Gahannan,Gakhana,Gakhanna,gahana  awhayw,ghahana,Гахана,Гаханна,غاهانا,گاهانا، اوهایو		OH	049	50064	
5155402	Galatea	galatea	US		0	America/New_York	41.17783	-83.64465	221	Blake,Galatea,Galatia,Welker,Welker Station,Welkers Station		OH	173	07020	
5155408	Galetown	galetown	US		0	America/New_York	41.26644	-82.99658	223			OH	143	31990	
5155442	Gambrinus	gambrinus	US		0	America/New_York	40.772	-81.41873	325			OH	151	12014	
5155449	Ganges	ganges	US		0	America/New_York	40.90617	-82.56128	330	Ganges,Granges,Trucksville,Truxville		OH	139	07230	
5155499	Garfield Heights	garfield-heights	US		28097	America/New_York	41.417	-81.60596	291	Garfield Heights,Garfild Khajts,Garfild Khehjts,South Newburgh,garfyld hayts  awhayw,gharfyld hayts,Гарфилд Хајтс,Гарфилд Хэйтс,غارفيلد هايتس,گارفیلد هایتس، اوهایو		OH	035	29428	
5155520	Garden Isle	garden-isle	US		0	America/New_York	41.007	-82.01848	277			OH	103	34104	
5155530	Gast Corner	gast-corner	US		0	America/New_York	40.45006	-83.22158	283			OH	101	64794	
5155543	Gatton Rock	gatton-rock	US		0	America/New_York	40.602	-82.47405	331	Gatton Rock,Gatton Rocks,Gattons Rocks		OH	139	38794	
5155548	Gavers	gavers	US		0	America/New_York	40.70701	-80.80564	309	Gaver,Gaver's,Gavers		OH	029	82138	
5155561	Geauga Lake	geauga-lake	US		0	America/New_York	41.3445	-81.38178	311	Geauga Lake,Pond		OH	133	03086	
5155563	Geeburg	geeburg	US		0	America/New_York	41.04895	-80.83842	293			OH	099	25088	
5155567	Geisingers Corners (historical)	geisingers-corners-historical	US		0	America/New_York	41.07478	-82.02459	314	Geisinger's Corners,Geisingers Corners (historical)		OH	103	13750	
5155568	Gem Beach	gem-beach	US		0	America/New_York	41.56949	-82.82241	176			OH	123	12588	
5155587	Geneva-on-the-Lake	geneva-on-the-lake	US		1214	America/New_York	41.8595	-80.95398	183	Buckeye Beach,Geneva-on-the-Lake		OH	007	29624	
5155598	Genung Corners	genung-corners	US		0	America/New_York	41.78977	-81.04871	211			OH	085	46494	
5155599	Geography Hall	geography-hall	US		0	America/New_York	41.1195	-80.57063	331			OH	099	88000	
5155666	Germano	germano	US		0	America/New_York	40.4084	-80.94704	402	German,Germanno,Germano,Jefferson,New Jefferson		OH	067	29890	
5155670	Germantown (historical)	germantown-historical	US		0	America/New_York	41.18395	-80.56841	302			OH	155	36596	
5155691	Geyer	geyer	US		0	America/New_York	40.50838	-84.06383	312	Geyer,Geyer City,Geyer Village,Geyers		OH	011	15448	
5155712	Gibsonburg Junction (historical)	gibsonburg-junction-historical	US		0	America/New_York	41.43255	-83.31881	196	Gibsonburg Junction (historical),Wrenville		OH	143	86506	
5155751	Ginger Hill	ginger-hill	US		0	America/New_York	40.97284	-80.56924	363			OH	099	74124	
5155752	Ginther (historical)	ginther-historical	US		0	America/New_York	40.24924	-80.91648	354			OH	067	31766	
5155765	Girton	girton	US		0	America/New_York	41.28366	-83.35965	220			OH	143	71087	
5155776	Georges Run	georges-run	US		0	America/New_York	40.30063	-80.62535	219			OH	081	74615	
5155806	Glen Karn	glen-karn	US		0	America/New_York	40.00977	-84.7919	352	Glen Karn,Glenkarn,Hollansburgh Station		OH	037	43092	
5155810	Glen Robbins	glen-robbins	US		0	America/New_York	40.16118	-80.74314	247			OH	081	80878	
5155812	Glen Run	glen-run	US		0	America/New_York	40.19507	-80.74564	212	Glen Run,Lauralton		OH	081	80878	
5155815	Glenburg (historical)	glenburg-historical	US		0	America/New_York	41.42505	-84.45912	216			OH	039	81200	
5155835	Glendwell	glendwell	US		0	America/New_York	40.3709	-80.65869	345			OH	081	74608	
5155842	Glenmoor	glenmoor	US		1987	America/New_York	40.66617	-80.62313	342	Glenmoor,Kenmoor		OH	029	69512	
5155844	Glenmore	glenmore	US		0	America/New_York	40.78477	-84.69829	248	Gilmore,Glenmoore,Glenmore		OH	161	85750	
5155849	Glenndale (historical)	glenndale-historical	US		0	America/New_York	40.13341	-80.7123	201	Glendale,Glenndale (historical)		OH	013	61378	
5155852	Glens Cottage Area	glens-cottage-area	US		0	America/New_York	40.52229	-81.27122	297			OH	157	80920	
5155859	Glenville (historical)	glenville-historical	US		0	America/New_York	40.81339	-83.05075	300			OH	033	10044	
5155871	Glenwillow	glenwillow	US		926	America/New_York	41.36172	-81.46956	287	Glen Willow,Glenwillow,Willow Glen		OH	035	30632	
5155876	Glenwood Addition	glenwood-addition	US		0	America/New_York	41.56561	-83.58799	192			OH	173	62162	
5155891	Gloria Glens Park	gloria-glens-park	US		430	America/New_York	41.05839	-81.89792	308	Glori Glens,Gloria Glens,Gloria Glens Park,Gloria Glens Village		OH	103	30660	
5155896	Glynwood	glynwood	US		0	America/New_York	40.58283	-84.31606	260	Glynnwood,Glynwood,Six Mile		OH	011	52472	
5155906	Goddard Corners	goddard-corners	US		0	America/New_York	40.06006	-82.61155	329			OH	089	69456	
5155912	Glens Cottage Area	glens-cottage-area	US		0	America/New_York	40.48756	-81.19121	305			OH	019	58576	
5155914	Golda	golda	US		0	America/New_York	40.12757	-81.17649	324			OH	013	27566	
5155918	Golden Corners	golden-corners	US		0	America/New_York	40.91506	-81.98181	366			OH	169	11276	
5155964	Goodland Acres	goodland-acres	US		0	America/New_York	40.67451	-81.26094	293			OH	151	70436	
5155966	Goodrich Cottage Area	goodrich-cottage-area	US		0	America/New_York	40.1584	-81.19288	297			OH	013	27566	
5155971	Goodwin (historical)	goodwin-historical	US		0	America/New_York	41.09199	-84.45773	219	Giauque,Goodwin (historical)		OH	125	37954	
5155974	Goodyear Heights	goodyear-heights	US		0	America/New_York	41.07811	-81.46761	343			OH	153	01000	
5156064	Gould Park	gould-park	US		0	America/New_York	40.06867	-82.89823	248			OH	049	18000	
5156165	Grade (historical)	grade-historical	US		0	America/New_York	40.50756	-81.88847	353			OH	075	48692	
5156186	Graham Corners	graham-corners	US		0	America/New_York	40.18701	-82.0882	325			OH	031	81172	
5156198	Grampian Hills	grampian-hills	US		0	America/New_York	40.50645	-81.13593	345			OH	019	78260	
5156202	Grand Forest Beach	grand-forest-beach	US		0	America/New_York	41.40838	-82.57767	177			OH	043	37030	
5156204	Grand Lake Mobile Home Park	grand-lake-mobile-home-park	US		0	America/New_York	40.50338	-84.53607	265			OH	107	28350	
5156239	Grandview Heights	grandview-heights	US		0	America/New_York	40.18561	-83.97021	336			OH	021	39228	
5156240	Grandview Heights	grandview-heights	US		0	America/New_York	40.17063	-80.70925	334			OH	081	80878	
5156241	Grandview Park	grandview-park	US		0	America/New_York	41.85894	-80.95871	183			OH	007	29624	
5156300	Grassy Point	grassy-point	US		0	America/New_York	40.55922	-83.58687	321			OH	065	32837	
5156339	Great Western	great-western	US		0	America/New_York	40.07285	-80.98482	376	Great Western,West End,Western		OH	013	66628	
5156372	Green (historical)	green-historical	US		0	America/New_York	40.1809	-82.7424	339			OH	089	51450	
5156373	Green Acres	green-acres	US		0	America/New_York	40.65477	-84.1105	285			OH	011	22722	
5156374	Green Acres	green-acres	US		0	America/New_York	40.36368	-80.73258	356			OH	081	19484	
5156442	Greene Center	greene-center	US		0	America/New_York	41.46172	-80.7623	277	Green Center,Greene,Greene Center,Greensburg,Greensburg Corners,Greensburgh		OH	155	32046	
5156468	Greenleafs Corners (historical)	greenleafs-corners-historical	US		0	America/New_York	41.192	-81.10954	329			OH	133	13610	
5156518	Greenwood Acres	greenwood-acres	US		0	America/New_York	40.83617	-81.51873	327			OH	151	38094	
5156559	Greyhound	greyhound	US		0	America/New_York	41.64366	-84.61162	274			OH	171	08630	
5156573	Grimms Bridge	grimms-bridge	US		0	America/New_York	40.67618	-80.54118	220			OH	029	69512	
5156574	Grimms Subdivision	grimms-subdivision	US		0	America/New_York	41.67894	-84.61856	279			OH	171	08630	
5156577	Grodis Corner	grodis-corner	US		0	America/New_York	41.60421	-83.26048	176			OH	123	05620	
5156595	Grove Mill	grove-mill	US		0	America/New_York	40.80089	-81.43845	341			OH	151	62078	
5156612	Guerne	guerne	US		0	America/New_York	40.76339	-81.89597	334			OH	169	28504	
5156665	Gutman	gutman	US		0	America/New_York	40.51949	-84.04383	314			OH	011	15448	
5156672	Gypsy Lane Estates Mobile Home Park	gypsy-lane-estates-mobile-home-park	US		0	America/New_York	41.35283	-83.65938	212			OH	173	07972	
5156684	Hagan Addition	hagan-addition	US		0	America/New_York	40.21479	-80.88453	264			OH	067	72361	
5156685	Hageman (historical)	hageman-historical	US		0	America/New_York	40.20839	-84.07772	335			OH	149	31850	
5156686	Hagenbaugh (historical)	hagenbaugh-historical	US		0	America/New_York	40.15145	-83.69215	349	Hagenbaugh (historical),Hagenbaughs		OH	021	69820	
5156688	Gurley (historical)	gurley-historical	US		0	America/New_York	40.58617	-83.25575	280	Curleys,Gurley (historical),Gurley Station		OH	101	06348	
5156689	Hakes Corners	hakes-corners	US		0	America/New_York	41.19672	-80.72869	321	Hake's Corners,Hakes Corners		OH	155	82446	
5156711	Haller (historical)	haller-historical	US		0	America/New_York	41.56144	-84.05689	228	Batdorf,Haller (historical)		OH	051	87024	
5156716	Halls Corners	halls-corners	US		0	America/New_York	41.15506	-80.63202	297			OH	155	43344	
5156718	Halo	halo	US		0	America/New_York	41.04394	-81.55456	319			OH	153	01000	
5156722	Hambden	hambden	US		0	America/New_York	41.60422	-81.14565	398	Bondstown,Hambden,Hambden Center,Hamden,Hampden		OH	055	32914	
5156730	Hametown	hametown	US		0	America/New_York	40.99505	-81.6679	353			OH	153	57260	
5156748	Hammansburg	hammansburg	US		0	America/New_York	41.22644	-83.68855	215	Hammansburg,Hammansburgh		OH	173	34986	
5156752	Hammond Crossroad	hammond-crossroad	US		0	America/New_York	40.18424	-80.95593	382	Hammond Crossroad,Hammond Crossroads		OH	067	72361	
5156781	Haney (historical)	haney-historical	US		0	America/New_York	41.25561	-83.76605	212			OH	173	50680	
5156785	Hanley Village	hanley-village	US		0	America/New_York	40.69589	-82.54156	436			OH	139	81578	
5156806	Hanville Corners	hanville-corners	US		0	America/New_York	41.11922	-82.6124	278			OH	077	26040	
5156813	Harbor Acres	harbor-acres	US		0	America/New_York	41.54811	-82.83185	173			OH	123	20058	
5156821	Harbor Point	harbor-point	US		0	America/New_York	40.54005	-84.5394	268			OH	107	38724	
5156834	Hard	hard	US		0	America/New_York	40.66562	-81.95237	251			OH	075	64584	
5156852	Harbor	harbor	US		0	America/New_York	41.88783	-80.81537	192	Ashtabula Harbor,Harbor		OH	007	70646	
5156874	Hardscrabble	hardscrabble	US		0	America/New_York	40.27507	-81.82624	319	Hard Scrable,Hardscrabble		OH	031	77896	
5156875	Hardscrabble	hardscrabble	US		0	America/New_York	41.26033	-81.92764	243	Hardscrabble,Marysville		OH	103	44240	
5156876	Hardscrabble	hardscrabble	US		0	America/New_York	41.25922	-80.86814	275	Edgewater,Hardscrabble		OH	155	80892	
5156877	Hardscrabble (historical)	hardscrabble-historical	US		0	America/New_York	40.74561	-81.31594	363			OH	151	12014	
5156895	Harlem Springs	harlem-springs	US		0	America/New_York	40.5209	-81.00315	380	Harlem,Harlem Springs		OH	019	42434	
5156913	Harmons Landing	harmons-landing	US		0	America/New_York	40.51171	-84.44273	267	Harmon's Landing,Harmons Landing		OH	011		
5157002	Harrisport (historical)	harrisport-historical	US		0	America/New_York	41.18145	-81.00982	282			OH	133	59822	
5157024	Harter Heights	harter-heights	US		0	America/New_York	40.80034	-81.41789	340			OH	151	12000	
5157027	Hartford (historical)	hartford-historical	US		0	America/New_York	40.73616	-84.31467	248			OH	003	01602	
5157046	Hartland Station	hartland-station	US		0	America/New_York	41.21061	-82.49156	286	Hartland Station,Woodford		OH	077	34258	
5157058	Hartsgrove	hartsgrove	US		0	America/New_York	41.60506	-80.95343	313	Hartes Grove,Harts Grove,Hartsgrove,Hartsgrove Center,Hartsgrove Centre,Heartsgrove,Mather,Mathers Town,Matherstown		OH	007	34300	
5157091	Haselton	haselton	US		0	America/New_York	41.08367	-80.61785	261	Haselton,Hazelton,Hazleton		OH	099	88000	
5157100	Hassan (historical)	hassan-historical	US		0	America/New_York	40.84561	-83.76605	277			OH	063	79408	
5157117	Hattonia (historical)	hattonia-historical	US		0	America/New_York	40.28618	-81.12621	365			OH	067	57456	
5157122	Haven Park	haven-park	US		0	America/New_York	41.64088	-83.7116	198			OH	095	74123	
5157123	Haven View	haven-view	US		0	America/New_York	40.00756	-84.05799	302			OH	109	24836	
5157124	Havens	havens	US		0	America/New_York	41.30589	-83.1927	203			OH	143	38052	
5157127	Havens Corners	havens-corners	US		0	America/New_York	40.01895	-82.81545	297			OH	049	38612	
5157163	Hayes Colony	hayes-colony	US		0	America/New_York	40.31867	-83.08574	283			OH	041	21469	
5157164	Hayes Corners	hayes-corners	US		0	America/New_York	41.45894	-81.02259	365			OH	055	49714	
5157174	Hayes Place	hayes-place	US		0	America/New_York	41.61227	-83.48104	187			OH	173	57190	
5157182	Haynesville (historical)	haynesville-historical	US		0	America/New_York	40.48172	-83.43409	301			OH	159	81662	
5157184	Haysville (historical)	haysville-historical	US		0	America/New_York	40.61562	-80.80675	261	Haysville (historical),Hayti		OH	029	81158	
5157237	Hechts Landing	hechts-landing	US		0	America/New_York	40.50088	-84.46718	265	Hecht's Landing,Hechts Landing		OH	107	28350	
5157247	Hedges	hedges	US		0	America/New_York	41.09199	-84.51495	220			OH	125	37954	
5157258	Hedington Corners	hedington-corners	US		0	America/New_York	40.29312	-82.71295	366	Headington Corners,Hedington Corners		OH	083	35462	
5157263	Hegemanns Landing	hegemanns-landing	US		0	America/New_York	40.37338	-84.34856	292	Hegemanns Landing,Hegemans Landing		OH	149	46172	
5157264	Heidelberg Beach	heidelberg-beach	US		0	America/New_York	41.38783	-82.45433	184	Heidelberg Beach,Heidelburg Beach		OH	043	79730	
5157277	Heisley (historical)	heisley-historical	US		0	America/New_York	41.69727	-81.30733	196			OH	085	49056	
5157296	Hells Corners	hells-corners	US		0	America/New_York	41.14172	-80.54952	328			OH	155	36596	
5157297	Helmick	helmick	US		0	America/New_York	40.39173	-81.94097	240	Hehnick,Helmick		OH	031	15266	
5157312	Henderson Heights	henderson-heights	US		0	America/New_York	40.04091	-81.57457	268			OH	059	11003	
5157319	Hendrysburg	hendrysburg	US		0	America/New_York	40.0609	-81.17316	308	Hendry,Hendrysburg,Hendrysburgh,Henrysburg		OH	013	40600	
5157352	Hepburn	hepburn	US		0	America/New_York	40.62144	-83.46965	290			OH	065	22736	
5157357	Herbert Corners	herbert-corners	US		0	America/New_York	41.04422	-80.76063	358	Herbert Corners,Herbert's Corners,Herberts Corners		OH	099	11374	
5157359	Herefork	herefork	US		0	America/New_York	41.06061	-82.39461	320	Hereford Station,Herefork,Knowlton		OH	005	68966	
5157364	Heritage Hills	heritage-hills	US		0	America/New_York	40.54256	-81.10899	350			OH	019	78260	
5157371	Heritage Village	heritage-village	US		0	America/New_York	40.53979	-81.48456	277			OH	157	22456	
5157378	Herner Corners	herner-corners	US		0	America/New_York	41.37089	-80.99009	269	Herner Corners,Herner's Corners,Herners Corners		OH	155	26684	
5157397	Hessville	hessville	US		214	America/New_York	41.40172	-83.24437	192	Black Swamp,Black Swamps,Cashtown,Hessville		OH	143	81592	
5157407	Hetzlerville (historical)	hetzlerville-historical	US		0	America/New_York	40.20533	-84.72802	319	Hellersville,Hetzlerville (historical)		OH	037	37758	
5157415	Hibbetts	hibbetts	US		0	America/New_York	40.64201	-81.1126	314	Hibbets,Hibbetts		OH	019	33782	
5157459	Hidden Ledges Cottage Area	hidden-ledges-cottage-area	US		0	America/New_York	40.16896	-81.19149	290			OH	013	27566	
5157497	Highland Heights	highland-heights	US		8396	America/New_York	41.552	-81.47845	286			OH	035	35252	
5157502	Highland Hills	highland-hills	US		961	America/New_York	41.44839	-81.51901	334			OH	035	35255	
5157519	Highland Springs	highland-springs	US		0	America/New_York	41.26033	-81.46678	321			OH	153		
5157520	Highland Terrace	highland-terrace	US		0	America/New_York	40.11063	-80.90565	341			OH	013	66628	
5157526	Highlandtown	highlandtown	US		0	America/New_York	40.63423	-80.75674	362	Highlandtown,Inverness		OH	029	81158	
5157537	Highwater	highwater	US		0	America/New_York	40.1759	-82.51933	320	High Water,Highwater,Sylvania		OH	089	46116	
5157539	Highway (historical)	highway-historical	US		0	America/New_York	40.03229	-83.05102	253			OH	049	79002	
5157558	Hill Grove	hill-grove	US		0	America/New_York	40.17755	-84.76829	329	Hill Grove,Hillgrove		OH	037	81186	
5157568	Hillcrest	hillcrest	US		0	America/New_York	40.6284	-80.6573	317			OH	029	86912	
5157569	Hillcrest	hillcrest	US		0	America/New_York	40.89839	-81.12454	384			OH	151	01420	
5157570	Hillcrest	hillcrest	US		0	America/New_York	40.79561	-81.9057	328			OH	169	86562	
5157571	Hillcrest	hillcrest	US		0	America/New_York	41.58644	-84.53717	261			OH	171	38864	
5157580	Hillcrest Mobile Home Park	hillcrest-mobile-home-park	US		0	America/New_York	40.21395	-83.31659	299			OH	159	59864	
5157581	Hille Farms	hille-farms	US		0	America/New_York	41.56838	-83.42132	185			OH	173	41328	
5157613	Hills and Dales	hills-and-dales	US		220	America/New_York	40.82978	-81.44484	341	Hills and Dales,Hills and Vales		OH	151	38094	
5157629	Hilltop Cottage Area	hilltop-cottage-area	US		0	America/New_York	40.17035	-81.19649	301			OH	013	27566	
5157637	Hilltown (historical)	hilltown-historical	US		0	America/New_York	41.07367	-81.32872	337			OH	133	08840	
5157661	Hines (historical)	hines-historical	US		0	America/New_York	40.87228	-82.7199	342	Hines (historical),Hinesville		OH	139	71830	
5157680	Hiram Rapids	hiram-rapids	US		0	America/New_York	41.34005	-81.16621	336	Harrison,Harrison Rapids,Harrison Station,Hiram Rapids,Rapids		OH	133	35672	
5157693	Hoagland Corner	hoagland-corner	US		0	America/New_York	41.27339	-80.77869	276	Hoagland Corner,Hoagland Corners,Ratliff Corners		OH	155	04444	
5157697	Hoaglin	hoaglin	US		0	America/New_York	40.94616	-84.49495	225			OH	161	35756	
5157748	Holiday City	holiday-city	US		52	America/New_York	41.60838	-84.55412	274			OH	171	38864	
5157754	Holiday Park	holiday-park	US		0	America/New_York	41.55005	-83.59827	192			OH	173	62162	
5157764	Hollisters (historical)	hollisters-historical	US		0	America/New_York	40.3834	-82.24849	286	Hollister's,Hollisters (historical)		OH	083	10590	
5157772	Holly (historical)	holly-historical	US		0	America/New_York	40.38035	-81.68874	326			OH	157	09988	
5157773	Holly Addition	holly-addition	US		0	America/New_York	41.43338	-84.53606	222			OH	171	64920	
5157776	Hollywood Addition	hollywood-addition	US		0	America/New_York	40.37285	-80.64313	299			OH	081	74608	
5157798	Holmesville (historical)	holmesville-historical	US		0	America/New_York	40.54283	-83.35964	282	Holmesville (historical),Parrtown		OH	101	07958	
5157916	Homeside	homeside	US		0	America/New_York	40.06257	-80.90231	356			OH	013	66628	
5157945	Honeytown	honeytown	US		0	America/New_York	40.797	-81.87958	289			OH	169	86562	
5157988	Hopes Mobile Home Park	hopes-mobile-home-park	US		0	America/New_York	40.87339	-82.29433	309			OH	005	02568	
5158003	Hopewell Heights	hopewell-heights	US		0	America/New_York	41.72338	-83.57827	185	Hopewell,Hopewell Heights		OH	095	77000	
5158031	Hords (historical)	hords-historical	US		0	America/New_York	40.59256	-83.19297	278			OH	101	06348	
5158048	Horace (historical)	horace-historical	US		0	America/New_York	40.7345	-82.0771	290			OH	169	62995	
5158065	Houcktown	houcktown	US		0	America/New_York	40.93533	-83.5941	253	Houcktown,Kleis Elementary School,North Liberty		OH	063	37800	
5158067	Hough	hough	US		16359	America/New_York	41.512	-81.63652	197			OH	035	16000	
5158102	Howard Farms Beach	howard-farms-beach	US		0	America/New_York	41.65394	-83.24548	175	Howard Farms,Howard Farms Beach,Reno,Reno by the Lake		OH	095	39116	
5158118	Howenstine	howenstine	US		0	America/New_York	40.7195	-81.34706	295	Briggsville,Howenstein,Howenstine		OH	151	62694	
5158123	Howland Center	howland-center	US		6351	America/New_York	41.25117	-80.74536	272			OH	155	36554	
5158124	Howland Corners	howland-corners	US		0	America/New_York	41.23839	-80.74063	287	Howland,Howland Corners,Howland Four Corners,Howland Spring,Howland Springs		OH	155	36554	
5158156	Huber Ridge	huber-ridge	US		4604	America/New_York	40.08867	-82.91657	253			OH	049	06922	
5158196	Hull Prairie	hull-prairie	US		0	America/New_York	41.47366	-83.69688	200	Hull Prairie,Hulls Prairie Station,Miltonville,Waterville		OH	173	49812	
5158208	Hulls Crossing	hulls-crossing	US		0	America/New_York	41.53783	-83.69271	179			OH	173	62148	
5158211	Hunchberger Corners	hunchberger-corners	US		0	America/New_York	40.22227	-84.74663	317	Hunchbarger's Corners,Hunchbargers,Hunchbargers Corner,Hunchbargers Corners,Hunchberger Corners		OH	037	37758	
5158234	Hunting Valley	hunting-valley	US		720	America/New_York	41.48922	-81.40178	233	Khanting Vali,hantygh faly,shou lie gu,Хантинг Вали,هانتيغ فالي,狩猎谷		OH	035	36918	
5158253	Hunts Corners	hunts-corners	US		0	America/New_York	41.22755	-82.75741	234	Hunt's Corners,Hunts Corners,Moorehead		OH	077	45514	
5158262	Huntstown (historical)	huntstown-historical	US		0	America/New_York	41.00533	-84.30356	221			OH	137	38024	
5158269	Hurford	hurford	US		0	America/New_York	40.24562	-80.89704	279	Hurford,Jobes		OH	067	72361	
5158301	Huston (historical)	huston-historical	US		0	America/New_York	40.60784	-81.91764	253			OH	075	64584	
5158306	Hutson (historical)	hutson-historical	US		0	America/New_York	41.01672	-81.02204	310			OH	133	21210	
5158312	Hyatts	hyatts	US		0	America/New_York	40.21673	-83.08519	282	Hyatt's,Hyatts,Hyatts Station,Hyattsville,Hyattville,Hyatville,Hytts		OH	041	43106	
5158338	Idlewild Park (historical)	idlewild-park-historical	US		0	America/New_York	40.02562	-82.43571	257			OH	089	34748	
5158339	Idlewood Cottage Area	idlewood-cottage-area	US		0	America/New_York	40.64367	-82.326	350			OH	005	31682	
5158344	Iler	iler	US		0	America/New_York	41.18505	-83.31937	225	Iler,Iler Station,Ilers		OH	147	38066	
5158401	Immergrun	immergrun	US		0	America/New_York	41.68921	-83.42215	176			OH	095	58730	
5158426	Indian Camp	indian-camp	US		0	America/New_York	40.09452	-81.64568	317			OH	059	40838	
5158443	Indian Creek	indian-creek	US		0	America/New_York	41.55505	-83.50827	190			OH	173	41328	
5158461	Indian Meadows	indian-meadows	US		0	America/New_York	41.54061	-83.64799	194			OH	173	62148	
5158492	Indian Trail Estates	indian-trail-estates	US		0	America/New_York	41.59061	-83.43549	185			OH	173	41328	
5158509	Indianola Estates	indianola-estates	US		0	America/New_York	40.80728	-81.44151	344			OH	151	62078	
5158513	Industrial Heights	industrial-heights	US		0	America/New_York	40.76673	-81.38456	311			OH	151	12014	
5158520	Infant of Prague Villa	infant-of-prague-villa	US		0	America/New_York	40.99367	-81.52039	312			OH	153	19036	
5158528	Ingold Heights	ingold-heights	US		0	America/New_York	40.7995	-81.47012	332			OH	151	62078	
5158879	Iron Bridge (historical)	iron-bridge-historical	US		0	America/New_York	41.15228	-81.50873	299			OH	153	19778	
5158889	Ironville	ironville	US		0	America/New_York	41.67588	-83.47549	180			OH	095	77000	
5158894	Irville	irville	US		0	America/New_York	40.04923	-82.12709	251			OH	119	43470	
5158912	Island Creek	island-creek	US		0	America/New_York	40.45284	-80.67924	251	Island Creek,Pleasant Valley		OH	081	37534	
5158920	Island View	island-view	US		0	America/New_York	40.51616	-83.88605	309			OH	091	74780	
5158921	Island View	island-view	US		0	America/New_York	41.59755	-83.57104	189			OH	173	68686	
5159033	Jaite	jaite	US		0	America/New_York	41.28839	-81.57373	199	Atlantic Siding,Jaite,Vaughan,Vaughn,Vaughn Station		OH	035	08364	
5159055	Jarrett Wood Subdivision	jarrett-wood-subdivision	US		0	America/New_York	41.17783	-84.76024	223			OH	125	12308	
5159060	Jaysville	jaysville	US		0	America/New_York	40.0481	-84.59912	323	Jays,Jays Station,Jaysville		OH	037	53732	
5159083	Jeddoe	jeddoe	US		0	America/New_York	41.277	-81.14482	325	Browns Station,Canton,Caton,Hiram Station,Jeddo,Jeddo Station,Jeddoe		OH	133	35672	
5159096	Jefferson Estates	jefferson-estates	US		0	America/New_York	41.58505	-84.49884	255			OH	171	38864	
5159097	Jefferson Heights	jefferson-heights	US		0	America/New_York	40.33979	-80.64146	347			OH	081	74615	
5159135	Jeffersonville (historical)	jeffersonville-historical	US		0	America/New_York	40.34785	-80.61646	203	Jefferson,Jeffersonville (historical)		OH	081	74608	
5159136	Jelloway	jelloway	US		0	America/New_York	40.53673	-82.30016	318	Brownsville,Jelloway,New Brownsville,Pfifers Cross Roads		OH	083	09470	
5159178	Jerrys First Addition	jerrys-first-addition	US		0	America/New_York	41.49866	-84.57467	247			OH	171	13008	
5159208	Jethro	jethro	US		0	America/New_York	40.62534	-80.59507	204			OH	029	23730	
5159222	Jim Town	jim-town	US		0	America/New_York	41.64366	-84.60217	271	Jim Town,Jimtown		OH	171	08630	
5159225	Jimtown (historical)	jimtown-historical	US		0	America/New_York	40.11088	-84.27828	292			OH	109	81466	
5159229	Jimtown	jimtown	US		0	America/New_York	40.82034	-80.53451	349	Jamestown,Jimtown		OH	029	78890	
5159292	Johnsons Corners	johnsons-corners	US		0	America/New_York	41.00589	-81.63874	311	Johnson,Johnsons Corners		OH	153	03828	
5159293	Johnsons Corners	johnsons-corners	US		0	America/New_York	40.96033	-81.84153	295			OH	169	50666	
5159296	Johnsons Subdivision	johnsons-subdivision	US		0	America/New_York	41.52422	-83.49076	191	Johnson's Subdivision,Johnsons Subdivision		OH	173	41328	
5159303	Johnston Corners	johnston-corners	US		0	America/New_York	41.61644	-83.66521	191			OH	095	77000	
5159325	Jones City	jones-city	US		0	America/New_York	40.88144	-84.18161	231			OH	137	75206	
5159350	Josephatowa	josephatowa	US		0	America/New_York	41.51394	-81.66985	192			OH	035	16000	
5159365	Jug Run	jug-run	US		0	America/New_York	40.21202	-80.74758	230			OH	081	80878	
5159368	Jugs Corners	jugs-corners	US		0	America/New_York	40.68089	-82.64545	433			OH	117	77602	
5159370	Julia (historical)	julia-historical	US		0	America/New_York	41.34755	-81.2626	363			OH	055	02904	
5159374	Jumbo	jumbo	US		0	America/New_York	40.59505	-83.75799	332			OH	065	45920	
5159376	Jump	jump	US		0	America/New_York	40.61588	-83.79438	304	Island Grove,Jump		OH	065	45920	
5159401	Kamms Corner	kamms-corner	US		0	America/New_York	41.45033	-81.81791	229	Kamm's Corner,Kamms,Kamms Corner		OH	035	16000	
5159407	Kansas Corners	kansas-corners	US		0	America/New_York	41.15006	-80.54813	316			OH	155	36596	
5159418	Karlin	karlin	US		0	America/New_York	41.45616	-81.65124	213			OH	035	16000	
5159427	Kauke	kauke	US		0	America/New_York	40.71089	-81.98237	257	Kauke,Koch,Kochs		OH	169	28504	
5159433	Keans (historical)	keans-historical	US		0	America/New_York	41.06228	-81.03176	311			OH	133	59668	
5159473	Kellker (historical)	kellker-historical	US		0	America/New_York	40.61173	-82.7474	410			OH	117	18294	
5159481	Kelloggsville	kelloggsville	US		0	America/New_York	41.85672	-80.6173	258	Ferguson's Settlement,Fergusons Settlement,Kelloggsville,Kellogsville,Monroe,Waterloo		OH	007	51296	
5159489	Kendall Heights	kendall-heights	US		0	America/New_York	40.82422	-81.5079	338			OH	151	38094	
5159525	Kennon (historical)	kennon-historical	US		0	America/New_York	40.15146	-81.10594	298			OH	013	27566	
5159582	Kerr Corner	kerr-corner	US		0	America/New_York	40.41923	-83.24881	283			OH	041	76617	
5159603	Kettle Run	kettle-run	US		0	America/New_York	41.53894	-83.65605	193			OH	173	62148	
5159614	Kieferville	kieferville	US		0	America/New_York	41.10033	-84.20661	220	Kiefersville,Kieferville,Norwood		OH	137	59612	
5159626	Kileville	kileville	US		0	America/New_York	40.10451	-83.21075	289	Kile,Kilesville,Kileville		OH	097	20142	
5159672	King Corners	king-corners	US		0	America/New_York	41.26089	-80.74064	281	King Corners,King's Corners,Kings Corners		OH	155	36554	
5159738	Kings Corners	kings-corners	US		0	America/New_York	40.65006	-82.62156	394			OH	139	77616	
5159762	Kingsleys Corners	kingsleys-corners	US		0	America/New_York	41.26033	-82.02236	252			OH	093	31164	
5159763	Kingston Center	kingston-center	US		0	America/New_York	40.32478	-82.88046	302	Cross Roads,Kingston Center,Kingston Centre		OH	041	40362	
5159768	Kingsville On-the-Lake	kingsville-on-the-lake	US		0	America/New_York	41.92339	-80.70286	193			OH	007	56700	
5159772	Kingsway	kingsway	US		0	America/New_York	41.41755	-83.13548	181			OH	143	66460	
5159799	Kirkpatrick	kirkpatrick	US		0	America/New_York	40.68867	-83.00852	307	Kirkpatrick,La Timbreville,Letimberville		OH	101	71073	
5159814	Kirtland Hills	kirtland-hills	US		641	America/New_York	41.62394	-81.30705	244			OH	085	40670	
5159831	Kingscreek	kingscreek	US		0	America/New_York	40.16117	-83.72493	326	King Creek,Kings Creek,Kingscreek,Kingston,Taylorsville		OH	021	69820	
5159855	Klines Corner	klines-corner	US		0	America/New_York	41.18339	-80.66452	332	Kline's Corners,Klines Corner		OH	155	43344	
5159863	Knaufville	knaufville	US		0	America/New_York	40.9945	-80.81647	332	Knauffville,Knaufville		OH	099	25088	
5159910	Knoxdale	knoxdale	US		0	America/New_York	41.19811	-84.67523	222	Knox Station,Knoxdale		OH	125	19176	
5159934	Kolmont	kolmont	US		0	America/New_York	40.31229	-80.66091	213			OH	081	19484	
5159965	Krohns Acres	krohns-acres	US		0	America/New_York	41.46533	-84.6169	250			OH	171	13008	
5159971	Krumroy	krumroy	US		0	America/New_York	41.01506	-81.47317	338			OH	153	74130	
5159987	Kyles Corners	kyles-corners	US		0	America/New_York	41.07256	-80.65785	329			OH	099	88000	
5159992	La Belle View	la-belle-view	US		0	America/New_York	40.37146	-80.62424	328	La Bell,La Belle View,Labelle		OH	081	74608	
5159995	La Croft	la-croft	US		1144	America/New_York	40.6459	-80.59785	357			OH	029	44226	
5160039	Laffertys Trailer Court	laffertys-trailer-court	US		0	America/New_York	41.49894	-83.47882	194	Lafferty's Trailer Court,Laffertys Trailer Court		OH	173	77630	
5160073	Lake Cable	lake-cable	US		0	America/New_York	40.86006	-81.44845	343			OH	151	38094	
5160122	Laceyville (historical)	laceyville-historical	US		0	America/New_York	40.32229	-81.13177	275	Laceysville,Laceyville (historical)		OH	067	74724	
5160149	Lake Lodge	lake-lodge	US		0	America/New_York	40.42062	-80.74758	357			OH	081	37534	
5160158	Lake Lucerne	lake-lucerne	US		0	America/New_York	41.40505	-81.33816	357			OH	055	03590	
5160171	Lake Mohawk	lake-mohawk	US		1652	America/New_York	40.66673	-81.19927	367			OH	019	09400	
5160221	Lake Silverstone Mobile Home Park	lake-silverstone-mobile-home-park	US		0	America/New_York	40.88867	-82.30683	311			OH	005	02568	
5160222	Lake Slagle	lake-slagle	US		0	America/New_York	40.87811	-81.45623	346			OH	151	38094	
5160233	Lake View Heights	lake-view-heights	US		0	America/New_York	40.82617	-81.40789	350			OH	151	62988	
5160246	Lakegrove Estates	lakegrove-estates	US		0	America/New_York	41.85894	-80.95398	184			OH	007	29624	
5160248	Lakeland Beach	lakeland-beach	US		0	America/New_York	40.66423	-82.10543	285			OH	075	67286	
5160249	Lakeland Beach	lakeland-beach	US		0	America/New_York	40.54505	-84.52357	269			OH	107	38724	
5160254	Lakeland Woods Estates	lakeland-woods-estates	US		0	America/New_York	41.48144	-84.48884	222			OH	171	64920	
5160255	Lakeline	lakeline	US		226	America/New_York	41.65949	-81.45428	189			OH	085	23618	
5160259	Lakemont Landing	lakemont-landing	US		0	America/New_York	41.6731	-83.28048	172			OH	095	39116	
5160271	Lakeshore Park	lakeshore-park	US		0	America/New_York	40.46423	-81.16899	320			OH	019	58576	
5160279	Lakeside Heights	lakeside-heights	US		0	America/New_York	40.82034	-81.42234	347			OH	151	62988	
5160297	Lakeview Heights	lakeview-heights	US		0	America/New_York	40.81756	-81.40289	343			OH	151	62988	
5160304	Lakeview Terrace	lakeview-terrace	US		0	America/New_York	41.49311	-81.71013	197			OH	035	16000	
5160305	Lakeview Terrace	lakeview-terrace	US		0	America/New_York	40.80978	-81.41873	336			OH	151	12014	
5160344	Lamb Corners	lamb-corners	US		0	America/New_York	40.10701	-83.19241	287			OH	049	81242	
5160350	Lamira	lamira	US		0	America/New_York	40.02424	-80.98787	321	Lamira,Lewis Mills,Lewis Mines		OH	013	72736	
5160358	Landeck	landeck	US		0	America/New_York	40.80116	-84.38801	243	Landeck,Seltzerville		OH	003	47656	
5160367	Landin Park	landin-park	US		0	America/New_York	40.13561	-84.2705	291			OH	109	62848	
5160414	Latcha	latcha	US		0	America/New_York	41.54422	-83.45354	190	Latcha,Latcha Station,Latchay,Latchie		OH	173	41328	
5160423	Lattasburg	lattasburg	US		0	America/New_York	40.87867	-82.10849	353	Lattasburg,Lattasburgh,Lattisberg,Lattsburg,West Union		OH	169	14044	
5160455	Lawndale Mobile Home Plaza	lawndale-mobile-home-plaza	US		0	America/New_York	41.352	-83.79355	206			OH	173	83986	
5160463	Lawrenceville (historical)	lawrenceville-historical	US		0	America/New_York	40.65006	-81.44428	272			OH	157	42182	
5160480	Lawtonville (historical)	lawtonville-historical	US		0	America/New_York	41.36811	-84.78635	255			OH	039	50190	
5160529	Lees Landing	lees-landing	US		0	America/New_York	40.50644	-84.48995	265	Lee's Landing,Lees Landing		OH	107	28350	
5160541	Leesville Glens	leesville-glens	US		0	America/New_York	40.48784	-81.19149	305			OH	019	58576	
5160542	Leesville Hills	leesville-hills	US		0	America/New_York	40.45923	-81.17205	309			OH	019	58576	
5160544	Leesville Lake Park	leesville-lake-park	US		0	America/New_York	40.45701	-81.18316	352			OH	019	58576	
5160561	Lehmkuhl Landing	lehmkuhl-landing	US		0	America/New_York	40.3881	-84.29578	292			OH	149	79464	
5160571	Leipsic Junction	leipsic-junction	US		0	America/New_York	41.10644	-83.978	228			OH	137	79450	
5160579	Lemert	lemert	US		0	America/New_York	40.89422	-83.09353	296	Lemert,Lemertville		OH	033	76967	
5160590	Lenox Center	lenox-center	US		0	America/New_York	41.68006	-80.76175	305	Lenox,Lenox Center,Lenox Centre,Millerstown		OH	007	42742	
5160599	Leonardsburg	leonardsburg	US		0	America/New_York	40.35756	-82.98963	299	Eden,Eden Station,Leonardsburg,Leonardsburgh		OH	041	09428	
5160608	Leslie (historical)	leslie-historical	US		0	America/New_York	41.68561	-83.95189	224			OH	051	01728	
5160634	Lewisville (historical)	lewisville-historical	US		0	America/New_York	41.05116	-83.78966	239	Lewisville (historical),Louisville		OH	063	06838	
5160641	Lexington Glen	lexington-glen	US		0	America/New_York	40.31173	-83.09158	287			OH	041	21469	
5160650	Leyda	leyda	US		0	America/New_York	40.67117	-81.13427	314			OH	019	09400	
5160729	Lichtys Parcels	lichtys-parcels	US		0	America/New_York	41.17783	-84.76302	224	Lichty's Parcels,Lichtys Parcels		OH	125	12308	
5160758	Liggett Crossing	liggett-crossing	US		0	America/New_York	40.36284	-80.92065	320			OH	067	29890	
5160773	Lightsville	lightsville	US		0	America/New_York	40.28532	-84.71274	317			OH	037	50960	
5160818	Lime City	lime-city	US		0	America/New_York	41.53505	-83.56688	197	Lime City,Lime City Station,Lime Kiln		OH	173	62162	
5160826	Limpytown	limpytown	US		0	America/New_York	40.50062	-81.71652	332			OH	075	15280	
5160854	Lincoln Heights	lincoln-heights	US		3831	America/New_York	40.77145	-82.48433	399			OH	139		
5160855	Lincoln Heights	lincoln-heights	US		0	America/New_York	40.35285	-80.6323	299			OH	081	74608	
5160856	Lincoln Heights	lincoln-heights	US		0	America/New_York	40.79728	-81.41012	335			OH	151	12000	
5160894	Lindbergh Heights	lindbergh-heights	US		0	America/New_York	41.56255	-83.43243	187			OH	173	41328	
5160897	Linden (historical)	linden-historical	US		0	America/New_York	41.21728	-83.22659	220	Linden (historical),Linden Station		OH	147	43316	
5160926	Lindentree	lindentree	US		0	America/New_York	40.60506	-81.30094	303	Linden Tree,Lindentree		OH	019	68420	
5160927	Link (historical)	link-historical	US		0	America/New_York	41.23727	-84.79524	224			OH	125	12308	
5160932	Linton Mills	linton-mills	US		0	America/New_York	40.17396	-81.69346	231	Linton,Linton Mill,Linton Mills		OH	031	43960	
5160938	Linworth	linworth	US		0	America/New_York	40.09006	-83.04907	253	Elmwood,Linworth		OH	049	71787	
5160947	Lippincott	lippincott	US		0	America/New_York	40.19367	-83.77549	322	Lippencotts,Lippincott,Lippincotts		OH	021	69820	
5160968	Little Arabia	little-arabia	US		0	America/New_York	41.46199	-81.76874	234			OH	035	16000	
5160978	Little Bohemia	little-bohemia	US		0	America/New_York	41.47061	-81.65485	208			OH	035	16000	
5161005	Little Italy	little-italy	US		0	America/New_York	41.50894	-81.59818	218			OH	035	16000	
5161038	Little Sandusky	little-sandusky	US		0	America/New_York	40.73867	-83.21519	267	Little Sandusky,Little Sandust		OH	175	62904	
5161062	Little Washington	little-washington	US		0	America/New_York	40.69589	-82.47267	419	Barnes,Little Washington,Washington		OH	139	81578	
5161081	Lloyd Corners	lloyd-corners	US		0	America/New_York	40.01395	-82.40321	312	Hammertown,Lloyd Corners,Loyds Corners		OH	089	43456	
5161084	Lloydsville	lloydsville	US		0	America/New_York	40.07118	-80.99843	359	Lloydsville,Loydsville,Loyydsville		OH	013	66628	
5161087	Lobaugh	lobaugh	US		0	America/New_York	41.492	-80.68425	344	Lobaugh,Lobaugh Corners		OH	155	32732	
5161091	Lock	lock	US		0	America/New_York	40.27145	-82.61072	345	Lock,Lockville		OH	083	50204	
5161096	Lock Port	lock-port	US		0	America/New_York	41.54977	-84.38995	218	Lock Port,Lockport		OH	171	08140	
5161099	Lock Seventeen	lock-seventeen	US		0	America/New_York	40.35618	-81.45567	252	Lock Number Seventeen,Lock Seventeen,Seventeen		OH	157	15574	
5161101	Lock Two	lock-two	US		0	America/New_York	40.45171	-84.36912	283	Lock Two,New Paris		OH	011	29848	
5161107	Lockbridge (historical)	lockbridge-historical	US		0	America/New_York	40.77617	-80.8123	341			OH	029	12910	
5161112	Lockington	lockington	US		139	America/New_York	40.20811	-84.23383	289	Lockington,Lockport		OH	149	81620	
5161125	Lockwood Corners	lockwood-corners	US		0	America/New_York	40.99783	-81.55762	305	Lockwood Corners,Reservoir		OH	153	19036	
5161139	Locust Point	locust-point	US		0	America/New_York	41.58838	-83.09381	175	Locust Point,Locustpoint,Toussaint		OH	123	12266	
5161153	Logan (historical)	logan-historical	US		0	America/New_York	40.60506	-83.07352	302			OH	101	47768	
5161163	Logansville	logansville	US		0	America/New_York	40.34561	-83.93049	308	Logansville,Loganville		OH	091	63324	
5161167	Loghaven	loghaven	US		0	America/New_York	40.16062	-81.18122	293			OH	013	27566	
5161168	Logtown	logtown	US		0	America/New_York	40.78423	-80.79341	292	Logtown,McKinley Crossing		OH	029	12910	
5161169	Logtown	logtown	US		0	America/New_York	41.00422	-84.74579	231			OH	125	05634	
5161170	Logtown	logtown	US		0	America/New_York	41.02561	-81.39317	363			OH	133	75189	
5161174	Lombardy Heights	lombardy-heights	US		0	America/New_York	40.07313	-80.74175	227			OH	013	61378	
5161185	Long	long	US		0	America/New_York	40.0781	-84.79802	357			OH	037	43092	
5161213	Long Run	long-run	US		0	America/New_York	40.19507	-80.81564	252			OH	081	52990	
5161214	Long Run (historical)	long-run-historical	US		0	America/New_York	40.20646	-82.28543	293	Long Run (historical),Longrun		OH	089	24332	
5161233	Longley	longley	US		0	America/New_York	41.22255	-83.42104	223	Longley,Longley Station		OH	173	62106	
5161239	Longs Crossing	longs-crossing	US		0	America/New_York	40.83423	-80.80814	335	Longs,Longs Crossing		OH	029	69848	
5161247	Longville (historical)	longville-historical	US		0	America/New_York	40.58561	-83.21742	279	Bryan Station,Bryan's Station,Bryans Station,Longville (historical)		OH	101	06348	
5161301	Lordstown	lordstown	US		3300	America/New_York	41.16561	-80.85758	290	Eden,Lordstown,Lordstown Center		OH	155	44912	
5161371	Low Gap	low-gap	US		0	America/New_York	40.24452	-81.63095	301			OH	031	59248	
5161395	Lower Dresden	lower-dresden	US		0	America/New_York	40.1134	-82.00819	226	Lower Dresden,Old Town		OH	119	38752	
5161410	Loys Corners	loys-corners	US		0	America/New_York	41.18478	-80.69202	320			OH	155	43344	
5161439	Lueneburg	lueneburg	US		0	America/New_York	41.457	-84.17328	216			OH	069	28700	
5161446	Lunda	lunda	US		0	America/New_York	40.36478	-83.51159	334	Liberty,Lunda		OH	159	43358	
5161448	Lusard Place	lusard-place	US		0	America/New_York	41.71866	-81.23982	211			OH	085	59416	
5161479	Lybrand	lybrand	US		0	America/New_York	40.31673	-83.23714	287			OH	041	70842	
5161486	Lyme (historical)	lyme-historical	US		0	America/New_York	41.29172	-82.78269	224			OH	043	32578	
5161500	Lynn Center Park	lynn-center-park	US		0	America/New_York	40.81006	-81.30928	349			OH	151	58926	
5161507	Lynns Corners	lynns-corners	US		0	America/New_York	41.04256	-80.73702	348			OH	099	11374	
5161529	MacAdam (historical)	macadam-historical	US		0	America/New_York	40.77144	-84.5519	246			OH	161	87136	
5161530	MacArthur Park	macarthur-park	US		0	America/New_York	41.43533	-82.72213	181			OH	043	70380	
5161548	Mackachack (historical)	mackachack-historical	US		0	America/New_York	40.2495	-83.72771	341	Mac-o-chee,Mackachack (historical),Pigeon Town		OH	091	51464	
5161551	Mackstown	mackstown	US		0	America/New_York	40.14506	-82.88268	277	Mackstown,Maxtown		OH	041	29694	
5161552	Macochee Castle	macochee-castle	US		0	America/New_York	40.25811	-83.71688	341	Mac-O-Chee Castle,Mac-O-Cheek Castle,Macacheek Castle,Macochee Castle,Piatt Castle		OH	091	51464	
5161559	Madden Corners	madden-corners	US		0	America/New_York	41.21061	-80.74036	286			OH	155	36554	
5161560	Maddens (historical)	maddens-historical	US		0	America/New_York	40.00729	-81.98319	224			OH	119	26502	
5161565	Maderite Heights	maderite-heights	US		0	America/New_York	41.17895	-80.97481	281			OH	155	55636	
5161568	Madison Addition	madison-addition	US		0	America/New_York	41.19061	-83.42798	229			OH	173	62106	
5161571	Madison Beach	madison-beach	US		0	America/New_York	41.837	-81.03343	181			OH	085	46494	
5161576	Madison Dock (historical)	madison-dock-historical	US		0	America/New_York	41.85005	-81.00787	178	Ellensbury,Madison Dock (historical)		OH	085	46494	
5161585	Madison Hill	madison-hill	US		0	America/New_York	40.7845	-81.9332	294			OH	169	86548	
5161609	Madison-on-the-Lake	madison-on-the-lake	US		0	America/New_York	41.83644	-81.0451	180			OH	085	46494	
5161637	Mahoning	mahoning	US		0	America/New_York	41.25894	-81.04871	291	Conants Corners,Mahoning,Mahoning Station		OH	133	85960	
5161646	Madeira (historical)	madeira-historical	US		0	America/New_York	41.16672	-84.05467	225	Madeira (historical),Medary		OH	137	43288	
5161679	Mallet Creek	mallet-creek	US		0	America/New_York	41.16728	-81.92542	309	Mallet Creek,Malletcreek,York,York Center		OH	103	87052	
5161700	Mandale	mandale	US		0	America/New_York	41.01811	-84.35995	219	County Line,Mandale		OH	125	81536	
5161713	Manleys Subdivision	manleys-subdivision	US		0	America/New_York	41.602	-84.55551	268			OH	171	38864	
5161720	Mann	mann	US		0	America/New_York	41.59172	-80.63897	295			OH	007	13890	
5161743	Mantua Center	mantua-center	US		0	America/New_York	41.30978	-81.24483	357	Mantua Center,Mantua Centre		OH	133	47194	
5161746	Mantua Corners	mantua-corners	US		0	America/New_York	41.31033	-81.22121	366			OH	133	47194	
5161762	Maple Grove (historical)	maple-grove-historical	US		0	America/New_York	41.58922	-83.19798	175			OH	123	05620	
5161816	Maple Hill Mobile Home Park	maple-hill-mobile-home-park	US		0	America/New_York	41.39061	-83.64632	206			OH	173	07972	
5161828	Maple Ridge	maple-ridge	US		761	America/New_York	40.92311	-81.05093	336			OH	099	72740	
5161849	Mapleton Beach	mapleton-beach	US		0	America/New_York	41.86116	-80.94982	182			OH	007	29624	
5161861	Maplewood Park	maplewood-park	US		280	America/New_York	41.13561	-80.58452	332			OH	155	36596	
5162328	McGarry (historical)	mcgarry-historical	US		0	America/New_York	40.88284	-81.06982	349			OH	029	40824	
5161898	Marchand (historical)	marchand-historical	US		0	America/New_York	40.88172	-81.42817	327	Marchand (historical),Marchland,New Berlin,New Berlin Station		OH	151	38094	
5161901	Mariners Point	mariners-point	US		0	America/New_York	40.54616	-84.54912	268	Mariner's Point,Mariners Point		OH	107	38724	
5161963	Marks (historical)	marks-historical	US		0	America/New_York	40.75339	-81.27955	330			OH	151	58926	
5161966	Marl City	marl-city	US		0	America/New_York	40.43255	-83.6866	384			OH	091	69134	
5161988	Marquand Mills	marquand-mills	US		0	America/New_York	40.1459	-81.79735	232	Marquand,Marquand Mill,Marquand Mills,Marquands Mills		OH	119	51506	
5161990	Marquis	marquis	US		0	America/New_York	40.98811	-80.76397	344			OH	099	31794	
5162015	Marshs (historical)	marshs-historical	US		0	America/New_York	40.55895	-83.44159	296	Marshes,Marshs (historical)		OH	065	22736	
5162052	Martinstown (historical)	martinstown-historical	US		0	America/New_York	40.90644	-83.65104	260			OH	063	02400	
5162160	Maurers Mobile Home Court	maurers-mobile-home-court	US		0	America/New_York	41.422	-83.66105	206	Maurer's Mobile Home Court,Maurers Mobile Home Court		OH	173	63002	
5162178	Mayfair Park	mayfair-park	US		0	America/New_York	41.71005	-83.5616	183			OH	095	77000	
5162188	Mayfield Heights	mayfield-heights	US		18840	America/New_York	41.51922	-81.4579	332	Mehjfild Khehjts,Mejfild Khajts,mayfyld hayts,myfyld hayts  awhayw,Мејфилд Хајтс,Мэйфилд Хэйтс,مايفيلد هايتس,میفیلد هایتس، اوهایو		OH	035	48482	
5162230	Mayflower Village	mayflower-village	US		0	America/New_York	40.80034	-81.55262	313			OH	151	48244	
5162231	McCance	mccance	US		0	America/New_York	40.69784	-81.88403	336			OH	169	28504	
5162236	McCartyville	mccartyville	US		0	America/New_York	40.39477	-84.25578	297	McCarthyville,McCartyville		OH	149	79464	
5162241	McClainville	mcclainville	US		0	America/New_York	40.02341	-80.79286	207	McClainsville,McClainville		OH	013	64962	
5162248	McClintocksburg	mcclintocksburg	US		0	America/New_York	41.16978	-81.01565	286	McClinticksburgh,McClintocksburg		OH	133	59822	
5162249	McClure	mcclure	US		709	America/New_York	41.37144	-83.94189	206			OH	069	20016	
5162255	McClurg	mcclurg	US		0	America/New_York	40.99534	-80.65313	343			OH	099	07468	
5162293	McCutchenville	mccutchenville	US		400	America/New_York	40.99061	-83.25937	242	McCutchensville,McCutchenville,McCutchinsville		OH	175	78141	
5162306	McDonald Subdivision	mcdonald-subdivision	US		0	America/New_York	41.45616	-84.56328	233			OH	171	64920	
5162308	McDonaldsville	mcdonaldsville	US		0	America/New_York	40.88756	-81.47901	360	MacDonaldville,McDonaldsville,McDonaldville		OH	151	38094	
5162325	McFarlands Corners	mcfarlands-corners	US		0	America/New_York	41.41172	-81.33816	367	McFarland's Corners,McFarlands Corners		OH	055	03590	
5162332	McGill	mcgill	US		0	America/New_York	41.01894	-84.77413	231	Magill,McGill		OH	125	05634	
5162341	McGuffey	mcguffey	US		488	America/New_York	40.69283	-83.78549	296	McGuffey,McGuffy,Scioto,Scioto Station		OH	065	47712	
5162343	McGuffey Heights	mcguffey-heights	US		0	America/New_York	41.12672	-80.5873	330			OH	099	88000	
5162352	McIntyre	mcintyre	US		0	America/New_York	40.30674	-80.78119	346			OH	081	82180	
5162356	McKay	mckay	US		0	America/New_York	40.70589	-82.24294	357	Centre,McKay,McKays		OH	005	31682	
5162359	McKays Corners	mckays-corners	US		0	America/New_York	41.02423	-80.63424	321	McKay's Corners,McKays Corners		OH	099	07468	
5162383	McKinley	mckinley	US		0	America/New_York	41.41866	-81.80152	238	McKinley,Rockport Station		OH	035	09288	
5162390	McKinley Heights	mckinley-heights	US		1060	America/New_York	41.18367	-80.7173	302			OH	155	82446	
5162409	McKinley Woods	mckinley-woods	US		0	America/New_York	41.53116	-83.66077	192			OH	173	62148	
5162447	McQuaid (historical)	mcquaid-historical	US		0	America/New_York	40.79589	-81.74569	314	McQuade,McQuaid (historical)		OH	169	75231	
5162450	McMorran	mcmorran	US		0	America/New_York	40.3895	-83.84827	327	Hazelton,McMorran		OH	091	33908	
5162454	McVitty	mcvitty	US		0	America/New_York	40.76172	-83.53743	281	McVitty,McVittys		OH	065	37814	
5162456	McZena	mczena	US		0	America/New_York	40.69728	-82.13738	313			OH	005	41272	
5162470	Meadow Village	meadow-village	US		0	America/New_York	40.01729	-81.61929	268			OH	059	11003	
5162476	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/New_York	40.88395	-82.30988	314			OH	005	02568	
5162484	Meadowvale	meadowvale	US		0	America/New_York	41.35977	-83.6416	213			OH	173	07972	
5162540	Meigs on the River	meigs-on-the-river	US		0	America/New_York	41.55005	-83.64716	192			OH	173	62148	
5162542	Melbern	melbern	US		0	America/New_York	41.467	-84.65134	262	Center,Centre,Melbern,Melburn,Williams Centre		OH	171	13008	
5162543	Melco	melco	US		0	America/New_York	40.69756	-82.35877	309			OH	139	51576	
5162646	Mentor Acres	mentor-acres	US		0	America/New_York	41.68893	-81.344	192			OH	085	49056	
5162654	Mentor Headlands	mentor-headlands	US		0	America/New_York	41.73977	-81.31177	185	Mentor Headlands,Mentor Highlands		OH	085	49056	
5162672	Mentor-on-the-Lake	mentor-on-the-lake	US		7443	America/New_York	41.70504	-81.36039	189			OH	085	49056	
5162674	Mentzer	mentzer	US		0	America/New_York	40.59672	-83.5816	307			OH	065	09848	
5162706	Mermill	mermill	US		0	America/New_York	41.29755	-83.64577	208	Mer Mill,Mermil,Mermill,Mermill Station		OH	173	64122	
5162736	Metham	metham	US		0	America/New_York	40.36785	-81.98486	240			OH	031	06152	
5162767	Meyers (historical)	meyers-historical	US		0	America/New_York	40.13144	-84.31717	295			OH	109	54138	
5162769	Meyers Lake	meyers-lake	US		573	America/New_York	40.81256	-81.4165	339	Meyers Lake,Myers Lake		OH	151	12014	
5162808	Middle Beaver (historical)	middle-beaver-historical	US		0	America/New_York	40.73395	-80.63868	260			OH	029	24906	
5162851	Middleburg Heights	middleburg-heights	US		15696	America/New_York	41.36144	-81.81291	259	Middlburg,Middleburg Heights,Middleburgh Heights,Midlberg Khajts,mydlbrg hayts  awhayw,mydlbyrgh hayts,Миддлбург,Мидлберг Хајтс,ميدلبيرغ هايتس,میدلبرگ هایتس، اوهایو		OH	035	49644	
5162865	Middleton (historical)	middleton-historical	US		0	America/New_York	41.54616	-83.27298	181			OH	123	05620	
5162889	Midway (historical)	midway-historical	US		0	America/New_York	41.27505	-84.26606	220			OH	039	66670	
5162890	Midway (historical)	midway-historical	US		0	America/New_York	41.55644	-83.82494	205			OH	095	75903	
5162906	Mifflin Cottage Area	mifflin-cottage-area	US		0	America/New_York	40.76006	-82.3685	308			OH	005	50050	
5162950	Miley Crossroads	miley-crossroads	US		0	America/New_York	40.62423	-82.08793	352			OH	075	67286	
5162963	Milfordton	milfordton	US		0	America/New_York	40.3109	-82.60072	369			OH	083	50204	
5162998	Mill Rock	mill-rock	US		0	America/New_York	40.79812	-80.59146	281	Mill Rock,Millrock		OH	029	49784	
5163012	Millcreek Meadows	millcreek-meadows	US		0	America/New_York	40.24034	-83.35381	302			OH	159	59864	
5163041	Miller Grove	miller-grove	US		0	America/New_York	40.00672	-84.46412	310			OH	037	28266	
5163070	Millers Corners	millers-corners	US		0	America/New_York	40.59895	-81.78097	369			OH	075	70156	
5163071	Millers Corners	millers-corners	US		0	America/New_York	40.11117	-82.70461	363	Creek,Cresk,Millers Corners		OH	089	39102	
5163129	Miltonville (historical)	miltonville-historical	US		0	America/New_York	41.49255	-83.71105	199			OH	173	49812	
5163147	Minerva Junction	minerva-junction	US		0	America/New_York	40.71173	-81.15149	309			OH	019	09400	
5163149	Minerva Park	minerva-park	US		1318	America/New_York	40.07645	-82.94379	258	Minerva Lake,Minerva Park		OH	049	06922	
5163155	Mineyahta-on-the Bay	mineyahta-on-the-bay	US		0	America/New_York	41.51338	-82.74157	176			OH	123	20058	
5163200	Misner Corners	misner-corners	US		0	America/New_York	41.03589	-80.79703	344			OH	099	11374	
5163215	Mitchaw	mitchaw	US		0	America/New_York	41.702	-83.76216	207	Michaw,Mitchaw		OH	095	76025	
5163224	Mishler	mishler	US		0	America/New_York	40.9995	-81.36178	352	Mishler,Mishlers		OH	133	75189	
5163226	Mitiwanga	mitiwanga	US		0	America/New_York	41.38394	-82.46461	184	Mitiwanga,Mitiwanga Beach,Mitiwanga Park		OH	043	79730	
5163229	Mizers	mizers	US		0	America/New_York	40.27729	-81.58123	245			OH	157	59304	
5163230	Moats	moats	US		0	America/New_York	41.33172	-84.52578	217	Drake,Drake Station,Moats,Molts		OH	039	21420	
5164437	New Stark	new-stark	US		0	America/New_York	40.83394	-83.73743	284			OH	063	79408	
5163239	Moffitt (historical)	moffitt-historical	US		0	America/New_York	41.02227	-83.84716	229	Moffit,Moffits,Moffitt (historical),Moffitts		OH	063	06838	
5163241	Moffitt Heights	moffitt-heights	US		0	America/New_York	40.77839	-81.57429	355	Moffit Heights,Moffitt Heights		OH	151	77910	
5163261	Mohawk Village	mohawk-village	US		0	America/New_York	40.32507	-82.07959	315	Coal Oil Works,Jericho,Mohawk,Mohawk Village		OH	031	38556	
5163275	Mohicanville	mohicanville	US		0	America/New_York	40.72811	-82.19127	339	Mohecanville,Mohican,Mohicansville,Mohicanville,Mohiccan,Mohiccanville,Mohiccon		OH	005	51086	
5163282	Molasses Gap	molasses-gap	US		0	America/New_York	41.15033	-84.47689	218			OH	125	37954	
5163291	Momeneetown	momeneetown	US		0	America/New_York	41.65977	-83.40965	179	Momeneetown,Momineetown,Momonee Town		OH	095	58730	
5163300	Monnett	monnett	US		0	America/New_York	40.71756	-83.03991	297	Mennett,Monnett,Monnette		OH	033	19932	
5163304	Mononcue	mononcue	US		0	America/New_York	40.82728	-83.26853	251			OH	175	19190	
5163319	Monroe Mills	monroe-mills	US		0	America/New_York	40.40812	-82.36905	290			OH	083	51436	
5163353	Montana (historical)	montana-historical	US		0	America/New_York	40.97561	-84.33578	222			OH	137	51660	
5163355	Monterey Heights	monterey-heights	US		0	America/New_York	40.83756	-81.42928	333			OH	151	38094	
5163358	Montezuma Acres	montezuma-acres	US		0	America/New_York	40.50199	-84.55857	266			OH	107	28350	
5163380	Montra	montra	US		0	America/New_York	40.43199	-84.09494	319	Monstra,Montra		OH	149	38080	
5163404	Mooney Meadows Subdivision	mooney-meadows-subdivision	US		0	America/New_York	41.06755	-84.72857	227			OH	125	05634	
5163424	Moores Corners	moores-corners	US		0	America/New_York	40.05923	-82.95324	266	Moore's Corners,Moores Corners		OH	049	18000	
5163435	Moraville (historical)	moraville-historical	US		0	America/New_York	40.28534	-81.08427	365			OH	067	10814	
5163438	Morehouse (historical)	morehouse-historical	US		0	America/New_York	40.40701	-82.90074	305			OH	117	62260	
5163447	Moreland Corners	moreland-corners	US		0	America/New_York	40.02534	-82.69989	326			OH	089	61112	
5163448	Moreland Hills	moreland-hills	US		3307	America/New_York	41.44783	-81.42762	317			OH	035	52052	
5163456	Morgan Center	morgan-center	US		0	America/New_York	40.28062	-82.41738	341	Morgan Center,Morgan Centre		OH	083	52108	
5163460	Morgan Run	morgan-run	US		0	America/New_York	40.28146	-81.7943	231			OH	031	41132	
5163469	Morgandale	morgandale	US		1224	America/New_York	41.26561	-80.78286	282			OH	155	36554	
5163471	Morges	morges	US		0	America/New_York	40.63534	-81.24566	355			OH	019	68420	
5163482	Morningview	morningview	US		0	America/New_York	40.13868	-80.79397	385	Morning View,Morningview		OH	013	16602	
5163516	Mortimer	mortimer	US		0	America/New_York	41.1095	-83.65021	245	Mortimer,North Findlay,Silverwood,Stuartsville,Stuartsville Station		OH	063	01308	
5163575	Mound View	mound-view	US		0	America/New_York	41.61644	-83.48604	187			OH	173	57190	
5163580	Moundview Park	moundview-park	US		0	America/New_York	41.61505	-83.49215	186			OH	173	57190	
5163581	Mount Acres Trailer Park	mount-acres-trailer-park	US		0	America/New_York	40.66979	-80.58729	342			OH	029	69512	
5163582	Mount Air	mount-air	US		0	America/New_York	40.13256	-83.0363	237			OH	049	71787	
5163658	Mount Heron	mount-heron	US		0	America/New_York	40.13588	-84.6894	322			OH	037	32354	
5163673	Mount Jefferson	mount-jefferson	US		0	America/New_York	40.24255	-84.33328	292	Mount Jefferson,Mount Pleasant		OH	149	44884	
5163685	Mount Marie Heights	mount-marie-heights	US		0	America/New_York	40.79728	-81.44262	329			OH	151	62078	
5163726	Mount Pleasant (historical)	mount-pleasant-historical	US		0	America/New_York	40.09449	-84.70718	330			OH	037	81186	
5163775	Mount Tabor (historical)	mount-tabor-historical	US		0	America/New_York	40.39227	-83.90938	311			OH	091	81424	
5163791	Mount Union (historical)	mount-union-historical	US		0	America/New_York	40.45645	-81.90125	256			OH	075	48692	
5163895	Muchinippi (historical)	muchinippi-historical	US		0	America/New_York	40.43922	-83.94577	302			OH	091	07118	
5163950	Mudsock	mudsock	US		0	America/New_York	40.00229	-83.18213	284			OH	049	09442	
5163960	Mumper Estates	mumper-estates	US		0	America/New_York	40.01228	-83.7152	324			OH	023	51912	
5163961	Muncie Hollow	muncie-hollow	US		0	America/New_York	41.38589	-83.08464	182	Muncie Hollow,Muncietown		OH	143	70408	
5163962	Mungen	mungen	US		0	America/New_York	41.27477	-83.64993	209	Mungen,Old Mungen		OH	173	64122	
5163975	Munson Hill	munson-hill	US		0	America/New_York	41.802	-80.83398	265	Munson Hill,Munson Hill Station		OH	007	70646	
5163979	Munsville (historical)	munsville-historical	US		0	America/New_York	40.34229	-81.80041	303	Munnsville,Munsville (historical)		OH	031	84714	
5163980	Muntanna	muntanna	US		0	America/New_York	40.97588	-84.30106	221	Muntana,Muntanna		OH	137	38024	
5163985	Murat (historical)	murat-historical	US		0	America/New_York	41.06255	-84.37578	218	Hipp's Lock,Murat (historical)		OH	125	81536	
5164019	Myers	myers	US		0	America/New_York	40.77117	-81.1326	332	Meyers,Myers		OH	151	59850	
5164020	Myers (historical)	myers-historical	US		0	America/New_York	40.84311	-82.62295	353			OH	139	38038	
5164028	Myers Corners	myers-corners	US		0	America/New_York	40.29034	-82.631	365			OH	083	50204	
5164054	Naomi	naomi	US		0	America/New_York	41.48616	-84.14411	218	Freedom,Freedom Mills,Naomi		OH	051	16126	
5164062	Narva	narva	US		0	America/New_York	40.31729	-80.96204	368			OH	067	31766	
5164063	Nasby	nasby	US		0	America/New_York	41.63033	-83.61132	191			OH	095	77000	
5164133	Needmore (historical)	needmore-historical	US		0	America/New_York	40.77949	-84.30801	244			OH	003	47656	
5164161	Nellie	nellie	US		132	America/New_York	40.33646	-82.06792	247	Mohawk,Mohawk Station,Nellie		OH	031	38556	
5164177	Neowash (historical)	neowash-historical	US		0	America/New_York	41.47394	-83.76716	201			OH	095	81872	
5164189	Nettle Lake	nettle-lake	US		0	America/New_York	41.67922	-84.72329	288	Nettle Lake,Nettlelake		OH	171	57162	
5164192	Nettleton (historical)	nettleton-historical	US		0	America/New_York	40.11895	-83.87438	318			OH	021	46760	
5164212	New Alexander	new-alexander	US		0	America/New_York	40.78867	-80.99398	396			OH	029	82852	
5164250	New California	new-california	US		1411	America/New_York	40.15617	-83.23658	304			OH	159	39046	
5164255	New Cleveland	new-cleveland	US		0	America/New_York	41.07366	-84.03883	228	Brickner,New Cleveland		OH	137	58996	
5164267	New Dover	new-dover	US		0	America/New_York	40.24673	-83.30464	295	Dover,Dover Station,New Dover		OH	159	22484	
5164270	New England (historical)	new-england-historical	US		0	America/New_York	40.51701	-81.39178	300			OH	157	26082	
5164279	New Garden	new-garden	US		0	America/New_York	40.79534	-80.9262	392	New Garden,Newgarden		OH	029	33264	
5164284	New Guilford	new-guilford	US		0	America/New_York	40.2909	-82.16153	348	Claysville,East Union,New Guilford		OH	031	61812	
5164288	New Guinea (historical)	new-guinea-historical	US		0	America/New_York	40.94478	-81.10065	319			OH	151	43022	
5164289	New Hagerstown	new-hagerstown	US		0	America/New_York	40.4434	-81.18705	291	Hagars Town,Hagerstown,New Hagerstown		OH	019	58576	
5164296	New Harrisburg	new-harrisburg	US		0	America/New_York	40.62145	-81.14593	372	Harrisburg,Harrisburgh,New Harrisburg,New Harrisburgh		OH	019	33782	
5164299	New Harrison	new-harrison	US		0	America/New_York	40.11227	-84.51745	311			OH	037	00254	
5164300	New Harrison (historical)	new-harrison-historical	US		0	America/New_York	41.16672	-84.80079	226			OH	125	12308	
5164325	New Jerusalem	new-jerusalem	US		0	America/New_York	40.37394	-83.65743	445			OH	091	38682	
5164326	New Jerusalem (historical)	new-jerusalem-historical	US		0	America/New_York	41.63894	-83.30271	175			OH	095	39116	
5164363	New Lyme	new-lyme	US		0	America/New_York	41.60478	-80.78092	289	Lebanon,New Lyme,New Lyme Center,Newlyme		OH	007	54964	
5164364	New Lyme Station	new-lyme-station	US		0	America/New_York	41.59033	-80.84564	276			OH	007	68224	
5164370	New Middleton	new-middleton	US		0	America/New_York	40.8645	-80.91509	402			OH	029	10562	
5164382	New Moscow	new-moscow	US		0	America/New_York	40.21063	-81.9718	248	Moscow,New Moscow		OH	031	80220	
5164395	New Pittsburg	new-pittsburg	US		388	America/New_York	40.83922	-82.10015	346	New Pittsburg,New Pittsburgh		OH	169	14044	
5164397	New Pittsburgh	new-pittsburgh	US		0	America/New_York	40.99589	-82.73101	285	New Pittsburg,New Pittsburgh		OH	077	66810	
5164398	New Portage	new-portage	US		0	America/New_York	41.02839	-81.59151	318			OH	153	03828	
5164399	New Princeton	new-princeton	US		0	America/New_York	40.38757	-82.06126	267	New Princeton,New Princetown,Princeton,Shannon		OH	031	51352	
5164409	New Rochester	new-rochester	US		0	America/New_York	41.22977	-84.60217	219	Cranesville,New Rochester,Rochester		OH	125	19176	
5164410	New Rochester	new-rochester	US		0	America/New_York	41.36255	-83.50743	203	Cranesville,Freedom,New Rochester,Rochester		OH	173	28756	
5164428	New Somerset	new-somerset	US		0	America/New_York	40.5159	-80.70591	368	New Somerset,New Summerset,Somerset		OH	081	40866	
5164454	New Way	new-way	US		0	America/New_York	40.15423	-82.5735	369	Liberty,New Way,New-Way,New-way,Neway,Newway		OH	089	43232	
5164458	New Wheeling (historical)	new-wheeling-historical	US		0	America/New_York	40.58478	-82.19155	276			OH	075	40852	
5164459	New Winchester	new-winchester	US		0	America/New_York	40.71895	-82.91907	315	New Winchester,Winchester		OH	033	84644	
5164487	Newburgh (historical)	newburgh-historical	US		0	America/New_York	41.08283	-84.40828	218	Newburgh (historical),Royal Oak		OH	125	09512	
5164488	Newburgh Heights	newburgh-heights	US		2096	America/New_York	41.45005	-81.66346	211	Cleveland Mills,Newburg,Newburg Mills,Newburgh,Newburgh Heights,Newbury,Newsburg		OH	035	54250	
5164491	Newbury Center	newbury-center	US		0	America/New_York	41.46339	-81.24427	380	Ford,Newbury,Newbury Center,Newbury Centre		OH	055	54292	
5164512	Newhouse (historical)	newhouse-historical	US		0	America/New_York	40.78284	-80.68313	341			OH	029	24906	
5164526	Newmans	newmans	US		0	America/New_York	40.48423	-83.1913	274			OH	101	63352	
5164529	Newport (historical)	newport-historical	US		0	America/New_York	41.05311	-80.57396	256			OH	099	75126	
5164549	Newton Heights	newton-heights	US		0	America/New_York	41.18478	-80.98315	285			OH	155	55636	
5164556	Newtons (historical)	newtons-historical	US		0	America/New_York	41.02728	-82.14988	334			OH	103	36078	
5164557	Newtown (historical)	newtown-historical	US		0	America/New_York	40.2034	-80.90815	282			OH	067	72361	
5164583	Niles Beach	niles-beach	US		0	America/New_York	41.68644	-83.36993	177	Jamestown,Niles Beach,Nilosean Beach		OH	095	39116	
5164585	Niles Junction	niles-junction	US		0	America/New_York	41.17117	-80.80314	275	Niles Junction,Niles Station		OH	155	82446	
5164592	Nickelplate (historical)	nickelplate-historical	US		0	America/New_York	41.26422	-82.15765	238	Nickelplate (historical),Nickle Plate		OH	093		
5164597	Nindeville (historical)	nindeville-historical	US		0	America/New_York	41.13588	-84.78524	226			OH	125	33950	
5164635	Norlick Place	norlick-place	US		0	America/New_York	41.48755	-84.5769	241			OH	171	13008	
5164645	North Akron	north-akron	US		0	America/New_York	41.10783	-81.51039	305			OH	153	01000	
5164649	North Auburn	north-auburn	US		0	America/New_York	40.96756	-82.79213	296	Auburn,North Auburn		OH	033	02890	
5164675	North Benton Station	north-benton-station	US		0	America/New_York	40.99339	-81.02148	318			OH	133	21210	
5164699	North Bristol	north-bristol	US		0	America/New_York	41.40894	-80.86898	266			OH	155	08938	
5164732	North Condit	north-condit	US		0	America/New_York	40.26506	-82.78768	329			OH	041	77336	
5164739	North Brewster	north-brewster	US		0	America/New_York	40.72061	-81.59735	315			OH	151	75208	
5164741	North Dayton	north-dayton	US		0	America/New_York	40.3306	-84.77552	332	North Dayton,Vine		OH	037	50960	
5164747	North Eaton	north-eaton	US		0	America/New_York	41.31338	-81.98125	248	Eaton,Eaton Center,Eaton Centre,North Eaton		OH	093	24220	
5164506	Newell	newell	US	15466	0	America/New_York	40.26035	-80.8362	302			OH	081	72767	
5164784	North Greenfield	north-greenfield	US		0	America/New_York	40.37756	-83.58937	337	Greenfield,Mudsock,North Greenfield		OH	091	61938	
5164798	North Industry	north-industry	US		0	America/New_York	40.73895	-81.36678	304	North Industry,Slab Town,Slabtown		OH	151	12014	
5164810	North Jacksonville	north-jacksonville	US		0	America/New_York	40.22727	-84.48579	299			OH	037	82152	
5164838	North Linndale	north-linndale	US		0	America/New_York	41.45005	-81.7618	232			OH	035	16000	
5164840	North Madison	north-madison	US		8547	America/New_York	41.802	-81.04899	205			OH	085	46494	
5164851	North Milan	north-milan	US		0	America/New_York	41.31227	-82.60462	202			OH	043	50148	
5164853	North Monroeville	north-monroeville	US		0	America/New_York	41.28755	-82.72574	220	Four Corners,North Monroeville,Ridgeville		OH	077	67006	
5164857	North Mount Vernon	north-mount-vernon	US		0	America/New_York	40.40617	-82.47738	328			OH	083	53102	
5164858	North Munson	north-munson	US		0	America/New_York	41.55422	-81.25677	381	Bloody Corners,North Munson		OH	055	53340	
5164882	North Perry	north-perry	US		892	America/New_York	41.80851	-81.11944	208			OH	085	61896	
5164886	North Pointe Place Mobile Home Park	north-pointe-place-mobile-home-park	US		0	America/New_York	41.1745	-83.42298	230			OH	147	28014	
5164891	North Randall	north-randall	US		1007	America/New_York	41.43478	-81.52568	318	North Randal,North Randall,Plank Road,Plank Road Station,Randall,Randall Heights,Randall Station		OH	035	56924	
5164897	North Richmond	north-richmond	US		0	America/New_York	41.7145	-80.56868	323	Browers Corners,North Richmond,North Richmond Center		OH	007	66796	
5164904	North Ridgeville (historical)	north-ridgeville-historical	US		0	America/New_York	41.13422	-83.86161	223	North Ridge,North Ridgeville (historical),Pickens Corners		OH	063	63268	
5164935	North Shore Cottage Area	north-shore-cottage-area	US		0	America/New_York	40.53312	-81.28066	289			OH	157	80920	
5164937	North Side	north-side	US		0	America/New_York	41.11811	-80.64674	312			OH	099	88000	
5164942	North Solon	north-solon	US		0	America/New_York	41.42422	-81.4804	336			OH	035	72928	
5164975	Northampton Center	northampton-center	US		0	America/New_York	41.16644	-81.53678	303	Center,Northampton,Northampton Center,Northampton Mills,Northfield,Northfield Center		OH	153	19778	
5164981	Northcrest	northcrest	US		0	America/New_York	41.61783	-83.45604	184			OH	173	57190	
5165000	Northfield Center	northfield-center	US		0	America/New_York	41.31422	-81.53929	299	Northfield,Northfield Center		OH	153	56490	
5165009	Northgate	northgate	US		0	America/New_York	41.71477	-83.54382	181			OH	095	77000	
5165010	Northgate	northgate	US		0	America/New_York	40.06813	-81.57373	245			OH	059	11003	
5165031	Northridge Estates	northridge-estates	US		0	America/New_York	41.39366	-83.66327	204			OH	173	07972	
5165047	Northumberland (historical)	northumberland-historical	US		0	America/New_York	40.4531	-84.18022	300			OH	149	22050	
5165053	Northwest	northwest	US		0	America/New_York	41.69172	-84.73329	294	North West,Northwest		OH	171	57162	
5165075	Northwood Estates Mobile Home Park	northwood-estates-mobile-home-park	US		0	America/New_York	41.61672	-83.52632	187			OH	173	57190	
5165085	Northwoods	northwoods	US		0	America/New_York	40.1259	-83.01935	271			OH	049		
5165100	North Woodbury	north-woodbury	US		0	America/New_York	40.59395	-82.6624	420	North Woodbury,Northwoodbury,Woodview		OH	117	61980	
5166066	Panhandle Corners	panhandle-corners	US		0	America/New_York	40.07673	-82.68878	368			OH	089	39102	
5165121	Nottingham (historical)	nottingham-historical	US		0	America/New_York	40.20757	-81.11927	386			OH	067	51940	
5165150	Nutwood	nutwood	US		0	America/New_York	41.31117	-80.63619	325	Fowler,Fowler Station,Nutwood		OH	155	28098	
5165153	Nyes Mobile Home Park	nyes-mobile-home-park	US		0	America/New_York	41.17561	-83.42298	231	Nye's Mobile Home Park,Nye's Trailer Park,Nyes Mobile Home Park		OH	147	28014	
5165157	O'Connor Point	o-connor-point	US		0	America/New_York	40.49672	-83.85216	305	O'Connor Point,O'Connors		OH	091	66740	
5165230	Oak Hill Village	oak-hill-village	US		0	America/New_York	41.65699	-81.39983	192			OH	085	85484	
5165231	Oak Knoll	oak-knoll	US		0	America/New_York	40.56117	-83.14575	300			OH	101	47768	
5165235	Oak Meadows	oak-meadows	US		0	America/New_York	41.53533	-83.59521	195			OH	173	62162	
5165236	Oak Meadows	oak-meadows	US		0	America/New_York	41.45755	-84.59523	244			OH	171	13008	
5165262	Oakdale (historical)	oakdale-historical	US		0	America/New_York	41.13283	-83.95772	226			OH	137	79450	
5165276	Oakgrove	oakgrove	US		0	America/New_York	40.14062	-81.22844	378	Oak Grove,Oakgrove		OH	059	44716	
5165307	Oakshade	oakshade	US		0	America/New_York	41.66894	-84.15217	245	Oak Shade,Oakshade		OH	051	14072	
5165309	Oakview	oakview	US		0	America/New_York	40.69394	-84.21023	266			OH	003	71955	
5165336	Oberlin Beach	oberlin-beach	US		0	America/New_York	41.38283	-82.50767	177			OH	043	05802	
5165358	Oco	oco	US		0	America/New_York	40.10979	-80.9976	326	Oco,Ocoe		OH	013	84602	
5165361	Odbert (historical)	odbert-historical	US		0	America/New_York	40.4809	-81.48623	265	Odbert (historical),Odberts		OH	157	87094	
5165370	Ogontz	ogontz	US		0	America/New_York	41.34394	-82.45934	238			OH	043	05802	
5165423	Ohlton (historical)	ohlton-historical	US		0	America/New_York	41.12172	-80.78008	312	Ohl Town Station,Ohlton (historical)		OH	099	03198	
5165424	Ohltown	ohltown	US		0	America/New_York	41.12839	-80.78508	290	Meander,Ohls Town,Ohlstown,Ohlton,Ohltown		OH	099	03198	
5165435	Oil Center (historical)	oil-center-historical	US		0	America/New_York	41.21116	-83.64493	217			OH	173	07020	
5165436	Oil Station	oil-station	US		0	America/New_York	41.25617	-83.01186	223			OH	143	31990	
5165515	Old Pimtown (historical)	old-pimtown-historical	US		0	America/New_York	40.24006	-83.75854	329			OH	021	69820	
5165588	Olentangy	olentangy	US		0	America/New_York	40.76172	-82.87352	322	Olantangry,Olentangy		OH	033	84644	
5165589	Olentangy	olentangy	US		0	America/New_York	40.06312	-83.0463	250			OH	049	18000	
5165593	Olentangy High Bluffs	olentangy-high-bluffs	US		0	America/New_York	40.13256	-83.02407	279			OH	049	18000	
5165617	Olive Green	olive-green	US		0	America/New_York	40.31923	-82.83018	336	Center,Centre,Kingston,Olive Green		OH	041	64178	
5165625	Olivesburg	olivesburg	US		0	America/New_York	40.88589	-82.42878	327	Oliveburg,Oliversburg,Olivesburg,Olivesburgh		OH	139	82628	
5165630	Olivett	olivett	US		0	America/New_York	40.02201	-81.13788	383	Chaneytown,Fidelity,Mount Olivet,Mount Olivett,Oliver,Olivet,Olivett		OH	013	80864	
5165633	Ollins Corners	ollins-corners	US		0	America/New_York	41.7995	-80.66925	275			OH	007	72053	
5165649	Olszeski Town	olszeski-town	US		0	America/New_York	40.19451	-80.7887	231	Mount Pleasant Station,Olszeski Town		OH	081	52990	
5165682	Olena	olena	US		0	America/New_York	41.1545	-82.54101	290	Angells Corners,North Fitchville,Olena		OH	077	09148	
5165698	Orange Center	orange-center	US		0	America/New_York	41.462	-81.43817	303			OH	035	61686	
5165719	Orchard Acres	orchard-acres	US		0	America/New_York	40.86395	-81.4165	336			OH	151	62988	
5165720	Orchard Beach	orchard-beach	US		0	America/New_York	41.40643	-82.40933	182			OH	043	79730	
5165722	Orchard Grove	orchard-grove	US		0	America/New_York	41.71171	-81.26427	206			OH	085	59416	
5165730	Orchard Island	orchard-island	US		0	America/New_York	40.47977	-83.88522	306			OH	091	81424	
5165733	Orchard View	orchard-view	US		0	America/New_York	41.59588	-83.4241	184			OH	173	41328	
5165735	Oregon Corners	oregon-corners	US		0	America/New_York	41.16645	-81.40483	324			OH	153	74944	
5165774	Osborn Corners	osborn-corners	US		0	America/New_York	41.20172	-81.67874	320			OH	153	04248	
5165811	Orchard Heights	orchard-heights	US		0	America/New_York	40.77117	-81.34789	335			OH	151	12014	
5165812	Ottawa Hills	ottawa-hills	US		4443	America/New_York	41.66422	-83.64327	184	Ottawa Hill,Ottawa Hills		OH	095	59010	
5165855	Ottokee	ottokee	US		0	America/New_York	41.60227	-84.13439	238	Ottakee,Ottokee		OH	051	22442	
5165858	Ottokee Station	ottokee-station	US		0	America/New_York	41.59977	-84.15495	240			OH	051	22442	
5165940	Overlook Hills	overlook-hills	US		0	America/New_York	40.38368	-80.69202	361			OH	081	37534	
5165949	Owens	owens	US		0	America/New_York	40.52034	-83.15797	290	Owen,Owen Station,Owens,Owens Station		OH	101	63352	
5165953	Oval City	oval-city	US		0	America/New_York	40.89589	-81.32733	342			OH	151	62988	
5165967	Owls Town (historical)	owls-town-historical	US		0	America/New_York	40.35979	-82.15709	253	Owl's Town,Owls Town (historical)		OH	031	54376	
5165983	Owl Town (historical)	owl-town-historical	US		0	America/New_York	40.007	-83.8216	288			OH	023	29862	
5165995	Padua	padua	US		0	America/New_York	40.50838	-84.78385	274	Padua,Saint Anthony		OH	107	81452	
5166002	Paget	paget	US		0	America/New_York	40.32089	-83.01241	289			OH	041	09428	
5166003	Pagetown	pagetown	US		0	America/New_York	40.35728	-82.81823	335			OH	117	05508	
5166007	Padanaram	padanaram	US		0	America/New_York	41.65367	-80.53674	311	Padanaram,Padenaram		OH	007	66796	
5166017	Painesville on-the-Lake	painesville-on-the-lake	US		0	America/New_York	41.76671	-81.23093	192	Painesville Park,Painesville on-the-Lake		OH	085	59430	
5166026	Painter Creek	painter-creek	US		0	America/New_York	40.03561	-84.4694	310	Painted Creek,Painter Creek,Painters Creek		OH	037	28266	
5166028	Paint Valley	paint-valley	US		0	America/New_York	40.5859	-82.0057	292			OH	075	51422	
5166038	Palermo-on-the-Lakes	palermo-on-the-lakes	US		0	America/New_York	40.50145	-81.1476	322			OH	019	78260	
5166049	Palmetto Beach	palmetto-beach	US		0	America/New_York	41.85839	-80.92815	183			OH	007	29624	
5165768	Osage	osage	US	26543	0	America/New_York	40.47451	-80.72202	359			OH	081	40866	
5166074	Paradise (historical)	paradise-historical	US		0	America/New_York	40.84478	-81.82069	325			OH	169	31878	
5166078	Paradise Hill	paradise-hill	US		0	America/New_York	40.86617	-82.40294	370			OH	005	50610	
5166087	Paradise Point	paradise-point	US		0	America/New_York	40.55145	-81.21927	289			OH	019	51324	
5166111	Park Du Langlade	park-du-langlade	US		0	America/New_York	41.61616	-83.47049	186			OH	173	57190	
5166116	Park Heights	park-heights	US		0	America/New_York	40.707	-81.5979	303			OH	151	75208	
5166126	Park View Mobile Home Village	park-view-mobile-home-village	US		0	America/New_York	41.38839	-83.64632	206			OH	173	07972	
5166132	Parkertown	parkertown	US		0	America/New_York	41.34394	-82.78713	219			OH	043	32578	
5166145	Parkridge	parkridge	US		0	America/New_York	40.83311	-81.40095	343			OH	151	62988	
5166148	Parks Corner	parks-corner	US		0	America/New_York	41.61116	-81.32816	320			OH	085	40642	
5166149	Parks Mills	parks-mills	US		0	America/New_York	40.03562	-82.93157	249			OH	049	18000	
5166163	Parkway Mobile Home Village	parkway-mobile-home-village	US		0	America/New_York	40.84589	-83.2952	256			OH	175	19190	
5166173	Parlatt (historical)	parlatt-historical	US		0	America/New_York	40.3084	-80.88203	326			OH	067	31766	
5166174	Parlett	parlett	US		0	America/New_York	40.30757	-80.86287	357			OH	081	82180	
5166176	Parliament Place	parliament-place	US		0	America/New_York	41.57033	-83.58993	190			OH	173	62162	
5166184	Parma Heights	parma-heights	US		20246	America/New_York	41.39005	-81.75958	261	Parma,Parma Heights,Parma Khajts,Parma Khehjts,barma hayts,parma hayts  awhayw,Парма Хајтс,Парма Хэйтс,بارما هايتس,پارما هایتس، اوهایو		OH	035	61028	
5166208	Parral	parral	US		220	America/New_York	40.56117	-81.49706	278			OH	157	22470	
5166219	Patmos	patmos	US		0	America/New_York	40.97367	-80.90592	370			OH	099	31038	
5166247	Pattons Corners	pattons-corners	US		0	America/New_York	40.22701	-82.51961	303			OH	089	10366	
5166272	Pauls (historical)	pauls-historical	US		0	America/New_York	40.84617	-81.55401	286			OH	151	42168	
5166277	Pavonia	pavonia	US		0	America/New_York	40.82256	-82.436	333	Pavonia,West Windsor		OH	139	82628	
5166289	Pattytown	pattytown	US		0	America/New_York	40.022	-84.41356	304			OH	109	55594	
5166302	Paynes Corner	paynes-corner	US		0	America/New_York	41.237	-80.6173	337	Paynes Corner,Paynes Corners		OH	155	80052	
5166326	Peaceful Valley	peaceful-valley	US		0	America/New_York	41.54672	-83.97217	215			OH	051	75861	
5166352	Pease Mill (historical)	pease-mill-historical	US		0	America/New_York	41.66894	-81.18371	253	Cascade Valley,Pease Mill (historical),Pease Mills		OH	085	18196	
5166358	Pecks Corners	pecks-corners	US		0	America/New_York	41.58394	-81.349	324	Pecks Corners,South Kirtland		OH	085	40642	
5166359	Peerless (historical)	peerless-historical	US		0	America/New_York	40.35062	-82.76518	359	Peerless (historical),Peerless Station		OH	117	05508	
5166423	Peoli	peoli	US		0	America/New_York	40.22729	-81.43845	340	Newtown,Peoli		OH	157	81648	
5166438	Pepper Pike	pepper-pike	US		6204	America/New_York	41.47839	-81.46373	323	Pehpper Pajk,Peper Pajk,bbr bayk,pei po pai ke,ppr pyk  awhayw,Пепер Пајк,Пэппер Пайк,ببر بايك,پپر پیک، اوهایو,佩珀派克		OH	035	61686	
5166452	Perkins Corners	perkins-corners	US		0	America/New_York	41.10311	-80.71147	320			OH	099	03198	
5166470	Perry Center	perry-center	US		0	America/New_York	41.20978	-83.47826	223			OH	173	62106	
5166478	Perry Commons	perry-commons	US		0	America/New_York	41.54255	-83.61355	194			OH	173	62148	
5166482	Perry Heights	perry-heights	US		8441	America/New_York	40.79534	-81.47345	335			OH	151	62078	
5166518	Perrysburg Estates Mobile Home Park	perrysburg-estates-mobile-home-park	US		0	America/New_York	41.49533	-83.56521	197			OH	173	62162	
5166519	Perrysburg Heights	perrysburg-heights	US		0	America/New_York	41.52505	-83.63382	194			OH	173	62162	
5167017	Pleasant Home	pleasant-home	US		0	America/New_York	40.91561	-82.10904	323	Pleasant Grove,Pleasant Home,The Grove		OH	169	18322	
5166565	Petersburgh	petersburgh	US		0	America/New_York	40.51395	-81.11232	301	Algonquin,Petersburg,Petersburgh,Topes Mill		OH	019	78260	
5166585	Pfeiffer	pfeiffer	US		0	America/New_York	40.62228	-83.4977	290	Dudley,Pfeiffer,Pfeiffer Station,Pfeiffers Station,Wheeler,Wheelers,Wheelers Tavern		OH	065	22736	
5166593	Phalanx	phalanx	US		0	America/New_York	41.26089	-80.9787	279	Phalanx,Phalanx Mill,Phalanx Mills		OH	155	08056	
5166598	Pharisburg	pharisburg	US		0	America/New_York	40.34534	-83.30353	291	Pharisburg,Pharisburgh,Pharrisburg,Pharrisburgh,Scotts Corner		OH	159	42490	
5166599	Pheasant Run	pheasant-run	US		0	America/New_York	41.54616	-83.61438	193			OH	173	62148	
5166602	Pheasant Run Village	pheasant-run-village	US		0	America/New_York	41.20616	-82.15321	254			OH	093		
5166625	Philothea	philothea	US		0	America/New_York	40.4506	-84.65357	284			OH	107	10604	
5166634	Piccola (historical)	piccola-historical	US		0	America/New_York	41.51894	-82.7813	177	Piccola (historical),Piccolo,Picola,Picolo		OH	123	20058	
5166642	Pickrelltown	pickrelltown	US		0	America/New_York	40.29978	-83.66021	430	Frogtown,Pickereltown,Pickeretown,Pickrelltown,Pickreltown		OH	091	51464	
5166658	Pigeon Creek	pigeon-creek	US		882	America/New_York	41.11089	-81.6729	317			OH	153	18658	
5166668	Pigtown	pigtown	US		0	America/New_York	40.56367	-81.05343	329			OH	019	12896	
5166676	Pigeon Run	pigeon-run	US		0	America/New_York	40.74895	-81.5729	328	Pigeon Run,Pigeonrun		OH	151	77910	
5166751	Pine Ridge Mobile Home Park	pine-ridge-mobile-home-park	US		0	America/New_York	41.39278	-81.98889	224	Pine Ridge Mobile Home Park,Pine Ridge Trailer Park		OH	093	56966	
5166771	Pines Cottage Area	pines-cottage-area	US		0	America/New_York	40.48201	-81.19344	299			OH	019	58576	
5166772	Pines Cottage Area	pines-cottage-area	US		0	America/New_York	40.55006	-81.23455	290			OH	019	51324	
5166782	Pinhook	pinhook	US		0	America/New_York	40.0859	-82.89546	259			OH	049	06922	
5166783	Pinhook	pinhook	US		0	America/New_York	40.68228	-82.37822	388	Mechanicsburg,Pinhook,Six Corners		OH	139	51576	
5166785	Pinn (historical)	pinn-historical	US		0	America/New_York	40.7795	-81.60374	340			OH	151	77910	
5166813	Pipesville	pipesville	US		0	America/New_York	40.35062	-82.31127	328	Pinesville,Pipesville		OH	083	33880	
5166855	Pittsburgh Junction	pittsburgh-junction	US		0	America/New_York	40.33201	-80.95065	348	Pittsburg Junction,Pittsburgh Junction,Wabash		OH	067	31766	
5166893	Plainsburg (historical)	plainsburg-historical	US		0	America/New_York	40.65034	-81.60651	315	Plainsburg (historical),Slabtown,Stambaughtown		OH	151	75208	
5166899	Plankton	plankton	US		0	America/New_York	40.95783	-83.0938	282			OH	033	76463	
5166900	Planktown	planktown	US		0	America/New_York	40.95756	-82.58573	326	Old Salem,Paris,Planktown,Plymouth,Richland,Salem		OH	139	12420	
5166902	Plateau Acres	plateau-acres	US		0	America/New_York	40.01089	-83.70909	323			OH	023	51912	
5166906	Plattston (historical)	plattston-historical	US		0	America/New_York	41.53005	-84.03272	213			OH	051	87024	
5166908	Plattsville	plattsville	US		0	America/New_York	40.23227	-84.07744	331			OH	149	31850	
5166915	Pleasant Bend	pleasant-bend	US		0	America/New_York	41.18033	-84.18994	225	Pleasant Bend,Pleasantbend		OH	069	63296	
5166954	Pleasant Heights	pleasant-heights	US		0	America/New_York	40.63229	-80.58896	358			OH	029	23730	
5166955	Pleasant Heights	pleasant-heights	US		0	America/New_York	40.36257	-80.62507	295			OH	081	74608	
5167048	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/New_York	40.33062	-81.15066	278			OH	067	74724	
5167049	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/New_York	40.01784	-82.12542	224	Licking Valley,Pleasant Valley (historical),Pleasant Valley Station		OH	119	36372	
5167050	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/New_York	40.78006	-81.1526	338			OH	151	59850	
5167073	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/New_York	40.49034	-82.35266	329			OH	083	09470	
5167128	Pleasantville (historical)	pleasantville-historical	US		0	America/New_York	40.2334	-81.96375	319			OH	031	37730	
5167131	Pliny (historical)	pliny-historical	US		0	America/New_York	41.21533	-81.90347	260			OH	103	44240	
5167134	Plover Lake Addition	plover-lake-addition	US		0	America/New_York	41.43144	-84.53606	222			OH	171	64920	
5167136	Pluggys Town (historical)	pluggys-town-historical	US		0	America/New_York	40.30006	-83.06658	268			OH	041	21469	
5167161	Plumbs Cross Roads (historical)	plumbs-cross-roads-historical	US		0	America/New_York	41.00866	-84.38995	220	Plumb's Cross Roads,Plumbs Cross Roads (historical)		OH	125	81536	
5167162	Plumwood	plumwood	US		319	America/New_York	40.00812	-83.41548	307	Plumwood,Sanford		OH	097	51478	
5167168	Plymouth Center	plymouth-center	US		0	America/New_York	41.837	-80.75397	266	East Plymouth,Plymouth Center,Plymouth Centre		OH	007	63772	
5167181	Poe	poe	US		0	America/New_York	41.09172	-81.82569	368	Crotyers Corners,Poe		OH	103	51856	
5167187	Point Place	point-place	US		0	America/New_York	41.71894	-83.47938	177			OH	095	77000	
5167194	Pointview	pointview	US		0	America/New_York	40.9445	-80.89731	373			OH	099	31038	
5167198	Poland Center	poland-center	US		0	America/New_York	41.02395	-80.56729	350			OH	099	63968	
5167245	Popes Corners	popes-corners	US		0	America/New_York	41.387	-81.17204	357			OH	055	77574	
5167267	Port Homer	port-homer	US		0	America/New_York	40.54395	-80.64007	220			OH	081	70086	
5167280	Portage Center	portage-center	US		0	America/New_York	41.12422	-83.72716	229	Portage Center,Portage Centre		OH	063	64066	
5167293	Portage Lakes	portage-lakes	US		6968	America/New_York	41.00728	-81.52706	321			OH	153	19036	
5167322	Porters Corners	porters-corners	US		0	America/New_York	40.98784	-80.63368	357			OH	099	04668	
5167328	Postboy	postboy	US		0	America/New_York	40.22702	-81.58429	250	Post Boy,Post Boy Station,Postboy		OH	157	59304	
5167338	Pottersburg	pottersburg	US		0	America/New_York	40.26617	-83.50076	332	Pottersburg,Pottersburgh		OH	159	01336	
5167340	Pottery Addition	pottery-addition	US		293	America/New_York	40.40229	-80.62507	209			OH	081	37534	
5167372	Poznan	poznan	US		0	America/New_York	41.51977	-81.63374	193			OH	035	16000	
5167407	Pravo	pravo	US		0	America/New_York	40.51923	-80.83258	250			OH	081	68644	
5167414	Prentice (historical)	prentice-historical	US		0	America/New_York	41.61588	-83.52271	188			OH	173	57190	
5167428	Presque Isle (historical)	presque-isle-historical	US		0	America/New_York	41.53672	-83.71216	192			OH	095	51156	
5167449	Pricetown	pricetown	US		0	America/New_York	41.13422	-80.96648	281	Callenders Mills,Prices Mills,Pricetown,Princetown		OH	155	55636	
5167468	Pritchard	pritchard	US		0	America/New_York	41.13422	-81.00815	289	Pritchard,Pritchards,Pritchards Crossing		OH	133	59822	
5167470	Proctor (historical)	proctor-historical	US		0	America/New_York	40.05172	-83.97132	356			OH	021	37702	
5167478	Promised Land Subdivision	promised-land-subdivision	US		0	America/New_York	41.49866	-84.42578	218			OH	171	74131	
5167504	Prout (historical)	prout-historical	US		0	America/New_York	41.35144	-82.6999	214	Prout (historical),Prouts,Prouts Station		OH	043	59276	
5167521	Provident	provident	US		0	America/New_York	40.09479	-80.90898	320	Provident,West Provident		OH	013	66628	
5167536	Pulaskiville	pulaskiville	US		0	America/New_York	40.53395	-82.71017	411			OH	117	28378	
5167557	Purity	purity	US		0	America/New_York	40.20034	-82.33849	354			OH	089	24332	
5167588	Pusheta Town (historical)	pusheta-town-historical	US		0	America/New_York	40.5681	-84.22967	264			OH	011	52472	
5167589	Quail Hollow	quail-hollow	US		0	America/New_York	41.38866	-83.67355	205			OH	173	07972	
5167617	Queensboro	queensboro	US		0	America/New_York	40.51812	-81.22149	288	Queensboro,Queensborough		OH	019	51324	
5167619	Quickstep	quickstep	US		0	America/New_York	40.66005	-83.83883	300			OH	065	47712	
5167639	Raab Corners	raab-corners	US		0	America/New_York	41.65783	-83.81827	206	Marygrove,Raab,Raab Corners		OH	095	73990	
5167654	Rachel Heights	rachel-heights	US		0	America/New_York	41.4645	-84.58217	236			OH	171	09792	
5167658	Ragersville	ragersville	US		0	America/New_York	40.45257	-81.62623	307	Ragersville,Rodgersville,Rogersville,Roversvile		OH	157	02918	
5167664	Rain Rock	rain-rock	US		0	America/New_York	40.19285	-82.28959	291	Rail Rock,Rain Rock		OH	089	24332	
5167669	Raineys (historical)	raineys-historical	US		0	America/New_York	41.14283	-83.34381	234			OH	147	45052	
5167673	Raker Corners	raker-corners	US		0	America/New_York	41.53033	-83.98439	210			OH	051	75861	
5167680	Ralph (historical)	ralph-historical	US		0	America/New_York	40.13145	-82.78073	337			OH	041	33516	
5167694	Ranch Gardens	ranch-gardens	US		0	America/New_York	41.59644	-83.57243	189			OH	173	68686	
5167695	Ranch Wood	ranch-wood	US		0	America/New_York	41.42894	-82.67935	181			OH	043	61714	
5167727	Rathbone	rathbone	US		0	America/New_York	40.19645	-83.14519	275			OH	041	18140	
5167733	Ratsville	ratsville	US		0	America/New_York	41.47172	-84.07634	206			OH	069	43176	
5167768	Rays Corners	rays-corners	US		0	America/New_York	41.68339	-80.78064	292	Lenox,Ray's Corners,Rays Corner,Rays Corners		OH	007	42742	
5167769	Rays Corners	rays-corners	US		0	America/New_York	41.23728	-80.76564	272	Frys Corners,Rays Corners		OH	155	36554	
5167820	Redhaw	redhaw	US		0	America/New_York	40.89756	-82.15627	314	Lafayette,Red Haw,Redhaw		OH	005	61756	
5167845	Reeds Mill	reeds-mill	US		0	America/New_York	40.36007	-80.74841	265	Redds Mills,Reed,Reed Mills,Reeds,Reeds Mill,Reeds Mills,Reedsmills		OH	081	19484	
5167852	Reedtown	reedtown	US		0	America/New_York	41.152	-82.84713	262	Ackley,Catlinville,Cooks Gate,Hanfords,Kellytown,Lorin,Readsburg,Reedtown		OH	147	65942	
5167854	Reedurban	reedurban	US		0	America/New_York	40.7945	-81.43678	331	Reed Urban,Reedurban		OH	151	62078	
5167862	Reeds Run	reeds-run	US		0	America/New_York	40.52979	-81.42817	267			OH	157	31066	
5167894	Reids (historical)	reids-historical	US		0	America/New_York	41.19422	-84.55356	220	Reid,Reid's,Reids (historical),Sharp's Lock,Sharps Lock,Tate's Landing		OH	125	25298	
5167903	Reminderville	reminderville	US		3976	America/New_York	41.34589	-81.39511	308			OH	153	66152	
5167907	Remsen Corners	remsen-corners	US		0	America/New_York	41.18867	-81.7418	364	Remsen Corners,Remsens Corner,Remson,Remson Corners,Remsons,Remsons Corners		OH	103	31374	
5167911	Relief (historical)	relief-historical	US		0	America/New_York	41.07283	-82.79963	281			OH	077	57358	
5167912	Reno Beach	reno-beach	US		0	America/New_York	41.66338	-83.26937	174			OH	095	39116	
5167914	Renollet (historical)	renollet-historical	US		0	America/New_York	41.24561	-84.49606	218	Renollet (historical),Sunnyside,Toronto		OH	125	25298	
5167963	Reynolds Corners	reynolds-corners	US		0	America/New_York	41.65338	-83.66466	192			OH	095	77000	
5167972	Reynolds Road Cottage Area	reynolds-road-cottage-area	US		0	America/New_York	40.12896	-81.17288	296			OH	013	27566	
5167979	Rhodes (historical)	rhodes-historical	US		0	America/New_York	40.77061	-81.55484	325			OH	151	77910	
5167984	Riblet (historical)	riblet-historical	US		0	America/New_York	40.75839	-82.69851	384	Ribbert's,Ribbet's,Riblet (historical),Riblet's,Riblets		OH	139	70394	
5168003	Riceland	riceland	US		0	America/New_York	40.79644	-81.76541	326			OH	169	24136	
5168005	Rices Mills	rices-mills	US		0	America/New_York	41.49117	-80.7373	291	Rice Mills,Rices Mills		OH	155	32046	
5168014	Richards (historical)	richards-historical	US		0	America/New_York	41.66338	-83.65299	191			OH	095	77000	
5168027	Richfield Center	richfield-center	US		0	America/New_York	41.68561	-83.81744	211	Richfield Center,Richfield Centre		OH	095	66516	
5168031	Richfield Heights	richfield-heights	US		0	America/New_York	41.20394	-81.6304	363			OH	153	66544	
5168036	Richland (historical)	richland-historical	US		0	America/New_York	40.8095	-82.62851	372	Richland (historical),Richland Station		OH	139	74128	
5168040	Richland Cottage Area	richland-cottage-area	US		0	America/New_York	40.64673	-82.35266	330			OH	139	51576	
5168060	Richmond Center	richmond-center	US		0	America/New_York	41.68033	-80.56841	311	Richmond,Richmond Center,Richmond Centre		OH	007	66796	
5168063	Richmond Heights	richmond-heights	US		10469	America/New_York	41.55283	-81.51012	265	Claribel,Richmond Heights		OH	035	66894	
5168135	Ridgeton	ridgeton	US		0	America/New_York	40.89978	-82.94491	307	Ridgeton,Ridgewood		OH	033	43078	
5168151	Ridgewood Acres	ridgewood-acres	US		0	America/New_York	40.01896	-81.63429	296			OH	059	00282	
5168162	Riggs	riggs	US		0	America/New_York	41.8045	-80.53868	309			OH	007	51296	
5168163	Riggs Subdivision	riggs-subdivision	US		0	America/New_York	41.47727	-84.42606	217			OH	171	74131	
5168182	Rimer	rimer	US		0	America/New_York	40.8845	-84.21134	228	Rimer,Roxburgh		OH	137	75206	
5168188	Rineharts (historical)	rineharts-historical	US		0	America/New_York	40.60061	-84.03217	303	Rhinehart,Rinehart,Rineharts (historical)		OH	011	78204	
5168209	Risley (historical)	risley-historical	US		0	America/New_York	41.13617	-82.04431	302			OH	103	13750	
5168222	Ritters (historical)	ritters-historical	US		0	America/New_York	41.70283	-84.26995	233	Ritter,Ritters (historical),Ritters Station		OH	051	30940	
5168233	River Corners	river-corners	US		0	America/New_York	41.10644	-82.09459	264	Blue Mills,River Corners,River Mills,Spencer Mills		OH	103	73999	
5168245	River Styx	river-styx	US		0	America/New_York	41.057	-81.79986	311	River Styx,Riverstyx,Styx,Wilsons Corners		OH	103	32676	
5168251	River View Heights	river-view-heights	US		0	America/New_York	41.54227	-83.62077	194			OH	173	62148	
5168258	Rivercrest	rivercrest	US		0	America/New_York	41.54783	-83.65494	193			OH	173	62148	
5168260	Riverdale (historical)	riverdale-historical	US		0	America/New_York	41.49227	-83.68327	200			OH	173	49812	
5168264	Riverford	riverford	US		0	America/New_York	41.54311	-83.66605	193			OH	173	62148	
5168266	Riverlea	riverlea	US		569	America/New_York	40.08201	-83.02518	240			OH	049	71787	
5168307	Riverside Park	riverside-park	US		0	America/New_York	40.37951	-81.40289	254			OH	157	81060	
5168326	Riverview Park Subdivision	riverview-park-subdivision	US		0	America/New_York	41.08338	-84.70912	224			OH	125	33950	
5168330	Riverview Trailer Court	riverview-trailer-court	US		0	America/New_York	41.4245	-83.83466	200			OH	173	31220	
5168336	Roachton	roachton	US		0	America/New_York	41.52227	-83.66244	196	Roachton,Roachton Station,Roachtown		OH	173	62148	
5168341	Roaming Shores	roaming-shores	US		1477	America/New_York	41.64311	-80.82342	265			OH	007	52066	
5168343	Roanoake	roanoake	US		0	America/New_York	40.40979	-81.35233	260	Roanoake,Roanoke		OH	157	50232	
5168369	Robertsburg	robertsburg	US		0	America/New_York	40.42423	-83.16186	281			OH	041	65312	
5168377	Robin Park	robin-park	US		0	America/New_York	41.29088	-82.23682	250			OH	093	57834	
5168402	Robyville	robyville	US		0	America/New_York	40.20701	-80.87926	284			OH	081	72767	
5168416	Rock Canyon Park	rock-canyon-park	US		0	America/New_York	40.45645	-81.16455	297			OH	019	58576	
5168425	Rock Cut	rock-cut	US		0	America/New_York	40.06785	-81.97652	217	Rock Cut,Rockcut Station		OH	119	53438	
5168439	Rock Haven Park	rock-haven-park	US		0	America/New_York	40.05646	-82.22931	257	Black Hand,Rock Haven Park		OH	089	33299	
5168460	Rockledge Farms	rockledge-farms	US		0	America/New_York	41.577	-83.60466	191			OH	173	62162	
5168471	Rockwell (historical)	rockwell-historical	US		0	America/New_York	41.61672	-83.50299	186			OH	173	57190	
5168474	Rockwood Park	rockwood-park	US		0	America/New_York	40.50284	-81.1576	308			OH	019	51324	
5168482	Rocky Fork	rocky-fork	US		0	America/New_York	40.16284	-82.29126	264	Rock Fork Licking River,Rocky Fork		OH	089	48132	
5168541	Roe Corners	roe-corners	US		0	America/New_York	40.1931	-84.72774	322			OH	037	37758	
5168546	Rollersville	rollersville	US		0	America/New_York	41.34089	-83.37826	209	Rolersville,Rollersville		OH	143	71087	
5168556	Rolling Meadow Acres	rolling-meadow-acres	US		0	America/New_York	40.55562	-81.08315	344			OH	019	78260	
5168624	Rose Park	rose-park	US		0	America/New_York	41.19117	-80.9637	285			OH	155	55636	
5168644	Roselms	roselms	US		0	America/New_York	41.01949	-84.41912	219			OH	125	81536	
5168700	Rousculp	rousculp	US		0	America/New_York	40.66588	-84.08495	292	Roseculps,Rousculp,Rousculps		OH	003	61742	
5168704	Rowdyville (historical)	rowdyville-historical	US		0	America/New_York	40.09533	-84.343	284			OH	109	55594	
5168707	Rowenton	rowenton	US		0	America/New_York	41.68033	-80.72258	306			OH	007	42742	
5168750	Rowsburg	rowsburg	US		0	America/New_York	40.85867	-82.15571	335	Rowesburgh,Rows,Rowsburg		OH	005	61756	
5168754	Ruggles	ruggles	US		0	America/New_York	41.0295	-82.39239	335	Ruggles,Ruggles Center,Ruggles Centre,Ruggless,Rugles Center		OH	005	68966	
5168755	Ruggles Beach	ruggles-beach	US		0	America/New_York	41.38199	-82.47517	182	Ruggles,Ruggles Beach,Ruggles Grove		OH	043	05802	
5168771	Rumley	rumley	US		0	America/New_York	40.41366	-84.24328	296			OH	149	79464	
5168789	Rugby (historical)	rugby-historical	US		0	America/New_York	41.37949	-82.31711	208	Brownhelm Mills,Rugby (historical)		OH	093	09568	
5168793	Rush Road (historical)	rush-road-historical	US		0	America/New_York	41.62144	-81.45789	201	Rush Road (historical),Rushroad		OH	085	85638	
5168799	Rush Run	rush-run	US		0	America/New_York	40.23174	-80.68036	216	Rush Run,Rushrun		OH	081	82698	
5168825	Russell Center	russell-center	US		0	America/New_York	41.46255	-81.34067	331	Russel,Russel Center,Russell,Russell Center,Russell Centre,Taylor		OH	055	69232	
5168918	Sagamore Hills	sagamore-hills	US		0	America/New_York	41.31172	-81.56818	259			OH	153	69428	
5168969	Saint Andrews (historical)	saint-andrews-historical	US		0	America/New_York	41.10422	-84.42662	217			OH	125	09512	
5169335	Saint John (historical)	saint-john-historical	US		0	America/New_York	40.13172	-84.59912	317			OH	037	32354	
5169395	Saint Johns (historical)	saint-johns-historical	US		0	America/New_York	40.64589	-82.34766	313			OH	139	51576	
5169991	Saint Nicholas (historical)	saint-nicholas-historical	US		0	America/New_York	41.01422	-83.33965	261			OH	147	06432	
5170343	Saint Rosa	saint-rosa	US		0	America/New_York	40.40755	-84.51662	293	Rose Garden,Saint Rosa,Saint Rose,St. Rosa		OH	107	47782	
5170560	Salem Heights	salem-heights	US		0	America/New_York	40.90089	-80.89092	375			OH	029	61798	
5170606	Salida Beach	salida-beach	US		0	America/New_York	41.70754	-81.36789	188			OH	085		
5170619	Salow Corners	salow-corners	US		0	America/New_York	41.21367	-80.54868	350			OH	155	09190	
5170643	Salt Run	salt-run	US		0	America/New_York	40.24924	-80.66313	218			OH	081	82698	
5170657	Sampson (historical)	sampson-historical	US		0	America/New_York	40.00477	-84.59829	325	Sampson (historical),Sampsons		OH	037	53732	
5170668	Sand Beach	sand-beach	US		0	America/New_York	41.60977	-83.09575	175			OH	123	12266	
5170673	Sand Hill	sand-hill	US		0	America/New_York	41.36144	-82.75546	217	Sand Hill,Sandhill		OH	043	47572	
5170685	Sandburr Corners	sandburr-corners	US		0	America/New_York	41.61033	-83.73772	196			OH	095	74123	
5170726	Sandy Beach	sandy-beach	US		0	America/New_York	40.54866	-84.44995	272			OH	011		
5170729	Sandy Corners	sandy-corners	US		0	America/New_York	40.08006	-83.15825	281			OH	049	22694	
5170732	Sandy Hill	sandy-hill	US		0	America/New_York	40.29201	-83.14713	292			OH	041	70842	
5170734	Sandy Hills Estates	sandy-hills-estates	US		0	America/New_York	40.68145	-81.14899	316			OH	019	09400	
5170758	Saratoga (historical)	saratoga-historical	US		0	America/New_York	40.76562	-80.74202	297			OH	029	24906	
5170795	Sawyerwood	sawyerwood	US		1540	America/New_York	41.03783	-81.44095	334			OH	153	74130	
5170809	Saybrook-on-the-lake	saybrook-on-the-lake	US		0	America/New_York	41.87283	-80.88676	187			OH	007	70646	
5170841	Schlegels Grove	schlegels-grove	US		0	America/New_York	41.392	-83.08742	182			OH	143	70408	
5170860	Schoenbrunn	schoenbrunn	US		0	America/New_York	40.46395	-81.41095	268	New Schoeenbrunn,New Schoenbrunn,Schoenbrun,Schoenbrunn,Schoenvrunn,Schonbrunn,Shoenbrun,Weelhick Thuppek		OH	157	31066	
5170863	Schoenbrunn Estates	schoenbrunn-estates	US		0	America/New_York	40.47812	-81.41734	270			OH	157	55216	
5171453	Schumm	schumm	US		0	America/New_York	40.75644	-84.72746	257			OH	161	85750	
5171472	Scienceville	scienceville	US		0	America/New_York	41.11367	-80.61674	309			OH	099	88000	
5171477	Scioto	scioto	US		0	America/New_York	40.28034	-83.14075	286			OH	041	70842	
5171487	Scioto Village	scioto-village	US		0	America/New_York	40.19312	-83.14269	273			OH	041	18140	
5171494	Scotch Ridge	scotch-ridge	US		0	America/New_York	41.40255	-83.52299	201	Scotch Ridge,Scotchridge,Scottsridge,Ten Mile House		OH	173	82544	
5171507	Scott Corners	scott-corners	US		0	America/New_York	40.07451	-82.60544	304	Scott Corners,Scotts Corners		OH	089	69456	
5171529	Scotts Crossing	scotts-crossing	US		0	America/New_York	40.81783	-84.27273	237	Auglaize,Auglaize Station,Scott Crossing,Scotts Crossing		OH	003	47656	
5171534	Scroggsfield	scroggsfield	US		0	America/New_York	40.57784	-80.96092	349			OH	019	28126	
5171538	Scudder	scudder	US		0	America/New_York	40.57477	-84.74635	273			OH	107	43260	
5171545	Seagrave	seagrave	US		0	America/New_York	40.00673	-83.03407	232	Ackerman,Seagrave		OH	049	18000	
5171547	Seal	seal	US		0	America/New_York	40.877	-83.15047	270	Little New York,Little York,New York,Seal		OH	175	24360	
5171548	Seamersville	seamersville	US		0	America/New_York	40.93227	-84.41689	227			OH	161	38122	
5171619	Secor Woods	secor-woods	US		0	America/New_York	41.57422	-83.60382	191			OH	173	62162	
5171629	Seitz	seitz	US		0	America/New_York	40.91866	-84.17634	227			OH	137	75206	
5171657	Seven Hills	seven-hills	US		11690	America/New_York	41.39533	-81.67624	269			OH	035	71416	
5171690	Sewellsville	sewellsville	US		0	America/New_York	40.09812	-81.21316	401	Sewellsville,Sewelsville,Union		OH	013	40600	
5171698	Semples	semples	US		0	America/New_York	41.08728	-82.30405	299	Semple,Semples,Semples Siding		OH	093	67776	
5171706	Shady Bend	shady-bend	US		0	America/New_York	40.26785	-81.6404	241			OH	031	59248	
5171709	Shady Glen	shady-glen	US		0	America/New_York	40.48007	-80.6398	319			OH	081	40866	
5171714	Shadybrook Trailer Park	shadybrook-trailer-park	US		0	America/New_York	40.68395	-80.55312	336			OH	029	69512	
5171724	Shaffers (historical)	shaffers-historical	US		0	America/New_York	40.88728	-81.13399	369			OH	151	81634	
5171725	Shaffers Acres	shaffers-acres	US		0	America/New_York	41.47922	-84.49217	220			OH	171	64920	
5171728	Shaker Heights	shaker-heights	US		27646	America/New_York	41.47394	-81.53707	320	East View,North Union,Shaker Heights,Shaker Village,Shehjker Khehjts,Shejker Khajts,shakyr hayts,shykr hayts  awhayw,syeikeohaicheu,Шејкер Хајтс,Шэйкер Хэйтс,شاكير هايتس,شیکر هایتس، اوهایو,셰이커하이츠		OH	035	71682	
5171743	Shalersville	shalersville	US		0	America/New_York	41.23894	-81.23121	377	Middletown,Shalersville,Shalersville Center,Shalersville Centre		OH	133	71731	
5171749	Shane	shane	US		0	America/New_York	40.47757	-80.80425	390			OH	081	68644	
5171753	Shanesville	shanesville	US		0	America/New_York	40.51118	-81.65318	350			OH	157	75217	
5171800	Sharpeye	sharpeye	US		0	America/New_York	40.10616	-84.7469	331	Darke,Sharpeye,Sharps Eye		OH	037	81186	
5171807	Sharps Crossing	sharps-crossing	US		0	America/New_York	40.15116	-84.73246	325			OH	037	81186	
5171810	Shasta (historical)	shasta-historical	US		0	America/New_York	40.77144	-84.57162	246			OH	161	43372	
5171829	Shawnee Hills	shawnee-hills	US		735	America/New_York	40.15784	-83.13408	272			OH	041	71976	
5171838	Shawnee Trace	shawnee-trace	US		0	America/New_York	41.53839	-83.6041	195			OH	173	62148	
5171840	Shawtown	shawtown	US		0	America/New_York	41.10811	-83.87188	226			OH	063	63268	
5171841	Shawtown	shawtown	US		0	America/New_York	40.48339	-82.96407	296			OH	117	83454	
5171855	Sheffield Center	sheffield-center	US		0	America/New_York	41.82367	-80.66425	264	East Matherstown,North Sheffield,Sheffield,Sheffield Center		OH	007	72053	
5171867	Shelbourne Forest	shelbourne-forest	US		0	America/New_York	40.32062	-83.08047	284			OH	041	21469	
5171887	Sheldon (historical)	sheldon-historical	US		0	America/New_York	41.54394	-83.26937	179			OH	123	05620	
5171925	Sherman (historical)	sherman-historical	US		0	America/New_York	41.01394	-81.66763	330	Buckeye,Dennison,Sherman (historical)		OH	153	57260	
5173605	Taborville	taborville	US		0	America/New_York	41.36172	-81.29538	340			OH	055	02904	
5171929	Sherman Corners	sherman-corners	US		0	America/New_York	41.23839	-81.78541	365	Fishermans Corners,Sherman,Sherman Corners,Shermans Corners		OH	103	09680	
5171950	Sherwood (historical)	sherwood-historical	US		0	America/New_York	40.80534	-81.55484	300			OH	151	77910	
5171955	Sherwood Forest	sherwood-forest	US		0	America/New_York	40.58977	-84.21662	273			OH	011	22722	
5171965	Shihold	shihold	US		0	America/New_York	41.26033	-80.95481	274	Shihold,Shiloh		OH	155	08056	
5171966	Shillings Mill	shillings-mill	US		0	America/New_York	41.05839	-80.98592	296	Shilling Mill,Shillings Mill		OH	099	05858	
5171990	Shiltown	shiltown	US		0	America/New_York	41.05811	-80.92731	333	Shelltown,Shiltown		OH	099	05858	
5171995	Shinrock	shinrock	US		0	America/New_York	41.34616	-82.52128	191			OH	043	05802	
5171998	Shiperd Circle	shiperd-circle	US		0	America/New_York	41.28811	-82.20266	242	College Park,Shiperd Circle		OH	093	57834	
5172001	Shipp	shipp	US		0	America/New_York	41.78228	-80.53563	327	Ship,Shipp		OH	007	62568	
5172009	Shively	shively	US		0	America/New_York	40.59671	-84.64774	261	Shively,Stedke		OH	107	36344	
5172010	Shively Corners	shively-corners	US		0	America/New_York	41.117	-80.77702	322			OH	099	03198	
5172024	Shore Acres	shore-acres	US		0	America/New_York	41.70838	-83.48354	178			OH	095	77000	
5172031	Shoreland	shoreland	US		0	America/New_York	41.76449	-81.22732	192	Shoreland,Sunset Point		OH	085	59430	
5172035	Shorewood Village	shorewood-village	US		0	America/New_York	41.40477	-83.08825	179			OH	143	66460	
5172044	Short Line Junction	short-line-junction	US		0	America/New_York	41.42227	-81.7968	240			OH	035	16000	
5172071	Siam	siam	US		0	America/New_York	41.08478	-82.87824	292			OH	147	65942	
5172097	Signal	signal	US		0	America/New_York	40.79839	-80.65924	338	Oakville,Signal		OH	029	24906	
5172099	Silica	silica	US		0	America/New_York	41.68144	-83.74216	203	Glanntown,Glantown,Silica,Silicia		OH	095	76025	
5172103	Silo	silo	US		0	America/New_York	41.30894	-81.28122	354			OH	133	47194	
5172146	Simons	simons	US		0	America/New_York	41.53339	-80.53313	324	Simmons,Simon,Simon Station,Simons,Williamsfield Station		OH	007	85372	
5172154	Siney (historical)	siney-historical	US		0	America/New_York	41.65644	-83.99661	228			OH	051	29036	
5172155	Sinns Subdivision	sinns-subdivision	US		0	America/New_York	41.45616	-84.52634	222			OH	171	64920	
5172156	Sippo	sippo	US		0	America/New_York	40.81645	-81.60124	322	Sipp,Sippo		OH	151	77910	
5172164	Sippo Heights	sippo-heights	US		0	America/New_York	40.80534	-81.50234	316			OH	151	48244	
5172169	Sites Lake Cottage Area	sites-lake-cottage-area	US		0	America/New_York	40.78089	-82.38572	315			OH	139	50092	
5172170	Six Corners	six-corners	US		0	America/New_York	41.32477	-84.70968	234			OH	039	35112	
5172173	Six Corners	six-corners	US		0	America/New_York	41.08395	-81.4165	360			OH	153	76106	
5172177	Six Points	six-points	US		0	America/New_York	41.28255	-83.55465	207	Six Points,Sixpoints		OH	173	64122	
5172195	Skeels Crossroads	skeels-crossroads	US		0	America/New_York	40.57366	-84.78468	268	Skeels,Skeels Cross Roads,Skeels Crossroads		OH	107	43260	
5172200	Skit	skit	US		0	America/New_York	40.33896	-80.95732	337	Fife,Fifes,Skit		OH	067	31766	
5172210	Slabtown	slabtown	US		0	America/New_York	40.78894	-84.05189	260			OH	003	04206	
5172227	Sleepy Hollow Acres	sleepy-hollow-acres	US		0	America/New_York	40.54505	-84.54551	270			OH	107	38724	
5172235	Slavic Village	slavic-village	US		0	America/New_York	41.45616	-81.64485	213	Slavic Village,Warsaw,Warszawa		OH	035	16000	
5172276	Smith Corners	smith-corners	US		0	America/New_York	40.99062	-80.58479	340	Smith Corners,Smiths Corners		OH	099	63968	
5172277	Smith Corners	smith-corners	US		0	America/New_York	41.06922	-80.76175	350			OH	099	03198	
5172278	Smith Corners	smith-corners	US		0	America/New_York	40.45728	-83.04713	288			OH	101	80514	
5172303	Smiley (historical)	smiley-historical	US		0	America/New_York	41.07755	-84.79413	229	Smiley (historical),Sudley		OH	125	05634	
5172312	Smithdale (historical)	smithdale-historical	US		0	America/New_York	40.33396	-81.15705	277	Smithdale (historical),Smithtown		OH	067	74724	
5172342	Snively	snively	US		0	America/New_York	40.75561	-81.67068	302	Snively,Snivley		OH	169	75231	
5172343	Snodes	snodes	US		0	America/New_York	40.95923	-80.9937	341			OH	099	72740	
5172359	Snyder (historical)	snyder-historical	US		0	America/New_York	40.92923	-80.66369	341			OH	099	04668	
5172366	Soaptown	soaptown	US		0	America/New_York	41.14256	-80.82675	283			OH	155	44912	
5172371	Sodom	sodom	US		0	America/New_York	41.182	-80.64258	337	Sodom,Sodom Corners,Sodum		OH	155	43344	
5172372	Sodom (historical)	sodom-historical	US		0	America/New_York	40.08728	-84.07105	324	Pencetown,Sodom (historical)		OH	109	44968	
5172413	Sophia (historical)	sophia-historical	US		0	America/New_York	41.01866	-84.70746	229			OH	125	05634	
5172423	South Akron	south-akron	US		0	America/New_York	41.06144	-81.51678	315			OH	153	01000	
5172425	South Amherst	south-amherst	US		1668	America/New_York	41.35588	-82.25377	242	Little Whig Hole,Little Whighole,Podunk,South Amherst,South Ridge		OH	093	01812	
5172438	South Boulevards	south-boulevards	US		0	America/New_York	40.73283	-82.53323	442			OH	139		
5172457	South Brooklyn	south-brooklyn	US		0	America/New_York	41.44172	-81.70485	220			OH	035	16000	
5172460	South Canal	south-canal	US		1100	America/New_York	41.17728	-80.98676	286			OH	155	55636	
5172468	South Church	south-church	US		0	America/New_York	41.60477	-81.34983	293	South Church,Temple		OH	085	40642	
5172470	South Condit	south-condit	US		0	America/New_York	40.24784	-82.78934	329	Condit,South Condit		OH	041	77336	
5172474	South Delta	south-delta	US		0	America/New_York	41.55533	-83.99995	214	Delta Station,South Delta		OH	051	87024	
5172485	South Euclid	south-euclid	US		21794	America/New_York	41.52311	-81.51846	292	Saut Juklid,Sous Euklid,awklyd jnwby  awhayw,sawth awklyd,Саут Јуклид,Соус Еуклид,اوکلید جنوبی، اوهایو,ساوث إوكليد		OH	035	73264	
5172490	South Findlay	south-findlay	US		0	America/New_York	41.02283	-83.64215	239	Fort Wayne Junction,South Findlay		OH	063	27048	
5172493	South Denmark	south-denmark	US		0	America/New_York	41.71728	-80.68536	290			OH	007	21672	
5172509	South Hill Park	south-hill-park	US		0	America/New_York	41.6295	-83.69883	193			OH	095	74123	
5172517	South Lorain	south-lorain	US		0	America/New_York	41.43893	-82.13654	193	Globesville,Globeville,Hunkytown,South Lorain		OH	093	44856	
5172518	South Madison	south-madison	US		0	America/New_York	41.72533	-81.0501	273			OH	085	46494	
5172529	South Mount Vernon	south-mount-vernon	US		0	America/New_York	40.38173	-82.49238	304	South Mount Vernon,South Vernon		OH	083	16140	
5172532	South New Lyme	south-new-lyme	US		0	America/New_York	41.58172	-80.77703	294	Brownsville,Brownville,Newtown,South New Lyme		OH	007	54964	
5172536	South Niles	south-niles	US		0	America/New_York	41.17506	-80.76675	265			OH	155	82446	
5172546	South Peninsula Cottage Area	south-peninsula-cottage-area	US		0	America/New_York	40.75145	-82.36905	308			OH	005	50050	
5172570	South Shore Acres	south-shore-acres	US		0	America/New_York	40.50699	-84.45384	266			OH	011		
5172571	South Shore Park	south-shore-park	US		0	America/New_York	41.68699	-83.40493	176			OH	095	58730	
5172574	South Side	south-side	US		0	America/New_York	41.0695	-80.66396	325			OH	099	88000	
5172575	South Side	south-side	US		0	America/New_York	40.47701	-81.44956	267	Blake Mills,Blakes Mills,Blakesfield,Lockport,South Side		OH	157	55216	
5172584	South Swanton	south-swanton	US		0	America/New_York	41.58227	-83.86327	204			OH	095	75903	
5172585	South Thompson	south-thompson	US		0	America/New_York	41.64783	-81.04482	354			OH	055	76628	
5172589	South Russell	south-russell	US		3826	America/New_York	41.43144	-81.36539	342			OH	055	73684	
5172595	South Warsaw	south-warsaw	US		0	America/New_York	40.65838	-84.03244	282	Amherst,South Warsaw,Warsaw		OH	003	61742	
5172618	Southerton	southerton	US		0	America/New_York	41.18005	-84.31106	218	Southern,Southerton		OH	039	35196	
5172619	Southgate Acres	southgate-acres	US		0	America/New_York	41.40672	-82.68907	188			OH	043	61714	
5172633	Southmoor Shores	southmoor-shores	US		0	America/New_York	40.5131	-84.4319	265			OH	011		
5172635	Southpark	southpark	US		0	America/New_York	41.36672	-81.61068	186			OH	035	79268	
5172646	Southview Estates Mobile Home Park	southview-estates-mobile-home-park	US		0	America/New_York	41.50561	-83.64438	198			OH	173	62148	
5172651	South Woodbury	south-woodbury	US		0	America/New_York	40.41978	-82.85685	316	Bennington,South Woodbury,Southwoodbury,Woodberry,Woodbury		OH	117	62260	
5172657	Southwood Park	southwood-park	US		0	America/New_York	41.53783	-83.62105	194			OH	173	62148	
5172665	Spahns Addition	spahns-addition	US		0	America/New_York	40.37173	-80.65341	365			OH	081	74608	
5172681	Spears Corners	spears-corners	US		0	America/New_York	41.33255	-82.62434	197	Spear's Corners,Spears Corner,Spears Corners		OH	043	50148	
5172682	Specht	specht	US		0	America/New_York	40.64812	-81.01454	320	Perrington,Specht		OH	019	03030	
5172690	Speidel	speidel	US		0	America/New_York	40.00202	-81.11344	390	Burtons Station,Pugh,Speidel		OH	013	30968	
5172693	Spellacy	spellacy	US		0	America/New_York	40.59395	-82.21266	278			OH	075	40852	
5172748	Spreng	spreng	US		0	America/New_York	40.78089	-82.15627	291	Spreng,Sprengs		OH	005	51086	
5172750	Spore	spore	US		0	America/New_York	40.86311	-83.03936	300			OH	033	35980	
5172762	Spring Grove (historical)	spring-grove-historical	US		0	America/New_York	40.78756	-82.51322	357			OH	139		
5172784	Spring Mill	spring-mill	US		0	America/New_York	40.81006	-82.58962	374	Spring Mill,Spring Mills		OH	139	74128	
5172785	Spring Mountain	spring-mountain	US		0	America/New_York	40.40868	-82.0507	373	Ridge,Spring Mountain,Van Buren		OH	031	51352	
5172844	Springhills	springhills	US		0	America/New_York	40.25561	-83.86966	321	Middleburg,Spring Hills,Springhill,Springhills,Springhills Village,West Middleburg		OH	021	33796	
5172856	Sprotts Corners	sprotts-corners	US		0	America/New_York	41.16645	-81.25427	332			OH	133		
5172860	Sprucevale	sprucevale	US		0	America/New_York	40.70701	-80.58174	241	Spruce Vale,Sprucevale		OH	029	69512	
5172862	Spunky Puddle (historical)	spunky-puddle-historical	US		0	America/New_York	40.012	-83.79187	297			OH	023	51912	
5172882	Stacy (historical)	stacy-historical	US		0	America/New_York	40.32729	-81.05538	301			OH	067	02358	
5172907	Standardsburg	standardsburg	US		0	America/New_York	41.21755	-82.70518	225	Standardsburg,Standartsburg		OH	077	67006	
5172911	Standley	standley	US		0	America/New_York	41.26755	-84.22745	219	Black Ash,Stadler,Standley,Standley Station,Stanley		OH	039	66670	
5172925	Stanton Park	stanton-park	US		0	America/New_York	40.39035	-80.63563	227			OH	081	37534	
5172934	Starbright Addition	starbright-addition	US		0	America/New_York	41.567	-83.53493	190			OH	173	62162	
5172935	Stark Corners	stark-corners	US		0	America/New_York	40.31062	-82.84657	314			OH	041	40362	
5172962	Startle (historical)	startle-historical	US		0	America/New_York	40.19396	-80.81925	245			OH	081	52990	
5172969	State Line (historical)	state-line-historical	US		0	America/New_York	40.83645	-80.51923	314			OH	029	78890	
5172987	Starrs Corners	starrs-corners	US		0	America/New_York	41.0245	-80.71147	311	Starrs Corner,Starrs Corners,Stars Center		OH	099	11374	
5173000	Steam Corners	steam-corners	US		0	America/New_York	40.68117	-82.66434	431	John McEwens Cross Roads,Steam Corners		OH	117	77602	
5173006	Stearns Crest	stearns-crest	US		0	America/New_York	41.19978	-83.42715	231			OH	173	62106	
5173009	Steel Point	steel-point	US		0	America/New_York	40.01977	-84.54717	316			OH	037	79380	
5173011	Station 15	station-15	US		0	America/New_York	40.38868	-81.25955	264	Philadelphia Crossing,Philadelphia Crossings Station,Philadelphia Road Station,Station 15		OH	067	51394	
5173020	Steinman (historical)	steinman-historical	US		0	America/New_York	40.36755	-84.49356	291	Steinman (historical),Steinman Station,Steinmans		OH	107	47782	
5173023	Stelvideo	stelvideo	US		0	America/New_York	40.15199	-84.55106	311	Stelvedeo,Stelvideo,Stelvidio,Stevedio		OH	037	66656	
5173026	Stemple	stemple	US		0	America/New_York	40.61812	-81.08954	319	Stemple,Stemples		OH	019	81116	
5173067	Stewart (historical)	stewart-historical	US		0	America/New_York	40.78006	-82.59017	418			OH	139	74128	
5173095	Stillwell	stillwell	US		0	America/New_York	40.46062	-82.09432	273	Stillwell,Stilwell		OH	075	66712	
5173141	Stoney Hill	stoney-hill	US		0	America/New_York	41.13589	-81.6679	329			OH	153	18658	
5173158	Stony Prairie	stony-prairie	US		1284	America/New_York	41.35144	-83.1552	193			OH	143	28826	
5173185	Strakers (historical)	strakers-historical	US		0	America/New_York	40.30616	-84.49551	305			OH	037	61168	
5173221	Stringtown (historical)	stringtown-historical	US		0	America/New_York	40.18757	-81.70401	249	Strington,Stringtown (historical)		OH	031	43960	
5173222	Stringtown (historical)	stringtown-historical	US		0	America/New_York	40.6745	-82.94852	308			OH	101	77742	
5173232	Striptown (historical)	striptown-historical	US		0	America/New_York	40.58921	-84.6894	263			OH	107	43260	
5173254	Stroups	stroups	US		0	America/New_York	41.33922	-80.93537	263	Stroup,Stroups,Stroups Crossing		OH	155	73397	
5173266	Stuart Manor	stuart-manor	US		0	America/New_York	40.35062	-80.72758	341			OH	081	19484	
5173275	Strongs Ridge	strongs-ridge	US		0	America/New_York	41.28366	-82.7863	234			OH	077	45514	
5173284	Subrosa (historical)	subrosa-historical	US		0	America/New_York	40.94367	-80.54146	371	Sobrosa,Subrosa (historical)		OH	099	74124	
5173295	Suffield Station	suffield-station	US		0	America/New_York	41.02172	-81.37289	350			OH	133	75189	
5173297	Sugar Bush Knolls	sugar-bush-knolls	US		174	America/New_York	41.2045	-81.34594	334			OH	133	75196	
5173339	Sugar Ridge	sugar-ridge	US		0	America/New_York	41.42894	-83.62243	203	Sugar Ridge,Sugarridge		OH	173	13015	
5173381	Summit (historical)	summit-historical	US		0	America/New_York	40.80561	-81.64596	340			OH	151	77910	
5173383	Summit Beach Park	summit-beach-park	US		0	America/New_York	41.05422	-81.54151	295	Lakeside Park,Summit Beach,Summit Beach Park		OH	153	01000	
5173402	Summitville (historical)	summitville-historical	US		0	America/New_York	40.16116	-84.32717	302			OH	109	54138	
5173437	Sunnymeade	sunnymeade	US		0	America/New_York	40.03174	-81.56012	251			OH	059	11003	
5173446	Sunnyview Farms	sunnyview-farms	US		0	America/New_York	40.29339	-83.09963	287			OH	041	21469	
5173450	Sunset Harbor	sunset-harbor	US		0	America/New_York	41.42116	-82.91825	177			OH	143	77162	
5173451	Sunset Heights	sunset-heights	US		0	America/New_York	40.09979	-80.78258	386			OH	013	61378	
5173464	Sunset Valley	sunset-valley	US		0	America/New_York	40.53201	-81.25316	292			OH	019	51324	
5173467	Sunshine Park	sunshine-park	US		0	America/New_York	40.35062	-80.66397	362			OH	081	19484	
5173469	Superior (historical)	superior-historical	US		0	America/New_York	41.40422	-80.55313	291			OH	155	79856	
5173480	Surprise (historical)	surprise-historical	US		0	America/New_York	40.61061	-82.84324	337			OH	117	81508	
5173509	Swander	swander	US		0	America/New_York	41.09533	-83.09325	253	Ink,Morris,Swander,Swander Station,Viona		OH	147	16154	
5173510	Swanders	swanders	US		0	America/New_York	40.3606	-84.173	307	Swanders,Swanders Cross,Swanders Crossing		OH	149	28434	
5173512	Swans	swans	US		0	America/New_York	40.06257	-82.34987	245			OH	089	54040	
5173513	Swanson	swanson	US		0	America/New_York	40.37979	-80.88842	313			OH	067	29890	
5173528	Swartz Corners	swartz-corners	US		0	America/New_York	41.02867	-81.52706	298	Swartz Corners,Swartzs Corners		OH	153	01000	
5173537	Sweetbriar	sweetbriar	US		0	America/New_York	40.83895	-81.42095	333			OH	151	62988	
5173541	Swickards Addition	swickards-addition	US		0	America/New_York	40.37229	-80.73508	358			OH	081	19484	
5173559	Sycamore Hills	sycamore-hills	US		0	America/New_York	40.02091	-81.62151	265			OH	059	11003	
5173680	Tawawa	tawawa	US		0	America/New_York	40.23616	-84.02772	330	New Palestine,Palestine,Tawatown,Tawawa		OH	149	31850	
5173687	Taylor Centre (historical)	taylor-centre-historical	US		0	America/New_York	40.34478	-83.39576	310			OH	159	76194	
5173690	Taylor Corners	taylor-corners	US		0	America/New_York	41.117	-80.79425	292	Taylor Corners,Taylors Corners		OH	099	03198	
5173701	Tarrymore	tarrymore	US		0	America/New_York	40.73311	-81.5179	297			OH	151	62078	
5173709	Taylortown	taylortown	US		0	America/New_York	40.4609	-80.65785	375			OH	081	37534	
5173710	Taylortown	taylortown	US		0	America/New_York	40.85783	-82.61017	359	Taylorstown,Taylortown		OH	139	38038	
5173720	Tedrow	tedrow	US		173	America/New_York	41.60338	-84.20606	234	Spring Hill,Springhill,Tedrow		OH	051	22442	
5173727	Teegarden	teegarden	US		0	America/New_York	40.82284	-80.82869	325	Teegarden,Teegardin		OH	029	69848	
5173731	Teemes (historical)	teemes-historical	US		0	America/New_York	41.4145	-82.86297	180			OH	143	77162	
5173762	Terminal Junction	terminal-junction	US		0	America/New_York	40.10841	-80.71008	202			OH	013	61378	
5173763	Termway Trailer Court	termway-trailer-court	US		0	America/New_York	41.57755	-83.59966	192			OH	173	62162	
5173775	Texas	texas	US		0	America/New_York	41.42366	-83.95161	202			OH	069	81326	
5173781	Thackery	thackery	US		0	America/New_York	40.05561	-83.91882	339			OH	021	37702	
5173786	The Angle	the-angle	US		0	America/New_York	41.49366	-81.70485	184			OH	035	16000	
5173787	The Bend	the-bend	US		0	America/New_York	41.28394	-84.5155	214	Delaware,Delaware Bend,The Bend		OH	039	21420	
5173806	The Eastern	the-eastern	US		0	America/New_York	40.49701	-80.89592	292	Eastern,The Eastern		OH	081	74122	
5173807	The Estates of Fort Meigs	the-estates-of-fort-meigs	US		0	America/New_York	41.54783	-83.65105	193			OH	173	62148	
5173811	The Hamlet	the-hamlet	US		0	America/New_York	41.582	-83.59799	189			OH	173	62162	
5173815	The Knolls	the-knolls	US		0	America/New_York	40.85839	-81.38956	331			OH	151	62988	
5173818	The Knolls	the-knolls	US		0	America/New_York	40.01367	-83.73604	338			OH	023	51912	
5173821	The Maples	the-maples	US		0	America/New_York	40.50282	-84.50356	265			OH	107	28350	
5173823	The Meadows	the-meadows	US		0	America/New_York	41.59505	-83.44354	184			OH	173	41328	
5173836	The Village	the-village	US		0	America/New_York	41.38783	-83.66243	205			OH	173	07972	
5173899	Thomsontown (historical)	thomsontown-historical	US		0	America/New_York	41.21172	-82.87935	245			OH	147	76632	
5173914	Thornhill	thornhill	US		0	America/New_York	40.48229	-81.19344	301			OH	019	58576	
5173917	Three Legs Town (historical)	three-legs-town-historical	US		0	America/New_York	40.42729	-81.369	256			OH	157	50232	
5173927	Tibbetts Corners	tibbetts-corners	US		0	America/New_York	41.18172	-80.7173	297	Tibbetts Corners,Tibbitt Corners		OH	155	82446	
5173945	Tiffin Meadows	tiffin-meadows	US		0	America/New_York	41.52033	-84.39912	219			OH	171	08140	
5173974	Timberville (historical)	timberville-historical	US		0	America/New_York	41.04838	-84.38078	217	Doylestown,Timberville (historical)		OH	125	81536	
5173990	Tilton Crossroads	tilton-crossroads	US		0	America/New_York	40.16979	-82.2432	273	Tilton Crossroads,Tiltons Crossroads		OH	089	26530	
5173995	Tinney	tinney	US		0	America/New_York	41.31283	-83.31131	214	Greenesburg,Greensburgh,Grennsburg,Tinney,Tinny		OH	143	71087	
5174013	Tiverton Center	tiverton-center	US		0	America/New_York	40.41812	-82.13821	371	Centre,Rochester,Tiverton,Tiverton Center,Tiverton Centre,Yankee Ridge		OH	031	76953	
5174021	Toboso	toboso	US		0	America/New_York	40.05646	-82.2182	238	Black Hand,Tobasco,Tobosco,Toboso		OH	089	33299	
5174054	Toledo Junction	toledo-junction	US		0	America/New_York	40.81283	-82.61601	369			OH	139	74128	
5174071	Toledoville (historical)	toledoville-historical	US		0	America/New_York	40.16229	-81.64651	237			OH	059	84616	
5173954	Tiger	tiger	US	30576	0	America/New_York	41.13422	-80.90592	298			OH	099	37884	
5174081	Tondagamies Village (historical)	tondagamies-village-historical	US		0	America/New_York	41.46616	-83.7666	201			OH	095	81872	
5174090	Toots Corners	toots-corners	US		0	America/New_York	40.98811	-80.79786	359	Toots Corners,Totts Corners		OH	099	31794	
5174091	Toots Crossroads	toots-crossroads	US		0	America/New_York	40.53895	-81.06815	377			OH	019	78260	
5174108	Tousaint (historical)	tousaint-historical	US		0	America/New_York	41.4795	-83.38743	190			OH	143	86506	
5174130	Townline (historical)	townline-historical	US		0	America/New_York	41.70977	-83.99856	224			OH	051	01728	
5174151	Townwood	townwood	US		0	America/New_York	41.1095	-83.9005	225	Spitzer,Townwood		OH	137	79450	
5174166	Trailerville Mobile Home Park	trailerville-mobile-home-park	US		0	America/New_York	40.87339	-82.29294	308			OH	005	02568	
5174180	Treadway (historical)	treadway-historical	US		0	America/New_York	41.71227	-83.8805	216			OH	051	01728	
5174183	Treaton	treaton	US		0	America/New_York	40.82783	-82.23044	295			OH	005	51688	
5174189	Tremleys (historical)	tremleys-historical	US		0	America/New_York	40.02923	-81.99347	219			OH	119	53438	
5174353	Trombley	trombley	US		0	America/New_York	41.25394	-83.64521	212	Trombleu,Trombley,Trombley Station		OH	173	64122	
5174357	Trowbridge	trowbridge	US		0	America/New_York	41.58005	-83.28104	178			OH	123	05620	
5174371	Troy Farms	troy-farms	US		0	America/New_York	40.30972	-83.11556	291			OH	041	21469	
5174387	Troy Villa Mobile Home Park	troy-villa-mobile-home-park	US		0	America/New_York	41.50283	-83.46632	195			OH	173	77630	
5174401	Troyton	troyton	US		0	America/New_York	40.39423	-83.08019	292			OH	041	77560	
5174428	Trump	trump	US		0	America/New_York	40.82839	-81.34845	324			OH	151	62988	
5174452	Trumbull Homes	trumbull-homes	US		0	America/New_York	41.22228	-80.79342	281			OH	155	80892	
5174455	Turkey Foot Corner	turkey-foot-corner	US		0	America/New_York	41.67256	-80.8362	255			OH	007	52066	
5174478	Turnberry Estates	turnberry-estates	US		0	America/New_York	41.60366	-83.4541	185			OH	173	57190	
5174493	Turtle Neck Point	turtle-neck-point	US		0	America/New_York	40.50199	-84.54079	266			OH	107	28350	
5174540	Twin Lakes (historical)	twin-lakes-historical	US		0	America/New_York	40.122	-84.218	278			OH	109	74097	
5174543	Twin Maples Trailer Court	twin-maples-trailer-court	US		0	America/New_York	41.342	-83.42409	206			OH	173	28756	
5174544	Twin Mobile Home Park	twin-mobile-home-park	US		0	America/New_York	40.88145	-82.31572	321			OH	005	02568	
5174546	Twin Oaks Trailer Park	twin-oaks-trailer-park	US		0	America/New_York	40.66062	-80.62868	332			OH	029	69512	
5174570	Tylers Corners	tylers-corners	US		0	America/New_York	40.09562	-82.66295	342			OH	089	69456	
5174572	Tymochtee	tymochtee	US		0	America/New_York	40.94922	-83.2702	240	Old Tymochtee,Tymochee,Tymochtee		OH	175	78141	
5174581	Tyrrell	tyrrell	US		0	America/New_York	41.27228	-80.63619	345	Terrell Hill,Turrell,Tyrell,Tyrell Hill,Tyrells Corners,Tyrrell,Tyrrell Hill		OH	155	80052	
5174596	Umbria (historical)	umbria-historical	US		0	America/New_York	40.40007	-82.19015	265			OH	083	78358	
5174665	Union Corners	union-corners	US		0	America/New_York	40.07922	-84.49023	307			OH	037	28266	
5174707	Union Ridge	union-ridge	US		0	America/New_York	40.77451	-80.57563	377			OH	029	49784	
5174720	Union Station	union-station	US		0	America/New_York	40.02145	-82.51266	288	Kylesburg,Union,Union Station		OH	089	78400	
5174742	Unionport	unionport	US		0	America/New_York	40.35812	-80.84564	300	Mount Moriah,Unionport		OH	081	82180	
5175119	Victory Camp	victory-camp	US		0	America/New_York	40.18117	-82.93157	294			OH	041	29694	
5174751	Unionvale	unionvale	US		0	America/New_York	40.27229	-80.92704	299	Cold Spring,Union Vale,Unionvale,Unionville		OH	067	31766	
5174821	University Circle	university-circle	US		0	America/New_York	41.50349	-81.6224	208			OH	035	16000	
5174830	University Heights	university-heights	US		13202	America/New_York	41.49783	-81.53735	313	Idlewood,Idlewood Village,Junivehrsiti Khehjts,Juniversiti Khajts,University Heights,da xue gao de,ywnyfyrsyty hayts,ywnywrsyty hayts  awhayw,Јуниверсити Хајтс,Юнивэрсити Хэйтс,يونيفيرسيتي هايتس,یونیورسیتی هایتس، اوهایو,大学高地		OH	035	78932	
5174845	Uno	uno	US		0	America/New_York	40.34449	-84.2655	308			OH	149	77854	
5174848	Updyke Addition	updyke-addition	US		0	America/New_York	41.56811	-83.41882	185			OH	173	41328	
5174850	Upland Heights	upland-heights	US		0	America/New_York	40.15896	-80.72397	328			OH	081	80878	
5174881	Upper Tauwa (historical)	upper-tauwa-historical	US		0	America/New_York	41.01339	-84.02078	223			OH	137	58996	
5174896	Urban Hill	urban-hill	US		0	America/New_York	40.84728	-81.61874	334			OH	151	42168	
5174925	Vails Corners	vails-corners	US		0	America/New_York	40.36478	-82.75351	372	Vails Corner,Vails Corners,Vails Cross Roads		OH	117	05508	
5174926	Valentine (historical)	valentine-historical	US		0	America/New_York	40.22227	-84.05827	336	Valentia,Valentine (historical)		OH	149	31850	
5174937	Valley City Station	valley-city-station	US		0	America/New_York	41.23839	-81.90069	271	Liverpool Station,Valley City Station,Valley Station		OH	103	44240	
5174941	Valley Glen	valley-glen	US		0	America/New_York	40.30896	-80.68536	247			OH	081	19484	
5174945	Valley Hi	valley-hi	US		207	America/New_York	40.31256	-83.68326	387			OH	091	51464	
5174947	Valley Hills	valley-hills	US		0	America/New_York	41.59588	-83.56104	187			OH	173	68686	
5174948	Valley Junction	valley-junction	US		0	America/New_York	40.58451	-81.38456	271	Valley City,Valley Junction,Zoarville		OH	157	70443	
5174957	Valley Springs Addition	valley-springs-addition	US		0	America/New_York	41.49033	-84.74773	260			OH	171	69638	
5174974	Valleyview	valleyview	US		0	America/New_York	40.56395	-81.2001	288			OH	019	33782	
5174975	Valleyview Homes (historical)	valleyview-homes-historical	US		0	America/New_York	41.47783	-81.67957	201			OH	035	16000	
5175026	Vanatta	vanatta	US		0	America/New_York	40.1259	-82.42932	268	Vanatta,Vanattasburg,Vanattasburgh,Vanetta,Vannatta		OH	089	55580	
5175042	Vans Valley	vans-valley	US		0	America/New_York	40.21812	-82.80268	320	Trenton Works,Vans Valley		OH	041	77336	
5175055	Vaughan Court	vaughan-court	US		0	America/New_York	40.3834	-82.46155	315			OH	083	53102	
5175066	Venice Heights	venice-heights	US		0	America/New_York	41.25283	-80.74063	281			OH	155	36554	
5175080	Vermilion-on-the-Lake	vermilion-on-the-lake	US		11006	America/New_York	41.42838	-82.32377	185			OH	093	09568	
5175087	Vernon Junction	vernon-junction	US		0	America/New_York	40.85033	-82.6874	344	Junction City,Vernon,Vernon Junction,Vernon Station		OH	139	71830	
5175108	Vickers	vickers	US		0	America/New_York	41.61616	-83.49577	186			OH	173	57190	
5175136	Vigil	vigil	US		0	America/New_York	41.31977	-81.85764	267	Vigil,Virgil		OH	035	75098	
5175139	Villa Nova	villa-nova	US		0	America/New_York	40.54533	-84.42467	270	Villa Nova,Villanova		OH	011		
5175141	Village Green Mobile Home Park	village-green-mobile-home-park	US		0	America/New_York	41.4945	-83.54077	196			OH	173	62162	
5175160	Vinewood Beach	vinewood-beach	US		0	America/New_York	41.65366	-81.45595	189			OH	085	23618	
5175163	Violet (historical)	violet-historical	US		0	America/New_York	41.51811	-82.80769	179			OH	123	20058	
5175177	Volunteer Bay	volunteer-bay	US		0	America/New_York	41.39866	-82.42017	183			OH	043	79730	
5175519	Waite Hill	waite-hill	US		465	America/New_York	41.61866	-81.384	234	Waite Hill,Waite Hill Village,Waite Hills		OH	085	80402	
5175525	Wakatomika	wakatomika	US		0	America/New_York	40.19868	-82.04708	231	Cross Roads,Wakatomaka,Wakatomia,Wakatomica,Wakatomika		OH	031	81172	
5175526	Wakatomika (historical)	wakatomika-historical	US		0	America/New_York	40.1209	-82.01097	227	Vomit Town,Waccotomica,Wachatawmaha,Wachatomakak,Wagetomica,Waghatamagy,Waghhatawmaky,Wakatamake,Wakatameki,Wakatomaca,Wakatomica,Wakatomika (historical),Wakautamike,Waketameki,Waketummakie,Wakitamiki,Wankatamikee,Wapatomaca,Wapatomica,Wapatomika,Wappatomica,Waughcotomoco,Waukatamike,Waukataumikee,Waukatomike		OH	119	38752	
5175557	Wales Corners	wales-corners	US		0	America/New_York	41.31561	-82.90269	223			OH	143	87080	
5175571	Walkers	walkers	US		0	America/New_York	40.62229	-80.61674	210	Walkers,Walkers Station		OH	029	44226	
5175581	Wallace Heights	wallace-heights	US		0	America/New_York	40.45812	-80.6298	353			OH	081	37534	
5175589	Walling Corners	walling-corners	US		0	America/New_York	41.34561	-81.68457	365			OH	035	09064	
5175628	Walnut Hill (historical)	walnut-hill-historical	US		0	America/New_York	41.24589	-80.52202	333	Bell's Plat,Walnut Hill (historical)		OH	155	09190	
5175631	Walnut Hills	walnut-hills	US		0	America/New_York	40.78145	-81.50068	322	Walnut Hill,Walnut Hills		OH	151	48244	
5175633	Walnut Hills Mobile Home Park	walnut-hills-mobile-home-park	US		0	America/New_York	41.59699	-83.48827	186			OH	173	41328	
5175655	Walton Hills	walton-hills	US		2245	America/New_York	41.36561	-81.56123	302			OH	035	80738	
5175685	Wards (historical)	wards-historical	US		0	America/New_York	41.10311	-84.06578	227			OH	137	43288	
5175726	Warrensville Heights	warrensville-heights	US		13542	America/New_York	41.43505	-81.53623	316	Varrehnsvill Khehjts,Vorensvil Khajts,Warrensdale,Warrensville,Warrensville Heights,warnsfyl hayts,warnswyl hayts  awhayw,Варрэнсвилл Хэйтс,Воренсвил Хајтс,وارنسفيل هايتس,وارنسویل هایتس، اوهایو		OH	035	56924	
5175737	Warrentown	warrentown	US		0	America/New_York	40.06896	-81.48845	249			OH	059	12938	
5175740	Warsaw Junction	warsaw-junction	US		0	America/New_York	40.32896	-82.01208	245	Harrington,Warsaw Junction		OH	031	38556	
5175767	Washington Hall	washington-hall	US		0	America/New_York	40.5734	-81.04454	326			OH	019	12896	
5175833	Wassie (historical)	wassie-historical	US		0	America/New_York	41.34811	-80.89814	273			OH	155	13470	
5175840	Waterford Crossing	waterford-crossing	US		0	America/New_York	41.28755	-81.85375	295			OH	035	75098	
5175859	Watheys	watheys	US		0	America/New_York	40.65145	-81.02232	319			OH	019	03030	
5175914	Wayne Lakes Park	wayne-lakes-park	US		718	America/New_York	40.0231	-84.6619	319	Wayne Lakes,Wayne Lakes Park		OH	037	53732	
5175961	Weavers	weavers	US		0	America/New_York	40.02644	-84.67829	326	Weavers,Weavers Station		OH	037	53732	
5175962	Weavers (historical)	weavers-historical	US		0	America/New_York	40.98867	-81.68846	368			OH	153	57260	
5175963	Weavers Corners	weavers-corners	US		0	America/New_York	41.20172	-82.82463	249	Weaver Corners,Weavers Corner,Weavers Corners		OH	077	72193	
5175968	Webb (historical)	webb-historical	US		0	America/New_York	41.51477	-83.42298	191	Webb (historical),Webbs		OH	173	77630	
5175997	Weilersville	weilersville	US		0	America/New_York	40.83978	-81.86153	343	Paradise,Smithfield,Smithville,Smithville Station,Weilersville,Weilerville		OH	169	31878	
5176059	Welsh Hills	welsh-hills	US		0	America/New_York	40.08395	-82.46627	280			OH	089	54054	
5176065	Welshfield	welshfield	US		0	America/New_York	41.387	-81.14232	376	Troy,Troy Center,Troy Centre,Wellsfield,Welshfield		OH	055	77574	
5176072	Wendelin	wendelin	US		0	America/New_York	40.39921	-84.68996	291	Saint Wendelin,Wendelin		OH	107	31430	
5176082	Wernerts Corners	wernerts-corners	US		0	America/New_York	41.70338	-83.59994	189	Wernert Corners,Wernerts Corners		OH	095	77000	
5176127	West Akron	west-akron	US		0	America/New_York	41.0745	-81.54762	303			OH	153	01000	
5176129	West Andover	west-andover	US		0	America/New_York	41.60672	-80.61202	322			OH	007	02064	
5176132	West Austintown	west-austintown	US		0	America/New_York	41.09978	-80.79314	306	Austintown Station,West Austintown		OH	099	03198	
5176137	West Bass Lake	west-bass-lake	US		0	America/New_York	41.60561	-81.17788	367	Bass Lake,West Bass Lake		OH	055	32914	
5176143	West Bedford	west-bedford	US		0	America/New_York	40.25924	-82.07653	328	Heatons Town,West Bedford		OH	031	04864	
5176192	West Buffalo (historical)	west-buffalo-historical	US		0	America/New_York	41.51588	-84.69412	258			OH	171	27530	
5176194	West Cairo	west-cairo	US		0	America/New_York	40.832	-84.08106	249	Cairo Station,West Cairo		OH	003	51282	
5176196	West Canaan	west-canaan	US		0	America/New_York	40.94506	-81.99376	355	Cannan Corners,West Canaan		OH	169	11276	
5176197	West Carlisle	west-carlisle	US		0	America/New_York	40.22896	-82.1182	321			OH	031	62624	
5176202	West Center	west-center	US		0	America/New_York	41.25255	-81.66457	390			OH	153	66544	
5176206	West Clarksfield	west-clarksfield	US		0	America/New_York	41.19061	-82.42739	276			OH	077	15364	
5176209	West Covington	west-covington	US		0	America/New_York	40.11283	-84.35967	274			OH	109	54138	
5176240	West Delta	west-delta	US		0	America/New_York	41.57311	-84.02189	224			OH	051	87024	
5176266	West Hill	west-hill	US		2273	America/New_York	41.23283	-80.51924	318	Slope,West Hill		OH	155	09190	
5176270	West Independence	west-independence	US		0	America/New_York	41.07672	-83.44104	254	Independence,West Independence		OH	063	06362	
5176272	West Jackson	west-jackson	US		0	America/New_York	40.48422	-83.37853	296			OH	159	38108	
5176016	Weldon	weldon	US	27890	0	America/New_York	41.277	-80.54702	352			OH	155	34230	
5176299	West Leipsic	west-leipsic	US		202	America/New_York	41.10727	-84.00244	235			OH	137	43288	
5176311	West Lodi	west-lodi	US		0	America/New_York	41.16422	-82.93824	261	Lodi,West Lodi		OH	147	65942	
5176318	West Manor	west-manor	US		0	America/New_York	40.79089	-81.43095	332			OH	151	62078	
5176326	West Massillon	west-massillon	US		0	America/New_York	40.79367	-81.53401	300			OH	151	48244	
5176327	West Mecca	west-mecca	US		0	America/New_York	41.39033	-80.77647	283	Cowles,Greeneville,Greensville,Powers Corners,West Mecca		OH	155	48678	
5176331	West Mentor	west-mentor	US		0	America/New_York	41.66227	-81.34011	214			OH	085	49056	
5176369	West Pointe	west-pointe	US		0	America/New_York	41.61755	-83.45382	184			OH	173	57190	
5176375	West Richfield	west-richfield	US		0	America/New_York	41.2395	-81.65512	389	West Center,West Centre,West Richfield		OH	153	66544	
5176377	West River Park	west-river-park	US		0	America/New_York	41.18811	-80.98676	282			OH	155	55636	
5176386	West Shore Cottage Area	west-shore-cottage-area	US		0	America/New_York	40.35562	-81.20066	287			OH	067	28308	
5176387	West Shore Cottage Area	west-shore-cottage-area	US		0	America/New_York	40.74728	-82.37905	314			OH	139	50092	
5176407	West Steels Corners	west-steels-corners	US		0	America/New_York	41.18089	-81.53651	306	Harts Corners,West Steels Corners		OH	153	19778	
5176410	West Toledo	west-toledo	US		0	America/New_York	41.69172	-83.55799	184			OH	095	77000	
5176416	West Union (historical)	west-union-historical	US		0	America/New_York	40.8195	-83.65132	288			OH	063	46438	
5176427	West View	west-view	US		0	America/New_York	41.36033	-81.90264	237	West View,Westview		OH	035	58422	
5176428	West View	west-view	US		0	America/New_York	41.19617	-80.9762	281			OH	155	55636	
5176430	West View Subdivision	west-view-subdivision	US		0	America/New_York	41.58449	-84.62412	262			OH	171	75819	
5176431	West Walnut Estates	west-walnut-estates	US		0	America/New_York	41.71254	-81.25621	206			OH	085	59416	
5176432	West Wheeling	west-wheeling	US		0	America/New_York	40.06091	-80.74231	306	Poorman,West Wheeling		OH	013	61378	
5176434	West Williamsfield	west-williamsfield	US		0	America/New_York	41.53339	-80.60813	327	West Williamsfield,Williamsfield,Williamsfield Centre		OH	007	85372	
5176435	West Woodly Addition	west-woodly-addition	US		0	America/New_York	41.58727	-84.63801	264			OH	171	75819	
5176439	Westarado	westarado	US		0	America/New_York	40.77395	-81.5454	313			OH	151	48244	
5176462	Western Reserve Estates	western-reserve-estates	US		0	America/New_York	41.26422	-81.41067	325			OH	153		
5176471	Western Star	western-star	US		0	America/New_York	41.02561	-81.6879	341	Griswold Corners,Griswolds Corner,Griswolds Corners,Western Star		OH	103	80318	
5176502	Westgate Homes	westgate-homes	US		0	America/New_York	41.36866	-83.67132	211			OH	173	07972	
5176513	Westhill Heights	westhill-heights	US		0	America/New_York	41.02895	-80.83481	310			OH	099	25088	
5176528	Westland Park	westland-park	US		0	America/New_York	40.79589	-81.46151	334			OH	151	62078	
5176558	Weston Trailer Court	weston-trailer-court	US		0	America/New_York	41.35339	-83.79522	208			OH	173	83986	
5176562	Westpark	westpark	US		0	America/New_York	41.45422	-81.79486	233	West Park,Westpark		OH	035	16000	
5176576	Westview Mobile Home Park	westview-mobile-home-park	US		0	America/New_York	40.8495	-82.34072	379			OH	005	02568	
5176597	Westwood Farms	westwood-farms	US		0	America/New_York	41.32144	-81.86291	262			OH	035	75098	
5176608	Wetzel	wetzel	US		0	America/New_York	40.94672	-84.43606	224	Wetsel,Wetzel		OH	161	38122	
5176610	Weyers	weyers	US		0	America/New_York	41.37366	-82.76741	207	Weyers,Wyers		OH	043	47572	
5176623	Wheeler (historical)	wheeler-historical	US		0	America/New_York	41.73339	-81.04426	253			OH	085	46494	
5176637	Wheeling Creek	wheeling-creek	US		0	America/New_York	40.06785	-80.77953	206	Drill,Wheeling Creek		OH	013	61378	
5176641	Wheelock (historical)	wheelock-historical	US		0	America/New_York	41.3445	-81.51651	318			OH	153	45976	
5176643	Wherrys Crossroads	wherrys-crossroads	US		0	America/New_York	40.61701	-81.10315	357			OH	019	33782	
5176646	Wheeling Valley (historical)	wheeling-valley-historical	US		0	America/New_York	40.14979	-80.90231	317	Ramage,Wheeling Valley (historical)		OH	013	84602	
5176654	Whipple Heights	whipple-heights	US		0	America/New_York	40.81617	-81.43373	343			OH	151	62078	
5176689	White Fox	white-fox	US		0	America/New_York	41.18422	-82.3535	277	White Fox,Whitefox		OH	077	15364	
5176704	White Sulphur	white-sulphur	US		0	America/New_York	40.27673	-83.15741	276	Sulphur Springs,White Sulphur,White Sulphur Spa,White Sulphur Spring,White Sulphur Springs		OH	041	70842	
5176709	White Womans Town (historical)	white-womans-town-historical	US		0	America/New_York	40.32618	-81.9393	234	White Woman's Town,White Womans Town (historical),White Womens Town,Whitewomans Town		OH	031	06152	
5176720	Whites Landing	whites-landing	US		375	America/New_York	41.42977	-82.90102	176	White's Landing,Whites Landing		OH	143	77162	
5176745	Whittier Park	whittier-park	US		0	America/New_York	40.78617	-81.39011	316			OH	151	12000	
5176774	Widowville	widowville	US		0	America/New_York	40.7495	-82.31655	394	Widowsville,Widowville,Windowville		OH	005	79758	
5176777	Wightmans Grove	wightmans-grove	US		72	America/New_York	41.42255	-83.05186	175			OH	143	67188	
5176787	Wildare	wildare	US		0	America/New_York	41.34867	-80.81119	288			OH	155	13470	
5176791	Wick	wick	US		0	America/New_York	41.53422	-80.6473	305			OH	007	82040	
5176812	Wildwood Springs (historical)	wildwood-springs-historical	US		0	America/New_York	40.07923	-82.91657	251			OH	049	18000	
5176815	Wilhelm Corner	wilhelm-corner	US		0	America/New_York	41.26561	-80.77453	272	Wilhelm Corner,Wilhelm Corners		OH	155	36554	
5176817	Wilkins	wilkins	US		0	America/New_York	41.59727	-83.8455	204			OH	095	75903	
5176823	Wilkshire Hills	wilkshire-hills	US		0	America/New_York	40.62562	-81.43484	280			OH	157	42182	
5176827	Will-O-Bee on the Lake	will-o-bee-on-the-lake	US		0	America/New_York	41.69727	-81.39983	189			OH	085	85484	
5176828	Will-O-Way Beach	will-o-way-beach	US		0	America/New_York	41.6856	-81.41233	188			OH	085	23618	
5176829	Will-O-Wick	will-o-wick	US		0	America/New_York	41.65949	-81.45039	188			OH	085	23618	
5176850	Wilkins Run	wilkins-run	US		0	America/New_York	40.12979	-82.34404	270	Wilkins,Wilkins Corners,Wilkins Run		OH	089	48132	
5176870	Williams Center	williams-center	US		0	America/New_York	41.42894	-84.61023	240	Center,Centre,Centre Village,Melbern,Melburn,Williams Center,Williams Centre		OH	171	13008	
5176893	Williamsburg-On-The-River	williamsburg-on-the-river	US		0	America/New_York	41.44255	-83.78188	201			OH	173	81704	
5176936	Willoughbeach	willoughbeach	US		0	America/New_York	41.63894	-81.47539	188	Willough Beach,Willoughbeach,Willoughbeach Park		OH	085	85638	
5176942	Willoughby Hills	willoughby-hills	US		9382	America/New_York	41.59838	-81.41845	245			OH	085	85512	
5176962	Willow Brook Heights	willow-brook-heights	US		0	America/New_York	40.85561	-81.34539	330			OH	151	62988	
5176972	Willow Glen	willow-glen	US		0	America/New_York	40.51534	-81.49067	265			OH	157	22456	
5176973	Willow Glenn	willow-glenn	US		0	America/New_York	41.48005	-84.59217	243			OH	171	13008	
5176991	Willow Crest	willow-crest	US		0	America/New_York	40.97339	-80.65063	347	Willow Crest,Willowcrest		OH	099	04668	
5176999	Willowbrook (historical)	willowbrook-historical	US		0	America/New_York	40.21896	-81.93874	253	Willow Brook,Willowbrook (historical)		OH	031	80220	
5177003	Willowdell	willowdell	US		0	America/New_York	40.30644	-84.45384	303	Willodell,Willow Dell,Willowdell,Woodland		OH	037	61168	
5177007	Willowick	willowick	US		13957	America/New_York	41.6331	-81.46873	190			OH	085	85638	
5177011	Willowbend	willowbend	US		0	America/New_York	41.52644	-83.69605	194			OH	173	62148	
5177013	Wills Creek	wills-creek	US		0	America/New_York	40.18007	-81.85069	225	Frews Mill,Wills Creek		OH	031	28252	
5177018	Wills Town (historical)	wills-town-historical	US		0	America/New_York	40.15368	-81.91236	224	Wills Town (historical),Wils Town		OH	119	46536	
5177034	Wilna	wilna	US		0	America/New_York	41.45616	-84.45356	219			OH	171	74131	
5177035	Wilseyville (historical)	wilseyville-historical	US		0	America/New_York	41.35005	-84.67107	231			OH	039	26614	
5177066	Winameg	winameg	US		0	America/New_York	41.627	-84.06495	237	Aetna,Parchers Corners,Winameg		OH	051	62638	
5177070	Windemere Orchards	windemere-orchards	US		0	America/New_York	41.59366	-83.45354	186			OH	173	41328	
5177098	Windsor Corners	windsor-corners	US		0	America/New_York	40.41395	-83.01157	291			OH	041	59262	
5177105	Windsor Mills	windsor-mills	US		0	America/New_York	41.53505	-80.96231	310	Windsor Mills,Windsor Mills Corners		OH	007	85988	
5177114	Windy Corner	windy-corner	US		0	America/New_York	40.02645	-83.92632	355			OH	023	62610	
5177118	Wineland (historical)	wineland-historical	US		0	America/New_York	41.10922	-83.59299	242			OH	063	12392	
5177131	Wingston	wingston	US		0	America/New_York	41.26977	-83.72771	211			OH	173	43400	
5177138	Winnemac (historical)	winnemac-historical	US		0	America/New_York	40.57422	-83.38992	284			OH	101	07958	
5177148	Winterdale	winterdale	US		0	America/New_York	40.37007	-80.70869	343			OH	081	19484	
5177150	Wintergarden Heights	wintergarden-heights	US		0	America/New_York	41.35922	-83.67327	213			OH	173	07972	
5177156	Winters Station	winters-station	US		0	America/New_York	41.277	-83.23548	211	Winter,Winter Station,Winter's Station,Winters Station		OH	143	38052	
5177162	Wintersville	wintersville	US		3795	America/New_York	40.37535	-80.70369	385	Richmond,Wintersville,Winterville		OH	081	19484	
5177174	Wisterman	wisterman	US		0	America/New_York	41.12366	-84.23772	217			OH	137	51562	
5177195	Wolf Creek Addition	wolf-creek-addition	US		0	America/New_York	41.60644	-83.45549	184			OH	173	57190	
5177217	Wolfcale	wolfcale	US		0	America/New_York	40.8881	-84.76079	247			OH	161	34034	
5177219	Wolfhurst	wolfhurst	US		1239	America/New_York	40.06924	-80.7837	208			OH	013	61378	
5177224	Wonderland (historical)	wonderland-historical	US		0	America/New_York	40.00284	-82.87073	241			OH	049	18000	
5177243	Wood Lake Mobile Home Park	wood-lake-mobile-home-park	US		0	America/New_York	41.53616	-83.47965	190			OH	173	41328	
5177254	Wood Haven Mobile Home Park	wood-haven-mobile-home-park	US		0	America/New_York	40.50556	-84.53278	265	Wood Haven Mobile Home Park,Woodhaven Mobile Home Park		OH	107	28350	
5177255	Woodhill Homes	woodhill-homes	US		0	America/New_York	41.48977	-81.61207	233			OH	035	16000	
5177256	Woodhurst	woodhurst	US		0	America/New_York	41.61505	-83.45132	184			OH	173	57190	
5177258	Woodington	woodington	US		0	America/New_York	40.17838	-84.67774	314			OH	037	32354	
5177272	Woodland Forest	woodland-forest	US		0	America/New_York	41.54227	-83.42604	189			OH	173	41328	
5177336	Woodview Park	woodview-park	US		0	America/New_York	40.26228	-83.35714	299			OH	159	59864	
5177340	Woodville Gardens	woodville-gardens	US		0	America/New_York	41.59199	-83.45049	186			OH	173	41328	
5177364	Wooster Heights	wooster-heights	US		0	America/New_York	40.76783	-82.46517	405			OH	139	46578	
5177141	Winona	winona	US	25942	0	America/New_York	40.82811	-80.8962	364			OH	029	10562	
5177393	Worstville	worstville	US		0	America/New_York	41.08172	-84.67051	225			OH	125	61266	
5177404	Worthington Hills	worthington-hills	US		0	America/New_York	40.12867	-83.04324	266			OH	049	61840	
5177433	Wyandot	wyandot	US		0	America/New_York	40.73145	-83.11964	299			OH	175	02190	
5177452	Wyncrest	wyncrest	US		0	America/New_York	40.61867	-81.08176	357			OH	019	81116	
5177464	Yacht Point Cottage Area	yacht-point-cottage-area	US		0	America/New_York	40.74228	-82.36655	317			OH	005	50050	
5177471	Yankee Crossing	yankee-crossing	US		0	America/New_York	40.92284	-80.90731	368			OH	099	31038	
5177472	Yankee Hills	yankee-hills	US		0	America/New_York	41.23422	-80.54924	312			OH	155	09190	
5177473	Yankee Lake	yankee-lake	US		77	America/New_York	41.26672	-80.56757	307			OH	155	09190	
5177481	Yankeetown (historical)	yankeetown-historical	US		0	America/New_York	40.3584	-81.44373	253			OH	157	15574	
5177488	Yeagleys Corners	yeagleys-corners	US		0	America/New_York	40.83395	-81.10149	392			OH	151	81634	
5177489	Yellow Creek	yellow-creek	US		0	America/New_York	40.57451	-80.66757	207	Linton,Mouth of Yellow Creek,Yellow Creek,Yellow Creek Station,Yellowcreek		OH	081	70086	
5177491	Yates Corners	yates-corners	US		0	America/New_York	41.46311	-81.28872	388			OH	055	54292	
5177504	Yelverton	yelverton	US		0	America/New_York	40.54866	-83.71021	332			OH	065	76198	
5177521	Yondota	yondota	US		0	America/New_York	41.63838	-83.31215	177			OH	095	39116	
5177525	York (historical)	york-historical	US		0	America/New_York	41.45061	-80.63508	296			OH	155	32732	
5177528	York Center	york-center	US		0	America/New_York	40.40783	-83.45326	315	York,York Center,York Centre		OH	159	87122	
5177566	Youngs Corners	youngs-corners	US		0	America/New_York	41.13617	-81.73513	348			OH	103	31374	
5177735	Zoarville	zoarville	US		0	America/New_York	40.58451	-81.38928	281	New Zoarville,Valley City,Zoar,Zoarville,Zoarville Station		OH	157	70443	
5177737	Zone	zone	US		0	America/New_York	41.62283	-84.328	224			OH	051	28294	
5177746	Zuck	zuck	US		0	America/New_York	40.37812	-82.23627	262	Green Valley Mills,Zuck,Zucks		OH	083	10590	
5177764	Abbotsford Homes	abbotsford-homes	US		0	America/New_York	40.01345	-75.17462	40			PA	101	60000	
5177770	Abdera	abdera	US		0	America/New_York	41.03062	-77.56083	265			PA	035	62152	
5177789	Abrahams	abrahams	US		0	America/New_York	40.11289	-75.37713	35			PA	091	79136	
5177793	Abrahamsville	abrahamsville	US		0	America/New_York	41.76425	-75.1235	338			PA	127	18104	
5177795	Academia	academia	US		0	America/New_York	40.49647	-77.47582	158			PA	067	04560	
5177799	Academy Garden	academy-garden	US		0	America/New_York	40.06178	-74.99628	10			PA	101	60000	
5177806	Academyville	academyville	US		0	America/New_York	40.01067	-75.24268	97			PA	091	44976	
5177810	Acheson	acheson	US		0	America/New_York	40.19507	-80.45118	275			PA	125	36800	
5177816	Acker	acker	US		0	America/New_York	40.49731	-77.05998	172			PA	099	10008	
5177820	Ackermanville	ackermanville	US		610	America/New_York	40.83926	-75.21935	148	Ackermans,Ackermans Mill,Ackermanville		PA	095	81296	
5177829	Acmetonia	acmetonia	US		0	America/New_York	40.5409	-79.81588	232	Acmetonia,Almetonia,Armstrong,Cheswick		PA	003	32624	
5177831	Acorn	acorn	US		0	America/New_York	40.19316	-75.29407	112			PA	091	86496	
5177849	Adams Crossing	adams-crossing	US		0	America/New_York	40.54257	-78.88003	491			PA	021	06736	
5177873	Adamsdale	adamsdale	US		0	America/New_York	40.6362	-76.128	154			PA	107	55192	
5177881	Adelaide	adelaide	US		0	America/New_York	40.04341	-79.62393	268			PA	051	20224	
5177884	Adrian Furnace	adrian-furnace	US		0	America/New_York	41.13201	-78.78364	432			PA	033	67792	
5177885	Adrian Mines	adrian-mines	US		0	America/New_York	40.98479	-78.96031	436	Adrian,Adrian Mines,De Lancey		PA	065	87168	
5177900	Ahrensville	ahrensville	US		0	America/New_York	41.4545	-79.64561	330			PA	121	62544	
5177911	Airydale	airydale	US		0	America/New_York	40.48452	-77.8675	289			PA	061	08128	
5177912	Aitch	aitch	US		0	America/New_York	40.37424	-78.15917	239	Aitch,Grantsville		PA	061	58832	
5177914	Ajax	ajax	US		0	America/New_York	41.3545	-79.79061	294			PA	121	67824	
5177921	Akerly	akerly	US		0	America/New_York	41.89061	-80.48757	277			PA	049	15736	
5177930	Alaska	alaska	US		0	America/New_York	41.17756	-79.09587	486			PA	065	66032	
5177931	Alaska	alaska	US		0	America/New_York	40.7837	-76.43745	343			PA	097	51504	
5177954	Alcoa Center	alcoa-center	US		0	America/New_York	40.5384	-79.64505	382	Alcoa Center,Allen Center,McLaughlinstown,McLaughlinsville,Merwin		PA	129	78768	
5177956	Alcola	alcola	US		0	America/New_York	41.01229	-79.28893	329			PA	031	63728	
5177964	Aldenville	aldenville	US		0	America/New_York	41.64675	-75.36379	369			PA	127	14352	
5177973	Aldham	aldham	US		0	America/New_York	40.09066	-75.54131	95			PA	029	12744	
5177975	Aldovin	aldovin	US		0	America/New_York	41.6173	-75.93825	317			PA	131	42616	
5177986	Alexander Springs	alexander-springs	US		0	America/New_York	40.6284	-77.67416	223			PA	087	78392	
5177994	Alfarata	alfarata	US		0	America/New_York	40.56646	-78.11834	219			PA	061	62160	
5177995	Alfarata	alfarata	US		149	America/New_York	40.66257	-77.45694	180	Alfarata,Lillyville		PA	087	18464	
5178005	Alica	alica	US		0	America/New_York	40.00813	-79.92838	246	Alica,Alicia		PA	051	45560	
5178009	Alinda	alinda	US		0	America/New_York	40.34647	-77.28443	174			PA	099	72848	
5178028	Allegheny (historical)	allegheny-historical	US		0	America/New_York	40.45062	-80.01616	239	Alleghany,Allegheny (historical),Allegheny West		PA	003	61000	
5178031	Allegheny Acres	allegheny-acres	US		0	America/New_York	40.61534	-79.87005	328			PA	003	82800	
5178033	Allegheny Center	allegheny-center	US		0	America/New_York	40.4534	-80.00589	236			PA	003	61000	
5178056	Allegheny Furnace	allegheny-furnace	US		0	America/New_York	40.48979	-78.40724	334			PA	013	02184	
5178077	Allegheny Springs	allegheny-springs	US		0	America/New_York	41.82673	-79.30394	437			PA	123	09024	
5178081	Allegheny West	allegheny-west	US		0	America/New_York	40.00845	-75.17796	39			PA	101	60000	
5178088	Alleghenyville	alleghenyville	US		1134	America/New_York	40.23426	-75.98855	172			PA	011	08344	
5178092	Allemans	allemans	US		0	America/New_York	40.72673	-78.40391	540			PA	033	31752	
5178102	Allen Lane	allen-lane	US		0	America/New_York	40.0565	-75.1974	99			PA	101	60000	
5178121	Allens	allens	US		0	America/New_York	41.24202	-76.97941	157			PA	081	03072	
5178122	Allens Crossroads	allens-crossroads	US		0	America/New_York	40.13618	-79.84282	283			PA	129	66376	
5178123	Allens Mills	allens-mills	US		0	America/New_York	41.19951	-78.90753	482			PA	065	81120	
5178139	Allenvale	allenvale	US		0	America/New_York	40.08008	-79.14197	665			PA	111	37920	
5178140	Allenview	allenview	US		0	America/New_York	40.17842	-76.9697	183			PA	041	78736	
5178148	Alliance Furnace	alliance-furnace	US		0	America/New_York	40.11396	-79.71865	292			PA	129	72256	
5178150	Allis Hollow	allis-hollow	US		0	America/New_York	41.84341	-76.30577	283			PA	015	57176	
5178166	Almedia	almedia	US		1078	America/New_York	41.01453	-76.38105	152			PA	037	72040	
5178169	Alnwick	alnwick	US		0	America/New_York	40.129	-75.07295	43			PA	091	45008	
5178176	Alpine Heights	alpine-heights	US		0	America/New_York	40.25342	-76.67636	181			PA	043	18936	
5178179	Alpsville	alpsville	US		0	America/New_York	40.30563	-79.7956	230			PA	003	72568	
5178180	Alsace Manor	alsace-manor	US		478	America/New_York	40.39982	-75.86048	277	Alsace Manor,Althom Station		PA	011	02120	
5178182	Alta Manor	alta-manor	US		0	America/New_York	40.53174	-78.40446	375			PA	013	02184	
5178186	Althom	althom	US		0	America/New_York	41.75339	-79.30282	348			PA	123	18560	
5178188	Altman	altman	US		0	America/New_York	40.97562	-80.27867	359			PA	073	70080	
5178190	Alto Grandview Acres	alto-grandview-acres	US		0	America/New_York	40.26676	-75.59963	120			PA	091	45072	
5178192	Alton Park	alton-park	US		0	America/New_York	40.56176	-75.49796	119			PA	077	02000	
5178202	Alum Rock	alum-rock	US		0	America/New_York	41.16728	-79.62116	331	Alum Rock,Richmond		PA	031	64552	
5178206	Aluta	aluta	US		0	America/New_York	40.77093	-75.31685	169	Aluta,Mill Grove,Millgrove		PA	095	10400	
5178207	Alvan	alvan	US		0	America/New_York	40.14619	-78.14917	588			PA	009	08880	
5178214	Alvira (historical)	alvira-historical	US		0	America/New_York	41.13425	-76.95524	192			PA	119	31480	
5178224	Almaden	almaden	US		0	America/New_York	40.76284	-78.39974	499			PA	033	31752	
5178232	Ambridge Heights	ambridge-heights	US		0	America/New_York	40.59173	-80.21173	355			PA	007	32680	
5178245	Amberson Valley Estates	amberson-valley-estates	US		0	America/New_York	40.2037	-77.63221	331			PA	055	25176	
5178254	Amity Gardens	amity-gardens	US		3402	America/New_York	40.27426	-75.73519	74			PA	011	02328	
5178267	Amsbry	amsbry	US		0	America/New_York	40.53646	-78.55613	546			PA	021	28336	
5178280	Ancient Oaks	ancient-oaks	US		6661	America/New_York	40.54732	-75.58935	120			PA	077	44952	
5178298	Anderson Creek	anderson-creek	US		0	America/New_York	41.14589	-78.54669	572			PA	033	60288	
5178303	Andersonburg	andersonburg	US		0	America/New_York	40.35008	-77.46832	211			PA	099	72624	
5178304	Andersons Corner	andersons-corner	US		0	America/New_York	41.7945	-80.02367	354			PA	039	65440	
5178305	Andersontown	andersontown	US		0	America/New_York	40.07926	-76.8283	162			PA	133	15656	
5178306	Andersontown	andersontown	US		0	America/New_York	40.15231	-76.93164	133			PA	133	50328	
5178307	Andorra	andorra	US		0	America/New_York	40.07261	-75.23129	111			PA	101	60000	
5178311	Andorra Woods	andorra-woods	US		0	America/New_York	40.08233	-75.26629	58			PA	091	84624	
5178327	Andrews Settlement	andrews-settlement	US		0	America/New_York	41.90007	-77.90417	636			PA	105	00836	
5178330	Angels	angels	US		0	America/New_York	41.27814	-75.36741	554			PA	127	19864	
5178334	Anise	anise	US		0	America/New_York	40.32649	-75.53379	145			PA	091	53664	
5178343	Annin Creek	annin-creek	US		0	America/New_York	41.90145	-78.26029	521			PA	083	02576	
5178347	Annisville	annisville	US		0	America/New_York	41.08256	-79.797	447			PA	019	81192	
5178355	Anselma	anselma	US		0	America/New_York	40.08149	-75.64187	99			PA	029	83832	
5178376	Anthracite	anthracite	US		0	America/New_York	40.27426	-76.39802	197			PA	075	16256	
5178403	Appenzell	appenzell	US		0	America/New_York	40.99287	-75.35518	283	Appenzell,Jacksons Corners		PA	089	37424	
5178410	Applebachsville	applebachsville	US		0	America/New_York	40.4826	-75.27295	166	Applebachsville,Stokes Meadow,Stokes Tract		PA	017	33224	
5178415	Appletree Hill	appletree-hill	US		0	America/New_York	40.16039	-74.8435	26			PA	017	08768	
5178421	Apps	apps	US		0	America/New_York	40.76621	-75.58157	174			PA	095	42424	
5178424	Applewold	applewold	US		295	America/New_York	40.80868	-79.52171	240	Applewold,Kittanning Station		PA	005	02752	
5178426	Aquetong	aquetong	US		0	America/New_York	40.3515	-75.00322	80	Aquetong,Paxsons Corner		PA	017	71752	
5178444	Arch Rock	arch-rock	US		0	America/New_York	40.60758	-77.41832	162			PA	067	25648	
5178448	Arch Spring	arch-spring	US		0	America/New_York	40.6059	-78.20279	270			PA	013	78176	
5178466	Arden Mines	arden-mines	US		0	America/New_York	40.21868	-80.2645	318			PA	125	12848	
5178468	Ardenheim	ardenheim	US		0	America/New_York	40.46424	-77.98306	186			PA	061	33808	
5178477	Argentine	argentine	US		0	America/New_York	41.09423	-79.81922	385			PA	019	81192	
5178478	Argus	argus	US		0	America/New_York	40.36649	-75.38296	151			PA	017	83960	
5178490	Arlington Knolls	arlington-knolls	US		0	America/New_York	40.65676	-75.49685	95			PA	077		
5178513	Arlingham	arlingham	US		0	America/New_York	40.11539	-75.20323	58			PA	091	73088	
5178524	Arndts	arndts	US		0	America/New_York	40.79954	-75.47685	223			PA	095	50824	
5178529	Arnold City	arnold-city	US		498	America/New_York	40.11646	-79.82505	286			PA	051	81232	
5178546	Aronwold	aronwold	US		0	America/New_York	40.01483	-75.41408	114			PA	045	54224	
5178551	Arrowhead Lake	arrowhead-lake	US		0	America/New_York	41.15092	-75.5738	510			PA	089	76960	
5178556	Arnots Addition	arnots-addition	US		0	America/New_York	40.71815	-76.19994	269			PA	107	53376	
5178563	Arthurs	arthurs	US		0	America/New_York	41.2709	-79.3906	470			PA	031	57536	
5178567	Asaph	asaph	US		0	America/New_York	41.77091	-77.40498	349			PA	117	70344	
5178580	Arroyo	arroyo	US		0	America/New_York	41.3909	-78.88031	397			PA	047	72928	
5178591	Ashcom	ashcom	US		0	America/New_York	40.00369	-78.41918	329			PA	009	71544	
5178593	Ashbourne	ashbourne	US		0	America/New_York	40.06761	-75.13017	62	Ashbourn,Ashbourne		PA	091	12968	
5178614	Ashmead Village	ashmead-village	US		0	America/New_York	40.06178	-75.09906	38			PA	091	12968	
5178620	Ashtola	ashtola	US		0	America/New_York	40.19702	-78.77974	676	Ashtola,New Ashtola		PA	111	56352	
5178623	Ashton Wooden Bridge	ashton-wooden-bridge	US		0	America/New_York	40.07178	-75.02295	27			PA	101	60000	
5178629	Askam	askam	US		0	America/New_York	41.19869	-75.95437	194			PA	079	32416	
5178646	Astral	astral	US		0	America/New_York	41.34395	-79.772	306			PA	121	16944	
5178647	Asylum	asylum	US		0	America/New_York	41.71313	-76.33355	227	Asylum,Bacon Forks		PA	015	03360	
5178656	Atkinson Mills	atkinson-mills	US		174	America/New_York	40.45535	-77.81805	239	Atkinson Mills,Atkinsons Mills		PA	087	81784	
5178668	Atwells Crossing	atwells-crossing	US		0	America/New_York	41.10506	-79.92033	364			PA	019	47448	
5178674	Auburn Center	auburn-center	US		0	America/New_York	41.6898	-76.03659	404	Auburn Center,Auburn Centre		PA	115	03496	
5178676	Auburn Four Corners	auburn-four-corners	US		0	America/New_York	41.72008	-75.9802	387			PA	115	03496	
5178681	Aucheys	aucheys	US		0	America/New_York	40.57509	-76.16633	194			PA	107	72312	
5178683	Audenried	audenried	US		0	America/New_York	40.91064	-75.99159	525			PA	025	04048	
5178685	Audobon Gardens	audobon-gardens	US		0	America/New_York	40.12844	-75.4363	50			PA	091	45080	
5178694	Aughwick	aughwick	US		0	America/New_York	40.33675	-77.86027	171	Aughwick,Aughwick Mills,Great Aughwick Creek		PA	061	70400	
5178699	Augustaville	augustaville	US		0	America/New_York	40.80731	-76.74135	192			PA	097	65472	
5178715	Austin Heights	austin-heights	US		0	America/New_York	41.38286	-75.74297	232			PA	069	56576	
5178723	Autumn Leaves	autumn-leaves	US		0	America/New_York	41.92897	-75.33434	500			PA	127	09824	
5178730	Avella Highlands	avella-highlands	US		0	America/New_York	40.2734	-80.46479	362			PA	125	36800	
5178744	Avon Heights	avon-heights	US		0	America/New_York	40.35259	-76.37496	155	Avon,Avon Heights		PA	075	72288	
5178747	Avondale Hill	avondale-hill	US		0	America/New_York	41.2273	-75.98326	277			PA	079	61656	
5178748	Avonia	avonia	US		1205	America/New_York	42.04561	-80.26979	205	Avenia,Avonia		PA	049	24864	
5178753	Avoy	avoy	US		0	America/New_York	41.44481	-75.33962	447			PA	127	40936	
5178758	Axemann	axemann	US		0	America/New_York	40.89006	-77.76028	255			PA	027	72832	
5178759	Ayers Crossroads	ayers-crossroads	US		0	America/New_York	41.86146	-76.66689	406	Ayers Crossroads,North Smithfield		PA	015	71312	
5178760	Ayers Hill	ayers-hill	US		0	America/New_York	41.72868	-77.96556	650			PA	105	35400	
5178768	Azelta	azelta	US		0	America/New_York	41.83952	-77.48498	573			PA	117	14528	
5178794	Bachmanville	bachmanville	US		0	America/New_York	40.24259	-76.59469	185			PA	043	15640	
5178800	Back Mountain	back-mountain	US		26973	America/New_York	41.33591	-75.99631	389			PA	079	18056	
5178801	Backup Corners	backup-corners	US		0	America/New_York	41.91728	-79.15005	380			PA	123	60480	
5178804	Bacton	bacton	US		0	America/New_York	40.05677	-75.58631	126			PA	029	22056	
5178816	Baggaley	baggaley	US		0	America/New_York	40.2684	-79.37254	321			PA	129	78656	
5178820	Baederwood	baederwood	US		0	America/New_York	40.10678	-75.14212	91			PA	091	00156	
5178824	Baidland	baidland	US		1563	America/New_York	40.19479	-79.97088	303			PA	125	11424	
5178843	Bairdstown	bairdstown	US		0	America/New_York	40.43257	-79.27893	331	Bairdstown,Blairdstown		PA	129	18968	
5178875	Bakers	bakers	US		0	America/New_York	40.04785	-80.16117	390			PA	125	02384	
5178879	Bakers Crossroad	bakers-crossroad	US		0	America/New_York	40.62423	-78.69502	638			PA	021	20952	
5178882	Baker Station	baker-station	US		0	America/New_York	40.07535	-80.22617	310			PA	125	02384	
5178884	Bakerstown Station	bakerstown-station	US		0	America/New_York	40.65534	-79.97256	367			PA	003	64528	
5178898	Bald Eagle	bald-eagle	US		0	America/New_York	40.72201	-78.18529	331			PA	013	71624	
5178900	Bakers Summit	bakers-summit	US		0	America/New_York	40.26258	-78.4214	440	Baker Summit,Bakers Summit		PA	009	07024	
5178911	Bald Hill	bald-hill	US		0	America/New_York	41.07978	-78.29307	390			PA	033	29224	
5178951	Baldwin Furnace	baldwin-furnace	US		0	America/New_York	40.35146	-79.05031	442	Baldwin Furnace,Laurel Hill Furnace		PA	129	67240	
5178968	Balliet	balliet	US		0	America/New_York	40.7787	-75.71102	161			PA	025	21664	
5178972	Balliettsville	balliettsville	US		0	America/New_York	40.67843	-75.5738	168	Ballietsville,Balliettsville,Balliotsville,North Whitehall		PA	077	55576	
5178973	Balls Mills	balls-mills	US		0	America/New_York	41.31813	-77.02691	201			PA	081	33944	
5178974	Balltown	balltown	US		0	America/New_York	41.60145	-79.17226	374	Ball Town,Balltown		PA	053	35992	
5178985	Bamford	bamford	US		0	America/New_York	40.0851	-76.38885	109	Bamford,Bamfordville		PA	071	21232	
5178992	Balls Eddy	balls-eddy	US		0	America/New_York	41.96814	-75.33573	287	Ball's Eddy,Balls Eddy,Scott		PA	127	09824	
5178993	Banetown	banetown	US		0	America/New_York	40.07841	-80.22812	315	Banetown,Sunset		PA	125	02384	
5178994	Baney Settlement	baney-settlement	US		0	America/New_York	41.06811	-78.42474	377			PA	033	41952	
5178995	Banfield	banfield	US		0	America/New_York	40.63645	-79.6056	245			PA	005	29184	
5179000	Banian Junction	banian-junction	US		0	America/New_York	40.81395	-78.43641	409			PA	033	06288	
5179006	Banksville	banksville	US		0	America/New_York	40.4084	-80.03366	313			PA	003	61000	
5179009	Bannerville	bannerville	US		0	America/New_York	40.7323	-77.34777	217			PA	109	82464	
5179011	Baoba	baoba	US		0	America/New_York	41.48148	-75.09128	247	Baoba,Bayoba		PA	103	40776	
5179027	Barbours	barbours	US		0	America/New_York	41.39313	-76.7994	224	Barbours,Barbours Mills		PA	081	61640	
5179034	Barbertown (historical)	barbertown-historical	US		0	America/New_York	41.37119	-75.73464	225	Barber Town,Barbertown (historical)		PA	069	56576	
5179037	Bareville	bareville	US		0	America/New_York	40.09232	-76.15579	143			PA	071	79080	
5179051	Barkeyville	barkeyville	US		203	America/New_York	41.192	-79.97561	452	Barkeyville,Wesleyville		PA	121	04136	
5179053	Barking	barking	US		0	America/New_York	40.53285	-79.78199	233			PA	003	61536	
5179064	Barlow Heights	barlow-heights	US		0	America/New_York	40.21177	-75.54463	81			PA	091	43312	
5179076	Barnards	barnards	US		0	America/New_York	40.82534	-79.22976	361			PA	005	16728	
5179080	Barners Hill	barners-hill	US		0	America/New_York	40.34812	-79.73838	285			PA	129	55128	
5179098	Barnettstown	barnettstown	US		0	America/New_York	40.21119	-78.17695	429			PA	061	11208	
5179102	Barnesboro	barnesboro	US		2534	America/New_York	40.66257	-78.78003	449			PA	021	55000	
5179107	Barnitz	barnitz	US		0	America/New_York	40.12148	-77.22637	167			PA	041	19144	
5179115	Barr Slope	barr-slope	US		0	America/New_York	40.71312	-79.01587	407			PA	063	30816	
5179117	Barree	barree	US		0	America/New_York	40.58535	-78.10056	215	Barree,Barree Forge		PA	061	62160	
5179122	Barren Hill	barren-hill	US		0	America/New_York	40.08733	-75.26296	58			PA	091	84624	
5179137	Barrs Corners	barrs-corners	US		0	America/New_York	41.27867	-79.71949	450			PA	121	65560	
5179139	Barrisville	barrisville	US		0	America/New_York	40.78451	-80.24062	291			PA	007	55400	
5179149	Barrville	barrville	US		160	America/New_York	40.66312	-77.67666	269	Barrs,Barrville		PA	087	09288	
5179155	Barton Glen	barton-glen	US		0	America/New_York	41.00565	-75.29768	286			PA	089	37424	
5179162	Basforth Acres	basforth-acres	US		0	America/New_York	40.34396	-79.57615	386			PA	129	33792	
5179168	Basket	basket	US		0	America/New_York	40.39009	-75.82603	246			PA	011	66728	
5179176	Bastress	bastress	US		0	America/New_York	41.17591	-77.13719	360			PA	081	04424	
5179183	Bath Addition	bath-addition	US		0	America/New_York	40.10761	-74.86516	6			PA	017	08768	
5179185	Bath Junction	bath-junction	US		0	America/New_York	40.72204	-75.38101	127			PA	095	20736	
5179187	Battle Hollow	battle-hollow	US		0	America/New_York	41.0059	-78.9967	478			PA	065	45888	
5179197	Bauerstown	bauerstown	US		0	America/New_York	40.4959	-79.97644	244			PA	003	69584	
5179203	Baumstown	baumstown	US		422	America/New_York	40.28037	-75.80492	88			PA	011	24384	
5179206	Bavington	bavington	US		0	America/New_York	40.4259	-80.36451	300			PA	125	71288	
5179209	Bayard Park	bayard-park	US		0	America/New_York	40.63482	-75.34601	110	Bayard Park,Baynard Park		PA	095	06088	
5179224	Beadling	beadling	US		0	America/New_York	40.36035	-80.07228	280			PA	003	79274	
5179234	Beacon Lodge	beacon-lodge	US		0	America/New_York	40.37425	-77.81277	180			PA	087	81784	
5179269	Bear Creek Junction	bear-creek-junction	US		0	America/New_York	41.09536	-75.78158	390			PA	079	18868	
5179276	Bear Creek Village	bear-creek-village	US		259	America/New_York	41.17869	-75.7563	465	Bear Creek,Bear Creek Village		PA	079	04599	
5179282	Bear Gap	bear-gap	US		0	America/New_York	40.83231	-76.50579	254	Bear Gap,Bear Grap		PA	097	63328	
5179309	Bear Loop	bear-loop	US		0	America/New_York	40.66729	-78.42752	690			PA	021	63608	
5179338	Bear Rocks	bear-rocks	US		1048	America/New_York	40.12285	-79.4617	606			PA	051	10152	
5179367	Bear Run Junction	bear-run-junction	US		0	America/New_York	40.80231	-76.19105	346			PA	107	46584	
5179374	Bear Swamp	bear-swamp	US		0	America/New_York	41.14118	-77.65027	351			PA	035	04992	
5179400	Bear Valley	bear-valley	US		0	America/New_York	40.77259	-76.57746	254			PA	097	14536	
5179419	Bears Crossroads	bears-crossroads	US		0	America/New_York	40.19842	-77.33971	147			PA	041	83800	
5179422	Beartown	beartown	US		0	America/New_York	40.11149	-75.97744	170			PA	071	10704	
5179444	Beaufort Farms	beaufort-farms	US		0	America/New_York	40.32425	-76.88497	115			PA	043	75528	
5179449	Beaver Brook Manor	beaver-brook-manor	US		0	America/New_York	40.31342	-76.78969	162			PA	043	45056	
5179452	Beaver Center	beaver-center	US		0	America/New_York	41.80228	-80.46729	314	Beaver Center,Beaver Creek		PA	039	04720	
5179459	Beaver Brook	beaver-brook	US		0	America/New_York	40.91814	-75.98937	534			PA	079	33376	
5179501	Beaver Lake	beaver-lake	US		0	America/New_York	41.29369	-76.59106	276			PA	081	58848	
5179510	Beaver Mills	beaver-mills	US		0	America/New_York	40.88923	-78.03806	590			PA	027	66736	
5179564	Beaver Valley	beaver-valley	US		0	America/New_York	40.62646	-78.53724	453			PA	021	14056	
5179565	Beaver Valley	beaver-valley	US		0	America/New_York	40.92231	-76.28244	275			PA	037	04704	
5179600	Beavers Mill	beavers-mill	US		0	America/New_York	40.35704	-75.80964	94			PA	011	56672	
5179622	Beckersville	beckersville	US		0	America/New_York	40.2312	-75.90743	128			PA	011	65320	
5179667	Beech Flats	beech-flats	US		0	America/New_York	41.63313	-76.81524	405			PA	015	11168	
5179672	Beech Glen	beech-glen	US		0	America/New_York	41.32925	-76.58773	254	Beach Glen,Beech Glen		PA	113	18296	
5179678	Beech Hills	beech-hills	US		0	America/New_York	40.33562	-79.57337	403			PA	129	33792	
5179692	Beechcliff	beechcliff	US		0	America/New_York	40.44646	-80.19311	302			PA	003	55016	
5179696	Beechton	beechton	US		0	America/New_York	41.23478	-78.85059	500			PA	065	71632	
5179697	Beechtree	beechtree	US		0	America/New_York	41.21006	-78.82059	470			PA	065	81264	
5179698	Beechview	beechview	US		0	America/New_York	40.41062	-80.02478	352			PA	003	61000	
5179699	Beechwood	beechwood	US		0	America/New_York	41.48506	-78.39085	385			PA	023	70336	
5179700	Beechwood	beechwood	US		0	America/New_York	41.97367	-78.60197	447			PA	083	26936	
5179701	Beechwood Acres	beechwood-acres	US		0	America/New_York	40.45843	-75.43213	184			PA	017	49384	
5179706	Beechwoods	beechwoods	US		0	America/New_York	41.18867	-78.85003	509			PA	065	81264	
5179711	Beeman	beeman	US		0	America/New_York	41.95507	-77.11692	309	Beeman,Lathrop		PA	117	41960	
5179721	Beham	beham	US		0	America/New_York	40.02174	-80.5109	436			PA	125	83000	
5179725	Beersville	beersville	US		0	America/New_York	40.74648	-75.47074	159	Beersville,Falmers		PA	095	50824	
5179735	Bela	bela	US		0	America/New_York	41.05006	-79.57755	405			PA	031	76928	
5179737	Belardy	belardy	US		0	America/New_York	40.10067	-74.87794	11	Belardley,Belardy,Bellardy		PA	017	08768	
5179741	Belfast Junction	belfast-junction	US		0	America/New_York	40.76787	-75.2724	143	Ashland,Belfast Junction,Hercules,Point Edward		PA	095	61088	
5179748	Belian Village	belian-village	US		0	America/New_York	41.34452	-75.70602	230			PA	069	50880	
5179751	Bell Acres	bell-acres	US		1395	America/New_York	40.59007	-80.16645	358			PA	003	05216	
5179768	Bell Point	bell-point	US		0	America/New_York	40.54507	-79.55032	418			PA	129	05208	
5179788	Belle Bridge	belle-bridge	US		0	America/New_York	40.30063	-79.8656	232			PA	003	43408	
5179798	Bellefield	bellefield	US		0	America/New_York	40.44729	-79.94227	283			PA	003	61000	
5179803	Bellegrove	bellegrove	US		0	America/New_York	40.36704	-76.54886	150			PA	075	54720	
5179807	Belleview Heights	belleview-heights	US		0	America/New_York	42.09006	-80.00144	344			PA	049	30936	
5179822	Bellasylva	bellasylva	US		0	America/New_York	41.45702	-76.23882	645	Bella Sylvia,Bellasylva		PA	131	26752	
5179823	Bellowsville	bellowsville	US		0	America/New_York	40.67173	-80.33201	240			PA	007	62352	
5179829	Bells Camp	bells-camp	US		0	America/New_York	41.98006	-78.55364	507			PA	083	26936	
5179831	Bells Landing	bells-landing	US		0	America/New_York	40.91701	-78.64947	375	Bell Grove,Bell Vill,Bells Landing		PA	033	31376	
5179833	Bells Mills	bells-mills	US		0	America/New_York	40.95284	-78.92281	400			PA	065	05200	
5179835	Bellton	bellton	US		0	America/New_York	40.83006	-80.30673	268			PA	007	55400	
5179836	Belltown	belltown	US		0	America/New_York	41.35673	-79.04143	383	Belltown,Millstone		PA	047	49888	
5179837	Belltown	belltown	US		0	America/New_York	40.71285	-77.41666	208			PA	087	18464	
5179855	Belmar Park	belmar-park	US		0	America/New_York	41.00645	-80.37673	315			PA	073	78368	
5179858	Belmont Acres	belmont-acres	US		0	America/New_York	40.32676	-76.80053	159			PA	043	45056	
5179861	Belmont Corner	belmont-corner	US		0	America/New_York	41.74064	-75.45629	614	Belmont,Belmont Corner		PA	127	51872	
5179865	Belmont Hills	belmont-hills	US		0	America/New_York	40.03428	-75.25768	79			PA	091	44976	
5179872	Belmont Terrace	belmont-terrace	US		0	America/New_York	40.10511	-75.36657	73			PA	091	79136	
5179877	Belsano Crossing	belsano-crossing	US		0	America/New_York	40.5159	-78.86086	578			PA	021	06736	
5179879	Belsena	belsena	US		0	America/New_York	40.84895	-78.44308	411	Belsena,Belsena Mills		PA	033	06288	
5179885	Beltzville	beltzville	US		0	America/New_York	40.84009	-75.63547	233			PA	025	27368	
5179895	Beltzhoover	beltzhoover	US		0	America/New_York	40.41979	-80.002	333			PA	003	61000	
5179898	Ben Avon	ben-avon	US		0	America/New_York	40.59479	-79.16142	358			PA	063	84472	
5179900	Ben Avon Heights	ben-avon-heights	US		376	America/New_York	40.51368	-80.07311	352			PA	003	05520	
5179911	Ben Avon	ben-avon	US		1777	America/New_York	40.50812	-80.08311	258			PA	003	05504	
5179913	Bencetown	bencetown	US		0	America/New_York	40.72451	-78.99809	408			PA	063	30816	
5179918	Benders Junction	benders-junction	US		0	America/New_York	40.81454	-75.3949	250			PA	095	50824	
5179920	Bendertown	bendertown	US		0	America/New_York	41.1487	-76.31688	291			PA	037	26056	
5179925	Benedicts	benedicts	US		0	America/New_York	40.02676	-76.92803	135			PA	133	81056	
5179929	Benezette	benezette	US		0	America/New_York	41.31673	-78.3864	302	Benezett,Benezette,Bennezette,Benzette		PA	047	05576	
5179931	Benfer	benfer	US		0	America/New_York	40.77286	-77.2086	185			PA	109	72856	
5179932	Benharts	benharts	US		0	America/New_York	40.37787	-75.91104	120			PA	011	52200	
5179966	Bennetts Corner	bennetts-corner	US		0	America/New_York	40.28983	-75.10045	69			PA	017	09816	
5179976	Bens Creek	bens-creek	US		0	America/New_York	40.39841	-78.6278	580			PA	021	62056	
5179978	Bens Creek	bens-creek	US		0	America/New_York	40.28257	-78.93641	367			PA	111	15568	
5179992	Benson East	benson-east	US		0	America/New_York	40.089	-75.12879	89			PA	091	00156	
5180005	Bentley Creek	bentley-creek	US		0	America/New_York	41.94646	-76.71329	320			PA	015	64696	
5180023	Benvenue	benvenue	US		0	America/New_York	40.40397	-77.00942	106	Benvenu,Benvenue		PA	043	63928	
5180030	Berge Run	berge-run	US		0	America/New_York	41.4884	-78.05167	318			PA	105	84360	
5180039	Bergey	bergey	US		0	America/New_York	40.30232	-75.42268	66	Bergey,Branchville		PA	091	79280	
5180057	Berkshire Heights	berkshire-heights	US		0	America/New_York	40.34593	-75.96077	74			PA	011	86880	
5180058	Berkshire Hills	berkshire-hills	US		0	America/New_York	40.13981	-77.0297	144			PA	133	11432	
5180064	Berkeley Hills	berkeley-hills	US		0	America/New_York	40.53174	-80.00367	349			PA	003	66264	
5180065	Berlinsville	berlinsville	US		0	America/New_York	40.76871	-75.5738	176	Benningers,Berlins Ville,Berlinsville,Berlinville,Lehighville		PA	095	42424	
5180067	Bermudian	bermudian	US		0	America/New_York	40.01954	-77.03553	152	Bermudian,Mechanicsville		PA	133	81352	
5180090	Berrytown	berrytown	US		0	America/New_York	41.89007	-76.7669	479			PA	015	73008	
5180097	Berwick Heights	berwick-heights	US		0	America/New_York	41.08203	-76.24827	363			PA	037	08480	
5180101	Berwinsdale	berwinsdale	US		0	America/New_York	40.81923	-78.59725	474			PA	033	38432	
5180108	Bessemer Junction	bessemer-junction	US		0	America/New_York	40.39257	-79.83894	235			PA	003	21712	
5180112	Best Station	best-station	US		0	America/New_York	40.7251	-75.65602	172	Best,Best Station,Bests		PA	077	81280	
5180140	Bethayres	bethayres	US		0	America/New_York	40.114	-75.07101	44			PA	091	45008	
5180194	Bethel Hill	bethel-hill	US		0	America/New_York	40.184	-75.31823	125			PA	091	86496	
5180243	Bethlehem View	bethlehem-view	US		0	America/New_York	40.64093	-75.35351	119			PA	095	06088	
5180250	Betula	betula	US		0	America/New_York	41.6709	-78.39363	484			PA	083	55632	
5180251	Betz	betz	US		0	America/New_York	40.84534	-78.43585	461			PA	033	06288	
5180255	Betzwood	betzwood	US		0	America/New_York	40.11066	-75.41963	32			PA	091	83696	
5180257	Beuchler	beuchler	US		0	America/New_York	40.54926	-76.43857	177			PA	107	60464	
5180258	Beuhler Corner	beuhler-corner	US		0	America/New_York	41.40784	-78.88448	480			PA	047	72928	
5180259	Beula	beula	US		0	America/New_York	40.47674	-78.77197	566			PA	021	10880	
5180269	Beulah Land	beulah-land	US		0	America/New_York	41.4784	-77.4422	527			PA	081	09280	
5180273	Beurys Lake	beurys-lake	US		124	America/New_York	40.7187	-76.37801	297			PA	107	04352	
5180278	Beverly Estates	beverly-estates	US		0	America/New_York	40.07426	-76.3019	128			PA	071	46896	
5180279	Beverly Heights	beverly-heights	US		0	America/New_York	40.40592	-76.47469	143			PA	075	75680	
5180300	Bidwell Hill	bidwell-hill	US		0	America/New_York	41.38064	-75.37601	450			PA	127	67488	
5180308	Big Beaver	big-beaver	US		1923	America/New_York	40.82451	-80.36284	332			PA	007	06240	
5180398	Big Mountain	big-mountain	US		0	America/New_York	40.77064	-76.53357	292	Big Mountain,Little Moshamnon,Plum Corners		PA	097	14536	
5180424	Big Pond	big-pond	US		0	America/New_York	41.88285	-76.70467	442	Big Pond,Mill City		PA	015	73008	
5180476	Big Shanty	big-shanty	US		0	America/New_York	41.83756	-78.65475	639			PA	083	40808	
5180527	Biggerstown	biggerstown	US		0	America/New_York	41.25258	-76.53106	302	Biggerstown,Biggertown		PA	081	38448	
5180536	Bilger Rocks	bilger-rocks	US		0	America/New_York	40.99395	-78.59225	520			PA	033	07008	
5180546	Billing	billing	US		0	America/New_York	41.28256	-79.51116	429			PA	031	23040	
5180554	Billmeyer	billmeyer	US		0	America/New_York	40.07232	-76.65108	88	Billmeyer,Billmyer,Billmyer Station		PA	071	15824	
5180557	Bills Place (historical)	bills-place-historical	US		0	America/New_York	40.01592	-78.2014	568			PA	057	09568	
5180565	Bingham Center	bingham-center	US		0	America/New_York	41.95396	-77.77638	590			PA	105	06432	
5180574	Binnstown	binnstown	US		0	America/New_York	40.01535	-79.96755	278			PA	125	12224	
5180576	Birch	birch	US		0	America/New_York	41.19562	-77.97611	232			PA	035	83240	
5180601	Birchardville	birchardville	US		0	America/New_York	41.84758	-76.0127	318	Birchardville,Burchardville		PA	115	26648	
5180604	Birchtown	birchtown	US		0	America/New_York	41.65258	-75.51796	545			PA	115	14224	
5180605	Birchwood Estates	birchwood-estates	US		0	America/New_York	41.35786	-75.57824	511			PA	069	65224	
5180607	Birchwood Lakes	birchwood-lakes	US		1386	America/New_York	41.25454	-74.9185	344			PA	103	18704	
5180609	Birchwood Terrace	birchwood-terrace	US		0	America/New_York	40.27843	-75.59796	135			PA	091	45072	
5180612	Birch Valley	birch-valley	US		0	America/New_York	40.16705	-74.82766	12			PA	017	25112	
5180618	Birdell	birdell	US		0	America/New_York	40.07288	-75.86077	184			PA	029	35536	
5180624	Birdville	birdville	US		0	America/New_York	40.63784	-79.72088	273			PA	003	32832	
5180625	Birdville	birdville	US		0	America/New_York	40.40202	-77.94194	182	Birdvale,Birdville		PA	061	78328	
5180141	Bethel	bethel	US	04217	0	America/New_York	40.34424	-80.04283	357			PA	003		
5180642	Bishtown	bishtown	US		0	America/New_York	41.0245	-78.36057	452			PA	033	08032	
5180644	Bissell	bissell	US		0	America/New_York	40.01341	-80.12728	272			PA	125	02384	
5180647	Bittners Corner	bittners-corner	US		0	America/New_York	40.66676	-75.6413	177			PA	077	45168	
5180649	Bitumen	bitumen	US		0	America/New_York	41.29979	-77.8786	426			PA	035	55744	
5180652	Bixby Corner	bixby-corner	US		0	America/New_York	41.94202	-76.36133	400			PA	015	85672	
5180653	Bixler	bixler	US		0	America/New_York	40.37036	-77.40249	186			PA	099	54968	
5180659	Black Ash	black-ash	US		0	America/New_York	41.59117	-79.90033	474	Black Ash,Black Ash Corners		PA	039	63400	
5180680	Black Creek Junction	black-creek-junction	US		0	America/New_York	40.93175	-75.82242	303	Black Creek Junction,Black Creek Junction Station		PA	025	81856	
5180703	Black Horse	black-horse	US		0	America/New_York	40.10816	-75.31102	48	Black Horse,Mogee,Mogeetown		PA	091	61664	
5180724	Black Ridge	black-ridge	US		0	America/New_York	40.45479	-79.85255	344			PA	003	59032	
5180757	Blackburn (historical)	blackburn-historical	US		0	America/New_York	40.24451	-79.77227	233			PA	129	69392	
5180760	Blackhawk	blackhawk	US		0	America/New_York	40.71312	-80.45618	356	Black Hawk,Blackhawk,Old Blackhawk		PA	007	56432	
5180768	Blacklog	blacklog	US		0	America/New_York	40.42397	-77.68082	342	Black Log,Blacklog		PA	067	40752	
5180773	Blacks	blacks	US		0	America/New_York	41.20812	-79.75783	281	Blacks,Wood Hill		PA	121	65560	
5180775	Blacks Corner	blacks-corner	US		0	America/New_York	41.68728	-80.18923	380	Black's Corners,Blacks Corner		PA	039	33256	
5180788	Blacktown	blacktown	US		0	America/New_York	41.16673	-80.17339	396			PA	085	73080	
5180798	Blain City	blain-city	US		0	America/New_York	40.75645	-78.53308	428			PA	033	04888	
5180805	Blainsburg	blainsburg	US		0	America/New_York	40.0323	-79.88088	237	Blainesburg,Blainsburg,West Brownsville		PA	125	82616	
5180806	Blainsport	blainsport	US		0	America/New_York	40.28065	-76.13967	153			PA	071	82728	
5180811	Blaine Hill	blaine-hill	US		0	America/New_York	40.27368	-79.87505	277			PA	003	23000	
5180823	Blair Mill Village East	blair-mill-village-east	US		0	America/New_York	40.18344	-75.11628	87			PA	091	35808	
5180824	Blair Mill Village West	blair-mill-village-west	US		0	America/New_York	40.18011	-75.12128	79			PA	091	35808	
5180830	Blairfour	blairfour	US		0	America/New_York	40.53257	-78.16834	234			PA	061	51080	
5180832	Blairs Corners	blairs-corners	US		0	America/New_York	41.18312	-79.56394	368			PA	031	04696	
5180847	Blakes	blakes	US		0	America/New_York	41.69119	-77.02636	563			PA	117	32192	
5180850	Blakeslee Estates	blakeslee-estates	US		0	America/New_York	41.10925	-75.56963	525			PA	089	76960	
5180860	Blanket Hill	blanket-hill	US		0	America/New_York	40.76506	-79.42226	428			PA	005	40056	
5180868	Bleakley Hill	bleakley-hill	US		0	America/New_York	41.40478	-79.82617	355			PA	121	75000	
5180876	Blawnox	blawnox	US		1416	America/New_York	40.4934	-79.86061	248			PA	003	07000	
5180880	Bliem Corners	bliem-corners	US		0	America/New_York	41.13925	-75.97853	361			PA	079	19616	
5180903	Bloomburg Village	bloomburg-village	US		0	America/New_York	40.30009	-76.81469	153			PA	043	45056	
5180923	Blooming Valley	blooming-valley	US		331	America/New_York	41.68117	-80.04089	391			PA	039	07120	
5181269	Boulevard Manor	boulevard-manor	US		0	America/New_York	41.24675	-75.83075	276			PA	079	61120	
5181270	Boulton	boulton	US		0	America/New_York	40.77426	-75.28796	146	Bolton,Boulton		PA	095	10400	
5180941	Bloomsdorf	bloomsdorf	US		0	America/New_York	40.75673	-77.88306	373	Bloomsdorf,Corl Acres		PA	027	25624	
5180950	Blosserville	blosserville	US		0	America/New_York	40.24009	-77.36221	181			PA	041	79032	
5180951	Blossom Hill	blossom-hill	US		0	America/New_York	40.0901	-76.32051	153			PA	071	46896	
5180952	Blough	blough	US		0	America/New_York	40.17174	-78.90808	487			PA	111	57552	
5180955	Blowtown	blowtown	US		0	America/New_York	41.2959	-78.93476	466			PA	065	61920	
5180971	Blue Goose	blue-goose	US		0	America/New_York	40.58562	-78.81864	534			PA	021	04272	
5180985	Blue Knob	blue-knob	US		0	America/New_York	40.35452	-78.55363	723			PA	013	38592	
5181014	Blue Mountain Pines	blue-mountain-pines	US		0	America/New_York	40.90232	-75.2424	441			PA	089	32176	
5181022	Blue Ridge Manor	blue-ridge-manor	US		0	America/New_York	40.33176	-76.78636	164			PA	043	45056	
5181029	Blue Marsh (historical)	blue-marsh-historical	US		0	America/New_York	40.36731	-76.03633	96			PA	011	44928	
5181050	Bluestone	bluestone	US		0	America/New_York	41.38063	-77.43998	208			PA	081	46184	
5181056	Blytheburn	blytheburn	US		0	America/New_York	41.12564	-75.95353	352			PA	079	64424	
5181077	Bob White Farms	bob-white-farms	US		0	America/New_York	40.07344	-75.37297	131			PA	091	79136	
5181082	Bobbys Corners	bobbys-corners	US		0	America/New_York	41.20145	-80.4559	293			PA	085	34064	
5181087	Bocktown	bocktown	US		0	America/New_York	40.5434	-80.30006	254			PA	007	36776	
5181093	Bodines	bodines	US		0	America/New_York	41.45035	-76.97247	243	Bodines,Bondinesville		PA	081	42944	
5181112	Boggsville	boggsville	US		0	America/New_York	40.75895	-79.67088	263			PA	005	72000	
5181115	Bogus Corners	bogus-corners	US		0	America/New_York	42.06006	-79.93116	407			PA	049	30936	
5181154	Boltz	boltz	US		0	America/New_York	40.4209	-79.00281	366			PA	063	22048	
5181162	Bon Meade	bon-meade	US		0	America/New_York	40.54618	-80.24006	334	Bon Mead,Bon Meade		PA	003	50784	
5181164	Bonair	bonair	US		0	America/New_York	40.1865	-75.09767	78			PA	091	33088	
5181179	Bonneymeade Farm	bonneymeade-farm	US		0	America/New_York	40.26426	-76.82025	137			PA	043	75672	
5181180	Bonnie Brook	bonnie-brook	US		0	America/New_York	40.86645	-79.82922	324			PA	019	75184	
5181182	Bonny Brook	bonny-brook	US		0	America/New_York	40.17814	-77.18554	141	Bonny Brook,Bonnybrook		PA	041	72336	
5181183	Bonnymeade	bonnymeade	US		0	America/New_York	40.36229	-80.35812	308			PA	125	71288	
5181184	Bonus	bonus	US		0	America/New_York	41.11756	-79.71644	444			PA	019	00860	
5181185	Booher Corners	booher-corners	US		0	America/New_York	41.34783	-80.01728	460			PA	085	67856	
5181191	Boon Terrace	boon-terrace	US		0	America/New_York	40.24729	-80.19811	332			PA	125	55432	
5181211	Boot Jack	boot-jack	US		0	America/New_York	41.38145	-78.68642	660			PA	047	64792	
5181213	Boquet	boquet	US		0	America/New_York	40.38146	-79.60226	338	Boquet,Bouquet		PA	129	58880	
5181214	Bordell	bordell	US		0	America/New_York	41.87534	-78.53669	535			PA	083	38912	
5181217	Bordnersville	bordnersville	US		0	America/New_York	40.44426	-76.53052	153			PA	075	78376	
5181222	Borie	borie	US		0	America/New_York	41.6859	-77.95222	553			PA	105	75224	
5181224	Borland Manor	borland-manor	US		0	America/New_York	40.25951	-80.15922	342			PA	125	55432	
5181236	Bossardsville	bossardsville	US		0	America/New_York	40.92787	-75.27129	212	Bossardsville,Bossardville		PA	089	32176	
5181244	Bossards Corner	bossards-corner	US		0	America/New_York	40.77454	-75.52907	198	Bassards Corners,Bossard Corners,Bossards Corner,Buzzard Corners		PA	095	42424	
5181245	Boston Run	boston-run	US		0	America/New_York	40.80314	-76.18911	352	Boston Run,Suffolk		PA	107	46584	
5181274	Bourne Mills	bourne-mills	US		0	America/New_York	41.80257	-76.63023	306	Bourne,Bourne Mills		PA	015	82656	
5181286	Bower	bower	US		0	America/New_York	40.89478	-78.67531	374			PA	033	31376	
5181287	Bower Hill	bower-hill	US		0	America/New_York	40.3734	-80.09367	282	Bower Hill,Bowerton		PA	003	68388	
5181288	Bower Hill	bower-hill	US		0	America/New_York	40.26035	-80.06783	373			PA	125	59608	
5181296	Bowdertown	bowdertown	US		0	America/New_York	40.7609	-78.84781	491			PA	063	50624	
5181313	Bowman Creek	bowman-creek	US		0	America/New_York	41.4298	-76.01937	267			PA	131	50496	
5181320	Bowmans	bowmans	US		0	America/New_York	40.82398	-76.13938	400			PA	107	46584	
5181323	Bowmansdale	bowmansdale	US		0	America/New_York	40.1662	-76.97803	124			PA	041	78736	
5181350	Boyds Mills	boyds-mills	US		0	America/New_York	41.64064	-75.14017	337	Boyd's Mills,Boyds Mills,Tymmerson's Mill,Tymmerson's Mills		PA	127	18104	
5181355	Boydtown	boydtown	US		0	America/New_York	40.78814	-76.52968	274			PA	097	14536	
5181356	Boyer	boyer	US		0	America/New_York	40.31507	-80.03005	327			PA	003		
5181359	Boydstown	boydstown	US		0	America/New_York	40.93784	-79.84616	325			PA	019	55992	
5181370	Boyers Junction	boyers-junction	US		0	America/New_York	40.44065	-75.77019	208			PA	011	65544	
5181400	Braddock Hills	braddock-hills	US		1861	America/New_York	40.41729	-79.86505	312	Braddock,Braddock Hills,Braddock Hills Boro		PA	003	08008	
5181420	Bradford Hills	bradford-hills	US		0	America/New_York	40.00316	-75.64799	160			PA	029	84192	
5181428	Bradford Woods	bradford-woods	US		1171	America/New_York	40.63757	-80.08172	370	Bradford Woods,Bradfordwoods		PA	003	08064	
5181435	Bradley Junction	bradley-junction	US		0	America/New_York	40.55174	-78.66697	551			PA	021	00868	
5181439	Bradleytown	bradleytown	US		0	America/New_York	41.55589	-79.86144	371			PA	121	61552	
5181456	Bradys Bend	bradys-bend	US		0	America/New_York	40.99645	-79.62949	285			PA	005	08152	
5181464	Braeburn	braeburn	US		0	America/New_York	40.19009	-76.65969	134			PA	043	44464	
5181465	Braeburn	braeburn	US		0	America/New_York	40.61201	-79.71144	244			PA	129	44864	
5181471	Brallier	brallier	US		0	America/New_York	40.06925	-78.33196	328			PA	009	35656	
5181473	Bramcote	bramcote	US		0	America/New_York	40.24343	-75.69186	49			PA	091	83912	
5181474	Branbury Cross	branbury-cross	US		0	America/New_York	40.30787	-76.72053	155			PA	043	72200	
5181475	Branch Dale	branch-dale	US		388	America/New_York	40.66926	-76.32273	245	Branchdale		PA	107	64088	
5181478	Brainerd Center	brainerd-center	US		0	America/New_York	40.94926	-75.29685	156			PA	089	32176	
5181492	Brandonville	brandonville	US		197	America/New_York	40.86092	-76.16605	369			PA	107	21952	
5181496	Brandtsville	brandtsville	US		0	America/New_York	40.14315	-77.06192	134	Brandsville,Brandt's Station,Brandtsville		PA	041	50472	
5181506	Brandywine Manor	brandywine-manor	US		0	America/New_York	40.06149	-75.80966	215	Brandywine,Brandywine Manor		PA	029	82576	
5181507	Brandywine Manor	brandywine-manor	US		0	America/New_York	40.33898	-76.83692	151			PA	043	45056	
5181508	Brandywine Village	brandywine-village	US		0	America/New_York	40.09733	-75.37213	46			PA	091	79136	
5181510	Branningville	branningville	US		0	America/New_York	41.62064	-75.08795	304			PA	127	18104	
5181524	Braznell	braznell	US		0	America/New_York	40.0248	-79.85366	252			PA	051	63904	
5181525	Breadysville	breadysville	US		0	America/New_York	40.21844	-75.05795	82	Breadsville,Breadysville,Breadyville		PA	017	54688	
5181526	Breakneck	breakneck	US		0	America/New_York	40.04091	-79.54059	347			PA	051	10152	
5181536	Bredinsburg	bredinsburg	US		0	America/New_York	41.39478	-79.77255	450			PA	121	16944	
5181537	Bredinville	bredinville	US		0	America/New_York	40.84673	-79.91061	319			PA	019	10472	
5181538	Breedtown	breedtown	US		0	America/New_York	41.60006	-79.70783	457			PA	121	13136	
5181542	Breezy Acres	breezy-acres	US		0	America/New_York	40.97981	-76.428	268			PA	037	11744	
5181545	Breezy Corner	breezy-corner	US		0	America/New_York	40.4112	-75.84631	277			PA	011	66728	
5181548	Brenizer	brenizer	US		0	America/New_York	40.40035	-79.26809	320	Breinizer,Brenizer		PA	129	18968	
5181561	Breslau	breslau	US		0	America/New_York	41.23342	-75.93464	165	Breslau,Plymouth Ferry		PA	079	32416	
5181562	Bressler	bressler	US		1437	America/New_York	40.22953	-76.81997	149			PA	043	75672	
5181567	Bretonville	bretonville	US		0	America/New_York	40.85201	-78.56586	484			PA	033	38432	
5181581	Briar Creek	briar-creek	US		681	America/New_York	41.04592	-76.28216	151			PA	037	08472	
5181586	Briar Crest Woods	briar-crest-woods	US		0	America/New_York	41.04814	-75.54269	569			PA	089	77776	
5181594	Briarly	briarly	US		0	America/New_York	40.85089	-77.89639	307			PA	027	58440	
5181597	Brick Church	brick-church	US		0	America/New_York	40.68618	-79.45532	363			PA	005	10344	
5181603	Brick Tavern	brick-tavern	US		0	America/New_York	40.45649	-75.38462	169			PA	017	49384	
5181604	Bricker Crossroads	bricker-crossroads	US		0	America/New_York	40.7409	-79.72449	351			PA	019	10000	
5181605	Brickerville	brickerville	US		1309	America/New_York	40.22593	-76.30246	164	Brickersville,Brickerville		PA	071	23008	
5181607	Bridesburg	bridesburg	US		0	America/New_York	40.00039	-75.06962	6			PA	101	60000	
5181615	Bridge Valley	bridge-valley	US		0	America/New_York	40.27955	-75.08434	79	Bridge Valley,Pettits		PA	017	81144	
5181619	Bridgeburg	bridgeburg	US		0	America/New_York	40.86923	-79.48393	264	Bridgeburg,West Mosgrove,West Mosgrove Station		PA	005	21160	
5181632	Bridgetown	bridgetown	US		0	America/New_York	40.36677	-75.28629	106	Bridgetown,South Perkasie		PA	017	59384	
5181633	Bridgetown	bridgetown	US		0	America/New_York	40.18844	-74.93072	32			PA	017	54688	
5181634	Bridgetown	bridgetown	US		0	America/New_York	40.18455	-74.95461	47			PA	017	54688	
5181653	Bridge Point	bridge-point	US		0	America/New_York	40.28316	-75.13017	63			PA	017	19792	
5181656	Brighton Heights	brighton-heights	US		0	America/New_York	40.47785	-80.03589	269			PA	003	61000	
5181672	Brinker	brinker	US		0	America/New_York	40.82951	-79.82978	393			PA	019	75184	
5181676	Brinkerton	brinkerton	US		0	America/New_York	41.07729	-79.35949	409			PA	031	62144	
5181677	Brinkerton	brinkerton	US		0	America/New_York	40.22285	-79.52615	305			PA	129	51888	
5181680	Brintons Corners	brintons-corners	US		0	America/New_York	40.85284	-80.18201	294			PA	007	27336	
5181696	Bristol Terrace Number One	bristol-terrace-number-one	US		0	America/New_York	40.11455	-74.85266	8	Bristol Terrace,Bristol Terrace Number One		PA	017	08768	
5181697	Bristol Terrace Number Two	bristol-terrace-number-two	US		0	America/New_York	40.11955	-74.85516	9			PA	017	08768	
5181702	Brittains Corner	brittains-corner	US		0	America/New_York	40.10011	-75.47825	43	Britians Corner,Brittains Corner		PA	029	68288	
5181703	Brittany Farms	brittany-farms	US		0	America/New_York	40.27594	-75.20795	118			PA	017	53304	
5181709	Britton Run	britton-run	US		0	America/New_York	41.79478	-79.74227	423			PA	039	72688	
5181711	Broad Acres	broad-acres	US		0	America/New_York	41.177	-80.08367	388			PA	085	60336	
5181712	Broad Ford	broad-ford	US		0	America/New_York	40.0473	-79.60837	263	Broad Ford,Broadford,Tyrone		PA	051	79344	
5181714	Broad Axe	broad-axe	US		0	America/New_York	40.139	-75.24407	87	Broad Axe,Broadaxe		PA	091	84624	
5181728	Broad Top City	broad-top-city	US		441	America/New_York	40.2023	-78.14084	601	Broad Top,Broad Top City,Broadtop		PA	061	08896	
5181748	Broadlawn Highlands	broadlawn-highlands	US		0	America/New_York	40.32618	-80.07228	341			PA	003	79274	
5182115	Buck Mountain	buck-mountain	US		0	America/New_York	40.8212	-76.09882	416			PA	107	46584	
5181766	Brommerstown	brommerstown	US		0	America/New_York	40.59759	-76.1555	165			PA	107	72312	
5181786	Brookhurst Estates	brookhurst-estates	US		0	America/New_York	41.35786	-75.56074	539			PA	069	65224	
5181789	Brooklawn	brooklawn	US		0	America/New_York	40.0901	-76.30051	119			PA	071	46896	
5181808	Brooks Mill	brooks-mill	US		0	America/New_York	40.37369	-78.42279	303			PA	013	06872	
5181841	Broughton Hollow	broughton-hollow	US		0	America/New_York	41.66896	-77.31164	444			PA	117	18760	
5181856	Brown Hill	brown-hill	US		0	America/New_York	41.79089	-79.93228	449	Brown Hill,Brownhill		PA	039	65440	
5181887	Brownbacks	brownbacks	US		0	America/New_York	40.17482	-75.61825	125			PA	029	21008	
5181892	Brownlee	brownlee	US		0	America/New_York	41.66785	-77.25692	560			PA	117	20232	
5181898	Browns Crossroads	browns-crossroads	US		0	America/New_York	40.92729	-79.62727	423			PA	005	74992	
5181905	Browns Mill	browns-mill	US		0	America/New_York	40.30259	-75.78158	56			PA	011	02328	
5181970	Brumbaugh	brumbaugh	US		0	America/New_York	40.17952	-78.47057	470			PA	009	72656	
5181973	Brumbaugh Crossing	brumbaugh-crossing	US		0	America/New_York	40.39146	-78.13501	239			PA	061	58832	
5181990	Brunnerville	brunnerville	US		0	America/New_York	40.18482	-76.28468	159	Brunersville,Brunnerville		PA	071	81168	
5182032	Brushtown	brushtown	US		0	America/New_York	40.09065	-77.31693	217			PA	041	58824	
5182033	Brushville	brushville	US		0	America/New_York	41.81008	-76.18771	335			PA	015	60184	
5182034	Brushville	brushville	US		0	America/New_York	41.91591	-75.62796	414			PA	115	56016	
5182049	Bryan Hill Manor	bryan-hill-manor	US		0	America/New_York	40.64284	-79.13059	435			PA	063	84472	
5182051	Bryan Mill	bryan-mill	US		0	America/New_York	41.26258	-76.71412	194	Bryan Mill,Bryan Mills		PA	081	85984	
5182088	Buchers Mills	buchers-mills	US		0	America/New_York	41.76117	-79.16977	436	Bookers Mills,Buchers Mills		PA	123	61208	
5182113	Buck Mountain	buck-mountain	US		0	America/New_York	40.98009	-75.81297	399			PA	025	41888	
5182136	Buck Run	buck-run	US		0	America/New_York	40.68479	-78.99142	419			PA	063	13072	
5182147	Buck Run	buck-run	US		176	America/New_York	40.70759	-76.32689	423			PA	107	26944	
5182185	Buckingham Valley	buckingham-valley	US		0	America/New_York	40.30983	-75.04961	68	Buckingham Station,Buckingham Valley		PA	017	09816	
5182195	Buckmanville	buckmanville	US		0	America/New_York	40.31511	-74.97433	48			PA	017	79128	
5182196	Bucknell	bucknell	US		0	America/New_York	40.95758	-76.9083	143			PA	119	20888	
5182220	Bucksville	bucksville	US		0	America/New_York	40.50649	-75.18767	160			PA	017	54576	
5182221	Bucksville Manor	bucksville-manor	US		0	America/New_York	40.51205	-75.18906	164			PA	017	54576	
5182226	Bucktoe	bucktoe	US		0	America/New_York	40.194	-74.906	46			PA	017	49120	
5182227	Bucktown	bucktown	US		0	America/New_York	40.17482	-75.66214	108			PA	029	72088	
5182230	Buckstown	buckstown	US		0	America/New_York	40.07119	-78.86169	738			PA	111	74440	
5182234	Budaville	budaville	US		0	America/New_York	40.16202	-80.46618	285			PA	125	19464	
5182250	Budds Place	budds-place	US		0	America/New_York	40.01731	-78.15056	669			PA	057	09568	
5182255	Buffalo Crossroads	buffalo-crossroads	US		0	America/New_York	40.96342	-76.96886	154	Buffalo Cross Roads,Buffalo Crossroads		PA	119	10016	
5182268	Buffalo Run	buffalo-run	US		0	America/New_York	40.82839	-77.96223	394	Buffalo Run,Carson Corners		PA	027	58440	
5182271	Buffalo Springs	buffalo-springs	US		0	America/New_York	40.29204	-76.33468	159			PA	075	33608	
5182286	Buhls Station	buhls-station	US		0	America/New_York	40.79868	-80.02562	288			PA	019	26904	
5182320	Bull Tavern	bull-tavern	US		0	America/New_York	40.11733	-75.48713	45			PA	029	68288	
5182326	Bullion	bullion	US		0	America/New_York	41.24645	-79.89755	446			PA	121	14344	
5182329	Bullis Mills	bullis-mills	US		0	America/New_York	41.98479	-78.35085	437			PA	083	22896	
5182337	Bully Hill	bully-hill	US		0	America/New_York	41.36895	-79.82617	417			PA	121	67824	
5182343	Bumpville	bumpville	US		0	America/New_York	41.90424	-76.38577	426			PA	015	65952	
5182345	Bunches	bunches	US		0	America/New_York	40.18148	-76.87858	213			PA	133	24936	
5182349	Bungalow Park	bungalow-park	US		0	America/New_York	40.58204	-75.52602	114			PA	077	72632	
5182380	Bunkertown	bunkertown	US		0	America/New_York	40.65091	-77.24138	209			PA	067	25440	
5182391	Burd Coleman Village	burd-coleman-village	US		0	America/New_York	40.26676	-76.41802	201			PA	075	16256	
5182404	Burds Crossing	burds-crossing	US		0	America/New_York	40.32868	-79.31142	364			PA	129	18968	
5182419	Burholme	burholme	US		0	America/New_York	40.06122	-75.08323	46			PA	101	60000	
5182432	Burly	burly	US		0	America/New_York	40.89784	-78.34613	576			PA	033	18456	
5182472	Burrell	burrell	US		0	America/New_York	40.41701	-79.26615	291			PA	063	10352	
5182481	Bursonville	bursonville	US		0	America/New_York	40.53788	-75.24018	178	Bursenton,Bursenville,Bursonton,Bursonville		PA	017	73016	
5182484	Burnwood	burnwood	US		0	America/New_York	41.78619	-75.50685	584			PA	115	02792	
5182486	Burtville	burtville	US		0	America/New_York	41.78895	-78.20501	458			PA	105	66416	
5182494	Bush Addition	bush-addition	US		0	America/New_York	40.90478	-77.78889	247			PA	027	72832	
5182504	Bush Patch	bush-patch	US		0	America/New_York	41.37369	-75.74658	213			PA	069	56576	
5182507	Bushkill Center	bushkill-center	US		0	America/New_York	40.79371	-75.32462	212	Bushkill Center,Bushkiln Centre		PA	095	10400	
5182529	Bustleton	bustleton	US		0	America/New_York	40.08261	-75.03156	41			PA	101	60000	
5182552	Butler Junction	butler-junction	US		0	America/New_York	40.6734	-79.69366	251			PA	019	10000	
5182581	Buttermilk Falls	buttermilk-falls	US		0	America/New_York	40.26368	-79.29087	361			PA	129	43240	
5182586	Butternut Grove	butternut-grove	US		0	America/New_York	41.35397	-76.89746	209			PA	081	28352	
5182599	Buttonwood	buttonwood	US		0	America/New_York	41.22203	-75.94242	223			PA	079	32416	
5182603	Buttonwood	buttonwood	US		0	America/New_York	41.4998	-77.13469	401			PA	081	37408	
5182604	Butts	butts	US		0	America/New_York	41.02728	-77.91112	493			PA	027	71608	
5182609	Buyerstown	buyerstown	US		0	America/New_York	40.01149	-76.04579	136			PA	071	67568	
5182616	Byberry	byberry	US		0	America/New_York	40.15483	-75.06628	87			PA	091	45008	
5182617	Byberry	byberry	US		0	America/New_York	40.10011	-74.96795	27			PA	101	60000	
5182618	Byberry	byberry	US		0	America/New_York	40.11122	-74.98628	38			PA	101	60000	
5182622	Butztown	butztown	US		0	America/New_York	40.65315	-75.32796	108	Butztown,Butzville		PA	095	06096	
5182623	Byerly	byerly	US		0	America/New_York	40.34562	-79.76366	376			PA	129	55128	
5182625	Byers Corner	byers-corner	US		0	America/New_York	40.97645	-79.79755	380	Byers Corner,Modoc		PA	019	15480	
5182632	Byersdale	byersdale	US		0	America/New_York	40.62368	-80.2245	262	Byersdale,Legionville		PA	007	32680	
5182636	Byrnsville	byrnsville	US		0	America/New_York	40.79648	-76.33911	429			PA	037	15880	
5182637	Byromtown	byromtown	US		0	America/New_York	41.52423	-79.05032	556			PA	053	38016	
5182645	C V Junction	c-v-junction	US		0	America/New_York	41.9823	-77.1233	303			PA	117	41960	
5182646	C and M Junction	c-and-m-junction	US		0	America/New_York	41.08395	-78.75781	458			PA	033	67792	
5182668	Cabel	cabel	US		0	America/New_York	40.81481	-76.58579	195			PA	097	69608	
5182680	Cable Hollow	cable-hollow	US		0	America/New_York	41.96367	-79.08254	467			PA	123	60480	
5182687	Cacoosing	cacoosing	US		0	America/New_York	40.34981	-76.00799	83	Cacoosing,Cacoossing		PA	011	44928	
5182697	Cadis	cadis	US		0	America/New_York	41.97896	-76.24243	350			PA	015	80984	
5182702	Cains	cains	US		0	America/New_York	40.02705	-75.95412	147			PA	071	67568	
5182707	Caketown	caketown	US		0	America/New_York	40.87092	-76.78552	134			PA	097	75304	
5182731	Calico Corner	calico-corner	US		0	America/New_York	40.12872	-74.96878	49			PA	017	05616	
5182737	California Furnace	california-furnace	US		0	America/New_York	40.19174	-79.20809	444			PA	129	43240	
5182741	California Kirkbride	california-kirkbride	US		0	America/New_York	40.46201	-80.02478	289			PA	003	61000	
5182747	Calkins	calkins	US		0	America/New_York	41.65537	-75.15545	412			PA	127	18104	
5182758	Callapoose	callapoose	US		0	America/New_York	41.37147	-75.40518	398			PA	127	73968	
5182767	Caln Meeting House	caln-meeting-house	US		0	America/New_York	40.00733	-75.76439	172			PA	029	10824	
5182819	Calvert Hills	calvert-hills	US		0	America/New_York	40.51868	-78.41112	408			PA	013	02184	
5182828	Cambria City	cambria-city	US		0	America/New_York	40.34007	-78.9303	354			PA	021	38288	
5182853	Camelot Forest	camelot-forest	US		0	America/New_York	41.10009	-75.57324	514			PA	089	76960	
5182861	Cammal	cammal	US		0	America/New_York	41.4034	-77.46304	215	Cammal,Campbelltown		PA	081	46184	
5182938	Camp Hironimus	camp-hironimus	US		0	America/New_York	40.84785	-77.33304	247			PA	119	32952	
5182949	Camp Jo-Ann	camp-jo-ann	US		0	America/New_York	40.50812	-79.6806	278			PA	129		
5183092	Campbells Mill	campbells-mill	US		0	America/New_York	40.46896	-79.2292	298			PA	063	10352	
5183097	Campbellville	campbellville	US		0	America/New_York	41.54813	-76.55384	389			PA	113	26736	
5183102	Canaan Grove	canaan-grove	US		0	America/New_York	40.28981	-76.26023	199			PA	075	33608	
5183110	Canadohta Lake	canadohta-lake	US		516	America/New_York	41.81367	-79.83477	424			PA	039	07032	
5183113	Canal Center	canal-center	US		0	America/New_York	41.472	-79.93395	385			PA	121	11080	
5183117	Canan	canan	US		0	America/New_York	40.46202	-78.42974	323	Canaan,Canan		PA	013	00852	
5183135	Cannon Run West	cannon-run-west	US		0	America/New_York	40.10844	-75.3963	55			PA	091	79136	
5183138	Cannon Run	cannon-run	US		0	America/New_York	40.09344	-75.38296	47			PA	091	79136	
5183140	Canoe Creek	canoe-creek	US		0	America/New_York	40.47841	-78.2714	285			PA	013	27600	
5183146	Canoe Furnace	canoe-furnace	US		0	America/New_York	41.18895	-79.51782	401			PA	031	04696	
5183151	Canoe Ridge	canoe-ridge	US		0	America/New_York	40.86368	-78.93587	499			PA	063	11120	
5183173	Canyon Vista	canyon-vista	US		0	America/New_York	41.46619	-76.56467	527	Canyon Vista,Canyon Vista Overlook,Loyalsock Canyon Vista		PA	113	26736	
5183185	Caprivi	caprivi	US		0	America/New_York	40.24398	-77.23165	146			PA	041	55216	
5183192	Carbon Center	carbon-center	US		0	America/New_York	40.87312	-79.79339	342			PA	019	75184	
5183220	Cardiff	cardiff	US		0	America/New_York	40.49507	-78.83391	575			PA	021	06736	
5183230	Carley Brook	carley-brook	US		0	America/New_York	41.62787	-75.23517	359			PA	127	57000	
5183244	Carlisle Junction	carlisle-junction	US		0	America/New_York	40.12426	-77.17665	165			PA	041	72336	
5183248	Carlim	carlim	US		0	America/New_York	40.48702	-78.16973	248			PA	013	11760	
5183254	Carlson	carlson	US		0	America/New_York	41.58395	-78.8392	611			PA	047	34464	
5183258	Carlisle Springs	carlisle-springs	US		0	America/New_York	40.27092	-77.16443	146			PA	041	49072	
5183271	Carmona	carmona	US		0	America/New_York	41.12228	-80.10284	375			PA	085	43104	
5183292	Carnwath	carnwath	US		0	America/New_York	40.86339	-78.51225	453			PA	033	40296	
5183297	Carnot	carnot	US		0	America/New_York	40.51701	-80.22145	348			PA	003	50784	
5183309	Carpenter Hollow	carpenter-hollow	US		0	America/New_York	41.54813	-75.81658	245			PA	131	14360	
5183316	Carpenter Town	carpenter-town	US		0	America/New_York	41.56202	-75.7088	300			PA	069	05696	
5183318	Carpentertown	carpentertown	US		0	America/New_York	40.18535	-79.51643	331			PA	129	51888	
5183326	Carriage Stop	carriage-stop	US		0	America/New_York	40.09928	-74.93211	25			PA	017	05616	
5183327	Carrick	carrick	US		0	America/New_York	40.39646	-79.99033	334			PA	003	61000	
5183329	Carrick Valley	carrick-valley	US		0	America/New_York	40.05981	-77.86527	442			PA	055	48888	
5183335	Carroll Manor	carroll-manor	US		0	America/New_York	40.13426	-77.0122	156			PA	133	11432	
5183343	Carrolltown Road	carrolltown-road	US		0	America/New_York	40.59757	-78.7278	564			PA	021	82688	
5183368	Carsontown	carsontown	US		0	America/New_York	41.40785	-77.33275	239			PA	081	60328	
5183371	Cartin	cartin	US		0	America/New_York	40.58508	-76.84914	213			PA	043	49264	
5183373	Cartwrights Crossing	cartwrights-crossing	US		0	America/New_York	41.6684	-78.7492	644			PA	083	84312	
5183378	Carverton	carverton	US		0	America/New_York	41.3373	-75.86492	264			PA	079	39792	
5183396	Casey Highlands	casey-highlands	US		0	America/New_York	40.17955	-75.06462	80			PA	017	80952	
5183399	Casey Village	casey-village	US		0	America/New_York	40.19511	-75.04711	104			PA	017	80952	
5183420	Castle Garden	castle-garden	US		0	America/New_York	41.33145	-78.14028	247			PA	023	29008	
5183421	Castle Garden	castle-garden	US		0	America/New_York	40.86482	-75.41046	226			PA	089	22904	
5183425	Castle Rock Acres	castle-rock-acres	US		0	America/New_York	41.09287	-75.10907	325			PA	089	49080	
5183426	Castle Rocks	castle-rocks	US		0	America/New_York	41.09785	-77.24164	372			PA	035	16976	
5183428	Castle Shannon	castle-shannon	US		8235	America/New_York	40.36479	-80.02228	313	Kasl Shanon,Касл Шанон		PA	003	11680	
5183430	Castle Valley	castle-valley	US		0	America/New_York	40.28733	-75.15906	67	Bartons Ford,Castle Valley		PA	017	19792	
5183449	Catfish	catfish	US		0	America/New_York	41.00645	-79.58671	259			PA	031	46464	
5183481	Cavettsville	cavettsville	US		0	America/New_York	40.37562	-79.76116	272	Cavettsville,Trafford City		PA	129	55128	
5183484	Cease Mills	cease-mills	US		0	America/New_York	41.25258	-76.02715	368			PA	079	61656	
5183485	Ceasetown	ceasetown	US		0	America/New_York	41.25786	-76.01298	283			PA	079		
5183495	Cedar Cliff	cedar-cliff	US		0	America/New_York	40.22842	-76.90275	114			PA	041	44832	
5183520	Cedar Heights	cedar-heights	US		0	America/New_York	40.08428	-75.28935	63			PA	091	84624	
5183533	Cedar Knoll	cedar-knoll	US		0	America/New_York	40.03177	-75.82717	192			PA	029	82576	
5183539	Cedar Ledge	cedar-ledge	US		0	America/New_York	41.63952	-76.87052	364			PA	015	11168	
5183543	Cedar Pines	cedar-pines	US		0	America/New_York	41.50951	-77.45609	250			PA	081	09280	
5183547	Cedar Hollow	cedar-hollow	US		0	America/New_York	40.07261	-75.5227	89			PA	029	77344	
5183561	Cedarbrook	cedarbrook	US		0	America/New_York	40.08317	-75.1599	110	Cedarbrook,Cedarbrook Hills		PA	091	12968	
5183564	Cedarbrook County Home	cedarbrook-county-home	US		0	America/New_York	40.57676	-75.54463	109	Cedar Brook Rest Home,Cedarbrook County Home,Lehigh County Home		PA	077	72632	
5183574	Celia	celia	US		0	America/New_York	40.81506	-80.22867	264			PA	007	27336	
5183576	Cementon	cementon	US		1538	America/New_York	40.68926	-75.50768	96	Cementon,Sidfrieds Ferry,Siegfrieds,Siegfrieds Bridge,Siegfrieds Ferry,White Hall,Whitehall		PA	077		
5183583	Centennial Acres	centennial-acres	US		0	America/New_York	40.34842	-76.82469	141			PA	043	45056	
5183610	Center Corner	center-corner	US		0	America/New_York	41.95617	-80.44729	216			PA	049	73048	
5183612	Center Bridge	center-bridge	US		0	America/New_York	40.40038	-74.97961	30			PA	017	71752	
5183623	Center Moreland	center-moreland	US		0	America/New_York	41.42008	-75.9302	383	Center Moreland,Centre Moreland		PA	131	55232	
5183626	Center Road	center-road	US		0	America/New_York	41.712	-80.41701	349	Center Road,Summit Station		PA	039	15728	
5183661	Center Square	center-square	US		0	America/New_York	40.1051	-76.19968	104			PA	071	82824	
5183662	Center Square	center-square	US		0	America/New_York	40.16705	-75.2899	78	Center Square,Centre Square		PA	091	84888	
5183663	Center Square	center-square	US		0	America/New_York	40.29592	-77.54999	238			PA	099	76920	
5183668	Center Union	center-union	US		0	America/New_York	40.5384	-77.96084	211			PA	061	56808	
5183686	Centerville (historical)	centerville-historical	US		0	America/New_York	40.38952	-79.07336	329	Centerville (historical),Centreville,Huff		PA	063	84184	
5183726	Central Highlands	central-highlands	US		0	America/New_York	40.27396	-79.8306	331			PA	003	23000	
5183730	Central Oak Heights	central-oak-heights	US		0	America/New_York	41.01147	-76.87024	182			PA	119	39136	
5183768	Centre Hill	centre-hill	US		0	America/New_York	40.81868	-77.64666	373	Centre Hill,Sinking Creek		PA	027	62360	
5183783	Cereal	cereal	US		0	America/New_York	40.31451	-79.72366	329	Cereal,Lindencross		PA	129	55128	
5183786	Cessna	cessna	US		0	America/New_York	40.09452	-78.52557	336			PA	009	04952	
5183791	Cetronia	cetronia	US		2115	America/New_York	40.58676	-75.52963	100	Cedarville,Cetronia,East Macungie		PA	077	72632	
5183797	Chain	chain	US		0	America/New_York	40.73759	-75.9452	225			PA	107	83792	
5183799	Chaintown	chaintown	US		0	America/New_York	40.09702	-79.65532	309			PA	129	21304	
5183800	Chalfant	chalfant	US		791	America/New_York	40.40868	-79.83894	318			PA	003	12496	
5183812	Chalybeate	chalybeate	US		0	America/New_York	40.02814	-78.48474	328			PA	009	04952	
5183824	Chambers Mill	chambers-mill	US		0	America/New_York	40.09952	-80.24339	340			PA	125	72176	
5183829	Chamouni	chamouni	US		0	America/New_York	40.05868	-79.8731	341			PA	051	37872	
5183845	Chapel	chapel	US		0	America/New_York	40.43621	-75.54546	124			PA	011	34016	
5183863	Chapman Lake	chapman-lake	US		0	America/New_York	41.54925	-75.59797	492			PA	069	68400	
5183901	Charlottsville	charlottsville	US		0	America/New_York	40.64479	-78.27696	289	Charlottesville,Charlottsville		PA	013	02680	
5183905	Charming Forge	charming-forge	US		0	America/New_York	40.38954	-76.17217	108			PA	011	47440	
5183907	Charter Oaks	charter-oaks	US		0	America/New_York	42.08839	-80.13756	227			PA	049	49548	
5183908	Charteroak	charteroak	US		0	America/New_York	40.67784	-77.90945	284			PA	061	04288	
5183910	Chartiers	chartiers	US		0	America/New_York	40.46062	-80.07644	236	Chartiers,McKee's Rocks		PA	003	61000	
5183914	Charlies Grove	charlies-grove	US		0	America/New_York	40.53118	-78.89336	507			PA	021	06736	
5183921	Chartwood	chartwood	US		0	America/New_York	40.26509	-76.78803	150			PA	043	75672	
5183927	Chatham Run	chatham-run	US		0	America/New_York	41.17146	-77.36525	168			PA	035	60360	
5183933	Checkerville	checkerville	US		0	America/New_York	41.91007	-76.76023	451	Checkersville,Checkerville		PA	015	72096	
5183940	Chelten Hills	chelten-hills	US		0	America/New_York	40.07872	-75.14684	94			PA	091	12968	
5183948	Cheltenham Village	cheltenham-village	US		0	America/New_York	40.06678	-75.09962	36			PA	091	12968	
5183962	Cherry City	cherry-city	US		0	America/New_York	40.49479	-79.96283	262			PA	003	69584	
5183963	Cherry Corner	cherry-corner	US		0	America/New_York	40.88589	-78.64114	502			PA	033	31376	
5183966	Cherry Flats	cherry-flats	US		0	America/New_York	41.73174	-77.17469	450			PA	117	16680	
5183968	Cherry Grove	cherry-grove	US		0	America/New_York	40.29786	-78.06389	368			PA	061	11600	
5183969	Cherry Grove	cherry-grove	US		0	America/New_York	41.69617	-79.14449	592			PA	123	13056	
5183989	Cherry Dale	cherry-dale	US		0	America/New_York	40.08011	-75.26129	70			PA	091	84624	
5183994	Cherry Lane	cherry-lane	US		0	America/New_York	40.56923	-79.55977	295			PA	005	39968	
5183999	Cherry Mills	cherry-mills	US		0	America/New_York	41.50369	-76.45883	406			PA	113	13000	
5184002	Cherry Ridge	cherry-ridge	US		0	America/New_York	41.53175	-75.27851	374			PA	127	13096	
5184009	Cherry Run	cherry-run	US		0	America/New_York	41.05534	-77.97862	442			PA	027	71608	
5184025	Cherry Run	cherry-run	US		0	America/New_York	40.84952	-77.35443	283			PA	119	32952	
5184026	Cherry Run	cherry-run	US		0	America/New_York	41.63423	-78.99643	418			PA	123	69992	
5184065	Cherrytown	cherrytown	US		0	America/New_York	41.68119	-76.2791	214			PA	015	76408	
5184066	Cherrytown	cherrytown	US		0	America/New_York	40.29397	-78.24168	291	Cherrytown,Shy Beaver		PA	061	35688	
5184067	Cherrytree	cherrytree	US		0	America/New_York	41.53284	-79.71839	395	Cherry Tree,Cherrytree		PA	121	13136	
5184080	Chester Hill	chester-hill	US		859	America/New_York	40.88978	-78.22835	447			PA	033	13240	
5184086	Chesterbrook	chesterbrook	US		4589	America/New_York	40.07566	-75.45908	49			PA	029	77344	
5184089	Chestnut Crossroads	chestnut-crossroads	US		0	America/New_York	40.05037	-77.45276	241			PA	041	71904	
5184096	Chestnut Grove	chestnut-grove	US		0	America/New_York	41.02506	-78.66003	599	Chestnut Grove,Packersville		PA	033	07008	
5184097	Chestnut Grove	chestnut-grove	US		0	America/New_York	40.64118	-79.1317	437			PA	063	84472	
5184098	Chestnut Grove	chestnut-grove	US		0	America/New_York	41.18536	-76.58412	342			PA	081	27432	
5184151	Chestnut Ridge Acres	chestnut-ridge-acres	US		0	America/New_York	40.54705	-75.10295	178			PA	017	08592	
5184173	Chestnut View	chestnut-view	US		0	America/New_York	40.04121	-76.36996	122			PA	071	21232	
5184174	Chestnut Wood Village	chestnut-wood-village	US		0	America/New_York	40.06011	-74.98295	9			PA	101	60000	
5184181	Chevy Chase Heights	chevy-chase-heights	US		1502	America/New_York	40.63673	-79.1442	438			PA	063	84472	
5184183	Chewton	chewton	US		488	America/New_York	40.88895	-80.3259	276			PA	073	81776	
5184185	Chickaree	chickaree	US		0	America/New_York	40.4459	-78.88169	724			PA	021	37352	
5184190	Chickentown	chickentown	US		0	America/New_York	40.68121	-75.38879	120			PA	095	32432	
5184191	Chickies	chickies	US		0	America/New_York	40.05704	-76.52469	85	Chickies,Chikiswalungo,Chiques		PA	071	21032	
5184214	Chillisquaque	chillisquaque	US		0	America/New_York	40.94259	-76.85497	139			PA	097	82712	
5184235	Chippewa	chippewa	US		0	America/New_York	41.23786	-76.7769	164			PA	081		
5184242	Choconut	choconut	US		0	America/New_York	41.97869	-75.99964	340			PA	115	13504	
5184275	Christian Corner	christian-corner	US		0	America/New_York	40.83093	-75.54935	213			PA	025	45128	
5184277	Christian Hill	christian-hill	US		0	America/New_York	41.85035	-77.35165	481			PA	117	12880	
5184281	Christian Springs	christian-springs	US		0	America/New_York	40.73426	-75.34074	133	Albrechts Brun,Albrechts Brunn,Albrechts Spring,Christian Brunn,Christian Spring,Christian Springs,Christiansbrunn,Christianspring,Nolamattink,Nolamattunk,Nolemattink		PA	095	79192	
5184289	Christmans	christmans	US		0	America/New_York	40.96814	-75.64408	472			PA	025	58968	
5184291	Christmansville	christmansville	US		0	America/New_York	40.97648	-75.67491	449			PA	025	58968	
5184292	Christy Manor	christy-manor	US		0	America/New_York	40.7384	-79.52866	294			PA	005	46976	
5184295	Christleys Mills	christleys-mills	US		0	America/New_York	41.07951	-80.07367	353			PA	019	71192	
5184298	Chrystal	chrystal	US		0	America/New_York	41.95979	-78.03	565	Chrystal,Crystal		PA	105	57288	
5184300	Chulasky	chulasky	US		0	America/New_York	40.95398	-76.66468	137			PA	097	61832	
5184346	Churchill	churchill	US		2979	America/New_York	40.4384	-79.8431	330			PA	003	13608	
5184350	Churchill Valley	churchill-valley	US		0	America/New_York	40.45896	-79.83366	337			PA	003	59032	
5184354	Churchtown	churchtown	US		0	America/New_York	40.16509	-77.08415	157	Allen,Churchtown		PA	041	50472	
5184355	Churchtown	churchtown	US		470	America/New_York	40.13315	-75.96466	172			PA	071	10704	
5184378	Circle Ville	circle-ville	US		0	America/New_York	40.78923	-77.90611	369			PA	027	25624	
5184391	City View	city-view	US		0	America/New_York	40.47535	-80.00061	356			PA	003	61000	
5184395	Claghorn	claghorn	US		0	America/New_York	40.48785	-79.07503	389			PA	063	09624	
5184401	Cisna Run	cisna-run	US		0	America/New_York	40.35258	-77.4311	195			PA	099	72624	
5184404	Clappertown	clappertown	US		0	America/New_York	40.40313	-78.27529	343	Barbara,Clappertown,Morrell		PA	013	36496	
5184405	Clappville	clappville	US		0	America/New_York	41.69645	-79.7945	384			PA	039	74016	
5184411	Clapp Lease	clapp-lease	US		0	America/New_York	41.39923	-79.52894	477			PA	121	60472	
5184418	Clarendon Heights	clarendon-heights	US		0	America/New_York	41.79145	-79.10532	430			PA	123	48272	
5184426	Clarion Junction	clarion-junction	US		0	America/New_York	41.23701	-79.41699	441			PA	031	57536	
5184469	Clarks Green	clarks-green	US		1476	America/New_York	41.49286	-75.69964	393			PA	069	13880	
5184482	Clarks View	clarks-view	US		0	America/New_York	41.22092	-76.28632	276			PA	079	24752	
5184485	Clarkstown	clarkstown	US		0	America/New_York	41.19869	-76.72551	165	Clarketown,Clarkstown		PA	081	52288	
5184487	Claussville	claussville	US		0	America/New_York	40.61426	-75.6538	203	Claussville,Clausville		PA	077	45168	
5184495	Clay Ridge	clay-ridge	US		0	America/New_York	40.5026	-75.11545	158			PA	017	76784	
5184504	Claypoole Heights	claypoole-heights	US		0	America/New_York	40.62145	-79.19281	398			PA	063	84472	
5184514	Claytonia	claytonia	US		0	America/New_York	41.00979	-79.967	375			PA	019	13936	
5184522	Clear Ridge	clear-ridge	US		0	America/New_York	40.08925	-77.995	355			PA	057	20112	
5184524	Clear Run	clear-run	US		0	America/New_York	41.13756	-78.75475	439			PA	033	67792	
5184537	Clear Springs	clear-springs	US		0	America/New_York	40.00426	-76.7358	122			PA	133	46872	
5184538	Clear View	clear-view	US		0	America/New_York	40.00649	-76.6933	165			PA	133	72992	
5184555	Clearfield Junction	clearfield-junction	US		0	America/New_York	41.00117	-78.39724	359			PA	033	08032	
5184559	Clearview	clearview	US		0	America/New_York	40.0626	-76.30135	110	Clearview,Dillerville		PA	071	46896	
5184562	Clearview Manor	clearview-manor	US		0	America/New_York	40.27509	-76.78803	157			PA	043	45056	
5184577	Clemo	clemo	US		0	America/New_York	41.50398	-75.32407	365			PA	127	13096	
5184584	Cleona	cleona	US		2135	America/New_York	40.33731	-76.47552	135			PA	075	14160	
5184593	Cleversburg	cleversburg	US		0	America/New_York	40.03759	-77.4661	240			PA	041	71904	
5184594	Cleversburg Junction	cleversburg-junction	US		0	America/New_York	40.05037	-77.46471	229			PA	041	71904	
5184609	Cliffs (historical)	cliffs-historical	US		0	America/New_York	40.01925	-78.47835	325			PA	009	04952	
5184646	Cloe	cloe	US		0	America/New_York	40.93701	-78.93253	382			PA	065	05200	
5184650	Clokeyville (historical)	clokeyville-historical	US		0	America/New_York	40.18118	-80.13756	310			PA	125	72504	
5184654	Clover Creek	clover-creek	US		0	America/New_York	40.30647	-78.27918	395	Clover Creek,Fredricksburg		PA	013	55592	
5184661	Clover Hill	clover-hill	US		0	America/New_York	40.08591	-79.97894	370	Clover Hill,Garwood		PA	125	83840	
5184665	Clover Run	clover-run	US		0	America/New_York	40.93395	-78.78003	626			PA	033	05192	
5184676	Club Estates	club-estates	US		0	America/New_York	40.33009	-76.84553	145			PA	043	45056	
5184683	Cloverly Acres	cloverly-acres	US		0	America/New_York	40.55286	-76.93553	183			PA	043	79216	
5184697	Coal Castle	coal-castle	US		0	America/New_York	40.72287	-76.24522	265	Coal Castle,Coal Castle Crossing,Greenbury		PA	107	53376	
5184709	Coal Hollow	coal-hollow	US		0	America/New_York	40.72951	-79.77755	337			PA	019	10000	
5184710	Coal Hollow	coal-hollow	US		0	America/New_York	41.34506	-78.6103	533	Coal Hollow,Toby Mines		PA	047	27088	
5184712	Coal Glen	coal-glen	US		0	America/New_York	41.21173	-78.85475	508			PA	065	81264	
5184714	Coal Junction	coal-junction	US		0	America/New_York	40.13619	-79.06197	561	Coal Junction,Coal Junction Station		PA	111	38032	
5184757	Coaltown	coaltown	US		0	America/New_York	41.04451	-79.97256	371			PA	019	12992	
5184758	Coaltown	coaltown	US		0	America/New_York	41.03923	-80.34701	328			PA	073	53064	
5184763	Cobalt Ridge	cobalt-ridge	US		0	America/New_York	40.1565	-74.86905	24			PA	017	49120	
5184772	Cobblesville	cobblesville	US		0	America/New_York	40.08537	-77.33221	214	Cobblerville,Cobblesville		PA	041	58824	
5184779	Cobham	cobham	US		0	America/New_York	41.72395	-79.33394	342	Cobham,Cobham Station		PA	123	18560	
5184784	Cocalico	cocalico	US		0	America/New_York	40.2887	-76.20328	170			PA	071	82728	
5184787	Cocalico House	cocalico-house	US		0	America/New_York	40.28176	-76.20356	157			PA	071	82728	
5184804	Cochrans Mills	cochrans-mills	US		0	America/New_York	40.67006	-79.4581	321	Cochrans Mills,Cochrons Mills		PA	005	10344	
5184812	Cochrans Mill	cochrans-mill	US		0	America/New_York	40.29174	-79.96116	338			PA	003	37955	
5184813	Coder	coder	US		0	America/New_York	41.14479	-79.11337	389			PA	065	66032	
5184815	Codding	codding	US		0	America/New_York	41.82035	-76.60828	395			PA	015	71312	
5184821	Codorus Furnace	codorus-furnace	US		0	America/New_York	40.05093	-76.65774	101			PA	133	33728	
5184829	Coffeetown	coffeetown	US		0	America/New_York	40.32592	-76.59025	184			PA	075	55176	
5184830	Coffeetown	coffeetown	US		0	America/New_York	40.64871	-75.57769	149			PA	077	55576	
5184831	Coffeetown	coffeetown	US		0	America/New_York	40.61899	-75.20768	55	Coffeetown,Coffeytown,Deemer,Diemers,Dimers		PA	095	85256	
5184835	Coffman	coffman	US		0	America/New_York	40.05174	-79.38198	434			PA	051	67640	
5184844	Coggins Corner	coggins-corner	US		0	America/New_York	41.61703	-75.3724	445			PA	127	14352	
5184849	Coheva	coheva	US		0	America/New_York	40.34592	-76.44996	145	Cohera,Coheva		PA	075	83312	
5184851	Coilton	coilton	US		0	America/New_York	40.70954	-75.24462	91			PA	095	26728	
5184854	Cokeburg Junction	cokeburg-junction	US		0	America/New_York	40.10868	-80.03144	300			PA	125	71792	
5184859	Cokeville (historical)	cokeville-historical	US		0	America/New_York	40.4184	-79.25559	286			PA	129	18968	
5184866	Cold Run	cold-run	US		0	America/New_York	40.19676	-75.8327	156			PA	011	65320	
5184868	Cold Point	cold-point	US		0	America/New_York	40.1115	-75.27157	43			PA	091	61664	
5184893	Coldbrook	coldbrook	US		0	America/New_York	40.04091	-79.57615	284	Coalbrook,Coldbrook		PA	051	10152	
5184895	Coldsborough Manor	coldsborough-manor	US		0	America/New_York	40.13398	-76.74858	101			PA	133	53224	
5184897	Coldspring Crossing	coldspring-crossing	US		0	America/New_York	40.15566	-75.45519	49			PA	091	45080	
5184911	Cole Hill	cole-hill	US		0	America/New_York	40.01316	-75.96773	160			PA	071	67568	
5184917	Colebrookdale	colebrookdale	US		0	America/New_York	40.3076	-75.65213	96			PA	011	19664	
5184920	Colegrove	colegrove	US		0	America/New_York	41.72867	-78.38585	464			PA	083	55632	
5184943	Coles Mill	coles-mill	US		0	America/New_York	41.18925	-76.47967	266			PA	037	31392	
5184946	Coles Creek	coles-creek	US		0	America/New_York	41.24147	-76.36466	264			PA	037	75048	
5184949	Colesville	colesville	US		0	America/New_York	40.57204	-75.3924	142	Colesville,Otts		PA	077	79288	
5184957	College	college	US		0	America/New_York	41.80369	-77.07469	345			PA	117	47080	
5184958	College Heights	college-heights	US		0	America/New_York	40.37426	-75.89798	143			PA	011	52200	
5184961	College Hill	college-hill	US		0	America/New_York	40.77784	-80.32395	272			PA	007	04792	
5184972	Colley	colley	US		0	America/New_York	41.53452	-76.28632	462			PA	113	15208	
5184984	Collinsburg	collinsburg	US		1125	America/New_York	40.22424	-79.76838	238			PA	129	66376	
5184987	Collomsville	collomsville	US		0	America/New_York	41.14758	-77.14302	241			PA	081	43352	
5184996	Colonial Crest	colonial-crest	US		0	America/New_York	40.32676	-76.82803	141			PA	043	45056	
5185001	Colonial Estates	colonial-estates	US		0	America/New_York	40.30426	-76.79969	153			PA	043	45056	
5185002	Colonial Hills	colonial-hills	US		0	America/New_York	40.28176	-76.01549	212			PA	011	17720	
5185003	Colonial Hills	colonial-hills	US		0	America/New_York	40.32676	-76.82303	134			PA	043	45056	
5185004	Colonial Hills	colonial-hills	US		0	America/New_York	40.56563	-77.61194	172			PA	087	30480	
5185005	Colonial Manor	colonial-manor	US		0	America/New_York	40.02065	-76.34829	100			PA	071	41224	
5185006	Colonial Park	colonial-park	US		13229	America/New_York	40.30064	-76.80969	152			PA	043	45056	
5185007	Colonial Park	colonial-park	US		0	America/New_York	41.00425	-76.83913	173			PA	097	50016	
5185009	Colonial Park Farms	colonial-park-farms	US		0	America/New_York	40.29009	-76.81303	153			PA	043	45056	
5185013	Colonial Terrace	colonial-terrace	US		0	America/New_York	40.34175	-76.80636	147			PA	043	45056	
5185015	Colonial Village	colonial-village	US		0	America/New_York	40.07289	-75.39352	77			PA	091	79136	
5185016	Colonial Village	colonial-village	US		0	America/New_York	41.44395	-79.68477	453			PA	121	16232	
5185017	Colonial Wood	colonial-wood	US		0	America/New_York	40.29926	-76.82969	147			PA	043	45056	
5185018	Colonial Woods	colonial-woods	US		0	America/New_York	40.18454	-76.82803	180			PA	133	24936	
5185019	Colonial Woods South	colonial-woods-south	US		0	America/New_York	40.18176	-76.82886	186			PA	133	24936	
5185020	Colony Arms	colony-arms	US		0	America/New_York	40.12677	-75.43796	57			PA	091	45080	
5185028	Colts Station	colts-station	US		0	America/New_York	42.11839	-79.82338	436	Colt Station,Colt's Station,Colts Station		PA	049	31008	
5185037	Columbia Hill	columbia-hill	US		0	America/New_York	41.04148	-76.56523	345	Columbia Hill,New Columbia		PA	093	83144	
5185061	Colyer	colyer	US		0	America/New_York	40.78423	-77.67583	368	Collyer,Colyer		PA	027	62360	
5185064	Colza	colza	US		0	America/New_York	41.91533	-79.60533	424			PA	123	15408	
5185072	Comettsburg	comettsburg	US		0	America/New_York	40.48062	-80.49785	341			PA	007	32392	
5185073	Comly	comly	US		0	America/New_York	41.11953	-76.72885	181			PA	093	02664	
5185089	Compass	compass	US		0	America/New_York	40.0226	-75.94245	158	Compass,Compassville		PA	029	82664	
5185095	Conashaugh	conashaugh	US		0	America/New_York	41.27121	-74.84906	148			PA	103	18704	
5185122	Concrete Bridge Crossing	concrete-bridge-crossing	US		0	America/New_York	40.53729	-78.86725	494			PA	021	06736	
5185123	Condit Crossing	condit-crossing	US		0	America/New_York	40.06563	-80.23006	304			PA	125	02384	
5185125	Condron	condron	US		0	America/New_York	40.60701	-78.50835	493			PA	021	18432	
5185128	Conemaugh	conemaugh	US		1350	America/New_York	40.32674	-78.90808	370			PA	021	38288	
5185135	Conashaugh Lakes	conashaugh-lakes	US		1294	America/New_York	41.30593	-74.98962	436			PA	103	19272	
5185151	Conestoga Gardens	conestoga-gardens	US		0	America/New_York	40.03232	-76.27718	89			PA	071	41216	
5185162	Conestoga Woods	conestoga-woods	US		0	America/New_York	40.03788	-76.27496	85			PA	071	41224	
5185165	Conewago	conewago	US		0	America/New_York	40.15815	-76.66025	128			PA	071	82816	
5185169	Coneville	coneville	US		0	America/New_York	41.90396	-78.06473	489			PA	105	33512	
5185173	Conewago Heights	conewago-heights	US		0	America/New_York	40.08565	-76.71663	112			PA	133	53224	
5185186	Congo	congo	US		0	America/New_York	40.35093	-75.58379	130			PA	091		
5185190	Congress Hill	congress-hill	US		0	America/New_York	41.09922	-78.28029	474			PA	033	29224	
5185195	Congruity	congruity	US		0	America/New_York	40.3984	-79.50365	354			PA	129	67496	
5185198	Conklin Hill	conklin-hill	US		0	America/New_York	41.73731	-75.08295	384			PA	127	18104	
5185206	Connaughtown	connaughtown	US		0	America/New_York	40.07983	-75.31379	34	Connaughton,Connaughtown		PA	091	61664	
5185207	Conneaut Center	conneaut-center	US		0	America/New_York	41.71228	-80.45007	352			PA	039	15728	
5185214	Conneaut Lake Park	conneaut-lake-park	US		0	America/New_York	41.63561	-80.31479	332	Conneaut Lake Park,Exposition Park		PA	039	75200	
5185227	Conneautville Station	conneautville-station	US		0	America/New_York	41.76061	-80.40229	326			PA	039	72840	
5185241	Connerton	connerton	US		0	America/New_York	40.79953	-76.27356	301			PA	107	10488	
5185259	Conpitt Junction	conpitt-junction	US		0	America/New_York	40.3759	-79.10253	325			PA	063	84184	
5185269	Conshohocken Station	conshohocken-station	US		0	America/New_York	40.06039	-75.33907	68	Conshohocken Station,Mechanicsville		PA	091	79136	
5185279	Content	content	US		0	America/New_York	41.11006	-79.14448	448	Content,Mount Pleasant		PA	065	14408	
5185307	Cookport	cookport	US		0	America/New_York	40.69951	-78.91197	489	Cookport,Minta		PA	063	30816	
5185312	Cook Tomb	cook-tomb	US		0	America/New_York	41.32867	-79.19643	408			PA	053	04224	
5185319	Cooks Run	cooks-run	US		0	America/New_York	41.2809	-77.87583	242			PA	035	55744	
5185321	Cooks Summit	cooks-summit	US		0	America/New_York	40.70673	-79.53949	348			PA	005	05992	
5185326	Cool Spring	cool-spring	US		0	America/New_York	41.29311	-80.24034	346	Coal Spring,Cold Spring,Cool Spring,Cool Springs Station		PA	085	15992	
5185330	Coolbaugh	coolbaugh	US		0	America/New_York	41.0626	-75.06879	154			PA	089	49080	
5185335	Cool Valley	cool-valley	US		0	America/New_York	40.28979	-80.15645	309	Cool Valley,Hickman		PA	125	11800	
5185336	Coolidge Hollow	coolidge-hollow	US		0	America/New_York	41.69007	-77.29248	470			PA	117	18760	
5185353	Coon Hunter	coon-hunter	US		0	America/New_York	40.77592	-77.05498	159			PA	109	27440	
5185357	Coon Island	coon-island	US		0	America/New_York	40.11174	-80.46146	304	Coon Island,Vienna		PA	125	19464	
5185366	Coons Corners	coons-corners	US		0	America/New_York	41.71617	-80.2095	382	Coon Corners,Coon's Corners,Coons Corner,Coons Corners		PA	039	33256	
5185368	Coontown	coontown	US		0	America/New_York	41.66895	-78.7217	652			PA	083	84312	
5185369	Cooper Corners	cooper-corners	US		0	America/New_York	41.58785	-75.92325	302			PA	131	77792	
5185375	Cooper Settlement	cooper-settlement	US		0	America/New_York	41.03145	-78.10779	475			PA	033	16040	
5185383	Coopersdale	coopersdale	US		0	America/New_York	40.35563	-78.93725	351			PA	021	38288	
5185396	Copella	copella	US		0	America/New_York	40.8001	-75.36851	199	Copella,Copello,Newtown		PA	095	50824	
5185146	Conestoga	conestoga	US	17516	0	America/New_York	40.14232	-75.83493	197			PA	029	83664	
5185409	Coraopolis Heights	coraopolis-heights	US		0	America/New_York	40.46562	-80.20589	336			PA	003	25904	
5185413	Corbettown	corbettown	US		0	America/New_York	40.96701	-79.18198	384			PA	065	64960	
5185422	Cordelia	cordelia	US		0	America/New_York	40.05149	-76.47441	162			PA	071	83152	
5185425	Corduroy	corduroy	US		0	America/New_York	41.50978	-78.93448	492			PA	047	34464	
5185433	Cork	cork	US		0	America/New_York	40.49118	-80.32895	351			PA	003	25904	
5185436	Cork Lane	cork-lane	US		0	America/New_York	41.31258	-75.78575	210			PA	079	61056	
5185438	Corliss	corliss	US		0	America/New_York	40.45396	-80.06506	291			PA	003	61000	
5185448	Corner Ketch	corner-ketch	US		0	America/New_York	40.03705	-75.74966	174			PA	029	20864	
5185449	Corner Store	corner-store	US		0	America/New_York	40.1176	-75.50491	45	Corner Store,Corner Stores		PA	029	68288	
5185452	Cornog	cornog	US		0	America/New_York	40.07677	-75.75466	110			PA	029	80616	
5185455	Cornplanter (historical)	cornplanter-historical	US		0	America/New_York	41.94173	-78.93309	404			PA	123	23064	
5185467	Cornwall Center	cornwall-center	US		0	America/New_York	40.27731	-76.41302	169			PA	075	16256	
5185469	Cornwall Furnace	cornwall-furnace	US		0	America/New_York	40.27065	-76.40579	194	Cornwall Furnace,Cornwall Iron Furnace		PA	075	16256	
5185470	Cornwall Junction	cornwall-junction	US		0	America/New_York	40.34259	-76.43996	146			PA	075	42168	
5185475	Cornwell	cornwell	US		0	America/New_York	40.06956	-74.96795	18			PA	017	05616	
5185480	Cornwells Heights	cornwells-heights	US		1391	America/New_York	40.07678	-74.94878	24	Cornwell,Cornwells Heights,Maud		PA	017	05616	
5185485	Cornwells Manor	cornwells-manor	US		0	America/New_York	40.07178	-74.94795	12			PA	017	05616	
5185498	Corsons	corsons	US		0	America/New_York	40.10844	-75.27462	39	Carsons Station,Corsons		PA	091	61664	
5185502	Corwins Corners	corwins-corners	US		0	America/New_York	41.93229	-78.58114	482	Corwins Corners,Corwins Lake		PA	083	26936	
5185503	Corydon (historical)	corydon-historical	US		0	America/New_York	41.98784	-78.98032	504			PA	123	23064	
5185505	Coryland	coryland	US		0	America/New_York	41.90063	-76.85829	592			PA	015	82144	
5185506	Coryville	coryville	US		0	America/New_York	41.88256	-78.39835	440	Coryville,Frisbee		PA	083	38912	
5185508	Cosmus	cosmus	US		0	America/New_York	40.94618	-79.54255	261			PA	005	46456	
5185510	Costello	costello	US		0	America/New_York	41.5934	-78.05945	366	Costello,North Wharton		PA	105	62072	
5185514	Cottage	cottage	US		0	America/New_York	40.6209	-77.98445	227			PA	061	82352	
5185517	Cottage Hill	cottage-hill	US		0	America/New_York	41.01034	-79.34726	412			PA	031	62144	
5185521	Cottles Corner	cottles-corner	US		0	America/New_York	40.13675	-78.3414	294			PA	009	35656	
5185525	Cotton Town	cotton-town	US		0	America/New_York	40.27952	-78.48085	384			PA	013	31000	
5185530	Couchtown	couchtown	US		0	America/New_York	40.32453	-77.46221	210			PA	099	72624	
5185539	Coudley	coudley	US		0	America/New_York	41.072	-78.2389	314			PA	033	29224	
5185554	Country Club Estates	country-club-estates	US		0	America/New_York	40.00676	-76.78108	146			PA	133	46872	
5185555	Country Club Heights	country-club-heights	US		0	America/New_York	40.06649	-76.2744	101			PA	071	46896	
5185556	Country Club West	country-club-west	US		0	America/New_York	40.0151	-76.78136	137			PA	133	46872	
5185557	Country Estates	country-estates	US		0	America/New_York	40.18426	-77.01803	151			PA	041	78736	
5185567	County Line	county-line	US		0	America/New_York	40.16511	-75.06017	67			PA	017	79296	
5185588	Courtdale	courtdale	US		735	America/New_York	41.28008	-75.91214	225			PA	079	16568	
5185595	Courtneys Mills	courtneys-mills	US		0	America/New_York	41.11312	-80.07423	367			PA	085	43104	
5185600	Courtney	courtney	US		0	America/New_York	40.21868	-79.96866	245			PA	125	78432	
5185616	Covedale	covedale	US		0	America/New_York	40.48257	-78.17279	257			PA	013	86144	
5185618	Coventry Close	coventry-close	US		0	America/New_York	40.27009	-76.92636	122			PA	041	21680	
5185620	Coventryville	coventryville	US		0	America/New_York	40.17343	-75.68936	89			PA	029	72088	
5185621	Cover Hill	cover-hill	US		0	America/New_York	40.32563	-78.88891	552			PA	021	15552	
5185622	Coverdale	coverdale	US		0	America/New_York	40.32535	-80.03728	372			PA	003		
5185623	Coverdale	coverdale	US		0	America/New_York	40.87895	-80.36395	288			PA	073	53184	
5185627	Coverts	coverts	US		0	America/New_York	40.9945	-80.41618	249	Covert,Coverts		PA	073	54768	
5185628	Coveville	coveville	US		0	America/New_York	41.21231	-75.26796	363			PA	089	04320	
5185640	Covode	covode	US		0	America/New_York	40.8809	-79.01559	469			PA	063	55184	
5185642	Coveytown	coveytown	US		0	America/New_York	41.54674	-76.45383	499			PA	113	13000	
5185653	Cowanesque	cowanesque	US		0	America/New_York	41.93313	-77.49721	400			PA	117	82976	
5185659	Cowans Village	cowans-village	US		0	America/New_York	40.00175	-77.91389	338	Cowan Village,Cowans Village		PA	055	48888	
5185660	Cowansburg	cowansburg	US		0	America/New_York	40.25451	-79.75366	251	Cowansburg,Lash		PA	129	69392	
5185681	Coxes Village	coxes-village	US		0	America/New_York	40.93536	-75.92631	519	Coxes Village,Cross Village		PA	025	04048	
5185685	Coxtown (historical)	coxtown-historical	US		0	America/New_York	40.31398	-76.89914	100	Coxtown (historical),Coxtown Pond		PA	043	75528	
5185688	Coy Junction	coy-junction	US		0	America/New_York	40.53646	-79.15253	353			PA	063	35408	
5185691	Coyleville	coyleville	US		0	America/New_York	40.8534	-79.72838	419			PA	019	14048	
5185708	Cracker Jack	cracker-jack	US		0	America/New_York	40.16757	-79.96449	258			PA	125	11424	
5185709	Crackersport	crackersport	US		0	America/New_York	40.60176	-75.56213	133	Crackenport,Crackers Port,Crackersport,South White Hall,South Whitehall		PA	077	72632	
5185716	Crabtree Hollow	crabtree-hollow	US		0	America/New_York	40.154	-74.83377	9			PA	017	08768	
5185721	Crafton	crafton	US		5876	America/New_York	40.43507	-80.06617	267	Brodhead,Crafton,Crafton Heights,Krafton,Крафтон		PA	003	16848	
5185733	Craigs	craigs	US		0	America/New_York	40.83231	-76.14383	452			PA	107	46584	
5185735	Craigs Meadow	craigs-meadow	US		0	America/New_York	41.03676	-75.1374	149	Craig's Meadow,Craigs Meadow		PA	089	71344	
5185739	Cramer	cramer	US		0	America/New_York	40.41979	-78.99253	371			PA	063	22048	
5185740	Cramer	cramer	US		0	America/New_York	41.01478	-78.83031	411			PA	065	33816	
5185795	Crates	crates	US		0	America/New_York	41.11062	-79.26976	441			PA	031	43344	
5185800	Crawford Corners	crawford-corners	US		0	America/New_York	41.17284	-79.76727	439			PA	121	69016	
5185819	Crawfordtown	crawfordtown	US		0	America/New_York	40.99006	-78.9692	413			PA	065	87168	
5185828	Creamton	creamton	US		0	America/New_York	41.67397	-75.37824	381			PA	127	14352	
5185843	Crescent Heights	crescent-heights	US		0	America/New_York	40.05535	-79.93727	311			PA	125	83840	
5185844	Crescent Hills	crescent-hills	US		0	America/New_York	40.4709	-79.82477	346			PA	003	59032	
5185846	Crescent Lake	crescent-lake	US		0	America/New_York	41.07481	-75.38268	542			PA	089	61728	
5185852	Crescentville	crescentville	US		0	America/New_York	40.04456	-75.10101	41			PA	101	60000	
5185859	Creslo	creslo	US		0	America/New_York	40.33313	-78.75919	486	Creslo,Creslo Station		PA	021	00308	
5185873	Crest View	crest-view	US		0	America/New_York	40.20259	-76.69275	135			PA	043	44464	
5185874	Crestmont	crestmont	US		0	America/New_York	41.17618	-77.37164	208			PA	035	20408	
5185875	Crestmont	crestmont	US		0	America/New_York	40.13567	-75.12795	106			PA	091	00156	
5185876	Crestmont	crestmont	US		0	America/New_York	41.41397	-76.57384	650			PA	113	20648	
5185877	Crestmont Farms	crestmont-farms	US		0	America/New_York	40.07344	-74.97795	26			PA	101	60000	
5185881	Crestmont Village	crestmont-village	US		0	America/New_York	40.59229	-80.27145	361			PA	007	35640	
5185884	Crestview Manor	crestview-manor	US		0	America/New_York	40.27509	-76.74469	141			PA	043	72200	
5185887	Crestwyck	crestwyck	US		0	America/New_York	40.10511	-75.3913	59			PA	091	79136	
5185896	Criders Corners	criders-corners	US		0	America/New_York	40.6859	-80.10062	331			PA	019	16920	
5185912	Croft	croft	US		0	America/New_York	41.07895	-78.33446	336			PA	033	30152	
5185918	Cromby	cromby	US		0	America/New_York	40.14788	-75.52797	37			PA	029	60120	
5185924	Crolls Mills	crolls-mills	US		0	America/New_York	41.02062	-80.04395	346			PA	019	83376	
5185955	Crookham	crookham	US		0	America/New_York	40.20924	-79.98422	243			PA	125	78432	
5185963	Cross Creek	cross-creek	US		137	America/New_York	40.32896	-80.40923	405			PA	125	17314	
5185976	Cross Keys	cross-keys	US		0	America/New_York	40.44591	-78.43251	311	Beryl,Cross Keys		PA	013	00852	
5185977	Cross Keys	cross-keys	US		0	America/New_York	40.32761	-75.12823	115			PA	017	09816	
5185978	Cross Keys	cross-keys	US		0	America/New_York	40.35786	-77.7036	281			PA	067	40752	
5185989	Crossgrove	crossgrove	US		0	America/New_York	40.73758	-77.31999	242			PA	109	82464	
5185990	Crossingville	crossingville	US		0	America/New_York	41.82978	-80.23895	344	Crossingville,Cussewango Crossing		PA	039	17848	
5185993	Crossland	crossland	US		0	America/New_York	40.0373	-79.60559	292			PA	051	20224	
5185995	Crosskill Mills	crosskill-mills	US		0	America/New_York	40.44787	-76.35273	145			PA	011	06008	
5186015	Crosswicks	crosswicks	US		0	America/New_York	40.09678	-75.09128	71			PA	091	00156	
5186044	Croydon Acres	croydon-acres	US		0	America/New_York	40.09844	-74.90183	7			PA	017	08768	
5186045	Croydon Heights	croydon-heights	US		0	America/New_York	40.09622	-74.89489	8			PA	017	08768	
5186050	Croyland	croyland	US		0	America/New_York	41.35756	-78.81697	416			PA	047	72928	
5186057	Crumb	crumb	US		0	America/New_York	40.14841	-78.72669	740			PA	111	69448	
5186059	Crums Corners	crums-corners	US		0	America/New_York	40.36175	-77.17137	195			PA	099	11416	
5186085	Cuba Mills	cuba-mills	US		0	America/New_York	40.59063	-77.40666	134	Cuba Mill,Cuba Mills		PA	067	25648	
5186087	Cuba Mines	cuba-mines	US		0	America/New_York	40.88839	-78.23557	461			PA	033	13240	
5186097	Culmerville	culmerville	US		0	America/New_York	40.65423	-79.83894	348			PA	003	82800	
5186099	Culp	culp	US		0	America/New_York	40.58035	-78.26001	318			PA	013	78176	
5186113	Cumiskey	cumiskey	US		0	America/New_York	41.56896	-76.32383	511			PA	015	85544	
5186124	Cummingswood Park	cummingswood-park	US		0	America/New_York	40.12146	-79.40448	552			PA	129	51888	
5186132	Cumminsville	cumminsville	US		0	America/New_York	40.12092	-77.31582	201			PA	041	58824	
5186133	Cupola	cupola	US		0	America/New_York	40.09927	-75.84522	171			PA	029	83664	
5186135	Curfew	curfew	US		0	America/New_York	40.04146	-79.75837	364			PA	051	27400	
5186145	Curry	curry	US		0	America/New_York	40.33201	-79.98561	307			PA	003	03928	
5186147	Curry Hill	curry-hill	US		0	America/New_York	41.23814	-75.96325	209			PA	079	61648	
5186148	Curry Run	curry-run	US		0	America/New_York	40.91256	-78.66586	383	Curry Run,Lewisville		PA	033	31376	
5186155	Currys Mills	currys-mills	US		0	America/New_York	41.08812	-80.06395	373			PA	019	71192	
5186157	Curtin	curtin	US		0	America/New_York	40.97228	-77.74389	205	Curtains,Curtin		PA	027	07424	
5186179	Cush Creek	cush-creek	US		0	America/New_York	40.77173	-78.85531	518			PA	063	50624	
5186187	Cush Cushion Crossing	cush-cushion-crossing	US		0	America/New_York	40.72118	-78.86309	447			PA	063	30816	
5186202	Custards	custards	US		0	America/New_York	41.53033	-80.15923	332	Custards,Glendale		PA	039	31400	
5186209	Cynwyd Estates	cynwyd-estates	US		0	America/New_York	40.00289	-75.24296	94			PA	091	44976	
5186213	Cypher	cypher	US		0	America/New_York	40.09258	-78.31112	291			PA	009	35656	
5186232	Dagus	dagus	US		0	America/New_York	41.36173	-78.61586	585			PA	047	27088	
5186233	Daguscahonda	daguscahonda	US		0	America/New_York	41.41951	-78.65558	458			PA	047	64792	
5186238	Dahoga	dahoga	US		0	America/New_York	41.59923	-78.72392	492			PA	047	38368	
5186250	Dale Summit	dale-summit	US		0	America/New_York	40.8359	-77.79361	340			PA	027	15136	
5186253	Dalevue	dalevue	US		0	America/New_York	40.7959	-77.82917	328			PA	027	15136	
5186254	Daley	daley	US		0	America/New_York	40.08591	-78.73808	798			PA	111	69448	
5186293	Dampman	dampman	US		0	America/New_York	40.10399	-75.87272	189			PA	029	35536	
5186310	Dannersville	dannersville	US		0	America/New_York	40.74371	-75.4349	221			PA	095	50824	
5186313	Dantown	dantown	US		0	America/New_York	41.70672	-80.39145	353			PA	039	75160	
5186324	Darbytown	darbytown	US		0	America/New_York	41.61092	-75.06934	202			PA	127	18104	
5186355	Dark Water	dark-water	US		0	America/New_York	40.73537	-76.19966	270	Broad Mountain,Dark Water,Newcastle Station		PA	107	53376	
5186381	Dauberville	dauberville	US		848	America/New_York	40.4637	-75.98188	100			PA	011	12344	
5186410	David Manor	david-manor	US		0	America/New_York	40.29176	-76.79497	154			PA	043	45056	
5186414	Davidson Heights	davidson-heights	US		0	America/New_York	40.5834	-80.25978	347			PA	007	35640	
5186444	Davistown	davistown	US		0	America/New_York	40.04146	-79.40337	431			PA	051	67640	
5186450	Dawn Acres	dawn-acres	US		0	America/New_York	41.33758	-75.50713	496			PA	069	46480	
5186463	Dawson Run	dawson-run	US		0	America/New_York	41.53673	-79.43977	325			PA	053	32704	
5186466	Daylesford	daylesford	US		0	America/New_York	40.039	-75.4602	140			PA	029	21928	
5186477	De Sale	de-sale	US		0	America/New_York	41.14062	-79.82477	437			PA	019	79904	
5186478	De Turksville	de-turksville	US		0	America/New_York	40.57676	-76.33023	202			PA	107	81312	
5186510	Dean	dean	US		0	America/New_York	40.62201	-78.50057	470			PA	021	18432	
5186520	Deardorffs Mill	deardorffs-mill	US		0	America/New_York	40.02537	-77.08081	154	Deardorffs Mill,Deardorffs Mills		PA	001	41672	
5186534	Deckard	deckard	US		0	America/New_York	41.5245	-79.97561	380	Deckard,Deckards		PA	039	81736	
5186548	Deckers Point	deckers-point	US		0	America/New_York	40.76118	-78.97975	468			PA	063	30416	
5186549	Deckertown	deckertown	US		0	America/New_York	41.66008	-75.82742	366			PA	115	41656	
5186551	Decorum	decorum	US		0	America/New_York	40.10092	-77.85722	292			PA	061	20120	
5186552	Dee	dee	US		0	America/New_York	40.93506	-79.44338	256	Dee,Stewardson Furnace		PA	005	60280	
5186555	Deegan	deegan	US		0	America/New_York	41.12534	-79.87894	378	Deegan,Goff,Goff Station		PA	019	79904	
5186557	Deemers Crossroads	deemers-crossroads	US		0	America/New_York	41.11867	-78.92781	513	Deemers Cross Roads,Deemers Crossroads		PA	065	85840	
5186558	Deemston	deemston	US		716	America/New_York	40.02591	-80.03033	349			PA	125	18496	
5186609	Deer Lake	deer-lake	US		673	America/New_York	40.62509	-76.06049	150			PA	107	18576	
5186653	Degolia	degolia	US		0	America/New_York	41.91479	-78.65114	464	Degolia,Degolier		PA	083	08048	
5186664	Delabole	delabole	US		0	America/New_York	40.85204	-75.2424	183	Blue Mountain,Delabole,Delapole,Lard Town,Newton,Schmals Stadt,Schmalzstadt,Schmalzstady		PA	095	61088	
5186665	Delaire Landing	delaire-landing	US		0	America/New_York	40.04678	-74.98628	7			PA	101	60000	
5186666	Delamater Corners	delamater-corners	US		0	America/New_York	41.69895	-80.002	381			PA	039	64600	
5186669	Deibler	deibler	US		0	America/New_York	40.87897	-76.62774	157			PA	097	69608	
5186683	Delaware Grove	delaware-grove	US		0	America/New_York	41.30367	-80.29506	394			PA	085	18688	
5186689	Delaware Run	delaware-run	US		0	America/New_York	41.13675	-76.85107	163	Delaware Run,Deleware Run		PA	097	18696	
5186708	Delhill Corners	delhill-corners	US		0	America/New_York	42.15506	-79.86311	406			PA	049	31008	
5186715	Dellville	dellville	US		0	America/New_York	40.36397	-77.11581	121	Dellville,Delville		PA	099	84368	
5186725	Delps	delps	US		0	America/New_York	40.80204	-75.44991	228	Delps,Delpsburg		PA	095	50824	
5186727	Delta Manor	delta-manor	US		0	America/New_York	40.6576	-75.40713	110			PA	095	32432	
5186732	Dempseytown	dempseytown	US		0	America/New_York	41.51311	-79.77811	447			PA	121	56024	
5186733	Demunds Corners	demunds-corners	US		0	America/New_York	41.38063	-75.94381	388			PA	079	18056	
5186734	Denbeau Heights	denbeau-heights	US		0	America/New_York	40.02424	-79.91616	280			PA	125	12224	
5186736	Denholm	denholm	US		0	America/New_York	40.60091	-77.43332	145			PA	067	49392	
5186742	Dennis Mills	dennis-mills	US		0	America/New_York	41.06036	-76.31827	180			PA	037	54880	
5186753	Dennys Corners	dennys-corners	US		0	America/New_York	41.67367	-80.2245	340			PA	039	33256	
5186754	Dennys Mills	dennys-mills	US		0	America/New_York	40.78062	-79.73144	414	Denny Mills,Dennys Mills		PA	019	85784	
5186757	Denton Hill	denton-hill	US		0	America/New_York	41.76034	-77.88055	741			PA	105	75720	
5186760	Dents Run	dents-run	US		0	America/New_York	41.35812	-78.26723	281			PA	047	05576	
5186764	Deodate	deodate	US		0	America/New_York	40.21343	-76.62136	176			PA	043	15640	
5186771	Derringer	derringer	US		0	America/New_York	40.94981	-76.1441	333			PA	079	06672	
5186773	Derringer Corners	derringer-corners	US		0	America/New_York	40.92589	-80.46479	321			PA	073	54768	
5186791	Derstines	derstines	US		0	America/New_York	40.34427	-75.30851	108	Derstein,Derstines		PA	017	83960	
5186795	Desire	desire	US		0	America/New_York	41.02534	-78.89031	463			PA	065	33816	
5186802	Detters Mill	detters-mill	US		0	America/New_York	40.01426	-76.9272	116	Detters Mill,Roler		PA	133	81056	
5186810	Detwood	detwood	US		0	America/New_York	41.23228	-78.78281	444	Delwood,Detwood		PA	065	71632	
5186853	Devon Close	devon-close	US		0	America/New_York	40.06678	-74.95461	6			PA	017	05616	
5186856	Devonshire Crest	devonshire-crest	US		0	America/New_York	40.31287	-76.74303	145			PA	043	83128	
5186857	Devonshire Estates	devonshire-estates	US		0	America/New_York	40.30342	-76.77636	140			PA	043	45056	
5186858	Devonshire Heights	devonshire-heights	US		0	America/New_York	40.31287	-76.77636	148			PA	043	45056	
5186859	Devonshire Hills	devonshire-hills	US		0	America/New_York	40.30509	-76.79136	148			PA	043	45056	
5186868	Dewey Corner	dewey-corner	US		0	America/New_York	41.32813	-76.82218	348			PA	081	79024	
5186870	Dewey Heights	dewey-heights	US		0	America/New_York	40.68371	-75.51268	148			PA	077		
5186896	Dias	dias	US		0	America/New_York	40.48118	-79.04447	397			PA	063	09624	
5186898	Diamondtown	diamondtown	US		0	America/New_York	40.8012	-76.41745	328			PA	097	51504	
5186905	Dick	dick	US		0	America/New_York	40.25813	-79.73532	288			PA	129	69392	
5186924	Dickson City	dickson-city	US		5877	America/New_York	41.47147	-75.60769	234	Dickson,Dickson City,Priceburg,Priceville		PA	069	19160	
5186930	Dicksonburg	dicksonburg	US		0	America/New_York	41.70533	-80.35201	309			PA	039	75160	
5186932	Dicksonville	dicksonville	US		467	America/New_York	40.71618	-79.00725	390			PA	063	30816	
5186933	Dickville	dickville	US		0	America/New_York	41.30814	-75.86714	172			PA	079	84272	
5186934	Didier	didier	US		0	America/New_York	40.60343	-75.34129	73			PA	095	06088	
5186935	Diebertsville	diebertsville	US		0	America/New_York	40.68482	-75.6463	163	Deibertsville,Diebertsville		PA	077	33616	
5186937	Dieffenbach	dieffenbach	US		0	America/New_York	41.07453	-76.68468	158			PA	093	18952	
5186945	Dieners Hill	dieners-hill	US		0	America/New_York	40.7012	-76.17716	215			PA	107	21616	
5186949	Dietrichtown	dietrichtown	US		0	America/New_York	40.7051	-75.20795	104	Dietrichtown,Dietrichville		PA	095	21648	
5186952	Diehltown	diehltown	US		0	America/New_York	40.78617	-78.56502	434			PA	033	04888	
5186957	Dillingerville	dillingerville	US		0	America/New_York	40.47788	-75.4849	209	Dillinger,Dillingers,Dillingers Ville,Dillingersville,Dillingerville,Stahlers		PA	077	44992	
5186960	Dillontown	dillontown	US		0	America/New_York	41.8687	-75.26628	276			PA	127	09824	
5186964	Dillsburg Junction	dillsburg-junction	US		0	America/New_York	40.2162	-77.0322	125			PA	041	70792	
5186971	Dime	dime	US		0	America/New_York	40.65618	-79.53282	303	Dime,Parksville		PA	005	58160	
5186977	Dimmsville	dimmsville	US		0	America/New_York	40.60592	-77.13609	164			PA	067	31424	
5186993	Dinsmore	dinsmore	US		0	America/New_York	40.38062	-80.43034	334			PA	125	71288	
5186996	Dippel Manor	dippel-manor	US		0	America/New_York	40.9837	-76.02159	490	Dippel Manor,Dipple Manor		PA	079	75064	
5187031	Dixon Corner	dixon-corner	US		0	America/New_York	41.27617	-78.97031	484			PA	065	61920	
5187039	Doane	doane	US		0	America/New_York	41.57285	-77.33498	286	Doan Cave,Doane,Doane Cave		PA	117	51096	
5187048	Dock Hollow	dock-hollow	US		0	America/New_York	40.69868	-79.66921	329			PA	005	72000	
5187051	Doctor Heights	doctor-heights	US		0	America/New_York	40.68673	-80.28145	299			PA	007	50320	
5187056	Dock Junction	dock-junction	US		0	America/New_York	42.10589	-80.11867	216			PA	049	24000	
5187076	Dog Town	dog-town	US		0	America/New_York	40.78034	-79.52588	241			PA	005	46976	
5187077	Dogtown	dogtown	US		0	America/New_York	40.96064	-76.29049	296	Dogtown,Hubbellville		PA	037	04704	
5187078	Dogtown	dogtown	US		0	America/New_York	40.26676	-76.28495	191			PA	075	33608	
5187079	Dogtown	dogtown	US		0	America/New_York	41.13925	-76.14632	164			PA	079	67456	
5187080	Dogtown	dogtown	US		0	America/New_York	40.80508	-76.86386	136			PA	109	69216	
5187081	Dogtown	dogtown	US		0	America/New_York	41.57924	-76.92413	323			PA	117	78416	
5187082	Dogwood Hollow	dogwood-hollow	US		0	America/New_York	40.14261	-74.83989	10			PA	017	08768	
5187085	Dolington	dolington	US		0	America/New_York	40.26511	-74.89544	79	Dolington,Dolinton,Dollington,Lower Makefield		PA	017	79128	
5187101	Donaldsons Crossroads	donaldsons-crossroads	US		0	America/New_York	40.27313	-80.12672	299			PA	125	59608	
5187104	Donation	donation	US		0	America/New_York	40.56674	-77.93778	241			PA	061	56808	
5187116	Donegal Springs	donegal-springs	US		0	America/New_York	40.1001	-76.56636	112			PA	071	21032	
5187124	Donerville	donerville	US		0	America/New_York	40.03732	-76.4083	121	Donerville,Donnerville		PA	071	21232	
5187126	Donley	donley	US		0	America/New_York	40.15035	-80.42784	315			PA	125	19464	
5187128	Donnally Mills	donnally-mills	US		0	America/New_York	40.51703	-77.23693	154			PA	099	77960	
5187130	Donnellytown	donnellytown	US		0	America/New_York	40.28564	-77.09776	144			PA	041	49072	
5187131	Donner Crossroads	donner-crossroads	US		0	America/New_York	41.42783	-80.38034	328			PA	085	83976	
5187133	Donegal Heights	donegal-heights	US		0	America/New_York	40.1001	-76.51663	116			PA	071	21032	
5187138	Donohoe	donohoe	US		0	America/New_York	40.31424	-79.47448	360	Donahoe,Donohoe,Donohue		PA	129	78656	
5187140	Dooleyville	dooleyville	US		0	America/New_York	40.79036	-76.43023	318			PA	097	51504	
5187150	Dormont	dormont	US		8465	America/New_York	40.3959	-80.03311	363	Dormont,Дормонт,ڈورمونٹ، پنسلوانیا		PA	003	19576	
5187156	Dorlan	dorlan	US		0	America/New_York	40.0476	-75.7166	84	Dorian,Dorlan,Dorlans Mills		PA	029	20864	
5187157	Dorneyville	dorneyville	US		4406	America/New_York	40.5751	-75.51963	116	Dorneysville,Dorneyville		PA	077	72632	
5187165	Dorseyville	dorseyville	US		0	America/New_York	40.57701	-79.88866	313			PA	003	36808	
5187172	Dotter	dotter	US		0	America/New_York	41.21173	-79.72283	278			PA	121	65560	
5187173	Dotters Corners	dotters-corners	US		0	America/New_York	40.94481	-75.52019	290	Dotters Corners,Dottersville		PA	089	61928	
5187182	Dotyville	dotyville	US		0	America/New_York	41.67006	-79.60005	381			PA	123	72600	
5187194	Doubling Gap	doubling-gap	US		0	America/New_York	40.28064	-77.41915	253	Doubling Gap,Public Camp		PA	041	44984	
5187199	Doughertys Mills	doughertys-mills	US		0	America/New_York	41.03784	-80.02978	357			PA	019	71192	
5187211	Douglassville (historical)	douglassville-historical	US		0	America/New_York	40.7751	-75.33629	167			PA	095	10400	
5187222	Dowler Junction	dowler-junction	US		0	America/New_York	40.8284	-78.79114	398	Dowler Junction,Dowler Junction Station		PA	033	10288	
5187223	Dowley Corners	dowley-corners	US		0	America/New_York	41.94894	-80.26478	321			PA	049	27392	
5187224	Dowlin	dowlin	US		0	America/New_York	40.03872	-75.7066	85			PA	029	79480	
5187240	Downtown	downtown	US		0	America/New_York	40.44062	-80.00616	223	Downtown,Downtown Pittsburgh,Golden Triangle		PA	003	61000	
5187258	Doyles Mills	doyles-mills	US		0	America/New_York	40.48452	-77.51471	161			PA	067	04560	
5187277	Drakes Creek	drakes-creek	US		0	America/New_York	40.97175	-75.7113	259			PA	025	58968	
5187278	Drakes Mills	drakes-mills	US		0	America/New_York	41.82978	-80.082	349	Drake's Mills,Drakes Mills		PA	039	10904	
5187279	Draketown	draketown	US		0	America/New_York	41.11312	-77.46915	189			PA	035	03912	
5187280	Draketown	draketown	US		0	America/New_York	41.91117	-80.07561	391	Draketown,Itley		PA	049	81224	
5187282	Drane	drane	US		0	America/New_York	40.87895	-78.27974	500			PA	033	18456	
5187291	Drehersville	drehersville	US		0	America/New_York	40.64259	-76.01743	152			PA	107	20880	
5187292	Dreibelbis	dreibelbis	US		0	America/New_York	40.55482	-75.87937	102			PA	011	31352	
5187298	Dreshertowne	dreshertowne	US		0	America/New_York	40.17511	-75.14128	94			PA	091	35808	
5187307	Drexel Hills	drexel-hills	US		0	America/New_York	40.22592	-76.88164	133			PA	041	53464	
5187314	Drinker	drinker	US		0	America/New_York	41.39508	-75.46463	439			PA	069	37896	
5187320	Dromgold	dromgold	US		0	America/New_York	40.3462	-77.19165	142			PA	099	11416	
5187324	Druid Hills	druid-hills	US		0	America/New_York	41.32952	-75.96353	374			PA	079	18048	
5187333	Drury Run	drury-run	US		0	America/New_York	41.32979	-77.7786	212			PA	035	64200	
5187345	Dry Hill	dry-hill	US		0	America/New_York	40.06091	-79.61365	355			PA	051	79344	
5187423	Dry Top	dry-top	US		0	America/New_York	40.95673	-77.79639	296			PA	027	07424	
5187425	Dry Tavern	dry-tavern	US		0	America/New_York	40.80704	-75.72102	255			PA	025	46640	
5187427	Dry Valley Crossroads	dry-valley-crossroads	US		0	America/New_York	40.89175	-76.91441	180			PA	119	78424	
5187430	Dryville	dryville	US		398	America/New_York	40.46426	-75.74964	227			PA	011	65544	
5187446	Dublin Mills	dublin-mills	US		0	America/New_York	40.12064	-78.02639	245	Dublin Mill,Dublin Mills		PA	057	76176	
5187453	Duboistown	duboistown	US		1208	America/New_York	41.22258	-77.03691	162	Dubbistown,Duboistown		PA	081	20144	
5187468	Duckrun	duckrun	US		0	America/New_York	40.90923	-80.27034	335	Duck Run,Duckrun		PA	073	70080	
5187472	Duff City	duff-city	US		0	America/New_York	40.60146	-80.12895	278	Doff City,Duff City		PA	003	27552	
5187474	Duffryn Mawr	duffryn-mawr	US		0	America/New_York	40.03677	-75.49464	153			PA	029	85352	
5187513	Duncott	duncott	US		0	America/New_York	40.71203	-76.24356	237			PA	107	53376	
5187514	Dundaff	dundaff	US		0	America/New_York	41.65397	-75.55157	490			PA	115	14224	
5187520	Dundore	dundore	US		0	America/New_York	40.7287	-76.85581	130			PA	109	78408	
5187521	Dungarvin	dungarvin	US		0	America/New_York	40.70895	-78.08195	340			PA	061	81104	
5187528	Dunkle	dunkle	US		0	America/New_York	40.21313	-80.41868	305			PA	125	35696	
5187569	Dunningsville	dunningsville	US		0	America/New_York	40.18563	-80.08117	373	Denningsville,Dunningsville		PA	125	71792	
5187570	Dunningtown	dunningtown	US		0	America/New_York	40.42118	-79.58226	338			PA	129		
5187573	Dunnstown	dunnstown	US		1360	America/New_York	41.1459	-77.42137	197			PA	035	86448	
5187574	Dunring	dunring	US		0	America/New_York	41.51006	-78.99754	441	Duhring,Dunring		PA	053	38016	
5187575	Dunsfort	dunsfort	US		0	America/New_York	40.19035	-80.50007	271			PA	125	36800	
5187583	Duquesne Heights	duquesne-heights	US		0	America/New_York	40.43535	-80.02005	347			PA	003	61000	
5187591	Durell	durell	US		0	America/New_York	41.72535	-76.36772	243	Centre,Durell		PA	015	03360	
5187595	Durham Furnace	durham-furnace	US		0	America/New_York	40.57955	-75.19712	44	Durham Furnace,Hewitt		PA	017	20480	
5187596	Durham Hill Farms	durham-hill-farms	US		0	America/New_York	40.56316	-75.22851	128			PA	017	20480	
5187606	Durlach	durlach	US		0	America/New_York	40.23148	-76.22967	134			PA	071	13960	
5187609	Durward	durward	US		0	America/New_York	41.82645	-78.13751	511			PA	105	13760	
5187619	Dutch Corner	dutch-corner	US		0	America/New_York	40.0898	-78.42779	363			PA	009	04952	
5187622	Dutch Hill	dutch-hill	US		0	America/New_York	41.06506	-79.63783	435			PA	031	59456	
5187624	Dutch Hill	dutch-hill	US		0	America/New_York	40.00646	-79.97033	288			PA	051	45560	
5187627	Dutch Hill	dutch-hill	US		0	America/New_York	41.23783	-80.39673	361	Dutch Hill,Filers Corners		PA	085	34064	
5187654	Dutotsburg (historical)	dutotsburg-historical	US		0	America/New_York	40.98843	-75.13962	101			PA	089	18736	
5187667	Dyberry	dyberry	US		0	America/New_York	41.63648	-75.25906	314			PA	127	20576	
5187674	Dyerstown	dyerstown	US		0	America/New_York	40.34094	-75.12489	95			PA	017	61616	
5187679	Dykeman Spring	dykeman-spring	US		0	America/New_York	40.04203	-77.51526	203			PA	041	70352	
5187683	Dysertown	dysertown	US		0	America/New_York	40.44424	-78.59363	641			PA	021	17144	
5187714	Eaglehurst	eaglehurst	US		0	America/New_York	42.09561	-80.1634	217			PA	049	49548	
5187721	Eagles Mere Park	eagles-mere-park	US		0	America/New_York	41.42508	-76.58078	613			PA	113	20648	
5187723	Eagleton Fields	eagleton-fields	US		0	America/New_York	41.20201	-77.63499	529	Eagleton,Eagleton Fields		PA	035	31680	
5187732	Eakin Corner	eakin-corner	US		0	America/New_York	41.17339	-79.81339	423	Eakin Corner,Eakins Corners		PA	121	69016	
5187745	Earlston	earlston	US		1122	America/New_York	40.00619	-78.37001	331			PA	009	83920	
5187748	Earlyville	earlyville	US		0	America/New_York	41.36145	-78.62197	579	Earley,Earlyville		PA	047	27088	
5187751	Earnestville	earnestville	US		0	America/New_York	40.84922	-78.28307	461			PA	027	66736	
5187752	East Allegheny	east-allegheny	US		0	America/New_York	40.45812	-79.99144	273			PA	003	61000	
5187755	East Allentown	east-allentown	US		0	America/New_York	40.60649	-75.4474	106	Bridgetown,East Allentown,Mingo		PA	077	02000	
5187756	East Altoona	east-altoona	US		0	America/New_York	40.54729	-78.36474	345			PA	013	44328	
5187757	East Ararat	east-ararat	US		0	America/New_York	41.79231	-75.48574	620			PA	115	02792	
5187759	East Athens	east-athens	US		0	America/New_York	41.96007	-76.5055	240			PA	015	03400	
5187760	East Bangor	east-bangor	US		1566	America/New_York	40.87954	-75.18379	213	Delpsburg,Delpsburgh,East Bangor		PA	095	20776	
5187762	East Beech	east-beech	US		0	America/New_York	41.07701	-77.54999	190			PA	035	04992	
5187764	East Benton	east-benton	US		0	America/New_York	41.57675	-75.65936	327			PA	069	05696	
5187767	East Berwick	east-berwick	US		2007	America/New_York	41.06203	-76.22243	178			PA	079	67456	
5187769	East Bloomsburg	east-bloomsburg	US		0	America/New_York	40.99064	-76.43494	176			PA	037	11744	
5187533	Dunlap	dunlap	US	37327	0	America/New_York	40.18872	-74.86905	55			PA	017	25112	
5187866	East Carnegie	east-carnegie	US		0	America/New_York	40.41562	-80.07533	235			PA	003	61000	
5187868	East Charleroi	east-charleroi	US		0	America/New_York	40.13924	-79.8881	252			PA	129	66376	
5187874	East Conemaugh	east-conemaugh	US		1159	America/New_York	40.34868	-78.88364	394			PA	021	20992	
5187891	East Elizabeth	east-elizabeth	US		0	America/New_York	40.27507	-79.89088	226			PA	003	82848	
5187892	East End	east-end	US		0	America/New_York	40.52035	-78.37724	369			PA	013	02184	
5187893	East End	east-end	US		0	America/New_York	40.91367	-77.75333	279			PA	027	05256	
5187905	East Falls	east-falls	US		0	America/New_York	40.01456	-75.19157	45			PA	101	60000	
5187906	East Ferney	east-ferney	US		0	America/New_York	41.19618	-77.55443	186			PA	035	14960	
5187909	East Fogelsville	east-fogelsville	US		0	America/New_York	40.58593	-75.61935	146			PA	077	79104	
5187912	East Finley	east-finley	US		0	America/New_York	40.02368	-80.38757	338			PA	125	21144	
5187918	East Franklin	east-franklin	US		0	America/New_York	40.6212	-76.43051	396			PA	107	27248	
5187920	East Fredricktown	east-fredricktown	US		0	America/New_York	40.00285	-79.99339	241	East Fredericktown,East Fredricktown		PA	051	45560	
5187938	East Herrick	east-herrick	US		0	America/New_York	41.80563	-76.21688	388			PA	015	34088	
5187946	East Hill	east-hill	US		0	America/New_York	41.34563	-77.31664	571			PA	081	17696	
5187949	East Hills	east-hills	US		0	America/New_York	40.65843	-75.34324	106			PA	095	06088	
5187952	East Honesdale	east-honesdale	US		0	America/New_York	41.56287	-75.24712	294	East Honesdale,Tracyville		PA	127	35520	
5187955	East Jermyn	east-jermyn	US		0	America/New_York	41.52564	-75.54491	286			PA	069	38096	
5187960	East Kittanning	east-kittanning	US		0	America/New_York	40.81562	-79.51616	257			PA	005	40040	
5187965	East Kane	east-kane	US		0	America/New_York	41.65478	-78.7917	606			PA	083	84312	
5187969	East Lawn	east-lawn	US		0	America/New_York	40.75037	-75.29435	142	East Lawn,Eastlawn Gardens		PA	095	79192	
5187970	East Lawrence	east-lawrence	US		0	America/New_York	41.9823	-77.07608	402			PA	117	41960	
5187973	East Lemon	east-lemon	US		0	America/New_York	41.58619	-75.86575	213			PA	131	42616	
5187975	East Lenox	east-lenox	US		0	America/New_York	41.70064	-75.64352	429			PA	115	42760	
5187976	East Lewisburg	east-lewisburg	US		0	America/New_York	40.96897	-76.87163	136			PA	097	82712	
5187982	East Mahanoy Junction	east-mahanoy-junction	US		0	America/New_York	40.81148	-76.04299	349			PA	107	66944	
5187986	East Marianna	east-marianna	US		0	America/New_York	40.02174	-80.09339	267			PA	125	47400	
5187987	East McKeesport	east-mckeesport	US		2108	America/New_York	40.38312	-79.80644	345			PA	003	21444	
5187990	East Millville	east-millville	US		0	America/New_York	41.12425	-76.51995	234			PA	037	49944	
5187994	East Mines	east-mines	US		0	America/New_York	40.71037	-76.19105	253			PA	107	21616	
5187996	East Moravia	east-moravia	US		0	America/New_York	40.92784	-80.3684	245			PA	073	76192	
5188000	East Nantmeal	east-nantmeal	US		0	America/New_York	40.12232	-75.72937	220			PA	029	21576	
5188003	East New Castle	east-new-castle	US		0	America/New_York	40.97423	-80.31729	314			PA	073	70080	
5188008	East Oak Lane	east-oak-lane	US		0	America/New_York	40.05011	-75.13295	59			PA	101	60000	
5188009	East Oakmont	east-oakmont	US		0	America/New_York	40.52312	-79.81144	299	East Oakmont,McAbee		PA	003	61536	
5188010	East Oreland	east-oreland	US		0	America/New_York	40.12011	-75.18462	70			PA	091	73088	
5188031	East Plumville	east-plumville	US		0	America/New_York	40.79506	-79.1692	365			PA	063	61632	
5188040	East Run	east-run	US		0	America/New_York	40.75201	-78.92281	472			PA	063	30416	
5188042	East Monongahela	east-monongahela	US		0	America/New_York	40.20229	-79.91672	232	Browsdale,East Monongahela		PA	003	26896	
5188046	East Salem	east-salem	US		186	America/New_York	40.60897	-77.23804	187			PA	067	18680	
5188048	East Sandy	east-sandy	US		0	America/New_York	41.33117	-79.76866	295			PA	121	65560	
5188050	East Rush	east-rush	US		0	America/New_York	41.76035	-75.99742	370			PA	115	66776	
5188051	East Saxton	east-saxton	US		0	America/New_York	40.22063	-78.23584	270			PA	009	43072	
5188055	East Shamburg	east-shamburg	US		0	America/New_York	41.56923	-79.61033	514			PA	121	56480	
5188056	East Sharon	east-sharon	US		0	America/New_York	41.97784	-78.14779	450			PA	105	69736	
5188057	East Sharpsburg	east-sharpsburg	US		0	America/New_York	40.33258	-78.36918	397	Blooming Grove,East Sharpsburg,East Sharpsburgh,Pleasant Valley,Plum Creek,Sharpsburg		PA	013	76160	
5188061	East Side	east-side	US		303	America/New_York	41.06147	-75.76936	343			PA	025	21816	
5188072	East Spruce	east-spruce	US		0	America/New_York	41.84009	-75.32962	475			PA	127	62600	
5188073	East Sterling	east-sterling	US		0	America/New_York	41.32675	-75.33685	391			PA	127	19864	
5188083	East Swiftwater	east-swiftwater	US		0	America/New_York	41.10565	-75.30685	343			PA	089	57856	
5188086	East Titusville	east-titusville	US		0	America/New_York	41.622	-79.64227	361			PA	039	56464	
5188087	East Towanda	east-towanda	US		0	America/New_York	41.76508	-76.433	234			PA	015	86912	
5188104	East Warren	east-warren	US		0	America/New_York	41.84673	-79.13643	368			PA	123	81000	
5188105	East Washington	east-washington	US		1966	America/New_York	40.17368	-80.23756	348			PA	125	22016	
5188110	East Wayne	east-wayne	US		0	America/New_York	41.57228	-79.90783	464			PA	039	81736	
5188111	East Weissport	east-weissport	US		0	America/New_York	40.83731	-75.68519	185			PA	025	27368	
5188114	East William Penn	east-william-penn	US		0	America/New_York	40.81231	-76.22077	338			PA	107	83408	
5188117	Eastbrook	eastbrook	US		0	America/New_York	41.04145	-80.27812	297	East Brook,Eastbrook		PA	073	34248	
5188131	Eastland Hills	eastland-hills	US		0	America/New_York	40.03538	-76.2544	116			PA	071	21344	
5188133	Eastlawn Gardens	eastlawn-gardens	US		3307	America/New_York	40.75065	-75.29573	143			PA	095	79192	
5188136	Eastmont	eastmont	US		0	America/New_York	40.43618	-79.81171	350			PA	003	85184	
5188138	Eastmont	eastmont	US		0	America/New_York	40.02871	-76.82775	163			PA	133	15656	
5188142	Easton Anglers	easton-anglers	US		0	America/New_York	41.1787	-75.16129	329			PA	089	62632	
5188155	Eastvale	eastvale	US		222	America/New_York	40.76673	-80.31479	241			PA	007	21968	
5188176	Ebenezer	ebenezer	US		0	America/New_York	40.23509	-76.7758	153			PA	043	45120	
5188177	Ebenezer	ebenezer	US		0	America/New_York	40.35787	-76.45746	171			PA	075	55160	
5188195	Ebensburg Junction	ebensburg-junction	US		0	America/New_York	40.49896	-78.66141	622			PA	021	52360	
5188200	Eberlys Mill	eberlys-mill	US		0	America/New_York	40.22565	-76.90553	114	Eberly's Mills,Eberlys Mill,Milltown		PA	041	44832	
5188206	Echo Beach	echo-beach	US		0	America/New_York	40.06678	-74.94628	6			PA	017	05616	
5188215	Echo Reach	echo-reach	US		0	America/New_York	40.06511	-74.94683	6			PA	017	05616	
5188216	Echo Valley	echo-valley	US		0	America/New_York	40.60009	-76.3919	206			PA	107	77400	
5188218	Eckenrode Mill	eckenrode-mill	US		0	America/New_York	40.5984	-78.65252	533			PA	021	00868	
5188220	Eckert (historical)	eckert-historical	US		0	America/New_York	40.61565	-75.5338	129			PA	077	72632	
5188224	Eastvue	eastvue	US		0	America/New_York	40.4659	-79.80199	342			PA	003	59032	
5188232	Eckville	eckville	US		0	America/New_York	40.63287	-75.95271	160			PA	011	00588	
5188244	Eddington Gardens	eddington-gardens	US		0	America/New_York	40.09928	-74.95517	29			PA	017	05616	
5188245	Eddington Park	eddington-park	US		0	America/New_York	40.09178	-74.94461	30			PA	017	05616	
5188255	Edenburg	edenburg	US		681	America/New_York	40.56648	-75.96049	172	Ededburg,Edenburg		PA	011	85720	
5188256	Edella	edella	US		0	America/New_York	41.51369	-75.66019	481			PA	069	68400	
5188257	Edelman	edelman	US		0	America/New_York	40.79037	-75.2649	142	Edelman,Edelmans		PA	095	61088	
5188262	Eden Heights	eden-heights	US		0	America/New_York	40.07204	-76.27051	98			PA	071	46896	
5188264	Eden Park	eden-park	US		0	America/New_York	40.33174	-79.84477	232			PA	003	46256	
5188266	Edendale	edendale	US		0	America/New_York	40.83756	-78.26696	458			PA	027	66736	
5188267	Edge Hill	edge-hill	US		0	America/New_York	40.20011	-74.85128	54			PA	017	44968	
5188268	Edge Hill	edge-hill	US		0	America/New_York	40.10344	-75.16323	93			PA	091	12968	
5188269	Edgeboro	edgeboro	US		0	America/New_York	40.23566	-74.93017	72			PA	017	54192	
5188271	Edgebrook	edgebrook	US		0	America/New_York	40.39229	-80.01311	356			PA	003	61000	
5188272	Edgebrook	edgebrook	US		0	America/New_York	40.3059	-80.09505	311			PA	125	59608	
5188273	Edgecliff	edgecliff	US		0	America/New_York	40.59979	-79.72366	229			PA	129	44864	
5188275	Edgely	edgely	US		0	America/New_York	40.12872	-74.83433	7	Cold Springs,Edgely		PA	017	08768	
5188278	Edgemere	edgemere	US		0	America/New_York	41.25648	-74.98351	421			PA	103	18704	
5188283	Edgewater Terrace	edgewater-terrace	US		0	America/New_York	40.28618	-79.35115	331			PA	129	78656	
5188295	Edgewood Hills	edgewood-hills	US		0	America/New_York	40.24009	-76.68414	212			PA	043	18936	
5188302	Edgeworth	edgeworth	US		1670	America/New_York	40.55118	-80.19284	225			PA	003	22576	
5188305	Edie	edie	US		83	America/New_York	40.08674	-79.12697	609			PA	111	43440	
5188322	Edisonville	edisonville	US		0	America/New_York	40.30787	-76.40468	170			PA	075	72288	
5188323	Edmon	edmon	US		0	America/New_York	40.52645	-79.4931	273			PA	005	39968	
5188326	Edna Number One	edna-number-one	US		0	America/New_York	40.3009	-79.65143	353			PA	129	33792	
5188327	Edna Number Two	edna-number-two	US		0	America/New_York	40.29285	-79.68865	318			PA	129	33792	
5188332	Edwards Crossing	edwards-crossing	US		0	America/New_York	40.53451	-78.84308	544			PA	021	06736	
5188354	Egypt Corners	egypt-corners	US		0	America/New_York	41.35478	-79.72922	450			PA	121	16944	
5188358	Egypt Mills	egypt-mills	US		0	America/New_York	41.12565	-74.95573	116			PA	103	42512	
5188359	Ehrenfeld	ehrenfeld	US		220	America/New_York	40.37146	-78.77752	466			PA	021	22712	
5188362	Eichelbergertown	eichelbergertown	US		0	America/New_York	40.14314	-78.29612	270			PA	009	35656	
5188366	Eidenau	eidenau	US		0	America/New_York	40.79173	-80.09589	294			PA	019	37344	
5188387	Ekastown	ekastown	US		0	America/New_York	40.71118	-79.77644	370			PA	019	10000	
5188388	El-Do Lake	el-do-lake	US		0	America/New_York	40.95981	-75.53408	352			PA	089	61928	
5188390	Elbell	elbell	US		0	America/New_York	40.91118	-78.90948	438			PA	065	05200	
5188391	Elben	elben	US		0	America/New_York	40.24729	-79.93394	252			PA	125	78432	
5188393	Elbon	elbon	US		0	America/New_York	41.30395	-78.68614	475			PA	047	35816	
5188408	Elderberry Pond	elderberry-pond	US		0	America/New_York	40.15983	-74.82433	9			PA	017	25112	
5188413	Elders Ridge	elders-ridge	US		0	America/New_York	40.57368	-79.40504	373			PA	063	87160	
5188415	Eldersville	eldersville	US		0	America/New_York	40.35201	-80.4784	402			PA	125	37936	
5188425	Eldred Center	eldred-center	US		0	America/New_York	41.74534	-79.55616	459			PA	123	22920	
5188434	Eldredsville	eldredsville	US		0	America/New_York	41.54452	-76.63217	514			PA	113	23144	
5188443	Elephant	elephant	US		0	America/New_York	40.42483	-75.24156	166	Elephant,Ridge		PA	017	04976	
5188451	Eleven Mile	eleven-mile	US		0	America/New_York	41.98229	-77.98611	637			PA	105	57288	
5188454	Elfinwild	elfinwild	US		0	America/New_York	40.54979	-79.95839	271			PA	003	69584	
5188460	Elijah	elijah	US		0	America/New_York	41.81867	-78.94615	407			PA	083	32168	
5188464	Elimsport	elimsport	US		0	America/New_York	41.12786	-77.02052	170			PA	081	81288	
5188507	Elk Lake	elk-lake	US		0	America/New_York	41.75174	-75.9502	428			PA	115	19264	
5188538	Elkdale	elkdale	US		0	America/New_York	41.68175	-75.55324	373	Elkdale,McAltas Mills		PA	115	14224	
5188547	Elkins Park Gardens	elkins-park-gardens	US		0	America/New_York	40.07511	-75.12295	52			PA	091	12968	
5188566	Ella	ella	US		0	America/New_York	41.31006	-79.1906	490			PA	065	04240	
5188569	Ellen Gowan	ellen-gowan	US		0	America/New_York	40.81731	-76.17633	393			PA	107	46584	
5188572	Ellendale Forge	ellendale-forge	US		0	America/New_York	40.39953	-76.85247	134			PA	043	49040	
5188583	Elliotts Mill	elliotts-mill	US		0	America/New_York	40.21037	-77.27248	144			PA	041	83800	
5188584	Elliotts Mills	elliotts-mills	US		0	America/New_York	41.03506	-80.14339	340	Elliot Mills,Elliots Mill,Elliott Mills,Elliotts Mills		PA	073	68408	
5188588	Elliottson	elliottson	US		0	America/New_York	40.20009	-77.27248	152			PA	041	83800	
5188607	Ellport	ellport	US		1141	America/New_York	40.86395	-80.25895	272			PA	073	23280	
5188608	Ellwell	ellwell	US		0	America/New_York	41.57508	-76.26355	391			PA	015	85544	
5188627	Elmbrook Terrace	elmbrook-terrace	US		0	America/New_York	41.35897	-75.56713	512			PA	069	65224	
5188644	Elmwood Terrace	elmwood-terrace	US		0	America/New_York	40.16789	-74.87628	30			PA	017	49120	
5188653	Elstie	elstie	US		0	America/New_York	40.52007	-78.53168	734			PA	021	28336	
5188656	Elstonville	elstonville	US		0	America/New_York	40.20787	-76.41969	153			PA	071	58840	
5188661	Elwood Park	elwood-park	US		0	America/New_York	40.16396	-80.28228	347	Elwood Park,Woodell		PA	125	11176	
5188664	Elwyn Terrace	elwyn-terrace	US		0	America/New_York	40.15621	-76.38663	122			PA	071	58840	
5188677	Emanuelsville	emanuelsville	US		0	America/New_York	40.76037	-75.46018	220	Emanuelsville,Immanualsville,Immanualville,Immanuelsville		PA	095	50824	
5188682	Emerald Lakes	emerald-lakes	US		2886	America/New_York	41.08842	-75.41963	613			PA	089	76960	
5188684	Emerickville	emerickville	US		0	America/New_York	41.13256	-78.98809	486	Emerickville,Emrickville		PA	065	60368	
5188688	Emerald	emerald	US		0	America/New_York	40.7451	-75.63463	134			PA	077	81280	
5188697	Emilie	emilie	US		0	America/New_York	40.154	-74.85516	31	Centerville,Emilie		PA	017	08768	
5188729	Emmaus Junction	emmaus-junction	US		0	America/New_York	40.54899	-75.48796	122			PA	077	23584	
5188743	Emsworth	emsworth	US		2419	America/New_York	40.51007	-80.0945	223	Courtneyville,Emsworth		PA	003	23616	
5188770	Englesville	englesville	US		0	America/New_York	40.31787	-75.64241	125			PA	011	14984	
5188774	English Center	english-center	US		0	America/New_York	41.43729	-77.2797	271			PA	081	60328	
5188776	Engleside	engleside	US		0	America/New_York	40.02315	-76.3044	85			PA	071	41224	
5188777	English Mills	english-mills	US		0	America/New_York	41.3459	-77.35803	214			PA	081	17696	
5188779	English Manor	english-manor	US		0	America/New_York	40.2562	-76.77219	201			PA	043	75672	
5188784	Enhaut	enhaut	US		1007	America/New_York	40.23176	-76.82692	150			PA	043	75672	
5188787	Enlow	enlow	US		1013	America/New_York	40.45423	-80.23311	295	Enlow,McMinn		PA	003	55016	
5188789	Ennisville	ennisville	US		0	America/New_York	40.63618	-77.84639	231			PA	061	37384	
5188791	Enoch	enoch	US		0	America/New_York	40.07785	-79.09947	593			PA	111	43440	
5188800	Enterline	enterline	US		0	America/New_York	40.46342	-76.84247	201			PA	043	81744	
5188808	Entlerville	entlerville	US		0	America/New_York	40.26259	-77.34582	187			PA	041	79032	
5188835	Erdenheim	erdenheim	US		0	America/New_York	40.09206	-75.21379	50			PA	091	73088	
5188838	Erdman	erdman	US		0	America/New_York	40.64564	-76.68969	170			PA	043	45600	
5188855	Erie Heights	erie-heights	US		0	America/New_York	42.08506	-80.10895	263			PA	049	24000	
5188858	Erie Junction	erie-junction	US		0	America/New_York	41.24312	-78.77364	445			PA	065	71632	
5188869	Eriton	eriton	US		0	America/New_York	41.0734	-78.78975	465			PA	033	67792	
5188871	Erly	erly	US		0	America/New_York	40.40897	-77.33888	194			PA	099	68032	
5188875	Erney	erney	US		0	America/New_York	40.10287	-76.83275	168			PA	133	53224	
5188883	Eshbach	eshbach	US		0	America/New_York	40.3851	-75.61991	139			PA	011	81184	
5188884	Eshcol	eshcol	US		0	America/New_York	40.45619	-77.30526	173			PA	099	68032	
5188889	Esplen	esplen	US		0	America/New_York	40.45757	-80.05061	283			PA	003	61000	
5188890	Espy	espy	US		1642	America/New_York	41.0062	-76.40994	148			PA	037	68392	
5188895	Essen	essen	US		0	America/New_York	40.36201	-80.08228	286			PA	003	79274	
5188896	Estella	estella	US		0	America/New_York	41.51063	-76.62245	405			PA	113	23144	
5188899	Espyville	espyville	US		0	America/New_York	41.60644	-80.49424	317			PA	039	55408	
5188905	Etna Furnace	etna-furnace	US		0	America/New_York	40.5234	-78.17945	259			PA	013	11760	
5188908	Eubuna Gardens	eubuna-gardens	US		0	America/New_York	40.34426	-76.78303	157			PA	043	45056	
5188926	Esther (historical)	esther-historical	US		0	America/New_York	40.69368	-80.46896	397			PA	007	56432	
5188939	Evans Falls	evans-falls	US		0	America/New_York	41.46591	-76.01798	237			PA	131	50496	
5188948	Evansburg	evansburg	US		2129	America/New_York	40.18094	-75.42907	62			PA	091	45080	
5188953	Evanstown	evanstown	US		0	America/New_York	40.26479	-79.68921	295	Evanston,Evanstown		PA	129	33792	
5188957	Evendale	evendale	US		0	America/New_York	40.67314	-77.17415	217	Evandale,Evendale		PA	067	50480	
5188998	Ewings Mill	ewings-mill	US		0	America/New_York	40.57535	-78.99225	408	Ewings Mill,Kellers Mill		PA	063	13072	
5188999	Ewingsville	ewingsville	US		0	America/New_York	40.39951	-80.11256	287			PA	003	15216	
5189002	Excelsior Corner	excelsior-corner	US		0	America/New_York	41.69645	-79.48255	519	Excelsior,Excelsior Corner,Excelsior Corners		PA	123	77512	
5189015	Exmoor	exmoor	US		0	America/New_York	40.53342	-76.4119	157			PA	107	60464	
5189027	Eyer	eyer	US		0	America/New_York	40.68923	-78.17612	337			PA	061	81104	
5189029	Eyers Grove	eyers-grove	US		105	America/New_York	41.0887	-76.51717	178	Ayers Grove,Eyers Grove		PA	037	31392	
5189030	Eynon	eynon	US		0	America/New_York	41.49564	-75.57435	311			PA	069	02832	
5189035	F M Corners	f-m-corners	US		0	America/New_York	41.21978	-80.4709	310			PA	085	34064	
5189039	Everbreeze Plateau	everbreeze-plateau	US		0	America/New_York	40.52482	-75.07878	122			PA	017	76784	
5189045	Fades	fades	US		0	America/New_York	41.32064	-76.12076	396			PA	079	40920	
5189050	Fagundus	fagundus	US		0	America/New_York	41.63256	-79.4331	505	Fagundus,Fagundus Corners		PA	123	77512	
5189052	Fagleysville	fagleysville	US		0	America/New_York	40.27649	-75.5649	116			PA	091	53664	
5189055	Fair Hill	fair-hill	US		0	America/New_York	40.31983	-75.28045	191	Fair Hill,Fairhill,Schnabletown,Snoveltown		PA	017	34952	
5189058	Fair Hills	fair-hills	US		0	America/New_York	40.23344	-75.39962	80			PA	091	71016	
5189064	Fair Acres	fair-acres	US		0	America/New_York	40.18787	-76.8922	181			PA	133	24936	
5189069	Fairbrook	fairbrook	US		0	America/New_York	40.72728	-77.9375	367			PA	027	25624	
5189078	Fairfield Heights	fairfield-heights	US		0	America/New_York	40.4684	-79.1792	360	Fairfield Heights,Fairview Heights		PA	063	10352	
5189093	Fairless Junction	fairless-junction	US		0	America/New_York	40.1765	-74.89711	41			PA	017	49120	
5189096	Fairmont City	fairmont-city	US		0	America/New_York	41.00812	-79.3131	329	Fairmont City,Fairmount,Fairmount City		PA	031	63728	
5189110	Fairmount Springs	fairmount-springs	US		0	America/New_York	41.24786	-76.30716	367			PA	079	24752	
5189114	Fairoaks	fairoaks	US		0	America/New_York	40.57951	-80.21673	224			PA	003	42368	
5189115	Fairoaks	fairoaks	US		0	America/New_York	40.17678	-75.12545	73			PA	091	35808	
5189116	Fairplain	fairplain	US		0	America/New_York	42.03811	-80.3034	208			PA	049	29240	
5189211	Fairview Park	fairview-park	US		0	America/New_York	40.02982	-76.36052	107			PA	071	46992	
5189212	Fairview Park	fairview-park	US		0	America/New_York	40.18648	-76.84803	222			PA	133	24936	
5189243	Fairville	fairville	US		0	America/New_York	40.95175	-76.90219	151			PA	119	20888	
5189248	Fairywood	fairywood	US		0	America/New_York	40.45035	-80.08394	242			PA	003	61000	
5189275	Fall Brook	fall-brook	US		0	America/New_York	41.6773	-76.9858	562	Fall Brook,Fallbrook		PA	117	80936	
5189294	Falling Spring	falling-spring	US		0	America/New_York	40.35203	-77.21137	142	Falling Spring,Falling Springs		PA	099	72848	
5189321	Fallsdale	fallsdale	US		0	America/New_York	41.67842	-75.15434	365			PA	127	18104	
5189323	Fallsington	fallsington	US		0	America/New_York	40.18733	-74.81877	25			PA	017	25112	
5189345	Farmbrook	farmbrook	US		0	America/New_York	40.14289	-74.83544	8			PA	017	08768	
5189348	Farm School	farm-school	US		0	America/New_York	40.29455	-75.17267	82			PA	017	19792	
5189351	Farmers Mills	farmers-mills	US		0	America/New_York	40.86562	-77.6075	355			PA	027	31472	
5189353	Farmers Valley	farmers-valley	US		0	America/New_York	41.78813	-76.82996	422			PA	015	77592	
5189354	Farmers Valley	farmers-valley	US		0	America/New_York	41.8609	-78.44863	457			PA	083	38912	
5189362	Farmington Hill	farmington-hill	US		0	America/New_York	41.92257	-77.24109	571			PA	117	25296	
5189373	Farquhar	farquhar	US		0	America/New_York	40.13563	-80.00561	303			PA	125	71792	
5189375	Farrandsville	farrandsville	US		0	America/New_York	41.17507	-77.51248	180			PA	035	14960	
5189386	Fassett	fassett	US		0	America/New_York	41.98618	-76.77329	343			PA	015	72096	
5189392	Fauncetown	fauncetown	US		0	America/New_York	41.61922	-79.857	405			PA	039	77616	
5189395	Faunce	faunce	US		0	America/New_York	40.91228	-78.43558	379			PA	033	86440	
5189398	Fawn Haven Number One	fawn-haven-number-one	US		0	America/New_York	40.6234	-79.91644	341			PA	003	82800	
5189399	Fawn Haven Number Two	fawn-haven-number-two	US		0	America/New_York	40.61618	-79.92117	348			PA	003	64528	
5189403	Fawn Lake Forest	fawn-lake-forest	US		755	America/New_York	41.50842	-75.06434	394			PA	103	40776	
5189418	Fearnot	fearnot	US		0	America/New_York	40.64397	-76.63635	184			PA	107	36072	
5189420	Feasterville	feasterville	US		3074	America/New_York	40.144	-75.00517	67	Feasterville,Feisterville,The Buck		PA	017	45112	
5189425	Federal	federal	US		0	America/New_York	40.37868	-80.14783	286			PA	003	72160	
5189442	Fells Corners	fells-corners	US		0	America/New_York	41.30314	-75.53296	562			PA	069	16664	
5189445	Fellsburg	fellsburg	US		1180	America/New_York	40.18313	-79.82421	332			PA	129	66376	
5189450	Feltonville	feltonville	US		0	America/New_York	40.02178	-75.12573	32			PA	101	60000	
5189469	Fergusonville	fergusonville	US		0	America/New_York	40.1165	-74.90017	11			PA	017	08768	
5189471	Fermoy	fermoy	US		0	America/New_York	41.55342	-75.35435	425			PA	127	11056	
5189474	Fern Brook	fern-brook	US		0	America/New_York	41.33008	-75.94131	319			PA	079	18056	
5189476	Fern Glen	fern-glen	US		0	America/New_York	40.94675	-76.15882	315			PA	079	06672	
5189479	Fern Rock	fern-rock	US		0	America/New_York	40.044	-75.13934	61	Branchtown,Fern Rock		PA	101	60000	
5189491	Fernridge	fernridge	US		0	America/New_York	41.07175	-75.56602	519			PA	089	77776	
5189492	Fernville	fernville	US		556	America/New_York	41.00398	-76.46384	148			PA	037	33760	
5189493	Fernway	fernway	US		12414	America/New_York	40.69479	-80.13089	316			PA	019	16920	
5189499	Ferrellton	ferrellton	US		0	America/New_York	40.14758	-79.04058	556			PA	111	38032	
5189505	Fertigs	fertigs	US		0	America/New_York	41.35062	-79.5831	467	Centerville,Fertigs		PA	121	60472	
5189508	Fertility	fertility	US		0	America/New_York	40.02704	-76.24301	94			PA	071	21344	
5189511	Ferris Corners	ferris-corners	US		0	America/New_York	41.79422	-79.96228	362			PA	039	65440	
5189512	Fetherolfsville	fetherolfsville	US		0	America/New_York	40.63204	-75.83464	129			PA	011	00588	
5189519	Fetterville	fetterville	US		0	America/New_York	40.10982	-76.00661	158			PA	071	21072	
5189522	Fetzertown	fetzertown	US		0	America/New_York	40.98895	-77.8275	394			PA	027	07424	
5189523	Feys Grove	feys-grove	US		0	America/New_York	41.08981	-76.00465	309			PA	079	19616	
5189529	Fiddlers Green	fiddlers-green	US		0	America/New_York	40.37146	-78.65946	578			PA	021	62056	
5189533	Fiddlergreen	fiddlergreen	US		0	America/New_York	41.74617	-79.54172	530			PA	123	22920	
5189537	Fiedler	fiedler	US		0	America/New_York	40.90479	-77.39082	346			PA	027	31960	
5189553	Filer Corners	filer-corners	US		0	America/New_York	41.30395	-80.12617	419	Filer Corners,Filers Corners		PA	085	40928	
5189554	Filetown	filetown	US		0	America/New_York	40.77315	-75.30046	199	Assylum,Filetown,New Village,The Asylum		PA	095	10400	
5189572	Fineview	fineview	US		0	America/New_York	40.46451	-80.00394	328			PA	003	61000	
5189595	Finney	finney	US		0	America/New_York	40.15702	-80.31756	355			PA	125	10032	
5189623	First Fork	first-fork	US		0	America/New_York	41.4534	-78.04917	295			PA	023	31632	
5189677	Fisher Heights	fisher-heights	US		0	America/New_York	40.92534	-79.95394	407			PA	019	12024	
5189690	Fisherdale	fisherdale	US		0	America/New_York	40.85425	-76.44412	262			PA	037	14184	
5189691	Fishermans Paradise	fishermans-paradise	US		0	America/New_York	40.88062	-77.79278	253			PA	027	05608	
5189694	Fishers Ferry	fishers-ferry	US		0	America/New_York	40.76925	-76.84469	128			PA	097	44856	
5189729	Fisk Mill	fisk-mill	US		0	America/New_York	41.89035	-75.89325	420			PA	115	08648	
5189733	Fiske	fiske	US		0	America/New_York	40.67618	-78.5053	440			PA	021	84448	
5189734	Fite Station	fite-station	US		0	America/New_York	40.37146	-79.82644	341			PA	003	55488	
5189735	Fitler	fitler	US		0	America/New_York	40.00928	-75.05878	4			PA	101	60000	
5189737	Fitz Henry	fitz-henry	US		0	America/New_York	40.16785	-79.75588	291	Fitz Henry,Fitzhenry		PA	129	72256	
5189743	Five Corners	five-corners	US		0	America/New_York	41.70339	-79.747	491			PA	039	74016	
5189744	Five Locks	five-locks	US		0	America/New_York	40.5262	-75.98604	108			PA	011	59448	
5189786	Fitzwatertown	fitzwatertown	US		0	America/New_York	40.12455	-75.15962	76			PA	091	79008	
5189796	Fivepointville	fivepointville	US		1156	America/New_York	40.18287	-76.05106	140	Fivepointville,Muddy Creek		PA	071	08352	
5189845	Fleming Summit	fleming-summit	US		0	America/New_York	40.72395	-78.9042	477			PA	063	30816	
5189850	Flicksville	flicksville	US		0	America/New_York	40.84426	-75.20157	127			PA	095	81296	
5189852	Flintlock Ridge	flintlock-ridge	US		0	America/New_York	40.19454	-76.96192	172			PA	041	78736	
5189860	Floreffe	floreffe	US		0	America/New_York	40.25757	-79.91977	246	Floreffe,Walton		PA	003	37955	
5189868	Florin	florin	US		0	America/New_York	40.10843	-76.53302	111	Florin,Springville		PA	071	21032	
5189871	Florys Mill	florys-mill	US		0	America/New_York	40.08149	-76.35052	97			PA	071	21232	
5189879	Flowing Spring	flowing-spring	US		0	America/New_York	40.47229	-78.26807	271			PA	013	27600	
5189888	Flying Hills	flying-hills	US		2568	America/New_York	40.27676	-75.9141	125			PA	011	17720	
5189907	Foley Corner	foley-corner	US		0	America/New_York	41.47674	-76.41966	567			PA	113	13000	
5189911	Folstown	folstown	US		0	America/New_York	41.16092	-76.00992	385	Follstown,Folstown		PA	079	71216	
5189918	Fontaine	fontaine	US		0	America/New_York	40.12121	-75.86105	205			PA	029	35536	
5189926	Foot of Ten	foot-of-ten	US		672	America/New_York	40.41591	-78.45529	337			PA	013	00852	
5189951	Fordham	fordham	US		0	America/New_York	40.91506	-79.03309	365			PA	065	59480	
5189954	Fordview	fordview	US		0	America/New_York	40.77034	-79.52282	290	Ford View,Fordview,Lenape Heights		PA	005	46976	
5189960	Forest Chapel	forest-chapel	US		0	America/New_York	41.98117	-79.39755	505			PA	123	27736	
5189965	Forest City Station	forest-city-station	US		0	America/New_York	41.65008	-75.4574	460	Browndale,Forest City Station		PA	127	14352	
5189971	Forest Glen	forest-glen	US		0	America/New_York	41.11509	-75.55963	511			PA	089	76960	
5189987	Fords Edge	fords-edge	US		0	America/New_York	40.18177	-75.5288	53			PA	091	79256	
5189997	Forest Lake Park	forest-lake-park	US		0	America/New_York	41.53648	-75.09489	424			PA	103	40776	
5190034	Forks Church	forks-church	US		0	America/New_York	40.67451	-79.59393	344			PA	005	29184	
5190041	Forkston	forkston	US		0	America/New_York	41.52841	-76.12576	240			PA	131	26752	
5190053	Fort Allen	fort-allen	US		0	America/New_York	40.28063	-79.58587	354			PA	129	33792	
5190057	Fort Couch	fort-couch	US		0	America/New_York	40.2462	-76.90442	161			PA	041	42648	
5190061	Fort Fetter	fort-fetter	US		0	America/New_York	40.42841	-78.4089	296			PA	013	06872	
5190069	Fort Indiantown Gap	fort-indiantown-gap	US		143	America/New_York	40.43981	-76.5983	174	FITG,Fort Indiantown Gap,MUI,The Gap		PA	075	78376	
5190085	Fort Robertson	fort-robertson	US		0	America/New_York	40.36064	-77.38415	177	Fort Roberston,Fort Robertson,Fort Robinson		PA	099	54968	
5190095	Fortenia	fortenia	US		0	America/New_York	41.57759	-75.29351	321			PA	127	76424	
5190097	Fortney	fortney	US		0	America/New_York	40.09898	-76.90692	212			PA	133	81056	
5190105	Forward	forward	US		0	America/New_York	40.13147	-78.86475	771			PA	111	69448	
5190108	Forwardstown	forwardstown	US		0	America/New_York	40.21869	-79.02975	473	Forwardstown,Forwardtown		PA	111	38032	
5190115	Forty Fort	forty-fort	US		4126	America/New_York	41.27897	-75.87825	168			PA	079	26880	
5190117	Foster Brook	foster-brook	US		1251	America/New_York	41.97506	-78.61725	438			PA	083	26936	
5190119	Foster Corner	foster-corner	US		0	America/New_York	41.41395	-79.85311	306			PA	121	75000	
5190136	Fosters Corner	fosters-corner	US		0	America/New_York	41.4745	-79.7345	472			PA	121	56024	
5190137	Fosters Mills	fosters-mills	US		0	America/New_York	40.90506	-79.63394	380			PA	005	74992	
5190147	Foundryville	foundryville	US		256	America/New_York	41.07842	-76.23549	194			PA	037	08480	
5190154	Fountain House Corners	fountain-house-corners	US		0	America/New_York	41.69978	-80.11367	348			PA	039	86168	
5190157	Fountain Springs	fountain-springs	US		278	America/New_York	40.7712	-76.32467	322	Fountain Springs,Fountian Springs		PA	107	10488	
5190164	Four Points	four-points	US		0	America/New_York	41.28645	-78.6178	610			PA	047	27088	
5190169	Foundryville (historical)	foundryville-historical	US		0	America/New_York	40.99175	-75.88214	489			PA	079	26928	
5190196	Fousetown	fousetown	US		0	America/New_York	40.45174	-77.91778	212			PA	061	08128	
5190198	Foustwell	foustwell	US		0	America/New_York	40.21813	-78.89947	480			PA	111	15568	
5190202	Fowler Heights	fowler-heights	US		0	America/New_York	40.63951	-79.1392	443			PA	063	84472	
5190213	Fox Chapel	fox-chapel	US		5383	America/New_York	40.5134	-79.87977	299	Foks Chapel,Фокс Чапел		PA	003	27120	
5190218	Fox Chase	fox-chase	US		0	America/New_York	40.33398	-76.82053	146			PA	043	45056	
5190219	Fox Chase	fox-chase	US		0	America/New_York	40.08122	-75.08017	65			PA	101	60000	
5190225	Fox Hill	fox-hill	US		0	America/New_York	41.26286	-75.81686	219			PA	079	61120	
5190227	Fox Hill	fox-hill	US		0	America/New_York	41.85229	-77.77055	714			PA	105	78248	
5190234	Fowlersville	fowlersville	US		0	America/New_York	41.06036	-76.32855	185	Fowlersville,Fowlerville		PA	037	54880	
5190242	Fox Ridge	fox-ridge	US		0	America/New_York	40.5609	-80.03144	356			PA	003	45900	
5190243	Fox Ridge Court	fox-ridge-court	US		0	America/New_York	40.26842	-76.88803	102			PA	043	32800	
5190247	Fox Run	fox-run	US		3282	America/New_York	40.70229	-80.08284	330			PA	019	16920	
5190272	Foxton	foxton	US		0	America/New_York	40.26508	-78.24585	333			PA	061	35688	
5190275	Foxtown	foxtown	US		0	America/New_York	40.22535	-79.58587	302			PA	129	33792	
5190277	Foxtown Hill	foxtown-hill	US		0	America/New_York	40.97732	-75.17879	194			PA	089	74880	
5190284	Frackville Junction	frackville-junction	US		0	America/New_York	40.78676	-76.23105	449			PA	107	27232	
5190318	Frankfort Springs	frankfort-springs	US		131	America/New_York	40.47896	-80.44257	351	Frankfort,Frankfort Springs		PA	007	27312	
5190331	Franklin Center	franklin-center	US		0	America/New_York	41.93561	-80.22478	373	Franklin Center,Franklin Corners		PA	049	27392	
5190344	Franklin Farms	franklin-farms	US		0	America/New_York	40.15507	-80.27034	327			PA	125	55040	
5190324	Franklin	franklin	US	02038	0	America/New_York	40.45673	-79.65977	332			PA	129		
5190345	Franklin Forge	franklin-forge	US		0	America/New_York	40.47285	-78.23501	329			PA	013	86144	
5190346	Franklin Forks	franklin-forks	US		0	America/New_York	41.91813	-75.84741	332	Franklin,Franklin Forks		PA	115	27448	
5190357	Franklin Junction	franklin-junction	US		0	America/New_York	41.22286	-75.90325	173			PA	079	32416	
5190363	Franklin Pike Corners	franklin-pike-corners	US		0	America/New_York	41.61339	-80.14839	343			PA	039	83480	
5190399	Franklindale	franklindale	US		0	America/New_York	41.70285	-76.55439	270			PA	015	27344	
5190406	Franks Corner	franks-corner	US		0	America/New_York	40.70371	-75.41796	141	Franks Corner,Franks Corners,Frantzs Corner,White Barn		PA	095	20736	
5190410	Frankstown	frankstown	US		0	America/New_York	40.44396	-78.35474	281	Franks Town,Frankstown		PA	013	27600	
5190426	Frazier Mill	frazier-mill	US		0	America/New_York	40.75312	-79.8545	322			PA	019	37848	
5190440	Fredericksville	fredericksville	US		0	America/New_York	40.45315	-75.68908	322			PA	011	19312	
5190443	Fredericktown Hill	fredericktown-hill	US		0	America/New_York	40.00146	-80.00089	283			PA	125	20808	
5190485	Freemanville	freemanville	US		0	America/New_York	40.28009	-75.93826	172	Freemansville,Freemanville		PA	011	17720	
5190491	Freeport Mills	freeport-mills	US		0	America/New_York	40.40176	-76.41357	128			PA	075	06040	
5190495	Freestone	freestone	US		0	America/New_York	40.01509	-77.83361	339			PA	055	42888	
5190503	Freemansburg	freemansburg	US		2616	America/New_York	40.62649	-75.34574	97	Freemansburg,Freemansburgh		PA	095	27760	
5190535	Freys Grove	freys-grove	US		0	America/New_York	40.21565	-76.72358	91			PA	043	45120	
5190536	Freytown	freytown	US		0	America/New_York	41.29731	-75.44518	592			PA	069	16664	
5190540	Frick Park	frick-park	US		0	America/New_York	40.44285	-79.89616	284			PA	003	61000	
5190542	Fricks Lock	fricks-lock	US		0	America/New_York	40.22232	-75.59546	40			PA	029	21008	
5190545	Frenchs Corners	frenchs-corners	US		0	America/New_York	40.89895	-79.50143	422	French Corners,Frenchs Corner,Frenchs Corners		PA	005	81176	
5190555	Friedensville	friedensville	US		0	America/New_York	40.55927	-75.39463	128			PA	077	79288	
5190557	Friedenthal	friedenthal	US		0	America/New_York	40.75232	-75.27073	113	Friedensthal,Friedenthal		PA	095	74232	
5190558	Friendly Acres	friendly-acres	US		0	America/New_York	41.42259	-75.05434	439			PA	103	40776	
5190577	Friesville	friesville	US		0	America/New_York	40.2948	-78.46224	366			PA	013	31000	
5190578	Frills Corners	frills-corners	US		0	America/New_York	41.39562	-79.3681	495			PA	031	81208	
5190581	Frisbie	frisbie	US		0	America/New_York	40.66426	-76.06605	187			PA	107	82632	
5190584	Fritz (historical)	fritz-historical	US		0	America/New_York	41.14203	-76.89524	149			PA	081	08136	
5190590	Frinks	frinks	US		0	America/New_York	41.81507	-77.98389	540			PA	105	24184	
5190591	Frizzleburg	frizzleburg	US		602	America/New_York	41.07645	-80.45479	325	Frizelburg,Frizleburg,Frizzleburg,Marr		PA	073	62904	
5190593	Fritztown	fritztown	US		0	America/New_York	40.29537	-76.06855	147			PA	011	72824	
5190596	Frogtown	frogtown	US		0	America/New_York	41.1109	-79.31615	413	Centerville,Frogtown		PA	031	43344	
5190598	Frogtown	frogtown	US		0	America/New_York	40.71478	-78.10973	335			PA	061	81104	
5190599	Frogtown	frogtown	US		0	America/New_York	40.20868	-80.50535	275			PA	125	36800	
5190600	Frogtown	frogtown	US		0	America/New_York	40.18148	-76.85803	191			PA	133	24936	
5190602	Froman	froman	US		0	America/New_York	40.23424	-79.98838	329			PA	125	78432	
5190604	Frogtown	frogtown	US		0	America/New_York	40.95117	-79.65699	398			PA	005	74992	
5190621	Frugality	frugality	US		0	America/New_York	40.65312	-78.48863	458			PA	021	63608	
5190623	Fruittown	fruittown	US		0	America/New_York	40.77756	-77.665	391			PA	027	62360	
5190624	Fruitville	fruitville	US		0	America/New_York	40.08843	-76.32885	125			PA	071	46896	
5190625	Fruitville	fruitville	US		0	America/New_York	40.25649	-75.54073	119			PA	091	43312	
5190626	Fruitville	fruitville	US		0	America/New_York	40.39482	-75.53463	103			PA	091	79064	
5190628	Frush Valley	frush-valley	US		0	America/New_York	40.39704	-75.90965	148			PA	011	52200	
5190629	Frutchey	frutchey	US		0	America/New_York	41.05343	-75.09601	149	Frutchey,Frutcheys		PA	089	49080	
5190635	Frye	frye	US		0	America/New_York	40.18396	-79.93533	232			PA	125	11424	
5190646	Frysville	frysville	US		0	America/New_York	40.16982	-76.10189	109			PA	071	23840	
5190650	Frystown	frystown	US		380	America/New_York	40.44981	-76.33412	142			PA	011	06008	
5190654	Fuller	fuller	US		0	America/New_York	40.0973	-79.74532	273			PA	051	59464	
5190655	Fuller	fuller	US		0	America/New_York	41.09812	-78.98448	400	Fuller,Fullers Mills		PA	065	60368	
5190673	Fulton Run	fulton-run	US		0	America/New_York	40.66423	-79.20254	322			PA	063	84472	
5190696	Furnace Hill	furnace-hill	US		0	America/New_York	41.17061	-80.46562	293			PA	085	70096	
5190700	Furnace Run	furnace-run	US		0	America/New_York	40.85284	-79.54977	371			PA	005	21160	
5190719	Gabby Heights	gabby-heights	US		0	America/New_York	40.15313	-80.26034	335			PA	125	55040	
5190721	Gabelsville	gabelsville	US		0	America/New_York	40.33704	-75.65546	113			PA	011	14984	
5190728	Gahagen	gahagen	US		0	America/New_York	40.0623	-78.80197	774			PA	111	69448	
5190729	Gaiblton	gaiblton	US		0	America/New_York	40.72479	-79.10142	330			PA	063	63584	
5190732	Gaines Junction	gaines-junction	US		0	America/New_York	41.74729	-77.5736	387			PA	117	28264	
5190739	Gale	gale	US		0	America/New_York	40.03257	-80.35701	359			PA	125	21144	
5190742	Galena Hill	galena-hill	US		0	America/New_York	41.3945	-79.84311	412			PA	121	27832	
5190747	Galilee	galilee	US		0	America/New_York	41.73509	-75.13962	360			PA	127	18104	
5190766	Gallows Harbor	gallows-harbor	US		0	America/New_York	41.05589	-78.26279	304			PA	033	08032	
5190767	Gallows Hill	gallows-hill	US		0	America/New_York	40.53066	-75.22184	184	Brackenridges,Gallows Hill,Stony Point		PA	017	73016	
5190781	Gambles	gambles	US		0	America/New_York	40.21063	-80.13089	307	Gambels,Gambles		PA	125	55432	
5190787	Ganister	ganister	US		0	America/New_York	40.47479	-78.22584	264			PA	013	11760	
5190803	Gardeau	gardeau	US		0	America/New_York	41.62118	-78.22418	395			PA	083	55632	
5190806	Garden Hills	garden-hills	US		0	America/New_York	40.03038	-76.35579	114			PA	071	46992	
5190808	Garden View	garden-view	US		2503	America/New_York	41.25424	-77.04608	168			PA	081	56608	
5190809	Garden View	garden-view	US		0	America/New_York	40.70979	-77.59111	256	Garden View,Roseann		PA	087	03040	
5190811	Gardenville	gardenville	US		0	America/New_York	40.37261	-75.10767	165	Brownsville,Gardenville,Gotwals,Prices Tavern		PA	017	61616	
5190819	Gardner Hill	gardner-hill	US		0	America/New_York	41.28089	-78.55613	562			PA	047	27088	
5190836	Gargol	gargol	US		0	America/New_York	40.01593	-77.17276	235			PA	001	36424	
5190667	Fulton	fulton	US	13069	0	America/New_York	40.2734	-79.72143	310			PA	129	69392	
5190843	Garmantown	garmantown	US		0	America/New_York	40.67979	-78.80808	438	Garman,Garman Mills,Garmans Mills,Garmantown		PA	021	75520	
5190849	Garrett Hill	garrett-hill	US		0	America/New_York	40.02705	-75.33741	132	Garrett Hill,Garrettville		PA	045	63264	
5190851	Garretts Run	garretts-run	US		0	America/New_York	40.7934	-79.51282	258			PA	005	46976	
5190854	Garvey Melton	garvey-melton	US		0	America/New_York	40.34868	-80.04005	372			PA	003		
5190858	Garvers Ferry	garvers-ferry	US		0	America/New_York	40.66562	-79.69005	262			PA	129	00892	
5190872	Gastown	gastown	US		0	America/New_York	40.70923	-79.3156	316			PA	005	61576	
5190878	Gatesburg	gatesburg	US		0	America/New_York	40.74478	-78.005	390	Gatesburg,Gatesburgh		PA	027	25624	
5190890	Gauff Hill	gauff-hill	US		0	America/New_York	40.59149	-75.41518	165			PA	077	67576	
5190900	Gaysport	gaysport	US		0	America/New_York	40.42757	-78.39751	290			PA	013	35224	
5190901	Gazzam	gazzam	US		0	America/New_York	40.86701	-78.57419	432			PA	033	38432	
5190903	Gayly	gayly	US		0	America/New_York	40.44424	-80.14672	364			PA	003	65352	
5190904	Gearhartville	gearhartville	US		0	America/New_York	40.88922	-78.2514	484			PA	033	18456	
5190911	Geeseytown	geeseytown	US		0	America/New_York	40.44868	-78.34557	287			PA	013	27600	
5190917	Geiger	geiger	US		0	America/New_York	40.03424	-79.0403	675			PA	111	71784	
5190928	Geistown	geistown	US		2371	America/New_York	40.29091	-78.86891	577			PA	021	28720	
5190930	Gelatt	gelatt	US		0	America/New_York	41.80675	-75.58296	347			PA	115	29024	
5190931	Gelnett	gelnett	US		0	America/New_York	41.10923	-78.69558	470			PA	033	67792	
5190939	General Warren Village	general-warren-village	US		0	America/New_York	40.04177	-75.52326	113			PA	029	22056	
5190985	Georges Station	georges-station	US		0	America/New_York	40.31785	-79.48782	379			PA	129	33792	
5190992	Georgetown of Philadelphia	georgetown-of-philadelphia	US		0	America/New_York	40.15844	-75.20406	92			PA	091	79008	
5190994	Georgeville	georgeville	US		0	America/New_York	40.83395	-79.09392	429	Georgeville,Mahoning		PA	063	21456	
5190996	Gerhards	gerhards	US		0	America/New_York	40.89509	-75.89742	362			PA	025	57504	
5191009	German Settlement	german-settlement	US		0	America/New_York	41.06478	-78.00473	557	German Settlement,Germania		PA	027	10272	
5191012	Germania	germania	US		0	America/New_York	41.64757	-77.66026	592			PA	105	00108	
5191018	Germans	germans	US		0	America/New_York	40.76454	-75.74047	177			PA	025	21664	
5191031	Germany	germany	US		0	America/New_York	40.42035	-79.1167	415			PA	063	84184	
5191038	Geryville	geryville	US		0	America/New_York	40.41538	-75.47518	151	Aurora,Geryville		PA	017	49384	
5191042	Getty Heights	getty-heights	US		0	America/New_York	40.61257	-79.1767	395			PA	063	84472	
5191052	Gibbs Hill	gibbs-hill	US		0	America/New_York	41.74256	-78.91254	609			PA	083	32168	
5191055	Gibraltar	gibraltar	US		680	America/New_York	40.28426	-75.87187	61			PA	011	65320	
5191062	Ghennes Heights	ghennes-heights	US		0	America/New_York	40.15396	-79.93949	335			PA	125	25104	
5191069	Gibsondale	gibsondale	US		0	America/New_York	40.99312	-80.24784	342			PA	073	71200	
5191099	Gilfoyle	gilfoyle	US		0	America/New_York	41.43923	-79.18171	506			PA	053	38016	
5191106	Gilkeson	gilkeson	US		0	America/New_York	40.2209	-80.10589	337			PA	125	55432	
5191107	Gill Hall	gill-hall	US		0	America/New_York	40.29924	-79.962	346	Gallhall,Gill Hall		PA	003	37955	
5191118	Gillingham	gillingham	US		0	America/New_York	41.11728	-78.31279	503			PA	033	29224	
5191119	Gillintown	gillintown	US		0	America/New_York	41.03284	-77.98973	492	Gillintown,Moshannon,Moshanon		PA	027	71608	
5191135	Gilpin	gilpin	US		0	America/New_York	40.7084	-79.10003	354			PA	063	63584	
5191145	Gimberlings Mill	gimberlings-mill	US		0	America/New_York	40.63341	-77.20554	189			PA	067	18680	
5191149	Ginger Hill	ginger-hill	US		0	America/New_York	40.19479	-79.99811	356			PA	125	25104	
5191157	Ginter	ginter	US		0	America/New_York	40.77256	-78.38196	523			PA	033	31752	
5191158	Ginther	ginther	US		0	America/New_York	40.86036	-76.00271	361			PA	107	66760	
5191164	Girard Junction	girard-junction	US		0	America/New_York	42.01311	-80.37146	213			PA	049	29240	
5191165	Girard Manor	girard-manor	US		0	America/New_York	40.86731	-76.10104	423			PA	107	21952	
5191172	Girdland	girdland	US		0	America/New_York	41.68203	-75.20267	488	Girdland,Girland		PA	127	42176	
5191174	Girty	girty	US		0	America/New_York	40.64729	-79.41087	304			PA	005	71968	
5191180	Gladden	gladden	US		0	America/New_York	40.33924	-80.17867	283			PA	003	72160	
5191181	Gladden Heights	gladden-heights	US		0	America/New_York	40.36201	-80.24589	321			PA	125	11800	
5191187	Glade Mills	glade-mills	US		0	America/New_York	40.72451	-79.92422	329			PA	019	49056	
5191204	Glades	glades	US		0	America/New_York	40.0101	-76.68024	177			PA	133	72992	
5191221	Glass City	glass-city	US		0	America/New_York	40.87145	-78.21501	510			PA	027	66736	
5191244	Glassmere	glassmere	US		0	America/New_York	40.57646	-79.78033	279			PA	003	21024	
5191247	Gleasonton	gleasonton	US		0	America/New_York	41.35423	-77.70304	201			PA	035	12640	
5191250	Glen Ashton Farms	glen-ashton-farms	US		0	America/New_York	40.10344	-74.916	24			PA	017	05616	
5191263	Glen Eyre	glen-eyre	US		0	America/New_York	41.46565	-75.07684	232			PA	103	40776	
5191265	Glen Hazel	glen-hazel	US		0	America/New_York	41.53812	-78.61225	459	Glen Hazel,New Flanders		PA	047	38368	
5191266	Glen Hazel	glen-hazel	US		0	America/New_York	40.40729	-79.92922	324			PA	003	61000	
5191269	Glen Iron	glen-iron	US		0	America/New_York	40.8673	-77.20109	186			PA	119	32952	
5191270	Glen Junction	glen-junction	US		0	America/New_York	40.9562	-76.17966	272			PA	079	06672	
5191275	Glen Mawr	glen-mawr	US		0	America/New_York	41.31369	-76.65329	217	Glen Mawr,Mawrglen		PA	081	70552	
5191276	Glen Moore	glen-moore	US		0	America/New_York	40.06204	-76.31163	103			PA	071	46896	
5191283	Glen Summit	glen-summit	US		0	America/New_York	41.14619	-75.8602	561	Glen Summit,Glen Summit Springs		PA	079	24888	
5191287	Glen Union	glen-union	US		0	America/New_York	41.25368	-77.60998	180			PA	035	31680	
5191289	Glen Willow	glen-willow	US		0	America/New_York	40.03483	-75.22574	82			PA	101	60000	
5191301	Glendale (historical)	glendale-historical	US		0	America/New_York	41.03312	-78.62392	483			PA	033	07008	
5191309	Glendower	glendower	US		0	America/New_York	40.71259	-76.32356	382	Glen Dower,Glendower		PA	107	26944	
5191314	Glenlake	glenlake	US		0	America/New_York	40.17678	-74.89267	57			PA	017	49120	
5191315	Glenloch	glenloch	US		0	America/New_York	40.03011	-75.58465	134	Glen Loch,Glenloch		PA	029	22056	
5191316	Glenmar Gardens	glenmar-gardens	US		0	America/New_York	42.06422	-80.042	344			PA	049	75208	
5191318	Glenn Acres	glenn-acres	US		0	America/New_York	40.26342	-76.65136	135			PA	043	18936	
5191322	Glenruadh	glenruadh	US		0	America/New_York	42.09728	-80.17284	207			PA	049	49548	
5191324	Glendon	glendon	US		440	America/New_York	40.66621	-75.23601	70			PA	095	29568	
5191333	Glenvale	glenvale	US		0	America/New_York	40.3262	-76.99914	139			PA	099	66976	
5191354	Glenworth	glenworth	US		0	America/New_York	40.66009	-76.21883	198			PA	107	55192	
5191355	Globe Mills	globe-mills	US		0	America/New_York	40.8062	-76.99164	150			PA	109	49016	
5191358	Glenwillard	glenwillard	US		0	America/New_York	40.55979	-80.22423	240	Glenwillard,Shousetown		PA	003	17048	
5191360	Glosser View	glosser-view	US		0	America/New_York	41.23202	-77.11941	181			PA	081	86456	
5191363	Glyde	glyde	US		0	America/New_York	40.12563	-80.13672	340			PA	125	54800	
5191374	Godard	godard	US		0	America/New_York	42.03922	-80.01033	384	Godard,Goddard		PA	049	75208	
5191382	Goehring	goehring	US		0	America/New_York	40.81506	-80.21312	270			PA	007	27336	
5191385	Goheenville	goheenville	US		0	America/New_York	40.90673	-79.37199	332			PA	005	07416	
5191389	Gold Key Lake	gold-key-lake	US		1830	America/New_York	41.30593	-74.9385	419			PA	103	19272	
5191390	Gold Mine	gold-mine	US		0	America/New_York	40.5262	-76.53719	246			PA	075	14944	
5191392	Gold	gold	US		0	America/New_York	41.87201	-77.83722	638			PA	105	78248	
5191395	Golden Acres Estates	golden-acres-estates	US		0	America/New_York	40.56427	-75.11795	138			PA	017	08592	
5191400	Golden Rod Farms	golden-rod-farms	US		0	America/New_York	41.017	-78.40169	358			PA	033	41952	
5191404	Goldenridge	goldenridge	US		0	America/New_York	40.14594	-74.8535	20			PA	017	08768	
5191412	Golinza	golinza	US		0	America/New_York	41.43978	-79.32866	369			PA	053	30808	
5191417	Good Hope Mill	good-hope-mill	US		0	America/New_York	40.26648	-76.97942	126	Good Hope Mill,Good Hope Mills		PA	041	32296	
5191419	Good Intent	good-intent	US		0	America/New_York	40.03702	-80.44535	318			PA	125	83000	
5191428	Good Spring	good-spring	US		0	America/New_York	40.62481	-76.48496	406	Good Spring,Goodspring		PA	107	62200	
5191443	Goods Corner	goods-corner	US		0	America/New_York	40.37202	-78.87919	533			PA	021	21896	
5191485	Gorman Summit	gorman-summit	US		0	America/New_York	40.79423	-78.8867	492	Gorman Summit,Lower Wugus		PA	063	50624	
5191490	Gorton	gorton	US		0	America/New_York	40.99422	-78.04056	491	Gorton,Gorton Heights		PA	027	71608	
5191491	Gosford	gosford	US		0	America/New_York	40.84979	-79.51004	252	Gosford,Monticello Mills		PA	005	63560	
5191508	Gosser Hill	gosser-hill	US		0	America/New_York	40.62284	-79.60921	293			PA	129	00892	
5191510	Goss Run Junction	goss-run-junction	US		0	America/New_York	40.832	-78.33224	456			PA	033	86440	
5191513	Gouglersville	gouglersville	US		548	America/New_York	40.2737	-76.01911	228			PA	011	17720	
5191521	Gouldtown	gouldtown	US		0	America/New_York	41.99506	-79.0881	513	Coultown,Gouldtown		PA	123	60480	
5191531	Gowango (historical)	gowango-historical	US		0	America/New_York	41.93228	-78.9292	404			PA	123	48272	
5191533	Gowen Breaker Station	gowen-breaker-station	US		0	America/New_York	40.94592	-76.18132	331			PA	079	06672	
5191534	Gowen City	gowen-city	US		0	America/New_York	40.75564	-76.53357	294			PA	097	20928	
5191576	Gracedale	gracedale	US		0	America/New_York	41.17119	-75.86686	502			PA	079	24888	
5191579	Graceton	graceton	US		257	America/New_York	40.5059	-79.16615	323			PA	063	12040	
5191608	Grahms	grahms	US		0	America/New_York	41.05617	-80.32006	283			PA	073	53064	
5191609	Gramere	gramere	US		0	America/New_York	40.52425	-77.21887	149			PA	099	77960	
5191612	Grampian Hills	grampian-hills	US		0	America/New_York	41.25952	-77.00302	248			PA	081	85312	
5191616	Grand Central	grand-central	US		0	America/New_York	40.84426	-75.26407	202			PA	095	61088	
5191625	Grand View Heights	grand-view-heights	US		0	America/New_York	40.13511	-75.32768	67			PA	091	21600	
5191635	Grandview Acres	grandview-acres	US		0	America/New_York	40.28176	-76.9497	144			PA	041	21680	
5191653	Grandview Heights	grandview-heights	US		0	America/New_York	40.05649	-76.28857	104			PA	071	46896	
5191681	Granville Center	granville-center	US		0	America/New_York	41.71785	-76.7069	350	Granville Center,Granville Centre,Greenfield		PA	015	30464	
5191708	Grassmere Park	grassmere-park	US		0	America/New_York	41.27508	-76.37772	281	Grassmere,Grassmere Park		PA	037	75048	
5191711	Grassy Island	grassy-island	US		0	America/New_York	41.47119	-75.58213	277			PA	069	56792	
5191717	Graterford	graterford	US		0	America/New_York	40.22566	-75.45462	46	Graterford,Graters Ford		PA	091	59392	
5191722	Gratztown	gratztown	US		0	America/New_York	40.22951	-79.78671	231			PA	129	69392	
5191725	Gravel Hill	gravel-hill	US		0	America/New_York	40.32315	-76.60636	180			PA	075	55176	
5191734	Gravel Lick	gravel-lick	US		0	America/New_York	41.31673	-79.24171	352			PA	031	25272	
5191737	Gravel Lick	gravel-lick	US		0	America/New_York	41.5109	-77.8011	356			PA	105	74072	
5191743	Gravel Place	gravel-place	US		0	America/New_York	41.01843	-75.19546	141			PA	089	74880	
5191758	Gravers	gravers	US		0	America/New_York	40.07733	-75.20184	121			PA	101	60000	
5191774	Grays	grays	US		0	America/New_York	40.3959	-79.23976	348			PA	129	18968	
5191786	Grazierville	grazierville	US		665	America/New_York	40.65367	-78.26474	286			PA	013	71624	
5191787	Greason	greason	US		0	America/New_York	40.19287	-77.29026	155			PA	041	83800	
5191788	Great Belt	great-belt	US		0	America/New_York	40.80868	-79.80311	384			PA	019	37848	
5191804	Greble	greble	US		0	America/New_York	40.43065	-76.3544	139	Greble,Greenville		PA	075	06040	
5191806	Greece City	greece-city	US		0	America/New_York	40.96062	-79.83061	334			PA	019	15480	
5191814	Green Acres	green-acres	US		0	America/New_York	40.81451	-79.47727	302			PA	005	63560	
5191823	Green Briar	green-briar	US		0	America/New_York	41.32145	-78.92781	544			PA	065	61920	
5191835	Green Grove	green-grove	US		0	America/New_York	40.87895	-77.55166	369			PA	027	31472	
5191836	Green Grove	green-grove	US		0	America/New_York	41.52452	-75.60797	460			PA	069	68400	
5191844	Green Hills	green-hills	US		29	America/New_York	40.11368	-80.29978	375			PA	125	31082	
5191859	Green Lane Farms	green-lane-farms	US		0	America/New_York	40.22203	-76.89803	117			PA	133	24936	
5191883	Green Oaks	green-oaks	US		0	America/New_York	41.43089	-79.59672	468			PA	121	62544	
5191884	Green Park	green-park	US		0	America/New_York	40.37758	-77.31054	180	Green Park,Greenpark		PA	099	78184	
5191886	Green Point	green-point	US		0	America/New_York	40.48092	-76.55163	154			PA	075	78376	
5191919	Green Tree	green-tree	US		0	America/New_York	40.03789	-75.49464	154	Green Tree,Greentree		PA	029	85352	
5191920	Green Tree	green-tree	US		0	America/New_York	40.13761	-75.47519	47			PA	091	79256	
5191925	Green Tree	green-tree	US		4968	America/New_York	40.41174	-80.04561	367	Green Tree,Greentree,Grin Tri,Грин Три		PA	003	31256	
5191940	Greenawald	greenawald	US		0	America/New_York	40.60343	-75.87215	120			PA	011	00588	
5191941	Greenawalds	greenawalds	US		0	America/New_York	40.62732	-75.51685	130	Greenawald,Greenawalds,Greenwald		PA	077	72632	
5191944	Greenbriar	greenbriar	US		0	America/New_York	40.29842	-76.7008	149			PA	043	72200	
5191950	Greenbrook	greenbrook	US		0	America/New_York	40.14705	-74.83461	8			PA	017	08768	
5191953	Greencrest Park	greencrest-park	US		0	America/New_York	41.34589	-80.40507	324			PA	085	63008	
5191970	Greenes Landing	greenes-landing	US		0	America/New_York	41.93091	-76.52494	233	Greenes Landing,Greens Landing		PA	015	03400	
5192003	Greenridge	greenridge	US		0	America/New_York	40.01065	-76.69969	133			PA	133	72992	
5192060	Greenwood Heights	greenwood-heights	US		0	America/New_York	40.00619	-79.6017	317			PA	051	15776	
5192062	Greenwood Hills	greenwood-hills	US		0	America/New_York	40.21815	-76.77164	122			PA	043	45120	
5192087	Gregg	gregg	US		0	America/New_York	40.40646	-80.1645	272			PA	003	15216	
5192100	Greenwood Village	greenwood-village	US		0	America/New_York	40.88062	-79.95645	388			PA	019	10472	
5192102	Greisemersville	greisemersville	US		0	America/New_York	40.35454	-75.7563	92			PA	011	56672	
5192104	Grenoble	grenoble	US		0	America/New_York	40.23955	-75.03795	70			PA	017	54688	
5192107	Greshville	greshville	US		0	America/New_York	40.31843	-75.66324	116			PA	011	19664	
5192118	Grieder	grieder	US		0	America/New_York	40.2137	-77.31387	140	Greiders Mill,Grieder		PA	041	83800	
5192119	Grier City	grier-city	US		241	America/New_York	40.8287	-76.05576	381			PA	107	66760	
5192122	Griers Corner	griers-corner	US		0	America/New_York	40.36233	-75.18434	190			PA	017	61616	
5192123	Griesemersville	griesemersville	US		0	America/New_York	40.59315	-75.50185	90			PA	077	02000	
5192131	Griffiths	griffiths	US		0	America/New_York	41.69506	-78.71808	629			PA	083	32232	
5192132	Griffithtown	griffithtown	US		0	America/New_York	40.50174	-78.84586	549			PA	021	06736	
5192134	Grill	grill	US		1468	America/New_York	40.2987	-75.94049	95			PA	011	17720	
5192144	Grimville	grimville	US		0	America/New_York	40.57787	-75.78464	225	Grimsville,Grimville		PA	011	31352	
5192148	Grimesville	grimesville	US		0	America/New_York	41.24841	-77.06719	231	Grimesville,Grimsville		PA	081	56608	
5192154	Gringo	gringo	US		0	America/New_York	40.56396	-80.27145	359			PA	007	35640	
5192155	Grisemore	grisemore	US		0	America/New_York	40.64729	-78.87836	539	Greisemore,Grisemore		PA	063	30816	
5192163	Groffdale	groffdale	US		0	America/New_York	40.09149	-76.1294	153			PA	071	20688	
5192179	Grovania	grovania	US		0	America/New_York	40.97398	-76.52495	190			PA	037	50704	
5192230	Grundys Corner	grundys-corner	US		0	America/New_York	40.10733	-74.90156	5			PA	017	08768	
5192232	Gruversville	gruversville	US		0	America/New_York	40.50093	-75.32212	168			PA	017	73016	
5192234	Gruvertown	gruvertown	US		0	America/New_York	40.82287	-75.15073	204	Grubertown,Gruvertown		PA	095	45016	
5192236	Guenot Settlement	guenot-settlement	US		0	America/New_York	41.08061	-78.14334	400	Grunot Settlement,Guenot Settlement		PA	033	16656	
5192241	Grunderville (historical)	grunderville-historical	US		0	America/New_York	41.83673	-79.2206	363			PA	123	61208	
5192248	Guitonville	guitonville	US		0	America/New_York	41.4759	-79.25838	514	Guitonville,Gultonville		PA	053	30808	
5192255	Gulph Mills	gulph-mills	US		0	America/New_York	40.06983	-75.33991	46	Gulf Mills,Gulph Mills		PA	091	79136	
5192256	Gulph Mills Village	gulph-mills-village	US		0	America/New_York	40.07844	-75.35963	62			PA	091	79136	
5192258	Gulph Terrace	gulph-terrace	US		0	America/New_York	40.06511	-75.33463	105			PA	091	79136	
5192264	Gum Run	gum-run	US		0	America/New_York	40.95203	-76.12993	355			PA	079	06672	
5192266	Gum Stump	gum-stump	US		0	America/New_York	40.98034	-77.84945	296			PA	027	07424	
5192283	Gurney Hill	gurney-hill	US		0	America/New_York	41.38617	-79.83755	441			PA	121	27456	
5192289	Guth	guth	US		0	America/New_York	40.62204	-75.55213	134	Guth,Guth Station,Guths		PA	077	72632	
5192290	Guthriesville	guthriesville	US		0	America/New_York	40.03316	-75.76355	147	Guthriesville,Guthrieville		PA	029	20864	
5192291	Guthsville	guthsville	US		0	America/New_York	40.61926	-75.5863	108	Five Points,Guthsville		PA	077	72632	
5192302	Lower Gwynedd	lower-gwynedd	US		0	America/New_York	40.17923	-75.23317	127			PA	091	44920	
5192303	Gwynedd Heights	gwynedd-heights	US		0	America/New_York	40.20511	-75.26212	127			PA	091	79056	
5192304	Gwynedd Square	gwynedd-square	US		0	America/New_York	40.22177	-75.30268	101			PA	091	79056	
5192312	Haafsville	haafsville	US		0	America/New_York	40.57898	-75.66102	146	Bull Frog Town,Frogtown,Haafsville		PA	077	79104	
5192314	Haags Mill	haags-mill	US		0	America/New_York	41.28925	-75.33074	437			PA	127	19864	
5192316	Haas	haas	US		0	America/New_York	40.70064	-76.4944	256			PA	107	22912	
5192329	Hacklebernie	hacklebernie	US		0	America/New_York	40.85759	-75.7713	303	Hackelbernie,Hacklebarney,Hacklebernie		PA	025	38200	
5192330	Hackney	hackney	US		0	America/New_York	40.03174	-80.21784	298	Hackney,Hackneys		PA	125	02384	
5192343	Hagero	hagero	US		0	America/New_York	40.18147	-78.81391	651	Hagero,Hagevo		PA	111	57552	
5192345	Hagersville	hagersville	US		0	America/New_York	40.40705	-75.25018	129			PA	017	21760	
5192347	Hahnstown	hahnstown	US		0	America/New_York	40.17121	-76.12356	128			PA	071	23840	
5192350	Hahntown	hahntown	US		0	America/New_York	40.3184	-79.71838	328	Hahnstown,Hahntown		PA	129	55128	
5192374	Haleeka	haleeka	US		0	America/New_York	41.32924	-77.08719	216			PA	081	33944	
5192380	Half Falls	half-falls	US		0	America/New_York	40.4887	-76.95164	109			PA	043	32040	
5192383	Half Way House	half-way-house	US		0	America/New_York	40.2851	-75.64074	141			PA	091	79240	
5192389	Halfville	halfville	US		0	America/New_York	40.18843	-76.32524	171			PA	071	81168	
5192391	Halfway House	halfway-house	US		2881	America/New_York	40.28204	-75.64324	117			PA	091	79240	
5192416	Hallman	hallman	US		0	America/New_York	40.11233	-75.59186	82			PA	029	21696	
5192434	Hallston	hallston	US		0	America/New_York	41.02034	-79.98506	386	Hallston,Spring Creek		PA	019	08096	
5192435	Hallton	hallton	US		0	America/New_York	41.40201	-78.93226	398			PA	047	72928	
5192457	Hamilton Court	hamilton-court	US		0	America/New_York	40.00678	-75.29463	103			PA	091	44976	
5192467	Hamilton Park	hamilton-park	US		0	America/New_York	40.03482	-76.32913	110			PA	071	41224	
5192479	Hamilton Square	hamilton-square	US		0	America/New_York	40.92454	-75.29463	175			PA	089	32176	
5192492	Hamlin Station	hamlin-station	US		0	America/New_York	41.7109	-78.39446	467	Hamlin,Hamlin Station		PA	083	55632	
5192499	Hammersley	hammersley	US		0	America/New_York	41.5509	-77.96722	366			PA	105	84360	
5192500	Hammersley Fork	hammersley-fork	US		0	America/New_York	41.43257	-77.92055	280			PA	035	42544	
5192511	Hammondville	hammondville	US		0	America/New_York	40.12063	-79.53365	337			PA	051	10152	
5192519	Hampden Village Mobile Home Park	hampden-village-mobile-home-park	US		0	America/New_York	40.25648	-76.98803	117			PA	041	32296	
5192533	Hampton Station	hampton-station	US		0	America/New_York	41.38701	-79.5631	447			PA	121	60472	
5192550	Haneyville	haneyville	US		0	America/New_York	41.32563	-77.47498	525			PA	081	46184	
5192557	Hanlin Station	hanlin-station	US		0	America/New_York	40.36757	-80.46701	285	Hanlin Station,Honlin		PA	125	37936	
5192562	Hann Hill	hann-hill	US		0	America/New_York	41.21061	-80.44701	353			PA	085	34064	
5192566	Hannahstown	hannahstown	US		0	America/New_York	40.77006	-79.79033	422			PA	019	37848	
5192571	Hannasville	hannasville	US		176	America/New_York	41.47783	-79.94784	377	Hannasville,Hannaville		PA	121	11080	
5192575	Hanover Acres	hanover-acres	US		0	America/New_York	40.61288	-75.44685	100			PA	077	02000	
5192579	Hanover Court	hanover-court	US		0	America/New_York	40.25093	-75.64296	57			PA	091	62416	
5192581	Hanover Green	hanover-green	US		0	America/New_York	41.21814	-75.95131	214			PA	079	32416	
5192582	Hanover Heights	hanover-heights	US		0	America/New_York	40.33342	-76.75053	155			PA	043	83128	
5192583	Hanover Hills	hanover-hills	US		0	America/New_York	40.29259	-76.73025	154			PA	043	72200	
5192592	Hanoverdale	hanoverdale	US		0	America/New_York	40.3212	-76.70386	157	Hannoverdale,Hanoverdale		PA	043	83128	
5192370	Hale	hale	US	48739	0	America/New_York	40.78867	-78.34446	474			PA	033	86440	
5192593	Hanoverville	hanoverville	US		0	America/New_York	40.68288	-75.3749	113	Haines Taverns,Hanover,Hanoverville		PA	095	45024	
5192606	Harbison	harbison	US		0	America/New_York	40.70507	-79.68394	314			PA	005	72000	
5192608	Harbor	harbor	US		0	America/New_York	41.03534	-80.40923	259			PA	073	78368	
5192630	Harding	harding	US		0	America/New_York	41.36258	-75.81019	177			PA	079	24400	
5192651	Harkness	harkness	US		0	America/New_York	41.85535	-76.7069	405			PA	015	73008	
5192656	Harlansburg	harlansburg	US		0	America/New_York	41.02423	-80.18867	347			PA	073	68408	
5192661	Harley Corners	harley-corners	US		0	America/New_York	40.15816	-75.37379	105			PA	091	21600	
5192664	Harmar Heights	harmar-heights	US		0	America/New_York	40.55646	-79.81894	293			PA	003	32624	
5192666	Harmarville	harmarville	US		0	America/New_York	40.53118	-79.84838	227			PA	003	32624	
5192675	Harmontown	harmontown	US		0	America/New_York	41.92201	-77.85416	570			PA	105	28760	
5192676	Harmonville	harmonville	US		0	America/New_York	40.09539	-75.28601	59	Harmanville,Harmonville		PA	091	61664	
5192690	Harmony Grove	harmony-grove	US		0	America/New_York	40.01037	-76.90775	194			PA	133	19704	
5192695	Harmony Hills	harmony-hills	US		0	America/New_York	41.34092	-75.53463	537			PA	069	51208	
5192696	Harmony Junction	harmony-junction	US		0	America/New_York	40.79618	-80.10312	280			PA	019	37344	
5192704	Harmonyville	harmonyville	US		0	America/New_York	40.18926	-75.72297	149			PA	029	81160	
5192708	Harper Tavern	harper-tavern	US		0	America/New_York	40.40398	-76.57774	116			PA	075	21224	
5192709	Harpers	harpers	US		0	America/New_York	40.77926	-75.55657	176			PA	095	42424	
5192717	Harris Acres	harris-acres	US		0	America/New_York	40.7784	-77.81556	361			PA	027	32792	
5192761	Harrity	harrity	US		0	America/New_York	40.84009	-75.66769	147			PA	025	27368	
5192764	Harrow	harrow	US		0	America/New_York	40.49121	-75.17434	152			PA	017	54576	
5192774	Harshaville	harshaville	US		0	America/New_York	40.54173	-80.41062	305	Hanover,Harshaville		PA	007	32392	
5192820	Hartzell (historical)	hartzell-historical	US		0	America/New_York	40.57093	-75.64408	137			PA	077	79104	
5192823	Hartzells Ferry	hartzells-ferry	US		0	America/New_York	40.8526	-75.09101	86			PA	095	79184	
5192829	Harvest Hills	harvest-hills	US		0	America/New_York	40.14259	-76.77886	162			PA	133	53224	
5192838	Harveys Run	harveys-run	US		0	America/New_York	41.17256	-78.78753	464			PA	065	81264	
5192850	Haslets Corner	haslets-corner	US		0	America/New_York	41.49589	-79.8245	447	Haslets Corner,Hasletts Corners		PA	121	56024	
5192854	Hassler Meadows	hassler-meadows	US		0	America/New_York	40.27676	-76.82136	150			PA	043	45056	
5192861	Hasson Heights	hasson-heights	US		1351	America/New_York	41.44895	-79.677	453			PA	121	16232	
5192877	Hatchtown	hatchtown	US		0	America/New_York	41.77895	-79.65033	460			PA	039	72688	
5192884	Hatville	hatville	US		0	America/New_York	40.0326	-76.08051	133			PA	071	42080	
5192886	Haucks	haucks	US		0	America/New_York	40.8312	-76.0366	365			PA	107	66760	
5192887	Hauckville	hauckville	US		0	America/New_York	40.32009	-76.42135	153			PA	075	54928	
5192892	Hauto	hauto	US		0	America/New_York	40.84426	-75.89103	329			PA	025	53088	
5192896	Haven Croft	haven-croft	US		0	America/New_York	40.31842	-76.83969	141			PA	043	45056	
5192933	Hawktown	hawktown	US		0	America/New_York	40.65343	-75.4574	113			PA	077	11720	
5192934	Hawstone	hawstone	US		0	America/New_York	40.59174	-77.50583	163			PA	087	30480	
5192943	Hawstone	hawstone	US		0	America/New_York	40.59507	-77.4986	146			PA	087	30480	
5192959	Haymaker	haymaker	US		0	America/New_York	41.99812	-78.41141	461			PA	083	22896	
5192963	Haynes Mill	haynes-mill	US		0	America/New_York	40.78426	-75.36046	182			PA	095	10400	
5192966	Hays Corner	hays-corner	US		0	America/New_York	41.35286	-75.99242	401			PA	079	18056	
5192967	Hays Grove	hays-grove	US		0	America/New_York	40.0937	-77.3711	214			PA	041	58824	
5192969	Hays Mill	hays-mill	US		0	America/New_York	40.6934	-79.97728	364			PA	019	00300	
5192975	Hayshire	hayshire	US		0	America/New_York	40.00788	-76.73024	136			PA	133	46872	
5192991	Hazel Kirk	hazel-kirk	US		0	America/New_York	40.17479	-79.95949	241	Hazel Kirk,Hazelkirk,Hazle Kirk		PA	125	11424	
5192997	Hazelton Mills	hazelton-mills	US		0	America/New_York	41.89867	-78.71892	513			PA	083	08048	
5193004	Hazeltine Corners	hazeltine-corners	US		0	America/New_York	41.86339	-79.14921	369			PA	123	81000	
5193010	Hazle Brook	hazle-brook	US		0	America/New_York	40.97675	-75.88603	490	Hazelbrook,Hazle Brook,Hazle Brook Village,Hazlebrook,Village of Hazle Brook		PA	079	26928	
5193015	Hazleton Junction	hazleton-junction	US		0	America/New_York	40.86425	-76.01354	440			PA	107	40096	
5193018	Hazleton Station	hazleton-station	US		0	America/New_York	40.95342	-75.96826	485			PA	079	33408	
5193033	Heart Lake	heart-lake	US		0	America/New_York	41.8523	-75.79408	481			PA	115	08648	
5193034	Hearts Content	hearts-content	US		0	America/New_York	41.68173	-79.24727	544			PA	123	81584	
5193045	Heathville	heathville	US		0	America/New_York	41.08979	-79.18059	357			PA	065	04728	
5193046	Heaton	heaton	US		0	America/New_York	40.15678	-75.10628	57	Heaton,Morgan Mills		PA	091	79176	
5193050	Hebe	hebe	US		0	America/New_York	40.66147	-76.73469	203			PA	097	38456	
5193051	Heberlig	heberlig	US		0	America/New_York	40.19231	-77.48971	178	Heberlig,Heberling		PA	041	79152	
5193059	Hebron Center	hebron-center	US		0	America/New_York	41.87868	-78.01806	545	East Hebron,Hebron Center		PA	105	33512	
5193073	Heckscherville	heckscherville	US		220	America/New_York	40.71898	-76.27884	307	Heckscherville,Heckshevville		PA	107	11608	
5193074	Heckton	heckton	US		0	America/New_York	40.35231	-76.91581	107	Heckton,Heckton Mills		PA	043	49040	
5193076	Hecktown	hecktown	US		0	America/New_York	40.69315	-75.3349	112	Heckertown,Hecktown,Hectown		PA	095	45024	
5193091	Heebnerville	heebnerville	US		0	America/New_York	40.20677	-75.3174	95			PA	091	79056	
5193099	Hegarty Crossroads	hegarty-crossroads	US		0	America/New_York	40.78256	-78.4678	484	Hegarty Cross Roads,Hegarty Crossroads		PA	033	04888	
5193115	Heilman	heilman	US		0	America/New_York	40.76006	-79.47282	332			PA	005	40056	
5192859	Hastings	hastings	US	13076	0	America/New_York	41.60701	-79.09976	377			PA	053	35992	
5193118	Heilmandale	heilmandale	US		0	America/New_York	40.36926	-76.47746	160	Heilmandale,Heilmandale Station		PA	075	55160	
5193130	Heise Run	heise-run	US		0	America/New_York	41.76952	-77.35359	358			PA	117	18760	
5193134	Helen Mills	helen-mills	US		0	America/New_York	41.27701	-78.70447	458	Helen Mills,Hellen		PA	047	35816	
5193135	Helfenstein	helfenstein	US		0	America/New_York	40.74925	-76.45329	276			PA	097	20928	
5193137	Helfrichsville	helfrichsville	US		0	America/New_York	40.56565	-75.70519	219			PA	077	82064	
5193139	Helixville	helixville	US		0	America/New_York	40.07425	-78.70446	548			PA	009	52648	
5193141	Helen Furnace	helen-furnace	US		0	America/New_York	41.29229	-79.31171	433	Helen,Helen Furnace,Hieland Furnace		PA	031	34456	
5193156	Hellings Corner	hellings-corner	US		0	America/New_York	40.154	-74.89655	31			PA	017	49120	
5193169	Hemlock Farms	hemlock-farms	US		3271	America/New_York	41.32676	-75.03656	413			PA	103	07088	
5193176	Hemlock Grove	hemlock-grove	US		0	America/New_York	41.31092	-75.30379	464			PA	103	30976	
5193205	Hempfield	hempfield	US		0	America/New_York	40.05482	-76.43885	148			PA	071	83152	
5193224	Henderson Park	henderson-park	US		0	America/New_York	40.09316	-75.36241	54			PA	091	79136	
5193228	Henderson Station	henderson-station	US		0	America/New_York	41.29561	-79.99339	380			PA	121	50048	
5193242	Henlein	henlein	US		0	America/New_York	41.38033	-80.35757	346	Henlein,Henlein Station		PA	085	33784	
5193246	Henningsville	henningsville	US		0	America/New_York	40.46676	-75.67102	305	Henningsville,Henningville		PA	011	44584	
5193265	Henrys Bend	henrys-bend	US		0	America/New_York	41.46284	-79.60061	318	Henry Bend,Henrys Bend		PA	121	62544	
5193267	Henrys Mills	henrys-mills	US		0	America/New_York	41.63728	-79.04337	394	Henrys Mill,Henrys Mills		PA	123	69992	
5193273	Hensingersville	hensingersville	US		0	America/New_York	40.49593	-75.59019	149	Hensenger,Hensingersville,Hensingerville,New Hensingerville		PA	077	44952	
5193274	Henslertown	henslertown	US		0	America/New_York	41.55146	-77.0983	557			PA	117	43136	
5193281	Hepburn Heights	hepburn-heights	US		0	America/New_York	41.31147	-77.07386	193			PA	081	33944	
5193284	Hepburnia	hepburnia	US		0	America/New_York	40.94645	-78.6153	481			PA	033	58816	
5193285	Hepburnville	hepburnville	US		0	America/New_York	41.3048	-77.06691	175			PA	081	33944	
5193306	Herminie Number 2	herminie-number-2	US		0	America/New_York	40.27868	-79.69254	338			PA	129	33792	
5193308	Hermit Spring	hermit-spring	US		0	America/New_York	41.67812	-79.18393	567	Hermit Spring,Hermit Springs		PA	123	13056	
5193322	Herrick Corner	herrick-corner	US		0	America/New_York	41.74064	-75.48074	512			PA	115	34096	
5193327	Herrickville	herrickville	US		0	America/New_York	41.80646	-76.25632	398			PA	015	34088	
5193353	Hershey Mill	hershey-mill	US		0	America/New_York	40.01289	-75.55604	137			PA	029	21192	
5193366	Heshbon Park	heshbon-park	US		0	America/New_York	41.28174	-77.05969	171			PA	081	45224	
5193372	Hess Island	hess-island	US		0	America/New_York	41.06564	-76.18688	152			PA	079	67456	
5193386	Hetlerville	hetlerville	US		0	America/New_York	41.01453	-76.26105	270	Greeneville,Hetlerville		PA	037	49256	
5193393	Hettesheimer Corners	hettesheimer-corners	US		0	America/New_York	41.43008	-76.06159	331			PA	131	55736	
5193396	Heverly	heverly	US		0	America/New_York	40.74173	-78.50224	459			PA	033	04888	
5193422	Hickernell	hickernell	US		0	America/New_York	41.79367	-80.29756	340	Hickernell,Hickernell's Corners		PA	039	72840	
5193431	Hickory Corner	hickory-corner	US		0	America/New_York	40.93256	-80.00228	418			PA	019	27352	
5193447	Hickory Hill	hickory-hill	US		0	America/New_York	40.19508	-78.22029	451			PA	009	08880	
5193469	Hickory Run (historical)	hickory-run-historical	US		0	America/New_York	41.01064	-75.73241	316			PA	025	39608	
5193480	Hickory Run	hickory-run	US		0	America/New_York	41.02342	-75.71047	349			PA	025	39608	
5193486	Hickorytown	hickorytown	US		0	America/New_York	40.19676	-77.12748	149			PA	041	49072	
5193487	Hickorytown	hickorytown	US		0	America/New_York	40.11344	-75.28435	54	Hickory Town,Hickorytown		PA	091	61664	
5193488	Hickox	hickox	US		0	America/New_York	41.97618	-77.85611	506	Hickox,Perryville		PA	105	28760	
5193496	Hicks Run	hicks-run	US		0	America/New_York	41.36312	-78.23807	280			PA	023	29008	
5193499	Hickton	hickton	US		0	America/New_York	40.37118	-80.3634	306			PA	125	71288	
5193518	Hiestand	hiestand	US		0	America/New_York	40.16871	-75.60491	110			PA	029	22000	
5193523	Higgins Corner	higgins-corner	US		0	America/New_York	41.10506	-79.84172	378	Higgins Corner,Higgins Corners		PA	019	79904	
5193544	High Lake	high-lake	US		0	America/New_York	41.81398	-75.30573	385	Brownsville,High Lake		PA	127	09824	
5193555	High Rue	high-rue	US		0	America/New_York	40.07511	-75.03795	30			PA	101	60000	
5193561	Highcliff	highcliff	US		0	America/New_York	40.52674	-80.05033	381			PA	003	66264	
5193577	Highland Corners	highland-corners	US		0	America/New_York	41.56034	-78.85087	622	Highland,Highland Corners		PA	047	34464	
5193584	Highland Fling	highland-fling	US		0	America/New_York	40.59229	-78.44724	767	Highland Fling,Highland Park		PA	021	18432	
5193624	Highton	highton	US		0	America/New_York	40.32233	-74.9885	67			PA	017	71752	
5193634	Hilborn	hilborn	US		0	America/New_York	41.48562	-77.49637	229			PA	081	09280	
5193636	Highfield	highfield	US		0	America/New_York	40.8634	-79.92811	390			PA	019	10472	
5193638	Hileman Heights	hileman-heights	US		0	America/New_York	40.49229	-78.39362	340			PA	013	02184	
5193642	Hill Church	hill-church	US		0	America/New_York	40.24479	-80.17422	391			PA	125	55432	
5193647	Hill Crest	hill-crest	US		0	America/New_York	40.09455	-75.18073	100			PA	091	12968	
5193650	Hill District	hill-district	US		0	America/New_York	40.44535	-79.9795	303			PA	003	61000	
5193669	Hillcrest	hillcrest	US		0	America/New_York	40.34868	-80.03311	345			PA	003		
5193680	Hilldale	hilldale	US		0	America/New_York	40.24924	-79.87755	266			PA	003	26896	
5193681	Hilldale	hilldale	US		0	America/New_York	41.00673	-79.79894	415			PA	019	15480	
5193682	Hilldale	hilldale	US		1246	America/New_York	41.28925	-75.83631	182			PA	079	61120	
5193683	Hillegass	hillegass	US		0	America/New_York	40.37177	-75.52018	91			PA	091	79064	
5193693	Hill Yard	hill-yard	US		0	America/New_York	40.91676	-75.10462	109			PA	095	79184	
5193700	Hills Terrace	hills-terrace	US		0	America/New_York	40.8162	-76.14966	407			PA	107	46584	
5193705	Hillsdale Acres	hillsdale-acres	US		0	America/New_York	40.17009	-76.70969	121			PA	043	44464	
5194368	Houseville	houseville	US		0	America/New_York	40.72618	-79.84283	366			PA	019	14320	
5193714	Hillside (historical)	hillside-historical	US		0	America/New_York	40.12094	-75.13295	100			PA	091	00156	
5193723	Hillside Junction	hillside-junction	US		0	America/New_York	41.34841	-75.71769	239	Hillside Junction,Hillside Junction Station		PA	069	50880	
5193732	Hillside Village	hillside-village	US		0	America/New_York	40.27926	-76.87803	102			PA	043	32800	
5193733	Hillsview	hillsview	US		0	America/New_York	40.27868	-79.17281	442			PA	129	43240	
5193738	Hilltop Acres	hilltop-acres	US		0	America/New_York	40.03315	-76.26801	91			PA	071	41216	
5193754	Hillville	hillville	US		0	America/New_York	41.03062	-79.60005	261			PA	005	59440	
5193756	Hillymeade	hillymeade	US		0	America/New_York	40.30426	-76.73969	152			PA	043	72200	
5193770	Hinkletown	hinkletown	US		0	America/New_York	40.14815	-76.12162	113			PA	071	20688	
5193775	Hinkletown	hinkletown	US		0	America/New_York	40.40455	-75.12323	160			PA	017	61616	
5193787	Hites	hites	US		0	America/New_York	40.58257	-79.77977	244			PA	003	21024	
5193791	Hinterleiter	hinterleiter	US		0	America/New_York	40.51398	-75.73241	133			PA	011	48128	
5193793	Hoadleys	hoadleys	US		0	America/New_York	41.50925	-75.28545	360			PA	127	13096	
5193802	Hoban Heights	hoban-heights	US		0	America/New_York	41.47202	-75.89492	187	Hoban Heights,McKume		PA	131	25128	
5193803	Hobbie	hobbie	US		0	America/New_York	41.07675	-76.07632	284			PA	079	35192	
5193805	Hoblet	hoblet	US		0	America/New_York	41.85063	-76.65606	411			PA	015	71312	
5193810	Hoagland Vista	hoagland-vista	US		0	America/New_York	41.48563	-76.72662	575			PA	113	27096	
5193811	Hockersville	hockersville	US		0	America/New_York	40.10898	-77.35165	206	Centerville,Hockersville,Houchersville		PA	041	58824	
5193812	Hockersville	hockersville	US		0	America/New_York	40.26342	-76.65219	134			PA	043	18936	
5193817	Hodges Heights	hodges-heights	US		0	America/New_York	40.28065	-76.76303	159			PA	043	45056	
5193820	Hoernerstown	hoernerstown	US		0	America/New_York	40.28731	-76.72441	134			PA	043	72200	
5193822	Hoffer	hoffer	US		0	America/New_York	40.6762	-76.93525	157			PA	109	12672	
5193837	Hoffmansville	hoffmansville	US		0	America/New_York	40.32788	-75.5574	114			PA	091	53664	
5193854	Hogestown	hogestown	US		0	America/New_York	40.24592	-77.03275	120			PA	041	70792	
5193862	Hoguetown	hoguetown	US		0	America/New_York	40.46674	-78.60085	625			PA	021	17144	
5193863	Hokendauqua	hokendauqua	US		3378	America/New_York	40.66204	-75.49102	112			PA	077		
5193865	Hohls Crossing	hohls-crossing	US		0	America/New_York	40.27231	-75.8377	57			PA	011	65320	
5193887	Holiday Park	holiday-park	US		0	America/New_York	40.47562	-79.70921	323			PA	003	61536	
5193888	Holiday Park	holiday-park	US		0	America/New_York	40.36592	-76.75136	159			PA	043	83128	
5193890	Holiday Pocono	holiday-pocono	US		476	America/New_York	41.02564	-75.60463	502	Holiday Pocono,Holiday Poconos		PA	025	39608	
5193900	Holland Heights	holland-heights	US		0	America/New_York	40.07454	-76.25496	108			PA	071	21344	
5193911	Hollars Hill	hollars-hill	US		0	America/New_York	40.94897	-76.00743	507			PA	079	33376	
5193912	Hollenback	hollenback	US		0	America/New_York	41.60396	-76.24688	252	Elwell,Hollenback		PA	015	85544	
5193915	Hollentown	hollentown	US		0	America/New_York	40.68979	-78.46474	482			PA	021	63608	
5193932	Hollisters	hollisters	US		0	America/New_York	41.31869	-75.50019	499			PA	069	16664	
5193933	Hollisterville	hollisterville	US		0	America/New_York	41.3912	-75.43852	431	Hallisterville,Hollisterville		PA	127	67488	
5193934	Hollo	hollo	US		0	America/New_York	40.72288	-75.29546	133	Hallo,Hollo,Niesky,Nisky		PA	095	45024	
5193943	Hollow Woods	hollow-woods	US		0	America/New_York	40.03678	-75.25879	96			PA	091	44976	
5193950	Holme Circle	holme-circle	US		0	America/New_York	40.05622	-75.02823	32			PA	101	60000	
5193955	Holmesburg	holmesburg	US		0	America/New_York	40.0415	-75.02795	25			PA	101	60000	
5193958	Holmstead Manor	holmstead-manor	US		0	America/New_York	40.31176	-76.82192	141			PA	043	45056	
5194048	Homans Corner	homans-corner	US		0	America/New_York	40.21647	-78.27473	268			PA	009	43072	
5194051	Home Camp	home-camp	US		0	America/New_York	41.11089	-78.6453	527	Home Camp,Homecamp		PA	033	78296	
5194052	Home Park	home-park	US		0	America/New_York	40.68232	-75.51602	151			PA	077		
5194055	Homeacre	homeacre	US		0	America/New_York	40.85923	-79.9395	370			PA	019	10472	
5194059	Homer Gap	homer-gap	US		0	America/New_York	40.56396	-78.40418	398			PA	013	44328	
5194074	Homestead Park	homestead-park	US		0	America/New_York	40.40424	-79.90811	267			PA	003	35424	
5194078	Homets Ferry	homets-ferry	US		0	America/New_York	41.69896	-76.32271	217	Homets Ferry,Hornets Ferry		PA	015	86664	
5194079	Homeville	homeville	US		0	America/New_York	40.38507	-79.87838	332			PA	003	83512	
5194088	Hominy Ridge	hominy-ridge	US		0	America/New_York	41.3084	-79.1831	477			PA	065	04240	
5194102	Honey	honey	US		0	America/New_York	40.71118	-77.52111	214			PA	087	03040	
5194109	Honey Hole	honey-hole	US		0	America/New_York	41.04119	-75.95409	324			PA	079	10480	
5194116	Honeytown	honeytown	US		0	America/New_York	41.16592	-76.31716	301			PA	037	26056	
5194144	Hoosicks Mill	hoosicks-mill	US		0	America/New_York	40.80229	-79.23615	374			PA	005	16728	
5194145	Hoover	hoover	US		0	America/New_York	41.66589	-79.02337	404	Hoover,Hoovers		PA	123	69992	
5194156	Hooverhurst	hooverhurst	US		0	America/New_York	40.80479	-78.85503	430			PA	063	50624	
5194162	Hooverton	hooverton	US		0	America/New_York	40.14789	-75.33046	53			PA	091	21600	
5194163	Hoovertown	hoovertown	US		0	America/New_York	41.21645	-78.58447	387			PA	033	36512	
5194164	Hooverville	hooverville	US		0	America/New_York	40.41285	-79.02697	336			PA	129	67240	
5194218	Hoppenville	hoppenville	US		0	America/New_York	40.37843	-75.46018	118			PA	091	47592	
5194221	Hoppestown	hoppestown	US		0	America/New_York	41.43619	-76.77412	302			PA	081	61640	
5194224	Hoppers Mill	hoppers-mill	US		0	America/New_York	40.78259	-75.86353	214			PA	107	83792	
5194229	Hormtown	hormtown	US		0	America/New_York	41.14645	-78.9192	536			PA	065	81264	
5194238	Horn Siding	horn-siding	US		0	America/New_York	41.84756	-79.48061	415			PA	123	72952	
5194243	Hornby	hornby	US		0	America/New_York	42.11617	-79.86283	447			PA	049	31008	
5194252	Horners Mill	horners-mill	US		0	America/New_York	40.10924	-79.31476	483			PA	129	19480	
5194254	Hornerstown	hornerstown	US		0	America/New_York	40.31424	-78.91225	357			PA	021	38288	
5194257	Horning	horning	US		0	America/New_York	40.33757	-79.99144	316			PA	003	03928	
5194259	Hornig	hornig	US		0	America/New_York	40.08065	-76.24412	109			PA	071	21344	
5194263	Horningford	horningford	US		0	America/New_York	40.51008	-77.68777	154			PA	087	08304	
5194266	Horrell	horrell	US		0	America/New_York	40.45313	-78.28918	272			PA	013	27600	
5194313	Horton City	horton-city	US		0	America/New_York	41.29839	-78.73253	478			PA	047	35816	
5194326	Hosensack	hosensack	US		0	America/New_York	40.45371	-75.49685	128			PA	077	44992	
5194331	Hosensock	hosensock	US		0	America/New_York	40.81898	-76.0766	377			PA	107	66944	
5194337	Host	host	US		0	America/New_York	40.41565	-76.20661	109			PA	011	77752	
5194347	Hottelville	hottelville	US		0	America/New_York	41.35312	-79.15587	484			PA	053	04224	
5194351	Houck Manor	houck-manor	US		0	America/New_York	40.35509	-76.75803	147			PA	043	83128	
5194361	House Landing Strip	house-landing-strip	US		0	America/New_York	41.5573	-77.11497	531			PA	117	43136	
5194366	Houserville	houserville	US		1814	America/New_York	40.82395	-77.82889	300	Houser Mills,Houserville,Plum Grove Ville		PA	027	15136	
5194370	Houston City	houston-city	US		0	America/New_York	41.3373	-75.73297	263			PA	079	61056	
5194392	Howard Siding	howard-siding	US		0	America/New_York	41.47645	-78.32335	361	Howard,Howard Siding,Howards		PA	023	70336	
5194412	Howellville	howellville	US		0	America/New_York	40.05955	-75.46964	61			PA	029	77344	
5194413	Howersville	howersville	US		0	America/New_York	40.77037	-75.5113	160	Howers Ville,Howersville		PA	095	42424	
5194414	Howertown	howertown	US		0	America/New_York	40.69676	-75.46574	130	Hauertown,Howardtown,Howartown,Howerton,Howertown,Howetown		PA	095	00948	
5194420	Hoytdale	hoytdale	US		0	America/New_York	40.84923	-80.32923	281	Hoydale,Hoytdale		PA	007	06240	
5194436	Huckenberry	huckenberry	US		0	America/New_York	40.96589	-78.12529	483			PA	033	16040	
5194438	Hublersburg	hublersburg	US		104	America/New_York	40.9609	-77.61	286	Hubbsville,Hublersburg,Hublersburgh		PA	027	80552	
5194452	Hudsondale	hudsondale	US		0	America/New_York	40.91675	-75.8552	335			PA	025	57504	
5194453	Huefner	huefner	US		0	America/New_York	41.31395	-79.38782	395			PA	031	40288	
5194464	Huffnagle	huffnagle	US		0	America/New_York	40.36205	-74.96628	36	Huffnagle,Rosenthal,Springdale		PA	017	53712	
5194467	Huffs Corner	huffs-corner	US		0	America/New_York	41.88785	-76.60661	453			PA	015	71312	
5194472	Huffs Church	huffs-church	US		0	America/New_York	40.44676	-75.61908	235			PA	011	34016	
5194476	Hughes Park	hughes-park	US		0	America/New_York	40.08594	-75.34769	53			PA	091	79136	
5194479	Hughestown	hughestown	US		1397	America/New_York	41.32702	-75.77325	236			PA	079	36152	
5194488	Hughs	hughs	US		0	America/New_York	41.24064	-76.06493	305			PA	079	61656	
5194496	Hulltown	hulltown	US		0	America/New_York	40.04285	-79.64754	285			PA	051	45144	
5194498	Hulmeville	hulmeville	US		996	America/New_York	40.14317	-74.911	14	Hulmenville,Hulmeville		PA	017	36192	
5194500	Hulmeville Terrace	hulmeville-terrace	US		0	America/New_York	40.14011	-74.90072	16			PA	017	36192	
5194522	Humphreys Corner	humphreys-corner	US		0	America/New_York	41.24673	-79.80977	417			PA	121	69016	
5194524	Humphreysville	humphreysville	US		0	America/New_York	41.51841	-75.72547	319			PA	069	29504	
5194528	Hungry Hollow	hungry-hollow	US		0	America/New_York	40.64145	-79.56727	254			PA	005	29184	
5194537	Hunlock	hunlock	US		0	America/New_York	41.20953	-76.08187	209			PA	079	36296	
5194538	Hunlock Gardens	hunlock-gardens	US		0	America/New_York	41.21203	-76.04742	165			PA	079	36296	
5194542	Hunsecker	hunsecker	US		0	America/New_York	40.08565	-76.24412	95			PA	071	79080	
5194556	Hunter Park	hunter-park	US		0	America/New_York	40.87201	-77.85222	319			PA	027	05608	
5194579	Hunters Run	hunters-run	US		0	America/New_York	40.07204	-77.19526	215	Hunter's Run,Hunters Run		PA	041	19144	
5194584	Hunting Park	hunting-park	US		0	America/New_York	40.0165	-75.14379	36			PA	101	60000	
5194593	Huntingdon Furnace	huntingdon-furnace	US		0	America/New_York	40.65701	-78.1139	292			PA	061	27416	
5194617	Huntsdale	huntsdale	US		0	America/New_York	40.10231	-77.30748	187	Hunts Dale,Huntsdale		PA	041	58824	
5194635	Husband	husband	US		0	America/New_York	40.04174	-79.10169	665			PA	111	71784	
5194638	Huston Run	huston-run	US		0	America/New_York	40.23118	-79.972	222	Huston,Huston Run,Limetown		PA	125	78432	
5194643	Hustons Mill	hustons-mill	US		0	America/New_York	40.25537	-77.03748	128			PA	041	70792	
5194666	Hynemansville	hynemansville	US		0	America/New_York	40.59343	-75.71214	210	Bobsts Manor House,Heinemansville,Hynemansville		PA	077	82064	
5194668	Hyner	hyner	US		0	America/New_York	41.33173	-77.64415	196			PA	035	12640	
5194673	Hyner View	hyner-view	US		0	America/New_York	41.32646	-77.62387	591			PA	035	12640	
5194687	Ice Mine	ice-mine	US		0	America/New_York	41.75284	-77.95195	555			PA	105	75720	
5194696	Icedale	icedale	US		0	America/New_York	40.06705	-75.82827	178			PA	029	82576	
5194702	Idaho	idaho	US		0	America/New_York	40.65368	-79.34698	303			PA	005	71968	
5194703	Idamar	idamar	US		0	America/New_York	40.72895	-79.00281	400			PA	063	30816	
5194706	Idetown	idetown	US		0	America/New_York	41.34702	-76.0252	414			PA	079	33000	
5194707	Idlepark	idlepark	US		0	America/New_York	40.26063	-79.27948	344			PA	129	43240	
5194711	Idlewood	idlewood	US		0	America/New_York	40.4284	-80.07478	276	Idlewild,Idlewood,Oakwood		PA	003	16848	
5194712	Idlewood	idlewood	US		0	America/New_York	40.16455	-74.94767	21			PA	017	49120	
5194717	Imlertown	imlertown	US		0	America/New_York	40.0923	-78.46946	344			PA	009	04952	
5194768	India	india	US		0	America/New_York	40.37646	-79.11948	339			PA	063	84184	
5194784	Indian Creek	indian-creek	US		0	America/New_York	40.14483	-74.86572	22			PA	017	08768	
5194792	Indian Crossing	indian-crossing	US		0	America/New_York	41.97368	-78.40474	439	Indian Creek,Indian Crossing		PA	083	22896	
5194821	Indian Mountain Lake	indian-mountain-lake	US		4372	America/New_York	41.00314	-75.50824	546			PA	089	77776	
5194833	Indian Point	indian-point	US		0	America/New_York	41.28565	-74.83433	123			PA	103	19272	
5194842	Indian Run	indian-run	US		0	America/New_York	41.15117	-80.26423	376			PA	085	85512	
5194856	Indian Springs Estates	indian-springs-estates	US		0	America/New_York	40.60423	-79.18142	393			PA	063	84472	
5194891	Indianland	indianland	US		0	America/New_York	40.76121	-75.55352	180	Indianland,Lehigh Centre,Poplar Grove		PA	095	42424	
5194903	Ingleby	ingleby	US		0	America/New_York	40.84729	-77.42749	307	Fowler,Ingleby		PA	027	31960	
5194904	Inglenook	inglenook	US		0	America/New_York	40.41314	-76.98109	114			PA	043	63928	
5194915	Inkerman	inkerman	US		1819	America/New_York	41.29897	-75.81269	241			PA	079	37984	
5194921	Instanter	instanter	US		0	America/New_York	41.60284	-78.55724	506			PA	047	38368	
5194960	Irish Meeting House	irish-meeting-house	US		0	America/New_York	40.39455	-75.20517	136			PA	017	04976	
5194968	Irishtown	irishtown	US		0	America/New_York	40.02871	-76.15884	124			PA	071	42080	
5194969	Irishtown	irishtown	US		0	America/New_York	41.81645	-78.67114	641			PA	083	40808	
5194970	Irishtown	irishtown	US		0	America/New_York	41.21339	-80.12478	374			PA	085	25912	
5194972	Irishtown	irishtown	US		0	America/New_York	40.97617	-78.66586	574			PA	033	58816	
5194976	Iron Bridge Estates	iron-bridge-estates	US		0	America/New_York	40.20677	-75.44129	74			PA	091	71016	
5194979	Iron Hill (historical)	iron-hill-historical	US		0	America/New_York	40.60843	-75.34296	88	Grubbsberg,Grubs Berg,Iron Hill (historical)		PA	095	06088	
5194985	Iron Bridge	iron-bridge	US		0	America/New_York	40.11646	-79.55115	324			PA	129	21304	
5194994	Ironstone	ironstone	US		0	America/New_York	40.30121	-75.67324	83			PA	011	19664	
5194999	Ironville	ironville	US		0	America/New_York	40.65756	-78.2164	266			PA	013	71624	
5195000	Ironville	ironville	US		0	America/New_York	40.05649	-76.46274	193			PA	071	83152	
5195037	Iselin Heights	iselin-heights	US		0	America/New_York	41.12728	-78.78503	483			PA	033	67792	
5195043	Island Plain	island-plain	US		0	America/New_York	41.9548	-75.70491	269			PA	115	30736	
5195058	Ivarea	ivarea	US		0	America/New_York	41.90367	-80.26589	355	Ivarea,Jacksonville Mine Junction,Population Corners		PA	049	27392	
5195060	Ithan	ithan	US		0	America/New_York	40.03011	-75.3663	103			PA	045	63264	
5195063	Ivy Hill	ivy-hill	US		0	America/New_York	40.079	-75.17795	119			PA	101	60000	
5195067	Ivy Rock	ivy-rock	US		0	America/New_York	40.094	-75.31602	34	Ivy Rock,Pottslanding		PA	091	61664	
5195068	Ivyland	ivyland	US		1053	America/New_York	40.20789	-75.07267	91			PA	017	37304	
5195071	Ivywood	ivywood	US		0	America/New_York	40.7109	-79.85172	358	Bartley,Ivywood		PA	019	14320	
5195080	J M Junction	j-m-junction	US		0	America/New_York	40.60423	-79.29559	351	J M Junction,J U Bo Run,Jacksonville Mine Junction		PA	063	03064	
5195083	Ivory Avenue	ivory-avenue	US		0	America/New_York	40.49479	-80.01144	338			PA	003	61000	
5195122	Jackson Corner	jackson-corner	US		0	America/New_York	40.59646	-77.86194	223			PA	061	49624	
5195127	Jackson Crossing	jackson-crossing	US		0	America/New_York	41.84339	-79.21671	362			PA	123	15672	
5195130	Jackson Knolls Gardens	jackson-knolls-gardens	US		0	America/New_York	40.95451	-80.42784	308			PA	073	54768	
5195131	Jackson Lick	jackson-lick	US		0	America/New_York	40.27342	-76.88803	104			PA	043	32800	
5195140	Jackson Run	jackson-run	US		0	America/New_York	41.90506	-79.2381	435			PA	123	25304	
5195156	Jackson Summit	jackson-summit	US		0	America/New_York	41.94341	-77.01663	482	Jackson Summit,Maple Ridge		PA	117	37472	
5195186	Jacksonwald	jacksonwald	US		3393	America/New_York	40.32454	-75.84965	105			PA	011	24384	
5195187	Jacksville	jacksville	US		0	America/New_York	41.01701	-80.11284	350	Jacksville,Mechancisburg		PA	019	86536	
5195188	Jacktown	jacktown	US		0	America/New_York	40.33007	-79.72754	349	Jacksonville,Jacktown		PA	129	55128	
5195207	Jacobsburg (historical)	jacobsburg-historical	US		0	America/New_York	40.79676	-75.29962	189			PA	095	10400	
5195224	Jalappa	jalappa	US		0	America/New_York	40.5287	-76.03744	130			PA	011	76712	
5195249	Jamison City	jamison-city	US		134	America/New_York	41.30647	-76.36077	324	Jameson,Jamison City		PA	037	75048	
5195261	Jamisonville	jamisonville	US		0	America/New_York	40.94395	-79.9245	360			PA	019	12024	
5195262	Janney	janney	US		0	America/New_York	40.14789	-74.93711	43			PA	017	05616	
5195265	Japan	japan	US		0	America/New_York	40.99258	-75.9102	494			PA	079	33376	
5195270	Jarrettown	jarrettown	US		0	America/New_York	40.15511	-75.17517	77			PA	091	79008	
5195289	Jeansville	jeansville	US		0	America/New_York	40.92759	-75.97048	526	Jeanesville,Jeansville,Jeanville		PA	079	33376	
5195293	Jednota	jednota	US		0	America/New_York	40.20454	-76.75858	106			PA	043	45120	
5195297	Jefferson Hills	jefferson-hills	US		11360	America/New_York	40.29118	-79.93199	315	Jefferson,Jefferson Hills		PA	003	37955	
5195305	Jefferson Center	jefferson-center	US		0	America/New_York	40.77562	-79.83478	345			PA	019	37848	
5195315	Jefferson Junction	jefferson-junction	US		0	America/New_York	41.95786	-75.5574	300			PA	115	32720	
5195345	Jeffries	jeffries	US		0	America/New_York	40.89784	-78.38307	538			PA	033	18456	
5195376	Jenners Crossroads	jenners-crossroads	US		0	America/New_York	40.15146	-79.04947	587	Jenner Crossroads,Jenners Crossroads,Jenners Roads		PA	111	38032	
5195387	Jenningsville	jenningsville	US		0	America/New_York	41.58313	-76.14382	315			PA	131	85680	
5195398	Jerkwater	jerkwater	US		0	America/New_York	40.1223	-78.24251	373			PA	009	08880	
5195407	Jerome Junction	jerome-junction	US		0	America/New_York	40.20091	-78.93141	470			PA	111	05648	
5195410	Jericho Mills	jericho-mills	US		0	America/New_York	40.61313	-77.33721	164	Jericho Mill,Jericho Mills		PA	067	25648	
5195425	Jerseytown	jerseytown	US		184	America/New_York	41.0887	-76.57829	194	Jersey Town,Jerseytown		PA	037	46472	
5195449	Jewtown	jewtown	US		0	America/New_York	40.63146	-78.90586	537			PA	063	60320	
5195466	Jimtown	jimtown	US		0	America/New_York	40.02758	-79.22781	625			PA	111	37920	
5195470	Joanna Furnace	joanna-furnace	US		0	America/New_York	40.18954	-75.88827	156			PA	011	65320	
5195471	Joanna Heights	joanna-heights	US		0	America/New_York	40.18537	-75.85465	183			PA	011	65320	
5195473	Jo Jo	jo-jo	US		0	America/New_York	41.63589	-78.8517	519	Jo Jo,JoJo,Jojo		PA	083	84312	
5195478	Jobs Corners	jobs-corners	US		0	America/New_York	41.93174	-76.9358	441			PA	117	37472	
5195532	Johnson Greene	johnson-greene	US		0	America/New_York	41.23203	-75.96798	175			PA	079	61656	
5195570	Johnsville	johnsville	US		0	America/New_York	40.19094	-75.0685	106	Johnsonville,Johnsville		PA	017	80952	
5195573	Joliett	joliett	US		0	America/New_York	40.61203	-76.45357	450			PA	107	62200	
5195575	Joller	joller	US		0	America/New_York	40.20397	-78.06667	503			PA	061	77000	
5195578	Jonas	jonas	US		0	America/New_York	40.96759	-75.51185	354			PA	089	61928	
5195639	Josephtown	josephtown	US		0	America/New_York	40.67007	-80.33117	243			PA	007	62352	
5195649	Jubilee	jubilee	US		0	America/New_York	41.34703	-75.45574	526			PA	069	46480	
5195662	Jugtown	jugtown	US		0	America/New_York	40.53732	-75.07545	43			PA	017	76784	
5195679	Juniata Furnace	juniata-furnace	US		0	America/New_York	40.45536	-77.16832	146			PA	099	12360	
5195680	Juniata Gap	juniata-gap	US		0	America/New_York	40.54896	-78.42918	433			PA	013	44328	
5195696	Juniper Circle	juniper-circle	US		0	America/New_York	40.6401	-75.49213	115			PA	077		
5195701	Juniata Terrace	juniata-terrace	US		540	America/New_York	40.58563	-77.57833	169			PA	087	38640	
5195702	Justus	justus	US		0	America/New_York	41.5023	-75.63991	451			PA	069	68400	
5195703	K O Junction	k-o-junction	US		0	America/New_York	41.47422	-80.36451	303	K O Junction,KO Junction Station		PA	085	75008	
5195712	Kahkhout Mountain	kahkhout-mountain	US		0	America/New_York	41.08121	-75.05879	272			PA	089	49080	
5195720	Kahletown	kahletown	US		0	America/New_York	41.27256	-79.15726	559	Kahle,Kahletown		PA	065	22872	
5195725	Kammerer	kammerer	US		0	America/New_York	40.18368	-80.04783	384			PA	125	55712	
5195732	Kaiserville	kaiserville	US		0	America/New_York	41.61174	-75.98214	249			PA	131	81344	
5195739	Kanesholm	kanesholm	US		0	America/New_York	41.67478	-78.72697	639			PA	083	84312	
5195747	Kanty	kanty	US		0	America/New_York	42.12117	-80.002	274			PA	049	32520	
5195748	Kantz	kantz	US		0	America/New_York	40.77703	-76.90081	138			PA	109	58864	
5195749	Kantz Corners	kantz-corners	US		0	America/New_York	41.51811	-80.05923	325			PA	039	24568	
5195751	Kapp	kapp	US		0	America/New_York	40.90675	-76.83247	149			PA	097	61832	
5195752	Kapp Heights	kapp-heights	US		863	America/New_York	40.89981	-76.80802	172			PA	097	61832	
5195761	Karns	karns	US		0	America/New_York	40.63062	-79.70366	252			PA	003	32832	
5195771	Kaseville	kaseville	US		0	America/New_York	40.99814	-76.59412	176			PA	093	79552	
5195774	Kaska	kaska	US		0	America/New_York	40.74009	-76.10716	299			PA	107	07336	
5195776	Kasson Brook	kasson-brook	US		0	America/New_York	41.47174	-76.14771	314			PA	131	26752	
5195778	Kashner	kashner	US		0	America/New_York	41.38089	-80.30451	391	Kashner,Kitches Corners		PA	085	57304	
5195780	Katellen	katellen	US		0	America/New_York	40.82482	-75.3674	246			PA	095	10400	
5195783	Kato	kato	US		0	America/New_York	41.08478	-77.86611	351			PA	027	71608	
5195797	Kaulmont	kaulmont	US		0	America/New_York	41.42812	-78.52752	526			PA	047	67344	
5195811	Keal Run	keal-run	US		0	America/New_York	40.87701	-78.83225	500			PA	063	04056	
5195819	Keating	keating	US		0	America/New_York	41.25895	-77.90416	222			PA	035	21328	
5195820	Keating Summit	keating-summit	US		0	America/New_York	41.6809	-78.18112	581	Forest House,Keating Summit		PA	105	38920	
5195825	Keborts Corners	keborts-corners	US		0	America/New_York	41.5895	-80.19451	346			PA	039	80000	
5195827	Kaywin	kaywin	US		0	America/New_York	40.63593	-75.40157	103			PA	095	06088	
5195829	Kecksburg	kecksburg	US		0	America/New_York	40.18479	-79.46059	372			PA	129	51888	
5195835	Keefers	keefers	US		0	America/New_York	40.00287	-77.74721	215			PA	055	42888	
5195836	Keefers	keefers	US		0	America/New_York	40.87536	-76.72135	156	Keefer,Keefers		PA	097	78744	
5195841	Keelersville	keelersville	US		0	America/New_York	40.41621	-75.2524	166			PA	017	04976	
5195845	Keen	keen	US		0	America/New_York	41.59286	-75.37379	394			PA	127	11056	
5195851	Keenan	keenan	US		0	America/New_York	41.10423	-79.87311	383			PA	019	79904	
5195855	Keelersburg	keelersburg	US		0	America/New_York	41.45508	-75.89631	186	Keelersburg,Keelersburgh		PA	131	55232	
5195859	Keeneyville	keeneyville	US		0	America/New_York	41.86063	-77.3047	372			PA	117	48968	
5195861	Keepville	keepville	US		0	America/New_York	41.86839	-80.39479	273			PA	049	15736	
5195864	Keewaydin	keewaydin	US		0	America/New_York	41.1045	-78.15529	436	Keewaydin,Kewadin,Keywadin		PA	033	16656	
5195866	Kehler	kehler	US		0	America/New_York	40.69425	-76.52718	237			PA	107	22912	
5195871	Keffers	keffers	US		0	America/New_York	40.61259	-76.4644	454	Keffer,Keffers		PA	107	62200	
5195876	Keifertown	keifertown	US		0	America/New_York	40.10341	-79.57893	330	Keifertown,Keiffertown,Kifertown		PA	051	79344	
5195882	Keisters	keisters	US		0	America/New_York	41.0359	-80.01172	355	Keister,Keisters,Keisters Mills		PA	019	71192	
5195883	Keiters Mill	keiters-mill	US		0	America/New_York	40.2287	-77.33387	138			PA	041	83800	
5195906	Kellersburg	kellersburg	US		0	America/New_York	40.96951	-79.42421	445			PA	005	46456	
5195907	Kellersville	kellersville	US		0	America/New_York	40.94343	-75.29435	156			PA	089	32176	
5195909	Kellerville	kellerville	US		0	America/New_York	40.6598	-77.16054	212			PA	067	50480	
5195910	Kellettville	kellettville	US		0	America/New_York	41.53812	-79.26782	379			PA	053	39760	
5195927	Kelly Crossroads	kelly-crossroads	US		0	America/New_York	41.01647	-76.93552	161	Kelly Cross Roads,Kelly Crossroads		PA	119	39136	
5195931	Kelly Point	kelly-point	US		0	America/New_York	40.99203	-76.93552	147			PA	119	39136	
5195941	Kellyburg	kellyburg	US		0	America/New_York	41.43841	-76.87774	422	Kellyburg,Kellysburg		PA	081	11560	
5195944	Kellytown	kellytown	US		0	America/New_York	40.88978	-78.46002	441			PA	033	40296	
5195945	Kellytown	kellytown	US		0	America/New_York	41.83091	-77.09136	345			PA	117	64624	
5195959	Kemmererville	kemmererville	US		0	America/New_York	40.93343	-75.24351	138	Kemmererville,Kemmertown		PA	089	32176	
5195964	Kempville	kempville	US		0	America/New_York	40.49482	-75.81464	113			PA	011	64592	
5195974	Kendigtown	kendigtown	US		0	America/New_York	40.34761	-75.14073	144			PA	017	61616	
5195978	Kenhorst	kenhorst	US		2867	America/New_York	40.31065	-75.93938	106			PA	011	39256	
5195982	Kenmar	kenmar	US		4124	America/New_York	41.25341	-76.95941	162			PA	081	45224	
5195983	Kenmawr	kenmawr	US		0	America/New_York	40.48229	-80.11422	322			PA	003	39312	
5195995	Kennedy Mill	kennedy-mill	US		0	America/New_York	40.99284	-80.18423	329			PA	073	71200	
5196005	Kenneys	kenneys	US		0	America/New_York	40.16537	-75.85104	191			PA	011	10696	
5196006	Kennywood Park	kennywood-park	US		0	America/New_York	40.38785	-79.86477	278			PA	003	83512	
5196007	Kenrock	kenrock	US		0	America/New_York	40.23313	-78.17056	459			PA	061	11208	
5196009	Kent Gardens	kent-gardens	US		0	America/New_York	40.29176	-76.78914	149			PA	043	45056	
5196021	Kenwick Village	kenwick-village	US		0	America/New_York	40.0926	-76.31162	135	Brooklawn,Kenwick Village		PA	071	46896	
5196023	Keown	keown	US		0	America/New_York	40.5859	-80.04506	309			PA	003	45900	
5196024	Keown Station	keown-station	US		0	America/New_York	40.54451	-80.0295	334			PA	003	66264	
5196029	Kepner	kepner	US		0	America/New_York	40.69704	-75.91992	239			PA	107	83792	
5196032	Kepples	kepples	US		0	America/New_York	40.71673	-79.69977	246			PA	019	10000	
5196033	Kepples Corners	kepples-corners	US		0	America/New_York	40.96506	-79.70699	435			PA	019	24840	
5196036	Kepple Hill	kepple-hill	US		0	America/New_York	40.61145	-79.56838	313			PA	005	58160	
5196044	Kerr Addition	kerr-addition	US		0	America/New_York	41.03367	-78.42308	341	Kerr,Kerr Addition		PA	033	41952	
5196052	Kerrmoor	kerrmoor	US		0	America/New_York	40.89256	-78.58197	417			PA	033	25632	
5196053	Kerrs Corners	kerrs-corners	US		0	America/New_York	42.20533	-79.77144	396			PA	049	54960	
5196054	Kerrs Corners	kerrs-corners	US		0	America/New_York	41.17173	-80.05228	408			PA	085	60336	
5196055	Kerrsville	kerrsville	US		0	America/New_York	40.18564	-77.32026	158	Alterton,Kerrsville,Kerville		PA	041	83800	
5196056	Kerrtown	kerrtown	US		305	America/New_York	41.62922	-80.16117	327			PA	039	80000	
5196061	Kernsville	kernsville	US		0	America/New_York	40.63287	-75.59852	130	Eisenhart,Hoffmansville,Kerns Mill,Kernsville,Orefield		PA	077	55576	
5196066	Kesslersville	kesslersville	US		0	America/New_York	40.78704	-75.24296	207	Alamanda,Keslers,Keslerville,Kesslers,Kesslersville,Kesslerville		PA	095	61088	
5196071	Ketcham	ketcham	US		0	America/New_York	41.36008	-75.91353	358			PA	079	18056	
5196073	Ketner	ketner	US		0	America/New_York	41.53923	-78.6303	474			PA	047	38368	
5196098	Keyser Valley	keyser-valley	US		0	America/New_York	41.42563	-75.69602	264			PA	069	69000	
5196131	Kibbeville	kibbeville	US		0	America/New_York	41.97729	-78.06639	605			PA	105	57288	
5196136	Kidders Corner	kidders-corner	US		0	America/New_York	41.91089	-80.40118	275			PA	049	15736	
5196141	Kier	kier	US		0	America/New_York	40.08591	-79.71226	241			PA	051	59464	
5196153	Killinger	killinger	US		0	America/New_York	40.56231	-76.92275	169			PA	043	79216	
5196167	Kimble	kimble	US		0	America/New_York	41.46842	-75.12156	276	Kimble,Kimbles		PA	103	40776	
5196043	Kerr	kerr	US	45643	0	America/New_York	40.73479	-79.64505	347			PA	005	72000	
5196168	Kimble Corners	kimble-corners	US		0	America/New_York	41.91728	-79.86616	460			PA	049	78312	
5196171	Kimmel	kimmel	US		0	America/New_York	40.20952	-78.05584	377			PA	061	77000	
5196172	Kimmel	kimmel	US		0	America/New_York	40.71395	-79.14031	328			PA	063	63584	
5196176	Kimmelton	kimmelton	US		0	America/New_York	40.0673	-78.95336	613			PA	111	63144	
5196184	Kindts Corner	kindts-corner	US		0	America/New_York	40.46176	-75.93215	103			PA	011	56856	
5196187	Kimberly Meadows	kimberly-meadows	US		0	America/New_York	40.18842	-76.9747	172			PA	041	78736	
5196234	Kings Manor	kings-manor	US		0	America/New_York	40.09844	-75.34491	53			PA	091	79136	
5196250	Kingswood Estates	kingswood-estates	US		0	America/New_York	40.86398	-75.4713	197			PA	089	22904	
5196252	Kingtown	kingtown	US		0	America/New_York	40.24037	-77.07526	163			PA	041	70792	
5196253	Kingview	kingview	US		0	America/New_York	40.09868	-79.57615	329	Kingsview,Kingview		PA	051	79344	
5196256	Kinkora Heights	kinkora-heights	US		0	America/New_York	40.37314	-77.02442	107			PA	099	58856	
5196258	Kinlock	kinlock	US		0	America/New_York	40.54979	-79.73644	235			PA	129	44864	
5196276	Kinter Crossing	kinter-crossing	US		0	America/New_York	40.60646	-78.86281	541			PA	063	60320	
5196279	Kintersburg	kintersburg	US		0	America/New_York	40.71534	-79.07892	337			PA	063	63584	
5196289	Kinzua (historical)	kinzua-historical	US		0	America/New_York	41.86339	-78.96143	404			PA	123	48272	
5196291	Kinzua Beach	kinzua-beach	US		0	America/New_York	41.85312	-78.95476	419			PA	123	48272	
5196304	Kipps Run	kipps-run	US		0	America/New_York	40.94592	-76.65912	141			PA	097	65112	
5196306	Kinzua Heights	kinzua-heights	US		0	America/New_York	41.86867	-78.93532	587			PA	123	48272	
5196308	Kirchberg	kirchberg	US		0	America/New_York	40.58982	-75.3149	306			PA	095	45104	
5196318	Kis-Lyn	kis-lyn	US		0	America/New_York	41.00564	-75.98687	342			PA	079	10480	
5196319	Kiser Corners	kiser-corners	US		0	America/New_York	41.50451	-79.38449	511	Kiser Corners,Kizer Corners,Kizers Corners		PA	053	30808	
5196322	Kishacoquillas	kishacoquillas	US		0	America/New_York	40.63757	-77.66249	249	Alexander Springs,Kishacoquillas		PA	087	09288	
5196324	Kirwan Heights	kirwan-heights	US		0	America/New_York	40.36868	-80.10172	273	Kirwan Heights,Kirwin Heights		PA	003	15216	
5196328	Kiskimere	kiskimere	US		136	America/New_York	40.61979	-79.58366	282			PA	005	58160	
5196329	Kiskiminetas Junction	kiskiminetas-junction	US		0	America/New_York	40.67729	-79.66644	243	Kiskiminetas Junction,Kiskiminitas		PA	129	00892	
5196336	Kissell Hill	kissell-hill	US		0	America/New_York	40.13926	-76.29746	160	Kessel Hill,Kissel Hill,Kissell Hill		PA	071	81168	
5196340	Kissingers Mill	kissingers-mill	US		0	America/New_York	41.0284	-79.56449	360	Kissinger Mills,Kissingers Mill		PA	031	46464	
5196369	Kittatinny	kittatinny	US		0	America/New_York	40.78982	-75.66241	162			PA	025	21664	
5196381	Klahr	klahr	US		0	America/New_York	40.29924	-78.51279	496			PA	013	31000	
5196382	Klapperthall Junction	klapperthall-junction	US		0	America/New_York	40.31537	-75.90826	76			PA	011	17720	
5196383	Klecknersville	klecknersville	US		0	America/New_York	40.77565	-75.42296	245	Kleckers Ville,Klecknersville		PA	095	50824	
5196390	Kleinville	kleinville	US		0	America/New_York	40.39316	-75.46907	130			PA	091	79064	
5196392	Kline	kline	US		0	America/New_York	41.29839	-79.58477	417			PA	031	03248	
5196399	Klines Corner	klines-corner	US		0	America/New_York	40.52398	-75.6863	143			PA	011	44584	
5196400	Klines Grove	klines-grove	US		0	America/New_York	40.90536	-76.68913	203	Kline Grove,Klinegrove,Klines Grove		PA	097	66752	
5196401	Klines Mill	klines-mill	US		0	America/New_York	40.17619	-79.09586	586			PA	111	38032	
5196403	Klinesville	klinesville	US		0	America/New_York	40.57704	-75.85298	130			PA	011	31352	
5196404	Klinesville	klinesville	US		0	America/New_York	40.04787	-76.50913	159			PA	071	83152	
5196413	Klondike (historical)	klondike-historical	US		0	America/New_York	41.66091	-77.17331	518			PA	117	07152	
5196417	Klondyke	klondyke	US		0	America/New_York	40.60229	-77.58027	196			PA	087	30480	
5196424	Knauers	knauers	US		0	America/New_York	40.24676	-75.99744	236			PA	011	08344	
5196425	Knauertown	knauertown	US		0	America/New_York	40.17149	-75.72687	94			PA	029	81160	
5196427	Kneass	kneass	US		0	America/New_York	40.72814	-76.80914	155	Herndon,Kneass		PA	097	37432	
5196428	Knechts	knechts	US		0	America/New_York	40.81093	-75.33518	210			PA	095	10400	
5196445	Knob	knob	US		0	America/New_York	40.69757	-80.18784	338			PA	007	54072	
5196448	Knob Point	knob-point	US		0	America/New_York	40.25842	-76.9372	136			PA	041	21680	
5196454	Knobsville	knobsville	US		0	America/New_York	40.00759	-77.96278	292			PA	057	76984	
5196455	Knobville	knobville	US		0	America/New_York	40.71951	-77.52694	219			PA	087	03040	
5196457	Knoebels Grove	knoebels-grove	US		0	America/New_York	40.87842	-76.50579	186	Knoebel's Grove,Knoebels Grove		PA	097	63328	
5196458	Knousetown	knousetown	US		0	America/New_York	40.65675	-77.07804	230	Knousetown,Peatown		PA	067	50480	
5196459	Knowlton	knowlton	US		0	America/New_York	41.77145	-78.12723	481			PA	105	66416	
5196498	Kohlmeyer Corner	kohlmeyer-corner	US		0	America/New_York	41.14367	-79.84589	464			PA	019	79904	
5196507	Koonsville	koonsville	US		0	America/New_York	41.16925	-76.16076	188			PA	079	78384	
5196521	Korn Krest	korn-krest	US		0	America/New_York	41.21814	-75.94381	226			PA	079	32416	
5196530	Kralltown	kralltown	US		0	America/New_York	40.01982	-76.98275	146			PA	133	81352	
5196537	Krassdale	krassdale	US		0	America/New_York	40.43149	-75.48463	145	Krassdale,Krausdale,Krausedale,Kraussdale		PA	077	44992	
5196538	Kratz	kratz	US		0	America/New_York	40.31593	-75.47129	64			PA	091	79280	
5196543	Kratzerville	kratzerville	US		383	America/New_York	40.86008	-76.8958	205			PA	109	37448	
5196544	Krause	krause	US		0	America/New_York	40.3848	-77.72527	317			PA	067	40752	
5196547	Krayn	krayn	US		0	America/New_York	40.26924	-78.72669	768			PA	021	00308	
5196558	Kreidersville	kreidersville	US		0	America/New_York	40.71926	-75.49463	152	Kreidersville,Kreidlerville		PA	095	00948	
5196562	Kregar	kregar	US		0	America/New_York	40.12146	-79.3067	536	Franklin,Kregar		PA	129	19480	
5196568	Kreutz Creek	kreutz-creek	US		0	America/New_York	40.00399	-76.6183	119			PA	133	33728	
5196570	Kremis	kremis	US		0	America/New_York	41.34728	-80.31145	357			PA	085	18688	
5196574	Kricks Mill	kricks-mill	US		0	America/New_York	40.41315	-76.16939	103			PA	011	55088	
5196577	Krings	krings	US		0	America/New_York	40.27452	-78.90419	377			PA	111	15568	
5196581	Krocksville	krocksville	US		0	America/New_York	40.57315	-75.5688	138			PA	077	79104	
5196587	Krumrine	krumrine	US		0	America/New_York	40.80173	-77.88084	336			PA	027	25624	
5196588	Krumsville	krumsville	US		0	America/New_York	40.57871	-75.79714	230	Krumsville,Smithsville		PA	011	31352	
5196597	Kuhnsville	kuhnsville	US		0	America/New_York	40.59232	-75.5888	151			PA	077	79104	
5196598	Kulp	kulp	US		0	America/New_York	40.89814	-76.3505	302			PA	037	65240	
5196603	Kulps	kulps	US		0	America/New_York	40.79286	-76.60885	296	Klingers,Kulps		PA	097	14536	
5196604	Kulps Corner	kulps-corner	US		0	America/New_York	40.38205	-75.21962	147			PA	017	34952	
5196606	Kulptown	kulptown	US		0	America/New_York	40.24454	-75.79575	163			PA	011	78280	
5196618	Kuhl	kuhl	US		0	America/New_York	42.092	-79.96394	409			PA	049	30936	
5196620	Kushequa	kushequa	US		0	America/New_York	41.7484	-78.62169	531			PA	083	32232	
5196640	Kylers Corners	kylers-corners	US		0	America/New_York	41.32089	-78.63891	495			PA	047	27088	
5196643	Kyttle	kyttle	US		0	America/New_York	41.31119	-76.18799	411			PA	079	66272	
5196645	La Anna	la-anna	US		0	America/New_York	41.24759	-75.33435	520			PA	103	30976	
5196654	La Trappe	la-trappe	US		0	America/New_York	40.13039	-74.97906	49			PA	017	05616	
5196661	Laboratory	laboratory	US		0	America/New_York	40.15507	-80.21339	411	Laboratory,Marlinsburg,Martinsburg,Pancake		PA	125	72504	
5196662	Laborde	laborde	US		0	America/New_York	41.02534	-78.65197	590			PA	033	07008	
5196667	Lacey Park	lacey-park	US		0	America/New_York	40.18622	-75.0885	88			PA	017	80952	
5196704	Lafayette Park	lafayette-park	US		0	America/New_York	40.09177	-75.3963	71			PA	091	79136	
5196710	Lafayetteville	lafayetteville	US		0	America/New_York	40.20174	-78.45363	462	Fayetteville,Lafayetteville		PA	009	72656	
5196712	Laddsburg	laddsburg	US		0	America/New_York	41.5748	-76.41716	404			PA	015	00596	
5196713	Laflin	laflin	US		1479	America/New_York	41.28897	-75.80547	222			PA	079	40848	
5196717	Lagonda	lagonda	US		0	America/New_York	40.12146	-80.28923	328	La Gonda,Lagonda		PA	125	72176	
5196725	Laidig	laidig	US		0	America/New_York	40.02842	-78.08306	347			PA	057	76176	
5196729	Laird Crossing	laird-crossing	US		0	America/New_York	40.87034	-79.63283	325			PA	005	83024	
5196754	Lake Carey	lake-carey	US		0	America/New_York	41.59591	-75.93381	293			PA	131	42616	
5196782	Lake Denise	lake-denise	US		0	America/New_York	40.23618	-79.69976	306			PA	129	69392	
5196877	Lake Naomi Estates	lake-naomi-estates	US		0	America/New_York	41.11509	-75.45907	537			PA	089	76960	
5196958	Lake Wallenpaupack Estate	lake-wallenpaupack-estate	US		0	America/New_York	41.36481	-75.33407	415			PA	103	30976	
5196977	Lake Wynonah	lake-wynonah	US		2640	America/New_York	40.59926	-76.16383	227			PA	107	72312	
5196981	Lake in the Clouds	lake-in-the-clouds	US		0	America/New_York	41.25342	-75.26268	561			PA	103	30976	
5197012	Laketon Heights	laketon-heights	US		0	America/New_York	40.46396	-79.85505	373			PA	003	59032	
5197018	Lakeview Heights	lakeview-heights	US		0	America/New_York	40.28092	-76.81053	154			PA	043	45056	
5197055	Lambings	lambings	US		0	America/New_York	40.5884	-79.52143	335			PA	005	39968	
5197056	Lambs Creek	lambs-creek	US		0	America/New_York	41.84424	-77.09858	342			PA	117	64624	
5197062	Lambertsville	lambertsville	US		0	America/New_York	40.07425	-78.91308	684			PA	111	74440	
5197068	Lamonaville	lamonaville	US		0	America/New_York	41.47006	-79.02643	511			PA	053	38016	
5197071	Lamonts Corners	lamonts-corners	US		0	America/New_York	41.257	-80.45118	310			PA	085	34064	
5197072	Lamott	lamott	US		0	America/New_York	40.06789	-75.14045	70			PA	091	12968	
5197090	Lancaster Junction	lancaster-junction	US		0	America/New_York	40.13148	-76.40218	116			PA	071	58840	
5197101	Lancasterville	lancasterville	US		0	America/New_York	40.11817	-75.24796	58			PA	091	84624	
5197106	Landingville	landingville	US		155	America/New_York	40.6262	-76.12355	152			PA	107	41264	
5197114	Landis Valley	landis-valley	US		0	America/New_York	40.09371	-76.28051	108			PA	071	46896	
5197122	Landon Station	landon-station	US		0	America/New_York	40.07868	-79.82449	241			PA	051	81232	
5197124	Landrus	landrus	US		0	America/New_York	41.6423	-77.20608	401			PA	117	07152	
5197125	Landstreet	landstreet	US		0	America/New_York	40.19147	-78.9103	498			PA	111	57552	
5197127	Lanes Mills	lanes-mills	US		0	America/New_York	41.22006	-78.77586	448	Lanes Grove,Lanes Mills		PA	065	71632	
5197133	Landis Store	landis-store	US		0	America/New_York	40.42648	-75.66074	280			PA	011	19312	
5197137	Langdondale	langdondale	US		0	America/New_York	40.13036	-78.2539	319	Langdondale,Stone Run		PA	009	08880	
5197144	Langhorne Gardens	langhorne-gardens	US		0	America/New_York	40.18039	-74.88711	58			PA	017	49120	
5197145	Langhorne Manor	langhorne-manor	US		1431	America/New_York	40.16705	-74.91767	66			PA	017	41416	
5197150	Langhorne Terrace	langhorne-terrace	US		0	America/New_York	40.17178	-74.94933	41			PA	017	49120	
5197154	Langville	langville	US		0	America/New_York	41.03562	-79.17643	365			PA	065	04728	
5197169	Lantz Corners	lantz-corners	US		0	America/New_York	41.7084	-78.69336	640	Lafayette,Lantz Corners		PA	083	32232	
5197178	Laquin	laquin	US		0	America/New_York	41.6323	-76.65078	420			PA	015	27344	
5197179	Larabee	larabee	US		0	America/New_York	41.90451	-78.37891	459			PA	083	22896	
5197181	Lardintown	lardintown	US		0	America/New_York	40.70507	-79.81255	327			PA	019	14320	
5197183	Lantz	lantz	US		0	America/New_York	40.83703	-76.76969	186			PA	097	65472	
5197189	Larke	larke	US		0	America/New_York	40.42757	-78.20584	318			PA	013	86144	
5197190	Larksville	larksville	US		4448	America/New_York	41.24508	-75.93075	167	Blindtown,Larksville		PA	079	41608	
5197193	Laros (historical)	laros-historical	US		0	America/New_York	40.57121	-75.65047	139	Kemmerers Inn,Laros (historical)		PA	077	79104	
5197195	Larrys Creek	larrys-creek	US		0	America/New_York	41.21952	-77.21358	178			PA	081	60128	
5197198	Larryville	larryville	US		0	America/New_York	41.2398	-77.21719	168			PA	081	60128	
5197211	Latimore	latimore	US		0	America/New_York	40.04565	-77.12109	195			PA	001	41672	
5197223	Latta Grove	latta-grove	US		0	America/New_York	40.3073	-77.98639	296	Barneytown,Latta Grove		PA	061	11600	
5197228	Laubach	laubach	US		0	America/New_York	41.26064	-76.37883	275	Laubach,Laubachs		PA	037	75048	
5197235	Lauffer	lauffer	US		0	America/New_York	40.15007	-79.58726	371			PA	129	21304	
5197237	Lattimer	lattimer	US		554	America/New_York	40.99397	-75.96131	499	Lattimer Mines		PA	079	33376	
5197260	Laurel Grove	laurel-grove	US		0	America/New_York	40.15259	-77.71055	307			PA	055	25176	
5197285	Laurel Junction	laurel-junction	US		0	America/New_York	40.84064	-76.05771	494	Laurel Junction,Ridge Junction		PA	107	18672	
5197290	Laurel Lake	laurel-lake	US		0	America/New_York	41.95702	-75.91825	516			PA	115	70776	
5197294	Laurel Gardens	laurel-gardens	US		0	America/New_York	40.52757	-80.02505	352			PA	003	66264	
5197300	Laurel Mountain Village	laurel-mountain-village	US		0	America/New_York	40.16896	-79.13947	818			PA	111	38032	
5197302	Laurel Park	laurel-park	US		0	America/New_York	40.87063	-77.18303	177			PA	119	32952	
5197316	Laurel Mountain Park	laurel-mountain-park	US		167	America/New_York	40.21118	-79.18503	432	Laurel Mountain,Laurel Mountain Park		PA	129	41834	
5197355	Laurel Run	laurel-run	US		504	America/New_York	41.2223	-75.86297	272			PA	079	41848	
5197385	Laurel Summit	laurel-summit	US		0	America/New_York	40.11591	-79.17531	825			PA	111	43440	
5197396	Laurel Wood Mobile Home Park	laurel-wood-mobile-home-park	US		0	America/New_York	40.13343	-76.81053	177			PA	133	53224	
5197397	Laurel Woods	laurel-woods	US		0	America/New_York	40.24009	-76.65469	216			PA	043	18936	
5197398	Laureldale	laureldale	US		3883	America/New_York	40.38815	-75.91798	117	Laurel Dale,Laureldale		PA	011	41768	
5197400	Laurella	laurella	US		0	America/New_York	41.5937	-75.20906	365			PA	127	05784	
5197418	Lavansville	lavansville	US		0	America/New_York	40.01591	-79.15336	647			PA	111	71784	
5197420	Laverock	laverock	US		0	America/New_York	40.09511	-75.18101	102			PA	091	12968	
5197421	Lavery	lavery	US		0	America/New_York	41.88006	-80.22562	389			PA	049	23088	
5197426	Lawn Crest	lawn-crest	US		0	America/New_York	40.04678	-75.09128	37			PA	101	60000	
5197429	Lawn View	lawn-view	US		0	America/New_York	41.53673	-78.3014	340			PA	023	70336	
5197433	Lawnford Acres	lawnford-acres	US		0	America/New_York	40.26176	-76.79303	128			PA	043	75672	
5197435	Lawnton	lawnton	US		3813	America/New_York	40.25842	-76.80386	119	Lawnton,Lawton		PA	043	75672	
5197439	Lawrence Corners	lawrence-corners	US		0	America/New_York	41.86119	-77.0083	392			PA	117	66912	
5197443	Lawrence Junction	lawrence-junction	US		0	America/New_York	40.96784	-80.37784	237			PA	073	53368	
5197445	Lawrence Park	lawrence-park	US		3915	America/New_York	40.34564	-76.8008	149			PA	043	45056	
5197446	Lawrence Park	lawrence-park	US		3982	America/New_York	42.15228	-80.02311	199			PA	049	41984	
5197463	Lawson Heights	lawson-heights	US		2194	America/New_York	40.29174	-79.3892	360			PA	129	78656	
5197464	Lawsville Center	lawsville-center	US		0	America/New_York	41.93897	-75.84241	332			PA	115	43120	
5197466	Lawton Gardens	lawton-gardens	US		0	America/New_York	40.26842	-76.80469	155			PA	043	75672	
5197469	Layfield	layfield	US		0	America/New_York	40.31788	-75.56935	79			PA	091	53664	
5197471	Lawsonham	lawsonham	US		0	America/New_York	40.99618	-79.48477	279			PA	031	46464	
5197478	Le High Park	le-high-park	US		0	America/New_York	40.17815	-77.04637	160			PA	041	50472	
5197487	LeBoeuf Garden	leboeuf-garden	US		0	America/New_York	41.92978	-79.982	360	Le Boeuf Gardens,LeBoeuf Garden		PA	049	81472	
5197495	Leacock	leacock	US		0	America/New_York	40.08565	-76.20829	129			PA	071	79080	
5197497	Leak Run	leak-run	US		0	America/New_York	40.44396	-79.79644	271	Leak Run,Leek Run		PA	003		
5197498	Leamersville	leamersville	US		0	America/New_York	40.36841	-78.42696	304			PA	013	27720	
5197500	Leaman Place	leaman-place	US		0	America/New_York	40.00732	-76.11634	121	Leaman,Leaman Place		PA	071	57848	
5197501	Learn Settlement	learn-settlement	US		0	America/New_York	40.68784	-78.94836	478			PA	063	30816	
5197508	Leather Corner Post	leather-corner-post	US		0	America/New_York	40.62093	-75.63824	209	Leather Corner Post,Woodrings		PA	077	45168	
5197509	Leatherwood	leatherwood	US		0	America/New_York	41.03006	-79.39115	379			PA	031	62144	
5197513	Leasureville	leasureville	US		0	America/New_York	40.74701	-79.70366	335	Leasuresville,Leasureville		PA	019	85784	
5197526	Lebanon Independent	lebanon-independent	US		0	America/New_York	40.35426	-76.42885	153			PA	075	42168	
5197541	Lebo Vista	lebo-vista	US		0	America/New_York	41.38924	-77.46831	572			PA	081	46184	
5197549	Ledgedale	ledgedale	US		0	America/New_York	41.37064	-75.32879	370	Ledgedale,Ledgerdale,Sedgedale		PA	127	67488	
5197562	Lee Park	lee-park	US		0	America/New_York	41.23119	-75.91464	164	Lee Park,South Wilkesbarre		PA	079	32416	
5197574	Leechs Corners	leechs-corners	US		0	America/New_York	41.43144	-80.33423	315			PA	085	75008	
5197582	Lees	lees	US		0	America/New_York	40.05233	-75.50381	76			PA	029	77344	
5197589	Leesburg Station	leesburg-station	US		0	America/New_York	41.14311	-80.24117	322			PA	085	73080	
5197599	Lees Cross Roads	lees-cross-roads	US		0	America/New_York	40.06981	-77.44193	238	Lee's Cross Roads,Lees Cross Roads,Lees Crossing,Leesburg		PA	041	71904	
5197648	Lehigh Furnace	lehigh-furnace	US		0	America/New_York	40.74259	-75.67991	174	Balliets Furnace,Balliots Furnace,Lehigh Furnace		PA	077	81280	
5197651	Lehigh Gap	lehigh-gap	US		0	America/New_York	40.77676	-75.60824	116	Lecha Wasser Kaft,Lehigh Gap,Lehigh Water Gap		PA	077	81280	
5197697	Leibeyville	leibeyville	US		0	America/New_York	40.7287	-75.87103	200	Leibeyville,Leibysville		PA	107	83792	
5197698	Leidighs	leidighs	US		0	America/New_York	40.14454	-77.09109	137	Leidich's Station,Leidighs		PA	041	50472	
5197699	Leidy	leidy	US		0	America/New_York	41.40534	-77.9225	270			PA	035	42544	
5197702	Leidytown	leidytown	US		0	America/New_York	40.31816	-75.24406	169	Leidystown,Leidytown		PA	017	34952	
5197708	Leinbachs	leinbachs	US		0	America/New_York	40.39259	-75.99438	108			PA	011	05816	
5197715	Leithsville	leithsville	US		0	America/New_York	40.55371	-75.33601	125	Leithsville,Leithsville P. O.		PA	095	45104	
5197719	Lemon	lemon	US		0	America/New_York	41.61619	-75.94242	330			PA	131	42616	
5197732	Lenape Heights	lenape-heights	US		1167	America/New_York	40.76423	-79.5206	296			PA	005	46976	
5197742	Lenkerville	lenkerville	US		550	America/New_York	40.53397	-76.95914	126			PA	043	79216	
5197752	Leolyn	leolyn	US		0	America/New_York	41.58674	-76.88663	368			PA	081	46352	
5197763	Leopard	leopard	US		0	America/New_York	40.02066	-75.45214	137			PA	029	21928	
5197765	Lerchs	lerchs	US		0	America/New_York	40.69982	-75.41713	128			PA	095	20736	
5197766	Lernerville	lernerville	US		0	America/New_York	40.73812	-79.76227	380			PA	019	10000	
5197776	Leslie Run	leslie-run	US		0	America/New_York	40.9962	-75.72741	303			PA	025	42400	
5197790	Level Corner	level-corner	US		0	America/New_York	41.20202	-77.18802	166			PA	081	60128	
5197791	Level Green	level-green	US		4020	America/New_York	40.3934	-79.72032	315			PA	129	58880	
5197795	Leviston	leviston	US		0	America/New_York	40.92731	-75.93687	491			PA	025	04048	
5197807	Lewis Corner	lewis-corner	US		0	America/New_York	41.9009	-77.92861	627			PA	105	00836	
5197808	Lewis Corners	lewis-corners	US		0	America/New_York	41.89591	-75.66296	509			PA	115	53888	
5197819	Lewis Mills	lewis-mills	US		0	America/New_York	40.09927	-75.82855	188			PA	029	83664	
5197855	Lewistown Junction	lewistown-junction	US		0	America/New_York	40.59035	-77.57749	144			PA	087	30480	
5197860	Lexington (historical)	lexington-historical	US		0	America/New_York	41.9295	-80.38062	262			PA	049	15736	
5197904	Library	library	US		0	America/New_York	40.28979	-80.00977	298			PA	003	72400	
5197906	Library Junction	library-junction	US		0	America/New_York	40.28757	-80.05422	343			PA	125	59608	
5197959	Lickdale	lickdale	US		0	America/New_York	40.45009	-76.51191	130			PA	075	78376	
5197974	Liebys Trailer Park	liebys-trailer-park	US		0	America/New_York	40.22898	-77.10303	139			PA	041	70792	
5197976	Liewellyn Corners	liewellyn-corners	US		0	America/New_York	41.23314	-75.80103	421			PA	079	04592	
5197978	Light Street	light-street	US		1093	America/New_York	41.0362	-76.42356	167	Lightstreet		PA	037	68392	
5198009	Lillyville	lillyville	US		0	America/New_York	40.84423	-80.23645	366			PA	007	27336	
5198018	Lime Bluff	lime-bluff	US		0	America/New_York	41.22953	-76.76051	168			PA	081	52288	
5198023	Limehill	limehill	US		0	America/New_York	41.7248	-76.28521	409			PA	015	86664	
5198024	Limekiln Acres	limekiln-acres	US		0	America/New_York	40.17676	-76.9497	135			PA	041	78736	
5198035	Limerick Center	limerick-center	US		0	America/New_York	40.23649	-75.53629	106			PA	091	43312	
5198040	Limerock	limerock	US		0	America/New_York	40.15898	-76.34051	121	Lime Rock,Limerock		PA	071	58840	
5198060	Limestoneville	limestoneville	US		0	America/New_York	41.03925	-76.74774	167			PA	093	43360	
5198061	Limeville	limeville	US		0	America/New_York	40.00205	-75.98023	153			PA	071	67568	
5198076	Lincoln Falls	lincoln-falls	US		0	America/New_York	41.51702	-76.66245	328			PA	113	23144	
5198079	Lincoln Heights	lincoln-heights	US		0	America/New_York	40.30729	-79.61699	393			PA	129	33792	
5198082	Lincoln Hill	lincoln-hill	US		0	America/New_York	40.15368	-80.29256	365			PA	125	55040	
5198094	Lincoln Place	lincoln-place	US		0	America/New_York	40.36785	-79.91727	348			PA	003	61000	
5198121	Lincoln Terrace	lincoln-terrace	US		0	America/New_York	40.69177	-75.25629	114			PA	095	57672	
5198126	Lincoln-Lemington	lincoln-lemington	US		0	America/New_York	40.47729	-79.88949	307			PA	003	61000	
5198128	Linconia	linconia	US		0	America/New_York	40.12567	-74.98239	45	Linconia,Linconia Park		PA	017	05616	
5198130	Lindaville	lindaville	US		0	America/New_York	41.72785	-75.81436	382			PA	115	09128	
5198131	Lindberg Heights	lindberg-heights	US		0	America/New_York	40.22843	-75.53129	86			PA	091	43312	
5198132	Lindbergh	lindbergh	US		0	America/New_York	41.11064	-75.94381	376	Alberts Corners,Lindbergh		PA	079	86584	
5198138	Linden Grove	linden-grove	US		0	America/New_York	40.36729	-80.01505	305			PA	003	11680	
5198141	Linden Hall	linden-hall	US		0	America/New_York	40.79701	-77.76083	336			PA	027	32792	
5198152	Linds Crossing	linds-crossing	US		0	America/New_York	40.44202	-78.32168	275			PA	013	27600	
5198161	Line Mountain	line-mountain	US		0	America/New_York	40.71259	-76.55718	230			PA	097	79112	
5198176	Linfield	linfield	US		0	America/New_York	40.2101	-75.56991	43			PA	091	43312	
5198180	Linglestown	linglestown	US		6334	America/New_York	40.33398	-76.78914	165	Linglestown,Lingletown		PA	043	45056	
5198184	Linhart	linhart	US		0	America/New_York	40.42257	-79.81449	240			PA	003	85184	
5198192	Linntown	linntown	US		1489	America/New_York	40.95897	-76.89913	143			PA	119	20888	
5198209	Lisburn	lisburn	US		0	America/New_York	40.16787	-76.91025	122	Lisbon,Lisborn,Lisburg,Lisburn,New Lisburn		PA	041	44832	
5198216	Linville Circle	linville-circle	US		0	America/New_York	40.03065	-76.26496	104			PA	071	83256	
5198283	Little Chapel	little-chapel	US		0	America/New_York	41.41898	-75.36907	452			PA	127	67488	
5198299	Little Cooley	little-cooley	US		0	America/New_York	41.74061	-79.89394	371			PA	039	03408	
5198323	Little Elk	little-elk	US		0	America/New_York	41.96394	-80.28812	280	Little Elk,Little Elk Corners		PA	049	29240	
5198348	Little Gap	little-gap	US		0	America/New_York	40.83287	-75.52241	144			PA	025	45128	
5198355	Little Germany	little-germany	US		0	America/New_York	40.38397	-77.26498	239			PA	099	72848	
5198359	Little Hickory	little-hickory	US		0	America/New_York	41.5409	-79.39755	456			PA	053	34240	
5198365	Little Hope	little-hope	US		0	America/New_York	42.09894	-79.81894	425	Greenfield,Little Hope		PA	049	31008	
5198367	Little Hollywood Mobile Home Park	little-hollywood-mobile-home-park	US		0	America/New_York	40.23342	-76.77219	174			PA	043	45120	
5198372	Little Jack Corners	little-jack-corners	US		0	America/New_York	40.15786	-78.35613	324			PA	009	35656	
5198374	Little Italy	little-italy	US		0	America/New_York	40.26816	-75.02378	50			PA	017	86624	
5198384	Little Kansas	little-kansas	US		0	America/New_York	40.48785	-77.81083	301	Kansas,Little Kansas		PA	087	56720	
5198407	Little Marsh	little-marsh	US		0	America/New_York	41.87674	-77.40137	427			PA	117	12880	
5198460	Little Oley	little-oley	US		0	America/New_York	40.31287	-75.65324	91			PA	011	19664	
5198507	Little Roundtop	little-roundtop	US		0	America/New_York	40.6523	-77.35721	532			PA	067	25648	
5198551	Little Summit	little-summit	US		0	America/New_York	40.11729	-80.11117	405			PA	125	54800	
5198553	Little Summit	little-summit	US		0	America/New_York	41.09926	-75.41268	571			PA	089	76960	
5198578	Little Washington	little-washington	US		0	America/New_York	40.04816	-75.78494	159	Little Washington,Wild Brier		PA	029	82576	
5198591	Littles Corners	littles-corners	US		0	America/New_York	41.71311	-80.232	346	Little Corners,Little's Corners,Littles Corner,Littles Corners		PA	039	33256	
5198592	Littletown	littletown	US		0	America/New_York	40.52035	-79.02586	503			PA	063	09624	
5198594	Litzenberg	litzenberg	US		0	America/New_York	40.58926	-75.59685	152	Billigs,Litxenberg,Litzenberg		PA	077	79104	
5198603	Lizard Creek Junction	lizard-creek-junction	US		0	America/New_York	40.79287	-75.66019	131			PA	025	21664	
5198604	Llanfair	llanfair	US		0	America/New_York	40.28563	-78.72308	714			PA	021	00308	
5198606	Llewellyn Corners	llewellyn-corners	US		0	America/New_York	41.23258	-75.79547	454	Llewellyn Corners,Llewellyns Corners		PA	079	04592	
5198615	Lloydell	lloydell	US		0	America/New_York	40.31452	-78.69224	615			PA	021	75144	
5198617	Lloydsville	lloydsville	US		0	America/New_York	40.31063	-79.40087	329	Lloydesville,Lloydsville		PA	129	78656	
5198618	Lloydville	lloydville	US		0	America/New_York	40.67006	-78.40641	673	Lloydsville,Lloydville		PA	021	63608	
5198619	Llyswen	llyswen	US		0	America/New_York	40.4784	-78.40307	326			PA	013	02184	
5198620	Loag	loag	US		0	America/New_York	40.12899	-75.81299	201	Loag,Loags Corner		PA	029	83664	
5198622	Lobachsville	lobachsville	US		0	America/New_York	40.40954	-75.73491	111			PA	011	60176	
5198626	Loch Lomond Junction	loch-lomond-junction	US		0	America/New_York	40.91617	-78.19723	434			PA	027	66736	
5198627	Lochiel	lochiel	US		0	America/New_York	40.94842	-76.95441	165			PA	119	20888	
5198628	Lochland	lochland	US		0	America/New_York	40.69759	-75.73491	214			PA	077	33616	
5198629	Lochvale	lochvale	US		0	America/New_York	40.86506	-78.84892	498			PA	063	04056	
5198653	Locke Mills	locke-mills	US		0	America/New_York	40.71062	-77.52333	210	Locke Mills,Lockes Mills		PA	087	03040	
5198665	Lockville	lockville	US		0	America/New_York	41.41702	-75.8777	276			PA	131	24408	
5198668	Lockview	lockview	US		0	America/New_York	40.15729	-79.90977	287			PA	125	25104	
5198694	Locust Lakes Village	locust-lakes-village	US		0	America/New_York	41.14453	-75.54491	542			PA	089	76960	
5198695	Locust Lane Acres	locust-lane-acres	US		0	America/New_York	40.29342	-76.79469	160			PA	043	45056	
5198696	Locust Lane Gardens	locust-lane-gardens	US		0	America/New_York	40.2962	-76.78636	152			PA	043	45056	
5198697	Locust Manor Mobile Home Park	locust-manor-mobile-home-park	US		0	America/New_York	40.17426	-76.82803	150			PA	133	24936	
5198700	Locust Point	locust-point	US		0	America/New_York	40.19731	-77.06387	140			PA	041	50472	
5198705	Locust Ridge Manor	locust-ridge-manor	US		0	America/New_York	40.28898	-76.82636	151			PA	043	45056	
5198708	Locust Run	locust-run	US		0	America/New_York	40.5548	-77.27276	143			PA	067	80568	
5198713	Locust Summit	locust-summit	US		0	America/New_York	40.77203	-76.40384	383			PA	097	51504	
5198727	Lofty	lofty	US		0	America/New_York	40.86842	-76.02965	469			PA	107	40096	
5198743	Log Pile	log-pile	US		0	America/New_York	40.16313	-80.29256	342			PA	125	11176	
5198754	Logan Mills	logan-mills	US		0	America/New_York	41.00674	-77.38276	353			PA	035	44336	
5198775	Logans Ferry Heights	logans-ferry-heights	US		0	America/New_York	40.54535	-79.75449	275			PA	003	61536	
5198800	Lonely Acres	lonely-acres	US		0	America/New_York	40.5509	-78.6928	592			PA	021	20952	
5198817	Long Brook	long-brook	US		0	America/New_York	41.37091	-76.48522	395	Long Brook,Longbrook		PA	113	18296	
5198838	Long Lane Acres	long-lane-acres	US		0	America/New_York	40.31009	-76.71636	163			PA	043	72200	
5198873	Long Run	long-run	US		0	America/New_York	40.66146	-78.82142	471			PA	021	04272	
5198877	Long Run	long-run	US		0	America/New_York	40.85565	-75.69991	166			PA	025	27368	
5198916	Longbridge	longbridge	US		0	America/New_York	40.26924	-79.29559	337	Long Bridge,Longbridge		PA	129	43240	
5198918	Longfellow	longfellow	US		215	America/New_York	40.50452	-77.6736	170			PA	087	08304	
5198925	Longmead Farms	longmead-farms	US		0	America/New_York	40.0865	-74.97184	30	Longmead Farms,Modena Park		PA	101	60000	
5198929	Longs Crossroad	longs-crossroad	US		0	America/New_York	40.66784	-78.57641	478			PA	021	84448	
5198935	Longsdorf	longsdorf	US		0	America/New_York	40.10203	-77.33971	193			PA	041	58824	
5198937	Longsdale	longsdale	US		0	America/New_York	40.48732	-75.67075	177			PA	011	44584	
5198939	Longswamp	longswamp	US		0	America/New_York	40.49815	-75.65491	153	Long Swamp,Longswamp		PA	011	44584	
5198946	Lookabough Corners	lookabough-corners	US		0	America/New_York	40.66423	-79.60394	335	Lookabaugh Corners,Lookabough Corners		PA	005	29184	
5198960	Loomis Park	loomis-park	US		0	America/New_York	41.20397	-75.96992	170			PA	079	32416	
5198981	Lorberry	lorberry	US		0	America/New_York	40.60176	-76.44496	376			PA	107	77400	
5198986	Lords Valley	lords-valley	US		0	America/New_York	41.36759	-75.06239	399	Lord's Valley,Lords Valley		PA	103	07088	
5198987	Lorenton	lorenton	US		0	America/New_York	41.54452	-77.28553	525			PA	117	51096	
5198991	Loretto Road	loretto-road	US		0	America/New_York	40.50896	-78.65502	625			PA	021	00868	
5198996	Lorberry Junction	lorberry-junction	US		0	America/New_York	40.5887	-76.41273	200	Lorberry Junction,Molleystown		PA	107	77400	
5198998	Loschs	loschs	US		0	America/New_York	40.64453	-77.14554	184			PA	067	50480	
5199008	Losh Run	losh-run	US		0	America/New_York	40.45508	-77.03165	114	Losh Run,Loshs Run		PA	099	84368	
5199026	Lottsville	lottsville	US		0	America/New_York	41.95172	-79.43338	436			PA	123	27736	
5199027	Loucks Mills	loucks-mills	US		0	America/New_York	41.84507	-77.7011	518			PA	105	33568	
5199029	Louden Hill	louden-hill	US		0	America/New_York	41.77174	-75.89825	480	Louden Hill,Lowden Hill		PA	115	19264	
5199038	Loux Corner	loux-corner	US		0	America/New_York	40.34705	-75.22351	191	Albrights Corner,Loux Corner,Louxs Corner		PA	017	34952	
5199040	Louxs Corner	louxs-corner	US		0	America/New_York	40.46343	-75.31073	152			PA	017	64536	
5199046	Lovedale	lovedale	US		0	America/New_York	40.27757	-79.86783	235	Lovedale,Vankirk		PA	003	23000	
5199054	Lovell Park	lovell-park	US		0	America/New_York	40.48007	-78.66696	584			PA	021	52360	
5199056	Lovelton	lovelton	US		0	America/New_York	41.53924	-76.18826	301			PA	131	54824	
5199058	Lover	lover	US		0	America/New_York	40.11257	-79.95033	326			PA	125	25104	
5199065	Lovi	lovi	US		0	America/New_York	40.68007	-80.1545	347			PA	007	54072	
5199075	Lower Allen	lower-allen	US		6694	America/New_York	40.22648	-76.90053	117			PA	041	44832	
5199080	Lower Askam	lower-askam	US		0	America/New_York	41.19425	-75.97076	199			PA	079	32416	
5199084	Lower Brownville	lower-brownville	US		0	America/New_York	40.81759	-76.21716	340	Brownsville,Lower Brownville		PA	107	83408	
5199087	Lower Burrell	lower-burrell	US		11761	America/New_York	40.55312	-79.75727	229	Louer Berel,lawr barl  pnsylwanya,lwr bwryl,Лоуер Берел,لاور بارل، پنسیلوانیا,لور بوريل		PA	129	53736	
5199111	Lower Hillville	lower-hillville	US		0	America/New_York	41.02451	-79.58977	424			PA	031	46464	
5199113	Lower Dutchtown	lower-dutchtown	US		0	America/New_York	40.4173	-78.62918	568			PA	021	81200	
5199156	Lower Longswamp	lower-longswamp	US		0	America/New_York	40.49093	-75.64463	141			PA	011	44584	
5199169	Lower Saucon	lower-saucon	US		0	America/New_York	40.60621	-75.2824	103	Kunsmans Corner,Kunsmans Crossing,Lower Saucon		PA	095	45104	
5199180	Lower Tannersville	lower-tannersville	US		0	America/New_York	41.03176	-75.29991	257			PA	089	61728	
5199191	Lower Whyel	lower-whyel	US		0	America/New_York	40.22368	-79.68199	276			PA	129	69392	
5199199	Lowhill	lowhill	US		0	America/New_York	40.01007	-79.95088	296	Low Hill,Lowhill		PA	125	12224	
5199218	Loyalhanna Woodlands Number 1	loyalhanna-woodlands-number-1	US		0	America/New_York	40.45118	-79.44115	357			PA	129	45200	
5199219	Loyalhanna Woodlands Number 2	loyalhanna-woodlands-number-2	US		0	America/New_York	40.45229	-79.46282	342			PA	129	45200	
5199221	Loyalsock (historical)	loyalsock-historical	US		0	America/New_York	41.22925	-76.89469	157			PA	081	14336	
5199228	Loyalsockville	loyalsockville	US		0	America/New_York	41.32091	-76.90941	189	Loyalsock,Loyalsockville		PA	081	79024	
5199230	Loyalville	loyalville	US		0	America/New_York	41.33619	-76.09909	403			PA	079	40920	
5199232	Loysburg Gap	loysburg-gap	US		0	America/New_York	40.1598	-78.36585	341			PA	009	72656	
5199242	Lucerne Mines	lucerne-mines	US		937	America/New_York	40.55896	-79.15115	350			PA	063	12040	
5199243	Luces Corners	luces-corners	US		0	America/New_York	41.61617	-79.83311	413			PA	039	77616	
5199247	Luciusboro	luciusboro	US		0	America/New_York	40.51062	-79.12226	507			PA	063	12040	
5199248	Lucket	lucket	US		0	America/New_York	40.46368	-78.61974	632	Lucket,Luckett		PA	021	52360	
5199249	Lucknow	lucknow	US		0	America/New_York	40.32759	-76.88581	133			PA	043	75528	
5199253	Lucon	lucon	US		0	America/New_York	40.2351	-75.41573	77	Lucon,Spring Mill,Spring Mills Creek		PA	091	71016	
5199255	Lucullus	lucullus	US		0	America/New_York	41.36896	-77.53998	603			PA	081	46184	
5199257	Lucy Furnace	lucy-furnace	US		0	America/New_York	40.39341	-77.88583	196			PA	087	81784	
5199265	Ludwigs Corner	ludwigs-corner	US		0	America/New_York	40.11566	-75.69354	192	Ludwigs Corner,West Vincent		PA	029	84160	
5199280	Lundys Lane	lundys-lane	US		0	America/New_York	41.89256	-80.33895	288	Lundys Lane,Wellsburg		PA	049	23088	
5199282	Lungerville	lungerville	US		0	America/New_York	41.27758	-76.51189	425			PA	081	38448	
5199288	Lushbaugh	lushbaugh	US		0	America/New_York	41.42312	-78.03139	284			PA	023	31632	
5199296	Luthers Mills	luthers-mills	US		0	America/New_York	41.7823	-76.56634	271			PA	015	10248	
5199305	Lutzville	lutzville	US		0	America/New_York	40.00814	-78.43557	316			PA	009	71544	
5199313	Lycippus	lycippus	US		0	America/New_York	40.22896	-79.42893	368			PA	129	78656	
5199327	Lyleville	lyleville	US		0	America/New_York	40.73923	-78.54002	442			PA	033	04888	
5199342	Lymansville	lymansville	US		0	America/New_York	41.77312	-77.98473	521			PA	105	16448	
5199343	Lymanville	lymanville	US		0	America/New_York	41.64869	-75.95298	347			PA	115	73440	
5199346	Lynces Junction	lynces-junction	US		0	America/New_York	41.62422	-80.33034	330			PA	039	67088	
5199351	Lymehurst	lymehurst	US		0	America/New_York	41.24702	-76.95219	166			PA	081	45224	
5199367	Lynnport	lynnport	US		0	America/New_York	40.67537	-75.80492	148			PA	077	45656	
5199373	Lynnwood Gardens	lynnwood-gardens	US		0	America/New_York	40.06678	-75.14406	74			PA	091	12968	
5199375	Lynchville	lynchville	US		0	America/New_York	41.43728	-78.56336	527			PA	047	67344	
5199377	Lyon Valley	lyon-valley	US		0	America/New_York	40.62898	-75.67019	141	Lyon Valley,Lyonville,Willow Run		PA	077	45168	
5199379	Lyona	lyona	US		0	America/New_York	41.69339	-79.96811	390			PA	039	64600	
5199389	Lyonstown	lyonstown	US		0	America/New_York	40.93756	-77.7425	332			PA	027	72832	
5199402	Mac	mac	US		0	America/New_York	41.80757	-76.583	405			PA	015	10248	
5199403	Macada	macada	US		0	America/New_York	40.65676	-75.35546	117			PA	095	06088	
5199442	Maddensville	maddensville	US		0	America/New_York	40.12675	-77.95806	222			PA	061	73072	
5199476	Magill Heights	magill-heights	US		0	America/New_York	40.6209	-79.86033	362			PA	003	82800	
5199479	Magnolia Hill	magnolia-hill	US		0	America/New_York	40.164	-74.83433	17			PA	017	08768	
5199509	Mahantango	mahantango	US		0	America/New_York	40.64897	-76.94248	124			PA	109	12672	
5199517	Mahoning	mahoning	US		0	America/New_York	40.93256	-79.45921	255			PA	005	60280	
5199532	Mahoning Furnace	mahoning-furnace	US		0	America/New_York	40.9459	-79.36421	268			PA	005	46632	
5199544	Mahoningtown	mahoningtown	US		0	America/New_York	40.97451	-80.37229	238			PA	073	53368	
5199547	Maiden Creek	maiden-creek	US		0	America/New_York	40.44815	-75.89826	106	Maiden Creek,Maidencreek		PA	011	46680	
5199569	Mainsville	mainsville	US		0	America/New_York	40.01509	-77.51471	235	Mainsville,Stony Point		PA	055	71912	
5199571	Mainville	mainville	US		132	America/New_York	40.97592	-76.37439	165	Maineville,Mainville		PA	037	46688	
5199575	Maizeville	maizeville	US		0	America/New_York	40.79814	-76.22216	352			PA	107	29088	
5199583	Malden Place	malden-place	US		0	America/New_York	40.03757	-79.9306	360			PA	125	12224	
5199589	Malins	malins	US		0	America/New_York	40.05066	-75.53798	91			PA	029	22056	
5199614	Mamont	mamont	US		0	America/New_York	40.48201	-79.59032	365			PA	129	81336	
5199616	Manada Gap	manada-gap	US		0	America/New_York	40.39731	-76.70997	161			PA	043	21208	
5199618	Manadahill	manadahill	US		0	America/New_York	40.35231	-76.71469	149			PA	043	83128	
5199623	Manatawna	manatawna	US		0	America/New_York	40.06567	-75.23185	112			PA	101	60000	
5199624	Manatawny	manatawny	US		0	America/New_York	40.38371	-75.73269	104			PA	011	56672	
5199628	Manayunk	manayunk	US		0	America/New_York	40.02456	-75.21407	50			PA	101	60000	
5199635	Manchester Beach	manchester-beach	US		0	America/New_York	42.07728	-80.23701	178			PA	049	24864	
5199642	Mandata	mandata	US		0	America/New_York	40.68342	-76.82664	185	Bull Run,Mandata		PA	097	37432	
5199658	Manifold	manifold	US		0	America/New_York	40.19507	-80.21867	325			PA	125	72504	
5199660	Manitto Haven	manitto-haven	US		0	America/New_York	40.42396	-79.43198	307			PA	129	45200	
5199678	Manor Acres	manor-acres	US		0	America/New_York	40.34092	-76.72302	152			PA	043	83128	
5199687	Manor Heights	manor-heights	US		0	America/New_York	40.75145	-79.52977	320			PA	005	46976	
5199688	Manor Hill	manor-hill	US		0	America/New_York	40.61868	-77.92083	284	Maner,Manor Hill		PA	061	04288	
5199699	Manor Ridge	manor-ridge	US		0	America/New_York	40.03815	-76.36607	122			PA	071	46992	
5199708	Manown	manown	US		0	America/New_York	40.19785	-79.90421	233			PA	003	26896	
5199716	Mansville	mansville	US		0	America/New_York	40.17757	-79.32531	443			PA	129	15912	
5199717	Mantz	mantz	US		0	America/New_York	40.73232	-75.82964	187			PA	107	83792	
5199719	Mantzville	mantzville	US		0	America/New_York	40.76787	-75.86992	206	Mantzville,Wehr		PA	107	83792	
5199730	Maple Beach	maple-beach	US		0	America/New_York	40.08622	-74.86878	6			PA	017	08768	
5199740	Maple Glen	maple-glen	US		7635	America/New_York	40.01563	-79.97672	238			PA	125	12224	
5199761	Maple Grove Park	maple-grove-park	US		0	America/New_York	40.21037	-75.96855	167			PA	011	08344	
5199781	Maple Glen	maple-glen	US		6742	America/New_York	40.17928	-75.18045	114	Maple Glen,Penneville		PA	091	35808	
5199795	Maple Point	maple-point	US		0	America/New_York	40.20066	-74.90044	48			PA	017	49120	
5199798	Maple Ridge	maple-ridge	US		0	America/New_York	40.21091	-78.91336	491			PA	111	15568	
5199816	Maple Summit	maple-summit	US		0	America/New_York	41.55952	-76.77607	676			PA	113	27096	
5199822	Mapledale	mapledale	US		0	America/New_York	41.38422	-79.86089	448			PA	121	27832	
5199837	Maplewood Heights	maplewood-heights	US		0	America/New_York	41.33897	-75.93881	320			PA	079	18056	
5199839	Maplewood Terrace	maplewood-terrace	US		0	America/New_York	40.28285	-79.53087	372			PA	129	33792	
5199844	Marble Hall	marble-hall	US		0	America/New_York	40.0915	-75.25129	66			PA	091	84624	
5199850	Marchandville	marchandville	US		0	America/New_York	40.07396	-79.89644	254			PA	051	53504	
5199855	Mardin	mardin	US		0	America/New_York	41.79868	-77.16525	561			PA	117	64624	
5199865	Marene Village	marene-village	US		0	America/New_York	40.29676	-76.78914	147			PA	043	45056	
5199866	Marguerite	marguerite	US		0	America/New_York	40.26368	-79.46337	331	Klondike,Marguerite		PA	129	78656	
5199869	Maria	maria	US		0	America/New_York	40.21786	-78.40696	396			PA	009	07024	
5199873	Marianne	marianne	US		1167	America/New_York	41.24645	-79.42893	442			PA	031	57536	
5199874	Mariasville	mariasville	US		0	America/New_York	41.20895	-79.6606	418			PA	121	64568	
5199882	Margo Gardens	margo-gardens	US		0	America/New_York	40.12039	-74.86878	6			PA	017	08768	
5199895	Marion Hill	marion-hill	US		0	America/New_York	40.73034	-80.2959	282			PA	007	62888	
5199905	Markelsville	markelsville	US		0	America/New_York	40.46564	-77.23193	154	Markelsville,Markelville		PA	099	38616	
5199917	Marklesburg	marklesburg	US		202	America/New_York	40.38313	-78.17306	271	James Creek,Marklesburg		PA	061	47544	
5199926	Marlboroville	marlboroville	US		0	America/New_York	40.37093	-75.43629	184			PA	091	47592	
5199929	Marlin Hills	marlin-hills	US		0	America/New_York	40.6026	-75.29546	152			PA	095	45104	
5199933	Marron	marron	US		0	America/New_York	40.86173	-78.61919	552	Marion,Marron		PA	033	25632	
5199936	Markton	markton	US		0	America/New_York	41.01062	-79.0642	510			PA	065	56712	
5199948	Marsh Creek	marsh-creek	US		0	America/New_York	41.77618	-77.39831	353			PA	117	70344	
5199955	Marsh Hill	marsh-hill	US		0	America/New_York	41.47702	-76.97413	250			PA	081	46208	
5199970	Marsh Run	marsh-run	US		0	America/New_York	40.20009	-76.81358	93			PA	133	24936	
5199975	Marshall Heights	marshall-heights	US		0	America/New_York	40.46424	-79.19309	349			PA	063	10352	
5199979	Marshall Hollow	marshall-hollow	US		0	America/New_York	41.22203	-76.27327	273			PA	079	24752	
5199989	Marshall Shadeland	marshall-shadeland	US		0	America/New_York	40.47035	-80.03339	268			PA	003	61000	
5199994	Marshallton	marshallton	US		1441	America/New_York	40.78675	-76.5394	269			PA	097	14536	
5199995	Marshbrook	marshbrook	US		0	America/New_York	41.6373	-75.67741	371			PA	069	05696	
5199996	Marshburg	marshburg	US		0	America/New_York	41.85451	-78.75448	645			PA	083	40808	
5199998	Marshfield Station	marshfield-station	US		0	America/New_York	40.90343	-75.08045	90			PA	095	79184	
5199999	Marshlands	marshlands	US		0	America/New_York	41.7134	-77.5786	419			PA	117	28264	
5200002	Marshview	marshview	US		0	America/New_York	41.67535	-76.38466	371			PA	015	03360	
5200003	Marshwood	marshwood	US		0	America/New_York	41.43619	-75.56713	454			PA	069	56792	
5200008	Marstown	marstown	US		0	America/New_York	40.53981	-76.37801	170			PA	107	60464	
5200011	Martha Furnace	martha-furnace	US		0	America/New_York	40.83478	-78.00723	283	Martha,Martha Furnace		PA	027	36504	
5200039	Martins Corner	martins-corner	US		0	America/New_York	40.04233	-75.85994	200			PA	029	82664	
5200047	Martins Creek Junction	martins-creek-junction	US		0	America/New_York	40.8276	-75.20018	115	Martins Creek Junction,Nazareth Junction		PA	095	81296	
5200049	Martins Crossroads	martins-crossroads	US		0	America/New_York	40.55924	-77.49832	189	Martins Cross Road,Martins Crossroads		PA	067	49392	
5200056	Martinsburg Junction	martinsburg-junction	US		0	America/New_York	40.30897	-78.33918	410			PA	013	55592	
5200059	Martintown	martintown	US		0	America/New_York	40.64229	-78.85169	596			PA	063	30816	
5200062	Martzville	martzville	US		0	America/New_York	41.0687	-76.26688	195			PA	037	08480	
5200068	Marvindale	marvindale	US		0	America/New_York	41.72951	-78.54113	494			PA	083	32232	
5200071	Marwood	marwood	US		0	America/New_York	40.77895	-79.77311	372			PA	019	85784	
5200077	Maryd	maryd	US		0	America/New_York	40.76009	-76.05604	277	Mary-D,Maryd		PA	107	68304	
5200087	Mascot (historical)	mascot-historical	US		0	America/New_York	40.85061	-78.40113	480			PA	033	06288	
5200111	Masseyburg	masseyburg	US		0	America/New_York	40.65951	-77.92722	248			PA	061	04288	
5200116	Mastersonville	mastersonville	US		0	America/New_York	40.19676	-76.48719	159			PA	071	63440	
5200118	Masthope	masthope	US		685	America/New_York	41.53592	-75.02822	211	Mast Hope,Masthope		PA	103	40776	
5200120	Masten	masten	US		0	America/New_York	41.5073	-76.82051	470			PA	081	46352	
5200127	Masthope Rapids	masthope-rapids	US		0	America/New_York	41.51731	-75.02156	347			PA	103	40776	
5200133	Mateer	mateer	US		0	America/New_York	40.64201	-79.4731	305			PA	005	10344	
5200147	Matternville	matternville	US		0	America/New_York	40.83062	-77.96584	420	Buffalo Run,Matternville		PA	027	58440	
5200149	Matterstown	matterstown	US		0	America/New_York	40.57258	-76.84747	183			PA	043	81216	
5200151	Matthews Run	matthews-run	US		0	America/New_York	41.9045	-79.34449	431			PA	123	09024	
5200166	Mausdale	mausdale	US		0	America/New_York	40.98648	-76.63496	151			PA	093	79552	
5200186	Mayburg	mayburg	US		0	America/New_York	41.5934	-79.19865	362			PA	053	35992	
5200188	Mayes	mayes	US		0	America/New_York	40.82562	-78.61947	500			PA	033	38432	
5200190	Mayfair	mayfair	US		0	America/New_York	40.85036	-76.63024	224			PA	097	69608	
5200191	Mayfair	mayfair	US		0	America/New_York	40.03579	-75.05344	19			PA	101	60000	
5200214	Maze	maze	US		0	America/New_York	40.6123	-77.19554	183			PA	067	18680	
5200219	McAdams	mcadams	US		0	America/New_York	40.38618	-80.26784	337	McAdams,McAdams Station		PA	125	65376	
5200221	McAdoo Heights	mcadoo-heights	US		0	America/New_York	40.89175	-75.99493	559			PA	107	40096	
5200223	McAlevys Fort	mcalevys-fort	US		0	America/New_York	40.63979	-77.83139	226	Fort McAlevy,McAlevys Fort		PA	061	37384	
5200227	McAlisters Crossroads	mcalisters-crossroads	US		0	America/New_York	40.51562	-80.26812	373			PA	003	25904	
5200228	McAlisterville	mcalisterville	US		971	America/New_York	40.63619	-77.27471	194			PA	067	25440	
5200235	McBride	mcbride	US		0	America/New_York	40.79756	-79.9245	302			PA	019	58792	
5200248	McCalmont	mccalmont	US		0	America/New_York	40.81951	-79.9445	301			PA	019	10472	
5200252	McCance	mccance	US		0	America/New_York	40.2709	-79.29726	337			PA	129	43240	
5200259	McCartney	mccartney	US		0	America/New_York	40.82839	-78.50974	521	McCarthey,McCartney		PA	033	38432	
5200260	McCartys Corner	mccartys-corner	US		0	America/New_York	41.29176	-74.86295	282	McCarthys Corner,McCartys Corner		PA	103	19272	
5200265	McCarroll Corner	mccarroll-corner	US		0	America/New_York	41.46619	-76.25577	618			PA	113	15208	
5200266	McCauley	mccauley	US		0	America/New_York	41.36784	-79.43782	481			PA	031	81208	
5200267	McCauley	mccauley	US		0	America/New_York	40.95286	-76.33466	233	McAuley,McCauley		PA	037	04704	
5200270	McCaslin	mccaslin	US		0	America/New_York	41.01312	-80.25673	377			PA	073	68408	
5200283	McClarran	mcclarran	US		0	America/New_York	40.32507	-79.46809	353			PA	129	78656	
5200288	McClintock	mcclintock	US		0	America/New_York	41.45617	-79.68839	307	McClintock,McClintousville		PA	121	16232	
5200291	McClure	mcclure	US		942	America/New_York	40.70702	-77.31443	209	McClure,Stucktown		PA	109	45992	
5200297	McClure	mcclure	US		0	America/New_York	40.10396	-79.55393	339	McClure,McClure Station,Mountain Mills		PA	051	79344	
5200315	McConnells Mill	mcconnells-mill	US		0	America/New_York	40.95284	-80.17006	305	Forest Mills,McConnells Mill		PA	073	71200	
5200317	McConnells Mills	mcconnells-mills	US		0	America/New_York	40.25257	-80.24895	296			PA	125	12848	
5200318	McConnellstown	mcconnellstown	US		1194	America/New_York	40.45257	-78.08167	216	M'Connellstown,McConnellstown		PA	061	80560	
5200321	McCormick	mccormick	US		0	America/New_York	40.8359	-79.10892	364			PA	063	72304	
5200330	McCoys Corners	mccoys-corners	US		0	America/New_York	41.127	-80.09645	373	McCoy Corners,McCoys Corners		PA	085	43104	
5200332	McCoysville	mccoysville	US		0	America/New_York	40.45313	-77.56777	180			PA	067	77952	
5200334	McCoytown	mccoytown	US		0	America/New_York	41.14256	-80.05256	392	McCoytown,Swamproot		PA	085	60336	
5200335	McCracken	mccracken	US		0	America/New_York	40.07007	-80.23812	389			PA	125	02384	
5200347	McCrea	mccrea	US		0	America/New_York	40.24425	-77.44332	189			PA	041	44984	
5200349	McCrea Furnace	mccrea-furnace	US		0	America/New_York	40.92618	-79.29087	309	McCrea Furnace,McCreas Furnace		PA	005	81720	
5200352	McCrays	mccrays	US		0	America/New_York	41.49062	-79.09476	539	McCray,McCrays		PA	053	38016	
5200358	McCullochs Mills	mccullochs-mills	US		0	America/New_York	40.42369	-77.5861	169			PA	067	77952	
5200360	McCullough	mccullough	US		0	America/New_York	40.36451	-79.63865	324			PA	129	58880	
5200384	McDonaldtown	mcdonaldtown	US		0	America/New_York	40.69729	-80.26923	232			PA	007	21752	
5200396	McElhattan	mcelhattan	US		598	America/New_York	41.15979	-77.36137	176			PA	035	81728	
5200402	McEwensville	mcewensville	US		278	America/New_York	41.07286	-76.81774	164			PA	097	46120	
5200405	McFann	mcfann	US		0	America/New_York	40.72701	-79.942	335			PA	019	49056	
5200408	McGarey	mcgarey	US		0	America/New_York	41.08201	-79.11643	439			PA	065	66032	
5200416	McGillstown	mcgillstown	US		0	America/New_York	40.3887	-76.52497	144	McGill,McGillstown		PA	075	21224	
5200420	McGees Mills	mcgees-mills	US		0	America/New_York	40.88173	-78.76253	395	Chest,McGees Mills		PA	033	05192	
5200422	McGovern	mcgovern	US		2742	America/New_York	40.22896	-80.21645	305	McConnellsville,McGovern		PA	125	12848	
5200423	McGrann	mcgrann	US		0	America/New_York	40.78145	-79.52143	243	McCain,McGrann		PA	005	46976	
5200431	McGovernsville	mcgovernsville	US		0	America/New_York	40.06926	-76.35718	109			PA	071	21232	
5200432	McHaddon	mchaddon	US		0	America/New_York	40.78868	-79.59338	408			PA	005	54856	
5200435	McIlhaney	mcilhaney	US		0	America/New_York	40.92204	-75.35935	232	Browns,McIlhaney		PA	089	13328	
5200439	McIntyre	mcintyre	US		0	America/New_York	40.56979	-79.29559	356			PA	063	87160	
5200444	McKeages Crossing	mckeages-crossing	US		0	America/New_York	40.7234	-78.81531	416			PA	063	13120	
5200445	McKean	mckean	US		0	America/New_York	41.8184	-78.55752	642			PA	083	38912	
5200459	McKeansburg	mckeansburg	US		163	America/New_York	40.67842	-76.02354	212			PA	107	20880	
5200460	McKee	mckee	US		0	America/New_York	40.3598	-78.41724	318	McKee,McKee Gap		PA	013	27720	
5200461	McKee	mckee	US		0	America/New_York	40.42758	-77.2211	208			PA	099	12360	
5200473	McKees Half Falls	mckees-half-falls	US		0	America/New_York	40.66147	-76.91803	127	McKee Half Falls,McKees Half Falls		PA	109	12672	
5200474	McKees Rocks	mckees-rocks	US		6010	America/New_York	40.46562	-80.06561	223	Chartiers,Makis Roks,McKees Rocks,Макис Рокс		PA	003	46264	
5200491	McKimm	mckimm	US		0	America/New_York	40.83479	-80.25784	262			PA	007	27336	
5200492	McKinley	mckinley	US		0	America/New_York	41.60339	-78.85503	522			PA	047	34464	
5200493	McKinley	mckinley	US		0	America/New_York	40.08483	-75.11684	80			PA	091	00156	
5200513	McKnight	mcknight	US		0	America/New_York	40.55507	-80.03644	357			PA	003	45900	
5200522	McLane	mclane	US		0	America/New_York	41.93617	-80.12645	390			PA	049	81224	
5200525	McLaughlin Corners	mclaughlin-corners	US		0	America/New_York	41.72617	-79.70866	473			PA	039	65960	
5200527	McLallen Corners	mclallen-corners	US		0	America/New_York	41.87978	-80.04922	369	McLallen Corners,McLallen's Corners,McLallens Corners		PA	049	81224	
5200534	McMichael	mcmichael	US		0	America/New_York	40.99509	-75.39824	304	McMichael,McMichaels		PA	089	13328	
5200542	McMillan	mcmillan	US		0	America/New_York	40.13285	-80.44646	394			PA	125	19464	
5200544	McMurray	mcmurray	US		4647	America/New_York	40.27785	-80.08394	305	McMurray,McMurry,Mcmurry		PA	125	59608	
5200546	McMinns Summit	mcminns-summit	US		0	America/New_York	41.20284	-78.77531	483			PA	065	81264	
5200558	McNees	mcnees	US		0	America/New_York	40.79756	-79.44504	320			PA	005	40056	
5200565	McPherron	mcpherron	US		0	America/New_York	40.77256	-78.61558	536			PA	033	13200	
5200570	McPhersons Corner	mcphersons-corner	US		0	America/New_York	41.39951	-79.58505	476			PA	121	60472	
5200573	McVeytown	mcveytown	US		333	America/New_York	40.49924	-77.74138	157	McVeytown,Waynesburg		PA	087	46400	
5200577	McWilliams	mcwilliams	US		0	America/New_York	40.9659	-79.25198	371			PA	005	63712	
5200599	Meade Heights	meade-heights	US		0	America/New_York	40.20676	-76.75414	112			PA	043	45120	
5200609	Meadow Gap	meadow-gap	US		0	America/New_York	40.16008	-77.93083	219			PA	061	73072	
5200629	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/New_York	40.1962	-76.90136	165			PA	133	24936	
5200634	Meadowdale	meadowdale	US		0	America/New_York	40.12591	-79.11308	560			PA	111	38032	
5200639	Meadowood	meadowood	US		2693	America/New_York	40.84201	-79.89394	398			PA	019	10472	
5200641	Meadows at Lower Gwynedd	meadows-at-lower-gwynedd	US		0	America/New_York	40.15011	-75.18295	72			PA	091	79008	
5200649	Meadville Junction	meadville-junction	US		0	America/New_York	41.63894	-80.34506	331			PA	039	75200	
5200655	Mechanics Valley	mechanics-valley	US		0	America/New_York	40.32011	-75.08295	99			PA	017	09816	
5200679	Mecks Corner	mecks-corner	US		0	America/New_York	40.3862	-77.14276	183			PA	099	84368	
5200680	Meckville	meckville	US		0	America/New_York	40.47148	-76.38107	153			PA	011	06008	
5200684	Medix Run	medix-run	US		0	America/New_York	41.29006	-78.39724	327			PA	047	05576	
5200690	Meckesville	meckesville	US		0	America/New_York	40.99981	-75.55185	502			PA	025	58968	
5200698	Meharg	meharg	US		0	America/New_York	40.78618	-79.89867	314			PA	019	58792	
5200706	Meiser Station	meiser-station	US		0	America/New_York	40.80092	-76.98887	147	Meiser,Meiser Station		PA	109	49016	
5200707	Meisertown	meisertown	US		0	America/New_York	41.08065	-75.26852	335	Meisertown,Misertown		PA	089	61728	
5200708	Meiserville	meiserville	US		0	America/New_York	40.66925	-76.9722	145			PA	109	12672	
5200712	Melchris Wood	melchris-wood	US		0	America/New_York	41.37676	-75.15601	452			PA	103	07088	
5200716	Mellingertown	mellingertown	US		0	America/New_York	40.14535	-79.51809	346			PA	129	51888	
5200724	Mellotts Mill	mellotts-mill	US		0	America/New_York	40.01731	-78.03834	250	Mellots Mill,Mellotts Mill		PA	057	43200	
5200780	Memphord Estates	memphord-estates	US		0	America/New_York	40.13731	-76.99748	159			PA	133	50328	
5200783	Mendelssohn	mendelssohn	US		0	America/New_York	40.30424	-79.89283	280			PA	003	13704	
5200797	Mentzer	mentzer	US		0	America/New_York	40.12536	-77.885	348			PA	061	20120	
5200823	Merion Hills	merion-hills	US		0	America/New_York	40.07511	-75.35407	85			PA	091	79136	
5200830	Mermaid	mermaid	US		0	America/New_York	40.079	-75.17823	119			PA	101	60000	
5200834	Merrian	merrian	US		0	America/New_York	40.77842	-76.40912	404			PA	097	51504	
5200844	Merryall	merryall	US		0	America/New_York	41.69869	-76.23049	220	Merryall,Merryatt		PA	015	86664	
5200848	Mertz Town	mertz-town	US		0	America/New_York	40.82009	-75.75741	176			PA	025	46640	
5200851	Merwinsburg	merwinsburg	US		0	America/New_York	40.9662	-75.46741	298	Merwinsburg,Sun Valley		PA	089	13328	
5200867	Metal	metal	US		0	America/New_York	40.01398	-77.87889	213			PA	055	48888	
5200869	Metamora Station	metamora-station	US		0	America/New_York	40.6376	-75.5313	126	Metamora,Metamora Siding,Metamora Station		PA	077	72632	
5200914	Mickleys	mickleys	US		0	America/New_York	40.64732	-75.49546	117	Mickleys,Mill Creek		PA	077		
5200915	Mickleys Gardens	mickleys-gardens	US		0	America/New_York	40.64982	-75.50518	112			PA	077		
5200950	Middle Creek	middle-creek	US		0	America/New_York	40.76119	-77.25804	187	Middle Creek,Middlecreek		PA	109	72856	
5200951	Middle Creek (historical)	middle-creek-historical	US		0	America/New_York	40.64731	-76.35467	277			PA	107	64088	
5200975	Middle Lancaster	middle-lancaster	US		0	America/New_York	40.85451	-80.12339	399			PA	019	41208	
5201001	Middle Spring	middle-spring	US		0	America/New_York	40.08342	-77.54138	177			PA	041	71904	
5201035	Middletown Center	middletown-center	US		0	America/New_York	41.87619	-76.08993	301	Middletown,Middletown Center		PA	115	49152	
5201050	Midmont	midmont	US		0	America/New_York	41.6109	-78.60725	599			PA	047	38368	
5201061	Midway Manor	midway-manor	US		0	America/New_York	40.63176	-75.42629	115			PA	077	02000	
5201065	Miedel Hill	miedel-hill	US		0	America/New_York	40.11202	-79.60615	368			PA	129	21304	
5201066	Mifflin Cross Roads	mifflin-cross-roads	US		0	America/New_York	40.97092	-76.31522	265	Miffin Cross Roads,Mifflin Cross Roads,Mifflin Crossroads		PA	037	04704	
5201071	Mifflin Junction	mifflin-junction	US		0	America/New_York	40.34785	-79.95116	361			PA	003	83512	
5201094	Milbell	milbell	US		0	America/New_York	40.21896	-79.70949	275	Bells Mills,Milbell,Millbell		PA	129	72256	
5201102	Mile Run	mile-run	US		0	America/New_York	40.80342	-76.77274	188			PA	097	44856	
5201121	Milford Mills	milford-mills	US		0	America/New_York	40.0651	-75.72827	107			PA	029	79352	
5201124	Milford Park	milford-park	US		0	America/New_York	40.47788	-75.52741	227			PA	077	79160	
5200870	Metcalf	metcalf	US	61940	0	America/New_York	40.62312	-79.6906	336			PA	129	00892	
5201137	Mill City (historical)	mill-city-historical	US		0	America/New_York	41.39813	-75.97909	355			PA	131	50496	
5201201	Mill Creek Corner	mill-creek-corner	US		0	America/New_York	40.55898	-75.74825	146			PA	011	48128	
5201206	Mill Creek Falls	mill-creek-falls	US		0	America/New_York	40.134	-74.87433	17			PA	017	08768	
5201241	Mill Grove	mill-grove	US		0	America/New_York	40.88286	-76.35217	283			PA	037	65240	
5201242	Mill Grove	mill-grove	US		0	America/New_York	40.13011	-75.44852	33			PA	091	79256	
5201243	Mill Grove	mill-grove	US		0	America/New_York	40.21257	-79.73977	270			PA	129	72256	
5201256	Mill Lane	mill-lane	US		0	America/New_York	40.05011	-75.54937	97			PA	029	22056	
5201262	Mill Road	mill-road	US		0	America/New_York	40.09233	-75.31074	27			PA	091	61664	
5201297	Millardsville	millardsville	US		0	America/New_York	40.38148	-76.26884	146			PA	075	37392	
5201299	Millbach	millbach	US		0	America/New_York	40.33259	-76.23801	140			PA	075	49560	
5201302	Millbach Springs	millbach-springs	US		0	America/New_York	40.3112	-76.24301	166			PA	075	49560	
5201303	Millbank	millbank	US		0	America/New_York	40.26285	-79.26809	345			PA	129	43240	
5201341	Miller Manor	miller-manor	US		0	America/New_York	40.70037	-75.43907	162			PA	095	20736	
5201377	Miller Shaft	miller-shaft	US		0	America/New_York	40.37924	-78.6628	558			PA	021	62056	
5201384	Millers	millers	US		0	America/New_York	40.82648	-75.26462	166	Miller,Millers		PA	095	61088	
5201385	Millers	millers	US		0	America/New_York	40.73176	-75.81714	190			PA	107	83792	
5201388	Millers Corner	millers-corner	US		0	America/New_York	40.92342	-76.15216	316			PA	107	55472	
5201389	Millers Crossroads	millers-crossroads	US		0	America/New_York	40.8487	-76.68663	202			PA	097	69608	
5201390	Millers Eddy	millers-eddy	US		0	America/New_York	41.03979	-79.64255	270	Millers Eddy,Monterey		PA	005	59440	
5201403	Millers Station	millers-station	US		0	America/New_York	41.81061	-79.9945	353	Miller's Station,Millers,Millers Station		PA	039	65440	
5201407	Millersdale	millersdale	US		0	America/New_York	40.27507	-79.6306	315	Eisaman,Millersdale		PA	129	33792	
5201417	Millertown	millertown	US		0	America/New_York	41.06342	-76.46884	287	Millertown,Mordansville		PA	037	51792	
5201418	Millertown	millertown	US		0	America/New_York	40.02452	-79.38142	472	Millers,Millertown		PA	051	67640	
5201420	Millesville	millesville	US		0	America/New_York	40.18146	-79.86838	338			PA	125	19536	
5201427	Milligantown	milligantown	US		0	America/New_York	40.5584	-79.67588	308			PA	129	78768	
5201452	Millvale	millvale	US		3689	America/New_York	40.48007	-79.97839	242	Bennett,Millvale,Milvejl,Милвејл		PA	003	49920	
5201455	Millview	millview	US		0	America/New_York	41.50619	-76.59134	323			PA	113	26736	
5201461	Millway	millway	US		0	America/New_York	40.16121	-76.23579	104			PA	071	81168	
5201475	Milton Grove	milton-grove	US		0	America/New_York	40.16232	-76.53163	154			PA	071	51664	
5201513	Miners Mills	miners-mills	US		0	America/New_York	41.26703	-75.83186	205	Miner Mills,Miners Mills		PA	079	85152	
5201515	Mineral Spring	mineral-spring	US		0	America/New_York	40.72618	-79.80061	388			PA	019	14320	
5201522	Minerville	minerville	US		0	America/New_York	41.61702	-76.63134	424			PA	015	57448	
5201523	Minesite	minesite	US		0	America/New_York	40.55315	-75.52935	147			PA	077	44952	
5201529	Miners Village	miners-village	US		0	America/New_York	40.26704	-76.39857	212			PA	075	16256	
5201541	Minister	minister	US		0	America/New_York	41.61895	-79.14838	382			PA	053	35992	
5201553	Minnequa	minnequa	US		0	America/New_York	41.67396	-76.83385	387			PA	015	11168	
5201556	Minnis Corner	minnis-corner	US		0	America/New_York	41.4845	-80.33868	336			PA	085	75008	
5201564	Miola	miola	US		0	America/New_York	41.25201	-79.34338	465			PA	031	34456	
5201566	Miquon	miquon	US		0	America/New_York	40.06011	-75.26546	42	Lafayette,Miquon		PA	091	84624	
5201580	Mishler Corners	mishler-corners	US		0	America/New_York	41.93506	-80.20478	385			PA	049	27392	
5201592	Mitchell Creek	mitchell-creek	US		0	America/New_York	41.93507	-77.10608	312	Mitchell Creek,Mitchells Creek		PA	117	76824	
5201613	Mix Run	mix-run	US		0	America/New_York	41.33951	-78.19251	264			PA	023	29008	
5201616	Mixtown	mixtown	US		0	America/New_York	41.84729	-77.58749	606			PA	117	14528	
5201619	Mocanaqua	mocanaqua	US		646	America/New_York	41.14119	-76.13882	169			PA	079	15904	
5201624	Modena Park	modena-park	US		0	America/New_York	40.07844	-74.98795	32			PA	101	60000	
5201627	Mogees Station	mogees-station	US		0	America/New_York	40.10789	-75.31963	34			PA	091	61664	
5201628	Mogeetown	mogeetown	US		0	America/New_York	40.10789	-75.31296	45			PA	091	61664	
5201633	Moffitts Mills	moffitts-mills	US		0	America/New_York	40.05868	-79.95311	300			PA	125	83840	
5201640	Mohns Hill	mohns-hill	US		0	America/New_York	40.27593	-76.04605	244	Mohns Hill,Mohnshill		PA	011	72824	
5201654	Mollenauer	mollenauer	US		0	America/New_York	40.3534	-80.02505	349			PA	003		
5201664	Molltown	molltown	US		0	America/New_York	40.47732	-75.88048	117			PA	011	46680	
5201671	Mongtown	mongtown	US		0	America/New_York	41.24451	-79.53838	419			PA	031	04696	
5201672	Mongul	mongul	US		0	America/New_York	40.07842	-77.59193	196	Fairview,Mongul		PA	055	71912	
5201673	Moniger Heights	moniger-heights	US		0	America/New_York	40.2434	-80.222	327			PA	125	12848	
5201674	Moninger	moninger	US		0	America/New_York	40.24174	-80.21256	302			PA	125	12848	
5201675	Moniteau	moniteau	US		0	America/New_York	41.06312	-79.8995	371			PA	019	12992	
5201680	Monocacy	monocacy	US		0	America/New_York	40.25843	-75.78131	56			PA	011	78280	
5201713	Monroe Furnace	monroe-furnace	US		0	America/New_York	40.69701	-77.89278	359			PA	061	04288	
5201714	Monroe Heights	monroe-heights	US		0	America/New_York	40.41701	-79.75227	359			PA	003		
5201715	Monroe Lake	monroe-lake	US		0	America/New_York	41.11482	-75.14073	310			PA	089	49080	
5201743	Montdale	montdale	US		0	America/New_York	41.53397	-75.60963	402	Browns Hollow,Montdale		PA	069	68400	
5201762	Montgomery Ferry	montgomery-ferry	US		0	America/New_York	40.49897	-76.97275	121	Montgomery,Montgomery Ferry,Montgomerys Ferry		PA	099	10008	
5201792	Montour Junction	montour-junction	US		0	America/New_York	40.50618	-80.14034	232			PA	003	65352	
5201808	Montrose Hill	montrose-hill	US		0	America/New_York	40.50368	-79.85561	297	Glenover,Glenoyer,Montrose Hill		PA	003	56384	
5201809	Montrose Park	montrose-park	US		0	America/New_York	40.30231	-76.8997	101			PA	043	75528	
5201812	Montsera	montsera	US		0	America/New_York	40.10898	-77.28387	181			PA	041	19144	
5201822	Moon Crest	moon-crest	US		0	America/New_York	40.52312	-80.19117	362			PA	003	50784	
5201826	Moon Run	moon-run	US		0	America/New_York	40.45312	-80.1095	342			PA	003	39312	
5201844	Moonstown	moonstown	US		0	America/New_York	40.28148	-76.3069	170			PA	075	33608	
5201858	Mooredale	mooredale	US		0	America/New_York	40.12759	-77.29248	191	Mooredale,Stone Tavern		PA	041	19144	
5201861	Moores Corners	moores-corners	US		0	America/New_York	41.04034	-80.11061	355			PA	019	86536	
5201874	Moorheadville	moorheadville	US		0	America/New_York	42.192	-79.91005	223			PA	049	32520	
5201875	Moors Mill	moors-mill	US		0	America/New_York	40.11537	-77.28137	176			PA	041	19144	
5201883	Moosehead	moosehead	US		0	America/New_York	41.11981	-75.79325	445			PA	079	18868	
5201891	Morado	morado	US		0	America/New_York	40.78812	-80.33284	269			PA	007	04792	
5201903	Mordansville	mordansville	US		0	America/New_York	41.06703	-76.49856	168			PA	037	51792	
5201904	Morea	morea	US		0	America/New_York	40.78953	-76.17133	457			PA	107	46584	
5201916	Morewood	morewood	US		0	America/New_York	40.14813	-79.56309	332			PA	129	21304	
5201927	Morgan Manor	morgan-manor	US		0	America/New_York	41.45591	-75.6813	410			PA	069	69000	
5201935	Morgans Land	morgans-land	US		0	America/New_York	40.83284	-78.53975	553			PA	033	38432	
5201946	Morningside	morningside	US		0	America/New_York	40.48257	-79.9295	277			PA	003	61000	
5201952	Morrell Park	morrell-park	US		0	America/New_York	40.07344	-74.9885	20			PA	101	60000	
5201980	Morrison (historical)	morrison-historical	US		0	America/New_York	41.80423	-78.91643	404			PA	083	32168	
5202003	Morrows Corner	morrows-corner	US		0	America/New_York	40.90784	-79.5406	349			PA	005	81176	
5202006	Morwood	morwood	US		0	America/New_York	40.31538	-75.39184	96			PA	091	27280	
5202007	Morysville	morysville	US		0	America/New_York	40.32454	-75.65102	108			PA	011	14984	
5202013	Moselem	moselem	US		0	America/New_York	40.50065	-75.88409	103			PA	011	64592	
5202020	Moselem Springs	moselem-springs	US		0	America/New_York	40.48565	-75.83853	129			PA	011	64592	
5202027	Mosgrove	mosgrove	US		0	America/New_York	40.86895	-79.47532	296			PA	005	63560	
5202036	Mosiertown	mosiertown	US		0	America/New_York	41.77256	-80.20617	378	Cussewago,Mosiertown		PA	039	17848	
5202058	Mosserville	mosserville	US		0	America/New_York	40.69426	-75.76269	168			PA	077	45656	
5202060	Mostoller	mostoller	US		0	America/New_York	40.07202	-78.94141	585			PA	111	63144	
5202067	Mottarns Mill	mottarns-mill	US		0	America/New_York	40.83534	-79.05753	370			PA	063	21456	
5202069	Moudy Hill	moudy-hill	US		0	America/New_York	40.38146	-78.68946	531			PA	021	62056	
5202072	Mount Air	mount-air	US		0	America/New_York	40.90173	-80.44146	367	Mount Air,Mountain,Mountair		PA	073	43824	
5202085	Mount Airy Terrace	mount-airy-terrace	US		0	America/New_York	41.31619	-75.94159	336			PA	079	39792	
5202086	Mount Allen	mount-allen	US		0	America/New_York	40.17926	-76.97386	182			PA	041	78736	
5202087	Mount Allen Estates	mount-allen-estates	US		0	America/New_York	40.18509	-76.97886	167			PA	041	78736	
5202090	Mount Alton	mount-alton	US		0	America/New_York	41.79423	-78.6278	631	Alton,Mount Alton		PA	083	40808	
5202092	Mount Ararat	mount-ararat	US		0	America/New_York	40.38315	-76.48024	173			PA	075	75680	
5202132	Mount Carmel Junction	mount-carmel-junction	US		0	America/New_York	40.78342	-76.43523	347	Mount Carmel Junction,Mount Carmel Junction Station		PA	097	51504	
5202138	Mount Chestnut	mount-chestnut	US		0	America/New_York	40.88784	-79.98061	406			PA	019	27352	
5202140	Mount Chestnut Springs	mount-chestnut-springs	US		0	America/New_York	40.88645	-79.99145	400			PA	019	27352	
5202141	Mount Cobb	mount-cobb	US		1799	America/New_York	41.41342	-75.49324	507			PA	069	37896	
5202144	Mount Dallas	mount-dallas	US		0	America/New_York	40.01203	-78.39502	308			PA	009	71544	
5202145	Mount Eagle	mount-eagle	US		103	America/New_York	40.98201	-77.70556	212	Mechanicsville,Mount Eagle,Mountain Eagle		PA	027	35968	
5202146	Mount Etna	mount-etna	US		0	America/New_York	40.52035	-78.17251	237			PA	013	11760	
5202154	Mount Gretna Heights	mount-gretna-heights	US		323	America/New_York	40.24822	-76.46626	220			PA	075	82752	
5202159	Mount Herman	mount-herman	US		0	America/New_York	40.04896	-80.23367	296			PA	125	02384	
5202211	Mount Laffee	mount-laffee	US		0	America/New_York	40.71703	-76.22856	262	Beechwood,Mount Laffee		PA	107	53376	
5202215	Mount Lebanon	mount-lebanon	US		32730	America/New_York	40.35535	-80.0495	323			PA	003	51696	
5202251	Mount Oliver	mount-oliver	US		3354	America/New_York	40.41424	-79.98783	350	Mount Oliver,Ormsby		PA	003	51744	
5202262	Mount Patrick	mount-patrick	US		0	America/New_York	40.52731	-76.98831	119			PA	099	10008	
5202264	Mount Penn	mount-penn	US		3165	America/New_York	40.32815	-75.89076	159			PA	011	51760	
5202318	Mount Pleasant Mill	mount-pleasant-mill	US		346	America/New_York	40.72397	-77.00637	168			PA	109	59504	
5202346	Mount Rock	mount-rock	US		0	America/New_York	40.16064	-77.31721	168	Mount Rock,Mountrock		PA	041	58824	
5202347	Mount Rock	mount-rock	US		0	America/New_York	40.02176	-77.56471	223			PA	055	71912	
5202348	Mount Rock	mount-rock	US		0	America/New_York	40.61341	-77.57166	152			PA	087	18944	
5202379	Mount Top	mount-top	US		0	America/New_York	40.05871	-76.98914	180			PA	133	81056	
5202402	Mount Vernon Gardens	mount-vernon-gardens	US		0	America/New_York	40.11844	-75.12962	102			PA	091	00156	
5202408	Mount View	mount-view	US		0	America/New_York	40.28009	-76.96636	133			PA	041	32296	
5202511	Mountain Green	mountain-green	US		0	America/New_York	40.11675	-77.81194	315			PA	055	48888	
5202537	Mountain Top Estates	mountain-top-estates	US		0	America/New_York	41.09926	-75.05768	268			PA	089	49080	
5202541	Mountain View Acres	mountain-view-acres	US		0	America/New_York	40.36175	-76.80053	213			PA	043	45056	
5202544	Mountain View Estates	mountain-view-estates	US		0	America/New_York	40.30342	-76.94803	133			PA	041	21680	
5202550	Mountaindale	mountaindale	US		0	America/New_York	40.6934	-78.42474	574			PA	021	63608	
5202567	Moween	moween	US		0	America/New_York	40.48173	-79.43198	298			PA	129	45200	
5202568	Mowersville	mowersville	US		0	America/New_York	40.11203	-77.58193	197	Moursville,Mowersville		PA	055	45496	
5202570	Mowry	mowry	US		0	America/New_York	41.06006	-78.14056	285			PA	033	16656	
5202571	Mowry	mowry	US		0	America/New_York	40.76231	-76.40412	306			PA	107	10488	
5202577	Moxham	moxham	US		0	America/New_York	40.29424	-78.90752	388			PA	021	38288	
5202578	Moyer	moyer	US		0	America/New_York	40.04952	-79.56559	288			PA	051	10152	
5202585	Moyers Grove	moyers-grove	US		0	America/New_York	41.06064	-76.06437	250			PA	079	35192	
5202590	Mozart	mozart	US		0	America/New_York	40.27594	-75.05378	99	Concord,Mozart		PA	017	09816	
5202635	Mud Run	mud-run	US		0	America/New_York	40.98981	-75.71241	316			PA	025	39608	
5202656	Muddy Creek	muddy-creek	US		0	America/New_York	40.97229	-79.97117	375	Mercer Road,Muddy Creek		PA	019	13936	
5202684	Muff	muff	US		0	America/New_York	40.88451	-79.3381	457	Muff,Snyderville		PA	005	81720	
5202691	Muhlenberg Park	muhlenberg-park	US		1420	America/New_York	40.38482	-75.94132	83			PA	011	52200	
5202694	Muhlenburg	muhlenburg	US		0	America/New_York	41.22897	-76.1591	324	Muhlenberg,Muhlenburg		PA	079	78384	
5202700	Muhlenberg	muhlenberg	US		0	America/New_York	40.38315	-75.93882	100			PA	011	52200	
5202711	Mumbauersville	mumbauersville	US		0	America/New_York	40.41843	-75.45962	184			PA	017	49384	
5202728	Munderf	munderf	US		0	America/New_York	41.28451	-78.94948	503			PA	065	61920	
5202734	Munhall	munhall	US		11247	America/New_York	40.39229	-79.90005	318	Mankhol,Манхол		PA	003	52320	
5202740	Mundys Corner	mundys-corner	US		1651	America/New_York	40.44479	-78.84113	577			PA	021	37352	
5202746	Munntown	munntown	US		0	America/New_York	40.23229	-80.0895	391			PA	125	55712	
5202748	Murdocksville	murdocksville	US		0	America/New_York	40.47868	-80.3559	285			PA	003	25904	
5202763	Murrinsville	murrinsville	US		0	America/New_York	41.14339	-79.88394	439	Murrinsville,Murrinville		PA	019	47448	
5202764	Murry Hill	murry-hill	US		0	America/New_York	40.27563	-80.15728	298			PA	125	55432	
5202768	Murrell	murrell	US		0	America/New_York	40.16871	-76.16717	150	Greenville,Murrell		PA	071	23840	
5202770	Muse Junction	muse-junction	US		0	America/New_York	40.31313	-80.19534	330			PA	125	11800	
5202771	Musellmans Crossing	musellmans-crossing	US		0	America/New_York	41.09117	-77.91889	482			PA	027	71608	
5202772	The Mushroom Farm	the-mushroom-farm	US		0	America/New_York	41.14676	-75.35435	583	Mushroom Farms		PA	089	15960	
5202777	Musser	musser	US		0	America/New_York	40.72617	-77.98445	339	Musser,Musser Siding		PA	027	25624	
5202784	Musselman Grove	musselman-grove	US		0	America/New_York	40.29035	-78.50502	435			PA	013	31000	
5202789	Mustard	mustard	US		0	America/New_York	40.23507	-79.81866	246			PA	003	23000	
5202791	Mutchlertown	mutchlertown	US		0	America/New_York	40.67593	-75.23657	97			PA	095	82832	
5202798	Muzette	muzette	US		0	America/New_York	41.47284	-79.23365	500			PA	053	39760	
5202817	Myersbrook	myersbrook	US		0	America/New_York	40.0723	-79.29087	697			PA	129	19480	
5202818	Myersburg	myersburg	US		0	America/New_York	41.79702	-76.3791	228	Myersburg,Myersburgh		PA	015	86912	
5202825	Mylo Park	mylo-park	US		0	America/New_York	40.48007	-78.74252	617			PA	021	10880	
5202827	Myobeach	myobeach	US		0	America/New_York	41.60202	-76.08159	225			PA	131	48864	
5202828	Myoma	myoma	US		0	America/New_York	40.73007	-80.02562	319			PA	019	00300	
5202833	Mystic Park	mystic-park	US		0	America/New_York	41.67395	-79.7645	386			PA	039	77616	
5202837	Naces Corner	naces-corner	US		0	America/New_York	40.33483	-75.20656	195			PA	017	53304	
5202838	Nacetown	nacetown	US		0	America/New_York	40.3887	-76.35218	187			PA	075	37392	
5202839	Naceville	naceville	US		0	America/New_York	40.35149	-75.3724	168			PA	091	67528	
5202840	Nadine	nadine	US		0	America/New_York	40.47646	-79.86894	308			PA	003	59032	
5202845	Nagles Crossroad	nagles-crossroad	US		0	America/New_York	40.63701	-78.59252	482			PA	021	14056	
5202851	Naginey	naginey	US		0	America/New_York	40.70424	-77.55166	203	Nagany,Naginey		PA	087	03040	
5202857	Nansen	nansen	US		0	America/New_York	41.58228	-78.86281	599			PA	047	34464	
5202858	Nantilly	nantilly	US		0	America/New_York	40.16981	-76.96803	130			PA	041	78736	
5202859	Nantmeal Village	nantmeal-village	US		0	America/New_York	40.14149	-75.70437	136			PA	029	21576	
5202862	Naomi	naomi	US		69	America/New_York	40.10702	-79.84143	246			PA	051	81232	
5202866	Napiersville	napiersville	US		0	America/New_York	40.18259	-76.10634	140			PA	071	20984	
5202871	Narcissa	narcissa	US		0	America/New_York	40.12622	-75.25851	86			PA	091	84888	
5202879	Narrows Creek	narrows-creek	US		0	America/New_York	41.13478	-78.70031	443			PA	033	67792	
5202887	Narrowsville	narrowsville	US		0	America/New_York	40.5701	-75.12878	52			PA	017	08592	
5202894	Natalie	natalie	US		0	America/New_York	40.81731	-76.46301	467			PA	097	51504	
5202898	National Hill	national-hill	US		0	America/New_York	40.34563	-80.157	294			PA	003	72160	
5202907	Naumanstown	naumanstown	US		0	America/New_York	40.16259	-76.43191	173	Naumanstown,Naumanville		PA	071	63440	
5202911	Nauvoo Estates	nauvoo-estates	US		0	America/New_York	40.15787	-76.87803	169			PA	133	24936	
5202918	Nay Aug	nay-aug	US		0	America/New_York	41.39925	-75.58658	364			PA	069	20352	
5202933	Neale	neale	US		0	America/New_York	40.7034	-79.5581	275			PA	005	05992	
5202935	Nealeys	nealeys	US		0	America/New_York	40.95423	-80.082	371			PA	019	86536	
5202936	Nealmont	nealmont	US		0	America/New_York	40.66617	-78.21918	272			PA	013	71624	
5202940	Neason Hill	neason-hill	US		0	America/New_York	41.62839	-80.14478	395			PA	039	48360	
5202942	Neath	neath	US		0	America/New_York	41.87341	-76.13521	347			PA	015	60184	
5202949	Nebraska	nebraska	US		0	America/New_York	41.46923	-79.38338	345			PA	053	30808	
5202950	Nebraska	nebraska	US		0	America/New_York	41.52425	-75.53713	309			PA	069	02832	
5202952	Nectarine	nectarine	US		0	America/New_York	41.19589	-79.93144	420			PA	121	37200	
5202955	Needful	needful	US		0	America/New_York	41.03089	-78.34168	432	Needful,Pleasant Valley		PA	033	08032	
5202960	Neff	neff	US		0	America/New_York	40.54368	-78.0839	216			PA	061	62160	
5202965	Neffs Mills	neffs-mills	US		0	America/New_York	40.6359	-77.96389	249			PA	061	82352	
5202967	Neffsville	neffsville	US		0	America/New_York	40.1001	-76.30524	122			PA	071	46896	
5202989	Neiffer	neiffer	US		0	America/New_York	40.26288	-75.52018	124			PA	091	43312	
5202993	Neilltown	neilltown	US		0	America/New_York	41.60562	-79.5056	493	Neillsburg,Neilltown,Neilsburg,Neiltown,Perry		PA	053	32704	
5203000	Nellie	nellie	US		0	America/New_York	40.02507	-79.67782	328			PA	051	27400	
5203003	Nelighsville	nelighsville	US		0	America/New_York	40.69843	-75.44963	123			PA	095	20736	
5203026	Nesbit Corners	nesbit-corners	US		0	America/New_York	41.27645	-80.12506	390	Nesbit Corners,Nesbits Corners		PA	085	37416	
5203033	Nescopeck Pass	nescopeck-pass	US		0	America/New_York	41.07619	-75.95881	497	Nescopeck,Nescopeck Pass		PA	079	10480	
5203036	Neshaminy	neshaminy	US		0	America/New_York	40.22955	-75.13878	76			PA	017	81048	
5203037	Neshaminy (historical)	neshaminy-historical	US		0	America/New_York	40.17233	-74.95128	32			PA	017	49120	
5203042	Neshaminy Falls	neshaminy-falls	US		0	America/New_York	40.15344	-74.95933	43	Neshaminy Falls,Neshaminy Falls Grove,Neshaminy Falls Station,Willets Station		PA	017	45112	
5203046	Neshaminy Heights	neshaminy-heights	US		0	America/New_York	40.14844	-74.9185	19			PA	017	49120	
5203049	Neshaminy Hills	neshaminy-hills	US		0	America/New_York	40.15955	-74.95878	39			PA	017	45112	
5203060	Neshaminy Woods	neshaminy-woods	US		0	America/New_York	40.16483	-74.95656	53			PA	017	45112	
5203062	Neshannock	neshannock	US		0	America/New_York	41.21589	-80.3959	343			PA	085	34064	
5203074	Neshannock Falls	neshannock-falls	US		0	America/New_York	41.08284	-80.29756	308			PA	073	85504	
5203078	Nesquehoning Junction	nesquehoning-junction	US		0	America/New_York	40.87287	-75.75519	182	Nesquehoning Junction,Nesquehoning Junction Station		PA	025	53088	
5203099	New Beaver	new-beaver	US		1450	America/New_York	40.87645	-80.37062	368			PA	073	53184	
5203102	New Bergen (historical)	new-bergen-historical	US		0	America/New_York	41.62812	-77.71499	474			PA	105	00108	
5203121	New Buena Vista	new-buena-vista	US		0	America/New_York	40.00897	-78.69835	397	Buena Vista,New Buena Vista		PA	009	38576	
5203130	New Castle Junction	new-castle-junction	US		0	America/New_York	40.96534	-80.36923	241			PA	073	76192	
5203141	New Centerville	new-centerville	US		0	America/New_York	40.07039	-75.42936	60	New Centerville,New Centreville		PA	029	77344	
5203142	New Centerville	new-centerville	US		0	America/New_York	40.7176	-75.36851	114	New Centerville,Newcenterville		PA	095	79192	
5203144	New Columbus	new-columbus	US		207	America/New_York	40.86842	-75.81519	258			PA	025	53088	
5203145	New Columbus	new-columbus	US		226	America/New_York	41.17342	-76.29355	302			PA	079	53448	
5203172	New Galena	new-galena	US		0	America/New_York	40.33038	-75.18767	99	New Galena,The Lead Mines		PA	017	53304	
5203173	New Galena (historical)	new-galena-historical	US		0	America/New_York	40.33288	-75.17628	102			PA	017	53304	
5203180	New Grenada	new-grenada	US		0	America/New_York	40.13453	-78.08751	272	New Granada,New Grenada		PA	057	82152	
5203181	New Hamburg	new-hamburg	US		0	America/New_York	41.32533	-80.34173	282			PA	085	18688	
5203182	New Hanover	new-hanover	US		0	America/New_York	40.29788	-75.58129	75			PA	091	53664	
5203184	New Hanover Square	new-hanover-square	US		0	America/New_York	40.31065	-75.53851	108			PA	091	53664	
5203196	New Homestead	new-homestead	US		0	America/New_York	40.39118	-79.92061	352			PA	003	61000	
5203205	New Ireland	new-ireland	US		0	America/New_York	41.87978	-79.92755	396			PA	049	42208	
5203207	New Jerusalem	new-jerusalem	US		649	America/New_York	40.44815	-75.74714	274			PA	011	65544	
5203219	New Lancaster	new-lancaster	US		0	America/New_York	40.07537	-77.41721	235			PA	041	72384	
5203230	New Mahoning	new-mahoning	US		0	America/New_York	40.79759	-75.81019	193			PA	025	46640	
5203237	New Milltown	new-milltown	US		0	America/New_York	40.02093	-76.05884	124			PA	071	67568	
5203239	New Mines	new-mines	US		0	America/New_York	40.67537	-76.32745	270			PA	107	64088	
5203241	New Morgan	new-morgan	US		74	America/New_York	40.18093	-75.89021	190			PA	011	53916	
5203258	New Shaefferstown	new-shaefferstown	US		0	America/New_York	40.45343	-76.16745	146	New Schaefferstown,New Shaefferstown,Shaeffertown		PA	011	37824	
5203260	New Sheffield	new-sheffield	US		0	America/New_York	40.59896	-80.28006	291			PA	007	35640	
5203261	New Silver Brook	new-silver-brook	US		0	America/New_York	40.88398	-75.96659	490			PA	107	40096	
5203262	New Smithville	new-smithville	US		0	America/New_York	40.57982	-75.72825	170	New Smithville,Weisenberg,Weissenberg		PA	077	82064	
5203266	New Texas	new-texas	US		0	America/New_York	40.49673	-79.75282	312			PA	003	61536	
5203273	New Village	new-village	US		0	America/New_York	40.86065	-75.20435	150			PA	095	04032	
5203283	Newbridge	newbridge	US		0	America/New_York	40.14675	-77.72638	265	New Bridge,Newbridge		PA	055	25176	
5203291	Newburg Homes	newburg-homes	US		0	America/New_York	40.70315	-75.27462	123			PA	095	57672	
5203300	Newelltown	newelltown	US		0	America/New_York	41.58341	-76.91191	335			PA	117	78416	
5203303	Newfield Junction	newfield-junction	US		0	America/New_York	41.8684	-77.82222	701			PA	105	78248	
5203306	Newhard	newhard	US		0	America/New_York	40.72482	-75.61658	220	Neiharts,Newhard,Newhards,Treichlersville		PA	077	81280	
5203309	Newlin	newlin	US		0	America/New_York	40.88509	-76.38411	271	Kernsville,Newlin		PA	037	44208	
5203310	Newlonsburg	newlonsburg	US		0	America/New_York	40.42451	-79.66449	297	Newlensburg,Newlinsburg,Newlonsburg		PA	129		
5203313	Newmansville	newmansville	US		0	America/New_York	41.42867	-79.36838	482			PA	031	81208	
5203327	Newportville	newportville	US		0	America/New_York	40.12372	-74.89989	18	Barnsleys Ford,Newport,Newportville		PA	017	08768	
5203330	Newportville Terrace	newportville-terrace	US		0	America/New_York	40.12205	-74.90656	15			PA	017	05616	
5203333	Newside	newside	US		0	America/New_York	40.69065	-75.64435	183	Newside,Peters Foundry,Washington Square		PA	077	81280	
5203352	Newtonburg	newtonburg	US		0	America/New_York	40.91867	-78.76059	560			PA	033	05192	
5203369	Newtown Grant	newtown-grant	US		3620	America/New_York	40.26011	-74.95489	88			PA	017	54192	
5203393	Nicetown-Tioga	nicetown-tioga	US		0	America/New_York	40.02678	-75.15629	44			PA	101	60000	
5203395	Nicetown	nicetown	US		0	America/New_York	40.01317	-75.15684	39	Nicetown,Nicetown Tioga		PA	101	60000	
5203396	Nichola	nichola	US		0	America/New_York	40.87284	-79.68505	321			PA	005	83024	
5203413	Nicklin	nicklin	US		0	America/New_York	41.39839	-79.88533	447			PA	121	27832	
5203422	Nickleville	nickleville	US		0	America/New_York	41.27506	-79.64755	440	Nickelville,Nickleville		PA	121	64568	
5203428	Niles Valley	niles-valley	US		0	America/New_York	41.82507	-77.28748	359			PA	117	48968	
5203430	Nine Row	nine-row	US		0	America/New_York	40.54424	-78.79752	575			PA	021	10880	
5203446	Nippono Park (historical)	nippono-park-historical	US		0	America/New_York	41.19035	-77.1933	170			PA	081	54504	
5203449	Nisbet	nisbet	US		0	America/New_York	41.21813	-77.1133	172			PA	081	75544	
5203450	Nisky	nisky	US		0	America/New_York	40.75176	-75.28462	131			PA	095	79192	
5203457	Nittany	nittany	US		658	America/New_York	40.99756	-77.55611	272	Nittany,Nittany Hall		PA	027	80552	
5203475	Noblestown	noblestown	US		575	America/New_York	40.39118	-80.19867	282	Noble's-burgh,Noblesburg,Noblestown		PA	003	55016	
5203491	Nolo	nolo	US		0	America/New_York	40.57229	-78.95947	585			PA	063	60320	
5203494	Nook	nook	US		0	America/New_York	40.50702	-77.52749	184	Allenville,Nook		PA	067	04560	
5203501	Normal Square	normal-square	US		0	America/New_York	40.78898	-75.80075	173	Normal,Normal Square		PA	025	46640	
5203505	Nordmont	nordmont	US		0	America/New_York	41.37925	-76.47383	405			PA	113	41520	
5203510	Norrisville	norrisville	US		0	America/New_York	41.71589	-80.27006	419			PA	039	33256	
5203513	Norritonville	norritonville	US		0	America/New_York	40.16455	-75.33574	92	Norriton,Norritonville		PA	091	21600	
5203527	North Barnesboro	north-barnesboro	US		0	America/New_York	40.67007	-78.79058	448			PA	021	55000	
5203529	North Belle Vernon	north-belle-vernon	US		1905	America/New_York	40.12924	-79.8681	281	North Belle Vernon,North Bellevernon		PA	129	54776	
5203532	North Bessemer	north-bessemer	US		0	America/New_York	40.4934	-79.79727	354			PA	003	59032	
5203535	North Bingham	north-bingham	US		0	America/New_York	41.98729	-77.76166	646			PA	105	06432	
5203537	North Braddock	north-braddock	US		4787	America/New_York	40.39896	-79.84088	306			PA	003	54816	
5203596	North Buffalo	north-buffalo	US		0	America/New_York	40.76284	-79.58366	327			PA	005	54856	
5203600	North Butler	north-butler	US		0	America/New_York	40.87173	-79.87978	326			PA	019	10472	
5203607	North Centre	north-centre	US		0	America/New_York	41.07564	-76.37966	280			PA	037	54880	
5203609	North Charleroi	north-charleroi	US		1282	America/New_York	40.15118	-79.90755	247			PA	125	54888	
5203613	North Coplay	north-coplay	US		0	America/New_York	40.68037	-75.50268	108	North Coplay,Portland		PA	077		
5203614	North Cornwall	north-cornwall	US		0	America/New_York	40.2862	-76.41663	171			PA	075	16256	
5203618	North Catasauqua	north-catasauqua	US		2828	America/New_York	40.65982	-75.47685	112	North Catasauqua,Upper Catasauqua		PA	095	54872	
5203631	North Edinburg	north-edinburg	US		0	America/New_York	41.02034	-80.43923	257			PA	073	46648	
5203632	North Eldred	north-eldred	US		0	America/New_York	41.34258	-76.97052	264			PA	081	22880	
5203639	North Fogelsville	north-fogelsville	US		0	America/New_York	40.59482	-75.63047	146			PA	077	79104	
5203674	North Fredericktown	north-fredericktown	US		0	America/New_York	40.0098	-80.00005	292	North Fredericktown,North Fredricktown,Riverville		PA	125	20808	
5203676	North Ghent	north-ghent	US		0	America/New_York	41.89202	-76.44188	477	North Ghent,Trinket		PA	015	70208	
5203679	North Heidelberg	north-heidelberg	US		0	America/New_York	40.39593	-76.13411	135			PA	011	55088	
5203694	North Irwin	north-irwin	US		820	America/New_York	40.33757	-79.71338	292			PA	129	55136	
5203712	North Mehoopany	north-mehoopany	US		0	America/New_York	41.57591	-76.06215	192			PA	131	48528	
5203715	North Mills	north-mills	US		0	America/New_York	41.30256	-80.18201	367			PA	085	15992	
5203718	North Mountain	north-mountain	US		0	America/New_York	41.2923	-76.55245	404			PA	081	27432	
5203720	North Oakland	north-oakland	US		0	America/New_York	40.92201	-79.79338	412			PA	019	55992	
5203722	North Orwell	north-orwell	US		0	America/New_York	41.91257	-76.31466	313			PA	015	57176	
5203726	North Park	north-park	US		0	America/New_York	40.16678	-74.81627	9			PA	017	25112	
5203733	North Philipsburg	north-philipsburg	US		660	America/New_York	40.90756	-78.20779	448			PA	027	66736	
5203734	North Pine Grove	north-pine-grove	US		0	America/New_York	41.39534	-79.22199	497			PA	031	25272	
5203737	North Point	north-point	US		0	America/New_York	40.16258	-78.19945	385			PA	009	08880	
5203738	North Point	north-point	US		0	America/New_York	40.90368	-79.13143	358			PA	063	83416	
5203744	North Rochester	north-rochester	US		0	America/New_York	40.70618	-80.27117	279			PA	007	65400	
5203745	North Rome	north-rome	US		0	America/New_York	41.87257	-76.40105	315			PA	015	65952	
5203751	North Sandy	north-sandy	US		0	America/New_York	41.38839	-79.9995	386			PA	121	27832	
5203753	North Scottdale	north-scottdale	US		0	America/New_York	40.10952	-79.56615	324			PA	129	21304	
5203755	North Sewickley	north-sewickley	US		0	America/New_York	40.84312	-80.26978	277			PA	007	27336	
5203760	North Shore	north-shore	US		0	America/New_York	40.44729	-80.01283	223			PA	003	61000	
5203761	North Side	north-side	US		0	America/New_York	40.45729	-80.007	245	Allegheny,Central Northside,North Side		PA	003	61000	
5203765	North Skyline View	north-skyline-view	US		0	America/New_York	40.34342	-76.72386	148			PA	043	83128	
5203773	North Sulger (historical)	north-sulger-historical	US		0	America/New_York	41.1734	-78.95448	456			PA	065	81120	
5203775	North Towanda	north-towanda	US		0	America/New_York	41.78785	-76.45383	235			PA	015	55448	
5203783	North Vandergrift	north-vandergrift	US		447	America/New_York	40.60729	-79.55949	243			PA	005	58160	
5203787	North View Hills	north-view-hills	US		0	America/New_York	40.00065	-76.70108	214			PA	133	72992	
5203791	North Warren	north-warren	US		1934	America/New_York	41.87423	-79.15227	371	Berrys Corner,North Warren		PA	123	15672	
5203796	North Water Gap	north-water-gap	US		0	America/New_York	41.00454	-75.13629	106			PA	089	71344	
5203797	North Weissport	north-weissport	US		0	America/New_York	40.83593	-75.69824	152			PA	025	27368	
5203813	Northampton Heights	northampton-heights	US		0	America/New_York	40.61232	-75.34574	88			PA	095	06088	
5203821	Northeast	northeast	US		0	America/New_York	41.81424	-77.07636	373			PA	117	47080	
5203865	Northview Heights	northview-heights	US		0	America/New_York	40.4784	-80.00061	362			PA	003	61000	
5203867	Northvue	northvue	US		0	America/New_York	40.92062	-79.932	420			PA	019	12024	
5203870	Northwest	northwest	US		0	America/New_York	41.81257	-77.07636	356			PA	117	47080	
5203883	Northwood Heights	northwood-heights	US		0	America/New_York	40.70232	-75.26629	121			PA	095	57672	
5203899	Nossville	nossville	US		0	America/New_York	40.23369	-77.76555	259			PA	061	76312	
5203910	Notre Dame Hills	notre-dame-hills	US		0	America/New_York	40.63954	-75.4224	115			PA	095	06088	
5203916	Nowrytown	nowrytown	US		0	America/New_York	40.53118	-79.43004	369			PA	063	15560	
5203921	NuMine	numine	US		0	America/New_York	40.79618	-79.28309	348	Nu Mine,NuMine		PA	005	16728	
5203922	Nuangola	nuangola	US		672	America/New_York	41.15508	-75.97826	376			PA	079	55752	
5203929	Nuangola Station	nuangola-station	US		0	America/New_York	41.14925	-75.9452	356			PA	079	64424	
5203971	Number Thirty-Seven	number-thirty-seven	US		0	America/New_York	40.25119	-78.85975	571			PA	021	64544	
5204016	Nyesville	nyesville	US		0	America/New_York	40.02953	-77.62277	234			PA	055	30944	
5204027	O'Donnell	o-donnell	US		0	America/New_York	41.09617	-78.93809	415			PA	065	85840	
5204107	Oak Hills	oak-hills	US		2333	America/New_York	40.82479	-79.91311	373			PA	019	10472	
5204110	Oak Lane	oak-lane	US		0	America/New_York	40.0565	-75.12129	66	East Oak Lane,Milestown,Oak Lane		PA	091	12968	
5204111	Oak Lane Manor	oak-lane-manor	US		0	America/New_York	40.05178	-75.11129	43			PA	091	12968	
5204134	Oak Summit	oak-summit	US		0	America/New_York	40.09511	-75.15962	81			PA	091	12968	
5204136	Oak Tree	oak-tree	US		0	America/New_York	40.81062	-79.05003	382			PA	063	21456	
5204158	Oakgrove	oakgrove	US		0	America/New_York	40.30009	-77.27887	180			PA	099	72848	
5204196	Oaklane	oaklane	US		0	America/New_York	40.05511	-75.12295	65	Oaklane,Oaklane Manor		PA	091	12968	
5204198	Oakleigh	oakleigh	US		0	America/New_York	40.25815	-76.82053	113			PA	043	75672	
5204216	Oaktree Hollow	oaktree-hollow	US		0	America/New_York	40.14789	-74.84044	10			PA	017	08768	
5204224	Oakwood Park	oakwood-park	US		0	America/New_York	40.24065	-76.95886	141			PA	041	32296	
5204226	Obelisk	obelisk	US		0	America/New_York	40.28816	-75.51129	105			PA	091	79040	
5204231	Oberlin Gardens	oberlin-gardens	US		0	America/New_York	40.2437	-76.82247	175			PA	043	75672	
5204244	Odenweldertown	odenweldertown	US		0	America/New_York	40.68038	-75.23434	62			PA	095	82832	
5204247	Ochre Mill	ochre-mill	US		0	America/New_York	41.12842	-75.78047	450			PA	079	18868	
5204248	Odle Corners	odle-corners	US		0	America/New_York	41.94785	-77.33859	491			PA	117	25296	
5204253	Ogdonia	ogdonia	US		0	America/New_York	41.41147	-76.70551	253			PA	113	34840	
5204258	Ogletown	ogletown	US		0	America/New_York	40.20258	-78.70307	718			PA	111	56352	
5204272	Ohioview	ohioview	US		0	America/New_York	40.65395	-80.38784	239			PA	007	36944	
5204273	Ohioville	ohioville	US		3473	America/New_York	40.67923	-80.49479	340			PA	007	56432	
5204276	Ohl	ohl	US		0	America/New_York	41.0834	-79.16087	442	Ohl,Pleasantville		PA	065	04728	
5204284	Ogle	ogle	US		0	America/New_York	40.70423	-80.10423	324			PA	019	16920	
5204294	Oklahoma	oklahoma	US		786	America/New_York	40.58145	-79.57393	293	Oklakhoma,Оклахома		PA	129	56496	
5204297	Okome	okome	US		0	America/New_York	41.43729	-77.41303	519			PA	081	46184	
5204305	Old Boston	old-boston	US		0	America/New_York	41.29341	-75.76825	299			PA	079	37984	
5204317	Old Clarendon	old-clarendon	US		0	America/New_York	41.77395	-79.10171	432			PA	123	48272	
5204319	Old Colonial Village	old-colonial-village	US		0	America/New_York	40.32009	-76.82636	134			PA	043	45056	
5204321	Old Concord	old-concord	US		0	America/New_York	40.00868	-80.33673	342			PA	125	51104	
5204323	Old Crabtree	old-crabtree	US		0	America/New_York	40.35007	-79.43837	339			PA	129	78656	
5204328	Old Ferry	old-ferry	US		0	America/New_York	40.52786	-77.13748	128			PA	099	31440	
5204338	Old Furnace	old-furnace	US		0	America/New_York	40.79534	-80.17006	281	Old Furnace,Shirley Mine Station		PA	007	47432	
5204339	Old Furnace	old-furnace	US		0	America/New_York	41.07397	-76.93497	188	Forrestville,Old Furnace		PA	119	84496	
5204341	Old Gum Tree	old-gum-tree	US		0	America/New_York	40.67479	-79.52421	362			PA	005	05992	
5204366	Oklahoma	oklahoma	US		782	America/New_York	41.11395	-78.73336	439			PA	033	67792	
5204368	Old Orchard	old-orchard	US		2434	America/New_York	40.65788	-75.26212	125			PA	095	57672	
5204374	Old Port	old-port	US		0	America/New_York	40.52508	-77.39138	133			PA	067	77824	
5204389	Old Shade Furnace	old-shade-furnace	US		0	America/New_York	40.15174	-78.82724	622	Old Shade Furnace,Shade Furnace		PA	111	69448	
5204390	Old Sheffield	old-sheffield	US		0	America/New_York	41.67006	-79.02393	406			PA	123	69992	
5204391	Old Side	old-side	US		0	America/New_York	41.06145	-77.94056	440			PA	027	71608	
5204394	Old Stanton	old-stanton	US		0	America/New_York	40.22729	-79.60587	310	New Stanton,Old Stanton		PA	129	54104	
5204401	Old Sugar Loaf	old-sugar-loaf	US		0	America/New_York	40.96231	-75.96576	519			PA	079	33408	
5204406	Old Mountain House	old-mountain-house	US		0	America/New_York	40.01897	-78.1889	533			PA	057	09568	
5204419	Old Zollarsville	old-zollarsville	US		0	America/New_York	40.01118	-80.07561	263	Old Zollarsville,Zollarsville		PA	125	82512	
5204430	Oleona	oleona	US		0	America/New_York	41.55618	-77.70165	407	Oleana,Oleona		PA	105	74072	
5204431	Oleopolis	oleopolis	US		0	America/New_York	41.45562	-79.61727	335			PA	121	16232	
5204435	Oley Furnace	oley-furnace	US		0	America/New_York	40.40843	-75.78853	168			PA	011	56672	
5204436	Oley Line	oley-line	US		0	America/New_York	40.34398	-75.80436	90			PA	011	56672	
5204451	Oliver Manor	oliver-manor	US		0	America/New_York	41.43506	-79.67866	455			PA	121	56456	
5204452	Oliver Mills	oliver-mills	US		0	America/New_York	41.21703	-75.84186	433	Laurel,Oliver Mills		PA	079	41848	
5204461	Olmstead (historical)	olmstead-historical	US		0	America/New_York	41.92812	-78.94921	562			PA	123	23064	
5204464	Olmsville	olmsville	US		0	America/New_York	41.65674	-77.4022	494			PA	117	18760	
5204472	Olwen Heights	olwen-heights	US		0	America/New_York	41.35897	-75.54908	501			PA	069	65224	
5204487	Onberg	onberg	US		0	America/New_York	40.66701	-79.05503	357			PA	063	63584	
5204500	Oniontown	oniontown	US		0	America/New_York	41.34672	-80.34034	350			PA	085	18688	
5204505	Onspaugh Corners	onspaugh-corners	US		0	America/New_York	41.64728	-80.20867	370			PA	039	80000	
5204508	Ontelaunee	ontelaunee	US		0	America/New_York	40.41704	-75.94438	78			PA	011	56856	
5204510	Onnalinda	onnalinda	US		0	America/New_York	40.30952	-78.68002	754			PA	021	75144	
5204530	Oppenheimer	oppenheimer	US		0	America/New_York	40.12369	-78.47113	369			PA	009	04952	
5204531	Oppermans Corner	oppermans-corner	US		0	America/New_York	40.07844	-75.63409	105	Marisville,Oppermans Corner,Uppermans		PA	029	83832	
5204532	Option	option	US		0	America/New_York	40.34646	-79.97338	330	Millers Grove,Option		PA	003	03928	
5204546	Orchard Beach	orchard-beach	US		0	America/New_York	42.24145	-79.82866	196			PA	049	54960	
5204547	Orchard Courts	orchard-courts	US		0	America/New_York	40.18344	-75.5213	55			PA	091	79256	
5204548	Orchard Crest	orchard-crest	US		0	America/New_York	40.21426	-76.98609	137			PA	041	48376	
5204552	Orchard Hills	orchard-hills	US		1952	America/New_York	40.58618	-79.53143	348			PA	005	39968	
5204555	Orchard Terrace	orchard-terrace	US		0	America/New_York	40.17009	-76.98025	171			PA	041	78736	
5204560	Ore Hill	ore-hill	US		0	America/New_York	40.29369	-78.40085	440			PA	013	76160	
5204574	Oregon Hill	oregon-hill	US		0	America/New_York	41.52424	-77.30692	527			PA	081	60328	
5204578	Oreminea	oreminea	US		0	America/New_York	40.4048	-78.25529	419			PA	013	36496	
5204579	Oreville	oreville	US		0	America/New_York	40.51871	-75.68991	147	Oreville,Schweyers		PA	011	44584	
5204583	Oriole	oriole	US		0	America/New_York	41.14119	-77.20997	221	Jamestown,Oriole		PA	081	43352	
5204585	Ormrod	ormrod	US		0	America/New_York	40.67121	-75.55491	127			PA	077	55576	
5204589	Orners Corner	orners-corner	US		0	America/New_York	40.5584	-78.39057	367			PA	013	44328	
5204601	Orvilla	orvilla	US		0	America/New_York	40.26649	-75.29212	101	Orvilla,Orville		PA	091	33120	
5204602	Orville	orville	US		0	America/New_York	40.54979	-79.78394	292	Orrville,Orville		PA	003	72968	
5204611	Orwin	orwin	US		314	America/New_York	40.58398	-76.53274	244			PA	107	62200	
5204633	Oshanter	oshanter	US		0	America/New_York	40.93534	-78.46141	384	Mitchell,Mitchells,O Shanter,Oshanter,Shanter		PA	033	41952	
5204635	Osterhout	osterhout	US		0	America/New_York	41.5098	-75.89853	184			PA	131	77792	
5204638	Ostend	ostend	US		0	America/New_York	40.86923	-78.71892	398			PA	033	05192	
5204639	Oswayo	oswayo	US		137	America/New_York	41.92118	-78.01834	518			PA	105	57280	
5204712	Outlet	outlet	US		0	America/New_York	41.33925	-76.0602	424			PA	079	40920	
5204718	Oval	oval	US		361	America/New_York	41.15119	-77.16914	248			PA	081	43352	
5204720	Outwood	outwood	US		0	America/New_York	40.54426	-76.47607	200			PA	107	60464	
5204728	Overlook	overlook	US		0	America/New_York	40.82009	-76.57496	236			PA	097	63328	
5204732	Overlook Heights	overlook-heights	US		0	America/New_York	40.80728	-77.88417	359			PA	027	25624	
5204735	Overlook Springs	overlook-springs	US		0	America/New_York	40.53621	-75.47629	219			PA	077	67576	
5204736	Overshot	overshot	US		0	America/New_York	41.76202	-76.52383	324			PA	015	77176	
5204738	Overview	overview	US		0	America/New_York	40.31898	-76.92303	158			PA	041	21680	
5204742	Owassee	owassee	US		0	America/New_York	41.7134	-77.45665	354			PA	117	70344	
5204749	Owens Corners	owens-corners	US		0	America/New_York	42.11617	-79.91977	360			PA	049	32520	
5204751	Owensdale	owensdale	US		0	America/New_York	40.07646	-79.60365	323			PA	051	79344	
5204759	Owl Hollow	owl-hollow	US		0	America/New_York	41.9823	-76.33855	267			PA	015	85672	
5204768	Owls Nest	owls-nest	US		0	America/New_York	41.47145	-78.88753	542			PA	047	34464	
5204769	Owltown	owltown	US		0	America/New_York	41.50728	-79.65144	421			PA	121	16232	
5204783	Oxford Circle	oxford-circle	US		0	America/New_York	40.05011	-75.07184	36			PA	101	60000	
5204789	Oxford Valley	oxford-valley	US		0	America/New_York	40.18122	-74.86628	42	Oxford,Oxford Valley		PA	017	25112	
5204797	Oxford Village	oxford-village	US		0	America/New_York	40.04011	-75.09962	35			PA	101	60000	
5204802	Oyster Point	oyster-point	US		0	America/New_York	40.05871	-76.40357	149			PA	071	21232	
5204804	P and W Patch	p-and-w-patch	US		0	America/New_York	40.26396	-80.47729	350			PA	125	36800	
5204869	Packerton Junction	packerton-junction	US		0	America/New_York	40.86342	-75.72102	170			PA	025	46640	
5204871	Packerton	packerton	US		0	America/New_York	40.85509	-75.71908	227			PA	025	46640	
5204881	Page (historical)	page-historical	US		0	America/New_York	40.33341	-77.99556	330			PA	061	78328	
5204889	Pageville	pageville	US		0	America/New_York	41.86006	-80.26645	352	Pageville,Paperville		PA	049	23088	
5204895	Paint	paint	US		968	America/New_York	40.24369	-78.84891	506			PA	111	57544	
5204897	Paine	paine	US		0	America/New_York	41.36228	-78.57586	608			PA	047	27088	
5204903	Paint Mills	paint-mills	US		0	America/New_York	41.25145	-79.41393	454			PA	031	57536	
5204911	Painter Hill	painter-hill	US		0	America/New_York	41.04228	-80.30534	290	Painter Hill,Skidmore		PA	073	53064	
5204923	Painter Run	painter-run	US		0	America/New_York	41.86007	-77.05775	372			PA	117	76824	
5204929	Paintersville	paintersville	US		0	America/New_York	40.64952	-77.45221	175	Paintersville,Painterville		PA	087	18464	
5204930	Paintertown	paintertown	US		0	America/New_York	40.35007	-79.6931	354			PA	129	58880	
5204938	Pallas	pallas	US		0	America/New_York	40.71231	-76.95331	176			PA	109	81320	
5204943	Paintersville	paintersville	US		0	America/New_York	40.21313	-79.60671	301			PA	129	54104	
5204947	Palmer Heights	palmer-heights	US		3762	America/New_York	40.68732	-75.2624	111			PA	095	57672	
5204956	Palmers	palmers	US		0	America/New_York	40.26507	-79.41643	365			PA	129	78656	
5204959	Palmerton East	palmerton-east	US		0	America/New_York	40.80509	-75.60185	122			PA	025	57696	
5204962	Palmertown	palmertown	US		0	America/New_York	40.47146	-79.18142	320	Palmerton,Palmertown		PA	063	10352	
5204974	Pancake	pancake	US		0	America/New_York	41.05228	-77.91778	418	Pancake,Pancake Mill		PA	027	71608	
5204976	Pancoast	pancoast	US		0	America/New_York	41.12867	-78.82281	425			PA	065	85840	
5204982	Panic	panic	US		0	America/New_York	41.03617	-78.94726	523			PA	065	45888	
5204984	Panorama Village	panorama-village	US		0	America/New_York	40.78423	-77.81	353			PA	027	15136	
5204986	Pansy	pansy	US		0	America/New_York	41.04173	-79.15143	374			PA	065	04728	
5204987	Pansy Hill	pansy-hill	US		0	America/New_York	40.34898	-76.46524	160			PA	075	55160	
5205040	Paoli Road	paoli-road	US		0	America/New_York	40.05705	-75.48659	69			PA	029	77344	
5205044	Paper Mill	paper-mill	US		0	America/New_York	41.02981	-76.44078	159			PA	037	68392	
5205047	Paper Mills	paper-mills	US		0	America/New_York	40.14011	-75.07406	40	Paper Mills,Shelmires Mills		PA	091	09696	
5205049	Paperville	paperville	US		0	America/New_York	41.86033	-80.27117	358			PA	049	23088	
5205067	Paradise Furnace	paradise-furnace	US		0	America/New_York	40.3123	-78.12528	299			PA	061	77000	
5205074	Pardee	pardee	US		0	America/New_York	40.93811	-78.2039	442			PA	033	51056	
5205075	Pardee	pardee	US		0	America/New_York	40.86063	-77.27193	211			PA	119	32952	
5205078	Pardeesville	pardeesville	US		572	America/New_York	41.00175	-75.96631	509			PA	079	33376	
5205079	Pardoe	pardoe	US		0	America/New_York	41.21811	-80.14478	396			PA	085	25912	
5205080	Pardus	pardus	US		0	America/New_York	41.1459	-78.88698	518			PA	065	81264	
5205084	Paradise Crossing	paradise-crossing	US		0	America/New_York	41.12787	-75.34018	461			PA	089	51912	
5205088	Park Crest	park-crest	US		542	America/New_York	40.81675	-76.04715	342			PA	107	66760	
5205094	Park Forest Village	park-forest-village	US		9660	America/New_York	40.80673	-77.91695	384			PA	027	58440	
5205095	Park Gate	park-gate	US		0	America/New_York	40.85423	-80.30729	268			PA	073	81776	
5205105	Park Place	park-place	US		0	America/New_York	40.83842	-76.09799	486			PA	107	46584	
5205113	Park View	park-view	US		0	America/New_York	40.50174	-79.93116	354			PA	003	56384	
5205115	Park View Heights	park-view-heights	US		0	America/New_York	40.91784	-77.75806	264			PA	027	05256	
5205117	Park Way Manor	park-way-manor	US		0	America/New_York	40.58843	-75.54935	135			PA	077	72632	
5205128	Park Away Mobile Home Park	park-away-mobile-home-park	US		0	America/New_York	40.1487	-76.81303	165			PA	133	53224	
5205138	Parkers Corners	parkers-corners	US		0	America/New_York	41.09256	-79.69727	372			PA	019	57984	
5205139	Parkers Glen	parkers-glen	US		0	America/New_York	41.4362	-74.886	244	Carr's Rock,Parker's Glen,Parkers Glen		PA	103	70496	
5205142	Parkland	parkland	US		0	America/New_York	40.159	-74.93183	54			PA	017	49120	
5205143	Parkland Heights	parkland-heights	US		0	America/New_York	40.15705	-74.94183	53			PA	017	49120	
5205148	Parks Crossroad	parks-crossroad	US		0	America/New_York	41.8173	-76.01715	459			PA	115	38168	
5205152	Parkside	parkside	US		2206	America/New_York	41.1012	-75.25046	217			PA	089	57856	
5205153	Parkside Courts	parkside-courts	US		0	America/New_York	40.60482	-75.53296	120			PA	077	72632	
5205154	Parkstown	parkstown	US		0	America/New_York	40.32646	-78.87919	594			PA	021	15552	
5205155	Parkstown	parkstown	US		0	America/New_York	41.01645	-80.40646	340			PA	073	78368	
5205156	Parkvale	parkvale	US		0	America/New_York	41.71785	-75.87214	314	Parke Vale,Parkvale		PA	115	19264	
5205162	Parkwood	parkwood	US		0	America/New_York	40.61895	-79.30115	400			PA	063	03064	
5205163	Parkwood Manor	parkwood-manor	US		0	America/New_York	40.09344	-74.96795	30			PA	101	60000	
5205164	Parnassus	parnassus	US		0	America/New_York	40.55701	-79.76199	233			PA	129	53736	
5205165	Parrs Mill	parrs-mill	US		0	America/New_York	40.90703	-76.47217	192			PA	037	27384	
5205176	Parsonville	parsonville	US		0	America/New_York	41.05951	-79.8095	449			PA	019	81192	
5205178	Parsonsville	parsonsville	US		0	America/New_York	40.84673	-78.33224	512	Parsonsville,Parsonville		PA	033	18456	
5205182	Passer	passer	US		0	America/New_York	40.51732	-75.33185	222	Fairmount,Passer		PA	017	73016	
5205184	Parvin	parvin	US		0	America/New_York	41.05923	-77.51555	207			PA	035	62152	
5205191	Patchinville	patchinville	US		0	America/New_York	40.78062	-78.7767	408			PA	033	10288	
5205202	Patterson Grove	patterson-grove	US		0	America/New_York	41.23175	-76.23993	251			PA	079	24752	
5205203	Patterson Heights	patterson-heights	US		617	America/New_York	40.73951	-80.32923	325			PA	007	58384	
5205495	Pennsdale	pennsdale	US		0	America/New_York	41.24314	-76.79663	163			PA	081		
5205205	Patterson Hill	patterson-hill	US		0	America/New_York	40.28035	-79.8706	263	Patterson,Patterson Hill		PA	003	43408	
5205213	Pattersons Mill	pattersons-mill	US		0	America/New_York	40.29229	-80.4484	310	Patterson Mill,Pattersons Mill		PA	125	17314	
5205232	Pauls Run	pauls-run	US		0	America/New_York	40.09678	-75.03295	45			PA	101	60000	
5205234	Paulton	paulton	US		0	America/New_York	40.57062	-79.57477	298			PA	129	81336	
5205243	Pawling Station	pawling-station	US		0	America/New_York	40.80258	-76.9272	146			PA	109	58864	
5205247	Paxinosa	paxinosa	US		0	America/New_York	40.71177	-75.20073	129	Paxinosa,Paxinosa Heights		PA	095	21648	
5205249	Paxtang	paxtang	US		1541	America/New_York	40.25898	-76.83192	111	Paxtang,Paxtaug,Paxton		PA	043	58504	
5205251	Paxtang Manor	paxtang-manor	US		0	America/New_York	40.27009	-76.83136	148			PA	043	75528	
5205255	Paxton Acres	paxton-acres	US		0	America/New_York	40.31287	-76.79108	159			PA	043	45056	
5205261	Paxton Hollow Estates	paxton-hollow-estates	US		0	America/New_York	40.30009	-76.80525	152			PA	043	45056	
5205267	Paxtonia	paxtonia	US		5412	America/New_York	40.31731	-76.79442	159			PA	043	45056	
5205271	Peace Church	peace-church	US		0	America/New_York	40.23259	-76.95609	133			PA	041	32296	
5205277	Peaceful Valley	peaceful-valley	US		0	America/New_York	41.05284	-79.82977	392			PA	019	81192	
5205286	Peale	peale	US		0	America/New_York	40.99783	-78.0814	395			PA	033	16040	
5205287	Pealertown	pealertown	US		0	America/New_York	41.11814	-76.36272	194			PA	037	26056	
5205288	Peanut	peanut	US		0	America/New_York	41.00867	-80.47035	342			PA	073	46648	
5205289	Peanut	peanut	US		0	America/New_York	40.3359	-79.31531	359			PA	129	18968	
5205306	Pecan	pecan	US		0	America/New_York	41.33561	-79.88506	306	Dennis Mills,Mays Mills,Pecan		PA	121	67824	
5205310	Pecks Pond	pecks-pond	US		0	America/New_York	41.28315	-75.09212	419			PA	103	62192	
5205343	Penbrook	penbrook	US		2974	America/New_York	40.27537	-76.84803	148			PA	043	58712	
5205346	Penbryn	penbryn	US		0	America/New_York	41.59674	-76.87607	383			PA	117	78416	
5205348	Pencoyd	pencoyd	US		0	America/New_York	40.00539	-75.21546	84			PA	101	60000	
5205358	Penllyn	penllyn	US		0	America/New_York	40.17011	-75.24518	71			PA	091	44920	
5205360	Penn Allen	penn-allen	US		0	America/New_York	40.73232	-75.36518	137	Penn Allen,Penn Allen Heights		PA	095	79192	
5205365	Penn Five	penn-five	US		0	America/New_York	40.827	-78.26863	470			PA	027	66736	
5205370	Penn Glyn	penn-glyn	US		0	America/New_York	40.32424	-79.68921	322			PA	129	37208	
5205372	Penn Hall	penn-hall	US		0	America/New_York	40.8609	-77.5575	334	Centerville,Penn Hall,Pennhall,The Pines		PA	027	31472	
5205373	Penn Haven Junction	penn-haven-junction	US		0	America/New_York	40.94509	-75.74686	218	Penn Haven Junction,Penn Haven Junction Station		PA	025	42400	
5205377	Penn Hills	penn-hills	US		44610	America/New_York	40.50118	-79.83922	286			PA	003	59032	
5205385	Penn Lake Park	penn-lake-park	US		309	America/New_York	41.11314	-75.77492	408			PA	079	59054	
5205394	Penn Ridge	penn-ridge	US		0	America/New_York	40.46368	-79.81255	340			PA	003	59032	
5205396	Penn Rose Park	penn-rose-park	US		0	America/New_York	40.0751	-76.31607	124			PA	071	46896	
5205407	Penn Square	penn-square	US		0	America/New_York	40.14289	-75.31435	62			PA	091	21600	
5205416	Penn Vale	penn-vale	US		0	America/New_York	41.25841	-76.96302	166	Penn Vale,Pennvale		PA	081	45224	
5205424	Penn View	penn-view	US		0	America/New_York	40.84646	-77.45249	314			PA	027	58800	
5205429	Penn Wood	penn-wood	US		0	America/New_York	40.02897	-78.43224	362	Penn Wood,Pennwood		PA	009	71544	
5205451	Penndel	penndel	US		2221	America/New_York	40.15205	-74.91656	31			PA	017	58936	
5205457	Pennhurst	pennhurst	US		0	America/New_York	40.19121	-75.57463	60			PA	029	22000	
5205462	Pennline	pennline	US		0	America/New_York	41.71228	-80.51146	353	Penn Line,Pennline		PA	039	15728	
5205493	Pennsbury Village	pennsbury-village	US		668	America/New_York	40.42812	-80.10061	338			PA	003	59152	
5205497	Pennside	pennside	US		4215	America/New_York	40.33732	-75.87854	108			PA	011	44840	
5205498	Pennside	pennside	US		0	America/New_York	41.85061	-80.40118	279			PA	049	15736	
5205591	Pennwood	pennwood	US		0	America/New_York	40.29592	-76.79969	156			PA	043	45056	
5205594	Pennwyn	pennwyn	US		780	America/New_York	40.29426	-75.97688	113			PA	011	17720	
5205597	Pennypack	pennypack	US		0	America/New_York	40.06678	-75.04545	27			PA	101	60000	
5205603	Pennypack Woods	pennypack-woods	US		0	America/New_York	40.05428	-75.016	20	Collegeville,Pennypack Village,Pennypack Woods		PA	101	60000	
5205607	Penoke	penoke	US		0	America/New_York	41.50617	-79.07087	550			PA	053	38016	
5205617	Pensyls Mill	pensyls-mill	US		0	America/New_York	40.90314	-76.48912	181			PA	037	27384	
5205620	Penowa	penowa	US		0	America/New_York	40.28701	-80.50312	244			PA	125	37936	
5205644	Perkiomen	perkiomen	US		0	America/New_York	40.13094	-75.46074	35			PA	091	79256	
5205648	Perdix	perdix	US		0	America/New_York	40.35564	-76.95803	134			PA	099	58856	
5205649	Perkiomen Junction	perkiomen-junction	US		0	America/New_York	40.11649	-75.47519	48			PA	029	68288	
5205651	Perkiomen Place	perkiomen-place	US		0	America/New_York	40.40177	-75.50296	111			PA	091	21200	
5205660	Perrine Corners	perrine-corners	US		0	America/New_York	41.28867	-80.07145	453			PA	085	86552	
5205673	Perkiomen Heights	perkiomen-heights	US		0	America/New_York	40.37621	-75.51574	107			PA	091	79064	
5205677	Perry Hilltop	perry-hilltop	US		0	America/New_York	40.46312	-80.01339	332			PA	003	61000	
5205685	Perry North	perry-north	US		0	America/New_York	40.4859	-80.02283	278			PA	003	61000	
5205706	Perrys Corners	perrys-corners	US		0	America/New_York	41.19784	-80.07867	384			PA	085	60336	
5205716	Peru Mills	peru-mills	US		0	America/New_York	40.37647	-77.68499	243			PA	067	40752	
5205717	Perulack	perulack	US		0	America/New_York	40.34286	-77.64027	216	Pern Lock,Perulack		PA	067	40752	
5205723	Peter Mans Corner	peter-mans-corner	US		0	America/New_York	40.48507	-79.81755	375			PA	003	59032	
5205729	Peters Corner	peters-corner	US		0	America/New_York	40.37566	-75.04156	119			PA	017	71752	
5205745	Peters Store	peters-store	US		0	America/New_York	40.72065	-75.64324	191			PA	077	81280	
5205759	Petersville	petersville	US		0	America/New_York	40.82395	-80.01117	390			PA	019	15808	
5205760	Petersville	petersville	US		0	America/New_York	40.7526	-75.47741	165	Kernsville,Kernville,Petersfield,Petersville		PA	095	42424	
5205762	Petroleum Center	petroleum-center	US		0	America/New_York	41.51617	-79.68227	326	Petroleum Center,Petroleum Centre,Petroleum City		PA	121	16232	
5205773	Pfoutz Valley	pfoutz-valley	US		0	America/New_York	40.59592	-77.04637	196			PA	099	43976	
5205829	Phillipston	phillipston	US		0	America/New_York	40.97423	-79.59032	261	Philipston,Phillipston		PA	031	08112	
5205845	Phoenix Park	phoenix-park	US		0	America/New_York	40.68259	-76.28995	231			PA	107	08200	
5205860	Piatt	piatt	US		0	America/New_York	41.55091	-76.71662	494			PA	113	27096	
5205922	Pigs Ear	pigs-ear	US		0	America/New_York	41.56339	-78.93698	484			PA	047	34464	
5205942	Pikeland	pikeland	US		0	America/New_York	40.10038	-75.61159	75			PA	029	83832	
5205943	Pikes Creek	pikes-creek	US		269	America/New_York	41.30647	-76.09604	357			PA	079	40920	
5205947	Pikes Peak	pikes-peak	US		0	America/New_York	40.5984	-79.01086	456			PA	063	13072	
5205952	Piketown	piketown	US		0	America/New_York	40.3787	-76.7558	192			PA	043	83128	
5205954	Pilgerts	pilgerts	US		0	America/New_York	40.47454	-75.65352	261			PA	011	44584	
5205963	Pilgrimham	pilgrimham	US		0	America/New_York	41.23367	-79.60283	446	Pilgrimham,Wilson		PA	031	67432	
5205967	Pilltown	pilltown	US		0	America/New_York	40.17147	-79.01308	567			PA	111	38032	
5205976	Pindleton	pindleton	US		0	America/New_York	40.50646	-78.80975	701			PA	021	06736	
5205980	Pine Acres	pine-acres	US		0	America/New_York	40.33509	-76.73386	160			PA	043	83128	
5206026	Pine Flats	pine-flats	US		0	America/New_York	40.65923	-78.92003	471			PA	063	30816	
5206027	Pine Flats	pine-flats	US		0	America/New_York	41.24065	-75.10184	385			PA	103	62192	
5206030	Pine Furnace	pine-furnace	US		0	America/New_York	40.85368	-79.42921	288	Pine Creek Furnace,Pine Furnace		PA	005	79528	
5206032	Pine Glen	pine-glen	US		190	America/New_York	41.08895	-78.05667	465	Pine Glen,Pine Swamp		PA	027	10272	
5206033	Pine Glen	pine-glen	US		0	America/New_York	40.50174	-77.68027	177			PA	087	08304	
5206065	Pine Grove Furnace	pine-grove-furnace	US		0	America/New_York	40.03342	-77.29859	261	Pine Grove Furnace,Pinegrove Furnace		PA	041	15920	
5206130	Pine Junction	pine-junction	US		0	America/New_York	40.83898	-76.06715	492	Delano Junction,Pine Junction		PA	107	18672	
5206142	Pine Manor	pine-manor	US		0	America/New_York	40.18093	-76.66136	123			PA	043	44464	
5206147	Pine Mill	pine-mill	US		0	America/New_York	41.78592	-75.24267	391			PA	127	46856	
5206193	Pine Run	pine-run	US		0	America/New_York	41.23785	-77.17747	195			PA	081	86456	
5206239	Pine Summit	pine-summit	US		0	America/New_York	41.17786	-76.5644	299			PA	037	60304	
5206242	Pine Swamp	pine-swamp	US		0	America/New_York	40.18371	-75.78548	163			PA	029	81160	
5206260	Pine View	pine-view	US		0	America/New_York	41.13564	-75.94798	362			PA	079	64424	
5206262	Pine Waters	pine-waters	US		0	America/New_York	40.42065	-75.70714	148			PA	011	60176	
5206272	Pinecreek	pinecreek	US		0	America/New_York	41.15923	-79.05865	421			PA	065	60368	
5206275	Pinecroft	pinecroft	US		0	America/New_York	40.56868	-78.35001	324			PA	013	02680	
5206284	Pineton	pineton	US		0	America/New_York	40.60118	-78.90169	547			PA	063	60320	
5206290	Pinetree	pinetree	US		0	America/New_York	40.11285	-79.60087	349			PA	129	21304	
5206293	Pineview Estates	pineview-estates	US		0	America/New_York	40.24677	-75.49129	105			PA	091	43312	
5206299	Pinewoods	pinewoods	US		0	America/New_York	40.14178	-75.01961	82			PA	017	45112	
5206315	Pink	pink	US		0	America/New_York	41.4787	-75.3349	427			PA	127	40936	
5206324	Pinney Corners	pinney-corners	US		0	America/New_York	41.717	-80.02117	417			PA	039	64600	
5206328	Piolett	piolett	US		0	America/New_York	41.05673	-79.40254	428			PA	031	62144	
5206340	Piper	piper	US		0	America/New_York	41.18478	-78.14529	635	Piper,Quehanna		PA	033	38784	
5206372	Pithole City	pithole-city	US		0	America/New_York	41.52089	-79.58699	401	Pit Hole,Pithole City		PA	121	16232	
5206376	Pittock	pittock	US		0	America/New_York	40.48701	-80.0845	328			PA	003	74648	
5206398	Pittston Junction	pittston-junction	US		0	America/New_York	41.34175	-75.78575	175	Lackawanna and Bloomsburg Junction,Pittston Junction		PA	079	61048	
5206405	Pittville	pittville	US		0	America/New_York	40.05733	-75.14462	72	Pittsville,Pittville		PA	101	60000	
5206411	Plain Grove	plain-grove	US		0	America/New_York	41.05423	-80.14284	356	Plain Grove,Plaingrove		PA	073	61104	
5206426	Plainsville	plainsville	US		0	America/New_York	41.29036	-75.84964	166			PA	079	61120	
5206429	Plane Bank	plane-bank	US		0	America/New_York	40.40924	-78.62974	580			PA	021	81200	
5206430	Planebrook	planebrook	US		0	America/New_York	40.03955	-75.57382	113	Planebrook,White Horse		PA	029	22056	
5206435	Plank	plank	US		0	America/New_York	41.57118	-77.24609	515			PA	117	51096	
5206447	Platea	platea	US		411	America/New_York	41.95033	-80.32812	265	Lockport,Platea		PA	049	61168	
5206460	Pleasant Corners	pleasant-corners	US		0	America/New_York	40.68343	-75.69047	173	Holbensville,Holbenville,Jordan,Pleasant Corner,Pleasant Corners		PA	077	33616	
5206463	Pleasant Gap	pleasant-gap	US		2879	America/New_York	40.86812	-77.74667	299	Connelly Gap,Harrisonville,Horntown,Pleasant Gap,Pleasant Gap Station		PA	027	72832	
5206510	Pleasant Hills	pleasant-hills	US		8252	America/New_York	40.33563	-79.96061	374			PA	003	61328	
5206511	Pleasant Hills	pleasant-hills	US		0	America/New_York	40.5662	-76.91859	180			PA	043	79216	
5206512	Pleasant Hills	pleasant-hills	US		0	America/New_York	40.31953	-76.80719	154	Pleasant Hill,Pleasant Hills		PA	043	45056	
5206521	Pleasant Run	pleasant-run	US		0	America/New_York	40.34843	-75.54157	122			PA	091	53664	
5206525	Plattsville	plattsville	US		0	America/New_York	40.69229	-78.74586	560	Plattsville,Plattville		PA	021	75520	
5206552	Pleasant Valley Estates	pleasant-valley-estates	US		0	America/New_York	40.95676	-75.50602	348			PA	089	61928	
5206377	Pitts	pitts	US	31072	0	America/New_York	41.74424	-77.26997	416			PA	117	12728	
5206573	Pleasant View Acres	pleasant-view-acres	US		0	America/New_York	40.25677	-75.57963	75			PA	091	45072	
5206583	Pleasant View Heights	pleasant-view-heights	US		0	America/New_York	40.09063	-80.08172	420			PA	125	54800	
5206584	Pleasant View Lake	pleasant-view-lake	US		0	America/New_York	40.91759	-75.45991	220			PA	089	61928	
5206588	Pleasant View Summit	pleasant-view-summit	US		0	America/New_York	41.21231	-75.66352	606			PA	079	04592	
5206605	Plowville	plowville	US		0	America/New_York	40.21426	-75.9091	217			PA	011	65320	
5206609	Plum Corner	plum-corner	US		0	America/New_York	41.532	-79.86478	368			PA	121	37480	
5206633	Plumbsock	plumbsock	US		0	America/New_York	40.02507	-80.25395	296	Conger,Lindleys Mills,Plumbsock		PA	125	51104	
5206656	Plunkett	plunkett	US		0	America/New_York	41.43841	-76.72468	266			PA	113	34840	
5206665	Plymouth Junction	plymouth-junction	US		0	America/New_York	41.2448	-75.92659	159	Plymouth Junction,Plymouth Station		PA	079	41608	
5206674	Plymptonville	plymptonville	US		981	America/New_York	41.04589	-78.44558	420			PA	033	41952	
5206676	Plymtonville	plymtonville	US		0	America/New_York	41.03589	-78.43947	340			PA	033	41952	
5206680	Pocono Country Place	pocono-country-place	US		0	America/New_York	41.19064	-75.36213	625			PA	089	15960	
5206685	Pocono Farms East	pocono-farms-east	US		0	America/New_York	41.15981	-75.34713	612			PA	089	15960	
5206686	Pocono Heights	pocono-heights	US		0	America/New_York	41.08454	-75.12962	344			PA	089	49080	
5206697	Pocono Laurel Lake	pocono-laurel-lake	US		0	America/New_York	41.02148	-75.28046	287			PA	089	61728	
5206708	Pocono Mountain Lake Estates	pocono-mountain-lake-estates	US		842	America/New_York	41.08147	-75.6963	508			PA	025	39608	
5206709	Pocono Mountain Lake Estates	pocono-mountain-lake-estates	US		842	America/New_York	41.18871	-74.92795	327			PA	103	42512	
5206710	Pocono Mountain Lake Estates	pocono-mountain-lake-estates	US		842	America/New_York	41.13121	-74.98962	305			PA	103	42512	
5206713	Pocono Mountain Woodland Lakes	pocono-mountain-woodland-lakes	US		0	America/New_York	41.32232	-74.88795	389			PA	103	19272	
5206720	Pocono Playhouse	pocono-playhouse	US		0	America/New_York	41.17509	-75.27379	369			PA	089	04320	
5206725	Pocono Springs	pocono-springs	US		926	America/New_York	41.27453	-75.41129	630			PA	127	42432	
5206727	Pocono Summit Estates	pocono-summit-estates	US		0	America/New_York	41.12231	-75.37991	559			PA	089	15960	
5206745	Pogue	pogue	US		0	America/New_York	40.21064	-77.92805	197			PA	061	17280	
5206749	Point Breeze	point-breeze	US		0	America/New_York	40.45451	-79.92172	285			PA	003	61000	
5206750	Point Breeze	point-breeze	US		0	America/New_York	40.5084	-79.83227	285			PA	003	59032	
5206751	Point Breeze	point-breeze	US		0	America/New_York	40.75509	-76.55468	304			PA	097	20928	
5206755	Point Hill	point-hill	US		0	America/New_York	41.40172	-79.82117	421	Point Hill,The Point		PA	121	75000	
5206759	Point Phillip	point-phillip	US		0	America/New_York	40.79648	-75.41546	231	Chubbsville,Point Phillip,Point Phillips		PA	095	50824	
5206768	Point View	point-view	US		0	America/New_York	40.48952	-78.24168	294			PA	013	11760	
5206776	Poke Run	poke-run	US		0	America/New_York	40.49034	-79.59671	327			PA	129	81336	
5206798	Polish Hill	polish-hill	US		0	America/New_York	40.45507	-79.97172	263			PA	003	61000	
5206813	Polk Valley	polk-valley	US		0	America/New_York	40.5701	-75.30407	189	Poke Valley,Polk Valley,Schnippe Thal		PA	095	45104	
5206851	Pond Hill	pond-hill	US		0	America/New_York	41.12619	-76.10298	303			PA	079	15904	
5206874	Pont	pont	US		0	America/New_York	41.85144	-80.30562	334			PA	049	23088	
5206882	Poorman Side	poorman-side	US		0	America/New_York	41.06367	-77.92306	460			PA	027	71608	
5206885	Pools Corner	pools-corner	US		0	America/New_York	40.31372	-75.10545	123	Bradshaws Corner,Pools Corner		PA	017	19792	
5206887	Poplar Bridge	poplar-bridge	US		0	America/New_York	41.07287	-75.11434	235			PA	089	49080	
5206897	Poplar Gardens	poplar-gardens	US		0	America/New_York	40.29259	-76.80469	160			PA	043	45056	
5206923	Porkey	porkey	US		0	America/New_York	41.61201	-79.1656	368			PA	053	35992	
5206927	Port Ann	port-ann	US		0	America/New_York	40.82425	-77.14804	221			PA	109	00316	
5206929	Port Barnett	port-barnett	US		0	America/New_York	41.15645	-79.05087	387	Port Barnet,Port Barnett		PA	065	60368	
5206930	Port Blanchard	port-blanchard	US		0	America/New_York	41.30314	-75.82853	165			PA	079	37984	
5206931	Port Bowkley	port-bowkley	US		0	America/New_York	41.27369	-75.85964	175			PA	079	61120	
5206939	Port Griffith	port-griffith	US		0	America/New_York	41.31091	-75.81047	196			PA	079	37984	
5206942	Port Jenkins	port-jenkins	US		0	America/New_York	41.08258	-75.77103	353			PA	079	18868	
5206947	Port Perry	port-perry	US		0	America/New_York	40.3909	-79.84949	236			PA	003	55488	
5206949	Port Providence	port-providence	US		0	America/New_York	40.12816	-75.49269	27			PA	091	79256	
5206958	Port Vue	port-vue	US		3744	America/New_York	40.3359	-79.86977	328	Port Vue,Portvue		PA	003	62320	
5206990	Porters Corners	porters-corners	US		0	America/New_York	41.50505	-80.25756	381			PA	039	31400	
5206994	Porters Mill	porters-mill	US		0	America/New_York	40.18982	-75.64658	66			PA	029	72088	
5206999	Portland Mills	portland-mills	US		0	America/New_York	41.37812	-78.8342	414			PA	047	72928	
5207003	Possum Hollow	possum-hollow	US		0	America/New_York	40.85562	-80.33701	292	Clinton,Possum Hollow		PA	073	53184	
5207039	Potter Brook	potter-brook	US		0	America/New_York	41.9134	-77.60332	446			PA	117	82976	
5207056	Potters Mills	potters-mills	US		0	America/New_York	40.7959	-77.62527	382	Lower Potter,Potter Bank,Potter Fort,Potter Mills,Potters Mills		PA	027	62360	
5207065	Pottsgrove	pottsgrove	US		3469	America/New_York	40.26482	-75.61185	78			PA	091	45072	
5207074	Pottstown Landing	pottstown-landing	US		0	America/New_York	40.23649	-75.66491	60			PA	029	54936	
5207085	Powder Valley	powder-valley	US		0	America/New_York	40.46621	-75.52435	199			PA	077	79160	
5207101	Powells Valley	powells-valley	US		0	America/New_York	40.43342	-76.93303	164	Powell Valley,Powells Valley,Powl Valley,Powls Valley		PA	043	32040	
5207103	Powelton	powelton	US		0	America/New_York	40.22175	-78.17362	509			PA	061	11208	
5207109	Powys	powys	US		0	America/New_York	41.34785	-77.09247	192	Crescent Station,Powys		PA	081	33944	
5207130	Preisser Crossing	preisser-crossing	US		0	America/New_York	40.55174	-78.81475	523			PA	021	04272	
5207133	Prentisvale	prentisvale	US		0	America/New_York	41.9334	-78.43891	453	Prenticeville,Prentiss Vale,Prentisvale		PA	083	57312	
5207138	Prescottville	prescottville	US		0	America/New_York	41.08617	-78.86031	424			PA	065	85840	
5207140	Preserve	preserve	US		0	America/New_York	41.08981	-75.58158	509			PA	089	76960	
5207141	President	president	US		0	America/New_York	41.45784	-79.5581	318			PA	121	62544	
5207156	Preston Corner	preston-corner	US		0	America/New_York	41.82064	-75.36962	467	Preston,Preston Corner		PA	127	62600	
5207180	Pricetown	pricetown	US		0	America/New_York	40.42676	-75.82187	255			PA	011	66728	
5207181	Priceville	priceville	US		0	America/New_York	41.81064	-75.19323	428			PA	127	46856	
5207207	Pritchard (historical)	pritchard-historical	US		0	America/New_York	41.98646	-77.15747	329			PA	117	41960	
5207209	Pritchards Corner	pritchards-corner	US		0	America/New_York	41.2795	-80.4834	300			PA	085	72440	
5207210	Prittstown	prittstown	US		0	America/New_York	40.09841	-79.55421	355	Mcclure,Prittstown		PA	051	79344	
5207214	Progress	progress	US		9765	America/New_York	40.28509	-76.83136	151			PA	043	75528	
5207215	Promised Land	promised-land	US		0	America/New_York	41.30953	-75.21018	540			PA	103	30976	
5207259	Prospectville	prospectville	US		0	America/New_York	40.21177	-75.18573	107	Prospective,Prospectville		PA	091	35808	
5207290	Pughtown	pughtown	US		0	America/New_York	40.16677	-75.66547	85			PA	029	72088	
5207297	Pullen	pullen	US		0	America/New_York	40.49149	-75.30018	167			PA	017	64536	
5207313	Purchase Line	purchase-line	US		0	America/New_York	40.73645	-78.92892	505			PA	063	30816	
5207319	Purdytown	purdytown	US		0	America/New_York	40.86259	-76.78497	140			PA	097	75304	
5207323	Puritan	puritan	US		0	America/New_York	40.36563	-78.64363	643			PA	021	62056	
5207331	Putneyville	putneyville	US		0	America/New_York	40.94673	-79.31754	300			PA	005	46632	
5207333	Purple Brook (historical)	purple-brook-historical	US		0	America/New_York	41.97868	-77.53165	570			PA	117	09072	
5207335	Puttstown	puttstown	US		0	America/New_York	40.2248	-78.23446	265			PA	061	35688	
5207336	Puzzletown	puzzletown	US		0	America/New_York	40.37702	-78.48974	374	Poplar Run,Puzzletown		PA	013	27720	
5207337	Pyles Mills	pyles-mills	US		0	America/New_York	40.87451	-80.17728	305			PA	073	59488	
5207350	Pyrra	pyrra	US		0	America/New_York	40.7209	-79.4256	322			PA	005	40056	
5207365	Quaker Hills	quaker-hills	US		0	America/New_York	40.01538	-76.33774	111			PA	071	49728	
5207378	Quaker Village	quaker-village	US		0	America/New_York	40.13732	-76.81969	184			PA	133	53224	
5207392	Quarry Glen	quarry-glen	US		0	America/New_York	41.80591	-76.46355	234			PA	015	70208	
5207409	Queen Junction	queen-junction	US		0	America/New_York	40.96923	-79.92894	391			PA	019	13936	
5207416	Queens Run	queens-run	US		0	America/New_York	41.18174	-77.47665	185	Queens Own,Queens Run,Quinns Run		PA	035	86448	
5207436	Quicktown	quicktown	US		0	America/New_York	41.36647	-75.45352	470			PA	069	46480	
5207442	Quiggleville	quiggleville	US		0	America/New_York	41.32841	-77.1108	198			PA	081	45584	
5207443	Quincy Hollow	quincy-hollow	US		0	America/New_York	40.15372	-74.86211	26			PA	017	49120	
5207444	Quinlan Corners	quinlan-corners	US		0	America/New_York	41.32703	-75.56352	521			PA	069	72896	
5207445	Quinlantown	quinlantown	US		0	America/New_York	41.59591	-76.63134	543			PA	015	57448	
5207448	Quinns Corner	quinns-corner	US		0	America/New_York	41.31648	-74.846	276			PA	103	19272	
5207464	Raberts Corner	raberts-corner	US		0	America/New_York	40.69148	-75.7788	205	Oswaldsville,Rabers Corners,Raberts Corner		PA	077	45656	
5207484	Rachelwood	rachelwood	US		0	America/New_York	40.2923	-79.0967	565	Mellons,Rachelwood		PA	129	24608	
5207486	Radebaugh	radebaugh	US		0	America/New_York	40.31285	-79.57865	356			PA	129	33792	
5207487	Rader	rader	US		0	America/New_York	41.16868	-79.25587	462			PA	031	43344	
5207496	Radnor Station	radnor-station	US		0	America/New_York	40.03983	-75.36852	121			PA	045	63264	
5207503	Rager Summit	rager-summit	US		0	America/New_York	40.69035	-77.35249	241			PA	087	18464	
5207504	Rahns	rahns	US		0	America/New_York	40.20927	-75.45296	42			PA	091	59392	
5207519	Raineytown	raineytown	US		0	America/New_York	40.04035	-79.64393	273			PA	051	45144	
5207530	Ralphton	ralphton	US		0	America/New_York	40.11369	-79.0203	615			PA	111	63144	
5207539	Ramblewood	ramblewood	US		849	America/New_York	40.71951	-77.95639	373			PA	027	25624	
5207545	Rampart Ridge	rampart-ridge	US		0	America/New_York	40.06344	-75.34963	118			PA	091	79136	
5207548	Ramsay Terrace	ramsay-terrace	US		0	America/New_York	40.15646	-79.54004	346			PA	129	51880	
5207549	Ramsaytown	ramsaytown	US		0	America/New_York	41.08062	-79.0667	470			PA	065	40304	
5207563	Pocono Ranch Lands	pocono-ranch-lands	US		1062	America/New_York	41.16454	-74.95212	286	Pocono Ranch Lands,Ranch Lands		PA	103	42512	
5207577	Randy Run	randy-run	US		0	America/New_York	40.25676	-75.60629	58			PA	091	45072	
5207579	Ranges Corners	ranges-corners	US		0	America/New_York	41.91839	-79.74338	432			PA	049	81760	
5207589	Rankins Corners	rankins-corners	US		0	America/New_York	40.16924	-79.8131	315			PA	129	66376	
5207593	Ranshaw	ranshaw	US		510	America/New_York	40.78592	-76.51801	261	Brady,Ranshaw		PA	097	14536	
5207607	Rapps Corner	rapps-corner	US		0	America/New_York	40.08205	-75.60659	118			PA	029	83832	
5207613	Rasler Run	rasler-run	US		0	America/New_York	40.00757	-79.47754	498			PA	051	73064	
5207614	Rasleytown	rasleytown	US		0	America/New_York	40.81482	-75.26601	154			PA	095	61088	
5207615	Rasselas	rasselas	US		0	America/New_York	41.60728	-78.61919	588			PA	047	38368	
5207617	Raricks	raricks	US		0	America/New_York	40.90092	-76.23383	316			PA	107	55472	
5207621	Rathmel	rathmel	US		0	America/New_York	41.09451	-78.83975	430			PA	065	85840	
5207622	Rattigan	rattigan	US		0	America/New_York	40.9009	-79.70727	340			PA	019	19456	
5207625	Rathbun	rathbun	US		0	America/New_York	41.48506	-78.43835	400			PA	047	67344	
5207658	Raubs Mills	raubs-mills	US		0	America/New_York	40.67093	-75.5938	164			PA	077	55576	
5207659	Raubs Mills	raubs-mills	US		0	America/New_York	40.72452	-77.26693	211			PA	109	82464	
5207660	Raubsville	raubsville	US		1088	America/New_York	40.63566	-75.19295	53	Raubs Ferry,Raubsville,Raubville,Uhlersville		PA	095	85256	
5207663	Rauchtown	rauchtown	US		726	America/New_York	41.12285	-77.23608	270			PA	035	16976	
5207673	Rausch Creek	rausch-creek	US		0	America/New_York	40.61203	-76.42635	324			PA	107	77400	
5207675	Rauschs	rauschs	US		0	America/New_York	40.66454	-75.99243	166	Rausch,Rauschs		PA	107	20880	
5207679	Raven Hill	raven-hill	US		0	America/New_York	40.18259	-76.93081	124			PA	041	44832	
5207683	Raven Run	raven-run	US		0	America/New_York	40.8162	-76.25355	465			PA	107	83408	
5207704	Raymilton	raymilton	US		0	America/New_York	41.33561	-79.97589	343			PA	121	50048	
5207739	Reading Number Three	reading-number-three	US		0	America/New_York	40.08786	-78.96086	550			PA	111	63144	
5207750	Reagantown	reagantown	US		0	America/New_York	40.13952	-79.64865	382			PA	129	72256	
5207765	Red Barn	red-barn	US		0	America/New_York	40.52451	-79.15892	330			PA	063	12040	
5207771	Red Cedar Hill	red-cedar-hill	US		0	America/New_York	40.15428	-74.84794	19			PA	017	08768	
5207788	Red Hot	red-hot	US		0	America/New_York	40.66312	-79.83589	324			PA	003	82800	
5207789	Red Ledge Manor Estates	red-ledge-manor-estates	US		0	America/New_York	41.15342	-75.21629	345			PA	089	62632	
5207792	Red Cross	red-cross	US		0	America/New_York	40.7112	-76.78608	151	Mahanoy,Red Cross		PA	097	37432	
5207796	Red Mill	red-mill	US		0	America/New_York	40.51451	-78.90169	461	Nipton,Red Mill		PA	021	06736	
5207797	Red Mill	red-mill	US		0	America/New_York	40.80062	-77.64472	354			PA	027	62360	
5207798	Red Mill	red-mill	US		0	America/New_York	41.15506	-78.82198	456			PA	065	81264	
5207827	Red Run	red-run	US		0	America/New_York	40.18426	-76.08217	124	Red Run,Redrun		PA	071	08352	
5208109	Reynoldsdale	reynoldsdale	US		0	America/New_York	40.14758	-78.55752	339			PA	009	21788	
5207852	Redclyffe	redclyffe	US		0	America/New_York	41.39478	-79.15226	483	Radcliff,Red Cliff,Redclyffe		PA	053	04224	
5207862	Redds Mill	redds-mill	US		0	America/New_York	40.14618	-79.97783	266			PA	125	25104	
5207864	Redland Village	redland-village	US		0	America/New_York	40.17176	-76.80636	143			PA	133	24936	
5207875	Reduction	reduction	US		0	America/New_York	40.18368	-79.77088	280	Flynns,Reduction		PA	129	72256	
5207885	Reeceville	reeceville	US		0	America/New_York	40.02788	-75.7955	169	Reecemore,Reeceville		PA	029	82576	
5207901	Reeds Corners	reeds-corners	US		0	America/New_York	41.9795	-80.10922	421			PA	049	46224	
5207905	Reeds Gap	reeds-gap	US		0	America/New_York	40.43452	-77.6111	209			PA	067	77952	
5207913	Reeds Furnace	reeds-furnace	US		0	America/New_York	41.33422	-80.00478	346			PA	085	67856	
5207920	Reels Corners	reels-corners	US		0	America/New_York	40.05813	-78.8278	774			PA	111	74440	
5207936	Reesers Summit	reesers-summit	US		0	America/New_York	40.2012	-76.86553	206			PA	133	24936	
5207940	Reevesdale	reevesdale	US		0	America/New_York	40.78176	-76.01187	295			PA	107	68304	
5207953	Regan Junction	regan-junction	US		0	America/New_York	40.54313	-78.85197	506			PA	021	06736	
5207955	Regency Park	regency-park	US		0	America/New_York	40.48257	-79.7756	339			PA	003	61536	
5207958	Regent Square	regent-square	US		0	America/New_York	40.42785	-79.89977	234			PA	003	61000	
5207966	Reesedale	reesedale	US		0	America/New_York	40.93062	-79.46865	261			PA	005	81176	
5207974	Reidsburg	reidsburg	US		0	America/New_York	41.15062	-79.4031	370			PA	031	50464	
5207976	Reiffton	reiffton	US		4178	America/New_York	40.31981	-75.87354	121			PA	011	24384	
5207978	Reightown	reightown	US		0	America/New_York	40.60229	-78.33335	326			PA	013	05384	
5207982	Reilly	reilly	US		0	America/New_York	41.09203	-75.88131	349	Reilly,Rielly		PA	079	18868	
5207987	Reinerton	reinerton	US		424	America/New_York	40.59231	-76.53246	254			PA	107	62200	
5207993	Reinoeldville	reinoeldville	US		0	America/New_York	40.35787	-76.42218	170	Reinoeldsville,Reinoeldville,Remoeldville		PA	075	55160	
5207995	Reillys	reillys	US		0	America/New_York	40.63035	-78.66947	578			PA	021	20952	
5207996	Reissing	reissing	US		0	America/New_York	40.34285	-80.19895	303			PA	125	11800	
5207999	Reitz	reitz	US		0	America/New_York	41.22173	-78.89975	488			PA	065	81120	
5208000	Reitz	reitz	US		0	America/New_York	40.13758	-78.81085	668	Reitz,Rockingham		PA	111	69448	
5208003	Reistville	reistville	US		0	America/New_York	40.32731	-76.30273	166			PA	075	33608	
5208006	Rembrant	rembrant	US		0	America/New_York	40.69534	-79.00892	382			PA	063	13072	
5208007	Remeos Mobile Home Park	remeos-mobile-home-park	US		0	America/New_York	40.21204	-76.86497	106			PA	133	24936	
5208010	Rene Mont	rene-mont	US		0	America/New_York	40.67815	-75.9666	191			PA	107	20880	
5208015	Rennerdale	rennerdale	US		1150	America/New_York	40.3984	-80.14145	297			PA	003	15216	
5208018	Renningers	renningers	US		574	America/New_York	40.65009	-76.14827	234			PA	107	55192	
5208020	Rennyson	rennyson	US		0	America/New_York	40.06455	-75.4563	75			PA	029	77344	
5208034	Renton Junction	renton-junction	US		0	America/New_York	40.49035	-79.74032	328			PA	003	61536	
5208049	Reservoir	reservoir	US		0	America/New_York	40.40674	-78.38029	308		06872	PA	013	06872	
5208052	Reservoir Hill	reservoir-hill	US		0	America/New_York	40.18509	-76.9747	179			PA	041	78736	
5208054	Reservoir Heights	reservoir-heights	US		0	America/New_York	40.53758	-76.93248	161			PA	043	79216	
5208063	Resica Falls	resica-falls	US		0	America/New_York	41.11148	-75.09462	231	Resica Falls,Ressaca		PA	089	49080	
5208064	Resler	resler	US		0	America/New_York	40.78175	-76.75802	249			PA	097	44856	
5208077	Retta	retta	US		0	America/New_York	41.72924	-76.05798	418			PA	115	03496	
5208083	Reward	reward	US		0	America/New_York	40.55536	-77.07831	219	Liberty Hall,Reward		PA	099	31440	
5208094	Rextown	rextown	US		0	America/New_York	40.7501	-75.63741	165			PA	077	81280	
5208097	Rexis	rexis	US		0	America/New_York	40.48646	-78.92225	425			PA	063	10104	
5208100	Reynolds Heights	reynolds-heights	US		2061	America/New_York	41.34506	-80.39423	317			PA	085	63008	
5208110	Reynoldstown	reynoldstown	US		0	America/New_York	41.90368	-77.88583	627			PA	105	00836	
5208117	Rhawnhurst	rhawnhurst	US		0	America/New_York	40.06178	-75.05573	37			PA	101	60000	
5208128	Rhoads	rhoads	US		0	America/New_York	41.00978	-77.87639	519	Clarks,Rhoads		PA	027	07424	
5208135	Ribold	ribold	US		0	America/New_York	40.79868	-79.99534	296			PA	019	26904	
5208136	Ribot	ribot	US		0	America/New_York	40.58618	-78.02695	215			PA	061	44344	
5208155	Rich Valley	rich-valley	US		0	America/New_York	41.53534	-78.32224	349			PA	023	70336	
5208164	Richarts Grove	richarts-grove	US		0	America/New_York	41.25369	-76.49161	392	Richards Grove,Richarts Grove		PA	081	38448	
5208213	Richmondale	richmondale	US		0	America/New_York	41.63731	-75.48157	521			PA	069	25560	
5208219	Rickenbach	rickenbach	US		0	America/New_York	40.4262	-75.96104	90			PA	011	05816	
5208225	Riddle Crossroads	riddle-crossroads	US		0	America/New_York	41.20034	-79.84422	442			PA	121	14344	
5208236	Ridge Acres	ridge-acres	US		0	America/New_York	40.33675	-76.83219	134			PA	043	45056	
5208239	Ridge Estates	ridge-estates	US		0	America/New_York	40.2601	-75.59963	69			PA	091	45072	
5208261	Ridge Valley	ridge-valley	US		0	America/New_York	40.3776	-75.37712	150			PA	017	83960	
5208267	Ridge View	ridge-view	US		0	America/New_York	40.14091	-79.54643	348	Ridge View,Star Mines		PA	129	21304	
5208269	Ridgebury	ridgebury	US		0	America/New_York	41.97341	-76.72162	293	Centerville,Centreville,Ridgbury,Ridgebury		PA	015	64696	
5208277	Ridgemont	ridgemont	US		0	America/New_York	40.82812	-77.94862	399			PA	027	58440	
5208305	Rienze	rienze	US		0	America/New_York	41.65202	-76.33605	386			PA	015	76408	
5208307	Rife	rife	US		0	America/New_York	40.54842	-76.88053	180			PA	043	79216	
5208315	Riggles Gap	riggles-gap	US		0	America/New_York	40.58007	-78.3839	367			PA	013	02680	
5208318	Riggs	riggs	US		0	America/New_York	41.83813	-76.57606	378			PA	015	71312	
5208352	Riker	riker	US		0	America/New_York	40.9459	-78.94031	378			PA	065	05200	
5208358	Rimer	rimer	US		0	America/New_York	40.93618	-79.52532	260	Rimer,Rimerton		PA	005	46456	
5208368	Ringertown	ringertown	US		0	America/New_York	40.4184	-79.58532	334	Lusk,Ringertown		PA	129		
5208371	Ringing Hills	ringing-hills	US		0	America/New_York	40.2701	-75.60629	129			PA	091	45072	
5208374	Ringing Rock Gardens	ringing-rock-gardens	US		0	America/New_York	40.26343	-75.62296	55			PA	091	45072	
5208379	Ringlands	ringlands	US		0	America/New_York	40.02646	-80.23062	291	Ringland,Ringlands		PA	125	51104	
5208388	Ringdale	ringdale	US		0	America/New_York	41.4523	-76.4455	464			PA	113	41520	
5208393	Ripple (historical)	ripple-historical	US		0	America/New_York	41.29786	-76.23966	387			PA	079	24752	
5208395	Ripple	ripple	US		0	America/New_York	41.30425	-76.24216	421			PA	079	24752	
5208396	Rippletown	rippletown	US		0	America/New_York	41.12314	-75.93714	359			PA	079	86584	
5208399	Rishelieu	rishelieu	US		0	America/New_York	40.00399	-76.72469	139			PA	133	46872	
5208410	Rising	rising	US		0	America/New_York	41.9648	-77.11719	302			PA	117	41960	
5208411	Rismiller	rismiller	US		0	America/New_York	40.83982	-75.31546	225			PA	095	10400	
5208413	Rita	rita	US		0	America/New_York	41.12231	-75.88131	499			PA	079	86584	
5208418	Ritchie	ritchie	US		0	America/New_York	41.29868	-77.60915	191			PA	035	31680	
5208421	Rittenhouse	rittenhouse	US		0	America/New_York	41.25536	-76.23466	275			PA	079	24752	
5208428	Riterville	riterville	US		0	America/New_York	41.76951	-78.66197	642	Riderville,Riterville		PA	083	40808	
5208429	Ritterville	ritterville	US		0	America/New_York	40.62121	-75.42685	115	Rittersville,Ritterville		PA	077	02000	
5208433	Ritzie Village	ritzie-village	US		0	America/New_York	40.39453	-76.78191	191			PA	043	83128	
5208441	River Hill	river-hill	US		0	America/New_York	40.20452	-79.91088	334			PA	003	26896	
5208449	River Valley	river-valley	US		0	America/New_York	40.54618	-79.82144	267	Horne,River Valley		PA	003	32624	
5208450	River View	river-view	US		0	America/New_York	40.60507	-79.57921	246			PA	005	58160	
5208451	River View	river-view	US		0	America/New_York	40.74176	-75.60963	192			PA	077	81280	
5208452	River View	river-view	US		0	America/New_York	40.21202	-79.96005	241	River View,Riverview		PA	125	53496	
5208454	River View Park	river-view-park	US		3380	America/New_York	40.39259	-75.95882	95			PA	011	52200	
5208455	River West	river-west	US		0	America/New_York	41.80396	-77.08469	367			PA	117	47080	
5208503	Ritters Crossroads	ritters-crossroads	US		0	America/New_York	41.20508	-76.58551	320			PA	081	27432	
5208518	Roaring Brook	roaring-brook	US		0	America/New_York	41.25647	-76.11993	313			PA	079	36296	
5208525	Roaring Creek	roaring-creek	US		0	America/New_York	40.93231	-76.52329	151			PA	093	48152	
5208556	Robb	robb	US		0	America/New_York	40.39229	-79.03781	332			PA	129	67240	
5208597	Robeson Crossing	robeson-crossing	US		0	America/New_York	40.2762	-75.84742	57			PA	011	65320	
5208598	Robeson Extension	robeson-extension	US		0	America/New_York	40.46702	-78.19973	263			PA	013	11760	
5208605	Robin Hood Lakes	robin-hood-lakes	US		0	America/New_York	40.96787	-75.53269	396			PA	089	61928	
5208608	Robindale (historical)	robindale-historical	US		0	America/New_York	40.4009	-79.0367	332	Robindale (historical),Robindale Heights,Smokeless		PA	063	22048	
5208609	Robindale Heights	robindale-heights	US		0	America/New_York	40.42646	-79.02475	353			PA	063	22048	
5208637	Roboda	roboda	US		0	America/New_York	40.17732	-75.53991	30			PA	091	66576	
5208646	Rocherty	rocherty	US		0	America/New_York	40.30231	-76.44913	147			PA	075	54928	
5208662	Rock Falls Park	rock-falls-park	US		0	America/New_York	41.03756	-80.03256	346			PA	019	71192	
5208742	Rockdale Acres	rockdale-acres	US		0	America/New_York	41.767	-79.92366	388			PA	039	65440	
5208753	Rockford Heights	rockford-heights	US		0	America/New_York	40.33509	-76.76969	142			PA	043	45056	
5208754	Rockhill	rockhill	US		361	America/New_York	40.24175	-77.89972	189	Rockhill,Rockhill Furnace		PA	061	65496	
5208759	Rockhill Station	rockhill-station	US		0	America/New_York	40.40594	-75.30684	167			PA	017	21760	
5208773	Rocklyn	rocklyn	US		0	America/New_York	40.0776	-75.85244	207			PA	029	35536	
5208774	Rockmere	rockmere	US		0	America/New_York	41.43145	-79.65922	314	Rockmeer,Rockmere		PA	121	16944	
5208780	Rockspring	rockspring	US		0	America/New_York	40.70895	-77.9675	367	Rock Spring,Rock Springs,Rockspring		PA	027	25624	
5208784	Rocktown	rocktown	US		0	America/New_York	40.17396	-79.5931	344			PA	129	21304	
5208810	Rocky Forest	rocky-forest	US		0	America/New_York	41.63452	-76.19743	212			PA	131	08176	
5208821	Rocky Grove	rocky-grove	US		0	America/New_York	41.40506	-79.832	302			PA	121	75000	
5208851	Rocky Valley	rocky-valley	US		0	America/New_York	40.50177	-75.36712	200			PA	017	73016	
5208863	Rodi	rodi	US		0	America/New_York	40.46618	-79.82588	378			PA	003	59032	
5208867	Roeders	roeders	US		0	America/New_York	40.56676	-76.19522	209			PA	107	81792	
5208868	Roedersville	roedersville	US		0	America/New_York	40.5862	-76.32467	179			PA	107	81312	
5208869	Roelofs	roelofs	US		0	America/New_York	40.21705	-74.86155	43			PA	017	44968	
5208871	Roemersville	roemersville	US		0	America/New_York	41.28481	-75.24935	499			PA	103	30976	
5208885	Rogers Stop	rogers-stop	US		0	America/New_York	40.12729	-79.92255	307			PA	125	25104	
5208886	Rogertown	rogertown	US		0	America/New_York	41.82284	-79.10421	370			PA	123	48272	
5208888	Rogerstown	rogerstown	US		0	America/New_York	40.00146	-79.62643	304			PA	051	20224	
5208892	Rohrerstown	rohrerstown	US		0	America/New_York	40.05288	-76.35996	109	Hempfield,Rohrerstown,Rohrestown		PA	071	21232	
5208894	Rohrsburg	rohrsburg	US		145	America/New_York	41.13342	-76.42217	200			PA	037	31392	
5208898	Roler	roler	US		0	America/New_York	40.01287	-76.9222	117			PA	133	19704	
5208915	Rolling Hill Acres	rolling-hill-acres	US		0	America/New_York	40.52732	-75.16962	141			PA	017	54576	
5208916	Rolling Stone	rolling-stone	US		0	America/New_York	41.05589	-78.15362	287			PA	033	16656	
5208934	Romola	romola	US		0	America/New_York	41.05701	-77.68916	228	Marsh Creek,Romola		PA	027	17800	
5208938	Rook	rook	US		0	America/New_York	40.41424	-80.06894	285			PA	003	31256	
5208962	Roots	roots	US		0	America/New_York	40.6134	-78.36113	374			PA	013	02680	
5208963	Rootville	rootville	US		0	America/New_York	41.77478	-79.87089	408			PA	039	07032	
5208968	Rosas	rosas	US		0	America/New_York	41.44148	-74.80905	167			PA	103	82928	
5208976	Rose Garden	rose-garden	US		0	America/New_York	40.15342	-77.01137	142			PA	041	78736	
5208978	Rose Gardens	rose-gardens	US		0	America/New_York	41.41006	-79.672	420			PA	121	16944	
5208979	Rose Glen	rose-glen	US		0	America/New_York	40.4037	-77.08442	183	Rose Glen,Roseglen		PA	099	84368	
5208991	Rose Point	rose-point	US		0	America/New_York	40.97006	-80.18645	343			PA	073	71200	
5208996	Rose Valley	rose-valley	US		0	America/New_York	40.16539	-75.20684	93			PA	091	79008	
5209003	Roseann	roseann	US		0	America/New_York	40.71035	-77.58972	259	Garden View,Gardenview,Roseann		PA	087	03040	
5209008	Rosecrans	rosecrans	US		0	America/New_York	41.0559	-77.31136	518			PA	035	30928	
5209016	Rosegarden	rosegarden	US		0	America/New_York	40.14787	-77.01109	135			PA	133	11432	
5209018	Rose Glen	rose-glen	US		0	America/New_York	40.04513	-75.26231	15			PA	091	44976	
5209029	Rosemont Terrace	rosemont-terrace	US		0	America/New_York	40.6301	-75.4149	100			PA	095	06088	
5209032	Rosengrant	rosengrant	US		0	America/New_York	41.50647	-75.98548	200			PA	131	22112	
5209034	Roses	roses	US		0	America/New_York	41.45451	-79.15643	508			PA	053	38016	
5209036	Roseto	roseto	US		1549	America/New_York	40.88065	-75.21462	214	New Italy,Rose to Bangor Branch,Roseto		PA	095	66168	
5209044	Rosewood Park	rosewood-park	US		0	America/New_York	40.20594	-75.11351	94			PA	017	80952	
5209053	Ross Common	ross-common	US		0	America/New_York	40.86509	-75.30601	266	Roscommon,Ross Common		PA	089	66280	
5209088	Rossland	rossland	US		0	America/New_York	40.8712	-75.39685	243			PA	089	66280	
5209089	Rosslyn Farms	rosslyn-farms	US		427	America/New_York	40.42562	-80.09394	332			PA	003	66320	
5209093	Rossmere	rossmere	US		0	America/New_York	40.05621	-76.2969	103			PA	071	46896	
5209094	Rossmoyne	rossmoyne	US		0	America/New_York	40.19731	-76.94386	130			PA	041	44832	
5209095	Rossmoyne	rossmoyne	US		0	America/New_York	40.82479	-79.12754	363			PA	063	72304	
5209096	Rossmoyne Manor	rossmoyne-manor	US		0	America/New_York	40.21092	-76.95081	123			PA	041	44832	
5209105	Rote	rote	US		507	America/New_York	41.07896	-77.42026	230			PA	035	41112	
5209110	Rothsville	rothsville	US		3044	America/New_York	40.15121	-76.25107	150			PA	071	81168	
5209119	Round Head	round-head	US		0	America/New_York	40.5087	-76.30968	461			PA	011	06008	
5209133	Round Knob	round-knob	US		0	America/New_York	40.1498	-78.19251	504			PA	009	08880	
5209170	Round Top Manor	round-top-manor	US		0	America/New_York	40.20259	-76.69802	111			PA	043	44464	
5209178	Roundtop	roundtop	US		0	America/New_York	40.66369	-77.32221	530			PA	067	25440	
5209183	Roundtop	roundtop	US		0	America/New_York	41.70702	-77.2522	476			PA	117	12728	
5209187	Roundtown	roundtown	US		0	America/New_York	40.01787	-76.75552	151			PA	133	46872	
5209206	Rowenna	rowenna	US		0	America/New_York	40.06537	-76.61136	90	Rowenna,Shocks Mills		PA	071	21032	
5209207	Rowes Run	rowes-run	US		564	America/New_York	40.00952	-79.81699	281	Row Run,Rowes Run		PA	051	63904	
5209221	Rowtown	rowtown	US		0	America/New_York	40.75812	-80.46951	289	Rowe,Rowtown		PA	007	71952	
5209236	Royer	royer	US		0	America/New_York	40.42202	-78.27335	327	Royer,Springfield Furnace		PA	013	86144	
5209246	Roystone	roystone	US		0	America/New_York	41.72228	-78.97059	449			PA	123	69992	
5209249	Rubicam	rubicam	US		0	America/New_York	40.13344	-75.11517	94			PA	091	00156	
5209251	Ruchsville	ruchsville	US		0	America/New_York	40.65287	-75.54519	126	Buchsville,Ruchsville,Rughsville,Rushville,Schadts		PA	077	55576	
5209253	Roytown	roytown	US		0	America/New_York	40.10063	-79.13364	587			PA	111	43440	
5209264	Ruggles	ruggles	US		0	America/New_York	41.37175	-76.08493	341			PA	079	40920	
5209265	Ruggles	ruggles	US		0	America/New_York	41.38841	-76.05576	360			PA	131	55736	
5209270	Rule Corners	rule-corners	US		0	America/New_York	41.15286	-75.96381	367			PA	079	64424	
5209275	Rumbels	rumbels	US		0	America/New_York	41.03092	-75.98465	310			PA	079	10480	
5209277	Rummel	rummel	US		0	America/New_York	40.21785	-78.80808	569			PA	111	57552	
5209279	Rudes Corner	rudes-corner	US		0	America/New_York	41.75147	-75.3499	434			PA	127	51872	
5209281	Rummerfield	rummerfield	US		0	America/New_York	41.74396	-76.3066	213			PA	015	73632	
5209285	Rundell	rundell	US		0	America/New_York	41.75867	-80.28423	352			PA	039	72840	
5209289	Runville	runville	US		0	America/New_York	40.9645	-77.84	267	Runville,School House,Schoolhouse		PA	027	07424	
5209299	Ruppletown	ruppletown	US		0	America/New_York	40.56094	-75.11601	157			PA	017	08592	
5209300	Ruppsville	ruppsville	US		0	America/New_York	40.58037	-75.60046	139	Rupps,Ruppsville		PA	077	79104	
5209323	Rushboro	rushboro	US		0	America/New_York	41.73258	-76.0352	424			PA	115	03496	
5209328	Rushtown	rushtown	US		0	America/New_York	40.91786	-76.62968	242			PA	097	66752	
5209334	Russell City	russell-city	US		0	America/New_York	41.57145	-78.90865	582	De Young,Deyoung,Russell City		PA	047	34464	
5209358	Rustic Hills	rustic-hills	US		0	America/New_York	40.31842	-76.81303	142			PA	043	45056	
5209363	Rutherford Heights	rutherford-heights	US		0	America/New_York	40.26731	-76.77303	148			PA	043	75672	
5209366	Ruthfred Acres	ruthfred-acres	US		0	America/New_York	40.31813	-80.05589	355			PA	003		
5209369	Rutledgedale	rutledgedale	US		0	America/New_York	41.71037	-75.17878	408			PA	127	18104	
5209373	Ryans Corner	ryans-corner	US		0	America/New_York	40.26289	-74.96933	106			PA	017	86624	
5209377	Rydal East	rydal-east	US		0	America/New_York	40.10678	-75.11295	57			PA	091	00156	
5209378	Rydal Park	rydal-park	US		0	America/New_York	40.11178	-75.10962	63			PA	091	00156	
5209383	Ryeland	ryeland	US		0	America/New_York	40.35204	-76.17884	147			PA	011	33600	
5209384	Ryers	ryers	US		0	America/New_York	40.06372	-75.08712	43			PA	101	60000	
5209386	Rynd Farm	rynd-farm	US		0	America/New_York	41.48256	-79.69477	313			PA	121	16232	
5209388	Ryot	ryot	US		0	America/New_York	40.14591	-78.63669	376	Ryot,Six Roads		PA	009	83972	
5209391	Rutherford Gardens	rutherford-gardens	US		0	America/New_York	40.26398	-76.79358	142			PA	043	75672	
5209400	Sackett	sackett	US		0	America/New_York	41.53145	-78.90365	579			PA	047	34464	
5209441	Sadlers Corner	sadlers-corner	US		0	America/New_York	41.39728	-79.62449	436			PA	121	16944	
5209443	Saegers	saegers	US		0	America/New_York	41.18925	-76.82913	154			PA	081	14336	
5209444	Saegersville	saegersville	US		0	America/New_York	40.70065	-75.68963	194	Saegersville,Seagersville,Segersville		PA	077	33616	
5209451	Sagamore Estates	sagamore-estates	US		0	America/New_York	41.3687	-74.9035	446			PA	103	70496	
5209457	Sagon	sagon	US		0	America/New_York	40.80425	-76.49496	346			PA	097	14536	
5209614	Saint Charles Furnace	saint-charles-furnace	US		0	America/New_York	41.01951	-79.38782	359			PA	031	62144	
5209650	Saint Davids	saint-davids	US		0	America/New_York	40.04094	-75.37852	107			PA	045	63264	
5210103	Saint Martins	saint-martins	US		0	America/New_York	40.06789	-75.19684	94	Saint Martins,St. Martins,Wissahickon Heights		PA	101	60000	
5210213	Saint Marys Seminary	saint-marys-seminary	US		0	America/New_York	40.04178	-75.34074	136			PA	045	63264	
5210287	Saint Nicholas	saint-nicholas	US		0	America/New_York	40.80453	-76.17772	357			PA	107	46584	
5210576	Saint Vincent Shaft	saint-vincent-shaft	US		0	America/New_York	40.28396	-79.39976	329			PA	129	78656	
5210684	Salemville	salemville	US		0	America/New_York	40.14841	-78.43279	409			PA	009	72656	
5210693	Salisbury Heights	salisbury-heights	US		0	America/New_York	40.03399	-76.01106	155			PA	071	67568	
5210700	Salladasburg	salladasburg	US		239	America/New_York	41.2773	-77.2258	203			PA	081	67616	
5210703	Sally Ann	sally-ann	US		0	America/New_York	40.47232	-75.72658	199			PA	011	65544	
5210706	Salona	salona	US		0	America/New_York	41.08423	-77.46304	187	McGheestown,Mechanicsburg,Mudtown,Salona		PA	035	41112	
5210722	Salter	salter	US		0	America/New_York	40.27508	-78.13334	424			PA	061	77000	
5210738	Saluvia	saluvia	US		0	America/New_York	40.00536	-78.10334	307			PA	057	43200	
5210741	Salunga	salunga	US		2695	America/New_York	40.10093	-76.42469	124			PA	071	21232	
5210743	Sample	sample	US		0	America/New_York	40.57951	-79.96811	272			PA	003	32328	
5210748	Sample Run	sample-run	US		0	America/New_York	40.66062	-79.02309	372			PA	063	14520	
5210752	Sampson	sampson	US		0	America/New_York	42.00922	-79.99755	372			PA	049	30936	
5210753	Sampson	sampson	US		0	America/New_York	40.17396	-79.88283	362			PA	125	11424	
5210764	Sanatoga	sanatoga	US		8378	America/New_York	40.2451	-75.59518	72			PA	091	45072	
5210774	Sand Beach	sand-beach	US		0	America/New_York	40.3087	-76.6683	110	Sand Beach,Sandbeach		PA	043	72200	
5210779	Sand Hill	sand-hill	US		2496	America/New_York	40.35954	-76.43163	186			PA	075	55160	
5210806	Sand Spring	sand-spring	US		0	America/New_York	41.06231	-75.96381	397	Sand Spring,Sand Springs		PA	079	10480	
5210845	Sandts Eddy	sandts-eddy	US		0	America/New_York	40.75704	-75.19129	54	Mineral Spring,Sandts Eddy,Standt Eddy		PA	095	45016	
5210858	Sandy Hollow	sandy-hollow	US		0	America/New_York	41.00812	-79.5506	433			PA	031	46464	
5210866	Sandy Lick	sandy-lick	US		0	America/New_York	40.71257	-79.72922	279			PA	019	10000	
5210879	Sandy Run	sandy-run	US		0	America/New_York	40.12175	-78.23029	436			PA	009	08880	
5210888	Sandy Run	sandy-run	US		0	America/New_York	41.01953	-75.85686	504			PA	079	26928	
5210899	Sandy Valley	sandy-valley	US		0	America/New_York	41.13006	-78.88642	443			PA	065	85840	
5210907	Sangree	sangree	US		0	America/New_York	40.35509	-76.8008	170			PA	043	45056	
5210908	Sankertown	sankertown	US		650	America/New_York	40.47007	-78.59224	630			PA	021	67920	
5210918	Sarah Furnace	sarah-furnace	US		0	America/New_York	41.00812	-79.59755	268			PA	031	46464	
5210922	Sartwell	sartwell	US		0	America/New_York	41.87979	-78.34974	443			PA	083	02576	
5210930	Sarversville	sarversville	US		0	America/New_York	40.71951	-79.75561	319			PA	019	10000	
5210937	Satterfield	satterfield	US		0	America/New_York	41.49035	-76.40855	568	Satterfield,Satterfield Junction		PA	113	13000	
5210941	Saucon	saucon	US		0	America/New_York	40.61954	-75.33657	64	Sakunk,Saucon,Saucona		PA	095	06088	
5210946	Saucon Valley	saucon-valley	US		0	America/New_York	40.54732	-75.42935	119			PA	077	79288	
5210950	Saucon Valley Terrace	saucon-valley-terrace	US		0	America/New_York	40.58232	-75.36962	126			PA	095	45104	
5210951	Saucona	saucona	US		0	America/New_York	40.55677	-75.34129	114			PA	095	45104	
5210959	Saulsburg	saulsburg	US		0	America/New_York	40.62062	-77.89472	253			PA	061	04288	
5210965	Savan	savan	US		0	America/New_York	40.82173	-78.99726	380			PA	063	21456	
5210970	Saville	saville	US		0	America/New_York	40.43841	-77.39582	222			PA	099	68032	
5210973	Saw Creek	saw-creek	US		4016	America/New_York	41.11259	-75.05073	226			PA	103	42512	
5210983	Saw Mill Valley	saw-mill-valley	US		0	America/New_York	40.18511	-75.15628	101			PA	091	35808	
5211012	Sawtown	sawtown	US		0	America/New_York	41.36923	-79.57477	468			PA	121	60472	
5211014	Sawyer City	sawyer-city	US		0	America/New_York	41.94423	-78.59086	470	Sawyer,Sawyer City		PA	083	26936	
5211035	Saylorsville	saylorsville	US		0	America/New_York	41.04064	-75.69352	483			PA	025	39608	
5211043	Scab Hill	scab-hill	US		0	America/New_York	40.32257	-79.71671	331	Adams Hill,Scab Hill		PA	129	55128	
5211048	Scalp Level	scalp-level	US		741	America/New_York	40.2498	-78.84891	537			PA	021	68104	
5211052	Scammells Corner	scammells-corner	US		0	America/New_York	40.2365	-74.85239	52			PA	017	44968	
5211055	Scanlin	scanlin	US		0	America/New_York	41.06592	-76.11354	248			PA	079	35192	
5211058	Scarlan Hill	scarlan-hill	US		0	America/New_York	40.40396	-78.63196	645			PA	021	81200	
5211060	Scarlets Mill	scarlets-mill	US		0	America/New_York	40.22704	-75.8502	106	Scarlets Mill,White Bear,White Bear Station		PA	011	65320	
5211061	Scattertown	scattertown	US		0	America/New_York	41.24839	-78.52447	367			PA	047	37760	
5211066	Schades Corner	schades-corner	US		0	America/New_York	40.22982	-75.66686	83			PA	029	54936	
5211089	Scheidy	scheidy	US		0	America/New_York	40.69315	-75.5613	197			PA	077	55576	
5211098	Schenley Heights	schenley-heights	US		0	America/New_York	40.45146	-79.95894	352			PA	003	61000	
5211103	Scherersville	scherersville	US		0	America/New_York	40.62871	-75.50963	95	Ringers,Scherersville,Sherersville		PA	077	72632	
5211111	Schlichter	schlichter	US		0	America/New_York	40.36844	-75.33323	171	Indianfield Church,Schlichter		PA	017	83960	
5211113	Schlusser	schlusser	US		5265	America/New_York	40.24175	-77.17693	129			PA	041	55216	
5211117	Schlemville	schlemville	US		0	America/New_York	40.4712	-75.88632	120			PA	011	46680	
5211126	Schneidersville	schneidersville	US		0	America/New_York	40.63121	-75.77492	184			PA	077	45656	
5211129	Schoeneck	schoeneck	US		1056	America/New_York	40.24148	-76.17411	171			PA	071	82728	
5211130	Schoeneck	schoeneck	US		0	America/New_York	40.75537	-75.30823	169	Behind Nazareth,Edmonds,Schoeneck,Shoeneck		PA	095	79192	
5211134	Schoenersville	schoenersville	US		0	America/New_York	40.66343	-75.42463	118	Schoenersville,Schoenerville,Shoenersville		PA	095	32432	
5211135	Schofer	schofer	US		0	America/New_York	40.53871	-75.71491	161			PA	011	48128	
5211136	Schoffner Corner	schoffner-corner	US		0	America/New_York	41.30978	-78.92781	519			PA	065	61920	
5211137	Schofield Corners	schofield-corners	US		0	America/New_York	41.41978	-80.15589	369	Schoefield Corners,Schofield Corners		PA	085	54304	
5211143	Schollard	schollard	US		0	America/New_York	41.1395	-80.21423	364			PA	085	73080	
5211156	School Side Manor	school-side-manor	US		0	America/New_York	40.07678	-75.34963	62			PA	091	79136	
5211185	Schracktown	schracktown	US		0	America/New_York	41.02729	-77.33192	394			PA	035	30928	
5211196	Schubert	schubert	US		249	America/New_York	40.49759	-76.22078	192			PA	011	06008	
5211202	Schultzville	schultzville	US		0	America/New_York	40.38482	-75.60296	133	Colebrookdale,Passmore,Schultzville,Shultzville		PA	011	81184	
5211203	Schuster Heights	schuster-heights	US		0	America/New_York	40.69007	-79.70644	361			PA	019	10000	
5211220	Schultzville	schultzville	US		0	America/New_York	41.4823	-75.76547	345			PA	069	54136	
5211238	Sciotavale	sciotavale	US		0	America/New_York	41.55119	-76.23771	418			PA	015	85544	
5211244	Scotch Hill	scotch-hill	US		0	America/New_York	41.32673	-79.26532	463	Scotch Hill,Scotch Hills		PA	031	25272	
5211246	Scotch Hollow	scotch-hollow	US		0	America/New_York	40.86978	-78.30224	491			PA	033	18456	
5211259	Scott Center	scott-center	US		0	America/New_York	41.93897	-75.3949	431			PA	127	68416	
5211260	Scott Haven	scott-haven	US		0	America/New_York	40.25563	-79.78921	241			PA	129	69392	
5211288	Scotts Crossing	scotts-crossing	US		0	America/New_York	41.93561	-79.59505	435			PA	123	15408	
5211300	Scranton Corners	scranton-corners	US		0	America/New_York	41.63091	-76.08382	367			PA	131	48864	
5211330	Seamentown	seamentown	US		0	America/New_York	40.70979	-78.9292	438			PA	063	30816	
5211375	Sedwicks Mill	sedwicks-mill	US		0	America/New_York	41.16478	-79.78477	388			PA	019	00860	
5211376	Seeger Place	seeger-place	US		0	America/New_York	40.69673	-77.76777	310	Seeger Place,State College Camp		PA	061	37384	
5211387	Seemsville	seemsville	US		0	America/New_York	40.72232	-75.45824	204	Seeinsville,Seemsville		PA	095	20736	
5211389	Seger	seger	US		0	America/New_York	40.36507	-79.28531	342			PA	129	18968	
5211394	Seiberlingville	seiberlingville	US		0	America/New_York	40.60898	-75.73491	249	Seiberlingsville,Seiberlingville		PA	077	82064	
5211399	Seidersville	seidersville	US		0	America/New_York	40.58788	-75.38462	148	Seiders Tavern,Seidersville		PA	095	45104	
5211401	Seiple	seiple	US		0	America/New_York	40.64287	-75.51907	125	Seiple,Seiples Station		PA	077	72632	
5211403	Seipstown	seipstown	US		0	America/New_York	40.59037	-75.67963	224	Seipstown,Seipsville		PA	077	82064	
5211404	Seisholtzville	seisholtzville	US		0	America/New_York	40.46982	-75.60408	261	Seisholtzville,Siesholtsville		PA	011	34016	
5211406	Seldersville	seldersville	US		0	America/New_York	40.50396	-78.86308	541			PA	021	06736	
5211414	Selea	selea	US		0	America/New_York	40.15592	-77.99167	268	Brownsville,Selea		PA	061	73072	
5211415	Selinsgrove Junction	selinsgrove-junction	US		0	America/New_York	40.80175	-76.83914	125			PA	097	44856	
5211451	Sereno	sereno	US		0	America/New_York	41.15425	-76.52134	215			PA	037	60304	
5211452	Sergeant	sergeant	US		0	America/New_York	41.63395	-78.75197	524			PA	083	84312	
5211465	Seven Fields	seven-fields	US		2846	America/New_York	40.69173	-80.06256	337			PA	019	69309	
5211470	Seven Pines	seven-pines	US		0	America/New_York	40.4698	-77.46221	151			PA	067	73504	
5211472	Seven Points	seven-points	US		0	America/New_York	40.82342	-76.71219	194	Seven Points,Sevenpoints		PA	097	65472	
5211485	Seven Stars	seven-stars	US		0	America/New_York	40.16343	-75.59436	108			PA	029	22000	
5211486	Seven Stars	seven-stars	US		0	America/New_York	40.6584	-78.08167	312			PA	061	27416	
5211487	Seven Stars	seven-stars	US		0	America/New_York	40.61342	-77.10498	176	Cabala,Seven Stars		PA	067	31424	
5211488	Seven Stars	seven-stars	US		0	America/New_York	40.10039	-75.30074	36	Ridge Road,Seven Stars		PA	091	61664	
5211515	Sewickley Heights	sewickley-heights	US		820	America/New_York	40.55673	-80.16311	363			PA	003	69400	
5211518	Sewickley Hills	sewickley-hills	US		736	America/New_York	40.58173	-80.13672	346			PA	003	69416	
5211523	Seyoc	seyoc	US		0	America/New_York	40.29869	-77.64943	339			PA	099	76920	
5211542	Shadeland	shadeland	US		0	America/New_York	41.81561	-80.37618	289			PA	039	72840	
5211548	Shades Glen	shades-glen	US		0	America/New_York	41.17675	-75.68408	554			PA	079	09760	
5211550	Shadle	shadle	US		0	America/New_York	40.70592	-76.9922	156	Shadle,Stradle		PA	109	59504	
5211552	Shadow Shuttle	shadow-shuttle	US		0	America/New_York	40.45257	-79.81977	381			PA	003	59032	
5211555	Shado-Wood Village	shado-wood-village	US		0	America/New_York	40.60923	-79.20143	408			PA	063	84472	
5211558	Shady Acres	shady-acres	US		0	America/New_York	40.79148	-76.46468	343			PA	097	51504	
5211566	Shady Plain	shady-plain	US		0	America/New_York	40.61201	-79.4381	399			PA	005	39968	
5211576	Shadyside Village	shadyside-village	US		0	America/New_York	40.81895	-79.66088	301	Buffalo Creek,Shadyside Village		PA	005	83024	
5211589	Shaffer	shaffer	US		0	America/New_York	41.12423	-78.7342	436			PA	033	67792	
5211599	Shaffers Corners	shaffers-corners	US		0	America/New_York	41.42369	-75.78992	291			PA	069	63432	
5211603	Shaffersville	shaffersville	US		0	America/New_York	40.56979	-78.14362	241			PA	061	51080	
5211606	Shafton	shafton	US		0	America/New_York	40.3309	-79.6931	284			PA	129	55128	
5211610	Shakespeare Club	shakespeare-club	US		0	America/New_York	41.01452	-77.1783	431			PA	027	49360	
5211613	Shainline	shainline	US		0	America/New_York	40.09872	-75.35241	52			PA	091	08568	
5211618	Shamburg	shamburg	US		0	America/New_York	41.15562	-79.46505	369			PA	031	60648	
5211619	Shamburg	shamburg	US		0	America/New_York	41.56006	-79.62838	476			PA	121	56480	
5211640	Shamrock Station	shamrock-station	US		0	America/New_York	40.5026	-75.64852	134	Shamrock,Shamrock Station		PA	011	44584	
5211642	Shaner	shaner	US		0	America/New_York	40.28118	-79.77505	233	Shaner,Youghiogheny		PA	129	69392	
5211647	Shanesville	shanesville	US		0	America/New_York	40.36426	-75.69741	179			PA	011	20680	
5211658	Shankweilers	shankweilers	US		0	America/New_York	40.65037	-75.59824	193			PA	077	55576	
5211663	Shannon Heights	shannon-heights	US		0	America/New_York	40.48924	-79.83033	362			PA	003	59032	
5211672	Shanor Heights	shanor-heights	US		0	America/New_York	40.90062	-79.90922	407			PA	019	12024	
5211675	Shannondale	shannondale	US		0	America/New_York	41.08118	-79.23226	379			PA	031	63728	
5211701	Sharpe Hill	sharpe-hill	US		0	America/New_York	40.5034	-79.93727	335			PA	003	69584	
5211714	Sharrertown	sharrertown	US		0	America/New_York	40.0548	-79.95949	285			PA	125	83840	
5211741	Shawmont	shawmont	US		0	America/New_York	40.05289	-75.23601	110	Roxboro,Shawmont		PA	101	60000	
5211764	Shaws Corners	shaws-corners	US		0	America/New_York	41.56117	-80.10867	336	Shaws,Shaws Corners,Shaws Station		PA	039	21096	
5211765	Shaws Landing	shaws-landing	US		0	America/New_York	41.55144	-80.1145	329			PA	039	78304	
5211766	Shawtown	shawtown	US		0	America/New_York	40.33479	-79.70504	303			PA	129	55128	
5211768	Shawwood Park	shawwood-park	US		0	America/New_York	40.96395	-80.12756	363	Portersville Station,Shawwood Park		PA	019	86536	
5211769	Shay	shay	US		0	America/New_York	40.73645	-79.45477	393			PA	005	40056	
5211771	Shaytown	shaytown	US		0	America/New_York	41.90618	-78.17251	540			PA	105	61400	
5211776	Shazen	shazen	US		0	America/New_York	40.70146	-78.75781	504			PA	021	75520	
5211786	Sheatown	sheatown	US		671	America/New_York	41.19342	-76.01465	202	Alden Sheatown,Sheatown		PA	079	53960	
5211787	Sheeder	sheeder	US		0	America/New_York	40.15177	-75.61992	65			PA	029	22000	
5211797	Shearersburg	shearersburg	US		0	America/New_York	40.61507	-79.65421	386			PA	129	00892	
5211805	Sheffield Junction	sheffield-junction	US		0	America/New_York	41.58339	-78.99143	574			PA	053	35992	
5211811	Shehawken	shehawken	US		0	America/New_York	41.88953	-75.39296	558			PA	127	62600	
5211819	Shelander Hollow	shelander-hollow	US		0	America/New_York	41.70645	-79.01809	419			PA	123	69992	
5211832	Shelltown	shelltown	US		0	America/New_York	40.45646	-78.2064	291			PA	013	86144	
5211836	Shellytown	shellytown	US		0	America/New_York	40.40896	-78.20918	325			PA	013	86144	
5211843	Shellsville	shellsville	US		0	America/New_York	40.36676	-76.67052	147	Shellsville,Shellville,West Hanover		PA	043	21208	
5211845	Shelvey	shelvey	US		0	America/New_York	41.36978	-78.65003	603			PA	047	27088	
5211850	Shenandoah Heights	shenandoah-heights	US		1233	America/New_York	40.82759	-76.20688	504			PA	107	83408	
5211854	Shenango	shenango	US		0	America/New_York	41.37978	-80.39896	299			PA	085	83976	
5211877	Sheraden	sheraden	US		0	America/New_York	40.45951	-80.07728	242			PA	003	61000	
5211912	Shermansville	shermansville	US		0	America/New_York	41.62589	-80.37395	338			PA	039	67088	
5211913	Shernerville	shernerville	US		0	America/New_York	40.71815	-75.19073	55	Shernertown,Shernerville		PA	095	26728	
5211917	Sherrett	sherrett	US		0	America/New_York	40.93479	-79.57116	383	Sherret,Sherrett		PA	005	81176	
5211921	Sherwin	sherwin	US		0	America/New_York	41.00451	-79.94533	409			PA	019	13936	
5211928	Sherwood Park	sherwood-park	US		0	America/New_York	40.28509	-76.95803	137			PA	041	21680	
5211930	Sheshequin	sheshequin	US		0	America/New_York	41.85535	-76.49078	230	Schechschiquanunk,Shackanack,Shekenunk,Shesheck,Sheshecununk,Sheshehung,Sheshekonuck,Sheshekonunk,Sheshequannunk,Sheshequin,Sheshequon,Sheshiken,Sheskeken Flats,Tschechschequannunk		PA	015	70208	
5211934	Shettleston	shettleston	US		0	America/New_York	41.0795	-77.89278	408	Shettleston,Shuttleton		PA	027	71608	
5211944	Shieldsburg	shieldsburg	US		0	America/New_York	40.39257	-79.43782	313			PA	129	67496	
5211953	Shillington	shillington	US		5265	America/New_York	40.30787	-75.96549	107			PA	011	70248	
5211967	Shimersville	shimersville	US		0	America/New_York	40.6176	-75.33046	68	Cruikshanks,Cruikshanks Mill,Crukshanks,Shimersville		PA	095	06088	
5211968	Shimerville	shimerville	US		0	America/New_York	40.4951	-75.5263	244	Scheimersville,Sheimersville,Shimersville,Shimerville		PA	077	79160	
5211969	Shimerville	shimerville	US		0	America/New_York	40.75982	-75.23407	127	Shannerville,Shimerville		PA	095	26728	
5211972	Shimer	shimer	US		0	America/New_York	40.6676	-75.38518	112	Shimer,Shimers		PA	095	32432	
5211975	Shindle	shindle	US		0	America/New_York	40.66952	-77.41332	182	Shindel,Shindle		PA	087	18464	
5211976	Shingiss	shingiss	US		0	America/New_York	40.24007	-80.2095	294			PA	125	12848	
5211978	Shinerville	shinerville	US		0	America/New_York	41.48758	-76.38188	603	Shinersville,Shinerville		PA	113	13000	
5211998	Shinglebury	shinglebury	US		0	America/New_York	41.89257	-77.29664	457			PA	117	48968	
5212003	Shintown	shintown	US		0	America/New_York	41.30729	-77.80138	205			PA	035	55744	
5212006	Ship Road	ship-road	US		0	America/New_York	40.02344	-75.60965	121			PA	029	84192	
5212010	Shipmans Eddy	shipmans-eddy	US		0	America/New_York	41.82978	-79.08699	361			PA	123	29328	
5212032	Shire Oaks	shire-oaks	US		0	America/New_York	40.24368	-79.94644	244			PA	125	78432	
5212033	Shiremanstown	shiremanstown	US		1580	America/New_York	40.22342	-76.95359	128	Shiremans,Shiremanstown,Shirmanstown		PA	041	70384	
5212043	Shirks Corner	shirks-corner	US		0	America/New_York	40.28038	-75.43518	87			PA	091	79280	
5212047	Shirksville	shirksville	US		0	America/New_York	40.4287	-76.42218	145			PA	075	06040	
5212060	Shoemak Village	shoemak-village	US		0	America/New_York	40.16844	-75.07462	57			PA	091	79176	
5212061	Shoemaker	shoemaker	US		0	America/New_York	40.39424	-78.64585	552			PA	021	62056	
5212070	Shoemakers	shoemakers	US		0	America/New_York	41.07815	-75.02767	134			PA	089	49080	
5212071	Shoemakers	shoemakers	US		0	America/New_York	40.8312	-76.12994	423			PA	107	46584	
5212074	Shoenberger	shoenberger	US		0	America/New_York	40.6334	-78.18584	260			PA	061	81104	
5212080	Shohola Falls	shohola-falls	US		0	America/New_York	41.39092	-74.966	379			PA	103	70496	
5212097	Shoentown	shoentown	US		0	America/New_York	40.70565	-76.15883	232			PA	107	21616	
5212123	Shortys Place	shortys-place	US		0	America/New_York	40.01981	-78.16168	626			PA	057	09568	
5212128	Short Run	short-run	US		0	America/New_York	41.58979	-77.78166	424			PA	105	00108	
5212135	Shrader	shrader	US		0	America/New_York	40.69785	-77.55361	200			PA	087	03040	
5212138	Shreiners	shreiners	US		0	America/New_York	40.07649	-76.34746	97	Shreiner,Shreiners		PA	071	46896	
5212139	Shreiners	shreiners	US		0	America/New_York	40.86564	-76.84386	234			PA	109	50488	
5212177	Shumans	shumans	US		0	America/New_York	40.95342	-76.30216	213	Shumans,Shumantown		PA	037	04704	
5212185	Sibleyville	sibleyville	US		0	America/New_York	41.98367	-80.04672	374	Sibleyville,Sibleyville Corners		PA	049	46224	
5212190	Sickles Corner	sickles-corner	US		0	America/New_York	40.55396	-78.28279	374			PA	013	78176	
5212192	Siddonsburg	siddonsburg	US		0	America/New_York	40.14593	-76.96609	187	Siddensburg,Siddonsburg		PA	133	50328	
5212194	Sickler Hill	sickler-hill	US		0	America/New_York	41.22758	-75.97659	216			PA	079	61656	
5212207	Sidley	sidley	US		0	America/New_York	40.06566	-75.56242	113			PA	029	22056	
5212216	Siglerville	siglerville	US		106	America/New_York	40.73951	-77.5325	229			PA	087	03040	
5212217	Sigmund	sigmund	US		0	America/New_York	40.47343	-75.5588	198	Hampton,Hampton Furnace,Mary Ann Furnace,Sigmumds Furnace,Sigmund,Sigmunds Furnace		PA	077	79160	
5212218	Siko	siko	US		0	America/New_York	41.67398	-75.25323	372			PA	127	57000	
5212219	Siles	siles	US		0	America/New_York	40.15567	-74.97072	65	Scottsville,Siles		PA	017	05616	
5212231	Silvara	silvara	US		0	America/New_York	41.69869	-76.13437	252	East Spring Hill,Silvara		PA	015	77936	
5212233	Silkworth	silkworth	US		820	America/New_York	41.2723	-76.08632	370			PA	079	42504	
5212250	Silver Ford Heights	silver-ford-heights	US		0	America/New_York	40.3773	-77.84833	197			PA	087	81784	
5212294	Silverville	silverville	US		0	America/New_York	40.70451	-79.72283	339			PA	019	10000	
5212333	Singersville	singersville	US		0	America/New_York	40.37731	-76.91164	114			PA	043	49040	
5212350	Sinnemahoning	sinnemahoning	US		0	America/New_York	41.31923	-78.09639	244	Sinnamahoning,Sinnemahoning		PA	023	29008	
5212356	Siousca	siousca	US		0	America/New_York	40.00427	-75.82078	114			PA	029	79544	
5212365	Siverly	siverly	US		0	America/New_York	41.42062	-79.69339	310			PA	121	56456	
5212367	Six Points	six-points	US		0	America/New_York	41.14062	-79.75477	466			PA	019	00860	
5212397	Skelp	skelp	US		0	America/New_York	40.61979	-78.26807	373	Scalp Level,Skelp		PA	013	78176	
5212398	Skeltontown	skeltontown	US		0	America/New_York	41.81228	-80.11172	365	Blystone Mill,Skeltontown		PA	039	79920	
5212401	Ski Haven Lake Estates	ski-haven-lake-estates	US		0	America/New_York	41.09342	-75.30741	357			PA	089	61728	
5212407	Sizerville	sizerville	US		0	America/New_York	41.58868	-78.19779	362	Prestonville,Sizerville		PA	023	62064	
5212411	Skinners Eddy	skinners-eddy	US		0	America/New_York	41.64146	-76.1466	200			PA	131	08176	
5212426	Sky View Acres	sky-view-acres	US		0	America/New_York	41.01786	-76.42911	192			PA	037	68392	
5212427	Sky View Lake	sky-view-lake	US		0	America/New_York	41.29259	-75.24129	540			PA	103	30976	
5212430	Skyline View	skyline-view	US		4003	America/New_York	40.33926	-76.72553	153			PA	043	83128	
5212438	Skyview Mobile Home Park	skyview-mobile-home-park	US		0	America/New_York	40.14287	-76.83275	175			PA	133	53224	
5212445	Slabtown	slabtown	US		0	America/New_York	40.87756	-79.39421	334	Baum,Slabtown		PA	005	07416	
5212446	Slabtown	slabtown	US		156	America/New_York	40.90509	-76.40884	242	Roaring Creek,Slabtown		PA	037	44208	
5212447	Slabtown	slabtown	US		0	America/New_York	40.89286	-76.1966	332			PA	107	55472	
5212453	Slaseman Mobile Home Park	slaseman-mobile-home-park	US		0	America/New_York	40.19648	-76.84247	188			PA	133	24936	
5212457	Slate Lick	slate-lick	US		0	America/New_York	40.76701	-79.64283	339			PA	005	72000	
5212463	Slate Valley	slate-valley	US		0	America/New_York	40.75648	-75.57713	139			PA	095	42424	
5212467	Slatefield	slatefield	US		0	America/New_York	40.79593	-75.49741	221	Slate Field,Slatefield		PA	095	42424	
5212468	Slateford	slateford	US		0	America/New_York	40.94621	-75.11407	110	Dills Ferry,Slate Ford,Slate Port,Slateford		PA	095	79184	
5212476	Slateville	slateville	US		0	America/New_York	40.66398	-75.86714	146			PA	077	45656	
5212539	Slippery Rock Park	slippery-rock-park	US		0	America/New_York	41.02423	-80.01533	357			PA	019	08096	
5212555	Slocum Corners	slocum-corners	US		0	America/New_York	41.14536	-76.02131	351	Slocum,Slocum Corners		PA	079	71216	
5212562	Slonaker	slonaker	US		0	America/New_York	40.17732	-75.63242	131			PA	029	22000	
5212571	Slykerville	slykerville	US		0	America/New_York	40.92203	-75.98937	530			PA	079	33376	
5212574	Smathers	smathers	US		0	America/New_York	40.54007	-79.20809	372			PA	063	12040	
5212581	Smeltzer	smeltzer	US		0	America/New_York	40.80701	-79.25893	355			PA	005	16728	
5212603	Smith Corner	smith-corner	US		0	America/New_York	40.35757	-78.4889	411			PA	013	27720	
5212606	Smith Corners	smith-corners	US		0	America/New_York	41.18089	-79.86755	451			PA	121	14344	
5212613	Smith Gap	smith-gap	US		0	America/New_York	40.83454	-75.43435	165			PA	089	22904	
5212649	Smith Summit	smith-summit	US		0	America/New_York	41.22673	-78.82697	508			PA	065	81264	
5212669	Smithport	smithport	US		0	America/New_York	40.8359	-78.87642	553			PA	063	04056	
5212670	Smiths Corner	smiths-corner	US		0	America/New_York	40.42427	-75.10517	145			PA	017	61616	
5212671	Smiths Corners	smiths-corners	US		0	America/New_York	41.29923	-79.772	480	Floyd,Smiths Corners		PA	121	65560	
5212672	Smiths Ferry	smiths-ferry	US		0	America/New_York	40.64756	-80.50201	215			PA	007	56432	
5212694	Smoke Run	smoke-run	US		0	America/New_York	40.79478	-78.42752	417			PA	033	06288	
5212713	Smullton	smullton	US		0	America/New_York	40.93618	-77.43971	381	Kreamersville,Smullton,Smulton		PA	027	49360	
5212730	Snedekerville	snedekerville	US		0	America/New_York	41.8948	-76.80051	387			PA	015	15376	
5212737	Snively Corners	snively-corners	US		0	America/New_York	41.24701	-79.62033	444			PA	031	67432	
5212746	Snow Hill Falls	snow-hill-falls	US		0	America/New_York	41.1512	-75.20379	302			PA	089	62632	
5212760	Snowden	snowden	US		0	America/New_York	40.2784	-79.96505	286			PA	003	72400	
5212761	Snowdenville	snowdenville	US		0	America/New_York	40.19093	-75.60074	80			PA	029	21008	
5212763	Snows Mill	snows-mill	US		0	America/New_York	41.79841	-75.98492	331			PA	115	38168	
5212764	Snufftown	snufftown	US		0	America/New_York	40.8562	-76.58051	220			PA	097	63328	
5212798	Snyders	snyders	US		0	America/New_York	40.7212	-75.86159	198			PA	107	83792	
5212806	Snydersville	snydersville	US		0	America/New_York	40.95843	-75.29157	152			PA	089	32176	
5212807	Snydersville	snydersville	US		0	America/New_York	40.05008	-79.01392	636			PA	111	71784	
5212829	Soho	soho	US		0	America/New_York	40.43757	-79.98255	251			PA	003	61000	
5212846	Solomon Gap	solomon-gap	US		0	America/New_York	41.17925	-75.88297	496	Solomon Gap,Solomons Gap		PA	079	24888	
5212879	Sonestown	sonestown	US		0	America/New_York	41.35369	-76.55412	293			PA	113	18296	
5212883	Sonman	sonman	US		0	America/New_York	40.39507	-78.65919	527			PA	021	62056	
5212885	Sopertown	sopertown	US		0	America/New_York	41.87563	-76.90441	440	Soper Hollow,Sopertown		PA	015	15376	
5212887	Soradoville	soradoville	US		0	America/New_York	40.6798	-77.41249	191			PA	087	18464	
5212892	Somers Lane	somers-lane	US		0	America/New_York	41.96757	-77.11053	307			PA	117	41960	
5212893	Sorrelhorse	sorrelhorse	US		0	America/New_York	40.14733	-75.05628	91			PA	091	45008	
5212895	Soudersburg	soudersburg	US		540	America/New_York	40.0151	-76.15495	115			PA	071	21344	
5212903	Soukesburg	soukesburg	US		0	America/New_York	40.35313	-78.78197	486			PA	021	17496	
5212904	Sours Mills	sours-mills	US		0	America/New_York	40.77454	-75.31074	154	Bowers Mill,Sours Mills		PA	095	10400	
5212908	South Altoona	south-altoona	US		0	America/New_York	40.48896	-78.40918	336	Burket,South Altoona		PA	013	02184	
5212911	South Auburn	south-auburn	US		0	America/New_York	41.66508	-76.0802	344			PA	115	03496	
5212919	South Bradford	south-bradford	US		0	America/New_York	41.92923	-78.65281	457			PA	083	08048	
5212991	South Devonshire Estates	south-devonshire-estates	US		0	America/New_York	40.30176	-76.78136	142			PA	043	45056	
5212993	South Danville	south-danville	US		0	America/New_York	40.96175	-76.64218	142			PA	097	65112	
5212996	South Eaton	south-eaton	US		0	America/New_York	41.4923	-75.90881	186			PA	131	22112	
5212997	South Ebervale	south-ebervale	US		0	America/New_York	40.97925	-75.94603	470			PA	079	33376	
5213024	South Greensburg	south-greensburg	US		2054	America/New_York	40.2784	-79.54476	327	Huff,South Greensburg		PA	129	72192	
5213031	South Heberton	south-heberton	US		0	America/New_York	41.02425	-75.89409	548			PA	079	27744	
5213035	South Hermitage	south-hermitage	US		0	America/New_York	40.05982	-75.98078	204			PA	071	67568	
5213040	South Hills	south-hills	US		0	America/New_York	40.39201	-80.03755	374			PA	003	19576	
5213049	South Lakemont	south-lakemont	US		0	America/New_York	40.4659	-78.39251	319			PA	013	44328	
5213068	South New Castle	south-new-castle	US		679	America/New_York	40.97784	-80.34506	305	Rigby,South New Castle		PA	073	72376	
5213077	South Philipsburg	south-philipsburg	US		410	America/New_York	40.88589	-78.22085	439			PA	027	66736	
5213088	South Renovo	south-renovo	US		435	America/New_York	41.32312	-77.74832	213			PA	035	72448	
5213096	South Pottstown	south-pottstown	US		2081	America/New_York	40.23954	-75.65102	43			PA	029	54936	
5213103	South Side Flats	south-side-flats	US		0	America/New_York	40.42924	-79.98589	231	Birmingham,East Birmingham,Ormsby,South Pittsburgh,South Side Flats		PA	003	61000	
5213114	South Tamaqua	south-tamaqua	US		0	America/New_York	40.75787	-75.94437	221			PA	107	83792	
5213115	South Temple	south-temple	US		1424	America/New_York	40.4	-75.9	239			PA	011	52200	
5213116	South Terrace	south-terrace	US		0	America/New_York	40.60788	-75.34935	112			PA	095	06088	
5213117	South Towanda	south-towanda	US		0	America/New_York	41.75091	-76.44327	238			PA	015	77176	
5213119	South Union	south-union	US		0	America/New_York	41.56813	-76.99886	552			PA	117	78416	
5213124	South Warren	south-warren	US		0	America/New_York	41.89174	-76.19382	411			PA	015	80984	
5213125	South Warren	south-warren	US		0	America/New_York	41.82978	-79.16893	364			PA	123	61208	
5213126	South Waverly	south-waverly	US		1025	America/New_York	41.99757	-76.53717	251			PA	015	72592	
5213130	South Williamsport	south-williamsport	US		6281	America/New_York	41.23202	-76.99913	159	Rocktown,Saut Vilijamsport,South Williamsport,Саут Вилијамспорт		PA	081	72648	
5213133	South Strabane	south-strabane	US		0	America/New_York	40.1384	-80.16339	356			PA	125	72504	
5213145	Southdale	southdale	US		0	America/New_York	41.15147	-76.26882	285			PA	079	36432	
5213162	Southside Slopes	southside-slopes	US		0	America/New_York	40.42451	-79.97616	241			PA	003	61000	
5213167	Southwest Greensburg	southwest-greensburg	US		2086	America/New_York	40.29118	-79.54698	332			PA	129	72616	
5213175	Sowash	sowash	US		0	America/New_York	40.32701	-79.47226	340			PA	129	78656	
5213180	Spaces Corners	spaces-corners	US		0	America/New_York	41.06673	-79.32115	413			PA	031	63728	
5213184	Spaces Corners	spaces-corners	US		0	America/New_York	40.83979	-79.4656	398			PA	005	63560	
5213195	Spangsville	spangsville	US		0	America/New_York	40.35648	-75.74241	101			PA	011	56672	
5213204	Sparton Marshfield	sparton-marshfield	US		0	America/New_York	40.28759	-76.84219	154			PA	043	75528	
5213207	Spears Grove	spears-grove	US		0	America/New_York	40.27231	-77.7061	241			PA	067	40752	
5213208	Spechty Kopf	spechty-kopf	US		0	America/New_York	40.52286	-76.66997	459			PA	043	37864	
5213210	Specktown	specktown	US		0	America/New_York	40.55427	-75.34962	140			PA	095	45104	
5213220	Speers	speers	US		1132	America/New_York	40.12452	-79.87977	240			PA	125	72736	
5213222	Speeceville	speeceville	US		0	America/New_York	40.37453	-76.99414	138			PA	043	49040	
5213224	Spencer Corner	spencer-corner	US		0	America/New_York	41.27593	-74.90628	340			PA	103	18704	
5213234	Spencers Corners	spencers-corners	US		0	America/New_York	41.6048	-75.5663	489			PA	069	31016	
5213248	Spike Island	spike-island	US		0	America/New_York	40.84395	-78.26835	459			PA	027	66736	
5213251	Spilt Rock	spilt-rock	US		0	America/New_York	41.06175	-75.61269	571			PA	025	39608	
5213252	Spindletown	spindletown	US		0	America/New_York	40.98867	-78.93364	471			PA	065	05200	
5213253	Spindley City	spindley-city	US		0	America/New_York	40.53785	-78.57252	584	Spinaly City,Spindley City		PA	021	28336	
5213255	Spike Island	spike-island	US		0	America/New_York	41.35175	-75.7188	211			PA	069	50880	
5213274	Split Rock	split-rock	US		0	America/New_York	41.06509	-75.6113	581			PA	025	39608	
5213284	Sporting Hill	sporting-hill	US		0	America/New_York	40.2362	-76.97192	135			PA	041	32296	
5213285	Sporting Hill	sporting-hill	US		0	America/New_York	40.14398	-76.41996	152			PA	071	63440	
5213289	Sportsburg	sportsburg	US		0	America/New_York	40.92145	-79.00865	370			PA	065	87168	
5213291	Spot Mobile Home Park	spot-mobile-home-park	US		0	America/New_York	40.16065	-76.63802	130			PA	071	82816	
5213298	Spring Bank	spring-bank	US		0	America/New_York	40.9234	-77.48305	368	Miles,Spring Bank		PA	027	49360	
5213336	Spring Creek Manor	spring-creek-manor	US		0	America/New_York	40.28592	-76.64219	128			PA	043	18936	
5213381	Spring Meadow	spring-meadow	US		0	America/New_York	40.15619	-78.58224	352			PA	009	21788	
5213384	Spring Mill	spring-mill	US		0	America/New_York	40.07567	-75.28018	19	Spring Mill,William Penn		PA	091	84624	
5213397	Spring Ridge	spring-ridge	US		1003	America/New_York	40.35287	-75.98994	133			PA	011	72824	
5213421	Spring Run Acres	spring-run-acres	US		0	America/New_York	40.18009	-76.98303	169			PA	041	78736	
5213423	Spring Run Manor	spring-run-manor	US		0	America/New_York	40.17676	-76.98053	165			PA	041	78736	
5213467	Springfield Falls	springfield-falls	US		0	America/New_York	41.14395	-80.22145	366			PA	085	73080	
5213470	Springfield Junction	springfield-junction	US		0	America/New_York	40.47452	-78.22834	263			PA	013	86144	
5213482	Springford Village	springford-village	US		0	America/New_York	40.29176	-76.77219	145			PA	043	45056	
5213483	Springhaven	springhaven	US		0	America/New_York	40.27509	-76.29523	170			PA	075	33608	
5213485	Springhope	springhope	US		0	America/New_York	40.10313	-78.59946	367			PA	009	21788	
5213488	Springmont	springmont	US		724	America/New_York	40.32648	-75.99966	111			PA	011	72824	
5213492	Springton	springton	US		0	America/New_York	40.07594	-75.76994	122			PA	029	80616	
5213526	Spruce Hill	spruce-hill	US		0	America/New_York	40.4773	-77.45082	152			PA	067	73504	
5213528	Spruce Hill	spruce-hill	US		0	America/New_York	41.1987	-75.22546	413			PA	089	04320	
5213573	Squab Hollow	squab-hollow	US		0	America/New_York	41.35145	-78.66725	532	Cuneo,Squab Hollow		PA	047	27088	
5213582	Squirrel Hill	squirrel-hill	US		0	America/New_York	40.43812	-79.91922	344			PA	003	61000	
5213583	Squirrel Hill	squirrel-hill	US		0	America/New_York	41.03868	-79.41171	457			PA	031	62144	
5213592	Stacktown	stacktown	US		0	America/New_York	40.08898	-76.64024	105	Ridgeville,Stack Town,Stacktown		PA	071	15824	
5213595	Stafford Heights	stafford-heights	US		0	America/New_York	40.25926	-76.64386	139			PA	043	18936	
5213598	Stafore Estates	stafore-estates	US		0	America/New_York	40.66204	-75.40435	116			PA	095	32432	
5213605	Stairville	stairville	US		0	America/New_York	41.13119	-76.01187	300			PA	079	19616	
5213610	Stalker	stalker	US		0	America/New_York	41.8262	-75.12045	250			PA	127	46856	
5213617	Standard Shaft	standard-shaft	US		0	America/New_York	40.16479	-79.53309	347	Moline,Standard Shaft		PA	129	51888	
5213619	Standing Stone	standing-stone	US		0	America/New_York	41.73952	-76.36133	215			PA	015	73632	
5213632	Stanleys Corner	stanleys-corner	US		0	America/New_York	41.39506	-79.63727	452	Stanleys Corner,Stanleys Corners		PA	121	16944	
5213636	Stanton Heights	stanton-heights	US		0	America/New_York	40.47812	-79.93894	342			PA	003	61000	
5213637	Stanton Heights	stanton-heights	US		0	America/New_York	40.21257	-79.60004	315			PA	129	54104	
5213646	Stanton Corner	stanton-corner	US		0	America/New_York	41.62564	-75.11489	345			PA	127	18104	
5213654	Star Village	star-village	US		0	America/New_York	40.59288	-75.38685	218			PA	095	45104	
5213656	Starbrick	starbrick	US		522	America/New_York	41.84034	-79.20532	364			PA	123	15672	
5213668	Starners	starners	US		0	America/New_York	40.02704	-77.22054	300	Alga Starners,Starners		PA	041	19144	
5213679	Starview	starview	US		0	America/New_York	40.04843	-76.6883	178			PA	133	21464	
5213958	State Hill	state-hill	US		0	America/New_York	40.36315	-76.02799	151			PA	011	44928	
5213959	State Hill	state-hill	US		0	America/New_York	40.00621	-75.93773	269			PA	029	67080	
5214009	Steam Valley	steam-valley	US		0	America/New_York	41.45841	-77.13081	517			PA	081	14872	
5214022	Steel City	steel-city	US		0	America/New_York	40.62788	-75.32768	90			PA	095	45104	
5214040	Steelton	steelton	US		5932	America/New_York	40.23537	-76.84136	97	Baldwin,Steelton		PA	043	73888	
5214046	Steene	steene	US		0	America/New_York	41.59009	-75.35046	369			PA	127	11056	
5214048	Steelstown	steelstown	US		0	America/New_York	40.35453	-76.57608	164			PA	075	54720	
5214066	Steins	steins	US		0	America/New_York	40.66648	-76.30634	243			PA	107	08200	
5214067	Steinsburg	steinsburg	US		0	America/New_York	40.46621	-75.42101	193			PA	017	49384	
5214068	Steinsville	steinsville	US		0	America/New_York	40.65759	-75.8552	153			PA	077	45656	
5214069	Stemlersville	stemlersville	US		0	America/New_York	40.84731	-75.60796	277	Stembersville,Stemlersville,Stemlerville		PA	025	77160	
5214081	Stephen Heights	stephen-heights	US		0	America/New_York	41.34175	-75.51213	509			PA	069	51208	
5214093	Sterling Run	sterling-run	US		0	America/New_York	41.41478	-78.1989	278	Sterling,Sterling Run		PA	023	45432	
5214097	Sterlingworth	sterlingworth	US		0	America/New_York	40.5851	-75.53963	119			PA	077	72632	
5214100	Sterrettania	sterrettania	US		0	America/New_York	42.0045	-80.20311	270			PA	049	24864	
5214113	Stetlersville	stetlersville	US		0	America/New_York	40.62399	-75.55824	118	Stetlersville,Stettlersville		PA	077	72632	
5214134	Stevenstown	stevenstown	US		0	America/New_York	40.10148	-76.98748	213			PA	133	11432	
5214151	Stewart Run	stewart-run	US		0	America/New_York	41.54895	-79.49699	474			PA	053	32704	
5214167	Stiefler Corner	stiefler-corner	US		0	America/New_York	40.27063	-78.52807	446			PA	009	39658	
5214170	Stier	stier	US		0	America/New_York	40.89815	-75.15296	179	Johnsonville,Kautatunchunk,Rocksburg,Roxburg,Sister,Stier,Stiers		PA	095	79184	
5214172	Stiffler	stiffler	US		0	America/New_York	40.43757	-78.41224	299			PA	013	00852	
5214174	Stifflertown	stifflertown	US		0	America/New_York	40.73368	-78.80197	415			PA	033	10288	
5214175	Stiles	stiles	US		1113	America/New_York	40.66537	-75.50824	109	Stiles,West Coplay		PA	077		
5214176	Stiles Crossing	stiles-crossing	US		0	America/New_York	40.59146	-78.87197	532			PA	063	60320	
5214181	Still Creek	still-creek	US		0	America/New_York	40.85592	-75.99993	352			PA	107	66760	
5214199	Stillwater Lake Estates	stillwater-lake-estates	US		0	America/New_York	41.11814	-75.40463	555			PA	089	15960	
5214208	Stines Corner	stines-corner	US		0	America/New_York	40.62287	-75.7638	218	Lintzport,Steins Corner,Stines Corner		PA	077	45656	
5214213	Stobo	stobo	US		0	America/New_York	40.66312	-80.26284	289			PA	007	12016	
5214224	Stoddartsville	stoddartsville	US		0	America/New_York	41.12981	-75.62824	461	Stoddardsville,Stoddartsville		PA	079	09760	
5214245	Stone Church	stone-church	US		0	America/New_York	40.86649	-75.12768	202	Brandy-Hook,Centerville,Centreville,Nelighsville,Stone Church		PA	095	79184	
5214254	Stone Glen	stone-glen	US		0	America/New_York	40.38481	-76.8872	116			PA	043	49040	
5214262	Stone House	stone-house	US		0	America/New_York	41.19034	-79.36171	427			PA	031	13808	
5214263	Stone House Corner	stone-house-corner	US		0	America/New_York	41.8148	-76.13687	313			PA	015	60184	
5214301	Stonedale	stonedale	US		0	America/New_York	40.54923	-80.12172	277			PA	003	56392	
5214304	Stonemont	stonemont	US		0	America/New_York	40.55648	-76.22717	215			PA	107	81792	
5214305	Stoner	stoner	US		0	America/New_York	40.00399	-76.57663	94			PA	133	33728	
5214307	Stonerstown	stonerstown	US		376	America/New_York	40.21675	-78.25751	255	Stonerstown,West Saxton		PA	009	43072	
5214308	Stonersville	stonersville	US		0	America/New_York	40.31648	-75.80409	88			PA	011	24384	
5214312	Stonevilla	stonevilla	US		0	America/New_York	40.29451	-79.51754	372			PA	129	33792	
5214322	Stonetown	stonetown	US		0	America/New_York	40.30343	-75.82742	79			PA	011	24384	
5214341	Stony Fork	stony-fork	US		0	America/New_York	41.67313	-77.3622	428	Stony Fork,Stonyfork		PA	117	18760	
5214346	Stony Creek Mills	stony-creek-mills	US		1045	America/New_York	40.34565	-75.86993	115			PA	011	44840	
5214367	Stony Run	stony-run	US		0	America/New_York	40.6187	-75.81797	202	Stony Run,Wessnerville,Wessnesville		PA	011	00588	
5214400	Stonycreek	stonycreek	US		0	America/New_York	40.30396	-78.89086	459			PA	021	74432	
5214402	Stonybrook	stonybrook	US		0	America/New_York	40.15039	-74.82933	8			PA	017	08768	
5214405	Stoops Ferry	stoops-ferry	US		0	America/New_York	40.53812	-80.19978	225			PA	003	50784	
5214407	Stoopville	stoopville	US		0	America/New_York	40.26566	-74.94906	93			PA	017	54192	
5214416	Stormstown	stormstown	US		2366	America/New_York	40.79339	-78.01667	404	Stormstown,Walkersville		PA	027	31992	
5214422	Stouchsburg	stouchsburg	US		600	America/New_York	40.38009	-76.23217	132			PA	011	47440	
5214426	Stoughstown	stoughstown	US		0	America/New_York	40.1137	-77.40999	190			PA	041	72384	
5214432	Stouts	stouts	US		0	America/New_York	40.60621	-75.24434	102	Deemersville,Stouts		PA	095	85256	
5214447	Stovers Mill	stovers-mill	US		0	America/New_York	41.13256	-79.59505	292			PA	031	43192	
5214461	Strables Corners	strables-corners	US		0	America/New_York	40.7384	-79.94422	360			PA	019	49056	
5214465	Straight Creek	straight-creek	US		0	America/New_York	41.59756	-78.4678	669			PA	047	38368	
5214486	Strangford	strangford	US		0	America/New_York	40.43007	-79.22087	298			PA	063	10352	
5214500	Strawberry Ridge	strawberry-ridge	US		0	America/New_York	41.07425	-76.65162	168			PA	093	18952	
5214502	Strawbridge	strawbridge	US		0	America/New_York	41.31397	-76.62329	324			PA	081	58848	
5214503	Strawntown	strawntown	US		0	America/New_York	40.47177	-75.27184	154			PA	017	33224	
5214509	Street Road	street-road	US		0	America/New_York	40.15817	-75.01517	54			PA	017	45112	
5214511	Streights	streights	US		0	America/New_York	41.57062	-78.62225	523			PA	047	38368	
5214516	Strickler	strickler	US		0	America/New_York	40.01121	-76.55108	92			PA	133	33728	
5214520	Stricklerstown	stricklerstown	US		0	America/New_York	40.32509	-76.22578	163			PA	075	49560	
5214521	Strinestown	strinestown	US		0	America/New_York	40.09121	-76.76136	130			PA	133	15656	
5214523	Strip District	strip-district	US		0	America/New_York	40.45396	-79.98422	223			PA	003	61000	
5214525	Strobleton	strobleton	US		0	America/New_York	41.36784	-79.40838	490			PA	031	81208	
5214526	Strodes Mills	strodes-mills	US		757	America/New_York	40.55091	-77.67305	171	Strodes Mill,Strodes Mills		PA	087	30480	
5214530	Stronach	stronach	US		0	America/New_York	40.96561	-78.58891	478			PA	033	58816	
5214552	Struble	struble	US		0	America/New_York	40.78284	-77.87611	353	Struble,Strubles		PA	027	25624	
5214558	Strouptown	strouptown	US		0	America/New_York	40.69342	-77.03359	259			PA	109	59504	
5214559	Studa	studa	US		0	America/New_York	40.30368	-80.44673	310			PA	125	17314	
5214566	Stull	stull	US		0	America/New_York	41.4173	-76.09159	356			PA	131	55736	
5214572	Stumptown	stumptown	US		0	America/New_York	40.86172	-78.26307	491			PA	033	18456	
5214577	Sturges	sturges	US		0	America/New_York	41.49453	-75.58491	310	Sturges,Sturgis,The Ridge		PA	069	02832	
5214587	Stumptown	stumptown	US		0	America/New_York	40.06204	-76.1669	118			PA	071	79080	
5214588	Suedberg	suedberg	US		0	America/New_York	40.52703	-76.46968	146			PA	107	60464	
5214637	Sugar Notch	sugar-notch	US		973	America/New_York	41.19703	-75.92825	219			PA	079	75072	
5214664	Sugar Run (historical)	sugar-run-historical	US		0	America/New_York	41.89673	-78.94365	404	Sugar Run (historical),Sugar Run Station		PA	123	48272	
5214712	Sulger (historical)	sulger-historical	US		0	America/New_York	41.16617	-78.98392	436			PA	065	60368	
5214735	Sumerson	sumerson	US		0	America/New_York	41.32645	-78.33224	300			PA	047	05576	
5214736	Summer Hill	summer-hill	US		0	America/New_York	41.09231	-76.25438	316			PA	037	08480	
5214740	Summer Hill	summer-hill	US		0	America/New_York	40.48785	-80.00728	353			PA	003	61000	
5214785	Summit Lawn	summit-lawn	US		0	America/New_York	40.55927	-75.43351	147			PA	077	79288	
5214813	Sunbrook	sunbrook	US		0	America/New_York	40.43341	-78.43307	346			PA	013	00852	
5214820	Suncliff	suncliff	US		0	America/New_York	40.55785	-79.00836	407			PA	063	09624	
5214823	Sundale	sundale	US		0	America/New_York	40.48066	-75.10989	96	Head Quarters,Sundale		PA	017	76784	
5214827	Sunderlinville	sunderlinville	US		0	America/New_York	41.82785	-77.6386	527			PA	105	33568	
5214828	Sundy Place	sundy-place	US		0	America/New_York	40.28008	-77.46138	323			PA	099	37440	
5214841	Sunny Rest Lodge	sunny-rest-lodge	US		0	America/New_York	40.82231	-75.64963	278			PA	025	27368	
5214845	Sunnybrook	sunnybrook	US		0	America/New_York	40.11344	-75.1974	52			PA	091	73088	
5214847	Sunnyland	sunnyland	US		0	America/New_York	40.20287	-77.01137	140			PA	041	78736	
5214863	Sunrise	sunrise	US		0	America/New_York	40.97145	-79.16809	398			PA	065	64960	
5214867	Sunrise Lake	sunrise-lake	US		1387	America/New_York	41.30981	-74.96656	447			PA	103	19272	
5214877	Sunset Manor	sunset-manor	US		0	America/New_York	40.33953	-76.82303	137			PA	043	45056	
5214879	Sunset Pines	sunset-pines	US		0	America/New_York	41.14701	-77.47054	268			PA	035	44128	
5214883	Sunset Valley	sunset-valley	US		0	America/New_York	41.06756	-80.30923	276			PA	073	53064	
5214884	Sunset Valley	sunset-valley	US		0	America/New_York	40.30535	-79.73921	347	Chambers,Sunset Valley		PA	129	55128	
5214893	Sunville	sunville	US		0	America/New_York	41.552	-79.83478	437			PA	121	61552	
5214901	Surgeon Hall	surgeon-hall	US		0	America/New_York	40.34813	-79.96616	335			PA	003	03928	
5214908	Suscon	suscon	US		0	America/New_York	41.3023	-75.72241	381			PA	079	61056	
5214917	Susquehanna Manor	susquehanna-manor	US		0	America/New_York	40.29426	-76.84803	150			PA	043	75528	
5214944	Sutton Mill	sutton-mill	US		0	America/New_York	41.19034	-79.78172	378			PA	121	69016	
5214946	Sutton Terrace	sutton-terrace	US		0	America/New_York	40.00678	-75.21962	88			PA	091	44976	
5214958	Swales	swales	US		0	America/New_York	40.65452	-77.22776	203			PA	067	25440	
5214978	Swamproot (historical)	swamproot-historical	US		0	America/New_York	41.14256	-80.05256	392			PA	085	60336	
5214999	Swartzville	swartzville	US		2283	America/New_York	40.23315	-76.07828	171	Schwartville,Swartzville		PA	071	20984	
5215012	Swede Hill	swede-hill	US		0	America/New_York	40.27785	-79.57115	369			PA	129	33792	
5215016	Swatara Crest	swatara-crest	US		0	America/New_York	40.2462	-76.78497	162			PA	043	75672	
5215018	Swedeland	swedeland	US		0	America/New_York	40.08789	-75.33102	38	Matsunk,Suedeland,Swedeland		PA	091	79136	
5215020	Sweden	sweden	US		0	America/New_York	41.80201	-77.87083	704			PA	105	75720	
5215024	Sweden Valley	sweden-valley	US		223	America/New_York	41.75645	-77.95028	545			PA	105	75720	
5215027	Swedesford Road	swedesford-road	US		0	America/New_York	40.04233	-75.57965	109			PA	029	22056	
5215028	Swedetown	swedetown	US		0	America/New_York	40.67479	-78.69891	528			PA	021	22808	
5215030	Sweeneys Crossroads	sweeneys-crossroads	US		0	America/New_York	40.17702	-79.8056	307			PA	129	66376	
5215060	Swissdale	swissdale	US		0	America/New_York	41.17813	-77.43331	277			PA	035	86448	
5215062	Swisshelm Park	swisshelm-park	US		0	America/New_York	40.42062	-79.90644	279			PA	003	61000	
5215063	Swissmont	swissmont	US		0	America/New_York	41.47673	-78.48752	428			PA	047	67344	
5215064	Swissvale	swissvale	US		8855	America/New_York	40.42368	-79.88283	312	Svisvejl,suisuvu~eru,Свисвејл,スイスヴェール		PA	003	75816	
5215076	Swoyersville	swoyersville	US		4984	America/New_York	41.29175	-75.87464	169	Swouerville,Swoyersville,Swoyerville		PA	079	75832	
5215083	Sygan	sygan	US		0	America/New_York	40.35396	-80.13672	265			PA	003	72160	
5215084	Sygan Hill	sygan-hill	US		0	America/New_York	40.35618	-80.13478	295			PA	003	72160	
5215086	Syberton	syberton	US		0	America/New_York	40.5084	-78.58279	543			PA	021	28336	
5215091	Sylvan Dell	sylvan-dell	US		0	America/New_York	41.23063	-76.9408	172			PA	081	03072	
5215095	Sylvan Hills	sylvan-hills	US		0	America/New_York	40.44618	-78.38474	340			PA	013	27600	
5215107	Sylvis	sylvis	US		0	America/New_York	40.73645	-78.72281	526			PA	033	10288	
5215111	Syner	syner	US		0	America/New_York	40.34926	-76.58774	115			PA	075	54720	
5215118	Tacony	tacony	US		7000	America/New_York	40.03122	-75.04434	22	Tacony,Tekony		PA	101	60000	
5215128	Tadmor	tadmor	US		0	America/New_York	40.72982	-75.35768	141	Tadmor,Tadmor Yard		PA	095	79192	
5215130	Taintor	taintor	US		0	America/New_York	41.80617	-78.66614	600	Crawfords,Taintor		PA	083	40808	
5215131	Tait	tait	US		0	America/New_York	41.09118	-79.0492	477			PA	065	40304	
5215132	Takitezy	takitezy	US		0	America/New_York	41.41339	-79.9195	311			PA	121	75000	
5215134	Talley Cavey	talley-cavey	US		0	America/New_York	40.59007	-79.94755	348			PA	003	32328	
5215137	Tallmanville	tallmanville	US		0	America/New_York	41.87258	-75.40184	534			PA	127	62600	
5215138	Tallyho	tallyho	US		0	America/New_York	41.76701	-78.71836	475	Tally Ho,Tallyho		PA	083	40808	
5215139	Talmer	talmer	US		0	America/New_York	41.23619	-76.48023	398	Talmar,Talmer		PA	037	60304	
5215140	Tamanend	tamanend	US		0	America/New_York	40.8437	-76.03937	391			PA	107	66760	
5215167	Tambine	tambine	US		0	America/New_York	41.52978	-78.67892	453			PA	047	38368	
5215178	Tanglewood	tanglewood	US		0	America/New_York	41.41509	-75.17045	419			PA	103	57728	
5215186	Tanglewood Estate	tanglewood-estate	US		0	America/New_York	41.36759	-75.24129	418	Tanglewood,Tanglewood Estate		PA	103	57728	
5215190	Tannerie Woods	tannerie-woods	US		0	America/New_York	40.15844	-75.19129	104			PA	091	79008	
5215192	Tanners Falls	tanners-falls	US		0	America/New_York	41.66092	-75.28823	316	Tanner's Falls,Tanners Falls		PA	127	20576	
5215196	Tannertown	tannertown	US		0	America/New_York	40.97092	-77.03775	203			PA	119	82640	
5215197	Tannery	tannery	US		0	America/New_York	41.03814	-75.76242	337	Lehigh Tannery,Tannery		PA	079	26928	
5215204	Tanoma	tanoma	US		0	America/New_York	40.70034	-79.04559	351			PA	063	63584	
5215205	Tapawingo	tapawingo	US		0	America/New_York	41.37312	-78.79142	411			PA	047	64792	
5215233	Tarrtown	tarrtown	US		0	America/New_York	40.85229	-79.51893	244	Surrey,Tarrtown		PA	005	21160	
5215240	Tatesville	tatesville	US		0	America/New_York	40.0598	-78.35724	343			PA	009	35656	
5215264	Taylor Highlands	taylor-highlands	US		0	America/New_York	40.50646	-78.01695	257	Taylor Highland,Taylor Highlands		PA	061	36368	
5215289	Taylorstown Station	taylorstown-station	US		217	America/New_York	40.15007	-80.37118	316			PA	125	10032	
5215301	Tearing Run	tearing-run	US		0	America/New_York	40.52785	-79.15365	342			PA	063	12040	
5215309	Teepleville	teepleville	US		0	America/New_York	41.75256	-79.93811	364			PA	039	64600	
5215316	Telescope	telescope	US		0	America/New_York	41.78146	-77.73916	466			PA	105	78248	
5215370	Terrace	terrace	US		0	America/New_York	40.3909	-79.88949	323			PA	003	83512	
5215371	Terrace Hill	terrace-hill	US		0	America/New_York	40.24343	-75.58796	65			PA	091	45072	
5215378	Terrytown	terrytown	US		0	America/New_York	41.66952	-76.27993	208	Terry Town,Terrytown		PA	015	76408	
5215382	Terwood	terwood	US		0	America/New_York	40.13511	-75.08378	57	Terwood,Yerkesville		PA	091	79176	
5215385	Texas Corner	texas-corner	US		0	America/New_York	40.13202	-78.40113	381			PA	009	72656	
5215387	Texas	texas	US		0	America/New_York	41.53507	-77.25275	387			PA	081	60328	
5215409	The Escape	the-escape	US		0	America/New_York	41.35564	-75.30601	483			PA	103	30976	
5215414	The Highlands	the-highlands	US		0	America/New_York	40.26927	-75.22073	131			PA	017	53304	
5215423	The Meadows	the-meadows	US		0	America/New_York	40.17511	-75.15628	101			PA	091	35808	
5215435	The Woodlands	the-woodlands	US		0	America/New_York	40.17011	-75.15628	107			PA	091	35808	
5215436	The Woods	the-woods	US		0	America/New_York	40.16344	-75.19962	99			PA	091	79008	
5215444	Thielman Crossroads	thielman-crossroads	US		0	America/New_York	40.6959	-80.0495	333			PA	019	00300	
5215450	The Pines	the-pines	US		0	America/New_York	40.14511	-75.4113	98			PA	091	45080	
5215483	Thomas Mill	thomas-mill	US		0	America/New_York	40.22591	-78.98725	436	Thomas Mill,Thomas Mills		PA	111	15568	
5215484	Thomas Mills	thomas-mills	US		0	America/New_York	40.66173	-78.66308	535			PA	021	13192	
5215489	Thomas Crossroads	thomas-crossroads	US		0	America/New_York	40.24035	-79.19725	489			PA	129	43240	
5215499	Thomasdale	thomasdale	US		0	America/New_York	40.22063	-79.01197	455			PA	111	38032	
5215535	Thompsons Mills	thompsons-mills	US		0	America/New_York	41.67311	-79.68033	410			PA	039	56464	
5215539	Thompsontown Station	thompsontown-station	US		0	America/New_York	40.55203	-77.23637	137			PA	067	18680	
5215565	Thornhurst	thornhurst	US		0	America/New_York	41.17842	-75.58047	471			PA	069	76601	
5215568	Thornridge	thornridge	US		0	America/New_York	40.17372	-74.8235	12			PA	017	25112	
5215570	Thornton Junction	thornton-junction	US		0	America/New_York	41.99144	-80.37534	223			PA	049	29240	
5215595	Three Springs Run	three-springs-run	US		0	America/New_York	41.56591	-77.25609	480			PA	117	51096	
5215600	Three Tuns	three-tuns	US		0	America/New_York	40.17844	-75.19295	114	Three Tuns,Threetons		PA	091	79008	
5215605	Threemile	threemile	US		0	America/New_York	41.53312	-78.88392	539	Three Mile,Threemile		PA	047	34464	
5215611	Throop	throop	US		3960	America/New_York	41.45147	-75.61185	258			PA	069	76648	
5215613	Thumptown	thumptown	US		0	America/New_York	41.70285	-77.39109	557	Thumptown,Trumptown		PA	117	18760	
5215622	Tiadaghton	tiadaghton	US		0	America/New_York	41.64729	-77.44554	302			PA	117	18760	
5215627	Tidal	tidal	US		0	America/New_York	40.95784	-79.49616	407			PA	005	46456	
5215628	Tide	tide	US		0	America/New_York	40.55479	-79.13031	335			PA	063	12040	
5215638	Tiffany	tiffany	US		0	America/New_York	41.83702	-75.82075	496			PA	115	08648	
5215642	Tillotson	tillotson	US		0	America/New_York	41.83395	-79.81783	476	Tillotson,Tillotson Corners		PA	039	07032	
5215644	Timber Hills	timber-hills	US		360	America/New_York	40.2474	-76.48141	199			PA	075	72296	
5215650	Timberly Heights	timberly-heights	US		0	America/New_York	40.91229	-79.92561	399			PA	019	12024	
5215654	Timbuck	timbuck	US		0	America/New_York	41.80312	-78.69781	634			PA	083	40808	
5215664	Tinicum	tinicum	US		4350	America/New_York	40.44844	-75.10767	117	Tinicum,Wormansville		PA	017	76784	
5215687	Tioga Junction	tioga-junction	US		0	America/New_York	41.95785	-77.10719	311			PA	117	41960	
5215692	Tioga Valley	tioga-valley	US		0	America/New_York	41.96174	-76.478	280			PA	015	43792	
5215711	Tippery	tippery	US		0	America/New_York	41.37756	-79.63727	449	Tenmile Bottom,Tippery		PA	121	16944	
5215714	Tippletown	tippletown	US		0	America/New_York	40.61507	-78.50585	478			PA	021	18432	
5215721	Tirzah	tirzah	US		0	America/New_York	41.75008	-75.56074	568			PA	115	34096	
5215724	Titlows Corner	titlows-corner	US		0	America/New_York	40.22787	-75.65463	74			PA	029	54936	
5215741	Toby	toby	US		0	America/New_York	41.08173	-79.54755	351			PA	031	76928	
5215742	Toby	toby	US		0	America/New_York	41.32756	-78.63197	496			PA	047	27088	
5215774	Toland	toland	US		0	America/New_York	40.06981	-77.21193	203			PA	041	19144	
5215782	Tomb	tomb	US		0	America/New_York	41.24841	-77.3272	175			PA	081	81576	
5215784	Tombs Run	tombs-run	US		0	America/New_York	41.25257	-77.32553	177	Tomb,Tombs Run		PA	081	81576	
5215788	Tomhicken	tomhicken	US		0	America/New_York	40.96953	-76.09549	421	Tomhicken,Tomhickon		PA	079	75064	
5215802	Tompkins	tompkins	US		0	America/New_York	41.97674	-77.19081	331			PA	117	41960	
5215817	Tooley Corners	tooley-corners	US		0	America/New_York	41.3398	-75.58019	532			PA	069	72896	
5215821	Toonerville	toonerville	US		0	America/New_York	41.56978	-79.69089	458			PA	121	13136	
5215825	Top	top	US		0	America/New_York	40.71006	-79.4456	368			PA	005	40056	
5215830	Torbert	torbert	US		0	America/New_York	41.22063	-77.31858	172			PA	081	81576	
5215833	Torpedo	torpedo	US		0	America/New_York	41.77923	-79.46561	424			PA	123	61040	
5215837	Torresdale	torresdale	US		0	America/New_York	40.05483	-75.00434	24	Pleasant Hill,Torresdale		PA	101	60000	
5215838	Torresdale Manor	torresdale-manor	US		0	America/New_York	40.06011	-74.96628	6			PA	017	05616	
5215856	Towamensing Trails	towamensing-trails	US		2292	America/New_York	41.00787	-75.58463	497			PA	025	58968	
5215884	Town Hill	town-hill	US		0	America/New_York	41.17925	-76.25521	304			PA	079	36432	
5215912	Trachsville	trachsville	US		0	America/New_York	40.88093	-75.52935	288	Carbon,Trachsville,Trauchsville,Trauchville		PA	025	77160	
5215920	Trade City	trade-city	US		0	America/New_York	40.87868	-79.07448	454	Davidsville,Trade City		PA	063	55184	
5215927	Tradesville	tradesville	US		0	America/New_York	40.27094	-75.16295	78			PA	017	19792	
5215950	Trauger	trauger	US		0	America/New_York	40.23285	-79.46254	315			PA	129	51888	
5215958	Traymore	traymore	US		0	America/New_York	40.23039	-75.06573	65			PA	017	81144	
5215968	Treasure Lake	treasure-lake	US		3861	America/New_York	41.17339	-78.71586	535			PA	033	67792	
5215975	Treemont	treemont	US		0	America/New_York	40.29787	-76.95359	131			PA	041	21680	
5215978	Trees Mills	trees-mills	US		0	America/New_York	40.4309	-79.5456	351	Tree Mills,Trees Mills		PA	129	67496	
5215990	Tresslarville	tresslarville	US		0	America/New_York	41.45481	-75.39907	469	Tresslarville,Tresslers Corners		PA	127	40936	
5215994	Treveskyn	treveskyn	US		0	America/New_York	40.34868	-80.15478	269	Treveskin,Treveskyn		PA	003	72160	
5216000	Trevose	trevose	US		3550	America/New_York	40.13928	-74.981	39			PA	017	05616	
5216001	Trevose Heights	trevose-heights	US		0	America/New_York	40.15122	-74.98711	54			PA	017	45112	
5216006	Trexler	trexler	US		0	America/New_York	40.63565	-75.85325	128			PA	011	00588	
5216012	Trewigtown	trewigtown	US		0	America/New_York	40.27733	-75.26017	97	Hatfield,Trewigtown		PA	091	33120	
5216014	Tri Mills	tri-mills	US		0	America/New_York	41.26175	-76.34549	291			PA	037	75048	
5216074	Trindle Springs	trindle-springs	US		0	America/New_York	40.20648	-77.02331	134			PA	041	50472	
5216092	Trooper	trooper	US		5744	America/New_York	40.14983	-75.40185	115			PA	091	45080	
5216095	Trotter	trotter	US		0	America/New_York	40.00869	-79.62171	297			PA	051	20224	
5216096	Trough Creek	trough-creek	US		0	America/New_York	40.28174	-78.13112	367			PA	061	77000	
5216176	Troutwell	troutwell	US		0	America/New_York	40.68731	-76.98248	150			PA	109	59504	
5216178	Trowbridge	trowbridge	US		0	America/New_York	41.95841	-76.97941	417			PA	117	37472	
5216180	Trouts Corners	trouts-corners	US		0	America/New_York	41.23339	-80.4709	347	Hillcrest,Trout Corners,Trouts Corners		PA	085	34064	
5216185	Troy Center	troy-center	US		0	America/New_York	41.64256	-79.82589	420			PA	039	77616	
5216186	Troy Hill	troy-hill	US		0	America/New_York	40.46896	-79.97866	268			PA	003	61000	
5216195	Troytown	troytown	US		0	America/New_York	40.07257	-79.84421	290			PA	051	37872	
5216198	Trucksville Gardens	trucksville-gardens	US		0	America/New_York	41.3123	-75.9202	328			PA	079	39792	
5216199	Truemans	truemans	US		0	America/New_York	41.61867	-79.13365	378			PA	053	35992	
5216200	Truesdale Terrace	truesdale-terrace	US		0	America/New_York	41.17786	-75.95825	302			PA	079	32416	
5216201	Truittsburg	truittsburg	US		0	America/New_York	41.06229	-79.28393	383			PA	031	63728	
5216205	Trucksville	trucksville	US		2152	America/New_York	41.30397	-75.93214	269			PA	079	39792	
5216212	Truxall	truxall	US		0	America/New_York	40.54868	-79.5406	399			PA	129	05208	
5216213	Tryonville	tryonville	US		0	America/New_York	41.70172	-79.78478	384	Tryonville,Tyronville		PA	039	74016	
5216215	Trythall	trythall	US		0	America/New_York	40.1801	-75.75214	175			PA	029	81160	
5216217	Trunkeyville	trunkeyville	US		0	America/New_York	41.61312	-79.40199	336			PA	053	32704	
5216241	Tullytown	tullytown	US		1859	America/New_York	40.13928	-74.81461	4			PA	017	77744	
5216249	Tulpohocken	tulpohocken	US		0	America/New_York	40.03817	-75.19546	84	Tulpenhocken,Tulpohocken		PA	101	60000	
5216257	Tuna	tuna	US		0	America/New_York	41.99617	-78.61725	441	Tuna,Tuna Creek		PA	083	26936	
5216277	Tunnelhill	tunnelhill	US		354	America/New_York	40.47813	-78.54085	707	Tunnel Hill,Tunnelhill		PA	021	77808	
5216280	Tunnelville (historical)	tunnelville-historical	US		0	America/New_York	40.71534	-79.5006	257			PA	005	05992	
5216299	Turkey Ridge	turkey-ridge	US		0	America/New_York	41.32506	-79.24476	450			PA	031	25272	
5216306	Turkey Run	turkey-run	US		0	America/New_York	40.80814	-76.20327	421			PA	107	70056	
5216313	Turkeyfoot	turkeyfoot	US		0	America/New_York	40.05202	-80.02478	385			PA	125	04568	
5216314	Turkeyfoot	turkeyfoot	US		0	America/New_York	40.27479	-80.03811	349			PA	125	59608	
5216315	Turkeytown	turkeytown	US		0	America/New_York	40.19507	-79.73004	347			PA	129	72256	
5216316	Turn Villa	turn-villa	US		0	America/New_York	41.06926	-75.04323	152			PA	089	49080	
5216327	Turnersville	turnersville	US		0	America/New_York	41.51005	-80.47674	318	Tannersville,Turnersville		PA	039	84008	
5216328	Turnersville	turnersville	US		0	America/New_York	41.31425	-75.47546	555			PA	069	16664	
5216329	Turnip Hole	turnip-hole	US		0	America/New_York	41.15256	-79.58921	353			PA	031	43192	
5216351	Turtleville	turtleville	US		0	America/New_York	40.92509	-76.86413	135			PA	119	20888	
5216374	Tusculum	tusculum	US		0	America/New_York	40.03815	-77.51554	208	Tusculam,Tusculum		PA	041	71904	
5216381	Tusseyville	tusseyville	US		0	America/New_York	40.79729	-77.67861	364	Churchville,Tusseyville		PA	027	62360	
5216386	Tuttle Lake	tuttle-lake	US		0	America/New_York	41.63339	-80.48979	315			PA	039	55408	
5216398	Twenty Row	twenty-row	US		0	America/New_York	40.53813	-78.79308	613			PA	021	10880	
5216410	Twin Churchs	twin-churchs	US		0	America/New_York	41.36089	-79.83644	461			PA	121	67824	
5216415	Twin Grove Park	twin-grove-park	US		0	America/New_York	40.51203	-76.51441	164			PA	075	78376	
5216428	Twin Hollows	twin-hollows	US		0	America/New_York	41.17284	-77.9675	390			PA	027	10272	
5216433	Twin Lakes Park	twin-lakes-park	US		0	America/New_York	40.27759	-76.80192	151			PA	043	45056	
5216461	Two Lick	two-lick	US		0	America/New_York	40.56757	-79.16392	336	Lower Two Lick,Lucerne Junction,Two Lick,Two Licks		PA	063	12040	
5216472	Twomile	twomile	US		0	America/New_York	41.83256	-78.29585	449			PA	083	43096	
5216505	Tylerdale	tylerdale	US		0	America/New_York	40.1809	-80.25089	349			PA	125	81328	
5216509	Tylersville	tylersville	US		0	America/New_York	40.99062	-77.42499	362			PA	035	44336	
5216518	Tyrone Forge	tyrone-forge	US		0	America/New_York	40.66062	-78.21779	264			PA	013	71624	
5216529	Tyrrell	tyrrell	US		0	America/New_York	41.92535	-76.28382	444			PA	015	85672	
5216538	Uhdey	uhdey	US		0	America/New_York	41.72424	-76.40355	371			PA	015	03360	
5216540	Uhlerstown	uhlerstown	US		0	America/New_York	40.52538	-75.07323	36			PA	017	76784	
5216542	Uhlersville (historical)	uhlersville-historical	US		0	America/New_York	40.62704	-75.19101	47			PA	095	85256	
5216552	Uhlers Crossing	uhlers-crossing	US		0	America/New_York	40.75065	-75.23268	115	Uhlers,Uhlers Crossing,Uhlersville		PA	095	26728	
5216571	Undercliff	undercliff	US		0	America/New_York	40.51201	-79.94672	231			PA	003	69584	
5216648	Union Corner	union-corner	US		0	America/New_York	40.90009	-76.57746	267	Union Corner,Union Corners		PA	097	66752	
5216652	Union Deposit	union-deposit	US		407	America/New_York	40.29037	-76.68191	118	Union,Union Deposit,Unionville		PA	043	72200	
5216690	Union Square	union-square	US		0	America/New_York	40.18259	-76.46385	180			PA	071	63440	
5216697	Union Valley	union-valley	US		0	America/New_York	40.93673	-80.34201	274			PA	073	70080	
5216699	Union Water Works	union-water-works	US		0	America/New_York	40.36592	-76.52413	131			PA	075	54720	
5216761	Unity Junction	unity-junction	US		0	America/New_York	40.49812	-79.78588	310			PA	003	61536	
5216771	University Heights	university-heights	US		0	America/New_York	40.59621	-75.38962	191			PA	095	45104	
5216785	Uno	uno	US		0	America/New_York	40.10343	-76.98331	220			PA	133	11432	
5216796	Upper Brownville	upper-brownville	US		0	America/New_York	40.81925	-76.21911	365	Brownsville,Upper Brownville		PA	107	83408	
5216819	Upper Dutchtown	upper-dutchtown	US		0	America/New_York	40.42007	-78.63863	592			PA	021	81200	
5216820	Upper Emilie	upper-emilie	US		0	America/New_York	40.16067	-74.84878	32			PA	017	08768	
5216821	Upper Exeter	upper-exeter	US		707	America/New_York	41.40702	-75.8377	182			PA	079	24400	
5216825	Upper Glasgow	upper-glasgow	US		0	America/New_York	40.26926	-75.66408	51			PA	091	83912	
5216830	Upper Hillville	upper-hillville	US		0	America/New_York	41.03729	-79.61116	268			PA	031	76928	
5216831	Upper Holmesburg	upper-holmesburg	US		0	America/New_York	40.04678	-75.00961	17			PA	101	60000	
5216837	Upper Lawn	upper-lawn	US		0	America/New_York	40.22843	-76.55136	146			PA	075	72296	
5216839	Upper Lehigh	upper-lehigh	US		0	America/New_York	41.03231	-75.90687	547			PA	079	26928	
5216854	Upper Mill	upper-mill	US		0	America/New_York	40.10315	-77.17915	180	Mount Holly,Upper Mill		PA	041	51592	
5216885	Upper Pittston	upper-pittston	US		0	America/New_York	41.33814	-75.7863	174			PA	079	61048	
5216892	Upper Roxborough	upper-roxborough	US		0	America/New_York	40.05956	-75.23851	121			PA	101	60000	
5216895	Upper Saint Clair	upper-saint-clair	US		19229	America/New_York	40.3359	-80.08339	335	Upper Saint Clair,Upper Sainte Clair,Upper St. Clair		PA	003	79274	
5216909	Upper Strasburg	upper-strasburg	US		0	America/New_York	40.06037	-77.70888	221	Strasburg,Upper Stasburg,Upper Strasburg		PA	055	42888	
5216915	Upper Two Lick	upper-two-lick	US		0	America/New_York	40.59062	-79.13865	331			PA	063	84472	
5216925	Upsal	upsal	US		0	America/New_York	40.04483	-75.19796	90			PA	101	60000	
5216927	Upsonville	upsonville	US		0	America/New_York	41.9148	-75.80297	502			PA	115	27448	
5216930	Uptown	uptown	US		0	America/New_York	40.4359	-79.99561	225			PA	003	61000	
5216932	Urban	urban	US		0	America/New_York	40.6812	-76.77163	202			PA	097	38456	
5216933	Urey	urey	US		0	America/New_York	40.84368	-78.82586	508			PA	063	04056	
5216940	Uswick	uswick	US		0	America/New_York	41.45064	-75.2474	443			PA	127	58480	
5216942	Utahville	utahville	US		0	America/New_York	40.74339	-78.47002	514			PA	033	04888	
5216950	Upper Whyel	upper-whyel	US		0	America/New_York	40.23146	-79.68115	299			PA	129	69392	
5216958	Valcourt	valcourt	US		0	America/New_York	41.11617	-80.11812	373			PA	085	43104	
5216959	Valemont Heights	valemont-heights	US		0	America/New_York	40.50396	-79.81449	335			PA	003	59032	
5216964	Uttsville	uttsville	US		0	America/New_York	40.86926	-75.21185	183			PA	095	04032	
5216966	Vallamont Hills	vallamont-hills	US		0	America/New_York	41.25591	-77.0233	276			PA	081	85312	
5216969	Valley Camp	valley-camp	US		0	America/New_York	40.58534	-79.76644	240			PA	129	53736	
5216979	Valley Corners	valley-corners	US		0	America/New_York	41.98728	-79.89366	401			PA	049	81472	
5216987	Valley Forge Acres	valley-forge-acres	US		0	America/New_York	40.08344	-75.36463	70			PA	091	79136	
5216994	Valley Forge Homes	valley-forge-homes	US		0	America/New_York	40.08844	-75.37296	48			PA	091	79136	
5217001	Valley Forge Trailer Park	valley-forge-trailer-park	US		0	America/New_York	40.10344	-75.42463	30			PA	091	79136	
5217004	Valley Green	valley-green	US		0	America/New_York	40.10844	-75.21295	52			PA	091	73088	
5217005	Valley Green	valley-green	US		3429	America/New_York	40.15731	-76.79275	112			PA	133	53224	
5217006	Valley Green Estates	valley-green-estates	US		0	America/New_York	40.14926	-76.78858	120			PA	133	53224	
5217024	Valley Glenn	valley-glenn	US		0	America/New_York	40.34509	-76.6158	109			PA	075	55176	
5217034	Valley Stream Estates	valley-stream-estates	US		0	America/New_York	40.21009	-77.0297	128			PA	041	48376	
5217040	Valley View Acres	valley-view-acres	US		0	America/New_York	40.25398	-76.64302	151			PA	043	18936	
5217059	Valley-Hi	valley-hi	US		15	America/New_York	40.02925	-78.1914	409			PA	057	79644	
5217073	Van Dykes	van-dykes	US		0	America/New_York	40.71256	-79.6406	357			PA	005	72000	
5217074	Van Emman	van-emman	US		0	America/New_York	40.27785	-80.14395	287			PA	125	11800	
5217085	Van Reeds Mill	van-reeds-mill	US		0	America/New_York	40.36565	-75.9941	68			PA	011	44928	
5217091	Van Ormer	van-ormer	US		0	America/New_York	40.6734	-78.49252	436			PA	021	63608	
5217092	Van Voorhis Hill	van-voorhis-hill	US		0	America/New_York	40.07396	-80.04255	421			PA	125	54800	
5217099	Vanceville	vanceville	US		0	America/New_York	40.14063	-80.07922	317			PA	125	71792	
5217107	Vandergrift Heights	vandergrift-heights	US		0	America/New_York	40.59534	-79.57282	308			PA	129	79776	
5217114	Vandling	vandling	US		722	America/New_York	41.63314	-75.47046	492			PA	069	79792	
5217116	Vandyke	vandyke	US		0	America/New_York	40.53202	-77.29332	128	Van Dyke,Vandyke,Vandyke Station		PA	067	80568	
5217119	Vankirk	vankirk	US		0	America/New_York	40.1209	-80.24284	414	Van Kirk,Vankirk		PA	125	02384	
5217120	Vanport	vanport	US		0	America/New_York	40.68451	-80.32895	231			PA	007	79856	
5217126	Varden	varden	US		0	America/New_York	41.4837	-75.39574	377			PA	127	72024	
5217134	Vawter	vawter	US		0	America/New_York	41.92619	-76.40633	398			PA	015	43792	
5217135	Veilstown	veilstown	US		0	America/New_York	41.56869	-77.10303	487			PA	117	43136	
5217154	Venturetown	venturetown	US		0	America/New_York	41.86339	-79.15477	369			PA	123	15672	
5217157	Vera Cruz	vera-cruz	US		0	America/New_York	40.25565	-76.08828	138			PA	071	20984	
5217158	Vera Cruz	vera-cruz	US		0	America/New_York	40.50565	-75.49657	170			PA	077	79160	
5217161	Vera Cruz Station	vera-cruz-station	US		0	America/New_York	40.5126	-75.48046	176			PA	077	79160	
5217163	Verdilla	verdilla	US		0	America/New_York	40.74342	-76.90053	235			PA	109	78408	
5217164	Vereeville	vereeville	US		0	America/New_York	40.08761	-75.05573	35			PA	101	60000	
5217169	Vermilion Hill	vermilion-hill	US		0	America/New_York	40.18066	-74.8285	22			PA	017	25112	
5217171	Vernfield	vernfield	US		0	America/New_York	40.29732	-75.40879	94			PA	091	45096	
5217176	Vernondale	vernondale	US		0	America/New_York	42.06839	-80.20145	225			PA	049	49548	
5217181	Verona Hills	verona-hills	US		0	America/New_York	40.50146	-79.83005	333			PA	003	59032	
5217188	Vesta Number Six	vesta-number-six	US		0	America/New_York	40.00257	-79.93755	235			PA	125	12224	
5217190	Vetera	vetera	US		0	America/New_York	40.57257	-78.78114	554			PA	021	04272	
5217199	Viall Hill	viall-hill	US		0	America/New_York	41.68591	-76.3166	300			PA	015	76408	
5217204	Victoria Furnace	victoria-furnace	US		0	America/New_York	40.41648	-76.87581	148			PA	043	49040	
5217209	Victory Heights	victory-heights	US		0	America/New_York	41.36312	-79.762	444	Reed,Victory,Victory Heights		PA	121	16944	
5217210	Victory Hills	victory-hills	US		0	America/New_York	40.19146	-79.89255	264	Baird,Victory Hill,Victory Hills		PA	125	11424	
5217216	Vesta Heights	vesta-heights	US		0	America/New_York	40.01341	-79.99561	289			PA	125	20808	
5217230	Villa Maria Infirmary	villa-maria-infirmary	US		0	America/New_York	40.30704	-76.09578	289			PA	011	72208	
5217238	Village Shires	village-shires	US		3949	America/New_York	40.20316	-74.97045	49			PA	017	54688	
5217243	Village of Mingo	village-of-mingo	US		0	America/New_York	40.18344	-75.50963	72			PA	091	79256	
5217249	Villas of Middletown	villas-of-middletown	US		0	America/New_York	40.15344	-74.89794	29			PA	017	49120	
5217260	Vinco	vinco	US		1305	America/New_York	40.40507	-78.85558	528	Fairview,Vinco		PA	021	37352	
5217268	Vineyard	vineyard	US		0	America/New_York	40.4248	-77.78361	166			PA	087	81784	
5217273	Vintage	vintage	US		0	America/New_York	40.00093	-76.07968	133			PA	071	57848	
5217274	Vintage Station	vintage-station	US		0	America/New_York	40.00093	-76.08079	133			PA	071	57848	
5217278	Violet Wood	violet-wood	US		0	America/New_York	40.13817	-74.84961	12			PA	017	08768	
5217279	Vira	vira	US		0	America/New_York	40.65146	-77.53305	181	Kelleyville,Vira		PA	087	18944	
5217286	Virsoix	virsoix	US		0	America/New_York	40.46701	-80.31478	350			PA	003	25904	
5217292	Vogansville	vogansville	US		0	America/New_York	40.12399	-76.12995	125	Vogansville,Voganville		PA	071	20688	
5217295	Vogleyville	vogleyville	US		0	America/New_York	40.84923	-79.86117	320			PA	019	75184	
5217300	Volunteertown	volunteertown	US		0	America/New_York	40.04428	-75.08795	34			PA	101	60000	
5217307	Vosburg	vosburg	US		0	America/New_York	41.56119	-76.00437	190			PA	131	81344	
5217313	Vroman Hill	vroman-hill	US		0	America/New_York	41.74146	-76.66162	441			PA	015	82656	
5217315	Vrooman	vrooman	US		0	America/New_York	41.72589	-79.6495	479			PA	039	65960	
5217717	Waddle	waddle	US		0	America/New_York	40.83395	-77.93473	339	Bennerville,Waddle		PA	027	58440	
5217741	Wagners	wagners	US		0	America/New_York	41.11953	-75.52574	512			PA	089	76960	
5217742	Wagners Forest Park	wagners-forest-park	US		0	America/New_York	41.12203	-75.53713	529			PA	089	76960	
5217744	Wagnerville	wagnerville	US		0	America/New_York	40.65121	-75.31046	119	Shimertown,Wagnersville,Wagnertown,Wagnerville		PA	095	06096	
5217745	Wago Junction	wago-junction	US		0	America/New_York	40.08732	-76.69497	83			PA	133	21464	
5217749	Wahlville	wahlville	US		0	America/New_York	40.80534	-80.0545	288			PA	019	26904	
5217750	Wahneta	wahneta	US		0	America/New_York	40.45425	-77.18887	149			PA	099	38616	
5217760	Walbert	walbert	US		0	America/New_York	40.61121	-75.56824	159	Walbert,Walbert Station,Walberts		PA	077	72632	
5217763	Wakena	wakena	US		0	America/New_York	40.48979	-79.48115	354			PA	129	45200	
5217765	Walcksville	walcksville	US		0	America/New_York	40.86926	-75.65574	209			PA	025	27368	
5217766	Waldeck	waldeck	US		0	America/New_York	40.26843	-76.30412	197			PA	075	33608	
5217768	Waldheim Park	waldheim-park	US		0	America/New_York	40.57065	-75.45324	154	Waldenheim Park,Waldheim Park		PA	077	02000	
5217773	Walkchalk	walkchalk	US		0	America/New_York	40.83534	-79.57671	322			PA	005	21160	
5217782	Walker Lake	walker-lake	US		0	America/New_York	41.41898	-74.9185	378			PA	103	70496	
5217802	Walkton	walkton	US		0	America/New_York	40.8187	-75.54796	133			PA	025	45128	
5217805	Wall Rose	wall-rose	US		0	America/New_York	40.63423	-80.16061	328	Wall Rose,Wallrose		PA	007	22264	
5217811	Walkers Mill	walkers-mill	US		0	America/New_York	40.3959	-80.13033	259	Walker's Mills,Walkers Mill,Walkers Mills		PA	003	15216	
5217812	Wallace Corners	wallace-corners	US		0	America/New_York	41.35256	-79.98784	440			PA	121	50048	
5217815	Wallace Junction	wallace-junction	US		0	America/New_York	42.01339	-80.31951	231	Wallace Junction,Wallace Junction Station		PA	049	29232	
5217819	Wallace City	wallace-city	US		0	America/New_York	40.67701	-80.18978	279	Wallace City,Wallis City		PA	007	54072	
5217831	Wallaceville	wallaceville	US		0	America/New_York	41.56256	-79.80255	379			PA	121	61552	
5217840	Wallenpaupack Mills	wallenpaupack-mills	US		0	America/New_York	41.38647	-75.42768	406			PA	127	67488	
5217845	Walley Mill	walley-mill	US		0	America/New_York	41.04367	-79.777	362	Walley Mill,Walleys Mill		PA	019	57984	
5217849	Wallis Run	wallis-run	US		0	America/New_York	41.41786	-76.85913	306	Wallace Creek,Wallis Run		PA	081	11560	
5217853	Walls Corners	walls-corners	US		0	America/New_York	41.53897	-75.78853	305			PA	069	82360	
5217855	Wallsville	wallsville	US		0	America/New_York	41.57563	-75.71158	324			PA	069	05696	
5217857	Walltown	walltown	US		0	America/New_York	40.96478	-78.64281	438			PA	033	58816	
5217859	Wallner (historical)	wallner-historical	US		0	America/New_York	40.57787	-75.65602	146			PA	077	79104	
5217860	Walmo	walmo	US		0	America/New_York	41.03645	-80.3559	312			PA	073	53064	
5217862	Walnut Acres	walnut-acres	US		0	America/New_York	40.74593	-75.54018	216			PA	095	42424	
5217888	Walnutport Acres	walnutport-acres	US		0	America/New_York	40.73898	-75.58852	128			PA	095	42424	
5217891	Walnuttown	walnuttown	US		484	America/New_York	40.44954	-75.8427	119			PA	011	64592	
5217892	Walsall	walsall	US		0	America/New_York	40.26563	-78.89252	461			PA	021	64544	
5217900	Walter Chapel	walter-chapel	US		0	America/New_York	40.58951	-79.82644	266			PA	003	36808	
5217912	Walther	walther	US		0	America/New_York	40.32868	-80.0545	347			PA	003		
5217919	Waltrous	waltrous	US		0	America/New_York	41.74368	-77.5761	384			PA	117	28264	
5217922	Waltzvale	waltzvale	US		0	America/New_York	40.78978	-78.40502	477			PA	033	31752	
5217924	Waltz Mill	waltz-mill	US		0	America/New_York	40.20868	-79.66754	278	Walts Mill,Waltz Mill,Waltzmill		PA	129	69392	
5217928	Wanamakers	wanamakers	US		0	America/New_York	40.66093	-75.84575	136	Wanamaker,Wanamakers		PA	077	45656	
5217929	Wanamie	wanamie	US		612	America/New_York	41.17342	-76.03548	206			PA	079	53960	
5217934	Wandin Junction	wandin-junction	US		0	America/New_York	40.67673	-78.96142	419			PA	063	30816	
5217935	Wangaum	wangaum	US		0	America/New_York	41.49426	-75.23656	335			PA	127	58480	
5217957	Wardsburg	wardsburg	US		0	America/New_York	40.78537	-75.28157	181			PA	095	61088	
5217970	Warminster Heights	warminster-heights	US		4124	America/New_York	40.18705	-75.08156	97			PA	017	80952	
5217974	Warminster Village	warminster-village	US		0	America/New_York	40.2015	-75.10323	88			PA	017	80952	
5217986	Warnertown	warnertown	US		0	America/New_York	41.16148	-75.45602	543			PA	089	15960	
5218005	Warrenham	warrenham	US		0	America/New_York	41.97174	-76.15271	418			PA	015	80984	
5218024	Warrior Ridge	warrior-ridge	US		0	America/New_York	40.54257	-78.03195	231			PA	061	44344	
5218027	Warrior Run	warrior-run	US		585	America/New_York	41.19147	-75.95048	215			PA	079	81080	
5218038	Warrior Run	warrior-run	US		588	America/New_York	41.09731	-76.80552	156	Peely,Warrior Run		PA	097	42952	
5218060	Waseka Acres	waseka-acres	US		0	America/New_York	40.17009	-76.94136	145			PA	041	78736	
5218093	Washington Heights	washington-heights	US		0	America/New_York	40.24703	-76.89608	123			PA	041	42648	
5218096	Washington Hill	washington-hill	US		0	America/New_York	40.2526	-75.63018	80			PA	091	62416	
5218099	Washington Junction	washington-junction	US		0	America/New_York	40.35285	-80.02755	334			PA	003		
5218105	Washington Park	washington-park	US		0	America/New_York	40.10511	-75.37963	52			PA	091	79136	
5218130	Washington Square	washington-square	US		0	America/New_York	40.14872	-75.3074	73			PA	091	84888	
5218176	Wassergass	wassergass	US		0	America/New_York	40.58593	-75.29129	198	Ironville,Wassergas,Wassergass		PA	095	45104	
5218177	Water Street	water-street	US		0	America/New_York	40.57146	-78.13806	226			PA	061	51080	
5218208	Waterloo Mills	waterloo-mills	US		0	America/New_York	40.02316	-75.42075	98			PA	029	21928	
5218213	Waterside	waterside	US		0	America/New_York	40.1898	-78.37585	363			PA	009	72656	
5218214	Waterson	waterson	US		0	America/New_York	41.17729	-79.28976	477	Showers,Waterson,Watterson		PA	031	13808	
5218238	Watson Run	watson-run	US		0	America/New_York	41.58978	-80.21701	330			PA	039	80000	
5218240	Watson Run	watson-run	US		0	America/New_York	41.65561	-80.26451	386			PA	039	80000	
5218252	Wattersonville	wattersonville	US		0	America/New_York	40.98118	-79.55393	258	Watterson,Wattersonville		PA	005	81176	
5218254	Watters	watters	US		0	America/New_York	40.75812	-80.032	319			PA	019	26904	
5218276	Wayne Junction	wayne-junction	US		0	America/New_York	40.02261	-75.15934	44			PA	101	60000	
5218302	Weather	weather	US		0	America/New_York	40.94175	-75.82825	342	Weather		PA	025	81856	
5218321	Weaverland	weaverland	US		0	America/New_York	40.13676	-76.05828	114			PA	071	21072	
5218324	Weavers Old Stand	weavers-old-stand	US		0	America/New_York	40.2209	-79.55143	314			PA	129	33792	
5218325	Weaversville	weaversville	US		0	America/New_York	40.68871	-75.45379	122	Weaversburg,Weaversville		PA	095	20736	
5218327	Weavertown	weavertown	US		0	America/New_York	40.30593	-75.75214	105			PA	011	02328	
5218328	Weavertown	weavertown	US		0	America/New_York	40.03871	-76.15773	126	Weaverstown,Weavertown		PA	071	42080	
5218329	Weavertown	weavertown	US		0	America/New_York	40.35648	-76.39274	165			PA	075	55160	
5218330	Weavertown	weavertown	US		0	America/New_York	40.36009	-76.28968	152			PA	075	37392	
5218331	Weavertown	weavertown	US		0	America/New_York	40.25951	-80.1745	309			PA	125	55432	
5218338	Weber Hills	weber-hills	US		0	America/New_York	42.07006	-80.06228	320			PA	049	75208	
5218342	Webercroft	webercroft	US		0	America/New_York	40.20176	-77.00137	134			PA	041	78736	
5218354	Wech Corners	wech-corners	US		0	America/New_York	41.14619	-75.90575	392			PA	079	86584	
5218365	Wehrum	wehrum	US		0	America/New_York	40.4709	-78.94975	413			PA	063	10104	
5218367	Weidasville	weidasville	US		0	America/New_York	40.63843	-75.64547	131	Weidasville,Wydasville		PA	077	45168	
5218368	Weiders Crossing	weiders-crossing	US		0	America/New_York	40.78426	-75.60519	153			PA	095	42424	
5218369	Weidmanville	weidmanville	US		0	America/New_York	40.20509	-76.21495	122			PA	071	13960	
5218373	Weigletown	weigletown	US		0	America/New_York	40.97839	-80.26756	363	Weigletown,Wiegletown		PA	073	70080	
5218376	Wehnwood	wehnwood	US		0	America/New_York	40.53701	-78.40251	368			PA	013	02184	
5218379	Weilersville	weilersville	US		0	America/New_York	40.52815	-75.61019	124	Lehigh Church,Weilersville		PA	077	44952	
5218380	Weimer	weimer	US		0	America/New_York	40.69007	-79.01837	389	Weimen,Weimer		PA	063	13072	
5218384	Weinel Crossroads	weinel-crossroads	US		0	America/New_York	40.61451	-79.6231	313	Weinals Crossroads,Weinel Cross Roads,Weinel Crossroads		PA	129	00892	
5218386	Weintz	weintz	US		0	America/New_York	41.32619	-76.14632	413			PA	079	66272	
5218394	Weir Lake	weir-lake	US		0	America/New_York	40.9137	-75.41935	218			PA	089	13328	
5218395	Weisel	weisel	US		0	America/New_York	40.42733	-75.25629	124			PA	017	21760	
5218397	Weisenberg	weisenberg	US		0	America/New_York	40.58509	-75.7263	172	Weisenberg,Weisenburg,Weissenburg		PA	077	82064	
5218403	Weis Library	weis-library	US		0	America/New_York	42.04839	-80.16978	254	Library,Weis Library		PA	049	49548	
5218406	Weishample	weishample	US		0	America/New_York	40.6937	-76.44607	277			PA	107	04352	
5218408	Weissport	weissport	US		412	America/New_York	40.82898	-75.6988	155	Weiss Port,Weissport		PA	025	27368	
5218410	Welagamika (historical)	welagamika-historical	US		0	America/New_York	40.74926	-75.30796	145	Welagamika (historical),Welagesn,Welagesniko		PA	095	79192	
5218423	Weldbank	weldbank	US		0	America/New_York	41.76034	-79.07976	424	Beantown,Watson,Weldbank		PA	123	48272	
5218436	Welliversville	welliversville	US		0	America/New_York	41.09786	-76.47578	276			PA	037	51792	
5218444	Wells Hollow	wells-hollow	US		0	America/New_York	41.8598	-76.24493	352			PA	015	57176	
5218452	Wellsboro Junction	wellsboro-junction	US		0	America/New_York	41.78729	-77.30414	356	Stokesdale Junction,Wellsboro Junction,Wellsboro Junction Station		PA	117	18760	
5218463	Welshtown	welshtown	US		0	America/New_York	40.75871	-75.61658	136	Welchtown,Welshtown		PA	077	81280	
5218465	Wells Creek	wells-creek	US		0	America/New_York	40.03786	-78.99475	627			PA	111	71784	
5218468	Weltytown	weltytown	US		0	America/New_York	40.2084	-79.44587	331			PA	129	51888	
5218475	Wennersville	wennersville	US		0	America/New_York	40.61093	-75.54769	139	Wennersville,Wennerville,Wernersville		PA	077	72632	
5218477	Wentlings Corners	wentlings-corners	US		0	America/New_York	41.19228	-79.5456	446	Wentling Corners,Wentlings Corner,Wentlings Corners		PA	031	04696	
5218484	Werleys Corner	werleys-corner	US		0	America/New_York	40.63315	-75.72352	213	Wereleys,Wereleys Corners,Werleys Corner,Werleysville		PA	077	82064	
5218491	Werkheiser	werkheiser	US		0	America/New_York	40.78593	-75.26601	148			PA	095	61088	
5218498	Wertz	wertz	US		0	America/New_York	40.45563	-78.24723	292			PA	013	86144	
5218505	Wescosville	wescosville	US		5872	America/New_York	40.56676	-75.55296	126	Wescoesville,Wescoeville,Wescosville,Westcosville		PA	077	44952	
5218531	Wesleyville	wesleyville	US		3226	America/New_York	42.14033	-80.01506	220			PA	049	82344	
5218541	West Amity	west-amity	US		0	America/New_York	40.03952	-80.22201	292			PA	125	02384	
5218542	West Athens	west-athens	US		0	America/New_York	41.94869	-76.52217	232			PA	015	03400	
5218543	West Auburn	west-auburn	US		0	America/New_York	41.72035	-76.10632	290			PA	115	03496	
5218544	West Bangor	west-bangor	US		0	America/New_York	40.87926	-75.23879	272			PA	095	81296	
5218546	West Beech	west-beech	US		0	America/New_York	41.05895	-77.57805	181			PA	027	43080	
5218549	West Bethany	west-bethany	US		0	America/New_York	40.16257	-79.59921	331	Bethany,West Bethany		PA	129	21304	
5218551	West Bingham	west-bingham	US		0	America/New_York	41.94451	-77.81638	540			PA	105	06432	
5218552	West Bolivar	west-bolivar	US		0	America/New_York	40.39396	-79.15642	308			PA	129	24608	
5218553	West Bowmans	west-bowmans	US		0	America/New_York	40.79676	-75.6738	154	Bowmans,Bowmans Station,Bowmanstown Station,West Bowmans,West Bowmanstown		PA	025	21664	
5218554	West Bradford	west-bradford	US		0	America/New_York	41.96367	-78.66808	461			PA	083	08048	
5218557	Wertzville	wertzville	US		0	America/New_York	40.2837	-77.04387	150			PA	041	70792	
5218632	West Bristol	west-bristol	US		0	America/New_York	40.1015	-74.88517	9			PA	017	08768	
5218633	West Brownsville	west-brownsville	US		974	America/New_York	40.02424	-79.8906	234			PA	125	82616	
5218639	West Cameron	west-cameron	US		0	America/New_York	40.75536	-76.63941	297	Gottshalls,West Cameron		PA	097	82680	
5218643	West Catasauqua	west-catasauqua	US		0	America/New_York	40.64565	-75.47435	116	Catasauqua Station,West Catasauqua		PA	077		
5218647	West Clifford	west-clifford	US		0	America/New_York	41.6848	-75.61824	381			PA	115	14224	
5218652	West Conshohocken	west-conshohocken	US		1381	America/New_York	40.06983	-75.3163	65			PA	091	82736	
5218657	West Covington	west-covington	US		0	America/New_York	41.75257	-77.15303	428			PA	117	16680	
5218665	West Creek Hills	west-creek-hills	US		0	America/New_York	40.26509	-76.92303	122			PA	041	21680	
5218666	West Damascus	west-damascus	US		0	America/New_York	41.70009	-75.17128	391			PA	127	18104	
5218673	West Derry	west-derry	US		0	America/New_York	40.32313	-79.31254	346			PA	129	18968	
5218678	West Easton	west-easton	US		1251	America/New_York	40.67871	-75.23684	82			PA	095	82832	
5218683	West Eldred	west-eldred	US		0	America/New_York	41.95673	-78.40363	450			PA	083	22896	
5218698	West Enola	west-enola	US		0	America/New_York	40.28676	-76.94136	141			PA	041	21680	
5218700	West Export	west-export	US		0	America/New_York	40.42201	-79.63588	289	Manordale,West Export		PA	129		
5218701	West Fairfield	west-fairfield	US		0	America/New_York	40.34952	-79.12614	434			PA	129	24608	
5218702	West Fairview	west-fairview	US		1282	America/New_York	40.27509	-76.91553	101	Fairview,West Fairview		PA	041	21680	
5218711	West Ford City	west-ford-city	US		0	America/New_York	40.76006	-79.5631	288			PA	005	54856	
5218720	West Franklin	west-franklin	US		0	America/New_York	41.69674	-76.62689	295			PA	015	27344	
5218721	West Freedom	west-freedom	US		0	America/New_York	41.10728	-79.62421	385			PA	031	59456	
5218726	West Hamburg	west-hamburg	US		1979	America/New_York	40.54759	-76.00216	142	Berks,West Hamburg		PA	011	76712	
5218729	West Hawley	west-hawley	US		0	America/New_York	41.47787	-75.17267	293			PA	127	33200	
5218730	West Hazleton	west-hazleton	US		4503	America/New_York	40.9587	-75.99604	518	West Hazelton,West Hazleton		PA	079	83136	
5218741	West Hill	west-hill	US		0	America/New_York	40.20314	-77.31332	143			PA	041	83800	
5218747	West Hills Estates	west-hills-estates	US		0	America/New_York	41.24647	-77.05413	190			PA	081	56608	
5218750	West Homestead	west-homestead	US		1919	America/New_York	40.39396	-79.91199	317			PA	003	83200	
5218755	West Jonestown	west-jonestown	US		0	America/New_York	40.41259	-76.49719	138			PA	075	78376	
5218758	West Kittanning	west-kittanning	US		1134	America/New_York	40.81034	-79.52949	312	Weskit,West Kittanning		PA	005	83248	
5218760	West Lampeter	west-lampeter	US		0	America/New_York	40.03038	-76.27024	90			PA	071	83256	
5218761	West Lancaster	west-lancaster	US		0	America/New_York	40.03676	-76.35552	109			PA	071	46992	
5218762	West Latrobe	west-latrobe	US		0	America/New_York	40.3134	-79.38976	305			PA	129	41680	
5218763	West Laurel Hill	west-laurel-hill	US		0	America/New_York	40.01761	-75.23074	70			PA	091	44976	
5218765	West Lawn	west-lawn	US		1715	America/New_York	40.32981	-75.99438	108			PA	011	72824	
5218766	West Lawn	west-lawn	US		0	America/New_York	40.95203	-76.90136	150			PA	119	20888	
5218773	West Leechburg	west-leechburg	US		1294	America/New_York	40.62229	-79.61282	303			PA	129	00892	
5218776	West Leesport	west-leesport	US		0	America/New_York	40.43926	-75.97271	104			PA	011	42352	
5218777	West Lenox	west-lenox	US		0	America/New_York	41.72091	-75.69908	372			PA	115	42760	
5218779	West Leroy	west-leroy	US		0	America/New_York	41.66508	-76.73968	320			PA	015	42856	
5218787	West Library	west-library	US		0	America/New_York	40.29479	-80.02589	351			PA	003	72400	
5218792	West Manayunk	west-manayunk	US		0	America/New_York	40.02678	-75.23851	64			PA	091	44976	
5218793	West Mayfield	west-mayfield	US		1213	America/New_York	40.78006	-80.3384	334			PA	007	83472	
5218800	West Middletown (historical)	west-middletown-historical	US		0	America/New_York	40.26229	-80.42868	290			PA	125	17314	
5218811	West Millcreek	west-millcreek	US		0	America/New_York	42.0745	-80.16478	237			PA	049	49548	
5218813	West Moshannon	west-moshannon	US		0	America/New_York	40.827	-78.36391	466			PA	033	86440	
5218814	West Mount Airy	west-mount-airy	US		0	America/New_York	40.05261	-75.19796	100			PA	101	60000	
5218818	West Nanticoke	west-nanticoke	US		749	America/New_York	41.22175	-76.0152	159			PA	079	61656	
5218820	West New Castle	west-new-castle	US		0	America/New_York	41.00395	-80.36451	284			PA	073	53368	
5218821	West New Kensington	west-new-kensington	US		0	America/New_York	40.56368	-79.77422	240			PA	003	21024	
5218826	West Nicholson	west-nicholson	US		0	America/New_York	41.63785	-75.86464	313			PA	131	54408	
5218827	West Norriton	west-norriton	US		14702	America/New_York	40.12955	-75.37852	71			PA	091	83696	
5218829	West Oak Lane	west-oak-lane	US		0	America/New_York	40.06928	-75.16629	103			PA	101	60000	
5218830	West Overton	west-overton	US		0	America/New_York	40.11757	-79.56421	339	Overton,West Overton		PA	129	21304	
5218834	West Pen Argyl	west-pen-argyl	US		0	America/New_York	40.85732	-75.27046	225			PA	095	61088	
5218835	West Penn	west-penn	US		0	America/New_York	40.74092	-75.96104	208	Clamtown,West Penn		PA	107	83792	
5218845	West Pike	west-pike	US		0	America/New_York	41.77618	-77.71388	446			PA	105	60200	
5218848	West Pikeland	west-pikeland	US		0	America/New_York	40.0826	-75.60937	115			PA	029	83832	
5218851	West Monterey	west-monterey	US		0	America/New_York	41.04867	-79.66144	259			PA	031	59456	
5218853	West Pittston	west-pittston	US		4772	America/New_York	41.32758	-75.79297	166	Fort Jenkins,West Pittston		PA	079	83856	
5218863	West Pottsgrove	west-pottsgrove	US		0	America/New_York	40.25454	-75.68463	79			PA	091	83912	
5218867	West Reading	west-reading	US		4191	America/New_York	40.3337	-75.94743	98			PA	011	83928	
5218869	West Renovo	west-renovo	US		0	America/New_York	41.32229	-77.7661	216			PA	035	55744	
5218879	West Saxonburg	west-saxonburg	US		0	America/New_York	40.74673	-79.84644	353			PA	019	37848	
5218897	West Spring Creek	west-spring-creek	US		0	America/New_York	41.84561	-79.5695	445			PA	123	72952	
5218898	West Spring Mills	west-spring-mills	US		0	America/New_York	40.06844	-75.28463	92			PA	091	44976	
5218906	West Tarentum	west-tarentum	US		0	America/New_York	40.59646	-79.77033	278	Peterson,West Tarentum		PA	003	21024	
5218909	West Torresdale	west-torresdale	US		0	America/New_York	40.07344	-74.98822	20			PA	101	60000	
5218916	West Vandergrift	west-vandergrift	US		0	America/New_York	40.60062	-79.58366	311			PA	129	79776	
5218917	West Vernon	west-vernon	US		0	America/New_York	41.597	-80.26506	330			PA	039	80000	
5218918	West View	west-view	US		6685	America/New_York	40.52229	-80.03422	345			PA	003	84144	
5218931	West Wayne	west-wayne	US		0	America/New_York	40.03872	-75.40186	118			PA	045	63264	
5218935	West William Penn	west-william-penn	US		0	America/New_York	40.80759	-76.23716	320			PA	107	83408	
5218936	West Wilmerding	west-wilmerding	US		0	America/New_York	40.39868	-79.82088	283			PA	003	55488	
5218938	West Wyoming	west-wyoming	US		2703	America/New_York	41.3198	-75.84603	181			PA	079	84272	
5218940	West Wyomissing	west-wyomissing	US		3407	America/New_York	40.32454	-75.99077	110			PA	011	72824	
5218942	West Zollarsville	west-zollarsville	US		0	America/New_York	40.02535	-80.08894	268			PA	125	47400	
5218948	Westcolang	westcolang	US		0	America/New_York	41.51287	-75.00517	197			PA	103	40776	
5218951	Westcolang Park	westcolang-park	US		0	America/New_York	41.51453	-75.0385	339			PA	103	40776	
5218971	Westfield Terrace	westfield-terrace	US		0	America/New_York	40.21065	-76.86553	111			PA	133	24936	
5218975	Westgate Hills	westgate-hills	US		0	America/New_York	40.6451	-75.4049	107			PA	095	32432	
5218988	Westline	westline	US		0	America/New_York	41.77534	-78.77225	446			PA	083	40808	
5219033	Westview Heights	westview-heights	US		0	America/New_York	40.99673	-80.37645	341			PA	073	78368	
5219038	Westwood Heights	westwood-heights	US		0	America/New_York	40.60315	-75.54102	123			PA	077	72632	
5219040	Westwood Village	westwood-village	US		0	America/New_York	40.30592	-76.94636	136			PA	041	21680	
5219043	Wetherill Junction	wetherill-junction	US		0	America/New_York	40.75676	-76.20328	362			PA	107	07336	
5219045	Wetherills Corner	wetherills-corner	US		0	America/New_York	40.12427	-75.43574	62			PA	091	45080	
5219050	Weston Place	weston-place	US		0	America/New_York	40.82398	-76.21744	489			PA	107	83408	
5219053	Wetona	wetona	US		0	America/New_York	41.82952	-76.69856	390			PA	015	73008	
5219069	Weyant	weyant	US		0	America/New_York	40.21341	-78.55613	385	Mowrus Mills,Mowrys Mills,Weyant		PA	009	39720	
5219075	Wheat Sheaf	wheat-sheaf	US		0	America/New_York	40.16261	-74.79877	12			PA	017	25112	
5219101	Wheelerville	wheelerville	US		0	America/New_York	41.57452	-76.78496	628			PA	113	27096	
5219107	Whetham	whetham	US		0	America/New_York	41.26896	-77.59082	188			PA	035	31680	
5219121	Whig Hill	whig-hill	US		0	America/New_York	41.5609	-79.29616	494			PA	053	39760	
5219124	Whiskerville	whiskerville	US		0	America/New_York	41.07562	-79.85255	445			PA	019	81192	
5219139	Whistletown	whistletown	US		0	America/New_York	41.44978	-78.72031	431			PA	047	64792	
5219140	Whitaker	whitaker	US		1254	America/New_York	40.3984	-79.88977	303	Whitaker,Whittaker Boro		PA	003	84440	
5219190	White Haven Center	white-haven-center	US		0	America/New_York	41.06258	-75.79547	398			PA	079	26928	
5219195	White Hill	white-hill	US		0	America/New_York	40.23037	-76.92053	116			PA	041	44832	
5219200	White Horse	white-horse	US		0	America/New_York	40.37455	-75.31212	167			PA	017	21760	
5219202	White Horse	white-horse	US		0	America/New_York	40.03482	-75.99384	132	Pequea,White Horse		PA	071	67568	
5219208	White Mill Crossing	white-mill-crossing	US		0	America/New_York	40.52757	-78.88947	476			PA	021	06736	
5219247	White Rock Acres	white-rock-acres	US		0	America/New_York	40.12898	-77.0822	253			PA	041	50472	
5219261	White Spring	white-spring	US		0	America/New_York	40.39981	-76.84553	132			PA	043	49040	
5219264	White Valley	white-valley	US		0	America/New_York	40.4159	-79.59838	317			PA	129		
5219287	Whitehall Township	whitehall-township	US		24896	America/New_York	40.66676	-75.49991	117	Whitehall (Pennsylvania),Whitehall Township		PA	077	16128	
5219293	Whiteland Crest	whiteland-crest	US		0	America/New_York	40.02066	-75.62188	115	Whiteland,Whiteland Crest,Whiteland Station		PA	029	84192	
5219309	Whites Crossing	whites-crossing	US		0	America/New_York	41.58619	-75.47741	415	White Crossing,Whites,Whites Crossing		PA	069	11240	
5219311	Whites Hill	whites-hill	US		0	America/New_York	40.23979	-79.56698	321			PA	129	33792	
5219316	Whitemarsh	whitemarsh	US		0	America/New_York	40.12205	-75.21657	56			PA	091	84624	
5219325	Whites Valley	whites-valley	US		0	America/New_York	41.70203	-75.3699	407			PA	127	51872	
5219337	Whitford	whitford	US		0	America/New_York	40.01455	-75.63771	105			PA	029	84192	
5219358	Whitneyville	whitneyville	US		0	America/New_York	41.77313	-77.20053	498	East Charleston,Whitneyville		PA	117	12728	
5219376	Wick	wick	US		0	America/New_York	41.09756	-79.99506	391			PA	019	71192	
5219377	Wick City	wick-city	US		0	America/New_York	40.82729	-79.5256	248	Wick City,Wickboro		PA	005	40040	
5219378	Wickerham Manor	wickerham-manor	US		0	America/New_York	40.17035	-79.91755	373			PA	125	11424	
5219396	Wigwam	wigwam	US		0	America/New_York	41.99784	-78.46252	503			PA	083	22896	
5219399	Wigwam Lake Estates	wigwam-lake-estates	US		0	America/New_York	41.00759	-75.26296	263			PA	089	74880	
5219401	Wiester	wiester	US		0	America/New_York	40.47673	-79.61477	372	Weister,Wiester		PA	129	81336	
5219403	Wila	wila	US		0	America/New_York	40.48397	-77.17359	137	Juniata,Milford,Millford,Wila		PA	099	38616	
5219410	Wilburton Number One	wilburton-number-one	US		196	America/New_York	40.81398	-76.39023	464	Wilburton,Wilburton Number One		PA	037	15880	
5219411	Wilburton Number Two	wilburton-number-two	US		96	America/New_York	40.81814	-76.36634	543			PA	037	15880	
5219415	Wilawana	wilawana	US		0	America/New_York	41.98757	-76.61717	247	Orcutt Creek,Wilawana		PA	015	03400	
5219418	Wild Acres	wild-acres	US		0	America/New_York	41.20982	-74.93712	347			PA	103	18704	
5219430	Wildcat	wildcat	US		0	America/New_York	41.02534	-79.47977	348			PA	031	46464	
5219469	Wilderness Acres	wilderness-acres	US		0	America/New_York	41.10676	-75.14629	289			PA	089	49080	
5219482	Wildwood Springs	wildwood-springs	US		0	America/New_York	40.5034	-78.60168	546			PA	021	00868	
5219485	Wilgus	wilgus	US		0	America/New_York	40.78395	-78.88559	493	Upper Wugus,Wilgus		PA	063	50624	
5219501	Wilkinsburg	wilkinsburg	US		15731	America/New_York	40.44174	-79.88199	287	McNairsville,Rippeysville,Vilkinsberg,Wilkinsburg,u~irukinsubagu,Вилкинсберг,ویکینس‌بورگ، پنسیلوانیا,ウィルキンスバーグ		PA	003	85188	
5219506	Wilko Hill	wilko-hill	US		0	America/New_York	40.19702	-79.85616	278			PA	129	66376	
5219508	Will O Wood	will-o-wood	US		0	America/New_York	40.15955	-74.82989	10	Will O Wood,Will-O-Wood		PA	017	25112	
5219525	William Penn Manor	william-penn-manor	US		0	America/New_York	40.66093	-75.33462	115			PA	095	06096	
5219535	Williams Corner	williams-corner	US		0	America/New_York	40.10844	-75.51186	39			PA	029	68288	
5219536	Williams Corner	williams-corner	US		0	America/New_York	41.85897	-75.8313	432			PA	115	08648	
5219539	Williams Grove	williams-grove	US		0	America/New_York	40.15176	-77.0347	128			PA	041	50472	
5219569	Williams Valley Junction	williams-valley-junction	US		0	America/New_York	40.59703	-76.56274	412			PA	107	62200	
5219598	Williard	williard	US		0	America/New_York	41.69063	-77.26303	505			PA	117	12728	
5219604	Willock	willock	US		0	America/New_York	40.35146	-79.96172	305			PA	003	03928	
5219614	Willow Farms Mobile Home Park	willow-farms-mobile-home-park	US		0	America/New_York	40.24509	-76.77386	160			PA	043	45120	
5219644	Willowburn	willowburn	US		0	America/New_York	40.03705	-75.3663	113			PA	045	63264	
5219645	Willowmere	willowmere	US		0	America/New_York	40.15733	-75.21462	73			PA	091	02264	
5219662	Wilmore Heights	wilmore-heights	US		0	America/New_York	40.37785	-78.71585	512			PA	021	75144	
5219666	Wilpen	wilpen	US		0	America/New_York	40.28118	-79.19531	374			PA	129	43240	
5219686	Wilson Mills	wilson-mills	US		0	America/New_York	41.54978	-79.91089	397			PA	121	37480	
5219706	Wilsons Corner	wilsons-corner	US		0	America/New_York	40.14566	-75.60658	57			PA	029	84160	
5219715	Wimmers	wimmers	US		0	America/New_York	41.40425	-75.48102	485			PA	069	37896	
5219718	Winchester Park	winchester-park	US		0	America/New_York	40.05511	-75.02962	32			PA	101	60000	
5219726	Winder Village	winder-village	US		0	America/New_York	40.10622	-74.87378	6			PA	017	08768	
5219748	Windham Center	windham-center	US		0	America/New_York	41.96452	-76.32632	287	Windham Center,Windham Centre		PA	015	85672	
5219750	Windham Summit	windham-summit	US		0	America/New_York	41.96119	-76.3641	457			PA	015	85672	
5219754	Winding Heights	winding-heights	US		0	America/New_York	40.19231	-76.9722	169	Sleepy Hollow Farms,Winding Heights		PA	041	78736	
5219755	Winding Hill	winding-hill	US		0	America/New_York	40.18759	-76.98581	176	Winding Hill,Winding Hill Heights		PA	041	78736	
5219760	Windsor Castle	windsor-castle	US		0	America/New_York	40.53926	-75.93326	146			PA	011	85720	
5219762	Windsor Farms	windsor-farms	US		0	America/New_York	40.32259	-76.87553	138			PA	043	75528	
5219763	Windsor Manor	windsor-manor	US		0	America/New_York	40.30926	-76.78136	157			PA	043	45056	
5219764	Windsor Park	windsor-park	US		0	America/New_York	40.21509	-76.97636	134			PA	041	44832	
5219766	Windsor Pass	windsor-pass	US		0	America/New_York	40.17678	-75.14128	91			PA	091	35808	
5219769	Windward Heights	windward-heights	US		0	America/New_York	40.90423	-79.907	415			PA	019	12024	
5219771	Windy City	windy-city	US		0	America/New_York	41.61895	-78.87587	562			PA	047	34464	
5219777	Windgap	windgap	US		0	America/New_York	40.45646	-80.08617	267			PA	003	61000	
5219778	Winfield Junction	winfield-junction	US		0	America/New_York	40.7084	-79.70283	243			PA	019	10000	
5219800	Winona Lakes	winona-lakes	US		0	America/New_York	41.06843	-75.02934	166			PA	089	49080	
5219801	Winona Lakes	winona-lakes	US		0	America/New_York	41.08343	-75.06906	282			PA	089	49080	
5219808	Winterburn	winterburn	US		0	America/New_York	41.18006	-78.60197	410	Winterburn,Winterburne		PA	033	36512	
5219809	Winterdale	winterdale	US		0	America/New_York	41.95703	-75.3499	318			PA	127	68416	
5219817	Wintersville	wintersville	US		0	America/New_York	40.42481	-76.26495	172			PA	011	77752	
5219821	Wireton	wireton	US		0	America/New_York	40.56423	-80.22895	239			PA	003	17048	
5219829	Wishaw	wishaw	US		0	America/New_York	41.04284	-78.90837	502			PA	065	85840	
5219835	Wissahickon	wissahickon	US		0	America/New_York	40.01733	-75.20935	38			PA	101	60000	
5219837	Wismer	wismer	US		0	America/New_York	40.41566	-75.11462	159			PA	017	61616	
5219841	Wissingers	wissingers	US		0	America/New_York	41.48202	-76.69384	282			PA	113	27096	
5219842	Wissingertown	wissingertown	US		0	America/New_York	40.34202	-78.84752	586			PA	021	15552	
5219843	Wissinoming	wissinoming	US		0	America/New_York	40.02233	-75.06323	20			PA	101	60000	
5219852	Witinski Villa	witinski-villa	US		0	America/New_York	41.18008	-75.9477	299			PA	079	32416	
5219856	Wittmer	wittmer	US		0	America/New_York	40.52174	-79.94839	236			PA	003	69584	
5219857	Wooddale	wooddale	US		0	America/New_York	40.09118	-79.52476	321	Woddale,Wooddale		PA	051	10152	
5219949	Wolfdale	wolfdale	US		2888	America/New_York	40.19285	-80.28784	321	Wolfdale,Wolftown		PA	125	11176	
5219965	Wolfs Crossroads	wolfs-crossroads	US		0	America/New_York	40.83036	-76.73913	200			PA	097	65472	
5219967	Wolfs Corners	wolfs-corners	US		0	America/New_York	41.4159	-79.38727	479			PA	031	81208	
5219969	Wolfsburg	wolfsburg	US		0	America/New_York	40.04647	-78.52974	330			PA	009	04952	
5219979	Wood Hill	wood-hill	US		0	America/New_York	41.21284	-79.74644	279			PA	121	65560	
5219982	Wolfs Store	wolfs-store	US		0	America/New_York	40.96007	-77.38471	399	Wolfes Store,Wolfs Store		PA	027	49360	
5219984	Wood Ridge Manor	wood-ridge-manor	US		0	America/New_York	40.24065	-76.67525	223			PA	043	18936	
5219985	Wood Run	wood-run	US		0	America/New_York	40.07757	-79.88894	238			PA	051	53504	
5220005	Woodchoppertown	woodchoppertown	US		0	America/New_York	40.34871	-75.71713	177			PA	011	20680	
5220009	Woodcock	woodcock	US		157	America/New_York	41.75478	-80.08561	366	Rockville,Woodcock		PA	039	86160	
5220012	Woodcock Grange	woodcock-grange	US		0	America/New_York	41.717	-80.10422	414	Grange Hall,Woodcock Grange		PA	039	86168	
5220020	Wooddale	wooddale	US		0	America/New_York	41.08148	-75.17768	300			PA	089	49080	
5220025	Woodfort	woodfort	US		0	America/New_York	40.32954	-76.45052	142			PA	075	54928	
5220027	Woodglen	woodglen	US		0	America/New_York	40.03646	-79.79949	349			PA	051	37872	
5220030	Woodhill	woodhill	US		0	America/New_York	40.29177	-74.93933	65	Eagle Tavern,Woodhill		PA	017	79128	
5220032	Woodhouse	woodhouse	US		0	America/New_York	41.73341	-75.91353	428			PA	115	19264	
5220040	Woodland Heights	woodland-heights	US		1261	America/New_York	41.40978	-79.71172	430			PA	121	16944	
5220066	Woodmont	woodmont	US		0	America/New_York	40.15761	-75.07239	60			PA	091	79176	
5220071	Woodridge Estates	woodridge-estates	US		0	America/New_York	40.32064	-76.86136	124			PA	043	75528	
5220089	Woods Run	woods-run	US		0	America/New_York	40.47118	-80.022	307			PA	003	61000	
5220102	Woodvale	woodvale	US		0	America/New_York	40.33535	-78.90364	369			PA	021	38288	
5220118	Woodycrest	woodycrest	US		0	America/New_York	40.81312	-77.9025	380			PA	027	58440	
5220125	Wopsononock	wopsononock	US		0	America/New_York	40.56812	-78.4514	756			PA	013	44328	
5220132	Wordan Place	wordan-place	US		0	America/New_York	41.36341	-76.02881	408	Wordan Place,Worden Place		PA	079	33000	
5220136	Worman	worman	US		0	America/New_York	40.31537	-75.69436	104			PA	011	20680	
5220137	Wormleysburg	wormleysburg	US		3079	America/New_York	40.26287	-76.91386	135			PA	041	86528	
5220166	Wrighter Corner	wrighter-corner	US		0	America/New_York	41.83897	-75.4724	615			PA	127	62600	
5220170	Wrights Corners	wrights-corners	US		0	America/New_York	41.88229	-78.49308	485			PA	083	38912	
5220173	Wrights View	wrights-view	US		0	America/New_York	41.37786	-76.51578	546			PA	113	41520	
5220185	Wurtemburg	wurtemburg	US		0	America/New_York	40.85645	-80.25062	269	Wirtemburg,Wurtemburg		PA	073	59488	
5220195	Wyattville	wyattville	US		0	America/New_York	41.45033	-79.89672	330			PA	121	75000	
5220198	Wydnor	wydnor	US		0	America/New_York	40.58177	-75.38768	123			PA	095	45104	
5220199	Wyebrooke	wyebrooke	US		0	America/New_York	40.10593	-75.83466	189			PA	029	83664	
5220207	Wylandville	wylandville	US		391	America/New_York	40.19396	-80.13367	308			PA	125	55432	
5220221	Wyndmoor	wyndmoor	US		5498	America/New_York	40.08122	-75.18934	128	Vindmur,Виндмур		PA	091	73088	
5220222	Wyndmoor Estates	wyndmoor-estates	US		0	America/New_York	40.10344	-75.06628	59			PA	091	00156	
5220225	Wynmere Downs	wynmere-downs	US		0	America/New_York	40.189	-75.17962	97			PA	091	35808	
5220226	Wynn Wood Manor	wynn-wood-manor	US		0	America/New_York	40.01399	-76.35163	118			PA	071	49728	
5220227	Wynnebrook Manor	wynnebrook-manor	US		0	America/New_York	40.00178	-75.2788	96			PA	091	44976	
5220228	Wynnefield Heights	wynnefield-heights	US		0	America/New_York	40.00345	-75.20462	68			PA	101	60000	
5220234	Wyoanna	wyoanna	US		0	America/New_York	41.43063	-75.83353	182			PA	131	25128	
5220248	Wyomissing	wyomissing	US		10469	America/New_York	40.32954	-75.96521	96	Vajomiding,Вајомидинг		PA	011	86880	
5220258	Wyside	wyside	US		0	America/New_York	41.31478	-78.08056	239			PA	023	31632	
5220276	Wyomissing Hills	wyomissing-hills	US		2606	America/New_York	40.33759	-75.97966	111			PA	011	86880	
5220281	Yardley	yardley	US		2441	America/New_York	40.24566	-74.846	22	Howells Ferry,Jardli,Johnsons Ferry,The Boatyard,Yardley,Yardley Ferry,Yardleyville,Јардли		PA	017	86920	
5220315	Yellow Creek	yellow-creek	US		0	America/New_York	40.13036	-78.3314	288			PA	009	35656	
5220324	Yellow House	yellow-house	US		0	America/New_York	40.32315	-75.75464	88			PA	011	02328	
5220328	Yellow Hammer	yellow-hammer	US		0	America/New_York	41.60006	-79.30949	514			PA	053	34240	
5220334	Yellowood	yellowood	US		0	America/New_York	40.12872	-74.86405	10	Yellowood,Yellowwood		PA	017	08768	
5220343	Yocum Estates	yocum-estates	US		0	America/New_York	40.56038	-75.14128	148			PA	017	08592	
5220346	Yocumtown	yocumtown	US		0	America/New_York	40.15843	-76.80386	143			PA	133	53224	
5220351	Yohoghany	yohoghany	US		0	America/New_York	40.28813	-79.76338	284			PA	129	69392	
5220353	Yordy	yordy	US		0	America/New_York	40.80842	-76.63663	239			PA	097	69608	
5220381	Yostville	yostville	US		0	America/New_York	41.29675	-75.55463	518			PA	069	16664	
5220391	Youngdale	youngdale	US		0	America/New_York	41.15007	-77.3647	183			PA	035	81728	
5220410	Yount	yount	US		0	America/New_York	40.06202	-78.47252	323	Yount,Younts		PA	009	04952	
5220423	Zaner	zaner	US		0	America/New_York	41.13036	-76.35827	201			PA	037	26056	
5220428	Zediker	zediker	US		0	America/New_York	40.17202	-80.17478	313			PA	125	72504	
5220438	Zenith	zenith	US		0	America/New_York	41.03064	-76.18882	169			PA	079	52992	
5220439	Zenners	zenners	US		0	America/New_York	40.75315	-75.95715	211			PA	107	80576	
5220440	Zeno	zeno	US		0	America/New_York	40.77812	-80.01812	306			PA	019	26904	
5220442	Zerbe	zerbe	US		0	America/New_York	40.65703	-76.34634	284			PA	107	64088	
5220445	Zerby	zerby	US		0	America/New_York	40.84618	-77.52111	326	Sober,Zerby		PA	027	58800	
5220516	Zion Heights	zion-heights	US		0	America/New_York	41.84646	-76.24799	415			PA	015	57176	
5220518	Zion Hill	zion-hill	US		0	America/New_York	41.13951	-79.50532	425			PA	031	60648	
5220529	Zions View	zions-view	US		0	America/New_York	40.05287	-76.7683	124	Zion View,Zions View,Zionview		PA	133	15656	
5220533	Zinns Mill	zinns-mill	US		0	America/New_York	40.29259	-76.42857	150			PA	075	82752	
5220536	Zooks Corner	zooks-corner	US		0	America/New_York	40.07954	-76.2519	110			PA	071	21344	
5220541	Zucksville	zucksville	US		0	America/New_York	40.71871	-75.24434	81	Zucksville,Zurksville		PA	095	26728	
5220548	Abbott Run	abbott-run	US		0	America/New_York	41.95538	-71.38895	37	Abbots Run,Abbott Run,Abbottrun,Abbotts Run,Walcotts Run		RI	007	20080	
5220641	Annaquatucket	annaquatucket	US		0	America/New_York	41.55149	-71.44811	17	Annaquatucket,Esbon Sanfords		RI	009	51580	
5220647	Annawomscutt	annawomscutt	US		0	America/New_York	41.74038	-71.34394	5	Anawamscot,Annawamscot,Annawamscott,Annawomscutt		RI	001	05140	
5220658	Apponaug	apponaug	US		0	America/New_York	41.70038	-71.45978	11	Aponachack,Aponahack,Aponahock,Aponake,Aponihoak,Apponaug,Fulling Mill,Oppanaugue,Opponenauhock,Ponog		RI	003	74300	
5220669	Arctic	arctic	US		0	America/New_York	41.70316	-71.52839	53	Arctic,Artic Center,Jerico,Wakefield		RI	003	78440	
5220671	Arkwright	arkwright	US		0	America/New_York	41.72871	-71.5484	50			RI	003	18640	
5220677	Armington Corner	armington-corner	US		0	America/New_York	41.79816	-71.36339	35	Armington Corner,Armington's Corner		RI	007	22960	
5220685	Arnold Mills	arnold-mills	US		0	America/New_York	41.97843	-71.392	47	Arnold Mill,Arnold Mills,Arnold's Mills,Arnolds Mill,Arnolds Mills,East Cumberland		RI	007	20080	
5220720	Ashland (historical)	ashland-historical	US		0	America/New_York	41.7876	-71.60062	87			RI	007	64220	
5220750	Bahia Corner	bahia-corner	US		0	America/New_York	41.49455	-71.16171	22			RI	005	42400	
5220819	Bartons Corner	bartons-corner	US		0	America/New_York	41.66288	-71.49784	80	Barton's Corner,Bartons Corner		RI	003	22240	
5220830	Bay Spring	bay-spring	US		0	America/New_York	41.74816	-71.34672	6	Bay Spring,Cat Island		RI	001	05140	
5220841	Beach Terrace	beach-terrace	US		0	America/New_York	41.71705	-71.28366	6			RI	001	73760	
5220868	Bellefonte (historical)	bellefonte-historical	US		0	America/New_York	41.76871	-71.4095	9			RI	007	5221674	
5220918	Birch Hill (historical)	birch-hill-historical	US		0	America/New_York	41.71399	-71.52451	35			RI	003	78440	
5220925	Bishop Heights	bishop-heights	US		0	America/New_York	41.82649	-71.55756	152			RI	007		
5220934	Black Plain	black-plain	US		0	America/New_York	41.58454	-71.65229	169			RI	009	25300	
5220966	Bliss Corners	bliss-corners	US		0	America/New_York	41.62649	-71.14477	72	Bliss Corners,Bliss Four Corners		RI	005	70880	
5221002	Bonnet Shores	bonnet-shores	US		0	America/New_York	41.4826	-71.42144	2			RI	009	48340	
5221040	Branch Village	branch-village	US		0	America/New_York	41.99871	-71.54867	73			RI	007	52480	
5221054	Brenton Village	brenton-village	US		0	America/New_York	41.47455	-71.33866	7			RI	005	49960	
5221063	Bridgeport (historical)	bridgeport-historical	US		0	America/New_York	41.61677	-71.21005	11			RI	005	70880	
5221065	Bridgetown	bridgetown	US		0	America/New_York	41.48732	-71.44506	4			RI	009	48340	
5221083	Bristol Ferry	bristol-ferry	US		0	America/New_York	41.6326	-71.25366	23			RI	005	57880	
5221087	Bristol Highlands	bristol-highlands	US		0	America/New_York	41.69621	-71.28727	35			RI	001	09280	
5221100	Bristol Township	bristol-township	US		0	America/New_York	41.68399	-71.26394	38	Bristol,Bristol Township,Mount Hope,New Bristol Township		RI	001	09280	
5221131	Brudickville	brudickville	US		0	America/New_York	41.41788	-71.72979	19			RI	009	35380	
5221163	Burdickville	burdickville	US		0	America/New_York	41.41816	-71.73284	40			RI	009	35380	
5221197	Buttonwoods	buttonwoods	US		0	America/New_York	41.68538	-71.41867	8	Buttonwood,Buttonwoods		RI	003	74300	
5221235	Canonchet	canonchet	US		0	America/New_York	41.4901	-71.73285	61	Ashville,Canonchet,Nanuntenoo		RI	009	35380	
5221269	Carpenters Corner	carpenters-corner	US		0	America/New_York	41.82177	-71.35617	18			RI	007	22960	
5221330	Centerdale	centerdale	US		0	America/New_York	41.85649	-71.47867	41	Centerdale,Centredale		RI	007		
5221385	Charlestown Beach	charlestown-beach	US		0	America/New_York	41.36816	-71.62784	6			RI	009	14500	
5221405	Chepiwanoxet	chepiwanoxet	US		0	America/New_York	41.67288	-71.44811	15	Chepewanoxet,Chepiwanoxet		RI	003	74300	
5221427	Chopmist	chopmist	US		0	America/New_York	41.82538	-71.67034	198			RI	007	64220	
5221441	Christian Hill	christian-hill	US		0	America/New_York	41.81454	-71.41978	19			RI	007	59000	
5221484	Clarks Village	clarks-village	US		0	America/New_York	41.4626	-71.39061	10			RI	005	36820	
5221485	Clarkville	clarkville	US		0	America/New_York	41.92232	-71.79118	164	Clarksville Pond,Clarkville		RI	007	30340	
5221516	Coggeshall	coggeshall	US		0	America/New_York	41.69982	-71.23894	10	Coggeshall,Touisset		RI	001	73760	
5221528	Cold Spring Beach	cold-spring-beach	US		0	America/New_York	41.56677	-71.44339	1			RI	009	51580	
5221546	Columbia Heights	columbia-heights	US		0	America/New_York	41.44232	-71.63812	36			RI	009	14500	
5221550	Coles	coles	US		0	America/New_York	41.72927	-71.39339	17			RI	003	74300	
5221551	Colvintown	colvintown	US		0	America/New_York	41.71816	-71.57173	93			RI	003	18640	
5221553	Common Fence Point	common-fence-point	US		0	America/New_York	41.64399	-71.22338	4			RI	005	57880	
5221562	Comstock Gardens	comstock-gardens	US		0	America/New_York	41.7776	-71.52284	128			RI	007	5221674	
5221566	Conanicut Park	conanicut-park	US		0	America/New_York	41.56177	-71.36422	17	Canonicut,Conanicut Park,Conanticut,Quonaniquot,Quononicut,Quononiquit		RI	005	36820	
5221573	Congdon Hill (historical)	congdon-hill-historical	US		0	America/New_York	41.51982	-71.47923	59			RI	009	51580	
5221580	Conimicut	conimicut	US		0	America/New_York	41.72427	-71.38283	14			RI	003	74300	
5221595	Cooks Corner	cooks-corner	US		0	America/New_York	41.60455	-71.52145	95	Cook's Corner,Cooks Corner		RI	003	22240	
5221647	Cowesett	cowesett	US		0	America/New_York	41.68121	-71.46117	67	Cowekesit,Coweset,Cowesett,Cowesit,Cowesuck		RI	003	74300	
5221655	Cork Hill (historical)	cork-hill-historical	US		0	America/New_York	41.81927	-71.40089	7	Cork Hill (historical),Corkie Hill,Wickenden		RI	007	59000	
5221676	Cranstons Corner (historical)	cranstons-corner-historical	US		0	America/New_York	41.58343	-71.50062	35	Cranston's Corner,Cranstons Corner (historical)		RI	009	51580	
5221692	Crompton	crompton	US		0	America/New_York	41.68482	-71.51367	76	Crompton,Stone Factory,Velvet Village		RI	003	78440	
5221695	Crossways (historical)	crossways-historical	US		0	America/New_York	41.6551	-71.46422	19			RI	003	22240	
5221705	Cumberland Hill	cumberland-hill	US		7934	America/New_York	41.97454	-71.467	66	Cumberland,Cumberland Hill,Cumberland Village,Dog Hill		RI	007	20080	
5221719	Curtis Corner	curtis-corner	US		0	America/New_York	41.45399	-71.52839	49	Curtis Corner,Curtis Corners		RI	009	67460	
5221745	Davisville, North Kingston	davisville-north-kingston	US		0	America/New_York	41.61304	-71.47546	25	Davis Mill,Davis Mills,Davisville  North Kingston		RI	009	51580	
5221803	Diamond Hill	diamond-hill	US		0	America/New_York	41.98788	-71.412	58	Cumberland Plain,Diamond Hill,Diamond Hill Village		RI	007	20080	
5221846	Dunn Corner	dunn-corner	US		0	America/New_York	41.35149	-71.76868	20	Dunn Corner,Dunn Corners,Dunn's Corners,Dunns Corner,Dunns Corners		RI	009	77000	
5221847	Dunn Landing	dunn-landing	US		0	America/New_York	41.18149	-71.60645	0	Dunn Landing,Dunn's Landing,Dunns Landing		RI	009	50500	
5221866	Dyerville	dyerville	US		0	America/New_York	41.82593	-71.45811	27	Dyerville,Triptown		RI	007	59000	
5221928	East Natick	east-natick	US		0	America/New_York	41.71871	-71.482	32			RI	003	74300	
5221933	East Providence Center	east-providence-center	US		0	America/New_York	41.83454	-71.34783	18	East Providence Center,East Providence Centre		RI	007	22960	
5221976	East Warren	east-warren	US		0	America/New_York	41.73066	-71.26005	13			RI	001	73760	
5221988	Ellis Flats	ellis-flats	US		0	America/New_York	41.45593	-71.69812	26			RI	009	61160	
5221992	Elmdale (historical)	elmdale-historical	US		0	America/New_York	41.83954	-71.60923	91			RI	007	64220	
5222011	Escoheag	escoheag	US		0	America/New_York	41.60371	-71.76479	156	Eastrig,Escoheag,Escoheague		RI	003	77720	
5222030	Fairbanks Corner	fairbanks-corner	US		0	America/New_York	41.70788	-71.75674	132			RI	003	18640	
5222061	Field Station (historical)	field-station-historical	US		0	America/New_York	41.95593	-71.58367	92	Field Station (historical),Lake Bel Air		RI	007	52480	
5222133	Folly Landing	folly-landing	US		0	America/New_York	41.68121	-71.44867	8			RI	003	74300	
5222158	Fort Hill (historical)	fort-hill-historical	US		0	America/New_York	41.81288	-71.3845	21			RI	007	22960	
5222162	Fort Ninigret	fort-ninigret	US		0	America/New_York	41.38066	-71.64923	1	Fort Neck,Fort Ninigret		RI	009	14500	
5222170	Foster Center	foster-center	US		355	America/New_York	41.7851	-71.71951	166	Foster Center,Foster Centre,Hemlock		RI	007	27460	
5222181	Fountain Spring	fountain-spring	US		0	America/New_York	41.86177	-71.53117	91			RI	007		
5222198	Foxes Hill	foxes-hill	US		0	America/New_York	41.81677	-71.3995	6	Corkie Hill,Fox Point,Fox's Hill,Foxes Hill		RI	007	59000	
5222241	Fruit Hill	fruit-hill	US		0	America/New_York	41.8501	-71.462	70			RI	007		
5222247	Frys Corner	frys-corner	US		0	America/New_York	41.64566	-71.49534	52	Fry's Corners,Frys Corner		RI	003	22240	
5222257	Galilee	galilee	US		0	America/New_York	41.3772	-71.51027	2	Galalee,Galilee		RI	009	48340	
5222258	Galilee	galilee	US		0	America/New_York	41.37705	-71.51145	3			RI	009	48340	
5222280	Gardners Corner	gardners-corner	US		0	America/New_York	41.54732	-71.53339	46	Gardner's Corner,Gardners Corner		RI	009	25300	
5222294	Gazzaville	gazzaville	US		0	America/New_York	41.93982	-71.64673	114	Gazza,Gazzaville		RI	007	11800	
5222318	Georgiaville	georgiaville	US		0	America/New_York	41.88704	-71.50839	52			RI	007	66200	
5222386	Gortons Corner	gortons-corner	US		0	America/New_York	41.68177	-71.66757	165			RI	003	18640	
5222419	Grants Mills	grants-mills	US		0	America/New_York	42.00833	-71.41611	72	Diamond Hill Station,Grant Mills,Grant's Mill,Grants Mill,Grants Mills		RI	007	20080	
5222489	Greystone	greystone	US		0	America/New_York	41.86649	-71.49034	41	Gresytone,Grey Stone Mill,Greystone,Greystone Mill		RI	007		
5222520	Green Hill	green-hill	US		0	America/New_York	41.36788	-71.59478	8	Burnside Hill,Green Hill,Greenhill		RI	009	67460	
5222528	Hamiltons Corner	hamiltons-corner	US		0	America/New_York	41.60843	-71.51034	74	Hamilton's Corner,Hamiltons Corner,Seminary Corners		RI	003	22240	
5222543	Happy Hollow	happy-hollow	US		0	America/New_York	41.90371	-71.38867	21			RI	007	20080	
5222568	Harrisdale	harrisdale	US		0	America/New_York	41.84954	-71.60201	100			RI	007	64220	
5222578	Haversham	haversham	US		0	America/New_York	41.34732	-71.73673	27	Haversham,Ocean View		RI	009	77000	
5222622	Highland Beach	highland-beach	US		0	America/New_York	41.69649	-71.36644	7	Highland Beach,Rocky Point		RI	003	74300	
5222672	Hopkins Hollow	hopkins-hollow	US		0	America/New_York	41.66982	-71.75285	110			RI	003	18640	
5222676	Hopkins Mills	hopkins-mills	US		0	America/New_York	41.82232	-71.70285	119			RI	007	27460	
5222711	Hoxsie	hoxsie	US		0	America/New_York	41.73316	-71.41089	18	Hoxie,Hoxsie		RI	003	74300	
5222718	Hughesdale	hughesdale	US		0	America/New_York	41.80816	-71.49367	35	Dry Brook,Hughesdale,Hughesville,Morgans Mills		RI	007		
5222725	The Hummocks	the-hummocks	US		0	America/New_York	41.63594	-71.21921	6			RI	005	57880	
5222743	Huntsville (historical)	huntsville-historical	US		0	America/New_York	41.96454	-71.71396	136			RI	007	11800	
5222753	Ike Shippee Corner	ike-shippee-corner	US		0	America/New_York	41.64316	-71.51478	82			RI	003	22240	
5222766	Indian Lake Shores	indian-lake-shores	US		0	America/New_York	41.47482	-71.46089	35			RI	009	67460	
5222772	Ingrams Corner	ingrams-corner	US		0	America/New_York	41.81482	-71.36978	18	Ingram's Corner,Ingrams Corner		RI	007	22960	
5222836	Isaacs Corner	isaacs-corner	US		0	America/New_York	41.16427	-71.58006	40			RI	009	50500	
5222879	Jamestown Shores	jamestown-shores	US		0	America/New_York	41.52982	-71.38922	13			RI	005	36820	
5222958	Kent (historical)	kent-historical	US		0	America/New_York	41.75621	-71.58284	87			RI	007	64220	
5222966	Kent Heights	kent-heights	US		0	America/New_York	41.80288	-71.36367	33			RI	007	22960	
5222975	Kettle Corner	kettle-corner	US		0	America/New_York	41.7076	-71.39839	13			RI	003	74300	
5222981	Kent Corner	kent-corner	US		0	America/New_York	41.77205	-71.35116	9			RI	007	22960	
5222983	Kiefer Park	kiefer-park	US		0	America/New_York	41.58955	-71.43422	13			RI	009	51580	
5223011	Kingston Station	kingston-station	US		0	America/New_York	41.48399	-71.56201	35			RI	009	67460	
5223014	Kitts Corner	kitts-corner	US		0	America/New_York	41.64316	-71.62395	101			RI	003	77720	
5223039	Langworthy Corner	langworthy-corner	US		0	America/New_York	41.34204	-71.76868	9	Langworthy Corner,Langworthy Corners		RI	009	77000	
5223052	Laurel Park	laurel-park	US		0	America/New_York	41.71871	-71.2631	13			RI	001	73760	
5223070	Leonard Corner	leonard-corner	US		0	America/New_York	41.81093	-71.35922	25	Leonard Corner,Leonards Corner		RI	007	22960	
5223074	Lewis City	lewis-city	US		0	America/New_York	41.5976	-71.71062	77			RI	009	25300	
5223094	Lime Rock	lime-rock	US		0	America/New_York	41.92871	-71.45034	68	Lime Rock,Limerock,Limerock Village		RI	007	41500	
5223119	Lippitt	lippitt	US		0	America/New_York	41.72149	-71.52478	32			RI	003	78440	
5223136	Lippitt Estate	lippitt-estate	US		0	America/New_York	41.95621	-71.42006	104			RI	007	20080	
5223172	Lockwood Corner	lockwood-corner	US		0	America/New_York	41.7126	-71.39811	13			RI	003	74300	
5224351	River View	river-view	US		0	America/New_York	41.71121	-71.37005	6			RI	003	74300	
5223213	Luthers Corners	luthers-corners	US		0	America/New_York	41.80843	-71.33922	6	Luther Corner,Luthers Corners		RI	007	22960	
5223215	Lymansville	lymansville	US		0	America/New_York	41.84149	-71.47256	34	Lymans Mill,Lymansville,Lymanville		RI	007		
5223257	Marieville	marieville	US		0	America/New_York	41.86843	-71.43395	54	Marieville,Maryville		RI	007		
5223290	Matunuck	matunuck	US		0	America/New_York	41.37844	-71.54589	5	Matoonoc,Matunuc,Matunuck,Yomtonoc,Yomtunnock		RI	009	67460	
5223297	Maxfields Corner	maxfields-corner	US		0	America/New_York	41.73566	-71.27005	7	Maxfield's Corner,Maxfields Corner		RI	001	73760	
5223312	Meadow View	meadow-view	US		0	America/New_York	41.69316	-71.387	5			RI	003	74300	
5223338	Meshanticut	meshanticut	US		0	America/New_York	41.76677	-71.46895	41	Meshantacuck,Meshanticut,Meshanticut Railroad Station,Meshantituck		RI	007	5221674	
5223407	Misquamicut	misquamicut	US		390	America/New_York	41.32232	-71.81618	2	Mishaquomacuk,Mishquamicuk,Misquamicut,Pleasant View,Pleasant View Beach		RI	009	77000	
5223413	Mohegan	mohegan	US		0	America/New_York	41.98593	-71.62257	100			RI	007	11800	
5223426	Montop (historical)	montop-historical	US		0	America/New_York	41.67371	-71.23977	57			RI	001	09280	
5223429	Mooresfield	mooresfield	US		0	America/New_York	41.49066	-71.48784	18			RI	009	67460	
5223430	Moosehorn Corner	moosehorn-corner	US		0	America/New_York	41.65343	-71.54256	104			RI	003	22240	
5223432	Moosup Valley	moosup-valley	US		0	America/New_York	41.73704	-71.76063	148	Mooseup Valley,Moosup,Moosup Valley		RI	007	27460	
5223439	Monastery Heights	monastery-heights	US		0	America/New_York	41.93621	-71.39867	75			RI	007	20080	
5223465	Mount View	mount-view	US		0	America/New_York	41.63566	-71.41061	12			RI	009	51580	
5223496	Nag Creek	nag-creek	US		0	America/New_York	41.64927	-71.32894	1			RI	005	57880	
5223507	Narragansett Beach	narragansett-beach	US		0	America/New_York	41.43732	-71.45117	1	Narragansett Beach,Narragansett Town Beach		RI	009	48340	
5223525	Narragansett Pier	narragansett-pier	US		3409	America/New_York	41.43232	-71.45644	1	Narragansett,Narragansett Pier		RI	009	48340	
5223531	Narragansett Terrace	narragansett-terrace	US		0	America/New_York	41.5501	-71.38283	15			RI	005	36820	
5223539	Nasonville	nasonville	US		0	America/New_York	41.98177	-71.61673	92	Masonville,Nasonville		RI	007	11800	
5223554	Nausauket	nausauket	US		0	America/New_York	41.69038	-71.43811	16	Nasauket,Nassauket,Nassawket,Nausaucat,Nausauket		RI	003	74300	
5223558	Nayatt	nayatt	US		0	America/New_York	41.72705	-71.33589	20	Nayat,Nayatt		RI	001	05140	
5223587	New Shoreham	new-shoreham	US		1047	America/New_York	41.17233	-71.55783	6	Block Island,Block Island Village,N'ju-Shorem,New Shoreham,Old Harbor,The Harbor,nyushoahamu,nyw shwrham,Нью-Шорем,نيو شورهام,نیو شورہیم، روڈ آئلینڈ,ニューショアハム		RI	009	50500	
5223588	New Shoreham Center	new-shoreham-center	US		0	America/New_York	41.17149	-71.57728	23	Center,Centre,New Shoreham,New Shoreham Center,New Shoreham Centre,The Centre		RI	009	50500	
5223628	Nichols Corner	nichols-corner	US		0	America/New_York	41.64788	-71.4745	28	Nichol's Corner,Nichols Corner,Pound Corner		RI	003	22240	
5223653	Nooseneck	nooseneck	US		0	America/New_York	41.62093	-71.63562	124	Noose Neck,Nooseneck,Nooseneck Hill		RI	003	77720	
5223664	North Foster	north-foster	US		0	America/New_York	41.83149	-71.75062	168			RI	007	27460	
5223684	North Quidnessett	north-quidnessett	US		0	America/New_York	41.63871	-71.41894	14			RI	009	51580	
5224386	Rockland (historical)	rockland-historical	US		0	America/New_York	41.78704	-71.66673	96			RI	007	64220	
5223693	North Tiverton	north-tiverton	US		0	America/New_York	41.66482	-71.19143	57	North Tiverton,Pocasset		RI	005	70880	
5223727	Oak Valley	oak-valley	US		0	America/New_York	41.96565	-71.59979	82			RI	007	11800	
5223731	Oakland Beach	oakland-beach	US		0	America/New_York	41.6926	-71.39894	9			RI	003	74300	
5223734	Oaklawn	oaklawn	US		0	America/New_York	41.75204	-71.47728	21	Oak Lawn,Oak Lawn Village,Oaklawn,Searle's Corner		RI	007	5221674	
5223768	Old Harbor Landing	old-harbor-landing	US		0	America/New_York	41.16621	-71.54867	5			RI	009	50500	
5223800	Olneyville	olneyville	US		0	America/New_York	41.81482	-71.44645	13	Olneyville,Olneyville Square,TAR Bridge,Tar Bridge		RI	007	59000	
5223803	Omega (historical)	omega-historical	US		0	America/New_York	41.8351	-71.36089	10			RI	007	22960	
5223837	Palace Garden	palace-garden	US		0	America/New_York	41.74232	-71.40089	18	Bakers Garden,Chopequonset Garden,Palace Garden,Palace Gardens		RI	003	74300	
5223842	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/New_York	41.50066	-71.2781	41			RI	005	45460	
5223879	Pawtuxet	pawtuxet	US		0	America/New_York	41.76288	-71.39005	8			RI	003	74300	
5223915	Peck Corner	peck-corner	US		0	America/New_York	41.75788	-71.34033	9			RI	001	05140	
5223960	Pettaquamscutt Lake Shores	pettaquamscutt-lake-shores	US		0	America/New_York	41.49316	-71.44589	1			RI	009	48340	
5223980	Phillipsdale	phillipsdale	US		0	America/New_York	41.84704	-71.36589	16			RI	007	22960	
5224018	Places Corner	places-corner	US		0	America/New_York	41.62482	-71.512	68	Frenchtown,Place's Corner,Places Corner		RI	003	22240	
5224029	Plum Beach	plum-beach	US		0	America/New_York	41.52427	-71.41589	1	Barber Heights,Plum Beach		RI	009	51580	
5224032	Plum Point	plum-point	US		0	America/New_York	41.53066	-71.42228	33			RI	009	51580	
5224038	Pocasset Heights	pocasset-heights	US		0	America/New_York	41.6301	-71.2506	25			RI	005	57880	
5224045	Point Judith	point-judith	US		0	America/New_York	41.36538	-71.48672	5			RI	009	48340	
5224060	Ponaganset (historical)	ponaganset-historical	US		0	America/New_York	41.79315	-71.67312	94			RI	007	64220	
5224091	Portsmouth Park	portsmouth-park	US		0	America/New_York	41.61844	-71.24088	3			RI	005	57880	
5224100	Potowomut	potowomut	US		0	America/New_York	41.66399	-71.422	16			RI	003	74300	
5224113	Potter Hill	potter-hill	US		0	America/New_York	41.41371	-71.79896	14	Potter,Potter Hill,Potterhill		RI	009	77000	
5224186	Prudence Park	prudence-park	US		0	America/New_York	41.60427	-71.32977	27	Prudence,Prudence Park		RI	005	57880	
5224191	Purgatory	purgatory	US		0	America/New_York	41.48399	-71.2756	21			RI	005	45460	
5224207	Quidnessett	quidnessett	US		0	America/New_York	41.62732	-71.45339	17	Aquidawoset,Aquidneset,North East of Davisville,North Kingstown,Quidneset,Quidnesit,Quidnessett,Washington County		RI	009	51580	
5224213	Quidnick	quidnick	US		0	America/New_York	41.69649	-71.53701	70	Aquetnet,Quidneck,Quidnick,Tafts		RI	003	18640	
5224217	Quinnville	quinnville	US		0	America/New_York	41.9326	-71.43339	29			RI	007	41500	
5224219	Quonochontaug	quonochontaug	US		333	America/New_York	41.33566	-71.7084	6	East Beach,Haversham,Quonochontaug		RI	009	14500	
5224220	Quonochontaug Beach (historical)	quonochontaug-beach-historical	US		0	America/New_York	41.33232	-71.72446	6	Adin,Quonnie Beach,Quonochontaug Beach (historical)		RI	009	14500	
5224328	Rice City	rice-city	US		0	America/New_York	41.71399	-71.75368	152	Rice,Rice City		RI	003	18640	
5224349	River Point	river-point	US		0	America/New_York	41.71704	-71.51728	24	Frozen Point,Greenville Point,River Point,Riverpoint		RI	003	78440	
5224394	Rocky Brook	rocky-brook	US		0	America/New_York	41.45371	-71.50339	17	Rocky Brook,Rocky Brook Village		RI	009	67460	
5224405	Rodman Crossing (historical)	rodman-crossing-historical	US		0	America/New_York	41.43899	-71.48672	25			RI	009	67460	
5224480	Sachuest	sachuest	US		0	America/New_York	41.48038	-71.24144	8	Sachuest,Sachuest Neck,Setchanest,Setchawest,Setehawest		RI	005	45460	
5224688	Sakonnet	sakonnet	US		0	America/New_York	41.4626	-71.19449	1	Saconnet,Sakonet,Sakonnet,Seaconnett		RI	005	42400	
5224753	Saundersville	saundersville	US		0	America/New_York	41.81566	-71.57423	117			RI	007	64220	
5224760	Sayles Bleachery	sayles-bleachery	US		0	America/New_York	41.8951	-71.41422	37			RI	007	41500	
5224765	Saylesville	saylesville	US		0	America/New_York	41.89871	-71.41311	33			RI	007	41500	
5224767	Saylesville Highlands	saylesville-highlands	US		0	America/New_York	41.89093	-71.42089	70	Sayles Bleaches,Saylesville Highlands,Slaylesville		RI	007	41500	
5224771	Scarborough Hills	scarborough-hills	US		0	America/New_York	41.38871	-71.47728	7			RI	009	48340	
5224806	Seaweed Beach	seaweed-beach	US		0	America/New_York	41.37094	-71.48978	8	Sand Hill Beach,Seaweed Beach		RI	009	48340	
5224824	Shady Harbor	shady-harbor	US		0	America/New_York	41.34871	-71.7209	4			RI	009	14500	
5224826	Shady Lea	shady-lea	US		0	America/New_York	41.53566	-71.46478	15			RI	009	51580	
5224835	Shawomet	shawomet	US		0	America/New_York	41.71705	-71.37561	7	Shawhomett,Shawomet,Shawomet Beach		RI	003	74300	
5224848	Shelter Harbor	shelter-harbor	US		0	America/New_York	41.34177	-71.73006	15	Music Colony,Ocean View,Shelter Harbor		RI	009	77000	
5224869	Shore Acres	shore-acres	US		0	America/New_York	41.5826	-71.43617	11			RI	009	51580	
5224878	Shippee Corner	shippee-corner	US		0	America/New_York	41.64316	-71.52173	82			RI	003	22240	
5224890	Silver Hook	silver-hook	US		0	America/New_York	41.76149	-71.41783	12			RI	003	74300	
5224898	Simmonsville	simmonsville	US		0	America/New_York	41.80121	-71.50145	79			RI	007		
5224900	Simmons Corner	simmons-corner	US		0	America/New_York	41.8151	-71.73396	150			RI	007	27460	
5224904	Six Corners	six-corners	US		0	America/New_York	41.82038	-71.36811	21			RI	007	22960	
5224966	Snug Harbor	snug-harbor	US		0	America/New_York	41.38899	-71.52006	6			RI	009	67460	
5224973	Sockanosset	sockanosset	US		0	America/New_York	41.75288	-71.46423	40			RI	007	5221674	
5224976	Social	social	US		0	America/New_York	42.00399	-71.50839	36			RI	007	80780	
5224988	South Ferry	south-ferry	US		0	America/New_York	41.49232	-71.42117	10			RI	009	48340	
5224989	South Foster	south-foster	US		0	America/New_York	41.82288	-71.70368	121	Hopkinsville,South Foster		RI	007	27460	
5224990	South Hopkinton	south-hopkinton	US		0	America/New_York	41.41204	-71.75868	15			RI	009	35380	
5225002	South Scituate (historical)	south-scituate-historical	US		0	America/New_York	41.77899	-71.60645	87			RI	007	64220	
5225013	Sowams (historical)	sowams-historical	US		0	America/New_York	41.73093	-71.28644	3			RI	001	73760	
5225025	Spencers Corner	spencers-corner	US		0	America/New_York	41.65732	-71.52673	94	Spencer Corner,Spencer's Corner,Spencers Corner		RI	003	22240	
5225084	Stillmanville	stillmanville	US		0	America/New_York	41.39149	-71.82285	32			RI	009	77000	
5225161	Tarkiln	tarkiln	US		0	America/New_York	41.9551	-71.60618	126	Nichols Station,Nicholsville,Smithville,Tarkiln		RI	007	11800	
5225163	Tarbox Corner	tarbox-corner	US		0	America/New_York	41.64177	-71.54645	123			RI	003	77720	
5225247	Tiverton Four Corners	tiverton-four-corners	US		0	America/New_York	41.57094	-71.18782	8			RI	005	70880	
5225268	Touisset Highlands	touisset-highlands	US		0	America/New_York	41.70982	-71.24116	4	Touisset,Touisset Highlands,Touisset Neck,Touissett Neck,Toweset,Warren Neck		RI	001	73760	
5225275	Tower Hill (historical)	tower-hill-historical	US		0	America/New_York	41.46788	-71.46228	50			RI	009	67460	
5225300	Tripps Corner	tripps-corner	US		0	America/New_York	41.5426	-71.6009	95			RI	009	25300	
5225311	Tuckertown	tuckertown	US		0	America/New_York	41.43038	-71.54256	34			RI	009	67460	
5225312	Tuckertown Four Corners	tuckertown-four-corners	US		0	America/New_York	41.42843	-71.55923	30			RI	009	67460	
5225313	Tug Hollow	tug-hollow	US		0	America/New_York	41.55982	-71.64506	100			RI	009	61160	
5225336	Union Village	union-village	US		0	America/New_York	41.99121	-71.53923	80	Bank,Bank Village,Union Village		RI	007	52480	
5225381	Usquepaug	usquepaug	US		0	America/New_York	41.50316	-71.60895	33	Mumford's Mills,Mumfords Mill,Pinehill,Usequepaug,Usequepaugh,Usquebaug,Usquepaug,Usquepaugh		RI	009	61160	
5225403	Vaughn Hollow	vaughn-hollow	US		0	America/New_York	41.71954	-71.7559	132			RI	003	18640	
5225419	Vue de l'eau	vue-de-l-eau	US		0	America/New_York	41.78788	-71.36922	16			RI	007	22960	
5225459	Waldron Corners	waldron-corners	US		0	America/New_York	41.87399	-71.60284	145			RI	007	30340	
5225471	Wallum Lake (historical)	wallum-lake-historical	US		0	America/New_York	41.99926	-71.76063	175			RI	007	11800	
5225491	Wanskuck	wanskuck	US		0	America/New_York	41.85343	-71.43672	27			RI	007	59000	
5225543	Watch Hill	watch-hill	US		154	America/New_York	41.31371	-71.84979	13			RI	009	77000	
5225573	Wayland (historical)	wayland-historical	US		0	America/New_York	41.77816	-71.46811	28			RI	007	5221674	
5225579	Weekapaug	weekapaug	US		425	America/New_York	41.33093	-71.75507	14	Noyes Beach,Weekapaug		RI	009	77000	
5225596	Wescott Beach	wescott-beach	US		0	America/New_York	41.88649	-71.68979	136	Wescott Beach,Westcott Beach		RI	007	30340	
5225599	West Barrington	west-barrington	US		0	America/New_York	41.74371	-71.34144	9	Brownville Station,Drownville,Drownville Station,West Barrington		RI	001	05140	
5225607	West Glocester	west-glocester	US		0	America/New_York	41.91676	-71.79229	167	West Glocester,West Gloucester		RI	007	30340	
5225608	West Greenville	west-greenville	US		0	America/New_York	41.8776	-71.57145	98	Knightsville,West Greenville		RI	007	66200	
5225629	Westcott	westcott	US		0	America/New_York	41.71482	-71.49562	31			RI	003	74300	
5225655	Whale Rock Light (historical)	whale-rock-light-historical	US		0	America/New_York	41.44427	-71.42339	0	Whale Rock Light (historical),Whale Rock Lighthouse		RI	009		
5225689	Wickford	wickford	US		0	America/New_York	41.57399	-71.46145	20	Updike's Newtown,Wickford,Wickford Village		RI	009	51580	
5225696	Wickford Junction	wickford-junction	US		0	America/New_York	41.57927	-71.49145	31			RI	009	51580	
5225703	Wightmans Corner	wightmans-corner	US		0	America/New_York	41.6201	-71.53589	91	Wightman's Corner,Wightmans Corner		RI	003	22240	
5225722	Wildes Corner	wildes-corner	US		0	America/New_York	41.70593	-71.41783	17			RI	003	74300	
5225793	Woods Corner	woods-corner	US		0	America/New_York	41.62371	-71.54395	88	Wood's Corner,Woods Corner		RI	003	22240	
5225866	Academy	academy	US		0	America/Chicago	43.45639	-99.07981	512			SD	023	36020	
5225891	Ahnberg	ahnberg	US		0	America/Chicago	44.30414	-97.05701	545			SD	011	03460	
5225899	Albee	albee	US		15	America/Chicago	45.05219	-96.55339	360			SD	051	00620	
5225990	Anderson Subdivision	anderson-subdivision	US		0	America/Chicago	43.51636	-96.62505	451			SD	099	60300	
5225999	Andys Acres	andys-acres	US		0	America/Chicago	43.62942	-96.69005	443			SD	099	40660	
5226019	Appleby	appleby	US		0	America/Chicago	44.81691	-97.05063	521			SD	029	58420	
5226037	Arlington Beach	arlington-beach	US		0	America/Chicago	44.53386	-97.09784	507			SD	011	35620	
5226062	Artas	artas	US		9	America/Chicago	45.88804	-99.80651	555			SD	021	02340	
5226091	Aurora Center	aurora-center	US		12	America/Chicago	43.52694	-98.58981	502			SD	003	10900	
5226159	Bard (historical)	bard-historical	US		0	America/Chicago	43.70554	-97.89757	400	Bard (historical),Burton,Burton Station		SD	061	26940	
5226173	Bath Corner	bath-corner	US		49	America/Chicago	45.45914	-98.32954	397			SD	013	03940	
5226227	Bemis	bemis	US		0	America/Chicago	44.83496	-96.8484	594	Bemis,Palmer		SD	039	24860	
5226232	Benclare	benclare	US		0	America/Chicago	43.50553	-96.47893	455	Ben Clare,Benclare		SD	099	66300	
5226314	Betts	betts	US		0	America/Chicago	43.70637	-98.14619	416			SD	035	05220	
5226328	Bieglers First Addition	bieglers-first-addition	US		0	America/Chicago	45.55025	-98.61371	424			SD	013	53180	
5226353	Bijou Hills	bijou-hills	US		6	America/Chicago	43.51805	-99.14982	540			SD	015	17500	
5226416	Bluff Center (historical)	bluff-center-historical	US		0	America/Chicago	42.92083	-97.08922	379			SD	027	05100	
5226427	Boekhoff Subdivision	boekhoff-subdivision	US		0	America/Chicago	43.54331	-96.84061	452			SD	099	69620	
5226440	Bon Homme Colony	bon-homme-colony	US		0	America/Chicago	42.86417	-97.70701	379	Bon Homme Colony,Bon Homme Mennonite Colony,Hutterische,Mennonite Village		SD	009	59846	
5226450	Bonilla	bonilla	US		0	America/Chicago	44.58276	-98.49926	408			SD	005	06380	
5226456	Booge	booge	US		0	America/Chicago	43.64581	-96.46004	446			SD	099	53740	
5226465	Bovee	bovee	US		0	America/Chicago	43.32333	-98.76897	494	Bovee,Heaton		SD	023	54340	
5226487	Bramhall (historical)	bramhall-historical	US		0	America/Chicago	44.52026	-99.30177	545			SD	069	11150	
5225946	Alsen	alsen	US	58311	0	America/Chicago	42.9611	-96.8056	408			SD	027	23580	
5226527	Broadland	broadland	US		32	America/Chicago	44.49248	-98.34926	398			SD	005		
5226632	Burkmere	burkmere	US		0	America/Chicago	45.04859	-99.31178	532			SD	049	08020	
5226669	Cactus Heights	cactus-heights	US		0	America/Chicago	43.56025	-96.66727	461			SD	099	59020	
5226739	Carlton (historical)	carlton-historical	US		0	America/Chicago	44.72219	-97.82537	483			SD	025	15500	
5226783	Cedar Grove Colony	cedar-grove-colony	US		0	America/Chicago	43.53027	-98.80786	490			SD	015	63780	
5226903	Clark Colony	clark-colony	US		0	America/Chicago	44.78942	-97.98037	430			SD	115	09740	
5226922	Clay Point	clay-point	US		0	America/Chicago	42.90972	-96.9031	358			SD	027	51580	
5226961	Cloverleaf Colony	cloverleaf-colony	US		0	America/Chicago	44.18247	-97.53702	499			SD	097	25060	
5226979	Colfax Corner	colfax-corner	US		0	America/Chicago	43.0111	-97.02227	376			SD	027	55020	
5227053	Corson	corson	US		0	America/Chicago	43.61636	-96.57171	415			SD	099	06820	
5227083	Council House	council-house	US		0	America/Chicago	44.07777	-99.589	453			SD	085	39190	
5227086	Country Acres	country-acres	US		0	America/Chicago	43.50053	-96.8895	463			SD	099	69620	
5227087	Country Estates Subdivision	country-estates-subdivision	US		0	America/Chicago	43.51526	-96.9295	485			SD	099	68460	
5227088	Country Gables Subdivision	country-gables-subdivision	US		0	America/Chicago	43.58053	-96.61255	420			SD	099	60300	
5227089	Country Village Mobile Park	country-village-mobile-park	US		0	America/Chicago	45.51053	-98.52537	409			SD	013	37260	
5227114	Craven	craven	US		0	America/Chicago	45.4422	-98.92511	453			SD	045	22500	
5227115	Craven Corner	craven-corner	US		0	America/Chicago	45.44775	-98.92594	455			SD	045	22500	
5227132	Crow Creek	crow-creek	US		0	America/Chicago	43.95555	-99.22316	442			SD	017	14830	
5227145	Crow Lake	crow-lake	US		0	America/Chicago	43.95749	-98.73898	527			SD	073	14940	
5227174	Dahlberg	dahlberg	US		0	America/Chicago	45.85579	-97.18537	369	Dahlberg,Dohlberg		SD	109	45940	
5227180	Dakota Dunes	dakota-dunes	US		2540	America/Chicago	42.48749	-96.48642	334			SD	127	05380	
5227187	Dalesburg	dalesburg	US		0	America/Chicago	42.97694	-96.90421	375	Dahlsborg,Dalesberg,Dalesburg		SD	027	23580	
5227231	De Grey	de-grey	US		0	America/Chicago	44.28582	-99.9179	439			SD	065	70390	
5227280	Dempster	dempster	US		0	America/Chicago	44.63191	-96.95173	506			SD	057	16140	
5227288	Derian Subdivision	derian-subdivision	US		0	America/Chicago	45.43831	-98.52426	398			SD	013	00140	
5227300	Deevaan Villa Development	deevaan-villa-development	US		0	America/Chicago	45.50498	-98.45759	395			SD	013	47420	
5227301	Devoe	devoe	US		0	America/Chicago	45.09164	-98.87872	427			SD	049	16340	
5227313	Dezera	dezera	US		0	America/Chicago	43.16527	-98.50175	443			SD	023	71500	
5227371	Douglas City (historical)	douglas-city-historical	US		0	America/Chicago	43.37916	-98.31563	470			SD	043	66060	
5227483	East Sioux Falls	east-sioux-falls	US		0	America/Chicago	43.52692	-96.60866	406			SD	099	60300	
5227555	El Rancho Acres	el-rancho-acres	US		0	America/Chicago	43.50137	-96.87311	461			SD	099	69620	
5227579	Ellis Corner	ellis-corner	US		0	America/Chicago	43.60164	-96.83089	450			SD	099	04860	
5227638	Epiphany	epiphany	US		0	America/Chicago	43.84914	-97.66174	416	Epiphany,Kroeger		SD	061	60860	
5227643	Erickson Subdivision	erickson-subdivision	US		0	America/Chicago	43.60803	-96.71088	440			SD	099	59020	
5227705	Fairview (historical)	fairview-historical	US		0	America/Chicago	44.38136	-97.72369	473			SD	077	40500	
5227791	Fisher Estates	fisher-estates	US		0	America/Chicago	45.51942	-98.51454	408			SD	013	37260	
5228488	Hill Side	hill-side	US		0	America/Chicago	42.93916	-96.78532	409	Hill City,Hill Side,Hillside		SD	127	19500	
5228496	Hillhead	hillhead	US		0	America/Chicago	45.83496	-97.39204	553	Airmount,Hillhead,Hilltop		SD	091	34500	
5227815	Florence (historical)	florence-historical	US		0	America/Chicago	44.69165	-98.98927	462			SD	059	21900	
5227850	Fort Randall	fort-randall	US		0	America/Chicago	43.02444	-98.62425	440			SD	053	59854	
5227937	Frisby (historical)	frisby-historical	US		0	America/Chicago	45.74995	-97.93927	396			SD	091	70420	
5227938	Froelich Addition	froelich-addition	US		0	America/Chicago	43.58386	-96.71644	435			SD	099	59020	
5227964	Gannvalley	gannvalley	US		14	America/Chicago	44.03333	-98.98787	521	Gann Valley,Gannvalley		SD	017	19300	
5228015	Gederos Estates	gederos-estates	US		0	America/Chicago	45.51331	-98.51315	408			SD	013	37260	
5228079	Glendale Colony	glendale-colony	US		0	America/Chicago	44.79942	-98.28759	393			SD	115	37660	
5228084	Glenwood (historical)	glenwood-historical	US		0	America/Chicago	43.07777	-96.83504	412			SD	027	24660	
5228107	Goodwill	goodwill	US		513	America/Chicago	45.5669	-97.07008	464			SD	109	24780	
5228150	Graceville Colony	graceville-colony	US		0	America/Chicago	43.92886	-97.28617	482	Gracevale Colony,Graceville Colony		SD	079	12380	
5228163	Grandview (historical)	grandview-historical	US		0	America/Chicago	43.39721	-98.35869	479	Grand View,Grandview (historical)		SD	043	25340	
5228204	Green Trees Subdivision	green-trees-subdivision	US		0	America/Chicago	44.94719	-97.15591	525			SD	029	34860	
5228221	Greenwood Colony	greenwood-colony	US		0	America/Chicago	43.21332	-98.15119	496			SD	043	17740	
5228240	Grosse	grosse	US		0	America/Chicago	43.92722	-99.28649	528			SD	015	70500	
5228248	Gros (historical)	gros-historical	US		0	America/Chicago	45.08607	-97.94203	449			SD	025	68820	
5228295	Hammer	hammer	US		0	America/Chicago	45.85524	-97.02119	374			SD	109	42820	
5228326	Harlin Addition	harlin-addition	US		0	America/Chicago	45.4822	-98.51704	403			SD	013	00100	
5228355	Hartford Beach	hartford-beach	US		0	America/Chicago	45.40552	-96.68118	300			SD	109	24060	
5228385	Hayward Addition	hayward-addition	US		0	America/Chicago	43.53803	-96.79339	436			SD	099	59020	
5228435	Hetland	hetland	US		44	America/Chicago	44.37802	-97.23507	528	Felton,Hetland		SD	077	28460	
5228440	Hiawatha Beach	hiawatha-beach	US		0	America/Chicago	45.46996	-96.74451	297			SD	109	34980	
5228486	Hill Ridge Development	hill-ridge-development	US		0	America/Chicago	43.55886	-96.6356	449			SD	099	60300	
5228508	Newdale Colony	newdale-colony	US		0	America/Chicago	44.29219	-96.5206	522	Hillside Colony,Newdale Colony		SD	011	54460	
5228509	Hillside Colony	hillside-colony	US		0	America/Chicago	44.73886	-98.04592	419			SD	115	09740	
5228514	Hillsview	hillsview	US		3	America/Chicago	45.6647	-99.55845	565			SD	089	29340	
5228536	Hoffmans Trailer Court	hoffmans-trailer-court	US		0	America/Chicago	42.60694	-96.64476	340			SD	127	11980	
5228558	Holmquist	holmquist	US		0	America/Chicago	45.3394	-97.65315	553			SD	037	33860	
5228640	Hub City	hub-city	US		0	America/Chicago	42.9536	-96.90449	374			SD	027	23580	
5228652	Huffton	huffton	US		0	America/Chicago	45.61635	-98.09316	399	Foxton,Huffton		SD	013	12140	
5228664	Huntimer	huntimer	US		0	America/Chicago	43.83414	-96.93006	509			SD	099	62980	
5228676	Huron Colony	huron-colony	US		0	America/Chicago	44.56442	-98.20676	386			SD	005	35140	
5228677	Fordham Colony	fordham-colony	US		0	America/Chicago	44.76858	-97.90926	451	Fordham Colony,Huron Colony		SD	025	22060	
5228730	Indian Hill Division	indian-hill-division	US		0	America/Chicago	43.57136	-96.62171	443			SD	099	60300	
5228731	Ingberg Tracts	ingberg-tracts	US		0	America/Chicago	43.55886	-96.64616	441			SD	099	60300	
5228770	Iversons Subdivision	iversons-subdivision	US		0	America/Chicago	43.52831	-96.63977	445			SD	099	59020	
5228785	James	james	US		0	America/Chicago	45.46608	-98.2126	397			SD	013	28100	
5228790	James Valley Junction	james-valley-junction	US		0	America/Chicago	44.38054	-98.29565	398			SD	005	63300	
5228827	Jobee Acres	jobee-acres	US		0	America/Chicago	45.44608	-98.39426	397			SD	013	03940	
5228845	Johnsons Addition	johnsons-addition	US		0	America/Chicago	43.65859	-96.80894	485			SD	099	14740	
5228863	Joubert	joubert	US		0	America/Chicago	43.42749	-98.66675	479	Emden,Joubert		SD	043	33060	
5228870	Julian (historical)	julian-historical	US		0	America/Chicago	44.99718	-97.76842	549			SD	025	72660	
5228873	Junius	junius	US		0	America/Chicago	44.00636	-97.24423	534	Junius,Midway,Poelke		SD	079	28260	
5228928	Kampeska	kampeska	US		0	America/Chicago	44.87996	-97.26869	538	Kampeska,Lake Kampeska,Vera		SD	029	33300	
5228935	Kargas Subdivision	kargas-subdivision	US		0	America/Chicago	43.69304	-98.02952	409			SD	035		
5228951	Keefton (historical)	keefton-historical	US		0	America/Chicago	44.74164	-97.85731	469			SD	025	22060	
5229007	Klein Subdivision	klein-subdivision	US		0	America/Chicago	43.51831	-96.82672	459			SD	099	59020	
5229037	Komstad (historical)	komstad-historical	US		0	America/Chicago	43.03888	-96.9031	389			SD	027	24660	
5229040	Kones Corner	kones-corner	US		0	America/Chicago	44.73135	-97.10757	544			SD	057	10540	
5229076	LaDelle	ladelle	US		0	America/Chicago	44.67525	-98.11898	403			SD	115	01700	
5229264	Lees Corner	lees-corner	US		0	America/Chicago	44.07749	-99.32538	517			SD	017	14830	
5229304	Lily (historical)	lily-historical	US		0	America/Chicago	45.07079	-97.73786	546			SD	025	14140	
5229344	Linden Beach	linden-beach	US		0	America/Chicago	45.40469	-96.64868	305			SD	109	24060	
5229412	Long Hollow Housing	long-hollow-housing	US		0	America/Chicago	45.68718	-97.15342	477			SD	109	38780	
5229423	Long Lake Colony	long-lake-colony	US		0	America/Chicago	45.60664	-98.81955	450			SD	089	11155	
5229515	Lyonville	lyonville	US		0	America/Chicago	43.87777	-98.97065	488			SD	015	39700	
5229524	Macs Corner	macs-corner	US		0	America/Chicago	44.25193	-99.4415	566			SD	069	14840	
5229533	Madra	madra	US		0	America/Chicago	45.92998	-99.71651	592			SD	089	70400	
5229534	Madsen Beach	madsen-beach	US		0	America/Chicago	45.46024	-96.73979	302			SD	109	34980	
5229576	Marshalltown (historical)	marshalltown-historical	US		0	America/Chicago	42.94027	-96.90449	371			SD	027	23580	
5229584	Martindale Addition	martindale-addition	US		0	America/Chicago	43.58859	-96.76561	454			SD	099	40660	
5229604	Maxwell Colony	maxwell-colony	US		0	America/Chicago	43.18221	-97.63451	362			SD	067	62620	
5229615	Maywood (historical)	maywood-historical	US		0	America/Chicago	43.51387	-97.94618	410			SD	061	72780	
5229625	McCook Lake	mccook-lake	US		0	America/Chicago	42.54166	-96.50586	331			SD	127	45700	
5229630	McCroskey Addition	mccroskey-addition	US		0	America/Chicago	43.64886	-96.69172	466			SD	099	40660	
5229638	McKays Trailer Court	mckays-trailer-court	US		0	America/Chicago	42.6125	-96.64476	340			SD	127	11980	
5229658	Meadow View Addition	meadow-view-addition	US		538	America/Chicago	43.61997	-96.71116	439			SD	099	40660	
5229660	Meckling	meckling	US		0	America/Chicago	42.8425	-97.06949	351			SD	027	41740	
5229663	Medary	medary	US		0	America/Chicago	44.20969	-96.78672	480			SD	011	41780	
5229683	Melham	melham	US		0	America/Chicago	44.55747	-97.68647	551	Melham,Phelps		SD	025	13180	
5229691	Melrose Addition	melrose-addition	US		0	America/Chicago	45.45331	-98.46287	397			SD	013	00100	
5229709	Merton (historical)	merton-historical	US		0	America/Chicago	44.76386	-97.86148	470			SD	025	22060	
5229718	Metzgerville	metzgerville	US		0	America/Chicago	43.54193	-98.26258	490			SD	035	03300	
5229740	Milbank Subdivision	milbank-subdivision	US		0	America/Chicago	45.22274	-96.60562	348			SD	051	00580	
5229754	Miller Dale Colony	miller-dale-colony	US		0	America/Chicago	44.39998	-99.11288	587			SD	059	55420	
5229805	Millard	millard	US		0	America/Chicago	45.14942	-99.19483	500			SD	049		
5229807	Moe	moe	US		0	America/Chicago	43.1561	-96.60893	454			SD	083	45900	
5229843	Moritz	moritz	US		0	America/Chicago	44.83385	-96.56117	507			SD	039	24700	
5229847	Morningside	morningside	US		105	America/Chicago	44.36582	-98.18842	388			SD	005	15060	
5229932	Nahon	nahon	US		0	America/Chicago	45.38553	-98.40648	397			SD	013	24020	
5229936	Naomi	naomi	US		0	America/Chicago	43.33054	-96.9245	404			SD	125	42100	
5229937	Napa Junction	napa-junction	US		0	America/Chicago	42.94111	-97.45367	415			SD	135	65820	
5229978	New Elm Springs Colony	new-elm-springs-colony	US		0	America/Chicago	43.48887	-97.82896	399	Elm Springs Colony,New Elm Springs Colony		SD	067	22420	
5230021	Norbeck	norbeck	US		0	America/Chicago	45.18414	-99.21261	504			SD	049	19700	
5230059	North Grove Addition	north-grove-addition	US		0	America/Chicago	44.43136	-96.78839	518			SD	011	61620	
5230074	North Shore	north-shore	US		0	America/Chicago	44.94858	-97.20674	525			SD	029	69300	
5230090	Northshore Development	northshore-development	US		0	America/Chicago	42.86667	-97.52812	394			SD	135	70650	
5230097	Norton Acres	norton-acres	US		0	America/Chicago	43.5772	-96.70449	443			SD	099	59020	
5230100	Norway Center	norway-center	US		0	America/Chicago	43.12721	-96.62837	449	Midway Center,Norway Center		SD	083	45900	
5230138	Oak Hills Addition	oak-hills-addition	US		0	America/Chicago	42.86667	-97.53284	414			SD	135	70650	
5230148	Oak Park Estates	oak-park-estates	US		0	America/Chicago	43.73053	-96.49199	467			SD	099	48220	
5230248	Orland (historical)	orland-historical	US		0	America/Chicago	43.91914	-97.18201	546			SD	079	47580	
5230341	Pearl Creek Colony	pearl-creek-colony	US		0	America/Chicago	44.32859	-97.9137	412			SD	005	38180	
5230350	Pearsons Corner	pearsons-corner	US		0	America/Chicago	43.16944	-97.31839	499			SD	135	41540	
5230361	Peever Flats	peever-flats	US		0	America/Chicago	45.52385	-96.93591	372			SD	109	36140	
5230374	Peninsula Park	peninsula-park	US		0	America/Chicago	43.94581	-97.00923	491			SD	079	35660	
5230427	Pine Lakes Addition	pine-lakes-addition	US		314	America/Chicago	43.55192	-96.6356	430			SD	099	60300	
5230444	Pitrodie (historical)	pitrodie-historical	US		0	America/Chicago	44.5722	-97.84759	454			SD	025	56020	
5230452	Plainview Colony	plainview-colony	US		0	America/Chicago	45.58164	-99.0065	481	Plainview Colony,Rosette Colony		SD	045	56300	
5230462	Plana	plana	US		0	America/Chicago	45.51914	-98.30926	396	Hadley,Plana		SD	013	09180	
5230474	Platte Colony	platte-colony	US		0	America/Chicago	43.46972	-99.12593	526	Platte Colony,Platte Hutterite Colony		SD	023	36020	
5230534	Pleasant Vally Development	pleasant-vally-development	US		0	America/Chicago	45.51887	-98.57982	416			SD	013	37260	
5230569	Poinsett Colony	poinsett-colony	US		0	America/Chicago	44.64163	-96.90173	547	Poinsett Colony,Poinsetta Colony		SD	057	16140	
5230611	Prairie Queen (historical)	prairie-queen-historical	US		0	America/Chicago	44.13192	-97.00756	523			SD	079	62180	
5230625	Prairie Villa Mobile Court	prairie-villa-mobile-court	US		0	America/Chicago	44.32915	-98.25315	395			SD	005	13060	
5230627	Prairie Wood Village Addition	prairie-wood-village-addition	US		0	America/Chicago	45.51108	-98.42676	396			SD	013	47420	
5230658	Pumpkin Center	pumpkin-center	US		0	America/Chicago	43.54331	-97.08867	468			SD	099	69940	
5230715	Rauville	rauville	US		0	America/Chicago	44.97969	-97.10591	534			SD	029	53100	
5230720	Ravinia	ravinia	US		63	America/Chicago	43.13666	-98.42675	457			SD	023	53220	
5230788	Renner Corner	renner-corner	US		305	America/Chicago	43.64525	-96.71144	441			SD	099	40660	
5230790	Reppert Addition	reppert-addition	US		0	America/Chicago	43.57359	-96.79477	441			SD	099	69620	
5230812	Richfield Heights	richfield-heights	US		0	America/Chicago	45.51192	-98.53871	407			SD	013	37260	
5230836	Richmond Heights	richmond-heights	US		0	America/Chicago	45.50525	-98.57287	413			SD	013	37260	
5230838	Richmond Lake Heights Development	richmond-lake-heights-development	US		0	America/Chicago	45.53887	-98.57954	418			SD	013	37260	
5230843	River Bluff Addition	river-bluff-addition	US		0	America/Chicago	43.73332	-98.06563	402			SD	035	43140	
5230847	Riverside (historical)	riverside-historical	US		0	America/Chicago	43.01944	-97.00588	356			SD	027	55020	
5230854	Riverside Colony	riverside-colony	US		0	America/Chicago	44.48637	-98.13926	389			SD	005	31780	
5230892	Rockport Colony	rockport-colony	US		0	America/Chicago	43.58193	-97.83896	373	Rockport,Rockport Colony		SD	061	05260	
5230990	Rudebusch Corner	rudebusch-corner	US		0	America/Chicago	45.42829	-97.15453	608			SD	109	01220	
5230995	Rumpus Ridge	rumpus-ridge	US		0	America/Chicago	43.58054	-97.18867	454			SD	087	61060	
5230997	Running Water	running-water	US		36	America/Chicago	42.77	-97.98396	382			SD	009	59950	
5231005	Ruskin Park	ruskin-park	US		0	America/Chicago	44.00554	-98.09647	375			SD	111	38460	
5231260	Sand Hill Subdivision	sand-hill-subdivision	US		0	America/Chicago	43.70276	-98.04619	411			SD	035		
5231285	Saybrook (historical)	saybrook-historical	US		0	America/Chicago	42.93888	-97.14338	353			SD	027	05100	
5231311	Schmidt Landing	schmidt-landing	US		0	America/Chicago	45.37969	-96.56089	297			SD	109	37980	
5231768	Shady Beach	shady-beach	US		0	America/Chicago	45.40357	-96.63201	305			SD	109	24060	
5231780	Shaw (historical)	shaw-historical	US		0	America/Chicago	43.07916	-97.15866	415			SD	027	61340	
5231787	Sheldon Trailor Town	sheldon-trailor-town	US		0	America/Chicago	44.26886	-96.81617	484			SD	011	41780	
5230573	Polo	polo	US	61064	0	America/Chicago	44.77942	-99.10955	483			SD	059	45795	
5231799	Shindler	shindler	US		584	America/Chicago	43.47498	-96.64866	428			SD	083	60580	
5231833	Silver Valley Addition	silver-valley-addition	US		0	America/Chicago	43.53359	-96.80755	449			SD	099	59020	
5231855	Sioux Falls Junction	sioux-falls-junction	US		0	America/Chicago	43.97914	-96.68949	463			SD	101	18500	
5231884	Skyline Heights	skyline-heights	US		0	America/Chicago	43.60692	-96.76172	466			SD	099	40660	
5231901	Smiths Park	smiths-park	US		0	America/Chicago	43.93497	-96.997	491			SD	079	11700	
5231924	Sorum Heights	sorum-heights	US		0	America/Chicago	43.65414	-96.70894	451			SD	099	40660	
5231926	Sorum Addition	sorum-addition	US		0	America/Chicago	43.65109	-96.71338	444			SD	099	40660	
5231936	South Dakota Park	south-dakota-park	US		0	America/Chicago	45.41746	-96.7009	305	So Dak Park,South Dakota Park		SD	109	34980	
5231981	Spain	spain	US		0	America/Chicago	45.70301	-97.78594	404	Spain,Spain Elevator		SD	091	39100	
5231990	Spink	spink	US		0	America/Chicago	42.85194	-96.74698	376			SD	127	60140	
5231991	Spink Colony	spink-colony	US		0	America/Chicago	44.74664	-98.29204	392			SD	115	37660	
5232006	Split Rock Heights	split-rock-heights	US		0	America/Chicago	43.52803	-96.64977	448			SD	099	59020	
5232011	Spottswood	spottswood	US		0	America/Chicago	44.6522	-98.50565	407			SD	115	23740	
5232020	Spring Creek Colony	spring-creek-colony	US		0	America/Chicago	45.90914	-98.87872	506			SD	089	69700	
5232053	Spring Valley Colony	spring-valley-colony	US		0	America/Chicago	44.04055	-98.88704	512			SD	073	14820	
5232099	Stanley Corner	stanley-corner	US		0	America/Chicago	43.54332	-97.38784	441			SD	087	65340	
5232100	Star Corner (historical)	star-corner-historical	US		0	America/Chicago	43.04027	-97.06422	390			SD	027	61340	
5232167	Stone Bridge	stone-bridge	US		0	America/Chicago	44.60219	-97.05979	504	Poinsett,Poinsette,Stone Bridge		SD	057	20020	
5232180	Storla	storla	US		6	America/Chicago	43.8636	-98.35147	416			SD	003	04300	
5232199	Success (historical)	success-historical	US		0	America/Chicago	44.57052	-97.53647	551			SD	025	68980	
5232224	Sundahl Trailer Court	sundahl-trailer-court	US		0	America/Chicago	44.34136	-96.77755	495			SD	011	07620	
5232237	Sunnyview	sunnyview	US		0	America/Chicago	44.34469	-96.78533	501			SD	011	07620	
5232289	Sweetland (historical)	sweetland-historical	US		0	America/Chicago	44.34054	-98.98482	579			SD	059	46580	
5232304	Tacoma Park	tacoma-park	US		0	America/Chicago	45.54302	-98.24704	398	Dacoma Park,Tacoma Park		SD	013	09180	
5232385	Torvik Subdivision	torvik-subdivision	US		0	America/Chicago	45.66246	-97.07703	393			SD	109	59300	
5232440	Tschetter Colony	tschetter-colony	US		0	America/Chicago	43.37026	-97.68618	366			SD	067	72420	
5232447	Tunerville	tunerville	US		0	America/Chicago	44.89024	-96.68117	527			SD	039	51420	
5232454	Turkey Ridge	turkey-ridge	US		0	America/Chicago	43.2436	-97.2795	439			SD	125	57420	
5232560	Valley View Estates	valley-view-estates	US		0	America/Chicago	45.65413	-97.12453	480			SD	109	38780	
5232569	Valleyview	valleyview	US		0	America/Chicago	42.96722	-97.27894	383	Valley View,Valleyview		SD	135	43020	
5232585	Vedin Corner	vedin-corner	US		0	America/Chicago	43.08249	-97.39895	401			SD	135	70650	
5232768	Webster Grove Addition	webster-grove-addition	US		0	America/Chicago	43.54886	-96.81144	439			SD	099	59020	
5232774	Wecota	wecota	US		0	America/Chicago	45.17247	-99.11761	476			SD	049	22980	
5232812	West Acres Development	west-acres-development	US		0	America/Chicago	43.54609	-96.86644	453			SD	099	69620	
5232820	West Britton	west-britton	US		0	America/Chicago	45.79218	-97.83788	394	West Britton,West Britton Station		SD	091	42540	
5232866	Westreville	westreville	US		0	America/Chicago	42.92416	-97.02338	399	Westerville,Westreville		SD	027	50740	
5232869	Wetonka	wetonka	US		8	America/Chicago	45.62525	-98.76788	448			SD	089	70740	
5232872	Wewela	wewela	US		0	America/Chicago	43.01056	-99.78095	651			SD	123	52820	
5232881	Wheeler (historical)	wheeler-historical	US		0	America/Chicago	43.15833	-98.84259	413			SD	023	58740	
5232946	Williams Subdivision	williams-subdivision	US		0	America/Chicago	44.9583	-97.16563	525			SD	029	34860	
5232996	Winship	winship	US		0	America/Chicago	45.92275	-98.51871	438			SD	013	47740	
5233073	Zell	zell	US		0	America/Chicago	44.89692	-98.72843	418			SD	049	73340	
5233133	Adams Landing	adams-landing	US		0	America/New_York	44.73615	-73.33208	38	Adams,Adams Landing		VT	013	29275	
5233166	Albany Center	albany-center	US		0	America/New_York	44.73672	-72.34955	390	Albany Center,Albany Centre		VT	019	00475	
5233176	Alburg	alburg	US		497	America/New_York	44.97504	-73.30013	38	Alburg,Alburg Village,Alburgh,West Alburg		VT	013	00860	
5233177	Alburg Center	alburg-center	US		0	America/New_York	44.95365	-73.26985	37	Alburg,Alburg Center,Alburgh Centre		VT	013	00860	
5233184	Alburg Springs	alburg-springs	US		0	America/New_York	44.99198	-73.22291	39	Alburg Springs,Alburgh Springs		VT	013	00860	
5233187	Alburg Travel Trailer Park	alburg-travel-trailer-park	US		0	America/New_York	44.96226	-73.24819	33			VT	013	00860	
5233210	Alfrecha	alfrecha	US		0	America/New_York	43.56424	-72.97261	170			VT	021	14500	
5233221	Algiers (historical)	algiers-historical	US		0	America/New_York	42.81675	-72.5662	155			VT	025	30925	
5233240	Alpine Village	alpine-village	US		0	America/New_York	44.06867	-72.83428	506			VT	023		
5233246	Ames Hill	ames-hill	US		0	America/New_York	42.8548	-72.68759	532			VT	025	43375	
5233255	Amsden	amsden	US		0	America/New_York	43.40591	-72.50592	189	Amsden,Greenbush,Upper Falls		VT	027	77500	
5233291	Arlins	arlins	US		0	America/New_York	44.92282	-71.5112	309			VT	009	11800	
5233333	Avalon Beach	avalon-beach	US		0	America/New_York	43.64007	-73.22511	141			VT	021	11950	
5233364	Baileys Mills	baileys-mills	US		0	America/New_York	43.29785	-72.60481	191	Bailey's Mills,Baileys Mills		VT	027	13675	
5233368	Bailey Mills	bailey-mills	US		0	America/New_York	43.50535	-72.56982	355	Bailey Mills,Bailey's Mills,Dhumilburn		VT	027	58375	
5233443	Baptist Hill	baptist-hill	US		0	America/New_York	44.442	-71.72398	458			VT	009	41425	
5233496	Barnumtown	barnumtown	US		0	America/New_York	44.20811	-73.16345	151	Barnhampton,Barnum Town,Barnumtown		VT	001	45550	
5233498	Barnumville	barnumville	US		0	America/New_York	43.1898	-73.02121	230	Barnumville,North Manchester		VT	003	42850	
5233592	Beanville	beanville	US		0	America/New_York	43.91451	-72.28093	285			VT	017	74950	
5233593	Beanville	beanville	US		0	America/New_York	43.9009	-72.65594	219			VT	017	58075	
5233622	Beartown	beartown	US		0	America/New_York	43.1898	-73.12955	437			VT	003	42850	
5233628	Beattys Four Corners	beattys-four-corners	US		0	America/New_York	44.93949	-72.86236	174	Beatty's Four Corners,Beattys Four Corners		VT	011	27100	
5233630	Beaulieus Corner	beaulieus-corner	US		0	America/New_York	44.94671	-73.01569	99			VT	011	33025	
5233702	Beldens	beldens	US		0	America/New_York	44.05117	-73.1754	96	Beldens,Beldens Falls		VT	001	48700	
5233728	Belvidere Junction	belvidere-junction	US		0	America/New_York	44.73699	-72.74263	217	Belvedere Junction,Belvidere,Belvidere Junction		VT	015	04375	
5233766	Benson Landing	benson-landing	US		0	America/New_York	43.7284	-73.36762	29			VT	021	05200	
5233780	Berlin Corners	berlin-corners	US		0	America/New_York	44.21006	-72.57594	313	Berlin,Berlin Corners		VT	023	05650	
5233789	Bernard J Leddy Park	bernard-j-leddy-park	US		0	America/New_York	44.50394	-73.25763	35			VT	007	10675	
5233845	Billings Mobile Manor	billings-mobile-manor	US		0	America/New_York	43.59201	-72.95955	193			VT	021	61225	
5233852	Binghamville	binghamville	US		0	America/New_York	44.67505	-72.92347	173			VT	011	26500	
5233923	Blissville	blissville	US		0	America/New_York	43.59312	-73.22983	132			VT	021	11950	
5233959	Blue Ridge Acres	blue-ridge-acres	US		0	America/New_York	43.63396	-72.96205	208			VT	021	61300	
5233999	Boltonville	boltonville	US		0	America/New_York	44.1709	-72.09981	200			VT	017	48175	
5234020	Bordoville	bordoville	US		0	America/New_York	44.84338	-72.81874	224			VT	011	24050	
5234030	Bouplon Corner	bouplon-corner	US		0	America/New_York	42.9948	-73.2665	257			VT	003	63550	
5234032	Bourne Brook	bourne-brook	US		0	America/New_York	43.17369	-73.04677	216			VT	003	42850	
5234040	Bowlsville	bowlsville	US		0	America/New_York	43.44785	-72.85205	396			VT	021	47200	
5234041	Bowman Corners	bowman-corners	US		0	America/New_York	44.57366	-73.05708	224			VT	007	80350	
5234057	Bradford Center	bradford-center	US		0	America/New_York	44.01312	-72.17065	160	Bradford Center,Bradford Centre		VT	017	07375	
5234075	Bragg	bragg	US		0	America/New_York	43.71979	-72.33898	285			VT	027	52900	
5234079	Braintree Hill	braintree-hill	US		0	America/New_York	43.96951	-72.68844	483	Braintree Center,Braintree Hill		VT	017	07600	
5234096	Branch School (historical)	branch-school-historical	US		0	America/New_York	43.92812	-72.884	323			VT	001	31525	
5234136	Bread Loaf	bread-loaf	US		0	America/New_York	43.9534	-72.99261	438	Bread Loaf,Breadloaf		VT	001	59650	
5234151	Brewers Corner	brewers-corner	US		0	America/New_York	43.61923	-72.87677	544			VT	021	44125	
5234154	Bridgewater Center	bridgewater-center	US		0	America/New_York	43.61646	-72.65926	286	Bridgewater Center,Briggs		VT	027	08275	
5234199	Brimstone Corner	brimstone-corner	US		0	America/New_York	43.93785	-72.26565	237			VT	017	74950	
5234209	Brockways Mills	brockways-mills	US		0	America/New_York	43.20702	-72.5162	115	Brockway Mills,Brockways Mills,Nourses Mills		VT	025	60250	
5234216	Bromley Village	bromley-village	US		0	America/New_York	43.21202	-72.94316	679			VT	003	55000	
5234221	Brookfield Center	brookfield-center	US		0	America/New_York	44.02034	-72.60455	434			VT	017	09325	
5234245	Brookside Trailer Park	brookside-trailer-park	US		0	America/New_York	43.59368	-72.96427	171			VT	021	61225	
5234247	Brookwood Estates	brookwood-estates	US		0	America/New_York	43.6134	-72.93205	282			VT	021	44125	
5234269	Brownington Village	brownington-village	US		0	America/New_York	44.83088	-72.17177	379	Brownington,Brownington Village		VT	019	09850	
5234274	Brownington Center	brownington-center	US		0	America/New_York	44.82283	-72.14816	302	Brownington Center,Brownington Centre		VT	019	09850	
5234276	Browns Mill	browns-mill	US		0	America/New_York	44.68561	-71.63453	336			VT	009	10075	
5234281	Browns Corners	browns-corners	US		0	America/New_York	44.96838	-72.96874	97	Brown's Corner,Browns Corners		VT	011	27100	
5234289	Brunswick Springs	brunswick-springs	US		0	America/New_York	44.73644	-71.63231	300			VT	009	10075	
5234338	Bullthroat	bullthroat	US		0	America/New_York	44.66394	-71.64842	398			VT	009	42475	
5234363	Burke Hollow	burke-hollow	US		0	America/New_York	44.62255	-71.94954	294	Burke,Burke Hollow		VT	005	10450	
5234389	Burnham Hollow	burnham-hollow	US		0	America/New_York	43.48424	-73.14733	227			VT	021	44800	
5234435	Butlers Corners	butlers-corners	US		0	America/New_York	44.51033	-73.08402	158	Butlers Corners,Buttlers Corners		VT	007	24175	
5234472	Cadys Falls	cadys-falls	US		0	America/New_York	44.57811	-72.61178	172	Cady's Falls,Cadys Falls,Cadysville,Gates Falls,Lower Falls,Mill Village		VT	015	46675	
5234502	Cambridge Junction	cambridge-junction	US		0	America/New_York	44.64922	-72.81346	147			VT	015	11500	
5234521	Camp Brook	camp-brook	US		0	America/New_York	43.85034	-72.69316	329	Camp Brook,West Bethel		VT	027	05800	
5234528	Camp Grounds	camp-grounds	US		0	America/New_York	44.90893	-72.88347	115			VT	011	64600	
5234537	Camp Maquam	camp-maquam	US		0	America/New_York	44.90282	-73.16569	38			VT	011	71725	
5234577	Campbell Corner	campbell-corner	US		0	America/New_York	43.83368	-72.31093	219			VT	017	72400	
5234579	Campbells Corner	campbells-corner	US		0	America/New_York	44.59172	-72.33149	458			VT	019	30175	
5234648	Castleton Corners	castleton-corners	US		0	America/New_York	43.6084	-73.20789	138			VT	021	11950	
5234675	Catlinsburg (historical)	catlinsburg-historical	US		0	America/New_York	44.48088	-73.18957	95			VT	007	10675	
5234681	Cavendish Center	cavendish-center	US		0	America/New_York	43.41007	-72.60565	315			VT	027	12250	
5234690	Cedar Beach	cedar-beach	US		0	America/New_York	44.29172	-73.3029	41			VT	007	13300	
5234799	Chasanna Acres	chasanna-acres	US		0	America/New_York	43.64312	-72.95983	225			VT	021	61300	
5234810	Chateauguay	chateauguay	US		0	America/New_York	43.66035	-72.69482	434	Chatauguay,Chateauguay		VT	027	08275	
5234813	Checkerberry Village	checkerberry-village	US		0	America/New_York	44.62921	-73.14402	100	Checker-Berry,Checkerberry,Checkerberry Village,Milton Center		VT	007	45250	
5234843	Chimney Corner	chimney-corner	US		0	America/New_York	44.5881	-73.16624	64			VT	007	14875	
5234844	Chimney Point	chimney-point	US		0	America/New_York	44.03617	-73.41818	37	Chemaun Nayaug,Chimney Point,Chimneypoint,Crown,Kanionra,Krum,Point au Chevaleur,Point de Chevelure,Pointe la Chevelure,Scalping Point,Shemoanock		VT	001	00325	
5234852	Chippenhook	chippenhook	US		0	America/New_York	43.5184	-73.01399	260	Chippenhook,Chippenhook Springs		VT	021	14500	
5234853	Chiselville	chiselville	US		0	America/New_York	43.07119	-73.13455	228			VT	003	71425	
5234927	Clarendon Springs	clarendon-springs	US		0	America/New_York	43.54785	-73.02233	208			VT	021	14500	
5234966	Cleveland Corners	cleveland-corners	US		0	America/New_York	44.59366	-72.56261	289			VT	015	35050	
5235023	Colbyville	colbyville	US		0	America/New_York	44.35033	-72.74234	180			VT	023	76975	
5235050	Cold River	cold-river	US		0	America/New_York	43.53951	-72.8751	416	Cold River,Coldriver		VT	021	65275	
5235065	Coleman Corner	coleman-corner	US		0	America/New_York	44.25866	-73.22179	64	Coleman Corner,Colemans Corner		VT	001	26300	
5235066	Coles Corner	coles-corner	US		0	America/New_York	44.49367	-72.0576	327			VT	005	62200	
5235082	Colonial Estates	colonial-estates	US		0	America/New_York	43.65451	-72.96705	221			VT	021	61300	
5235102	Concord Corner	concord-corner	US		0	America/New_York	44.40145	-71.86148	463	Concord Corner,Concord Corners		VT	009	15250	
5235160	Copper Flat	copper-flat	US		0	America/New_York	43.83507	-72.33398	249			VT	017	70675	
5235164	Copperfield (historical)	copperfield-historical	US		0	America/New_York	43.90979	-72.28732	346			VT	017	74950	
5235168	Corinth Corner	corinth-corner	US		0	America/New_York	44.02229	-72.27259	313			VT	017	15700	
5235169	Corinth Corners	corinth-corners	US		0	America/New_York	44.01007	-72.34899	452			VT	017	15700	
5235190	Countryside Estates	countryside-estates	US		0	America/New_York	43.64285	-72.97205	223			VT	021	61300	
5235217	Cozy Corner	cozy-corner	US		0	America/New_York	44.62366	-73.11791	103			VT	007	45250	
5235218	Cozy Meadow Mobile Home Park	cozy-meadow-mobile-home-park	US		0	America/New_York	42.80008	-73.22011	292			VT	003	57025	
5235254	Cream Hill	cream-hill	US		0	America/New_York	43.93145	-73.33984	100			VT	001	65050	
5235333	Damon Crossing	damon-crossing	US		0	America/New_York	44.52783	-71.81843	346	Damon Crossing,Damon's Crossing,Damons Crossing		VT	009	75175	
5235341	Danby Four Corners	danby-four-corners	US		0	America/New_York	43.3548	-73.04677	442	Danby Corners,Danby Four Corners,Danby Fourcorners		VT	021	16825	
5235354	Danville Center	danville-center	US		0	America/New_York	44.42006	-72.12038	409			VT	005	17125	
5235440	Derby Center	derby-center	US		576	America/New_York	44.94782	-72.13288	309	Derby,Derby Center,Derby Center Village		VT	019	17350	
5235461	Deweys Mills	deweys-mills	US		0	America/New_York	43.64146	-72.40509	168			VT	027	32275	
5235533	Dowdey Corner	dowdey-corner	US		0	America/New_York	43.89145	-72.62705	299			VT	017	58075	
5235537	Downers	downers	US		0	America/New_York	43.40035	-72.51426	191	Downers,Downers Four Corners		VT	027	77500	
5235539	Downingville	downingville	US		0	America/New_York	44.13311	-72.98234	404			VT	001	40075	
5235544	Dows Crossing	dows-crossing	US		0	America/New_York	44.50089	-72.28677	427	Dow's Crossing,Dows,Dows Crossing		VT	005	75700	
5235545	Dowsville	dowsville	US		0	America/New_York	44.27256	-72.82428	393			VT	023	18550	
5235584	Dummerston Center	dummerston-center	US		0	America/New_York	42.93675	-72.57231	231			VT	025	18325	
5235596	Durgy Hill Heights	durgy-hill-heights	US		0	America/New_York	43.6109	-73.04789	198			VT	021	82300	
5235629	East Albany	east-albany	US		0	America/New_York	44.73116	-72.31622	356			VT	019	00475	
5235630	East Alburg	east-alburg	US		0	America/New_York	44.9731	-73.22957	33	Alburg Junction,East Alburg,East Alburgh		VT	013	00860	
5235634	East Barnard	east-barnard	US		0	America/New_York	43.7459	-72.54287	308			VT	027	02725	
5235637	East Barnet Inwood Station	east-barnet-inwood-station	US		0	America/New_York	44.32673	-72.03759	161	East Barnet Inwood Station,McLaurens,McLerans,Norrisville		VT	005	02875	
5235647	East Bethel	east-bethel	US		0	America/New_York	43.8734	-72.58427	177			VT	027	05800	
5235650	East Braintree	east-braintree	US		0	America/New_York	43.9959	-72.65149	226	Braintree,East Braintree,Scaddin,Snowsville		VT	017	07600	
5235661	East Brighton	east-brighton	US		0	America/New_York	44.78588	-71.80704	353	East Brighton,Holesons Mills		VT	009	08725	
5235664	East Brownington	east-brownington	US		0	America/New_York	44.80088	-72.08565	422			VT	019	09850	
5235671	East Cabot	east-cabot	US		0	America/New_York	44.38978	-72.25121	486			VT	023	11125	
5235679	East Charlotte	east-charlotte	US		0	America/New_York	44.31977	-73.18874	115	Baptist Corners,East Charlotte		VT	007	13300	
5235681	East Clarendon	east-clarendon	US		0	America/New_York	43.52479	-72.93899	227			VT	021	14500	
5235686	East Craftsbury	east-craftsbury	US		0	America/New_York	44.64255	-72.34316	396			VT	019	16300	
5235700	East Dummerston	east-dummerston	US		0	America/New_York	42.9323	-72.55315	129	East Dummerston,Slab Hollow		VT	025	18325	
5235701	East Enosburg	east-enosburg	US		0	America/New_York	44.8631	-72.73624	237			VT	011	24050	
5235704	East Fletcher	east-fletcher	US		0	America/New_York	44.7131	-72.83791	127	East Fletcher,Fletcher Station		VT	011	26500	
5235705	East Franklin	east-franklin	US		0	America/New_York	44.99616	-72.83208	133			VT	011	27100	
5235707	East Georgia	east-georgia	US		0	America/New_York	44.68005	-73.08319	99			VT	011	27700	
5235708	East Granville	east-granville	US		0	America/New_York	44.01701	-72.75955	262			VT	001	29575	
5235718	East Highgate	east-highgate	US		0	America/New_York	44.92727	-72.98791	66			VT	011	33025	
5235729	East Hubbardton	east-hubbardton	US		0	America/New_York	43.69312	-73.13817	294			VT	021	34450	
5235731	East Jamaica	east-jamaica	US		0	America/New_York	43.07397	-72.73482	168			VT	025	36175	
5235733	East Johnson	east-johnson	US		0	America/New_York	44.64005	-72.66151	177	East Johnson,Perkinsville		VT	015	37075	
5235734	East Kansas	east-kansas	US		0	America/New_York	43.05786	-73.11844	283			VT	003	71425	
5235737	East Lyndon	east-lyndon	US		0	America/New_York	44.51978	-71.95787	288			VT	005	41725	
5235740	East Monkton	east-monkton	US		0	America/New_York	44.20894	-73.11457	160			VT	001	45550	
5235743	East Montpelier Center	east-montpelier-center	US		0	America/New_York	44.28367	-72.52539	350			VT	023	21925	
5235756	East Greensboro	east-greensboro	US		0	America/New_York	44.57144	-72.25066	383	East Greensboro,East Greensborough		VT	019	30175	
5235759	East Peacham	east-peacham	US		0	America/New_York	44.33811	-72.15732	297			VT	005	54400	
5235761	East Pittsford	east-pittsford	US		0	America/New_York	43.67118	-72.94288	305			VT	021	55600	
5235766	East Putney	east-putney	US		0	America/New_York	42.99397	-72.48342	115	Cornton,East Putney		VT	025	57700	
5235775	East Richford	east-richford	US		0	America/New_York	45.01116	-72.58596	159			VT	011	59125	
5235779	East Roxbury	east-roxbury	US		0	America/New_York	44.07979	-72.65177	350			VT	023	60625	
5235781	East Rupert	east-rupert	US		0	America/New_York	43.27313	-73.12511	252			VT	003	61000	
5235785	East Sheldon	east-sheldon	US		0	America/New_York	44.89893	-72.87402	173			VT	011	64600	
5235787	East Shoreham	east-shoreham	US		0	America/New_York	43.86034	-73.25289	82			VT	001	65050	
5235794	East Topsham	east-topsham	US		0	America/New_York	44.12118	-72.23287	287	East Topsham,Topsham		VT	017	73075	
5235800	East Warren	east-warren	US		0	America/New_York	44.10951	-72.81984	423			VT	023		
5235803	East Wells	east-wells	US		0	America/New_York	43.42174	-73.14122	349			VT	021	77950	
5235807	Eastridge Acres	eastridge-acres	US		0	America/New_York	43.6109	-72.93149	282			VT	021	44125	
5235818	Ecole Champlain	ecole-champlain	US		0	America/New_York	44.24172	-73.29651	41			VT	001	26300	
5235916	Enosburg Center	enosburg-center	US		0	America/New_York	44.88338	-72.75486	261	Enosburg,Enosburg Center,Enosburgh		VT	011	24050	
5235943	Essex Center	essex-center	US		0	America/New_York	44.51199	-73.05957	148			VT	007	24175	
5235982	Ewells Mills	ewells-mills	US		0	America/New_York	44.36006	-72.17149	394	Ewell's Mill,Ewells Mills		VT	005	54400	
5236010	Fairfax Falls	fairfax-falls	US		0	America/New_York	44.65033	-72.98791	139			VT	011	24925	
5236077	Fays Corner	fays-corner	US		0	America/New_York	44.40172	-73.04124	173	Fays Corner,Fays Corners		VT	007	59275	
5236096	Felchville	felchville	US		0	America/New_York	43.45646	-72.53787	234	Felchville,Puddledock,Reading		VT	027	58375	
5236105	Fernville	fernville	US		0	America/New_York	43.8609	-73.06789	183			VT	001	39325	
5236117	Fieldsville	fieldsville	US		0	America/New_York	43.53868	-72.44343	210			VT	027	32425	
5236236	Forest Farms	forest-farms	US		0	America/New_York	43.12785	-72.87704	635			VT	003	85075	
5236270	Foxville	foxville	US		0	America/New_York	44.13728	-72.48233	454			VT	017	84175	
5236292	Freedleyville	freedleyville	US		0	America/New_York	43.25757	-73.00788	242			VT	003	17725	
5236305	French Hollow	french-hollow	US		0	America/New_York	43.17924	-72.88177	463			VT	003	85075	
5236343	Gallup Mills	gallup-mills	US		0	America/New_York	44.57505	-71.78426	397	Gallup,Gallup Mills,Gallups Mills,Gallupsville		VT	009	75175	
5236355	Gassetts	gassetts	US		0	America/New_York	43.32452	-72.60676	218	Gassett's Station,Gassetts,Gassetts Station,Spafford		VT	027	13675	
5236367	Gebbie Corner	gebbie-corner	US		0	America/New_York	44.632	-72.28483	568			VT	019	30175	
5236373	Georgia Center	georgia-center	US		0	America/New_York	44.72755	-73.11764	117	Georgia,Georgia Center,Hell's Gate		VT	011	27700	
5236377	Georgia Plains	georgia-plains	US		0	America/New_York	44.72116	-73.16402	80	Georgia Plain,Georgia Plains		VT	011	27700	
5236399	Gilberts Tannery	gilberts-tannery	US		0	America/New_York	44.86255	-72.76013	164			VT	011	24050	
5236421	Glastenbury	glastenbury	US		8	America/New_York	43.00036	-73.08288	914	Glastenbury,Glastonbury		VT	003	27962	
5236459	Goodrich Corner	goodrich-corner	US		0	America/New_York	44.09644	-73.37901	62			VT	001	00325	
5236460	Goodrich Four Corners	goodrich-four-corners	US		0	America/New_York	43.75507	-72.27926	188			VT	027	52900	
5236467	Goose City	goose-city	US		0	America/New_York	42.96119	-72.79148	392			VT	025	17875	
5236473	Gordon Landing	gordon-landing	US		0	America/New_York	44.68865	-73.3468	37	Gordon Landing,Gordons,Gordons Landing		VT	013	29275	
5236482	Gorhamtown	gorhamtown	US		0	America/New_York	43.57285	-73.19066	191			VT	021	56875	
5236497	Goslants Mill	goslants-mill	US		0	America/New_York	44.4645	-72.21927	510			VT	005	75700	
5236505	Goulds Mill	goulds-mill	US		0	America/New_York	43.27119	-72.44926	89	Black River,Goulds Mill,Goulds Mills		VT	027	69550	
5236547	Grand Isle Station	grand-isle-station	US		0	America/New_York	44.7006	-73.3293	67			VT	013	29275	
5236550	Grandview Acres	grandview-acres	US		0	America/New_York	43.61229	-72.94316	258			VT	021	61300	
5236557	Grangerville	grangerville	US		0	America/New_York	43.7234	-73.00566	160			VT	021	55600	
5236599	Green Acres	green-acres	US		0	America/New_York	43.62451	-72.93983	248	Green Acres,Green Acres Development		VT	021	61300	
5236633	Greenbank Hollow	greenbank-hollow	US		0	America/New_York	44.37728	-72.12121	352	Greenbank Hollow,Greenbank Village,Greenbanks,South Danville		VT	005	17125	
5236643	Greens Corners	greens-corners	US		0	America/New_York	44.86032	-73.03236	122	East Swanton,Green's Corner,Greens Corners		VT	011	71725	
5236705	Guilford Center	guilford-center	US		0	America/New_York	42.7923	-72.62481	216	Guilford Center,Guilford Centre		VT	025	30925	
5236738	Haines Manor	haines-manor	US		0	America/New_York	43.17341	-73.04288	231			VT	003	42850	
5236816	Hardscrabble Corner	hardscrabble-corner	US		0	America/New_York	43.26174	-72.47592	191	Hardscrabble Corner,Scrabble		VT	027	69550	
5236819	Hardwick Center	hardwick-center	US		0	America/New_York	44.52978	-72.33705	356			VT	005	31825	
5236826	Hardwick Street	hardwick-street	US		0	America/New_York	44.54978	-72.29955	421	Hardwick Steet,Hardwick Street,Hazen's Road,Street		VT	005	31825	
5236844	Harmonyville	harmonyville	US		0	America/New_York	43.03841	-72.66259	141	Harmonyville,Salmon Hole,Tin Pot		VT	025	73300	
5236877	Hartwellville	hartwellville	US		0	America/New_York	44.64672	-71.89315	305			VT	009	21250	
5236904	Harvey Hollow	harvey-hollow	US		0	America/New_York	44.38339	-72.14343	378	Harvey,Harvey Hollow,Harveys Hollow,South Danville		VT	005	17125	
5236939	Healdville	healdville	US		0	America/New_York	43.43146	-72.76565	440			VT	021	47200	
5236947	Heartwellville	heartwellville	US		0	America/New_York	42.8298	-72.9876	543			VT	003	58600	
5236955	Hectorville	hectorville	US		0	America/New_York	44.83838	-72.60845	222			VT	011	45850	
5236996	Hewitts Corners	hewitts-corners	US		0	America/New_York	43.7234	-72.49871	325	Hewells Corner,Hewetts Corners,Hewitts Corners		VT	027	56350	
5237019	Highgate Falls	highgate-falls	US		0	America/New_York	44.92754	-73.04985	71			VT	011	33025	
5237038	Hill Farm Estates	hill-farm-estates	US		0	America/New_York	44.81116	-73.0668	179			VT	011	61750	
5237162	Hortonia	hortonia	US		0	America/New_York	43.74534	-73.22317	150	Hortonia,Hortonville		VT	021	34450	
5237176	Hough Crossing	hough-crossing	US		0	America/New_York	43.82645	-73.31762	73	Hoffs Crossing,Hough Crossing,Houghs Crossing,Huffs Crossing		VT	001	53725	
5237182	Houghtonville	houghtonville	US		0	America/New_York	43.19841	-72.64732	342			VT	025	28900	
5237215	Hubbard Corner	hubbard-corner	US		0	America/New_York	44.74644	-73.11292	120			VT	011	27700	
5237219	Hubbardton	hubbardton	US		0	America/New_York	43.70729	-73.18428	134	Hubbardston,Hubbardton		VT	021	34450	
5237246	Huntington Center	huntington-center	US		0	America/New_York	44.297	-72.96762	210	Huntington Center,Huntington Centre		VT	007	34600	
5237275	Hyde Manor	hyde-manor	US		0	America/New_York	43.7834	-73.20261	128			VT	021	71050	
5237390	Irasville	irasville	US		0	America/New_York	44.18145	-72.84039	236			VT	023	75325	
5237413	Ithiel Falls	ithiel-falls	US		0	America/New_York	44.64922	-72.72457	168			VT	015	37075	
5237431	Jackson Corner	jackson-corner	US		0	America/New_York	44.08729	-72.51705	443	Jackson Corner,Jackson Four Corners		VT	017	84175	
5237473	Jenneville	jenneville	US		0	America/New_York	43.53451	-72.48926	303			VT	027	32425	
5237497	Jericho Center	jericho-center	US		0	America/New_York	44.46894	-72.97235	231	Jericho Center,Jericho Centre		VT	007	36700	
5237604	Keeler Bay	keeler-bay	US		0	America/New_York	44.65986	-73.32147	34	Keeler Bay,Keeler's Bay		VT	013	67000	
5237630	Kendricks Corner	kendricks-corner	US		0	America/New_York	43.34563	-72.5212	187	Kendall's Corner,Kendricks Corner		VT	027	77500	
5237637	Kennedy Corners	kennedy-corners	US		0	America/New_York	44.01534	-72.4301	351			VT	017	13525	
5237646	Kents Corners	kents-corners	US		0	America/New_York	44.36867	-72.48511	344	Kents Corners,Kents' Corner		VT	023	11350	
5237678	Killington Heights	killington-heights	US		0	America/New_York	43.60479	-72.94316	239			VT	021	61300	
5237682	Killington Village	killington-village	US		0	America/New_York	43.64007	-72.79344	612			VT	021	37685	
5237718	Kirby Corner	kirby-corner	US		0	America/New_York	44.45505	-73.12318	104			VT	007	84475	
5237782	Lake Dunmore	lake-dunmore	US		0	America/New_York	43.90895	-73.08706	174			VT	001	62575	
5237853	Landgrove Town Center	landgrove-town-center	US		0	America/New_York	43.23674	-72.86482	443			VT	003	39025	
5237910	Leicester Junction	leicester-junction	US		0	America/New_York	43.8559	-73.15039	111	Leicester Junction,Whiting Station		VT	001	39325	
5237924	Lennington	lennington	US		0	America/New_York	44.8581	-71.55092	304			VT	009	39700	
5237942	Lilliesville	lilliesville	US		0	America/New_York	43.81951	-72.69399	305	Lilliesville,Lillieville,The Ville		VT	027	05800	
5237980	Lindsay Beach	lindsay-beach	US		0	America/New_York	44.97088	-72.18871	210			VT	019	17350	
5238130	Lower Cabot	lower-cabot	US		0	America/New_York	44.39033	-72.3326	286			VT	023	11125	
5238135	Lower Granville	lower-granville	US		0	America/New_York	43.9684	-72.84289	294	Granville Center,Lower Granville		VT	001	29575	
5238145	Lower Village	lower-village	US		0	America/New_York	44.45617	-72.69428	210	Lower Stowe Village,Lower Village		VT	015	70525	
5238149	Lower Websterville	lower-websterville	US		0	America/New_York	44.16812	-72.47816	362			VT	023	03250	
5238186	Lympus	lympus	US		0	America/New_York	43.82229	-72.71899	384	Lympus,Olympus		VT	027	05800	
5238210	MacIntyre	macintyre	US		0	America/New_York	43.02397	-73.07122	632			VT	003	71425	
5238236	Maidstone	maidstone	US		203	America/New_York	44.64866	-71.57203	262			VT	009	42475	
5238253	Malletts Bay	malletts-bay	US		0	America/New_York	44.54449	-73.21541	42	Bayside,Malletts Bay		VT	007	14875	
5238271	Manchester Depot	manchester-depot	US		0	America/New_York	43.17397	-73.03566	216	Manchester,Manchester Center Depot,Manchester Depot		VT	003	42850	
5238287	Maple Corner	maple-corner	US		0	America/New_York	44.37589	-72.49483	371	Maple Corner,Maple Corners		VT	023	11350	
5238337	Marolin Acres	marolin-acres	US		0	America/New_York	43.62118	-72.96733	211			VT	021	61225	
5238423	McIndoe Falls	mcindoe-falls	US		0	America/New_York	44.26145	-72.06259	146	McIndoe Falls,McIndoe's Falls,McIndoes Falls		VT	005	02875	
5238459	Melville Landing	melville-landing	US		0	America/New_York	44.76143	-73.16541	31	Lakeside,Melville Landing		VT	011	27700	
5238466	Medburyville	medburyville	US		0	America/New_York	42.87036	-72.92038	468			VT	025	84700	
5238473	Merrill Corner	merrill-corner	US		0	America/New_York	44.70338	-72.33872	357	Merrill Corner,Merrill's Corner		VT	019	00475	
5238499	Middlebury (village)	middlebury-village	US		6588	America/New_York	44.01553	-73.16937	123	Middlebury,Middlebury (village),Middlebury Village,Midlberi,Midulburi,mi de er bao,Мидлбери,Мидълбъри,米德尔堡	001	VT	001	44350	
5238546	Miles Pond	miles-pond	US		0	America/New_York	44.44728	-71.79648	317	Miles Pond,Milespond		VT	009	15250	
5238619	Miltonboro	miltonboro	US		0	America/New_York	44.69671	-73.18708	47			VT	007	45250	
5238649	Moccasin Mill	moccasin-mill	US		0	America/New_York	44.60033	-71.80148	445			VT	009	29125	
5238665	Monkton Boro	monkton-boro	US		0	America/New_York	44.23755	-73.14401	166	Monkton,Monkton Boro,Monkton Borough,The Boro,The Borough		VT	001	45550	
5238668	Monkton Ridge	monkton-ridge	US		0	America/New_York	44.2545	-73.12429	183			VT	001	45550	
5238691	Montpelier Junction	montpelier-junction	US		0	America/New_York	44.257	-72.60789	158			VT	023	05650	
5238733	Morgan Corners	morgan-corners	US		0	America/New_York	43.73618	-72.6426	332			VT	027	02725	
5238743	Morgan Center	morgan-center	US		0	America/New_York	44.90921	-71.97899	395			VT	019	46450	
5238780	Morses Line	morses-line	US		0	America/New_York	45.01226	-72.97818	90	Morseline,Morses Line		VT	011	27100	
5238781	Morses Mill	morses-mill	US		0	America/New_York	44.58838	-72.79151	323	Morse's Mill,Morses Mill		VT	015	11500	
5238782	Morses Mills	morses-mills	US		0	America/New_York	44.38006	-72.09204	273			VT	005	17125	
5238791	Mosquitoville	mosquitoville	US		0	America/New_York	44.27034	-72.14398	305	Mosquitoville,Skeeterville		VT	005	02875	
5238823	Mount Holly Heights	mount-holly-heights	US		0	America/New_York	43.43785	-72.76732	444			VT	021	47200	
5238878	Mountain Home Trailer Park	mountain-home-trailer-park	US		0	America/New_York	42.87008	-72.61231	148			VT	025	07900	
5238892	Mountain View Estates	mountain-view-estates	US		0	America/New_York	43.66368	-72.994	206			VT	021	61300	
5238893	Mountain View Estates	mountain-view-estates	US		0	America/New_York	43.16952	-73.04816	220			VT	003	42850	
5239001	Neshobe Beach	neshobe-beach	US		0	America/New_York	43.63923	-73.20844	142			VT	021	11950	
5239006	Nevesville	nevesville	US		0	America/New_York	44.45006	-72.2226	507			VT	005	75700	
5239023	New Haven Junction	new-haven-junction	US		0	America/New_York	44.12339	-73.18373	83	New Haven Depot,New Haven Junction		VT	001	48700	
5239025	New Haven Mills	new-haven-mills	US		0	America/New_York	44.09173	-73.10873	107	New Haven Mills,Newhaven Mills		VT	001	48700	
5239035	Newark Hollow	newark-hollow	US		0	America/New_York	44.69977	-71.92898	392			VT	005	47725	
5239041	Newbury Center	newbury-center	US		0	America/New_York	44.12367	-72.14843	310	Newbury Center,Newbury Centre		VT	017	48175	
5239342	Nourses Corner	nourses-corner	US		0	America/New_York	44.55477	-73.19096	35			VT	007	14875	
5241352	South Vershire	south-vershire	US		0	America/New_York	43.92229	-72.31676	416			VT	017	74950	
5239137	North Cambridge	north-cambridge	US		0	America/New_York	44.68699	-72.85708	173			VT	015	11500	
5239148	North Chester	north-chester	US		0	America/New_York	43.27285	-72.58926	182			VT	027	13675	
5239149	North Chittenden	north-chittenden	US		0	America/New_York	43.74034	-72.97594	305	Holden,North Chittenden		VT	021	14350	
5239163	North Danville	north-danville	US		0	America/New_York	44.45895	-72.09399	297			VT	005	17125	
5239164	North Derby	north-derby	US		0	America/New_York	45.0056	-72.17121	215			VT	019	17350	
5239165	North Dorset	north-dorset	US		0	America/New_York	43.28396	-73.00233	219			VT	003	17725	
5239168	North Duxbury	north-duxbury	US		0	America/New_York	44.35839	-72.82901	115	North Duxbury,Ridleys Station		VT	023	18550	
5239171	North Enosburg	north-enosburg	US		0	America/New_York	44.92032	-72.75736	115	North Enosburg,North Enosburgh		VT	011	24050	
5239172	North Fairfax	north-fairfax	US		0	America/New_York	44.7606	-73.06208	219			VT	011	24925	
5239174	North Fayston	north-fayston	US		0	America/New_York	44.242	-72.83817	336			VT	023	25825	
5239179	North Calais	north-calais	US		0	America/New_York	44.39006	-72.4465	316	North Calais,Number 10		VT	023	11350	
5239207	North Kirby	north-kirby	US		0	America/New_York	44.51589	-71.93898	399			VT	005	37900	
5239210	North Landgrove	north-landgrove	US		0	America/New_York	43.2598	-72.84871	428	Clarksville,North Landgrove		VT	003	39025	
5239216	North Moretown	north-moretown	US		0	America/New_York	44.32422	-72.74484	135			VT	023	46225	
5239219	North Pawlet	north-pawlet	US		0	America/New_York	43.38285	-73.204	198			VT	021	54250	
5239228	North Randolph	north-randolph	US		0	America/New_York	43.97395	-72.55594	210			VT	017	58075	
5239235	North Rupert	north-rupert	US		0	America/New_York	43.29952	-73.14566	230			VT	003	61000	
5239239	North Sheldon	north-sheldon	US		0	America/New_York	44.9106	-72.90708	131			VT	011	64600	
5239241	North Sherburne	north-sherburne	US		0	America/New_York	43.71034	-72.82733	372			VT	021	37685	
5239243	North Shrewsbury	north-shrewsbury	US		0	America/New_York	43.52896	-72.82705	534	North Shrewsbury,Northam		VT	021	65275	
5239258	North Tunbridge	north-tunbridge	US		0	America/New_York	43.91479	-72.47843	191	Blood Village,Bloody Run,North Tunbridge		VT	017	73675	
5239259	North Underhill	north-underhill	US		0	America/New_York	44.58533	-72.93235	245			VT	007	73975	
5239264	North Walden	north-walden	US		0	America/New_York	44.50505	-72.26316	511			VT	005	75700	
5239265	North Westminster	north-westminster	US		247	America/New_York	43.11897	-72.45509	126	Gages Mills,Gageville,North Westminster,North Westminster Village,Westminster		VT	025	81400	
5239266	North Williston	north-williston	US		0	America/New_York	44.467	-73.04624	93	North Williston,Williston Station		VT	007	84475	
5239270	North Wolcott	north-wolcott	US		0	America/New_York	44.61116	-72.46039	258			VT	015	85375	
5239283	Northfield Center	northfield-center	US		0	America/New_York	44.13478	-72.66094	245	Northfield Center,Smutty Corners		VT	023	50275	
5239341	Notown	notown	US		0	America/New_York	43.69507	-72.71816	392			VT	027	70375	
5239386	Oakledge Park	oakledge-park	US		0	America/New_York	44.45311	-73.22957	35			VT	007	10675	
5239394	Olcot Falls Mobile Home Park	olcot-falls-mobile-home-park	US		0	America/New_York	43.68146	-72.30787	130			VT	027	32275	
5239397	Old Bennington	old-bennington	US		138	America/New_York	42.88341	-73.21344	246	Bennington Center,Bennington Centre,Old Bennington,West Bennington		VT	003	04825	
5239423	Old City	old-city	US		0	America/New_York	43.88035	-72.36787	366			VT	017	70675	
5239585	Packer Corner	packer-corner	US		0	America/New_York	42.73897	-72.64315	332			VT	025	30925	
5239597	Pages Corner	pages-corner	US		0	America/New_York	44.53477	-73.07485	178			VT	007	24175	
5239603	Palmer Corner	palmer-corner	US		0	America/New_York	44.0045	-73.37318	63			VT	001		
5239607	Panton	panton	US		0	America/New_York	44.14867	-73.3404	60	Four Corners,Panton		VT	001	53950	
5239610	Paper Mill Village	paper-mill-village	US		0	America/New_York	42.91175	-73.23566	171	Bennington Falls,Hinsdillville,Paper Mill Village,Walbridgeville		VT	003	04825	
5239678	Peacham Corner	peacham-corner	US		0	America/New_York	44.34006	-72.26843	419			VT	005	54400	
5239684	Peach Four Corners	peach-four-corners	US		0	America/New_York	44.06645	-72.09315	193			VT	017	48175	
5239750	Peth	peth	US		0	America/New_York	43.97006	-72.66788	263	Hutchinson Village,Peth,Pethville		VT	017	07600	
5239776	Pierces Corner	pierces-corner	US		0	America/New_York	43.54118	-72.95399	217	Pierce's Corner,Pierces Corner		VT	021	14500	
5239789	Pikes Falls	pikes-falls	US		0	America/New_York	43.09702	-72.8551	454			VT	025	36175	
5239816	Pinecrest Acres	pinecrest-acres	US		0	America/New_York	43.65368	-72.95594	262			VT	021	61300	
5239820	Pinnacle Ridge	pinnacle-ridge	US		0	America/New_York	43.66007	-72.99844	214			VT	021	61300	
5239836	Piper Crossing	piper-crossing	US		0	America/New_York	43.96895	-73.16484	110			VT	001	44350	
5239867	Piper Ridge	piper-ridge	US		0	America/New_York	43.14897	-72.88649	445			VT	003	85075	
5239910	Plymouth Union	plymouth-union	US		0	America/New_York	43.53007	-72.73871	373	Plymouth Union,Unionville		VT	027	56050	
5239915	Podunk	podunk	US		0	America/New_York	43.00869	-72.85871	577			VT	025	76225	
5239920	Point of Pines	point-of-pines	US		0	America/New_York	43.62284	-73.23067	134			VT	021	11950	
5239933	Pompanoosuc	pompanoosuc	US		0	America/New_York	43.75563	-72.23092	118	Kendall,Om-pom-pa-noos-uc,Ompompanoosuc,Pompanoosuc		VT	027	52900	
5239998	Pownal Center	pownal-center	US		0	America/New_York	42.79647	-73.22316	296	Pownal Center,Pownal Centre		VT	003	57025	
5240011	Prindle Corners	prindle-corners	US		0	America/New_York	44.30144	-73.16179	131			VT	007	13300	
5240068	Pumpkin Hill (historical)	pumpkin-hill-historical	US		0	America/New_York	44.42284	-72.07704	315			VT	005	17125	
5240113	Queen City Park	queen-city-park	US		0	America/New_York	44.44338	-73.22013	50	Queen City,Queen City Park		VT	007	66175	
5240134	Ramsey Corner	ramsey-corner	US		0	America/New_York	44.57061	-72.11065	466	Ramsay Corner,Ramsey Corner,Ramsey Corners		VT	005	83500	
5240136	Ralston Corner	ralston-corner	US		0	America/New_York	44.42923	-71.8337	416	Ralston Corner,Royalston Corner		VT	009	15250	
5239502	Orange	orange	US	01364	0	America/New_York	44.1484	-72.4026	457			VT	017	53425	
5240171	Ransomvale	ransomvale	US		0	America/New_York	43.65757	-73.1315	216			VT	021	11950	
5240178	Rawsonville	rawsonville	US		0	America/New_York	43.14591	-72.84038	348			VT	025	36175	
5240186	Readsboro Falls	readsboro-falls	US		0	America/New_York	42.80341	-72.97482	522	Readsboro Falls,Readsborough Falls,The Falls		VT	003	58600	
5240215	Redstone Park	redstone-park	US		0	America/New_York	44.44922	-73.22985	33			VT	007	10675	
5240219	Reid Hollow	reid-hollow	US		0	America/New_York	42.81036	-72.7187	373			VT	025	31150	
5240244	Rhode Island Corner	rhode-island-corner	US		0	America/New_York	44.36116	-73.07401	233	Rhode Island Corner,Rhode Island Corners		VT	007	33475	
5240255	Rices Mills	rices-mills	US		0	America/New_York	43.82479	-72.28593	175			VT	017	72400	
5240290	Ricker Mills	ricker-mills	US		0	America/New_York	44.23867	-72.23926	344	Ricker Mills,Ricker's Mill,Ricker's Mills,Rickers Mills		VT	005	30550	
5240393	Rock Landing	rock-landing	US		0	America/New_York	44.19894	-73.31512	32			VT	001	26300	
5240408	Rocky Dale	rocky-dale	US		0	America/New_York	44.12922	-73.04901	203	Ackworth,Rocky Dale		VT	001	09025	
5240506	Russtown	russtown	US		0	America/New_York	43.61702	-72.35509	182			VT	027	32275	
5240545	Ryegate Corner	ryegate-corner	US		0	America/New_York	44.2084	-72.1037	320	Ryegate,Ryegate Center,Ryegate Corner,Ryegate Corners		VT	005	61525	
5240737	Saint Rocks	saint-rocks	US		0	America/New_York	44.85088	-72.9443	117	North Fairfield,Saint Rock's,Saint Rocks,St. Rocks		VT	011	25225	
5240766	Salisbury Station	salisbury-station	US		0	America/New_York	43.91812	-73.16095	115			VT	001	62575	
5240774	Samsonville	samsonville	US		0	America/New_York	44.92366	-72.73263	119	Sampsonville,Samsonville		VT	011	24050	
5240791	Sanderson Corner	sanderson-corner	US		0	America/New_York	44.67116	-72.97375	157			VT	011	24925	
5240792	Sandgate	sandgate	US		0	America/New_York	43.14813	-73.199	245			VT	003	62875	
5240814	Satans Kingdom	satans-kingdom	US		0	America/New_York	43.87645	-73.06428	194			VT	001	39325	
5240916	Searsburg	searsburg	US		107	America/New_York	42.89036	-72.95232	519	Searsburg,Searsburgh		VT	003	63175	
5240956	Shady Rill	shady-rill	US		0	America/New_York	44.34422	-72.58928	241			VT	023	44500	
5240959	Shaftsbury Center	shaftsbury-center	US		0	America/New_York	42.98258	-73.2065	332	Center Shaftsbury,Shaftsbury Center		VT	003	63550	
5240996	Sheddsville	sheddsville	US		0	America/New_York	43.48924	-72.49676	355			VT	027	83050	
5241004	Sheffield Square	sheffield-square	US		0	America/New_York	44.62255	-72.15677	506			VT	005	64075	
5241035	Sheldon Junction	sheldon-junction	US		0	America/New_York	44.90171	-72.94763	105	Sheldon Depot,Sheldon Junction		VT	011	64600	
5241050	Sherburne Center	sherburne-center	US		0	America/New_York	43.65923	-72.77399	379	Killington,Sherburne,Sherburne Center		VT	021	37685	
5241067	Sherwood Forest	sherwood-forest	US		0	America/New_York	43.22841	-72.84065	374			VT	025	40225	
5241070	Shipman Hill	shipman-hill	US		0	America/New_York	44.52699	-73.20652	58			VT	007	14875	
5241114	Simms Hill	simms-hill	US		0	America/New_York	44.86033	-71.58814	527	Simmons Hill,Simms,Simms Hill,Sims		VT	009	39700	
5241120	Simonsville	simonsville	US		0	America/New_York	43.25785	-72.71593	354			VT	027	01300	
5241138	Skeels Corner	skeels-corner	US		0	America/New_York	44.89893	-73.06652	98			VT	011	71725	
5241173	Smith Corner	smith-corner	US		0	America/New_York	44.46672	-72.27121	445			VT	005	75700	
5241205	Sodom	sodom	US		0	America/New_York	42.93619	-73.26566	160			VT	003	63550	
5241217	South Albany	south-albany	US		0	America/New_York	44.69144	-72.31205	409			VT	019	00475	
5241219	South Alburg	south-alburg	US		0	America/New_York	44.88754	-73.27846	34	Isle La Motte Station,South Alburg		VT	013	00860	
5241252	South Cabot	south-cabot	US		0	America/New_York	44.36756	-72.27566	433	Hookersville,South Cabot		VT	023	11125	
5241254	South Cambridge	south-cambridge	US		0	America/New_York	44.61005	-72.8104	260			VT	015	11500	
5241259	South Corinth	south-corinth	US		0	America/New_York	44.01618	-72.23259	240			VT	017	15700	
5241261	South Dorset	south-dorset	US		0	America/New_York	43.22258	-73.07344	273			VT	003	17725	
5241264	South Duxbury	south-duxbury	US		0	America/New_York	44.24867	-72.78651	221			VT	023	18550	
5241265	South End	south-end	US		0	America/New_York	43.3173	-72.9926	209			VT	021	47425	
5241274	South Franklin	south-franklin	US		0	America/New_York	44.91143	-72.86625	106			VT	011	64600	
5241291	South Hinesburg	south-hinesburg	US		0	America/New_York	44.29228	-73.06984	141	Hinesburg South,South Hinesburg		VT	007	33475	
5241293	South Kirby	south-kirby	US		0	America/New_York	44.47034	-71.90232	374			VT	005	37900	
5241296	South Lincoln	south-lincoln	US		0	America/New_York	44.07145	-72.97262	398			VT	001	40075	
5241299	South Lunenburg	south-lunenburg	US		0	America/New_York	44.42923	-71.67925	263	South Lunenburg,South Lunenburgh		VT	009	41425	
5241309	South Newport	south-newport	US		0	America/New_York	44.88032	-72.33566	426			VT	019	48925	
5241310	South Northfield	south-northfield	US		0	America/New_York	44.11534	-72.65428	252	Slab City,South Northfield		VT	023	50275	
5241311	South Peacham	south-peacham	US		0	America/New_York	44.31478	-72.16593	308			VT	005	54400	
5241313	South Franklin	south-franklin	US		0	America/New_York	44.94171	-72.8468	200			VT	011	27100	
5241321	South Poultney	south-poultney	US		0	America/New_York	43.47563	-73.23594	181			VT	021	56875	
5241322	South Randolph	south-randolph	US		0	America/New_York	43.89479	-72.57621	171			VT	017	58075	
5241323	South Reading	south-reading	US		0	America/New_York	43.47424	-72.58926	389			VT	027	58375	
5241327	South Richford	south-richford	US		0	America/New_York	44.93421	-72.65179	243			VT	011	59125	
5241337	South Shaftsbury	south-shaftsbury	US		683	America/New_York	42.94647	-73.21066	227	Shaftsbury,South Shaftsbury		VT	003	63550	
5241339	South Sherburne	south-sherburne	US		0	America/New_York	43.60535	-72.75232	342			VT	021	37685	
5241346	South Starksboro	south-starksboro	US		0	America/New_York	44.16256	-73.01373	333	South Starksboro,South Starksborough		VT	001	70075	
5241349	South Tunbridge	south-tunbridge	US		0	America/New_York	43.85534	-72.50288	163	Jigger Harbor,South Tunbridge		VT	017	73675	
5241351	South Vernon	south-vernon	US		0	America/New_York	42.72758	-72.46453	80			VT	025	74800	
5241356	South Walden	south-walden	US		0	America/New_York	44.4745	-72.28983	372			VT	005	75700	
5241358	South Wallingford	south-wallingford	US		0	America/New_York	43.41285	-72.9926	195			VT	021	75925	
5241359	South Wardsboro	south-wardsboro	US		0	America/New_York	43.01147	-72.78343	481	North Wardsboro,South Wardsboro,South Wardsborough,Wardsboro,Wardsboro City,Wilder Hollow		VT	025	76225	
5241361	South Washington	south-washington	US		0	America/New_York	44.02812	-72.41288	421			VT	017	76750	
5241372	South Woodbury	south-woodbury	US		0	America/New_York	44.41506	-72.4215	321			VT	023	85525	
5241413	Spoonerville	spoonerville	US		0	America/New_York	43.31202	-72.54648	215			VT	027	69550	
5241478	Stacy Crossroads	stacy-crossroads	US		0	America/New_York	43.75506	-73.30956	99	Stacy Crossing,Stacy Crossroads		VT	021	05200	
5241488	Stannard	stannard	US		0	America/New_York	44.54228	-72.21427	511			VT	005	69925	
5241510	Starr Farm Beach	starr-farm-beach	US		0	America/New_York	44.51033	-73.27346	41			VT	007	10675	
5241547	Stevens Mills	stevens-mills	US		0	America/New_York	44.99532	-72.61401	147	Stevens Mill,Stevens Mills		VT	011	59125	
5241584	Stocker Acres	stocker-acres	US		0	America/New_York	43.12785	-72.87399	668			VT	003	85075	
5241616	Stowe Fork	stowe-fork	US		0	America/New_York	44.50227	-72.75623	291			VT	015	70525	
5241644	Stratton Acres	stratton-acres	US		0	America/New_York	43.13841	-72.88121	462			VT	003	85075	
5241648	Stratton Mountain	stratton-mountain	US		0	America/New_York	43.11674	-72.90649	610			VT	003	85075	
5241658	Stratton Valley	stratton-valley	US		0	America/New_York	43.13563	-72.89538	555			VT	003	85075	
5241661	Strattonwald	strattonwald	US		0	America/New_York	43.15397	-72.88149	448			VT	003	85075	
5241700	Sugar Hollow	sugar-hollow	US		0	America/New_York	43.76201	-73.02289	227			VT	021	07750	
5241708	Sugarbush Village	sugarbush-village	US		0	America/New_York	44.14145	-72.89567	542			VT	023		
5241713	Sugarwood Hill	sugarwood-hill	US		0	America/New_York	43.66535	-72.98566	261			VT	021	61300	
5241734	Sunmit	sunmit	US		0	America/New_York	44.69033	-72.05732	363			VT	005	71575	
5241776	Swanton Junction	swanton-junction	US		0	America/New_York	44.87782	-73.09874	58			VT	011	71725	
5241808	Tafts Corner	tafts-corner	US		0	America/New_York	44.44977	-73.1104	119			VT	007	84475	
5241817	Talcville	talcville	US		0	America/New_York	43.85868	-72.80538	255			VT	027	60100	
5241828	Tarbellville	tarbellville	US		0	America/New_York	43.40868	-72.84121	468	Tarbellsville,Tarbellville,Tarbelsville,Tarbelville		VT	021	47200	
5241835	Taylor Bridge	taylor-bridge	US		0	America/New_York	44.48422	-72.2926	364			VT	005	75700	
5241854	Telemark Village	telemark-village	US		0	America/New_York	43.66868	-72.80427	509			VT	021	37685	
5241868	Texas	texas	US		0	America/New_York	44.41784	-71.82454	329			VT	009	15250	
5241880	Thayer Beach	thayer-beach	US		0	America/New_York	44.55088	-73.25985	39			VT	007	14875	
5241895	The Four Corners	the-four-corners	US		0	America/New_York	44.59422	-72.22927	391	Greensboro Mills,Greesnboro Four Corners,The Four Corners		VT	019	30175	
5241899	The Island	the-island	US		0	America/New_York	43.25452	-72.79482	363			VT	027	82000	
5241915	The Woods	the-woods	US		0	America/New_York	43.6609	-72.79316	532			VT	021	37685	
5241923	Thetford Hill	thetford-hill	US		0	America/New_York	43.81951	-72.2287	281	Thetford,Thetford Hill		VT	017	72400	
5241937	Thompsonburg	thompsonburg	US		0	America/New_York	43.20785	-72.7801	367			VT	025	40225	
5241951	Tice	tice	US		0	America/New_York	44.97977	-72.0351	351	Tice,West Holland		VT	019	33775	
5241961	Tillotson Mill	tillotson-mill	US		0	America/New_York	44.78199	-72.51761	399			VT	019	40525	
5241970	Tinmouth	tinmouth	US		0	America/New_York	43.44868	-73.04955	382			VT	021	72925	
5241998	Topsham Four Corners	topsham-four-corners	US		0	America/New_York	44.09895	-72.22454	244			VT	017	73075	
5242022	Tolman Corner	tolman-corner	US		0	America/New_York	44.56755	-72.30677	449	Tolman,Tolman Corner,Tolmans Corner		VT	019	30175	
5241471	Stamford	stamford	US	05352	0	America/New_York	42.75619	-73.06788	344			VT	003	69775	
5242031	Towtaid (historical)	towtaid-historical	US		0	America/New_York	43.8659	-73.10761	135			VT	001	39325	
5242091	Tupper	tupper	US		0	America/New_York	43.80729	-72.78483	237			VT	027	60100	
5242107	Twin Orchards	twin-orchards	US		0	America/New_York	44.43727	-73.21013	61			VT	007	66175	
5242113	Tyson	tyson	US		0	America/New_York	43.46535	-72.7051	332	Tyson,Tyson Furnace		VT	027	56050	
5242149	Union Village	union-village	US		0	America/New_York	43.78868	-72.25537	144	Lockes Mills,Union Village		VT	017	72400	
5242193	Upper Graniteville	upper-graniteville	US		0	America/New_York	44.14173	-72.47649	448			VT	023	03250	
5242279	Vermont Ventures	vermont-ventures	US		0	America/New_York	43.16897	-72.89343	464			VT	003	85075	
5242293	Vershire Center	vershire-center	US		0	America/New_York	43.95284	-72.3376	513			VT	017	74950	
5242296	Vershire Heights	vershire-heights	US		0	America/New_York	43.98757	-72.36899	558			VT	017	74950	
5242301	Victory	victory	US		60	America/New_York	44.5095	-71.84593	342			VT	009	75175	
5242332	Village of Alpenwald	village-of-alpenwald	US		0	America/New_York	42.82064	-73.0326	761			VT	003	69775	
5242425	Waits River	waits-river	US		0	America/New_York	44.08951	-72.28204	284	Wait's,Wait's River,Waits River		VT	017	73075	
5242429	Waitsfield Common	waitsfield-common	US		0	America/New_York	44.19006	-72.79762	330			VT	023	75325	
5242437	Walden Heights	walden-heights	US		0	America/New_York	44.45228	-72.25705	514	Summit,Walden Depot,Walden Heights,Walden Summit		VT	005	75700	
5242459	Wallace Pond	wallace-pond	US		0	America/New_York	45.00921	-71.62037	409	Wallace Pond,Wallis Pond,Wallispond		VT	009	11800	
5242475	Walnut Ledge	walnut-ledge	US		0	America/New_York	44.60005	-73.19707	60			VT	007	14875	
5242499	Wardsboro Center	wardsboro-center	US		0	America/New_York	43.03619	-72.80787	353	Bucketville,Unionville,Wardsboro Center,Wardsboro Centre		VT	025	76225	
5242533	Washington Heights	washington-heights	US		0	America/New_York	44.08979	-72.45899	507			VT	017	76750	
5242582	Weathersfield Bow	weathersfield-bow	US		0	America/New_York	43.35396	-72.40731	114	The Bow,Weathersfield,Weathersfield Bow		VT	027	77500	
5242622	Wenlock	wenlock	US		0	America/New_York	44.77644	-71.75315	351	Wenlick,Wenlock,Winlick		VT	009	25975	
5242626	West Addison	west-addison	US		0	America/New_York	44.08172	-73.39429	56			VT	001	00325	
5242627	West Arlington	west-arlington	US		0	America/New_York	43.10341	-73.21261	171			VT	003	01450	
5242630	West Barnet	west-barnet	US		0	America/New_York	44.31006	-72.13732	272	Brocks Mills,West Barnet		VT	005	02875	
5242632	West Berkshire	west-berkshire	US		0	America/New_York	44.98921	-72.81375	162			VT	011	05425	
5242637	West Bolton	west-bolton	US		0	America/New_York	44.44561	-72.8979	287	Mill Village,West Bolton		VT	007	06550	
5242642	West Braintree	west-braintree	US		0	America/New_York	43.97229	-72.74677	236	Braintree,West Braintree		VT	017	07600	
5242657	West Brattleboro	west-brattleboro	US		2740	America/New_York	42.85592	-72.60315	147	West Brattleboro,West Brattleborough		VT	025	07900	
5242659	West Bridport	west-bridport	US		0	America/New_York	43.95672	-73.39595	69	Frost Landing,West Bridport		VT	001		
5242665	West Castleton	west-castleton	US		0	America/New_York	43.65895	-73.23178	145			VT	021	11950	
5242673	West Corinth	west-corinth	US		0	America/New_York	44.04145	-72.33593	432			VT	017	15700	
5242687	West Enosburg	west-enosburg	US		0	America/New_York	44.87199	-72.79791	137	West Enosburg,West Enosburgh		VT	011	24050	
5242692	West Fairlee Center	west-fairlee-center	US		0	America/New_York	43.9434	-72.22537	232			VT	017	79975	
5242698	West Fletcher	west-fletcher	US		0	America/New_York	44.70505	-72.9368	249			VT	011	26500	
5242699	West Georgia	west-georgia	US		0	America/New_York	44.70255	-73.15402	93			VT	011	27700	
5242700	West Glover	west-glover	US		0	America/New_York	44.72838	-72.22399	401			VT	019	28075	
5242704	West Guilford	west-guilford	US		0	America/New_York	42.80842	-72.66343	297	Hinesburg,West Guilford		VT	025	30925	
5242712	West Hill	west-hill	US		0	America/New_York	44.86477	-72.65957	313	Hill West,Hillwest,West Hill		VT	011	45850	
5242735	West Jamaica	west-jamaica	US		0	America/New_York	43.06841	-72.85149	467			VT	025	36175	
5242738	West Lincoln	west-lincoln	US		0	America/New_York	44.11895	-73.02012	270			VT	001	40075	
5242751	West Norwich	west-norwich	US		0	America/New_York	43.7634	-72.37287	351			VT	027	52900	
5242773	West Sandgate	west-sandgate	US		0	America/New_York	43.16285	-73.24594	257			VT	003	62875	
5242775	West Settlement	west-settlement	US		0	America/New_York	44.62005	-72.72123	355			VT	015	37075	
5242781	West Swanton	west-swanton	US		0	America/New_York	44.96893	-73.21235	33	Hog Island,Lakewood,Lakewood Spur,West Swanton		VT	011	71725	
5242782	West Tinmouth	west-tinmouth	US		0	America/New_York	43.41896	-73.11927	319			VT	021	72925	
5242789	West View	west-view	US		0	America/New_York	44.6256	-73.13652	101			VT	007	45250	
5242792	West Waterford	west-waterford	US		0	America/New_York	44.35756	-71.95565	216			VT	005	77125	
5242795	West Woodstock	west-woodstock	US		0	America/New_York	43.61701	-72.54204	215	Bennetts Mills,Daniels Mills,The Flats,West Woodstock		VT	027	85975	
5242817	Westminster West	westminster-west	US		0	America/New_York	43.06397	-72.54065	242			VT	025	81400	
5242819	Westmore	westmore	US		0	America/New_York	44.77144	-72.05482	362			VT	019	81700	
5242832	Weybridge	weybridge	US		0	America/New_York	44.06645	-73.21568	48	Quaker Village,Weybridge,Weybridge Lower Falls		VT	001	83275	
5242837	Weybridge Hill	weybridge-hill	US		0	America/New_York	44.03839	-73.21317	129			VT	001	83275	
5242912	Whites Corner	whites-corner	US		0	America/New_York	44.41228	-71.88454	507			VT	009	15250	
5242928	Whitneyville	whitneyville	US		0	America/New_York	42.79397	-72.74287	463			VT	025	31150	
5242960	Wildersburg Common	wildersburg-common	US		0	America/New_York	44.18673	-72.47955	304			VT	023	03250	
5242797	Westfield	westfield	US	01085	0	America/New_York	44.88949	-72.42844	247			VT	019	80200	
5243004	Williamsville Station	williamsville-station	US		0	America/New_York	42.94703	-72.64148	115			VT	025	48400	
5243027	Willow Point	willow-point	US		0	America/New_York	44.02256	-73.40012	29			VT	001	00325	
5243524	Abells Corners	abells-corners	US		0	America/Chicago	42.72613	-88.5426	268			WI	127	40950	
5243542	Ackerville	ackerville	US		0	America/Chicago	43.31	-88.25815	320			WI	131	63875	
5243555	Adams Beach	adams-beach	US		0	America/Chicago	44.68609	-88.66816	246			WI	115	06275	
5243557	Adams Center (historical)	adams-center-historical	US		0	America/Chicago	43.91608	-89.79735	296	Adams Center (historical),Adams Centre		WI	001	00300	
5243590	Adella Beach	adella-beach	US		0	America/Chicago	44.14221	-88.46178	229			WI	139	55775	
5243648	Alaska	alaska	US		0	America/Chicago	44.54055	-87.5012	220			WI	061	62625	
5243650	Alban	alban	US		0	America/Chicago	44.62775	-89.28484	348			WI	097	00725	
5243680	Aldens Corners	aldens-corners	US		0	America/Chicago	43.22138	-89.64012	293	Alden's Corners,Aldens Corners		WI	025	69850	
5243692	Alderley	alderley	US		0	America/Chicago	43.2175	-88.44982	290	Alderley,Alderly		WI	027	03200	
5243755	Allens Grove	allens-grove	US		0	America/Chicago	42.58029	-88.76261	284	Allen Grove,Allengrove,Allens Grove		WI	127	18850	
5243759	Allenville	allenville	US		0	America/Chicago	44.13304	-88.619	249			WI	139	82875	
5243798	Almon	almon	US		0	America/Chicago	44.90636	-88.99178	354			WI	115	01375	
5243836	Alverno	alverno	US		0	America/Chicago	44.08499	-87.73981	223			WI	071	48500	
5243899	Amnicon Falls	amnicon-falls	US		0	America/Chicago	46.60383	-91.88991	259			WI	031	01825	
5243915	Anacker	anacker	US		0	America/Chicago	43.62554	-89.44373	238			WI	021	26725	
5243920	Anchorage (historical)	anchorage-historical	US		0	America/Chicago	44.26858	-91.7571	237	Anchorage (historical),Scotch Prairie		WI	011	84325	
5243950	Anderson Trailer Court	anderson-trailer-court	US		0	America/Chicago	45.46912	-91.706	344			WI	005	67375	
5243968	Angelo	angelo	US		0	America/Chicago	43.9708	-90.77791	246			WI	081	02025	
5243978	Angus	angus	US		0	America/Chicago	45.63652	-91.6025	380			WI	005	13500	
5243991	Annaton	annaton	US		0	America/Chicago	42.91138	-90.53763	273			WI	043	15500	
5244006	Anston	anston	US		0	America/Chicago	44.61721	-88.16038	228			WI	009	63075	
5244033	Apollonia	apollonia	US		0	America/Chicago	45.44996	-91.30154	339	Apollonia,Appollina Village,Appollonia,Vernon Junction		WI	107	77850	
5244095	Arbor Vitae	arbor-vitae	US		0	America/Chicago	45.92051	-89.66348	497			WI	125	02450	
5244106	Arcade Acres	arcade-acres	US		0	America/Chicago	43.85859	-88.87095	247	Arcade,Arcade Acres,Arcade Station		WI	039	68200	
5244149	Arland	arland	US		0	America/Chicago	45.33829	-92.02296	372			WI	005	02775	
5244178	Army Lake (historical)	army-lake-historical	US		0	America/Chicago	42.80668	-88.37537	253			WI	127	22125	
5244186	Arnott	arnott	US		0	America/Chicago	44.45719	-89.44678	351			WI	097	77537	
5244206	Artesia Beach	artesia-beach	US		0	America/Chicago	43.93471	-88.31511	229	Artesia Beach,Artesian Beach		WI	039	12075	
5244239	Ashford (historical)	ashford-historical	US		0	America/Chicago	43.34665	-90.46818	315			WI	103	19000	
5244257	Ashland Junction	ashland-junction	US		0	America/Chicago	46.57383	-90.9713	199			WI	007	22925	
5244265	Ashton Corners	ashton-corners	US		0	America/Chicago	43.14027	-89.52068	299	Ashton Corners,Pickarts Corners		WI	025	75875	
5244267	Ashwaubenon	ashwaubenon	US		17176	America/Chicago	44.48221	-88.0701	185			WI	009	03425	
5244274	Askeaton	askeaton	US		0	America/Chicago	44.26999	-88.11093	226			WI	009	35325	
5244304	Astico	astico	US		0	America/Chicago	43.33305	-88.93983	253	Astico,Elba Station		WI	027	23000	
5244389	Auroraville	auroraville	US		0	America/Chicago	44.05192	-88.99262	236	Aurorahville,Auroraville		WI	137	03925	
5244399	Avalanche	avalanche	US		0	America/Chicago	43.60219	-90.78041	260	Avalanch,Avalanche		WI	123	85050	
5244423	Aztalan	aztalan	US		1485	America/Chicago	43.07278	-88.86233	259			WI	055	04125	
5244502	Bagley Junction	bagley-junction	US		0	America/Chicago	45.13832	-87.75122	192			WI	075	64275	
5244554	Bakers Corners	bakers-corners	US		0	America/Chicago	43.26777	-89.18706	281	Baker's Corners,Bakers Corners		WI	025	09775	
5244557	Bakerville	bakerville	US		0	America/Chicago	44.62719	-90.21819	402			WI	141	44550	
5244583	Baldwins Mill	baldwins-mill	US		0	America/Chicago	44.38804	-88.96094	263	Baldwin Mills,Baldwin's Mills,Baldwins Mill		WI	135	69900	
5244593	Ballou	ballou	US		0	America/Chicago	46.31745	-90.58463	434			WI	003	54400	
5244596	Balmoral	balmoral	US		0	America/Chicago	43.22582	-90.46401	215	Balmoral,Lawson,Rodolfs Mill		WI	103	21400	
5244648	Bannerman	bannerman	US		0	America/Chicago	43.99665	-89.22512	250			WI	137	49425	
5244670	Bark Point	bark-point	US		0	America/Chicago	46.88448	-91.18464	192			WI	007	15750	
5244729	Barre Mills	barre-mills	US		0	America/Chicago	43.84136	-91.11402	220			WI	063	04825	
5244762	Barry Corner	barry-corner	US		0	America/Chicago	44.51802	-92.17962	360			WI	091	61950	
5244792	Bashaw	bashaw	US		0	America/Chicago	45.76911	-92.06324	323			WI	013	19925	
5244898	Basswood	basswood	US		0	America/Chicago	43.26248	-90.49929	222	Bass Wood,Basswood,Lucas		WI	103	21400	
5244909	Bateman	bateman	US		0	America/Chicago	44.93107	-91.26793	286			WI	017	40900	
5244937	Bavaria	bavaria	US		0	America/Chicago	45.31413	-89.36401	492			WI	067	78325	
5244951	Bay Settlement	bay-settlement	US		0	America/Chicago	44.55305	-87.89066	223			WI	009	72200	
5244956	Bay View	bay-view	US		0	America/Chicago	44.63277	-87.74426	221			WI	061	66700	
5244991	Beachs Corners	beachs-corners	US		0	America/Chicago	44.20135	-91.23738	245			WI	121	24425	
5245038	Bear Creek Corners	bear-creek-corners	US		0	America/Chicago	44.53137	-88.74704	258			WI	135	05625	
5245093	Bear Valley	bear-valley	US		0	America/Chicago	43.30804	-90.19512	232			WI	103	37500	
5245150	Beaver Brook	beaver-brook	US		0	America/Chicago	45.75328	-91.83906	398			WI	129	05875	
5245213	Beaver Edge	beaver-edge	US		0	America/Chicago	43.48471	-88.83483	272			WI	027	05925	
5245283	Beecher Lake	beecher-lake	US		0	America/Chicago	45.56913	-87.99762	290			WI	075	06000	
5245287	Beechwood	beechwood	US		0	America/Chicago	43.59277	-88.12037	314			WI	117	72350	
5245308	Belcrest	belcrest	US		0	America/Chicago	42.5414	-89.09622	267			WI	105	06525	
5245324	Bell Center	bell-center	US		115	America/Chicago	43.29165	-90.82679	219	Bell Center,Bell Centre		WI	023	06225	
5245333	Bell Heights	bell-heights	US		0	America/Chicago	44.28054	-88.41594	249	Bell Heights,Bellcenter		WI	087	02375	
5245342	Belle Fountain	belle-fountain	US		0	America/Chicago	43.61443	-89.26345	267	Belle Fountain,Bellefontaine,Bellefountain		WI	021	49150	
5245369	Bellinger	bellinger	US		0	America/Chicago	45.07525	-90.80013	393			WI	119	78950	
5245418	Benderville	benderville	US		0	America/Chicago	44.61138	-87.8551	186			WI	009	72200	
5245481	Bergen Beach	bergen-beach	US		0	America/Chicago	43.86055	-88.37094	227			WI	039	79125	
5245685	Bevent	bevent	US		1115	America/Chicago	44.77053	-89.38956	372			WI	073	07125	
5245907	Bigpatch	bigpatch	US		0	America/Chicago	42.66666	-90.47624	282	Big Patch,Bigpatch,Kaysville		WI	043	74450	
5245914	Billings Park	billings-park	US		0	America/Chicago	46.71827	-92.12436	196			WI	031	78650	
5245931	Birch	birch	US		0	America/Chicago	46.53828	-90.57546	262			WI	003	71350	
5245993	Biron	biron	US		804	America/Chicago	44.42385	-89.7804	312			WI	141	07650	
5246125	Black Wolf	black-wolf	US		0	America/Chicago	43.93776	-88.52372	243			WI	139	08000	
5246126	Black Wolf Point	black-wolf-point	US		0	America/Chicago	43.92749	-88.4715	232			WI	139	08000	
5246140	Blackhawk Island	blackhawk-island	US		0	America/Chicago	42.89834	-88.89233	238			WI	055	40375	
5246224	Bloom City	bloom-city	US		0	America/Chicago	43.49442	-90.46485	261	Bloom City,Spring Valley,West Branch		WI	103	08175	
5246297	Blueberry	blueberry	US		0	America/Chicago	46.58022	-91.6688	347			WI	031	48725	
5246327	Bluff Siding	bluff-siding	US		0	America/Chicago	44.07135	-91.61793	208	Atlanta Station,Bluff Siding		WI	011	11025	
5246332	Bluffview	bluffview	US		742	America/Chicago	43.3711	-89.77318	262	Badger,Bluffview		WI	111	78525	
5246401	Bohners Lake	bohners-lake	US		2444	America/Chicago	42.62307	-88.28037	257			WI	101	11225	
5246403	Bohri (historical)	bohri-historical	US		0	America/Chicago	44.14496	-91.60265	223	Bohri (historical),Cross		WI	011	17737	
5246428	Boltonville	boltonville	US		0	America/Chicago	43.52722	-88.10065	266			WI	131	25375	
5246451	Bonneval	bonneval	US		0	America/Chicago	45.65052	-88.53873	462			WI	041	02950	
5246492	Borea	borea	US		0	America/Chicago	46.5855	-92.18242	230			WI	031	78675	
5246505	Borth	borth	US		0	America/Chicago	44.09109	-88.89595	232			WI	137	64975	
5246546	Bowens Addition	bowens-addition	US		0	America/Chicago	43.06694	-89.40706	261	Bowen's Addition,Bowens Addition		WI	025	48000	
5246579	Boydtown	boydtown	US		0	America/Chicago	43.11054	-90.80374	198			WI	023	49275	
5246590	Boylston Junction	boylston-junction	US		0	America/Chicago	46.61411	-92.11964	210			WI	031	78675	
5246595	Brackett	brackett	US		0	America/Chicago	44.70135	-91.35099	287			WI	035	83612	
5246653	Branstad	branstad	US		0	America/Chicago	45.73745	-92.68298	291			WI	013	30475	
5246676	Breed	breed	US		0	America/Chicago	45.07304	-88.42427	273			WI	083	09425	
5246707	Briarton	briarton	US		0	America/Chicago	44.60332	-88.42649	250			WI	115	43675	
5246709	Brice Prairie	brice-prairie	US		1887	America/Chicago	43.93857	-91.29986	203			WI	063	59950	
5246750	Bright	bright	US		0	America/Chicago	44.88608	-90.53208	394			WI	019	31275	
5246754	Brighton Beach	brighton-beach	US		0	America/Chicago	44.20332	-88.42066	230			WI	139	50825	
5246793	British Hollow	british-hollow	US		0	America/Chicago	42.70583	-90.68679	251	British Hollow,Pleasant Valley		WI	043	64650	
5246823	Brodtville	brodtville	US		0	America/Chicago	42.95249	-91.04652	337	Bradtville,Brodtville		WI	043	89250	
5246887	Brothertown	brothertown	US		1321	America/Chicago	43.96805	-88.30899	246			WI	015	10350	
5246917	Brown Deer	brown-deer	US		12102	America/Chicago	43.16334	-87.96453	211	Brown Deer,White Deer		WI	079	10375	
5246937	Browns Lake	browns-lake	US		2039	America/Chicago	42.69252	-88.2312	238			WI	101	11225	
5246969	Bruemmerville	bruemmerville	US		0	America/Chicago	44.60667	-87.47009	189			WI	061	00600	
5247014	Brushville	brushville	US		0	America/Chicago	44.16998	-88.99595	241			WI	137	08300	
5247051	Buckbee	buckbee	US		0	America/Chicago	44.64887	-88.8351	252			WI	135	42650	
5247058	Buckhorn Corner	buckhorn-corner	US		0	America/Chicago	43.50832	-88.80594	293			WI	027	80525	
5247083	Budsin	budsin	US		0	America/Chicago	43.91942	-89.31206	250			WI	077	17900	
5247107	Buffalo City	buffalo-city	US		973	America/Chicago	44.23052	-91.86432	204	Buffalo,Buffalo City		WI	011	11062	
5247123	Buffalo Shore Estates	buffalo-shore-estates	US		0	America/Chicago	43.74081	-89.47096	242			WI	077	60962	
5247176	Bundy	bundy	US		0	America/Chicago	45.49968	-89.43374	502	Bundy,Jeffris		WI	069	32875	
5247199	Burgess Corners	burgess-corners	US		0	America/Chicago	43.18083	-89.18706	297			WI	025	78600	
5247207	Burkhardt	burkhardt	US		0	America/Chicago	45.02163	-92.66715	275	Bouchea,Burkhardt		WI	109	70825	
5247209	Burkhardt Station	burkhardt-station	US		0	America/Chicago	45.01441	-92.66548	282			WI	109	36275	
5247301	Buss's Corners	buss-s-corners	US		0	America/Chicago	43.16611	-89.20734	289			WI	025	78625	
5247302	Busseyville	busseyville	US		0	America/Chicago	42.89862	-88.98789	241			WI	055	78475	
5247320	Butman Corners	butman-corners	US		0	America/Chicago	44.07802	-91.29182	226			WI	121	28150	
5247362	Byrds Creek	byrds-creek	US		0	America/Chicago	43.21998	-90.54846	208	Byrd's Creek,Byrds Creek,Byrdscreek		WI	103	67775	
5247402	Cainville	cainville	US		0	America/Chicago	42.70973	-89.25206	280	Cainville,Magnolia,Magnolia Station		WI	105	48150	
5247403	Calamine	calamine	US		0	America/Chicago	42.7425	-90.16207	271			WI	065	87275	
5247442	Callon	callon	US		0	America/Chicago	44.89775	-89.50484	378			WI	073	86025	
5247447	Calumet Harbor	calumet-harbor	US		0	America/Chicago	43.91305	-88.33233	229			WI	039	12075	
5247452	Calumetville	calumetville	US		0	America/Chicago	43.9361	-88.30344	244	Calumet,Calumetville		WI	039	12075	
5247540	Camelot Mobile Home Park	camelot-mobile-home-park	US		0	America/Chicago	45.46774	-91.731	345			WI	005	67350	
5247735	Camp Whitcomb	camp-whitcomb	US		0	America/Chicago	43.1714	-88.32704	302			WI	133	51400	
5247774	Campia	campia	US		0	America/Chicago	45.53746	-91.66572	357			WI	005	67375	
5247828	Carcajou	carcajou	US		0	America/Chicago	42.88973	-88.96205	245			WI	055	78475	
5247847	Carnot	carnot	US		0	America/Chicago	44.705	-87.4187	204			WI	029	26650	
5247849	Carol Beach	carol-beach	US		0	America/Chicago	42.51224	-87.80924	175			WI	059		
5247887	Carrollville	carrollville	US		0	America/Chicago	42.88002	-87.8548	215			WI	079	58800	
5247935	Casco Junction	casco-junction	US		0	America/Chicago	44.53055	-87.65065	220			WI	061	46425	
5247962	Cassell	cassell	US		0	America/Chicago	43.20666	-89.87512	223	Cassell,Cassell Prairie		WI	111	80825	
5248020	Catfish (historical)	catfish-historical	US		0	America/Chicago	43.15138	-89.40317	261			WI	025	86125	
5248242	Central Park	central-park	US		0	America/Chicago	46.71327	-92.07213	192			WI	031	78650	
5248277	Chaffey	chaffey	US		0	America/Chicago	46.39827	-92.16353	390			WI	031	78275	
5248315	Chapel Ridge	chapel-ridge	US		0	America/Chicago	44.53166	-87.90454	231			WI	009	72200	
5248330	Chapultepee	chapultepee	US		0	America/Chicago	44.22301	-91.28127	320			WI	121	24425	
5248338	Charlesburg	charlesburg	US		0	America/Chicago	43.96971	-88.1701	301	Charlesburg,Charlesburgh		WI	015	10350	
5248341	Charlie Bluff	charlie-bluff	US		0	America/Chicago	42.84028	-88.97817	242			WI	105	52225	
5248346	Charme	charme	US		0	America/Chicago	43.16776	-91.13791	187			WI	023	21925	
5248350	Charter Oak Mills (historical)	charter-oak-mills-historical	US		0	America/Chicago	44.26857	-90.87486	234			WI	053	00900	
5248371	Cheeseville	cheeseville	US		0	America/Chicago	43.46889	-88.08065	272			WI	131	25375	
5248395	Cherneyville	cherneyville	US		0	America/Chicago	44.42888	-87.73481	275	Chernesville,Cherneyville		WI	061	54050	
5248405	Chenequa	chenequa	US		603	America/Chicago	43.11167	-88.39232	279			WI	133	14225	
5248435	Chicago Corners	chicago-corners	US		0	America/Chicago	44.45888	-88.25094	231			WI	087	60000	
5248450	Chicago Junction	chicago-junction	US		0	America/Chicago	45.80328	-91.88656	332			WI	129	05875	
5248457	Chief Lake	chief-lake	US		583	America/Chicago	45.92662	-91.33295	408			WI	113	33475	
5248537	Chittamo	chittamo	US		0	America/Chicago	46.128	-91.71657	336			WI	129	28025	
5248541	Choate	choate	US		0	America/Chicago	45.37802	-88.82233	465			WI	067	42425	
5248628	Christie	christie	US		0	America/Chicago	44.64718	-90.59653	358	Christie,Christy		WI	019	85925	
5248633	Christilla Heights	christilla-heights	US		0	America/Chicago	42.5289	-89.07289	260			WI	105	06500	
5248761	City Point	city-point	US		0	America/Chicago	44.35218	-90.32152	294	City Point,Citypoint		WI	053	14800	
5248767	City View Heights	city-view-heights	US		0	America/Chicago	43.18027	-89.17984	302			WI	025	78625	
5248780	Clam Falls	clam-falls	US		588	America/Chicago	45.68856	-92.29353	318			WI	095	14837	
5248839	Clarno	clarno	US		0	America/Chicago	42.51862	-89.6479	257			WI	045	15000	
5248920	Clearwater Lake	clearwater-lake	US		0	America/Chicago	45.85357	-89.18818	500			WI	085	79700	
5249045	Cloverland	cloverland	US		0	America/Chicago	46.67688	-91.67908	244			WI	031	15825	
5249061	Cobb Town	cobb-town	US		0	America/Chicago	44.37553	-89.21539	285	Cobb Town,Cobbtown,Sheridan Mills,Sherman		WI	135	25400	
5249063	Cobban	cobban	US		0	America/Chicago	45.10302	-91.20626	295			WI	017	03075	
5249069	Clyman Junction	clyman-junction	US		0	America/Chicago	43.32527	-88.71788	270			WI	027	15925	
5249075	Coddington	coddington	US		0	America/Chicago	44.37025	-89.54817	326	Buena Vista Station,Coddington		WI	097	10925	
5249119	Cold Springs	cold-springs	US		0	America/Chicago	43.84774	-91.21264	204			WI	063	40775	
5249161	College Hills	college-hills	US		0	America/Chicago	43.07833	-89.43873	278			WI	025	73750	
5249232	Commonwealth	commonwealth	US		403	America/Chicago	45.91356	-88.24013	403			WI	037	16550	
5249317	Connorsville	connorsville	US		0	America/Chicago	45.13607	-92.0949	304			WI	033	56775	
5249364	Coolidge (historical)	coolidge-historical	US		0	America/Chicago	45.81162	-90.40793	458			WI	099	25775	
5249368	Coomer	coomer	US		0	America/Chicago	45.74745	-92.25713	303			WI	013	40975	
5249404	Coon Rock	coon-rock	US		0	America/Chicago	43.15083	-89.98957	222			WI	049	02575	
5248487	Chili	chili	US	54420	226	America/Chicago	44.62691	-90.35652	376			WI	019	27775	
5249422	Coopers Shores	coopers-shores	US		0	America/Chicago	42.83251	-89.0115	241	Cooper's Shores,Coopers Shores		WI	105	52225	
5249431	Coppens Corner	coppens-corner	US		0	America/Chicago	44.45833	-87.78565	273			WI	009	22225	
5249447	Coral City	coral-city	US		0	America/Chicago	44.3794	-91.27738	255			WI	121	62650	
5249457	Cormier	cormier	US		0	America/Chicago	44.56277	-88.07816	180			WI	009	35950	
5249494	Cortland (historical)	cortland-historical	US		0	America/Chicago	44.21385	-91.56765	218	Cortland (historical),Home,Tucker's Corners		WI	121	02525	
5249498	Corwin (historical)	corwin-historical	US		0	America/Chicago	43.50331	-90.28152	385			WI	103	85675	
5249518	Cottonville	cottonville	US		0	America/Chicago	44.0583	-89.80651	290			WI	001	65450	
5249538	Council Bay	council-bay	US		0	America/Chicago	44.05746	-91.28376	221			WI	063	35350	
5249561	County Line	county-line	US		0	America/Chicago	44.99027	-87.8526	190			WI	083	45175	
5249606	Cozy Corner	cozy-corner	US		0	America/Chicago	46.16466	-92.23797	323	Cozy Corner,Cozy Corners		WI	031	18425	
5249661	Cranberry Marsh	cranberry-marsh	US		0	America/Chicago	43.57166	-88.08565	274	Cheeseville,Cranberry Marsh		WI	117	72350	
5249689	Cranmoor	cranmoor	US		0	America/Chicago	44.31468	-90.03291	298	Bearss Station,Cranmoor		WI	141	17525	
5249704	Crawford Crossing	crawford-crossing	US		0	America/Chicago	43.45443	-89.72929	264			WI	111	04625	
5249713	Crescent Corner	crescent-corner	US		0	America/Chicago	45.56996	-89.4893	484			WI	085	17625	
5249715	Cream	cream	US		0	America/Chicago	44.31608	-91.77182	233	Cream,Eagle Creek		WI	011	44300	
5249964	Cutter	cutter	US		0	America/Chicago	46.633	-91.9588	221			WI	031	61250	
5249967	Cylon	cylon	US		0	America/Chicago	45.12219	-92.35297	323			WI	109	18300	
5249974	Czechville	czechville	US		0	America/Chicago	44.18719	-91.77349	207			WI	011	52175	
5249984	Dacada	dacada	US		0	America/Chicago	43.54333	-87.9087	254			WI	089	06175	
5249992	Dahl	dahl	US		0	America/Chicago	44.99024	-92.31852	379			WI	109	04425	
5250001	Dairyland	dairyland	US		0	America/Chicago	46.21605	-92.15547	341			WI	031	18425	
5250025	Daleyville	daleyville	US		0	America/Chicago	42.915	-89.81485	346	Dahleville,Daleyville,Perry		WI	025	62050	
5250066	Dancy	dancy	US		0	America/Chicago	44.68774	-89.71318	343	Dancy,Hutchinson Station,Juleson		WI	073	40150	
5250103	Darboy	darboy	US		0	America/Chicago	44.24332	-88.324	227	Buchanan,Darboy		WI	015		
5250126	Darwin (historical)	darwin-historical	US		0	America/Chicago	43.12861	-89.35206	270			WI	025	48000	
5250188	De Forest	de-forest	US		8936	America/Chicago	43.24777	-89.34373	289	De Forest,Deforest		WI	025	19350	
5250256	Deansville	deansville	US		0	America/Chicago	43.18166	-89.10344	269	Deansville,Deansville Station,Deanville		WI	025	50475	
5250270	Decker Corner	decker-corner	US		0	America/Chicago	43.35139	-88.04509	264	Decker Corner,Deckers Corner		WI	089	13400	
5250274	Decorah Beach	decorah-beach	US		0	America/Chicago	43.92276	-88.47511	228			WI	139	08000	
5250402	Delavan Lake	delavan-lake	US		2649	America/Chicago	42.58418	-88.6326	286			WI	127	19475	
5250408	Delbern Acres	delbern-acres	US		0	America/Chicago	43.60026	-88.914	273			WI	027	27025	
5250412	Dekorra	dekorra	US		0	America/Chicago	43.45748	-89.46762	246			WI	021	19375	
5250415	Dell Prairie (historical)	dell-prairie-historical	US		0	America/Chicago	43.6672	-89.7154	306			WI	001	19575	
5250488	Denzer	denzer	US		0	America/Chicago	43.34415	-89.88679	246			WI	111	35625	
5250496	Deronda	deronda	US		0	America/Chicago	45.30357	-92.42825	326			WI	095	44475	
5250503	Detroit Harbor	detroit-harbor	US		0	America/Chicago	45.35665	-86.93067	184	Detroit Harbor,Washington Island		WI	029	83600	
5250515	Devils Corner	devils-corner	US		0	America/Chicago	44.5108	-92.13517	348			WI	091	27175	
5250549	Dewey Corners	dewey-corners	US		0	America/Chicago	44.25052	-91.47349	239			WI	121	02500	
5250567	Dexterville	dexterville	US		0	America/Chicago	44.37635	-90.11069	302			WI	141	20075	
5250569	Dheinsville	dheinsville	US		0	America/Chicago	43.25001	-88.14287	280	Dheinsburg,Dheinsville,Dhiensville		WI	131	28875	
5250571	Diamond Bluff	diamond-bluff	US		194	America/Chicago	44.65052	-92.62908	224			WI	093	20150	
5250588	Diamond Grove	diamond-grove	US		0	America/Chicago	42.79249	-90.91957	306			WI	043	06100	
5250607	Diefenbach Corners	diefenbach-corners	US		0	America/Chicago	43.35361	-88.26065	345			WI	131	63875	
5250624	Dilly	dilly	US		0	America/Chicago	43.6422	-90.44013	347	Dilley,Dilly		WI	123	26550	
5250635	Disco	disco	US		0	America/Chicago	44.26218	-91.00903	296	Disco,Marengo		WI	053	00900	
5250669	Dobie	dobie	US		0	America/Chicago	45.5519	-91.6835	357			WI	005	67375	
5250670	Dobie	dobie	US		0	America/Chicago	46.52661	-91.80463	347			WI	031	33350	
5250716	Doering	doering	US		0	America/Chicago	45.23524	-89.45818	430			WI	069	72100	
5250777	Door Creek	door-creek	US		0	America/Chicago	43.03083	-89.19984	289	Buckeye,Deer Creek,Door Creek		WI	025	17200	
5250798	Dorns Twilight Beach	dorns-twilight-beach	US		0	America/Chicago	44.03943	-88.32066	233			WI	015	77425	
5250808	Dorns Faro Springs Beach	dorns-faro-springs-beach	US		0	America/Chicago	44.12249	-88.31927	234			WI	015	77425	
5250824	Dotyville	dotyville	US		0	America/Chicago	43.75221	-88.26093	313	Dottyville,Dotyville		WI	039	26450	
5250838	Douglas Center	douglas-center	US		0	America/Chicago	43.70081	-89.5554	253			WI	077	20525	
5250907	Drovers Woods	drovers-woods	US		0	America/Chicago	43.16944	-89.1315	279			WI	025	78625	
5250908	Druecker	druecker	US		0	America/Chicago	43.44	-87.8712	236			WI	089	64475	
5250943	Drywood	drywood	US		0	America/Chicago	45.0483	-91.1682	306			WI	017	03075	
5250961	Duck Creek	duck-creek	US		0	America/Chicago	44.56194	-88.06927	187	Duck Creek,Eaton		WI	009	35950	
5251051	Duplainville	duplainville	US		0	America/Chicago	43.0739	-88.19815	261			WI	133	62240	
5251064	Durhamswood	durhamswood	US		0	America/Chicago	42.90779	-88.09314	237			WI	133	55275	
5251073	Durwards Glen	durwards-glen	US		0	America/Chicago	43.4386	-89.59151	314			WI	021	11900	
5251080	Dutch Corners	dutch-corners	US		0	America/Chicago	45.23552	-89.54929	460			WI	069	72100	
5251102	Duveneck	duveneck	US		0	America/Chicago	44.01694	-87.71175	201			WI	071	57200	
5251107	Dyckesville	dyckesville	US		538	America/Chicago	44.64333	-87.76121	183	Dyckesville,Dykesville		WI	061	66700	
5251120	Eadsville	eadsville	US		0	America/Chicago	45.00969	-90.86125	367			WI	019	79650	
5251150	Eagle Lake Manor	eagle-lake-manor	US		0	America/Chicago	42.69835	-88.13509	247			WI	101	20625	
5251153	Eagle Lake Terrace	eagle-lake-terrace	US		0	America/Chicago	42.70474	-88.13898	244			WI	101	20625	
5251196	Eagleton	eagleton	US		0	America/Chicago	45.06024	-91.38932	302			WI	017	21600	
5251253	East Bristol	east-bristol	US		0	America/Chicago	43.26832	-89.15261	290			WI	025	09775	
5251264	East Delavan	east-delavan	US		0	America/Chicago	42.6089	-88.56066	307			WI	127	19475	
5251274	East End	east-end	US		0	America/Chicago	46.70883	-92.05936	196			WI	031	78650	
5251278	East Farmington	east-farmington	US		0	America/Chicago	45.25302	-92.69743	317			WI	095	25350	
5251311	East Hill	east-hill	US		0	America/Chicago	44.96247	-89.61401	410			WI	073	84475	
5251321	East Krok	east-krok	US		0	America/Chicago	44.42889	-87.60231	222			WI	061	85775	
5251394	East Waupun	east-waupun	US		0	America/Chicago	43.62416	-88.69066	269	Chester Station,East Waupun		WI	027	14300	
5251397	East Winona	east-winona	US		0	America/Chicago	44.04774	-91.59515	200			WI	011	11025	
5251400	Easter Rock	easter-rock	US		0	America/Chicago	43.15109	-90.72096	197			WI	023	49275	
5251473	Ebenezer	ebenezer	US		0	America/Chicago	43.13833	-88.73788	261			WI	055	84000	
5251505	Eckers Lakeland	eckers-lakeland	US		0	America/Chicago	44.00332	-88.32288	233			WI	015	77425	
5251525	Edgerton Beach Park	edgerton-beach-park	US		0	America/Chicago	42.86751	-89.02122	240			WI	025	00875	
5251535	Edgewater Beach	edgewater-beach	US		0	America/Chicago	44.6236	-87.82982	183			WI	009	72200	
5251595	Eidsvold	eidsvold	US		0	America/Chicago	44.96413	-90.86653	345			WI	019	79650	
5251597	Eight Corners	eight-corners	US		0	America/Chicago	44.46774	-89.92541	341			WI	141	73900	
5251737	Ella	ella	US		0	America/Chicago	44.53663	-92.05017	218	Ella,Maxville,Shoo Fly		WI	091	27175	
5251817	Elm Tree Corners	elm-tree-corners	US		0	America/Chicago	44.55471	-88.09816	194			WI	009	35950	
5251842	Elmside	elmside	US		0	America/Chicago	43.09222	-89.34401	271			WI	025	48000	
5251864	Elo	elo	US		0	America/Chicago	43.93832	-88.70622	269			WI	139	82175	
5251879	Elvers	elvers	US		0	America/Chicago	43.06972	-89.7979	248	Elvers,Elvers Mills		WI	025	82525	
5251908	Emerald	emerald	US		161	America/Chicago	45.08302	-92.25824	351			WI	109	23925	
5251909	Emerald Grove	emerald-grove	US		0	America/Chicago	42.65612	-88.88066	274			WI	105	09175	
5251976	Emmerich	emmerich	US		0	America/Chicago	45.0908	-89.8293	433			WI	073	06975	
5252071	Erdman	erdman	US		0	America/Chicago	43.78999	-87.75953	205			WI	117	73000	
5252085	Erin Corner	erin-corner	US		0	America/Chicago	45.07941	-92.43714	326			WI	109	24275	
5252099	Esdaile	esdaile	US		0	America/Chicago	44.6208	-92.4388	227			WI	093	33050	
5252103	Esofea	esofea	US		0	America/Chicago	43.63108	-90.96319	298			WI	123	37975	
5252121	Ethelwyn Park	ethelwyn-park	US		0	America/Chicago	43.04694	-89.35706	261			WI	025	48000	
5252137	Eureka Center	eureka-center	US		0	America/Chicago	45.51274	-92.6516	321			WI	095	24450	
5252142	Euren	euren	US		0	America/Chicago	44.61833	-87.60231	229			WI	061	44425	
5252189	Evanswood	evanswood	US		0	America/Chicago	44.2897	-88.9315	238			WI	135	86425	
5252298	Exile	exile	US		0	America/Chicago	44.69913	-92.16573	356			WI	093	68775	
5252350	Fairview Beach	fairview-beach	US		0	America/Chicago	44.08498	-88.5115	229			WI	139	60525	
5252473	Fall Hall Glen	fall-hall-glen	US		0	America/Chicago	44.19635	-90.83986	238			WI	053	48425	
5251639	Eland	eland	US	54427	201	America/Chicago	44.87053	-89.21511	376			WI	115	22975	
5252516	Farmers Valley	farmers-valley	US		0	America/Chicago	43.89913	-90.74791	257			WI	081	85150	
5252614	Fellows (historical)	fellows-historical	US		0	America/Chicago	42.74806	-89.20095	276			WI	105	13625	
5252622	Fenwood	fenwood	US		152	America/Chicago	44.86608	-90.01541	395			WI	073	25650	
5252629	Fern	fern	US		0	America/Chicago	45.83607	-88.38596	421			WI	037	25675	
5253213	Five Corners	five-corners	US		0	America/Chicago	44.41471	-88.37427	248			WI	087	27650	
5253215	Five Corners	five-corners	US		0	America/Chicago	44.81109	-89.04261	330			WI	115	54250	
5253300	Flora Fountain	flora-fountain	US		0	America/Chicago	42.83193	-90.83985	237	Flora,Flora Fountain,Florr Fountain,Slabtown		WI	043	06100	
5253372	Fontenoy	fontenoy	US		0	America/Chicago	44.37111	-87.7862	257			WI	009	56575	
5253387	Fordham (historical)	fordham-historical	US		0	America/Chicago	43.98192	-89.73901	298			WI	001	65450	
5253406	Forest Glen Beach	forest-glen-beach	US		0	America/Chicago	43.81693	-88.93233	253			WI	047	31350	
5253525	Forward	forward	US		0	America/Chicago	42.89694	-89.75623	299			WI	025	62050	
5253535	Foster Junction	foster-junction	US		0	America/Chicago	46.31356	-90.70407	387			WI	003	54400	
5253634	Fox Creek	fox-creek	US		0	America/Chicago	45.48357	-92.34547	351			WI	095	28725	
5253654	Fox Lake Junction	fox-lake-junction	US		0	America/Chicago	43.5311	-88.90261	271			WI	027	27025	
5253662	Fox Point	fox-point	US		6755	America/Chicago	43.15751	-87.90175	210	Dutch Settlement,Fox Point,Foxs Point		WI	079	27075	
5253671	Fox River	fox-river	US		0	America/Chicago	42.55696	-88.18453	233	Fox River,Foxriver		WI	059	71125	
5253687	Foxhollow	foxhollow	US		0	America/Chicago	42.5139	-88.90789	271			WI	105	81050	
5253688	Foxmoor Hills	foxmoor-hills	US		0	America/Chicago	43.19166	-89.26762	296			WI	025	11150	
5253729	Franklin Hill	franklin-hill	US		0	America/Chicago	44.96302	-89.61734	380			WI	073	84475	
5253766	Frazer Corners	frazer-corners	US		0	America/Chicago	44.67444	-88.36232	290			WI	115	48900	
5253820	Freistadt	freistadt	US		0	America/Chicago	43.23612	-88.04259	256	Freistadt,Freystatt		WI	089	51150	
5253845	French Island	french-island	US		4207	America/Chicago	43.8583	-91.26042	198			WI	063	12300	
5253938	Frostville	frostville	US		0	America/Chicago	45.00527	-88.3251	266			WI	083	49000	
5253979	Fussville	fussville	US		0	America/Chicago	43.15168	-88.07787	242			WI	133	51000	
5253992	Gagen	gagen	US		0	America/Chicago	45.66246	-89.13818	502			WI	085	62600	
5254040	Garden Village	garden-village	US		0	America/Chicago	42.55474	-89.02928	241			WI	105	06525	
5254087	Garnet	garnet	US		0	America/Chicago	43.93555	-88.26288	287			WI	039	12075	
5254207	Germania	germania	US		0	America/Chicago	46.43828	-90.22462	457			WI	051	54075	
5254208	Germania	germania	US		0	America/Chicago	43.89053	-89.25706	241			WI	077	73600	
5254249	Gibbsville	gibbsville	US		512	America/Chicago	43.65222	-87.82676	222			WI	117	44150	
5254305	Gillingham	gillingham	US		0	America/Chicago	43.42637	-90.44513	245			WI	103	49600	
5254308	Gills Landing	gills-landing	US		0	America/Chicago	44.30276	-88.88344	229	Gill's Landing,Gills Landing		WI	135	86425	
5254310	Gills Rock	gills-rock	US		0	America/Chicago	45.28999	-87.02178	183	Gills Rock,Wah-ya-qua-kah-me-kong		WI	029	43925	
5254349	Gladstone Beach	gladstone-beach	US		0	America/Chicago	43.86554	-88.36899	228			WI	039	79125	
5254350	Glandon	glandon	US		0	America/Chicago	45.08886	-89.42706	445			WI	073	34225	
5254389	Glen Oak	glen-oak	US		0	America/Chicago	43.74415	-89.36151	241			WI	077	53900	
5254390	Glen Oaks Estates	glen-oaks-estates	US		0	America/Chicago	42.91029	-88.18065	277			WI	133	55275	
5255316	Hale Corner	hale-corner	US		0	America/Chicago	44.66163	-91.27655	316			WI	035	60750	
5254419	Glenmore	glenmore	US		1142	America/Chicago	44.38583	-87.92732	281			WI	009	29550	
5254424	Glenn Oaks Beach	glenn-oaks-beach	US		0	America/Chicago	42.88139	-88.99872	244			WI	055	78475	
5254466	Goerkes Corner	goerkes-corner	US		0	America/Chicago	43.0364	-88.1662	265	Blodgett,Goerkes Corner		WI	133	10050	
5254478	Golden Country Estates	golden-country-estates	US		0	America/Chicago	42.92224	-88.10231	254			WI	133	55275	
5254496	Goldenthal	goldenthal	US		0	America/Chicago	43.23612	-88.16204	275			WI	131	28875	
5254502	Goll	goll	US		0	America/Chicago	45.28025	-87.75094	214			WI	075	83050	
5254557	Goodnow	goodnow	US		0	America/Chicago	45.69718	-89.67181	460			WI	085	13025	
5254612	Gooseville	gooseville	US		0	America/Chicago	43.58722	-88.0212	254			WI	117	73425	
5254746	Graham Corners	graham-corners	US		0	America/Chicago	43.73249	-88.1751	320			WI	039	26450	
5254764	Grand Crossing	grand-crossing	US		0	America/Chicago	43.84524	-91.22958	196			WI	063	40775	
5254822	Granite City (historical)	granite-city-historical	US		0	America/Chicago	44.63387	-88.99122	274			WI	135	89375	
5254823	Granite Heights	granite-heights	US		0	America/Chicago	45.05997	-89.63957	369			WI	073	79350	
5254827	Granite Quarry (historical)	granite-quarry-historical	US		0	America/Chicago	44.4172	-89.06789	258			WI	135	84400	
5254938	Gravesville	gravesville	US		0	America/Chicago	44.03638	-88.14621	261	Gravesville,Lodi		WI	015	14475	
5255020	Green Lake Terrace	green-lake-terrace	US		0	America/Chicago	43.78248	-89.06456	246			WI	047	65625	
5255050	Greenbush Addition	greenbush-addition	US		0	America/Chicago	43.06194	-89.4029	265			WI	025	48000	
5255094	Greens Corners	greens-corners	US		0	America/Chicago	43.54748	-89.6829	255	Green Corners,Greens Corners,Russels Corners		WI	111	24900	
5255152	Greenwyck	greenwyck	US		0	America/Chicago	43.78526	-89.02372	249			WI	047	31350	
5255156	Gregorville	gregorville	US		0	America/Chicago	44.61833	-87.54648	217			WI	061	44425	
5255157	Grellton	grellton	US		0	America/Chicago	43.135	-88.78844	258			WI	055	51850	
5255192	Grimms	grimms	US		0	America/Chicago	44.1461	-87.90176	256	Grimm's,Grimms,Grims		WI	071	13237	
5255270	Gurney	gurney	US		0	America/Chicago	46.47273	-90.50824	331			WI	051	31875	
5255299	Haevers Corners	haevers-corners	US		0	America/Chicago	44.51277	-87.97788	183			WI	009	31000	
5255313	Halder	halder	US		0	America/Chicago	44.79913	-89.87068	366			WI	073	24025	
5255441	Hamples Corner	hamples-corner	US		0	America/Chicago	44.35165	-88.47538	242			WI	087	13600	
5255458	Hanerville	hanerville	US		0	America/Chicago	42.87556	-89.1615	266			WI	025	21100	
5255478	Hans Addition	hans-addition	US		0	America/Chicago	42.8314	-89.05372	271			WI	105	22575	
5255555	Harmon (historical)	harmon-historical	US		0	America/Chicago	46.06772	-91.66824	363			WI	129	77350	
5255564	Harmony Grove	harmony-grove	US		0	America/Chicago	43.37165	-89.55095	238			WI	021	45375	
5255565	Harmony Hill	harmony-hill	US		0	America/Chicago	43.2097	-90.71152	337			WI	023	72275	
5255595	Harrison (historical)	harrison-historical	US		0	America/Chicago	44.13416	-88.29177	301			WI	015		
5255698	Hatchville	hatchville	US		0	America/Chicago	44.85802	-92.13629	368			WI	033	46175	
5255714	Hatton (historical)	hatton-historical	US		0	America/Chicago	44.25942	-88.989	241			WI	135	44575	
5255718	Hauer	hauer	US		0	America/Chicago	45.80273	-91.46017	408			WI	113	71500	
5255756	Hawkins Corner	hawkins-corner	US		0	America/Chicago	44.51802	-92.16545	349			WI	091	61950	
5255802	Hay Creek	hay-creek	US		0	America/Chicago	44.62218	-91.07488	319			WI	035	09500	
5255853	Hay Stack Corner	hay-stack-corner	US		0	America/Chicago	45.64858	-90.87571	427			WI	113	88000	
5255859	Hayen	hayen	US		0	America/Chicago	43.84916	-87.74592	193	Haven,Hayen,Seven Mile Creek		WI	117	54475	
5255877	Hayton	hayton	US		0	America/Chicago	44.02249	-88.11621	253	Charles Town,Dicksville,Hayton,Haytown,School Section,Wallerville		WI	015	14000	
5255938	Heart Prairie	heart-prairie	US		0	America/Chicago	42.76557	-88.64205	290			WI	127	41050	
5255941	Heath Mills	heath-mills	US		0	America/Chicago	42.9839	-88.57427	259	Erfurt,Heath Mills		WI	055	78200	
5255957	Heffron	heffron	US		0	America/Chicago	44.24359	-89.30623	357			WI	137	69425	
5255962	Hegg	hegg	US		0	America/Chicago	44.20913	-91.19238	253			WI	121	24425	
5256044	Henrietta (historical)	henrietta-historical	US		0	America/Chicago	43.50831	-90.39541	250			WI	103	33925	
5256062	Henrysville	henrysville	US		0	America/Chicago	44.44388	-87.78593	273			WI	009	22225	
5256080	Herman Center	herman-center	US		0	America/Chicago	43.41389	-88.4601	341	Herman,Herman Center		WI	027	34000	
5256094	Herold	herold	US		0	America/Chicago	44.30552	-91.8421	387			WI	011	06675	
5256097	Herrington	herrington	US		0	America/Chicago	43.7783	-91.2193	201			WI	063	40775	
5256203	High Cliff (historical)	high-cliff-historical	US		0	America/Chicago	44.1661	-88.29261	237	Clifton,High Cliff (historical),Highcliff		WI	015	73525	
5256234	Highland Beach	highland-beach	US		0	America/Chicago	44.18665	-88.31594	239			WI	015		
5256262	Highland Shore	highland-shore	US		0	America/Chicago	44.05082	-88.63067	231			WI	139	01025	
5256283	Hilbert Junction	hilbert-junction	US		0	America/Chicago	44.1461	-88.15955	252			WI	015	34575	
5256287	Hilburn	hilburn	US		0	America/Chicago	42.78835	-88.35509	249			WI	127	22125	
5256295	Hiles	hiles	US		167	America/Chicago	45.70385	-88.97734	507			WI	041	34650	
5256320	Hill Point	hill-point	US		0	America/Chicago	43.42443	-90.11263	302	Hill Point,Hillpoint		WI	111	83700	
5256333	Hillcrest	hillcrest	US		0	America/Chicago	46.503	-91.89825	357			WI	031	33350	
5256453	Hilton Estates	hilton-estates	US		0	America/Chicago	43.22305	-89.22373	304			WI	025	09775	
5256472	Hintz	hintz	US		0	America/Chicago	44.91582	-88.4101	244			WI	083	81475	
5256519	Hoepkers Corners	hoepkers-corners	US		0	America/Chicago	43.16499	-89.28512	302	Hoepker's Corners,Hoepkers Corners		WI	025	48000	
5256522	Hofa Park	hofa-park	US		0	America/Chicago	44.63027	-88.33288	276			WI	115	48900	
5256527	Hoffman Corners	hoffman-corners	US		0	America/Chicago	43.02167	-89.15011	289			WI	025	17200	
5256528	Hoffman Corners	hoffman-corners	US		0	America/Chicago	43.77247	-90.4443	418	Albanville,Hoffman Corners		WI	081	85125	
5256544	Hogarty	hogarty	US		0	America/Chicago	45.02969	-89.30567	430			WI	073	63500	
5256581	Holiday Heights	holiday-heights	US		0	America/Chicago	43.86524	-91.20097	217			WI	063	59925	
5256582	Holiday Hills	holiday-hills	US		0	America/Chicago	42.54807	-89.03039	237			WI	105	06525	
5256641	Holts Landing	holts-landing	US		0	America/Chicago	46.00995	-90.37156	471			WI	003	00550	
5256835	Honey Lake	honey-lake	US		0	America/Chicago	42.71585	-88.30593	236	Honey Lake,Vienna		WI	101	68550	
5256854	Hoopers Mill	hoopers-mill	US		0	America/Chicago	43.09667	-88.8815	247			WI	055	51850	
5256897	Hopokoekau Beach	hopokoekau-beach	US		0	America/Chicago	43.82221	-88.38788	229			WI	039	79125	
5256937	Horns Corners	horns-corners	US		0	America/Chicago	43.34139	-88.02398	257	Horn's Corners,Horns Corner,Horns Corners		WI	089	13400	
5256955	Horseman	horseman	US		0	America/Chicago	45.4944	-91.55961	476			WI	005	20750	
5257064	Howards Grove	howards-grove	US		3271	America/Chicago	43.83388	-87.82009	217	Howards Grove,Pitchville		WI	117	36025	
5257069	Hub City	hub-city	US		0	America/Chicago	43.47109	-90.35624	238			WI	103	33925	
5257075	Hubbleton	hubbleton	US		0	America/Chicago	43.19361	-88.88205	241	Hubbleton,Hubbleville		WI	055	51850	
5257078	Huber Mobile Home Park	huber-mobile-home-park	US		0	America/Chicago	44.91052	-91.92657	269			WI	033	51025	
5257101	Hughey	hughey	US		0	America/Chicago	45.24858	-90.70013	390			WI	119	15450	
5257105	Huilsburg	huilsburg	US		0	America/Chicago	43.38417	-88.46066	337	Huilsburg,Huilsburgh		WI	027	34000	
5257113	Hulls Crossing	hulls-crossing	US		0	America/Chicago	43.81583	-88.11149	285	Hull's Crossing Station,Hulls Crossing		WI	117	31100	
5257176	Husher	husher	US		0	America/Chicago	42.81418	-87.89452	225	Hisher,Hoosier,Husher		WI	101	11950	
5257232	Idlewood Beach	idlewood-beach	US		0	America/Chicago	43.60139	-87.76537	179			WI	117	35375	
5257233	Iduna	iduna	US		0	America/Chicago	44.19857	-91.31266	241			WI	121	24425	
5257245	Imalone	imalone	US		0	America/Chicago	45.55219	-91.22738	341			WI	107	79575	
5257382	Indian Creek	indian-creek	US		0	America/Chicago	45.70523	-92.20741	324			WI	095	45775	
5257394	Indian Heights	indian-heights	US		0	America/Chicago	42.85223	-89.01817	251			WI	025	00875	
5257425	Indian Shores	indian-shores	US		0	America/Chicago	44.13915	-88.70178	228			WI	139	87925	
5257428	Indianford	indianford	US		0	America/Chicago	42.80417	-89.09122	245	Fosters Ferry,Fulton Center,Indian Ford,Indianford,Morses Landing		WI	105	28075	
5257436	Ingersoll	ingersoll	US		0	America/Chicago	44.85192	-89.25984	384			WI	073	23100	
5257437	Ingle	ingle	US		0	America/Chicago	43.62443	-89.12789	283	Engle,Ingle		WI	021	72250	
5257497	Interwald	interwald	US		0	America/Chicago	45.22386	-90.11653	438			WI	119	31600	
5257587	Isaar	isaar	US		0	America/Chicago	44.57166	-88.28455	253	Isaar,Iscar		WI	087	72750	
5257643	Ives	ives	US		0	America/Chicago	42.77002	-87.80535	197			WI	101	11950	
5257644	Ives Grove	ives-grove	US		0	America/Chicago	42.72919	-87.96619	241			WI	101	89575	
5257808	Jefferson Junction	jefferson-junction	US		0	America/Chicago	43.03695	-88.7901	248			WI	055	04125	
5257835	Jeffris	jeffris	US		0	America/Chicago	45.5019	-89.4304	509	Jeffries,Jeffris		WI	069	32875	
5257916	Jimtown	jimtown	US		0	America/Chicago	43.35331	-90.63846	251			WI	103	00675	
5257955	Joel	joel	US		0	America/Chicago	45.36052	-92.23463	349			WI	095	15125	
5258066	Johnstown Center	johnstown-center	US		0	America/Chicago	42.69585	-88.83955	285			WI	105	38450	
5258109	Jonesdale	jonesdale	US		0	America/Chicago	42.89889	-90.01346	283	Jones,Jonesdale		WI	049	83150	
5258228	Kaiser (historical)	kaiser-historical	US		0	America/Chicago	45.90968	-90.55155	457			WI	099	41150	
5258237	Kalinke	kalinke	US		0	America/Chicago	45.03052	-89.39706	446			WI	073	22025	
5258279	Katinka Village	katinka-village	US		0	America/Chicago	46.20412	-89.80155	505			WI	125	65425	
5258302	Keenville	keenville	US		0	America/Chicago	44.06137	-88.52539	231			WI	139	60500	
5258304	Kegonsa	kegonsa	US		0	America/Chicago	42.97722	-89.20039	267			WI	025	63375	
5258308	Keith (historical)	keith-historical	US		0	America/Chicago	45.5083	-88.88289	485			WI	041	44375	
5258311	Kekoskee	kekoskee	US		159	America/Chicago	43.52999	-88.56094	279			WI	027	38900	
5258329	Kellner	kellner	US		0	America/Chicago	44.35886	-89.72484	317			WI	141	30125	
5258330	Kellners Corners	kellners-corners	US		0	America/Chicago	44.12611	-87.70953	208			WI	071	48500	
5258338	Kelly Brook	kelly-brook	US		0	America/Chicago	44.96027	-88.21593	246	Kelleybrook,Kelly Brook		WI	083	76450	
5258364	Kempster	kempster	US		0	America/Chicago	45.28969	-89.16678	497			WI	067	56200	
5258434	Keowns	keowns	US		0	America/Chicago	43.36861	-88.1362	278			WI	131	80575	
5258449	Keshena Falls	keshena-falls	US		0	America/Chicago	44.89331	-88.65399	258			WI	078	50975	
5258504	Keyeser	keyeser	US		0	America/Chicago	43.29666	-89.25595	305	Keyeser,Keyser		WI	021	43125	
5258505	Keyesville	keyesville	US		0	America/Chicago	43.33971	-90.21874	328	Keyesville,Keysville		WI	103	37500	
5258551	Kilbournville	kilbournville	US		0	America/Chicago	42.8078	-87.9523	232			WI	101	11950	
5258649	Kingsbridge	kingsbridge	US		0	America/Chicago	44.21138	-87.6812	189	King's Bridge,Kings Bridge,Kingsbridge		WI	071	40425	
5258652	Kingsley Corners	kingsley-corners	US		0	America/Chicago	43.17722	-89.49651	293			WI	025	75875	
5258694	Kirchhayn	kirchhayn	US		0	America/Chicago	43.29417	-88.09509	270			WI	131	37700	
5258725	Klevenville	klevenville	US		0	America/Chicago	43.02444	-89.6679	301	Klevenville,Pine Bluff Station		WI	025	75850	
5258741	Kloten	kloten	US		0	America/Chicago	44.03527	-88.26594	313			WI	015	77425	
5258769	Knellsville	knellsville	US		0	America/Chicago	43.41417	-87.87092	224			WI	089	64475	
5258791	Knowles	knowles	US		0	America/Chicago	43.57277	-88.50427	320			WI	027	45500	
5258801	Knowlton	knowlton	US		120	America/Chicago	44.71636	-89.68262	340			WI	073	40150	
5258815	Kodan	kodan	US		0	America/Chicago	44.66111	-87.49787	201	Kodan,Kodau		WI	061	00600	
5258822	Koepenick	koepenick	US		0	America/Chicago	45.33663	-89.16678	516	Koepenick,Koepenick Station		WI	067	81950	
5258832	Kohlsville	kohlsville	US		0	America/Chicago	43.47111	-88.32204	307			WI	131	84900	
5258839	Kolberg	kolberg	US		0	America/Chicago	44.71916	-87.54898	215			WI	029	10700	
5258842	Kolb	kolb	US		0	America/Chicago	44.42277	-87.96316	253			WI	009	43090	
5258865	Koro	koro	US		0	America/Chicago	43.96804	-88.84456	253			WI	139	56100	
5258876	Koshkonong Mounds	koshkonong-mounds	US		0	America/Chicago	42.87417	-88.91205	255			WI	055	40375	
5258895	Koshkonong Manor	koshkonong-manor	US		0	America/Chicago	42.90139	-88.96011	247			WI	055	78475	
5258914	Krok	krok	US		0	America/Chicago	44.42889	-87.63314	222	Krok,Norman		WI	061	85775	
5258916	Kronenwetter	kronenwetter	US		7630	America/Chicago	44.82219	-89.5904	365			WI	073	40550	
5258921	Kroghville	kroghville	US		0	America/Chicago	43.06167	-89.00817	261			WI	055	41700	
5258934	Kunesh	kunesh	US		0	America/Chicago	44.61555	-88.19038	231			WI	009	63075	
5258940	Kurth (historical)	kurth-historical	US		0	America/Chicago	44.57413	-90.4968	329			WI	019	30275	
5259029	Lac La Belle	lac-la-belle	US		295	America/Chicago	43.14417	-88.53066	262			WI	133	40750	
5259114	Lake Beulah	lake-beulah	US		0	America/Chicago	42.8214	-88.32093	253			WI	127	22125	
5259121	Lake Brittany Estates	lake-brittany-estates	US		0	America/Chicago	42.90946	-88.07703	236			WI	133	55275	
5259124	Lake Church	lake-church	US		0	America/Chicago	43.49972	-87.82064	209			WI	089	06175	
5259159	Lake Emily (historical)	lake-emily-historical	US		0	America/Chicago	44.47775	-89.33484	344			WI	097	01775	
5259164	Lake Five	lake-five	US		0	America/Chicago	43.19251	-88.27093	298			WI	133	44850	
5259182	Lake Hallie	lake-hallie	US		6535	America/Chicago	44.87579	-91.44071	272			WI	017	41525	
5259196	Lake Koshkonong	lake-koshkonong	US		1204	America/Chicago	42.90973	-88.91955	238			WI	055	78475	
5259202	Lake Lac La Belle	lake-lac-la-belle	US		860	America/Chicago	43.13084	-88.54454	280			WI	055	37600	
5259203	Lake Lawn	lake-lawn	US		0	America/Chicago	42.62585	-88.59427	284			WI	127	19450	
5259239	Lake Owen (historical)	lake-owen-historical	US		0	America/Chicago	46.26995	-91.25408	418			WI	007	20887	
5259260	Lake Ripley	lake-ripley	US		1779	America/Chicago	43.00583	-88.98622	260			WI	055	59125	
5259266	Lake Shangrila	lake-shangrila	US		861	America/Chicago	42.5053	-88.07064	249			WI	059	71125	
5259300	Lake Waubesa	lake-waubesa	US		0	America/Chicago	43.02555	-89.3054	262			WI	025	46850	
5259304	Lake Wazeecha	lake-wazeecha	US		2651	America/Chicago	44.37108	-89.75651	315			WI	141	30125	
5259305	Lake Windsor	lake-windsor	US		0	America/Chicago	43.20416	-89.34789	268			WI	025		
5259313	Lake Wisconsin	lake-wisconsin	US		4189	America/Chicago	43.3736	-89.57568	247			WI	021	45375	
5259317	Lake Wissota	lake-wissota	US		2738	America/Chicago	44.92635	-91.30099	281	Lake Wissota,Wissota Beach		WI	017	40900	
5259339	Lake Owen	lake-owen	US		0	America/Chicago	46.26801	-91.25852	426			WI	007	20887	
5259346	Lakeshore Trailer Park	lakeshore-trailer-park	US		0	America/Chicago	45.49635	-91.71322	344			WI	005	67375	
5259378	Lakeview (historical)	lakeview-historical	US		0	America/Chicago	43.89719	-91.26292	197			WI	063	40775	
5259414	Lakewood Estates	lakewood-estates	US		0	America/Chicago	43.78859	-89.01428	258			WI	047	31350	
5259444	Lampson	lampson	US		0	America/Chicago	45.983	-91.81629	359			WI	129	10150	
5259454	Lancaster Junction	lancaster-junction	US		0	America/Chicago	42.97693	-90.61401	358			WI	043	25625	
5259472	Landstad	landstad	US		0	America/Chicago	44.66054	-88.44371	255			WI	115	43675	
5259479	Laney	laney	US		0	America/Chicago	44.64444	-88.28927	265			WI	115	48900	
5259485	Langes Corners	langes-corners	US		0	America/Chicago	44.38555	-87.86093	266	Langes,Langes Corner,Langes Corners		WI	009	56575	
5259486	Langlade	langlade	US		0	America/Chicago	45.18997	-88.73233	384			WI	067	88450	
5259513	Laona Junction	laona-junction	US		0	America/Chicago	45.65607	-88.694	470			WI	041	13125	
5259518	Lapham Junction	lapham-junction	US		0	America/Chicago	44.29746	-90.47819	303			WI	053	40000	
5259524	Lark	lark	US		0	America/Chicago	44.31416	-87.94982	282			WI	009	54300	
5259557	Lasleys Point	lasleys-point	US		0	America/Chicago	44.12693	-88.7065	232			WI	139	87925	
5259575	Laudolff Beach	laudolff-beach	US		0	America/Chicago	43.87777	-88.35733	231			WI	039	12075	
5259674	Lead Mine	lead-mine	US		0	America/Chicago	42.57083	-90.34541	284	Lead Mine,Leadmine,Leadville		WI	065	56625	
5259702	Leeds Center	leeds-center	US		0	America/Chicago	43.33249	-89.28567	324	Leeds Center,Leeds Centre		WI	021	43125	
5259716	Leeman	leeman	US		0	America/Chicago	44.57415	-88.55649	242			WI	087	48250	
5259740	Leipsig	leipsig	US		0	America/Chicago	43.40083	-88.86427	253			WI	027	05925	
5259757	Lemington	lemington	US		0	America/Chicago	45.75912	-91.35294	401			WI	113	17250	
5259767	Lemonweir	lemonweir	US		0	America/Chicago	43.78442	-90.01707	263			WI	057	43300	
5259806	Leonards	leonards	US		0	America/Chicago	46.16967	-91.32129	398			WI	007	11675	
5259808	Leonards Point	leonards-point	US		0	America/Chicago	44.04665	-88.62261	233			WI	139	01025	
5259831	Levis	levis	US		0	America/Chicago	44.53857	-91.1046	318			WI	053	28325	
5259867	Leyden	leyden	US		0	America/Chicago	42.73084	-89.129	272			WI	105	37850	
5259876	Liberty Corners	liberty-corners	US		0	America/Chicago	42.52085	-88.09925	256			WI	059	71125	
5259886	Liberty Pole	liberty-pole	US		0	America/Chicago	43.48997	-90.90874	366			WI	123	27400	
5259962	Lima Center	lima-center	US		0	America/Chicago	42.78945	-88.82733	274			WI	105	44125	
5260116	Linden Beach	linden-beach	US		0	America/Chicago	43.85416	-88.37344	228			WI	039	79125	
5260129	Lindina	lindina	US		0	America/Chicago	43.75997	-90.14707	281	Crossville,Lindina		WI	057	44675	
5260225	Little Black	little-black	US		0	America/Chicago	45.10608	-90.32958	434	Little Black,Littleblack		WI	119	44900	
5260258	Little Chicago	little-chicago	US		0	America/Chicago	45.04719	-89.84429	388			WI	073	06975	
5260301	Little Eau Claire	little-eau-claire	US		0	America/Chicago	44.78636	-89.44762	375			WI	073	66950	
5260350	Little Hope	little-hope	US		0	America/Chicago	44.31831	-89.109	258			WI	135	19025	
5260430	Little Norway	little-norway	US		0	America/Chicago	43.02694	-89.78957	306	Little Norway,Nissedahle		WI	025	08500	
5260470	Little Point	little-point	US		0	America/Chicago	43.91888	-88.46872	229			WI	139	08000	
5260478	Little Prairie	little-prairie	US		0	America/Chicago	42.8389	-88.53899	291			WI	127	80875	
5260484	Little Rapids	little-rapids	US		0	America/Chicago	44.38027	-88.12732	192			WI	009	42900	
5260514	Little Rose	little-rose	US		0	America/Chicago	44.8008	-90.17041	403			WI	073	22425	
5260521	Little Round Lake	little-round-lake	US		1081	America/Chicago	45.96495	-91.36795	402			WI	113	05200	
5260574	Little Sturgeon	little-sturgeon	US		136	America/Chicago	44.83888	-87.5626	183			WI	029	28300	
5260622	Little Waupon	little-waupon	US		0	America/Chicago	44.59386	-89.39456	369			WI	097	72850	
5260637	Little Wolf (historical)	little-wolf-historical	US		0	America/Chicago	44.4222	-88.9015	245	Little Wolf (historical),Meiklejohns Mills		WI	135	45300	
5260692	Loddes Mill	loddes-mill	US		0	America/Chicago	43.26388	-89.80068	226	Loddes Mill,Lodi Mill		WI	111	65125	
5260967	Loreta	loreta	US		0	America/Chicago	43.34554	-90.10735	355	Loreta,Loreto,Loretta		WI	111	05600	
5260969	Loretta	loretta	US		0	America/Chicago	45.88551	-90.85294	441			WI	113	20825	
5260973	Lorimar Estates	lorimar-estates	US		0	America/Chicago	42.71141	-88.12731	247			WI	101	20625	
5261008	Lost Lake	lost-lake	US		0	America/Chicago	43.45888	-88.989	283			WI	027	85650	
5261052	Louis Corners	louis-corners	US		0	America/Chicago	43.93527	-87.95204	278	Louis Corner,Louis Corners		WI	071	72075	
5261225	Loyd	loyd	US		0	America/Chicago	43.42304	-90.2429	248			WI	103	87250	
5261251	Luco	luco	US		0	America/Chicago	43.80138	-88.41927	229			WI	039	26300	
5261271	Lugerville	lugerville	US		0	America/Chicago	45.77551	-90.50627	440			WI	099	26050	
5261294	Lunds	lunds	US		0	America/Chicago	44.69943	-88.54538	262			WI	115	84225	
5261331	Lutheran Hill	lutheran-hill	US		0	America/Chicago	43.20833	-89.60068	355			WI	025	69850	
5261362	Lymantown	lymantown	US		0	America/Chicago	45.93412	-90.45266	462			WI	099	61200	
5261397	Lyndon Dale	lyndon-dale	US		0	America/Chicago	43.57721	-88.93067	275			WI	027	27025	
5261454	Madge	madge	US		0	America/Chicago	45.74578	-91.72378	394	Madge,Twin Oaks		WI	129	47025	
5261485	Madsen	madsen	US		0	America/Chicago	44.0811	-87.82203	248			WI	071	13237	
5261540	Mallwood	mallwood	US		0	America/Chicago	42.83667	-89.00428	256			WI	105	52225	
5261578	Manitowish	manitowish	US		0	America/Chicago	46.133	-90.0135	485			WI	051	51200	
5261598	Manitowoc Rapids	manitowoc-rapids	US		0	America/Chicago	44.09916	-87.70092	183	Conroe,Manitowoc Rapids		WI	071	48500	
5261606	Mann	mann	US		0	America/Chicago	44.70024	-90.21708	393	Mann,Mannville		WI	141	49675	
5261622	Manson (historical)	manson-historical	US		0	America/Chicago	45.56663	-89.66153	463			WI	085	88625	
5261635	Maple Beach	maple-beach	US		0	America/Chicago	42.84195	-89.00372	252			WI	105	52225	
5261638	Maple Bluff	maple-bluff	US		1340	America/Chicago	43.11833	-89.37956	267	Lakewood Bluff,Maple Bluff		WI	025	48750	
5261767	Maplehurst	maplehurst	US		0	America/Chicago	45.0608	-90.63875	390			WI	119	48925	
5261802	Marble (historical)	marble-historical	US		0	America/Chicago	44.56248	-88.87094	258			WI	135	81700	
5261811	Marcellon	marcellon	US		0	America/Chicago	43.56859	-89.26567	252	Marcellon,Marrsellon		WI	021	49150	
5261815	March Rapids	march-rapids	US		0	America/Chicago	44.84441	-90.15013	390	March,March Rapids		WI	073	22425	
5261900	Markton	markton	US		0	America/Chicago	45.12192	-88.66483	329			WI	067	88450	
5261907	Marlands	marlands	US		0	America/Chicago	45.95606	-89.81626	484			WI	125	40687	
5261982	Marshland	marshland	US		0	America/Chicago	44.07357	-91.55487	208	Marshland,Marshland Station		WI	011	11025	
5262012	Martintown	martintown	US		0	America/Chicago	42.50834	-89.80068	247	Martin,Martintown		WI	045	11725	
5262018	Marxville	marxville	US		0	America/Chicago	43.1911	-89.65984	275			WI	025	07025	
5262034	Marytown	marytown	US		0	America/Chicago	43.9136	-88.20232	294			WI	039	12075	
5262103	Maxville	maxville	US		0	America/Chicago	44.53163	-92.00878	235			WI	011	50075	
5262111	May Corner	may-corner	US		0	America/Chicago	45.04915	-87.85066	199			WI	075	31725	
5262131	Mayhews (historical)	mayhews-historical	US		0	America/Chicago	42.76307	-88.4901	262			WI	127	80875	
5262164	McAllister	mcallister	US		0	America/Chicago	45.3272	-87.72122	211			WI	075	83050	
5262188	McCartney	mccartney	US		0	America/Chicago	42.68333	-90.85096	188			WI	043	83900	
5262216	McCord	mccord	US		0	America/Chicago	45.55524	-89.89959	448			WI	085	45150	
5262262	McFarland	mcfarland	US		8209	America/Chicago	43.0125	-89.28984	265	Macfarland,McFarland		WI	025	46850	
5262289	McGrew (historical)	mcgrew-historical	US		0	America/Chicago	43.39748	-90.48402	342			WI	103	49600	
5262308	McKinley	mckinley	US		0	America/Chicago	45.57134	-92.17658	390	Loraine,McKinley		WI	095	46900	
5262349	McLaughlins Subdivision	mclaughlins-subdivision	US		0	America/Chicago	42.84918	-88.16287	241			WI	133	55275	
5262357	McMillan	mcmillan	US		0	America/Chicago	44.74219	-90.16347	387			WI	073	46975	
5262368	McNaughton	mcnaughton	US		0	America/Chicago	45.73245	-89.54431	479			WI	085	56425	
5262463	Mecan	mecan	US		0	America/Chicago	43.79609	-89.21512	246			WI	077	50350	
5262471	Medary	medary	US		0	America/Chicago	43.85524	-91.20958	211	Medary,Winona Junction		WI	063	40775	
5262494	Medina Junction	medina-junction	US		0	America/Chicago	44.23304	-88.62178	232			WI	139	15150	
5262499	Meehan	meehan	US		0	America/Chicago	44.43608	-89.64734	325	Meehan,Meehan Station		WI	097	63550	
5262503	Meekers Grove	meekers-grove	US		0	America/Chicago	42.64555	-90.36957	296			WI	065	23262	
5262504	Meeme	meeme	US		0	America/Chicago	43.92055	-87.83148	238			WI	071	50625	
5262511	Meggers	meggers	US		0	America/Chicago	43.97221	-88.04149	272			WI	071	72075	
5262530	Melnik	melnik	US		0	America/Chicago	44.24749	-87.74592	245			WI	071	28975	
5262540	Melvina	melvina	US		104	America/Chicago	43.80552	-90.77208	263			WI	081	37950	
5262606	Menchalville	menchalville	US		0	America/Chicago	44.22583	-87.88232	261			WI	071	27275	
5262609	Mendota Beach	mendota-beach	US		0	America/Chicago	43.08638	-89.47512	264			WI	025	48000	
5262642	Menomonie Junction	menomonie-junction	US		0	America/Chicago	44.91413	-91.9249	269			WI	033	51025	
5262665	Meridean	meridean	US		0	America/Chicago	44.73802	-91.791	225			WI	033	62125	
5262727	Meteor	meteor	US		0	America/Chicago	45.6894	-91.36488	482			WI	113	51425	
5262812	Middle Inlet	middle-inlet	US		827	America/Chicago	45.29164	-87.99233	219			WI	075	51537	
5262828	Middle Ridge	middle-ridge	US		0	America/Chicago	43.8008	-90.9468	386			WI	063	83650	
5262845	Middleton Junction	middleton-junction	US		0	America/Chicago	43.06027	-89.5279	323			WI	025	48000	
5262907	Mill Center	mill-center	US		0	America/Chicago	44.58805	-88.16066	232	Mill Center,Mills Centre		WI	009	35950	
5262922	Mill Creek (historical)	mill-creek-historical	US		0	America/Chicago	43.38665	-90.54846	241			WI	103	49600	
5262931	Mill Creek Community	mill-creek-community	US		0	America/Chicago	44.54024	-89.67762	339			WI	097	12725	
5262968	Millard	millard	US		0	America/Chicago	42.73446	-88.62149	284	Barkers Corners,Millard		WI	127	78100	
5263003	Millhome	millhome	US		0	America/Chicago	43.89499	-87.96232	268	Mill Home,Millhome,Muhlheim		WI	071	72075	
5263032	Milton Junction	milton-junction	US		0	America/Chicago	42.78251	-88.96289	269	Milton Junction,West Milton		WI	105	52200	
5263103	Minawa Beach	minawa-beach	US		0	America/Chicago	43.84638	-88.3815	229			WI	039	79125	
5263141	Minnesota Junction	minnesota-junction	US		0	America/Chicago	43.45249	-88.69705	282			WI	027	59000	
5263206	Misha Mokwa	misha-mokwa	US		0	America/Chicago	44.49719	-92.01045	213			WI	011	55975	
5263264	Moe Settlement (historical)	moe-settlement-historical	US		0	America/Chicago	43.59859	-89.69957	255			WI	021	57025	
5263269	Moeville	moeville	US		0	America/Chicago	44.68858	-92.52741	300			WI	093	80550	
5263278	Mole Lake	mole-lake	US		435	America/Chicago	45.47969	-88.98317	473			WI	041	55575	
5263288	Monches	monches	US		0	America/Chicago	43.19112	-88.34371	284	Kuntzs Mill,Monches,O'Connellsville		WI	133	51400	
5263316	Monico	monico	US		0	America/Chicago	45.57635	-89.15512	488			WI	085	53662	
5263373	Montana	montana	US		281	America/Chicago	44.34135	-91.66488	248	Montana,Монтана		WI	011	53850	
5263423	Moon Valley	moon-valley	US		0	America/Chicago	43.37026	-89.67262	242			WI	111	51350	
5263445	Moose Junction	moose-junction	US		0	America/Chicago	46.28744	-92.15491	372			WI	031	18425	
5263486	Moquah	moquah	US		0	America/Chicago	46.5705	-91.08325	259			WI	007	62700	
5263554	Mosel	mosel	US		0	America/Chicago	43.80555	-87.74036	196			WI	117	54475	
5263562	Morton Corner	morton-corner	US		0	America/Chicago	44.79052	-92.47214	322			WI	093	49775	
5263576	Mosling	mosling	US		0	America/Chicago	44.86888	-88.36955	258	Linwood,Mosling		WI	083	81475	
5263659	Mount Hope Corners	mount-hope-corners	US		0	America/Chicago	44.73441	-91.56877	268			WI	035	10625	
5263742	Mount View	mount-view	US		0	America/Chicago	44.95164	-89.72679	361			WI	073	84475	
5264002	Murat	murat	US		0	America/Chicago	45.18942	-90.4457	441			WI	119	32300	
5264006	Murphy Corner	murphy-corner	US		0	America/Chicago	44.38638	-88.33483	248			WI	087	27650	
5264033	Murry	murry	US		0	America/Chicago	45.60052	-91.20071	356			WI	107	55175	
5264046	Muskeg	muskeg	US		0	America/Chicago	46.5705	-91.49074	332			WI	007	36300	
5264115	Nabob	nabob	US		0	America/Chicago	43.42028	-88.27093	359			WI	131	85375	
5264126	Namekagon	namekagon	US		0	America/Chicago	46.21273	-91.04546	430			WI	007	55375	
5264133	Namur	namur	US		0	America/Chicago	44.73472	-87.6701	210	Fairland,Namur		WI	029	81525	
5264152	Nasbro	nasbro	US		0	America/Chicago	43.59471	-88.50483	311			WI	027	45500	
5264164	Nasonville	nasonville	US		0	America/Chicago	44.59885	-90.25847	407			WI	141	44550	
5264181	Naugart	naugart	US		0	America/Chicago	45.07608	-89.78846	400			WI	073	06975	
5264183	Navarino	navarino	US		177	America/Chicago	44.6111	-88.49205	245			WI	115	55675	
5264219	Neda	neda	US		0	America/Chicago	43.42139	-88.5376	306			WI	027	36100	
5264256	Nekoosa Junction	nekoosa-junction	US		0	America/Chicago	44.33774	-89.88929	293			WI	141	64175	
5264269	Nelma	nelma	US		0	America/Chicago	46.01968	-88.81791	475			WI	041	01625	
5264300	Nelsonville (historical)	nelsonville-historical	US		0	America/Chicago	44.65413	-91.56988	304			WI	035	20800	
5264310	Nenno	nenno	US		0	America/Chicago	43.44611	-88.39149	325	Nenno,Neno		WI	131	00425	
5264333	Nerike	nerike	US		0	America/Chicago	44.55052	-92.16573	348			WI	093	48200	
5264361	Neuern	neuern	US		0	America/Chicago	44.50194	-87.72481	257	Neuern,Neureru		WI	061	46425	
5264363	Neva	neva	US		0	America/Chicago	45.23941	-89.11317	478	Neva,Neva Star		WI	067	56200	
5264365	Neva Corners	neva-corners	US		0	America/Chicago	45.21997	-89.14456	473			WI	067	56200	
5264371	Nevins	nevins	US		0	America/Chicago	44.49635	-90.36513	326			WI	019	73550	
5264372	New Amsterdam	new-amsterdam	US		0	America/Chicago	43.98274	-91.31653	209	Friesland,New Amsterdam		WI	063	35350	
5264396	New City (historical)	new-city-historical	US		0	America/Chicago	44.34885	-91.44099	237			WI	121	11325	
5264402	New Diggings	new-diggings	US		0	America/Chicago	42.53528	-90.33541	240	New Diggings,New Diggins		WI	065	56625	
5264408	New Fane	new-fane	US		0	America/Chicago	43.555	-88.18593	298	Eblesville,New Fane,Newfane		WI	039	03750	
5264465	New Miner	new-miner	US		0	America/Chicago	44.16969	-90.03624	286			WI	057	02850	
5264469	New Chester (historical)	new-chester-historical	US		0	America/Chicago	43.86164	-89.63762	316			WI	001	56525	
5264471	New Post	new-post	US		305	America/Chicago	45.89579	-91.186	405			WI	113	36450	
5264472	New Prospect	new-prospect	US		0	America/Chicago	43.61583	-88.17871	301			WI	039	03750	
5264485	New Rome	new-rome	US		0	America/Chicago	44.21941	-89.88096	284			WI	001	69275	
5264486	New Rome (historical)	new-rome-historical	US		0	America/Chicago	44.24219	-89.86263	300			WI	001	69275	
5264503	Newald	newald	US		95	America/Chicago	45.73857	-88.70539	479	Newald,Ross		WI	041	69625	
5264513	Newberg Corners	newberg-corners	US		0	America/Chicago	43.77747	-90.97791	406	Newberg Corner,Newberg Corners,Newbergs Corners,Newburg Corners		WI	063	83650	
5264514	Newbold	newbold	US		0	America/Chicago	45.69801	-89.51014	479	Newbold,Newbole Station		WI	085	56425	
5264564	Newtonburg	newtonburg	US		0	America/Chicago	44.05166	-87.76175	247	Newtonburg,Newtonburgh		WI	071	57200	
5264585	Nichols Shore Acres	nichols-shore-acres	US		0	America/Chicago	44.09721	-88.63983	231			WI	139	60525	
5264639	Nix Corner	nix-corner	US		0	America/Chicago	44.64663	-91.3471	325			WI	035	15200	
5264685	Norrie	norrie	US		0	America/Chicago	44.88553	-89.25428	393			WI	073	57600	
5264692	Norske	norske	US		0	America/Chicago	44.65247	-89.20845	331			WI	135	32925	
5264778	North Cape	north-cape	US		0	America/Chicago	42.77863	-88.07092	244	North Cape,Northcape		WI	101	66375	
5264787	North Clayton	north-clayton	US		0	America/Chicago	43.38081	-90.70957	365	Clayton,North Clayton		WI	023	15075	
5264814	North Fond du Lac	north-fond-du-lac	US		5004	America/Chicago	43.81138	-88.48344	234			WI	039	58000	
5264848	North Grimms	north-grimms	US		0	America/Chicago	44.15333	-87.90232	261			WI	071	27275	
5264870	North La Crosse	north-la-crosse	US		50470	America/Chicago	43.84635	-91.24819	197			WI	063	40775	
5264885	North Leeds	north-leeds	US		0	America/Chicago	43.33193	-89.32539	329			WI	021	43125	
5264889	North Lowell	north-lowell	US		0	America/Chicago	43.37027	-88.79622	249	North Lowell,Pumpkin Center		WI	027	45975	
5264895	North Menomonie	north-menomonie	US		0	America/Chicago	44.89774	-91.93184	267			WI	033	51025	
5264931	North Readfield	north-readfield	US		0	America/Chicago	44.28665	-88.76955	249	North Readfield,Readfield Station		WI	135	12000	
5264932	North Red Wing	north-red-wing	US		0	America/Chicago	44.57719	-92.54769	207			WI	093	80550	
5264951	North Shore	north-shore	US		0	America/Chicago	42.91112	-88.92039	240			WI	055	78475	
5264972	North Tomah	north-tomah	US		0	America/Chicago	44.01163	-90.51513	295			WI	081	41000	
5264994	North York	north-york	US		0	America/Chicago	46.39273	-90.77769	271			WI	003	03250	
5265007	Northeim	northeim	US		0	America/Chicago	43.99416	-87.6987	190	Northeim,Northiem		WI	071	57200	
5265022	Northland	northland	US		0	America/Chicago	44.59498	-89.20789	319			WI	135	32925	
5265034	Northline	northline	US		0	America/Chicago	44.98913	-92.7152	262			WI	109	36275	
5265059	Northwoods Beach	northwoods-beach	US		0	America/Chicago	45.91412	-91.4035	405	North Woods Beach,Northwoods Beach,The Northwoods Beach		WI	113	05200	
5265067	Norway Grove	norway-grove	US		0	America/Chicago	43.2486	-89.40262	302	Norway Grove,Norwaygrove		WI	025	82750	
5265079	Norway Ridge	norway-ridge	US		0	America/Chicago	44.12469	-90.3293	298			WI	081	72325	
5265136	Nowell (historical)	nowell-historical	US		0	America/Chicago	44.48942	-88.79816	263			WI	135	43075	
5265186	Nutterville	nutterville	US		0	America/Chicago	45.00386	-89.52734	402			WI	073	84500	
5265230	Oak Center	oak-center	US		0	America/Chicago	43.66082	-88.60011	275	Oak Center,Oak Centre		WI	039	58925	
5265241	Oak Grove (historical)	oak-grove-historical	US		0	America/Chicago	44.67246	-91.60516	291			WI	035	20800	
5265321	Oak Knoll	oak-knoll	US		0	America/Chicago	42.94278	-89.21873	267			WI	025	63375	
5265322	Oak Knoll	oak-knoll	US		0	America/Chicago	42.86862	-88.33787	252			WI	133	55050	
5265346	Oak Orchard	oak-orchard	US		0	America/Chicago	44.78138	-87.92594	178			WI	083	61900	
5265425	Oakland Heights	oakland-heights	US		0	America/Chicago	43.06611	-89.41206	262			WI	025	48000	
5265504	Oconomowoc Lake	oconomowoc-lake	US		612	America/Chicago	43.10445	-88.45926	274			WI	133	59300	
5265585	Okauchee Lake	okauchee-lake	US		4422	America/Chicago	43.12334	-88.44065	268			WI	133	59275	
5265590	Okee	okee	US		0	America/Chicago	43.35777	-89.58012	244			WI	021	45375	
5265596	Old Albertville	old-albertville	US		0	America/Chicago	44.93663	-91.60017	289			WI	017	86537	
5265598	Old Ashippun	old-ashippun	US		0	America/Chicago	43.22473	-88.51982	268	Ashippun,Ashippun Station,Old Ashippun		WI	027	03200	
5265608	Old Deerfield	old-deerfield	US		0	America/Chicago	43.08305	-89.07567	267	Deerfield Corners,Old Deerfield		WI	025	19275	
5265624	Old Lebanon	old-lebanon	US		0	America/Chicago	43.22611	-88.63038	278	Lebanon,Old Lebanon		WI	027	43050	
5265646	Old Tyrone (historical)	old-tyrone-historical	US		0	America/Chicago	44.71385	-91.84267	231			WI	033	62125	
5265764	Orange Mill	orange-mill	US		0	America/Chicago	43.90163	-90.23235	273	Orange,Orange Mill		WI	057	60150	
5265768	Orchard Grove	orchard-grove	US		0	America/Chicago	43.49833	-88.14093	290			WI	131	25375	
5265799	Orihula	orihula	US		0	America/Chicago	44.20915	-88.83289	229			WI	139	88475	
5265818	Orva	orva	US		0	America/Chicago	46.45189	-90.23157	437			WI	051	39625	
5265856	Osman	osman	US		0	America/Chicago	43.9686	-87.82092	244			WI	071	50625	
5265938	Ottman Corners	ottman-corners	US		0	America/Chicago	44.7033	-92.51714	312			WI	093	80700	
5265945	Oulu	oulu	US		0	America/Chicago	46.63299	-91.53185	304			WI	007	60775	
5266043	Ourtown	ourtown	US		0	America/Chicago	43.69722	-87.8212	208	Our Town,Ourtown		WI	117	44150	
5266082	Oxbo	oxbo	US		0	America/Chicago	45.86274	-90.70433	418	Oxbo,Oxbo Lake,Oxbow,Oxbow Lake		WI	113	20825	
5266119	Packard	packard	US		0	America/Chicago	45.3547	-87.69428	211			WI	075	83050	
5266129	Paddock Lake	paddock-lake	US		3014	America/Chicago	42.57752	-88.10509	249			WI	059	60975	
5266132	Padus	padus	US		0	America/Chicago	45.49302	-88.66428	484	Padus,Podus		WI	041	83025	
5266212	Parfreyville	parfreyville	US		0	America/Chicago	44.31276	-89.13123	263			WI	135	19025	
5266249	Park Place Homes	park-place-homes	US		0	America/Chicago	46.73022	-92.09575	190			WI	031	78650	
5266269	Parkland	parkland	US		0	America/Chicago	46.64772	-91.99769	211			WI	031	61250	
5266336	Patzau	patzau	US		0	America/Chicago	46.49133	-92.22075	307			WI	031	78275	
5266341	Paukotuk	paukotuk	US		0	America/Chicago	43.96804	-88.52095	229			WI	139	08000	
5266444	Pebble Valley	pebble-valley	US		0	America/Chicago	43.22583	-89.22873	293			WI	025	09775	
5266468	Peeksville	peeksville	US		0	America/Chicago	46.09801	-90.53017	466			WI	003	61600	
5266504	Pence	pence	US		131	America/Chicago	46.41523	-90.27157	497			WI	051	61825	
5266528	Pensaukee	pensaukee	US		0	America/Chicago	44.82305	-87.91316	178			WI	083	61900	
5266554	Peplin	peplin	US		0	America/Chicago	44.78608	-89.61901	368			WI	073	40550	
5266606	Perkinstown	perkinstown	US		0	America/Chicago	45.20414	-90.61486	451			WI	119	31750	
5266611	Perote (historical)	perote-historical	US		0	America/Chicago	45.09108	-88.81288	382			WI	078	50975	
5266716	Petersville (historical)	petersville-historical	US		0	America/Chicago	44.53831	-89.18344	301	Petersonville,Petersville (historical)		WI	135	37050	
5266717	Petes Landing	petes-landing	US		0	America/Chicago	46.04967	-90.32739	476			WI	003	00550	
5266727	Petty Acres	petty-acres	US		0	America/Chicago	42.94611	-89.219	266			WI	025	63375	
5266749	Pheasant Branch	pheasant-branch	US		0	America/Chicago	43.10416	-89.48401	261			WI	025	51575	
5266751	Pewaukee West	pewaukee-west	US		0	America/Chicago	43.07473	-88.33093	268			WI	133	19425	
5266776	Phipps	phipps	US		0	America/Chicago	46.06273	-91.41351	375			WI	113	43400	
5266788	Piacenza	piacenza	US		0	America/Chicago	44.14637	-88.70733	231			WI	139	87925	
5266910	Pike Lake	pike-lake	US		0	America/Chicago	44.82164	-89.35178	382	Pike Lake,Pikelake		WI	073	66950	
5266915	Pike Lake	pike-lake	US		0	America/Chicago	43.31389	-88.34204	308			WI	131	33025	
5266924	Pike River	pike-river	US		0	America/Chicago	46.45995	-91.23991	293			WI	007	19662	
5266953	Pilgrim Village	pilgrim-village	US		0	America/Chicago	43.06389	-89.44179	314			WI	025	48000	
5266961	Pilot Knob (historical)	pilot-knob-historical	US		0	America/Chicago	43.98747	-89.61818	326			WI	001	67425	
5266963	Pilsen	pilsen	US		0	America/Chicago	44.44361	-87.72509	269			WI	061	54050	
5267002	Pine Creek	pine-creek	US		0	America/Chicago	44.13441	-91.52682	234			WI	121	20300	
5267006	Pine Creek (historical)	pine-creek-historical	US		0	America/Chicago	44.0633	-91.53015	201			WI	121	80500	
5267078	Pine Knob	pine-knob	US		0	America/Chicago	43.40192	-90.83763	351			WI	023	82100	
5267240	Pipe	pipe	US		0	America/Chicago	43.91416	-88.3126	245			WI	039	12075	
5267325	Plat	plat	US		0	America/Chicago	43.20778	-88.28093	328			WI	131	67475	
5267401	Pleasant Point	pleasant-point	US		0	America/Chicago	43.8372	-88.93622	253			WI	047	10125	
5267545	Plugtown	plugtown	US		0	America/Chicago	43.22248	-90.74846	236	Childstown,Plug Town,Plugtown		WI	023	72275	
5267582	Plummer Point	plummer-point	US		0	America/Chicago	44.08748	-88.62928	230			WI	139	60525	
5267624	Pokegama	pokegama	US		0	America/Chicago	46.64689	-92.1463	209			WI	031	78675	
5267639	Polar	polar	US		0	America/Chicago	45.16858	-88.99011	462	Mueller's Lake,Polar,Sylvan Lake		WI	067	63825	
5267643	Pole Cat Crossing	pole-cat-crossing	US		0	America/Chicago	45.6419	-92.52909	319			WI	095	46225	
5267661	Polley	polley	US		0	America/Chicago	45.14108	-90.80708	375			WI	119	26425	
5267668	Polonia	polonia	US		526	America/Chicago	44.56997	-89.41317	369			WI	097	72850	
5267679	Poniatowski	poniatowski	US		0	America/Chicago	44.99497	-89.99346	418			WI	073	67950	
5267741	Popple River	popple-river	US		0	America/Chicago	45.79135	-88.68512	465			WI	041	64050	
5267766	Port Andrew	port-andrew	US		0	America/Chicago	43.20705	-90.57331	209	Port Andrew,Port Andrews		WI	103	67775	
5267814	Porters	porters	US		0	America/Chicago	42.52863	-88.95928	250	Porter's Station,Porters		WI	105	06500	
5267832	Poskin	poskin	US		0	America/Chicago	45.40912	-91.96157	364	Cosgrove,Poskin,Poskin Lake		WI	005	15600	
5267844	Post Lake	post-lake	US		374	America/Chicago	45.4408	-89.08039	467	Post Lake,Postlake		WI	067	23050	
5267881	Potter Lake	potter-lake	US		1107	America/Chicago	42.82168	-88.34898	259			WI	127	22125	
5267928	Poysippi	poysippi	US		0	America/Chicago	44.09997	-89.90013	295			WI	001	53725	
5267930	Praag	praag	US		0	America/Chicago	44.37802	-91.75071	263			WI	011	44300	
5267936	Prairie Corners	prairie-corners	US		0	America/Chicago	42.53583	-90.53346	281			WI	043	33525	
5267993	Prairie View Heights	prairie-view-heights	US		0	America/Chicago	43.21749	-89.21317	315			WI	025	09775	
5268024	Pratt Junction	pratt-junction	US		0	America/Chicago	45.48246	-89.16456	488			WI	085	72125	
5268032	Preglers Addition	preglers-addition	US		0	America/Chicago	43.06639	-89.39929	259	Pregler's Addition,Preglers Addition		WI	025	48000	
5268143	Pucketville	pucketville	US		0	America/Chicago	44.56941	-92.53936	207			WI	093	80550	
5268163	Pulp	pulp	US		0	America/Chicago	45.87301	-88.10568	354			WI	037	26200	
5268166	Pukwana Beach	pukwana-beach	US		0	America/Chicago	43.92777	-88.31705	229	Middle Bay Beach,Pukwana Beach		WI	039	12075	
5268187	Putnam Heights	putnam-heights	US		0	America/Chicago	44.7894	-91.49599	269			WI	035	22300	
5268196	Pureair	pureair	US		0	America/Chicago	46.79021	-90.84741	198			WI	007	05375	
5268228	Quincy (historical)	quincy-historical	US		0	America/Chicago	43.87636	-89.95624	269			WI	001	65825	
5268244	Quinney	quinney	US		0	America/Chicago	44.01443	-88.30733	265			WI	015	77425	
5268283	Radspur	radspur	US		0	America/Chicago	46.17856	-91.31685	400			WI	007	11675	
5268297	Rainbow Beach	rainbow-beach	US		0	America/Chicago	44.15665	-88.44511	229			WI	139	55775	
5268326	Raintree	raintree	US		0	America/Chicago	43.19666	-89.28789	274			WI	025		
5268383	Rangeline	rangeline	US		0	America/Chicago	44.74358	-89.96402	365			WI	073	31450	
5268393	Rantz	rantz	US		0	America/Chicago	45.83162	-89.72959	496	Rantz,Rantz Station		WI	085	53225	
5268476	Red Cedar	red-cedar	US		0	America/Chicago	44.68913	-91.88434	231	Red Cedar,Redcedar		WI	033	62125	
5268500	Red Mound	red-mound	US		0	America/Chicago	43.47247	-91.14485	400	Red Mound,Redmound		WI	123	86525	
5268594	Reeve	reeve	US		0	America/Chicago	45.23857	-92.12602	352			WI	005	82375	
5268614	Reich Mobile Home Park	reich-mobile-home-park	US		0	America/Chicago	43.81248	-88.94817	257			WI	047	31350	
5268619	Reifs Mills	reifs-mills	US		0	America/Chicago	44.18222	-87.79926	229	Reifs Mills,Riefs Mills		WI	071	40425	
5268620	Reighmoor	reighmoor	US		0	America/Chicago	44.05748	-88.67372	229			WI	139	59900	
5268695	Retreat	retreat	US		0	America/Chicago	43.44553	-91.08069	390			WI	123	77075	
5268701	Reseburg	reseburg	US		0	America/Chicago	44.91524	-90.76014	371			WI	019	67025	
5268733	Rib Falls	rib-falls	US		0	America/Chicago	44.97108	-89.90374	372	Big Rib Falls,Rib Falls		WI	073	67250	
5268742	Rib Mountain	rib-mountain	US		5651	America/Chicago	44.91275	-89.6754	399			WI	073	67325	
5268884	Ricker Bay	ricker-bay	US		0	America/Chicago	44.1311	-88.47067	229			WI	139	55775	
5268939	Ring	ring	US		0	America/Chicago	43.90915	-88.64039	266			WI	139	55850	
5268947	Rio Creek	rio-creek	US		0	America/Chicago	44.58916	-87.5412	209	Krichmanns Place,Rio Creek		WI	061	44425	
5268954	Riplinger	riplinger	US		0	America/Chicago	44.82497	-90.40319	396			WI	019	81825	
5269003	River Hills	river-hills	US		1607	America/Chicago	43.17418	-87.92425	216			WI	079	68325	
5269034	Rivermoor	rivermoor	US		0	America/Chicago	44.07276	-88.68622	230			WI	139	87925	
5269137	Riverview Trailer Park	riverview-trailer-park	US		0	America/Chicago	45.49607	-91.73767	342			WI	005	67350	
5269139	Riverwood Estates	riverwood-estates	US		0	America/Chicago	42.90056	-89.21512	260			WI	025	21100	
5269192	Roche a Cri (historical)	roche-a-cri-historical	US		0	America/Chicago	44.05358	-89.83346	290	Roche a Cri (historical),Roche-a-Cri		WI	001	65450	
5269238	Rock Elm	rock-elm	US		0	America/Chicago	44.73663	-92.21657	327	Rock Elm,Rockelm		WI	093	68775	
5269324	Rockmont	rockmont	US		0	America/Chicago	46.58577	-91.9088	299			WI	031	01825	
5269342	Rocky Corners	rocky-corners	US		0	America/Chicago	44.71414	-89.6079	366			WI	073	31800	
5269367	Rocky Run	rocky-run	US		0	America/Chicago	44.54441	-89.6404	332			WI	097	12725	
5269381	Rodell	rodell	US		0	America/Chicago	44.71996	-91.18821	287	Rodell,Rosedale		WI	035	44350	
5269384	Rodney (historical)	rodney-historical	US		0	America/Chicago	43.98526	-89.12845	245			WI	137	49425	
5269414	Rogneys (historical)	rogneys-historical	US		0	America/Chicago	44.19329	-91.05848	272			WI	053	27225	
5269422	Rolling Acres	rolling-acres	US		0	America/Chicago	42.90028	-89.21873	269			WI	025	21100	
5269425	Rolling Ground	rolling-ground	US		0	America/Chicago	43.32942	-90.74041	367			WI	023	15075	
5269515	Rose Lawn	rose-lawn	US		0	America/Chicago	44.60138	-88.3251	271			WI	115	48900	
5269522	Rosecrans	rosecrans	US		0	America/Chicago	44.27666	-87.82704	265			WI	071	16950	
5269542	Rosendale Center	rosendale-center	US		0	America/Chicago	43.85165	-88.72039	271			WI	039	69550	
5269559	Rosiere	rosiere	US		0	America/Chicago	44.67555	-87.61204	248			WI	061	44425	
5269565	Ross Crossing	ross-crossing	US		0	America/Chicago	42.82917	-89.55234	268			WI	045	24725	
5269577	Rostok	rostok	US		0	America/Chicago	44.50167	-87.50147	209			WI	061	62625	
5269664	Rouse	rouse	US		0	America/Chicago	46.35634	-90.46574	453	Rouse,Rouse Siding		WI	051	01925	
5269668	Rowleys Bay	rowleys-bay	US		0	America/Chicago	45.21971	-87.03539	180			WI	029	43925	
5269688	Rozellville	rozellville	US		0	America/Chicago	44.7433	-90.02457	384			WI	073	18950	
5269690	Rube	rube	US		0	America/Chicago	44.05166	-87.80148	234			WI	071	57200	
5269704	Rubys Corner	rubys-corner	US		0	America/Menominee	45.17887	-87.73983	194			WI	075	64275	
5269720	Rugby Junction	rugby-junction	US		0	America/Chicago	43.29195	-88.2187	302			WI	131	63875	
5269742	Rural	rural	US		0	America/Chicago	44.31303	-89.15317	267	Nepewan,Nepowan,Rural		WI	135	19025	
5269760	Rush Lake	rush-lake	US		0	America/Chicago	43.92387	-88.83928	260	Rush Lake,Rush Lake Junction,Rushlake		WI	139	56100	
5269934	Ryans Corner	ryans-corner	US		0	America/Chicago	44.51333	-87.60787	207			WI	061	12875	
5270009	Saint Anna	saint-anna	US		0	America/Chicago	43.89333	-88.12149	292			WI	015	56825	
5270151	Saint Catherines Bay	saint-catherines-bay	US		0	America/Chicago	44.08332	-88.32455	239			WI	015	77400	
5270933	Saint Kilian	saint-kilian	US		0	America/Chicago	43.54305	-88.36149	346	Saint Kilian,Saint Killian,St. Kilian		WI	131	84900	
5271084	Saint Martins	saint-martins	US		0	America/Chicago	42.90224	-88.05648	244			WI	079	27300	
5272027	Salem Oaks	salem-oaks	US		0	America/Chicago	42.55863	-88.09231	236			WI	059	71125	
5272044	Salmo	salmo	US		0	America/Chicago	46.78132	-90.86518	189			WI	007	05375	
5272045	Salona	salona	US		0	America/Chicago	44.74556	-87.35648	204			WI	029	15025	
5272059	Sampson	sampson	US		0	America/Chicago	44.76499	-88.18621	240			WI	083	54200	
5272077	Sand Bay	sand-bay	US		0	America/Chicago	46.94576	-90.89102	192			WI	007	70300	
5272145	Sand Prairie	sand-prairie	US		0	America/Chicago	43.20526	-90.61152	207			WI	103	67775	
5272174	Sandstone Bluff	sandstone-bluff	US		0	America/Chicago	43.8172	-88.96706	260	Lone Tree Point,Lucas Bluff,Lucas Point,Sandstone Bluff		WI	047	31350	
5272246	Sauk Trail Beach	sauk-trail-beach	US		0	America/Chicago	43.52861	-87.79453	178			WI	089	06175	
5272255	Saunders	saunders	US		0	America/Chicago	46.63855	-92.10908	206			WI	031	78675	
5272257	Sauntry	sauntry	US		0	America/Chicago	46.37439	-91.82269	348			WI	031	74600	
5272263	Savoy (historical)	savoy-historical	US		0	America/Chicago	44.52358	-92.041	210			WI	011	50075	
5272301	Saylesville	saylesville	US		0	America/Chicago	43.30028	-88.43927	282			WI	027	69962	
5272302	Saylesville	saylesville	US		0	America/Chicago	42.94946	-88.32037	247	Sayesville,Saylesville,South Genesee		WI	133	28487	
5272357	Schmidt Corner	schmidt-corner	US		0	America/Chicago	44.60303	-89.12261	312	Neuman's Corners,Reamer,Reams,Schmidt Corner,Schmidt's Corners		WI	135	32925	
5272359	Schey Acres	schey-acres	US		0	America/Chicago	43.14111	-89.20428	284			WI	025	78625	
5272368	Schnappsville	schnappsville	US		0	America/Chicago	44.9733	-90.02513	439			WI	073	67950	
5272369	Schneyville	schneyville	US		0	America/Chicago	42.51695	-89.63956	276			WI	045	15000	
5272389	School Hill	school-hill	US		0	America/Chicago	43.94999	-87.89398	281			WI	071	50625	
5272491	Schultz	schultz	US		0	America/Chicago	42.69001	-89.60262	297			WI	045	83625	
5272573	Scotts Junction	scotts-junction	US		0	America/Chicago	43.96469	-90.6693	287			WI	081	00475	
5272593	Sechlerville	sechlerville	US		0	America/Chicago	44.37274	-91.03098	283			WI	053	35075	
5272660	Seminary Springs	seminary-springs	US		0	America/Chicago	43.10861	-89.24873	277			WI	025	11150	
5272816	Shady Side (historical)	shady-side-historical	US		0	America/Chicago	42.56474	-88.43732	269			WI	127	44750	
5272829	Shady Dell	shady-dell	US		0	America/Chicago	42.95888	-90.79124	298			WI	043	54700	
5272836	Shanagolden	shanagolden	US		0	America/Chicago	46.11745	-90.63601	459			WI	003	72825	
5272840	Shangri La Point	shangri-la-point	US		0	America/Chicago	44.06637	-88.60761	229			WI	139	60525	
5272849	Shantytown	shantytown	US		0	America/Chicago	44.68775	-89.42401	359			WI	073	07125	
5272877	Shaw Landing	shaw-landing	US		0	America/Chicago	44.36637	-88.80927	229			WI	135	55025	
5272883	Shawtown	shawtown	US		0	America/Chicago	44.79496	-91.53711	240			WI	035	22300	
5272962	Shennington	shennington	US		0	America/Chicago	44.0258	-90.31763	277			WI	081	11625	
5272972	Shepley	shepley	US		0	America/Chicago	44.86219	-89.10289	359			WI	115	07625	
5272973	Sheppard	sheppard	US		0	America/Chicago	44.26079	-90.7807	266			WI	053	09900	
5273024	Sherwood Forest	sherwood-forest	US		0	America/Chicago	43.83165	-88.97845	252			WI	047	10125	
5273025	Sherwood Forest Heights	sherwood-forest-heights	US		0	America/Chicago	43.23332	-89.23845	305			WI	025	09775	
5273026	Sherwood Glen	sherwood-glen	US		0	America/Chicago	43.1661	-89.29178	302			WI	025	11150	
5273045	Sherry Junction	sherry-junction	US		0	America/Chicago	45.21913	-88.98789	496			WI	067	65550	
5273073	Shoemaker Point	shoemaker-point	US		0	America/Chicago	44.72055	-87.72065	180			WI	029	81525	
5273079	Shopiere	shopiere	US		0	America/Chicago	42.57251	-88.93844	251	Shopiere,Waterloo		WI	105	81050	
5273087	Shorewood Hills	shorewood-hills	US		2037	America/Chicago	43.0775	-89.44568	271	Mendota Heights,Shorewood Hills		WI	025	73750	
5273097	Shortville	shortville	US		0	America/Chicago	44.49496	-90.51652	307			WI	019	83575	
5273100	Shoto	shoto	US		0	America/Chicago	44.17527	-87.64925	180	Neshota,Neshoto,Shoto		WI	071	81350	
5273148	Silica	silica	US		0	America/Chicago	43.85027	-88.34177	300			WI	039	79125	
5273296	Sioux	sioux	US		0	America/Chicago	46.73716	-90.88018	185			WI	007	05475	
5273408	Slab City	slab-city	US		0	America/Chicago	44.72027	-88.44566	279			WI	115	33075	
5273411	Slabtown	slabtown	US		0	America/Chicago	42.96695	-88.6351	259			WI	055	78200	
5273414	Slades Corners	slades-corners	US		0	America/Chicago	42.58196	-88.29398	263			WI	059	86500	
5273417	Slateford	slateford	US		0	America/Chicago	42.78555	-90.19346	261			WI	065	39125	
5273499	Smith Landing	smith-landing	US		0	America/Chicago	44.68913	-92.69186	205	Below Smith's Landing,Smith Landing,Smiths Landing		WI	093	59025	
5273550	Snell	snell	US		0	America/Chicago	45.05858	-89.28512	442			WI	073	32900	
5273551	Snells	snells	US		0	America/Chicago	44.14165	-88.49067	231			WI	139	55775	
5273552	Sniderville	sniderville	US		0	America/Chicago	44.35166	-88.19121	205			WI	009	89175	
5273586	Sobieski Corners	sobieski-corners	US		0	America/Chicago	44.7211	-88.05233	195			WI	083	45275	
5273588	Snows Corner	snows-corner	US		0	America/Chicago	44.67386	-92.49686	322	Snows Corner,Snows Corners		WI	093	33050	
5273634	Sono Junction	sono-junction	US		0	America/Chicago	44.98941	-92.67881	281			WI	109	36275	
5273660	South Beaver Dam	south-beaver-dam	US		0	America/Chicago	43.44082	-88.88622	272			WI	027	11850	
5273716	South Chase	south-chase	US		0	America/Chicago	44.68999	-88.15121	236			WI	083	14125	
5273788	South Itasca	south-itasca	US		0	America/Chicago	46.66161	-92.00519	205			WI	031	61250	
5273804	South Madison	south-madison	US		0	America/Chicago	43.05583	-89.38567	261			WI	025	48000	
5273847	South Randolph	south-randolph	US		0	America/Chicago	43.5111	-88.999	280			WI	027	85650	
5273875	South Superior	south-superior	US		0	America/Chicago	46.66938	-92.09519	205	South Superior,Village of Superior		WI	031	78650	
5273879	South Kenosha	south-kenosha	US		0	America/Chicago	42.5403	-87.83424	189			WI	059	39225	
5273940	Spaulding	spaulding	US		0	America/Chicago	44.3558	-90.41569	296			WI	053	14800	
5273948	Speck Oaks	speck-oaks	US		0	America/Chicago	44.30024	-90.57069	290			WI	053	52050	
5274003	Spirit	spirit	US		0	America/Chicago	45.45413	-90.11431	513			WI	099	75525	
5274006	Spirit Falls	spirit-falls	US		0	America/Chicago	45.45302	-89.9807	452			WI	069	80150	
5274026	Split Rock	split-rock	US		0	America/Chicago	44.70498	-89.02594	294	Split Rock,Splitrock		WI	115	24775	
5274028	Spokeville	spokeville	US		0	America/Chicago	44.71246	-90.4343	387			WI	019	73350	
5274067	Spread Eagle	spread-eagle	US		0	America/Chicago	45.8819	-88.13985	365	Spread Eagle,Spreadeagle		WI	037	26200	
5274074	Spring Bank Park	spring-bank-park	US		0	America/Chicago	44.00663	-90.62097	286			WI	081	31225	
5274271	Spring Prairie	spring-prairie	US		0	America/Chicago	42.6914	-88.40426	309	Franklin,Spring Prairie		WI	127	76175	
5274317	Springbluff (historical)	springbluff-historical	US		0	America/Chicago	43.92331	-89.6779	312	Spring Bluff,Springbluff (historical)		WI	001	44250	
5274326	Springdale (historical)	springdale-historical	US		0	America/Chicago	44.52719	-91.77572	293			WI	011	12500	
5274336	Springfield Corners	springfield-corners	US		0	America/Chicago	43.19194	-89.56651	295	Clark's Corners,Halunkaburg,Halunkenburg,Springfield Corners		WI	025	75875	
5274345	Springstead	springstead	US		0	America/Chicago	46.02523	-90.13683	494			WI	051	73400	
5274449	Squire Glen Estates	squire-glen-estates	US		0	America/Chicago	42.90446	-88.11787	241			WI	133	55275	
5274459	Staadts (historical)	staadts-historical	US		0	America/Chicago	44.77913	-90.12013	402			WI	073	22425	
5274472	Stangelville	stangelville	US		0	America/Chicago	44.40027	-87.68453	246			WI	061	27250	
5274569	Stebbinsville	stebbinsville	US		0	America/Chicago	42.84445	-89.17317	248			WI	105	64225	
5274592	Steinthal	steinthal	US		0	America/Chicago	43.98249	-88.00232	264			WI	071	22275	
5274612	Stephensville	stephensville	US		0	America/Chicago	44.37332	-88.58427	245			WI	087	23425	
5274626	Stettin (historical)	stettin-historical	US		0	America/Chicago	44.97302	-89.80763	420			WI	073	77150	
5274639	Stevens Hill	stevens-hill	US		0	America/Chicago	44.84027	-87.36954	217			WI	029	77875	
5274660	Stevenstown	stevenstown	US		0	America/Chicago	44.03635	-91.17153	227			WI	063	25325	
5274676	Stiles	stiles	US		0	America/Chicago	44.8611	-88.04844	186			WI	083	77300	
5274678	Stiles Junction	stiles-junction	US		0	America/Chicago	44.88332	-88.04677	200			WI	083	77300	
5274745	Stonebank	stonebank	US		0	America/Chicago	43.14251	-88.41065	275	Stone Bank,Stonebank		WI	133	51400	
5274756	Stony Beach	stony-beach	US		0	America/Chicago	43.98804	-88.52789	229			WI	139	60500	
5274823	Strawbridge	strawbridge	US		0	America/Chicago	42.53278	-90.37874	225			WI	065	06850	
5274830	Strickland	strickland	US		0	America/Chicago	45.43663	-91.52127	390			WI	107	77775	
5274837	Strongs Prairie	strongs-prairie	US		0	America/Chicago	44.06136	-89.97596	279	Strong's Prairie,Strongs Prairie		WI	001	77800	
5274904	Sugar Bush	sugar-bush	US		0	America/Chicago	44.50166	-87.78565	259	Schiller,Sugar Bush		WI	009	36425	
5274905	Sugar Bush	sugar-bush	US		0	America/Chicago	44.48165	-88.73593	253	Sugar Bush,Sugarbush		WI	087	48775	
5274909	Sugar Camp	sugar-camp	US		0	America/Chicago	45.7944	-89.31402	506	Robbins,Sugar Camp		WI	085	78075	
5274937	Sugar Island	sugar-island	US		0	America/Chicago	43.22583	-88.57982	274			WI	027	43050	
5274983	Summit Center	summit-center	US		0	America/Chicago	43.06251	-88.48093	268	Summit Center,Summit Centre		WI	133	59250	
5274984	Summit Corners	summit-corners	US		0	America/Chicago	43.07667	-88.4701	268			WI	133	59250	
5275139	Sunrise Bay	sunrise-bay	US		0	America/Chicago	44.1636	-88.43872	229			WI	139	55750	
5275173	Sunset Point	sunset-point	US		0	America/Chicago	44.05554	-88.58761	228			WI	139	60525	
5275174	Sunset Point (historical)	sunset-point-historical	US		0	America/Chicago	43.8958	-91.32514	195			WI	063	12300	
5275205	Superior Village	superior-village	US		558	America/Chicago	46.65689	-92.10436	204			WI	031	78660	
5275295	Sweetheart City	sweetheart-city	US		0	America/Chicago	45.30914	-87.97622	243			WI	075	51537	
5275317	Syene (historical)	syene-historical	US		0	America/Chicago	43.00555	-89.39568	274			WI	025	25950	
5275320	Sylvan	sylvan	US		542	America/Chicago	43.42248	-90.62818	380			WI	103	78825	
5275325	Sylvan Mounds	sylvan-mounds	US		0	America/Chicago	42.99917	-88.97844	262			WI	055	59125	
5275328	Sylvan Shores	sylvan-shores	US		0	America/Chicago	43.80693	-89.03817	257			WI	047	10125	
5275335	Symco	symco	US		0	America/Chicago	44.51331	-88.90399	253	Symco,Union Bridge		WI	135	81700	
5275356	Taegesville	taegesville	US		0	America/Chicago	45.04663	-89.72651	427			WI	073	48225	
5275391	Tainter Lake	tainter-lake	US		2242	America/Chicago	44.98913	-91.84767	266			WI	033	78975	
5275424	Tannery Town	tannery-town	US		0	America/Chicago	46.31912	-90.65379	380			WI	003	50700	
5275441	Tarrant	tarrant	US		0	America/Chicago	44.59663	-91.84322	250			WI	091	44075	
5275442	Taus	taus	US		0	America/Chicago	44.18916	-87.86204	262			WI	071	27275	
5275443	Tavera	tavera	US		0	America/Chicago	43.28415	-90.64568	215	Ellsworth Mills,Tavera,Travera		WI	103	67775	
5275446	Taycheedah	taycheedah	US		704	America/Chicago	43.80888	-88.39511	229			WI	039	79125	
5275484	Taylors Corners	taylors-corners	US		0	America/Chicago	43.08694	-89.19956	279	Kilian's Corners,Taylor's Corners,Taylors Corners		WI	025	17175	
5275551	Tess Corners	tess-corners	US		0	America/Chicago	42.92224	-88.09953	256			WI	133	55275	
5275593	Theresa Station	theresa-station	US		0	America/Chicago	43.52666	-88.42788	287			WI	027	79425	
5275601	Thiensville	thiensville	US		3174	America/Chicago	43.23751	-87.9787	206			WI	089	79475	
5275634	Thiry Daems	thiry-daems	US		0	America/Chicago	44.60305	-87.69315	221			WI	061	66700	
5275687	Thornapple	thornapple	US		0	America/Chicago	45.40969	-91.2196	326			WI	107	79575	
5275760	Tichigan	tichigan	US		5133	America/Chicago	42.8289	-88.19759	242	Tichigan,Tischigan,Tish-shar-gan,Tishagan,Tishigan		WI	101	83850	
5275767	Tibbets	tibbets	US		0	America/Chicago	42.73474	-88.58149	286	Kendalls Corner,Tibbet,Tibbets,Tibbits		WI	127	78100	
5275771	Tiffany	tiffany	US		0	America/Chicago	42.58251	-88.92705	259	Shopiere Depot,Shopiere Station,Tiffany		WI	105	81050	
5275812	Timberland	timberland	US		0	America/Chicago	45.67606	-92.10602	403			WI	013	69325	
5275826	Tipler	tipler	US		0	America/Chicago	45.92496	-88.63485	469			WI	037	79975	
5275843	Tobin	tobin	US		0	America/Chicago	42.50752	-87.84063	201	Tobin,Tobin Road		WI	059	63300	
5275852	Token Creek	token-creek	US		0	America/Chicago	43.19444	-89.29373	269	Token,Token Creek		WI	025	11150	
5275906	Tonet	tonet	US		0	America/Chicago	44.58916	-87.73371	219	Jonet,Tonet		WI	061	66700	
5275911	Tonyawatha	tonyawatha	US		0	America/Chicago	43.06944	-89.33873	265			WI	025	53675	
5275919	Topside	topside	US		0	America/Chicago	46.55911	-91.32269	352			WI	007	37200	
5275931	Torun	torun	US		0	America/Chicago	44.61358	-89.50956	344			WI	097	19975	
5275964	Towerville	towerville	US		0	America/Chicago	43.40748	-90.8893	241			WI	023	82100	
5276039	Trade Lake	trade-lake	US		0	America/Chicago	45.68968	-92.59298	279	Donersville,Trade Lake,Tradelake		WI	013	80375	
5276042	Trade River	trade-river	US		0	America/Chicago	45.64829	-92.67271	272			WI	013	01900	
5276083	Tremble	tremble	US		0	America/Chicago	44.63805	-88.06955	190			WI	009	77975	
5276111	Trevino	trevino	US		0	America/Chicago	44.42858	-92.06795	208			WI	011	55975	
5276128	Trimbelle	trimbelle	US		0	America/Chicago	44.73163	-92.57992	271	Trim Belle,Trimbelle		WI	093	80700	
5276286	Trippville	trippville	US		0	America/Chicago	43.70914	-90.4043	325			WI	123	34850	
5276345	Trow (historical)	trow-historical	US		0	America/Chicago	44.49163	-90.76264	309			WI	019	20025	
5276348	Troy Center	troy-center	US		0	America/Chicago	42.80974	-88.4651	271			WI	127	80875	
5276356	Truax	truax	US		0	America/Chicago	44.84913	-91.56933	273			WI	035	81550	
5276365	Truesdell	truesdell	US		0	America/Chicago	42.56669	-87.90119	210			WI	059	63300	
5276400	Tuleta Hills	tuleta-hills	US		0	America/Chicago	43.80859	-88.98122	270			WI	047	31350	
5276407	Tunnelville	tunnelville	US		0	America/Chicago	43.55303	-90.65846	244			WI	123	76725	
5276464	Tuscobia	tuscobia	US		0	America/Chicago	45.5669	-91.75823	361			WI	005	58950	
5276477	Twelve Corners	twelve-corners	US		0	America/Chicago	44.40165	-88.43483	253			WI	087	13600	
5276498	Twin Bluffs	twin-bluffs	US		0	America/Chicago	43.27388	-90.3129	216	Bug Town,Twin Bluffs,Twinbluffs		WI	103	60350	
5276508	Twin Grove	twin-grove	US		0	America/Chicago	42.5314	-89.54317	289			WI	045	37875	
5276587	Twin Town	twin-town	US		0	America/Chicago	45.35996	-92.0324	372			WI	005	02775	
5276600	Two Creeks	two-creeks	US		0	America/Chicago	44.30222	-87.56314	196	Rowley,Two Creeks		WI	071	81300	
5276636	Tyran	tyran	US		0	America/Chicago	45.94884	-88.30541	396			WI	037	26200	
5276638	Ubet	ubet	US		0	America/Chicago	45.35385	-92.52937	339			WI	095	28350	
5276648	Ulao	ulao	US		0	America/Chicago	43.32056	-87.91648	211	Ulao,Ulao Station		WI	089	30000	
5276658	Tyler Forks	tyler-forks	US		0	America/Chicago	46.33578	-90.52768	454			WI	051	01925	
5276887	Upper French Creek	upper-french-creek	US		0	America/Chicago	44.21746	-91.32488	251			WI	121	24425	
5276984	Urne	urne	US		0	America/Chicago	44.49858	-91.89239	251	Urne,Urne's Corners,Urnes Corner		WI	011	53450	
5276995	Utley	utley	US		0	America/Chicago	43.72748	-88.90622	271			WI	047	31350	
5276996	Utowana Beach	utowana-beach	US		0	America/Chicago	44.20499	-88.36372	229			WI	015		
5277021	Valley Junction	valley-junction	US		0	America/Chicago	44.0533	-90.41235	282			WI	081	11625	
5277064	Valton	valton	US		0	America/Chicago	43.57303	-90.27429	324			WI	111	88775	
5277071	Van Buskirk	van-buskirk	US		0	America/Chicago	46.38717	-90.14351	463	Buskirk,Van Buskirk		WI	051	59850	
5277106	Vaudreuil	vaudreuil	US		0	America/Chicago	44.30635	-90.80986	260			WI	053	09900	
5277109	Veedum	veedum	US		0	America/Chicago	44.40968	-90.17347	315			WI	141	20075	
5277110	Veefkind	veefkind	US		0	America/Chicago	44.69163	-90.37347	391			WI	019	73350	
5277185	Victory	victory	US		0	America/Chicago	43.48553	-91.21263	198			WI	123	86525	
5277189	Victory Center	victory-center	US		0	America/Chicago	43.20695	-88.08259	256			WI	131	28875	
5277191	Victory Heights	victory-heights	US		0	America/Chicago	42.54279	-89.09067	262			WI	105	06525	
5277214	Vignes	vignes	US		0	America/Chicago	44.72611	-87.37759	215			WI	029	15025	
5277254	Vinnie Ha Ha	vinnie-ha-ha	US		0	America/Chicago	42.88056	-88.90483	250			WI	055	40375	
5277699	Waino	waino	US		0	America/Chicago	46.63966	-91.57352	290			WI	031	10575	
5277719	Walhain	walhain	US		0	America/Chicago	44.54527	-87.75426	239			WI	061	46425	
5277790	Wanderoos	wanderoos	US		0	America/Chicago	45.30857	-92.49436	316	Dwight,Wanderoos		WI	095	28350	
5277842	Warrens Addition	warrens-addition	US		0	America/Chicago	43.065	-89.39345	260	Warren's Addition,Warrens Addition		WI	025	48000	
5277845	Warrentown	warrentown	US		0	America/Chicago	44.5758	-92.35852	216			WI	093	48200	
5278037	Waubeka	waubeka	US		657	America/Chicago	43.475	-87.99037	243			WI	089	27575	
5278044	Waucousta	waucousta	US		0	America/Chicago	43.65249	-88.26038	313	Waucausta,Waucousta		WI	039	60425	
5278067	Waumandee	waumandee	US		68	America/Chicago	44.30302	-91.70571	234			WI	011	84325	
5277009	Utica	utica	US	13501	0	America/Chicago	42.96556	-89.12206	292			WI	025	14650	
5278131	Wausau Junction	wausau-junction	US		0	America/Chicago	44.94108	-89.60873	373			WI	073	84475	
5278159	Wauwatosa	wauwatosa	US		47614	America/Chicago	43.04946	-88.00759	203	Harts Mills,Vovatosa,Wauwatosa,wawatwsa  wyskansyn,wawatwza,Воватоса,واواتوزا,واواتوسا، ویسکانسین,واواٹوسا، وسکونسن,უავატოსა		WI	079	84675	
5278178	Waverly Beach	waverly-beach	US		0	America/Chicago	44.21026	-88.40455	229			WI	139	50850	
5278181	Waxdale	waxdale	US		0	America/Chicago	42.69808	-87.87786	205			WI	101	54875	
5278232	Webb Lake	webb-lake	US		0	America/Chicago	46.00939	-92.13269	308	Web Lake,Webb Lake,Weblake		WI	013	84975	
5278287	Weedens	weedens	US		0	America/Chicago	43.68777	-87.77203	207			WI	117	87500	
5278307	Weirgor	weirgor	US		0	America/Chicago	45.68996	-91.26794	367			WI	113	85100	
5278325	Welch Point (historical)	welch-point-historical	US		0	America/Chicago	44.70274	-92.01267	237			WI	033	22375	
5278330	Welling Beach	welling-beach	US		0	America/Chicago	43.87055	-88.36399	227			WI	039	79125	
5278359	Wequiock	wequiock	US		0	America/Chicago	44.56749	-87.88121	220			WI	009	72200	
5278361	Werley	werley	US		0	America/Chicago	43.01943	-90.7654	235			WI	043	54775	
5278405	West Almond	west-almond	US		0	America/Chicago	44.28608	-89.46095	344			WI	097	01425	
5278410	West Bancroft	west-bancroft	US		0	America/Chicago	44.30469	-89.53095	328			WI	097	62825	
5278411	West Baraboo	west-baraboo	US		1439	America/Chicago	43.47443	-89.7704	270			WI	111	85325	
5278420	West Allis	west-allis	US		60620	America/Chicago	43.01668	-88.00703	222	Vest Alis,alys ghrby  wyskansyn,wyst alys,Вест Алис,آلیس غربی، ویسکانسین,ويست أليس,ویسٹ الیس، وسکونسن,უესტ-ალისი		WI	079	85300	
5278489	West De Pere	west-de-pere	US		0	America/Chicago	44.44555	-88.07538	182	West De Pere,West Depere		WI	009	19775	
5278490	West Denmark	west-denmark	US		0	America/Chicago	45.56996	-92.50965	382			WI	095	46225	
5278530	West Granville	west-granville	US		0	America/Chicago	43.14057	-88.04509	232			WI	079	53000	
5278552	West Kraft	west-kraft	US		0	America/Chicago	45.44636	-89.7493	442			WI	069	09225	
5278553	West La Crosse	west-la-crosse	US		0	America/Chicago	43.84552	-91.26236	197			WI	063	12300	
5278567	West Lima	west-lima	US		0	America/Chicago	43.54636	-90.53041	390			WI	103	08175	
5278580	West Milwaukee	west-milwaukee	US		4212	America/Chicago	43.01251	-87.97259	200			WI	079	85875	
5278598	West Prairie	west-prairie	US		0	America/Chicago	44.06413	-91.5157	219			WI	121	80500	
5278599	West Prairie	west-prairie	US		0	America/Chicago	43.46664	-91.02263	367			WI	123	77075	
5278607	West Rosendale	west-rosendale	US		0	America/Chicago	43.82248	-88.72511	281			WI	039	69550	
5278634	West Sweden	west-sweden	US		0	America/Chicago	45.70578	-92.49687	305			WI	095	86350	
5278782	Whispering Pines	whispering-pines	US		0	America/Chicago	44.28026	-88.38427	232			WI	087	02375	
5278791	Whitcomb	whitcomb	US		0	America/Chicago	44.78331	-89.11872	341			WI	115	88350	
5278812	White Corners	white-corners	US		0	America/Chicago	43.06748	-91.07791	368			WI	023	65075	
5278813	White Creek	white-creek	US		0	America/Chicago	43.82581	-89.85485	270	White Creek,Whitecreek		WI	001	22000	
5278850	White Pine Haven	white-pine-haven	US		0	America/Menominee	45.56358	-87.79456	232			WI	075	06000	
5278895	Whitefish Bay	whitefish-bay	US		0	America/Chicago	44.90583	-87.21732	181			WI	029	72600	
5278897	Whitefish Bay	whitefish-bay	US		14110	America/Chicago	43.11334	-87.90009	198	Vajtfish Bej,waytfysh,Вајтфиш Беј,وايتفيش,უაიტფიშ-ბეი		WI	079	86700	
5278978	Whittlesey	whittlesey	US		105	America/Chicago	45.22302	-90.32875	450			WI	119	14200	
5278997	Wien	wien	US		0	America/Chicago	44.90191	-90.02458	403	Wein,Wien		WI	073	87025	
5279015	Wickware	wickware	US		0	America/Chicago	45.35135	-91.78628	366			WI	005	65200	
5279117	Williamsburg (historical)	williamsburg-historical	US		0	America/Chicago	44.31385	-91.46099	232	Skillins Corners,Williamsburg (historical)		WI	121	02525	
5279198	Wills	wills	US		0	America/Chicago	46.53911	-91.53936	354			WI	007	36300	
5279202	Wilmoore Heights	wilmoore-heights	US		0	America/Chicago	43.88859	-88.80844	260			WI	039	68200	
5279285	Wind Lake	wind-lake	US		5342	America/Chicago	42.82946	-88.1587	242			WI	101	58600	
5279291	Wind Point	wind-point	US		1710	America/Chicago	42.78446	-87.76619	187			WI	101	87700	
5279330	Wingra Park	wingra-park	US		0	America/Chicago	43.06277	-89.41651	275			WI	025	48000	
5279344	Winnebago Heights	winnebago-heights	US		0	America/Chicago	43.90027	-88.34261	233			WI	039	12075	
5279346	Winnebago Mission	winnebago-mission	US		0	America/Chicago	44.34607	-90.75486	268			WI	053	40325	
5279347	Winnebago Park	winnebago-park	US		0	America/Chicago	43.88527	-88.35261	232			WI	039	12075	
5279355	Winneboujou	winneboujou	US		0	America/Chicago	46.51744	-91.60102	313			WI	031	10575	
5279426	Wisconsin Junction	wisconsin-junction	US		0	America/Chicago	45.65607	-88.91123	501			WI	041	02625	
5279491	Witwen	witwen	US		0	America/Chicago	43.28527	-89.88735	233			WI	111	80825	
5279598	Woodbridge Trailer Court	woodbridge-trailer-court	US		0	America/Chicago	45.12969	-92.55548	298			WI	109	57100	
5279602	Woodcrest Heights	woodcrest-heights	US		0	America/Chicago	42.88835	-88.14592	241			WI	133	55275	
5279603	Wooddale	wooddale	US		0	America/Chicago	45.68496	-91.461	407			WI	113	22625	
5279610	Woodland Corner	woodland-corner	US		0	America/Chicago	46.14328	-92.23853	316			WI	013	08025	
5279612	Woodboro	woodboro	US		0	America/Chicago	45.60746	-89.5543	489			WI	085	88625	
5279735	Worden (historical)	worden-historical	US		0	America/Chicago	44.88663	-90.88181	356			WI	019	89125	
5279755	Wrights Corners	wrights-corners	US		0	America/Chicago	44.06996	-91.46126	226			WI	121	80500	
5279763	Wuertsburg	wuertsburg	US		0	America/Chicago	44.96024	-90.09902	440			WI	073	38300	
5279772	Wyeville	wyeville	US		147	America/Chicago	44.0283	-90.38458	280			WI	081	89275	
5279782	Wynbrooke	wynbrooke	US		0	America/Chicago	43.19555	-89.28095	292			WI	025		
5279828	Yellow Lake	yellow-lake	US		0	America/Chicago	45.93661	-92.39019	294	Yellow Lake,Yellowlake		WI	013	59075	
5279840	Yellowstone	yellowstone	US		0	America/Chicago	42.79833	-89.9704	278			WI	065	25475	
5279856	York Center	york-center	US		0	America/Chicago	43.23916	-89.07039	285			WI	025	89450	
5279885	Yuba	yuba	US		72	America/Chicago	43.53886	-90.42985	263			WI	103	89625	
5279896	Zander	zander	US		0	America/Chicago	44.31305	-87.70537	224			WI	071	28975	
5280028	Zittau	zittau	US		0	America/Chicago	44.21665	-88.78622	236			WI	139	88475	
5280053	Archer Heights	archer-heights	US		0	America/New_York	40.3609	-80.60007	301	Archer Heights,Fairy Glen		WV	009		
5280078	Benwood Junction	benwood-junction	US		0	America/New_York	40.00563	-80.73425	209			WV	051		
5280092	Betty Zane	betty-zane	US		0	America/New_York	40.14341	-80.6623	387			WV	069		
5280095	Blackhorse (historical)	blackhorse-historical	US		0	America/New_York	40.48451	-80.59563	224			WV	029		
5280104	Bowman (historical)	bowman-historical	US		0	America/New_York	40.24729	-80.64452	203			WV	009		
5280106	Braithewaite (historical)	braithewaite-historical	US		0	America/New_York	40.42229	-80.59952	218			WV	029		
5280126	Brownsdale Mobile Home Park	brownsdale-mobile-home-park	US		0	America/New_York	40.56451	-80.64063	209			WV	029		
5280157	Chapman Addition	chapman-addition	US		0	America/New_York	40.27868	-80.56118	382			WV	009		
5280182	Clearview	clearview	US		553	America/New_York	40.14118	-80.68813	333			WV	069		
5280186	Coketown	coketown	US		0	America/New_York	40.34562	-80.60563	215	Coketown,Lower Ferry		WV	009		
5280189	Congo	congo	US		0	America/New_York	40.6084	-80.63591	208	Congo,Hamilton,Hamilton Town		WV	029		
5280219	Dawn Ree Acres	dawn-ree-acres	US		0	America/New_York	40.12146	-80.65563	370			WV	069		
5280230	Dutch Town	dutch-town	US		0	America/New_York	40.26785	-80.61257	200			WV	009		
5280233	East Steubenville	east-steubenville	US		0	America/New_York	40.35674	-80.59924	295	East Steubenville,Middle Ferry		WV	009		
5280235	East Wheeling	east-wheeling	US		0	America/New_York	40.06424	-80.71008	204			WV	069		
5280240	Echo Point	echo-point	US		0	America/New_York	40.08174	-80.67897	220			WV	069		
5280252	Elm Terrace	elm-terrace	US		0	America/New_York	40.03257	-80.66397	231			WV	069		
5280294	Fowlerstown	fowlerstown	US		0	America/New_York	40.27979	-80.55535	375	Fowlers,Fowlerston,Fowlerstown,Fowlersville		WV	009		
5280328	Glenns Run (historical)	glenns-run-historical	US		0	America/New_York	40.12313	-80.69952	209			WV	069		
5280336	Greggsville	greggsville	US		0	America/New_York	40.08924	-80.68786	226	Greggs,Greggsville		WV	069		
5280362	Hawthorne Court	hawthorne-court	US		0	America/New_York	40.08202	-80.69369	213			WV	069		
5280375	Holidays Cove	holidays-cove	US		0	America/New_York	40.40062	-80.58979	214			WV	029		
5280378	Hooverson Heights	hooverson-heights	US		2590	America/New_York	40.32479	-80.57757	311			WV	009		
5280412	Kings Creek	kings-creek	US		0	America/New_York	40.44812	-80.59618	211			WV	029		
5280424	Lazearville	lazearville	US		0	America/New_York	40.28618	-80.61063	203			WV	009		
5280425	Leatherwood	leatherwood	US		0	America/New_York	40.07341	-80.69619	202			WV	069		
5280426	Leewood Park	leewood-park	US		0	America/New_York	40.10452	-80.65147	363			WV	069		
5280428	Lennyville	lennyville	US		0	America/New_York	40.60145	-80.63091	242			WV	029		
5280440	Logrow	logrow	US		0	America/New_York	40.37729	-80.55813	245			WV	009		
5280455	Longview Heights	longview-heights	US		0	America/New_York	40.3384	-80.57146	353			WV	009		
5280463	Marland Heights	marland-heights	US		0	America/New_York	40.3984	-80.60535	330			WV	029		
5280472	McCulley Estates	mcculley-estates	US		0	America/New_York	40.04035	-80.67452	364			WV	069		
5280474	Marshall Terrace	marshall-terrace	US		0	America/New_York	40.25729	-80.60341	213	Carnegie,Marshall Terrace		WV	009		
5280492	Mill Acres	mill-acres	US		0	America/New_York	40.03257	-80.65647	212			WV	069		
5280502	Mount Echo	mount-echo	US		0	America/New_York	40.1023	-80.52952	350			WV	069		
5280513	Mount de Chantal	mount-de-chantal	US		0	America/New_York	40.07007	-80.68841	209	Mount De Chantal,Mount de Chantal		WV	069		
5280515	Mozart	mozart	US		0	America/New_York	40.0323	-80.7148	384			WV	051		
5280516	Mozart Meadows	mozart-meadows	US		0	America/New_York	40.02702	-80.70647	380			WV	051		
5280544	North Island	north-island	US		0	America/New_York	40.07841	-80.73314	199			WV	069		
5280547	North Park	north-park	US		0	America/New_York	40.08563	-80.71425	343			WV	069		
5280553	North Wheeling	north-wheeling	US		0	America/New_York	40.08146	-80.72592	215			WV	069		
5280557	Oakmont Hills	oakmont-hills	US		0	America/New_York	40.06757	-80.67202	308			WV	069		
5280585	Parkview	parkview	US		0	America/New_York	40.33674	-80.58563	298			WV	009		
5280586	Parkview	parkview	US		0	America/New_York	40.05202	-80.66119	237			WV	069		
5280595	Pettit Heights	pettit-heights	US		0	America/New_York	40.22952	-80.63369	372			WV	009		
5280606	Point Mills	point-mills	US		0	America/New_York	40.08257	-80.58091	273			WV	069		
5280613	Rabbit Hill	rabbit-hill	US		0	America/New_York	40.29201	-80.60146	298	Lazearville,Rabbit Hill		WV	009		
5280625	Roneys Point	roneys-point	US		0	America/New_York	40.07368	-80.5998	254	Roney's Point,Roneys Point,Roneyspoint		WV	069		
5280685	Scott Run	scott-run	US		0	America/New_York	40.29979	-80.53229	225			WV	009		
5280691	Shank Town	shank-town	US		0	America/New_York	40.27646	-80.61091	201			WV	009		
5280692	Shannon (historical)	shannon-historical	US		0	America/New_York	40.15813	-80.62674	270			WV	069		
5280711	South Wheeling	south-wheeling	US		0	America/New_York	40.04146	-80.72453	198			WV	069		
5280713	South Island	south-island	US		0	America/New_York	40.06618	-80.73203	197			WV	069		
5280738	The Orchard	the-orchard	US		0	America/New_York	40.3334	-80.59424	222			WV	009		
5280760	Turkeyfoot (historical)	turkeyfoot-historical	US		0	America/New_York	40.52118	-80.53007	392			WV	029		
5280765	Upper Benwood	upper-benwood	US		0	America/New_York	40.03118	-80.72842	198			WV	051		
5280768	Valley Camp	valley-camp	US		0	America/New_York	40.06452	-80.60758	242			WV	069		
5280774	Vermont Terrace	vermont-terrace	US		0	America/New_York	40.41951	-80.57007	354			WV	029		
5280776	Vineyard Hills	vineyard-hills	US		0	America/New_York	40.07146	-80.71786	271	Vineyard Hill Homes,Vineyard Hills		WV	069		
5280793	Warwood	warwood	US		0	America/New_York	40.11674	-80.6998	205	Glenn's Run,Glenns Run,Glens Run,Warwood		WV	069		
5280802	Warwood Terrace	warwood-terrace	US		0	America/New_York	40.11868	-80.69702	240			WV	069		
5280813	Weircrest	weircrest	US		0	America/New_York	40.44062	-80.59924	304			WV	029		
5280822	Weirton Heights	weirton-heights	US		19450	America/New_York	40.4084	-80.53924	365			WV	029		
5280824	Weirton Junction	weirton-junction	US		0	America/New_York	40.38896	-80.59396	210	Weirton Junction,Wheeling Junction		WV	009		
5280865	Wheeling Heights	wheeling-heights	US		0	America/New_York	40.04452	-80.7123	229			WV	069		
5280889	Willow Springs (historical)	willow-springs-historical	US		0	America/New_York	40.14729	-80.70036	206			WV	069		
5280890	Wilson (historical)	wilson-historical	US		0	America/New_York	40.16729	-80.68841	203			WV	069		
5280897	Winifred Knoll	winifred-knoll	US		0	America/New_York	40.04174	-80.70258	368			WV	069		
5280899	Wildwood Acres	wildwood-acres	US		0	America/New_York	40.05396	-80.69564	348			WV	069		
5280900	Woodsdale	woodsdale	US		0	America/New_York	40.07729	-80.69341	203			WV	069		
5280905	Zalia	zalia	US		0	America/New_York	40.46229	-80.59396	210	Brickyard Bend,Zalia		WV	029		
5280921	Beckettville	beckettville	US		0	America/New_York	41.39315	-73.47262	175	Beckettville,Becketville		CT	001	18500	
5280961	Mary Hill	mary-hill	US		0	America/Chicago	42.73554	-95.68862	420			IA	035	93843	
5280970	Monti	monti	US		0	America/Chicago	42.37693	-91.63739	305			IA	019	93096	
5280984	Wapsie	wapsie	US		0	America/Chicago	42.71498	-92.19935	312			IA	017	91389	
5280986	Faithorn	faithorn	US		0	America/Chicago	41.42809	-87.6081	221			IL	197	17536	
5281001	Spring Bay	spring-bay	US		462	America/Chicago	40.82448	-89.52232	143	Spring Bay,Springbay,Tazewell		IL	203	71611	
5281006	The Burg	the-burg	US		0	America/Chicago	41.70642	-89.0987	278			IL	103	08654	
5281007	South Duxbury	south-duxbury	US		3360	America/New_York	42.02316	-70.68281	16	Halls Corner,South Duxbury		MA	023	17895	
5281017	First Cliff	first-cliff	US		0	America/New_York	42.19955	-70.71615	6			MA	023	60330	
5281018	Dodge Corner	dodge-corner	US		0	America/New_York	42.60008	-72.8426	417			MA	011	29475	
5281033	Merrymount	merrymount	US		0	America/New_York	42.2626	-70.99533	8	Merie Mounte,Merrymount,Mount Wollaston,Mounte Wollaston		MA	021	55745	
5281047	West Sterling	west-sterling	US		0	America/New_York	42.45009	-71.81896	146			MA	027	67385	
5281050	Bonny Eagle	bonny-eagle	US		0	America/New_York	43.6898	-70.6145	83			ME	031	33665	
5281068	Knowltons Corner	knowltons-corner	US		0	America/New_York	44.61006	-70.12562	149			ME	007	24775	
5281076	Moody Corner	moody-corner	US		0	America/New_York	45.00478	-69.72533	258			ME	025	07380	
5281080	South Dresden	south-dresden	US		0	America/New_York	44.04924	-69.77199	33			ME	015	18475	
5281083	Pripet	pripet	US		0	America/New_York	44.36869	-68.87003	27			ME	027	35240	
5281111	North Shores	north-shores	US		0	America/Detroit	41.83643	-83.40743	175			MI	115	46260	
5281122	Tunis	tunis	US		0	America/Detroit	46.44328	-88.61764	455			MI	013	18600	
5281127	Fernando	fernando	US		0	America/Chicago	44.65163	-94.45776	323			MN	085	56032	
5281144	Nowthen	nowthen	US		4582	America/Chicago	45.32802	-93.47023	287			MN	003	47536	
5281151	Woods	woods	US		0	America/Chicago	46.67997	-97.18898	290			ND	017	46020	
5281157	Guyson	guyson	US		0	America/Chicago	46.29747	-99.20539	625			ND	047	21675	
5281167	Purdys Mill	purdys-mill	US		0	America/New_York	44.80837	-73.6707	378	Purdy Mill,Purdys Mill,Purdys Mills		NY	019	01583	
5281177	Passaconaway	passaconaway	US		0	America/New_York	43.99507	-71.34007	382			NH	003	00420	
5281186	Allwood	allwood	US		0	America/New_York	40.8426	-74.15876	43			NJ	031	13690	
5281189	Air City	air-city	US		0	America/New_York	43.22007	-75.4224	144			NY	065	63418	
5281203	Caton	caton	US		0	America/New_York	42.05619	-77.02774	434			NY	101	12991	
5281211	Erwins	erwins	US		0	America/New_York	42.11257	-77.14553	293			NY	101	24647	
5281212	Harkness	harkness	US		0	America/New_York	44.52366	-73.56958	115			NY	019	03221	
5281214	Hannibal Center	hannibal-center	US		0	America/New_York	43.29007	-76.55217	108	Hannibal Center,Hannibal Centre		NY	075	32028	
5281217	Knowlesville Station	knowlesville-station	US		0	America/New_York	43.22811	-78.30697	168			NY	073	61742	
5281218	Huguenot Park	huguenot-park	US		0	America/New_York	40.92288	-73.7943	34			NY	119	50617	
5281219	Irona	irona	US		0	America/New_York	44.90476	-73.7057	206			NY	019	01583	
5281222	Meadow Wood	meadow-wood	US		0	America/New_York	42.95506	-77.72334	177	Meadow Wood,Meadowood		NY	055	64144	
5281224	North Almond	north-almond	US		0	America/New_York	42.39062	-77.76972	598			NY	003	01451	
5281240	Cooney	cooney	US		0	America/New_York	41.65727	-84.74746	298	Cooney,Northwest Center		OH	171	57162	
5281243	Victory	victory	US		548	America/New_York	43.19729	-76.65439	129			NY	011	77420	
5281251	Glenmar	glenmar	US		0	America/New_York	40.55451	-81.21122	293			OH	019	51324	
5281253	Justus	justus	US		0	America/New_York	40.7045	-81.57901	308	Justus,Justus Station		OH	151	75208	
5281265	Logue	logue	US		0	America/New_York	41.55895	-77.95	381			PA	105	84360	
5281269	Mercur	mercur	US		0	America/New_York	41.80257	-76.32771	423			PA	015	86912	
5281276	Ramblewood	ramblewood	US		0	America/New_York	40.14759	-76.82775	187			PA	133	53224	
5281296	Blackwell Junction	blackwell-junction	US		0	America/Chicago	45.53163	-88.65428	464			WI	041	07950	
5281313	Carlsville	carlsville	US		0	America/Chicago	44.95166	-87.33677	224			WI	029	22875	
5281315	Bunyan	bunyan	US		0	America/Chicago	45.47607	-92.36714	357			WI	095	28725	
5281317	Casimir	casimir	US		0	America/Chicago	44.56997	-89.60762	335			WI	097	36350	
5281328	Hunting	hunting	US		0	America/Chicago	44.68331	-88.9715	284			WI	115	30400	
5281337	Ino	ino	US		0	America/Chicago	46.53078	-91.1788	301			WI	007	39425	
5281356	Requa	requa	US		0	America/Chicago	44.58663	-91.14488	311	Regua,Requa		WI	053	28325	
5281371	Cedar Rocks	cedar-rocks	US		0	America/New_York	40.02896	-80.64674	266			WV	069		
5281412	Achenbach	achenbach	US		0	America/New_York	41.58732	-72.70704	57			CT	007	47360	
5281414	Acquidaneck (historical)	acquidaneck-historical	US		0	America/New_York	41.7876	-71.86813	101	Ac-queed-en-nuck,Acquidaneck (historical),Acquidneck		CT	015	40500	
5281418	Acropolis (historical)	acropolis-historical	US		0	America/New_York	41.53648	-73.20567	88			CT	005	87910	
5281500	Allingtown	allingtown	US		0	America/New_York	41.2976	-72.9601	18	Allington,Allingtown,Allinton		CT	009	82870	
5281505	Allyn Point	allyn-point	US		0	America/New_York	41.44176	-72.07869	15	Allyn Point,Allyn's Point,Allyns Point		CT	011	42600	
5281510	Almyville	almyville	US		0	America/New_York	41.71815	-71.86618	87	Almyville,Glen Falls		CT	015	59980	
5281513	Alsop Corner	alsop-corner	US		0	America/New_York	41.80538	-72.8176	53			CT	003	02060	
5281582	Armoryville (historical)	armoryville-historical	US		0	America/New_York	41.33704	-72.91205	14			CT	009	35650	
5281609	Aqua Vista	aqua-vista	US		0	America/New_York	41.44621	-73.44401	177	Agua Vista,Aqua Vista		CT	001	18500	
5281622	Arnolds	arnolds	US		0	America/New_York	41.46593	-72.51453	36	Arnold,Arnolds		CT	007	35230	
5281656	Aspetuck	aspetuck	US		0	America/New_York	41.21815	-73.32095	82			CT	001	23890	
5281681	Atchison Cove	atchison-cove	US		0	America/New_York	41.57426	-73.48429	150			CT	001	68310	
5281692	Attawaugan	attawaugan	US		0	America/New_York	41.86732	-71.88118	99	Attawaugan,Ruggles Mill		CT	015	40500	
5281694	Attawan Beach	attawan-beach	US		0	America/New_York	41.30315	-72.20675	14			CT	011	23400	
5281702	Atwoodville	atwoodville	US		0	America/New_York	41.78482	-72.17452	84	Atwoodvat,Atwoodville		CT	013	44910	
5281709	Augerville	augerville	US		0	America/New_York	41.37204	-72.90594	16	Augerville,Churchillville		CT	009	54870	
5281710	Avon Park South	avon-park-south	US		0	America/New_York	41.80649	-72.84065	90			CT	003	02060	
5281712	Avery Corner	avery-corner	US		0	America/New_York	41.5176	-72.25425	165			CT	011	66210	
5281715	Autumn HIll	autumn-hill	US		0	America/New_York	41.51732	-72.87205	75			CT	009	14160	
5281721	Avery Corner	avery-corner	US		0	America/New_York	41.59899	-72.21091	130			CT	011	42390	
5281726	Avon Park North	avon-park-north	US		0	America/New_York	41.8126	-72.83538	68			CT	003	02060	
5281766	Backus Corner	backus-corner	US		0	America/New_York	41.51454	-72.10452	28	Baccus Corner,Backus Corner		CT	011	56270	
5281784	Bahre Corner	bahre-corner	US		0	America/New_York	41.8451	-72.9001	180			CT	003	12270	
5281785	Bailey Beach	bailey-beach	US		0	America/New_York	41.49538	-72.42397	127			CT	007	22280	
5281834	Baldwins Crossing	baldwins-crossing	US		0	America/New_York	41.2401	-73.09289	17	Baldwin Crossing,Baldwin Station,Baldwins Crossing		CT	009	47535	
5281843	Ball Pond	ball-pond	US		0	America/New_York	41.45565	-73.52262	243	Ball Pond,Bull Pond		CT	001	50860	
5281894	Barber Corner (historical)	barber-corner-historical	US		0	America/New_York	41.80621	-72.75065	44			CT	003	05910	
5281911	Bargytown	bargytown	US		0	America/New_York	41.5126	-72.16508	51	Barga,Bargey,Bargytown		CT	011	06820	
5281914	Barkhampsted Center	barkhampsted-center	US		0	America/New_York	41.92898	-72.96649	194			CT	005	02760	
5281979	Bashan	bashan	US		0	America/New_York	41.51315	-72.43342	82	B Bashan,Basham,Bashan		CT	007	22280	
5281999	Beachdale	beachdale	US		0	America/New_York	41.57788	-71.86174	83	Beachdale,Treat Village		CT	011	78600	
5282095	Beaver Head Corner	beaver-head-corner	US		0	America/New_York	41.38954	-72.73426	92			CT	009	34950	
5282122	Beaverbrook	beaverbrook	US		0	America/New_York	41.41121	-73.41984	94			CT	001	18500	
5282127	Bedlam Corner	bedlam-corner	US		0	America/New_York	41.77982	-72.15452	93	Bedlam Corner,Harmony District		CT	015	13810	
5282190	Beseck Lake	beseck-lake	US		0	America/New_York	41.51871	-72.73482	113			CT	007	47080	
5282206	Belltown	belltown	US		0	America/New_York	41.07704	-73.52873	46	Bellstown,Belltown		CT	001	73070	
5282228	Benvenue (historical)	benvenue-historical	US		0	America/New_York	41.56065	-72.58148	40			CT	007	61800	
5282230	Bensted Corner	bensted-corner	US		0	America/New_York	41.70649	-72.87982	84			CT	003	27600	
5282242	Berkshire Estates	berkshire-estates	US		0	America/New_York	41.4426	-73.25845	99			CT	009	69640	
5282287	Bethany Wood	bethany-wood	US		0	America/New_York	41.45287	-72.97872	197			CT	009	04580	
5282369	Bigelow Corners	bigelow-corners	US		0	America/New_York	41.47204	-73.50457	201			CT	001	50860	
5282396	Birch Groves	birch-groves	US		0	America/New_York	41.54704	-73.44123	149			CT	005	52630	
5282429	Bishops Corner	bishops-corner	US		0	America/New_York	41.58121	-72.86899	56	Bishop Corner,Bishops Corner		CT	003	70550	
5282448	Black Point Beach Club	black-point-beach-club	US		0	America/New_York	41.29676	-72.20397	6			CT	011	23400	
5282453	Black Hall	black-hall	US		0	America/New_York	41.29871	-72.31842	6	Black Hall,Blackhall		CT	011	57040	
5282456	Black Point	black-point	US		0	America/New_York	41.28621	-72.20536	6			CT	011	23400	
5282550	Blue Hills	blue-hills	US		2901	America/New_York	41.81288	-72.69759	47			CT	003	05910	
5282661	Bowers Hill	bowers-hill	US		0	America/New_York	41.40454	-73.16261	117			CT	009	58300	
5282724	Brainerd Park	brainerd-park	US		0	America/New_York	42.01565	-72.57814	48	Brainard,Brainerd Park		CT	003	25990	
5282768	Breakneck	breakneck	US		0	America/New_York	41.88676	-72.65926	30			CT	003	87000	
5282775	Bretton Heights	bretton-heights	US		0	America/New_York	41.54371	-72.65954	52	Bretton Heights,Trench Hill		CT	007	47360	
5282787	Brewsterville (historical)	brewsterville-historical	US		0	America/New_York	41.3026	-72.91482	9			CT	009	52070	
5282832	Brightview	brightview	US		0	America/New_York	41.27176	-72.89677	23			CT	009	52070	
5282893	Brookfield Center	brookfield-center	US		0	America/New_York	41.46621	-73.38762	152	Brookfield Center,Newbury		CT	001	08980	
5282896	Brockway Landing	brockway-landing	US		0	America/New_York	41.38871	-72.38842	9			CT	011	44210	
5282932	Brooksvale	brooksvale	US		0	America/New_York	41.46926	-72.91594	87	Brooks Vale,Brooksvale		CT	009	14160	
5282971	Browns Corner	browns-corner	US		0	America/New_York	41.82815	-72.97649	173	Brown Corner,Brown's Corner,Browns Corner		CT	005	51350	
5283063	Bull Run Corner	bull-run-corner	US		0	America/New_York	41.92982	-72.66981	54			CT	003	87070	
5283074	Branford Hills	branford-hills	US		0	America/New_York	41.27149	-72.84566	14			CT	009	07310	
5283076	Bulls Bridge	bulls-bridge	US		0	America/New_York	41.67565	-73.50735	113	Bull Falls,Bull's Bridge,Bulls Bridge,Ousatonic		CT	005	40290	
5283121	Burnetts Corner	burnetts-corner	US		0	America/New_York	41.38927	-71.9798	19	Burnett Corner,Burnetts Corner		CT	011	34250	
5283139	Burnt Hill	burnt-hill	US		0	America/New_York	41.57426	-73.034	208			CT	009	80070	
5283170	Burrville	burrville	US		0	America/New_York	41.86843	-73.08483	224			CT	005	76570	
5283258	Calhoun Corners	calhoun-corners	US		0	America/New_York	41.80371	-73.38179	185	Calhoun Corners,Swift Bridge		CT	005	17240	
5283388	Campville	campville	US		0	America/New_York	41.73732	-73.10567	151	Campville,Wolcottville		CT	005	37280	
5283390	Canaan Valley	canaan-valley	US		0	America/New_York	42.04065	-73.25678	258			CT	005	54030	
5283408	Candlewood Knolls	candlewood-knolls	US		0	America/New_York	41.47954	-73.46346	142			CT	001	50860	
5283412	Candlewood Lake Club	candlewood-lake-club	US		0	America/New_York	41.49454	-73.4404	149			CT	005	52630	
5283414	Candlewood Springs	candlewood-springs	US		0	America/New_York	41.55982	-73.43957	148			CT	005	52630	
5283416	Candlewood Orchards	candlewood-orchards	US		0	America/New_York	41.46871	-73.43623	148			CT	001	08980	
5283417	Candlewood Pines	candlewood-pines	US		0	America/New_York	41.45676	-73.4529	137			CT	001	18500	
5283418	Candlewood Shores	candlewood-shores	US		0	America/New_York	41.48204	-73.44207	151			CT	001	08980	
5283419	Candlewood Point	candlewood-point	US		0	America/New_York	41.53648	-73.44068	143			CT	005	52630	
5283431	Cannondale	cannondale	US		141	America/New_York	41.21648	-73.4254	74	Cannondale,Cannondale Village,Pimpewaug		CT	001	86370	
5283461	Canton Valley	canton-valley	US		1580	America/New_York	41.83426	-72.89177	211			CT	003	12270	
5283467	Chimney Point	chimney-point	US		0	America/New_York	41.50176	-73.44123	144			CT	005	52630	
5283503	Case Corner	case-corner	US		0	America/New_York	41.83593	-72.77037	64			CT	003	05910	
5283506	Carroll Corners	carroll-corners	US		0	America/New_York	41.92649	-72.7651	56			CT	003	22070	
5283515	Casagmo	casagmo	US		0	America/New_York	41.28843	-73.49679	197			CT	001	63970	
5283551	Cedar Beach	cedar-beach	US		0	America/New_York	41.17843	-73.09789	3			CT	009	47535	
5283564	Cedar Heights	cedar-heights	US		0	America/New_York	41.44815	-73.43568	150			CT	001	18500	
5283578	Cedar Land	cedar-land	US		0	America/New_York	41.47398	-73.22595	64	Cedar Land,Cedarland		CT	009	69640	
5283645	Center Groton	center-groton	US		0	America/New_York	41.38371	-72.02785	36	Center Groton,Groton Center,Poquonnock,Poquonock,Poquonock Bridge		CT	011	34250	
5283720	Chaffeeville	chaffeeville	US		0	America/New_York	41.79482	-72.20841	85	Chaffeeville,Spring Hill		CT	013	44910	
5283763	Chapman (historical)	chapman-historical	US		0	America/New_York	41.27399	-72.42564	0			CT	007	81680	
5283811	Chatsworth Village	chatsworth-village	US		0	America/New_York	41.93843	-72.79399	69			CT	003	32640	
5283838	Cherry Park	cherry-park	US		0	America/New_York	41.81149	-72.88705	104			CT	003	02060	
5283855	Cheshire Street (historical)	cheshire-street-historical	US		0	America/New_York	41.53982	-72.8676	43	Cheshire Street (historical),Parker Street		CT	009	14160	
5283961	Wolf Estates	wolf-estates	US		0	America/New_York	40.04507	-80.69841	381			WV	069		
5283962	Upper Albany	upper-albany	US		0	America/New_York	41.78216	-72.69838	30	Children's Village of the Hartford Orphan Asylum,Childrens Village of the Hartford Orphan Asylum		CT	003	37070	
5284140	City Point	city-point	US		0	America/New_York	41.28315	-72.92844	12			CT	009	52070	
5284182	Clarks Corner	clarks-corner	US		0	America/New_York	41.76815	-72.09258	176	Chaplin Station,Clark Corner,Clark Corners,Clark's Corner,Clarks Corner,Goshen		CT	015	36000	
5284186	Clarks Village	clarks-village	US		0	America/New_York	41.36038	-71.84451	11	Clark Village,Clarks Village,Clarksville		CT	011	73770	
5284205	Clinton Beach	clinton-beach	US		0	America/New_York	41.26649	-72.50037	3			CT	007	15350	
5284229	Cobalt Landing	cobalt-landing	US		0	America/New_York	41.55621	-72.5612	5			CT	007	22490	
5284242	Coachlight Village	coachlight-village	US		0	America/New_York	41.77732	-72.61315	6			CT	003	22630	
5284319	Coley Town	coley-town	US		0	America/New_York	41.18565	-73.34151	29	Cole Valley,Coley Town,Coley's Flats,Coleyville		CT	001	83500	
5284343	Colonial Mobile Home Park	colonial-mobile-home-park	US		0	America/New_York	41.73732	-72.63648	19			CT	003	22630	
5284371	Compo	compo	US		0	America/New_York	41.11149	-73.35512	1			CT	001	83500	
5284404	Conantville	conantville	US		0	America/New_York	41.73871	-72.20202	62			CT	013	44910	
5284494	Anegam	anegam	US		151	America/Phoenix	32.37284	-112.03097	537			AZ	019		
5284496	Ak Chin	ak-chin	US		30	America/Phoenix	32.28757	-112.00902	565	Ak Chin,Akchin,Aktjin,San Serafin		AZ	019		
5284530	Cedar Creek Crossing	cedar-creek-crossing	US		0	America/Phoenix	33.86533	-110.20122	1453			AZ	007		
5284544	Cowlic	cowlic	US		135	America/Phoenix	31.80841	-111.98901	638			AZ	019		
5284562	Dome	dome	US		0	America/Phoenix	32.75532	-114.36217	59			AZ	027		
5284610	Midges Court	midges-court	US		0	America/Phoenix	33.51449	-112.15599	349			AZ	013		
5284616	Morado Encanto	morado-encanto	US		0	America/Phoenix	33.65087	-112.13599	405			AZ	013		
5284660	Tyson	tyson	US		0	America/Phoenix	32.79671	-113.8816	92			AZ	027		
5284682	Tintown	tintown	US		0	America/Phoenix	31.41427	-109.89841	1557			AZ	003		
5284684	Turkey Crossing	turkey-crossing	US		0	America/Phoenix	34.42809	-111.02263	2242			AZ	005		
5284686	Trench Camp	trench-camp	US		0	America/Phoenix	31.46454	-110.72925	1592	Trench Camp,Trench Mine		AZ	023		
5284703	Bignotti	bignotti	US		0	America/Phoenix	34.67724	-111.95015	983	Bignott,Bignotti		AZ	025		
5284740	Bankhead Springs	bankhead-springs	US		0	America/Los_Angeles	32.64978	-116.24391	1010			CA	073		
5285618	La Placita	la-placita	US		0	America/Denver	36.0353	-106.95865	2125			NM	043		
5284780	Brazos	brazos	US		0	America/Los_Angeles	38.20825	-122.30608	1			CA	055		
5284782	Briggs Terrace	briggs-terrace	US		0	America/Los_Angeles	34.24084	-118.22674	727			CA	037		
5284847	Biltmore Gates	biltmore-gates	US		0	America/Phoenix	33.52254	-112.01737	383			AZ	013		
5284851	Biltmore Greens III	biltmore-greens-iii	US		0	America/Phoenix	33.52865	-112.0132	413			AZ	013		
5284855	Biltmore Villas	biltmore-villas	US		0	America/Phoenix	33.51254	-112.02154	365			AZ	013		
5284860	Desert Lake	desert-lake	US		0	America/Los_Angeles	35.00248	-117.69895	732			CA	029		
5284909	Bisbee Junction	bisbee-junction	US		0	America/Phoenix	31.35149	-109.88618	1429			AZ	003		
5284918	Hanford Hill	hanford-hill	US		0	America/Los_Angeles	38.17436	-120.40353	1001	Hanford Hill,Hanford Hill Acres		CA	009		
5284938	Havilah	havilah	US		0	America/Los_Angeles	35.51773	-118.5187	956			CA	029		
5284949	Bishop Place	bishop-place	US		0	America/Phoenix	35.46028	-112.72296	1910			AZ	005		
5284952	Hydril	hydril	US		0	America/Los_Angeles	36.01273	-120.09847	319			CA	031		
5285000	Los Guilicos	los-guilicos	US		0	America/Los_Angeles	38.42658	-122.58165	141			CA	097		
5285013	Bitter Springs	bitter-springs	US		452	America/Denver	36.6286	-111.65433	1559			AZ	005		
5285039	Black Bear Spring	black-bear-spring	US		0	America/Phoenix	31.38621	-110.28813	2310			AZ	003		
5285056	Nutwood	nutwood	US		0	America/Los_Angeles	33.80696	-117.95006	33			CA	059		
5285060	Palm Grove	palm-grove	US		0	America/Los_Angeles	32.73534	-116.20974	562			CA	073		
5285082	Penvir	penvir	US		0	America/Los_Angeles	36.53857	-121.48411	35			CA	053		
5285084	Pettit Place	pettit-place	US		0	America/Los_Angeles	35.63968	-118.61759	1521	Pettit,Pettit Place,Pettitt Ranch		CA	029		
5285100	Rancho Del Campo	rancho-del-campo	US		0	America/Los_Angeles	32.60173	-116.46918	807			CA	073		
5285104	Raffetto	raffetto	US		0	America/Los_Angeles	38.86352	-120.44131	1433			CA	017		
5285142	Sheep Ranch	sheep-ranch	US		0	America/Los_Angeles	38.20936	-120.46409	719	Sheep Ranch,Sheepranch		CA	009		
5285150	Sentous	sentous	US		0	America/Los_Angeles	34.0264	-118.37202	32			CA	037		
5285158	Shippee	shippee	US		0	America/Los_Angeles	39.53989	-121.68803	40	Shippee,Shippee Road		CA	007		
5285164	Simmler, Santa Margarita	simmler-santa-margarita	US		0	America/Los_Angeles	35.35238	-119.99062	624			CA	079		
5285182	South Taft	south-taft	US		2169	America/Los_Angeles	35.13469	-119.45623	310			CA	029		
5285212	Walteria	walteria	US		0	America/Los_Angeles	33.80502	-118.35118	30			CA	037		
5285214	Vine Hill	vine-hill	US		3761	America/Los_Angeles	38.00853	-122.09608	9			CA	013		
5285226	Wilsie	wilsie	US		0	America/Los_Angeles	32.80006	-115.60305	-10			CA	025		
5285227	Black Falls Crossing	black-falls-crossing	US		0	America/Phoenix	35.57028	-111.2757	1311			AZ	005		
5285228	Wheeler Springs	wheeler-springs	US		0	America/Los_Angeles	34.50805	-119.2915	453	Wheeler Hot Springs,Wheeler Springs,Wheeler's Hot Springs		CA	111		
5285334	Koen	koen	US		0	America/Denver	38.0714	-102.34686	1070			CO	099		
5285428	Smith Hill	smith-hill	US		0	America/Denver	39.77832	-105.45861	2333			CO	047		
5285442	Tiffany	tiffany	US		0	America/Denver	37.03278	-107.53811	1933			CO	067		
5285474	Tasco	tasco	US		0	America/Chicago	39.35417	-100.29125	767	Guy,Tasco		KS	179	73150	
5285484	Laird	laird	US		0	America/Chicago	38.44752	-100.05457	735			KS	135	23875	
5285512	Ancho	ancho	US		0	America/Denver	33.93785	-105.73971	1868			NM	027		
5285563	Black River Crossing	black-river-crossing	US		0	America/Phoenix	33.71283	-110.21177	1314			AZ	007		
5285584	Los Cisneros	los-cisneros	US		0	America/Denver	36.07365	-105.22973	2214	Los Cisneros,Los Sisneros		NM	033		
5285590	Gallinas	gallinas	US		0	America/Denver	34.15035	-105.65416	2035			NM	027		
5285624	Jornada	jornada	US		0	America/Denver	33.12313	-107.03391	1445			NM	051		
5285626	Knowles	knowles	US		0	America/Denver	32.84039	-103.12771	1131	Knowles,Oasis		NM	025		
5285704	Pilar	pilar	US		0	America/Denver	36.26975	-105.78807	1847	Cieneguilla,Pilar,Pore'aqwabe'iwe *		NM	055		
5285748	Seven Rivers	seven-rivers	US		0	America/Denver	32.59511	-104.42163	1010			NM	015		
5285760	Toltec	toltec	US		0	America/Denver	35.21448	-107.91034	1998			NM	006		
5285766	Turley	turley	US		0	America/Denver	36.75251	-107.76506	1718	Nashdoi'began,Turley		NM	045		
5285796	Argo	argo	US		0	America/Los_Angeles	39.59741	-119.16378	1242	Argo,Argo Siding		NV	019		
5285816	Bridge House	bridge-house	US		0	America/Los_Angeles	39.04324	-119.78129	1419			NV	005		
5285870	Bodieville Colonia	bodieville-colonia	US		0	America/Chicago	30.90904	-102.87043	897			TX	371		
5285885	Blake Place	blake-place	US		0	America/Phoenix	32.80757	-110.52232	1329			AZ	021		
5285888	Wedekind	wedekind	US		0	America/Los_Angeles	39.56547	-119.70658	1375	Wedekind,Wedeking		NV	031		
5285905	Blaisdell	blaisdell	US		0	America/Phoenix	32.71255	-114.42661	55			AZ	027		
5285906	Eli	eli	US		0	America/Chicago	34.69367	-100.62874	636	Eli,Elite,Twin Buttes		TX	191		
5285908	Coble	coble	US		0	America/Chicago	33.5951	-102.50297	1104			TX	219		
5285914	Elbow	elbow	US		0	America/Chicago	32.1604	-101.51207	777			TX	227		
5285920	Hitson	hitson	US		0	America/Chicago	32.89455	-100.21177	545			TX	151		
5285930	Gurdev Colonia	gurdev-colonia	US		0	America/Denver	31.664	-106.27665	1115			TX	141		
5285942	Kaffir	kaffir	US		0	America/Chicago	34.63339	-101.82074	1078			TX	437		
5285968	Rehm	rehm	US		0	America/Chicago	35.96642	-102.64464	1229			TX	205		
5285976	Progress	progress	US		0	America/Chicago	34.28285	-102.80994	1184			TX	017		
5285986	Rio Pasado Estates Colonia	rio-pasado-estates-colonia	US		0	America/Denver	31.58706	-106.24665	1109			TX	141		
5286045	Blue Bell Mobile Home Park	blue-bell-mobile-home-park	US		0	America/Phoenix	33.43782	-112.12737	323			AZ	013		
5286082	Pines	pines	US		0	America/Denver	39.89746	-111.55297	1685			UT	049		
5286105	Blue Hills Farms	blue-hills-farms	US		0	America/Phoenix	34.52086	-112.29655	1556			AZ	025		
5286145	Blue Palm Mobile Home Park	blue-palm-mobile-home-park	US		0	America/Phoenix	33.45088	-112.12043	326			AZ	013		
5286194	Blue Sky Mobile Estates	blue-sky-mobile-estates	US		0	America/Phoenix	33.53615	-112.16182	355			AZ	013		
5286204	Blue Star Mobile Home Park	blue-star-mobile-home-park	US		0	America/Phoenix	33.41727	-111.59541	491			AZ	013		
5286217	Blue Vista	blue-vista	US		0	America/Phoenix	33.61922	-109.08313	1982			AZ	011		
5286368	Bon	bon	US		0	America/Phoenix	32.97144	-111.90847	397			AZ	021		
5286381	Bonds Trailer Park	bonds-trailer-park	US		0	America/Phoenix	33.4156	-111.84514	378			AZ	013		
5286396	Bonelli Landing	bonelli-landing	US		0	America/Phoenix	36.08332	-114.48192	375			AZ	015		
5286401	Boneyard	boneyard	US		0	America/Phoenix	33.87922	-109.2723	2573			AZ	001		
5286424	Bonita Trading Post	bonita-trading-post	US		0	America/Denver	35.7364	-109.07037	2072			AZ	001		
5286448	Bonnie Blink	bonnie-blink	US		0	America/Phoenix	31.54676	-110.3723	1563			AZ	003		
5286478	Bootlegger Crossing	bootlegger-crossing	US		0	America/Phoenix	35.2389	-112.11433	2118			AZ	005		
5286495	Booze Crossing	booze-crossing	US		0	America/Phoenix	36.81665	-112.60103	1329			AZ	015		
5286496	Boquillas	boquillas	US		0	America/Phoenix	31.77203	-110.22813	1190			AZ	003		
5286510	Borree Corner	borree-corner	US		0	America/Phoenix	32.97339	-111.55874	426			AZ	021		
5286663	Bowie Junction (historical)	bowie-junction-historical	US		0	America/Phoenix	32.36257	-109.62562	1232			AZ	003		
5286767	Bradberry	bradberry	US		0	America/Phoenix	32.41035	-110.31258	1230			AZ	003		
5286775	Bradshaw City	bradshaw-city	US		0	America/Phoenix	34.1967	-112.35572	1938			AZ	025		
5286802	Braemar VII	braemar-vii	US		0	America/Phoenix	33.57643	-112.20627	355			AZ	013		
5286806	Branaman	branaman	US		0	America/Phoenix	33.05145	-110.91178	558	Branaman,Brannaman		AZ	021		
5286838	Breezy Pines	breezy-pines	US		0	America/Phoenix	34.43892	-112.35461	1812			AZ	025		
5286841	Brenda	brenda	US		676	America/Phoenix	33.67975	-113.94466	419			AZ	012		
5286844	Brentwood Mobile Manor	brentwood-mobile-manor	US		0	America/Phoenix	33.41921	-111.7518	393			AZ	013		
5286845	Brentwood West	brentwood-west	US		0	America/Phoenix	33.41005	-111.76042	387			AZ	013		
5286849	Breckenridge Manor	breckenridge-manor	US		0	America/Phoenix	33.36283	-111.79653	375			AZ	013		
5286878	Brigham City (historical)	brigham-city-historical	US		0	America/Phoenix	35.04169	-110.65069	1492			AZ	017		
5286888	Brighton Place	brighton-place	US		0	America/Phoenix	33.3381	-111.86375	367	Amended Dobson Estates Three,Brighton Place		AZ	013		
5286896	Bristol Square	bristol-square	US		0	America/Phoenix	33.59004	-112.19043	364	Amended Royal Estates West Five,Bristol Square		AZ	013		
5286910	Broadway Trailer Court	broadway-trailer-court	US		0	America/Phoenix	33.40754	-112.10459	321			AZ	013		
5286960	Bronze Boot	bronze-boot	US		0	America/Phoenix	33.48588	-112.04487	343			AZ	013		
5287276	Buckeye Mill	buckeye-mill	US		0	America/Phoenix	32.25619	-109.58229	1469			AZ	003		
5287400	Buenavante	buenavante	US		0	America/Phoenix	33.59893	-111.92209	425			AZ	013		
5287402	Buenos Aires	buenos-aires	US		0	America/Phoenix	31.5212	-111.65733	929	Buena Ayres,Buenos Aires,Buenos Ayres		AZ	019		
5287581	Bumble Bee	bumble-bee	US		0	America/Phoenix	34.20086	-112.15294	786	Bumble Bee,Bumble Bee Creek,Bumblebee		AZ	025		
5287587	Bumstead	bumstead	US		0	America/Phoenix	33.57337	-112.35683	343			AZ	013		
5287608	Burch	burch	US		0	America/Phoenix	33.44394	-110.83206	977			AZ	007		
5287616	Burgundy Hill	burgundy-hill	US		0	America/Phoenix	33.36338	-111.97709	402	Burgundy Hill,Montana del Sur		AZ	013		
5287736	Burro John	burro-john	US		0	America/Phoenix	34.13031	-112.361	1292			AZ	025		
5287813	Bush Pit	bush-pit	US		0	America/Phoenix	33.75142	-113.76938	413			AZ	012		
5287816	Bushman Acres	bushman-acres	US		0	America/Phoenix	35.02419	-110.68013	1478			AZ	017		
5287921	Buzzard Gulch Trailer Park	buzzard-gulch-trailer-park	US		0	America/Phoenix	34.91919	-110.15179	1591			AZ	017		
5287947	Byrds Mobile Park	byrds-mobile-park	US		0	America/Phoenix	33.42699	-112.3521	296			AZ	013		
5288063	Cactus Flat	cactus-flat	US		1518	America/Phoenix	32.7584	-109.71619	954	Algodon,Cactus Flat		AZ	009		
5288066	Cactus Forest	cactus-forest	US		594	America/Phoenix	32.96006	-111.31984	551			AZ	021		
5288067	Cactus Gale V	cactus-gale-v	US		0	America/Phoenix	33.60004	-112.16488	376			AZ	013		
5288068	Cactus Gardens Mobile Home Park	cactus-gardens-mobile-home-park	US		0	America/Phoenix	33.61087	-112.03765	449			AZ	013		
5288079	Cactus Villa	cactus-villa	US		0	America/Phoenix	33.58838	-111.85514	427			AZ	013		
5288081	Cactus Wren Mobile Park	cactus-wren-mobile-park	US		0	America/Phoenix	33.42005	-111.6318	471			AZ	013		
5288083	Cactus Cove Trailer Park	cactus-cove-trailer-park	US		0	America/Phoenix	33.45227	-112.11571	327			AZ	013		
5288154	Calva	calva	US		0	America/Phoenix	33.18061	-110.18648	780	Calva,Dewey		AZ	009		
5288162	Cambridge Heights	cambridge-heights	US		0	America/Phoenix	33.35421	-111.98042	397			AZ	013		
5288163	Camel	camel	US		0	America/Phoenix	33.05005	-113.27713	168			AZ	013		
5288172	Camelback Estates IV	camelback-estates-iv	US		0	America/Phoenix	33.56421	-111.97431	419			AZ	013		
5288184	Camelback Trailer Ranch	camelback-trailer-ranch	US		0	America/Phoenix	33.47004	-112.03793	342			AZ	013		
5288189	Camelot Luxury Homes	camelot-luxury-homes	US		0	America/Phoenix	33.36032	-111.92375	362			AZ	013		
5288309	Campo Bonito	campo-bonito	US		0	America/Phoenix	34.43614	-111.0468	2308			AZ	005		
5288310	Campo Bonito	campo-bonito	US		74	America/Phoenix	32.56368	-110.73843	1464			AZ	021		
5288316	Campstone	campstone	US		0	America/Phoenix	31.64343	-110.34647	1307			AZ	003		
5288370	Cane Beds	cane-beds	US		448	America/Phoenix	36.94637	-112.89438	1554	Cane Beds,Short Creek		AZ	015		
5288372	Kane Ranch	kane-ranch	US		0	America/Phoenix	36.56776	-112.00378	1712	Cane,Cane Ranch,Kane,Kane Ranch		AZ	005		
5288400	Canelo	canelo	US		0	America/Phoenix	31.54287	-110.51453	1521	Canela,Canelo,Canille		AZ	023		
5288439	Canyon Day	canyon-day	US		1209	America/Phoenix	33.78477	-110.02649	1524	Canyon Day,Canyon Day Flat Village		AZ	007		
5288441	Canyon Diablo	canyon-diablo	US		0	America/Denver	35.16279	-111.11764	1656			AZ	005		
5288454	Canyon Run	canyon-run	US		0	America/Phoenix	33.33283	-111.88236	364			AZ	013		
5288470	Canyon Trails Mobile Home Park	canyon-trails-mobile-home-park	US		0	America/Phoenix	33.69143	-112.11071	431			AZ	013		
5288471	Canyon View	canyon-view	US		0	America/Phoenix	33.65587	-112.15376	400			AZ	013		
5288473	Canyon Village	canyon-village	US		0	America/Phoenix	33.59365	-112.11571	388			AZ	013		
5288501	Capri Village	capri-village	US		0	America/Phoenix	33.45532	-112.14932	324			AZ	013		
5288516	Carefree Foothills	carefree-foothills	US		0	America/Phoenix	33.79809	-111.94931	652			AZ	013		
5288541	Carlton Vista	carlton-vista	US		0	America/Phoenix	33.70339	-109.15313	2386			AZ	011		
5288587	Carrizo	carrizo	US		127	America/Phoenix	33.99394	-110.28872	1499			AZ	007		
5288650	Casa Linda	casa-linda	US		0	America/Phoenix	33.34033	-111.85514	368			AZ	013		
5288651	Casa Piedra	casa-piedra	US		0	America/Phoenix	31.38926	-111.25065	1076			AZ	023		
5288653	Casa Rica	casa-rica	US		0	America/Phoenix	33.58893	-111.85903	427			AZ	013		
5288654	Casa Rosa	casa-rosa	US		0	America/Phoenix	33.94753	-112.33572	554			AZ	025		
5288655	Casa Serena Mobile Home Park	casa-serena-mobile-home-park	US		0	America/Phoenix	33.40421	-111.64569	449			AZ	013		
5288656	Casa de Francisco Mobile Home Park	casa-de-francisco-mobile-home-park	US		0	America/Phoenix	33.37227	-112.07015	368			AZ	013		
5288657	Casa del Oro	casa-del-oro	US		0	America/Phoenix	32.57757	-110.84455	1176			AZ	021		
5288658	Casa del Sol Resorts	casa-del-sol-resorts	US		0	America/Phoenix	33.58476	-112.20488	357			AZ	013		
5288659	Casa del Sol Resorts Number One	casa-del-sol-resorts-number-one	US		0	America/Phoenix	33.58754	-112.25349	345			AZ	013		
5288660	Casandro	casandro	US		0	America/Phoenix	33.96975	-112.7449	653	Casandro Park		AZ	013		
5288661	Casas Adobes	casas-adobes	US		66795	America/Phoenix	32.32341	-110.9951	735	Casas Adobes,Kasas Adobes,Kazas-Edobs,kasas adwbz,kasas edobej,Казас-Едобс,Касас Адобес,كاساس أدوبز,कासास् एडोबेज्		AZ	019		
5288662	Casas del Campo Mobile Home Park	casas-del-campo-mobile-home-park	US		0	America/Phoenix	33.32894	-111.83819	371			AZ	013		
5288663	Cascabel	cascabel	US		0	America/Phoenix	32.29146	-110.37952	974			AZ	003		
5288713	Castillo Nuevo Mobile Home Park	castillo-nuevo-mobile-home-park	US		0	America/Phoenix	33.41005	-111.76042	387			AZ	013		
5288714	Castle Butte	castle-butte	US		0	America/Denver	35.30474	-110.34874	1770			AZ	017		
5288722	Castle Canyon Mesa	castle-canyon-mesa	US		0	America/Phoenix	34.59086	-112.35572	1579			AZ	025		
5288735	Castle Dome Landing	castle-dome-landing	US		0	America/Phoenix	32.96504	-114.46356	62	Castle Dome,Castle Dome City,Castle Dome Landing		AZ	027		
5288772	Castle Hot Springs	castle-hot-springs	US		0	America/Phoenix	33.98337	-112.36044	616			AZ	025		
5288786	Catalina Foothills	catalina-foothills	US		50796	America/Phoenix	32.29785	-110.9187	785	Catalina Foothills		AZ	019		
5288795	Catalina Village	catalina-village	US		0	America/Phoenix	33.45977	-112.14682	326			AZ	013		
5288825	Catfish Paradise	catfish-paradise	US		0	America/Phoenix	34.74501	-114.48746	146			AZ	015		
5288840	Cavalay Park	cavalay-park	US		0	America/Phoenix	31.55232	-110.36314	1534			AZ	003		
5288908	Cazador	cazador	US		0	America/Phoenix	31.49149	-109.42229	1402			AZ	003		
5288987	Cedar Mill	cedar-mill	US		0	America/Phoenix	34.47197	-111.99654	1392			AZ	025		
5289165	Central Heights	central-heights	US		0	America/Phoenix	33.41255	-110.81483	1062			AZ	007		
5289172	Central Park Village	central-park-village	US		0	America/Phoenix	33.63865	-112.07626	418			AZ	013		
5289174	Central Ridge	central-ridge	US		0	America/Phoenix	33.31949	-111.88653	364			AZ	013		
5289183	Centura West	centura-west	US		0	America/Phoenix	33.4606	-112.18821	323			AZ	013		
5289186	Cerbat	cerbat	US		0	America/Phoenix	35.30305	-114.13968	1178			AZ	015		
5289203	Chador Mobile Home Park	chador-mobile-home-park	US		0	America/Phoenix	33.57976	-112.2521	343			AZ	013		
5289213	Chair Crossing	chair-crossing	US		0	America/Phoenix	36.87277	-111.59516	962			AZ	005		
5289218	Chakpahu	chakpahu	US		0	America/Denver	35.76195	-110.1729	1943			AZ	017		
5289219	Chalender	chalender	US		0	America/Phoenix	35.23446	-112.02516	2092			AZ	005		
5289269	Chamiso	chamiso	US		0	America/Phoenix	31.99286	-110.35452	1172			AZ	003		
5289284	Chandler Gardens Mobile Home Park	chandler-gardens-mobile-home-park	US		0	America/Phoenix	33.31005	-111.83347	372			AZ	013		
5289291	Chandler Meadows Mobile Home Park	chandler-meadows-mobile-home-park	US		0	America/Phoenix	33.31783	-111.83458	371			AZ	013		
5289298	Chaney Place	chaney-place	US		0	America/Phoenix	32.48341	-109.34729	1053			AZ	009		
5289323	Chapparal Mobile Village	chapparal-mobile-village	US		0	America/Phoenix	33.37838	-112.08015	354			AZ	013		
5289330	Charco	charco	US		52	America/Phoenix	32.25062	-112.60598	642			AZ	019		
5289351	Charleston (historical)	charleston-historical	US		0	America/Phoenix	31.6358	-110.1725	1216	Charleston (historical),Charleston Station,Charlston,Чарлстон		AZ	003		
5289365	Charlie Moore Place	charlie-moore-place	US		0	America/Phoenix	33.38978	-109.04701	1781			AZ	011		
5289429	Cherokee Mobile Village	cherokee-mobile-village	US		0	America/Phoenix	33.41727	-111.61013	485			AZ	013		
5289488	Chetco	chetco	US		0	America/Phoenix	35.21641	-109.33427	1788			AZ	001		
5289507	Cheyenne Village	cheyenne-village	US		0	America/Phoenix	33.60004	-112.13821	384			AZ	013		
5289515	Chiawuli Tak	chiawuli-tak	US		78	America/Phoenix	31.93563	-111.78095	797	Chiawuli Tak,Geowic,Jeowic,Tjeavolitak		AZ	019		
5289520	Chico Shunie	chico-shunie	US		0	America/Phoenix	32.32784	-112.94682	534			AZ	019		
5289522	Chiapuk	chiapuk	US		0	America/Phoenix	32.53589	-112.13514	582	Chiapuk,Copperopolis,Copperosity		AZ	021		
5289538	Chilchinbito	chilchinbito	US		506	America/Denver	36.52722	-110.08235	1814	Chil-Chin-Be-To,Chilchinbeto,Chilchinbito,Chilechinbito		AZ	017		
5289559	Chilean Mill	chilean-mill	US		0	America/Phoenix	34.15114	-112.39322	1485			AZ	025		
5289587	Chimney Hill	chimney-hill	US		0	America/Phoenix	33.58477	-111.85625	425			AZ	013		
5289670	Chiricahua	chiricahua	US		0	America/Phoenix	31.59232	-109.24062	1425			AZ	003		
5289689	Chiuli Shaik	chiuli-shaik	US		0	America/Phoenix	31.82869	-111.64678	984	Chiuli Shaik,Fresnal,Ioxikux,Kohi Kug,Koxikux,Resnal,Tshiuliseik		AZ	019		
5289690	Chiulikam	chiulikam	US		0	America/Phoenix	32.5745	-112.52598	651	Chiuli,Chiuli Kam,Chiulikam,Pozo Colorado,Salcilla,Sauceda,Sauceda Well,Saucida,Saucita,Saucito,Suwuki Vaya,Tschiulikam,Vokivaxia		AZ	013		
5289743	Chris-Town Travel Trailer and Mobile Home Park	chris-town-travel-trailer-and-mobile-home-park	US		0	America/Phoenix	33.51282	-112.10071	347			AZ	013		
5289751	Choulic	choulic	US		0	America/Phoenix	31.66731	-111.77678	756	Choulic,Choulik,Tjuulik		AZ	019		
5289771	Christopher Creek	christopher-creek	US		156	America/Phoenix	34.31531	-111.01707	1768			AZ	007		
5289777	Chrysotile	chrysotile	US		0	America/Phoenix	33.74033	-110.56677	1426			AZ	007		
5289793	Chuichu	chuichu	US		269	America/Phoenix	32.752	-111.78318	445	Chin Chuschu Well,Chiu Chiuschu,Chiu Chuischa,Chiu Chuischui,Chiu-chius-chiu,Chu Chew,Chui Chiuschu,Chui Chuschu,Chuichu,Chuische,Tjuitjo,Tshuhutsho		AZ	021		
5289797	Chukut Kuk	chukut-kuk	US		0	America/Phoenix	31.76564	-112.10513	620	Chukut Kuk,Tecolate,Tecoleto,Tecolote,Tjukutko		AZ	019		
5289799	Chukson	chukson	US		0	America/Phoenix	31.91313	-111.79679	791			AZ	019		
5289810	Chutum Vaya	chutum-vaya	US		0	America/Phoenix	31.71647	-111.64678	1118			AZ	019		
5289814	Chuwut Murk	chuwut-murk	US		0	America/Phoenix	31.8873	-112.14568	579			AZ	019		
5289830	Cibecue Creek	cibecue-creek	US		0	America/Phoenix	34.09643	-110.50317	1571			AZ	017		
5289835	Ciela Grande Mobile Home Park	ciela-grande-mobile-home-park	US		0	America/Phoenix	33.40671	-111.62652	466			AZ	013		
5289863	Cienega Springs	cienega-springs	US		1798	America/Phoenix	34.18863	-114.22467	114			AZ	012		
5289921	Cinco Soles	cinco-soles	US		0	America/Phoenix	33.52504	-111.95348	425			AZ	013		
5289930	Circle City	circle-city	US		0	America/Phoenix	33.81587	-112.58017	568			AZ	013		
5289957	Citrus Gardens	citrus-gardens	US		0	America/Phoenix	33.42144	-111.74319	399			AZ	013		
5290919	Cornfields	cornfields	US		255	America/Denver	35.65223	-109.67928	1870			AZ	001		
5289958	Citrus Grove Trailer Court	citrus-grove-trailer-court	US		0	America/Phoenix	33.41449	-111.85264	376			AZ	013		
5289959	Citrus Grove Trailer Park	citrus-grove-trailer-park	US		0	America/Phoenix	33.5556	-112.07432	372			AZ	013		
5289960	Citrus Hills	citrus-hills	US		0	America/Phoenix	33.37921	-112.04237	358			AZ	013		
5289961	Citrus Park	citrus-park	US		4028	America/Phoenix	33.54865	-112.44433	363			AZ	013		
5289983	Claremont Place	claremont-place	US		0	America/Phoenix	33.52838	-112.04237	369			AZ	013		
5290082	Clearview Heights	clearview-heights	US		0	America/Phoenix	34.90836	-110.14623	1559			AZ	017		
5290083	Clearview Hills	clearview-hills	US		0	America/Phoenix	33.53421	-111.98542	421			AZ	013		
5290086	Cleator	cleator	US		0	America/Phoenix	34.27864	-112.23294	1067			AZ	025		
5290087	Cleaveland	cleaveland	US		0	America/Phoenix	33.72172	-109.28119	2355			AZ	011		
5290091	Clemenceau	clemenceau	US		0	America/Phoenix	34.73197	-112.02655	1058	Clemenceau,Verde		AZ	025		
5290154	Clints Well	clints-well	US		0	America/Phoenix	34.55447	-111.31292	2089			AZ	005		
5290185	Cloverleaf	cloverleaf	US		0	America/Phoenix	33.34449	-111.8632	366			AZ	013		
5290207	Co-op Village	co-op-village	US		0	America/Phoenix	33.33643	-112.20793	307			AZ	013		
5290224	Coal Mine Mesa	coal-mine-mesa	US		0	America/Phoenix	35.95972	-110.93958	1873			AZ	005		
5290244	Cobblestone Square	cobblestone-square	US		0	America/Phoenix	33.60143	-111.97265	424			AZ	013		
5290321	Coconino	coconino	US		0	America/Phoenix	35.99443	-112.19823	1941			AZ	005		
5290343	Coffeepot	coffeepot	US		0	America/Phoenix	34.03949	-111.1868	1548			AZ	007		
5290351	Cogdill Center	cogdill-center	US		0	America/Phoenix	35.18585	-111.64405	2102			AZ	005		
5290365	Colcord Mountain Estates	colcord-mountain-estates	US		0	America/Phoenix	34.26393	-110.90096	1909			AZ	007		
5290440	Colfred	colfred	US		0	America/Phoenix	32.70449	-113.9016	101			AZ	027		
5290452	Colonial Coronita	colonial-coronita	US		0	America/Phoenix	33.30449	-111.79653	380			AZ	013		
5290454	Colony Biltmore IV	colony-biltmore-iv	US		0	America/Phoenix	33.51532	-112.02459	366			AZ	013		
5290455	Colony South	colony-south	US		0	America/Phoenix	33.62143	-112.11098	400			AZ	013		
5290510	Comobabi	comobabi	US		8	America/Phoenix	32.05813	-111.80012	976			AZ	019		
5290561	Congress Junction	congress-junction	US		0	America/Phoenix	34.1628	-112.8449	927			AZ	025		
5290595	Constellation	constellation	US		0	America/Phoenix	34.06336	-112.5824	1085			AZ	025		
5290602	Contempo Tempe	contempo-tempe	US		0	America/Phoenix	33.39032	-111.97292	358			AZ	013		
5290603	Contention	contention	US		0	America/Phoenix	31.76898	-110.20202	1158			AZ	003		
5290618	Continental Tempe	continental-tempe	US		0	America/Phoenix	33.35144	-111.91348	362			AZ	013		
5290620	Continental Village	continental-village	US		0	America/Phoenix	33.56949	-111.85875	416			AZ	013		
5290665	Coolidge Dam	coolidge-dam	US		0	America/Phoenix	33.18201	-110.52649	803			AZ	007		
5290748	Copper Creek	copper-creek	US		0	America/Phoenix	32.7509	-110.47648	1214			AZ	021		
5290772	Copper Kettle Trailer Villa	copper-kettle-trailer-villa	US		0	America/Phoenix	33.63199	-112.01126	439			AZ	013		
5290830	Cordes	cordes	US		0	America/Phoenix	34.30336	-112.16683	1147			AZ	025		
5290832	Cordes Junction	cordes-junction	US		0	America/Phoenix	34.33225	-112.12044	1159			AZ	025		
5290834	Cordes Lakes	cordes-lakes	US		2633	America/Phoenix	34.30781	-112.10349	1126			AZ	025		
5290841	Coral Sands Mobile Estates	coral-sands-mobile-estates	US		0	America/Phoenix	33.42088	-111.58347	502			AZ	013		
5290853	Cork	cork	US		0	America/Phoenix	32.95701	-109.91869	842			AZ	009		
5290902	Corner Windmill	corner-windmill	US		0	America/Phoenix	32.11897	-111.32177	760			AZ	019		
5290922	Corona Village	corona-village	US		0	America/Phoenix	33.3181	-111.92514	358			AZ	013		
5290925	Corona de Tucson	corona-de-tucson	US		5675	America/Phoenix	31.96536	-110.77564	1000			AZ	019		
5290942	Coronado Mobile Home Park	coronado-mobile-home-park	US		0	America/Phoenix	33.41338	-111.77264	384			AZ	013		
5290958	Coronado Village	coronado-village	US		0	America/Phoenix	31.54871	-110.34786	1491			AZ	003		
5291001	Correjo Crossing	correjo-crossing	US		0	America/Phoenix	34.09171	-109.20369	2227			AZ	001		
5291004	Corta Junction	corta-junction	US		0	America/Phoenix	31.39621	-109.88368	1496			AZ	003		
5291011	Corva	corva	US		0	America/Phoenix	35.27529	-112.34934	1898			AZ	005		
5291014	Cosnino	cosnino	US		0	America/Phoenix	35.20557	-111.47488	1971			AZ	005		
5291135	Cottonwood Ranch	cottonwood-ranch	US		0	America/Phoenix	33.6056	-112.23127	357			AZ	013		
5291297	Country Club Trailer Grove	country-club-trailer-grove	US		0	America/Phoenix	33.48115	-112.00904	356			AZ	013		
5291298	Country Club Village Mobile Home Park	country-club-village-mobile-home-park	US		0	America/Phoenix	33.4531	-111.83236	372			AZ	013		
5291299	Country Cousins Mobile Mecca	country-cousins-mobile-mecca	US		0	America/Phoenix	33.39255	-111.83347	371			AZ	013		
5291300	Country Estates	country-estates	US		0	America/Phoenix	34.53753	-111.84987	932			AZ	025		
5291304	Country Greens at Villa de Paz	country-greens-at-villa-de-paz	US		0	America/Phoenix	33.50226	-112.28654	314			AZ	013		
5291305	Country Hills Mobile Estates	country-hills-mobile-estates	US		0	America/Phoenix	33.46254	-112.31627	302			AZ	013		
5291306	Country Horizons	country-horizons	US		0	America/Phoenix	33.57365	-111.89237	412			AZ	013		
5291310	Country Meadows	country-meadows	US		0	America/Phoenix	33.56587	-112.2846	337			AZ	013		
5291312	Country Ridge	country-ridge	US		0	America/Phoenix	33.65671	-112.12349	412			AZ	013		
5291314	Country Trace	country-trace	US		0	America/Phoenix	33.63476	-111.92709	458			AZ	013		
5291315	Country Villa	country-villa	US		0	America/Phoenix	33.44115	-112.33849	297			AZ	013		
5291316	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/Phoenix	33.37616	-112.10209	341			AZ	013		
5291317	County Fair West	county-fair-west	US		0	America/Phoenix	33.47782	-112.19654	328			AZ	013		
5291349	Covered Wagon Mobile Home Park	covered-wagon-mobile-home-park	US		0	America/Phoenix	33.53199	-112.11321	357			AZ	013		
5291378	Cow Springs	cow-springs	US		0	America/Denver	36.41305	-110.82237	1787			AZ	005		
5291430	Coyote Basin Ranch	coyote-basin-ranch	US		0	America/Phoenix	34.84252	-111.43098	2266			AZ	005		
5291578	Crag	crag	US		0	America/Phoenix	33.30115	-112.90212	269			AZ	013		
5291610	Craycroft	craycroft	US		0	America/Phoenix	32.20702	-110.87537	788			AZ	019		
5291686	Crookton	crookton	US		0	America/Phoenix	35.29529	-112.70796	1737			AZ	025		
5291689	Crosby Crossing	crosby-crossing	US		0	America/Phoenix	33.91172	-109.34508	2639			AZ	001		
5291810	Cucamonga Junction	cucamonga-junction	US		0	America/Phoenix	35.30251	-112.38545	1786			AZ	005		
5291858	Currys Corner	currys-corner	US		0	America/Phoenix	33.69865	-111.92515	561	Curry's Corner,Currys Corner		AZ	013		
5291887	Cyclopic	cyclopic	US		0	America/Phoenix	35.78277	-114.24607	1323			AZ	015		
5291891	Cutter	cutter	US		74	America/Phoenix	33.35283	-110.65261	964			AZ	007		
5291893	Cypress Estates	cypress-estates	US		0	America/Phoenix	33.41616	-111.75625	391			AZ	013		
5291922	DC Ranch	dc-ranch	US		0	America/Phoenix	33.66754	-111.86542	556			AZ	013		
5291935	Dagger	dagger	US		0	America/Phoenix	33.69449	-110.81317	805			AZ	007		
5291987	Danas Trailer Ranch	danas-trailer-ranch	US		0	America/Phoenix	33.41644	-111.60597	485			AZ	013		
5291991	Dandrea	dandrea	US		0	America/Phoenix	34.36475	-112.37683	1731			AZ	025		
5292044	Date	date	US		0	America/Phoenix	34.3153	-112.91824	1034			AZ	025		
5292088	Davis Dam	davis-dam	US		0	America/Phoenix	35.18	-114.56635	162			AZ	015		
5292124	Daze	daze	US		0	America/Phoenix	35.2489	-112.40434	1738			AZ	005		
5292131	De Anza Village	de-anza-village	US		0	America/Phoenix	31.55176	-110.3423	1476			AZ	003		
5292141	DeLuxe Trailer Court	deluxe-trailer-court	US		0	America/Phoenix	33.45171	-112.10487	327			AZ	013		
5292316	Deer Creek Village Subdivision	deer-creek-village-subdivision	US		0	America/Phoenix	34.06532	-111.35625	942			AZ	007		
5292387	Deer Valley	deer-valley	US		165656	America/Phoenix	33.68393	-112.13488	419	Deer Valley,Deer Valley Village		AZ	013		
5292405	Deering Park Estates	deering-park-estates	US		0	America/Phoenix	34.53614	-112.56628	1903			AZ	025		
5292409	Dehorn	dehorn	US		0	America/Phoenix	33.527	-110.17954	1489			AZ	007		
5292414	Del Muerto	del-muerto	US		329	America/Denver	36.18473	-109.44288	1963			AZ	001		
5291005	Cortaro	cortaro	US	85652	0	America/Phoenix	32.35618	-111.08843	658			AZ	019		
5292490	Desert Bell Estates II	desert-bell-estates-ii	US		0	America/Phoenix	33.65671	-112.05182	441			AZ	013		
5292502	Desert Gem Mobile Home Park	desert-gem-mobile-home-park	US		0	America/Phoenix	33.4531	-112.19821	319			AZ	013		
5292503	Desert Highlands	desert-highlands	US		0	America/Phoenix	33.71949	-111.88264	658			AZ	013		
5292504	Desert Highlands	desert-highlands	US		0	America/Phoenix	33.71393	-111.86125	720			AZ	013		
5292505	Desert Hills	desert-hills	US		2245	America/Phoenix	34.5539	-114.37246	167			AZ	015		
5292509	Deserama Mobile Ranch	deserama-mobile-ranch	US		0	America/Phoenix	33.41755	-111.77903	384			AZ	013		
5292517	Desert Pines	desert-pines	US		0	America/Phoenix	33.63754	-112.14376	397			AZ	013		
5292523	Desert Ridge	desert-ridge	US		0	America/Phoenix	33.63421	-111.93153	456			AZ	013		
5292525	Desert Sage Mobile Manor	desert-sage-mobile-manor	US		0	America/Phoenix	33.46338	-111.98098	360			AZ	013		
5292530	Desert Sands Mobile Home Park	desert-sands-mobile-home-park	US		0	America/Phoenix	33.69254	-112.11849	485			AZ	013		
5292536	Desert Valley Estates	desert-valley-estates	US		0	America/Phoenix	33.65504	-112.09848	420			AZ	013		
5292541	Desert Village Mobile Home Park	desert-village-mobile-home-park	US		0	America/Phoenix	33.41255	-111.62319	470			AZ	013		
5292542	Desert Villas	desert-villas	US		0	America/Phoenix	33.35282	-111.97431	388			AZ	013		
5292543	Desert Vista Estates III	desert-vista-estates-iii	US		0	America/Phoenix	33.42366	-111.62958	478			AZ	013		
5292549	Desert Wells	desert-wells	US		0	America/Phoenix	33.70836	-113.8216	345	Desert Station,Desert Well,Desert Wells,Vicksburg Junction		AZ	012		
5292550	Desert Wind	desert-wind	US		0	America/Phoenix	33.77032	-111.96959	600			AZ	013		
5292551	Desert Wind II	desert-wind-ii	US		0	America/Phoenix	33.60449	-111.9232	429			AZ	013		
5292646	Diamond Bell Ranch	diamond-bell-ranch	US		0	America/Phoenix	31.97341	-111.28232	1058			AZ	019		
5292662	Diamond Fields	diamond-fields	US		0	America/Denver	36.81278	-109.89012	1549			AZ	001		
5292671	Diamond Point Shadows	diamond-point-shadows	US		0	America/Phoenix	34.26948	-111.22513	1513	Diamond Point Shadows,Diamond Point Shadows Subdivision		AZ	007		
5292672	Diamond Point Summer Homes	diamond-point-summer-homes	US		0	America/Phoenix	34.32976	-111.19041	1733	Diamond Point Summer Homes,Diamond Point Summer Homes Subdivision		AZ	007		
5292685	Diamond Valley	diamond-valley	US		0	America/Phoenix	34.56808	-112.37517	1598			AZ	025		
5292715	Dilkon	dilkon	US		1184	America/Denver	35.38529	-110.32068	1794	Castle Butte,Dilcon,Dilkon,Maddox,Stiles		AZ	017		
5292724	Dimario Place	dimario-place	US		0	America/Phoenix	33.37783	-110.81705	1079			AZ	007		
5292829	Dixileta Verde	dixileta-verde	US		0	America/Phoenix	33.7556	-111.91737	671			AZ	013		
5292845	Dobson Ranch	dobson-ranch	US		0	America/Phoenix	33.3706	-111.87431	367			AZ	013		
5292847	Dobson Shores	dobson-shores	US		0	America/Phoenix	33.37699	-111.8807	366			AZ	013		
5292920	Dollbeer Mobile Home Ranch	dollbeer-mobile-home-ranch	US		0	America/Phoenix	33.41255	-111.64847	452			AZ	013		
5292941	Don Luis	don-luis	US		0	America/Phoenix	31.4026	-109.91674	1541			AZ	003		
5292989	Dos Cabezas	dos-cabezas	US		0	America/Phoenix	32.17536	-109.6134	1549	Dos Cabezas,Dos Cabezos		AZ	003		
5293012	Double Adobe	double-adobe	US		0	America/Phoenix	31.46677	-109.69007	1222			AZ	003		
5293074	Doubletree Canyon	doubletree-canyon	US		0	America/Phoenix	33.56393	-111.98292	434			AZ	013		
5293114	Dove Valley Ranch	dove-valley-ranch	US		0	America/Phoenix	33.79948	-111.97876	594			AZ	013		
5293165	Dreamland Villa	dreamland-villa	US		0	America/Phoenix	33.42144	-111.71069	418			AZ	013		
5293183	Drexel Heights	drexel-heights	US		27749	America/Phoenix	32.14119	-111.02843	770			AZ	019		
5293390	Dudleyville	dudleyville	US		959	America/Phoenix	32.97201	-110.77649	593			AZ	021		
5293410	Dugas	dugas	US		0	America/Phoenix	34.36197	-111.97849	1200			AZ	025		
5293440	Dunhill Meadows	dunhill-meadows	US		0	America/Phoenix	33.50532	-112.22543	332			AZ	013		
5293441	Dunhill Place	dunhill-place	US		0	America/Phoenix	33.64309	-112.15349	394			AZ	013		
5293467	Durfee Crossing	durfee-crossing	US		0	America/Phoenix	34.57392	-110.80485	1883			AZ	005		
5293481	Dusk File	dusk-file	US		0	America/Phoenix	33.34838	-111.91875	361			AZ	013		
5293522	Duval	duval	US		0	America/Phoenix	31.93175	-110.95815	836			AZ	019		
5293537	Dysart (historical)	dysart-historical	US		0	America/Phoenix	33.61448	-112.32516	350			AZ	013		
5293685	East Flagstaff	east-flagstaff	US		0	America/Phoenix	35.2114	-111.61322	2096			AZ	005		
5293689	East Fork	east-fork	US		699	America/Phoenix	33.79811	-109.93038	1601			AZ	017		
5293742	East Fort	east-fort	US		0	America/Phoenix	34.16364	-112.25516	1931			AZ	025		
5293764	East Mesa	east-mesa	US		0	America/Phoenix	33.41533	-111.65791	448			AZ	013		
5293784	East Pershing Plaza	east-pershing-plaza	US		0	America/Phoenix	31.55509	-110.34369	1477			AZ	003		
5293785	East Plantsite	east-plantsite	US		0	America/Phoenix	33.04701	-109.31868	1249			AZ	011		
5293796	East Sahuarita	east-sahuarita	US		1622	America/Phoenix	31.94286	-110.92842	848			AZ	019		
5293877	Eastway Mobile Home Park	eastway-mobile-home-park	US		0	America/Phoenix	33.45338	-111.8182	373			AZ	013		
5293891	Echinique Place	echinique-place	US		0	America/Phoenix	34.7178	-110.9668	1904			AZ	005		
5293917	Eddy Place	eddy-place	US		0	America/Phoenix	34.96057	-112.60268	1369			AZ	025		
5293959	Eighteen Bells Mobile Home Park	eighteen-bells-mobile-home-park	US		0	America/Phoenix	33.64226	-112.04348	434			AZ	013		
5293980	El Camino Mobile Home Park	el-camino-mobile-home-park	US		0	America/Phoenix	33.64671	-112.0282	443			AZ	013		
5293990	El Dorado Mobile Home Resort	el-dorado-mobile-home-resort	US		0	America/Phoenix	33.46421	-111.98959	356			AZ	013		
5293993	El Mar Trailer Court	el-mar-trailer-court	US		0	America/Phoenix	33.41338	-111.75903	388			AZ	013		
5294006	El Paseo	el-paseo	US		0	America/Phoenix	33.56171	-111.89626	404			AZ	013		
5294018	El Rio	el-rio	US		0	America/Phoenix	32.23535	-110.98954	711			AZ	019		
5294022	El San Juan Trailer Park	el-san-juan-trailer-park	US		0	America/Phoenix	33.58337	-112.25488	343			AZ	013		
5294023	El Sereno-La Rosa Trailer Inn	el-sereno-la-rosa-trailer-inn	US		0	America/Phoenix	33.46643	-112.03154	342			AZ	013		
5294030	El Tule	el-tule	US		0	America/Phoenix	34.37976	-109.39732	1807	Craig,El Tule		AZ	001		
5294040	Elden Pueblo	elden-pueblo	US		0	America/Phoenix	35.24251	-111.56794	2116			AZ	005		
5294073	Eleven Mile Corner	eleven-mile-corner	US		0	America/Phoenix	32.87951	-111.56707	445			AZ	021		
5294143	Ellison Creek Estates	ellison-creek-estates	US		0	America/Phoenix	34.36031	-111.1843	1769	Ellison Creek Estates,Ellison Creek Estates Subdivision		AZ	007		
5294146	Ellison Place (historical)	ellison-place-historical	US		0	America/Phoenix	33.00978	-110.31565	1701			AZ	009		
5294158	Ellison Creek Summer Homes	ellison-creek-summer-homes	US		0	America/Phoenix	34.34976	-111.19847	1698	Ellison Creek Summer Homes,Ellison Creek Summer Homes Subdivision		AZ	007		
5294164	Elmwood Trailer Park	elmwood-trailer-park	US		0	America/Phoenix	33.30644	-111.82986	372			AZ	013		
5294198	Emery Park	emery-park	US		0	America/Phoenix	32.14119	-110.95592	773			AZ	019		
5294206	Emika	emika	US		0	America/Phoenix	32.43339	-112.48653	696	Emika,Emita		AZ	019		
5294211	Emmanuel Mission	emmanuel-mission	US		0	America/Denver	36.80222	-109.39733	1667	Emmanual Mission,Emmanuel Mission,Immanuel Mission		AZ	001		
5294249	Engesser Junction	engesser-junction	US		0	America/Phoenix	33.20115	-113.87243	415			AZ	027		
5294262	Ensenada del Oro	ensenada-del-oro	US		0	America/Phoenix	33.57977	-111.87014	419			AZ	013		
5294267	Entro	entro	US		0	America/Phoenix	34.60697	-112.40406	1567	Entro,Entro Siding		AZ	025		
5294297	Escalante Crossing	escalante-crossing	US		0	America/Phoenix	31.8612	-110.2098	1110			AZ	003		
5294346	Estados de La Mancha II	estados-de-la-mancha-ii	US		0	America/Phoenix	33.57643	-111.90209	412			AZ	013		
5294347	Estate Monterra	estate-monterra	US		0	America/Phoenix	33.53199	-112.04098	374			AZ	013		
5294349	Estates La Colina	estates-la-colina	US		0	America/Phoenix	33.3381	-111.90181	362			AZ	013		
5294361	Estrella	estrella	US		0	America/Phoenix	33.43665	-112.20082	463	Estrella,Estrella Hill,Estrella Village		AZ	013		
5294362	Estrella Camp	estrella-camp	US		0	America/Phoenix	33.44865	-112.3746	301			AZ	013		
5294363	Estrella Estates Family Park	estrella-estates-family-park	US		0	America/Phoenix	33.46865	-112.09043	332			AZ	013		
5294416	Evergreen Villa Mobile Home Park	evergreen-villa-mobile-home-park	US		0	America/Phoenix	33.32838	-111.85431	369			AZ	013		
5294449	Fairbank (historical)	fairbank-historical	US		0	America/Phoenix	31.72315	-110.18841	1176	Fairbank (historical),Junction City,Kendall		AZ	003		
5294457	Fairwood VIII	fairwood-viii	US		0	America/Phoenix	33.58782	-112.20627	358			AZ	013		
5294464	Falfa	falfa	US		0	America/Phoenix	33.34616	-111.83264	371			AZ	013		
5294513	Feaster	feaster	US		0	America/Phoenix	33.99172	-109.14536	2503			AZ	001		
5294554	Fennemore	fennemore	US		0	America/Phoenix	33.57032	-112.42739	366			AZ	013		
5294556	Fenner	fenner	US		0	America/Phoenix	31.97008	-110.23118	1131			AZ	003		
5294561	Ferguson Place Windmill	ferguson-place-windmill	US		0	America/Phoenix	34.34669	-112.73351	1361			AZ	025		
5294599	Fiesta Park	fiesta-park	US		0	America/Phoenix	33.42144	-111.74903	396	Fiesta Park,Fiesta Travel Trailer Park		AZ	013		
5294682	Firebrand Ranch	firebrand-ranch	US		0	America/Phoenix	33.57671	-111.98209	427			AZ	013		
5294698	First Mesa	first-mesa	US		1555	America/Phoenix	35.83667	-110.38152	1771			AZ	017		
5295712	Gatewood Housing	gatewood-housing	US		0	America/Phoenix	31.55509	-110.33536	1455			AZ	003		
5294720	Fish Creek (historical)	fish-creek-historical	US		0	America/Phoenix	33.53338	-111.30624	673	Fish Creek (historical),Frasier,Frasiers Station		AZ	013		
5294792	Fivemile Landing	fivemile-landing	US		0	America/Phoenix	34.79528	-114.5058	141			AZ	015		
5294837	Flamingo Mobile Home Resort	flamingo-mobile-home-resort	US		0	America/Phoenix	33.52615	-112.16626	351			AZ	013		
5294910	Florence Junction	florence-junction	US		0	America/Phoenix	33.2595	-111.33707	574			AZ	021		
5294914	Flores	flores	US		0	America/Phoenix	34.06253	-112.82157	793			AZ	025		
5294926	Flower Pot	flower-pot	US		0	America/Phoenix	34.50336	-111.97071	1386			AZ	025		
5294934	Flowing Springs	flowing-springs	US		42	America/Phoenix	34.31531	-111.33458	1404	Flowing Springs,Flowing Springs Subdivision		AZ	007		
5294937	Flowing Wells	flowing-wells	US		16419	America/Phoenix	32.29396	-111.00982	692			AZ	019		
5295017	Forbing Park	forbing-park	US		0	America/Phoenix	34.56558	-112.49573	1672			AZ	025		
5295025	Forepaugh	forepaugh	US		0	America/Phoenix	33.97142	-113.0463	702			AZ	013		
5295037	Forest Lakes Estates	forest-lakes-estates	US		0	America/Phoenix	34.33893	-110.79985	2305			AZ	005		
5295080	Fort Apache Junction	fort-apache-junction	US		0	America/Phoenix	33.78977	-110.00177	1537			AZ	007		
5295110	Fort McDonald	fort-mcdonald	US		0	America/Phoenix	34.23503	-111.34819	1513			AZ	007		
5295114	Fort Misery	fort-misery	US		0	America/Phoenix	34.14031	-112.36656	1327			AZ	025		
5295117	Fort River Caves	fort-river-caves	US		0	America/Phoenix	34.56808	-111.8471	940			AZ	025		
5295126	Fort Tuthill	fort-tuthill	US		0	America/Phoenix	35.14168	-111.69433	2132			AZ	005		
5295133	Fort Verde Estates	fort-verde-estates	US		0	America/Phoenix	34.54058	-111.85682	935			AZ	025		
5295135	Fort Whipple	fort-whipple	US		0	America/Phoenix	34.55475	-112.45267	1618	Camp Whipple,Fort Whipple,Whipple Barracks		AZ	025		
5295143	Fortuna Foothills	fortuna-foothills	US		26265	America/Phoenix	32.65783	-114.41189	102			AZ	027		
5295176	Fountain East	fountain-east	US		0	America/Phoenix	33.41033	-111.70014	417	Fountain East,Fountains East Mobile Home Park,The Fountain East Mobile Home Park		AZ	013		
5295194	Fountain View	fountain-view	US		0	America/Phoenix	33.60782	-111.73181	529			AZ	013		
5295195	Fountain of the Sun	fountain-of-the-sun	US		0	America/Phoenix	33.40199	-111.65486	442			AZ	013		
5295274	Fox Glen	fox-glen	US		0	America/Phoenix	33.59226	-112.21627	357			AZ	013		
5295338	Frazier Wells	frazier-wells	US		0	America/Phoenix	35.78249	-113.07215	1843	Frazier Well,Frazier Wells,Fraziers Well		AZ	005		
5295357	Freedom Acres	freedom-acres	US		84	America/Phoenix	34.31725	-111.30041	1488	Freedom Acres,Freedom Acres Subdivision		AZ	007		
5295426	Friendly Corners	friendly-corners	US		0	America/Phoenix	32.61784	-111.55095	507			AZ	021		
5295462	Fry	fry	US		0	America/Phoenix	31.55676	-110.29508	1402	Fry,Garden Canon,Garden Canyon		AZ	003		
5295495	Fuller Ranch	fuller-ranch	US		0	America/Phoenix	33.40477	-111.78458	378			AZ	013		
5295554	Gainey Ranch	gainey-ranch	US		0	America/Phoenix	33.57115	-111.91737	406			AZ	013		
5295564	Galeyville	galeyville	US		0	America/Phoenix	31.95037	-109.21839	1747			AZ	003		
5295579	Gallups	gallups	US		0	America/Phoenix	34.07865	-111.18652	1266			AZ	007		
5295796	Germann	germann	US		0	America/Phoenix	33.27811	-111.6693	415			AZ	013		
5295800	Geronimo Estates	geronimo-estates	US		60	America/Phoenix	34.36697	-111.35875	1570	Geronimo Estates,Geronimo Estates Subdivision		AZ	007		
5295828	Getz	getz	US		0	America/Phoenix	35.20472	-114.02023	1068			AZ	015		
5295882	Gila Crossing	gila-crossing	US		621	America/Phoenix	33.27671	-112.16682	316	Gila Crossing,Komatke		AZ	013		
5295949	Gisela	gisela	US		570	America/Phoenix	34.10171	-111.27986	878			AZ	007		
5295953	Gladden	gladden	US		0	America/Phoenix	33.90253	-113.29936	671			AZ	013		
5295966	Gleeson	gleeson	US		0	America/Phoenix	31.73398	-109.82979	1501			AZ	003		
5295973	Glen Canyon Trailer Park	glen-canyon-trailer-park	US		0	America/Phoenix	33.53893	-112.11404	361			AZ	013		
5295975	Glen Ilah	glen-ilah	US		0	America/Phoenix	34.21503	-112.75907	1474			AZ	025		
5295983	Glenbar	glenbar	US		0	America/Phoenix	32.91673	-109.85814	854	Fairview,Glenbar,Hogtown,Matthewsville		AZ	009		
5296001	Glendale West Mobile Home Park	glendale-west-mobile-home-park	US		0	America/Phoenix	33.53976	-112.23127	338			AZ	013		
5296007	Glenview Estates	glenview-estates	US		0	America/Phoenix	33.30422	-111.92403	358			AZ	013		
5296106	Gold Camp	gold-camp	US		10159	America/Phoenix	33.29367	-111.30429	604			AZ	021		
5296156	Goldbadge	goldbadge	US		0	America/Phoenix	33.61087	-112.33905	351			AZ	013		
5296190	Golden West Estates	golden-west-estates	US		0	America/Phoenix	33.42227	-111.75903	391			AZ	013		
5296193	Youngberg	youngberg	US		0	America/Phoenix	33.45894	-111.48735	617	Gold Field,Goldfield,Youngberg,Youngsberg		AZ	021		
5296324	Government Hill	government-hill	US		0	America/Phoenix	33.67449	-111.15012	682	Apacheria,Government Hill		AZ	007		
5296394	Grand Canyon Caverns	grand-canyon-caverns	US		0	America/Phoenix	35.52833	-113.23132	1652	Dinosaur City,Grand Canyon Caverns		AZ	005		
5296409	Grand Canyon Village	grand-canyon-village	US		1550	America/Phoenix	36.04637	-112.15406	2050			AZ	005		
5296429	Grand Missouri Adult Mobile Home Park	grand-missouri-adult-mobile-home-park	US		0	America/Phoenix	33.51838	-112.15349	351			AZ	013		
5296441	Grandview Mobile Home Park	grandview-mobile-home-park	US		0	America/Phoenix	33.47615	-112.01181	353			AZ	013		
5296460	Granite Basin Summer Homes	granite-basin-summer-homes	US		0	America/Phoenix	34.61336	-112.55406	1728			AZ	025		
5296477	Granite Dells	granite-dells	US		0	America/Phoenix	34.60586	-112.41239	1551			AZ	025		
5296510	Granite Reef Estates	granite-reef-estates	US		0	America/Phoenix	33.43921	-111.6843	452			AZ	013		
5296514	Granite Siding	granite-siding	US		0	America/Phoenix	34.69558	-112.40933	1493	Granite,Granite Siding		AZ	025		
5296646	Grasshopper	grasshopper	US		0	America/Phoenix	34.0756	-110.63039	1805			AZ	017		
5296650	Grasshopper Junction	grasshopper-junction	US		0	America/Phoenix	35.39694	-114.25968	1081			AZ	015		
5296744	Greasewood	greasewood	US		547	America/Denver	35.52251	-109.85734	1802			AZ	017		
5296758	Greaterville	greaterville	US		0	America/Phoenix	31.76398	-110.75008	1586			AZ	019		
5296765	Green Acres Mobile and Recreational Vehicle Park	green-acres-mobile-and-recreational-vehicle-park	US		0	America/Phoenix	33.45032	-112.11598	327			AZ	013		
5295798	Geronimo	geronimo	US	73543	0	America/Phoenix	33.077	-110.03508	830			AZ	009		
5296766	Green Acres Trailer Court	green-acres-trailer-court	US		0	America/Phoenix	33.41532	-111.88292	366			AZ	013		
5296784	Green Spot	green-spot	US		0	America/Phoenix	34.18977	-109.4037	2089			AZ	001		
5296798	Green Tree Mobile Home Park	green-tree-mobile-home-park	US		0	America/Phoenix	33.30838	-111.83042	372			AZ	013		
5296807	Green Valley Trailer Park	green-valley-trailer-park	US		0	America/Phoenix	33.39366	-112.00987	345			AZ	013		
5296817	Greenbriar	greenbriar	US		0	America/Phoenix	33.58421	-112.1646	370			AZ	013		
5296818	Greenbrier East	greenbrier-east	US		0	America/Phoenix	33.61532	-111.96737	434			AZ	013		
5296829	Greenhaven Mobile Park	greenhaven-mobile-park	US		0	America/Phoenix	33.45754	-111.98015	359			AZ	013		
5296832	Greenfield Estates	greenfield-estates	US		0	America/Phoenix	33.42366	-111.73569	403			AZ	013		
5296843	Greentrails	greentrails	US		0	America/Phoenix	33.63976	-112.06348	422			AZ	013		
5296847	Greenway Park V	greenway-park-v	US		0	America/Phoenix	33.62893	-111.96487	443			AZ	013		
5296862	Greer Place	greer-place	US		0	America/Phoenix	34.60337	-109.60511	1665			AZ	001		
5296906	Gripe	gripe	US		0	America/Phoenix	32.81257	-109.60202	918			AZ	009		
5296908	Grizzles Orchard	grizzles-orchard	US		0	America/Phoenix	31.75426	-109.74868	1311			AZ	003		
5296911	Groom Creek	groom-creek	US		0	America/Phoenix	34.47558	-112.43128	1911			AZ	025		
5296936	Growler	growler	US		0	America/Phoenix	32.8156	-113.79909	98			AZ	027		
5296953	Gu Oidak	gu-oidak	US		188	America/Phoenix	31.92174	-112.04346	625	Big Field,Big Fields,Gu Oidak,Kuoitak		AZ	019		
5296955	Gu Chuapo	gu-chuapo	US		0	America/Phoenix	31.89452	-111.66456	1056	Chuapo,Gu Chuapo		AZ	019		
5296956	Gu Vo	gu-vo	US		0	America/Phoenix	32.06562	-112.5607	654	Cubo,Gu Vo,Kerwo,Kuvo		AZ	019		
5297012	Gurli Put Vo	gurli-put-vo	US		0	America/Phoenix	32.20396	-112.01958	615	Dead Old Mans Pond,Gurli Put Vo,Koli-pat-vooka,Kolipatvooka		AZ	019		
5297084	Hacienda Solano Park	hacienda-solano-park	US		0	America/Phoenix	33.30505	-111.79097	381			AZ	013		
5297085	Hacienda de Valencia	hacienda-de-valencia	US		0	America/Phoenix	33.41005	-111.7343	400			AZ	013		
5297087	Haciendas del Lago	haciendas-del-lago	US		0	America/Phoenix	33.57782	-111.87181	418			AZ	013		
5297089	Hacienda Los Encino	hacienda-los-encino	US		0	America/Phoenix	31.65898	-110.6473	1511			AZ	023		
5297181	Haivan Vaya	haivan-vaya	US		0	America/Phoenix	31.60981	-111.87345	868			AZ	019		
5297182	Haivana Nakya	haivana-nakya	US		96	America/Phoenix	32.00674	-111.71373	870	Baboquerque Fields,Crow Hanging,Haivana Nakya,Havana Nakya,Havanaki,San Ysidro,Santa Cruz		AZ	019		
5297225	Hali Murk	hali-murk	US		0	America/Phoenix	32.00118	-112.2943	569	Haal-Muihedak,Hali Murk,Hardimui,Harle Muheta,Harlemuheta,Mesqual,Mesquit		AZ	019		
5297265	Hamilton Corner	hamilton-corner	US		0	America/Phoenix	33.24783	-111.84125	371			AZ	013		
5297309	Hannagan Meadow	hannagan-meadow	US		0	America/Phoenix	33.64228	-109.32397	2765	Hannagan Meadow,Hannegan Meadow		AZ	011		
5297320	Hano	hano	US		0	America/Phoenix	35.83695	-110.39235	1893	Ha-no-me,Hano,Hanoki,Hanom,Hanomuh,Harno,Haro,Iano,Jano,Janogualpa,Koyoshtu,Na-ca-ci-kin,Nah-shah-shai,Tano,Tanoi,Tanoquevi,Tanoquibi,Tanos,Tanus,Te-e-wun-na,Tegua,Teha,Tequa,Tewa,Tewa Village,Tewe,Towas		AZ	017		
5297345	Happy Valley Ranch	happy-valley-ranch	US		0	America/Phoenix	33.71587	-111.89987	627			AZ	013		
5297348	Harcuvar	harcuvar	US		0	America/Phoenix	33.76003	-113.65326	587			AZ	012		
5297359	Hard Rocks	hard-rocks	US		0	America/Phoenix	36.07833	-110.43902	1811			AZ	017		
5297382	Hardyville (historical)	hardyville-historical	US		0	America/Phoenix	35.045	-114.62163	163			AZ	015		
5297391	Harmony Villa	harmony-villa	US		0	America/Phoenix	33.4606	-111.69292	457	Harmonia Villa,Harmony Villa		AZ	013		
5297400	Harqua	harqua	US		0	America/Phoenix	33.2431	-112.99907	331			AZ	013		
5297410	Harrington Place	harrington-place	US		0	America/Phoenix	32.04258	-110.54675	1137			AZ	019		
5297472	Hassayampa	hassayampa	US		0	America/Phoenix	33.34838	-112.72545	258			AZ	013		
5297480	Hashan Chuchg	hashan-chuchg	US		0	America/Phoenix	31.56731	-111.77289	772			AZ	019		
5297542	Hawaiian Village Mobile Home Park	hawaiian-village-mobile-home-park	US		0	America/Phoenix	33.45449	-111.8407	369			AZ	013		
5297563	Hawley Lake	hawley-lake	US		0	America/Phoenix	33.98394	-109.74704	2498			AZ	001		
5297596	Hayden Junction	hayden-junction	US		0	America/Phoenix	33.00979	-110.81538	583			AZ	021		
5297683	Headquarters	headquarters	US		0	America/Phoenix	34.8142	-109.86484	1664			AZ	017		
5297695	Heap Place	heap-place	US		0	America/Phoenix	34.58365	-109.40816	1700			AZ	001		
5296856	Greer	greer	US	29650	41	America/Phoenix	34.01005	-109.4587	2547			AZ	001		
5297714	Heaton	heaton	US		0	America/Phoenix	33.07894	-112.13459	365	Heaton,Maricopa,Maricopa Station,Maricopaville		AZ	021		
5297737	Heatherbrook	heatherbrook	US		0	America/Phoenix	33.34783	-111.89153	364			AZ	013		
5297879	Heritage Court	heritage-court	US		0	America/Phoenix	33.58171	-111.85792	423			AZ	013		
5297881	Heritage Highlands	heritage-highlands	US		0	America/Phoenix	33.60615	-112.07904	412			AZ	013		
5297882	Heritage North Ranch	heritage-north-ranch	US		0	America/Phoenix	33.63893	-111.93265	461			AZ	013		
5297886	Heritage Terrace	heritage-terrace	US		0	America/Phoenix	33.56671	-111.90237	406			AZ	013		
5297924	Hi View Mobile Home Park	hi-view-mobile-home-park	US		0	America/Phoenix	33.59254	-112.09765	394			AZ	013		
5297927	Hibbard	hibbard	US		0	America/Phoenix	34.97002	-110.51846	1509			AZ	017		
5297937	Hickiwan	hickiwan	US		0	America/Phoenix	32.36895	-112.47542	670	Hickiwan,Hikibon,Hikiro,Hikjorn,Hikuwan,Jiquibo,Kokuli,Milpitas,Perigua,Periqua,Piriqua,Tachitoa		AZ	019		
5297951	Hidden Acres Mobile Home Park	hidden-acres-mobile-home-park	US		0	America/Phoenix	33.45282	-112.20099	319			AZ	013		
5297994	Hidden Springs Mission	hidden-springs-mission	US		0	America/Denver	36.18916	-111.39487	1469			AZ	005		
5298089	Highjinks	highjinks	US		0	America/Phoenix	32.57118	-110.73843	1526			AZ	021		
5298093	Highland Pines	highland-pines	US		0	America/Phoenix	34.56058	-112.56962	1958			AZ	005		
5298094	Highland Terrace Mobile Home Park	highland-terrace-mobile-home-park	US		0	America/Phoenix	33.59393	-112.09793	394			AZ	013		
5298101	Hightown	hightown	US		0	America/Phoenix	33.30449	-111.90931	363			AZ	013		
5298205	Hoa Murk	hoa-murk	US		0	America/Phoenix	32.27978	-112.66737	597	Basket Burn,Hoa Muerta,Hoa Murk,Pozo Ben,Romaines Field		AZ	019		
5298315	Hohokam Village	hohokam-village	US		0	America/Phoenix	33.4406	-111.82014	382			AZ	013		
5298316	Hoi Oidak	hoi-oidak	US		0	America/Phoenix	32.3034	-111.87207	573			AZ	019		
5298317	Hoka Tiki Mobile Village	hoka-tiki-mobile-village	US		0	America/Phoenix	33.56921	-112.20821	352			AZ	013		
5298389	Holiday Spa Mobile Home Park	holiday-spa-mobile-home-park	US		0	America/Phoenix	33.58004	-112.04932	415			AZ	013		
5298391	Holiday Village Mobile Home Park	holiday-village-mobile-home-park	US		0	America/Phoenix	33.40199	-111.85403	373			AZ	013		
5298406	Holiday Palms Mobile Home Park	holiday-palms-mobile-home-park	US		0	America/Phoenix	33.40894	-111.62819	465			AZ	013		
5298499	Hookers Hot Springs	hookers-hot-springs	US		0	America/Phoenix	32.33868	-110.23952	1238			AZ	003		
5298548	Horn	horn	US		0	America/Phoenix	32.94477	-113.50325	141			AZ	027		
5298628	Horse Crossing	horse-crossing	US		0	America/Phoenix	34.58447	-111.13041	1950			AZ	005		
5298645	Horse Mesa	horse-mesa	US		0	America/Denver	36.705	-109.04649	1723			AZ	001		
5298647	Horse Mesa	horse-mesa	US		0	America/Phoenix	33.5831	-111.35541	630			AZ	013		
5298781	Horseshoe Mobile Home Park	horseshoe-mobile-home-park	US		0	America/Phoenix	33.41338	-111.90348	362			AZ	013		
5298836	Hortons Place	hortons-place	US		0	America/Phoenix	32.87784	-110.58371	774			AZ	021		
5298879	Hotason Vo	hotason-vo	US		0	America/Phoenix	32.24645	-112.60487	640	Charco,Charco De La Piedra,Hota Son Vo,Hotashonevo,Hotason Vo,Hoto Von Soto		AZ	019		
5298885	Hotevilla-Bacavi	hotevilla-bacavi	US		957	America/Phoenix	35.92778	-110.67292	1926			AZ	017		
5298971	Huachuca Terrace	huachuca-terrace	US		0	America/Phoenix	31.39677	-109.92507	1518			AZ	003		
5299030	Huk Ovi	huk-ovi	US		0	America/Phoenix	35.89167	-110.68764	1939	Huck Ovi,Huk Ovi		AZ	017		
5299062	Humbug	humbug	US		0	America/Phoenix	34.05475	-112.32322	750	Humbug,Humburg		AZ	025		
5299110	Hunter Creek Ranch	hunter-creek-ranch	US		0	America/Phoenix	34.3042	-111.01124	1786	Hunter Creek Ranch,Hunter Creek Ranch Estates,Hunter Creek Ranch Subdivision		AZ	007		
5299114	Hunters Point	hunters-point	US		0	America/Denver	35.5478	-109.10509	2042			AZ	001		
5299158	Hyde Park Lodge	hyde-park-lodge	US		0	America/Phoenix	33.46421	-111.99181	355			AZ	013		
5299219	Imperial Mobile Home Park	imperial-mobile-home-park	US		0	America/Phoenix	33.41338	-111.77569	383			AZ	013		
5299284	Indian Gardens	indian-gardens	US		0	America/Phoenix	34.91391	-111.7271	1403			AZ	005		
5299307	Indian Hot Springs	indian-hot-springs	US		0	America/Phoenix	32.99839	-109.90064	851	Holladay Hot Springs,Indian Hot Springs		AZ	009		
5299316	Indian Moccasin	indian-moccasin	US		0	America/Phoenix	36.89721	-112.74243	1523			AZ	015		
5299329	Indian Ridge Estates	indian-ridge-estates	US		0	America/Phoenix	32.25452	-110.84287	765			AZ	019		
5299369	Indian Pine	indian-pine	US		0	America/Phoenix	34.08004	-109.90538	2187			AZ	017		
5299434	Inspiration	inspiration	US		0	America/Phoenix	33.41255	-110.88345	1197			AZ	007		
5299522	Iron Springs	iron-springs	US		0	America/Phoenix	34.58475	-112.56989	1851	Iron Springs,Ironsprings		AZ	025		
5299534	Ironwood Terrace	ironwood-terrace	US		0	America/Phoenix	33.51282	-112.20626	339			AZ	013		
5299561	Itak	itak	US		0	America/Phoenix	31.6948	-112.00707	700	Itak,Rocky Point		AZ	019		
5299607	J and M Trailer Park	j-and-m-trailer-park	US		0	America/Phoenix	33.45171	-112.25682	310			AZ	013		
5299674	Jackrabbit House	jackrabbit-house	US		0	America/Phoenix	32.60534	-111.89597	470			AZ	021		
5299727	Jacob Lake	jacob-lake	US		0	America/Phoenix	36.71332	-112.21629	2417	Jacob Lake,Jacob Lake Camp,Jacobs Lake,Jacobs Lake Camp		AZ	005		
5299752	Jakes Corner	jakes-corner	US		76	America/Phoenix	34.0106	-111.3193	854			AZ	007		
5299839	Jeddito	jeddito	US		293	America/Denver	35.77445	-110.13679	1934	Jadito,Jadito Station,Jadito Store,Jadito Trading Post,Jeddito,Jeddito Trading Post		AZ	017		
5299842	Jaynes	jaynes	US		0	America/Phoenix	32.29591	-111.02899	683			AZ	019		
5300132	Jones Crossing	jones-crossing	US		0	America/Phoenix	34.52975	-111.28375	2093			AZ	005		
5300172	Jops Landing	jops-landing	US		0	America/Phoenix	34.5439	-114.36523	184			AZ	015		
5300176	Jordan Meadows	jordan-meadows	US		0	America/Phoenix	34.54086	-111.86598	928			AZ	025		
5300224	Juanita Mobile Home Park	juanita-mobile-home-park	US		0	America/Phoenix	33.42088	-111.65402	456			AZ	013		
5300271	Junction Overlook	junction-overlook	US		0	America/Denver	36.13723	-109.49288	1849			AZ	001		
5300366	Juniper Heights	juniper-heights	US		0	America/Phoenix	34.52169	-112.46295	1757			AZ	025		
5300735	Kachina Village	kachina-village	US		2622	America/Phoenix	35.09696	-111.69266	2064			AZ	005		
5300736	Kahachi Miliuk	kahachi-miliuk	US		0	America/Phoenix	31.80258	-111.6965	901			AZ	019		
5300742	Kaibab	kaibab	US		124	America/Phoenix	36.89665	-112.74076	1522	Indian Moccasin,Kaibab		AZ	015		
5300756	Kaibito	kaibito	US		1522	America/Denver	36.59722	-111.07431	1771	K'ai' Bii' To,Kabito,Kaibeto,Kaibiito,Kaibito		AZ	005		
5300758	Kaihon Kug	kaihon-kug	US		0	America/Phoenix	32.01618	-112.07957	610	Kaihon Kug,Old Quijotoa Well		AZ	019		
5300766	Kaka	kaka	US		141	America/Phoenix	32.50978	-112.31653	686			AZ	013		
5300802	Kansas Settlement	kansas-settlement	US		0	America/Phoenix	32.06508	-109.76284	1285			AZ	003		
5300804	Karmella Mobile Home Park	karmella-mobile-home-park	US		0	America/Phoenix	33.40144	-111.84097	374			AZ	013		
5300812	Katherine	katherine	US		103	America/Phoenix	35.22222	-114.56191	209	Katherine,Katherine Landing		AZ	015		
5300824	Kawaika-A	kawaika-a	US		0	America/Phoenix	35.74473	-110.22068	1963			AZ	017		
5300829	Kay-Bee Mobile Villa	kay-bee-mobile-villa	US		0	America/Phoenix	33.4531	-111.82709	372			AZ	013		
5300859	Keats Crossing	keats-crossing	US		0	America/Phoenix	33.37671	-111.86264	368			AZ	013		
5300918	Kelvin	kelvin	US		0	America/Phoenix	33.11145	-110.97345	558	Kelvin,Ray Junction,Riverside		AZ	021		
5301030	Kinder Crossing	kinder-crossing	US		0	America/Phoenix	34.56642	-111.14291	1963			AZ	005		
5301084	Kingsgate	kingsgate	US		0	America/Phoenix	33.3806	-111.79514	375			AZ	013		
5301085	Kingston Knolls Terrace	kingston-knolls-terrace	US		0	America/Phoenix	32.22841	-110.84564	788			AZ	019		
5301090	Kinlichee	kinlichee	US		0	America/Denver	35.75612	-109.42566	2030	Kin Li Chee,Kin-Li-Chee,Kin-li-Chee,Kinlichee		AZ	001		
5301097	Kinney Junction	kinney-junction	US		0	America/Phoenix	33.91727	-109.77399	2355			AZ	001		
5301119	Kino Springs	kino-springs	US		136	America/Phoenix	31.36315	-110.81008	1220			AZ	023		
5301124	Kinter	kinter	US		0	America/Phoenix	32.75727	-114.398	56			AZ	027		
5301127	Kino	kino	US		0	America/Phoenix	32.3348	-111.06204	673			AZ	019		
5301135	Kirkland Junction	kirkland-junction	US		0	America/Phoenix	34.36919	-112.66518	1251	Kirkland Junction,Kirklands		AZ	025		
5301155	Klagetoh	klagetoh	US		242	America/Denver	35.50196	-109.52816	1958			AZ	001		
5301163	Klondyke	klondyke	US		0	America/Phoenix	32.83534	-110.33231	1056			AZ	009		
5301192	Knoell East	knoell-east	US		0	America/Phoenix	33.37727	-111.88709	366			AZ	013		
5301193	Knoell Mesa	knoell-mesa	US		0	America/Phoenix	33.39088	-111.78375	377			AZ	013		
5301207	Ko Vaya	ko-vaya	US		46	America/Phoenix	32.07702	-111.8954	833	Cababi,Cahuabi,Cobabi Well,Kavvaxiak,Ko Vaya		AZ	019		
5301215	Kofa	kofa	US		0	America/Phoenix	32.88199	-113.64659	119	Kofa,Kofa Station		AZ	027		
5301225	Kohatk	kohatk	US		27	America/Phoenix	32.57839	-112.00569	500	Cohota,Cojate,Cojela,Cojeta,Kohatk,Quajato,Quajote,Quojote		AZ	021		
5301232	Kohls Ranch	kohls-ranch	US		46	America/Phoenix	34.32531	-111.0943	1633			AZ	007		
5301235	Kokopnyama	kokopnyama	US		0	America/Denver	35.78028	-110.1254	1969			AZ	017		
5301237	Kom Kug	kom-kug	US		0	America/Phoenix	31.61064	-111.67094	975			AZ	019		
5301239	Kom Vo	kom-vo	US		0	America/Phoenix	31.9598	-112.34902	540	Comeva,Comova,Comovo,Kom Vo		AZ	019		
5301242	Komatke	komatke	US		821	America/Phoenix	33.29338	-112.17543	315	Komatke,Saint Johns,Saint Johns Mission		AZ	013		
5301246	Kon Tiki Mobile Home Park	kon-tiki-mobile-home-park	US		0	America/Phoenix	33.33422	-111.85153	369			AZ	013		
5301247	Kool Corner	kool-corner	US		0	America/Phoenix	32.8006	-114.49939	47			AZ	027		
5301249	Komak Wuacho	komak-wuacho	US		0	America/Phoenix	32.22368	-112.33014	613			AZ	019		
5301255	Kuakatch	kuakatch	US		0	America/Phoenix	32.13756	-112.66293	653	Kookatsh,Kuakatch,Pozo de Federico,Wall,Walls Well,Walls Wells		AZ	019		
5301260	Kui Tatk	kui-tatk	US		0	America/Phoenix	32.03841	-112.08124	623	Iron Pipe,Iron Pipe Village,Kirtak,Kui Tatk,Kvitatk		AZ	019		
5301261	Kuit Vaya	kuit-vaya	US		0	America/Phoenix	31.67842	-111.68095	977			AZ	019		
5301267	Kupk	kupk	US		0	America/Phoenix	31.92369	-112.21374	562	Copeka,Kupk		AZ	019		
5301280	Kykotsmovi	kykotsmovi	US		0	America/Phoenix	35.87528	-110.62041	1731	Kykotsmovi,New Oraibi,Orabi,Oraiba,Oraibi,Oraybe,Third Mesa		AZ	017		
5301283	Kyrene	kyrene	US		0	America/Phoenix	33.33477	-111.9457	363			AZ	013		
5301309	La Casa Trail Mobile Villa	la-casa-trail-mobile-villa	US		0	America/Phoenix	33.41616	-111.58958	494			AZ	013		
5301310	La Casita Mobile Park	la-casita-mobile-park	US		0	America/Phoenix	33.44977	-111.82097	373			AZ	013		
5301313	La Cienega	la-cienega	US		0	America/Phoenix	34.37337	-111.17569	1844			AZ	007		
5301314	La Fontana Heights	la-fontana-heights	US		0	America/Phoenix	33.5131	-112.21182	337			AZ	013		
5301317	La Montana del Sur	la-montana-del-sur	US		0	America/Phoenix	33.37227	-112.0682	368			AZ	013		
5301322	La Paz (historical)	la-paz-historical	US		0	America/Phoenix	33.67919	-114.42634	178	La Paz (historical),Pot Holes		AZ	012		
5301325	La Paz Valley	la-paz-valley	US		699	America/Phoenix	33.57697	-114.24189	313			AZ	012		
5301334	La Terraza	la-terraza	US		0	America/Phoenix	33.46393	-112.18876	324			AZ	013		
5301338	LaLoma Ranch	laloma-ranch	US		0	America/Phoenix	33.51337	-112.35933	334			AZ	013		
5301382	Lake Biltmore Estates	lake-biltmore-estates	US		0	America/Phoenix	33.58671	-112.12432	383			AZ	013		
5301442	Lake of the Woods	lake-of-the-woods	US		4094	America/Phoenix	34.16393	-109.98955	2054			AZ	017		
5301457	Lakeview Trailer Park	lakeview-trailer-park	US		0	America/Phoenix	33.66477	-111.13429	690			AZ	007		
5301514	Lapham	lapham	US		0	America/Phoenix	34.18059	-112.40211	1601			AZ	025		
5301521	Lariat Tra-Tel Trailer Court	lariat-tra-tel-trailer-court	US		0	America/Phoenix	33.46671	-111.98903	357			AZ	013		
5301530	Larneds Landing	larneds-landing	US		0	America/Phoenix	34.30835	-114.05217	226			AZ	015		
5301546	Las Alegres	las-alegres	US		0	America/Phoenix	33.46032	-111.69014	461			AZ	013		
5301548	Las Guijas	las-guijas	US		0	America/Phoenix	31.67037	-111.38204	1052	Las Guijas,Las Guijas Ranch		AZ	019		
5301557	Las Villas	las-villas	US		0	America/Phoenix	33.52227	-111.92153	393			AZ	013		
5301648	Lawrence Crossing	lawrence-crossing	US		0	America/Phoenix	34.65308	-111.73265	1108			AZ	025		
5301654	Lazona Trailer Court	lazona-trailer-court	US		0	America/Phoenix	33.41394	-111.8007	378			AZ	013		
5301657	Lazy D Trailer Ranch	lazy-d-trailer-ranch	US		0	America/Phoenix	33.3806	-112.06543	354			AZ	013		
5301658	Lazy Daze Mobile Home Park	lazy-daze-mobile-home-park	US		0	America/Phoenix	33.45227	-112.15043	323			AZ	013		
5301660	Lazy J Trailer Lodge	lazy-j-trailer-lodge	US		0	America/Phoenix	33.54115	-112.19932	347			AZ	013		
5301692	LeChee	lechee	US		1443	America/Phoenix	35.03224	-110.75291	1519	LeChee,Lechee,Lichii'ii		AZ	005		
5301755	Legante Paseo	legante-paseo	US		0	America/Phoenix	33.37144	-111.8657	367			AZ	013		
5301757	Legend Estates	legend-estates	US		0	America/Phoenix	33.46727	-112.15376	328			AZ	013		
5301764	Lehman Mill	lehman-mill	US		0	America/Phoenix	34.09586	-112.46239	1172			AZ	025		
5301770	Leisure Time Mobile Park	leisure-time-mobile-park	US		0	America/Phoenix	33.56087	-112.20904	349			AZ	013		
5301771	Leisure World	leisure-world	US		0	America/Phoenix	33.40116	-111.68986	419			AZ	013		
5301783	Lemontree	lemontree	US		0	America/Phoenix	33.40977	-111.74347	393			AZ	013		
5301821	Leupp Corner	leupp-corner	US		0	America/Phoenix	35.07418	-110.85792	1547			AZ	005		
5301844	Lewis Springs	lewis-springs	US		0	America/Phoenix	31.58121	-110.14202	1234	Fritz Springs,Lewis Springs,San Pedro Spring		AZ	003		
5301851	Lexington Place	lexington-place	US		0	America/Phoenix	33.63754	-112.20071	377			AZ	013		
5301858	Liberty Mobile Home Park	liberty-mobile-home-park	US		0	America/Phoenix	33.66782	-112.02515	457			AZ	013		
5301861	Liberty Village	liberty-village	US		0	America/Phoenix	33.49643	-112.27682	315			AZ	013		
5301883	Ligurta	ligurta	US		0	America/Phoenix	32.67449	-114.29494	71	Gila City,Ligurta		AZ	027		
5302014	Links Point	links-point	US		0	America/Phoenix	33.59338	-111.96876	421			AZ	013		
5302049	Lisitzky Subdivision	lisitzky-subdivision	US		0	America/Phoenix	34.92808	-110.13651	1601			AZ	017		
5302052	Litchfield Junction	litchfield-junction	US		0	America/Phoenix	33.42254	-112.36266	294			AZ	013		
5302061	Little Acres	little-acres	US		0	America/Phoenix	33.39478	-110.82094	1037			AZ	007		
5302180	Little Franks	little-franks	US		0	America/Phoenix	32.43258	-109.21534	1216			AZ	009		
5302382	Little Spring	little-spring	US		0	America/Phoenix	34.59864	-111.22903	2134			AZ	005		
5302479	Littletown	littletown	US		873	America/Phoenix	32.13036	-110.87287	828			AZ	019		
5302490	Lizard	lizard	US		0	America/Phoenix	33.63532	-112.34516	363			AZ	013		
5302491	Lizard Acres	lizard-acres	US		0	America/Phoenix	33.64754	-112.33849	368			AZ	013		
5302516	Lochiel	lochiel	US		0	America/Phoenix	31.33566	-110.62397	1428			AZ	023		
5302611	Lone Butte Ranch	lone-butte-ranch	US		0	America/Phoenix	33.23255	-112.04709	339			AZ	013		
5302629	Lone Mountain Ranch	lone-mountain-ranch	US		0	America/Phoenix	33.77004	-111.95765	621			AZ	013		
5302791	Longhaven West	longhaven-west	US		0	America/Phoenix	33.50726	-112.17154	344			AZ	013		
5302792	Longhorn Ranch II	longhorn-ranch-ii	US		0	America/Phoenix	33.60115	-112.19877	364			AZ	013		
5302862	Los Burros	los-burros	US		0	America/Phoenix	34.14143	-109.77705	2385	Los Burro,Los Burros		AZ	001		
5302868	Los Maderas	los-maderas	US		0	America/Phoenix	33.44921	-111.78403	392			AZ	013		
5302875	Los Tesoros	los-tesoros	US		0	America/Phoenix	33.32866	-111.91292	360			AZ	013		
5302900	Lost Dutchman Mobile Home Park	lost-dutchman-mobile-home-park	US		0	America/Phoenix	33.41727	-111.59958	490			AZ	013		
5302902	Lost Eden	lost-eden	US		0	America/Phoenix	34.63169	-111.26097	2046			AZ	005		
5302988	Love	love	US		0	America/Phoenix	33.85225	-113.46576	601	Lockhart,Love		AZ	012		
5302998	Low Mountain	low-mountain	US		757	America/Denver	35.94028	-110.11346	1879			AZ	017		
5303155	Lower Miami	lower-miami	US		0	America/Phoenix	33.40672	-110.85567	1022			AZ	007		
5303237	Lower Tillman	lower-tillman	US		0	America/Phoenix	34.62836	-110.79652	1926			AZ	005		
5303259	Lower Wheatfields	lower-wheatfields	US		0	America/Denver	36.20417	-109.13593	2195			AZ	001		
5303347	Luzena	luzena	US		0	America/Phoenix	32.3548	-109.62673	1225	Bowie Junction,Luzena		AZ	003		
5303417	Macks Crossing	macks-crossing	US		0	America/Phoenix	34.61836	-111.09264	1907			AZ	005		
5303422	Madera Canyon	madera-canyon	US		0	America/Phoenix	31.72554	-110.8814	1497			AZ	023		
5303467	Magma	magma	US		0	America/Phoenix	33.13172	-111.49929	463			AZ	021		
5303503	Mahtson-pi	mahtson-pi	US		0	America/Phoenix	35.93722	-110.67097	1842	Ma Shon Pi,Mahtson-pi		AZ	017		
5303526	Maish Vaya	maish-vaya	US		158	America/Phoenix	32.16701	-112.12736	769	Covered Well,Covered Wells,Maish Vaya,Maish-vaxia,Maishpvaxia,Maispvaxia,Pozo Tapado,West Wells		AZ	019		
5303539	Makgum Havoka	makgum-havoka	US		0	America/Phoenix	32.27479	-111.96097	568	Makgum Havoka,Makumivooka		AZ	019		
5303616	Mangum Springs	mangum-springs	US		0	America/Phoenix	36.6261	-112.34935	2071			AZ	005		
5303679	Manzoro	manzoro	US		0	America/Phoenix	32.0448	-109.9709	1353			AZ	003		
5303703	Maques Place	maques-place	US		0	America/Phoenix	32.9759	-109.36646	1008			AZ	011		
5303778	Maricopa Village	maricopa-village	US		0	America/Phoenix	33.37143	-112.23765	298			AZ	013		
5303779	Maricopa Wells	maricopa-wells	US		0	America/Phoenix	33.16199	-112.08403	333	Las Lagunas del Hospital,Maricopa,Maricopa Wells,Pima Wells,San Andres Coata		AZ	021		
5303815	Marlborough Meadows	marlborough-meadows	US		0	America/Phoenix	33.59448	-112.17543	369			AZ	013		
5303816	Marlborough Mesa	marlborough-mesa	US		0	America/Phoenix	33.36144	-111.85375	368			AZ	013		
5303817	Marlborough Park	marlborough-park	US		0	America/Phoenix	33.44754	-111.92959	369			AZ	013		
5303923	Maryland West Mobile Home Park	maryland-west-mobile-home-park	US		0	America/Phoenix	33.52949	-112.18349	349			AZ	013		
5303929	Maryvale	maryvale	US		208189	America/Phoenix	33.50199	-112.17765	341	Maryvale Village		AZ	013		
5303939	Maryvale Terrace	maryvale-terrace	US		0	America/Phoenix	33.49282	-112.19515	335			AZ	013		
5303976	Matthie	matthie	US		0	America/Phoenix	33.99447	-112.80907	707	Mathie,Matthie		AZ	013		
5303983	Maverick	maverick	US		0	America/Phoenix	33.74283	-109.54731	2379			AZ	001		
5304071	Mayflower Terrace	mayflower-terrace	US		0	America/Phoenix	33.61532	-112.00237	431			AZ	013		
5304127	McClintock Manor	mcclintock-manor	US		0	America/Phoenix	33.38949	-111.90542	363			AZ	013		
5304135	McCormick Ranch	mccormick-ranch	US		0	America/Phoenix	33.55254	-111.90209	399			AZ	013		
5304179	McDowell Mountain Ranch	mcdowell-mountain-ranch	US		0	America/Phoenix	33.63282	-111.8482	517			AZ	013		
5304188	McDowell Trailer Village	mcdowell-trailer-village	US		0	America/Phoenix	33.4656	-112.0082	349			AZ	013		
5304215	McGuireville	mcguireville	US		0	America/Phoenix	34.63808	-111.8171	1013			AZ	025		
5304255	McMicken	mcmicken	US		0	America/Phoenix	33.49726	-112.42711	328	Litchfield Siding,McMicken		AZ	013		
5304264	McMillianville	mcmillianville	US		0	America/Phoenix	33.55728	-110.67983	1354			AZ	007		
5304270	McNary Place	mcnary-place	US		0	America/Phoenix	34.29614	-112.491	1187			AZ	025		
5304274	McNeal	mcneal	US		238	America/Phoenix	31.60121	-109.67007	1271			AZ	003		
5304288	McVay	mcvay	US		0	America/Phoenix	33.80392	-113.83883	368			AZ	012		
5304291	McQueen	mcqueen	US		0	America/Phoenix	33.38005	-111.83125	369			AZ	013		
5304305	Meadowvale	meadowvale	US		0	America/Phoenix	33.43477	-111.77514	391			AZ	013		
5304308	Meath (historical)	meath-historical	US		0	America/Phoenix	35.12335	-112.4474	1567			AZ	025		
5304366	Meridiancheri Mobile Home Park	meridiancheri-mobile-home-park	US		0	America/Phoenix	33.42088	-111.58125	503			AZ	013		
5304404	Mesa del Caballo	mesa-del-caballo	US		765	America/Phoenix	34.28559	-111.29514	1574	Mesa Del Caballo,Mesa Del Caballo Census Designated Place,Mesa Del Caballo Subdivision,Mesa del Caballo		AZ	007		
5304411	Mesa Grande Trailer Ranch	mesa-grande-trailer-ranch	US		0	America/Phoenix	33.45366	-111.76764	399			AZ	013		
5304423	Mesa Patios	mesa-patios	US		0	America/Phoenix	33.42977	-111.81931	381			AZ	013		
5304433	Mesa Shadows East Mobile Home Park	mesa-shadows-east-mobile-home-park	US		0	America/Phoenix	33.41116	-111.70847	412			AZ	013		
5304434	Mesa Shadows Mobile Home Park	mesa-shadows-mobile-home-park	US		0	America/Phoenix	33.41116	-111.71819	408			AZ	013		
5304471	Mesa Gardens Mobile Home Park	mesa-gardens-mobile-home-park	US		0	America/Phoenix	33.41588	-111.85347	376			AZ	013		
5304474	Mesa Travelodge Mobile Home Park	mesa-travelodge-mobile-home-park	US		0	America/Phoenix	33.39255	-111.83625	372			AZ	013		
5304479	Mesa Verde Estates	mesa-verde-estates	US		0	America/Phoenix	34.58475	-111.86015	953			AZ	025		
5304488	Mescal	mescal	US		1812	America/Phoenix	31.99008	-110.43535	1245			AZ	003		
5304555	Mesquite Creek	mesquite-creek	US		416	America/Phoenix	34.96667	-114.56857	171			AZ	015		
5304572	Metcalf (historical)	metcalf-historical	US		0	America/Phoenix	33.11146	-109.37349	1561			AZ	011		
5304574	Meteor City	meteor-city	US		0	America/Phoenix	35.09446	-110.93542	1534			AZ	005		
5304631	Mexican Town	mexican-town	US		0	America/Phoenix	32.36811	-112.86377	546			AZ	019		
5304632	Mexican Water	mexican-water	US		0	America/Denver	36.96695	-109.63789	1476			AZ	001		
5304634	Mexican Water Trading Post	mexican-water-trading-post	US		0	America/Denver	36.92417	-109.60372	1502			AZ	001		
5304661	Michigan Palms Mobile Home Park	michigan-palms-mobile-home-park	US		0	America/Phoenix	33.6531	-112.03432	446			AZ	013		
5304663	Michigan Trailer Park	michigan-trailer-park	US		0	America/Phoenix	33.4881	-112.12737	339			AZ	013		
5304784	Middle Verde	middle-verde	US		0	America/Phoenix	34.62002	-111.89154	967			AZ	025		
5304873	Miles Manor	miles-manor	US		0	America/Phoenix	31.55843	-110.3398	1463			AZ	003		
5304896	Milkwater	milkwater	US		0	America/Denver	36.05279	-109.11065	2228			AZ	001		
5304899	Milky Ranch	milky-ranch	US		0	America/Phoenix	34.77753	-109.72872	1660	Milky House,Milky Ranch		AZ	001		
5304958	Miller Valley	miller-valley	US		0	America/Phoenix	34.55308	-112.476	1636			AZ	025		
5305081	Minnehaha	minnehaha	US		0	America/Phoenix	34.16336	-112.40739	1667			AZ	025		
5305088	Minnesota Court	minnesota-court	US		0	America/Phoenix	33.45143	-111.96876	366			AZ	013		
5305092	Mint	mint	US		0	America/Phoenix	34.7028	-112.5724	1500			AZ	025		
5305102	Miracle Valley	miracle-valley	US		644	America/Phoenix	31.37927	-110.15341	1327			AZ	003		
5305104	Mirador	mirador	US		0	America/Phoenix	33.57782	-111.86459	418			AZ	013		
5305109	Mishongnovi	mishongnovi	US		0	America/Phoenix	35.80501	-110.49263	1889	Beunaventura,Manazana,Masagnebe,Mashongniovi,Mashongnivi,Mi-Shong-i-nivi,Mi-shong-i-nivi,Mishonginivi,Mishongnovi,Tseitsokit		AZ	017		
5305114	Mission Monterey	mission-monterey	US		0	America/Phoenix	33.57393	-111.86737	415			AZ	013		
5305119	Mission Valley	mission-valley	US		0	America/Phoenix	33.35255	-111.85208	368			AZ	013		
5305185	Moenave	moenave	US		0	America/Denver	36.1386	-111.33736	1455	Moa Ave,Moa Ave Settlement,Moe Ave,Moehavi,Moen Abi,Moenave		AZ	005		
5305191	Moenkopi	moenkopi	US		964	America/Phoenix	36.1111	-111.22236	1457	Concaba,Mayencopi,Moencopie,Moencopie Wash,Moenkapi,Moenkopi,Muencovi,Ranchera de los Gandules,Rancherio de los Guadelas,Tennehleto Spring		AZ	005		
5305210	Mohave Crossing	mohave-crossing	US		0	America/Phoenix	35.33333	-114.58886	197			AZ	015		
5305260	Moivayi	moivayi	US		0	America/Phoenix	32.56339	-112.45876	718	Maivaya,Mayvaxi,Moi Vaya,Moivavi,Moivayi,Mueykava		AZ	013		
5305261	Mojave City	mojave-city	US		0	America/Phoenix	35.04445	-114.62302	153	Mohave City,Mojave City		AZ	015		
5305262	Mojave Ranch Estates	mojave-ranch-estates	US		52	America/Phoenix	34.94278	-114.5908	146			AZ	015		
5305284	MonDak Mobile Home Park	mondak-mobile-home-park	US		0	America/Phoenix	33.41949	-111.75014	394			AZ	013		
5305323	Montclair Terrace	montclair-terrace	US		0	America/Phoenix	33.6306	-111.9932	442			AZ	013		
5305333	Montecito Mobile Home Estates	montecito-mobile-home-estates	US		0	America/Phoenix	33.42171	-111.88153	363			AZ	013		
5305422	Moon Valley Mobile Home Estates	moon-valley-mobile-home-estates	US		0	America/Phoenix	33.64254	-112.05459	428			AZ	013		
5305427	Moon Valley Canyon	moon-valley-canyon	US		0	America/Phoenix	33.63754	-112.08154	416			AZ	013		
5305477	Moqui	moqui	US		0	America/Phoenix	35.06057	-110.81597	1513			AZ	005		
5305546	Mormon Crossing	mormon-crossing	US		0	America/Phoenix	34.61697	-110.78763	1874			AZ	005		
5305656	Mount Trumbull	mount-trumbull	US		0	America/Phoenix	36.41193	-113.3255	1625			AZ	015		
5305664	Mountain Gate Mobile Home Park	mountain-gate-mobile-home-park	US		0	America/Phoenix	33.36032	-112.08959	365			AZ	013		
5305670	Mountain Meadow	mountain-meadow	US		0	America/Phoenix	34.32281	-111.00624	1817			AZ	007		
5305671	Mountain Meadows	mountain-meadows	US		0	America/Phoenix	34.32976	-111.01124	1829	Mountain Meadows,Mountain Meadows Subdivision		AZ	007		
5305674	Mountain Shadows Mobile Homes Park	mountain-shadows-mobile-homes-park	US		0	America/Phoenix	33.69032	-112.12126	425			AZ	013		
5305696	Mountain View Estates	mountain-view-estates	US		0	America/Phoenix	34.53753	-111.83821	938			AZ	025		
5305698	Mountain View Meadows	mountain-view-meadows	US		0	America/Phoenix	33.55615	-112.18821	354			AZ	013		
5305699	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/Phoenix	33.47754	-111.91042	372			AZ	013		
5305709	Mountain View Trailer Court	mountain-view-trailer-court	US		0	America/Phoenix	33.57365	-112.09209	379			AZ	013		
5305710	Mountain Vista	mountain-vista	US		0	America/Phoenix	33.64365	-112.01848	444			AZ	013		
5305714	Mountainaire	mountainaire	US		1119	America/Phoenix	35.08529	-111.66599	2074			AZ	005		
5305937	Mule Crossing	mule-crossing	US		0	America/Phoenix	34.45753	-111.00096	2175			AZ	005		
5305989	Mumurva	mumurva	US		0	America/Phoenix	35.88417	-110.6893	1820	Monusva Spring Well,Mumurs-va,Mumurva		AZ	017		
5306105	Na Ah Tee	na-ah-tee	US		0	America/Denver	35.49029	-110.14457	1909	Na Ah Tee,Na-Ah-Tee Canyon,Na-a-tih Trading Post,Na-at-tee Canyon		AZ	017		
5306131	Nagles Crossing	nagles-crossing	US		0	America/Phoenix	36.86388	-112.57964	1367			AZ	015		
5306152	Narcho Santos	narcho-santos	US		0	America/Phoenix	32.14535	-112.1418	847			AZ	019		
5306153	Nariska	nariska	US		0	America/Phoenix	32.50451	-111.26344	595			AZ	021		
5306188	Natches	natches	US		0	America/Phoenix	33.21089	-110.30009	780	Naches,Natches		AZ	009		
5306238	Navajo Gospel Mission	navajo-gospel-mission	US		0	America/Denver	36.03611	-110.50958	1835			AZ	017		
5306248	Navajo Mountain Mission	navajo-mountain-mission	US		0	America/Denver	36.93472	-110.77625	1863			AZ	005		
5306280	Naviska	naviska	US		0	America/Phoenix	32.49257	-111.25511	592			AZ	019		
5306281	Nawt Vaya	nawt-vaya	US		0	America/Phoenix	32.03313	-111.489	891	Agua Lavaria,Agua la Vara,Agua la Varia,Alamo,Nawt Vaya,Not Vaya		AZ	019		
5306340	Neff	neff	US		0	America/Phoenix	31.47926	-109.9798	1593			AZ	003		
5306403	Nesuftanga	nesuftanga	US		0	America/Denver	35.78028	-110.14123	1973			AZ	017		
5306427	New Home Mobile Park	new-home-mobile-park	US		0	America/Phoenix	33.51615	-112.11571	351			AZ	013		
5306429	New Hope Trailer Park	new-hope-trailer-park	US		0	America/Phoenix	33.41283	-111.70319	417			AZ	013		
5306430	New Horizons	new-horizons	US		0	America/Phoenix	33.3581	-111.84986	368			AZ	013		
5306486	New Tucson	new-tucson	US		0	America/Phoenix	31.9773	-110.70453	1077			AZ	019		
5306549	Nicksville	nicksville	US		0	America/Phoenix	31.43843	-110.24897	1468			AZ	003		
5306604	Noah	noah	US		0	America/Phoenix	32.68477	-114.02216	101	Fillibuster Camp,Noah,Tacna		AZ	027		
5306622	Noipa Kam	noipa-kam	US		0	America/Phoenix	32.28507	-112.14875	643			AZ	019		
5306635	Nolic	nolic	US		37	America/Phoenix	32.03535	-111.95263	728	Desert Well,Noli,Nolia,Nolic,Noolik,Noria,Norlic		AZ	019		
5306636	Nommel Place	nommel-place	US		0	America/Los_Angeles	33.08226	-114.68718	68			AZ	012		
5306652	Normal Junction	normal-junction	US		0	America/Phoenix	33.41088	-111.91542	359			AZ	013		
5306785	North Komelik	north-komelik	US		0	America/Phoenix	32.50784	-111.94652	489	Gu Komelik,Komalik,Komelih,Komlih,Kukomalik,North Komelik		AZ	021		
5306789	North Mammoth	north-mammoth	US		0	America/Phoenix	32.73368	-110.64704	720			AZ	021		
5306922	Northwoods	northwoods	US		0	America/Phoenix	34.02838	-109.45676	2579			AZ	001		
5306933	Nortons Corner	nortons-corner	US		0	America/Phoenix	33.30672	-111.78958	381			AZ	013		
5306935	Nortons Landing	nortons-landing	US		0	America/Phoenix	33.05059	-114.64412	65	Norton,Nortons Landing		AZ	012		
5307111	Oak Knoll Village	oak-knoll-village	US		0	America/Phoenix	34.5153	-112.44461	1787			AZ	025		
5307159	Oak Springs	oak-springs	US		63	America/Denver	35.47558	-109.12759	1994	Oak Ridge,Oak Springs		AZ	001		
5307178	Oak Wells	oak-wells	US		0	America/Phoenix	32.78896	-110.93761	1364			AZ	021		
5307219	Octave	octave	US		0	America/Phoenix	34.14169	-112.6899	1045			AZ	025		
5307248	Oit Ihuk	oit-ihuk	US		0	America/Phoenix	32.31562	-112.24569	648			AZ	019		
5307250	Olberg	olberg	US		0	America/Phoenix	33.09228	-111.68624	400			AZ	021		
5307279	Old Columbine	old-columbine	US		0	America/Phoenix	32.70729	-109.90952	2853			AZ	009		
5307317	Old Leupp	old-leupp	US		0	America/Denver	35.2839	-110.96514	1433			AZ	005		
5307351	Old Shongopavi (historical)	old-shongopavi-historical	US		0	America/Phoenix	35.80445	-110.52041	1832			AZ	017		
5307365	Old Tucson	old-tucson	US		0	America/Phoenix	32.21813	-111.1301	812			AZ	019		
5307387	Olive City (historical)	olive-city-historical	US		0	America/Los_Angeles	33.61114	-114.52579	81	Bradshaws Ferry,Olive,Olive City (historical)		AZ	012		
5307391	Olive West	olive-west	US		0	America/Phoenix	33.56948	-112.21571	350			AZ	013		
5307422	One Mile	one-mile	US		0	America/Phoenix	36.80499	-112.05434	1863			AZ	005		
5307462	Oracle Foothills Estates	oracle-foothills-estates	US		0	America/Phoenix	32.2998	-110.95343	746			AZ	019		
5307464	Oracle Junction	oracle-junction	US		0	America/Phoenix	32.55507	-110.93344	1012			AZ	021		
5307474	Oraibi	oraibi	US		0	America/Phoenix	35.87639	-110.64041	1846	Old Oraibi,Oraibi		AZ	017		
5307482	Orange Grove Estates	orange-grove-estates	US		0	America/Phoenix	32.32119	-111.04065	679			AZ	019		
5307490	Orangetree	orangetree	US		0	America/Phoenix	33.33699	-111.89514	362			AZ	013		
5307491	Orangetree Estates	orangetree-estates	US		0	America/Phoenix	33.58643	-111.96487	417			AZ	013		
5307493	Orangewood Village Mobilehome Park	orangewood-village-mobilehome-park	US		0	America/Phoenix	33.65671	-112.11904	414			AZ	013		
5307503	Oregon Trail Mobile Home Park	oregon-trail-mobile-home-park	US		0	America/Phoenix	33.55782	-112.11515	370			AZ	013		
5307529	Oro Blanco	oro-blanco	US		0	America/Phoenix	31.49593	-111.27982	1208			AZ	023		
5307540	Oro Valley	oro-valley	US		43565	America/Phoenix	32.39091	-110.96649	775	Oro Vali,Oro-Vejli,ao luo gu,awrw faly,awrw wly  aryzwna,olobaelli,oro bhyali,Оро Вали,Оро-Вейлі,أورو فالي,اورو ولی، آریزونا,ओरो भ्याली,奥罗谷,오로밸리		AZ	019		
5307588	Otero	otero	US		0	America/Phoenix	31.53065	-111.01481	1015			AZ	023		
5307606	Out West Trailer Park	out-west-trailer-park	US		0	America/Phoenix	33.45088	-112.12876	325			AZ	013		
5307626	Overland Trail	overland-trail	US		0	America/Phoenix	33.65559	-112.16071	397			AZ	013		
5307637	Owl	owl	US		0	America/Phoenix	32.72199	-113.79215	135	Mohawk Inn,Owl		AZ	027		
5307674	Oxbow Estates	oxbow-estates	US		217	America/Phoenix	34.18309	-111.34041	1412			AZ	007		
5307707	P and E Junction	p-and-e-junction	US		0	America/Phoenix	34.60614	-112.40461	1564			AZ	025		
5307733	Pacific Mobile Manor	pacific-mobile-manor	US		0	America/Phoenix	33.41616	-111.61847	477			AZ	013		
5307750	Packer	packer	US		0	America/Phoenix	34.09837	-112.26933	1305			AZ	025		
5307787	Page Springs	page-springs	US		0	America/Phoenix	34.76752	-111.89349	1071			AZ	025		
5307855	Palm Lakes Village	palm-lakes-village	US		0	America/Phoenix	33.63532	-112.00904	441			AZ	013		
5307857	Palm Shadows Mobile Home Park	palm-shadows-mobile-home-park	US		0	America/Phoenix	33.54393	-112.17071	357			AZ	013		
5307861	Palmaritas	palmaritas	US		0	America/Phoenix	33.55893	-112.13265	369			AZ	013		
5307862	Palmas Royale	palmas-royale	US		0	America/Phoenix	33.55699	-112.08404	369			AZ	013		
5307863	Palmas del Sol	palmas-del-sol	US		0	America/Phoenix	33.45088	-111.6968	449			AZ	013		
5307872	Palm Gardens Mobile Home Manor	palm-gardens-mobile-home-manor	US		0	America/Phoenix	33.4131	-111.76875	384			AZ	013		
5307875	Palms Trailer Park	palms-trailer-park	US		0	America/Phoenix	33.46643	-112.0382	340			AZ	013		
5307893	Palo Verde Mobile Home and Recreational Vehicle Park	palo-verde-mobile-home-and-recreational-vehicle-park	US		0	America/Phoenix	33.48976	-112.93629	339			AZ	013		
5307894	Palo Verde Mobile Manor	palo-verde-mobile-manor	US		0	America/Phoenix	33.46421	-111.99098	356			AZ	013		
5307907	Palo Verde Stand	palo-verde-stand	US		0	America/Phoenix	32.33646	-112.03291	546			AZ	019		
5307925	Palomas	palomas	US		0	America/Phoenix	32.90894	-113.4813	124	Doanville,Palomas		AZ	027		
5307929	Palominas	palominas	US		212	America/Phoenix	31.37982	-110.11841	1292			AZ	003		
5307941	Pan Tak	pan-tak	US		0	America/Phoenix	32.01174	-111.56539	1040	Cajote Spring,Coyote,Coyote Indian Village,Coyote Spring,Coyote Village,Coyotes Spring,Ojo de los Coyotes,Pan Tak,Pantak		AZ	019		
5307956	Pantano	pantano	US		0	America/Phoenix	31.99953	-110.58008	1083			AZ	019		
5307974	Papago	papago	US		0	America/Phoenix	33.10421	-113.13907	200			AZ	013		
5307981	Papago Farms	papago-farms	US		0	America/Phoenix	31.78591	-112.30902	535			AZ	019		
5307992	Papago Peaks Village	papago-peaks-village	US		0	America/Phoenix	33.45643	-111.96709	369			AZ	013		
5308019	Paradise Acres	paradise-acres	US		0	America/Phoenix	34.53669	-111.8496	932			AZ	025		
5308027	Paradise City	paradise-city	US		0	America/Phoenix	33.6406	-112.03098	437			AZ	013		
5308030	Paradise Grove Trailer Park	paradise-grove-trailer-park	US		0	America/Phoenix	33.53393	-112.18682	350			AZ	013		
5308034	Paradise North Mobile Home Park	paradise-north-mobile-home-park	US		0	America/Phoenix	33.65365	-112.03015	446			AZ	013		
5308035	Paradise Palms Trailer Resorts	paradise-palms-trailer-resorts	US		0	America/Phoenix	33.41616	-111.79569	380			AZ	013		
5308041	Paradise Shadows Mobile Home Park	paradise-shadows-mobile-home-park	US		0	America/Phoenix	33.66004	-112.02543	451			AZ	013		
5308047	Paradise Grove Family Park	paradise-grove-family-park	US		0	America/Phoenix	33.5606	-112.21154	348			AZ	013		
5308052	Paradise Valley Miranda	paradise-valley-miranda	US		0	America/Phoenix	33.63921	-111.97904	449			AZ	013		
5308053	Paradise Valley Mobilhome Park	paradise-valley-mobilhome-park	US		0	America/Phoenix	33.63532	-112.01765	440			AZ	013		
5308054	Paradise Valley Oasis	paradise-valley-oasis	US		0	America/Phoenix	33.62421	-112.00237	436			AZ	013		
5308060	Paradise View Mobile Home Park	paradise-view-mobile-home-park	US		0	America/Phoenix	33.48115	-111.98209	367			AZ	013		
5308061	Paradise Village North II	paradise-village-north-ii	US		0	America/Phoenix	33.61337	-111.97431	432			AZ	013		
5308095	Park Place Travel Resort	park-place-travel-resort	US		0	America/Phoenix	33.40894	-111.70347	414			AZ	013		
5308150	Parkside	parkside	US		0	America/Phoenix	33.35005	-111.9882	398			AZ	013		
5308151	Parkview Estates	parkview-estates	US		0	America/Phoenix	33.70337	-112.16571	425			AZ	013		
5308152	Parkview Mesa	parkview-mesa	US		0	America/Phoenix	33.3806	-111.84403	369			AZ	013		
5308153	Parkview North	parkview-north	US		0	America/Phoenix	33.63754	-112.14932	394			AZ	013		
5308155	Parkview Village Mobile Home and Recreational Vehicle Park	parkview-village-mobile-home-and-recreational-vehicle-park	US		0	America/Phoenix	33.45116	-111.96653	366			AZ	013		
5308157	Parkwood	parkwood	US		0	America/Phoenix	33.47838	-112.15432	333			AZ	013		
5308159	Parque Vista Estates	parque-vista-estates	US		0	America/Phoenix	33.6556	-112.01237	452			AZ	013		
5308168	Parsons Grove	parsons-grove	US		0	America/Phoenix	32.82451	-110.47621	1385			AZ	021		
5308175	Partridge (historical)	partridge-historical	US		0	America/Phoenix	31.47981	-111.27537	1235			AZ	023		
5308180	Pascua Yaqui Indian Village	pascua-yaqui-indian-village	US		0	America/Phoenix	32.24841	-110.98426	715	Pascua Yaqui Indian Village,Pascua-Yaqui Reservation		AZ	019		
5308252	Patrick Park	patrick-park	US		0	America/Phoenix	33.39366	-112.0207	343			AZ	013		
5308278	Paul Spur	paul-spur	US		0	America/Phoenix	31.36621	-109.73452	1287			AZ	003		
5308280	Paulcell Place	paulcell-place	US		0	America/Phoenix	34.96197	-109.82595	1619			AZ	001		
5308290	Paxton Place	paxton-place	US		0	America/Phoenix	34.17225	-112.48462	1202			AZ	025		
5308330	Peach Pu	peach-pu	US		0	America/Phoenix	32.0609	-112.31708	590			AZ	019		
5308358	Peacock Village	peacock-village	US		0	America/Phoenix	33.64587	-112.2396	372			AZ	013		
5308391	Pecan Grove Trailer Park	pecan-grove-trailer-park	US		0	America/Phoenix	33.48782	-112.11654	339			AZ	013		
5308416	Peeples Valley	peeples-valley	US		428	America/Phoenix	34.26891	-112.72712	1367	Peeples Valley,Peoples Ranch		AZ	025		
5308464	Pensfield Place	pensfield-place	US		0	America/Phoenix	33.5906	-112.20627	359			AZ	013		
5308465	Penzance	penzance	US		0	America/Phoenix	34.9053	-110.25485	1543			AZ	017		
5308469	Peoria Estates	peoria-estates	US		0	America/Phoenix	33.58393	-112.23877	348			AZ	013		
5308472	Peoria Polynesian Village	peoria-polynesian-village	US		0	America/Phoenix	33.58476	-112.25349	344			AZ	013		
5308481	Pepper Ridge	pepper-ridge	US		0	America/Phoenix	33.6431	-112.03015	439			AZ	013		
5308483	Pepper Tree Mobile Home Park	pepper-tree-mobile-home-park	US		0	America/Phoenix	33.53004	-112.19654	346			AZ	013		
5308489	Pepperwood	pepperwood	US		0	America/Phoenix	33.30922	-111.90403	361			AZ	013		
5308509	Peri-Winkle Mobile Home Park	peri-winkle-mobile-home-park	US		0	America/Phoenix	33.51393	-112.11848	351			AZ	013		
5308573	Peters Corner	peters-corner	US		0	America/Phoenix	32.87589	-112.04875	421			AZ	021		
5308587	Peterson (historical)	peterson-historical	US		0	America/Phoenix	33.37699	-111.95764	366			AZ	013		
5308656	Phoenix Acres Trailer Park	phoenix-acres-trailer-park	US		0	America/Phoenix	33.44115	-112.13793	324			AZ	013		
5308684	Phoenix Mobile Home Park	phoenix-mobile-home-park	US		0	America/Phoenix	33.69282	-112.11182	429			AZ	013		
5308708	Phoenix West Mobile Home Park	phoenix-west-mobile-home-park	US		0	America/Phoenix	33.54032	-112.1271	361			AZ	013		
5308719	Pia Oik	pia-oik	US		0	America/Phoenix	31.94674	-112.54181	599			AZ	019		
5308724	Piato Vaya	piato-vaya	US		0	America/Phoenix	32.05063	-112.15791	730			AZ	019		
5308725	Pica	pica	US		0	America/Phoenix	35.45722	-113.13714	1600			AZ	025		
5308850	Pilgrim Playground	pilgrim-playground	US		0	America/Phoenix	34.96197	-111.48182	2184			AZ	005		
5308913	Pinal	pinal	US		439	America/Phoenix	33.37617	-110.75372	1137			AZ	007		
5308922	Pimaco Two	pimaco-two	US		682	America/Phoenix	31.95064	-110.45258	1291			AZ	019		
5308586	Peterson	peterson	US	35478	0	America/Phoenix	33.37838	-111.94348	360			AZ	013		
5308934	Pinaveta	pinaveta	US		0	America/Phoenix	35.22723	-112.57296	1549	Pinaveta,Pinevita		AZ	025		
5309068	Pine Springs	pine-springs	US		0	America/Denver	35.4053	-109.2801	2124			AZ	001		
5309082	Pine Tank	pine-tank	US		0	America/Phoenix	35.24196	-112.066	2097			AZ	005		
5309135	Pinetop-Lakeside	pinetop-lakeside	US		4345	America/Phoenix	34.14254	-109.96038	2071	Lakeside,Pinetop,Pinetop-Lakeside		AZ	017		
5309148	Pink Arrow	pink-arrow	US		0	America/Denver	35.77695	-110.15735	1975			AZ	017		
5309154	Pinnacle Paradise	pinnacle-paradise	US		0	America/Phoenix	33.70143	-111.89459	604			AZ	013		
5309157	Pinnacle Peak Country Club Estates	pinnacle-peak-country-club-estates	US		0	America/Phoenix	33.68699	-111.89459	570			AZ	013		
5309159	Pinnacle Peak Estates I	pinnacle-peak-estates-i	US		0	America/Phoenix	33.70754	-111.90626	601			AZ	013		
5309160	Pinnacle Peak Estates II	pinnacle-peak-estates-ii	US		0	America/Phoenix	33.68949	-111.90626	563			AZ	013		
5309161	Pinnacle Peak Estates III	pinnacle-peak-estates-iii	US		0	America/Phoenix	33.71032	-111.89737	617			AZ	013		
5309162	Pinnacle Peak Heights	pinnacle-peak-heights	US		0	America/Phoenix	33.6956	-111.86459	659			AZ	013		
5309163	Pinnacle Peak Heights IV	pinnacle-peak-heights-iv	US		0	America/Phoenix	33.69893	-111.86514	670			AZ	013		
5309164	Pinnacle Peak Heights V-VI	pinnacle-peak-heights-v-vi	US		0	America/Phoenix	33.69171	-111.86459	640			AZ	013		
5309167	Pinnacle Peak Shadows	pinnacle-peak-shadows	US		0	America/Phoenix	33.69615	-111.87987	625			AZ	013		
5309169	Pinnacle Peak Village	pinnacle-peak-village	US		0	America/Phoenix	33.70004	-111.90181	591			AZ	013		
5309196	Pinta	pinta	US		0	America/Phoenix	35.08225	-109.63067	1678			AZ	001		
5309229	Pioneer Acres	pioneer-acres	US		0	America/Phoenix	34.55975	-111.84376	945			AZ	025		
5309234	Pioneer Estates	pioneer-estates	US		0	America/Phoenix	33.63754	-112.17154	386			AZ	013		
5309243	Pioneer Village II	pioneer-village-ii	US		0	America/Phoenix	33.57921	-112.21127	354			AZ	013		
5309283	Pipyak	pipyak	US		0	America/Phoenix	32.31368	-111.78957	581			AZ	019		
5309287	Pisinemo	pisinemo	US		321	America/Phoenix	32.03785	-112.32097	576			AZ	019		
5309288	Pisinimo	pisinimo	US		0	America/Phoenix	32.03507	-112.31514	579	Pacinimo,Pisin Mo,Pisinemo,Pisinimo		AZ	019		
5309326	Pitoikam	pitoikam	US		0	America/Phoenix	31.81119	-111.67956	935	Fresnal,Fresnal Well,Pitoi Kam,Pitoikam,Pitoikam Ranch		AZ	019		
5309331	Pivahn-hon-kya-pi	pivahn-hon-kya-pi	US		0	America/Phoenix	35.88945	-110.69958	1858	Pi Va Hon Kia Pi,Pivahn-hon-kya-pi		AZ	017		
5309349	Planet	planet	US		0	America/Phoenix	34.24752	-113.96494	191			AZ	012		
5309355	Plantsite	plantsite	US		0	America/Phoenix	33.05645	-109.33257	1295			AZ	011		
5309375	Plaza Trailer Inn	plaza-trailer-inn	US		0	America/Phoenix	33.4506	-112.00376	344			AZ	013		
5309398	Plomosa	plomosa	US		0	America/Phoenix	33.63419	-114.118	454			AZ	012		
5309443	Point of Pines	point-of-pines	US		0	America/Phoenix	33.36589	-109.75147	1805			AZ	009		
5309479	Poland Junction	poland-junction	US		0	America/Phoenix	34.45086	-112.26933	1492			AZ	025		
5309511	Polo Village	polo-village	US		0	America/Phoenix	32.2398	-110.94815	747			AZ	019		
5309516	Polvo	polvo	US		0	America/Phoenix	32.18702	-110.90926	779			AZ	019		
5309529	Ponderosa Park	ponderosa-park	US		0	America/Phoenix	34.47141	-112.48739	1741			AZ	025		
5309533	Ponderosa Spring Subdivision	ponderosa-spring-subdivision	US		0	America/Phoenix	34.27087	-110.88402	2021			AZ	007		
5309537	Pony Acres Mobile Home Park	pony-acres-mobile-home-park	US		0	America/Phoenix	33.41338	-111.90598	361			AZ	013		
5309679	Potato Patch	potato-patch	US		0	America/Phoenix	34.43003	-112.41406	2091			AZ	025		
5309722	Potter Place	potter-place	US		0	America/Phoenix	34.81114	-109.65567	1693			AZ	001		
5309809	Pozo	pozo	US		0	America/Phoenix	33.27699	-111.84125	370			AZ	013		
5309820	Prado del Sol	prado-del-sol	US		0	America/Phoenix	33.31477	-111.9507	358			AZ	013		
5309869	Preston Hills	preston-hills	US		0	America/Phoenix	33.58476	-111.86737	422	Bent Tree,Preston Hills		AZ	013		
5309989	Pueblo Sereno Mobile Home Park	pueblo-sereno-mobile-home-park	US		0	America/Phoenix	33.45338	-111.90237	363			AZ	013		
5309994	Pueblo Gardens	pueblo-gardens	US		0	America/Phoenix	32.19619	-110.93926	759			AZ	019		
5310006	Puertocito	puertocito	US		0	America/Phoenix	31.60981	-111.49705	1049			AZ	019		
5310027	Pumpkin Center	pumpkin-center	US		0	America/Phoenix	35.41473	-111.91599	2206			AZ	005		
5310039	Punkin Center	punkin-center	US		0	America/Phoenix	33.87227	-111.31319	712	Packards,Pumpkin Center,Punkin Center,Tonto Basin,Tontobasin		AZ	007		
5310058	Purple Sage Mobile Home Park	purple-sage-mobile-home-park	US		0	America/Phoenix	33.53921	-112.19932	347			AZ	013		
5310091	Quail Country Place	quail-country-place	US		0	America/Phoenix	33.65143	-112.07071	427			AZ	013		
5310095	Quail Lane	quail-lane	US		0	America/Phoenix	33.58337	-112.19571	361			AZ	013		
5310099	Quail Place	quail-place	US		0	America/Phoenix	33.34644	-111.87292	365			AZ	013		
5310199	Queen Valley	queen-valley	US		788	America/Phoenix	33.29867	-111.28957	621			AZ	021		
5310206	Queens Well	queens-well	US		0	America/Phoenix	32.26757	-111.63345	622			AZ	019		
5310225	Quijotoa	quijotoa	US		0	America/Phoenix	32.12729	-112.13819	850	Horseshoe,Komaktjiuurt,Komaktjuert,Logan,Logan City,Quigotoa,Quijotoa		AZ	019		
5310237	Quinlin	quinlin	US		0	America/Phoenix	32.25618	-111.60651	632			AZ	019		
5310240	Quitobaquito	quitobaquito	US		0	America/Phoenix	31.94006	-113.01739	326	Quitobaquita,Quitobaquito,Quitovaquita		AZ	019		
5310265	Quivero	quivero	US		0	America/Phoenix	35.5325	-112.19072	1847			AZ	005		
5310292	Radium	radium	US		0	America/Phoenix	33.45033	-110.82456	991			AZ	007		
5310366	Rainbow Valley	rainbow-valley	US		0	America/Phoenix	33.23199	-112.3871	341			AZ	013		
5310367	Raintree	raintree	US		0	America/Phoenix	33.33616	-111.90931	361			AZ	013		
5310368	Raintree Luxury Homes	raintree-luxury-homes	US		0	America/Phoenix	33.33144	-111.93014	359			AZ	013		
5310386	Rambler Mobile Park	rambler-mobile-park	US		0	America/Phoenix	33.41394	-111.63152	467			AZ	013		
5310387	Rambling Rons Mobile Home Park	rambling-rons-mobile-home-park	US		0	America/Phoenix	33.52615	-112.16487	352			AZ	013		
5310424	Rancho Del Escondido	rancho-del-escondido	US		0	America/Phoenix	33.86671	-111.29346	733			AZ	007		
5310425	Rancho Encanto	rancho-encanto	US		0	America/Phoenix	33.63615	-112.13126	400			AZ	013		
5310428	Rancho Hermoso	rancho-hermoso	US		0	America/Phoenix	33.45727	-112.01181	344			AZ	013		
5310430	Rancho Mobile Estates	rancho-mobile-estates	US		0	America/Phoenix	33.47532	-112.01181	352			AZ	013		
5310436	Rancho San Carlos	rancho-san-carlos	US		0	America/Phoenix	33.60004	-112.01793	432			AZ	013		
5310444	Rancho Tempe Family and Adult Mobile Home Park	rancho-tempe-family-and-adult-mobile-home-park	US		0	America/Phoenix	33.38394	-111.95848	361			AZ	013		
5310446	Rancho Vista Estates	rancho-vista-estates	US		0	America/Phoenix	34.52308	-112.50934	1767			AZ	025		
5310447	Rancho de Arboleda	rancho-de-arboleda	US		0	America/Phoenix	33.45699	-111.78125	395			AZ	013		
5310448	Rancho de Chandler	rancho-de-chandler	US		0	America/Phoenix	33.28894	-111.82014	373			AZ	013		
5310461	Rancho Rio Vista Mobile Home Park	rancho-rio-vista-mobile-home-park	US		0	America/Phoenix	33.42366	-111.9682	349			AZ	013		
5310482	Rare Metals	rare-metals	US		0	America/Denver	36.14944	-111.13625	1577			AZ	005		
5310487	Raso	raso	US		0	America/Phoenix	32.33952	-109.75312	1334			AZ	003		
5310592	Ray Junction	ray-junction	US		0	America/Phoenix	33.10701	-110.96317	545			AZ	021		
5310595	Ray Place	ray-place	US		0	America/Phoenix	35.82249	-114.00384	1537			AZ	015		
5310618	Reata Pass	reata-pass	US		0	America/Phoenix	33.73337	-111.84487	787	Keats Pass,Reata Pass		AZ	013		
5310786	Red Lake	red-lake	US		0	America/Denver	36.32249	-110.94931	1714	Red Lake,Red Lake Trading Post		AZ	005		
5310810	Red Mesa	red-mesa	US		480	America/Denver	36.99639	-109.369	1637			AZ	001		
5311022	Reddells Ranch Acres	reddells-ranch-acres	US		0	America/Phoenix	34.57225	-111.86321	944			AZ	025		
5311027	Redington	redington	US		0	America/Phoenix	32.42757	-110.49314	878			AZ	019		
5311062	Redwood Gardens Mobile Home Park	redwood-gardens-mobile-home-park	US		0	America/Phoenix	33.41255	-111.88014	368			AZ	013		
5311122	Renaissance	renaissance	US		0	America/Phoenix	33.35171	-111.92431	361			AZ	013		
5311195	Reymert	reymert	US		0	America/Phoenix	33.22978	-111.20929	854	Raymert,Reymert		AZ	021		
5311206	Reynolds Trailer Court	reynolds-trailer-court	US		0	America/Phoenix	33.41393	-111.89653	363			AZ	013		
5311273	Ridgegate	ridgegate	US		0	America/Phoenix	33.61504	-112.06293	419			AZ	013		
5311322	Rileys El Encinar	rileys-el-encinar	US		0	America/Phoenix	31.48982	-109.98952	1535			AZ	003		
5311353	Rimmy Jims	rimmy-jims	US		0	America/Phoenix	35.11001	-111.03097	1639			AZ	005		
5311417	Rio Verde Estates	rio-verde-estates	US		0	America/Phoenix	33.72365	-111.67625	494			AZ	013		
5311424	Riordan	riordan	US		0	America/Phoenix	35.19251	-111.73711	2230			AZ	005		
5311466	Riverside Acres	riverside-acres	US		0	America/Phoenix	33.84532	-111.30458	707			AZ	007		
5311474	Riviera Mobile Home Park	riviera-mobile-home-park	US		0	America/Phoenix	33.45421	-111.90959	362			AZ	013		
5311494	Road Junction Windmill	road-junction-windmill	US		0	America/Phoenix	34.01031	-111.95571	960			AZ	013		
5311528	Roadrunner Mobile Home Park	roadrunner-mobile-home-park	US		0	America/Phoenix	33.40143	-112.0757	329			AZ	013		
5311565	Robbers Roost	robbers-roost	US		0	America/Phoenix	35.66055	-113.15298	1847			AZ	005		
5311611	Robinson Trail Crossing	robinson-trail-crossing	US		0	America/Phoenix	34.35948	-110.09067	1781			AZ	017		
5311621	Robles Junction	robles-junction	US		0	America/Phoenix	32.0773	-111.31177	775	Robles Junction,Robles Ranch		AZ	019		
5311675	Rock Crossing	rock-crossing	US		0	America/Phoenix	36.72609	-113.3419	1306			AZ	015		
5311865	Rocky Junction	rocky-junction	US		0	America/Phoenix	33.47755	-110.24899	1313			AZ	007		
5311937	Roles Inn of America	roles-inn-of-america	US		0	America/Phoenix	33.54476	-112.16765	358			AZ	013		
5311943	Rollin W Mobile Home Ranch	rollin-w-mobile-home-ranch	US		0	America/Phoenix	33.64643	-112.04154	437			AZ	013		
5311945	Rolling Hills Country Club Estates	rolling-hills-country-club-estates	US		0	America/Phoenix	32.20119	-110.81203	818			AZ	019		
5311968	Roosevelt Lake Estates	roosevelt-lake-estates	US		0	America/Phoenix	33.62227	-111.00345	671			AZ	007		
5311969	Roosevelt Lake Gardens East	roosevelt-lake-gardens-east	US		0	America/Phoenix	33.81893	-111.27041	685	Roosevelt Gardens East,Roosevelt Lake Gardens East		AZ	007		
5311970	Roosevelt Lake Gardens West	roosevelt-lake-gardens-west	US		0	America/Phoenix	33.8506	-111.30624	708	Roosevelt Gardens West,Roosevelt Lake Gardens West		AZ	007		
5311977	Roosevelt Resort	roosevelt-resort	US		0	America/Phoenix	33.60144	-110.99984	683			AZ	007		
5312005	Rose Garden Place	rose-garden-place	US		0	America/Phoenix	33.66809	-112.11599	422			AZ	013		
5312006	Rose Garden Place III	rose-garden-place-iii	US		0	America/Phoenix	33.67004	-112.11099	425			AZ	013		
5312010	Rose Lane Trailer Park	rose-lane-trailer-park	US		0	America/Phoenix	33.44865	-112.12571	325			AZ	013		
5312025	Rose Terrace Trailer Park	rose-terrace-trailer-park	US		0	America/Phoenix	33.51476	-112.15571	349			AZ	013		
5312027	Rose Well Camp	rose-well-camp	US		0	America/Phoenix	35.74193	-112.87269	1803			AZ	005		
5312033	Rosedale Heights	rosedale-heights	US		0	America/Phoenix	34.90919	-110.15345	1552			AZ	017		
5312037	Rosemont Camp	rosemont-camp	US		0	America/Phoenix	31.82509	-110.73481	1486			AZ	019		
5312038	Rosemont Junction	rosemont-junction	US		0	America/Phoenix	31.83425	-110.73286	1463			AZ	019		
5312042	Rose Creek Lodge	rose-creek-lodge	US		0	America/Phoenix	33.83421	-110.97817	1641			AZ	007		
5312072	Rough Rock	rough-rock	US		414	America/Denver	36.40722	-109.87289	1902			AZ	001		
5312176	Roundy Crossing	roundy-crossing	US		0	America/Phoenix	34.29587	-110.09317	1838			AZ	017		
5312189	Rowood	rowood	US		0	America/Phoenix	32.36839	-112.84599	524			AZ	019		
5312199	Royal Estates West	royal-estates-west	US		0	America/Phoenix	33.60837	-112.1896	370			AZ	013		
5312201	Royal Glen Mobile Home Park	royal-glen-mobile-home-park	US		0	America/Phoenix	33.5431	-112.15265	360			AZ	013		
5312204	Royal Palm Travel Trailer and Mobile Home Park	royal-palm-travel-trailer-and-mobile-home-park	US		0	America/Phoenix	33.57004	-112.10237	375			AZ	013		
5312205	Royal Palm Village	royal-palm-village	US		0	America/Phoenix	33.41255	-111.74736	392			AZ	013		
5312286	Rush Place Windmill	rush-place-windmill	US		0	America/Phoenix	34.27614	-112.61073	1330			AZ	025		
5312345	S C Townhouse Mobile Home Estates	s-c-townhouse-mobile-home-estates	US		0	America/Phoenix	33.57698	-112.27127	340			AZ	013		
5312392	Sacate	sacate	US		0	America/Phoenix	33.17727	-112.0807	333	Sacate,Sacaton Section,Sacaton Station		AZ	021		
5312401	Sacaton Flats	sacaton-flats	US		0	America/Phoenix	33.07006	-111.66846	399			AZ	021		
5312423	Saddle	saddle	US		0	America/Phoenix	33.15782	-113.08018	220			AZ	013		
5312470	Saddlehorn Ranch	saddlehorn-ranch	US		0	America/Phoenix	33.64115	-112.18849	383			AZ	013		
5313381	Schoens Crossing	schoens-crossing	US		0	America/Phoenix	34.40976	-110.11678	1744			AZ	017		
5313411	Schuchk	schuchk	US		0	America/Phoenix	32.12119	-111.68318	769	Santa Rosa,Santa Rosa Ranch,Schuchk,Schuchk Ka Wuacho Awotam		AZ	019		
5312511	Sagewood	sagewood	US		0	America/Phoenix	33.3881	-111.83681	370			AZ	013		
5312542	Sahara Mobile Home Park	sahara-mobile-home-park	US		0	America/Phoenix	33.53754	-112.14849	358			AZ	013		
5312546	Sahuarita Heights	sahuarita-heights	US		0	America/Phoenix	31.95008	-110.92537	841			AZ	019		
5312603	Saint Johns Mission	saint-johns-mission	US		0	America/Phoenix	33.29032	-112.17321	314	Saint Johns,Saint Johns Mission,St. Johns Mission		AZ	013		
5312608	Saint Joseph Youth Camp	saint-joseph-youth-camp	US		0	America/Phoenix	34.94585	-111.49293	2190			AZ	005		
5312733	Salt River	salt-river	US		0	America/Phoenix	33.46671	-111.86403	372	Salt River,Saltriver		AZ	013		
5312834	San Agustin	san-agustin	US		0	America/Phoenix	31.60231	-111.89484	920			AZ	019		
5312867	San Dionysio (historical)	san-dionysio-historical	US		0	America/Los_Angeles	32.75143	-114.56745	40	San Dionisio,San Dionysio (historical)		AZ	027		
5312910	San Lucy Village	san-lucy-village	US		0	America/Phoenix	32.96393	-112.71794	214			AZ	013		
5312972	San Tan Mobile Village	san-tan-mobile-village	US		0	America/Phoenix	33.30338	-111.79097	381			AZ	013		
5312974	San Vicente	san-vicente	US		0	America/Phoenix	32.01174	-111.63706	958	Haynes,San Vicente		AZ	019		
5312982	Sanchez	sanchez	US		0	America/Phoenix	32.86951	-109.54285	933			AZ	009		
5312985	San Xavier	san-xavier	US		0	America/Phoenix	31.97369	-111.0951	1079			AZ	019		
5313040	Sand Mill	sand-mill	US		0	America/Phoenix	34.07781	-112.74407	806			AZ	025		
5313058	Sandalwood	sandalwood	US		0	America/Phoenix	33.62837	-111.99848	440			AZ	013		
5313099	Sandwash Mill	sandwash-mill	US		0	America/Phoenix	31.48231	-111.41593	1204			AZ	019		
5313123	Sanokai Village	sanokai-village	US		0	America/Phoenix	33.23339	-111.67152	421			AZ	013		
5313159	Santa Grande Mobile Home Park	santa-grande-mobile-home-park	US		0	America/Phoenix	33.51588	-112.1546	350			AZ	013		
5313160	Santa Lucia	santa-lucia	US		0	America/Phoenix	32.0673	-111.94957	751			AZ	019		
5313200	Santan	santan	US		883	America/Phoenix	33.17589	-111.7993	376	Santa Ana,Santan		AZ	021		
5313209	Santo Tomas	santo-tomas	US		0	America/Phoenix	33.54838	-111.91653	395			AZ	013		
5313211	Sapano Vaya	sapano-vaya	US		0	America/Phoenix	31.59703	-111.66289	1008			AZ	019		
5313276	Sawmill	sawmill	US		748	America/Denver	35.90251	-109.16593	2341			AZ	001		
5313277	Sawmill	sawmill	US		0	America/Phoenix	33.61811	-110.39649	1720			AZ	007		
5313412	Schuchuli	schuchuli	US		0	America/Phoenix	32.22228	-112.6882	600	Gunsight,Gunsight Ranch,Gunsight Well,Schuchuli,Sialatuk		AZ	019		
5313471	Scottsdale Mobile Home Park	scottsdale-mobile-home-park	US		0	America/Phoenix	33.45338	-111.91653	366			AZ	013		
5313476	Scottsdale Ranch	scottsdale-ranch	US		0	America/Phoenix	33.57504	-111.8582	419			AZ	013		
5313480	Scottsdale Trailer Corral	scottsdale-trailer-corral	US		0	America/Phoenix	33.48421	-111.92514	378			AZ	013		
5313507	Seba Dalkai	seba-dalkai	US		136	America/Denver	35.49945	-110.44847	1709	Seba Dalkai,Seba Delika		AZ	017		
5313660	Secundino	secundino	US		0	America/Phoenix	31.69398	-111.44288	993			AZ	019		
5313662	Security Acres	security-acres	US		0	America/Phoenix	34.55086	-111.8646	941			AZ	025		
5313681	See Canyon Summer Homes	see-canyon-summer-homes	US		0	America/Phoenix	34.32448	-111.00569	1831			AZ	007		
5313719	Sehili	sehili	US		135	America/Denver	36.27973	-109.16788	2177	Salec,Sehili,Tsail,Tsaile,Tse-a-lee,Tsehili		AZ	001		
5313781	Sereno	sereno	US		0	America/Phoenix	35.23946	-112.27323	2061			AZ	005		
5313784	Sereno Spring	sereno-spring	US		0	America/Phoenix	35.2389	-112.28045	2051			AZ	005		
5313787	Serape	serape	US		0	America/Phoenix	33.23283	-111.83708	371			AZ	013		
5313811	Seven Palms Mobile Home Estates	seven-palms-mobile-home-estates	US		0	America/Phoenix	33.64254	-112.06515	422			AZ	013		
5313835	Sevenmile	sevenmile	US		707	America/Phoenix	33.78533	-109.95676	1584			AZ	017		
5313896	Shadow Canyon	shadow-canyon	US		0	America/Phoenix	33.6531	-112.12182	412			AZ	013		
5313897	Shadow Hills	shadow-hills	US		0	America/Phoenix	33.63087	-112.17793	381			AZ	013		
5313899	Shadow Mountain	shadow-mountain	US		0	America/Phoenix	33.6056	-112.02015	437			AZ	013		
5313901	Shadow Mountain Village Scottsdale	shadow-mountain-village-scottsdale	US		0	America/Phoenix	33.45338	-111.89792	363			AZ	013		
5313903	Shadow Ridge II	shadow-ridge-ii	US		0	America/Phoenix	33.62393	-111.97431	440			AZ	013		
5313909	Shady Ranch Trailer Lodge	shady-ranch-trailer-lodge	US		0	America/Phoenix	33.48338	-111.9857	367			AZ	013		
5313910	Shady Rest Mobile Home Park	shady-rest-mobile-home-park	US		0	America/Phoenix	33.41533	-111.58291	497			AZ	013		
5313936	Shamrock Mobile Home Park	shamrock-mobile-home-park	US		0	America/Phoenix	33.53587	-112.24182	333			AZ	013		
5313955	Shaotkam	shaotkam	US		0	America/Phoenix	31.76952	-112.41042	513	Camote,Comate,Comote,Comoti,Los Camotes,Los Comates,Shaatkam,Shaot Kam,Shaotkam		AZ	019		
5314103	Sheffield Place	sheffield-place	US		0	America/Phoenix	33.48754	-112.25349	319			AZ	013		
5314141	Sherwood Forest Estates	sherwood-forest-estates	US		0	America/Phoenix	35.24057	-112.04489	2121			AZ	005		
5314151	Shiloh Canyon	shiloh-canyon	US		0	America/Phoenix	33.58477	-111.84625	430			AZ	013		
5314200	Shongopovi	shongopovi	US		831	America/Phoenix	35.81806	-110.53458	1934			AZ	017		
5314217	Shopishk	shopishk	US		0	America/Phoenix	32.72145	-111.78179	455	Copeka,Ke-opke,Ko-opke,Koopke,Kupk,Kupke,Shopishik,Shopishk		AZ	021		
5314273	Shungopavi	shungopavi	US		730	America/Phoenix	35.80556	-110.52791	1945	Chimopovy,Ci-mo-pavi,Comupavi,Jongopabi,San Bartolome de Xongopavi,San Bernardo de Jongopabi,Second Mesa,Shi-mo-pavi,Shim,Shongopovi,Showmowth-pa,Shu-muth-pa,Shumuthpa,Shungopavi,Shungopovi,Xongopavi		AZ	017		
5314292	Sichomovi	sichomovi	US		0	America/Phoenix	35.83528	-110.3943	1894	Itt'hagi,Si-chom-ivi,Sichimovi,Sichomivi,Sichomovi,Siviuni		AZ	017		
5314321	Sierra Plaza Subdivision	sierra-plaza-subdivision	US		0	America/Phoenix	34.91058	-110.16568	1576			AZ	017		
5314331	Sierra Vista Estates	sierra-vista-estates	US		0	America/Phoenix	31.48343	-110.2548	1429			AZ	003		
5314346	Sif Vaya	sif-vaya	US		0	America/Phoenix	32.61811	-112.11458	599	Bitter Well,Bitter Wells,Bitters Well,Sif Vaya,Sivvaxia		AZ	021		
5314347	Signal	signal	US		0	America/Phoenix	34.47418	-113.63382	478			AZ	015		
5314366	Signal Village	signal-village	US		0	America/Phoenix	31.55009	-110.35619	1515			AZ	003		
5314368	Sikort Chuapo	sikort-chuapo	US		0	America/Phoenix	32.31534	-112.67181	580	Pozo Redondo,Sikort Chuapo,Sikorttjuupo		AZ	019		
5314374	Sikul Himatk	sikul-himatk	US		0	America/Phoenix	32.11507	-112.03569	657	Siclehema,Sikul Himatk,Sikulhamakt,Sikulhamatk,Sikulhimat,Vaheja		AZ	019		
5314375	Sil Murk (historical)	sil-murk-historical	US		0	America/Phoenix	32.98338	-112.7285	201	Sil Murk (historical),Silimok		AZ	013		
5314376	Sil Nakya	sil-nakya	US		0	America/Phoenix	32.22174	-111.81652	674	Beebhak,San Lorenzo,San Lorenzo Well,Saranake,Seranake,Sil Nakya,Silinakik,Silynarki		AZ	019		
5314403	Silver Bell Trailer Park	silver-bell-trailer-park	US		0	America/Phoenix	33.50421	-112.0632	344			AZ	013		
5314405	Silver Bell	silver-bell	US		0	America/Phoenix	32.3834	-111.50067	810	Silver Bell,Silver Belle,Silverbell		AZ	019		
5314465	Silver Spur Ranch	silver-spur-ranch	US		0	America/Phoenix	33.41671	-111.62986	470			AZ	013		
5314467	Silver Spur Village	silver-spur-village	US		0	America/Phoenix	33.42005	-111.62791	475			AZ	013		
5314477	Silvergate II	silvergate-ii	US		0	America/Phoenix	33.34033	-111.87403	365			AZ	013		
5314478	Silvergate Trails	silvergate-trails	US		0	America/Phoenix	33.32838	-111.87875	365			AZ	013		
5314486	Silverbell	silverbell	US		0	America/Phoenix	32.43062	-111.53817	794	Silver Bell,Silverbell		AZ	019		
5314510	Singing Spur Mobile Park	singing-spur-mobile-park	US		0	America/Phoenix	33.50282	-112.03404	353			AZ	013		
5314520	Sincuidados	sincuidados	US		0	America/Phoenix	33.75615	-111.90042	701			AZ	013		
5314541	Siovi Shuatak	siovi-shuatak	US		0	America/Phoenix	31.9509	-112.5982	659	Cochiba Well,Cochibo,Cochibo Well,Cochivo,Con Quien,Coons Can Well,Manuels Well,Siovi Shuatak,Sweetwater		AZ	019		
5314547	Sipaulovi	sipaulovi	US		0	America/Phoenix	35.80834	-110.49625	1924	Ah-le-la,Ahela,Ci-pau-lo-vi,Sha-pah-la,Sha-pah-lah-lwee,Shi-pau-i-luvi,Shi-paui-i-luvi,Shipaulavi,Shipaulovi,Shipolia,Shipolovi,Shipowlawe,Sipaulovi		AZ	017		
5314564	Sivili Chuchg	sivili-chuchg	US		0	America/Phoenix	31.74425	-112.16068	614			AZ	019		
5314570	Six Mile Crossing	six-mile-crossing	US		0	America/Phoenix	34.56113	-113.35187	678			AZ	015		
5314580	Sixmile Village	sixmile-village	US		0	America/Phoenix	36.96499	-112.57881	1458			AZ	015		
5314637	Skoksonak	skoksonak	US		0	America/Phoenix	32.29563	-111.53761	672			AZ	019		
5314681	Sky Ridge Mobile Homes	sky-ridge-mobile-homes	US		0	America/Phoenix	33.37227	-112.06737	369			AZ	013		
5314684	Skyline Bel Aire Estates	skyline-bel-aire-estates	US		0	America/Phoenix	32.32035	-110.88954	873			AZ	019		
5314686	Skyline Heights	skyline-heights	US		0	America/Phoenix	33.54782	-112.04626	387			AZ	013		
5314733	Sleepy Hollow	sleepy-hollow	US		0	America/Phoenix	34.28337	-110.94818	1878			AZ	007		
5314734	Sleepy Hollow Trailer Village	sleepy-hollow-trailer-village	US		0	America/Phoenix	33.40032	-112.07404	331			AZ	013		
5314806	Smelter Town	smelter-town	US		0	America/Phoenix	33.29117	-111.27707	649			AZ	021		
5314808	Smelter City	smelter-city	US		0	America/Phoenix	34.73974	-111.99627	1002			AZ	025		
5314870	Smoke Signal	smoke-signal	US		0	America/Denver	35.98	-110.04512	1956			AZ	017		
5314892	Smurr	smurr	US		0	America/Phoenix	32.92866	-112.82128	223			AZ	013		
5314915	Snaketown	snaketown	US		0	America/Phoenix	33.18311	-111.91958	358			AZ	021		
5315008	Soldier Camp	soldier-camp	US		0	America/Phoenix	32.42702	-110.7412	2353			AZ	019		
5315058	Sombrero Butte	sombrero-butte	US		0	America/Phoenix	32.72618	-110.48232	1241			AZ	021		
5315080	Sonora Town	sonora-town	US		0	America/Phoenix	33.33533	-111.78958	378			AZ	013		
5315110	Sotos Crossing (historical)	sotos-crossing-historical	US		0	America/Phoenix	31.63065	-111.0362	971			AZ	023		
5315127	South Bisbee	south-bisbee	US		0	America/Phoenix	31.41704	-109.90369	1587			AZ	003		
5315153	South Cove	south-cove	US		0	America/Phoenix	36.09054	-114.09802	392			AZ	015		
5315211	South Fort	south-fort	US		0	America/Phoenix	34.1467	-112.26711	2003			AZ	025		
5315231	South Komelik	south-komelik	US		111	America/Phoenix	31.72231	-111.7729	781	Comely,Komalik,Komelik,South Komelik		AZ	019		
5315246	South Mountain Trailer Park	south-mountain-trailer-park	US		0	America/Phoenix	33.36949	-112.07431	372			AZ	013		
5315259	South Phoenix	south-phoenix	US		0	America/Phoenix	33.40671	-112.07348	327			AZ	013		
5315269	South Santan	south-santan	US		0	America/Phoenix	33.11755	-111.74624	384			AZ	021		
5315313	South Tucson	south-tucson	US		5715	America/Phoenix	32.19952	-110.96842	739	Juzhen Tuson,Saut Tuson,Sauz-Tuson,nan tu sen,sa'utha taksana,sauseutuson,sawth twkswn,sawth twsan,Сауз-Тусон,Саут Тусон,Южен Тусон,ساوث توسان,ساوث توكسون,साउथ टक्सन,南图森,사우스투손		AZ	019		
5315329	Southern Acres Mobile Home Park	southern-acres-mobile-home-park	US		0	America/Phoenix	33.39338	-112.00709	346			AZ	013		
5315338	Southern Palms Trailer Park	southern-palms-trailer-park	US		0	America/Phoenix	33.39255	-111.83236	371			AZ	013		
5315443	Sponseller	sponseller	US		0	America/Phoenix	34.19643	-109.88733	2159			AZ	017		
5315544	Sprucedale	sprucedale	US		0	America/Phoenix	33.74033	-109.32703	2301	Espero,Sprucedale		AZ	011		
5315554	Spur Cross	spur-cross	US		0	America/Phoenix	33.18339	-109.45786	1452			AZ	011		
5315562	Spurlock	spurlock	US		0	America/Phoenix	34.14837	-111.03235	1595			AZ	007		
5315622	Squaw Peak Terrace	squaw-peak-terrace	US		0	America/Phoenix	33.49588	-112.01542	360			AZ	013		
5315654	Stagecoach Trailer Park	stagecoach-trailer-park	US		0	America/Phoenix	33.45227	-112.1496	323			AZ	013		
5315664	Stan Shuatuk	stan-shuatuk	US		0	America/Phoenix	31.79897	-112.30041	540	Cervantis Well,La Moralita,Molinitos,Molinton,Molonitos,Serventi Well,Stan Shuatuk		AZ	019		
5315703	Stanwix	stanwix	US		0	America/Phoenix	32.83977	-113.32296	167	Stanvix Hall,Stanwix,Stanwixs Station,The Dutchmans		AZ	013		
5315713	Star Valley	star-valley	US		2277	America/Phoenix	34.25504	-111.25847	1420	Diamond Star,Star Valley,Starr Valley		AZ	007		
5315719	Stargo	stargo	US		0	America/Phoenix	33.06784	-109.36007	1428			AZ	011		
5315733	Starlite Trailer Park	starlite-trailer-park	US		0	America/Phoenix	33.45004	-111.99237	348			AZ	013		
5315759	Steam	steam	US		0	America/Phoenix	32.72783	-114.70079	38			AZ	027		
5315761	Steamboat	steamboat	US		284	America/Denver	35.7514	-109.84789	2002			AZ	001		
5315762	Steamboat Canyon	steamboat-canyon	US		0	America/Denver	35.74806	-109.85067	1951	Steamboat,Steamboat Canyon,Steamboat Trading Post		AZ	001		
5315798	Steeplechase	steeplechase	US		0	America/Phoenix	33.64476	-112.12432	407			AZ	013		
5315876	Stewart Mountain Trailer Park	stewart-mountain-trailer-park	US		0	America/Phoenix	33.41616	-111.62875	471			AZ	013		
5315911	Stoa Pitk	stoa-pitk	US		0	America/Phoenix	32.48506	-112.51681	733	Stoa Pitk,Stoapit,Toapit,Toatipk		AZ	019		
5315916	Stockham	stockham	US		0	America/Phoenix	32.27424	-111.00759	697			AZ	019		
5315970	Stonegate Crossing	stonegate-crossing	US		0	America/Phoenix	33.33199	-111.83764	371			AZ	013		
5315972	Stoneman Lake	stoneman-lake	US		0	America/Phoenix	34.78141	-111.51265	2067			AZ	005		
5315976	Stony Mountain Villas	stony-mountain-villas	US		0	America/Phoenix	33.59004	-112.03126	448			AZ	013		
5315989	Stotonic	stotonic	US		0	America/Phoenix	33.15811	-111.7993	375	Statonic,Stetonic,Stontonyak,Stotonic,Stotonik,Stotonyak		AZ	021		
5315990	Stotonyak	stotonyak	US		0	America/Phoenix	32.15507	-112.36875	585			AZ	019		
5315996	Stoval	stoval	US		0	America/Phoenix	32.76505	-113.62214	122	Christvale,Chrystoval,Crystoval,Grinnell Station,Stanwix,Stoval,Texas Hill		AZ	027		
5316039	Strayhorse	strayhorse	US		0	America/Phoenix	33.55061	-109.31813	2372			AZ	011		
5316056	Stringfield	stringfield	US		0	America/Phoenix	34.69502	-112.55656	1514			AZ	025		
5316164	Summer Place Trails	summer-place-trails	US		0	America/Phoenix	33.39588	-111.78264	377			AZ	013		
5316165	Summer Place Village	summer-place-village	US		0	America/Phoenix	33.40005	-111.78486	378			AZ	013		
5316168	Summerhaven	summerhaven	US		40	America/Phoenix	32.43869	-110.75982	2337	Carters Camp,Mount Lemmon,Summerhaven		AZ	019		
5316170	Summerplace Green	summerplace-green	US		0	America/Phoenix	33.39671	-111.77569	379			AZ	013		
5316208	Sun Grove Mobile Home Park	sun-grove-mobile-home-park	US		0	America/Phoenix	33.55698	-112.27988	333			AZ	013		
5316209	Sun Lakes	sun-lakes	US		13975	America/Phoenix	33.21116	-111.87542	364			AZ	013		
5316213	Sun Tech	sun-tech	US		0	America/Phoenix	33.33005	-111.86431	367			AZ	013		
5316214	Sun Trailer Park	sun-trailer-park	US		0	America/Phoenix	33.45171	-112.10682	327			AZ	013		
5316218	Sun Valley Mobile Home Park	sun-valley-mobile-home-park	US		0	America/Phoenix	33.59254	-111.9857	421			AZ	013		
5316220	Sun Valley Trailer Park	sun-valley-trailer-park	US		0	America/Phoenix	33.46477	-112.00959	348			AZ	013		
5316222	Sunburst Homes	sunburst-homes	US		0	America/Phoenix	33.46754	-112.18821	326			AZ	013		
5316226	Suncrest Villas Chandler	suncrest-villas-chandler	US		0	America/Phoenix	33.30283	-111.93875	356			AZ	013		
5316227	Suncrest Villas East	suncrest-villas-east	US		0	America/Phoenix	33.63865	-112.03376	436			AZ	013		
5316228	Suncrest Villas Mesa	suncrest-villas-mesa	US		0	America/Phoenix	33.38894	-111.78042	377			AZ	013		
5316229	Suncrest Villas West	suncrest-villas-west	US		0	America/Phoenix	33.67448	-112.14793	408			AZ	013		
5316230	Sundad	sundad	US		0	America/Phoenix	33.18143	-113.23602	294			AZ	013		
5316233	Sundial Mobile Park	sundial-mobile-park	US		0	America/Phoenix	33.45366	-111.82959	372			AZ	013		
5316265	Sunny Acres Trailer Village	sunny-acres-trailer-village	US		0	America/Phoenix	33.41255	-111.66514	442			AZ	013		
5316268	Sunizona	sunizona	US		281	America/Phoenix	31.88203	-109.6534	1325			AZ	003		
5316275	Sunny Slope Mobile Home Park	sunny-slope-mobile-home-park	US		0	America/Phoenix	33.57032	-112.08237	378			AZ	013		
5316286	Sunnyslope	sunnyslope	US		0	America/Phoenix	33.56587	-112.06515	385			AZ	013		
5316295	Sunray Manor	sunray-manor	US		0	America/Phoenix	33.61226	-112.14099	387			AZ	013		
5316296	Sunridge IV	sunridge-iv	US		0	America/Phoenix	33.35283	-111.85625	367			AZ	013		
5316298	Sunrise	sunrise	US		0	America/Denver	35.29862	-110.98931	1430			AZ	005		
5316302	Sunrise Heights Mobile Home Park	sunrise-heights-mobile-home-park	US		0	America/Phoenix	33.6481	-112.04793	433			AZ	013		
5316316	Sunrise Springs	sunrise-springs	US		0	America/Denver	35.60362	-109.74539	1848	Sunrise,Sunrise Springs,Sunrise Trading Post		AZ	001		
5316317	Sunrise Terrace	sunrise-terrace	US		0	America/Phoenix	33.49587	-112.23488	327			AZ	013		
5316320	Sunrise Village Mobile Home Park	sunrise-village-mobile-home-park	US		0	America/Phoenix	33.45949	-111.70958	436			AZ	013		
5316321	Sunrise Vista Mobile Home Park	sunrise-vista-mobile-home-park	US		0	America/Phoenix	33.41005	-111.75597	389			AZ	013		
5316324	Sunscape Homes	sunscape-homes	US		0	America/Phoenix	33.46115	-112.19515	322			AZ	013		
5316335	Sunset City (historical)	sunset-city-historical	US		0	America/Phoenix	35.04446	-110.65347	1492	Sunset,Sunset City (historical)		AZ	017		
5316337	Sunset Hills	sunset-hills	US		0	America/Phoenix	33.62782	-112.0357	435			AZ	013		
5316345	Sunset North	sunset-north	US		0	America/Phoenix	33.6231	-112.08682	409			AZ	013		
5316361	Sunset Ridge I	sunset-ridge-i	US		0	America/Phoenix	33.62671	-111.94792	444			AZ	013		
5316368	Sunset Trail Ranch	sunset-trail-ranch	US		0	America/Phoenix	33.41338	-111.64514	455			AZ	013		
5316370	Sunset Village	sunset-village	US		0	America/Phoenix	33.59254	-112.26016	346			AZ	013		
5316371	Sunset Vista	sunset-vista	US		0	America/Phoenix	33.64865	-112.18904	385			AZ	013		
5316373	Sunshine Acres	sunshine-acres	US		0	America/Phoenix	33.47699	-111.71458	425			AZ	013		
5316390	Sunshine Valley Mobile Home Park	sunshine-valley-mobile-home-park	US		0	America/Phoenix	33.28172	-111.84514	370			AZ	013		
5316395	Suntrails	suntrails	US		0	America/Phoenix	33.39727	-111.75792	384			AZ	013		
5316396	Suntree	suntree	US		0	America/Phoenix	33.38338	-111.76597	381			AZ	013		
5316398	Sunview	sunview	US		0	America/Phoenix	33.37644	-111.79514	375			AZ	013		
5316415	Superstition Country Subdivision	superstition-country-subdivision	US		0	America/Phoenix	33.40033	-111.62986	460			AZ	013		
5316423	Superstition Shadows Mobile Home Park	superstition-shadows-mobile-home-park	US		0	America/Phoenix	33.41671	-111.59152	494			AZ	013		
5316518	Sweetwater Garden	sweetwater-garden	US		0	America/Phoenix	33.60421	-111.99376	426			AZ	013		
5316522	Sweetwater Ranch	sweetwater-ranch	US		0	America/Phoenix	33.60421	-111.8882	434			AZ	013		
5316540	Swift Trail Junction	swift-trail-junction	US		2935	America/Phoenix	32.72979	-109.71397	985			AZ	009		
5316787	Tahchee	tahchee	US		0	America/Denver	36.22861	-109.89456	2028			AZ	001		
5316790	Taliesin West	taliesin-west	US		0	America/Phoenix	33.60699	-111.8432	494	Taliesin,Taliesin West		AZ	013		
5316791	Taliverde	taliverde	US		0	America/Phoenix	33.5181	-112.02848	367			AZ	013		
5316878	Tanner Springs	tanner-springs	US		0	America/Denver	35.28835	-109.68567	1764	La Xara Springs,Ojo La Xara,Tanner Springs		AZ	001		
5316886	Tanque	tanque	US		0	America/Phoenix	32.60896	-109.53813	991			AZ	009		
5316888	Tanque Aloma	tanque-aloma	US		0	America/Phoenix	32.69727	-113.95771	105	Antelope Hill,Antelope Hills Stage Station,Gael,New Tacna,Ralphs Hill,Ralphs Mill,Tanque Aloma		AZ	027		
5316890	Tanque Verde	tanque-verde	US		16901	America/Phoenix	32.25174	-110.73731	814			AZ	019		
5316902	Tapco	tapco	US		0	America/Phoenix	34.79474	-112.04683	1039			AZ	025		
5316919	Tartron	tartron	US		0	America/Phoenix	32.87894	-113.0999	222			AZ	013		
5316935	Tat Momoli	tat-momoli	US		10	America/Phoenix	32.60423	-111.88319	470	Jack Rabbit,Jack Rabbit Well,Jackrabbit,Jackrabbit Well,Taht Mahmeli,Taht Mahmelia,Taht Mahneli,Tat Momoli,Tata Mumerikut,Tatamumera,Tatamumerikut,Tatmumerikut		AZ	021		
5316941	Tatai Toak	tatai-toak	US		0	America/Phoenix	32.39645	-112.49653	683	Perigua,Tatai Toak,Tatia Toak,Tatria Toak		AZ	019		
5316946	Tatk Kam Vo	tatk-kam-vo	US		0	America/Phoenix	31.99007	-112.34375	547	Iramit,Nestors,Tatk Kam Vo		AZ	019		
5316947	Tatkum Vo	tatkum-vo	US		0	America/Phoenix	31.66814	-112.12374	698	Serape,Tatkum Vo		AZ	019		
5316973	Taylor Place	taylor-place	US		0	America/Phoenix	32.0762	-109.32478	1682			AZ	003		
5317018	Tees Toh	tees-toh	US		448	America/Denver	35.49945	-110.40569	1755	Teas Toh,Tees To,Tees Toh		AZ	017		
5317061	Tempe Camp	tempe-camp	US		0	America/Phoenix	34.9078	-111.44237	2176			AZ	005		
5317063	Tempe Cascade	tempe-cascade	US		0	America/Phoenix	33.42421	-111.88736	363			AZ	013		
5317071	Tempe Junction	tempe-junction	US		158368	America/Phoenix	33.41421	-111.94348	354			AZ	013		
5317077	Tempe Royal Palms	tempe-royal-palms	US		0	America/Phoenix	33.34838	-111.90486	362			AZ	013		
5317082	Tempe Travel Trailer Villa	tempe-travel-trailer-villa	US		0	America/Phoenix	33.41338	-111.90681	361			AZ	013		
5317145	Tes Nez Iah	tes-nez-iah	US		0	America/Denver	36.94306	-109.709	1448			AZ	001		
5317188	The Citadel	the-citadel	US		0	America/Phoenix	33.57226	-112.2021	354			AZ	013		
5317190	The Covey	the-covey	US		0	America/Phoenix	33.61949	-111.98098	436			AZ	013		
5317196	The Haciendas	the-haciendas	US		0	America/Phoenix	33.29311	-111.82153	373			AZ	013		
5317199	The Home Place	the-home-place	US		0	America/Phoenix	33.31505	-111.87875	365			AZ	013		
5317206	The Landings	the-landings	US		0	America/Phoenix	33.36671	-111.90848	363			AZ	013		
5317212	The Phoenix-Scottsdale Mobile Home Park	the-phoenix-scottsdale-mobile-home-park	US		0	America/Phoenix	33.63782	-112.0207	440			AZ	013		
5317215	The Pointe	the-pointe	US		0	America/Phoenix	33.55421	-112.04654	397			AZ	013		
5317216	The Pointe at South Mountain	the-pointe-at-south-mountain	US		0	America/Phoenix	33.37449	-111.97626	374			AZ	013		
5317218	The Preserve	the-preserve	US		0	America/Phoenix	33.58032	-112.02154	441			AZ	013		
5317223	The Town Square	the-town-square	US		0	America/Phoenix	33.64143	-112.06932	421			AZ	013		
5317224	The Trails III	the-trails-iii	US		0	America/Phoenix	33.4531	-111.89514	363			AZ	013		
5317228	The West Winds Trailer Court	the-west-winds-trailer-court	US		0	America/Phoenix	33.30561	-111.83236	372			AZ	013		
5317229	Theba	theba	US		158	America/Phoenix	32.91949	-112.89461	222			AZ	013		
5317298	Thomas Trailer Court	thomas-trailer-court	US		0	America/Phoenix	33.48088	-112.04015	343			AZ	013		
5317313	Thompson Draw Summer Homes Unit One	thompson-draw-summer-homes-unit-one	US		0	America/Phoenix	34.31309	-111.10402	1781			AZ	007		
5317337	Thompson Draw Summer Homes Unit Two	thompson-draw-summer-homes-unit-two	US		0	America/Phoenix	34.31309	-111.11819	1731			AZ	007		
5317370	Three Fountains	three-fountains	US		0	America/Phoenix	33.51865	-112.18876	344			AZ	013		
5317377	Three Points	three-points	US		5581	America/Phoenix	32.07675	-111.31371	775			AZ	019		
5317394	Three Way	three-way	US		0	America/Phoenix	32.9484	-109.23035	1106			AZ	011		
5317431	Thunderbird Palms II	thunderbird-palms-ii	US		0	America/Phoenix	33.60948	-112.18377	372			AZ	013		
5317439	Thunderbird Valley Number Two	thunderbird-valley-number-two	US		0	America/Phoenix	33.61532	-112.11293	397			AZ	013		
5317450	Tiburon	tiburon	US		0	America/Phoenix	33.33033	-111.88959	363	The Cove at Tiburon,Tiburon		AZ	013		
5317470	Tiis Holoni	tiis-holoni	US		0	America/Denver	35.565	-111.05403	1447			AZ	005		
5317474	Tiki Tai Village	tiki-tai-village	US		0	America/Phoenix	33.5306	-112.18126	350			AZ	013		
5317512	Tin House	tin-house	US		0	America/Phoenix	35.69777	-112.54601	1680			AZ	005		
5317570	Tip Top (historical)	tip-top-historical	US		0	America/Phoenix	34.05087	-112.24683	765			AZ	025		
5317655	Tolani Lake	tolani-lake	US		280	America/Denver	35.43473	-110.84458	1499	Tolani,Tolani Lake		AZ	005		
5317662	Tolchico	tolchico	US		0	America/Denver	35.39334	-111.10792	1423	Tolchaco,Tolchico,Tolchiko		AZ	005		
5317688	Toltec	toltec	US		0	America/Phoenix	32.79228	-111.61485	461	Tolte,Toltec,Toltec City		AZ	021		
5317760	Tonto Estate	tonto-estate	US		0	America/Phoenix	34.35892	-111.09458	1755			AZ	007		
5317761	Tonto Hills Subdivision	tonto-hills-subdivision	US		0	America/Phoenix	33.86865	-111.82876	1038			AZ	013		
5317786	Tonto Village	tonto-village	US		256	America/Phoenix	34.31615	-111.13208	1744			AZ	007		
5317812	Top-of-the-World	top-of-the-world	US		231	America/Phoenix	33.3495	-110.99262	1380			AZ	007		
5317838	Toreva	toreva	US		0	America/Phoenix	35.80417	-110.49708	1802			AZ	017		
5317867	Tortolita	tortolita	US		4274	America/Phoenix	32.41035	-111.01732	820	Portolita,Tortolita		AZ	019		
5317873	Totacon	totacon	US		0	America/Denver	36.85	-109.42566	1630	Sweetwater,Tolacon,Totacon,Totlacon		AZ	001		
5317877	Totopitk	totopitk	US		0	America/Phoenix	32.56339	-112.21292	629	Tauabit,Tautabit,Toapit,Totabit,Toto-Bitk,Toto-bitk,Totobit,Totobit Tanks,Totobitk,Totopitk		AZ	013		
5317885	Tovrea	tovrea	US		0	America/Phoenix	33.44338	-111.97681	353			AZ	013		
5317920	Toyei	toyei	US		13	America/Denver	35.70251	-109.93817	1992			AZ	001		
5317954	Trail Inn Lodge	trail-inn-lodge	US		0	America/Phoenix	33.45171	-112.12432	326			AZ	013		
5317986	Trail-R-Dale Mobile Home Park	trail-r-dale-mobile-home-park	US		0	America/Phoenix	33.42504	-112.34988	294			AZ	013		
5317987	Trailer Corral	trailer-corral	US		0	America/Phoenix	33.45227	-112.14737	323			AZ	013		
5317989	Trailing R Mobile Park	trailing-r-mobile-park	US		0	America/Phoenix	33.41783	-111.64264	461			AZ	013		
5317992	Trails West Mobile Home Park	trails-west-mobile-home-park	US		0	America/Phoenix	33.41005	-111.58986	488			AZ	013		
5318000	Trail Riders Holiday Park	trail-riders-holiday-park	US		0	America/Phoenix	33.41755	-111.77653	384			AZ	013		
5318058	Tremaine	tremaine	US		0	America/Phoenix	33.35894	-111.83236	369	Tremain,Tremaine		AZ	013		
5318076	Tres Rios	tres-rios	US		0	America/Phoenix	34.56391	-111.84821	938			AZ	025		
5318153	Triple T Mobilcity	triple-t-mobilcity	US		0	America/Phoenix	33.54115	-112.19932	347			AZ	013		
5318164	Troon	troon	US		0	America/Phoenix	33.71476	-111.85348	732			AZ	013		
5318178	Trovia	trovia	US		0	America/Phoenix	33.75615	-111.97126	588			AZ	013		
5318184	Troweek	troweek	US		0	America/Phoenix	33.92894	-109.06063	2575			AZ	001		
5318234	Tsegi	tsegi	US		0	America/Denver	36.64944	-110.4293	1901			AZ	017		
5318256	Tsintaa Yiti Ii	tsintaa-yiti-ii	US		0	America/Denver	35.82556	-109.81233	1935			AZ	001		
5318318	Tucson Country Club Estates	tucson-country-club-estates	US		0	America/Phoenix	32.25924	-110.8587	753			AZ	019		
5318320	Tucson Estates	tucson-estates	US		12192	America/Phoenix	32.18758	-111.09093	807			AZ	019		
5318331	Tucson National Estates	tucson-national-estates	US		0	America/Phoenix	32.35313	-111.02565	704			AZ	019		
5318451	Turf Mobile Manor	turf-mobile-manor	US		0	America/Phoenix	33.62726	-112.09821	406			AZ	013		
5318454	Turf Trailer Lodge	turf-trailer-lodge	US		0	America/Phoenix	33.64171	-112.09515	416			AZ	013		
5318495	Turkey Flat	turkey-flat	US		0	America/Phoenix	32.6309	-109.82119	2295			AZ	009		
5318611	Tusayan	tusayan	US		567	America/Phoenix	35.9736	-112.12656	2010	Taseen,Tusijan,sa yang,tusayana,twsayan,twsayan  aryzwna,Тасеєн,Тусијан,توسايان,توسایان، آریزونا,तुसायान,萨扬		AZ	005		
5318628	Tutt	tutt	US		0	America/Phoenix	34.66058	-112.41489	1511			AZ	025		
5318633	Tuweep	tuweep	US		0	America/Phoenix	36.41581	-113.0666	1579			AZ	015		
5318697	Twin Buttes	twin-buttes	US		0	America/Denver	35.43529	-109.90401	1766			AZ	017		
5318699	Twin Buttes	twin-buttes	US		0	America/Phoenix	31.90258	-111.06065	1067			AZ	019		
5318710	Twin Acres Family Mobile Park	twin-acres-family-mobile-park	US		0	America/Phoenix	33.41366	-111.61652	476			AZ	013		
5318723	Twin Knolls	twin-knolls	US		0	America/Phoenix	33.41338	-111.65125	451	Desert Sage,Twin Knolls		AZ	013		
5318811	Two Guns	two-guns	US		0	America/Phoenix	35.11779	-111.09348	1653	Two Gun Town,Two Guns		AZ	005		
5318885	Ubank Place	ubank-place	US		0	America/Phoenix	34.91086	-109.95151	1613			AZ	017		
5318906	Uhs Kug	uhs-kug	US		0	America/Phoenix	31.96619	-111.55261	1244			AZ	019		
5318938	Union Hills Manor	union-hills-manor	US		0	America/Phoenix	33.65337	-112.13599	406			AZ	013		
5318968	University Mobile Home Park	university-mobile-home-park	US		0	America/Phoenix	33.41699	-111.92348	358			AZ	013		
5319255	Upper Wheatfields	upper-wheatfields	US		0	America/Denver	36.22306	-109.07982	2258			AZ	001		
5319282	Utting	utting	US		126	America/Phoenix	33.83892	-113.88688	345	Hagua Hali,Utting		AZ	012		
5319287	Utevak	utevak	US		0	America/Phoenix	31.70231	-111.74956	797			AZ	019		
5319316	Vainom Kug	vainom-kug	US		0	America/Phoenix	32.04674	-112.05791	629	Kvitak,Kvitatk,Pumphouse,Quijotoa Well,Steam Pump,Steam Pump Village,Vainom Kug,Vainomkux		AZ	019		
5319318	Vaiva Vo	vaiva-vo	US		128	America/Phoenix	32.71783	-111.92652	436	Cocklebur,Cockleburr,San Angelo del Botum,Vaiva Vo,Vaivavo		AZ	021		
5319319	Vakamok	vakamok	US		0	America/Phoenix	31.70564	-112.03096	690	Comot,Comoti,Popolo Vakamakatuk,Rusty Shovel,Vakamok		AZ	019		
5319320	Val Vista Trailer Park	val-vista-trailer-park	US		0	America/Phoenix	33.65948	-112.03293	460			AZ	013		
5319342	Valle	valle	US		832	America/Phoenix	35.65361	-112.1385	1827	Prado,VLE,Valle		AZ	005		
5319354	Valley Gardens Trailer Park	valley-gardens-trailer-park	US		0	America/Phoenix	33.45004	-112.00626	344			AZ	013		
5319359	Valley Mobile Homes Estate	valley-mobile-homes-estate	US		0	America/Phoenix	33.31755	-111.83819	370			AZ	013		
5319360	Valley Palms Mobile Home Park	valley-palms-mobile-home-park	US		0	America/Phoenix	33.41449	-111.62152	473			AZ	013		
5319390	Vamori	vamori	US		0	America/Phoenix	31.72119	-111.9054	686			AZ	019		
5319409	Vanar	vanar	US		0	America/Phoenix	32.24119	-109.09506	1194			AZ	003		
5319417	Vandenberg Village	vandenberg-village	US		0	America/Phoenix	32.18035	-110.86787	811	Vandenberg Village,Vandenburg Village		AZ	019		
5319419	Vaya Chin	vaya-chin	US		0	America/Phoenix	32.34728	-112.32681	650	South Well,Vaya Chin		AZ	019		
5319432	Velda Rose Estates	velda-rose-estates	US		0	America/Phoenix	33.41949	-111.68986	430			AZ	013		
5319433	Velda Rose Gardens	velda-rose-gardens	US		0	America/Phoenix	33.41255	-111.71347	411			AZ	013		
5319437	Venezia	venezia	US		0	America/Phoenix	34.39308	-112.41683	1902			AZ	025		
5319439	Ventana	ventana	US		49	America/Phoenix	32.46617	-112.2432	682	Fishburn,Koshopinot,Pozo Ondo,Ventana,Ventana Ranch,Whites Well		AZ	019		
5319448	Venture Out	venture-out	US		0	America/Phoenix	33.41171	-111.72403	405			AZ	013		
5319452	Verde	verde	US		0	America/Phoenix	34.71613	-111.99488	1000			AZ	025		
5319455	Verde Glen	verde-glen	US		0	America/Phoenix	34.39725	-111.27069	1687			AZ	007		
5319462	Verde Real	verde-real	US		0	America/Phoenix	33.62671	-112.14904	390			AZ	013		
5319480	Verde River Meadows One	verde-river-meadows-one	US		0	America/Phoenix	34.5828	-111.87099	943			AZ	025		
5319487	Viason Chin	viason-chin	US		0	America/Phoenix	32.01535	-112.29041	578	Baileys,Chico Baileys,Hardimui,Santi Vaya,Via Santee,Viasoh Chin,Viason Chin,Visan Chin		AZ	019		
5319490	Vicksburg Junction	vicksburg-junction	US		0	America/Phoenix	33.71892	-113.76743	384			AZ	012		
5319498	Victorine Crossing	victorine-crossing	US		0	America/Phoenix	34.57114	-111.06819	2001			AZ	005		
5319512	Villa Carmel Mobile Home Park	villa-carmel-mobile-home-park	US		0	America/Phoenix	33.63421	-112.02848	435			AZ	013		
5319513	Villa Monte Vista	villa-monte-vista	US		0	America/Phoenix	33.39449	-112.05626	339			AZ	013		
5319515	Villa Novena	villa-novena	US		0	America/Phoenix	33.52782	-112.08571	353			AZ	013		
5319518	Villa Vista	villa-vista	US		0	America/Phoenix	33.58976	-112.25627	345			AZ	013		
5319519	Villa de Paz	villa-de-paz	US		0	America/Phoenix	33.49976	-112.28321	314			AZ	013		
5319522	Village Fairways	village-fairways	US		0	America/Phoenix	33.59504	-111.98126	421			AZ	013		
5319526	Village Park	village-park	US		0	America/Phoenix	33.58421	-112.20071	359			AZ	013		
5319528	Village of Gila Springs	village-of-gila-springs	US		0	America/Phoenix	33.31171	-111.93931	357			AZ	013		
5319529	Village on the Lakes	village-on-the-lakes	US		0	America/Phoenix	33.51532	-112.0132	374			AZ	013		
5319530	Villas Plaza	villas-plaza	US		0	America/Phoenix	33.67171	-112.12154	423			AZ	013		
5319554	Vista Alegre	vista-alegre	US		0	America/Phoenix	33.37366	-111.83875	369			AZ	013		
5319555	Vista Encantada	vista-encantada	US		0	America/Phoenix	36.23054	-111.9735	2564			AZ	005		
5319558	Vista del Cerro	vista-del-cerro	US		0	America/Phoenix	33.57199	-111.99792	449			AZ	013		
5319580	Vopolo Havoka	vopolo-havoka	US		0	America/Phoenix	31.75925	-111.92429	673	Burro Pond,Burro Pond Village,Burro Pond Villages,Vopelohavooka,Vopolo Havoka		AZ	019		
5319609	Wabash Trailer Court	wabash-trailer-court	US		0	America/Phoenix	33.57032	-112.06487	389			AZ	013		
5319653	Wagon Wheel Mobile Ranch	wagon-wheel-mobile-ranch	US		0	America/Phoenix	33.45977	-111.98181	359			AZ	013		
5319664	Wahak Hotrontk	wahak-hotrontk	US		114	America/Phoenix	32.18284	-112.36569	591	San Simon,San Simon Indian Village,Tracys Trading Post,Wahak Hotontk,Wahak Hotrontk,Wawk Hudunik		AZ	019		
5319667	Wahweap	wahweap	US		0	America/Phoenix	36.99665	-111.49016	1129			AZ	005		
5319677	Walapai	walapai	US		0	America/Phoenix	35.34444	-113.88411	1008	Huaipai,Hualapai,Hualpai,Walapai,Wallapai		AZ	015		
5319718	Walker Place Windmill	walker-place-windmill	US		0	America/Phoenix	34.34391	-112.6224	1309			AZ	025		
5319841	Walpi	walpi	US		0	America/Phoenix	35.83223	-110.39791	1884	Ash Hill Terrace,Gaspe,Gualpi,Hualpi,Kuchapturela,Valpee,Walpi,Wolpi		AZ	017		
5319903	Warner Park	warner-park	US		0	America/Phoenix	33.33338	-111.85625	368			AZ	013		
5319930	Washington Camp	washington-camp	US		0	America/Phoenix	31.38204	-110.69119	1643			AZ	023		
5319936	Washington Park	washington-park	US		70	America/Phoenix	34.42447	-111.26764	1829			AZ	007		
5319944	Washington Trailer Park	washington-trailer-park	US		0	America/Phoenix	33.44866	-112.00765	343			AZ	013		
5320121	Welcome Home Mobile Park	welcome-home-mobile-park	US		0	America/Phoenix	33.51588	-112.11321	351			AZ	013		
5320153	Wellington Court	wellington-court	US		0	America/Phoenix	33.5931	-112.19932	362	Hickory Shadows II,Wellington Court		AZ	013		
5320179	Wepo Village	wepo-village	US		0	America/Phoenix	35.89334	-110.37402	1763			AZ	017		
5320214	West Chandler	west-chandler	US		0	America/Phoenix	33.30533	-111.9457	356	Hansen Junction,Kyrene,West Chandler		AZ	013		
5320307	West Mesa Trailer Court	west-mesa-trailer-court	US		0	America/Phoenix	33.41421	-111.84986	377			AZ	013		
5320411	West Winslow	west-winslow	US		150	America/Phoenix	35.0403	-110.74236	1507			AZ	017		
5320416	Westbriar	westbriar	US		0	America/Phoenix	33.4981	-112.25238	322			AZ	013		
5320417	Westbrook Village	westbrook-village	US		0	America/Phoenix	33.65726	-112.27821	375			AZ	013		
5320418	Westcliff Park	westcliff-park	US		0	America/Phoenix	33.6131	-112.1546	384			AZ	013		
5320422	Western Acres Mobile Home Park	western-acres-mobile-home-park	US		0	America/Phoenix	33.45282	-112.20043	319			AZ	013		
5320423	Western Acres Mobile Park	western-acres-mobile-park	US		0	America/Phoenix	33.41449	-111.62486	472			AZ	013		
5320428	Western Palms Mobile Home Community	western-palms-mobile-home-community	US		0	America/Phoenix	33.45504	-112.20571	318			AZ	013		
5320433	Westerra	westerra	US		0	America/Phoenix	33.59865	-112.19015	367			AZ	013		
5320435	Westgreen Estates	westgreen-estates	US		0	America/Phoenix	33.56532	-112.2521	339			AZ	013		
5320443	Westridge Park	westridge-park	US		0	America/Phoenix	33.45976	-112.20515	320			AZ	013		
5320453	Westwind	westwind	US		0	America/Phoenix	33.59865	-112.19904	363			AZ	013		
5320477	Wheatfields	wheatfields	US		0	America/Denver	36.23778	-109.12871	2221			AZ	001		
5320481	Wheel Inn Ranch	wheel-inn-ranch	US		0	America/Phoenix	33.45921	-111.92931	377			AZ	013		
5320485	Wheeler Place	wheeler-place	US		0	America/Phoenix	32.2648	-109.08339	1248			AZ	003		
5320513	Whetstone	whetstone	US		2617	America/Phoenix	31.95731	-110.34202	1240			AZ	003		
5320547	Whispering Pines	whispering-pines	US		148	America/Phoenix	34.37114	-111.28347	1627	Whispering Pines,Whispering Pines Subdivision		AZ	007		
5320548	Whispering Pines	whispering-pines	US		0	America/Phoenix	33.73033	-109.05618	1977			AZ	011		
5320568	White Clay	white-clay	US		0	America/Denver	36.06501	-109.21871	2291			AZ	001		
5320576	White Cone	white-cone	US		817	America/Denver	35.60529	-110.06818	1864			AZ	017		
5320607	White Hills	white-hills	US		323	America/Phoenix	35.73804	-114.39747	851			AZ	015		
5320658	White Mountain Lakes Estates	white-mountain-lakes-estates	US		0	America/Phoenix	34.35532	-109.99594	1843			AZ	017		
5320771	White Tanks	white-tanks	US		0	America/Phoenix	33.60421	-112.29933	351			AZ	013		
5320848	Whitlock Cienega	whitlock-cienega	US		0	America/Phoenix	32.55285	-109.3359	1067			AZ	009		
5320864	Whitted Place	whitted-place	US		0	America/Phoenix	34.73197	-110.96041	1884			AZ	005		
5320869	Why	why	US		167	America/Phoenix	32.26867	-112.73876	546	Rocky Point Junction,Why		AZ	019		
5320870	Wickchoupai	wickchoupai	US		0	America/Phoenix	32.00396	-111.92179	757			AZ	019		
5320898	Wide Ruins	wide-ruins	US		176	America/Denver	35.41946	-109.49649	1912	Wide Ruin,Wide Ruins		AZ	001		
5320907	Wiggins Crossing	wiggins-crossing	US		0	America/Phoenix	34.5167	-110.98847	2061			AZ	005		
5320913	Wigwam Villa Mobile Home Park	wigwam-villa-mobile-home-park	US		0	America/Phoenix	33.46865	-112.09043	332			AZ	013		
5320961	Wild Flower	wild-flower	US		0	America/Phoenix	33.67032	-112.08098	436			AZ	013		
5321068	Wildwood Estates	wildwood-estates	US		0	America/Phoenix	34.57419	-112.50823	1699			AZ	025		
5321072	Wilhoit	wilhoit	US		868	America/Phoenix	34.42586	-112.58684	1533			AZ	025		
5321083	Willaha	willaha	US		0	America/Phoenix	35.76194	-112.26406	1772			AZ	005		
5321112	Williams Junction	williams-junction	US		0	America/Phoenix	35.24307	-112.13545	2119			AZ	005		
5321160	Willow Canyon	willow-canyon	US		1	America/Phoenix	32.38869	-110.6987	2125			AZ	019		
5321321	Willow Valley	willow-valley	US		1062	America/Phoenix	34.91195	-114.60663	145			AZ	015		
5321325	WillowBrook II	willowbrook-ii	US		0	America/Phoenix	33.58726	-112.18349	364			AZ	013		
5321330	Willows West	willows-west	US		0	America/Phoenix	33.4981	-112.22349	330			AZ	013		
5321369	Windemere	windemere	US		0	America/Phoenix	33.53199	-111.90403	389	Hayden Estates,Windemere		AZ	013		
5321372	Windmill	windmill	US		0	America/Phoenix	33.59726	-112.22877	355			AZ	013		
5321404	Windsong	windsong	US		0	America/Phoenix	33.64282	-111.92876	467			AZ	013		
5321406	Windsor Mobile Home Park	windsor-mobile-home-park	US		0	America/Phoenix	33.41282	-111.77875	382			AZ	013		
5321409	Windsor Square	windsor-square	US		0	America/Phoenix	33.5656	-112.17571	361			AZ	013		
5321448	Wingfield	wingfield	US		0	America/Phoenix	34.57086	-111.30542	2080			AZ	005		
5321449	Wingfield	wingfield	US		0	America/Phoenix	34.52114	-111.84959	956			AZ	025		
5321466	Winnwood Homes	winnwood-homes	US		0	America/Phoenix	33.44893	-112.34238	300			AZ	013		
5321488	Winslow West	winslow-west	US		438	America/Phoenix	35.03224	-110.75291	1519			AZ	005		
5321512	Wintercone Park	wintercone-park	US		0	America/Phoenix	33.44949	-111.81903	373			AZ	013		
5321519	Wintersburg	wintersburg	US		136	America/Phoenix	33.42448	-112.86795	307			AZ	013		
5321542	Wishing Well Trailer Park	wishing-well-trailer-park	US		0	America/Phoenix	33.30644	-111.82847	373			AZ	013		
5321568	Wolf Crossing	wolf-crossing	US		0	America/Denver	35.39445	-111.1082	1415			AZ	005		
5321585	Womack East	womack-east	US		0	America/Phoenix	33.34699	-111.85486	368			AZ	013		
5321589	Wonder Valley	wonder-valley	US		0	America/Phoenix	34.31753	-111.29208	1488	Wonder Valley,Wonder Valley Subdivision		AZ	007		
5321593	Wonder Rift	wonder-rift	US		0	America/Phoenix	33.35032	-112.01959	667			AZ	013		
5321626	Wood Springs	wood-springs	US		0	America/Denver	35.81251	-109.46205	2068			AZ	001		
5321632	Wood Trap	wood-trap	US		0	America/Phoenix	34.6078	-112.79963	1348			AZ	025		
5321642	Woodbridge Crossing	woodbridge-crossing	US		0	America/Phoenix	33.38477	-111.79653	375			AZ	013		
5321646	Woodcreek	woodcreek	US		0	America/Phoenix	33.38338	-111.8707	368			AZ	013		
5321652	Woodglen	woodglen	US		0	America/Phoenix	33.3531	-111.87209	366			AZ	013		
5321654	Woodin	woodin	US		0	America/Phoenix	35.84888	-112.25573	1793			AZ	005		
5321657	Woodland Heights	woodland-heights	US		0	America/Phoenix	33.39033	-111.75819	383			AZ	013		
5321664	Woodleaf II	woodleaf-ii	US		0	America/Phoenix	33.59338	-111.9632	421			AZ	013		
5321666	Woodridge Lakes	woodridge-lakes	US		0	America/Phoenix	33.43893	-111.80292	384			AZ	013		
5321667	Woodridge VI	woodridge-vi	US		0	America/Phoenix	33.65837	-112.17015	394			AZ	013		
5321704	Woodspring Trading Post	woodspring-trading-post	US		0	America/Denver	35.83112	-109.43455	2107	Woodspring Trading Post,Woodsprings		AZ	001		
5321744	Wranglers Roost	wranglers-roost	US		0	America/Phoenix	33.9242	-112.11321	635			AZ	013		
5321766	Wymola	wymola	US		0	America/Phoenix	32.65812	-111.40456	535			AZ	021		
5321820	Yampai	yampai	US		0	America/Phoenix	35.48944	-113.20048	1709			AZ	025		
5321857	Yava	yava	US		0	America/Phoenix	34.47197	-112.89046	1071			AZ	025		
5321866	Yavapai Hills	yavapai-hills	US		0	America/Phoenix	34.56169	-112.3835	1632			AZ	025		
5321871	Yazzi	yazzi	US		0	America/Denver	36.57917	-109.22427	1902			AZ	001		
5321898	Yellow Hammer Mill	yellow-hammer-mill	US		0	America/Phoenix	32.36341	-109.28867	1068			AZ	003		
5322004	Young America Homes	young-america-homes	US		0	America/Phoenix	33.47615	-112.15293	332			AZ	013		
5322005	Young America West	young-america-west	US		0	America/Phoenix	33.49282	-112.26071	318			AZ	013		
5322065	Yuma Indian Homesteads	yuma-indian-homesteads	US		0	America/Phoenix	32.63311	-114.7144	31			AZ	027		
5322109	Zeniff	zeniff	US		0	America/Phoenix	34.57726	-110.37818	1795			AZ	017		
5322176	ARroyo Trailer Park	arroyo-trailer-park	US		0	America/Los_Angeles	35.11942	-120.59295	35			CA	079		
5322187	Abbato (historical)	abbato-historical	US		0	America/Los_Angeles	37.05383	-120.82769	36			CA	047		
5322291	Acebedo	acebedo	US		0	America/Los_Angeles	35.83191	-120.20181	486			CA	031		
5322302	Acme (historical)	acme-historical	US		0	America/Los_Angeles	35.78691	-116.20086	325	Acme (historical),Morrison		CA	071		
5322304	Acolita	acolita	US		0	America/Los_Angeles	33.07115	-115.1847	84			CA	025		
5322305	Acorn	acorn	US		0	America/Los_Angeles	34.65276	-120.49322	22			CA	083		
5322316	Actis	actis	US		0	America/Los_Angeles	34.95858	-118.14869	781			CA	029		
5322377	Adams Square	adams-square	US		0	America/Los_Angeles	34.13362	-118.24119	153			CA	037		
5322394	Adelaida	adelaida	US		0	America/Los_Angeles	35.64553	-120.87351	428			CA	079		
5322426	Adela	adela	US		0	America/Los_Angeles	37.78854	-120.86327	57	Adela,Burnett		CA	099		
5322432	Adobe Corner	adobe-corner	US		0	America/Los_Angeles	37.42605	-122.26636	118			CA	081		
5322499	Aerial Acres	aerial-acres	US		0	America/Los_Angeles	35.08775	-117.79201	740			CA	029		
5322508	Aetna Springs	aetna-springs	US		0	America/Los_Angeles	38.65352	-122.48276	236	Aetna Springs,Etna Springs		CA	055		
5322538	Agnew	agnew	US		0	America/Los_Angeles	37.39466	-121.95913	7	Agnew,Agnew's,Agnews		CA	085		
5322551	Agoura	agoura	US		20537	America/Los_Angeles	34.14306	-118.73787	281	Agoura,Agoura Hills,Picture City		CA	037		
5322571	Agua Caliente	agua-caliente	US		0	America/Los_Angeles	38.32408	-122.48804	47	Agua Caliente,Aqua Caliente		CA	097		
5322600	Agua Fria	agua-fria	US		0	America/Los_Angeles	37.48494	-120.02018	610	Agua Fria,Agua Frio,Lower Agua Fria		CA	043		
5322601	Agua Fria	agua-fria	US		0	America/Los_Angeles	34.2389	-117.21838	1623			CA	071		
5322655	Ahwahnee Estates	ahwahnee-estates	US		0	America/Los_Angeles	37.37078	-119.70377	697			CA	039		
5322662	Ahwin (historical)	ahwin-historical	US		0	America/Los_Angeles	34.46027	-120.02431	14	Ahwin (historical),Ajuahuilashmu		CA	083		
5322668	Ailsa (historical)	ailsa-historical	US		0	America/Los_Angeles	34.06668	-117.4356	342	Ailsa (historical),Aliso		CA	071		
5322714	Al Tahoe	al-tahoe	US		0	America/Los_Angeles	38.94185	-119.98351	1906	Al Tahoe,Rowlands		CA	017		
5322719	Alabama Hill	alabama-hill	US		0	America/Los_Angeles	38.35491	-120.59187	906			CA	009		
5322721	Alabama Hills	alabama-hills	US		0	America/Los_Angeles	36.56771	-118.08981	1382			CA	027		
5322789	Alamitos	alamitos	US		0	America/Los_Angeles	37.2505	-121.86718	57			CA	085		
5322810	Alamo Oaks	alamo-oaks	US		0	America/Los_Angeles	37.83937	-121.99302	157			CA	013		
5322822	Alamorio	alamorio	US		0	America/Los_Angeles	32.97921	-115.46138	-40			CA	025		
5322866	Alberhill	alberhill	US		0	America/Los_Angeles	33.72724	-117.39976	376	Alberhil,Alberhill,Clayton		CA	065		
5322894	Albrae	albrae	US		0	America/Los_Angeles	37.49549	-121.98941	3	Albrae,Albrae Station		CA	001		
5322989	Alder Springs	alder-springs	US		0	America/Los_Angeles	37.06606	-119.40207	1349			CA	019		
5322990	Alder Springs	alder-springs	US		0	America/Los_Angeles	39.65099	-122.72555	1358	Alder Springs,Oriental		CA	021		
5322997	Alderglen Springs	alderglen-springs	US		0	America/Los_Angeles	38.83518	-123.05278	135	Alder Glen Springs,Alderglen Springs		CA	097		
5322999	Aldercroft Heights	aldercroft-heights	US		0	America/Los_Angeles	37.16078	-121.96885	312			CA	085		
5323012	Alessandro	alessandro	US		0	America/Los_Angeles	33.88613	-117.27032	468			CA	065		
5323036	Alemandra	alemandra	US		0	America/Los_Angeles	39.14878	-121.68802	17			CA	101		
5323043	Alfac (historical)	alfac-historical	US		0	America/Los_Angeles	36.0319	-119.30817	85			CA	107		
5323053	Algerine	algerine	US		0	America/Los_Angeles	37.91104	-120.38325	445			CA	109		
5323056	Algodon (historical)	algodon-historical	US		0	America/Los_Angeles	38.99017	-121.54302	16			CA	115		
5323059	Algoso	algoso	US		0	America/Los_Angeles	35.35968	-118.9251	131	Algoso,Weed Patch		CA	029		
5323118	Alico	alico	US		0	America/Los_Angeles	36.56966	-117.96314	1119			CA	027		
5323120	Alimur Park Mobile Home Park	alimur-park-mobile-home-park	US		0	America/Los_Angeles	36.98662	-121.96163	38			CA	087		
5323121	Alisal	alisal	US		0	America/Los_Angeles	36.67913	-121.61772	27			CA	053		
5323133	Aliso	aliso	US		0	America/Los_Angeles	33.72696	-117.83311	29			CA	059		
5323164	Aliso Village	aliso-village	US		0	America/Los_Angeles	34.04862	-118.22813	81			CA	037		
5323229	Alla	alla	US		0	America/Los_Angeles	33.98112	-118.4298	5			CA	037		
5323241	Allegro Heights	allegro-heights	US		0	America/Los_Angeles	36.97189	-122.03774	26	Allegro Heights,Escalona Heights		CA	087		
5323273	Allensworth	allensworth	US		471	America/Los_Angeles	35.86357	-119.389	64			CA	107		
5323283	Alliance Redwood	alliance-redwood	US		0	America/Los_Angeles	38.4338	-122.97305	57			CA	097		
5323291	Allied Gardens	allied-gardens	US		0	America/Los_Angeles	32.79283	-117.07864	103			CA	073		
5323312	Alma (historical)	alma-historical	US		0	America/Los_Angeles	37.18522	-121.98718	191			CA	087		
5323360	Almonte	almonte	US		0	America/Los_Angeles	37.88993	-122.52497	6	Almonte,Bay Junction,Mill Valley Junction		CA	041		
5323364	Aloha Mobile Village	aloha-mobile-village	US		0	America/Los_Angeles	37.35355	-122.01274	38			CA	085		
5323371	Alondra Park	alondra-park	US		8592	America/Los_Angeles	33.88946	-118.33091	16			CA	037		
5323397	Alpha (historical)	alpha-historical	US		0	America/Los_Angeles	39.33045	-120.78244	1260			CA	057		
5323398	Alpine Village	alpine-village	US		114	America/Los_Angeles	38.77296	-119.81796	1708	Alphine Village,Alpine Village		CA	003		
5323402	Alpine (historical)	alpine-historical	US		0	America/Los_Angeles	34.4375	-118.3373	586			CA	037		
5323437	Alpine Meadows	alpine-meadows	US		0	America/Los_Angeles	39.17852	-120.22769	1975	Alpine Meadows,Deer Park,Scotts Springs		CA	061		
5323449	Alpine Village	alpine-village	US		146	America/Los_Angeles	33.60614	-116.46974	1229			CA	065		
5323451	Alray	alray	US		0	America/Los_Angeles	34.32834	-117.48283	1042			CA	071		
5323452	Alsace	alsace	US		0	America/Los_Angeles	33.97862	-118.41563	5			CA	037		
5323457	Alta (historical)	alta-historical	US		0	America/Los_Angeles	32.77977	-116.98892	197			CA	073		
5323465	Alta Hill	alta-hill	US		0	America/Los_Angeles	39.22989	-121.07662	807			CA	057		
5323469	Alta Loma	alta-loma	US		0	America/Los_Angeles	34.12223	-117.59811	420	Alta Loma,Ioamosa		CA	071		
5323484	Alta Mesa	alta-mesa	US		0	America/Los_Angeles	37.39883	-122.13469	32			CA	085		
5323499	Alta Sierra	alta-sierra	US		7047	America/Los_Angeles	35.73126	-118.5539	1743			CA	029		
5323500	Alta Sierra	alta-sierra	US		6911	America/Los_Angeles	39.14156	-121.05384	704			CA	057		
5323503	Alta Sierra Estates	alta-sierra-estates	US		0	America/Los_Angeles	39.11406	-121.05523	682			CA	057		
5323504	Alta Sierra Ranches	alta-sierra-ranches	US		0	America/Los_Angeles	39.10434	-121.02467	575			CA	057		
5323508	Alta Vista (historical)	alta-vista-historical	US		0	America/Los_Angeles	36.05495	-118.96399	152			CA	107		
5323517	Alta Vista Park	alta-vista-park	US		0	America/Los_Angeles	39.22739	-121.06662	802			CA	057		
5323524	Altacanyada	altacanyada	US		0	America/Los_Angeles	34.22223	-118.21202	559	Alta Canyada,Altacanyada		CA	037		
5323539	Alpine Heights	alpine-heights	US		0	America/Los_Angeles	32.81811	-116.78086	570	Alpine Heights,Alpine Hills		CA	073		
5323549	Alten	alten	US		0	America/Los_Angeles	38.3813	-122.80638	31			CA	097		
5323566	Alum Rock	alum-rock	US		15536	America/Los_Angeles	37.36605	-121.82718	46			CA	085		
5323644	Amanico Ergina Village	amanico-ergina-village	US		0	America/Los_Angeles	37.78243	-122.43664	41			CA	075		
5323663	Amber Hills	amber-hills	US		0	America/Los_Angeles	34.14223	-117.20865	455			CA	071		
5323667	Ambler Park	ambler-park	US		0	America/Los_Angeles	36.57635	-121.72022	87			CA	053		
5323671	Ambrose (historical)	ambrose-historical	US		0	America/Los_Angeles	38.0352	-121.94996	5			CA	013		
5323726	American Hill (historical)	american-hill-historical	US		0	America/Los_Angeles	39.48379	-120.75939	1509			CA	091		
5323767	Americana Mobile Home Park	americana-mobile-home-park	US		0	America/Los_Angeles	33.75418	-117.96256	17			CA	059		
5323781	Amesti	amesti	US		3478	America/Los_Angeles	36.96356	-121.77912	45			CA	087		
5323792	Amos	amos	US		0	America/Los_Angeles	33.11809	-115.25581	80	Amos,Mammoth		CA	025		
5323795	Ampere	ampere	US		0	America/Los_Angeles	38.10242	-121.24328	17			CA	077		
5323818	Anaheim Hills	anaheim-hills	US		0	America/Los_Angeles	33.84446	-117.77728	127			CA	059		
5323827	Anaheim Mobile Home Estates	anaheim-mobile-home-estates	US		0	America/Los_Angeles	33.81529	-117.99673	21			CA	059		
5323830	Anaheim Royal Mobile Home Park	anaheim-royal-mobile-home-park	US		0	America/Los_Angeles	33.85335	-117.887	60			CA	059		
5323832	Anaheim Shores	anaheim-shores	US		0	America/Los_Angeles	33.85279	-117.94867	38			CA	059		
5323853	Anchor Bay	anchor-bay	US		340	America/Los_Angeles	38.80269	-123.57779	32	Anchor Bay,Anchor Bay Settlement		CA	045		
5323931	Andersonia	andersonia	US		0	America/Los_Angeles	39.97793	-123.80725	165			CA	045		
5323935	Andover (historical)	andover-historical	US		0	America/Los_Angeles	39.30185	-120.25742	1921			CA	061		
5323937	Andrade Corner	andrade-corner	US		0	America/Los_Angeles	34.6486	-118.37702	1040	Andrade Corner,Talamantes		CA	037		
5323968	Andry Mobile Home Park	andry-mobile-home-park	US		0	America/Los_Angeles	37.68271	-122.39775	59			CA	081		
5324000	Angelino Heights	angelino-heights	US		0	America/Los_Angeles	34.07029	-118.2548	153	Angeleno Heights,Angelino Heights		CA	037		
5324026	Angiola	angiola	US		0	America/Los_Angeles	35.98912	-119.47595	62			CA	107		
5324076	Annette	annette	US		0	America/Los_Angeles	35.6508	-120.17903	670	Annette,Palo Prieto		CA	029		
5324092	Ansel	ansel	US		0	America/Los_Angeles	34.90498	-118.15424	767			CA	029		
5324106	Antelope (historical)	antelope-historical	US		0	America/Los_Angeles	39.70685	-120.03631	1523			CA	091		
5324107	Antelope Acres	antelope-acres	US		0	America/Los_Angeles	34.75443	-118.28952	739			CA	037		
5324118	Antelope Center	antelope-center	US		0	America/Los_Angeles	34.57999	-117.96923	807			CA	037		
5324130	Antelope Hills	antelope-hills	US		0	America/Los_Angeles	33.60558	-117.16698	468			CA	065		
5324178	Antes	antes	US		0	America/Los_Angeles	36.30856	-119.13066	123			CA	107		
5324240	Antonio	antonio	US		0	America/Los_Angeles	34.83526	-120.56989	76			CA	083		
5324371	Apple Valley Estates	apple-valley-estates	US		0	America/Los_Angeles	38.01103	-120.3288	743			CA	109		
5324376	Apple Valley Highlands	apple-valley-highlands	US		0	America/Los_Angeles	34.39111	-117.21754	965			CA	071		
5324424	Arabian Gardens Mobile Home Park	arabian-gardens-mobile-home-park	US		0	America/Los_Angeles	33.73058	-116.2414	3			CA	065		
5324440	Arastraville	arastraville	US		0	America/Los_Angeles	37.99798	-120.22685	953			CA	109		
5324443	Araz Junction	araz-junction	US		0	America/Los_Angeles	32.74727	-114.7144	62			CA	025		
5324446	Arbios	arbios	US		0	America/Los_Angeles	36.77662	-120.39795	52			CA	019		
5324447	Arboga	arboga	US		0	America/Los_Angeles	39.05128	-121.5558	17			CA	115		
5324449	Arbolada	arbolada	US		0	America/Los_Angeles	34.44972	-119.25817	258			CA	111		
5324453	Arbor	arbor	US		0	America/Los_Angeles	37.96159	-121.72329	30			CA	013		
5324469	Arbee	arbee	US		0	America/Los_Angeles	39.211	-121.99581	17			CA	011		
5324522	Arcilla	arcilla	US		0	America/Los_Angeles	33.78335	-117.47949	292			CA	065		
5324545	Arden Town	arden-town	US		0	America/Los_Angeles	38.57407	-121.38301	18	Arden,Arden Town,Arden-Arcade		CA	067		
5324572	Argentine (historical)	argentine-historical	US		0	America/Los_Angeles	39.92462	-120.77245	1411	Argentine (historical),Greenhorn Diggings		CA	063		
5324592	Argus	argus	US		0	America/Los_Angeles	35.74718	-117.39534	503			CA	071		
5324616	Arguello	arguello	US		0	America/Los_Angeles	34.57832	-120.64295	36			CA	083		
5324628	Arlight	arlight	US		0	America/Los_Angeles	34.57776	-120.63934	71			CA	083		
5324635	Arlanza	arlanza	US		0	America/Los_Angeles	33.94279	-117.4656	226	Arlanza,Arlanza Village		CA	065		
5324650	Arlington Station	arlington-station	US		0	America/Los_Angeles	33.91418	-117.44116	249			CA	065		
5324665	Armistead	armistead	US		0	America/Los_Angeles	35.54773	-117.92757	935			CA	029		
5324696	Arno (historical)	arno-historical	US		0	America/Los_Angeles	38.33325	-121.33662	10			CA	067		
5324700	Arnold (historical)	arnold-historical	US		0	America/Los_Angeles	37.76298	-120.74187	75			CA	099		
5324709	Arnold Heights	arnold-heights	US		0	America/Los_Angeles	33.89363	-117.27893	475			CA	065		
5324752	Arrowbear Lake	arrowbear-lake	US		0	America/Los_Angeles	34.21084	-117.08337	1855			CA	071		
5324756	Arrowhead	arrowhead	US		0	America/Los_Angeles	34.14779	-117.28727	377			CA	071		
5324759	Arrowhead Equestrian Estates	arrowhead-equestrian-estates	US		0	America/Los_Angeles	34.35778	-117.24977	913			CA	071		
5324760	Arrowhead Farms	arrowhead-farms	US		0	America/Los_Angeles	34.17195	-117.30282	419			CA	071		
5324761	Arrowhead Highlands	arrowhead-highlands	US		0	America/Los_Angeles	34.23001	-117.26282	1515			CA	071		
5324763	Arrowhead Junction	arrowhead-junction	US		0	America/Los_Angeles	34.94278	-114.82442	504	Arrowhead Junction,Searchlight Junction		CA	071		
5324776	Arrowhead Springs	arrowhead-springs	US		0	America/Los_Angeles	34.18668	-117.26171	609	Arrow Head Springs,Arrowhead Springs		CA	071		
5324800	Arroyo Fairways Mobile Home Club	arroyo-fairways-mobile-home-club	US		0	America/Los_Angeles	33.74585	-116.91197	531			CA	065		
5324816	Arroyo Mobile Home Park	arroyo-mobile-home-park	US		0	America/Los_Angeles	34.37333	-119.30706	90			CA	111		
5324848	Arroyo Vista	arroyo-vista	US		0	America/Los_Angeles	38.72324	-121.05467	297			CA	017		
5324855	Arroz	arroz	US		0	America/Los_Angeles	38.62074	-121.97108	49			CA	113		
5324892	Arts Trailer Court	arts-trailer-court	US		0	America/Los_Angeles	34.22362	-119.14066	24			CA	111		
5324895	Arundel (historical)	arundel-historical	US		0	America/Los_Angeles	37.44855	-120.59936	49			CA	047		
5324909	Arvin Mobile Home Estates	arvin-mobile-home-estates	US		0	America/Los_Angeles	35.2133	-118.82538	139			CA	029		
5324942	Asco	asco	US		0	America/Los_Angeles	37.68299	-121.87273	107			CA	001		
5324949	Ash (historical)	ash-historical	US		0	America/Los_Angeles	37.06883	-120.30406	62			CA	039		
5324957	Ash Hill	ash-hill	US		0	America/Los_Angeles	34.70693	-116.05501	592			CA	071		
5325003	Ashford Mill (historical)	ashford-mill-historical	US		0	America/Los_Angeles	35.91885	-116.68476	-37			CA	027		
5325013	Ashford Junction	ashford-junction	US		0	America/Los_Angeles	35.90968	-116.67337	-36			CA	027		
5325019	Ashrama	ashrama	US		0	America/Los_Angeles	37.30716	-121.46966	647			CA	085		
5325057	Aspen Springs	aspen-springs	US		65	America/Los_Angeles	37.55465	-118.71318	2167			CA	051		
5325059	Aspen Valley	aspen-valley	US		0	America/Los_Angeles	37.82742	-119.77129	1878			CA	109		
5325061	Aspendell	aspendell	US		0	America/Los_Angeles	37.23799	-118.59845	2563			CA	027		
5325062	Asphalt Mines (historical)	asphalt-mines-historical	US		0	America/Los_Angeles	35.19359	-120.61045	58			CA	079		
5325063	Asphalto (historical)	asphalto-historical	US		0	America/Los_Angeles	35.30469	-119.60096	284			CA	029		
5325102	Asti	asti	US		0	America/Los_Angeles	38.76296	-122.97305	86	Asti,Truetts Station		CA	097		
5325106	Asuncion	asuncion	US		0	America/Los_Angeles	35.51497	-120.67934	257	Ascension,Asuncion		CA	079		
5325109	Asylum	asylum	US		0	America/Los_Angeles	39.1335	-123.20056	185			CA	045		
5325157	Athlone	athlone	US		0	America/Los_Angeles	37.208	-120.35796	63			CA	047		
5325182	Atolia	atolia	US		0	America/Los_Angeles	35.31469	-117.60923	1006			CA	071		
5325204	Atchison Village	atchison-village	US		0	America/Los_Angeles	37.93354	-122.37164	4			CA	013		
5325229	Auburn Hills Mobile Estates	auburn-hills-mobile-estates	US		0	America/Los_Angeles	38.92601	-121.08828	426			CA	061		
5325230	Auburn Lake Trails	auburn-lake-trails	US		3426	America/Los_Angeles	38.91434	-120.95244	584			CA	017		
5325256	August	august	US		8390	America/Los_Angeles	37.97881	-121.26217	8			CA	077		
5325259	Aukum	aukum	US		0	America/Los_Angeles	38.55713	-120.7266	657	Aukum,Aukum Fork,Mount Aukum,Mt. Aukum		CA	017		
5325263	Auld (historical)	auld-historical	US		0	America/Los_Angeles	33.58614	-117.06142	448			CA	065		
5325267	Aurant	aurant	US		0	America/Los_Angeles	34.07807	-118.16424	132			CA	037		
5325310	Avalon Gardens	avalon-gardens	US		0	America/Los_Angeles	33.95724	-118.26313	40			CA	037		
5325319	Avalon Village	avalon-village	US		0	America/Los_Angeles	33.8128	-118.26396	12			CA	037		
5325326	Avena	avena	US		0	America/Los_Angeles	37.84298	-121.06633	24	Avena,Ellsworth		CA	077		
5325368	Avinsino Corner	avinsino-corner	US		0	America/Los_Angeles	38.69352	-120.6766	757			CA	017		
5325369	Avocado	avocado	US		0	America/Los_Angeles	36.78939	-119.40402	152			CA	019		
5325372	Avocado Heights	avocado-heights	US		15411	America/Los_Angeles	34.03612	-117.99118	103			CA	037		
5325422	Azure Vista	azure-vista	US		0	America/Los_Angeles	32.71949	-117.26309	0			CA	073		
5325544	Badger Hill (historical)	badger-hill-historical	US		0	America/Los_Angeles	39.3835	-121.02551	778			CA	057		
5325557	Badwater	badwater	US		0	America/Los_Angeles	36.22967	-116.76699	-81			CA	027		
5325576	Bahia	bahia	US		0	America/Los_Angeles	38.09659	-122.10302	2	Bahia,Benicia Junction,Goodyear		CA	095		
5325579	Bahia Trailer Villa	bahia-trailer-villa	US		0	America/Los_Angeles	33.77196	-117.91284	32			CA	059		
5325595	Bailey Flats (historical)	bailey-flats-historical	US		0	America/Los_Angeles	37.343	-119.8121	319	Bailey Flats (historical),Baley Flats		CA	039		
5325607	Bailhache	bailhache	US		0	America/Los_Angeles	38.60352	-122.85472	31			CA	097		
5325690	Balance Rock	balance-rock	US		0	America/Los_Angeles	35.80606	-118.65203	1264			CA	107		
5325695	Balboa	balboa	US		0	America/Los_Angeles	33.58697	-117.90089	20			CA	059		
5325707	Balboa Island	balboa-island	US		0	America/Los_Angeles	33.59447	-117.89172	-3			CA	059		
5325728	Balch	balch	US		0	America/Los_Angeles	35.04276	-116.02751	311			CA	071		
5325730	Balch Camp	balch-camp	US		0	America/Los_Angeles	36.903	-119.12317	388			CA	019		
5325841	Balderson Station	balderson-station	US		0	America/Los_Angeles	38.93462	-120.7541	1004	Balderson Station,Bolderston Station		CA	017		
5325863	Baldwin Lake	baldwin-lake	US		0	America/Los_Angeles	34.27945	-116.79725	2058			CA	071		
5325880	Baldy Mesa	baldy-mesa	US		0	America/Los_Angeles	34.45916	-117.45116	1063			CA	071		
5325892	Bale	bale	US		0	America/Los_Angeles	38.55407	-122.51054	86			CA	055		
5325898	Bali-Hi Mobile Home Lodge	bali-hi-mobile-home-lodge	US		0	America/Los_Angeles	33.74168	-117.92395	20			CA	059		
5325911	Ballarat	ballarat	US		0	America/Los_Angeles	36.04773	-117.22339	329			CA	027		
5325924	Ballena	ballena	US		0	America/Los_Angeles	33.06532	-116.74669	759			CA	073		
5325943	Ballou	ballou	US		0	America/Los_Angeles	34.04918	-117.607	275	Ballou,Ballou Spur		CA	071		
5325958	Baltimore (historical)	baltimore-historical	US		0	America/Los_Angeles	39.01518	-120.83021	875			CA	061		
5325964	Baltimore Park	baltimore-park	US		0	America/Los_Angeles	37.93076	-122.53248	13			CA	041		
5325969	Bamom (historical)	bamom-historical	US		0	America/Los_Angeles	38.66518	-120.92605	434			CA	017		
5325971	Bonadelle Ranchos	bonadelle-ranchos	US		0	America/Los_Angeles	36.96661	-119.89404	103	Banadelle Ranchos,Bonadelle Ranchos		CA	039		
5325983	Bancroft Point	bancroft-point	US		0	America/Los_Angeles	32.737	-116.98558	234			CA	073		
5325990	Bandini	bandini	US		0	America/Los_Angeles	33.98224	-118.11812	53			CA	037		
5325991	Bandini	bandini	US		0	America/Los_Angeles	34.00668	-118.16785	47			CA	037		
5325999	Baltimore Town	baltimore-town	US		0	America/Los_Angeles	39.38768	-120.54021	2279	Baltimore Town,Wightman's Camp		CA	057		
5326000	Bangle	bangle	US		0	America/Los_Angeles	33.82446	-118.22868	8			CA	037		
5326014	Banner (historical)	banner-historical	US		0	America/Los_Angeles	36.37189	-119.66402	79			CA	031		
5326018	Banner Crest	banner-crest	US		0	America/Los_Angeles	39.23545	-121.01911	918			CA	057		
5326051	Bannockburn Village	bannockburn-village	US		0	America/Los_Angeles	33.97752	-117.33254	316			CA	065		
5326057	Banta	banta	US		0	America/Los_Angeles	37.75437	-121.37078	7			CA	077		
5326087	Bar J Ranch	bar-j-ranch	US		0	America/Los_Angeles	38.66185	-121.01078	364			CA	017		
5326104	Barber	barber	US		0	America/Los_Angeles	39.71461	-121.83553	58			CA	007		
5326110	Barber City	barber-city	US		0	America/Los_Angeles	33.75891	-118.02423	10			CA	059		
5326123	Bardi	bardi	US		0	America/Los_Angeles	37.76465	-121.16522	16	Bardi,Weston		CA	077		
5326125	Bardsdale	bardsdale	US		0	America/Los_Angeles	34.37167	-118.93288	131	Bardsdale,Stringtown		CA	111		
5326161	Barkerville (historical)	barkerville-historical	US		0	America/Los_Angeles	39.15434	-122.56248	452			CA	033		
5326227	Barona	barona	US		0	America/Los_Angeles	32.93588	-116.86808	409			CA	073		
5326234	Baronet Estates	baronet-estates	US		0	America/Los_Angeles	36.56302	-121.75495	157			CA	053		
5326274	Barrett Junction	barrett-junction	US		0	America/Los_Angeles	32.61145	-116.70724	261	Barrett,Barrett Junction		CA	073		
5326284	Barrio Logan	barrio-logan	US		0	America/Los_Angeles	32.69755	-117.14198	15			CA	073		
5326286	Barro	barro	US		0	America/Los_Angeles	38.52602	-122.49276	72			CA	055		
5327796	Berryessa Highlands	berryessa-highlands	US		0	America/Los_Angeles	38.51463	-122.18775	196			CA	055		
5326305	Barstow Heights	barstow-heights	US		24202	America/Los_Angeles	34.86971	-117.05615	780			CA	071		
5326313	Barsug	barsug	US		0	America/Los_Angeles	34.95748	-120.57295	27			CA	083		
5326334	Bartlett Springs	bartlett-springs	US		0	America/Los_Angeles	39.18378	-122.70443	654			CA	033		
5326339	Bartolo	bartolo	US		0	America/Los_Angeles	34.0064	-118.06229	62			CA	037		
5326340	Bartolo (historical)	bartolo-historical	US		0	America/Los_Angeles	34.01946	-118.04396	68			CA	037		
5326421	Bass Lake Annex	bass-lake-annex	US		0	America/Los_Angeles	37.27134	-119.53403	1027			CA	039		
5326437	Bassetts	bassetts	US		0	America/Los_Angeles	39.61962	-120.58744	1688			CA	091		
5326461	Bath (historical)	bath-historical	US		0	America/Los_Angeles	39.03601	-120.79327	1049	Bath (historical),Sarahsville,Volcano		CA	061		
5326515	Batto	batto	US		0	America/Los_Angeles	38.28353	-122.43692	27			CA	097		
5326526	Baumberg	baumberg	US		0	America/Los_Angeles	37.62077	-122.10024	4	Arff Station,Baumberg,Baumberg Station		CA	001		
5326537	Baxter (historical)	baxter-historical	US		0	America/Los_Angeles	35.04304	-116.28919	369			CA	071		
5326558	Bay Park	bay-park	US		0	America/Los_Angeles	32.78172	-117.20642	8			CA	073		
5326561	Bay Point	bay-point	US		21534	America/Los_Angeles	38.02909	-121.96163	27			CA	013		
5326571	Bay Shores	bay-shores	US		0	America/Los_Angeles	33.61474	-117.91089	3			CA	059		
5326600	Bayliss	bayliss	US		0	America/Los_Angeles	39.58266	-122.04581	34			CA	021		
5326603	Bayo Vista	bayo-vista	US		0	America/Los_Angeles	38.03687	-122.26136	5			CA	013		
5326620	Bayside Village	bayside-village	US		0	America/Los_Angeles	32.78144	-117.20337	17			CA	073		
5326626	Bayview District	bayview-district	US		0	America/Los_Angeles	37.7341	-122.39136	22			CA	075		
5326638	Baywood Park	baywood-park	US		0	America/Los_Angeles	35.32636	-120.83518	9	Baywood Park,El Moro		CA	079		
5326645	Bayshore	bayshore	US		0	America/Los_Angeles	37.70632	-122.4133	14	Bay Shore,Bayshore		CA	081		
5326656	Beach West Mobile Home Estates	beach-west-mobile-home-estates	US		0	America/Los_Angeles	33.7764	-117.99145	17			CA	059		
5326658	Beachview Mobile Home Park	beachview-mobile-home-park	US		0	America/Los_Angeles	33.71168	-118.00145	5			CA	059		
5326659	Beachwood Trailer Park	beachwood-trailer-park	US		0	America/Los_Angeles	33.46669	-117.67505	12			CA	059		
5326668	Beacon Station	beacon-station	US		0	America/Los_Angeles	35.13248	-116.20891	448			CA	071		
5326681	Bealville	bealville	US		0	America/Los_Angeles	35.27218	-118.6262	552			CA	029		
5326687	Bean (historical)	bean-historical	US		0	America/Los_Angeles	36.13773	-119.58512	64			CA	031		
5326928	Bear River Pines	bear-river-pines	US		0	America/Los_Angeles	39.16934	-120.968	763			CA	057		
5326968	Bear Valley	bear-valley	US		121	America/Los_Angeles	38.46463	-120.03991	2164			CA	003		
5326973	Bear Valley	bear-valley	US		125	America/Los_Angeles	37.56882	-120.11935	626	Bear Valley,Johnsonville		CA	043		
5326985	Bear Valley (historical)	bear-valley-historical	US		0	America/Los_Angeles	39.30934	-120.68438	1393			CA	057		
5327003	Bear Valley Springs	bear-valley-springs	US		5172	America/Los_Angeles	35.15913	-118.62842	1256			CA	029		
5327112	Beatty Junction	beatty-junction	US		0	America/Los_Angeles	36.588	-116.94311	-57			CA	027		
5327194	Bee Rock	bee-rock	US		0	America/Los_Angeles	35.78719	-120.93907	286			CA	079		
5327233	Beeks Place	beeks-place	US		0	America/Los_Angeles	33.82029	-117.63866	863			CA	059		
5327268	Bel Aire	bel-aire	US		0	America/Los_Angeles	37.90131	-122.49914	6			CA	041		
5327272	Bel Marin Keys	bel-marin-keys	US		0	America/Los_Angeles	38.08214	-122.5147	3			CA	041		
5327283	Belfast (historical)	belfast-historical	US		0	America/Los_Angeles	35.04526	-116.10168	297			CA	071		
5327285	Belfort	belfort	US		0	America/Los_Angeles	38.41631	-119.2671	3112			CA	051		
5327839	Betabel (historical)	betabel-historical	US		0	America/Los_Angeles	36.89745	-121.56328	47			CA	085		
5327907	Bethany Park	bethany-park	US		0	America/Los_Angeles	37.07578	-121.99302	253			CA	087		
5327332	Bell Harbor Mobile Home Park	bell-harbor-mobile-home-park	US		0	America/Los_Angeles	36.9619	-121.97218	9			CA	087		
5327341	Bell Mountain	bell-mountain	US		0	America/Los_Angeles	34.62416	-117.20699	941			CA	071		
5327362	Bell Springs	bell-springs	US		0	America/Los_Angeles	39.95182	-123.5853	1104			CA	045		
5327380	Bella Vista Park	bella-vista-park	US		0	America/Los_Angeles	39.24434	-121.05078	866			CA	057		
5327397	Belle Monte	belle-monte	US		0	America/Los_Angeles	37.5191	-122.29691	73			CA	081		
5327403	Belleview Acres	belleview-acres	US		0	America/Los_Angeles	38.01576	-120.27908	817			CA	109		
5327410	Bellevue (historical)	bellevue-historical	US		0	America/Los_Angeles	37.36105	-120.48991	54			CA	047		
5327415	Bellevue Heights	bellevue-heights	US		0	America/Los_Angeles	34.57027	-117.2806	871			CA	071		
5327437	Bellota	bellota	US		0	America/Los_Angeles	38.05298	-121.01383	40	Bellota,Belota,Donnel,Fisher's Bridge		CA	077		
5327440	Bells Bar (historical)	bells-bar-historical	US		0	America/Los_Angeles	39.86573	-120.75189	1240			CA	063		
5327441	Belltown	belltown	US		0	America/Los_Angeles	34.01168	-117.38338	256	Belltown,West Riverside		CA	065		
5327446	Bellview Park Mobile Home Park	bellview-park-mobile-home-park	US		0	America/Los_Angeles	33.10865	-117.07531	203			CA	073		
5327447	Bellwood Estates	bellwood-estates	US		0	America/Los_Angeles	38.02048	-120.30075	879			CA	109		
5327478	Belmont Shore	belmont-shore	US		0	America/Los_Angeles	33.75724	-118.13701	3			CA	037		
5327486	Beltaine (historical)	beltaine-historical	US		0	America/Los_Angeles	38.38797	-122.52276	112			CA	097		
5327489	Belvedere	belvedere	US		2072	America/Los_Angeles	34.04057	-118.16924	93			CA	037		
5327490	Belvedere	belvedere	US		2121	America/Los_Angeles	37.8727	-122.46442	11	Belvedere,Belvedere Tiburon,Belvedir,bei er wei dai lei,belabhedere,beruvu~edia,blwdr  kalyfrnya,bylfydyry,Белведере,Белведир,بلودر، کالیفرنیا,بيلفيديري,बेलभेडेरे,ベルヴェディア,贝尔韦代雷		CA	041		
5327496	Belvedere Gardens	belvedere-gardens	US		0	America/Los_Angeles	34.02779	-118.16285	70			CA	037		
5327497	Belvedere Heights	belvedere-heights	US		0	America/Los_Angeles	33.98363	-117.31088	377			CA	065		
5327509	Ben Ali	ben-ali	US		0	America/Los_Angeles	38.62185	-121.42245	16			CA	067		
5327542	Bender (historical)	bender-historical	US		0	America/Los_Angeles	36.45967	-119.93598	63			CA	019		
5327570	Benito	benito	US		0	America/Los_Angeles	36.82162	-120.43628	49			CA	019		
5327625	Bennettville (historical)	bennettville-historical	US		0	America/Los_Angeles	37.93743	-119.26043	2986	Bennett City,Bennettville (historical),Tioga		CA	051		
5327646	Benton Crossing	benton-crossing	US		0	America/Los_Angeles	37.6991	-118.76402	2081			CA	051		
5327648	Benton Hot Springs	benton-hot-springs	US		0	America/Los_Angeles	37.80021	-118.52901	1716	Benton,Benton Hot Springs,Hot Springs,Old Benton		CA	051		
5327667	Berenda	berenda	US		0	America/Los_Angeles	37.04022	-120.1535	77	Berenda,Berendo,Berrenda,Berrendo		CA	039		
5327717	Bermuda Dunes	bermuda-dunes	US		7282	America/Los_Angeles	33.7428	-116.28918	29	UDD		CA	065		
5327720	Bermuda Palms Mobile Park	bermuda-palms-mobile-park	US		0	America/Los_Angeles	33.7103	-116.25473	11			CA	065		
5327747	Bernice (historical)	bernice-historical	US		0	America/Los_Angeles	33.10726	-115.50915	-52			CA	025		
5327788	Berrydale Trailer Park	berrydale-trailer-park	US		0	America/Los_Angeles	33.77307	-117.9045	34			CA	059		
5327789	Berryessa	berryessa	US		0	America/Los_Angeles	37.38633	-121.86051	45	Berreyesa,Berryessa,Beryessa		CA	085		
5328009	Betteravia	betteravia	US		0	America/Los_Angeles	34.91776	-120.51489	47			CA	083		
5328010	Betteravia Junction	betteravia-junction	US		0	America/Los_Angeles	34.92748	-120.53378	40			CA	083		
5328023	Beulah Park	beulah-park	US		0	America/Los_Angeles	37.01134	-122.02357	139			CA	087		
5328034	Beveridge	beveridge	US		0	America/Los_Angeles	36.70438	-117.91508	1703			CA	027		
5328039	Beverly Glen	beverly-glen	US		0	America/Los_Angeles	34.10779	-118.44564	235			CA	037		
5328104	Bidwell (historical)	bidwell-historical	US		0	America/Los_Angeles	39.55683	-121.46552	275			CA	007		
5328105	Bidwell Bar (historical)	bidwell-bar-historical	US		0	America/Los_Angeles	39.55655	-121.44136	275	Bedwells Bar,Bidwell Bar (historical),Bidwells Bar		CA	007		
5328207	Big Bunch	big-bunch	US		0	America/Los_Angeles	36.75717	-119.53819	121			CA	019		
5328368	Big Meadow	big-meadow	US		0	America/Los_Angeles	38.41491	-120.11519	1999	Big Meadow,Big Meadows		CA	009		
5328451	Big Pines	big-pines	US		0	America/Los_Angeles	34.37889	-117.69006	2094			CA	037		
5328472	Big Ripples (historical)	big-ripples-historical	US		0	America/Los_Angeles	39.62711	-121.49247	275			CA	007		
5328486	Big River	big-river	US		1327	America/Los_Angeles	34.14002	-114.36134	134			CA	071		
5328497	Big Rock Springs	big-rock-springs	US		0	America/Los_Angeles	34.43528	-117.83562	1197	Big Rock Springs,Valyermo		CA	037		
5328578	Big Trees	big-trees	US		0	America/Los_Angeles	38.27742	-120.31047	1441	Big Trees,Bigtrees		CA	009		
5328586	Big Trees Village	big-trees-village	US		0	America/Los_Angeles	38.30964	-120.26158	1574			CA	009		
5328595	Big Valley	big-valley	US		0	America/Los_Angeles	38.13186	-120.42798	657			CA	009		
5328658	Bihlman (historical)	bihlman-historical	US		0	America/Los_Angeles	39.26433	-121.66191	23			CA	101		
5328659	Bijou	bijou	US		0	America/Los_Angeles	38.94657	-119.96851	1903	Bijou,Taylors Landing		CA	017		
5328663	Bijou Park	bijou-park	US		0	America/Los_Angeles	38.94935	-119.95879	1901			CA	017		
5328722	Binney Junction	binney-junction	US		0	America/Los_Angeles	39.15739	-121.59024	19			CA	115		
5328726	Biola Junction	biola-junction	US		0	America/Los_Angeles	36.80078	-119.86876	91			CA	019		
5328748	Birch Meadow Acres	birch-meadow-acres	US		0	America/Los_Angeles	39.15462	-121.0255	691			CA	057		
5328757	Birchville	birchville	US		0	America/Los_Angeles	39.32767	-121.1444	538	Birchville,Birchy,Johnson's Diggings		CA	057		
5328845	Bishop Trail Park	bishop-trail-park	US		0	America/Los_Angeles	37.36243	-118.39233	1263			CA	027		
5328850	Biskra Palms	biskra-palms	US		0	America/Los_Angeles	33.79002	-116.25306	95			CA	065		
5328851	Bismarck (historical)	bismarck-historical	US		0	America/Los_Angeles	34.96582	-116.85948	934			CA	071		
5328858	Bit-O-Home Trailer Park	bit-o-home-trailer-park	US		0	America/Los_Angeles	33.73724	-117.93478	18			CA	059		
5328860	Bitney Corner	bitney-corner	US		0	America/Los_Angeles	39.23184	-121.10884	718			CA	057		
5328862	Bissell	bissell	US		0	America/Los_Angeles	34.9947	-118.00229	772			CA	029		
5328872	Bitterwater	bitterwater	US		0	America/Los_Angeles	36.38024	-121.00269	460	Bitter Water,Bitterwater		CA	069		
5328896	Bixby Knolls	bixby-knolls	US		0	America/Los_Angeles	33.83557	-118.17674	27			CA	037		
5328906	Bixler	bixler	US		0	America/Los_Angeles	37.9402	-121.62217	2			CA	013		
5329006	Black Jack Bluffs	black-jack-bluffs	US		0	America/Los_Angeles	37.88965	-120.58409	219			CA	109		
5329025	Black Meadow Landing	black-meadow-landing	US		0	America/Los_Angeles	34.35196	-114.19773	147			CA	071		
5329109	Black Oaks	black-oaks	US		0	America/Los_Angeles	38.83074	-122.83249	611			CA	097		
5329115	Black Point	black-point	US		0	America/Los_Angeles	38.1102	-122.50553	12	Black Point,Grandview,Grandview Terrace		CA	041		
5329204	Blackhawk	blackhawk	US		9354	America/Los_Angeles	37.82076	-121.90774	304	Blackhawk-Camino Tassajara		CA	013		
5329222	Blackrock	blackrock	US		0	America/Los_Angeles	36.9291	-118.23343	1167			CA	027		
5329233	Blackslough Landing	blackslough-landing	US		0	America/Los_Angeles	37.99437	-121.41884	0			CA	077		
5329249	Blackwells Corner	blackwells-corner	US		0	America/Los_Angeles	35.61496	-119.86791	198			CA	029		
5329272	Blairsden	blairsden	US		39	America/Los_Angeles	39.78101	-120.61661	1340			CA	063		
5329287	Blakes Landing	blakes-landing	US		0	America/Los_Angeles	38.19436	-122.91944	0			CA	041		
5329328	Blavo	blavo	US		0	America/Los_Angeles	39.57155	-121.73331	42			CA	007		
5329356	Blinzing (historical)	blinzing-historical	US		0	America/Los_Angeles	39.71377	-121.41358	279			CA	007		
5329357	Bliss (historical)	bliss-historical	US		0	America/Los_Angeles	39.27211	-121.59636	25			CA	115		
5329395	Bloomer (historical)	bloomer-historical	US		0	America/Los_Angeles	39.62433	-121.49136	275			CA	007		
5329434	Blossom Valley	blossom-valley	US		0	America/Los_Angeles	32.86394	-116.86058	306			CA	073		
5329456	Blue Canyon	blue-canyon	US		0	America/Los_Angeles	39.25712	-120.71105	1431	Blue Canon,Blue Canyon		CA	061		
5329502	Blue Hills	blue-hills	US		0	America/Los_Angeles	37.288	-122.03218	98			CA	085		
5329528	Blue Lake Junction	blue-lake-junction	US		0	America/Los_Angeles	38.25853	-120.33159	1250			CA	009		
5329530	Blue Lake Springs	blue-lake-springs	US		0	America/Los_Angeles	38.25964	-120.32409	1254			CA	009		
5329601	Blue Tent	blue-tent	US		0	America/Los_Angeles	39.31017	-120.97356	955			CA	057		
5329614	Bluegum	bluegum	US		0	America/Los_Angeles	39.58349	-122.19332	46			CA	021		
5329655	Blythe Marina Mobile Estates	blythe-marina-mobile-estates	US		0	America/Los_Angeles	33.6078	-114.53468	80			CA	065		
5329664	Boal	boal	US		0	America/Los_Angeles	32.61367	-117.0892	10			CA	073		
5329670	Blumenberg (historical)	blumenberg-historical	US		0	America/Los_Angeles	38.04853	-121.70662	2	Blumenberg (historical),Blumenburg		CA	067		
5329684	Boards Crossing	boards-crossing	US		0	America/Los_Angeles	38.30436	-120.23408	1174			CA	109		
5329721	Boca	boca	US		0	America/Los_Angeles	39.38602	-120.09409	1685			CA	057		
5329760	Bodie	bodie	US		0	America/Los_Angeles	38.21214	-119.01209	2554	Bodey,Bodi,Bodie,Body,bodi,Боди,Бодіе,बॉडी,ボディ,보디		CA	051		
5329816	Boiling Point	boiling-point	US		0	America/Los_Angeles	34.52221	-118.2623	964			CA	037		
5329853	Bolsa	bolsa	US		0	America/Los_Angeles	33.74502	-117.95506	16			CA	059		
5329869	Bolsa Knolls	bolsa-knolls	US		0	America/Los_Angeles	36.73385	-121.638	40			CA	053		
5329873	Bolsa Verde	bolsa-verde	US		0	America/Los_Angeles	33.74307	-117.96478	14			CA	059		
5329885	Bombay Beach	bombay-beach	US		295	America/Los_Angeles	33.35087	-115.72972	-68			CA	025		
5329900	Bonadelle Ranchos Five	bonadelle-ranchos-five	US		0	America/Los_Angeles	36.993	-119.98294	100			CA	039		
5329901	Bonadelle Ranchos Nine	bonadelle-ranchos-nine	US		0	America/Los_Angeles	36.95995	-119.7982	128			CA	039		
5329915	Bonanza Springs	bonanza-springs	US		0	America/Los_Angeles	38.86435	-122.68693	794			CA	033		
5329921	Bonds Corner	bonds-corner	US		0	America/Los_Angeles	32.69366	-115.33721	10	Bends Corner,Bonds Corner		CA	025		
5329944	Bonetti	bonetti	US		0	America/Los_Angeles	38.67463	-120.45464	1412			CA	017		
5329952	Bonilla	bonilla	US		0	America/Los_Angeles	38.27797	-122.43776	20			CA	097		
5329996	Bonnie Bell	bonnie-bell	US		0	America/Los_Angeles	33.94918	-116.64363	513			CA	065		
5330001	Bonnie View	bonnie-view	US		0	America/Los_Angeles	39.38238	-122.68499	897			CA	011		
5330003	Bonny Doon	bonny-doon	US		2678	America/Los_Angeles	37.04162	-122.15052	382	Bonney Doon,Bonnie Doon,Bonny Doon		CA	087		
5330016	Bonnefoy	bonnefoy	US		0	America/Los_Angeles	38.36047	-120.75105	389			CA	005		
5330019	Bontes (historical)	bontes-historical	US		0	America/Los_Angeles	39.78323	-120.623	1338			CA	063		
5330056	Bootjack	bootjack	US		960	America/Los_Angeles	37.46494	-119.88656	682			CA	043		
5330118	Boronda	boronda	US		1710	America/Los_Angeles	36.69885	-121.67495	19			CA	053		
5330123	Borosolvay	borosolvay	US		0	America/Los_Angeles	35.73495	-117.40172	514			CA	071		
5330130	Borrego	borrego	US		0	America/Los_Angeles	33.22115	-116.33418	153	Borego,Borrego		CA	073		
5330166	Boston Ravine	boston-ravine	US		0	America/Los_Angeles	39.20795	-121.06967	713			CA	057		
5330167	Bostonia	bostonia	US		15379	America/Los_Angeles	32.80755	-116.93642	148			CA	073		
5330175	Boston Heights	boston-heights	US		0	America/Los_Angeles	34.05973	-118.19535	118			CA	037		
5330180	Bothin (historical)	bothin-historical	US		0	America/Los_Angeles	38.00409	-122.61915	89	Bothin (historical),Bothin Camp		CA	041		
5330205	Boulder Bay	boulder-bay	US		0	America/Los_Angeles	34.23973	-116.94642	2066			CA	071		
5330241	Boulder Oaks	boulder-oaks	US		0	America/Los_Angeles	32.73172	-116.48474	961			CA	073		
5330242	Boulder Oaks	boulder-oaks	US		0	America/Los_Angeles	32.95727	-116.92558	445			CA	073		
5330244	Boulder Park	boulder-park	US		0	America/Los_Angeles	32.65895	-116.10085	891			CA	025		
5330251	Boulevard Gardens	boulevard-gardens	US		0	America/Los_Angeles	33.72696	-117.99062	8			CA	059		
5330283	Bouquet Junction	bouquet-junction	US		0	America/Los_Angeles	34.42277	-118.54064	354			CA	037		
5330314	Bowerbank	bowerbank	US		0	America/Los_Angeles	35.39941	-119.40845	91			CA	029		
5330325	Bowles	bowles	US		166	America/Los_Angeles	36.60412	-119.75097	85			CA	019		
5330349	Bowman Place	bowman-place	US		0	America/Los_Angeles	39.78932	-123.5628	714			CA	045		
5330410	Boyers Landing	boyers-landing	US		0	America/Los_Angeles	38.95156	-121.83913	11	Boyer's Landing,Boyers Landing		CA	011		
5330413	Boyle Heights	boyle-heights	US		92785	America/Los_Angeles	34.0339	-118.20535	103			CA	037		
5330422	Boys Republic	boys-republic	US		0	America/Los_Angeles	33.99696	-117.7245	215			CA	071		
5330434	Bracken Brae	bracken-brae	US		0	America/Los_Angeles	37.13939	-122.14385	204	Bracken Brae,Brackenbrae,Brakenbrae		CA	087		
5330443	Bradbury	bradbury	US		1089	America/Los_Angeles	34.14695	-117.9709	206	Bradburi,Bredberi,Brehdberi,bai pu li,bradbwry,brdbry  kalyfrnya,bryadabyuri,Брадбъри,Бредбери,Бредбері,Брэдбери,برادبوري,بردبری، کالیفرنیا,ब्र्याडब्युरी,白普理		CA	037		
5330482	Bradys	bradys	US		0	America/Los_Angeles	35.70218	-117.86868	763			CA	029		
5330489	Bragur	bragur	US		0	America/Los_Angeles	34.93526	-120.54656	34			CA	083		
5330532	Brandon Corner	brandon-corner	US		0	America/Los_Angeles	38.58574	-120.93438	228	Brandon Corner,Brandons		CA	017		
5330538	Brandy City	brandy-city	US		0	America/Los_Angeles	39.53767	-121.02523	1130	Brandy City,Strychnine City		CA	091		
5330555	Branson (historical)	branson-historical	US		0	America/Los_Angeles	33.0781	-116.61724	1218			CA	073		
5330591	Brea Chem	brea-chem	US		0	America/Los_Angeles	33.91696	-117.86923	123			CA	059		
5330620	Bredehoft Place	bredehoft-place	US		0	America/Los_Angeles	39.78266	-122.93945	1431			CA	045		
5330633	Brela	brela	US		0	America/Los_Angeles	38.57518	-120.96577	301			CA	017		
5330640	Brents Junction	brents-junction	US		0	America/Los_Angeles	34.14834	-118.69787	239			CA	037		
5330651	Brentwood Heights	brentwood-heights	US		0	America/Los_Angeles	34.06362	-118.4748	148			CA	037		
5330657	Brentwood Park	brentwood-park	US		0	America/Los_Angeles	38.04492	-120.24686	1113			CA	109		
5330658	Brentwood Park	brentwood-park	US		0	America/Los_Angeles	34.05501	-118.48814	131			CA	037		
5330691	Bretz Mill	bretz-mill	US		0	America/Los_Angeles	37.03745	-119.23984	998			CA	019		
5330704	Briarwood Canyon	briarwood-canyon	US		0	America/Los_Angeles	38.6749	-121.01494	378			CA	017		
5330707	Briceburg	briceburg	US		0	America/Los_Angeles	37.60493	-119.96684	347			CA	043		
5330731	Bridgedale	bridgedale	US		0	America/Los_Angeles	33.87835	-118.32868	13			CA	037		
5330732	Bridgehaven	bridgehaven	US		0	America/Los_Angeles	38.43353	-123.10084	15	Bridge Haven,Bridgehaven		CA	097		
5330733	Bridgehead	bridgehead	US		0	America/Los_Angeles	38.00492	-121.75551	11			CA	013		
5330768	Briggston (historical)	briggston-historical	US		0	America/Los_Angeles	38.5313	-121.74885	18			CA	095		
5330786	Brightside	brightside	US		0	America/Los_Angeles	37.5991	-121.9244	62	Brightside,Brightside Station		CA	001		
5330830	Britona (historical)	britona-historical	US		0	America/Los_Angeles	38.82435	-121.90886	13			CA	113		
5330843	Brito	brito	US		0	America/Los_Angeles	36.99245	-120.7088	33			CA	047		
5330854	Broadmoor	broadmoor	US		4176	America/Los_Angeles	37.6866	-122.48275	106			CA	081		
5330857	Broadmoor Village	broadmoor-village	US		0	America/Los_Angeles	37.68993	-122.48108	53	Broadmoor,Broadmoor Village		CA	081		
5330882	Broadwell	broadwell	US		0	America/Los_Angeles	34.87388	-116.19335	401			CA	071		
5330898	Brockmans Corner	brockmans-corner	US		0	America/Los_Angeles	37.37604	-118.43233	1294			CA	027		
5330910	Brockway Vista	brockway-vista	US		0	America/Los_Angeles	39.23796	-120.01519	1956			CA	061		
5330913	Broderick	broderick	US		0	America/Los_Angeles	38.59102	-121.51718	7	Broderick,Washington		CA	113		
5330926	Bronco	bronco	US		0	America/Los_Angeles	39.3863	-120.0227	1630			CA	057		
5330941	Brookfield Manor Mobile Home Park	brookfield-manor-mobile-home-park	US		0	America/Los_Angeles	33.6853	-117.95673	3			CA	059		
5330943	Brookfield Village	brookfield-village	US		0	America/Los_Angeles	37.73521	-122.18608	6			CA	001		
5330949	Brookhurst	brookhurst	US		0	America/Los_Angeles	33.84446	-117.95867	38			CA	059		
5330958	Brooklyn Heights	brooklyn-heights	US		0	America/Los_Angeles	34.04862	-118.21202	102			CA	037		
5330959	Brooklyn Heights	brooklyn-heights	US		0	America/Los_Angeles	32.7245	-117.13031	80			CA	073		
5330963	Bronge (historical)	bronge-historical	US		0	America/Los_Angeles	36.76467	-119.68264	103			CA	019		
5330993	Brooktrails	brooktrails	US		3235	America/Los_Angeles	39.44377	-123.38529	498			CA	045		
5331001	Brookvale Terrace Mobile Home Park	brookvale-terrace-mobile-home-park	US		0	America/Los_Angeles	36.98245	-121.94913	36			CA	087		
5331019	Brown	brown	US		0	America/Los_Angeles	35.77356	-117.85007	729	Brown,Front,Siding 18		CA	029		
5331080	Browns (historical)	browns-historical	US		0	America/Los_Angeles	34.09362	-117.14031	471			CA	071		
5331090	Browns Corner	browns-corner	US		0	America/Los_Angeles	38.67768	-121.80246	23	Browns Corner,Browns Corners		CA	113		
5331100	Browns Flat	browns-flat	US		0	America/Los_Angeles	38.00381	-120.38519	598	Brown's Flat,Browns Flat		CA	109		
5331137	Brownsville, Sharon Valley	brownsville-sharon-valley	US		0	America/Los_Angeles	39.47322	-121.26913	705			CA	115		
5331140	Brownstone (historical)	brownstone-historical	US		0	America/Los_Angeles	34.40944	-118.93482	139			CA	111		
5331168	Brush (historical)	brush-historical	US		0	America/Los_Angeles	39.69627	-121.4058	275			CA	007		
5331257	Bryants	bryants	US		0	America/Los_Angeles	38.71879	-120.47659	1350			CA	017		
5331260	Bryman	bryman	US		0	America/Los_Angeles	34.67471	-117.3456	770			CA	071		
5331266	Bryte	bryte	US		0	America/Los_Angeles	38.59463	-121.54162	7	Bryte,Riverbank		CA	113		
5331292	Buchli	buchli	US		0	America/Los_Angeles	38.21492	-122.33275	5			CA	055		
5331378	Buck Meadows	buck-meadows	US		31	America/Los_Angeles	37.8127	-120.06435	919			CA	043		
5331415	Buckeye Flat (historical)	buckeye-flat-historical	US		0	America/Los_Angeles	38.66935	-120.91299	424			CA	017		
5331463	Buckhorn Estates	buckhorn-estates	US		0	America/Los_Angeles	37.95326	-120.27269	895			CA	109		
5331492	Buckingham Park	buckingham-park	US		0	America/Los_Angeles	39.01545	-122.75805	431	Buckingham Park,Buckingham Peninsula		CA	033		
5331519	Bucks Lake	bucks-lake	US		10	America/Los_Angeles	39.87072	-121.18441	1573			CA	063		
5331524	Bucks Lodge	bucks-lodge	US		0	America/Los_Angeles	39.87544	-121.17468	1606			CA	063		
5331543	Bucktown	bucktown	US		0	America/Los_Angeles	38.39074	-122.02413	86			CA	095		
5331589	Buena Vista (historical)	buena-vista-historical	US		0	America/Los_Angeles	39.18906	-120.97328	802			CA	057		
5331620	Buena Vista Mobile Home Park	buena-vista-mobile-home-park	US		0	America/Los_Angeles	35.14497	-119.46817	306			CA	029		
5331648	Buffalo Hill	buffalo-hill	US		0	America/Los_Angeles	38.90851	-120.84744	770			CA	017		
5331666	Buhach	buhach	US		0	America/Los_Angeles	37.33633	-120.58186	48			CA	047		
5331747	Bullards Bar (historical)	bullards-bar-historical	US		0	America/Los_Angeles	39.42267	-121.13885	582	Bullard's Bar,Bullards Bar (historical)		CA	115		
5331789	Bumblebee	bumblebee	US		0	America/Los_Angeles	38.2263	-119.99713	1780			CA	109		
5331794	Bummerville	bummerville	US		0	America/Los_Angeles	38.4013	-120.50576	897			CA	009		
5331850	Burbank Junction	burbank-junction	US		0	America/Los_Angeles	34.18528	-118.31813	184			CA	037		
5331864	Burbeck	burbeck	US		0	America/Los_Angeles	39.42989	-123.44362	199			CA	045		
5331872	Burchell (historical)	burchell-historical	US		0	America/Los_Angeles	37.26216	-120.28713	72			CA	047		
5331874	Burdell	burdell	US		0	America/Los_Angeles	38.15797	-122.56526	1			CA	041		
5331919	Burling (historical)	burling-historical	US		0	America/Los_Angeles	36.18384	-119.34317	85			CA	107		
5331937	Burness	burness	US		0	America/Los_Angeles	36.76495	-119.65847	106			CA	019		
5332107	Burton Mill	burton-mill	US		0	America/Los_Angeles	35.50051	-118.40703	2049			CA	029		
5332146	Butano Park	butano-park	US		0	America/Los_Angeles	37.23328	-122.32719	91			CA	081		
5332165	Butler (historical)	butler-historical	US		0	America/Los_Angeles	36.72217	-119.68208	97			CA	019		
5332182	Butlers (historical)	butlers-historical	US		0	America/Los_Angeles	33.00227	-115.40915	-31			CA	025		
5332203	Butte House (historical)	butte-house-historical	US		0	America/Los_Angeles	39.16767	-121.73497	18			CA	101		
5332211	Butte Street Junction	butte-street-junction	US		0	America/Los_Angeles	34.01807	-118.23174	67			CA	037		
5332224	Butterfield Lake Estates	butterfield-lake-estates	US		0	America/Los_Angeles	33.48003	-116.96336	452			CA	065		
5332318	Bystrom	bystrom	US		4008	America/Los_Angeles	37.62076	-120.98577	27			CA	099		
5332392	Cabin Cove	cabin-cove	US		0	America/Los_Angeles	36.4655	-118.65398	2057			CA	107		
5332448	Cabrillo Mobile Home Park	cabrillo-mobile-home-park	US		0	America/Los_Angeles	36.98189	-121.94774	18			CA	087		
5332466	Cabrillo Village	cabrillo-village	US		0	America/Los_Angeles	34.27417	-119.15566	37			CA	111		
5332491	Cachuma Village	cachuma-village	US		0	America/Los_Angeles	34.5861	-119.99098	188	Cachuma,Cachuma Village		CA	083		
5332494	Cactus City	cactus-city	US		0	America/Los_Angeles	33.67835	-115.96389	508			CA	065		
5332515	Cadenasso	cadenasso	US		0	America/Los_Angeles	38.71435	-122.12914	99	Cadanassa,Cadenasso		CA	113		
5332549	Cahuilla	cahuilla	US		0	America/Los_Angeles	33.54086	-116.74391	1110	Cahuilla,Coahuila,Coahuilla,Cohuilla,KaWia		CA	065		
5332552	Cahuilla Hills	cahuilla-hills	US		0	America/Los_Angeles	33.68863	-116.4164	284			CA	065		
5332563	Cairns Corner	cairns-corner	US		0	America/Los_Angeles	36.21245	-119.13566	106			CA	107		
5332568	Cajon	cajon	US		0	America/Los_Angeles	34.29889	-117.45644	910			CA	071		
5332572	Cajon Junction	cajon-junction	US		0	America/Los_Angeles	34.31167	-117.47477	949			CA	071		
5332591	Cal-Ida	cal-ida	US		0	America/Los_Angeles	39.526	-121.01579	1078	Cal-Ida,Grizzly		CA	091		
5332596	Calabasas Highlands	calabasas-highlands	US		0	America/Los_Angeles	34.13084	-118.64536	424			CA	037		
5332612	Calada	calada	US		0	America/Los_Angeles	35.57971	-115.37138	832			CA	071		
5332654	Calaveritas	calaveritas	US		0	America/Los_Angeles	38.15798	-120.60993	338			CA	009		
5332655	Calavo Gardens	calavo-gardens	US		0	America/Los_Angeles	32.76283	-116.96114	242			CA	073		
5332661	Calders Corner	calders-corner	US		0	America/Los_Angeles	35.38357	-119.25122	100			CA	029		
5332662	Caldor	caldor	US		0	America/Los_Angeles	38.60602	-120.4327	1354			CA	017		
5332665	Caldwell (historical)	caldwell-historical	US		0	America/Los_Angeles	36.57856	-120.14765	54			CA	019		
5332673	Caldwell Pines	caldwell-pines	US		0	America/Los_Angeles	38.84546	-122.80805	832			CA	033		
5332676	Caleb (historical)	caleb-historical	US		0	America/Los_Angeles	33.53669	-116.015	-57			CA	065		
5332694	Calexico Lodge	calexico-lodge	US		0	America/Los_Angeles	32.66617	-116.28085	1035			CA	073		
5332700	Calflax	calflax	US		0	America/Los_Angeles	36.34245	-120.10292	84			CA	019		
5332708	Calico	calico	US		0	America/Los_Angeles	35.63273	-119.2065	122			CA	029		
5332709	Calico	calico	US		0	America/Los_Angeles	34.94887	-116.86504	696			CA	071		
5332716	Calgro	calgro	US		0	America/Los_Angeles	36.48967	-119.28567	105	Calgro,Yettem,Yettem Station		CA	107		
5332719	Caliente Sands	caliente-sands	US		0	America/Los_Angeles	33.79335	-116.4564	94			CA	065		
5332722	Califa (historical)	califa-historical	US		0	America/Los_Angeles	37.08467	-120.20795	76			CA	039		
5332795	California Heights	california-heights	US		0	America/Los_Angeles	33.82668	-118.17674	25			CA	037		
5332836	California Mobile Home Park	california-mobile-home-park	US		0	America/Los_Angeles	33.74613	-117.90922	24			CA	059		
5332916	California Valley	california-valley	US		0	America/Los_Angeles	35.31997	-120.0068	601			CA	079		
5332925	Calimesa Mobile Home Ranch	calimesa-mobile-home-ranch	US		0	America/Los_Angeles	33.97363	-117.03697	706			CA	065		
5332951	Calla	calla	US		0	America/Los_Angeles	37.77576	-121.183	14			CA	077		
5332974	Calpack	calpack	US		0	America/Los_Angeles	37.29689	-120.35213	65			CA	047		
5332990	Calvada (historical)	calvada-historical	US		0	America/Los_Angeles	39.46241	-120.00603	1547			CA	091		
5332991	Calvada Springs	calvada-springs	US		0	America/Los_Angeles	35.9683	-115.89502	799			CA	027		
5333168	Calzona	calzona	US		0	America/Los_Angeles	34.1289	-114.41107	141			CA	071		
5333171	Camanche (historical)	camanche-historical	US		0	America/Los_Angeles	38.21325	-120.93522	57			CA	009		
5333174	Calwa	calwa	US		818	America/Los_Angeles	36.71051	-119.75848	89	Calwa,Calwa City		CA	019		
5333177	Camanche Village	camanche-village	US		847	America/Los_Angeles	38.26992	-120.97327	84			CA	005		
5333938	Canyon Acres	canyon-acres	US		0	America/Los_Angeles	33.55308	-117.77255	35			CA	059		
5333194	Camarillo Mobile Estates	camarillo-mobile-estates	US		0	America/Los_Angeles	34.215	-119.05288	44			CA	111		
5333205	Cambio (historical)	cambio-historical	US		0	America/Los_Angeles	35.09441	-118.13313	864			CA	029		
5333214	Cambria Pines	cambria-pines	US		0	America/Los_Angeles	35.56747	-121.09408	58	Cambria Pines,Pine Knolls		CA	079		
5333219	Cambrian Park	cambrian-park	US		3282	America/Los_Angeles	37.25689	-121.93079	73	Cambrian Park,Cambrian Village		CA	085		
5333230	Cambridge Oaks	cambridge-oaks	US		0	America/Los_Angeles	38.66685	-121.00355	353			CA	017		
5333257	Camelot Hills	camelot-hills	US		0	America/Los_Angeles	33.76835	-117.33615	712			CA	065		
5333261	Cameo	cameo	US		0	America/Los_Angeles	36.76467	-119.7032	101			CA	019		
5333267	Cameron Airpark Estates	cameron-airpark-estates	US		0	America/Los_Angeles	38.68101	-120.98855	377			CA	017		
5333272	Cameron Corners	cameron-corners	US		0	America/Los_Angeles	32.62895	-116.47113	802	Cameron Corners,Warrens		CA	073		
5333276	Cameron Creek Colony	cameron-creek-colony	US		0	America/Los_Angeles	36.31717	-119.20483	111			CA	107		
5333282	Cameron Park	cameron-park	US		18228	America/Los_Angeles	38.66879	-120.98716	367			CA	017		
5333291	Camerons Mobile Home Park	camerons-mobile-home-park	US		0	America/Los_Angeles	32.83422	-116.96919	122	Cameron's Mobile Home Park,Camerons Mobile Home Park		CA	073		
5333306	Camino Heights	camino-heights	US		0	America/Los_Angeles	38.73268	-120.71215	867			CA	017		
5333340	Camp Bartlett	camp-bartlett	US		0	America/Los_Angeles	34.42805	-119.10816	351			CA	111		
5333371	Camp Connell	camp-connell	US		0	America/Los_Angeles	38.30936	-120.27825	1451			CA	009		
5333408	Camp Earnest	camp-earnest	US		0	America/Los_Angeles	38.01298	-120.22602	1036			CA	109		
5333423	Camp Evers	camp-evers	US		0	America/Los_Angeles	37.04273	-122.02496	159			CA	087		
5333444	Camp Eighteen	camp-eighteen	US		0	America/Los_Angeles	39.62683	-121.17024	1203			CA	007		
5333554	Camp Owens	camp-owens	US		0	America/Los_Angeles	35.76856	-118.43092	822	Camp Owens,Erwin W Owenen Boys Camp		CA	029		
5333559	Camp Pardee	camp-pardee	US		0	America/Los_Angeles	38.24797	-120.84438	212			CA	009		
5333563	Camp Pendola	camp-pendola	US		0	America/Los_Angeles	38.21464	-120.14908	1463	Camp Pendola,Soap Creek Pass Camp		CA	109		
5333570	Camp Richardson	camp-richardson	US		0	America/Los_Angeles	38.93435	-120.04018	1905			CA	017		
5333583	Camp Rose	camp-rose	US		0	America/Los_Angeles	38.61519	-122.8311	35			CA	097		
5333605	Camp Sierra	camp-sierra	US		0	America/Los_Angeles	37.1905	-119.25985	1382	Camp Sierra,Sierra Chautauqua		CA	019		
5333619	Camp Spaulding	camp-spaulding	US		0	America/Los_Angeles	39.31969	-120.63722	1572			CA	057		
5333644	Camp Thayer	camp-thayer	US		0	America/Los_Angeles	38.49102	-123.06361	11			CA	097		
5333686	Campana	campana	US		0	America/Los_Angeles	38.88407	-120.52048	1460			CA	017		
5333712	Campbell Hot Springs	campbell-hot-springs	US		0	America/Los_Angeles	39.5749	-120.34798	1531	Campbell Hot Springs,Sulphur Spring		CA	091		
5333733	Campbell Village	campbell-village	US		0	America/Los_Angeles	37.80826	-122.29886	5			CA	001		
5333743	Camphora	camphora	US		0	America/Los_Angeles	36.45302	-121.37104	52	Camp Four,Camphora		CA	053		
5333747	Campland on the Bay Trailer Park	campland-on-the-bay-trailer-park	US		0	America/Los_Angeles	32.79588	-117.2242	4			CA	073		
5333803	Camulos	camulos	US		0	America/Los_Angeles	34.40666	-118.75676	225			CA	111		
5333870	Canebrake	canebrake	US		0	America/Los_Angeles	35.72828	-118.13841	924			CA	029		
5333871	Canebrake (historical)	canebrake-historical	US		0	America/Los_Angeles	35.73162	-118.07869	1198			CA	029		
5333893	Cannery Village Mobile Home Park	cannery-village-mobile-home-park	US		0	America/Los_Angeles	33.61224	-117.92561	4			CA	059		
5333964	Canyon Crest Heights	canyon-crest-heights	US		0	America/Los_Angeles	33.98057	-117.32893	322			CA	065		
5333965	Canyon Crest Mobile Home Park	canyon-crest-mobile-home-park	US		0	America/Los_Angeles	33.08976	-117.0717	179			CA	073		
5334010	Canyon View	canyon-view	US		0	America/Los_Angeles	38.19242	-120.35659	946			CA	009		
5334035	Cape Horn	cape-horn	US		0	America/Los_Angeles	38.49074	-119.96685	2440			CA	003		
5334039	Cape Horn	cape-horn	US		0	America/Los_Angeles	39.13546	-123.63529	322			CA	045		
5334040	Cape Horn	cape-horn	US		0	America/Los_Angeles	39.12906	-120.92466	809			CA	061		
5334067	Capistrano Terrace Mobile Home Park	capistrano-terrace-mobile-home-park	US		0	America/Los_Angeles	33.48586	-117.66394	34			CA	059		
5334070	Capistrano Valley Mobile Home Estates	capistrano-valley-mobile-home-estates	US		0	America/Los_Angeles	33.48003	-117.67561	11			CA	059		
5334079	Capital Hill	capital-hill	US		0	America/Los_Angeles	35.62775	-120.68073	229			CA	079		
5334127	Caravan Mobile Home Park	caravan-mobile-home-park	US		0	America/Los_Angeles	39.12684	-123.15973	200			CA	045		
5334128	Caravana Trailer Lodge	caravana-trailer-lodge	US		0	America/Los_Angeles	33.74196	-117.95423	15			CA	059		
5334142	Carbona	carbona	US		0	America/Los_Angeles	37.69604	-121.41217	41			CA	077		
5334146	Carbondale (historical)	carbondale-historical	US		0	America/Los_Angeles	33.75335	-117.67727	290			CA	059		
5334160	Card Place	card-place	US		0	America/Los_Angeles	39.80793	-123.40474	251			CA	045		
5334182	Carefree Ranch Mobile Home Park	carefree-ranch-mobile-home-park	US		0	America/Los_Angeles	33.13782	-117.0442	213			CA	073		
5334184	Carefree Mobile Village	carefree-mobile-village	US		0	America/Los_Angeles	33.9239	-116.56279	269			CA	065		
5334234	Carlsbad Trailer Park	carlsbad-trailer-park	US		0	America/Los_Angeles	33.15309	-117.34282	16			CA	073		
5334241	Carlton Hills	carlton-hills	US		0	America/Los_Angeles	32.85283	-116.99475	128			CA	073		
5334280	Carmel Highlands	carmel-highlands	US		0	America/Los_Angeles	36.50413	-121.93162	97			CA	053		
5334306	Carmel Valley Manor	carmel-valley-manor	US		0	America/Los_Angeles	36.53163	-121.82606	57			CA	053		
5334312	Carmel Valley Village	carmel-valley-village	US		4407	America/Los_Angeles	36.50605	-121.76594	262			CA	053		
5334329	Carmen City	carmen-city	US		0	America/Los_Angeles	38.04742	-120.69076	386			CA	009		
5334332	Carmenita	carmenita	US		0	America/Los_Angeles	33.8914	-118.04618	24			CA	037		
5334335	Carmet	carmet	US		47	America/Los_Angeles	38.37436	-123.07639	22			CA	097		
5334348	Carnadero	carnadero	US		0	America/Los_Angeles	36.97634	-121.54327	53			CA	085		
5334378	Carnelian Heights	carnelian-heights	US		0	America/Los_Angeles	39.20963	-120.10158	2030			CA	061		
5334379	Carneros (historical)	carneros-historical	US		0	America/Los_Angeles	38.22853	-122.30942	2			CA	055		
5334418	Carpenter Place	carpenter-place	US		0	America/Los_Angeles	39.7346	-122.92973	1042			CA	045		
5334021	Capay	capay	US	95607	0	America/Los_Angeles	39.79655	-122.08443	57			CA	021		
5334446	Carquinez Heights	carquinez-heights	US		0	America/Los_Angeles	38.07631	-122.23997	3			CA	095		
5334469	Carriage Mobile Home Estates	carriage-mobile-home-estates	US		0	America/Los_Angeles	33.80446	-117.8545	61			CA	059		
5334516	Carrolton	carrolton	US		0	America/Los_Angeles	37.79854	-121.07022	26			CA	077		
5334537	Carson Hill	carson-hill	US		0	America/Los_Angeles	38.02826	-120.50659	442	Carson Hill,Slumgullion		CA	009		
5334554	Cartago	cartago	US		92	America/Los_Angeles	36.32077	-118.02647	1106	Cartago,Carthage,Daniersburg,Lakeville		CA	027		
5334569	Carthay Circle	carthay-circle	US		0	America/Los_Angeles	34.06112	-118.3673	44			CA	037		
5334596	Carvin Creek Homesites	carvin-creek-homesites	US		0	America/Los_Angeles	39.62851	-120.57799	1728			CA	091		
5334619	Casa Conejo	casa-conejo	US		3249	America/Los_Angeles	34.18362	-118.94343	199			CA	111		
5334628	Casa Grande Estates Mobile Home Park	casa-grande-estates-mobile-home-park	US		0	America/Los_Angeles	33.1106	-117.1092	188			CA	073		
5334629	Casa Grande Mobile Home Park	casa-grande-mobile-home-park	US		0	America/Los_Angeles	34.97831	-120.44128	63			CA	083		
5334632	Casa Hermosa Mobile Home Park	casa-hermosa-mobile-home-park	US		0	America/Los_Angeles	33.8389	-117.97034	31			CA	059		
5334637	Casa Loma	casa-loma	US		0	America/Los_Angeles	39.20045	-120.7766	1229			CA	061		
5334638	Casa Loma	casa-loma	US		0	America/Los_Angeles	33.82696	-117.03197	464			CA	065		
5334660	Casa de Amigos Mobile Home Park	casa-de-amigos-mobile-home-park	US		0	America/Los_Angeles	33.10115	-117.11253	205			CA	073		
5334665	Casa de Lago Mobile Home Estates	casa-de-lago-mobile-home-estates	US		0	America/Los_Angeles	37.39772	-121.90607	13			CA	085		
5334666	Casa de Oro	casa-de-oro	US		0	America/Los_Angeles	32.74894	-116.98086	141			CA	073		
5334677	Casa del Norte Mobile Home Community	casa-del-norte-mobile-home-community	US		0	America/Los_Angeles	34.22306	-119.10427	22			CA	111		
5334717	Cascade Shores	cascade-shores	US		0	America/Los_Angeles	39.2649	-120.91105	1001			CA	057		
5334721	Cascadel Woods	cascadel-woods	US		0	America/Los_Angeles	37.2305	-119.45513	1112			CA	039		
5334745	Casey Corner	casey-corner	US		0	America/Los_Angeles	39.19712	-121.17801	432	Casey Corner,Penn Valley		CA	057		
5334756	Casitas Mobile Home Park	casitas-mobile-home-park	US		0	America/Los_Angeles	34.37111	-119.30595	88			CA	111		
5334759	Casitas Springs	casitas-springs	US		0	America/Los_Angeles	34.37139	-119.3065	88	Casitas,Casitas Springs		CA	111		
5334768	Casitas del Sol Mobile Home Park	casitas-del-sol-mobile-home-park	US		0	America/Los_Angeles	33.13226	-117.13142	211			CA	073		
5334805	Castaic Junction	castaic-junction	US		0	America/Los_Angeles	34.44083	-118.60648	310			CA	037		
5334820	Castellammare	castellammare	US		0	America/Los_Angeles	34.04251	-118.56119	97			CA	037		
5334844	Castle Gardens	castle-gardens	US		0	America/Los_Angeles	37.35661	-120.58075	51			CA	047		
5334852	Castle Mobile Estates	castle-mobile-estates	US		0	America/Los_Angeles	36.9669	-121.96635	17			CA	087		
5334855	Castle Park	castle-park	US		0	America/Los_Angeles	32.61033	-117.06753	34			CA	073		
5334896	Castle Rock Springs	castle-rock-springs	US		0	America/Los_Angeles	38.77018	-122.71666	716	Camp Houdd Gibson,Castle Hot Springs,Castle Rock Springs,Castle Springs,Houdd Gibson Camp,Mills Hot Spring,Mills Mineral Springs,Noble's Springs,Verdant Vales		CA	033		
5334918	Castro City	castro-city	US		0	America/Los_Angeles	37.40244	-122.10357	18			CA	085		
5334945	Caswell	caswell	US		0	America/Los_Angeles	34.7222	-118.79843	902	Caswell,Caswells		CA	037		
5335123	Cavin	cavin	US		0	America/Los_Angeles	34.39528	-118.84954	165			CA	111		
5335124	Cawelo	cawelo	US		0	America/Los_Angeles	35.4994	-119.16566	130			CA	029		
5335128	Caymus (historical)	caymus-historical	US		0	America/Los_Angeles	38.40547	-122.36359	32	Caymas,Caymus (historical)		CA	055		
5335157	Cecile	cecile	US		0	America/Los_Angeles	36.70078	-119.71764	93			CA	019		
5334451	Carr	carr	US	80612	0	America/Los_Angeles	34.93109	-120.51183	49			CA	083		
5335243	Cedar Mill	cedar-mill	US		0	America/Los_Angeles	39.94406	-120.92329	1043			CA	063		
5335258	Cedar Rock Lodge	cedar-rock-lodge	US		0	America/Los_Angeles	38.02159	-120.24686	1099			CA	109		
5335261	Cedar Slope	cedar-slope	US		0	America/Los_Angeles	36.14522	-118.57842	1767			CA	107		
5335277	Cedar Springs (historical)	cedar-springs-historical	US		0	America/Los_Angeles	34.28334	-117.33421	1029			CA	071		
5335286	Cedar Vista	cedar-vista	US		0	America/Los_Angeles	38.16969	-120.40917	1011			CA	009		
5335309	Cedarbrook	cedarbrook	US		0	America/Los_Angeles	36.70689	-119.00816	1278			CA	019		
5335313	Cella	cella	US		0	America/Los_Angeles	36.69162	-119.45485	112			CA	019		
5335329	Ceneda	ceneda	US		0	America/Los_Angeles	35.35441	-117.89729	593			CA	029		
5335405	Centerville (historical)	centerville-historical	US		0	America/Los_Angeles	38.63102	-119.72323	1814			CA	003		
5335406	Centerville (historical)	centerville-historical	US		0	America/Los_Angeles	39.45462	-120.83439	1454			CA	091		
5335412	Centerville District	centerville-district	US		0	America/Los_Angeles	37.5541	-121.99913	16			CA	001		
5335447	Central Camp	central-camp	US		0	America/Los_Angeles	37.34939	-119.48375	1651			CA	039		
5335662	Century City	century-city	US		5513	America/Los_Angeles	34.05557	-118.41786	76	Senchuri Siti,Сенчъри Сити,سنچری سیتی، لس‌آنجلس		CA	037		
5335688	Cerro Villa Heights	cerro-villa-heights	US		0	America/Los_Angeles	33.82668	-117.80422	152			CA	059		
5335707	Chabot Terrace	chabot-terrace	US		0	America/Los_Angeles	38.14714	-122.24608	19			CA	095		
5335711	Chadbourne	chadbourne	US		0	America/Los_Angeles	38.2438	-122.08386	12			CA	095		
5335736	Chalfant Valley	chalfant-valley	US		0	America/Los_Angeles	37.52937	-118.36345	1298			CA	051		
5335786	Chamberlands Estates	chamberlands-estates	US		0	America/Los_Angeles	39.06935	-120.15241	1968			CA	061		
5335794	Chambless	chambless	US		0	America/Los_Angeles	34.56139	-115.54471	219			CA	071		
5335800	Chambers Lodge	chambers-lodge	US		0	America/Los_Angeles	39.07324	-120.1413	1901	Chambers Lodge,McKinney		CA	061		
5335803	Champagne	champagne	US		0	America/Los_Angeles	34.03446	-117.56338	261			CA	071		
5335804	Champagne Fountain	champagne-fountain	US		0	America/Los_Angeles	37.27578	-122.00857	99	Champagne Fountain,Congress Junction		CA	085		
5335807	Champion (historical)	champion-historical	US		0	America/Los_Angeles	39.25962	-121.03773	690			CA	057		
5335825	Chandler (historical)	chandler-historical	US		0	America/Los_Angeles	34.8097	-118.88454	1215			CA	037		
5335826	Chandler (historical)	chandler-historical	US		0	America/Los_Angeles	38.91462	-121.62246	9			CA	101		
5335834	Chandon (historical)	chandon-historical	US		0	America/Los_Angeles	39.31433	-121.66219	27			CA	007		
5335837	Chaney Ranch	chaney-ranch	US		0	America/Los_Angeles	36.65578	-120.57906	124	Chaney Ranch,Cheney Ranch		CA	019		
5335846	Channel Islands Beach	channel-islands-beach	US		3103	America/Los_Angeles	34.15806	-119.22316	2			CA	111		
5335872	Chaparral Heights	chaparral-heights	US		0	America/Los_Angeles	38.00242	-120.25186	953			CA	109		
5335929	Chapmantown	chapmantown	US		0	America/Los_Angeles	39.72044	-121.81664	63			CA	007		
5335935	Chappo	chappo	US		0	America/Los_Angeles	33.29309	-117.36198	18			CA	073		
5335989	Charleston (historical)	charleston-historical	US		0	America/Los_Angeles	37.9777	-121.17689	16			CA	077		
5336022	Charter Oak Mobile Estates	charter-oak-mobile-estates	US		0	America/Los_Angeles	34.10029	-117.82784	252			CA	037		
5336040	Chases (historical)	chases-historical	US		0	America/Los_Angeles	39.96712	-120.52161	1646			CA	063		
5336053	Chats (historical)	chats-historical	US		0	America/Los_Angeles	39.77407	-120.07326	1466			CA	035		
5336061	Chatsworth Lake Manor	chatsworth-lake-manor	US		0	America/Los_Angeles	34.24084	-118.63703	301			CA	111		
5336093	Chemurgic	chemurgic	US		0	America/Los_Angeles	37.4641	-120.91882	23			CA	099		
5336095	Chemeketa Park	chemeketa-park	US		0	America/Los_Angeles	37.16245	-121.98079	309			CA	085		
5336117	Cherokee Mobile Gardens	cherokee-mobile-gardens	US		0	America/Los_Angeles	33.82751	-117.99617	22			CA	059		
5336121	Cherokee Strip	cherokee-strip	US		227	America/Los_Angeles	35.46718	-119.26066	101			CA	029		
5336122	Cherry (historical)	cherry-historical	US		0	America/Los_Angeles	38.28519	-122.74749	30			CA	097		
5336145	Cherry Creek Acres	cherry-creek-acres	US		0	America/Los_Angeles	39.10406	-121.08273	521			CA	057		
5336190	Cherryland	cherryland	US		14728	America/Los_Angeles	37.67938	-122.1033	20			CA	001		
5336232	Chianti	chianti	US		0	America/Los_Angeles	38.73713	-122.94222	73			CA	097		
5336343	Chili Bar, Placerville	chili-bar-placerville	US		0	America/Los_Angeles	38.76737	-120.82287	301	Chelalian Bar,Chile Bar  Placerville,Chilean Bar,Chili Bar  Placerville,Chillean Bar		CA	017		
5336451	China Gulch (historical)	china-gulch-historical	US		0	America/Los_Angeles	39.81655	-121.17635	1710			CA	063		
5336455	China Lake	china-lake	US		0	America/Los_Angeles	35.65079	-117.66173	690			CA	029		
5336457	China Lake Acres	china-lake-acres	US		1876	America/Los_Angeles	35.64051	-117.76395	741			CA	029		
5336475	Chinatown	chinatown	US		3425	America/Los_Angeles	37.79993	-122.27025	12			CA	001		
5336476	Chinatown	chinatown	US		0	America/Los_Angeles	38.21381	-119.01403	2562			CA	051		
5336477	Chinatown	chinatown	US		100574	America/Los_Angeles	37.7966	-122.40858	29			CA	075		
5336478	Chinatown (historical)	chinatown-historical	US		0	America/Los_Angeles	38.35352	-120.92883	105			CA	005		
5336582	Chipps	chipps	US		0	America/Los_Angeles	38.05131	-121.91496	2			CA	095		
5336586	Chiquita	chiquita	US		0	America/Los_Angeles	38.63491	-122.87444	48			CA	097		
5336597	Chiriaco Summit	chiriaco-summit	US		0	America/Los_Angeles	33.66085	-115.72138	520	Chiriaco Summit,Shaver Summit		CA	065		
5336615	Chloride City (historical)	chloride-city-historical	US		0	America/Los_Angeles	36.70661	-116.88228	1454			CA	027		
5336629	Cholame	cholame	US		0	America/Los_Angeles	35.72386	-120.29654	353			CA	079		
5336649	Chollas Creek	chollas-creek	US		0	America/Los_Angeles	32.732	-117.09309	84			CA	073		
5336653	Chollas View	chollas-view	US		0	America/Los_Angeles	32.71311	-117.09114	52			CA	073		
5336656	Chorro	chorro	US		0	America/Los_Angeles	35.32664	-120.67767	203			CA	079		
5336848	Christie	christie	US		0	America/Los_Angeles	38.00298	-122.20663	89			CA	013		
5336866	Chrome	chrome	US		0	America/Los_Angeles	39.72905	-122.54944	285	Chrome,Crome		CA	021		
5336870	Chrysopolis (historical)	chrysopolis-historical	US		0	America/Los_Angeles	36.96049	-118.19676	1164			CA	027		
5336879	Chubbuck	chubbuck	US		0	America/Los_Angeles	34.365	-115.28609	310	Chubbuck,Kilbeck		CA	071		
5337438	Cicero (historical)	cicero-historical	US		0	America/Los_Angeles	38.32908	-121.18439	28			CA	067		
5337450	Cienega	cienega	US		0	America/Los_Angeles	34.02112	-118.32841	37			CA	037		
5337463	Cienega Seabreeze Mobile Home Park	cienega-seabreeze-mobile-home-park	US		0	America/Los_Angeles	35.09692	-120.60461	10			CA	079		
5337486	Cimarron Estates Mobile Home Park	cimarron-estates-mobile-home-park	US		0	America/Los_Angeles	34.86306	-120.4	172			CA	083		
5337491	Cinco	cinco	US		0	America/Los_Angeles	35.2633	-118.03618	655			CA	029		
5337493	Cincotta	cincotta	US		0	America/Los_Angeles	36.76134	-119.75459	95			CA	019		
5337544	Cisco Grove	cisco-grove	US		0	America/Los_Angeles	39.3099	-120.53993	1720			CA	061		
5337550	Citro	citro	US		0	America/Los_Angeles	36.39273	-119.02455	153			CA	107		
5337551	Citrus	citrus	US		10866	America/Los_Angeles	34.11501	-117.89173	178			CA	037		
5337552	Citrus	citrus	US		0	America/Los_Angeles	38.60657	-121.26662	35	Citrus,Jura		CA	067		
5337558	Citrus Gardens Mobile Home Park	citrus-gardens-mobile-home-park	US		0	America/Los_Angeles	33.15198	-117.11892	221			CA	073		
5337578	Citrus View	citrus-view	US		0	America/Los_Angeles	32.96477	-115.56582	-47			CA	025		
5337606	City Terrace	city-terrace	US		0	America/Los_Angeles	34.05001	-118.18285	167			CA	037		
5337661	Clairemont	clairemont	US		0	America/Los_Angeles	32.79727	-117.19253	100			CA	073		
5337681	Clair	clair	US		0	America/Los_Angeles	33.80668	-117.98451	22			CA	059		
5337692	Claraville	claraville	US		0	America/Los_Angeles	35.44218	-118.32952	1921			CA	029		
5337695	Clare Mill	clare-mill	US		0	America/Los_Angeles	39.41628	-123.42807	293			CA	045		
5337725	Claribel	claribel	US		0	America/Los_Angeles	37.71437	-120.82549	58			CA	099		
5337811	Clarsona	clarsona	US		0	America/Los_Angeles	38.3738	-120.98355	83			CA	005		
5337817	Claus	claus	US		0	America/Los_Angeles	37.6866	-120.91993	36			CA	099		
5337819	Claussenius	claussenius	US		0	America/Los_Angeles	38.84657	-120.61382	1286			CA	017		
5337843	Clayton (historical)	clayton-historical	US		0	America/Los_Angeles	34.03001	-118.0259	72			CA	037		
5337895	Clear Lake Keys	clear-lake-keys	US		0	America/Los_Angeles	39.02073	-122.66249	405			CA	033		
5337896	Clear Lake Riviera	clear-lake-riviera	US		3090	America/Los_Angeles	38.95406	-122.72082	535			CA	033		
5337906	Clearing House	clearing-house	US		0	America/Los_Angeles	37.66493	-119.8674	474	Clearing House,Clearinghouse		CA	043		
5337911	Clearlake Highlands	clearlake-highlands	US		0	America/Los_Angeles	38.95545	-122.64276	411	Clear Lake Highlands,Clearlake Highlands		CA	033		
5337946	Clement Junction	clement-junction	US		0	America/Los_Angeles	34.01418	-118.23868	66			CA	037		
5337955	Clems (historical)	clems-historical	US		0	America/Los_Angeles	37.098	-121.99746	241			CA	087		
5337958	Cleone	cleone	US		618	America/Los_Angeles	39.48989	-123.78557	24			CA	045		
5338014	Cliff Haven	cliff-haven	US		0	America/Los_Angeles	33.63252	-117.91561	29			CA	059		
5338018	Cliftwood Mobile Home Park	cliftwood-mobile-home-park	US		0	America/Los_Angeles	36.98995	-121.93968	44			CA	087		
5338019	Clima	clima	US		0	America/Los_Angeles	38.24936	-122.07163	10			CA	095		
5338029	Clinton (historical)	clinton-historical	US		0	America/Los_Angeles	37.79632	-122.25136	12			CA	001		
5338044	Clipper Gap	clipper-gap	US		0	America/Los_Angeles	38.96934	-121.01744	511			CA	061		
5338056	Clotho	clotho	US		0	America/Los_Angeles	36.72134	-119.60986	107			CA	019		
5338081	Clover Flat	clover-flat	US		0	America/Los_Angeles	32.662	-116.41446	911			CA	073		
5338165	Coach Royal Trailer Park	coach-royal-trailer-park	US		0	America/Los_Angeles	33.73946	-117.90478	22			CA	059		
5338294	Cockatoo Grove	cockatoo-grove	US		0	America/Los_Angeles	32.64311	-116.98391	148			CA	073		
5338308	Codora	codora	US		0	America/Los_Angeles	39.45877	-122.0222	27			CA	021		
5338343	Coffing	coffing	US		0	America/Los_Angeles	38.4563	-121.31912	21			CA	067		
5338373	Colache Town	colache-town	US		0	America/Los_Angeles	36.91606	-121.76217	12	Colacchi Town,Colache Town,Colatchi Town,Klatchi Town		CA	087		
5338435	Cold Spring (historical)	cold-spring-historical	US		0	America/Los_Angeles	39.46073	-120.91217	1399			CA	091		
5338457	Cold Springs	cold-springs	US		446	America/Los_Angeles	38.74185	-120.87022	367			CA	017		
5338461	Cold Springs	cold-springs	US		181	America/Los_Angeles	38.16242	-120.05324	1728			CA	109		
5338575	Colfax Spring	colfax-spring	US		0	America/Los_Angeles	37.82076	-120.02768	961			CA	109		
5338581	Colima	colima	US		0	America/Los_Angeles	33.94474	-118.01368	64			CA	037		
5338584	Colina Vista	colina-vista	US		0	America/Los_Angeles	33.46253	-117.11614	322			CA	065		
5338600	College City	college-city	US		290	America/Los_Angeles	39.00573	-122.00941	22			CA	011		
5338609	College Heights	college-heights	US		0	America/Los_Angeles	34.10668	-117.68922	411	College Heights,College Hill		CA	071		
5338610	Montezuma Mesa	montezuma-mesa	US		0	America/Los_Angeles	32.77088	-117.06975	138	Montezuma Mesa		CA	073		
5338647	College Terrace	college-terrace	US		0	America/Los_Angeles	37.42161	-122.15135	15			CA	085		
5338683	Collins (historical)	collins-historical	US		0	America/Los_Angeles	36.86634	-119.62069	135			CA	019		
5338684	Collins (historical)	collins-historical	US		0	America/Los_Angeles	34.04168	-117.58477	263			CA	071		
5338703	Colma	colma	US		1520	America/Los_Angeles	37.67688	-122.45969	37	Colma,Kolma,School House Station,Sutter's Fort,Sutter's Mill,ke er ma,kolma,kwlma,kwlma  kalyfrnya,Колма,كولما,کولما، کالیفرنیا,कोल्मा,科尔马		CA	081		
5338721	Colonia Juarez	colonia-juarez	US		0	America/Los_Angeles	33.71252	-117.94756	11			CA	059		
5338722	Colonia Manzanilla	colonia-manzanilla	US		0	America/Los_Angeles	33.76057	-117.93422	24			CA	059		
5338839	Columbia Village	columbia-village	US		0	America/Los_Angeles	38.02381	-120.40158	651			CA	109		
5338878	Colusa Junction	colusa-junction	US		0	America/Los_Angeles	39.14767	-121.66025	17			CA	101		
5338882	Colusa Rancheria	colusa-rancheria	US		0	America/Los_Angeles	39.25017	-122.02581	18	Cachildehe Rancheria,Colusa (Cachildehe) Rancheria,Colusa Rancheria		CA	011		
5338920	Cometa	cometa	US		0	America/Los_Angeles	37.85659	-120.94605	42			CA	077		
5338977	Community Center	community-center	US		0	America/Los_Angeles	34.26917	-118.73759	278			CA	111		
5339079	Comstock Acres	comstock-acres	US		0	America/Los_Angeles	39.15907	-120.14964	1933			CA	061		
5339083	Comstock Ranch	comstock-ranch	US		0	America/Los_Angeles	38.04992	-120.26269	1098			CA	109		
5339084	Conaway	conaway	US		0	America/Los_Angeles	38.67713	-121.67302	10	Conaway,Conway Junction		CA	113		
5339108	Concow	concow	US		710	America/Los_Angeles	39.73018	-121.52661	536	Konkau,kankah,Конкау,कन्कः		CA	007		
5339115	Condemned Bar (historical)	condemned-bar-historical	US		0	America/Los_Angeles	39.32934	-121.19662	167			CA	115		
5339132	Conejo	conejo	US		0	America/Los_Angeles	36.51828	-119.71902	80			CA	019		
5339157	Conejo Valley Trailer Park	conejo-valley-trailer-park	US		0	America/Los_Angeles	34.18306	-118.90704	193			CA	111		
5339168	Confederate Corners	confederate-corners	US		0	America/Los_Angeles	36.64468	-121.66439	16	Confederate Corners,Spring Town,Springtown		CA	053		
5339170	Confidence	confidence	US		0	America/Los_Angeles	38.04742	-120.2013	1264			CA	109		
5339210	Conley (historical)	conley-historical	US		0	America/Los_Angeles	38.30297	-121.23161	24			CA	067		
5339363	Coolidge Springs	coolidge-springs	US		0	America/Los_Angeles	33.3942	-116.05028	-55			CA	025		
5339364	Coombs (historical)	coombs-historical	US		0	America/Los_Angeles	39.29628	-121.53247	35			CA	115		
5339459	Copper Cove Subdivision	copper-cove-subdivision	US		0	America/Los_Angeles	37.92687	-120.63132	326			CA	009		
5339460	Copper Cove Village	copper-cove-village	US		0	America/Los_Angeles	37.95965	-120.63548	266			CA	009		
5339535	Cordelia	cordelia	US		0	America/Los_Angeles	38.21047	-122.1358	7	Bridgeport,Cordelia		CA	095		
5339537	Cordelia Junction	cordelia-junction	US		0	America/Los_Angeles	38.21686	-122.13969	7			CA	095		
5339542	Cordero Junction	cordero-junction	US		0	America/Los_Angeles	38.28769	-121.95441	25			CA	095		
5339589	Cornelius (historical)	cornelius-historical	US		0	America/Los_Angeles	38.93934	-121.54329	13			CA	101		
5339629	Cornwell (historical)	cornwell-historical	US		0	America/Los_Angeles	36.39912	-119.78041	74	Cornwell (historical),Lynn		CA	031		
5339630	Coromar	coromar	US		0	America/Los_Angeles	34.43416	-119.86764	13			CA	083		
5339632	Corona (historical)	corona-historical	US		0	America/Los_Angeles	38.26353	-122.65943	8			CA	097		
5339670	Coronado Gardens Mobile Home Park	coronado-gardens-mobile-home-park	US		0	America/Los_Angeles	33.70141	-116.23973	3			CA	065		
5339671	Coronado Heights (historical)	coronado-heights-historical	US		0	America/Los_Angeles	32.60089	-117.12781	10			CA	073		
5339690	Corporal	corporal	US		0	America/Los_Angeles	36.92967	-121.548	45			CA	085		
5339745	Corral de Tierra	corral-de-tierra	US		0	America/Los_Angeles	36.56996	-121.73245	123			CA	053		
5339749	Corralitos	corralitos	US		2326	America/Los_Angeles	36.98856	-121.80634	82	Corallitas,Corralitos		CA	087		
5339786	Cortena	cortena	US		0	America/Los_Angeles	39.21906	-122.18609	24	Colusa Junction,Cortena		CA	011		
5339825	Coso	coso	US		0	America/Los_Angeles	35.97828	-117.92952	1027			CA	027		
5339829	Coso Junction	coso-junction	US		0	America/Los_Angeles	36.04494	-117.9473	1032	Coso,Coso Junction,Gill's Oasis		CA	027		
5339844	Costa Mesa Mobile Home Estates	costa-mesa-mobile-home-estates	US		0	America/Los_Angeles	33.65558	-117.91311	24			CA	059		
5339853	Cosumne	cosumne	US		0	America/Los_Angeles	38.49241	-121.17495	33	Bridge,Bridge House,Cosumne,Cosumnes,Daylor's Ranch,Howells,McCosumne		CA	067		
5339862	Cosy Dell	cosy-dell	US		0	America/Los_Angeles	34.27889	-117.45366	853			CA	071		
5339863	Cota	cota	US		0	America/Los_Angeles	33.83946	-118.20757	12			CA	037		
5339872	Cotners Corner	cotners-corner	US		0	America/Los_Angeles	34.47139	-117.17171	911			CA	071		
5339873	Coto De Caza	coto-de-caza	US		14866	America/Los_Angeles	33.60419	-117.58699	216	Coto de Caza		CA	059		
5339875	Cottage Corners	cottage-corners	US		0	America/Los_Angeles	36.8694	-121.40049	80			CA	069		
5339878	Cottage Gardens	cottage-gardens	US		0	America/Los_Angeles	34.10612	-117.26893	321			CA	071		
5339888	Cottage Springs	cottage-springs	US		0	America/Los_Angeles	38.35603	-120.21186	1775			CA	009		
5340060	Counsman	counsman	US		0	America/Los_Angeles	38.74935	-121.49246	11			CA	101		
5340066	Country Club	country-club	US		9379	America/Los_Angeles	37.96881	-121.34078	4			CA	077		
5340072	Country Club Park	country-club-park	US		0	America/Los_Angeles	34.05029	-118.32119	55			CA	037		
5340090	Country Manor Estates	country-manor-estates	US		0	America/Los_Angeles	33.48142	-117.1117	329			CA	065		
5340091	Country Mobile Estates	country-mobile-estates	US		0	America/Los_Angeles	34.48305	-117.8309	1050			CA	037		
5340093	Country Road Estates	country-road-estates	US		0	America/Los_Angeles	33.6028	-117.09031	426			CA	065		
5340095	Country Villa Estates Mobile Home Park	country-villa-estates-mobile-home-park	US		0	America/Los_Angeles	36.98551	-121.94607	37			CA	087		
5340221	Cow Creek	cow-creek	US		0	America/Los_Angeles	38.24047	-119.99213	1780			CA	109		
5340249	Cowan Heights	cowan-heights	US		0	America/Los_Angeles	33.7778	-117.77394	221			CA	059		
5340256	Cowell	cowell	US		0	America/Los_Angeles	37.9527	-121.98941	79			CA	013		
5340277	Cox	cox	US		0	America/Los_Angeles	33.83891	-114.77274	256	Cox,English Siding,Midland,Mineral,Mineral Switch		CA	065		
5340427	Coyote Valley Rancheria (historical)	coyote-valley-rancheria-historical	US		0	America/Los_Angeles	39.23183	-123.1675	229			CA	045		
5340429	Coyote Wells	coyote-wells	US		0	America/Los_Angeles	32.73867	-115.96751	91			CA	025		
5340433	Coyoteville	coyoteville	US		0	America/Los_Angeles	38.5513	-120.68993	659			CA	017		
5340434	Cozzens Corner	cozzens-corner	US		0	America/Los_Angeles	38.70102	-122.95194	59	Cozzen's Corners,Cozzens Corner		CA	097		
5340456	Crafton	crafton	US		0	America/Los_Angeles	34.06307	-117.1217	535	Crafton,Craftonville		CA	071		
5340468	Cragmont	cragmont	US		0	America/Los_Angeles	37.8952	-122.26497	230			CA	001		
5340473	Craig (historical)	craig-historical	US		0	America/Los_Angeles	39.54766	-121.38747	299			CA	007		
5340525	Cranmore	cranmore	US		0	America/Los_Angeles	38.98795	-121.80663	13			CA	101		
5340529	Crater	crater	US		0	America/Los_Angeles	37.21604	-117.6873	1617			CA	027		
5340575	Creed	creed	US		0	America/Los_Angeles	38.24325	-121.85524	11	Creed,Reservoir		CA	095		
5340588	Creekside Mobile Home Estates	creekside-mobile-home-estates	US		0	America/Los_Angeles	33.78168	-117.83256	71			CA	059		
5340638	Crescent Ridge Village	crescent-ridge-village	US		0	America/Los_Angeles	38.65324	-121.07883	216			CA	017		
5340655	Crest	crest	US		2593	America/Los_Angeles	32.80727	-116.86808	500			CA	073		
5340662	Crest Park	crest-park	US		0	America/Los_Angeles	34.2339	-117.19643	1716			CA	071		
5340666	Cresta	cresta	US		0	America/Los_Angeles	39.8435	-121.40441	482			CA	007		
5340682	Crestmore	crestmore	US		0	America/Los_Angeles	34.02418	-117.3881	272			CA	065		
5340683	Crestmore	crestmore	US		0	America/Los_Angeles	34.04446	-117.39616	299			CA	071		
5340723	Crittendon (historical)	crittendon-historical	US		0	America/Los_Angeles	38.99545	-123.18	197			CA	045		
5340748	Crocker Place	crocker-place	US		0	America/Los_Angeles	39.55682	-123.05501	795			CA	033		
5340768	Croft	croft	US		0	America/Los_Angeles	38.58157	-120.43464	1377			CA	017		
5340771	Crolona Heights	crolona-heights	US		0	America/Los_Angeles	38.05464	-122.21858	27			CA	013		
5340772	Cromberg	cromberg	US		261	America/Los_Angeles	39.86017	-120.69161	1306	Cromberg,Taft,Twenty-Mile House		CA	063		
5340775	Crome	crome	US		0	America/Los_Angeles	35.44163	-119.20011	105			CA	029		
5340776	Cromir	cromir	US		0	America/Los_Angeles	36.80439	-120.42184	50			CA	019		
5340777	Cronese Valley	cronese-valley	US		0	America/Los_Angeles	35.09998	-116.27335	341	Cronese Valley,Cronise		CA	071		
5340783	Cronise (historical)	cronise-historical	US		0	America/Los_Angeles	35.11554	-116.27335	331			CA	071		
5340825	Cross Roads	cross-roads	US		0	America/Los_Angeles	34.21446	-114.21578	120			CA	071		
5340863	Crow (historical)	crow-historical	US		0	America/Los_Angeles	39.94518	-120.45216	1683			CA	063		
5340888	Crown Jewel	crown-jewel	US		0	America/Los_Angeles	34.07724	-117.21004	373			CA	071		
5340909	Crown Village	crown-village	US		0	America/Los_Angeles	38.69518	-121.08522	227			CA	017		
5340921	Crucero	crucero	US		0	America/Los_Angeles	35.04721	-116.16557	311	Belfast,Crucero,Epsom,Epson		CA	071		
5340941	Crystal Cove	crystal-cove	US		0	America/Los_Angeles	33.5753	-117.84144	20			CA	059		
5340996	Crystal Springs (historical)	crystal-springs-historical	US		0	America/Los_Angeles	39.25934	-120.97606	980			CA	057		
5341019	Cuba (historical)	cuba-historical	US		0	America/Los_Angeles	37.35772	-120.56825	51			CA	047		
5341026	Cubbler Place	cubbler-place	US		0	America/Los_Angeles	39.75266	-123.14973	492			CA	045		
5341063	Cuesta Oaks	cuesta-oaks	US		0	America/Los_Angeles	38.00215	-120.38547	601			CA	109		
5341066	Cuesta Serena	cuesta-serena	US		0	America/Los_Angeles	37.94659	-120.38603	486			CA	109		
5341068	Cuesta-by-the-Sea	cuesta-by-the-sea	US		0	America/Los_Angeles	35.31831	-120.84685	7	Cuesta by the Sea,Cuesta-by-the-Sea		CA	079		
5341094	Culver Garden	culver-garden	US		0	America/Los_Angeles	33.99279	-118.42841	10			CA	037		
5341095	Culver Junction	culver-junction	US		0	America/Los_Angeles	34.02834	-118.39036	34			CA	037		
5341124	Cuna Vista Mobile Home Park	cuna-vista-mobile-home-park	US		0	America/Los_Angeles	35.09692	-120.60295	12			CA	079		
5341126	Cunard	cunard	US		0	America/Los_Angeles	38.81379	-121.6858	8			CA	101		
5341127	Cuneo (historical)	cuneo-historical	US		0	America/Los_Angeles	36.24828	-119.8343	64			CA	031		
5341170	Curry Village	curry-village	US		0	America/Los_Angeles	37.73766	-119.57202	1220	Camp Curry,Curry Village		CA	043		
5341183	Curtner	curtner	US		0	America/Los_Angeles	37.46966	-121.92357	9			CA	001		
5341189	Curtis Creek Ranch	curtis-creek-ranch	US		0	America/Los_Angeles	37.97076	-120.29213	796			CA	109		
5341190	Cushenbury	cushenbury	US		0	America/Los_Angeles	34.35389	-116.85836	1314			CA	071		
5341220	Cuttings Wharf	cuttings-wharf	US		0	America/Los_Angeles	38.22658	-122.30886	2			CA	055		
5341223	Cuyama	cuyama	US		57	America/Los_Angeles	34.93525	-119.61513	693			CA	083		
5341235	Cuyamaca (historical)	cuyamaca-historical	US		0	America/Los_Angeles	32.98477	-116.57085	1425			CA	073		
5341253	Cygnus	cygnus	US		0	America/Los_Angeles	38.15269	-122.08913	2	Cygnus,Drawbridge		CA	095		
5341255	Cypave	cypave	US		0	America/Los_Angeles	33.91946	-118.32813	17			CA	037		
5340881	Crown	crown	US	16220	0	America/Los_Angeles	38.26658	-122.65693	9			CA	097		
5341271	Cypress Gardens Mobile Home Community	cypress-gardens-mobile-home-community	US		0	America/Los_Angeles	35.78606	-119.24816	96	Cypress Gardens Mobile Home Community,Cypress Gardens Mobile Home Park		CA	029		
5341273	Cypress Grove	cypress-grove	US		0	America/Los_Angeles	33.99112	-118.42119	9			CA	037		
5341274	Cypress Grove	cypress-grove	US		0	America/Los_Angeles	38.16575	-122.90055	4			CA	041		
5341280	Cypress Hill	cypress-hill	US		0	America/Los_Angeles	39.22851	-121.05939	812			CA	057		
5341296	Cypress Park	cypress-park	US		0	America/Los_Angeles	34.09223	-118.22452	110			CA	037		
5341374	Dagon	dagon	US		0	America/Los_Angeles	38.34464	-120.96133	80			CA	005		
5341402	Dairyland	dairyland	US		0	America/Los_Angeles	37.01828	-120.31045	56			CA	039		
5341406	Daisie	daisie	US		0	America/Los_Angeles	38.31463	-121.64384	5			CA	113		
5341486	Dana Point Marina Mobile Home Estates	dana-point-marina-mobile-home-estates	US		0	America/Los_Angeles	33.46558	-117.68422	5			CA	059		
5341493	Dana Strand Village	dana-strand-village	US		0	America/Los_Angeles	33.77363	-118.27507	6			CA	037		
5341528	Dantoni	dantoni	US		0	America/Los_Angeles	39.16489	-121.51635	26			CA	115		
5341602	Darrah	darrah	US		0	America/Los_Angeles	37.51799	-119.83517	952	Darrah,Snow Creek		CA	043		
5341628	Date City	date-city	US		0	America/Los_Angeles	32.7931	-115.30998	2			CA	025		
5341646	Daulton	daulton	US		0	America/Los_Angeles	37.11911	-119.98211	123			CA	039		
5341655	Daum (historical)	daum-historical	US		0	America/Los_Angeles	33.89751	-117.842	112			CA	059		
5341667	Davenport Landing	davenport-landing	US		0	America/Los_Angeles	37.02439	-122.2158	4	Davenport,Davenport Landing,Davenports Landing,Old Davenport,Old Davenport Landing		CA	087		
5341669	David (historical)	david-historical	US		0	America/Los_Angeles	39.71711	-121.45497	309			CA	007		
5341775	Dawson Place	dawson-place	US		0	America/Los_Angeles	39.92377	-122.7075	1667			CA	103		
5341789	Day Valley	day-valley	US		3409	America/Los_Angeles	37.03578	-121.86246	403			CA	087		
5341802	Dayton Avenue	dayton-avenue	US		0	America/Los_Angeles	34.0839	-118.22257	107			CA	037		
5341822	De Anza Moon Valley Mobile Home Park	de-anza-moon-valley-mobile-home-park	US		0	America/Los_Angeles	38.28408	-122.47137	22			CA	097		
5341832	De Anza Trailer Harbor	de-anza-trailer-harbor	US		0	America/Los_Angeles	32.79338	-117.21587	6			CA	073		
5341833	De Anza Village	de-anza-village	US		0	America/Los_Angeles	33.98835	-117.45338	278			CA	065		
5341847	De Luz	de-luz	US		0	America/Los_Angeles	33.43697	-117.32448	111	Corral De Luz,De Luz		CA	073		
5341850	De Luz Heights	de-luz-heights	US		0	America/Los_Angeles	33.43114	-117.2767	396			CA	073		
5341859	De Sabla	de-sabla	US		0	America/Los_Angeles	39.87433	-121.61247	842			CA	007		
5341873	DeCamp	decamp	US		0	America/Los_Angeles	39.44016	-123.35612	409			CA	045		
5341874	DeHaven	dehaven	US		0	America/Los_Angeles	39.66016	-123.78502	14	De Haven,DeHaven		CA	045		
5341877	DeLuz	deluz	US		0	America/Los_Angeles	33.35892	-117.27087	180			CA	073		
5341881	DeSabla	desabla	US		0	America/Los_Angeles	39.87377	-121.60275	796			CA	007		
5341993	Deadwood (historical)	deadwood-historical	US		0	America/Los_Angeles	39.67712	-120.85328	1802			CA	091		
5342020	Dean	dean	US		0	America/Los_Angeles	36.5208	-121.46216	38			CA	053		
5342026	Dean Place	dean-place	US		0	America/Los_Angeles	39.22322	-121.78108	202			CA	101		
5342038	Dearborn Park	dearborn-park	US		0	America/Los_Angeles	37.25883	-122.31803	60			CA	081		
5342052	Death Valley Junction	death-valley-junction	US		0	America/Los_Angeles	36.30218	-116.41365	622	Amargosa,Death Valley Junction		CA	027		
5342071	Declez	declez	US		0	America/Los_Angeles	34.06529	-117.48449	313	Declez,South Fontana Station		CA	071		
5342073	Declezville	declezville	US		0	America/Los_Angeles	34.04446	-117.48144	286			CA	071		
5342125	Deep Springs	deep-springs	US		0	America/Los_Angeles	37.3716	-117.98509	1583	Deep Spring,Deep Springs		CA	027		
5342193	Deer Creek Colony	deer-creek-colony	US		0	America/Los_Angeles	35.97829	-119.0001	164	Deer Creek Colony,German Colony,Zion Lutheran Colony		CA	107		
5342202	Deer Creek Park	deer-creek-park	US		0	America/Los_Angeles	39.25823	-120.94717	1093			CA	057		
5342210	Deer Crossing	deer-crossing	US		0	America/Los_Angeles	36.68995	-119.04872	960			CA	019		
5342233	Deer Lake Highlands	deer-lake-highlands	US		0	America/Los_Angeles	34.28389	-118.59675	439			CA	037		
5342238	Deer Haven	deer-haven	US		0	America/Los_Angeles	34.40833	-117.59811	1385			CA	071		
5342303	Deer View	deer-view	US		0	America/Los_Angeles	38.84324	-120.66771	1014			CA	017		
5342317	Dehesa	dehesa	US		0	America/Los_Angeles	32.78144	-116.85308	156			CA	073		
5342326	Del Amo	del-amo	US		0	America/Los_Angeles	33.84641	-118.21035	13			CA	037		
5342335	Del Cerro	del-cerro	US		0	America/Los_Angeles	32.78422	-117.07031	131			CA	073		
5342338	Del Cerro Mobile Home Estates	del-cerro-mobile-home-estates	US		0	America/Los_Angeles	33.86974	-117.84089	88			CA	059		
5342343	Del Cielo Mobile Estates	del-cielo-mobile-estates	US		0	America/Los_Angeles	34.90081	-120.42489	91			CA	083		
5342345	Del Dios	del-dios	US		0	America/Los_Angeles	33.07282	-117.1192	115			CA	073		
5342350	Del Francia Mobile Estates	del-francia-mobile-estates	US		0	America/Los_Angeles	34.43555	-119.28039	203			CA	111		
5342358	Del Mar Heights	del-mar-heights	US		0	America/Los_Angeles	32.94838	-117.26087	57			CA	073		
5342379	Del Monte	del-monte	US		0	America/Los_Angeles	36.60079	-121.86912	5	Del Monte,Delmonte		CA	053		
5342381	Del Monte Forest	del-monte-forest	US		4514	America/Los_Angeles	36.58635	-121.94746	63			CA	053		
5342383	Del Monte Heights	del-monte-heights	US		0	America/Los_Angeles	36.61163	-121.83217	46			CA	053		
5342402	Del Paso	del-paso	US		0	America/Los_Angeles	38.65268	-121.47329	9			CA	067		
5342406	Del Paso Heights	del-paso-heights	US		0	America/Los_Angeles	38.63602	-121.42023	16			CA	067		
5342420	Del Prado Bolsa	del-prado-bolsa	US		0	America/Los_Angeles	33.74279	-117.98478	12			CA	059		
5342421	Del Prado Mobile Park Club	del-prado-mobile-park-club	US		0	America/Los_Angeles	33.77641	-117.92478	29			CA	059		
5342425	Del Aire	del-aire	US		10001	America/Los_Angeles	33.91613	-118.36952	31			CA	037		
5342433	Del Ray Mobile Home Estates	del-ray-mobile-home-estates	US		0	America/Los_Angeles	33.79724	-117.89839	43			CA	059		
5342441	Del Rey Oaks	del-rey-oaks	US		1688	America/Los_Angeles	36.59329	-121.83495	25	Del Rej Ouks,Del Rey Oaks,Del Rey Woods,dela re oksa,dl ry awkz  kalyfrnya,dyl ry awaks,Дел Рей Оукс,Дел Реј Оукс,دل ری اوکز، کالیفرنیا,ديل ري أواكس,डेल रे ओक्स		CA	053		
5342454	Del Rio Woods	del-rio-woods	US		0	America/Los_Angeles	38.62297	-122.83944	41			CA	097		
5342455	Del Rosa	del-rosa	US		0	America/Los_Angeles	34.1489	-117.24338	403	Del Rosa,Delrosa		CA	071		
5342464	Del Sur	del-sur	US		0	America/Los_Angeles	34.68971	-118.28869	738			CA	037		
5342481	Delaney (historical)	delaney-historical	US		0	America/Los_Angeles	39.79657	-120.52549	1478			CA	063		
5342496	Delano Mobile Home Park	delano-mobile-home-park	US		0	America/Los_Angeles	35.75356	-119.24205	96			CA	029		
5342512	Delft Colony	delft-colony	US		454	America/Los_Angeles	36.5119	-119.44596	95	Delft,Delft Colony		CA	107		
5342530	Delleker	delleker	US		705	America/Los_Angeles	39.80879	-120.49799	1489	Delleker,Hawks		CA	063		
5342533	Dells (historical)	dells-historical	US		0	America/Los_Angeles	34.23917	-117.65367	1328			CA	071		
5342536	Delmonico Place	delmonico-place	US		0	America/Los_Angeles	39.97543	-123.31835	724			CA	045		
5342574	Democrat (historical)	democrat-historical	US		0	America/Los_Angeles	39.28323	-120.77938	1271			CA	057		
5342577	Democrat Hot Springs	democrat-hot-springs	US		0	America/Los_Angeles	35.52801	-118.66787	609	Democrat Hot Springs,Democrat Springs		CA	029		
5342595	Denman (historical)	denman-historical	US		0	America/Los_Angeles	38.27269	-122.67582	10			CA	097		
5342620	Dentens (historical)	dentens-historical	US		0	America/Los_Angeles	39.77268	-120.61216	1324			CA	063		
5342624	Denverton	denverton	US		0	America/Los_Angeles	38.22464	-121.89746	2	Denverton,Nurse's Landing		CA	095		
5342645	Derby Acres	derby-acres	US		322	America/Los_Angeles	35.24719	-119.5954	419			CA	029		
5342666	Descanso Junction	descanso-junction	US		0	America/Los_Angeles	32.84116	-116.6128	1031			CA	073		
5342680	Desert Beach	desert-beach	US		0	America/Los_Angeles	33.5128	-115.92722	-67	Date Palm Beach,Desert Beach,North Shore		CA	065		
5342683	Desert Camp	desert-camp	US		0	America/Los_Angeles	33.53364	-115.98333	-60			CA	065		
5342699	Desert Groves Mobile Home Park	desert-groves-mobile-home-park	US		0	America/Los_Angeles	33.69863	-116.23973	2			CA	065		
5342701	Desert Heights	desert-heights	US		0	America/Los_Angeles	34.20111	-116.14167	687	Desert Heights,Elwood Canyon		CA	071		
5342707	Desert Hills Trailer Park	desert-hills-trailer-park	US		0	America/Los_Angeles	33.78419	-116.4789	108			CA	065		
5342721	Desert Knolls	desert-knolls	US		0	America/Los_Angeles	34.52444	-117.26532	845			CA	071		
5342722	Desert Knolls Manor	desert-knolls-manor	US		0	America/Los_Angeles	34.55083	-117.24866	916			CA	071		
5342726	Desert Lodge	desert-lodge	US		0	America/Los_Angeles	33.2106	-116.32723	161			CA	073		
5342738	Desert Relief (historical)	desert-relief-historical	US		0	America/Los_Angeles	34.50611	-117.83562	967			CA	037		
5342740	Desert Sands Mobile Home Park	desert-sands-mobile-home-park	US		0	America/Los_Angeles	33.25532	-116.39612	229			CA	073		
5342741	Desert Shores	desert-shores	US		1104	America/Los_Angeles	33.4042	-116.03972	-60	Desert Shores,Fish Springs		CA	025		
5342748	Desert View	desert-view	US		0	America/Los_Angeles	33.80141	-116.64085	2689			CA	065		
5342750	Desert View Highlands	desert-view-highlands	US		2360	America/Los_Angeles	34.59082	-118.15257	827			CA	037		
5342751	Desert View Housing Area	desert-view-housing-area	US		0	America/Los_Angeles	34.86832	-116.96476	668			CA	071		
5342792	Devil Canyon	devil-canyon	US		0	America/Los_Angeles	34.19779	-117.33255	544			CA	071		
5342937	Devore	devore	US		0	America/Los_Angeles	34.2164	-117.40144	618	Devore,Kenwood		CA	071		
5342939	Devore Heights	devore-heights	US		0	America/Los_Angeles	34.23723	-117.4156	762			CA	071		
5342942	Dew Drop	dew-drop	US		0	America/Los_Angeles	39.08712	-121.08661	444			CA	057		
5342943	Dew Drop (historical)	dew-drop-historical	US		0	America/Los_Angeles	38.51324	-120.48437	1272			CA	005		
5342947	Devonshire	devonshire	US		0	America/Los_Angeles	37.50133	-122.28386	124			CA	081		
5342966	Di Giorgio	di-giorgio	US		0	America/Los_Angeles	35.25274	-118.85149	148			CA	029		
5342990	Diamond A Ranch Estates	diamond-a-ranch-estates	US		0	America/Los_Angeles	38.30408	-122.54526	331			CA	097		
5342993	Diamond Bar B Ranch	diamond-bar-b-ranch	US		0	America/Los_Angeles	37.96742	-120.28297	786			CA	109		
5343013	Diamond Heights Village	diamond-heights-village	US		0	America/Los_Angeles	37.74576	-122.44164	200			CA	075		
5343068	Dickenson (historical)	dickenson-historical	US		0	America/Los_Angeles	37.19855	-120.20823	83			CA	047		
5343071	Dickerson (historical)	dickerson-historical	US		0	America/Los_Angeles	36.8005	-119.98821	81			CA	019		
5343126	Dillon (historical)	dillon-historical	US		0	America/Los_Angeles	39.3849	-120.78189	927			CA	057		
5343164	Dinkey Creek	dinkey-creek	US		0	America/Los_Angeles	37.08606	-119.15762	1825			CA	019		
5343234	Ditch Camp Five	ditch-camp-five	US		0	America/Los_Angeles	38.76518	-120.54826	1171			CA	017		
5343307	Dixieland	dixieland	US		0	America/Los_Angeles	32.79089	-115.77028	-11			CA	025		
5343347	Doble	doble	US		0	America/Los_Angeles	34.29862	-116.8217	2076	Bairdstown,Doble		CA	071		
5343355	Docas (historical)	docas-historical	US		0	America/Los_Angeles	36.08358	-120.94796	123			CA	053		
5343385	Dodge Place	dodge-place	US		0	America/Los_Angeles	39.90377	-121.67942	571			CA	007		
5343393	Dodgeland	dodgeland	US		0	America/Los_Angeles	39.54461	-121.90775	32			CA	007		
5343409	Doelger City	doelger-city	US		0	America/Los_Angeles	37.75743	-122.49164	85			CA	075		
5343422	Dog Town	dog-town	US		0	America/Los_Angeles	38.1702	-119.19737	2151			CA	051		
5343432	Dogtown	dogtown	US		0	America/Los_Angeles	39.58849	-122.71277	1493			CA	021		
5343433	Dogtown	dogtown	US		0	America/Los_Angeles	37.70215	-120.12796	787			CA	043		
5343434	Dogtown	dogtown	US		2506	America/Los_Angeles	38.21381	-121.08855	46			CA	077		
5343436	Doghouse Junction	doghouse-junction	US		0	America/Los_Angeles	32.60034	-116.84113	1018			CA	073		
5343463	Dolanco Junction	dolanco-junction	US		0	America/Los_Angeles	33.84502	-118.30007	14	Dolanco,Dolanco Junction		CA	037		
5343475	Dollar Point	dollar-point	US		1215	America/Los_Angeles	39.18796	-120.09991	1976			CA	061		
5343477	Dolley	dolley	US		0	America/Los_Angeles	33.86557	-118.09118	19			CA	037		
5343538	Dominguez	dominguez	US		0	America/Los_Angeles	33.83474	-118.21868	10	Davidson City,Dominguez		CA	037		
5343543	Dominguez Junction	dominguez-junction	US		0	America/Los_Angeles	33.86335	-118.21785	16			CA	037		
5343554	Don (historical)	don-historical	US		0	America/Los_Angeles	33.31198	-117.47726	41			CA	073		
5343583	Donahue (historical)	donahue-historical	US		0	America/Los_Angeles	38.18936	-122.54193	5	Donahue (historical),Donahue Landing,Donahue's Landing		CA	097		
5343624	Donner Lake Village	donner-lake-village	US		0	America/Los_Angeles	39.32518	-120.28576	1814			CA	057		
5343629	Donner Pines Tract	donner-pines-tract	US		0	America/Los_Angeles	39.32907	-120.24575	1824			CA	057		
5343638	Donner Woods	donner-woods	US		0	America/Los_Angeles	39.31796	-120.29048	1814			CA	057		
5343662	Dora Belle	dora-belle	US		0	America/Los_Angeles	37.11273	-119.32096	1707			CA	019		
5343684	Dorado Mobile Home Park	dorado-mobile-home-park	US		0	America/Los_Angeles	33.79085	-116.47807	97			CA	065		
5343702	Dorr Place	dorr-place	US		0	America/Los_Angeles	38.62047	-123.09167	207			CA	097		
5343703	Dorrington	dorrington	US		609	America/Los_Angeles	38.30131	-120.27714	1453			CA	009		
5343708	Dorset Village	dorset-village	US		0	America/Los_Angeles	33.98807	-118.32758	48			CA	037		
5343717	Dos Cabezas	dos-cabezas	US		0	America/Los_Angeles	32.74589	-116.14029	532			CA	073		
5343724	Dos Palmas Corners	dos-palmas-corners	US		0	America/Los_Angeles	33.92474	-116.50196	252			CA	065		
5343735	Dos Palos Y	dos-palos-y	US		323	America/Los_Angeles	37.04883	-120.63546	34			CA	047		
5343792	Douds Landing	douds-landing	US		0	America/Los_Angeles	38.2127	-120.32547	1072	Doud's Landing,Douds Landing		CA	009		
5343815	Douglas Junction	douglas-junction	US		0	America/Los_Angeles	33.85585	-118.16479	17			CA	037		
5343833	Dove (historical)	dove-historical	US		0	America/Los_Angeles	35.45053	-120.63295	280			CA	079		
5343834	Dove Canyon	dove-canyon	US		0	America/Los_Angeles	33.6389	-117.57165	315			CA	059		
5343872	Downey Road	downey-road	US		0	America/Los_Angeles	33.9689	-118.10618	46			CA	037		
5343950	Drawbridge (historical)	drawbridge-historical	US		0	America/Los_Angeles	37.46633	-121.97496	3	Drawbridge (historical),Saline City		CA	001		
5343961	Driftwood Mobile Home Park	driftwood-mobile-home-park	US		0	America/Los_Angeles	33.73613	-117.99145	8			CA	059		
5343983	Drum (historical)	drum-historical	US		0	America/Los_Angeles	39.24907	-120.75355	1419			CA	061		
5344220	Dudmore	dudmore	US		0	America/Los_Angeles	33.85668	-118.35091	28			CA	037		
5344229	Dufour	dufour	US		0	America/Los_Angeles	38.76185	-121.84302	21			CA	113		
5344234	Dugan	dugan	US		0	America/Los_Angeles	38.60435	-120.95883	346	Bullard-Dugan,Dugan		CA	017		
5344242	Dulah	dulah	US		0	America/Los_Angeles	34.3125	-119.35984	3	Dulah,Solimar Beach		CA	111		
5344258	Dumont (historical)	dumont-historical	US		0	America/Los_Angeles	35.69303	-116.17585	330			CA	071		
5344266	Dunbarton (historical)	dunbarton-historical	US		0	America/Los_Angeles	36.85829	-121.64689	43	Dunbar,Dunbarton (historical)		CA	053		
5344273	Duncan Corners	duncan-corners	US		0	America/Los_Angeles	34.47055	-117.39949	1012			CA	071		
5344285	Duncan Springs	duncan-springs	US		0	America/Los_Angeles	38.95212	-123.12473	238			CA	045		
5344298	Dunes	dunes	US		0	America/Los_Angeles	32.7831	-114.79718	101			CA	025		
5344306	Dunderberg Mill	dunderberg-mill	US		0	America/Los_Angeles	38.10381	-119.25043	2624			CA	051		
5344311	Dunlap (historical)	dunlap-historical	US		0	America/Los_Angeles	39.35128	-123.55251	107			CA	045		
5344312	Dunlap Acres	dunlap-acres	US		0	America/Los_Angeles	34.03113	-117.10753	646			CA	071		
5344319	Dunlap Place	dunlap-place	US		0	America/Los_Angeles	39.85376	-123.43196	269			CA	045		
5344321	Dunmovin	dunmovin	US		0	America/Los_Angeles	36.08855	-117.96119	1069	Cowan Station,Dunmovin		CA	027		
5344331	Dunneville	dunneville	US		0	America/Los_Angeles	36.94051	-121.41049	58	Chase's Corners,Dunneville		CA	069		
5344373	Durmid	durmid	US		0	America/Los_Angeles	33.43086	-115.83305	-56			CA	065		
5344377	Duri (historical)	duri-historical	US		0	America/Los_Angeles	36.86606	-121.41021	83			CA	069		
5344380	Dustin Acres	dustin-acres	US		652	America/Los_Angeles	35.21941	-119.39067	117			CA	029		
5344437	Dutch Village	dutch-village	US		0	America/Los_Angeles	33.59669	-117.10975	416			CA	065		
5344527	Eads (historical)	eads-historical	US		0	America/Los_Angeles	34.94637	-117.27866	670			CA	071		
5344528	Eagle Bird (historical)	eagle-bird-historical	US		0	America/Los_Angeles	39.34657	-120.6966	1021			CA	057		
5344612	Eagle Ranch	eagle-ranch	US		0	America/Los_Angeles	34.47777	-117.40783	1005			CA	071		
5344669	Eagle Tree	eagle-tree	US		0	America/Los_Angeles	38.20131	-121.51329	0			CA	077		
5344680	Eagles Nest	eagles-nest	US		0	America/Los_Angeles	33.28809	-116.59418	1377			CA	073		
5344684	Eaglet (historical)	eaglet-historical	US		0	America/Los_Angeles	35.45608	-120.62378	274			CA	079		
5344686	Eaires (historical)	eaires-historical	US		0	America/Los_Angeles	34.93025	-118.1498	781			CA	029		
5344725	East Arboga	east-arboga	US		0	America/Los_Angeles	39.05684	-121.55163	17			CA	115		
5344726	East Arcadia	east-arcadia	US		0	America/Los_Angeles	34.10556	-118.01757	101			CA	037		
5344734	East Bakersfield	east-bakersfield	US		0	America/Los_Angeles	35.38663	-118.97732	151			CA	029		
5344754	East Blythe	east-blythe	US		3	America/Los_Angeles	33.61058	-114.57384	82			CA	065		
5344761	East Biggs	east-biggs	US		0	America/Los_Angeles	39.41517	-121.65386	37	East Biggs,Rio Bonito		CA	007		
5344816	East Colton Heights	east-colton-heights	US		0	America/Los_Angeles	34.04835	-117.2981	304			CA	071		
5344817	East Rancho Dominguez	east-rancho-dominguez	US		15135	America/Los_Angeles	33.89807	-118.19535	22	East Compton		CA	037		
5344841	East Farmersville	east-farmersville	US		0	America/Los_Angeles	36.30162	-119.19483	110			CA	107		
5344844	East Foothills	east-foothills	US		8269	America/Los_Angeles	37.38105	-121.81745	107			CA	085		
5344932	East Garrison	east-garrison	US		0	America/Los_Angeles	36.65301	-121.73245	46			CA	053		
5344936	East Gridley	east-gridley	US		0	America/Los_Angeles	39.36322	-121.66192	30	East Gridley,Gridley Station		CA	007		
5344942	East Hemet	east-hemet	US		17418	America/Los_Angeles	33.74002	-116.93891	515			CA	065		
5344944	East Highlands	east-highlands	US		0	America/Los_Angeles	34.10973	-117.17059	409	Cramville,East Heighlands,East Highland,East Highlands		CA	071		
5344987	East La Mirada	east-la-mirada	US		9757	America/Los_Angeles	33.92446	-117.98895	69			CA	037		
5344994	East Los Angeles	east-los-angeles	US		126496	America/Los_Angeles	34.0239	-118.17202	61	East Los Angeles,Este de Los Angeles,Este de Los Ángeles,Ist Los Andzeles,Orienta Losangeleso,Orienta Losanĝeleso,dong luo shan ji,iseuteuloseuaenjelleseu,ista lasa enjelsa,isutorosanzerusu,Ист Лос Анџелес,इस्ट लस एन्जेल्स,イーストロサンゼルス,东洛杉矶,이스트로스앤젤레스		CA	037		
5345025	East Oakdale	east-oakdale	US		2762	America/Los_Angeles	37.78798	-120.80382	44			CA	099		
5345031	East Orosi	east-orosi	US		495	America/Los_Angeles	36.54801	-119.26067	120	Arosi,East Orosi,Orosi Station		CA	107		
5345032	East Palo Alto	east-palo-alto	US		29662	America/Los_Angeles	37.46883	-122.14108	6	Aslagang Palo Alto,East Palo Alto,Ist Palo Alto,Ist-Palo-Al'to,Iztochen Palo Alto,Ravenswood,Silangang Palo Alto,aast balw altw,ayst palw altw  kalyfrnya,dong pa luo ao tu,ista palo alto,Іст-Пало-Альто,Източен Пало Алто,Ист Пало Алто,إاست بالو ألتو,ایست پالو آلتو، کالیفرنیا,مشرقی پالو آلٹو، کیلیفورنیا,इस्ट पालो अल्टो,东帕罗奥图		CA	081		
5345036	East Nicolaus	east-nicolaus	US		225	America/Los_Angeles	38.91017	-121.54496	13	East Nicolaus,Nicolaus Station		CA	101		
5345038	East Pasadena	east-pasadena	US		6144	America/Los_Angeles	34.13814	-118.07384	221			CA	037		
5345040	East Petaluma	east-petaluma	US		0	America/Los_Angeles	38.23992	-122.63415	13			CA	097		
5349397	Five Brooks	five-brooks	US		0	America/Los_Angeles	38.00103	-122.75777	59			CA	041		
5345044	East Pleasanton	east-pleasanton	US		0	America/Los_Angeles	37.67354	-121.82996	118	East Pleasanton,East Pleasanton Siding		CA	001		
5345049	East Porterville	east-porterville	US		6767	America/Los_Angeles	36.05745	-118.97566	148			CA	107		
5345053	East Quincy	east-quincy	US		2489	America/Los_Angeles	39.93406	-120.89801	1064			CA	063		
5345062	East Richmond	east-richmond	US		0	America/Los_Angeles	37.94354	-122.31525	87			CA	013		
5345063	East Richmond Heights	east-richmond-heights	US		3280	America/Los_Angeles	37.94492	-122.31358	118			CA	013		
5345067	East San Diego	east-san-diego	US		0	America/Los_Angeles	32.7495	-117.11003	111	City Heights,East San Diego		CA	073		
5345071	East San Gabriel	east-san-gabriel	US		14874	America/Los_Angeles	34.09168	-118.09118	115			CA	037		
5345094	East Side	east-side	US		0	America/Los_Angeles	38.1352	-121.24328	19			CA	077		
5345098	East Sonora	east-sonora	US		2266	America/Los_Angeles	37.9777	-120.3613	642			CA	109		
5345113	East Village	east-village	US		0	America/Los_Angeles	35.56636	-121.0788	20			CA	079		
5345117	East Whittier	east-whittier	US		0	America/Los_Angeles	33.96335	-118.01812	93			CA	037		
5345122	Easter Cross	easter-cross	US		0	America/Los_Angeles	32.83977	-117.24448	245	Easter Cross,Mount Soledad Memorial Cross,Soledad Easter Cross		CA	073		
5345124	Easter Hill Village	easter-hill-village	US		0	America/Los_Angeles	37.92354	-122.34442	14			CA	013		
5345145	Eastlake (historical)	eastlake-historical	US		0	America/Los_Angeles	39.00767	-122.66776	413	East Lake,Eastlake (historical)		CA	033		
5345147	Eastlake Greens	eastlake-greens	US		0	America/Los_Angeles	32.64339	-116.96252	197			CA	073		
5345162	Eastmont	eastmont	US		0	America/Los_Angeles	37.7691	-122.17219	29			CA	001		
5345163	Eastmont	eastmont	US		0	America/Los_Angeles	34.02362	-118.15507	63			CA	037		
5345245	Ebbetts Pass Highlands	ebbetts-pass-highlands	US		0	America/Los_Angeles	38.20853	-120.36964	1067			CA	009		
5345248	Ebbtide Mobile Home Park	ebbtide-mobile-home-park	US		0	America/Los_Angeles	33.63113	-117.93089	32			CA	059		
5345262	Eberly	eberly	US		0	America/Los_Angeles	37.57244	-121.99329	14	Eberly,Eberly Station		CA	001		
5345293	Echo Ridge Estates	echo-ridge-estates	US		0	America/Los_Angeles	39.24712	-121.05106	820			CA	057		
5345294	Echo Ridge Trails	echo-ridge-trails	US		0	America/Los_Angeles	39.24712	-121.05662	774			CA	057		
5345340	Eden Hot Springs	eden-hot-springs	US		0	America/Los_Angeles	33.89557	-117.05531	515	Canadian Hot Springs,Eden Hot Springs,Riverside Hot Sulphur Springs		CA	065		
5345347	Eden Gardens	eden-gardens	US		0	America/Los_Angeles	32.98727	-117.25809	16			CA	073		
5345351	Edendale	edendale	US		0	America/Los_Angeles	38.48491	-123.00278	24			CA	097		
5345352	Edendale (historical)	edendale-historical	US		0	America/Los_Angeles	37.44855	-120.5038	81			CA	047		
5345353	Edendale (historical)	edendale-historical	US		0	America/Los_Angeles	34.09001	-118.25924	144			CA	037		
5345358	Edenvale	edenvale	US		0	America/Los_Angeles	37.26494	-121.81801	56			CA	085		
5345359	Eder	eder	US		0	America/Los_Angeles	39.29963	-120.29242	2058			CA	061		
5345366	Edgemar	edgemar	US		0	America/Los_Angeles	37.65382	-122.49081	39			CA	081		
5345417	Edmanton (historical)	edmanton-historical	US		0	America/Los_Angeles	39.90211	-121.10468	1445			CA	063		
5345418	Edmiston	edmiston	US		0	America/Los_Angeles	36.77884	-119.54041	124			CA	019		
5345421	Edmundson Acres	edmundson-acres	US		279	America/Los_Angeles	35.22885	-118.82315	148			CA	029		
5345433	Edom	edom	US		0	America/Los_Angeles	33.80696	-116.39112	67			CA	065		
5345462	Edwin	edwin	US		0	America/Los_Angeles	38.37852	-120.98772	86			CA	005		
5345527	El Bonita	el-bonita	US		0	America/Los_Angeles	38.51214	-122.98389	12			CA	097		
5345543	El Camino 76 Trailer Park	el-camino-76-trailer-park	US		0	America/Los_Angeles	33.2292	-117.33365	15			CA	073		
5345580	El Capitan (historical)	el-capitan-historical	US		0	America/Los_Angeles	32.93477	-116.77363	229			CA	073		
5345596	El Capitan Village Mobile Home Park	el-capitan-village-mobile-home-park	US		0	America/Los_Angeles	34.9272	-120.43794	67			CA	083		
5345605	El Casco	el-casco	US		0	America/Los_Angeles	33.98113	-117.11837	561	El Casco,Elcasco		CA	065		
5345624	El Cerrito Corona	el-cerrito-corona	US		5100	America/Los_Angeles	33.84057	-117.52283	267			CA	065		
5345633	El Cerrito Mobile Home Park	el-cerrito-mobile-home-park	US		0	America/Los_Angeles	36.92079	-121.78078	16			CA	087		
5345655	El Dorada Mobile Estates	el-dorada-mobile-estates	US		0	America/Los_Angeles	34.3975	-118.89926	137			CA	111		
5345705	El Encano Heights	el-encano-heights	US		0	America/Los_Angeles	34.43694	-119.88458	38			CA	083		
5345718	El Granada Mobile Home Park	el-granada-mobile-home-park	US		0	America/Los_Angeles	37.50855	-122.49942	9			CA	081		
5345722	El Macero	el-macero	US		0	America/Los_Angeles	38.54685	-121.69413	11			CA	113		
5345728	El Merrie Dell	el-merrie-dell	US		0	America/Los_Angeles	34.29528	-118.37869	433			CA	037		
5345731	El Mirador	el-mirador	US		0	America/Los_Angeles	36.17773	-119.01843	148			CA	107		
5345735	El Modena	el-modena	US		0	America/Los_Angeles	33.78779	-117.8095	89	Earlham,El Modena,El Modeno,El Modino,Elmodena,Modena		CA	059		
5345757	El Morro Beach Trailer Park (historical)	el-morro-beach-trailer-park-historical	US		0	America/Los_Angeles	33.56336	-117.82172	40	El Moro Beach Mobile Home Park,El Morro Beach Trailer Park (historical)		CA	059		
5345767	El Nido Mobile Home Estates (historical)	el-nido-mobile-home-estates-historical	US		0	America/Los_Angeles	33.63363	-117.92172	28			CA	059		
5345768	El Nido Mobile Home Estates	el-nido-mobile-home-estates	US		0	America/Los_Angeles	33.51114	-117.64699	58			CA	059		
5345792	El Pinal	el-pinal	US		0	America/Los_Angeles	37.98048	-121.28217	6			CA	077		
5345808	El Prado (historical)	el-prado-historical	US		0	America/Los_Angeles	36.90634	-119.73153	115			CA	019		
5345821	El Rancho Mobile Home Park	el-rancho-mobile-home-park	US		0	America/Los_Angeles	33.88752	-118.19174	20			CA	037		
5345822	El Rancho Mobile Home Park	el-rancho-mobile-home-park	US		0	America/Los_Angeles	33.25726	-116.37001	176			CA	073		
5345844	El Rio	el-rio	US		7198	America/Los_Angeles	34.23578	-119.16383	28	El Rio,El Río,Elrio,Jerusalem,New Jerusalem,ela riyo,Ел Рио,एल रियो		CA	111		
5345848	El Rio Villa	el-rio-villa	US		0	America/Los_Angeles	38.53463	-121.94413	37			CA	113		
5345849	El Rita	el-rita	US		0	America/Los_Angeles	35.21746	-118.55648	821			CA	029		
5345851	El Roble	el-roble	US		0	America/Los_Angeles	39.08962	-123.18084	172	El Roble,El Roble Siding		CA	045		
5345872	El Sereno	el-sereno	US		0	America/Los_Angeles	34.08112	-118.17785	138			CA	037		
5345877	El Sereno Estates Mobile Home Park	el-sereno-estates-mobile-home-park	US		0	America/Los_Angeles	34.43416	-119.29511	186			CA	111		
5345897	El Sueno	el-sueno	US		0	America/Los_Angeles	34.44361	-119.77125	71			CA	083		
5345910	El Toro Mobile Home Estates	el-toro-mobile-home-estates	US		0	America/Los_Angeles	33.6203	-117.69311	124			CA	059		
5345928	Elayon	elayon	US		0	America/Los_Angeles	34.36444	-118.52342	426			CA	037		
5345970	Elders Corner	elders-corner	US		0	America/Los_Angeles	38.95656	-121.10106	415			CA	061		
5345971	Elderwood	elderwood	US		0	America/Los_Angeles	36.47162	-119.12233	150			CA	107		
5345982	Eldorado Mobile Home Estates	eldorado-mobile-home-estates	US		0	America/Los_Angeles	33.79863	-117.94423	32			CA	059		
5345997	Eldton	eldton	US		0	America/Los_Angeles	37.72604	-122.44942	91			CA	075		
5346050	Elfin Forest	elfin-forest	US		0	America/Los_Angeles	33.07365	-117.1642	117			CA	073		
5346052	Elftman	elftman	US		0	America/Los_Angeles	33.84029	-118.22313	11			CA	037		
5346216	Ellicott	ellicott	US		0	America/Los_Angeles	36.92162	-121.8369	47			CA	087		
5346222	Elliot (historical)	elliot-historical	US		0	America/Los_Angeles	37.67271	-121.83884	113	Eliot Siding,Elliot (historical)		CA	001		
5346233	Elliott (historical)	elliott-historical	US		0	America/Los_Angeles	38.23464	-121.18078	28			CA	077		
5346235	Elliott Corner	elliott-corner	US		0	America/Los_Angeles	37.46272	-119.77461	901			CA	043		
5346240	Ellis (historical)	ellis-historical	US		0	America/Los_Angeles	37.72021	-121.46106	24			CA	077		
5346256	Ellis Place	ellis-place	US		0	America/Los_Angeles	36.52106	-119.01899	268			CA	107		
5346265	Ellwood	ellwood	US		0	America/Los_Angeles	34.43166	-119.88792	31			CA	083		
5346266	Ellwood Estates	ellwood-estates	US		0	America/Los_Angeles	34.65943	-120.47739	21			CA	083		
5346290	Elm View	elm-view	US		0	America/Los_Angeles	36.54745	-119.79125	78			CA	019		
5346292	Elmco	elmco	US		0	America/Los_Angeles	35.99245	-119.04288	141			CA	107		
5346315	Elmore Desert Ranch	elmore-desert-ranch	US		0	America/Los_Angeles	33.10366	-115.80055	-54			CA	025		
5346321	Elna (historical)	elna-historical	US		0	America/Los_Angeles	37.09382	-118.22454	1182			CA	027		
5346338	Elsey	elsey	US		0	America/Los_Angeles	39.60739	-121.59442	199			CA	007		
5346340	Elvas	elvas	US		0	America/Los_Angeles	38.58324	-121.44857	13			CA	067		
5346341	Elvaton (historical)	elvaton-historical	US		0	America/Los_Angeles	38.72713	-121.80635	27			CA	113		
5346348	Elvira	elvira	US		0	America/Los_Angeles	32.83755	-117.23337	45			CA	073		
5346356	Ely (historical)	ely-historical	US		0	America/Los_Angeles	38.27908	-122.66554	13			CA	097		
5346382	Embarcadero	embarcadero	US		0	America/Los_Angeles	38.23992	-122.4497	4	Embarcadero,Saint Louis Landing		CA	097		
5346391	Emerald Bay	emerald-bay	US		0	America/Los_Angeles	38.95991	-120.09796	1926			CA	017		
5346394	Emerald Bay	emerald-bay	US		0	America/Los_Angeles	33.55252	-117.80922	24			CA	059		
5346401	Emerald Hills	emerald-hills	US		0	America/Los_Angeles	32.71672	-117.08114	52			CA	073		
5346406	Emerald Isle Mobile Home Park	emerald-isle-mobile-home-park	US		0	America/Los_Angeles	33.76279	-117.91284	29			CA	059		
5346410	Emerald Lake	emerald-lake	US		0	America/Los_Angeles	37.4666	-122.26302	84			CA	081		
5346413	Emerald Lake Hills	emerald-lake-hills	US		4278	America/Los_Angeles	37.46466	-122.26802	159			CA	081		
5346540	Emmaton	emmaton	US		0	America/Los_Angeles	38.0802	-121.73218	0			CA	067		
5346552	Empire (historical)	empire-historical	US		0	America/Los_Angeles	38.00353	-121.81496	16			CA	013		
5346553	Empire (historical)	empire-historical	US		0	America/Los_Angeles	39.82599	-123.59419	408			CA	045		
5346603	Encanto	encanto	US		0	America/Los_Angeles	32.712	-117.05031	81	Encanto,Klauber Park		CA	073		
5346628	Enchanted Hills	enchanted-hills	US		0	America/Los_Angeles	38.38297	-122.42609	327			CA	055		
5346681	Engineer Springs	engineer-springs	US		0	America/Los_Angeles	32.62811	-116.76502	414			CA	073		
5346689	English Bar (historical)	english-bar-historical	US		0	America/Los_Angeles	39.87045	-120.81662	1208			CA	063		
5346701	English Town	english-town	US		0	America/Los_Angeles	37.17939	-121.83912	426			CA	085		
5346703	Eniwetok Housing Area	eniwetok-housing-area	US		0	America/Los_Angeles	34.87165	-116.96309	655			CA	071		
5346712	Ensign (historical)	ensign-historical	US		0	America/Los_Angeles	39.98794	-122.08332	63			CA	103		
5346717	Ensley	ensley	US		0	America/Los_Angeles	38.8074	-121.67274	7			CA	101		
5346718	Enson	enson	US		0	America/Los_Angeles	36.55912	-119.37512	106	Enson,Giffen		CA	107		
5346162	Elkhorn	elkhorn	US	24831	1565	America/Los_Angeles	36.8244	-121.7405	3			CA	053		
5346721	Enterprise (historical)	enterprise-historical	US		0	America/Los_Angeles	39.53628	-121.36413	275	Enterprise (historical),Mountain Spring		CA	007		
5346771	Equestrian Village	equestrian-village	US		0	America/Los_Angeles	38.72324	-121.07467	197			CA	017		
5346775	Eric (historical)	eric-historical	US		0	America/Los_Angeles	35.11163	-118.32841	1196			CA	029		
5346790	Erle (historical)	erle-historical	US		0	America/Los_Angeles	39.10073	-121.39579	35			CA	115		
5346810	Escalle	escalle	US		0	America/Los_Angeles	37.94326	-122.54498	78			CA	041		
5346837	Escondido Junction	escondido-junction	US		0	America/Los_Angeles	33.1817	-117.36865	12			CA	073		
5346847	Escondido Terrace Mobile Home Park	escondido-terrace-mobile-home-park	US		0	America/Los_Angeles	33.12587	-117.06142	219			CA	073		
5346855	Eshel (historical)	eshel-historical	US		0	America/Los_Angeles	36.72217	-119.70931	95			CA	019		
5346863	Esmar (historical)	esmar-historical	US		0	America/Los_Angeles	37.56799	-120.92965	29	Esman,Esmar (historical)		CA	099		
5346865	Eskini (historical)	eskini-historical	US		0	America/Los_Angeles	39.64433	-121.80109	48	Erskins,Es-kin *,Eskini (historical)		CA	007		
5346877	Esperanza	esperanza	US		0	America/Los_Angeles	33.87557	-117.75672	110			CA	059		
5346898	Esquon	esquon	US		0	America/Los_Angeles	39.60572	-121.76692	41			CA	007		
5346910	Estelle	estelle	US		0	America/Los_Angeles	33.17643	-115.5086	-54			CA	025		
5346935	Estrella	estrella	US		0	America/Los_Angeles	35.70552	-120.61017	235	Estrella,Estrelta		CA	079		
5346951	Etheda Springs	etheda-springs	US		0	America/Los_Angeles	36.69411	-119.00733	1287			CA	019		
5346963	Etiwanda	etiwanda	US		0	America/Los_Angeles	34.12612	-117.52366	408			CA	071		
5346978	Ettawa Springs	ettawa-springs	US		0	America/Los_Angeles	38.85101	-122.6961	601			CA	033		
5346986	Eucalyptus Hills	eucalyptus-hills	US		5313	America/Los_Angeles	32.87977	-116.94669	203			CA	073		
5347016	Etiwa (historical)	etiwa-historical	US		0	America/Los_Angeles	34.06473	-117.52422	305			CA	071		
5347025	Eureka (historical)	eureka-historical	US		0	America/Los_Angeles	39.61073	-120.89606	1542			CA	091		
5347125	Evelyn	evelyn	US		0	America/Los_Angeles	36.14663	-116.31615	573			CA	027		
5347146	Everglade	everglade	US		0	America/Los_Angeles	38.98239	-121.76747	8			CA	101		
5347148	Evergreen (historical)	evergreen-historical	US		0	America/Los_Angeles	33.96862	-118.04757	58			CA	037		
5347170	Evergreen Estates	evergreen-estates	US		0	America/Los_Angeles	39.2435	-121.04523	879			CA	057		
5347270	Fagan	fagan	US		0	America/Los_Angeles	39.336	-121.68358	28			CA	007		
5347315	Fairbanks Ranch	fairbanks-ranch	US		3148	America/Los_Angeles	32.99393	-117.18726	49			CA	073		
5347359	Fairmead	fairmead	US		1447	America/Los_Angeles	37.07633	-120.19295	77			CA	039		
5347388	Fairoaks	fairoaks	US		0	America/Los_Angeles	35.11859	-120.60239	29			CA	079		
5347389	Fairoaks Bridge (historical)	fairoaks-bridge-historical	US		0	America/Los_Angeles	38.63379	-121.26328	31			CA	067		
5347423	Fairview Mobile Home Estates	fairview-mobile-home-estates	US		0	America/Los_Angeles	33.74363	-117.90395	24			CA	059		
5347443	Fairville	fairville	US		0	America/Los_Angeles	38.17797	-122.44553	5			CA	097		
5347444	Fairway Acres	fairway-acres	US		0	America/Los_Angeles	37.96742	-120.40381	497			CA	109		
5347447	Fairway Park	fairway-park	US		0	America/Los_Angeles	37.62077	-122.48831	12			CA	081		
5347559	Fales Hot Springs	fales-hot-springs	US		0	America/Los_Angeles	38.35103	-119.40016	2231			CA	051		
5347591	Fallbrook Junction	fallbrook-junction	US		0	America/Los_Angeles	33.22337	-117.39421	19			CA	073		
5347603	Fallen Leaf	fallen-leaf	US		0	America/Los_Angeles	38.88296	-120.07268	1959			CA	017		
5347623	Falling Springs (historical)	falling-springs-historical	US		0	America/Los_Angeles	34.30167	-117.83923	1206	Falling Springs (historical),La Cienega,Little Cienega		CA	037		
5347672	Famoso	famoso	US		0	America/Los_Angeles	35.59801	-119.20816	130	Famoso,Poso		CA	029		
5347680	Fane	fane	US		0	America/Los_Angeles	36.36995	-119.13455	124			CA	107		
5347709	Fargo (historical)	fargo-historical	US		0	America/Los_Angeles	36.6369	-119.51485	109	Fargo (historical),Fortuna		CA	019		
5347717	Farley (historical)	farley-historical	US		0	America/Los_Angeles	36.96856	-121.89412	35	Farlay,Farley (historical)		CA	087		
5347725	Farm Hills	farm-hills	US		0	America/Los_Angeles	37.4566	-122.25552	126			CA	081		
5347728	Faria	faria	US		0	America/Los_Angeles	34.31805	-119.38762	3			CA	111		
5347761	Farr	farr	US		0	America/Los_Angeles	33.13032	-117.32948	15			CA	073		
5347838	Feather River Inn	feather-river-inn	US		0	America/Los_Angeles	39.79045	-120.62966	1360			CA	063		
5347841	Feather River Park	feather-river-park	US		0	America/Los_Angeles	39.77823	-120.62966	1323	Feather River Park,Feather River Park Resort		CA	063		
5347865	Felice (historical)	felice-historical	US		0	America/Los_Angeles	38.39075	-122.53332	119			CA	097		
5347876	Felix	felix	US		0	America/Los_Angeles	38.02826	-120.71576	340			CA	009		
5347912	Femmons	femmons	US		0	America/Los_Angeles	37.93826	-120.02241	1250			CA	109		
5347923	Fenner	fenner	US		0	America/Los_Angeles	34.81583	-115.17915	640			CA	071		
5347935	Fergus	fergus	US		0	America/Los_Angeles	37.31938	-120.53825	48			CA	047		
5347937	Fep (historical)	fep-historical	US		0	America/Los_Angeles	36.94662	-121.50855	47			CA	069		
5347950	Fern Ann Falls	fern-ann-falls	US		0	America/Los_Angeles	34.28472	-118.61648	444			CA	037		
5347995	Fern Valley	fern-valley	US		0	America/Los_Angeles	33.75863	-116.69807	1791			CA	065		
5348007	Fernbrook	fernbrook	US		0	America/Los_Angeles	32.9681	-116.91169	371			CA	073		
5348018	Fernwood Mobile Home Park	fernwood-mobile-home-park	US		0	America/Los_Angeles	33.80835	-117.99839	20			CA	059		
5348024	Fernside	fernside	US		0	America/Los_Angeles	37.76521	-122.22886	4			CA	001		
5348030	Fetters Hot Springs	fetters-hot-springs	US		0	America/Los_Angeles	38.31991	-122.48609	43	Fetters Hot Springs,Fetters Springs		CA	097		
5348067	Fiesta Shores	fiesta-shores	US		0	America/Los_Angeles	32.78227	-117.22059	4			CA	073		
5348069	Fiddlers Green	fiddlers-green	US		0	America/Los_Angeles	39.72877	-122.71528	687			CA	021		
5348094	Fig Orchard	fig-orchard	US		0	America/Los_Angeles	35.30857	-118.58259	474			CA	029		
5348100	Figarden	figarden	US		0	America/Los_Angeles	36.82273	-119.86237	96	Bullard,Fig Garden,Fig Garden Village,Figarden		CA	019		
5348154	Fine Gold	fine-gold	US		0	America/Los_Angeles	37.19078	-119.61875	412	Fine Gold,Finegold,Gold		CA	039		
5348308	Firebrick	firebrick	US		0	America/Los_Angeles	38.33436	-120.92522	115			CA	005		
5348320	Firestone Park	firestone-park	US		0	America/Los_Angeles	33.96307	-118.23257	41	Firestone Park,Firestone Park Station		CA	037		
5349325	Fish Rock	fish-rock	US		0	America/Los_Angeles	38.80491	-123.58529	52	Fish Rock,Fishrock		CA	045		
5349333	Fish Springs	fish-springs	US		0	America/Los_Angeles	37.07493	-118.25371	1200			CA	027		
5349342	Fishel	fishel	US		0	America/Los_Angeles	34.31251	-115.2422	268	Fishel,Fishnel		CA	071		
5349353	Fisher Place	fisher-place	US		0	America/Los_Angeles	38.2352	-120.45076	816	Fisher Place,Robertson		CA	009		
5349401	Five Corners	five-corners	US		0	America/Los_Angeles	37.82687	-121.14411	16			CA	077		
5349412	Five Mile Terrace	five-mile-terrace	US		0	America/Los_Angeles	38.73824	-120.71299	894			CA	017		
5349446	Fizzben Heights	fizzben-heights	US		0	America/Los_Angeles	34.42139	-117.09032	1084			CA	071		
5349456	Flamingo Heights	flamingo-heights	US		0	America/Los_Angeles	34.24056	-116.4389	1057			CA	071		
5349471	Flat Ravine (historical)	flat-ravine-historical	US		0	America/Los_Angeles	39.13407	-120.51854	1846			CA	061		
5349497	Flea Valley (historical)	flea-valley-historical	US		0	America/Los_Angeles	39.82961	-121.48303	1123	Flea Valley (historical),Flea Valley House		CA	007		
5349501	Fleetridge	fleetridge	US		0	America/Los_Angeles	32.72783	-117.24809	85			CA	073		
5349524	Fleta	fleta	US		0	America/Los_Angeles	35.00331	-118.15813	806			CA	029		
5349549	Flinn Springs	flinn-springs	US		0	America/Los_Angeles	32.85505	-116.85252	324	Flinn Springs,Flynn Springs		CA	073		
5349563	Flonellis	flonellis	US		0	America/Los_Angeles	38.56935	-120.96466	289			CA	017		
5349613	Florin	florin	US		47513	America/Los_Angeles	38.49602	-121.40884	10	Florin,Флорин		CA	067		
5349631	Flosden (historical)	flosden-historical	US		0	America/Los_Angeles	38.1452	-122.25191	10			CA	095		
5349632	Flosden Acres	flosden-acres	US		0	America/Los_Angeles	38.13631	-122.25219	5			CA	095		
5349651	Fluhr	fluhr	US		0	America/Los_Angeles	37.36272	-120.57769	53			CA	047		
5349652	Fluhr (historical)	fluhr-historical	US		0	America/Los_Angeles	34.94303	-117.9509	723			CA	029		
5349662	Flumeville	flumeville	US		0	America/Los_Angeles	38.92935	-123.70974	58			CA	045		
5349666	Fly-In Acres	fly-in-acres	US		0	America/Los_Angeles	38.23186	-120.33714	1176			CA	009		
5349725	Folsom Junction	folsom-junction	US		0	America/Los_Angeles	38.66824	-121.18217	56			CA	067		
5349754	Fondo	fondo	US		0	America/Los_Angeles	33.11143	-115.62444	-62			CA	025		
5349778	Fontenay Villa	fontenay-villa	US		0	America/Los_Angeles	37.08106	-121.97413	322			CA	087		
5349802	Foothill Estates	foothill-estates	US		0	America/Los_Angeles	34.63332	-120.48239	37			CA	083		
5349803	Foothill Farms	foothill-farms	US		33121	America/Los_Angeles	38.67877	-121.35114	43			CA	067		
5349846	Foothills of San Marcos Mobile Home Park	foothills-of-san-marcos-mobile-home-park	US		0	America/Los_Angeles	33.15282	-117.13864	240			CA	073		
5349850	Foppiano	foppiano	US		0	America/Los_Angeles	38.02187	-121.24134	12			CA	077		
5349851	Forbes (historical)	forbes-historical	US		0	America/Los_Angeles	38.00131	-122.53775	10			CA	041		
5349907	Forebay	forebay	US		0	America/Los_Angeles	39.23657	-120.7366	1346			CA	061		
5349932	Forest Home (historical)	forest-home-historical	US		0	America/Los_Angeles	38.46491	-120.96411	177			CA	005		
5349949	Forest Meadows	forest-meadows	US		1249	America/Los_Angeles	38.16851	-120.40659	1028			CA	009		
5349960	Forest Spring (historical)	forest-spring-historical	US		0	America/Los_Angeles	39.16323	-121.06384	623			CA	057		
5349961	Forest Springs	forest-springs	US		0	America/Los_Angeles	37.13884	-122.14885	222			CA	087		
5349967	Foresta	foresta	US		0	America/Los_Angeles	37.69826	-119.75517	1315			CA	043		
5349646	Floyd	floyd	US	24091	0	America/Los_Angeles	36.73495	-119.99293	75			CA	019		
5350025	Fornis	fornis	US		0	America/Los_Angeles	38.8924	-120.86133	725			CA	017		
5350049	Fort Camp (historical)	fort-camp-historical	US		0	America/Los_Angeles	36.76467	-119.67319	104			CA	019		
5350068	Fort Miller (historical)	fort-miller-historical	US		0	America/Los_Angeles	37.01523	-119.65931	171	Camp Barbour,Camp Miller,Fort Miller (historical),Millerton,Rootville		CA	039		
5350083	Fort Ord Village (historical)	fort-ord-village-historical	US		0	America/Los_Angeles	36.62357	-121.83467	37			CA	053		
5350086	Fort Piute (historical)	fort-piute-historical	US		0	America/Los_Angeles	35.115	-114.98525	862			CA	071		
5350093	Fort Romie	fort-romie	US		0	America/Los_Angeles	36.40024	-121.34632	57			CA	053		
5350094	Fort Roosevelt	fort-roosevelt	US		0	America/Los_Angeles	36.31745	-119.65791	75			CA	031		
5350095	Fort Rosecrans	fort-rosecrans	US		0	America/Los_Angeles	32.68422	-117.24615	90			CA	073		
5350113	Fort Winfield Scott	fort-winfield-scott	US		0	America/Los_Angeles	37.8016	-122.47358	71	Castillo de San Joaquin,Fort Scott,Fort Winfield Scott		CA	075		
5350150	Foster Bar (historical)	foster-bar-historical	US		0	America/Los_Angeles	39.436	-121.12996	582	Foster Bar (historical),Foster's Bar		CA	115		
5350175	Foster Park	foster-park	US		0	America/Los_Angeles	34.35278	-119.30511	73			CA	111		
5350201	Fountain Place	fountain-place	US		0	America/Los_Angeles	38.85102	-119.93407	2373			CA	017		
5350204	Fountain Springs	fountain-springs	US		0	America/Los_Angeles	35.89106	-118.91565	245			CA	107		
5350215	Fountain Valley Mobile Home Estates	fountain-valley-mobile-home-estates	US		0	America/Los_Angeles	33.69946	-117.96617	5			CA	059		
5350232	Four Acres	four-acres	US		0	America/Los_Angeles	39.00851	-120.78854	376			CA	061		
5350270	Four Pines	four-pines	US		0	America/Los_Angeles	39.60988	-123.01278	1327			CA	033		
5350271	Four Points	four-points	US		0	America/Los_Angeles	34.54249	-118.03007	841			CA	037		
5350330	Fourth Crossing	fourth-crossing	US		0	America/Los_Angeles	38.13131	-120.63465	281			CA	009		
5350350	Fouts Springs	fouts-springs	US		0	America/Los_Angeles	39.35322	-122.66499	522			CA	011		
5350420	Fram (historical)	fram-historical	US		0	America/Los_Angeles	35.09941	-118.18646	947			CA	029		
5350423	Frances	frances	US		0	America/Los_Angeles	33.71196	-117.7645	58			CA	059		
5350453	Franciscan Village	franciscan-village	US		0	America/Los_Angeles	38.70685	-121.08161	220			CA	017		
5350454	Franciscan Village	franciscan-village	US		0	America/Los_Angeles	34.40777	-119.53818	13			CA	083		
5350460	Franciscan Mobile Home Park	franciscan-mobile-home-park	US		0	America/Los_Angeles	37.68799	-122.45053	114			CA	081		
5350616	Fraziers Landing	fraziers-landing	US		0	America/Los_Angeles	39.00489	-121.81913	13			CA	011		
5350627	Freda	freda	US		0	America/Los_Angeles	34.10224	-114.91053	272			CA	071		
5350628	Fredalba	fredalba	US		0	America/Los_Angeles	34.20167	-117.13226	1698			CA	071		
5350640	Fredericks	fredericks	US		0	America/Los_Angeles	38.37353	-122.79471	35			CA	097		
5350721	Freestone	freestone	US		0	America/Los_Angeles	38.37242	-122.91555	67			CA	097		
5350832	French Corral	french-corral	US		0	America/Los_Angeles	39.306	-121.16134	467			CA	057		
5350903	Frenches Ravine (historical)	frenches-ravine-historical	US		0	America/Los_Angeles	39.32073	-121.20329	162			CA	115		
5350930	Fresh Pond	fresh-pond	US		0	America/Los_Angeles	38.76018	-120.52992	1099			CA	017		
5350942	Fresno Beach (historical)	fresno-beach-historical	US		0	America/Los_Angeles	36.85939	-119.84515	80			CA	019		
5350954	Fresno City (historical)	fresno-city-historical	US		0	America/Los_Angeles	36.66106	-120.26099	50			CA	019		
5350972	Fresno Crossing	fresno-crossing	US		0	America/Los_Angeles	37.23717	-119.77515	336			CA	039		
5351021	Friendly Hills	friendly-hills	US		0	America/Los_Angeles	33.95362	-118.00368	97			CA	037		
5351024	Friendly Hills Manor Mobile Home Park	friendly-hills-manor-mobile-home-park	US		0	America/Los_Angeles	33.14948	-117.06864	232			CA	073		
5351030	Friendly Village Mobile Home Park	friendly-village-mobile-home-park	US		0	America/Los_Angeles	34.27667	-118.80287	210			CA	111		
5351031	Friendly Village of Anaheim	friendly-village-of-anaheim	US		0	America/Los_Angeles	33.86113	-117.7845	90			CA	059		
5351056	Friendship Village	friendship-village	US		0	America/Los_Angeles	37.77826	-122.43053	32			CA	075		
5351063	Frink	frink	US		0	America/Los_Angeles	33.36253	-115.64805	-52			CA	025		
5351122	Frosts (historical)	frosts-historical	US		0	America/Los_Angeles	39.00074	-120.10435	1901			CA	017		
5351138	Fruitridge Manor	fruitridge-manor	US		0	America/Los_Angeles	38.52491	-121.44218	10			CA	067		
5351159	Fruto	fruto	US		0	America/Los_Angeles	39.58988	-122.44999	186			CA	021		
5351179	Fuchs	fuchs	US		0	America/Los_Angeles	38.34741	-120.45603	752			CA	009		
5351224	Fuller	fuller	US		0	America/Los_Angeles	32.86033	-115.4061	-21			CA	025		
5351225	Fuller Acres	fuller-acres	US		991	America/Los_Angeles	35.29996	-118.91177	128	Fuller Acres,Hilltop		CA	029		
5351240	Fuller Park	fuller-park	US		0	America/Los_Angeles	33.86863	-117.97812	27			CA	059		
5351280	Fulton Wells	fulton-wells	US		0	America/Los_Angeles	33.94279	-118.08257	39			CA	037		
5351303	Furnace (historical)	furnace-historical	US		0	America/Los_Angeles	36.19107	-116.66421	1451			CA	027		
5351307	Furnace Creek	furnace-creek	US		24	America/Los_Angeles	36.4478	-116.8529	-54	Fernes-Krik,Fernis Krik,pernacu kirik,pharnesa krika,Фернес-Крик,Фернис Крик,फर्नेस क्रीक,பேர்னாசு கிறீக்,ファーニス・クリーク		CA	027		
5351332	Gabilan (historical)	gabilan-historical	US		0	America/Los_Angeles	36.54663	-121.49411	34			CA	053		
5351333	Gabilan Acres	gabilan-acres	US		0	America/Los_Angeles	36.75524	-121.61939	62			CA	053		
5351348	Gadwall (historical)	gadwall-historical	US		0	America/Los_Angeles	37.02161	-120.76491	31			CA	047		
5351367	Gale	gale	US		0	America/Los_Angeles	34.8561	-116.84226	604			CA	071		
5351385	Galena Hill (historical)	galena-hill-historical	US		0	America/Los_Angeles	39.4735	-121.05551	858			CA	115		
5351397	Galivan	galivan	US		0	America/Los_Angeles	33.56947	-117.67394	86			CA	059		
5351414	Gallinas	gallinas	US		0	America/Los_Angeles	38.0202	-122.52525	11	Gallinas,Gallinas Valley		CA	041		
5351467	Ganns	ganns	US		0	America/Los_Angeles	38.40436	-120.15908	2055	Ganns,Ganns Meadows		CA	009		
5351496	Garden Acres	garden-acres	US		10648	America/Los_Angeles	37.96381	-121.22939	10			CA	077		
5351505	Garden City Trailer Court	garden-city-trailer-court	US		0	America/Los_Angeles	37.36744	-121.89329	20			CA	085		
5351509	Garden Court Mobile Home Village	garden-court-mobile-home-village	US		0	America/Los_Angeles	37.38189	-121.95801	10			CA	085		
5351511	Garden Farms	garden-farms	US		386	America/Los_Angeles	35.41803	-120.60628	291			CA	079		
5351530	Garden Park	garden-park	US		0	America/Los_Angeles	34.09057	-117.26949	318			CA	071		
5351543	Garden Valley (historical)	garden-valley-historical	US		0	America/Los_Angeles	39.43461	-121.10523	582			CA	115		
5351560	Gardenland	gardenland	US		0	America/Los_Angeles	38.61102	-121.47495	7			CA	067		
5351580	Gardners Trailer Park	gardners-trailer-park	US		0	America/Los_Angeles	33.74307	-117.90089	23			CA	059		
5351582	Garey	garey	US		68	America/Los_Angeles	34.88859	-120.31488	116	Garey,Garvey,Gary		CA	083		
5351634	Garlock	garlock	US		0	America/Los_Angeles	35.40246	-117.79006	661	Eugeneville,Garlock		CA	029		
5351654	Garnet	garnet	US		7543	America/Los_Angeles	33.90196	-116.54557	217	Garnet,Gray,Palm Springs,Palms,Pierce,Seven Palms		CA	065		
5351660	Garnsey	garnsey	US		0	America/Los_Angeles	34.16862	-118.40202	200			CA	037		
5351691	Garvanza	garvanza	US		0	America/Los_Angeles	34.1164	-118.18035	185			CA	037		
5351719	Gate Place	gate-place	US		0	America/Los_Angeles	39.92906	-120.57772	1769	Cates,Gate Place		CA	063		
5351720	Gateley	gateley	US		0	America/Los_Angeles	38.00714	-122.30997	25			CA	013		
5351725	Gaspur (historical)	gaspur-historical	US		0	America/Los_Angeles	33.78141	-118.22118	2			CA	037		
5351762	Gato	gato	US		0	America/Los_Angeles	34.45749	-120.37766	21			CA	083		
5351795	Gavilan Hills	gavilan-hills	US		0	America/Los_Angeles	33.78446	-117.36921	647			CA	065		
5351797	Gaviota	gaviota	US		0	America/Los_Angeles	34.47166	-120.21487	31	Gaviota,San Luis Rey de Francia		CA	083		
5351836	Gelatt	gelatt	US		0	America/Los_Angeles	39.32102	-120.29131	1812			CA	057		
5351848	Gemco	gemco	US		0	America/Los_Angeles	34.20917	-118.43758	234			CA	037		
5351881	Genes Mobile Home Park	genes-mobile-home-park	US		0	America/Los_Angeles	37.36465	-118.42483	1292	Gene's Mobile Home Park,Genes Mobile Home Park		CA	027		
5351895	Genevra	genevra	US		0	America/Los_Angeles	39.06989	-122.09164	30	Berlin,Genevra,Genevra Station		CA	011		
5351995	Gepford	gepford	US		0	America/Los_Angeles	36.39828	-119.8093	73			CA	031		
5352080	Giant	giant	US		0	America/Los_Angeles	37.99048	-122.35719	7	Giant,Nitro		CA	013		
5352090	Giant Oak (historical)	giant-oak-historical	US		0	America/Los_Angeles	36.30467	-119.18844	111			CA	107		
5352104	Gibbs Ranch	gibbs-ranch	US		0	America/Los_Angeles	37.98826	-120.40547	679			CA	109		
5352138	Giffen Cantua Ranch	giffen-cantua-ranch	US		0	America/Los_Angeles	36.47467	-120.39238	136			CA	019		
5352181	Gillete	gillete	US		0	America/Los_Angeles	36.17384	-119.03621	136			CA	107		
5352194	Gillis	gillis	US		0	America/Los_Angeles	37.93409	-121.383	-1			CA	077		
5352207	Gilman Hot Springs	gilman-hot-springs	US		0	America/Los_Angeles	33.83585	-116.98891	451	Gilman Hot Springs,Relief Hot Springs,San Jacinto Hot Springs		CA	065		
5352302	Glamis	glamis	US		0	America/Los_Angeles	32.99754	-115.07192	102			CA	025		
5352315	Glassell Park	glassell-park	US		0	America/Los_Angeles	34.10945	-118.23924	123			CA	037		
5352350	Glen Avon	glen-avon	US		20199	America/Los_Angeles	34.01168	-117.48477	230	Glen Avon,Glen Avon Heights,Glenavon,West Riverside		CA	065		
5352379	Glen Frazer	glen-frazer	US		0	America/Los_Angeles	37.99826	-122.16274	91			CA	013		
5352393	Glen Martin	glen-martin	US		0	America/Los_Angeles	34.14584	-116.98559	1713	Glen Martin,Martin Glen		CA	071		
5352407	Glen Valley	glen-valley	US		0	America/Los_Angeles	33.86196	-117.32615	495			CA	065		
5352413	Glenblair	glenblair	US		0	America/Los_Angeles	39.45767	-123.72529	63	Glen Blair Junction,Glenblair		CA	045		
5352422	Glencove	glencove	US		0	America/Los_Angeles	38.06853	-122.20691	6	Glen Cove,Glencove		CA	095		
5352433	Glendale Junction	glendale-junction	US		0	America/Los_Angeles	34.07529	-118.22507	93			CA	037		
5352479	Glenoak Hills	glenoak-hills	US		0	America/Los_Angeles	33.53753	-116.98058	686			CA	065		
5352483	Glenoaks Country	glenoaks-country	US		0	America/Los_Angeles	33.53114	-117.00641	517			CA	065		
5352487	Glenridge	glenridge	US		0	America/Los_Angeles	37.7391	-122.43692	153			CA	075		
5352488	Glenridge Park	glenridge-park	US		0	America/Los_Angeles	39.04435	-120.12435	1936			CA	017		
5352505	Glenwood Mobile Estates	glenwood-mobile-estates	US		0	America/Los_Angeles	37.38049	-118.41872	1278			CA	027		
5352536	Glorietta	glorietta	US		0	America/Los_Angeles	37.86674	-122.16638	182			CA	013		
5352537	Glorietta	glorietta	US		0	America/Los_Angeles	36.83773	-119.70959	112			CA	019		
5352606	Goat Rock	goat-rock	US		0	America/Los_Angeles	38.58158	-123.12139	259			CA	097		
5352656	Goffs	goffs	US		0	America/Los_Angeles	34.91916	-115.06275	791			CA	071		
5352661	Goforth Mobile Home Village	goforth-mobile-home-village	US		0	America/Los_Angeles	33.80363	-117.83422	79			CA	059		
5352662	Goggins	goggins	US		0	America/Los_Angeles	39.04074	-120.50798	1349			CA	061		
5352664	Goggins (historical)	goggins-historical	US		0	America/Los_Angeles	39.04213	-120.50937	1359			CA	061		
5352737	Gold Lake (historical)	gold-lake-historical	US		0	America/Los_Angeles	39.77822	-121.31441	1286			CA	007		
5352760	Gold Mine Hill	gold-mine-hill	US		0	America/Los_Angeles	37.74188	-122.43803	194			CA	075		
5352764	Gold Ridge	gold-ridge	US		0	America/Los_Angeles	38.75324	-120.56826	1233			CA	017		
5352771	Gold River	gold-river	US		7912	America/Los_Angeles	38.62629	-121.24662	36	Gold River,golda ribhara,Голд Ривер,गोल्ड रिभर		CA	067		
5352790	Gold Star Mobile Home	gold-star-mobile-home	US		0	America/Los_Angeles	33.20226	-117.24976	123			CA	073		
5352791	Gold Town (historical)	gold-town-historical	US		0	America/Los_Angeles	35.00164	-118.16896	827			CA	029		
5352793	Gold Trail Park	gold-trail-park	US		0	America/Los_Angeles	38.75268	-120.84994	527			CA	017		
5352806	Goldcrest Mobile Home Club	goldcrest-mobile-home-club	US		0	America/Los_Angeles	33.80196	-117.94506	33			CA	059		
5352818	Golden Chain Mobile Home Park	golden-chain-mobile-home-park	US		0	America/Los_Angeles	38.93795	-121.09272	429			CA	061		
5352872	Golden Hill	golden-hill	US		0	America/Los_Angeles	32.71616	-117.13614	63			CA	073		
5352875	Golden Hills	golden-hills	US		8656	America/Los_Angeles	35.14247	-118.49036	1194			CA	029		
5352888	Golden Mesa	golden-mesa	US		0	America/Los_Angeles	34.53583	-117.33505	889			CA	071		
5352891	Golden Oaks Mobile Estates	golden-oaks-mobile-estates	US		0	America/Los_Angeles	34.43527	-119.27872	205			CA	111		
5352892	Golden Oaks Mobile Home Park	golden-oaks-mobile-home-park	US		0	America/Los_Angeles	34.43305	-119.29567	182			CA	111		
5352919	Golden Torch Trailer Park	golden-torch-trailer-park	US		0	America/Los_Angeles	38.29686	-120.28714	1520			CA	009		
5352928	Golden Valley Acres	golden-valley-acres	US		0	America/Los_Angeles	34.42278	-117.4431	1121			CA	071		
5352939	Golden Wheeler Mobile Home Park	golden-wheeler-mobile-home-park	US		0	America/Los_Angeles	37.37438	-121.8919	19			CA	085		
5352944	Goldleaf	goldleaf	US		0	America/Los_Angeles	36.72217	-119.71792	95			CA	019		
5352946	Goldmont Forest	goldmont-forest	US		0	America/Los_Angeles	38.02326	-120.25241	1002			CA	109		
5352950	Goldstone	goldstone	US		0	America/Los_Angeles	35.29719	-116.91393	999			CA	071		
5352956	Goldtree	goldtree	US		0	America/Los_Angeles	35.32192	-120.68239	143	Goldtree,Hathaway		CA	079		
5352962	Goler Heights	goler-heights	US		0	America/Los_Angeles	35.4269	-117.7459	786			CA	029		
5352981	Golf (historical)	golf-historical	US		0	America/Los_Angeles	38.00603	-122.53248	7			CA	041		
5353021	Good Meadow	good-meadow	US		0	America/Los_Angeles	33.76613	-117.28421	506			CA	065		
5353056	Goodale	goodale	US		0	America/Los_Angeles	36.37801	-119.04427	145			CA	107		
5353074	Goodmans Corner	goodmans-corner	US		0	America/Los_Angeles	38.20492	-120.98716	56			CA	009		
5353075	Goodmill	goodmill	US		0	America/Los_Angeles	36.78078	-119.02344	1133			CA	019		
5353135	Gordola	gordola	US		0	America/Los_Angeles	36.97523	-122.13441	27	Godola,Gordola		CA	087		
5353138	Gorda	gorda	US		0	America/Los_Angeles	35.93246	-121.46882	45			CA	053		
5353180	Gosford	gosford	US		0	America/Los_Angeles	35.31107	-119.09149	111			CA	029		
5353238	Governors Village	governors-village	US		0	America/Los_Angeles	38.68879	-121.08133	229	Governor Village,Governors Village		CA	017		
5353248	Grabtown	grabtown	US		0	America/Los_Angeles	37.42216	-122.34386	490	Gilbert's Camp,Grabtown		CA	081		
5353397	Graeagle	graeagle	US		737	America/Los_Angeles	39.76629	-120.61855	1333	Davies Mill,Graeagle		CA	063		
5353407	Graham (historical)	graham-historical	US		0	America/Los_Angeles	38.44713	-121.37884	12			CA	067		
5353423	Graino	graino	US		0	America/Los_Angeles	39.03573	-121.96219	10			CA	011		
5353505	Grande Mobile Manor Mobile Home Park	grande-mobile-manor-mobile-home-park	US		0	America/Los_Angeles	35.1072	-120.59017	25			CA	079		
5353559	Granite Hills	granite-hills	US		3035	America/Los_Angeles	32.80311	-116.90475	201			CA	073		
5353648	Grant Grove Village	grant-grove-village	US		0	America/Los_Angeles	36.73995	-118.96261	2012			CA	107		
5353649	Grant Hill	grant-hill	US		0	America/Los_Angeles	32.7095	-117.13809	46			CA	073		
5353695	Granz (historical)	granz-historical	US		0	America/Los_Angeles	36.74689	-119.70931	99			CA	019		
5353706	Grapeland (historical)	grapeland-historical	US		0	America/Los_Angeles	34.1589	-117.45422	525			CA	071		
5353758	Grapit	grapit	US		0	America/Los_Angeles	39.68099	-122.19415	67			CA	021		
5353770	Grass Flat	grass-flat	US		0	America/Los_Angeles	39.67573	-120.93523	1481			CA	091		
5353846	Gravenstein	gravenstein	US		0	America/Los_Angeles	38.40464	-122.80777	23			CA	097		
5353857	Gravesboro	gravesboro	US		0	America/Los_Angeles	36.77301	-119.41152	147			CA	019		
5353997	Greekstore (historical)	greekstore-historical	US		0	America/Los_Angeles	39.07685	-120.55854	1714			CA	061		
5353998	Greeley Hill	greeley-hill	US		915	America/Los_Angeles	37.74465	-120.12991	957			CA	043		
5354008	Green Acres	green-acres	US		1805	America/Los_Angeles	33.73808	-117.07642	482			CA	065		
5354072	Green Lantern Village	green-lantern-village	US		0	America/Los_Angeles	33.75363	-117.98784	13			CA	059		
5354093	Green Springs Ranch	green-springs-ranch	US		0	America/Los_Angeles	38.70157	-121.03467	317	Green Ranch,Green Springs Ranch		CA	017		
5354094	Green Springs Valley	green-springs-valley	US		0	America/Los_Angeles	38.70963	-121.04828	331			CA	017		
5354097	Green Tree Estates Mobile Home Park	green-tree-estates-mobile-home-park	US		0	America/Los_Angeles	33.10671	-117.11198	196			CA	073		
5354115	Green Valley Acres	green-valley-acres	US		0	America/Los_Angeles	38.7124	-121.07189	207			CA	017		
5354140	Green Valley Mobile Estates	green-valley-mobile-estates	US		0	America/Los_Angeles	33.05504	-117.26504	61			CA	073		
5354141	Green Valley Mobile Home Park	green-valley-mobile-home-park	US		0	America/Los_Angeles	33.18281	-117.28059	67			CA	073		
5354164	Greenbrier Mobile Home Park	greenbrier-mobile-home-park	US		0	America/Los_Angeles	32.83227	-117.0142	109			CA	073		
5354166	Greencrest Park Mobile Home Park	greencrest-park-mobile-home-park	US		0	America/Los_Angeles	33.10504	-117.07864	204			CA	073		
5354192	Greenhorn	greenhorn	US		236	America/Los_Angeles	39.90434	-120.75078	1352			CA	063		
5354212	Greenley Oaks	greenley-oaks	US		0	America/Los_Angeles	37.9852	-120.3613	672			CA	109		
5354217	Greenleaf Mobile Home Park	greenleaf-mobile-home-park	US		0	America/Los_Angeles	33.6378	-117.9395	32			CA	059		
5354224	Greensport	greensport	US		0	America/Los_Angeles	34.06751	-117.1042	593			CA	071		
5354225	Greenspot (historical)	greenspot-historical	US		0	America/Los_Angeles	34.08585	-117.11087	560	Green Spot,Greenspot (historical)		CA	071		
5354230	Greentree East	greentree-east	US		0	America/Los_Angeles	34.51111	-117.2931	884			CA	071		
5354234	Greenville (historical)	greenville-historical	US		0	America/Los_Angeles	37.71993	-121.69912	178			CA	001		
5354238	Greenwater (historical)	greenwater-historical	US		0	America/Los_Angeles	36.1794	-116.61643	1307	Greenwater (historical),Ramsey,The Camp		CA	027		
5354246	Greenwood (historical)	greenwood-historical	US		0	America/Los_Angeles	38.1327	-122.46081	2			CA	097		
5354252	Greenwich Village	greenwich-village	US		0	America/Los_Angeles	34.18139	-118.86454	236			CA	111		
5354274	Gregg	gregg	US		0	America/Los_Angeles	36.88161	-119.93682	91	Greenleaf,Gregg		CA	039		
5354300	Greystone (historical)	greystone-historical	US		0	America/Los_Angeles	37.22133	-121.8469	83			CA	085		
5354312	Gridley Colony Number One (historical)	gridley-colony-number-one-historical	US		0	America/Los_Angeles	39.33433	-121.66219	28			CA	007		
5354313	Gridley Colony Number Two (historical)	gridley-colony-number-two-historical	US		0	America/Los_Angeles	39.35072	-121.66219	29			CA	007		
5354323	Grey Rocks (historical)	grey-rocks-historical	US		0	America/Los_Angeles	36.26773	-119.10511	114			CA	107		
5354328	Griffin Place	griffin-place	US		0	America/Los_Angeles	39.96932	-122.78639	1448			CA	103		
5354355	Griminger	griminger	US		0	America/Los_Angeles	38.71963	-120.4102	1495	Griminger,Zumwalt		CA	017		
5354406	Grizzly Flat	grizzly-flat	US		0	America/Los_Angeles	38.63629	-120.52743	1179	Chickemasee,Grizzly Flat,Grizzly Flats		CA	017		
5354426	Grizzly Gulch (historical)	grizzly-gulch-historical	US		0	America/Los_Angeles	39.45239	-120.97162	1185			CA	091		
5354442	Grizzly Peak	grizzly-peak	US		0	America/Los_Angeles	38.63241	-120.54409	1199			CA	017		
5354449	Grizzly Ridge	grizzly-ridge	US		0	America/Los_Angeles	38.25631	-120.33881	1311			CA	009		
5354478	Grossmont	grossmont	US		0	America/Los_Angeles	32.77838	-116.98836	206			CA	073		
5354537	Grove Mobile Home Park	grove-mobile-home-park	US		0	America/Los_Angeles	36.20913	-121.11992	97			CA	053		
5354577	Grub Gulch (historical)	grub-gulch-historical	US		0	America/Los_Angeles	37.32467	-119.77071	754	Grub Gulch (historical),Grubgulch		CA	039		
5354590	Guadalcanal Village	guadalcanal-village	US		0	America/Los_Angeles	38.11853	-122.29386	2			CA	095		
5354593	Guadalupe (historical)	guadalupe-historical	US		0	America/Los_Angeles	37.21161	-121.90662	130			CA	085		
5354651	Guenoc (historical)	guenoc-historical	US		0	America/Los_Angeles	38.78907	-122.56582	295			CA	033		
5354660	Guernewood	guernewood	US		0	America/Los_Angeles	38.49269	-123.015	30			CA	097		
5354663	Guernsey Mill	guernsey-mill	US		0	America/Los_Angeles	35.83412	-118.61648	1660			CA	107		
5354721	Gum	gum	US		0	America/Los_Angeles	34.91998	-120.52156	46			CA	083		
5356086	Heavenly Hills	heavenly-hills	US		0	America/Los_Angeles	37.96659	-120.47075	456			CA	109		
5354776	Gypsite	gypsite	US		0	America/Los_Angeles	35.33107	-117.93118	597			CA	029		
5354777	Gypsum (historical)	gypsum-historical	US		0	America/Los_Angeles	33.87724	-117.69283	125			CA	059		
5354811	Hacienda	hacienda	US		0	America/Los_Angeles	38.5113	-122.92777	56			CA	097		
5354812	Hacienda Carmel	hacienda-carmel	US		0	America/Los_Angeles	36.53718	-121.87912	17			CA	053		
5354822	Hacienda Mobile Home Park	hacienda-mobile-home-park	US		0	America/Los_Angeles	37.66632	-121.84746	122			CA	001		
5354823	Hacienda Mobile Home Park	hacienda-mobile-home-park	US		0	America/Los_Angeles	33.86418	-117.87173	65			CA	059		
5354836	Hacienda Village (subdivision)	hacienda-village-subdivision	US		0	America/Los_Angeles	33.94	-118.24667	31			CA	037		
5354837	Hacienda Village	hacienda-village	US		0	America/Los_Angeles	33.94252	-118.24535	33			CA	037		
5354840	Hacienda del Florasol	hacienda-del-florasol	US		0	America/Los_Angeles	32.61728	-116.50029	798			CA	073		
5354878	Hagginwood	hagginwood	US		0	America/Los_Angeles	38.6274	-121.43245	10			CA	067		
5354890	Haight	haight	US		0	America/Los_Angeles	38.0927	-121.243	16			CA	077		
5354895	Haight-Ashbury	haight-ashbury	US		0	America/Los_Angeles	37.76993	-122.44692	81	Ashbury Heights,The Haight,The Upper Haight		CA	075		
5354905	Haiwee	haiwee	US		0	America/Los_Angeles	36.14661	-117.97591	1242			CA	027		
5354914	Halcon	halcon	US		0	America/Los_Angeles	33.82724	-118.0284	16			CA	059		
5354915	Halcyon	halcyon	US		0	America/Los_Angeles	35.10331	-120.59573	20			CA	079		
5354929	Hale Place	hale-place	US		0	America/Los_Angeles	38.50825	-123.03667	67			CA	097		
5354937	Hales Grove	hales-grove	US		0	America/Los_Angeles	39.81765	-123.78224	347	Hales Grove,Monroe,Monroeville		CA	045		
5354939	Haleys Trailer Ranch	haleys-trailer-ranch	US		0	America/Los_Angeles	32.95616	-117.03781	154	Haley's Trailer Ranch,Haleys Trailer Ranch		CA	073		
5354963	Halfway House	halfway-house	US		0	America/Los_Angeles	35.58968	-118.96038	340			CA	029		
5355001	Hall Station	hall-station	US		0	America/Los_Angeles	37.5866	-122.06524	5	Hall,Hall Station		CA	001		
5355014	Hallelujah Junction	hallelujah-junction	US		0	America/Los_Angeles	39.77546	-120.03937	1534			CA	035		
5355015	Halley (historical)	halley-historical	US		0	America/Los_Angeles	37.59465	-121.24827	25			CA	099		
5355020	Halloran Springs	halloran-springs	US		0	America/Los_Angeles	35.37248	-115.89056	910			CA	071		
5355025	Halls Corner	halls-corner	US		0	America/Los_Angeles	36.34245	-119.80652	70			CA	031		
5355040	Halvern	halvern	US		0	America/Los_Angeles	37.62521	-122.05246	6			CA	001		
5355050	Hamblin	hamblin	US		0	America/Los_Angeles	36.32967	-119.60985	76			CA	031		
5355055	Hamburg Farms	hamburg-farms	US		0	America/Los_Angeles	36.87939	-120.7638	69			CA	047		
5355131	Hammil	hammil	US		0	America/Los_Angeles	37.67854	-118.40373	1400			CA	051		
5355159	Hams	hams	US		0	America/Los_Angeles	38.37408	-120.46215	907			CA	009		
5355165	Hancock Park	hancock-park	US		0	America/Los_Angeles	34.06779	-118.33258	64			CA	037		
5355281	Happy Hill	happy-hill	US		0	America/Los_Angeles	35.57108	-121.10658	38			CA	079		
5355316	Harbin Springs Annex	harbin-springs-annex	US		0	America/Los_Angeles	38.79213	-122.66138	520			CA	033		
5355317	Harbine (historical)	harbine-historical	US		0	America/Los_Angeles	38.46464	-122.88611	39			CA	097		
5355318	Harbison Canyon	harbison-canyon	US		3841	America/Los_Angeles	32.82033	-116.83002	276			CA	073		
5355320	Harbin Springs	harbin-springs	US		0	America/Los_Angeles	38.78768	-122.65554	474	Harbin Hot Springs,Harbin Springs,Harbin's Springs		CA	033		
5355331	Harbor Hills	harbor-hills	US		0	America/Los_Angeles	33.7803	-118.31479	92			CA	037		
5355338	Harbor Mobile Home Park	harbor-mobile-home-park	US		0	America/Los_Angeles	33.6303	-117.93006	31			CA	059		
5355342	Harbor Point	harbor-point	US		0	America/Los_Angeles	37.88187	-122.50081	40			CA	041		
5355348	Harbor Side	harbor-side	US		0	America/Los_Angeles	32.61006	-117.08142	18			CA	073		
5355380	Hardin (historical)	hardin-historical	US		0	America/Los_Angeles	38.87268	-122.89416	722			CA	045		
5355382	Harden Flat	harden-flat	US		0	America/Los_Angeles	37.81104	-119.9474	1061	Harden Flat,Harden Ranch,Hardin Flat,Hardins Ranch,Rardin Ranch		CA	109		
5355414	Hardy Place	hardy-place	US		0	America/Los_Angeles	39.80099	-122.95084	1401			CA	045		
5355448	Harlem Springs	harlem-springs	US		0	America/Los_Angeles	34.1214	-117.22615	350			CA	071		
5355463	Harmony Acres	harmony-acres	US		0	America/Los_Angeles	34.14361	-116.10945	723			CA	071		
5355468	Harmony Grove	harmony-grove	US		0	America/Los_Angeles	33.09615	-117.13531	174			CA	073		
5355479	Harold, Palmdale	harold-palmdale	US		0	America/Los_Angeles	34.545	-118.10953	863	Alpine,Harold  Palmdale		CA	037		
5355487	Harp	harp	US		0	America/Los_Angeles	37.58049	-120.98493	25			CA	099		
5355507	Harpertown	harpertown	US		0	America/Los_Angeles	35.29468	-118.92343	121			CA	029		
5355564	Harrison Park	harrison-park	US		0	America/Los_Angeles	33.02616	-116.56919	1389			CA	073		
5355577	Harry Floyd Terrace	harry-floyd-terrace	US		0	America/Los_Angeles	38.12909	-122.23803	35			CA	095		
5355635	Harts Place	harts-place	US		0	America/Los_Angeles	35.50079	-117.94868	940			CA	029		
5355686	Haselbusch (historical)	haselbusch-historical	US		0	America/Los_Angeles	39.44739	-121.64969	36			CA	007		
5355691	Haskell Creek Homesites	haskell-creek-homesites	US		0	America/Los_Angeles	39.63462	-120.55271	1780			CA	091		
5355707	Hasset (historical)	hasset-historical	US		0	America/Los_Angeles	36.40134	-119.73208	75			CA	031		
5355743	Hathaway Place	hathaway-place	US		0	America/Los_Angeles	35.16692	-120.29932	298			CA	079		
5355746	Hathaways Mountain Pines	hathaways-mountain-pines	US		0	America/Los_Angeles	38.19464	-120.36825	1051	Hathaway's Mountain Pines,Hathaways Mountain Pines		CA	009		
5355764	Havasu Palms	havasu-palms	US		0	America/Los_Angeles	34.3989	-114.28051	143	Havasu Palms,Roads End Camp		CA	071		
5355787	Hawaiian Village Mobile Home Park	hawaiian-village-mobile-home-park	US		0	America/Los_Angeles	32.83588	-116.97919	107			CA	073		
5355789	Hawes	hawes	US		0	America/Los_Angeles	38.09409	-121.24717	16			CA	077		
5355790	Hawes (historical)	hawes-historical	US		0	America/Los_Angeles	34.9397	-117.36366	696			CA	071		
5355801	Hawk Ravine (historical)	hawk-ravine-historical	US		0	America/Los_Angeles	39.51433	-121.43913	386			CA	007		
5355808	Hawkins (historical)	hawkins-historical	US		0	America/Los_Angeles	36.22051	-119.06927	119			CA	107		
5355914	Hays Place	hays-place	US		0	America/Los_Angeles	39.6771	-122.91111	957			CA	045		
5355924	Haystack	haystack	US		0	America/Los_Angeles	38.22325	-122.60998	4			CA	097		
5355946	Hayward Park	hayward-park	US		0	America/Los_Angeles	37.55438	-122.3133	5			CA	081		
5356044	Heart Bar Campground	heart-bar-campground	US		0	America/Los_Angeles	34.15862	-116.78669	2094			CA	071		
5356046	Hearst	hearst	US		0	America/Los_Angeles	39.49155	-123.21473	420			CA	045		
5356067	Heath Place	heath-place	US		0	America/Los_Angeles	39.82404	-123.38113	634			CA	045		
5356073	Heather Glen	heather-glen	US		0	America/Los_Angeles	39.01823	-120.98189	628			CA	061		
5356107	Hebron (historical)	hebron-historical	US		0	America/Los_Angeles	38.6774	-121.72857	12			CA	113		
5356136	Heeser Addition	heeser-addition	US		0	America/Los_Angeles	39.41517	-123.77085	95			CA	045		
5356145	Heinlenville (historical)	heinlenville-historical	US		0	America/Los_Angeles	37.35161	-121.89496	20			CA	085		
5356221	Hellhole Palms	hellhole-palms	US		0	America/Los_Angeles	33.23671	-116.44029	524			CA	073		
5356250	Helltown	helltown	US		0	America/Los_Angeles	39.81155	-121.6597	266			CA	007		
5356255	Helm Corner	helm-corner	US		0	America/Los_Angeles	36.09801	-119.64374	59			CA	031		
5356341	Henderson Village	henderson-village	US		0	America/Los_Angeles	38.10075	-121.3055	9			CA	077		
5356352	Hendy Grove	hendy-grove	US		0	America/Los_Angeles	39.07684	-123.46362	58			CA	045		
5356353	Henleyville	henleyville	US		0	America/Los_Angeles	39.96182	-122.32666	133			CA	103		
5356412	Henshaw	henshaw	US		0	America/Los_Angeles	34.00224	-117.46338	235			CA	065		
5356473	Heritage Mobile Home Park	heritage-mobile-home-park	US		0	America/Los_Angeles	33.51781	-117.11836	373			CA	065		
5356539	Hermosillo	hermosillo	US		0	America/Los_Angeles	33.87918	-118.29591	11			CA	037		
5356554	Herpoco	herpoco	US		0	America/Los_Angeles	38.01159	-122.27108	17			CA	013		
5356594	Hess Mill	hess-mill	US		0	America/Los_Angeles	38.10242	-120.23769	1073			CA	109		
5356617	Hetch Hetchy Junction	hetch-hetchy-junction	US		0	America/Los_Angeles	37.80104	-120.4877	294			CA	109		
5356624	Hewes Park	hewes-park	US		0	America/Los_Angeles	33.78057	-117.81617	74			CA	059		
5356652	Hi Vista	hi-vista	US		0	America/Los_Angeles	34.73499	-117.77729	933			CA	037		
5356666	Hickok Ranch	hickok-ranch	US		0	America/Los_Angeles	38.71712	-121.04661	301			CA	017		
5356678	Hickson	hickson	US		0	America/Los_Angeles	34.25722	-118.46758	278			CA	037		
5356700	Hidden Hills	hidden-hills	US		1924	America/Los_Angeles	34.16028	-118.65231	328			CA	037		
5356722	Hidden Meadows	hidden-meadows	US		3485	America/Los_Angeles	33.22531	-117.11253	456			CA	073		
5356731	Hidden River	hidden-river	US		0	America/Los_Angeles	34.17834	-116.30807	849			CA	071		
5356739	Hidden Palms	hidden-palms	US		0	America/Los_Angeles	33.8203	-116.3014	131			CA	065		
5356740	Hidden Springs	hidden-springs	US		0	America/Los_Angeles	34.31833	-118.13118	954			CA	037		
5356750	Hidden Vale Mobile Home Park	hidden-vale-mobile-home-park	US		0	America/Los_Angeles	33.09643	-117.07031	187			CA	073		
5356783	Hideaway Mobile Estates	hideaway-mobile-estates	US		0	America/Los_Angeles	33.2342	-117.05781	404			CA	073		
5356786	Higby	higby	US		0	America/Los_Angeles	36.28495	-119.28789	100			CA	107		
5356792	Higgins Corner	higgins-corner	US		0	America/Los_Angeles	39.04267	-121.09495	435			CA	057		
5356796	High Acres Haciendas	high-acres-haciendas	US		0	America/Los_Angeles	33.5653	-117.02836	501			CA	065		
5356799	High Country	high-country	US		0	America/Los_Angeles	34.405	-117.38144	1108			CA	071		
5356845	High Sierra Park	high-sierra-park	US		0	America/Los_Angeles	38.08187	-120.14741	1420			CA	109		
5356864	Highgrove	highgrove	US		3988	America/Los_Angeles	34.01585	-117.33338	290	Citrus,East Riverside,High Grove,Highgrove,Merril,Merrill		CA	065		
5356866	Highcroft	highcroft	US		0	America/Los_Angeles	38.50186	-122.94361	13			CA	097		
5356869	Highland (historical)	highland-historical	US		0	America/Los_Angeles	37.10634	-121.93385	594	Highland (historical),Highland Center,Highlands,Skyland		CA	087		
5356923	Highland Plams Mobile Home Park	highland-plams-mobile-home-park	US		0	America/Los_Angeles	33.74085	-117.12253	478			CA	065		
5356938	Highland Springs	highland-springs	US		0	America/Los_Angeles	38.93712	-122.90694	452	Highland,Highland Springs		CA	033		
5356939	Highland Springs	highland-springs	US		0	America/Los_Angeles	33.96946	-116.94225	915	Highland Springs,Highland Springs Resort,Highland Springs Resort and Conference Center,Highland Springs Village,Smith's Station		CA	065		
5356946	Highland Village	highland-village	US		0	America/Los_Angeles	38.70657	-121.07189	228			CA	017		
5356963	Highlands Mobile Home Park	highlands-mobile-home-park	US		0	America/Los_Angeles	37.37687	-118.41483	1277			CA	027		
5356964	Highlands Mobile Home Park	highlands-mobile-home-park	US		0	America/Los_Angeles	32.83533	-117.03281	130			CA	073		
5356977	Hights Corner	hights-corner	US		0	America/Los_Angeles	35.44329	-119.20233	105			CA	029		
5356979	Highway City	highway-city	US		0	America/Los_Angeles	36.81078	-119.88487	91			CA	019		
5356982	Highway Highlands	highway-highlands	US		0	America/Los_Angeles	34.23445	-118.25952	512			CA	037		
5356990	Hilarita	hilarita	US		0	America/Los_Angeles	37.88409	-122.47192	4			CA	041		
5357028	Hillcrest	hillcrest	US		0	America/Los_Angeles	32.74783	-117.15753	87			CA	073		
5357065	Hillgrove	hillgrove	US		0	America/Los_Angeles	34.01668	-117.98006	101	Hill Grove,Hillgrove		CA	037		
5357070	Hillmaid	hillmaid	US		0	America/Los_Angeles	36.41384	-119.13483	133	Hillmaid,Redbanks		CA	107		
5357078	Hills Ferry	hills-ferry	US		0	America/Los_Angeles	37.34883	-120.97965	21	Hill's Ferry,Hills Ferry		CA	099		
5357079	Hills Flat	hills-flat	US		0	America/Los_Angeles	39.22406	-121.05328	749			CA	057		
5357087	Hillsborough Park	hillsborough-park	US		0	America/Los_Angeles	37.55494	-122.35886	111			CA	081		
5357099	Hillside (historical)	hillside-historical	US		0	America/Los_Angeles	37.20578	-119.87877	278			CA	039		
5357187	Hinda	hinda	US		0	America/Los_Angeles	33.95279	-117.05809	668	Alexis,Hinda		CA	065		
5357218	Hirschdale	hirschdale	US		0	America/Los_Angeles	39.36852	-120.07603	1660			CA	057		
5357235	Hite Cove	hite-cove	US		0	America/Los_Angeles	37.64076	-119.84906	481	Hite Cove,Hite's Cove,Hites Cove		CA	043		
5357256	Hobergs	hobergs	US		0	America/Los_Angeles	38.84351	-122.72443	919	Hoberg Resort,Hobergs,Hobergs Resort		CA	033		
5357263	Hobart Mills	hobart-mills	US		0	America/Los_Angeles	39.40046	-120.18381	1794			CA	057		
5357290	Hodson (historical)	hodson-historical	US		0	America/Los_Angeles	37.99659	-120.68548	296			CA	009		
5357293	Hoff (historical)	hoff-historical	US		0	America/Los_Angeles	37.33966	-120.53964	51			CA	047		
5357308	Hoffman Point	hoffman-point	US		0	America/Los_Angeles	36.69217	-119.19817	450			CA	019		
5357412	Holcomb Village	holcomb-village	US		0	America/Los_Angeles	33.35087	-116.73752	1002			CA	073		
5357413	Holden (historical)	holden-historical	US		0	America/Los_Angeles	37.97909	-121.10633	25			CA	077		
5357444	Holiday Home Mobile Home Park	holiday-home-mobile-home-park	US		0	America/Los_Angeles	33.25532	-116.39223	218			CA	073		
5357464	Holland Summit (historical)	holland-summit-historical	US		0	America/Los_Angeles	34.80053	-118.87343	1264			CA	037		
5357519	Hollydale	hollydale	US		0	America/Los_Angeles	33.91474	-118.16174	25			CA	037		
5357520	Hollydale	hollydale	US		0	America/Los_Angeles	38.50519	-122.92	110			CA	097		
5357528	Hollywood Beach	hollywood-beach	US		0	America/Los_Angeles	34.16723	-119.23066	4			CA	111		
5357553	Hollywood Riviera	hollywood-riviera	US		0	America/Los_Angeles	33.81418	-118.38313	37			CA	037		
5357557	Hollywood by the Sea	hollywood-by-the-sea	US		0	America/Los_Angeles	34.16056	-119.22594	4	Hollywood by the Sea,Hollywood-by-the-Sea		CA	111		
5357596	Holton (historical)	holton-historical	US		0	America/Los_Angeles	33.94723	-118.44397	15			CA	037		
5357730	Home Garden	home-garden	US		1761	America/Los_Angeles	36.30328	-119.63624	75			CA	031		
5357731	Home Gardens	home-gardens	US		11570	America/Los_Angeles	33.87807	-117.52088	204	Home Gardens,Riverside Valley Home Gardens		CA	065		
5357736	Home Junction	home-junction	US		0	America/Los_Angeles	34.03584	-118.4348	53			CA	037		
5357759	Homelands	homelands	US		0	America/Los_Angeles	32.74172	-116.97253	167			CA	073		
5357792	Honby	honby	US		0	America/Los_Angeles	34.42111	-118.49231	398			CA	037		
5357794	Honcut	honcut	US		370	America/Los_Angeles	39.32906	-121.53386	33	Honcut,Moores Station		CA	007		
5357799	Honda	honda	US		0	America/Los_Angeles	34.61554	-120.6335	28			CA	083		
5357850	Hood Junction	hood-junction	US		0	America/Los_Angeles	38.36352	-121.50968	2	Hood,Hood Junction		CA	067		
5357876	Hooper (historical)	hooper-historical	US		0	America/Los_Angeles	38.01964	-121.85135	5			CA	013		
5357879	Hookston	hookston	US		0	America/Los_Angeles	37.94131	-122.05274	19			CA	013		
5357889	Hoosier Trailer Court	hoosier-trailer-court	US		0	America/Los_Angeles	33.64446	-117.92061	26			CA	059		
5357927	Hope (historical)	hope-historical	US		0	America/Los_Angeles	36.02217	-119.02593	145			CA	107		
5357953	Hope Ranch	hope-ranch	US		0	America/Los_Angeles	34.42194	-119.77097	39			CA	083		
5358007	Hopyard (historical)	hopyard-historical	US		0	America/Los_Angeles	38.42991	-122.8686	33			CA	097		
5358249	Horstville	horstville	US		0	America/Los_Angeles	39.02795	-121.39162	34			CA	115		
5358329	Hough Springs	hough-springs	US		0	America/Los_Angeles	39.16239	-122.61221	468	Hough Springs,Hough's Mineral Springs		CA	033		
5358340	Houghton Place	houghton-place	US		0	America/Los_Angeles	39.80488	-122.67833	1157			CA	103		
5358362	Houze Place	houze-place	US		0	America/Los_Angeles	34.7686	-117.62589	901			CA	071		
5358363	Hovley	hovley	US		0	America/Los_Angeles	33.00254	-115.52165	-42			CA	025		
5358389	Howard Landing	howard-landing	US		0	America/Los_Angeles	38.2288	-121.60107	2			CA	067		
5358395	Howard Mill (historical)	howard-mill-historical	US		0	America/Los_Angeles	39.30489	-122.94083	1071			CA	033		
5358422	Howard Springs	howard-springs	US		0	America/Los_Angeles	38.85823	-122.67471	660			CA	033		
5358425	Howell Mountain	howell-mountain	US		0	America/Los_Angeles	38.5813	-122.45109	513			CA	055		
5358427	Howell Place	howell-place	US		0	America/Los_Angeles	34.46916	-119.11983	829			CA	111		
5358436	Howland Flat	howland-flat	US		0	America/Los_Angeles	39.71489	-120.88662	1721	Howland Flat,Table Rock,Tablerock		CA	091		
5358445	Huasna	huasna	US		0	America/Los_Angeles	35.12275	-120.39349	243			CA	079		
5358456	Hub	hub	US		0	America/Los_Angeles	36.40217	-119.80903	71			CA	031		
5358466	Hubert Place	hubert-place	US		0	America/Los_Angeles	35.16886	-120.26738	373			CA	079		
5358483	Hudner	hudner	US		0	America/Los_Angeles	36.89995	-121.45133	63			CA	069		
5358527	Hughes Mill	hughes-mill	US		0	America/Los_Angeles	39.09101	-120.77966	1070			CA	061		
5358530	Hughes Place	hughes-place	US		0	America/Los_Angeles	39.72766	-121.40219	773			CA	007		
5358553	Hulburd Grove	hulburd-grove	US		0	America/Los_Angeles	32.862	-116.62307	1052			CA	073		
5358590	Hume (historical)	hume-historical	US		0	America/Los_Angeles	39.42822	-121.64942	34			CA	007		
5358597	Hume Station	hume-station	US		0	America/Los_Angeles	36.79439	-118.90511	1611			CA	019		
5358686	Fort Hunter Liggett	fort-hunter-liggett	US		0	America/Los_Angeles	36.01024	-121.23854	325	Fort Hunter Liggett,HGT		CA	053		
5358720	Huntington Harbor Mobile Home Park	huntington-harbor-mobile-home-park	US		0	America/Los_Angeles	33.72557	-118.05256	2			CA	059		
5358722	Huntington Harbour	huntington-harbour	US		0	America/Los_Angeles	33.72113	-118.06423	4	Huntington Harbor,Huntington Harbour		CA	059		
5358724	Huntington Lake	huntington-lake	US		0	America/Los_Angeles	37.23161	-119.23596	2142			CA	019		
5358734	Huntington Mobile Home Estates	huntington-mobile-home-estates	US		0	America/Los_Angeles	33.68557	-117.99395	17			CA	059		
5358746	Huntington Shorecliffs Mobile Home Park	huntington-shorecliffs-mobile-home-park	US		0	America/Los_Angeles	33.66141	-117.99006	2			CA	059		
5358757	Hunts Hill (historical)	hunts-hill-historical	US		0	America/Los_Angeles	39.23823	-120.91272	885	Gouge Eye,Hunts Hill (historical)		CA	057		
5358760	Hurlbut	hurlbut	US		0	America/Los_Angeles	38.41269	-122.8386	58			CA	097		
5358762	Hurleton	hurleton	US		0	America/Los_Angeles	39.49739	-121.38747	487			CA	007		
5358800	Hutt	hutt	US		0	America/Los_Angeles	34.90776	-117.07532	656			CA	071		
5358819	Hyde Park Mobile Home Estates	hyde-park-mobile-home-estates	US		0	America/Los_Angeles	33.74307	-117.91006	23			CA	059		
5358824	Hyperion (historical)	hyperion-historical	US		0	America/Los_Angeles	33.92612	-118.43285	10			CA	037		
5358847	Ibis	ibis	US		0	America/Los_Angeles	34.94	-114.79247	445	Ibex,Ibis		CA	071		
5358873	Iceland	iceland	US		0	America/Los_Angeles	39.37546	-120.02603	1648	Cuba,Iceland		CA	057		
5358903	Idria	idria	US		0	America/Los_Angeles	36.4169	-120.67434	807	Idria,New Idria		CA	069		
5358999	Illinoistown (historical)	illinoistown-historical	US		0	America/Los_Angeles	39.08823	-120.95661	695	Alder Grove,Illinoistown (historical),Upper Corral		CA	061		
5359000	Ilmon	ilmon	US		0	America/Los_Angeles	35.31246	-118.69398	307			CA	029		
5359001	Imhoff	imhoff	US		0	America/Los_Angeles	36.2144	-119.33095	90			CA	107		
5359048	Imola	imola	US		0	America/Los_Angeles	38.27853	-122.28053	2			CA	055		
5359074	Imperial Courts	imperial-courts	US		0	America/Los_Angeles	33.9314	-118.23229	28			CA	037		
5359080	Imperial Escondido Estates Mobile Home Park	imperial-escondido-estates-mobile-home-park	US		0	America/Los_Angeles	33.14171	-117.04809	212			CA	073		
5359118	Inca	inca	US		0	America/Los_Angeles	33.80085	-114.76635	220			CA	065		
5359120	Inceville	inceville	US		0	America/Los_Angeles	34.03834	-118.55536	6			CA	037		
5359121	Incline	incline	US		0	America/Los_Angeles	37.66049	-119.85267	463	Incline,Indian Flat		CA	043		
5359125	Indak (historical)	indak-historical	US		0	America/Los_Angeles	38.72907	-120.80105	567			CA	017		
5359127	Independence, Rail Rd Flat	independence-rail-rd-flat	US		0	America/Los_Angeles	38.34908	-120.51354	802			CA	009		
5359216	Indian Creek	indian-creek	US		0	America/Los_Angeles	38.18159	-120.43437	908			CA	009		
5359282	Indian Gulch	indian-gulch	US		0	America/Los_Angeles	37.43938	-120.19685	295	Indian Gulch,Indiangulch		CA	043		
5359296	Indian Hill (historical)	indian-hill-historical	US		0	America/Los_Angeles	39.50684	-120.99245	1002			CA	091		
5359316	Indian Lakes Estates	indian-lakes-estates	US		0	America/Los_Angeles	37.21106	-119.68015	685			CA	039		
5359324	Indian Oaks	indian-oaks	US		0	America/Los_Angeles	33.60558	-117.02086	463			CA	065		
5359420	Indian Village	indian-village	US		0	America/Los_Angeles	36.44912	-116.87422	-60			CA	027		
5359433	Indian Wells Mobile Home Park	indian-wells-mobile-home-park	US		0	America/Los_Angeles	33.70086	-116.2664	16			CA	065		
5359453	Indio Hills	indio-hills	US		972	America/Los_Angeles	33.83113	-116.2314	346			CA	065		
5359476	Ingle	ingle	US		0	America/Los_Angeles	36.72134	-120.25655	50			CA	019		
5359478	Inglenook	inglenook	US		0	America/Los_Angeles	39.52961	-123.7589	31			CA	045		
5359530	Inmans (historical)	inmans-historical	US		0	America/Los_Angeles	35.42829	-118.35175	2258			CA	029		
5359537	Inperial Gables	inperial-gables	US		0	America/Los_Angeles	33.12754	-114.92913	391			CA	025		
5359540	Inskip	inskip	US		0	America/Los_Angeles	39.98988	-121.54108	1456	Enskeeps Diggins,Inskip,Inskip Town		CA	007		
5359597	Inverness Park	inverness-park	US		0	America/Los_Angeles	38.06381	-122.82277	45			CA	041		
5359652	Iowa Hill	iowa-hill	US		0	America/Los_Angeles	39.10851	-120.85938	872	Iowa City,Iowa Hill		CA	061		
5359667	Iremel	iremel	US		0	America/Los_Angeles	34.92331	-120.52656	43			CA	083		
5359671	Iris	iris	US		0	America/Los_Angeles	33.19531	-115.40443	25			CA	025		
5359689	Irish Town	irish-town	US		0	America/Los_Angeles	39.81238	-121.62581	692			CA	007		
5359692	Irishtown (historical)	irishtown-historical	US		0	America/Los_Angeles	38.3888	-120.67465	601			CA	005		
5359694	Irmulco	irmulco	US		0	America/Los_Angeles	39.42211	-123.51751	133			CA	045		
5359712	Iron Horse	iron-horse	US		297	America/Los_Angeles	39.78823	-120.49688	1507			CA	063		
5359776	Irrigosa	irrigosa	US		0	America/Los_Angeles	36.89106	-119.98738	85			CA	039		
5359793	Irving (historical)	irving-historical	US		0	America/Los_Angeles	38.01687	-122.72443	42			CA	041		
5359805	Irvings Crest	irvings-crest	US		0	America/Los_Angeles	32.97977	-116.91225	415			CA	073		
5359808	Irvington District	irvington-district	US		0	America/Los_Angeles	37.52272	-121.97163	11	Irving,Irvington,Irvington District,The Corners,Washington Corner,Washington Corners		CA	001		
5359815	Irwin Estates	irwin-estates	US		0	America/Los_Angeles	34.92137	-117.0281	666			CA	071		
5359817	Irwindale	irwindale	US		1437	America/Los_Angeles	34.10695	-117.93534	143	ruindejl,Ervindejl,Irvindejl,arvinadela,arwyndaly,ayrwyndl  kalyfrnya,Ірвіндейл,Ервиндејл,Ирвиндейл,Ъруиндейл,آیرویندل، کالیفرنیا,إرويندالي,अर्विनडेल		CA	037		
5359837	Isabella (historical)	isabella-historical	US		0	America/Los_Angeles	35.65551	-118.4612	767			CA	029		
5359847	Isaiah (historical)	isaiah-historical	US		0	America/Los_Angeles	39.71766	-121.44219	300			CA	007		
5359864	Isla Vista	isla-vista	US		23096	America/Los_Angeles	34.41333	-119.86097	14	Ajla Vista,a'ila bhista,airabisuta,aysla wysta  kalyfrnya,Ајла Виста,ایسلا ویستا، کالیفرنیا,आइला भिस्टा,アイラビスタ		CA	083		
5359899	Island View Trailer Park	island-view-trailer-park	US		0	America/Los_Angeles	33.63474	-117.93978	33			CA	059		
5359950	Italian Swiss Colony	italian-swiss-colony	US		0	America/Los_Angeles	36.93106	-120.10655	76			CA	039		
5359967	Ivanpah	ivanpah	US		0	America/Los_Angeles	35.34054	-115.31054	1073	Ivanpah,Leastalk		CA	071		
5359980	Ivesta	ivesta	US		0	America/Los_Angeles	36.72189	-119.63653	104	Ive,Ivesta,Minneola		CA	019		
5359985	Ivory	ivory	US		0	America/Los_Angeles	36.56856	-119.42346	104			CA	107		
5359989	Iverson Indian Rancheria	iverson-indian-rancheria	US		0	America/Los_Angeles	38.93546	-123.68363	54			CA	045		
5359994	Ivy del Mobile Home Park	ivy-del-mobile-home-park	US		0	America/Los_Angeles	33.17115	-117.10587	265			CA	073		
5360006	J Diamond Trailer and Recreational Vehicle Park	j-diamond-trailer-and-recreational-vehicle-park	US		0	America/Los_Angeles	37.36771	-118.39817	1266			CA	027		
5360042	Jacinto	jacinto	US		0	America/Los_Angeles	39.58099	-122.00664	34			CA	021		
5360159	Jacksnipe	jacksnipe	US		0	America/Los_Angeles	38.19269	-122.06802	2	Jacksnipe,Jacksnipe Station		CA	095		
5360252	Jacobs Corner	jacobs-corner	US		0	America/Los_Angeles	38.67157	-121.89441	39			CA	113		
5360265	Jacobsen (historical)	jacobsen-historical	US		0	America/Los_Angeles	39.00546	-120.38547	1786	Jacobsen (historical),Jacobsens		CA	017		
5360279	Jacumba Hot Springs	jacumba-hot-springs	US		561	America/Los_Angeles	32.61756	-116.18974	861	J-Town,J-Town USA,Jacom,Jacumba,Jacumba Hot Springs,La Rancheria llamada en su idioma Jacom		CA	073		
5360295	Jalama	jalama	US		0	America/Los_Angeles	34.49804	-120.49461	40			CA	083		
5360296	Jalama (historical)	jalama-historical	US		0	America/Los_Angeles	34.51026	-120.49905	31			CA	083		
5360304	Jamacha Junction	jamacha-junction	US		0	America/Los_Angeles	32.73978	-116.94336	110			CA	073		
5360306	Jamacha	jamacha	US		0	America/Los_Angeles	32.74172	-116.91141	111	Jamacao,Jamacha,Jamacho		CA	073		
5360309	James	james	US		0	America/Los_Angeles	39.65322	-121.54969	273			CA	007		
5360374	Jamesan	jamesan	US		0	America/Los_Angeles	36.71995	-120.20988	54			CA	019		
5360375	Jamesburg	jamesburg	US		0	America/Los_Angeles	36.36968	-121.59022	525			CA	053		
5360391	Jamison (historical)	jamison-historical	US		0	America/Los_Angeles	39.77601	-120.68217	1455			CA	063		
5360408	Jamul Indian Village	jamul-indian-village	US		0	America/Los_Angeles	32.70589	-116.87141	287			CA	073		
5360457	Jarvis Landing	jarvis-landing	US		0	America/Los_Angeles	37.52938	-122.06357	3	Jarvis Landing,Mayhews Landing		CA	001		
5360459	Jasmin	jasmin	US		0	America/Los_Angeles	35.74273	-119.14483	138			CA	029		
5360470	Jastro	jastro	US		0	America/Los_Angeles	35.37663	-119.07233	121			CA	029		
5360498	Jayhawk	jayhawk	US		0	America/Los_Angeles	38.73129	-120.96633	354			CA	017		
5360565	Jefferson Park	jefferson-park	US		0	America/Los_Angeles	34.02723	-118.31758	45			CA	037		
5360612	Jenks Place	jenks-place	US		0	America/Los_Angeles	39.70849	-122.84833	1614			CA	021		
5360629	Jenny Lind	jenny-lind	US		0	America/Los_Angeles	38.09492	-120.86994	77	Jenny Lind,Jerry Lind		CA	009		
5360681	Jesbel (historical)	jesbel-historical	US		0	America/Los_Angeles	37.14967	-119.95322	164			CA	039		
5360682	Jesmond Dene	jesmond-dene	US		0	America/Los_Angeles	33.18032	-117.1092	278			CA	073		
5360696	Jerseydale	jerseydale	US		0	America/Los_Angeles	37.56355	-119.85739	1152			CA	043		
5360709	Jesus Maria	jesus-maria	US		0	America/Los_Angeles	38.28547	-120.64743	318			CA	009		
5360755	Jim Leggett Place	jim-leggett-place	US		0	America/Los_Angeles	39.86265	-123.42057	453			CA	045		
5360762	Jimgrey	jimgrey	US		0	America/Los_Angeles	34.97692	-117.46755	738			CA	071		
5360766	Jimtown	jimtown	US		0	America/Los_Angeles	38.66658	-122.81972	55			CA	097		
5360814	Joes Landing	joes-landing	US		0	America/Los_Angeles	38.7799	-121.60357	7			CA	101		
5360818	Joesphine	joesphine	US		0	America/Los_Angeles	39.09406	-121.80108	11			CA	101		
5360819	Jofegan	jofegan	US		0	America/Los_Angeles	33.31503	-117.33226	28	Jofegan,Stock Pen		CA	073		
5361032	Johnson Corner	johnson-corner	US		0	America/Los_Angeles	34.30722	-117.75256	1370			CA	037		
5361099	Johnsondale	johnsondale	US		0	America/Los_Angeles	35.97467	-118.54092	1436			CA	107		
5361108	Johnston Corner	johnston-corner	US		0	America/Los_Angeles	36.92856	-121.70523	22			CA	087		
5361117	Johnstons Corner	johnstons-corner	US		0	America/Los_Angeles	34.83026	-117.18032	707	Johnson Corner,Johnstons Corner		CA	071		
5361119	Johnsville	johnsville	US		20	America/Los_Angeles	39.76073	-120.6955	1579	Johnstown,Johnsville		CA	063		
5361121	Johnsville Mobile Home Park	johnsville-mobile-home-park	US		0	America/Los_Angeles	37.40855	-121.8969	12			CA	085		
5361161	Jonata Park	jonata-park	US		0	America/Los_Angeles	34.6511	-120.18432	151			CA	083		
5361166	Jones Bar (historical)	jones-bar-historical	US		0	America/Los_Angeles	39.29378	-121.10968	327			CA	057		
5361176	Jones Corner	jones-corner	US		0	America/Los_Angeles	36.06579	-119.10705	122			CA	107		
5361196	Jones Place	jones-place	US		0	America/Los_Angeles	38.84963	-120.37047	1500			CA	017		
5361220	Jordan Downs	jordan-downs	US		0	America/Los_Angeles	33.94779	-118.23396	34			CA	037		
5361231	Jordan Park	jordan-park	US		0	America/Los_Angeles	37.78465	-122.45664	66			CA	075		
5361320	Jovista	jovista	US		0	America/Los_Angeles	35.79745	-119.18288	123			CA	107		
5361329	Juan	juan	US		0	America/Los_Angeles	35.36638	-115.08804	1287			CA	071		
5361432	Junction Camp	junction-camp	US		0	America/Los_Angeles	34.73165	-119.98014	1065			CA	083		
5361436	Junction House	junction-house	US		0	America/Los_Angeles	39.31656	-120.81105	1330			CA	057		
5361446	Junction Ranch	junction-ranch	US		0	America/Los_Angeles	36.07383	-117.51284	1751			CA	027		
5361453	Junction House	junction-house	US		0	America/Los_Angeles	39.74044	-121.29191	1072			CA	007		
5361457	June Lake Junction	june-lake-junction	US		0	America/Los_Angeles	37.81243	-119.05431	2350			CA	051		
5361484	Juniper Hills	juniper-hills	US		0	America/Los_Angeles	34.44416	-117.93534	1324			CA	037		
5361501	Juniper Springs	juniper-springs	US		0	America/Los_Angeles	33.76613	-117.0842	650			CA	065		
5362417	Kaci-badon (historical)	kaci-badon-historical	US		0	America/Los_Angeles	39.04017	-122.91361	406			CA	033		
5362418	Kadota	kadota	US		0	America/Los_Angeles	37.29494	-120.41213	59			CA	047		
5362497	Kanawyers	kanawyers	US		0	America/Los_Angeles	36.79522	-118.58482	1530	Kanawyer,Kanawyers		CA	019		
5362500	Kane Spring	kane-spring	US		0	America/Los_Angeles	33.10949	-115.83667	-43	Cane Spring,Kane Spring,Kane Springs		CA	025		
5362535	Katella Mobile Home Estates	katella-mobile-home-estates	US		0	America/Los_Angeles	33.80502	-117.98145	23			CA	059		
5362570	Kayandee	kayandee	US		0	America/Los_Angeles	35.34746	-118.9951	121			CA	029		
5362599	Kecks Corner	kecks-corner	US		0	America/Los_Angeles	35.6708	-120.08181	259	Keck's Corner,Kecks Corner,Kecks Corners		CA	029		
5362618	Keenbrook	keenbrook	US		0	America/Los_Angeles	34.24945	-117.45755	744			CA	071		
5362633	Keith	keith	US		0	America/Los_Angeles	34.39416	-118.9601	142			CA	111		
5362645	Keller Place	keller-place	US		0	America/Los_Angeles	39.71543	-122.90778	1290			CA	021		
5362713	Kelsey	kelsey	US		0	America/Los_Angeles	38.79879	-120.82077	586	Kelsey,Kelsey's Diggings		CA	017		
5362755	Ken Mar Gardens Mobile Home Park	ken-mar-gardens-mobile-home-park	US		0	America/Los_Angeles	35.10553	-120.58989	22			CA	079		
5362800	Kennedy Meadow	kennedy-meadow	US		0	America/Los_Angeles	38.31158	-119.74573	1933	Kennedy Meadow,Kennedy Meadow Resort		CA	109		
5362843	Kenny	kenny	US		0	America/Los_Angeles	39.92181	-123.89864	488			CA	045		
5362852	Kensington Gardens	kensington-gardens	US		0	America/Los_Angeles	33.74279	-117.95673	15			CA	059		
5362861	Kent Woodlands	kent-woodlands	US		0	America/Los_Angeles	37.94937	-122.56331	27			CA	041		
5362865	Kenton Mill	kenton-mill	US		0	America/Los_Angeles	34.63971	-116.3553	599			CA	071		
5362883	Kentwood-In-The-Pines	kentwood-in-the-pines	US		0	America/Los_Angeles	33.07171	-116.57557	1313			CA	073		
5362888	Kenwood Estates	kenwood-estates	US		0	America/Los_Angeles	39.15434	-121.06856	669			CA	057		
5362897	Keough Hot Springs	keough-hot-springs	US		0	America/Los_Angeles	37.25465	-118.37705	1283	Keough Hot Springs,Keough's Hot Springs		CA	027		
5362898	Kerby (historical)	kerby-historical	US		0	America/Los_Angeles	39.82435	-120.42188	1492			CA	063		
5362921	Kern	kern	US		0	America/Los_Angeles	35.38218	-118.9826	137	Kern,Sumner		CA	029		
5362930	Kern City	kern-city	US		0	America/Los_Angeles	35.35385	-119.07344	118			CA	029		
5362961	Kern Lake	kern-lake	US		0	America/Los_Angeles	35.13997	-119.07483	86			CA	029		
5362995	Kernville (historical)	kernville-historical	US		0	America/Los_Angeles	35.71412	-118.43675	785	Kernville (historical),Whiskey Flat,Williamsburg		CA	029		
5363013	Kernell	kernell	US		0	America/Los_Angeles	35.7569	-119.344	79			CA	029		
5363024	Kester	kester	US		0	America/Los_Angeles	34.17417	-118.42425	208			CA	037		
5363041	Kettleman	kettleman	US		0	America/Los_Angeles	38.11603	-121.24328	18			CA	077		
5363051	Kettleman Station	kettleman-station	US		0	America/Los_Angeles	35.99884	-119.96374	95			CA	031		
5363053	Kevet	kevet	US		0	America/Los_Angeles	34.36222	-119.04038	92			CA	111		
5363065	Keyesville	keyesville	US		0	America/Los_Angeles	35.62579	-118.51092	868	Hogeye,Keyesville,Keysville		CA	029		
5363106	Kibesillah	kibesillah	US		0	America/Los_Angeles	39.59016	-123.77779	42			CA	045		
5363128	Kiesel	kiesel	US		0	America/Los_Angeles	38.66296	-121.61663	8			CA	113		
5363129	Kilaga Springs	kilaga-springs	US		0	America/Los_Angeles	38.97101	-121.24801	155			CA	061		
5363137	Kilkare Woods	kilkare-woods	US		0	America/Los_Angeles	37.62827	-121.91218	252			CA	001		
5363146	Kilowatt	kilowatt	US		0	America/Los_Angeles	35.39885	-119.44734	85			CA	029		
5363166	Kimballville (historical)	kimballville-historical	US		0	America/Los_Angeles	34.275	-119.30372	2			CA	111		
5363172	Kimberly Gardens Mobile Home Park	kimberly-gardens-mobile-home-park	US		0	America/Los_Angeles	33.61863	-117.69616	121			CA	059		
5363173	Kimble (historical)	kimble-historical	US		0	America/Los_Angeles	36.36717	-119.71763	75			CA	031		
5363187	King (historical)	king-historical	US		0	America/Los_Angeles	35.04526	-116.20557	325			CA	071		
5363217	King Farms	king-farms	US		0	America/Los_Angeles	38.72657	-121.69135	11			CA	113		
5363458	Kingswood Estates	kingswood-estates	US		0	America/Los_Angeles	39.25518	-120.06353	2071			CA	061		
5363459	Kingvale	kingvale	US		143	America/Los_Angeles	39.32101	-120.42882	1869			CA	057		
5363465	Kinneloa Mesa	kinneloa-mesa	US		0	America/Los_Angeles	34.17584	-118.08424	366			CA	037		
5363530	Kister	kister	US		0	America/Los_Angeles	39.82211	-121.3633	1471			CA	007		
5363554	Kiva Beach	kiva-beach	US		0	America/Los_Angeles	38.94046	-120.05102	1902			CA	017		
5363561	Klau	klau	US		0	America/Los_Angeles	35.62525	-120.89157	331			CA	079		
5363571	Klinefelter	klinefelter	US		0	America/Los_Angeles	34.90056	-114.76691	376			CA	071		
5363606	Knights Ferry	knights-ferry	US		0	America/Los_Angeles	37.81965	-120.67215	65	Dentville,Knight's Ferry,Knights Ferry		CA	099		
5363647	Knowles	knowles	US		0	America/Los_Angeles	37.21995	-119.87405	283	Dusy's Rock Pile,Knowles		CA	039		
5363648	Knowles Corner	knowles-corner	US		0	America/Los_Angeles	38.35241	-122.81527	49			CA	097		
5363649	Knowles Junction	knowles-junction	US		0	America/Los_Angeles	37.20272	-119.90905	272	Herbert,Knowles Junction		CA	039		
5363664	Kobe (historical)	kobe-historical	US		0	America/Los_Angeles	38.57685	-121.59135	10			CA	113		
5363694	Komandorski Village	komandorski-village	US		0	America/Los_Angeles	37.71604	-121.90885	113			CA	001		
5363696	Kona Kai Mobile Home Park	kona-kai-mobile-home-park	US		0	America/Los_Angeles	33.73918	-117.92172	20			CA	059		
5363710	Koloma (historical)	koloma-historical	US		0	America/Los_Angeles	38.7999	-120.88994	233	Colomas,Ko-lo-ma *,Koloma (historical)		CA	017		
5363748	Koreatown	koreatown	US		124281	America/Los_Angeles	34.05779	-118.30091	61	koliataun,코리아타운		CA	037		
5363767	Kramer Hills	kramer-hills	US		0	America/Los_Angeles	34.92081	-117.46867	835			CA	071		
5363768	Kramer Junction	kramer-junction	US		0	America/Los_Angeles	34.99248	-117.54172	755	Beecher's Corner,Beechers Corners,Four Corners,Kramer,Kramer Junction		CA	071		
5363777	Kres	kres	US		0	America/Los_Angeles	39.19851	-121.01106	872			CA	057		
5363796	Krug	krug	US		0	America/Los_Angeles	38.51796	-122.48165	72			CA	055		
5363819	Kunuqug (historical)	kunuqug-historical	US		0	America/Los_Angeles	34.44999	-120.47183	6			CA	083		
5363820	Kurand (historical)	kurand-historical	US		0	America/Los_Angeles	39.5296	-122.28971	59			CA	021		
5363824	Kyan (historical)	kyan-historical	US		0	America/Los_Angeles	35.12524	-119.26261	102			CA	029		
5363844	La Barr Meadows	la-barr-meadows	US		0	America/Los_Angeles	39.17462	-121.04523	757			CA	057		
5363846	La Belle Fontane Estates	la-belle-fontane-estates	US		0	America/Los_Angeles	33.83335	-117.99673	24			CA	059		
5363848	La Bolsa	la-bolsa	US		0	America/Los_Angeles	33.68669	-117.99756	20			CA	059		
5363851	La Branza (historical)	la-branza-historical	US		0	America/Los_Angeles	37.17467	-120.31768	67			CA	047		
5363880	La Costa	la-costa	US		0	America/Los_Angeles	33.09115	-117.26615	17			CA	073		
5363890	La Cresta	la-cresta	US		0	America/Los_Angeles	33.56252	-117.31559	657			CA	065		
5363891	La Cresta	la-cresta	US		0	America/Los_Angeles	32.81116	-116.86336	502			CA	073		
5363892	La Cresta Highlands	la-cresta-highlands	US		0	America/Los_Angeles	33.5228	-117.34615	769			CA	065		
5363893	La Cresta Village	la-cresta-village	US		0	America/Los_Angeles	38.66213	-121.083	284			CA	017		
5363896	La Cuesta Fontana	la-cuesta-fontana	US		0	America/Los_Angeles	34.14168	-117.45033	479			CA	071		
5363901	La Delta	la-delta	US		0	America/Los_Angeles	34.64221	-117.34449	789			CA	071		
5363907	La Fetra	la-fetra	US		0	America/Los_Angeles	34.1389	-117.88145	214			CA	037		
5363911	La Fresa	la-fresa	US		0	America/Los_Angeles	33.87279	-118.33591	20			CA	037		
5363925	La Habra Heights	la-habra-heights	US		5454	America/Los_Angeles	33.96085	-117.95062	225	La Khabra Khajts,la ha bu la gao de,la habra ha'itsa,la habra hayts  kalyfrnya,la habra hyayts,Ла Хабра Хайтс,Ла Хабра Хајтс,لا هابرا هایتس، کالیفرنیا,لا هابرا هيايتس,ला हाब्रा हाइट्स,拉哈布拉高地		CA	037		
5363937	La Honda Park	la-honda-park	US		0	America/Los_Angeles	38.12048	-120.49631	546			CA	009		
5363944	La Jolla Amago	la-jolla-amago	US		0	America/Los_Angeles	33.28281	-116.86336	850			CA	073		
5363951	La Jolla Hermosa	la-jolla-hermosa	US		0	America/Los_Angeles	32.8181	-117.27032	31			CA	073		
5363960	La Jolla Ranch	la-jolla-ranch	US		0	America/Los_Angeles	36.72828	-120.60295	103			CA	019		
5363964	La Jolla Shores	la-jolla-shores	US		0	America/Los_Angeles	32.8556	-117.25365	7			CA	073		
5363984	La Maria Mobile Home Park	la-maria-mobile-home-park	US		0	America/Los_Angeles	34.92998	-120.44183	66			CA	083		
5364021	La Paco	la-paco	US		0	America/Los_Angeles	34.16862	-118.35841	184			CA	037		
5364030	La Paloma	la-paloma	US		0	America/Los_Angeles	33.78085	-117.8045	86			CA	059		
5364034	La Panza	la-panza	US		0	America/Los_Angeles	35.36108	-120.21543	573	La Pansa,La Panza,McLean		CA	079		
5364038	La Patera	la-patera	US		0	America/Los_Angeles	34.4375	-119.84208	11			CA	083		
5364046	La Playa	la-playa	US		0	America/Los_Angeles	32.71227	-117.24531	105	Hide Park,La Playa		CA	073		
5364059	La Presa	la-presa	US		34169	America/Los_Angeles	32.70811	-116.99725	107			CA	073		
5364095	La Riviera	la-riviera	US		10802	America/Los_Angeles	38.56685	-121.3569	16			CA	067		
5364098	La Rose (historical)	la-rose-historical	US		0	America/Los_Angeles	35.10413	-118.27175	1148			CA	029		
5364104	La Selva Beach	la-selva-beach	US		2843	America/Los_Angeles	36.93662	-121.86468	25	La Selva Beach,Manresa,Rob Roy,Robroy,Roy Roy		CA	087		
5364109	La Sierra	la-sierra	US		0	America/Los_Angeles	33.92085	-117.49644	230			CA	065		
5364115	La Sierra Heights	la-sierra-heights	US		0	America/Los_Angeles	33.94418	-117.48644	249			CA	065		
5364144	La Vina	la-vina	US		279	America/Los_Angeles	36.8805	-120.11044	70	La Vina,Lavina		CA	039		
5364157	LaMoree Mobile Estates	lamoree-mobile-estates	US		0	America/Los_Angeles	33.12893	-117.13253	236			CA	073		
5364170	Lacjac	lacjac	US		0	America/Los_Angeles	36.61162	-119.48402	106			CA	019		
5364172	Lackey Place	lackey-place	US		0	America/Los_Angeles	35.63218	-118.64675	1158	Lackey Place,Lackey Ranch		CA	029		
5364177	Lacresta (historical)	lacresta-historical	US		0	America/Los_Angeles	38.45575	-122.88416	51			CA	097		
5364192	Ladera	ladera	US		1426	America/Los_Angeles	37.39994	-122.1983	94			CA	081		
5364195	Ladera Heights	ladera-heights	US		6498	America/Los_Angeles	33.99418	-118.37535	93			CA	037		
5364206	Lacto (historical)	lacto-historical	US		0	America/Los_Angeles	37.93798	-121.47939	-2			CA	077		
5364208	Ladrillo (historical)	ladrillo-historical	US		0	America/Los_Angeles	32.81949	-117.22309	30			CA	073		
5364256	Lagol	lagol	US		0	America/Los_Angeles	34.26945	-118.95066	119	Lagol,Lagol Siding		CA	111		
5364304	Laguna Heights	laguna-heights	US		0	America/Los_Angeles	37.78354	-122.42719	52			CA	075		
5364309	Laguna Hills Mobile Home Estates	laguna-hills-mobile-home-estates	US		0	America/Los_Angeles	33.62308	-117.72144	95			CA	059		
5364315	Laguna Junction	laguna-junction	US		0	America/Los_Angeles	32.8095	-116.51252	1248			CA	073		
5364367	Laguna Vista Trailer Park	laguna-vista-trailer-park	US		0	America/Los_Angeles	33.22976	-117.33143	15			CA	073		
5364368	Laguna West	laguna-west	US		0	America/Los_Angeles	38.42491	-121.47329	5			CA	067		
5364374	Laguna Terace Mobile Home Park	laguna-terace-mobile-home-park	US		0	America/Los_Angeles	33.51725	-117.75617	58			CA	059		
5364397	Lairds Corner	lairds-corner	US		0	America/Los_Angeles	36.05134	-119.23205	97			CA	107		
5364398	Lairds Landing	lairds-landing	US		0	America/Los_Angeles	38.15937	-122.9125	11			CA	041		
5364399	Lairport	lairport	US		0	America/Los_Angeles	33.92224	-118.37869	30	Lairport,Wiseburn		CA	037		
5364404	Lake Alpine	lake-alpine	US		0	America/Los_Angeles	38.47852	-120.0038	2251			CA	003		
5364428	Lake Bernardo Estates Mobile Home Park	lake-bernardo-estates-mobile-home-park	US		0	America/Los_Angeles	33.13393	-117.10003	214			CA	073		
5364439	Lake Camanche Ranches	lake-camanche-ranches	US		0	America/Los_Angeles	38.19436	-120.93577	97			CA	009		
5364482	Lake Davis	lake-davis	US		45	America/Los_Angeles	39.87268	-120.47883	1794			CA	063		
5364492	Lake Crest Estates	lake-crest-estates	US		0	America/Los_Angeles	33.72058	-116.9178	543			CA	065		
5364544	Lake Hills Estates	lake-hills-estates	US		0	America/Los_Angeles	38.73185	-121.0855	149			CA	017		
5364571	Lake Los Angeles	lake-los-angeles	US		12328	America/Los_Angeles	34.61249	-117.82812	811			CA	037		
5364580	Lake Madera Country Estates	lake-madera-country-estates	US		0	America/Los_Angeles	37.043	-119.99266	106			CA	039		
5364615	Lake Nacimiento	lake-nacimiento	US		2411	America/Los_Angeles	35.7283	-120.87963	300			CA	079		
5364634	Lake Park Santa Ana	lake-park-santa-ana	US		0	America/Los_Angeles	33.74641	-117.9245	22			CA	059		
5364663	Lake San Marcos	lake-san-marcos	US		4437	America/Los_Angeles	33.12615	-117.20837	160			CA	073		
5364692	Lake Tamarisk	lake-tamarisk	US		0	America/Los_Angeles	33.73891	-115.3897	220			CA	065		
5364706	Lake Valley	lake-valley	US		0	America/Los_Angeles	38.92991	-120.00463	1892			CA	017		
5364723	Lake View Terrace	lake-view-terrace	US		0	America/Los_Angeles	34.27639	-118.36119	357			CA	037		
5364729	Lake Wildwood	lake-wildwood	US		4991	America/Los_Angeles	39.23295	-121.20051	466			CA	057		
5364741	Lake of the Pines	lake-of-the-pines	US		3917	America/Los_Angeles	39.03962	-121.05661	462			CA	057		
5364742	Lake of the Woods	lake-of-the-woods	US		917	America/Los_Angeles	34.81748	-118.99649	1561			CA	029		
5364750	Lakeland Village	lakeland-village	US		11541	America/Los_Angeles	33.63863	-117.34393	391			CA	065		
5364751	Lakemont Pines	lakemont-pines	US		0	America/Los_Angeles	38.2352	-120.37131	1154			CA	009		
5364766	Lakeridge Oaks	lakeridge-oaks	US		0	America/Los_Angeles	38.71185	-121.10939	145			CA	017		
5364798	Lakeside Farms	lakeside-farms	US		0	America/Los_Angeles	32.86699	-116.94003	119			CA	073		
5364811	Lakeside Park	lakeside-park	US		0	America/Los_Angeles	34.22806	-118.64676	287			CA	037		
5364818	Lakeside Terrace	lakeside-terrace	US		0	America/Los_Angeles	38.25158	-120.32103	1321			CA	009		
5364837	Lakeview Hot Springs	lakeview-hot-springs	US		0	America/Los_Angeles	33.83835	-117.14559	436	Bernasconi Hot Springs,Ginsberg Hot Springs,Lakeview Hot Springs,Pilares Hot Spring,Ramona Hot Springs,Stewart Hot Springs		CA	065		
5364842	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/Los_Angeles	35.1333	-117.93062	714			CA	029		
5364866	Lakewood Highlands	lakewood-highlands	US		0	America/Los_Angeles	38.05464	-120.2188	1290			CA	109		
5364874	Lakewood Park	lakewood-park	US		0	America/Los_Angeles	38.05159	-120.21352	1323			CA	109		
5364878	Lakewood Sierra	lakewood-sierra	US		0	America/Los_Angeles	38.74018	-120.56909	1190			CA	017		
5364881	Lamanda Park	lamanda-park	US		0	America/Los_Angeles	34.14806	-118.09396	223	La Manda,Lamanda Park		CA	037		
5364896	Lambert (historical)	lambert-historical	US		0	America/Los_Angeles	38.32047	-121.50245	4	Glann,Lambert (historical)		CA	067		
5364903	Lambert Lake Estates	lambert-lake-estates	US		0	America/Los_Angeles	37.96048	-120.33436	678			CA	109		
5364927	Lamplighter Mobile Home Park	lamplighter-mobile-home-park	US		0	America/Los_Angeles	34.21195	-119.01788	42			CA	111		
5364936	Lanaki Lane Mobile Home Park	lanaki-lane-mobile-home-park	US		0	America/Los_Angeles	33.1081	-117.31976	20			CA	073		
5364937	Lanare	lanare	US		589	America/Los_Angeles	36.43051	-119.93097	63			CA	019		
5364956	Land (historical)	land-historical	US		0	America/Los_Angeles	39.5535	-121.46775	275			CA	007		
5364963	Landco	landco	US		0	America/Los_Angeles	35.3794	-119.06121	122			CA	029		
5364965	Lander Crossing	lander-crossing	US		0	America/Los_Angeles	39.06906	-120.97855	701	Lander,Lander Crossing		CA	061		
5364970	Lancha Plana (historical)	lancha-plana-historical	US		0	America/Los_Angeles	38.22464	-120.90188	63			CA	005		
5365013	Lane Mill (historical)	lane-mill-historical	US		0	America/Los_Angeles	36.28189	-117.5709	1330			CA	027		
5365016	Lane Redwood Flat (historical)	lane-redwood-flat-historical	US		0	America/Los_Angeles	39.89654	-123.75224	206			CA	045		
5365025	Lanfair	lanfair	US		0	America/Los_Angeles	35.12583	-115.18359	1233	Lanfair,Lanfair Corner,Lanfair Junction,Lanfair Site		CA	071		
5365028	Lang	lang	US		0	America/Los_Angeles	34.43166	-118.37758	519	Lang,Lange		CA	037		
5365048	Langs (historical)	langs-historical	US		0	America/Los_Angeles	39.3199	-120.65771	1380			CA	057		
5365058	Lankershim (historical)	lankershim-historical	US		0	America/Los_Angeles	36.93384	-119.98294	88			CA	039		
5365090	Largo Vista	largo-vista	US		0	America/Los_Angeles	34.42694	-117.76617	1439			CA	037		
5365116	Larkmead	larkmead	US		0	America/Los_Angeles	38.5588	-122.52304	89			CA	055		
5365131	Larson	larson	US		0	America/Los_Angeles	37.92937	-121.21161	11			CA	077		
5365171	Las Flores	las-flores	US		6037	America/Los_Angeles	34.03723	-118.63592	11	Las Flores,Malibu La Costa		CA	037		
5365172	Las Flores	las-flores	US		5971	America/Los_Angeles	33.58808	-117.62672	218			CA	059		
5365173	Las Flores	las-flores	US		0	America/Los_Angeles	33.28587	-117.45226	26			CA	073		
5365175	Las Cantilles	las-cantilles	US		0	America/Los_Angeles	34.50749	-118.45203	534			CA	037		
5365190	Las Gallinas	las-gallinas	US		0	America/Los_Angeles	38.02048	-122.53859	8			CA	041		
5365199	Las Juntas	las-juntas	US		0	America/Los_Angeles	37.93187	-122.05441	25			CA	013		
5365202	Las Lomas	las-lomas	US		0	America/Los_Angeles	34.14362	-117.94673	181			CA	037		
5365203	Las Lomas	las-lomas	US		3024	America/Los_Angeles	36.86523	-121.73495	13	Hall,Las Lomas		CA	053		
5365204	Las Lomas	las-lomas	US		0	America/Los_Angeles	38.67713	-123.13528	582			CA	097		
5365224	Las Palmas	las-palmas	US		0	America/Los_Angeles	36.75745	-119.70042	101	Las Palmas,Los Palmas,Womack		CA	019		
5365240	Las Plumas (historical)	las-plumas-historical	US		0	America/Los_Angeles	39.6735	-121.48608	275			CA	007		
5365252	Las Uvas (historical)	las-uvas-historical	US		0	America/Los_Angeles	34.12557	-117.57144	413			CA	071		
5365269	Lasslys (historical)	lasslys-historical	US		0	America/Los_Angeles	39.52017	-121.23385	822			CA	115		
5365272	Last Chance	last-chance	US		0	America/Los_Angeles	39.11129	-120.62465	1391	Caroline Diggings,Clifton,Last Chance		CA	061		
5365456	Laugenour (historical)	laugenour-historical	US		0	America/Los_Angeles	38.73963	-121.7483	14			CA	113		
5365568	Lava Beds (historical)	lava-beds-historical	US		0	America/Los_Angeles	39.47405	-121.57025	46			CA	007		
5365590	Lavic	lavic	US		0	America/Los_Angeles	34.72777	-116.31335	665			CA	071		
5365628	Lawrence Welk Resort Village	lawrence-welk-resort-village	US		0	America/Los_Angeles	33.2317	-117.13975	173	Lawrence Welk Resort Village,Lawrence Welk's Country Club Village		CA	073		
5365630	Laws	laws	US		0	America/Los_Angeles	37.40076	-118.34566	1255	Bishop Depot,Bishop Station,Laws		CA	027		
5365718	Leadfield	leadfield	US		0	America/Los_Angeles	36.84661	-117.05923	1237			CA	027		
5365756	Leduc Acres	leduc-acres	US		0	America/Los_Angeles	39.19239	-121.01828	825			CA	057		
5365804	Leesdale	leesdale	US		0	America/Los_Angeles	34.19667	-119.09983	15			CA	111		
5365811	Leeman (historical)	leeman-historical	US		0	America/Los_Angeles	38.60657	-121.56023	7			CA	113		
5365814	Leffingwell	leffingwell	US		0	America/Los_Angeles	33.93335	-117.99312	74			CA	037		
5365847	Leimert	leimert	US		0	America/Los_Angeles	35.57414	-121.10686	59			CA	079		
5365849	Leimert Park	leimert-park	US		0	America/Los_Angeles	34.00696	-118.33146	37			CA	037		
5365852	Leisure Lake Mobile Home Park	leisure-lake-mobile-home-park	US		0	America/Los_Angeles	38.27297	-122.68026	17			CA	097		
5365855	Leisure Village	leisure-village	US		0	America/Los_Angeles	34.21834	-118.98843	36			CA	111		
5365857	Leisure World	leisure-world	US		0	America/Los_Angeles	33.76807	-118.08562	3			CA	059		
5365880	Leliter (historical)	leliter-historical	US		0	America/Los_Angeles	35.71051	-117.83035	702	Leliter (historical),Muerto		CA	029		
5366644	Linnie	linnie	US		0	America/Los_Angeles	35.83301	-117.86702	769			CA	027		
5365905	Lemon Heights	lemon-heights	US		0	America/Los_Angeles	33.75891	-117.782	176			CA	059		
5365911	Lemona	lemona	US		0	America/Los_Angeles	33.98029	-117.32588	330			CA	065		
5365913	Lemoncove	lemoncove	US		0	America/Los_Angeles	36.38273	-119.02455	158	Lemon,Lemon Cove,Lemoncove		CA	107		
5365934	Lempon (historical)	lempon-historical	US		0	America/Los_Angeles	35.99884	-118.99482	159	Lempom,Lempon (historical)		CA	107		
5365942	Lento	lento	US		0	America/Los_Angeles	34.47277	-120.16043	27			CA	083		
5365945	Lenwood	lenwood	US		3543	America/Los_Angeles	34.87665	-117.10393	695			CA	071		
5365976	Leona Valley	leona-valley	US		1607	America/Los_Angeles	34.61832	-118.28813	961			CA	037		
5365985	Leonardi	leonardi	US		0	America/Los_Angeles	38.88185	-120.53631	1419			CA	017		
5365988	Leonards (historical)	leonards-historical	US		0	America/Los_Angeles	35.55051	-119.40317	90			CA	029		
5365999	Lerdo	lerdo	US		0	America/Los_Angeles	35.49024	-119.1526	127			CA	029		
5366014	Leonard (historical)	leonard-historical	US		0	America/Los_Angeles	36.94495	-121.87079	44	Leonard (historical),Leonards		CA	087		
5366017	Letcher (historical)	letcher-historical	US		0	America/Los_Angeles	36.90773	-119.51847	186			CA	019		
5366019	Lethent (historical)	lethent-historical	US		0	America/Los_Angeles	36.28662	-119.88291	66			CA	031		
5366033	Leucadia	leucadia	US		0	America/Los_Angeles	33.0681	-117.30337	19			CA	073		
5366039	Levee (historical)	levee-historical	US		0	America/Los_Angeles	35.17497	-119.23511	88			CA	029		
5366050	Levis	levis	US		0	America/Los_Angeles	36.62356	-120.40628	64			CA	019		
5366100	Lexington (historical)	lexington-historical	US		0	America/Los_Angeles	37.19633	-121.98829	191	Jones Mill,Lexington (historical)		CA	085		
5366107	Lexington Hills	lexington-hills	US		2421	America/Los_Angeles	37.16467	-121.97301	378			CA	085		
5366156	Liberty Mobile Home Court	liberty-mobile-home-court	US		0	America/Los_Angeles	33.74224	-117.91867	21			CA	059		
5366159	Liberty Park	liberty-park	US		0	America/Los_Angeles	33.70641	-117.98784	8			CA	059		
5366195	Lido Isle	lido-isle	US		0	America/Los_Angeles	33.60391	-117.91728	3			CA	059		
5366266	Lila C (historical)	lila-c-historical	US		0	America/Los_Angeles	36.24329	-116.49893	781	Lila C (historical),Ryan		CA	027		
5366268	Lilac	lilac	US		0	America/Los_Angeles	33.28781	-117.08392	220			CA	073		
5366272	Lilac Park	lilac-park	US		0	America/Los_Angeles	38.25297	-120.34964	1270			CA	009		
5366273	Lilac Terrace	lilac-terrace	US		0	America/Los_Angeles	38.02992	-120.23463	1121			CA	109		
5366288	Lillis (historical)	lillis-historical	US		0	America/Los_Angeles	36.43828	-119.71763	77			CA	019		
5366373	Limoneira	limoneira	US		0	America/Los_Angeles	34.33028	-119.12566	88			CA	111		
5366376	Lincoln (historical)	lincoln-historical	US		0	America/Los_Angeles	37.01856	-120.34601	52			CA	039		
5366377	Lincoln Acres	lincoln-acres	US		0	America/Los_Angeles	32.66783	-117.07281	48			CA	073		
5366392	Lincoln Center Mobile Home Park	lincoln-center-mobile-home-park	US		0	America/Los_Angeles	33.82974	-118.05951	10			CA	059		
5366397	Lincoln Crest	lincoln-crest	US		0	America/Los_Angeles	34.58693	-118.3048	1104			CA	037		
5366439	Lincoln Heights	lincoln-heights	US		0	America/Los_Angeles	34.07057	-118.20507	110			CA	037		
5366524	Lincoln Village	lincoln-village	US		4381	America/Los_Angeles	38.0052	-121.32828	4			CA	077		
5366531	Linda	linda	US		17773	America/Los_Angeles	39.12767	-121.5508	21			CA	115		
5366533	Lincoln Village	lincoln-village	US		0	America/Los_Angeles	33.82779	-118.22285	10			CA	037		
5366539	Linda Mar	linda-mar	US		0	America/Los_Angeles	37.59549	-122.49414	35			CA	081		
5366544	Linda Rose	linda-rose	US		0	America/Los_Angeles	33.52919	-117.17531	318			CA	065		
5366547	Linda Vista	linda-vista	US		0	America/Los_Angeles	34.1714	-118.17702	301			CA	037		
5366548	Linda Vista	linda-vista	US		0	America/Los_Angeles	32.78338	-117.17142	110			CA	073		
5366549	Linda Vista (historical)	linda-vista-historical	US		0	America/Los_Angeles	32.87782	-117.17448	117			CA	073		
5366581	Lindcove	lindcove	US		406	America/Los_Angeles	36.35773	-119.06455	138	Lind Cove,Lindcove		CA	107		
5366637	Lingard	lingard	US		0	America/Los_Angeles	37.24022	-120.39741	59			CA	047		
5366641	Linne	linne	US		0	America/Los_Angeles	35.57247	-120.56905	326			CA	079		
5366647	Linora (historical)	linora-historical	US		0	America/Los_Angeles	37.21105	-120.98048	28			CA	047		
5366723	Lira	lira	US		0	America/Los_Angeles	39.14517	-121.86775	13			CA	101		
5366727	Lisko	lisko	US		0	America/Los_Angeles	36.0969	-119.03732	132			CA	107		
5366730	List	list	US		0	America/Los_Angeles	36.27606	-119.12788	116			CA	107		
5366889	Little Dixie (historical)	little-dixie-historical	US		0	America/Los_Angeles	35.49523	-118.00201	998			CA	029		
5366979	Little Italy	little-italy	US		0	America/Los_Angeles	37.80076	-122.4108	22	L'Italia Piccola,Little Italy,Quartiere Italiano		CA	075		
5366983	Little Jamison (historical)	little-jamison-historical	US		0	America/Los_Angeles	39.74295	-120.70133	1606			CA	063		
5367056	Little Morongo Heights	little-morongo-heights	US		0	America/Los_Angeles	34.09556	-116.52001	878			CA	071		
5367095	Little Osaka	little-osaka	US		0	America/Los_Angeles	37.78576	-122.42997	46			CA	075		
5367103	Little Penny	little-penny	US		0	America/Los_Angeles	38.92268	-123.45779	268			CA	045		
5367144	Little Reed Heights	little-reed-heights	US		0	America/Los_Angeles	37.89576	-122.48581	23			CA	041		
5367260	Little Tokyo	little-tokyo	US		0	America/Los_Angeles	34.04779	-118.24118	82			CA	037		
5367301	Little York (historical)	little-york-historical	US		0	America/Los_Angeles	39.19517	-120.87716	892	Little New York,Little York (historical)		CA	057		
5367316	Live Oak Acres	live-oak-acres	US		0	America/Los_Angeles	34.40694	-119.30845	132			CA	111		
5367379	Live Oak Springs	live-oak-springs	US		0	America/Los_Angeles	32.69061	-116.33446	1186			CA	073		
5367438	Liwaito (historical)	liwaito-historical	US		0	America/Los_Angeles	38.52213	-121.9708	41	Lewytos,Li-wai-to*,Liguaytoy,Liwaito (historical)		CA	113		
5367447	Llanada	llanada	US		0	America/Los_Angeles	36.60912	-120.91657	432			CA	069		
5367483	Lobitos	lobitos	US		0	America/Los_Angeles	37.383	-122.40025	52	Lobitos,Tunitas		CA	081		
5367498	Locans	locans	US		0	America/Los_Angeles	36.72356	-119.66319	100	Locans,Logan		CA	019		
5367506	Loch Lomond	loch-lomond	US		0	America/Los_Angeles	38.86324	-122.71943	859			CA	033		
5367538	Lockwood Gardens	lockwood-gardens	US		0	America/Los_Angeles	37.7616	-122.19663	6			CA	001		
5367572	Lodge Hill	lodge-hill	US		0	America/Los_Angeles	35.55108	-121.08075	76			CA	079		
5367578	Lodi Junction	lodi-junction	US		0	America/Los_Angeles	38.12825	-121.24328	19			CA	077		
5367590	Lodoga	lodoga	US		197	America/Los_Angeles	39.30183	-122.48915	378	Ladoga,Lodoga		CA	011		
5367636	Logan Heights	logan-heights	US		0	America/Los_Angeles	32.69922	-117.12948	25			CA	073		
5367670	Lois	lois	US		0	America/Los_Angeles	36.01856	-119.0276	147	Lois,Tea Pot Dome		CA	107		
5367673	Lokern	lokern	US		0	America/Los_Angeles	35.39996	-119.54595	85			CA	029		
5367683	Lokoya	lokoya	US		0	America/Los_Angeles	38.37325	-122.42776	538	Lokoya,Solid Comfort		CA	055		
5367715	Loma Portal	loma-portal	US		0	America/Los_Angeles	32.74394	-117.21892	30			CA	073		
5367721	Loma Rica	loma-rica	US		2368	America/Los_Angeles	39.31183	-121.41774	125			CA	115		
5367744	Loma Vista Mobile Home Park	loma-vista-mobile-home-park	US		0	America/Los_Angeles	36.97967	-121.96079	29			CA	087		
5367758	Lombardi	lombardi	US		0	America/Los_Angeles	38.44602	-120.0663	2111			CA	009		
5367776	Lomita Park	lomita-park	US		0	America/Los_Angeles	37.6166	-122.40442	9			CA	081		
5367783	Lomo	lomo	US		0	America/Los_Angeles	39.22072	-121.64164	21			CA	101		
5367785	Lompico	lompico	US		1137	America/Los_Angeles	37.1055	-122.05274	203			CA	087		
5367800	Lompoc Landing	lompoc-landing	US		0	America/Los_Angeles	34.73284	-120.61508	9			CA	083		
5367813	Lompoc Village	lompoc-village	US		0	America/Los_Angeles	34.64026	-120.46877	28			CA	083		
5367828	Lone Hill Manor Mobile Home Park	lone-hill-manor-mobile-home-park	US		0	America/Los_Angeles	34.09723	-117.83173	240			CA	037		
5367914	Lone Wolf Colony	lone-wolf-colony	US		0	America/Los_Angeles	34.47055	-117.15587	915			CA	071		
5368179	Longvale	longvale	US		0	America/Los_Angeles	39.55516	-123.42974	363			CA	045		
5368186	Lonoak	lonoak	US		0	America/Los_Angeles	36.27746	-120.94296	269	Loanoke,Lone Oak,Lonoak		CA	053		
5368189	Lonsmith	lonsmith	US		0	America/Los_Angeles	35.34024	-118.92343	129			CA	029		
5368191	Lookout City (historical)	lookout-city-historical	US		0	America/Los_Angeles	36.24578	-117.43479	1091			CA	027		
5368256	Loope	loope	US		0	America/Los_Angeles	38.66518	-119.69601	1886	Loope,Loopeville,Monitor		CA	003		
5368289	Lorenzo Station	lorenzo-station	US		0	America/Los_Angeles	37.69243	-122.12996	10			CA	001		
5368301	Lorraine (historical)	lorraine-historical	US		0	America/Los_Angeles	39.46905	-121.65025	42			CA	007		
5368303	Lort	lort	US		0	America/Los_Angeles	36.34273	-119.15427	120			CA	107		
5368312	Los Alamitos Junction	los-alamitos-junction	US		0	America/Los_Angeles	33.80585	-117.99923	20			CA	059		
5368333	Los Alisos Mobile Home Estates	los-alisos-mobile-home-estates	US		0	America/Los_Angeles	33.77224	-118.03117	9			CA	059		
5368346	Los Altos Hills	los-altos-hills	US		8419	America/Los_Angeles	37.37966	-122.13746	89			CA	085		
5368474	Los Berros	los-berros	US		641	America/Los_Angeles	35.07887	-120.54267	63	Berros,Los Berros		CA	079		
5368528	Los Gatos Trailer Park	los-gatos-trailer-park	US		0	America/Los_Angeles	37.22856	-121.97662	109			CA	085		
5368541	Los Medanos	los-medanos	US		0	America/Los_Angeles	38.01214	-121.85135	12			CA	013		
5368549	Los Nietos	los-nietos	US		0	America/Los_Angeles	33.96835	-118.07062	47			CA	037		
5368551	Los Nietos Junction	los-nietos-junction	US		0	America/Los_Angeles	33.9614	-118.07034	47			CA	037		
5368591	Los Pitos (historical)	los-pitos-historical	US		0	America/Los_Angeles	34.31861	-119.38845	8			CA	111		
5368603	Los Ranchitos	los-ranchitos	US		0	America/Los_Angeles	37.99298	-122.54248	20			CA	041		
5368604	Los Ranchitos	los-ranchitos	US		0	America/Los_Angeles	33.48336	-117.1342	319			CA	065		
5368611	Los Robles Mobile Home Park	los-robles-mobile-home-park	US		0	America/Los_Angeles	33.77224	-118.02589	9			CA	059		
5368618	Los Serranos	los-serranos	US		7099	America/Los_Angeles	33.97279	-117.70811	204	Los Seranos,Los Serranos		CA	071		
5368621	Los Terrenitos	los-terrenitos	US		0	America/Los_Angeles	32.83477	-116.62196	1005	Los Terrenitos,Los Terrentos		CA	073		
5368623	Los Trancos Woods	los-trancos-woods	US		0	America/Los_Angeles	37.34939	-122.19941	291			CA	081		
5368625	Los Tules	los-tules	US		0	America/Los_Angeles	33.28337	-116.62113	1021			CA	073		
5368804	Lovdal	lovdal	US		0	America/Los_Angeles	38.60018	-121.55246	6			CA	113		
5368812	Lovejoy (historical)	lovejoy-historical	US		0	America/Los_Angeles	39.94517	-120.65828	1770	Lovejoy (historical),Lovejoys		CA	063		
5368954	Lower Forni	lower-forni	US		0	America/Los_Angeles	38.80296	-120.22908	2112			CA	017		
5369039	Lower Rancheria (historical)	lower-rancheria-historical	US		0	America/Los_Angeles	38.43797	-120.81938	310			CA	005		
5369082	Lower Town	lower-town	US		0	America/Los_Angeles	38.36742	-119.11987	2328			CA	051		
5369102	Lowes Corner	lowes-corner	US		0	America/Los_Angeles	36.0944	-119.23205	96			CA	107		
5369114	Loyola	loyola	US		3261	America/Los_Angeles	37.35133	-122.10052	70			CA	085		
5369116	Loyola Corners	loyola-corners	US		0	America/Los_Angeles	37.35216	-122.08607	68			CA	085		
5369140	Lucca	lucca	US		0	America/Los_Angeles	36.24523	-119.08983	111			CA	107		
5369153	Lucas Valley	lucas-valley	US		0	America/Los_Angeles	38.02742	-122.55831	33			CA	041		
5369159	Lucia	lucia	US		0	America/Los_Angeles	36.02079	-121.5505	108			CA	053		
5369221	Lugo	lugo	US		0	America/Los_Angeles	34.36722	-117.34227	1043			CA	071		
5369229	Lugonia Homes	lugonia-homes	US		0	America/Los_Angeles	34.07112	-117.18143	419			CA	071		
5369239	Lumer	lumer	US		0	America/Los_Angeles	36.03745	-118.99121	153			CA	107		
5369259	Lundy	lundy	US		0	America/Los_Angeles	38.02742	-119.24154	2395	Lundy,Mill Creek		CA	051		
5369273	Lurline (historical)	lurline-historical	US		0	America/Los_Angeles	39.21906	-122.24609	34			CA	011		
5369328	Luzon	luzon	US		0	America/Los_Angeles	38.01437	-122.25136	27	Lutzon,Luzon		CA	013		
5369342	Lyman (historical)	lyman-historical	US		0	America/Los_Angeles	39.56877	-122.19359	43			CA	021		
5369364	Lynn Park Acres	lynn-park-acres	US		0	America/Los_Angeles	38.38936	-120.5127	830			CA	009		
5369374	Lynwood Gardens	lynwood-gardens	US		0	America/Los_Angeles	33.91029	-118.19201	24			CA	037		
5369377	Lynwood Hills	lynwood-hills	US		0	America/Los_Angeles	32.64533	-117.05169	68			CA	073		
5369408	Lyoth	lyoth	US		0	America/Los_Angeles	37.71576	-121.38161	24			CA	077		
5369476	Mace (historical)	mace-historical	US		0	America/Los_Angeles	34.91526	-117.10921	663			CA	071		
5369498	Machado (historical)	machado-historical	US		0	America/Los_Angeles	33.98446	-118.44702	4	Machada,Machado (historical)		CA	037		
5369530	Mackenson	mackenson	US		0	America/Los_Angeles	38.11603	-121.68134	-3			CA	067		
5369545	Macomber Palms	macomber-palms	US		0	America/Los_Angeles	33.79863	-116.25529	161			CA	065		
5369569	Madera Acres	madera-acres	US		9163	America/Los_Angeles	37.01911	-120.06683	89			CA	039		
5369577	Madera Country Club Estates	madera-country-club-estates	US		0	America/Los_Angeles	37.02606	-120.06461	90			CA	039		
5369595	Madera Highlands	madera-highlands	US		0	America/Los_Angeles	37.01106	-120.081	82			CA	039		
5369606	Madera Ranchos	madera-ranchos	US		0	America/Los_Angeles	36.93106	-119.88154	104			CA	039		
5369657	Madrid Manor Mobile Home Park	madrid-manor-mobile-home-park	US		0	America/Los_Angeles	33.15476	-117.1267	215			CA	073		
5369663	Madrone	madrone	US		0	America/Los_Angeles	37.1505	-121.67161	107			CA	085		
5369664	Madrone (historical)	madrone-historical	US		0	America/Los_Angeles	38.34019	-122.50581	51			CA	097		
5369676	Madrone Soda Springs (historical)	madrone-soda-springs-historical	US		0	America/Los_Angeles	37.16578	-121.51327	464			CA	085		
5369716	Magnetic Spring (historical)	magnetic-spring-historical	US		0	America/Los_Angeles	37.0705	-121.98552	282			CA	087		
5369721	Magnolia Avenue	magnolia-avenue	US		0	America/Los_Angeles	33.95724	-117.41838	240			CA	065		
5369725	Magnet (historical)	magnet-historical	US		0	America/Los_Angeles	37.15217	-119.66153	428			CA	039		
5369742	Magnolia Park	magnolia-park	US		0	America/Los_Angeles	34.16778	-118.3473	178			CA	037		
5369762	Magunden	magunden	US		0	America/Los_Angeles	35.36496	-118.93482	134			CA	029		
5369766	Magra	magra	US		0	America/Los_Angeles	39.14906	-120.89661	880			CA	061		
5369777	Mahoney Trailer Park	mahoney-trailer-park	US		0	America/Los_Angeles	33.79169	-116.48696	102			CA	065		
5369778	Mahou Riviera	mahou-riviera	US		0	America/Los_Angeles	34.01334	-118.80648	74			CA	037		
5369790	Mailliard (historical)	mailliard-historical	US		0	America/Los_Angeles	38.00659	-122.63415	133			CA	041		
5369860	Maine Prairie	maine-prairie	US		0	America/Los_Angeles	38.30797	-121.75885	2			CA	095		
5369875	Majors	majors	US		0	America/Los_Angeles	36.98245	-122.1433	40	Enright,Majors		CA	087		
5369884	Makahmo (historical)	makahmo-historical	US		0	America/Los_Angeles	38.81796	-123.00944	93			CA	097		
5369889	Malakoff (historical)	malakoff-historical	US		0	America/Los_Angeles	39.36684	-120.91967	930			CA	057		
5369898	Malby Crossing	malby-crossing	US		0	America/Los_Angeles	38.61324	-121.07106	138	Malby,Malby Crossing		CA	067		
5369901	Malcolm X Square	malcolm-x-square	US		0	America/Los_Angeles	37.78104	-122.42969	34			CA	075		
5369909	Malibu Beach	malibu-beach	US		0	America/Los_Angeles	34.03279	-118.68842	4			CA	037		
5369913	Malibu Bowl	malibu-bowl	US		0	America/Los_Angeles	34.06112	-118.74037	378			CA	037		
5369920	Malibu Hills	malibu-hills	US		0	America/Los_Angeles	34.04751	-118.74425	292			CA	037		
5369921	Malibu Junction	malibu-junction	US		0	America/Los_Angeles	34.14334	-118.75703	260	Malibu Junction,Vejor		CA	037		
5369926	Malibu Mar Vista (historical)	malibu-mar-vista-historical	US		0	America/Los_Angeles	34.06167	-118.76509	558			CA	037		
5369934	Malibu Vista	malibu-vista	US		0	America/Los_Angeles	34.04778	-118.77426	303			CA	037		
5369935	Malibu West	malibu-west	US		0	America/Los_Angeles	34.03723	-118.84231	16			CA	037		
5369943	Mallard (historical)	mallard-historical	US		0	America/Los_Angeles	37.54633	-121.9569	16	Mallard (historical),Mallard Siding		CA	001		
5369973	Maltby	maltby	US		0	America/Los_Angeles	38.01492	-122.07024	4			CA	013		
5369976	Maltha	maltha	US		0	America/Los_Angeles	35.42135	-118.99732	138	Malta,Maltha		CA	029		
5369978	Malton (historical)	malton-historical	US		0	America/Los_Angeles	39.79544	-122.17971	77			CA	021		
5370107	Manix	manix	US		0	America/Los_Angeles	34.98193	-116.5942	537			CA	071		
5370112	Mankas Corner	mankas-corner	US		0	America/Los_Angeles	38.2863	-122.10691	39	Manka's Corners,Mankas Corner		CA	095		
5370118	Manlove	manlove	US		0	America/Los_Angeles	38.55407	-121.37217	15			CA	067		
5370171	Manteca Junction	manteca-junction	US		0	America/Los_Angeles	37.86354	-121.22883	8			CA	077		
5370192	Manzana	manzana	US		0	America/Los_Angeles	38.44491	-122.87194	37			CA	097		
5370197	Manuel Mill	manuel-mill	US		0	America/Los_Angeles	38.26103	-120.36103	1143			CA	009		
5370201	Manzanar	manzanar	US		0	America/Los_Angeles	36.73993	-118.08065	1136	Francis,Manzanar,Manzanar Gate,Manzanar National Historic Site		CA	027		
5370207	Manzanita Acres	manzanita-acres	US		0	America/Los_Angeles	38.73796	-121.0505	248			CA	017		
5370291	Mar Vista	mar-vista	US		0	America/Los_Angeles	34.00473	-118.43091	22	Mar Vista,Ocean Park Heights		CA	037		
5370297	Mar Vista Houses	mar-vista-houses	US		0	America/Los_Angeles	34.00362	-118.44286	13			CA	037		
5370312	Maravilla	maravilla	US		0	America/Los_Angeles	34.03889	-118.16472	91			CA	037		
5370313	Maravilla Housing Project	maravilla-housing-project	US		0	America/Los_Angeles	34.04223	-118.15952	91			CA	037		
5370333	Marble Mountain	marble-mountain	US		0	America/Los_Angeles	38.64935	-121.03383	344			CA	017		
5370338	Marble Place	marble-place	US		0	America/Los_Angeles	39.45822	-123.57251	461			CA	045		
5370360	March Field	march-field	US		0	America/Los_Angeles	33.90002	-117.25504	466			CA	065		
5370364	Marchant	marchant	US		0	America/Los_Angeles	38.82296	-121.67996	6			CA	101		
5370371	Marconi	marconi	US		0	America/Los_Angeles	38.14381	-122.87833	21			CA	041		
5370373	Marcus Garvey Square	marcus-garvey-square	US		0	America/Los_Angeles	37.78132	-122.43497	38			CA	075		
5370375	Marcel	marcel	US		0	America/Los_Angeles	35.19024	-118.51731	989			CA	029		
5370377	Marcuse (historical)	marcuse-historical	US		0	America/Los_Angeles	38.95212	-121.62635	11			CA	101		
5370388	Maredith Mill	maredith-mill	US		0	America/Los_Angeles	39.63962	-120.88217	1658			CA	091		
5370418	Marguerite (historical)	marguerite-historical	US		0	America/Los_Angeles	37.17078	-120.1774	91			CA	047		
5370437	Mariana Ranchos	mariana-ranchos	US		0	America/Los_Angeles	34.42417	-117.19671	940			CA	071		
5370453	Mariemont	mariemont	US		0	America/Los_Angeles	38.71463	-120.93994	353			CA	017		
5370457	Marigold (historical)	marigold-historical	US		0	America/Los_Angeles	39.18128	-121.45774	33			CA	115		
5370464	Marin City	marin-city	US		2666	America/Los_Angeles	37.86854	-122.50914	7	Marin Siti,Marin-Siti,Марин Сити,Марин-Сити		CA	041		
5370497	Marigold	marigold	US		0	America/Los_Angeles	34.07779	-117.24143	339			CA	071		
5370531	Marina Village	marina-village	US		0	America/Los_Angeles	38.71518	-121.08939	211			CA	017		
5370555	Marine Terrace	marine-terrace	US		0	America/Los_Angeles	35.54525	-121.09352	15			CA	079		
5370576	Marinwood	marinwood	US		0	America/Los_Angeles	38.03825	-122.53776	42			CA	041		
5370663	Mark West Springs	mark-west-springs	US		0	America/Los_Angeles	38.54908	-122.72027	137			CA	097		
5370686	Marklee Village	marklee-village	US		0	America/Los_Angeles	38.68963	-119.79823	1723			CA	003		
5370695	Marks Place	marks-place	US		0	America/Los_Angeles	39.70321	-123.15779	528			CA	045		
5370729	Marsala (historical)	marsala-historical	US		0	America/Los_Angeles	36.22023	-119.8343	63			CA	031		
5370734	Marsh Creek Springs	marsh-creek-springs	US		0	America/Los_Angeles	37.8927	-121.85385	178			CA	013		
5370742	Marsh Mill	marsh-mill	US		0	America/Los_Angeles	39.44434	-120.70355	1781			CA	057		
5370767	Marshall Junction	marshall-junction	US		0	America/Los_Angeles	37.01384	-119.56903	373			CA	019		
5370843	Martin Luther King Square	martin-luther-king-square	US		0	America/Los_Angeles	37.78048	-122.43497	38			CA	075		
5370887	Martinez Place	martinez-place	US		0	America/Los_Angeles	35.28803	-120.16598	593			CA	079		
5370901	Martins	martins	US		0	America/Los_Angeles	34.5661	-118.65981	828			CA	037		
5370902	Martins Beach	martins-beach	US		0	America/Los_Angeles	37.37494	-122.40803	6	Martin's Beach,Martins Beach		CA	081		
5370906	Martinus Corner	martinus-corner	US		0	America/Los_Angeles	35.93997	-121.11908	292			CA	053		
5370916	Marty (historical)	marty-historical	US		0	America/Los_Angeles	38.62963	-121.58246	10			CA	113		
5371004	Mascorini Place	mascorini-place	US		0	America/Los_Angeles	36.35607	-121.52383	710			CA	053		
5371026	Massack	massack	US		0	America/Los_Angeles	39.926	-120.83773	1110			CA	063		
5371057	Matchin	matchin	US		0	America/Los_Angeles	36.32523	-119.13011	125			CA	107		
5371068	Mather Field	mather-field	US		0	America/Los_Angeles	38.56657	-121.29689	28			CA	067		
5371083	Mathews Mill	mathews-mill	US		0	America/Los_Angeles	37.12328	-119.37291	952			CA	019		
5371090	Matilija	matilija	US		0	America/Los_Angeles	34.44083	-119.26095	232	Matilija,Ojai Hot Springs		CA	111		
5371098	Matilija Springs	matilija-springs	US		0	America/Los_Angeles	34.48333	-119.30539	301	Matilija,Matilija Hot Springs,Matilija Springs,Ojai Hot Sulphur Springs		CA	111		
5371107	Mattei	mattei	US		0	America/Los_Angeles	36.70023	-119.69181	96			CA	019		
5371127	Mattos	mattos	US		0	America/Los_Angeles	37.54605	-122.01746	12			CA	001		
5371153	Maxson	maxson	US		0	America/Los_Angeles	34.07612	-118.00784	96			CA	037		
5371180	Maxwellton (historical)	maxwellton-historical	US		0	America/Los_Angeles	35.20164	-120.61545	73			CA	079		
5371184	May (historical)	may-historical	US		0	America/Los_Angeles	38.41991	-121.00716	68			CA	005		
5371206	Mayaro	mayaro	US		0	America/Los_Angeles	39.82405	-121.42219	464			CA	007		
5371211	Maybert (historical)	maybert-historical	US		0	America/Los_Angeles	39.35268	-120.69966	989			CA	057		
5371215	Mayfair	mayfair	US		0	America/Los_Angeles	35.33635	-118.91427	133			CA	029		
5371233	Mayflower (historical)	mayflower-historical	US		0	America/Los_Angeles	33.05921	-115.45915	-44			CA	025		
5371234	Mayflower (historical)	mayflower-historical	US		0	America/Los_Angeles	39.0399	-120.81827	947			CA	061		
5371243	Mayflower Village	mayflower-village	US		5515	America/Los_Angeles	34.11501	-118.00979	112			CA	037		
5371294	McAvoy	mcavoy	US		0	America/Los_Angeles	38.03853	-121.96024	7			CA	013		
5371333	McCampbell	mccampbell	US		0	America/Los_Angeles	33.9714	-118.1134	46			CA	037		
5371364	McCauley (historical)	mccauley-historical	US		0	America/Los_Angeles	38.42825	-122.76166	31			CA	097		
5371398	McClure Place	mcclure-place	US		0	America/Los_Angeles	39.79266	-123.03528	632			CA	045		
5371414	McConnel Place	mcconnel-place	US		0	America/Los_Angeles	38.79685	-120.44798	1400			CA	017		
5371465	McCulloh	mcculloh	US		0	America/Los_Angeles	38.95435	-120.52603	1477			CA	061		
5371530	McFarland	mcfarland	US		13985	America/Los_Angeles	35.67801	-119.22927	108	Hunt,Lone Pine,Makfarland,McFarland,mai ke fa lan,mikapharalyanda,mkfarland,Макфарланд,مكفارلاند,مک‌فارلند، کالیفرنیا,मिकफारल्यान्ड,麦克法兰		CA	029		
5371566	McGill	mcgill	US		0	America/Los_Angeles	38.19853	-122.43664	2			CA	097		
5371632	McKay	mckay	US		0	America/Los_Angeles	38.24686	-120.30825	1274			CA	009		
5371633	McKay	mckay	US		0	America/Los_Angeles	35.78358	-120.72517	183			CA	079		
5371664	McKenzie Spring (historical)	mckenzie-spring-historical	US		0	America/Los_Angeles	36.98162	-119.61292	250			CA	019		
5371732	McKittrick	mckittrick	US		115	America/Los_Angeles	35.30552	-119.62262	322			CA	029		
5371762	McMahons (historical)	mcmahons-historical	US		0	America/Los_Angeles	39.59295	-120.9594	1383	McMahon's,McMahons (historical)		CA	091		
5371763	McManus	mcmanus	US		0	America/Los_Angeles	38.79907	-120.53409	1308			CA	017		
5371777	McMullin (historical)	mcmullin-historical	US		0	America/Los_Angeles	36.65745	-119.96876	69			CA	019		
5371795	McNear	mcnear	US		0	America/Los_Angeles	38.22853	-122.61415	2			CA	097		
5371802	McNears Beach	mcnears-beach	US		0	America/Los_Angeles	37.99326	-122.45331	3	McNear,McNear Landing,McNear's Beach,McNears Beach		CA	041		
5371807	McNeil	mcneil	US		0	America/Los_Angeles	34.17139	-118.34869	182			CA	037		
5371856	Meadow Brook	meadow-brook	US		0	America/Los_Angeles	38.85935	-120.8341	694			CA	017		
5371858	Mead Valley	mead-valley	US		18510	America/Los_Angeles	33.83335	-117.29615	505			CA	065		
5371867	Meadow Farms Trailer Park	meadow-farms-trailer-park	US		0	America/Los_Angeles	37.38049	-118.41678	1277			CA	027		
5371879	Meadow Lake Park	meadow-lake-park	US		0	America/Los_Angeles	39.32768	-120.20937	1804			CA	057		
5371880	Meadow Lakes	meadow-lakes	US		0	America/Los_Angeles	37.08023	-119.43069	1357			CA	019		
5371912	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/Los_Angeles	32.83449	-117.01753	98			CA	073		
5371913	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/Los_Angeles	37.68299	-122.46497	46			CA	081		
5371917	Meadowbrook Woods	meadowbrook-woods	US		0	America/Los_Angeles	34.23445	-117.20226	1722			CA	071		
5371923	Meadowlark Mobile Home Estates	meadowlark-mobile-home-estates	US		0	America/Los_Angeles	33.76585	-117.91784	27			CA	059		
5371925	Meadowmont	meadowmont	US		0	America/Los_Angeles	38.24631	-120.36909	1269			CA	009		
5371927	Meadowood Estates	meadowood-estates	US		0	America/Los_Angeles	39.75182	-122.18026	77			CA	021		
5371943	Meadows Manor Mobile Home Park	meadows-manor-mobile-home-park	US		0	America/Los_Angeles	36.93467	-121.76717	33			CA	087		
5371950	Meadowsweet	meadowsweet	US		0	America/Los_Angeles	37.92298	-122.50942	5			CA	041		
5371977	Medano (historical)	medano-historical	US		0	America/Los_Angeles	37.12967	-120.15323	91			CA	039		
5372008	Meeks Bay	meeks-bay	US		0	America/Los_Angeles	39.03435	-120.12408	1902	Meeks Bay,Meigs Bay,Micks Bay,Murphys		CA	017		
5372024	Meiners Oaks	meiners-oaks	US		3571	America/Los_Angeles	34.44694	-119.27928	226	Meiners Oak,Meiners Oaks		CA	111		
5372028	Meiners Oaks Trailer Park	meiners-oaks-trailer-park	US		0	America/Los_Angeles	34.45527	-119.27984	238			CA	111		
5372029	Meinert	meinert	US		0	America/Los_Angeles	37.94409	-122.02746	22			CA	013		
5372030	Meins Landing	meins-landing	US		0	America/Los_Angeles	38.13964	-121.90718	3	Mein's Landing,Meins Landing		CA	095		
5372031	Meiss	meiss	US		0	America/Los_Angeles	38.63824	-120.33631	1675			CA	017		
5372039	Melita	melita	US		0	America/Los_Angeles	38.45658	-122.63693	99	Melita,Melitta		CA	097		
5372043	Mello	mello	US		0	America/Los_Angeles	39.20656	-121.5633	22			CA	115		
5372052	Meloland	meloland	US		0	America/Los_Angeles	32.80311	-115.44749	-16	Gleason Switch,Meloland		CA	025		
5372055	Melones	melones	US		0	America/Los_Angeles	38.01242	-120.49853	284	Melones,Robinson's Ferry,Robinsons,Slumgullion		CA	009		
5372057	Melones Sunset Lake Estates	melones-sunset-lake-estates	US		0	America/Los_Angeles	37.96576	-120.47575	417			CA	109		
5372071	Melsons Corner	melsons-corner	US		0	America/Los_Angeles	38.61018	-120.70465	636			CA	017		
5372148	Mendenhall Springs	mendenhall-springs	US		0	America/Los_Angeles	37.58827	-121.64773	554			CA	001		
5372200	Mendoza (historical)	mendoza-historical	US		0	America/Los_Angeles	39.23433	-121.66191	22			CA	101		
5372207	Menifee Lakes	menifee-lakes	US		0	America/Los_Angeles	33.67919	-117.15503	435			CA	065		
5372221	Menlo Oaks	menlo-oaks	US		0	America/Los_Angeles	37.4675	-122.16694	12			CA	081		
5372249	Merazo	merazo	US		0	America/Los_Angeles	38.21742	-122.37303	4			CA	055		
5372268	Merced Falls	merced-falls	US		0	America/Los_Angeles	37.52299	-120.33241	106			CA	047		
5372302	Mercuryville	mercuryville	US		0	America/Los_Angeles	38.77602	-122.82194	829			CA	097		
5372329	Merienda (historical)	merienda-historical	US		0	America/Los_Angeles	37.58743	-121.96163	33			CA	001		
5372331	Mercey Hot Springs	mercey-hot-springs	US		0	America/Los_Angeles	36.70412	-120.86018	354	Mercey Hot Springs,Mercy Hot Springs		CA	019		
5372360	Merrills Landing	merrills-landing	US		0	America/Los_Angeles	39.87821	-122.03971	54	Merrill's Landing,Merrills Landing		CA	007		
5372382	Merryman	merryman	US		0	America/Los_Angeles	36.32578	-119.10538	134			CA	107		
5372390	Mesa Camp	mesa-camp	US		0	America/Los_Angeles	37.50771	-118.57345	1756			CA	051		
5372399	Mesa Grande	mesa-grande	US		0	America/Los_Angeles	33.18032	-116.76919	987			CA	073		
5372416	Mesa Oaks	mesa-oaks	US		0	America/Los_Angeles	34.68082	-120.44155	87			CA	083		
5372433	Mesa Verde	mesa-verde	US		1023	America/Los_Angeles	33.60586	-114.73107	119	Mesa Verde,Nicholls Warm Springs,Palowalla		CA	065		
5372445	Mesa Vista	mesa-vista	US		200	America/Los_Angeles	38.80713	-119.79601	1672			CA	003		
5372455	Mesaville	mesaville	US		0	America/Los_Angeles	33.69419	-114.64996	128			CA	065		
5372490	Mesquite Oasis	mesquite-oasis	US		0	America/Los_Angeles	32.91977	-116.21862	270			CA	073		
5372573	Meyers	meyers	US		0	America/Los_Angeles	38.85602	-120.01296	1936	Meyers,Tahoe Paradise		CA	017		
5372576	Mettler	mettler	US		136	America/Los_Angeles	35.06386	-118.9701	165			CA	029		
5372583	Mexican Colony	mexican-colony	US		281	America/Los_Angeles	35.46885	-119.26872	101			CA	029		
5372606	Meyers (historical)	meyers-historical	US		0	America/Los_Angeles	37.74948	-121.00192	30			CA	099		
5372613	Meyers Place	meyers-place	US		0	America/Los_Angeles	39.61905	-122.69222	851			CA	021		
5372634	Micaflores	micaflores	US		0	America/Los_Angeles	33.80418	-117.90784	42	Micaflores,Mira Flores		CA	059		
5372646	Michigan Bar (historical)	michigan-bar-historical	US		0	America/Los_Angeles	38.48269	-121.04411	86			CA	067		
5372651	Michigan Bluff	michigan-bluff	US		0	America/Los_Angeles	39.04296	-120.74132	1070	Michigan Bluff,Michigan Bluffs,Michigan City		CA	061		
5372656	Michopdo (historical)	michopdo-historical	US		0	America/Los_Angeles	39.73183	-121.85387	57	Ma-chuc-na,Ma-chuck-nas,Mich-op-do*,Michoapdos,Michopdo (historical),Mitshopda,Wachuknas		CA	007		
5372669	Midas	midas	US		0	America/Los_Angeles	39.21657	-120.75771	1266	Midas,Shady Run		CA	061		
5372671	Midco	midco	US		0	America/Los_Angeles	34.93637	-120.46266	59			CA	083		
5372836	Middle Waters (historical)	middle-waters-historical	US		0	America/Los_Angeles	39.52601	-120.683	1888			CA	091		
5372867	Midoil	midoil	US		0	America/Los_Angeles	35.1583	-119.52262	407	Midland,Midoil		CA	029		
5372875	Midvalley	midvalley	US		0	America/Los_Angeles	36.29801	-119.38817	89			CA	107		
5372923	Mikon	mikon	US		0	America/Los_Angeles	38.58741	-121.53829	7			CA	113		
5372950	Mile High	mile-high	US		0	America/Los_Angeles	34.41278	-117.77395	1583			CA	037		
5373001	Mill City (historical)	mill-city-historical	US		0	America/Los_Angeles	37.62271	-118.99236	2536	Mill City (historical),Pine City		CA	051		
5373118	Millar (historical)	millar-historical	US		0	America/Los_Angeles	38.39241	-121.72135	8			CA	095		
5373132	Millbrae Meadows	millbrae-meadows	US		0	America/Los_Angeles	37.60216	-122.4172	84			CA	081		
5373143	Miller (historical)	miller-historical	US		0	America/Los_Angeles	38.02826	-122.52303	7			CA	041		
5373176	Miller Farms	miller-farms	US		0	America/Los_Angeles	33.57419	-114.62023	79			CA	065		
5373232	Millers Landing	millers-landing	US		0	America/Los_Angeles	38.95656	-121.83969	11	Miller's Landing,Millers Landing		CA	011		
5373237	Millers Ranch	millers-ranch	US		0	America/Los_Angeles	36.25191	-121.42993	190			CA	053		
5373250	Millertown (historical)	millertown-historical	US		0	America/Los_Angeles	38.91184	-121.093	371	Miller Town,Millertown (historical)		CA	061		
5373251	Millham City (historical)	millham-city-historical	US		0	America/Los_Angeles	36.03745	-119.9993	105			CA	031		
5373269	Milligan District (historical)	milligan-district-historical	US		0	America/Los_Angeles	38.34797	-120.70077	488	Milligan District (historical),Slabtown		CA	005		
5373300	Mills Orchard	mills-orchard	US		0	America/Los_Angeles	39.73766	-122.05637	54			CA	021		
5373301	Mills Orchards	mills-orchards	US		0	America/Los_Angeles	39.27739	-122.27498	45			CA	011		
5373314	Millsholm (historical)	millsholm-historical	US		0	America/Los_Angeles	39.53988	-122.34471	95			CA	021		
5373315	Millspaugh	millspaugh	US		0	America/Los_Angeles	36.04606	-117.46089	1882			CA	027		
5373316	Millspaugh (historical)	millspaugh-historical	US		0	America/Los_Angeles	36.04578	-117.46173	1883			CA	027		
5373317	Millux	millux	US		0	America/Los_Angeles	35.18024	-119.19872	89			CA	029		
5373320	Millwood (historical)	millwood-historical	US		0	America/Los_Angeles	36.74467	-119.00455	1557	Millwood (historical),Sequoia Mills		CA	019		
5373333	Milpitas Mobile Home Park	milpitas-mobile-home-park	US		0	America/Los_Angeles	37.45549	-121.91329	7			CA	085		
5373344	Milton (historical)	milton-historical	US		0	America/Los_Angeles	39.52323	-120.58216	1753			CA	091		
5373405	Mineral King	mineral-king	US		0	America/Los_Angeles	36.45077	-118.59482	2387	Beulah,Mineral Kin,Mineral King,Mineralking,The Matterhorn		CA	107		
5373418	Mineral Slide	mineral-slide	US		0	America/Los_Angeles	39.78516	-121.61997	335			CA	007		
5373452	Minkler	minkler	US		1003	America/Los_Angeles	36.72384	-119.45818	121			CA	019		
5373456	Minnelusa	minnelusa	US		0	America/Los_Angeles	34.2664	-116.89253	2114	Camp Juniper,Minnelusa		CA	071		
5373460	Minnesota Flat	minnesota-flat	US		0	America/Los_Angeles	39.44934	-120.83106	1314	Minnesota,Minnesota Flat		CA	091		
5373478	Mint Canyon	mint-canyon	US		0	America/Los_Angeles	34.42916	-118.44231	474	Mint Canyon,Thompson		CA	037		
5373483	Minter Village	minter-village	US		0	America/Los_Angeles	35.50357	-119.18288	129			CA	029		
5373492	Jurupa Valley	jurupa-valley	US		21930	America/Los_Angeles	33.99251	-117.51644	220	Majra Loma,Mira Loma,Stalder,Wineville,mira loma,myra lwma,Мајра Лома,ميرا لوما,मिरा लोमा		CA	065		
5373497	Mira Mesa	mira-mesa	US		70000	America/Los_Angeles	32.9156	-117.14392	133			CA	073		
5373504	Mira Monte	mira-monte	US		6854	America/Los_Angeles	34.43361	-119.28511	196			CA	111		
5373515	Mirabel (historical)	mirabel-historical	US		0	America/Los_Angeles	38.69991	-122.60165	388			CA	033		
5373516	Mirabel Heights	mirabel-heights	US		0	America/Los_Angeles	38.49047	-122.89055	22			CA	097		
5373518	Mirabel Park	mirabel-park	US		0	America/Los_Angeles	38.49325	-122.89583	24			CA	097		
5373523	Miracle Hot Springs	miracle-hot-springs	US		0	America/Los_Angeles	35.57579	-118.53453	726	Clear Creek Hot Springs,Compressor Hot Springs,Hobo Hot Springs,Miracle Hot Springs		CA	029		
5373529	Mirador	mirador	US		0	America/Los_Angeles	36.1669	-119.03594	136			CA	107		
5373531	Miraflores (historical)	miraflores-historical	US		0	America/Los_Angeles	33.80863	-117.8945	48			CA	059		
5373536	Miraleste	miraleste	US		0	America/Los_Angeles	33.75224	-118.32618	237			CA	037		
5373539	Miramar	miramar	US		0	America/Los_Angeles	32.89366	-117.11837	155			CA	073		
5373541	Miramar	miramar	US		0	America/Los_Angeles	37.493	-122.45664	13			CA	081		
5373580	Miscanaka (historical)	miscanaka-historical	US		0	America/Los_Angeles	34.28167	-119.29817	17	Miscanaka (historical),Mitc-ka-na-kau		CA	111		
5373585	Mishopshnow (historical)	mishopshnow-historical	US		0	America/Los_Angeles	34.39222	-119.52179	7			CA	083		
5373606	Mission Beach	mission-beach	US		0	America/Los_Angeles	32.78255	-117.25226	3			CA	073		
5373614	Mission Canyon	mission-canyon	US		2381	America/Los_Angeles	34.45083	-119.71291	193			CA	083		
5373628	Mission District	mission-district	US		47234	America/Los_Angeles	37.75993	-122.41914	14	Mission District,The Mission		CA	075		
5373642	Mission Gorge Villa Mobile Home Park	mission-gorge-villa-mobile-home-park	US		0	America/Los_Angeles	32.83394	-117.01142	105			CA	073		
5373646	Mission Highlands	mission-highlands	US		0	America/Los_Angeles	38.31964	-122.45776	278			CA	097		
5373657	Mission Hills Mobile Home Park	mission-hills-mobile-home-park	US		0	America/Los_Angeles	33.55114	-117.20948	332			CA	065		
5373669	Mission Junction	mission-junction	US		0	America/Los_Angeles	34.06251	-118.22757	87			CA	037		
5373685	Mission Oaks Mobile Home Community	mission-oaks-mobile-home-community	US		0	America/Los_Angeles	36.85079	-121.4216	85			CA	069		
5373722	Mission San Jose District	mission-san-jose-district	US		0	America/Los_Angeles	37.53299	-121.92024	93	Mission San Jose,Mission San Jose District		CA	001		
5373744	Mission Springs	mission-springs	US		0	America/Los_Angeles	37.06634	-122.03246	149			CA	087		
5373780	Mission del Magnolia Mobile Home Park	mission-del-magnolia-mobile-home-park	US		0	America/Los_Angeles	32.84172	-116.96586	109			CA	073		
5373808	Missouri Triangle	missouri-triangle	US		0	America/Los_Angeles	35.43885	-119.69013	171			CA	029		
5373824	Mitchell Corner	mitchell-corner	US		0	America/Los_Angeles	36.32662	-119.20622	112			CA	107		
5373840	Mitchell Place	mitchell-place	US		0	America/Los_Angeles	39.95904	-122.71806	1656			CA	103		
5373868	Mitchells Corner	mitchells-corner	US		0	America/Los_Angeles	35.22357	-118.84232	141			CA	029		
5373871	Mobile Haven Mobile Home Park	mobile-haven-mobile-home-park	US		0	America/Los_Angeles	33.12782	-117.07975	199			CA	073		
5373872	Mobile Park West Mobile Home Park	mobile-park-west-mobile-home-park	US		0	America/Los_Angeles	33.14476	-117.04059	214			CA	073		
5373873	Mobile Parks West Mobile Home Park	mobile-parks-west-mobile-home-park	US		0	America/Los_Angeles	37.41494	-121.94329	4			CA	085		
5373879	Mobilodge of Milpitas	mobilodge-of-milpitas	US		0	America/Los_Angeles	37.45299	-121.91246	6			CA	085		
5373887	Mock	mock	US		0	America/Los_Angeles	36.54355	-117.93342	1110			CA	027		
5373923	Modjeska	modjeska	US		0	America/Los_Angeles	33.70919	-117.62616	406			CA	059		
5373925	Mococo	mococo	US		0	America/Los_Angeles	38.02548	-122.11608	3	Lewis,Mococo		CA	013		
5373960	Mohawk Vista	mohawk-vista	US		159	America/Los_Angeles	39.78073	-120.57855	1507			CA	063		
5373967	Mojave Base	mojave-base	US		0	America/Los_Angeles	35.33053	-116.90059	931			CA	071		
5373975	Mojave Heights	mojave-heights	US		0	America/Los_Angeles	34.5686	-117.3256	841			CA	071		
5373995	Mokelumne City	mokelumne-city	US		0	America/Los_Angeles	38.25297	-121.43912	4			CA	077		
5374030	Molus	molus	US		0	America/Los_Angeles	36.46802	-121.3941	51			CA	053		
5374037	Monache (historical)	monache-historical	US		0	America/Los_Angeles	36.08051	-119.05288	131			CA	107		
5374045	Monaco	monaco	US		0	America/Los_Angeles	33.87307	-118.35924	32			CA	037		
5374046	Monada	monada	US		0	America/Los_Angeles	38.03687	-121.27828	10			CA	077		
5374090	Mono City	mono-city	US		172	America/Los_Angeles	38.04076	-119.14459	2063			CA	051		
5374118	Mono Mills	mono-mills	US		0	America/Los_Angeles	37.88743	-118.95931	2242	Mono,Mono Mills		CA	051		
5374125	Mono Village	mono-village	US		0	America/Los_Angeles	37.97381	-120.32436	704			CA	109		
5374126	Mono Village (historical)	mono-village-historical	US		0	America/Los_Angeles	38.14964	-119.37711	2177			CA	051		
5374128	Mono Vista	mono-vista	US		3127	America/Los_Angeles	37.9977	-120.26991	912			CA	109		
5374133	Monola	monola	US		0	America/Los_Angeles	37.14354	-118.24371	1191			CA	027		
5374135	Monolith	monolith	US		0	America/Los_Angeles	35.11997	-118.37425	1209	Manolith,Monolith		CA	029		
5374184	Mons	mons	US		0	America/Los_Angeles	33.92057	-116.74724	489			CA	065		
5374185	Monsanto	monsanto	US		0	America/Los_Angeles	38.02603	-122.05552	3			CA	013		
5374200	Monta Vista	monta-vista	US		0	America/Los_Angeles	37.32272	-122.05802	101	Monta Vista,Monte Vista		CA	085		
5374212	Montalvin	montalvin	US		2876	America/Los_Angeles	37.99548	-122.33275	21	Montalvin,Montalvin Manor		CA	013		
5374215	Montalvo	montalvo	US		0	America/Los_Angeles	34.25389	-119.20372	34			CA	111		
5374261	Monte Cristo (historical)	monte-cristo-historical	US		0	America/Los_Angeles	39.59628	-120.85745	1611			CA	091		
5374271	Monte Grande Heights	monte-grande-heights	US		0	America/Los_Angeles	37.97687	-120.26852	909			CA	109		
5374273	Monte Nido	monte-nido	US		0	America/Los_Angeles	34.08084	-118.68703	185			CA	037		
5374281	Monte Rosa	monte-rosa	US		0	America/Los_Angeles	38.5038	-123.02722	33			CA	097		
5374283	Monte Sereno	monte-sereno	US		3556	America/Los_Angeles	37.23633	-121.99246	157	Monte Sereno,Monte-Sereno,Monti Sereno,meng di sheng li nuo,monte sereno,mwnt syrynw,mwnth srnw  kalyfrnya,Монте Серено,Монте-Серено,Монти Серено,مونت سيرينو,مونته سرنو، کالیفرنیا,मोन्ते सेरेनो,蒙堤聖利諾		CA	085		
5374287	Monte Toyon	monte-toyon	US		0	America/Los_Angeles	36.99634	-121.89607	82			CA	087		
5374340	Montecito	montecito	US		8965	America/Los_Angeles	34.43666	-119.63208	55	Montecito,Montekito,Montesito,Monticito,montesito,Монтекито,Монтесито,मोन्तेसितो,몬테시토		CA	083		
5374433	Monterey Vista Mobile Home Park	monterey-vista-mobile-home-park	US		0	America/Los_Angeles	36.92995	-121.79023	41			CA	087		
5374437	Montesilla Mobile Home Club	montesilla-mobile-home-club	US		0	America/Los_Angeles	33.73724	-117.82756	37			CA	059		
5374510	Monticello (historical)	monticello-historical	US		0	America/Los_Angeles	38.57768	-122.2072	135			CA	055		
5374580	Moonglow Mobile Home Park	moonglow-mobile-home-park	US		0	America/Los_Angeles	33.1131	-117.1092	196			CA	073		
5374583	Mooney Flat	mooney-flat	US		0	America/Los_Angeles	39.21545	-121.2744	226	Mooney Flat,Mooneys Flat		CA	057		
5374585	Moonlight Rim	moonlight-rim	US		0	America/Los_Angeles	33.96252	-117.15892	633			CA	065		
5374588	Moonridge	moonridge	US		0	America/Los_Angeles	34.23529	-116.85559	2170			CA	071		
5374640	Moores Flat	moores-flat	US		0	America/Los_Angeles	39.41906	-120.85078	1263	Moore's Flat,Moores Flat		CA	057		
5374654	Moorpark Home Acres	moorpark-home-acres	US		0	America/Los_Angeles	34.26556	-118.9151	140			CA	111		
5374669	Morada	morada	US		3828	America/Los_Angeles	38.03853	-121.24578	12			CA	077		
5374704	Moreland Mill	moreland-mill	US		0	America/Los_Angeles	35.50718	-118.35508	2360	Lone Star Mill,Moreland,Moreland Mill		CA	029		
5374710	Morena	morena	US		0	America/Los_Angeles	32.78088	-117.20781	7			CA	073		
5374720	Moreno	moreno	US		0	America/Los_Angeles	33.91752	-117.15781	488			CA	065		
5374721	Moreno	moreno	US		0	America/Los_Angeles	32.87338	-116.92503	144			CA	073		
5374724	Morena Village	morena-village	US		0	America/Los_Angeles	32.6795	-116.50502	969			CA	073		
5374730	Moreno Knolls	moreno-knolls	US		0	America/Los_Angeles	33.92557	-117.10975	501			CA	065		
5374750	Morettis Junction	morettis-junction	US		0	America/Los_Angeles	33.20004	-116.71113	847	Morettis,Morettis Junction		CA	073		
5374790	Morgans Landing	morgans-landing	US		0	America/Los_Angeles	38.32825	-121.57579	3	Folsom Dam,Morgans Landing		CA	113		
5374801	Mormon	mormon	US		0	America/Los_Angeles	37.9502	-121.26578	7			CA	077		
5374802	Mormon Bar	mormon-bar	US		0	America/Los_Angeles	37.46216	-119.94795	540			CA	043		
5374851	Morningside Park	morningside-park	US		0	America/Los_Angeles	33.95974	-118.32646	67			CA	037		
5374967	Mortmar	mortmar	US		211	America/Los_Angeles	33.52169	-115.93583	-60	Mortmar,Mortmere		CA	065		
5374970	Mortero Palms	mortero-palms	US		0	America/Los_Angeles	32.71923	-116.15168	715			CA	073		
5374982	Moseley (historical)	moseley-historical	US		0	America/Los_Angeles	39.64155	-121.43024	552			CA	007		
5375055	Mossdale	mossdale	US		0	America/Los_Angeles	37.78465	-121.30855	7			CA	077		
5375071	Mother Lode Acres	mother-lode-acres	US		0	America/Los_Angeles	38.1077	-120.90355	74			CA	009		
5375077	Mother Lode West	mother-lode-west	US		0	America/Los_Angeles	37.94659	-120.41631	455			CA	109		
5375083	Motor City	motor-city	US		0	America/Los_Angeles	38.73379	-120.74049	708			CA	017		
5375085	Motordrome (historical)	motordrome-historical	US		0	America/Los_Angeles	33.96862	-118.43924	2			CA	037		
5375101	Mound City (historical)	mound-city-historical	US		0	America/Los_Angeles	34.0564	-117.2656	325			CA	071		
5375124	Mount Bullion	mount-bullion	US		0	America/Los_Angeles	37.50716	-120.0449	656	Mount Bullion,Princeton		CA	043		
5375125	Mount Bullion (historical)	mount-bullion-historical	US		0	America/Los_Angeles	38.66046	-119.72629	1741	Bullion,Bulliona,Bullona,Mount Bullion (historical)		CA	003		
5375182	Mount Hannah Lodge	mount-hannah-lodge	US		0	America/Los_Angeles	38.88768	-122.73054	791			CA	033		
5375184	Mount Helix	mount-helix	US		0	America/Los_Angeles	32.76866	-116.98142	341			CA	073		
5375201	Mount Hope House (historical)	mount-hope-house-historical	US		0	America/Los_Angeles	39.51683	-121.21774	902			CA	115		
5375204	Mt Laguna	mt-laguna	US		57	America/Los_Angeles	32.86762	-116.42062	1825	Mount Laguna		CA	073		
5375286	Mount Signal	mount-signal	US		0	America/Los_Angeles	32.67839	-115.63917	-4			CA	025		
5375312	Mount Vernon (historical)	mount-vernon-historical	US		0	America/Los_Angeles	39.52962	-120.81633	1698			CA	091		
5375404	Mountain Home Village	mountain-home-village	US		0	America/Los_Angeles	34.10057	-116.9992	1125			CA	071		
5375407	Mountain House	mountain-house	US		9675	America/Los_Angeles	37.78326	-121.54273	18	Mountain House,Mountain House Township		CA	077		
5375426	Mountain Mesa	mountain-mesa	US		777	America/Los_Angeles	35.6394	-118.40564	805			CA	029		
5375443	Mountain Ranch Subdivision	mountain-ranch-subdivision	US		0	America/Los_Angeles	38.19686	-120.64521	348			CA	009		
5375446	Mountain Retreat	mountain-retreat	US		0	America/Los_Angeles	38.25325	-120.32686	1235			CA	009		
5375471	Mountain Top Junction	mountain-top-junction	US		0	America/Los_Angeles	34.39028	-117.57616	1462			CA	071		
5375482	Mountain View Acres	mountain-view-acres	US		3130	America/Los_Angeles	34.49666	-117.34894	937			CA	071		
5375523	Mountain View Mobile Estates	mountain-view-mobile-estates	US		0	America/Los_Angeles	33.20531	-117.25504	103			CA	073		
5375524	Mountain View Mobile and Recreational Vehicle Park	mountain-view-mobile-and-recreational-vehicle-park	US		0	America/Los_Angeles	37.3716	-118.39372	1265			CA	027		
5375567	Mountclef Village	mountclef-village	US		0	America/Los_Angeles	34.23445	-118.87871	301			CA	111		
5375583	Mowry Landing	mowry-landing	US		0	America/Los_Angeles	37.50605	-122.01885	3	Mawry Landing,Mowry Landing,Mowry's Landing		CA	001		
5375690	Muir Beach	muir-beach	US		310	America/Los_Angeles	37.86215	-122.58137	93			CA	041		
5375743	Mulford	mulford	US		0	America/Los_Angeles	37.70937	-122.17969	8			CA	001		
5375744	Mulford Gardens	mulford-gardens	US		0	America/Los_Angeles	37.70465	-122.17969	6			CA	001		
5375773	Mullen (historical)	mullen-historical	US		0	America/Los_Angeles	38.65185	-121.76607	21			CA	113		
5375777	Mumbert Acres	mumbert-acres	US		0	America/Los_Angeles	38.26797	-120.31964	1417			CA	009		
5375781	Mundo	mundo	US		0	America/Los_Angeles	33.27365	-115.56915	-58	Mundo,Volcano,Volcano Springs		CA	025		
5375804	Munyon	munyon	US		0	America/Los_Angeles	33.0406	-115.41498	-33			CA	025		
5375835	Muroc (historical)	muroc-historical	US		0	America/Los_Angeles	34.92303	-117.87229	696			CA	029		
5375906	Murray Park	murray-park	US		0	America/Los_Angeles	37.94437	-122.55359	25			CA	041		
5375916	Murrieta Hot Springs	murrieta-hot-springs	US		3644	America/Los_Angeles	33.56058	-117.15809	364	Hot Sulphur Springs,Murrieta Hot Springs		CA	065		
5375930	Muscatel	muscatel	US		0	America/Los_Angeles	36.79273	-119.85932	91			CA	019		
5375938	Muscoy	muscoy	US		10644	America/Los_Angeles	34.15418	-117.34421	423			CA	071		
5375966	Musick (historical)	musick-historical	US		0	America/Los_Angeles	35.20775	-120.40016	255			CA	079		
5375971	Musk (historical)	musk-historical	US		0	America/Los_Angeles	36.32801	-119.15094	119			CA	107		
5375986	Mussey Grove (historical)	mussey-grove-historical	US		0	America/Los_Angeles	32.92783	-116.90642	198			CA	073		
5376024	Myford	myford	US		0	America/Los_Angeles	33.72863	-117.78144	38			CA	059		
5376027	Myoma (historical)	myoma-historical	US		0	America/Los_Angeles	33.75141	-116.27834	22			CA	065		
5376035	Myricks Corner	myricks-corner	US		0	America/Los_Angeles	35.51635	-119.29094	107			CA	029		
5376060	Nacimiento	nacimiento	US		0	America/Los_Angeles	35.80913	-120.74156	194			CA	053		
5376071	Nacomis Indian Rancheria	nacomis-indian-rancheria	US		0	America/Los_Angeles	38.98601	-123.05806	234			CA	045		
5376078	Nairn (historical)	nairn-historical	US		0	America/Los_Angeles	37.37438	-120.50325	57			CA	047		
5376089	Nanceville	nanceville	US		0	America/Los_Angeles	36.0694	-119.07316	128			CA	107		
5376097	Napa Abajo	napa-abajo	US		0	America/Los_Angeles	38.29214	-122.28553	5	Lower Napa,Napa Abajo		CA	055		
5376112	Napa Junction	napa-junction	US		0	America/Los_Angeles	38.18742	-122.2508	24	Adelante,Napa Junction		CA	055		
5376122	Napa Soda Springs	napa-soda-springs	US		0	America/Los_Angeles	38.39075	-122.27942	215			CA	055		
5376147	Naranjo	naranjo	US		0	America/Los_Angeles	36.40467	-119.0626	142			CA	107		
5376149	Narbo (historical)	narbo-historical	US		0	America/Los_Angeles	37.21717	-119.70126	608			CA	039		
5376154	Nares (historical)	nares-historical	US		0	America/Los_Angeles	36.53662	-120.10043	57			CA	019		
5376155	Narlon	narlon	US		0	America/Los_Angeles	34.81054	-120.59878	39			CA	083		
5376157	Narod	narod	US		0	America/Los_Angeles	34.05807	-117.6845	291			CA	071		
5376186	Nashmead	nashmead	US		0	America/Los_Angeles	39.82238	-123.41474	248	Nash,Nashmead		CA	045		
5376218	Natividad	natividad	US		0	America/Los_Angeles	36.73274	-121.59661	50			CA	053		
5376252	Naud Junction	naud-junction	US		0	America/Los_Angeles	34.06057	-118.23618	89			CA	037		
5376254	Navajo (historical)	navajo-historical	US		0	America/Los_Angeles	35.37886	-120.2821	565			CA	079		
5376285	Navelencia	navelencia	US		0	America/Los_Angeles	36.68328	-119.38568	128			CA	019		
5376291	Naylor Place	naylor-place	US		0	America/Los_Angeles	34.60443	-118.66537	499			CA	037		
5376304	Nealeys Corner	nealeys-corner	US		0	America/Los_Angeles	34.18723	-117.43922	629			CA	071		
5376313	Nebelhorn	nebelhorn	US		0	America/Los_Angeles	38.8113	-120.03435	2256			CA	017		
5376326	Need	need	US		0	America/Los_Angeles	38.30214	-121.32467	13			CA	067		
5376365	Neff	neff	US		0	America/Los_Angeles	33.80946	-117.93284	36			CA	059		
5376447	Nelson Bar (historical)	nelson-bar-historical	US		0	America/Los_Angeles	39.69572	-121.56136	297			CA	007		
5376461	Nelson Mill	nelson-mill	US		0	America/Los_Angeles	39.43128	-120.99884	971			CA	091		
5376473	Nelsons Crossing	nelsons-crossing	US		0	America/Los_Angeles	39.66378	-121.21579	946			CA	007		
5376474	Nema (historical)	nema-historical	US		0	America/Los_Angeles	36.96106	-121.55105	52			CA	085		
5376479	Neroly	neroly	US		0	America/Los_Angeles	37.98937	-121.75051	23			CA	013		
5376481	Nervo	nervo	US		0	America/Los_Angeles	38.68769	-122.88027	68			CA	097		
5376487	Nestor	nestor	US		0	America/Los_Angeles	32.57589	-117.08419	9			CA	073		
5376497	Neufeld	neufeld	US		0	America/Los_Angeles	35.6194	-119.33261	99			CA	029		
5376498	Neuralia (historical)	neuralia-historical	US		0	America/Los_Angeles	35.19858	-118.04535	730			CA	029		
5376529	Nevills (historical)	nevills-historical	US		0	America/Los_Angeles	36.74634	-119.90321	80			CA	019		
5376530	Nevin	nevin	US		0	America/Los_Angeles	34.01418	-118.24618	66			CA	037		
5376546	New Auberry	new-auberry	US		0	America/Los_Angeles	37.09328	-119.49708	629	Auberry,New Auberry		CA	019		
5376560	New Blinzing (historical)	new-blinzing-historical	US		0	America/Los_Angeles	39.71877	-121.42191	287			CA	007		
5376562	New Brighton (historical)	new-brighton-historical	US		0	America/Los_Angeles	36.97995	-121.93468	37	New Brighton (historical),New Brighton Station		CA	087		
5376573	New Chicago	new-chicago	US		0	America/Los_Angeles	38.43713	-120.83633	289	Chicago,New Chicago		CA	005		
5376574	Chinatown	chinatown	US		0	America/Los_Angeles	34.06251	-118.23896	95	Chinatown		CA	037		
5376602	New Dunn	new-dunn	US		0	America/Los_Angeles	35.04943	-116.42613	478			CA	071		
5376618	New Frontier Mobile Home Park	new-frontier-mobile-home-park	US		0	America/Los_Angeles	32.84477	-116.96753	107			CA	073		
5376657	New Hope Landing	new-hope-landing	US		0	America/Los_Angeles	38.22797	-121.49079	1	New Hope,New Hope Landing,Newhope,Newhope Landing		CA	077		
5376733	New Monterey	new-monterey	US		0	America/Los_Angeles	36.61468	-121.90218	17			CA	053		
5376787	New York Flat (historical)	new-york-flat-historical	US		0	America/Los_Angeles	39.496	-121.27885	724			CA	115		
5376867	Newlove	newlove	US		0	America/Los_Angeles	37.99381	-121.76273	23			CA	013		
5376882	Newman Springs	newman-springs	US		0	America/Los_Angeles	39.19628	-122.71582	658			CA	033		
5376902	Newport Heights	newport-heights	US		0	America/Los_Angeles	33.61919	-117.92339	3			CA	059		
5376906	Newport Marina Mobile Home Park	newport-marina-mobile-home-park	US		0	America/Los_Angeles	33.60808	-117.92284	3			CA	059		
5376910	Newport Terrace Mobile Home Park	newport-terrace-mobile-home-park	US		0	America/Los_Angeles	33.62919	-117.93284	31			CA	059		
5376918	Newsom Springs	newsom-springs	US		0	America/Los_Angeles	35.12248	-120.54517	123			CA	079		
5376930	Newton Park	newton-park	US		0	America/Los_Angeles	34.09084	-118.17924	179			CA	037		
5376935	Newtown (historical)	newtown-historical	US		0	America/Los_Angeles	37.70326	-120.19185	555			CA	043		
5376993	Nickerson Gardens	nickerson-gardens	US		0	America/Los_Angeles	33.93196	-118.24841	30			CA	037		
5376996	Nicklin	nicklin	US		0	America/Los_Angeles	33.94363	-117.01419	733			CA	065		
5376998	Nicks Cove	nicks-cove	US		0	America/Los_Angeles	38.19964	-122.92111	2	Nick's Cove,Nicks Cove		CA	041		
5377009	Nielsburg	nielsburg	US		0	America/Los_Angeles	38.95712	-121.03328	469	Neillsburgh,Neilsburgh,Nielsburg		CA	061		
5377048	Niles District	niles-district	US		0	America/Los_Angeles	37.57882	-121.97774	34	Gopher Town,Niles,Niles District,Vallejo Mills		CA	001		
5377050	Niles Junction	niles-junction	US		0	America/Los_Angeles	37.57632	-121.97135	24			CA	001		
5377054	Nimbus	nimbus	US		0	America/Los_Angeles	38.62907	-121.21523	44			CA	067		
5377072	Nimshew	nimshew	US		0	America/Los_Angeles	39.84349	-121.61914	764			CA	007		
5377084	Ninetynine Oaks	ninetynine-oaks	US		0	America/Los_Angeles	34.47583	-118.61675	342			CA	037		
5377095	Ninth Street Junction	ninth-street-junction	US		0	America/Los_Angeles	34.02029	-118.22063	73			CA	037		
5377098	Nipinnawasee	nipinnawasee	US		475	America/Los_Angeles	37.40411	-119.73294	893	Nipinnawasee,Nipinnawassee,Nippinnawasee,Nippinnawassee		CA	039		
5377170	Noel Heights	noel-heights	US		0	America/Los_Angeles	38.4938	-122.96222	30			CA	097		
5377212	Nord	nord	US		320	America/Los_Angeles	39.7796	-121.9572	46			CA	007		
5377224	Normal Heights	normal-heights	US		0	America/Los_Angeles	32.76338	-117.12281	121			CA	073		
5377241	Normandy Village	normandy-village	US		0	America/Los_Angeles	37.87548	-122.26552	79	Normandy Village,Thornberg Village		CA	001		
5377266	North Auburn	north-auburn	US		13022	America/Los_Angeles	38.93129	-121.08189	448			CA	061		
5377272	North Barstow	north-barstow	US		0	America/Los_Angeles	34.91665	-117.01976	643			CA	071		
5377277	North Bay Terraces	north-bay-terraces	US		0	America/Los_Angeles	32.69922	-117.04475	116			CA	073		
5377290	North Belridge	north-belridge	US		0	America/Los_Angeles	35.54635	-119.79069	193			CA	029		
5377341	North Clairemont	north-clairemont	US		0	America/Los_Angeles	32.83283	-117.20004	110	Clairmont Mesa,North Clairemont		CA	073		
5377349	North Columbia	north-columbia	US		0	America/Los_Angeles	39.37267	-120.98717	919	Columbia Hill,North Columbia		CA	057		
5377372	North Dinuba	north-dinuba	US		0	America/Los_Angeles	36.56745	-119.39457	105			CA	107		
5377380	North Edwards	north-edwards	US		1058	America/Los_Angeles	35.01664	-117.83284	699	Edgemont Acres,North Edwards,North Muroc		CA	029		
5377381	North El Monte	north-el-monte	US		3723	America/Los_Angeles	34.10279	-118.02423	101			CA	037		
5377383	North Elsinore	north-elsinore	US		0	America/Los_Angeles	33.69002	-117.33921	389			CA	065		
5377389	North Fair Oaks	north-fair-oaks	US		14687	America/Los_Angeles	37.47438	-122.19663	8			CA	081		
5377392	North Fillmore	north-fillmore	US		0	America/Los_Angeles	34.40666	-118.93343	135			CA	111		
5377393	North Fontana	north-fontana	US		0	America/Los_Angeles	34.13945	-117.46227	464			CA	071		
5377398	North Cucamonga	north-cucamonga	US		0	America/Los_Angeles	34.09334	-117.58172	342			CA	071		
5377613	North Glendale	north-glendale	US		0	America/Los_Angeles	34.16056	-118.26452	161			CA	037		
5377639	North Highland Park	north-highland-park	US		0	America/Los_Angeles	34.12445	-118.20368	187			CA	037		
5377663	North Jamul	north-jamul	US		0	America/Los_Angeles	32.72561	-116.86947	313			CA	073		
5377678	North Landing	north-landing	US		0	America/Los_Angeles	37.63521	-118.74457	2073			CA	051		
5377680	North Loma Linda	north-loma-linda	US		0	America/Los_Angeles	34.07112	-117.25699	326			CA	071		
5377681	North Long Beach	north-long-beach	US		0	America/Los_Angeles	33.86002	-118.18562	15	North Long Beach,Virginia City		CA	037		
5377687	North McHenry	north-mchenry	US		0	America/Los_Angeles	37.73993	-121.00938	33			CA	099		
5377707	North Muroc (historical)	north-muroc-historical	US		0	America/Los_Angeles	35.00497	-117.81895	698			CA	029		
5377708	North Norton	north-norton	US		0	America/Los_Angeles	34.10557	-117.25282	330			CA	071		
5377716	North Ontario	north-ontario	US		0	America/Los_Angeles	34.09418	-117.65117	370			CA	071		
5377730	North Park	north-park	US		0	America/Los_Angeles	32.74088	-117.13059	102			CA	073		
5377754	North Placerville	north-placerville	US		0	America/Los_Angeles	38.7549	-120.8316	552			CA	017		
5377761	North Pomona	north-pomona	US		0	America/Los_Angeles	34.09001	-117.75033	318			CA	037		
5377764	North Ranch	north-ranch	US		0	America/Los_Angeles	34.19667	-118.82009	374			CA	111		
5377775	North Richmond	north-richmond	US		3717	America/Los_Angeles	37.95881	-122.36747	5			CA	013		
5377788	North Sacramento	north-sacramento	US		0	America/Los_Angeles	38.60602	-121.45745	10			CA	067		
5377799	North Santa Maria	north-santa-maria	US		0	America/Los_Angeles	34.95692	-120.44461	63			CA	083		
5377805	North Shafter	north-shafter	US		0	America/Los_Angeles	35.51135	-119.28455	107			CA	029		
5377806	North Sherman Way	north-sherman-way	US		0	America/Los_Angeles	34.20056	-118.44925	227			CA	037		
5377824	North Shore	north-shore	US		0	America/Los_Angeles	34.26806	-117.18421	1560			CA	071		
5377121	Nitro	nitro	US	25143	0	America/Los_Angeles	38.00909	-122.36469	10			CA	013		
5377839	North Star Ranch	north-star-ranch	US		0	America/Los_Angeles	34.43417	-117.35921	1040			CA	071		
5377867	North Wawona	north-wawona	US		0	America/Los_Angeles	37.54771	-119.6446	1256			CA	043		
5377871	North Wawona (historical)	north-wawona-historical	US		0	America/Los_Angeles	37.54855	-119.64099	1262			CA	043		
5377875	Northam (historical)	northam-historical	US		0	America/Los_Angeles	33.88001	-117.99812	25			CA	059		
5377948	Northspur	northspur	US		0	America/Los_Angeles	39.42267	-123.55196	109			CA	045		
5377973	Northwood Heights	northwood-heights	US		0	America/Los_Angeles	38.47964	-122.99944	42			CA	097		
5377974	Northwood Lodge	northwood-lodge	US		0	America/Los_Angeles	38.47714	-122.99778	19			CA	097		
5377994	Norval (historical)	norval-historical	US		0	America/Los_Angeles	38.18436	-120.84133	210			CA	009		
5378018	Notarb	notarb	US		0	America/Los_Angeles	37.01106	-120.11905	77			CA	039		
5378020	Notleys Landing	notleys-landing	US		0	America/Los_Angeles	36.3983	-121.90357	34	Notley's Landing,Notleys Landing		CA	053		
5378059	Noverd	noverd	US		0	America/Los_Angeles	38.09103	-121.68773	-2			CA	067		
5378067	Noyo	noyo	US		0	America/Los_Angeles	39.42822	-123.80335	33			CA	045		
5378078	Nuestro	nuestro	US		0	America/Los_Angeles	39.18378	-121.66219	19			CA	101		
5378095	Nuga (historical)	nuga-historical	US		0	America/Los_Angeles	36.89384	-121.79467	4			CA	087		
5378149	Nystrom Village	nystrom-village	US		0	America/Los_Angeles	37.92715	-122.35664	5			CA	013		
5378177	Nyland	nyland	US		0	America/Los_Angeles	34.22556	-119.13511	23	Nyeland,Nyeland Acres,Nyland		CA	111		
5378206	O'Neil Place	o-neil-place	US		0	America/Los_Angeles	39.69877	-122.96028	1562			CA	045		
5378258	Oak Creek Hills	oak-creek-hills	US		0	America/Los_Angeles	38.71407	-121.07689	180			CA	017		
5378297	Oak Gardens Estates	oak-gardens-estates	US		0	America/Los_Angeles	37.9902	-120.27519	888			CA	109		
5378298	Oak Glen	oak-glen	US		638	America/Los_Angeles	34.04946	-116.9478	1465			CA	071		
5378313	Oak Grove (historical)	oak-grove-historical	US		0	America/Los_Angeles	39.34211	-121.32052	353			CA	115		
5378338	Oak Haven Estates	oak-haven-estates	US		0	America/Los_Angeles	33.43975	-117.09503	376			CA	065		
5378353	Oak Hills	oak-hills	US		0	America/Los_Angeles	36.77773	-121.71606	17			CA	053		
5378354	Oak Hills	oak-hills	US		8879	America/Los_Angeles	34.38313	-117.38135	1134			CA	071		
5378360	Oak Knoll	oak-knoll	US		0	America/Los_Angeles	34.12445	-118.1359	224			CA	037		
5378361	Oak Knoll	oak-knoll	US		0	America/Los_Angeles	38.35825	-122.33498	34			CA	055		
5378416	Oak Park Estates	oak-park-estates	US		0	America/Los_Angeles	38.18797	-120.66188	343			CA	009		
5378445	Oak Ridge Village	oak-ridge-village	US		0	America/Los_Angeles	38.67935	-121.07633	245			CA	017		
5378472	Oak Tree Village	oak-tree-village	US		0	America/Los_Angeles	38.70685	-121.07522	197			CA	017		
5378476	Oak Valley	oak-valley	US		0	America/Los_Angeles	39.4985	-121.03801	918			CA	115		
5378492	Oak Village	oak-village	US		0	America/Los_Angeles	34.39222	-118.96343	141			CA	111		
5378530	Oakhurst (historical)	oakhurst-historical	US		0	America/Los_Angeles	36.74912	-119.43818	133			CA	019		
5379002	Old Gilroy	old-gilroy	US		0	America/Los_Angeles	36.99967	-121.52633	54	Gilroy,Gilroy's,Old Gilroy,San Isidro,San Ysidro		CA	085		
5379009	Old Hilltown	old-hilltown	US		0	America/Los_Angeles	36.63135	-121.66939	14	Hill Town,Old Hilltown		CA	053		
5378585	Oakridge Ranches	oakridge-ranches	US		0	America/Los_Angeles	33.60614	-116.9753	614			CA	065		
5378615	Oasis	oasis	US		0	America/Los_Angeles	38.98268	-123.00389	588			CA	045		
5378617	Oasis	oasis	US		6890	America/Los_Angeles	33.46586	-116.09889	-44	Oasis,Oasis Station		CA	065		
5378631	Oasis Mobile Home Park	oasis-mobile-home-park	US		0	America/Los_Angeles	33.78779	-117.91756	36			CA	059		
5378675	Oban	oban	US		0	America/Los_Angeles	34.77443	-118.14813	702			CA	037		
5378678	Oberg (historical)	oberg-historical	US		0	America/Los_Angeles	34.43333	-118.59342	319			CA	037		
5378680	Obregon	obregon	US		0	America/Los_Angeles	32.8581	-114.78913	202			CA	025		
5378717	Ocean Breeze Mobile Home Park	ocean-breeze-mobile-home-park	US		0	America/Los_Angeles	36.9644	-121.97552	13			CA	087		
5378718	Ocean Breeze Trailer Park	ocean-breeze-trailer-park	US		0	America/Los_Angeles	33.75863	-117.96089	19			CA	059		
5378721	Ocean Hills	ocean-hills	US		0	America/Los_Angeles	33.1642	-117.25504	155			CA	073		
5378738	Ocean Roar	ocean-roar	US		0	America/Los_Angeles	38.21603	-122.925	6			CA	041		
5378745	Ocean View Estates	ocean-view-estates	US		0	America/Los_Angeles	33.6953	-118.00506	18			CA	059		
5378764	Oceano Beach	oceano-beach	US		0	America/Los_Angeles	35.10553	-120.63017	6			CA	079		
5378789	Oceanview	oceanview	US		0	America/Los_Angeles	37.71413	-122.45756	130			CA	075		
5378794	Ockenden	ockenden	US		0	America/Los_Angeles	37.08884	-119.31763	1697			CA	019		
5378803	Ocotillo Wells	ocotillo-wells	US		0	America/Los_Angeles	33.14449	-116.13417	49	Ocotillo,Ocotillo Wells		CA	073		
5378804	Octol	octol	US		0	America/Los_Angeles	36.12384	-119.32845	82			CA	107		
5378811	Odd Fellows Park	odd-fellows-park	US		0	America/Los_Angeles	38.50213	-122.94722	64			CA	097		
5378819	Odessa (historical)	odessa-historical	US		0	America/Los_Angeles	36.27134	-119.64596	72			CA	031		
5378828	Ogilby	ogilby	US		0	America/Los_Angeles	32.81699	-114.83885	111	Ogilby,Oglesby		CA	025		
5378845	Ohm	ohm	US		0	America/Los_Angeles	37.6266	-121.28411	33			CA	099		
5378849	Ohmer (historical)	ohmer-historical	US		0	America/Los_Angeles	38.00964	-122.02274	19			CA	013		
5378865	Oil Junction	oil-junction	US		0	America/Los_Angeles	35.41968	-119.05705	135			CA	029		
5378870	Oildale	oildale	US		32684	America/Los_Angeles	35.41968	-119.01955	143	North Side,Oildale,Waits		CA	029		
5378878	Oilfields	oilfields	US		0	America/Los_Angeles	36.24634	-120.31654	300	Balfour,Oilfields		CA	019		
5378900	Ojai Valley Estates Mobile Home Park	ojai-valley-estates-mobile-home-park	US		0	America/Los_Angeles	34.45083	-119.274	233			CA	111		
5378907	Ojala	ojala	US		0	America/Los_Angeles	34.48444	-119.29928	290			CA	111		
5378926	Old Adobe	old-adobe	US		0	America/Los_Angeles	35.73775	-120.69989	191	Old Adobe,Rio Caledonia Adobe		CA	079		
5378934	Old Bailey Place	old-bailey-place	US		0	America/Los_Angeles	39.16795	-123.48251	289			CA	045		
5378939	Old Bretz Mill	old-bretz-mill	US		0	America/Los_Angeles	37.08161	-119.29874	1775			CA	019		
5378954	Old Chinatown (historical)	old-chinatown-historical	US		0	America/Los_Angeles	34.05612	-118.23674	86			CA	037		
5378961	Old Corral	old-corral	US		0	America/Los_Angeles	37.35689	-119.60709	1009			CA	039		
5378974	Old Dale	old-dale	US		0	America/Los_Angeles	34.1225	-115.79527	387			CA	071		
5378993	Old Forbestown	old-forbestown	US		0	America/Los_Angeles	39.52794	-121.2808	872			CA	007		
5378994	Old Fort Jim	old-fort-jim	US		0	America/Los_Angeles	38.71046	-120.71882	685	Fort Jim,Old Fort Jim		CA	017		
5379000	Old Garlock	old-garlock	US		0	America/Los_Angeles	35.37579	-117.82507	605			CA	029		
5379012	Old Hopland	old-hopland	US		0	America/Los_Angeles	38.97573	-123.10028	152	East Hopland,Hopland,Old Hopland		CA	045		
5379027	Old Mammoth	old-mammoth	US		0	America/Los_Angeles	37.62605	-118.98319	2443	Mammoth,Old Mammoth		CA	051		
5379045	Old Mill Park Mobile Home Park	old-mill-park-mobile-home-park	US		0	America/Los_Angeles	36.98856	-121.9569	12			CA	087		
5379065	Old Ornbaun Hot Springs	old-ornbaun-hot-springs	US		0	America/Los_Angeles	38.9124	-123.31084	374			CA	045		
5379073	Old Pino	old-pino	US		0	America/Los_Angeles	38.81796	-120.64715	962			CA	017		
5379076	Old Point Comfort	old-point-comfort	US		0	America/Los_Angeles	34.41528	-117.83367	1265			CA	037		
5379084	Old Red Rock Place	old-red-rock-place	US		0	America/Los_Angeles	38.79297	-123.44195	548			CA	045		
5379088	Old River	old-river	US		0	America/Los_Angeles	35.26718	-119.10899	105			CA	029		
5379143	Old Town San Diego	old-town-san-diego	US		0	America/Los_Angeles	32.75422	-117.19698	8	Old San Diego,Old Town,Old Town San Diego		CA	073		
5379179	Oleander	oleander	US		0	America/Los_Angeles	36.63439	-119.75486	87			CA	019		
5379193	Oleo (historical)	oleo-historical	US		0	America/Los_Angeles	33.92057	-117.87839	112			CA	059		
5379194	Oleum	oleum	US		0	America/Los_Angeles	38.04464	-122.2483	62			CA	013		
5379201	Olinda (historical)	olinda-historical	US		0	America/Los_Angeles	33.92612	-117.83756	172	Olinda (historical),Petrolia		CA	059		
5379208	Olig (historical)	olig-historical	US		0	America/Los_Angeles	35.32496	-119.65651	312			CA	029		
5379252	Olive Springs (historical)	olive-springs-historical	US		0	America/Los_Angeles	37.05828	-121.91968	123			CA	087		
5379255	Olive View	olive-view	US		0	America/Los_Angeles	34.32444	-118.44369	436			CA	037		
5379269	Olivenhain	olivenhain	US		0	America/Los_Angeles	33.04615	-117.23476	39	Olivehain,Olivenhain,Olivenheim		CA	073		
5379271	Oliver (historical)	oliver-historical	US		0	America/Los_Angeles	39.13267	-121.59052	16			CA	115		
5379328	Olympia Glade	olympia-glade	US		0	America/Los_Angeles	39.23295	-121.0355	795			CA	057		
5379336	Olympic Heights	olympic-heights	US		0	America/Los_Angeles	39.33574	-120.1577	1794			CA	057		
5379345	Omaha Heights	omaha-heights	US		0	America/Los_Angeles	34.0814	-118.18841	182			CA	037		
5379357	Omira	omira	US		0	America/Los_Angeles	39.96685	-120.07743	1325			CA	035		
5379359	Omo Ranch	omo-ranch	US		0	America/Los_Angeles	38.5813	-120.57326	1101			CA	017		
5379364	Omus	omus	US		0	America/Los_Angeles	38.71963	-122.91972	69			CA	097		
5379383	One Hundred Palms	one-hundred-palms	US		0	America/Los_Angeles	33.56197	-116.17251	-22			CA	065		
5379472	Oo-moo-chah (historical)	oo-moo-chah-historical	US		0	America/Los_Angeles	38.40824	-121.3719	14	Oo-moo-chah,Oo-moo-chah (historical)		CA	067		
5379478	Opal Cliff Park Mobile Home Park	opal-cliff-park-mobile-home-park	US		0	America/Los_Angeles	36.96495	-121.96635	16			CA	087		
5379499	Ophir Hill Acres	ophir-hill-acres	US		0	America/Los_Angeles	39.19295	-121.0405	882			CA	057		
5379514	Orange Avenue Junction	orange-avenue-junction	US		0	America/Los_Angeles	34.09251	-117.94312	124			CA	037		
5379549	Orange Mobile Home Park	orange-mobile-home-park	US		0	America/Los_Angeles	33.82502	-117.83339	81			CA	059		
5379550	Orange Park Acres	orange-park-acres	US		0	America/Los_Angeles	33.80196	-117.78228	146			CA	059		
5379561	Orange Village Mobile Home Park	orange-village-mobile-home-park	US		0	America/Los_Angeles	33.81113	-117.83867	73			CA	059		
5379565	Orangetree	orangetree	US		0	America/Los_Angeles	33.81085	-117.87617	52			CA	059		
5379582	Orchams	orchams	US		0	America/Los_Angeles	34.47555	-119.88486	129			CA	083		
5379596	Orchard Lane Mobile Home Park	orchard-lane-mobile-home-park	US		0	America/Los_Angeles	36.98662	-121.94551	39			CA	087		
5379609	Orcutt	orcutt	US		28905	America/Los_Angeles	34.86526	-120.436	109			CA	083		
5379629	Ordbend	ordbend	US		0	America/Los_Angeles	39.62961	-122.00553	37			CA	021		
5379657	Orella (historical)	orella-historical	US		0	America/Los_Angeles	34.46249	-120.05098	15			CA	083		
5379684	Orinda Village	orinda-village	US		0	America/Los_Angeles	37.88743	-122.19552	148			CA	013		
5379690	Orion (historical)	orion-historical	US		0	America/Los_Angeles	36.31023	-119.74069	72			CA	031		
5379692	Orita	orita	US		0	America/Los_Angeles	32.97727	-115.40526	-28			CA	025		
5379706	Orleans Flat	orleans-flat	US		0	America/Los_Angeles	39.42879	-120.83494	1266	Concord,Orlean's Flat,Orleans,Orleans Flat		CA	057		
5379708	Orlem (historical)	orlem-historical	US		0	America/Los_Angeles	36.19106	-119.04621	132			CA	107		
5379710	Ormand	ormand	US		0	America/Los_Angeles	34.01112	-117.41838	274			CA	065		
5379742	Oro Loma	oro-loma	US		0	America/Los_Angeles	36.89078	-120.69046	53			CA	019		
5379751	Oroleve	oroleve	US		0	America/Los_Angeles	39.52656	-121.1794	1017	Oro Leva,Oro Lewa,Oroleeve,Oroleve,Oroliva,Oroluve		CA	007		
5379769	Oroville Junction	oroville-junction	US		0	America/Los_Angeles	39.50961	-121.65053	50	Oroville Junction,Tres Vias		CA	007		
5379783	Orris	orris	US		0	America/Los_Angeles	35.85384	-119.06121	162			CA	107		
5379785	Orrs Springs	orrs-springs	US		0	America/Los_Angeles	39.22934	-123.36473	305	Orr's Hot Sulphur Springs,Orrs,Orrs Springs		CA	045		
5379786	Ortega	ortega	US		0	America/Los_Angeles	34.41638	-119.58568	18	Ortega,Ortega Siding		CA	083		
5379792	Ortega	ortega	US		0	America/Los_Angeles	37.90465	-121.27217	5			CA	077		
5379822	Orwood	orwood	US		0	America/Los_Angeles	37.93992	-121.56884	1			CA	013		
5379876	Ostrom	ostrom	US		0	America/Los_Angeles	39.06934	-121.51163	21	Ostrom,Reed		CA	115		
5379882	Otay	otay	US		0	America/Los_Angeles	32.59478	-117.06447	17			CA	073		
5379888	Otay Mesa	otay-mesa	US		0	America/Los_Angeles	32.57339	-117.05419	60			CA	073		
5379898	Oswald	oswald	US		0	America/Los_Angeles	39.06906	-121.62608	15			CA	101		
5379901	Oteys Sierra Village	oteys-sierra-village	US		0	America/Los_Angeles	37.35854	-118.45928	1357			CA	027		
5380086	Outingdale	outingdale	US		0	America/Los_Angeles	38.61657	-120.72993	495			CA	017		
5380101	Ovejo (historical)	ovejo-historical	US		0	America/Los_Angeles	37.05439	-120.31656	59			CA	039		
5380109	Overlook	overlook	US		0	America/Los_Angeles	32.77144	-117.1992	32			CA	073		
5380140	Owenyo	owenyo	US		0	America/Los_Angeles	36.67827	-118.04425	1127	New Owenyo,Owenyo		CA	027		
5380141	Owl	owl	US		0	America/Los_Angeles	33.92779	-116.81752	613	Owl,Owl Siding		CA	065		
5380157	Owl Mobile Manor	owl-mobile-manor	US		0	America/Los_Angeles	34.22389	-119.14344	24			CA	111		
5380169	Oxalis	oxalis	US		0	America/Los_Angeles	36.91189	-120.5499	42			CA	019		
5380187	Oxnard Beach	oxnard-beach	US		0	America/Los_Angeles	34.16334	-119.22789	4			CA	111		
5380202	Oxnard Shores	oxnard-shores	US		0	America/Los_Angeles	34.19084	-119.2415	3			CA	111		
5380217	Oxford Mill	oxford-mill	US		0	America/Los_Angeles	39.57184	-120.8255	983			CA	091		
5380223	Ozol	ozol	US		0	America/Los_Angeles	38.02659	-122.16302	2			CA	013		
5380248	Pabrico	pabrico	US		0	America/Los_Angeles	37.58271	-122.00635	16	Pabrico,Pabrico Siding		CA	001		
5380250	Pacer	pacer	US		0	America/Los_Angeles	34.93526	-120.48989	53			CA	083		
5380252	Pachappa	pachappa	US		0	America/Los_Angeles	33.94668	-117.38504	265			CA	065		
5380256	Pacheco	pacheco	US		3685	America/Los_Angeles	37.98353	-122.07524	21	paseko,पाशेको		CA	013		
5380338	Pacific Grove Acres	pacific-grove-acres	US		0	America/Los_Angeles	36.62885	-121.92996	38			CA	053		
5380355	Laurel Heights	laurel-heights	US		0	America/Los_Angeles	37.78493	-122.45219	82			CA	075		
5380367	Pacific Manor	pacific-manor	US		0	America/Los_Angeles	37.65021	-122.4897	31			CA	081		
5380400	Pacific Skies Mobile Home Park	pacific-skies-mobile-home-park	US		0	America/Los_Angeles	37.64105	-122.49359	10			CA	081		
5380407	Pacific Trailer Park	pacific-trailer-park	US		0	America/Los_Angeles	33.65557	-117.99367	3			CA	059		
5380454	Packwood (historical)	packwood-historical	US		0	America/Los_Angeles	35.58747	-120.06014	419			CA	029		
5380533	Paintersville	paintersville	US		0	America/Los_Angeles	38.31991	-121.57607	5			CA	067		
5380537	Pajaro	pajaro	US		3070	America/Los_Angeles	36.90412	-121.74856	8			CA	053		
5380540	Pajaro Mobile Manor	pajaro-mobile-manor	US		0	America/Los_Angeles	36.90551	-121.74745	11			CA	053		
5380554	Pala Mesa	pala-mesa	US		0	America/Los_Angeles	33.33225	-117.16364	108			CA	073		
5380588	Palisades Del Rey (historical)	palisades-del-rey-historical	US		0	America/Los_Angeles	33.94029	-118.43785	41			CA	037		
5380629	Palm Desert Country	palm-desert-country	US		0	America/Los_Angeles	33.74058	-116.31556	54			CA	065		
5380650	Palm Lodge Mobile Home Estates	palm-lodge-mobile-home-estates	US		0	America/Los_Angeles	33.8489	-117.87923	61			CA	059		
5380708	Palmer (historical)	palmer-historical	US		0	America/Los_Angeles	34.82915	-120.3221	260			CA	083		
5380710	Palm Wells	palm-wells	US		0	America/Los_Angeles	34.07779	-116.53946	829			CA	071		
5380734	Palmo	palmo	US		0	America/Los_Angeles	35.55912	-119.33122	103			CA	029		
5380808	Paloma (historical)	paloma-historical	US		0	America/Los_Angeles	35.17274	-119.164	88			CA	029		
5380831	Palomar East Mobile Home Park	palomar-east-mobile-home-park	US		0	America/Los_Angeles	33.13504	-117.20976	176			CA	073		
5380843	Palomar Park	palomar-park	US		0	America/Los_Angeles	37.4816	-122.26441	46			CA	081		
5380844	Palomar Park Mobile Home Park	palomar-park-mobile-home-park	US		0	America/Los_Angeles	33.10615	-117.07531	201			CA	073		
5380848	Palomar West Mobile Home Park	palomar-west-mobile-home-park	US		0	America/Los_Angeles	33.13837	-117.2117	209			CA	073		
5380883	Palos Verdes Estates	palos-verdes-estates	US		13682	America/Los_Angeles	33.80105	-118.39245	64	Palos Verdes Estates,Palos Verdes Peninsula		CA	037		
5380904	Panamint	panamint	US		0	America/Los_Angeles	36.11828	-117.09533	1921	Jonesville,Panamint,Panamint City		CA	027		
5380907	Panamint Springs	panamint-springs	US		0	America/Los_Angeles	36.33966	-117.46784	587			CA	027		
5380921	Panoche	panoche	US		0	America/Los_Angeles	36.5969	-120.83351	371			CA	069		
5380923	Panoche Junction	panoche-junction	US		0	America/Los_Angeles	36.54606	-120.48794	157			CA	019		
5380940	Panorama Heights	panorama-heights	US		0	America/Los_Angeles	33.7778	-117.79811	115			CA	059		
5380941	Panorama Heights	panorama-heights	US		0	America/Los_Angeles	34.12417	-116.22084	814			CA	071		
5380942	Panorama Heights	panorama-heights	US		41	America/Los_Angeles	35.80495	-118.62925	1505			CA	107		
5381032	Paradise Cove Mobile Home Park	paradise-cove-mobile-home-park	US		0	America/Los_Angeles	34.02029	-118.78981	34			CA	037		
5381035	Paradise Cay	paradise-cay	US		0	America/Los_Angeles	37.9127	-122.47553	7	E-Paradise Cay,Paradajs Kej,Парадайс Кей		CA	041		
5381048	Paradise Hills	paradise-hills	US		0	America/Los_Angeles	32.67839	-117.05697	95			CA	073		
5381066	Paradise Park	paradise-park	US		389	America/Los_Angeles	37.01023	-122.04357	17			CA	087		
5381069	Paradise Pines	paradise-pines	US		0	America/Los_Angeles	39.83016	-121.59608	745			CA	007		
5381079	Paradise Springs	paradise-springs	US		0	America/Los_Angeles	34.39583	-117.80645	1449			CA	037		
5381130	Pardee	pardee	US		0	America/Los_Angeles	34.415	-118.54064	356			CA	037		
5381171	Park Creek Village Mobile Home Park	park-creek-village-mobile-home-park	US		0	America/Los_Angeles	38.28853	-122.47137	22			CA	097		
5381197	Park Royale	park-royale	US		0	America/Los_Angeles	33.79196	-117.88422	43			CA	059		
5381199	Park Sierra Mobile Home Park	park-sierra-mobile-home-park	US		0	America/Los_Angeles	37.73382	-120.9616	41			CA	099		
5381205	Park View Commons	park-view-commons	US		0	America/Los_Angeles	37.76576	-122.45303	88			CA	075		
5381210	Park Village	park-village	US		0	America/Los_Angeles	38.65768	-121.07494	216			CA	017		
5381211	Park Village	park-village	US		0	America/Los_Angeles	36.51106	-116.85561	74			CA	027		
5381231	Parker Junction	parker-junction	US		0	America/Los_Angeles	34.77028	-114.59608	225			CA	071		
5381252	Parkfield	parkfield	US		18	America/Los_Angeles	35.89969	-120.43265	466	Parkfield,Russelsville		CA	053		
5381254	Parkfield Junction	parkfield-junction	US		0	America/Los_Angeles	36.0819	-120.48043	364			CA	019		
5381268	Parkmoor	parkmoor	US		0	America/Los_Angeles	37.32105	-121.93079	39			CA	085		
5381273	Parklabrea	parklabrea	US		0	America/Los_Angeles	34.06584	-118.35508	56			CA	037		
5381276	Parksdale	parksdale	US		2621	America/Los_Angeles	36.94717	-120.02294	85			CA	039		
5381305	Parkway	parkway	US		14670	America/Los_Angeles	38.49602	-121.45884	6			CA	067		
5381320	Parkwood	parkwood	US		2268	America/Los_Angeles	36.92689	-120.04461	80			CA	039		
5381350	Parque Pacifico Mobile Home Park	parque-pacifico-mobile-home-park	US		0	America/Los_Angeles	33.78696	-117.99034	18			CA	059		
5381351	Parque Santiago Mobile Home Park	parque-santiago-mobile-home-park	US		0	America/Los_Angeles	33.74391	-117.82172	40			CA	059		
5381360	Parramore Springs	parramore-springs	US		0	America/Los_Angeles	39.3135	-122.88	654	Paramore Spring,Parramore Springs		CA	033		
5381421	Pasatiempo	pasatiempo	US		1041	America/Los_Angeles	37.00439	-122.0258	124			CA	087		
5381482	Patch	patch	US		0	America/Los_Angeles	35.25274	-118.89593	128	Patch,Weedpatch		CA	029		
5381574	Paularino	paularino	US		0	America/Los_Angeles	33.68141	-117.87867	13			CA	059		
5381583	Paulsell	paulsell	US		0	America/Los_Angeles	37.71826	-120.69048	63			CA	099		
5381587	Paulson Place	paulson-place	US		0	America/Los_Angeles	39.84433	-121.14552	1694			CA	063		
5381608	Paymaster Landing	paymaster-landing	US		0	America/Los_Angeles	33.24587	-114.68968	65			CA	025		
5381647	Peaceful Valley	peaceful-valley	US		0	America/Los_Angeles	37.98604	-120.3188	774			CA	109		
5381655	Peaceful Pines	peaceful-pines	US		0	America/Los_Angeles	38.40602	-119.78934	1892			CA	003		
5381665	Peachton	peachton	US		0	America/Los_Angeles	39.38044	-121.66136	31	Ord Ranch,Peachton		CA	007		
5381710	Peardale	peardale	US		0	America/Los_Angeles	39.19101	-120.99995	826			CA	057		
5381731	Pearsonville	pearsonville	US		17	America/Los_Angeles	35.80967	-117.87313	766			CA	027		
5381732	Peart (historical)	peart-historical	US		0	America/Los_Angeles	38.71713	-121.75941	19	Peart (historical),Pearth		CA	113		
5381736	Pease (historical)	pease-historical	US		0	America/Los_Angeles	39.17184	-121.66219	18			CA	101		
5381796	Pedley	pedley	US		12672	America/Los_Angeles	33.97529	-117.47588	220			CA	065		
5381812	Pedro Valley	pedro-valley	US		0	America/Los_Angeles	37.59327	-122.49803	6			CA	081		
5381825	Peethill	peethill	US		0	America/Los_Angeles	38.58407	-121.52218	8			CA	113		
5381863	Pellow Place	pellow-place	US		0	America/Los_Angeles	39.97654	-122.62972	471			CA	103		
5381868	Peltier	peltier	US		0	America/Los_Angeles	38.18853	-121.24411	21			CA	077		
5382031	Pentz	pentz	US		0	America/Los_Angeles	39.65516	-121.58386	134	Lyon Ranch,Pence,Pentz		CA	007		
5382048	Pepper Corner	pepper-corner	US		0	America/Los_Angeles	33.85168	-117.5506	271			CA	065		
5382071	Peppermint Creek	peppermint-creek	US		0	America/Los_Angeles	37.97159	-120.42742	541			CA	109		
5382081	Pepperwood Grove	pepperwood-grove	US		0	America/Los_Angeles	39.05795	-122.78138	405			CA	033		
5382088	Peral	peral	US		0	America/Los_Angeles	36.42801	-119.28678	100			CA	107		
5382095	Peralta Hills	peralta-hills	US		0	America/Los_Angeles	33.84446	-117.81783	105			CA	059		
5382100	Peralta Villa	peralta-villa	US		0	America/Los_Angeles	37.80743	-122.29136	6			CA	001		
5382129	Perks Corner	perks-corner	US		0	America/Los_Angeles	38.71129	-120.8391	537			CA	017		
5382193	Perrys Corner	perrys-corner	US		0	America/Los_Angeles	32.86171	-115.37999	-15			CA	025		
5382283	Peters	peters	US		672	America/Los_Angeles	37.98076	-121.048	31			CA	077		
5382298	Petersburg (historical)	petersburg-historical	US		0	America/Los_Angeles	35.60245	-118.6037	1442	Greenhorn,Petersburg (historical),Petersburgh		CA	029		
5382310	Peterson Mill	peterson-mill	US		0	America/Los_Angeles	37.25437	-118.47844	2722			CA	027		
5382312	Peterson Place	peterson-place	US		0	America/Los_Angeles	39.87821	-122.76389	959			CA	103		
5382326	Petro (historical)	petro-historical	US		0	America/Los_Angeles	35.69634	-119.33039	89			CA	029		
5382331	Petroleum (historical)	petroleum-historical	US		0	America/Los_Angeles	36.99162	-122.13719	167	Asphalt Bed,Asphalt Beds,Petroleum (historical),Petroleum Works		CA	087		
5382367	Phelps Corner	phelps-corner	US		0	America/Los_Angeles	32.72228	-116.81058	501			CA	073		
5382380	Philbrick Mill	philbrick-mill	US		0	America/Los_Angeles	39.08212	-123.49529	146			CA	045		
5382420	Phoenix Lake County Club Estates	phoenix-lake-county-club-estates	US		0	America/Los_Angeles	38.01131	-120.30352	753			CA	109		
5382489	Pico	pico	US		0	America/Los_Angeles	34.3775	-118.61203	495			CA	037		
5382507	Pico Gardens	pico-gardens	US		0	America/Los_Angeles	34.04029	-118.22257	77			CA	037		
5382673	Pierpont Bay	pierpont-bay	US		0	America/Los_Angeles	34.25973	-119.26928	3			CA	111		
5382677	Pieta	pieta	US		0	America/Los_Angeles	38.92657	-123.05528	145			CA	045		
5382757	Pilibos Ranch	pilibos-ranch	US		0	America/Los_Angeles	36.68356	-120.51434	95			CA	019		
5382765	Pilliken	pilliken	US		0	America/Los_Angeles	38.6863	-120.35436	1700			CA	017		
5384810	Pratton	pratton	US		0	America/Los_Angeles	36.74661	-119.89959	80			CA	019		
5382817	Pine Acres	pine-acres	US		0	America/Los_Angeles	38.39602	-120.64354	818			CA	005		
5382844	Pine Canyon Mobile Estates	pine-canyon-mobile-estates	US		0	America/Los_Angeles	36.18136	-121.14964	117			CA	053		
5382858	Pine Cove	pine-cove	US		0	America/Los_Angeles	33.76058	-116.7378	1896			CA	065		
5382898	Pine Flat	pine-flat	US		166	America/Los_Angeles	35.87801	-118.65148	1133			CA	107		
5382940	Pine Hills	pine-hills	US		0	America/Los_Angeles	33.04838	-116.63085	1341			CA	073		
5382957	Pine Land	pine-land	US		0	America/Los_Angeles	39.13657	-120.15852	1913			CA	061		
5383084	Pine Wood	pine-wood	US		0	America/Los_Angeles	33.81419	-116.73752	1811			CA	065		
5383086	Pinebrook	pinebrook	US		0	America/Los_Angeles	38.24186	-120.33075	1242			CA	009		
5383100	Pinecroft	pinecroft	US		0	America/Los_Angeles	39.07629	-120.978	624			CA	061		
5383115	Pineridge	pineridge	US		0	America/Los_Angeles	37.06328	-119.36096	1476			CA	019		
5383140	Pinezanita	pinezanita	US		0	America/Los_Angeles	34.16445	-116.95336	1500			CA	071		
5383164	Pinnacles	pinnacles	US		0	America/Los_Angeles	36.5308	-121.1452	387	Cook,Pinnacles		CA	069		
5383184	Pino Grande	pino-grande	US		0	America/Los_Angeles	38.87035	-120.62503	1226	Pino Grande,Pinogrande		CA	017		
5383211	Pinon Hills Estates	pinon-hills-estates	US		0	America/Los_Angeles	34.47	-117.63478	1109			CA	071		
5383218	Pinon Pines Estates	pinon-pines-estates	US		0	America/Los_Angeles	34.82887	-119.04288	1695			CA	029		
5383255	Pinto Wye	pinto-wye	US		0	America/Los_Angeles	34.02084	-116.01944	1112			CA	065		
5383258	Pinyon Crest	pinyon-crest	US		0	America/Los_Angeles	33.60864	-116.43724	1243			CA	065		
5383268	Pinyon Pines	pinyon-pines	US		0	America/Los_Angeles	33.58947	-116.45279	1243	Nightingale,Pinon Pines,Pinyon Pines		CA	065		
5383367	Pioneer Point	pioneer-point	US		0	America/Los_Angeles	35.78579	-117.36339	506			CA	071		
5383400	Pipers (historical)	pipers-historical	US		0	America/Los_Angeles	39.68183	-121.48164	423			CA	007		
5383409	Pippin Corner	pippin-corner	US		0	America/Los_Angeles	35.29886	-120.40294	419			CA	079		
5383455	Pitco	pitco	US		0	America/Los_Angeles	36.35662	-119.66374	77			CA	031		
5383481	Piute (historical)	piute-historical	US		0	America/Los_Angeles	35.39996	-118.40092	1529	Pah-ute,Pahute,Paiute,Piute (historical)		CA	029		
5383535	Pizona	pizona	US		0	America/Los_Angeles	37.9716	-118.55818	2145			CA	051		
5383574	Plains (historical)	plains-historical	US		0	America/Los_Angeles	37.02356	-120.34906	53			CA	039		
5383575	Plainsburg	plainsburg	US		0	America/Los_Angeles	37.233	-120.32435	67	Plainsberg,Plainsburg,Welch's Store		CA	047		
5383591	Plantation Mobile Home Estates	plantation-mobile-home-estates	US		0	America/Los_Angeles	33.79918	-117.90117	43			CA	059		
5383594	Plantel (historical)	plantel-historical	US		0	America/Los_Angeles	36.96606	-121.53188	50	Planiel,Plantel (historical)		CA	085		
5383598	Plaskett	plaskett	US		0	America/Los_Angeles	35.91663	-121.46882	62			CA	053		
5383609	Plasse	plasse	US		0	America/Los_Angeles	38.63713	-120.12658	2221			CA	005		
5383611	Plaster City	plaster-city	US		0	America/Los_Angeles	32.79256	-115.85862	32			CA	025		
5383630	Play Port Mobile Home Village	play-port-mobile-home-village	US		0	America/Los_Angeles	33.63502	-117.93728	33			CA	059		
5383656	Plaza Mobile Home Estates	plaza-mobile-home-estates	US		0	America/Los_Angeles	33.70557	-117.90617	11			CA	059		
5383710	Pleasant Grove (historical)	pleasant-grove-historical	US		0	America/Los_Angeles	36.08051	-119.17011	109			CA	107		
5383754	Pleasant Valley Mobile Home Park	pleasant-valley-mobile-home-park	US		0	America/Los_Angeles	32.83533	-117.02947	117			CA	073		
5383755	Pleasant Valley Mobile Home Park	pleasant-valley-mobile-home-park	US		0	America/Los_Angeles	34.15612	-119.17622	7			CA	111		
5383804	Pleyto	pleyto	US		0	America/Los_Angeles	35.86025	-120.99352	238			CA	053		
5383806	Pleyto (historical)	pleyto-historical	US		0	America/Los_Angeles	35.86108	-120.99713	238			CA	053		
5383829	Plum Valley	plum-valley	US		0	America/Los_Angeles	39.4485	-120.96078	1210			CA	091		
5383830	Plumas	plumas	US		0	America/Los_Angeles	39.75657	-120.08326	1506			CA	035		
5383841	Plumas Eureka (historical)	plumas-eureka-historical	US		339	America/Los_Angeles	39.75879	-120.70772	1833	Plumas Eureka		CA	063		
5383844	Plumas Lake	plumas-lake	US		5853	America/Los_Angeles	39.02073	-121.55802	14			CA	115		
5383849	Plumbago	plumbago	US		0	America/Los_Angeles	39.45212	-120.81772	1299			CA	091		
5383861	Plumtree (historical)	plumtree-historical	US		0	America/Los_Angeles	38.57241	-121.61107	8			CA	113		
5383888	Plymouth Village	plymouth-village	US		0	America/Los_Angeles	34.04363	-117.1717	466			CA	071		
5383907	Poe (historical)	poe-historical	US		0	America/Los_Angeles	34.79666	-116.51669	552			CA	071		
5383912	Poffenbergers Landing	poffenbergers-landing	US		0	America/Los_Angeles	38.93879	-121.82913	11			CA	101		
5383914	Poe	poe	US		0	America/Los_Angeles	39.74433	-121.47136	323			CA	007		
5383950	Point Dume Mobile Home Park	point-dume-mobile-home-park	US		0	America/Los_Angeles	34.01473	-118.81481	62			CA	037		
5384007	Point Reyes (historical)	point-reyes-historical	US		0	America/Los_Angeles	38.08631	-122.95389	24			CA	041		
5384022	Point Richmond	point-richmond	US		0	America/Los_Angeles	37.92409	-122.38914	35			CA	013		
5384094	Poker Flat	poker-flat	US		0	America/Los_Angeles	39.69323	-120.8455	1448			CA	091		
5384095	Pokerville (historical)	pokerville-historical	US		0	America/Los_Angeles	38.48046	-120.85938	317	Pokerville (historical),Puckerville		CA	005		
5384110	Pole Garden	pole-garden	US		0	America/Los_Angeles	39.21961	-122.63749	1047			CA	033		
5384120	Poleta	poleta	US		0	America/Los_Angeles	37.36132	-118.32622	1237			CA	027		
5384143	Poloma (historical)	poloma-historical	US		0	America/Los_Angeles	35.45997	-120.62739	269			CA	079		
5384154	Pomar (historical)	pomar-historical	US		0	America/Los_Angeles	37.24105	-121.77773	65			CA	085		
5384163	Pomins	pomins	US		0	America/Los_Angeles	39.06657	-120.12685	1908			CA	017		
5384164	Pomo	pomo	US		0	America/Los_Angeles	39.30655	-123.09584	287			CA	045		
5384823	Pratt Place	pratt-place	US		0	America/Los_Angeles	39.91293	-123.72169	525			CA	045		
5384180	Pomona Islander Mobile Home Park	pomona-islander-mobile-home-park	US		0	America/Los_Angeles	34.0464	-117.81645	212			CA	037		
5384206	Pond	pond	US		0	America/Los_Angeles	35.71773	-119.32872	87			CA	029		
5384215	Ponderosa Basin	ponderosa-basin	US		0	America/Los_Angeles	37.46605	-119.73572	912			CA	043		
5384216	Ponderosa Club Mobile Home Park	ponderosa-club-mobile-home-park	US		0	America/Los_Angeles	33.10754	-117.10253	195			CA	073		
5384221	Ponderosa Fairway Estates	ponderosa-fairway-estates	US		0	America/Los_Angeles	39.32768	-120.16353	1780			CA	057		
5384226	Ponderosa Mobile Home Estates	ponderosa-mobile-home-estates	US		0	America/Los_Angeles	33.79168	-117.89534	42			CA	059		
5384227	Ponderosa Mobile Home Park	ponderosa-mobile-home-park	US		0	America/Los_Angeles	33.64724	-117.91089	27			CA	059		
5384230	Ponderosa Palisades	ponderosa-palisades	US		0	America/Los_Angeles	39.31518	-120.1927	1882			CA	061		
5384231	Ponderosa Park	ponderosa-park	US		0	America/Los_Angeles	38.18603	-120.36881	1030			CA	009		
5384330	Port Chicago (historical)	port-chicago-historical	US		0	America/Los_Angeles	38.0442	-122.02069	5	Bay Point		CA	013		
5384353	Port San Luis	port-san-luis	US		0	America/Los_Angeles	35.17493	-120.75534	6	Port Hardford,Port Harford,Port Hartford		CA	079		
5384356	Port Watsonvile	port-watsonvile	US		0	America/Los_Angeles	36.89412	-121.83579	46	Port Rodgers,Port Watsonvile		CA	087		
5384357	Port Watsonville (historical)	port-watsonville-historical	US		0	America/Los_Angeles	36.87502	-121.82435	2	Port Rogers		CA	087		
5384360	Porphyry	porphyry	US		0	America/Los_Angeles	33.87585	-117.53977	192			CA	065		
5384432	Portex (historical)	portex-historical	US		0	America/Los_Angeles	36.14551	-119.02705	134			CA	107		
5384435	Portico Mobile Home and Garden Park	portico-mobile-home-and-garden-park	US		0	America/Los_Angeles	35.09692	-120.60128	13			CA	079		
5384449	Portola Heights Mobile Home Park	portola-heights-mobile-home-park	US		0	America/Los_Angeles	36.91995	-121.76384	12			CA	087		
5384452	Portola Hills	portola-hills	US		9083	America/Los_Angeles	33.67919	-117.63116	381			CA	059		
5384481	Portuguese Bend	portuguese-bend	US		0	America/Los_Angeles	33.73974	-118.36952	61			CA	037		
5384534	Poso Park	poso-park	US		9	America/Los_Angeles	35.81078	-118.63481	1422			CA	107		
5384568	Posts	posts	US		0	America/Los_Angeles	36.2283	-121.7644	288	Posts,Posts Summit		CA	053		
5384635	Potrero District	potrero-district	US		0	America/Los_Angeles	37.75965	-122.39803	62			CA	075		
5384697	Poverty Hill	poverty-hill	US		0	America/Los_Angeles	39.62239	-121.0069	1355	Poverty,Poverty Hill		CA	091		
5384698	Poway Grove Park	poway-grove-park	US		0	America/Los_Angeles	32.94088	-117.06531	147			CA	073		
5384704	Poway Royal Mobile Estates	poway-royal-mobile-estates	US		0	America/Los_Angeles	32.95088	-117.04503	149			CA	073		
5384708	Poway Grove (historical)	poway-grove-historical	US		0	America/Los_Angeles	32.94005	-117.0642	154	Poway Grove (historical),Poway Grove Park		CA	073		
5384758	Pozo	pozo	US		0	America/Los_Angeles	35.30358	-120.37655	445	Garcia Valley,Pozo,San Jose		CA	079		
5384773	Prado Verde Mobile Home Park	prado-verde-mobile-home-park	US		0	America/Los_Angeles	33.75752	-117.97395	16			CA	059		
5384828	Prenda	prenda	US		0	America/Los_Angeles	33.9214	-117.38838	309			CA	065		
5384866	Presidio Terrace	presidio-terrace	US		0	America/Los_Angeles	37.78826	-122.4608	76			CA	075		
5384876	Presswood	presswood	US		0	America/Los_Angeles	39.16823	-123.20584	189			CA	045		
5384894	Prewit (historical)	prewit-historical	US		0	America/Los_Angeles	36.15995	-119.02288	140			CA	107		
5384913	Priest	priest	US		0	America/Los_Angeles	37.81409	-120.27269	743			CA	109		
5384943	Primero (historical)	primero-historical	US		0	America/Los_Angeles	36.60245	-119.28539	135			CA	107		
5384988	Prize (historical)	prize-historical	US		0	America/Los_Angeles	39.05656	-122.0158	15			CA	011		
5384996	Professorville	professorville	US		0	America/Los_Angeles	37.43661	-122.14691	11			CA	085		
5385001	Progress	progress	US		0	America/Los_Angeles	39.06323	-121.80108	11			CA	101		
5385040	Prospero	prospero	US		0	America/Los_Angeles	35.47107	-119.12677	126			CA	029		
5385042	Prosser (historical)	prosser-historical	US		0	America/Los_Angeles	39.37018	-120.1252	1711			CA	057		
5385048	Prosser Lake Heights	prosser-lake-heights	US		0	America/Los_Angeles	39.3513	-120.18159	1875			CA	057		
5385049	Prosser Lakeview Estates	prosser-lakeview-estates	US		0	America/Los_Angeles	39.36296	-120.17103	1879			CA	057		
5385054	Prothero Mobile Home Park	prothero-mobile-home-park	US		0	America/Los_Angeles	33.61808	-117.69894	120			CA	059		
5385063	Providence (historical)	providence-historical	US		0	America/Los_Angeles	39.25878	-121.03745	707			CA	057		
5385082	Prunedale	prunedale	US		17560	America/Los_Angeles	36.77579	-121.66967	28			CA	053		
5385114	Pueblo Serena Mobile Home Park	pueblo-serena-mobile-home-park	US		0	America/Los_Angeles	38.28686	-122.47081	22			CA	097		
5385117	Pueblo de Figueroa (historical)	pueblo-de-figueroa-historical	US		0	America/Los_Angeles	36.97884	-122.03052	27	Pueblo de Figueroa (historical),Villa Figueroa		CA	087		
5385118	Pueblo del Sol Mobile Park	pueblo-del-sol-mobile-park	US		0	America/Los_Angeles	33.71363	-116.24445	6			CA	065		
5385121	Pueblo Del Rio Public Housing	pueblo-del-rio-public-housing	US		0	America/Los_Angeles	33.9939	-118.24035	56			CA	037		
5385124	Puente Junction	puente-junction	US		0	America/Los_Angeles	34.01418	-117.96034	100			CA	037		
5385141	Pulga	pulga	US		0	America/Los_Angeles	39.80294	-121.44858	426	Big Bar,Pulga		CA	007		
5385180	Pumpkin Center	pumpkin-center	US		0	America/Los_Angeles	35.26691	-119.03344	107	Panama,Pumpkin Center		CA	029		
5385182	La Conchita	la-conchita	US		0	America/Los_Angeles	34.3625	-119.44679	7	La Conchita,Punta,Punta Gorda		CA	111		
5385209	Purisima (historical)	purisima-historical	US		0	America/Los_Angeles	37.40411	-122.41359	64	Purisima (historical),Purissima		CA	081		
5385225	Pushawalla Palms	pushawalla-palms	US		0	America/Los_Angeles	33.82418	-116.28167	174			CA	065		
5385298	Quail Hollow	quail-hollow	US		0	America/Los_Angeles	37.99076	-120.36492	625			CA	109		
5385312	Quail Meadows	quail-meadows	US		0	America/Los_Angeles	36.53274	-121.86967	33			CA	053		
5385316	Quail Oaks	quail-oaks	US		0	America/Los_Angeles	38.18047	-120.83883	200			CA	009		
5385321	Quail Ridge Ranch	quail-ridge-ranch	US		0	America/Los_Angeles	37.98881	-120.34825	744			CA	109		
5385354	Quailwood	quailwood	US		0	America/Los_Angeles	35.35552	-119.08288	117			CA	029		
5385356	Quaker Hill (historical)	quaker-hill-historical	US		0	America/Los_Angeles	39.2624	-120.90661	1009			CA	057		
5385357	Quaker Meadow	quaker-meadow	US		0	America/Los_Angeles	36.11022	-118.55453	2159			CA	107		
5385365	Quality	quality	US		0	America/Los_Angeles	35.78384	-119.11955	155			CA	029		
5385384	Quartz	quartz	US		0	America/Los_Angeles	37.92798	-120.42075	424			CA	109		
5385385	Quartz (historical)	quartz-historical	US		0	America/Los_Angeles	39.53266	-121.4983	80			CA	007		
5385393	Quartz Hill	quartz-hill	US		10912	America/Los_Angeles	34.64526	-118.21813	761			CA	037		
5385474	Quiet Village Mobile Home Park	quiet-village-mobile-home-park	US		0	America/Los_Angeles	33.74335	-117.91256	22			CA	059		
5385490	Quincy Junction	quincy-junction	US		0	America/Los_Angeles	39.96323	-120.89829	1073			CA	063		
5385509	Quintette	quintette	US		0	America/Los_Angeles	38.9149	-120.68715	1234			CA	017		
5385514	Quito (historical)	quito-historical	US		0	America/Los_Angeles	37.93659	-121.47606	-2			CA	077		
5385576	Racimo	racimo	US		0	America/Los_Angeles	34.06251	-117.61144	294			CA	071		
5385582	Raco	raco	US		0	America/Los_Angeles	36.8005	-119.97904	82	Dickerson,Raco		CA	019		
5385586	Radec	radec	US		0	America/Los_Angeles	33.4642	-116.91391	520			CA	065		
5385597	Radum	radum	US		0	America/Los_Angeles	37.67021	-121.85912	110	Radum,Radum Station		CA	001		
5385608	Rafael Village	rafael-village	US		0	America/Los_Angeles	38.06881	-122.5497	15	Rafael,Rafael Village		CA	041		
5385620	Bagby	bagby	US		0	America/Los_Angeles	37.61188	-120.13518	253	Bagby,Ragby		CA	043		
5385627	Ragtown	ragtown	US		0	America/Los_Angeles	34.66499	-116.15195	640			CA	071		
5385634	Rail-A-Way Trailer Park	rail-a-way-trailer-park	US		0	America/Los_Angeles	33.73002	-117.81172	29			CA	059		
5385672	Rainbow Canyon Village	rainbow-canyon-village	US		0	America/Los_Angeles	33.45697	-117.11503	332			CA	065		
5385719	Rainbow Wells	rainbow-wells	US		0	America/Los_Angeles	35.20471	-115.65166	1368			CA	071		
5385749	Ralph Leggett Place	ralph-leggett-place	US		0	America/Los_Angeles	39.85904	-123.40224	619			CA	045		
5385754	Ralston (historical)	ralston-historical	US		0	America/Los_Angeles	39.0049	-120.67604	1097			CA	061		
5385776	Ramal	ramal	US		0	America/Los_Angeles	38.22131	-122.3947	5			CA	097		
5385778	Ramada	ramada	US		0	America/Los_Angeles	39.55544	-121.71109	42			CA	007		
5385785	Ramirez	ramirez	US		0	America/Los_Angeles	39.26739	-121.53886	29			CA	115		
5385796	Ramona Bowl	ramona-bowl	US		0	America/Los_Angeles	33.71974	-116.9503	561			CA	065		
5385814	Ramona Gardens	ramona-gardens	US		0	America/Los_Angeles	34.05862	-118.19479	114			CA	037		
5385829	Ramona Park	ramona-park	US		0	America/Los_Angeles	34.07168	-118.12285	123			CA	037		
5385846	Ramsey Crossing	ramsey-crossing	US		0	America/Los_Angeles	38.99824	-120.55437	1122			CA	061		
5385855	Rana	rana	US		0	America/Los_Angeles	34.08946	-117.32004	322			CA	071		
5385861	Ranch House Estates	ranch-house-estates	US		0	America/Los_Angeles	38.4063	-120.6191	776			CA	005		
5385896	Ranchero Thunderbird Mobile Home Court	ranchero-thunderbird-mobile-home-court	US		0	America/Los_Angeles	37.35633	-122.00302	31			CA	085		
5385905	Rancho Adolfo Mobile Home Estates	rancho-adolfo-mobile-home-estates	US		0	America/Los_Angeles	34.22445	-119.01343	55			CA	111		
5385908	Rancho Alipaz Mobile Home Park	rancho-alipaz-mobile-home-park	US		0	America/Los_Angeles	33.49364	-117.67172	24			CA	059		
5385913	Rancho Bernardo	rancho-bernardo	US		0	America/Los_Angeles	33.01865	-117.06087	143			CA	073		
5385925	Rancho Calaveras	rancho-calaveras	US		4489	America/Los_Angeles	38.12742	-120.85827	161			CA	009		
5385927	Rancho Calevero Mobile Home Park	rancho-calevero-mobile-home-park	US		0	America/Los_Angeles	33.17948	-117.27726	99			CA	073		
5385932	Rancho Carlsbad Trailer Park	rancho-carlsbad-trailer-park	US		0	America/Los_Angeles	33.15004	-117.29143	16			CA	073		
5385934	Rancho Casitas Mobile Home Park	rancho-casitas-mobile-home-park	US		0	America/Los_Angeles	33.70836	-116.24806	8			CA	065		
5385975	Rancho Dos Palmas	rancho-dos-palmas	US		0	America/Los_Angeles	33.49864	-115.83111	-35			CA	065		
5385981	Rancho Escondido Mobile Home Park	rancho-escondido-mobile-home-park	US		0	America/Los_Angeles	33.14171	-117.10087	217			CA	073		
5385982	Rancho Fullerton Mobile Home Estates	rancho-fullerton-mobile-home-estates	US		0	America/Los_Angeles	33.86751	-117.94617	37			CA	059		
5385983	Rancho Granada Mobile Homes	rancho-granada-mobile-homes	US		0	America/Los_Angeles	34.39305	-119.50401	25			CA	083		
5385989	Rancho Huntington Mobile Home Park	rancho-huntington-mobile-home-park	US		0	America/Los_Angeles	33.68141	-117.95645	2			CA	059		
5385992	Rancho La Paz	rancho-la-paz	US		0	America/Los_Angeles	33.8614	-117.91312	50			CA	059		
5385993	Rancho La Siesta Mobile Home Park	rancho-la-siesta-mobile-home-park	US		0	America/Los_Angeles	33.69863	-117.96034	7			CA	059		
5385999	Rancho Llano Seco	rancho-llano-seco	US		0	America/Los_Angeles	39.60822	-121.95303	34			CA	007		
5386002	Rancho Loma Rica	rancho-loma-rica	US		0	America/Los_Angeles	39.30878	-121.35413	245			CA	115		
5386027	Rancho Murieta	rancho-murieta	US		5488	America/Los_Angeles	38.50185	-121.09467	51			CA	067		
5386039	Rancho Penasquitos	rancho-penasquitos	US		60000	America/Los_Angeles	32.95949	-117.11531	183			CA	073		
5386045	Rancho Poquitos	rancho-poquitos	US		0	America/Los_Angeles	37.98354	-120.28436	866			CA	109		
5386047	Rancho Ramon Mobile Home Park	rancho-ramon-mobile-home-park	US		0	America/Los_Angeles	38.29797	-122.48026	26			CA	097		
5386048	Rancho Rinconada	rancho-rinconada	US		0	America/Los_Angeles	37.31494	-122.00301	61			CA	085		
5386053	Rancho San Diego	rancho-san-diego	US		21208	America/Los_Angeles	32.74727	-116.9353	110			CA	073		
5386067	Rancho San Luis Rey Trailer Park	rancho-san-luis-rey-trailer-park	US		0	America/Los_Angeles	33.23226	-117.33337	15			CA	073		
5386072	Rancho Santa Clarita	rancho-santa-clarita	US		0	America/Los_Angeles	34.44	-118.53203	379			CA	037		
5386084	Rancho Santa Paul Mobile Home Park	rancho-santa-paul-mobile-home-park	US		0	America/Los_Angeles	34.33778	-119.07816	71			CA	111		
5386094	Rancho Seco	rancho-seco	US		0	America/Los_Angeles	35.28302	-117.98979	618			CA	029		
5386104	Rancho Sonora Estates	rancho-sonora-estates	US		0	America/Los_Angeles	37.99326	-120.40381	629			CA	109		
5386107	Rancho Thirty-nine Mobile Home Park	rancho-thirty-nine-mobile-home-park	US		0	America/Los_Angeles	33.78196	-117.99478	17			CA	059		
5386108	Rancho Tierra Grande	rancho-tierra-grande	US		0	America/Los_Angeles	36.52802	-121.80384	162			CA	053		
5386110	Rancho Trabuco	rancho-trabuco	US		0	America/Los_Angeles	33.65974	-117.61449	341			CA	059		
5386116	Rancho Vista	rancho-vista	US		0	America/Los_Angeles	34.6211	-118.21896	839			CA	037		
5386119	Rancho Vista Mobile Home Park	rancho-vista-mobile-home-park	US		0	America/Los_Angeles	38.32019	-122.48998	39			CA	097		
5386120	Rancho Vista Mobile Home Park	rancho-vista-mobile-home-park	US		0	America/Los_Angeles	33.22115	-117.22337	148			CA	073		
5386126	Rancho del Arroyo Mobile Home Park	rancho-del-arroyo-mobile-home-park	US		0	America/Los_Angeles	35.09692	-120.59906	14			CA	079		
5386127	Rancho del Avion Capistrano Mobile Home Park	rancho-del-avion-capistrano-mobile-home-park	US		0	America/Los_Angeles	33.4878	-117.67005	18			CA	059		
5386133	Rancho del Rey	rancho-del-rey	US		0	America/Los_Angeles	32.64089	-117.01475	141			CA	073		
5386135	Rancho del Sol	rancho-del-sol	US		0	America/Los_Angeles	38.72018	-120.65271	911			CA	017		
5386136	Rancho del Sol Mobile Home Park	rancho-del-sol-mobile-home-park	US		0	America/Los_Angeles	33.74696	-117.95839	16			CA	059		
5386137	Rancho la Mesa Mobile Home Court	rancho-la-mesa-mobile-home-court	US		0	America/Los_Angeles	37.35466	-122.00329	32			CA	085		
5386140	Rancho las Perris	rancho-las-perris	US		0	America/Los_Angeles	33.80974	-117.21448	436			CA	065		
5386142	Ranchos del Oro	ranchos-del-oro	US		0	America/Los_Angeles	34.45028	-117.16365	941			CA	071		
5386176	Rankin (historical)	rankin-historical	US		0	America/Los_Angeles	38.93046	-123.11889	478			CA	045		
5386181	Rannells (historical)	rannells-historical	US		0	America/Los_Angeles	33.48919	-114.70885	74			CA	065		
5386185	Rapetti (historical)	rapetti-historical	US		0	America/Los_Angeles	36.95495	-122.05719	16	Rapetta,Rapetti (historical)		CA	087		
5386330	Ratto Landing	ratto-landing	US		0	America/Los_Angeles	38.23186	-122.28942	1			CA	055		
5386343	Rawhide	rawhide	US		0	America/Los_Angeles	39.20018	-120.74493	663			CA	061		
5386344	Rawhide	rawhide	US		0	America/Los_Angeles	37.96298	-120.44992	483			CA	109		
5386369	Raymer	raymer	US		0	America/Los_Angeles	34.21473	-118.46536	241			CA	037		
5386378	Raymond Hill	raymond-hill	US		0	America/Los_Angeles	34.12417	-118.14813	254			CA	037		
5386399	Rayo	rayo	US		0	America/Los_Angeles	36.44995	-119.18817	114			CA	107		
5386466	Red Apple	red-apple	US		0	America/Los_Angeles	38.17881	-120.38159	986			CA	009		
5386467	Red Arrow Mobile Home Park	red-arrow-mobile-home-park	US		0	America/Los_Angeles	37.6616	-122.44219	20			CA	081		
5386502	Red Dog	red-dog	US		0	America/Los_Angeles	39.21656	-120.89939	797			CA	057		
5386510	Red Fir	red-fir	US		0	America/Los_Angeles	36.6055	-118.76621	2156			CA	107		
5386639	Red Point (historical)	red-point-historical	US		0	America/Los_Angeles	39.14712	-120.7016	1241			CA	061		
5386723	Redbanks	redbanks	US		0	America/Los_Angeles	36.42217	-119.14427	130			CA	107		
5386729	Redbud Park (historical)	redbud-park-historical	US		0	America/Los_Angeles	38.51935	-122.1372	135			CA	055		
5386767	Redlands Heights	redlands-heights	US		0	America/Los_Angeles	34.0339	-117.15865	530			CA	071		
5386777	Redman	redman	US		0	America/Los_Angeles	34.76387	-117.96979	715			CA	037		
5387345	Rice Fork Summer Homes	rice-fork-summer-homes	US		0	America/Los_Angeles	39.39961	-122.95056	581			CA	033		
5386795	Redondo Junction	redondo-junction	US		0	America/Los_Angeles	34.01585	-118.2273	68			CA	037		
5386797	Redrock (historical)	redrock-historical	US		0	America/Los_Angeles	35.34524	-117.97035	694			CA	029		
5386841	Redwood Corral	redwood-corral	US		0	America/Los_Angeles	35.98245	-118.66259	1803			CA	107		
5386872	Redwood Grove	redwood-grove	US		0	America/Los_Angeles	37.15745	-122.13413	165	Doughertys,Redwood Grove,Rices		CA	087		
5386886	Redwood Junction	redwood-junction	US		0	America/Los_Angeles	37.47716	-122.22135	7			CA	081		
5386895	Redwood Lodge	redwood-lodge	US		0	America/Los_Angeles	39.441	-123.69057	20			CA	045		
5386896	Redwood Lodge	redwood-lodge	US		0	America/Los_Angeles	37.10773	-121.94468	433			CA	087		
5386918	Redwood Park	redwood-park	US		0	America/Los_Angeles	37.43466	-122.32136	615			CA	081		
5386932	Redwood Shores	redwood-shores	US		10500	America/Los_Angeles	37.53188	-122.24802	2			CA	081		
5386938	Redwood Terrace	redwood-terrace	US		0	America/Los_Angeles	37.31466	-122.29497	83			CA	081		
5386982	Reeds (historical)	reeds-historical	US		0	America/Los_Angeles	35.17914	-120.59211	62			CA	079		
5386990	Reef Station	reef-station	US		0	America/Los_Angeles	35.90162	-120.05486	170			CA	031		
5386992	Reefer City (historical)	reefer-city-historical	US		0	America/Los_Angeles	35.00581	-118.18508	842			CA	029		
5387006	Reeves Place	reeves-place	US		0	America/Los_Angeles	39.88904	-123.11362	803			CA	045		
5387007	Reeves Place	reeves-place	US		0	America/Los_Angeles	35.16497	-120.30988	289			CA	079		
5387030	Regal Mobile Club Estates	regal-mobile-club-estates	US		0	America/Los_Angeles	33.64169	-117.93756	31			CA	059		
5387041	Regina Heights	regina-heights	US		0	America/Los_Angeles	39.14823	-123.17362	282			CA	045		
5387060	Reilly (historical)	reilly-historical	US		0	America/Los_Angeles	36.00689	-117.36895	787			CA	027		
5387061	Reilly Heights	reilly-heights	US		0	America/Los_Angeles	39.10962	-123.51584	107			CA	045		
5387076	Reka (historical)	reka-historical	US		0	America/Los_Angeles	36.68884	-119.5518	110			CA	019		
5387078	Relief	relief	US		0	America/Los_Angeles	39.36129	-120.86078	1203	Grizzly Hill,Relief,Relief Hill		CA	057		
5387094	Remillard (historical)	remillard-historical	US		0	America/Los_Angeles	37.67132	-121.85357	114	Remillard (historical),Remillard Station		CA	001		
5387098	Remington Hill (historical)	remington-hill-historical	US		0	America/Los_Angeles	39.27851	-120.79383	1235			CA	057		
5387099	Remnoy	remnoy	US		0	America/Los_Angeles	36.33967	-119.55429	79			CA	031		
5387103	Rendalia	rendalia	US		0	America/Los_Angeles	33.89029	-118.13396	24			CA	037		
5387110	Reno Junction	reno-junction	US		0	America/Los_Angeles	39.79185	-120.09992	1523			CA	035		
5387111	Renoville	renoville	US		0	America/Los_Angeles	35.55275	-116.18918	207			CA	071		
5387112	Renshaw Place	renshaw-place	US		0	America/Los_Angeles	35.1722	-120.26265	490			CA	079		
5387221	Reward	reward	US		0	America/Los_Angeles	35.32246	-119.67929	389			CA	029		
5387239	Reward	reward	US		0	America/Los_Angeles	36.74743	-118.05509	1178			CA	027		
5387243	Reyes Place	reyes-place	US		0	America/Los_Angeles	39.84599	-123.4078	380			CA	045		
5387249	Reynolds (historical)	reynolds-historical	US		0	America/Los_Angeles	39.94432	-123.77947	253			CA	045		
5387250	Reynolds (historical)	reynolds-historical	US		0	America/Los_Angeles	36.22773	-119.07372	120			CA	107		
5387256	Reynolds Place (historical)	reynolds-place-historical	US		0	America/Los_Angeles	39.67377	-122.71277	1077			CA	021		
5387263	Rheem	rheem	US		0	America/Los_Angeles	37.97576	-122.35442	8			CA	013		
5387264	Rheem	rheem	US		0	America/Los_Angeles	37.86076	-122.12719	179	Rheem,Rheem Center,Rheem Valley		CA	013		
5387265	Rheem Valley	rheem-valley	US		0	America/Los_Angeles	37.85993	-122.12385	190			CA	013		
5387307	Ribbonwood	ribbonwood	US		0	America/Los_Angeles	33.57031	-116.4989	1340			CA	065		
5387308	Ribier	ribier	US		0	America/Los_Angeles	35.25274	-118.87954	136			CA	029		
5387310	Ricardo	ricardo	US		0	America/Los_Angeles	35.37385	-117.98924	785			CA	029		
5387311	Riccas Corner	riccas-corner	US		0	America/Los_Angeles	38.42325	-122.78805	29	Riccas Corner,Smith Corner		CA	097		
5387348	Rices Junction	rices-junction	US		0	America/Los_Angeles	37.15272	-122.13413	168			CA	087		
5387349	Riceton	riceton	US		0	America/Los_Angeles	39.44933	-121.72553	30			CA	007		
5387350	Rich	rich	US		0	America/Los_Angeles	34.97637	-117.72756	715			CA	029		
5387357	Rich Gulch	rich-gulch	US		0	America/Los_Angeles	38.33019	-120.63104	580			CA	009		
5387399	Richardson Springs	richardson-springs	US		0	America/Los_Angeles	39.83988	-121.77692	189			CA	007		
5387410	Richfields	richfields	US		0	America/Los_Angeles	33.86724	-117.82589	77			CA	059		
5387416	Richland (historical)	richland-historical	US		0	America/Los_Angeles	39.39739	-121.64608	31	Richland (historical),Richvale		CA	007		
5387434	Richmond District	richmond-district	US		0	America/Los_Angeles	37.78049	-122.47247	52	RIchmond		CA	075		
5387493	Ridge View	ridge-view	US		0	America/Los_Angeles	39.22878	-121.07773	804			CA	057		
5387502	Ridgecrest Estates	ridgecrest-estates	US		0	America/Los_Angeles	33.40142	-117.20698	266			CA	073		
5387509	Ridgemark	ridgemark	US		3016	America/Los_Angeles	36.81246	-121.36577	149			CA	069		
5387517	Ridgeview Village	ridgeview-village	US		0	America/Los_Angeles	38.66935	-121.08467	325			CA	017		
5387522	Ridgewood Park	ridgewood-park	US		0	America/Los_Angeles	39.33072	-123.3414	664			CA	045		
5387528	Riego	riego	US		0	America/Los_Angeles	38.74881	-121.478	14			CA	061		
5387580	Rimlon	rimlon	US		0	America/Los_Angeles	33.83752	-116.44335	104			CA	065		
5387635	Rinconada	rinconada	US		0	America/Los_Angeles	37.22744	-121.96774	121			CA	085		
5387660	Rio Bravo	rio-bravo	US		0	America/Los_Angeles	35.39802	-119.29094	97			CA	029		
5387673	Rio Del Mar	rio-del-mar	US		9216	America/Los_Angeles	36.96828	-121.90023	44	Rio del Mar		CA	087		
5387706	Rio Plaza Mobile Home Park	rio-plaza-mobile-home-park	US		0	America/Los_Angeles	36.20219	-121.13186	94			CA	053		
5387731	Rio Vista Junction	rio-vista-junction	US		0	America/Los_Angeles	38.20603	-121.87524	28	Curtis,Rio Vista Junction		CA	095		
5387732	Rio Vista Mobile Home Estates	rio-vista-mobile-home-estates	US		0	America/Los_Angeles	33.84363	-117.86506	65			CA	059		
5387756	Ripperdan	ripperdan	US		0	America/Los_Angeles	36.85134	-120.05599	75			CA	039		
5387797	River Garden (historical)	river-garden-historical	US		0	America/Los_Angeles	39.84515	-123.4203	243	River Garden (historical),River Gardens		CA	045		
5387807	River Oaks	river-oaks	US		0	America/Los_Angeles	36.89968	-121.59439	43			CA	069		
5387821	River Road Estates	river-road-estates	US		0	America/Los_Angeles	36.998	-119.98571	96			CA	039		
5387850	Riverbend	riverbend	US		0	America/Los_Angeles	36.75689	-119.51124	125			CA	019		
5387851	Riverbend Family Mobile Home Park	riverbend-family-mobile-home-park	US		0	America/Los_Angeles	37.37272	-121.89134	19			CA	085		
5387865	Riverdale Park	riverdale-park	US		1128	America/Los_Angeles	37.60938	-121.05188	21			CA	099		
5387870	Riverkern	riverkern	US		0	America/Los_Angeles	35.78967	-118.44703	852			CA	029		
5387902	Riverside Grove	riverside-grove	US		0	America/Los_Angeles	37.17383	-122.1433	213			CA	087		
5387905	Riverside Junction	riverside-junction	US		0	America/Los_Angeles	33.98529	-117.36116	269			CA	065		
5387939	Riverview (historical)	riverview-historical	US		0	America/Los_Angeles	36.85189	-119.85709	76			CA	019		
5387953	Riverview Farms	riverview-farms	US		0	America/Los_Angeles	32.84505	-116.93197	145			CA	073		
5387965	Riviera (historical)	riviera-historical	US		0	America/Los_Angeles	39.30156	-121.66247	25			CA	101		
5387969	Riviera Estates	riviera-estates	US		0	America/Los_Angeles	38.98073	-122.74416	454			CA	033		
5387971	Riviera Mobile Home Park	riviera-mobile-home-park	US		0	America/Los_Angeles	33.06226	-117.29976	22			CA	073		
5387974	Riviera Shores	riviera-shores	US		0	America/Los_Angeles	32.78449	-117.23948	7			CA	073		
5387975	Riviera Villas	riviera-villas	US		0	America/Los_Angeles	32.72727	-117.25143	68			CA	073		
5387976	Riviera West	riviera-west	US		0	America/Los_Angeles	38.98906	-122.74832	516			CA	033		
5387988	Roadamite (historical)	roadamite-historical	US		0	America/Los_Angeles	34.84387	-120.32599	234			CA	083		
5387991	Roads End	roads-end	US		0	America/Los_Angeles	35.92662	-118.49925	1085			CA	107		
5388002	Rob Roy Junction	rob-roy-junction	US		0	America/Los_Angeles	36.97078	-121.87412	43			CA	087		
5388026	Robert (historical)	robert-historical	US		0	America/Los_Angeles	37.67688	-122.15663	4			CA	001		
5388107	Robinson (historical)	robinson-historical	US		0	America/Los_Angeles	36.40217	-119.84264	69			CA	019		
5388126	Robinson Mills	robinson-mills	US		0	America/Los_Angeles	39.49489	-121.3208	809	Robinson Mill,Robinson Mills,Robinson Ranch,Robinson Sawmill,Robinsons Mill,Robinsons Rancho		CA	007		
5388133	Robinson Ranch	robinson-ranch	US		0	America/Los_Angeles	33.6528	-117.57033	381			CA	059		
5388141	Robinsons Corner	robinsons-corner	US		0	America/Los_Angeles	39.36433	-121.60803	32			CA	007		
5388146	Robla	robla	US		0	America/Los_Angeles	38.66129	-121.44662	14			CA	067		
5388149	Roblar	roblar	US		0	America/Los_Angeles	38.3213	-122.75888	65			CA	097		
5388154	Roble	roble	US		0	America/Los_Angeles	39.66433	-121.80609	53	Roble,Roble Station,Robles		CA	007		
5388158	Robles Del Rio	robles-del-rio	US		0	America/Los_Angeles	36.46996	-121.73328	182			CA	053		
5388165	Roche	roche	US		0	America/Los_Angeles	36.07301	-119.01149	140			CA	107		
5388168	Rochedale Village	rochedale-village	US		0	America/Los_Angeles	37.86576	-122.25941	72			CA	001		
5388216	Rock Creek Camp	rock-creek-camp	US		0	America/Los_Angeles	39.92655	-121.31608	560			CA	063		
5388239	Rock Crest	rock-crest	US		0	America/Los_Angeles	39.92683	-121.31663	573			CA	063		
5388241	Rock Haven	rock-haven	US		0	America/Los_Angeles	37.12578	-119.31929	1760			CA	019		
5388242	Rock Haven (historical)	rock-haven-historical	US		0	America/Los_Angeles	32.99643	-116.96864	534			CA	073		
5388288	Rock Springs (historical)	rock-springs-historical	US		0	America/Los_Angeles	35.4219	-118.74259	695			CA	029		
5388317	Rocking K	rocking-k	US		0	America/Los_Angeles	37.36104	-118.48095	1391			CA	027		
5388336	Rocktram	rocktram	US		0	America/Los_Angeles	38.25742	-122.28053	4			CA	055		
5388498	Rodgers Crossing	rodgers-crossing	US		0	America/Los_Angeles	36.86189	-119.12095	311			CA	019		
5388501	Rodgers Flat	rodgers-flat	US		0	America/Los_Angeles	39.95961	-121.27885	639			CA	063		
5388560	Rogerville	rogerville	US		0	America/Los_Angeles	39.61128	-121.22246	1050			CA	007		
5388581	Rolands	rolands	US		0	America/Los_Angeles	38.51075	-122.98055	27			CA	097		
5388584	Rolinda	rolinda	US		0	America/Los_Angeles	36.73522	-119.96182	77			CA	019		
5388593	Rolling Hills	rolling-hills	US		1893	America/Los_Angeles	33.75739	-118.35752	389			CA	037		
5388594	Rolling Hills	rolling-hills	US		742	America/Los_Angeles	36.90328	-119.79765	113			CA	039		
5388595	Rolling Hills	rolling-hills	US		0	America/Los_Angeles	37.94381	-120.42603	432			CA	109		
5388601	Rolling Hills Estates	rolling-hills-estates	US		8258	America/Los_Angeles	33.78779	-118.35813	143			CA	037		
5388611	Rollingwood	rollingwood	US		2969	America/Los_Angeles	37.9652	-122.32997	23			CA	013		
5388644	Romoland	romoland	US		1684	America/Los_Angeles	33.74585	-117.17503	440	Romaland,Romola Farms,Romoland,Roneland		CA	065		
5388655	Ronda (historical)	ronda-historical	US		0	America/Los_Angeles	38.77796	-121.85997	18			CA	113		
5388758	Rose (historical)	rose-historical	US		0	America/Los_Angeles	38.12047	-122.49109	2			CA	097		
5388811	Rose Place	rose-place	US		0	America/Los_Angeles	39.16572	-122.81777	949			CA	033		
5388865	Rosemary	rosemary	US		0	America/Los_Angeles	34.94553	-120.39461	81			CA	083		
5388914	Ross Corner	ross-corner	US		0	America/Los_Angeles	32.78143	-114.59023	40			CA	025		
5388950	Rossi	rossi	US		0	America/Los_Angeles	36.29551	-119.83263	65			CA	031		
5388953	Rossmoor	rossmoor	US		10244	America/Los_Angeles	33.78557	-118.08506	4	Leisure World,Rossmoor		CA	059		
5388978	Rotavele	rotavele	US		0	America/Los_Angeles	39.68433	-122.00026	40			CA	021		
5389074	Round Valley	round-valley	US		435	America/Los_Angeles	37.41938	-118.58762	1430			CA	027		
5389099	Roundup Trailer Lodge	roundup-trailer-lodge	US		0	America/Los_Angeles	37.38189	-121.95996	10			CA	085		
5389108	Routier (historical)	routier-historical	US		0	America/Los_Angeles	38.57991	-121.32134	22			CA	067		
5389109	Rovana	rovana	US		0	America/Los_Angeles	37.41271	-118.6154	1567			CA	027		
5389118	Rowen	rowen	US		0	America/Los_Angeles	35.24079	-118.57676	730			CA	029		
5389120	Rowes (historical)	rowes-historical	US		0	America/Los_Angeles	39.48072	-123.40696	658			CA	045		
5389149	Royal Gardens Mobile Home Estates	royal-gardens-mobile-home-estates	US		0	America/Los_Angeles	33.74307	-117.95173	16			CA	059		
5389157	Royal Oak Mobile Home Park	royal-oak-mobile-home-park	US		0	America/Los_Angeles	33.80752	-118.07673	7			CA	059		
5389165	Royal Palms	royal-palms	US		0	America/Los_Angeles	33.7953	-116.46112	96			CA	065		
5389167	Royal Palms Mobile Home Park	royal-palms-mobile-home-park	US		0	America/Los_Angeles	34.19278	-119.17511	15			CA	111		
5389206	Rubicon Properties	rubicon-properties	US		0	America/Los_Angeles	39.0138	-120.11769	1927			CA	017		
5389210	Rubicon Springs (historical)	rubicon-springs-historical	US		0	America/Los_Angeles	39.01741	-120.2488	1879			CA	017		
5389213	Rubidoux	rubidoux	US		34280	America/Los_Angeles	33.99613	-117.4056	236	Rubidoux,West Riverside,rubidu,rwbydwks,روبيدوكس,रुबिडू		CA	065		
5389252	Rucker	rucker	US		0	America/Los_Angeles	37.05411	-121.59217	74			CA	085		
5389272	Rugg (historical)	rugg-historical	US		0	America/Los_Angeles	36.73161	-120.00516	73			CA	019		
5389292	Runnymeade (historical)	runnymeade-historical	US		0	America/Los_Angeles	37.46772	-122.13496	5			CA	081		
5389293	Runnymede Poultry Colony (historical)	runnymede-poultry-colony-historical	US		0	America/Los_Angeles	34.21389	-118.52481	230			CA	037		
5389329	Russ	russ	US		0	America/Los_Angeles	34.43972	-118.3148	614	Russ,Russ Siding		CA	037		
5389342	Russell City	russell-city	US		0	America/Los_Angeles	37.65271	-122.13358	5	Russell,Russell City		CA	001		
5389385	Russian River Terrace	russian-river-terrace	US		0	America/Los_Angeles	38.50463	-122.92666	71			CA	097		
5389465	Sablon	sablon	US		0	America/Los_Angeles	34.17473	-114.99442	218	Reynolds,Sablon		CA	071		
5389466	Sabre City	sabre-city	US		0	America/Los_Angeles	38.72212	-121.35579	42			CA	067		
5389467	Sabre Springs	sabre-springs	US		0	America/Los_Angeles	32.95338	-117.09448	148			CA	073		
5389472	Sacanap	sacanap	US		0	America/Los_Angeles	37.89326	-122.07607	65			CA	013		
5389480	Sacate	sacate	US		0	America/Los_Angeles	34.47221	-120.29349	13			CA	083		
5389573	Sacramento Landing	sacramento-landing	US		0	America/Los_Angeles	38.14964	-122.90638	7			CA	041		
5389714	Saddle Junction	saddle-junction	US		0	America/Los_Angeles	33.77391	-116.67418	2469	Lost Horse Mountain,Saddle Junction		CA	065		
5389742	Saddleback Mobile Lodge	saddleback-mobile-lodge	US		0	America/Los_Angeles	33.74057	-117.84089	38			CA	059		
5389764	Sage (historical)	sage-historical	US		0	America/Los_Angeles	35.06886	-118.17952	873			CA	029		
5389793	Sageland	sageland	US		0	America/Los_Angeles	35.47996	-118.21258	1227	El Dorado Camp,Sageland		CA	029		
5389795	Sahl Court	sahl-court	US		0	America/Los_Angeles	39.23406	-121.06856	798			CA	057		
5389805	Sahara Mobile Home Park	sahara-mobile-home-park	US		0	America/Los_Angeles	33.75863	-117.92784	25			CA	059		
5389887	Saint Andrews Village	saint-andrews-village	US		0	America/Los_Angeles	38.6974	-121.08106	227			CA	017		
5390154	Saint Elmo (historical)	saint-elmo-historical	US		0	America/Los_Angeles	35.3008	-117.61089	971			CA	071		
5390210	Saint Francis Square	saint-francis-square	US		0	America/Los_Angeles	37.7841	-122.42914	44			CA	075		
5390213	Saint Francis Wood	saint-francis-wood	US		0	America/Los_Angeles	37.73465	-122.46803	105			CA	075		
5390329	Saint James Park	saint-james-park	US		0	America/Los_Angeles	34.03112	-118.28007	62			CA	037		
5390667	Saint Marie Mobile Home Park	saint-marie-mobile-home-park	US		0	America/Los_Angeles	34.95248	-120.45905	59			CA	083		
5391341	Salminas Resort	salminas-resort	US		0	America/Los_Angeles	38.87573	-122.7286	793			CA	033		
5391354	Salmon Creek	salmon-creek	US		86	America/Los_Angeles	38.35047	-123.06222	14			CA	097		
5391359	Salmon Falls (historical)	salmon-falls-historical	US		0	America/Los_Angeles	38.75796	-121.05828	143			CA	017		
5391372	Salsbury (historical)	salsbury-historical	US		0	America/Los_Angeles	38.61435	-121.25245	38			CA	067		
5391497	Saltdale	saltdale	US		0	America/Los_Angeles	35.35913	-117.88757	586			CA	029		
5391502	Salton	salton	US		0	America/Los_Angeles	33.47392	-115.88472	-57			CA	065		
5391508	Salton Sea Beach	salton-sea-beach	US		422	America/Los_Angeles	33.37503	-116.01195	-65			CA	025		
5391518	Salvador	salvador	US		0	America/Los_Angeles	38.34075	-122.32081	25			CA	055		
5391520	Saltus	saltus	US		0	America/Los_Angeles	34.53777	-115.68999	189			CA	071		
5391535	Salvia	salvia	US		0	America/Los_Angeles	33.87252	-116.50168	168			CA	065		
5391648	San Antonio Heights	san-antonio-heights	US		3371	America/Los_Angeles	34.15556	-117.65644	641	San Antonio,San Antonio Heights		CA	071		
5391831	San Diego Country Estates	san-diego-country-estates	US		10109	America/Los_Angeles	33.00671	-116.78364	460			CA	073		
5391919	San Emidio	san-emidio	US		0	America/Los_Angeles	35.09441	-119.30456	146			CA	029		
5392088	San Ignacio	san-ignacio	US		0	America/Los_Angeles	33.30476	-116.51835	1491			CA	073		
5392148	San Joaquin Hills	san-joaquin-hills	US		3176	America/Los_Angeles	33.61169	-117.83672	190			CA	059		
5392161	San Joaquin River Estates	san-joaquin-river-estates	US		0	America/Los_Angeles	36.86384	-119.81709	105			CA	039		
5392167	San Joaquin River Club	san-joaquin-river-club	US		0	America/Los_Angeles	37.68076	-121.273	10			CA	077		
5392199	San Jose Mobile Home Park	san-jose-mobile-home-park	US		0	America/Los_Angeles	37.41661	-121.9594	4			CA	085		
5392241	San Juan Hot Springs	san-juan-hot-springs	US		0	America/Los_Angeles	33.59086	-117.50949	217			CA	059		
5392243	San Juan Mobile Home Estates	san-juan-mobile-home-estates	US		0	America/Los_Angeles	33.49308	-117.66783	23			CA	059		
5392262	San Lawrence Terrace	san-lawrence-terrace	US		0	America/Los_Angeles	35.7458	-120.6835	215			CA	079		
5392293	San Lorenzo Park	san-lorenzo-park	US		0	America/Los_Angeles	37.19606	-122.14552	221	San Lorenzo Park,San Lorenzo River Park		CA	087		
5392357	San Luis Rey Heights	san-luis-rey-heights	US		0	America/Los_Angeles	33.31892	-117.2092	114			CA	073		
5392385	San Marcos Mobile Estates	san-marcos-mobile-estates	US		0	America/Los_Angeles	33.13282	-117.13503	222	San Marcos Estates Mobile Home Park,San Marcos Mobile Estates		CA	073		
5392439	San Mateo Park	san-mateo-park	US		0	America/Los_Angeles	37.5666	-122.34525	28			CA	081		
5392493	San Onofre	san-onofre	US		0	America/Los_Angeles	33.38114	-117.5731	9	Onofre,San Onofre		CA	073		
5392517	San Pasqual	san-pasqual	US		2041	America/Los_Angeles	33.09171	-116.95392	131			CA	073		
5392544	San Pedro Hill	san-pedro-hill	US		0	America/Los_Angeles	33.74613	-118.33618	449			CA	037		
5392611	San Ramon Village	san-ramon-village	US		0	America/Los_Angeles	37.72132	-121.92996	108			CA	001		
5392622	San Sevaine (historical)	san-sevaine-historical	US		0	America/Los_Angeles	34.06585	-117.46422	324			CA	071		
5392624	San Roque Mobile Home	san-roque-mobile-home	US		0	America/Los_Angeles	34.39361	-119.50651	19			CA	083		
5392638	San Tomas	san-tomas	US		0	America/Los_Angeles	37.26883	-121.97551	72			CA	085		
5392713	Sand Canyon	sand-canyon	US		0	America/Los_Angeles	35.30746	-118.4287	826			CA	029		
5392729	Sand City	sand-city	US		381	America/Los_Angeles	36.61718	-121.84829	22	Sand Siti,Send Siti,sand syty,sha cheng,snd syty  kalyfrnya,syanda siti,Санд Сити,Сенд Сити,ساند سيتي,سند سیتی، کالیفرنیا,स्यान्ड सिटी,沙城		CA	053		
5392758	Sand Hill	sand-hill	US		0	America/Los_Angeles	37.97353	-121.69551	13			CA	013		
5392792	Sandalwood Mobile Home Park	sandalwood-mobile-home-park	US		0	America/Los_Angeles	33.74141	-117.93561	19			CA	059		
5392793	Sandberg	sandberg	US		0	America/Los_Angeles	34.74109	-118.70953	1269			CA	037		
5392813	Sandoz	sandoz	US		0	America/Los_Angeles	38.34797	-120.43048	991			CA	009		
5392816	Sandpiper Mobile Home Park	sandpiper-mobile-home-park	US		0	America/Los_Angeles	34.40916	-119.54096	14			CA	083		
5392823	Sands	sands	US		0	America/Los_Angeles	35.01526	-115.94278	378			CA	071		
5392825	Sandspur (historical)	sandspur-historical	US		0	America/Los_Angeles	36.39912	-119.03455	144			CA	107		
5392847	Sandy Gulch	sandy-gulch	US		0	America/Los_Angeles	38.38019	-120.5327	790			CA	009		
5392849	Sandy Korner	sandy-korner	US		0	America/Los_Angeles	33.64225	-116.18112	-29			CA	065		
5392860	Sandyland	sandyland	US		0	America/Los_Angeles	34.40472	-119.54651	7			CA	083		
5392861	Sandyland Cove	sandyland-cove	US		0	America/Los_Angeles	34.39666	-119.53123	3			CA	083		
5392885	Sanitarium	sanitarium	US		0	America/Los_Angeles	38.54186	-122.47074	179	Crystal Springs,Sanitarium		CA	055		
5392889	Sankey	sankey	US		0	America/Los_Angeles	38.77823	-121.49912	12			CA	101		
5392896	Sans (historical)	sans-historical	US		0	America/Los_Angeles	35.9733	-121.33937	401			CA	053		
5392910	Santa Ana Gardens	santa-ana-gardens	US		0	America/Los_Angeles	33.72502	-117.90506	17			CA	059		
5392912	Santa Ana Heights	santa-ana-heights	US		0	America/Los_Angeles	33.65252	-117.89561	21			CA	059		
5392931	Santa Anita	santa-anita	US		0	America/Los_Angeles	34.14556	-118.04979	170	Rancho Santa Anita,Santa Anita		CA	037		
5393043	Santa Clara Trailer Village	santa-clara-trailer-village	US		0	America/Los_Angeles	37.37661	-121.94801	12			CA	085		
5393621	Savannah (historical)	savannah-historical	US		0	America/Los_Angeles	34.07668	-118.0634	84	Savanna,Savannah (historical)		CA	037		
5393653	Sawmill Flat	sawmill-flat	US		0	America/Los_Angeles	36.96939	-119.01733	2059			CA	019		
5393701	Sawtelle	sawtelle	US		0	America/Los_Angeles	34.03057	-118.46341	48			CA	037		
5393165	Santa Margarita Groves	santa-margarita-groves	US		0	America/Los_Angeles	33.49086	-117.28643	405			CA	065		
5393242	Santa Nella	santa-nella	US		0	America/Los_Angeles	38.49714	-122.96666	23			CA	097		
5393244	Santa Nella Village	santa-nella-village	US		0	America/Los_Angeles	37.09772	-121.01687	47	Centinela,Santa Nella,Santa Nella Village		CA	047		
5393263	Santa Rita	santa-rita	US		0	America/Los_Angeles	36.72385	-121.65606	24	Pinecate,Santa Rita,Sotoville		CA	053		
5393337	Santa Rosa Ranch Estates	santa-rosa-ranch-estates	US		0	America/Los_Angeles	33.77919	-117.35365	684			CA	065		
5393345	Santa Rosa South	santa-rosa-south	US		0	America/Los_Angeles	33.51308	-117.32726	651			CA	065		
5393352	Santa Rosa West	santa-rosa-west	US		0	America/Los_Angeles	33.54503	-117.30865	667			CA	065		
5393358	Santa Susana	santa-susana	US		1037	America/Los_Angeles	34.27167	-118.70898	295			CA	111		
5393361	Santa Susana Knolls	santa-susana-knolls	US		0	America/Los_Angeles	34.26223	-118.6737	346	Mortimer Park,Santa Susana Knolls,Susana Knolls		CA	111		
5393384	Santa Venetia	santa-venetia	US		4292	America/Los_Angeles	37.99853	-122.52525	17			CA	041		
5393412	Santa Ysabel (historical)	santa-ysabel-historical	US		0	America/Los_Angeles	33.86724	-117.88617	62			CA	059		
5393484	Saranap	saranap	US		5202	America/Los_Angeles	37.88492	-122.07607	55	Dewing Park,Sacanap,Saranap		CA	013		
5393486	Saratoga Acres	saratoga-acres	US		0	America/Los_Angeles	38.00131	-120.39381	647			CA	109		
5393545	Saticoy	saticoy	US		1029	America/Los_Angeles	34.28306	-119.14983	47	Lower Saticoy,Saticoy		CA	111		
5393553	Sattley	sattley	US		49	America/Los_Angeles	39.61601	-120.42715	1508	Churchs Corners,Sattley		CA	091		
5393562	Saucelito	saucelito	US		0	America/Los_Angeles	35.97912	-119.17872	107			CA	107		
5393718	Sawyers Crossing (historical)	sawyers-crossing-historical	US		0	America/Los_Angeles	36.95717	-121.52161	47			CA	085		
5393732	Scales	scales	US		0	America/Los_Angeles	39.59823	-120.99245	1321	Scales,Scales Diggings		CA	091		
5393739	Scenic Brook	scenic-brook	US		0	America/Los_Angeles	37.99242	-120.3338	700			CA	109		
5393742	Scenic Heights	scenic-heights	US		0	America/Los_Angeles	38.01659	-120.25658	1016			CA	109		
5393744	Scenic Valley Ranchos	scenic-valley-ranchos	US		0	America/Los_Angeles	38.11742	-120.86383	117			CA	009		
5393745	Scenic View	scenic-view	US		0	America/Los_Angeles	37.9977	-120.33214	726			CA	109		
5393768	Scheelite	scheelite	US		0	America/Los_Angeles	37.37799	-118.67679	2112			CA	027		
5393773	Schellville	schellville	US		0	America/Los_Angeles	38.24603	-122.4397	4	Schellville,Schelville,Shellville		CA	097		
5393782	Schilling	schilling	US		0	America/Los_Angeles	36.40884	-119.91375	65	Schilling,Shilling		CA	019		
5393889	Schwaub (historical)	schwaub-historical	US		0	America/Los_Angeles	36.5055	-116.72366	1033			CA	027		
5393898	Sciots Camp	sciots-camp	US		0	America/Los_Angeles	38.78602	-120.15352	1725	Sciot Camp,Sciots Camp		CA	017		
5393899	Scissors Crossing	scissors-crossing	US		0	America/Los_Angeles	33.09643	-116.47529	699			CA	073		
5393955	Scotts Corner	scotts-corner	US		0	America/Los_Angeles	37.58882	-121.87107	79	Scott's Corner,Scotts Corner		CA	001		
5393969	Scotts Flat	scotts-flat	US		0	America/Los_Angeles	39.28323	-120.91356	943	Scots Flat,Scott Flat,Scotts Flat		CA	057		
5393998	Scovern Hot Springs (historical)	scovern-hot-springs-historical	US		0	America/Los_Angeles	35.62134	-118.47425	759	Neill's Hot Springs,Nelson's Hot Springs,Scovern Hot Springs (historical),Walser Hot Springs		CA	029		
5394026	Scripps Ranch	scripps-ranch	US		0	America/Los_Angeles	32.90227	-117.09975	199			CA	073		
5394042	Sea Aire Mobile Home Park	sea-aire-mobile-home-park	US		0	America/Los_Angeles	33.05976	-117.29893	23			CA	073		
5394043	Sea Aria East Mobile Home Estates	sea-aria-east-mobile-home-estates	US		0	America/Los_Angeles	33.71613	-118.01867	3			CA	059		
5394044	Sea Aria West Mobile Home Estates	sea-aria-west-mobile-home-estates	US		0	America/Los_Angeles	33.71613	-118.02173	2			CA	059		
5394045	Sea Breeze Trailer Park	sea-breeze-trailer-park	US		0	America/Los_Angeles	33.72168	-118.03756	6			CA	059		
5394063	Sea Ranch	sea-ranch	US		1305	America/Los_Angeles	38.71519	-123.45445	34	The Sea Ranch		CA	097		
5394073	Seabright	seabright	US		0	America/Los_Angeles	36.96606	-122.00774	14			CA	087		
5394076	Seacliff	seacliff	US		3267	America/Los_Angeles	36.97412	-121.91579	33	Seacliff,Seacliff Park		CA	087		
5394077	Seacliff	seacliff	US		0	America/Los_Angeles	37.78854	-122.48692	26			CA	075		
5394080	Seacliffe Mobile Home Park	seacliffe-mobile-home-park	US		0	America/Los_Angeles	33.62974	-117.93478	31			CA	059		
5394092	Seal Beach Trailer Park	seal-beach-trailer-park	US		0	America/Los_Angeles	33.7478	-118.11034	1			CA	059		
5394097	Seahaven	seahaven	US		0	America/Los_Angeles	38.11103	-122.87055	54			CA	041		
5394124	Searles Valley	searles-valley	US		1739	America/Los_Angeles	35.76745	-117.40395	637			CA	071		
5394126	Sears Point	sears-point	US		0	America/Los_Angeles	38.15103	-122.44776	5			CA	097		
5394130	Searsville (historical)	searsville-historical	US		0	America/Los_Angeles	37.40244	-122.24524	110			CA	081		
5394232	Second Garrotte	second-garrotte	US		0	America/Los_Angeles	37.82493	-120.19741	882	Garot,Second Garota,Second Garrotte		CA	109		
5394257	Secret Canyon (historical)	secret-canyon-historical	US		0	America/Los_Angeles	39.1874	-120.58576	1649			CA	061		
5394270	Secret Town	secret-town	US		0	America/Los_Angeles	39.15712	-120.87772	885			CA	061		
5394273	Sedco Hills	sedco-hills	US		3158	America/Los_Angeles	33.64169	-117.29087	389			CA	065		
5394300	Seguro	seguro	US		0	America/Los_Angeles	35.41857	-119.02121	142			CA	029		
5394307	Seigler Springs	seigler-springs	US		0	America/Los_Angeles	38.87435	-122.6886	686	Hot Sigler Springs,Seigler,Seigler Spring,Seigler Springs,Siegler Springs,Sigler Springs		CA	033		
5395237	Sherman Heights	sherman-heights	US		0	America/Los_Angeles	32.71061	-117.14225	37			CA	073		
5394348	Selwyn (historical)	selwyn-historical	US		0	America/Los_Angeles	32.86366	-117.1917	74			CA	073		
5394352	Seminary Park	seminary-park	US		0	America/Los_Angeles	37.77354	-122.18774	24			CA	001		
5394355	Seminole Hot Springs	seminole-hot-springs	US		0	America/Los_Angeles	34.10723	-118.79065	284	Seminole,Seminole Hot Springs		CA	037		
5394356	Seminole Springs Trailer Park	seminole-springs-trailer-park	US		0	America/Los_Angeles	34.11001	-118.79176	282			CA	037		
5394357	Semitropic	semitropic	US		0	America/Los_Angeles	35.6019	-119.50845	78	Semi Tropic,Semitropic		CA	029		
5394390	Sentinel (historical)	sentinel-historical	US		0	America/Los_Angeles	36.96412	-119.49291	257			CA	019		
5394408	Sepulveda	sepulveda	US		0	America/Los_Angeles	34.16167	-118.28285	144			CA	037		
5394427	Sequoia	sequoia	US		0	America/Los_Angeles	36.42745	-119.11705	139			CA	107		
5394428	Sequoia	sequoia	US		0	America/Los_Angeles	37.80659	-119.89546	1371	Crocker,Crockers,Sequoia		CA	109		
5394463	Sequoia Mobile Home Park	sequoia-mobile-home-park	US		0	America/Los_Angeles	37.48022	-122.20385	6			CA	081		
5394485	Serena Park	serena-park	US		0	America/Los_Angeles	34.41861	-119.57263	22			CA	083		
5394503	Serra Mesa	serra-mesa	US		0	America/Los_Angeles	32.80283	-117.13837	122			CA	073		
5394518	Serra Village	serra-village	US		0	America/Los_Angeles	36.60413	-121.69828	45			CA	053		
5394524	Serrano	serrano	US		0	America/Los_Angeles	35.33497	-120.65462	292			CA	079		
5394532	Serrano Heights	serrano-heights	US		0	America/Los_Angeles	33.95807	-117.20782	641			CA	065		
5394538	Serrano Place	serrano-place	US		0	America/Los_Angeles	33.64697	-117.68977	146			CA	059		
5394540	Serrano Village	serrano-village	US		0	America/Los_Angeles	34.1789	-117.32171	449			CA	071		
5394546	Sespe	sespe	US		0	America/Los_Angeles	34.4	-118.95038	139	San Cayetano,Secpey,Sespe,Sespe Station		CA	111		
5394555	Sespe Village	sespe-village	US		0	America/Los_Angeles	34.38639	-118.95566	114			CA	111		
5394575	Seven Oaks	seven-oaks	US		0	America/Los_Angeles	34.1864	-116.9142	1617			CA	071		
5394582	Seven Pines	seven-pines	US		0	America/Los_Angeles	36.78549	-118.29399	1889			CA	027		
5394588	Seven Trees	seven-trees	US		1788	America/Los_Angeles	37.28605	-121.83856	48			CA	085		
5394774	Shackelford	shackelford	US		3371	America/Los_Angeles	37.61382	-120.99271	25			CA	099		
5394803	Shadow Ridge Creek	shadow-ridge-creek	US		0	America/Los_Angeles	33.81057	-116.36973	59			CA	065		
5394814	Shadow Hills	shadow-hills	US		13000	America/Los_Angeles	34.26195	-118.35175	362			CA	037		
5394820	Shady Glen	shady-glen	US		0	America/Los_Angeles	39.11795	-120.94966	747			CA	061		
5394824	Shady Dell	shady-dell	US		0	America/Los_Angeles	32.97282	-116.91697	376	Shady Del,Shady Dell		CA	073		
5394831	Shady Rest Trailer and Recreational Vehicle Park	shady-rest-trailer-and-recreational-vehicle-park	US		0	America/Los_Angeles	37.36937	-118.38733	1261			CA	027		
5394833	Shady Rest (historical)	shady-rest-historical	US		0	America/Los_Angeles	35.40607	-118.33147	2130			CA	029		
5394883	Shamrock (historical)	shamrock-historical	US		0	America/Los_Angeles	33.11837	-115.57999	-60			CA	025		
5394901	Shands (historical)	shands-historical	US		0	America/Los_Angeles	39.42518	-120.78077	1413			CA	057		
5394906	Shangri La Estates	shangri-la-estates	US		0	America/Los_Angeles	36.96606	-121.96635	17			CA	087		
5394938	Sharon Valley	sharon-valley	US		0	America/Los_Angeles	39.48211	-121.24691	693			CA	115		
5394945	Sharp Park	sharp-park	US		0	America/Los_Angeles	37.63605	-122.48803	28	Salada Beach,Sharp Park		CA	081		
5394972	Shaver Lake Heights	shaver-lake-heights	US		0	America/Los_Angeles	37.10689	-119.3204	1707	Shaver Lake,Shaver Lake Heights		CA	019		
5394990	Shaws Flat	shaws-flat	US		0	America/Los_Angeles	38.0077	-120.40936	631	Shaw's Flat,Shaw's Flats,Shaws Flat		CA	109		
5394998	Shay Creek Summer Home Area	shay-creek-summer-home-area	US		0	America/Los_Angeles	38.69407	-119.83379	1818			CA	003		
5395104	Shelby Flat (historical)	shelby-flat-historical	US		0	America/Los_Angeles	39.28878	-121.02856	812			CA	057		
5395117	Shell Beach	shell-beach	US		0	America/Los_Angeles	35.15525	-120.67239	18			CA	079		
5395140	Shelltown	shelltown	US		0	America/Los_Angeles	32.68033	-117.10447	17			CA	073		
5395141	Shellville Colony	shellville-colony	US		0	America/Los_Angeles	38.2438	-122.41692	8			CA	097		
5395144	Shelter Cove	shelter-cove	US		0	America/Los_Angeles	37.59633	-122.51275	47	Hurricane Gulch,Shelter Cove		CA	081		
5395169	Shepards	shepards	US		0	America/Los_Angeles	34.39888	-119.45345	82			CA	083		
5395202	Sherburns (historical)	sherburns-historical	US		0	America/Los_Angeles	39.82599	-123.0839	461			CA	045		
5395226	Sherman Acres	sherman-acres	US		0	America/Los_Angeles	38.44713	-120.07185	2136	Lombardi,Sherman Acres		CA	009		
5395279	Sherwood Forest	sherwood-forest	US		0	America/Los_Angeles	39.18406	-121.08189	730			CA	057		
5395280	Sherwood Forest	sherwood-forest	US		0	America/Los_Angeles	38.02909	-120.22436	1103			CA	109		
5395359	Shinn	shinn	US		0	America/Los_Angeles	37.5666	-121.98329	21	Shinn,Shinn Station		CA	001		
5395366	Shipp (historical)	shipp-historical	US		0	America/Los_Angeles	36.94523	-119.67514	128			CA	019		
5395368	Shipyard Acres	shipyard-acres	US		0	America/Los_Angeles	38.25992	-122.27108	10			CA	055		
5395381	Shirley Meadows	shirley-meadows	US		0	America/Los_Angeles	35.71079	-118.55648	1997			CA	029		
5395400	Shisholop (historical)	shisholop-historical	US		0	America/Los_Angeles	34.45832	-120.44405	17			CA	083		
5395408	Sholun	sholun	US		0	America/Los_Angeles	37.67216	-122.47747	102			CA	081		
5395417	Shorb	shorb	US		0	America/Los_Angeles	34.07918	-118.15229	137			CA	037		
5395418	Shore Acres	shore-acres	US		0	America/Los_Angeles	38.03575	-121.96552	12			CA	013		
5395456	Short Place	short-place	US		0	America/Los_Angeles	38.7799	-120.47409	1090			CA	017		
5395505	Shrub	shrub	US		0	America/Los_Angeles	38.59241	-120.95466	318			CA	017		
5395512	Shuman	shuman	US		0	America/Los_Angeles	34.86692	-120.52267	125	Schuman,Schumann,Shuman		CA	083		
5395522	Sibagna (historical)	sibagna-historical	US		0	America/Los_Angeles	34.09723	-118.10785	131	Sibagna (historical),Tobiscagna		CA	037		
5395524	Siberia	siberia	US		0	America/Los_Angeles	34.62666	-115.98584	391			CA	071		
5395535	Sicard Flat	sicard-flat	US		0	America/Los_Angeles	39.231	-121.34607	106			CA	115		
5395547	Sides (historical)	sides-historical	US		0	America/Los_Angeles	36.25273	-119.09927	109			CA	107		
5395572	Sibley (historical)	sibley-historical	US		0	America/Los_Angeles	37.97826	-121.16022	17			CA	077		
5395587	Sierra Cedars	sierra-cedars	US		0	America/Los_Angeles	37.07606	-119.30818	1766			CA	019		
5395596	Sierra Glen	sierra-glen	US		0	America/Los_Angeles	36.63939	-119.00011	975			CA	107		
5395602	Sierra Heights	sierra-heights	US		0	America/Los_Angeles	34.16751	-117.44033	563			CA	071		
5395603	Sierra Heights	sierra-heights	US		0	America/Los_Angeles	36.18717	-119.06205	125			CA	107		
5395617	Sierra Knoll Estates	sierra-knoll-estates	US		0	America/Los_Angeles	39.06712	-121.03439	529			CA	057		
5395674	Sierra Sky Park	sierra-sky-park	US		0	America/Los_Angeles	36.84217	-119.86571	100			CA	019		
5395676	Sierra Springs	sierra-springs	US		0	America/Los_Angeles	38.70685	-120.61159	1013			CA	017		
5395677	Sierra Brooks	sierra-brooks	US		478	America/Los_Angeles	39.64241	-120.21659	1578	Sierra Brooks,Sierra Subdivision		CA	091		
5395680	Sierra Trailer Park	sierra-trailer-park	US		0	America/Los_Angeles	37.36021	-118.39678	1265			CA	027		
5395693	Sierra Village	sierra-village	US		456	America/Los_Angeles	38.07187	-120.17297	1478			CA	109		
5395719	Sierra Vista Park	sierra-vista-park	US		0	America/Los_Angeles	39.23101	-121.07773	800			CA	057		
5395730	Sierra Vista Trailer Park	sierra-vista-trailer-park	US		0	America/Los_Angeles	33.22226	-117.24781	123			CA	073		
5395768	Signal Port (historical)	signal-port-historical	US		0	America/Los_Angeles	38.82908	-123.61557	33	Hardscratch,Signal Port (historical)		CA	045		
5395794	Silongkoyo (historical)	silongkoyo-historical	US		0	America/Los_Angeles	39.93834	-120.94171	1047			CA	063		
5395807	Silvas Grove (historical)	silvas-grove-historical	US		0	America/Los_Angeles	38.60018	-121.5444	9			CA	067		
5395836	Silver Creek (historical)	silver-creek-historical	US		0	America/Los_Angeles	39.94433	-121.07162	1135			CA	063		
5395852	Silver Dons Mobile Home Park	silver-dons-mobile-home-park	US		0	America/Los_Angeles	33.23643	-116.3664	178			CA	073		
5395891	Silver Lake Heights	silver-lake-heights	US		0	America/Los_Angeles	34.09945	-118.25646	169			CA	037		
5395904	Silver Mountain (historical)	silver-mountain-historical	US		0	America/Los_Angeles	38.60518	-119.76934	1954	Kongsberg,Konigsberg,Silver Mountain (historical)		CA	003		
5395923	Silver Penny Mobile Home Park	silver-penny-mobile-home-park	US		0	America/Los_Angeles	37.50716	-122.25358	3			CA	081		
5395934	Silver Spur Mobile Manor	silver-spur-mobile-manor	US		0	America/Los_Angeles	33.68697	-116.4064	244			CA	065		
5395990	Simerson	simerson	US		0	America/Los_Angeles	39.421	-123.35501	420			CA	045		
5395991	Simi	simi	US		0	America/Los_Angeles	38.63991	-122.87444	58			CA	097		
5396052	Simons	simons	US		0	America/Los_Angeles	33.98751	-118.13313	50			CA	037		
5396084	Singing Springs	singing-springs	US		0	America/Los_Angeles	34.32111	-118.12868	968			CA	037		
5396136	Sisquoc	sisquoc	US		183	America/Los_Angeles	34.8647	-120.29155	133	Sis Quoc,Sisquoc		CA	083		
5396154	Sites	sites	US		0	America/Los_Angeles	39.30878	-122.33859	91			CA	011		
5396199	Skandia Mobile Country Park	skandia-mobile-country-park	US		0	America/Los_Angeles	33.72474	-118.04034	4			CA	059		
5396221	Skidoo (historical)	skidoo-historical	US		0	America/Los_Angeles	36.4355	-117.14756	1734	Hoveck,Skidoo (historical),Zinc Hill		CA	027		
5396234	Skinners	skinners	US		0	America/Los_Angeles	38.69907	-120.99522	415			CA	017		
5396281	Sky Londa	sky-londa	US		0	America/Los_Angeles	37.38355	-122.26275	467	Sky Londa,Skylonda		CA	081		
5396291	Sky Valley	sky-valley	US		2406	America/Los_Angeles	33.89001	-116.35251	323			CA	065		
5396300	Skyhigh	skyhigh	US		0	America/Los_Angeles	38.42658	-120.09963	2146	Skyhigh,Skyhigh Ranch		CA	009		
5396315	Skyline North	skyline-north	US		0	America/Los_Angeles	34.92526	-117.01615	667			CA	071		
5396339	Sky Valley Mobile Home Park	sky-valley-mobile-home-park	US		0	America/Los_Angeles	33.89974	-116.36251	327			CA	065		
5396390	Slates Hot Springs	slates-hot-springs	US		0	America/Los_Angeles	36.12357	-121.63717	36	Big Sur Hot Springs,Slate's Hot Springs,Slates Hot Springs		CA	053		
5396422	Sleepy Hollow	sleepy-hollow	US		2384	America/Los_Angeles	38.01048	-122.58442	54			CA	041		
5396426	Sleepy Hollow	sleepy-hollow	US		0	America/Los_Angeles	33.94779	-117.77867	261			CA	071		
5396432	Sleepy Valley	sleepy-valley	US		0	America/Los_Angeles	34.50916	-118.36536	700			CA	037		
5396491	Sloat	sloat	US		0	America/Los_Angeles	39.86656	-120.72745	1259			CA	063		
5396515	Sly Park	sly-park	US		0	America/Los_Angeles	38.72129	-120.58465	1085			CA	017		
5396539	Smeltzer	smeltzer	US		0	America/Los_Angeles	33.73029	-117.9945	8			CA	059		
5396545	Smiley Heights	smiley-heights	US		0	America/Los_Angeles	34.0314	-117.1917	474			CA	071		
5396549	Smiley Park	smiley-park	US		0	America/Los_Angeles	34.19834	-117.12754	1676	Fredalba Smiley Park,Smiley Park		CA	071		
5396565	Smith Corner	smith-corner	US		524	America/Los_Angeles	35.47829	-119.27872	101			CA	029		
5396607	Smith Mill	smith-mill	US		0	America/Los_Angeles	36.09023	-118.65842	1795			CA	107		
5396654	Smithflat	smithflat	US		0	America/Los_Angeles	38.73463	-120.75521	678	Smith Flat,Smith's Flat,Smithflat,Smiths Flat		CA	017		
5396667	Smoke Tree	smoke-tree	US		0	America/Los_Angeles	34.13528	-116.09028	646			CA	071		
5396704	Smyrna (historical)	smyrna-historical	US		0	America/Los_Angeles	36.51662	-119.36512	101			CA	107		
5396749	Snoboy	snoboy	US		0	America/Los_Angeles	37.51133	-121.94635	9	Snoboy,Snoboy Siding		CA	001		
5396761	Snow Bend	snow-bend	US		0	America/Los_Angeles	37.26717	-119.12623	2429			CA	019		
5396773	Snow Creek	snow-creek	US		0	America/Los_Angeles	33.89002	-116.68418	389	Snow Creek,Snowcreek		CA	065		
5396806	Snow Point (historical)	snow-point-historical	US		0	America/Los_Angeles	39.42684	-120.8155	1317			CA	057		
5396814	Snow Tent (historical)	snow-tent-historical	US		0	America/Los_Angeles	39.39573	-120.85772	1397			CA	057		
5396833	Snowshoe Springs	snowshoe-springs	US		0	America/Los_Angeles	38.29158	-120.28297	1489			CA	009		
5396850	Snug Harbor Trailer Park (historical)	snug-harbor-trailer-park-historical	US		0	America/Los_Angeles	33.63447	-117.92117	28			CA	059		
5396853	Snug Harbor Mobile Home Park	snug-harbor-mobile-home-park	US		0	America/Los_Angeles	36.96023	-121.97218	9			CA	087		
5396871	Soapweed	soapweed	US		0	America/Los_Angeles	38.84185	-120.67798	1096	Soap Weed,Soapweed		CA	017		
5396883	Sobrante	sobrante	US		0	America/Los_Angeles	38.00214	-122.34942	7			CA	013		
5396892	Soboba Hot Springs	soboba-hot-springs	US		0	America/Los_Angeles	33.79974	-116.92919	500	Ritchey Hot Springs,Soboba Hot Springs,White Sulphur Spring		CA	065		
5396895	Soda Bay	soda-bay	US		1016	America/Los_Angeles	39.00101	-122.78916	426			CA	033		
5396985	Solano City (historical)	solano-city-historical	US		0	America/Los_Angeles	38.22603	-121.87024	19			CA	095		
5397033	Soledad Sulphur Springs (historical)	soledad-sulphur-springs-historical	US		0	America/Los_Angeles	34.43333	-118.36064	552			CA	037		
5397037	Solemint	solemint	US		0	America/Los_Angeles	34.41639	-118.45231	441			CA	037		
5397054	Solon (historical)	solon-historical	US		0	America/Los_Angeles	34.95442	-117.79729	695			CA	029		
5397055	Solromar	solromar	US		0	America/Los_Angeles	34.05001	-118.95371	39			CA	111		
5397067	Solyo	solyo	US		0	America/Los_Angeles	37.60937	-121.26438	28	Romain,Solyo		CA	099		
5397084	Somis (historical)	somis-historical	US		0	America/Los_Angeles	34.24862	-119.00455	73			CA	111		
5397132	Sonoma Vista	sonoma-vista	US		0	America/Los_Angeles	38.31019	-122.51026	72			CA	097		
5397145	Sonora Hills	sonora-hills	US		0	America/Los_Angeles	37.97687	-120.3663	620			CA	109		
5397146	Sonora Junction	sonora-junction	US		0	America/Los_Angeles	38.34853	-119.45183	2109			CA	051		
5397147	Sonora Knolls	sonora-knolls	US		0	America/Los_Angeles	37.98742	-120.39047	563			CA	109		
5397149	Sonora Meadows	sonora-meadows	US		0	America/Los_Angeles	38.01103	-120.28658	807			CA	109		
5397153	Sonora Ranchettes	sonora-ranchettes	US		0	America/Los_Angeles	37.95437	-120.32603	664			CA	109		
5397187	Sorensens	sorensens	US		0	America/Los_Angeles	38.77435	-119.90296	2109			CA	003		
5397188	Sorenson	sorenson	US		0	America/Los_Angeles	37.64549	-122.0658	24			CA	001		
5397196	Sorrento Valley	sorrento-valley	US		5000	America/Los_Angeles	32.89991	-117.19451	10	Soledad,Sorrento Valley		CA	073		
5397197	Sorroca	sorroca	US		0	America/Los_Angeles	38.34213	-121.60996	4			CA	113		
5397201	Soto (historical)	soto-historical	US		0	America/Los_Angeles	39.87683	-122.02082	56			CA	007		
5397210	Soto Street Junction	soto-street-junction	US		0	America/Los_Angeles	34.0189	-118.21924	71			CA	037		
5397242	Sousa Corners	sousa-corners	US		0	America/Los_Angeles	38.4463	-122.86138	69			CA	097		
5397245	South Adelanto	south-adelanto	US		0	America/Los_Angeles	34.52833	-117.41699	932			CA	071		
5397251	South Anaheim	south-anaheim	US		0	America/Los_Angeles	33.8089	-117.90117	46	South Anaheim,Tustin Junction		CA	059		
5397280	South Bay Terraces	south-bay-terraces	US		0	America/Los_Angeles	32.68366	-117.03808	89			CA	073		
5397287	South Berkeley	south-berkeley	US		0	America/Los_Angeles	37.84882	-122.27164	31	Lorin,South Berkeley		CA	001		
5397328	South Camanche Shore	south-camanche-shore	US		0	America/Los_Angeles	38.20825	-120.89688	135			CA	009		
5397335	South Carthay	south-carthay	US		0	America/Los_Angeles	34.05612	-118.37341	39			CA	037		
5397355	South Corcoran	south-corcoran	US		0	America/Los_Angeles	36.09106	-119.55401	63			CA	031		
5397361	South Coyote	south-coyote	US		0	America/Los_Angeles	37.19883	-121.72161	86			CA	085		
5397378	South Crest	south-crest	US		0	America/Los_Angeles	32.69311	-117.10836	7			CA	073		
5397381	South Encantato	south-encantato	US		0	America/Los_Angeles	32.70144	-117.06697	87			CA	073		
5397387	South Fontana	south-fontana	US		0	America/Los_Angeles	34.06279	-117.48894	307	Declez,South Fontana		CA	071		
5397396	South Fork (historical)	south-fork-historical	US		0	America/Los_Angeles	39.54072	-121.42052	419			CA	007		
5397616	South Grove Mobile Home Estates	south-grove-mobile-home-estates	US		0	America/Los_Angeles	33.75863	-117.94061	22			CA	059		
5397656	South Lake	south-lake	US		0	America/Los_Angeles	35.63356	-118.35647	880			CA	029		
5397660	South Lake	south-lake	US		0	America/Los_Angeles	35.6369	-118.36703	834			CA	029		
5397668	South Landing	south-landing	US		0	America/Los_Angeles	37.58188	-118.73374	2074			CA	051		
5397671	South Leggett	south-leggett	US		0	America/Los_Angeles	39.84849	-123.70752	339			CA	045		
5397675	South Los Angeles	south-los-angeles	US		0	America/Los_Angeles	33.92752	-118.27813	47	Juzhnyj Los-Andzheles,South Central,Zuid-Los Angeles,Южный Лос-Анджелес		CA	037		
5397695	South Oceanside	south-oceanside	US		0	America/Los_Angeles	33.17726	-117.35643	18			CA	073		
5397700	South Oroville	south-oroville	US		5742	America/Los_Angeles	39.49655	-121.55219	57			CA	007		
5397763	South San Diego	south-san-diego	US		0	America/Los_Angeles	32.58367	-117.09697	7			CA	073		
5397771	South San Gabriel	south-san-gabriel	US		8070	America/Los_Angeles	34.04915	-118.09462	83			CA	037		
5397777	South San Jose Hills	south-san-jose-hills	US		20551	America/Los_Angeles	34.01279	-117.90478	127			CA	037		
5397778	South Santa Rosa	south-santa-rosa	US		0	America/Los_Angeles	38.40491	-122.72749	35			CA	097		
5397806	South Santa Ana	south-santa-ana	US		0	America/Los_Angeles	33.71141	-117.86811	14			CA	059		
5397822	South Trona	south-trona	US		0	America/Los_Angeles	35.71551	-117.39728	500			CA	071		
5397827	South Vallejo	south-vallejo	US		0	America/Los_Angeles	38.0877	-122.2433	13			CA	095		
5397840	South Wawona (historical)	south-wawona-historical	US		0	America/Los_Angeles	37.54132	-119.64182	1275			CA	043		
5397841	South Whittier	south-whittier	US		57156	America/Los_Angeles	33.95015	-118.03917	54			CA	037		
5397843	South Wawona	south-wawona	US		0	America/Los_Angeles	37.54244	-119.64488	1250			CA	043		
5397851	South Yuba City	south-yuba-city	US		15217	America/Los_Angeles	39.11656	-121.63913	16			CA	101		
5397854	South Yuba	south-yuba	US		0	America/Los_Angeles	39.12545	-121.58552	20			CA	115		
5397921	Southridge Village	southridge-village	US		0	America/Los_Angeles	34.04085	-117.48894	276			CA	071		
5397928	Southside Highlands	southside-highlands	US		0	America/Los_Angeles	39.31574	-120.27048	1861			CA	061		
5397943	Southwest Village	southwest-village	US		0	America/Los_Angeles	33.84668	-118.31035	18			CA	037		
5397955	Spa (historical)	spa-historical	US		0	America/Los_Angeles	35.9419	-119.44206	65			CA	107		
5397959	Spadra	spadra	US		0	America/Los_Angeles	34.05223	-117.80006	227			CA	037		
5397989	Spanish Flat	spanish-flat	US		0	America/Los_Angeles	38.53519	-122.22498	173			CA	055		
5397991	Spanish Flat Resort	spanish-flat-resort	US		0	America/Los_Angeles	38.51991	-122.2097	152			CA	055		
5397994	Spanish Flat	spanish-flat	US		0	America/Los_Angeles	38.82323	-120.80938	741			CA	017		
5398007	Spanish Hills	spanish-hills	US		0	America/Los_Angeles	34.22917	-119.09483	117			CA	111		
5398009	Spanish Ranch	spanish-ranch	US		0	America/Los_Angeles	39.95072	-121.05718	1118			CA	063		
5398026	Sparkle	sparkle	US		0	America/Los_Angeles	37.92826	-122.05663	26			CA	013		
5398030	Sparkville (historical)	sparkville-historical	US		0	America/Los_Angeles	36.96801	-119.61208	229			CA	019		
5398032	Sparr Heights	sparr-heights	US		0	America/Los_Angeles	34.19584	-118.22591	338			CA	037		
5398041	Spear Creek Summer Home Tract	spear-creek-summer-home-tract	US		0	America/Los_Angeles	35.81995	-118.59425	1803			CA	107		
5398056	Spellacy	spellacy	US		0	America/Los_Angeles	35.11302	-119.47151	511			CA	029		
5398058	Spence	spence	US		0	America/Los_Angeles	36.61274	-121.56661	25			CA	053		
5398087	Spicer City	spicer-city	US		0	America/Los_Angeles	35.50107	-119.60457	75			CA	029		
5398133	Spinks Corner	spinks-corner	US		0	America/Los_Angeles	36.2119	-119.23317	95			CA	107		
5398143	Spoonbill	spoonbill	US		0	America/Los_Angeles	38.06048	-121.90385	1			CA	095		
5398168	Spreckels Junction	spreckels-junction	US		0	America/Los_Angeles	36.65829	-121.63078	19	Spreckels Junction,Spreckles		CA	053		
5398178	Sprekelsville	sprekelsville	US		0	America/Los_Angeles	38.63268	-120.97744	298			CA	017		
5398075	Sperry	sperry	US	52650	0	America/Los_Angeles	35.74164	-116.22224	254			CA	071		
5398308	Springfield Meadows	springfield-meadows	US		0	America/Los_Angeles	38.64713	-121.07328	176			CA	017		
5398337	Spruce (historical)	spruce-historical	US		0	America/Los_Angeles	39.31574	-120.42854	1999			CA	061		
5398375	Spyrock	spyrock	US		0	America/Los_Angeles	39.87654	-123.44391	259	Spy Rock,Spyrock		CA	045		
5398377	Squab	squab	US		0	America/Los_Angeles	38.19714	-122.27747	10			CA	055		
5398378	Squabbletown	squabbletown	US		0	America/Los_Angeles	38.01465	-120.38631	628			CA	109		
5398405	Squaw Hill	squaw-hill	US		0	America/Los_Angeles	39.90794	-122.09304	60			CA	103		
5398448	Squeaky Springs (historical)	squeaky-springs-historical	US		0	America/Los_Angeles	33.25782	-115.94833	-41	Squeaky Springs (historical),Winona		CA	025		
5398463	Squirrel Creek (historical)	squirrel-creek-historical	US		0	America/Los_Angeles	39.79462	-120.71772	1648			CA	063		
5398466	Squirrel Mountain Valley	squirrel-mountain-valley	US		547	America/Los_Angeles	35.62329	-118.40981	884			CA	029		
5398476	Stafford (historical)	stafford-historical	US		0	America/Los_Angeles	39.22628	-121.66191	22			CA	101		
5398518	Stalder	stalder	US		0	America/Los_Angeles	34.02196	-117.52449	244			CA	065		
5398520	Stallion Oaks	stallion-oaks	US		0	America/Los_Angeles	32.87338	-116.63641	1044			CA	073		
5398521	Stallion Springs	stallion-springs	US		2488	America/Los_Angeles	35.08886	-118.64259	1153			CA	029		
5398533	Standard Avenue Mobile Home Park	standard-avenue-mobile-home-park	US		0	America/Los_Angeles	33.72807	-117.85533	26			CA	059		
5398553	Standiford	standiford	US		0	America/Los_Angeles	37.6891	-121.00355	28			CA	099		
5398561	Stanfield Hill	stanfield-hill	US		0	America/Los_Angeles	39.34239	-121.33302	374			CA	115		
5398564	Stanford (historical)	stanford-historical	US		0	America/Los_Angeles	39.29268	-120.2677	1902			CA	061		
5398596	Stanislaus	stanislaus	US		0	America/Los_Angeles	38.13825	-120.3702	341			CA	109		
5398677	Starbright Acres	starbright-acres	US		0	America/Los_Angeles	39.19517	-121.08773	719			CA	057		
5398753	Stauffer	stauffer	US		0	America/Los_Angeles	34.75443	-119.06677	1543			CA	111		
5398782	Steele (historical)	steele-historical	US		0	America/Los_Angeles	35.21442	-120.61795	80	Steele (historical),Steeles		CA	079		
5398784	Steel Canyon Resort	steel-canyon-resort	US		0	America/Los_Angeles	38.50796	-122.20331	135			CA	055		
5398812	Stege	stege	US		0	America/Los_Angeles	37.91659	-122.32719	7	Stege,Steige		CA	013		
5398814	Stegeman	stegeman	US		0	America/Los_Angeles	39.35766	-122.02859	24	Stegeman,Stegemann		CA	011		
5398851	Stent	stent	US		0	America/Los_Angeles	37.9177	-120.41325	423	Poverty Hill,Stent		CA	109		
5398876	Steuben Place	steuben-place	US		0	America/Los_Angeles	39.96432	-122.74472	1870			CA	103		
5398932	Stewart (historical)	stewart-historical	US		0	America/Los_Angeles	37.73271	-121.00438	32			CA	099		
5398999	Stirling Junction	stirling-junction	US		0	America/Los_Angeles	39.71405	-121.81331	62			CA	007		
5399073	Stoil	stoil	US		0	America/Los_Angeles	35.91801	-119.4254	65			CA	107		
5399081	Stomar	stomar	US		0	America/Los_Angeles	37.36188	-121.04576	32			CA	099		
5399128	Stone Place	stone-place	US		0	America/Los_Angeles	35.90245	-118.73426	574			CA	107		
5399140	Stonegate Village	stonegate-village	US		0	America/Los_Angeles	38.6874	-121.07383	227			CA	017		
5399144	Stonehurst	stonehurst	US		0	America/Los_Angeles	34.25111	-118.37036	290			CA	037		
5399150	Stoneman	stoneman	US		0	America/Los_Angeles	34.08862	-118.12229	138			CA	037		
5399161	Stoneridge Mobile Home Park	stoneridge-mobile-home-park	US		0	America/Los_Angeles	33.7328	-117.91478	20			CA	059		
5399165	Stonestown	stonestown	US		0	America/Los_Angeles	37.72826	-122.47942	45			CA	075		
5399197	Stony Creek Village	stony-creek-village	US		0	America/Los_Angeles	36.66411	-118.84066	1968			CA	107		
5399236	Storey	storey	US		0	America/Los_Angeles	36.97411	-120.01905	88	Madera Station,Storey		CA	039		
5399286	Strand (historical)	strand-historical	US		0	America/Los_Angeles	35.34052	-119.22122	103			CA	029		
5399300	Strathearn	strathearn	US		0	America/Los_Angeles	34.28111	-118.79926	228			CA	111		
5399342	Strawberry Manor	strawberry-manor	US		0	America/Los_Angeles	37.89465	-122.51164	68			CA	041		
5399349	Strawberry Park	strawberry-park	US		0	America/Los_Angeles	33.90085	-118.31146	15			CA	037		
5399378	Strickland Acres	strickland-acres	US		0	America/Los_Angeles	34.25834	-119.14955	35			CA	111		
5399395	Striplin (historical)	striplin-historical	US		0	America/Los_Angeles	38.86684	-121.54385	11			CA	101		
5399396	Stronetta	stronetta	US		0	America/Los_Angeles	38.94713	-123.70252	20			CA	045		
5399404	Strongs Mobile Village	strongs-mobile-village	US		0	America/Los_Angeles	36.96523	-121.76912	48			CA	087		
5399421	Studebaker	studebaker	US		0	America/Los_Angeles	33.91974	-118.09618	32			CA	037		
5399464	Styx	styx	US		0	America/Los_Angeles	33.87807	-114.79524	315	Styx,Summit		CA	065		
5399466	Subaco	subaco	US		0	America/Los_Angeles	38.92851	-121.73941	8			CA	101		
5399467	Subeet	subeet	US		0	America/Los_Angeles	38.22825	-122.08108	7			CA	095		
5399477	Sucker Flat	sucker-flat	US		0	America/Los_Angeles	39.21184	-121.29718	179	Gatesville,Sucker Flat		CA	115		
5399480	Sucrosa (historical)	sucrosa-historical	US		0	America/Los_Angeles	34.19639	-119.06983	18			CA	111		
5399485	Sucro	sucro	US		0	America/Los_Angeles	38.46963	-121.80468	19			CA	095		
5399494	Sugar (historical)	sugar-historical	US		0	America/Los_Angeles	33.73807	-117.99812	14			CA	059		
5399504	Sugar Pine	sugar-pine	US		0	America/Los_Angeles	37.44105	-119.63432	1291			CA	039		
5399530	Sugarfield	sugarfield	US		0	America/Los_Angeles	38.71379	-121.75357	18			CA	113		
5399598	Sugarloaf Mountain Park	sugarloaf-mountain-park	US		0	America/Los_Angeles	35.83884	-118.60453	1797			CA	107		
5399614	Sugarloaf Saw Mill	sugarloaf-saw-mill	US		18	America/Los_Angeles	35.83551	-118.61898	1684			CA	107		
5399616	Sugarloaf Village	sugarloaf-village	US		10	America/Los_Angeles	35.82578	-118.63425	1586			CA	107		
5399618	Sugarpine	sugarpine	US		0	America/Los_Angeles	38.05826	-120.20158	1362	Sugar Pine,Sugarpine		CA	109		
5399629	Suisun	suisun	US		28111	America/Los_Angeles	38.23825	-122.04024	2	Suisun,Suisun City		CA	095		
5399646	Sullivan (historical)	sullivan-historical	US		0	America/Los_Angeles	35.12635	-118.40536	1228			CA	029		
5399758	Sulphur Springs (historical)	sulphur-springs-historical	US		0	America/Los_Angeles	38.12464	-122.18997	103			CA	095		
5399775	Summer Home	summer-home	US		0	America/Los_Angeles	37.84743	-121.18578	13			CA	077		
5399785	Summerhome Park	summerhome-park	US		0	America/Los_Angeles	38.49658	-122.93944	20	Summer Home Park,Summerhome,Summerhome Park		CA	097		
5399790	Summers (historical)	summers-historical	US		0	America/Los_Angeles	35.53274	-120.08153	506			CA	029		
5399794	Summerset Mobile Home Estates	summerset-mobile-home-estates	US		0	America/Los_Angeles	33.75835	-117.96978	17			CA	059		
5399804	Summit (historical)	summit-historical	US		0	America/Los_Angeles	35.06775	-120.51211	123			CA	079		
5399810	Summit City (historical)	summit-city-historical	US		0	America/Los_Angeles	39.40879	-120.50243	2223	Excelsior,Summit City (historical)		CA	057		
5399885	Summit Terrace	summit-terrace	US		0	America/Los_Angeles	34.34528	-117.42171	1241			CA	071		
5399896	Summit Village	summit-village	US		0	America/Los_Angeles	38.72712	-121.09606	193			CA	017		
5399924	Sumner Hill	sumner-hill	US		0	America/Los_Angeles	36.95551	-119.75015	163			CA	039		
5399940	Suncrest	suncrest	US		0	America/Los_Angeles	32.80422	-116.86447	478	Crest,Suncrest		CA	073		
5399945	Sundance Mobile Home Park	sundance-mobile-home-park	US		0	America/Los_Angeles	33.15948	-117.09142	220			CA	073		
5399955	Sunfair	sunfair	US		0	America/Los_Angeles	34.16389	-116.24723	736			CA	071		
5399956	Sunfair Heights	sunfair-heights	US		0	America/Los_Angeles	34.24028	-116.2189	782			CA	071		
5399967	Sunkist	sunkist	US		0	America/Los_Angeles	34.07724	-117.19087	402			CA	071		
5399975	Sunkist Gardens	sunkist-gardens	US		0	America/Los_Angeles	33.8139	-117.88006	52			CA	059		
5399978	Sunland (historical)	sunland-historical	US		0	America/Los_Angeles	37.33243	-118.40455	1283			CA	027		
5399988	Sunny Acres Trailer Park	sunny-acres-trailer-park	US		0	America/Los_Angeles	37.96187	-122.0283	23			CA	013		
5399994	Sunny Hills	sunny-hills	US		0	America/Los_Angeles	33.90113	-117.93645	119			CA	059		
5399995	Sunny Hills Estates Mobile Home Park	sunny-hills-estates-mobile-home-park	US		0	America/Los_Angeles	34.86248	-120.39683	174			CA	083		
5400008	Sunny Vista	sunny-vista	US		0	America/Los_Angeles	32.64478	-117.06808	39			CA	073		
5400011	Sunnybrook	sunnybrook	US		0	America/Los_Angeles	38.34297	-120.87688	240			CA	005		
5400020	Sunnymead	sunnymead	US		0	America/Los_Angeles	33.94002	-117.24365	500			CA	065		
5400036	Sunnyside (historical)	sunnyside-historical	US		0	America/Los_Angeles	39.93265	-123.20751	998			CA	045		
5400049	Sunnyside Estates	sunnyside-estates	US		0	America/Los_Angeles	33.70113	-116.24834	9			CA	065		
5400064	Sunnyslope	sunnyslope	US		0	America/Los_Angeles	39.36739	-121.43191	167			CA	007		
5400065	Sunnyslope	sunnyslope	US		5153	America/Los_Angeles	34.01196	-117.43338	275			CA	065		
5400106	Sunrise	sunrise	US		0	America/Los_Angeles	34.67304	-118.13174	742	Sunrise,Sunrise City		CA	037		
5400123	Sunrise Heights	sunrise-heights	US		0	America/Los_Angeles	39.23156	-121.07189	811			CA	057		
5400130	Sunrise Mobile Home Park	sunrise-mobile-home-park	US		0	America/Los_Angeles	37.37104	-118.39261	1265			CA	027		
5400152	Sunrise Vista	sunrise-vista	US		0	America/Los_Angeles	38.8799	-122.73416	793			CA	033		
5400180	Sunset Cliffs	sunset-cliffs	US		0	America/Los_Angeles	32.7305	-117.2532	31			CA	073		
5400187	Sunset District	sunset-district	US		0	America/Los_Angeles	37.75354	-122.49525	52			CA	075		
5400202	Sunset Hills	sunset-hills	US		0	America/Los_Angeles	34.49555	-117.22227	909			CA	071		
5400214	Sunset Mobile Home Park	sunset-mobile-home-park	US		0	America/Los_Angeles	38.64685	-121.06217	177			CA	017		
5400218	Sunset Palisades	sunset-palisades	US		0	America/Los_Angeles	35.17331	-120.69962	20			CA	079		
5400233	Sunset Point	sunset-point	US		0	America/Los_Angeles	38.18881	-120.36325	1042			CA	009		
5400248	Sunset Ridge	sunset-ridge	US		0	America/Los_Angeles	34.45389	-117.38644	1030			CA	071		
5400264	Sunset Terrace Mobile Home Park	sunset-terrace-mobile-home-park	US		0	America/Los_Angeles	33.14837	-117.07114	248			CA	073		
5400277	Sunset View	sunset-view	US		0	America/Los_Angeles	39.22934	-121.09634	764			CA	057		
5400281	Sunshine Camp	sunshine-camp	US		0	America/Los_Angeles	37.9877	-120.28269	866	Camp Sunshine,Sunshine Camp		CA	109		
5400299	Sunsweet	sunsweet	US		0	America/Los_Angeles	34.06001	-117.68478	294			CA	071		
5400300	Suntown	suntown	US		0	America/Los_Angeles	33.78141	-116.46418	93			CA	065		
5400324	Surf	surf	US		0	America/Los_Angeles	34.68443	-120.6035	18	Lompoc Junction,Surf		CA	083		
5400325	Surf and Sand Mobile Home Park	surf-and-sand-mobile-home-park	US		0	America/Los_Angeles	36.96967	-121.95746	10	Capitola,Surf and Sand Mobile Home Park		CA	087		
5400361	Suscol	suscol	US		0	America/Los_Angeles	38.24381	-122.28497	1			CA	055		
5400415	Sutter Hill	sutter-hill	US		0	America/Los_Angeles	38.37825	-120.8016	476			CA	005		
5400449	Suval	suval	US		0	America/Los_Angeles	38.24658	-122.07775	11			CA	095		
5400454	Sveadal	sveadal	US		0	America/Los_Angeles	37.08356	-121.78912	318	Sveadal,Svedal		CA	085		
5400474	Swall	swall	US		0	America/Los_Angeles	36.24078	-119.28706	97			CA	107		
5400498	Swanston	swanston	US		0	America/Los_Angeles	38.6049	-121.4369	13			CA	067		
5400518	Swedes Flat (historical)	swedes-flat-historical	US		0	America/Los_Angeles	39.44655	-121.37469	419			CA	007		
5400527	Sweeneys Crossing	sweeneys-crossing	US		0	America/Los_Angeles	38.65268	-120.62493	634			CA	017		
5400542	Sweetland	sweetland	US		0	America/Los_Angeles	39.34295	-121.12023	566			CA	057		
5400611	Swingle	swingle	US		0	America/Los_Angeles	38.55824	-121.67552	10			CA	113		
5400668	Sycamore Cove	sycamore-cove	US		0	America/Los_Angeles	34.07112	-119.01482	3			CA	111		
5400695	Sycamore Flat	sycamore-flat	US		0	America/Los_Angeles	36.26663	-121.39354	188			CA	053		
5400706	Sycamore Creek Mobile Home Park	sycamore-creek-mobile-home-park	US		0	America/Los_Angeles	33.20781	-117.2342	113			CA	073		
5400708	Sycamore Hills	sycamore-hills	US		0	America/Los_Angeles	33.5953	-116.95252	726			CA	065		
5400741	Sycamore Springs	sycamore-springs	US		0	America/Los_Angeles	33.6178	-116.95641	746			CA	065		
5400742	Sycamore Springs	sycamore-springs	US		0	America/Los_Angeles	35.18636	-120.71434	17	San Luis Hot Spring,Sycamore Hot Sulphur Spring,Sycamore Springs		CA	079		
5400754	Sydney Town (historical)	sydney-town-historical	US		0	America/Los_Angeles	37.79715	-122.40358	10			CA	075		
5400755	Sykes	sykes	US		0	America/Los_Angeles	36.03661	-117.96036	1078			CA	027		
5400771	Sylvan Lodge	sylvan-lodge	US		0	America/Los_Angeles	38.08409	-120.15713	1511			CA	109		
5400772	Sylvan Meadows	sylvan-meadows	US		0	America/Los_Angeles	33.5303	-117.28198	563			CA	065		
5400781	Sylvandale (historical)	sylvandale-historical	US		0	America/Los_Angeles	39.48849	-123.42279	688			CA	045		
5400788	Sylvia Park	sylvia-park	US		0	America/Los_Angeles	34.11501	-118.58175	346			CA	037		
5400890	Taft Heights	taft-heights	US		1949	America/Los_Angeles	35.13469	-119.47262	359	Boust City,Taft Heights		CA	029		
5400906	Taggin Wagon Mobile Home Park	taggin-wagon-mobile-home-park	US		0	America/Los_Angeles	33.74641	-117.907	25			CA	059		
5400907	Tagus	tagus	US		0	America/Los_Angeles	36.27134	-119.36817	91			CA	107		
5400918	Tahoe Estates	tahoe-estates	US		0	America/Los_Angeles	39.24407	-120.05658	1948			CA	061		
5400921	Tahoe Keys	tahoe-keys	US		0	America/Los_Angeles	38.93157	-120.01352	1902			CA	017		
5400924	Tahoe Marina Estates	tahoe-marina-estates	US		0	America/Los_Angeles	39.24074	-120.06186	1943			CA	061		
5400933	Tahoe Park	tahoe-park	US		0	America/Los_Angeles	39.14213	-120.15797	1917			CA	061		
5400935	Tahoe Pines	tahoe-pines	US		0	America/Los_Angeles	39.10463	-120.16019	1899	Idlewild,Tahoe Pines		CA	061		
5400940	Tahoe Valley	tahoe-valley	US		0	America/Los_Angeles	38.91352	-120.00435	1911			CA	017		
5400945	Tahoe Woods	tahoe-woods	US		0	America/Los_Angeles	39.14907	-120.15158	1980			CA	061		
5400947	Tahoma Meadows	tahoma-meadows	US		0	America/Los_Angeles	39.06519	-120.14797	1928			CA	061		
5400958	Taison (historical)	taison-historical	US		0	America/Los_Angeles	38.20408	-121.4094	4			CA	077		
5400963	Tajiguas	tajiguas	US		0	America/Los_Angeles	34.46666	-120.10848	15			CA	083		
5400966	Talbert	talbert	US		0	America/Los_Angeles	33.70141	-117.96311	8			CA	059		
5400970	Talbot (historical)	talbot-historical	US		0	America/Los_Angeles	37.07356	-120.03183	104			CA	039		
5400974	Talc (historical)	talc-historical	US		0	America/Los_Angeles	35.47775	-116.12446	298			CA	071		
5400981	Talich	talich	US		0	America/Los_Angeles	33.20004	-117.31754	45			CA	073		
5400986	Tall Timber Camp	tall-timber-camp	US		0	America/Los_Angeles	38.07353	-120.17241	1484			CA	109		
5400989	Tallac Village	tallac-village	US		0	America/Los_Angeles	38.92185	-120.02185	1909			CA	017		
5400997	Talmont	talmont	US		0	America/Los_Angeles	39.14491	-120.16686	2087			CA	061		
5401000	Talus	talus	US		0	America/Los_Angeles	36.08689	-117.97286	1137			CA	027		
5401010	Tamalpais Valley Junction	tamalpais-valley-junction	US		0	America/Los_Angeles	37.88187	-122.5247	10	Big Coyote,Tamalpais Junction,Tamalpais Valley Junction		CA	041		
5401014	Tamarack (historical)	tamarack-historical	US		0	America/Los_Angeles	39.30601	-120.49215	1897			CA	061		
5401017	Tamalpais Valley	tamalpais-valley	US		7000	America/Los_Angeles	37.87965	-122.54581	33	Big Coyote,Tamalpais Valley		CA	041		
5401045	Tamarack Springs	tamarack-springs	US		0	America/Los_Angeles	38.44019	-120.08297	2148			CA	009		
5401056	Tambo	tambo	US		0	America/Los_Angeles	39.23934	-121.57719	24			CA	115		
5401065	Tan Oak Park	tan-oak-park	US		0	America/Los_Angeles	39.82765	-123.60419	406			CA	045		
5401067	Tanbark Flats	tanbark-flats	US		0	America/Los_Angeles	34.20389	-117.76061	814			CA	037		
5401072	Tangair	tangair	US		0	America/Los_Angeles	34.75443	-120.611	67			CA	083		
5401075	Tancred	tancred	US		0	America/Los_Angeles	38.76518	-122.16359	91			CA	113		
5401121	Tara Hills	tara-hills	US		5126	America/Los_Angeles	37.99353	-122.31636	28			CA	013		
5401129	Tarke	tarke	US		0	America/Los_Angeles	39.14517	-121.84914	13			CA	101		
5401131	Tarpey	tarpey	US		0	America/Los_Angeles	36.78773	-119.7007	105			CA	019		
5401133	Tarpey Village	tarpey-village	US		3888	America/Los_Angeles	36.79301	-119.70097	107			CA	019		
5401150	Tassajara	tassajara	US		0	America/Los_Angeles	37.79576	-121.86357	216	Tassajara,Tassajara Census Designated Place,Tassajero		CA	013		
5401155	Tassajara Hot Springs	tassajara-hot-springs	US		0	America/Los_Angeles	36.23413	-121.54883	499			CA	053		
5401164	Tatu	tatu	US		0	America/Los_Angeles	39.65821	-123.34474	296			CA	045		
5401179	Taurusa	taurusa	US		0	America/Los_Angeles	36.41773	-119.25345	105			CA	107		
5401200	Taylor Junction	taylor-junction	US		0	America/Los_Angeles	34.06307	-118.22313	89			CA	037		
5401236	Taylorville (historical)	taylorville-historical	US		0	America/Los_Angeles	38.02909	-122.74082	43			CA	041		
5401245	Teagle (historical)	teagle-historical	US		0	America/Los_Angeles	35.43607	-117.64145	910	Teagle (historical),Teague		CA	029		
5401254	Teagueville (historical)	teagueville-historical	US		0	America/Los_Angeles	34.40833	-119.08205	227			CA	111		
5401257	Teakettle Junction	teakettle-junction	US		0	America/Los_Angeles	36.76022	-117.54257	1265			CA	027		
5401258	Teal	teal	US		0	America/Los_Angeles	38.17325	-122.07886	2			CA	095		
5401349	Telegraph City	telegraph-city	US		0	America/Los_Angeles	37.93437	-120.73993	199			CA	009		
5401403	Temecula Ranchos	temecula-ranchos	US		0	America/Los_Angeles	33.47086	-117.08725	343			CA	065		
5401408	Temelec	temelec	US		1441	America/Los_Angeles	38.26658	-122.49276	30			CA	097		
5401410	Temescal	temescal	US		0	America/Los_Angeles	33.7628	-117.48532	339			CA	065		
5401585	Tennant (historical)	tennant-historical	US		0	America/Los_Angeles	37.11495	-121.63494	101			CA	085		
5401613	Tent City (historical)	tent-city-historical	US		0	America/Los_Angeles	32.677	-117.17364	4			CA	073		
5401642	Terese (historical)	terese-historical	US		0	America/Los_Angeles	35.5669	-117.77923	822			CA	029		
5401665	Terminous	terminous	US		381	America/Los_Angeles	38.11325	-121.49551	-2			CA	077		
5401669	Ternez (historical)	ternez-historical	US		0	America/Los_Angeles	34.2725	-118.93538	128	Tarnez,Ternez (historical),Ternez Siding		CA	111		
5401674	Terra Cotta	terra-cotta	US		0	America/Los_Angeles	33.70308	-117.37476	412			CA	065		
5401676	Terra Linda	terra-linda	US		0	America/Los_Angeles	38.00409	-122.5497	52			CA	041		
5401682	Terra Lindo	terra-lindo	US		0	America/Los_Angeles	38.01159	-122.54276	7			CA	041		
5401810	The Cedars	the-cedars	US		0	America/Los_Angeles	39.25296	-120.35326	1764			CA	061		
5401954	The Colony Mobile Home Park	the-colony-mobile-home-park	US		0	America/Los_Angeles	34.16362	-119.13872	10			CA	111		
5401975	The Forks	the-forks	US		0	America/Los_Angeles	39.191	-123.20778	195			CA	045		
5401978	The Gables	the-gables	US		0	America/Los_Angeles	33.74724	-117.932	21			CA	059		
5401992	The Grove	the-grove	US		0	America/Los_Angeles	37.40383	-120.59492	60			CA	047		
5401998	The Homestead	the-homestead	US		0	America/Los_Angeles	37.93881	-121.28578	5			CA	077		
5402027	The Meadows	the-meadows	US		0	America/Los_Angeles	33.68835	-117.77422	41			CA	059		
5402029	The Mesa	the-mesa	US		0	America/Los_Angeles	34.39472	-117.2731	969			CA	071		
5402034	The Muirlands	the-muirlands	US		0	America/Los_Angeles	32.81977	-117.27309	25			CA	073		
5402040	The Oaks	the-oaks	US		0	America/Los_Angeles	34.51055	-118.35536	722			CA	037		
5402041	The Oaks	the-oaks	US		0	America/Los_Angeles	38.90462	-123.22612	330			CA	045		
5402042	The Oaks	the-oaks	US		0	America/Los_Angeles	39.21934	-121.08106	777			CA	057		
5402051	The Palms Trailer Park	the-palms-trailer-park	US		0	America/Los_Angeles	33.20198	-117.25615	99			CA	073		
5402063	The Pines	the-pines	US		0	America/Los_Angeles	37.31883	-119.5532	1047	Pines Villages,The Pines		CA	039		
5402064	The Pines (historical)	the-pines-historical	US		0	America/Los_Angeles	34.18473	-116.90531	1643			CA	071		
5402071	The Plaza	the-plaza	US		0	America/Los_Angeles	34.15028	-116.05417	614			CA	071		
5402099	The Shores of Poker Flat	the-shores-of-poker-flat	US		0	America/Los_Angeles	37.90298	-120.58215	178			CA	009		
5402108	The Views Mobile Home Park	the-views-mobile-home-park	US		0	America/Los_Angeles	33.09754	-117.11364	226			CA	073		
5402109	The Village	the-village	US		0	America/Los_Angeles	34.55055	-117.3406	865			CA	071		
5402128	The Willows	the-willows	US		0	America/Los_Angeles	32.83477	-116.72252	665			CA	073		
5402129	The Willows	the-willows	US		0	America/Los_Angeles	37.10273	-121.92468	479			CA	087		
5402133	The Woods Trailer Park	the-woods-trailer-park	US		0	America/Los_Angeles	32.91477	-117.12531	149			CA	073		
5402139	Thenard	thenard	US		0	America/Los_Angeles	33.78668	-118.24257	7	Thenard,Thenard Junction		CA	037		
5402159	Thermalito	thermalito	US		6646	America/Los_Angeles	39.51128	-121.58692	68			CA	007		
5402238	Thoman	thoman	US		0	America/Los_Angeles	38.49102	-122.45192	68	Thoman,Thomann		CA	055		
5402268	Thomas Lane	thomas-lane	US		0	America/Los_Angeles	35.48758	-119.28552	102			CA	029		
5402270	Thomas Mountain	thomas-mountain	US		0	America/Los_Angeles	33.61253	-116.62696	1389			CA	065		
5402277	Thomas Place	thomas-place	US		0	America/Los_Angeles	35.17554	-115.46471	1310			CA	071		
5402286	Thomasson	thomasson	US		0	America/Los_Angeles	38.21714	-122.10747	7			CA	095		
5402366	Thorn	thorn	US		0	America/Los_Angeles	34.47583	-117.28088	902			CA	071		
5402425	Three Arch Bay	three-arch-bay	US		0	America/Los_Angeles	33.49086	-117.73228	56			CA	059		
5402438	Three Crossing	three-crossing	US		0	America/Los_Angeles	39.31655	-122.92139	881			CA	033		
5402462	Three Points	three-points	US		0	America/Los_Angeles	34.34333	-117.98229	1801			CA	037		
5402469	Three Rocks	three-rocks	US		246	America/Los_Angeles	36.50245	-120.39155	129			CA	019		
5402485	Three Points	three-points	US		0	America/Los_Angeles	34.73582	-118.5987	1045	Three Point,Three Points		CA	037		
5402514	Thunderbird Ranches	thunderbird-ranches	US		0	America/Los_Angeles	34.52277	-117.1206	927			CA	071		
5402526	Thurin	thurin	US		0	America/Los_Angeles	33.65419	-117.90784	25			CA	059		
5402529	Thyle	thyle	US		0	America/Los_Angeles	35.34109	-120.6335	387			CA	079		
5402532	Tiber	tiber	US		0	America/Los_Angeles	35.17831	-120.6185	43			CA	079		
5402535	Tiburon	tiburon	US		9214	America/Los_Angeles	37.87354	-122.45664	4	Belvedere Tiburon,E-Tiburon,Tiberon,Tiburon,Tiburón,di bo long,tibrana,tybwrwn,tybwrwn  kalyfrnya,Тиберон,Тибурон,تيبورون,تیبورون، کالیفرنیا,टिब्रन,蒂伯龙		CA	041		
5402570	Tierra Buena	tierra-buena	US		5797	America/Los_Angeles	39.14878	-121.66691	18	Terra Buena,Tierra Buena		CA	101		
5402581	Tierra del Sol	tierra-del-sol	US		0	America/Los_Angeles	32.62228	-116.32252	1120	Hipass,Tierra del Sol		CA	073		
5402584	Tierrasanta	tierrasanta	US		0	America/Los_Angeles	32.82922	-117.10364	98			CA	073		
5402592	Tiffin (historical)	tiffin-historical	US		0	America/Los_Angeles	36.18356	-119.02788	143			CA	107		
5402605	Tiger Lily	tiger-lily	US		0	America/Los_Angeles	38.68102	-120.77493	634			CA	017		
5402618	Tiki Mobile Village	tiki-mobile-village	US		0	America/Los_Angeles	33.20615	-117.2692	124			CA	073		
5402630	Tillman (historical)	tillman-historical	US		0	America/Los_Angeles	37.04133	-120.3274	57			CA	039		
5402637	Timba	timba	US		0	America/Los_Angeles	37.34271	-121.03104	29			CA	099		
5402658	Timber Trails	timber-trails	US		0	America/Los_Angeles	38.19686	-120.39964	1102			CA	009		
5402659	Timber Trails	timber-trails	US		0	America/Los_Angeles	39.24851	-121.04412	850			CA	057		
5402662	Timberland	timberland	US		0	America/Los_Angeles	39.12741	-120.16575	1923			CA	061		
5402670	Timbuctoo	timbuctoo	US		0	America/Los_Angeles	39.21684	-121.31857	121			CA	115		
5402699	Tin City	tin-city	US		0	America/Los_Angeles	35.56358	-121.07825	23			CA	079		
5402708	Tin Shack (historical)	tin-shack-historical	US		0	America/Los_Angeles	34.37029	-114.27023	184			CA	071		
5402738	Tippecanoe (historical)	tippecanoe-historical	US		0	America/Los_Angeles	39.46378	-120.96578	1082			CA	091		
5402748	Tisdale	tisdale	US		0	America/Los_Angeles	39.04045	-121.78608	10			CA	101		
5402766	Toadtown	toadtown	US		0	America/Los_Angeles	39.88794	-121.59053	848	Allentown,Toadtown		CA	007		
5402778	Tobin	tobin	US		12	America/Los_Angeles	39.93794	-121.30858	629			CA	063		
5402781	Tocaloma	tocaloma	US		0	America/Los_Angeles	38.0502	-122.75943	23	Tocaloma,Tocolom		CA	041		
5402794	Todd Place	todd-place	US		0	America/Los_Angeles	35.27414	-120.16348	637			CA	079		
5402798	Todd Valley	todd-valley	US		0	America/Los_Angeles	38.99795	-120.8516	818	Todd Valley,Todd's Valley		CA	061		
5402811	Tokay	tokay	US		0	America/Los_Angeles	36.55189	-119.35901	109			CA	107		
5402827	Toland Landing	toland-landing	US		0	America/Los_Angeles	38.08825	-121.75134	12			CA	095		
5402838	Tolenas	tolenas	US		0	America/Los_Angeles	38.26519	-122.00552	15			CA	095		
5402924	Toms Place	toms-place	US		0	America/Los_Angeles	37.56132	-118.68124	2161	Tom's Place,Toms Place		CA	051		
5402925	Tomspur	tomspur	US		0	America/Los_Angeles	38.05714	-121.27689	11			CA	077		
5402927	Toners Place	toners-place	US		0	America/Los_Angeles	38.53075	-123.17806	303			CA	097		
5402937	Tony Ziro Mobile Living Mobile Home Park	tony-ziro-mobile-living-mobile-home-park	US		0	America/Los_Angeles	36.96384	-121.9719	12			CA	087		
5402946	Toolville	toolville	US		0	America/Los_Angeles	36.28745	-119.11761	121			CA	107		
5402948	Toomey	toomey	US		0	America/Los_Angeles	34.92082	-116.74531	572			CA	071		
5402951	Tonyville	tonyville	US		316	America/Los_Angeles	36.24856	-119.09066	110	Liberty,Tonyville		CA	107		
5402958	Top of the World	top-of-the-world	US		0	America/Los_Angeles	33.54836	-117.75422	299			CA	059		
5402963	Topanga Beach	topanga-beach	US		0	America/Los_Angeles	34.04001	-118.57953	11			CA	037		
5402968	Topanga Oaks	topanga-oaks	US		0	America/Los_Angeles	34.10112	-118.59036	296			CA	037		
5402969	Topanga Park	topanga-park	US		0	America/Los_Angeles	34.10751	-118.62925	307			CA	037		
5402998	Tormey	tormey	US		0	America/Los_Angeles	38.05048	-122.24914	6	El Cierbo,Tormey		CA	013		
5403000	Toro Canyon	toro-canyon	US		1508	America/Los_Angeles	34.42	-119.56707	15			CA	083		
5403050	Tortuga	tortuga	US		0	America/Los_Angeles	33.16781	-115.34276	57			CA	025		
5403053	Tosco (historical)	tosco-historical	US		0	America/Los_Angeles	33.69224	-114.60246	88			CA	065		
5403083	Towle	towle	US		0	America/Los_Angeles	39.20407	-120.7991	1126	Towle,Towles		CA	061		
5403101	Town Talk	town-talk	US		0	America/Los_Angeles	39.24323	-121.03078	846			CA	057		
5403105	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/Los_Angeles	33.14032	-117.05003	213			CA	073		
5403106	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/Los_Angeles	32.83255	-116.97475	109			CA	073		
5403119	Town and Country Trailer Estates	town-and-country-trailer-estates	US		0	America/Los_Angeles	34.86304	-120.40016	172			CA	083		
5403120	Town and Country Villa	town-and-country-villa	US		0	America/Los_Angeles	33.74946	-117.92228	23			CA	059		
5403121	Town and Country Village	town-and-country-village	US		0	America/Los_Angeles	38.61796	-121.40079	20			CA	067		
5403153	Toyon	toyon	US		0	America/Los_Angeles	38.20492	-120.76549	301			CA	009		
5403163	Toyanza Subdivision	toyanza-subdivision	US		0	America/Los_Angeles	38.1877	-120.67188	341			CA	009		
5403173	Trabuco Highlands	trabuco-highlands	US		0	America/Los_Angeles	33.61474	-117.56644	346			CA	059		
5403211	Tradewinds Mobile Home Park	tradewinds-mobile-home-park	US		0	America/Los_Angeles	36.96939	-121.96218	20			CA	087		
5403212	Tradewinds Trailer Village	tradewinds-trailer-village	US		0	America/Los_Angeles	33.65391	-117.92061	24			CA	059		
5403220	Tragedy Spring (historical)	tragedy-spring-historical	US		0	America/Los_Angeles	38.6388	-120.14463	2410			CA	005		
5403243	Trailer Tel Mobile Home Park	trailer-tel-mobile-home-park	US		0	America/Los_Angeles	37.36744	-121.89023	22			CA	085		
5403253	Trailer Haven	trailer-haven	US		0	America/Los_Angeles	36.96273	-121.97468	13			CA	087		
5403261	Trancas	trancas	US		0	America/Los_Angeles	34.03112	-118.84315	5			CA	037		
5403296	Travelodge Mobile Home Park	travelodge-mobile-home-park	US		0	America/Los_Angeles	37.37133	-121.89079	20			CA	085		
5403312	Travis Field	travis-field	US		0	America/Los_Angeles	38.27213	-121.93274	20	Travis AFB		CA	095		
5403323	Treasure Island Mobile Home Park	treasure-island-mobile-home-park	US		0	America/Los_Angeles	33.5153	-117.75839	23			CA	059		
5403324	Treasure Island Mobile Home Park	treasure-island-mobile-home-park	US		0	America/Los_Angeles	37.66743	-122.45053	29			CA	081		
5403337	Tree Mobile Home Park	tree-mobile-home-park	US		0	America/Los_Angeles	33.85779	-117.96089	34			CA	059		
5403361	Trescape (historical)	trescape-historical	US		0	America/Los_Angeles	35.13997	-118.07646	800	Trescape (historical),Trescope		CA	029		
5403370	Treves (historical)	treves-historical	US		0	America/Los_Angeles	35.32857	-118.78982	264			CA	029		
5403385	Triangle Court	triangle-court	US		0	America/Los_Angeles	37.94715	-122.3608	9			CA	013		
5403395	Trevarno	trevarno	US		0	America/Los_Angeles	37.69049	-121.74745	163			CA	001		
5403396	Trico Mobile Estates	trico-mobile-estates	US		0	America/Los_Angeles	33.22865	-117.3292	16			CA	073		
5403439	Trigo	trigo	US		0	America/Los_Angeles	36.913	-119.96043	88	Patterson,Trigo		CA	039		
5403440	Trigo (historical)	trigo-historical	US		0	America/Los_Angeles	37.88631	-120.97327	40			CA	077		
5403443	Trimmer	trimmer	US		0	America/Los_Angeles	36.90495	-119.29623	314			CA	019		
5403597	Trocha	trocha	US		0	America/Los_Angeles	35.79801	-119.14705	139			CA	107		
5403618	Triunfo Corner	triunfo-corner	US		0	America/Los_Angeles	34.15751	-118.82482	284	Triumfo,Triunfo,Triunfo Corner		CA	111		
5403633	Trousdale Estates	trousdale-estates	US		0	America/Los_Angeles	34.10501	-118.39536	347			CA	037		
5403662	Trowbridge	trowbridge	US		226	America/Los_Angeles	38.91073	-121.52524	15			CA	101		
5403684	Truckhaven	truckhaven	US		0	America/Los_Angeles	33.29698	-115.97722	-16			CA	025		
5403711	Trull	trull	US		0	America/Los_Angeles	37.93854	-121.50162	2			CA	077		
5403733	Truth Home	truth-home	US		0	America/Los_Angeles	38.57991	-123.13862	296			CA	097		
5403760	Tudor	tudor	US		0	America/Los_Angeles	39.00489	-121.62357	13			CA	101		
5403971	Tuolumne City	tuolumne-city	US		1779	America/Los_Angeles	37.9627	-120.2413	790			CA	109		
5403972	Tuolumne City (historical)	tuolumne-city-historical	US		0	America/Los_Angeles	37.6041	-121.13105	15			CA	099		
5404004	Turk	turk	US		0	America/Los_Angeles	36.17106	-120.22209	153	Stanley,Turk		CA	019		
5404048	Turnbull (historical)	turnbull-historical	US		0	America/Los_Angeles	36.04856	-119.51984	65			CA	107		
5404122	North Tustin	north-tustin	US		24917	America/Los_Angeles	33.76446	-117.79394	78	North Tustin,Tustin Foothills		CA	059		
5404129	Tustin Village Mobile Home Club	tustin-village-mobile-home-club	US		0	America/Los_Angeles	33.74002	-117.83728	39			CA	059		
5404138	Tuttletown	tuttletown	US		668	America/Los_Angeles	37.99159	-120.45964	439	Mormon Gulch,Tuttletown,Tuttleville		CA	109		
5404149	Twain Harte Valley	twain-harte-valley	US		0	America/Los_Angeles	38.05353	-120.22936	1198			CA	109		
5404227	Twin Buttes	twin-buttes	US		0	America/Los_Angeles	36.46662	-119.2065	110			CA	107		
5404237	Twin Creeks	twin-creeks	US		0	America/Los_Angeles	37.15606	-121.84412	191	Lovley Glen Reseort,Twin Creeks		CA	085		
5404241	Twin Cities	twin-cities	US		0	America/Los_Angeles	38.29103	-121.31106	16			CA	067		
5404323	Twin Peaks Estates	twin-peaks-estates	US		0	America/Los_Angeles	39.14352	-120.17436	2133			CA	061		
5404331	Twin Pines	twin-pines	US		0	America/Los_Angeles	39.02545	-120.97939	688			CA	061		
5404395	Two Rock	two-rock	US		0	America/Los_Angeles	38.26631	-122.79221	25	Two Rock,Two Rocks		CA	097		
5404415	Tyler (historical)	tyler-historical	US		0	America/Los_Angeles	37.05661	-120.31462	60			CA	039		
5404435	Tylers Corner	tylers-corner	US		0	America/Los_Angeles	38.52824	-120.68632	644			CA	017		
5404439	Tyndall Landing	tyndall-landing	US		0	America/Los_Angeles	38.88295	-121.81802	11			CA	113		
5404485	Ukiah Rancheria	ukiah-rancheria	US		0	America/Los_Angeles	39.09017	-123.15945	194			CA	045		
5404497	Ulatis Park	ulatis-park	US		0	America/Los_Angeles	38.35824	-121.98886	53			CA	095		
5404502	Ulmar	ulmar	US		0	America/Los_Angeles	37.70299	-121.71606	169	Ulmar,Ulmar Siding		CA	001		
5404504	Ultra	ultra	US		0	America/Los_Angeles	35.96412	-118.99843	157			CA	107		
5404532	Underwood Park	underwood-park	US		0	America/Los_Angeles	39.85987	-123.71697	304			CA	045		
5404606	Union Landing	union-landing	US		0	America/Los_Angeles	39.69932	-123.80169	31			CA	045		
5404656	Unionville (historical)	unionville-historical	US		0	America/Los_Angeles	39.47295	-120.85328	1387			CA	091		
5404814	University City	university-city	US		0	America/Los_Angeles	32.85477	-117.20392	115	University,University City		CA	073		
5404828	University Heights	university-heights	US		0	America/Los_Angeles	34.19945	-117.35088	551			CA	071		
5404829	University Heights	university-heights	US		0	America/Los_Angeles	32.75561	-117.13948	102			CA	073		
5404863	University Village	university-village	US		0	America/Los_Angeles	34.06585	-117.16198	448			CA	071		
5404864	University Village	university-village	US		0	America/Los_Angeles	37.88493	-122.30108	8			CA	001		
5404934	Upp	upp	US		0	America/Los_Angeles	39.42711	-123.35695	409			CA	045		
5404995	Upper Forni	upper-forni	US		0	America/Los_Angeles	38.82213	-120.17269	2290	Forni,Upper Forni		CA	017		
5405147	Upper Town	upper-town	US		0	America/Los_Angeles	38.35436	-119.11793	2457			CA	051		
5405185	Urgon	urgon	US		0	America/Los_Angeles	38.15797	-121.27161	18			CA	077		
5405205	Uva	uva	US		0	America/Los_Angeles	36.61884	-119.48985	108			CA	019		
5405225	Vacation Beach	vacation-beach	US		0	America/Los_Angeles	38.48964	-123.01333	21	Graystone,Vacation,Vacation Beach		CA	097		
5405237	Vacaville Junction	vacaville-junction	US		0	America/Los_Angeles	38.29547	-121.96524	29			CA	095		
5405241	Vaccaro (historical)	vaccaro-historical	US		0	America/Los_Angeles	35.19441	-118.81537	129			CA	029		
5405279	Val Verde	val-verde	US		2468	America/Los_Angeles	34.445	-118.65759	362	Val Verde,Val Verde Park		CA	037		
5405280	Val Verde	val-verde	US		0	America/Los_Angeles	33.84835	-117.25393	459	Val Verde,Valverde		CA	065		
5405296	Valencia Gardens	valencia-gardens	US		0	America/Los_Angeles	37.7666	-122.4233	15			CA	075		
5405304	Valencia Park	valencia-park	US		0	America/Los_Angeles	32.70477	-117.08503	55			CA	073		
5405319	Valerie	valerie	US		0	America/Los_Angeles	33.56892	-116.18028	-27	Bendel's Corner,Valerie		CA	065		
5405326	Valinda	valinda	US		22822	America/Los_Angeles	34.04529	-117.94367	106			CA	037		
5405328	Valjean	valjean	US		0	America/Los_Angeles	35.58553	-116.12474	311			CA	071		
5405332	Valla	valla	US		0	America/Los_Angeles	33.95807	-118.05951	45	Valla,Valla Siding		CA	037		
5405345	Valle Vista	valle-vista	US		0	America/Los_Angeles	37.8227	-122.13885	176			CA	013		
5405346	Valle Vista	valle-vista	US		14578	America/Los_Angeles	33.7478	-116.89336	541	Florida,Valle Vista,Vallevista		CA	065		
5405355	Valle de los Caballos	valle-de-los-caballos	US		0	America/Los_Angeles	33.52531	-117.04086	448			CA	065		
5405410	Valleton	valleton	US		0	America/Los_Angeles	35.88941	-120.70573	293			CA	053		
5405411	Valley Acres	valley-acres	US		527	America/Los_Angeles	35.20608	-119.40678	128			CA	029		
5405476	Vallemar	vallemar	US		0	America/Los_Angeles	37.61355	-122.48081	39			CA	081		
5405477	Valley Crossing	valley-crossing	US		0	America/Los_Angeles	38.69963	-123.41362	32			CA	097		
5405490	Valley Gardens	valley-gardens	US		0	America/Los_Angeles	34.08307	-117.28004	309			CA	071		
5405493	Valley High North	valley-high-north	US		0	America/Los_Angeles	34.54694	-117.30921	878			CA	071		
5405499	Valley Home	valley-home	US		228	America/Los_Angeles	37.82882	-120.91216	47	Thalheim,Valley Home		CA	099		
5405507	Valley Lake Ranchos	valley-lake-ranchos	US		0	America/Los_Angeles	37.06134	-120.01572	101			CA	039		
5405529	Valley Oaks Mobile Home Park	valley-oaks-mobile-home-park	US		0	America/Los_Angeles	39.41183	-123.31473	421			CA	045		
5405545	Valley Ranch	valley-ranch	US		109	America/Los_Angeles	39.73768	-120.56605	1352			CA	063		
5405582	Valley View Park	valley-view-park	US		0	America/Los_Angeles	34.23501	-117.3081	1545			CA	071		
5405603	Valley Vista	valley-vista	US		0	America/Los_Angeles	33.74141	-117.07308	497			CA	065		
5405610	Valley Wells	valley-wells	US		0	America/Los_Angeles	35.82829	-117.33172	533			CA	027		
5405613	Valley Wells Station	valley-wells-station	US		0	America/Los_Angeles	35.4347	-115.70222	1129	Valley Wells,Valley Wells Station		CA	071		
5405616	Valley of Enchantment	valley-of-enchantment	US		0	America/Los_Angeles	34.24667	-117.30477	1353			CA	071		
5405633	Valona	valona	US		0	America/Los_Angeles	38.05214	-122.22441	19			CA	013		
5405646	Van Allen	van-allen	US		0	America/Los_Angeles	37.79826	-121.05244	28			CA	077		
5405684	Van Ness	van-ness	US		0	America/Los_Angeles	33.98251	-118.31952	42			CA	037		
5405734	Vanden (historical)	vanden-historical	US		0	America/Los_Angeles	38.28547	-121.96858	23			CA	095		
5405737	Vandenberg Village	vandenberg-village	US		6497	America/Los_Angeles	34.70832	-120.46766	113			CA	083		
5405753	Vanguard	vanguard	US		0	America/Los_Angeles	36.25523	-119.95903	77			CA	019		
5405755	Vann	vann	US		0	America/Los_Angeles	39.25267	-122.95555	459			CA	033		
5405758	Vanormer (historical)	vanormer-historical	US		0	America/Los_Angeles	37.49854	-121.14716	33			CA	099		
5405760	Vanris (historical)	vanris-historical	US		0	America/Los_Angeles	36.77578	-119.70042	103			CA	019		
5405779	Vasona Junction	vasona-junction	US		0	America/Los_Angeles	37.25717	-121.96468	86			CA	085		
5405816	Vega (historical)	vega-historical	US		0	America/Los_Angeles	36.89579	-121.69078	19			CA	053		
5405834	Venado	venado	US		0	America/Los_Angeles	38.60547	-123.00806	336			CA	097		
5405842	Venice Beach	venice-beach	US		0	America/Los_Angeles	33.9764	-118.46675	1			CA	037		
5405863	Venida	venida	US		0	America/Los_Angeles	36.33273	-119.13011	126			CA	107		
5405867	Venola	venola	US		0	America/Los_Angeles	35.31079	-119.05427	114			CA	029		
5405876	Ventucopa	ventucopa	US		0	America/Los_Angeles	34.83137	-119.46984	882			CA	083		
5405926	Verano	verano	US		0	America/Los_Angeles	38.30269	-122.47498	38			CA	097		
5405930	Verdant	verdant	US		0	America/Los_Angeles	33.11754	-115.55888	-60			CA	025		
5405931	Verde	verde	US		0	America/Los_Angeles	35.17164	-120.55795	106			CA	079		
5405955	Verdemont	verdemont	US		0	America/Los_Angeles	34.19306	-117.36755	548	Irvington Station,Marida,Verdemont,Verdemonte		CA	071		
5406033	Veteran Heights	veteran-heights	US		0	America/Los_Angeles	38.57407	-122.43609	551			CA	055		
5406152	Vichy Springs	vichy-springs	US		0	America/Los_Angeles	39.16684	-123.15806	244	Ukiah Vichy Springs,Vichy Springs		CA	045		
5406153	Vichy Springs	vichy-springs	US		0	America/Los_Angeles	38.33769	-122.26108	23			CA	055		
5406156	Vickers Hot Springs	vickers-hot-springs	US		0	America/Los_Angeles	34.49777	-119.33789	375			CA	111		
5406205	Victoria Mews	victoria-mews	US		0	America/Los_Angeles	37.76021	-122.39969	42			CA	075		
5406277	Vidal Junction	vidal-junction	US		0	America/Los_Angeles	34.18863	-114.57413	284			CA	071		
5406304	View Park	view-park	US		0	America/Los_Angeles	33.9989	-118.34258	97			CA	037		
5406321	Villa Capri Mobile Home Park	villa-capri-mobile-home-park	US		0	America/Los_Angeles	33.77835	-117.98978	18			CA	059		
5406325	Villa Grande Mobile Home Park	villa-grande-mobile-home-park	US		0	America/Los_Angeles	33.7403	-117.84811	36			CA	059		
5406327	Villa Huntington Mobile Home Park	villa-huntington-mobile-home-park	US		0	America/Los_Angeles	33.70752	-117.99173	8			CA	059		
5406329	Villa Madeira Mobile Home Park	villa-madeira-mobile-home-park	US		0	America/Los_Angeles	33.1131	-117.11142	200			CA	073		
5406330	Villa Magnolia Mobile Home Park	villa-magnolia-mobile-home-park	US		0	America/Los_Angeles	33.73974	-117.97089	13			CA	059		
5406886	Walerga	walerga	US		0	America/Los_Angeles	38.6749	-121.36579	34			CA	067		
5406345	Villa San Juan Mobile Home Park	villa-san-juan-mobile-home-park	US		0	America/Los_Angeles	33.47197	-117.67672	9			CA	059		
5406348	Villa Valencia	villa-valencia	US		0	America/Los_Angeles	33.72669	-117.8095	27			CA	059		
5406352	Villa del Arroyo Mobile Home Estates	villa-del-arroyo-mobile-home-estates	US		0	America/Los_Angeles	34.29028	-118.83454	186			CA	111		
5406371	Village Green Trailer Park	village-green-trailer-park	US		0	America/Los_Angeles	32.91477	-117.12364	151			CA	073		
5406376	Village Mobile Home Park	village-mobile-home-park	US		0	America/Los_Angeles	34.88831	-120.45322	75			CA	083		
5406394	Village Square	village-square	US		0	America/Los_Angeles	37.7441	-122.43775	162			CA	075		
5406412	Villinger	villinger	US		0	America/Los_Angeles	38.14408	-121.37356	8			CA	077		
5406413	Vin	vin	US		0	America/Los_Angeles	38.64907	-121.60218	9			CA	113		
5406440	Vincent Landing	vincent-landing	US		0	America/Los_Angeles	38.21936	-122.94194	6	Vincent Landing,Vincents Landing		CA	041		
5406461	Vineyard (historical)	vineyard-historical	US		0	America/Los_Angeles	36.75024	-121.38577	329			CA	069		
5406462	Vineyard	vineyard	US		0	America/Los_Angeles	34.04723	-118.33702	47			CA	037		
5406483	Vineyard Mobile Villa	vineyard-mobile-villa	US		0	America/Los_Angeles	37.6666	-121.85246	114			CA	001		
5406496	Vineyard Valley Mobile Home Park	vineyard-valley-mobile-home-park	US		0	America/Los_Angeles	38.51102	-122.4597	62			CA	055		
5406516	Vinvale	vinvale	US		0	America/Los_Angeles	33.95363	-118.16368	34			CA	037		
5406517	Violet (historical)	violet-historical	US		0	America/Los_Angeles	38.38408	-121.97191	43			CA	095		
5406539	Virginia Colony	virginia-colony	US		0	America/Los_Angeles	34.28778	-118.85843	179	Virginia Colony,Virginia's Colony		CA	111		
5406565	Virginiatown	virginiatown	US		0	America/Los_Angeles	38.90045	-121.21467	98	Virginia,Virginiatown		CA	061		
5406609	Vista Cascade Mobile Home Park	vista-cascade-mobile-home-park	US		0	America/Los_Angeles	33.22365	-117.22726	140			CA	073		
5406621	Vista Del Monte	vista-del-monte	US		0	America/Los_Angeles	37.74299	-122.43664	150			CA	075		
5406645	Vista Manor Trailer Park	vista-manor-trailer-park	US		0	America/Los_Angeles	33.20365	-117.24754	120			CA	073		
5406662	Vista Robles	vista-robles	US		0	America/Los_Angeles	39.42072	-121.55247	43			CA	007		
5406664	Vista Santa Rosa	vista-santa-rosa	US		2926	America/Los_Angeles	33.6278	-116.21806	-21			CA	065		
5406670	Vista Verde	vista-verde	US		0	America/Los_Angeles	37.33689	-122.19413	477			CA	081		
5406671	Vista Verde Estates Mobile Home Park	vista-verde-estates-mobile-home-park	US		0	America/Los_Angeles	33.15587	-117.06864	290			CA	073		
5406678	Vista de Santa Barbara Mobile Homes	vista-de-santa-barbara-mobile-homes	US		0	America/Los_Angeles	34.38916	-119.49262	49			CA	083		
5406688	Vista del Mar	vista-del-mar	US		0	America/Los_Angeles	33.81891	-118.19868	14			CA	037		
5406734	Volcanoville	volcanoville	US		0	America/Los_Angeles	38.98184	-120.7891	912			CA	017		
5406738	Volponi Acres	volponi-acres	US		0	America/Los_Angeles	37.9652	-120.40242	500			CA	109		
5406739	Volta	volta	US		246	America/Los_Angeles	37.09744	-120.92603	32			CA	047		
5406759	Vorden	vorden	US		0	America/Los_Angeles	38.27714	-121.54106	4	Trask's Landing,Vorden		CA	067		
5406812	Wadstrom	wadstrom	US		0	America/Los_Angeles	34.31611	-119.2915	40			CA	111		
5406831	Wagners (historical)	wagners-historical	US		0	America/Los_Angeles	39.64989	-121.22691	1250			CA	007		
5406839	Wagon Wheel Mobile Home Park	wagon-wheel-mobile-home-park	US		0	America/Los_Angeles	39.38878	-123.34973	430			CA	045		
5406852	Wahoo (historical)	wahoo-historical	US		0	America/Los_Angeles	34.24139	-118.3948	278			CA	037		
5406854	Wahtoke	wahtoke	US		0	America/Los_Angeles	36.67689	-119.4579	110	Wahtoka,Wahtoke		CA	019		
5406861	Wainwright Village	wainwright-village	US		0	America/Los_Angeles	37.73798	-121.42022	16			CA	077		
5406875	Waldo Junction	waldo-junction	US		0	America/Los_Angeles	39.11101	-121.30912	78	Cabbage Patch,Waldo Junction		CA	115		
5406879	Waldon	waldon	US		5364	America/Los_Angeles	37.92631	-122.05552	28	Waldon,Waldon CDP,Waldon Census Designated Place		CA	013		
5406884	Waldrue Heights	waldrue-heights	US		0	America/Los_Angeles	38.36436	-122.56109	223			CA	097		
5406920	Walker Landing	walker-landing	US		0	America/Los_Angeles	38.21519	-121.60523	1			CA	067		
5406941	Walkermine (historical)	walkermine-historical	US		0	America/Los_Angeles	39.96378	-120.66772	1852			CA	063		
5406953	Wallace Center	wallace-center	US		0	America/Los_Angeles	35.16969	-119.46567	262			CA	029		
5406972	Walltown	walltown	US		0	America/Los_Angeles	38.57407	-121.10383	103			CA	067		
5406975	Walmort	walmort	US		0	America/Los_Angeles	38.38047	-121.24411	25			CA	067		
5407024	Walnut Heights	walnut-heights	US		0	America/Los_Angeles	37.87659	-122.05107	61			CA	013		
5407027	Walnut Hills Mobile Home Park	walnut-hills-mobile-home-park	US		0	America/Los_Angeles	34.04446	-117.81839	209			CA	037		
5407030	Walnut Park	walnut-park	US		15966	America/Los_Angeles	33.96807	-118.22507	45			CA	037		
5407042	Walong	walong	US		0	America/Los_Angeles	35.19746	-118.53787	932			CA	029		
5407046	Walsh Landing	walsh-landing	US		0	America/Los_Angeles	38.55547	-123.30056	38	Ocean Cove,Walsh Landing		CA	097		
5407047	Walsh Station	walsh-station	US		0	America/Los_Angeles	38.5288	-121.33467	20	Walsh,Walsh Station		CA	067		
5407062	Walter Springs	walter-springs	US		0	America/Los_Angeles	38.65352	-122.35803	308			CA	055		
5407080	Walthal	walthal	US		0	America/Los_Angeles	37.97853	-121.14633	19			CA	077		
5407087	Walton Place (historical)	walton-place-historical	US		0	America/Los_Angeles	34.68332	-117.68728	894			CA	037		
5407088	Waltz	waltz	US		0	America/Los_Angeles	34.36028	-118.52147	433	Waltz,Waltz Junction		CA	037		
5407093	Wanda (historical)	wanda-historical	US		0	America/Los_Angeles	33.81252	-117.82228	92			CA	059		
5407098	Wanhala	wanhala	US		0	America/Los_Angeles	39.47072	-123.54501	161			CA	045		
5407185	Warm Springs Mobile Home Park	warm-springs-mobile-home-park	US		0	America/Los_Angeles	33.54058	-117.17309	332			CA	065		
5407194	Warm Springs District	warm-springs-district	US		0	America/Los_Angeles	37.48716	-121.92913	19	Harrisburg,Harrisburgh,Peacock's,Warm Springs District,Warmsprings		CA	001		
5407223	Warren (historical)	warren-historical	US		0	America/Los_Angeles	35.11358	-118.20508	1011			CA	029		
5407224	Warren (historical)	warren-historical	US		0	America/Los_Angeles	35.16774	-119.52651	400			CA	029		
5407400	Washoe	washoe	US		0	America/Los_Angeles	38.30575	-122.73582	79			CA	097		
5407468	Waterford Village	waterford-village	US		0	America/Los_Angeles	38.72712	-121.07883	204			CA	017		
5407491	Watermans Corner	watermans-corner	US		0	America/Los_Angeles	32.78116	-115.44777	-7			CA	025		
5407526	Watson Junction	watson-junction	US		0	America/Los_Angeles	33.79946	-118.25396	13			CA	037		
5407539	Watsonville Junction	watsonville-junction	US		0	America/Los_Angeles	36.89495	-121.74578	10	Pajaro,Watsonville Junction		CA	053		
5407585	Wawona	wawona	US		169	America/Los_Angeles	37.53688	-119.65627	1219	Big Tree Station,Clark's Station,Clarks Station,North Wawona,South Wawona,Wah-wo-nah,Wawona		CA	043		
5407692	Weedpatch	weedpatch	US		2658	America/Los_Angeles	35.23802	-118.9151	118	Alexander's Corner,Weed Patch,Weedpatch		CA	029		
5407694	Weeds Point	weeds-point	US		0	America/Los_Angeles	39.47739	-121.04968	889			CA	115		
5407701	Weeks Tract	weeks-tract	US		0	America/Los_Angeles	39.31879	-120.29909	1824			CA	057		
5407705	Weeks Poultry Colony (historical)	weeks-poultry-colony-historical	US		0	America/Los_Angeles	34.20834	-118.57981	242			CA	037		
5407726	Weisel	weisel	US		0	America/Los_Angeles	33.81002	-117.49977	278			CA	065		
5407733	Welby	welby	US		0	America/Los_Angeles	36.18858	-121.06964	103			CA	053		
5407752	Weldons	weldons	US		0	America/Los_Angeles	34.345	-119.29706	63			CA	111		
5407761	Wellington Heights	wellington-heights	US		0	America/Los_Angeles	34.03612	-118.18563	98			CA	037		
5407789	Wellsona	wellsona	US		0	America/Los_Angeles	35.69719	-120.6935	208			CA	079		
5407800	Wene'me (historical)	wene-me-historical	US		0	America/Los_Angeles	34.15001	-119.19816	4	Hueneme,We-ne-mu*,Wene'me (historical),Weneme,Wenemu		CA	111		
5407809	Werner	werner	US		0	America/Los_Angeles	37.94048	-121.60912	1			CA	013		
5407833	West Alpaugh (historical)	west-alpaugh-historical	US		0	America/Los_Angeles	35.88773	-119.50984	63			CA	107		
5407836	West Anaheim	west-anaheim	US		0	America/Los_Angeles	33.83224	-117.94256	38	Loara,West Anaheim		CA	059		
5407837	West Anaheim Junction	west-anaheim-junction	US		0	America/Los_Angeles	33.79613	-117.89534	44			CA	059		
5407840	West Arcadia	west-arcadia	US		0	America/Los_Angeles	34.12612	-118.05479	147			CA	037		
5407841	West Athens	west-athens	US		8729	America/Los_Angeles	33.92335	-118.30341	58			CA	037		
5407844	West Baker (historical)	west-baker-historical	US		0	America/Los_Angeles	35.04359	-117.69367	746			CA	029		
5407858	Northwest Berkeley	northwest-berkeley	US		0	America/Los_Angeles	37.87437	-122.29858	7			CA	001		
5407906	West Butte	west-butte	US		0	America/Los_Angeles	39.18711	-121.88803	26			CA	011		
5407908	West Carson	west-carson	US		21699	America/Los_Angeles	33.82168	-118.29257	13			CA	037		
5407926	West Colton	west-colton	US		0	America/Los_Angeles	34.06696	-117.35282	320			CA	071		
5407927	West Rancho Dominguez	west-rancho-dominguez	US		5669	America/Los_Angeles	33.8939	-118.27063	25	West Compton,West Rancho Dominguez		CA	037		
5408055	West Glendale	west-glendale	US		0	America/Los_Angeles	34.14834	-118.27341	141			CA	037		
5408058	West Grove Mobile Home Estates	west-grove-mobile-home-estates	US		0	America/Los_Angeles	33.76224	-117.99756	13			CA	059		
5408062	West Hartley	west-hartley	US		0	America/Los_Angeles	37.94048	-121.81273	134			CA	013		
5408068	West Highlands	west-highlands	US		0	America/Los_Angeles	34.13945	-117.23143	401			CA	071		
5408115	West Los Angeles	west-los-angeles	US		0	America/Los_Angeles	34.0464	-118.44813	74	Sawtelle,West Los Angeles		CA	037		
5408122	West Manteca	west-manteca	US		0	America/Los_Angeles	37.79715	-121.25189	9			CA	077		
5408123	West March	west-march	US		0	America/Los_Angeles	33.90335	-117.27782	472			CA	065		
5408132	West Menlo Park	west-menlo-park	US		3659	America/Los_Angeles	37.43355	-122.20302	34			CA	081		
5408143	West Oakland	west-oakland	US		0	America/Los_Angeles	37.81187	-122.29497	4			CA	001		
5408191	West Puente Valley	west-puente-valley	US		22636	America/Los_Angeles	34.05168	-117.9684	98			CA	037		
5408276	West Venida	west-venida	US		0	America/Los_Angeles	36.34106	-119.12983	126			CA	107		
5408279	West Village	west-village	US		0	America/Los_Angeles	35.56803	-121.09964	11			CA	079		
5408287	West Whittier	west-whittier	US		0	America/Los_Angeles	33.98862	-118.05701	66			CA	037		
5408305	Westend	westend	US		0	America/Los_Angeles	35.7069	-117.39228	501	Hanksite,Westend		CA	071		
5408307	Western Addition	western-addition	US		0	America/Los_Angeles	37.78158	-122.43396	79			CA	075		
5408363	Westgate Heights	westgate-heights	US		0	America/Los_Angeles	34.0664	-118.47314	155			CA	037		
5408371	Westhaven	westhaven	US		0	America/Los_Angeles	36.22662	-119.99486	85			CA	019		
5409237	Wilder Place	wilder-place	US		0	America/Los_Angeles	39.82599	-122.63167	365			CA	103		
5408418	Westminster Mobile Home Park	westminster-mobile-home-park	US		0	America/Los_Angeles	33.75557	-117.997	11			CA	059		
5408469	Westridge	westridge	US		0	America/Los_Angeles	37.39188	-122.21802	141			CA	081		
5408521	Westwinds Lodge Mobile Home Park	westwinds-lodge-mobile-home-park	US		0	America/Los_Angeles	33.10726	-117.07948	202			CA	073		
5408545	Westwood Village	westwood-village	US		0	America/Los_Angeles	34.05945	-118.44425	96			CA	037		
5408615	Wheaton Springs	wheaton-springs	US		0	America/Los_Angeles	35.46221	-115.47611	1209			CA	071		
5408618	Wheatons	wheatons	US		0	America/Los_Angeles	36.03245	-118.70259	886			CA	107		
5408653	Wheeler Ridge	wheeler-ridge	US		0	America/Los_Angeles	35.00441	-118.94955	290			CA	029		
5408660	Wherry Housing	wherry-housing	US		0	America/Los_Angeles	34.92303	-117.93535	720			CA	029		
5408689	Whiskey Springs	whiskey-springs	US		0	America/Los_Angeles	39.36323	-123.66668	183			CA	045		
5408701	Whisky Falls	whisky-falls	US		0	America/Los_Angeles	37.28689	-119.4393	1802	Whiskey Falls,Whisky Falls		CA	039		
5408715	Whispering Pines	whispering-pines	US		0	America/Los_Angeles	38.81351	-122.71249	805			CA	033		
5408716	Whispering Pines	whispering-pines	US		0	America/Los_Angeles	33.08615	-116.58585	1260			CA	073		
5408795	White Heather	white-heather	US		0	America/Los_Angeles	34.52027	-118.30675	841			CA	037		
5408854	White Pines	white-pines	US		0	America/Los_Angeles	38.26603	-120.34075	1191			CA	009		
5408869	White Oak Estates	white-oak-estates	US		0	America/Los_Angeles	38.00965	-120.2738	869			CA	109		
5408871	White River Summer Home Tract	white-river-summer-home-tract	US		0	America/Los_Angeles	35.84939	-118.62703	1286	White River Camp,White River Summer Home Tract		CA	107		
5408919	White Spot	white-spot	US		0	America/Los_Angeles	39.28128	-121.01078	926			CA	057		
5408936	White Water	white-water	US		0	America/Los_Angeles	33.92527	-116.64047	416	White Water,Whitewater		CA	065		
5408939	White Wolf	white-wolf	US		0	America/Los_Angeles	37.86937	-119.65017	2403			CA	109		
5408951	Whitehawk	whitehawk	US		113	America/Los_Angeles	39.72046	-120.55105	1372			CA	063		
5408982	Whitley Gardens	whitley-gardens	US		285	America/Los_Angeles	35.65914	-120.50766	276			CA	079		
5408990	Whitlock Place	whitlock-place	US		0	America/Los_Angeles	39.83516	-122.69972	1159			CA	103		
5409006	Whitmore Hot Springs	whitmore-hot-springs	US		0	America/Los_Angeles	37.63243	-118.81235	2139	Whitmore Hot Springs,Whitmore Tub Spring,Whitmore Tubs		CA	051		
5409012	Whitney Portal	whitney-portal	US		0	America/Los_Angeles	36.5891	-118.22592	2393	Hunter Flat,Hunters Camp,Whitney Portal		CA	027		
5409037	Whittier Junction	whittier-junction	US		0	America/Los_Angeles	34.00501	-118.06507	67			CA	037		
5409062	Wible Orchard	wible-orchard	US		0	America/Los_Angeles	35.31774	-119.02121	115	Wible,Wible Orchard,Wible Orchards		CA	029		
5409071	Wicks Corner	wicks-corner	US		0	America/Los_Angeles	39.58211	-121.62081	83	Antelope Springs,Wicks,Wicks Corner,Wicks Ranch,Wicks Tavern		CA	007		
5409090	Wiest	wiest	US		0	America/Los_Angeles	33.05865	-115.44832	-41			CA	025		
5409107	Wilbur Springs	wilbur-springs	US		0	America/Los_Angeles	39.03934	-122.4197	442			CA	011		
5409125	Wild Bill Place	wild-bill-place	US		0	America/Los_Angeles	39.23072	-122.78166	704			CA	033		
5409136	Wild Crossing	wild-crossing	US		0	America/Los_Angeles	34.77999	-117.27505	734	Wild,Wild Crossing		CA	071		
5409179	Wildasin	wildasin	US		0	America/Los_Angeles	33.99098	-118.30009	43	Wildasin,Wildeson		CA	037		
5409242	Wildflower	wildflower	US		0	America/Los_Angeles	36.50384	-119.68319	82	Wild Flower,Wildflower		CA	019		
5409250	Wildhorse Canyon	wildhorse-canyon	US		0	America/Los_Angeles	34.38806	-117.61005	1497			CA	071		
5409277	Wildwood (historical)	wildwood-historical	US		0	America/Los_Angeles	38.40352	-122.5397	127			CA	097		
5409306	Wilfred	wilfred	US		0	America/Los_Angeles	38.36714	-122.71415	29			CA	097		
5409350	Willaura Estates	willaura-estates	US		0	America/Los_Angeles	39.10295	-121.098	487			CA	057		
5409418	Williams (historical)	williams-historical	US		0	America/Los_Angeles	38.45047	-122.87888	33			CA	097		
5409495	Willis Palms	willis-palms	US		0	America/Los_Angeles	33.82724	-116.32945	124			CA	065		
5409514	Willota	willota	US		0	America/Los_Angeles	38.24436	-122.10691	15			CA	095		
5409517	Willow Brook	willow-brook	US		0	America/Los_Angeles	33.91613	-118.23146	25	Willow Brook,Willowbrook		CA	037		
5409604	Willow Glen (historical)	willow-glen-historical	US		0	America/Los_Angeles	37.21189	-119.7082	558			CA	039		
5409609	Willow Glen	willow-glen	US		0	America/Los_Angeles	37.30413	-121.89773	36			CA	085		
5409653	Willow Point	willow-point	US		0	America/Los_Angeles	38.42546	-121.55246	0			CA	113		
5409758	Willow Valley	willow-valley	US		0	America/Los_Angeles	39.27184	-120.98189	837			CA	057		
5409774	Willowick Royal Mobile Home Park	willowick-royal-mobile-home-park	US		0	America/Los_Angeles	33.75502	-117.90895	27			CA	059		
5409792	Willowville	willowville	US		0	America/Los_Angeles	33.80557	-118.18924	7			CA	037		
5409849	Wilson Corner	wilson-corner	US		0	America/Los_Angeles	35.46858	-120.37905	450			CA	079		
5409884	Wilson Grove	wilson-grove	US		0	America/Los_Angeles	38.51658	-122.85471	23			CA	097		
5409906	Wilson Place	wilson-place	US		0	America/Los_Angeles	39.67321	-122.40277	202			CA	021		
5409934	Wilsona (historical)	wilsona-historical	US		0	America/Los_Angeles	34.61471	-117.76895	831			CA	037		
5409935	Wilsona Gardens	wilsona-gardens	US		0	America/Los_Angeles	34.66777	-117.82562	783			CA	037		
5409937	Wilsonia	wilsonia	US		5	America/Los_Angeles	36.73495	-118.9565	2022			CA	107		
5409953	Wimp	wimp	US		0	America/Los_Angeles	36.50051	-119.244	110			CA	107		
5409967	Winchester Ranch Mobile Home Park	winchester-ranch-mobile-home-park	US		0	America/Los_Angeles	37.31772	-121.9544	43			CA	085		
5410010	Windsor Hills	windsor-hills	US		0	America/Los_Angeles	33.9889	-118.35396	98			CA	037		
5410024	Windsor Crest	windsor-crest	US		0	America/Los_Angeles	33.49308	-117.13309	342			CA	065		
5410071	Wineland	wineland	US		0	America/Los_Angeles	36.54162	-119.58374	94			CA	019		
5410111	Wingfoot	wingfoot	US		0	America/Los_Angeles	33.98918	-118.25257	53			CA	037		
5410118	Winter Gardens	winter-gardens	US		0	America/Los_Angeles	34.0164	-118.16535	53			CA	037		
5410124	Winterhaven Village	winterhaven-village	US		0	America/Los_Angeles	38.71796	-121.08022	203			CA	017		
5410129	Winter Gardens	winter-gardens	US		20631	America/Los_Angeles	32.83116	-116.93336	206			CA	073		
5410140	Wintersburg	wintersburg	US		0	America/Los_Angeles	33.71585	-117.99784	9			CA	059		
5410142	Winterwarm	winterwarm	US		0	America/Los_Angeles	33.34087	-117.22226	190			CA	073		
5410220	Witter Springs (historical)	witter-springs-historical	US		0	America/Los_Angeles	39.191	-122.99361	507			CA	033		
5410229	Wokodot (historical)	wokodot-historical	US		0	America/Los_Angeles	39.26378	-121.01773	765			CA	057		
5410264	Wolforts (historical)	wolforts-historical	US		0	America/Los_Angeles	35.3783	-119.9293	776	Wolfort's,Wolforts (historical)		CA	079		
5410325	Wood Ranch	wood-ranch	US		0	America/Los_Angeles	36.74939	-120.63907	97			CA	019		
5410366	Wood Vista	wood-vista	US		0	America/Los_Angeles	39.24241	-120.03241	1915			CA	061		
5410382	Woodcrest	woodcrest	US		14347	America/Los_Angeles	33.88224	-117.35727	468			CA	065		
5410405	Woodfords	woodfords	US		0	America/Los_Angeles	38.77768	-119.82184	1712	Alpine Village,Brannan Springs,Carey's Mill,Cary's Mills,Carys Mill,Carys Mills,Woodford,Woodford's,Woodfords		CA	003		
5410424	Woodlake Junction	woodlake-junction	US		0	America/Los_Angeles	36.41384	-119.11677	134			CA	107		
5410457	Woodlands	woodlands	US		0	America/Los_Angeles	34.24501	-116.80142	2079	Erwin Lake,Woodlands		CA	071		
5410511	Woods Crossing	woods-crossing	US		0	America/Los_Angeles	37.9402	-120.43436	422			CA	109		
5410542	Woodside Glens	woodside-glens	US		0	America/Los_Angeles	37.44049	-122.25663	157			CA	081		
5410544	Woodside Highlands	woodside-highlands	US		0	America/Los_Angeles	37.38966	-122.24774	266			CA	081		
5410556	Woodside Village	woodside-village	US		0	America/Los_Angeles	34.02084	-117.89951	212			CA	037		
5410597	Woolsey	woolsey	US		0	America/Los_Angeles	38.4838	-122.81971	28			CA	097		
5410602	Woolsey Flat	woolsey-flat	US		0	America/Los_Angeles	39.41128	-120.868	1280			CA	057		
5410619	Workman	workman	US		0	America/Los_Angeles	33.92974	-118.16813	29			CA	037		
5410647	Worthing (historical)	worthing-historical	US		0	America/Los_Angeles	36.1869	-119.08344	118			CA	107		
5410695	Wunpost	wunpost	US		0	America/Los_Angeles	35.93108	-120.86324	151			CA	053		
5410706	Wycoff (historical)	wycoff-historical	US		0	America/Los_Angeles	38.85907	-121.94552	17			CA	113		
5410711	Wyeth	wyeth	US		0	America/Los_Angeles	36.51939	-119.26678	114			CA	107		
5410713	Wyldewood	wyldewood	US		0	America/Los_Angeles	38.14575	-120.45409	704			CA	009		
5410725	Wynola	wynola	US		0	America/Los_Angeles	33.09754	-116.64558	1111	Coleman City,Emily City,Wynola		CA	073		
5410726	Wyo	wyo	US		0	America/Los_Angeles	39.77044	-122.19138	82	Stony Creek,Wyo		CA	021		
5410730	Wyvernwood	wyvernwood	US		0	America/Los_Angeles	34.02418	-118.21452	72			CA	037		
5410749	Yaldora	yaldora	US		0	America/Los_Angeles	33.23281	-117.39365	8			CA	073		
5410759	Yankee Hill	yankee-hill	US		0	America/Los_Angeles	38.03965	-120.37797	681			CA	109		
5410765	Yankee Jims	yankee-jims	US		0	America/Los_Angeles	39.02934	-120.8616	787	Yankee Jim,Yankee Jim's,Yankee Jims		CA	061		
5410782	Yarmouth (historical)	yarmouth-historical	US		0	America/Los_Angeles	37.6866	-121.34828	24			CA	077		
5410874	Yokohl	yokohl	US		0	America/Los_Angeles	36.32551	-119.08233	141			CA	107		
5410895	Yorba	yorba	US		0	America/Los_Angeles	33.86529	-117.80895	82	San Antonio,Yorba		CA	059		
5410919	Yolano	yolano	US		0	America/Los_Angeles	38.41019	-121.70551	9			CA	095		
5410937	Yosemite Forks	yosemite-forks	US		0	America/Los_Angeles	37.36716	-119.63182	886			CA	039		
5410940	Yosemite Junction	yosemite-junction	US		0	America/Los_Angeles	37.89076	-120.48825	362			CA	109		
5410943	Yosemite Lakes	yosemite-lakes	US		4952	America/Los_Angeles	37.19106	-119.77265	385			CA	039		
5410945	Yosemite Lakes Park	yosemite-lakes-park	US		0	America/Los_Angeles	37.18189	-119.76821	375			CA	039		
5410963	Yosemite West	yosemite-west	US		0	America/Los_Angeles	37.64743	-119.7185	1788			CA	043		
5410971	You Bet	you-bet	US		0	America/Los_Angeles	39.20906	-120.89994	887			CA	057		
5410974	Yosemite Village	yosemite-village	US		0	America/Los_Angeles	37.7452	-119.59822	1218	Yo Semite,Yosemite,Yosemite National Park,Yosemite Village		CA	043		
5410993	Youngs Hill (historical)	youngs-hill-historical	US		0	America/Los_Angeles	39.47684	-121.06773	825			CA	115		
5411014	Ysidora (historical)	ysidora-historical	US		0	America/Los_Angeles	33.25976	-117.36365	10			CA	073		
5411038	Yuba Pass	yuba-pass	US		0	America/Los_Angeles	39.32298	-120.60091	1718			CA	057		
5411042	Yuba (historical)	yuba-historical	US		0	America/Los_Angeles	39.11906	-121.57052	19			CA	115		
5411068	Yucca Grove	yucca-grove	US		0	America/Los_Angeles	35.40248	-115.79223	1259	Pass Alto,Yucca Grove		CA	071		
5411069	Yucca Inn	yucca-inn	US		0	America/Los_Angeles	34.40972	-117.5895	1355			CA	071		
5411098	Yulupa (historical)	yulupa-historical	US		0	America/Los_Angeles	38.34158	-122.50554	50			CA	097		
5411103	Yuman (historical)	yuman-historical	US		0	America/Los_Angeles	39.51256	-121.55834	52			CA	007		
5411104	Yupu (historical)	yupu-historical	US		0	America/Los_Angeles	39.13323	-121.61774	18	Bubu,Nevadas,Ubu,Vubum,Yubas,Yupu (historical),Yupu*,Yuvas		CA	101		
5411144	Zante	zante	US		0	America/Los_Angeles	36.11467	-119.04566	127			CA	107		
5411148	Zayante	zayante	US		705	America/Los_Angeles	37.09189	-122.04357	152			CA	087		
5411154	Zediker	zediker	US		0	America/Los_Angeles	36.75717	-119.52402	122			CA	019		
5411155	Zee Estates	zee-estates	US		0	America/Los_Angeles	38.76379	-121.04828	201			CA	017		
5411169	Zentner	zentner	US		0	America/Los_Angeles	35.70301	-119.16927	137			CA	029		
5411182	Zinfandel	zinfandel	US		0	America/Los_Angeles	38.48269	-122.4422	60	Bell Station,Pine Station,Zinfandel		CA	055		
5411241	Zuver	zuver	US		0	America/Los_Angeles	38.97407	-120.59993	1195			CA	061		
5411245	Zzyzx	zzyzx	US		0	America/Los_Angeles	35.14276	-116.10474	290	Fort Soda,Soda,Soda Springs,ZZYZX,Zzyzx,Zzyzx Mineral Spring Resort		CA	071		
5411306	Abarr	abarr	US		0	America/Denver	39.85054	-102.70715	1293	Abarr,Brownsville		CO	125		
5411311	Abbeyville	abbeyville	US		0	America/Denver	38.77749	-106.49225	3027			CO	051		
5411319	Abeyta	abeyta	US		0	America/Denver	37.07974	-104.18637	1745			CO	071		
5411322	Able	able	US		0	America/Denver	38.06056	-102.86964	1153			CO	011		
5411343	Acequia	acequia	US		0	America/Denver	39.5236	-105.02804	1694	Acequia,Ascequia		CO	035		
5411358	Acres Green	acres-green	US		3007	America/Denver	39.55666	-104.89609	1778			CO	035		
5411360	Adams City	adams-city	US		0	America/Denver	39.82665	-104.92887	1565			CO	001		
5411379	Adelaide	adelaide	US		0	America/Denver	38.56	-105.09082	2118			CO	043		
5411380	Adelaide (historical)	adelaide-historical	US		0	America/Denver	39.24721	-106.25808	3299			CO	065		
5411454	Akin	akin	US		0	America/Denver	39.2547	-108.26314	1483			CO	077		
5411477	Alamo Placita	alamo-placita	US		0	America/Denver	39.72082	-104.97581	1606			CO	031		
5411644	Alma Junction	alma-junction	US		0	America/Denver	39.26749	-106.0453	3126			CO	093		
5411666	Alpine (historical)	alpine-historical	US		0	America/Denver	38.71111	-106.27697	2825	Alpine (historical),New Alpine		CO	015		
5411692	Alta (historical)	alta-historical	US		0	America/Denver	37.88638	-107.85284	3371			CO	113		
5411711	Altman (historical)	altman-historical	US		0	America/Denver	38.7361	-105.13387	3240			CO	119		
5411742	American City (historical)	american-city-historical	US		0	America/Denver	39.87249	-105.58722	3241			CO	047		
5411805	Anaconda (historical)	anaconda-historical	US		0	America/Denver	38.73193	-105.16313	2895			CO	119		
5411853	Andrix	andrix	US		0	America/Denver	37.27946	-103.19271	1644			CO	071		
5411877	Animas Forks (historical)	animas-forks-historical	US		0	America/Denver	37.93111	-107.57145	3409			CO	111		
5411919	Ansel	ansel	US		0	America/Denver	37.70306	-106.10253	2332			CO	105		
5411962	Antero Junction	antero-junction	US		0	America/Denver	38.92333	-105.96529	2800			CO	093		
5411998	Anvil Points	anvil-points	US		0	America/Denver	39.51609	-107.92285	1723			CO	045		
5412006	Apache City	apache-city	US		0	America/Denver	37.85834	-104.8311	1812			CO	055		
5412030	Applewood	applewood	US		7160	America/Denver	39.75778	-105.1625	1702			CO	059		
5412103	Argo Mill	argo-mill	US		0	America/Denver	39.74277	-105.50666	2293			CO	019		
5412113	Arickaree	arickaree	US		0	America/Denver	39.69915	-103.06605	1437			CO	121		
5412140	Armel	armel	US		0	America/Denver	39.79721	-102.10824	1161			CO	125		
5412157	Aroya	aroya	US		0	America/Denver	38.85416	-103.12549	1396	Aroya,Arroyo		CO	017		
5412167	Arriola	arriola	US		0	America/Denver	37.44249	-108.64621	1952			CO	083		
5412212	Ashcroft	ashcroft	US		0	America/Denver	39.0536	-106.79976	2902			CO	097		
5412259	Aspen Meadows	aspen-meadows	US		0	America/Denver	39.97638	-105.41333	2474			CO	013		
5412264	Aspen Park	aspen-park	US		882	America/Denver	39.53916	-105.29471	2479			CO	059		
5412288	Astor City (historical)	astor-city-historical	US		0	America/Denver	39.54999	-106.40892	2489			CO	037		
5412292	Atchee	atchee	US		0	America/Denver	39.56303	-108.91288	1956			CO	045		
5412481	Badger House Community (historical)	badger-house-community-historical	US		0	America/Denver	37.18861	-108.53453	2172			CO	083		
5412498	Badito	badito	US		0	America/Denver	37.72723	-105.01416	1960			CO	055		
5412542	Bakerville	bakerville	US		0	America/Denver	39.69138	-105.80501	2983			CO	019		
5412640	Balltown	balltown	US		0	America/Denver	39.07777	-106.28113	2755	Balltown,Harvard		CO	065		
5412649	Baltimore (historical)	baltimore-historical	US		0	America/Denver	39.90332	-105.57444	2713			CO	047		
5412733	Barela	barela	US		0	America/Denver	37.11558	-104.26165	1756			CO	071		
5412777	Barr Lake	barr-lake	US		0	America/Denver	39.94443	-104.77525	1558			CO	001		
5412932	Baxterville	baxterville	US		0	America/Denver	37.67417	-106.65782	2510			CO	105		
5412955	Beacon Hill	beacon-hill	US		0	America/Denver	38.72249	-105.16498	2903			CO	119		
5413135	Beards Corner	beards-corner	US		0	America/Denver	38.06583	-108.61204	1941			CO	113		
5413141	Beartown (historical)	beartown-historical	US		0	America/Denver	37.72278	-107.50395	3410	Bear Creek,Beartown (historical),Gold Run,Silvertip,Sylvanite		CO	111		
5413288	Beck Sand Draw Crossing	beck-sand-draw-crossing	US		0	America/Denver	39.02693	-104.05329	1893			CO	039		
5413320	Beecher Island	beecher-island	US		0	America/Denver	39.87221	-102.18436	1072			CO	125		
5413503	Bergen Park	bergen-park	US		0	America/Denver	39.69138	-105.36166	2377			CO	059		
5413546	Berthoud Falls	berthoud-falls	US		0	America/Denver	39.77082	-105.80862	2985			CO	019		
5413556	Beshoar	beshoar	US		0	America/Denver	37.21807	-104.40665	1805			CO	071		
5413571	Beta	beta	US		0	America/Denver	38.08612	-102.69047	1114			CO	099		
5413597	Beulah Valley	beulah-valley	US		556	America/Denver	38.07223	-104.96638	1881			CO	101		
5413927	Biglow	biglow	US		0	America/Denver	39.3436	-106.66726	2541			CO	097		
5413928	Bijou	bijou	US		0	America/Denver	39.42248	-104.19829	1877			CO	039		
5414069	Black Forest	black-forest	US		13116	America/Denver	39.01305	-104.70081	2246	Blek Forist,blyaka pharesta,Блек Форист,ब्ल्याक फरेस्ट		CO	041		
5414078	Black Eagle Mill	black-eagle-mill	US		0	America/Denver	39.72638	-105.5475	2366			CO	019		
5414264	Blende	blende	US		878	America/Denver	38.24584	-104.56858	1444			CO	101		
5414288	Bloom	bloom	US		0	America/Denver	37.68751	-103.95663	1463			CO	089		
5414411	Blue Valley	blue-valley	US		0	America/Denver	39.69971	-105.48916	2826			CO	019		
5414475	Boggsville	boggsville	US		0	America/Denver	38.04167	-103.21271	1193			CO	011		
5414522	Bonanza Mountain Estates	bonanza-mountain-estates	US		128	America/Denver	39.97665	-105.48027	2575			CO	013		
5414528	Bondad	bondad	US		0	America/Denver	37.04584	-107.87618	1841	Bondad,Bondad Station		CO	067		
5414622	Bordenville	bordenville	US		0	America/Denver	39.2761	-105.68362	2742			CO	093		
5414701	Bow Mar	bow-mar	US		945	America/Denver	39.62832	-105.04998	1682			CO	005		
5414797	Boyero	boyero	US		0	America/Denver	38.94277	-103.27911	1439			CO	073		
5414825	Bragdon	bragdon	US		0	America/Denver	38.40195	-104.61164	1509			CO	101		
5414880	Breen	breen	US		0	America/Denver	37.1925	-108.07785	2239			CO	067		
5414927	Bridges Switch	bridges-switch	US		0	America/Denver	39.09859	-108.40398	1433			CO	077		
5414938	Brimstone Corner	brimstone-corner	US		0	America/Denver	38.93804	-107.97534	1977			CO	029		
5414967	Broadmoor	broadmoor	US		0	America/Denver	38.79555	-104.84136	1878			CO	041		
5414987	Broken Arrow Acres	broken-arrow-acres	US		0	America/Denver	39.50277	-105.32666	2590			CO	059		
5415005	Bronquist	bronquist	US		0	America/Denver	38.20195	-104.89165	1623			CO	101		
5415010	Brook Forest	brook-forest	US		0	America/Denver	39.57943	-105.38194	2448			CO	059		
5415012	Brookfield (historical)	brookfield-historical	US		0	America/Denver	37.5939	-102.84214	1393			CO	009		
5415033	Brookvale	brookvale	US		0	America/Denver	39.62971	-105.41916	2318			CO	019		
5415107	Browns Canon	browns-canon	US		0	America/Denver	38.61194	-106.06002	2231	Brown Canon,Browns Canon,Browns Canyon,Browns Cañon		CO	015		
5415137	Brumley (historical)	brumley-historical	US		0	America/Denver	39.08944	-106.54281	3233			CO	065		
5415242	Buckeye Crossroads	buckeye-crossroads	US		0	America/Denver	37.55751	-102.12879	1147			CO	009		
5415296	Buckskin Joe	buckskin-joe	US		0	America/Denver	38.47639	-105.32694	1920			CO	043		
5415546	Burnt Mill	burnt-mill	US		0	America/Denver	38.05167	-104.79637	1638			CO	101		
5415670	Buttes	buttes	US		0	America/Denver	38.58722	-104.66719	1626			CO	041		
5415778	Caddoa	caddoa	US		0	America/Denver	38.04779	-102.96603	1183	Caddoa,Siding		CO	011		
5415890	Cameo	cameo	US		0	America/Denver	39.14859	-108.32092	1458			CO	077		
5415908	Camp Bird	camp-bird	US		0	America/Denver	37.97277	-107.72645	2965			CO	091		
5415977	Campbelltown (historical)	campbelltown-historical	US		0	America/Denver	38.61222	-106.56531	3201	Cameltown,Campbelltown (historical)		CO	051		
5416054	Capitol City (historical)	capitol-city-historical	US		0	America/Denver	38.00722	-107.46672	2960	Capitol City (historical),Galena City		CO	053		
5416087	Carbon Junction	carbon-junction	US		0	America/Denver	37.2375	-107.86673	1954			CO	067		
5416095	Carbonate (historical)	carbonate-historical	US		0	America/Denver	39.74304	-107.34672	3330			CO	045		
5416126	Carbonera	carbonera	US		0	America/Denver	39.45887	-108.959	1681			CO	045		
5416131	Cardinal (historical)	cardinal-historical	US		0	America/Denver	39.96971	-105.54778	2653			CO	013		
5416133	Cardiff	cardiff	US		0	America/Denver	39.50609	-107.31089	1809			CO	045		
5416137	Caribou (historical)	caribou-historical	US		0	America/Denver	39.98082	-105.57861	3039			CO	013		
5416138	Caribou City	caribou-city	US		0	America/Denver	39.98999	-105.51278	2572			CO	013		
5416198	Carracas	carracas	US		0	America/Denver	37.00501	-107.25865	1882			CO	007		
5416200	Carriage Club	carriage-club	US		1090	America/Denver	39.53249	-104.90109	1833			CO	035		
5416289	Castiel	castiel	US		0	America/Denver	38.10723	-103.46299	1260			CO	089		
5416322	Castle Pines	castle-pines	US		3614	America/Denver	39.45804	-104.89609	1999			CO	035		
5416401	Cathedral	cathedral	US		14	America/Denver	38.09583	-107.03394	2717			CO	053		
5416419	Cattle Creek	cattle-creek	US		641	America/Denver	39.45832	-107.26255	1841			CO	045		
5416518	Cedarwood	cedarwood	US		0	America/Denver	37.94168	-104.61748	1708			CO	101		
5416596	Centro	centro	US		0	America/Denver	37.2839	-106.14753	2406			CO	021		
5416615	Chacra	chacra	US		329	America/Denver	39.57526	-107.44672	1717			CO	045		
5416695	Chandler (historical)	chandler-historical	US		0	America/Denver	38.37306	-105.20055	1749			CO	043		
5416760	Chattanooga (historical)	chattanooga-historical	US		0	America/Denver	37.87361	-107.72534	3128			CO	111		
5416824	Cherry Hills Village	cherry-hills-village	US		6539	America/Denver	39.64165	-104.95943	1654			CO	005		
5416829	Cherry Ridge	cherry-ridge	US		0	America/Denver	39.62665	-104.93887	1674			CO	005		
5416954	Chipita Park	chipita-park	US		0	America/Denver	38.92443	-105.00665	2376			CO	041		
5416964	Chipeta	chipeta	US		0	America/Denver	38.6811	-108.00896	1570			CO	029		
5416968	Chivington	chivington	US		0	America/Denver	38.4364	-102.54352	1186			CO	061		
5417041	Cimarron Hills	cimarron-hills	US		16161	America/Denver	38.85861	-104.69886	1965			CO	041		
5417210	Cleora	cleora	US		0	America/Denver	38.51333	-105.97001	2132			CO	015		
5417250	Cliffdale	cliffdale	US		0	America/Denver	39.4086	-105.37639	2131	Cliff,Cliffdale		CO	059		
5417259	Climax (historical)	climax-historical	US		0	America/Denver	39.36888	-106.18363	3462	Climax (historical),Fremont Pass		CO	065		
5417432	Codo	codo	US		0	America/Denver	37.50223	-105.14722	2583			CO	055		
5417436	Cody Park	cody-park	US		0	America/Denver	39.71582	-105.27027	2237			CO	059		
5417454	Cokedale	cokedale	US		119	America/Denver	37.1453	-104.6211	1926			CO	071		
5417527	College View	college-view	US		0	America/Denver	39.66304	-105.02165	1655			CO	031		
5417657	Columbine	columbine	US		24280	America/Denver	39.58777	-105.06943	1688	Kolombina,Коломбина		CO	059		
5417702	Columbine Valley	columbine-valley	US		1360	America/Denver	39.6011	-105.03221	1629			CO	005		
5417975	Copper Mountain	copper-mountain	US		385	America/Denver	39.50665	-106.14224	2955	Copper Mountain,QCE,Wheeler,Wheeler Junction		CO	117		
5417983	Copper Spur	copper-spur	US		0	America/Denver	39.91054	-106.68837	2155			CO	037		
5417984	Copperdale	copperdale	US		0	America/Denver	39.91415	-105.34944	2433			CO	013		
5418016	Cordova Plaza	cordova-plaza	US		0	America/Denver	37.13335	-104.82972	2072	Cordova,Cordova Plaza,Cordova Plazza,East Weston,La Junta		CO	071		
5418050	Corona (historical)	corona-historical	US		0	America/Denver	39.93443	-105.68528	3573			CO	049		
5418402	Cozy Corner	cozy-corner	US		0	America/Denver	39.91387	-105.02581	1591			CO	001		
5418512	Crescent Village	crescent-village	US		0	America/Denver	39.91971	-105.3611	2448			CO	013		
5418642	Crossons	crossons	US		0	America/Denver	39.39916	-105.38639	2184			CO	059		
5418743	Crystola	crystola	US		0	America/Denver	38.95582	-105.02721	2432			CO	119		
5418756	Cuchara	cuchara	US		0	America/Denver	37.37918	-105.10028	2581	Cuchara,Cuchara Camps,Cucharas Camps		CO	055		
5417456	Colby	colby	US	54421	0	America/Denver	38.93165	-107.97534	1939			CO	029		
5418760	Cuchara Junction	cuchara-junction	US		0	America/Denver	37.66696	-104.68609	1815			CO	055		
5418779	Cuerna Verde Park	cuerna-verde-park	US		0	America/Denver	37.92195	-104.97138	2311			CO	101		
5418783	Culp	culp	US		0	America/Denver	38.13584	-102.60936	1114			CO	099		
5418792	Cumbres	cumbres	US		0	America/Denver	37.01973	-106.44781	3051	Cumbers,Cumbres		CO	021		
5419176	Deckers	deckers	US		0	America/Denver	39.25471	-105.22694	1950	Daffodil,Deckers,Pemberton		CO	035		
5419292	Deermont	deermont	US		0	America/Denver	39.50749	-105.18443	2121			CO	059		
5419306	Delagua (historical)	delagua-historical	US		0	America/Denver	37.34002	-104.66304	2038			CO	071		
5419318	Delcarbon	delcarbon	US		0	America/Denver	37.71251	-104.87693	1933			CO	055		
5419423	Deora	deora	US		0	America/Denver	37.58029	-102.96659	1424			CO	009		
5419437	Derby Junction	derby-junction	US		0	America/Denver	39.86888	-106.9056	1976			CO	037		
5419726	Doenz Place	doenz-place	US		0	America/Denver	39.90499	-106.4017	2747			CO	117		
5419789	Dome Rock	dome-rock	US		0	America/Denver	39.42166	-105.19749	1912			CO	059		
5419793	Dominguez	dominguez	US		0	America/Denver	38.79721	-108.3223	1458			CO	029		
5419881	Dotsero	dotsero	US		705	America/Denver	39.64971	-107.06033	1876			CO	037		
5419917	Dowds Junction	dowds-junction	US		0	America/Denver	39.60832	-106.44781	2353	Dowd,Dowds,Dowds Junction		CO	037		
5419932	Doyleville	doyleville	US		0	America/Denver	38.45166	-106.60948	2455	Crooksville,Doyle,Doylestown,Doyleville		CO	051		
5420160	Dudley (historical)	dudley-historical	US		0	America/Denver	39.29693	-106.07169	3201			CO	093		
5420229	Dunton	dunton	US		0	America/Denver	37.77277	-108.09396	2699	Dunton,Rancho Dolores		CO	033		
5420233	Dunul	dunul	US		0	America/Denver	37.66222	-106.10253	2332			CO	105		
5420299	Dyersville (historical)	dyersville-historical	US		0	America/Denver	39.42054	-105.98391	3316			CO	117		
5420385	Eagles Nest	eagles-nest	US		0	America/Denver	39.61832	-106.38614	3148			CO	037		
5420462	East Canon	east-canon	US		0	America/Denver	38.45278	-105.21304	1629			CO	043		
5420704	East Portal	east-portal	US		0	America/Denver	39.90332	-105.64445	2817			CO	047		
5420763	East Vancorum	east-vancorum	US		0	America/Denver	38.22777	-108.59509	1648			CO	085		
5420771	Eastdale	eastdale	US		0	America/Denver	37.02863	-105.65085	2296			CO	023		
5420784	Eastonville	eastonville	US		0	America/Denver	39.0611	-104.56219	2205			CO	041		
5420814	Echo House (historical)	echo-house-historical	US		0	America/Denver	37.16777	-108.50009	2038			CO	083		
5420866	Edith	edith	US		0	America/Denver	37.00557	-106.91031	2158			CO	007		
5420872	Edler	edler	US		0	America/Denver	37.17641	-102.77826	1418			CO	009		
5420923	El Jebel	el-jebel	US		3801	America/Denver	39.39498	-107.09033	1976			CO	037		
5420925	El Moro	el-moro	US		221	America/Denver	37.22446	-104.46665	1806			CO	071		
5420930	El Rancho	el-rancho	US		0	America/Denver	39.6986	-105.3336	2359			CO	059		
5420947	Elder	elder	US		0	America/Denver	38.12334	-103.96718	1313			CO	089		
5420966	Eldredge	eldredge	US		0	America/Denver	38.28777	-107.76728	1993			CO	091		
5420982	Elephant Park	elephant-park	US		0	America/Denver	39.62888	-105.36277	2309			CO	059		
5421126	Ellicott	ellicott	US		1131	America/Denver	38.83833	-104.38691	1835			CO	041		
5421249	Engleville	engleville	US		0	America/Denver	37.14946	-104.47526	1982			CO	071		
5421258	Eno	eno	US		0	America/Denver	39.88721	-104.84414	1560			CO	001		
5421319	Espinosa	espinosa	US		0	America/Denver	37.13057	-105.94613	2361			CO	021		
5421327	Estabrook	estabrook	US		0	America/Denver	39.38305	-105.42944	2305			CO	093		
5421337	Estrella	estrella	US		0	America/Denver	37.36612	-105.92447	2307			CO	003		
5421571	Falfa	falfa	US		0	America/Denver	37.21306	-107.7909	2105	Alfalfa,Falfa		CO	067		
5421640	Farisita	farisita	US		0	America/Denver	37.74473	-105.07138	2027	Farisita,Farista		CO	055		
5421709	Federal Heights	federal-heights	US		12381	America/Denver	39.85137	-104.99859	1613			CO	001		
5421721	Fearnowville	fearnowville	US		0	America/Denver	38.27917	-104.56025	1429			CO	101		
5421729	Fenders	fenders	US		0	America/Denver	39.57388	-105.21693	2146	Fender,Fenders		CO	059		
5421775	Fink	fink	US		0	America/Denver	38.48889	-105.3811	1757			CO	043		
5421786	Fir	fir	US		0	America/Denver	37.48529	-105.17945	2815			CO	023		
5421854	Firstview	firstview	US		0	America/Denver	38.81584	-102.53964	1395			CO	017		
5422031	Floresta	floresta	US		0	America/Denver	38.84194	-107.12283	3011			CO	051		
5422076	Fondis	fondis	US		0	America/Denver	39.21582	-104.34719	1882			CO	039		
5422093	Forbes (historical)	forbes-historical	US		0	America/Denver	37.26002	-104.56471	1983			CO	071		
5422139	Fort Big Spring	fort-big-spring	US		0	America/Denver	38.93333	-102.82965	1367			CO	017		
5422140	Fort Carson	fort-carson	US		13813	America/Denver	38.73749	-104.78886	1780	Camp Carson,Fort Carson,Fort Karson,pharta karasana,Форт Карсон,फर्ट कारसन		CO	041		
5422161	Fort Reynolds	fort-reynolds	US		0	America/Denver	38.23056	-104.3033	1382			CO	101		
5422209	Four Corners Crossing	four-corners-crossing	US		0	America/Denver	38.02667	-102.77798	1175			CO	011		
5422265	Fox Creek	fox-creek	US		0	America/Denver	37.06557	-106.20142	2544			CO	021		
5422280	Foxfield	foxfield	US		760	America/Denver	39.59166	-104.79247	1754			CO	005		
5422282	Foxton	foxton	US		0	America/Denver	39.42443	-105.2361	1969	Foxton,Park Siding		CO	059		
5422494	Frick	frick	US		0	America/Denver	37.58529	-102.95548	1447			CO	009		
5422587	Fulford	fulford	US		2	America/Denver	39.51499	-106.65642	2999			CO	037		
5422611	Futurity	futurity	US		0	America/Denver	38.73638	-105.9539	2976			CO	015		
5422643	Galatea	galatea	US		0	America/Denver	38.50445	-103.02465	1336	Calatea,Galatea		CO	061		
5422708	Garcia	garcia	US		0	America/Denver	37.00419	-105.53723	2355	Cable,Creech,Garcia		CO	023		
5422776	Garland City (historical)	garland-city-historical	US		0	America/Denver	37.45251	-105.34223	2476			CO	023		
5422787	Garo	garo	US		0	America/Denver	39.10777	-105.89029	2803			CO	093		
5422812	Gateview	gateview	US		0	America/Denver	38.29361	-107.21867	2423			CO	051		
5422820	Gato	gato	US		0	America/Denver	37.04501	-107.19726	1921			CO	007		
5422846	Gem Village	gem-village	US		0	America/Denver	37.21917	-107.63728	2082			CO	067		
5422920	Gerrard	gerrard	US		278	America/Denver	37.67723	-106.5931	2484			CO	105		
5422979	Gillett (historical)	gillett-historical	US		0	America/Denver	38.78193	-105.12276	3029			CO	119		
5422985	Gilpin	gilpin	US		0	America/Denver	37.94612	-103.18465	1283			CO	011		
5422986	Gilpin	gilpin	US		0	America/Denver	39.89082	-105.50805	2755			CO	047		
5422998	Gilsonite	gilsonite	US		0	America/Denver	39.17693	-108.77871	1363			CO	077		
5423004	Gilson Gulch	gilson-gulch	US		0	America/Denver	39.76165	-105.50805	2730			CO	019		
5423037	Gladstone (historical)	gladstone-historical	US		0	America/Denver	37.89027	-107.65034	3202			CO	111		
5423060	Glen Eyrie	glen-eyrie	US		0	America/Denver	38.89166	-104.88442	1987	Glen Eyie,Glen Eyrie,Gleneyrie		CO	041		
5423068	Glen Park	glen-park	US		0	America/Denver	39.11444	-104.92026	2224			CO	041		
5423078	Gleneagle	gleneagle	US		6611	America/Denver	39.04527	-104.82442	2111			CO	041		
5423080	Glenelk	glenelk	US		0	America/Denver	39.46306	-105.35639	2371			CO	059		
5423082	Glenisle	glenisle	US		0	America/Denver	39.40888	-105.50972	2455			CO	093		
5423087	Glentivar	glentivar	US		0	America/Denver	39.04777	-105.60417	2703			CO	093		
5423397	Goodale	goodale	US		0	America/Denver	38.11806	-102.43519	1079			CO	099		
5423418	Goodnight	goodnight	US		0	America/Denver	38.26111	-104.66998	1455			CO	101		
5423419	Goodpasture	goodpasture	US		0	America/Denver	38.08334	-104.91999	1864			CO	101		
5423490	Gothic	gothic	US		0	America/Denver	38.95916	-106.98977	2891			CO	051		
5423535	Graft	graft	US		0	America/Denver	37.44779	-102.89242	1458			CO	009		
5423571	Grand Island (historical)	grand-island-historical	US		0	America/Denver	39.97082	-105.60333	2897			CO	013		
5423574	Grand Mesa	grand-mesa	US		0	America/Denver	39.04026	-107.94979	3093			CO	029		
5423602	Grand View Estates	grand-view-estates	US		528	America/Denver	39.5436	-104.82109	1772	Grand View Estates,Grandview Estates		CO	035		
5423855	Green Mountain Village	green-mountain-village	US		0	America/Denver	39.69804	-105.13249	1773			CO	059		
5423858	Green Settlement	green-settlement	US		0	America/Denver	38.77555	-104.89247	2178			CO	041		
5423870	Green Valley Acres	green-valley-acres	US		0	America/Denver	39.50221	-105.31194	2533			CO	059		
5423876	Greenhorn	greenhorn	US		0	America/Denver	37.90695	-104.85332	1856	Greenhorn,Greenhorn Station		CO	101		
5423908	Greenwood Village	greenwood-village	US		15663	America/Denver	39.61721	-104.95081	1666	Grijnud Vilidzh,Grinvud Vilidz,Grinvud Villehjdzh,Grinvud-Villedzh,ge lin wu de cun,ghrynwwd fylyj,grinavuda bhileja,grynwwd wylyj  klradw,Грийнуд Вилидж,Гринвуд Вилиџ,Гринвуд Виллэйдж,Гринвуд-Вилледж,Ґрінвуд-Вілледж,غرينوود فيليج,گرینوود ویلیج، کلرادو,گرینووڈ گاؤں، کولوراڈو,ग्रीनवूड भिलेज,格林伍德村		CO	005		
5423949	Griffth (historical)	griffth-historical	US		0	America/Denver	37.21445	-107.79618	2104			CO	067		
5423993	Grote	grote	US		0	America/Denver	38.08723	-102.41575	1077	Grate,Grote		CO	099		
5424084	Gulnare	gulnare	US		0	America/Denver	37.31724	-104.75193	2128	Abeyton,Gulnare		CO	071		
5424129	Guston (historical)	guston-historical	US		0	America/Denver	37.91638	-107.69034	3306			CO	091		
5424302	Hancock (historical)	hancock-historical	US		0	America/Denver	38.64027	-106.36586	3380			CO	015		
5424359	Happy Canyon	happy-canyon	US		0	America/Denver	39.43499	-104.87053	1951			CO	035		
5424385	Harbord	harbord	US		0	America/Denver	37.49751	-102.81492	1424	Harbord,Harboro		CO	009		
5424440	Harris Park	harris-park	US		0	America/Denver	39.51166	-105.49111	2698			CO	093		
5424464	Harry Parker Place	harry-parker-place	US		0	America/Denver	39.05221	-107.46922	2282			CO	051		
5424487	Hartner	hartner	US		0	America/Denver	37.39251	-105.91002	2304			CO	003		
5424546	Haver	haver	US		0	America/Denver	38.96499	-105.92751	2733			CO	093		
5424675	Hazeltine	hazeltine	US		0	America/Denver	39.89665	-104.88303	1540			CO	001		
5424676	Hazeltine Heights	hazeltine-heights	US		0	America/Denver	39.88554	-104.8897	1548			CO	001		
5424694	Heartstrong	heartstrong	US		0	America/Denver	39.94749	-102.57687	1241			CO	125		
5424709	Heeney	heeney	US		76	America/Denver	39.87249	-106.30114	2452			CO	117		
5424716	Heiberger	heiberger	US		0	America/Denver	39.26887	-107.80229	2174			CO	077		
5424804	Henkel	henkel	US		0	America/Denver	38.52	-104.62636	1579			CO	041		
5424826	Henson	henson	US		0	America/Denver	38.02083	-107.377	2815	Hansen,Hanson,Hensen,Henson,Honsen		CO	053		
5424836	Heritage Hills	heritage-hills	US		716	America/Denver	39.54332	-104.87887	1806			CO	035		
5424888	Herzman Mesa	herzman-mesa	US		0	America/Denver	39.61054	-105.31027	2316			CO	059		
5424900	Hessie (historical)	hessie-historical	US		0	America/Denver	39.95499	-105.6	2757			CO	013		
5424911	Hi-Land Acres	hi-land-acres	US		0	America/Denver	39.98832	-104.87748	1567			CO	001		
5424958	Hideaway Park	hideaway-park	US		0	America/Denver	39.91804	-105.78556	2681	Hideaway Park,Hideway Park,Little Chicago,Vasquez,Woodstock		CO	049		
5425043	Highlands Ranch	highlands-ranch	US		96713	America/Denver	39.55388	-104.96943	1732	Hailands Rancas,Hailands Rančas,Highlands Ranch,Khajlands Ranch,ha'ilyandsa rryanca,Хайландс Ранч,Хајландс Ранч,हाइल्यांड्स र्र्यान्च		CO	035		
5425144	Hiwan Hills	hiwan-hills	US		0	America/Denver	39.64027	-105.32999	2235			CO	059		
5425272	Holy Cross City (historical)	holy-cross-city-historical	US		0	America/Denver	39.41499	-106.47809	3483			CO	037		
5425322	Homewood Park	homewood-park	US		0	America/Denver	39.54277	-105.19777	2037			CO	059		
5425377	Hoovers Corner	hoovers-corner	US		0	America/Denver	38.60693	-108.05896	1661			CO	085		
5425547	Horseshoe (historical)	horseshoe-historical	US		0	America/Denver	39.20388	-106.0853	3218			CO	093		
5425666	Houser Cow Camp	houser-cow-camp	US		0	America/Denver	38.32943	-108.30564	2596			CO	085		
5425746	Huff	huff	US		0	America/Denver	38.75693	-108.25619	1473			CO	029		
5425946	Ilium	ilium	US		0	America/Denver	37.92972	-107.89784	2474			CO	113		
5425977	Independence (historical)	independence-historical	US		0	America/Denver	39.10721	-106.60587	3326			CO	097		
5425978	Independence (historical)	independence-historical	US		0	America/Denver	38.73221	-105.13665	3243			CO	119		
5426069	Indian Springs Village	indian-springs-village	US		0	America/Denver	39.43193	-105.32055	2195			CO	059		
5426086	Indians Hills	indians-hills	US		0	America/Denver	39.63277	-105.25971	2192			CO	059		
5426105	Insmont	insmont	US		0	America/Denver	39.39193	-105.45305	2350			CO	093		
5426123	Iola (historical)	iola-historical	US		0	America/Denver	38.47499	-107.09727	2293			CO	051		
5426144	Iris	iris	US		0	America/Denver	38.4161	-106.82893	2743			CO	109		
5426157	Iron City (historical)	iron-city-historical	US		0	America/Denver	38.70861	-106.33808	3018			CO	015		
5426290	Ivywild	ivywild	US		0	America/Denver	38.81055	-104.83525	1833			CO	041		
5426630	John Held Corner	john-held-corner	US		0	America/Denver	39.13665	-108.13619	1866			CO	077		
5426711	Johnson Village	johnson-village	US		246	America/Denver	38.81083	-106.10668	2393			CO	015		
5426713	Johnsons Corner	johnsons-corner	US		0	America/Denver	39.09193	-108.49676	1433			CO	077		
5426788	Juanita	juanita	US		0	America/Denver	37.02723	-107.1506	1943			CO	007		
5426790	Juanita Junction	juanita-junction	US		0	America/Denver	38.92471	-107.52811	1805			CO	029		
5427086	Kannah	kannah	US		0	America/Denver	38.93915	-108.44703	1420			CO	077		
5427100	Karl	karl	US		0	America/Denver	38.13751	-102.51991	1110			CO	099		
5427110	Kassler	kassler	US		0	America/Denver	39.49054	-105.09471	1680	Kassler,Waterton,Watertown		CO	059		
5427134	Kearns	kearns	US		0	America/Denver	37.13112	-107.16032	2087			CO	007		
5427151	Keesee	keesee	US		0	America/Denver	38.1364	-102.77881	1170			CO	011		
5427164	Kelker	kelker	US		0	America/Denver	38.79583	-104.78136	1787			CO	041		
5427193	Kellytown	kellytown	US		0	America/Denver	39.48138	-104.99359	1730	Gann,Kellytown		CO	035		
5427207	Ken Caryl	ken-caryl	US		32438	America/Denver	39.57582	-105.11221	1756			CO	059		
5427273	Kerper City	kerper-city	US		0	America/Denver	38.28278	-106.14224	2831			CO	109		
5427293	Keyhole	keyhole	US		0	America/Denver	38.69304	-108.30897	1626			CO	029		
5427322	Kiggin	kiggin	US		0	America/Denver	39.42637	-107.2395	1867			CO	045		
5427349	King Center	king-center	US		0	America/Denver	38.17695	-103.90746	1327			CO	025		
5427510	Kirkwell	kirkwell	US		0	America/Denver	37.14863	-102.94104	1495			CO	009		
5427559	Kline	kline	US		0	America/Denver	37.14417	-108.11952	2116			CO	067		
5427596	Knob Hill	knob-hill	US		0	America/Denver	38.83999	-104.78275	1864			CO	041		
5427607	Kobe	kobe	US		0	America/Denver	39.12944	-106.31475	2800			CO	065		
5427619	Kokomo (historical)	kokomo-historical	US		0	America/Denver	39.42415	-106.18975	3260	Kokomo (historical),Recen		CO	117		
5427631	Kornman	kornman	US		0	America/Denver	38.15029	-102.61214	1124			CO	099		
5427647	Kreybill	kreybill	US		0	America/Denver	38.1139	-103.10048	1190			CO	011		
5427673	Kutch	kutch	US		0	America/Denver	38.91055	-103.8694	1729			CO	039		
5427685	La Boca	la-boca	US		0	America/Denver	37.01111	-107.602	1880	La Boca,Laboca		CO	067		
5427690	La Foret	la-foret	US		0	America/Denver	39.00944	-104.71442	2204			CO	041		
5427691	La Fruto	la-fruto	US		0	America/Denver	37.41473	-105.89863	2300			CO	003		
5427692	La Garita	la-garita	US		0	America/Denver	37.84083	-106.2467	2387			CO	109		
5427706	La Junta Gardens	la-junta-gardens	US		153	America/Denver	37.99945	-103.55355	1239			CO	089		
5427709	La Junta Village	la-junta-village	US		0	America/Denver	38.03751	-103.53105	1295			CO	089		
5427726	La Posta	la-posta	US		0	America/Denver	37.12528	-107.89507	1881	La Posta,Posta		CO	067		
5427732	La Valley	la-valley	US		0	America/Denver	37.10196	-105.34779	2603	La Valley,Lavalley,San Francisco		CO	023		
5427740	La Veta Pass	la-veta-pass	US		0	America/Denver	37.59306	-105.20334	2862	Abeyta Pass,La Veta Pass,Veta Pass		CO	023		
5427914	Lake Shore Park	lake-shore-park	US		0	America/Denver	39.95888	-105.36694	2321			CO	013		
5428062	Las Animas Junction	las-animas-junction	US		0	America/Denver	38.06251	-103.1741	1180			CO	011		
5428066	Las Mesitas	las-mesitas	US		0	America/Denver	37.06446	-106.11058	2469			CO	021		
5428075	Lascar	lascar	US		0	America/Denver	37.82501	-104.74859	1735			CO	055		
5428080	Last Chance	last-chance	US		0	America/Denver	39.74082	-103.59161	1469	Last Chance,Last Change		CO	121		
5428082	Lasauses	lasauses	US		0	America/Denver	37.26668	-105.74641	2286	La Sauses,Lasauses,Los Sauces,Los Sauses		CO	021		
5428179	Leader	leader	US		0	America/Denver	39.89943	-104.05634	1482			CO	001		
5428186	Leadville Junction	leadville-junction	US		0	America/Denver	39.2586	-106.33975	2981			CO	065		
5428190	Leal	leal	US		0	America/Denver	39.81026	-106.04446	2704			CO	049		
5428203	Leavick (historical)	leavick-historical	US		0	America/Denver	39.19499	-106.13752	3427			CO	093		
5428291	Lenado	lenado	US		0	America/Denver	39.24249	-106.76254	2603			CO	097		
5428313	Leonard (historical)	leonard-historical	US		0	America/Denver	38.06388	-108.02701	2362			CO	113		
5428378	Leyden	leyden	US		0	America/Denver	39.84471	-105.18415	1724			CO	059		
5428382	Leyden Junction	leyden-junction	US		0	America/Denver	39.8461	-105.14832	1734			CO	059		
5428394	Liberty Bell	liberty-bell	US		0	America/Denver	37.93527	-107.79562	2691			CO	113		
5428478	Lime	lime	US		0	America/Denver	37.95499	-107.9309	2419			CO	113		
5428526	Lincoln Hills	lincoln-hills	US		0	America/Denver	39.92249	-105.45833	2497			CO	047		
5429036	Living Springs	living-springs	US		0	America/Denver	39.89137	-104.30051	1546			CO	001		
5429059	Lobatos	lobatos	US		0	America/Denver	37.07946	-105.94891	2376	Cenicero,Lobatos		CO	021		
5429113	Logtown (historical)	logtown-historical	US		0	America/Denver	37.55167	-107.59145	3524			CO	067		
5429129	Lombard Village	lombard-village	US		0	America/Denver	38.225	-104.54497	1464			CO	101		
5429156	Loghill Village	loghill-village	US		521	America/Denver	38.19527	-107.7795	2403			CO	091		
5429176	Lone Pine Estates	lone-pine-estates	US		0	America/Denver	39.59499	-105.24527	2222			CO	059		
5429395	Los Cerritos	los-cerritos	US		0	America/Denver	37.14835	-105.91085	2351			CO	021		
5429396	Los Fuertes	los-fuertes	US		0	America/Denver	37.13446	-105.37973	2499			CO	023		
5431557	Mogote	mogote	US		0	America/Denver	37.05946	-106.09225	2461			CO	021		
5429653	Lubers	lubers	US		0	America/Denver	38.1289	-102.92437	1181			CO	011		
5429692	Lucky Seven Summer Homes	lucky-seven-summer-homes	US		0	America/Denver	37.5839	-106.73976	2609			CO	079		
5429723	Lujane	lujane	US		0	America/Denver	38.48721	-107.73367	2012			CO	085		
5429745	Lycan	lycan	US		0	America/Denver	37.61529	-102.20074	1177			CO	009		
5429825	Madrid (historical)	madrid-historical	US		0	America/Denver	37.12761	-104.64134	1916			CO	071		
5429880	Maher	maher	US		0	America/Denver	38.64499	-107.58478	2075			CO	085		
5429932	Malachite	malachite	US		0	America/Denver	37.75445	-105.26084	2283			CO	055		
5430103	Mariano	mariano	US		0	America/Denver	37.17944	-108.87344	1704			CO	083		
5430108	Marigold	marigold	US		0	America/Denver	38.6611	-105.22137	2099			CO	119		
5430133	Marlman	marlman	US		0	America/Denver	38.09362	-103.3491	1229			CO	011		
5430173	Marshdale	marshdale	US		0	America/Denver	39.59249	-105.31221	2367	Marshdale,Marshdale Park		CO	059		
5430257	Maryvale	maryvale	US		0	America/Denver	39.93304	-105.78723	2653			CO	049		
5430340	Maxeyville	maxeyville	US		0	America/Denver	37.61806	-106.14947	2339			CO	105		
5430373	May Valley	may-valley	US		0	America/Denver	38.20168	-102.6138	1146			CO	099		
5430379	Mayday	mayday	US		0	America/Denver	37.35055	-108.07674	2662	May Day,Mayday,Parrott		CO	067		
5430435	McClave	mcclave	US		0	America/Denver	38.13751	-102.85048	1179			CO	011		
5430459	McCoy	mccoy	US		24	America/Denver	39.91499	-106.72559	2044			CO	037		
5430602	McKenzie Junction	mckenzie-junction	US		0	America/Denver	38.16417	-105.19083	2548			CO	027		
5430716	Medina Plaza	medina-plaza	US		0	America/Denver	37.1278	-104.79221	2039	Medina Plaza,Medino Plaza		CO	071		
5430730	Melina	melina	US		0	America/Denver	38.09945	-103.1866	1198			CO	011		
5430835	Mesa Lakes	mesa-lakes	US		0	America/Denver	39.04998	-108.0923	2988	Mesa Lakes,Skyway		CO	077		
5430838	Mesa Lakes Resort	mesa-lakes-resort	US		0	America/Denver	39.04915	-108.09146	2988			CO	077		
5430876	Mesita	mesita	US		0	America/Denver	37.09835	-105.60196	2339	Hamburg,Mesita		CO	023		
5430956	Mid Vail	mid-vail	US		0	America/Denver	39.61499	-106.36781	3090			CO	037		
5431147	Midway (historical)	midway-historical	US		0	America/Denver	38.34388	-107.05394	2608			CO	051		
5431319	Mindeman	mindeman	US		0	America/Denver	37.70696	-103.91662	1438			CO	089		
5431348	Mineral Hot Springs	mineral-hot-springs	US		0	America/Denver	38.16889	-105.92585	2362			CO	109		
5431383	Minnehaha	minnehaha	US		0	America/Denver	38.84943	-104.95942	2544			CO	041		
5431429	Mirage (historical)	mirage-historical	US		0	America/Denver	38.10278	-105.86446	2335			CO	109		
5431650	Montbello	montbello	US		0	America/Denver	39.7936	-104.83359	1614			CO	031		
5431664	Monte Vista Estates	monte-vista-estates	US		0	America/Denver	39.36527	-104.92137	1940			CO	035		
5431774	Monument Park	monument-park	US		0	America/Denver	37.20696	-105.04639	2620			CO	071		
5431813	Moonridge	moonridge	US		0	America/Denver	39.36527	-105.11749	2281			CO	035		
5431994	Mount Crested Butte	mount-crested-butte	US		801	America/Denver	38.90527	-106.96032	3017	Mount Crested Butte		CO	051		
5432011	Mount Lincoln	mount-lincoln	US		0	America/Denver	39.10609	-108.38342	1435			CO	077		
5432013	Mount Massive Lakes	mount-massive-lakes	US		0	America/Denver	39.15221	-106.30058	2885	Mount Massive Lakes,Mount Massive Trout Club		CO	065		
5432024	Mount Pearl	mount-pearl	US		0	America/Denver	38.9625	-102.78937	1389			CO	017		
5432049	Mount Vernon Club Place	mount-vernon-club-place	US		0	America/Denver	39.72277	-105.29388	2410			CO	059		
5432223	Mulford	mulford	US		174	America/Denver	39.39998	-107.15199	1912			CO	045		
5432262	Murray Place	murray-place	US		0	America/Denver	37.51612	-102.99715	1424			CO	009		
5432350	Nast	nast	US		0	America/Denver	39.29165	-106.60142	2702			CO	097		
5432357	Nathrop (historical)	nathrop-historical	US		0	America/Denver	38.74722	-106.07557	2341	Chalk Creek,Nathrop (historical)		CO	015		
5432452	Needleton	needleton	US		0	America/Denver	37.64055	-107.69145	2523			CO	111		
5432518	Nepesta	nepesta	US		0	America/Denver	38.16889	-104.14302	1346			CO	101		
5432536	Nevadaville	nevadaville	US		0	America/Denver	39.79527	-105.5325	2780			CO	047		
5432628	Newett	newett	US		0	America/Denver	38.86666	-105.9889	2768			CO	015		
5432680	Nighthawk	nighthawk	US		0	America/Denver	39.35471	-105.16943	1924			CO	035		
5432694	Ninaview	ninaview	US		0	America/Denver	37.6439	-103.24077	1351			CO	011		
5432706	Ninetyfour (historical)	ninetyfour-historical	US		0	America/Denver	39.82749	-105.63639	3212			CO	019		
5432776	Norrie	norrie	US		7	America/Denver	39.32471	-106.65559	2579			CO	097		
5432789	North Avondale	north-avondale	US		0	America/Denver	38.26195	-104.34608	1377			CO	101		
5432840	North Creede	north-creede	US		0	America/Denver	37.86417	-106.92588	2731			CO	079		
5432854	North Delta	north-delta	US		0	America/Denver	38.75859	-108.06924	1505			CO	029		
5432990	North La Junta	north-la-junta	US		512	America/Denver	37.99695	-103.53189	1235			CO	089		
5433114	Northdale	northdale	US		0	America/Denver	37.80944	-109.01678	2031			CO	033		
5433124	Northglenn	northglenn	US		39197	America/Denver	39.88554	-104.9872	1639	Nortglen,bei ge lun,narthaglena,nwrthghlyn,nwrthgln  klradw,Нортглен,نارتھگلین، کولوراڈو,نورثغلين,نورثگلن، کلرادو,नर्थग्लेन,北葛伦		CO	001		
5433171	Nugget	nugget	US		0	America/Denver	39.8636	-105.58833	3128			CO	047		
5433190	Nutria	nutria	US		0	America/Denver	37.23084	-107.1256	2171			CO	007		
5433192	Nyberg	nyberg	US		0	America/Denver	38.26834	-104.39802	1385			CO	101		
5433294	Oehlmann Park	oehlmann-park	US		0	America/Denver	39.51888	-105.25916	2567	Dehlmans Camp,Oehlmann Park		CO	059		
5433383	Old Fort Bent (historical)	old-fort-bent-historical	US		0	America/Denver	38.04056	-103.42938	1221			CO	089		
5433385	Old Fort Lyons	old-fort-lyons	US		0	America/Denver	38.09584	-102.7727	1126			CO	011		
5433414	Old Mountain View (historical)	old-mountain-view-historical	US		0	America/Denver	38.83388	-104.99137	2937			CO	041		
5433446	Old Wells	old-wells	US		0	America/Denver	38.9	-102.3263	1275			CO	017		
5433519	Ophir Loop	ophir-loop	US		0	America/Denver	37.85972	-107.8684	2828	Ophir Loop,Ophir Station		CO	113		
5433549	Orchard Mesa	orchard-mesa	US		6836	America/Denver	39.04304	-108.55232	1417			CO	077		
5433559	Orchard City	orchard-city	US		3011	America/Denver	38.82832	-107.9709	1660	Eckert,Orchard City		CO	029		
5433593	Ormega	ormega	US		0	America/Denver	37.96084	-103.58633	1285			CO	089		
5433597	Oro (historical)	oro-historical	US		0	America/Denver	39.23527	-106.25224	3259			CO	065		
5433618	Orsa	orsa	US		0	America/Denver	39.42221	-104.91387	1818			CO	035		
5433621	Ortiz	ortiz	US		0	America/Denver	37.00418	-106.04419	2434			CO	021		
5433636	Osier	osier	US		0	America/Denver	37.01334	-106.33642	2932			CO	021		
5433744	Oxyoke	oxyoke	US		0	America/Denver	39.30305	-105.19833	1932			CO	059		
5433774	Pactolus	pactolus	US		0	America/Denver	39.91776	-105.46444	2501			CO	047		
5433781	Pagosa Junction	pagosa-junction	US		0	America/Denver	37.03806	-107.19921	1910	Gato,Pagosa Junction		CO	007		
5433803	Paisaje	paisaje	US		0	America/Denver	37.06779	-106.06058	2438	Paisaje,San Rafael		CO	021		
5433863	Pando	pando	US		0	America/Denver	39.45721	-106.33364	2805			CO	037		
5433892	Papeton	papeton	US		0	America/Denver	38.87638	-104.80192	1885			CO	041		
5433915	Paradise Hills	paradise-hills	US		0	America/Denver	39.71249	-105.25166	2260			CO	059		
5433929	Paragon Estates	paragon-estates	US		928	America/Denver	39.98193	-105.17471	1682			CO	013		
5433956	Park City (historical)	park-city-historical	US		0	America/Denver	39.27832	-106.09308	3201			CO	093		
5433962	Park Center	park-center	US		0	America/Denver	38.47778	-105.2061	1695			CO	043		
5434028	Parkville (historical)	parkville-historical	US		0	America/Denver	39.49887	-106.95004	3190			CO	117		
5434053	Parras Plaza	parras-plaza	US		0	America/Denver	37.17724	-104.95639	2282			CO	071		
5434109	Patterson Crossing	patterson-crossing	US		0	America/Denver	37.21752	-104.20831	1652			CO	071		
5434113	Patterson Place	patterson-place	US		0	America/Denver	39.11387	-107.41755	2195			CO	051		
5434178	Pea Green Corner	pea-green-corner	US		0	America/Denver	38.64999	-108.09507	1618			CO	085		
5434182	Peabodys	peabodys	US		0	America/Denver	39.34804	-105.92724	3095			CO	093		
5434211	Pear Park	pear-park	US		0	America/Denver	39.07026	-108.47203	1416			CO	077		
5434265	Peeples	peeples	US		0	America/Denver	38.82193	-108.34175	1457	Peeples,Peoples,Peoples Station		CO	029		
5434341	Perigo (historical)	perigo-historical	US		0	America/Denver	39.87915	-105.53083	2938			CO	047		
5434451	Phoenix (historical)	phoenix-historical	US		0	America/Denver	39.9286	-105.53555	2795			CO	047		
5434479	Pictou	pictou	US		0	America/Denver	37.63862	-104.8136	1914			CO	055		
5434487	Piedmont (historical)	piedmont-historical	US		0	America/Denver	37.1378	-104.55193	1900			CO	071		
5434511	Pieplant Mill	pieplant-mill	US		0	America/Denver	38.93805	-106.55947	3142			CO	051		
5434526	Pike-San Isabel Village	pike-san-isabel-village	US		0	America/Denver	39.05194	-105.72056	2738			CO	093		
5434538	Pikeview	pikeview	US		0	America/Denver	38.91527	-104.8222	1904			CO	041		
5434593	Pine Crest	pine-crest	US		0	America/Denver	39.11249	-104.90831	2165			CO	041		
5434609	Pine Junction	pine-junction	US		0	America/Denver	39.4661	-105.39583	2575			CO	059		
5434615	Pine Nook	pine-nook	US		0	America/Denver	39.38416	-105.07138	2239	Pine Nock,Pine Nook		CO	035		
5434695	Piñon Acres	pinon-acres	US		0	America/Denver	37.22778	-107.81729	2071	Pinon Acres,Piñon Acres		CO	067		
5434808	Placita	placita	US		0	America/Denver	39.13221	-107.26283	2270			CO	097		
5434819	Plastic	plastic	US		0	America/Denver	39.86082	-105.2286	1867	Plastic,Plastic Siding		CO	059		
5434823	Plateau City	plateau-city	US		0	America/Denver	39.2372	-107.98174	1817			CO	077		
5434832	Platoro	platoro	US		0	America/Denver	37.35195	-106.53281	3000			CO	021		
5434851	Platte Springs	platte-springs	US		0	America/Denver	39.0636	-105.35861	2553			CO	093		
5435056	Ponderosa East	ponderosa-east	US		0	America/Denver	39.5461	-104.67053	1909			CO	035		
5435058	Ponderosa Hills	ponderosa-hills	US		0	America/Denver	39.54471	-104.73192	1867			CO	035		
5435059	Ponderosa Park	ponderosa-park	US		3232	America/Denver	39.40832	-104.65108	2037			CO	039		
5435308	Preston (historical)	preston-historical	US		0	America/Denver	39.49582	-106.02113	3161			CO	117		
5435340	Prichett	prichett	US		0	America/Denver	37.37168	-102.86048	1474			CO	009		
5435345	Primero (historical)	primero-historical	US		0	America/Denver	37.14252	-104.74166	2077			CO	071		
5435432	Prowers	prowers	US		0	America/Denver	38.08195	-102.7677	1125			CO	011		
5435477	Pueblo West	pueblo-west	US		29637	America/Denver	38.35	-104.72275	1544			CO	101		
5435489	Pultney	pultney	US		0	America/Denver	38.16223	-104.04774	1336			CO	025		
5435501	Punkin Center	punkin-center	US		0	America/Denver	38.85194	-103.7005	1635	Pumpkin Center,Punkin Center		CO	073		
5435573	Quartzville (historical)	quartzville-historical	US		0	America/Denver	39.34499	-106.07724	3527			CO	093		
5435601	Querida	querida	US		0	America/Denver	38.12611	-105.33444	2739			CO	027		
5435906	Read	read	US		0	America/Denver	38.76609	-107.97618	1525			CO	029		
5436111	Redmesa	redmesa	US		0	America/Denver	37.09444	-108.17035	1996	Garland,Redmesa		CO	067		
5436172	Reilly Canyon	reilly-canyon	US		0	America/Denver	37.25446	-104.70999	2183			CO	071		
5436233	Resurrection Mill	resurrection-mill	US		0	America/Denver	39.23527	-106.27697	3139			CO	065		
5436258	Rexford (historical)	rexford-historical	US		0	America/Denver	39.53388	-105.89585	3484			CO	117		
5436280	Rhone	rhone	US		0	America/Denver	39.12665	-108.67843	1379			CO	077		
5436471	Rio Blanco	rio-blanco	US		0	America/Denver	39.73775	-107.94535	2215	Rio Blanco,Rioblanco		CO	103		
5436726	Rock Creek Park	rock-creek-park	US		58	America/Denver	38.70249	-104.83914	1929	Rock Creek Park		CO	041		
5436729	Rock Crossing	rock-crossing	US		0	America/Denver	37.77001	-104.12413	1460			CO	101		
5436871	Rogers Mesa	rogers-mesa	US		0	America/Denver	38.77915	-107.79312	1654			CO	029		
5436916	Romley (historical)	romley-historical	US		0	America/Denver	38.675	-106.37002	3145	Murphys Switch,Romley (historical)		CO	015		
5436977	Rosevale	rosevale	US		0	America/Denver	39.05998	-108.58037	1388			CO	077		
5436978	Rosita	rosita	US		0	America/Denver	38.09722	-105.33611	2685	Browns Spring,Rosita		CO	027		
5437063	Roundup Junction	roundup-junction	US		0	America/Denver	37.48277	-108.1623	3124			CO	083		
5437067	Rouse	rouse	US		0	America/Denver	37.49085	-104.71165	1984	Rouse,Santa Clara		CO	055		
5437081	Roxborough Park	roxborough-park	US		9099	America/Denver	39.47388	-105.08526	1753			CO	035		
5437122	Ruby (historical)	ruby-historical	US		0	America/Denver	39.02083	-106.6092	3469			CO	097		
5437171	Ruedi (historical)	ruedi-historical	US		0	America/Denver	39.36637	-106.79809	2369			CO	037		
5437193	Rulison	rulison	US		0	America/Denver	39.4972	-107.94063	1582			CO	045		
5437225	Russell Gulch	russell-gulch	US		0	America/Denver	39.7786	-105.53694	2789			CO	047		
5437250	Ruxton	ruxton	US		0	America/Denver	37.74806	-103.1466	1287			CO	011		
5437291	Sable	sable	US		0	America/Denver	39.76638	-104.83109	1628			CO	001		
5437369	Saint Anton Highlands	saint-anton-highlands	US		288	America/Denver	39.98693	-105.45611	2517			CO	013		
5437411	Saint Elmo (historical)	saint-elmo-historical	US		0	America/Denver	38.70472	-106.34808	3050	Forest City,Saint Elmo (historical),St. Elmo (historical)		CO	015		
5437529	Saint Thomas (historical)	saint-thomas-historical	US		0	America/Denver	37.13446	-104.55749	1900			CO	071		
5437533	Saints John (historical)	saints-john-historical	US		0	America/Denver	39.57165	-105.88168	3281			CO	117		
5437590	Salt Creek	salt-creek	US		587	America/Denver	38.23839	-104.58713	1448			CO	101		
5437622	Sample	sample	US		0	America/Denver	38.47222	-105.35555	1748			CO	043		
5437633	San Acacio	san-acacio	US		40	America/Denver	37.2139	-105.56446	2356	Lower Culebra,Plaza Abajo,San Acacio		CO	023		
5437651	San Isabel	san-isabel	US		0	America/Denver	37.98751	-105.05444	2595			CO	027		
5439256	Snow Water Springs	snow-water-springs	US		0	America/Denver	39.26471	-105.21694	1938	Snow Water Springs,Snowater Springs		CO	059		
5437895	Sarcillo	sarcillo	US		0	America/Denver	37.12558	-104.75944	2010	Sarcillo,Sarcillo Canon		CO	071		
5437908	Satank	satank	US		0	America/Denver	39.41387	-107.22839	1865			CO	045		
5437914	Saunders	saunders	US		0	America/Denver	38.76026	-108.01007	1522			CO	029		
5437986	Sawpit	sawpit	US		40	America/Denver	37.99527	-108.00173	2314	Saw Pit,Sawpit		CO	113		
5438189	Security	security	US		0	America/Denver	38.75833	-104.74303	1755			CO	041		
5438194	Sedgewick (historical)	sedgewick-historical	US		0	America/Denver	38.27917	-106.1478	2814			CO	109		
5438213	Segundo	segundo	US		98	America/Denver	37.1253	-104.75555	2018			CO	071		
5438234	Semper	semper	US		0	America/Denver	39.8561	-105.06471	1656	Semper,Sempter		CO	059		
5438257	Sequndo	sequndo	US		121	America/Denver	37.12085	-104.72221	1994			CO	071		
5438278	Seven Lakes (historical)	seven-lakes-historical	US		0	America/Denver	38.78165	-105.00859	3348			CO	119		
5438296	Sevenmile Plaza	sevenmile-plaza	US		0	America/Denver	37.64806	-106.23753	2367			CO	105		
5438334	Shaffers Crossing	shaffers-crossing	US		0	America/Denver	39.4786	-105.36833	2414			CO	059		
5438345	Shamballah-Ashrama	shamballah-ashrama	US		0	America/Denver	39.34305	-105.03332	2156	Shamballa Ashrama,Shamballah-Ashrama		CO	035		
5438388	Shavano (historical)	shavano-historical	US		0	America/Denver	38.60277	-106.2903	3276	Clifton Camp,Shavano (historical)		CO	015		
5438518	Sheephorn	sheephorn	US		0	America/Denver	39.89221	-106.46698	2430			CO	037		
5438567	Sherrelwood	sherrelwood	US		18287	America/Denver	39.83776	-105.00137	1613			CO	001		
5438597	Shirley (historical)	shirley-historical	US		0	America/Denver	38.42444	-106.12835	2644			CO	015		
5438704	Sillsville	sillsville	US		0	America/Denver	38.44666	-106.76115	2449			CO	051		
5438730	Silver Cliff	silver-cliff	US		591	America/Denver	38.13528	-105.44639	2434	Silver Cliff,Silver Cliffs		CO	027		
5438787	Silver Heights	silver-heights	US		0	America/Denver	39.41805	-104.86581	1899			CO	035		
5438870	Silverdale (historical)	silverdale-historical	US		0	America/Denver	39.69165	-105.69612	2827			CO	019		
5438920	Singleton	singleton	US		0	America/Denver	39.44304	-105.60195	2530			CO	093		
5438985	Skinners	skinners	US		0	America/Denver	38.76888	-104.76136	1761			CO	041		
5439008	Sky Village	sky-village	US		0	America/Denver	39.55054	-105.24721	2402			CO	059		
5439039	Slate Creek	slate-creek	US		0	America/Denver	39.78415	-106.16336	2501			CO	117		
5439126	Smeltertown	smeltertown	US		120	America/Denver	38.5475	-106.01446	2159			CO	015		
5439177	Smith Place	smith-place	US		0	America/Denver	38.20166	-107.05977	2572			CO	051		
5439235	Sneffels (historical)	sneffels-historical	US		0	America/Denver	37.97527	-107.74978	3237			CO	091		
5439403	Sopris (historical)	sopris-historical	US		0	America/Denver	37.13474	-104.56443	1900			CO	071		
5439409	Sopris Plaza (historical)	sopris-plaza-historical	US		0	America/Denver	37.14058	-104.57554	1900			CO	071		
5439678	South Platte	south-platte	US		0	America/Denver	39.40749	-105.17138	1859			CO	059		
5439752	Southglenn	southglenn	US		42268	America/Denver	39.58721	-104.95276	1705			CO	005		
5439783	Spar City	spar-city	US		0	America/Denver	37.70722	-106.96838	2885	Fisher City,Spar City		CO	079		
5439828	Sphinx Park	sphinx-park	US		0	America/Denver	39.42443	-105.31499	2146			CO	059		
5439849	Spivak	spivak	US		0	America/Denver	39.74471	-105.06804	1648			CO	059		
5439860	Spook City	spook-city	US		0	America/Denver	38.23	-106.19725	2938			CO	109		
5440110	Sprucewood	sprucewood	US		0	America/Denver	39.34888	-105.12082	2161			CO	035		
5440121	Sprucedale	sprucedale	US		0	America/Denver	39.58888	-105.35222	2324			CO	059		
5440206	Stanley Park	stanley-park	US		0	America/Denver	39.61832	-105.29277	2375			CO	059		
5440274	State Bridge	state-bridge	US		0	America/Denver	39.85776	-106.64976	2055			CO	037		
5440334	Stem Beach	stem-beach	US		0	America/Denver	38.16389	-104.64359	1513			CO	101		
5440421	Stollsteimer	stollsteimer	US		0	America/Denver	37.14167	-107.35477	1916			CO	007		
5440428	Stone City	stone-city	US		0	America/Denver	38.44861	-104.86109	1690			CO	101		
5440437	Stonegate	stonegate	US		8962	America/Denver	39.53082	-104.80386	1791			CO	035		
5440441	Stoner	stoner	US		0	America/Denver	37.58944	-108.32008	2278			CO	083		
5440451	Stonewall (historical)	stonewall-historical	US		0	America/Denver	38.63111	-106.35975	3433			CO	015		
5440454	Stonewall Gap	stonewall-gap	US		67	America/Denver	37.15141	-105.03861	2417			CO	071		
5440520	Stratmoor	stratmoor	US		6900	America/Denver	38.77388	-104.7797	1764			CO	041		
5440522	Stratmoor Hills	stratmoor-hills	US		0	America/Denver	38.78305	-104.79442	1813			CO	041		
5440530	Stratton Meadows	stratton-meadows	US		0	America/Denver	38.80333	-104.81164	1807			CO	041		
5440605	Sugar	sugar	US		0	America/Denver	38.15029	-102.66853	1140			CO	099		
5440611	Sugar Junction	sugar-junction	US		0	America/Denver	37.56778	-106.11253	2330			CO	105		
5440703	Summitville (historical)	summitville-historical	US		0	America/Denver	37.43056	-106.59226	3440			CO	105		
5440793	Sunset City	sunset-city	US		0	America/Denver	38.4125	-105.41722	2059			CO	043		
5440880	Swallows	swallows	US		0	America/Denver	38.30222	-104.86026	1489			CO	101		
5440881	Swallows Nest (historical)	swallows-nest-historical	US		0	America/Denver	37.15722	-108.46787	2059			CO	083		
5440888	Swan (historical)	swan-historical	US		0	America/Denver	38.68	-106.04196	2281			CO	015		
5441048	Tanglewood Acres	tanglewood-acres	US		0	America/Denver	38.09389	-105.56167	2662			CO	027		
5441084	Tarryall	tarryall	US		0	America/Denver	39.12194	-105.47556	2656	Tarryall,Tarryall - Puma City		CO	093		
5441288	Tercio	tercio	US		0	America/Denver	37.05197	-104.99667	2358	San Francisco,Tercio		CO	071		
5441384	The Pinery	the-pinery	US		10517	America/Denver	39.45527	-104.73442	1904			CO	035		
5441419	Thistledown	thistledown	US		0	America/Denver	37.99361	-107.69978	2661			CO	091		
5441605	Timpas	timpas	US		0	America/Denver	37.81807	-103.77412	1350			CO	089		
5441613	Tincup	tincup	US		0	America/Denver	38.75444	-106.47836	3096			CO	051		
5441644	Tobe	tobe	US		0	America/Denver	37.21919	-103.61162	1760			CO	071		
5441653	Todd Creek	todd-creek	US		3768	America/Denver	39.97804	-104.87331	1540			CO	001		
5441673	Tolland, Rollinsville	tolland-rollinsville	US		0	America/Denver	39.90499	-105.58917	2719			CO	047		
5441722	Tomboy (historical)	tomboy-historical	US		0	America/Denver	37.93666	-107.75451	3508			CO	113		
5441757	Toonerville	toonerville	US		0	America/Denver	37.77501	-103.1641	1275	Tonnerville,Toonerville		CO	011		
5441778	Torres	torres	US		0	America/Denver	37.06947	-105.05611	2539			CO	071		
5441779	Torres	torres	US		0	America/Denver	37.60667	-106.20447	2349			CO	105		
5441781	Tordal Estates	tordal-estates	US		0	America/Denver	39.3845	-106.0504	3247			CO	117		
5441927	Treasure	treasure	US		0	America/Denver	37.31251	-106.9656	2223			CO	007		
5442076	Truckton	truckton	US		0	America/Denver	38.73805	-104.18218	1836			CO	041		
5442082	Trujillo	trujillo	US		0	America/Denver	37.10056	-107.04698	2002			CO	007		
5442096	Trump	trump	US		0	America/Denver	38.84916	-105.78834	2876			CO	093		
5442139	Tungsten (historical)	tungsten-historical	US		0	America/Denver	39.97193	-105.47611	2437			CO	013		
5442210	Turret	turret	US		0	America/Denver	38.64027	-105.9889	2599			CO	015		
5442252	Twin Cedars	twin-cedars	US		0	America/Denver	39.35971	-105.16721	1892			CO	035		
5442262	Twin Forks	twin-forks	US		0	America/Denver	39.59277	-105.21971	2100			CO	059		
5442324	Twin Spruce	twin-spruce	US		0	America/Denver	39.88915	-105.3586	2435	Twin Spruce,Twin Spruces		CO	059		
5442418	Uncompahgre	uncompahgre	US		0	America/Denver	38.37804	-107.81867	1879	Unca-pah-gre,Uncompahgre		CO	085		
5442625	Uravan	uravan	US		0	America/Denver	38.36832	-108.73649	1521	Joe Junior Mill,Uravan		CO	085		
5442632	Utah Junction	utah-junction	US		0	America/Denver	39.80054	-104.99804	1593			CO	001		
5442633	Utaline	utaline	US		0	America/Denver	39.12693	-109.04233	1422			CO	077		
5442710	Utleyville	utleyville	US		0	America/Denver	37.27113	-103.03132	1568			CO	009		
5442799	Vallie	vallie	US		0	America/Denver	38.39416	-105.77251	1988			CO	043		
5442800	Vallorso	vallorso	US		0	America/Denver	37.28279	-104.64499	2070			CO	071		
5442829	Vanadium	vanadium	US		0	America/Denver	37.96694	-107.97173	2360			CO	113		
5442838	Vance Junction	vance-junction	US		0	America/Denver	37.93555	-107.89868	2469			CO	113		
5442840	Vancorum	vancorum	US		0	America/Denver	38.23166	-108.59565	1628			CO	085		
5442866	Vastine	vastine	US		0	America/Denver	37.63445	-106.10336	2332			CO	105		
5442887	Velasquez Plaza	velasquez-plaza	US		0	America/Denver	37.12363	-104.78249	2051			CO	071		
5442986	Viejo San Acacio	viejo-san-acacio	US		0	America/Denver	37.20279	-105.50835	2377			CO	023		
5442993	Vigil	vigil	US		0	America/Denver	37.16113	-104.94167	2245			CO	071		
5443027	Viola (historical)	viola-historical	US		0	America/Denver	37.13335	-104.60054	1900			CO	071		
5443034	Villegreen	villegreen	US		0	America/Denver	37.30585	-103.52022	1720			CO	071		
5443081	Vroman	vroman	US		0	America/Denver	38.08973	-103.81023	1291	Vraman,Vroman		CO	089		
5443082	Vulcan (historical)	vulcan-historical	US		0	America/Denver	38.34555	-107.00144	2720	Vulcan (historical),Yulcan		CO	051		
5443147	Wah Keeney Park	wah-keeney-park	US		0	America/Denver	39.66027	-105.34055	2276			CO	059		
5443197	Wallace Village	wallace-village	US		0	America/Denver	39.88332	-105.09276	1644			CO	059		
5443228	Walts Corner	walts-corner	US		0	America/Denver	37.16891	-103.87996	1768			CO	071		
5443230	Wandcrest Park	wandcrest-park	US		0	America/Denver	39.43554	-105.39389	2519			CO	059		
5443271	Wareland	wareland	US		0	America/Denver	39.09249	-103.21577	1622			CO	011		
5443367	Waterton	waterton	US		0	America/Denver	39.4936	-105.0886	1670			CO	059		
5443396	Waunita Hot Springs	waunita-hot-springs	US		0	America/Denver	38.51416	-106.50836	2730	Tomichi Hot Springs,Waunita Hot Springs		CO	051		
5443419	Weaver (historical)	weaver-historical	US		0	America/Denver	37.8839	-106.9312	3006			CO	079		
5443428	Weber	weber	US		0	America/Denver	37.3125	-108.28925	2180	Webber,Weber		CO	083		
5443482	Welby	welby	US		14846	America/Denver	39.83665	-104.95915	1565			CO	001		
5443492	Weller	weller	US		0	America/Denver	39.44749	-105.62056	2579			CO	093		
5443644	West Farm	west-farm	US		0	America/Denver	38.09279	-102.55853	1094			CO	099		
5443869	West Vail	west-vail	US		0	America/Denver	39.63026	-106.41475	2419			CO	037		
5443870	West Vancorum	west-vancorum	US		0	America/Denver	38.22777	-108.60065	1647			CO	085		
5443886	Westcreek	westcreek	US		129	America/Denver	39.15249	-105.1636	2281	West Creek,Westcreek		CO	035		
5443894	Western Hills	western-hills	US		0	America/Denver	39.83221	-104.9972	1600			CO	001		
5443937	Wezel (historical)	wezel-historical	US		0	America/Denver	38.79833	-103.45466	1462			CO	073		
5443972	Wheeler Junction	wheeler-junction	US		0	America/Denver	39.5061	-106.14224	2956			CO	117		
5444001	Whispering Pine	whispering-pine	US		0	America/Denver	39.96971	-105.48583	2561			CO	013		
5444076	Whitehorn	whitehorn	US		0	America/Denver	38.64388	-105.87834	2846			CO	043		
5444081	Whitepine	whitepine	US		0	America/Denver	38.54166	-106.39364	2960	White Pine,Whitepine		CO	051		
5444082	Whiterock	whiterock	US		0	America/Denver	37.86584	-104.11441	1437			CO	101		
5444130	Widefield	widefield	US		0	America/Denver	38.73333	-104.71997	1732			CO	041		
5444136	Wideawake (historical)	wideawake-historical	US		0	America/Denver	39.84999	-105.52166	2854	Wide Awake,Wideawake (historical)		CO	047		
5444148	Wigwam	wigwam	US		0	America/Denver	38.53944	-104.63553	1592			CO	041		
5444151	Wiladel	wiladel	US		0	America/Denver	39.74304	-103.00994	1401			CO	121		
5444269	Will-O-The-Wisp	will-o-the-wisp	US		0	America/Denver	39.46138	-105.41027	2552			CO	093		
5444647	Wolhurst	wolhurst	US		0	America/Denver	39.57054	-105.03332	1636	Platte Junction,Wolhurst		CO	005		
5444667	Wondervu	wondervu	US		0	America/Denver	39.92554	-105.39499	2631			CO	013		
5444707	Woodmoor	woodmoor	US		8741	America/Denver	39.10138	-104.84748	2208			CO	041		
5444787	Yankee (historical)	yankee-historical	US		0	America/Denver	39.82638	-105.62389	3338			CO	019		
5444930	Zinzer	zinzer	US		0	America/Denver	37.56028	-106.09447	2327			CO	105		
5444955	Alamota	alamota	US		0	America/Chicago	38.46113	-100.31014	798	Alamota,Alomata		KS	101	00775	
5444957	Alanthus	alanthus	US		0	America/Chicago	38.70001	-100.16707	762	Ailanthus,Alanthus		KS	063	38750	
5444974	Amy	amy	US		0	America/Chicago	38.48196	-100.60181	871	Amy,Ellen		KS	101	18075	
5444976	Angelus	angelus	US		0	America/Chicago	39.19112	-100.68431	893			KS	179	66400	
5444982	Zamara	zamara	US		0	America/Denver	37.15391	-104.92055	2189			CO	071		
5444984	Arkalon	arkalon	US		0	America/Chicago	37.14308	-100.80738	798			KS	175	23000	
5445047	Big Bow	big-bow	US		0	America/Chicago	37.56502	-101.56156	967			KS	187	06600	
5445065	Blakeman	blakeman	US		0	America/Chicago	39.82222	-101.1171	884	Blakeman,Weeks		KS	153	12037	
5445081	Breton	breton	US		0	America/Chicago	39.4525	-100.81404	924	Brenton,Breton		KS	193	65900	
5445125	Caruso	caruso	US		0	America/Denver	39.33861	-101.81545	1132	Caruso,Curso Siding		KS	181	42250	
5445131	Cave	cave	US		0	America/Chicago	37.35864	-101.14127	911	Cave,Citizens Spur,Cooperville,Vanceville		KS	189	48625	
5445154	Chevron	chevron	US		0	America/Chicago	38.31252	-100.91016	892			KS	171	73125	
5445205	Collano	collano	US		0	America/Chicago	37.29891	-100.50737	830			KS	119	77300	
5445278	Dellvale	dellvale	US		0	America/Chicago	39.77223	-100.03513	713			KS	137	32060	
5445310	Devizes	devizes	US		0	America/Chicago	39.99112	-100.05735	702			KS	137	12260	
5445437	Gano	gano	US		0	America/Chicago	38.19224	-100.91127	881			KS	055	70225	
5445526	Grigston	grigston	US		0	America/Chicago	38.48474	-100.71709	892	Grigsby,Grigston		KS	171	36600	
5445540	Haggard	haggard	US		0	America/Chicago	37.63447	-100.32042	847			KS	069	19525	
5445541	Halford	halford	US		0	America/Chicago	39.37306	-100.86987	939	Halford,Vernier		KS	193	51300	
5445579	Hayne	hayne	US		0	America/Chicago	37.10058	-100.80405	845			KS	175	23000	
5445595	Hickok	hickok	US		0	America/Chicago	37.56113	-101.22878	929			KS	067	40725	
5445723	Kalvesta	kalvesta	US		0	America/Chicago	38.05946	-100.28625	813			KS	055	25600	
5445724	Kanco	kanco	US		0	America/Denver	38.47224	-102.04268	1187			KS	071	71475	
5445815	Leoville	leoville	US		0	America/Chicago	39.58167	-100.46098	839			KS	039	18625	
5445884	Lowe	lowe	US		0	America/Chicago	38.03308	-100.99267	889			KS	055	64800	
5445939	Mayline	mayline	US		0	America/Denver	37.96001	-101.66045	972	Carlisle,Mayline		KS	075	69875	
5445940	McAllaster	mcallaster	US		0	America/Chicago	39.00612	-101.39155	962	Bureau,McAllaster		KS	109	43600	
5445996	Missler	missler	US		0	America/Chicago	37.3178	-100.43515	823	Jasper,Missler		KS	119	46025	
5445463	Gem	gem	US	67734	87	America/Chicago	39.42778	-100.89765	943			KS	193	37425	
5446051	New Almelo	new-almelo	US		0	America/Chicago	39.59417	-100.11791	732	Almelo,New Almelo,New Elam,New Elm		KS	137	32060	
5446116	Oronoque	oronoque	US		0	America/Chicago	39.78889	-100.02541	723	Dallas,Oronoque		KS	137	32060	
5446120	Page City	page-city	US		0	America/Chicago	39.08973	-101.14627	986	Boaz Station,Page City		KS	109	80100	
5446171	Pence	pence	US		0	America/Chicago	38.65585	-101.07265	955			KS	171	05175	
5446273	Plymell	plymell	US		0	America/Chicago	37.80975	-100.86989	877			KS	055	34675	
5446275	Ravanna	ravanna	US		0	America/Chicago	38.15974	-100.38236	780	Cowland,Mason,Ravanna		KS	055	25600	
5446277	Reager	reager	US		0	America/Chicago	39.82695	-100.09624	768			KS	137	32060	
5446295	Ritchal	ritchal	US		0	America/Chicago	38.03252	-101.02822	897			KS	055	64800	
5446309	Rodkey	rodkey	US		0	America/Chicago	38.0178	-100.95766	885			KS	055	64800	
5446330	Ryus	ryus	US		0	America/Chicago	37.4978	-101.10822	921			KS	067	68875	
5446385	Ruleton	ruleton	US		0	America/Denver	39.33944	-101.88934	1156			KS	181	41175	
5446412	Saunders	saunders	US		0	America/Chicago	37.47113	-102.03934	1116	Saunders,Uninc		KS	187	44400	
5446486	Shallow Water	shallow-water	US		0	America/Chicago	38.37363	-100.91293	898			KS	171	73125	
5446538	Spica	spica	US		0	America/Chicago	39.20667	-100.91543	941			KS	193	66875	
5446560	Stano	stano	US		0	America/Chicago	37.52058	-101.48989	952			KS	067	68875	
5446626	Tennis	tennis	US		0	America/Chicago	38.16336	-100.91099	882			KS	055	70225	
5446634	Tice	tice	US		0	America/Chicago	37.51614	-100.72683	873			KS	081	41675	
5446699	Voda	voda	US		0	America/Chicago	39.04917	-100.01985	776	Colony Station,Voda,Vodal		KS	195	14925	
5446708	Walkinghood	walkinghood	US		0	America/Denver	38.47224	-101.97268	1167			KS	071	71475	
5446761	Wettick	wettick	US		0	America/Chicago	37.79669	-100.26431	789			KS	069	13300	
5446810	Woods	woods	US		0	America/Chicago	37.1703	-101.10572	904			KS	189	12200	
5454097	Abe Yarbrough	abe-yarbrough	US		0	America/Denver	31.65204	-108.84561	1489			NM	023		
5454112	Abeytas	abeytas	US		56	America/Denver	34.46756	-106.81142	1448	Abeytas,Los Abeytas,Plaza de los Abeytas		NM	053		
5454128	Abo	abo	US		0	America/Denver	34.4559	-106.33307	1873			NM	057		
5454151	Abuelo	abuelo	US		0	America/Denver	35.94503	-105.36085	2310			NM	033		
5454217	Acoma Pueblo	acoma-pueblo	US		0	America/Denver	34.89644	-107.58172	2000	A-ko,Acoma Pueblo,Acomo,Acu,Acuco,Ah-ko,Ahacus,Ako,Ako'ongwi *,Akoma'ongwi *,Akome *,San Esteban de Acoma,Ti'lawehuide *,Totshiagi'i *,Tuthla-huay *		NM	006		
5454226	Acomita	acomita	US		0	America/Denver	35.05532	-107.57172	1841			NM	006		
5454228	Acomita Lake	acomita-lake	US		416	America/Denver	35.07032	-107.61366	1865			NM	006		
5454247	Acoma Village	acoma-village	US		0	America/Denver	34.89866	-107.58699	1936			NM	006		
5454268	Adelino	adelino	US		823	America/Denver	34.71589	-106.73114	1470	Adelino,Los Enlames,Ranchos de Tome		NM	061		
5454271	Aden	aden	US		0	America/Denver	32.15287	-107.12751	1339			NM	013		
5454280	Adero Az	adero-az	US		0	America/Denver	35.35366	-104.45915	1395			NM	047		
5454297	Adobe Ranch	adobe-ranch	US		0	America/Denver	33.86229	-106.305	1803	Adobe,Adobe Ranch		NM	053		
5454336	Agua (historical)	agua-historical	US		0	America/Denver	35.24532	-106.24558	1992			NM	049		
5454355	Agua Fria	agua-fria	US		2800	America/Denver	35.65448	-106.02224	2000			NM	049		
5454357	Agua Fria	agua-fria	US		0	America/Denver	36.43003	-105.2989	2550			NM	007		
5454380	Agua Negra (historical)	agua-negra-historical	US		0	America/Denver	34.87728	-104.69443	1395			NM	019		
5454405	Agua Zarca	agua-zarca	US		0	America/Denver	35.56338	-105.27195	1999			NM	047		
5454427	Agudo	agudo	US		0	America/Denver	34.40535	-104.30359	1297			NM	011		
5454456	Air Base City	air-base-city	US		0	America/Denver	32.76984	-103.19521	1123			NM	025		
5454479	Akela	akela	US		0	America/Denver	32.24592	-107.40558	1269			NM	029		
5454514	Alamillo	alamillo	US		102	America/Denver	34.25479	-106.91614	1426			NM	053		
5454518	Alamito	alamito	US		0	America/Denver	35.82254	-104.43748	1705			NM	033		
5454543	Alamo (historical)	alamo-historical	US		0	America/Denver	34.83756	-104.27803	1394			NM	019		
5454604	Alamo Hueco	alamo-hueco	US		0	America/Denver	31.44066	-108.42754	1460			NM	023		
5454633	Alamorosa	alamorosa	US		0	America/Denver	33.00564	-105.99221	1364			NM	035		
5454681	Alaska	alaska	US		0	America/Denver	35.05282	-107.59616	1847			NM	006		
5454754	Alcatraz	alcatraz	US		0	America/Denver	36.75639	-107.757	1713			NM	045		
5454789	Alexander Place	alexander-place	US		0	America/Denver	34.68617	-106.25419	1994			NM	057		
5454813	Alhambra (historical)	alhambra-historical	US		0	America/Denver	32.72146	-108.51005	1777			NM	017		
5454822	Alire	alire	US		0	America/Denver	36.47641	-106.58087	2174			NM	039		
5454828	Alivio	alivio	US		0	America/Denver	32.83674	-107.02085	1369			NM	051		
5454857	Allen (historical)	allen-historical	US		0	America/Denver	35.01228	-103.13856	1221			NM	037		
5454884	Alley Place	alley-place	US		0	America/Denver	34.97255	-106.2503	2197			NM	001		
5454920	Alpine Cellars Village	alpine-cellars-village	US		0	America/Denver	33.37453	-105.69193	2259			NM	027		
5454992	Amargo	amargo	US		0	America/Denver	36.93779	-106.8917	2136			NM	039		
5455005	Ambrosia Lake	ambrosia-lake	US		0	America/Denver	35.41892	-107.82173	2133			NM	031		
5455082	Analco (historical)	analco-historical	US		0	America/Denver	35.68336	-105.94363	2128	Analco (historical),Barrio de Analco		NM	049		
5455085	Anapra	anapra	US		0	America/Denver	31.78427	-106.56388	1180	Anapara,Anapra		NM	013		
5455088	Anasazi Trails	anasazi-trails	US		0	America/Denver	35.31643	-106.51253	1625			NM	043		
5455138	Anchor (historical)	anchor-historical	US		0	America/Denver	36.76281	-105.33945	3144			NM	055		
5455143	Ancon	ancon	US		0	America/Denver	35.71532	-104.42554	1398			NM	047		
5455146	Ancones	ancones	US		0	America/Denver	36.42391	-106.06308	2097			NM	039		
5455160	Anderson Place	anderson-place	US		0	America/Denver	34.68061	-106.34946	2155			NM	057		
5455183	Andrews Place	andrews-place	US		0	America/Denver	32.03263	-103.39796	969			NM	025		
5455224	Angostura	angostura	US		0	America/Denver	35.3742	-106.49336	1557			NM	043		
5455225	Angostura	angostura	US		0	America/Denver	36.1017	-105.4864	2737			NM	055		
5455232	Angostura	angostura	US		0	America/Denver	32.65203	-107.09307	1235			NM	013		
5455234	Angus	angus	US		0	America/Denver	33.44536	-105.66554	2115			NM	027		
5455278	Anniston (historical)	anniston-historical	US		0	America/Denver	35.37394	-103.32246	1154			NM	037		
5455321	Antelope Springs	antelope-springs	US		0	America/Denver	34.83228	-106.06807	1875	Antelope,Antelope Springs		NM	057		
5455370	Antelope Wells	antelope-wells	US		0	America/Denver	31.349	-108.50893	1422			NM	023		
5455424	Anzac	anzac	US		0	America/Denver	35.06865	-107.72672	1909			NM	006		
5455450	Apache Creek	apache-creek	US		67	America/Denver	33.83311	-108.62506	1954			NM	003		
5455504	Apache Springs	apache-springs	US		0	America/Denver	35.37227	-105.19306	1816			NM	047		
5455534	Apodaca	apodaca	US		0	America/Denver	36.19863	-105.86224	1866	Apodaca,Apodaco		NM	039		
5455573	Arabela	arabela	US		0	America/Denver	33.58703	-105.17332	1670			NM	027		
5455577	Arabella	arabella	US		0	America/Denver	34.86367	-104.78416	1505			NM	019		
5455616	Arch	arch	US		0	America/Denver	34.11342	-103.14245	1196			NM	041		
5455627	Archuleta	archuleta	US		0	America/Denver	36.79417	-107.70895	1736			NM	045		
5455653	Arenal	arenal	US		0	America/Denver	35.05338	-106.70419	1507	Arenal,Los Arenales		NM	001		
5455674	Arkansas Junction	arkansas-junction	US		0	America/Denver	32.69679	-103.35104	1158			NM	025		
5455679	Armenta Plaza (historical)	armenta-plaza-historical	US		0	America/Denver	35.82476	-104.37054	1455			NM	021		
5455681	Armijo	armijo	US		0	America/Denver	35.05366	-106.67725	1507	Armijo,Old Albuquerque		NM	001		
5455786	Arroyo del Agua	arroyo-del-agua	US		0	America/Denver	36.15946	-106.65226	2083			NM	039		
5455876	Aspen Mountain	aspen-mountain	US		0	America/Denver	33.69811	-108.96562	2736			NM	003		
5455913	Atarque	atarque	US		0	America/Denver	34.73643	-108.70313	2071	Adela Kohana,Atarque		NM	006		
5455934	Atencio	atencio	US		0	America/Denver	36.77141	-103.12577	1469			NM	059		
5455959	Atrisco	atrisco	US		0	America/Denver	35.08116	-106.68753	1510	Atlisco,Atrisco,Atrisco de Albuquerque,Ranchos de Atrisco		NM	001		
5455991	Augustine	augustine	US		0	America/Denver	34.937	-106.19419	2023			NM	001		
5455992	Augustine (historical)	augustine-historical	US		0	America/Denver	34.11339	-107.67005	2135			NM	053		
5456077	Azul	azul	US		0	America/Denver	34.69395	-106.75836	1468			NM	061		
5456137	Baca (historical)	baca-historical	US		0	America/Denver	33.53675	-105.36332	1957			NM	027		
5456183	Bacaville	bacaville	US		0	America/Denver	34.64228	-106.78058	1466			NM	061		
5456240	Baird Place	baird-place	US		0	America/Denver	32.16096	-103.42797	1031			NM	025		
5456399	Banning Place	banning-place	US		0	America/Denver	36.92225	-105.12917	2528			NM	007		
5456458	Barber Crossing	barber-crossing	US		0	America/Denver	32.48539	-104.39663	1030			NM	015		
5456477	Barelas	barelas	US		0	America/Denver	35.0731	-106.65669	1508			NM	001		
5456516	Barr	barr	US		0	America/Denver	34.97755	-106.66752	1500			NM	001		
5456521	Barranca	barranca	US		0	America/Denver	36.20363	-106.34586	1845	Barranca,El Barranco		NM	039		
5456522	Barranca	barranca	US		0	America/Denver	36.26197	-105.8678	2119			NM	055		
5456534	Barranco	barranco	US		0	America/Denver	35.32366	-105.41529	1815	Barranca,Barranco		NM	047		
5456600	Basgal Place	basgal-place	US		0	America/Denver	35.36642	-108.47341	2444			NM	031		
5456650	Bates Place	bates-place	US		0	America/Denver	35.49449	-103.41329	1247			NM	021		
5456876	Beatty Wells	beatty-wells	US		0	America/Denver	33.72592	-103.95024	1253			NM	005		
5456922	Beclabito	beclabito	US		317	America/Denver	36.84139	-109.01954	1699	Beclabata,Beclabito,Beklabito,Biclabito,Biltabito,Bitl'aabito,Bitlabito		NM	045		
5456953	Beenham	beenham	US		0	America/Denver	36.21448	-103.6344	1594			NM	059		
5457044	Bellview	bellview	US		0	America/Denver	34.82118	-103.10773	1358	Bellview,Rosedale		NM	009		
5457083	Bene Dunagan	bene-dunagan	US		0	America/Denver	31.71399	-108.82283	1459			NM	023		
5457114	Benson (historical)	benson-historical	US		0	America/Denver	34.20036	-103.79024	1363	Benson (historical),Pearson		NM	041		
5457119	Benson Place	benson-place	US		0	America/Denver	34.69561	-106.31113	2048			NM	057		
5457162	Bermadez Place	bermadez-place	US		0	America/Denver	34.67617	-106.3178	2068			NM	057		
5457167	Bernal	bernal	US		0	America/Denver	35.39282	-105.31751	1875			NM	047		
5457200	Bernardo	bernardo	US		0	America/Denver	34.41868	-106.83364	1445	Bernardo,Picacho		NM	053		
5457211	Berrendo (historical)	berrendo-historical	US		0	America/Denver	33.45287	-104.5233	1094			NM	005		
5457319	Bibo	bibo	US		140	America/Denver	35.17421	-107.38866	1895	Bibo,Seboyetita		NM	006		
5457427	Big Mill	big-mill	US		0	America/Denver	32.65897	-107.9917	1725			NM	017		
5457539	Biggs (historical)	biggs-historical	US		0	America/Denver	36.90557	-106.79226	2284	Biggs (historical),Biggs Spur		NM	039		
5457593	Birchfield	birchfield	US		0	America/Denver	31.63093	-108.852	1501			NM	023		
5457721	Black Hawk (historical)	black-hawk-historical	US		0	America/Denver	32.70535	-108.52283	1874			NM	017		
5457761	Black Lake	black-lake	US		0	America/Denver	36.29837	-105.25862	2615			NM	007		
5457769	Black Lake Resorts	black-lake-resorts	US		0	America/Denver	36.27392	-105.24362	2661			NM	007		
5457857	Black River Village	black-river-village	US		0	America/Denver	32.20179	-104.253	983			NM	015		
5457909	Blackdom (historical)	blackdom-historical	US		0	America/Denver	33.16372	-104.50886	1113			NM	005		
5457953	Blackwell Place	blackwell-place	US		0	America/Denver	35.09949	-106.14336	1968			NM	049		
5458033	Blazers Mill	blazers-mill	US		0	America/Denver	33.15647	-105.78749	1965			NM	035		
5458062	Bloodgood Place	bloodgood-place	US		0	America/Denver	33.05146	-107.96976	2119	Bloodgood Place,Bloodgoods		NM	017		
5458224	Bluit	bluit	US		0	America/Denver	33.62927	-103.18356	1235	Bluit,Bluitt		NM	041		
5458319	Boles Acres	boles-acres	US		1638	America/Denver	32.80703	-105.9861	1251			NM	035		
5458344	Bonanza City (historical)	bonanza-city-historical	US		0	America/Denver	35.53892	-106.12002	1837			NM	049		
5458399	Bonito	bonito	US		0	America/Denver	33.45063	-105.70887	2179	Bonita City,Bonito,Bonito City,Bonito Dam		NM	027		
5458445	Boon Place	boon-place	US		0	America/Denver	35.27725	-108.39285	2472			NM	006		
5458501	Borica	borica	US		0	America/Denver	34.67534	-104.64777	1459	Borica,Borica Spring		NM	019		
5458503	Border City (historical)	border-city-historical	US		0	America/Denver	31.82649	-107.64002	1238	Border City (historical),South Columbus		NM	029		
5458571	Bosquecito	bosquecito	US		0	America/Denver	33.97729	-106.85086	1396			NM	053		
5458636	Box Bar Place	box-bar-place	US		0	America/Denver	34.42422	-107.79116	2085			NM	003		
5458734	Bramlett	bramlett	US		0	America/Denver	31.33427	-108.84394	1569			NM	053		
5458782	Brazos	brazos	US		44	America/Denver	36.7514	-106.56142	2255	Brasubu'u *,Brazos,Los Brazos		NM	039		
5458796	Bread Springs	bread-springs	US		0	America/Denver	35.39836	-108.66703	2179	Baahaalini,Bread Springs		NM	031		
5458829	Briggs Place	briggs-place	US		0	America/Denver	35.11338	-106.17447	1994			NM	049		
5458846	Brimhall Nizhoni	brimhall-nizhoni	US		199	America/Denver	35.76752	-108.64342	1874			NM	031		
5458857	Brizendine Place	brizendine-place	US		0	America/Denver	34.66978	-106.29002	2032			NM	057		
5458880	Brockman	brockman	US		0	America/Denver	32.12314	-108.48477	1317			NM	017		
5458907	Broncho	broncho	US		0	America/Denver	34.55895	-106.1364	1928			NM	057		
5458950	Brown Place	brown-place	US		0	America/Denver	35.5356	-103.41912	1303			NM	021		
5458951	Brown Place	brown-place	US		0	America/Denver	34.73922	-106.32891	2114			NM	057		
5459090	Buchanan (historical)	buchanan-historical	US		0	America/Denver	34.43202	-104.79249	1564			NM	011		
5459194	Budville	budville	US		0	America/Denver	35.07004	-107.52588	1852			NM	006		
5459199	Buena Ventura	buena-ventura	US		0	America/Denver	35.07644	-106.5378	1656			NM	001		
5459217	Bueyeros	bueyeros	US		0	America/Denver	35.97948	-103.68718	1386	Bueyeros,Vigil,Vigil Plaza		NM	021		
5459234	Buffalo Springs	buffalo-springs	US		0	America/Denver	35.93474	-108.65397	1843	Ayan bito,Buffalo Springs		NM	031		
5459360	Bunk Clay Place	bunk-clay-place	US		0	America/Denver	35.41338	-103.3319	1171			NM	037		
5459631	C Davis Place	c-davis-place	US		0	America/Denver	34.962	-106.11058	1928			NM	057		
5459753	Cabezon	cabezon	US		0	America/Denver	35.62642	-107.09782	1864	Cabezon,Cabezon Station,La Posta		NM	043		
5459793	Cabra Springs (historical)	cabra-springs-historical	US		0	America/Denver	35.31505	-104.65971	1470	Cabra,Cabra Springs (historical)		NM	047		
5459971	Cameo	cameo	US		0	America/Denver	34.28758	-103.22328	1259			NM	041		
5460034	Campana	campana	US		0	America/Denver	35.57532	-103.89386	1364			NM	047		
5460075	Cañada Village	canada-village	US		0	America/Denver	35.06644	-106.50336	1708	Canada Village,Cañada Village		NM	001		
5460085	Cañada de los Alamos	canada-de-los-alamos	US		434	America/Denver	35.59309	-105.86113	2305	Canada de los Alamos,Cañada de los Alamos		NM	049		
5460120	Candelaria Place	candelaria-place	US		0	America/Denver	34.67228	-106.35252	2166			NM	057		
5460191	Cañoncito	canoncito	US		0	America/Denver	35.13699	-106.37336	2134	Canoncito,Cañoncito,To Hajiileehi		NM	001		
5460192	Cañoncito	canoncito	US		0	America/Denver	36.18086	-105.83224	1902	Canoncito,Cañoncito		NM	039		
5460193	Canoncito	canoncito	US		0	America/Denver	35.79893	-105.32251	2205			NM	047		
5460195	Canoncito	canoncito	US		0	America/Denver	35.9492	-105.26251	2153			NM	033		
5460204	Cañoncito	canoncito	US		0	America/Denver	36.54447	-105.6339	2211	Canoncito,Cañoncito		NM	055		
5460247	Cantara	cantara	US		0	America/Denver	34.42452	-103.74302	1344			NM	041		
5460262	Canton (historical)	canton-historical	US		0	America/Denver	34.21674	-104.03219	1321			NM	011		
5460271	Canyon Estates	canyon-estates	US		0	America/Denver	35.08227	-106.38114	1931			NM	001		
5460274	Canyon Mill	canyon-mill	US		0	America/Denver	34.31451	-106.7153	1588			NM	053		
5460328	Capitan Hill	capitan-hill	US		0	America/Denver	36.67031	-104.77444	1989			NM	007		
5460444	Carisbrook	carisbrook	US		0	America/Denver	36.91697	-104.37137	2044	Carisbrook,Carisbrooke		NM	007		
5461735	Chisum	chisum	US		0	America/Denver	33.26205	-104.41885	1080			NM	005		
5460479	Carne	carne	US		0	America/Denver	32.28814	-107.57141	1278			NM	029		
5460484	Carnero	carnero	US		0	America/Denver	34.62423	-105.38695	1885			NM	057		
5460489	Carnuel	carnuel	US		1232	America/Denver	35.06394	-106.45725	1786	Carna-aye,Carnue,Carnuel		NM	001		
5460514	Carracas	carracas	US		0	America/Denver	36.99862	-107.24504	1884	Caracas,Carracas		NM	039		
5460538	Carrizo	carrizo	US		0	America/Denver	33.28369	-105.70693	2153			NM	035		
5460633	Casa Colorada	casa-colorada	US		272	America/Denver	34.57395	-106.74919	1461	Casa Colorada,Casa Colorado,Turn		NM	061		
5460647	Casa Loma	casa-loma	US		0	America/Denver	35.11088	-106.38586	2085			NM	001		
5460650	Casa Salazar	casa-salazar	US		0	America/Denver	35.48337	-107.11615	1767	Casa Salazar,Salazar		NM	043		
5460658	Casa Fria	casa-fria	US		0	America/Denver	35.26365	-107.46699	2535			NM	006		
5460811	Cavasos Place	cavasos-place	US		0	America/Denver	35.08477	-106.02669	1905			NM	057		
5460869	Cebolletita	cebolletita	US		0	America/Denver	35.17448	-107.39616	1909			NM	006		
5460911	Cedar Grove (historical)	cedar-grove-historical	US		0	America/Denver	32.00732	-108.16393	1460			NM	029		
5460986	Cedro	cedro	US		430	America/Denver	35.02227	-106.35364	2159			NM	001		
5461046	Center Mill	center-mill	US		0	America/Denver	33.2751	-104.7747	1247	Center Mill,Center Windmill		NM	005		
5461063	Centerville Corner	centerville-corner	US		0	America/Denver	35.79671	-103.12689	1346	Centerville,Centerville Corner		NM	059		
5461293	Chamita	chamita	US		870	America/Denver	36.0703	-106.09697	1745			NM	039		
5461299	Chamizal	chamizal	US		101	America/Denver	34.21757	-106.91364	1422	Chamisal,Chamizal		NM	053		
5461331	Chapatalito (historical)	chapatalito-historical	US		0	America/Denver	35.34643	-105.98113	1911			NM	049		
5461336	Chapelle	chapelle	US		0	America/Denver	35.38921	-105.29362	1861			NM	047		
5461338	Chaperito	chaperito	US		0	America/Denver	35.36588	-104.94527	1652			NM	047		
5461354	Chappel	chappel	US		0	America/Denver	32.19176	-107.18474	1302			NM	013		
5461358	Chapman Place	chapman-place	US		0	America/Denver	32.8909	-108.99284	1581			NM	017		
5461408	Chato	chato	US		0	America/Denver	34.63089	-106.34891	2104			NM	057		
5461430	Chaves Place	chaves-place	US		0	America/Denver	33.4009	-107.50587	1751			NM	051		
5461431	Chaves Place	chaves-place	US		0	America/Denver	34.74167	-106.37556	2226			NM	057		
5461495	Chelwood Park	chelwood-park	US		0	America/Denver	35.09616	-106.50697	1738			NM	001		
5461532	Cherry Valley (historical)	cherry-valley-historical	US		0	America/Denver	35.79254	-104.84333	1897	Cherry Valley (historical),Cherryvale		NM	033		
5461538	Cherryville (historical)	cherryville-historical	US		0	America/Denver	33.56951	-107.60504	1894			NM	053		
5461546	Chi Chil Tah	chi-chil-tah	US		0	America/Denver	35.24947	-108.90786	2061	Cheechilgeetho,Chi Chil Tah,Gahyazhi,Jones Ranch,Tse Chiltah		NM	031		
5461550	Chical	chical	US		0	America/Denver	35.34004	-106.52225	1554			NM	043		
5461551	Chical	chical	US		107	America/Denver	34.86839	-106.66836	1494			NM	061		
5461615	Childres Place	childres-place	US		0	America/Denver	35.32782	-105.72029	2148			NM	049		
5461626	Chilili	chilili	US		137	America/Denver	34.8895	-106.2328	2077	Acolocu *,Chichilli,Chichiti,Chili,Chilile,Chilili,Chilily,Chititi		NM	001		
5461719	Chippeway Park	chippeway-park	US		0	America/Denver	32.90954	-105.70526	2516			NM	035		
5461727	Chise	chise	US		0	America/Denver	33.27229	-107.59754	1743			NM	051		
5461832	Christopher Place	christopher-place	US		0	America/Denver	36.92084	-107.51422	1975			NM	045		
5461845	Chupadera	chupadera	US		0	America/Denver	34.27062	-106.36057	1875			NM	057		
5461856	Chupadero	chupadero	US		362	America/Denver	35.82253	-105.91669	2087			NM	049		
5462035	Cienega (historical)	cienega-historical	US		0	America/Denver	32.0515	-105.10023	1114			NM	035		
5462064	Cieneguilla	cieneguilla	US		0	America/Denver	35.59559	-106.12363	1864			NM	049		
5462114	Ciniza	ciniza	US		0	America/Denver	35.49086	-108.42146	2114			NM	031		
5462141	Ciruela	ciruela	US		0	America/Denver	35.95448	-104.81861	1982			NM	033		
5462195	Clara Peak	clara-peak	US		0	America/Denver	36.03558	-106.2403	2601			NM	039		
5462235	Claud	claud	US		0	America/Denver	34.59424	-103.17912	1354			NM	009		
5462455	Coalora	coalora	US		0	America/Denver	33.56786	-105.59721	1999			NM	027		
5462457	Coane	coane	US		0	America/Denver	33.8009	-106.32723	1854			NM	053		
5462470	Cobre	cobre	US		39	America/Denver	32.78063	-108.11199	1827	Cobre,San Jose		NM	017		
5462480	Cochiti	cochiti	US		528	America/Denver	35.60892	-106.3503	1608			NM	043		
5462560	Cole Place	cole-place	US		0	America/Denver	32.82039	-104.74358	1254			NM	015		
5462612	Colmor	colmor	US		0	America/Denver	36.22059	-104.64943	1815			NM	007		
5462618	Colonias	colonias	US		0	America/Denver	35.10978	-104.84722	1487	Colonias,Las Colonias		NM	019		
5462778	Conchas	conchas	US		0	America/Denver	35.37148	-104.2085	1283			NM	047		
5462891	Contreras	contreras	US		0	America/Denver	34.38284	-106.81364	1444			NM	053		
5462930	Cooney	cooney	US		0	America/Denver	33.42284	-108.80784	1759			NM	003		
5463001	Copper City (historical)	copper-city-historical	US		0	America/Denver	36.00196	-106.91226	2226	Copper,Copper City (historical)		NM	043		
5463046	Copperton	copperton	US		0	America/Denver	35.14615	-108.15006	2544			NM	006		
5463050	Cora Crew	cora-crew	US		0	America/Denver	33.48258	-106.025	1588			NM	027		
5463054	Corazon (historical)	corazon-historical	US		0	America/Denver	35.44671	-104.60388	1558			NM	047		
5463116	Corner Ranch	corner-ranch	US		0	America/Denver	31.35622	-108.21114	1359			NM	023		
5463145	Corner Well	corner-well	US		0	America/Denver	33.64232	-103.63107	1355			NM	005		
5463147	Corner Well	corner-well	US		0	America/Denver	32.49816	-105.07192	1927			NM	035		
5463261	Correo	correo	US		0	America/Denver	34.95505	-107.18476	1680	Correo,San Jose,Suwanee		NM	061		
5463266	Corrumpa (historical)	corrumpa-historical	US		0	America/Denver	36.78224	-103.50773	1688			NM	059		
5463277	Coruco	coruco	US		0	America/Denver	35.36616	-105.43862	1837	Coruco,Corugo		NM	047		
5463300	Cotton Place	cotton-place	US		0	America/Denver	32.22485	-103.66326	1095			NM	025		
5463306	Cotton City	cotton-city	US		388	America/Denver	32.08842	-108.87922	1291			NM	023		
5463537	Cowles	cowles	US		0	America/Denver	35.81198	-105.65974	2483			NM	047		
5463584	Coyote (historical)	coyote-historical	US		0	America/Denver	35.35671	-106.33725	1730			NM	043		
5463592	Coyote Canyon	coyote-canyon	US		0	America/Denver	35.77474	-108.62092	1866			NM	031		
5463679	Craig (historical)	craig-historical	US		0	America/Denver	33.63562	-107.01475	1377			NM	053		
5463702	Crane Place	crane-place	US		0	America/Denver	34.81505	-107.38449	1769			NM	006		
5463766	Crisp	crisp	US		0	America/Denver	32.73815	-105.63942	2449			NM	035		
5463901	Crowther Cow Camp	crowther-cow-camp	US		0	America/Denver	36.72279	-106.34225	2998	Crawthner Cow Camp,Crowther Cow Camp		NM	039		
5463932	Cruzville	cruzville	US		72	America/Denver	33.80728	-108.66534	1932			NM	003		
5463950	Cuates (historical)	cuates-historical	US		0	America/Denver	36.78586	-103.32383	1651			NM	059		
5464001	Cuchillo	cuchillo	US		0	America/Denver	33.23591	-107.36059	1457			NM	051		
5464021	Cudei	cudei	US		0	America/Denver	36.85833	-108.77648	1465	Cudai,Cudei		NM	045		
5464032	Cuervo Crossing	cuervo-crossing	US		0	America/Denver	35.3342	-107.01782	1696			NM	043		
5464098	Culebra	culebra	US		0	America/Denver	34.68256	-105.76834	1909			NM	057		
5464116	Cummings Place	cummings-place	US		0	America/Denver	35.30005	-103.38218	1188			NM	037		
5464119	Cundiyo	cundiyo	US		72	America/Denver	35.95919	-105.89641	2032	Cundayo,Cundiyo,Kudijo,Kudijokwaeku'i *		NM	049		
5464164	Cutter	cutter	US		0	America/Denver	33.06035	-107.02252	1435			NM	051		
5464171	Cuyamungue	cuyamungue	US		479	America/Denver	35.86975	-106.00419	1828	Callamongue,Cuyamungue,Cuyamunque,Kujemugekwaeku'i'e *		NM	049		
5464183	D Candelaria Ranch	d-candelaria-ranch	US		0	America/Denver	34.61478	-106.36196	2172	D Candelaria Place,D Candelaria Ranch		NM	057		
5464238	Dahlia	dahlia	US		0	America/Denver	35.12144	-105.27695	1715			NM	019		
5464258	Dalies	dalies	US		0	America/Denver	34.772	-106.86059	1618			NM	061		
5464307	Danvik Place	danvik-place	US		0	America/Denver	34.96338	-106.2228	2104			NM	057		
5464426	Dawson (historical)	dawson-historical	US		0	America/Denver	36.6642	-104.77472	1932	Dawson (historical),Mountview		NM	007		
5464600	Deep Tunnel (historical)	deep-tunnel-historical	US		0	America/Denver	36.6392	-105.20528	3295			NM	007		
5464662	Deer Creek Wells	deer-creek-wells	US		0	America/Denver	31.43455	-108.69116	1560			NM	023		
5464671	Deer Lake	deer-lake	US		0	America/Denver	35.99613	-106.8592	2540			NM	043		
5464675	Deer Creek Landing	deer-creek-landing	US		0	America/Denver	35.74419	-106.77476	1921			NM	043		
5464728	Deering Place	deering-place	US		0	America/Denver	33.95453	-104.29025	1139			NM	005		
5464730	Dehaven	dehaven	US		0	America/Denver	36.0617	-103.82719	1638			NM	021		
5464787	Dennis Chaves Estates	dennis-chaves-estates	US		0	America/Denver	35.12282	-106.31808	2106			NM	001		
5464792	Dennison Place	dennison-place	US		0	America/Denver	35.25504	-106.0503	2000	Dennison,Dennison Place		NM	049		
5464827	Derramadero	derramadero	US		0	America/Denver	34.82812	-105.33473	1765			NM	057		
5464852	Desert Mountain	desert-mountain	US		0	America/Denver	35.31448	-106.5153	1626			NM	043		
5464962	Diamante (historical)	diamante-historical	US		0	America/Denver	36.93251	-106.81698	2322			NM	039		
5464963	Diamante Mill	diamante-mill	US		0	America/Denver	33.32843	-104.83886	1303	Blowing Well,Diamante Mill		NM	005		
5464987	Diamond Tail Ranch	diamond-tail-ranch	US		0	America/Denver	35.32087	-106.38864	1887			NM	043		
5465017	Diener	diener	US		0	America/Denver	35.17476	-108.12729	2566			NM	006		
5465026	Dilia	dilia	US		0	America/Denver	35.19311	-105.06361	1590	Dilia,Vado de Juan Paiz		NM	019		
5465170	Dog Canyon Estates	dog-canyon-estates	US		0	America/Denver	32.74398	-105.95554	1239			NM	035		
5465220	Dolores (historical)	dolores-historical	US		0	America/Denver	35.34254	-106.11974	2070	Dolores (historical),Old Placers,Real de Dolores		NM	049		
5465233	Domingo	domingo	US		0	America/Denver	35.51087	-106.32002	1606	Annville,Domingo,Thornton		NM	043		
5465330	Dos Tristes	dos-tristes	US		0	America/Denver	35.25532	-107.23699	2000			NM	031		
5465335	Double Adobes	double-adobes	US		0	America/Denver	31.6451	-108.75588	1576			NM	023		
5465343	Double Crossing	double-crossing	US		0	America/Denver	33.52619	-105.44026	1801			NM	027		
5465357	Double Mills	double-mills	US		0	America/Denver	35.06561	-104.52304	1465			NM	019		
5465409	Douthit Place	douthit-place	US		0	America/Denver	35.26393	-105.65835	2103			NM	047		
5465671	Dummoor	dummoor	US		0	America/Denver	34.62979	-105.70501	1945			NM	057		
5465685	Dunes	dunes	US		0	America/Denver	32.66454	-105.99887	1221			NM	035		
5465689	Dunken	dunken	US		0	America/Denver	32.81288	-105.20248	1662	Dunken,Dunkin		NM	005		
5465705	Dunn Place	dunn-place	US		0	America/Denver	34.99338	-106.15475	2013			NM	057		
5465724	Duran	duran	US		35	America/Denver	34.46729	-105.39695	1913			NM	057		
5465744	Duranes	duranes	US		0	America/Denver	36.26891	-106.05224	1883			NM	039		
5465768	Dusty	dusty	US		0	America/Denver	33.62701	-107.65587	1961			NM	053		
5465769	Dusty (historical)	dusty-historical	US		0	America/Denver	33.61229	-107.65171	1948			NM	053		
5465799	Dwyer	dwyer	US		0	America/Denver	32.62841	-107.86698	1585	Dwyer,Dyer,Faywood,San Jose		NM	017		
5465817	E Davis Place	e-davis-place	US		0	America/Denver	34.91311	-106.09002	1912			NM	057		
5465905	Eagle Hill (historical)	eagle-hill-historical	US		0	America/Denver	33.65732	-103.46079	1308			NM	041		
5465968	Eakins	eakins	US		0	America/Denver	31.72093	-108.82477	1456			NM	023		
5465999	East Camp (historical)	east-camp-historical	US		0	America/Denver	32.84118	-108.92951	1753			NM	017		
5466063	East Grand Plains	east-grand-plains	US		0	America/Denver	33.33566	-104.43747	1078			NM	005		
5466086	East Las Vegas (historical)	east-las-vegas-historical	US		0	America/Denver	35.59699	-105.20056	1984			NM	047		
5466118	East Pecos	east-pecos	US		757	America/Denver	35.57365	-105.6639	2114			NM	047		
5466289	Eaton Place	eaton-place	US		0	America/Denver	31.68065	-108.93672	1711			NM	023		
5466331	Edgal Place	edgal-place	US		0	America/Denver	32.68091	-108.58172	1635	Edgal Place,Edgar Place		NM	017		
5466409	Eiland (historical)	eiland-historical	US		0	America/Denver	34.11342	-103.1955	1200			NM	041		
5466417	El Alto	el-alto	US		0	America/Denver	35.97892	-105.30807	2178			NM	033		
5466418	El Ancon	el-ancon	US		0	America/Denver	35.38949	-105.4589	1851			NM	047		
5466437	El Cerro	el-cerro	US		2953	America/Denver	34.727	-106.71086	1476			NM	061		
5466442	El Chapparal	el-chapparal	US		0	America/Denver	35.33282	-106.54003	1543			NM	043		
5466448	El Curuco	el-curuco	US		0	America/Denver	36.20696	-106.32308	1852			NM	039		
5466449	El Dado	el-dado	US		0	America/Denver	35.51558	-107.51727	2012	El Dado,El Dao,Willow Springs		NM	031		
5466455	El Dorado at Santa Fe	el-dorado-at-santa-fe	US		0	America/Denver	35.54865	-105.90891	2103			NM	049		
5466456	El Duende	el-duende	US		707	America/Denver	36.07419	-106.12002	1736	El Duende,San Francisco el Duende		NM	039		
5466460	El Gato	el-gato	US		0	America/Denver	34.62228	-106.29974	2012			NM	057		
5466463	El Guacho	el-guacho	US		0	America/Denver	36.00669	-106.08697	1724	El Gauche,El Guache,El Guacho,Guache Settlement,Guachu,La Guacho,Mahubu'u,San Pedro del Guache		NM	039		
5466464	El Llanito	el-llanito	US		0	America/Denver	35.33004	-106.53141	1550			NM	043		
5466465	El Llano	el-llano	US		0	America/Denver	36.01558	-106.04447	1746			NM	039		
5466466	El Llano	el-llano	US		0	America/Denver	35.64615	-105.27029	2043			NM	047		
5466468	El Macho	el-macho	US		0	America/Denver	35.67476	-105.69029	2229			NM	047		
5466474	El Monte Rojo	el-monte-rojo	US		0	America/Denver	36.33418	-106.49448	1971			NM	039		
5466476	El Morro	el-morro	US		0	America/Denver	35.0117	-108.35062	2199			NM	006		
5466477	El Morro	el-morro	US		0	America/Denver	35.04448	-108.32035	2224			NM	006		
5466488	El Ojito	el-ojito	US		0	America/Denver	32.00538	-106.67805	1160			NM	013		
5466493	El Padro	el-padro	US		0	America/Denver	36.43169	-105.57473	2134			NM	055		
5466506	El Porvenir	el-porvenir	US		0	America/Denver	35.69671	-105.38279	2222			NM	047		
5466517	El Rancho	el-rancho	US		1199	America/Denver	35.88919	-106.07975	1728			NM	049		
5466526	El Refugio	el-refugio	US		0	America/Denver	35.11755	-106.33808	2035			NM	001		
5466553	El Tablazon	el-tablazon	US		0	America/Denver	35.10393	-106.34002	2006	El Tablazon,Tablazon		NM	001		
5466555	El Turquillo	el-turquillo	US		0	America/Denver	36.07976	-105.25112	2237	El Turquillo,Turquillo		NM	033		
5466557	El Vado	el-vado	US		0	America/Denver	36.5939	-106.72865	2089	Baubu'u *,El Vado		NM	039		
5466564	El Valle	el-valle	US		0	America/Denver	36.1103	-105.72668	2410			NM	055		
5466567	El Valle de Arroyo Seco	el-valle-de-arroyo-seco	US		1440	America/Denver	35.9628	-106.02947	1746			NM	049		
5466585	Eldorado at Santa Fe	eldorado-at-santa-fe	US		6130	America/Denver	35.52642	-105.93474	2035			NM	049		
5466611	Elephant Butte Estates	elephant-butte-estates	US		0	America/Denver	33.18702	-107.20753	1365			NM	051		
5466697	Eller Place	eller-place	US		0	America/Denver	32.02259	-107.97337	1349			NM	029		
5466773	Emery Gap (historical)	emery-gap-historical	US		0	America/Denver	36.99613	-103.86691	1934	Cimarron Pass,Emery Gap (historical)		NM	059		
5466807	Emplazado	emplazado	US		0	America/Denver	35.73949	-105.18945	2080			NM	047		
5466813	En Medio	en-medio	US		0	America/Denver	35.82586	-105.90447	2151	En Medio,Rio en Medio		NM	049		
5466876	Encinoso	encinoso	US		0	America/Denver	33.68564	-105.48332	1907			NM	027		
5466884	Endee	endee	US		0	America/Denver	35.13784	-103.10773	1165			NM	037		
5466898	Engle	engle	US		0	America/Denver	33.17702	-107.03141	1456			NM	051		
5466914	Ensenada	ensenada	US		107	America/Denver	36.72724	-106.53337	2298	Encinada,Ensenada		NM	039		
5466957	Escabosa	escabosa	US		0	America/Denver	34.92505	-106.29002	2226	Escabosa,Escobosa		NM	001		
5466981	Escondida	escondida	US		47	America/Denver	34.10146	-106.89642	1409	Escondida,Escondido		NM	053		
5466982	Escondido (historical)	escondido-historical	US		0	America/Denver	33.48981	-105.24499	1745			NM	027		
5467013	Escondillo	escondillo	US		0	America/Denver	35.9528	-105.89085	2049			NM	049		
5467066	Espuela	espuela	US		0	America/Denver	32.92983	-104.38774	1020			NM	015		
5467071	Estaca	estaca	US		0	America/Denver	36.11197	-106.05863	1734	Estaca,Namp'onu'u *		NM	039		
5467095	Estancia Ranchettes	estancia-ranchettes	US		0	America/Denver	34.99394	-105.91835	1922			NM	057		
5467107	Estes Place	estes-place	US		0	America/Denver	32.88535	-108.92117	1735			NM	017		
5467161	Evanola	evanola	US		0	America/Denver	34.4159	-104.49415	1396			NM	011		
5467180	Evergreen Hills Subdivision	evergreen-hills-subdivision	US		0	America/Denver	35.23004	-106.48752	2093			NM	043		
5467371	Faywood (historical)	faywood-historical	US		0	America/Denver	32.56425	-108.0242	1536	Faywood (historical),Hudson		NM	017		
5467484	Field	field	US		0	America/Denver	34.62868	-103.56551	1414			NM	009		
5467497	Fierro	fierro	US		0	America/Denver	32.84535	-108.0781	2017			NM	017		
5467825	Fivemile Crossing	fivemile-crossing	US		0	America/Denver	36.69195	-107.75339	1717			NM	045		
5468122	Fort Selden	fort-selden	US		0	America/Denver	32.4837	-106.91307	1217	Fort Selden,Selden		NM	013		
5468221	Four Forks	four-forks	US		0	America/Denver	32.39039	-104.36023	1040			NM	015		
5468233	Four Points	four-points	US		0	America/Denver	32.26509	-106.78611	1183			NM	013		
5468242	Four Wells	four-wells	US		0	America/Denver	32.37316	-104.71718	1336			NM	015		
5468319	Francisco Rascon Place	francisco-rascon-place	US		0	America/Denver	33.01174	-107.62281	1750			NM	051		
5468359	Franks Place	franks-place	US		0	America/Denver	33.40646	-107.80365	2287			NM	051		
5468368	Frazier (historical)	frazier-historical	US		0	America/Denver	33.59787	-104.33247	1123			NM	005		
5468408	French	french	US		0	America/Denver	36.4742	-104.55832	1772			NM	007		
5468447	Frijoles	frijoles	US		0	America/Denver	35.77892	-106.27114	1848	El Rito,Frijoles		NM	043		
5468455	Frijoles Spring	frijoles-spring	US		0	America/Denver	36.16113	-106.37059	2138			NM	039		
5468490	Frontier Post	frontier-post	US		0	America/Denver	32.68873	-104.39524	1025			NM	015		
5468491	Frost (historical)	frost-historical	US		0	America/Denver	35.14393	-106.2853	2074			NM	001		
5468503	Fruitvale (historical)	fruitvale-historical	US		0	America/Denver	35.03421	-106.9392	1610			NM	001		
5468536	Fullerton (historical)	fullerton-historical	US		0	America/Denver	33.80617	-108.14728	2074			NM	003		
5468607	Gabaldon	gabaldon	US		0	America/Denver	35.4756	-105.29168	1939	Gabaldon,Los Gabaldones		NM	047		
5468651	Galisteo	galisteo	US		253	America/Denver	35.39559	-105.94641	1846	Galisteo,Nuestra Senora de los Remedios de Galisteo *,Santa Ana,Santa Cruz de Galisteo,Santa Maria de Galisteo,T'anuge'ongikeji *		NM	049		
5468667	Gallaher	gallaher	US		0	America/Denver	34.40285	-103.2969	1312			NM	009		
5468669	Gallegos	gallegos	US		0	America/Denver	35.60977	-103.70719	1262			NM	021		
5468670	Gallegos	gallegos	US		0	America/Denver	36.28863	-106.05058	1896	Gallegos,Los Gallegos		NM	039		
5468672	Gallegos	gallegos	US		0	America/Denver	35.03533	-106.15614	1999			NM	057		
5468722	Gallinas	gallinas	US		0	America/Denver	35.67921	-105.35335	2161	Gallinas,Las Gallinas,Lower Gallinas		NM	047		
5468832	Garanbuio	garanbuio	US		0	America/Denver	35.31588	-105.4139	1802			NM	047		
5468834	Garcia	garcia	US		0	America/Denver	31.334	-108.8631	1572			NM	053		
5468835	Garcia (historical)	garcia-historical	US		0	America/Denver	36.16087	-103.51551	1517	Garcia (historical),Garcia Plaza		NM	059		
5468868	Garcia Place	garcia-place	US		0	America/Denver	36.97612	-107.60422	1859			NM	045		
5468869	Garcia Place	garcia-place	US		0	America/Denver	33.17118	-107.48725	1605	Evans Ranch,Garcia Place		NM	051		
5468989	Gascon	gascon	US		0	America/Denver	35.8867	-105.44613	2454			NM	033		
5469144	Gibbs Place	gibbs-place	US		0	America/Denver	34.26785	-106.73002	1588			NM	053		
5469147	Gibson (historical)	gibson-historical	US		0	America/Denver	35.56679	-108.74139	2086			NM	031		
5469149	Gibson (historical)	gibson-historical	US		0	America/Denver	35.56724	-108.74425	2099			NM	031		
5469156	Gibson Place	gibson-place	US		0	America/Denver	31.76426	-108.79477	1427			NM	023		
5469181	Gila Hot Springs	gila-hot-springs	US		0	America/Denver	33.1959	-108.20699	1698	Gila Hot Springs,Gila Hotsprings		NM	017		
5469238	Gise	gise	US		0	America/Denver	35.4431	-105.61668	2067			NM	047		
5469245	Gladiola	gladiola	US		0	America/Denver	33.25733	-103.17995	1187	Gladiola,Warren		NM	025		
5469276	Glenrio	glenrio	US		0	America/Denver	35.17895	-103.04217	1175	Glenrio,Rock Island		TX	117		
5469317	Glover Place	glover-place	US		0	America/Denver	34.80089	-106.29558	2123			NM	057		
5469445	Gold Hill (historical)	gold-hill-historical	US		0	America/Denver	32.43675	-108.53172	1782			NM	017		
5469517	Golondrinas	golondrinas	US		0	America/Denver	35.88948	-105.18668	2079	Golondrinas,Golondrinos		NM	033		
5469554	Gonzales Ranch	gonzales-ranch	US		0	America/Denver	35.24588	-105.46057	1976			NM	047		
5469744	Grama	grama	US		0	America/Denver	32.74286	-107.03224	1323	Grama,Gramma		NM	013		
5469748	Gran Quivira	gran-quivira	US		0	America/Denver	34.26368	-106.10195	1935	Gran Quivira,La Gran Quivira,Quivira,Tabira,Tavira		NM	057		
5469766	Grande	grande	US		0	America/Denver	36.67058	-103.77441	1955			NM	059		
5469890	Grass Mountain Summer Home Area	grass-mountain-summer-home-area	US		0	America/Denver	35.79892	-105.65363	2622			NM	047		
5469897	Grassie Place	grassie-place	US		0	America/Denver	34.68671	-108.35701	2262			NM	006		
5470044	Greens Gap	greens-gap	US		0	America/Denver	34.09478	-108.14284	2271			NM	003		
5470100	Gribble Place	gribble-place	US		0	America/Denver	33.96311	-108.8759	2258			NM	003		
5470124	Grier	grier	US		0	America/Denver	34.41063	-103.39857	1333	Grier,Havener		NM	009		
5470167	Grubisich Place	grubisich-place	US		0	America/Denver	35.32086	-108.42757	2413			NM	031		
5470179	Guachupangue	guachupangue	US		0	America/Denver	35.9828	-106.08419	1721	Bukeji *,Guachepange,Guachepanque,Guachupangue,Potsipa'ge *		NM	039		
5470268	Guess Place	guess-place	US		0	America/Denver	32.17426	-108.26421	1376			NM	017		
5470276	Guique	guique	US		0	America/Denver	36.0878	-106.07419	1733	Guique,Hique,Quiqui,San Antonio del Bequiu del Guyqui,San Rafael del Quiqui		NM	039		
5470289	Gunn Place (historical)	gunn-place-historical	US		0	America/Denver	32.85646	-108.83784	1486			NM	017		
5470326	Gutierrezville	gutierrezville	US		0	America/Denver	34.06006	-107.92422	2189			NM	003		
5470457	Hacienda Acres	hacienda-acres	US		0	America/Denver	32.00205	-106.57749	1199			NM	013		
5470512	Hagan (historical)	hagan-historical	US		0	America/Denver	35.31726	-106.31391	1763			NM	043		
5470524	Hagerman Heights	hagerman-heights	US		0	America/Denver	32.41623	-104.22134	947			NM	015		
5470533	Hahn	hahn	US		0	America/Denver	35.1306	-106.63475	1519			NM	001		
5470578	Halls Peak (historical)	halls-peak-historical	US		0	America/Denver	36.23226	-105.07612	2308			NM	033		
5470637	Hanover Junction	hanover-junction	US		0	America/Denver	32.77841	-108.11532	1818			NM	017		
5470651	Hard Luck Crossing	hard-luck-crossing	US		0	America/Denver	33.54729	-106.98225	1426			NM	053		
5470663	Harden Cienega	harden-cienega	US		0	America/Denver	33.1734	-109.03895	1666			NM	017		
5470707	Hargis	hargis	US		0	America/Denver	35.14617	-103.81636	1279			NM	037		
5470711	Harkey Crossing	harkey-crossing	US		0	America/Denver	32.23651	-104.19744	959			NM	015		
5470776	Harroun Crossing	harroun-crossing	US		0	America/Denver	32.24068	-104.04855	895			NM	015		
5471036	Heaton (historical)	heaton-historical	US		0	America/Denver	35.5778	-108.71786	2081			NM	031		
5471145	Hematite (historical)	hematite-historical	US		0	America/Denver	36.65364	-105.35889	2998			NM	007		
5471177	Hendricks Place	hendricks-place	US		0	America/Denver	35.33783	-103.49885	1162			NM	037		
5471211	Hermanas	hermanas	US		0	America/Denver	31.85093	-107.95198	1356			NM	029		
5471245	Herrera	herrera	US		0	America/Denver	35.19226	-107.11476	1800			NM	001		
5471273	Hewitt Place	hewitt-place	US		0	America/Denver	34.56534	-106.3453	2147			NM	057		
5471274	Hext Place	hext-place	US		0	America/Denver	32.8159	-108.92867	1539			NM	017		
5471284	Hersey Place	hersey-place	US		0	America/Denver	32.51286	-107.0789	1380			NM	013		
5471355	Higgins Place	higgins-place	US		0	America/Denver	33.17955	-104.52497	1117			NM	005		
5471376	High Lonesome Wells	high-lonesome-wells	US		0	America/Denver	31.41788	-108.5581	1421			NM	023		
5471392	High Rolls	high-rolls	US		834	America/Denver	32.95092	-105.83554	2002	Fresnal,High Rolls		NM	035		
5471439	Highway Mill	highway-mill	US		0	America/Denver	33.36621	-104.84831	1316	Highway Mill,Highway Windmill		NM	005		
5471495	Hillburn City	hillburn-city	US		0	America/Denver	33.08567	-103.31634	1203			NM	025		
5471608	Hockett	hockett	US		0	America/Denver	32.60258	-107.2853	1378			NM	013		
5471628	Hoffmantown	hoffmantown	US		0	America/Denver	35.11338	-106.5378	1668			NM	001		
5471683	Hogg Place	hogg-place	US		0	America/Denver	34.68921	-108.25229	2244			NM	006		
5471720	Hollene	hollene	US		0	America/Denver	34.77757	-103.09078	1342			NM	009		
5471787	Holy Ghost	holy-ghost	US		0	America/Denver	35.76003	-105.69252	2431	Espiritu Santo,Holy Ghost		NM	047		
5471802	Home Place Well	home-place-well	US		0	America/Denver	33.75426	-103.70996	1373			NM	041		
5471937	Hooverville	hooverville	US		0	America/Denver	35.37616	-104.21775	1287			NM	047		
5472168	Horton Place	horton-place	US		0	America/Denver	35.14199	-106.20919	2042			NM	049		
5472173	Hospah	hospah	US		0	America/Denver	35.7353	-107.74645	2121			NM	031		
5472185	Hot Springs Landing	hot-springs-landing	US		110	America/Denver	33.20729	-107.21059	1371			NM	051		
5472320	Huerfano	huerfano	US		109	America/Denver	36.52695	-108.03146	1888			NM	045		
5472354	Hughes Place	hughes-place	US		0	America/Denver	34.67811	-107.78089	2337			NM	006		
5472378	Humble City	humble-city	US		0	America/Denver	32.79512	-103.2191	1131			NM	025		
5472415	Hunter Place	hunter-place	US		0	America/Denver	32.86261	-104.73886	1242			NM	015		
5472470	Hyde Place	hyde-place	US		0	America/Denver	34.71395	-106.37058	2222			NM	057		
5472473	Hyer	hyer	US		0	America/Denver	35.21449	-106.11919	2028			NM	049		
5472531	Illinois Camp	illinois-camp	US		0	America/Denver	32.70956	-104.21301	1084	Illinois Camp,Oil City		NM	015		
5472558	Inca	inca	US		0	America/Denver	36.89278	-107.92729	1768			NM	045		
5472759	Ingram (historical)	ingram-historical	US		0	America/Denver	34.11147	-103.76385	1382			NM	041		
5472890	Isleta Pueblo	isleta-pueblo	US		0	America/Denver	34.907	-106.68086	1491	Alameda la Isleta,Ana To Ho *,Chiwetha *,Hanichina *,Isleta Pueblo,Kohernak *,San Agustin de la Agustin,San Agustin del Isleta,San Antonio de la Isleta,Shiahwibak *,Siwhipa *,Tewagi'i *,Tshijahwihpa *,Tshya-ui-pa *,Tsiqwebege'ongwi *,Tuei *,Ysleta		NM	001		
5472898	Isleta Village Proper	isleta-village-proper	US		491	America/Denver	34.90783	-106.69308	1494	Isleta Village Proper		NM	001		
5472915	Ivanhoe (historical)	ivanhoe-historical	US		0	America/Denver	32.78396	-108.09726	1927			NM	017		
5472916	Iyanbito	iyanbito	US		0	America/Denver	35.52224	-108.47758	2124			NM	031		
5472987	Jack Canon Place	jack-canon-place	US		0	America/Denver	35.28893	-105.62751	2152			NM	047		
5473060	Jacona	jacona	US		412	America/Denver	35.89058	-106.04225	1758	Jacona,Sakona,Sakonae *,Sakonaekaebu'i *		NM	049		
5473066	Jaconita	jaconita	US		332	America/Denver	35.88614	-106.06002	1746			NM	049		
5473191	Jarett Place	jarett-place	US		0	America/Denver	35.03866	-106.1328	1973			NM	057		
5473204	Jarosa	jarosa	US		0	America/Denver	36.04669	-106.68504	2640			NM	039		
5473261	Jeffers Place	jeffers-place	US		0	America/Denver	34.19561	-107.77449	2259			NM	003		
5473380	Jewkes Place	jewkes-place	US		0	America/Denver	33.41701	-107.55087	1872			NM	051		
5473381	Jicarilla	jicarilla	US		0	America/Denver	33.86896	-105.66304	2150			NM	027		
5473417	Jim Robinson	jim-robinson	US		0	America/Denver	31.77065	-108.80311	1426			NM	023		
5473458	Joe Yarbrough	joe-yarbrough	US		0	America/Denver	31.66621	-108.83227	1484			NM	023		
5473499	John Padilla Settlement	john-padilla-settlement	US		0	America/Denver	34.38423	-107.47449	1935			NM	053		
5473538	Johns Place	johns-place	US		0	America/Denver	35.01283	-106.08891	1915			NM	057		
5473662	Jones City	jones-city	US		0	America/Denver	32.47067	-103.12575	1040			NM	025		
5473837	Juan Tomas	juan-tomas	US		0	America/Denver	35.02699	-106.29836	2176			NM	001		
5473878	Julian Place	julian-place	US		0	America/Denver	34.65477	-108.24312	2221			NM	006		
5474300	Kemp (historical)	kemp-historical	US		0	America/Denver	35.10755	-106.37558	2025			NM	001		
5474339	Kenzin	kenzin	US		0	America/Denver	32.10649	-107.0164	1303			NM	013		
5474426	Kimball Place	kimball-place	US		0	America/Denver	32.51481	-107.04501	1319			NM	013		
5474430	Kimbeto	kimbeto	US		0	America/Denver	36.18362	-107.84145	1961			NM	045		
5474436	Kimmons	kimmons	US		0	America/Denver	33.49091	-106.01944	1614			NM	027		
5474462	King Place	king-place	US		0	America/Denver	34.78089	-106.31363	2165			NM	057		
5474512	Kinney Wells	kinney-wells	US		0	America/Denver	33.87118	-106.75002	1540			NM	053		
5474530	Kiowa Village	kiowa-village	US		0	America/Denver	36.57919	-105.59695	2519	Del Monte Ranch,Kiowa Ranch,Kiowa Village		NM	055		
5474540	Kirtland Addition	kirtland-addition	US		0	America/Denver	35.05533	-106.63086	1557			NM	001		
5474585	Kline Place	kline-place	US		0	America/Denver	33.44923	-107.85782	2330			NM	051		
5474625	Knowles Place	knowles-place	US		0	America/Denver	32.559	-104.57969	1125			NM	015		
5474652	Koehler	koehler	US		0	America/Denver	36.74086	-104.61832	1969			NM	007		
5474672	Krider	krider	US		0	America/Denver	34.43396	-103.84413	1315	Idria,Krider		NM	041		
5474676	Kroenigs	kroenigs	US		0	America/Denver	35.73532	-105.03834	2003			NM	047		
5474765	La Bajada	la-bajada	US		0	America/Denver	35.55614	-106.24086	1677	Bahara,Baharakewe *,Bajada,La Bajada,Maharangerneowetyatse *		NM	049		
5474774	La Belle (historical)	la-belle-historical	US		0	America/Denver	36.76281	-105.30056	2919	La Belle (historical),Labelle		NM	055		
5474776	La Bolsa	la-bolsa	US		0	America/Denver	36.21558	-105.90474	1786			NM	039		
5474786	La Careda	la-careda	US		0	America/Denver	36.20169	-106.3217	1869			NM	039		
5474791	La Chuachia	la-chuachia	US		0	America/Denver	36.09502	-106.13808	1749			NM	039		
5474792	La Cienaga	la-cienaga	US		0	America/Denver	36.21363	-105.92363	1791			NM	039		
5474794	La Cienega	la-cienega	US		3819	America/Denver	35.56281	-106.13086	1808	Cienaga,La Cienaga,La Cienega,La Cinega		NM	049		
5474799	La Cinta (historical)	la-cinta-historical	US		0	America/Denver	35.41088	-104.13164	1234			NM	047		
5474807	La Constancia	la-constancia	US		0	America/Denver	34.67839	-106.73503	1472			NM	061		
5474813	La Cuesta	la-cuesta	US		0	America/Denver	35.07838	-106.50697	1715			NM	001		
5474815	La Cuestecita	la-cuestecita	US		0	America/Denver	36.16419	-105.80391	2103			NM	039		
5474816	La Cueva	la-cueva	US		0	America/Denver	35.94303	-105.25177	2141			NM	033		
5474817	La Cueva	la-cueva	US		0	America/Denver	35.59115	-105.73307	2234			NM	049		
5474818	La Cueva (historical)	la-cueva-historical	US		0	America/Denver	36.36752	-106.04974	1970	Canada de la Cueva *,La Cueva (historical)		NM	039		
5474838	La Fragua	la-fragua	US		0	America/Denver	35.31477	-105.40668	1806	La Fragua,La Fraqua		NM	047		
5474839	La Gotera	la-gotera	US		0	America/Denver	35.30948	-107.19088	1872			NM	043		
5474843	La Huerta	la-huerta	US		1246	America/Denver	32.4429	-104.22106	951			NM	015		
5474876	La Joyita (historical)	la-joyita-historical	US		0	America/Denver	34.26173	-106.8603	1423			NM	053		
5474881	La Ladera	la-ladera	US		0	America/Denver	34.82672	-106.66669	1487			NM	061		
5474882	La Ladera	la-ladera	US		0	America/Denver	34.70922	-106.71503	1474			NM	061		
5474884	La Lande	la-lande	US		0	America/Denver	34.44812	-104.13414	1255			NM	011		
5474889	La Liendre	la-liendre	US		0	America/Denver	35.42227	-105.05056	1735			NM	047		
5474917	La Manga	la-manga	US		0	America/Denver	35.50949	-105.2639	2003			NM	047		
5474935	La Mesilla	la-mesilla	US		1772	America/Denver	35.94836	-106.07058	1715			NM	039		
5474948	La Petra	la-petra	US		0	America/Denver	33.43312	-107.42115	1755			NM	051		
5474960	La Puebla	la-puebla	US		1186	America/Denver	35.98919	-105.99641	1797			NM	049		
5474975	La Union	la-union	US		1106	America/Denver	31.95066	-106.66166	1158	La Union,La Union Nueva,La Union Vieja		NM	013		
5474980	La Union Vieja	la-union-vieja	US		0	America/Denver	31.94094	-106.66944	1177			NM	013		
5474986	La Villita	la-villita	US		957	America/Denver	36.10336	-106.04808	1742			NM	039		
5474993	LaMadera	lamadera	US		154	America/Denver	36.38696	-106.04141	1993	LaMadera		NM	039		
5474997	LaVentana	laventana	US		0	America/Denver	35.82724	-106.97143	1989			NM	043		
5475002	Laborcita	laborcita	US		0	America/Denver	33.9459	-106.86864	1389	La Borcita,Laborcita,Lavorcita,River View		NM	053		
5475011	Lacy Place	lacy-place	US		0	America/Denver	35.08144	-106.13975	1971			NM	049		
5475077	Lagunas	lagunas	US		0	America/Denver	35.52921	-105.33807	2010			NM	047		
5475081	Lagunita	lagunita	US		0	America/Denver	35.36727	-105.24473	1734			NM	047		
5475144	Lake Sumner	lake-sumner	US		143	America/Denver	34.62284	-104.37665	1313			NM	011		
5475168	Lake Valley	lake-valley	US		64	America/Denver	36.09168	-108.15729	1801			NM	045		
5475169	Lake Valley	lake-valley	US		0	America/Denver	32.71786	-107.56781	1639			NM	051		
5475178	Lake Van	lake-van	US		0	America/Denver	33.19344	-104.35719	1046			NM	005		
5475199	Lakeview Pines	lakeview-pines	US		0	America/Denver	36.50864	-105.30362	2620	Lake View Pines,Lakeview Pines		NM	007		
5475208	Lama	lama	US		0	America/Denver	36.64975	-105.61834	2475	La Lama,Lama		NM	055		
5475348	Las Cocinitas (historical)	las-cocinitas-historical	US		0	America/Denver	35.30004	-106.55114	1540			NM	043		
5475349	Las Colonias	las-colonias	US		0	America/Denver	35.37448	-106.48558	1557			NM	043		
5475373	Las Dos	las-dos	US		0	America/Denver	35.76169	-106.03058	2008			NM	049		
5475375	Las Huertas	las-huertas	US		0	America/Denver	35.30282	-106.40641	1863			NM	043		
5475377	Las Dispensas	las-dispensas	US		0	America/Denver	35.74532	-105.35973	2303			NM	047		
5475394	Las Mochas	las-mochas	US		0	America/Denver	36.16253	-105.57001	2458			NM	055		
5475399	Las Nutrias	las-nutrias	US		0	America/Denver	36.58252	-106.51726	2243	Las Nutrias,Nutrias		NM	039		
5475400	Las Nutrias	las-nutrias	US		149	America/Denver	34.47673	-106.77058	1453	Las Nutrias,San Gabriel de las Nutrias		NM	053		
5475405	Las Palomas	las-palomas	US		173	America/Denver	33.06257	-107.29836	1301			NM	051		
5475409	Las Placitas	las-placitas	US		0	America/Denver	36.32307	-106.16252	2034	Las Placitas,Las Placitas del Rio		NM	039		
5475414	Las Tablas	las-tablas	US		0	America/Denver	36.55557	-106.02919	2294			NM	039		
5475426	Las Tusas	las-tusas	US		0	America/Denver	35.76532	-105.28307	2143			NM	047		
5475453	Las Vegas Town	las-vegas-town	US		0	America/Denver	35.6006	-105.25501	2116			NM	047		
5475535	Lava	lava	US		0	America/Denver	36.98001	-106.09475	2594			NM	039		
5475536	Lava	lava	US		0	America/Denver	33.47868	-107.01586	1444			NM	053		
5475663	Ledoux	ledoux	US		0	America/Denver	35.92365	-105.3614	2279			NM	033		
5475667	Lee Acres	lee-acres	US		5858	America/Denver	35.14866	-106.64697	1518			NM	001		
5475668	Lee Acres	lee-acres	US		5858	America/Denver	36.69889	-108.03674	1667			NM	045		
5475723	Lehew	lehew	US		0	America/Denver	34.45755	-108.03645	2254			NM	003		
5475726	Leitendorf (historical)	leitendorf-historical	US		0	America/Denver	32.24814	-108.757	1388	Leitendorf (historical),Pyramid City		NM	023		
5475771	Leoncito	leoncito	US		0	America/Denver	34.67173	-105.13861	1718			NM	019		
5475777	Lesbia	lesbia	US		0	America/Denver	35.162	-103.57857	1218	Castleberry,Lesbia,Rudolph,Rudulph		NM	037		
5475799	Levy	levy	US		0	America/Denver	36.08809	-104.68666	1911	Evans,Levy		NM	033		
5476316	Little Walnut Village	little-walnut-village	US		0	America/Denver	32.83535	-108.27449	1923			NM	017		
5476320	Little Water	little-water	US		0	America/Denver	36.44639	-108.72481	1700			NM	045		
5476383	Lizard	lizard	US		0	America/Denver	31.82177	-106.62888	1216			NM	013		
5476395	Llano Del Medio	llano-del-medio	US		118	America/Denver	35.18977	-105.10972	1597	Del Medio,Llano Del Medio,Rancho del Medio		NM	019		
5476404	Llano Largo	llano-largo	US		0	America/Denver	36.14058	-105.65918	2464			NM	055		
5476409	Llano Quemado	llano-quemado	US		0	America/Denver	36.34891	-105.61279	2135			NM	055		
5476416	Llano Viejo	llano-viejo	US		0	America/Denver	35.18783	-105.12639	1592			NM	019		
5476423	Llaves	llaves	US		0	America/Denver	36.37279	-106.86671	2156	Llaves,Maestas		NM	039		
5476444	Lobo (historical)	lobo-historical	US		0	America/Denver	36.58586	-105.59945	2533	Agua del Lobo,Aqua de Lobo,Lobo (historical)		NM	055		
5476449	Lobato	lobato	US		0	America/Denver	36.95418	-106.54142	2528			NM	039		
5476556	Loma Parda	loma-parda	US		0	America/Denver	35.84671	-105.07584	2011			NM	033		
5476589	Lon	lon	US		0	America/Denver	34.15008	-105.12388	1651	Joneta,Lon		NM	027		
5475221	Lamy	lamy	US	87540	218	America/Denver	35.48143	-105.87974	1976			NM	049		
5476739	Longs (historical)	longs-historical	US		0	America/Denver	33.92398	-103.21162	1284			NM	041		
5476749	Lookout (historical)	lookout-historical	US		0	America/Denver	32.23234	-104.11244	930			NM	015		
5476755	Lookout Crossing	lookout-crossing	US		0	America/Denver	32.2254	-104.11911	932			NM	015		
5476870	Los Candelarias	los-candelarias	US		0	America/Denver	35.12338	-106.66392	1514	Candelarias,Los Candelarias		NM	001		
5476877	Los Cerrilos	los-cerrilos	US		0	America/Denver	35.43893	-106.12336	1735			NM	049		
5476881	Los Chavez	los-chavez	US		5446	America/Denver	34.72571	-106.75726	1470	Los Chaves,Los Chavez		NM	061		
5476889	Los Cocas	los-cocas	US		0	America/Denver	36.11281	-105.2139	2264			NM	033		
5476891	Los Cordovas	los-cordovas	US		0	America/Denver	36.38725	-105.63751	2057	Cordova,Kup'endiwe *,Las Cordovas,Los Cordovas		NM	055		
5476895	Los Duranes	los-duranes	US		0	America/Denver	35.10866	-106.67753	1512			NM	001		
5476899	Los Griegos	los-griegos	US		0	America/Denver	35.13949	-106.65086	1516	Griegos,Los Griegos		NM	001		
5476903	Los Huerros	los-huerros	US		0	America/Denver	36.16281	-105.11862	2298	Los Hueros,Los Huerros		NM	033		
5476904	Los LeFebres	los-lefebres	US		0	America/Denver	36.19948	-105.11445	2321	Feveras,Los Fabres,Los LeFebres		NM	033		
5476905	Los Lentes	los-lentes	US		0	America/Denver	34.82339	-106.73225	1481			NM	061		
5476909	Los Luceros	los-luceros	US		906	America/Denver	36.10974	-106.04697	1740			NM	039		
5476925	Los Marias	los-marias	US		0	America/Denver	35.41365	-105.94308	1869			NM	049		
5476926	Los Medinas	los-medinas	US		0	America/Denver	36.0442	-105.22279	2199			NM	033		
5476927	Los Montoyas	los-montoyas	US		0	America/Denver	35.41949	-105.20778	1852			NM	047		
5476931	Los Ojitos	los-ojitos	US		0	America/Denver	34.68534	-104.46109	1312			NM	019		
5476937	Los Pachecos	los-pachecos	US		0	America/Denver	36.00919	-105.93419	1897			NM	039		
5476938	Los Padillas	los-padillas	US		0	America/Denver	34.96922	-106.69586	1497			NM	001		
5476943	Los Pastores	los-pastores	US		0	America/Denver	35.31504	-106.42808	1780			NM	043		
5476949	Los Pinos	los-pinos	US		0	America/Denver	35.11588	-106.31669	2095			NM	001		
5476950	Los Pinos	los-pinos	US		0	America/Denver	36.98835	-106.06447	2452			NM	039		
5476960	Los Ranchos de Albuquerque	los-ranchos-de-albuquerque	US		6063	America/Denver	35.16199	-106.6428	1520	El Ranchito,Los Ranchitos,Los Ranchos de Albuquerque		NM	001		
5476961	Los Tanos	los-tanos	US		0	America/Denver	34.99534	-104.54276	1495			NM	019		
5476971	Los Trujillos	los-trujillos	US		0	America/Denver	34.64673	-106.76086	1464			NM	061		
5476974	Los Vigiles	los-vigiles	US		0	America/Denver	35.64949	-105.26362	2039			NM	047		
5477045	Lovato	lovato	US		0	America/Denver	35.28727	-105.39195	1782			NM	047		
5477065	Lovelace	lovelace	US		0	America/Denver	33.76813	-106.04138	1671			NM	027		
5477085	Loving Place	loving-place	US		0	America/Denver	33.18677	-104.51052	1111			NM	005		
5477141	Lower Cañones	lower-canones	US		0	America/Denver	36.19863	-106.45059	1965	Lower Canones,Lower Cañones		NM	039		
5477148	Lower Colonias	lower-colonias	US		0	America/Denver	35.54171	-105.58363	2122			NM	047		
5477156	Lovett	lovett	US		0	America/Denver	31.64371	-108.93394	1609			NM	023		
5477191	Lower La Posada	lower-la-posada	US		0	America/Denver	35.63809	-105.67918	2200			NM	047		
5477201	Lower Lovett Place	lower-lovett-place	US		0	America/Denver	31.65649	-108.94283	1673			NM	023		
5477216	Lower Nutria	lower-nutria	US		0	America/Denver	35.2567	-108.58952	2067	Las Nutrias,Lower Nutria,Taiakwin		NM	031		
5477234	Lower Pueblo	lower-pueblo	US		0	America/Denver	35.32643	-105.43001	1815			NM	047		
5477247	Lower San Francisco Plaza	lower-san-francisco-plaza	US		0	America/Denver	33.66283	-108.78729	1724	Lower Frisco,Lower San Francisco Plaza		NM	003		
5477327	Lucero	lucero	US		0	America/Denver	36.01643	-105.22834	2171			NM	033		
5477328	Lucero	lucero	US		0	America/Denver	35.39115	-105.46168	1849	Lucer El Angon,Lucero		NM	047		
5477336	Lucero Place	lucero-place	US		0	America/Denver	36.90195	-107.59005	1995			NM	045		
5477393	Lucy	lucy	US		0	America/Denver	34.65201	-105.83696	1885	Lucia,Lucy		NM	057		
5477402	Luis Lopez	luis-lopez	US		107	America/Denver	33.98895	-106.8853	1399	La Borcita,Luis Lopez,Luis Lopez Ranch		NM	053		
5477481	Lyden	lyden	US		245	America/Denver	36.14613	-106.00558	1748	Boke,Bosque,El Bosque,Lyden		NM	039		
5477488	Lybrook	lybrook	US		0	America/Denver	36.23335	-107.56227	2214	Lybrook,Tonaalini		NM	039		
5477571	Mace	mace	US		0	America/Denver	31.62732	-108.91228	1565			NM	023		
5477591	Mackey Place	mackey-place	US		0	America/Denver	36.98473	-107.53589	2025			NM	045		
5477624	Madison (historical)	madison-historical	US		0	America/Denver	36.88086	-103.87358	1865			NM	059		
5477644	Madrone	madrone	US		707	America/Denver	34.59395	-106.73308	1494			NM	061		
5477672	Maez Place	maez-place	US		0	America/Denver	34.66312	-106.28752	2015			NM	057		
5477780	Malone (historical)	malone-historical	US		0	America/Denver	32.54369	-108.52727	1785			NM	017		
5477785	Malpais	malpais	US		0	America/Denver	31.79844	-107.25307	1257			NM	013		
5477822	Manchester (historical)	manchester-historical	US		0	America/Denver	33.71146	-105.7536	2007			NM	027		
5477845	Mangas	mangas	US		0	America/Denver	34.157	-108.31923	2248	Mangas,Mangus,Pinoville		NM	003		
5477856	Mangas Springs	mangas-springs	US		0	America/Denver	32.84257	-108.51172	1443	Mangas,Mangas Springs,Mangus,Mangus Springs		NM	017		
5477899	Manuelitas	manuelitas	US		0	America/Denver	35.8006	-105.27862	2177			NM	047		
5477902	Manuelito	manuelito	US		0	America/Denver	35.42197	-108.99398	1908	Cooks Ranch,Ferry Station,Kin hocho'i,Kinhochqi,Manuelito		NM	031		
5477909	Manuelito Place	manuelito-place	US		0	America/Denver	34.14366	-108.77674	2220			NM	003		
5477945	Manzano Springs	manzano-springs	US		137	America/Denver	34.96783	-106.23641	2132			NM	001		
5477963	Marcia	marcia	US		0	America/Denver	32.8287	-105.76776	2545			NM	035		
5477999	Mariano Lake	mariano-lake	US		0	America/Denver	35.57808	-108.32202	2192			NM	031		
5478032	Marmon	marmon	US		0	America/Denver	35.01727	-107.3006	1715			NM	006		
5478096	Martin Place	martin-place	US		0	America/Denver	35.06977	-106.10419	1928			NM	057		
5478097	Martin Place	martin-place	US		0	America/Denver	34.53645	-106.33057	2044			NM	057		
5478173	Martinez Town	martinez-town	US		0	America/Denver	35.08921	-106.64197	1513	Martinez,Martinez Town,Martineztown		NM	001		
5478221	Masons Mill (historical)	masons-mill-historical	US		0	America/Denver	32.94035	-108.1906	2244			NM	017		
5478230	Mastodon	mastodon	US		0	America/Denver	31.82205	-106.69583	1254			NM	013		
5478254	Matthew Place	matthew-place	US		0	America/Denver	32.84924	-108.83589	1461			NM	017		
5478304	Maxon	maxon	US		0	America/Denver	32.75343	-105.63053	2393			NM	035		
5478352	Maypens	maypens	US		0	America/Denver	32.3604	-103.15269	1015			NM	025		
5478407	McCartys	mccartys	US		0	America/Denver	35.06282	-107.6695	1880	McCarty,McCartys,McCartys Ranche,Santa Maria de Acoma		NM	006		
5478436	McCord Place	mccord-place	US		0	America/Denver	34.42394	-107.81477	2109			NM	003		
5478437	McCord Place	mccord-place	US		0	America/Denver	34.69866	-107.67449	2214			NM	006		
5478455	McCrystal Place	mccrystal-place	US		0	America/Denver	36.81059	-105.14528	2635			NM	007		
5478458	McCune	mccune	US		0	America/Denver	35.5278	-108.59091	2036			NM	031		
5478464	McDaniel Cimarron Place	mcdaniel-cimarron-place	US		0	America/Denver	36.46837	-104.84667	1899			NM	007		
5478479	McDermott Wells	mcdermott-wells	US		0	America/Denver	33.77231	-104.45414	1156			NM	005		
5478511	McFarlands	mcfarlands	US		0	America/Denver	31.47205	-108.32587	1465			NM	023		
5478514	McGaffey	mcgaffey	US		0	America/Denver	35.3753	-108.51563	2383	McGaffey,Yaladeyaldowa		NM	031		
5478533	McGhee Wells	mcghee-wells	US		0	America/Denver	32.18036	-108.93228	1279			NM	023		
5478540	McGreggor Place	mcgreggor-place	US		0	America/Denver	36.83085	-105.84557	2342			NM	055		
5478568	McKelvey Place	mckelvey-place	US		0	America/Denver	32.8234	-108.89034	1557			NM	017		
5478591	McKinley Place	mckinley-place	US		0	America/Denver	34.63839	-106.38196	2237	McKinley Place,Mckinley		NM	057		
5478641	McNees Crossing	mcnees-crossing	US		0	America/Denver	36.69169	-103.06271	1440	McNees Crossing,McNess Crossing		NM	059		
5478645	McNierney	mcnierney	US		0	America/Denver	34.19368	-106.90614	1415			NM	053		
5478673	Meadow Lake	meadow-lake	US		4708	America/Denver	34.80144	-106.54363	1661			NM	061		
5478748	Medlin Place	medlin-place	US		0	America/Denver	32.1229	-103.37269	985			NM	025		
5478764	Melena	melena	US		0	America/Denver	33.54287	-104.39802	1086			NM	005		
5478827	Merrill Place	merrill-place	US		0	America/Denver	35.34558	-108.4848	2413			NM	031		
5478920	Mesa Village	mesa-village	US		0	America/Denver	35.08977	-106.54308	1642			NM	001		
5479005	Mesita	mesita	US		804	America/Denver	35.01838	-107.31282	1728	Mesita,Tsech' echii		NM	006		
5479331	Middle Wells	middle-wells	US		0	America/Denver	31.66982	-108.83422	1477			NM	023		
5479348	Midnight (historical)	midnight-historical	US		0	America/Denver	36.76392	-105.35278	3211			NM	055		
5479378	Miera	miera	US		0	America/Denver	34.96505	-106.29141	2196			NM	001		
5479380	Miera	miera	US		0	America/Denver	36.09114	-103.55218	1494			NM	059		
5479411	Milagro	milagro	US		0	America/Denver	34.93839	-105.23917	1769			NM	019		
5479446	Mill Place	mill-place	US		0	America/Denver	33.94034	-107.24809	2111	Hill Place,Mill Place		NM	053		
5479623	Mineral Hill	mineral-hill	US		0	America/Denver	35.60976	-105.4014	2123			NM	047		
5479631	Minero	minero	US		0	America/Denver	31.93509	-108.37643	1378			NM	017		
5479662	Mirage	mirage	US		0	America/Denver	32.33009	-107.66058	1335			NM	029		
5479681	Mission Park	mission-park	US		0	America/Denver	34.77394	-106.64836	1541			NM	061		
5479692	Missouri Plaza (historical)	missouri-plaza-historical	US		0	America/Denver	33.30704	-104.7497	1232	La Plaza de San Jose,Missouri Plaza (historical)		NM	005		
5479712	Mitchell Place	mitchell-place	US		0	America/Denver	32.24675	-108.61394	1297			NM	023		
5479756	Modoc (historical)	modoc-historical	US		0	America/Denver	32.34398	-106.57972	1925			NM	013		
5479768	Mogollon	mogollon	US		0	America/Denver	33.39673	-108.79423	2016			NM	003		
5479816	Moly	moly	US		0	America/Denver	36.69697	-105.49278	2499	Moly,Molybdenum		NM	055		
5479829	Mondel	mondel	US		0	America/Denver	32.26175	-108.9145	1266			NM	023		
5479830	Monero	monero	US		0	America/Denver	36.90196	-106.85532	2223			NM	039		
5479843	Monica (historical)	monica-historical	US		0	America/Denver	33.95729	-107.49532	2283			NM	053		
5479892	Monte Aplanado	monte-aplanado	US		0	America/Denver	35.95531	-105.39501	2381			NM	033		
5479921	Montecito	montecito	US		0	America/Denver	36.19002	-105.85502	1883			NM	039		
5479935	Montezuma (historical)	montezuma-historical	US		0	America/Denver	35.30976	-106.40419	1875			NM	043		
5479969	Montosa	montosa	US		0	America/Denver	35.37227	-104.77833	1574			NM	047		
5479997	Montoya	montoya	US		0	America/Denver	35.09978	-104.06386	1317	Lucero-Montoya,Montoya,Rountree		NM	037		
5480098	Moore Place	moore-place	US		0	America/Denver	32.89146	-108.98756	1596			NM	017		
5480115	Moorehead Place	moorehead-place	US		0	America/Denver	34.63062	-106.27141	1971			NM	057		
5480118	Moquino	moquino	US		37	America/Denver	35.17254	-107.36894	1869			NM	006		
5480154	Moreno (historical)	moreno-historical	US		0	America/Denver	36.65364	-105.28251	2635			NM	007		
5480199	Morine Place	morine-place	US		0	America/Denver	33.91951	-107.59004	2373			NM	053		
5480265	Moses	moses	US		0	America/Denver	36.71225	-103.06021	1472			NM	059		
5480277	Mosley Place	mosley-place	US		0	America/Denver	35.08255	-106.16252	1973			NM	049		
5480291	Mossman	mossman	US		0	America/Denver	33.054	-104.35357	1052			NM	005		
5480411	Mountainview	mountainview	US		0	America/Denver	34.99505	-106.66447	1509	Mountain View,Mountainview		NM	001		
5480416	Mouser Place	mouser-place	US		0	America/Denver	31.79954	-108.92228	1535			NM	023		
5480551	Mullen Place	mullen-place	US		0	America/Denver	36.92112	-107.52616	1990			NM	045		
5480586	Murphy Place	murphy-place	US		0	America/Denver	33.04174	-107.79004	1996			NM	051		
5480631	Myers	myers	US		0	America/Denver	35.44005	-105.2139	1854			NM	047		
5480644	Myndus	myndus	US		0	America/Denver	32.26009	-107.45724	1265			NM	029		
5480712	Nadine	nadine	US		376	America/Denver	32.624	-103.12742	1098	Nadine,Roberts		NM	025		
5480725	Nakaibito	nakaibito	US		466	America/Denver	35.79279	-108.82703	1968			NM	031		
5480731	Nambe	nambe	US		1818	America/Denver	35.89336	-105.98252	1827			NM	049		
5480742	Nambe Pueblo	nambe-pueblo	US		0	America/Denver	35.88753	-105.96502	1853	Na-imbe *,Nambae'ae *,Nambe Pueblo,Nambe'e *,Nambe'ongwi *,Nambe-huide *,Namburuap *,Nammo'lona *,Nome'e,San Francisco Nambe,San Francisco de Nambe,Tokwive'etewa *		NM	049		
5480771	Naranjos	naranjos	US		0	America/Denver	36.1617	-104.98306	2169	Los Naranjos,Naranjos		NM	033		
5480786	Naschitti	naschitti	US		301	America/Denver	36.06501	-108.68203	1795	Drolet,Nahashch'idi',Nahashchidi,Naschitti		NM	045		
5480841	Navajo City	navajo-city	US		0	America/Denver	36.75195	-107.60228	1884			NM	039		
5480880	Navajo Wingate Village	navajo-wingate-village	US		0	America/Denver	35.54974	-108.59869	2129	Indian Village,Navajo Wingate Village,Wingate Indian Village		NM	031		
5480884	Navarre Place	navarre-place	US		0	America/Denver	35.32364	-108.45535	2407			NM	031		
5480913	Negra	negra	US		0	America/Denver	34.66396	-105.53723	1893			NM	057		
5480990	Nelson Place	nelson-place	US		0	America/Denver	34.77672	-106.33474	2152			NM	057		
5480997	Nenahnezad	nenahnezad	US		688	America/Denver	36.73611	-108.41814	1574			NM	045		
5481056	New Hope (historical)	new-hope-historical	US		0	America/Denver	33.77676	-103.37523	1297	New Hope (historical),Newhope		NM	041		
5481062	New Horse Springs	new-horse-springs	US		0	America/Denver	33.92506	-108.18811	2108			NM	003		
5481201	New Trementina	new-trementina	US		0	America/Denver	35.46394	-104.49443	1485			NM	047		
5481307	Newton (historical)	newton-historical	US		0	America/Denver	32.71563	-108.19727	1907	Lone Mountain,Newton (historical)		NM	017		
5481364	No Agua	no-agua	US		0	America/Denver	36.72057	-105.96918	2493	La Grande,No Agua		NM	055		
5481418	Nolan (historical)	nolan-historical	US		0	America/Denver	36.16615	-104.67055	1857			NM	033		
5481430	Noria	noria	US		0	America/Denver	31.80483	-106.86333	1258	Noria,Noria Siding		NM	013		
5481465	North Acomita Village	north-acomita-village	US		303	America/Denver	35.06338	-107.56588	1842			NM	006		
5481482	North Carmen	north-carmen	US		0	America/Denver	35.9067	-105.3264	2215			NM	033		
5481488	North Chaves	north-chaves	US		0	America/Denver	35.39197	-108.15812	2131	North Chaves,North Chavez		NM	031		
5481576	North Guam	north-guam	US		0	America/Denver	35.48864	-108.37341	2139			NM	031		
5481593	North Hurley	north-hurley	US		300	America/Denver	32.72285	-108.13254	1737			NM	017		
5481620	North Lucy	north-lucy	US		0	America/Denver	34.85728	-105.58112	1995			NM	057		
5481693	North San Ysidro	north-san-ysidro	US		159	America/Denver	35.46921	-105.55363	1988	La Mula,Las Mulas,North San Ysidro,San Miguel Del Bado Git		NM	047		
5481793	North Valley	north-valley	US		11333	America/Denver	35.17338	-106.62336	1522			NM	001		
5482141	Nutt	nutt	US		0	America/Denver	32.57286	-107.44947	1439			NM	029		
5482171	O'Neil Landing	o-neil-landing	US		0	America/Denver	35.86641	-106.79559	2301			NM	043		
5482251	Oasis	oasis	US		149	America/Denver	32.92452	-107.31725	1298			NM	051		
5482259	Obar	obar	US		0	America/Denver	35.53505	-103.20134	1259	Obar,Perry		NM	037		
5482282	Ochoa	ochoa	US		0	America/Denver	32.19179	-103.44019	1053			NM	025		
5482302	Oil Center	oil-center	US		0	America/Denver	32.49929	-103.26131	1096			NM	025		
5482312	Ojita	ojita	US		0	America/Denver	35.49866	-105.24556	1942			NM	047		
5482314	Ojito	ojito	US		0	America/Denver	36.42974	-107.08782	2239			NM	039		
5482315	Ojito	ojito	US		0	America/Denver	36.14058	-105.71474	2443			NM	055		
5482368	Ojitos Frios	ojitos-frios	US		0	America/Denver	35.51671	-105.31751	1980			NM	047		
5482384	Ojo Amarillo	ojo-amarillo	US		766	America/Denver	36.69334	-108.36925	1649			NM	045		
5482410	Ojo Encino	ojo-encino	US		0	America/Denver	35.95557	-107.34782	2056	Ojo Encino,Tsech'izhi'bil'to		NM	031		
5482433	Ojo Sarco	ojo-sarco	US		0	America/Denver	36.12252	-105.78335	2257	Ojo Sarco,Ojo Zarco		NM	039		
5482492	Old Campbell Place	old-campbell-place	US		0	America/Denver	33.8445	-108.89257	2085			NM	003		
5482496	Old Carthage	old-carthage	US		0	America/Denver	33.87673	-106.72752	1552			NM	053		
5482497	Old Chilili	old-chilili	US		0	America/Denver	34.90644	-106.19725	2021			NM	001		
5482525	Old Hachita	old-hachita	US		0	America/Denver	31.91398	-108.43282	1478			NM	017		
5482538	Old Horner Place	old-horner-place	US		0	America/Denver	32.799	-104.50747	1096			NM	015		
5482540	Old Horse Springs	old-horse-springs	US		0	America/Denver	33.9245	-108.22784	2128	Horse Springs,Old Horse Springs		NM	003		
5482546	Old Isaacs Place	old-isaacs-place	US		0	America/Denver	31.69482	-108.89783	1592			NM	023		
5482559	Old Longbotbam Place	old-longbotbam-place	US		0	America/Denver	32.93343	-105.17165	1631			NM	005		
5482573	Old Moses	old-moses	US		0	America/Denver	36.68391	-103.07771	1448			NM	059		
5482654	Old Waterman Place	old-waterman-place	US		0	America/Denver	33.43145	-108.73839	2175			NM	003		
5482658	Old Wright Place	old-wright-place	US		0	America/Denver	32.48065	-105.89998	1311			NM	035		
5482695	Omlee	omlee	US		0	America/Denver	32.83703	-105.97165	1280			NM	035		
5482701	Onava	onava	US		0	America/Denver	35.69671	-105.09445	2058			NM	047		
5482735	Optimo	optimo	US		0	America/Denver	35.89032	-104.80361	1945			NM	033		
5482748	Orchard Place	orchard-place	US		0	America/Denver	34.69283	-107.47699	1831			NM	006		
5482816	Ortiz (historical)	ortiz-historical	US		0	America/Denver	35.33615	-106.15169	2273			NM	049		
5482849	Oscura	oscura	US		0	America/Denver	33.48369	-106.05444	1533	Oscura,Oscuro		NM	027		
5482943	Otowi	otowi	US		0	America/Denver	35.87586	-106.14252	1681	Otowi,P'otsuivi		NM	049		
5483054	P Simmons Place	p-simmons-place	US		0	America/Denver	35.23199	-106.11836	2037			NM	049		
5483096	Paako Communities	paako-communities	US		0	America/Denver	35.18449	-106.32919	2019			NM	043		
5483115	Pacheco Village	pacheco-village	US		0	America/Denver	35.96309	-105.38362	2385			NM	033		
5483209	Pajarita	pajarita	US		0	America/Denver	35.47198	-105.64502	2051			NM	047		
5483222	Pajarito	pajarito	US		0	America/Denver	34.98644	-106.69669	1498			NM	001		
5483262	Palma	palma	US		0	America/Denver	34.97867	-105.46584	1964	Palma,Palms		NM	057		
5483279	Palo Blanco (historical)	palo-blanco-historical	US		0	America/Denver	36.50336	-104.06359	2023			NM	007		
5483306	Palomas	palomas	US		0	America/Denver	35.12839	-103.91775	1330			NM	037		
5483370	Paquita	paquita	US		0	America/Denver	34.86533	-106.77697	1546			NM	061		
5483380	Paradise Hills	paradise-hills	US		4256	America/Denver	35.2006	-106.70114	1623			NM	001		
5483387	Paraje	paraje	US		777	America/Denver	35.05532	-107.4756	1813			NM	006		
5483388	Paraje (historical)	paraje-historical	US		0	America/Denver	33.55646	-107.05697	1360			NM	053		
5483425	Park Springs	park-springs	US		0	America/Denver	35.26199	-104.92861	1565			NM	047		
5483515	Pastura	pastura	US		23	America/Denver	34.78284	-104.94472	1614			NM	019		
5483605	Paxton Springs (historical)	paxton-springs-historical	US		0	America/Denver	35.03921	-108.06673	2352			NM	006		
5483621	Payne Place	payne-place	US		0	America/Denver	34.56672	-107.39504	1844			NM	053		
5483713	Pedernal	pedernal	US		0	America/Denver	34.63562	-105.64334	1941			NM	057		
5483798	Peñasco Blanco	penasco-blanco	US		0	America/Denver	35.86726	-105.3489	2245	Penasco Blanco,Peñasco Blanco		NM	047		
5483829	Pendaries Village	pendaries-village	US		0	America/Denver	35.81059	-105.40474	2410			NM	047		
5483839	Penistaja	penistaja	US		0	America/Denver	35.96863	-107.22088	2106	Penastaja,Penistaja		NM	043		
5483910	Perea (historical)	perea-historical	US		0	America/Denver	35.22981	-106.61777	2315			NM	043		
5483914	Perea	perea	US		0	America/Denver	35.50447	-108.51897	2066	Perea,Perea Trading Post		NM	031		
5483956	Perryville (historical)	perryville-historical	US		0	America/Denver	36.53614	-105.22751	2463			NM	007		
5483962	Peruhill	peruhill	US		0	America/Denver	32.30314	-107.80698	1343			NM	029		
5483963	Pescado	pescado	US		0	America/Denver	35.10587	-108.58035	2065	Ojo del Piscado,Pescado,Piscad,Piscado Spring		NM	031		
5484027	Peveler Place	peveler-place	US		0	America/Denver	33.14512	-103.43106	1240			NM	025		
5484120	Picuris Pueblo	picuris-pueblo	US		68	America/Denver	36.20086	-105.71002	2232	Hiututa *,Ota,Pay kwee lay ta,Pay kwee layish,Pe'kwilita *,Pecari,Pecucio,Pecuri,Pecuries,Pee koo ree a,Peeng we ongwee,Pekwileta *,Piccuries,Pictoris,Picuni,Picuri,Picuria,Picuries,Picuris,Picuris Pueblo,Picux,Pikuri *,Pikuri'a *,Pikuris *,Pineulta *,Pingwi'ongwi *,Piwetha,Sam-na'i *,Sam-nan *,San Lorenzo Pueblo,San Lorenzo de Picuris,San Lorenzo de los Pecuries,San Lorenzo de los Picuries,Sant Buenaventura,Ticori,Tok'ele *,Vicuris,Wilana *		NM	055		
5484144	Piedra Lumbre	piedra-lumbre	US		0	America/Denver	35.15587	-107.24088	1835			NM	006		
5484165	Piedra de la Aguila	piedra-de-la-aguila	US		0	America/Denver	35.58447	-107.74395	2140			NM	031		
5484186	Pierce Canyon Crossing	pierce-canyon-crossing	US		0	America/Denver	32.18929	-103.97799	882			NM	015		
5484303	Pine Lodge	pine-lodge	US		0	America/Denver	33.62314	-105.24499	1954			NM	027		
5484330	Pine Springs	pine-springs	US		0	America/Denver	34.96561	-106.23364	2154			NM	057		
5484371	Pinehaven	pinehaven	US		0	America/Denver	35.33281	-108.67036	2227	Chiih ntl'izi,Danoffville,McKittrick,Pine Trading Post,Pinehaven,Pinehaven Church		NM	031		
5484375	Pines	pines	US		0	America/Denver	35.7803	-106.43698	2254			NM	043		
5484412	Pino Place	pino-place	US		0	America/Denver	34.57033	-107.4456	1846			NM	053		
5484497	Pintada	pintada	US		0	America/Denver	34.88228	-105.07222	1618			NM	019		
5484620	Placitas Homesteads	placitas-homesteads	US		0	America/Denver	35.3081	-106.4903	1691			NM	043		
5484624	Plain (historical)	plain-historical	US		0	America/Denver	34.83673	-103.54801	1452			NM	037		
5484651	Plaza Blanca	plaza-blanca	US		0	America/Denver	36.7039	-106.60837	2194			NM	039		
5484652	Plaza Blanca	plaza-blanca	US		0	America/Denver	36.25252	-106.27614	1905			NM	039		
5484669	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/Denver	35.04256	-103.33162	1263			NM	037		
5484708	Point of Sands	point-of-sands	US		0	America/Denver	32.74703	-106.19583	1213			NM	035		
5484757	Polich Place	polich-place	US		0	America/Denver	35.3603	-108.49174	2424			NM	031		
5484774	Polly	polly	US		0	America/Denver	33.57535	-105.95777	1587			NM	027		
5484815	Ponderosa Heights	ponderosa-heights	US		0	America/Denver	33.34453	-105.6836	2131			NM	027		
5484816	Ponderosa Pine	ponderosa-pine	US		1195	America/Denver	34.97699	-106.32419	2294	Ponderosa Pine,Ponderosa Pines		NM	001		
5484873	Portair	portair	US		0	America/Denver	34.40535	-103.3019	1317	Black Tower,Blacktower,Maize,Portair		NM	009		
5484945	Pot Creek	pot-creek	US		0	America/Denver	36.27503	-105.57279	2269			NM	055		
5484964	Potato Patch	potato-patch	US		0	America/Denver	33.75533	-108.9084	2478			NM	003		
5484982	Pothook	pothook	US		0	America/Denver	31.97481	-108.49505	1387			NM	017		
5484989	Potrillo	potrillo	US		0	America/Denver	31.80177	-106.99278	1292			NM	013		
5485011	Pounds (historical)	pounds-historical	US		0	America/Denver	36.68973	-107.08337	2167	Pounds (historical),Pounds Mill		NM	039		
5485073	Prairieview	prairieview	US		0	America/Denver	33.09678	-103.19744	1171	Prairie View,Prairieview		NM	025		
5485178	Primera Agua	primera-agua	US		0	America/Denver	35.08338	-106.3778	1937			NM	001		
5485218	Progresso	progresso	US		0	America/Denver	34.47896	-105.88195	1887	Progreso,Progresso		NM	057		
5485227	Pronto	pronto	US		0	America/Denver	32.12426	-107.06307	1325			NM	013		
5485271	Pueblito	pueblito	US		0	America/Denver	34.12201	-106.87864	1417	Pueblito,Pueblito de la Parida		NM	053		
5485280	Pueblito	pueblito	US		91	America/Denver	36.07474	-106.07725	1726	Kungae'ongwi *,Pueblito		NM	039		
5485284	Pueblitos	pueblitos	US		794	America/Denver	34.62312	-106.7778	1462			NM	061		
5485314	Pueblo Pintado	pueblo-pintado	US		192	America/Denver	35.95476	-107.63357	1985	Kin Nteel,Náhodeeshgiizh Chʼínílíní,Pueblo Pintado,Pujehblo Pintado,Пуебло Пинтадо,Пуйэбло Пинтадо		NM	031		
5485346	Pueblo of Sandia Village	pueblo-of-sandia-village	US		369	America/Denver	35.25504	-106.57308	1536			NM	043		
5485376	Puertecito	puertecito	US		0	America/Denver	35.27532	-106.29697	1837	Puertecito,Puertocito		NM	043		
5485377	Puertecito	puertecito	US		0	America/Denver	34.44811	-107.39282	1793	Field,Puertecito,Puertecito Field,Puertocito,Puertocito Field		NM	053		
5485397	Puerto (historical)	puerto-historical	US		0	America/Denver	34.92284	-103.53607	1311			NM	037		
5485412	Puerto De Luna	puerto-de-luna	US		141	America/Denver	34.83201	-104.62138	1370	PDL,Puerto De Luna		NM	019		
5485427	Puertocito	puertocito	US		0	America/Denver	35.91726	-105.30196	2255			NM	033		
5485431	Puesta Del Sol	puesta-del-sol	US		0	America/Denver	35.30643	-106.45336	1794			NM	043		
5485467	Punta de Agua	punta-de-agua	US		0	America/Denver	34.60006	-106.28391	2004	Punta,Punta de Agua		NM	057		
5485511	Puye	puye	US		0	America/Denver	35.97169	-106.2303	2092			NM	039		
5485583	Quarteles	quarteles	US		0	America/Denver	35.99197	-106.01363	1767	Quarteles,Quartelez		NM	049		
5486608	Rain Place	rain-place	US		0	America/Denver	35.28033	-103.06634	1214	Coyote,Llano del Coyote,Rain Place		NM	037		
5486664	Ramon	ramon	US		0	America/Denver	34.23286	-104.89999	1559			NM	027		
5486687	Ramsdale Place	ramsdale-place	US		0	America/Denver	33.8023	-105.72332	2037			NM	027		
5486701	Ranchito	ranchito	US		0	America/Denver	35.34865	-106.52669	1546			NM	043		
5486703	Ranchito	ranchito	US		0	America/Denver	36.40419	-105.59779	2086			NM	055		
5486712	Ranchitos	ranchitos	US		0	America/Denver	36.02808	-106.06391	1720	Los Ranchitos,Ranchitos,Ranchitos de San Juan		NM	039		
5486724	Rancho Grande Estates	rancho-grande-estates	US		0	America/Denver	33.68561	-108.86201	1940	Rancho Grande Estates,Stevens Sawmill Plaza		NM	003		
5486733	Rancho Valle	rancho-valle	US		0	America/Denver	35.98558	-106.00919	1781			NM	049		
5486762	Ranchos des Placitas	ranchos-des-placitas	US		0	America/Denver	35.30532	-106.46475	1756			NM	043		
5486790	Rastus Place	rastus-place	US		0	America/Denver	33.01257	-108.42338	1841			NM	017		
5486826	Rattlesnake	rattlesnake	US		0	America/Denver	36.75528	-108.80203	1640	Rattlesnake,Silao habitiin		NM	045		
5486924	Recheulos	recheulos	US		0	America/Denver	36.0528	-106.33892	2472			NM	039		
5487070	Red Lake (historical)	red-lake-historical	US		0	America/Denver	33.93786	-103.44051	1335			NM	041		
5487114	Red Mill	red-mill	US		0	America/Denver	34.29534	-106.75002	1549			NM	053		
5487357	Rencona	rencona	US		0	America/Denver	35.30254	-105.66335	2180			NM	047		
5487432	Reventon	reventon	US		0	America/Denver	33.79508	-105.63998	1978	Rabenton,Raventon,Reventon		NM	027		
5487477	Ricardo (historical)	ricardo-historical	US		0	America/Denver	34.39063	-104.38525	1345			NM	011		
5487557	Riley Place	riley-place	US		0	America/Denver	34.81117	-106.33641	2268			NM	057		
5487709	Rinconada	rinconada	US		0	America/Denver	36.21836	-105.87335	1800	Durazno,Rinconada,Rinconado		NM	039		
5487726	Ring Place	ring-place	US		0	America/Denver	36.77225	-105.12111	2474	Ring,Ring Place		NM	007		
5487749	Rio Chiquito	rio-chiquito	US		108	America/Denver	36.00252	-105.90474	1973			NM	049		
5487755	Rio En Medio	rio-en-medio	US		143	America/Denver	35.82503	-105.90363	2168	Rio en Medio		NM	049		
5487764	Rio Grande Estates	rio-grande-estates	US		0	America/Denver	34.65589	-106.71253	1510			NM	061		
5487786	Rio Lucio	rio-lucio	US		389	America/Denver	36.19558	-105.72557	2210			NM	055		
5487794	Rio Pueblo	rio-pueblo	US		0	America/Denver	36.1853	-105.63863	2328	Placita,Rio Pueblo,Rio del Pueblo Plaza		NM	055		
5487796	Rio Puerco	rio-puerco	US		0	America/Denver	36.21085	-106.58448	1977			NM	039		
5487797	Rio Puerco	rio-puerco	US		0	America/Denver	34.79311	-106.99364	1539			NM	061		
5487813	Rio Rancho Estates	rio-rancho-estates	US		0	America/Denver	35.23865	-106.66725	1616			NM	043		
5487870	Rivajana	rivajana	US		0	America/Denver	35.33809	-106.53586	1544			NM	043		
5487872	River Mill	river-mill	US		0	America/Denver	33.29343	-104.75525	1226	River Mill,River Windmill		NM	005		
5487974	Roberson Place	roberson-place	US		0	America/Denver	33.47758	-106.15167	1376			NM	027		
5488008	Robertson Wells	robertson-wells	US		0	America/Denver	33.69954	-103.92218	1237			NM	005		
5488031	Robsart	robsart	US		0	America/Denver	33.73646	-105.83304	1705			NM	027		
5488045	Rock Cabin	rock-cabin	US		0	America/Denver	31.72315	-108.87005	1529			NM	023		
5488052	Rock Canyon	rock-canyon	US		0	America/Denver	33.22368	-107.20948	1374			NM	051		
5488213	Rock Wall	rock-wall	US		0	America/Denver	36.17669	-105.62085	2355			NM	055		
5488289	Rodey	rodey	US		388	America/Denver	32.65675	-107.13585	1235	Colorado,Rodey		NM	013		
5488291	Rodarte	rodarte	US		0	America/Denver	36.15197	-105.67279	2411			NM	055		
5488330	Romero	romero	US		0	America/Denver	35.53616	-105.22445	1927			NM	047		
5488344	Romero Place	romero-place	US		0	America/Denver	34.87005	-107.39977	1756			NM	006		
5488345	Romero Place	romero-place	US		0	America/Denver	34.64367	-106.29669	2028			NM	057		
5488363	Romeroville	romeroville	US		0	America/Denver	35.52282	-105.24473	1939	Romero,Romeroville		NM	047		
5488392	Rosa (historical)	rosa-historical	US		0	America/Denver	36.99056	-107.41366	1856			NM	039		
5488398	Rosario	rosario	US		0	America/Denver	35.48031	-106.22752	1662			NM	049		
5488413	Rosebud Farms	rosebud-farms	US		0	America/Denver	35.81282	-103.42468	1448			NM	021		
5488416	Rosedale (historical)	rosedale-historical	US		0	America/Denver	33.80701	-107.40476	2170			NM	053		
5488453	Ross Place	ross-place	US		0	America/Denver	32.07207	-103.72631	993			NM	015		
5488528	Roundtop (historical)	roundtop-historical	US		0	America/Denver	34.49284	-106.10668	1962			NM	057		
5488541	Rouse Place	rouse-place	US		0	America/Denver	33.44674	-107.61948	2294			NM	051		
5488575	Royce	royce	US		0	America/Denver	36.48697	-103.31328	1622			NM	059		
5488673	Rutheron	rutheron	US		0	America/Denver	36.71863	-106.6117	2221			NM	039		
5488675	Rutter	rutter	US		0	America/Denver	32.02149	-106.875	1282			NM	013		
5488677	Ruyle Place	ruyle-place	US		0	America/Denver	33.84978	-108.9209	2171			NM	003		
5488875	Sabino	sabino	US		0	America/Denver	35.99059	-103.95942	1670			NM	021		
5488883	Sabinoso	sabinoso	US		0	America/Denver	35.69893	-104.40804	1403	Sabinosa,Sabinoso		NM	047		
5489178	Saiz Place	saiz-place	US		0	America/Denver	34.65228	-106.32696	2085			NM	057		
5489285	Salitre	salitre	US		0	America/Denver	35.35005	-104.66721	1462			NM	047		
5489348	Salt Lake	salt-lake	US		0	America/Denver	34.45338	-108.7698	1900			NM	003		
5489464	San Antonio (historical)	san-antonio-historical	US		0	America/Denver	36.8614	-106.14947	2700			NM	039		
5489513	San Antonito	san-antonito	US		985	America/Denver	35.1631	-106.34752	2095			NM	001		
5489514	San Augustin	san-augustin	US		0	America/Denver	35.45782	-105.14584	1807	Lourdes,San Agustin,San Augustin		NM	047		
5489527	San Antonito	san-antonito	US		94	America/Denver	33.89284	-106.87447	1390			NM	053		
5489545	San Felipe Pueblo	san-felipe-pueblo	US		2404	America/Denver	35.43392	-106.44669	1564	Debe Lizhini *,Kacht'ya *,Katishtya,Katistsha *,Katitshaie *,Katshtya*,Kwilegi'i *,Nangkwaeirige'ongwi *,P'atu'ak *,Sai behoghan *,San Felipe Pueblo,San Felipe de Keres,Thostalawiama *,To Hachele *,Tsiwiri'ongwi *,Wi'-li-gi *		NM	043		
5489571	San Francisco Plaza	san-francisco-plaza	US		0	America/Denver	33.69339	-108.76617	1745	Frisco,Middle San Francisco Plaza,San Francisco,San Francisco Plaza		NM	003		
5489589	San Ignacio	san-ignacio	US		0	America/Denver	34.91339	-104.94583	1554			NM	019		
5489590	San Ignacio	san-ignacio	US		0	America/Denver	35.77115	-105.35446	2222			NM	047		
5489602	San Ildefonso Pueblo	san-ildefonso-pueblo	US		524	America/Denver	35.89197	-106.11836	1691	Bove,P'ahwia'hliap *,Pak'wete *,Pakwiti *,Pashugi'i *,Poqwoge'ongwi *,Posowe *,Saint Ildefonsus,Salafoso *,San Aldefonso,San Il de Conso,San Ildefonsia,San Ildefonso,San Ildefonso Pueblo,San Yldefonso,San Yldefonzo,Sant Yldefonso,Sostavanatewa *,Tse Tu Kinne *		NM	049		
5489718	San Juan Pueblo	san-juan-pueblo	US		0	America/Denver	36.0528	-106.07058	1725	Caypa,Chamita,Ju'paka Tewa *,Kitigikwage'ongwi *,O'ke,Oh-ke,Ohkay Owingeh,Oke'ongwi *,Pakabaluyu *,Paku'parai *,Pakuqhalai *,Sahwa *,San Juan,San Juan Bautista,San Juan Pueblo,San Juan de los Caballeros,Sanhwan *,Shjapagi'i *,Topiane *		NM	039		
5489772	San Marcial	san-marcial	US		0	America/Denver	33.70007	-106.98725	1366	La Mesa,La Mesa de San Marcial,San Marcia,San Marcial		NM	053		
5489881	San Pedro Overlook	san-pedro-overlook	US		0	America/Denver	35.22365	-106.27891	1991			NM	043		
5489906	San Pedro Creek	san-pedro-creek	US		0	America/Denver	35.21976	-106.30225	1944			NM	043		
5489931	Sanchez	sanchez	US		0	America/Denver	35.62726	-104.42332	1420			NM	047		
5489940	Sanchez Place	sanchez-place	US		0	America/Denver	35.31281	-108.38674	2441			NM	031		
5489941	Sanchez Place	sanchez-place	US		0	America/Denver	34.62562	-106.29252	1995			NM	057		
5489976	Sand Corner	sand-corner	US		0	America/Denver	35.09809	-108.32896	2205			NM	006		
5490090	Sandia Heights	sandia-heights	US		3193	America/Denver	35.17699	-106.49141	1870			NM	001		
5490093	Sandia Knolls	sandia-knolls	US		1208	America/Denver	35.16393	-106.31141	2050			NM	001		
5490112	Sandia Pueblo	sandia-pueblo	US		0	America/Denver	35.25587	-106.57197	1537	Kin Nodozi *,Na'pfe'ta *,Na-pi-ap *,Nafiat,Napetha *,Nuestra Senora de los Dolores de Sandia *,Nuestra Senora de los Dolores y San Antonio de Sandia *,Pajopi *,San Dia,San Francisco de Sandia,Sandia Pueblo,Sandija'ongwi *,Sandijagi'i *,Tuwita *,Wa'shutse *,Washretsae *,We-suala-kuin *		NM	043		
5490121	Sandia Vista	sandia-vista	US		0	America/Denver	35.08477	-106.52336	1677			NM	001		
5490157	Sands	sands	US		0	America/Denver	35.40504	-105.4914	1891			NM	047		
5490202	Santa Ana Pueblo	santa-ana-pueblo	US		610	America/Denver	35.42892	-106.61892	1600	Hweroi *,Patutha *,Santa Ana Pueblo,Sharege'ongwi *,Ta-ma-ya,Tamaiya *,Tamaja,Tan-a-ya,Tu'-na'ji-i' *,Tydagi'i *		NM	043		
5490234	Santa Clara Pueblo	santa-clara-pueblo	US		1018	America/Denver	35.96558	-106.08863	1709	'anaa'shash,Ak-e-ji *,Ana S'ushi *,Caypa *,Giowaka-a *,Giowatsa-a *,Hai'bata *,Haiba'yu *,Haipaai *,K'apo'ungwi *,K'haibahi *,Kah-po,Kaipa *,Kapo,Nasabe'etewa *,Santa Clara Pueblo,Shi-ap-a-gi *,Shjapagi'i *,Tinjititjame *		NM	039		
5490319	Santa Gertrudis (historical)	santa-gertrudis-historical	US		0	America/Denver	35.96392	-105.33251	2206	Santa Gertrudis (historical),Santa Gertrudis de Lo de Mora		NM	033		
5490327	Santa Rita (historical)	santa-rita-historical	US		0	America/Denver	32.80369	-108.06087	1998	Santa Rita (historical),Santa Rita del Cobre		NM	017		
5490365	Santana Place	santana-place	US		0	America/Denver	33.43285	-107.80199	2263			NM	051		
5490392	Santo Nino	santo-nino	US		0	America/Denver	35.9978	-106.0628	1708			NM	049		
5490394	Santo Niño	santo-nino	US		0	America/Denver	36.0028	-106.06336	1710	Santo Nino,Santo Niño		NM	039		
5490408	Santo Tomas	santo-tomas	US		0	America/Denver	32.18176	-106.74611	1174	Santo Tomas,Santo Tomas de Iturbide		NM	013		
5490484	Satathite Place	satathite-place	US		0	America/Denver	33.90812	-107.73338	2119			NM	003		
5490606	Scholle	scholle	US		0	America/Denver	34.42756	-106.41668	1779			NM	057		
5490613	Schomberg	schomberg	US		0	America/Denver	36.63892	-104.49943	1838			NM	007		
5490744	Seama	seama	US		465	America/Denver	35.03977	-107.52477	1822	Canada de la Cruz,Cañada de la Cruz,Seama,Tsiiyama		NM	006		
5490877	Sedillo	sedillo	US		802	America/Denver	35.09977	-106.29558	2120			NM	001		
5490931	Self Place	self-place	US		0	America/Denver	36.97389	-107.50922	1965			NM	045		
5490948	Sena	sena	US		129	America/Denver	35.29838	-105.39279	1791	Puerticito,Sena		NM	047		
5490964	Señorito	senorito	US		0	America/Denver	35.97807	-106.91476	2172	Senorita,Senorito,Señorita,Señorito		NM	043		
5490969	Separ	separ	US		0	America/Denver	32.20092	-108.42227	1372			NM	017		
5490993	Servilleta	servilleta	US		0	America/Denver	36.55335	-105.93557	2393			NM	055		
5491000	Seton Village	seton-village	US		0	America/Denver	35.5992	-105.93252	2132			NM	049		
5491015	Seven Lakes	seven-lakes	US		0	America/Denver	35.78474	-107.93562	1994	Seven Lakes,Siete Lagunas		NM	031		
5491078	Shady Brook	shady-brook	US		0	America/Denver	36.37003	-105.46779	2403	Shady Brook,Shadybrook		NM	055		
5491089	Shakespeare	shakespeare	US		0	America/Denver	32.32592	-108.73839	1362	Grant,Mexican Springs,Ralston,Shakespeare		NM	023		
5491244	Sherman Place	sherman-place	US		0	America/Denver	33.28732	-104.62997	1154			NM	005		
5491259	Shillingburg (historical)	shillingburg-historical	US		0	America/Denver	35.7078	-108.28479	2080	Shillingburg (historical),Shillingsburg		NM	045		
5491315	Shoemaker	shoemaker	US		0	America/Denver	35.81643	-104.87639	1913			NM	033		
5491366	Shuree	shuree	US		0	America/Denver	36.77142	-105.19222	2844			NM	007		
5491375	Sid Place	sid-place	US		0	America/Denver	32.93701	-108.96978	1864			NM	017		
5491415	Sierra Vista Estates	sierra-vista-estates	US		0	America/Denver	35.12643	-106.35697	2155			NM	001		
5491420	Sierra de los Pinos	sierra-de-los-pinos	US		0	America/Denver	35.81169	-106.59087	2460	Sierra de los Pinos,Vallecitos de los Indios		NM	043		
5491445	Sile	sile	US		0	America/Denver	35.56448	-106.3728	1592	Cile,K'shokoha'ashteta *,Sile,Zile		NM	043		
5491449	Silio	silio	US		0	America/Denver	34.58923	-105.93418	1855			NM	057		
5491474	Silver Acres	silver-acres	US		0	America/Denver	32.73008	-108.26366	1757			NM	017		
5490427	Sapello	sapello	US	87745	0	America/Denver	35.77282	-105.25334	2124			NM	047		
5491631	Sipapu	sipapu	US		0	America/Denver	36.15558	-105.55057	2496			NM	055		
5491665	Six Mile Gate	six-mile-gate	US		0	America/Denver	36.58726	-104.96417	2049			NM	007		
5492035	Sofia	sofia	US		0	America/Denver	36.45169	-103.82913	1896			NM	059		
5492041	Soham	soham	US		210	America/Denver	35.4156	-105.49418	1873	San Juan,Sands,Soham		NM	047		
5492096	Sombrillo	sombrillo	US		351	America/Denver	35.98002	-106.04002	1750			NM	049		
5492099	Sombrio (historical)	sombrio-historical	US		0	America/Denver	34.87728	-105.14194	1635			NM	019		
5492165	South Carmen	south-carmen	US		0	America/Denver	35.89365	-105.3364	2229	Carmes,South Carmen		NM	033		
5492170	South Chaves	south-chaves	US		0	America/Denver	35.38836	-108.15201	2135	South Chaves,South Chavez		NM	031		
5492266	South Guam	south-guam	US		0	America/Denver	35.47502	-108.37924	2135			NM	031		
5492268	South Garcia	south-garcia	US		0	America/Denver	34.88088	-107.08087	1619	Garcia,Los Garcias,South Garcia		NM	061		
5492309	South Mill	south-mill	US		0	America/Denver	33.16733	-104.1444	1076			NM	005		
5492340	South Petaca	south-petaca	US		0	America/Denver	36.49724	-106.0103	2201			NM	039		
5492369	South San Ysidro	south-san-ysidro	US		0	America/Denver	35.45004	-105.57751	1944	El Gusano,San Ysidero,South San Ysidro		NM	047		
5492396	South Spring Acres	south-spring-acres	US		0	America/Denver	33.34455	-104.48552	1089	Saunders Addition,South Spring,South Spring Acres,South Springs Acres		NM	005		
5492399	South Spring	south-spring	US		0	America/Denver	33.33566	-104.47275	1090			NM	005		
5492450	South Valley	south-valley	US		40976	America/Denver	35.01005	-106.67808	1501			NM	001		
5492614	Spears	spears	US		0	America/Denver	31.72982	-108.81755	1446			NM	023		
5492639	Spiess	spiess	US		0	America/Denver	35.4592	-105.90669	1946			NM	049		
5492814	Spur Lake	spur-lake	US		0	America/Denver	33.99311	-108.87591	2342			NM	003		
5492892	Standing Rock	standing-rock	US		0	America/Denver	35.80307	-108.36091	1930	Standing Rock,Tse'ii:ahi,Tseiiahi		NM	031		
5493022	Steeplerock (historical)	steeplerock-historical	US		0	America/Denver	32.85313	-108.96589	1583	Carlisle,Steeple Rock,Steeplerock (historical)		NM	017		
5493036	Steins	steins	US		0	America/Denver	32.22925	-108.9895	1325			NM	023		
5493132	Stockton Place	stockton-place	US		0	America/Denver	34.85561	-105.78029	1964			NM	057		
5493210	Strauss	strauss	US		0	America/Denver	31.86427	-106.69888	1253	Strauss,Strauss Station		NM	013		
5493280	Sugarite	sugarite	US		0	America/Denver	36.94391	-104.38193	2115			NM	007		
5493388	Sundance Mesa	sundance-mesa	US		0	America/Denver	35.33032	-106.48391	1652			NM	043		
5493472	Sunshine Valley	sunshine-valley	US		0	America/Denver	36.84169	-105.6589	2269			NM	055		
5493499	Sweetwater (historical)	sweetwater-historical	US		0	America/Denver	36.28365	-104.91306	2025			NM	007		
5493640	Tafoya (historical)	tafoya-historical	US		0	America/Denver	36.44586	-104.06136	1921			NM	007		
5493663	Tajique	tajique	US		130	America/Denver	34.75172	-106.2878	2043	Junetre,San Miguel,San Miguel Taxique,Tafiqui,Tageque,Tajique,Taskike,Taxique,Tegique,Tosh-yit-yay *,Tua-yet-yay,Tush-yet-yay		NM	057		
5493672	Tajo (historical)	tajo-historical	US		0	America/Denver	34.04312	-106.8528	1418	El Tago,El Tajo,Tajo (historical)		NM	053		
5493704	Tank Canyon (historical)	tank-canyon-historical	US		0	America/Denver	34.60811	-107.97617	2212			NM	006		
5493790	Taos Junction	taos-junction	US		0	America/Denver	36.36252	-105.89668	2230	Stong,Taos Junction		NM	055		
5493798	Taos Pueblo	taos-pueblo	US		1135	America/Denver	36.43864	-105.54445	2170	Braba,Ialap'ait'a *,Ju'alata *,Kituawai *,Koho'hlte *,Kwapihalki *,Pinso'ongwi *,San Geronimo Thaos,San Geronimo de Taos,San Geronimo de los Tahos,San Geronimo de los Taos,T'awi'ongwi *,Ta-uth,Tahos,Tainanam *,Takhe,Taos Pueblo,Tayberon,Thaos,To Wolh,Topoliana-kuin *,Touse,Towirnin *,Tu-o-ta,Tua-tah,Tuaba *,Tuopa *,Tuwirat *,Tyetysheokotsae *,Valladolid,Wee-ka-nahs *,Yualata *		NM	055		
5493824	Tapicitoes	tapicitoes	US		0	America/Denver	36.45918	-107.01393	2312	Tapacito,Tapicito,Tapicitoes		NM	039		
5493841	Tate (historical)	tate-historical	US		0	America/Denver	36.3042	-103.4005	1606			NM	059		
5493890	Taylor Ranch	taylor-ranch	US		0	America/Denver	35.16865	-106.71975	1628			NM	001		
5493940	Techado	techado	US		0	America/Denver	34.58532	-108.38701	2261	Techado,Trachado,Trechado		NM	006		
5493952	Tecolote	tecolote	US		0	America/Denver	34.01785	-105.66332	1994			NM	027		
5493953	Tecolote	tecolote	US		298	America/Denver	35.46032	-105.28056	1919			NM	047		
5493954	Tecolote	tecolote	US		0	America/Denver	35.31948	-106.40558	1812			NM	043		
5493980	Tecolotito	tecolotito	US		232	America/Denver	35.23449	-105.15945	1622	Teocolotito		NM	047		
5493998	Tejon	tejon	US		0	America/Denver	34.58979	-105.28611	1864			NM	019		
5493999	Tejon (historical)	tejon-historical	US		0	America/Denver	35.33004	-106.3653	1767			NM	043		
5494007	Telegraph (historical)	telegraph-historical	US		0	America/Denver	32.77896	-108.62478	1515			NM	017		
5494011	Tekapo	tekapo	US		0	America/Denver	35.02198	-108.94286	1888	Tekapo,Tekopo Pueblo		NM	031		
5494162	Tesuque Pueblo	tesuque-pueblo	US		233	America/Denver	35.80253	-105.97558	1942			NM	049		
5494285	The Overlook	the-overlook	US		0	America/Denver	35.30698	-106.44864	1801			NM	043		
5494373	Thompson Place	thompson-place	US		0	America/Denver	34.94394	-106.13669	1943			NM	057		
5494479	Thunderbird	thunderbird	US		0	America/Denver	34.57645	-106.39891	2296			NM	057		
5494519	Tierra Azul	tierra-azul	US		0	America/Denver	36.20669	-106.24864	1801	Nantsang waboo-oo,Nantsanwaebu'u *,Tierra Azul		NM	039		
5494532	Tierra Monte Subdivision	tierra-monte-subdivision	US		0	America/Denver	35.20921	-106.48641	2005			NM	001		
5494536	Tiffany	tiffany	US		0	America/Denver	33.72312	-106.94336	1373	Arny,Tiffany		NM	053		
5494538	Tierra Monte	tierra-monte	US		0	America/Denver	35.8592	-105.34751	2303			NM	047		
5494596	Tinaja	tinaja	US		0	America/Denver	35.08254	-108.26451	2247	San Lorenzo,Tinaja		NM	006		
5494597	Tinaja	tinaja	US		0	America/Denver	36.65308	-104.39026	1938			NM	007		
5494612	Tingle	tingle	US		0	America/Denver	34.67199	-108.54118	2211			NM	006		
5494614	Tinen Place	tinen-place	US		0	America/Denver	35.25921	-106.01336	2012			NM	049		
5494620	Tinian	tinian	US		0	America/Denver	35.84002	-107.32616	2027			NM	031		
5494630	Tinsley Crossing	tinsley-crossing	US		0	America/Denver	34.12703	-103.42134	1254			NM	041		
5494675	Toadlena	toadlena	US		0	America/Denver	36.23695	-108.89259	2062	To Aqedlini,To'halli,Toadalena,Toadlena,Tqo-ha-leeh		NM	045		
5494687	Tocito	tocito	US		0	America/Denver	36.39945	-108.7812	1741	Tocito,Tqo-seedo		NM	045		
5494730	Tokay	tokay	US		0	America/Denver	33.87368	-106.73918	1553			NM	053		
5494748	Toltec	toltec	US		0	America/Denver	36.98279	-106.27225	2882			NM	039		
5494784	Tomasino Mill	tomasino-mill	US		0	America/Denver	34.25257	-106.67335	1683			NM	053		
5494821	Tonuco	tonuco	US		0	America/Denver	32.59092	-106.99668	1218			NM	013		
5494864	Toril	toril	US		0	America/Denver	36.38753	-104.5861	1805			NM	007		
5494868	Tornero	tornero	US		0	America/Denver	33.88453	-103.71385	1368			NM	041		
5494934	Tortugas	tortugas	US		0	America/Denver	32.27009	-106.75278	1192	Nuestra Senora de Guadalupe *,Tortugas		NM	013		
5494942	Totavi	totavi	US		0	America/Denver	35.87558	-106.1753	1762			NM	049		
5495107	Tres Lagunas	tres-lagunas	US		0	America/Denver	34.38228	-108.09478	2270			NM	003		
5495110	Tres Lagunas	tres-lagunas	US		0	America/Denver	35.72114	-105.67807	2307			NM	047		
5495124	Tres Ritos	tres-ritos	US		0	America/Denver	36.13058	-105.51585	2582			NM	055		
5495231	Trout Springs	trout-springs	US		0	America/Denver	35.65976	-105.34057	2153			NM	047		
5495259	Trujillo	trujillo	US		0	America/Denver	35.53477	-104.69138	1964			NM	047		
5495305	Tsaya	tsaya	US		0	America/Denver	36.13307	-108.17424	1799			NM	045		
5495312	Tse Bonito	tse-bonito	US		299	America/Denver	35.65668	-109.0412	2080			NM	031		
5495432	Tunis	tunis	US		0	America/Denver	32.25148	-107.91781	1351			NM	029		
5495582	Turquoise	turquoise	US		0	America/Denver	32.4451	-106.03276	1256			NM	035		
5495632	Twin Buttes	twin-buttes	US		0	America/Denver	35.50447	-108.84731	1960			NM	031		
5495741	Two Grey Hills	two-grey-hills	US		0	America/Denver	36.23751	-108.80259	1794	Bisdahlitso,Crozier,Davies,Two Gray Hills,Two Grey Hills,Williams		NM	045		
5495817	Ulibarri Place	ulibarri-place	US		0	America/Denver	36.95695	-107.52477	1974			NM	045		
5495825	Ulmoris	ulmoris	US		0	America/Denver	32.32897	-108.63227	1283			NM	023		
5495974	Upper Anton Chico	upper-anton-chico	US		0	America/Denver	35.20838	-105.16889	1600			NM	019		
5496010	Upper Colonias	upper-colonias	US		0	America/Denver	35.57643	-105.58446	2184			NM	047		
5496025	Upper Dilia	upper-dilia	US		0	America/Denver	35.18477	-105.08083	1593			NM	019		
5496043	Upper Frijoles Crossing	upper-frijoles-crossing	US		0	America/Denver	35.8153	-106.36142	2138			NM	028		
5496046	Upper Fruitland	upper-fruitland	US		1662	America/Denver	36.71584	-108.31424	1593			NM	045		
5496084	Upper La Jara	upper-la-jara	US		0	America/Denver	36.12057	-106.92282	2376			NM	043		
5496087	Upper La Posada	upper-la-posada	US		0	America/Denver	35.6492	-105.68168	2203			NM	047		
5496096	Upper Lovett Place	upper-lovett-place	US		0	America/Denver	31.65399	-108.9495	1684			NM	023		
5496109	Upper Nutria	upper-nutria	US		0	America/Denver	35.26975	-108.57091	2076	Tsediijih,Upper Nutria		NM	031		
5496128	Upper Pueblo	upper-pueblo	US		0	America/Denver	35.33421	-105.43029	1815	El Pueblo,Pueblo,Upper Pueblo		NM	047		
5496139	Upper Rociada	upper-rociada	US		0	America/Denver	35.85503	-105.42696	2331	Rociada,Rociado,Upper Rociada		NM	047		
5496183	Upshaw Place	upshaw-place	US		0	America/Denver	31.69871	-108.70672	1589			NM	023		
5496218	Urraca Place	urraca-place	US		0	America/Denver	36.41004	-104.84389	1901	Urraca,Urraca Place		NM	007		
5496296	Val Verde	val-verde	US		0	America/Denver	33.70312	-106.93086	1366	El Paraje de Balberde,Val Verde,Valverde		NM	053		
5496297	Val Verde Ski Area	val-verde-ski-area	US		0	America/Denver	36.55503	-105.32167	2836			NM	007		
5496304	Valdez Place	valdez-place	US		0	America/Denver	36.2742	-104.85444	1941			NM	007		
5496313	Valedon	valedon	US		0	America/Denver	32.31758	-108.74505	1386			NM	023		
5496347	Valle Escondido	valle-escondido	US		0	America/Denver	36.36642	-105.38084	2593			NM	055		
5496391	Vallecitos Corrales	vallecitos-corrales	US		0	America/Denver	36.06669	-106.35614	2497			NM	039		
5496439	Valmont	valmont	US		0	America/Denver	32.74676	-105.98748	1231	Camp,Camp City,Dog Town,Shamrock,Valmont		NM	035		
5496459	Van Houten	van-houten	US		0	America/Denver	36.79225	-104.56582	2055	Van Houten,Willow		NM	007		
5496473	Vanadium	vanadium	US		0	America/Denver	32.77924	-108.11754	1833			NM	017		
5496494	Vaqueros (historical)	vaqueros-historical	US		0	America/Denver	36.7589	-107.19977	2128			NM	039		
5496500	Variadero	variadero	US		0	America/Denver	35.3881	-104.45943	1355			NM	047		
5496542	Vegas Junction	vegas-junction	US		0	America/Denver	34.97645	-104.99111	1633			NM	019		
5496592	Ventero	ventero	US		0	America/Denver	36.98363	-105.40584	2692	Ventero,Ventura		NM	055		
5496603	Vera Cruz (historical)	vera-cruz-historical	US		0	America/Denver	33.60619	-105.70137	2131			NM	027		
5496627	Vest Wells	vest-wells	US		0	America/Denver	33.63537	-103.69996	1357			NM	005		
5496720	Villa Madonna	villa-madonna	US		0	America/Denver	33.42258	-105.7236	2597			NM	027		
5496727	Village de las Huertas	village-de-las-huertas	US		0	America/Denver	35.30143	-106.40947	1899			NM	043		
5496755	Villa de Cubero	villa-de-cubero	US		0	America/Denver	35.08476	-107.54227	1881			NM	006		
5496773	Vista Encantada	vista-encantada	US		0	America/Denver	35.11088	-106.56808	1620			NM	001		
5496780	Vista de Oro de Placitas	vista-de-oro-de-placitas	US		0	America/Denver	35.30226	-106.47141	1750			NM	043		
5496816	Voght Place	voght-place	US		0	America/Denver	35.60669	-107.71672	2065			NM	031		
5496901	Waldo (historical)	waldo-historical	US		0	America/Denver	35.45059	-106.1478	1719			NM	049		
5497244	Weaver (historical)	weaver-historical	US		0	America/Denver	35.57169	-108.73314	2085			NM	031		
5497267	Webster Place	webster-place	US		0	America/Denver	34.21172	-107.8795	2353	Webster Cabin,Webster Place		NM	003		
5497389	West Carlsbad	west-carlsbad	US		0	America/Denver	32.42623	-104.25467	960			NM	015		
5497596	West Village	west-village	US		0	America/Denver	35.05254	-107.58227	1841			NM	006		
5497830	White Lakes (historical)	white-lakes-historical	US		0	America/Denver	35.20171	-105.78696	2077			NM	049		
5497851	White Oaks	white-oaks	US		0	America/Denver	33.74757	-105.73637	1929			NM	027		
5497864	White Place	white-place	US		0	America/Denver	31.96898	-108.60866	1314	Playas,White Place		NM	023		
5497914	White Sands	white-sands	US		1651	America/Denver	32.38093	-106.47944	1292	WSD		NM	013		
5497925	White Signal	white-signal	US		181	America/Denver	32.55591	-108.36616	1822			NM	017		
5498094	Wilcox Peak	wilcox-peak	US		0	America/Denver	33.2809	-108.81645	2116			NM	003		
5498329	Willow Springs (historical)	willow-springs-historical	US		0	America/Denver	36.82058	-103.58301	1776			NM	059		
5498352	Wilna	wilna	US		0	America/Denver	32.20703	-108.23476	1391			NM	017		
5498397	Wimsatt	wimsatt	US		0	America/Denver	32.95815	-105.64248	2399			NM	035		
5498398	Wimsattville	wimsattville	US		0	America/Denver	32.80563	-108.08449	1931			NM	017		
5498422	Windmill	windmill	US		43	America/Denver	31.97787	-108.62505	1324			NM	023		
5498520	Winsor Creek Summer Home	winsor-creek-summer-home	US		0	America/Denver	35.8142	-105.67196	2545			NM	047		
5498626	Woods Place	woods-place	US		0	America/Denver	35.36172	-103.36023	1197			NM	037		
5498669	Wright Place	wright-place	US		0	America/Denver	36.50196	-106.67615	2187			NM	039		
5498733	Yah-ta-hey	yah-ta-hey	US		590	America/Denver	35.62808	-108.78036	2002			NM	031		
5498742	Yankee	yankee	US		0	America/Denver	36.94502	-104.32804	2149			NM	007		
5498757	Yarbrough Place	yarbrough-place	US		0	America/Denver	31.68232	-108.71783	1616			NM	023		
5498760	Yates	yates	US		0	America/Denver	36.13031	-103.90136	1710			NM	021		
5498822	Yerba	yerba	US		0	America/Denver	34.15675	-103.37968	1226			NM	041		
5498878	Young Place	young-place	US		187	America/Denver	36.99445	-107.51811	1931			NM	045		
5498879	Young Place	young-place	US		0	America/Denver	35.26949	-105.76196	2162			NM	049		
5498898	Yrisarri	yrisarri	US		0	America/Denver	34.96644	-106.29141	2201	Miera,Yrisarri		NM	001		
5498952	Zia Pueblo	zia-pueblo	US		737	America/Denver	35.50698	-106.72031	1668	Chia,Cia,Cuame,El-ke-ai *,Nuestra Senora de la Asuncion *,Okuwaregi'ongwi *,Sa'jakwa *,Sant Pedro y Sant Pablo,Sayaquakwa *,Sia,Tlogi,Tria,Tse'ja *,Tsia,Tsija *,Tsiya,Tunavwa *,Tunawak *,Zia,Zia Pueblo		NM	043		
5499004	Zuni Pueblo	zuni-pueblo	US		6302	America/Denver	35.07253	-108.85064	1918			NM	031		
5499052	Acoma	acoma	US		0	America/Los_Angeles	37.5483	-114.17248	1685	Acoma,Acoma Station		NV	017		
5499058	Acme (historical)	acme-historical	US		0	America/Los_Angeles	38.53742	-118.29513	1353			NV	021		
5499071	Adaven	adaven	US		0	America/Los_Angeles	38.13217	-115.60031	1940	Adavan,Adaven,Sharp,Sharps		NV	023		
5499074	Adits Mill (historical)	adits-mill-historical	US		0	America/Los_Angeles	39.22743	-117.13648	2349			NV	015		
5499080	Adverse	adverse	US		0	America/Los_Angeles	39.38133	-114.77557	1990			NV	033		
5499138	Alkali	alkali	US		0	America/Los_Angeles	37.82577	-117.33758	1524			NV	009		
5499164	Allred (historical)	allred-historical	US		0	America/Los_Angeles	38.67827	-115.54864	1477			NV	023		
5499172	Alpine (historical)	alpine-historical	US		0	America/Los_Angeles	38.02688	-117.56454	1652			NV	009		
5499185	Alum (historical)	alum-historical	US		0	America/Los_Angeles	37.90854	-117.66676	1531	Alum (historical),Alum Creek		NV	009		
5499199	Amador (historical)	amador-historical	US		0	America/Los_Angeles	39.55965	-117.08176	1936			NV	015		
5499204	Amargosa (historical)	amargosa-historical	US		0	America/Los_Angeles	36.56968	-116.15837	845	Amargosa (historical),Johnnie,Johnnie Siding,Johnnie Station		NV	023		
5499223	American City (historical)	american-city-historical	US		0	America/Los_Angeles	39.26991	-119.66129	1642			NV	029		
5499229	American Flat (historical)	american-flat-historical	US		0	America/Los_Angeles	39.27075	-119.66629	1648			NV	029		
5499267	Andersons (historical)	andersons-historical	US		0	America/Los_Angeles	39.46963	-119.79713	1380	Andersons (historical),Junction House,Sparks Ranch		NV	031		
5499282	Angle City	angle-city	US		0	America/Los_Angeles	37.0433	-114.58833	715	Angle City,Pockets		NV	017		
5499291	Antelope (historical)	antelope-historical	US		0	America/Los_Angeles	38.82104	-116.47257	2134	Antelope (historical),Clear Creek		NV	023		
5499326	Antelope Springs (historical)	antelope-springs-historical	US		0	America/Los_Angeles	37.60855	-116.72923	1917			NV	023		
5499410	Argentum (historical)	argentum-historical	US		0	America/Los_Angeles	38.11826	-117.99316	1383			NV	009		
5499424	Arlemont (historical)	arlemont-historical	US		0	America/Los_Angeles	37.82437	-118.079	1489			NV	009		
5499434	Arrolime	arrolime	US		0	America/Los_Angeles	36.35136	-114.90917	722	Arrolime,Arrolime Siding,Arrowlime		NV	003		
5499438	Arrowhead	arrowhead	US		0	America/Los_Angeles	36.65886	-114.57582	471			NV	003		
5499448	Artesia (historical)	artesia-historical	US		0	America/Los_Angeles	38.9538	-119.37544	1390			NV	019		
5499470	Ash Springs	ash-springs	US		0	America/Los_Angeles	37.46052	-115.19307	1102			NV	017		
5499474	Ashmeadow (historical)	ashmeadow-historical	US		0	America/Los_Angeles	36.36162	-116.29421	669	Ash Meadows,Ashmeadow (historical)		NV	023		
5499507	Atwood (historical)	atwood-historical	US		0	America/Los_Angeles	38.74798	-117.85622	1829	Atwood (historical),Okey Davis		NV	023		
5499519	Aurora (historical)	aurora-historical	US		0	America/Los_Angeles	38.28714	-118.9007	2268			NV	021		
5509307	Nordyke	nordyke	US		0	America/Los_Angeles	38.8913	-119.1871	1354			NV	019		
5499543	Aurum (historical)	aurum-historical	US		0	America/Los_Angeles	39.70327	-114.58474	2182			NV	033		
5499584	Babylon (historical)	babylon-historical	US		0	America/Los_Angeles	39.2441	-115.51393	2775			NV	033		
5499672	Baltimore Mill	baltimore-mill	US		0	America/Los_Angeles	39.28438	-114.86891	1948			NV	033		
5499693	Barcelona Summit	barcelona-summit	US		0	America/Los_Angeles	38.65077	-116.95814	2809			NV	023		
5499706	Barcelona (historical)	barcelona-historical	US		0	America/Los_Angeles	38.64854	-116.96036	2728			NV	023		
5499714	Barnes (historical)	barnes-historical	US		0	America/Los_Angeles	38.95133	-115.13974	1787			NV	033		
5499733	Barrel Spring (historical)	barrel-spring-historical	US		0	America/Los_Angeles	37.95521	-117.59537	1682			NV	009		
5499739	Barrett (historical)	barrett-historical	US		0	America/Los_Angeles	39.05326	-117.4251	1974			NV	023		
5499766	Basic	basic	US		0	America/Los_Angeles	38.87187	-117.90011	1579			NV	023		
5499786	Bassett (historical)	bassett-historical	US		0	America/Los_Angeles	39.45855	-114.51223	1736			NV	033		
5499885	Bellehelen (historical)	bellehelen-historical	US		0	America/Los_Angeles	38.06827	-116.46589	1980	Bell Haven,Bellehelen (historical)		NV	023		
5499892	Belleville (historical)	belleville-historical	US		0	America/Los_Angeles	38.21909	-118.17984	1582			NV	021		
5499956	Bernice (historical)	bernice-historical	US		0	America/Los_Angeles	39.75825	-117.78151	1507	Bernice (historical),Casket,Caskett		NV	001		
5500099	Big Trees	big-trees	US		0	America/Los_Angeles	37.90274	-114.56055	2343			NV	017		
5500129	Birch (historical)	birch-historical	US		0	America/Los_Angeles	39.92215	-115.87311	1788			NV	011		
5500218	Black Horse (historical)	black-horse-historical	US		0	America/Los_Angeles	39.14606	-114.28222	2129			NV	033		
5500331	Blair Junction (historical)	blair-junction-historical	US		0	America/Los_Angeles	38.00826	-117.77371	1469			NV	009		
5500340	Bley (historical)	bley-historical	US		0	America/Los_Angeles	37.98882	-118.31095	2121			NV	021		
5500454	Bolivia (historical)	bolivia-historical	US		0	America/Los_Angeles	39.99241	-117.91318	1416	Bolivia (historical),Cottonwood,Nicke,Nickel,Nickle		NV	001		
5500467	Bonanza Village	bonanza-village	US		0	America/Los_Angeles	36.18303	-115.16528	629			NV	003		
5500485	Bonnie Claire	bonnie-claire	US		0	America/Los_Angeles	37.2266	-117.1209	1213	Bonnie Clair,Bonnie Claire,Bonnie Clare,Montana Station,Thorp,Thorp Wells		NV	023		
5500490	Bonnie Springs	bonnie-springs	US		0	America/Los_Angeles	36.05914	-115.45334	1127	Bonnie Springs,Bonnie Springs Ranch		NV	003		
5500502	Borax	borax	US		0	America/Los_Angeles	35.71443	-115.34055	825	Borax,Borax Station		NV	003		
5500507	Border Town	border-town	US		0	America/Los_Angeles	39.67574	-119.99131	1541	Border Town,Northridge Subdivision		NV	031		
5500573	Bovard (historical)	bovard-historical	US		0	America/Los_Angeles	38.79075	-118.36263	1504			NV	021		
5500584	Bowlerville (historical)	bowlerville-historical	US		0	America/Los_Angeles	36.44885	-116.04975	1147			NV	023		
5500623	Boyer	boyer	US		0	America/Los_Angeles	39.95825	-117.86763	1069			NV	001		
5500639	Bracken	bracken	US		0	America/Los_Angeles	36.10747	-115.19111	665			NV	003		
5500711	Bristol Well (historical)	bristol-well-historical	US		0	America/Los_Angeles	38.10496	-114.68889	1659	Bristol Well (historical),Bristol Wells		NV	017		
5500723	Broken Hills (historical)	broken-hills-historical	US		0	America/Los_Angeles	39.04965	-118.0104	1637			NV	021		
5500730	Bronco (historical)	bronco-historical	US		0	America/Los_Angeles	39.39796	-119.97825	2290	Bronca,Bronco (historical)		NV	031		
5500748	Brown	brown	US		0	America/Los_Angeles	37.60719	-114.13276	1763			NV	017		
5500777	Brucite	brucite	US		0	America/Los_Angeles	38.8627	-117.90206	1563			NV	023		
5500787	Brunswick (historical)	brunswick-historical	US		0	America/Los_Angeles	39.1763	-119.68851	1395			NV	510		
5500840	Bucklands Station (historical)	bucklands-station-historical	US		0	America/Los_Angeles	39.29464	-119.25155	1278	Barnett,Barrett,Buckland Ranch,Bucklands,Bucklands Station (historical),Tolles,Tolles Station,Weeks		NV	019		
5500841	Buckley Camp (historical)	buckley-camp-historical	US		0	America/Los_Angeles	38.73409	-118.53485	1650			NV	021		
5500849	Buckskin (historical)	buckskin-historical	US		0	America/Los_Angeles	38.99214	-119.35238	1510	Buckskin (historical),Gold Pit,Gold Pitt		NV	005		
5500891	Bull Fork	bull-fork	US		0	America/Los_Angeles	39.07354	-115.76727	1849			NV	023		
5501928	Clinton (historical)	clinton-historical	US		0	America/Los_Angeles	39.39715	-117.05175	2210			NV	015		
5500906	Bullfrog (historical)	bullfrog-historical	US		0	America/Los_Angeles	36.89022	-116.83367	1085	Bull Frog,Bullfrog (historical)		NV	023		
5500922	Bullionville (historical)	bullionville-historical	US		0	America/Los_Angeles	37.8033	-114.40693	1451	Bullionville (historical),Ely City,Elyville		NV	017		
5500965	Burnt Cabin (historical)	burnt-cabin-historical	US		0	America/Los_Angeles	39.09659	-117.76566	1956	Burned Cabin,Burnt Cabin (historical)		NV	015		
5501097	Cactus Springs	cactus-springs	US		0	America/Los_Angeles	36.57774	-115.72752	985			NV	003		
5501179	Cambridge (historical)	cambridge-historical	US		0	America/Los_Angeles	38.68825	-119.01404	1666			NV	019		
5501193	Camp Booth (historical)	camp-booth-historical	US		0	America/Los_Angeles	35.65638	-114.81664	967			NV	003		
5501196	Calmville (historical)	calmville-historical	US		0	America/Los_Angeles	38.00965	-117.99788	1385			NV	009		
5501198	Camp Desert Rock	camp-desert-rock	US		0	America/Los_Angeles	36.62718	-116.02003	1012			NV	023		
5501199	Camp Duncan (historical)	camp-duncan-historical	US		0	America/Los_Angeles	35.70415	-114.80498	769			NV	003		
5501200	Camp Dupont (historical)	camp-dupont-historical	US		0	America/Los_Angeles	35.56527	-114.76331	532	Camp Dupont (historical),Dupont		NV	003		
5501205	Camp Harding (historical)	camp-harding-historical	US		0	America/Los_Angeles	37.95299	-117.48704	2069			NV	009		
5501217	Camp Sunrise (historical)	camp-sunrise-historical	US		0	America/Los_Angeles	35.46666	-114.86748	981			NV	003		
5501246	Candelaria (historical)	candelaria-historical	US		0	America/Los_Angeles	38.15882	-118.08928	1742			NV	021		
5501249	Candelaria Junction	candelaria-junction	US		0	America/Los_Angeles	38.17576	-118.18262	1661	Candelaria Junction,Filben,Junction		NV	021		
5501271	Canyon City (historical)	canyon-city-historical	US		0	America/Los_Angeles	39.34632	-117.13703	2035	Big Creek,Canyon City (historical)		NV	015		
5501312	Carman Heights	carman-heights	US		0	America/Los_Angeles	38.83741	-119.50906	2716			NV	005		
5501318	Carp	carp	US		0	America/Los_Angeles	37.11191	-114.49277	786	Carp,Cliffdale		NV	017		
5501329	Carrara (historical)	carrara-historical	US		0	America/Los_Angeles	36.80078	-116.71228	878			NV	023		
5501335	Carroll (historical)	carroll-historical	US		0	America/Los_Angeles	39.26215	-117.71872	2230	Camp Carroll,Carroll (historical)		NV	015		
5501340	Carrs Camp (historical)	carrs-camp-historical	US		0	America/Los_Angeles	37.26299	-116.92618	1414			NV	023		
5501355	Carson Hot Springs	carson-hot-springs	US		0	America/Los_Angeles	39.1938	-119.75268	1436	Carson Hot Springs,Carson Springs		NV	510		
5501371	Carson Rapids City	carson-rapids-city	US		0	America/Los_Angeles	39.30436	-119.55629	1358			NV	019		
5501397	Carver Park	carver-park	US		0	America/Los_Angeles	36.04637	-114.97749	550			NV	003		
5501399	Carvers	carvers	US		0	America/Los_Angeles	38.7866	-117.17925	1720	Carvers,Carvers Station		NV	023		
5501402	Caselton	caselton	US		0	America/Los_Angeles	37.91913	-114.48527	1893			NV	017		
5501403	Caselton Heights	caselton-heights	US		0	America/Los_Angeles	37.91385	-114.47916	1847			NV	017		
5501498	Cave Valley (historical)	cave-valley-historical	US		0	America/Los_Angeles	38.64328	-114.80417	1968			NV	017		
5501563	Centerville (historical)	centerville-historical	US		0	America/Los_Angeles	39.74327	-114.60891	2256	Centerville (historical),Centreville,Siegel		NV	033		
5501565	Central (historical)	central-historical	US		0	America/Los_Angeles	38.53966	-117.10953	2011	Central (historical),Central City		NV	023		
5501584	Cedarhurst (historical)	cedarhurst-historical	US		0	America/Los_Angeles	38.26663	-114.27082	2029			NV	017		
5501777	Churchill	churchill	US		0	America/Los_Angeles	39.27158	-119.28099	1291	Churchill,Fort Churchill Station		NV	019		
5501834	Clan Alpine (historical)	clan-alpine-historical	US		0	America/Los_Angeles	39.53686	-117.8354	1706	Alpine,Clan Alpine (historical)		NV	001		
5501857	Clarkdale (historical)	clarkdale-historical	US		0	America/Los_Angeles	37.26938	-116.91535	1404			NV	023		
5501861	Clarks (historical)	clarks-historical	US		0	America/Los_Angeles	39.58491	-119.46629	1285	Clark,Clarks (historical)		NV	031		
5501892	Clemens (historical)	clemens-historical	US		0	America/Los_Angeles	39.97186	-118.21764	1206			NV	001		
5501903	Cleveland (historical)	cleveland-historical	US		0	America/Los_Angeles	39.2555	-114.48695	1715			NV	033		
5501922	Clifton (historical)	clifton-historical	US		0	America/Los_Angeles	39.49826	-117.07953	1932			NV	015		
5501947	Cloverdale (historical)	cloverdale-historical	US		0	America/Los_Angeles	38.56548	-117.54927	1769			NV	023		
5501963	Coaldale (historical)	coaldale-historical	US		0	America/Los_Angeles	38.04243	-117.89344	1397			NV	009		
5501965	Coaldale Junction	coaldale-junction	US		0	America/Los_Angeles	38.0316	-117.88705	1411	Coaldale,Coaldale Junction		NV	009		
5502015	Cold Springs	cold-springs	US		8544	America/Los_Angeles	39.68019	-119.97659	1542			NV	031		
5502018	Cold Springs	cold-springs	US		0	America/Los_Angeles	39.41214	-117.83928	1696	Cold Creek,Cold Springs		NV	001		
5502048	Columbia (historical)	columbia-historical	US		0	America/Los_Angeles	37.72438	-117.23119	1702	Columbia (historical),Stimler		NV	009		
5502105	Comstock (historical)	comstock-historical	US		0	America/Los_Angeles	39.27019	-119.66157	1640			NV	029		
5502162	Cooper (historical)	cooper-historical	US		0	America/Los_Angeles	39.09855	-114.58417	1999			NV	033		
5502178	Copper Camp (historical)	copper-camp-historical	US		0	America/Los_Angeles	35.54305	-114.76192	528			NV	003		
5502186	Copper City (historical)	copper-city-historical	US		0	America/Los_Angeles	36.31665	-114.21191	1085			NV	003		
5502194	Copper Hill (historical)	copper-hill-historical	US		0	America/Los_Angeles	38.83325	-118.71208	1270	Copper Hill (historical),Copperhill		NV	021		
5502197	Copper Flat	copper-flat	US		0	America/Los_Angeles	39.26105	-114.98808	2157			NV	033		
5502208	Copper Run	copper-run	US		0	America/Los_Angeles	38.82075	-118.88931	1978			NV	021		
5502209	Coppereid (historical)	coppereid-historical	US		0	America/Los_Angeles	39.8488	-118.21903	1309	Coppereid (historical),White Cloud,White Cloud City		NV	001		
5502211	Copperfield	copperfield	US		0	America/Los_Angeles	39.63158	-119.94492	1656			NV	031		
5502212	Copperfield (historical)	copperfield-historical	US		0	America/Los_Angeles	38.59159	-118.36902	1602			NV	021		
5502229	Corn Creek (historical)	corn-creek-historical	US		0	America/Los_Angeles	36.4208	-115.38168	870			NV	003		
5502254	Coryville (historical)	coryville-historical	US		0	America/Los_Angeles	38.48576	-118.71902	1827	Coreyville,Coryville (historical)		NV	021		
5502418	Coyote (historical)	coyote-historical	US		0	America/Los_Angeles	38.03329	-114.86473	1592			NV	017		
5502426	Coyote Hole	coyote-hole	US		0	America/Los_Angeles	37.79715	-117.80538	2015			NV	009		
5502467	Cradlebaugh (historical)	cradlebaugh-historical	US		0	America/Los_Angeles	39.04324	-119.78101	1419			NV	005		
5502492	Crescent (historical)	crescent-historical	US		0	America/Los_Angeles	35.48971	-115.17887	1322			NV	003		
5502513	Cressid	cressid	US		0	America/Los_Angeles	39.92963	-118.7121	1188			NV	001		
5502557	Crows Nest	crows-nest	US		0	America/Los_Angeles	38.3516	-115.66337	1451			NV	023		
5502561	Crystal (historical)	crystal-historical	US		0	America/Los_Angeles	36.50136	-114.76278	616			NV	003		
5502570	Crystal Peak (historical)	crystal-peak-historical	US		0	America/Los_Angeles	39.52519	-119.99659	1481			NV	031		
5502602	Cuprite (historical)	cuprite-historical	US		0	America/Los_Angeles	37.52827	-117.18702	1474	Cuprite (historical),Cuprito		NV	009		
5502609	Currant	currant	US		0	America/Los_Angeles	38.74216	-115.47475	1578	Butlers,Callaway,Currant		NV	023		
5502622	Curtis (historical)	curtis-historical	US		0	America/Los_Angeles	39.74714	-117.16149	1658	Curtis (historical),Curtiss		NV	015		
5502684	Danville (historical)	danville-historical	US		0	America/Los_Angeles	38.76938	-116.5184	2281	Chloride,Danville (historical)		NV	023		
5502695	Darroughs Hot Springs	darroughs-hot-springs	US		0	America/Los_Angeles	38.82021	-117.18064	1701	Darrough Hot Springs,Darroughs Hot Springs		NV	023		
5502826	Deer Lodge (historical)	deer-lodge-historical	US		0	America/Los_Angeles	37.9308	-114.07387	2098	Deer Lodge (historical),Deerlodge		NV	017		
5502856	Del Monte	del-monte	US		0	America/Los_Angeles	38.29436	-118.93014	2110			NV	021		
5502868	Delamar	delamar	US		0	America/Los_Angeles	37.45802	-114.77	1812	Delamar,Reeves		NV	017		
5502879	Delmues (historical)	delmues-historical	US		0	America/Los_Angeles	37.86663	-114.31693	1559	Delmue,Delmues (historical),Delmues Station,Engadine		NV	017		
5502937	Desert View Point	desert-view-point	US		0	America/Los_Angeles	36.31219	-115.58613	2484			NV	003		
5502978	Diamond City (historical)	diamond-city-historical	US		0	America/Los_Angeles	39.73771	-115.86089	1919	Carp,Diamond,Diamond City (historical)		NV	011		
5503028	Divide (historical)	divide-historical	US		0	America/Los_Angeles	38.00243	-117.25786	1761	Divide (historical),Sigold		NV	009		
5503050	Dixie Valley	dixie-valley	US		0	America/Los_Angeles	39.6877	-118.08069	1047	Dixie Valley,Dixie Valley Settlement		NV	001		
5503120	Double Springs (historical)	double-springs-historical	US		0	America/Los_Angeles	38.79157	-119.59823	1814	Double Springs (historical),Round Tent Ranch,Sprague,Spragues		NV	005		
5503150	Downeyville (historical)	downeyville-historical	US		0	America/Los_Angeles	38.91076	-117.899	1473	Downeyville (historical),Downieville		NV	023		
5503160	Dresslerville	dresslerville	US		0	America/Los_Angeles	38.89796	-119.71684	1492			NV	005		
5503234	Dry Lake	dry-lake	US		0	America/Los_Angeles	36.45664	-114.84306	639			NV	003		
5503302	Duluth (historical)	duluth-historical	US		0	America/Los_Angeles	39.07687	-117.74622	1953	Duluth (historical),Duluth Camp		NV	023		
5503330	Dutch Creek (historical)	dutch-creek-historical	US		0	America/Los_Angeles	38.63464	-118.75431	1290			NV	021		
5503380	Eagle Station (historical)	eagle-station-historical	US		0	America/Los_Angeles	39.1638	-119.7649	1425	Eagle Ranch,Eagle Station (historical)		NV	510		
5503397	Eagleville (historical)	eagleville-historical	US		0	America/Los_Angeles	39.14992	-118.30096	1409			NV	001		
5503398	Eagleville (historical)	eagleville-historical	US		0	America/Los_Angeles	39.02604	-118.25291	1695			NV	021		
5503408	East Belmont (historical)	east-belmont-historical	US		0	America/Los_Angeles	38.58243	-116.86119	2228			NV	023		
5503427	East Ely	east-ely	US		0	America/Los_Angeles	39.25494	-114.86918	1961			NV	033		
5503445	East Las Vegas	east-las-vegas	US		0	America/Los_Angeles	36.09442	-115.04194	505	East Las Vegas,Saint Anne,Whitney		NV	003		
5503493	Eastgate	eastgate	US		0	America/Los_Angeles	39.30548	-117.87901	1553	East Gate,Eastgate,Eastgate Station,Gibralter Gate		NV	001		
5503505	Eberhardt	eberhardt	US		0	America/Los_Angeles	39.19493	-115.48059	2199	Eberhardt,Eberhart		NV	033		
5503507	Eastland Heights	eastland-heights	US		0	America/Los_Angeles	36.19219	-115.18806	650			NV	003		
5503522	Echo Bay	echo-bay	US		0	America/Los_Angeles	36.30915	-114.42748	387			NV	003		
5503544	Eden (historical)	eden-historical	US		0	America/Los_Angeles	37.94022	-116.41978	2431	Eden (historical),Gold Belt		NV	023		
5503577	Egan (historical)	egan-historical	US		0	America/Los_Angeles	39.86077	-114.93614	1935	Egan (historical),Egan Canyon,Egan Canyon Station		NV	033		
5503581	Edwards Creek Station (historical)	edwards-creek-station-historical	US		0	America/Los_Angeles	39.51687	-117.75512	1598	Edwards Creek,Edwards Creek Station (historical),Healey,Healy		NV	001		
5503612	Elbow Stage Station (historical)	elbow-stage-station-historical	US		0	America/Los_Angeles	38.42492	-119.02181	1761	Elbow,Elbow Jakes Stage Station,Elbow Stage Station (historical)		NV	019		
5503618	Eldorado Canyon (historical)	eldorado-canyon-historical	US		0	America/Los_Angeles	35.70777	-114.71164	218	El Dorado,Eldorado Canon,Eldorado Canyon (historical)		NV	003		
5503674	Ellendale (historical)	ellendale-historical	US		0	America/Los_Angeles	38.09855	-116.75701	2012	Ellendale (historical),Ellendale Camp		NV	023		
5503684	Ellsworth (historical)	ellsworth-historical	US		0	America/Los_Angeles	38.97298	-117.75483	2140	Ellsworth (historical),Summit City,Upper Weston		NV	023		
5503715	Emerald City (historical)	emerald-city-historical	US		0	America/Los_Angeles	35.45971	-114.8697	1023			NV	003		
5503779	Esmeralda (historical)	esmeralda-historical	US		0	America/Los_Angeles	38.28659	-118.88153	2244			NV	021		
5503803	Eunice Place	eunice-place	US		0	America/Los_Angeles	39.5641	-115.90533	2021			NV	011		
5503806	Eureka (historical)	eureka-historical	US		0	America/Los_Angeles	39.20047	-119.63768	1372			NV	019		
5503941	Farmer Station	farmer-station	US		0	America/Los_Angeles	37.25104	-117.00396	1208			NV	023		
5503945	Farrier	farrier	US		0	America/Los_Angeles	36.81275	-114.65388	536	Farrier,Ferrier,Guelph		NV	003		
5503955	Fay (historical)	fay-historical	US		0	America/Los_Angeles	37.90802	-114.06998	2110			NV	017		
5503996	Ferguson (historical)	ferguson-historical	US		0	America/Los_Angeles	37.45858	-114.76389	1861	Ferguson (historical),Golden,Golden City		NV	017		
5504026	Fiddlers Green	fiddlers-green	US		0	America/Los_Angeles	39.15463	-119.61267	1898			NV	510		
5504036	Fillmore (historical)	fillmore-historical	US		0	America/Los_Angeles	39.81185	-118.996	1286			NV	001		
5504079	Fish Lake (historical)	fish-lake-historical	US		0	America/Los_Angeles	37.87188	-117.94955	1436	Borax City,Fish Lake (historical),Fish Lake Camp		NV	009		
5504107	Five Mile House (historical)	five-mile-house-historical	US		0	America/Los_Angeles	39.3663	-119.66657	1940	Five Mile House (historical),Summit,Summit House		NV	031		
5504123	Flat Nose	flat-nose	US		0	America/Los_Angeles	37.8933	-114.30054	1577			NV	017		
5504130	Fleish	fleish	US		0	America/Los_Angeles	39.4813	-119.99381	1514			NV	031		
5504151	Florence Hill	florence-hill	US		0	America/Los_Angeles	37.70771	-117.21869	1747	Florence Hill,Milltown		NV	009		
5504164	Flowery City (historical)	flowery-city-historical	US		0	America/Los_Angeles	39.31602	-119.59351	1497			NV	029		
5504173	Fluorine (historical)	fluorine-historical	US		0	America/Los_Angeles	36.88634	-116.697	1303			NV	023		
5504204	Forks Station	forks-station	US		0	America/Los_Angeles	37.49577	-117.16619	1424			NV	009		
5504207	Formanville (historical)	formanville-historical	US		0	America/Los_Angeles	39.28158	-119.64323	1832			NV	029		
5504209	Fort Callville (historical)	fort-callville-historical	US		0	America/Phoenix	36.11331	-114.68887	367	Calls Landing,Callville,Colville,Fort Call,Fort Callville (historical),Old Callville		NV	003		
5504314	Frazier Wells (historical)	frazier-wells-historical	US		0	America/Los_Angeles	38.16021	-117.23536	1890	Frazier Springs,Frazier Wells (historical)		NV	023		
5504341	Freiburg (historical)	freiburg-historical	US		0	America/Los_Angeles	37.923	-115.58448	1901	Freiberg,Freiburg (historical),Freyberg,Freyburg,Fryberg,Springers,Worthington		NV	017		
5504351	Frenchman	frenchman	US		0	America/Los_Angeles	39.27937	-118.27013	1267	Bermond,Bermond Station,Frenchman,Frenchman Station,Frenchmans,Frenchmans Station,Frenchys		NV	001		
5504473	Gardnerville Ranchos	gardnerville-ranchos	US		11312	America/Los_Angeles	38.88824	-119.74129	1481			NV	005		
5504474	Garfield (historical)	garfield-historical	US		0	America/Los_Angeles	38.45131	-118.31401	2250			NV	021		
5504490	Garnet	garnet	US		0	America/Los_Angeles	36.38858	-114.87111	679	Gannet,Garnet		NV	003		
5504521	Gemfield	gemfield	US		0	America/Los_Angeles	37.73965	-117.29508	1860			NV	009		
5504528	Geneva (historical)	geneva-historical	US		0	America/Los_Angeles	39.39715	-117.04675	2192			NV	015		
5504561	Geyser (historical)	geyser-historical	US		0	America/Los_Angeles	38.67467	-114.63084	1824			NV	017		
5504585	Gilbert (historical)	gilbert-historical	US		0	America/Los_Angeles	38.19604	-117.69677	1887			NV	009		
5504611	Gilpin	gilpin	US		0	America/Los_Angeles	39.59797	-119.33573	1264			NV	029		
5504631	Glassand	glassand	US		0	America/Los_Angeles	36.55692	-114.4647	398	Glassand,Stockers Smith		NV	003		
5504635	Glen Hamilton (historical)	glen-hamilton-historical	US		0	America/Los_Angeles	38.97493	-117.50649	2125			NV	023		
5504644	Glencoe (historical)	glencoe-historical	US		0	America/Los_Angeles	39.66272	-114.20695	2279	Glenco,Glencoe (historical)		NV	033		
5504668	Gold Bar (historical)	gold-bar-historical	US		0	America/Los_Angeles	36.938	-116.8934	1560	Gold Bar (historical),Goldbar		NV	023		
5504681	Gold Butte (historical)	gold-butte-historical	US		0	America/Los_Angeles	36.28026	-114.20052	1138			NV	003		
5504723	Gold Hit	gold-hit	US		0	America/Los_Angeles	37.93354	-118.28012	2301	Gold Hit,Gold Hitt		NV	009		
5504747	Gold Point	gold-point	US		0	America/Los_Angeles	37.35465	-117.36508	1641	Gold Point,Goldpoint,Hornsilver,Lime Point		NV	009		
5504748	Gold Point (historical)	gold-point-historical	US		0	America/Los_Angeles	38.81827	-115.34808	1908			NV	023		
5504754	Gold Reef (historical)	gold-reef-historical	US		0	America/Los_Angeles	37.96604	-117.21619	1788			NV	009		
5504763	Gold Center	gold-center	US		0	America/Los_Angeles	36.86828	-116.76728	958	Gold Center,South Bullfrog		NV	023		
5504771	Golden (historical)	golden-historical	US		0	America/Los_Angeles	38.64576	-117.55593	2122	Ardivey City,Golden (historical)		NV	023		
5504774	Golden Arrow	golden-arrow	US		0	America/Los_Angeles	37.99771	-116.60617	1810			NV	023		
5504821	Goldyke	goldyke	US		0	America/Los_Angeles	38.73687	-117.86956	1799	Golddyke,Goldyke,Tom Burns Camp		NV	023		
5504918	Grand View Terrace	grand-view-terrace	US		0	America/Los_Angeles	39.60963	-119.85603	1575	Black Springs,Grand View Terrace		NV	031		
5504922	Granite (historical)	granite-historical	US		0	America/Los_Angeles	38.97103	-118.91848	1767			NV	021		
5504963	Grant City (historical)	grant-city-historical	US		0	America/Los_Angeles	38.41605	-115.52475	1768	Grant,Grant City (historical)		NV	023		
5505067	Green Springs (historical)	green-springs-historical	US		0	America/Los_Angeles	38.90215	-117.82539	1779	Green Spring,Green Springs (historical)		NV	023		
5505083	Greenville (historical)	greenville-historical	US		0	America/Los_Angeles	39.23938	-115.4992	2551			NV	033		
5505091	Gregory (historical)	gregory-historical	US		0	America/Los_Angeles	39.38047	-118.95099	1346			NV	001		
5505123	Groom (historical)	groom-historical	US		0	America/Los_Angeles	37.40523	-115.69892	1841			NV	017		
5505169	Gweenah (historical)	gweenah-historical	US		0	America/Los_Angeles	39.55881	-117.19037	1911			NV	015		
5505194	Hafed	hafed	US		0	America/Los_Angeles	39.51463	-119.63046	1335	Hafed,Hafed Siding,Hayfed		NV	031		
5505251	Hannapah (historical)	hannapah-historical	US		0	America/Los_Angeles	38.12716	-116.91701	1956	Bannock,Hannapah (historical),Silverzone		NV	023		
5505382	Heinz (historical)	heinz-historical	US		0	America/Los_Angeles	39.66157	-119.99437	1559			NV	031		
5505392	Helena (historical)	helena-historical	US		0	America/Los_Angeles	38.13771	-116.47811	1881	Clifford,Helena (historical)		NV	023		
5505394	Helene	helene	US		0	America/Los_Angeles	37.48107	-114.77667	1844			NV	017		
5505460	Hesse Camp (historical)	hesse-camp-historical	US		0	America/Los_Angeles	36.09887	-114.74776	367	Hesse Camp (historical),Hesses Camp		NV	003		
5505512	Highland (historical)	highland-historical	US		0	America/Los_Angeles	37.92857	-114.53722	2015			NV	017		
5505549	Hill (historical)	hill-historical	US		0	America/Los_Angeles	39.40214	-118.66292	1197	Hill (historical),Hill Ranch,Hill and Grimes,Hills Station,Slough Ranch,Slough Station		NV	001		
5505558	Hillegas (historical)	hillegas-historical	US		0	America/Los_Angeles	36.15358	-115.02139	555			NV	003		
5505562	Hiller (historical)	hiller-historical	US		0	America/Los_Angeles	39.84437	-116.59952	1737			NV	015		
5505566	Hills Camp (historical)	hills-camp-historical	US		0	America/Phoenix	35.77665	-114.70109	197			NV	003		
5505576	Hobart (historical)	hobart-historical	US		0	America/Los_Angeles	38.98269	-119.94046	1938			NV	005		
5505591	Hogum	hogum	US		0	America/Los_Angeles	39.05633	-114.41139	2104			NV	033		
5505594	Holbrook Junction	holbrook-junction	US		0	America/Los_Angeles	38.7338	-119.55489	1643	Holbrook Junction,Topaz Junction		NV	005		
5505665	Hoover City (historical)	hoover-city-historical	US		0	America/Los_Angeles	36.19636	-115.13333	580			NV	003		
5505762	Hot Creek	hot-creek	US		0	America/Los_Angeles	38.38523	-115.15141	1595			NV	023		
5505813	Hoya	hoya	US		0	America/Los_Angeles	36.94691	-114.65222	616			NV	017		
5505814	Hoye (historical)	hoye-historical	US		0	America/Los_Angeles	38.76047	-119.38322	1472	Hoye (historical),Hoyes Store		NV	019		
5505833	Huffaker (historical)	huffaker-historical	US		0	America/Los_Angeles	39.45963	-119.78102	1361	Huffackers,Huffaker (historical),Huffakers		NV	031		
5505845	Hudson (historical)	hudson-historical	US		0	America/Los_Angeles	38.8413	-119.27321	1441	Hudson (historical),Hudson Station		NV	019		
5505865	Hunter (historical)	hunter-historical	US		0	America/Los_Angeles	39.64355	-114.98864	2133			NV	033		
5505896	Hupton (historical)	hupton-historical	US		0	America/Los_Angeles	36.65775	-114.57499	478			NV	003		
5505925	Idlewild (historical)	idlewild-historical	US		0	America/Los_Angeles	39.01076	-117.61538	2133			NV	023		
5505937	Illipah (historical)	illipah-historical	US		0	America/Los_Angeles	39.35743	-115.33198	2027	Illipah (historical),Illipah Ranch,Moorman Ranch		NV	033		
5505981	Indian Cove	indian-cove	US		0	America/Los_Angeles	37.65524	-114.49527	1367			NV	017		
5506050	Indian Springs (historical)	indian-springs-historical	US		0	America/Los_Angeles	38.53965	-117.25898	1753			NV	023		
5506138	Island City (historical)	island-city-historical	US		0	America/Los_Angeles	39.40214	-118.78154	1203			NV	001		
5506143	Islen	islen	US		0	America/Los_Angeles	37.52969	-114.32165	1591			NV	017		
5506185	Jackrabbit (historical)	jackrabbit-historical	US		0	America/Los_Angeles	38.09579	-114.59555	1939	Jack Rabbit,Jackrabbit (historical),Royal City		NV	017		
5506222	Jacobsville (historical)	jacobsville-historical	US		0	America/Los_Angeles	39.50104	-117.1812	1737	Jacobs Spring,Jacobsville (historical),Jacobsville Station,Reese River,Reese River Station		NV	015		
5506224	Jaggersville	jaggersville	US		0	America/Los_Angeles	38.37159	-118.54152	1653	Jaggersville,Oroville		NV	021		
5506239	Jamestown (historical)	jamestown-historical	US		0	America/Los_Angeles	37.54105	-116.78367	1692			NV	023		
5506264	Jefferson (historical)	jefferson-historical	US		0	America/Los_Angeles	38.71326	-116.98258	2347			NV	023		
5506287	Jett (historical)	jett-historical	US		0	America/Los_Angeles	38.73271	-117.23898	2097	Argentore,Jett (historical),Silver Point		NV	023		
5506288	Jett (historical)	jett-historical	US		0	America/Los_Angeles	38.72299	-117.20592	1899			NV	023		
5506336	Johnnie	johnnie	US		0	America/Los_Angeles	36.41968	-116.0717	1010	Johnnie,Johnnie Water		NV	023		
5506353	Johnson Lane	johnson-lane	US		6490	America/Los_Angeles	39.04796	-119.72212	1469			NV	005		
5506372	Johntown (historical)	johntown-historical	US		0	America/Los_Angeles	39.25102	-119.62379	1465			NV	019		
5506386	Joseco	joseco	US		0	America/Los_Angeles	37.50191	-114.22915	1655			NV	017		
5506392	Joy (historical)	joy-historical	US		0	America/Los_Angeles	39.94715	-115.54254	2483			NV	033		
5506425	Jumbo (historical)	jumbo-historical	US		0	America/Los_Angeles	39.29213	-119.70879	1842			NV	031		
5506428	Junction (historical)	junction-historical	US		0	America/Los_Angeles	39.08965	-117.13203	1680			NV	023		
5506429	Junction City (historical)	junction-city-historical	US		0	America/Los_Angeles	36.04331	-114.79526	367			NV	003		
5506437	Jumbotown (historical)	jumbotown-historical	US		0	America/Los_Angeles	37.71549	-117.22091	1735	Jumbo Town,Jumbotown (historical)		NV	009		
5506438	Jungletown (historical)	jungletown-historical	US		0	America/Los_Angeles	36.28191	-115.05917	626			NV	003		
5506587	Kaolin (historical)	kaolin-historical	US		0	America/Los_Angeles	36.50692	-114.41415	371			NV	003		
5506599	Karo (historical)	karo-historical	US		0	America/Los_Angeles	38.25968	-114.37527	2395			NV	017		
5506636	Kent (historical)	kent-historical	US		0	America/Los_Angeles	39.48327	-114.74252	1951			NV	033		
5506659	Kershaw (historical)	kershaw-historical	US		0	America/Los_Angeles	37.58969	-114.52055	1376			NV	017		
5506662	Kerwin Camp (historical)	kerwin-camp-historical	US		0	America/Los_Angeles	35.18055	-114.8322	840			NV	003		
5506670	Keystone (historical)	keystone-historical	US		0	America/Los_Angeles	39.92437	-116.56175	1873			NV	011		
5506671	Keystone (historical)	keystone-historical	US		0	America/Los_Angeles	38.44493	-116.38339	1925			NV	023		
5506676	Keystone Junction	keystone-junction	US		0	America/Los_Angeles	39.28299	-114.96391	2047			NV	033		
5506700	Kiernan (historical)	kiernan-historical	US		0	America/Los_Angeles	37.28747	-114.46749	946			NV	017		
5506728	Kingsbury Meadows	kingsbury-meadows	US		0	America/Los_Angeles	38.97352	-119.91907	2023			NV	005		
5506729	Kingsbury Village	kingsbury-village	US		0	America/Los_Angeles	38.98546	-119.89268	2251			NV	005		
5506732	Kingston (historical)	kingston-historical	US		0	America/Los_Angeles	39.48992	-118.10152	1316			NV	001		
5506747	Kinkaid	kinkaid	US		0	America/Los_Angeles	38.54492	-118.39485	1344	Kinkaid,Kinkaid Siding,Kinkead		NV	021		
5506780	Klondike (historical)	klondike-historical	US		0	America/Los_Angeles	37.89493	-117.26341	1500	Klondike (historical),Klondyke,Southern Klondike		NV	009		
5506790	Knickerbocker (historical)	knickerbocker-historical	US		0	America/Los_Angeles	38.9152	-117.59066	2119			NV	023		
5506824	Kyle Canyon Summer Home Area	kyle-canyon-summer-home-area	US		0	America/Los_Angeles	36.25163	-115.62807	2329			NV	003		
5506842	Labbe Camp	labbe-camp	US		0	America/Los_Angeles	36.45079	-116.05642	1119			NV	023		
5506905	Lakeridge	lakeridge	US		371	America/Los_Angeles	39.0363	-119.94824	1939			NV	005		
5506913	Lakeview (historical)	lakeview-historical	US		0	America/Los_Angeles	39.24493	-117.53149	1857			NV	015		
5506952	Lander City (historical)	lander-city-historical	US		0	America/Los_Angeles	39.37604	-117.1612	1902	Lander,Lander City (historical)		NV	015		
5507024	Lauville (historical)	lauville-historical	US		0	America/Los_Angeles	38.79549	-116.51729	2269			NV	023		
5507058	Learville (historical)	learville-historical	US		0	America/Los_Angeles	38.94549	-116.85036	2486	Learnville,Learville (historical),Searville		NV	023		
5507072	Lee Canyon Summer Home Area	lee-canyon-summer-home-area	US		0	America/Los_Angeles	36.32107	-115.66391	2564			NV	003		
5507084	Leeland (historical)	leeland-historical	US		0	America/Los_Angeles	36.58606	-116.58616	729	Leeland (historical),Leland		NV	023		
5507089	Leete (historical)	leete-historical	US		0	America/Los_Angeles	39.74102	-119.05544	1231	Eagle Salt Works,Leete (historical)		NV	001		
5507093	Leeteville (historical)	leeteville-historical	US		0	America/Los_Angeles	39.50992	-118.93321	1228	Leeteville (historical),Leetville		NV	001		
5507103	Lemmon Valley	lemmon-valley	US		5040	America/Los_Angeles	39.63602	-119.84325	1512			NV	031		
5507143	Liberty (historical)	liberty-historical	US		0	America/Los_Angeles	38.30632	-117.29481	1806			NV	023		
5507152	Lida	lida	US		0	America/Los_Angeles	37.45826	-117.49814	1884			NV	009		
5507356	Lockes	lockes	US		0	America/Los_Angeles	38.55493	-115.77504	1466			NV	023		
5507368	Lodi Tanks	lodi-tanks	US		0	America/Los_Angeles	38.98715	-117.834	1523			NV	023		
5507381	Logan (historical)	logan-historical	US		0	America/Los_Angeles	37.60968	-115.3928	1857	Logan (historical),Logan City,Logan Springs,Logans Springs		NV	017		
5507385	Logan Creek Estates	logan-creek-estates	US		0	America/Los_Angeles	39.06574	-119.93852	1998			NV	005		
5507402	Loma (historical)	loma-historical	US		0	America/Los_Angeles	39.06298	-118.91237	1327			NV	021		
5507483	Longstreet (historical)	longstreet-historical	US		0	America/Los_Angeles	38.38105	-116.71007	2142			NV	023		
5507507	Lost City (historical)	lost-city-historical	US		0	America/Los_Angeles	36.48803	-114.37942	367	Lost City (historical),Pueblo Grande de Nevada		NV	003		
5507561	Lower Gold Hill (historical)	lower-gold-hill-historical	US		0	America/Los_Angeles	39.27491	-119.65379	1664			NV	029		
5507591	Lower Town (historical)	lower-town-historical	US		0	America/Los_Angeles	38.51438	-116.34839	1699	Hot Creek,Lower Town (historical)		NV	023		
5507602	Lucky Boy (historical)	lucky-boy-historical	US		0	America/Los_Angeles	38.4602	-118.67902	1894	Lucky Boy (historical),Luckyboy		NV	021		
5507621	Lucky Jim Camp	lucky-jim-camp	US		0	America/Los_Angeles	35.70221	-114.80331	745			NV	003		
5507633	Ludwig (historical)	ludwig-historical	US		0	America/Los_Angeles	38.95547	-119.27904	1547	Ludwig (historical),Morning Star,Morningstar		NV	019		
5507662	Lux	lux	US		0	America/Los_Angeles	39.12714	-119.11377	1312			NV	019		
5507696	Maestretti (historical)	maestretti-historical	US		0	America/Los_Angeles	39.38353	-117.62789	1998			NV	015		
5507700	Maggie Blues (historical)	maggie-blues-historical	US		0	America/Los_Angeles	38.24549	-117.07536	1770			NV	023		
5507746	Majors Place	majors-place	US		0	America/Los_Angeles	39.02494	-114.58195	1978	Conners Station,Connors Station,Majors,Majors Place,Majors Store		NV	033		
5507758	Mammoth Ledge (historical)	mammoth-ledge-historical	US		0	America/Los_Angeles	38.81907	-119.61795	1803	Mammoth,Mammoth Ledge (historical),Mammoth Lodge		NV	005		
5507768	Mandolin (historical)	mandolin-historical	US		0	America/Los_Angeles	35.79692	-115.62889	787			NV	003		
5507790	Manse	manse	US		0	America/Los_Angeles	36.15469	-115.90224	847			NV	023		
5507820	Marie Camp	marie-camp	US		0	America/Los_Angeles	35.70832	-114.81748	870			NV	003		
5507831	Mark Twain Estates	mark-twain-estates	US		0	America/Los_Angeles	39.30686	-119.55267	1350			NV	029		
5507841	Marmol (historical)	marmol-historical	US		0	America/Los_Angeles	39.4738	-119.99325	1532			NV	031		
5507851	Marshland (historical)	marshland-historical	US		0	America/Los_Angeles	39.3027	-119.24821	1283			NV	019		
5507916	Massie	massie	US		0	America/Los_Angeles	39.59686	-118.97599	1212			NV	001		
5507945	Mayberry-Highland Park	mayberry-highland-park	US		0	America/Los_Angeles	39.50297	-119.87408	1440	Mayberry Area,Mayberry-Highland Park,Mayberry-Highland Park Area,Mayberry-Highland Park Subdivision		NV	031		
5507946	Mayberrys (historical)	mayberrys-historical	US		0	America/Los_Angeles	39.50547	-119.89464	1415	Hunters Crossing,Hunters Station,Mayberry Crossing,Mayberrys (historical)		NV	031		
5507994	McCoy (historical)	mccoy-historical	US		0	America/Los_Angeles	39.37439	-114.52806	2004			NV	033		
5508030	McGill	mcgill	US		1148	America/Los_Angeles	39.40494	-114.77863	1891	MakGill,Makgil,Makgill,makghyl,МакГилл,Макгил,Макгилл,ماكغيل,مک‌گیل، نوادا		NV	033		
5508032	McGill Junction	mcgill-junction	US		0	America/Los_Angeles	39.37216	-114.80113	1866			NV	033		
5508058	McKeeversville (historical)	mckeeversville-historical	US		0	America/Los_Angeles	35.96804	-114.85276	735			NV	003		
5508061	McLeans	mcleans	US		0	America/Los_Angeles	38.04771	-117.65204	1461	Gilbert Junction,McLean,McLeans		NV	009		
5508138	Mellan	mellan	US		0	America/Los_Angeles	37.71244	-116.59478	1671			NV	023		
5508147	Melvin (historical)	melvin-historical	US		0	America/Los_Angeles	39.68132	-114.79447	1813			NV	033		
5508152	Mendha	mendha	US		0	America/Los_Angeles	37.95607	-114.51444	1850			NV	017		
5508154	Menken (historical)	menken-historical	US		0	America/Los_Angeles	39.20827	-115.48642	2375			NV	033		
5508191	Metallic City (historical)	metallic-city-historical	US		0	America/Los_Angeles	38.15048	-118.08678	1850	Metallic,Metallic City (historical),Pick Handle,Pickhandle Gulch		NV	021		
5508221	Midas (historical)	midas-historical	US		0	America/Los_Angeles	39.0402	-117.62149	2136			NV	023		
5508259	Middlegate	middlegate	US		0	America/Los_Angeles	39.2877	-118.02651	1405			NV	001		
5508309	Mill Creek Settlement (historical)	mill-creek-settlement-historical	US		0	America/Los_Angeles	39.17852	-119.82296	1694			NV	510		
5508345	Millers	millers	US		0	America/Los_Angeles	38.1366	-117.45759	1470			NV	009		
5508354	Millett	millett	US		0	America/Los_Angeles	39.01521	-117.18092	1687	Millet,Millett		NV	023		
5508431	Miriam	miriam	US		0	America/Los_Angeles	39.95852	-118.68793	1196			NV	001		
5508470	Moapa Town	moapa-town	US		1025	America/Los_Angeles	36.68219	-114.59416	491			NV	003		
5508473	Moapa Valley	moapa-valley	US		6924	America/Los_Angeles	36.58053	-114.47026	407			NV	003		
5508487	Mogul	mogul	US		1290	America/Los_Angeles	39.5138	-119.92603	1436			NV	031		
5508517	Monarch (historical)	monarch-historical	US		0	America/Los_Angeles	38.53216	-116.88813	2099	Monarch (historical),Monarch Ranch		NV	023		
5508579	Montelle (historical)	montelle-historical	US		0	America/Los_Angeles	38.58714	-118.85042	2347			NV	021		
5508584	Montezuma (historical)	montezuma-historical	US		0	America/Los_Angeles	38.59273	-114.73056	2247			NV	017		
5508596	Montezuma Wells	montezuma-wells	US		0	America/Los_Angeles	38.17188	-117.41648	1473	Montezuma Well,Montezuma Wells		NV	009		
5508653	Morey	morey	US		0	America/Los_Angeles	38.6666	-116.257	2299			NV	023		
5508670	Morgantown (historical)	morgantown-historical	US		0	America/Los_Angeles	35.48999	-115.0822	1351			NV	003		
5508719	Mottsville	mottsville	US		0	America/Los_Angeles	38.92852	-119.83768	1456	Mottsville,Mottville		NV	005		
5508721	Mound House	mound-house	US		0	America/Los_Angeles	39.21713	-119.67518	1516	Chalk Hill,Chalk Knoll,Mound House,Mound Station		NV	019		
5508730	Mount Charleston	mount-charleston	US		357	America/Los_Angeles	36.25719	-115.64279	2288	Charleston Park,Las Vegas Mountain Park,Mount Charleston		NV	003		
5508749	Mount Montgomery	mount-montgomery	US		0	America/Los_Angeles	37.97965	-118.32151	2173	Buena Vista,Mount Montgomery,Summit		NV	021		
5508772	Mountain House (historical)	mountain-house-historical	US		0	America/Los_Angeles	38.74741	-119.56711	1706	Burnt Cabin,Holbrook,Holbrook Station,Mountain House (historical),Mountain House Station		NV	005		
5508785	Mountain Springs	mountain-springs	US		0	America/Los_Angeles	36.0208	-115.5089	1649			NV	003		
5508791	Mountain View (historical)	mountain-view-historical	US		0	America/Los_Angeles	38.97659	-118.93959	1783			NV	021		
5508807	Mountain's Edge	mountain-s-edge	US		0	America/Los_Angeles	36.02497	-115.2425	779			NV	003		
5508872	Mud Springs	mud-springs	US		0	America/Los_Angeles	38.27996	-114.13554	2188			NV	017		
5508918	Muncy (historical)	muncy-historical	US		0	America/Los_Angeles	39.60133	-114.55363	1894	Muncy (historical),Muncy Creek		NV	033		
5508962	Mustang Ranch	mustang-ranch	US		0	America/Los_Angeles	39.51075	-119.63324	1324			NV	029		
5509066	Nevada City (historical)	nevada-city-historical	US		0	America/Los_Angeles	39.43742	-118.67126	1198			NV	001		
5509088	Nevada Hills (historical)	nevada-hills-historical	US		0	America/Los_Angeles	39.24687	-118.1993	1498	Nevada Hills (historical),Nevadahills		NV	001		
5509119	Nevada Station (historical)	nevada-station-historical	US		0	America/Los_Angeles	39.41158	-119.23794	1284			NV	019		
5509157	Nevin (historical)	nevin-historical	US		0	America/Los_Angeles	39.95159	-116.5548	1793	Nevin (historical),Nevins		NV	011		
5509158	New Boston (historical)	new-boston-historical	US		0	America/Los_Angeles	38.43381	-118.15179	1447			NV	021		
5509165	New Empire	new-empire	US		0	America/Los_Angeles	39.17963	-119.72518	1414			NV	510		
5509193	New Reveille (historical)	new-reveille-historical	US		0	America/Los_Angeles	38.00438	-116.18894	2193	Morristown,New Reveille (historical)		NV	023		
5509207	New Washoe City	new-washoe-city	US		0	America/Los_Angeles	39.2963	-119.77574	1554			NV	031		
5509226	Newark (historical)	newark-historical	US		0	America/Los_Angeles	39.54076	-115.78477	1894	Newark (historical),Newark Hill		NV	033		
5509241	Newland (historical)	newland-historical	US		0	America/Los_Angeles	38.04135	-114.18026	1789	Newland (historical),Newlands		NV	017		
5509248	Newpass	newpass	US		0	America/Los_Angeles	39.60548	-117.47733	2183	New Pass,Newpass		NV	001		
5509283	Ninemile Rocks	ninemile-rocks	US		0	America/Los_Angeles	37.78246	-114.22554	1866			NV	017		
5509295	Nivloc	nivloc	US		0	America/Los_Angeles	37.71549	-117.75898	1883			NV	009		
5509465	North Valley	north-valley	US		0	America/Los_Angeles	39.55602	-119.7963	1402	North Valley,North Valley Area		NV	031		
5509470	Northam (historical)	northam-historical	US		0	America/Los_Angeles	39.49464	-119.01072	1237			NV	001		
5509480	Northumberland (historical)	northumberland-historical	US		0	America/Los_Angeles	38.9516	-116.84786	2547	Bartlett,Monitor,Northumberland (historical)		NV	023		
5509513	Nyala	nyala	US		0	America/Los_Angeles	38.24882	-115.72865	1467	Mormon Well,Nyala,Polygamy Well		NV	023		
5509558	Oak Springs (historical)	oak-springs-historical	US		0	America/Los_Angeles	37.2194	-116.05782	1495			NV	023		
5509603	Old Camp	old-camp	US		0	America/Los_Angeles	37.25826	-117.3248	2115	Gold Mountain,Old Camp,Oriental		NV	009		
5509635	Old Overton (historical)	old-overton-historical	US		0	America/Los_Angeles	36.56081	-114.44165	404			NV	003		
5509640	Old Reveille (historical)	old-reveille-historical	US		0	America/Los_Angeles	38.03494	-116.18394	2008			NV	023		
5509662	Olinghouse	olinghouse	US		0	America/Los_Angeles	39.65824	-119.42906	1741	McClanesburg,Olinghouse		NV	031		
5509672	Omco	omco	US		0	America/Los_Angeles	38.60798	-117.89317	1818			NV	021		
5509684	Oneota (historical)	oneota-historical	US		0	America/Los_Angeles	37.93771	-118.28984	2315			NV	009		
5509685	Oneota (historical)	oneota-historical	US		0	America/Los_Angeles	38.02495	-115.34253	1535			NV	017		
5509697	Ophir (historical)	ophir-historical	US		0	America/Los_Angeles	38.94715	-117.27398	2479	Ophir (historical),Ophir Canyon,Ophir City,Toiyabe City,Toyabe,Twin River		NV	023		
5509699	Ophir City (historical)	ophir-city-historical	US		0	America/Los_Angeles	39.29269	-119.8263	1547	Ophir,Ophir City (historical)		NV	031		
5509736	Orizaba (historical)	orizaba-historical	US		0	America/Los_Angeles	38.51187	-117.61844	1731	Orizaba (historical),Orizana,Orozaba		NV	023		
5509762	Original (historical)	original-historical	US		0	America/Los_Angeles	36.89911	-116.88117	1217	Amargosa,Original (historical),Orion		NV	023		
5509829	Pactolus	pactolus	US		0	America/Los_Angeles	38.66909	-117.80233	1805			NV	023		
5509907	Palmyra (historical)	palmyra-historical	US		0	America/Los_Angeles	39.1713	-119.47906	2171			NV	019		
5509926	Panther Valley	panther-valley	US		0	America/Los_Angeles	39.59074	-119.81853	1538			NV	031		
5509964	Park Canyon (historical)	park-canyon-historical	US		0	America/Los_Angeles	39.02882	-117.22481	2060			NV	023		
5509974	Parker (historical)	parker-historical	US		0	America/Los_Angeles	39.70272	-114.10083	1973			NV	033		
5509987	Parran	parran	US		0	America/Los_Angeles	39.8013	-118.77321	1184	Paran,Parran		NV	001		
5510012	Patterson (historical)	patterson-historical	US		0	America/Los_Angeles	38.59801	-114.69334	2005	Clark Canyon Sawmill,Patterson (historical)		NV	017		
5510053	Peavine (historical)	peavine-historical	US		0	America/Los_Angeles	38.56965	-117.26981	1817			NV	023		
5510077	Pedro (historical)	pedro-historical	US		0	America/Los_Angeles	39.16965	-117.28426	2063			NV	015		
5510090	Penelas (historical)	penelas-historical	US		0	America/Los_Angeles	39.05937	-117.75983	1988			NV	023		
5510147	Petersons Mill	petersons-mill	US		0	America/Los_Angeles	39.5577	-117.4326	1937			NV	015		
5510174	Phonolite (historical)	phonolite-historical	US		0	America/Los_Angeles	39.07798	-117.76344	1975	Bruner,Phonolite (historical)		NV	023		
5510184	Picotillo (historical)	picotillo-historical	US		0	America/Los_Angeles	39.22382	-115.47698	2705			NV	033		
5510201	Pigeon Spring (historical)	pigeon-spring-historical	US		0	America/Los_Angeles	37.42021	-117.66786	1949			NV	009		
5510240	Pine Creek (historical)	pine-creek-historical	US		0	America/Los_Angeles	38.79604	-116.84841	2276			NV	023		
5510299	Pinto (historical)	pinto-historical	US		0	America/Los_Angeles	39.42132	-115.92005	2094	Pinto (historical),Pinto City		NV	011		
5510300	Pinto (historical)	pinto-historical	US		0	America/Los_Angeles	39.40215	-115.86811	2134	Pinto (historical),Silverado		NV	033		
5510321	Pinyon Hills	pinyon-hills	US		0	America/Los_Angeles	39.15019	-119.70073	1432			NV	510		
5510345	Pioneer (historical)	pioneer-historical	US		0	America/Los_Angeles	38.80382	-116.80647	2105			NV	023		
5510404	Platina (historical)	platina-historical	US		0	America/Los_Angeles	35.8022	-115.57973	826			NV	003		
5510420	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/Los_Angeles	39.68327	-114.0675	1909			NV	033		
5510437	Pogonip	pogonip	US		0	America/Los_Angeles	39.21799	-115.48531	2660			NV	033		
5510492	Pony Springs	pony-springs	US		0	America/Los_Angeles	38.31885	-114.60666	1876	Pony Spring,Pony Springs		NV	017		
5510531	Potomic (historical)	potomic-historical	US		0	America/Los_Angeles	38.33104	-117.24759	2182	Cimerron,Potomic (historical),San Lorenzo		NV	023		
5510549	Potts (historical)	potts-historical	US		0	America/Los_Angeles	39.08604	-116.64091	2029			NV	023		
5510585	Primm	primm	US		0	America/Los_Angeles	35.61276	-115.39027	798	Primm,Roach,State Line,Stateline,Stateline City,brym,prym  nwada,بريم,پریم، نوادا,پریم، نیواڈا		NV	003		
5510592	Princeton (historical)	princeton-historical	US		0	America/Los_Angeles	37.89163	-114.48499	1755			NV	017		
5510611	Prospect (historical)	prospect-historical	US		0	America/Los_Angeles	39.45493	-116.017	2300			NV	011		
5510630	Pueblo (historical)	pueblo-historical	US		0	America/Los_Angeles	39.00882	-117.21259	1848			NV	023		
5510633	Pritchards Station	pritchards-station	US		0	America/Los_Angeles	38.77743	-116.17589	1991			NV	023		
5510651	Pyramid (historical)	pyramid-historical	US		0	America/Los_Angeles	39.86407	-119.61852	1334	Lower Pyramid,Pyramid (historical),Pyramid City		NV	031		
5510695	Qualeys Camp	qualeys-camp	US		0	America/Los_Angeles	38.30826	-118.52763	1760			NV	021		
5510704	Quartz Mountain (historical)	quartz-mountain-historical	US		0	America/Los_Angeles	37.29383	-116.73368	1791			NV	023		
5510705	Quartz Mountain (historical)	quartz-mountain-historical	US		0	America/Los_Angeles	39.04576	-117.96651	1621			NV	023		
5510780	Ragtown (historical)	ragtown-historical	US		0	America/Los_Angeles	39.5038	-118.91682	1223	Leeteville,Ragtown (historical)		NV	001		
5510812	Raleigh Heights	raleigh-heights	US		0	America/Los_Angeles	39.59019	-119.84075	1603			NV	031		
5510821	Ramsey (historical)	ramsey-historical	US		0	America/Los_Angeles	39.4563	-119.39101	1673			NV	019		
5510827	Ramsey Station	ramsey-station	US		0	America/Los_Angeles	39.38825	-119.30739	1344			NV	019		
5510837	Rand (historical)	rand-historical	US		0	America/Los_Angeles	38.77575	-118.6743	1269			NV	021		
5510887	Ravenswood (historical)	ravenswood-historical	US		0	America/Los_Angeles	39.78103	-117.26316	1975			NV	015		
5510892	Rawhide	rawhide	US		0	America/Los_Angeles	39.01659	-118.39124	1549			NV	021		
5511023	Red Top (historical)	red-top-historical	US		0	America/Los_Angeles	39.4602	-118.11041	1421			NV	001		
5511053	Reese River	reese-river	US		0	America/Los_Angeles	38.99771	-117.4701	2011	Dieringer,Reese River		NV	023		
5511093	Reno-Stead	reno-stead	US		0	America/Los_Angeles	39.65796	-119.87714	1529			NV	031		
5511101	Regan (historical)	regan-historical	US		0	America/Los_Angeles	39.78466	-114.17639	2092			NV	033		
5511103	Reservation (historical)	reservation-historical	US		0	America/Los_Angeles	39.05409	-118.90348	1338			NV	021		
5511112	Reveille (historical)	reveille-historical	US		0	America/Los_Angeles	38.03049	-116.17116	1972			NV	023		
5511134	Rhodes (historical)	rhodes-historical	US		0	America/Los_Angeles	38.27826	-118.09706	1328			NV	021		
5511143	Rhyolite	rhyolite	US		0	America/Los_Angeles	36.90383	-116.82923	1164	Riolit,rywlayt,Риолит,Ріоліт,ريولايت		NV	023		
5511180	Riepetown	riepetown	US		0	America/Los_Angeles	39.26438	-115.01169	2157	Reipetown,Riepetown,Rieptown		NV	033		
5511194	Rioville (historical)	rioville-historical	US		0	America/Los_Angeles	36.15026	-114.39942	367	Junction City,Junctionville,Rioville (historical)		NV	003		
5511256	Robinson (historical)	robinson-historical	US		0	America/Los_Angeles	39.42022	-114.53057	1935			NV	033		
5511360	Roderick (historical)	roderick-historical	US		0	America/Los_Angeles	39.5888	-119.37323	1270	Derby,Derby Siding,Roderick (historical)		NV	031		
5511392	Romano (historical)	romano-historical	US		0	America/Los_Angeles	39.93687	-116.07645	1785			NV	011		
5511400	Root Camp (historical)	root-camp-historical	US		0	America/Los_Angeles	35.78303	-115.54028	937			NV	003		
5511427	Rose Valley	rose-valley	US		0	America/Los_Angeles	37.93802	-114.25248	1646			NV	017		
5511436	Roses Well (historical)	roses-well-historical	US		0	America/Los_Angeles	36.69523	-116.58755	775	Palmers Well,Rose and Palmers Well,Roses Well (historical),Rosewell,Roswell		NV	023		
5511476	Rox	rox	US		0	America/Los_Angeles	36.8808	-114.66722	582			NV	017		
5511485	Royston (historical)	royston-historical	US		0	America/Los_Angeles	38.3191	-117.50926	1609	Quincy,Royston (historical)		NV	023		
5511492	Ruby Hill (historical)	ruby-hill-historical	US		0	America/Los_Angeles	39.6666	-114.63418	2565	Ruby Hill (historical),Rubyville		NV	033		
5511503	Ruby Hill	ruby-hill	US		0	America/Los_Angeles	39.50465	-115.98617	2108	Ruby Hill,Rubyhill		NV	011		
5511511	Ruppes Place	ruppes-place	US		0	America/Los_Angeles	38.75411	-115.06057	1656	Indian Springs,Ruppes Place		NV	033		
5511521	Ruth (historical)	ruth-historical	US		0	America/Los_Angeles	39.25716	-114.9803	2157			NV	033		
5511639	Saint Clair Station (historical)	saint-clair-station-historical	US		0	America/Los_Angeles	39.47769	-118.84654	1213	Saint Clair,Saint Clair Station (historical),St. Clair Station (historical)		NV	001		
5511642	Saint Elmo (historical)	saint-elmo-historical	US		0	America/Los_Angeles	38.46549	-117.18314	2019			NV	023		
5511646	Saint Joseph (historical)	saint-joseph-historical	US		0	America/Los_Angeles	36.57275	-114.4497	412	Saint Joe,Saint Joseph (historical),Saint Thomas,St. Joseph (historical)		NV	003		
5511664	Saint Thomas (historical)	saint-thomas-historical	US		0	America/Los_Angeles	36.46581	-114.37025	367			NV	003		
5511695	Salt Wells	salt-wells	US		0	America/Los_Angeles	39.3752	-118.58292	1207	Petersons,Salt Wells		NV	001		
5511713	San Antonio (historical)	san-antonio-historical	US		0	America/Los_Angeles	38.46104	-117.2937	1647	Bradleys,Indian Springs,San Antone,San Antonia,San Antonio (historical),San Antonio Station		NV	023		
5511734	San Juan (historical)	san-juan-historical	US		0	America/Los_Angeles	39.10604	-117.24398	2463			NV	023		
5511740	San Pedro (historical)	san-pedro-historical	US		0	America/Los_Angeles	39.12189	-114.30472	2049			NV	033		
5511744	San Pedros	san-pedros	US		0	America/Los_Angeles	38.66465	-116.92425	2501			NV	023		
5511759	Sand Hill Station (historical)	sand-hill-station-historical	US		0	America/Los_Angeles	39.28687	-118.42375	1191			NV	001		
5511778	Sand Springs (historical)	sand-springs-historical	US		0	America/Los_Angeles	39.2752	-118.41319	1205			NV	001		
5511801	Sandy Mill	sandy-mill	US		0	America/Los_Angeles	35.80414	-115.60501	805	Sandy,Sandy Mill,Taylors Well		NV	003		
5511806	Sandy Valley	sandy-valley	US		2051	America/Los_Angeles	35.81692	-115.63223	805	Sandy,Sandy Valley		NV	003		
5511936	Schweer Housing Area	schweer-housing-area	US		0	America/Los_Angeles	38.5452	-118.67347	1293			NV	021		
5511950	Scottys Junction	scottys-junction	US		0	America/Los_Angeles	37.29882	-117.05285	1238			NV	023		
5512013	Seligman (historical)	seligman-historical	US		0	America/Los_Angeles	39.26104	-115.55643	2432			NV	033		
5512081	Shamrock (historical)	shamrock-historical	US		0	America/Los_Angeles	38.93521	-117.55204	2297			NV	023		
5512176	Shermantown	shermantown	US		0	America/Los_Angeles	39.20271	-115.50448	2251			NV	033		
5512230	Siegel (historical)	siegel-historical	US		0	America/Los_Angeles	39.73105	-114.60168	2254			NV	033		
5512276	Silver City (historical)	silver-city-historical	US		0	America/Los_Angeles	36.52997	-114.55415	620			NV	003		
5512346	Silver Peak	silver-peak	US		107	America/Los_Angeles	37.75493	-117.63481	1317	Silver Peak,Silverpeak		NV	009		
5512393	Silverbow	silverbow	US		0	America/Los_Angeles	37.88799	-116.492	1978	Silver Bow,Silverbow		NV	023		
5512405	Simon (historical)	simon-historical	US		0	America/Los_Angeles	38.56603	-117.86928	2050			NV	021		
5512412	Simonsen (historical)	simonsen-historical	US		0	America/Los_Angeles	39.84298	-115.74811	1830	Cold Creek,Coldcreek,Simonsen (historical)		NV	033		
5512414	Simonsville (historical)	simonsville-historical	US		0	America/Los_Angeles	36.56275	-114.44442	404	Mill Point,Simonsville (historical)		NV	003		
5512470	Skookum (historical)	skookum-historical	US		0	America/Los_Angeles	39.53798	-117.1762	1802			NV	015		
5512620	Sodaville	sodaville	US		0	America/Los_Angeles	38.34104	-118.1029	1418	Soda Springs,Sodaville		NV	021		
5512797	Southern Klondike (historical)	southern-klondike-historical	US		0	America/Los_Angeles	37.91438	-117.21091	1695			NV	009		
5512827	Spanish Springs	spanish-springs	US		15064	America/Los_Angeles	39.64908	-119.70741	1377			NV	031		
5512849	Spencer (historical)	spencer-historical	US		0	America/Los_Angeles	39.70992	-116.76758	1771	Spence,Spencer (historical)		NV	015		
5512917	Spring Valley (historical)	spring-valley-historical	US		0	America/Los_Angeles	38.04135	-114.18026	1789			NV	017		
5512981	Stargo (historical)	stargo-historical	US		0	America/Los_Angeles	38.94299	-116.48813	2498			NV	023		
5512985	Stagecoach	stagecoach	US		1874	America/Los_Angeles	39.3738	-119.37406	1325			NV	019		
5513011	Steamboat	steamboat	US		0	America/Los_Angeles	39.37713	-119.7438	1403	Steamboat,Steamboat Springs		NV	031		
5513027	Steigmeyer Mill	steigmeyer-mill	US		0	America/Los_Angeles	38.7341	-117.05758	1914			NV	023		
5513062	Stewart (historical)	stewart-historical	US		0	America/Los_Angeles	36.2333	-115.11528	582			NV	003		
5513103	Stimler (historical)	stimler-historical	US		0	America/Los_Angeles	37.79854	-117.7051	2046			NV	009		
5513105	Stine	stine	US		0	America/Los_Angeles	37.49524	-114.58889	1245	Cana,Stine,Stine Station		NV	017		
5513119	Stirling (historical)	stirling-historical	US		0	America/Los_Angeles	36.48523	-115.95864	1754			NV	023		
5513130	Stockville (historical)	stockville-historical	US		0	America/Los_Angeles	38.92827	-115.16585	1831			NV	033		
5513141	Stone Cabin (historical)	stone-cabin-historical	US		0	America/Los_Angeles	39.18575	-119.44878	1934			NV	019		
5513156	Stone House (historical)	stone-house-historical	US		0	America/Los_Angeles	38.67521	-116.79869	2177	Smiths Station,Stone House (historical)		NV	023		
5513176	Stonehouse	stonehouse	US		0	America/Los_Angeles	39.78077	-114.54057	1913	Andersons,Andersons Ranch,Stone House,Stonehouse		NV	033		
5513184	Strawberry (historical)	strawberry-historical	US		0	America/Los_Angeles	39.70132	-115.77588	1814			NV	033		
5513192	Strawberry Hill	strawberry-hill	US		0	America/Los_Angeles	37.61996	-114.51333	1347			NV	017		
5513216	Sugar Bunker	sugar-bunker	US		0	America/Los_Angeles	36.8394	-115.96114	965			NV	023		
5513233	Sulfur	sulfur	US		0	America/Los_Angeles	38.61964	-119.25377	1788	Sulfur,Sulphur,Wiley		NV	019		
5513300	Summit Village	summit-village	US		0	America/Los_Angeles	38.97019	-119.88768	2247			NV	005		
5513321	Sundown Town	sundown-town	US		0	America/Los_Angeles	39.33658	-119.82797	1786			NV	031		
5513343	Sunrise Manor	sunrise-manor	US		189372	America/Los_Angeles	36.21108	-115.07306	555	Sanrajz Mejnor,Sanrajz-Mehner,Sunrise Manor,sanraizumana,sanrayz mnwr  nwada,snrayz manwr,Санрайз-Мэнер,Санрајз Мејнор,سانرایز منور، نوادا,سنرائز مینور، نیواڈا,سنرايز مانور,サンライズマナー		NV	003		
5513358	Sunshine Camp (historical)	sunshine-camp-historical	US		0	America/Los_Angeles	39.27188	-114.9878	2139			NV	033		
5513376	Sutcliffe	sutcliffe	US		253	America/Los_Angeles	39.95019	-119.60046	1185	Pyramid Lake Ranch,Sutcliffe		NV	031		
5513384	Sutro	sutro	US		0	America/Los_Angeles	39.27991	-119.58406	1365			NV	019		
5513404	Swansea (historical)	swansea-historical	US		0	America/Los_Angeles	39.22493	-115.50226	2433			NV	033		
5513413	Sweetwater (historical)	sweetwater-historical	US		0	America/Los_Angeles	38.46242	-119.17487	1911	Sweet Water,Sweetwater (historical),Wahappa		NV	019		
5513462	Taft (historical)	taft-historical	US		0	America/Los_Angeles	39.33244	-114.48695	1730			NV	033		
5513477	Tahoe Village	tahoe-village	US		0	America/Los_Angeles	38.97019	-119.93601	1923			NV	005		
5513481	Talapoosa	talapoosa	US		0	America/Los_Angeles	39.45408	-119.276	1652	Talapoosa,Tapaloosa		NV	019		
5513492	Tamerlane (historical)	tamerlane-historical	US		0	America/Los_Angeles	39.18689	-114.76557	2125			NV	033		
5513507	Taylor (historical)	taylor-historical	US		0	America/Los_Angeles	39.07966	-114.68529	2273			NV	033		
5513559	Tempest (historical)	tempest-historical	US		0	America/Los_Angeles	38.07996	-114.61944	2141			NV	017		
5513562	Tempiute	tempiute	US		0	America/Los_Angeles	37.65245	-115.63587	1865	Tem Piute,Tempiute		NV	017		
5513593	Texas Acres	texas-acres	US		0	America/Los_Angeles	35.97498	-114.91304	718			NV	003		
5513599	The Crossing	the-crossing	US		0	America/Los_Angeles	37.86965	-117.97149	1436			NV	009		
5513630	Thisby	thisby	US		0	America/Los_Angeles	39.58825	-119.42129	1279	Thisbe,Thisbe Siding,Thisby		NV	031		
5513639	Thompson (historical)	thompson-historical	US		0	America/Los_Angeles	39.16103	-119.19849	1317			NV	019		
5513653	Thorne	thorne	US		0	America/Los_Angeles	38.60187	-118.59152	1279			NV	021		
5513659	Three Bar (historical)	three-bar-historical	US		0	America/Los_Angeles	39.80326	-116.4698	1992	Bar,Three Bar (historical)		NV	011		
5513730	Tippecanoe (historical)	tippecanoe-historical	US		0	America/Los_Angeles	38.83658	-119.19071	1379			NV	019		
5513732	Tippett	tippett	US		0	America/Los_Angeles	39.86855	-114.34973	1735			NV	033		
5513764	Tokop	tokop	US		0	America/Los_Angeles	37.3016	-117.26118	2114			NV	009		
5513772	Tolicha (historical)	tolicha-historical	US		0	America/Los_Angeles	37.28994	-116.78979	1743			NV	023		
5513794	Tonogold (historical)	tonogold-historical	US		0	America/Los_Angeles	38.13743	-117.21425	1951			NV	023		
5513803	Tonkin	tonkin	US		0	America/Los_Angeles	39.93909	-116.41146	1887			NV	011		
5513813	Tonopah Junction	tonopah-junction	US		0	America/Los_Angeles	38.26437	-118.09595	1342			NV	021		
5513833	Topaz Lake	topaz-lake	US		157	America/Los_Angeles	38.69574	-119.54406	1547			NV	005		
5513903	Treasure City (historical)	treasure-city-historical	US		0	America/Los_Angeles	39.22966	-115.48004	2806			NV	033		
5513947	Troy (historical)	troy-historical	US		0	America/Los_Angeles	38.343	-115.57447	1895			NV	023		
5514027	Tungstonia (historical)	tungstonia-historical	US		0	America/Los_Angeles	39.65744	-114.16445	2331			NV	033		
5514062	Twelvemile House	twelvemile-house	US		0	America/Los_Angeles	38.90657	-119.70767	1477	Twelve Mile House,Twelvemile House,Wheelers		NV	005		
5514077	Twin Flat	twin-flat	US		0	America/Los_Angeles	39.26658	-119.64157	1586			NV	019		
5514123	Tybo	tybo	US		0	America/Los_Angeles	38.36993	-116.40117	2008	Tybo,Tyboe		NV	023		
5514132	Tyrolian Village	tyrolian-village	US		0	America/Los_Angeles	39.2563	-119.92686	2143			NV	031		
5514167	Union (historical)	union-historical	US		0	America/Los_Angeles	38.86882	-117.6101	2023	Union (historical),Union Canyon		NV	023		
5514258	Upper Pyramid (historical)	upper-pyramid-historical	US		0	America/Los_Angeles	39.84991	-119.59602	1497	Jonesville,Upper Pyramid (historical)		NV	031		
5514272	Upper Town (historical)	upper-town-historical	US		0	America/Los_Angeles	38.52104	-116.36339	1719	Carrolton,Hot Creek,Upper Town (historical)		NV	023		
5514286	Ursine	ursine	US		91	America/Los_Angeles	37.98468	-114.21526	1704	Eagle Valley,Ursine		NV	017		
5514296	Uvada (historical)	uvada-historical	US		0	America/Los_Angeles	39.67105	-114.05055	1846			NV	033		
5514319	Valley View (historical)	valley-view-historical	US		0	America/Los_Angeles	38.86407	-119.80212	1493			NV	005		
5514332	Van Ness (historical)	van-ness-historical	US		0	America/Los_Angeles	38.64382	-116.97925	2716			NV	023		
5514336	Vanderbilt (historical)	vanderbilt-historical	US		0	America/Los_Angeles	39.42465	-115.97839	2247	Geddes,Vanderbilt (historical),Vanderbilt City		NV	011		
5514373	Vegas Heights	vegas-heights	US		0	America/Los_Angeles	36.19941	-115.15639	625			NV	003		
5514374	Veteran (historical)	veteran-historical	US		0	America/Los_Angeles	39.26744	-115.02947	2237			NV	033		
5514391	Victory Village	victory-village	US		0	America/Los_Angeles	36.0372	-114.9761	577			NV	003		
5514410	Viola (historical)	viola-historical	US		0	America/Los_Angeles	37.2658	-114.38554	1379			NV	017		
5514431	Virginia City Highlands	virginia-city-highlands	US		0	America/Los_Angeles	39.38075	-119.64379	1824	Highland Ranches,Virginia City Highlands,Virginia Highlands,Virginia Ranches		NV	029		
5514458	Volcano (historical)	volcano-historical	US		0	America/Los_Angeles	38.11966	-116.9084	1941			NV	023		
5514473	Wabuska	wabuska	US		0	America/Los_Angeles	39.14381	-119.18321	1309			NV	019		
5514494	Wahmonie (historical)	wahmonie-historical	US		0	America/Los_Angeles	36.81162	-116.16004	1313	Camp Wahmonie,Wahmonie (historical)		NV	023		
5514506	Walker Lake	walker-lake	US		275	America/Los_Angeles	38.64825	-118.75514	1241			NV	021		
5514522	Walker River (historical)	walker-river-historical	US		0	America/Los_Angeles	38.79408	-119.36794	1450			NV	019		
5514529	Wallace (historical)	wallace-historical	US		0	America/Los_Angeles	35.51388	-114.7697	571			NV	003		
5514543	Walleys Hot Springs	walleys-hot-springs	US		0	America/Los_Angeles	38.98102	-119.83435	1440	Genoa Hot Springs,Walleys Hot Springs		NV	005		
5514561	Ward (historical)	ward-historical	US		0	America/Los_Angeles	39.07633	-114.87085	2356			NV	033		
5514635	Washoe City	washoe-city	US		0	America/Los_Angeles	39.32019	-119.80963	1543	Washoe,Washoe City		NV	031		
5514709	Watertown (historical)	watertown-historical	US		0	America/Los_Angeles	39.34104	-117.12842	2073			NV	015		
5514739	Weed Heights	weed-heights	US		0	America/Los_Angeles	38.98714	-119.20904	1422			NV	019		
5514741	Weeks (historical)	weeks-historical	US		0	America/Los_Angeles	39.29964	-119.25405	1287			NV	019		
5514746	Weepah	weepah	US		0	America/Los_Angeles	37.93021	-117.55954	1877			NV	009		
5514790	Wellington Springs	wellington-springs	US		0	America/Los_Angeles	38.75325	-119.19238	1634			NV	019		
5514814	West End (historical)	west-end-historical	US		0	America/Los_Angeles	36.2147	-114.71249	643			NV	003		
5514849	West Point (historical)	west-point-historical	US		0	America/Los_Angeles	36.6633	-114.64999	490			NV	003		
5514856	West Reno	west-reno	US		0	America/Los_Angeles	39.51519	-119.85103	1394			NV	031		
5514862	West Spring	west-spring	US		0	America/Los_Angeles	37.72215	-117.27064	1780			NV	009		
5514934	Whiskey Spring (historical)	whiskey-spring-historical	US		0	America/Los_Angeles	38.37159	-118.54097	1653	Whiskey Spring (historical),Whiskey Springs		NV	021		
5514950	White (historical)	white-historical	US		0	America/Los_Angeles	39.92631	-116.1659	1876			NV	011		
5514955	White Caps (historical)	white-caps-historical	US		0	America/Los_Angeles	38.53104	-117.05008	2316			NV	023		
5515012	White Pine City (historical)	white-pine-city-historical	US		0	America/Los_Angeles	39.21938	-115.48476	2728			NV	033		
5515016	White River (historical)	white-river-historical	US		0	America/Los_Angeles	38.62772	-115.04807	1672	White River (historical),Whiteriver		NV	023		
5515108	Wichman	wichman	US		0	America/Los_Angeles	38.56381	-118.97903	1539	Wichman,Wichman Ranch,Wichmans		NV	019		
5516484	Ashtola	ashtola	US		0	America/Chicago	35.00644	-101.04348	891			TX	129		
5515309	Willowtown (historical)	willowtown-historical	US		0	America/Los_Angeles	39.49158	-118.97127	1227	The Willows,Willowtown (historical)		NV	001		
5515312	Wilson (historical)	wilson-historical	US		0	America/Los_Angeles	39.15437	-116.69397	2049			NV	023		
5515343	Wilson Creek (historical)	wilson-creek-historical	US		0	America/Los_Angeles	38.42357	-114.34332	2129			NV	017		
5515385	Winterwood (historical)	winterwood-historical	US		0	America/Los_Angeles	36.14831	-115.04972	524			NV	003		
5515443	Woodruffs (historical)	woodruffs-historical	US		0	America/Los_Angeles	38.91854	-118.19624	1259	Woodruff,Woodruffs (historical)		NV	021		
5515476	Yankee Blade	yankee-blade	US		0	America/Los_Angeles	39.53187	-117.0512	2105			NV	015		
5515482	Yelland (historical)	yelland-historical	US		0	America/Los_Angeles	39.34161	-114.48445	1713			NV	033		
5515526	Yoacham (historical)	yoacham-historical	US		0	America/Los_Angeles	37.65885	-114.49388	1369			NV	017		
5515619	Bryans Corner	bryans-corner	US		0	America/Chicago	36.61642	-100.82849	878			OK	007		
5515633	Castaneda	castaneda	US		0	America/Chicago	36.88113	-102.5213	1210			OK	025		
5515742	Griggs	griggs	US		0	America/Chicago	36.6028	-102.12239	1165			OK	025		
5515766	Hough	hough	US		0	America/Chicago	36.87086	-101.5771	1001			OK	139		
5515767	Hovey	hovey	US		0	America/Chicago	36.8628	-101.67905	1027			OK	139		
5515789	Knowles	knowles	US		10	America/Chicago	36.87336	-100.19347	774			OK	007		
5515805	Libbey	libbey	US		0	America/Chicago	36.93724	-101.97489	1135			OK	139		
5515817	Mexhoma	mexhoma	US		0	America/Chicago	36.71947	-102.98465	1471			OK	025		
5515822	Mocane	mocane	US		0	America/Chicago	36.89364	-100.37265	802			OK	007		
5515824	Mouser	mouser	US		0	America/Chicago	36.87058	-101.41516	953			OK	139		
5515855	Optima	optima	US		376	America/Chicago	36.75836	-101.35627	921			OK	139		
5515868	Panoma	panoma	US		0	America/Chicago	36.83391	-101.25961	918			OK	139		
5515917	Slapout	slapout	US		0	America/Chicago	36.61587	-100.10874	747			OK	007		
5515931	Straight	straight	US		0	America/Chicago	36.87669	-101.44877	956			OK	139		
5515972	Wheeless	wheeless	US		0	America/Chicago	36.71919	-102.89437	1425	Wheeles,Wheeless		OK	025		
5516004	Abell City	abell-city	US		0	America/Chicago	31.25014	-102.65876	726			TX	371		
5516023	Acala	acala	US		0	America/Denver	31.33401	-105.91441	1083			TX	229		
5516028	Acuff	acuff	US		0	America/Chicago	33.59509	-101.62016	957			TX	303		
5516045	Adobe Colonia	adobe-colonia	US		0	America/Denver	31.65122	-106.30248	1117			TX	141		
5516049	Adobe Crossing	adobe-crossing	US		0	America/Chicago	31.05293	-102.30736	686			TX	371		
5516062	Adobes	adobes	US		0	America/Chicago	29.75934	-104.55354	814			TX	377		
5516066	Ady	ady	US		0	America/Chicago	35.4856	-102.13241	960			TX	375		
5516069	Aero Vista	aero-vista	US		0	America/Denver	31.82427	-106.3886	1193			TX	141		
5516078	Agua Dulce Colonia	agua-dulce-colonia	US		0	America/Denver	31.66122	-106.14553	1227			TX	141		
5516079	Agua Dulce Number 2 Colonia	agua-dulce-number-2-colonia	US		0	America/Denver	31.65706	-106.14248	1228			TX	141		
5516080	Agua Dulce Number 3 Colonia	agua-dulce-number-3-colonia	US		0	America/Denver	31.66206	-106.14248	1228			TX	141		
5516081	Agua Dulce Number 4 Colonia	agua-dulce-number-4-colonia	US		0	America/Denver	31.66622	-106.14248	1231			TX	141		
5516082	Agua Dulce Number 5 Colonia	agua-dulce-number-5-colonia	US		0	America/Denver	31.66122	-106.13942	1230			TX	141		
5516095	Airport Addition Colonia	airport-addition-colonia	US		0	America/Chicago	28.86136	-100.54341	256			TX	323		
5516102	Alameda Estates Colonia	alameda-estates-colonia	US		0	America/Denver	31.64706	-106.29554	1116			TX	141		
5516105	Alamo Alto	alamo-alto	US		0	America/Denver	31.40512	-106.02386	1089			TX	141		
5516120	Alamo Ranchettes Colonia	alamo-ranchettes-colonia	US		0	America/Chicago	30.8571	-102.90238	924			TX	371		
5516129	Alamo Village	alamo-village	US		0	America/Chicago	29.42801	-100.39508	382			TX	271		
5516144	Aldama Estates Colonia	aldama-estates-colonia	US		0	America/Denver	31.63622	-106.27165	1115			TX	141		
5516148	Alfalfa	alfalfa	US		0	America/Denver	31.75539	-106.38165	1127			TX	141		
5516154	Algodon Colonia	algodon-colonia	US		0	America/Denver	31.65706	-106.30248	1116			TX	141		
5516158	Aljo Estates Colonia	aljo-estates-colonia	US		0	America/Denver	31.62317	-106.26054	1112			TX	141		
5516168	Allamoore	allamoore	US		0	America/Denver	31.07819	-105.00355	1387	Allamoore,Allamore		TX	229		
5516198	Allmon	allmon	US		0	America/Chicago	33.88147	-101.51322	978			TX	153		
5516226	Altuda	altuda	US		0	America/Chicago	30.3021	-103.45796	1415	Altuda,Altuda Pass,Fairview Pass		TX	043		
5516227	Alvery Junction	alvery-junction	US		0	America/Chicago	31.48155	-100.41731	567			TX	451		
5516262	Amistad Acres	amistad-acres	US		53	America/Chicago	29.51522	-101.16732	348			TX	465		
5516267	Amistad Village	amistad-village	US		0	America/Chicago	29.46134	-101.02899	353			TX	465		
5516271	Anacacho	anacacho	US		0	America/Chicago	29.19107	-100.30063	298			TX	271		
5516301	Angeles	angeles	US		0	America/Chicago	31.90151	-103.96242	876			TX	389		
5516309	Angie Colonia	angie-colonia	US		0	America/Denver	31.614	-106.28054	1113	Angie Colonia,Angie Subdivision Colonia		TX	141		
5516314	Ansley Place	ansley-place	US		0	America/Chicago	30.2435	-103.1385	1272			TX	043		
5516333	Antelope Flats	antelope-flats	US		0	America/Chicago	34.60589	-100.98626	672			TX	045		
5516420	Arah	arah	US		0	America/Chicago	32.75816	-101.13512	749			TX	415		
5516435	Arlie	arlie	US		0	America/Chicago	34.71784	-100.09094	540			TX	075		
5516448	Arney	arney	US		0	America/Chicago	34.68729	-102.10297	1156			TX	069		
5516449	Arno	arno	US		0	America/Chicago	31.66319	-103.63602	814			TX	389		
5516469	Ascencion Park Estates Colonia	ascencion-park-estates-colonia	US		0	America/Denver	31.62123	-106.14359	1217			TX	141		
5516500	Athena West Colonia	athena-west-colonia	US		0	America/Denver	31.61623	-106.22165	1115			TX	141		
5516506	Augustus	augustus	US		0	America/Chicago	33.13065	-101.29958	755			TX	169		
5516528	Avenger Village	avenger-village	US		0	America/Chicago	32.45956	-100.45566	715			TX	353		
5516560	Back	back	US		0	America/Chicago	35.36477	-100.60986	823			TX	179		
5516576	Bagge Estates Colonia	bagge-estates-colonia	US		0	America/Denver	31.67011	-106.28443	1116			TX	141		
5516587	Baileyboro	baileyboro	US		0	America/Chicago	34.02675	-102.81966	1165			TX	017		
5516589	Bainer	bainer	US		0	America/Chicago	33.8612	-102.2399	1051			TX	279		
5516606	Bakers Crossing	bakers-crossing	US		0	America/Chicago	29.96215	-101.14788	462			TX	465		
5516633	Baldridge	baldridge	US		0	America/Chicago	31.02793	-102.62043	770			TX	371		
5516705	Barton Corners	barton-corners	US		0	America/Chicago	36.20198	-100.45819	804			TX	295		
5516711	Barwise	barwise	US		0	America/Chicago	33.9973	-101.52655	989			TX	153		
5516713	Basin Junction	basin-junction	US		0	America/Chicago	29.33437	-103.25656	1221			TX	043		
5516739	Bauman Estates Colonia	bauman-estates-colonia	US		0	America/Denver	31.63622	-106.25665	1115			TX	141		
5516740	Bauman Estates Number 2 Colonia	bauman-estates-number-2-colonia	US		0	America/Denver	31.63706	-106.26248	1115			TX	141		
5516741	Bauman Estates Number 3 Colonia	bauman-estates-number-3-colonia	US		0	America/Denver	31.63511	-106.26554	1115			TX	141		
5516745	Bautista	bautista	US		0	America/Chicago	35.72004	-102.02491	1131			TX	341		
5516824	Beatty Place	beatty-place	US		0	America/Chicago	30.36933	-103.33573	1455			TX	043		
5516827	Beck	beck	US		0	America/Chicago	33.95648	-102.53686	1118			TX	279		
5516830	Becton	becton	US		0	America/Chicago	33.78369	-101.64767	992			TX	303		
5516854	Bejar Estates Colonia	bejar-estates-colonia	US		0	America/Denver	31.61206	-106.25748	1112			TX	141		
5516862	Belen Plaza Colonia	belen-plaza-colonia	US		0	America/Denver	31.64706	-106.27054	1115			TX	141		
5516879	Bellco	bellco	US		0	America/Chicago	35.3806	-100.5093	761			TX	483		
5516895	Benge Corner	benge-corner	US		0	America/Chicago	31.71402	-102.00986	831			TX	329		
5516897	Bennett Place (historical)	bennett-place-historical	US		0	America/Chicago	30.07518	-103.03433	1124			TX	043		
5516898	Bennett Place (historical)	bennett-place-historical	US		0	America/Chicago	30.12129	-103.00905	1162			TX	043		
5516899	Bennett Place (historical)	bennett-place-historical	US		0	America/Chicago	30.22434	-103.06905	1252			TX	043		
5516905	Bell Place Windmill	bell-place-windmill	US		0	America/Chicago	30.61987	-104.4902	1357			TX	243		
5516915	Bernecker	bernecker	US		0	America/Chicago	32.56095	-100.56233	670			TX	151		
5516916	Bernstein	bernstein	US		0	America/Chicago	36.3942	-101.3571	956			TX	195		
5516930	Best	best	US		0	America/Chicago	31.2246	-101.62123	836			TX	383		
5517048	Big River Park Colonia	big-river-park-colonia	US		0	America/Chicago	28.6822	-100.47646	228			TX	323		
5517073	Big Square	big-square	US		0	America/Chicago	34.3848	-102.46965	1165			TX	069		
5517119	Bigby Corner	bigby-corner	US		0	America/Chicago	31.70708	-101.65151	824			TX	173		
5517153	Bishop Hills	bishop-hills	US		186	America/Chicago	35.25977	-101.95047	1063			TX	375		
5517278	Blewett	blewett	US		0	America/Chicago	29.18496	-100.03062	287	Blewett,Carbonville		TX	463		
5517361	Boden	boden	US		0	America/Chicago	35.39922	-102.0638	989			TX	375		
5517441	Boothe	boothe	US		0	America/Chicago	33.97508	-101.20182	953			TX	153		
5517444	Bootleg	bootleg	US		0	America/Chicago	34.82895	-102.81411	1257			TX	117		
5517454	Boracho	boracho	US		0	America/Chicago	31.07736	-104.38853	1360			TX	109		
5517460	Border Housing Unit Number 1 Colonia	border-housing-unit-number-1-colonia	US		0	America/Chicago	28.63137	-100.43341	224			TX	323		
5517476	Borrachio	borrachio	US		0	America/Chicago	29.73129	-104.54382	812			TX	377		
5517483	Bosque Bonito Number 1 Colonia	bosque-bonito-number-1-colonia	US		0	America/Denver	31.56206	-106.27442	1107			TX	141		
5517484	Bosque Bonito Number 2 Colonia	bosque-bonito-number-2-colonia	US		0	America/Denver	31.56623	-106.27859	1108			TX	141		
5517494	Bounce	bounce	US		0	America/Chicago	31.95262	-102.15958	874			TX	329		
5517499	Bovee Road Colonia	bovee-road-colonia	US		0	America/Denver	31.63706	-106.28554	1115	Bovee Road Colonia,Bovee Road Tract Colonia		TX	141		
5517509	Bowers City	bowers-city	US		0	America/Chicago	35.41894	-100.91709	914			TX	179		
5517525	Box Canyon Estates	box-canyon-estates	US		0	America/Chicago	29.52855	-101.16788	359			TX	465		
5517539	Boydston	boydston	US		0	America/Chicago	35.18283	-101.00848	985			TX	179		
5517583	Brickel	brickel	US		0	America/Chicago	36.28753	-102.14851	1134			TX	421		
5517595	Brinkman Addition Colonia	brinkman-addition-colonia	US		0	America/Denver	31.60123	-106.26748	1111			TX	141		
5517623	Britton Davis	britton-davis	US		0	America/Denver	31.86038	-106.42249	1186			TX	141		
5517628	Bronco	bronco	US		0	America/Denver	33.25705	-103.05911	1155			TX	501		
5517646	Broome	broome	US		0	America/Chicago	31.75959	-100.83733	674			TX	431		
5517653	Brown	brown	US		0	America/Chicago	32.42595	-101.73708	803			TX	317		
5517674	Brownfeld Corner	brownfeld-corner	US		0	America/Denver	31.98372	-105.12912	1111			TX	229		
5517683	Brownlee	brownlee	US		0	America/Chicago	32.41595	-100.63511	735			TX	353		
5517728	Bryden	bryden	US		0	America/Chicago	36.02337	-101.95518	1094			TX	341		
5517746	Buck Hollow	buck-hollow	US		0	America/Chicago	30.49019	-100.02063	573			TX	267		
5517791	Buenos	buenos	US		0	America/Chicago	33.29926	-101.48765	875			TX	169		
5517792	Buenos Aires	buenos-aires	US		0	America/Chicago	29.0852	-103.46907	647			TX	043		
5517810	Buffalo Springs	buffalo-springs	US		0	America/Chicago	36.48669	-102.75936	1305			TX	111		
5517813	Buffalo Springs	buffalo-springs	US		454	America/Chicago	33.53203	-101.70822	921			TX	303		
5517828	Buford View Estates Colonia	buford-view-estates-colonia	US		0	America/Denver	31.65206	-106.29359	1115			TX	141		
5517836	Bula	bula	US		0	America/Chicago	33.91148	-102.63798	1156	Bula,Newsome		TX	017		
5517921	Bunavista	bunavista	US		0	America/Chicago	35.65365	-101.44739	964			TX	233		
5517932	Burbridge Acres Colonia	burbridge-acres-colonia	US		0	America/Denver	31.60317	-106.24248	1110			TX	141		
5517933	Burchard Place	burchard-place	US		0	America/Chicago	31.5043	-103.85658	956			TX	389		
5517983	Burris	burris	US		0	America/Chicago	33.52481	-101.77961	961			TX	303		
5518031	Butterfield City Number 2 Colonia	butterfield-city-number-2-colonia	US		0	America/Denver	31.83816	-106.09748	1295			TX	141		
5518032	Butterfield City Number 3 Colonia	butterfield-city-number-3-colonia	US		0	America/Denver	31.834	-106.09248	1290			TX	141		
5518033	Butterfield City Number 4 Colonia	butterfield-city-number-4-colonia	US		0	America/Denver	31.854	-106.06942	1339			TX	141		
5518035	Butterfield City Number 1 Colonia	butterfield-city-number-1-colonia	US		0	America/Denver	31.83205	-106.09553	1283			TX	141		
5518060	Byrne	byrne	US		0	America/Chicago	31.31822	-100.47704	591			TX	451		
5518100	Cadelaria	cadelaria	US		0	America/Chicago	30.13849	-104.68298	872	Cadelaria		TX	377		
5518116	Calcutta Colonia	calcutta-colonia	US		0	America/Denver	31.67122	-106.27665	1116	Calcutta Colonia,Calcutta Subdivision Colonia		TX	141		
5518160	Camino Barrial Colonia	camino-barrial-colonia	US		0	America/Denver	31.58206	-106.26165	1110			TX	141		
5518201	Camp Springs	camp-springs	US		0	America/Chicago	32.75983	-100.69206	685	Afra,Camp Springs,Ida,Sand Rock Springs		TX	415		
5518209	Campo Bello Estates Colonia	campo-bello-estates-colonia	US		0	America/Denver	31.59123	-106.25248	1110			TX	141		
5518223	Candelaria	candelaria	US		0	America/Chicago	30.13849	-104.68548	871			TX	377		
5518259	Canyon Valley	canyon-valley	US		0	America/Chicago	33.4012	-101.33515	767			TX	107		
5518268	Cap Rock	cap-rock	US		0	America/Chicago	33.49148	-101.39849	922			TX	107		
5518287	Capps Switch	capps-switch	US		0	America/Chicago	36.03781	-101.64267	1022	Capps,Capps Station,Capps Switch		TX	341		
5518307	Cargray	cargray	US		0	America/Chicago	35.51671	-101.17544	1019			TX	065		
5518358	Carta Valley	carta-valley	US		0	America/Chicago	29.79355	-100.67482	568			TX	137		
5518396	Casa Piedra	casa-piedra	US		0	America/Chicago	29.73851	-104.05409	1049			TX	377		
5518397	Casa de Peidras	casa-de-peidras	US		0	America/Chicago	29.85353	-101.91651	555			TX	443		
5518398	Casa de Piedra	casa-de-piedra	US		0	America/Chicago	29.1016	-103.05461	573			TX	043		
5518429	Castolon	castolon	US		0	America/Chicago	29.13326	-103.51435	660	Castolon,Castolon Farm,El Libre,La Harmonia		TX	043		
5518472	Cattleman's North Ranchos Colonia	cattleman-s-north-ranchos-colonia	US		0	America/Denver	31.61706	-106.05747	1229	Cattleman's North Ranchos Colonia,Cattlemans North Ranchos Colonia		TX	141		
5518473	Cattleman's North Ranchos Number 2 Colonia	cattleman-s-north-ranchos-number-2-colonia	US		0	America/Denver	31.61706	-106.05164	1229	Cattleman's North Ranchos Number 2 Colonia,Cattlemans North Ranchos Number 2 Colonia		TX	141		
5518474	Cattleman's North Ranchos Number 3 Colonia	cattleman-s-north-ranchos-number-3-colonia	US		0	America/Denver	31.64206	-106.06247	1232	Cattleman's North Ranchos Number 3 Colonia,Cattlemans North Ranchos Number 3 Colonia		TX	141		
5518481	Causey Place	causey-place	US		0	America/Chicago	30.2224	-103.10683	1248			TX	043		
5518561	Cedar Ridge Number 1 Colonia	cedar-ridge-number-1-colonia	US		0	America/Chicago	28.68637	-100.47146	224			TX	323		
5518562	Cedar Ridge Number 2 Colonia	cedar-ridge-number-2-colonia	US		0	America/Chicago	28.68914	-100.4723	225			TX	323		
5518563	Cedar Ridge Number 3 Colonia	cedar-ridge-number-3-colonia	US		0	America/Chicago	28.68637	-100.47341	226			TX	323		
5518564	Cedar Ridge Number 4 Colonia	cedar-ridge-number-4-colonia	US		0	America/Chicago	28.68637	-100.47341	226			TX	323		
5518604	Center Plains	center-plains	US		0	America/Chicago	34.37285	-101.88574	1091			TX	437		
5518645	Cereal	cereal	US		0	America/Chicago	34.20257	-101.52183	1009			TX	153		
5518652	Chaffin Place	chaffin-place	US		0	America/Chicago	29.981	-104.45769	1493			TX	377		
5518656	Chalk	chalk	US		0	America/Chicago	33.87841	-100.22344	542			TX	101		
5518674	Chamberlin	chamberlin	US		0	America/Chicago	36.14864	-102.38435	1206			TX	111		
5518815	Chinati	chinati	US		0	America/Chicago	29.82406	-104.60576	821			TX	377		
5518826	Chispa	chispa	US		0	America/Chicago	30.74459	-104.69743	1245			TX	243		
5518862	Chub	chub	US		0	America/Chicago	32.02401	-102.0193	844			TX	329		
5518866	Chula Vista 1-5 Colonia	chula-vista-1-5-colonia	US		0	America/Chicago	28.65637	-100.4173	250			TX	323		
5518867	Chula Vista School Block Colonia	chula-vista-school-block-colonia	US		0	America/Chicago	28.65637	-100.4223	240			TX	323		
5518966	Cielo Vista	cielo-vista	US		0	America/Denver	31.78789	-106.38054	1202			TX	141		
5518982	Cienegas Terrace	cienegas-terrace	US		3424	America/Chicago	29.36745	-100.94371	293			TX	465		
5518990	Cienegas Terrace Colonia	cienegas-terrace-colonia	US		0	America/Chicago	29.36828	-100.95037	292			TX	465		
5519000	Circleback	circleback	US		0	America/Chicago	34.03231	-102.66437	1183	Circle Back,Circleback		TX	017		
5519022	Clairemont	clairemont	US		0	America/Chicago	33.16648	-100.75262	648	Clairemont,Clairmont		TX	263		
5519060	Clauene	clauene	US		0	America/Chicago	33.46176	-102.37602	1063			TX	219		
5519072	Clays Corner	clays-corner	US		0	America/Chicago	34.38591	-102.7166	1215	Clay's Corner,Clays Corner		TX	369		
5519092	Cleta	cleta	US		0	America/Chicago	34.92534	-101.92658	1095			TX	381		
5519106	Cline	cline	US		0	America/Chicago	29.24329	-100.08284	303			TX	463		
5519113	Close City	close-city	US		0	America/Chicago	33.21093	-101.48709	894			TX	169		
5519153	Cochran Mobile Park Colonia	cochran-mobile-park-colonia	US		0	America/Denver	31.66706	-106.13248	1226	Cochran Estates Colonia,Cochran Mobile Park Colonia		TX	141		
5519157	Codman	codman	US		0	America/Chicago	35.64004	-100.75347	878			TX	393		
5519165	Cofferville	cofferville	US		0	America/Chicago	34.01092	-102.32574	1101			TX	279		
5519207	Coleyville	coleyville	US		0	America/Chicago	34.23396	-100.37928	561			TX	101		
5519218	College Park Addition Colonia	college-park-addition-colonia	US		0	America/Denver	31.64317	-106.12664	1222			TX	141		
5519221	Collier	collier	US		0	America/Chicago	31.16764	-103.58351	835			TX	389		
5519239	Colonia de las Azaleas	colonia-de-las-azaleas	US		0	America/Denver	31.57817	-106.28165	1109	Colonia de las Azaleas,Colonia de las Azaleas Colonia		TX	141		
5519240	Colonia de las Azaleas Number 2	colonia-de-las-azaleas-number-2	US		0	America/Denver	31.58511	-106.28359	1109	Colonia de las Azaleas Number 2,Colonia de las Azaleas Number 2 Colonia		TX	141		
5519241	Colonia de las Azaleas Number 3	colonia-de-las-azaleas-number-3	US		0	America/Denver	31.58817	-106.28054	1109	Colonia de las Azaleas Number 3,Colonia de las Azaleas Number 3 Colonia		TX	141		
5519242	Colonia de las Dalias	colonia-de-las-dalias	US		0	America/Denver	31.57817	-106.27748	1110	Colonia de las Dalias,Colonia de las Dalias Colonia		TX	141		
5519243	Colonia de las Dalias Number 2	colonia-de-las-dalias-number-2	US		0	America/Denver	31.57012	-106.27442	1109	Colonia de las Dalias Number 2,Colonia de las Dalias Number 2 Colonia		TX	141		
5519244	Colonia del Rio Number 1	colonia-del-rio-number-1	US		0	America/Denver	31.574	-106.25442	1108	Colonia del Rio Number 1,Colonia del Rio Number 1 Colonia		TX	141		
5519245	Colonia del Rio Number 2	colonia-del-rio-number-2	US		0	America/Denver	31.57317	-106.25165	1108	Colonia del Rio Number 2,Colonia del Rio Number 2 Colonia		TX	141		
5519246	Colonia del Rio Number 3	colonia-del-rio-number-3	US		0	America/Denver	31.57206	-106.24748	1108	Colonia del Rio Number 3,Colonia del Rio Number 3 Colonia		TX	141		
5519290	Cometa	cometa	US		0	America/Chicago	28.6647	-100.01923	193			TX	507		
5519310	Cone	cone	US		0	America/Chicago	33.7973	-101.38766	954			TX	107		
5519318	Comptons	comptons	US		0	America/Chicago	29.08882	-103.08156	577			TX	043		
5519324	Conlen	conlen	US		0	America/Chicago	36.23531	-102.2374	1164			TX	111		
5519330	Connington Colonia	connington-colonia	US		0	America/Denver	31.57206	-106.21748	1107	Connington Colonia,Connington Subdivision Colonia		TX	141		
5519400	Corner Windmill	corner-windmill	US		0	America/Chicago	29.65158	-103.07989	735			TX	043		
5519401	Corner Windmill	corner-windmill	US		0	America/Chicago	31.06458	-104.87049	1287			TX	109		
5519402	Corner Windmill	corner-windmill	US		0	America/Chicago	30.86043	-103.74935	1311			TX	243		
5519403	Corner Windmill	corner-windmill	US		0	America/Chicago	33.61897	-100.51206	624			TX	269		
5519404	Corner Windmill	corner-windmill	US		0	America/Chicago	31.83374	-102.1543	853			TX	329		
5519405	Corner Windmill	corner-windmill	US		0	America/Chicago	35.55616	-102.83577	1147			TX	359		
5519406	Corner Windmill	corner-windmill	US		0	America/Chicago	30.15992	-100.91955	586			TX	465		
5519410	Cornudas	cornudas	US		0	America/Denver	31.77983	-105.47107	1313			TX	229		
5519412	Corlena	corlena	US		0	America/Chicago	36.32031	-102.93937	1376			TX	111		
5519418	Coronado Hills	coronado-hills	US		0	America/Denver	31.82816	-106.52749	1241			TX	141		
5519423	Corpus Christi de la Isleta (historical)	corpus-christi-de-la-isleta-historical	US		0	America/Denver	31.69844	-106.32498	1119			TX	141		
5519442	Cotton Flat	cotton-flat	US		0	America/Chicago	31.92901	-102.05986	846			TX	329		
5519444	Cotton Valley Estates Colonia	cotton-valley-estates-colonia	US		0	America/Denver	31.62206	-106.23859	1111			TX	141		
5519520	Country Green Addition Colonia	country-green-addition-colonia	US		0	America/Denver	31.64817	-106.26165	1125			TX	141		
5519541	Courchesne	courchesne	US		0	America/Denver	31.794	-106.53221	1141			TX	141		
5519545	Courtney	courtney	US		0	America/Chicago	32.14679	-101.90597	833			TX	317		
5519590	Cowden Place	cowden-place	US		0	America/Chicago	31.72596	-102.80376	882			TX	495		
5519621	Coyote Corner	coyote-corner	US		0	America/Chicago	32.10706	-102.72432	990			TX	003		
5519629	Coyote Place	coyote-place	US		0	America/Denver	31.74622	-105.8558	1475			TX	229		
5519704	Crockett Heights	crockett-heights	US		0	America/Chicago	30.70323	-101.11483	763			TX	105		
5519731	Cross Roads	cross-roads	US		0	America/Chicago	32.79872	-100.50844	603			TX	151		
5519763	Crume Gin	crume-gin	US		0	America/Chicago	34.27257	-101.52017	1010			TX	153		
5519765	Crusher	crusher	US		0	America/Denver	31.06708	-104.96244	1403			TX	229		
5519773	Cuatro Caminos	cuatro-caminos	US		0	America/Chicago	30.85598	-103.59379	1048			TX	389		
5519780	Cuadrilla	cuadrilla	US		0	America/Denver	31.53317	-106.20053	1103			TX	141		
5519797	Cuna del Valle Colonia	cuna-del-valle-colonia	US		0	America/Denver	31.57206	-106.26942	1109			TX	141		
5519830	Cuyler	cuyler	US		0	America/Chicago	35.38921	-101.27294	1034			TX	065		
5519839	Dabney (historical)	dabney-historical	US		0	America/Chicago	29.16246	-100.09951	323	Dabney (historical),Whitesmine		TX	463		
5519859	Dairyland Colonia	dairyland-colonia	US		0	America/Denver	31.63317	-106.15359	1222			TX	141		
5520053	Deer Run Number 1 Colonia	deer-run-number-1-colonia	US		0	America/Chicago	28.77331	-100.48424	235			TX	323		
5520054	Deer Run Number 2 Colonia	deer-run-number-2-colonia	US		0	America/Chicago	28.77414	-100.48924	232			TX	323		
5520055	Deer Run Number 3 Colonia	deer-run-number-3-colonia	US		0	America/Chicago	28.77136	-100.47924	234			TX	323		
5520056	Deer Run Number 4 Colonia	deer-run-number-4-colonia	US		0	America/Chicago	28.76831	-100.48841	236			TX	323		
5520057	Deer Run Number 5 Colonia	deer-run-number-5-colonia	US		0	America/Chicago	28.7672	-100.49341	235			TX	323		
5520066	Deerfield Park Colonia	deerfield-park-colonia	US		0	America/Denver	31.80316	-106.16165	1241			TX	141		
5520072	Del Norte Acres	del-norte-acres	US		0	America/Denver	31.86733	-106.43526	1195			TX	141		
5520073	Del Norte Heights	del-norte-heights	US		0	America/Denver	31.75761	-106.36526	1154			TX	141		
5520091	Delip Colonia	delip-colonia	US		0	America/Denver	31.67122	-106.27943	1116	Delip Colonia,Delip Subdivision Colonia		TX	141		
5520103	Delwin	delwin	US		0	America/Chicago	33.87647	-100.39901	610			TX	101		
5520116	Denworth	denworth	US		0	America/Chicago	35.39394	-100.60791	780			TX	179		
5520124	Desert Glen Colonia	desert-glen-colonia	US		0	America/Denver	31.81011	-106.16748	1240			TX	141		
5520155	Devils Shores	devils-shores	US		0	America/Chicago	29.62105	-100.93704	356			TX	465		
5520175	Dial	dial	US		0	America/Chicago	35.79754	-101.39211	946			TX	233		
5520207	Dindinger Road Colonia	dindinger-road-colonia	US		0	America/Denver	31.60511	-106.28665	1112			TX	141		
5520280	Dodd	dodd	US		0	America/Chicago	34.33508	-102.47909	1160	Dodd,Dodo		TX	069		
5520344	Dorras	dorras	US		0	America/Chicago	33.00121	-100.47011	552	Dorras,Neff		TX	433		
5520359	Double Mountain	double-mountain	US		0	America/Chicago	33.13593	-100.40955	595			TX	433		
5520395	Douro	douro	US		0	America/Chicago	31.76179	-102.5257	940			TX	135		
5520397	Doud	doud	US		0	America/Chicago	33.55453	-101.93656	999			TX	303		
5520423	Draw	draw	US		0	America/Chicago	33.01982	-101.66792	904			TX	305		
5520435	Dreyfoos	dreyfoos	US		0	America/Chicago	35.9881	-100.0404	766			TX	211		
5520509	Dryden Crossing	dryden-crossing	US		0	America/Chicago	29.81103	-102.14819	407			TX	443		
5520555	Dumas Junction	dumas-junction	US		0	America/Chicago	35.21283	-101.80241	1114			TX	375		
5520649	Eagle Flat	eagle-flat	US		0	America/Denver	31.10985	-105.13273	1360			TX	229		
5520652	Eagle Heights Number 2 Colonia	eagle-heights-number-2-colonia	US		0	America/Chicago	28.6672	-100.47924	226			TX	323		
5520653	Eagle Heights Number 3 Colonia	eagle-heights-number-3-colonia	US		0	America/Chicago	28.67026	-100.47924	229			TX	323		
5520654	Eagle Heights Number 4 Colonia	eagle-heights-number-4-colonia	US		0	America/Chicago	28.6722	-100.48147	229			TX	323		
5520661	Eagle Heights Number 1 Colonia	eagle-heights-number-1-colonia	US		0	America/Chicago	28.67026	-100.48341	226			TX	323		
5520690	East Afton	east-afton	US		0	America/Chicago	33.74814	-100.74291	740			TX	125		
5520712	East Clint Estates Colonia	east-clint-estates-colonia	US		0	America/Denver	31.60512	-106.10248	1220			TX	141		
5520849	East Wind Estates Colonia	east-wind-estates-colonia	US		0	America/Denver	31.82316	-106.17748	1240			TX	141		
5520885	Easter	easter	US		0	America/Chicago	34.64562	-102.39687	1182			TX	069		
5520932	Edith	edith	US		0	America/Chicago	31.90347	-100.61066	597			TX	081		
5520948	Edwards Place	edwards-place	US		0	America/Chicago	30.40266	-103.4174	1338			TX	043		
5520953	Eidson Road	eidson-road	US		8960	America/Chicago	28.6772	-100.48702	229			TX	323		
5520974	El Campestre Colonia	el-campestre-colonia	US		0	America/Denver	31.61317	-106.28665	1113			TX	141		
5520982	El Gran Valle Colonia	el-gran-valle-colonia	US		0	America/Denver	31.61122	-106.29359	1113	El Gran Valle Colonia,El Gran Ville Colonia		TX	141		
5520983	El Gran Valle Number 2 Colonia	el-gran-valle-number-2-colonia	US		0	America/Denver	31.60817	-106.29748	1113			TX	141		
5521061	Ellen	ellen	US		0	America/Chicago	34.02147	-101.62656	1006			TX	189		
5521062	Ellen Park Colonia	ellen-park-colonia	US		0	America/Denver	31.65317	-106.27359	1115			TX	141		
5521076	Elm Creek Number 2 Colonia	elm-creek-number-2-colonia	US		0	America/Chicago	28.7772	-100.50536	225			TX	323		
5521094	Elm Creek Number 1 Colonia	elm-creek-number-1-colonia	US		0	America/Chicago	28.77414	-100.50147	220			TX	323		
5521159	Eskota	eskota	US		0	America/Chicago	32.52484	-100.24705	585			TX	151		
5521163	Esperanza	esperanza	US		0	America/Denver	31.15957	-105.71052	1067			TX	229		
5521171	Estacado	estacado	US		0	America/Chicago	33.75231	-101.56183	975	Estacado,Marietta		TX	107		
5521187	Etholen	etholen	US		0	America/Denver	31.19235	-105.4244	1416			TX	229		
5521189	Etter	etter	US		0	America/Chicago	36.02698	-101.99962	1104			TX	341		
5521218	Exell	exell	US		0	America/Chicago	35.6306	-101.97463	1135	Excell,Exell		TX	341		
5521220	Exum	exum	US		0	America/Chicago	36.02698	-102.19435	1164			TX	205		
5521303	Famuliner	famuliner	US		0	America/Chicago	33.68038	-102.86605	1162			TX	079		
5521384	Fern Village Number 1 Colonia	fern-village-number-1-colonia	US		0	America/Denver	31.82705	-106.16053	1242			TX	141		
5521415	Finlay	finlay	US		0	America/Denver	31.25874	-105.62996	1203			TX	229		
5521428	Finney	finney	US		0	America/Chicago	33.78147	-100.37984	588			TX	269		
5521482	Finney	finney	US		0	America/Chicago	34.27757	-101.71629	1038			TX	189		
5521564	Fivemile	fivemile	US		0	America/Chicago	32.63122	-101.88959	886			TX	115		
5521580	Flagg	flagg	US		0	America/Chicago	34.42619	-102.40992	1157			TX	069		
5521629	Florentino Ramos Colonia	florentino-ramos-colonia	US		0	America/Chicago	28.62415	-100.43841	226	Florentine Ramos Tract Colonia,Florentino Ramos Colonia		TX	323		
5521633	Florey	florey	US		0	America/Chicago	32.45288	-102.58989	969			TX	003		
5521635	Flower Grove	flower-grove	US		0	America/Chicago	32.49928	-101.8857	847			TX	317		
5521636	Flower Grove	flower-grove	US		0	America/Chicago	32.49872	-101.81486	831			TX	317		
5521671	Folley	folley	US		0	America/Chicago	34.29257	-100.93792	724			TX	345		
5521705	Fort Chadbourne	fort-chadbourne	US		0	America/Chicago	32.00069	-100.28954	598			TX	081		
5521711	Fort Clark Springs	fort-clark-springs	US		1228	America/Chicago	29.30607	-100.42202	351			TX	271		
5521725	Fort Hancock East Unit Number 1 Colonia	fort-hancock-east-unit-number-1-colonia	US		0	America/Denver	31.28513	-105.83747	1089			TX	229		
5521726	Fort Hancock East Unit Number 2 Colonia	fort-hancock-east-unit-number-2-colonia	US		0	America/Denver	31.28207	-105.82941	1085			TX	229		
5521728	Fort Lancaster	fort-lancaster	US		0	America/Chicago	30.66684	-101.69596	641			TX	105		
5521732	Fort Leaton (historical)	fort-leaton-historical	US		0	America/Chicago	29.54268	-104.32215	784			TX	377		
5521735	Fort McKavett	fort-mckavett	US		0	America/Chicago	30.82712	-100.10675	661			TX	327		
5521740	Fort Quitman	fort-quitman	US		0	America/Denver	31.06263	-105.58385	1054			TX	229		
5521785	Four Corner Windmill	four-corner-windmill	US		0	America/Chicago	30.62712	-101.56373	781			TX	105		
5521786	Four Corner Windmill	four-corner-windmill	US		0	America/Chicago	31.29209	-101.59984	808			TX	383		
5521795	Four Way	four-way	US		0	America/Chicago	35.69032	-101.96518	1114	Four Way,Fourways		TX	341		
5521803	Fourmile Crossing	fourmile-crossing	US		0	America/Chicago	30.20573	-103.18073	1263			TX	043		
5521828	Frank Colonia	frank-colonia	US		0	America/Denver	31.66011	-106.30748	1117			TX	141		
5521830	Frank-Anita Estates Colonia	frank-anita-estates-colonia	US		0	America/Denver	31.59123	-106.27165	1111			TX	141		
5521831	Frankel City	frankel-city	US		0	America/Chicago	32.38428	-102.78212	1002			TX	003		
5521835	Franklin Center	franklin-center	US		0	America/Chicago	32.72983	-101.03151	749			TX	415		
5521884	Friedman Estates Number 1 Colonia	friedman-estates-number-1-colonia	US		0	America/Denver	31.61706	-106.28248	1113			TX	141		
5521885	Friedman Estates Number 2 Colonia	friedman-estates-number-2-colonia	US		0	America/Denver	31.61706	-106.27665	1113			TX	141		
5521897	Frijole (historical)	frijole-historical	US		0	America/Chicago	31.90539	-104.783	1603			TX	109		
5521901	Frio	frio	US		0	America/Chicago	34.71534	-102.40742	1175			TX	069		
5521940	Fuller	fuller	US		0	America/Chicago	35.24144	-100.08178	667			TX	483		
5521946	Fullerville	fullerville	US		0	America/Chicago	32.92538	-101.0654	752			TX	415		
5521952	Furguson	furguson	US		0	America/Chicago	34.12868	-101.74879	1034			TX	189		
5521965	Gage Corner Windmill	gage-corner-windmill	US		0	America/Chicago	33.67147	-100.49984	612			TX	269		
5521968	Gageby	gageby	US		0	America/Chicago	35.61977	-100.34013	816			TX	483		
5521989	Gannon	gannon	US		0	America/Chicago	32.55678	-100.48344	672			TX	151		
5522075	Geneview	geneview	US		0	America/Chicago	33.31093	-100.20261	533			TX	433		
5522091	Germania	germania	US		0	America/Chicago	32.06484	-101.94013	838			TX	329		
5522120	Giles	giles	US		0	America/Chicago	34.81894	-100.58596	737			TX	129		
5522136	Gilpin	gilpin	US		0	America/Chicago	33.41509	-100.71651	652			TX	125		
5522137	Ginsite	ginsite	US		0	America/Chicago	33.94786	-100.36123	570			TX	101		
5522141	Girlstown USA	girlstown-usa	US		0	America/Chicago	33.48704	-102.61631	1109			TX	079		
5522166	Glazier	glazier	US		0	America/Chicago	36.01143	-100.26374	797			TX	211		
5522181	Glenn Springs (historical)	glenn-springs-historical	US		0	America/Chicago	29.16104	-103.14739	746			TX	043		
5522187	Gloria Elena Colonia	gloria-elena-colonia	US		0	America/Denver	31.57623	-106.26859	1109			TX	141		
5522188	Glorieta Addition Colonia	glorieta-addition-colonia	US		0	America/Denver	31.59706	-106.27942	1111			TX	141		
5522194	Gluck	gluck	US		0	America/Chicago	35.36588	-101.81268	1010			TX	375		
5522257	Gomez	gomez	US		0	America/Chicago	33.18176	-102.37797	1025			TX	445		
5522264	Gonzalez Colonia	gonzalez-colonia	US		0	America/Denver	31.599	-106.26859	1111	Gonzalez Colonia,Gonzalez Subdivision Colonia		TX	141		
5522286	Goodnight	goodnight	US		0	America/Chicago	35.03449	-101.18627	960			TX	011		
5522392	Grape Creek	grape-creek	US		3154	America/Chicago	31.57932	-100.5476	606			TX	451		
5522409	Grassland	grassland	US		0	America/Chicago	33.13648	-101.59709	901			TX	305		
5522433	Gray Mule	gray-mule	US		0	America/Chicago	34.28896	-101.09432	785			TX	153		
5522461	Green Acres Colonia	green-acres-colonia	US		0	America/Denver	31.87566	-106.59943	1146	Green Acres Colonia,Green Acres Subdivision		TX	141		
5522463	Green Acres Number 1 and 2 Colonia	green-acres-number-1-and-2-colonia	US		0	America/Chicago	28.67331	-100.49147	232			TX	323		
5522518	Grijalva Gardens Colonia	grijalva-gardens-colonia	US		0	America/Denver	31.67206	-106.27248	1116			TX	141		
5522522	Grisham Pumping Station	grisham-pumping-station	US		0	America/Chicago	31.45124	-104.19825	1111			TX	109		
5522529	Grow	grow	US		0	America/Chicago	33.8098	-100.29872	565			TX	269		
5522539	Gruhlkey	gruhlkey	US		0	America/Chicago	35.26533	-102.7441	1271			TX	359		
5522623	Hacienda Real Colonia	hacienda-real-colonia	US		0	America/Denver	31.58706	-106.20442	1108			TX	141		
5522624	Haciendas del Valle Number 1 Colonia	haciendas-del-valle-number-1-colonia	US		0	America/Denver	31.62011	-106.24859	1111			TX	141		
5522625	Haciendas del Valle Number 2 Colonia	haciendas-del-valle-number-2-colonia	US		0	America/Denver	31.62317	-106.25165	1112			TX	141		
5522627	Haciendito	haciendito	US		0	America/Chicago	29.61518	-104.4552	796			TX	377		
5522656	Hackberry Crossing	hackberry-crossing	US		0	America/Chicago	30.2188	-101.65734	502			TX	465		
5522716	Hale City (historical)	hale-city-historical	US		0	America/Chicago	34.09285	-101.87212	1054			TX	189		
5522819	Happy Union	happy-union	US		0	America/Chicago	34.02091	-101.69656	1013			TX	189		
5522879	Hart Camp	hart-camp	US		0	America/Chicago	34.0262	-102.15379	1079			TX	279		
5522934	Haymond	haymond	US		0	America/Chicago	30.14379	-103.01933	1186	Haymond,McClery		TX	043		
5522986	Heaton	heaton	US		0	America/Chicago	35.5481	-100.80875	967			TX	179		
5522990	Heckville	heckville	US		0	America/Chicago	33.7548	-101.66517	989			TX	303		
5522991	Hector Rodriguez Colonia	hector-rodriguez-colonia	US		0	America/Chicago	28.68331	-100.47424	225			TX	323		
5523023	Henderson Chapel	henderson-chapel	US		0	America/Chicago	31.36933	-100.0023	544			TX	095		
5523068	Hermosa Vista Addition Colonia	hermosa-vista-addition-colonia	US		0	America/Denver	31.90705	-106.5936	1158			TX	141		
5523100	Higginbotham	higginbotham	US		0	America/Chicago	32.90121	-102.99216	1103			TX	165		
5523178	Hilburn	hilburn	US		0	America/Chicago	34.36563	-102.09046	1110			TX	069		
5523192	Hillard	hillard	US		0	America/Chicago	35.60588	-101.41211	977			TX	065		
5523202	Hillcrest Manor Colonia	hillcrest-manor-colonia	US		0	America/Denver	31.65622	-106.25748	1114			TX	141		
5523221	Hitchland	hitchland	US		0	America/Chicago	36.49892	-101.31849	939			TX	195		
5523226	Hitt	hitt	US		0	America/Chicago	36.11559	-102.43908	1214			TX	111		
5523229	Hoban	hoban	US		0	America/Chicago	31.19431	-103.57601	826			TX	389		
5523290	Hollicott Crossing	hollicott-crossing	US		0	America/Chicago	35.53283	-102.37964	984			TX	359		
5523335	Homestead Meadows North	homestead-meadows-north	US		5124	America/Denver	31.84963	-106.17285	1242	Homestead Meadows North		TX	141		
5523336	Homestead Meadows South	homestead-meadows-south	US		7247	America/Denver	31.81097	-106.16427	1241	Homestead Meadows South		TX	141		
5523337	Homestead Meadows South Number 1 Colonia	homestead-meadows-south-number-1-colonia	US		0	America/Denver	31.80122	-106.17248	1235			TX	141		
5523338	Homestead Meadows South Number 2 Colonia	homestead-meadows-south-number-2-colonia	US		0	America/Denver	31.80816	-106.17248	1237			TX	141		
5523339	Homestead Meadows South Number 3 Colonia	homestead-meadows-south-number-3-colonia	US		0	America/Denver	31.81622	-106.17248	1240			TX	141		
5523340	Homestead Meadows South Number 4 Colonia	homestead-meadows-south-number-4-colonia	US		0	America/Denver	31.81511	-106.17859	1240			TX	141		
5523341	Homestead Meadows South Number 5 Colonia	homestead-meadows-south-number-5-colonia	US		0	America/Denver	31.809	-106.16248	1241			TX	141		
5523342	Homestead Meadows South Number 6 Colonia	homestead-meadows-south-number-6-colonia	US		0	America/Denver	31.81511	-106.17942	1238			TX	141		
5523355	Homestead Meadows	homestead-meadows	US		0	America/Denver	31.84177	-106.17581	1243			TX	141		
5523359	Hoover	hoover	US		0	America/Chicago	35.59393	-100.8507	928			TX	179		
5523364	Hopedale Colonia	hopedale-colonia	US		0	America/Chicago	28.75525	-100.50341	223			TX	323		
5523369	Horizon City	horizon-city	US		19288	America/Denver	31.69261	-106.20748	1226			TX	141		
5523427	Horsehead Crossing (historical)	horsehead-crossing-historical	US		0	America/Chicago	31.28486	-102.74348	727			TX	103		
5523429	Horsehead Crossing	horsehead-crossing	US		0	America/Chicago	31.23542	-102.48376	706			TX	371		
5523517	Hovey	hovey	US		0	America/Chicago	30.61099	-103.3674	1082			TX	043		
5523529	Howardwick	howardwick	US		378	America/Chicago	35.03727	-100.90681	844			TX	129		
5523534	Hub	hub	US		0	America/Chicago	34.52563	-102.72827	1234			TX	369		
5523547	Hudd	hudd	US		0	America/Chicago	32.92649	-100.67984	651			TX	415		
5523555	Hueco Mountain Estates Number 1 Colonia	hueco-mountain-estates-number-1-colonia	US		0	America/Denver	31.90622	-106.09164	1382			TX	141		
5523556	Hueco Mountain Estates Number 2 Colonia	hueco-mountain-estates-number-2-colonia	US		0	America/Denver	31.92122	-106.07164	1335			TX	141		
5523557	Hueco Mountain Estates Number 3 Colonia	hueco-mountain-estates-number-3-colonia	US		0	America/Denver	31.90622	-106.07442	1341			TX	141		
5523558	Hueco Mountain Estates Number 4 Colonia	hueco-mountain-estates-number-4-colonia	US		0	America/Denver	31.90622	-106.05859	1360			TX	141		
5523559	Hueco Mountain Estates Number 5 Colonia	hueco-mountain-estates-number-5-colonia	US		0	America/Denver	31.89205	-106.06164	1357			TX	141		
5523560	Hueco Mountain Estates Number 6 Colonia	hueco-mountain-estates-number-6-colonia	US		0	America/Denver	31.92122	-106.05942	1351			TX	141		
5523561	Hueco Mountain Estates Number 7 Colonia	hueco-mountain-estates-number-7-colonia	US		0	America/Denver	31.939	-106.01942	1420			TX	141		
5523562	Hueco Mountain Estates Number 8 Colonia	hueco-mountain-estates-number-8-colonia	US		0	America/Denver	31.919	-106.07942	1329			TX	141		
5523563	Hueco Mountain Estates Number 9 Colonia	hueco-mountain-estates-number-9-colonia	US		0	America/Denver	31.859	-106.06248	1353			TX	141		
5523587	Hulldale	hulldale	US		0	America/Chicago	31.02156	-100.54343	671			TX	413		
5523592	Hulver	hulver	US		0	America/Chicago	34.52728	-100.51568	581			TX	191		
5523621	Huntoon	huntoon	US		0	America/Chicago	36.45586	-100.63098	875			TX	357		
5523623	Hurlwood	hurlwood	US		0	America/Chicago	33.57675	-102.03795	1011			TX	303		
5523641	Hylton	hylton	US		0	America/Chicago	32.12819	-100.20287	667			TX	353		
5523644	Hyman	hyman	US		0	America/Chicago	32.13818	-101.13512	713			TX	335		
5523650	Iatan	iatan	US		0	America/Chicago	32.33679	-101.12873	680			TX	335		
5523687	Imperial Colonia	imperial-colonia	US		0	America/Chicago	31.27209	-102.69737	729			TX	371		
5523696	Inadale	inadale	US		0	America/Chicago	32.54095	-100.68317	727			TX	415		
5523745	Indian Hot Springs	indian-hot-springs	US		0	America/Denver	30.82625	-105.31745	1012			TX	229		
5523796	Iolanthe (historical)	iolanthe-historical	US		0	America/Chicago	32.04874	-101.02289	725			TX	431		
5523831	Iser	iser	US		0	America/Denver	31.37096	-105.92275	1113			TX	229		
5523840	Isla	isla	US		0	America/Denver	31.48734	-106.20637	1101			TX	141		
5523910	Jacobs (historical)	jacobs-historical	US		0	America/Chicago	34.08008	-100.21372	547			TX	101		
5524026	Joel	joel	US		0	America/Chicago	34.86062	-102.30159	1150			TX	117		
5524059	Johnfarris	johnfarris	US		0	America/Chicago	34.22007	-101.21126	918			TX	153		
5524112	Johnstone	johnstone	US		0	America/Chicago	29.38134	-100.75898	325			TX	465		
5524167	Judkins	judkins	US		0	America/Chicago	31.71763	-102.63265	880			TX	135		
5524172	Juilliard	juilliard	US		0	America/Chicago	35.31866	-101.80963	1029	Juilliard,Julliard		TX	375		
5524182	Jumbo	jumbo	US		0	America/Chicago	34.70395	-102.28214	1168			TX	069		
5524191	Juno	juno	US		0	America/Chicago	30.15186	-101.11538	520			TX	465		
5524456	Kalgary	kalgary	US		0	America/Chicago	33.40898	-101.14847	763			TX	107		
5524476	Kellerville	kellerville	US		0	America/Chicago	35.37171	-100.50291	772			TX	483		
5524541	Key	key	US		0	America/Chicago	32.72816	-101.79959	894			TX	115		
5524554	Kiesling	kiesling	US		0	America/Chicago	31.61016	-100.25981	573			TX	451		
5524587	Kingsmill	kingsmill	US		0	America/Chicago	35.48838	-101.0596	1006	Kings Mill,Kingsmill		TX	179		
5524588	Kingsmill Camp	kingsmill-camp	US		0	America/Chicago	35.49866	-101.04265	1001			TX	179		
5524603	Kitalou	kitalou	US		0	America/Chicago	33.65481	-101.72711	972			TX	303		
5524617	Knoblaw	knoblaw	US		0	America/Chicago	35.54977	-102.89522	1163			TX	359		
5524646	Kriebaum Place	kriebaum-place	US		0	America/Chicago	30.20906	-103.08739	1238			TX	043		
5524687	La Fuente Colonia	la-fuente-colonia	US		0	America/Denver	31.65706	-106.27665	1115			TX	141		
5524688	La Guna	la-guna	US		0	America/Denver	31.78927	-106.52277	1148			TX	141		
5524689	La Herradura Colonia	la-herradura-colonia	US		0	America/Chicago	28.66637	-100.48341	222			TX	323		
5524690	La Jolla Colonia	la-jolla-colonia	US		0	America/Denver	31.64706	-106.28748	1115			TX	141		
5524692	La Junta Addition Colonia	la-junta-addition-colonia	US		0	America/Denver	31.654	-106.30054	1116			TX	141		
5524702	La Tuna	la-tuna	US		0	America/Denver	31.98093	-106.59055	1184			TX	141		
5524704	La Union Estates Colonia	la-union-estates-colonia	US		0	America/Denver	31.91705	-106.60444	1149			TX	141		
5524711	Lago Vista Colonia	lago-vista-colonia	US		0	America/Chicago	28.68331	-100.48841	234	Lago Vista Colonia,Lago Vista Subdivision Colonia		TX	323		
5524719	Lahey	lahey	US		0	America/Chicago	33.12287	-102.33435	1006			TX	445		
5524721	Lajitas	lajitas	US		0	America/Chicago	29.26159	-103.77658	714			TX	043		
5524776	Lake Tanglewood	lake-tanglewood	US		863	America/Chicago	35.06755	-101.78713	1057			TX	381		
5524793	Lake View Addition Colonia	lake-view-addition-colonia	US		0	America/Chicago	29.45717	-100.94732	353			TX	465		
5524859	Landergin	landergin	US		0	America/Chicago	35.2695	-102.55799	1244			TX	359		
5524881	Lariat	lariat	US		0	America/Chicago	34.33035	-102.908	1223			TX	369		
5524884	Lark	lark	US		0	America/Chicago	35.20755	-101.24016	1029			TX	065		
5524887	Las Brisas Colonia	las-brisas-colonia	US		0	America/Chicago	28.67526	-100.47535	228	Las Brisas 3 Colonia,Las Brisas Colonia		TX	323		
5524889	Las Aves Colonia	las-aves-colonia	US		0	America/Denver	31.589	-106.26359	1111			TX	141		
5524890	Las Casitas Number 1 Colonia	las-casitas-number-1-colonia	US		0	America/Denver	31.81122	-106.18165	1233			TX	141		
5524891	Las Casitas Number 2 Colonia	las-casitas-number-2-colonia	US		0	America/Denver	31.81511	-106.18165	1233			TX	141		
5524892	Las Casitas Number 3 Colonia	las-casitas-number-3-colonia	US		0	America/Denver	31.80816	-106.18165	1234			TX	141		
5524894	Las Carretas Colonia	las-carretas-colonia	US		0	America/Chicago	28.68026	-100.48647	231	Las Carretas Colonia,Las Carretas Subdivision Colonia		TX	323		
5524895	Las Milpas Addition Colonia	las-milpas-addition-colonia	US		0	America/Denver	31.64122	-106.28248	1115			TX	141		
5524896	Las Milpas Number 2 Colonia	las-milpas-number-2-colonia	US		0	America/Denver	31.64206	-106.28359	1115			TX	141		
5524898	Las Hacienditas Colonia	las-hacienditas-colonia	US		0	America/Chicago	28.68637	-100.4823	232			TX	323		
5524901	Las Palmas Colonia	las-palmas-colonia	US		0	America/Denver	31.80122	-106.28859	1225			TX	141		
5524903	Las Palmas Number 2 Colonia	las-palmas-number-2-colonia	US		0	America/Denver	31.80122	-106.28665	1225			TX	141		
5524906	Las Pampas Colonia	las-pampas-colonia	US		0	America/Chicago	29.68212	-104.36159	961	Larson Ranch Colonia,Las Pampas Colonia		TX	377		
5524907	Las Pampas Number 1 Colonia	las-pampas-number-1-colonia	US		0	America/Denver	31.56706	-106.26859	1108			TX	141		
5524908	Las Pampas Number 2 Colonia	las-pampas-number-2-colonia	US		0	America/Denver	31.56512	-106.26859	1108			TX	141		
5524909	Las Pampas Number 3 Colonia	las-pampas-number-3-colonia	US		0	America/Denver	31.564	-106.26748	1108			TX	141		
5524910	Las Pampas Number 4 Colonia	las-pampas-number-4-colonia	US		0	America/Denver	31.56206	-106.26748	1108			TX	141		
5524911	Las Quintas Colonia	las-quintas-colonia	US		0	America/Denver	31.80622	-106.17859	1235			TX	141		
5524912	Las Quintas Fronterizas	las-quintas-fronterizas	US		3290	America/Chicago	28.69053	-100.46869	227			TX	323		
5524913	Las Quintas Fronterizas Colonia	las-quintas-fronterizas-colonia	US		3290	America/Chicago	28.69137	-100.46924	228			TX	323		
5524914	Las Quintas Number 2 Colonia	las-quintas-number-2-colonia	US		0	America/Denver	31.80205	-106.18054	1233			TX	141		
5524978	Lees	lees	US		0	America/Chicago	32.07624	-101.48679	787			TX	173		
5525003	Lela	lela	US		0	America/Chicago	35.22755	-100.3429	742			TX	483		
5525037	Lesley	lesley	US		0	America/Chicago	34.677	-100.81597	661			TX	191		
5525050	Levinson	levinson	US		0	America/Chicago	31.09903	-104.11797	1203			TX	109		
5525058	Lewis Colonia	lewis-colonia	US		0	America/Denver	31.61317	-106.27859	1112	Lewis Colonia,Lewis Subdivision Colonia		TX	141		
5525071	Lider	lider	US		0	America/Chicago	34.17591	-101.62406	1016			TX	189		
5525106	Lindsay Division Colonia	lindsay-division-colonia	US		0	America/Chicago	31.36902	-103.5374	801			TX	389		
5525208	Little Mexico Colonia	little-mexico-colonia	US		0	America/Chicago	30.91821	-102.87849	893			TX	371		
5525327	Lobo	lobo	US		0	America/Chicago	30.81403	-104.75299	1231	Dicus,Lobo,Lobo Valley		TX	109		
5525341	Locker	locker	US		0	America/Chicago	31.37958	-103.52601	799			TX	389		
5525344	Lockettville	lockettville	US		0	America/Chicago	33.39176	-102.31768	1051			TX	219		
5525361	Loma Alta	loma-alta	US		0	America/Chicago	29.91799	-100.77454	625			TX	465		
5525362	Loma Bonita Colonia	loma-bonita-colonia	US		0	America/Chicago	28.68414	-100.49341	248	Loma Bonita B Colonia,Loma Bonita Colonia		TX	323		
5525364	Loma Linda Estates Colonia	loma-linda-estates-colonia	US		0	America/Denver	31.81705	-105.95164	1545			TX	229		
5525365	Loma Linda Number 1 Colonia	loma-linda-number-1-colonia	US		0	America/Chicago	28.63831	-100.42146	234			TX	323		
5525366	Loma Linda Number 2 Colonia	loma-linda-number-2-colonia	US		0	America/Chicago	28.63026	-100.41646	231			TX	323		
5525367	Loma Linda Number 3 Colonia	loma-linda-number-3-colonia	US		0	America/Chicago	28.62137	-100.42341	236			TX	323		
5525368	Loma Linda Number 4 Colonia	loma-linda-number-4-colonia	US		0	America/Chicago	28.6272	-100.42146	235			TX	323		
5525369	Loma Linda Number 5 Colonia	loma-linda-number-5-colonia	US		0	America/Chicago	28.6272	-100.42424	235			TX	323		
5525370	Loma Linda Ranchettes Colonia	loma-linda-ranchettes-colonia	US		0	America/Chicago	28.62331	-100.42646	227			TX	323		
5525371	Loma Pelona	loma-pelona	US		0	America/Chicago	29.53546	-104.30409	781			TX	377		
5525373	Loma Terrace	loma-terrace	US		0	America/Denver	31.7315	-106.33193	1137			TX	141		
5525433	Longfellow	longfellow	US		0	America/Chicago	30.16185	-102.63848	1027			TX	371		
5525446	Longworth	longworth	US		0	America/Chicago	32.65039	-100.34566	600			TX	151		
5525451	Lora	lora	US		0	America/Chicago	35.74088	-100.55764	801			TX	393		
5525453	Lord	lord	US		0	America/Chicago	36.3617	-100.88876	905			TX	357		
5525454	Lordsville Colonia	lordsville-colonia	US		0	America/Denver	31.60123	-106.24748	1110	Lordsville Colonia,Lordsville Subdivision Colonia		TX	141		
5525461	Los Campos Number 1,2 and 5 Colonia	los-campos-number-1-2-and-5-colonia	US		0	America/Chicago	29.42634	-100.92232	333	Los Campos Number 1 2 & 5 Colonia,Los Campos Number 1 2 and 5 Colonia		TX	465		
5525462	Los Campos Number 3 and 4 Colonia	los-campos-number-3-and-4-colonia	US		0	America/Chicago	29.42912	-100.94232	328	Los Campos Number 3 & 4 Colonia,Los Campos Number 3 and 4 Colonia		TX	465		
5525464	Los Guajillos Colonia	los-guajillos-colonia	US		0	America/Chicago	28.63526	-100.43424	229	Los Guajillos Colonia,Los Guajillos Subdivision Colonia		TX	323		
5525465	Los Jardines Verdes Colonia	los-jardines-verdes-colonia	US		0	America/Chicago	28.67831	-100.47035	222			TX	323		
5525466	Los Ybanez	los-ybanez	US		19	America/Chicago	32.71899	-101.91738	906			TX	115		
5525474	Lost Creek Place	lost-creek-place	US		0	America/Chicago	29.60912	-100.17952	533			TX	271		
5525498	Louis Granger Place	louis-granger-place	US		0	America/Chicago	30.14879	-103.18156	1277			TX	043		
5525518	Lowe	lowe	US		0	America/Chicago	32.19596	-100.83872	608			TX	335		
5525571	Loy Place	loy-place	US		0	America/Chicago	29.79323	-103.66685	1105			TX	043		
5525573	Lozier	lozier	US		0	America/Chicago	29.9352	-101.8204	458			TX	443		
5525616	Lums Chapel	lums-chapel	US		0	America/Chicago	33.83259	-102.32768	1064			TX	279		
5525618	Lunas	lunas	US		0	America/Chicago	29.21548	-103.53491	717	Lunas,Lunas Jacal		TX	043		
5525628	Lutie	lutie	US		0	America/Chicago	35.02311	-100.22262	680			TX	087		
5525631	Lull	lull	US		0	America/Chicago	29.75299	-101.29316	473			TX	465		
5525638	Lynn Park Replat Colonia	lynn-park-replat-colonia	US		0	America/Denver	31.649	-106.27665	1115	Lynn Park Colonia,Lynn Park Replat Colonia		TX	141		
5525648	Mac Bain	mac-bain	US		0	America/Chicago	33.89369	-100.97486	881	Mac Bain,MacBain		TX	345		
5525664	Machovec	machovec	US		0	America/Chicago	35.94393	-101.98685	1104			TX	341		
5525689	Madrilena Colonia	madrilena-colonia	US		0	America/Denver	31.58011	-106.26942	1110			TX	141		
5525693	Magic City	magic-city	US		0	America/Chicago	35.35755	-100.37846	733			TX	483		
5525700	Magoun	magoun	US		0	America/Chicago	36.37643	-100.03346	730			TX	295		
5525705	Magwalt	magwalt	US		0	America/Chicago	31.92374	-103.11461	889			TX	495		
5525724	Malvado	malvado	US		0	America/Chicago	29.96797	-101.86818	490			TX	443		
5525735	Mann	mann	US		0	America/Chicago	31.40347	-103.52045	795			TX	389		
5525786	Marie	marie	US		0	America/Chicago	31.89931	-100.20898	555			TX	399		
5525800	Marsh	marsh	US		0	America/Chicago	35.53977	-101.92213	1043			TX	375		
5525875	Matthews Place	matthews-place	US		0	America/Chicago	30.23295	-103.02461	1298			TX	043		
5525883	Maverick	maverick	US		0	America/Chicago	31.83348	-100.19509	533			TX	399		
5525928	McAdoo Acres Colonia	mcadoo-acres-colonia	US		0	America/Denver	31.63817	-106.25109	1114			TX	141		
5525933	McBride	mcbride	US		0	America/Chicago	35.5181	-101.49406	1041			TX	065		
5525938	McCamey	mccamey	US		2062	America/Chicago	31.13598	-102.2243	752			TX	461		
5525949	McCaulley	mccaulley	US		0	America/Chicago	32.78205	-100.20399	574	McCaulley,Taopi		TX	151		
5525969	McCoy	mccoy	US		0	America/Chicago	33.86814	-101.43766	970			TX	153		
5525973	McCracken Estates Colonia	mccracken-estates-colonia	US		0	America/Denver	31.83816	-106.15442	1247			TX	141		
5526010	McFarland Place	mcfarland-place	US		0	America/Chicago	30.18768	-103.03766	1248			TX	043		
5526054	McKibben	mckibben	US		0	America/Chicago	36.12587	-101.33905	975			TX	195		
5526063	McKinney Springs	mckinney-springs	US		0	America/Chicago	29.38798	-103.07628	886	Boquillas,McKinney Spring,McKinney Springs,Stillwell Ranch,Stillwells Ranch		TX	043		
5526078	McKnight	mcknight	US		0	America/Chicago	34.90727	-100.55735	745			TX	129		
5526131	Melton Place Addition Colonia	melton-place-addition-colonia	US		0	America/Denver	31.61317	-106.25748	1112			TX	141		
5526185	Mesa Verde Colonia	mesa-verde-colonia	US		0	America/Denver	31.62622	-106.27054	1114			TX	141		
5526297	Middle Water	middle-water	US		0	America/Chicago	35.84837	-102.78771	1244	Middle Water,Middlewater		TX	205		
5526333	Middlewell	middlewell	US		0	America/Chicago	35.76476	-102.12463	1148			TX	341		
5527089	Nickel Creek Station	nickel-creek-station	US		0	America/Chicago	31.92178	-104.74661	1483	Nickel Creek,Nickel Creek Station		TX	109		
5526397	Mile High	mile-high	US		0	America/Denver	31.27124	-105.41246	1455			TX	229		
5526429	Millers	millers	US		0	America/Chicago	29.87436	-102.71599	874			TX	043		
5526444	Milo Center	milo-center	US		0	America/Chicago	34.98311	-102.40215	1193			TX	117		
5526461	Mission Trail Estates Colonia	mission-trail-estates-colonia	US		0	America/Denver	31.59623	-106.25665	1110			TX	141		
5526483	Mitchell Place	mitchell-place	US		0	America/Chicago	30.24211	-103.15823	1267			TX	043		
5526498	Mobile Haven Estates Colonia	mobile-haven-estates-colonia	US		0	America/Denver	31.9501	-106.57666	1214			TX	141		
5526506	Mofeta	mofeta	US		0	America/Chicago	30.05436	-102.22597	717			TX	443		
5526532	Montana Land Estates Colonia	montana-land-estates-colonia	US		0	America/Denver	31.83511	-106.14553	1249			TX	141		
5526536	Montell	montell	US		0	America/Chicago	29.53801	-100.01146	391			TX	463		
5526541	Monterosales Colonia	monterosales-colonia	US		0	America/Denver	31.65206	-106.28554	1115	Monterosales Colonia,Monterosales Subdivision Colonia		TX	141		
5526549	Montoya	montoya	US		0	America/Denver	31.85066	-106.58082	1148			TX	141		
5526578	Moon Addition Colonia	moon-addition-colonia	US		0	America/Denver	31.66206	-106.29165	1116			TX	141		
5526579	Moon Addition Number 2 Colonia	moon-addition-number-2-colonia	US		0	America/Denver	31.66122	-106.29359	1116			TX	141		
5526580	Moon Addition Number 3 Colonia	moon-addition-number-3-colonia	US		0	America/Denver	31.664	-106.28748	1116			TX	141		
5526581	Moon Addition Number 4 Colonia	moon-addition-number-4-colonia	US		0	America/Denver	31.66206	-106.28748	1116			TX	141		
5526621	Morales Circle Colonia	morales-circle-colonia	US		0	America/Chicago	28.68914	-100.48035	238			TX	323		
5526624	Morales Number 2 West Colonia	morales-number-2-west-colonia	US		0	America/Chicago	28.68026	-100.48147	241			TX	323		
5526625	Morales Number 2A Colonia	morales-number-2a-colonia	US		0	America/Chicago	28.68331	-100.47146	223	Morales Number 2A Colonia,Morales Number 2a Colonia		TX	323		
5526626	Morales Number 3 Colonia	morales-number-3-colonia	US		0	America/Chicago	28.68026	-100.48341	238			TX	323		
5526635	Morales Number 2 East Colonia	morales-number-2-east-colonia	US		0	America/Chicago	28.68026	-100.4673	220			TX	323		
5526639	Morita	morita	US		0	America/Chicago	32.18457	-101.63374	755			TX	227		
5526642	Morning Glory Manor Colonia	morning-glory-manor-colonia	US		0	America/Denver	31.57123	-106.21359	1107			TX	141		
5526656	Morse Junction	morse-junction	US		0	America/Chicago	36.03226	-101.47405	982			TX	233		
5526666	Moser	moser	US		0	America/Chicago	30.49267	-101.93235	795			TX	443		
5526668	Morning Glory	morning-glory	US		651	America/Denver	31.57012	-106.21581	1107			TX	141		
5526692	Mount Blanco	mount-blanco	US		0	America/Chicago	33.81564	-101.19321	937			TX	107		
5526728	Mountain Meadows Estates Colonia	mountain-meadows-estates-colonia	US		0	America/Denver	31.81122	-106.13053	1246			TX	141		
5526803	Mulkey	mulkey	US		0	America/Chicago	34.46563	-102.21408	1146			TX	069		
5526815	Mungerville	mungerville	US		0	America/Chicago	32.77343	-102.09128	922			TX	115		
5526839	Mullins Crossing	mullins-crossing	US		0	America/Chicago	31.53627	-100.21842	517			TX	451		
5526886	Narcisso	narcisso	US		0	America/Chicago	34.00036	-100.47345	610			TX	101		
5526927	Neely Ward	neely-ward	US		0	America/Chicago	33.75732	-102.90188	1170			TX	079		
5526931	Negro Crossing	negro-crossing	US		0	America/Chicago	31.35377	-100.53676	591			TX	451		
5526937	Neinda	neinda	US		0	America/Chicago	32.79678	-100.09288	542	Neinda,Nienda		TX	253		
5526939	Nellis Lands Colonia	nellis-lands-colonia	US		0	America/Chicago	28.68637	-100.48535	241			TX	323		
5526993	New Loco	new-loco	US		0	America/Chicago	34.74839	-100.20623	568			TX	087		
5526995	New Lynn	new-lynn	US		0	America/Chicago	33.21148	-101.66543	936			TX	305		
5526997	New Mobeetie	new-mobeetie	US		0	America/Chicago	35.53199	-100.44152	814			TX	483		
5526998	New Moore	new-moore	US		0	America/Chicago	33.02204	-102.03267	944			TX	305		
5527068	Newlin	newlin	US		0	America/Chicago	34.58978	-100.44429	548			TX	191		
5527116	Nineteen Mile Crossing	nineteen-mile-crossing	US		0	America/Chicago	29.39801	-100.00201	337			TX	463		
5527139	Noelke	noelke	US		0	America/Chicago	31.14878	-100.92955	712			TX	235		
5527158	Noodle	noodle	US		0	America/Chicago	32.60234	-100.05204	556			TX	253		
5527161	Nopal	nopal	US		0	America/Chicago	30.28822	-103.92657	1465			TX	377		
5527165	Norrick	norrick	US		0	America/Chicago	35.21283	-100.1365	692			TX	483		
5527207	North Cowden	north-cowden	US		0	America/Chicago	32.00456	-102.51293	937			TX	135		
5527272	North Loop Acres Colonia	north-loop-acres-colonia	US		0	America/Denver	31.67122	-106.28165	1116			TX	141		
5527309	North Roby	north-roby	US		0	America/Chicago	32.80677	-100.38705	589	Fisher,North Roby		TX	151		
5527489	Nuway	nuway	US		0	America/Denver	31.93733	-106.59777	1161			TX	141		
5527490	Nuway Addition Colonia	nuway-addition-colonia	US		0	America/Denver	31.9351	-106.60055	1156			TX	141		
5527503	O'Donnell	o-donnell	US		807	America/Chicago	32.96371	-101.83265	928			TX	305		
5527546	Ochoa	ochoa	US		0	America/Chicago	29.66712	-104.50076	801			TX	377		
5527562	Odlaw	odlaw	US		0	America/Chicago	29.23524	-100.1684	334			TX	271		
5527577	Ogg	ogg	US		0	America/Chicago	34.83534	-101.89019	1118			TX	381		
5527620	Oklahoma Lane	oklahoma-lane	US		0	America/Chicago	34.38563	-102.88689	1240			TX	369		
5527628	Old Beekley Place	old-beekley-place	US		0	America/Chicago	30.22767	-103.22462	1265			TX	043		
5527633	Old Burk Place	old-burk-place	US		0	America/Chicago	31.3971	-101.04872	698			TX	235		
5527639	Old Christian Place	old-christian-place	US		0	America/Chicago	31.54068	-104.28076	1139			TX	109		
5527644	Old Corbett Place	old-corbett-place	US		0	America/Chicago	30.02518	-103.04406	1077			TX	043		
5527648	Old Edith Lochausen Place	old-edith-lochausen-place	US		0	America/Chicago	30.11518	-103.08934	1184			TX	043		
5527652	Old Farm Crossing	old-farm-crossing	US		0	America/Chicago	35.52144	-102.59993	1008			TX	359		
5527669	Old Freitag Place	old-freitag-place	US		0	America/Chicago	31.45598	-101.09483	720			TX	235		
5527685	Oklahoma Flat	oklahoma-flat	US		0	America/Chicago	33.78621	-102.40102	1064			TX	219		
5527689	Old Houston Place	old-houston-place	US		0	America/Chicago	32.02124	-101.70318	780			TX	173		
5527707	Old Oscar Nance Place	old-oscar-nance-place	US		0	America/Chicago	30.4835	-103.19239	1329			TX	043		
5527708	Old Parker Place	old-parker-place	US		0	America/Chicago	30.4885	-103.21156	1311			TX	043		
5527709	Old Patterson Place	old-patterson-place	US		0	America/Denver	31.03847	-105.34273	1254			TX	229		
5527712	Old Place Windmill	old-place-windmill	US		0	America/Chicago	30.90737	-103.83657	1062			TX	243		
5527713	Old Place Windmills	old-place-windmills	US		0	America/Chicago	32.17428	-102.53377	953			TX	003		
5527718	Old House Place	old-house-place	US		0	America/Chicago	31.21958	-103.97741	1030			TX	389		
5527726	Old Reed Place	old-reed-place	US		0	America/Chicago	30.08212	-103.12684	1202			TX	043		
5527771	Onion Spring	onion-spring	US		0	America/Chicago	29.4002	-103.33379	1023	Onion Spring,Stillwells Ranch		TX	043		
5527774	Opdyke West	opdyke-west	US		176	America/Chicago	33.59232	-102.3024	1058			TX	219		
5527793	Oriana (historical)	oriana-historical	US		0	America/Chicago	33.18093	-100.44539	553			TX	433		
5527803	Ort	ort	US		0	America/Chicago	31.2968	-104.35631	1256			TX	109		
5527810	Osman	osman	US		0	America/Chicago	29.89103	-101.65262	483			TX	465		
5527818	Otis Chalk	otis-chalk	US		0	America/Chicago	32.1279	-101.25734	738	Chalk Lease,Chalk Store,Chalkton,Otis Chalk		TX	227		
5527846	Owens	owens	US		0	America/Chicago	33.55842	-101.35293	925			TX	107		
5527847	Owens Addition Number 1 Colonia	owens-addition-number-1-colonia	US		0	America/Chicago	29.36523	-100.92926	302			TX	465		
5527848	Owens Addition Number 2 Colonia	owens-addition-number-2-colonia	US		0	America/Chicago	29.36717	-100.92843	301			TX	465		
5527919	Pakan	pakan	US		0	America/Chicago	35.28477	-100.43152	816			TX	483		
5527922	Palava	palava	US		0	America/Chicago	32.57789	-100.33622	656			TX	151		
5527928	Paisano Heights Colonia	paisano-heights-colonia	US		0	America/Chicago	28.67331	-100.49535	238			TX	323		
5527949	Paloduro	paloduro	US		0	America/Chicago	34.817	-101.18821	865			TX	011		
5529592	Rosita North	rosita-north	US		3818	America/Chicago	28.65644	-100.42218	240	Rosita North,Rosita North Census Designated Place		TX	323		
5527963	Pandale	pandale	US		0	America/Chicago	30.18436	-101.55095	503			TX	465		
5527968	Pantera	pantera	US		0	America/Chicago	28.98743	-103.20406	599			TX	043		
5528005	Panther Junction	panther-junction	US		0	America/Chicago	29.32853	-103.20517	1134			TX	043		
5528013	Papalote Colorado	papalote-colorado	US		0	America/Chicago	29.49241	-104.01492	1265			TX	377		
5528014	Papalote Escondido	papalote-escondido	US		0	America/Chicago	29.47602	-103.99909	1288			TX	377		
5528015	Papalote Llano	papalote-llano	US		0	America/Chicago	29.43325	-103.94658	1317			TX	377		
5528016	Papalote Seco	papalote-seco	US		0	America/Chicago	29.4588	-103.90575	1316			TX	377		
5528079	Parmerton	parmerton	US		0	America/Chicago	34.57979	-102.80244	1274			TX	369		
5528081	Parnell (historical)	parnell-historical	US		0	America/Chicago	35.89754	-100.81959	802			TX	393		
5528092	Partwood Crossing	partwood-crossing	US		0	America/Chicago	35.51949	-102.67854	1015			TX	359		
5528095	Paso View Colonia	paso-view-colonia	US		0	America/Denver	31.85705	-106.13748	1260			TX	141		
5528096	Paso View Number 2 Colonia	paso-view-number-2-colonia	US		0	America/Denver	31.86316	-106.13942	1263			TX	141		
5528097	Paso View West Colonia	paso-view-west-colonia	US		0	America/Denver	31.86622	-106.15442	1250			TX	141		
5528098	Paso del Rey Colonia	paso-del-rey-colonia	US		0	America/Denver	31.86511	-106.14665	1256			TX	141		
5528099	Paso del Rey Number 2 Colonia	paso-del-rey-number-2-colonia	US		0	America/Denver	31.86622	-106.13942	1264			TX	141		
5528100	Paso el Rey Number 3 Colonia	paso-el-rey-number-3-colonia	US		0	America/Denver	31.869	-106.14748	1254	Paso del Rey Number 3 Colonia,Paso el Rey Number 3 Colonia		TX	141		
5528103	Pastura	pastura	US		0	America/Chicago	32.96038	-100.01954	507			TX	253		
5528140	Payment Colonia	payment-colonia	US		0	America/Chicago	29.36412	-100.93148	294			TX	465		
5528150	Peacock	peacock	US		0	America/Chicago	33.18232	-100.39928	572			TX	433		
5528152	Paynes Corner	paynes-corner	US		0	America/Chicago	32.72566	-102.79492	1039			TX	165		
5528169	Pecan Crossing	pecan-crossing	US		0	America/Chicago	32.16679	-100.83455	595			TX	335		
5528184	Pecan Mott	pecan-mott	US		0	America/Chicago	31.69376	-100.44148	713			TX	081		
5528249	Perico	perico	US		0	America/Chicago	36.27642	-102.86437	1334			TX	111		
5528306	Pettit	pettit	US		0	America/Chicago	33.69704	-102.52463	1108			TX	219		
5528309	Pettits	pettits	US		0	America/Chicago	28.99854	-103.28406	624			TX	043		
5528314	Pezuna del Caballo	pezuna-del-caballo	US		0	America/Chicago	31.56735	-104.69772	1386			TX	109		
5528322	Phillips Camp	phillips-camp	US		0	America/Chicago	36.49753	-101.46405	965			TX	195		
5528336	Philrich	philrich	US		0	America/Chicago	35.65171	-101.45711	955			TX	233		
5528388	Pinery (historical)	pinery-historical	US		0	America/Chicago	31.89262	-104.81745	1723	Pinery (historical),The Pinery		TX	109		
5528394	Pine Springs	pine-springs	US		0	America/Chicago	31.89262	-104.8155	1717	Pine Spring,Pine Spring Camp,Pine Springs		TX	109		
5528441	Plains Assembly	plains-assembly	US		0	America/Chicago	33.88675	-101.33932	916			TX	153		
5528444	Plains Junction	plains-junction	US		0	America/Chicago	34.55811	-100.43651	537			TX	191		
5528461	Planeport	planeport	US		0	America/Denver	31.82622	-106.43471	1187			TX	141		
5528463	Plaska	plaska	US		0	America/Chicago	34.60589	-100.6468	594	Lodge,Plaska		TX	191		
5528465	Plata	plata	US		0	America/Chicago	29.87628	-104.01769	1155			TX	377		
5528476	Plaza Bernal Colonia	plaza-bernal-colonia	US		0	America/Denver	31.58511	-106.26942	1110			TX	141		
5528495	Plemons	plemons	US		0	America/Chicago	35.80087	-101.30905	835			TX	233		
5528497	Pleasant Farms	pleasant-farms	US		0	America/Chicago	31.67597	-102.37264	901			TX	135		
5528531	Polar	polar	US		0	America/Chicago	33.01816	-100.98818	729			TX	263		
5528535	Polar	polar	US		0	America/Chicago	33.03343	-100.98901	713			TX	263		
5528552	Polkinghorn Addition Colonia	polkinghorn-addition-colonia	US		0	America/Denver	31.9201	-106.59166	1171			TX	141		
5528556	Polvo	polvo	US		0	America/Chicago	29.43519	-104.19381	761			TX	377		
5529593	Rosita Valley Colonia	rosita-valley-colonia	US		0	America/Chicago	28.61831	-100.42924	220			TX	323		
5528566	Ponderosa Mobile Home Colonia	ponderosa-mobile-home-colonia	US		0	America/Denver	31.9251	-106.61444	1149	Ponderosa Mobile Home Colonia,Ponderosa Mobile Home Subdivision Colonia		TX	141		
5528571	Poole Colonia	poole-colonia	US		0	America/Denver	31.64122	-106.27665	1115	Poole Colonia,Poole Subdivision Colonia		TX	141		
5528587	Porvenir	porvenir	US		0	America/Chicago	30.41848	-104.84438	920	Daniel,Polaris,Porvenir		TX	377		
5528640	Prado Verde	prado-verde	US		246	America/Denver	31.88983	-106.6136	1147			TX	141		
5528641	Prado Verde Addition Number 1 Colonia	prado-verde-addition-number-1-colonia	US		0	America/Denver	31.88816	-106.6136	1147			TX	141		
5528742	Pueblo Vitoria	pueblo-vitoria	US		0	America/Chicago	30.96653	-103.77657	995			TX	389		
5528743	Puente	puente	US		0	America/Chicago	35.4456	-101.88574	955			TX	375		
5528749	Pueblo Nuevo	pueblo-nuevo	US		0	America/Chicago	30.12182	-104.66076	910			TX	377		
5528762	Pumphrey	pumphrey	US		0	America/Chicago	32.03875	-100.03843	606			TX	399		
5528764	Pumpville	pumpville	US		0	America/Chicago	29.94353	-101.73762	552			TX	465		
5528767	Punkin Center	punkin-center	US		0	America/Chicago	32.85037	-102.05017	936	Pumpkin Center,Punkin Center		TX	115		
5528787	Quail Mesa Colonia	quail-mesa-colonia	US		0	America/Denver	31.62011	-106.22553	1110			TX	141		
5528795	Quebec	quebec	US		0	America/Chicago	30.5107	-104.39964	1411			TX	377		
5528842	R W Jones Colonia	r-w-jones-colonia	US		0	America/Denver	31.99705	-106.59749	1168	R W Jones Colonia,R W Jones Subdivision Colonia		TX	141		
5528849	Radar Base	radar-base	US		762	America/Chicago	28.85765	-100.52962	268	Radar Base		TX	323		
5528880	Ramsdell	ramsdell	US		0	America/Chicago	35.19172	-100.44096	782			TX	483		
5528906	Rancho Miraval Estates Colonia	rancho-miraval-estates-colonia	US		0	America/Denver	31.61623	-106.24248	1111			TX	141		
5529032	Red Bluff Crossing	red-bluff-crossing	US		0	America/Chicago	32.98982	-100.35983	520			TX	433		
5529080	Red Mud	red-mud	US		0	America/Chicago	33.42676	-100.9993	718			TX	125		
5529171	Reese Village	reese-village	US		0	America/Chicago	33.59481	-102.02211	1012			TX	303		
5529221	Rhea	rhea	US		0	America/Chicago	34.67118	-102.94911	1296			TX	369		
5529253	Ridgeheights	ridgeheights	US		0	America/Chicago	31.95346	-102.06264	847			TX	329		
5529290	Rio Bravo Colonia	rio-bravo-colonia	US		0	America/Chicago	29.33217	-100.91426	273			TX	465		
5529296	Rio Grande Village	rio-grande-village	US		0	America/Chicago	29.18326	-102.96211	562			TX	043		
5529301	Rio Rancho Estates Colonia	rio-rancho-estates-colonia	US		0	America/Denver	31.664	-106.26859	1115			TX	141		
5529302	Rio Vista Addition Colonia	rio-vista-addition-colonia	US		0	America/Denver	31.65511	-106.29359	1115			TX	141		
5529351	Riverside Acres Colonia	riverside-acres-colonia	US		0	America/Chicago	28.6172	-100.44424	214			TX	323		
5529426	Robinson Arms Landing	robinson-arms-landing	US		0	America/Chicago	31.96401	-103.96215	875			TX	389		
5529500	Rockaway Country Sites Colonia	rockaway-country-sites-colonia	US		0	America/Chicago	28.6672	-100.43535	226			TX	323		
5529547	Romero	romero	US		0	America/Chicago	35.72754	-102.93132	1257			TX	205		
5529555	Rooneys Place	rooneys-place	US		0	America/Chicago	29.09576	-103.06878	578			TX	043		
5529583	Rosenfeld	rosenfeld	US		0	America/Chicago	30.10352	-102.7521	1119	Quioza Pass,Rosenfeld		TX	043		
5529590	Rosita Gardens Colonia	rosita-gardens-colonia	US		0	America/Chicago	28.60915	-100.42646	217			TX	323		
5529595	Rosita South	rosita-south	US		2704	America/Chicago	28.62375	-100.42837	223	Rosita South,Rosita South Census Designated Place		TX	323		
5529596	Ross City	ross-city	US		0	America/Chicago	32.09652	-101.30651	803			TX	227		
5529629	Rough Canyon Colonia	rough-canyon-colonia	US		0	America/Chicago	29.57828	-100.97343	360			TX	465		
5529690	Royalty	royalty	US		0	America/Chicago	31.37236	-102.8671	754	Allentown,Royalty		TX	475		
5529694	Rubboard Crossing	rubboard-crossing	US		0	America/Chicago	29.69855	-101.00705	353			TX	463		
5529702	Ruidosa	ruidosa	US		0	America/Chicago	29.98294	-104.67937	852	Ruidene,Ruidosa		TX	377		
5529755	S N Junction	s-n-junction	US		0	America/Chicago	31.42155	-100.46287	570			TX	451		
5529993	Saltlick Mill	saltlick-mill	US		0	America/Chicago	30.74154	-103.62823	1168			TX	243		
5530018	San Agustin Colonia	san-agustin-colonia	US		0	America/Denver	31.66622	-106.27359	1115			TX	141		
5530101	San Martine	san-martine	US		0	America/Chicago	31.15791	-104.07019	1134	San Martine,San Martinez		TX	389		
5530108	San Paulo Colonia	san-paulo-colonia	US		0	America/Denver	31.604	-106.25109	1110			TX	141		
5530119	San Vicente Crossing	san-vicente-crossing	US		0	America/Chicago	29.13021	-103.01489	566			TX	043		
5530123	San Ysidro Colonia	san-ysidro-colonia	US		0	America/Denver	31.63317	-106.26859	1115			TX	141		
5530126	Sanchez Colonia	sanchez-colonia	US		0	America/Denver	31.50817	-106.16748	1100			TX	141		
5530131	Sanco	sanco	US		0	America/Chicago	32.00847	-100.52399	629			TX	081		
5530132	Sand	sand	US		0	America/Chicago	32.70426	-102.17239	923			TX	115		
5530223	Sandlin	sandlin	US		0	America/Chicago	33.23315	-100.11538	517			TX	433		
5530230	Sandy Acres	sandy-acres	US		0	America/Chicago	31.95207	-102.0768	844			TX	329		
5530259	Santa Elena Crossing	santa-elena-crossing	US		0	America/Chicago	29.12159	-103.52407	645			TX	043		
5530268	Santa Martina Colonia	santa-martina-colonia	US		0	America/Denver	31.619	-106.24665	1111			TX	141		
5530269	Santa Rita (historical)	santa-rita-historical	US		0	America/Chicago	31.22349	-101.65707	833	Rita Santa,Santa Rita (historical)		TX	383		
5530306	Sauz Creek Colonia	sauz-creek-colonia	US		0	America/Chicago	28.76636	-100.48424	241	Cruse Addition Colonia,Sauz Creek Colonia,Sauz Creek Subdivision Colonia		TX	323		
5530324	Scharbauer City	scharbauer-city	US		0	America/Chicago	32.02373	-102.43042	911			TX	135		
5530357	Schuman Estates Colonia	schuman-estates-colonia	US		0	America/Denver	31.91816	-106.61166	1149			TX	141		
5530383	Scotts Corner	scotts-corner	US		0	America/Chicago	32.809	-100.59983	646			TX	151		
5530384	Scotts Crossing	scotts-crossing	US		0	America/Denver	30.93847	-104.90716	1263			TX	229		
5530418	Seco Mines	seco-mines	US		560	America/Chicago	28.74748	-100.4973	224	La Gloria,Seco Mines		TX	323		
5530468	Serene Acres Colonia	serene-acres-colonia	US		0	America/Denver	31.91399	-106.60444	1149			TX	141		
5530469	Seth Ward	seth-ward	US		2025	America/Chicago	34.21174	-101.69017	1028			TX	189		
5530477	Seven Heart Crossing	seven-heart-crossing	US		0	America/Chicago	31.16347	-104.02408	1100			TX	389		
5530495	Sevenmile Corner	sevenmile-corner	US		0	America/Chicago	31.32153	-101.94291	826			TX	461		
5530502	Seventeen Mile Crossing	seventeen-mile-crossing	US		0	America/Chicago	31.5471	-100.16425	511			TX	451		
5530537	Shafter Lake (historical)	shafter-lake-historical	US		0	America/Chicago	32.40455	-102.666	965	Salt Lake,Shafter Lake (historical)		TX	003		
5530566	Shaufler	shaufler	US		0	America/Chicago	32.40234	-100.4376	666			TX	353		
5530590	Sheerin	sheerin	US		0	America/Chicago	35.97087	-101.8824	1083			TX	341		
5530591	Sheerin Junction	sheerin-junction	US		0	America/Chicago	36.0242	-101.88267	1080			TX	341		
5530607	Shep	shep	US		0	America/Chicago	32.15652	-100.11926	656			TX	441		
5530615	Sherlock	sherlock	US		0	America/Chicago	36.44559	-100.22402	817	Sherklock Station,Sherlock		TX	295		
5530662	Shoemaker Place	shoemaker-place	US		0	America/Chicago	30.21934	-103.14267	1256			TX	043		
5530683	Sid Place	sid-place	US		0	America/Chicago	29.83379	-103.65296	1128			TX	043		
5530686	Shumla	shumla	US		0	America/Chicago	29.78132	-101.39761	433			TX	465		
5530690	Sierra Chino	sierra-chino	US		0	America/Chicago	29.04021	-103.41379	637			TX	043		
5530694	Sierra Meadows Colonia	sierra-meadows-colonia	US		0	America/Denver	31.574	-106.26165	1108			TX	141		
5530780	Sixmile Crossing	sixmile-crossing	US		0	America/Chicago	31.46905	-100.34176	534			TX	451		
5530782	Six Point	six-point	US		0	America/Chicago	34.09369	-101.80073	1041			TX	189		
5530789	Sixteen Mile Crossing	sixteen-mile-crossing	US		0	America/Chicago	31.5421	-100.17842	511			TX	451		
5530794	Skeen	skeen	US		0	America/Chicago	33.06343	-101.7871	921			TX	305		
5530801	Sixteen Corner Windmill	sixteen-corner-windmill	US		0	America/Chicago	32.374	-102.25154	902			TX	003		
5530849	Slide	slide	US		0	America/Chicago	33.41398	-101.92989	992	Block Twenty,Slide		TX	303		
5530861	Smeltertown	smeltertown	US		0	America/Denver	31.78344	-106.52665	1141			TX	141		
5530869	Smith Place	smith-place	US		0	America/Chicago	30.75543	-103.20822	1034			TX	371		
5530937	Socorro Mission Number 1 Colonia	socorro-mission-number-1-colonia	US		28637	America/Denver	31.63622	-106.29054	1115			TX	141		
5530939	Socorro Village Addition Colonia	socorro-village-addition-colonia	US		0	America/Denver	31.654	-106.30665	1117			TX	141		
5531243	Soldiers Mound (historical)	soldiers-mound-historical	US		0	America/Chicago	33.52259	-100.8318	727	Soldier's Mound,Soldiers Mound (historical)		TX	125		
5531244	Solis	solis	US		0	America/Chicago	29.06132	-103.09961	593			TX	043		
5531245	Solis Landing	solis-landing	US		0	America/Chicago	29.04438	-103.10545	578			TX	043		
5531254	Soncy	soncy	US		0	America/Chicago	35.18894	-101.94241	1137			TX	375		
5531283	South Brice	south-brice	US		0	America/Chicago	34.68339	-100.8957	664			TX	191		
5531323	South Elm Creek Number 1 Colonia	south-elm-creek-number-1-colonia	US		0	America/Chicago	28.77331	-100.49341	226			TX	323		
5531324	South Elm Creek Number 2 Colonia	south-elm-creek-number-2-colonia	US		0	America/Chicago	28.77136	-100.49535	226			TX	323		
5531325	South Elm Creek Number 3 Colonia	south-elm-creek-number-3-colonia	US		0	America/Chicago	28.77636	-100.4923	229			TX	323		
5531530	Southland	southland	US		0	America/Chicago	33.36204	-101.55015	921			TX	169		
5531542	Spanish Trail Additon Colonia	spanish-trail-additon-colonia	US		0	America/Denver	31.65706	-106.29665	1116			TX	141		
5531543	Sparenberg	sparenberg	US		0	America/Chicago	32.584	-101.84014	872	Sparenberg,Sparenburg		TX	115		
5531544	Spark's Addition Colonia	spark-s-addition-colonia	US		0	America/Denver	31.67122	-106.24554	1153			TX	141		
5531545	Spark's Addition Number 2 Colonia	spark-s-addition-number-2-colonia	US		0	America/Denver	31.679	-106.24442	1173			TX	141		
5531546	Spark's Addition Number 3 Colonia	spark-s-addition-number-3-colonia	US		0	America/Denver	31.67206	-106.23748	1173			TX	141		
5531547	Spark's Addition Number 4 Colonia	spark-s-addition-number-4-colonia	US		0	America/Denver	31.679	-106.23554	1194			TX	141		
5531581	Spraberry	spraberry	US		0	America/Chicago	31.92318	-101.82568	803			TX	329		
5530567	Shaw	shaw	US	38773	0	America/Chicago	30.0288	-102.00596	574			TX	443		
5531643	Springers Ranch (historical)	springers-ranch-historical	US		0	America/Chicago	35.87893	-100.18846	681			TX	211		
5531674	Stallwitz Lake	stallwitz-lake	US		0	America/Chicago	35.81004	-102.01546	1100			TX	341		
5531676	Standart	standart	US		0	America/Chicago	29.34245	-100.61814	331			TX	271		
5531699	Star Route (historical)	star-route-historical	US		0	America/Chicago	33.7476	-102.86577	1175			TX	079		
5531725	Steele Hill	steele-hill	US		0	America/Chicago	33.4462	-100.78818	674			TX	125		
5531736	Stegall	stegall	US		0	America/Chicago	34.00342	-102.95633	1238			TX	017		
5531740	Stekoll Camp	stekoll-camp	US		0	America/Chicago	35.77837	-101.37878	939			TX	233		
5531767	Stiles	stiles	US		0	America/Chicago	31.40681	-101.56623	777			TX	383		
5531773	Stillwell Crossing	stillwell-crossing	US		0	America/Chicago	29.39881	-102.81877	521			TX	043		
5531833	Strip Crossing	strip-crossing	US		0	America/Chicago	35.51616	-102.65576	1016			TX	359		
5531837	Stuart Place	stuart-place	US		0	America/Chicago	29.93963	-102.61071	764			TX	043		
5531847	Study Butte	study-butte	US		233	America/Chicago	29.31825	-103.53074	775	Big Bend,Study Butte		TX	043		
5531862	Suggs	suggs	US		0	America/Chicago	31.12239	-101.07733	757			TX	235		
5531921	Sunhaven Farms Colonia	sunhaven-farms-colonia	US		0	America/Denver	31.63817	-106.25859	1115			TX	141		
5531932	Sunrise Acres	sunrise-acres	US		0	America/Denver	31.86066	-106.44526	1220			TX	141		
5531946	Sunshine Acres Colonia	sunshine-acres-colonia	US		0	America/Denver	31.57012	-106.21664	1107			TX	141		
5531962	Swearingen	swearingen	US		0	America/Chicago	34.79033	-100.38179	613			TX	087		
5531963	Swearingen	swearingen	US		0	America/Chicago	34.14869	-100.14789	534			TX	101		
5531982	Swenson	swenson	US		0	America/Chicago	33.20704	-100.31205	542			TX	433		
5532001	Sylvia Andrea Colonia	sylvia-andrea-colonia	US		0	America/Denver	31.574	-106.26859	1109			TX	141		
5532049	Talley	talley	US		0	America/Chicago	28.98327	-103.18406	599			TX	043		
5532053	Tam Anne	tam-anne	US		0	America/Chicago	34.5309	-102.51937	1202			TX	069		
5532072	Tankersley	tankersley	US		0	America/Chicago	31.34961	-100.64343	613	MacGrath,Tankersley,Tankersly		TX	451		
5532085	Tascosa	tascosa	US		0	America/Chicago	35.51116	-102.25131	967	Atascosa,Tascosa		TX	359		
5532173	Terlingua Abaja	terlingua-abaja	US		0	America/Chicago	29.19353	-103.60741	671			TX	043		
5532200	Tesco	tesco	US		0	America/Chicago	32.49456	-100.24316	598			TX	353		
5532201	Tesnus	tesnus	US		0	America/Chicago	30.11824	-102.89794	1136	Tabor,Tesnus		TX	043		
5532228	Texon	texon	US		0	America/Chicago	31.22487	-101.68957	830			TX	383		
5532230	Texroy	texroy	US		0	America/Chicago	35.63449	-101.29627	942			TX	233		
5532278	Thompson Grove	thompson-grove	US		0	America/Chicago	36.41447	-102.80436	1325			TX	111		
5532286	Thorntonville	thorntonville	US		518	America/Chicago	31.58291	-102.92071	794			TX	475		
5532297	Three Corner Windmill	three-corner-windmill	US		0	America/Chicago	31.63541	-103.06016	826			TX	475		
5532298	Three Leagues	three-leagues	US		0	America/Chicago	32.49566	-101.97209	851	Murray,Three Leagues		TX	317		
5532351	Tigua	tigua	US		0	America/Denver	31.74178	-106.36415	1124			TX	141		
5532359	Timbercreek Canyon	timbercreek-canyon	US		445	America/Chicago	35.05311	-101.81797	1053			TX	381		
5532362	Tinaja	tinaja	US		0	America/Chicago	30.18877	-103.97768	1380			TX	377		
5532363	Tinaja (historical)	tinaja-historical	US		0	America/Chicago	29.7388	-102.88099	791			TX	043		
5532382	Titley	titley	US		0	America/Chicago	30.48349	-103.58879	1240			TX	043		
5532396	Toland	toland	US		0	America/Chicago	32.44957	-100.1501	615			TX	353		
5532517	Tres Papalotes	tres-papalotes	US		0	America/Chicago	29.45686	-103.77602	1351			TX	043		
5532589	Tubbs Corner	tubbs-corner	US		0	America/Chicago	31.38264	-102.61709	753			TX	103		
5532626	Turf Estates Number 1 Colonia	turf-estates-number-1-colonia	US		0	America/Denver	31.80622	-106.25359	1220			TX	141		
5532657	Turnbaugh Corner	turnbaugh-corner	US		0	America/Chicago	31.97984	-102.68265	977			TX	135		
5532693	Twichell	twichell	US		0	America/Chicago	36.43753	-100.72904	889	Twichall,Twichell		TX	357		
5532707	Twin Mill	twin-mill	US		0	America/Chicago	35.95587	-102.80882	1262			TX	205		
5532709	Twin Grove	twin-grove	US		0	America/Chicago	36.32865	-100.4382	794			TX	295		
5532734	Twitty	twitty	US		0	America/Chicago	35.31394	-100.23623	686			TX	483		
5532740	Two F Crossing	two-f-crossing	US		0	America/Chicago	33.3051	-100.01927	454			TX	433		
5532893	Val Verde Park	val-verde-park	US		2384	America/Chicago	29.37495	-100.83176	329			TX	465		
5532894	Val Verde Park Colonia	val-verde-park-colonia	US		0	America/Chicago	29.37329	-100.83926	329			TX	465		
5532895	Val Verde Park Number 2 Colonia	val-verde-park-number-2-colonia	US		0	America/Chicago	29.37412	-100.82731	330			TX	465		
5532900	Valle Real Colonia	valle-real-colonia	US		0	America/Denver	31.60706	-106.27748	1112			TX	141		
5532901	Valle Villa Addition Colonia	valle-villa-addition-colonia	US		0	America/Denver	31.59511	-106.27165	1111			TX	141		
5532902	Valle Villa Addition Number 2 Colonia	valle-villa-addition-number-2-colonia	US		0	America/Denver	31.59706	-106.27165	1110			TX	141		
5532942	Vealmoor	vealmoor	US		0	America/Chicago	32.52067	-101.57041	811			TX	227		
5532955	Verhalen	verhalen	US		0	America/Chicago	31.12653	-103.59351	855			TX	389		
5532959	Vesrue	vesrue	US		0	America/Chicago	31.90346	-103.11656	884			TX	495		
5532963	Vick	vick	US		0	America/Chicago	31.341	-100.09202	566			TX	095		
5532964	Victoriano Hernandez Colonia	victoriano-hernandez-colonia	US		0	America/Chicago	28.61915	-100.43341	218			TX	323		
5532977	Vigo Park	vigo-park	US		0	America/Chicago	34.65256	-101.49601	1032			TX	437		
5532980	Villa Alegre Colonia	villa-alegre-colonia	US		0	America/Denver	31.29207	-105.85247	1081			TX	229		
5532981	Villa Espana Colonia	villa-espana-colonia	US		0	America/Denver	31.649	-106.29165	1115			TX	141		
5532982	Villalobos Estates Colonia	villalobos-estates-colonia	US		0	America/Denver	31.60011	-106.25942	1110			TX	141		
5532988	Vinegarone	vinegarone	US		0	America/Chicago	29.9491	-100.76093	543			TX	465		
5532991	Vinton Acres Number 1 Colonia	vinton-acres-number-1-colonia	US		0	America/Denver	31.96205	-106.6186	1152			TX	141		
5533003	Vista Larga Colonia	vista-larga-colonia	US		0	America/Denver	31.609	-106.18553	1181			TX	141		
5533004	Vista Larga Number 2 Colonia	vista-larga-number-2-colonia	US		0	America/Denver	31.604	-106.18442	1178			TX	141		
5533065	Waldon Place Windmill	waldon-place-windmill	US		0	America/Chicago	32.33399	-102.45599	945			TX	003		
5533073	Walker Place	walker-place	US		0	America/Chicago	30.20851	-103.15156	1256			TX	043		
5533131	Warren Allen Road Colonia	warren-allen-road-colonia	US		0	America/Denver	31.629	-106.23859	1113			TX	141		
5533161	Wasson	wasson	US		0	America/Chicago	34.22146	-101.75879	1040			TX	189		
5533165	Wastella	wastella	US		0	America/Chicago	32.51039	-100.64955	729			TX	353		
5533212	Webb Village	webb-village	US		0	America/Chicago	32.21957	-101.4979	819			TX	227		
5533281	West Carlisle	west-carlisle	US		0	America/Chicago	33.58008	-101.97378	1006			TX	303		
5533311	West End Place	west-end-place	US		0	America/Chicago	33.57564	-101.95017	1000			TX	303		
5533366	West Odessa	west-odessa	US		22707	America/Chicago	31.84235	-102.49876	903			TX	135		
5533509	Westway	westway	US		0	America/Chicago	34.82395	-102.54632	1198	Westway,Westway Community Center		TX	117		
5533510	Westway	westway	US		4188	America/Denver	31.95871	-106.57805	1207			TX	141		
5533511	Westway Number 1 Colonia	westway-number-1-colonia	US		0	America/Denver	31.96316	-106.57944	1206			TX	141		
5533512	Westway Number 2 Colonia	westway-number-2-colonia	US		0	America/Denver	31.96316	-106.58166	1199			TX	141		
5533513	Westway Number 3 Colonia	westway-number-3-colonia	US		0	America/Denver	31.96316	-106.5736	1222			TX	141		
5533514	Westway Number 4 Colonia	westway-number-4-colonia	US		0	America/Denver	31.95816	-106.57666	1212			TX	141		
5533515	Westway Number 6 Colonia	westway-number-6-colonia	US		0	America/Denver	31.95399	-106.57444	1218			TX	141		
5533516	Westway Number 7 Colonia	westway-number-7-colonia	US		0	America/Denver	31.96621	-106.57749	1208			TX	141		
5533654	Whiteflat	whiteflat	US		0	America/Chicago	34.10535	-100.88958	735			TX	345		
5533663	Whitestar	whitestar	US		0	America/Chicago	34.16285	-100.95209	753	Pitts,Whitestar		TX	345		
5533686	Wilbourn Addition Colonia	wilbourn-addition-colonia	US		0	America/Denver	31.58206	-106.26359	1110			TX	141		
5533687	Wilco	wilco	US		0	America/Chicago	36.02642	-102.29324	1182			TX	205		
5533740	Wildhorse Valley Colonia	wildhorse-valley-colonia	US		0	America/Denver	31.59206	-106.21053	1110	Wildhorse Valle Colonia,Wildhorse Valley Colonia		TX	141		
5533759	Wilhelm	wilhelm	US		0	America/Chicago	35.52838	-101.58906	1040			TX	065		
5533860	Wilmeth	wilmeth	US		0	America/Chicago	31.9782	-100.12037	601			TX	399		
5533878	Wilson Place	wilson-place	US		0	America/Chicago	30.40297	-100.08619	641			TX	267		
5533891	Wilson and Bargo Colonia	wilson-and-bargo-colonia	US		0	America/Chicago	28.67831	-100.47535	230			TX	323		
5533893	Wilton Acres Colonia	wilton-acres-colonia	US		0	America/Denver	31.64817	-106.27359	1115			TX	141		
5533895	Wimberly Place	wimberly-place	US		0	America/Chicago	35.34061	-102.68271	1198			TX	359		
5534043	Windy Hill	windy-hill	US		0	America/Chicago	36.12115	-102.95965	1346			TX	111		
5534080	Wiseman Estates Colonia	wiseman-estates-colonia	US		0	America/Denver	31.64706	-106.28248	1115			TX	141		
5534083	Witco	witco	US		0	America/Chicago	31.15627	-101.34484	835			TX	383		
5534130	Woodburn Place	woodburn-place	US		0	America/Chicago	34.71895	-101.1246	792			TX	045		
5534141	Woodsons	woodsons	US		0	America/Chicago	29.00632	-103.2949	612			TX	043		
5534201	Yarnall	yarnall	US		0	America/Chicago	35.21061	-101.53851	1074			TX	065		
5534239	Youngblood Place	youngblood-place	US		0	America/Chicago	30.32267	-103.16656	1347			TX	043		
5534244	Ysleta	ysleta	US		0	America/Denver	31.69844	-106.32498	1119	Corpus Christi de la Isleta,Isletos,Ysleta,Ysletas		TX	141		
5534261	Zamora Lands Colonia	zamora-lands-colonia	US		0	America/Chicago	28.67526	-100.47424	227			TX	323		
5534267	Ziler	ziler	US		0	America/Chicago	32.27373	-101.40485	756			TX	227		
5534270	Zita	zita	US		0	America/Chicago	35.13144	-101.85435	1114			TX	381		
5534290	Abraham	abraham	US		0	America/Denver	39.39662	-112.71801	1400			UT	027		
5534395	Alunite	alunite	US		0	America/Denver	38.37914	-112.24659	1998			UT	031		
5534418	Anderson Junction	anderson-junction	US		0	America/Denver	37.28415	-113.3055	1172			UT	053		
5534453	Angle	angle	US		0	America/Denver	38.24915	-111.97658	1952			UT	031		
5534604	Atkinville	atkinville	US		0	America/Denver	37.02998	-113.62774	759			UT	053		
5534877	Bear Valley Junction	bear-valley-junction	US		0	America/Denver	37.96525	-112.41243	1973	Bear Valley Junction,Orton,Spry		UT	017		
5534904	Beaver Dams Summer Homes Area	beaver-dams-summer-homes-area	US		0	America/Denver	39.6458	-111.29046	2716			UT	039		
5535017	Beryl Junction	beryl-junction	US		197	America/Denver	37.70942	-113.65608	1580	Berry Junction,Beryl Junction		UT	021		
5535154	Big Plain Junction	big-plain-junction	US		0	America/Denver	37.04887	-113.10661	1493			UT	053		
5535219	Big Water	big-water	US		467	America/Denver	37.08249	-111.66433	1252	Big Water,Big Water City,Bigwater,Glen Canyon,Glen Canyon City		UT	025		
5535526	Bloom	bloom	US		0	America/Denver	38.93357	-112.80884	1464			UT	027		
5535530	Bloomington Hills	bloomington-hills	US		0	America/Denver	37.06026	-113.55607	794			UT	053		
5535630	Blueacre	blueacre	US		0	America/Denver	38.48524	-113.1319	1808			UT	001		
5535678	Bone Valley	bone-valley	US		0	America/Denver	38.12553	-112.40271	2414			UT	017		
5535723	Boulder Town	boulder-town	US		226	America/Denver	37.90832	-111.42295	2042	Boulder,Boulder Town		UT	017		
5535796	Brendel	brendel	US		0	America/Denver	38.94692	-109.81485	1493			UT	019		
5535921	Bruin Point	bruin-point	US		0	America/Denver	39.64163	-110.34571	3094	Bruin Peak,Bruin Point		UT	007		
5535938	Bryce Canyon	bryce-canyon	US		0	America/Denver	37.62832	-112.16769	2422	BCE,Bryce Canyon City		UT	017		
5536148	Bullion Falls	bullion-falls	US		0	America/Denver	38.4097	-112.33854	2476			UT	031		
5536255	Burrville	burrville	US		0	America/Denver	38.57081	-111.86352	2137			UT	041		
5536333	Caineville	caineville	US		0	America/Denver	38.33304	-111.01877	1402			UT	055		
5536462	Carbonville	carbonville	US		1567	America/Denver	39.61996	-110.83433	1707			UT	007		
5536515	Castle Gate (historical)	castle-gate-historical	US		0	America/Denver	39.72774	-110.86738	1875	Castle Gate (historical),Castlegate		UT	007		
5536534	Castle Valley	castle-valley	US		342	America/Denver	38.63943	-109.40901	1428			UT	019		
5536921	Christianburg	christianburg	US		0	America/Denver	39.15941	-111.75298	1592			UT	039		
5537013	Clay Hills Crossing	clay-hills-crossing	US		0	America/Denver	37.29444	-110.40485	1129			UT	037		
5534455	Annabella	annabella	US	84711	800	America/Denver	38.70914	-112.05992	1613			UT	041		
5537211	Columbia Junction	columbia-junction	US		0	America/Denver	39.53163	-110.44377	1854			UT	007		
5537244	Consumers	consumers	US		0	America/Denver	39.70052	-111.06267	2469	Consumers,Gibson		UT	007		
5537260	Cook Corner	cook-corner	US		0	America/Denver	38.29497	-113.04746	1531			UT	001		
5537680	Crescent Junction	crescent-junction	US		0	America/Denver	38.94303	-109.81735	1488	Brendel,Crescent,Crescent Junction		UT	019		
5537754	Cunningham Hill	cunningham-hill	US		0	America/Denver	38.39608	-112.72495	1920			UT	001		
5538107	Desert	desert	US		0	America/Denver	39.08803	-110.31876	1373	Desert,Desert Siding		UT	015		
5538109	Deseret	deseret	US		353	America/Denver	39.2869	-112.65273	1399			UT	027		
5538115	Desert Mound	desert-mound	US		0	America/Denver	37.71053	-113.27357	1726			UT	021		
5538230	Dividend	dividend	US		0	America/Denver	39.95467	-112.06133	1809			UT	049		
5538330	Dragerton	dragerton	US		0	America/Denver	39.54247	-110.42127	1906			UT	007		
5538331	Dragon	dragon	US		0	America/Denver	39.7858	-109.07344	1759	Dragon,Dragon Ghost Town		UT	047		
5538559	Ducket Crossing	ducket-crossing	US		0	America/Denver	37.7436	-110.27986	1396			UT	037		
5538668	East Carbon City	east-carbon-city	US		1270	America/Denver	39.54774	-110.41488	1919	Downtown,East Carbon,East Carbon City		UT	007		
5538797	Eggnog	eggnog	US		0	America/Denver	37.77249	-110.84543	1355			UT	017		
5538803	Eightmile Point	eightmile-point	US		0	America/Denver	38.75747	-112.55133	1608			UT	027		
5538914	Enoch	enoch	US		6265	America/Denver	37.77331	-113.02439	1690	Elk Horn Springs,Enoch,Inok,Inuk,Johnsons Settlement,aynwk,khnwkh  ywta,yi nuo ke,Инок,Инък,إينوك,خنوخ، یوتا,伊诺克		UT	021		
5539004	Fairbanks Crossing	fairbanks-crossing	US		0	America/Denver	39.72969	-109.73292	1715			UT	047		
5539074	Ferron Mill	ferron-mill	US		0	America/Denver	39.09969	-111.18434	1864			UT	015		
5539185	Fish Springs	fish-springs	US		0	America/Denver	39.83911	-113.39859	1328	Fish Springs,Fishsprings		UT	023		
5539203	Fishlake Resort	fishlake-resort	US		0	America/Denver	38.54748	-111.72435	2701			UT	041		
5539294	Flowell	flowell	US		0	America/Denver	38.97913	-112.42855	1435	Crystal,Flowell		UT	027		
5539296	Floy	floy	US		0	America/Denver	38.92442	-109.93596	1413	Floy,Floy Station		UT	019		
5539431	Fremont Junction	fremont-junction	US		0	America/Denver	38.75581	-111.38157	2081			UT	041		
5539455	Fry Canyon	fry-canyon	US		0	America/Denver	37.6311	-110.15624	1638			UT	037		
5539502	Gandy	gandy	US		0	America/Denver	39.44994	-113.98305	1509			UT	027		
5539555	Genola	genola	US		1419	America/Denver	39.99634	-111.84327	1402			UT	049		
5539595	Gilluly	gilluly	US		0	America/Denver	39.93051	-111.16489	2001			UT	049		
5539734	Goshute	goshute	US		0	America/Denver	39.87605	-114	1884			UT	023		
5539751	Goulding	goulding	US		0	America/Denver	37.00945	-110.20291	1582			UT	037		
5539777	Gramse	gramse	US		0	America/Denver	38.79052	-112.04298	1611			UT	041		
5539875	Gravel Crossing	gravel-crossing	US		0	America/Denver	37.70721	-110.23986	1463			UT	037		
5540073	Gypsum Mill	gypsum-mill	US		0	America/Denver	39.71273	-111.8041	1630			UT	023		
5540084	Halchita	halchita	US		266	America/Denver	37.12584	-109.88845	1335			UT	037		
5540102	Halivah	halivah	US		0	America/Denver	37.71053	-113.17495	1674			UT	021		
5540112	Halls Crossing	halls-crossing	US		6	America/Denver	37.45694	-110.71292	1171			UT	037		
5540126	Hamiltons Fort	hamiltons-fort	US		0	America/Denver	37.61942	-113.15078	1697	Fort Hamblin,Fort Hamilton,Hambleton,Hamblin,Hamilton,Hamilton Fort,Hamiltons Fort		UT	021		
5540127	Hamlin Valley	hamlin-valley	US		0	America/Denver	37.9983	-113.96969	2047			UT	021		
5540166	Harding	harding	US		0	America/Denver	39.28912	-112.46411	1418			UT	027		
5540217	Harrisburg Junction	harrisburg-junction	US		0	America/Denver	37.16193	-113.43162	955			UT	053		
5540317	Heiner	heiner	US		0	America/Denver	39.70802	-110.86627	1840	Carbon,Heiner		UT	007		
5540318	Heist	heist	US		0	America/Denver	37.85302	-113.84858	1618			UT	021		
5540450	Hill Top	hill-top	US		0	America/Denver	39.71468	-111.47019	1964			UT	039		
5540467	Hite (historical)	hite-historical	US		0	America/Denver	37.80749	-110.43959	1129	Hite (historical),Hitt		UT	017		
5540476	Hillside (historical)	hillside-historical	US		0	America/Denver	39.97829	-112.00105	1544			UT	049		
5540555	Homansville	homansville	US		0	America/Denver	39.97495	-112.08411	1906			UT	049		
5540582	Hoovers	hoovers	US		0	America/Denver	38.50414	-112.2577	1771			UT	031		
5540617	Horse Canyon	horse-canyon	US		0	America/Denver	39.4583	-110.35904	1910			UT	015		
5540860	Ibex	ibex	US		0	America/Denver	38.88245	-113.44191	1658			UT	027		
5540980	Indian Village	indian-village	US		0	America/Denver	37.66777	-109.63902	1723			UT	037		
5540997	Iron Basin	iron-basin	US		0	America/Denver	38.93024	-112.95523	1757			UT	027		
5541028	Iron Springs	iron-springs	US		0	America/Denver	37.7497	-113.23468	1642			UT	021		
5541371	Juab	juab	US		0	America/Denver	39.51968	-111.94049	1549			UT	023		
5541416	Juniper Park Resort	juniper-park-resort	US		0	America/Denver	37.71331	-112.62244	2519			UT	017		
5541495	Kanosh Indian Village	kanosh-indian-village	US		0	America/Denver	38.81997	-112.40383	1537			UT	027		
5541536	Kema	kema	US		0	America/Denver	38.80386	-112.02493	1605			UT	041		
5541633	Knightville	knightville	US		0	America/Denver	39.95384	-112.10078	2055	Knightsville,Knightville		UT	023		
5541639	Knight	knight	US		0	America/Denver	39.94328	-112.19606	1815			UT	023		
5541677	Kyune	kyune	US		0	America/Denver	39.82607	-110.94489	2160			UT	049		
5541685	La Sal Junction	la-sal-junction	US		0	America/Denver	38.31054	-109.40511	1794			UT	037		
5541693	LaVerkin	laverkin	US		4060	America/Denver	37.20109	-113.26967	973	La Verkin,LaVerkin		UT	053		
5541715	Laho	laho	US		0	America/Denver	38.26524	-113.11579	1528			UT	001		
5541753	Lakeside Resort	lakeside-resort	US		0	America/Denver	38.53525	-111.73852	2702	Lakeside Campground,Lakeside Resort,Lakeview Summer Home Area		UT	041		
5541761	Lake View Resort	lake-view-resort	US		0	America/Denver	37.71609	-112.62216	2514			UT	017		
5541780	Lant	lant	US		0	America/Denver	39.96245	-111.91549	1388			UT	049		
5541818	Latuda	latuda	US		0	America/Denver	39.70385	-110.946	2091	Latuda,Liberty		UT	007		
5542292	Little Water	little-water	US		0	America/Denver	37.10333	-109.55178	1445			UT	037		
5542383	Lone Tree Crossing	lone-tree-crossing	US		0	America/Denver	38.7647	-111.12683	1634			UT	015		
5542466	Long Valley Junction	long-valley-junction	US		0	America/Denver	37.48804	-112.51132	2275			UT	025		
5542590	Lower Kimberly	lower-kimberly	US		0	America/Denver	38.49025	-112.39076	2614			UT	031		
5542726	Mammoth Junction	mammoth-junction	US		0	America/Denver	39.93689	-112.14856	1846			UT	023		
5542739	Manderfield	manderfield	US		0	America/Denver	38.35942	-112.63883	1874			UT	001		
5542777	Manti Canyon Summer Homes	manti-canyon-summer-homes	US		0	America/Denver	39.25607	-111.5213	2431			UT	039		
5542845	Martin Utah	martin-utah	US		0	America/Denver	39.70191	-110.86822	1812			UT	007		
5542915	McCornick	mccornick	US		0	America/Denver	39.21552	-112.40828	1447	McCormick,McCornick		UT	027		
5542941	McIntyre	mcintyre	US		0	America/Denver	39.83467	-112.16911	1700			UT	023		
5543180	Mill Fork	mill-fork	US		0	America/Denver	39.96385	-111.30796	1774	Mill Fork,Millfork		UT	049		
5543317	Mohrland	mohrland	US		0	America/Denver	39.44024	-111.01517	2190			UT	015		
5543326	Molen	molen	US		0	America/Denver	39.08831	-111.0735	1757	Lower Ferron,Molen		UT	015		
5543498	Motoqua	motoqua	US		0	America/Denver	37.30386	-113.9997	1063			UT	053		
5543508	Mount Carmel Junction	mount-carmel-junction	US		0	America/Denver	37.22415	-112.68049	1586			UT	025		
5543509	Mount Carmel Trailer Park	mount-carmel-trailer-park	US		0	America/Denver	37.2236	-112.68132	1585			UT	025		
5543781	Navajo Mountain	navajo-mountain	US		354	America/Denver	37.01944	-110.79125	1835	Dunn,Dunns Trading Post,Navajo Mountain		UT	037		
5543796	Navajo lake Lodge	navajo-lake-lodge	US		0	America/Denver	37.52026	-112.80355	2776			UT	025		
5543834	Neels	neels	US		0	America/Denver	39.04496	-112.76939	1410			UT	027		
5543898	Newhouse	newhouse	US		0	America/Denver	38.48107	-113.34191	1570			UT	001		
5543914	Nibley	nibley	US		0	America/Denver	38.68719	-112.12243	1629			UT	041		
5544178	North View	north-view	US		0	America/Denver	37.65748	-112.83439	3183			UT	021		
5544197	Notom	notom	US		0	America/Denver	38.23331	-111.1185	1596	Notom,Notom Ranches		UT	055		
5544247	Oak Creek Residential Area	oak-creek-residential-area	US		0	America/Denver	37.21054	-112.98716	1228			UT	053		
5544295	Oasis	oasis	US		75	America/Denver	39.29385	-112.62828	1399			UT	027		
5544344	Old Irontown	old-irontown	US		0	America/Denver	37.59998	-113.45024	1782	Old Iron Town,Old Irontown		UT	021		
5544346	Old La Sal	old-la-sal	US		0	America/Denver	38.33138	-109.14928	2184	Old La Sal,Old LaSal		UT	037		
5544369	Oljato	oljato	US		0	America/Denver	37.03611	-110.31819	1473	Moonlight,Oljato,Oljato Trading Post,Olje To,Oljeto,Oljeto Trading Post,Oljetoh Trading Post,Oljieto		UT	037		
5544431	Osiris	osiris	US		0	America/Denver	38.02221	-111.96158	2049			UT	017		
5544536	Panguitch Lake Resort	panguitch-lake-resort	US		0	America/Denver	37.70803	-112.6416	2510			UT	017		
5544584	Paria	paria	US		0	America/Denver	37.24832	-111.94907	1447	Old Paria,Pahreah,Paria		UT	025		
5544614	Parley	parley	US		0	America/Denver	39.56495	-112.14105	1482			UT	023		
5544634	Partoun	partoun	US		0	America/Denver	39.64328	-113.88777	1463	Partoun,Partown		UT	023		
5544826	Pigeon Hollow Junction	pigeon-hollow-junction	US		0	America/Denver	39.42163	-111.55908	1696			UT	039		
5544980	Pintura	pintura	US		0	America/Denver	37.34081	-113.27412	1246	Belleview,Bellevue,Pintura		UT	053		
5545475	Read	read	US		0	America/Denver	38.57246	-112.98496	1491			UT	027		
5545568	Red Lake Village	red-lake-village	US		0	America/Denver	37.19722	-109.32373	1453			UT	037		
5546125	Rowleys Trailer Park	rowleys-trailer-park	US		0	America/Denver	37.87638	-109.34234	2153			UT	037		
5546209	Sagers	sagers	US		0	America/Denver	38.96442	-109.59957	1474	Sagers,Sagers Station		UT	019		
5546459	Santio Crossing	santio-crossing	US		0	America/Denver	39.73774	-109.58374	1642			UT	047		
5546536	Scofield	scofield	US		23	America/Denver	39.72413	-111.16073	2351	Skofild,askwfyld  ywta,seukopildeu,si ke fei er de,skwfyld,Скофилд,اسکوفیلد، یوتا,سكوفيلد,斯科菲尔德,스코필드		UT	007		
5546609	Sego	sego	US		0	America/Denver	39.03303	-109.70318	1741	Nelson,Sego		UT	019		
5546700	Shauntie	shauntie	US		0	America/Denver	38.34108	-113.16663	1860			UT	001		
5546752	Shem	shem	US		0	America/Denver	37.19165	-113.76885	988			UT	053		
5546753	Shenendoah City	shenendoah-city	US		0	America/Denver	38.35219	-113.13718	1781			UT	001		
5546782	Shivwits	shivwits	US		0	America/Denver	37.18109	-113.75746	976			UT	053		
5546822	Shunesburg	shunesburg	US		0	America/Denver	37.15804	-112.97772	1201			UT	053		
5546874	Silver Reef	silver-reef	US		0	America/Denver	37.25276	-113.36773	1157			UT	053		
5546925	Sixmile Point	sixmile-point	US		0	America/Denver	38.77163	-112.5205	1648			UT	027		
5546958	Sky View (historical)	sky-view-historical	US		0	America/Denver	39.95079	-111.21517	1904			UT	049		
5547062	Smyths	smyths	US		0	America/Denver	38.56385	-112.99107	1491			UT	001		
5547135	Soldier Crossing	soldier-crossing	US		0	America/Denver	37.68277	-110.21763	1498			UT	037		
5547136	Soldier Summit	soldier-summit	US		0	America/Denver	39.92857	-111.07794	2277			UT	051		
5547138	Solitude	solitude	US		0	America/Denver	38.95914	-110.01957	1342			UT	019		
5547147	Soma	soma	US		0	America/Denver	39.58579	-112.16189	1479			UT	023		
5547362	Southern Trailer Park	southern-trailer-park	US		0	America/Denver	37.10998	-113.59329	845			UT	053		
5547372	Spanish Valley	spanish-valley	US		491	America/Denver	38.49332	-109.45845	1463			UT	037		
5547374	Spearmint	spearmint	US		0	America/Denver	39.11163	-111.80381	1572			UT	039		
5547524	Spry	spry	US		0	America/Denver	38.02164	-112.3641	1935	Cleveland,Spry		UT	017		
5547548	Squaw Crossing	squaw-crossing	US		0	America/Denver	39.96885	-109.6693	1457			UT	047		
5547592	Standardville	standardville	US		0	America/Denver	39.69996	-110.9335	2054			UT	007		
5547722	Storrs	storrs	US		0	America/Denver	39.70385	-110.91961	2022	Storrs,Storrs-Spring Canyon Site		UT	007		
5547785	Sugarville	sugarville	US		0	America/Denver	39.46523	-112.6494	1397	Alfalfa,Omaha,Sugarville		UT	027		
5547818	Sulphurdale	sulphurdale	US		0	America/Denver	38.56025	-112.58188	1894	Morrissey,Sulphurdale		UT	001		
5547856	Sunnydale	sunnydale	US		0	America/Denver	39.5333	-110.40071	1879			UT	007		
5547863	Sunnyside Junction	sunnyside-junction	US		0	America/Denver	39.52552	-110.57293	1682			UT	007		
5548366	Thermo	thermo	US		0	America/Denver	38.21441	-113.17163	1535			UT	001		
5548378	Thistle	thistle	US		0	America/Denver	39.99134	-111.49824	1537	thystl,ثيستل		UT	049		
5548401	Thompson Springs	thompson-springs	US		39	America/Denver	38.97108	-109.71373	1566	Thompson,Thompson Springs,Thompsons		UT	019		
5548452	Three Pines	three-pines	US		0	America/Denver	39.41941	-109.4004	2389			UT	019		
5548467	Ticaboo	ticaboo	US		0	America/Denver	37.67499	-110.69653	1300			UT	017		
5548519	Tintic Junction	tintic-junction	US		0	America/Denver	39.92717	-112.16078	1798	Tintic,Tintic Junction		UT	023		
5548599	Tortoise and Hare Trailer Court	tortoise-and-hare-trailer-court	US		0	America/Denver	37.29332	-112.61715	1701			UT	025		
5548756	Tselakai Dezza	tselakai-dezza	US		109	America/Denver	37.20306	-109.60651	1396			UT	037		
5548764	Tucker (historical)	tucker-historical	US		0	America/Denver	39.9344	-111.19934	1898	Clear Creek,Tucker (historical)		UT	049		
5548920	Ucolo	ucolo	US		0	America/Denver	37.86083	-109.06483	2061			UT	037		
5548931	Uisco	uisco	US		0	America/Denver	39.56523	-112.20078	1470			UT	023		
5548982	Upper Kimberly	upper-kimberly	US		0	America/Denver	38.48553	-112.39715	2734			UT	031		
5549009	Upper Sunnyside	upper-sunnyside	US		0	America/Denver	39.56663	-110.37293	2065	Sunnyside,Upper Sunnyside		UT	007		
5549063	Valley View Trailer Park	valley-view-trailer-park	US		0	America/Denver	37.12415	-113.53634	873			UT	053		
5549083	Verdure	verdure	US		0	America/Denver	37.78583	-109.34873	2062			UT	037		
5549124	Virgin Territory Trailer Park	virgin-territory-trailer-park	US		0	America/Denver	37.20776	-113.27189	981			UT	053		
5549235	Watchman Residential Area	watchman-residential-area	US		0	America/Denver	37.20332	-112.97994	1201			UT	053		
5549307	Wattis	wattis	US		0	America/Denver	39.53024	-111.01711	2273			UT	007		
5549308	Wattis Junction	wattis-junction	US		0	America/Denver	39.53413	-110.9935	2136			UT	007		
5549373	West Ephraim	west-ephraim	US		0	America/Denver	39.37552	-111.58908	1674			UT	039		
5549459	Westwater	westwater	US		0	America/Denver	39.07832	-109.11233	1314			UT	019		
5549461	Westerner Trailer Park	westerner-trailer-park	US		0	America/Denver	37.86249	-109.34234	2122			UT	037		
5549481	Wheatgrass	wheatgrass	US		0	America/Denver	37.97192	-112.79356	1746			UT	021		
5549494	Whipup	whipup	US		0	America/Denver	38.69164	-111.39407	2351			UT	041		
5549516	White Canyon (historical)	white-canyon-historical	US		0	America/Denver	37.80999	-110.43209	1129			UT	037		
5549548	White Mesa	white-mesa	US		242	America/Denver	37.46583	-109.46762	1617			UT	037		
5549563	White Mesa Village	white-mesa-village	US		0	America/Denver	37.13361	-109.28206	1699			UT	037		
5549578	White Rock Curve Village	white-rock-curve-village	US		0	America/Denver	37.21139	-109.29289	1448			UT	037		
5549662	Widtsoe	widtsoe	US		0	America/Denver	37.83221	-111.99547	2318			UT	017		
5549664	Widtsoe Junction	widtsoe-junction	US		0	America/Denver	37.8311	-112.00269	2307			UT	017		
5549714	Wildcat	wildcat	US		0	America/Denver	39.6508	-110.91905	1885			UT	007		
5549942	Winter Quarters (historical)	winter-quarters-historical	US		0	America/Denver	39.72052	-111.18767	2464	Winter Quarters (historical),Winterquarters		UT	007		
5549983	Wood Hill	wood-hill	US		0	America/Denver	39.61108	-110.81238	1792			UT	007		
5550042	Yale Crossing	yale-crossing	US		0	America/Denver	37.86497	-113.74886	1578			UT	021		
5550054	Yellow Banks	yellow-banks	US		0	America/Denver	38.42497	-112.98857	1524			UT	001		
5550096	Zane	zane	US		0	America/Denver	37.92525	-113.5833	1586			UT	021		
5550113	Zion Lodge	zion-lodge	US		0	America/Denver	37.25082	-112.95633	1304	Zion Lodge,Zion National Park,Zion Park Lodge		UT	053		
5550147	Bona Venture Mobile Home Park	bona-venture-mobile-home-park	US		0	America/Phoenix	33.64865	-112.06376	425			AZ	013		
5550151	Bonita Creek Estates	bonita-creek-estates	US		0	America/Phoenix	34.37864	-111.2243	1803			AZ	007		
5550166	Esplanada	esplanada	US		0	America/Phoenix	33.35255	-111.84764	368			AZ	013		
5550178	McConnico	mcconnico	US		70	America/Phoenix	35.14389	-114.09356	896			AZ	015		
5550192	West Sedona	west-sedona	US		11299	America/Phoenix	34.86724	-111.80543	1354			AZ	025		
5550198	Village Meadows	village-meadows	US		0	America/Phoenix	31.5501	-110.27147	1386			AZ	003		
5550202	Auckland	auckland	US		0	America/Los_Angeles	36.588	-119.10678	390			CA	107		
5550204	Youngberg	youngberg	US		0	America/Phoenix	33.4575	-111.49028	615			AZ	021		
5550211	Baird Park	baird-park	US		0	America/Los_Angeles	34.08695	-118.18118	162			CA	037		
5550220	Berg	berg	US		0	America/Los_Angeles	39.18072	-121.62747	20			CA	101		
5550225	Bollinger Place	bollinger-place	US		0	America/Los_Angeles	39.84349	-122.87973	1577			CA	103		
5550230	Bromela	bromela	US		0	America/Los_Angeles	35.01775	-120.58378	16			CA	079		
5550236	Cajon Heights	cajon-heights	US		0	America/Los_Angeles	32.79116	-116.97614	148			CA	073		
5550240	Coniston	coniston	US		0	America/Los_Angeles	38.41491	-121.56023	1			CA	113		
5550241	Citrona	citrona	US		0	America/Los_Angeles	38.63352	-121.97136	50			CA	113		
5550290	Guernewood Park	guernewood-park	US		0	America/Los_Angeles	38.49686	-123.0125	19	Guernewood Park,Guernwood Park		CA	097		
5550291	Havasu Lake	havasu-lake	US		0	America/Los_Angeles	34.48223	-114.41385	162	Havasa Lake,Havasu Lake		CA	071		
5550305	Kramm	kramm	US		0	America/Los_Angeles	39.55294	-121.58469	127			CA	007		
5550314	Leisure Town	leisure-town	US		0	America/Los_Angeles	38.36602	-121.94469	30			CA	095		
5550327	South Laguna	south-laguna	US		0	America/Los_Angeles	33.50058	-117.74311	33	South Laguna,Three Arches		CA	059		
5550337	Pentland	pentland	US		0	America/Los_Angeles	35.05997	-119.3565	197	Pentland,Pentland Junction		CA	029		
5550339	Peavine	peavine	US		0	America/Los_Angeles	39.67769	-120.00659	1557			CA	091		
5550354	Shake City	shake-city	US		0	America/Los_Angeles	39.431	-123.46723	161			CA	045		
5550356	Silver Strand	silver-strand	US		0	America/Los_Angeles	34.15278	-119.21844	4			CA	111		
5550370	Vinland	vinland	US		0	America/Los_Angeles	35.71495	-119.23483	98			CA	029		
5550371	West Saticoy	west-saticoy	US		0	America/Los_Angeles	34.28528	-119.16039	69	Richards,Saticoy,Upper Saticoy,West Saticoy		CA	111		
5550372	West Bishop	west-bishop	US		2607	America/Los_Angeles	37.36104	-118.45511	1342			CA	027		
5550381	Yankee Hill	yankee-hill	US		333	America/Los_Angeles	39.7035	-121.52219	604	Spanishtown,Yankee Hill		CA	007		
5550382	Blakeland	blakeland	US		0	America/Denver	39.55971	-105.03665	1653			CO	035		
5550392	Sapinero	sapinero	US		0	America/Denver	38.45944	-107.30228	2323			CO	051		
5550423	North Atwood	north-atwood	US		0	America/Chicago	39.82361	-101.04682	869			KS	153	03175	
5550442	Texas Creek	texas-creek	US		0	America/Denver	38.41305	-105.58056	1888			CO	043		
5550443	Tuckerville (historical)	tuckerville-historical	US		0	America/Denver	37.4925	-107.48533	3247			CO	067		
5550455	Big Reef Mill	big-reef-mill	US		0	America/Phoenix	33.96475	-112.48489	1035			AZ	025		
5550458	Manzano	manzano	US		29	America/Denver	34.64673	-106.34502	2091	Manzana,Manzano		NM	057		
5550463	South Dodge	south-dodge	US		0	America/Chicago	37.74224	-100.01986	755			KS	057	18250	
5550467	Las Lulas	las-lulas	US		0	America/Chicago	30.02599	-104.69576	852			TX	377		
5550484	Cambray	cambray	US		0	America/Denver	32.22537	-107.31752	1286			NM	029		
5550493	Cordillera	cordillera	US		0	America/Denver	35.98226	-105.35946	2227			NM	033		
5550523	Monista (historical)	monista-historical	US		0	America/Denver	32.83481	-106.07416	1241			NM	035		
5550525	Pajarito	pajarito	US		0	America/Denver	35.9053	-106.12725	1684			NM	049		
5550529	Pojoaque	pojoaque	US		1907	America/Denver	35.8928	-106.02308	1784	A'sona *,P'asuiap *,P'o-suwa-geh,Po-suan-gai *,Po-zuan-ge,Pohwake *,Pojague,Pojoaque,Pojouque,Pojuague *,Posonwu *,Posoong-wa-gay,Posunwaege *,Potzua-ge *,San Francisco Pajague		NM	049		
5550538	Rayado	rayado	US		0	America/Denver	36.36865	-104.92695	1984	Abreu,Rayado,Ryado		NM	007		
5550539	Ranchvale	ranchvale	US		0	America/Denver	34.49258	-103.31884	1368			NM	009		
5550548	Seboyeta	seboyeta	US		179	America/Denver	35.20115	-107.38921	1949	Cebolleta,Geboletta,Greboletta,Seboyeta		NM	006		
5550602	Fluor	fluor	US		0	America/Chicago	36.96642	-101.051	890			OK	139		
5550604	Regnier	regnier	US		0	America/Chicago	36.99391	-102.85715	1313			OK	025		
5550606	Brand	brand	US		0	America/Chicago	32.79233	-100.96068	738	Brand,Brand Station		TX	415		
5550607	Alvarez Colonia	alvarez-colonia	US		0	America/Denver	31.589	-106.27165	1111			TX	141		
5550612	Benonine	benonine	US		0	America/Chicago	35.227	-100.01455	652			TX	483		
5550638	Homestead Homes Colonia	homestead-homes-colonia	US		0	America/Denver	31.80205	-106.18248	1233			TX	141		
5550651	South Elm Creek Number 4 Colonia	south-elm-creek-number-4-colonia	US		0	America/Chicago	28.77636	-100.49341	228			TX	323		
5550660	Mary Lou Park Colonia	mary-lou-park-colonia	US		0	America/Denver	31.65122	-106.26359	1116			TX	141		
5550682	Sterley	sterley	US		0	America/Chicago	34.21118	-101.39766	994			TX	153		
5550690	Sunshine Colonia	sunshine-colonia	US		0	America/Denver	31.66622	-106.29943	1117			TX	141		
5550694	Vinedo Acres Colonia	vinedo-acres-colonia	US		0	America/Denver	31.62817	-106.28442	1115			TX	141		
5550705	Worsham	worsham	US		0	America/Chicago	31.36291	-103.53017	801			TX	389		
5550796	A and F Trailer Park	a-and-f-trailer-park	US		0	America/Phoenix	33.49449	-112.11098	341			AZ	013		
5550800	A and F Trailer Court	a-and-f-trailer-court	US		0	America/Phoenix	33.29588	-111.84181	370			AZ	013		
5550805	A-1 Trailer Park	a-1-trailer-park	US		0	America/Phoenix	33.44866	-112.00904	342			AZ	013		
5550833	Abra	abra	US		0	America/Phoenix	34.90196	-112.44684	1384			AZ	025		
5550856	Adamana	adamana	US		0	America/Phoenix	34.97669	-109.82234	1617			AZ	001		
5550860	Adobe	adobe	US		0	America/Phoenix	33.68921	-112.12265	425			AZ	013		
5550885	Adobe Mountain Trailer Park	adobe-mountain-trailer-park	US		0	America/Phoenix	33.68615	-112.11515	426			AZ	013		
5550899	Agua Caliente	agua-caliente	US		0	America/Phoenix	32.98532	-113.32435	139	Agua Caliente,Santa Maria del Agua Caliente		AZ	013		
5550922	Agua Fria	agua-fria	US		0	America/Phoenix	33.60559	-112.3146	342			AZ	013		
5550927	Agua Linda	agua-linda	US		0	America/Phoenix	31.67898	-111.06176	949	Agua Linda,Agua Linda Ranch		AZ	023		
5550984	Aire Libre Mobile Home Park	aire-libre-mobile-home-park	US		0	America/Phoenix	33.63782	-112.01793	441			AZ	013		
5551005	Ak Komelik	ak-komelik	US		0	America/Phoenix	31.71786	-112.20124	622	Ak Komelik,La Lesna,LaLesna,Shuunakia		AZ	019		
5551015	Ak Chin	ak-chin	US		0	America/Phoenix	33.03283	-112.0732	363	Ak Chin,Akchin,Aktjin		AZ	021		
5551039	Ak Chut Vaya	ak-chut-vaya	US		0	America/Phoenix	31.63064	-111.80956	742			AZ	019		
5551044	Ak-Chin Village	ak-chin-village	US		862	America/Phoenix	33.02838	-112.08764	367			AZ	021		
5551100	Ali Ak Chin	ali-ak-chin	US		0	America/Phoenix	31.85813	-112.5407	549	Ak Chin,Aktjin,Ali Ak Chin,La Quituni		AZ	019		
5551134	Ali Chuk	ali-chuk	US		161	America/Phoenix	31.81507	-112.55681	528			AZ	019		
5551136	Ali Molina	ali-molina	US		71	America/Phoenix	31.90008	-111.77429	812	Ali Molina,Magdalena		AZ	019		
5551138	Ali Chukson	ali-chukson	US		132	America/Phoenix	31.91369	-111.79929	787	Al Chuk Shon,Ali Chuk Son,Ali Chukson,Alit Ju Kson,Alitjukson,Little Tucson,Little Tuscon,Tucson Hill,Tucsoncito,Tucsonito,Tusconcito		AZ	019		
5551178	Allah	allah	US		0	America/Phoenix	33.92809	-112.69073	596	Allah,Brills Ranch,Garden of Allah		AZ	013		
5551211	Alma Gardens	alma-gardens	US		0	America/Phoenix	33.40477	-111.85459	373			AZ	013		
5551212	Alma Meadows Mobile Home Park	alma-meadows-mobile-home-park	US		0	America/Phoenix	33.40477	-111.85764	373			AZ	013		
5551236	Alta Mira	alta-mira	US		0	America/Phoenix	33.3256	-111.90764	361			AZ	013		
5551278	Ambrosia Mill	ambrosia-mill	US		0	America/Phoenix	33.79975	-113.18241	674			AZ	013		
5551279	Amberwood II	amberwood-ii	US		0	America/Phoenix	33.34588	-111.84542	369			AZ	013		
5551280	Amberwood North	amberwood-north	US		0	America/Phoenix	33.65976	-112.14654	404			AZ	013		
5551323	Amphitheater	amphitheater	US		0	America/Phoenix	32.2723	-110.97232	712			AZ	019		
5551365	Angell	angell	US		0	America/Phoenix	35.19557	-111.30404	1802	Angell,Laguna		AZ	005		
5551393	Antares	antares	US		126	America/Phoenix	35.41971	-113.80856	1084			AZ	015		
5551498	Anthem	anthem	US		21700	America/Phoenix	33.86726	-112.14682	568			AZ	013		
5551528	Apache Grove	apache-grove	US		0	America/Phoenix	32.86979	-109.19034	1082			AZ	011		
5551549	Araby	araby	US		0	America/Phoenix	32.6756	-114.52217	66			AZ	027		
5551590	Apache Wells	apache-wells	US		0	America/Phoenix	33.45949	-111.71097	435			AZ	013		
5551597	Apollo Mobile Home Park	apollo-mobile-home-park	US		0	America/Phoenix	33.5831	-112.26905	342			AZ	013		
5551602	Aponi-vi	aponi-vi	US		0	America/Phoenix	35.88139	-110.71403	1982	Aponi-vi,Po Ni Vi		AZ	017		
5551605	Apron Crossing	apron-crossing	US		0	America/Phoenix	34.48336	-113.04769	701			AZ	025		
5551612	Aristocrat Trailer Park	aristocrat-trailer-park	US		0	America/Phoenix	33.49477	-112.0632	340			AZ	013		
5551615	Aragon Place	aragon-place	US		0	America/Phoenix	32.97229	-109.35757	1021			AZ	011		
5551617	Aravaipa	aravaipa	US		0	America/Phoenix	32.95729	-110.35509	1401	Aravaipa,Aravapai,Aravaypa,Arayaipa,Arivaipa,Arivapah,Arivapai,Arivaypa,Dunlap		AZ	009		
5551627	Aripine	aripine	US		0	America/Phoenix	34.40837	-110.43096	1959	Aripine,Joppa		AZ	017		
5551636	Arcosanti	arcosanti	US		0	America/Phoenix	34.34308	-112.10071	1139	Arcosanti,Arcosanti City		AZ	025		
5551650	Arivaca Junction	arivaca-junction	US		1090	America/Phoenix	31.72731	-111.0612	937	Arivaca Junction,Kinsley Ranch,Reventon		AZ	019		
5551655	Arizona Acres Mobile Home Resort	arizona-acres-mobile-home-resort	US		0	America/Phoenix	33.41283	-111.62708	469			AZ	013		
5551656	Arizola	arizola	US		0	America/Phoenix	32.85117	-111.71429	438			AZ	021		
5551709	Arizona Sun Sites	arizona-sun-sites	US		0	America/Phoenix	31.91675	-109.95896	1583	Arizona Sun Sites,Sunsites		AZ	003		
5551748	Arizona Village	arizona-village	US		946	America/Phoenix	34.85306	-114.58441	142			AZ	015		
5551791	Arntz	arntz	US		0	America/Phoenix	34.93586	-110.04262	1568			AZ	017		
5551794	Arnold Place	arnold-place	US		0	America/Phoenix	34.45336	-111.91821	1569			AZ	025		
5551825	Arrowhead Ranch	arrowhead-ranch	US		0	America/Phoenix	33.66837	-112.19238	387			AZ	013		
5551886	Artesa	artesa	US		0	America/Phoenix	31.89952	-111.85234	755	Artesa,Artesa Ranch,Artesia,Kumkachutz Wawasit,Turtle Stuck		AZ	019		
5552001	Bear Canyon Junction	bear-canyon-junction	US		0	America/Phoenix	33.53644	-110.39427	1401			AZ	007		
5552052	Ashurst	ashurst	US		0	America/Phoenix	32.98423	-109.9323	835			AZ	009		
5552085	Bear Flat	bear-flat	US		18	America/Phoenix	34.29309	-111.06763	1513	Bear Flat,Bear Flat Subdivision		AZ	007		
5552168	Little Norway	little-norway	US		0	America/Los_Angeles	38.82463	-120.03657	2233	Little Norway,Phillips Station,Vade		CA	017		
5552205	Chance	chance	US		0	America/Denver	38.43721	-106.84976	2805			CO	051		
5552227	Athos	athos	US		0	America/Phoenix	34.95001	-114.1394	654			AZ	015		
5552253	Avra	avra	US		0	America/Phoenix	32.55201	-111.30344	580			AZ	021		
5552263	Audley	audley	US		0	America/Phoenix	35.40167	-113.03908	1589			AZ	025		
5552264	Lea	lea	US		0	America/Denver	32.52235	-103.53327	1158			NM	025		
5552280	Flowers Camp	flowers-camp	US		0	America/Los_Angeles	38.66465	-116.91814	2462			NV	023		
5552284	Avra	avra	US		0	America/Phoenix	32.32785	-111.21816	673			AZ	019		
5552285	Autumn Ridge	autumn-ridge	US		0	America/Phoenix	33.65309	-112.15376	399			AZ	013		
5552291	Doolin	doolin	US		0	America/Chicago	36.79891	-101.99295	1113			OK	139		
5552292	Little Ponderosa	little-ponderosa	US		0	America/Chicago	36.95697	-100.87627	853			OK	007		
5552295	Arvana	arvana	US		0	America/Chicago	32.80982	-101.91488	923			TX	115		
5552296	Bolin	bolin	US		0	America/Chicago	36.13948	-102.6352	1247			TX	111		
5552303	Gozar	gozar	US		0	America/Chicago	31.21347	-103.92852	1001			TX	389		
5552310	Lautz	lautz	US		0	America/Chicago	36.18725	-102.03184	1101			TX	421		
5552322	Patricia	patricia	US		0	America/Chicago	32.55455	-102.02043	891			TX	115		
5552323	Avra Valley	avra-valley	US		6050	America/Phoenix	32.43785	-111.31539	585			AZ	019		
5552325	Roseville Colonia	roseville-colonia	US		0	America/Denver	31.63206	-106.25665	1115	Roseville Colonia,Roseville Subdivision Colonia		TX	141		
5552354	Aztec Lodge	aztec-lodge	US		0	America/Phoenix	33.84505	-110.96901	1681			AZ	007		
5552375	Sharp	sharp	US		0	America/Denver	39.62357	-111.88965	1592			UT	023		
5552405	Babbit Winter	babbit-winter	US		0	America/Phoenix	34.62531	-110.83319	1963			AZ	005		
5552406	Achi	achi	US		0	America/Phoenix	32.34451	-112.01486	536			AZ	019		
5552449	Ahan Owuch	ahan-owuch	US		0	America/Phoenix	32.14257	-112.34347	600	Ahan Owuch,Anuawooch		AZ	019		
5552450	Ahwatukee Foothills	ahwatukee-foothills	US		83464	America/Phoenix	33.34171	-111.98403	391	Ahwatukee,Ahwatukee Foothills,Ahwatukee Foothills Village		AZ	013		
5552456	Alamo Crossing (historical)	alamo-crossing-historical	US		0	America/Phoenix	34.26058	-113.58271	377	Alamo Crossing (historical),Alimo		AZ	012		
5552465	Ali Oidak	ali-oidak	US		0	America/Phoenix	32.30423	-112.02569	556	Ali Oidak,Aloitak,Little Field,Little Field Island		AZ	019		
5552470	Bacavi	bacavi	US		0	America/Phoenix	35.92361	-110.65736	1919	Bacabi,Bacavi,Bacobi,Bacovi,Bakabi		AZ	017		
5552472	Allan Lake Landing	allan-lake-landing	US		0	America/Phoenix	34.8253	-111.43654	2275			AZ	005		
5552487	Allenville	allenville	US		0	America/Phoenix	33.35199	-112.58655	255			AZ	013		
5552502	Ambassador Downs Mobile Home Park	ambassador-downs-mobile-home-park	US		0	America/Phoenix	33.40671	-111.78097	380			AZ	013		
5552503	Amberwood	amberwood	US		0	America/Phoenix	33.36171	-111.86931	367			AZ	013		
5552565	Apache Flats	apache-flats	US		0	America/Phoenix	31.55815	-110.36258	1509			AZ	003		
5552717	Bakerville	bakerville	US		0	America/Phoenix	31.42288	-109.8873	1536			AZ	003		
5552803	Baby Rocks	baby-rocks	US		0	America/Denver	36.77528	-110.00901	1596	Baby Rock,Baby Rocks		AZ	017		
5552820	Baldwins Crossing	baldwins-crossing	US		0	America/Phoenix	34.82391	-111.80766	1216			AZ	025		
5552978	Beaver Valley Estates	beaver-valley-estates	US		0	America/Phoenix	34.33614	-111.2968	1476	Beaver Valley Estates,Beaver Valley Estates Subdivision		AZ	007		
5553047	Barkerville	barkerville	US		0	America/Phoenix	32.83174	-110.94539	1190			AZ	021		
5553182	Belaire Manor	belaire-manor	US		0	America/Phoenix	33.51532	-112.17987	346			AZ	013		
5553184	Bel-Aire Trailer Park	bel-aire-trailer-park	US		0	America/Phoenix	33.48476	-112.11515	338			AZ	013		
5553293	Benson Junction	benson-junction	US		0	America/Phoenix	31.73926	-110.19813	1177			AZ	003		
5553305	Bernardino (historical)	bernardino-historical	US		0	America/Phoenix	31.51065	-109.31284	1372			AZ	003		
5553336	Bethany Villa Adult Mobile Home Park	bethany-villa-adult-mobile-home-park	US		0	America/Phoenix	33.52615	-112.16404	352			AZ	013		
5553341	Betatakin Overlook	betatakin-overlook	US		0	America/Denver	36.68167	-110.53153	2112			AZ	017		
5553348	Bethany Grand Mobile Home Park	bethany-grand-mobile-home-park	US		0	America/Phoenix	33.52615	-112.16515	352			AZ	013		
5553362	Beverly Trailer Park	beverly-trailer-park	US		0	America/Phoenix	33.40616	-111.85431	374			AZ	013		
5553366	Beyerville	beyerville	US		177	America/Phoenix	31.39038	-110.87842	1114			AZ	023		
5553375	Bidahochi	bidahochi	US		0	America/Denver	35.41029	-110.06179	1755	Bidahochi,Bitahochee		AZ	017		
5553532	Big Palm Trailer Park	big-palm-trailer-park	US		0	America/Phoenix	33.46254	-111.97987	362			AZ	013		
5553533	Big Park	big-park	US		6695	America/Phoenix	34.7803	-111.76265	1242			AZ	025		
5553540	Big Pine Mobile Home Park	big-pine-mobile-home-park	US		0	America/Phoenix	33.4606	-111.97987	361			AZ	013		
5553553	Tanani	tanani	US		0	America/Juneau	59.27	-135.44333	0			AK	100		
5553554	Howkan (historical)	howkan-historical	US		0	America/Juneau	54.87111	-132.80333	3	Howcan,Howkan (historical),Jackson		AK	198		
5553573	Neltushkin	neltushkin	US		0	America/Juneau	57.25993	-134.60927	20	Nahltushkan,Naltuck-an,Neltuschk-an,Neltushkin,Scutshon		AK	105		
5553613	Darlingtonia	darlingtonia	US		0	America/Los_Angeles	41.83622	-123.94313	141			CA	015		
5553645	Juniper	juniper	US		0	America/Los_Angeles	41.47989	-120.57273	1327			CA	049		
5553743	Peckham	peckham	US		0	America/Denver	40.30387	-104.75108	1442			CO	123		
5553831	Don	don	US		0	America/Boise	42.90936	-112.52998	1357			ID	077		
5553843	Roseberry	roseberry	US		0	America/Boise	44.73073	-116.04985	1486			ID	085		
5553853	Evans Landing	evans-landing	US		0	America/Los_Angeles	48.07546	-116.53158	641			ID	017		
5553859	Gannett	gannett	US		0	America/Boise	43.35991	-114.17587	1501			ID	013		
5553879	Jonathan	jonathan	US		0	America/Boise	44.26739	-117.0535	646			ID	087		
5553979	Rudo	rudo	US		0	America/Los_Angeles	46.48907	-116.01236	625			ID	035		
5553985	Sherwin	sherwin	US		0	America/Los_Angeles	46.94768	-116.34793	979			ID	057		
5554023	Ustick	ustick	US		0	America/Boise	43.6335	-116.32179	809			ID	001		
5554031	Washoe	washoe	US		0	America/Boise	44.05433	-116.94822	653			ID	075		
5554154	Kah Shakes (historical)	kah-shakes-historical	US		0	America/Juneau	55.04167	-130.975	29	Kah Shakes (historical),Kah Shakes Cove,Kashs Village		AK	130		
5554175	Cedric	cedric	US		0	America/Denver	45.82493	-112.26639	1584			MT	043		
5554215	Electric	electric	US		0	America/Denver	45.07855	-110.78188	1585			MT	067		
5554220	Kalwatta (historical)	kalwatta-historical	US		0	America/Juneau	59.37083	-135.83333	30	Kahtkwaltoo,Kalwatta (historical),Katkwaahltu,Katkwaltn,Katkwaltu,Katkwaltv,Katwaltu,Kutkwutlu,Qatqlwa'altu		AK	100		
5554248	Karheen (historical)	karheen-historical	US		0	America/Juneau	55.81222	-133.31111	16	Karheen (historical),Karheen Cannery		AK	198		
5554271	Knowlton	knowlton	US		0	America/Denver	46.34361	-105.08803	958			MT	017		
5554288	Kasaan	kasaan	US		51	America/Juneau	55.5395	-132.40409	12	KXA,Kasaan		AK	198		
5554291	Ridgelawn	ridgelawn	US		0	America/Denver	47.79196	-104.08632	583			MT	083		
5554365	Scholtztown	scholtztown	US		0	America/Denver	47.03774	-110.22687	1416	Satorney,Scholtztown,Schultztown		MT	045		
5554407	Swiftcurrent	swiftcurrent	US		0	America/Denver	48.79748	-113.669	1503			MT	035		
5554425	Urback Place	urback-place	US		0	America/Denver	45.67438	-110.45159	1447			MT	067		
5554437	West Havre	west-havre	US		316	America/Denver	48.545	-109.73298	796			MT	041		
5554502	Killisnoo (historical)	killisnoo-historical	US		0	America/Juneau	57.46944	-134.56972	5	Kanas-nu,Kanasnu,Kenasnow,Killishoo,Killisnoo (historical)		AK	105		
5554569	Toy (historical)	toy-historical	US		0	America/Los_Angeles	40.01685	-118.67321	1199	Browns,Toy (historical)		NV	027		
5554585	Asbestos (historical)	asbestos-historical	US		0	America/Los_Angeles	42.66651	-122.93866	657			OR	029		
5554592	Klinkwan (historical)	klinkwan-historical	US		0	America/Juneau	54.89028	-132.36417	29			AK	198		
5554595	Biggs Junction	biggs-junction	US		22	America/Los_Angeles	45.66985	-120.83284	68			OR	055		
5554630	Klukwan	klukwan	US		95	America/Juneau	59.40389	-135.88444	93	Chilcat,Chilkat,Chilkoot,Klakwan,Klaquan,Klokwan,Kloquan,Klu-kwan,Klukquan,Klukwan		AK	105		
5554655	Coos River	coos-river	US		0	America/Los_Angeles	43.37761	-124.10122	4			OR	011		
5554715	Glenwood (historical)	glenwood-historical	US		0	America/Los_Angeles	43.57762	-122.65672	1692			OR	039		
5554775	Lampa (historical)	lampa-historical	US		0	America/Los_Angeles	43.11511	-124.28733	6			OR	011		
5554778	Kupreanof	kupreanof	US		27	America/Sitka	56.81444	-132.98056	4	Kupreanof,West Petersburg		AK	195		
5554815	McKinley	mckinley	US		0	America/Los_Angeles	43.18872	-124.02621	42			OR	011		
5554818	Labouchere Bay	labouchere-bay	US		0	America/Juneau	56.30437	-133.62014	0	Labouchere Bay,WLB		AK	198		
5554842	Lake Bay (historical)	lake-bay-historical	US		0	America/Juneau	56.01667	-132.925	11			AK	198		
5554845	Olene	olene	US		0	America/Los_Angeles	42.17181	-121.63083	1268			OR	035		
5554982	Lena Beach	lena-beach	US		0	America/Juneau	58.39306	-134.74722	17			AK	110		
5554990	Lemon Creek	lemon-creek	US		0	America/Juneau	58.35833	-134.49861	16			AK	110		
5554993	Endot	endot	US		0	America/Denver	40.588	-111.90327	1329			UT	035		
5555039	Aspen Grove	aspen-grove	US		0	America/Denver	40.40329	-111.60242	2093			UT	049		
5555063	Fairfield Condominium	fairfield-condominium	US		0	America/Denver	41.068	-111.94966	1350			UT	011		
5555069	Graig Dale	graig-dale	US		0	America/Denver	41.16244	-112.00939	1369			UT	057		
5555073	Marketboro	marketboro	US		0	America/Denver	41.04217	-111.94994	1317			UT	011		
5555077	Jordan Village	jordan-village	US		0	America/Denver	40.59995	-111.8791	1366			UT	035		
5555083	Little Cottonwood Creek Valley	little-cottonwood-creek-valley	US		8285	America/Denver	40.60439	-111.82938	1409			UT	035		
5555091	Plaza Condominiums	plaza-condominiums	US		0	America/Denver	40.48912	-111.95688	1377			UT	035		
5555095	Oakcrest	oakcrest	US		0	America/Denver	40.63717	-111.82382	1377			UT	035		
5555103	Tall Oaks	tall-oaks	US		0	America/Denver	40.63856	-111.83938	1348			UT	035		
5555109	Southfork	southfork	US		0	America/Denver	40.70467	-112.04994	1296			UT	035		
5555113	Stanley Circle	stanley-circle	US		0	America/Denver	40.85411	-111.87799	1463			UT	011		
5555147	Bluecreek	bluecreek	US		0	America/Los_Angeles	48.31879	-117.82108	497	Blue Creek,Bluecreek		WA	065		
5555151	Eufaula Heights	eufaula-heights	US		0	America/Los_Angeles	46.21594	-123.05289	249			WA	015		
5555199	Heather	heather	US		0	America/Los_Angeles	46.77148	-124.081	8			WA	049		
5555215	Lauer	lauer	US		0	America/Los_Angeles	47.22542	-118.72916	495			WA	001		
5555233	Lavista	lavista	US		0	America/Los_Angeles	47.14294	-117.70604	552	Lavista,Lavista Station		WA	075		
5555235	Lea Hill	lea-hill	US		13182	America/Los_Angeles	47.32621	-122.18151	126			WA	033		
5555253	Mount Baker	mount-baker	US		0	America/Los_Angeles	47.57843	-122.28957	41			WA	033		
5555267	Parrott Crossing	parrott-crossing	US		0	America/Los_Angeles	46.07901	-121.26591	504			WA	077		
5555275	Pataha	pataha	US		0	America/Los_Angeles	46.47321	-117.53657	629	Favorsburg,Pataha,Pataha City,Waterstown,Watertown		WA	023		
5555295	South Cheney	south-cheney	US		0	America/Los_Angeles	47.46572	-117.57632	699			WA	063		
5555329	West Warden	west-warden	US		0	America/Los_Angeles	46.96736	-119.06168	381			WA	025		
5555466	Lutak	lutak	US		49	America/Juneau	59.34111	-135.56556	9			AK	100		
5555513	West Laramie	west-laramie	US		0	America/Denver	41.30887	-105.62055	2184			WY	001		
5555684	Mendenhaven	mendenhaven	US		0	America/Juneau	58.39194	-134.56694	23			AK	110		
5555696	Mendenhall Valley	mendenhall-valley	US		0	America/Juneau	58.39167	-134.56667	23			AK	110		
5555840	Mosquito Lake	mosquito-lake	US		309	America/Juneau	59.52917	-136.09111	92			AK	100		
5555851	Mount Edgecumbe	mount-edgecumbe	US		0	America/Sitka	57.05111	-135.35444	7	Mount Edgecombe,Mount Edgecumbe		AK	220		
5555860	Mountain Point	mountain-point	US		0	America/Sitka	55.29444	-131.5325	6			AK	130		
5555866	Mud Bay	mud-bay	US		212	America/Juneau	59.15972	-135.37583	24			AK	100		
5555868	Mud Bay	mud-bay	US		0	America/Sitka	55.42083	-131.76806	33	Mud Bay,Totem Lodge,Totem Village		AK	130		
5555942	Naukati Bay	naukati-bay	US		113	America/Juneau	55.87361	-133.18472	91	NKI,Naukati Bay		AK	198		
5555990	New Boston (historical)	new-boston-historical	US		0	America/Juneau	58.3	-134.45	73	New Boston (historical),Union City		AK	110		
5555997	New Tokeen	new-tokeen	US		0	America/Juneau	55.93639	-133.32417	18	New Tokeen,Tokeen		AK	198		
5555998	Niblack (historical)	niblack-historical	US		0	America/Juneau	55.06694	-132.14528	17	NIE,Niblack		AK	198		
5556175	Old Kasaan	old-kasaan	US		0	America/Juneau	55.43237	-132.3809	55	Chat-chee-nie,Gasa'aan,Gasan,Kasaan,Kasaan Bay,Kasi-an,Kassan,Kassan Haade,Old Kasaan,Skowl		AK	198		
5556312	Peninsula Point	peninsula-point	US		0	America/Sitka	55.38333	-131.73333	34			AK	130		
5556317	Pennock Island	pennock-island	US		0	America/Sitka	55.32778	-131.62917	0			AK	130		
5556445	Polk Inlet	polk-inlet	US		0	America/Juneau	55.34972	-132.54583	286			AK	198		
5556481	Port Alice	port-alice	US		0	America/Juneau	55.82639	-133.60278	0	PTC		AK	198		
5556484	Port Armstrong	port-armstrong	US		0	America/Sitka	56.29613	-134.66573	51	PTL,Port Armstrong		AK	220		
5556485	Port Chilkoot	port-chilkoot	US		0	America/Juneau	59.22782	-135.44044	0	Chilkoot,Chilkoot Barracks,Haines Mission		AK	100		
5556487	Port Higgins	port-higgins	US		0	America/Sitka	55.45	-131.81667	93			AK	130		
5556491	Port Protection	port-protection	US		48	America/Juneau	56.31722	-133.59806	77	PPV		AK	198		
5556699	Refuge Cove	refuge-cove	US		0	America/Sitka	55.40694	-131.74167	46			AK	130		
5556829	Rowan Bay	rowan-bay	US		0	America/Sitka	56.66778	-134.26074	0	RWB,Rowan Bay		AK	195		
5556891	Saint John Harbor	saint-john-harbor	US		0	America/Sitka	56.43702	-132.97307	0			AK	275		
5556904	Saint Terese	saint-terese	US		0	America/Juneau	58.47146	-134.78467	89			AK	110		
5556940	Salt Chuck	salt-chuck	US		0	America/Juneau	55.62639	-132.55361	70			AK	198		
5557045	Saxman	saxman	US		417	America/Sitka	55.31833	-131.59583	19			AK	130		
5557068	Scow Bay	scow-bay	US		0	America/Sitka	56.77028	-132.96028	24			AK	195		
5557237	Shoreline Drive	shoreline-drive	US		0	America/Sitka	55.375	-131.725	33			AK	130		
5557261	Sikanasankian (historical)	sikanasankian-historical	US		0	America/Juneau	58.21667	-134.18333	99	Sikanasankian (historical),Tsek-nuk-sank-y		AK	110		
5557265	Silver Bay (historical)	silver-bay-historical	US		0	America/Sitka	56.98333	-135.11667	62			AK	220		
5557306	Sitkoh (historical)	sitkoh-historical	US		0	America/Sitka	57.46667	-134.86944	5			AK	220		
5557384	Snettisham	snettisham	US		0	America/Juneau	57.97052	-133.74988	4			AK	110		
5557586	Starr Hill	starr-hill	US		0	America/Juneau	58.30417	-134.40417	91			AK	110		
5557696	Sulzer (historical)	sulzer-historical	US		0	America/Juneau	55.28833	-132.61889	35			AK	198		
5557699	Sumdum (historical)	sumdum-historical	US		0	America/Juneau	57.67222	-133.48417	1	Samdan,Slaodan,Soundun,Sumdum (historical),Sundowns		AK	105		
5557826	Taku Harbor	taku-harbor	US		0	America/Juneau	58.06972	-134.00972	52	Tako,Takokakaan,Takoo,Takou Village,Taku Harbor,Taku Settlement,Taku-kon Villages		AK	110		
5557883	Tee Harbor	tee-harbor	US		0	America/Juneau	58.41028	-134.75583	93	Tee Harbor,The Harbor		AK	110		
5557906	Thane	thane	US		0	America/Juneau	58.26417	-134.33028	56	Sheep Creek,Thane		AK	110		
5557916	The Redoubt (historical)	the-redoubt-historical	US		0	America/Sitka	56.8875	-135.2875	95	Dranishikoff Settlement,Ozerskoy Redut,Seleniye Danishnikova,The Redoubt (historical)		AK	220		
5557937	Thoms Place	thoms-place	US		23	America/Sitka	56.20194	-132.185	125			AK	275		
5557994	Tlushashakian (historical)	tlushashakian-historical	US		0	America/Juneau	58.21667	-136.65	6	Klughuggue,Tlushashakian (historical)		AK	105		
5557999	Tokeen	tokeen	US		0	America/Juneau	55.99444	-133.46389	9	Old Tokeen,TKI,Tokeen		AK	198		
5558008	Tolstoi Bay (historical)	tolstoi-bay-historical	US		0	America/Juneau	55.69167	-132.55	28			AK	198		
5558025	Tongass (historical)	tongass-historical	US		0	America/Juneau	54.77351	-130.73499	5	Fort Tomgas,Fort Tongas,Fort Tongass,Tanaga'sh,Tongass (historical),Tont-a-quans,Tungass,Tungass-kon,Tungrass,tongas		AK	198		
5558031	Tonka (historical)	tonka-historical	US		0	America/Juneau	56.72491	-132.95632	1			AK	195		
5558068	Treadwell (historical)	treadwell-historical	US		0	America/Juneau	58.27015	-134.38047	0			AK	110		
5558104	Tsantikihin (historical)	tsantikihin-historical	US		0	America/Juneau	58.3	-134.4	189	Tsantik'ihin,Tsantikihin (historical),Tsenta-ka-hini		AK	110		
5558136	Tuxekan (historical)	tuxekan-historical	US		0	America/Juneau	55.88705	-133.24152	9	Taqdjikan,Tuqdjkan,Tuxeau,Tuxecan,Tuxekan (historical),Tuxican		AK	198		
5558172	Tyee (historical)	tyee-historical	US		0	America/Juneau	57.04263	-134.54414	5			AK	105		
5558235	Vanderbilt Hill	vanderbilt-hill	US		0	America/Juneau	58.345	-134.49222	24			AK	110		
5558405	West Juneau	west-juneau	US		0	America/Juneau	58.29503	-134.43279	0			AK	110		
5558430	Whale Pass	whale-pass	US		31	America/Juneau	56.11528	-133.12083	42	WWP		AK	198		
5558481	Whitestone Logging Camp	whitestone-logging-camp	US		17	America/Juneau	58.07111	-135.42972	83			AK	105		
5558648	Yes Bay (historical)	yes-bay-historical	US		0	America/Juneau	55.91643	-131.79772	1	McDonald,McDonald Bay,Yes,Yes Bay (historical),Yess Bay		AK	130		
5558688	Abrams Lake Mobile Estates	abrams-lake-mobile-estates	US		0	America/Los_Angeles	41.33793	-122.35529	1134			CA	093		
5558702	Adams Station	adams-station	US		0	America/Los_Angeles	41.84261	-123.99258	103			CA	015		
5558724	Ager	ager	US		0	America/Los_Angeles	41.86625	-122.46058	726	Agar,Ager		CA	093		
5558739	Ainsworth Corner	ainsworth-corner	US		0	America/Los_Angeles	41.99849	-121.55972	1240			CA	093		
5558792	Alford Place	alford-place	US		0	America/Los_Angeles	40.21821	-122.66668	398			CA	103		
5558814	Almanor	almanor	US		0	America/Los_Angeles	40.21739	-121.17413	1388	Almanor,Plumas Pines		CA	063		
5558821	Lake Almanor West	lake-almanor-west	US		270	America/Los_Angeles	40.23627	-121.20441	1422	Almanor West,Lake Almanor West		CA	063		
5558878	Andesite	andesite	US		0	America/Los_Angeles	41.53237	-122.20473	1391			CA	093		
5558981	Arlynda Corners	arlynda-corners	US		0	America/Los_Angeles	40.59485	-124.25506	4	Arlynda,Arlynda Corners,Washington Corners		CA	023		
5559011	Ash Creek Junction	ash-creek-junction	US		0	America/Los_Angeles	41.26738	-122.07778	1049			CA	093		
5559014	Ash Creek Station (historical)	ash-creek-station-historical	US		0	America/Los_Angeles	41.26849	-121.94472	1128			CA	093		
5559055	Avila Place	avila-place	US		0	America/Los_Angeles	41.04295	-120.86774	1419			CA	035		
5559063	Avery Place	avery-place	US		0	America/Los_Angeles	40.18183	-121.78054	513			CA	103		
5559112	Baird (historical)	baird-historical	US		0	America/Los_Angeles	40.79237	-122.2964	325			CA	089		
5559203	Banfield Place	banfield-place	US		0	America/Los_Angeles	40.08654	-122.60862	395			CA	103		
5559267	Bartle	bartle	US		0	America/Los_Angeles	41.25766	-121.82111	1213			CA	093		
5559289	Bateman Place	bateman-place	US		0	America/Los_Angeles	40.62349	-121.7386	1291			CA	089		
5559315	Bayles Place	bayles-place	US		0	America/Los_Angeles	40.14932	-122.64167	339			CA	103		
5559316	Bayley (historical)	bayley-historical	US		0	America/Los_Angeles	41.28878	-120.53829	1336			CA	049		
5559330	Bayha (historical)	bayha-historical	US		0	America/Los_Angeles	40.72959	-122.32223	290			CA	089		
5559336	Beal Place	beal-place	US		0	America/Los_Angeles	40.59766	-121.74971	1383			CA	089		
5559337	Beall Place	beall-place	US		0	America/Los_Angeles	40.02737	-123.82975	525			CA	023		
5559551	Beegum	beegum	US		0	America/Los_Angeles	40.34487	-122.85807	397			CA	103		
5559587	Benbow	benbow	US		321	America/Los_Angeles	40.06848	-123.78447	134			CA	023		
5559621	Berry Glenn	berry-glenn	US		0	America/Los_Angeles	41.31727	-124.04204	16			CA	023		
5559627	Bestville	bestville	US		0	America/Los_Angeles	41.30069	-123.1431	678			CA	093		
5559628	Beswick	beswick	US		0	America/Los_Angeles	41.96681	-122.20307	868			CA	093		
5559753	Big Lagoon	big-lagoon	US		93	America/Los_Angeles	41.1604	-124.13368	17			CA	023		
5559878	Black Bear	black-bear	US		0	America/Los_Angeles	41.24152	-123.17754	835	Black Bear,Blackbear		CA	093		
5559889	Black Butte	black-butte	US		0	America/Los_Angeles	41.39154	-122.36113	1196			CA	093		
5559908	Black Forest	black-forest	US		0	America/Los_Angeles	40.25905	-121.37747	1474			CA	103		
5560117	Bob Hoaglin Place	bob-hoaglin-place	US		0	America/Los_Angeles	40.09432	-123.32863	695			CA	105		
5560144	Bolam	bolam	US		0	America/Los_Angeles	41.51404	-122.24918	1341			CA	093		
5560200	Bormister	bormister	US		0	America/Los_Angeles	41.35517	-120.53718	1333			CA	049		
5560280	Bracut	bracut	US		0	America/Los_Angeles	40.82735	-124.08339	5	Bracut,Brainard		CA	023		
5560287	Bragdon (historical)	bragdon-historical	US		0	America/Los_Angeles	40.89042	-122.69947	722			CA	105		
5560290	Bramlet Place	bramlet-place	US		0	America/Los_Angeles	40.2607	-123.16252	857	Bramlet Place,Bramlot Place		CA	105		
5560300	Bray	bray	US		0	America/Los_Angeles	41.64404	-121.97084	1417			CA	093		
5560313	Briceland	briceland	US		0	America/Los_Angeles	40.10792	-123.90003	181			CA	023		
5560351	Brock Creek (historical)	brock-creek-historical	US		0	America/Los_Angeles	40.24792	-123.71614	85			CA	023		
5560357	Brockman	brockman	US		0	America/Los_Angeles	40.96379	-120.49912	1616			CA	035		
5560368	Brooks Mill	brooks-mill	US		0	America/Los_Angeles	41.27934	-120.31078	1629			CA	049		
5560389	Brown Place	brown-place	US		0	America/Los_Angeles	40.02515	-122.58972	315			CA	103		
5560549	Bucktail	bucktail	US		0	America/Los_Angeles	40.70403	-122.85002	539			CA	105		
5560570	Bull Creek	bull-creek	US		0	America/Los_Angeles	40.33569	-124.02643	116	Bull Creek,Bull Creek Settlement		CA	023		
5560603	Bully Hill	bully-hill	US		0	America/Los_Angeles	40.79765	-122.19306	362			CA	089		
5560636	Buntingville	buntingville	US		0	America/Los_Angeles	40.28573	-120.48494	1247			CA	035		
5560747	Butte Meadows	butte-meadows	US		40	America/Los_Angeles	40.08127	-121.55109	1323			CA	007		
5560808	Cain Rock	cain-rock	US		0	America/Los_Angeles	40.13681	-123.5928	116			CA	023		
5560823	California Pines	california-pines	US		520	America/Los_Angeles	41.40989	-120.67913	1343			CA	049		
5560826	Calkins (historical)	calkins-historical	US		0	America/Los_Angeles	40.66487	-122.18556	185			CA	089		
5560833	Calneva	calneva	US		0	America/Los_Angeles	40.15268	-120.00882	1222			CA	035		
5560842	Calville	calville	US		0	America/Los_Angeles	40.93624	-124.10034	47			CA	023		
5560883	Camp Klamath	camp-klamath	US		0	America/Los_Angeles	41.5404	-124.0498	8			CA	015		
5560914	Campbellville	campbellville	US		0	America/Los_Angeles	40.02572	-121.72304	1187			CA	103		
5560923	Canby Cross	canby-cross	US		0	America/Los_Angeles	41.81877	-121.5436	1237			CA	093		
5560936	Cantara (historical)	cantara-historical	US		0	America/Los_Angeles	41.26515	-122.2914	839			CA	093		
5560944	Cantrall Mill	cantrall-mill	US		0	America/Los_Angeles	41.31906	-120.32745	1839			CA	049		
5560962	Canyondam	canyondam	US		31	America/Los_Angeles	40.17183	-121.07274	1400	Canyon Dam,Canyondam		CA	063		
5560971	Capetown	capetown	US		0	America/Los_Angeles	40.46624	-124.36728	15			CA	023		
5561012	Carrick	carrick	US		131	America/Los_Angeles	41.44737	-122.3639	1066			CA	093		
5561016	Carrville, Trinity Center	carrville-trinity-center	US		0	America/Los_Angeles	41.0658	-122.70363	736			CA	105		
5561049	Castle Crag	castle-crag	US		0	America/Los_Angeles	41.16265	-122.29195	652			CA	089		
5561092	Cayton	cayton	US		0	America/Los_Angeles	41.06183	-121.63388	939			CA	089		
5561102	Cecilville	cecilville	US		0	America/Los_Angeles	41.14097	-123.14004	713			CA	093		
5561168	Cedar Stock	cedar-stock	US		0	America/Los_Angeles	40.84626	-122.82975	744	Cedar Stock,Cedar Stock Resort		CA	105		
5561193	Centerville (historical)	centerville-historical	US		0	America/Los_Angeles	40.57485	-124.34811	4	Centerville (historical),Pacific		CA	023		
5561194	Central Valley (historical)	central-valley-historical	US		4340	America/Los_Angeles	40.68043	-122.37112	247			CA	089		
5561213	Chalk Bank Landing	chalk-bank-landing	US		0	America/Los_Angeles	41.9121	-121.64277	1252			CA	093		
5561251	Chateau Shasta Mobile Home Park	chateau-shasta-mobile-home-park	US		0	America/Los_Angeles	41.30071	-122.31696	1050			CA	093		
5561257	Cheeseville	cheeseville	US		0	America/Los_Angeles	41.52097	-122.89976	852			CA	093		
5561309	Childs Meadows	childs-meadows	US		0	America/Los_Angeles	40.36016	-121.49192	1507			CA	103		
5561390	Christensen	christensen	US		0	America/Los_Angeles	41.28073	-120.56857	1336			CA	049		
5561426	Churntown (historical)	churntown-historical	US		0	America/Los_Angeles	40.67793	-122.40834	264			CA	089		
5561443	Cinnabar Springs (historical)	cinnabar-springs-historical	US		0	America/Los_Angeles	41.96485	-122.87448	1058			CA	093		
5561455	Clam Beach	clam-beach	US		0	America/Los_Angeles	40.99457	-124.11201	8			CA	023		
5561609	Coffee	coffee	US		0	America/Los_Angeles	41.10292	-122.77808	912			CA	105		
5561668	Cold Fork	cold-fork	US		0	America/Los_Angeles	40.17182	-122.67334	425			CA	103		
5561687	Cole	cole	US		0	America/Los_Angeles	42.00208	-122.64031	876			CA	093		
5561727	Conant	conant	US		0	America/Los_Angeles	41.11265	-122.32557	577			CA	089		
5561778	Cooks Valley	cooks-valley	US		0	America/Los_Angeles	40.00126	-123.78614	149			CA	023		
5561826	Copco	copco	US		0	America/Los_Angeles	41.9832	-122.36141	764			CA	093		
5561833	Copic	copic	US		0	America/Los_Angeles	41.86516	-121.34193	1231			CA	049		
5561849	Coppervale	coppervale	US		0	America/Los_Angeles	40.34656	-120.90496	1586	Copper Vale,Coppervale		CA	035		
5561852	Copple Place	copple-place	US		0	America/Los_Angeles	40.00849	-122.62972	441			CA	103		
5562035	Crabtree Place	crabtree-place	US		0	America/Los_Angeles	40.15348	-123.35141	783			CA	105		
5562056	Crannell	crannell	US		0	America/Los_Angeles	41.01179	-124.08479	62	Bullwinkel,Bulwinkle,Crannel,Crannell		CA	023		
5562099	Crest	crest	US		0	America/Los_Angeles	40.72462	-120.37022	1667			CA	035		
5562214	D Flourney	d-flourney	US		0	America/Los_Angeles	41.23989	-120.53245	1341			CA	049		
5562233	Dairyville	dairyville	US		0	America/Los_Angeles	40.12988	-122.1211	75			CA	103		
5562238	Dales	dales	US		0	America/Los_Angeles	40.31377	-122.07166	184			CA	103		
5562263	Dan Ryan Place	dan-ryan-place	US		0	America/Los_Angeles	41.14961	-120.81719	1474			CA	035		
5562269	Daphnedale Park	daphnedale-park	US		184	America/Los_Angeles	41.50906	-120.54496	1356			CA	049		
5562271	Dantuma Place	dantuma-place	US		0	America/Los_Angeles	40.29349	-121.79999	932			CA	103		
5562319	Deacon Lee Place	deacon-lee-place	US		0	America/Los_Angeles	41.48069	-122.9292	1061			CA	093		
5562390	Dedrick	dedrick	US		0	America/Los_Angeles	40.86264	-123.0367	770			CA	105		
5562479	Deetz	deetz	US		0	America/Los_Angeles	41.35793	-122.38335	1159			CA	093		
5562482	Del Loma	del-loma	US		0	America/Los_Angeles	40.77847	-123.33226	356	Del Loma,Taylor Flat,Taylor's Flat		CA	105		
5562509	Demuth	demuth	US		0	America/Los_Angeles	41.33766	-121.26609	1297			CA	049		
5562514	Denny	denny	US		0	America/Los_Angeles	40.94403	-123.38671	451	Denny,New Denny,New River City		CA	105		
5562516	Derner	derner	US		0	America/Los_Angeles	41.29906	-120.56051	1334			CA	049		
5562611	Dibble Place	dibble-place	US		0	America/Los_Angeles	41.18934	-120.89691	1340			CA	049		
5562657	Dinsmore	dinsmore	US		0	America/Los_Angeles	40.49153	-123.60698	736	Dinsmore,Dinsmores		CA	023		
5562658	Dinsmores	dinsmores	US		0	America/Los_Angeles	40.71986	-123.73894	1358			CA	023		
5562661	Dirigo	dirigo	US		0	America/Los_Angeles	41.14932	-122.31057	605			CA	089		
5562805	Douglas Park	douglas-park	US		0	America/Los_Angeles	41.78734	-124.06285	42			CA	015		
5562823	Doyles Corner	doyles-corner	US		0	America/Los_Angeles	40.87738	-121.56026	980			CA	089		
5562828	Drakesbad	drakesbad	US		0	America/Los_Angeles	40.44433	-121.40442	1739	Drake's Hot Springs,Drake's Place,Drakesbad,Hot Spring Valley,Hot Springs Valley,Sifford's		CA	063		
5563002	Dyer Place (historical)	dyer-place-historical	US		0	America/Los_Angeles	41.32846	-123.61784	859			CA	023		
5563003	Dyerville (historical)	dyerville-historical	US		0	America/Los_Angeles	40.35542	-123.92587	75			CA	023		
5563154	East Shore	east-shore	US		156	America/Los_Angeles	40.23655	-121.07718	1377			CA	063		
5563164	Eastman Place	eastman-place	US		0	America/Los_Angeles	40.51127	-121.73249	1234			CA	089		
5563187	Eddyville (historical)	eddyville-historical	US		0	America/Los_Angeles	40.78068	-124.07673	11			CA	023		
5563196	Edgemont (historical)	edgemont-historical	US		0	America/Los_Angeles	40.31157	-120.44494	1229	Edgemont (historical),Spoonville		CA	035		
5563202	Eel Rock	eel-rock	US		0	America/Los_Angeles	40.28903	-123.73309	121	Eel Rock,Eel Rock Springs		CA	023		
5563214	Eileen	eileen	US		0	America/Los_Angeles	41.9629	-123.10532	1235			CA	093		
5563221	El Camino	el-camino	US		0	America/Los_Angeles	40.04099	-122.17055	79			CA	103		
5563243	Elinor (historical)	elinor-historical	US		0	America/Los_Angeles	40.45014	-124.01588	28	Camp Five,Eleanor,Elinor (historical),Elinore		CA	023		
5563261	Elk Grove (historical)	elk-grove-historical	US		0	America/Los_Angeles	41.36429	-124.02257	46			CA	023		
5563303	Ellis (historical)	ellis-historical	US		0	America/Los_Angeles	40.55821	-122.0425	221			CA	089		
5563311	Elmore (historical)	elmore-historical	US		0	America/Los_Angeles	40.81015	-122.39501	325			CA	089		
5563361	Erickson	erickson	US		0	America/Los_Angeles	41.65015	-122.11445	1532			CA	093		
5563363	Erner (historical)	erner-historical	US		0	America/Los_Angeles	41.4229	-123.92785	32			CA	023		
5563364	Ertlerger (historical)	ertlerger-historical	US		0	America/Los_Angeles	41.18402	-123.70812	66			CA	023		
5563368	Esperanza (historical)	esperanza-historical	US		0	America/Los_Angeles	41.26321	-122.05	1035			CA	093		
5563379	Estrellita	estrellita	US		0	America/Los_Angeles	40.85931	-122.79086	748	Estrellita,Estrellita Resort		CA	105		
5563393	Ettersburg	ettersburg	US		0	America/Los_Angeles	40.13848	-123.99726	206			CA	023		
5563418	Evans Place	evans-place	US		0	America/Los_Angeles	41.0599	-120.22966	1848			CA	035		
5563443	Eyese Bar (historical)	eyese-bar-historical	US		0	America/Los_Angeles	41.50401	-123.52867	221			CA	093		
5563448	Facht Place	facht-place	US		0	America/Los_Angeles	40.24238	-121.96332	280	Facht Place,Facht Ranch		CA	103		
5563494	False Klamath	false-klamath	US		0	America/Los_Angeles	41.59179	-124.09535	11			CA	015		
5563522	Favinger Place	favinger-place	US		0	America/Los_Angeles	40.0446	-121.97749	179			CA	103		
5563553	Fern	fern	US		0	America/Los_Angeles	40.68821	-121.93166	842			CA	089		
5563572	Fernbridge	fernbridge	US		0	America/Los_Angeles	40.61624	-124.20117	12	Fernbridge,Weeott		CA	023		
5563593	Ferry Point (historical)	ferry-point-historical	US		0	America/Los_Angeles	41.6704	-123.42895	301			CA	093		
5563594	Fickle Hill	fickle-hill	US		0	America/Los_Angeles	40.86374	-124.04284	340			CA	023		
5563602	Fieldbrook	fieldbrook	US		859	America/Los_Angeles	40.96568	-124.03562	62	Bokman's Prairie,Buckman's Prairie,Fieldbrook		CA	023		
5563616	Finley Place	finley-place	US		0	America/Los_Angeles	40.29321	-121.79304	962			CA	103		
5563708	Fitzpatrick (historical)	fitzpatrick-historical	US		0	America/Los_Angeles	40.70765	-122.14611	306			CA	089		
5563750	Fleener Place	fleener-place	US		0	America/Los_Angeles	41.84766	-121.59055	1307			CA	093		
5563752	Fletcher (historical)	fletcher-historical	US		0	America/Los_Angeles	41.44572	-120.75441	1322			CA	049		
5563759	Flournoy Ranch	flournoy-ranch	US		0	America/Los_Angeles	41.23496	-120.31493	1545	Flourney,Flournoy Ranch		CA	049		
5563765	Fletcher Place	fletcher-place	US		0	America/Los_Angeles	41.73739	-120.51468	1450			CA	049		
5563795	Forest Glen	forest-glen	US		0	America/Los_Angeles	40.3732	-123.32531	693	Auto Rest,Forest Glen		CA	105		
5563821	Fort Goff	fort-goff	US		0	America/Los_Angeles	41.86207	-123.25672	499			CA	093		
5563838	Fort Seward	fort-seward	US		0	America/Los_Angeles	40.22292	-123.64336	100			CA	023		
5563907	Fowler Place	fowler-place	US		0	America/Los_Angeles	40.2021	-122.56056	238			CA	103		
5563942	Frazier Corners	frazier-corners	US		0	America/Los_Angeles	40.63737	-122.23667	163			CA	089		
5563987	French Hill	french-hill	US		0	America/Los_Angeles	41.82484	-123.97257	568			CA	015		
5564000	Freshwater	freshwater	US		0	America/Los_Angeles	40.76152	-124.06172	28	Freshwater,Garfield,Hardscrabble,Lambertville,Wrangletown		CA	023		
5564002	Freshwater Corners	freshwater-corners	US		0	America/Los_Angeles	40.78541	-124.08534	4	Eddyville,Freshwater Corners,Three Corners		CA	023		
5564016	Friend Place	friend-place	US		0	America/Los_Angeles	40.4857	-123.36364	997			CA	105		
5564057	Furnaceville (historical)	furnaceville-historical	US		0	America/Los_Angeles	40.74293	-122.06556	358			CA	089		
5564102	Gas Point	gas-point	US		0	America/Los_Angeles	40.41543	-122.53446	183			CA	089		
5564163	Gilliam Place	gilliam-place	US		0	America/Los_Angeles	40.1371	-122.58806	320			CA	103		
5564164	Gillis	gillis	US		0	America/Los_Angeles	41.9582	-122.09696	1304			CA	093		
5564176	Gilta (historical)	gilta-historical	US		0	America/Los_Angeles	41.19541	-123.32505	1061			CA	093		
5564181	Girvan	girvan	US		0	America/Los_Angeles	40.51265	-122.38001	139			CA	089		
5564212	Globe Mill	globe-mill	US		0	America/Los_Angeles	40.88431	-123.02392	894			CA	105		
5564260	Gomez	gomez	US		0	America/Los_Angeles	41.036	-121.51637	1021			CA	089		
5564303	Gottsville	gottsville	US		0	America/Los_Angeles	41.86736	-122.74114	574	Gottsville,Klamath River		CA	093		
5564307	Goumaz (historical)	goumaz-historical	US		0	America/Los_Angeles	40.41378	-120.86246	1586	Goumaz (historical),Goumez		CA	035		
5564327	Graham (historical)	graham-historical	US		0	America/Los_Angeles	41.50682	-122.27418	1305			CA	093		
5564334	Graham Place	graham-place	US		0	America/Los_Angeles	40.42653	-123.40809	561			CA	105		
5564435	Grays Flat	grays-flat	US		0	America/Los_Angeles	40.01767	-121.06357	899			CA	063		
5564529	Grizzlie Place	grizzlie-place	US		0	America/Los_Angeles	41.901	-120.64052	1592			CA	049		
5564627	Hackamore	hackamore	US		0	America/Los_Angeles	41.55183	-121.12359	1434	Hackamore,Jaquina		CA	049		
5564632	Hacketsville	hacketsville	US		0	America/Los_Angeles	40.48736	-124.17144	74			CA	023		
5564677	Halls Flat	halls-flat	US		0	America/Los_Angeles	40.756	-121.25914	1739			CA	035		
5564689	Hambone	hambone	US		0	America/Los_Angeles	41.33488	-121.69777	1344			CA	093		
5564701	Hamilton Branch	hamilton-branch	US		537	America/Los_Angeles	40.27489	-121.09135	1410			CA	063		
5564712	Hammer Place	hammer-place	US		0	America/Los_Angeles	40.1196	-122.71723	495			CA	103		
5564724	Hannchen	hannchen	US		0	America/Los_Angeles	41.84016	-121.40443	1233			CA	049		
5564762	Harlow Place	harlow-place	US		0	America/Los_Angeles	41.14516	-121.67693	1341			CA	089		
5564800	Hart (historical)	hart-historical	US		0	America/Los_Angeles	40.66459	-122.44084	228			CA	089		
5564852	Hatfield Place (historical)	hatfield-place-historical	US		0	America/Los_Angeles	40.2046	-122.57029	250			CA	103		
5564859	Haven Place	haven-place	US		0	America/Los_Angeles	40.18237	-122.67584	401			CA	103		
5564867	Hawkins Bar	hawkins-bar	US		0	America/Los_Angeles	40.87014	-123.52282	235			CA	105		
5564881	Hayden Hill	hayden-hill	US		0	America/Los_Angeles	40.99545	-120.88719	1742	Hayden City,Hayden Hill,Haydenhill,Mount Hope,Providence City		CA	035		
5564971	Heitman Place (historical)	heitman-place-historical	US		0	America/Los_Angeles	40.15793	-122.70473	463			CA	103		
5565001	Henryford (historical)	henryford-historical	US		0	America/Los_Angeles	40.57265	-122.13583	177			CA	089		
5565012	Hercraff Place	hercraff-place	US		0	America/Los_Angeles	40.20821	-122.54584	228			CA	103		
5565018	Herlong Junction	herlong-junction	US		0	America/Los_Angeles	40.12462	-120.2466	1225			CA	035		
5565108	Hillcrest	hillcrest	US		0	America/Los_Angeles	40.86377	-121.90861	947	Back Action Flat,Hillcrest		CA	089		
5565116	Hilt	hilt	US		0	America/Los_Angeles	41.99486	-122.62336	888	Hilt,Hilts		CA	093		
5565127	Hiouchi	hiouchi	US		301	America/Los_Angeles	41.79261	-124.07202	52			CA	015		
5565195	Hogtown (historical)	hogtown-historical	US		0	America/Los_Angeles	40.61071	-122.47473	331			CA	089		
5565220	Hollenbeck (historical)	hollenbeck-historical	US		0	America/Los_Angeles	41.46183	-121.28332	1325			CA	049		
5565263	Hookton	hookton	US		0	America/Los_Angeles	40.67318	-124.21839	8			CA	023		
5565279	Hooperville (historical)	hooperville-historical	US		0	America/Los_Angeles	41.68403	-122.85161	933	Hooper,Hoopersville,Hooperville (historical),Lowertown		CA	093		
5565297	Hoppaw	hoppaw	US		0	America/Los_Angeles	41.52429	-124.03007	11			CA	015		
5565347	Horse Lake	horse-lake	US		0	America/Los_Angeles	40.67406	-120.40411	1552	Horse Lake,Horselake		CA	035		
5565410	Hoskin	hoskin	US		0	America/Los_Angeles	41.70874	-123.36339	689			CA	093		
5565442	Hotlum	hotlum	US		0	America/Los_Angeles	41.47404	-122.31446	1261			CA	093		
5565446	Houston (historical)	houston-historical	US		0	America/Los_Angeles	40.65182	-122.30084	194			CA	089		
5565447	Houston (historical)	houston-historical	US		0	America/Los_Angeles	41.37848	-122.61697	1610			CA	093		
5565511	Humboldt Hill	humboldt-hill	US		3414	America/Los_Angeles	40.72596	-124.18978	59			CA	023		
5565554	Hunter Place	hunter-place	US		0	America/Los_Angeles	40.17931	-124.01531	272			CA	023		
5565603	Igerna	igerna	US		0	America/Los_Angeles	41.40154	-122.37946	1129			CA	093		
5565657	Indian Falls	indian-falls	US		54	America/Los_Angeles	40.05684	-120.96384	993	Indian Falls,Shoo Fly,Shoofly		CA	063		
5565718	Ingot	ingot	US		0	America/Los_Angeles	40.72765	-122.07917	353			CA	089		
5565742	Irish Place (historical)	irish-place-historical	US		0	America/Los_Angeles	40.13099	-122.53501	239			CA	103		
5565781	Island Mountain	island-mountain	US		0	America/Los_Angeles	40.02626	-123.4903	164			CA	105		
5565859	Janes Place	janes-place	US		0	America/Los_Angeles	40.7893	-123.71672	919			CA	023		
5565939	Jims Camp	jims-camp	US		0	America/Los_Angeles	41.83292	-122.58586	628			CA	093		
5565991	Johnson Park	johnson-park	US		0	America/Los_Angeles	40.91766	-121.62721	970			CA	089		
5566002	Johnsons	johnsons	US		0	America/Los_Angeles	41.3504	-123.87201	55	Johnsons,Klamath		CA	023		
5566004	Johnstonville	johnstonville	US		1024	America/Los_Angeles	40.38434	-120.58745	1259	Johnstonville,Toadtown		CA	035		
5566099	K Flourney	k-flourney	US		0	America/Los_Angeles	41.22323	-120.53134	1346			CA	049		
5566172	Kalina	kalina	US		0	America/Los_Angeles	41.99516	-121.42027	1234			CA	049		
5566183	Kandra	kandra	US		0	America/Los_Angeles	41.82599	-121.39999	1231			CA	049		
5566195	Kauffman	kauffman	US		0	America/Los_Angeles	41.23378	-120.46745	1363			CA	049		
5566198	Keddie	keddie	US		66	America/Los_Angeles	40.01489	-120.96107	995			CA	063		
5566204	Karlo	karlo	US		0	America/Los_Angeles	40.55045	-120.3155	1351			CA	035		
5566205	Kegg	kegg	US		0	America/Los_Angeles	41.68932	-121.98695	1348			CA	093		
5566207	Kekawaka	kekawaka	US		0	America/Los_Angeles	40.09543	-123.51919	130			CA	105		
5566221	Kelly (historical)	kelly-historical	US		0	America/Los_Angeles	40.91932	-122.10667	468			CA	089		
5566249	Keno (historical)	keno-historical	US		0	America/Los_Angeles	40.7582	-122.71585	1287			CA	105		
5566255	Kennett (historical)	kennett-historical	US		0	America/Los_Angeles	40.74154	-122.40751	325			CA	089		
5566256	Kephart	kephart	US		0	America/Los_Angeles	41.58905	-121.31415	1319			CA	049		
5566272	Kettenpom	kettenpom	US		0	America/Los_Angeles	40.15737	-123.46086	1053			CA	105		
5566274	Kett	kett	US		0	America/Los_Angeles	40.60709	-122.4639	224			CA	089		
5566285	Khoonkhwuttunne (historical)	khoonkhwuttunne-historical	US		0	America/Los_Angeles	41.94845	-124.20314	10	Khoonkhwuttunne (historical),Qo-on-qwut-tunne *		CA	015		
5566286	Khwunrghunme (historical)	khwunrghunme-historical	US		0	America/Los_Angeles	41.53456	-124.07757	10	Kal-a-qu-ni-me-ne-tunne*,Kal-hwun-un-me-e-nite-ne *,Khwunrghunme (historical),Qwun-rxun-me *		CA	015		
5566338	Kinyon	kinyon	US		0	America/Los_Angeles	41.27127	-121.89416	1159			CA	093		
5566340	Kiska	kiska	US		0	America/Los_Angeles	40.06821	-122.16055	74			CA	103		
5566343	Klamath Glen	klamath-glen	US		0	America/Los_Angeles	41.51262	-123.99396	14			CA	015		
5566370	Knob	knob	US		0	America/Los_Angeles	40.38876	-122.98808	957	Harrison Gulch,Knob		CA	089		
5566395	Korblex	korblex	US		0	America/Los_Angeles	40.90346	-124.07145	14			CA	023		
5566416	Kworatem (historical)	kworatem-historical	US		0	America/Los_Angeles	41.37652	-123.49145	157	Cor-a-tem,Kworatem (historical),Quoratem		CA	023		
5566440	Laird Landing	laird-landing	US		0	America/Los_Angeles	41.87293	-121.72416	1245			CA	093		
5566499	Lakeview Junction	lakeview-junction	US		0	America/Los_Angeles	41.476	-120.53773	1330			CA	049		
5566502	Lakeview Resort	lakeview-resort	US		0	America/Los_Angeles	40.81432	-122.29195	352			CA	089		
5566508	Lamoine	lamoine	US		0	America/Los_Angeles	40.97793	-122.43085	385	La Moine,Lamoine,Slate Creek Stage Station,Slatonis		CA	089		
5566528	Larabee	larabee	US		0	America/Los_Angeles	40.40597	-123.92921	49			CA	023		
5566536	Las Flores	las-flores	US		187	America/Los_Angeles	40.07182	-122.16277	77			CA	103		
5566538	Lasco	lasco	US		0	America/Los_Angeles	40.42239	-120.97274	1699			CA	035		
5566610	Lawyers Bar (historical)	lawyers-bar-historical	US		0	America/Los_Angeles	41.86956	-123.83146	274			CA	015		
5566622	Leaf	leaf	US		0	America/Los_Angeles	41.6421	-122.00195	1417			CA	093		
5566626	Leavitt	leavitt	US		0	America/Los_Angeles	40.39601	-120.52606	1251			CA	035		
5566656	Leonard Place (historical)	leonard-place-historical	US		0	America/Los_Angeles	40.07543	-122.50584	219			CA	103		
5566709	Lillienthal (historical)	lillienthal-historical	US		0	America/Los_Angeles	40.68404	-122.29417	224			CA	089		
5566766	Liskey	liskey	US		0	America/Los_Angeles	41.84877	-121.40999	1231			CA	049		
5566988	Little Shasta	little-shasta	US		0	America/Los_Angeles	41.71181	-122.39141	824			CA	093		
5567043	Lockharts (historical)	lockharts-historical	US		0	America/Los_Angeles	41.21179	-123.52006	547			CA	023		
5567073	Lomo	lomo	US		0	America/Los_Angeles	40.03849	-121.61609	1152			CA	007		
5567102	Lone Star Junction	lone-star-junction	US		0	America/Los_Angeles	40.63264	-123.87727	650			CA	023		
5567193	Lookout Junction	lookout-junction	US		0	America/Los_Angeles	41.2585	-121.2347	1294			CA	049		
5567211	Loomis Corners	loomis-corners	US		0	America/Los_Angeles	40.58821	-122.30584	165			CA	089		
5567356	Lowrey	lowrey	US		0	America/Los_Angeles	40.01377	-122.55334	253			CA	103		
5567369	Luckie Place	luckie-place	US		0	America/Los_Angeles	40.57348	-123.20808	856			CA	105		
5567385	Lyman Springs	lyman-springs	US		0	America/Los_Angeles	40.30933	-121.76776	1051			CA	103		
5567395	Lyonsville	lyonsville	US		0	America/Los_Angeles	40.30933	-121.73804	1159			CA	103		
5567406	Mabel (historical)	mabel-historical	US		0	America/Los_Angeles	40.80598	-122.38445	325			CA	089		
5567497	Manzanita Lake	manzanita-lake	US		0	America/Los_Angeles	40.53544	-121.56082	1802			CA	089		
5567515	Maple Creek	maple-creek	US		0	America/Los_Angeles	40.76236	-123.86922	161	Maple Creek,Maplecreek		CA	023		
5567559	Marian Place	marian-place	US		0	America/Los_Angeles	40.30988	-121.82138	797			CA	103		
5567598	Mary Ellen Place	mary-ellen-place	US		0	America/Los_Angeles	40.11988	-122.63223	487			CA	103		
5567600	Martins Ferry (historical)	martins-ferry-historical	US		0	America/Los_Angeles	41.20818	-123.75534	96			CA	023		
5567663	McCann	mccann	US		0	America/Los_Angeles	40.32347	-123.83615	53			CA	023		
5567670	McCartney Place	mccartney-place	US		0	America/Los_Angeles	40.17404	-122.56167	253			CA	103		
5567676	McClellan Place	mcclellan-place	US		0	America/Los_Angeles	40.48709	-123.42003	537	McClellan Place,McClellen Place		CA	105		
5567700	McColl	mccoll	US		0	America/Los_Angeles	40.72709	-122.32973	306			CA	089		
5567702	McClure Place	mcclure-place	US		0	America/Los_Angeles	40.26738	-121.82526	573			CA	103		
5567737	McGarva	mcgarva	US		0	America/Los_Angeles	41.28795	-120.56134	1334			CA	049		
5567765	McKenzie Place	mckenzie-place	US		0	America/Los_Angeles	40.2946	-121.90193	522			CA	103		
5567811	Meares	meares	US		0	America/Los_Angeles	41.62072	-121.19887	1348			CA	049		
5567837	Menlo Baths	menlo-baths	US		0	America/Los_Angeles	41.26573	-120.08383	1398			CA	049		
5567866	Metcalf (historical)	metcalf-historical	US		0	America/Los_Angeles	41.48265	-122.48196	889			CA	093		
5567867	Mettah	mettah	US		0	America/Los_Angeles	41.31012	-123.87201	64			CA	023		
5567869	Metropolitan	metropolitan	US		0	America/Los_Angeles	40.51486	-124.14477	22	McDiarmid's Prairie,Metropolitan		CA	023		
5567871	Meyers Place	meyers-place	US		0	America/Los_Angeles	40.26682	-121.92054	702			CA	103		
5567941	Middletown (historical)	middletown-historical	US		0	America/Los_Angeles	40.53876	-122.47279	266			CA	089		
5568077	Minersville (historical)	minersville-historical	US		0	America/Los_Angeles	40.85126	-122.78308	723			CA	105		
5568084	Minnesota	minnesota	US		0	America/Los_Angeles	40.66209	-122.4889	482			CA	089		
5568173	Montgomery Place	montgomery-place	US		0	America/Los_Angeles	40.08654	-122.57612	258			CA	103		
5568203	Moonstone	moonstone	US		0	America/Los_Angeles	41.03013	-124.10951	37	Houda's Mill,Little River,Moonstone		CA	023		
5568239	Morgan Springs	morgan-springs	US		0	America/Los_Angeles	40.3621	-121.51109	1479	Morgan,Morgan Springs		CA	103		
5568241	Morley (historical)	morley-historical	US		0	America/Los_Angeles	40.77682	-122.38112	325	Morley (historical),Wintun Lodge		CA	089		
5568287	Motion	motion	US		0	America/Los_Angeles	40.67432	-122.46057	182	Camp Bailey,Copley,Motion		CA	089		
5568291	Mount Hebron	mount-hebron	US		95	America/Los_Angeles	41.78709	-122.00417	1299			CA	093		
5568325	Mountain Gate	mountain-gate	US		943	America/Los_Angeles	40.71626	-122.33167	274	Bass,Mountain Gate,Stillwater		CA	089		
5568414	Mugginsville	mugginsville	US		0	America/Los_Angeles	41.57347	-122.9517	899	Mugginsville,Quartz Valley		CA	093		
5568445	Mulkey Place	mulkey-place	US		0	America/Los_Angeles	41.86489	-120.63885	1546			CA	049		
5568471	Murphy Place	murphy-place	US		0	America/Los_Angeles	40.2932	-123.22141	1005			CA	105		
5568514	Myrtletown	myrtletown	US		4675	America/Los_Angeles	40.78874	-124.13034	34			CA	023		
5568619	Nielson Place	nielson-place	US		0	America/Los_Angeles	40.00682	-123.34446	782			CA	105		
5568625	Ninemile (historical)	ninemile-historical	US		0	America/Los_Angeles	40.2871	-122.27861	210			CA	103		
5568659	Norgaar (historical)	norgaar-historical	US		0	America/Los_Angeles	40.4157	-123.40809	588			CA	105		
5568839	Notchko	notchko	US		0	America/Los_Angeles	41.29623	-123.86979	46			CA	023		
5568872	Oak Bottom (historical)	oak-bottom-historical	US		0	America/Los_Angeles	40.64904	-122.58307	370			CA	089		
5568893	Oak Glen	oak-glen	US		0	America/Los_Angeles	40.28236	-123.74115	265			CA	023		
5568912	Oakbar	oakbar	US		0	America/Los_Angeles	41.83736	-122.93865	513			CA	093		
5568923	Obie	obie	US		0	America/Los_Angeles	41.1696	-121.71471	1289			CA	089		
5568928	Ocean West Mobile Home Park	ocean-west-mobile-home-park	US		0	America/Los_Angeles	40.9554	-124.11145	29			CA	023		
5568963	Old Hulbert Place	old-hulbert-place	US		0	America/Los_Angeles	41.43822	-121.05275	1410			CA	049		
5568988	Olinda	olinda	US		0	America/Los_Angeles	40.44376	-122.40751	234			CA	089		
5569031	Opegoi (historical)	opegoi-historical	US		0	America/Los_Angeles	41.25957	-123.60617	104	Op-pe-o,Opegoi (historical),Oppe-yoh,Oppegach,Oppegoeh,Redcaps,Up-pa-goine,Up-pa-goines,Up-pah-goines		CA	023		
5569035	Ore'q (historical)	ore-q-historical	US		0	America/Los_Angeles	41.28655	-124.06041	9			CA	023		
5569052	Oro Fino	oro-fino	US		0	America/Los_Angeles	41.58042	-122.92142	875			CA	093		
5569111	Pacheco	pacheco	US		0	America/Los_Angeles	40.51265	-122.33389	137			CA	089		
5569113	Pacific Shores	pacific-shores	US		0	America/Los_Angeles	41.85539	-124.20147	6			CA	015		
5569136	Paige Bar	paige-bar	US		0	America/Los_Angeles	40.58126	-122.54251	287			CA	089		
5569155	Panamenik (historical)	panamenik-historical	US		0	America/Los_Angeles	41.30263	-123.54145	126	Koomen,Pa-nom-nik,Panamenik (historical)		CA	023		
5569206	Pape Place	pape-place	US		0	America/Los_Angeles	40.17127	-121.80276	490	Pape Place,Papes Place		CA	103		
5569209	Paola (historical)	paola-historical	US		0	America/Los_Angeles	41.45517	-120.52857	1330			CA	049		
5569259	Patrick Creek	patrick-creek	US		0	America/Los_Angeles	41.87511	-123.84507	257			CA	015		
5568220	Moran	moran	US	49760	0	America/Los_Angeles	40.90156	-120.49023	1612			CA	035		
5569262	Patricks Point	patricks-point	US		0	America/Los_Angeles	41.12346	-124.15674	74			CA	023		
5569266	Patsiluvra (historical)	patsiluvra-historical	US		0	America/Los_Angeles	41.54512	-123.52867	224			CA	093		
5569278	Patton Village	patton-village	US		702	America/Los_Angeles	40.14101	-120.15493	1253			CA	035		
5569290	Payne Place	payne-place	US		0	America/Los_Angeles	40.23321	-121.87749	403			CA	103		
5569313	Peanut	peanut	US		0	America/Los_Angeles	40.46792	-123.16864	786	Peanut,Salt Creek		CA	105		
5569332	Pecwan	pecwan	US		0	America/Los_Angeles	41.34401	-123.85396	39			CA	023		
5569344	Pekwan (historical)	pekwan-historical	US		0	America/Los_Angeles	41.3429	-123.85257	26	Pack-wans,Pak-wan,Pank-wans *,Pec-quan,Pek-wan *,Pekwan (historical),Tirip'ama		CA	023		
5569345	Pekwuteu (historical)	pekwuteu-historical	US		0	America/Los_Angeles	41.18457	-123.70256	106			CA	023		
5569354	Peligreen Place	peligreen-place	US		0	America/Los_Angeles	40.20877	-121.78832	960			CA	103		
5569359	Peninsula Village	peninsula-village	US		0	America/Los_Angeles	40.27211	-121.12718	1383			CA	035		
5569360	Peninsula Village	peninsula-village	US		0	America/Los_Angeles	40.27322	-121.13052	1418			CA	063		
5569366	Penney	penney	US		0	America/Los_Angeles	40.19821	-123.10169	1043			CA	105		
5569369	Penoyar	penoyar	US		0	America/Los_Angeles	41.66737	-122.06279	1481			CA	093		
5569374	Pepperwood	pepperwood	US		0	America/Los_Angeles	40.44597	-123.99282	35	Barkdull,Pepperwood		CA	023		
5569384	Perez	perez	US		0	America/Los_Angeles	41.67627	-121.25415	1274			CA	049		
5569397	Pete Hoff Place	pete-hoff-place	US		0	America/Los_Angeles	40.2171	-122.61084	326			CA	103		
5569424	Pettyjohn Place	pettyjohn-place	US		0	America/Los_Angeles	40.17349	-122.67584	422			CA	103		
5569523	Pine Hills	pine-hills	US		3131	America/Los_Angeles	40.73318	-124.15228	128			CA	023		
5569545	Pine Town	pine-town	US		0	America/Los_Angeles	40.30406	-120.99079	1551	Old Town,Pine Town		CA	035		
5569547	Pinewood Cove	pinewood-cove	US		0	America/Los_Angeles	40.84514	-122.84641	784	Pinewood Cove,Pinewood Cove Recreation Site		CA	105		
5569552	Pinnio	pinnio	US		0	America/Los_Angeles	41.07406	-120.46939	1660			CA	035		
5569596	Pittville	pittville	US		0	America/Los_Angeles	41.0485	-121.33442	1001			CA	089		
5569629	Point McCloud	point-mccloud	US		0	America/Los_Angeles	40.92376	-122.24362	335	Point McCloud,Point McCloud Resort		CA	089		
5569672	Polk Springs	polk-springs	US		0	America/Los_Angeles	40.1171	-121.66526	751			CA	103		
5569673	Pollard Flat	pollard-flat	US		0	America/Los_Angeles	40.99571	-122.41835	459			CA	089		
5569685	Pomeroy (historical)	pomeroy-historical	US		0	America/Los_Angeles	41.61793	-122.19362	1541			CA	093		
5569692	Pondosa	pondosa	US		0	America/Los_Angeles	41.19933	-121.68888	1262			CA	093		
5569718	Portal Inn	portal-inn	US		0	America/Los_Angeles	40.73571	-122.31945	303			CA	089		
5569720	Port Kenyon	port-kenyon	US		0	America/Los_Angeles	40.59513	-124.27978	4			CA	023		
5569837	Project City (historical)	project-city-historical	US		0	America/Los_Angeles	40.67987	-122.35195	237			CA	089		
5569854	Pumpkin Center	pumpkin-center	US		0	America/Los_Angeles	41.10989	-121.10664	1260			CA	035		
5569901	R Flourney	r-flourney	US		0	America/Los_Angeles	41.21101	-120.5269	1360			CA	049		
5570191	Redwoods	redwoods	US		0	America/Los_Angeles	40.59627	-121.93555	611			CA	089		
5570206	Rekwoi (historical)	rekwoi-historical	US		0	America/Los_Angeles	41.54151	-124.05119	3			CA	015		
5570221	Requa	requa	US		0	America/Los_Angeles	41.54679	-124.06646	38			CA	015		
5569283	Pawnee	pawnee	US	62558	0	America/Los_Angeles	40.61238	-122.03444	352			CA	089		
5570279	Ridgewoods Heights	ridgewoods-heights	US		0	America/Los_Angeles	40.73541	-124.14839	127			CA	023		
5570295	Rinckel	rinckel	US		0	America/Los_Angeles	41.13321	-122.07528	818			CA	089		
5570319	Riverside Park	riverside-park	US		0	America/Los_Angeles	40.49514	-123.99282	77			CA	023		
5570338	Robbers Creek	robbers-creek	US		0	America/Los_Angeles	40.37017	-121.00496	1623			CA	035		
5570352	Roberts Place	roberts-place	US		0	America/Los_Angeles	40.04099	-121.85748	536			CA	103		
5570462	Rohnerville	rohnerville	US		0	America/Los_Angeles	40.56708	-124.13561	60	Eel River,Rohnerville		CA	023		
5570553	Round Valley (historical)	round-valley-historical	US		0	America/Los_Angeles	40.11572	-120.96773	1378			CA	063		
5570607	Russ Place	russ-place	US		0	America/Los_Angeles	40.1457	-123.27891	1022			CA	105		
5570668	Sage Hen	sage-hen	US		0	America/Los_Angeles	41.11073	-120.47801	1691			CA	035		
5570845	Saunders Place	saunders-place	US		0	America/Los_Angeles	40.05043	-122.5475	281			CA	103		
5570846	Savercool Place	savercool-place	US		0	America/Los_Angeles	40.1896	-121.69304	690			CA	103		
5570868	Sawyers Bar	sawyers-bar	US		0	America/Los_Angeles	41.29736	-123.13032	685	Sawyer's Bar,Sawyers Bar		CA	093		
5570874	Scaath	scaath	US		0	America/Los_Angeles	41.51457	-123.96952	24			CA	015		
5570875	Scarface	scarface	US		0	America/Los_Angeles	41.41155	-121.29498	1338			CA	049		
5570963	Scott Place	scott-place	US		0	America/Los_Angeles	40.20653	-124.03337	351			CA	023		
5570975	Scotty Place	scotty-place	US		0	America/Los_Angeles	41.12406	-120.87385	1378			CA	035		
5571054	Shackleford Place	shackleford-place	US		0	America/Los_Angeles	40.12682	-122.73445	486			CA	103		
5571060	Shadow Mountain Mobile Home Park	shadow-mountain-mobile-home-park	US		0	America/Los_Angeles	41.27543	-122.29918	1008			CA	093		
5571081	Shannon Place	shannon-place	US		0	America/Los_Angeles	40.15459	-123.36225	564			CA	105		
5571115	Shasta Retreat	shasta-retreat	US		0	America/Los_Angeles	41.23543	-122.27251	796			CA	093		
5571120	Shasta Springs	shasta-springs	US		0	America/Los_Angeles	41.24682	-122.26112	878			CA	093		
5571166	Sheepshead	sheepshead	US		0	America/Los_Angeles	40.85545	-120.8244	1768			CA	035		
5571188	Shelter Cove	shelter-cove	US		693	America/Los_Angeles	40.03042	-124.07309	42			CA	023		
5571251	Shively	shively	US		0	America/Los_Angeles	40.43069	-123.96977	44	Paradise,Shiveley,Shively		CA	023		
5571287	Shregegon (historical)	shregegon-historical	US		0	America/Los_Angeles	41.33457	-123.85534	38	Sca-goines,Schre-gon,Ser-a-goines,Seragoins,Serragoin,Shregegon (historical),Sira-grins,Sri-gon *		CA	023		
5571294	Shumig (historical)	shumig-historical	US		0	America/Los_Angeles	41.1354	-124.15257	73	Shumig (historical),Sumeg		CA	023		
5571304	Sids Place	sids-place	US		0	America/Los_Angeles	40.41903	-123.4567	1109			CA	105		
5571314	Signal Butte	signal-butte	US		0	America/Los_Angeles	41.28016	-122.18862	1305			CA	093		
5571352	Silverthorn	silverthorn	US		0	America/Los_Angeles	40.64765	-122.39168	220			CA	089		
5571416	Skinner Mill Place	skinner-mill-place	US		0	America/Los_Angeles	40.15654	-122.70306	464	Skinner Hill Place,Skinner Mill Place		CA	103		
5571437	Slagger	slagger	US		0	America/Los_Angeles	41.32572	-121.72305	1394			CA	093		
5571513	Smith (historical)	smith-historical	US		0	America/Los_Angeles	40.30959	-123.76365	65			CA	023		
5571601	Snowden	snowden	US		0	America/Los_Angeles	41.7932	-122.47697	813	Snowden,Snowdon,Snowdown		CA	093		
5571858	Southport Landing	southport-landing	US		0	America/Los_Angeles	40.69485	-124.24895	2	Heneys Landing,Meyers Landing,Southport Landing		CA	023		
5571861	Spalding Corner	spalding-corner	US		0	America/Los_Angeles	41.13044	-121.58027	1018	Spalding Corner,Spaulding Corner		CA	089		
5571862	Spalding Tract	spalding-tract	US		0	America/Los_Angeles	40.65295	-120.7719	1566	Spalding Tract,Spaulding,Spaulding Tract		CA	035		
5571961	Spruce Point	spruce-point	US		0	America/Los_Angeles	40.74318	-124.19784	15			CA	023		
5572060	Steelhead	steelhead	US		0	America/Los_Angeles	40.17015	-123.64531	103			CA	023		
5572061	Steelhead	steelhead	US		0	America/Los_Angeles	41.7768	-123.03921	475			CA	093		
5572156	Stones Landing	stones-landing	US		0	America/Los_Angeles	40.71239	-120.72329	1565			CA	035		
5572201	Stringtown (historical)	stringtown-historical	US		0	America/Los_Angeles	41.04126	-122.70224	731			CA	105		
5572202	Stronghold	stronghold	US		0	America/Los_Angeles	41.90543	-121.40971	1230			CA	049		
5572306	Summerville (historical)	summerville-historical	US		0	America/Los_Angeles	40.19571	-121.68137	739			CA	103		
5572312	Summit City (historical)	summit-city-historical	US		0	America/Los_Angeles	40.68598	-122.40168	261			CA	089		
5572358	Sunny Brae	sunny-brae	US		0	America/Los_Angeles	40.85818	-124.06645	16			CA	023		
5572384	Surgone	surgone	US		0	America/Los_Angeles	41.33485	-123.85451	51			CA	023		
5572388	Surprise Station	surprise-station	US		0	America/Los_Angeles	41.57378	-120.43634	1376	Surprise,Surprise Siding,Surprise Station		CA	049		
5572411	Suty (historical)	suty-historical	US		0	America/Los_Angeles	41.8721	-121.41721	1230			CA	049		
5572417	Swain Place	swain-place	US		0	America/Los_Angeles	40.17821	-122.57695	340			CA	103		
5572447	Sweetbriar	sweetbriar	US		0	America/Los_Angeles	41.12987	-122.32029	586	Sweet Brier,Sweetbriar		CA	089		
5572461	Swiss Bar	swiss-bar	US		0	America/Los_Angeles	41.86514	-122.71364	575			CA	093		
5572478	Table Bluff	table-bluff	US		0	America/Los_Angeles	40.65818	-124.21645	97			CA	023		
5572481	Table Bluff Rancheria	table-bluff-rancheria	US		0	America/Los_Angeles	40.68402	-124.24561	72			CA	023		
5572491	Swobe	swobe	US		0	America/Los_Angeles	41.27683	-121.91444	1145			CA	093		
5572530	Tanoak (historical)	tanoak-historical	US		0	America/Los_Angeles	40.31764	-123.7717	63			CA	023		
5572538	Tasikoyo (historical)	tasikoyo-historical	US		0	America/Los_Angeles	40.07489	-120.83995	1083	Tasikoyo,Tasikoyo (historical),To-si-ko-yo,Tusikweyo*		CA	063		
5572541	Tatlatunne (historical)	tatlatunne-historical	US		0	America/Los_Angeles	41.75678	-124.22841	0	Kal-wa-natc-kuc-te-ne,Ta-a-te-ne *,Ta-ah-tens *,Ta-t'ea-tun *,Ta-t'qla-tun *,Ta-ta-ten *,Ta-tla tun-ne *,Tahahteens,Tahaten,Tatlatunne (historical),Tatqlaq-tun-tun-ne		CA	015		
5572606	Tenmile (historical)	tenmile-historical	US		0	America/Los_Angeles	40.07099	-121.95054	334			CA	103		
5572615	Tennant	tennant	US		41	America/Los_Angeles	41.58377	-121.91334	1462			CA	093		
5572644	The Crossing	the-crossing	US		0	America/Los_Angeles	40.48629	-120.47411	1380			CA	035		
5572650	The Springs	the-springs	US		0	America/Los_Angeles	40.79874	-124.03589	382			CA	023		
5572675	Thompson Place	thompson-place	US		0	America/Los_Angeles	40.16016	-121.97388	500	Thompson Place,Thompson Ranch		CA	103		
5572681	Thorn Junction	thorn-junction	US		0	America/Los_Angeles	40.06348	-123.96364	300			CA	023		
5572893	Trinity Alps	trinity-alps	US		0	America/Los_Angeles	40.85737	-122.8903	758	Trinity Alps,Trinity Alps Resort		CA	105		
5572928	Trinity Village	trinity-village	US		297	America/Los_Angeles	40.87541	-123.52838	210			CA	105		
5572950	Tryon Corner	tryon-corner	US		0	America/Los_Angeles	41.87734	-124.14647	10			CA	015		
5572953	Tsurau, Yurok Settlement (Historical)	tsurau-yurok-settlement-historical	US		0	America/Los_Angeles	41.05868	-124.14442	53	Tschura,Tschura-Allequas,Tsurai,Zoreisch		CA	023		
5572956	Tuber	tuber	US		0	America/Los_Angeles	41.93682	-121.45138	1231			CA	049		
5572991	Tunnel Inn	tunnel-inn	US		0	America/Los_Angeles	40.72626	-122.32473	282	Tunnel Inn,Wonderland		CA	089		
5573099	Tyee City	tyee-city	US		0	America/Los_Angeles	40.92235	-124.12673	4			CA	023		
5573112	Ueland Place	ueland-place	US		0	America/Los_Angeles	40.31292	-123.39669	815			CA	105		
5573255	Vestil	vestil	US		0	America/Los_Angeles	41.23656	-120.5594	1353			CA	049		
5573267	Viewland	viewland	US		0	America/Los_Angeles	40.43018	-120.28022	1381	View Land,Viewland		CA	035		
5573277	Virgilia	virgilia	US		0	America/Los_Angeles	40.0185	-121.10552	848			CA	063		
5573293	Wade Place	wade-place	US		0	America/Los_Angeles	40.29599	-121.91527	488			CA	103		
5573298	Vollmers	vollmers	US		0	America/Los_Angeles	40.94293	-122.44001	413			CA	089		
5573335	Walker Place (historical)	walker-place-historical	US		0	America/Los_Angeles	40.21543	-122.53834	230			CA	103		
5573379	Waseck	waseck	US		0	America/Los_Angeles	41.21679	-123.75534	259			CA	023		
5573422	Waugh (historical)	waugh-historical	US		0	America/Los_Angeles	40.59293	-122.43695	161	Middle Creek,Waugh (historical)		CA	089		
5573431	Waukell Flat (historical)	waukell-flat-historical	US		0	America/Los_Angeles	41.51762	-124.01702	7			CA	015		
5573462	Weitchpec	weitchpec	US		0	America/Los_Angeles	41.18818	-123.70839	110	Weitchpec,Weitspeck		CA	023		
5573470	Wells Place	wells-place	US		0	America/Los_Angeles	40.19794	-121.93221	474			CA	103		
5573477	Wengler	wengler	US		0	America/Los_Angeles	40.91405	-121.90861	815			CA	089		
5573544	West Humboldt (historical)	west-humboldt-historical	US		0	America/Los_Angeles	40.76763	-124.2184	3			CA	023		
5573567	Westend Galatin Place (historical)	westend-galatin-place-historical	US		0	America/Los_Angeles	40.02432	-122.51917	233			CA	103		
5573568	Westhaven	westhaven	US		0	America/Los_Angeles	41.03596	-124.11118	100			CA	023		
5573573	Westlund Place	westlund-place	US		0	America/Los_Angeles	40.23375	-124.01726	522			CA	023		
5573581	Westwood Junction	westwood-junction	US		0	America/Los_Angeles	40.43183	-120.94663	1683			CA	035		
5573631	White Horse	white-horse	US		0	America/Los_Angeles	41.311	-121.39832	1348			CA	049		
5573665	Whitehouse (historical)	whitehouse-historical	US		0	America/Los_Angeles	40.65765	-122.43362	227			CA	089		
5573685	Whitlow	whitlow	US		0	America/Los_Angeles	40.31514	-123.79726	55	Sequoia,Whitlow		CA	023		
5573705	Whittington Place	whittington-place	US		0	America/Los_Angeles	40.70877	-121.68165	1521			CA	089		
5573718	Wigdon Place	wigdon-place	US		0	America/Los_Angeles	40.67514	-123.46115	725			CA	105		
5573806	Willie Hoaglin Place	willie-hoaglin-place	US		0	America/Los_Angeles	40.11404	-123.33641	672	Hoaglin Place,Willie Hoaglin Place		CA	105		
5573856	Willow Ranch	willow-ranch	US		0	America/Los_Angeles	41.90239	-120.35829	1442			CA	049		
5573942	Winthrop (historical)	winthrop-historical	US		0	America/Los_Angeles	40.79349	-122.19195	335	Delamar,Salee,Winthrop (historical)		CA	089		
5574011	Worswick	worswick	US		0	America/Los_Angeles	40.6118	-124.19172	13			CA	023		
5574017	Wright Place	wright-place	US		0	America/Los_Angeles	41.27763	-123.6784	296	East Peak,Mathews Peak,Wright Place		CA	023		
5574024	Wyntoon	wyntoon	US		0	America/Los_Angeles	41.19155	-122.06445	868			CA	093		
5574031	Yager Junction	yager-junction	US		0	America/Los_Angeles	40.54819	-123.82449	829			CA	023		
5574038	Ydaloom (historical)	ydaloom-historical	US		0	America/Los_Angeles	40.77876	-122.22084	325	Brownsville,Copper City,Williams,Ydaloom (historical),Ydalpom		CA	089		
5574057	Yellowjacket	yellowjacket	US		0	America/Los_Angeles	40.24044	-121.69109	1204			CA	103		
5574072	Yellowjacket Place	yellowjacket-place	US		0	America/Los_Angeles	40.16932	-123.32363	841	Yellow Jacket,Yellowjacket Campground,Yellowjacket Place		CA	105		
5574082	Yontocket	yontocket	US		0	America/Los_Angeles	41.90761	-124.19897	8			CA	015		
5574340	Ara	ara	US		0	America/Denver	40.02499	-105.25027	1606			CO	013		
5574368	Aristocrat Ranchettes	aristocrat-ranchettes	US		1344	America/Denver	40.10915	-104.76247	1525			CO	123		
5574374	Arrowhead	arrowhead	US		0	America/Denver	40.57915	-105.02442	1501			CO	069		
5574383	Arrowood	arrowood	US		0	America/Denver	40.18721	-105.51083	2515			CO	013		
5574414	Axial	axial	US		0	America/Denver	40.28525	-107.79202	1967			CO	081		
5574429	Avalo	avalo	US		0	America/Denver	40.80332	-103.65022	1378			CO	123		
5574458	Balarat	balarat	US		0	America/Denver	40.15915	-105.39638	2267			CO	013		
5574485	Balzac	balzac	US		0	America/Denver	40.40692	-103.47133	1250			CO	087		
5574535	Bark Ranch	bark-ranch	US		213	America/Denver	40.11749	-105.43944	2594			CO	013		
5574597	Bear River (historical)	bear-river-historical	US		0	America/Denver	40.48386	-107.11728	1958			CO	107		
5574648	Beaver Point	beaver-point	US		0	America/Denver	40.36443	-105.54444	2332			CO	069		
5574708	Berts Corner	berts-corner	US		0	America/Denver	40.30776	-105.10276	1547			CO	069		
5574719	Beta	beta	US		0	America/Denver	40.46609	-103.37883	1237			CO	075		
5574758	Big Elk Meadows	big-elk-meadows	US		0	America/Denver	40.26193	-105.43027	2290			CO	013		
5574859	Black Hollow Junction	black-hollow-junction	US		0	America/Denver	40.59609	-105.02942	1511			CO	069		
5574953	Bockman Lumber Camp	bockman-lumber-camp	US		0	America/Denver	40.55831	-105.96585	2757			CO	057		
5575083	Box Prairie	box-prairie	US		0	America/Denver	40.58137	-105.46888	2526			CO	069		
5575107	Bracewell	bracewell	US		0	America/Denver	40.45943	-104.81719	1444			CO	123		
5575178	Brownlee	brownlee	US		0	America/Denver	40.7847	-106.28669	2440			CO	057		
5575181	Browns Corner	browns-corner	US		0	America/Denver	40.40748	-105.05887	1522			CO	069		
5575330	Bunyan	bunyan	US		0	America/Denver	40.29026	-104.91525	1499			CO	123		
5575478	Campion	campion	US		1839	America/Denver	40.34943	-105.07776	1560			CO	069		
5575592	Cedar Cove	cedar-cove	US		0	America/Denver	40.41582	-105.26554	1700			CO	069		
5575748	Clarkville	clarkville	US		0	America/Denver	40.39499	-102.62603	1224			CO	125		
5575788	Cloverly	cloverly	US		0	America/Denver	40.45665	-104.62635	1431			CO	123		
5575889	Columbine	columbine	US		0	America/Denver	40.85414	-106.96588	2652			CO	107		
5576071	Craig Place	craig-place	US		0	America/Denver	40.72024	-108.95428	2205			CO	081		
5576074	Craig South Highlands	craig-south-highlands	US		0	America/Denver	40.48497	-107.56312	1949	Craig South Highlands,South Craig Highlands		CO	081		
5576103	Crisman	crisman	US		186	America/Denver	40.04082	-105.36138	1933			CO	013		
5576272	Dearfield	dearfield	US		0	America/Denver	40.29054	-104.2594	1372			CO	123		
5576361	Dick	dick	US		0	America/Denver	40.03137	-104.9372	1564			CO	123		
5576415	Dodd	dodd	US		0	America/Denver	40.2872	-103.70745	1289			CO	087		
5576432	Dominion	dominion	US		0	America/Denver	40.14304	-105.12693	1526			CO	013		
5576480	Drakes	drakes	US		0	America/Denver	40.55415	-105.07998	1532			CO	069		
5576552	Dunckley	dunckley	US		0	America/Denver	40.30081	-107.19422	2318	Dunckley,Dunkley		CO	107		
5576656	East La Salle	east-la-salle	US		0	America/Denver	40.3547	-104.68246	1423			CO	123		
5576730	Eggers	eggers	US		0	America/Denver	40.69081	-105.48749	2083	Egger,Eggers		CO	069		
5576741	El Vado	el-vado	US		0	America/Denver	40.00582	-105.34638	1834			CO	013		
5576772	Elk Springs	elk-springs	US		0	America/Denver	40.35552	-108.44843	1944			CO	081		
5576777	Elkdale	elkdale	US		0	America/Denver	40.04026	-105.88112	2488			CO	049		
5576779	Elkhead	elkhead	US		0	America/Denver	40.64858	-107.20756	2282			CO	107		
5576957	Fall River Estates Subdivision	fall-river-estates-subdivision	US		0	America/Denver	40.39026	-105.58111	2733			CO	069		
5576991	Ferncliff	ferncliff	US		0	America/Denver	40.19082	-105.51305	2500			CO	013		
5577152	Fort Julesburg (historical)	fort-julesburg-historical	US		0	America/Denver	40.94305	-102.35824	1070			CO	115		
5577164	Fort Saint Vrain (historical)	fort-saint-vrain-historical	US		0	America/Denver	40.27887	-104.85497	1452			CO	123		
5577165	Fort Sedgwick (historical)	fort-sedgwick-historical	US		0	America/Denver	40.94305	-102.38046	1080			CO	115		
5577168	Fort Boettcher	fort-boettcher	US		0	America/Denver	40.80442	-106.54392	2538			CO	057		
5577307	Gaskil	gaskil	US		0	America/Denver	40.33054	-105.86223	2678			CO	049		
5577402	Glen Comfort	glen-comfort	US		0	America/Denver	40.39359	-105.44027	2189			CO	069		
5577404	Glen Eden	glen-eden	US		0	America/Denver	40.71719	-106.91505	2217			CO	107		
5577418	Glendevey	glendevey	US		0	America/Denver	40.81026	-105.93501	2528			CO	069		
5577469	Goodell Corner	goodell-corner	US		0	America/Denver	40.73526	-105.58111	2484			CO	069		
5577595	Greeley Junction	greeley-junction	US		0	America/Denver	40.45554	-104.69441	1435			CO	123		
5577661	Greystone	greystone	US		0	America/Denver	40.60941	-108.674	2030			CO	081		
5577663	Griff	griff	US		0	America/Denver	40.78221	-103.00714	1162			CO	075		
5577753	Hambert	hambert	US		0	America/Denver	40.31498	-104.73802	1439			CO	123		
5577796	Hardman	hardman	US		0	America/Denver	40.36582	-104.91525	1458			CO	123		
5577808	Harney	harney	US		0	America/Denver	40.15137	-104.94081	1491			CO	123		
5577862	Haybro	haybro	US		0	America/Denver	40.3322	-106.95949	2224			CO	107		
5577977	Hidden Lake	hidden-lake	US		31	America/Denver	40.10999	-105.47861	2668			CO	013		
5578161	Horsetooth Heights	horsetooth-heights	US		0	America/Denver	40.50443	-105.15415	1678			CO	069		
5578240	Hurrich	hurrich	US		0	America/Denver	40.53109	-104.79386	1490			CO	123		
5578265	Idaho Creek	idaho-creek	US		0	America/Denver	40.12221	-105.01304	1494			CO	123		
5578273	Idylwilde	idylwilde	US		0	America/Denver	40.70081	-105.65472	2296	Idlewild,Idylwilde		CO	069		
5578278	Iles Grove	iles-grove	US		0	America/Denver	40.33525	-107.68729	1923			CO	081		
5578308	Indian Meadows	indian-meadows	US		0	America/Denver	40.70054	-105.55194	2143			CO	069		
5578409	Jack Springs	jack-springs	US		0	America/Denver	40.35108	-108.70316	2168			CO	081		
5578421	Jackson Field	jackson-field	US		0	America/Denver	40.40693	-104.68635	1430			CO	123		
5578466	Jessum	jessum	US		0	America/Denver	40.13887	-105.02498	1492			CO	123		
5578471	Jessica	jessica	US		0	America/Denver	40.76054	-103.17187	1216			CO	075		
5578586	Juniper Hot Springs	juniper-hot-springs	US		0	America/Denver	40.46719	-107.95369	1826	Juniper Hot Springs,Juniper Springs		CO	081		
5578640	Kahler	kahler	US		0	America/Denver	40.32832	-104.99859	1528			CO	123		
5578655	Kelim	kelim	US		0	America/Denver	40.40665	-104.95081	1505			CO	069		
5578675	Kenyon Corner	kenyon-corner	US		0	America/Denver	40.63943	-105.07276	1559			CO	069		
5578681	Kerns	kerns	US		0	America/Denver	40.50748	-104.94442	1473			CO	069		
5578715	Kings Corner	kings-corner	US		0	America/Denver	40.37832	-105.07331	1504			CO	069		
5578717	Kinikinik	kinikinik	US		0	America/Denver	40.71248	-105.73806	2356	Kinikinik,Kinnikinick,Williams Ranch		CO	069		
5578719	Kings Canyon	kings-canyon	US		0	America/Denver	40.92692	-106.22697	2559			CO	057		
5578774	Krauss	krauss	US		0	America/Denver	40.10693	-104.44273	1464			CO	123		
5578784	Kuner	kuner	US		0	America/Denver	40.37609	-104.49051	1397			CO	123		
5578806	Laird	laird	US		47	America/Denver	40.08249	-102.10352	1038			CO	125		
5578874	Lamb	lamb	US		0	America/Denver	40.24498	-103.84773	1330			CO	087		
5578892	Larand	larand	US		0	America/Denver	40.62248	-106.2928	2503			CO	057		
5578924	Lay	lay	US		0	America/Denver	40.52664	-107.88202	1884			CO	081		
5578927	Lazy Acres	lazy-acres	US		920	America/Denver	40.09332	-105.33277	2138			CO	013		
5578986	Leyner	leyner	US		29	America/Denver	40.04971	-105.10248	1534			CO	013		
5578990	Liggett	liggett	US		0	America/Denver	40.04498	-105.13387	1543			CO	013		
5579077	Little Dam	little-dam	US		0	America/Denver	40.42221	-105.22276	1623			CO	069		
5579170	Lochbuie	lochbuie	US		5390	America/Denver	40.00721	-104.71608	1530			CO	123		
5579374	Loveland Heights	loveland-heights	US		0	America/Denver	40.38971	-105.46416	2226			CO	069		
5579390	Lowe	lowe	US		0	America/Denver	40.49248	-104.59552	1432			CO	123		
5579418	Loyd	loyd	US		0	America/Denver	40.30358	-107.70479	1951			CO	081		
5579482	Mad Creek	mad-creek	US		0	America/Denver	40.56609	-106.88838	2052			CO	107		
5579495	Maloy	maloy	US		0	America/Denver	40.24443	-104.96998	1516			CO	123		
5579504	Manhattan (historical)	manhattan-historical	US		0	America/Denver	40.7322	-105.6	2583			CO	069		
5579534	Marcott	marcott	US		0	America/Denver	40.8786	-102.72408	1120			CO	075		
5579558	Marnett	marnett	US		0	America/Denver	40.16832	-105.13387	1524			CO	013		
5579606	Mason Corner	mason-corner	US		0	America/Denver	40.46693	-104.70191	1444			CO	123		
5579615	Massadona	massadona	US		0	America/Denver	40.25275	-108.64038	1766			CO	081		
5579618	Masters	masters	US		0	America/Denver	40.30943	-104.24495	1358			CO	123		
5579666	McClellands	mcclellands	US		0	America/Denver	40.52804	-105.08081	1538			CO	069		
5579768	Meeker Park	meeker-park	US		0	America/Denver	40.23387	-105.53083	2590			CO	013		
5579796	Messex	messex	US		0	America/Denver	40.42943	-103.43661	1246			CO	121		
5579802	Meyers Corner	meyers-corner	US		0	America/Denver	40.66804	-105.01942	1573			CO	069		
5580052	Morey	morey	US		0	America/Denver	40.21748	-105.09276	1556			CO	013		
5580089	Mount Harris	mount-harris	US		0	America/Denver	40.48359	-107.14478	1963			CO	107		
5580103	Mountain Meadows	mountain-meadows	US		274	America/Denver	40.02387	-105.38055	2211			CO	013		
5580174	Mumper Corner	mumper-corner	US		0	America/Denver	40.45193	-104.69719	1431			CO	123		
5580292	Ninemile Corner	ninemile-corner	US		0	America/Denver	40.01526	-105.1036	1605			CO	013		
5580293	Ninemile Corner	ninemile-corner	US		0	America/Denver	40.14637	-103.58439	1314			CO	087		
5580294	Ninemile Corner	ninemile-corner	US		0	America/Denver	40.11609	-103.79273	1342			CO	087		
5580330	Noland	noland	US		0	America/Denver	40.25915	-105.25443	1837			CO	013		
5580484	Northgate	northgate	US		0	America/Denver	40.88581	-106.29419	2414			CO	057		
5580524	Offield Place	offield-place	US		0	America/Denver	40.9858	-108.66316	2049			CO	081		
5580547	Old Fort Vasquez (historical)	old-fort-vasquez-historical	US		0	America/Denver	40.19443	-104.82108	1470			CO	123		
5580548	Old Homestead	old-homestead	US		0	America/Denver	40.44026	-106.14363	2674			CO	057		
5580550	Old Roach	old-roach	US		0	America/Denver	40.92442	-106.11724	2859			CO	069		
5580569	Olympus Heights	olympus-heights	US		0	America/Denver	40.37776	-105.48389	2292	Anderson,Olympus Heights		CO	069		
5580588	Orodell	orodell	US		0	America/Denver	40.01499	-105.32527	1748	Oradell,Orodell		CO	013		
5580633	Owl Canyon	owl-canyon	US		0	America/Denver	40.76248	-105.17554	1750			CO	069		
5580657	Pagoda	pagoda	US		0	America/Denver	40.33692	-107.41589	1996			CO	107		
5580773	Peaceful Valley	peaceful-valley	US		0	America/Denver	40.13137	-105.49778	2569			CO	013		
5580882	Pine Brook Hill	pine-brook-hill	US		983	America/Denver	40.04999	-105.31471	1952			CO	013		
5580900	Pinewood Springs	pinewood-springs	US		0	America/Denver	40.27332	-105.35666	2043	Little Elk Park,Pinewood Springs		CO	069		
5580914	Pinneo	pinneo	US		0	America/Denver	40.20942	-103.43855	1330			CO	121		
5580944	Platner	platner	US		0	America/Denver	40.15526	-103.06744	1351			CO	121		
5580965	Pleasant View Ridge	pleasant-view-ridge	US		0	America/Denver	40.11665	-105.05554	1523			CO	013		
5580971	Plumbs	plumbs	US		0	America/Denver	40.08776	-105.04387	1511			CO	123		
5581042	Poudre Park	poudre-park	US		0	America/Denver	40.68609	-105.30471	1730	Columbine,Columbine Park,Poudre,Poudre Park		CO	069		
5581057	Powars	powars	US		0	America/Denver	40.04082	-104.80803	1507			CO	123		
5581058	Powder Wash	powder-wash	US		0	America/Denver	40.9458	-108.31148	2049			CO	081		
5581112	Prospect Valley	prospect-valley	US		0	America/Denver	40.07359	-104.41496	1477			CO	123		
5581125	Pulliam	pulliam	US		0	America/Denver	40.32054	-104.94386	1479			CO	123		
5581127	Puritan	puritan	US		0	America/Denver	40.08498	-104.99915	1531			CO	123		
5581164	Rago	rago	US		0	America/Denver	40.00193	-103.4155	1391			CO	121		
5581260	Raymer	raymer	US		96	America/Denver	40.60804	-103.84245	1456	New Raymer,Raymer		CO	123		
5581332	Reds Place	reds-place	US		0	America/Denver	40.73053	-105.87168	2562			CO	069		
5581396	Rinn	rinn	US		0	America/Denver	40.13887	-104.99887	1486			CO	123		
5581449	Robb	robb	US		0	America/Denver	40.10249	-102.37187	1135			CO	125		
5581451	Robinson Place	robinson-place	US		0	America/Denver	40.4058	-108.98595	2377			CO	081		
5581582	Rustic	rustic	US		0	America/Denver	40.69928	-105.5813	2184			CO	069		
5581652	Saint Vrains	saint-vrains	US		0	America/Denver	40.03693	-104.9547	1557			CO	123		
5581765	Schramm	schramm	US		0	America/Denver	40.11388	-102.60604	1226			CO	125		
5581827	Seven Hills	seven-hills	US		121	America/Denver	40.02637	-105.31194	1804			CO	013		
5581828	Seven Hills	seven-hills	US		121	America/Denver	40.03721	-105.33305	1982			CO	013		
5581973	Silver Spruce	silver-spruce	US		0	America/Denver	40.00471	-105.34777	1849			CO	013		
5581988	Sinnard	sinnard	US		0	America/Denver	40.58832	-105.00331	1507			CO	069		
5582057	Slavonia	slavonia	US		0	America/Denver	40.78442	-106.70421	2986			CO	107		
5582205	South Roggen	south-roggen	US		0	America/Denver	40.1022	-104.33856	1465			CO	123		
5582224	Spanish Village	spanish-village	US		0	America/Denver	40.38443	-104.54635	1406			CO	123		
5582251	Spencer Heights	spencer-heights	US		0	America/Denver	40.67415	-105.78445	2409			CO	069		
5582329	Stage	stage	US		0	America/Denver	40.61165	-104.74275	1522			CO	123		
5582338	Stanley Heights Subdivision	stanley-heights-subdivision	US		0	America/Denver	40.38109	-105.50444	2299			CO	069		
5582361	Steamboat II	steamboat-ii	US		0	America/Denver	40.50803	-106.90672	2014			CO	107		
5582385	Stelbars Lindland	stelbars-lindland	US		0	America/Denver	40.57442	-106.06474	2640			CO	057		
5582456	Stove Prairie Landing	stove-prairie-landing	US		0	America/Denver	40.68248	-105.38916	1849			CO	069		
5582552	Sunbeam	sunbeam	US		0	America/Denver	40.5508	-108.19592	1795			CO	081		
5582619	Switzerland Park	switzerland-park	US		0	America/Denver	40.00138	-105.43472	2311			CO	013		
5582637	Tall Timber	tall-timber	US		208	America/Denver	40.01443	-105.35166	1948			CO	013		
5582720	Thornburgh	thornburgh	US		0	America/Denver	40.20692	-107.6959	2054	Thornburg,Thornburgh		CO	103		
5582793	Tobin	tobin	US		0	America/Denver	40.83416	-102.87269	1140			CO	075		
5582813	Tonville	tonville	US		0	America/Denver	40.00915	-104.70386	1531			CO	123		
5582852	Trapper	trapper	US		0	America/Denver	40.10387	-106.87977	2444			CO	107		
5582867	Trilby Corner	trilby-corner	US		0	America/Denver	40.4947	-105.07748	1535			CO	069		
5582877	Troublesome	troublesome	US		0	America/Denver	40.06082	-106.29169	2244			CO	049		
5582930	Twelvemile Corner	twelvemile-corner	US		0	America/Denver	40.07332	-103.79273	1370			CO	087		
5582948	Twin Mills	twin-mills	US		0	America/Denver	40.5736	-103.12632	1280			CO	075		
5583071	Valmont	valmont	US		59	America/Denver	40.03193	-105.21443	1580			CO	013		
5583122	Vollmar	vollmar	US		0	America/Denver	40.13498	-104.83886	1483			CO	123		
5583157	Wallstreet	wallstreet	US		0	America/Denver	40.03887	-105.39083	2101			CO	013		
5583165	Waltonia	waltonia	US		0	America/Denver	40.41387	-105.36305	1983			CO	069		
5583221	Wattenberg	wattenberg	US		0	America/Denver	40.02776	-104.83664	1505			CO	123		
5583253	Welty	welty	US		0	America/Denver	40.32776	-105.01776	1535			CO	123		
5583333	Westplains	westplains	US		0	America/Denver	40.86471	-103.49771	1326			CO	075		
5583351	Wheelman	wheelman	US		0	America/Denver	40.0036	-105.37388	1929			CO	013		
5583375	White River City	white-river-city	US		0	America/Denver	40.0908	-108.22425	1750			CO	103		
5583415	Wildcat	wildcat	US		0	America/Denver	40.25915	-104.8847	1455			CO	123		
5583428	Willey Lumber Camp	willey-lumber-camp	US		0	America/Denver	40.50276	-105.89918	2950			CO	057		
5583499	Wilson Place	wilson-place	US		0	America/Denver	40.76191	-108.89373	1627			CO	081		
5583708	Abbey (historical)	abbey-historical	US		0	America/Boise	42.63157	-114.75616	1098			ID	083		
5583717	Aberdeen Junction	aberdeen-junction	US		0	America/Boise	43.22297	-112.47081	1361	Aberdeen Junction,Abereen Junction		ID	011		
5583725	Abstein Place	abstein-place	US		0	America/Boise	44.97074	-115.48678	1510			ID	085		
5583731	Acequia	acequia	US		124	America/Boise	42.66796	-113.59695	1270	Acequia,Asekua,Asikua,Asikvija,Scherrer,a sai ji ya,asikva,askya  aydahw,asykwya,Асекуа,Асиквија,Асикуа,آسکیا، آیداهو,أسيكويا,असीक्वा,ასიკვა,阿塞基亚		ID	067		
5583754	Addie	addie	US		0	America/Los_Angeles	48.95356	-116.16631	789			ID	021		
5583755	Adelaide	adelaide	US		0	America/Boise	42.80713	-113.72196	1327	Adelaide,Adelaide Siding		ID	067		
5583763	Advent Hollow (historical)	advent-hollow-historical	US		0	America/Los_Angeles	46.83739	-116.98433	861			ID	057		
5583767	Agatha	agatha	US		0	America/Los_Angeles	46.51073	-116.57682	279			ID	069		
5583781	Aikman (historical)	aikman-historical	US		0	America/Boise	43.81655	-116.40513	858			ID	045		
5583825	Alder City (historical)	alder-city-historical	US		0	America/Boise	43.87241	-113.52029	1756			ID	037		
5583907	Allens Spur	allens-spur	US		0	America/Los_Angeles	48.74049	-116.36631	548			ID	021		
5583949	Alridge	alridge	US		0	America/Boise	43.21131	-112.00497	1514	Alridge,Cedar Creek		ID	011		
5583956	Alturas City (historical)	alturas-city-historical	US		0	America/Boise	43.80073	-115.16036	1600			ID	039		
5583965	Amalga	amalga	US		0	America/Boise	42.57685	-113.72474	1266			ID	067		
5584010	Amsco	amsco	US		0	America/Boise	43.76461	-116.6493	764			ID	027		
5584040	Anderson Place	anderson-place	US		0	America/Boise	42.24463	-114.95089	1669			ID	083		
5584076	Annis	annis	US		0	America/Boise	43.72824	-111.93608	1472			ID	051		
5584090	Antelope (historical)	antelope-historical	US		0	America/Boise	43.67212	-113.64197	1919			ID	023		
5584192	Archabal	archabal	US		0	America/Boise	44.84684	-116.12207	1526			ID	085		
5584232	Arling	arling	US		0	America/Boise	44.62517	-116.05013	1474	Arling,Arlington		ID	085		
5584257	Arrow	arrow	US		0	America/Los_Angeles	46.47794	-116.76793	248			ID	069		
5584281	Asbestos Point	asbestos-point	US		0	America/Los_Angeles	45.81795	-115.94069	789			ID	049		
5584322	Aspendale	aspendale	US		0	America/Los_Angeles	46.67684	-116.49737	863	Aspendale,Tin Bell		ID	057		
5584359	Austin (historical)	austin-historical	US		0	America/Boise	42.65629	-114.84922	1018			ID	083		
5584430	Bacon	bacon	US		0	America/Boise	44.636	-116.54793	851			ID	003		
5584618	Banida	banida	US		0	America/Boise	42.23103	-111.94246	1462	Banida,Dunnville		ID	041		
5584669	Barber	barber	US		0	America/Boise	43.56517	-116.11317	852			ID	001		
5584685	Barite	barite	US		0	America/Boise	43.5563	-114.32644	1659			ID	013		
5584725	Barrymore	barrymore	US		0	America/Boise	42.68074	-114.46309	1158			ID	053		
5584846	Bayhorse	bayhorse	US		0	America/Boise	44.3977	-114.31173	1883			ID	037		
5584857	Beachs Corner	beachs-corner	US		0	America/Boise	43.54241	-111.96414	1460	Beachs Corner,Beechs Corner		ID	019		
5584948	Bear Creek Summer Home Area	bear-creek-summer-home-area	US		0	America/Boise	44.16657	-115.19398	1570			ID	015		
5585004	Bear Lake Hot Springs	bear-lake-hot-springs	US		0	America/Boise	42.10854	-111.2652	1814			ID	007		
5585010	Bear Lake Sands	bear-lake-sands	US		0	America/Boise	42.0516	-111.25353	1825			ID	007		
5585205	Bedstead Corner	bedstead-corner	US		0	America/Boise	44.27575	-111.79302	1925			ID	043		
5585218	Beeman	beeman	US		0	America/Los_Angeles	46.40545	-116.52515	1011			ID	069		
5585219	Beer Bottle Crossing	beer-bottle-crossing	US		0	America/Boise	44.6085	-116.23097	1891			ID	003		
5585226	Beetville	beetville	US		0	America/Boise	42.48852	-113.83141	1289			ID	031		
5585269	Bellgrove	bellgrove	US		0	America/Los_Angeles	47.53379	-116.91491	754			ID	055		
5585282	Bench	bench	US		0	America/Boise	42.50353	-111.68023	1673			ID	029		
5585306	Benewah	benewah	US		0	America/Los_Angeles	47.22768	-116.78434	847			ID	009		
5585308	Bengoechea Place	bengoechea-place	US		0	America/Boise	42.30462	-115.84787	1527			ID	073		
5585358	Berenice	berenice	US		0	America/Boise	43.82768	-112.97417	1474			ID	023		
5585374	Bergstrom Place	bergstrom-place	US		0	America/Boise	42.19435	-114.93672	1670			ID	083		
5585408	Besslen	besslen	US		0	America/Boise	42.90852	-114.17364	1263			ID	063		
5585409	Best Corner	best-corner	US		0	America/Los_Angeles	46.56185	-116.1507	962			ID	035		
5585431	Bickel (historical)	bickel-historical	US		0	America/Boise	42.52797	-114.21058	1269			ID	083		
5585505	Big Cedar	big-cedar	US		0	America/Los_Angeles	46.08101	-115.81431	761			ID	049		
5585574	Big Eddy	big-eddy	US		0	America/Boise	44.216	-116.10735	1240	Big Eddy,Big Eddy Station		ID	015		
5585612	Big George	big-george	US		0	America/Los_Angeles	46.50268	-116.49292	334			ID	069		
5585802	Bills	bills	US		0	America/Boise	42.53214	-114.28642	1237			ID	083		
5585832	Bingo Creek Landing	bingo-creek-landing	US		0	America/Los_Angeles	46.75713	-115.73681	966			ID	035		
5585936	Black Bear	black-bear	US		0	America/Los_Angeles	47.51604	-115.85238	1030			ID	079		
5585963	Black Canyon	black-canyon	US		0	America/Boise	43.92655	-116.44236	751			ID	045		
5586030	Black Pine	black-pine	US		0	America/Boise	42.07242	-112.98027	1466			ID	071		
5586066	Blackbird	blackbird	US		0	America/Boise	45.11325	-114.2198	1529			ID	059		
5586079	Blackcloud	blackcloud	US		0	America/Los_Angeles	47.50465	-115.90461	928			ID	079		
5586115	Blackrock	blackrock	US		0	America/Boise	42.79686	-112.32692	1373			ID	005		
5586122	Blacks Creek	blacks-creek	US		0	America/Boise	43.47767	-116.13817	993			ID	001		
5586124	Blacks (historical)	blacks-historical	US		0	America/Boise	43.46378	-116.00927	1079			ID	001		
5586140	Blacktail	blacktail	US		0	America/Los_Angeles	48.12047	-116.4863	640			ID	017		
5586174	Blake	blake	US		0	America/Los_Angeles	46.47324	-116.17764	408			ID	035		
5586291	Blue Dome	blue-dome	US		0	America/Boise	44.16018	-112.91139	1860	Blue Dome,Kaufman		ID	033		
5586413	Boehls	boehls	US		0	America/Los_Angeles	46.87463	-115.90543	489	Boehls,Boehls Cabin		ID	035		
5586418	Bogle	bogle	US		0	America/Los_Angeles	47.35298	-115.73766	915			ID	079		
5586448	Boise Hills Village	boise-hills-village	US		0	America/Boise	43.63239	-116.18984	866			ID	001		
5586449	Boise Junction	boise-junction	US		0	America/Boise	43.60489	-116.25679	829			ID	001		
5586480	Bone	bone	US		0	America/Boise	43.31242	-111.79524	1851			ID	019		
5586539	Borax (historical)	borax-historical	US		0	America/Denver	47.43437	-115.67182	1229			ID	079		
5586541	Border	border	US		0	America/Boise	42.18299	-111.04741	1851			ID	007		
5586587	Boulder City (historical)	boulder-city-historical	US		0	America/Los_Angeles	48.60272	-116.06935	983			ID	021		
5586662	Bovard (historical)	bovard-historical	US		0	America/Los_Angeles	46.66517	-116.70238	549	Bayard,Bovard (historical)		ID	057		
5586689	Bowmont	bowmont	US		0	America/Boise	43.456	-116.54096	809			ID	027		
5586705	Box Canyon	box-canyon	US		0	America/Boise	44.37881	-111.40551	1884			ID	043		
5586736	Boyer	boyer	US		0	America/Los_Angeles	48.32298	-116.4438	642			ID	017		
5586824	Bridge	bridge	US		0	America/Boise	42.12936	-113.3425	1448			ID	031		
5586910	Broten	broten	US		0	America/Los_Angeles	48.22104	-116.41741	719			ID	017		
5586936	Brownlee	brownlee	US		0	America/Boise	44.00878	-116.24541	1163			ID	015		
5586988	Bruce Eddy	bruce-eddy	US		0	America/Los_Angeles	46.51351	-116.2907	489			ID	035		
5587010	Brunning	brunning	US		0	America/Los_Angeles	46.48407	-116.14375	886			ID	035		
5587207	Budge	budge	US		0	America/Boise	42.6088	-113.82446	1267	Budge,Budge Siding		ID	067		
5587231	Bugtown (historical)	bugtown-historical	US		0	America/Boise	43.65933	-116.67486	730			ID	027		
5587243	Buist	buist	US		0	America/Boise	42.32714	-112.60553	1590			ID	071		
5587313	Bullion	bullion	US		0	America/Boise	43.47268	-114.37672	1693			ID	013		
5587314	Bullion (historical)	bullion-historical	US		0	America/Denver	47.43215	-115.67099	1284			ID	079		
5587334	Buncel Place	buncel-place	US		0	America/Boise	42.55017	-116.02454	1376			ID	073		
5587351	Bundy	bundy	US		0	America/Los_Angeles	46.36127	-116.75737	384			ID	069		
5587363	Burgdorf	burgdorf	US		0	America/Boise	45.27712	-115.9129	1866			ID	049		
5587383	Burmah	burmah	US		0	America/Boise	43.12935	-114.26032	1380	Burmah,Burmah Station		ID	063		
5587485	Buswell (historical)	buswell-historical	US		0	America/Los_Angeles	46.83295	-117.02822	799			ID	057		
5587558	Byrne	byrne	US		0	America/Boise	43.69186	-111.74663	1534			ID	065		
5587585	Cabarton	cabarton	US		0	America/Boise	44.43545	-116.04013	1460			ID	085		
5587646	Cabinet	cabinet	US		0	America/Los_Angeles	48.08437	-116.07351	669			ID	017		
5587653	Cable Car Crossing	cable-car-crossing	US		0	America/Boise	45.45379	-115.94291	614			ID	049		
5587717	Calendar	calendar	US		0	America/Los_Angeles	45.62407	-115.66985	2004			ID	049		
5587859	Camp Creek Summer Home Area	camp-creek-summer-home-area	US		0	America/Boise	44.17379	-115.22232	1565			ID	015		
5588026	Cape Horn (historical)	cape-horn-historical	US		0	America/Boise	44.40491	-115.16815	1976			ID	037		
5588048	Carbon Center	carbon-center	US		0	America/Los_Angeles	47.55826	-115.901	901			ID	079		
5588052	Carbonate (historical)	carbonate-historical	US		0	America/Los_Angeles	47.45521	-115.76488	1214			ID	079		
5588057	Cardiff	cardiff	US		0	America/Los_Angeles	46.57435	-115.81236	1042	Cardiff,Cardiff Spur		ID	035		
5588058	Cardiff Mill	cardiff-mill	US		0	America/Los_Angeles	46.47074	-115.79458	947			ID	035		
5588081	Caribou City (historical)	caribou-city-historical	US		0	America/Boise	43.10297	-111.26466	2095	Cariboo City,Caribou City (historical),Iowa Bar,Iowa City		ID	019		
5588084	Caribel	caribel	US		0	America/Los_Angeles	46.25796	-115.94458	860			ID	049		
5588128	Carothers Place (historical)	carothers-place-historical	US		0	America/Boise	42.8835	-116.43289	1102			ID	073		
5588140	Carrietown	carrietown	US		0	America/Boise	43.6049	-114.70034	2265			ID	025		
5588245	Castle Rocks	castle-rocks	US		0	America/Boise	43.32823	-115.31452	1576			ID	039		
5588253	Casto	casto	US		0	America/Boise	44.56797	-114.8487	1721			ID	037		
5588288	Cathedral Pines	cathedral-pines	US		0	America/Boise	43.77741	-114.52672	2001			ID	013		
5588347	Cayuse Junction	cayuse-junction	US		0	America/Los_Angeles	46.59909	-114.85401	1622			ID	035		
5588438	Cedarhill	cedarhill	US		0	America/Boise	42.26686	-112.73137	1636			ID	071		
5588445	Cedron	cedron	US		0	America/Boise	43.62214	-111.19106	1855			ID	081		
5588488	Central Cove	central-cove	US		0	America/Boise	43.6071	-116.86264	725			ID	027		
5588508	Cerro Grande	cerro-grande	US		0	America/Boise	43.44102	-112.93333	1519			ID	011		
5588518	Chalk Cut	chalk-cut	US		0	America/Boise	42.98101	-115.53313	869			ID	039		
5588548	Chambers (historical)	chambers-historical	US		0	America/Los_Angeles	46.9249	-116.78377	782			ID	057		
5588604	Chatcolet	chatcolet	US		76	America/Los_Angeles	47.37213	-116.76351	649	Chatcolet,Chatgolet,Saint Joseph		ID	009		
5588615	Chausse	chausse	US		0	America/Boise	42.18077	-111.0838	1849	Chausse,Chaussee		ID	007		
5588660	Cherrylane	cherrylane	US		0	America/Los_Angeles	46.516	-116.68154	262			ID	069		
5588664	Chesley	chesley	US		0	America/Los_Angeles	46.34906	-116.55292	1036			ID	069		
5588720	Chilco	chilco	US		0	America/Los_Angeles	47.86379	-116.74658	705			ID	055		
5588731	Chilly	chilly	US		0	America/Boise	44.07769	-113.87892	1925			ID	037		
5588781	China Hill	china-hill	US		0	America/Boise	42.5527	-111.82745	1672			ID	029		
5588793	China Hat	china-hat	US		0	America/Boise	42.10157	-115.94009	1882			ID	073		
5588842	Chubbuck	chubbuck	US		14428	America/Boise	42.92075	-112.46609	1363	Chabbak,Chabuk,Chubbock,Chubbuck,Chubuk,chabak  aydahw,cubbaka,tshwbwk,Чаббак,Чабук,Чъбък,تشوبوك,چاباک، آیداهو,چوبیک، ایڈاہو,चुब्बक,ჩაბაკი		ID	005		
5588897	Clagstone	clagstone	US		0	America/Los_Angeles	48.01963	-116.80659	665			ID	017		
5588905	Clarendon Hot Springs	clarendon-hot-springs	US		0	America/Boise	43.55935	-114.41505	1723	Clarendon Hot Spring,Clarendon Hot Springs		ID	013		
5588931	Clark Tree	clark-tree	US		0	America/Los_Angeles	46.29685	-115.71153	987			ID	049		
5588971	Claytonia	claytonia	US		0	America/Boise	43.56738	-116.83292	687			ID	073		
5589023	Clementsville	clementsville	US		0	America/Boise	43.87658	-111.36995	1828			ID	081		
5589027	Cleft	cleft	US		0	America/Boise	43.23934	-115.85065	983			ID	039		
5589032	Clicks	clicks	US		0	America/Los_Angeles	46.28017	-116.53487	1128			ID	061		
5589033	Cliff (historical)	cliff-historical	US		0	America/Boise	43.87574	-113.67808	2416			ID	037		
5589057	Cliffs	cliffs	US		0	America/Boise	42.63905	-116.98041	1525			ID	073		
5589085	Clover (historical)	clover-historical	US		0	America/Boise	45.1338	-114.99566	1286			ID	085		
5589198	Coffee Point	coffee-point	US		0	America/Boise	43.1563	-112.96805	1477			ID	011		
5589327	Collier Place	collier-place	US		0	America/Boise	42.57906	-116.24038	1708			ID	073		
5589332	Collister	collister	US		0	America/Boise	43.65822	-116.24818	809			ID	001		
5589354	Coltman	coltman	US		0	America/Boise	43.61769	-112.01219	1458			ID	019		
5589375	Comical Turn	comical-turn	US		0	America/Boise	42.56128	-116.14455	1704			ID	073		
5589386	Conant	conant	US		0	America/Boise	42.27602	-113.44973	1456			ID	031		
5589410	Conkling Park	conkling-park	US		43	America/Los_Angeles	47.40435	-116.75823	673			ID	055		
5589418	Connor	connor	US		0	America/Boise	42.28102	-113.50139	1503	Conner,Connor		ID	031		
5589566	Copperville	copperville	US		0	America/Los_Angeles	45.75294	-116.32431	449			ID	049		
5589574	Corbin Junction	corbin-junction	US		0	America/Los_Angeles	47.89102	-116.72075	712	Corbin,Corbin Junction		ID	055		
5589690	Cotterel	cotterel	US		0	America/Boise	42.51713	-113.45917	1375			ID	031		
5589705	Cottonwood (historical)	cottonwood-historical	US		0	America/Boise	42.48601	-116.00815	1653			ID	073		
5589852	Coulam	coulam	US		0	America/Boise	42.22742	-111.98329	1448	Coulam,Coulam Siding		ID	041		
5589920	Cow Creek	cow-creek	US		0	America/Los_Angeles	46.49574	-115.93292	756			ID	035		
5589978	Cox	cox	US		0	America/Boise	43.37353	-112.05358	1417			ID	011		
5590059	Craig Junction	craig-junction	US		0	America/Los_Angeles	46.27544	-116.53376	1132			ID	061		
5590075	Crane (historical)	crane-historical	US		0	America/Boise	44.38517	-116.44403	1026			ID	087		
5590145	Cream Can Junction	cream-can-junction	US		0	America/Boise	42.93852	-113.38556	1415			ID	013		
5590159	Crill Place	crill-place	US		0	America/Boise	42.82572	-116.45372	1268			ID	073		
5590211	Cross Trails	cross-trails	US		0	America/Los_Angeles	45.47629	-115.69179	1776			ID	049		
5590222	Crossport	crossport	US		0	America/Los_Angeles	48.70105	-116.22131	546			ID	021		
5590224	Crouch	crouch	US		161	America/Boise	44.11517	-115.97095	929			ID	015		
5590266	Crystal (historical)	crystal-historical	US		0	America/Boise	44.26742	-114.32589	1632			ID	037		
5588965	Clayton	clayton	US	08312	6	America/Boise	44.2591	-114.40036	1665			ID	037		
5590321	Cully Moores	cully-moores	US		0	America/Los_Angeles	46.53046	-115.99153	997			ID	035		
5590343	Cuprum	cuprum	US		0	America/Boise	45.08655	-116.68931	1310			ID	003		
5590367	Curry	curry	US		0	America/Boise	42.5638	-114.55532	1141			ID	083		
5590440	Dairy Creek	dairy-creek	US		0	America/Boise	42.46242	-112.42997	1732			ID	071		
5590452	Dale (historical)	dale-historical	US		0	America/Boise	44.83822	-116.48431	978			ID	085		
5590453	Dalton Gardens	dalton-gardens	US		2386	America/Los_Angeles	47.72963	-116.77019	690			ID	055		
5590488	Dans Place	dans-place	US		0	America/Boise	42.2724	-115.83231	1547			ID	073		
5590575	De Lamar	de-lamar	US		0	America/Boise	43.02432	-116.83152	1665	De Lamar,DeLamar		ID	073		
5590581	DeVeny Place	deveny-place	US		0	America/Boise	45.35739	-116.39513	704			ID	049		
5590586	DeWoff	dewoff	US		0	America/Boise	42.70658	-113.26056	1309			ID	013		
5590724	Deep Creek	deep-creek	US		0	America/Los_Angeles	48.62327	-116.39325	569			ID	021		
5590905	Del Monte	del-monte	US		0	America/Boise	43.86878	-116.54319	715			ID	045		
5590909	Dehlin	dehlin	US		0	America/Boise	43.38436	-111.70968	1886			ID	019		
5590924	Democrat	democrat	US		0	America/Boise	43.09627	-116.7754	1655			ID	073		
5590934	Dempsey (historical)	dempsey-historical	US		0	America/Boise	42.62353	-111.99468	1557			ID	005		
5591011	Devils Ladder	devils-ladder	US		0	America/Boise	45.17822	-116.43541	2246			ID	003		
5591030	Dew Drop Place	dew-drop-place	US		0	America/Boise	42.02435	-115.94482	2029	Dew Drop,Dew Drop Place		ID	073		
5591085	Dickensheet Junction	dickensheet-junction	US		0	America/Los_Angeles	48.45186	-116.90798	777			ID	017		
5591089	Dickens Place	dickens-place	US		0	America/Boise	42.14962	-115.97232	1773			ID	073		
5591091	Dickshooter	dickshooter	US		0	America/Boise	42.39156	-116.50178	1625			ID	073		
5591272	Doles	doles	US		0	America/Boise	43.6696	-116.78375	707			ID	027		
5591333	Dorsey (historical)	dorsey-historical	US		0	America/Los_Angeles	47.46271	-115.74821	1217			ID	079		
5591364	Downata Hot Springs	downata-hot-springs	US		0	America/Boise	42.38853	-112.08913	1455			ID	005		
5591378	Doyle Place	doyle-place	US		0	America/Boise	42.84517	-116.334	1264			ID	073		
5591558	Dry Forty	dry-forty	US		0	America/Boise	42.451	-116.41345	1773			ID	073		
5591678	Dufort	dufort	US		0	America/Los_Angeles	48.16519	-116.59686	674			ID	017		
5591706	Duncan Place	duncan-place	US		0	America/Boise	42.03547	-114.80976	1643			ID	083		
5591855	Easley Hot Springs	easley-hot-springs	US		0	America/Boise	43.78046	-114.54311	2027			ID	013		
5592114	East Hope	east-hope	US		216	America/Los_Angeles	48.24187	-116.29546	663			ID	017		
5592117	East Kamiah	east-kamiah	US		0	America/Los_Angeles	46.20267	-116.00792	382			ID	049		
5592188	Echo Beach	echo-beach	US		0	America/Los_Angeles	47.88768	-116.87659	710			ID	055		
5592223	Edgemere	edgemere	US		0	America/Los_Angeles	48.07574	-116.8152	662			ID	017		
5592261	Egin	egin	US		0	America/Boise	43.93658	-111.83747	1489			ID	043		
5592267	Eighteenmile	eighteenmile	US		0	America/Boise	44.30019	-111.90247	1900			ID	033		
5592269	Eiffie	eiffie	US		0	America/Boise	44.02544	-116.91821	672			ID	075		
5592293	Eileen	eileen	US		0	America/Los_Angeles	48.77633	-116.16353	722	Eileen,Eileen Station		ID	021		
5592342	Elizabeth Park	elizabeth-park	US		0	America/Los_Angeles	47.52965	-116.09294	725			ID	079		
5592348	Elk Bend	elk-bend	US		0	America/Boise	44.88437	-113.96895	1335			ID	059		
5592447	Elk Summit	elk-summit	US		0	America/Los_Angeles	46.32381	-114.64983	1764			ID	049		
5592478	Elkhorn Village	elkhorn-village	US		0	America/Boise	43.67935	-114.33255	1824			ID	013		
5592517	Elo (historical)	elo-historical	US		0	America/Boise	44.88323	-116.0604	1554			ID	085		
5592533	Emerald Creek	emerald-creek	US		0	America/Los_Angeles	47.07185	-116.32821	833	Emerald Creek,Emerald Creek Station		ID	079		
5592551	Emigrant Crossing	emigrant-crossing	US		0	America/Boise	43.04795	-115.28646	1055			ID	039		
5592572	Empire City (historical)	empire-city-historical	US		0	America/Boise	42.97822	-116.71123	2402			ID	073		
5592577	Enaville	enaville	US		0	America/Los_Angeles	47.56242	-116.25017	666			ID	079		
5592591	English Point	english-point	US		0	America/Los_Angeles	47.78657	-116.70991	777	English Point,English point		ID	055		
5592599	Enrose	enrose	US		0	America/Boise	43.70155	-116.74681	708			ID	027		
5592614	Erlmo	erlmo	US		0	America/Los_Angeles	47.25964	-116.05016	691			ID	079		
5592626	Estes	estes	US		0	America/Los_Angeles	46.77767	-117.01989	804			ID	057		
5592634	Ethelton	ethelton	US		0	America/Los_Angeles	47.25492	-115.90571	738			ID	079		
5592678	Excelsior Beach	excelsior-beach	US		0	America/Los_Angeles	47.88018	-116.87686	711			ID	055		
5592694	Fairburn (historical)	fairburn-historical	US		0	America/Los_Angeles	46.25377	-116.73209	1276			ID	069		
5592715	Fairylawn	fairylawn	US		0	America/Boise	42.5696	-116.9893	1503			ID	073		
5592845	Farnum	farnum	US		0	America/Boise	43.99852	-111.40968	1677			ID	043		
5592889	Featherville	featherville	US		0	America/Boise	43.6099	-115.25814	1385	Featherville,Junction Bar		ID	039		
5592907	Feltham	feltham	US		0	America/Boise	44.20711	-116.931	647			ID	087		
5592947	Fernan Lake Village	fernan-lake-village	US		173	America/Los_Angeles	47.67379	-116.74547	652	Fernan Lake,Fernan Lake Village		ID	055		
5593019	Fir Grove	fir-grove	US		0	America/Los_Angeles	47.89435	-116.9102	711	Fir Grove,Furst		ID	055		
5593150	Five Corners	five-corners	US		0	America/Los_Angeles	46.6399	-116.1732	918			ID	035		
5593195	Flat Creek	flat-creek	US		0	America/Los_Angeles	47.23213	-116.49127	915			ID	009		
5593364	Forebay	forebay	US		0	America/Los_Angeles	46.4235	-116.96016	243			ID	069		
5593393	Fort Boise (historical)	fort-boise-historical	US		0	America/Boise	43.82905	-117.01321	670			ID	027		
5593416	Fort Wilson	fort-wilson	US		0	America/Boise	44.02905	-116.84515	667			ID	075		
5593497	Fourway Junction	fourway-junction	US		0	America/Boise	45.33269	-115.36317	2214			ID	049		
5593522	Fox Creek	fox-creek	US		0	America/Boise	43.65048	-111.11078	1874			ID	081		
5593532	France	france	US		0	America/Boise	43.97241	-111.27523	1784			ID	043		
5593608	Freeze	freeze	US		0	America/Los_Angeles	46.96184	-116.94267	769			ID	057		
5593622	French (historical)	french-historical	US		0	America/Boise	44.12211	-116.64404	759			ID	075		
5593623	French Corner	french-corner	US		0	America/Boise	44.05739	-116.58042	755			ID	075		
5593675	Fritser Ford	fritser-ford	US		0	America/Boise	45.08657	-115.62873	1019			ID	085		
5593705	Frost Place	frost-place	US		0	America/Boise	42.1924	-115.94093	1725			ID	073		
5593732	Fuller	fuller	US		0	America/Boise	42.92935	-114.82339	1041			ID	047		
5593739	Fullmer	fullmer	US		0	America/Boise	43.30852	-112.66971	1431			ID	011		
5593764	Gale	gale	US		0	America/Boise	43.76519	-111.71941	1606			ID	065		
5593811	Garden City (historical)	garden-city-historical	US		0	America/Boise	44.50742	-114.22479	1577	Challis,Garden City (historical)		ID	037		
5593891	Garrard Ranch	garrard-ranch	US		0	America/Boise	42.31658	-114.00169	1398	Garrard Branch,Garrard Ranch		ID	031		
5593919	Gayway Corner	gayway-corner	US		0	America/Boise	44.02572	-116.92349	670			ID	075		
5593982	German Settlement	german-settlement	US		0	America/Los_Angeles	46.4185	-116.50181	972			ID	069		
5593984	Gerrard	gerrard	US		0	America/Boise	43.38436	-112.03997	1420			ID	019		
5593985	Gerrit	gerrit	US		0	America/Boise	44.20853	-111.27106	1818	Gerrit,Gerrit Siding		ID	043		
5594011	Gibler	gibler	US		0	America/Los_Angeles	45.73796	-115.38957	1307			ID	049		
5594045	Gimlet	gimlet	US		0	America/Boise	43.60407	-114.34977	1700			ID	013		
5594054	Givens Hot Springs	givens-hot-springs	US		0	America/Boise	43.4221	-116.71485	693	Enterprise,Enterprise Givens Springs,Givens Hot Springs,Givens Springs,Givens Warm Springs		ID	073		
5594055	Giveout	giveout	US		0	America/Boise	42.41854	-111.15853	2150			ID	007		
5594245	Gold Point	gold-point	US		0	America/Los_Angeles	45.78296	-115.39374	1301			ID	049		
5594259	Goldburg	goldburg	US		0	America/Boise	44.38548	-113.64586	1912			ID	037		
5594298	Good Grief	good-grief	US		0	America/Los_Angeles	48.9494	-116.17742	804			ID	021		
5594369	Goshen Junction	goshen-junction	US		0	America/Boise	43.30825	-112.17942	1393			ID	011		
5594404	Graham (historical)	graham-historical	US		0	America/Boise	43.96879	-115.27454	1770			ID	015		
5594421	Grainville	grainville	US		0	America/Boise	44.02714	-111.36801	1662			ID	043		
5594443	Grandjean	grandjean	US		0	America/Boise	44.16018	-115.16759	1550			ID	037		
5594547	Grasmere	grasmere	US		0	America/Boise	42.37657	-115.88259	1551			ID	073		
5594708	Greentimber (historical)	greentimber-historical	US		0	America/Boise	44.08519	-111.27523	1721			ID	043		
5594733	Grays Landing	grays-landing	US		0	America/Boise	42.13111	-114.72545	1530	Grays Landing,Greys Landing (historical)		ID	083		
5594756	Grimes Pass	grimes-pass	US		0	America/Boise	44.04462	-115.85734	969			ID	015		
5594783	Gross	gross	US		0	America/Boise	44.31322	-116.30764	1050			ID	045		
5594790	Grouse	grouse	US		29	America/Boise	43.68824	-113.61252	1879			ID	037		
5594902	Gurney	gurney	US		0	America/Los_Angeles	46.42627	-116.95182	242			ID	069		
5594907	Guyaz	guyaz	US		0	America/Boise	43.48158	-111.64663	1779			ID	019		
5594909	Gwenford	gwenford	US		0	America/Boise	42.13631	-112.32997	1354			ID	071		
5594924	Haden (historical)	haden-historical	US		0	America/Boise	43.82492	-111.17967	1831			ID	081		
5595826	Holbrook Summit	holbrook-summit	US		0	America/Boise	42.1652	-112.45358	1778			ID	071		
5594952	Hahn	hahn	US		0	America/Boise	44.37214	-113.21752	2171			ID	059		
5594968	Haley	haley	US		0	America/Los_Angeles	46.49519	-115.92542	773			ID	035		
5595032	Hamilton Corner	hamilton-corner	US		0	America/Boise	43.95266	-116.77237	695			ID	075		
5595064	Hand Place	hand-place	US		0	America/Boise	42.14463	-114.9695	1801			ID	083		
5595085	Hansberg	hansberg	US		0	America/Los_Angeles	46.53796	-116.14097	820			ID	035		
5595153	Harer	harer	US		0	America/Boise	42.18938	-111.17159	1830			ID	007		
5595174	Harrell Place	harrell-place	US		0	America/Boise	42.07741	-114.78615	1584			ID	083		
5595192	Harris Landing	harris-landing	US		0	America/Los_Angeles	47.78491	-116.70269	698			ID	055		
5595245	Harvey Place	harvey-place	US		0	America/Boise	42.51267	-116.07843	1628			ID	073		
5595266	Hatwai	hatwai	US		0	America/Los_Angeles	46.43627	-116.96821	247			ID	069		
5595272	Hauser	hauser	US		689	America/Los_Angeles	47.77296	-117.02798	675	Hauser,Hauser Lake		ID	055		
5595277	Havens	havens	US		0	America/Boise	43.27047	-112.59082	1400			ID	011		
5595282	Hawgood	hawgood	US		0	America/Boise	43.86963	-112.15137	1468			ID	051		
5595308	Hawleys Landing	hawleys-landing	US		0	America/Los_Angeles	47.35574	-116.76767	650			ID	009		
5595336	Hayden Lake	hayden-lake	US		599	America/Los_Angeles	47.75879	-116.75686	697	Hayden Lake,Hnt'aq'n		ID	055		
5595368	Haytown (historical)	haytown-historical	US		0	America/Boise	42.69269	-114.50226	1149			ID	053		
5595375	Hazel (historical)	hazel-historical	US		0	America/Boise	42.39102	-113.76613	1314			ID	031		
5595392	Headquarters	headquarters	US		0	America/Los_Angeles	46.62991	-115.80931	963			ID	035		
5595416	Heath (historical)	heath-historical	US		0	America/Boise	44.75182	-116.76961	2259			ID	087		
5595432	Heglar	heglar	US		0	America/Boise	42.47352	-113.14722	1439			ID	031		
5595445	Heise	heise	US		0	America/Boise	43.64186	-111.68441	1525			ID	051		
5595495	Helmer	helmer	US		0	America/Los_Angeles	46.80073	-116.47015	864			ID	057		
5595503	Heman	heman	US		0	America/Boise	43.9563	-111.79747	1496			ID	043		
5595559	Herbert	herbert	US		0	America/Boise	43.7063	-111.65996	1705			ID	065		
5595603	Hibbard	hibbard	US		0	America/Boise	43.85519	-111.83858	1478			ID	065		
5595685	Highbridge	highbridge	US		0	America/Boise	44.28324	-112.21249	1685			ID	033		
5595688	High Valley	high-valley	US		0	America/Boise	44.22406	-116.15485	1480			ID	085		
5595728	Hillcrest	hillcrest	US		0	America/Boise	43.5635	-116.18289	867			ID	001		
5595742	Hillsdale (historical)	hillsdale-historical	US		0	America/Boise	42.57575	-114.21586	1235			ID	053		
5595746	Hillsdale (historical)	hillsdale-historical	US		0	America/Boise	44.51044	-116.42515	975			ID	003		
5595800	Hoelzle Place	hoelzle-place	US		0	America/Boise	42.20046	-114.95311	1641			ID	083		
5595963	Hoover	hoover	US		0	America/Boise	44.75239	-116.44153	905			ID	003		
5596103	Horsecamp	horsecamp	US		0	America/Los_Angeles	47.19131	-115.88182	1294			ID	079		
5596253	Howell (historical)	howell-historical	US		0	America/Boise	43.79267	-116.25929	1024			ID	015		
5596312	Huetter	huetter	US		102	America/Los_Angeles	47.70362	-116.84963	655			ID	055		
5596429	Hydra	hydra	US		0	America/Boise	42.69935	-114.51893	1139			ID	053		
5596434	Hynes	hynes	US		0	America/Boise	42.61213	-113.89169	1274			ID	067		
5596513	Idahome	idahome	US		0	America/Boise	42.41547	-113.39972	1349			ID	031		
5596523	Idmon	idmon	US		0	America/Boise	44.36075	-111.91164	1915			ID	033		
5596530	Ilo (historical)	ilo-historical	US		0	America/Los_Angeles	46.23822	-116.49764	1160	Chicago,Craigmont,Ilo (historical)		ID	061		
5596544	Independence (historical)	independence-historical	US		0	America/Boise	43.7763	-111.91691	1469			ID	065		
5596636	Indian Head Rock	indian-head-rock	US		0	America/Boise	43.55518	-114.80145	1895			ID	025		
5596657	Indian Jim Place	indian-jim-place	US		0	America/Boise	42.16769	-114.91366	1670			ID	083		
5596723	Ingard	ingard	US		0	America/Boise	44.0335	-116.92321	669			ID	075		
5596748	Ireland Springs	ireland-springs	US		0	America/Boise	42.16492	-112.49553	1608			ID	071		
5596796	Isabella Landing	isabella-landing	US		0	America/Los_Angeles	46.84963	-115.62904	517			ID	035		
5596827	Iversons	iversons	US		0	America/Boise	42.30463	-114.01085	1419			ID	031		
5596932	Jacques	jacques	US		0	America/Los_Angeles	46.37155	-116.72737	426			ID	069		
5596947	James Place	james-place	US		0	America/Boise	42.27685	-115.78009	1537			ID	073		
5596951	Jamestown (historical)	jamestown-historical	US		0	America/Los_Angeles	46.99684	-117.0335	799			ID	057		
5596971	Jaype	jaype	US		0	America/Los_Angeles	46.53019	-115.82986	983	Jaype,Jaypee		ID	035		
5597011	Jenkins Will	jenkins-will	US		0	America/Boise	44.07658	-111.96053	1650			ID	043		
5597012	Jenness	jenness	US		0	America/Boise	43.83211	-116.62514	811			ID	045		
5597087	Jim Moore Place	jim-moore-place	US		0	America/Boise	45.4863	-115.33929	749			ID	049		
5597120	Joel	joel	US		0	America/Los_Angeles	46.71045	-116.87794	792			ID	057		
5597226	Johnsons Mill	johnsons-mill	US		0	America/Los_Angeles	46.42713	-115.91819	965	Johnson Mill,Johnsons Mill		ID	035		
5597256	Jones Crossing	jones-crossing	US		0	America/Boise	44.08685	-112.21943	1499			ID	033		
5597282	Josephson	josephson	US		0	America/Boise	43.74877	-116.63847	749			ID	027		
5597295	Judge Town	judge-town	US		0	America/Los_Angeles	46.47546	-115.79708	945			ID	035		
5597296	Judkins	judkins	US		0	America/Boise	43.92186	-111.14967	1839			ID	081		
5597360	Juniper	juniper	US		0	America/Boise	42.15325	-112.96999	1547			ID	071		
5597537	Kameron	kameron	US		0	America/Los_Angeles	46.7724	-116.25404	874			ID	035		
5597553	Karcher Junction	karcher-junction	US		0	America/Boise	43.58599	-116.60291	751			ID	027		
5597561	Katka	katka	US		0	America/Los_Angeles	48.68966	-116.13547	555			ID	021		
5597570	Kaufman (historical)	kaufman-historical	US		0	America/Boise	44.16018	-112.91139	1860	Blue Dome,Kaufman (historical)		ID	033		
5597584	Keenan City (historical)	keenan-city-historical	US		0	America/Boise	43.14075	-111.34022	1989			ID	019		
5597687	Keogh	keogh	US		0	America/Boise	42.22325	-113.33361	1400			ID	031		
5597719	Keuterville	keuterville	US		0	America/Los_Angeles	46.03405	-116.44153	1269			ID	049		
5597763	Kimama	kimama	US		0	America/Boise	42.83796	-113.79557	1302			ID	063		
5597812	Kings Corner	kings-corner	US		0	America/Boise	43.51794	-116.53457	788			ID	027		
5597827	Kinney Point Summer Home Area	kinney-point-summer-home-area	US		0	America/Boise	44.63851	-115.67456	1629			ID	085		
5597831	Kinport	kinport	US		0	America/Boise	42.75436	-111.94163	1639			ID	029		
5597835	Kippen	kippen	US		0	America/Los_Angeles	46.311	-116.54959	1088			ID	061		
5597899	Knowlton Heights	knowlton-heights	US		0	America/Boise	43.54516	-116.77292	721			ID	027		
5597906	Knull	knull	US		0	America/Boise	42.5263	-114.55532	1213			ID	083		
5597914	Konkolville	konkolville	US		0	America/Los_Angeles	46.49546	-116.19792	439			ID	035		
5597969	Kyle (historical)	kyle-historical	US		0	America/Los_Angeles	47.32798	-115.75766	934			ID	079		
5597998	Lago	lago	US		0	America/Boise	42.45131	-111.69661	1557	Lago,Trout Creek		ID	029		
5598093	Lakeshore Summer Home Area	lakeshore-summer-home-area	US		0	America/Boise	44.64601	-115.66178	1619			ID	085		
5598113	Lamb Creek	lamb-creek	US		0	America/Los_Angeles	48.51631	-116.92743	779			ID	017		
5598146	Landmark	landmark	US		0	America/Boise	44.65629	-115.54511	2021			ID	085		
5598153	Landore	landore	US		0	America/Boise	45.12321	-116.62848	1637			ID	003		
5598225	Larson	larson	US		0	America/Los_Angeles	47.47076	-115.74655	1070			ID	079		
5598226	Last Chance	last-chance	US		0	America/Boise	44.36658	-111.40218	1875	Dewiner Inn,Last Chance,Ripleys Ford		ID	043		
5598338	Lawman Ford	lawman-ford	US		0	America/Boise	45.10991	-115.60984	994			ID	085		
5598386	Leduc (historical)	leduc-historical	US		0	America/Boise	43.32907	-114.06587	1506			ID	013		
5598494	Lenville	lenville	US		0	America/Los_Angeles	46.63822	-116.84044	723			ID	057		
5598496	Len Landing	len-landing	US		0	America/Los_Angeles	47.52907	-116.83935	661			ID	055		
5598501	Leone	leone	US		0	America/Boise	43.40767	-116.09372	984			ID	001		
5598508	Leprouse	leprouse	US		0	America/Los_Angeles	45.74352	-115.3904	1310			ID	049		
5598521	Level (historical)	level-historical	US		0	America/Boise	43.89574	-112.49193	1462			ID	051		
5598542	Lewiston Orchards	lewiston-orchards	US		31422	America/Los_Angeles	46.38044	-116.97543	439			ID	069		
5598586	Lidy Hot Springs	lidy-hot-springs	US		0	America/Boise	44.1263	-112.54971	1518			ID	033		
5598588	Lidyville (historical)	lidyville-historical	US		0	America/Los_Angeles	46.59545	-116.80127	732			ID	057		
5598589	Lifton	lifton	US		0	America/Boise	42.12326	-111.31326	1807			ID	007		
5598714	Lindsayville	lindsayville	US		0	America/Boise	42.42993	-111.42216	1818			ID	007		
5598736	Linfor	linfor	US		0	America/Los_Angeles	47.60825	-116.23573	674			ID	079		
5599155	Little Sugar Loaf	little-sugar-loaf	US		0	America/Boise	43.09599	-116.70457	1946	Little Sugar Loaf,Little Sugarloaf		ID	073		
5599275	Lodi (historical)	lodi-historical	US		0	America/Boise	44.08964	-111.46134	1587			ID	043		
5599403	Long Creek Summit Home	long-creek-summit-home	US		0	America/Boise	44.13268	-115.57816	1389			ID	015		
5599602	Lost River	lost-river	US		26	America/Boise	43.68907	-113.3714	1653			ID	023		
5599744	Lower Stanley	lower-stanley	US		0	America/Boise	44.22685	-114.9287	1896			ID	037		
5599856	Lyondale (historical)	lyondale-historical	US		0	America/Los_Angeles	47.60768	-116.85102	666	Lyndale Landing,Lyondale (historical)		ID	055		
5599873	MacGregor (historical)	macgregor-historical	US		0	America/Boise	44.69184	-116.07985	1481			ID	085		
5599882	Mace	mace	US		0	America/Los_Angeles	47.51826	-115.8221	1195			ID	079		
5599889	Mackay Bar	mackay-bar	US		0	America/Boise	45.37602	-115.50623	686			ID	049		
5599928	Maddens	maddens	US		0	America/Boise	43.66183	-116.59791	744			ID	027		
5599944	Magic	magic	US		0	America/Boise	43.25518	-114.38671	1466			ID	025		
5599945	Magic City	magic-city	US		0	America/Boise	43.29046	-114.3656	1468			ID	013		
5599952	Magic Resort	magic-resort	US		0	America/Boise	43.2824	-114.38977	1470			ID	013		
5598515	Letha	letha	US	83636	0	America/Boise	43.89433	-116.64764	696			ID	045		
5600146	Marble Creek	marble-creek	US		0	America/Los_Angeles	47.2527	-116.03182	705			ID	079		
5600187	Marley	marley	US		0	America/Boise	43.01546	-114.23115	1275	Marley,Marley Station		ID	063		
5600198	Marsh (historical)	marsh-historical	US		0	America/Boise	43.9185	-116.33985	775			ID	045		
5600222	Marsh Valley	marsh-valley	US		0	America/Boise	42.5177	-112.1558	1486			ID	005		
5600291	Mashburn	mashburn	US		0	America/Los_Angeles	47.17907	-116.496	792	Mashburn,Mashburn Station		ID	009		
5600301	Masonia (historical)	masonia-historical	US		0	America/Los_Angeles	47.45159	-116.18072	897			ID	079		
5600338	May Place	may-place	US		0	America/Boise	42.20102	-114.8906	1596			ID	083		
5600385	McCarthy	mccarthy	US		0	America/Los_Angeles	47.49298	-115.90988	908			ID	079		
5600421	McCrea Place	mccrea-place	US		0	America/Boise	45.30377	-116.47736	1227			ID	049		
5600434	McDonalds	mcdonalds	US		0	America/Los_Angeles	47.03436	-115.15236	1550			ID	079		
5600435	McDonaldville	mcdonaldville	US		0	America/Boise	43.25991	-112.37498	1373			ID	011		
5600534	McMillan	mcmillan	US		0	America/Boise	42.54325	-114.42142	1163			ID	083		
5600624	Meadowhurst	meadowhurst	US		0	America/Los_Angeles	47.32213	-116.56128	651			ID	009		
5600626	Meadows	meadows	US		0	America/Boise	44.961	-116.24374	1212			ID	003		
5600636	Meadowville	meadowville	US		0	America/Boise	42.76353	-111.60384	1855			ID	029		
5600723	Mexican Place	mexican-place	US		0	America/Boise	45.81266	-116.50653	1255			ID	049		
5600748	Michaud	michaud	US		0	America/Boise	42.89019	-112.61443	1354			ID	077		
5600756	Midasville	midasville	US		0	America/Los_Angeles	45.56019	-115.47013	1752			ID	049		
5601053	Miller Creek Settlement	miller-creek-settlement	US		0	America/Boise	42.08157	-116.12816	1623			ID	073		
5601156	Mink Creek	mink-creek	US		0	America/Boise	42.22826	-111.71578	1569			ID	041		
5601411	Moose City	moose-city	US		0	America/Los_Angeles	46.78686	-115.10846	1257	Moose City,Old Moose City		ID	035		
5601482	Morgan Place	morgan-place	US		0	America/Boise	43.10794	-116.27483	714			ID	073		
5601602	Mount Idaho	mount-idaho	US		0	America/Los_Angeles	45.90378	-116.08209	1112			ID	049		
5601610	Mountain Home (historical)	mountain-home-historical	US		0	America/Los_Angeles	47.01906	-116.92822	838			ID	057		
5601658	Mowry	mowry	US		0	America/Los_Angeles	47.30934	-116.99601	836			ID	009		
5601671	Mozart	mozart	US		0	America/Los_Angeles	47.41101	-116.93685	796			ID	055		
5601708	Mud Lake	mud-lake	US		372	America/Boise	43.8413	-112.4761	1460			ID	051		
5601748	Mud Springs	mud-springs	US		0	America/Los_Angeles	45.86352	-115.58624	1467			ID	049		
5601840	Murphy Hot Springs	murphy-hot-springs	US		0	America/Boise	42.03018	-115.36896	1633			ID	073		
5601885	Myers	myers	US		0	America/Boise	42.6088	-113.75474	1266			ID	067		
5601919	Naf	naf	US		0	America/Boise	42.0102	-113.28555	1612			ID	031		
5601979	Neal (historical)	neal-historical	US		0	America/Boise	43.48295	-115.99816	1125			ID	001		
5601995	Neeley	neeley	US		0	America/Boise	42.73352	-112.91499	1317	Neeley,Neely		ID	077		
5602022	Nelson (historical)	nelson-historical	US		0	America/Boise	42.08075	-112.65637	1425			ID	071		
5602023	Nelson (historical)	nelson-historical	US		0	America/Los_Angeles	47.65409	-116.08989	697			ID	079		
5602056	Neva	neva	US		0	America/Los_Angeles	46.79851	-116.29765	968			ID	035		
5602070	New Centerville	new-centerville	US		0	America/Boise	43.881	-115.91011	1264			ID	015		
5602106	Newsome	newsome	US		0	America/Los_Angeles	45.9074	-115.63013	1225			ID	049		
5602147	Nicholia	nicholia	US		0	America/Boise	44.35991	-113.01168	2112			ID	059		
5602201	Niter	niter	US		0	America/Boise	42.50353	-111.73078	1649	Hanna,Niter		ID	029		
5602250	Norland	norland	US		0	America/Boise	42.79463	-113.67335	1309			ID	067		
5602555	North Lapwai	north-lapwai	US		0	America/Los_Angeles	46.44378	-116.83599	243			ID	069		
5602566	North Lewiston	north-lewiston	US		0	America/Los_Angeles	46.42461	-117.00405	230			ID	069		
5602599	North South Ski Bowl	north-south-ski-bowl	US		0	America/Los_Angeles	47.11657	-116.65989	881			ID	009		
5602665	Nounan	nounan	US		0	America/Boise	42.4777	-111.45105	1821			ID	007		
5602672	Novene	novene	US		0	America/Boise	42.49715	-111.41327	1797			ID	007		
5602681	Nuckols	nuckols	US		0	America/Los_Angeles	47.51882	-115.93794	1613			ID	079		
5602739	Obsidian	obsidian	US		0	America/Boise	44.0788	-114.8473	2030	Obsidian,Pierson		ID	037		
5602761	Old Beaver	old-beaver	US		0	America/Boise	44.41047	-112.19721	1839	Beaver,Old Beaver		ID	033		
5602779	Old Golden	old-golden	US		0	America/Los_Angeles	45.78907	-115.65374	1327			ID	049		
5602806	Old Williamsburg (historical)	old-williamsburg-historical	US		0	America/Boise	42.9427	-111.3405	2043			ID	029		
5602819	Olsen	olsen	US		0	America/Boise	43.28519	-112.62193	1406			ID	011		
5602834	Olsons	olsons	US		0	America/Los_Angeles	47.0027	-115.13014	1585			ID	079		
5602837	Omill	omill	US		0	America/Los_Angeles	46.4938	-115.92681	790	Hayley,O'Mill,Omill		ID	035		
5602885	Orchard Homes (historical)	orchard-homes-historical	US		0	America/Los_Angeles	46.59656	-116.72988	415			ID	057		
5602905	Oro Fino (historical)	oro-fino-historical	US		0	America/Los_Angeles	46.48213	-115.79764	946			ID	035		
5602971	Outlet Bay	outlet-bay	US		0	America/Los_Angeles	48.49436	-116.89326	754			ID	017		
5603000	Owinza	owinza	US		0	America/Boise	42.89935	-114.0567	1282			ID	063		
5603020	Owyhee Heights	owyhee-heights	US		0	America/Boise	43.6246	-116.99071	728			ID	073		
5603123	Pagari	pagari	US		0	America/Boise	43.11796	-114.07281	1355	Pagari,Pagari Station		ID	063		
5603149	Palisades Corner	palisades-corner	US		0	America/Boise	43.97516	-116.91266	695			ID	075		
5603218	Paradise Hot Springs	paradise-hot-springs	US		0	America/Boise	43.55378	-115.27369	1344	Paradise,Paradise Hot Springs		ID	039		
5603234	Paradise Valley Summer Home Area	paradise-valley-summer-home-area	US		0	America/Boise	44.66962	-115.659	1613			ID	085		
5603237	Pardee Corner	pardee-corner	US		0	America/Los_Angeles	46.31462	-116.09681	902			ID	049		
5603239	Pardee	pardee	US		0	America/Los_Angeles	46.29851	-116.12542	346			ID	049		
5603296	Parkinson	parkinson	US		0	America/Boise	43.81602	-111.65913	1584			ID	065		
5603297	Parkline	parkline	US		71	America/Los_Angeles	47.33824	-116.68656	672			ID	009		
5603396	Payette Heights	payette-heights	US		0	America/Boise	44.07183	-116.91488	683			ID	075		
5603452	Pebble	pebble	US		0	America/Boise	42.74408	-112.00052	1608			ID	029		
5603456	Peavey	peavey	US		0	America/Boise	42.58352	-114.65282	1138			ID	083		
5603470	Pedee	pedee	US		0	America/Los_Angeles	47.35102	-116.7749	719			ID	009		
5603551	Perrine	perrine	US		0	America/Boise	42.6538	-114.31698	1181			ID	053		
5603583	Peterson (historical)	peterson-historical	US		0	America/Boise	43.23992	-112.37609	1371			ID	011		
5603604	Petersons Crossing	petersons-crossing	US		0	America/Boise	43.12238	-116.87652	1897			ID	073		
5603795	Pine Creek	pine-creek	US		0	America/Los_Angeles	47.54853	-116.22239	669	Pine Creek,Yreka Creek		ID	079		
5603917	Pioneerville	pioneerville	US		0	America/Boise	43.96878	-115.84678	1353	Fort Hogem,Hogem,Pioneer City,Pioneerville		ID	015		
5603991	Player Place	player-place	US		0	America/Boise	42.01991	-114.81754	1719			ID	083		
5604022	Pleasantview	pleasantview	US		0	America/Boise	42.15603	-112.33775	1367	Gwenford,Pleasant View,Pleasantview		ID	071		
5604026	Pleasant Valley Place	pleasant-valley-place	US		0	America/Boise	42.54044	-116.83735	1667			ID	073		
5604044	Plummer Junction	plummer-junction	US		0	America/Los_Angeles	47.3399	-116.86962	811	Hntsaqaqn,Plummer Junction		ID	009		
5604057	Pocono	pocono	US		0	America/Los_Angeles	47.24659	-116.04877	702			ID	079		
5604336	Portneuf	portneuf	US		0	America/Boise	42.79491	-112.36359	1371	Portneuf,Portneuf Springs		ID	005		
5604398	Potlatch Junction	potlatch-junction	US		0	America/Los_Angeles	46.92934	-116.9335	758			ID	057		
5604413	Potter Place	potter-place	US		0	America/Boise	45.30766	-116.44069	1158			ID	049		
5604414	Pottsville (historical)	pottsville-historical	US		0	America/Los_Angeles	47.4666	-115.70627	1165			ID	079		
5604438	Powell Junction	powell-junction	US		0	America/Los_Angeles	46.57909	-114.71872	1790			ID	049		
5604586	Punkin Corner	punkin-corner	US		0	America/Boise	43.31323	-114.91006	1544			ID	025		
5604614	Pyke	pyke	US		0	America/Boise	43.95936	-111.72413	1507			ID	043		
5604666	Quartzburg	quartzburg	US		0	America/Boise	43.961	-115.98845	1425	Quartzburg,Quartzburgh		ID	015		
5604691	Quigley	quigley	US		0	America/Boise	42.73824	-113.07	1357	Quigley,Quigley Siding		ID	077		
5604749	Raft River	raft-river	US		0	America/Boise	42.59713	-113.23611	1284	Raft River,Yale		ID	031		
5604817	Ramsdell	ramsdell	US		0	America/Los_Angeles	47.35269	-116.67656	687	Ramsdell,Ramsdell Station		ID	009		
5604841	Rands	rands	US		0	America/Boise	43.34435	-114.65256	1530			ID	025		
5604852	Rankin Mill	rankin-mill	US		0	America/Boise	45.26627	-116.54569	1807			ID	003		
5605008	Reclamation Village	reclamation-village	US		0	America/Boise	43.33545	-115.4887	1168			ID	039		
5605087	Red River Hot Springs	red-river-hot-springs	US		0	America/Los_Angeles	45.78769	-115.20012	1526			ID	049		
5605097	Red Rock Junction	red-rock-junction	US		0	America/Boise	42.35436	-112.04996	1463			ID	005		
5605239	Reverse	reverse	US		0	America/Boise	43.02573	-115.60675	946			ID	039		
5605302	Rickard Crossing	rickard-crossing	US		0	America/Boise	42.25878	-116.68262	1351			ID	073		
5605333	Riggins Hot Springs	riggins-hot-springs	US		0	America/Boise	45.41684	-116.1718	561			ID	049		
5605414	Rising River	rising-river	US		0	America/Boise	43.3238	-112.33164	1392			ID	011		
5605419	Ritz	ritz	US		0	America/Los_Angeles	48.77883	-116.36965	544			ID	021		
5605429	Riverside (historical)	riverside-historical	US		0	America/Los_Angeles	48.1788	-116.75658	664	Gerich,Riverside (historical)		ID	017		
5605512	Robin	robin	US		0	America/Boise	42.57714	-112.24663	1489	Garden Creek,Robin		ID	005		
5605518	Robinson Bar	robinson-bar	US		0	America/Boise	44.24686	-114.67702	1818			ID	037		
5605611	Rock House Place	rock-house-place	US		0	America/Boise	42.17269	-114.78143	1596			ID	083		
5605665	Rockford Bay	rockford-bay	US		184	America/Los_Angeles	47.50518	-116.87852	668			ID	055		
5605670	Rocky Bar	rocky-bar	US		0	America/Boise	43.68906	-115.29009	1606			ID	039		
5605771	Rookstool Corner	rookstool-corner	US		0	America/Boise	43.77822	-116.85348	731			ID	027		
5605802	Rose Lake	rose-lake	US		0	America/Los_Angeles	47.5388	-116.47184	655			ID	055		
5605821	Roseworth	roseworth	US		0	America/Boise	42.36685	-114.92228	1412			ID	083		
5605854	Rothas	rothas	US		0	America/Boise	43.88741	-113.53641	1766			ID	037		
5605923	Rouse	rouse	US		0	America/Boise	43.22658	-112.47915	1363			ID	011		
5605938	Roy Summit	roy-summit	US		0	America/Boise	42.31742	-112.80221	1687			ID	071		
5606152	Sage Junction	sage-junction	US		0	America/Boise	43.83074	-112.19526	1494			ID	051		
5606321	Salubria	salubria	US		0	America/Boise	44.5635	-116.66627	806	Salubria,Upper Valley		ID	087		
5606330	Sam	sam	US		0	America/Boise	43.71908	-111.30384	1979	Sam,Talbot		ID	081		
5606338	Sampson	sampson	US		0	America/Los_Angeles	45.51767	-116.00847	1831			ID	049		
5606350	Samuels	samuels	US		0	America/Los_Angeles	48.42937	-116.49381	656	Iola,Samuels		ID	017		
5606376	Sand Hollow	sand-hollow	US		0	America/Boise	43.80766	-116.74903	742			ID	075		
5609885	Thama	thama	US		0	America/Los_Angeles	48.15324	-116.8477	635	Thama,Thama Station		ID	017		
5606413	Sands (historical)	sands-historical	US		0	America/Boise	43.48877	-116.91487	765			ID	073		
5606440	Sarilda	sarilda	US		0	America/Boise	44.11019	-111.57385	1610			ID	043		
5606532	Sawtooth City (historical)	sawtooth-city-historical	US		0	America/Boise	43.89657	-114.84035	2238	Saw Tooth,Sawtooth,Sawtooth City (historical)		ID	013		
5606570	Schiller	schiller	US		0	America/Boise	42.87964	-112.65832	1351			ID	077		
5606579	Schodde	schodde	US		0	America/Boise	42.60713	-113.99114	1272	Schodde,Schodde Siding		ID	053		
5606584	Schnoors	schnoors	US		0	America/Los_Angeles	48.68966	-116.33964	546	Schnoors,Schoors		ID	021		
5606605	Schow	schow	US		0	America/Boise	42.58685	-113.7114	1266			ID	067		
5606669	Seaburg	seaburg	US		0	America/Los_Angeles	45.47601	-116.03096	1990	Seaburg,Seaburg Lookout,Seaburg Point		ID	049		
5606743	Selle	selle	US		0	America/Los_Angeles	48.35687	-116.48964	670	Matchwood,Selle		ID	017		
5606752	Seneacquoteen	seneacquoteen	US		0	America/Los_Angeles	48.15158	-116.75547	640	Finyakwateen,Seneacquoteen,Seneagouteen,Seneaguoteen,Seneaquoteen,Senyaquateen,Sineacateen,Singawateen,Siniaquoteen,Sinyakwateen		ID	017		
5606765	Setters	setters	US		0	America/Los_Angeles	47.46796	-117.00824	788			ID	055		
5607060	Shells Lick	shells-lick	US		0	America/Los_Angeles	45.70656	-116.12792	1738			ID	049		
5607096	Sherwood Beach	sherwood-beach	US		0	America/Los_Angeles	48.49659	-116.84048	759			ID	017		
5607163	Shoreline Drive Summer Home Area	shoreline-drive-summer-home-area	US		0	America/Boise	44.6474	-115.67762	1645			ID	085		
5607284	Silver Beach	silver-beach	US		0	America/Los_Angeles	47.94824	-116.89214	759			ID	055		
5607340	Silver Sands Beach	silver-sands-beach	US		0	America/Los_Angeles	47.89213	-116.88464	707			ID	055		
5607361	Silvertip Landing	silvertip-landing	US		0	America/Los_Angeles	47.36157	-116.69267	650			ID	009		
5607369	Simplot	simplot	US		0	America/Boise	43.6696	-116.73347	714			ID	027		
5607389	Sinker (historical)	sinker-historical	US		0	America/Boise	43.12072	-116.51067	957			ID	073		
5607515	Slabtown	slabtown	US		0	America/Los_Angeles	46.87268	-116.39377	887	Fairview,Slabtown		ID	057		
5607517	Slacks Corner	slacks-corner	US		0	America/Boise	43.08183	-116.74207	1950			ID	073		
5607527	Slate Creek	slate-creek	US		0	America/Los_Angeles	45.63822	-116.28042	474	Freedom,Freedom Creek,Slate Creek		ID	049		
5607590	Slickpoo	slickpoo	US		0	America/Los_Angeles	46.31683	-116.71098	533	Aishnima,Slickpoo		ID	061		
5607660	Smelter Heights	smelter-heights	US		0	America/Los_Angeles	47.53909	-116.15961	762			ID	079		
5607679	Smith Corrals	smith-corrals	US		0	America/Boise	43.32657	-113.24612	1568			ID	023		
5607740	Smith Springs	smith-springs	US		0	America/Boise	42.63741	-113.31139	1280			ID	013		
5607747	Smiths Ferry	smiths-ferry	US		75	America/Boise	44.30128	-116.08957	1388	Smith Ferry,Smiths Ferry		ID	085		
5607807	Snow (historical)	snow-historical	US		0	America/Los_Angeles	46.29988	-116.79181	611			ID	069		
5607963	Sonna	sonna	US		0	America/Boise	43.60961	-116.45679	774			ID	001		
5607997	South Boise (historical)	south-boise-historical	US		0	America/Boise	43.57628	-116.1665	837			ID	001		
5608342	Spanish Town (historical)	spanish-town-historical	US		0	America/Boise	43.70962	-115.25508	1687			ID	039		
5608375	Spink	spink	US		0	America/Boise	44.79017	-116.04818	1495			ID	085		
5608386	Spiry Place	spiry-place	US		0	America/Boise	42.91017	-116.40733	1019			ID	073		
5606548	Sawyer	sawyer	US	49125	0	America/Los_Angeles	48.14435	-116.75575	658			ID	017		
5608562	Springston	springston	US		0	America/Los_Angeles	47.47824	-116.73296	650			ID	055		
5608691	Squirrel	squirrel	US		0	America/Boise	44.02714	-111.29912	1712			ID	043		
5608711	Staley Springs	staley-springs	US		0	America/Boise	44.6602	-111.43524	1977			ID	043		
5608746	Stanton Crossing	stanton-crossing	US		0	America/Boise	43.32768	-114.31254	1477			ID	013		
5608777	Star Ranch Summer Home Area	star-ranch-summer-home-area	US		0	America/Boise	43.91267	-115.96845	1314			ID	015		
5608794	Starkey	starkey	US		0	America/Boise	44.85044	-116.44847	962	Evergreen,Starkey		ID	003		
5608814	State Line Village	state-line-village	US		31	America/Los_Angeles	47.70434	-117.03742	642	State Line,State Line Village		ID	055		
5608838	Steamboat (historical)	steamboat-historical	US		0	America/Los_Angeles	47.67548	-116.14489	811			ID	079		
5608853	Steamboat Rocks	steamboat-rocks	US		0	America/Los_Angeles	47.91464	-116.12657	1150			ID	079		
5608947	Stibnite	stibnite	US		0	America/Boise	44.89824	-115.33928	2020			ID	085		
5609042	Stout Crossing	stout-crossing	US		0	America/Boise	43.15434	-115.31008	1510			ID	039		
5609080	Strevell	strevell	US		0	America/Boise	42.00603	-113.20361	1611			ID	031		
5609087	Striker	striker	US		0	America/Boise	42.47491	-114.30503	1243			ID	083		
5609128	Stull	stull	US		0	America/Los_Angeles	47.47215	-115.8646	922			ID	079		
5609150	Sublett	sublett	US		0	America/Boise	42.31214	-113.13694	1526			ID	031		
5609288	Sunbeam	sunbeam	US		0	America/Boise	44.27102	-114.73424	1827			ID	037		
5609318	Sunnydell	sunnydell	US		0	America/Boise	43.68436	-111.75496	1513			ID	065		
5609332	Sunnyslope	sunnyslope	US		0	America/Boise	43.58849	-116.7932	731			ID	027		
5609339	Sunset (historical)	sunset-historical	US		0	America/Los_Angeles	47.56243	-115.83544	1918			ID	079		
5609429	Swan Falls	swan-falls	US		0	America/Boise	43.24155	-116.37428	719			ID	001		
5609467	Swartz Corner	swartz-corner	US		0	America/Boise	43.50127	-116.55513	786			ID	027		
5609491	Sweeney	sweeney	US		0	America/Los_Angeles	47.5402	-116.16961	717			ID	079		
5609501	Sweet Sage (historical)	sweet-sage-historical	US		0	America/Boise	43.82768	-112.92778	1465			ID	023		
5609549	Syringa	syringa	US		0	America/Los_Angeles	46.15074	-115.72708	430			ID	049		
5609581	Taber	taber	US		0	America/Boise	43.31797	-112.68888	1439			ID	011		
5609594	Tahoe	tahoe	US		0	America/Los_Angeles	46.09629	-115.80708	1000			ID	049		
5609600	Talache	talache	US		0	America/Los_Angeles	48.14075	-116.48519	743			ID	017		
5609605	Talache Landing	talache-landing	US		0	America/Los_Angeles	48.12853	-116.4788	630			ID	017		
5609629	Tammany	tammany	US		0	America/Denver	47.43326	-115.65182	1219			ID	079		
5609634	Taney (historical)	taney-historical	US		0	America/Los_Angeles	46.59934	-116.54376	807			ID	069		
5609646	Taplin	taplin	US		0	America/Los_Angeles	46.1521	-116.93126	257			ID	069		
5609714	Teakean	teakean	US		0	America/Los_Angeles	46.55101	-116.3807	917			ID	035		
5609743	Telegraph Hill	telegraph-hill	US		0	America/Boise	43.01544	-116.74763	2238			ID	073		
5609802	Tenmile Summer Home Area	tenmile-summer-home-area	US		0	America/Boise	43.89712	-115.714	1490			ID	015		
5609907	The String	the-string	US		0	America/Boise	43.58464	-111.08855	1934			ID	081		
5609912	The Cedars	the-cedars	US		0	America/Los_Angeles	46.8727	-115.07708	1122			ID	035		
5609913	Thiard	thiard	US		0	America/Los_Angeles	47.61548	-115.90517	867	Myrtle,Thiard		ID	079		
5609998	Thorenson	thorenson	US		0	America/Boise	42.08326	-111.99245	1450			ID	041		
5610054	Three Creek	three-creek	US		0	America/Boise	42.0713	-115.1595	1671			ID	073		
5610095	Threemile Corner	threemile-corner	US		0	America/Los_Angeles	48.73133	-116.29964	708			ID	021		
5610110	Threemile Crossing	threemile-crossing	US		0	America/Boise	42.24769	-114.86477	1540			ID	083		
5610154	Tiegs Corner	tiegs-corner	US		0	America/Boise	43.51377	-116.51402	781			ID	027		
5610163	Tikura	tikura	US		0	America/Boise	43.21463	-114.01281	1425	Tikura,Tikura Station		ID	013		
5610239	Tindall (historical)	tindall-historical	US		0	America/Boise	42.26601	-115.88204	1569			ID	073		
5610256	Tipperary Corner	tipperary-corner	US		0	America/Boise	42.5788	-114.29642	1201			ID	053		
5610257	Tipton (historical)	tipton-historical	US		0	America/Boise	42.28047	-113.16055	1502			ID	031		
5610336	Topaz (historical)	topaz-historical	US		0	America/Boise	42.62714	-112.08552	1510			ID	005		
5610350	Torreys	torreys	US		0	America/Boise	44.25353	-114.60229	1752			ID	037		
5610467	Trailton (historical)	trailton-historical	US		0	America/Boise	43.12992	-111.91191	1679			ID	011		
5610473	Tramway	tramway	US		0	America/Los_Angeles	46.28462	-116.10792	351			ID	049		
5610527	Treasureton	treasureton	US		0	America/Boise	42.2652	-111.84634	1547			ID	041		
5610548	Trestle Creek	trestle-creek	US		0	America/Los_Angeles	48.28326	-116.35074	636			ID	017		
5610650	Trude	trude	US		0	America/Boise	44.46103	-111.34606	1927	Trude,Trude Siding		ID	043		
5610690	Tunupa	tunupa	US		0	America/Boise	42.9549	-114.57921	1132			ID	063		
5610728	Turnpike	turnpike	US		0	America/Boise	42.10993	-111.26353	1816			ID	007		
5610764	Twin Beaches	twin-beaches	US		0	America/Los_Angeles	47.61991	-116.79824	679			ID	055		
5610828	Twin Groves	twin-groves	US		0	America/Boise	43.97436	-111.62774	1528			ID	043		
5610853	Twin Forks	twin-forks	US		0	America/Boise	43.73186	-111.19383	1824			ID	081		
5610889	Twin Springs	twin-springs	US		0	America/Boise	43.66934	-115.70121	1069			ID	015		
5610902	Twinlow	twinlow	US		0	America/Los_Angeles	47.87713	-116.85631	733			ID	055		
5610915	Two Forks	two-forks	US		0	America/Boise	43.71297	-111.17717	1828			ID	081		
5610946	Tyhee	tyhee	US		1123	America/Boise	42.95158	-112.46637	1360			ID	005		
5610969	Tyson Creek Station	tyson-creek-station	US		0	America/Los_Angeles	47.1338	-116.41433	838	Tyson Creek,Tyson Creek Station		ID	009		
5610993	Ulysses (historical)	ulysses-historical	US		0	America/Boise	45.4577	-114.15147	1271			ID	059		
5610999	Underkoflers Corner	underkoflers-corner	US		0	America/Boise	43.61905	-116.67264	742			ID	027		
5611047	Upper Crossing	upper-crossing	US		0	America/Los_Angeles	45.64436	-114.70704	1361			ID	049		
5611165	Valley View Heights	valley-view-heights	US		0	America/Los_Angeles	46.42322	-116.97071	243			ID	069		
5611211	Vans Corner	vans-corner	US		0	America/Los_Angeles	48.5252	-116.93882	783			ID	017		
5611221	Vay	vay	US		0	America/Los_Angeles	48.11546	-116.77797	666			ID	017		
5611259	View	view	US		0	America/Boise	42.45074	-113.69723	1290			ID	031		
5611288	Vollmer	vollmer	US		0	America/Los_Angeles	46.24266	-116.46626	1142	Craigmont,Vollmer		ID	061		
5611295	Vosburg Place	vosburg-place	US		0	America/Boise	42.19102	-114.81755	1632			ID	083		
5611328	Waha	waha	US		0	America/Los_Angeles	46.21321	-116.85209	1050			ID	069		
5611397	Walters Ferry	walters-ferry	US		0	America/Boise	43.34044	-116.59957	690	Walters,Walters Ferry		ID	027		
5611404	Wapi	wapi	US		0	America/Boise	42.71547	-113.18305	1339	Wapi,Wapi Station		ID	013		
5611434	Wardboro	wardboro	US		0	America/Boise	42.25576	-111.27715	1814	Preston,Wardboro		ID	007		
5611441	Wardner	wardner	US		186	America/Los_Angeles	47.5227	-116.13405	810	Kaintuck,Kentuck,Wardner		ID	079		
5611462	Warm Lake	warm-lake	US		0	America/Boise	44.65407	-115.66762	1622			ID	085		
5611475	Warm River	warm-river	US		3	America/Boise	44.11492	-111.32078	1614			ID	043		
5611595	Washington Mill	washington-mill	US		0	America/Boise	43.89212	-115.75844	1518			ID	015		
5611738	Weitz	weitz	US		0	America/Boise	43.66933	-116.75959	708			ID	027		
5612113	Westma	westma	US		0	America/Boise	43.41572	-116.54207	812			ID	027		
5612114	Westmond	westmond	US		0	America/Los_Angeles	48.13991	-116.60353	675			ID	017		
5612170	Whipsaw Saddle	whipsaw-saddle	US		0	America/Boise	45.79266	-116.34931	1045			ID	049		
5612258	White Knob (historical)	white-knob-historical	US		0	America/Boise	43.89241	-113.6703	2267			ID	037		
5612354	Wickahoney	wickahoney	US		0	America/Boise	42.4599	-115.98343	1573			ID	073		
5612426	Wildhorse	wildhorse	US		0	America/Boise	44.85544	-116.83183	718			ID	003		
5612446	Wilford	wilford	US		0	America/Boise	43.91269	-111.67774	1507			ID	043		
5612485	Williams Creek Summit Home Area	williams-creek-summit-home-area	US		0	America/Boise	44.1635	-116.12096	1158			ID	085		
5612492	Williams Lake Resort	williams-lake-resort	US		0	America/Boise	45.01187	-113.9659	1643			ID	059		
5612501	Williamsburg (historical)	williamsburg-historical	US		0	America/Boise	42.9477	-111.26077	2061			ID	029		
5612515	Willola	willola	US		0	America/Los_Angeles	46.50489	-116.57015	281			ID	069		
5612738	Winsper	winsper	US		0	America/Boise	44.13046	-112.51527	1491			ID	033		
5612786	Wolf Lodge	wolf-lodge	US		0	America/Los_Angeles	47.6413	-116.61685	656			ID	055		
5612882	Woods Crossing	woods-crossing	US		0	America/Boise	43.77408	-111.63052	1604			ID	065		
5612890	Woodside (historical)	woodside-historical	US		0	America/Los_Angeles	46.27322	-116.60015	1156			ID	061		
5612906	Wooleys	wooleys	US		0	America/Boise	42.45187	-111.38688	1800			ID	007		
5612933	Wrencoe	wrencoe	US		0	America/Los_Angeles	48.2288	-116.70297	640	Run Cow,Wrenco,Wrencoe		ID	017		
5612935	Wright (historical)	wright-historical	US		0	America/Los_Angeles	47.98102	-116.73186	712			ID	055		
5612995	Yellow Dog (historical)	yellow-dog-historical	US		0	America/Los_Angeles	46.97906	-117.03378	785	Alameda,Yellow Dog (historical)		ID	057		
5613012	Yellowjacket	yellowjacket	US		0	America/Boise	44.97964	-114.53175	1805			ID	059		
5613047	Zaza	zaza	US		0	America/Los_Angeles	46.0621	-116.84626	1541	Benton,Zaza		ID	069		
5636461	A and B Trailer Court Number One	a-and-b-trailer-court-number-one	US		0	America/Denver	48.5525	-109.68131	759			MT	041		
5636462	A and B Trailer Court Number Two	a-and-b-trailer-court-number-two	US		0	America/Denver	48.55	-109.68409	771			MT	041		
5636471	AA Westside Mobile Estates	aa-westside-mobile-estates	US		0	America/Denver	46.00215	-112.54252	1686			MT	093		
5636497	Abe (historical)	abe-historical	US		0	America/Denver	45.04326	-111.68414	1750	Abe (historical),Poverty Flats		MT	057		
5636514	Abbott Lake (historical)	abbott-lake-historical	US		0	America/Denver	48.4097	-112.22921	1110			MT	073		
5636529	Absher (historical)	absher-historical	US		0	America/Denver	46.55831	-107.984	897			MT	065		
5636541	Accola	accola	US		0	America/Denver	45.94965	-111.18523	1402			MT	031		
5636599	Adobe (historical)	adobe-historical	US		0	America/Denver	45.31798	-111.98304	1691	Adobe (historical),Adobetown		MT	057		
5636659	Ahern Trailer Court	ahern-trailer-court	US		0	America/Denver	46.75381	-114.08706	972			MT	063		
5636660	Ahles	ahles	US		0	America/Denver	46.47888	-107.16451	876			MT	087		
5636691	Akerville (historical)	akerville-historical	US		0	America/Denver	47.06386	-109.4174	1199			MT	027		
5636746	Albright (historical)	albright-historical	US		0	America/Denver	47.14774	-110.95023	1260	Albright (historical),Limedale		MT	013		
5636748	Albright (historical)	albright-historical	US		0	America/Denver	46.28444	-106.48808	757	Albright (historical),Rosebud		MT	087		
5636807	Aldridge	aldridge	US		0	America/Denver	45.08688	-110.8216	1959	Aldridge,Camp at the Lake,Lake,Little Horr		MT	067		
5636815	Alex Boggio Place	alex-boggio-place	US		0	America/Denver	45.31578	-109.43766	1614			MT	009		
5636835	Alice (historical)	alice-historical	US		0	America/Denver	46.94721	-107.57899	950			MT	033		
5636925	Allard	allard	US		0	America/Denver	47.0389	-104.56718	688			MT	021		
5636926	Allard (historical)	allard-historical	US		0	America/Denver	47.74827	-114.02455	902			MT	047		
5636931	Allen (historical)	allen-historical	US		0	America/Denver	47.07222	-106.48504	812			MT	033		
5636955	Allendale (historical)	allendale-historical	US		0	America/Denver	46.0327	-112.53419	1909			MT	093		
5636976	Alma (historical)	alma-historical	US		0	America/Denver	48.82111	-110.81886	1006			MT	051		
5636986	Aloe	aloe	US		0	America/Denver	48.65721	-112.00587	1003			MT	101		
5637016	Alpine Mobile Manor	alpine-mobile-manor	US		0	America/Denver	48.19996	-114.30096	889			MT	029		
5637023	Alpine Trailer Court	alpine-trailer-court	US		0	America/Denver	45.68049	-111.023	1470			MT	031		
5637053	Altyn (historical)	altyn-historical	US		0	America/Denver	48.79998	-113.62455	1461			MT	035		
5637069	Amador (historical)	amador-historical	US		0	America/Denver	47.17604	-114.86985	845			MT	061		
5637076	Amazon	amazon	US		0	America/Denver	46.32021	-112.10722	1663			MT	043		
5637170	Anaconda Trailer Court	anaconda-trailer-court	US		0	America/Denver	46.14576	-112.98643	1656			MT	023		
5637173	Anad (historical)	anad-historical	US		0	America/Denver	47.2275	-107.33287	905			MT	033		
5637176	Anceney	anceney	US		0	America/Denver	45.64854	-111.35468	1453			MT	031		
5637249	Andersonville (historical)	andersonville-historical	US		0	America/Denver	47.18692	-109.28462	1346			MT	027		
5637315	Anselmo (historical)	anselmo-historical	US		0	America/Denver	46.01659	-112.54808	1762			MT	093		
5637320	Ant Flat	ant-flat	US		0	America/Denver	48.72413	-114.87655	926	Ant Flat,Ant Flats		MT	053		
5637470	Apgar	apgar	US		0	America/Denver	48.52775	-113.99317	966	Apgar,Apgar Village		MT	029		
5637489	Apple Blossom Court	apple-blossom-court	US		0	America/Denver	46.50381	-114.08621	1026			MT	081		
5637545	Ardrum (historical)	ardrum-historical	US		0	America/Denver	46.99492	-114.12539	1016	Ardrum (historical),O'Keefe Canon,O'Keefe Canyon		MT	063		
5637589	Armells (historical)	armells-historical	US		0	America/Denver	47.31553	-109.18406	1155			MT	027		
5637606	Armington Junction	armington-junction	US		0	America/Denver	47.34802	-110.8944	1098			MT	013		
5637609	Armstead (historical)	armstead-historical	US		0	America/Denver	44.97242	-112.86419	1690			MT	001		
5637658	Arrow Creek	arrow-creek	US		0	America/Denver	47.34442	-110.1752	1166			MT	045		
5637683	Arthur (historical)	arthur-historical	US		0	America/Denver	48.06113	-105.17276	602			MT	083		
5637763	Ashley (historical)	ashley-historical	US		0	America/Denver	48.19163	-114.33291	898	Ashley (historical),Ashley Crossing		MT	029		
5637787	Ashleys Settlement (historical)	ashleys-settlement-historical	US		0	America/Denver	47.57632	-115.24682	740	Ashleys Settlement (historical),Ashleyville		MT	089		
5637788	Ashmoor (historical)	ashmoor-historical	US		0	America/Denver	48.0633	-111.32581	1016			MT	015		
5637874	Atlantic City (historical)	atlantic-city-historical	US		0	America/Denver	46.78549	-112.41752	1467	Atlantic City (historical),Lost Horse Gulch		MT	049		
5637891	Aubrey Crossing	aubrey-crossing	US		0	America/Denver	48.33775	-112.41116	1131			MT	073		
5637976	Avondale (historical)	avondale-historical	US		0	America/Denver	48.66503	-106.1853	878			MT	105		
5637996	Ayers Ranch Colony	ayers-ranch-colony	US		0	America/Denver	47.05136	-108.9496	1101	Ayers Colony,Ayers Ranch Colony		MT	027		
5637998	Aznoe (historical)	aznoe-historical	US		0	America/Denver	47.9583	-111.32386	1017			MT	015		
5638082	B and R Subdivision	b-and-r-subdivision	US		0	America/Denver	45.91277	-106.64503	989			MT	087		
5638246	Baird (historical)	baird-historical	US		0	America/Denver	46.71659	-113.51759	1181			MT	039		
5638292	Bakers (historical)	bakers-historical	US		0	America/Denver	48.32086	-105.88779	807			MT	105		
5638309	Bald Butte	bald-butte	US		0	America/Denver	46.7241	-112.34641	1990			MT	049		
5638378	Ball Place	ball-place	US		0	America/Denver	45.14131	-112.15193	1697			MT	057		
5638394	Balmont	balmont	US		0	America/Denver	45.62799	-111.10523	1546			MT	031		
5638443	Bannack	bannack	US		0	America/Denver	45.16103	-112.99559	1758	Bannack,Bannack City,Bannock,Bannock City,East Bannack,Grasshopper Diggins,Valley City,White's Bar		MT	001		
5638480	Barber	barber	US		0	America/Denver	46.31329	-109.38518	1138			MT	037		
5638511	Barite	barite	US		0	America/Denver	46.94521	-113.43869	1136			MT	063		
5638572	Barr (historical)	barr-historical	US		0	America/Denver	48.73335	-106.98395	762			MT	105		
5638574	Barr (historical)	barr-historical	US		0	America/Denver	48.73779	-107.05395	757			MT	105		
5638605	Barretts	barretts	US		0	America/Denver	45.13131	-112.74058	1600			MT	001		
5638645	Baseline	baseline	US		0	America/Denver	45.78384	-108.7032	1038			MT	111		
5638772	Battrick (historical)	battrick-historical	US		0	America/Denver	46.9033	-108.73736	1276			MT	027		
5638792	Bay Horse	bay-horse	US		0	America/Denver	45.04332	-105.56695	1155			MT	075		
5638805	Beacon Point	beacon-point	US		0	America/Denver	45.38882	-111.35913	3047			MT	057		
5638809	Baylor	baylor	US		0	America/Denver	48.66336	-106.47948	901			MT	105		
5638917	Bear Creek Village	bear-creek-village	US		0	America/Denver	48.07773	-113.97872	926			MT	029		
5638919	Bear Dance	bear-dance	US		275	America/Denver	47.91661	-114.02872	944			MT	047		
5639041	Bearmouth	bearmouth	US		0	America/Denver	46.71021	-113.33146	1159	Bearmouth,Mouth of Bear		MT	039		
5639048	Bearpaw (historical)	bearpaw-historical	US		0	America/Denver	48.22777	-109.52297	1395			MT	005		
5639077	Beartown	beartown	US		0	America/Denver	46.79326	-113.34008	1399	Bear,Bear Gulch,Beartown		MT	039		
5639194	Beaver Flats (historical)	beaver-flats-historical	US		0	America/Denver	45.845	-104.70135	1081			MT	011		
5639271	Beck (historical)	beck-historical	US		0	America/Denver	47.78496	-111.81722	1164			MT	099		
5639321	Beehive	beehive	US		0	America/Denver	45.47911	-109.72073	1411			MT	095		
5639327	Been (historical)	been-historical	US		0	America/Denver	47.20974	-104.17244	762			MT	109		
5639360	Belgian Colony (historical)	belgian-colony-historical	US		0	America/Denver	48.31665	-112.03419	1133	Belgian Colony (historical),Belgium Colony,Belgium Hill		MT	073		
5639374	Belgrade Junction	belgrade-junction	US		0	America/Denver	45.77965	-111.27996	1338			MT	031		
5639379	Belgrade Trailer Court	belgrade-trailer-court	US		0	America/Denver	45.77882	-111.18079	1357			MT	031		
5639380	Belgrade Village Mobile Home Park	belgrade-village-mobile-home-park	US		0	America/Denver	45.7741	-111.17023	1361	Belgrade Village Mobile Home Park,Log Cabin Court,Taylor's Tourist Court		MT	031		
5639393	Bell Crossing	bell-crossing	US		0	America/Denver	46.44326	-114.12399	1016			MT	081		
5639401	Bell Ranch Colony	bell-ranch-colony	US		0	America/Denver	47.1297	-108.91599	1083	Bell Ranch Colony,Fords Creek Colony		MT	027		
5639411	Belle Creek	belle-creek	US		0	America/Denver	45.13915	-105.11082	1088	Bell Creek,Belle Creek		MT	075		
5639423	Belle-Vue Court	belle-vue-court	US		0	America/Denver	47.69244	-114.1415	894			MT	047		
5639426	Bellevue Manor Trailer Park	bellevue-manor-trailer-park	US		0	America/Denver	48.40745	-115.59405	627			MT	053		
5639429	Belltower	belltower	US		0	America/Denver	45.63833	-104.37717	991			MT	011		
5639443	Belmont (historical)	belmont-historical	US		0	America/Denver	46.66244	-112.31557	1819			MT	049		
5639466	Belt Creek	belt-creek	US		0	America/Denver	47.55302	-110.95746	975			MT	013		
5639480	Belton (historical)	belton-historical	US		0	America/Denver	47.37552	-110.92635	1094			MT	013		
5639500	Benchland	benchland	US		0	America/Denver	47.07941	-110.01825	1322			MT	045		
5639550	Benrud (historical)	benrud-historical	US		0	America/Denver	48.45252	-105.53472	838	Benrud (historical),Camrud		MT	085		
5639557	Bensons Landing (historical)	bensons-landing-historical	US		0	America/Denver	45.69021	-110.52993	1359	Bensons Landing (historical),Hoppe's Landing,Yellowstone Crossing		MT	067		
5639563	Benteen	benteen	US		0	America/Denver	45.45636	-107.39648	981			MT	003		
5639576	Benton Lake (historical)	benton-lake-historical	US		0	America/Denver	47.69163	-111.29247	1109			MT	013		
5639589	Benz	benz	US		0	America/Denver	46.65973	-105.50138	690			MT	079		
5639590	Benzien	benzien	US		0	America/Denver	47.25555	-107.6801	842			MT	033		
5639673	Berts Trailer Court	berts-trailer-court	US		0	America/Denver	45.39217	-108.90653	1077			MT	009		
5639760	Biem	biem	US		0	America/Denver	48.48336	-104.94219	718			MT	085		
5639769	Big Arm Mobile Home Park	big-arm-mobile-home-park	US		0	America/Denver	47.79855	-114.2954	897			MT	047		
5639928	Big Foot (historical)	big-foot-historical	US		0	America/Denver	46.12437	-112.15083	1746			MT	043		
5640063	Big Pines Mobile Court	big-pines-mobile-court	US		0	America/Denver	46.88131	-113.89983	998			MT	063		
5640099	Big Sag	big-sag	US		0	America/Denver	47.59775	-110.71355	1055			MT	015		
5640126	Big Sandy Trailer Court	big-sandy-trailer-court	US		0	America/Denver	48.17859	-110.11215	823			MT	015		
5640145	Big Sky Canyon Village	big-sky-canyon-village	US		0	America/Denver	45.26382	-111.25356	1829			MT	031		
5640150	Big Sky Colonial Manor	big-sky-colonial-manor	US		0	America/Denver	48.36663	-114.20096	937			MT	029		
5640151	Big Sky Colony	big-sky-colony	US		0	America/Denver	48.84804	-112.78425	1299			MT	035		
5640162	Big Sky Meadow Village	big-sky-meadow-village	US		0	America/Denver	45.26743	-111.3019	1902	Big Sky,Big Sky Meadow Village		MT	031		
5640165	Big Sky Mobile Home Court	big-sky-mobile-home-court	US		0	America/Denver	45.26604	-111.33135	1980			MT	031		
5640166	Big Sky Mobile Home Park	big-sky-mobile-home-park	US		0	America/Denver	46.20964	-114.14537	1111	Big Sky Mobile Home Park,Big Sky Village		MT	081		
5640167	Big Sky Mountain Village	big-sky-mountain-village	US		0	America/Denver	45.28965	-111.39857	2270			MT	057		
5640207	Big Stone Colony	big-stone-colony	US		0	America/Denver	47.39996	-111.21747	1148			MT	013		
5640270	Big Warm (historical)	big-warm-historical	US		0	America/Denver	48.02027	-108.44931	976			MT	005		
5640333	Bill Bracket Place	bill-bracket-place	US		0	America/Denver	46.26383	-110.59131	1843			MT	059		
5640364	Billings Heights	billings-heights	US		0	America/Denver	45.83329	-108.45902	965			MT	111		
5640386	Bing	bing	US		0	America/Denver	46.44326	-114.08427	1020			MT	081		
5640410	Birch Creek (historical)	birch-creek-historical	US		0	America/Denver	45.40909	-112.71114	1628			MT	001		
5640411	Birch Creek Colony	birch-creek-colony	US		0	America/Denver	48.24775	-112.47032	1209			MT	073		
5640477	Bisel	bisel	US		0	America/Denver	45.70576	-111.08495	1434			MT	031		
5640480	Birney Day School	birney-day-school	US		137	America/Denver	45.4161	-106.46531	941	Birney,Birney Day School,Birney Day School Village,Birney Day Village,Birney Village,Indian Birney,Red Birney		MT	087		
5640499	Bishop Place	bishop-place	US		0	America/Denver	45.22492	-112.48668	1638			MT	001		
5640520	Bitter Root (historical)	bitter-root-historical	US		0	America/Denver	46.57298	-114.04677	1023	Bitter Root (historical),Bitterroot		MT	081		
5640524	Bitterroot Court	bitterroot-court	US		0	America/Denver	46.5177	-114.05149	1061			MT	081		
5640530	Bitterroot Gateway Trailer Court	bitterroot-gateway-trailer-court	US		0	America/Denver	46.75548	-114.0815	970			MT	063		
5640538	Bitterroot Pines	bitterroot-pines	US		0	America/Denver	46.64159	-114.07872	1000			MT	081		
5640548	Bitterroot Trailer Court	bitterroot-trailer-court	US		0	America/Denver	48.53889	-109.65353	800			MT	041		
5640805	Blackfoot (historical)	blackfoot-historical	US		0	America/Denver	47.45	-107.42843	965			MT	033		
5640812	Blackfoot City (historical)	blackfoot-city-historical	US		0	America/Denver	46.6816	-112.54309	1667	Blackfoot City (historical),Ophir		MT	077		
5640846	Blackleaf	blackleaf	US		0	America/Denver	48.01245	-112.60615	1435			MT	099		
5640864	Blacktail	blacktail	US		0	America/Denver	48.27691	-113.44815	1432			MT	029		
5640950	Blair Crossing	blair-crossing	US		0	America/Denver	48.40331	-112.29143	1059			MT	073		
5640970	Blakeslee (historical)	blakeslee-historical	US		0	America/Denver	47.19498	-108.67292	994	Blakeslee (historical),Minnesota Bench		MT	069		
5640980	Blanchards Corner	blanchards-corner	US		0	America/Denver	47.5566	-114.87152	922			MT	089		
5640994	Blazing Place	blazing-place	US		0	America/Denver	46.22493	-111.97138	1633			MT	043		
5640996	Blatchford	blatchford	US		0	America/Denver	46.71028	-105.44944	686			MT	079		
5641091	Blue Cloud (historical)	blue-cloud-historical	US		0	America/Denver	46.5916	-112.15917	1407			MT	049		
5641140	Blue Mountain Trailer Park	blue-mountain-trailer-park	US		0	America/Denver	46.81326	-114.09261	972			MT	063		
5641194	Bluffport	bluffport	US		0	America/Denver	46.81445	-105.16609	688			MT	079		
5641302	Bole	bole	US		0	America/Denver	47.71079	-112.01084	1162			MT	099		
5641355	Bone Crossing	bone-crossing	US		0	America/Denver	48.52111	-107.32953	662			MT	071		
5641361	Boneau	boneau	US		380	America/Denver	48.29054	-109.86132	1011			MT	015		
5641387	Bonner Junction	bonner-junction	US		0	America/Denver	46.85993	-113.88177	997			MT	063		
5641428	Borax	borax	US		0	America/Denver	47.43299	-115.66932	1249			MT	061		
5641453	Boston Heights (historical)	boston-heights-historical	US		0	America/Denver	47.50551	-111.25025	1063			MT	013		
5641627	Bowman Place	bowman-place	US		0	America/Denver	45.11298	-112.0497	1833			MT	057		
5641643	Box Elder (historical)	box-elder-historical	US		0	America/Denver	47.4583	-111.08969	1059			MT	013		
5641644	Box Elder (historical)	box-elder-historical	US		0	America/Denver	47.33887	-108.91738	1043			MT	027		
5641645	Box Elder (historical)	box-elder-historical	US		0	America/Denver	47.88555	-107.684	720			MT	071		
5641696	Boyd (historical)	boyd-historical	US		0	America/Denver	48.20835	-104.66496	586			MT	085		
5641769	Bradley (historical)	bradley-historical	US		0	America/Denver	46.57021	-112.66976	1396			MT	077		
5641782	Bradman	bradman	US		0	America/Denver	46.69799	-113.22479	1204			MT	039		
5641806	Braggville (historical)	braggville-historical	US		0	America/Denver	47.33056	-107.18397	847			MT	033		
5641827	Branding Iron Addition	branding-iron-addition	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5641832	Brandenberg	brandenberg	US		0	America/Denver	45.81611	-106.23306	850	Brandenberg,Brandenburg		MT	087		
5641875	Bredette	bredette	US		0	America/Denver	48.50558	-105.29971	698			MT	085		
5641903	Brenna Trailer Court	brenna-trailer-court	US		0	America/Denver	48.78947	-105.41555	763			MT	019		
5641341	Bond	bond	US	80423	0	America/Denver	45.30576	-112.66558	1574			MT	001		
5641905	Brenchley Mobile Home Park	brenchley-mobile-home-park	US		0	America/Denver	48.44108	-114.35013	947			MT	029		
5642001	Bridger View Trailer Court	bridger-view-trailer-court	US		0	America/Denver	45.70271	-111.02161	1444			MT	031		
5642038	Brinkman (historical)	brinkman-historical	US		0	America/Denver	48.29165	-110.62717	881			MT	041		
5642042	Broadhead (historical)	broadhead-historical	US		0	America/Denver	48.24025	-112.38838	1187			MT	073		
5642088	Brock Creek	brock-creek	US		0	America/Denver	46.60354	-112.8556	1419	Brock Creek,Phosphate Creek		MT	077		
5642146	Brookside (historical)	brookside-historical	US		0	America/Denver	48.08833	-108.32458	859			MT	071		
5642154	Brorson (historical)	brorson-historical	US		0	America/Denver	47.77585	-104.29494	697	Brorson (historical),Brorson Flats		MT	083		
5642299	Bruce (historical)	bruce-historical	US		0	America/Denver	47.24944	-107.41592	922			MT	033		
5642304	Bruce Place	bruce-place	US		0	America/Denver	46.28827	-110.8591	1639			MT	059		
5642325	Brunelda (historical)	brunelda-historical	US		0	America/Denver	46.90222	-107.27008	962			MT	033		
5642465	Buell	buell	US		0	America/Denver	45.78771	-111.32163	1328	Buell,Cole's Corner		MT	031		
5642470	Buelow	buelow	US		0	America/Denver	48.55971	-110.83719	1043	Bison,Buelow		MT	051		
5642473	Bueno Vista Acres Trailer Court	bueno-vista-acres-trailer-court	US		0	America/Denver	45.84993	-111.04245	1454			MT	031		
5642557	Buford (historical)	buford-historical	US		0	America/Denver	47.29437	-115.14542	816			MT	061		
5642604	Bull Mountain	bull-mountain	US		0	America/Denver	46.02248	-107.8576	866			MT	111		
5642677	Bundy	bundy	US		0	America/Denver	46.29274	-108.77876	1019			MT	065		
5642714	Burdick Place	burdick-place	US		0	America/Denver	45.17492	-112.21332	1812			MT	057		
5642754	Burlington (historical)	burlington-historical	US		0	America/Denver	46.01243	-112.59253	1696			MT	093		
5642786	Burns Trailer Court	burns-trailer-court	US		0	America/Denver	48.59	-109.23128	740			MT	005		
5642812	Burnt Creek (historical)	burnt-creek-historical	US		0	America/Denver	46.0211	-107.22839	1066			MT	103		
5642814	Burnt Fork (historical)	burnt-fork-historical	US		0	America/Denver	46.46048	-113.9426	1295			MT	081		
5642864	Burton (historical)	burton-historical	US		0	America/Denver	47.88551	-112.11196	1162	Burton (historical),Burtonville		MT	099		
5642877	Busch	busch	US		0	America/Denver	45.80354	-111.083	1366			MT	031		
5642891	Busteed	busteed	US		0	America/Denver	45.94161	-109.34906	1271			MT	095		
5642920	Butchertown (historical)	butchertown-historical	US		0	America/Denver	46.03604	-112.53558	1937			MT	093		
5642955	Butte Creek	butte-creek	US		0	America/Denver	48.88197	-105.84835	819	Butte Creek,Butte Valley		MT	019		
5642970	Butte Creek (historical)	butte-creek-historical	US		0	America/Denver	47.47778	-107.25425	892			MT	033		
5643043	Byrne	byrne	US		0	America/Denver	46.70382	-113.45342	1135			MT	039		
5643089	Cabin City	cabin-city	US		0	America/Denver	47.36632	-115.26431	934			MT	061		
5643149	Cable City (historical)	cable-city-historical	US		0	America/Denver	46.1952	-113.20922	2008			MT	023		
5643176	Cactus Flat (historical)	cactus-flat-historical	US		0	America/Denver	48.02641	-106.41837	647	Cactus Flat (historical),Cactus Hill		MT	055		
5643213	Calamity Janes Trailer Court	calamity-janes-trailer-court	US		0	America/Denver	45.03188	-110.70577	1603			MT	067		
5643231	Caledonia (historical)	caledonia-historical	US		0	America/Denver	45.16383	-109.21321	1527			MT	009		
5643256	Calkins (historical)	calkins-historical	US		0	America/Denver	46.44161	-110.92105	1547			MT	059		
5643327	Camas Prairie	camas-prairie	US		0	America/Denver	47.46271	-114.60707	861			MT	089		
5643345	Cameron (historical)	cameron-historical	US		0	America/Denver	46.90829	-110.39243	1726			MT	045		
5643362	Cameron Crossing	cameron-crossing	US		0	America/Denver	45.76167	-105.82527	964			MT	075		
5643367	Cameron Park	cameron-park	US		0	America/Denver	45.79967	-108.5818	1028			MT	111		
5643393	Camona	camona	US		0	America/Denver	45.76576	-111.08134	1385			MT	031		
5643473	Camp Three	camp-three	US		173	America/Denver	46.4408	-108.56486	983			MT	065		
5643485	Campbell Place	campbell-place	US		0	America/Denver	45.1502	-112.19666	1755			MT	057		
5643545	Canyon (historical)	canyon-historical	US		0	America/Denver	47.1772	-109.21045	1522			MT	027		
5643578	Canyon Creek Boat Landing	canyon-creek-boat-landing	US		0	America/Denver	48.21385	-113.76816	1089			MT	029		
5643593	Canyon Ferry	canyon-ferry	US		0	America/Denver	46.65549	-111.71831	1175	Canon Ferry,Canyon Ferry,Canyon House		MT	049		
5643627	Canyon View Trailer Court	canyon-view-trailer-court	US		0	America/Denver	45.65826	-110.95078	1514			MT	031		
5643672	Carbella	carbella	US		0	America/Denver	45.20771	-110.90466	1544			MT	067		
5643680	Carbert	carbert	US		0	America/Denver	48.97586	-105.81057	810			MT	019		
5643693	Carbon Hill Trailer Court	carbon-hill-trailer-court	US		0	America/Denver	46.39917	-105.82	729			MT	017		
5643797	Carols Court	carols-court	US		0	America/Denver	46.88187	-113.89399	1003			MT	063		
5643817	Carperville (historical)	carperville-historical	US		0	America/Denver	45.8547	-107.61175	867			MT	003		
5643829	Carr Trailer Court	carr-trailer-court	US		0	America/Denver	45.63605	-109.24544	1091			MT	095		
5643834	Carroll (historical)	carroll-historical	US		0	America/Denver	47.57361	-108.37346	686	Carroll (historical),Carroll Landing		MT	027		
5643920	Cascade Colony	cascade-colony	US		0	America/Denver	47.43995	-111.81999	1128			MT	013		
5643971	Casitas Del Rio East Mobile Home Park	casitas-del-rio-east-mobile-home-park	US		0	America/Denver	47.10501	-104.7269	623			MT	021		
5643990	Cassidy Curve	cassidy-curve	US		0	America/Denver	48.82748	-113.55066	1472			MT	035		
5644026	Castle Rock (historical)	castle-rock-historical	US		0	America/Denver	45.87555	-106.80337	1071			MT	087		
5644045	Castle Town	castle-town	US		0	America/Denver	46.44133	-110.67187	1822	Castle,Castle City,Castle Town,Castletown,New Leadville		MT	059		
5644057	Castner Falls	castner-falls	US		0	America/Denver	47.30662	-111.49552	1087			MT	013		
5644069	Cat Creek	cat-creek	US		0	America/Denver	47.06526	-108.00623	886	Cat Creek,Frantz,Frantzville		MT	069		
5644191	Cedar (historical)	cedar-historical	US		0	America/Denver	48.08604	-116.00656	677			MT	089		
5644249	Cedar Junction (historical)	cedar-junction-historical	US		0	America/Denver	47.1277	-115.01208	1086	Cedar,Cedar Creek,Cedar Junction (historical)		MT	061		
5644259	Cedar Mouth (historical)	cedar-mouth-historical	US		0	America/Denver	47.17909	-114.86207	855	Cedar Creek,Cedar Mouth (historical),Mouth of Cedar,River Town		MT	061		
5644275	Celander Trailer Court	celander-trailer-court	US		0	America/Denver	45.70187	-111.03411	1436			MT	031		
5644314	Centerville (historical)	centerville-historical	US		0	America/Denver	45.1552	-112.97865	1751	Centerville (historical),Centreville,Marysville		MT	001		
5644315	Centerville (historical)	centerville-historical	US		0	America/Denver	47.05969	-110.64577	1676	Centerville (historical),Central City		MT	013		
5644316	Centerville (historical)	centerville-historical	US		0	America/Denver	45.44576	-112.42167	1448			MT	057		
5644324	Central Avenue Trailer Court	central-avenue-trailer-court	US		0	America/Denver	47.60827	-114.67735	880			MT	089		
5644330	Central City (historical)	central-city-historical	US		0	America/Denver	45.30131	-111.95637	1730	Centerville,Central,Central City (historical),Middletown		MT	057		
5644368	Chadborn	chadborn	US		0	America/Denver	45.8116	-110.53854	1411			MT	067		
5644398	Chalk Buttes (historical)	chalk-buttes-historical	US		0	America/Denver	45.66027	-104.74218	1068			MT	011		
5644421	Champion (historical)	champion-historical	US		0	America/Denver	46.23382	-112.61336	1946			MT	023		
5644432	Chance	chance	US		0	America/Denver	45.01189	-109.0632	1218	Bush,Chance,Dow		MT	009		
5644502	Charlos Heights	charlos-heights	US		120	America/Denver	46.12631	-114.17787	1142			MT	081		
5644520	Cheadle (historical)	cheadle-historical	US		0	America/Denver	47.06108	-109.15239	1240			MT	027		
5644524	Checkerboard	checkerboard	US		0	America/Denver	46.57245	-110.54687	1599	Checkerboard,Checkerboard Inn		MT	059		
5644526	Chausse (historical)	chausse-historical	US		0	America/Denver	46.06167	-104.74913	933			MT	011		
5644610	Cherry Ridge (historical)	cherry-ridge-historical	US		0	America/Denver	48.91473	-109.00654	918			MT	005		
5644612	Cherry Ridge Ranch	cherry-ridge-ranch	US		0	America/Denver	48.91445	-108.99904	917	Cherry Ridge,Cherry Ridge Ranch		MT	005		
5644619	Cherry Springs (historical)	cherry-springs-historical	US		0	America/Denver	45.30522	-108.98987	1177			MT	009		
5644703	Chicory	chicory	US		0	America/Denver	45.40549	-110.7016	1481			MT	067		
5644710	Chico Hot Springs	chico-hot-springs	US		0	America/Denver	45.33771	-110.69216	1607	Chico Hot Springs,Chico Warm Springs		MT	067		
5644759	Chimney Crossing	chimney-crossing	US		0	America/Denver	47.01555	-107.61899	881			MT	033		
5644794	Chinatown	chinatown	US		0	America/Denver	44.8827	-113.19559	2146	China Town,Chinatown		MT	001		
5644818	Chippewa (historical)	chippewa-historical	US		0	America/Denver	47.09164	-108.93654	1131			MT	027		
5644852	Choteau Junction	choteau-junction	US		0	America/Denver	47.80495	-112.17696	1159			MT	099		
5644958	Christina	christina	US		0	America/Denver	47.38192	-109.32407	1090			MT	027		
5644999	Churchill	churchill	US		902	America/Denver	45.75076	-111.3044	1392	Church Hill,Churchill,Godfrey,Rotterdam		MT	031		
5645090	Cinnabar Court	cinnabar-court	US		0	America/Denver	46.48214	-114.08816	1019			MT	081		
5645116	Circle 'J' Mobile Park	circle-j-mobile-park	US		0	America/Denver	46.88215	-113.89899	999			MT	063		
5645140	Circle Trailer Court	circle-trailer-court	US		0	America/Denver	47.42223	-105.57944	739			MT	055		
5645203	Clark (historical)	clark-historical	US		0	America/Denver	46.31854	-113.28756	1651	Clark (historical),Kirkville		MT	039		
5645292	Clasoil	clasoil	US		0	America/Denver	46.56299	-111.79359	1259			MT	043		
5645341	Clear Creek Terrace Trailer Court	clear-creek-terrace-trailer-court	US		0	America/Denver	48.54639	-109.66298	766			MT	041		
5645366	Cleiv	cleiv	US		0	America/Denver	47.69412	-111.89694	1159			MT	099		
5645379	Clemons (historical)	clemons-historical	US		0	America/Denver	47.30689	-112.41058	1410			MT	049		
5645418	Cliff Lake	cliff-lake	US		0	America/Denver	44.82965	-111.51968	1853			MT	057		
5645447	Cline	cline	US		0	America/Denver	45.88218	-108.40902	958			MT	111		
5645541	Coal Banks Landing	coal-banks-landing	US		0	America/Denver	48.03386	-110.22799	765	Coal Banks,Coal Banks Landing,Coalbanks Landing		MT	015		
5645582	Coal Creek (historical)	coal-creek-historical	US		0	America/Denver	47.525	-106.04224	770			MT	055		
5645641	Coalridge	coalridge	US		0	America/Denver	48.69836	-104.18911	664			MT	091		
5645645	Coalville (historical)	coalville-historical	US		0	America/Denver	45.39995	-108.92292	1131	Coalville (historical),Gebo		MT	009		
5645648	Coalwood	coalwood	US		0	America/Denver	45.72805	-105.59055	1020			MT	075		
5645663	Coburg	coburg	US		0	America/Denver	48.45139	-108.43931	703	Coberg,Coburg		MT	005		
5645753	Cole	cole	US		0	America/Denver	48.54111	-107.4687	668			MT	071		
5645827	Colony Bay (historical)	colony-bay-historical	US		0	America/Denver	48.03053	-110.61244	916			MT	015		
5645871	Columbia Gardens	columbia-gardens	US		0	America/Denver	46.00659	-112.46419	1823			MT	093		
5645943	Comertown	comertown	US		0	America/Denver	48.89697	-104.24883	692			MT	091		
5645947	Comet	comet	US		0	America/Denver	46.31076	-112.17	1947			MT	043		
5646041	Cone Butte (historical)	cone-butte-historical	US		0	America/Denver	47.45331	-109.40907	1117			MT	027		
5646079	Conkelley	conkelley	US		0	America/Denver	48.38941	-114.1329	941			MT	029		
5646136	Contact	contact	US		0	America/Denver	45.50827	-110.22602	1584			MT	067		
5646143	Content	content	US		0	America/Denver	48.02055	-107.56039	711	Baeth,Content		MT	071		
5646195	Coolidge (historical)	coolidge-historical	US		0	America/Denver	45.48937	-113.03643	2277	Coolidge (historical),Elkhorn		MT	001		
5646254	Cope Trailer Park	cope-trailer-park	US		0	America/Denver	46.4	-105.82834	726			MT	017		
5646269	Copper Camp (historical)	copper-camp-historical	US		0	America/Denver	47.07022	-112.7931	1942			MT	049		
5646273	Copper Cliff	copper-cliff	US		0	America/Denver	46.80882	-113.4548	1521			MT	063		
5646348	Corbly (historical)	corbly-historical	US		0	America/Denver	47.07886	-109.35629	1270			MT	027		
5646356	Corette	corette	US		0	America/Denver	44.64743	-111.14883	2038			MT	031		
5646451	Corral Creek (historical)	corral-creek-historical	US		0	America/Denver	47.4489	-105.30971	780			MT	021		
5646479	Corvallis Mobile Home Park	corvallis-mobile-home-park	US		0	America/Denver	46.31576	-114.10898	1061			MT	081		
5646485	Corwin Springs	corwin-springs	US		109	America/Denver	45.11299	-110.78994	1565			MT	067		
5646516	Cotton Trailer Court	cotton-trailer-court	US		0	America/Denver	47.15163	-110.21604	1305			MT	045		
5646675	Coughlin	coughlin	US		0	America/Denver	46.93355	-112.95366	1313			MT	077		
5646694	Country Court	country-court	US		0	America/Denver	45.60548	-111.19245	1503			MT	031		
5646695	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/Denver	48.38608	-114.19263	954			MT	029		
5646701	Countryside Court Mobile Home Park	countryside-court-mobile-home-park	US		0	America/Denver	46.88826	-114.07067	960			MT	063		
5646702	Countryside Village	countryside-village	US		0	America/Denver	47.5394	-111.29664	1072			MT	013		
5646721	Covered Wagon Mobile Home Park	covered-wagon-mobile-home-park	US		0	America/Denver	45.6916	-111.05634	1453			MT	031		
5646790	Cow Island (historical)	cow-island-historical	US		0	America/Denver	47.78721	-108.93405	706	Cow Island (historical),Cow Island Landing		MT	005		
5646808	Cowboys Heaven	cowboys-heaven	US		0	America/Denver	45.47298	-111.58747	2254			MT	057		
5646889	Cozy Court	cozy-court	US		0	America/Denver	46.75465	-114.0815	970			MT	063		
5646902	Crackerville	crackerville	US		0	America/Denver	46.06465	-112.80504	1536			MT	023		
5646921	Crain Place	crain-place	US		0	America/Denver	46.04389	-106.31001	883			MT	087		
5646961	Craver	craver	US		0	America/Denver	45.69688	-109.381	1117	Craver,Merrill		MT	095		
5647008	Cree Crossing	cree-crossing	US		0	America/Denver	48.54055	-107.51926	661			MT	071		
5647025	Crescent City (historical)	crescent-city-historical	US		0	America/Denver	47.07076	-114.81485	1024	Crescent City (historical),Sun Rise City,Sunrise City		MT	061		
5647184	Crow Creek City (historical)	crow-creek-city-historical	US		0	America/Denver	46.18048	-111.60775	1275	Crow Creek City (historical),Lower Town		MT	007		
5647252	Crow Rock	crow-rock	US		0	America/Denver	46.91139	-106.07086	831			MT	079		
5647316	Crystal Ford	crystal-ford	US		0	America/Denver	48.60886	-113.84873	1258			MT	029		
5647344	Crystal Point	crystal-point	US		0	America/Denver	48.75164	-113.78762	1361			MT	029		
5647405	Curdys Cove	curdys-cove	US		0	America/Denver	46.20159	-114.1487	1110			MT	081		
5647433	Curry	curry	US		0	America/Denver	47.09029	-104.6269	647	Curry,Roubaix		MT	021		
5647503	Cutler (historical)	cutler-historical	US		0	America/Denver	46.2425	-105.74777	754			MT	017		
5647534	Cypress (historical)	cypress-historical	US		0	America/Denver	48.56667	-109.8002	759			MT	041		
5647538	Cyr	cyr	US		0	America/Denver	47.0102	-114.58485	914			MT	061		
5647581	DY Junction	dy-junction	US		0	America/Denver	47.79555	-108.63349	981	DY Junction,Last Chance		MT	071		
5647608	Dahl Place	dahl-place	US		0	America/Denver	45.63577	-110.42659	1671			MT	067		
5647619	Dailey (historical)	dailey-historical	US		0	America/Denver	45.29077	-110.84161	1504	Dailey (historical),Slab Town		MT	067		
5647657	Daleview	daleview	US		0	America/Denver	48.91336	-104.93386	657	Daleview,Ranous		MT	091		
5647685	Dalys	dalys	US		0	America/Denver	45.0852	-112.78002	1622	Daleys,Dalys		MT	001		
5647799	Darrel (historical)	darrel-historical	US		0	America/Denver	46.7508	-108.70986	1211			MT	027		
5647931	Daytown (historical)	daytown-historical	US		0	America/Denver	46.66105	-111.6972	1212			MT	049		
5648055	Dean	dean	US		0	America/Denver	45.40466	-109.69045	1596			MT	095		
5648070	Dearborn (historical)	dearborn-historical	US		0	America/Denver	47.19856	-112.09112	1159	Dearborn (historical),Dearborn City,Dearborn Crossing		MT	049		
5648157	Deep Creek (historical)	deep-creek-historical	US		0	America/Denver	46.32215	-111.42302	1336			MT	007		
5648300	Deerfield Colony	deerfield-colony	US		0	America/Denver	47.2597	-109.67741	1050			MT	027		
5648313	Deertail Indian Village (historical)	deertail-indian-village-historical	US		0	America/Denver	48.08641	-105.06525	592			MT	085		
5648320	Del Bonita	del-bonita	US		0	America/Denver	48.99805	-112.78814	1330	Del Bonita,Port of Del Bonita		MT	035		
5648330	Delano Place	delano-place	US		0	America/Denver	45.89881	-112.85476	2100			MT	093		
5648335	Delano Heights (historical)	delano-heights-historical	US		0	America/Denver	48.00418	-106.49782	709			MT	105		
5648364	Demers (historical)	demers-historical	US		0	America/Denver	48.88499	-112.16755	1225			MT	101		
5648367	Demersville (historical)	demersville-historical	US		0	America/Denver	48.16274	-114.26902	888	Demersville (historical),Gregg's Landing,Greggsville,Scooptown		MT	029		
5648394	Dennison (historical)	dennison-historical	US		0	America/Denver	46.96383	-111.9425	1152			MT	049		
5648595	Diamond Valley	diamond-valley	US		0	America/Denver	47.8433	-111.49498	1098			MT	099		
5648791	Doak Trailer Court	doak-trailer-court	US		0	America/Denver	46.54578	-110.89521	1565			MT	059		
5648810	Dodge Summit	dodge-summit	US		0	America/Denver	48.91913	-115.35795	1704			MT	053		
5648812	Dodgetown (historical)	dodgetown-historical	US		0	America/Denver	46.3069	-109.36129	1133	Dodgetown (historical),Medicine Lodge		MT	037		
5648875	Dogtown (historical)	dogtown-historical	US		0	America/Denver	48.46861	-108.62154	708			MT	005		
5648878	Dogtown (historical)	dogtown-historical	US		0	America/Denver	45.70826	-111.17301	1409			MT	031		
5648935	Donlan	donlan	US		0	America/Denver	47.33021	-114.93541	792	Donlan,Pontus		MT	089		
5648950	Dooley	dooley	US		0	America/Denver	48.88114	-104.38939	750			MT	091		
5648956	Donovan Park (historical)	donovan-park-historical	US		0	America/Denver	47.41662	-111.26747	1101			MT	013		
5649006	Dotsonville (historical)	dotsonville-historical	US		0	America/Denver	46.59993	-112.09528	1220			MT	049		
5649032	Douglas (historical)	douglas-historical	US		0	America/Denver	48.86109	-113.21621	1500			MT	035		
5649057	Dovetail (historical)	dovetail-historical	US		0	America/Denver	47.34388	-108.20734	866			MT	069		
5649473	Dryhead (historical)	dryhead-historical	US		0	America/Denver	45.17634	-108.27345	1590			MT	009		
5649475	Dryland (historical)	dryland-historical	US		0	America/Denver	47.01164	-108.94821	1229			MT	027		
5649480	Dryer Place	dryer-place	US		0	America/Denver	47.74306	-107.56538	842			MT	071		
5649559	Duffy Trailer Court	duffy-trailer-court	US		0	America/Denver	45.83494	-109.95546	1247			MT	097		
5649587	Duncan (historical)	duncan-historical	US		0	America/Denver	48.20468	-114.30096	898			MT	029		
5649600	Duncan Ranch Colony	duncan-ranch-colony	US		0	America/Denver	46.4444	-110.0238	1328			MT	107		
5649606	Dunham	dunham	US		0	America/Denver	47.61188	-114.12095	949			MT	047		
5649710	Dutch Hill (historical)	dutch-hill-historical	US		0	America/Denver	46.31659	-114.1926	1170	Dutch Hill (historical),Fair Play		MT	081		
5649785	Eagle (historical)	eagle-historical	US		0	America/Denver	45.1255	-109.16321	1493			MT	009		
5649823	Eagle Creek Colony	eagle-creek-colony	US		0	America/Denver	48.69805	-111.21054	1086			MT	051		
5649826	Eagle Lake Ranch	eagle-lake-ranch	US		0	America/Denver	48.7608	-114.91794	895			MT	053		
5649872	Eagleton	eagleton	US		0	America/Denver	47.94498	-109.78242	1007			MT	015		
5649905	East Bench (historical)	east-bench-historical	US		0	America/Denver	45.24159	-112.56474	1578			MT	001		
5649934	East Butte	east-butte	US		0	America/Denver	46.01132	-112.49669	1686			MT	093		
5649945	East Community	east-community	US		0	America/Denver	48.04552	-111.47415	1019			MT	073		
5649963	East Evergreen Mobile Home Park	east-evergreen-mobile-home-park	US		0	America/Denver	48.22496	-114.27596	890			MT	029		
5649967	East End Colony	east-end-colony	US		0	America/Denver	48.74945	-109.57019	823			MT	041		
5650237	East Glacier Park Village	east-glacier-park-village	US		363	America/Denver	48.44691	-113.22315	1470			MT	035		
5650265	East Malta Colony	east-malta-colony	US		0	America/Denver	48.35166	-107.60927	687	East Malta Colony,Malta Colony		MT	071		
5650270	East Missoula	east-missoula	US		2157	America/Denver	46.87076	-113.94455	995			MT	063		
5650294	East Portal	east-portal	US		0	America/Denver	47.39715	-115.63515	1256			MT	061		
5650354	Eastham Junction	eastham-junction	US		0	America/Denver	47.72912	-112.09418	1151	Eastham,Eastham Junction		MT	099		
5650369	Eau Clair (historical)	eau-clair-historical	US		0	America/Denver	45.84298	-111.91971	1302			MT	057		
5650384	Echo Lake (historical)	echo-lake-historical	US		0	America/Denver	46.23326	-113.26756	2062			MT	039		
5650415	Eddies Corner	eddies-corner	US		0	America/Denver	46.9833	-109.74547	1222			MT	027		
5650451	Edilou	edilou	US		0	America/Denver	45.87882	-111.19662	1316			MT	031		
5650456	Edith Nelson Trailer Court	edith-nelson-trailer-court	US		0	America/Denver	47.15358	-110.21465	1302			MT	045		
5650484	Edwards Crossing	edwards-crossing	US		0	America/Denver	48.46692	-112.452	1096			MT	073		
5650521	Eight Mile (historical)	eight-mile-historical	US		0	America/Denver	46.64103	-113.95233	1234			MT	081		
5650543	Eightmile Saddle	eightmile-saddle	US		0	America/Denver	46.65854	-113.82593	1954			MT	039		
5650607	Eldridge (historical)	eldridge-historical	US		0	America/Denver	45.10132	-111.21884	1979	Eldridge (historical),Tie Camp		MT	031		
5650613	Eldridge Trailer Court	eldridge-trailer-court	US		0	America/Denver	45.67826	-111.053	1471			MT	031		
5650649	Elgin (historical)	elgin-historical	US		0	America/Denver	45.75222	-104.42356	989			MT	011		
5650813	Elkhorn Hot Springs	elkhorn-hot-springs	US		0	America/Denver	45.45548	-113.10976	2169	Elkhorn Hot Springs,Elkhorn Springs		MT	001		
5650870	Elloam (historical)	elloam-historical	US		0	America/Denver	48.88667	-109.38962	792			MT	005		
5650912	Elso	elso	US		0	America/Denver	46.34857	-108.67736	997			MT	065		
5650938	Emerson Junction	emerson-junction	US		0	America/Denver	47.51996	-111.3697	1024			MT	013		
5650943	Emery (historical)	emery-historical	US		0	America/Denver	46.37743	-112.58003	1924			MT	077		
5651008	Emory (historical)	emory-historical	US		0	America/Denver	46.53385	-108.94655	1179			MT	037		
5651087	Epsie	epsie	US		0	America/Denver	45.49166	-105.65111	1025			MT	075		
5651099	Erickson (historical)	erickson-historical	US		0	America/Denver	48.11358	-112.09086	1145			MT	073		
5651131	Ermont Mill	ermont-mill	US		0	America/Denver	45.26687	-112.91559	1963			MT	001		
5651157	Eskay (historical)	eskay-historical	US		0	America/Denver	47.82998	-109.63602	938			MT	015		
5651183	Etchetah (historical)	etchetah-historical	US		0	America/Denver	46.2036	-107.4409	821	Etchetah (historical),Guy's Landing,Sherman,Sherman City,Sherman Valley		MT	103		
5651195	Etna (historical)	etna-historical	US		0	America/Denver	46.1875	-105.78111	753			MT	017		
5651196	Etna (historical)	etna-historical	US		0	America/Denver	46.43603	-114.08427	1020	Aetna,Etna (historical)		MT	081		
5651278	Evaro	evaro	US		322	America/Denver	47.03215	-114.0915	1207			MT	063		
5651293	Evergreen Court	evergreen-court	US		0	America/Denver	46.64438	-112.02028	1146			MT	049		
5651309	Everson (historical)	everson-historical	US		0	America/Denver	47.62359	-109.75908	992			MT	027		
5651375	Fair Haven Colony	fair-haven-colony	US		0	America/Denver	47.40356	-111.62831	1050			MT	013		
5651394	Fairmont Hot Springs	fairmont-hot-springs	US		0	America/Denver	46.04298	-112.81004	1563	Fairmont Hot Springs,Gregson,Gregson Fairmont Hot Springs,Gregson Hot Springs,Gregson Springs		MT	093		
5651402	Fairview (historical)	fairview-historical	US		0	America/Denver	45.23048	-112.54252	1616			MT	001		
5651440	Fairview Terrace Trailer Court	fairview-terrace-trailer-court	US		0	America/Denver	48.55	-109.65492	777			MT	041		
5651478	Faith Mobile Home Court	faith-mobile-home-court	US		0	America/Denver	45.76049	-111.13884	1366			MT	031		
5651537	False Summit	false-summit	US		0	America/Denver	48.37191	-113.27954	1555			MT	035		
5651538	Family (historical)	family-historical	US		0	America/Denver	48.48192	-112.74451	1191			MT	035		
5651639	Farralltown	farralltown	US		0	America/Denver	46.39635	-108.54875	1010	Farralltown,Farreltown		MT	065		
5651650	Fattig (historical)	fattig-historical	US		0	America/Denver	46.36497	-108.26401	1062			MT	065		
5651693	Fee	fee	US		0	America/Denver	46.08776	-107.67953	847			MT	111		
5651702	Feely	feely	US		0	America/Denver	45.87659	-112.68919	1768			MT	093		
5651727	Ferdig	ferdig	US		0	America/Denver	48.75417	-111.77503	1073			MT	101		
5651732	Fergus	fergus	US		0	America/Denver	47.33081	-109.06711	1161			MT	027		
5651751	Ferndale Mobile Court	ferndale-mobile-court	US		0	America/Denver	48.0519	-114.0065	936			MT	029		
5651759	Ferris (historical)	ferris-historical	US		0	America/Denver	46.69105	-112.38891	1770			MT	049		
5651807	Fife	fife	US		0	America/Denver	47.4558	-111.02302	1107			MT	013		
5651835	Finch	finch	US		0	America/Denver	46.2836	-106.97616	787			MT	087		
5651853	Findon (historical)	findon-historical	US		0	America/Denver	46.60745	-110.34936	1679			MT	059		
5651863	Finlen	finlen	US		0	America/Denver	46.03826	-112.79115	1563			MT	093		
5651875	Finley Point	finley-point	US		480	America/Denver	47.738	-114.06344	892			MT	047		
5651880	Finn	finn	US		0	America/Denver	46.76605	-112.70365	1475			MT	077		
5651902	Finnicum Mobile Home Park	finnicum-mobile-home-park	US		0	America/Denver	48.14974	-104.52273	594			MT	085		
5652068	First Creek (historical)	first-creek-historical	US		0	America/Denver	47.87305	-107.87789	791			MT	071		
5652128	Fischer Park	fischer-park	US		0	America/Denver	47.71668	-104.14494	588	Fischer Estates,Fischer Park		MT	083		
5652167	Fish Lake (historical)	fish-lake-historical	US		0	America/Denver	48.67913	-114.72737	1125			MT	053		
5652218	Fishtrap	fishtrap	US		0	America/Denver	45.87215	-113.2295	1791			MT	023		
5652242	Five Acre Tracts/Acreville Addition	five-acre-tracts-acreville-addition	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5652419	Flatwillow	flatwillow	US		0	America/Denver	46.83192	-108.40013	983	Flatwillow,Flatwillow Crossing		MT	069		
5652421	Flatwillow Colony	flatwillow-colony	US		0	America/Denver	46.72442	-108.48958	1070			MT	065		
5652497	Flood (historical)	flood-historical	US		0	America/Denver	47.44912	-111.34247	1052			MT	013		
5652591	Foleys Trailer Court	foleys-trailer-court	US		0	America/Denver	46.75465	-114.08372	970			MT	063		
5652620	Foraker	foraker	US		0	America/Denver	47.30048	-115.19709	837			MT	061		
5652635	Ford Place	ford-place	US		0	America/Denver	46.25299	-110.80382	1654			MT	059		
5652645	Forest Acres Mobile Home Park	forest-acres-mobile-home-park	US		0	America/Denver	48.3333	-114.3343	973			MT	029		
5652652	Forest Green	forest-green	US		0	America/Denver	46.76135	-110.74049	1854	Forest Green,Forest Green Resort		MT	059		
5652656	Forest Heights	forest-heights	US		0	America/Denver	46.57827	-112.2964	1889			MT	049		
5652658	Forest Hill Village	forest-hill-village	US		206	America/Denver	48.11801	-114.2579	887			MT	029		
5652664	Forest Park Mobile Home and RV Park	forest-park-mobile-home-and-rv-park	US		0	America/Denver	45.67493	-111.20773	1428			MT	031		
5652719	Fort Belknap	fort-belknap	US		0	America/Denver	48.48305	-108.7671	723			MT	005		
5652721	Fort Belknap Agency	fort-belknap-agency	US		1293	America/Denver	48.4825	-108.76544	724	Fort Belknap,Fort Belknap Agency,Fort Belknap Agency Headquarters		MT	005		
5652828	Fort Kipp	fort-kipp	US		0	America/Denver	48.14669	-104.7158	592			MT	085		
5652834	Fort Lazy Y Trailer Park	fort-lazy-y-trailer-park	US		0	America/Denver	47.82828	-114.34762	885			MT	047		
5652836	Fort Logan	fort-logan	US		0	America/Denver	46.67856	-111.17273	1414	Former Fort Logan Military Reservation,Former Fort Logan Military Reserve,Fort Logan		MT	059		
5652883	Fort Piegan	fort-piegan	US		0	America/Denver	48.63054	-112.64757	1217	Carlow,Fort Piegan		MT	035		
5652914	Fort Union (historical)	fort-union-historical	US		0	America/Denver	48.00974	-104.04882	596	Fort Union (historical),Mondak		MT	085		
5652943	Forty Mile Colony	forty-mile-colony	US		0	America/Denver	45.26997	-107.35065	1091			MT	003		
5652993	Foster Mobile Home Park	foster-mobile-home-park	US		0	America/Denver	48.22635	-114.13151	935			MT	029		
5652994	Foundation (historical)	foundation-historical	US		0	America/Denver	46.25945	-104.96108	965			MT	017		
5653005	Four Buttes	four-buttes	US		0	America/Denver	48.80975	-105.60639	757			MT	019		
5653037	Four Range	four-range	US		0	America/Denver	46.58299	-111.92777	1202			MT	049		
5653040	Four Seasons Trailer Court	four-seasons-trailer-court	US		0	America/Denver	47.71918	-104.1541	591			MT	083		
5653042	Fourchette (historical)	fourchette-historical	US		0	America/Denver	47.73333	-107.97012	801			MT	071		
5653126	Fox Crossing	fox-crossing	US		0	America/Denver	48.96056	-110.65162	908			MT	041		
5653269	Fredrickson (historical)	fredrickson-historical	US		0	America/Denver	46.23826	-112.82587	1496			MT	023		
5653274	Freds Trailer Court	freds-trailer-court	US		0	America/Denver	48.03552	-111.84001	1077			MT	073		
5653280	Free Deal (historical)	free-deal-historical	US		0	America/Denver	48.03891	-106.43948	626	Free Deal (historical),Valley		MT	105		
5653286	Freedom (historical)	freedom-historical	US		0	America/Denver	47.18	-106.8909	871			MT	033		
5653343	French Gulch (historical)	french-gulch-historical	US		0	America/Denver	45.94437	-113.03143	1902			MT	023		
5653362	French Town	french-town	US		0	America/Denver	45.93715	-112.99171	2123			MT	023		
5653364	Frenchie Place	frenchie-place	US		0	America/Denver	45.11131	-112.88003	1694			MT	001		
5653425	Friendly Trailer Court	friendly-trailer-court	US		0	America/Denver	45.76298	-111.18412	1369			MT	031		
5653429	Fries Place	fries-place	US		0	America/Denver	45.06075	-112.24971	1838			MT	057		
5653440	Frigon Trailer Court	frigon-trailer-court	US		0	America/Denver	48.55417	-109.69381	763			MT	041		
5653477	Frontier Town	frontier-town	US		0	America/Denver	46.56938	-112.3064	1921			MT	049		
5653478	Frost (historical)	frost-historical	US		0	America/Denver	47.29161	-112.5842	2071			MT	049		
5653519	Fuller	fuller	US		0	America/Denver	46.26187	-112.20362	1558			MT	043		
5653599	Galen	galen	US		0	America/Denver	46.23548	-112.77615	1451			MT	023		
5653604	Galbraith	galbraith	US		0	America/Denver	46.5986	-107.4762	948	Galbraith,Galbreath		MT	087		
5653627	Gallatin (historical)	gallatin-historical	US		0	America/Denver	45.92771	-111.49802	1232	East Gallatin,Gallatin (historical),Gallatin City		MT	031		
5653642	Gallatin Gateway Inn Park	gallatin-gateway-inn-park	US		0	America/Denver	45.5916	-111.19773	1511			MT	031		
5653669	Gallop (historical)	gallop-historical	US		0	America/Denver	45.97632	-111.09939	1572			MT	031		
5653679	Gallup City	gallup-city	US		0	America/Denver	48.09385	-112.11308	1172	Gallop City,Gallup City		MT	073		
5653789	Garneill	garneill	US		0	America/Denver	46.75246	-109.75268	1347			MT	027		
5653797	Garnet	garnet	US		0	America/Denver	46.82521	-113.33896	1800	First Chance,Garnet,Mitchell		MT	039		
5653814	Garrett Mobile Home Park	garrett-mobile-home-park	US		0	America/Denver	47.50551	-111.35081	1013			MT	013		
5653818	Garrison (historical)	garrison-historical	US		0	America/Denver	47.38051	-111.55914	1021			MT	013		
5653884	Gateway (historical)	gateway-historical	US		0	America/Denver	48.99913	-115.17323	751			MT	053		
5653904	Gauglersville (historical)	gauglersville-historical	US		0	America/Denver	46.49162	-110.27574	1451			MT	059		
5653922	Gearing	gearing	US		0	America/Denver	46.71438	-112.13389	1260			MT	049		
5653931	Geduhn (historical)	geduhn-historical	US		0	America/Denver	48.63497	-113.86345	975			MT	029		
5653984	Genevieve (historical)	genevieve-historical	US		0	America/Denver	48.72668	-107.16312	749			MT	105		
5653991	Genou (historical)	genou-historical	US		0	America/Denver	48.00135	-111.25914	1033			MT	015		
5653996	George (historical)	george-historical	US		0	America/Denver	48.32776	-110.9433	909			MT	051		
5654007	George Norman Trailer Court	george-norman-trailer-court	US		0	America/Denver	45.25048	-111.25218	1839			MT	031		
5654010	George Place	george-place	US		0	America/Denver	45.36022	-109.4985	1541			MT	009		
5654011	George Place (historical)	george-place-historical	US		0	America/Denver	45.35911	-109.51683	1549			MT	009		
5654132	Gibbtown	gibbtown	US		0	America/Denver	46.41357	-108.55569	997	Gibbtown,Gibtown		MT	065		
5654140	Gibson Flats	gibson-flats	US		199	America/Denver	47.46968	-111.24692	1024			MT	013		
5654160	Giffen	giffen	US		0	America/Denver	47.31385	-111.18663	1173			MT	013		
5654185	Gildford Colony	gildford-colony	US		0	America/Denver	48.7875	-110.2716	848			MT	041		
5654230	Giltedge	giltedge	US		0	America/Denver	47.12692	-109.20212	1377	Gilt Edge,Giltedge		MT	027		
5654252	Gird Point	gird-point	US		0	America/Denver	46.20742	-113.91148	2346			MT	081		
5654266	Glacier Colony	glacier-colony	US		0	America/Denver	48.83277	-112.21894	1256			MT	035		
5654377	Glenbeg (historical)	glenbeg-historical	US		0	America/Denver	46.36937	-112.14806	1831	Glenbeg (historical),Glenberg		MT	043		
5654383	Glendale Colony	glendale-colony	US		0	America/Denver	48.84443	-112.54534	1229			MT	035		
5654412	Glengarry	glengarry	US		0	America/Denver	47.02692	-109.54796	1259	Glengarry,Glengary		MT	027		
5654445	Gloss Place	gloss-place	US		0	America/Denver	45.36076	-113.27449	2129			MT	001		
5654542	Gold Butte	gold-butte	US		0	America/Denver	48.87362	-111.38582	1408	Gold Butte,Goldbutte		MT	101		
5654547	Gold Coin (historical)	gold-coin-historical	US		0	America/Denver	46.17354	-113.24478	1970			MT	023		
5654624	Goldcreek	goldcreek	US		0	America/Denver	46.5866	-112.92866	1277	American Fork,American Fort,Gold Creek,Goldcreek,Hangtown		MT	077		
5654626	Golden (historical)	golden-historical	US		0	America/Denver	45.21884	-108.96598	1143			MT	009		
5654629	Golden Age Village Trailer Park	golden-age-village-trailer-park	US		0	America/Denver	45.37021	-110.73355	1490			MT	067		
5654661	Golden Ridge	golden-ridge	US		0	America/Denver	47.56773	-112.22696	1294			MT	099		
5654672	Golden Valley Colony	golden-valley-colony	US		0	America/Denver	46.25746	-109.27434	1155			MT	037		
5654694	Goldstone	goldstone	US		0	America/Denver	48.89973	-110.53245	924	Gold Stone,Goldstone		MT	041		
5654701	Golf Bench (historical)	golf-bench-historical	US		0	America/Denver	47.83332	-109.50019	1003			MT	005		
5654788	Gopher (historical)	gopher-historical	US		0	America/Denver	45.22333	-106.30058	1190			MT	087		
5654828	Gorus	gorus	US		0	America/Denver	46.0627	-114.17203	1167			MT	081		
5654942	Grahams Place	grahams-place	US		0	America/Denver	44.85881	-111.58413	1848			MT	057		
5653780	Garland	garland	US	04939	0	America/Denver	46.04833	-105.93055	789			MT	017		
5655052	Grant Creek (historical)	grant-creek-historical	US		0	America/Denver	46.95826	-114.00928	1138			MT	063		
5655282	Green Acres	green-acres	US		0	America/Denver	48.39856	-115.56767	630			MT	053		
5655283	Green Acres Addition	green-acres-addition	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5655309	Green Field Mobile Home Park	green-field-mobile-home-park	US		0	America/Denver	46.88409	-114.08428	956			MT	063		
5655363	Green Star Trailer Court	green-star-trailer-court	US		0	America/Denver	46.40917	-105.82334	722			MT	017		
5655389	Greenland Park Trailer Court	greenland-park-trailer-court	US		0	America/Denver	46.88326	-113.89122	1005			MT	063		
5655390	Greenough	greenough	US		0	America/Denver	46.9166	-113.43675	1154			MT	063		
5655439	Gregson	gregson	US		0	America/Denver	46.04798	-112.80948	1564			MT	093		
5655445	Greve (historical)	greve-historical	US		0	America/Denver	48.9703	-107.42008	840			MT	071		
5655517	Grisdella (historical)	grisdella-historical	US		0	America/Denver	46.99111	-106.96368	938			MT	033		
5655683	Gunsight	gunsight	US		0	America/Denver	48.6372	-112.462	1199	Cadmus,Garnet,Gunsight,Opal		MT	035		
5655694	Guntner Place	guntner-place	US		0	America/Denver	45.1927	-112.46612	1731			MT	001		
5655745	H and H Trailer Court	h-and-h-trailer-court	US		0	America/Denver	45.64383	-109.26099	1104			MT	095		
5655757	Hacienda Trailer Court	hacienda-trailer-court	US		0	America/Denver	48.55555	-109.65353	760			MT	041		
5655767	Hackney	hackney	US		0	America/Denver	46.03131	-112.79254	1567			MT	093		
5655774	Hagans Crossing	hagans-crossing	US		0	America/Denver	48.45831	-112.51422	1112			MT	073		
5655832	Hale Place	hale-place	US		0	America/Denver	45.10909	-112.11832	1721			MT	057		
5655840	Haley Subdivision Trailer Court	haley-subdivision-trailer-court	US		0	America/Denver	45.61104	-111.17995	1514			MT	031		
5655847	Half Moon Mobile Home Park	half-moon-mobile-home-park	US		0	America/Denver	48.38469	-114.2468	934			MT	029		
5655864	Halfmoon	halfmoon	US		0	America/Denver	48.38774	-114.23985	935	Half Moon,Halfmoon		MT	029		
5655924	Hall Trailer Court	hall-trailer-court	US		0	America/Denver	47.15775	-110.22021	1303			MT	045		
5655946	Hamblin Heights Mobile Village	hamblin-heights-mobile-village	US		0	America/Denver	46.00104	-112.55363	1681			MT	093		
5655951	Hamblin (historical)	hamblin-historical	US		0	America/Denver	47.6814	-105.65445	786			MT	055		
5655955	Hamen	hamen	US		0	America/Denver	46.30966	-110.70076	1702			MT	059		
5655983	Hamilton Mobile Home Park	hamilton-mobile-home-park	US		0	America/Denver	46.23381	-114.1537	1095			MT	081		
5656126	Happy Haven	happy-haven	US		0	America/Denver	48.41552	-114.33513	926			MT	029		
5656131	Happys Inn	happys-inn	US		164	America/Denver	48.08328	-115.14043	1033			MT	053		
5656316	Harrison Mill	harrison-mill	US		0	America/Denver	45.71882	-111.75887	1463			MT	057		
5656401	Harveys Mobile Home Court	harveys-mobile-home-court	US		0	America/Denver	46.88048	-113.88566	1005			MT	063		
5656410	Haskell (historical)	haskell-historical	US		0	America/Denver	46.61299	-113.04422	1239			MT	039		
5656422	Hassel	hassel	US		0	America/Denver	46.30521	-111.66525	1598			MT	007		
5656458	Hauck	hauck	US		0	America/Denver	46.95941	-109.83075	1225			MT	045		
5656567	Haxby	haxby	US		0	America/Denver	47.77001	-106.42726	732			MT	033		
5656605	Hay Coulee (historical)	hay-coulee-historical	US		0	America/Denver	48.30693	-110.81968	894			MT	051		
5656744	Hazny (historical)	hazny-historical	US		0	America/Denver	47.47861	-107.54315	884			MT	033		
5656758	Heads Trailer Court	heads-trailer-court	US		0	America/Denver	48.56111	-109.67353	761			MT	041		
5656931	Hell Gate (historical)	hell-gate-historical	US		0	America/Denver	46.88326	-114.08706	952	Hell Gate (historical),Hell Gate Ronde,Hellgate,Higginson,Wordensville		MT	063		
5657172	Hibbard (historical)	hibbard-historical	US		0	America/Denver	46.62443	-107.65065	933			MT	087		
5657224	Hidden Lake Colony	hidden-lake-colony	US		0	America/Denver	48.59081	-112.59256	1209			MT	035		
5657250	Hidden Valley Mobile Estates	hidden-valley-mobile-estates	US		0	America/Denver	45.71937	-111.09523	1414			MT	031		
5657281	High Ground Addition	high-ground-addition	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5657314	Highland City (historical)	highland-city-historical	US		0	America/Denver	45.79687	-112.51613	2209			MT	093		
5657322	Highland Mobile Home Park	highland-mobile-home-park	US		0	America/Denver	47.11362	-104.74579	649			MT	021		
5657353	Highview	highview	US		0	America/Denver	45.92076	-112.42585	1926			MT	093		
5657371	Highwoods Mobile Home Park	highwoods-mobile-home-park	US		0	America/Denver	47.51524	-111.23831	1046			MT	013		
5657372	Hiland Trailer Court	hiland-trailer-court	US		0	America/Denver	45.68049	-111.01884	1458			MT	031		
5657377	Hilcrest (historical)	hilcrest-historical	US		0	America/Denver	46.64306	-105.97501	891			MT	017		
5657398	Hiline Trailer Park	hiline-trailer-park	US		0	America/Denver	48.36722	-107.84456	691			MT	071		
5657427	Hilldale Colony	hilldale-colony	US		0	America/Denver	48.8	-109.7802	856			MT	041		
5657442	Hillside Colony	hillside-colony	US		0	America/Denver	48.97916	-112.06838	1096			MT	101		
5657458	Hillside Trailer Court	hillside-trailer-court	US		0	America/Denver	48.55694	-109.70215	760			MT	041		
5657496	Hirsch	hirsch	US		0	America/Denver	45.81773	-108.41374	948			MT	111		
5657559	Hoffman Place	hoffman-place	US		0	America/Denver	45.17492	-112.41667	1981			MT	057		
5657563	Hoffmanville	hoffmanville	US		0	America/Denver	47.51085	-104.30244	592			MT	083		
5657564	Hog Heaven (historical)	hog-heaven-historical	US		0	America/Denver	47.81661	-114.49818	943			MT	029		
5657621	Holden Place	holden-place	US		0	America/Denver	45.2152	-112.41584	1877			MT	057		
5657644	Holiday Trailer Court	holiday-trailer-court	US		0	America/Denver	46.7602	-114.08261	978			MT	063		
5657650	Holker	holker	US		0	America/Denver	46.25437	-111.47802	1178			MT	007		
5657666	Hollandville (historical)	hollandville-historical	US		0	America/Denver	48.69722	-109.15906	818			MT	005		
5657684	Hollingshead Trailer Court	hollingshead-trailer-court	US		0	America/Denver	48.55833	-109.67298	755			MT	041		
5657701	Hollyhock Trailer Court	hollyhock-trailer-court	US		0	America/Denver	46.75103	-114.09817	978			MT	063		
5657702	Hollywood Trailer Court	hollywood-trailer-court	US		0	America/Denver	46.88465	-114.01817	973			MT	063		
5657730	Holtet Court	holtet-court	US		0	America/Denver	46.02214	-114.17398	1181			MT	081		
5657791	Homestake	homestake	US		0	America/Denver	45.92326	-112.41085	1921			MT	043		
5657904	Hoosac	hoosac	US		0	America/Denver	47.27581	-109.84019	1079			MT	027		
5657950	Hopp (historical)	hopp-historical	US		0	America/Denver	47.90109	-109.88742	912			MT	015		
5657957	Hoppers	hoppers	US		0	America/Denver	45.66549	-110.71827	1576			MT	067		
5657961	Hopsonville (historical)	hopsonville-historical	US		0	America/Denver	45.96388	-106.62336	989			MT	087		
5657989	Horse Butte Acres Trailer Court	horse-butte-acres-trailer-court	US		0	America/Denver	44.75826	-111.18411	2003			MT	031		
5658155	Hosey (historical)	hosey-historical	US		0	America/Denver	47.85971	-109.49657	1019			MT	005		
5658221	Howard (historical)	howard-historical	US		0	America/Denver	46.25444	-106.92894	823			MT	087		
5658265	Hoyle (historical)	hoyle-historical	US		0	America/Denver	47.01193	-108.16568	839	Hoyle (historical),Hoyleville		MT	069		
5658308	Huckleberry Trailer Court	huckleberry-trailer-court	US		0	America/Denver	46.95494	-112.68171	1384			MT	049		
5658349	Huletts Trailer Court	huletts-trailer-court	US		0	America/Denver	45.8566	-111.33246	1294			MT	031		
5658400	Hungry Hollow (historical)	hungry-hollow-historical	US		0	America/Denver	48.20666	-109.44741	1329			MT	005		
5658450	Hunters Hot Springs	hunters-hot-springs	US		0	America/Denver	45.75799	-110.25658	1337	Hunters Hot Springs,Mendenhall,Yellowstone White Sulphur Springs		MT	067		
5658457	Hunters Trailer Court	hunters-trailer-court	US		0	America/Denver	46.12854	-112.94226	1601			MT	023		
5658555	I-94 Trailer Park	i-94-trailer-park	US		0	America/Denver	47.10501	-104.73218	623			MT	021		
5658595	Idlewile (historical)	idlewile-historical	US		0	America/Denver	48.04419	-106.43031	625	Idlewild,Idlewile (historical)		MT	105		
5658596	Idlewise Court	idlewise-court	US		0	America/Denver	48.02273	-114.06761	961			MT	047		
5658607	Iliad	iliad	US		0	America/Denver	47.79859	-109.78603	897			MT	015		
5658673	Indian Arrow	indian-arrow	US		0	America/Denver	45.78357	-108.17485	1196			MT	111		
5658789	Inga (historical)	inga-historical	US		0	America/Denver	48.10414	-110.33132	889			MT	015		
5658818	Intake	intake	US		0	America/Denver	47.2939	-104.5219	617	Headworks,Intake		MT	021		
5659070	Iris	iris	US		0	America/Denver	46.72548	-113.63731	1085			MT	063		
5659146	Iron Rod (historical)	iron-rod-historical	US		0	America/Denver	45.64354	-112.30917	1385	Iron Rod (historical),Ragtown,Upper Silver Star		MT	057		
5659191	Island City (historical)	island-city-historical	US		0	America/Denver	47.36104	-114.78985	768	Island City (historical),Leesburg		MT	089		
5659225	Iverness	iverness	US		0	America/Denver	48.55638	-110.68912	1008			MT	041		
5659285	J and M Trailer Court	j-and-m-trailer-court	US		0	America/Denver	47.14719	-110.22437	1313			MT	045		
5659464	Janney	janney	US		0	America/Denver	45.90937	-112.4953	1795			MT	093		
5659474	Jardine	jardine	US		57	America/Denver	45.06994	-110.63437	1967	Bear Gulch,Jardine		MT	067		
5659528	Jefferson (historical)	jefferson-historical	US		0	America/Denver	45.89993	-111.54247	1243			MT	031		
5659544	Jefferson Island	jefferson-island	US		0	America/Denver	45.85076	-111.94054	1302			MT	057		
5659598	Jellison Place	jellison-place	US		0	America/Denver	46.67329	-110.07214	1781	Jellison,Jellison Cabin,Jellison Guard House,Jellison Place		MT	107		
5659627	Jens	jens	US		0	America/Denver	46.6041	-113.00617	1257			MT	077		
5659654	Jerry Mallo Trailer Court	jerry-mallo-trailer-court	US		0	America/Denver	46.54883	-110.9091	1531			MT	059		
5659675	Jette	jette	US		253	America/Denver	47.71744	-114.19151	895			MT	047		
5659732	Jimtown	jimtown	US		0	America/Denver	45.67888	-106.68809	981			MT	087		
5659738	Jitney (historical)	jitney-historical	US		0	America/Denver	47.02082	-108.02678	878			MT	069		
5659922	Johnstown (historical)	johnstown-historical	US		0	America/Denver	47.50274	-111.31747	1013			MT	013		
5660002	Jordan Crossing	jordan-crossing	US		0	America/Denver	48.50723	-107.2873	661			MT	071		
5660053	Judith (historical)	judith-historical	US		0	America/Denver	47.71804	-109.64297	766	Clagett,Judith (historical),Judith City,Judith Landing,Norris's Landing		MT	027		
5660090	Julian (historical)	julian-historical	US		0	America/Denver	48.94252	-105.35888	745			MT	019		
5658149	Horton	horton	US	35980	0	America/Denver	46.34139	-106.06195	732			MT	017		
5660319	Kahle (historical)	kahle-historical	US		0	America/Denver	48.58002	-105.47055	728	Kahle (historical),Silver Star		MT	019		
5660331	Kaiver (historical)	kaiver-historical	US		0	America/Denver	48.28113	-106.3867	728			MT	105		
5660374	Kansas Flat (historical)	kansas-flat-historical	US		0	America/Denver	48.73141	-106.61226	897			MT	105		
5660447	Keiley	keiley	US		0	America/Denver	46.76271	-112.68059	1490			MT	077		
5660525	Kendall (historical)	kendall-historical	US		0	America/Denver	47.28442	-109.46241	1407			MT	027		
5660573	Kens Trailer Court	kens-trailer-court	US		0	America/Denver	48.34662	-115.50989	678			MT	053		
5660575	Kenspur	kenspur	US		0	America/Denver	46.59353	-114.09205	993			MT	081		
5660592	Kenwood (historical)	kenwood-historical	US		0	America/Denver	46.60688	-112.07028	1215			MT	049		
5660599	Keplerville (historical)	keplerville-historical	US		0	America/Denver	47.34583	-106.6006	747			MT	033		
5660609	Kerns	kerns	US		0	America/Denver	45.7116	-111.14467	1416			MT	031		
5660672	Kibbey (historical)	kibbey-historical	US		0	America/Denver	47.17802	-110.73105	1378	Kibbey (historical),Kibbey Township,Lessard		MT	045		
5660682	Kicking Horse	kicking-horse	US		286	America/Denver	47.46049	-114.07511	934			MT	047		
5660700	Kidd	kidd	US		0	America/Denver	44.80103	-112.75279	1775	Kidd,Kidd Station		MT	001		
5660732	Kilby Butte Colony	kilby-butte-colony	US		0	America/Denver	46.5458	-108.34929	1048			MT	065		
5660753	Kimball (historical)	kimball-historical	US		0	America/Denver	46.08	-105.11553	795	Hockett,Hocketts,Kimball (historical)		MT	017		
5660769	King Arthur Park	king-arthur-park	US		738	America/Denver	45.6666	-111.12301	1477			MT	031		
5660775	King Colony Ranch	king-colony-ranch	US		0	America/Denver	47.0558	-109.63713	1195			MT	027		
5660824	Kingley	kingley	US		0	America/Denver	45.89859	-107.60175	863			MT	003		
5660827	Kingrey Place	kingrey-place	US		0	America/Denver	45.22659	-112.14582	1699			MT	057		
5660839	Kings Point	kings-point	US		151	America/Denver	47.76827	-114.1515	906			MT	047		
5660847	Kingsbury Colony	kingsbury-colony	US		0	America/Denver	48.30275	-112.48755	1179			MT	073		
5660898	Kippen	kippen	US		0	America/Denver	48.74611	-111.60112	1039			MT	101		
5660972	Klein	klein	US		168	America/Denver	46.40413	-108.5493	1001			MT	065		
5661027	Knobs (historical)	knobs-historical	US		0	America/Denver	45.98417	-104.08771	958			MT	025		
5661036	Knowles	knowles	US		0	America/Denver	47.34715	-114.71318	760	Knowles,Olive		MT	089		
5661085	Kolin	kolin	US		0	America/Denver	47.10664	-109.77297	1203			MT	045		
5661128	Kootenai Falls	kootenai-falls	US		0	America/Denver	48.448	-115.78267	604			MT	053		
5661134	Korner (historical)	korner-historical	US		0	America/Denver	48.9111	-112.32034	1223			MT	035		
5661135	Korner Kourt	korner-kourt	US		0	America/Denver	45.67271	-111.18634	1434			MT	031		
5661143	Kotke	kotke	US		0	America/Denver	45.33854	-110.89772	1935			MT	067		
5661151	Kountz Trailer Park	kountz-trailer-park	US		0	America/Denver	45.66937	-111.09523	1482	Kountz Kourt,Kountz Trailer Park		MT	031		
5661153	Koyl	koyl	US		0	America/Denver	47.90023	-112.2628	1228			MT	099		
5661220	Kuka Crossing	kuka-crossing	US		0	America/Denver	48.31386	-112.3931	1126			MT	073		
5661232	Kurtzville (historical)	kurtzville-historical	US		0	America/Denver	46.16165	-107.44868	824			MT	103		
5661289	La Bree Mobile Homes Incorporated	la-bree-mobile-homes-incorporated	US		0	America/Denver	47.10501	-104.72274	623			MT	021		
5661290	La Casa Trailer Park	la-casa-trailer-park	US		0	America/Denver	45.87076	-112.09749	1329			MT	043		
5661292	La Chapelle Place	la-chapelle-place	US		0	America/Denver	47.3405	-112.29085	1328			MT	049		
5661293	La Hood Park	la-hood-park	US		0	America/Denver	45.85298	-111.92221	1311			MT	043		
5661429	Lake Mary Ronan	lake-mary-ronan	US		65	America/Denver	47.943	-114.39457	1139			MT	047		
5661436	Lake McDonald	lake-mcdonald	US		0	America/Denver	48.6208	-113.87178	983			MT	029		
5661472	Lakeshore Summer Home Area	lakeshore-summer-home-area	US		0	America/Denver	44.73881	-111.213	1993			MT	031		
5661482	Lakeside Plaza Mobile Home Park	lakeside-plaza-mobile-home-park	US		0	America/Denver	48.53417	-109.70409	799			MT	041		
5661494	Lakeview (historical)	lakeview-historical	US		0	America/Denver	48.0028	-106.49782	710			MT	105		
5661570	Lander Crossing	lander-crossing	US		0	America/Denver	47.64302	-110.93329	898			MT	015		
5661585	Landusky	landusky	US		0	America/Denver	47.89777	-108.62237	1218			MT	071		
5661591	Landtsheim (historical)	landtsheim-historical	US		0	America/Denver	47.12446	-104.79219	708			MT	021		
5661607	Langford City (historical)	langford-city-historical	US		0	America/Denver	46.54827	-111.03216	1503	Ford City,Langford City (historical)		MT	059		
5661637	Larb (historical)	larb-historical	US		0	America/Denver	48.21472	-107.29954	782			MT	105		
5661771	Laurin	laurin	US		0	America/Denver	45.3527	-112.11804	1544	Laurin,Loraine,Lorrain		MT	057		
5661821	Lay Settlement (historical)	lay-settlement-historical	US		0	America/Denver	45.60826	-111.15078	1589			MT	031		
5661830	Lazy Day (historical)	lazy-day-historical	US		0	America/Denver	45.28605	-110.23825	1999			MT	067		
5661831	Lazy Day Court	lazy-day-court	US		0	America/Denver	48.37163	-114.21263	934			MT	029		
5661877	Leary Place	leary-place	US		0	America/Denver	45.02298	-112.06442	1934			MT	057		
5661899	Lee (historical)	lee-historical	US		0	America/Denver	45.86778	-106.39001	896			MT	087		
5661931	Leedy (historical)	leedy-historical	US		0	America/Denver	47.65695	-107.59788	685			MT	071		
5661961	Legg (historical)	legg-historical	US		0	America/Denver	47.59305	-107.89956	725			MT	071		
5661985	Leibrands Trailer Court	leibrands-trailer-court	US		0	America/Denver	48.79002	-105.41277	764			MT	019		
5661987	Leisure Village	leisure-village	US		0	America/Denver	46.24437	-114.15259	1092			MT	081		
5661988	Leisure Village Mobile Home Park	leisure-village-mobile-home-park	US		0	America/Denver	46.63744	-111.94249	1140			MT	049		
5661990	Leiterville	leiterville	US		0	America/Denver	45.55493	-112.12277	2195			MT	057		
5662021	Lennep	lennep	US		0	America/Denver	46.41606	-110.54325	1597	Comb Creek Settlement,Lennep,Lennop		MT	059		
5662047	Leonard Place	leonard-place	US		0	America/Denver	45.02436	-112.05275	1991			MT	057		
5662160	Lewiston (historical)	lewiston-historical	US		0	America/Denver	46.46382	-111.98638	1297			MT	043		
5662166	Lewistown Heights	lewistown-heights	US		407	America/Denver	47.07581	-109.45296	1203			MT	027		
5662168	Lewistown Junction	lewistown-junction	US		0	America/Denver	47.05358	-109.41657	1202			MT	027		
5662186	Lexley Acres Mobile Home Park	lexley-acres-mobile-home-park	US		0	America/Denver	45.76298	-111.18412	1369			MT	031		
5662220	Liberty Center (historical)	liberty-center-historical	US		0	America/Denver	47.92718	-111.98557	1137			MT	099		
5662472	Lindisfarne	lindisfarne	US		284	America/Denver	47.80883	-114.22845	889	Camp Marshall,Lindisfarne		MT	047		
5662506	Lingenpolter	lingenpolter	US		0	America/Denver	46.53271	-112.96755	1423			MT	077		
5662507	Lingshire	lingshire	US		0	America/Denver	46.84106	-111.40746	1426			MT	059		
5662514	Linley (historical)	linley-historical	US		0	America/Denver	45.28467	-109.42433	1577			MT	009		
5662518	Lion City (historical)	lion-city-historical	US		0	America/Denver	45.60826	-112.92587	2712			MT	001		
5662571	Lippard	lippard	US		0	America/Denver	47.95164	-110.39104	780			MT	015		
5662583	Lipske Trailer Court	lipske-trailer-court	US		0	America/Denver	46.75742	-114.08372	975			MT	063		
5662593	Lismas (historical)	lismas-historical	US		0	America/Denver	47.93974	-106.52838	685			MT	105		
5662615	Little Bear (historical)	little-bear-historical	US		0	America/Denver	45.54493	-111.16884	1626			MT	031		
5662722	Little Chicago (historical)	little-chicago-historical	US		0	America/Denver	47.52718	-111.27581	1044	Little Chicago (historical),Little Milwaukee		MT	013		
5662749	Little Crooked (historical)	little-crooked-historical	US		0	America/Denver	47.50916	-108.5507	900			MT	027		
5663044	Living Springs	living-springs	US		0	America/Denver	46.59218	-109.53629	1416			MT	107		
5661563	Lanark	lanark	US	25860	0	America/Denver	48.14308	-104.35745	604			MT	085		
5663166	Lodge Pole	lodge-pole	US		265	America/Denver	48.03472	-108.5332	1039	Lodge Pole,Lodgepole		MT	005		
5663267	Lolo Hot Springs	lolo-hot-springs	US		0	America/Denver	46.7277	-114.53067	1259	Boyles Hot Springs,Lolo Hot Springs		MT	063		
5663273	Lolo Peak Trailer Court	lolo-peak-trailer-court	US		0	America/Denver	46.74853	-114.094	978			MT	063		
5663335	Lone Tree (historical)	lone-tree-historical	US		0	America/Denver	48.38054	-112.05642	1074			MT	073		
5663424	Lonesome Hurst Summer Home Area	lonesome-hurst-summer-home-area	US		0	America/Denver	44.73881	-111.23689	2022			MT	031		
5663430	Lonesome Prairie (historical)	lonesome-prairie-historical	US		0	America/Denver	48.24442	-110.26743	861			MT	015		
5663434	Lonetree (historical)	lonetree-historical	US		0	America/Denver	47.54164	-110.28409	952	Lone Tree,Lonetree (historical),Steele		MT	015		
5663620	Loring Colony	loring-colony	US		0	America/Denver	48.78667	-107.97344	873			MT	071		
5663673	Lost Creek (historical)	lost-creek-historical	US		0	America/Denver	47.51668	-105.58389	739			MT	055		
5663730	Lost Lake (historical)	lost-lake-historical	US		0	America/Denver	48.64167	-108.27846	880			MT	071		
5663780	Lothrop	lothrop	US		0	America/Denver	46.99075	-114.44707	903	Lothrop,Lothrup		MT	063		
5663860	Lower Bridger (historical)	lower-bridger-historical	US		0	America/Denver	45.70271	-110.92883	1538			MT	031		
5663890	Lower Ellis Place	lower-ellis-place	US		0	America/Denver	47.28328	-112.29252	1333			MT	049		
5663923	Lower Madison (historical)	lower-madison-historical	US		0	America/Denver	45.83882	-111.47858	1260			MT	031		
5663994	Loweth	loweth	US		0	America/Denver	46.36883	-110.7077	1768			MT	059		
5664007	Lozeau	lozeau	US		0	America/Denver	47.11659	-114.78013	857	Cobden,Lozeau		MT	061		
5664011	Lowrane (historical)	lowrane-historical	US		0	America/Denver	48.93835	-107.82232	792	Lowrane (historical),Nielsen		MT	071		
5664065	Lufboro (historical)	lufboro-historical	US		0	America/Denver	47.28335	-104.45884	715	Loughboro,Lufboro (historical)		MT	021		
5664103	Lupfer	lupfer	US		0	America/Denver	48.48358	-114.51125	948			MT	029		
5664115	Lustre	lustre	US		0	America/Denver	48.39336	-105.88223	832			MT	105		
5664140	Lux	lux	US		0	America/Denver	45.73437	-111.06662	1401			MT	031		
5664219	MJB Trailer Court	mjb-trailer-court	US		0	America/Denver	46.75548	-114.08372	971			MT	063		
5664243	MacKenzie (historical)	mackenzie-historical	US		0	America/Denver	46.15722	-104.71329	869	MacKenzie (historical),McKenzie		MT	025		
5664285	Maddux	maddux	US		0	America/Denver	48.14054	-109.41796	1368			MT	005		
5664345	Madoc	madoc	US		0	America/Denver	48.81086	-105.28582	847			MT	019		
5664529	Manger	manger	US		0	America/Denver	46.5166	-111.22579	2138			MT	059		
5664553	Manicke (historical)	manicke-historical	US		0	America/Denver	48.04161	-115.29822	933			MT	053		
5664568	Mann	mann	US		0	America/Denver	45.9708	-108.11373	895			MT	111		
5664569	Mann (historical)	mann-historical	US		0	America/Denver	47.26358	-110.72522	1233			MT	045		
5664582	Mannix	mannix	US		0	America/Denver	46.77466	-112.7681	1427			MT	077		
5664616	Mar-Le Villa	mar-le-villa	US		0	America/Denver	48.18163	-114.29207	894			MT	029		
5664727	Marsh	marsh	US		0	America/Denver	46.88973	-104.93302	653			MT	021		
5664772	Martin (historical)	martin-historical	US		0	America/Denver	46.90777	-107.74566	938			MT	033		
5664829	Martinsdale Colony	martinsdale-colony	US		0	America/Denver	46.48939	-110.26741	1446			MT	107		
5664960	Maudlow	maudlow	US		0	America/Denver	46.10771	-111.17301	1344			MT	031		
5664982	Maus Trailer Court	maus-trailer-court	US		0	America/Denver	46.98835	-104.18632	810			MT	109		
5665003	Maxville	maxville	US		130	America/Denver	46.46465	-113.23423	1475	Mac's Ville,Macville,Maxville		MT	039		
5665088	McAllister	mcallister	US		0	America/Denver	45.44437	-111.7322	1496			MT	057		
5665092	McCabe	mccabe	US		0	America/Denver	48.24363	-104.37773	672	Leeland,McCabe		MT	085		
5665121	McCarthyville (historical)	mccarthyville-historical	US		0	America/Denver	48.2708	-113.43982	1348	McCarthysville,McCarthyville (historical)		MT	029		
5665145	McClain	mcclain	US		0	America/Denver	46.70603	-114.07789	970			MT	063		
5665152	McClave	mcclave	US		0	America/Denver	46.80857	-109.77407	1303			MT	027		
5665185	McCone City (historical)	mccone-city-historical	US		0	America/Denver	48.03752	-106.41448	638			MT	055		
5665221	McDermott (historical)	mcdermott-historical	US		0	America/Denver	48.9139	-111.52304	1356	McDermott (historical),West Butte,Westbutte		MT	101		
5665277	McElroy	mcelroy	US		0	America/Denver	48.8803	-104.12216	668			MT	091		
5665300	McGillvary	mcgillvary	US		0	America/Denver	46.66077	-112.59448	1563			MT	077		
5665340	McHugh Trailer Court	mchugh-trailer-court	US		0	America/Denver	46.61549	-112.02861	1183			MT	049		
5665464	McMullan	mcmullan	US		0	America/Denver	46.3441	-111.71359	2076	McMillan,McMullan		MT	007		
5665475	McNamara	mcnamara	US		0	America/Denver	46.91132	-113.67759	1051	McNamara,McNamara's Landing		MT	063		
5665493	McQueen	mcqueen	US		0	America/Denver	46.0202	-112.4953	1745			MT	093		
5665499	McRae (historical)	mcrae-historical	US		0	America/Denver	45.87832	-107.12005	970			MT	003		
5665504	McTwiggan (historical)	mctwiggan-historical	US		0	America/Denver	47.00555	-107.70899	950			MT	033		
5665525	Meaderville	meaderville	US		0	America/Denver	46.02215	-112.5053	1636			MT	093		
5665586	Meadow Manor Incorporated	meadow-manor-incorporated	US		0	America/Denver	48.19996	-114.30096	889			MT	029		
5665604	Meadowlark Mobile Home Park	meadowlark-mobile-home-park	US		0	America/Denver	48.1694	-114.3093	890			MT	029		
5665620	Mecaha (historical)	mecaha-historical	US		0	America/Denver	47.32083	-107.93456	695			MT	033		
5665634	Medicine Hot Springs	medicine-hot-springs	US		0	America/Denver	45.84603	-114.03536	1352	Medicine Hot Springs,Medicine Springs		MT	081		
5665718	Meltons	meltons	US		0	America/Denver	47.938	-114.38902	1130			MT	047		
5665748	Menard Wye	menard-wye	US		0	America/Denver	45.96715	-111.18218	1426			MT	031		
5665782	Meriwether	meriwether	US		0	America/Denver	48.60637	-112.76091	1244	Bombay,Meriwether		MT	035		
5665813	Metersville (historical)	metersville-historical	US		0	America/Denver	47.49028	-107.60066	843			MT	033		
5665844	Meyers Creek	meyers-creek	US		0	America/Denver	45.49438	-109.93185	1852			MT	095		
5665853	Meyersburg (historical)	meyersburg-historical	US		0	America/Denver	46.01105	-110.66326	1537	Meyersburg (historical),Myersburg		MT	067		
5665881	Michigan Settlement (historical)	michigan-settlement-historical	US		0	America/Denver	47.13941	-110.83633	1623			MT	013		
5665889	Mid Canon	mid-canon	US		0	America/Denver	47.13217	-111.88777	1045			MT	013		
5665895	Midale	midale	US		0	America/Denver	47.90416	-108.16207	813			MT	071		
5665904	Midby (historical)	midby-historical	US		0	America/Denver	48.76781	-104.68607	624			MT	091		
5665933	Middle Creek (historical)	middle-creek-historical	US		0	America/Denver	45.69993	-111.16967	1414	Middle Creek (historical),Middleton		MT	031		
5666118	Midland (historical)	midland-historical	US		0	America/Denver	45.67639	-104.05744	993			MT	011		
5666129	Midway (historical)	midway-historical	US		0	America/Denver	48.09997	-111.8814	1110			MT	073		
5666130	Midway (historical)	midway-historical	US		0	America/Denver	48.02502	-106.4567	623			MT	105		
5666131	Midway (historical)	midway-historical	US		0	America/Denver	48.5528	-106.45337	814			MT	105		
5666152	Mike Horse (historical)	mike-horse-historical	US		0	America/Denver	47.02633	-112.36058	1718			MT	049		
5666161	Mikesell Trailer Court	mikesell-trailer-court	US		0	America/Denver	46.54439	-110.9091	1530			MT	059		
5666199	Miles Crossing	miles-crossing	US		0	America/Denver	46.01243	-112.72614	1611			MT	093		
5666202	Miles Crossing	miles-crossing	US		0	America/Denver	48.48167	-107.15174	654			MT	105		
5666205	Milford Colony	milford-colony	US		0	America/Denver	47.32967	-112.20973	1286			MT	049		
5666305	Mill Iron	mill-iron	US		0	America/Denver	45.85361	-104.21939	948			MT	011		
5666321	Miller Colony	miller-colony	US		0	America/Denver	47.92634	-112.29003	1226			MT	099		
5666324	Millegan	millegan	US		0	America/Denver	47.0205	-111.36968	1373			MT	013		
5666427	Mills Springs (historical)	mills-springs-historical	US		0	America/Denver	48.9083	-115.05378	812	Lindsay Town,Lindsayville,Mills Springs (historical)		MT	053		
5666461	Mine Creek	mine-creek	US		0	America/Denver	46.1052	-112.88365	1582	Mine Creek,Silca,Silica		MT	023		
5666467	Miner	miner	US		0	America/Denver	45.1991	-110.90855	1539			MT	067		
5666533	Mink (historical)	mink-historical	US		0	America/Denver	47.34612	-105.27221	945			MT	021		
5666549	Minneota (historical)	minneota-historical	US		0	America/Denver	48.88556	-110.66413	938			MT	041		
5666550	Minnesota Addition	minnesota-addition	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5666555	Minnesota Settlement (historical)	minnesota-settlement-historical	US		0	America/Denver	48.80834	-109.11183	848			MT	005		
5666563	Minnie Rahn Place	minnie-rahn-place	US		0	America/Denver	45.63383	-110.43687	1680			MT	067		
5666568	Minot (historical)	minot-historical	US		0	America/Denver	48.01696	-106.51337	690			MT	105		
5666618	Mission Meadows Trailer Park	mission-meadows-trailer-park	US		0	America/Denver	47.57355	-114.10789	935			MT	047		
5666678	Missouri Flats (historical)	missouri-flats-historical	US		0	America/Denver	44.8027	-111.5258	1924			MT	057		
5666684	Missouri Meadows Trailer Park	missouri-meadows-trailer-park	US		0	America/Denver	47.47607	-111.31192	1012			MT	013		
5666753	Mobile City Home Park	mobile-city-home-park	US		0	America/Denver	46.60966	-112.06333	1202			MT	049		
5666754	Mobile City Trailer Park	mobile-city-trailer-park	US		0	America/Denver	46.87576	-114.0215	965			MT	063		
5666759	Mobridge (historical)	mobridge-historical	US		0	America/Denver	47.61943	-108.68071	701			MT	027		
5666789	Moes Trailer Court	moes-trailer-court	US		0	America/Denver	48.09835	-105.63389	620			MT	085		
5666826	Moiese	moiese	US		0	America/Denver	47.37049	-114.26595	800			MT	047		
5666847	Mona (historical)	mona-historical	US		0	America/Denver	47.96946	-104.69829	647			MT	083		
5666879	Monforton (historical)	monforton-historical	US		0	America/Denver	45.67521	-111.17079	1436	Monforton (historical),Montforton		MT	031		
5666880	Monida	monida	US		0	America/Denver	44.56186	-112.31361	2069			MT	001		
5666921	Montana City	montana-city	US		2715	America/Denver	46.53771	-111.93277	1236	Fort Minnesota,Montana,Montana City,Montana Town,Prickly Pear,Prickly Pear City		MT	043		
5667013	Montanapolis Springs (historical)	montanapolis-springs-historical	US		0	America/Denver	45.31216	-110.56659	1689			MT	067		
5667014	Montaqua	montaqua	US		0	America/Denver	45.50911	-108.90126	1088	Dutton,Dutton Beet Dump,Keown,Montaqua		MT	009		
5667076	Moon Creek (historical)	moon-creek-historical	US		0	America/Denver	46.19445	-106.04778	918			MT	017		
5667141	Moores (historical)	moores-historical	US		0	America/Denver	45.2686	-105.59722	1005			MT	075		
5667221	Moose Town	moose-town	US		0	America/Denver	45.77604	-112.56808	2077	Moose,Moose Creek,Moose Town,Moosetown		MT	093		
5667223	Moosehorn (historical)	moosehorn-historical	US		0	America/Denver	45.53603	-113.73924	2044			MT	001		
5667250	Morel	morel	US		0	America/Denver	46.15048	-112.76781	1490			MT	023		
5667381	Moss Agate	moss-agate	US		0	America/Denver	46.36577	-110.82826	1598			MT	059		
5667396	Mossmain	mossmain	US		0	America/Denver	45.68467	-108.71098	998			MT	111		
5667399	Mouat (historical)	mouat-historical	US		0	America/Denver	45.34994	-109.9174	2255			MT	095		
5667442	Mount Jumbo Trailer Court	mount-jumbo-trailer-court	US		0	America/Denver	46.87409	-113.944	998			MT	063		
5667459	Mountain Acres Mobile Home Park	mountain-acres-mobile-home-park	US		0	America/Denver	47.07247	-109.43129	1191			MT	027		
5667496	Mountain Shadows Estates	mountain-shadows-estates	US		0	America/Denver	46.49659	-114.09121	1021			MT	081		
5667506	Mountain Valley Trailer Court	mountain-valley-trailer-court	US		0	America/Denver	46.23465	-112.12611	1495			MT	043		
5667508	Mountain View (historical)	mountain-view-historical	US		0	America/Denver	47.64438	-114.07594	988			MT	047		
5667519	Mountain View Court	mountain-view-court	US		0	America/Denver	46.88326	-113.89399	1004			MT	063		
5667536	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/Denver	48.22079	-114.27596	888			MT	029		
5667537	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/Denver	48.89024	-115.05794	789			MT	053		
5667558	Mountain View Trailer Court	mountain-view-trailer-court	US		0	America/Denver	45.19578	-109.24793	1682			MT	009		
5667559	Mountain View Trailer Court	mountain-view-trailer-court	US		0	America/Denver	46.60493	-111.93138	1167			MT	049		
5667560	Mountain View Trailer Court	mountain-view-trailer-court	US		0	America/Denver	46.26742	-114.15648	1075			MT	081		
5667587	Moyne	moyne	US		0	America/Denver	46.25632	-110.87521	1594			MT	059		
5667651	Mud Lake (historical)	mud-lake-historical	US		0	America/Denver	48.1194	-113.99955	928			MT	029		
5667828	Murphys Trailer Court	murphys-trailer-court	US		0	America/Denver	45.89159	-111.55164	1241			MT	031		
5667848	Murray Place	murray-place	US		0	America/Denver	47.80668	-107.06591	789			MT	105		
5667854	Murray Trailer Park	murray-trailer-park	US		0	America/Denver	48.35	-107.87151	689			MT	071		
5667857	Muscleshell City (historical)	muscleshell-city-historical	US		0	America/Denver	47.45555	-107.91456	685	Muscleshell City (historical),Musselshell,Musselshell City		MT	069		
5667905	Myers	myers	US		0	America/Denver	46.25082	-107.34034	816	Meyer,Meyers,Myers		MT	103		
5668258	Nagos	nagos	US		0	America/Denver	46.99159	-114.11289	1087	Dagos,Nagos		MT	063		
5668263	Naismith	naismith	US		0	America/Denver	48.38637	-111.77446	931			MT	101		
5668332	Navy	navy	US		0	America/Denver	45.48465	-112.69586	1520			MT	001		
5668378	Negro Prairie (historical)	negro-prairie-historical	US		0	America/Denver	48.12079	-114.01761	936	Negro Prairie (historical),Nigger Prairie		MT	029		
5668409	Nelson (historical)	nelson-historical	US		0	America/Denver	47.1047	-109.23823	1599	Nelson (historical),Nelsonville		MT	027		
5668473	Nelsons Crossing (historical)	nelsons-crossing-historical	US		0	America/Denver	45.78743	-111.25218	1337			MT	031		
5668477	Nelsons Trailer Court	nelsons-trailer-court	US		0	America/Denver	45.68882	-111.05911	1457			MT	031		
5668533	New Chicago	new-chicago	US		0	America/Denver	46.62687	-113.14228	1231			MT	039		
5668539	New Deal (historical)	new-deal-historical	US		0	America/Denver	48.02446	-106.46476	638			MT	105		
5668554	New Haven (historical)	new-haven-historical	US		0	America/Denver	46.46243	-111.98638	1302			MT	043		
5668569	New Miami Colony	new-miami-colony	US		0	America/Denver	48.19191	-112.28226	1174			MT	073		
5668573	New Rockport Colony	new-rockport-colony	US		0	America/Denver	47.86357	-112.02362	1135			MT	099		
5668584	New Year	new-year	US		0	America/Denver	47.17192	-109.29045	1467			MT	027		
5668614	Newlon Junction	newlon-junction	US		0	America/Denver	47.65863	-104.19716	587			MT	083		
5668647	Niarada	niarada	US		27	America/Denver	47.81411	-114.60457	878			MT	029		
5668651	Nibbe	nibbe	US		0	America/Denver	45.98386	-108.02733	882			MT	111		
5668655	Nicholia (historical)	nicholia-historical	US		0	America/Denver	44.51519	-112.88696	2195			MT	001		
5668691	Nickwall	nickwall	US		0	America/Denver	48.04918	-105.30693	626			MT	055		
5668725	Nimrod	nimrod	US		0	America/Denver	46.70021	-113.47731	1133			MT	039		
5668733	Nimrod	nimrod	US		0	America/Denver	48.23885	-113.56843	1220			MT	029		
5668743	Nine-mile	nine-mile	US		0	America/Denver	45.9052	-112.46641	1710			MT	093		
5668744	Ninemile	ninemile	US		0	America/Denver	47.01992	-114.40929	922			MT	063		
5668792	Nissler	nissler	US		0	America/Denver	46.00465	-112.64225	1636			MT	093		
5668851	Nohly	nohly	US		0	America/Denver	47.99558	-104.09188	579	Nohle,Nohly		MT	083		
5668884	Norheim (historical)	norheim-historical	US		0	America/Denver	48.99251	-109.27434	879			MT	005		
5668939	North Browning	north-browning	US		2408	America/Denver	48.57025	-113.00953	1331			MT	035		
5669402	North Harlem Colony	north-harlem-colony	US		0	America/Denver	48.59083	-108.75821	799			MT	005		
5669412	North Great Falls (historical)	north-great-falls-historical	US		0	America/Denver	47.53329	-111.26136	1078			MT	013		
5669508	North Walkerville (historical)	north-walkerville-historical	US		0	America/Denver	46.03326	-112.53419	1912			MT	093		
5669509	North West Mobile Home Park	north-west-mobile-home-park	US		0	America/Denver	46.31659	-114.15371	1062			MT	081		
5669538	Northeast Annexation Trailer Court	northeast-annexation-trailer-court	US		0	America/Denver	45.70187	-111.02578	1439			MT	031		
5669541	Northridge Heights	northridge-heights	US		0	America/Denver	48.21802	-114.33291	936	North Ridge Heights,Northridge Heights		MT	029		
5669577	Norwegian Settlement (historical)	norwegian-settlement-historical	US		0	America/Denver	46.10828	-109.97574	1546	Norwegian Settlement (historical),The Settlement		MT	097		
5669589	Novary (historical)	novary-historical	US		0	America/Denver	47.06247	-109.03822	1153			MT	027		
5669637	Number Seven	number-seven	US		0	America/Denver	47.40357	-111.15191	1055	Brown Addition,Number Seven		MT	013		
5669811	Ohio Camp	ohio-camp	US		0	America/Denver	48.83305	-111.8467	1073	Ohio Camp,Ohio Oil Camp		MT	101		
5669844	Olanda (historical)	olanda-historical	US		0	America/Denver	47.12223	-105.60806	961			MT	079		
5669847	Old Agency	old-agency	US		107	America/Denver	47.32882	-114.29595	770			MT	089		
5669858	Old Banks Place	old-banks-place	US		0	America/Denver	48.92028	-111.11691	1297			MT	051		
5669888	Old Ford Place	old-ford-place	US		0	America/Denver	45.90387	-107.45729	1114			MT	003		
5669900	Old Hellgate Village Trailer Park	old-hellgate-village-trailer-park	US		0	America/Denver	46.88409	-114.0815	958			MT	063		
5669949	Old Weiss and French Place	old-weiss-and-french-place	US		0	America/Denver	46.80688	-111.92444	1122			MT	049		
5669950	Old Whitcomb Place	old-whitcomb-place	US		0	America/Denver	47.98527	-107.97845	755			MT	071		
5669996	Oliverville	oliverville	US		0	America/Denver	47.18465	-114.87319	838			MT	061		
5670042	Olson Place	olson-place	US		0	America/Denver	47.47134	-112.01	1122			MT	013		
5670073	Oneill (historical)	oneill-historical	US		0	America/Denver	46.14861	-105.15053	785	O'Neil,O'Neill,Oneill (historical)		MT	017		
5670110	Ophir (historical)	ophir-historical	US		0	America/Denver	47.93192	-110.47299	783			MT	015		
5670116	Opportunity	opportunity	US		0	America/Denver	46.10715	-112.82809	1516			MT	023		
5670128	Orchard Homes	orchard-homes	US		5197	America/Denver	46.86326	-114.04844	961			MT	063		
5670135	Orchard Hills Mobile Home Park	orchard-hills-mobile-home-park	US		0	America/Denver	48.00606	-114.06261	932			MT	047		
5670158	Orinoco	orinoco	US		0	America/Denver	46.29611	-106.59198	763			MT	087		
5670196	Ossette (historical)	ossette-historical	US		0	America/Denver	48.59169	-106.00946	881			MT	019		
5670209	Oscar (historical)	oscar-historical	US		0	America/Denver	48.42388	-109.60908	1030			MT	041		
5670298	Outback Mobile Home Settlement	outback-mobile-home-settlement	US		0	America/Denver	48.41108	-114.33763	923			MT	029		
5670454	Pack and Lacey Crossing	pack-and-lacey-crossing	US		0	America/Denver	47.54469	-110.89996	943			MT	015		
5670456	Packers	packers	US		0	America/Denver	47.49717	-112.88699	1606			MT	049		
5670458	Packers Roost	packers-roost	US		0	America/Denver	48.74581	-113.78012	1119			MT	029		
5670520	Palace Addition	palace-addition	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5670584	Pappas Place	pappas-place	US		0	America/Denver	45.97132	-112.3589	1976			MT	043		
5670625	Paris (historical)	paris-historical	US		0	America/Denver	47.29111	-106.15892	765			MT	055		
5670630	Park Addition	park-addition	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5670666	Park Grove	park-grove	US		0	America/Denver	48.0303	-106.44532	627			MT	105		
5670668	Park Dale (historical)	park-dale-historical	US		0	America/Denver	48.04363	-106.44115	623	Park Dale (historical),Parkdale		MT	105		
5670685	Park Road Trailer Court	park-road-trailer-court	US		0	America/Denver	45.64716	-110.57298	1380			MT	067		
5670695	Parkdale (historical)	parkdale-historical	US		0	America/Denver	48.21663	-114.31208	902			MT	029		
5670713	Parker School	parker-school	US		340	America/Denver	48.24999	-109.73687	1268			MT	015		
5670807	Pats Trailer Park	pats-trailer-park	US		0	America/Denver	48.55833	-109.64798	774			MT	041		
5670815	Patterson (historical)	patterson-historical	US		0	America/Denver	47.64553	-110.56604	948			MT	015		
5670819	Patterson Corner	patterson-corner	US		0	America/Denver	45.78743	-112.89226	1687			MT	001		
5670840	Paul Place	paul-place	US		0	America/Denver	45.97854	-112.25612	1853			MT	043		
5670861	Paxton (historical)	paxton-historical	US		0	America/Denver	47.63112	-105.34138	683			MT	021		
5670886	Peaceful Haven Mobile Home Park	peaceful-haven-mobile-home-park	US		0	America/Denver	47.68938	-114.08372	901			MT	047		
5670894	Peaks and Pines Park	peaks-and-pines-park	US		0	America/Denver	45.97075	-114.14342	1213			MT	081		
5670915	Pearmond (historical)	pearmond-historical	US		0	America/Denver	48.00752	-105.85834	607	Pearmond (historical),Piermond,Piermont		MT	055		
5671044	Penwells (historical)	penwells-historical	US		0	America/Denver	45.8416	-110.99467	1571			MT	031		
5671084	Perma	perma	US		0	America/Denver	47.36382	-114.58485	765			MT	089		
5671100	Pershing (historical)	pershing-historical	US		0	America/Denver	45.75527	-104.54912	1026			MT	011		
5671164	Peterson Place	peterson-place	US		0	America/Denver	45.37383	-109.456	1441			MT	009		
5671235	Philbrook (historical)	philbrook-historical	US		0	America/Denver	46.98552	-109.97381	1291	Lower Crossing,Philbrook (historical)		MT	045		
5671285	Phon (historical)	phon-historical	US		0	America/Denver	47.515	-106.56921	756			MT	033		
5671306	Piche	piche	US		0	America/Denver	47.60863	-104.23077	589			MT	083		
5671334	Piegan	piegan	US		0	America/Denver	48.4347	-112.69451	1190			MT	035		
5671350	Pierce Crossing	pierce-crossing	US		0	America/Denver	48.34748	-112.48977	1156			MT	073		
5671420	Piltzville	piltzville	US		395	America/Denver	46.86131	-113.8626	1004			MT	063		
5671451	Pine Creek	pine-creek	US		0	America/Denver	45.50744	-110.56409	1483			MT	067		
5671481	Pine Grove Trailer Court	pine-grove-trailer-court	US		0	America/Denver	45.68465	-111.03828	1461			MT	031		
5671502	Pine Park	pine-park	US		0	America/Denver	48.36941	-114.18429	931			MT	029		
5671516	Pinegrove	pinegrove	US		0	America/Denver	46.8802	-113.90316	996	Pine Grove,Pinegrove		MT	063		
5671518	Pinegrove Trailer Park	pinegrove-trailer-park	US		0	America/Denver	46.88159	-113.89538	1001			MT	063		
5671619	Pioneer Junction	pioneer-junction	US		959	America/Denver	48.33607	-115.5185	697			MT	053		
5671622	Piper	piper	US		0	America/Denver	46.98997	-109.20045	1340			MT	027		
5671635	Pipestone Hot Springs	pipestone-hot-springs	US		0	America/Denver	45.89409	-112.23083	1379			MT	043		
5671742	Pleasant Park Mobile Home Court	pleasant-park-mobile-home-court	US		0	America/Denver	47.47829	-111.30775	1012			MT	013		
5671754	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/Denver	47.94997	-110.68411	897	Kelly Flats,Pleasant Valley (historical)		MT	015		
5671755	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/Denver	48.05696	-105.58111	606			MT	055		
5671758	Pleasant Valley Colony	pleasant-valley-colony	US		0	America/Denver	47.35691	-111.08413	1232			MT	013		
5672030	Pondera Colony	pondera-colony	US		0	America/Denver	48.26053	-112.39254	1194			MT	073		
5672046	Ponderosa Mobile Home Park	ponderosa-mobile-home-park	US		0	America/Denver	46.30409	-114.04815	1190			MT	081		
5672050	Ponderosa Trailer Court	ponderosa-trailer-court	US		0	America/Denver	45.67632	-111.073	1475			MT	031		
5672117	Poplars Trailer Court	poplars-trailer-court	US		0	America/Denver	48.53333	-109.70076	799			MT	041		
5672120	Porcupine (historical)	porcupine-historical	US		0	America/Denver	46.28972	-106.66031	765	Porcupine (historical),Porcupine Valley		MT	087		
5672218	Porters Corner	porters-corner	US		0	America/Denver	46.25187	-113.33201	1648			MT	039		
5672237	Post Creek	post-creek	US		0	America/Denver	47.3991	-114.09678	844			MT	047		
5672251	Posts Trailer Court	posts-trailer-court	US		0	America/Denver	48.39912	-115.54044	643			MT	053		
5672300	Potts Trailer Court	potts-trailer-court	US		0	America/Denver	45.77604	-111.1769	1359			MT	031		
5672388	Power Plant (historical)	power-plant-historical	US		0	America/Denver	47.74026	-108.90322	713			MT	005		
5672429	Prairie Dale (historical)	prairie-dale-historical	US		0	America/Denver	45.69722	-104.50328	988			MT	011		
5672439	Prairie Elk (historical)	prairie-elk-historical	US		0	America/Denver	47.78334	-105.86307	682			MT	055		
5672450	Prairie Mobile Village	prairie-mobile-village	US		0	America/Denver	46.63105	-111.93416	1147			MT	049		
5672503	Presserville (historical)	presserville-historical	US		0	America/Denver	47.83279	-105.48888	727			MT	055		
5672569	Prison Farm	prison-farm	US		0	America/Denver	46.38465	-112.73198	1379			MT	077		
5672700	Purewater (historical)	purewater-historical	US		0	America/Denver	47.22222	-106.23392	755			MT	033		
5672775	Quartz	quartz	US		0	America/Denver	47.05187	-114.76929	883	Quartz,Quartz City,Quartz Creek		MT	061		
5672805	Quast	quast	US		0	America/Denver	46.32742	-114.10371	1058			MT	081		
5672809	Quebec	quebec	US		0	America/Denver	45.7266	-109.65935	1164	Manila,Quebec		MT	097		
5672832	Queens Point	queens-point	US		0	America/Denver	46.56887	-107.97678	897			MT	065		
5672847	Quietus	quietus	US		0	America/Denver	45.09638	-106.28309	1241			MT	003		
5672852	Quigley	quigley	US		0	America/Denver	46.61215	-113.64842	1174			MT	039		
5672853	Quigley	quigley	US		0	America/Denver	46.67355	-112.59448	1600			MT	077		
5672867	Quinns	quinns	US		0	America/Denver	47.32465	-114.8018	757	Quinn Springs,Quinns		MT	089		
5672870	Quintonkon	quintonkon	US		0	America/Denver	48.02634	-113.70704	1123			MT	029		
5672919	Racetrack	racetrack	US		0	America/Denver	46.27881	-112.74865	1431	Dempsey,Dempsey Station,Racetrack		MT	077		
5672929	Racine Ford (historical)	racine-ford-historical	US		0	America/Denver	47.47911	-112.58698	1376			MT	049		
5672959	Ragland Bench (historical)	ragland-bench-historical	US		0	America/Denver	47.78498	-109.4299	970	Raglan Bench,Ragland Bench (historical)		MT	005		
5672973	Railroad Summer Home Area	railroad-summer-home-area	US		0	America/Denver	44.65604	-111.14606	2033			MT	031		
5673008	Rainbows End Mobile Home Park	rainbows-end-mobile-home-park	US		0	America/Denver	48.1869	-114.39819	947			MT	029		
5673034	Ramburg (historical)	ramburg-historical	US		0	America/Denver	48.35694	-109.0585	989			MT	005		
5673049	Ramsey (historical)	ramsey-historical	US		0	America/Denver	48.42496	-114.34541	930	Ramsey (historical),Whitefish Lake		MT	029		
5673068	Rancher (historical)	rancher-historical	US		0	America/Denver	46.26388	-107.40285	818			MT	103		
5673092	Rankin Place	rankin-place	US		0	America/Denver	45.26161	-109.49239	1709			MT	009		
5673132	Rattlesnake	rattlesnake	US		0	America/Denver	48.09804	-109.04878	1010			MT	005		
5673288	Reasville (historical)	reasville-historical	US		0	America/Denver	45.67187	-111.12412	1471			MT	031		
5673428	Red Mountain (historical)	red-mountain-historical	US		0	America/Denver	45.79437	-112.48585	2294	Red Mountain (historical),Red Mountain City		MT	093		
5673467	Red Rock Point	red-rock-point	US		0	America/Denver	48.69525	-113.81623	1081			MT	029		
5673492	Red Top	red-top	US		0	America/Denver	47.41251	-104.81163	760			MT	021		
5673542	Redwater (historical)	redwater-historical	US		0	America/Denver	47.53057	-105.40694	705			MT	055		
5673567	Reed Trailer Court	reed-trailer-court	US		0	America/Denver	45.7366	-111.06189	1403			MT	031		
5673570	Reeder Place	reeder-place	US		0	America/Denver	45.04964	-112.00192	1817			MT	057		
5673593	Reese Creek (historical)	reese-creek-historical	US		0	America/Denver	45.86382	-111.08412	1386			MT	031		
5673606	Regina (historical)	regina-historical	US		0	America/Denver	47.92833	-107.9854	818			MT	071		
5673633	Reistad Trailer Court	reistad-trailer-court	US		0	America/Denver	45.65826	-110.99522	1520			MT	031		
5673654	Renova	renova	US		0	America/Denver	45.81548	-112.12777	1334			MT	043		
5673669	Republic (historical)	republic-historical	US		0	America/Denver	46.40357	-108.53736	1022			MT	065		
5673738	Reuter (historical)	reuter-historical	US		0	America/Denver	48.82275	-114.33986	1104			MT	029		
5673761	Reynolds City	reynolds-city	US		0	America/Denver	46.82104	-113.28702	1673			MT	077		
5673773	Reynolds Trailer Court	reynolds-trailer-court	US		0	America/Denver	46.6116	-112.06472	1196			MT	049		
5673792	Ricci Trailer Terraces	ricci-trailer-terraces	US		0	America/Denver	45.01661	-109.93407	2308			MT	067		
5673802	Rice Motel and Trailer Court	rice-motel-and-trailer-court	US		0	America/Denver	45.86937	-112.09472	1328			MT	043		
5673822	Richards Trailer Court	richards-trailer-court	US		0	America/Denver	46.54161	-110.91188	1526			MT	059		
5673833	Richel Lodge	richel-lodge	US		0	America/Denver	45.08189	-109.37544	2042			MT	009		
5673845	Richey Trailer Court	richey-trailer-court	US		0	America/Denver	47.64113	-105.07386	767			MT	021		
5673897	Riders Trailer Court	riders-trailer-court	US		0	America/Denver	45.86187	-111.32357	1293			MT	031		
5673899	Ridgewood Terrace	ridgewood-terrace	US		0	America/Denver	48.23052	-114.28291	891			MT	029		
5673908	Riebeling	riebeling	US		0	America/Denver	47.50439	-112.1489	1147			MT	049		
5673911	Rieder	rieder	US		0	America/Denver	46.26771	-112.09944	1497			MT	043		
5673914	Riedel (historical)	riedel-historical	US		0	America/Denver	47.98332	-109.3574	1120			MT	005		
5673934	Rimini	rimini	US		0	America/Denver	46.48799	-112.24668	1611	Rimini,Young Ireland		MT	049		
5673959	Rim Rock Colony	rim-rock-colony	US		0	America/Denver	48.89583	-112.09533	1216			MT	101		
5674020	Riverbend	riverbend	US		484	America/Denver	47.15187	-114.83318	845			MT	061		
5674028	Rivershore Mobile Home Park	rivershore-mobile-home-park	US		0	America/Denver	47.47218	-111.31053	1012			MT	013		
5674032	Riverside (historical)	riverside-historical	US		0	America/Denver	48.92496	-115.17934	751			MT	053		
5674035	Riverside (historical)	riverside-historical	US		0	America/Denver	48.26224	-106.73811	642			MT	105		
5674036	Riverside Addition	riverside-addition	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5674047	Rivers Edge Mobile Home Park	rivers-edge-mobile-home-park	US		0	America/Denver	48.41051	-115.51489	650			MT	053		
5674069	Riverside Trailer Court	riverside-trailer-court	US		0	America/Denver	45.67493	-111.20773	1428			MT	031		
5674070	Riverside Trailer Court	riverside-trailer-court	US		0	America/Denver	48.56111	-109.65353	757			MT	041		
5674071	Riverside Trailer Court	riverside-trailer-court	US		0	America/Denver	48.36111	-107.87428	687			MT	071		
5674080	Riverview Colony	riverview-colony	US		0	America/Denver	48.1772	-111.03135	974			MT	051		
5674092	Riverview Trailer Park	riverview-trailer-park	US		0	America/Denver	47.19493	-114.88624	818			MT	061		
5674123	Roanwood	roanwood	US		0	America/Denver	48.94141	-106.49781	954			MT	105		
5674151	Robere (historical)	robere-historical	US		0	America/Denver	48.32553	-112.552	1189	Birch Creek,Robar,Robare,Robarre,Robere (historical),Robert		MT	073		
5674234	Robinsons Trailer Park	robinsons-trailer-park	US		0	America/Denver	45.19578	-109.24793	1682			MT	009		
5674336	Rock Crossing	rock-crossing	US		0	America/Denver	48.49252	-104.34745	591			MT	091		
5674381	Rocker	rocker	US		0	America/Denver	46.00326	-112.60614	1637			MT	093		
5674391	Rockford (historical)	rockford-historical	US		0	America/Denver	46.94025	-109.61602	1351			MT	027		
5674402	Rockport Colony	rockport-colony	US		0	America/Denver	48.0669	-112.47587	1343			MT	099		
5674405	Rocks Trailer Court	rocks-trailer-court	US		0	America/Denver	46.74909	-114.07872	968			MT	063		
5674422	Rocky Boy's Agency	rocky-boy-s-agency	US		0	America/Denver	48.2561	-109.78826	1128	Rocky Boy,Rocky Boy's Agency		MT	041		
5674447	Rocky Creek Trailer Court	rocky-creek-trailer-court	US		0	America/Denver	45.68465	-111.00356	1588			MT	031		
5674453	Rocky Crossing	rocky-crossing	US		0	America/Denver	48.26609	-110.06993	809			MT	015		
5674495	Rocky Mountain Trailer Park	rocky-mountain-trailer-park	US		0	America/Denver	45.03188	-110.70577	1603			MT	067		
5674504	Rocky Point (historical)	rocky-point-historical	US		0	America/Denver	47.59999	-108.43819	688	Rocky Point (historical),Rocky Point Post		MT	027		
5674594	Romsett Summer Home Area	romsett-summer-home-area	US		0	America/Denver	44.74326	-111.24078	2013			MT	031		
5674657	Roosville	roosville	US		0	America/Denver	48.99913	-115.05656	821			MT	053		
5674685	Rose Crossing	rose-crossing	US		0	America/Denver	48.25496	-114.27652	894			MT	029		
5674687	Rose Hill (historical)	rose-hill-historical	US		0	America/Denver	48.35558	-106.56671	823			MT	105		
5674757	Ross Fork	ross-fork	US		0	America/Denver	47.07719	-109.69297	1158	Ross Fork,Rossfork		MT	027		
5674764	Ross Hall	ross-hall	US		0	America/Denver	47.20944	-107.93761	721			MT	033		
5674798	Rothiemay	rothiemay	US		0	America/Denver	46.54663	-109.2624	1340			MT	037		
5674842	Round Butte	round-butte	US		0	America/Denver	47.52966	-114.26262	919			MT	047		
5674870	Round Prairie	round-prairie	US		0	America/Denver	48.40108	-114.4318	939			MT	029		
5674926	Roy-Winifred Junction	roy-winifred-junction	US		0	America/Denver	47.08886	-109.43463	1190			MT	027		
5674937	Royston (historical)	royston-historical	US		0	America/Denver	45.7527	-112.5203	2515			MT	093		
5674961	Ruby Gulch (historical)	ruby-gulch-historical	US		0	America/Denver	47.11192	-109.29712	1380			MT	027		
5675043	Rumble Creek (historical)	rumble-creek-historical	US		0	America/Denver	47.5622	-109.49935	1068			MT	027		
5675083	Russell (historical)	russell-historical	US		0	America/Denver	48.06386	-111.0633	981			MT	015		
5675116	Rustle (historical)	rustle-historical	US		0	America/Denver	47.19248	-109.20767	1627			MT	027		
5675508	Sabra (historical)	sabra-historical	US		0	America/Denver	46.09389	-106.43835	812			MT	087		
5675566	Saddle Butte	saddle-butte	US		128	America/Denver	48.52278	-109.64548	828			MT	041		
5675587	Sadie (historical)	sadie-historical	US		0	America/Denver	46.33333	-106.09362	732	Sadie (historical),Wilson		MT	017		
5675624	Sage Creek Colony	sage-creek-colony	US		0	America/Denver	48.92945	-110.97441	1055			MT	051		
5675666	Sahara (historical)	sahara-historical	US		0	America/Denver	46.74441	-109.14711	1719			MT	037		
5675729	Saint Clair (historical)	saint-clair-historical	US		0	America/Denver	47.28078	-111.68137	1021	Gorham,Saint Clair (historical),St. Clair (historical),Ulidia		MT	013		
5676012	Saint Phillip	saint-phillip	US		0	America/Denver	46.83168	-104.14549	871	Saint Philip,Saint Philips,Saint Phillip,Saint Phillips,St. Phillip		MT	109		
5676072	Saints Rest (historical)	saints-rest-historical	US		0	America/Denver	45.69583	-106.6992	1045			MT	087		
5676107	Salmon Prairie	salmon-prairie	US		0	America/Denver	47.62994	-113.78537	1055			MT	047		
5676121	Salt Creek (historical)	salt-creek-historical	US		0	America/Denver	47.45192	-109.47991	1029			MT	027		
5676160	Samples Crossing	samples-crossing	US		0	America/Denver	47.27359	-109.72019	982			MT	027		
5676245	Sand Creek (historical)	sand-creek-historical	US		0	America/Denver	47.84057	-105.66222	715			MT	055		
5676346	Santa Rita	santa-rita	US		113	America/Denver	48.70054	-112.32005	1158			MT	035		
5676356	Sapphire Village	sapphire-village	US		0	America/Denver	46.88913	-110.25131	1492			MT	045		
5676360	Sappington	sappington	US		0	America/Denver	45.79493	-111.76748	1274			MT	031		
5676380	Sarpy (historical)	sarpy-historical	US		0	America/Denver	45.79582	-106.95282	1075			MT	003		
5676546	Sawyers Trailer Park	sawyers-trailer-park	US		0	America/Denver	47.06247	-109.42824	1203			MT	027		
5676549	Sayle	sayle	US		0	America/Denver	45.22693	-105.99557	1148			MT	075		
5676553	Saypo	saypo	US		0	America/Denver	47.80884	-112.56615	1410			MT	099		
5676611	Schilling	schilling	US		0	America/Denver	46.96409	-114.20178	933			MT	063		
5676706	Schubring Trailer Court	schubring-trailer-court	US		0	America/Denver	48.55833	-109.64798	774			MT	041		
5676722	Schusters Place	schusters-place	US		0	America/Denver	44.87409	-111.54524	1919			MT	057		
5676739	Sciuchetti Place	sciuchetti-place	US		0	America/Denver	45.94298	-112.77337	1916	Lucon Place,Sciuchetti Place		MT	093		
5676763	Scotch Coulee (historical)	scotch-coulee-historical	US		0	America/Denver	45.16383	-109.21321	1527			MT	009		
5676767	Scotchville (historical)	scotchville-historical	US		0	America/Denver	48.29996	-115.30794	755			MT	053		
5676827	Sears (historical)	sears-historical	US		0	America/Denver	47.54252	-104.29244	596			MT	083		
5676933	Selma (historical)	selma-historical	US		0	America/Denver	48.21331	-111.1297	956			MT	051		
5676936	Selmes	selmes	US		0	America/Denver	45.39189	-109.1321	1340			MT	009		
5676992	Seright (historical)	seright-historical	US		0	America/Denver	46.96802	-109.64019	1309			MT	027		
5677010	Seven Mile (historical)	seven-mile-historical	US		0	America/Denver	46.63327	-112.08417	1195			MT	049		
5677090	Seventynine (historical)	seventynine-historical	US		0	America/Denver	46.14856	-109.29045	1166	Seventy Nine,Seventy-nine,Seventynine (historical)		MT	037		
5677104	Seville Colony	seville-colony	US		0	America/Denver	48.69609	-112.58146	1195			MT	035		
5677139	Shady Lane Mobile Home Park	shady-lane-mobile-home-park	US		0	America/Denver	48.22357	-114.26124	888			MT	029		
5677166	Shambo (historical)	shambo-historical	US		0	America/Denver	48.29999	-109.6452	1152			MT	041		
5677170	Shambo Springs	shambo-springs	US		0	America/Denver	48.29305	-109.66575	1135			MT	041		
5677190	Shangville (historical)	shangville-historical	US		0	America/Denver	46.98464	-114.40651	946			MT	063		
5677206	Shannonville (historical)	shannonville-historical	US		0	America/Denver	47.6416	-115.39543	738	Shannonville (historical),Thompson's Crossing		MT	089		
5677212	Sharkeyville (historical)	sharkeyville-historical	US		0	America/Denver	46.6416	-112.83699	1626			MT	077		
5677241	Shaw Place	shaw-place	US		0	America/Denver	45.64577	-110.45826	1522			MT	067		
5677251	Shaws	shaws	US		0	America/Denver	45.66271	-111.77942	1528	Shaw,Shaws		MT	057		
5677255	Shay (historical)	shay-historical	US		0	America/Denver	47.07443	-108.15623	883			MT	069		
5677283	Sheds (historical)	sheds-historical	US		0	America/Denver	45.67215	-111.20412	1433	Shedd's Bridge,Sheds (historical),Sheds Bridge		MT	031		
5677424	Sheffels	sheffels	US		0	America/Denver	47.59468	-111.15025	1035			MT	013		
5677477	Shennum Trailer Court	shennum-trailer-court	US		0	America/Denver	48.55778	-109.66603	754			MT	041		
5677486	Shepherd Crossing	shepherd-crossing	US		0	America/Denver	47.60691	-110.89273	957			MT	015		
5677491	Shepherds Trailer Court	shepherds-trailer-court	US		0	America/Denver	46.43551	-109.83435	1282			MT	107		
5677525	Sheridan Trailer Court	sheridan-trailer-court	US		0	America/Denver	45.46076	-112.19638	1564			MT	057		
5677551	Sherryl	sherryl	US		0	America/Denver	46.55271	-113.21812	1313	Church,Sherry One,Sherryl		MT	039		
5677559	Shields Crossing	shields-crossing	US		0	America/Denver	48.4722	-112.35838	1059			MT	073		
5677576	Shigley Mobile Home Park	shigley-mobile-home-park	US		0	America/Denver	45.92936	-114.10647	1393			MT	081		
5677618	Shonkin	shonkin	US		0	America/Denver	47.62886	-110.57271	968			MT	015		
5677638	Shorey (historical)	shorey-historical	US		0	America/Denver	46.08051	-109.10072	1321			MT	095		
5677753	Sieben	sieben	US		0	America/Denver	46.89855	-112.12723	1184			MT	049		
5677784	Signal Butte (historical)	signal-butte-historical	US		0	America/Denver	45.95361	-106.35057	929			MT	087		
5677798	Silesia	silesia	US		96	America/Denver	45.55661	-108.84153	1035			MT	009		
5677819	Silver Bow	silver-bow	US		0	America/Denver	46.00354	-112.66781	1624			MT	093		
5677820	Silver Bow (historical)	silver-bow-historical	US		0	America/Denver	48.87306	-108.71876	976			MT	005		
5677828	Silver Bow Park	silver-bow-park	US		0	America/Denver	46.00048	-112.49724	1681			MT	093		
5677876	Silver King (historical)	silver-king-historical	US		0	America/Denver	47.09772	-112.48142	1635			MT	049		
5677907	Silver Lake (historical)	silver-lake-historical	US		0	America/Denver	46.17131	-113.23506	1968			MT	023		
5677972	Simko Trailer Court	simko-trailer-court	US		0	America/Denver	48.55778	-109.67242	754			MT	041		
5677554	Shields	shields	US	58569	0	America/Denver	45.95688	-110.64076	1515			MT	067		
5677999	Simpkins Place	simpkins-place	US		0	America/Denver	45.31328	-109.40794	1502			MT	009		
5678014	Singleshot	singleshot	US		0	America/Denver	48.24718	-113.48065	1336			MT	029		
5678030	Sioux Pass	sioux-pass	US		0	America/Denver	47.92252	-104.32578	732			MT	083		
5678032	Sioux Crossing	sioux-crossing	US		0	America/Denver	45.87133	-110.24436	1628			MT	097		
5678037	Sipes	sipes	US		0	America/Denver	47.93272	-114.38596	1135			MT	047		
5678041	Sipple	sipple	US		0	America/Denver	46.92358	-109.76241	1248			MT	045		
5678055	Six Mile (historical)	six-mile-historical	US		0	America/Denver	47.03326	-114.35234	921			MT	063		
5678073	Sixmile Crossing	sixmile-crossing	US		0	America/Denver	45.69055	-105.19415	863			MT	075		
5678083	Sixteen	sixteen	US		0	America/Denver	46.21521	-110.99772	1521			MT	059		
5678095	Siyeh Bend	siyeh-bend	US		0	America/Denver	48.70164	-113.66761	1783			MT	035		
5678104	Skaggs (historical)	skaggs-historical	US		0	America/Denver	47.05608	-109.22017	1298			MT	027		
5678158	Skones	skones	US		0	America/Denver	45.96326	-112.46224	1786			MT	093		
5678213	Skyline	skyline	US		0	America/Denver	46.65105	-112.28529	1623			MT	049		
5678223	Skyline Trailer Court	skyline-trailer-court	US		0	America/Denver	46.93048	-114.1315	965			MT	063		
5678227	Slab Crossing	slab-crossing	US		0	America/Denver	48.2878	-104.6983	584			MT	085		
5678263	Slayton Junction (historical)	slayton-junction-historical	US		0	America/Denver	46.29801	-109.06155	1074	Slayton,Slayton Junction (historical)		MT	037		
5678265	Sleeping Buffalo	sleeping-buffalo	US		0	America/Denver	48.48389	-107.52871	680	Sleeping Buffalo,Sleeping Buffalo Resort		MT	071		
5678380	Smead (historical)	smead-historical	US		0	America/Denver	48.02132	-115.85656	666			MT	089		
5678391	Smelter Hill	smelter-hill	US		0	America/Denver	47.52135	-111.26886	1038			MT	013		
5678515	Smiths Trailer Court	smiths-trailer-court	US		0	America/Denver	46.40695	-105.85889	722			MT	017		
5678516	Smithson (historical)	smithson-historical	US		0	America/Denver	47.44861	-107.909	685			MT	033		
5678595	Snider	snider	US		0	America/Denver	47.60383	-115.21848	763			MT	089		
5678656	Snowberg Court	snowberg-court	US		0	America/Denver	47.79911	-114.29318	885			MT	047		
5678662	Snowden	snowden	US		0	America/Denver	48.02696	-104.0841	578			MT	085		
5678709	Snowslip	snowslip	US		0	America/Denver	48.25941	-113.45538	1336			MT	029		
5678763	Sodak Mill	sodak-mill	US		0	America/Denver	45.42826	-112.60085	1502			MT	001		
5678770	Sohon	sohon	US		0	America/Denver	47.44271	-115.70293	1361			MT	061		
5678798	Sollid (historical)	sollid-historical	US		0	America/Denver	48.17692	-111.49666	1009			MT	073		
5678828	Sonnette	sonnette	US		0	America/Denver	45.41305	-105.83139	1148			MT	075		
5678858	Sour Dough Flat (historical)	sour-dough-flat-historical	US		0	America/Denver	47.99943	-109.37518	1129			MT	005		
5678860	Sourdough	sourdough	US		0	America/Denver	45.90189	-109.81435	1421			MT	097		
5678917	South Browning	south-browning	US		1785	America/Denver	48.54608	-113.01425	1339			MT	035		
5678957	South Fork (historical)	south-fork-historical	US		0	America/Denver	48.34719	-114.00789	1296			MT	029		
5679419	Southern Cross (historical)	southern-cross-historical	US		0	America/Denver	46.2102	-113.23645	2125			MT	023		
5679476	Spartan Manor Trailer Park	spartan-manor-trailer-park	US		0	America/Denver	48.17025	-111.94613	1072			MT	073		
5679503	Speer Trailer Park	speer-trailer-park	US		0	America/Denver	48.17025	-111.94613	1072			MT	073		
5679510	Sperry Chalets	sperry-chalets	US		0	America/Denver	48.60497	-113.78567	2009	Sperry Chalet,Sperry Chalets		MT	029		
5679514	Sphinx	sphinx	US		0	America/Denver	45.17105	-110.878	1567			MT	067		
5679535	Spion Kop	spion-kop	US		0	America/Denver	47.28497	-110.61716	1318			MT	045		
5679564	Split Rock Junction	split-rock-junction	US		0	America/Denver	47.51522	-112.45836	1292			MT	049		
5679890	Spring Creek Junction	spring-creek-junction	US		0	America/Denver	47.1272	-109.57408	1129			MT	027		
5679912	Spring Grove Trailer Court	spring-grove-trailer-court	US		0	America/Denver	47.10612	-104.73941	624			MT	021		
5679931	Spring Gulch	spring-gulch	US		0	America/Denver	47.23021	-114.98069	840			MT	061		
5679991	Spring Valley (historical)	spring-valley-historical	US		0	America/Denver	47.68827	-114.35096	887			MT	047		
5679997	Springdale Colony	springdale-colony	US		0	America/Denver	46.46188	-111.01633	1602			MT	059		
5680013	Springhill Park	springhill-park	US		0	America/Denver	45.73326	-111.06189	1404			MT	031		
5680022	Springtime	springtime	US		0	America/Denver	45.69827	-109.38739	1117			MT	095		
5680030	Springwater Colony	springwater-colony	US		0	America/Denver	46.4594	-109.75629	1353	Spring Water Colony,Springwater Colony		MT	107		
5680034	Sprole	sprole	US		0	America/Denver	48.10724	-105.06331	604			MT	085		
5680038	Sprinkle Trailer Court	sprinkle-trailer-court	US		0	America/Denver	48.59	-109.23128	740			MT	005		
5680073	Spurling	spurling	US		0	America/Denver	45.6505	-108.84542	1022	Jupiter,Spurling		MT	111		
5680079	Square Butte	square-butte	US		0	America/Denver	47.51497	-110.19826	957			MT	015		
5680102	Square Deal (historical)	square-deal-historical	US		0	America/Denver	48.03807	-106.46643	657			MT	105		
5680161	Stacey	stacey	US		0	America/Denver	45.72	-105.89111	1014			MT	075		
5680199	Staley Place	staley-place	US		0	America/Denver	46.24355	-110.65659	1757			MT	059		
5680256	Star Addition	star-addition	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5680276	Star Mobile Home Park	star-mobile-home-park	US		0	America/Denver	45.77604	-111.1769	1359			MT	031		
5680302	Starr School	starr-school	US		252	America/Denver	48.58914	-113.14065	1428			MT	035		
5680346	Staton	staton	US		0	America/Denver	46.08993	-112.87476	1582			MT	023		
5680445	Stephensons Trailer Court	stephensons-trailer-court	US		0	America/Denver	47.41918	-105.59278	740			MT	055		
5680461	Steve Forks	steve-forks	US		0	America/Denver	47.27083	-107.33398	873	Steve Forks,Steves Fork		MT	033		
5680575	Stipek	stipek	US		0	America/Denver	47.21224	-104.66496	625			MT	021		
5680579	Stipes Trailer Court	stipes-trailer-court	US		0	America/Denver	48.3858	-114.06095	945			MT	029		
5680629	Stonehill (historical)	stonehill-historical	US		0	America/Denver	48.74607	-115.30045	751			MT	053		
5680640	Stones Trailer Park	stones-trailer-park	US		0	America/Denver	45.40272	-108.97431	1246			MT	009		
5680643	Stoner Place	stoner-place	US		0	America/Denver	47.51439	-112.73004	1763			MT	049		
5680692	Storrs (historical)	storrs-historical	US		0	America/Denver	45.62965	-110.843	1706			MT	031		
5680705	Stovepipe (historical)	stovepipe-historical	US		0	America/Denver	47.0277	-114.32317	915			MT	063		
5680728	Stranahan	stranahan	US		0	America/Denver	47.99553	-110.32132	780	Berber,Sayre,Stranahan		MT	015		
5680745	Straw	straw	US		0	America/Denver	46.85413	-109.78963	1281	Ada,Straw		MT	027		
5680787	Stringtown (historical)	stringtown-historical	US		0	America/Denver	45.74937	-111.76748	1452			MT	057		
5680792	Stringtown (historical)	stringtown-historical	US		0	America/Denver	46.04159	-112.5453	1879			MT	093		
5680794	Strom	strom	US		0	America/Denver	46.89105	-112.31168	1466			MT	049		
5680855	Stump Town (historical)	stump-town-historical	US		0	America/Denver	46.82827	-113.34674	1853			MT	039		
5680856	Stumps Subdivision	stumps-subdivision	US		0	America/Denver	45.66244	-110.56104	1372			MT	067		
5680860	Stump Town	stump-town	US		0	America/Denver	46.15076	-113.04088	1705			MT	023		
5680924	Sullivan (historical)	sullivan-historical	US		0	America/Denver	48.98749	-113.04954	1306			MT	035		
5681004	Summit Valley	summit-valley	US		0	America/Denver	45.77048	-111.89248	1473			MT	057		
5681092	Sunlight	sunlight	US		0	America/Denver	45.89993	-112.01749	1685			MT	043		
5681157	Sunrise Trailer Court	sunrise-trailer-court	US		0	America/Denver	48.16775	-111.94141	1069	Sunrise Trailer Court,Sunrise Trailer Park		MT	073		
5681195	Sunset Trailer Court	sunset-trailer-court	US		0	America/Denver	45.68687	-111.04661	1460			MT	031		
5681196	Sunset Trailer Court	sunset-trailer-court	US		0	America/Denver	46.23465	-112.12444	1495			MT	043		
5681249	Surprise Creek Colony	surprise-creek-colony	US		0	America/Denver	47.17024	-110.34021	1307			MT	045		
5681271	Sutherland (historical)	sutherland-historical	US		0	America/Denver	46.57806	-105.34499	711			MT	079		
5681356	Swan River (historical)	swan-river-historical	US		0	America/Denver	48.09551	-114.02872	933			MT	029		
5681416	Sweeney Creek (historical)	sweeney-creek-historical	US		0	America/Denver	46.61103	-114.08983	998	Finn Town,Sweeney Creek (historical)		MT	081		
5681450	Sweetwater (historical)	sweetwater-historical	US		0	America/Denver	45.11575	-112.18415	1736			MT	057		
5681506	Sylvanite	sylvanite	US		103	America/Denver	48.71634	-115.87435	828			MT	053		
5681600	Talc	talc	US		0	America/Denver	47.72021	-115.43544	732			MT	089		
5681693	Tate Place	tate-place	US		0	America/Denver	45.05381	-112.01692	1797			MT	057		
5681696	Tattnall	tattnall	US		0	America/Denver	48.62722	-107.54287	688			MT	071		
5681786	Tee Pee Trailer Court	tee-pee-trailer-court	US		0	America/Denver	45.68049	-111.06606	1469			MT	031		
5682159	Thiels West Trailer Court	thiels-west-trailer-court	US		0	America/Denver	48.54861	-109.74659	790			MT	041		
5682198	Thoeny	thoeny	US		0	America/Denver	48.87696	-106.91755	756	Theony,Thoeny		MT	105		
5682228	Thomasville (historical)	thomasville-historical	US		0	America/Denver	45.82993	-111.04245	1452			MT	031		
5682373	Three Forks Junction	three-forks-junction	US		0	America/Denver	45.89854	-111.59969	1257			MT	007		
5682461	Thurlow	thurlow	US		0	America/Denver	46.28778	-106.30613	751			MT	087		
5682475	Tiber	tiber	US		0	America/Denver	48.50888	-111.08081	973	Tiber,White City		MT	051		
5682480	Tiber Dam Camp	tiber-dam-camp	US		0	America/Denver	48.31026	-111.08747	870			MT	051		
5682632	Tindall (historical)	tindall-historical	US		0	America/Denver	47.15833	-107.61677	912			MT	033		
5682658	Tippet Place	tippet-place	US		0	America/Denver	45.92576	-112.18305	1497			MT	043		
5682660	Tipville (historical)	tipville-historical	US		0	America/Denver	48.85138	-112.32033	1258			MT	035		
5682668	Tobacco	tobacco	US		0	America/Denver	48.83108	-114.97711	830			MT	053		
5682669	Tobacco (historical)	tobacco-historical	US		0	America/Denver	48.91997	-115.05656	814			MT	053		
5682682	Tobin	tobin	US		0	America/Denver	46.63799	-112.10445	1222			MT	049		
5682809	Toole	toole	US		0	America/Denver	47.32604	-115.02291	796			MT	061		
5682836	Top O'Deep	top-o-deep	US		0	America/Denver	46.82438	-113.25924	2028			MT	039		
5682841	Torens Trailer Park	torens-trailer-park	US		0	America/Denver	48.17025	-111.94613	1072			MT	073		
5682896	Town and Country Trailer Park	town-and-country-trailer-park	US		0	America/Denver	45.43805	-105.41166	925			MT	075		
5682983	Trailcreek	trailcreek	US		0	America/Denver	48.91914	-114.40737	1193			MT	029		
5682986	Trails End Trailer Court	trails-end-trailer-court	US		0	America/Denver	48.77669	-104.57551	613			MT	091		
5683024	Trask	trask	US		0	America/Denver	46.10271	-112.41724	1921			MT	043		
5683035	Travellers Rest Trailer Court	travellers-rest-trailer-court	US		0	America/Denver	46.75326	-114.0815	971			MT	063		
5683047	Travois Village	travois-village	US		0	America/Denver	46.88715	-114.02094	971			MT	063		
5683131	Trine (historical)	trine-historical	US		0	America/Denver	47.7925	-108.34513	923			MT	071		
5683133	Trident	trident	US		0	America/Denver	45.94743	-111.47663	1230			MT	031		
5683136	Trinity (historical)	trinity-historical	US		0	America/Denver	46.76938	-112.21751	1341	Trinity (historical),Trinity City		MT	049		
5683283	Truchot Hill	truchot-hill	US		0	America/Denver	47.83634	-112.19224	1182			MT	099		
5683293	Truly	truly	US		0	America/Denver	47.35579	-111.44136	1021			MT	013		
5683361	Tunis	tunis	US		0	America/Denver	47.80691	-110.84272	906			MT	015		
5683365	Tungsten	tungsten	US		0	America/Denver	46.2752	-113.06255	2433			MT	039		
5683378	Turah	turah	US		306	America/Denver	46.83604	-113.8301	1013			MT	063		
5683417	Turner Colony	turner-colony	US		0	America/Denver	48.75834	-108.43486	945			MT	005		
5683450	Tuscor	tuscor	US		0	America/Denver	47.90327	-115.69101	720			MT	089		
5683456	Tusler	tusler	US		0	America/Denver	46.48361	-105.75167	713	Dickson,Dixon,Dixson,Tusler		MT	017		
5683505	Twin Acres Mobile Home Park	twin-acres-mobile-home-park	US		0	America/Denver	48.17162	-114.28985	892			MT	029		
5683575	Twin Creeks	twin-creeks	US		0	America/Denver	46.91271	-113.71398	1039			MT	063		
5683723	Twodot	twodot	US		0	America/Denver	46.4244	-110.07296	1354			MT	107		
5683740	Tyman Place	tyman-place	US		0	America/Denver	46.2216	-110.63937	1815			MT	059		
5683825	Union (historical)	union-historical	US		0	America/Denver	47.18723	-105.30638	883	Clear Creek,Union (historical)		MT	021		
5683916	University Heights	university-heights	US		0	America/Denver	46.03353	-114.21564	1245			MT	081		
5683964	Upper Bridger (historical)	upper-bridger-historical	US		0	America/Denver	45.73576	-110.90383	1604			MT	031		
5684006	Upper Ellis Place	upper-ellis-place	US		0	America/Denver	47.31522	-112.33807	1351			MT	049		
5684150	Ural (historical)	ural-historical	US		0	America/Denver	48.60968	-115.25433	751			MT	053		
5684234	Valley (historical)	valley-historical	US		0	America/Denver	46.02354	-112.1175	1449			MT	043		
5684255	Valley Drive Mobile Home Park	valley-drive-mobile-home-park	US		0	America/Denver	46.41806	-105.82639	723	Alta Trailer Park,Valley Drive Mobile Home Park		MT	017		
5684270	Valley View Castle Mobile Home Park	valley-view-castle-mobile-home-park	US		0	America/Denver	47.07358	-109.44241	1196			MT	027		
5684288	Valley Vista Mobile Home Community	valley-vista-mobile-home-community	US		0	America/Denver	45.94715	-112.51474	1697			MT	093		
5684289	Valley Vista Trailer Park	valley-vista-trailer-park	US		0	America/Denver	45.64439	-109.26238	1104			MT	095		
5684290	Valley West Trailer Court	valley-west-trailer-court	US		0	America/Denver	46.74853	-114.09206	978			MT	063		
5684295	Valleytown	valleytown	US		0	America/Denver	48.70557	-107.23979	698	Valley Town,Valleytown		MT	071		
5684327	Van Norman	van-norman	US		0	America/Denver	47.35333	-106.38726	728			MT	033		
5684328	Vananda	vananda	US		0	America/Denver	46.39193	-107.00228	827			MT	087		
5684391	Vendome	vendome	US		0	America/Denver	45.8177	-112.2425	1477			MT	043		
5684459	Victor Crossing	victor-crossing	US		0	America/Denver	46.41437	-114.12121	1023			MT	081		
5684540	Virgelle	virgelle	US		0	America/Denver	48.01525	-110.25049	786			MT	015		
5684583	Voegeles Trailer Court	voegeles-trailer-court	US		0	America/Denver	45.77604	-111.1769	1359			MT	031		
5684587	Vivs Trailer Court	vivs-trailer-court	US		0	America/Denver	48.77142	-104.56801	613			MT	091		
5684597	Volcour (historical)	volcour-historical	US		0	America/Denver	48.54857	-115.21766	751			MT	053		
5684603	Volmer	volmer	US		0	America/Denver	48.53669	-104.14994	624			MT	091		
5684607	Volt	volt	US		0	America/Denver	48.38836	-105.71889	836			MT	085		
5684707	Wagon Wheel Trailer Court	wagon-wheel-trailer-court	US		0	America/Denver	46.90492	-114.18373	938			MT	063		
5684708	Wagon Wheel Trailer Court	wagon-wheel-trailer-court	US		0	America/Denver	47.70946	-104.16133	591			MT	083		
5684710	Wagsmith Villa (historical)	wagsmith-villa-historical	US		0	America/Denver	48.34719	-114.00789	1296			MT	029		
5684741	Walker (historical)	walker-historical	US		0	America/Denver	45.7666	-111.02856	1496			MT	031		
5684751	Walker Mobile Home Park	walker-mobile-home-park	US		0	America/Denver	48.14974	-104.52329	594	Diamond Coulee Mobile Home Park,Walker Mobile Home Park		MT	085		
5684768	Wall City	wall-city	US		0	America/Denver	46.54382	-112.93866	1363			MT	077		
5684807	Wallview (historical)	wallview-historical	US		0	America/Denver	46.76386	-108.46596	1101			MT	069		
5684848	Wanso (historical)	wanso-historical	US		0	America/Denver	48.63725	-104.87552	714			MT	091		
5684914	Warland (historical)	warland-historical	US		0	America/Denver	48.50079	-115.28739	751			MT	053		
5684968	Warr (historical)	warr-historical	US		0	America/Denver	46.83191	-108.82348	1255			MT	027		
5684983	Warrick	warrick	US		0	America/Denver	48.07165	-109.60603	1199			MT	015		
5685099	Watson (historical)	watson-historical	US		0	America/Denver	47.57496	-111.27164	1072			MT	013		
5685111	Watson Flats (historical)	watson-flats-historical	US		0	America/Denver	47.08555	-106.27837	775			MT	033		
5685215	Weede (historical)	weede-historical	US		0	America/Denver	46.91999	-107.92289	784	Parkinson,Weede (historical)		MT	069		
5685222	Weeksville	weeksville	US		83	America/Denver	47.52299	-114.99403	745			MT	089		
5685320	West Acres Trailer Park	west-acres-trailer-park	US		0	America/Denver	46.75631	-114.10511	982			MT	063		
5685368	West College Park	west-college-park	US		0	America/Denver	45.67326	-111.06884	1479			MT	031		
5685652	West Gallatin	west-gallatin	US		0	America/Denver	45.70271	-111.21884	1412			MT	031		
5685656	West Glendive	west-glendive	US		1948	America/Denver	47.11085	-104.74968	646			MT	021		
5685672	West Lewistown	west-lewistown	US		0	America/Denver	47.09831	-109.46491	1169			MT	027		
5685712	West Riverside	west-riverside	US		0	America/Denver	46.87715	-113.88983	1001			MT	063		
5685778	Westana Mobile Home Park	westana-mobile-home-park	US		0	America/Denver	46.22159	-114.14676	1103			MT	081		
5685814	Westmore	westmore	US		0	America/Denver	46.47417	-104.64495	804			MT	025		
5685837	Westview Park	westview-park	US		0	America/Denver	46.91187	-114.04261	999			MT	063		
5685840	Westwood Estates	westwood-estates	US		0	America/Denver	46.4125	-105.8375	720	Albert Mobile Home Park,Westwood Estates		MT	017		
5685850	Wetzel	wetzel	US		0	America/Denver	48.75331	-113.16482	1450			MT	035		
5685894	Wheaton (historical)	wheaton-historical	US		0	America/Denver	46.58441	-108.85154	1145			MT	065		
5685909	Wheelers Trailer Court	wheelers-trailer-court	US		0	America/Denver	45.6791	-111.07439	1471			MT	031		
5685969	Whitcomb (historical)	whitcomb-historical	US		0	America/Denver	47.93138	-108.5557	1449	Ruby,Ruby Gulch,Whitcomb (historical)		MT	071		
5685980	White (historical)	white-historical	US		0	America/Denver	47.29167	-106.03391	808			MT	055		
5686367	Wilborn	wilborn	US		0	America/Denver	46.88355	-112.34307	1417			MT	049		
5686428	Wild Rose (historical)	wild-rose-historical	US		0	America/Denver	48.63947	-106.34781	886			MT	105		
5686648	Willow Creek Mobile Home Park	willow-creek-mobile-home-park	US		0	America/Denver	48.1694	-114.2893	894			MT	029		
5686670	Willow Crossing	willow-crossing	US		0	America/Denver	45.52722	-106.18751	921			MT	075		
5686704	Willow Wynn Trailer Park	willow-wynn-trailer-park	US		0	America/Denver	47.60021	-114.119	942			MT	047		
5686836	Wing (historical)	wing-historical	US		0	America/Denver	48.78889	-108.58598	954			MT	005		
5685148	Wayne	wayne	US	04284	0	America/Denver	47.44191	-110.95913	1123			MT	013		
5686843	Wingina (historical)	wingina-historical	US		0	America/Denver	48.32248	-112.12114	1139			MT	073		
5686858	Winnecook	winnecook	US		0	America/Denver	46.39996	-109.66407	1226			MT	107		
5686899	Wiota (historical)	wiota-historical	US		0	America/Denver	48.09752	-106.26142	626	Milk River,Wiota (historical)		MT	105		
5686932	Wisner Crossing	wisner-crossing	US		0	America/Denver	45.77687	-111.08217	1381			MT	031		
5687114	Wood Place	wood-place	US		0	America/Denver	45.72278	-106.42418	983			MT	087		
5687148	Woodhawk (historical)	woodhawk-historical	US		0	America/Denver	47.71498	-109.20073	1022			MT	027		
5687152	Woodin	woodin	US		0	America/Denver	45.81131	-112.70892	1699			MT	093		
5687173	Woods Bay	woods-bay	US		661	America/Denver	48.00162	-114.05039	889			MT	047		
5687191	Woods Crossing	woods-crossing	US		0	America/Denver	47.87774	-111.26802	940			MT	015		
5687200	Woods Place	woods-place	US		0	America/Denver	45.6941	-110.26131	1309			MT	067		
5687201	Woods Place	woods-place	US		0	America/Denver	47.5025	-108.14568	836			MT	069		
5687212	Woodside Crossing	woodside-crossing	US		0	America/Denver	46.3127	-114.1451	1058			MT	081		
5687227	Woodward Place	woodward-place	US		0	America/Denver	45.1327	-111.76358	1819			MT	057		
5687251	Wooley	wooley	US		0	America/Denver	47.76502	-104.10577	586			MT	083		
5687273	Wormser (historical)	wormser-historical	US		0	America/Denver	45.97717	-110.00047	1452	Wormser (historical),Wormser City		MT	097		
5687315	Wurtz Hill	wurtz-hill	US		0	America/Denver	48.90386	-114.39042	1168			MT	029		
5687322	Wye	wye	US		511	America/Denver	46.95298	-114.1215	1014			MT	063		
5687346	X Crossing	x-crossing	US		0	America/Denver	47.70333	-107.78261	690			MT	071		
5687356	Yaak	yaak	US		248	America/Denver	48.83301	-115.70879	910	Tanglewood,Yaak,Yahk,Yakt		MT	053		
5687378	Yakt	yakt	US		0	America/Denver	48.5455	-115.96879	562			MT	053		
5687379	Yakt (historical)	yakt-historical	US		0	America/Denver	48.02689	-115.00653	1028			MT	029		
5687394	Yankee Flat (historical)	yankee-flat-historical	US		0	America/Denver	45.15881	-112.99531	1763			MT	001		
5687415	Yates	yates	US		0	America/Denver	46.95112	-104.13049	845			MT	109		
5687424	Yegen	yegen	US		0	America/Denver	45.72356	-108.62264	982			MT	111		
5687432	Yarnell (historical)	yarnell-historical	US		0	America/Denver	48.47079	-115.29239	751			MT	053		
5687484	Ynot (historical)	ynot-historical	US		0	America/Denver	48.83668	-107.6762	742	Why Not,Ynot (historical)		MT	071		
5687491	Yogo Crossing	yogo-crossing	US		0	America/Denver	46.85551	-110.31659	1558			MT	045		
5687546	Yukon Saddle	yukon-saddle	US		0	America/Denver	46.70965	-113.81399	1581			MT	063		
5687578	Zero	zero	US		0	America/Denver	46.66917	-105.4886	689			MT	079		
5687669	Alkabo	alkabo	US		0	America/Chicago	48.86281	-103.89021	667			ND	023	84660	
5687736	Appam	appam	US		0	America/Chicago	48.57003	-103.58881	614			ND	105	08100	
5687768	Atcoal	atcoal	US		0	America/Chicago	48.90142	-102.91185	584			ND	013	27460	
5687783	Aylmer	aylmer	US		0	America/Chicago	47.93417	-100.19291	482			ND	069	02620	
5687845	Battleview	battleview	US		0	America/Chicago	48.57892	-102.7924	671			ND	013	05380	
5688060	Blaisdell	blaisdell	US		0	America/Chicago	48.33613	-102.07683	693			ND	061	49140	
5688078	Bluegrass	bluegrass	US		0	America/North_Dakota/New_Salem	46.94917	-101.58181	657	Blue Grass Station,Bluegrass,Second Siding		ND	059	85080	
5688099	Bonetraill	bonetraill	US		0	America/Chicago	48.41641	-103.83854	731	Bonetrail,Bonetraill		ND	105	08260	
5688117	Bounty	bounty	US		0	America/Chicago	48.91614	-103.18074	589			ND	023	47780	
5688161	Breien	breien	US		0	America/North_Dakota/New_Salem	46.38	-100.94235	518	Breien,Parkin		ND	059	21720	
5688175	Brittin	brittin	US		0	America/Chicago	46.71527	-100.40567	552			ND	015	54460	
5688240	Buffalo Springs	buffalo-springs	US		0	America/Denver	46.17501	-103.2349	872			ND	011	71540	
5688341	Carbury	carbury	US		0	America/Chicago	48.89085	-100.54459	506	Carbury,Roth		ND	009	62300	
5688422	Charbonneau	charbonneau	US		0	America/Chicago	47.85335	-103.76326	623			ND	053	13540	
5688432	Charlson	charlson	US		0	America/Chicago	48.0603	-102.8713	715			ND	053	23820	
5688456	Chola	chola	US		0	America/Chicago	48.62224	-101.49072	506			ND	075	47420	
5688518	Colgan	colgan	US		0	America/Chicago	48.94837	-103.62825	648			ND	023	31580	
5688522	Cole Ford	cole-ford	US		0	America/Chicago	48.52916	-100.46319	435			ND	049	57727	
5688561	Coteau	coteau	US		0	America/Chicago	48.7567	-102.31906	607			ND	013	83420	
5688575	Coulee	coulee	US		0	America/Chicago	48.5453	-102.01155	629			ND	061	48340	
5688589	Croff	croff	US		0	America/Chicago	47.74724	-102.9413	722			ND	053	13290	
5688656	Daglum	daglum	US		0	America/Denver	46.7089	-103.02045	835			ND	089	85130	
5688706	De Mores	de-mores	US		0	America/Denver	46.92196	-103.74242	781			ND	033	71740	
5688715	De Sart	de-sart	US		0	America/Denver	46.3789	-102.95822	844			ND	087	12420	
5688748	Denbigh	denbigh	US		0	America/Chicago	48.31528	-100.58708	461			ND	049	19020	
5688751	Dengate	dengate	US		0	America/North_Dakota/New_Salem	46.84556	-101.63543	646			ND	059	85080	
5688809	Dore	dore	US		0	America/Denver	47.92057	-104.03104	578	Dore,Dore Siding		ND	053	87820	
5688811	Double Ditch Indian Village	double-ditch-indian-village	US		0	America/Chicago	46.93638	-100.90097	525			ND	015	11045	
5688824	Drady	drady	US		0	America/Chicago	48.15195	-101.42572	589			ND	101	11100	
5688893	East Dunseith	east-dunseith	US		500	America/Chicago	48.86556	-100.0168	631			ND	079	58125	
5688894	East Fairview	east-fairview	US		76	America/Denver	47.85335	-104.03965	580			ND	053	87820	
5688955	Ekre	ekre	US		0	America/Denver	46.78918	-103.96993	889			ND	033	47700	
5689074	Falkirk	falkirk	US		0	America/Chicago	47.36194	-101.09459	564			ND	055	80670	
5689148	Forfar	forfar	US		0	America/Chicago	48.57057	-101.29849	482	Forfar,Jefferson		ND	009	23780	
5689156	Fort Clark	fort-clark	US		0	America/North_Dakota/Center	47.24	-101.2521	518			ND	065	21730	
5689164	Fort Rice	fort-rice	US		0	America/North_Dakota/New_Salem	46.52611	-100.58429	498	Fort Rice,Gwyther		ND	059	21720	
5689183	Four Bears Village	four-bears-village	US		517	America/Chicago	47.98279	-102.57852	596			ND	053	27332	
5689188	Foxholm	foxholm	US		75	America/Chicago	48.36946	-101.57127	504			ND	101	28020	
5689196	Freda	freda	US		0	America/Denver	46.34722	-101.17375	575	Freda,Pearce		ND	037	21670	
5689246	Gascoyne	gascoyne	US		16	America/Denver	46.11834	-103.07989	842	Fichbine,Gascoyne		ND	011	29540	
5689368	Grano	grano	US		7	America/Chicago	48.61502	-101.58655	528			ND	075	32580	
5689388	Grassna	grassna	US		0	America/Chicago	46.08777	-100.29568	608			ND	029	74120	
5689463	Haley	haley	US		0	America/Denver	45.96139	-103.11934	817	Galey,Haley		ND	011	34260	
5689479	Hanks	hanks	US		9	America/Chicago	48.60336	-103.80298	645	Hanks,Howard,Mesa		ND	105	05020	
5689488	Hannover	hannover	US		0	America/North_Dakota/Center	47.11139	-101.42654	653			ND	065	85110	
5689495	Harding	harding	US		0	America/Denver	47.85335	-104.01521	578			ND	053	87820	
5689589	Heil	heil	US		15	America/Denver	46.38751	-101.69986	706	Heil,Lawther		ND	037	23580	
5689607	Hensler	hensler	US		0	America/North_Dakota/Center	47.26027	-101.08487	522			ND	065	21730	
5689616	Hesnault	hesnault	US		0	America/Chicago	48.05029	-101.55766	640			ND	101	81380	
5689667	Hirschville	hirschville	US		0	America/Denver	47.06806	-102.5638	648			ND	025	74105	
5689728	Huff	huff	US		0	America/North_Dakota/New_Salem	46.62388	-100.65179	505	Huff,Nineteenth Siding		ND	059	21720	
5689739	Hurd	hurd	US		0	America/Chicago	48.64613	-101.21794	465			ND	009	54900	
5689788	Ives	ives	US		0	America/Denver	46.27084	-103.73937	952			ND	011	66340	
5689845	Johnsons Corner	johnsons-corner	US		0	America/Chicago	47.80419	-102.94158	715			ND	053	13290	
5689851	Johnson Ford	johnson-ford	US		0	America/Denver	46.58084	-101.75403	604			ND	037	85000	
5689867	Juno	juno	US		0	America/Chicago	48.89837	-103.20407	592			ND	023	26340	
5689933	Kelvin	kelvin	US		0	America/Chicago	48.93723	-100.05096	653			ND	079	58125	
5689935	Kenaston	kenaston	US		0	America/Chicago	48.61864	-102.11266	625			ND	101	74580	
5689962	Kief	kief	US		14	America/Chicago	47.8575	-100.51153	509			ND	049	42660	
5690000	Kongsberg	kongsberg	US		0	America/Chicago	47.85139	-100.80126	588			ND	049	59300	
5690022	Kuroki	kuroki	US		0	America/Chicago	48.93113	-101.14655	461			ND	009	83980	
5690054	Lake Jessie	lake-jessie	US		0	America/Chicago	48.06058	-103.37686	577			ND	105	80220	
5690084	Landa	landa	US		39	America/Chicago	48.89669	-100.91182	452	Landa,Strabane		ND	009	44700	
5690097	Lark	lark	US		0	America/Denver	46.45306	-101.39626	637	Lark,Larkee		ND	037	45140	
5690099	Larson	larson	US		12	America/Chicago	48.88975	-102.85851	588			ND	013	41660	
5690126	Leith	leith	US		16	America/Denver	46.35834	-101.63653	714			ND	037	45860	
5690137	Leverich	leverich	US		0	America/Chicago	48.43528	-100.0893	458			ND	069	58080	
5693054	Zenith	zenith	US		0	America/Denver	46.87946	-103.09657	766			ND	089	85130	
5690176	Lincoln Valley	lincoln-valley	US		0	America/Chicago	47.63833	-100.3043	547	Lincoln,Lincoln Valley		ND	083	46700	
5690238	Livona	livona	US		0	America/Chicago	46.50222	-100.54706	507			ND	029	57730	
5690308	Lostwood	lostwood	US		0	America/Chicago	48.47558	-102.42406	720	Chida,Lostwood		ND	061	48220	
5690323	Lunds Landing	lunds-landing	US		0	America/Chicago	48.16586	-103.14074	562			ND	105	74115	
5690324	Lunds Valley	lunds-valley	US		0	America/Chicago	48.5078	-102.54268	680			ND	061	64100	
5690387	Marley	marley	US		0	America/Chicago	48.02502	-103.90493	592			ND	105	35340	
5690390	Marmon	marmon	US		0	America/Chicago	48.38725	-103.65603	631			ND	105	03620	
5690415	Mazda	mazda	US		0	America/Denver	46.28584	-103.86159	861			ND	087	39300	
5690456	McKenzie	mckenzie	US		0	America/Chicago	46.82416	-100.41345	520	McKenzie,McKenzle		ND	015	49380	
5690462	Medicine Hole	medicine-hole	US		0	America/Denver	47.44418	-102.89102	971			ND	025	42705	
5690491	Merida	merida	US		0	America/Chicago	47.24277	-100.92931	523			ND	055	74200	
5690703	New Hradec	new-hradec	US		0	America/Denver	46.99946	-102.88435	759			ND	025	74105	
5690723	Nine Mile Corner	nine-mile-corner	US		0	America/Chicago	48.80697	-102.08739	581			ND	101	19140	
5690751	North Almont	north-almont	US		0	America/North_Dakota/New_Salem	46.83972	-101.50959	650			ND	059	85080	
5690783	North Lemmon	north-lemmon	US		0	America/Denver	45.94611	-102.15765	786			ND	001	21495	
5690815	Northgate	northgate	US		0	America/Chicago	48.99085	-102.26211	567			ND	013	58140	
5690885	Omemee	omemee	US		0	America/Chicago	48.70639	-100.35514	461	Omemee,Omenee		ND	009	86500	
5690887	On-a-Slant Village (historical)	on-a-slant-village-historical	US		0	America/North_Dakota/New_Salem	46.76694	-100.8468	518	On-A-Slant Mandar Village,On-a-Slant Village (historical),Slant Indian Village		ND	059	49920	
5690894	Orrin	orrin	US		22	America/Chicago	48.09139	-100.16319	476			ND	069	23300	
5690923	Overly	overly	US		18	America/Chicago	48.68194	-100.15014	470			ND	009	60380	
5690982	Paulson	paulson	US		0	America/Chicago	48.8967	-103.13324	584			ND	023	47780	
5690999	Perella	perella	US		0	America/Chicago	48.90169	-102.251	584			ND	013	58140	
5691013	Petrel	petrel	US		0	America/Denver	45.94833	-102.2771	782			ND	001	30340	
5691025	Pick City	pick-city	US		138	America/North_Dakota/Beulah	47.51139	-101.45377	587			ND	057	62260	
5691027	Pickardville	pickardville	US		0	America/Chicago	47.47111	-100.57958	596			ND	083	62180	
5691124	Prairie Junction	prairie-junction	US		0	America/Chicago	47.9914	-101.90267	629			ND	061	63020	
5691206	Raub	raub	US		0	America/Chicago	47.7464	-102.04322	575			ND	055	47940	
5691291	Rider	rider	US		0	America/Denver	46.91418	-103.63741	736			ND	033	71740	
5691300	Rising	rising	US		0	America/Chicago	48.33612	-100.9557	464			ND	049	43460	
5691302	Rival	rival	US		0	America/Chicago	48.9017	-102.61184	596			ND	013	63780	
5691304	Riverdale Junction	riverdale-junction	US		0	America/Chicago	47.49889	-101.17515	610			ND	055	80670	
5691328	Rock Haven	rock-haven	US		0	America/North_Dakota/New_Salem	46.87333	-100.88902	504			ND	059	49920	
5691406	Roth	roth	US		0	America/Chicago	48.9078	-100.80265	458	Carbury,Faldot,Hewitt,Roth		ND	009	71060	
5691508	Saint Gertrude	saint-gertrude	US		0	America/Denver	46.28445	-101.3293	715			ND	037	21670	
5691646	San Haven	san-haven	US		0	America/Chicago	48.83472	-100.03902	579	Montair,San Haven		ND	079	58125	
5691670	Sanish	sanish	US		0	America/Chicago	47.9739	-102.54602	646			ND	061	85085	
5691700	Schafer	schafer	US		0	America/Chicago	47.79946	-103.18658	610			ND	053	13290	
5691707	Schefield	schefield	US		0	America/Denver	46.67473	-102.85462	827	Schefield,Shefield		ND	089	19630	
5691713	Schmidt	schmidt	US		0	America/North_Dakota/New_Salem	46.67361	-100.78207	506			ND	059	21720	
5692005	Scoria Point	scoria-point	US		0	America/Denver	46.93113	-103.48546	781			ND	007	57710	
5692100	Simcoe	simcoe	US		0	America/Chicago	48.1564	-100.86681	483			ND	049	37260	
5692119	Six Mile Corner	six-mile-corner	US		0	America/Denver	46.98057	-103.19073	804			ND	007	57710	
5692122	Skaar	skaar	US		0	America/Denver	47.37335	-104.04021	683			ND	053	74510	
5692249	Spotted Horn	spotted-horn	US		0	America/Chicago	47.71335	-102.70686	659			ND	053	27332	
5692322	Squaw Gap	squaw-gap	US		0	America/Denver	47.48891	-103.92743	695			ND	053	74510	
5692326	Stady	stady	US		0	America/Chicago	48.72059	-103.70603	671			ND	023	73420	
5692335	Stampede	stampede	US		0	America/Chicago	48.88726	-102.73767	590			ND	013	25940	
5692376	Still	still	US		0	America/Chicago	47.16055	-100.63624	622			ND	015	32740	
5692444	Sully Springs	sully-springs	US		0	America/Denver	46.86724	-103.39157	788			ND	007	74070	
5692455	Sunny	sunny	US		0	America/North_Dakota/New_Salem	46.82944	-100.95708	507	Sunny,Sunnyside		ND	059	49920	
5692495	Tagus	tagus	US		0	America/Chicago	48.3464	-101.93405	667	Tagus,Wallace		ND	061	22500	
5692502	Tasco	tasco	US		0	America/Chicago	48.68722	-100.25514	468			ND	009	13060	
5692527	Temvik	temvik	US		0	America/Chicago	46.36971	-100.25845	591	Brophy,Godkin,Temvik		ND	029	57730	
5692542	Thelan	thelan	US		0	America/Denver	46.80362	-103.97187	881	Thelan,Thelen		ND	033	05460	
5692567	Three V Crossing	three-v-crossing	US		0	America/Denver	46.55696	-103.79187	770			ND	087	58275	
5692577	Timmer	timmer	US		0	America/North_Dakota/New_Salem	46.37139	-101.01791	535			ND	059	21720	
5692636	Trotters	trotters	US		0	America/Denver	47.32307	-103.91826	738			ND	033	61340	
5692639	Truax	truax	US		0	America/North_Dakota/Beulah	47.35834	-101.64683	615			ND	057	21710	
5692673	Twin Buttes	twin-buttes	US		0	America/Denver	47.51639	-102.24629	677			ND	025	27330	
5692744	Vanville	vanville	US		0	America/Chicago	48.62947	-102.37267	715			ND	013	81500	
5692754	Verendrye	verendrye	US		0	America/Chicago	48.12112	-100.73903	471	Falson,Verendrye		ND	049	25620	
5692775	Wabek	wabek	US		0	America/Chicago	47.97196	-101.95656	618			ND	061	63020	
5692786	Walser Crossing	walser-crossing	US		0	America/Denver	46.61918	-103.5963	749			ND	087	58275	
5692827	Werner	werner	US		0	America/Denver	47.36057	-102.45713	642			ND	025	34350	
5692829	West Bonetraill	west-bonetraill	US		0	America/Chicago	48.40197	-103.94882	744			ND	105	76460	
5692908	White Shield	white-shield	US		336	America/Chicago	47.66139	-101.84517	610			ND	055	27334	
5693000	Wogansport	wogansport	US		0	America/Chicago	47.03471	-100.87402	531			ND	015	30900	
5693022	Wolseth	wolseth	US		0	America/Chicago	48.44641	-101.12404	475			ND	101	50700	
5693113	Adaton (historical)	adaton-historical	US		0	America/Denver	42.8847	-102.76267	1025			NE	161		
5693135	Albany (historical)	albany-historical	US		0	America/Denver	42.95833	-102.28932	1158			NE	161		
5693254	Arabia	arabia	US		0	America/Chicago	42.73111	-100.37263	829			NE	031		
5693400	Baney Trailer Park	baney-trailer-park	US		0	America/Denver	40.04916	-101.53294	910			NE	057		
5693475	Beals Trailer Court	beals-trailer-court	US		0	America/Denver	41.09416	-101.88796	1003			NE	101		
5693494	Beck	beck	US		0	America/Chicago	41.13805	-100.69375	846			NE	111		
5693647	Bignell	bignell	US		0	America/Chicago	41.06333	-100.61097	837			NE	111		
5693665	Birdwood	birdwood	US		0	America/Chicago	41.15361	-100.88487	870			NE	111		
5693747	Bordeaux	bordeaux	US		0	America/Denver	42.76803	-102.81406	1129			NE	045		
5693859	Broganville	broganville	US		0	America/Denver	41.20721	-101.51656	939			NE	101		
5693877	Brownlee	brownlee	US		15	America/Chicago	42.28805	-100.62569	874			NE	031		
5693886	Brownson	brownson	US		0	America/Denver	41.18748	-103.11298	1285			NE	033		
5693915	Bucktail	bucktail	US		0	America/Denver	41.56499	-101.43045	1066			NE	005		
5693995	Caldwell (historical)	caldwell-historical	US		0	America/Denver	41.89997	-103.96717	1247	Caldwell (historical),Little Moon		NE	157		
5694005	Calora	calora	US		0	America/Denver	41.64027	-101.44767	1076			NE	005		
5694071	Carlson	carlson	US		0	America/Denver	41.87302	-103.51494	1211			NE	157		
5694072	Carmans Mobile Park	carmans-mobile-park	US		0	America/Denver	40.5125	-101.641	1000			NE	029		
5694336	Clark Trailer Court	clark-trailer-court	US		0	America/Denver	42.80472	-102.20322	1083			NE	161	91167	
5694417	Coldwater Trailer Court	coldwater-trailer-court	US		0	America/Denver	41.4972	-102.6202	1065			NE	069		
5694449	Conestoga Mobile Home Park	conestoga-mobile-home-park	US		0	America/Denver	41.14443	-102.9727	1245			NE	033	92946	
5694466	Conterra	conterra	US		0	America/Chicago	42.4475	-100.62958	908			NE	031		
5694490	Cornell (historical)	cornell-historical	US		0	America/Chicago	40.02389	-100.93766	864			NE	087		
5694505	Costin	costin	US		0	America/Denver	41.86441	-103.73133	1199			NE	157		
5694566	Craft	craft	US		0	America/Denver	41.8158	-103.34632	1199			NE	123		
5694687	Dakota Junction	dakota-junction	US		0	America/Denver	42.8597	-103.09408	988			NE	045		
5694742	DeGraw	degraw	US		0	America/Denver	41.71497	-103.15577	1131	De Graw,DeGraw		NE	123		
5694865	Doughboy	doughboy	US		0	America/Denver	42.61306	-101.2771	949			NE	031		
5695256	Evergreen Estates Mobile Homes	evergreen-estates-mobile-homes	US		0	America/Denver	41.82358	-103.6455	1185			NE	157	91093	
5695281	Falter Place	falter-place	US		0	America/Chicago	42.14389	-100.27097	847			NE	031		
5695406	Flats	flats	US		0	America/Chicago	41.56888	-101.35184	1048			NE	117		
5695552	Gandy	gandy	US		32	America/Chicago	41.46972	-100.45847	883			NE	113		
5695735	Gordons Mobile Plaza	gordons-mobile-plaza	US		0	America/Denver	41.13693	-102.98798	1248			NE	033	92946	
5695782	Grainton	grainton	US		15	America/Denver	40.82306	-101.28738	1005			NE	135		
5695819	Grayson (historical)	grayson-historical	US		0	America/Denver	42.46025	-102.42603	1148			NE	161		
5695824	Green Acres Trailer Court	green-acres-trailer-court	US		0	America/Chicago	41.15555	-100.80598	860			NE	111		
5695889	Haig	haig	US		0	America/Denver	41.87941	-103.75911	1196			NE	157		
5695988	Harrys Mobile Home Incorporated	harrys-mobile-home-incorporated	US		0	America/Denver	41.80941	-103.50383	1166			NE	157		
5695994	Hartgraves Place	hartgraves-place	US		0	America/Chicago	42.32	-100.26819	858			NE	031		
5696075	Heil School (historical)	heil-school-historical	US		0	America/Denver	42.03916	-101.23767	1035			NE	091		
5696079	Heldt	heldt	US		0	America/Denver	41.88774	-103.7055	1190			NE	157		
5696178	Hillerage	hillerage	US		0	America/Denver	41.86163	-103.60355	1180			NE	157		
5696188	Hilton (historical)	hilton-historical	US		0	America/Denver	42.42941	-102.53159	1175			NE	161		
5696199	Hire	hire	US		0	America/Denver	42.17444	-101.41822	1053			NE	031		
5696219	Hoffland	hoffland	US		0	America/Denver	42.07525	-102.65798	1193			NE	161		
5696269	Horn	horn	US		0	America/Denver	42.76275	-103.44381	1124			NE	045		
5696311	Hubbard Corner	hubbard-corner	US		0	America/Denver	41.87219	-103.81328	1271			NE	157		
5696331	Huntsman	huntsman	US		0	America/Denver	41.22082	-102.97381	1306			NE	033		
5696357	Imperial Capitol Mobile Court	imperial-capitol-mobile-court	US		0	America/Denver	40.52333	-101.63711	1002			NE	029		
5696460	J and L Trailer Court	j-and-l-trailer-court	US		0	America/Denver	42.82942	-103.06991	1012			NE	045		
5696463	Jacinto	jacinto	US		0	America/Denver	41.22581	-103.4041	1365			NE	105		
5696472	James	james	US		0	America/Denver	41.93191	-103.57883	1229			NE	157		
5696481	Jane	jane	US		0	America/Denver	41.92469	-103.77383	1202			NE	157		
5696484	Janise	janise	US		0	America/Denver	41.85302	-104.00356	1255			NE	157		
5696500	Jennings (historical)	jennings-historical	US		0	America/Denver	42.21665	-102.26019	1192			NE	161		
5696521	Joder	joder	US		0	America/Denver	42.8583	-103.55159	1137			NE	165		
5696643	Keith	keith	US		0	America/Chicago	41.09056	-100.56403	831			NE	111		
5696654	Kellers Trailer Court	kellers-trailer-court	US		0	America/Denver	42.80472	-102.20322	1083			NE	161	91167	
5696689	Key Estates	key-estates	US		0	America/Chicago	41.12583	-100.79098	858			NE	111		
5696811	Koshopah	koshopah	US		0	America/Chicago	42.10111	-100.1043	804	Koshopah,Koshopan		NE	017		
5696849	L and L Mobile Home Park	l-and-l-mobile-home-park	US		0	America/Denver	41.12805	-101.71962	982			NE	101	92218	
5696896	Lakeview Mobile Park	lakeview-mobile-park	US		0	America/Denver	41.66525	-103.0991	1117	Lakeview Mobile Park,Lakeview Trailer Park		NE	123		
5696950	Lazy L Mobile Ranch	lazy-l-mobile-ranch	US		0	America/Chicago	40.21445	-100.63265	794			NE	145	91882	
5696990	Lemoyne Mobile Home Park	lemoyne-mobile-home-park	US		0	America/Denver	41.27249	-101.81323	1016			NE	101		
5696995	Letan	letan	US		0	America/Denver	42.01469	-102.94076	1227			NE	013		
5697012	Leat	leat	US		0	America/Denver	42.89583	-101.82459	1025			NE	031		
5697041	Linscott	linscott	US		0	America/Chicago	41.74278	-100.01374	825			NE	009		
5697089	Littles Trailer Court	littles-trailer-court	US		0	America/Chicago	42.87278	-100.55097	787			NE	031	93278	
5697224	Lulu (historical)	lulu-historical	US		0	America/Denver	42.3083	-102.56159	1180			NE	161		
5697250	Lyons Place	lyons-place	US		0	America/Denver	41.55138	-101.60795	1096			NE	005		
5697312	Marple (historical)	marple-historical	US		0	America/Denver	42.40052	-102.72964	1156			NE	161		
5697383	McCook	mccook	US		7580	America/Chicago	40.20195	-100.62571	784	MCK,Mak-Kuk,MakKuk,Makuk,McCook,makwk,mk kwk  nybraska,Мак-Кук,МакКук,Макук,ماكوك,مک کوک، نیبراسکا,مک‌کوک، نبراسکا	145	NE	145	91882	
5697446	McKeag	mckeag	US		0	America/Denver	41.44999	-101.7624	1096			NE	005		
5697465	Meadows Trailer Court	meadows-trailer-court	US		0	America/Denver	42.10163	-102.87215	1209			NE	013		
5697487	Megeath	megeath	US		0	America/Denver	41.07971	-101.98574	1015			NE	101		
5697515	Merklin Trailer Court	merklin-trailer-court	US		0	America/Denver	40.05194	-101.53183	909			NE	057		
5697621	Mintle	mintle	US		0	America/Denver	41.9458	-103.6805	1231			NE	157		
5697654	Mobile Manor	mobile-manor	US		0	America/Chicago	41.15055	-100.78431	857			NE	111		
5697655	Mobile Manor Trailer Park	mobile-manor-trailer-park	US		0	America/Denver	41.09277	-102.47074	1128			NE	049		
5697682	Moomaw Corner	moomaw-corner	US		0	America/Denver	41.81664	-103.32382	1202			NE	123		
5697719	Morrill Mobile Home Estates	morrill-mobile-home-estates	US		0	America/Denver	41.9633	-103.92634	1216			NE	157		
5697785	Mumper	mumper	US		0	America/Denver	41.76137	-102.4402	1174			NE	069		
5697825	Nebraska Boys Ranch	nebraska-boys-ranch	US		0	America/Denver	41.89636	-102.81437	1214			NE	123		
5697857	Nevens	nevens	US		0	America/Denver	41.18499	-101.42433	931			NE	101		
5697886	Myrtle (historical)	myrtle-historical	US		0	America/Chicago	41.34444	-100.59764	921			NE	111		
5697888	Nonpareil	nonpareil	US		0	America/Denver	42.37218	-103.18131	1332	Buchanan,Nonpareil		NE	013		
5697997	Northside Mobile Home Ranch	northside-mobile-home-ranch	US		0	America/Denver	41.89163	-103.688	1199			NE	157		
5698028	O'Fallons	o-fallons	US		0	America/Chicago	41.16027	-101.0771	896			NE	111		
5698091	Orafino	orafino	US		0	America/Chicago	40.49723	-100.22903	768			NE	063		
5698104	Orella	orella	US		0	America/Denver	42.8933	-103.50048	1135	Adelia,Harold,Orella		NE	165		
5698135	Otis Motel and Trailer Court	otis-motel-and-trailer-court	US		0	America/Denver	42.80472	-102.20322	1083			NE	161	91167	
5698142	Ough	ough	US		0	America/Denver	40.32222	-101.51267	1022			NE	057		
5698156	Owasco	owasco	US		0	America/Denver	41.23942	-103.57494	1409			NE	105		
5698257	Pelton	pelton	US		0	America/Denver	41.9208	-103.83328	1206			NE	157		
5698276	Peters (historical)	peters-historical	US		0	America/Denver	42.50552	-102.63575	1146			NE	161		
5698315	Piercy Place	piercy-place	US		0	America/Chicago	42.34889	-100.33291	868	Piercy Place,Thomas Place		NE	031		
5698355	Piper	piper	US		0	America/Denver	41.75969	-103.25855	1153			NE	123		
5698476	Prairie Pines Retirement Community	prairie-pines-retirement-community	US		0	America/Denver	42.83192	-103.0063	1030			NE	045		
5698531	Quick	quick	US		0	America/Chicago	40.43917	-100.64765	861			NE	063		
5698548	Rackett	rackett	US		0	America/Denver	41.66665	-102.20602	1152			NE	069		
5698555	Rainbow Fountain Park	rainbow-fountain-park	US		0	America/Denver	40.04916	-101.53294	910			NE	057		
5698591	Red Willow	red-willow	US		0	America/Chicago	40.22528	-100.49737	735			NE	145		
5698610	Redington	redington	US		0	America/Denver	41.58386	-103.27299	1186			NE	123		
5698614	Redus	redus	US		0	America/Denver	41.99941	-103.87134	1243	Reddus Station,Redus		NE	157		
5698615	Redwood Mobile Court	redwood-mobile-court	US		0	America/Denver	42.82942	-102.99991	1030			NE	045		
5698662	Ridgewood Mobile Home Park	ridgewood-mobile-home-park	US		0	America/Denver	41.23276	-103.64216	1434			NE	105		
5698787	Rounds Place	rounds-place	US		0	America/Denver	41.6011	-101.60601	1097			NE	005		
5699015	Sarben	sarben	US		31	America/Denver	41.16499	-101.30711	917			NE	101		
5699433	Scoville	scoville	US		0	America/Denver	42.01552	-103.918	1248			NE	065		
5699505	Shedeeds Trailer Court	shedeeds-trailer-court	US		0	America/Denver	42.80472	-102.20322	1083			NE	161	91167	
5699539	Shippee	shippee	US		0	America/Chicago	40.05917	-100.20236	738			NE	145		
5699584	Simeon	simeon	US		0	America/Chicago	42.61334	-100.71986	893			NE	031		
5699606	Sioux View Park	sioux-view-park	US		0	America/Chicago	41.12555	-100.75098	852			NE	111		
5699651	Smith Trailer Court	smith-trailer-court	US		0	America/Chicago	40.34917	-101.10766	841			NE	087		
5699688	South Bayard	south-bayard	US		0	America/Denver	41.7158	-103.3216	1142			NE	123		
5699710	South Mitchell	south-mitchell	US		0	America/Denver	41.91108	-103.81328	1210	Mitchell,South Mitchell		NE	157		
5699711	South Morrill	south-morrill	US		0	America/Denver	41.92969	-103.92828	1214			NE	157		
5699822	Spurior Place	spurior-place	US		0	America/Denver	42.14469	-103.9055	1341			NE	165		
5699835	Stahlas North Court	stahlas-north-court	US		0	America/Denver	41.23776	-103.66994	1438			NE	105		
5699836	Stahr Trailer Court	stahr-trailer-court	US		0	America/Denver	41.09277	-102.47074	1128			NE	049		
5699870	Stegall	stegall	US		0	America/Denver	41.87136	-103.94745	1259			NE	157		
5699956	Sunflower Mobile Home Park	sunflower-mobile-home-park	US		0	America/Denver	41.94024	-103.80856	1205			NE	157	92013	
5699971	Sunrise Village Mobile Home Park	sunrise-village-mobile-home-park	US		0	America/Denver	41.85691	-103.64078	1181			NE	157	92883	
5700027	Sweetheart Trailer Court	sweetheart-trailer-court	US		0	America/Chicago	42.87278	-100.55097	787			NE	031	93278	
5700068	Terrytown	terrytown	US		1172	America/Denver	41.84747	-103.66161	1181			NE	157		
5700148	Tower Plaza Mobile Home Park	tower-plaza-mobile-home-park	US		0	America/Denver	42.10163	-102.87215	1209			NE	013		
5700160	Trailerville Court	trailerville-court	US		0	America/Denver	42.10163	-102.87215	1209			NE	013		
5700205	Triple C Trailer Court	triple-c-trailer-court	US		0	America/Denver	40.84194	-101.72517	1040			NE	135		
5700410	Village Square	village-square	US		0	America/Chicago	41.13972	-100.80237	859			NE	111		
5700425	Vroman	vroman	US		0	America/Chicago	40.96695	-100.25735	796			NE	111		
5700438	Wagon Wheel Trailer Court	wagon-wheel-trailer-court	US		0	America/Denver	42.82942	-103.00324	1030			NE	045		
5700626	Westview Mobile Park	westview-mobile-park	US		0	America/Denver	42.82942	-103.00324	1030			NE	045		
5700691	Wilcox Trailer Court	wilcox-trailer-court	US		0	America/Chicago	40.20195	-100.62571	784			NE	145	91882	
5698837	Ruthton	ruthton	US	56170	0	America/Denver	41.3111	-102.01074	1011			NE	101		
5700816	Winters Mobile Home Park	winters-mobile-home-park	US		0	America/Denver	40.52861	-101.64073	1003			NE	029		
5700850	Wright City Trailer Court	wright-city-trailer-court	US		0	America/Denver	42.04305	-101.04377	979			NE	091		
5700875	Youngs Trailer Court	youngs-trailer-court	US		0	America/Chicago	40.23445	-100.41737	726			NE	145		
5700937	Adelaide (historical)	adelaide-historical	US		0	America/Los_Angeles	40.81657	-117.52568	1743			NV	013		
5700946	Afton (historical)	afton-historical	US		0	America/Los_Angeles	41.47769	-115.11478	1960			NV	007		
5700972	Alazon	alazon	US		0	America/Los_Angeles	41.13353	-115.03005	1709	Alazon,Alazon Siding		NV	007		
5701039	Amos (historical)	amos-historical	US		0	America/Los_Angeles	41.3899	-117.8093	1324	Amos (historical),Cane Spring,Cane Springs Station,Kane Springs		NV	013		
5701042	Anderson (historical)	anderson-historical	US		0	America/Los_Angeles	41.46713	-116.10203	1842			NV	007		
5701062	Andys Place	andys-place	US		0	America/Los_Angeles	41.79434	-119.38548	1799			NV	031		
5701130	Arabia	arabia	US		0	America/Los_Angeles	40.36352	-118.39265	1437	Arabia,Trinity		NV	027		
5701202	Awakening	awakening	US		0	America/Los_Angeles	41.27546	-117.95347	1447			NV	013		
5701236	Bailey (historical)	bailey-historical	US		0	America/Los_Angeles	40.38742	-117.05316	1458	Bailey (historical),Baileys		NV	015		
5701265	Ballous Addition	ballous-addition	US		0	America/Los_Angeles	40.83325	-115.7634	1546			NV	007		
5701314	Barrett Springs (historical)	barrett-springs-historical	US		0	America/Los_Angeles	41.04046	-117.91514	1308			NV	013		
5701319	Barth	barth	US		0	America/Los_Angeles	40.58158	-116.26925	1465			NV	011		
5701377	Bauvard (historical)	bauvard-historical	US		0	America/Los_Angeles	41.23659	-114.24057	1531	Banvard,Banvard Siding,Bauvard (historical),Montello,Old Montello		NV	007		
5701386	Bayard (historical)	bayard-historical	US		0	America/Los_Angeles	41.69796	-115.51007	1988			NV	007		
5701403	Beaver (historical)	beaver-historical	US		0	America/Los_Angeles	41.08047	-115.53145	1615			NV	007		
5701442	Beowawe	beowawe	US		0	America/Los_Angeles	40.59269	-116.47731	1431	Be-o-wa-wa,Be-o-wa-we,Beaowawe Gate,Beowaive,Beowawe		NV	011		
5701460	Beulah (historical)	beulah-historical	US		0	America/Los_Angeles	41.81628	-119.84411	1735			NV	031		
5701472	Betty O'Neal (historical)	betty-o-neal-historical	US		0	America/Los_Angeles	40.45936	-116.89343	1652	Betty O'Neal (historical),Betty O'Neil,Kimball		NV	015		
5701618	Black Forest (historical)	black-forest-historical	US		0	America/Los_Angeles	40.56826	-114.81003	2537			NV	007		
5701675	Blanco (historical)	blanco-historical	US		0	America/Los_Angeles	40.5638	-117.13011	1884			NV	015		
5701781	Bonnie Briar (historical)	bonnie-briar-historical	US		0	America/Los_Angeles	40.68907	-117.8643	1666			NV	027		
5701884	Brennen Ranch	brennen-ranch	US		0	America/Los_Angeles	40.66798	-115.54812	1811	Blaine,Brennen Ranch		NV	007		
5701894	Broadway (historical)	broadway-historical	US		0	America/Los_Angeles	40.00077	-114.04889	1659			NV	033		
5701919	Browns Station (historical)	browns-station-historical	US		0	America/Los_Angeles	40.01713	-118.67849	1214	Brown,Browns Station (historical)		NV	027		
5701931	Bruno City (historical)	bruno-city-historical	US		0	America/Los_Angeles	41.77018	-115.56757	1895	Bruno,Bruno City (historical)		NV	007		
5701986	Buckingham Camp	buckingham-camp	US		0	America/Los_Angeles	40.61297	-117.0726	1815			NV	015		
5701998	Bueasta (historical)	bueasta-historical	US		0	America/Los_Angeles	41.93101	-115.67592	1521			NV	007		
5702001	Buell (historical)	buell-historical	US		0	America/Los_Angeles	41.25548	-114.0464	1778	Buel,Buell (historical)		NV	007		
5702025	Buffalo Meadows (historical)	buffalo-meadows-historical	US		0	America/Los_Angeles	40.60768	-119.74103	1189			NV	031		
5702079	Bullion	bullion	US		0	America/Los_Angeles	40.52381	-115.99646	2033			NV	007		
5702081	Bullion (historical)	bullion-historical	US		0	America/Los_Angeles	40.33742	-116.69287	1603			NV	015		
5702238	Cañon Creek Station (historical)	canon-creek-station-historical	US		0	America/Los_Angeles	41.78878	-117.66458	1443	Canon Creek Station,Canon Creek Station (historical),Cañon Creek Station (historical)		NV	013		
5702323	Cavecreek (historical)	cavecreek-historical	US		0	America/Los_Angeles	40.19993	-115.49255	1829	Cave Creek,Cavecreek (historical)		NV	007		
5702346	Central (historical)	central-historical	US		0	America/Los_Angeles	40.78213	-118.13348	1490			NV	027		
5702352	Central Rochester (historical)	central-rochester-historical	US		0	America/Los_Angeles	40.28963	-118.1782	1810			NV	027		
5702397	Cherry Creek (historical)	cherry-creek-historical	US		0	America/Los_Angeles	40.57213	-117.88846	1917			NV	027		
5702556	Clarksville (historical)	clarksville-historical	US		0	America/Los_Angeles	40.31269	-118.49376	1459			NV	027		
5702573	Clifside	clifside	US		0	America/Los_Angeles	40.91604	-114.27724	1670	Cliffside,Clifside		NV	007		
5702576	Clover (historical)	clover-historical	US		0	America/Los_Angeles	40.75493	-115.03921	1774			NV	007		
5702590	Cluro	cluro	US		0	America/Los_Angeles	40.58075	-116.32341	1455			NV	011		
5702616	Cobre	cobre	US		0	America/Los_Angeles	41.11187	-114.40086	1805			NV	007		
5702632	Colado	colado	US		0	America/Los_Angeles	40.24546	-118.39292	1235	Colado,Colado Siding		NV	027		
5702685	Columbia (historical)	columbia-historical	US		0	America/Los_Angeles	41.67824	-116.07815	1948			NV	007		
5702704	Comus	comus	US		0	America/Los_Angeles	41.00046	-117.32706	1335	Comus,Comus Siding		NV	013		
5702721	Contact	contact	US		0	America/Los_Angeles	41.76936	-114.75254	1631			NV	007		
5702735	Copper Basin	copper-basin	US		0	America/Los_Angeles	40.60297	-117.04649	1621	Copper,Copper Basin		NV	015		
5702766	Coral Hill (historical)	coral-hill-historical	US		0	America/Los_Angeles	40.6402	-115.7259	1629			NV	007		
5702773	Cordero	cordero	US		0	America/Los_Angeles	41.91434	-117.81487	1451			NV	013		
5702780	Cornish Camp (historical)	cornish-camp-historical	US		0	America/Los_Angeles	40.02769	-118.02597	1536			NV	027		
5702783	Cornucopia (historical)	cornucopia-historical	US		0	America/Los_Angeles	41.5349	-116.29232	1892			NV	007		
5702826	Corwin	corwin	US		0	America/Los_Angeles	40.02159	-115.89895	1771			NV	011		
5702828	Cosgrave	cosgrave	US		0	America/Los_Angeles	40.79657	-118.01569	1315			NV	027		
5702831	Cottonwood (historical)	cottonwood-historical	US		0	America/Los_Angeles	40.63326	-115.86757	1628			NV	007		
5703079	Daveytown	daveytown	US		0	America/Los_Angeles	41.2949	-117.90319	1284	Davey Town,Daveytown		NV	013		
5703117	Dean (historical)	dean-historical	US		0	America/Los_Angeles	40.42519	-116.85621	2164	Dean (historical),Upper Lewis,Uppertown		NV	015		
5703129	Decoy	decoy	US		0	America/Los_Angeles	40.6716	-114.48781	1703			NV	007		
5703133	Deep Creek	deep-creek	US		0	America/Los_Angeles	41.56713	-116.1487	1749	Deep Creek,Deep Creek Junction		NV	007		
5703141	Deep Hole	deep-hole	US		0	America/Los_Angeles	40.71907	-119.48325	1197	Deep Hole,Deephole		NV	031		
5703178	Delano (historical)	delano-historical	US		0	America/Los_Angeles	41.6677	-114.27363	1950			NV	007		
5703185	Delaplain	delaplain	US		0	America/Los_Angeles	41.93158	-114.65587	1593	Delaplain,Dellaplain		NV	007		
5703203	Denio Junction	denio-junction	US		0	America/Los_Angeles	41.95156	-118.6249	1287			NV	013		
5703251	Dewitt Mill	dewitt-mill	US		0	America/Los_Angeles	40.63408	-117.10816	2182			NV	015		
5703266	Diessner (historical)	diessner-historical	US		0	America/Los_Angeles	41.85184	-119.81383	1737			NV	031		
5703271	Dinner Station	dinner-station	US		0	America/Los_Angeles	41.09991	-115.86619	1817	Dinner Station,Weilands,Wielands Station,Winters Station		NV	007		
5703312	Dolly Varden	dolly-varden	US		0	America/Los_Angeles	40.54465	-114.5353	1704	Antelope,Dolly Varden,Dolly Varden Station		NV	007		
5703480	Dun Glen (historical)	dun-glen-historical	US		0	America/Los_Angeles	40.74185	-117.92208	1605	Chafey,Dun Glen (historical)		NV	027		
5703504	Dunphy	dunphy	US		0	America/Los_Angeles	40.7088	-116.53009	1414			NV	011		
5703508	Dutton (historical)	dutton-historical	US		0	America/Los_Angeles	41.18935	-116.73871	1570			NV	007		
5703581	East Rochester (historical)	east-rochester-historical	US		0	America/Los_Angeles	40.28935	-118.16014	1960	East Rochester (historical),Upper Rochester		NV	027		
5703590	Eastline	eastline	US		0	America/Los_Angeles	40.73521	-114.04584	1337	Eastline,Wendover,West Wendover		NV	007		
5703642	Elaine (historical)	elaine-historical	US		0	America/Los_Angeles	40.74021	-114.77504	1727			NV	007		
5703648	Elburz	elburz	US		0	America/Los_Angeles	40.92909	-115.50506	1588	Elburz,Piko Railroad Station		NV	007		
5703705	Ellison	ellison	US		0	America/Los_Angeles	40.8488	-117.09844	1353	Ellison,Nelson		NV	013		
5703788	Fair Play (historical)	fair-play-historical	US		0	America/Los_Angeles	40.61104	-115.27144	1849			NV	007		
5703791	Excelsior (historical)	excelsior-historical	US		0	America/Los_Angeles	41.70435	-116.16898	1922			NV	007		
5703793	Fairlawn (historical)	fairlawn-historical	US		0	America/Los_Angeles	41.17213	-116.77594	1571			NV	007		
5703795	Fairview (historical)	fairview-historical	US		0	America/Los_Angeles	40.92574	-117.52734	1463			NV	013		
5703811	Farrell (historical)	farrell-historical	US		0	America/Los_Angeles	40.52435	-118.72905	1547	Farrel,Farrell (historical),Ferrell		NV	027		
5703833	Fenelon	fenelon	US		0	America/Los_Angeles	41.20214	-114.66309	1878	Fenelon,Otego		NV	007		
5703893	Fitting	fitting	US		0	America/Los_Angeles	40.3363	-118.10514	1484	Fanning,Fitting,Spring Valley		NV	027		
5703919	Flanigan	flanigan	US		0	America/Los_Angeles	40.17074	-119.88659	1221			NV	031		
5703962	Foltz (historical)	foltz-historical	US		0	America/Los_Angeles	40.24908	-118.18236	1619			NV	027		
5704052	Frisbie (historical)	frisbie-historical	US		0	America/Los_Angeles	40.2727	-116.6937	1537			NV	015		
5704079	Galena (historical)	galena-historical	US		0	America/Los_Angeles	40.56436	-117.13011	1877			NV	015		
5704142	Gerald (historical)	gerald-historical	US		0	America/Los_Angeles	40.58353	-116.24952	1467			NV	011		
5704152	Getchell	getchell	US		0	America/Los_Angeles	41.21796	-117.25512	1710			NV	013		
5704213	Gold Acres	gold-acres	US		0	America/Los_Angeles	40.26214	-116.73259	1651			NV	015		
5704250	Gold Quartz	gold-quartz	US		0	America/Los_Angeles	40.31075	-116.70037	1695	Gold Quartz,Goldquartz		NV	015		
5704255	Gold Run (historical)	gold-run-historical	US		0	America/Los_Angeles	40.80963	-117.50151	1616	Cumberland,Gold Run (historical)		NV	013		
5704269	Goldbud (historical)	goldbud-historical	US		0	America/Los_Angeles	40.79212	-118.67155	1447			NV	027		
5704290	Goldville (historical)	goldville-historical	US		0	America/Los_Angeles	40.91547	-116.30925	1862			NV	011		
5704298	Good Hope (historical)	good-hope-historical	US		0	America/Los_Angeles	41.46712	-116.5076	1831			NV	007		
5704324	Goshute (historical)	goshute-historical	US		0	America/Los_Angeles	40.17076	-114.70947	1784	Goshiute,Goshiute Station,Goshute (historical),Gosiute		NV	007		
5704330	Gouge Eye	gouge-eye	US		0	America/Los_Angeles	41.57128	-117.47068	1574			NV	013		
5704391	Granite Point	granite-point	US		0	America/Los_Angeles	40.0963	-118.58015	1195	Granite,Granite Point		NV	027		
5704459	Greens	greens	US		0	America/Los_Angeles	40.03604	-114.74752	1788	Greens,Greens Ranch		NV	033		
5704524	Halleck	halleck	US		0	America/Los_Angeles	40.95076	-115.45284	1594			NV	007		
5704565	Happy Creek Station	happy-creek-station	US		0	America/Los_Angeles	41.4674	-118.35293	1257			NV	013		
5704584	Harney	harney	US		0	America/Los_Angeles	40.57742	-116.3248	1456			NV	011		
5704717	Highland (historical)	highland-historical	US		0	America/Los_Angeles	40.51409	-115.99729	2146			NV	007		
5704759	Hobson (historical)	hobson-historical	US		0	America/Los_Angeles	40.07437	-115.53282	1835			NV	033		
5704770	Hogan	hogan	US		0	America/Los_Angeles	40.7441	-114.59893	1774	Hogan,Jasper		NV	007		
5704774	Holborn	holborn	US		0	America/Los_Angeles	41.17437	-114.70892	1862			NV	007		
5704920	Hot Springs (historical)	hot-springs-historical	US		0	America/Los_Angeles	40.86046	-119.33296	1224	Hot Springs (historical),Spring City		NV	031		
5704956	Hualipi (historical)	hualipi-historical	US		0	America/Los_Angeles	40.88296	-119.30713	1223			NV	027		
5704973	Humboldt City	humboldt-city	US		0	America/Los_Angeles	40.58435	-118.21181	1619			NV	027		
5704982	Humboldt House	humboldt-house	US		0	America/Los_Angeles	40.59991	-118.25515	1288			NV	027		
5705018	Huntington (historical)	huntington-historical	US		0	America/Los_Angeles	40.27632	-115.67589	1791			NV	007		
5705146	Iron Point (historical)	iron-point-historical	US		0	America/Los_Angeles	40.94768	-117.27678	1339			NV	013		
5705156	Island Mountain (historical)	island-mountain-historical	US		0	America/Los_Angeles	41.73379	-115.72397	2036			NV	007		
5705202	Jack Creek	jack-creek	US		0	America/Los_Angeles	41.49463	-116.09981	1880			NV	007		
5705204	Jack Creek Camp	jack-creek-camp	US		0	America/Los_Angeles	41.89935	-115.40229	2002			NV	007		
5705231	Jackson (historical)	jackson-historical	US		0	America/Los_Angeles	41.48546	-116.2512	1662			NV	007		
5705305	Jersey (historical)	jersey-historical	US		0	America/Los_Angeles	40.16714	-117.47317	1485	Jersey (historical),Jersey City		NV	027		
5705317	Jiggs	jiggs	US		0	America/Los_Angeles	40.42576	-115.66534	1672	Dry Creek,Hylton,Jiggs,Mound Valley,Skelton		NV	007		
5705392	Jungo (historical)	jungo-historical	US		0	America/Los_Angeles	40.91712	-118.38376	1271			NV	013		
5705423	Kampos	kampos	US		0	America/Los_Angeles	40.69574	-116.70176	1391			NV	015		
5705441	Kennedy (historical)	kennedy-historical	US		0	America/Los_Angeles	40.27575	-117.73846	1599			NV	027		
5705443	Kelly Creek (historical)	kelly-creek-historical	US		0	America/Los_Angeles	41.2649	-117.09511	1533	Kelley Creek,Kelly Creek (historical)		NV	013		
5705492	Knight	knight	US		0	America/Los_Angeles	40.90546	-117.15483	1348			NV	013		
5705517	Kyle Hot Springs	kyle-hot-springs	US		0	America/Los_Angeles	40.4063	-117.88346	1398	Kyels Hot Springs,Kyle Hot Springs		NV	027		
5705564	Lander (historical)	lander-historical	US		0	America/Los_Angeles	40.33297	-116.70648	1632			NV	015		
5705565	Lander City (historical)	lander-city-historical	US		0	America/Los_Angeles	40.69241	-118.13736	1269			NV	027		
5705594	Laurel (historical)	laurel-historical	US		0	America/Los_Angeles	41.02212	-117.88013	1464			NV	013		
5705637	Leeville	leeville	US		0	America/Los_Angeles	40.91741	-116.3137	1890			NV	011		
5705676	Lima (historical)	lima-historical	US		0	America/Los_Angeles	40.33769	-118.23098	1486	Lima (historical),Williamsburg		NV	027		
5705919	Loray	loray	US		0	America/Los_Angeles	41.14215	-114.31808	1708			NV	007		
5705927	Loring (historical)	loring-historical	US		0	America/Los_Angeles	40.23297	-118.33848	1380	Loring (historical),Willard		NV	027		
5705985	Lower Rochester	lower-rochester	US		0	America/Los_Angeles	40.28574	-118.20097	1696			NV	027		
5706169	Maysville (historical)	maysville-historical	US		0	America/Los_Angeles	40.40658	-116.82704	2076			NV	015		
5706170	Mazuma (historical)	mazuma-historical	US		0	America/Los_Angeles	40.4549	-118.76377	1477			NV	027		
5706201	McCoy	mccoy	US		0	America/Los_Angeles	40.32019	-117.22511	1596			NV	015		
5706217	McDermitt	mcdermitt	US		172	America/Los_Angeles	41.99739	-117.7182	1351	Mc Dermit,Mc Dermitt,McDermit,McDermitt		NV	013		
5706260	Melandco	melandco	US		0	America/Los_Angeles	41.28325	-114.83643	1820	Melanco Siding,Melandco,Melandco Siding		NV	007		
5706290	Midas	midas	US		0	America/Los_Angeles	41.24407	-116.79677	1750	Gold Circle,Midas,Rosebud		NV	007		
5706329	Middletown (historical)	middletown-historical	US		0	America/Los_Angeles	40.43992	-116.86982	1886	Middle Town,Middletown (historical)		NV	015		
5706369	Mill Gulch (historical)	mill-gulch-historical	US		0	America/Los_Angeles	40.31186	-116.67981	1595			NV	015		
5706458	Moleen	moleen	US		0	America/Los_Angeles	40.73853	-115.94757	1520			NV	007		
5706495	Moor	moor	US		0	America/Los_Angeles	41.11715	-114.81504	1877	Moor,Moor Siding,Moores,Moors		NV	007		
5706506	Morlan (historical)	morlan-historical	US		0	America/Los_Angeles	41.70936	-115.09255	1817	Marlan,Morlan (historical)		NV	007		
5706523	Morton (historical)	morton-historical	US		0	America/Los_Angeles	41.56991	-115.21173	1818			NV	007		
5706530	Mosel	mosel	US		0	America/Los_Angeles	40.6738	-116.64926	1399			NV	015		
5706625	Mud Springs (historical)	mud-springs-historical	US		0	America/Los_Angeles	40.38575	-116.73203	1899			NV	015		
5706709	National (historical)	national-historical	US		0	America/Los_Angeles	41.82822	-117.58625	1860			NV	013		
5706746	Neptune City (historical)	neptune-city-historical	US		0	America/Los_Angeles	40.70546	-118.01597	1340			NV	027		
5706799	Nightingale	nightingale	US		0	America/Los_Angeles	40.01074	-119.22601	1778			NV	027		
5706836	North Battle Mountain	north-battle-mountain	US		0	America/Los_Angeles	40.71269	-116.9001	1372			NV	015		
5706962	Number One Settlement	number-one-settlement	US		0	America/Los_Angeles	41.99046	-116.13204	1631			NV	007		
5706973	O'Neil (historical)	o-neil-historical	US		0	America/Los_Angeles	41.78491	-115.01588	1757			NV	007		
5706982	Oasis	oasis	US		29	America/Los_Angeles	41.02854	-114.48697	1790			NV	007		
5706994	Old Battle Mountain (historical)	old-battle-mountain-historical	US		0	America/Los_Angeles	40.61269	-117.05649	1696	Battle Mountain,Old Battle Mountain (historical),Safford		NV	015		
5706995	Old Bullion	old-bullion	US		0	America/Los_Angeles	40.53214	-115.98451	1939	Bullion,Bullion City,Old Bullion,Railroad City,Site of Old Bullion		NV	007		
5707023	Old Tuscarora (historical)	old-tuscarora-historical	US		0	America/Los_Angeles	41.28796	-116.24926	1828	Old Tuscarora (historical),Tuscarora		NV	007		
5707042	Oreana (historical)	oreana-historical	US		0	America/Los_Angeles	40.31074	-118.37042	1237			NV	027		
5707065	Osino	osino	US		709	America/Los_Angeles	40.93214	-115.66062	1565			NV	007		
5707075	Overton (historical)	overton-historical	US		0	America/Los_Angeles	41.95406	-118.69406	1366			NV	013		
5707168	Paradise Hill	paradise-hill	US		0	America/Los_Angeles	41.27907	-117.69069	1369	Paradise Hill,Paradise Hill Station		NV	013		
5707208	Patsville	patsville	US		0	America/Los_Angeles	41.81018	-115.95759	1728			NV	007		
5707215	Pavlak (historical)	pavlak-historical	US		0	America/Los_Angeles	41.84824	-115.42979	1966	Pavlack,Pavlak (historical)		NV	007		
5707249	Pequop	pequop	US		0	America/Los_Angeles	41.21714	-114.58948	1872	Pequop,Pequop Siding		NV	007		
5707296	Phil	phil	US		0	America/Los_Angeles	40.64268	-119.46936	1193	Phil,Phil Siding		NV	031		
5707369	Pittsburgh (historical)	pittsburgh-historical	US		0	America/Los_Angeles	40.42853	-116.82232	1869	Pittsburg,Pittsburgh (historical)		NV	015		
5707370	Piute	piute	US		0	America/Los_Angeles	40.6963	-117.0026	1374	Piute,Piute Siding		NV	015		
5707378	Placerites	placerites	US		0	America/Los_Angeles	40.67157	-118.67377	1406	Placeritas,Placerites,Placeritos		NV	027		
5707385	Platora	platora	US		0	America/Los_Angeles	41.66378	-117.75764	1406	Platora,Willow Creek,Willowcreek		NV	013		
5707406	Poker Brown	poker-brown	US		0	America/Los_Angeles	40.53574	-118.42015	1342			NV	027		
5707515	Primeaux	primeaux	US		0	America/Los_Angeles	40.6488	-116.30175	1743			NV	011		
5707523	Pronto	pronto	US		0	America/Los_Angeles	40.92824	-118.0607	1295			NV	013		
5707543	Pyramid	pyramid	US		0	America/Los_Angeles	40.07491	-119.70186	1189			NV	031		
5707560	Queen City (historical)	queen-city-historical	US		0	America/Los_Angeles	41.53073	-117.42179	1418	Queen,Queen City (historical)		NV	013		
5707572	Quinn River Crossing	quinn-river-crossing	US		0	America/Los_Angeles	41.57657	-118.43516	1247	Masons,Masons Crossing,Quin River Crossing,Quinn River Crossing,Quinn River Crossing Ranch		NV	013		
5707593	Raglan	raglan	US		0	America/Los_Angeles	40.90935	-117.97014	1301			NV	013		
5707608	Raiser City (historical)	raiser-city-historical	US		0	America/Los_Angeles	41.1149	-119.27435	1931	Donneley Mountain,Granite Creek,Raiser City (historical)		NV	013		
5707634	Raspberry Creek (historical)	raspberry-creek-historical	US		0	America/Los_Angeles	40.79074	-118.02097	1311	Rasberry Creek,Raspberry Creek (historical)		NV	027		
5707683	Rebel Creek (historical)	rebel-creek-historical	US		0	America/Los_Angeles	41.60545	-117.76542	1409	Rebel Creek (historical),Rebel Creek Station		NV	013		
5707685	Red Butte (historical)	red-butte-historical	US		0	America/Los_Angeles	41.10768	-118.58349	1524			NV	013		
5707750	Reederville	reederville	US		0	America/Los_Angeles	41.15517	-119.96521	1395			NV	031		
5707768	Rennox	rennox	US		0	America/Los_Angeles	40.69797	-116.8801	1377			NV	015		
5707782	Reynard	reynard	US		0	America/Los_Angeles	40.50296	-119.63964	1187	Reynard,Reynard Siding		NV	031		
5707831	Riverside (historical)	riverside-historical	US		0	America/Los_Angeles	41.72714	-114.80921	1654			NV	007		
5707833	Riverside Park (historical)	riverside-park-historical	US		0	America/Los_Angeles	41.97074	-114.62753	1602			NV	007		
5707836	Rixies	rixies	US		0	America/Los_Angeles	40.69769	-116.55148	1416			NV	011		
5707871	Rochester Heights (historical)	rochester-heights-historical	US		0	America/Los_Angeles	40.28491	-118.15875	2034	Rochester Heights (historical),Squatters Town		NV	027		
5707899	Rock House	rock-house	US		0	America/Los_Angeles	40.42215	-115.41088	1848			NV	007		
5707925	Rock House	rock-house	US		0	America/Los_Angeles	41.98407	-115.66231	1479			NV	007		
5708011	Rosebud (historical)	rosebud-historical	US		0	America/Los_Angeles	40.80018	-118.66183	1526			NV	027		
5708027	Rosny	rosny	US		0	America/Los_Angeles	40.61241	-116.83843	1380	Rosney Siding,Rosny		NV	015		
5708130	Rye Patch	rye-patch	US		0	America/Los_Angeles	40.44741	-118.28959	1299	Rye Patch,Ryepatch		NV	027		
5708145	Ryndon	ryndon	US		0	America/Los_Angeles	40.94187	-115.59562	1577	Ryndon,Ryndon Siding		NV	007		
5708236	Sanborn (historical)	sanborn-historical	US		0	America/Los_Angeles	40.29241	-118.34903	1268			NV	027		
5708248	Sand Pass	sand-pass	US		0	America/Los_Angeles	40.26157	-119.77936	1260			NV	031		
5708260	Sano	sano	US		0	America/Los_Angeles	40.34157	-119.68381	1203			NV	031		
5708299	Schley (historical)	schley-historical	US		0	America/Los_Angeles	40.55965	-115.30783	1855			NV	007		
5708300	Schoer Place	schoer-place	US		0	America/Los_Angeles	41.48158	-114.9281	1974			NV	007		
5708314	Scossa	scossa	US		0	America/Los_Angeles	40.7399	-118.59655	1612			NV	027		
5708327	Scraper Springs	scraper-springs	US		0	America/Los_Angeles	41.33768	-116.68122	1804			NV	007		
5708332	Secret (historical)	secret-historical	US		0	America/Los_Angeles	40.82715	-115.20922	1948			NV	007		
5708369	Seven Troughs (historical)	seven-troughs-historical	US		0	America/Los_Angeles	40.4624	-118.81766	2183			NV	027		
5708400	Shanty Town	shanty-town	US		0	America/Los_Angeles	40.16187	-115.50282	1838			NV	007		
5708468	Sheepshead	sheepshead	US		0	America/Los_Angeles	40.48157	-119.83298	1190	Sheephead,Sheepshead		NV	031		
5708484	Sherman (historical)	sherman-historical	US		0	America/Los_Angeles	40.13132	-115.66366	1967			NV	007		
5708498	Shores	shores	US		0	America/Los_Angeles	41.54019	-114.79948	1761	Shore,Shores,Shores Siding		NV	007		
5708576	Silver Zone	silver-zone	US		0	America/Los_Angeles	40.92021	-114.35336	1778	Silver Zone,Silverzone		NV	007		
5708658	Smoke Creek	smoke-creek	US		0	America/Los_Angeles	40.4474	-119.66686	1184			NV	031		
5708880	Spring City (historical)	spring-city-historical	US		0	America/Los_Angeles	41.58989	-117.45291	1847	Siskron,Spring City (historical)		NV	013		
5708933	Sprucemont	sprucemont	US		0	America/Los_Angeles	40.55048	-114.87226	2114	Spruce City,Spruce Mount,Sprucemont		NV	007		
5708976	Star City (historical)	star-city-historical	US		0	America/Los_Angeles	40.54435	-118.14153	1823	Star,Star City (historical)		NV	027		
5708990	Starr (historical)	starr-historical	US		0	America/Los_Angeles	40.44075	-116.86982	1880			NV	015		
5709027	Stevensville (historical)	stevensville-historical	US		0	America/Los_Angeles	40.3413	-118.09597	1445			NV	027		
5709053	Stone House (historical)	stone-house-historical	US		0	America/Los_Angeles	40.83713	-117.17206	1359	Stone House (historical),Stonehouse,Valney Station		NV	013		
5709130	Summit (historical)	summit-historical	US		0	America/Los_Angeles	41.22518	-116.81344	1719			NV	007		
5709195	Swedes Place	swedes-place	US		0	America/Los_Angeles	41.21684	-119.49631	1628	Olson Ranch,Swedes Place		NV	031		
5709253	Tecoma	tecoma	US		0	America/Los_Angeles	41.3202	-114.0814	1466	Tacoma,Tacoma Siding,Tecoma,Tecoma Siding		NV	007		
5709266	Telluride (historical)	telluride-historical	US		0	America/Los_Angeles	40.56074	-117.18761	1751			NV	015		
5709270	Tenabo	tenabo	US		0	America/Los_Angeles	40.31436	-116.67675	1577			NV	015		
5709341	Thomas Place	thomas-place	US		0	America/Los_Angeles	40.50103	-116.22785	1786			NV	011		
5709401	Toano (historical)	toano-historical	US		0	America/Los_Angeles	41.13159	-114.42308	1817	Toana,Toano (historical),Toano Station		NV	007		
5709408	Tobar (historical)	tobar-historical	US		0	America/Los_Angeles	40.89631	-114.89032	1731	Clover City,Tobar (historical)		NV	007		
5709436	Tonka	tonka	US		0	America/Los_Angeles	40.71714	-116.01008	1506			NV	007		
5709448	Torreytown (historical)	torreytown-historical	US		0	America/Los_Angeles	40.3588	-118.32903	1275			NV	027		
5709552	Tulasco	tulasco	US		0	America/Los_Angeles	41.12964	-115.12255	1673	Tulasco,Tulasco Siding		NV	007		
5709554	Tule	tule	US		0	America/Los_Angeles	41.02407	-117.65013	1317	Tule,Tule Siding		NV	013		
5709568	Tungsten	tungsten	US		0	America/Los_Angeles	40.77907	-118.12514	1430			NV	027		
5709570	Tunnel Camp (historical)	tunnel-camp-historical	US		0	America/Los_Angeles	40.44379	-118.77155	1447	New Seven Troughs,Tunnel,Tunnel Camp (historical)		NV	027		
5709667	Tyrol	tyrol	US		0	America/Los_Angeles	40.67825	-116.15397	1489			NV	007		
5709761	Vanderwater (historical)	vanderwater-historical	US		0	America/Los_Angeles	40.35185	-118.15875	1925			NV	027		
5709763	Varyville (historical)	varyville-historical	US		0	America/Los_Angeles	41.49295	-118.8074	1327	Columbia,Leonard Creek,Varyville (historical)		NV	013		
5709770	Venado (historical)	venado-historical	US		0	America/Los_Angeles	40.93463	-118.2507	1275	Venado (historical),Venado Section House		NV	013		
5709771	Ventosa	ventosa	US		0	America/Los_Angeles	40.85715	-114.8042	1708	Ventosa,Ventosa Station		NV	007		
5709774	Vernon (historical)	vernon-historical	US		0	America/Los_Angeles	40.42602	-118.78961	1416			NV	027		
5709808	Voight (historical)	voight-historical	US		0	America/Los_Angeles	40.7627	-115.43728	1735			NV	007		
5709814	Vya	vya	US		0	America/Los_Angeles	41.59212	-119.86049	1699			NV	031		
5709867	Warm Creek (historical)	warm-creek-historical	US		0	America/Los_Angeles	40.81937	-114.98421	1711			NV	007		
5709984	Weso	weso	US		0	America/Los_Angeles	41.01129	-117.69152	1312			NV	013		
5710092	White Rock (historical)	white-rock-historical	US		0	America/Los_Angeles	41.74185	-116.18621	1740	White Rock (historical),White Rock City,Whiterock		NV	007		
5710177	Wilkins	wilkins	US		0	America/Los_Angeles	41.4252	-114.75171	1732	Thousand Springs,Thousand Springs Trading Post,Wilkins		NV	007		
5710188	Williams Cabin	williams-cabin	US		0	America/Los_Angeles	41.71713	-115.67119	2000			NV	007		
5710262	Willow Point (historical)	willow-point-historical	US		0	America/Los_Angeles	41.25573	-117.60985	1321	Willow Point (historical),Willow Point Station,Willowpoint		NV	013		
5710341	Wimer Place	wimer-place	US		0	America/Los_Angeles	41.79823	-119.72633	1701			NV	031		
5710399	Wood (historical)	wood-historical	US		0	America/Los_Angeles	40.9027	-115.03866	1774			NV	007		
5710436	Woolsey	woolsey	US		0	America/Los_Angeles	40.28102	-118.36459	1253			NV	027		
5710483	Zenobia	zenobia	US		0	America/Los_Angeles	40.15629	-119.7402	1208	Zenobia,Zenobia Siding		NV	031		
5710600	Adair Village	adair-village	US		818	America/Los_Angeles	44.67068	-123.21788	100			OR	003		
5710669	Agate Beach	agate-beach	US		0	America/Los_Angeles	44.67734	-124.06178	48			OR	041		
5710713	Aims	aims	US		0	America/Los_Angeles	45.45068	-122.20787	320			OR	005		
5710722	Airlie	airlie	US		0	America/Los_Angeles	44.7504	-123.33149	79			OR	053		
5709449	Toulon	toulon	US	61483	0	America/Los_Angeles	40.06269	-118.64487	1197			NV	027		
5710768	Albee (historical)	albee-historical	US		0	America/Los_Angeles	45.21263	-118.90915	1130			OR	059		
5710790	Albina	albina	US		0	America/Los_Angeles	45.54373	-122.6751	26			OR	051		
5710807	Alder (historical)	alder-historical	US		0	America/Los_Angeles	45.39793	-117.29712	1183			OR	063		
5710937	Aldervale	aldervale	US		0	America/Los_Angeles	45.76844	-123.8443	3	Alderdale,Aldervale		OR	057		
5710951	Ale (historical)	ale-historical	US		0	America/Los_Angeles	44.78873	-122.85259	121			OR	047		
5710967	Alfalfa	alfalfa	US		0	America/Los_Angeles	44.07734	-121.01697	1027			OR	017		
5710987	Alicel	alicel	US		0	America/Los_Angeles	45.4043	-117.97994	842			OR	061		
5711073	Allentown (historical)	allentown-historical	US		0	America/Los_Angeles	42.04428	-123.62618	488			OR	033		
5711099	Aloha	aloha	US		49425	America/Los_Angeles	45.49428	-122.86705	65	Alokha,aroa,awha  awrgan,Алоха,الوہا، اوریگون,اوها، اورگان,アロア		OR	067		
5711137	Alsea Rivera	alsea-rivera	US		0	America/Los_Angeles	44.4054	-123.89845	12			OR	041		
5711154	Althouse (historical)	althouse-historical	US		0	America/Los_Angeles	42.12623	-123.57757	435			OR	033		
5711177	Alville (historical)	alville-historical	US		0	America/Los_Angeles	45.29541	-120.33449	827			OR	021		
5711232	Amos (historical)	amos-historical	US		0	America/Los_Angeles	43.60818	-123.08452	299			OR	039		
5711249	Anchor (historical)	anchor-historical	US		0	America/Los_Angeles	42.84845	-123.16506	565			OR	019		
5711377	Anidem (historical)	anidem-historical	US		0	America/Los_Angeles	44.6054	-122.39286	526			OR	043		
5711387	Anlauf	anlauf	US		0	America/Los_Angeles	43.71095	-123.2237	119			OR	019		
5711394	Annex	annex	US		235	America/Boise	44.24016	-116.98433	641			OR	045		
5711545	Antone (historical)	antone-historical	US		0	America/Los_Angeles	44.47153	-119.80999	1054			OR	069		
5711555	Apiary	apiary	US		0	America/Los_Angeles	46.014	-123.03011	288			OR	009		
5711589	Arago	arago	US		0	America/Los_Angeles	43.10205	-124.19233	9	Arago,Halls Prairie		OR	011		
5711632	Ardenwald	ardenwald	US		0	America/Los_Angeles	45.4554	-122.62982	47			OR	005		
5711656	Arleta	arleta	US		0	America/Los_Angeles	45.48873	-122.59343	70			OR	051		
5711670	Armet (historical)	armet-historical	US		0	America/Los_Angeles	43.82957	-122.61506	284	Armet (historical),Blakelyville,Eula		OR	039		
5711680	Armin (historical)	armin-historical	US		0	America/Los_Angeles	45.34016	-116.98849	1181			OR	063		
5711879	Auburn (historical)	auburn-historical	US		0	America/Los_Angeles	44.69932	-117.94522	1284			OR	001		
5711889	Audrey (historical)	audrey-historical	US		0	America/Los_Angeles	44.56877	-118.2191	1201			OR	001		
5711965	Axehandle (historical)	axehandle-historical	US		0	America/Los_Angeles	44.75068	-120.65114	1130			OR	031		
5712031	Bachelor Flat (historical)	bachelor-flat-historical	US		0	America/Los_Angeles	45.84789	-122.86788	80			OR	009		
5712056	Bacona	bacona	US		0	America/Los_Angeles	45.77733	-123.12206	615			OR	067		
5712072	Badger Corner	badger-corner	US		0	America/Los_Angeles	44.95012	-122.98343	64			OR	047		
5712115	Bagnell Ferry	bagnell-ferry	US		0	America/Los_Angeles	42.4665	-124.36788	9			OR	015		
5712153	Bakeoven	bakeoven	US		0	America/Los_Angeles	45.08651	-120.83977	813			OR	065		
5712375	Ballston	ballston	US		0	America/Los_Angeles	45.06678	-123.32094	56			OR	053		
5712396	Balm Grove	balm-grove	US		0	America/Los_Angeles	45.59678	-123.21844	93			OR	067		
5712499	Barkley (historical)	barkley-historical	US		0	America/Los_Angeles	42.38181	-121.81084	1266			OR	035		
5712548	Barnegat (historical)	barnegat-historical	US		0	America/Los_Angeles	45.50538	-123.9443	29			OR	057		
5712550	Barnes Heights	barnes-heights	US		0	America/Los_Angeles	45.53234	-122.75399	277			OR	051		
5712561	Barnesdale	barnesdale	US		0	America/Los_Angeles	45.63927	-123.85457	60			OR	057		
5712622	Barron (historical)	barron-historical	US		0	America/Los_Angeles	42.12597	-122.61142	707			OR	029		
5712657	Barview	barview	US		1844	America/Los_Angeles	43.35428	-124.31317	7			OR	011		
5712658	Barview	barview	US		0	America/Los_Angeles	45.56983	-123.94347	11	Bar View,Barview,Life Saving Station		OR	057		
5712716	Basque	basque	US		0	America/Los_Angeles	42.41072	-117.86848	1359			OR	045		
5712757	Batterson	batterson	US		0	America/Los_Angeles	45.70122	-123.75846	18			OR	057		
5712760	Battin	battin	US		0	America/Los_Angeles	45.45873	-122.57815	63			OR	005		
5712847	Bay Park	bay-park	US		0	America/Los_Angeles	43.349	-124.20178	59			OR	011		
5712858	Bayocean (historical)	bayocean-historical	US		0	America/Los_Angeles	45.5276	-123.95235	4			OR	057		
5712859	Bayshore	bayshore	US		0	America/Los_Angeles	44.43873	-124.07484	44	Bayshore,Lutgens		OR	041		
5712860	Bayside Gardens	bayside-gardens	US		880	America/Los_Angeles	45.71372	-123.91513	14			OR	057		
5712884	Beagle	beagle	US		0	America/Los_Angeles	42.53457	-122.92532	430			OR	029		
5713309	Beaver Homes	beaver-homes	US		0	America/Los_Angeles	46.00567	-122.92705	71			OR	009		
5713418	Bedfield (historical)	bedfield-historical	US		0	America/Los_Angeles	42.12765	-121.46361	1269			OR	035		
5713497	Belknap Springs	belknap-springs	US		0	America/Los_Angeles	44.1904	-122.04922	507	Belknap Springs,Belknaps Springs,Salt Springs		OR	039		
5713516	Bellamy (historical)	bellamy-historical	US		0	America/Los_Angeles	44.69567	-123.94706	34			OR	041		
5713518	Belle Passi (historical)	belle-passi-historical	US		0	America/Los_Angeles	45.12345	-122.85537	59			OR	047		
5713527	Bellfountain	bellfountain	US		75	America/Los_Angeles	44.36373	-123.35538	101	Bellfountain,Dusty		OR	003		
5713741	Bertha (historical)	bertha-historical	US		0	America/Los_Angeles	45.47762	-122.69815	144	Bertha (historical),Summit		OR	051		
5713775	Bethel Gospel Park	bethel-gospel-park	US		0	America/Los_Angeles	45.05401	-122.95204	56			OR	047		
5713776	Bethel Heights	bethel-heights	US		0	America/Los_Angeles	45.04456	-123.15066	232			OR	053		
5713802	Beverly Beach	beverly-beach	US		0	America/Los_Angeles	44.72039	-124.05762	37			OR	041		
5713820	Biddle (historical)	biddle-historical	US		0	America/Los_Angeles	46.13289	-123.66069	172			OR	007		
5714314	Bingham Springs	bingham-springs	US		0	America/Los_Angeles	45.74208	-118.2319	662	Bingham Hot Springs,Bingham Springs,Bringham Springs		OR	059		
5714366	Birkenfeld	birkenfeld	US		0	America/Los_Angeles	45.99067	-123.33762	156			OR	009		
5714390	Bitter Lick	bitter-lick	US		0	America/Los_Angeles	42.7929	-122.63865	601			OR	029		
5714392	Bissell	bissell	US		0	America/Los_Angeles	45.29401	-122.17925	553			OR	005		
5714423	Black Butte	black-butte	US		0	America/Los_Angeles	43.56929	-123.07757	347			OR	039		
5714434	Black Butte Ranch	black-butte-ranch	US		366	America/Los_Angeles	44.37734	-121.65366	1021			OR	017		
5714623	Blaisdell	blaisdell	US		0	America/Los_Angeles	42.37821	-120.84387	1470			OR	037		
5714683	Blind Slough (historical)	blind-slough-historical	US		0	America/Los_Angeles	46.20178	-123.56236	2			OR	007		
5714716	Blooming	blooming	US		0	America/Los_Angeles	45.48734	-123.05122	58			OR	067		
5714955	Boardman (historical)	boardman-historical	US		0	America/Los_Angeles	45.40263	-120.66644	708			OR	055		
5715047	Bohemia (historical)	bohemia-historical	US		0	America/Los_Angeles	43.58457	-122.65394	1755			OR	039		
5715058	Bohna (historical)	bohna-historical	US		0	America/Boise	43.78044	-117.82601	829			OR	045		
5715088	Bolly (historical)	bolly-historical	US		0	America/Los_Angeles	44.17346	-122.89286	246			OR	039		
5715166	Bonneville	bonneville	US		0	America/Los_Angeles	45.63595	-121.95203	16			OR	051		
5715190	Bonny Slope	bonny-slope	US		0	America/Los_Angeles	45.54567	-122.78315	193			OR	051		
5715223	Booth (historical)	booth-historical	US		0	America/Los_Angeles	42.80262	-123.22895	496			OR	019		
5715418	Bourne	bourne	US		0	America/Los_Angeles	44.82431	-118.19744	1638			OR	001		
5715450	Bowersville (historical)	bowersville-historical	US		0	America/Los_Angeles	44.91651	-123.25816	75			OR	053		
5715537	Boyer	boyer	US		0	America/Los_Angeles	45.07011	-123.72678	197			OR	057		
5715565	Bradley Corner	bradley-corner	US		0	America/Los_Angeles	45.45317	-122.77426	75			OR	067		
5715588	Bradwood	bradwood	US		0	America/Los_Angeles	46.19678	-123.43902	6			OR	007		
5715672	Breitenbush	breitenbush	US		0	America/Los_Angeles	44.78179	-121.97202	682			OR	047		
5715674	Breitenbush Hot Springs	breitenbush-hot-springs	US		0	America/Los_Angeles	44.7829	-121.97896	683	Breitenbush,Breitenbush Hot Springs,Breitenbush Springs		OR	047		
5715715	Briarwood	briarwood	US		0	America/Los_Angeles	45.43012	-122.66065	62			OR	005		
5715718	Brickerville	brickerville	US		0	America/Los_Angeles	44.06568	-123.88094	9			OR	039		
5715724	Bridge	bridge	US		0	America/Los_Angeles	43.024	-124.00704	47			OR	011		
5715786	Bridlemile	bridlemile	US		0	America/Los_Angeles	45.49317	-122.71037	196			OR	051		
5715840	Broadmead	broadmead	US		0	America/Los_Angeles	45.07289	-123.26955	56	Broadmead,Broadmeads		OR	053		
5715971	Brown City (historical)	brown-city-historical	US		0	America/Los_Angeles	42.01373	-123.62757	552			OR	033		
5716019	Brownlee	brownlee	US		0	America/Los_Angeles	44.81155	-116.93433	690			OR	001		
5716052	Brownsmead	brownsmead	US		0	America/Los_Angeles	46.21761	-123.54069	4	Brody,Brownsmead		OR	007		
5716062	Browntown (historical)	browntown-historical	US		0	America/Los_Angeles	42.0529	-123.26394	929			OR	033		
5716092	Brush College	brush-college	US		0	America/Los_Angeles	44.97206	-123.0776	55			OR	053		
5716165	Bryant City (historical)	bryant-city-historical	US		0	America/Los_Angeles	44.60262	-122.33452	512			OR	043		
5716274	Buck Fork (historical)	buck-fork-historical	US		0	America/Los_Angeles	43.11234	-123.14701	301			OR	019		
5716419	Buckheaven	buckheaven	US		0	America/Los_Angeles	45.37651	-122.99955	280			OR	067		
5716456	Buckhorn Springs	buckhorn-springs	US		0	America/Los_Angeles	42.10541	-122.53169	810			OR	029		
5716475	Bucks Corners	bucks-corners	US		0	America/Los_Angeles	45.78541	-119.32779	168			OR	059		
5716516	Buell	buell	US		0	America/Los_Angeles	45.01623	-123.41844	121			OR	053		
5716630	Bull Run	bull-run	US		0	America/Los_Angeles	45.4304	-122.23175	139			OR	005		
5716675	Bullards	bullards	US		0	America/Los_Angeles	43.14983	-124.39567	7			OR	011		
5716737	Buncom	buncom	US		0	America/Los_Angeles	42.17401	-122.9981	513			OR	029		
5716811	Burlington (historical)	burlington-historical	US		0	America/Los_Angeles	44.44707	-123.20537	80			OR	043		
5716850	Burnside (historical)	burnside-historical	US		0	America/Los_Angeles	46.17511	-123.67819	2			OR	007		
5716931	Burnt Woods	burnt-woods	US		0	America/Los_Angeles	44.60373	-123.62289	210			OR	041		
5717056	Butte Creek (historical)	butte-creek-historical	US		0	America/Los_Angeles	45.06512	-122.69703	98			OR	005		
5717116	Butteville	butteville	US		265	America/Los_Angeles	45.26234	-122.84037	42			OR	047		
5717164	Bybee Corner	bybee-corner	US		0	America/Los_Angeles	42.31707	-122.95199	452			OR	029		
5717219	Cabell City	cabell-city	US		0	America/Los_Angeles	44.89514	-118.36828	1762			OR	023		
5717247	Cabin Creek (historical)	cabin-creek-historical	US		0	America/Los_Angeles	45.68597	-117.87188	795			OR	061		
5717279	Cableville (historical)	cableville-historical	US		0	America/Los_Angeles	44.85681	-118.26911	1965			OR	001		
5717319	Cake (historical)	cake-historical	US		0	America/Boise	44.42072	-117.57325	1485			OR	045		
5717333	Calapooia	calapooia	US		0	America/Los_Angeles	44.32735	-122.74064	187	Calapooia,Calapooya		OR	043		
5717349	Caleb (historical)	caleb-historical	US		0	America/Los_Angeles	44.52347	-119.91222	1173			OR	069		
5717372	California Bar	california-bar	US		0	America/Los_Angeles	42.11956	-123.47478	612			OR	033		
5717382	Calkins	calkins	US		0	America/Los_Angeles	43.2215	-123.40869	135			OR	019		
5717403	Calloway (historical)	calloway-historical	US		0	America/Los_Angeles	44.66095	-123.21232	79			OR	003		
5717411	Calvert (historical)	calvert-historical	US		0	America/Los_Angeles	43.61373	-123.21786	151			OR	019		
5717457	Cameron (historical)	cameron-historical	US		0	America/Los_Angeles	42.19985	-123.04421	443			OR	029		
5717500	Camp Carson (historical)	camp-carson-historical	US		0	America/Los_Angeles	45.03597	-118.2955	1675			OR	061		
5717570	Camp Elkanah	camp-elkanah	US		0	America/Los_Angeles	45.23485	-118.44996	1065			OR	061		
5717770	Canary	canary	US		0	America/Los_Angeles	43.9279	-124.03539	22			OR	039		
5717775	Canemah	canemah	US		0	America/Los_Angeles	45.34568	-122.6212	61			OR	005		
5717906	Cape Meares	cape-meares	US		99	America/Los_Angeles	45.48982	-123.95874	75			OR	057		
5717918	Capitol Hill	capitol-hill	US		0	America/Los_Angeles	45.4654	-122.6976	144			OR	051		
5717951	Carey (historical)	carey-historical	US		0	America/Los_Angeles	44.86095	-123.41094	98			OR	053		
5718001	Carnahan	carnahan	US		0	America/Los_Angeles	46.10038	-123.91709	9			OR	007		
5718029	Carpenterville	carpenterville	US		0	America/Los_Angeles	42.22011	-124.33955	497			OR	015		
5718042	Carroll (historical)	carroll-historical	US		0	America/Los_Angeles	44.65349	-118.35105	1370			OR	001		
5716180	Buchanan	buchanan	US	10511	0	America/Los_Angeles	43.64238	-118.62854	1284			OR	025		
5718054	Carson Heights	carson-heights	US		0	America/Los_Angeles	45.4579	-122.68121	154			OR	051		
5718095	Carus	carus	US		0	America/Los_Angeles	45.27123	-122.57064	155			OR	005		
5718123	Cascade Gorge	cascade-gorge	US		0	America/Los_Angeles	42.71568	-122.56865	698			OR	029		
5718337	Caverhill (historical)	caverhill-historical	US		0	America/Los_Angeles	44.81793	-119.09831	1082			OR	023		
5718346	Caviness (historical)	caviness-historical	US		0	America/Boise	44.23321	-117.8177	1370			OR	045		
5718357	Cayuse	cayuse	US		59	America/Los_Angeles	45.6768	-118.55664	432	Cayuse,Cayuse (historical),Cayuse CDP		OR	059		
5718470	Cedar Flat	cedar-flat	US		0	America/Los_Angeles	44.05263	-122.84147	173			OR	039		
5718480	Cedar Hills	cedar-hills	US		8300	America/Los_Angeles	45.50484	-122.79843	84			OR	067		
5718492	Cedar Mill	cedar-mill	US		14546	America/Los_Angeles	45.52484	-122.81093	78			OR	067		
5718532	Cedarhurst Park	cedarhurst-park	US		0	America/Los_Angeles	45.33096	-122.4262	97			OR	005		
5718544	Celilo Village	celilo-village	US		0	America/Los_Angeles	45.64568	-120.9659	66	Celilo,Celilo Village		OR	065		
5718552	Cedardale	cedardale	US		0	America/Los_Angeles	45.15901	-122.49481	118			OR	005		
5718578	Centerville (historical)	centerville-historical	US		0	America/Los_Angeles	45.55123	-123.06427	56			OR	067		
5718580	Central (historical)	central-historical	US		0	America/Los_Angeles	44.6304	-122.97481	79			OR	043		
5718626	Chadwell (historical)	chadwell-historical	US		0	America/Los_Angeles	46.10261	-123.85125	8			OR	007		
5718677	Champoeg	champoeg	US		0	America/Los_Angeles	45.24873	-122.89815	41			OR	047		
5718718	Chapman Corner	chapman-corner	US		0	America/Los_Angeles	44.9604	-123.07899	113	Chapman Corner,Chapman Corners		OR	053		
5718726	Chapman Landing	chapman-landing	US		0	America/Los_Angeles	45.74595	-122.84066	6			OR	009		
5718741	Charbonneau	charbonneau	US		0	America/Los_Angeles	45.28734	-122.75815	43			OR	005		
5718784	Chase (historical)	chase-historical	US		0	America/Los_Angeles	42.14042	-122.00529	1222			OR	035		
5718811	Chehalem	chehalem	US		0	America/Los_Angeles	45.3279	-122.88871	105			OR	067		
5718817	Chemawa	chemawa	US		0	America/Los_Angeles	45.00151	-122.9926	50			OR	047		
5718830	Chenoweth	chenoweth	US		1855	America/Los_Angeles	45.62762	-121.24341	135			OR	065		
5718867	Cherry Grove	cherry-grove	US		0	America/Los_Angeles	45.44761	-123.24344	85			OR	067		
5718873	Cherry Heights	cherry-heights	US		0	America/Los_Angeles	45.6029	-121.24091	359			OR	065		
5718938	Chewaucan (historical)	chewaucan-historical	US		0	America/Los_Angeles	42.6596	-120.52386	1324			OR	037		
5718985	Chico (historical)	chico-historical	US		0	America/Los_Angeles	45.73182	-117.15516	986			OR	063		
5719109	China Town	china-town	US		0	America/Los_Angeles	44.49294	-117.69937	1082			OR	001		
5719147	Chitwood	chitwood	US		0	America/Los_Angeles	44.65484	-123.82261	43			OR	041		
5719173	Christie (historical)	christie-historical	US		0	America/Los_Angeles	45.40401	-122.64843	3			OR	005		
5719290	Civil Bend (historical)	civil-bend-historical	US		0	America/Los_Angeles	43.10678	-123.42479	159			OR	019		
5719300	Clackamas Heights	clackamas-heights	US		0	America/Los_Angeles	45.37123	-122.57926	40			OR	005		
5719368	Clarke	clarke	US		0	America/Los_Angeles	45.83791	-119.60086	123			OR	049		
5719371	Clarkes	clarkes	US		0	America/Los_Angeles	45.2154	-122.4712	271			OR	005		
5719390	Clarno	clarno	US		0	America/Los_Angeles	44.91346	-120.47336	400			OR	065		
5719400	Clatskanie Heights	clatskanie-heights	US		0	America/Los_Angeles	46.0564	-123.2049	326			OR	009		
5719579	Clem	clem	US		0	America/Los_Angeles	45.42124	-120.20337	580			OR	021		
5719642	Cline Falls (historical)	cline-falls-historical	US		0	America/Los_Angeles	44.27429	-121.25948	868			OR	017		
5719651	Clover (historical)	clover-historical	US		0	America/Boise	44.13599	-117.8788	1133			OR	045		
5719680	Clover Station (historical)	clover-station-historical	US		0	America/Los_Angeles	42.22209	-122.07196	1257			OR	035		
5719704	Clymer (historical)	clymer-historical	US		0	America/Los_Angeles	44.90123	-122.80259	193			OR	047		
5719739	Coaledo	coaledo	US		0	America/Los_Angeles	43.23233	-124.23317	11			OR	011		
5719774	Coburg	coburg	US		1055	America/Los_Angeles	44.13707	-123.06648	122	Koburg,kbwrg  awrgn,kwbwrgh,Кобург,كوبورغ,کبورگ، اورگن		OR	039		
5719787	Cochrane (historical)	cochrane-historical	US		0	America/Los_Angeles	44.88456	-123.23732	61	Cochrane (historical),Mulkey		OR	053		
5720002	Cold Springs	cold-springs	US		0	America/Los_Angeles	45.87847	-119.16557	175			OR	059		
5720019	Cold Springs Junction	cold-springs-junction	US		0	America/Los_Angeles	45.91374	-119.13807	116			OR	059		
5720083	Coles Valley	coles-valley	US		0	America/Los_Angeles	43.36512	-123.50259	108			OR	019		
5720084	Colestin	colestin	US		0	America/Los_Angeles	42.05319	-122.65114	1134	Colestein,Colestin,Colestine		OR	029		
5720098	College Hill	college-hill	US		0	America/Los_Angeles	44.03096	-123.09814	191			OR	039		
5720181	Columbia Heights	columbia-heights	US		0	America/Los_Angeles	45.86373	-122.83872	70			OR	009		
5720345	Conner Creek (historical)	conner-creek-historical	US		0	America/Los_Angeles	44.57211	-117.19407	1299			OR	001		
5720498	Coos City (historical)	coos-city-historical	US		0	America/Los_Angeles	43.30122	-124.21233	9			OR	011		
5720515	Cooston	cooston	US		0	America/Los_Angeles	43.39483	-124.18539	14			OR	011		
5720536	Copper	copper	US		0	America/Los_Angeles	42.02561	-123.14391	594			OR	029		
5720537	Copper (historical)	copper-historical	US		0	America/Los_Angeles	45.75127	-116.5482	334			OR	063		
5720606	Cord (historical)	cord-historical	US		0	America/Boise	43.12571	-118.12352	1250			OR	045		
5720618	Corey Hill	corey-hill	US		0	America/Los_Angeles	45.86178	-123.20595	254			OR	009		
5720656	Coronado Shores	coronado-shores	US		0	America/Los_Angeles	44.86511	-124.03956	16			OR	041		
5720864	Cottrell	cottrell	US		0	America/Los_Angeles	45.45762	-122.30564	201			OR	005		
5721019	Courtrock	courtrock	US		0	America/Los_Angeles	44.6407	-119.36803	1162			OR	023		
5721047	Cove Orchard	cove-orchard	US		0	America/Los_Angeles	45.37511	-123.15483	79			OR	071		
5721092	Cow Creek	cow-creek	US		0	America/Los_Angeles	42.8565	-123.59757	278			OR	019		
5721321	Cracker City (historical)	cracker-city-historical	US		0	America/Los_Angeles	44.82376	-118.20661	1783			OR	001		
5721360	Cranberry Corners	cranberry-corners	US		0	America/Los_Angeles	43.12566	-124.38817	37			OR	011		
5721586	Criterion (historical)	criterion-historical	US		0	America/Los_Angeles	45.04234	-120.99783	947			OR	065		
5721654	Crooked River Ranch	crooked-river-ranch	US		0	America/Los_Angeles	44.42456	-121.23837	793			OR	031		
5721690	Crow	crow	US		0	America/Los_Angeles	43.9929	-123.33954	175			OR	039		
5721715	Crowfoot	crowfoot	US		0	America/Los_Angeles	44.50818	-122.89009	116			OR	043		
5721781	Crystal (historical)	crystal-historical	US		0	America/Los_Angeles	42.57625	-122.08169	1264			OR	035		
5721846	Culp Creek	culp-creek	US		2000	America/Los_Angeles	43.70346	-122.84757	293			OR	039		
5721939	Currinsville	currinsville	US		0	America/Los_Angeles	45.31512	-122.34259	142			OR	005		
5721942	Curtin	curtin	US		0	America/Los_Angeles	43.72234	-123.21203	123			OR	019		
5721978	Cutler City	cutler-city	US		0	America/Los_Angeles	44.91622	-124.01761	2			OR	041		
5722010	Dads Creek	dads-creek	US		0	America/Los_Angeles	42.89012	-123.56063	267	Dads Creek,Dods Creek		OR	019		
5722090	Damascus Heights	damascus-heights	US		0	America/Los_Angeles	45.42068	-122.44926	182			OR	005		
5722110	Danebo	danebo	US		0	America/Los_Angeles	44.05957	-123.1787	119			OR	039		
5722120	Danner	danner	US		0	America/Boise	42.94432	-117.34015	1290			OR	045		
5722134	Dant	dant	US		0	America/Los_Angeles	45.03818	-121.11339	309	Dant,Frieda		OR	065		
5722137	Dardanelles	dardanelles	US		0	America/Los_Angeles	42.42901	-123.0581	325			OR	029		
5722331	De Moss Springs	de-moss-springs	US		0	America/Los_Angeles	45.51124	-120.68311	479			OR	055		
5722564	Dee	dee	US		0	America/Los_Angeles	45.58817	-121.62674	295			OR	027		
5722618	Deep Creek (historical)	deep-creek-historical	US		0	America/Los_Angeles	45.38623	-122.39703	84			OR	005		
5722773	Deerhorn	deerhorn	US		0	America/Los_Angeles	44.08179	-122.74841	192			OR	039		
5722805	Delake	delake	US		0	America/Los_Angeles	44.96233	-124.01622	18	De Lake,Delake		OR	041		
5722811	Delena	delena	US		0	America/Los_Angeles	46.09844	-123.074	138			OR	009		
5722819	Dell (historical)	dell-historical	US		0	America/Boise	44.20127	-117.4413	769			OR	045		
5722864	Dencer (historical)	dencer-historical	US		0	America/Los_Angeles	44.87206	-123.08176	202			OR	047		
5722905	Denver (historical)	denver-historical	US		0	America/Los_Angeles	45.95122	-123.56791	201			OR	007		
5722908	Denzer (historical)	denzer-historical	US		0	America/Los_Angeles	44.33734	-123.829	65			OR	041		
5722926	Derby (historical)	derby-historical	US		0	America/Los_Angeles	42.57902	-122.69976	575			OR	029		
5722943	Deschutes	deschutes	US		0	America/Los_Angeles	44.15651	-121.25559	1001	Des Chutes,Deschutes,Wesley		OR	017		
5722960	Deschutes River Woods	deschutes-river-woods	US		5077	America/Los_Angeles	43.99151	-121.35836	1195			OR	017		
5723117	Dew Valley	dew-valley	US		0	America/Los_Angeles	43.03983	-124.41428	31			OR	011		
5723120	Dewey (historical)	dewey-historical	US		0	America/Los_Angeles	45.38178	-123.09427	74			OR	071		
5723162	Diamond Lake	diamond-lake	US		0	America/Los_Angeles	43.17874	-122.13892	1613	Diamond Lake,Diamond Lake Resort		OR	019		
5723336	Disston	disston	US		0	America/Los_Angeles	43.69818	-122.77006	351			OR	039		
5723381	Dixie (historical)	dixie-historical	US		0	America/Los_Angeles	45.73039	-123.00539	501			OR	067		
5723623	Dominic (historical)	dominic-historical	US		0	America/Los_Angeles	45.08595	-122.76787	64			OR	047		
5723658	Donnybrook (historical)	donnybrook-historical	US		0	America/Los_Angeles	44.75429	-120.65114	1115			OR	031		
5723680	Dorena (historical)	dorena-historical	US		0	America/Los_Angeles	43.7754	-122.92841	255			OR	039		
5723723	Dotyville (historical)	dotyville-historical	US		0	America/Los_Angeles	44.65401	-122.80537	99			OR	043		
5723848	Drake Crossing	drake-crossing	US		0	America/Los_Angeles	44.92596	-122.65592	500			OR	047		
5723857	Draper (historical)	draper-historical	US		0	America/Los_Angeles	42.3554	-123.12061	450			OR	029		
5723866	Draperville	draperville	US		0	America/Los_Angeles	44.64596	-123.03704	70			OR	043		
5723904	Drews Valley (historical)	drews-valley-historical	US		0	America/Los_Angeles	42.22766	-120.69274	1514			OR	037		
5723914	Drift Creek	drift-creek	US		0	America/Los_Angeles	44.4129	-123.99567	7			OR	041		
5724269	Dudley (historical)	dudley-historical	US		0	America/Los_Angeles	42.62902	-122.54003	1303			OR	029		
5724361	Dunes City	dunes-city	US		1339	America/Los_Angeles	43.88318	-124.11512	8	Dunes,Dunes City,North Beach,Westlake		OR	039		
5724386	Dunnean	dunnean	US		0	America/Los_Angeles	43.4321	-118.26186	1055			OR	025		
5724395	Dunthorpe	dunthorpe	US		0	America/Los_Angeles	45.43567	-122.65509	82			OR	051		
5724623	Earl (historical)	earl-historical	US		0	America/Los_Angeles	43.94179	-123.87566	199			OR	039		
5724632	Early (historical)	early-historical	US		0	America/Los_Angeles	45.6929	-120.56978	82			OR	055		
5724877	East Gardiner	east-gardiner	US		0	America/Los_Angeles	43.71984	-124.08233	4	East Gardiner,Gardiner,Gardiner Junction		OR	019		
5724913	East Maupin	east-maupin	US		0	America/Los_Angeles	45.17207	-121.07506	261			OR	065		
5724937	East Portland	east-portland	US		0	America/Los_Angeles	45.5154	-122.66037	17	East Portland		OR	051		
5725009	Eastmoreland	eastmoreland	US		0	America/Los_Angeles	45.47317	-122.62426	61	East Moreland,Eastmoreland		OR	051		
5725014	Eastside	eastside	US		0	America/Los_Angeles	43.36372	-124.19289	19	East Marshfield,Eastside		OR	011		
5725071	Echo Dell	echo-dell	US		0	America/Los_Angeles	45.33234	-122.52759	48			OR	005		
5725073	Eckley (historical)	eckley-historical	US		0	America/Los_Angeles	42.83872	-124.18454	149	Eckely,Eckley (historical)		OR	015		
5725089	Eddy (historical)	eddy-historical	US		0	America/Los_Angeles	45.70596	-120.18032	127			OR	021		
5725114	Edenbower	edenbower	US		0	America/Los_Angeles	43.23456	-123.3823	151			OR	019		
5725144	Edsalla (historical)	edsalla-historical	US		0	America/Los_Angeles	42.54568	-122.63726	697			OR	029		
5725202	Eightmile	eightmile	US		0	America/Los_Angeles	45.25541	-119.81614	829			OR	049		
5725290	Elgarose	elgarose	US		0	America/Los_Angeles	43.25817	-123.48591	184			OR	019		
5725378	Elk Flat (historical)	elk-flat-historical	US		0	America/Los_Angeles	45.56931	-117.8191	1018			OR	061		
5725393	Elk Lake	elk-lake	US		0	America/Los_Angeles	43.9815	-121.80587	1500			OR	017		
5725451	Elkhead	elkhead	US		0	America/Los_Angeles	43.54068	-123.18508	245			OR	019		
5725490	Elkhorn Woods	elkhorn-woods	US		0	America/Los_Angeles	44.81318	-122.40119	334			OR	047		
5725500	Ella	ella	US		0	America/Los_Angeles	45.63124	-119.80892	247			OR	049		
5725531	Elliott Prairie	elliott-prairie	US		0	America/Los_Angeles	45.13595	-122.75676	59			OR	005		
5725563	Elmonica	elmonica	US		0	America/Los_Angeles	45.51262	-122.85482	65	Elmonica,Mortondale		OR	067		
5725636	Emigrant Springs (historical)	emigrant-springs-historical	US		0	America/Los_Angeles	45.62263	-120.56255	384			OR	055		
5725673	Encina	encina	US		0	America/Los_Angeles	44.69155	-117.69132	1208			OR	001		
5725680	Endersby	endersby	US		0	America/Los_Angeles	45.49234	-121.15201	297			OR	065		
5725698	English (historical)	english-historical	US		0	America/Los_Angeles	45.59151	-121.01368	265			OR	065		
5725720	Enright	enright	US		0	America/Los_Angeles	45.72372	-123.56984	156			OR	057		
5725739	Eola Crest	eola-crest	US		0	America/Los_Angeles	45.09873	-123.14066	264			OR	071		
5725743	Eola Village	eola-village	US		0	America/Los_Angeles	45.15956	-123.14955	51			OR	071		
5725772	Errol Heights	errol-heights	US		0	America/Los_Angeles	45.46845	-122.60954	83			OR	051		
5725785	Erwin (historical)	erwin-historical	US		0	America/Los_Angeles	44.88793	-117.60577	839			OR	001		
5725800	Estabrook	estabrook	US		0	America/Los_Angeles	43.044	-124.13482	14	Estabrook,Schull		OR	011		
5725810	Estes (historical)	estes-historical	US		0	America/Los_Angeles	44.7846	-117.84688	1044			OR	001		
5725818	Estrup (historical)	estrup-historical	US		0	America/Los_Angeles	44.21651	-123.40538	238			OR	039		
5725820	Etelka (historical)	etelka-historical	US		0	America/Los_Angeles	42.96233	-124.10954	42			OR	011		
5725830	Etna (historical)	etna-historical	US		0	America/Los_Angeles	42.59707	-122.81921	421			OR	029		
5725844	Euclid (historical)	euclid-historical	US		0	America/Los_Angeles	44.28734	-123.9415	107			OR	041		
5725885	Eustis (historical)	eustis-historical	US		0	America/Los_Angeles	45.74292	-117.66631	1195			OR	063		
5725917	Evansville (historical)	evansville-historical	US		0	America/Los_Angeles	44.52373	-122.90092	109	East Lebanon,Evansville (historical),Santiam		OR	043		
5725996	Fairdale (historical)	fairdale-historical	US		0	America/Los_Angeles	45.35983	-123.33539	119			OR	071		
5726234	Fargher (historical)	fargher-historical	US		0	America/Los_Angeles	45.26373	-121.02284	222			OR	055		
5726285	Faubion	faubion	US		0	America/Los_Angeles	45.34317	-121.93508	442			OR	005		
5726411	Fern Hill	fern-hill	US		0	America/Los_Angeles	46.16455	-123.73708	42			OR	007		
5726426	Fern Ridge Shores	fern-ridge-shores	US		0	America/Los_Angeles	44.08179	-123.30815	116			OR	039		
5726441	Ferns (historical)	ferns-historical	US		0	America/Los_Angeles	44.8554	-123.36788	84			OR	053		
5726442	Fernvale	fernvale	US		0	America/Los_Angeles	42.77845	-123.37145	481			OR	019		
5726564	Finn Rock	finn-rock	US		0	America/Los_Angeles	44.12901	-122.38284	394			OR	039		
5726589	Fir Grove	fir-grove	US		0	America/Los_Angeles	44.11901	-123.13814	116			OR	039		
5726622	Fir Villa	fir-villa	US		0	America/Los_Angeles	44.92817	-123.27427	85			OR	053		
5726672	Firwood	firwood	US		0	America/Los_Angeles	45.37734	-122.22481	367	Firwood,Shortys Corner		OR	005		
5726788	Fishers Corner	fishers-corner	US		0	America/Los_Angeles	45.2904	-122.56453	170			OR	005		
5726791	Fishhawk (historical)	fishhawk-historical	US		0	America/Los_Angeles	46.00539	-123.33595	164			OR	009		
5726842	Five Corners	five-corners	US		0	America/Los_Angeles	42.18627	-120.43413	1452			OR	037		
5726985	Flavel (historical)	flavel-historical	US		0	America/Los_Angeles	46.1901	-123.92903	2			OR	007		
5727106	Foley (historical)	foley-historical	US		0	America/Los_Angeles	45.65816	-123.84152	63			OR	057		
5727124	Foley Springs	foley-springs	US		0	America/Los_Angeles	44.15401	-122.09866	523			OR	039		
5727137	Folkenberg	folkenberg	US		0	America/Los_Angeles	45.629	-122.86621	49	Falkenberg,Folkenberg		OR	051		
5727148	Foots Creek	foots-creek	US		799	America/Los_Angeles	42.40484	-123.13894	306			OR	029		
5727174	Fords Mill	fords-mill	US		0	America/Los_Angeles	44.56401	-122.72203	174			OR	043		
5727186	Forest Crossing	forest-crossing	US		0	America/Los_Angeles	44.34873	-121.08086	849	Forest Crossing,Forrest Crossing		OR	013		
5727211	Forfar	forfar	US		0	America/Los_Angeles	44.55262	-124.0679	27			OR	041		
5727257	Fort Hill Census Designated Place	fort-hill-census-designated-place	US		129	America/Los_Angeles	45.06067	-123.55539	88	Fort Hill,Fort Hill Census Designated Place		OR	053		
5727291	Fort Stevens	fort-stevens	US		0	America/Los_Angeles	46.20205	-123.96237	8			OR	007		
5727304	Fortune Branch	fortune-branch	US		0	America/Los_Angeles	42.77484	-123.31756	473			OR	019		
5727377	Four Cabin Corner	four-cabin-corner	US		0	America/Los_Angeles	44.96456	-123.76761	796			OR	041		
5727507	Fox Hollow (historical)	fox-hollow-historical	US		0	America/Los_Angeles	43.93873	-123.20815	180			OR	039		
5727802	Frost Mill	frost-mill	US		0	America/Los_Angeles	44.03071	-118.63771	1523			OR	025		
5727860	Fulton (historical)	fulton-historical	US		0	America/Los_Angeles	45.47067	-122.67176	16			OR	051		
5727953	Galice	galice	US		0	America/Los_Angeles	42.56956	-123.59729	243			OR	033		
5727964	Galloway (historical)	galloway-historical	US		0	America/Los_Angeles	45.5579	-119.44585	399			OR	049		
5727998	Garden Home	garden-home	US		0	America/Los_Angeles	45.46595	-122.75343	93			OR	067		
5728026	Garfield (historical)	garfield-historical	US		0	America/Los_Angeles	45.27707	-122.27869	359			OR	005		
5728125	Gazley	gazley	US		0	America/Los_Angeles	42.95345	-123.24284	232			OR	019		
5728127	Gearhart	gearhart	US		1524	America/Los_Angeles	46.02427	-123.91125	8			OR	007		
5728464	Glen (historical)	glen-historical	US		0	America/Los_Angeles	44.51651	-123.81789	171			OR	041		
5728468	Glen Avon	glen-avon	US		0	America/Los_Angeles	45.08401	-122.4887	161			OR	005		
5728476	Glenada	glenada	US		0	America/Los_Angeles	43.9604	-124.10401	18			OR	039		
5728489	Glencullen	glencullen	US		0	America/Los_Angeles	45.48706	-122.72037	96	Glencullen,Pine		OR	051		
5728592	Goble	goble	US		0	America/Los_Angeles	46.01595	-122.87539	12			OR	009		
5728732	Goldson	goldson	US		0	America/Los_Angeles	44.16318	-123.3426	123			OR	039		
5728816	Gooseberry	gooseberry	US		0	America/Los_Angeles	45.29236	-119.89197	743			OR	049		
5728929	Grabenhorst Corner	grabenhorst-corner	US		0	America/Los_Angeles	44.8829	-123.03648	129	Grabenhorst Corner,Grabenhorst Corners		OR	047		
5728973	Grand Ronde Agency	grand-ronde-agency	US		0	America/Los_Angeles	45.07983	-123.61178	113			OR	071		
5729194	Gravelford	gravelford	US		0	America/Los_Angeles	43.10511	-124.07816	17			OR	011		
5729286	Green Acres	green-acres	US		0	America/Los_Angeles	43.25761	-124.20483	42			OR	011		
5729287	Green Acres	green-acres	US		0	America/Los_Angeles	43.67585	-123.79519	19	Green Acres,Greenacres		OR	019		
5729325	Green Hills	green-hills	US		0	America/Los_Angeles	45.5054	-122.72899	266			OR	051		
5729334	Green Meadows	green-meadows	US		0	America/Los_Angeles	45.61652	-118.79971	351			OR	059		
5729418	Greenback (historical)	greenback-historical	US		0	America/Los_Angeles	42.65262	-123.31201	582			OR	033		
5729429	Greenhorn	greenhorn	US		0	America/Los_Angeles	44.70793	-118.49134	1922			OR	001		
5729561	Grizzly	grizzly	US		0	America/Los_Angeles	44.4979	-120.91975	1128			OR	031		
5729602	Grossman (historical)	grossman-historical	US		0	America/Los_Angeles	45.80542	-117.58157	1277			OR	063		
5729613	Grouse	grouse	US		0	America/Los_Angeles	45.99154	-117.42879	919			OR	063		
5729751	Gurdane	gurdane	US		0	America/Los_Angeles	45.26901	-119.10445	1135			OR	059		
5729850	Hadleyville	hadleyville	US		0	America/Los_Angeles	43.97012	-123.31926	134			OR	039		
5729863	Hager	hager	US		0	America/Los_Angeles	42.19126	-121.70028	1269			OR	035		
5730068	Hamricks Corner	hamricks-corner	US		0	America/Los_Angeles	45.15123	-122.68176	65			OR	005		
5730168	Happy Hollow	happy-hollow	US		0	America/Los_Angeles	45.14233	-123.80373	165			OR	057		
5730199	Harbor	harbor	US		2391	America/Los_Angeles	42.05317	-124.26759	10			OR	015		
5730227	Hardman (historical)	hardman-historical	US		0	America/Los_Angeles	45.16986	-119.68196	1086			OR	049		
5730283	Harmony Point	harmony-point	US		0	America/Los_Angeles	45.44706	-122.57815	59			OR	005		
5730289	Harney	harney	US		0	America/Los_Angeles	43.64321	-118.82271	1272			OR	025		
5730526	Hathaway Mead	hathaway-mead	US		0	America/Los_Angeles	45.45677	-123.81873	13			OR	057		
5730536	Hauser	hauser	US		0	America/Los_Angeles	43.49289	-124.21873	7			OR	011		
5730744	Hazeldale	hazeldale	US		0	America/Los_Angeles	45.46651	-122.89316	77			OR	067		
5730804	Heceta Beach	heceta-beach	US		0	America/Los_Angeles	44.03345	-124.13123	13			OR	039		
5730989	Henrici	henrici	US		0	America/Los_Angeles	45.30957	-122.54703	170			OR	005		
5731150	Hidaway Springs	hidaway-springs	US		0	America/Los_Angeles	45.13097	-118.73775	1268			OR	059		
5731289	Highland Station (historical)	highland-station-historical	US		0	America/Los_Angeles	44.95762	-123.02843	48			OR	047		
5731310	Hildebrand	hildebrand	US		0	America/Los_Angeles	42.29765	-121.47944	1278			OR	035		
5731315	Hilgard	hilgard	US		0	America/Los_Angeles	45.35207	-118.228	915			OR	061		
5731386	Hillsview	hillsview	US		0	America/Los_Angeles	45.4554	-122.41398	168			OR	005		
5731438	Hoaglin (historical)	hoaglin-historical	US		0	America/Los_Angeles	43.33456	-123.00812	268			OR	019		
5731459	Hobsonville	hobsonville	US		0	America/Los_Angeles	45.54899	-123.90207	38			OR	057		
5731570	Holdman	holdman	US		0	America/Los_Angeles	45.87208	-118.9325	307			OR	059		
5731612	Holiday Beach	holiday-beach	US		0	America/Los_Angeles	44.56762	-124.06817	24			OR	041		
5731698	Home (historical)	home-historical	US		0	America/Boise	44.06238	-117.26351	711			OR	045		
5731801	Hoodview	hoodview	US		0	America/Los_Angeles	45.32456	-122.80565	102			OR	005		
5731875	Hopville	hopville	US		0	America/Los_Angeles	44.80318	-123.13287	52			OR	053		
5732052	Horseheaven	horseheaven	US		0	America/Los_Angeles	44.71569	-120.50725	960			OR	031		
5732156	Hot Lake	hot-lake	US		0	America/Los_Angeles	45.24458	-117.95771	824			OR	061		
5732177	Hot Springs (historical)	hot-springs-historical	US		0	America/Los_Angeles	42.10683	-120.31912	1456			OR	037		
5732325	Huber	huber	US		0	America/Los_Angeles	45.49178	-122.85149	60	Huber,Perkins,Wheeler		OR	067		
5732373	Hudson (historical)	hudson-historical	US		0	America/Los_Angeles	46.0915	-123.01789	164			OR	009		
5732430	Hullt (historical)	hullt-historical	US		0	America/Los_Angeles	44.89707	-122.64009	455			OR	047		
5732448	Humboldt Basin (historical)	humboldt-basin-historical	US		0	America/Boise	44.42627	-117.60103	1530			OR	045		
5732509	Hunter Creek	hunter-creek	US		0	America/Los_Angeles	42.38733	-124.41789	20			OR	015		
5732693	Igo (historical)	igo-historical	US		0	America/Los_Angeles	45.25207	-120.28032	953			OR	021		
5732720	Illahe	illahe	US		0	America/Los_Angeles	42.62872	-124.05759	109	Illahe,Illahee		OR	015		
5732751	Imperial (historical)	imperial-historical	US		0	America/Los_Angeles	43.74708	-120.44277	1375			OR	017		
5732761	Imnaha River Woods Development	imnaha-river-woods-development	US		0	America/Los_Angeles	45.25988	-116.80182	1267			OR	063		
5732974	Indian Valley (historical)	indian-valley-historical	US		0	America/Los_Angeles	45.51792	-117.88438	867			OR	061		
5732975	Indian Village	indian-village	US		0	America/Los_Angeles	43.58487	-119.07855	1294			OR	025		
5732986	Indiola	indiola	US		0	America/Los_Angeles	44.08068	-123.79122	61			OR	039		
5733154	Island City	island-city	US		1005	America/Los_Angeles	45.34097	-118.04466	835			OR	061		
5733210	Izee	izee	US		0	America/Los_Angeles	44.06709	-119.38607	1250			OR	023		
5733520	Jerrys Flat (historical)	jerrys-flat-historical	US		0	America/Los_Angeles	42.45351	-124.36862	18	Jeerys Flat,Jerrys Flat (historical)		OR	015		
5733530	Jeffers Garden	jeffers-garden	US		368	America/Los_Angeles	46.14983	-123.8582	1			OR	007		
5733582	Jennings Lodge	jennings-lodge	US		7315	America/Los_Angeles	45.39123	-122.61259	29			OR	005		
5733635	Jett (historical)	jett-historical	US		0	America/Los_Angeles	44.42627	-117.31213	697			OR	001		
5733706	Jimtown	jimtown	US		0	America/Los_Angeles	44.90544	-117.1449	893	Jimtown,Langrell		OR	001		
5733833	Johns Landing	johns-landing	US		0	America/Los_Angeles	45.39956	-122.67482	169			OR	051		
5733903	Johnson Crossing	johnson-crossing	US		0	America/Los_Angeles	45.73123	-122.87566	11	Johnson Crossing,Johnsons		OR	009		
5734070	Jordan Creek	jordan-creek	US		0	America/Los_Angeles	45.54844	-123.60179	123			OR	057		
5734651	Keasey	keasey	US		0	America/Los_Angeles	45.8615	-123.32956	267			OR	009		
5734653	Keating	keating	US		0	America/Los_Angeles	44.87404	-117.59049	830	Irwin,Keating		OR	001		
5734741	Kellogg Park	kellogg-park	US		0	America/Los_Angeles	45.45429	-122.63759	16			OR	051		
5734915	Kerry	kerry	US		0	America/Los_Angeles	46.12094	-123.35179	7	Kerry,Ross Landing		OR	009		
5735011	Kilts	kilts	US		0	America/Los_Angeles	44.73874	-120.59558	1035			OR	031		
5735098	Kings Heights	kings-heights	US		0	America/Los_Angeles	45.52928	-122.70787	120			OR	051		
5735100	Kings Landing (historical)	kings-landing-historical	US		0	America/Los_Angeles	43.25955	-124.22622	3			OR	011		
5735106	Kings Valley	kings-valley	US		65	America/Los_Angeles	44.70679	-123.43455	97			OR	003		
5735126	Kingwood Park (historical)	kingwood-park-historical	US		0	America/Los_Angeles	44.93679	-123.06676	61			OR	053		
5735149	Kinton	kinton	US		0	America/Los_Angeles	45.42317	-122.87788	81			OR	067		
5735155	Kinzua (historical)	kinzua-historical	US		0	America/Los_Angeles	44.98958	-120.05891	1037			OR	069		
5735232	Klamath Agency	klamath-agency	US		0	America/Los_Angeles	42.61819	-121.93391	1274			OR	035		
5735311	Knappa	knappa	US		0	America/Los_Angeles	46.18511	-123.58597	4			OR	007		
5735386	Knoxville (historical)	knoxville-historical	US		0	America/Los_Angeles	42.43178	-124.429	25			OR	015		
5735517	Kyser (historical)	kyser-historical	US		0	America/Los_Angeles	46.0665	-123.07761	198			OR	009		
5735565	Labish Center	labish-center	US		0	America/Los_Angeles	45.03179	-122.91371	54			OR	047		
5735570	Labish Village	labish-village	US		412	America/Los_Angeles	45.01929	-122.97232	47			OR	047		
5735571	Lachmund (historical)	lachmund-historical	US		0	America/Los_Angeles	44.93595	-122.94843	69			OR	047		
5735576	Lacomb	lacomb	US		546	America/Los_Angeles	44.58512	-122.74342	209			OR	043		
5735593	Ladd Hill	ladd-hill	US		0	America/Los_Angeles	45.27429	-122.85621	103			OR	005		
5735704	Lake Grove (historical)	lake-grove-historical	US		0	America/Los_Angeles	45.40456	-122.71648	32			OR	005		
5735765	Lake of the Woods	lake-of-the-woods	US		0	America/Los_Angeles	42.37875	-122.21224	1518	Lake O Woods,Lake O' Woods,Lake O'Woods,Lake of the Woods		OR	035		
5735771	Lakebrook	lakebrook	US		0	America/Los_Angeles	45.02817	-123.05038	38			OR	047		
5735776	Lakeport (historical)	lakeport-historical	US		0	America/Los_Angeles	42.904	-124.49705	8			OR	015		
5735837	Lamonta (historical)	lamonta-historical	US		0	America/Los_Angeles	44.46929	-121.03587	951			OR	031		
5735910	Langell Valley	langell-valley	US		0	America/Los_Angeles	42.0096	-121.22888	1264	Langell Valley,Langells Valley		OR	035		
5736044	Latourell	latourell	US		0	America/Los_Angeles	45.54068	-122.2212	29	Latourell,Latourelle,Latourelle Station		OR	051		
5736071	Laurel Grove	laurel-grove	US		0	America/Los_Angeles	43.02566	-124.41483	36			OR	011		
5736084	Laurelhurst	laurelhurst	US		0	America/Los_Angeles	45.52623	-122.62287	62			OR	051		
5736088	Laurelwood	laurelwood	US		0	America/Los_Angeles	45.42289	-123.08094	76			OR	067		
5736140	Lavadoure (historical)	lavadoure-historical	US		0	America/Los_Angeles	42.94429	-123.10117	270			OR	019		
5736148	Lawen	lawen	US		0	America/Los_Angeles	43.44293	-118.80104	1252			OR	025		
5736197	Leaburg	leaburg	US		0	America/Los_Angeles	44.10735	-122.67702	207			OR	039		
5736235	Lee (historical)	lee-historical	US		0	America/Los_Angeles	43.16817	-124.07232	25			OR	011		
5736311	Lehman Springs	lehman-springs	US		0	America/Los_Angeles	45.15291	-118.66191	1328	Lehman,Lehman Hot Springs,Lehman Springs		OR	059		
5736355	Leneve	leneve	US		0	America/Los_Angeles	43.20622	-124.27372	9			OR	011		
5736374	Lenz	lenz	US		0	America/Los_Angeles	45.62956	-121.52424	223	Lentz,Lenz,Sherman Spur		OR	027		
5736378	Lents	lents	US		20156	America/Los_Angeles	45.47984	-122.56731	65			OR	051		
5736608	Lime	lime	US		0	America/Los_Angeles	44.40655	-117.31129	681	Lime,Lime Siding		OR	001		
5736634	Lincoln Beach	lincoln-beach	US		2045	America/Los_Angeles	44.85039	-124.04678	14			OR	041		
5736668	Lindbergh	lindbergh	US		0	America/Los_Angeles	46.07484	-122.90622	44	Lindberg,Lindbergh		OR	009		
5736724	Linnton	linnton	US		0	America/Los_Angeles	45.59873	-122.78704	40	Linnton,Linton		OR	051		
5736727	Linslaw	linslaw	US		0	America/Los_Angeles	44.0004	-123.68399	93			OR	039		
5736741	Linville (historical)	linville-historical	US		0	America/Los_Angeles	44.44151	-123.97678	7			OR	041		
5736767	Little Albany	little-albany	US		0	America/Los_Angeles	44.40318	-123.91428	6			OR	041		
5736772	Little Alps	little-alps	US		0	America/Los_Angeles	44.96569	-118.183	1968			OR	001		
5736988	Little Elk (historical)	little-elk-historical	US		0	America/Los_Angeles	44.64512	-123.78539	27			OR	041		
5737566	London Springs	london-springs	US		0	America/Los_Angeles	43.63179	-123.09119	273			OR	039		
5737570	Lone Elder	lone-elder	US		0	America/Los_Angeles	45.2304	-122.68092	52			OR	005		
5737659	Lonerock	lonerock	US		21	America/Los_Angeles	45.08903	-119.88307	870			OR	021		
5737854	Looking Glass (historical)	looking-glass-historical	US		0	America/Los_Angeles	45.70959	-117.83937	747	Looking Glass (historical),Lookingglass,Palmer Junction		OR	061		
5737857	Lookingglass	lookingglass	US		855	America/Los_Angeles	43.17845	-123.48619	182			OR	019		
5737964	Lorella	lorella	US		0	America/Los_Angeles	42.1371	-121.27249	1277			OR	035		
5738085	Lost Lake Resort	lost-lake-resort	US		0	America/Los_Angeles	45.49762	-121.81869	972			OR	027		
5738128	Lost Valley (historical)	lost-valley-historical	US		0	America/Los_Angeles	45.05624	-119.99974	1159			OR	069		
5738208	Low Pass	low-pass	US		0	America/Los_Angeles	44.18873	-123.45399	187	Long Tom Station,Low Pass		OR	039		
5738253	Lower Bridge (historical)	lower-bridge-historical	US		0	America/Los_Angeles	44.35984	-121.29365	772			OR	017		
5738490	Lukarilla	lukarilla	US		0	America/Los_Angeles	45.82733	-123.60179	118			OR	007		
5738515	Lunnville	lunnville	US		0	America/Los_Angeles	45.35039	-123.17483	58			OR	071		
5738665	Macleay	macleay	US		0	America/Los_Angeles	44.9079	-122.88731	132			OR	047		
5738838	Malheur City (historical)	malheur-city-historical	US		0	America/Boise	44.41294	-117.72493	1201	Malheur,Malheur City (historical)		OR	045		
5739037	Marial	marial	US		0	America/Los_Angeles	42.71233	-123.88897	100			OR	015		
5739061	Marion Forks	marion-forks	US		0	America/Los_Angeles	44.6154	-121.94812	745			OR	043		
5739107	Marlene Village	marlene-village	US		0	America/Los_Angeles	45.51678	-122.81899	70			OR	067		
5739115	Marmot	marmot	US		0	America/Los_Angeles	45.39651	-122.11564	388			OR	005		
5739124	Marquam	marquam	US		0	America/Los_Angeles	45.07318	-122.68703	90			OR	005		
5739133	Marquam Hill	marquam-hill	US		0	America/Los_Angeles	45.49901	-122.68954	175			OR	051		
5739166	Marshland	marshland	US		0	America/Los_Angeles	46.11122	-123.28568	13			OR	009		
5739399	Maxville	maxville	US		0	America/Los_Angeles	45.74598	-117.55685	1237	Maxville,Maxwall,Maxwell		OR	063		
5739446	Mayger	mayger	US		0	America/Los_Angeles	46.16344	-123.10817	43			OR	009		
5739466	Maywood Park	maywood-park	US		778	America/Los_Angeles	45.5529	-122.56037	46			OR	051		
5739627	McCoy	mccoy	US		0	America/Los_Angeles	45.04206	-123.21649	51	McCoy,McCoys		OR	053		
5739643	McCredie Springs	mccredie-springs	US		0	America/Los_Angeles	43.70985	-122.28893	629	McCredie Springs,Winino,Winino Springs		OR	039		
5739719	McEwen	mcewen	US		0	America/Los_Angeles	44.70071	-118.10466	1265			OR	001		
5739791	McKay	mckay	US		0	America/Los_Angeles	45.49957	-118.6158	586			OR	059		
5739813	McKee	mckee	US		0	America/Los_Angeles	45.09984	-122.80815	55			OR	047		
5739815	McKee Bridge	mckee-bridge	US		0	America/Los_Angeles	42.12763	-123.07616	511			OR	029		
5739834	McKenzie Bridge	mckenzie-bridge	US		0	America/Los_Angeles	44.17512	-122.16395	418	McKenzie Bridge,McKinzie Bridge		OR	039		
5739976	McNulty	mcnulty	US		0	America/Los_Angeles	45.84039	-122.84177	35			OR	009		
5740093	Meda	meda	US		0	America/Los_Angeles	45.1465	-123.91595	6			OR	057		
5740110	Medical Springs	medical-springs	US		0	America/Los_Angeles	45.01709	-117.62854	1035			OR	061		
5740215	Mercer (historical)	mercer-historical	US		0	America/Los_Angeles	44.06651	-124.07067	72			OR	039		
5740228	Merganser (historical)	merganser-historical	US		0	America/Los_Angeles	42.17765	-121.80028	1253			OR	035		
5740308	Metolius	metolius	US		743	America/Los_Angeles	44.58651	-121.17838	773			OR	031		
5740325	Metzger	metzger	US		3765	America/Los_Angeles	45.44651	-122.75899	69	Metzgar,Metzger		OR	067		
5740565	Miles Crossing	miles-crossing	US		0	America/Los_Angeles	46.15233	-123.83959	6			OR	007		
5740606	Mill Camp	mill-camp	US		0	America/Los_Angeles	43.79568	-123.22759	208			OR	039		
5740900	Milwaukie	milwaukie	US		20830	America/Los_Angeles	45.44623	-122.63926	14	Miluoki,Milvauki,Milvoki,Milvokis,Milwaukee,Milwaukee City,Milwaukie,mlwawky  awrygwn,mylwaky  awrgn,mylwawky,Милвауки,Милвоки,Милуоки,ملواوکی، اوریگون,ميلواوكي,میلواکی، اورگن		OR	005		
5740902	Milwaukie Heights	milwaukie-heights	US		0	America/Los_Angeles	45.43012	-122.63454	43			OR	005		
5740910	Minam	minam	US		0	America/Los_Angeles	45.62181	-117.72326	780			OR	063		
5741098	Mist	mist	US		0	America/Los_Angeles	45.99622	-123.25651	163			OR	009		
5741147	Modeville	modeville	US		0	America/Los_Angeles	44.79095	-123.13315	53			OR	053		
5741152	Modoc Point	modoc-point	US		0	America/Los_Angeles	42.44486	-121.86835	1269	Lelu,Modoc Point		OR	035		
5741173	Mohawk Post (historical)	mohawk-post-historical	US		0	America/Los_Angeles	44.14401	-122.91564	156			OR	039		
5741242	Montague (historical)	montague-historical	US		0	America/Los_Angeles	45.62624	-120.0942	200			OR	021		
5741247	Montavilla	montavilla	US		0	America/Los_Angeles	45.51901	-122.57898	81			OR	051		
5741517	Morrison (historical)	morrison-historical	US		0	America/Los_Angeles	44.64484	-123.86289	6			OR	041		
5741642	Mound (historical)	mound-historical	US		0	America/Los_Angeles	43.89429	-123.45121	229			OR	039		
5741669	Mount Hood	mount-hood	US		286	America/Los_Angeles	45.53789	-121.56841	468			OR	027		
5741683	Mount Hood Village	mount-hood-village	US		4864	America/Los_Angeles	45.3554	-121.98064	376			OR	005		
5741731	Mountain Air Park	mountain-air-park	US		0	America/Los_Angeles	45.35901	-121.99064	369			OR	005		
5741765	Mountain View (historical)	mountain-view-historical	US		0	America/Los_Angeles	42.49401	-122.79393	435	Mount View,Mountain View (historical)		OR	029		
5741790	Mountaindale	mountaindale	US		0	America/Los_Angeles	45.62484	-123.039	58			OR	067		
5742118	Mulloy	mulloy	US		0	America/Los_Angeles	45.33373	-122.79037	65			OR	067		
5742119	Multnomah	multnomah	US		0	America/Los_Angeles	45.46956	-122.70732	154	multnomah		OR	051		
5742390	Nansene	nansene	US		0	America/Los_Angeles	45.40429	-121.05673	623			OR	065		
5742449	Navy Heights	navy-heights	US		0	America/Los_Angeles	46.18983	-123.77931	109	Emerald Heights,Navy Heights		OR	007		
5742459	Neahkahnie Beach	neahkahnie-beach	US		192	America/Los_Angeles	45.72927	-123.94069	26			OR	057		
5742486	Necanicum (historical)	necanicum-historical	US		0	America/Los_Angeles	45.90678	-123.78486	101	Ahlers,Clatson,Necanacum,Necanicum (historical),Nekanakum,Push		OR	007		
5742496	Nedonna Beach	nedonna-beach	US		0	America/Los_Angeles	45.64399	-123.94013	7			OR	057		
5742518	Needy	needy	US		0	America/Los_Angeles	45.17262	-122.70259	53			OR	005		
5742598	Nelscott	nelscott	US		0	America/Los_Angeles	44.94483	-124.024	8			OR	041		
5742632	Nenamusa (historical)	nenamusa-historical	US		0	America/Los_Angeles	45.24567	-123.59428	201			OR	057		
5742642	Nesika Beach	nesika-beach	US		463	America/Los_Angeles	42.50622	-124.41344	18			OR	015		
5742687	Neverstill	neverstill	US		0	America/Los_Angeles	45.97594	-123.34457	161	Evergreen,Neverstill		OR	009		
5742690	New Bridge	new-bridge	US		0	America/Los_Angeles	44.80044	-117.1899	722	New Bridge,Newbridge		OR	001		
5742705	New Idanha	new-idanha	US		0	America/Los_Angeles	44.69762	-122.07396	537			OR	043		
5742714	New Princeton	new-princeton	US		0	America/Los_Angeles	43.28293	-118.5827	1253			OR	025		
5742756	Newport Heights	newport-heights	US		0	America/Los_Angeles	44.64428	-124.02456	140			OR	041		
5742814	Nimrod	nimrod	US		0	America/Los_Angeles	44.11374	-122.42367	357			OR	039		
5742884	Noble (historical)	noble-historical	US		0	America/Los_Angeles	45.00207	-122.64009	386			OR	047		
5742916	Nolin	nolin	US		0	America/Los_Angeles	45.68319	-119.10056	225			OR	059		
5742927	Noon	noon	US		0	America/Los_Angeles	44.5454	-123.39816	90			OR	003		
5742955	North Albany	north-albany	US		0	America/Los_Angeles	44.6529	-123.10176	60			OR	003		
5743362	North Highland	north-highland	US		0	America/Los_Angeles	45.25401	-122.40953	345			OR	005		
5743366	North Howell	north-howell	US		0	America/Los_Angeles	45.03123	-122.87343	62			OR	047		
5743422	North Portland	north-portland	US		7000	America/Los_Angeles	45.61039	-122.70343	5			OR	051		
5743489	North Umpqua Village	north-umpqua-village	US		0	America/Los_Angeles	43.30262	-122.95117	271			OR	019		
5743535	Nortons	nortons	US		0	America/Los_Angeles	44.66373	-123.70205	57	Norton,Nortons		OR	041		
5743570	Nugget (historical)	nugget-historical	US		0	America/Los_Angeles	43.04151	-123.07617	375			OR	019		
5742184	Murphy	murphy	US	28906	0	America/Los_Angeles	42.34762	-123.33339	324			OR	033		
5743617	Nyssa Heights	nyssa-heights	US		0	America/Boise	43.89433	-117.02599	674			OR	045		
5743680	O'Neil Corners	o-neil-corners	US		0	America/Los_Angeles	45.27068	-122.66176	56			OR	005		
5743713	Oak Creek (historical)	oak-creek-historical	US		0	America/Los_Angeles	43.26651	-123.20812	215			OR	019		
5743753	Oak Hills	oak-hills	US		11333	America/Los_Angeles	45.54123	-122.84121	71			OR	067		
5743791	Oaklawn	oaklawn	US		0	America/Los_Angeles	45.11929	-122.72954	66			OR	005		
5743862	Oceanlake	oceanlake	US		0	America/Los_Angeles	44.97539	-124.01372	22			OR	041		
5743911	Odell Lake	odell-lake	US		0	America/Los_Angeles	43.54901	-121.96475	1468	Odell Lake,Odell Lake Resort		OR	035		
5743945	Oklahoma Hill	oklahoma-hill	US		0	America/Los_Angeles	46.14317	-123.40596	15			OR	007		
5743992	Old Colton	old-colton	US		0	America/Los_Angeles	45.17207	-122.41481	251			OR	005		
5744067	Olex	olex	US		0	America/Los_Angeles	45.49707	-120.16893	311			OR	021		
5744167	Ontario Heights	ontario-heights	US		0	America/Boise	44.07044	-117.0235	718			OR	045		
5744179	Opal City	opal-city	US		0	America/Los_Angeles	44.44456	-121.21365	872			OR	031		
5744227	Ordnance (historical)	ordnance-historical	US		0	America/Los_Angeles	45.79661	-119.4169	179			OR	059		
5744345	Orenco	orenco	US		0	America/Los_Angeles	45.52762	-122.91205	58			OR	067		
5744350	Oretown	oretown	US		0	America/Los_Angeles	45.15372	-123.95539	9			OR	057		
5744589	Oxbow (historical)	oxbow-historical	US		0	America/Los_Angeles	44.96571	-116.85238	601			OR	001		
5744918	Paradise Park	paradise-park	US		0	America/Los_Angeles	45.31595	-122.38481	76			OR	005		
5744935	Paris (historical)	paris-historical	US		0	America/Boise	43.93877	-117.3274	703			OR	045		
5744963	Park Place	park-place	US		0	America/Los_Angeles	45.37595	-122.58259	21	Paper Mill,Park Place		OR	005		
5745023	Parkersville (historical)	parkersville-historical	US		0	America/Los_Angeles	44.68932	-118.42244	1520	Parkersville (historical),Parkerville		OR	001		
5745031	Parkrose	parkrose	US		0	America/Los_Angeles	45.55956	-122.56037	24			OR	051		
5745233	Peak (historical)	peak-historical	US		0	America/Los_Angeles	44.54706	-123.54483	423			OR	003		
5745315	Pedee	pedee	US		0	America/Los_Angeles	44.75345	-123.41399	84			OR	053		
5743802	Oaks	oaks	US	19456	0	America/Los_Angeles	43.18734	-123.36202	157			OR	019		
5745351	Pelican City	pelican-city	US		0	America/Los_Angeles	42.2532	-121.79723	1292	Pelican,Pelican City		OR	035		
5745379	Pendair Heights	pendair-heights	US		0	America/Los_Angeles	45.68735	-118.84388	449			OR	059		
5745454	Perdue (historical)	perdue-historical	US		0	America/Los_Angeles	42.93679	-123.07478	281			OR	019		
5745510	Perrydale	perrydale	US		0	America/Los_Angeles	45.04262	-123.25566	55			OR	053		
5745511	Perrydale (historical)	perrydale-historical	US		0	America/Los_Angeles	42.32374	-122.93976	437			OR	029		
5745515	Persist (historical)	persist-historical	US		0	America/Los_Angeles	42.76651	-122.60726	867			OR	029		
5745807	Pine Creek	pine-creek	US		0	America/Los_Angeles	44.94877	-116.87849	615			OR	001		
5745871	Pine Hollow	pine-hollow	US		494	America/Los_Angeles	45.2429	-121.29451	575			OR	065		
5745982	Pioneer City (historical)	pioneer-city-historical	US		0	America/Los_Angeles	44.64012	-123.86372	6			OR	041		
5746050	Pistol River	pistol-river	US		84	America/Los_Angeles	42.27706	-124.39483	10			OR	015		
5746101	Placer	placer	US		0	America/Los_Angeles	42.63206	-123.31534	438			OR	033		
5746107	Plainview (historical)	plainview-historical	US		0	America/Los_Angeles	45.60595	-122.87482	129			OR	051		
5746149	Pleasant Home	pleasant-home	US		0	America/Los_Angeles	45.46401	-122.33648	179			OR	051		
5746188	Plevna (historical)	plevna-historical	US		0	America/Los_Angeles	42.13737	-121.91362	1264			OR	035		
5746191	Plum Trees	plum-trees	US		0	America/Los_Angeles	42.814	-124.35677	66			OR	015		
5746208	Pocahontas (historical)	pocahontas-historical	US		0	America/Los_Angeles	44.81432	-117.97216	1120			OR	001		
5746232	Point Terrace	point-terrace	US		0	America/Los_Angeles	44.01123	-123.91122	7			OR	039		
5746262	Pokegama (historical)	pokegama-historical	US		0	America/Los_Angeles	42.03598	-122.21779	1158			OR	035		
5746399	Pondosa	pondosa	US		0	America/Los_Angeles	45.00793	-117.64271	994			OR	061		
5746521	Porter Creek	porter-creek	US		0	America/Los_Angeles	43.11095	-123.52202	199			OR	019		
5746543	Porterville (historical)	porterville-historical	US		0	America/Los_Angeles	44.7957	-118.39522	1425			OR	023		
5746560	Portland Heights	portland-heights	US		0	America/Los_Angeles	45.50567	-122.70315	220			OR	051		
5746673	Potter Mill (historical)	potter-mill-historical	US		0	America/Los_Angeles	42.05403	-122.24974	1171			OR	035		
5746755	Powell Valley	powell-valley	US		0	America/Los_Angeles	45.48651	-122.39342	139	Powell Valley,Powell's Valley		OR	051		
5746758	Powellhurst	powellhurst	US		0	America/Los_Angeles	45.50401	-122.53759	88			OR	051		
5746761	Power City	power-city	US		0	America/Los_Angeles	45.9118	-119.30391	137			OR	059		
5746826	Pratum	pratum	US		0	America/Los_Angeles	44.95901	-122.8787	70	East Side Junction,Enger,Pratum		OR	047		
5746897	Princeton (historical)	princeton-historical	US		0	America/Los_Angeles	43.24654	-118.5777	1255			OR	025		
5746940	Promise	promise	US		0	America/Los_Angeles	45.84153	-117.54407	1095	Land of Promise,Promise,Promised Land		OR	063		
5746943	Progress	progress	US		0	America/Los_Angeles	45.45706	-122.78204	76			OR	067		
5746977	Provolt	provolt	US		0	America/Los_Angeles	42.28734	-123.23033	361			OR	029		
5747075	Putnam (historical)	putnam-historical	US		0	America/Los_Angeles	44.78456	-123.28454	66	Putman,Putnam (historical)		OR	053		
5747176	Quartz Mountain	quartz-mountain	US		0	America/Los_Angeles	42.32238	-120.81553	1652			OR	037		
5747223	Quines Creek	quines-creek	US		0	America/Los_Angeles	42.77901	-123.27173	475			OR	019		
5747408	Rainrock	rainrock	US		0	America/Los_Angeles	44.07373	-123.85261	16			OR	039		
5747420	Raleigh Hills	raleigh-hills	US		5896	America/Los_Angeles	45.48067	-122.76204	86	Raleigh,Raleigh Hills		OR	067		
5747684	Recreation (historical)	recreation-historical	US		0	America/Los_Angeles	42.4743	-122.08891	1268			OR	035		
5747881	Redland	redland	US		0	America/Los_Angeles	45.34346	-122.49287	106			OR	005		
5747996	Remote	remote	US		0	America/Los_Angeles	43.00595	-123.89259	75			OR	011		
5748069	Reuben	reuben	US		0	America/Los_Angeles	46.00872	-122.87733	23			OR	009		
5748161	Rice Hill	rice-hill	US		0	America/Los_Angeles	43.53873	-123.29008	139			OR	019		
5748268	Rieth	rieth	US		0	America/Los_Angeles	45.66096	-118.87138	307	Reith,Rieth		OR	059		
5748411	Ripplebrook	ripplebrook	US		0	America/Los_Angeles	45.08234	-122.04341	484			OR	005		
5748422	Ritter	ritter	US		0	America/Los_Angeles	44.89238	-119.14359	777	Ritter,Ritter Hot Springs		OR	023		
5748457	River Road	river-road	US		0	America/Los_Angeles	44.08401	-123.1337	122			OR	039		
5748481	Rivergrove	rivergrove	US		289	America/Los_Angeles	45.39123	-122.73343	48	River Grove,Rivergrove		OR	005		
5748487	Riversdale	riversdale	US		0	America/Los_Angeles	43.26539	-123.42147	124			OR	019		
5748524	Riverview (historical)	riverview-historical	US		0	America/Los_Angeles	45.664	-122.82066	4			OR	051		
5748533	Riverwood	riverwood	US		0	America/Los_Angeles	45.44401	-122.66371	133	Riverside,Riverwood		OR	051		
5748579	Roads End	roads-end	US		0	America/Los_Angeles	45.00622	-124.00706	26			OR	041		
5748681	Robinette	robinette	US		0	America/Los_Angeles	44.75266	-117.03045	633	Robinett,Robinette		OR	001		
5748727	Robinwood	robinwood	US		0	America/Los_Angeles	45.39262	-122.64704	53			OR	005		
5749017	Rockcreek	rockcreek	US		9316	America/Los_Angeles	45.55012	-122.87705	55			OR	067		
5749029	Rockland (historical)	rockland-historical	US		0	America/Los_Angeles	43.26845	-123.07201	255			OR	019		
5749205	Rogue Elk	rogue-elk	US		0	America/Los_Angeles	42.66235	-122.75949	451			OR	029		
5749269	Roosevelt Beach	roosevelt-beach	US		0	America/Los_Angeles	44.17484	-124.11401	6	Heceta,Roosevelt Beach		OR	039		
5749333	Rose Lodge	rose-lodge	US		1894	America/Los_Angeles	45.01039	-123.88039	55			OR	041		
5749522	Round Prairie	round-prairie	US		0	America/Los_Angeles	43.08817	-123.36951	173			OR	019		
5749630	Ruch	ruch	US		840	America/Los_Angeles	42.24631	-123.03486	474			OR	029		
5749666	Ruggs	ruggs	US		0	America/Los_Angeles	45.26347	-119.68669	651			OR	049		
5749686	Rural Dell	rural-dell	US		0	America/Los_Angeles	45.14901	-122.6512	81			OR	005		
5749791	Rye Valley	rye-valley	US		0	America/Los_Angeles	44.46377	-117.47742	972			OR	001		
5750156	Salem Station (historical)	salem-station-historical	US		0	America/Los_Angeles	44.93929	-123.0426	48			OR	047		
5750159	Salemtowne	salemtowne	US		0	America/Los_Angeles	44.97762	-123.07343	68			OR	053		
5750172	Salishan	salishan	US		0	America/Los_Angeles	44.8915	-124.03373	4			OR	041		
5750173	Salishan Beach	salishan-beach	US		0	America/Los_Angeles	44.9165	-124.029	0			OR	041		
5750295	Saltair (historical)	saltair-historical	US		0	America/Los_Angeles	45.60427	-123.94569	5	Saltair (historical),Tillamook Beach		OR	057		
5750330	Sams Valley	sams-valley	US		0	America/Los_Angeles	42.49151	-122.97532	390			OR	029		
5750340	San Marine	san-marine	US		0	America/Los_Angeles	44.35373	-124.09401	7			OR	041		
5750462	Sandlake	sandlake	US		0	America/Los_Angeles	45.30316	-123.92345	11	Sand Lake,Sandlake		OR	057		
5750518	Santiam City (historical)	santiam-city-historical	US		0	America/Los_Angeles	44.73318	-123.03593	64			OR	047		
5750533	Santiam Terrace	santiam-terrace	US		0	America/Los_Angeles	44.4429	-122.8112	194			OR	043		
5750594	Saunders Lake	saunders-lake	US		0	America/Los_Angeles	43.52484	-124.2165	28			OR	011		
5750737	Scholls	scholls	US		0	America/Los_Angeles	45.40817	-122.92232	47	North Scholls,Scholls,Schools		OR	067		
5750977	Searose Beach	searose-beach	US		0	America/Los_Angeles	44.23234	-124.10845	23			OR	039		
5749249	Rome	rome	US	13440	0	America/Boise	42.83905	-117.62821	1032	REO		OR	045		
5751088	Sellwood	sellwood	US		0	America/Los_Angeles	45.46456	-122.65259	35	Sellwood,Sellwood-Moreland		OR	051		
5751147	Service Creek	service-creek	US		0	America/Los_Angeles	44.79764	-120.00834	525	Sarvice Creek,Service Creek,Service Creek Village,Servicecreek		OR	069		
5751175	Seven Oaks	seven-oaks	US		0	America/Los_Angeles	42.39235	-122.9381	375	Seven Oaks,Seven Oaks Crossing		OR	029		
5751249	Shadowood	shadowood	US		0	America/Los_Angeles	45.37873	-122.69454	58			OR	005		
5751262	Shady Dell	shady-dell	US		0	America/Los_Angeles	45.14318	-122.53898	108			OR	005		
5751267	Shady Pine	shady-pine	US		0	America/Los_Angeles	42.3082	-121.80362	1265	Shady Pine,Wocus		OR	035		
5751388	Sheaville	sheaville	US		0	America/Boise	43.1271	-117.0507	1393			OR	045		
5751927	Siltcoos	siltcoos	US		0	America/Los_Angeles	43.88901	-124.06373	22	Lane,Siltcoos,Tsiltcoos		OR	039		
5752022	Silvies	silvies	US		0	America/Los_Angeles	44.03293	-118.93522	1402			OR	023		
5752052	Simnasho	simnasho	US		0	America/Los_Angeles	44.97289	-121.35006	735	Simmasho,Simnasho		OR	065		
5752112	Sinks (historical)	sinks-historical	US		0	America/Los_Angeles	45.6179	-120.61228	471			OR	055		
5752141	Sitkum	sitkum	US		0	America/Los_Angeles	43.14817	-123.8612	216			OR	011		
5752152	Siuslaw (historical)	siuslaw-historical	US		0	America/Los_Angeles	43.90401	-123.22065	186			OR	039		
5752168	Six Corners	six-corners	US		0	America/Los_Angeles	45.36762	-122.84704	65			OR	067		
5752965	Sodaville	sodaville	US		308	America/Los_Angeles	44.48457	-122.87176	126	Soda Springs,Sodaville,Summer Soda		OR	043		
5753004	Somerset West	somerset-west	US		0	America/Los_Angeles	45.54706	-122.86788	63			OR	067		
5753463	South Lake Oswego	south-lake-oswego	US		0	America/Los_Angeles	45.4079	-122.67343	73	South Lake Oswego,South Oswego		OR	005		
5753495	South Portland (historical)	south-portland-historical	US		0	America/Los_Angeles	45.48762	-122.6826	87			OR	051		
5753530	South Scappoose	south-scappoose	US		0	America/Los_Angeles	45.74289	-122.87955	21	Smiths Corner,Smiths Corners,South Scappoose		OR	009		
5753666	Speaker	speaker	US		0	America/Los_Angeles	42.71651	-123.29395	597			OR	033		
5753724	Spikenard (historical)	spikenard-historical	US		0	America/Los_Angeles	42.60929	-122.95283	539			OR	029		
5753740	Spitzenberg	spitzenberg	US		0	America/Los_Angeles	45.82567	-122.94622	168	Spitzenberg,Spitzenburg		OR	009		
5753764	Spoos Mill	spoos-mill	US		0	America/Los_Angeles	44.51819	-119.97611	1203			OR	069		
5754373	Starkey	starkey	US		0	America/Los_Angeles	45.22152	-118.42579	1127	Starkey,T E Stickler Ranch		OR	061		
5754396	Starrs Point (historical)	starrs-point-historical	US		0	America/Los_Angeles	44.27068	-123.29565	105	Starr,Starrs Point (historical)		OR	039		
5754400	Starvation Heights	starvation-heights	US		0	America/Los_Angeles	42.4854	-123.16811	406			OR	029		
5756734	Tide	tide	US		0	America/Los_Angeles	44.06651	-123.84011	20			OR	039		
5756739	Tideport	tideport	US		0	America/Los_Angeles	45.89541	-123.50922	139			OR	007		
5754472	Steamboat	steamboat	US		0	America/Los_Angeles	43.3454	-122.73561	335			OR	019		
5754473	Steamboat	steamboat	US		0	America/Los_Angeles	42.07568	-123.20505	763			OR	029		
5754640	Stewart Lenox	stewart-lenox	US		0	America/Los_Angeles	42.19153	-121.80945	1291			OR	035		
5754898	Stringtown (historical)	stringtown-historical	US		0	America/Los_Angeles	45.33901	-122.64065	25			OR	005		
5755298	Sunny Valley	sunny-valley	US		0	America/Los_Angeles	42.63901	-123.37562	388	Grave Creek,Sunny Valley		OR	033		
5755301	Sunnycrest	sunnycrest	US		0	America/Los_Angeles	45.30178	-123.01788	88			OR	071		
5755302	Sunnydale	sunnydale	US		0	America/Los_Angeles	43.65401	-123.40537	82			OR	019		
5755305	Sunnyridge	sunnyridge	US		0	America/Los_Angeles	44.59345	-123.92206	75			OR	041		
5755337	Sunriver	sunriver	US		1393	America/Los_Angeles	43.88401	-121.43864	1271	SUO,Sun River,Sunriver		OR	017		
5755425	Suntex	suntex	US		0	America/Los_Angeles	43.5907	-119.63024	1313			OR	025		
5755437	Surf Pines	surf-pines	US		0	America/Los_Angeles	46.05816	-123.92347	11			OR	007		
5755448	Surprise Valley	surprise-valley	US		0	America/Los_Angeles	42.95401	-123.30951	208			OR	019		
5755501	Suver	suver	US		0	America/Los_Angeles	44.7429	-123.20732	64	Soap Creek,Suver,Suvers		OR	053		
5755506	Svensen	svensen	US		0	America/Los_Angeles	46.17066	-123.6593	9	Svensen,Svenson		OR	007		
5755508	Svensen Junction	svensen-junction	US		0	America/Los_Angeles	46.16539	-123.65986	26			OR	007		
5755752	Sylvan	sylvan	US		0	America/Los_Angeles	45.50901	-122.73565	236			OR	051		
5755879	Takilma	takilma	US		378	America/Los_Angeles	42.0515	-123.61951	483			OR	033		
5755965	Tanasbourne	tanasbourne	US		0	America/Los_Angeles	45.53873	-122.8651	72			OR	067		
5756183	Telocaset	telocaset	US		0	America/Los_Angeles	45.10097	-117.82633	1053	Antelope,Telocaset		OR	061		
5756255	Terminal City	terminal-city	US		0	America/Los_Angeles	42.26653	-121.81112	1279			OR	035		
5756380	Thirtymile	thirtymile	US		0	America/Los_Angeles	45.1693	-120.15864	644			OR	021		
5756535	Thornberry	thornberry	US		0	America/Los_Angeles	45.63207	-120.76339	285	Grebe,Thornberry		OR	055		
5756615	Three Lynx	three-lynx	US		0	America/Los_Angeles	45.12623	-122.07147	403	Three Links,Three Lynx		OR	005		
5756624	Three Pines	three-pines	US		0	America/Los_Angeles	42.56567	-123.39867	354			OR	033		
5756632	Three Rocks	three-rocks	US		0	America/Los_Angeles	45.04455	-123.99928	3			OR	041		
5756752	Tierra Del Mar	tierra-del-mar	US		0	America/Los_Angeles	45.25205	-123.96456	5			OR	057		
5756754	Tiernan	tiernan	US		0	America/Los_Angeles	44.01595	-123.94011	10	Beck,Beck Station,Tiernan		OR	039		
5756758	Tigard	tigard	US		51253	America/Los_Angeles	45.43123	-122.77149	51	Tajgard,Tigard,Tigurd,tai ge de,taigado,taigeodeu,taygrd  awrgn,thi kard,tyghard,Тајгард,Тигард,Тигърд,تایگرد، اورگن,تيغارد,ٹائگرڈ، اوریگون,ไทการ์ด,タイガード,泰格德,타이거드		OR	067		
5756806	Tillicum Beach	tillicum-beach	US		0	America/Los_Angeles	44.3629	-124.0929	5			OR	041		
5756843	Timber Grove	timber-grove	US		0	America/Los_Angeles	45.20068	-122.4462	299			OR	005		
5756999	Toketee Falls	toketee-falls	US		0	America/Los_Angeles	43.27568	-122.45088	639			OR	019		
5757019	Tollgate	tollgate	US		0	America/Los_Angeles	45.78041	-118.09272	1487			OR	059		
5757032	Tolo	tolo	US		0	America/Los_Angeles	42.42429	-122.97143	365			OR	029		
5757113	Tongue Point Village	tongue-point-village	US		0	America/Los_Angeles	46.19677	-123.77181	41			OR	007		
5757240	Trail Fork (historical)	trail-fork-historical	US		0	America/Los_Angeles	45.10402	-120.06641	996			OR	021		
5757337	Treharne	treharne	US		0	America/Los_Angeles	45.84178	-123.21984	194			OR	009		
5757342	Trenholm	trenholm	US		0	America/Los_Angeles	45.89539	-122.96539	264			OR	009		
5757354	Tri City	tri-city	US		0	America/Los_Angeles	42.98067	-123.32312	210			OR	019		
5757355	Tri-City	tri-city	US		3931	America/Los_Angeles	42.98456	-123.31173	226			OR	019		
5757367	Triangle Lake	triangle-lake	US		0	America/Los_Angeles	44.17068	-123.57899	211			OR	039		
5757552	Tucker (historical)	tucker-historical	US		0	America/Los_Angeles	45.06651	-123.29288	54			OR	053		
5757595	Tule Lake (historical)	tule-lake-historical	US		0	America/Los_Angeles	42.11099	-121.28166	1268	Tule,Tule Lake (historical)		OR	035		
5757611	Tumalo	tumalo	US		488	America/Los_Angeles	44.14984	-121.33087	972	Laidlaw,Tumalo		OR	017		
5757763	Tutuilla	tutuilla	US		487	America/Los_Angeles	45.62319	-118.69887	435			OR	059		
5757773	Twelvemile Corner	twelvemile-corner	US		0	America/Los_Angeles	45.51901	-122.43426	101	Twelve Mile,Twelve Mile Corner,Twelvemile Corner		OR	051		
5757801	Twickenham	twickenham	US		0	America/Los_Angeles	44.74374	-120.17196	476	Contention,Twickenham		OR	069		
5758005	Tyee	tyee	US		0	America/Los_Angeles	43.44345	-123.5512	90			OR	019		
5758047	Umapine	umapine	US		315	America/Los_Angeles	45.97652	-118.49636	208			OR	059		
5758083	Umpqua City (historical)	umpqua-city-historical	US		0	America/Los_Angeles	43.70956	-124.16511	1			OR	019		
5758124	Union Creek	union-creek	US		0	America/Los_Angeles	42.90707	-122.44559	1013			OR	029		
5758132	Union Gap	union-gap	US		0	America/Los_Angeles	43.40651	-123.31397	155			OR	019		
5758150	Union Point (historical)	union-point-historical	US		0	America/Los_Angeles	44.34846	-122.98564	123			OR	043		
5758160	Unionvale	unionvale	US		0	America/Los_Angeles	45.14317	-123.06066	52			OR	071		
5758271	Upper Highland	upper-highland	US		0	America/Los_Angeles	45.23568	-122.43009	402			OR	005		
5758358	Upper Soda	upper-soda	US		0	America/Los_Angeles	44.40624	-122.28285	431	Upper Soda,Upper Soda Springs		OR	043		
5758423	Valby	valby	US		0	America/Los_Angeles	45.31652	-119.84142	728			OR	049		
5758432	Valley Junction	valley-junction	US		0	America/Los_Angeles	45.06206	-123.57205	87			OR	053		
5758451	Valsetz (historical)	valsetz-historical	US		0	America/Los_Angeles	44.83817	-123.65511	340			OR	053		
5758509	Vanport City (historical)	vanport-city-historical	US		0	America/Los_Angeles	45.60206	-122.7001	5	Kaiserville,Van Port,Vanport,Vanport City (historical)		OR	051		
5758543	Veatch	veatch	US		0	America/Los_Angeles	43.75596	-123.10314	220			OR	039		
5758555	Venator	venator	US		0	America/Los_Angeles	43.34794	-118.3052	1148			OR	025		
5758575	Verboort	verboort	US		0	America/Los_Angeles	45.54956	-123.08677	59			OR	067		
5758586	Vermont Hills	vermont-hills	US		0	America/Los_Angeles	45.47734	-122.72787	102			OR	051		
5758690	Vinemaple	vinemaple	US		0	America/Los_Angeles	45.88844	-123.54429	146			OR	007		
5758729	Vistillas (historical)	vistillas-historical	US		0	America/Los_Angeles	42.16655	-120.7483	1525			OR	037		
5758746	Voltage	voltage	US		0	America/Los_Angeles	43.26126	-118.80715	1253			OR	025		
5758834	Wagontire	wagontire	US		0	America/Los_Angeles	43.24959	-119.87579	1444			OR	025		
5758872	Wakonda Beach	wakonda-beach	US		0	America/Los_Angeles	44.3879	-124.08873	7	Waconda Beach,Wakonda Beach		OR	041		
5758904	Waldron (historical)	waldron-historical	US		0	America/Los_Angeles	44.7243	-120.02862	846			OR	069		
5759007	Wallace (historical)	wallace-historical	US		0	America/Los_Angeles	43.65262	-123.08869	257			OR	039		
5759110	Wamic	wamic	US		85	America/Los_Angeles	45.22817	-121.26923	511			OR	065		
5759137	Wapinitia	wapinitia	US		0	America/Los_Angeles	45.11428	-121.25645	623	Oak Grove,Wapinita,Wapinitia		OR	065		
5759202	Warm Springs (historical)	warm-springs-historical	US		0	America/Boise	44.0221	-117.46213	774			OR	045		
5759435	Waterman (historical)	waterman-historical	US		0	America/Los_Angeles	44.61931	-119.89028	1203			OR	069		
5759477	Watson (historical)	watson-historical	US		0	America/Boise	43.32766	-117.45378	812			OR	045		
5759515	Waverly Heights	waverly-heights	US		0	America/Los_Angeles	45.44984	-122.64843	40			OR	005		
5759596	Wecoma Beach	wecoma-beach	US		0	America/Los_Angeles	44.98872	-124.00761	21			OR	041		
5759671	Wellen (historical)	wellen-historical	US		0	America/Los_Angeles	42.42207	-122.76087	459			OR	029		
5759694	Wemme	wemme	US		0	America/Los_Angeles	45.34873	-121.96591	405			OR	005		
5759703	Wendling	wendling	US		0	America/Los_Angeles	44.1904	-122.79841	195			OR	039		
5759998	West Klamath (historical)	west-klamath-historical	US		0	America/Los_Angeles	42.17209	-121.81778	1252			OR	035		
5761668	Wonder	wonder	US		0	America/Los_Angeles	42.36428	-123.53562	337			OR	033		
5760038	West Portland	west-portland	US		0	America/Los_Angeles	45.45484	-122.7326	185			OR	051		
5760039	West Portland Park	west-portland-park	US		0	America/Los_Angeles	45.44679	-122.72565	197			OR	051		
5760057	West Scio	west-scio	US		120	America/Los_Angeles	44.71096	-122.88287	97			OR	043		
5760060	West Side	west-side	US		0	America/Los_Angeles	42.11322	-120.49357	1455			OR	037		
5760068	West Slope	west-slope	US		6554	America/Los_Angeles	45.49873	-122.76454	114			OR	067		
5760075	West Stayton	west-stayton	US		0	America/Los_Angeles	44.78651	-122.86676	117			OR	047		
5760084	West Saint Helens	west-saint-helens	US		0	America/Los_Angeles	45.85761	-122.82733	35			OR	009		
5760107	West Woodburn	west-woodburn	US		0	America/Los_Angeles	45.15484	-122.89593	56			OR	047		
5760140	Westimber (historical)	westimber-historical	US		0	America/Los_Angeles	45.70817	-123.31095	332	West Timber,Westimber (historical)		OR	067		
5760189	Westwood Village	westwood-village	US		0	America/Los_Angeles	44.39651	-123.934	5			OR	041		
5760239	Wheeler Heights	wheeler-heights	US		0	America/Los_Angeles	45.68483	-123.89069	28			OR	057		
5760371	Whitaker	whitaker	US		0	America/Los_Angeles	44.55846	-122.87314	113			OR	043		
5760429	White Lake City (historical)	white-lake-city-historical	US		0	America/Los_Angeles	42.00404	-121.64555	1247			OR	035		
5760545	Whiteson	whiteson	US		0	America/Los_Angeles	45.15151	-123.19677	51	W V Crossing,W V Railway Crossing,Whites,Whiteson		OR	071		
5760561	Whitford	whitford	US		0	America/Los_Angeles	45.47206	-122.77343	68			OR	067		
5760576	Whitney (historical)	whitney-historical	US		0	America/Los_Angeles	44.65932	-118.29077	1268			OR	001		
5760599	Whitwood Court	whitwood-court	US		0	America/Los_Angeles	45.58539	-122.77204	53			OR	051		
5760866	Wilhoit	wilhoit	US		0	America/Los_Angeles	45.05262	-122.56786	227	Wilhoit,Wilhoit Springs		OR	005		
5760882	Willamette	willamette	US		0	America/Los_Angeles	45.34429	-122.66704	51			OR	005		
5760884	Willamette City	willamette-city	US		0	America/Los_Angeles	43.74623	-122.48477	342			OR	039		
5760895	Willamette Heights	willamette-heights	US		0	America/Los_Angeles	45.53512	-122.7176	85			OR	051		
5760934	Willard (historical)	willard-historical	US		0	America/Los_Angeles	44.9429	-122.80259	171			OR	047		
5760944	Willard (historical)	willard-historical	US		0	America/Los_Angeles	43.63317	-124.12761	56			OR	019		
5760978	Williams Creek (historical)	williams-creek-historical	US		0	America/Los_Angeles	42.27068	-123.21366	369			OR	029		
5761006	Williamsburg (historical)	williamsburg-historical	US		0	America/Los_Angeles	42.24429	-123.25505	403			OR	033		
5761188	Willowcreek	willowcreek	US		0	America/Boise	44.1146	-117.36435	736	Lancaster,Lancaster Station,Willow Creek,Willowcreek		OR	045		
5761191	Willowdale	willowdale	US		0	America/Los_Angeles	44.8054	-120.9431	538			OR	031		
5761293	Wimer	wimer	US		678	America/Los_Angeles	42.53873	-123.14894	343			OR	029		
5761304	Winberry	winberry	US		0	America/Los_Angeles	43.95346	-122.71257	255			OR	039		
5761316	Winchester Bay	winchester-bay	US		382	America/Los_Angeles	43.67706	-124.17484	7			OR	019		
5761461	Wingville	wingville	US		0	America/Los_Angeles	44.83959	-117.92161	1036			OR	001		
5761535	Witch Hazel	witch-hazel	US		0	America/Los_Angeles	45.50039	-122.93121	56			OR	067		
5761705	Wood Village	wood-village	US		4017	America/Los_Angeles	45.53429	-122.4187	48	Ud Vilidzh,Vud Vilidz,Vud Villadzh,wwd fylyj,wwd wylyj  awrgn,Вуд Вилиџ,Вуд Вилладж,Уд Вилидж,وود فيليج,وود ویلیج، اورگن		OR	051		
5761762	Woods	woods	US		0	America/Los_Angeles	45.21399	-123.95484	7			OR	057		
5762006	Yaquina	yaquina	US		0	America/Los_Angeles	44.60206	-124.00873	32	Yaquina,Yaquinna		OR	041		
5762104	Yocum (historical)	yocum-historical	US		0	America/Los_Angeles	42.02211	-120.78441	1637			OR	037		
5762128	Yonna	yonna	US		0	America/Los_Angeles	42.26792	-121.4675	1263			OR	035		
5762216	Zena	zena	US		0	America/Los_Angeles	45.00873	-123.12954	88			OR	053		
5762226	Zigzag	zigzag	US		0	America/Los_Angeles	45.34401	-121.94314	434	Zig Zag,Zigzag		OR	005		
5762272	Zumwalt	zumwalt	US		0	America/Los_Angeles	45.63071	-116.97015	1394			OR	063		
5762320	Ajax	ajax	US		0	America/Denver	43.89749	-103.18185	1068			SD	103	52987	
5762371	Allison Crossing	allison-crossing	US		0	America/Denver	45.19887	-101.91738	661			SD	137	45810	
5762424	Antelope Development Area	antelope-development-area	US		0	America/Chicago	43.30223	-100.63458	781			SD	121	17955	
5762466	Arpan	arpan	US		0	America/Denver	44.78832	-103.64909	881			SD	019	70290	
5762472	Arrowhead Estates	arrowhead-estates	US		0	America/Denver	44.0361	-103.27685	1069			SD	103	52980	
5762502	Ashland Heights	ashland-heights	US		754	America/Denver	44.12971	-103.12518	965			SD	103	11165	
5762508	Athboy	athboy	US		0	America/Denver	45.57415	-101.92264	709			SD	031	70310	
5762514	Avance (historical)	avance-historical	US		0	America/Denver	44.91832	-102.24766	770			SD	093	45605	
5762538	Bad Wound	bad-wound	US		0	America/Denver	43.30028	-101.75987	921			SD	007	70270	
5762548	Badnation	badnation	US		0	America/Chicago	43.65166	-100.36986	624	Badnation,Runningville		SD	095	03140	
5762639	Bear Butte	bear-butte	US		0	America/Denver	44.47443	-103.30741	871			SD	093	04400	
5762736	Benchmark	benchmark	US		0	America/Denver	44.22526	-103.57825	1531			SD	081	59870	
5762827	Billsburg	billsburg	US		0	America/Denver	44.40054	-101.68015	745			SD	055	70375	
5762862	Black Eyes	black-eyes	US		0	America/Denver	43.26166	-101.69709	920			SD	007	17710	
5762881	Black Horse	black-horse	US		0	America/Denver	45.71583	-101.38069	597			SD	031	70310	
5762897	Blackhawk	blackhawk	US		2892	America/Denver	44.1511	-103.30796	1065	Black Hawk,Blackhawk		SD	093	59965	
5762899	Blackpipe	blackpipe	US		0	America/Denver	43.34389	-101.27459	889			SD	007	17710	
5762900	Blacktail	blacktail	US		0	America/Denver	44.36998	-103.7602	1456	Black Tail,Blacktail		SD	081	59870	
5762970	Boneita Springs	boneita-springs	US		0	America/Denver	44.44499	-102.56239	797			SD	093	04400	
5763060	Broadmoor Subdivision	broadmoor-subdivision	US		0	America/Denver	44.03943	-103.27296	1061			SD	103	52980	
5763104	Brownsville (historical)	brownsville-historical	US		0	America/Denver	44.27526	-103.69436	1678	Avalon,Brownsville (historical)		SD	081	59870	
5763205	Bunker (historical)	bunker-historical	US		0	America/Denver	44.2386	-101.10181	620			SD	117	59945	
5763211	Burdock	burdock	US		0	America/Denver	43.45303	-103.99326	1110	Argentine,Argyle,Burdock		SD	047	02060	
5763279	Cactus Flat	cactus-flat	US		0	America/Denver	43.83555	-101.89432	762	Cactus Flat,Cactus Flat Junction,Cactus Flats		SD	071	45800	
5763344	Canyon City (historical)	canyon-city-historical	US		0	America/Denver	44.08499	-103.60575	1440			SD	103	70475	
5763350	Capa	capa	US		0	America/Chicago	44.10887	-100.97819	540	Capa,Capa City		SD	075	45597	
5763355	Carbonate (historical)	carbonate-historical	US		0	America/Denver	44.39998	-103.86854	1694	Carbonate (historical),Carbonate City,Virginia		SD	081	45600	
5763363	Canning	canning	US		0	America/Chicago	44.39637	-100.03207	471			SD	065	70390	
5763398	Carterville (historical)	carterville-historical	US		0	America/Denver	44.33748	-103.74631	1562			SD	081	59870	
5763399	Cartesville (historical)	cartesville-historical	US		0	America/Denver	44.33943	-103.75742	1553			SD	081	59870	
5763400	Carthage (historical)	carthage-historical	US		0	America/Denver	44.33054	-103.80881	1781			SD	081	59870	
5763402	Carwye (historical)	carwye-historical	US		0	America/Denver	44.22221	-103.4213	1375			SD	093	59965	
5763407	Cascade Springs	cascade-springs	US		0	America/Denver	43.33331	-103.55047	1063	Cascade,Cascade Springs		SD	047	45560	
5763434	Castleton (historical)	castleton-historical	US		0	America/Denver	44.06526	-103.65603	1576			SD	103	70475	
5763457	Cedar Butte	cedar-butte	US		0	America/Chicago	43.57694	-101.01848	718	Cedar Butte,Cedarbutte		SD	095	56780	
5763468	Cedar Canyon	cedar-canyon	US		0	America/Denver	45.0236	-102.69044	911			SD	093	45605	
5763482	Centennial City (historical)	centennial-city-historical	US		0	America/Denver	44.43471	-103.63519	1225			SD	081	45600	
5763517	Chance	chance	US		0	America/Denver	45.40998	-102.28127	766			SD	105	11340	
5763519	Channing (historical)	channing-historical	US		0	America/Denver	44.24165	-103.51713	1526			SD	081	59870	
5763552	Cheyenne Crossing	cheyenne-crossing	US		0	America/Denver	44.2961	-103.86937	1622	Cheyenne Crossing,Spearfish Crossing		SD	081	59870	
5763573	Chinatown	chinatown	US		0	America/Denver	44.37915	-103.72131	1476			SD	081	15700	
5763598	Clara Belle Camp (historical)	clara-belle-camp-historical	US		0	America/Denver	43.86387	-103.59631	1744			SD	103	70475	
5763616	Clarkson Addition	clarkson-addition	US		0	America/Denver	44.0086	-103.32685	1273			SD	103	44070	
5763646	Clough	clough	US		0	America/Denver	44.57915	-102.80462	841			SD	093	04400	
5763668	Coal Springs	coal-springs	US		0	America/Denver	45.44165	-102.10766	785			SD	105	45575	
5763684	Cold Spring II (historical)	cold-spring-ii-historical	US		0	America/Denver	43.62221	-103.50519	1426			SD	033	70320	
5763699	Colonial Pine Hills	colonial-pine-hills	US		2493	America/Denver	44.00777	-103.31546	1243			SD	103	44070	
5763709	Conata	conata	US		0	America/Denver	43.7286	-102.18877	755			SD	103	13620	
5763738	Copper Camp (historical)	copper-camp-historical	US		0	America/Denver	44.09165	-103.79909	1880			SD	103	70475	
5763754	Corn Creek	corn-creek	US		105	America/Chicago	43.565	-101.20098	721			SD	095	10780	
5763862	Crook City	crook-city	US		0	America/Denver	44.44137	-103.63353	1131	Camp Crook II,Crook,Crook City		SD	081	45600	
5763956	Dacy (historical)	dacy-historical	US		0	America/Denver	44.35415	-103.90882	1748			SD	081	45600	
5763985	Danoby (historical)	danoby-historical	US		0	America/Denver	43.77498	-103.73242	1830			SD	033	70320	
5764102	Denby	denby	US		0	America/Denver	43.06082	-102.33766	1027			SD	102		
5764122	Diamond City (historical)	diamond-city-historical	US		0	America/Denver	44.14998	-103.69908	1739			SD	081	59870	
5764208	Dowling (historical)	dowling-historical	US		0	America/Denver	44.3336	-101.9846	809			SD	055	70375	
5764390	Eakin	eakin	US		0	America/Chicago	44.61554	-100.03318	538			SD	119	17950	
5764511	Elbon	elbon	US		0	America/Denver	44.28082	-101.68848	769			SD	055	70375	
5764519	Elizabethtown (historical)	elizabethtown-historical	US		0	America/Denver	44.38748	-103.70325	1362			SD	081	15700	
5764522	Elevenmile Corner	elevenmile-corner	US		0	America/Denver	44.19721	-101.66764	731			SD	055	70375	
5764544	Ellingson (historical)	ellingson-historical	US		0	America/Denver	45.86667	-102.86988	825			SD	105	30060	
5764669	Fairview (historical)	fairview-historical	US		0	America/Denver	44.10137	-103.65186	1625			SD	103	70475	
5764748	Firesteel	firesteel	US		0	America/Denver	45.42471	-101.28515	717			SD	041	45545	
5764801	Flatiron I (historical)	flatiron-i-historical	US		0	America/Denver	44.32637	-103.76853	1657			SD	081	59870	
5764814	Florence (historical)	florence-historical	US		0	America/Denver	44.13582	-103.7802	1746			SD	103	70475	
5764909	Fox Ridge	fox-ridge	US		0	America/Denver	44.99443	-102.52544	876			SD	093	45605	
5764944	Frenchtown (historical)	frenchtown-historical	US		0	America/Denver	43.88749	-103.38241	1342			SD	103	44070	
5765079	Glad Valley	glad-valley	US		0	America/Denver	45.39915	-101.77764	751			SD	137	45810	
5765107	Goiens (historical)	goiens-historical	US		0	America/Denver	44.19582	-103.39213	1273			SD	093	59965	
5765115	Gold Mountain Subdivision	gold-mountain-subdivision	US		0	America/Denver	43.95637	-103.59658	1603			SD	103	70475	
5765160	Gossage Memorial	gossage-memorial	US		0	America/Denver	44.07082	-103.25074	1140	Gossage Memorial,Gossage Sunshine Memorial		SD	103	52980	
5765209	Gray Goose	gray-goose	US		0	America/Chicago	44.5047	-100.35069	520			SD	065	70390	
5765214	Green Grass	green-grass	US		35	America/Denver	45.17109	-101.24599	567			SD	041	45545	
5765238	Gregory (historical)	gregory-historical	US		0	America/Denver	44.16109	-103.73936	1770			SD	081	59870	
5765275	Gustave	gustave	US		0	America/Denver	45.2811	-103.97521	1054			SD	063	59865	
5765337	Harding	harding	US		0	America/Denver	45.39833	-103.8327	1043			SD	063	59865	
5765358	Harney	harney	US		0	America/Denver	43.89249	-103.38797	1280			SD	103	44070	
5765450	Haydraw	haydraw	US		0	America/Denver	44.44499	-102.72184	819			SD	093	04400	
5765467	Hayward (historical)	hayward-historical	US		0	America/Denver	43.87166	-103.33436	1161	Hayward (historical),Hayward City,Hayword		SD	103	44070	
5765566	Hidden Timber	hidden-timber	US		0	America/Chicago	43.22945	-100.42152	736			SD	121	17955	
5765615	Hilland	hilland	US		0	America/Denver	44.28276	-101.85654	793			SD	055	70375	
5765635	Hisega	hisega	US		0	America/Denver	44.05332	-103.40185	1227			SD	103	44070	
5765638	Hisle	hisle	US		0	America/Denver	43.40583	-101.75181	826			SD	071	59962	
5765694	Hoover	hoover	US		0	America/Denver	45.11249	-103.26712	843			SD	019	17720	
5765810	Igloo	igloo	US		0	America/Denver	43.20247	-103.85687	1118			SD	047	52180	
5765900	Ivanhoe (historical)	ivanhoe-historical	US		0	America/Denver	43.47914	-103.69492	1338			SD	033	70320	
5765942	Iron Lightning	iron-lightning	US		0	America/Denver	45.1797	-101.84626	657			SD	137	45810	
5765953	J and E Trailer Court	j-and-e-trailer-court	US		0	America/Denver	44.10276	-103.52602	1528			SD	103	70475	
5765995	Jeffrey (historical)	jeffrey-historical	US		0	America/Denver	45.72361	-100.57958	561			SD	031	68180	
5766087	Johnson Siding	johnson-siding	US		659	America/Denver	44.08471	-103.43797	1307	Johnson,Johnson Siding,Onhson Siding		SD	103	44070	
5766098	Jolly Dump	jolly-dump	US		0	America/Denver	44.5936	-103.86798	982			SD	019	70290	
5766107	Jordan Junction	jordan-junction	US		0	America/Chicago	43.385	-100.02929	618			SD	123	32980	
5766121	Junction Ranger Station	junction-ranger-station	US		0	America/Denver	43.84609	-103.69464	1829			SD	033	70320	
5766163	Kadoka Junction	kadoka-junction	US		0	America/Denver	43.83583	-101.52237	756			SD	071	33180	
5766172	Karinen	karinen	US		0	America/Denver	45.90056	-103.67492	982			SD	063	45585	
5766191	Kenel	kenel	US		0	America/Denver	45.85833	-100.45985	604			SD	031	17745	
5766210	Keyapaha	keyapaha	US		0	America/Chicago	43.10945	-100.1379	701			SD	123	29780	
5766252	Kirley	kirley	US		0	America/Denver	44.52359	-101.31181	655			SD	055	17810	
5766319	La Plant	la-plant	US		171	America/Denver	45.14471	-100.65153	601	La Plant,LaPlant		SD	041	59842	
5766320	LaCreek (historical)	lacreek-historical	US		0	America/Denver	43.09167	-101.64681	935	La Creek,LaCreek (historical),Lacreek		SD	007	17710	
5766328	Lacy	lacy	US		0	America/Denver	44.49554	-100.70125	621			SD	117	45727	
5766329	Ladner	ladner	US		0	America/Denver	45.82722	-103.72798	956			SD	063	45585	
5766366	Lakota Homes	lakota-homes	US		0	America/Denver	44.10832	-103.21851	1031			SD	103	52980	
5766373	Lancaster City (historical)	lancaster-city-historical	US		0	America/Denver	44.37915	-103.77409	1528			SD	081	59870	
5766631	Littleburg	littleburg	US		0	America/Chicago	43.04501	-100.45208	813			SD	121	17955	
5766829	Mahto	mahto	US		0	America/Denver	45.75861	-100.67624	553			SD	031	17745	
5766863	Maple Leaf	maple-leaf	US		0	America/Denver	45.92472	-100.89069	639			SD	031	17745	
5766933	Mawl Springs	mawl-springs	US		0	America/Denver	44.08721	-102.80045	857			SD	103	17730	
5766946	Maurine	maurine	US		0	America/Denver	45.02304	-102.5935	876			SD	093	45605	
5766960	McGee	mcgee	US		0	America/Denver	44.03804	-103.38408	1183	McGee,McGees Sliding		SD	103	44070	
5766985	McLaughlin	mclaughlin	US		679	America/Denver	45.81444	-100.81041	610			SD	031	40020	
5767032	Melcore Acres Subdivision	melcore-acres-subdivision	US		0	America/Denver	44.08304	-103.43991	1311			SD	103	44070	
5767139	Minnekahta	minnekahta	US		0	America/Denver	43.43053	-103.68825	1269			SD	047	45560	
5767141	Miscol	miscol	US		0	America/Denver	45.67694	-101.16236	631	Miscol,Miscol Ranch		SD	031	70310	
5767151	Mission Ridge	mission-ridge	US		0	America/Denver	44.69193	-100.7957	605			SD	117	45727	
5767177	Moenville	moenville	US		0	America/Denver	44.47637	-101.25542	708			SD	055	17810	
5767208	Moreau	moreau	US		0	America/Denver	45.35582	-100.39791	523			SD	041	59842	
5767234	Mosher	mosher	US		0	America/Chicago	43.46833	-100.29819	628			SD	095	43980	
5767416	Nihart	nihart	US		0	America/Denver	43.65637	-103.59103	1552	Nihart,Nihart Siding		SD	033	70320	
5767488	North Eagle Butte	north-eagle-butte	US		1954	America/Denver	45.00415	-101.23376	734			SD	041	45545	
5767532	North Spearfish	north-spearfish	US		2285	America/Denver	44.50665	-103.89215	1113			SD	081	60020	
5767555	Novak	novak	US		0	America/Denver	44.21637	-103.55186	1493	Cindell Spur,Novak		SD	081	59870	
5767558	Nowlin	nowlin	US		0	America/Denver	44.04971	-101.30264	597			SD	055	17810	
5767587	Oahe	oahe	US		0	America/Chicago	44.45776	-100.53097	491			SD	065	70390	
5767623	Okobojo	okobojo	US		0	America/Chicago	44.64915	-100.39569	521			SD	119	70630	
5767679	Olsonville	olsonville	US		0	America/Chicago	43.12778	-100.60903	851			SD	121	17955	
5767700	Oreville	oreville	US		0	America/Denver	43.86748	-103.62297	1635			SD	103	70475	
5767708	Orton	orton	US		0	America/Denver	44.71026	-100.84209	609			SD	117	45727	
5767749	Pactola (historical)	pactola-historical	US		0	America/Denver	44.0736	-103.4838	1360	Camp Crook,Pactola (historical)		SD	103	44070	
5767773	Parade	parade	US		0	America/Denver	45.02387	-101.10459	732			SD	041	59842	
5767802	Patricia	patricia	US		0	America/Denver	43.28722	-101.51209	901			SD	007	17710	
5767897	Philip Junction	philip-junction	US		0	America/Denver	43.96582	-101.66126	726			SD	071	25520	
5767998	Plenty Bears	plenty-bears	US		0	America/Denver	43.27305	-101.8421	959			SD	007	70270	
5768021	Pluma	pluma	US		0	America/Denver	44.3586	-103.73825	1456			SD	081	59870	
5768064	Potato Creek	potato-creek	US		0	America/Denver	43.53444	-101.99015	833			SD	071	59962	
5768120	Promise	promise	US		0	America/Denver	45.33277	-100.60375	495			SD	041	59842	
5768204	Ragged Top (historical)	ragged-top-historical	US		0	America/Denver	44.35971	-103.88576	1790	Balmoral,Ragged Top (historical)		SD	081	45600	
5768244	Rapid Valley	rapid-valley	US		8260	America/Denver	44.06249	-103.14629	962			SD	103	11165	
5768299	Red Elm	red-elm	US		0	America/Denver	45.05526	-101.78405	751	Red Elm,Redelm		SD	137	45810	
5768315	Red Scaffold	red-scaffold	US		0	America/Denver	44.76693	-101.84377	612			SD	137	59975	
5768319	Red Shirt	red-shirt	US		0	America/Denver	43.66749	-102.8988	821			SD	102	70415	
5768334	Redfern	redfern	US		0	America/Denver	44.00248	-103.64492	1720			SD	103	70475	
5768339	Redowl	redowl	US		0	America/Denver	44.69777	-102.55322	836	Red Owl,Redowl		SD	093	04400	
5768416	Ridgeland Heights	ridgeland-heights	US		0	America/Denver	44.08277	-103.36296	1246			SD	103	44070	
5768493	Rochford	rochford	US		0	America/Denver	44.12443	-103.71964	1617			SD	103	70475	
5768511	Rockerville	rockerville	US		0	America/Denver	43.95804	-103.35852	1332			SD	103	44070	
5768525	Rockyford	rockyford	US		0	America/Denver	43.49721	-102.50212	808			SD	102	70415	
5768578	Roubaix	roubaix	US		0	America/Denver	44.27582	-103.66631	1640	Perry,Roubaix		SD	081	59870	
5768632	Runkel (historical)	runkel-historical	US		0	America/Denver	44.30054	-103.53213	1456	Runkel (historical),Runkles		SD	093	59965	
5768811	Sanator	sanator	US		0	America/Denver	43.69665	-103.60575	1613			SD	033	70320	
5768843	Sansarc	sansarc	US		0	America/Denver	44.50665	-101.03487	621			SD	117	45727	
5768873	Schaeferville	schaeferville	US		0	America/Denver	44.12138	-103.29546	1062			SD	103	11165	
5768955	Sevenmile Corner	sevenmile-corner	US		0	America/Denver	43.83583	-101.66042	758			SD	071	45565	
5768970	Shadehill	shadehill	US		0	America/Denver	45.76555	-102.17932	674			SD	105	16460	
5768978	Sharps Corner	sharps-corner	US		0	America/Denver	43.38971	-102.3985	882			SD	102		
5769004	Sheridan (historical)	sheridan-historical	US		0	America/Denver	43.97693	-103.47047	1410			SD	103	44070	
5769066	Sioux Village	sioux-village	US		0	America/Denver	44.11443	-103.21768	1033			SD	103	52980	
5769100	Slim Butte	slim-butte	US		0	America/Denver	43.07609	-102.82073	922			SD	102	70415	
5769145	Snake Creek	snake-creek	US		0	America/Denver	45.58472	-100.58597	500			SD	031	17745	
5769148	Snoma (historical)	snoma-historical	US		0	America/Denver	44.64832	-103.69214	894			SD	019	70290	
5769166	Soldier Creek	soldier-creek	US		227	America/Chicago	43.32361	-100.8882	715			SD	121	70635	
5769176	Sorum	sorum	US		0	America/Denver	45.44971	-102.92933	856			SD	105		
5769207	South Canyon Country Estates	south-canyon-country-estates	US		0	America/Denver	44.10193	-103.36296	1256			SD	103	44070	
5769400	State Game Lodge	state-game-lodge	US		0	America/Denver	43.7711	-103.3838	1364			SD	033	17750	
5769468	Stratosphere Bowl	stratosphere-bowl	US		0	America/Denver	43.97665	-103.34574	1201	Strato Bowl,Stratosphere Bowl		SD	103	44070	
5769486	Strool	strool	US		0	America/Denver	45.50055	-102.80488	869			SD	105	62060	
5769581	Swett	swett	US		0	America/Denver	43.17194	-101.95154	1019			SD	007	70270	
5769591	Sylvan Lake Resort	sylvan-lake-resort	US		0	America/Denver	43.8461	-103.56436	1874			SD	033	17750	
5769667	Terraville	terraville	US		0	America/Denver	44.36221	-103.76464	1569			SD	081	59870	
5769722	Thunder Butte	thunder-butte	US		0	America/Denver	45.21276	-101.67015	634			SD	137	45810	
5769725	Thunder Hawk	thunder-hawk	US		0	America/Denver	45.93833	-101.97487	791			SD	031	36332	
5769737	Tilford	tilford	US		0	America/Denver	44.30026	-103.42991	1094			SD	093	59965	
5769739	Thunderbird Homes Addition	thunderbird-homes-addition	US		0	America/Denver	44.12221	-103.47074	1429			SD	103	44070	
5769765	Tinton	tinton	US		0	America/Denver	44.38054	-104.04854	1817	Negro Hills,Tinton		SD	081	45600	
5769877	Twilight Hills Addition	twilight-hills-addition	US		0	America/Denver	44.08054	-103.14657	1005			SD	103	52980	
5769909	Two Strike	two-strike	US		209	America/Chicago	43.21306	-100.8757	850			SD	121	70635	
5769942	Usta	usta	US		0	America/Denver	45.22026	-102.16294	712			SD	105	19620	
5769975	Van Metre	van-metre	US		0	America/Chicago	44.15943	-100.79375	515	Bovine,Van Metre		SD	075	45597	
5769998	Vestal Springs	vestal-springs	US		0	America/Denver	43.82859	-103.68631	1852			SD	033	70320	
5769999	Vetal	vetal	US		0	America/Denver	43.21444	-101.37682	906			SD	007	17710	
5770013	Viewfield	viewfield	US		0	America/Denver	44.21193	-102.82961	857			SD	093	04400	
5770028	Virginia (historical)	virginia-historical	US		0	America/Denver	44.32637	-103.64908	1503			SD	081	59870	
5770039	Volunteer	volunteer	US		0	America/Denver	44.51193	-103.13296	782			SD	093	04400	
5770089	Wakpamani	wakpamani	US		0	America/Denver	43.12166	-102.14821	1051			SD	102		
5770133	Warbonnet	warbonnet	US		0	America/Denver	43.99916	-103.13323	951	Brennan,Siding Eleven,Warbonnet		SD	103	52987	
5770195	Wendte	wendte	US		0	America/Denver	44.24443	-100.66514	485			SD	117	59945	
5770288	Weta	weta	US		0	America/Denver	43.77444	-101.71681	702	Weta,Weta Station		SD	071	70700	
5770310	White Butte	white-butte	US		0	America/Denver	45.94056	-102.36238	762			SD	105	71060	
5770333	White Horse	white-horse	US		276	America/Chicago	43.30834	-100.59653	783			SD	121	17955	
5770400	Wicksville	wicksville	US		0	America/Denver	44.0961	-102.5885	886			SD	103	17730	
5770431	Wildwood Addition	wildwood-addition	US		0	America/Denver	44.03527	-103.2749	1102			SD	103	52980	
5770567	Yellowhorse Ford	yellowhorse-ford	US		0	America/Denver	45.28026	-100.79709	506			SD	041	59842	
5770574	Zeona	zeona	US		0	America/Denver	45.19332	-102.91239	819			SD	105	59880	
5770590	214 North Temple Condominium	214-north-temple-condominium	US		0	America/Denver	40.77189	-111.90105	1302			UT	035		
5770595	A and K	a-and-k	US		0	America/Denver	40.87883	-111.89938	1317			UT	011		
5770599	Abrams Way	abrams-way	US		0	America/Denver	41.03856	-111.90827	1416			UT	011		
5770601	Academy Heights	academy-heights	US		0	America/Denver	41.26411	-111.96827	1313			UT	057		
5770602	Academy Heights Addition	academy-heights-addition	US		0	America/Denver	41.26383	-111.96327	1324			UT	057		
5770603	Academy Park	academy-park	US		0	America/Denver	40.66884	-111.99661	1362			UT	035		
5770607	Adamdell	adamdell	US		0	America/Denver	41.16967	-111.98439	1405			UT	057		
5770609	Acord Acres	acord-acres	US		0	America/Denver	40.70161	-111.98911	1298			UT	035		
5770610	Adams Park	adams-park	US		0	America/Denver	40.6355	-111.85632	1339			UT	035		
5770616	Addison Park One	addison-park-one	US		0	America/Denver	40.71022	-112.02744	1296			UT	035		
5770617	Addison Park Three and Four	addison-park-three-and-four	US		0	America/Denver	40.70522	-112.02744	1297			UT	035		
5770619	Adventure Condominium	adventure-condominium	US		0	America/Denver	40.60911	-111.79577	1544			UT	035		
5770620	Aegean Village	aegean-village	US		0	America/Denver	40.95578	-111.88466	1296			UT	011		
5770623	Agricultural Park	agricultural-park	US		0	America/Denver	40.77411	-111.9341	1287			UT	035		
5770627	Airlane Park	airlane-park	US		0	America/Denver	41.10967	-112.00744	1398			UT	011		
5770629	Airport East Business Park	airport-east-business-park	US		0	America/Denver	40.77245	-111.9466	1290			UT	035		
5770631	Aix La Chapelle Condominium	aix-la-chapelle-condominium	US		0	America/Denver	40.66661	-111.82577	1353			UT	035		
5770635	Al Vita Park	al-vita-park	US		0	America/Denver	41.1155	-112.01855	1388			UT	011		
5770637	Alamo Park	alamo-park	US		0	America/Denver	40.593	-111.89938	1332			UT	035		
5770638	Aland of Honey	aland-of-honey	US		0	America/Denver	41.15967	-112.07466	1301			UT	057		
5770639	Albert Place	albert-place	US		0	America/Denver	40.7505	-111.92299	1290			UT	035		
5770641	Albertsons Center	albertsons-center	US		0	America/Denver	41.22994	-111.94605	1374			UT	057		
5770642	Albion Alps	albion-alps	US		0	America/Denver	40.58051	-111.61853	2826			UT	035		
5770644	Albion Basin	albion-basin	US		0	America/Denver	40.58051	-111.61853	2826			UT	035		
5770648	Al Vi Village	al-vi-village	US		0	America/Denver	41.138	-112.0555	1336			UT	011		
5770650	Alegre Vista	alegre-vista	US		0	America/Denver	40.59439	-111.87493	1371			UT	035		
5770653	Alda Verda	alda-verda	US		0	America/Denver	40.85467	-111.87521	1474			UT	011		
5770670	Allen Taylor	allen-taylor	US		0	America/Denver	41.30328	-112.02689	1302			UT	057		
5770674	Allison Acres	allison-acres	US		0	America/Denver	41.08772	-112.05522	1312			UT	011		
5770686	Alpine Gardens	alpine-gardens	US		0	America/Denver	40.65495	-111.88188	1321			UT	035		
5770687	Alpine Meadows	alpine-meadows	US		0	America/Denver	40.70578	-111.99466	1297			UT	035		
5770688	Alpine Ranchettes	alpine-ranchettes	US		0	America/Denver	41.20911	-112.048	1303			UT	057		
5770689	Alpine Ranchettes Two	alpine-ranchettes-two	US		0	America/Denver	41.20578	-112.048	1303			UT	057		
5770693	Alta Acres	alta-acres	US		0	America/Denver	41.02633	-111.923	1353			UT	011		
5770696	Alta Canyon Village	alta-canyon-village	US		0	America/Denver	40.58217	-111.83021	1469			UT	035		
5770698	Alta Cove at Willow Creek	alta-cove-at-willow-creek	US		0	America/Denver	40.59217	-111.82632	1465			UT	035		
5770700	Alta Heights	alta-heights	US		0	America/Denver	40.90467	-111.87077	1332			UT	011		
5770701	Alta Heights	alta-heights	US		0	America/Denver	40.54912	-111.85632	1431			UT	035		
5770703	Alta Hills	alta-hills	US		0	America/Denver	40.593	-111.80188	1502			UT	035		
5770706	Alta View Estates	alta-view-estates	US		0	America/Denver	40.57328	-111.89327	1349			UT	035		
5770711	Alta Vista Subdivision Number 1	alta-vista-subdivision-number-1	US		0	America/Denver	40.56662	-111.81743	1537			UT	035		
5770717	Altara Heights	altara-heights	US		0	America/Denver	40.54578	-111.87132	1384			UT	035		
5770719	Altavilla Estates	altavilla-estates	US		0	America/Denver	40.56773	-111.81577	1542			UT	035		
5770720	Altawood	altawood	US		0	America/Denver	40.58106	-111.80354	1567			UT	035		
5770721	Altawood Place	altawood-place	US		0	America/Denver	40.5555	-111.85993	1408			UT	035		
5770722	Altawood Subdivision Number 3	altawood-subdivision-number-3	US		0	America/Denver	40.57912	-111.80493	1567			UT	035		
5770728	Amalga	amalga	US		514	America/Denver	41.86104	-111.89578	1353			UT	005		
5770730	Amanda Acres	amanda-acres	US		0	America/Denver	40.68606	-112.02216	1345			UT	035		
5770733	Amber Way Condominium	amber-way-condominium	US		0	America/Denver	41.17494	-111.97577	1401			UT	057		
5770734	Amby Briggs	amby-briggs	US		0	America/Denver	40.888	-111.85577	1458			UT	011		
5770749	American Plaza Condominium	american-plaza-condominium	US		0	America/Denver	40.76633	-111.89244	1312			UT	035		
5770750	American Towers Condominium	american-towers-condominium	US		0	America/Denver	40.7655	-111.89244	1309			UT	035		
5770753	American Villa	american-villa	US		0	America/Denver	40.57856	-111.87743	1375			UT	035		
5770756	Amherst Park	amherst-park	US		0	America/Denver	40.64439	-111.90605	1317			UT	035		
5770757	Amos Addition	amos-addition	US		0	America/Denver	40.79245	-111.9316	1286			UT	035		
5770774	Anderson West Acres	anderson-west-acres	US		0	America/Denver	41.21439	-112.07578	1296			UT	057		
5770777	Anderwood Estates	anderwood-estates	US		0	America/Denver	41.32966	-111.99939	1418			UT	057		
5770778	Andlor	andlor	US		0	America/Denver	40.66328	-111.81549	1377			UT	035		
5770779	Angel Street	angel-street	US		0	America/Denver	40.60217	-111.88355	1352			UT	035		
5770780	Angels Grove	angels-grove	US		0	America/Denver	40.52133	-112.26106	1636			UT	045		
5770781	Angie Circle Condominium	angie-circle-condominium	US		0	America/Denver	40.65217	-111.87327	1317			UT	035		
5770782	Angle View	angle-view	US		0	America/Denver	40.63773	-111.94521	1358			UT	035		
5770783	Anita Lander	anita-lander	US		0	America/Denver	41.21717	-111.94661	1369			UT	057		
5770785	Anderton Estates	anderton-estates	US		0	America/Denver	40.67272	-111.96938	1335			UT	035		
5770808	Apollo Hills	apollo-hills	US		0	America/Denver	40.67967	-112.04022	1378			UT	035		
5770810	Apple Blossom Estate	apple-blossom-estate	US		0	America/Denver	40.65773	-111.86688	1321			UT	035		
5770811	Apple Estates	apple-estates	US		0	America/Denver	41.17661	-112.02355	1369			UT	057		
5770812	Apple Park	apple-park	US		0	America/Denver	41.17717	-112.00911	1336			UT	057		
5770814	Apple Valley Estates	apple-valley-estates	US		0	America/Denver	41.14106	-112.03605	1364			UT	011		
5770816	Applegate Condo	applegate-condo	US		0	America/Denver	40.65606	-111.91188	1312			UT	035		
5770817	Applewood	applewood	US		0	America/Denver	40.64495	-111.82993	1354			UT	035		
5770818	Applewood Estates	applewood-estates	US		0	America/Denver	40.92383	-111.88772	1292			UT	011		
5770819	April Acres	april-acres	US		0	America/Denver	40.70189	-112.08133	1318			UT	035		
5770820	April Meadows	april-meadows	US		0	America/Denver	40.63495	-111.99105	1396			UT	035		
5770821	Aragonite	aragonite	US		0	America/Denver	40.74271	-113.00276	1388			UT	045		
5770822	Arbor Estates	arbor-estates	US		0	America/Denver	40.66439	-111.82716	1348			UT	035		
5770823	Arbor Estates Condominium	arbor-estates-condominium	US		0	America/Denver	40.66439	-111.82716	1348			UT	035		
5770824	Arborwood Park	arborwood-park	US		0	America/Denver	40.6605	-111.8291	1339			UT	035		
5770829	Arcadia Park Condominium	arcadia-park-condominium	US		0	America/Denver	40.67495	-111.83216	1359			UT	035		
5770831	Arcadian Park	arcadian-park	US		0	America/Denver	40.67495	-111.83438	1357			UT	035		
5770833	Archer Kullak	archer-kullak	US		0	America/Denver	40.76606	-111.91855	1287			UT	035		
5770841	Argonne Park	argonne-park	US		0	America/Denver	41.21328	-111.94383	1390			UT	057		
5770845	Arlington Hills	arlington-hills	US		0	America/Denver	40.78245	-111.8491	1562			UT	035		
5770846	Arlington Park	arlington-park	US		0	America/Denver	40.77995	-111.84605	1532			UT	035		
5770847	Arlington Park	arlington-park	US		0	America/Denver	40.66828	-112.00411	1370			UT	035		
5770850	Arnold Estates	arnold-estates	US		0	America/Denver	40.66995	-111.97855	1346			UT	035		
5770853	Arsenal	arsenal	US		0	America/Denver	41.13411	-112.023	1401			UT	011		
5770854	Arsenal Villa	arsenal-villa	US		0	America/Denver	41.15967	-112.03411	1368			UT	057		
5770859	Arthur Jones Estate	arthur-jones-estate	US		0	America/Denver	41.15744	-112.05244	1330			UT	057		
5770863	Artistic Terrace	artistic-terrace	US		0	America/Denver	40.67467	-111.81688	1401			UT	035		
5770864	Artists View Heights	artists-view-heights	US		0	America/Denver	40.60745	-111.80465	1513			UT	035		
5770865	Asbury Park Addition	asbury-park-addition	US		0	America/Denver	40.72189	-111.95577	1292			UT	035		
5770868	Ashbrook Condominium	ashbrook-condominium	US		0	America/Denver	40.6255	-111.88271	1337			UT	035		
5770869	Ashford Acres	ashford-acres	US		0	America/Denver	40.56939	-111.98244	1420			UT	035		
5770872	Artistic	artistic	US		0	America/Denver	40.87383	-111.87966	1360			UT	011		
5770876	Ashley Park	ashley-park	US		0	America/Denver	40.56439	-111.83271	1497			UT	035		
5770893	Aspen Glen Condominium	aspen-glen-condominium	US		0	America/Denver	40.64939	-111.88466	1319			UT	035		
5770895	Aspen Heights	aspen-heights	US		0	America/Denver	41.07078	-111.94577	1365			UT	011		
5770896	Aspen Heights	aspen-heights	US		0	America/Denver	40.65189	-111.91244	1312			UT	035		
5770898	Aspen Park Condo	aspen-park-condo	US		0	America/Denver	40.62439	-111.80799	1468			UT	035		
5770904	Aspen West	aspen-west	US		0	America/Denver	41.15078	-112.04828	1335			UT	057		
5770915	Atlas Hills	atlas-hills	US		0	America/Denver	40.598	-111.7966	1548			UT	035		
5770919	Aspen East	aspen-east	US		0	America/Denver	41.07189	-111.95133	1357			UT	011		
5770921	Atwood Addition	atwood-addition	US		0	America/Denver	40.66467	-111.88327	1313			UT	035		
5770924	Auburn Gardens	auburn-gardens	US		0	America/Denver	40.64939	-111.90771	1312			UT	035		
5770925	Auburn Heights	auburn-heights	US		0	America/Denver	40.61106	-111.82382	1459			UT	035		
5770928	Aura Acres	aura-acres	US		0	America/Denver	41.09578	-111.93577	1450			UT	011		
5770929	Autumn Hills	autumn-hills	US		0	America/Denver	40.5555	-111.80577	1523			UT	035		
5770930	Autumn Wood	autumn-wood	US		0	America/Denver	40.6555	-111.95077	1328			UT	035		
5770931	Autumn Wood Circle	autumn-wood-circle	US		0	America/Denver	40.65661	-111.95077	1328			UT	035		
5770932	Avalon Estates	avalon-estates	US		0	America/Denver	40.48328	-111.9441	1376			UT	035		
5770933	Avalon Hills	avalon-hills	US		0	America/Denver	41.27272	-111.94966	1361			UT	057		
5770934	Avalon Village	avalon-village	US		0	America/Denver	40.59661	-111.84743	1430			UT	035		
5770936	Atwood Estates	atwood-estates	US		0	America/Denver	40.67106	-111.88132	1305			UT	035		
5770938	Avion Vista	avion-vista	US		0	America/Denver	41.09883	-111.93689	1464			UT	011		
5770940	Avondale Condo	avondale-condo	US		0	America/Denver	40.61023	-111.79104	1546			UT	035		
5770941	Avondet	avondet	US		0	America/Denver	41.183	-111.94161	1466			UT	057		
5770945	B and B	b-and-b	US		0	America/Denver	40.91133	-111.87077	1328			UT	011		
5770946	B and B Estates	b-and-b-estates	US		0	America/Denver	40.68522	-112.00633	1333			UT	035		
5770955	Bacchus	bacchus	US		0	America/Denver	40.663	-112.09605	1508	Bacchus,Coonville		UT	035		
5770956	Bacchus Heights	bacchus-heights	US		0	America/Denver	40.68967	-112.04216	1341			UT	035		
5770967	Bailey Meadows	bailey-meadows	US		0	America/Denver	40.68967	-112.04022	1340			UT	035		
5770972	Bair Estates	bair-estates	US		0	America/Denver	40.60217	-111.79799	1534			UT	035		
5770987	Baker Heights	baker-heights	US		0	America/Denver	41.20272	-111.93827	1428			UT	057		
5771018	Bali Hai	bali-hai	US		0	America/Denver	40.61439	-111.86827	1366			UT	035		
5771024	Ballard Avenues	ballard-avenues	US		0	America/Denver	40.84606	-111.90494	1334			UT	011		
5771025	Ballard Junction	ballard-junction	US		0	America/Denver	41.78521	-111.98689	1357			UT	005		
5771026	Ballstaedt Estates	ballstaedt-estates	US		0	America/Denver	40.61967	-111.80632	1478			UT	035		
5771036	Bamberger Addition	bamberger-addition	US		0	America/Denver	40.66772	-111.88966	1311			UT	035		
5771040	Bangerter	bangerter	US		0	America/Denver	40.688	-111.95466	1300			UT	035		
5771045	Banner Hill Estates	banner-hill-estates	US		0	America/Denver	40.58828	-111.84382	1462			UT	035		
5771055	Barichs	barichs	US		0	America/Denver	40.78078	-111.89355	1329			UT	035		
5771056	Barke Circle	barke-circle	US		0	America/Denver	40.66467	-111.92799	1307			UT	035		
5771061	Barbers	barbers	US		0	America/Denver	40.67634	-111.93994	1305			UT	035		
5771063	Barlow Heights	barlow-heights	US		0	America/Denver	41.1205	-112.03994	1362			UT	011		
5771069	Barnes Estates	barnes-estates	US		0	America/Denver	41.0355	-111.96022	1305			UT	011		
5771084	Barro	barro	US		0	America/Denver	40.72688	-113.48888	1287			UT	045		
5771086	Barrington Park	barrington-park	US		0	America/Denver	40.67856	-111.92521	1298			UT	035		
5771088	Bartlett Heights	bartlett-heights	US		0	America/Denver	41.17717	-111.95216	1446			UT	057		
5771090	Barton Manor One	barton-manor-one	US		0	America/Denver	41.02828	-111.90772	1392			UT	011		
5771091	Barton Manor Three	barton-manor-three	US		0	America/Denver	41.02633	-111.90411	1393			UT	011		
5771092	Barton Manor Two	barton-manor-two	US		0	America/Denver	41.03078	-111.90744	1400			UT	011		
5771094	Barton-Thompson	barton-thompson	US		0	America/Denver	41.18078	-112.00578	1333			UT	057		
5771115	Bauer	bauer	US		0	America/Denver	40.47189	-112.36217	1503	Bauer,Buhl		UT	045		
5771123	Bay View Park	bay-view-park	US		0	America/Denver	41.17772	-112.04161	1363			UT	057		
5771126	Bayview Heights	bayview-heights	US		0	America/Denver	40.99356	-111.88633	1350			UT	011		
5771127	Bayview Park	bayview-park	US		0	America/Denver	40.90161	-111.88827	1306			UT	011		
5771244	Becks	becks	US		0	America/Denver	40.81661	-111.9216	1287			UT	035		
5771245	Beckstead Park	beckstead-park	US		0	America/Denver	40.5555	-111.92688	1339			UT	035		
5771250	Bee and Gee	bee-and-gee	US		0	America/Denver	40.63828	-111.87132	1334			UT	035		
5771264	Beindneau Summer Home Area	beindneau-summer-home-area	US		0	America/Denver	41.76521	-111.6955	1595			UT	005		
5771267	Bel Won Enterprise	bel-won-enterprise	US		0	America/Denver	40.65828	-111.98938	1379			UT	035		
5771268	Bel-Aire Condominium	bel-aire-condominium	US		0	America/Denver	41.098	-112.00633	1369			UT	011		
5771269	Bel-Mar Acres	bel-mar-acres	US		0	America/Denver	41.19467	-111.96077	1366			UT	057		
5771272	Bell Canyon Estates	bell-canyon-estates	US		0	America/Denver	40.55134	-111.8591	1410			UT	035		
5771275	Bell Canyon Acres	bell-canyon-acres	US		0	America/Denver	40.5555	-111.84993	1443			UT	035		
5771278	Belle Meadows	belle-meadows	US		0	America/Denver	40.64189	-111.86077	1330			UT	035		
5771279	Bellevue Place	bellevue-place	US		0	America/Denver	41.21578	-112.00578	1329			UT	057		
5771280	Bello Park	bello-park	US		0	America/Denver	40.6955	-112.05633	1319			UT	035		
5771281	Bello Park Three	bello-park-three	US		0	America/Denver	40.69272	-112.05355	1331	Bello Park Three,Bellow Park Subdivision 3		UT	035		
5771283	Bell Oaks	bell-oaks	US		0	America/Denver	40.57189	-111.80077	1587			UT	035		
5771285	Bellwood Acres	bellwood-acres	US		0	America/Denver	40.63189	-111.82271	1385			UT	035		
5771286	Belmont Heights	belmont-heights	US		0	America/Denver	40.59161	-111.84966	1437			UT	035		
5771287	Belmont Terrace	belmont-terrace	US		0	America/Denver	40.61828	-111.83549	1406			UT	035		
5771288	Belnap Addition	belnap-addition	US		0	America/Denver	41.20522	-111.96105	1346			UT	057		
5771292	Ben Air Estates	ben-air-estates	US		0	America/Denver	40.63689	-111.94188	1349			UT	035		
5771297	Ben Lomond Heights	ben-lomond-heights	US		0	America/Denver	41.17078	-111.96689	1436			UT	057		
5771299	Ben Lomond Park	ben-lomond-park	US		0	America/Denver	41.31855	-111.96578	1425			UT	057		
5771301	Ben Lomond Suites Condominiums	ben-lomond-suites-condominiums	US		0	America/Denver	41.21994	-111.96883	1321			UT	057		
5771302	Ben Rancho Acres	ben-rancho-acres	US		0	America/Denver	40.64217	-111.95077	1358			UT	035		
5771309	Benchmark Village	benchmark-village	US		0	America/Denver	40.93467	-111.88411	1293			UT	011		
5771324	Bennion	bennion	US		0	America/Denver	40.63856	-111.93883	1334			UT	035		
5771325	Bennion Court Estates	bennion-court-estates	US		0	America/Denver	40.63967	-111.94438	1351			UT	035		
5771326	Bennion Cove	bennion-cove	US		0	America/Denver	40.658	-111.95494	1330			UT	035		
5771332	Bennion Park	bennion-park	US		0	America/Denver	40.63967	-111.9516	1364			UT	035		
5771333	Bennion Plaza	bennion-plaza	US		0	America/Denver	40.68411	-111.95577	1303			UT	035		
5771340	Bennion Estates	bennion-estates	US		0	America/Denver	40.63411	-111.97022	1375			UT	035		
5771349	Berg Estates	berg-estates	US		0	America/Denver	40.54439	-111.86327	1395			UT	035		
5771352	Benview	benview	US		0	America/Denver	40.67272	-111.99049	1350			UT	035		
5771354	Berrett	berrett	US		0	America/Denver	41.15606	-112.04272	1345			UT	057		
5771356	Berkshire West	berkshire-west	US		0	America/Denver	40.87189	-111.90438	1311			UT	011		
5771360	Best View	best-view	US		0	America/Denver	40.65884	-111.9391	1314			UT	035		
5771365	Best View Estates	best-view-estates	US		0	America/Denver	41.29216	-111.94383	1411			UT	057		
5771367	Betty Heights	betty-heights	US		0	America/Denver	40.61439	-111.8741	1351			UT	035		
5771370	Betty Manor	betty-manor	US		0	America/Denver	40.86606	-111.90133	1317			UT	011		
5771371	Beus Hills	beus-hills	US		0	America/Denver	41.18772	-111.93244	1565			UT	057		
5771373	Bev Wood Estates	bev-wood-estates	US		0	America/Denver	40.68134	-111.80966	1447			UT	035		
5771375	Beverly Addition	beverly-addition	US		0	America/Denver	40.79661	-111.97022	1285			UT	035		
5771376	Bevwood	bevwood	US		0	America/Denver	40.67106	-111.81938	1382			UT	035		
5771377	Bevwood Acres	bevwood-acres	US		0	America/Denver	40.67884	-111.81438	1419			UT	035		
5771378	Beyles Riverside Plot	beyles-riverside-plot	US		0	America/Denver	40.73217	-111.92216	1290			UT	035		
5771382	Bichsels East	bichsels-east	US		0	America/Denver	41.21689	-111.94883	1364			UT	057		
5771383	Bichsels West	bichsels-west	US		0	America/Denver	41.21689	-111.95133	1357			UT	057		
5771485	Big Sky Estates	big-sky-estates	US		0	America/Denver	41.298	-111.85216	1721			UT	057		
5771521	Big Willow Estates	big-willow-estates	US		0	America/Denver	40.54384	-111.84243	1456			UT	035		
5771536	Bingham Estates	bingham-estates	US		0	America/Denver	41.12522	-112.11439	1291			UT	011		
5771537	Bingham Estates	bingham-estates	US		0	America/Denver	40.58606	-111.99744	1432			UT	035		
5771560	Birch Point Condominium	birch-point-condominium	US		0	America/Denver	40.65495	-111.85632	1323			UT	035		
5771571	Birchmont	birchmont	US		0	America/Denver	40.61578	-111.88688	1339			UT	035		
5771572	Birchwood Estates	birchwood-estates	US		0	America/Denver	40.6455	-111.86438	1325			UT	035		
5771575	Birdella Park	birdella-park	US		0	America/Denver	40.89856	-111.8891	1309			UT	011		
5771576	Birdland	birdland	US		0	America/Denver	40.90467	-111.88827	1302			UT	011		
5771577	Biscayne Park	biscayne-park	US		0	America/Denver	40.63689	-111.83132	1359			UT	035		
5771633	Blackburns	blackburns	US		0	America/Denver	41.20939	-111.95522	1357	Blackburns,Jane Blackburn Subdivision		UT	057		
5771634	Blackjack Village Condominiums	blackjack-village-condominiums	US		0	America/Denver	40.58328	-111.64937	2556			UT	035		
5771636	Blackjack Lodge Condominiums	blackjack-lodge-condominiums	US		0	America/Denver	40.58328	-111.64937	2556			UT	035		
5771651	Blake Heights	blake-heights	US		0	America/Denver	40.64161	-111.94744	1354			UT	035		
5771652	Blake Holley	blake-holley	US		0	America/Denver	41.30883	-111.8505	1633			UT	057		
5771682	Blue Grass Acres	blue-grass-acres	US		0	America/Denver	40.62884	-111.85299	1347			UT	035		
5771683	Blue Haven Place	blue-haven-place	US		0	America/Denver	40.6705	-111.97022	1338			UT	035		
5771694	Blue Ribbon Acres	blue-ribbon-acres	US		0	America/Denver	40.673	-111.83188	1358			UT	035		
5771700	Blue Spruce	blue-spruce	US		0	America/Denver	40.65634	-111.81243	1382			UT	035		
5771701	Blue Spruce Heights	blue-spruce-heights	US		0	America/Denver	40.65523	-111.81104	1385			UT	035		
5771702	Blue Star Meadows	blue-star-meadows	US		0	America/Denver	40.57328	-111.87855	1375			UT	035		
5771713	Bluff Road	bluff-road	US		0	America/Denver	41.06661	-112.048	1298			UT	011		
5771715	Bluff at Hidden Valley	bluff-at-hidden-valley	US		0	America/Denver	40.53412	-111.8491	1454			UT	035		
5771716	Bluffdale	bluffdale	US		10931	America/Denver	40.48967	-111.93882	1352	Blafdejl,Blufdejl,blafdl  ywta,blwfdyl,bu la fu dai er,Блафдејл,Блъфдейл,بلافدل، یوتا,بلوفديل,布拉夫戴尔		UT	035		
5771736	Boggess Meadow Estates	boggess-meadow-estates	US		0	America/Denver	40.61717	-111.8591	1368			UT	035		
5771743	Bolton and Company	bolton-and-company	US		0	America/Denver	40.74217	-111.91605	1288			UT	035		
5771744	Bona Villa Park	bona-villa-park	US		0	America/Denver	41.18883	-111.93661	1499	Bona Villa Park,Sona Villa Park		UT	057		
5771745	Bona Vista	bona-vista	US		0	America/Denver	40.85106	-111.87994	1476			UT	011		
5771747	Bonanza Acres	bonanza-acres	US		0	America/Denver	40.56773	-111.95299	1379			UT	035		
5771748	Bonanza Acres Number 3	bonanza-acres-number-3	US		0	America/Denver	40.54106	-111.94521	1360			UT	035		
5771758	Boneta	boneta	US		0	America/Denver	40.35968	-110.34155	1969			UT	013		
5771760	Bonito Verde	bonito-verde	US		0	America/Denver	40.92633	-111.87605	1316			UT	011		
5771763	Bonneville Center	bonneville-center	US		0	America/Denver	40.77772	-112.03161	1288			UT	035		
5771765	Bonneville Heights	bonneville-heights	US		0	America/Denver	41.16439	-111.91883	1603			UT	057		
5771770	Bonneville Ridge	bonneville-ridge	US		0	America/Denver	40.68856	-112.06244	1352			UT	035		
5771776	Bonneville Terrace	bonneville-terrace	US		0	America/Denver	40.628	-111.88577	1333			UT	035		
5771777	Bonneville Terrace Number One	bonneville-terrace-number-one	US		0	America/Denver	41.1605	-111.91688	1571			UT	057		
5771778	Bonneville Terrace Number Two	bonneville-terrace-number-two	US		0	America/Denver	41.15967	-111.91772	1537			UT	057		
5771779	Bonneville Tower Condominium	bonneville-tower-condominium	US		0	America/Denver	40.76995	-111.86799	1351			UT	035		
5771780	Bonneville on the Hill	bonneville-on-the-hill	US		0	America/Denver	40.77328	-111.84688	1454			UT	035		
5771781	Bonnie Brae	bonnie-brae	US		0	America/Denver	40.67911	-111.80716	1459			UT	035		
5771783	Bonnie Lane	bonnie-lane	US		0	America/Denver	41.18522	-111.96161	1396			UT	057		
5771784	Bonnie Lane Condominium	bonnie-lane-condominium	US		0	America/Denver	41.18522	-111.96244	1394			UT	057		
5771785	Bonnie View	bonnie-view	US		0	America/Denver	40.67384	-111.8041	1479			UT	035		
5771786	Bonniebrook Estates	bonniebrook-estates	US		0	America/Denver	40.663	-111.96688	1341			UT	035		
5771790	Bonneville Acres	bonneville-acres	US		0	America/Denver	40.68828	-112.07716	1363			UT	035		
5771802	Bothwell	bothwell	US		0	America/Denver	41.71715	-112.25884	1320	Bothwell,Roweville		UT	003		
5771818	Boulton	boulton	US		0	America/Denver	40.85967	-111.8841	1394			UT	011		
5771827	Bountiful Acres	bountiful-acres	US		0	America/Denver	40.86939	-111.88244	1364			UT	011		
5771830	Bountiful Gardens Apartment Homes	bountiful-gardens-apartment-homes	US		0	America/Denver	40.893	-111.89022	1315	Bountiful Garden Apartment Homes,Bountiful Gardens Apartment Homes		UT	011		
5771831	Bountiful Heights	bountiful-heights	US		0	America/Denver	40.88856	-111.86299	1404			UT	011		
5771833	Bountiful Hills Estates	bountiful-hills-estates	US		0	America/Denver	40.87828	-111.8591	1462			UT	011		
5771835	Bountiful Lake Hills	bountiful-lake-hills	US		0	America/Denver	40.89689	-111.86605	1376	Bountiful Lake Hills,Bountifuls Lake Hills Subdivision		UT	011		
5771837	Bountiful Park	bountiful-park	US		0	America/Denver	40.88133	-111.88994	1330			UT	011		
5771841	Bountiful Peak Summer Home Area	bountiful-peak-summer-home-area	US		0	America/Denver	40.97328	-111.80855	2429			UT	043		
5771844	Bountiful Townhouses	bountiful-townhouses	US		0	America/Denver	40.86745	-111.87771	1391			UT	011		
5771855	Bowers Addition	bowers-addition	US		0	America/Denver	41.20467	-111.97522	1318			UT	057		
5771861	Bowthorpe	bowthorpe	US		0	America/Denver	40.66523	-111.81604	1375			UT	035		
5771896	Boyes Acres	boyes-acres	US		0	America/Denver	40.66328	-111.82438	1351			UT	035		
5771899	Brachipad Summer Home Area	brachipad-summer-home-area	US		0	America/Denver	41.81493	-111.61744	1710			UT	005		
5771903	Bradford Ranchos	bradford-ranchos	US		0	America/Denver	40.62439	-111.8066	1469			UT	035		
5771904	Brady Place	brady-place	US		0	America/Denver	40.68967	-112.06216	1346			UT	035		
5771905	Brahman Valley	brahman-valley	US		0	America/Denver	40.65134	-111.88549	1313			UT	035		
5771906	Brahman Valley Condominium	brahman-valley-condominium	US		0	America/Denver	40.65273	-111.88577	1312			UT	035		
5771907	Bramwells Addition	bramwells-addition	US		0	America/Denver	41.21744	-111.95772	1344			UT	057		
5771911	Brandon Park	brandon-park	US		0	America/Denver	40.54967	-111.83716	1461			UT	035		
5771914	Breeze Estates	breeze-estates	US		0	America/Denver	40.70717	-112.08883	1309			UT	035		
5771915	Breithing Park	breithing-park	US		0	America/Denver	40.68856	-111.90744	1299			UT	035		
5771918	Brenthaven Park	brenthaven-park	US		0	America/Denver	40.6905	-111.94966	1298			UT	035		
5771919	Brentmar Circle	brentmar-circle	US		0	America/Denver	40.58828	-111.87855	1372			UT	035		
5771920	Brentwood Circle	brentwood-circle	US		0	America/Denver	40.88383	-111.87522	1355			UT	011		
5771921	Brentwood Estates	brentwood-estates	US		0	America/Denver	40.92717	-111.8716	1348			UT	011		
5771922	Brentwood Hills	brentwood-hills	US		0	America/Denver	40.8855	-111.85021	1505			UT	011		
5771923	Brentwood Park	brentwood-park	US		0	America/Denver	40.63356	-111.85688	1341			UT	035		
5771926	Briarcreek Estates	briarcreek-estates	US		0	America/Denver	40.67328	-111.82021	1386			UT	035		
5771927	Briargate	briargate	US		0	America/Denver	40.67745	-111.96272	1321			UT	035		
5771928	Briarwood	briarwood	US		0	America/Denver	40.6855	-111.94494	1300			UT	035		
5771929	Briarwood Acres	briarwood-acres	US		0	America/Denver	40.86995	-111.89994	1318			UT	011		
5771930	Briarwood Condominium	briarwood-condominium	US		0	America/Denver	41.24078	-111.94466	1330			UT	057		
5771931	Briarwood Estates	briarwood-estates	US		0	America/Denver	40.67634	-111.8266	1376			UT	035		
5771932	Briarwood Hills	briarwood-hills	US		0	America/Denver	40.67578	-111.82243	1386			UT	035		
5771933	Briarwood Springs Condo	briarwood-springs-condo	US		0	America/Denver	40.61106	-111.87438	1355			UT	035		
5771934	Briarwood Springs Townhomes	briarwood-springs-townhomes	US		0	America/Denver	40.61245	-111.87438	1354			UT	035		
5771940	Briarcreek Condominium	briarcreek-condominium	US		0	America/Denver	40.67495	-111.82021	1391			UT	035		
5771947	Bridgeland	bridgeland	US		0	America/Denver	40.16301	-110.23432	1614			UT	013		
5771955	Bridgewood Manor Condominium	bridgewood-manor-condominium	US		0	America/Denver	41.11467	-112.02494	1371			UT	011		
5771956	Bridle Acres	bridle-acres	US		0	America/Denver	40.89661	-111.90911	1292			UT	011		
5771957	Bridlewalk	bridlewalk	US		0	America/Denver	40.64606	-111.87882	1321			UT	035		
5771958	Bridlewood	bridlewood	US		0	America/Denver	40.84633	-111.88049	1533			UT	011		
5771974	Brighton Addition	brighton-addition	US		0	America/Denver	40.72272	-111.98133	1294			UT	035		
5771980	Brighton Hills	brighton-hills	US		0	America/Denver	40.61328	-111.80771	1501			UT	035		
5771981	Brighton Place Condo	brighton-place-condo	US		0	America/Denver	40.61411	-111.82938	1446			UT	035		
5771982	Brighton Point	brighton-point	US		0	America/Denver	40.61439	-111.79327	1551			UT	035		
5771985	Brighton Ridge	brighton-ridge	US		0	America/Denver	40.61745	-111.83827	1406			UT	035		
5771989	Brighton View	brighton-view	US		0	America/Denver	40.61217	-111.82132	1460	Brighten View Subdivision,Brighton View		UT	035		
5771990	Brighton View	brighton-view	US		0	America/Denver	40.58189	-111.87438	1376			UT	035		
5771993	Brigham Madsen	brigham-madsen	US		0	America/Denver	40.67606	-111.87355	1310			UT	035		
5772000	Bristol Mansion Condominium	bristol-mansion-condominium	US		0	America/Denver	41.2205	-111.95077	1355			UT	057		
5772002	Brimhall Estates	brimhall-estates	US		0	America/Denver	41.12133	-112.06939	1329			UT	011		
5772024	Brockwood	brockwood	US		0	America/Denver	40.66467	-111.85355	1317			UT	035		
5772028	Broken Ridge at Highpoint	broken-ridge-at-highpoint	US		0	America/Denver	40.60606	-111.86132	1374			UT	035		
5772031	Brook Haven	brook-haven	US		0	America/Denver	41.04022	-111.91605	1402			UT	011		
5772032	Brook Hollow	brook-hollow	US		0	America/Denver	40.69106	-112.04077	1334			UT	035		
5772033	Brook Hollow Estates	brook-hollow-estates	US		0	America/Denver	40.69106	-112.03744	1332			UT	035		
5772037	Brookhurst	brookhurst	US		0	America/Denver	41.05411	-111.97439	1317			UT	011		
5772038	Brooklawn Estates	brooklawn-estates	US		0	America/Denver	40.693	-112.03633	1323			UT	035		
5772040	Brooklyn Addition	brooklyn-addition	US		0	America/Denver	41.22217	-111.99522	1321			UT	057		
5772042	Brookshire Estates	brookshire-estates	US		0	America/Denver	40.63328	-111.93549	1339			UT	035		
5772043	Brookside Park	brookside-park	US		0	America/Denver	40.64661	-111.83716	1344			UT	035		
5772045	Brookstone Condo	brookstone-condo	US		0	America/Denver	40.63328	-111.84632	1348			UT	035		
5772046	Brooktree Estates	brooktree-estates	US		0	America/Denver	40.62439	-111.83966	1373			UT	035		
5772049	Brookwood Condominiums	brookwood-condominiums	US		0	America/Denver	40.66523	-111.85632	1318			UT	035		
5772050	Brookwood Estates	brookwood-estates	US		0	America/Denver	40.53328	-111.94521	1356			UT	035		
5772054	Brough Estates	brough-estates	US		0	America/Denver	40.55328	-111.85382	1434			UT	035		
5772057	Brower	brower	US		0	America/Denver	40.6305	-111.9591	1361			UT	035		
5772058	Brown	brown	US		0	America/Denver	40.85439	-111.90022	1329			UT	011		
5772060	Bron Breck	bron-breck	US		0	America/Denver	40.6655	-111.80827	1424			UT	035		
5772069	Brown Meadows	brown-meadows	US		0	America/Denver	40.58384	-111.95494	1368			UT	035		
5772070	Brown Stone Condominium	brown-stone-condominium	US		0	America/Denver	40.77383	-111.8966	1309			UT	035		
5772071	Brown-Tye Meadows	brown-tye-meadows	US		0	America/Denver	40.663	-111.92133	1299			UT	035		
5772072	Browne Barr	browne-barr	US		0	America/Denver	41.208	-111.948	1382			UT	057		
5772085	Browns Park	browns-park	US		0	America/Denver	40.86883	-111.85494	1536			UT	011		
5772092	Browns Townsite	browns-townsite	US		0	America/Denver	40.70828	-112.10189	1306			UT	035		
5772093	Brownscott Manor	brownscott-manor	US		0	America/Denver	41.15967	-112.03689	1358			UT	057		
5772094	Brubaker Park	brubaker-park	US		0	America/Denver	40.66967	-111.8091	1430			UT	035		
5772098	Brummitts Addition	brummitts-addition	US		0	America/Denver	41.22828	-111.94522	1372			UT	057		
5772116	Bryants Fork Summer Home Area	bryants-fork-summer-home-area	US		0	America/Denver	40.17496	-111.18406	2310			UT	051		
5772184	Bullion	bullion	US		0	America/Denver	40.64828	-111.91382	1317			UT	035		
5772196	Bullionville	bullionville	US		0	America/Denver	40.70079	-109.5732	2595			UT	047		
5772199	Bunnells	bunnells	US		0	America/Denver	40.77217	-111.93827	1287			UT	035		
5772203	Burch Addition	burch-addition	US		0	America/Denver	41.19356	-111.97994	1331			UT	057		
5772204	Burch Creek Heights	burch-creek-heights	US		0	America/Denver	41.17022	-111.95966	1415			UT	057		
5772207	Burch Creek	burch-creek	US		0	America/Denver	41.18467	-111.94189	1462			UT	057		
5772211	Burgundy Street Gardens	burgundy-street-gardens	US		0	America/Denver	40.58189	-111.91327	1315			UT	035		
5772212	Burkes Addition	burkes-addition	US		0	America/Denver	40.70467	-112.10355	1318			UT	035		
5772213	Burkhart Estates	burkhart-estates	US		0	America/Denver	40.55967	-111.96077	1393			UT	035		
5772214	Burlington Addition East	burlington-addition-east	US		0	America/Denver	40.7505	-111.9266	1291			UT	035		
5772215	Burlington Addition West	burlington-addition-west	US		0	America/Denver	40.7505	-111.9316	1291			UT	035		
5772216	Burmester	burmester	US		0	America/Denver	40.69105	-112.45218	1286	Bermester,Burmeister,Burmester,Grants Station		UT	045		
5772217	Burmont Park	burmont-park	US		0	America/Denver	41.15967	-112.04244	1347			UT	057		
5772223	Burningham	burningham	US		0	America/Denver	40.89217	-111.87077	1354			UT	011		
5772224	Burningham Industrial	burningham-industrial	US		0	America/Denver	40.523	-111.8891	1349			UT	035		
5772232	Burnt Flat	burnt-flat	US		0	America/Denver	40.63467	-111.61576	2334			UT	035		
5772246	Burnugh Downs	burnugh-downs	US		0	America/Denver	40.64772	-111.96855	1370			UT	035		
5772250	Burr Oak Addition	burr-oak-addition	US		0	America/Denver	40.73717	-111.90105	1290			UT	035		
5772252	Burton Acres	burton-acres	US		0	America/Denver	40.71967	-111.89521	1293			UT	035		
5772253	Burton Addition	burton-addition	US		0	America/Denver	40.69884	-111.89216	1297			UT	035		
5772254	Burton Park Addition	burton-park-addition	US		0	America/Denver	41.19633	-111.94661	1400			UT	057		
5772255	Burton Place	burton-place	US		0	America/Denver	40.71911	-111.88994	1296			UT	035		
5772267	Butler Hills	butler-hills	US		0	America/Denver	40.61495	-111.82854	1444			UT	035		
5772285	Byers and Tolles Addition	byers-and-tolles-addition	US		0	America/Denver	40.78967	-111.93494	1284	Beyers and Tolles Addition,Byers and Tolles Addition,Meyers and Tolles Addition		UT	035		
5772289	Bywater Park Estates	bywater-park-estates	US		0	America/Denver	40.61717	-111.80715	1485			UT	035		
5772290	C Barton Grover	c-barton-grover	US		0	America/Denver	40.678	-111.83938	1350	C Barton Grover,Grover C Barton Subdivision		UT	035		
5772291	C C Ann Estates	c-c-ann-estates	US		0	America/Denver	41.13272	-112.08355	1315			UT	011		
5772294	C and G Estates	c-and-g-estates	US		0	America/Denver	41.12605	-111.93133	1399			UT	011		
5772297	Caballero Ranches	caballero-ranches	US		0	America/Denver	40.60939	-111.84077	1392			UT	035		
5772320	Cahoon Acres	cahoon-acres	US		0	America/Denver	40.87356	-111.89938	1318			UT	011		
5772321	Cahoon Haynes Addition	cahoon-haynes-addition	US		0	America/Denver	40.66467	-111.88938	1311			UT	035		
5772322	Calann	calann	US		0	America/Denver	40.64856	-111.84327	1336			UT	035		
5772324	Calder Hill	calder-hill	US		0	America/Denver	41.02467	-111.92577	1342			UT	011		
5772332	Callister	callister	US		0	America/Denver	40.668	-111.81438	1391			UT	035		
5772345	Camarren Cove Estates	camarren-cove-estates	US		0	America/Denver	41.31661	-111.94133	1464			UT	057		
5772346	Cambria Pines	cambria-pines	US		0	America/Denver	40.6555	-111.8091	1402			UT	035		
5772348	Cambridge Condominium	cambridge-condominium	US		0	America/Denver	40.76745	-111.86577	1348			UT	035		
5772349	Cambridge Estates	cambridge-estates	US		0	America/Denver	40.65467	-111.84021	1334			UT	035		
5772352	Camelot	camelot	US		0	America/Denver	41.08661	-111.99383	1361			UT	011		
5772354	Cameo Park	cameo-park	US		0	America/Denver	40.59078	-111.8416	1462			UT	035		
5772356	Cameron Estates	cameron-estates	US		0	America/Denver	41.02355	-111.93327	1332			UT	011		
5772385	Campbell Heights	campbell-heights	US		0	America/Denver	41.09939	-112.0105	1367			UT	011		
5772389	Candlelite Corner	candlelite-corner	US		0	America/Denver	40.60995	-111.87299	1361			UT	035		
5772390	Candlestick Park	candlestick-park	US		0	America/Denver	40.68995	-111.96549	1304			UT	035		
5772396	Cannon Hills	cannon-hills	US		0	America/Denver	40.92994	-111.86966	1378			UT	011		
5772398	Canon Road	canon-road	US		0	America/Denver	40.77606	-111.88494	1351			UT	035		
5772400	Canterbay Estates	canterbay-estates	US		0	America/Denver	40.65411	-111.83771	1336			UT	035		
5772401	Canyon Brook Estates	canyon-brook-estates	US		0	America/Denver	40.58078	-111.84299	1458			UT	035		
5772402	Canyon Cove	canyon-cove	US		0	America/Denver	40.63328	-111.79632	1514			UT	035		
5772403	Canyon Cove Condominium Phase One	canyon-cove-condominium-phase-one	US		0	America/Denver	41.23244	-111.94327	1361			UT	057		
5772404	Canyon Cove Estates	canyon-cove-estates	US		0	America/Denver	41.12355	-111.90633	1420			UT	011		
5772405	Canyon Crest	canyon-crest	US		0	America/Denver	40.87633	-111.85105	1530			UT	011		
5772407	Canyon Drive	canyon-drive	US		0	America/Denver	41.1355	-111.93966	1371			UT	011		
5772408	Canyon Enterprises	canyon-enterprises	US		0	America/Denver	40.62745	-111.74076	1778			UT	035		
5772409	Canyon Glen	canyon-glen	US		0	America/Denver	40.33023	-111.61881	1529			UT	049		
5772413	Canyon Oak Village	canyon-oak-village	US		0	America/Denver	40.53884	-111.82049	1506			UT	035		
5772415	Canyon Park	canyon-park	US		0	America/Denver	41.2455	-111.9555	1324			UT	057		
5772416	Canyon Place	canyon-place	US		0	America/Denver	40.58634	-111.79327	1566			UT	035		
5772417	Canyon Racquet Club Condo	canyon-racquet-club-condo	US		0	America/Denver	40.61578	-111.78965	1521			UT	035		
5772418	Canyon Rim	canyon-rim	US		10062	America/Denver	40.70661	-111.82188	1407			UT	035		
5772419	Canyon Rim	canyon-rim	US		0	America/Denver	40.87772	-111.8641	1429			UT	011		
5772423	Canyon Road Towers Condominium	canyon-road-towers-condominium	US		0	America/Denver	40.77217	-111.8866	1334			UT	035		
5772427	Canyon Terrace Condominium	canyon-terrace-condominium	US		0	America/Denver	41.24161	-111.94855	1328			UT	057		
5772428	Canyon View	canyon-view	US		0	America/Denver	41.14494	-111.93133	1375			UT	057		
5772429	Canyon View Condo	canyon-view-condo	US		0	America/Denver	40.61106	-111.79243	1556			UT	035		
5772430	Canyon View Estates	canyon-view-estates	US		0	America/Denver	40.58439	-111.84299	1441			UT	035		
5772433	Canyon View Village	canyon-view-village	US		0	America/Denver	40.62106	-111.84327	1382			UT	035		
5772434	Canyon Village	canyon-village	US		0	America/Denver	40.58606	-111.83827	1449			UT	035		
5772435	Canyon West	canyon-west	US		0	America/Denver	40.68689	-112.06577	1359			UT	035		
5772437	Cape Cod Estates	cape-cod-estates	US		0	America/Denver	40.67272	-112.02605	1387			UT	035		
5772439	Capistrano Villa	capistrano-villa	US		0	America/Denver	40.60828	-111.85216	1410			UT	035		
5772441	Capitol Block Addition	capitol-block-addition	US		0	America/Denver	41.22161	-111.94939	1358			UT	057		
5772442	Capitol Gardens Condominium	capitol-gardens-condominium	US		0	America/Denver	40.77939	-111.89438	1324			UT	035		
5772444	Capitol Heights Condominium	capitol-heights-condominium	US		0	America/Denver	40.77995	-111.89244	1345			UT	035		
5772445	Capitol Hill	capitol-hill	US		0	America/Denver	40.78439	-111.86744	1504			UT	035		
5772446	Capitol View	capitol-view	US		0	America/Denver	40.78411	-111.89383	1347			UT	035		
5772453	Cardon	cardon	US		0	America/Denver	41.82465	-111.84439	1379			UT	005		
5772457	Carl Sandberg	carl-sandberg	US		0	America/Denver	40.68745	-112.01827	1334			UT	035		
5772460	Carlton Towers Condominium	carlton-towers-condominium	US		0	America/Denver	40.77356	-111.88133	1361			UT	035		
5772462	Carmel Cove	carmel-cove	US		0	America/Denver	40.61578	-111.87632	1347			UT	035		
5772463	Carmel Park	carmel-park	US		0	America/Denver	40.67717	-111.88049	1307			UT	035		
5772465	Carol Villa	carol-villa	US		0	America/Denver	40.52078	-111.94327	1358			UT	035		
5772466	Carole	carole	US		0	America/Denver	41.16522	-111.96133	1445			UT	057		
5772467	Carole Addition	carole-addition	US		0	America/Denver	40.68022	-111.85077	1320			UT	035		
5772468	Carole Heights	carole-heights	US		0	America/Denver	41.16244	-111.95883	1455			UT	057		
5772471	Carriage Crossing Condominium	carriage-crossing-condominium	US		0	America/Denver	40.88217	-111.88216	1342			UT	011		
5772472	Carriage Hill Estates	carriage-hill-estates	US		0	America/Denver	41.28772	-111.94522	1387			UT	057		
5772473	Carriage Lane Condominium	carriage-lane-condominium	US		0	America/Denver	40.673	-111.82632	1364			UT	035		
5772474	Carriage Lane Number Two	carriage-lane-number-two	US		0	America/Denver	41.15522	-112.048	1336			UT	057		
5772475	Carriage Place	carriage-place	US		0	America/Denver	41.15939	-112.05105	1332			UT	057		
5772476	Carriage Square	carriage-square	US		0	America/Denver	40.68106	-111.94077	1301			UT	035		
5772478	Carrie Heights	carrie-heights	US		0	America/Denver	41.03467	-111.90688	1411			UT	011		
5772486	Carsey Acres	carsey-acres	US		0	America/Denver	40.67606	-111.86882	1313			UT	035		
5772501	Carters Farm	carters-farm	US		0	America/Denver	41.19161	-111.99855	1327			UT	057		
5772502	Caryhurst	caryhurst	US		0	America/Denver	40.30773	-111.65464	1466			UT	049		
5772503	Casa Loma	casa-loma	US		0	America/Denver	40.933	-111.87633	1323			UT	011		
5772504	Casa Verde Estates	casa-verde-estates	US		0	America/Denver	40.90467	-111.89549	1295			UT	011		
5772505	Casa de Norte	casa-de-norte	US		0	America/Denver	40.86467	-111.86327	1494			UT	011		
5772510	Casey Acres	casey-acres	US		0	America/Denver	41.27661	-111.77494	1501			UT	057		
5772512	Castilla	castilla	US		0	America/Denver	40.03551	-111.52602	1501			UT	049		
5772523	Carters Circle	carters-circle	US		0	America/Denver	40.68106	-111.84077	1347			UT	035		
5772530	Castlefield Downs	castlefield-downs	US		0	America/Denver	40.63328	-111.87299	1339			UT	035		
5772531	Castleford Estates	castleford-estates	US		0	America/Denver	40.6355	-111.99133	1398			UT	035		
5772534	Casto Pines Condominium	casto-pines-condominium	US		0	America/Denver	40.65967	-111.81882	1365			UT	035		
5772537	Casto Gardens	casto-gardens	US		0	America/Denver	40.66161	-111.81354	1379			UT	035		
5772540	Catalina Estates	catalina-estates	US		0	America/Denver	40.69995	-112.08383	1329			UT	035		
5772543	Castro Heoghts	castro-heoghts	US		0	America/Denver	40.67411	-111.80993	1435			UT	035		
5772548	Catherine Circle	catherine-circle	US		0	America/Denver	40.783	-111.93188	1287			UT	035		
5772554	Causey Estates	causey-estates	US		0	America/Denver	41.26939	-111.57521	2029			UT	057		
5772557	Cavalry Park	cavalry-park	US		0	America/Denver	40.5855	-111.84966	1435			UT	035		
5772563	Cave Hollow	cave-hollow	US		0	America/Denver	40.95967	-111.88522	1295			UT	011		
5772581	Cedar Hills	cedar-hills	US		10265	America/Denver	40.41412	-111.75854	1511			UT	049		
5772583	Cedar Fort	cedar-fort	US		383	America/Denver	40.32717	-112.10439	1550	Cedar Fort,Cedar Valley,Sidar Fort,sdarfwrt  ywta,sydar fwrt,xue song bao,Сидар Форт,سدارفورت، یوتا,سيدار فورت,雪松堡		UT	049		
5772594	Cedar Ridge Number Tow	cedar-ridge-number-tow	US		0	America/Denver	41.18411	-112.04133	1347			UT	057		
5772603	Cedar Springs Condominium	cedar-springs-condominium	US		0	America/Denver	40.91744	-111.88077	1304			UT	011		
5772604	Cedar Terrace	cedar-terrace	US		0	America/Denver	40.6055	-111.86799	1370			UT	035		
5772610	Cedarview	cedarview	US		0	America/Denver	40.36023	-110.04293	1664			UT	013		
5772617	Celeste Place Townhouses	celeste-place-townhouses	US		0	America/Denver	41.15133	-112.03578	1356			UT	011		
5772619	Celesta Vu Condominium	celesta-vu-condominium	US		0	America/Denver	40.77439	-111.88216	1370			UT	035		
5772623	Centennial Condominium	centennial-condominium	US		0	America/Denver	41.25606	-111.95633	1339			UT	057		
5772624	Centennial Estates	centennial-estates	US		0	America/Denver	40.62911	-111.8741	1341			UT	035		
5772626	Centennial Village	centennial-village	US		0	America/Denver	40.69939	-112.0655	1314			UT	035		
5772627	Centennial Village Two	centennial-village-two	US		0	America/Denver	40.69078	-112.068	1347			UT	035		
5772634	Center Creek	center-creek	US		0	America/Denver	40.47801	-111.35712	1808			UT	051		
5772652	Center Village	center-village	US		0	America/Denver	40.92106	-111.88549	1296			UT	011		
5772655	Centerville Acres	centerville-acres	US		0	America/Denver	40.91161	-111.87383	1320			UT	011		
5772666	Central Heights	central-heights	US		0	America/Denver	40.89106	-111.86577	1385			UT	011		
5772670	Central Park Addition	central-park-addition	US		0	America/Denver	41.10744	-112.01605	1371			UT	011		
5772671	Central Park Addition	central-park-addition	US		0	America/Denver	41.20828	-111.97522	1317			UT	057		
5772672	Central Park Annex	central-park-annex	US		0	America/Denver	41.20828	-111.978	1316			UT	057		
5772673	Central Park Estates	central-park-estates	US		0	America/Denver	40.69106	-111.98911	1310			UT	035		
5772680	Century Condominium	century-condominium	US		0	America/Denver	40.69578	-112.04855	1319	Century Condominium,The Century Subdivision Condominium		UT	035		
5772683	Century Village	century-village	US		0	America/Denver	41.24772	-111.98189	1303			UT	057		
5772687	Chalet	chalet	US		0	America/Denver	40.85495	-111.89188	1376			UT	011		
5772691	Chambers Park	chambers-park	US		0	America/Denver	40.70772	-112.10772	1313			UT	035		
5772694	Chambers Townsite	chambers-townsite	US		0	America/Denver	40.70911	-112.10939	1310			UT	035		
5772695	Champignon	champignon	US		0	America/Denver	40.65967	-111.97022	1356			UT	035		
5772699	Chamberlains	chamberlains	US		0	America/Denver	41.21522	-111.95216	1356			UT	057		
5772701	Chantilly Square	chantilly-square	US		0	America/Denver	41.03994	-111.95244	1312			UT	011		
5772703	Chanenton Cove	chanenton-cove	US		0	America/Denver	41.17078	-111.92439	1573			UT	057		
5772704	Chaparral West	chaparral-west	US		0	America/Denver	40.69439	-112.088	1351			UT	035		
5772705	Chapel	chapel	US		0	America/Denver	40.898	-111.88216	1319			UT	011		
5772715	Chaparral Estates	chaparral-estates	US		0	America/Denver	40.6855	-112.05827	1361			UT	035		
5772721	Charlesworth Addition	charlesworth-addition	US		0	America/Denver	41.20133	-111.97661	1321			UT	057		
5772725	Charmar	charmar	US		0	America/Denver	40.5905	-111.77854	1840			UT	035		
5772726	Charnell	charnell	US		0	America/Denver	40.91383	-111.89938	1288			UT	011		
5772729	Chase Acres	chase-acres	US		0	America/Denver	40.64023	-111.87521	1329			UT	035		
5772731	Chase Lane Estates	chase-lane-estates	US		0	America/Denver	40.9305	-111.87633	1320			UT	011		
5772732	Chase Lane Village	chase-lane-village	US		0	America/Denver	40.93189	-111.88772	1288			UT	011		
5772733	Chase Lane West	chase-lane-west	US		0	America/Denver	40.93189	-111.88355	1295			UT	011		
5772734	Chateau Park	chateau-park	US		0	America/Denver	40.88133	-111.88716	1332			UT	011		
5772735	Chateau Village	chateau-village	US		0	America/Denver	40.6505	-112.02799	1470			UT	035		
5772736	Chateau-Park Condominium	chateau-park-condominium	US		0	America/Denver	41.16133	-112.03689	1361			UT	057		
5772737	Chattel Estates	chattel-estates	US		0	America/Denver	40.56939	-111.9716	1404			UT	035		
5772738	Chattel Estates Number Four	chattel-estates-number-four	US		0	America/Denver	40.57995	-111.9716	1393			UT	035		
5772739	Chattel Number 5	chattel-number-5	US		0	America/Denver	40.55773	-111.93077	1344			UT	035		
5772740	Chelsea Cove	chelsea-cove	US		0	America/Denver	40.85411	-111.8666	1571			UT	011		
5772745	Cheny Ridge Estates	cheny-ridge-estates	US		0	America/Denver	40.60745	-111.87855	1353			UT	035		
5772748	Cherill Acres	cherill-acres	US		0	America/Denver	40.70189	-112.00716	1298			UT	035		
5772751	Charleston Place	charleston-place	US		0	America/Denver	40.64523	-111.83938	1343			UT	035		
5772753	Cherry Circle	cherry-circle	US		0	America/Denver	40.89633	-111.8741	1337			UT	011		
5772756	Cherry Farm Estates	cherry-farm-estates	US		0	America/Denver	41.12078	-111.92244	1401			UT	011		
5772758	Cherry Hill Addition	cherry-hill-addition	US		0	America/Denver	41.25383	-111.94022	1407			UT	057		
5772760	Cherry Hill Estates	cherry-hill-estates	US		0	America/Denver	40.56356	-111.95383	1382			UT	035		
5772762	Cherry Hills	cherry-hills	US		0	America/Denver	40.61523	-111.81216	1473			UT	035		
5772763	Cherry Lane Heights	cherry-lane-heights	US		0	America/Denver	41.07911	-111.94744	1380			UT	011		
5772764	Cherry Park	cherry-park	US		0	America/Denver	40.89633	-111.87716	1329			UT	011		
5772767	Cherry Tree Lane	cherry-tree-lane	US		0	America/Denver	40.62328	-111.84104	1379			UT	035		
5772768	Cherry View	cherry-view	US		0	America/Denver	41.028	-111.90022	1422			UT	011		
5772769	Cherry Wood Estates	cherry-wood-estates	US		0	America/Denver	40.59106	-111.87299	1375			UT	035		
5772770	Cherrywood	cherrywood	US		0	America/Denver	41.0255	-111.92661	1342			UT	011		
5772771	Cherrywood	cherrywood	US		0	America/Denver	41.31633	-111.95855	1427			UT	057		
5772772	Cherrywood Condo	cherrywood-condo	US		0	America/Denver	40.59023	-111.87216	1376			UT	035		
5772773	Cherrywood Condominium	cherrywood-condominium	US		0	America/Denver	41.24244	-111.94939	1329			UT	057		
5772774	Cherrywood Village	cherrywood-village	US		0	America/Denver	40.67606	-112.01244	1362			UT	035		
5772777	Chestnut Park	chestnut-park	US		0	America/Denver	41.14522	-112.05078	1334			UT	011		
5772778	Chestnut Place Condo	chestnut-place-condo	US		0	America/Denver	40.65411	-111.91688	1301			UT	035		
5772803	Childs Addition	childs-addition	US		0	America/Denver	41.21161	-111.97522	1315			UT	057		
5772805	Chimes View Acres	chimes-view-acres	US		0	America/Denver	41.19161	-111.97661	1343			UT	057		
5772810	Chimney Street Condominium	chimney-street-condominium	US		0	America/Denver	40.70161	-111.97522	1297			UT	035		
5772842	Chokecherry Summer Home Area	chokecherry-summer-home-area	US		0	America/Denver	41.77132	-111.65577	1605			UT	005		
5772843	Chris Acres	chris-acres	US		0	America/Denver	40.70134	-112.00605	1299			UT	035		
5772846	Christensen	christensen	US		0	America/Denver	41.12578	-112.06744	1332			UT	011		
5772852	Christmas Meadow Summer Home Area	christmas-meadow-summer-home-area	US		0	America/Denver	40.82689	-110.80767	2680			UT	043		
5772856	Christmas City	christmas-city	US		0	America/Denver	40.32162	-111.64659	1492			UT	049		
5772862	Chufar Acres	chufar-acres	US		0	America/Denver	40.59189	-111.8941	1338			UT	035		
5772863	Church Hill Estates	church-hill-estates	US		0	America/Denver	41.068	-111.95189	1348			UT	011		
5772864	Church Hills	church-hills	US		0	America/Denver	41.06883	-111.95022	1352			UT	011		
5772866	Church Street	church-street	US		0	America/Denver	41.06328	-111.96439	1332			UT	011		
5772867	Church View Circle	church-view-circle	US		0	America/Denver	40.85995	-111.88883	1371			UT	011		
5772883	Church Heights	church-heights	US		0	America/Denver	40.86022	-111.89022	1364			UT	011		
5772884	Cinnamon Ridge	cinnamon-ridge	US		0	America/Denver	40.90494	-111.87494	1318			UT	011		
5772885	Circle Court	circle-court	US		0	America/Denver	41.23744	-111.95661	1317			UT	057		
5772889	Circle Tree	circle-tree	US		0	America/Denver	40.70439	-112.0405	1296			UT	035		
5772891	Cinnamon Park	cinnamon-park	US		0	America/Denver	41.27578	-111.97161	1315			UT	057		
5772892	Circle View Heights	circle-view-heights	US		0	America/Denver	40.91439	-111.86716	1365			UT	011		
5772897	Circle View	circle-view	US		0	America/Denver	41.328	-111.99328	1415			UT	057		
5772906	City Park	city-park	US		0	America/Denver	40.75856	-111.91994	1288			UT	035		
5772907	City Park Addition	city-park-addition	US		0	America/Denver	41.18439	-111.96689	1385			UT	057		
5772909	City View Addition	city-view-addition	US		0	America/Denver	40.78606	-111.89577	1343			UT	035		
5772910	City View Addition	city-view-addition	US		0	America/Denver	41.23161	-111.94633	1372			UT	057		
5772912	Clair Black	clair-black	US		0	America/Denver	41.08522	-111.92216	1443			UT	011		
5772914	City Crest Condominium	city-crest-condominium	US		0	America/Denver	40.77078	-111.8866	1336			UT	035		
5772920	Clark Learning Office Center	clark-learning-office-center	US		0	America/Denver	40.76217	-111.89355	1302			UT	035		
5772922	Clark Village Gardens	clark-village-gardens	US		0	America/Denver	40.70495	-111.89521	1295			UT	035		
5772952	Clayton Villa	clayton-villa	US		0	America/Denver	40.738	-111.92799	1290			UT	035		
5772881	Cimarron	cimarron	US	67835	0	America/Denver	40.63911	-111.92521	1304			UT	035		
5772955	Clays Ranchettes	clays-ranchettes	US		0	America/Denver	41.19578	-112.04828	1309			UT	057		
5772964	Clearfield Estates	clearfield-estates	US		0	America/Denver	41.08744	-112.02439	1337			UT	011		
5772965	Clearfield Heights	clearfield-heights	US		0	America/Denver	41.11022	-112.01911	1375			UT	011		
5772969	Clearfield Terrace	clearfield-terrace	US		0	America/Denver	41.1105	-112.00605	1404			UT	011		
5772970	Clearfield Villa	clearfield-villa	US		0	America/Denver	41.12078	-112.02828	1380			UT	011		
5772971	Clearview Homes	clearview-homes	US		0	America/Denver	40.67911	-112.00744	1353			UT	035		
5772972	Cleeos Acres	cleeos-acres	US		0	America/Denver	40.67911	-111.87771	1307			UT	035		
5772973	Clegg Addition	clegg-addition	US		0	America/Denver	41.188	-111.95994	1394			UT	057		
5772988	Cliff Heights	cliff-heights	US		0	America/Denver	41.268	-111.95355	1345			UT	057		
5772996	Cliffwood Park	cliffwood-park	US		0	America/Denver	40.66523	-111.81466	1380			UT	035		
5773000	Clint Village	clint-village	US		0	America/Denver	41.14856	-112.04383	1344			UT	011		
5773004	Clinton Downs	clinton-downs	US		0	America/Denver	40.70189	-111.96716	1295			UT	035		
5773008	Clives	clives	US		0	America/Denver	40.78133	-111.91827	1286			UT	035		
5773016	Clover Crest Number 3	clover-crest-number-3	US		0	America/Denver	40.65828	-111.91605	1300			UT	035		
5773017	Clover Estates	clover-estates	US		0	America/Denver	41.03994	-111.92994	1354			UT	011		
5773018	Clover Hills	clover-hills	US		0	America/Denver	40.57578	-111.9841	1419			UT	035		
5773019	Clover Hollow	clover-hollow	US		0	America/Denver	40.65772	-111.90855	1306			UT	035		
5773020	Clover Hollow Condo	clover-hollow-condo	US		0	America/Denver	40.65884	-111.90827	1310			UT	035		
5773021	Clover Ridge	clover-ridge	US		0	America/Denver	40.53967	-111.92549	1343			UT	035		
5773024	Cloverland Estates	cloverland-estates	US		0	America/Denver	40.52217	-111.8791	1354			UT	035		
5773025	Cloverwood	cloverwood	US		0	America/Denver	40.66467	-111.91438	1301			UT	035		
5773027	Cluistos	cluistos	US		0	America/Denver	40.63884	-111.93105	1319			UT	035		
5773030	Clover Crest Number 2	clover-crest-number-2	US		0	America/Denver	40.66189	-111.90827	1304			UT	035		
5773036	Co Rae	co-rae	US		0	America/Denver	40.85328	-111.88077	1455			UT	011		
5773059	Coates Estates	coates-estates	US		0	America/Denver	40.66578	-111.9591	1329			UT	035		
5773060	Coates and Corums	coates-and-corums	US		0	America/Denver	40.75745	-111.91299	1289			UT	035		
5773061	Coates and Corums Lake Breeze	coates-and-corums-lake-breeze	US		0	America/Denver	40.7655	-111.94438	1290			UT	035		
5773062	Coates and Corums South Gale	coates-and-corums-south-gale	US		0	America/Denver	40.74856	-111.90105	1289			UT	035		
5773063	Coats Estates Number 7	coats-estates-number-7	US		0	America/Denver	40.66106	-111.95021	1325			UT	035		
5773069	Cobble Creek East	cobble-creek-east	US		0	America/Denver	40.85161	-111.90688	1314			UT	011		
5773072	Cobble Creek Park	cobble-creek-park	US		0	America/Denver	41.368	-111.89633	1675			UT	057		
5773074	Cobblerock Lane	cobblerock-lane	US		0	America/Denver	40.62439	-111.81882	1427			UT	035		
5773075	Cobblestone	cobblestone	US		0	America/Denver	40.66439	-111.97994	1356			UT	035		
5773076	Cobblestone Village	cobblestone-village	US		0	America/Denver	40.55495	-111.84493	1454			UT	035		
5773078	Cockerills Addition	cockerills-addition	US		0	America/Denver	40.71245	-112.0905	1298			UT	035		
5773080	Cobble Knoll Condominium	cobble-knoll-condominium	US		0	America/Denver	40.76661	-111.86744	1342			UT	035		
5773084	Coeur Dalane Estates	coeur-dalane-estates	US		0	America/Denver	40.61217	-111.79743	1543			UT	035		
5773105	Cold Water Estates	cold-water-estates	US		0	America/Denver	41.30383	-111.94022	1416			UT	057		
5773116	College Heights	college-heights	US		0	America/Denver	41.18661	-111.94105	1459			UT	057		
5773117	College Ward	college-ward	US		0	America/Denver	41.67688	-111.87994	1370	College,College School,College Ward		UT	005		
5773124	Colonial Estates	colonial-estates	US		0	America/Denver	40.62634	-111.9466	1341			UT	035		
5773125	Colonial Gardens Condominium	colonial-gardens-condominium	US		0	America/Denver	40.89467	-111.87299	1342			UT	011		
5773126	Colonial Gardens Condominium	colonial-gardens-condominium	US		0	America/Denver	41.18328	-112.00911	1345			UT	057		
5773128	Colonial Hills	colonial-hills	US		0	America/Denver	41.25217	-111.93772	1408			UT	057		
5773129	Colonial Park	colonial-park	US		0	America/Denver	41.05939	-111.94633	1339			UT	011		
5773130	Colonial Plaza Condominium	colonial-plaza-condominium	US		0	America/Denver	41.16633	-112.02716	1383			UT	057		
5773132	Colonial Square	colonial-square	US		0	America/Denver	40.86078	-111.89355	1351			UT	011		
5773133	Colonies of East Pointe	colonies-of-east-pointe	US		0	America/Denver	41.088	-111.97466	1376			UT	011		
5773134	Colony East	colony-east	US		0	America/Denver	40.67384	-111.97299	1334			UT	035		
5773135	Colony East Estates	colony-east-estates	US		0	America/Denver	40.59995	-111.8841	1355			UT	035		
5773136	Colony Estates	colony-estates	US		0	America/Denver	40.66495	-111.97883	1354			UT	035		
5773137	Colony North	colony-north	US		0	America/Denver	40.688	-111.97966	1312			UT	035		
5773138	Colony South	colony-south	US		0	America/Denver	40.66634	-111.96772	1337			UT	035		
5773139	Colony West	colony-west	US		0	America/Denver	40.67634	-111.99661	1347			UT	035		
5773140	Colony West Estates	colony-west-estates	US		0	America/Denver	40.70578	-111.98855	1297			UT	035		
5773141	Colony West Subdivision - Numbers 13, 14 and 15	colony-west-subdivision-numbers-13-14-and-15	US		0	America/Denver	40.66967	-112.01744	1385			UT	035		
5773142	Colorado	colorado	US		0	America/Denver	40.77911	-111.92438	1286			UT	035		
5773143	Colorado Place Addition	colorado-place-addition	US		0	America/Denver	41.23244	-111.93939	1362			UT	057		
5773145	Colonial	colonial	US		0	America/Denver	40.8755	-111.88133	1354			UT	011		
5773150	Commonwealth Square	commonwealth-square	US		0	America/Denver	41.15133	-112.02716	1382			UT	011		
5773151	Commonwealth Square Condominium	commonwealth-square-condominium	US		0	America/Denver	41.15133	-112.02716	1382			UT	011		
5773158	Como Springs	como-springs	US		0	America/Denver	41.03744	-111.65549	1562			UT	029		
5773160	Concord Park	concord-park	US		0	America/Denver	40.73578	-111.92799	1289			UT	035		
5773161	Condie	condie	US		0	America/Denver	40.67995	-112.00466	1346			UT	035		
5773163	Condie Park Estates	condie-park-estates	US		0	America/Denver	40.67828	-112.00133	1347			UT	035		
5773166	Condo Shops Condominium	condo-shops-condominium	US		0	America/Denver	40.71772	-111.95299	1292			UT	035		
5773167	Cone and Roberts Addition	cone-and-roberts-addition	US		0	America/Denver	40.79217	-111.92744	1286			UT	035		
5773176	Contadora Estates	contadora-estates	US		0	America/Denver	40.68578	-112.03688	1353			UT	035		
5773178	Continental Estates	continental-estates	US		0	America/Denver	40.65078	-111.96327	1360			UT	035		
5773179	Continental Estates	continental-estates	US		0	America/Denver	40.6555	-111.96549	1358			UT	035		
5773180	Continental Estates	continental-estates	US		0	America/Denver	40.97022	-111.87938	1356			UT	011		
5773182	Continental Townhouse Condominium	continental-townhouse-condominium	US		0	America/Denver	40.87633	-111.88716	1340			UT	011		
5773183	Contoy Estates	contoy-estates	US		0	America/Denver	40.63578	-111.93355	1326			UT	035		
5773184	Convest	convest	US		0	America/Denver	40.668	-111.85549	1313			UT	035		
5773193	Cookes	cookes	US		0	America/Denver	40.77578	-111.86632	1400			UT	035		
5773206	Copper Cove	copper-cove	US		0	America/Denver	40.70439	-112.10939	1329			UT	035		
5773207	Copper Cove Condominium	copper-cove-condominium	US		0	America/Denver	40.703	-112.10939	1337			UT	035		
5773211	Copper Hill Heights Eleven	copper-hill-heights-eleven	US		0	America/Denver	40.69356	-112.06077	1328			UT	035		
5773212	Copper Hill Heights Twelve	copper-hill-heights-twelve	US		0	America/Denver	40.69106	-112.0605	1337			UT	035		
5773213	Copper Hills Heights	copper-hills-heights	US		0	America/Denver	40.688	-112.04772	1348			UT	035		
5773217	Copper View Estates	copper-view-estates	US		0	America/Denver	40.69411	-112.078	1346			UT	035		
5773219	Copperton	copperton	US		826	America/Denver	40.56467	-112.09744	1665	Copperton Township		UT	035		
5773220	Copperview	copperview	US		0	America/Denver	40.71161	-112.06744	1293			UT	035		
5773222	Copperview Village Condominium	copperview-village-condominium	US		0	America/Denver	40.71106	-112.06883	1294			UT	035		
5773223	Coral Heights	coral-heights	US		0	America/Denver	40.63661	-111.9316	1322			UT	035		
5773225	Copper Hill Heights Nine and Ten	copper-hill-heights-nine-and-ten	US		0	America/Denver	40.68828	-112.0605	1353			UT	035		
5773226	Corcys	corcys	US		0	America/Denver	41.21939	-111.95077	1356			UT	057		
5773233	Cormorant	cormorant	US		0	America/Denver	40.61911	-111.84632	1388			UT	035		
5773260	Cottonwood Acres	cottonwood-acres	US		0	America/Denver	40.64328	-111.82049	1367			UT	035		
5773261	Cottonwood Acres	cottonwood-acres	US		0	America/Denver	40.88133	-111.86244	1428			UT	011		
5773262	Cottonwood Arms Condo	cottonwood-arms-condo	US		0	America/Denver	40.60911	-111.86521	1370			UT	035		
5773266	Cotton Wood Cove	cotton-wood-cove	US		0	America/Denver	40.60745	-111.82577	1409			UT	035		
5773289	Cottonwood Creek	cottonwood-creek	US		0	America/Denver	40.67272	-111.87744	1311			UT	035		
5773291	Cottonwood Estates	cottonwood-estates	US		0	America/Denver	40.64717	-111.82577	1356			UT	035		
5773292	Cottonwood Glade	cottonwood-glade	US		0	America/Denver	40.64745	-111.82938	1352			UT	035		
5773294	Cottonwood Grove Condominium	cottonwood-grove-condominium	US		0	America/Denver	40.63106	-111.8591	1343			UT	035		
5773296	Cottonwood Estates Number One	cottonwood-estates-number-one	US		0	America/Denver	41.19411	-111.99466	1322			UT	057		
5773297	Cottonwood Heights	cottonwood-heights	US		0	America/Denver	40.88328	-111.86688	1386			UT	011		
5773298	Cottonwood Heights	cottonwood-heights	US		0	America/Denver	41.33605	-111.97939	1556			UT	057		
5773301	Cottonwood Hills	cottonwood-hills	US		0	America/Denver	40.66161	-111.80688	1435			UT	035		
5773302	Cottonwood Hills Condo	cottonwood-hills-condo	US		0	America/Denver	40.60411	-111.85493	1407			UT	035		
5773304	Cottonwood Heights	cottonwood-heights	US		34343	America/Denver	40.61967	-111.81021	1470	Butlerville,Cottonwood Heights,Konutnud Khajts,Kotonvud Khajts,ka dun gao de,kwtnwwd hayts,Конътнуд Хайтс,Котонвуд Хајтс,كوتنوود هايتس,کاتن‌وود هایتس، یوتا,کاٹنووڈ ہائٹس، یوٹاہ,卡顿高地		UT	035		
5773307	Cottonwood Manor	cottonwood-manor	US		0	America/Denver	40.62661	-111.8091	1462			UT	035		
5773308	Cottonwood Meadows	cottonwood-meadows	US		0	America/Denver	40.65939	-111.83771	1333			UT	035		
5773309	Cottonwood Meadows	cottonwood-meadows	US		0	America/Denver	41.15744	-112.10022	1292			UT	057		
5773310	Cottonwood Meadows Condominium	cottonwood-meadows-condominium	US		0	America/Denver	40.62439	-111.87021	1350			UT	035		
5773311	Cottonwood Meadows Estates	cottonwood-meadows-estates	US		0	America/Denver	40.65773	-111.84104	1328			UT	035		
5773312	Cottonwood Meadows Twin Homes Condominium	cottonwood-meadows-twin-homes-condominium	US		0	America/Denver	40.62439	-111.87021	1350			UT	035		
5773313	Cottonwood Park	cottonwood-park	US		0	America/Denver	40.64106	-111.85021	1340			UT	035		
5773317	Cottonwood Ridge	cottonwood-ridge	US		0	America/Denver	40.62606	-111.81466	1456			UT	035		
5773319	Cottonwood Slopes	cottonwood-slopes	US		0	America/Denver	40.61578	-111.83049	1425			UT	035		
5773329	Cottonwood Village	cottonwood-village	US		0	America/Denver	40.64023	-111.83243	1356			UT	035		
5773337	Cottonwoods of Holladay	cottonwoods-of-holladay	US		0	America/Denver	40.66217	-111.82243	1354			UT	035		
5773340	Country Club Acres	country-club-acres	US		0	America/Denver	41.18106	-111.9855	1372			UT	057		
5773341	Country Club Estates	country-club-estates	US		0	America/Denver	40.59856	-111.80215	1493	Country Club Estates,Willow Creek Country Club Estates		UT	035		
5773342	Country Club Heights Addition	country-club-heights-addition	US		0	America/Denver	41.18828	-111.97605	1357			UT	057		
5773343	Country Corners Condominium	country-corners-condominium	US		0	America/Denver	40.67467	-111.85632	1318			UT	035		
5773344	Country Creek	country-creek	US		0	America/Denver	40.6905	-112.08772	1363			UT	035		
5773345	Country Creek Estates	country-creek-estates	US		0	America/Denver	41.05105	-111.95216	1322			UT	011		
5773346	Country Creek Estates Five	country-creek-estates-five	US		0	America/Denver	40.68967	-112.09105	1365			UT	035		
5773347	Country Creek Estates One and Two	country-creek-estates-one-and-two	US		0	America/Denver	40.68967	-112.08494	1365			UT	035		
5773348	Country Crossing	country-crossing	US		0	America/Denver	41.09661	-112.06578	1309			UT	011		
5773349	Country Estates	country-estates	US		0	America/Denver	41.04161	-111.93827	1337			UT	011		
5773350	Country Estates	country-estates	US		0	America/Denver	40.593	-111.86605	1380			UT	035		
5773351	Country Estates Park	country-estates-park	US		0	America/Denver	41.13328	-112.08689	1311			UT	011		
5773352	Country Garden Estates	country-garden-estates	US		0	America/Denver	40.63606	-111.8516	1342			UT	035		
5773353	Country Hills	country-hills	US		0	America/Denver	40.64217	-111.99938	1415			UT	035		
5773354	Country Hills	country-hills	US		0	America/Denver	40.873	-111.87021	1403			UT	011		
5773355	Country Hills Addition	country-hills-addition	US		0	America/Denver	41.18939	-111.95216	1414			UT	057		
5773356	Country Hills Manor Condominiums	country-hills-manor-condominiums	US		0	America/Denver	41.18967	-111.95689	1402			UT	057		
5773358	Country Hills Square Condominium	country-hills-square-condominium	US		0	America/Denver	41.18522	-111.95189	1422			UT	057		
5773359	Country Hills of Farmington	country-hills-of-farmington	US		0	America/Denver	40.9655	-111.88605	1306			UT	011		
5773360	Country Hollow	country-hollow	US		0	America/Denver	41.09439	-111.93827	1415			UT	011		
5773361	Country Homes	country-homes	US		0	America/Denver	41.14578	-112.073	1311			UT	011		
5773362	Country Lane	country-lane	US		0	America/Denver	41.01744	-111.93744	1322			UT	011		
5773363	Country Lane	country-lane	US		0	America/Denver	40.51523	-111.95633	1374			UT	035		
5773364	Country Lane	country-lane	US		0	America/Denver	41.17411	-112.05689	1318			UT	057		
5773365	Country Living	country-living	US		0	America/Denver	40.4805	-111.96188	1411			UT	035		
5773366	Country Manor	country-manor	US		0	America/Denver	40.6305	-111.82327	1386			UT	035		
5773367	Country Meadows	country-meadows	US		0	America/Denver	41.05272	-111.95689	1322			UT	011		
5773368	Country Meadows	country-meadows	US		0	America/Denver	40.68439	-111.98855	1320			UT	035		
5773369	Country Meadows	country-meadows	US		0	America/Denver	41.17078	-112.06605	1308			UT	057		
5773370	Country Oaks	country-oaks	US		0	America/Denver	41.08605	-111.9205	1454			UT	011		
5773371	Country Oaks Condominium	country-oaks-condominium	US		0	America/Denver	41.08744	-111.91938	1441			UT	011		
5773372	Country Park	country-park	US		0	America/Denver	41.17217	-112.08272	1295			UT	057		
5773373	Country Place	country-place	US		0	America/Denver	41.2755	-112.03105	1292			UT	057		
5773374	Country Roads	country-roads	US		0	America/Denver	40.55773	-111.95355	1373			UT	035		
5773376	Country Squire Acres	country-squire-acres	US		0	America/Denver	40.60523	-111.88271	1350			UT	035		
5773377	Country Squire Estates	country-squire-estates	US		0	America/Denver	40.67634	-111.96605	1323			UT	035		
5773378	Country Station Condominium	country-station-condominium	US		0	America/Denver	40.8955	-111.8866	1317			UT	011		
5773379	Country View Lane	country-view-lane	US		0	America/Denver	40.61411	-111.82854	1451			UT	035		
5773381	Country Village	country-village	US		0	America/Denver	41.12217	-112.04744	1353			UT	011		
5773382	Country West	country-west	US		0	America/Denver	40.69439	-112.088	1351			UT	035		
5773383	Country Willows	country-willows	US		0	America/Denver	40.62689	-111.97022	1365			UT	035		
5773384	Countryside Acres	countryside-acres	US		0	America/Denver	41.2605	-112.04161	1292			UT	057		
5773385	Countryside Condominium	countryside-condominium	US		0	America/Denver	40.62578	-111.87438	1346			UT	035		
5773386	Countryside Estates	countryside-estates	US		0	America/Denver	40.62939	-111.95605	1357			UT	035		
5773387	County Cove	county-cove	US		0	America/Denver	40.5555	-111.9241	1338			UT	035		
5773388	County Wood	county-wood	US		0	America/Denver	40.58467	-111.93132	1336			UT	035		
5773393	Cove on Mount Olympus Place	cove-on-mount-olympus-place	US		0	America/Denver	40.66384	-111.80327	1506			UT	035		
5773396	Coventry Estates	coventry-estates	US		0	America/Denver	40.60384	-111.83827	1410			UT	035		
5773397	Coventry Manor Condominium	coventry-manor-condominium	US		0	America/Denver	40.69522	-111.96633	1300			UT	035		
5773398	Coventry at Fairmeadows	coventry-at-fairmeadows	US		0	America/Denver	40.6255	-111.86605	1352			UT	035		
5773413	Cowan West Valley Estates	cowan-west-valley-estates	US		0	America/Denver	40.68634	-111.99688	1322			UT	035		
5773445	Cozydale	cozydale	US		0	America/Denver	41.17217	-112.02161	1378			UT	057		
5773453	Cranmer	cranmer	US		0	America/Denver	40.61662	-111.44075	1962			UT	051		
5773456	Cravalan Estates	cravalan-estates	US		0	America/Denver	40.60106	-111.82021	1430			UT	035		
5773460	Creek Crest	creek-crest	US		0	America/Denver	40.60606	-111.84799	1416			UT	035		
5773461	Creek Road Condo	creek-road-condo	US		0	America/Denver	40.61773	-111.85771	1366			UT	035		
5773462	Creek Road Terrace	creek-road-terrace	US		0	America/Denver	40.59995	-111.84104	1425			UT	035		
5773463	Creek View Condominium	creek-view-condominium	US		0	America/Denver	40.6805	-111.88049	1304			UT	035		
5773464	Creek View Estates	creek-view-estates	US		0	America/Denver	41.018	-111.91327	1352			UT	011		
5773466	Creekside Condominium	creekside-condominium	US		0	America/Denver	41.24272	-111.9755	1308			UT	057		
5773467	Creekside East Condominium	creekside-east-condominium	US		0	America/Denver	40.6555	-111.87438	1313			UT	035		
5773468	Creekside Estates	creekside-estates	US		0	America/Denver	40.61911	-111.85771	1362			UT	035		
5773470	Creekview	creekview	US		0	America/Denver	40.66106	-112.02216	1430			UT	035		
5773471	Creekview Estates	creekview-estates	US		0	America/Denver	40.61661	-111.84799	1393			UT	035		
5773476	Crescent Estates	crescent-estates	US		0	America/Denver	40.55634	-111.87771	1373			UT	035		
5773477	Crescent Highlands	crescent-highlands	US		0	America/Denver	40.54578	-111.84104	1457			UT	035		
5773484	Crescent Ridge	crescent-ridge	US		0	America/Denver	40.55328	-111.88105	1369			UT	035		
5773489	Crest View Acres	crest-view-acres	US		0	America/Denver	41.168	-112.03244	1382			UT	057		
5773490	Crestfield	crestfield	US		0	America/Denver	40.66884	-111.97022	1340			UT	035		
5773491	Cresthill Circle	cresthill-circle	US		0	America/Denver	40.6705	-111.83271	1353			UT	035		
5773492	Cresthomes Addition	cresthomes-addition	US		0	America/Denver	41.04272	-111.93327	1350			UT	011		
5773495	Crestview Estates	crestview-estates	US		0	America/Denver	40.6155	-111.83549	1419			UT	035		
5773499	Crestwood Acres	crestwood-acres	US		0	America/Denver	41.04217	-111.93689	1342			UT	011		
5773504	Crisp	crisp	US		0	America/Denver	40.69772	-112.01688	1305			UT	035		
5773513	Croper	croper	US		0	America/Denver	40.87967	-111.88022	1350			UT	011		
5773514	Cropseys Addition	cropseys-addition	US		0	America/Denver	41.25994	-111.96577	1311	Cropseys Addition,Crospeys Addition Subdivision		UT	057		
5773515	Cropseys Addition Three	cropseys-addition-three	US		0	America/Denver	41.26467	-111.97189	1307			UT	057		
5773516	Cropseys Addition Two	cropseys-addition-two	US		0	America/Denver	41.2705	-111.97911	1305			UT	057		
5773520	Crosspointe Condo	crosspointe-condo	US		0	America/Denver	40.65245	-111.93299	1317			UT	035		
5773523	Crouch	crouch	US		0	America/Denver	41.21133	-111.96383	1329			UT	057		
5773525	Cropley	cropley	US		0	America/Denver	41.65299	-112.17356	1302			UT	003		
5773534	Crowther	crowther	US		0	America/Denver	41.17772	-111.96744	1403			UT	057		
5773538	Crown Colony	crown-colony	US		0	America/Denver	40.66245	-111.84882	1319			UT	035		
5773541	Crus	crus	US		0	America/Denver	40.673	-111.86355	1318			UT	035		
5773543	Crystal Hills	crystal-hills	US		0	America/Denver	40.593	-111.9841	1401			UT	035		
5773547	Crystal Manor Condominium	crystal-manor-condominium	US		0	America/Denver	41.25106	-111.97383	1308			UT	057		
5773565	Cueston Plaza Condominium	cueston-plaza-condominium	US		0	America/Denver	41.22106	-111.97355	1312			UT	057		
5773568	Curlew Junction	curlew-junction	US		0	America/Denver	41.96547	-113.05999	1477			UT	003		
5773602	Cyprus Heights	cyprus-heights	US		0	America/Denver	40.698	-112.07994	1333			UT	035		
5773605	D and D Ideal Acres	d-and-d-ideal-acres	US		0	America/Denver	40.51939	-111.94632	1361			UT	035		
5773615	Dairy Meadows	dairy-meadows	US		0	America/Denver	40.64217	-111.87105	1330			UT	035		
5773626	Danbury Lane Condominium	danbury-lane-condominium	US		0	America/Denver	40.898	-111.88744	1312			UT	011		
5773628	Daneborg Estates	daneborg-estates	US		0	America/Denver	40.59773	-111.79938	1530			UT	035		
5774475	Ellison Place	ellison-place	US		0	America/Denver	40.86995	-111.85688	1517			UT	011		
5773633	Damron Way	damron-way	US		0	America/Denver	40.708	-112.07383	1296			UT	035		
5773639	Danish Hills	danish-hills	US		0	America/Denver	40.60273	-111.80271	1515			UT	035		
5773642	Dannich Estates	dannich-estates	US		0	America/Denver	40.66884	-111.94744	1312			UT	035		
5773644	Dankowske Central	dankowske-central	US		0	America/Denver	41.2305	-111.96411	1332			UT	057		
5773646	Dar Verda	dar-verda	US		0	America/Denver	40.893	-111.88799	1319			UT	011		
5773657	David Smith	david-smith	US		0	America/Denver	41.02494	-111.9555	1299			UT	011		
5773658	David Street	david-street	US		0	America/Denver	40.57495	-111.88077	1372			UT	035		
5773677	Davis Sharp and Stringer	davis-sharp-and-stringer	US		0	America/Denver	40.74272	-111.90077	1289			UT	035		
5773681	Dawn Circle	dawn-circle	US		0	America/Denver	40.62634	-111.85188	1353			UT	035		
5773682	Dawn Development	dawn-development	US		0	America/Denver	41.09161	-111.9855	1378			UT	011		
5773683	Day Park	day-park	US		0	America/Denver	40.6905	-112.01188	1320			UT	035		
5773684	Day Park Estates	day-park-estates	US		0	America/Denver	40.68911	-112.01327	1323			UT	035		
5773685	Daybreak	daybreak	US		0	America/Denver	40.58467	-111.82577	1466			UT	035		
5773690	Daysen Heights	daysen-heights	US		0	America/Denver	40.59995	-111.86827	1372			UT	035		
5773692	De Ville Acres	de-ville-acres	US		0	America/Denver	40.62273	-111.83716	1379			UT	035		
5773693	DeGiorgio	degiorgio	US		0	America/Denver	41.23606	-112.07439	1292			UT	057		
5773697	De Bloois	de-bloois	US		0	America/Denver	41.31578	-111.97133	1379			UT	057		
5773723	Deanetta	deanetta	US		0	America/Denver	41.138	-112.03716	1362			UT	011		
5773771	Deer Lodge Summer Home Area	deer-lodge-summer-home-area	US		0	America/Denver	40.76385	-109.47597	2512			UT	009		
5773777	Deer Run Estates	deer-run-estates	US		0	America/Denver	41.11967	-111.91466	1406			UT	011		
5773785	Deer Valley Resort	deer-valley-resort	US		0	America/Denver	40.63134	-111.47936	2330	Deer Valley Resort,Deer Valley Ski Area		UT	043		
5773788	Deerfield Condominium	deerfield-condominium	US		0	America/Denver	40.65828	-111.80827	1409			UT	035		
5773789	Deerfield Cove	deerfield-cove	US		0	America/Denver	40.64495	-111.95216	1355			UT	035		
5773790	Deerfield Meadows	deerfield-meadows	US		0	America/Denver	40.67411	-112.02355	1379			UT	035		
5773791	Deerwalk Single Unit Condominium	deerwalk-single-unit-condominium	US		0	America/Denver	41.24189	-111.95077	1327			UT	057		
5773794	Del Ann	del-ann	US		0	America/Denver	40.64273	-111.83993	1345	Del Ann,Delann Subdivision		UT	035		
5773796	Del Ruby	del-ruby	US		0	America/Denver	40.58189	-111.87521	1375			UT	035		
5773799	Delle	delle	US		0	America/Denver	40.75994	-112.77747	1298			UT	045		
5773805	Delongs Addition	delongs-addition	US		0	America/Denver	40.7555	-111.95522	1294			UT	035		
5773807	Delta Park	delta-park	US		0	America/Denver	40.70161	-112.00244	1298			UT	035		
5773808	Den-Mar	den-mar	US		0	America/Denver	40.70717	-112.0905	1310			UT	035		
5773809	Den-Mar Condominium	den-mar-condominium	US		0	America/Denver	40.70689	-112.08966	1310			UT	035		
5773811	Densley Estates	densley-estates	US		0	America/Denver	40.50106	-111.94216	1359			UT	035		
5773813	Denver Place	denver-place	US		0	America/Denver	41.218	-111.93411	1427			UT	057		
5773815	Deseret	deseret	US		0	America/Denver	40.87272	-111.87799	1369			UT	011		
5773816	Deseret	deseret	US		0	America/Denver	40.69134	-111.97049	1303			UT	035		
5773825	Deskys	deskys	US		0	America/Denver	40.7505	-111.9291	1291			UT	035		
5773826	Deskys Addition Five	deskys-addition-five	US		0	America/Denver	40.773	-111.9441	1287			UT	035		
5773827	Deskys Addition Three and Four	deskys-addition-three-and-four	US		0	America/Denver	40.77272	-111.94077	1288			UT	035		
5773829	Deuel Creek Estates	deuel-creek-estates	US		0	America/Denver	40.9255	-111.88799	1291			UT	011		
5773830	Deuel Creek Heights	deuel-creek-heights	US		0	America/Denver	40.91578	-111.86688	1378			UT	011		
5773835	Delmar Downs	delmar-downs	US		0	America/Denver	40.70495	-111.97466	1297			UT	035		
5773846	Devils Slide	devils-slide	US		0	America/Denver	41.06356	-111.54326	1595			UT	029		
5773855	Diamond Acres	diamond-acres	US		0	America/Denver	40.62856	-111.88577	1333			UT	035		
5773859	Dial Heights	dial-heights	US		0	America/Denver	40.68439	-112.01966	1347			UT	035		
5773863	Diamond Hills	diamond-hills	US		0	America/Denver	41.17939	-112.00911	1344			UT	057		
5773868	Diamond Oaks	diamond-oaks	US		0	America/Denver	41.08828	-111.91577	1453	Diamond Oaks,Dimond Oaks		UT	011		
5773873	Diamond Hills	diamond-hills	US		0	America/Denver	41.07217	-111.96577	1346			UT	011		
5773875	Didier Minor	didier-minor	US		0	America/Denver	40.59384	-111.92799	1327			UT	035		
5773876	Dieter and Johnson Main Street Addition	dieter-and-johnson-main-street-addition	US		0	America/Denver	40.73634	-111.89049	1294			UT	035		
5773880	Dimond Oaks	dimond-oaks	US		0	America/Denver	41.08994	-111.91744	1446			UT	011		
5773881	Dimple Dell Heights	dimple-dell-heights	US		0	America/Denver	40.55245	-111.83827	1466			UT	035		
5773882	Dimple Dell Lane	dimple-dell-lane	US		0	America/Denver	40.56662	-111.8091	1505			UT	035		
5773883	Dimple Dell Oaks	dimple-dell-oaks	US		0	America/Denver	40.5555	-111.8116	1491			UT	035		
5773884	Dimple Dell Oaks Subdivision Number 2	dimple-dell-oaks-subdivision-number-2	US		0	America/Denver	40.55662	-111.82021	1496			UT	035		
5773660	Davis	davis	US	26260	0	America/Denver	40.68078	-111.87771	1304			UT	035		
5773885	Dimple Dell Ranchettes	dimple-dell-ranchettes	US		0	America/Denver	40.55662	-111.8241	1504			UT	035		
5773886	Dimple Dell Village	dimple-dell-village	US		0	America/Denver	40.56384	-111.82188	1517			UT	035		
5773920	Dixie Valley	dixie-valley	US		0	America/Denver	40.63134	-111.98077	1385			UT	035		
5773942	Dolans	dolans	US		0	America/Denver	40.74689	-111.9041	1292			UT	035		
5773943	Doles Addition	doles-addition	US		0	America/Denver	40.75078	-111.95799	1290			UT	035		
5773955	Donjean	donjean	US		0	America/Denver	40.68078	-111.85216	1319			UT	035		
5773959	Donita	donita	US		0	America/Denver	41.16994	-112.03244	1380			UT	057		
5773965	Dorius Building Condominium	dorius-building-condominium	US		0	America/Denver	40.77078	-111.87299	1348			UT	035		
5773966	Dotson	dotson	US		0	America/Denver	40.73967	-111.91244	1289			UT	035		
5773974	Doull Brothers	doull-brothers	US		0	America/Denver	40.75495	-111.91577	1288			UT	035		
5773981	Dover Hill Condominium	dover-hill-condominium	US		0	America/Denver	40.65828	-111.86466	1323			UT	035		
5773997	Draayer	draayer	US		0	America/Denver	41.14856	-112.03966	1351			UT	011		
5774004	Draper Commercial Parkway	draper-commercial-parkway	US		0	America/Denver	40.52023	-111.88855	1350			UT	035		
5774009	Draper Oaks	draper-oaks	US		0	America/Denver	40.52717	-111.8391	1407			UT	035		
5774010	Draper Old Farm	draper-old-farm	US		0	America/Denver	40.50939	-111.88632	1352			UT	035		
5774014	Draperville	draperville	US		0	America/Denver	40.52884	-111.86854	1368			UT	035		
5774017	Dreams End	dreams-end	US		0	America/Denver	41.09022	-111.91272	1484			UT	011		
5774020	Driftwood Estates	driftwood-estates	US		0	America/Denver	40.63634	-111.85355	1341			UT	035		
5774025	Drumilers Addition	drumilers-addition	US		0	America/Denver	41.25522	-111.97133	1308			UT	057		
5774133	Dublin Town	dublin-town	US		0	America/Denver	40.6605	-111.78604	2115			UT	035		
5774134	Dublin Town	dublin-town	US		0	America/Denver	40.65606	-112.01855	1436			UT	035		
5774155	Duerden	duerden	US		0	America/Denver	40.8755	-111.87633	1370			UT	011		
5774156	Duffin Heights	duffin-heights	US		0	America/Denver	41.16744	-111.95994	1445			UT	057		
5774169	Duncan Estates	duncan-estates	US		0	America/Denver	40.94606	-111.88022	1322			UT	011		
5774170	Dundee Place	dundee-place	US		0	America/Denver	41.21244	-111.94966	1373			UT	057		
5774171	Dunford	dunford	US		0	America/Denver	40.73411	-111.89244	1294			UT	035		
5774175	Dunns Addition	dunns-addition	US		0	America/Denver	41.21022	-111.98216	1314			UT	057		
5774177	Dunfords	dunfords	US		0	America/Denver	40.78245	-111.86799	1478			UT	035		
5774179	Dunyon Dell	dunyon-dell	US		0	America/Denver	40.63273	-111.61381	2342			UT	035		
5774180	Durfee Creek Estates	durfee-creek-estates	US		0	America/Denver	41.38466	-111.9005	1767			UT	057		
5774184	Dusty Downs Estates	dusty-downs-estates	US		0	America/Denver	40.55134	-111.92827	1338			UT	035		
5774217	Eaglebrook Estates	eaglebrook-estates	US		0	America/Denver	40.60384	-111.88105	1355			UT	035		
5774219	Earl D Grays	earl-d-grays	US		0	America/Denver	40.76328	-111.96133	1289			UT	035		
5774228	East Bench at 29th	east-bench-at-29th	US		0	America/Denver	41.2105	-111.93966	1415			UT	057		
5774245	East Chapel	east-chapel	US		0	America/Denver	40.89856	-111.88077	1322			UT	011		
5774246	East Crest Estates	east-crest-estates	US		0	America/Denver	41.06494	-111.94077	1364			UT	011		
5774249	East Cottonwood Heights	east-cottonwood-heights	US		0	America/Denver	40.63106	-111.82688	1378			UT	035		
5774285	East Highland Estates	east-highland-estates	US		0	America/Denver	41.15161	-111.928	1471			UT	057		
5774286	East Holladay Condominium	east-holladay-condominium	US		0	America/Denver	40.66661	-111.80771	1440			UT	035		
5774287	East Holladay Slopes	east-holladay-slopes	US		0	America/Denver	40.66939	-111.80632	1460			UT	035		
5774292	East Layton	east-layton	US		0	America/Denver	41.08105	-111.91994	1449			UT	011		
5774294	East Layton Hills	east-layton-hills	US		0	America/Denver	41.08605	-111.93661	1392			UT	011		
5774295	East Lynne Addition	east-lynne-addition	US		0	America/Denver	41.25661	-111.96466	1313			UT	057		
5774296	East Magna	east-magna	US		0	America/Denver	40.71633	-112.06077	1291			UT	035		
5774299	East Meadows	east-meadows	US		0	America/Denver	40.67134	-111.85521	1319			UT	035		
5774301	East Millcreek	east-millcreek	US		20816	America/Denver	40.69995	-111.81049	1455			UT	035		
5774304	East Oaks	east-oaks	US		0	America/Denver	41.02717	-111.898	1460			UT	011		
5774305	East Olympus Heights	east-olympus-heights	US		0	America/Denver	40.68134	-111.8166	1413			UT	035		
5774307	East Park Addition	east-park-addition	US		0	America/Denver	41.20633	-111.96355	1329			UT	057		
5774320	East Redwood	east-redwood	US		0	America/Denver	40.69772	-111.93605	1295			UT	035		
5774321	East Ridge	east-ridge	US		0	America/Denver	41.26328	-111.94605	1384			UT	057		
5774322	East Rubens	east-rubens	US		0	America/Denver	40.64856	-111.8841	1323			UT	035		
5774335	East Valley View	east-valley-view	US		0	America/Denver	40.59384	-111.85632	1417			UT	035		
5774340	Eastern Addition Sandy Plat A	eastern-addition-sandy-plat-a	US		0	America/Denver	40.59106	-111.88105	1368			UT	035		
5774341	Eastgrove Condominium	eastgrove-condominium	US		0	America/Denver	41.23078	-111.94439	1383			UT	057		
5774342	Eastgrove Condominium Phase 2-7	eastgrove-condominium-phase-2-7	US		0	America/Denver	41.23078	-111.94439	1383			UT	057		
5774345	Easton in Holladay Condominium	easton-in-holladay-condominium	US		0	America/Denver	40.66606	-111.82882	1346			UT	035		
5774346	Eastridge	eastridge	US		0	America/Denver	41.04661	-111.92439	1384			UT	011		
5774347	Eastridge	eastridge	US		0	America/Denver	40.543	-111.85354	1447			UT	035		
5774348	Eastridge	eastridge	US		0	America/Denver	40.53356	-111.85771	1423			UT	035		
5774349	Eastridge Estates	eastridge-estates	US		0	America/Denver	41.10828	-111.94883	1485			UT	011		
5774352	Eastview Estates	eastview-estates	US		0	America/Denver	40.66522	-111.96688	1337			UT	035		
5774354	Eastwood Estates	eastwood-estates	US		0	America/Denver	41.07605	-111.93716	1398			UT	011		
5774355	Eastwood Park	eastwood-park	US		0	America/Denver	40.89522	-111.85466	1477			UT	011		
5774357	Eastwood Subdivision Number 1	eastwood-subdivision-number-1	US		0	America/Denver	41.14939	-111.91438	1467			UT	057		
5774358	Eastwood Subdivision Number 2	eastwood-subdivision-number-2	US		0	America/Denver	41.14939	-111.91438	1467			UT	057		
5774359	Eastwood Subdivision Number 3	eastwood-subdivision-number-3	US		0	America/Denver	41.14939	-111.91438	1467			UT	057		
5774360	Eastwood Subdivision Number 4	eastwood-subdivision-number-4	US		0	America/Denver	41.14939	-111.91438	1467			UT	057		
5774361	Eastwood Subdivision Number 5	eastwood-subdivision-number-5	US		0	America/Denver	41.15161	-111.923	1470			UT	057		
5774362	Eastwood Subdivision Number 6	eastwood-subdivision-number-6	US		0	America/Denver	41.15161	-111.923	1470			UT	057		
5774363	Eastwood Subdivision Number 7	eastwood-subdivision-number-7	US		0	America/Denver	41.15161	-111.923	1470			UT	057		
5774376	Echo Resort	echo-resort	US		0	America/Denver	40.96245	-111.41159	1709			UT	043		
5774382	Eden Acres	eden-acres	US		0	America/Denver	40.67161	-111.88132	1303			UT	035		
5774383	Eden Hills	eden-hills	US		0	America/Denver	41.32022	-111.84105	1538			UT	057		
5774384	Eden Meadows	eden-meadows	US		0	America/Denver	41.30883	-111.82938	1518			UT	057		
5774386	Eden Village	eden-village	US		0	America/Denver	41.30272	-111.80133	1506			UT	057		
5774387	Edenbrook Estates	edenbrook-estates	US		0	America/Denver	40.55412	-111.85577	1424			UT	035		
5774388	Edenbrooke	edenbrooke	US		0	America/Denver	40.58467	-111.9641	1378			UT	035		
5774390	Eddie Kay	eddie-kay	US		0	America/Denver	40.67939	-111.85188	1319			UT	035		
5774394	Edgemont Park	edgemont-park	US		0	America/Denver	40.64772	-111.98688	1404			UT	035		
5774396	Edgemoor Park	edgemoor-park	US		0	America/Denver	40.66522	-111.94994	1317	Edgemont Park Subdivision,Edgemoor Park		UT	035		
5774398	Edgewood Estates	edgewood-estates	US		0	America/Denver	40.65384	-111.84966	1327			UT	035		
5774399	Edgewood Hills	edgewood-hills	US		0	America/Denver	41.16911	-111.95966	1428			UT	057		
5774400	Edgewood Hills Addition	edgewood-hills-addition	US		0	America/Denver	41.1705	-111.95966	1413			UT	057		
5774402	Edinburgh of Holladay Condominium	edinburgh-of-holladay-condominium	US		0	America/Denver	40.66606	-111.86049	1319			UT	035		
5774409	Edgehill Estates	edgehill-estates	US		0	America/Denver	41.12439	-112.07578	1326			UT	011		
5774412	Eggett Acres	eggett-acres	US		0	America/Denver	40.89661	-111.89799	1302			UT	011		
5774413	Eggett Estates	eggett-estates	US		0	America/Denver	40.87911	-111.8466	1566			UT	011		
5774414	Eggli Acres	eggli-acres	US		0	America/Denver	40.68689	-112.06105	1358			UT	035		
5774415	Eggli Meadows	eggli-meadows	US		0	America/Denver	40.59439	-111.93216	1330			UT	035		
5774421	El Camino Estates	el-camino-estates	US		0	America/Denver	40.67828	-111.94105	1305			UT	035		
5774422	El Centro Estates	el-centro-estates	US		0	America/Denver	41.17467	-112.04216	1360			UT	057		
5774424	El Joy Plaza	el-joy-plaza	US		0	America/Denver	40.66828	-111.98772	1357			UT	035		
5774425	El Monte Vista	el-monte-vista	US		0	America/Denver	41.24356	-111.94133	1352			UT	057		
5774426	El Rancho	el-rancho	US		0	America/Denver	40.64856	-111.87327	1319			UT	035		
5774427	El Rancho Ogden Addition	el-rancho-ogden-addition	US		0	America/Denver	41.26467	-111.95022	1355			UT	057		
5774428	El Sid Condominium	el-sid-condominium	US		0	America/Denver	40.64939	-111.87994	1318			UT	035		
5774429	El-May	el-may	US		0	America/Denver	41.24939	-111.94661	1367	El May Subdivision,El-May		UT	057		
5774430	El-May Park Addition	el-may-park-addition	US		0	America/Denver	41.19661	-111.95939	1366			UT	057		
5774456	Elk Ridge	elk-ridge	US		3183	America/Denver	40.01134	-111.67687	1632			UT	049		
5774472	Elliot Estates	elliot-estates	US		0	America/Denver	40.96439	-111.88216	1333			UT	011		
5774474	Ellison	ellison	US		0	America/Denver	41.05911	-111.97078	1325			UT	011		
5774476	Ellison Woods	ellison-woods	US		0	America/Denver	40.63384	-111.82688	1373			UT	035		
5774478	Elm Wood	elm-wood	US		0	America/Denver	40.68078	-111.83799	1356			UT	035		
5774481	Elta Glen	elta-glen	US		0	America/Denver	41.16078	-112.05189	1330			UT	057		
5774486	Ellis Park	ellis-park	US		0	America/Denver	40.89522	-111.85827	1437			UT	011		
5774488	Emerald Hills	emerald-hills	US		0	America/Denver	40.873	-111.86494	1449			UT	011		
5774489	Emerald Hills	emerald-hills	US		0	America/Denver	41.16161	-111.95883	1456			UT	057		
5774490	Emerald Hills Condominium	emerald-hills-condominium	US		0	America/Denver	41.163	-111.95661	1458			UT	057		
5774495	Emerson Addition	emerson-addition	US		0	America/Denver	41.19856	-111.96327	1356			UT	057		
5774496	Emerson Main Street Addition	emerson-main-street-addition	US		0	America/Denver	41.20272	-111.97439	1322			UT	057		
5774503	Emigration Oaks	emigration-oaks	US		0	America/Denver	40.7755	-111.75521	1713			UT	035		
5774511	Empire Addition	empire-addition	US		0	America/Denver	40.79995	-111.91383	1289			UT	035		
5774513	Emigration Passive Solar Home Condominium	emigration-passive-solar-home-condominium	US		0	America/Denver	40.77272	-111.75715	1677			UT	035		
5774514	Empress Condominium	empress-condominium	US		0	America/Denver	40.77911	-111.86188	1452			UT	035		
5774517	Enchanted Homes Addition	enchanted-homes-addition	US		0	America/Denver	41.13078	-112.02939	1386			UT	011		
5774518	Enchanted Village	enchanted-village	US		0	America/Denver	40.62828	-111.86882	1347			UT	035		
5774519	Engel	engel	US		0	America/Denver	40.69384	-111.97438	1302			UT	035		
5774522	England Hills	england-hills	US		0	America/Denver	41.18633	-111.93466	1538			UT	057		
5774523	Englewood Heights	englewood-heights	US		0	America/Denver	40.65856	-111.97633	1362			UT	035		
5774524	English Manor	english-manor	US		0	America/Denver	41.16328	-112.03633	1366			UT	057		
5774527	Enchanted Hills	enchanted-hills	US		0	America/Denver	40.6155	-111.79799	1544			UT	035		
5774530	Ensign Downs	ensign-downs	US		0	America/Denver	40.78856	-111.88633	1490			UT	035		
5774532	Ensign Downs Place	ensign-downs-place	US		0	America/Denver	40.78911	-111.8866	1495			UT	035		
5774544	Equestrian Ranchettes	equestrian-ranchettes	US		0	America/Denver	41.11939	-112.08494	1316			UT	011		
5774545	Equestrian Springs	equestrian-springs	US		0	America/Denver	40.70967	-112.05939	1295			UT	035		
5774546	Erda	erda	US		4642	America/Denver	40.61272	-112.30439	1324			UT	045		
5774548	Erekson Dairy	erekson-dairy	US		0	America/Denver	40.64356	-111.87438	1327			UT	035		
5774552	Ern Hayes	ern-hayes	US		0	America/Denver	40.8755	-111.87077	1391			UT	011		
5774555	Esquire	esquire	US		0	America/Denver	41.27133	-111.96605	1319			UT	057		
5774556	Esquire Acres	esquire-acres	US		0	America/Denver	40.67273	-111.8116	1422			UT	035		
5774557	Esquire Acres Five	esquire-acres-five	US		0	America/Denver	40.67245	-111.81799	1390			UT	035		
5774558	Esquire Estates	esquire-estates	US		0	America/Denver	40.59689	-111.79438	1559			UT	035		
5774559	Essex Court Condo	essex-court-condo	US		0	America/Denver	40.62411	-111.8641	1354			UT	035		
5774560	Ethel Gardens	ethel-gardens	US		0	America/Denver	40.66773	-111.85216	1317			UT	035		
5774562	Erin Meadows	erin-meadows	US		0	America/Denver	40.66578	-111.9241	1300			UT	035		
5774568	Euah Acres	euah-acres	US		0	America/Denver	40.56884	-111.85966	1399			UT	035		
5774572	Evans Acres	evans-acres	US		0	America/Denver	41.17689	-111.93772	1525			UT	057		
5774573	Evans Addition Poplar Grove	evans-addition-poplar-grove	US		0	America/Denver	40.75217	-111.93688	1291			UT	035		
5774576	Evergreen Acres	evergreen-acres	US		0	America/Denver	40.8955	-111.89383	1308			UT	011		
5774585	Eves Garden	eves-garden	US		0	America/Denver	41.15328	-112.04383	1343			UT	057		
5774586	Evona	evona	US		0	America/Denver	41.22272	-112.00133	1324			UT	057		
5774589	Executive House Condominiums	executive-house-condominiums	US		0	America/Denver	41.22356	-111.95772	1340			UT	057		
5774590	Executive Suites of Fountain East	executive-suites-of-fountain-east	US		0	America/Denver	40.66106	-111.86049	1324			UT	035		
5774592	Eyrie Meadows	eyrie-meadows	US		0	America/Denver	41.28105	-111.96189	1324			UT	057		
5774593	Ezra Clark	ezra-clark	US		0	America/Denver	40.87717	-111.87188	1382			UT	011		
5774595	F T Sanfords	f-t-sanfords	US		0	America/Denver	41.20439	-111.97661	1318			UT	057		
5774599	Fackrell	fackrell	US		0	America/Denver	40.89161	-111.90911	1293			UT	011		
5774603	Fairfield Acres	fairfield-acres	US		0	America/Denver	41.31883	-111.97689	1386			UT	057		
5774605	Fairfield Estates	fairfield-estates	US		0	America/Denver	41.04383	-111.93855	1338			UT	011		
5774606	Fairfield Farm Estates	fairfield-farm-estates	US		0	America/Denver	41.04494	-111.93494	1346			UT	011		
5774609	Fairlane Heights	fairlane-heights	US		0	America/Denver	40.67828	-111.98994	1336			UT	035		
5774610	Fairmeadows Condo	fairmeadows-condo	US		0	America/Denver	40.6255	-111.87105	1348			UT	035		
5774614	Fairmount Park	fairmount-park	US		0	America/Denver	41.2105	-112.00355	1338			UT	057		
5774615	Fairmount Park Annex	fairmount-park-annex	US		0	America/Denver	41.21494	-111.99939	1335			UT	057		
5774616	Fairmount Park Annex	fairmount-park-annex	US		0	America/Denver	41.21106	-112.00355	1338			UT	057		
5774617	Fairoaks	fairoaks	US		0	America/Denver	40.59578	-111.87382	1372			UT	035		
5774619	Fairview Gardens	fairview-gardens	US		0	America/Denver	40.66161	-111.82716	1345			UT	035		
5774620	Fairview Park	fairview-park	US		0	America/Denver	40.70911	-112.103	1305			UT	035		
5774621	Fairway Estates	fairway-estates	US		0	America/Denver	41.16744	-112.05411	1325			UT	057		
5774622	Fairway Estates Condominium	fairway-estates-condominium	US		0	America/Denver	40.65467	-111.87049	1316			UT	035		
5774623	Fairway Fields	fairway-fields	US		0	America/Denver	41.00078	-111.91272	1305			UT	011		
5774624	Fairway Park	fairway-park	US		0	America/Denver	41.29689	-111.99244	1315			UT	057		
5774625	Fairwood Park	fairwood-park	US		0	America/Denver	40.63745	-111.87966	1330			UT	035		
5774631	Fairbrook Condominium	fairbrook-condominium	US		0	America/Denver	40.64828	-111.84382	1336			UT	035		
5774634	Falconcrest	falconcrest	US		0	America/Denver	40.68356	-112.05883	1371			UT	035		
5774635	Falconhurst	falconhurst	US		0	America/Denver	40.57106	-111.83549	1490			UT	035		
5774641	Family Estates	family-estates	US		0	America/Denver	40.6955	-112.04216	1318			UT	035		
5774645	Fardown Estates	fardown-estates	US		0	America/Denver	40.64245	-111.83271	1353			UT	035		
5774647	Farley Acres	farley-acres	US		0	America/Denver	40.54217	-111.84771	1456			UT	035		
5774649	Fairfield Park	fairfield-park	US		0	America/Denver	41.07605	-111.94939	1369			UT	011		
5774656	Farm Hill	farm-hill	US		0	America/Denver	40.67884	-111.8716	1310			UT	035		
5774657	Farm Meadows	farm-meadows	US		0	America/Denver	40.5305	-111.93132	1345			UT	035		
5774664	Farmington Bay	farmington-bay	US		0	America/Denver	40.96133	-111.88411	1307			UT	011		
5774674	Farmington Heights	farmington-heights	US		0	America/Denver	40.98911	-111.88383	1345			UT	011		
5774675	Farmington Hills	farmington-hills	US		0	America/Denver	40.99606	-111.88883	1374			UT	011		
5774677	Farmington Orchards	farmington-orchards	US		0	America/Denver	41.0055	-111.89883	1362			UT	011		
5774681	Farnsworth Condominium	farnsworth-condominium	US		0	America/Denver	40.63106	-111.85021	1346			UT	035		
5774683	Farr	farr	US		0	America/Denver	41.18606	-111.99661	1325			UT	057		
5774684	Farr Number Two	farr-number-two	US		0	America/Denver	41.16272	-112.008	1355			UT	057		
5774685	Farr West	farr-west	US		6616	America/Denver	41.29717	-112.02772	1300	Farr West,West Harrisville		UT	057		
5774695	Faust	faust	US		0	America/Denver	40.18411	-112.3919	1602	Faust,Faust Station		UT	045		
5774698	Fawn Gardens	fawn-gardens	US		0	America/Denver	40.66967	-111.83577	1344			UT	035		
5774700	Fawcett	fawcett	US		0	America/Denver	41.14022	-112.03411	1366			UT	011		
5774702	Fays Trailer Park	fays-trailer-park	US		0	America/Denver	41.9166	-111.41743	2043			UT	033		
5774703	Featherstone	featherstone	US		0	America/Denver	40.79133	-111.94049	1286			UT	035		
5774704	Featherwood Village	featherwood-village	US		0	America/Denver	40.56023	-111.95188	1374			UT	035		
5774706	Federal-Heights	federal-heights	US		0	America/Denver	40.77578	-111.84466	1484			UT	035		
5774709	Feller Drive	feller-drive	US		0	America/Denver	40.87272	-111.8841	1352			UT	011		
5774720	Fernwood Hollow	fernwood-hollow	US		0	America/Denver	41.06383	-111.91355	1452			UT	011		
5774722	Ferreland Acres	ferreland-acres	US		0	America/Denver	40.62217	-111.84243	1380			UT	035		
5774739	Finlandia	finlandia	US		0	America/Denver	40.60384	-111.8091	1478			UT	035		
5774747	Fireclay Plaza Condo	fireclay-plaza-condo	US		0	America/Denver	40.67772	-111.89188	1304			UT	035		
5774798	Fischner Phillips Condominium	fischner-phillips-condominium	US		0	America/Denver	40.66217	-111.8716	1318	Fischner Phillips Condominium,Tischner Phillips Condominium		UT	035		
5774813	Fisher Place	fisher-place	US		0	America/Denver	40.63995	-111.88299	1327			UT	035		
5774823	Fister-Martin	fister-martin	US		0	America/Denver	41.2005	-111.94077	1411			UT	057		
5774826	Flagstaff Addition	flagstaff-addition	US		0	America/Denver	40.59245	-111.87966	1367			UT	035		
5774827	Flagstaff Farming	flagstaff-farming	US		0	America/Denver	40.593	-111.87521	1372			UT	035		
5774837	Flaming Gorge Lodge	flaming-gorge-lodge	US		0	America/Denver	40.8844	-109.46542	2122			UT	009		
5774843	Flaming Gorge Summer Home Area	flaming-gorge-summer-home-area	US		0	America/Denver	40.88968	-109.47597	2102			UT	009		
5774846	Flamingo Hills	flamingo-hills	US		0	America/Denver	40.66106	-111.81688	1366			UT	035		
5774847	Flangas	flangas	US		0	America/Denver	40.70661	-112.09244	1312			UT	035		
5774854	Flat Iron Mesa	flat-iron-mesa	US		0	America/Denver	40.59717	-111.84521	1446			UT	035		
5774866	Florece	florece	US		0	America/Denver	40.9205	-111.8741	1324			UT	011		
5774868	Floral Grove Estates	floral-grove-estates	US		0	America/Denver	40.97772	-111.87855	1362			UT	011		
5774869	Florence Park Addition	florence-park-addition	US		0	America/Denver	41.2055	-111.95383	1354			UT	057		
5774870	Floribunda Heights	floribunda-heights	US		0	America/Denver	40.66217	-111.81077	1395			UT	035		
5774873	Florence Hollow	florence-hollow	US		0	America/Denver	40.67828	-111.82382	1387			UT	035		
5774875	Flux	flux	US		0	America/Denver	40.68133	-112.55468	1294			UT	045		
5774877	Folsons Addition	folsons-addition	US		0	America/Denver	40.80383	-111.91827	1290			UT	035		
5774878	Fontaine Bleu	fontaine-bleu	US		0	America/Denver	40.64439	-111.84521	1339			UT	035		
5774879	Fontaine Claire	fontaine-claire	US		0	America/Denver	40.593	-111.93188	1330			UT	035		
5774880	Foothill	foothill	US		0	America/Denver	40.743	-111.8341	1420			UT	035		
5774881	Foothill Acres	foothill-acres	US		0	America/Denver	40.89717	-111.87022	1350			UT	011		
5774884	Foothill Village	foothill-village	US		0	America/Denver	40.74161	-111.83049	1424			UT	035		
5774886	Foothills	foothills	US		0	America/Denver	40.4955	-112.01522	1497			UT	035		
5774897	Forest Creek Cove	forest-creek-cove	US		0	America/Denver	40.61328	-111.83493	1396			UT	035		
5774900	Forest Glen	forest-glen	US		0	America/Denver	40.61523	-111.58131	2654			UT	035		
5774901	Forest Green Estates	forest-green-estates	US		0	America/Denver	41.18106	-111.93911	1492			UT	057		
5774906	Forestdale Addition	forestdale-addition	US		0	America/Denver	41.23522	-111.97522	1309			UT	057		
5774907	Fors	fors	US		0	America/Denver	40.64995	-111.84521	1333			UT	035		
5774912	Fort Douglas	fort-douglas	US		0	America/Denver	40.76356	-111.83188	1493			UT	035		
5774918	Fort Lane	fort-lane	US		0	America/Denver	41.07744	-111.96244	1359			UT	011		
5774919	Fort Lane Plaza Condominium	fort-lane-plaza-condominium	US		0	America/Denver	41.05494	-111.95827	1324			UT	011		
5774922	Fort Union Cove Condo	fort-union-cove-condo	US		0	America/Denver	40.61856	-111.87632	1347			UT	035		
5774923	Foster-Grant	foster-grant	US		0	America/Denver	41.0305	-111.91688	1375			UT	011		
5774924	Fountain Place	fountain-place	US		0	America/Denver	40.74772	-111.90688	1300			UT	035		
5774928	Four Seasons Village Condominium	four-seasons-village-condominium	US		0	America/Denver	40.75967	-111.93688	1288			UT	035		
5774942	Fowers	fowers	US		0	America/Denver	41.16272	-112.11383	1293			UT	057		
5774945	Fox Fire	fox-fire	US		0	America/Denver	40.58439	-111.82577	1470			UT	035		
5774946	Fox Hills	fox-hills	US		0	America/Denver	40.6405	-111.97883	1392			UT	035		
5774951	Fox Hollow	fox-hollow	US		0	America/Denver	40.57912	-111.82021	1493			UT	035		
5774954	Fox Place Minor	fox-place-minor	US		0	America/Denver	40.59023	-111.92855	1329			UT	035		
5774956	Fox Shadow	fox-shadow	US		0	America/Denver	40.7055	-112.00299	1296			UT	035		
5774957	Foxglen	foxglen	US		0	America/Denver	41.17911	-112.06828	1302			UT	057		
5774958	Foxmoor	foxmoor	US		0	America/Denver	40.54828	-111.83799	1460			UT	035		
5774959	Foxmoor Subdivision Number 2	foxmoor-subdivision-number-2	US		0	America/Denver	40.54106	-111.82521	1483			UT	035		
5774960	Foxs	foxs	US		0	America/Denver	40.74189	-111.89799	1290			UT	035		
5774978	Franklin Place Addition	franklin-place-addition	US		0	America/Denver	41.19967	-111.97439	1327			UT	057		
5774981	Franz	franz	US		0	America/Denver	40.87467	-111.87966	1359			UT	011		
5774983	Fraternity Park	fraternity-park	US		0	America/Denver	40.77245	-111.84077	1495			UT	035		
5774994	Free Country Estates	free-country-estates	US		0	America/Denver	40.68134	-111.97855	1323			UT	035		
5774996	Freedom Acres	freedom-acres	US		0	America/Denver	41.26161	-112.093	1293			UT	057		
5774997	Freeman Butterfield	freeman-butterfield	US		0	America/Denver	40.51495	-111.94105	1357			UT	035		
5775001	Freestone Acres	freestone-acres	US		0	America/Denver	40.90383	-111.86605	1360			UT	011		
5775014	French Cort Village Condominium	french-cort-village-condominium	US		0	America/Denver	40.67439	-111.88271	1303			UT	035		
5775017	Frew Estates	frew-estates	US		0	America/Denver	41.12105	-112.06217	1333			UT	011		
5775019	Fritsch and Zulchs Addition	fritsch-and-zulchs-addition	US		0	America/Denver	40.76578	-111.95744	1287			UT	035		
5775020	Froerer Plaza	froerer-plaza	US		0	America/Denver	41.21772	-111.97161	1314			UT	057		
5775030	Fuit	fuit	US		0	America/Denver	41.14105	-112.09578	1300			UT	011		
5775033	Fuller Gardens	fuller-gardens	US		0	America/Denver	40.67856	-111.84549	1329			UT	035		
5775035	Fruit Heights	fruit-heights	US		6072	America/Denver	41.03217	-111.90216	1432			UT	011		
5775036	Fur Hollow	fur-hollow	US		0	America/Denver	40.57189	-111.80354	1569			UT	035		
5775037	Fyandale	fyandale	US		0	America/Denver	40.62161	-111.82577	1407			UT	035		
5775040	G S Holmes Addition	g-s-holmes-addition	US		0	America/Denver	40.75606	-111.97049	1290			UT	035		
5775041	Gabbotts Addition	gabbotts-addition	US		0	America/Denver	40.73745	-111.89132	1294			UT	035		
5775043	Gables Condo	gables-condo	US		0	America/Denver	40.62217	-111.86966	1352			UT	035		
5775047	Gailey	gailey	US		0	America/Denver	41.02356	-111.93077	1334			UT	011		
5775050	Gale	gale	US		0	America/Denver	40.88633	-111.86633	1387			UT	011		
5775054	Gai Land Estates	gai-land-estates	US		0	America/Denver	40.628	-111.96049	1359			UT	035		
5775056	Garden Acres	garden-acres	US		0	America/Denver	40.67634	-111.86299	1316			UT	035		
5775058	Garden City Addition	garden-city-addition	US		0	America/Denver	40.72272	-111.98466	1295			UT	035		
5775066	Garden Lot Addition	garden-lot-addition	US		0	America/Denver	40.70856	-112.10411	1307			UT	035		
5775068	Garden Towers Condominium	garden-towers-condominium	US		0	America/Denver	40.77078	-111.88521	1346			UT	035		
5775069	Gardiner Estates	gardiner-estates	US		0	America/Denver	40.49717	-111.98966	1427			UT	035		
5775073	Gardens of Eden	gardens-of-eden	US		0	America/Denver	41.29772	-111.80911	1506	Garden of Eden,Gardens of Eden		UT	057		
5775075	Gardner Gardens	gardner-gardens	US		0	America/Denver	40.61995	-111.87855	1342			UT	035		
5775076	Garfield Addition	garfield-addition	US		0	America/Denver	41.25883	-111.97105	1308			UT	057		
5775088	Garfield Junction	garfield-junction	US		0	America/Denver	40.72883	-112.18772	1290			UT	035		
5775093	Garth Warner	garth-warner	US		0	America/Denver	40.57773	-111.85855	1394			UT	035		
5775097	Gateway Condominium	gateway-condominium	US		0	America/Denver	40.77022	-111.88799	1328			UT	035		
5775099	Gatewood Condo	gatewood-condo	US		0	America/Denver	40.58606	-111.87049	1379			UT	035		
5775101	Gay Sha Lor	gay-sha-lor	US		0	America/Denver	40.58384	-111.85493	1439			UT	035		
5775107	Geneva Addition	geneva-addition	US		0	America/Denver	40.74939	-111.9041	1289			UT	035		
5775114	George T Sharp	george-t-sharp	US		0	America/Denver	40.61106	-111.88743	1341			UT	035		
5775120	Georgetown Meadows	georgetown-meadows	US		0	America/Denver	40.57606	-111.95077	1369			UT	035		
5775121	Georgetown at Westpointe	georgetown-at-westpointe	US		0	America/Denver	40.80245	-111.94299	1284			UT	035		
5775126	Germania Gardens	germania-gardens	US		0	America/Denver	40.6555	-111.90771	1307			UT	035		
5775130	Geurts	geurts	US		0	America/Denver	40.77967	-111.93188	1287			UT	035		
5775142	Gilene	gilene	US		0	America/Denver	41.15578	-112.03411	1364			UT	057		
5775154	Glacier Mesa	glacier-mesa	US		0	America/Denver	40.57217	-111.80743	1562			UT	035		
5775156	Glacio Park	glacio-park	US		0	America/Denver	40.57273	-111.7791	1627			UT	035		
5775157	Glade Nielsen	glade-nielsen	US		0	America/Denver	41.12439	-112.05355	1348			UT	011		
5775158	Glade-Nelson	glade-nelson	US		0	America/Denver	41.17189	-112.02911	1380			UT	057		
5775161	Glen Aire	glen-aire	US		0	America/Denver	40.73522	-111.92994	1290			UT	035		
5775162	Glen Aire	glen-aire	US		0	America/Denver	40.52662	-111.94744	1362			UT	035		
5775165	Gingerbrook Estates	gingerbrook-estates	US		0	America/Denver	40.54606	-111.83938	1458			UT	035		
5775169	Glen Heather	glen-heather	US		0	America/Denver	40.69272	-112.05605	1332			UT	035		
5775171	Glendale Addition	glendale-addition	US		0	America/Denver	40.74856	-111.92299	1290			UT	035		
5775174	Glendale Gardens	glendale-gardens	US		0	America/Denver	41.06689	-111.96855	1336			UT	011		
5775175	Glendale Gardens	glendale-gardens	US		0	America/Denver	40.74356	-111.93105	1289			UT	035		
5775177	Glendale Park	glendale-park	US		0	America/Denver	40.73328	-111.9341	1291			UT	035		
5775178	Glendale Park North	glendale-park-north	US		0	America/Denver	40.75689	-111.9366	1291			UT	035		
5775179	Glendale Park Plat A Central	glendale-park-plat-a-central	US		0	America/Denver	40.74634	-111.92994	1291			UT	035		
5775180	Glendale Park Plat A East	glendale-park-plat-a-east	US		0	America/Denver	40.743	-111.92021	1289			UT	035		
5775181	Glendale Park Plat A West	glendale-park-plat-a-west	US		0	America/Denver	40.7455	-111.93772	1289			UT	035		
5775184	Glenmoor Country Estates	glenmoor-country-estates	US		0	America/Denver	40.57578	-111.99466	1444			UT	035		
5775198	Gold	gold	US		0	America/Denver	40.9055	-111.88966	1300			UT	011		
5775212	Goldcrest	goldcrest	US		0	America/Denver	40.57773	-111.8841	1370			UT	035		
5775213	Golden Acres	golden-acres	US		0	America/Denver	41.07328	-111.97105	1346			UT	011		
5775214	Golden Acres	golden-acres	US		0	America/Denver	40.6255	-111.88716	1332			UT	035		
5775216	Golden Hill Canyon	golden-hill-canyon	US		0	America/Denver	40.59162	-111.7891	1604			UT	035		
5775217	Golden Hills	golden-hills	US		0	America/Denver	40.59162	-111.79243	1567			UT	035		
5775218	Golden Meadows	golden-meadows	US		0	America/Denver	40.87439	-111.91577	1295			UT	011		
5775219	Golden Oaks	golden-oaks	US		0	America/Denver	40.58939	-111.79993	1516			UT	035		
5775220	Golden Park	golden-park	US		0	America/Denver	41.12022	-112.02439	1387			UT	011		
5775221	Golden Park	golden-park	US		0	America/Denver	40.76133	-111.92521	1288			UT	035		
5775225	Gold Mine Acres Condominium	gold-mine-acres-condominium	US		0	America/Denver	40.85078	-111.90438	1324			UT	011		
5775226	Golden West	golden-west	US		0	America/Denver	40.90911	-111.89994	1290			UT	011		
5775227	Golden West Villa	golden-west-villa	US		0	America/Denver	41.15189	-112.04716	1337			UT	011		
5775228	Golden Wood Estates	golden-wood-estates	US		0	America/Denver	40.57495	-111.88077	1372			UT	035		
5775229	Golf Course Estates	golf-course-estates	US		0	America/Denver	40.86689	-111.85494	1549			UT	011		
5775230	Gomex	gomex	US		0	America/Denver	40.0744	-111.57908	1478			UT	049		
5775232	Golden View	golden-view	US		0	America/Denver	41.19328	-111.94994	1401			UT	057		
5775237	Goodsell Addition	goodsell-addition	US		0	America/Denver	41.18967	-111.96189	1385			UT	057		
5775238	Goodsell Annex	goodsell-annex	US		0	America/Denver	41.18883	-111.96161	1388			UT	057		
5775240	Goodfellow	goodfellow	US		0	America/Denver	41.15967	-112.04828	1336			UT	057		
5775248	Gorder	gorder	US		0	America/Denver	40.16662	-111.91744	1370			UT	057		
5775252	Gordons South Lawn Addition	gordons-south-lawn-addition	US		0	America/Denver	40.68189	-111.89105	1300			UT	035		
5775258	Gogorza	gogorza	US		0	America/Denver	40.75384	-111.56965	1931	Gogorza,Gorgorza,Gorgosa		UT	043		
5775278	Governors Square Condominium	governors-square-condominium	US		0	America/Denver	40.77883	-111.89355	1339			UT	035		
5775291	Grand Oaks	grand-oaks	US		0	America/Denver	41.03578	-111.91466	1394			UT	011		
5775294	Grand-Dale Estates	grand-dale-estates	US		0	America/Denver	40.62995	-111.96049	1361			UT	035		
5775297	Granduer Chalet	granduer-chalet	US		0	America/Denver	40.60411	-111.87021	1369			UT	035		
5775298	Granduer Estates	granduer-estates	US		0	America/Denver	40.61939	-111.83716	1393			UT	035		
5775299	Grandview Acres	grandview-acres	US		0	America/Denver	41.11911	-112.02855	1375	Grand View Acres,Grandview Acres		UT	011		
5775300	Grandview Acres	grandview-acres	US		0	America/Denver	40.57884	-111.81049	1560			UT	035		
5775301	Grandview Acres	grandview-acres	US		0	America/Denver	41.19217	-111.95633	1391			UT	057		
5775302	Grandview Estates	grandview-estates	US		0	America/Denver	40.57828	-111.81493	1541			UT	035		
5775308	Grange Villa	grange-villa	US		0	America/Denver	40.67884	-111.98577	1331			UT	035		
5775312	Granger Gardens	granger-gardens	US		0	America/Denver	40.69884	-111.96549	1296			UT	035		
5775313	Granger Heights	granger-heights	US		0	America/Denver	40.69467	-111.9716	1301			UT	035		
5775316	Granger Park	granger-park	US		0	America/Denver	40.69967	-111.94383	1294			UT	035		
5775319	Granger West	granger-west	US		0	America/Denver	40.70717	-111.99772	1296			UT	035		
5775330	Granite Mesa	granite-mesa	US		0	America/Denver	40.59217	-111.85493	1426			UT	035		
5775334	Granite View Estates	granite-view-estates	US		0	America/Denver	40.56884	-111.81854	1536			UT	035		
5775344	Grants Lane	grants-lane	US		0	America/Denver	41.07994	-112.04717	1310			UT	011		
5775354	Granite Crest	granite-crest	US		0	America/Denver	40.57439	-111.81188	1554			UT	035		
5775357	Grass Valley Acres	grass-valley-acres	US		0	America/Denver	40.97106	-111.88827	1299			UT	011		
5775375	Great Basin Addition	great-basin-addition	US		0	America/Denver	41.16439	-112.038	1363			UT	057		
5775384	Green Acres	green-acres	US		0	America/Denver	40.69772	-111.90077	1295			UT	035		
5775385	Green Acres Estates	green-acres-estates	US		0	America/Denver	41.29022	-111.96328	1332			UT	057		
5775387	Green Briar West	green-briar-west	US		0	America/Denver	41.05244	-111.98605	1310			UT	011		
5775389	Great Westside	great-westside	US		0	America/Denver	40.76578	-111.9291	1288			UT	035		
5775398	Green Hill Acres	green-hill-acres	US		0	America/Denver	41.12355	-112.03883	1366			UT	011		
5775399	Green Hill Country Estates	green-hill-country-estates	US		0	America/Denver	41.26855	-111.71744	1668			UT	057		
5775401	Green Lawns	green-lawns	US		0	America/Denver	41.05744	-111.98828	1316			UT	011		
5775402	Green Leaf Meadows	green-leaf-meadows	US		0	America/Denver	41.07744	-111.99439	1341			UT	011		
5775403	Green Meadows	green-meadows	US		0	America/Denver	40.66661	-111.83216	1344			UT	035		
5775404	Green Meadows	green-meadows	US		0	America/Denver	40.90883	-111.87522	1314			UT	011		
5775405	Green Meadows	green-meadows	US		0	America/Denver	41.288	-111.95772	1337			UT	057		
5775406	Green Meadows Estates	green-meadows-estates	US		0	America/Denver	40.71439	-112.08439	1294			UT	035		
5775407	Green Mountain Estates	green-mountain-estates	US		0	America/Denver	41.02856	-111.90355	1408			UT	011		
5775408	Green Oaks Estates	green-oaks-estates	US		0	America/Denver	41.02828	-111.90605	1395			UT	011		
5775409	Green Pastures	green-pastures	US		0	America/Denver	41.03383	-112.05272	1283			UT	011		
5775415	Green Tree	green-tree	US		0	America/Denver	40.66272	-111.97077	1350			UT	035		
5775417	Green View	green-view	US		0	America/Denver	41.02772	-111.94911	1305			UT	011		
5775418	Green Willows	green-willows	US		0	America/Denver	40.57689	-111.86938	1381			UT	035		
5775420	Greenbriar Condominiums	greenbriar-condominiums	US		0	America/Denver	40.83883	-111.91272	1317			UT	011		
5775421	Greenbriar Mobile Home Park	greenbriar-mobile-home-park	US		0	America/Denver	40.70606	-112.013	1296			UT	035		
5775428	Greenfield Farms	greenfield-farms	US		0	America/Denver	40.52106	-111.90021	1346			UT	035		
5775429	Greenfield Meadows	greenfield-meadows	US		0	America/Denver	40.59161	-111.92688	1327			UT	035		
5775430	Greenfield Village	greenfield-village	US		0	America/Denver	40.62828	-111.83966	1361			UT	035		
5775431	Greenland Acres	greenland-acres	US		0	America/Denver	40.50967	-111.96188	1380			UT	035		
5775433	Greens Corner	greens-corner	US		0	America/Denver	41.64688	-111.91161	1375			UT	005		
5775440	Greenwood Acres	greenwood-acres	US		0	America/Denver	40.64189	-111.90549	1319			UT	035		
5775441	Greenwood Circle	greenwood-circle	US		0	America/Denver	40.61384	-111.8841	1343			UT	035		
5775442	Greenwood Meadows	greenwood-meadows	US		0	America/Denver	40.59384	-111.8641	1383			UT	035		
5775443	Greenwood Park	greenwood-park	US		0	America/Denver	40.58606	-111.88355	1369			UT	035		
5775445	Greenwood Village	greenwood-village	US		0	America/Denver	41.18911	-111.97439	1351	Greenwood Village,Grenwood Village		UT	057		
5775465	Grouse Creek Junction	grouse-creek-junction	US		0	America/Denver	41.42159	-113.88945	1423			UT	003		
5775477	Grover Estates	grover-estates	US		0	America/Denver	40.53384	-111.95021	1363			UT	035		
5775479	Grove Addition	grove-addition	US		0	America/Denver	41.23939	-111.96327	1314			UT	057		
5775499	Gusher	gusher	US		0	America/Denver	40.3019	-109.81848	1545			UT	047		
5775500	H D Wise	h-d-wise	US		0	America/Denver	41.21883	-111.96939	1317			UT	057		
5775518	Hal-Vern Park Addition	hal-vern-park-addition	US		0	America/Denver	41.193	-112.0305	1357	Hal Vern Park Addition,Hal-Vern Park Addition		UT	057		
5775519	Hale Addition	hale-addition	US		0	America/Denver	41.24911	-111.9655	1314			UT	057		
5775520	Hale Annex	hale-annex	US		0	America/Denver	41.2505	-111.96577	1313			UT	057		
5775521	Halelani	halelani	US		0	America/Denver	40.61661	-111.88271	1341			UT	035		
5775522	Halelea	halelea	US		0	America/Denver	40.61356	-111.87382	1352			UT	035		
5775525	Hailstone	hailstone	US		0	America/Denver	40.60829	-111.41019	1885			UT	051		
5775532	Hall Acres	hall-acres	US		0	America/Denver	40.77772	-111.94772	1288			UT	035		
5775533	Hall View	hall-view	US		0	America/Denver	40.67356	-111.96605	1332			UT	035		
5775536	Halls Fifth Avenue Condominium	halls-fifth-avenue-condominium	US		0	America/Denver	40.7755	-111.86771	1391			UT	035		
5775539	Halverson	halverson	US		0	America/Denver	41.18494	-111.94605	1451			UT	057		
5775542	Hamilton Heights	hamilton-heights	US		0	America/Denver	40.50662	-111.93966	1356			UT	035		
5775544	Hamilton Village	hamilton-village	US		0	America/Denver	40.678	-111.86743	1313			UT	035		
5775545	Hamiltons	hamiltons	US		0	America/Denver	40.74522	-111.92383	1290			UT	035		
5775558	Hamilton Acres	hamilton-acres	US		0	America/Denver	40.5105	-111.94521	1360			UT	035		
5775572	Happy Acres	happy-acres	US		0	America/Denver	40.87856	-111.88077	1350			UT	011		
5775573	Happy Home Five	happy-home-five	US		0	America/Denver	41.02911	-111.93689	1326			UT	011		
5775574	Happy Homes	happy-homes	US		0	America/Denver	41.02967	-111.94189	1316			UT	011		
5775576	Harbertson	harbertson	US		0	America/Denver	41.20133	-111.96022	1354			UT	057		
5775577	Harbor Heights	harbor-heights	US		0	America/Denver	40.85411	-111.88466	1424			UT	011		
5775584	Hardup	hardup	US		0	America/Denver	41.89547	-113.15166	1538			UT	003		
5775597	Harmony Park	harmony-park	US		0	America/Denver	41.18189	-112.02883	1367			UT	057		
5775603	Harmony Lane	harmony-lane	US		0	America/Denver	40.69189	-112.00383	1314			UT	035		
5775614	Harrisonwood Estates	harrisonwood-estates	US		0	America/Denver	40.66939	-111.97577	1343			UT	035		
5775616	Harrisville Heights	harrisville-heights	US		0	America/Denver	41.28605	-112.008	1306			UT	057		
5775621	Harvel Park Condo	harvel-park-condo	US		0	America/Denver	40.60828	-111.88077	1348			UT	035		
5775623	Harvest Estates	harvest-estates	US		0	America/Denver	40.62689	-111.95355	1351			UT	035		
5775624	Harvest Lane Condo	harvest-lane-condo	US		0	America/Denver	40.58967	-111.86993	1378			UT	035		
5775625	Harvest Park Estates	harvest-park-estates	US		0	America/Denver	40.69245	-111.98966	1307			UT	035		
5775626	Harvestland Estates	harvestland-estates	US		0	America/Denver	40.67439	-111.95022	1309			UT	035		
5775627	Harvestland Estates Condo	harvestland-estates-condo	US		0	America/Denver	40.67439	-111.95216	1310			UT	035		
5775628	Harvey Farm Estates	harvey-farm-estates	US		0	America/Denver	41.02106	-111.90383	1390			UT	011		
5775629	Harveys Redwood Estates	harveys-redwood-estates	US		0	America/Denver	41.17272	-112.04216	1360			UT	057		
5775630	Haslam Estates	haslam-estates	US		0	America/Denver	40.68995	-112.01188	1321			UT	035		
5775631	Hassell Heights	hassell-heights	US		0	America/Denver	41.17883	-111.96605	1392			UT	057		
5775645	Haven Grove	haven-grove	US		0	America/Denver	40.63884	-111.84243	1345			UT	035		
5775646	Haven Park	haven-park	US		0	America/Denver	41.05939	-111.95633	1330			UT	011		
5775647	Haven Place	haven-place	US		0	America/Denver	40.65467	-111.81827	1347			UT	035		
5775648	Hawarden Estates	hawarden-estates	US		0	America/Denver	40.67689	-111.97077	1325			UT	035		
5775649	Hawarden Heights	hawarden-heights	US		0	America/Denver	40.68106	-111.97105	1319			UT	035		
5775654	Harvard Park	harvard-park	US		0	America/Denver	40.59717	-111.8591	1391			UT	035		
5775656	Hawkwood Estates	hawkwood-estates	US		0	America/Denver	40.54662	-111.86466	1395			UT	035		
5775675	Haynes Addition	haynes-addition	US		0	America/Denver	40.72022	-112.02772	1294			UT	035		
5775682	He Flys	he-flys	US		0	America/Denver	41.14022	-112.07133	1317			UT	011		
5775691	Heather Circle	heather-circle	US		0	America/Denver	40.64939	-111.81132	1376			UT	035		
5775692	Heather Glen Condo	heather-glen-condo	US		0	America/Denver	40.67356	-111.95049	1310			UT	035		
5775693	Heather Heights	heather-heights	US		0	America/Denver	41.138	-112.03411	1367			UT	011		
5775694	Heather Hills	heather-hills	US		0	America/Denver	41.08411	-111.93661	1396			UT	011		
5775695	Heatherglen	heatherglen	US		0	America/Denver	40.673	-111.95049	1310			UT	035		
5775696	Heatherglen	heatherglen	US		0	America/Denver	41.09244	-111.93161	1445			UT	011		
5775697	Heatherwood	heatherwood	US		0	America/Denver	40.62634	-111.94327	1339			UT	035		
5775698	Heaths Blocks 39 and 40	heaths-blocks-39-and-40	US		0	America/Denver	40.76383	-111.91688	1287			UT	035		
5775709	Hector Heights	hector-heights	US		0	America/Denver	40.67161	-111.97494	1339			UT	035		
5775710	Hector Park	hector-park	US		0	America/Denver	40.70217	-111.94355	1294			UT	035		
5775711	Hector Park Condominium	hector-park-condominium	US		0	America/Denver	40.70161	-111.94744	1293			UT	035		
5775712	Hector Village	hector-village	US		0	America/Denver	40.66967	-112.00827	1371			UT	035		
5775729	Hellgate Villa Condominiums	hellgate-villa-condominiums	US		0	America/Denver	40.59273	-111.63076	2674			UT	035		
5775742	Helm Park	helm-park	US		0	America/Denver	40.67022	-111.98077	1346			UT	035		
5775743	Hen Farm Estates	hen-farm-estates	US		0	America/Denver	41.01078	-111.92355	1323			UT	011		
5775746	Henderson Subdivisions 1-4	henderson-subdivisions-1-4	US		0	America/Denver	41.24717	-111.94439	1370			UT	057		
5775754	Henry Oleson	henry-oleson	US		0	America/Denver	41.12439	-112.09272	1312			UT	011		
5775770	Herefordshire	herefordshire	US		0	America/Denver	41.18161	-112.0205	1366			UT	057		
5775771	Herefordshire Condominium	herefordshire-condominium	US		0	America/Denver	41.1805	-112.02411	1368			UT	057		
5775772	Heritage Estates	heritage-estates	US		0	America/Denver	41.29439	-112.0905	1293			UT	057		
5775773	Heritage Grove	heritage-grove	US		0	America/Denver	41.30383	-111.9355	1446			UT	057		
5775774	Heritage Heights	heritage-heights	US		0	America/Denver	40.55689	-111.9591	1384			UT	035		
5775775	Heritage Square	heritage-square	US		0	America/Denver	41.15161	-112.04105	1348			UT	011		
5775776	Heritage Square	heritage-square	US		0	America/Denver	41.15328	-112.04133	1348			UT	057		
5775777	Heritage Villa	heritage-villa	US		0	America/Denver	40.57884	-111.88077	1373			UT	035		
5775784	Herrimans Addition	herrimans-addition	US		0	America/Denver	41.20883	-111.98272	1315			UT	057		
5775790	Hew-Wood Estates	hew-wood-estates	US		0	America/Denver	40.65106	-111.94521	1326			UT	035		
5775792	Hi Country Estates	hi-country-estates	US		0	America/Denver	40.50634	-112.07161	1615			UT	035		
5775794	Hi Vista	hi-vista	US		0	America/Denver	41.31661	-111.96855	1404			UT	057		
5775798	Heughs Canyon	heughs-canyon	US		0	America/Denver	40.63995	-111.79827	1490	Heugh Canyon Subdivision,Heughs Canyon		UT	035		
5775805	Hickory Valley Estates	hickory-valley-estates	US		0	America/Denver	40.54162	-111.83688	1443			UT	035		
5775809	Hidden Cove Number 2	hidden-cove-number-2	US		0	America/Denver	40.66384	-111.92244	1300			UT	035		
5775810	Hidden Cove Number 3	hidden-cove-number-3	US		0	America/Denver	40.66661	-111.9241	1300			UT	035		
5775812	Hidden Hideaway Condominium	hidden-hideaway-condominium	US		0	America/Denver	41.09272	-111.93744	1401			UT	011		
5775813	Hidden Hills	hidden-hills	US		0	America/Denver	40.52495	-111.83021	1472			UT	035		
5775816	Hidden Hollow	hidden-hollow	US		0	America/Denver	41.0905	-111.938	1397			UT	011		
5775824	Hidden Lake Condominium	hidden-lake-condominium	US		0	America/Denver	40.668	-111.86049	1311			UT	035		
5775826	Hidden Meadows	hidden-meadows	US		0	America/Denver	40.60411	-111.84799	1419			UT	035		
5775827	Hidden Oak Estates	hidden-oak-estates	US		0	America/Denver	40.59189	-111.79827	1535			UT	035		
5775828	Hidden Oaks	hidden-oaks	US		0	America/Denver	40.53884	-111.82632	1463			UT	035		
5775838	Hidden Valley Country Club Estates	hidden-valley-country-club-estates	US		0	America/Denver	40.53328	-111.84521	1415			UT	035		
5775839	Hidden Valley Estates	hidden-valley-estates	US		0	America/Denver	40.53856	-111.84799	1455			UT	035		
5775840	Hidden Valley Hills	hidden-valley-hills	US		0	America/Denver	40.53773	-111.84882	1455			UT	035		
5775841	Hidden Village	hidden-village	US		0	America/Denver	40.6255	-111.87438	1345			UT	035		
5775842	Hidden Village	hidden-village	US		0	America/Denver	41.18356	-111.95772	1403			UT	057		
5775849	Higate Hamlet	higate-hamlet	US		0	America/Denver	40.69383	-112.04133	1324			UT	035		
5775852	High Avenue	high-avenue	US		0	America/Denver	40.73772	-111.93549	1290			UT	035		
5775856	High Danish Condominium	high-danish-condominium	US		0	America/Denver	40.60384	-111.80521	1488			UT	035		
5775858	High Pointe	high-pointe	US		0	America/Denver	40.86717	-111.84605	1582			UT	011		
5776014	Holladay East	holladay-east	US		0	America/Denver	40.67134	-111.80604	1468			UT	035		
5775864	Highland Addition	highland-addition	US		0	America/Denver	41.20939	-111.94577	1390			UT	057		
5775867	Highland Drive Park	highland-drive-park	US		0	America/Denver	40.68134	-111.84632	1325			UT	035		
5775870	Highland Meadows	highland-meadows	US		0	America/Denver	40.69439	-112.04688	1325			UT	035		
5775872	Highland Orchard Condominium	highland-orchard-condominium	US		0	America/Denver	40.68078	-111.8441	1329			UT	035		
5775874	Highland Park Addition	highland-park-addition	US		0	America/Denver	40.76439	-111.92827	1288			UT	035		
5775875	Highland Park Magna	highland-park-magna	US		0	America/Denver	40.70689	-112.11189	1323			UT	035		
5775879	Highland View	highland-view	US		0	America/Denver	41.183	-111.9855	1354			UT	057		
5775881	Highlands of Hidden Valley	highlands-of-hidden-valley	US		0	America/Denver	40.53912	-111.8166	1544			UT	035		
5775888	Hight	hight	US		0	America/Denver	40.97383	-111.88411	1320			UT	011		
5775892	Hill Acres	hill-acres	US		0	America/Denver	40.678	-111.87632	1308			UT	035		
5775896	Hill Gate	hill-gate	US		0	America/Denver	40.70189	-112.10411	1330			UT	035		
5775898	Hill Top	hill-top	US		0	America/Denver	41.31689	-111.97105	1393			UT	057		
5775899	Hill View Acres	hill-view-acres	US		0	America/Denver	41.14883	-111.93855	1465			UT	057		
5775900	Hill Villa	hill-villa	US		0	America/Denver	41.07022	-111.97439	1339			UT	011		
5775901	Hillborough Heights	hillborough-heights	US		0	America/Denver	40.57717	-111.82215	1499			UT	035		
5775902	Hillcrest	hillcrest	US		0	America/Denver	40.91967	-111.86994	1348			UT	011		
5775903	Hillcrest Addition	hillcrest-addition	US		0	America/Denver	41.20744	-111.94383	1394			UT	057		
5775904	Hillcrest Heights	hillcrest-heights	US		0	America/Denver	40.61106	-111.86382	1372			UT	035		
5775907	Hillcrest Park	hillcrest-park	US		0	America/Denver	40.64161	-111.88438	1327			UT	035		
5775914	Hillhaven Estates	hillhaven-estates	US		0	America/Denver	40.54717	-111.81243	1512			UT	035		
5775919	Hill Acres	hill-acres	US		0	America/Denver	41.2455	-112.03633	1295			UT	057		
5775921	Hills of Homes	hills-of-homes	US		0	America/Denver	41.17911	-112.02939	1375			UT	057		
5775922	Hillsborough Estates	hillsborough-estates	US		0	America/Denver	40.60411	-111.80077	1525			UT	035		
5775926	Hillsdale Twin Homes	hillsdale-twin-homes	US		0	America/Denver	40.70245	-111.97077	1298			UT	035		
5775927	Hillsden Addition	hillsden-addition	US		0	America/Denver	40.65384	-111.81632	1352			UT	035		
5775928	Hillshire	hillshire	US		0	America/Denver	40.56662	-111.81938	1531			UT	035		
5775930	Hillside Addition	hillside-addition	US		0	America/Denver	40.65411	-111.8841	1312			UT	035		
5775931	Hillside Estates	hillside-estates	US		0	America/Denver	41.10189	-111.97911	1430			UT	011		
5775932	Hillside Gardens	hillside-gardens	US		0	America/Denver	40.83967	-111.90633	1357			UT	011		
5775933	Hillside Heights	hillside-heights	US		0	America/Denver	40.65328	-111.88382	1316			UT	035		
5775935	Hillside Manor	hillside-manor	US		0	America/Denver	40.64995	-111.88466	1316			UT	035		
5775936	Hillside Manor	hillside-manor	US		0	America/Denver	41.17161	-111.9855	1400			UT	057		
5775937	Hillside Meadow	hillside-meadow	US		0	America/Denver	40.95661	-111.88549	1292			UT	011		
5775938	Hillside Oaks	hillside-oaks	US		0	America/Denver	40.84133	-111.89522	1449			UT	011		
5775939	Hillside Townhouse Condominium	hillside-townhouse-condominium	US		0	America/Denver	40.77495	-111.88883	1365			UT	035		
5775940	Hillside Village	hillside-village	US		0	America/Denver	40.6255	-111.82049	1412			UT	035		
5775943	Hilltop Gardens	hilltop-gardens	US		0	America/Denver	40.88495	-111.86521	1397			UT	011		
5775946	Hillwest	hillwest	US		0	America/Denver	40.90994	-111.89605	1292			UT	011		
5775947	Hilton Villa	hilton-villa	US		0	America/Denver	40.63967	-111.85938	1332			UT	035		
5775948	Hirsch	hirsch	US		0	America/Denver	40.62911	-111.88744	1331			UT	035		
5775954	Hob Hill	hob-hill	US		0	America/Denver	41.04161	-111.91605	1403			UT	011		
5775964	Hods Hollow	hods-hollow	US		0	America/Denver	41.048	-111.92577	1369			UT	011		
5775965	Hodson Estates	hodson-estates	US		0	America/Denver	41.05328	-111.96994	1318			UT	011		
5775966	Hoff	hoff	US		0	America/Denver	41.21106	-111.95327	1362			UT	057		
5775967	Hoffman Heights	hoffman-heights	US		0	America/Denver	40.65911	-112.00577	1394			UT	035		
5775968	Hoffman Heights Numbes 12 and 13	hoffman-heights-numbes-12-and-13	US		0	America/Denver	40.64772	-111.99383	1408			UT	035		
5775973	Hogan Park	hogan-park	US		0	America/Denver	40.87689	-111.90383	1309			UT	011		
5775994	Hogup	hogup	US		0	America/Denver	41.25909	-113.12415	1294	Hogup,Hogup Siding		UT	003		
5775996	Holbrook Heights	holbrook-heights	US		0	America/Denver	40.87828	-111.86577	1414			UT	011		
5776004	Holiday Center Addition	holiday-center-addition	US		0	America/Denver	40.66661	-111.84077	1327			UT	035		
5776009	Holladay Acres	holladay-acres	US		0	America/Denver	40.66911	-111.83827	1338			UT	035		
5776012	Holladay Circle	holladay-circle	US		0	America/Denver	40.67411	-111.84077	1338			UT	035		
5776013	Holladay Creek Condominium	holladay-creek-condominium	US		0	America/Denver	40.66967	-111.84049	1334			UT	035		
5776015	Holladay Edgehill	holladay-edgehill	US		0	America/Denver	40.65634	-111.81799	1354			UT	035		
5776016	Holladay Estates	holladay-estates	US		0	America/Denver	40.67161	-111.8316	1356			UT	035		
5776017	Holladay Gardens	holladay-gardens	US		0	America/Denver	40.65828	-111.81688	1368			UT	035		
5776018	Holladay Grove	holladay-grove	US		0	America/Denver	40.66384	-111.84549	1325			UT	035		
5776019	Holladay Haven Condominium	holladay-haven-condominium	US		0	America/Denver	40.66967	-111.83938	1337			UT	035		
5776020	Holladay Heights	holladay-heights	US		0	America/Denver	40.68134	-111.82743	1386			UT	035		
5776021	Holladay Highlands	holladay-highlands	US		0	America/Denver	40.65328	-111.81188	1373			UT	035		
5776022	Holladay Highlands Three	holladay-highlands-three	US		0	America/Denver	40.65106	-111.80993	1394			UT	035		
5776023	Holladay Hills	holladay-hills	US		0	America/Denver	40.67523	-111.80799	1452			UT	035		
5776024	Holladay Manor	holladay-manor	US		0	America/Denver	40.67078	-111.8216	1374			UT	035		
5776025	Holladay Meadows Condominium	holladay-meadows-condominium	US		0	America/Denver	40.66328	-111.82049	1360			UT	035		
5776027	Holladay Park	holladay-park	US		0	America/Denver	40.66828	-111.8316	1347			UT	035		
5776028	Holladay Pines Condominium	holladay-pines-condominium	US		0	America/Denver	40.67023	-111.83827	1340			UT	035		
5776032	Holladay Villa Homes Condominium	holladay-villa-homes-condominium	US		0	America/Denver	40.66661	-111.82438	1356			UT	035		
5776033	Holladay Village Condominium	holladay-village-condominium	US		0	America/Denver	40.67384	-111.82632	1367			UT	035		
5776035	Holley Acres	holley-acres	US		0	America/Denver	41.15661	-112.0705	1305			UT	057		
5776036	Holley and Whitney	holley-and-whitney	US		0	America/Denver	41.15883	-112.04494	1341			UT	057		
5776039	Holly Park	holly-park	US		0	America/Denver	40.568	-111.8266	1504			UT	035		
5776042	Holmberg	holmberg	US		0	America/Denver	40.6955	-111.96383	1297			UT	035		
5776044	Holly Heights	holly-heights	US		0	America/Denver	40.63884	-111.86827	1334			UT	035		
5776046	Holmes Creek Estates	holmes-creek-estates	US		0	America/Denver	41.0555	-111.94494	1334			UT	011		
5776047	Holmes Hollow Estates	holmes-hollow-estates	US		0	America/Denver	41.06467	-111.93272	1384			UT	011		
5776049	Holmes and Hendersons	holmes-and-hendersons	US		0	America/Denver	40.76828	-111.9416	1287			UT	035		
5776054	Holmes Estates	holmes-estates	US		0	America/Denver	40.88717	-111.8666	1385			UT	011		
5776065	Homeplace	homeplace	US		0	America/Denver	41.06661	-111.96661	1336			UT	011		
5776068	Homestead Condominium	homestead-condominium	US		0	America/Denver	40.90883	-111.8866	1300			UT	011		
5776069	Homestead Court	homestead-court	US		0	America/Denver	40.65634	-111.88827	1310			UT	035		
5776070	Homestead Court	homestead-court	US		0	America/Denver	40.64217	-111.86882	1331			UT	035		
5776072	Homestead Estates	homestead-estates	US		0	America/Denver	40.50384	-111.94938	1363			UT	035		
5776073	Homestead Farms	homestead-farms	US		0	America/Denver	40.693	-111.94216	1297			UT	035		
5776084	Honeywood Cove	honeywood-cove	US		0	America/Denver	40.60828	-111.7916	1561			UT	035		
5776085	Honeywood Hills	honeywood-hills	US		0	America/Denver	40.60884	-111.79382	1548			UT	035		
5776109	Hopkins Meadows	hopkins-meadows	US		0	America/Denver	40.68995	-112.00438	1318			UT	035		
5776114	Horizon	horizon	US		0	America/Denver	40.64217	-111.98466	1399			UT	035		
5776115	Horizon Circle	horizon-circle	US		0	America/Denver	40.62328	-111.80465	1473			UT	035		
5776118	Horne	horne	US		0	America/Denver	40.78133	-111.92105	1286			UT	035		
5776134	Horsely Circle	horsely-circle	US		0	America/Denver	40.87911	-111.8716	1378			UT	011		
5776141	Horsely	horsely	US		0	America/Denver	40.85272	-111.8866	1423			UT	011		
5776160	Howard Estates	howard-estates	US		0	America/Denver	40.89356	-111.8541	1471			UT	011		
5776173	Hoytsville	hoytsville	US		607	America/Denver	40.87439	-111.38047	1756			UT	043		
5776181	Huff Acres	huff-acres	US		0	America/Denver	40.65939	-111.86049	1325			UT	035		
5776182	Huish	huish	US		0	America/Denver	40.60828	-111.86382	1371			UT	035		
5776189	Hummingbird	hummingbird	US		0	America/Denver	40.58689	-111.85493	1427			UT	035		
5776192	Huffaker	huffaker	US		0	America/Denver	40.66328	-111.86271	1323			UT	035		
5776196	Hunter Farmes	hunter-farmes	US		0	America/Denver	40.69939	-112.02383	1302			UT	035		
5776197	Hunter Heights	hunter-heights	US		0	America/Denver	40.68411	-112.01661	1346			UT	035		
5776198	Hunter Hill Addition	hunter-hill-addition	US		0	America/Denver	41.24717	-111.95077	1355			UT	057		
5776199	Hunter Hills	hunter-hills	US		0	America/Denver	40.67995	-112.01161	1354			UT	035		
5776202	Hunter Stake	hunter-stake	US		0	America/Denver	40.66856	-112.01411	1382			UT	035		
5776203	Hunter Village Condominium	hunter-village-condominium	US		0	America/Denver	40.68439	-112.02772	1353			UT	035		
5776207	Hunters Woods Condo	hunters-woods-condo	US		0	America/Denver	40.66495	-111.90577	1298			UT	035		
5776208	Hunting Creek	hunting-creek	US		0	America/Denver	41.28661	-111.98633	1314			UT	057		
5776209	Huntington Place	huntington-place	US		0	America/Denver	40.68772	-112.00272	1322			UT	035		
5776214	Huntsville Hollow	huntsville-hollow	US		0	America/Denver	41.26189	-111.69827	1565			UT	057		
5776219	Hy-Mesa	hy-mesa	US		0	America/Denver	41.173	-112.038	1375			UT	057		
5776224	Huntsman Plat A	huntsman-plat-a	US		0	America/Denver	40.55745	-111.7991	1565			UT	035		
5776226	Hyland Lake	hyland-lake	US		0	America/Denver	40.64411	-111.85993	1329			UT	035		
5776247	Idas Acres	idas-acres	US		0	America/Denver	40.54439	-111.8466	1457			UT	035		
5776249	Idlewild Townsite	idlewild-townsite	US		0	America/Denver	41.25383	-111.85661	1460			UT	057		
5776250	Iliff College Hill	iliff-college-hill	US		0	America/Denver	41.20772	-111.95022	1366			UT	057		
5776294	Indian Springs Estates	indian-springs-estates	US		0	America/Denver	40.85133	-111.87105	1567			UT	011		
5776298	Indian Oaks	indian-oaks	US		0	America/Denver	41.05967	-111.94105	1347			UT	011		
5776299	Indian Village	indian-village	US		0	America/Denver	40.65134	-112.01133	1430			UT	035		
5776300	Indian Village	indian-village	US		0	America/Denver	40.6805	-111.97522	1322			UT	035		
5776301	Indian Village South	indian-village-south	US		0	America/Denver	40.6555	-111.97188	1363			UT	035		
5776303	Indians Hills	indians-hills	US		0	America/Denver	41.09883	-111.93327	1460			UT	011		
5776306	Ingersoll Addition	ingersoll-addition	US		0	America/Denver	40.81606	-111.973	1286			UT	035		
5776308	Indian Valley Estates	indian-valley-estates	US		0	America/Denver	41.16911	-111.94216	1474			UT	057		
5776318	International Gardens	international-gardens	US		0	America/Denver	40.64828	-111.83688	1342			UT	035		
5776321	Interwest Condominium Project Phase A	interwest-condominium-project-phase-a	US		0	America/Denver	41.21244	-112.00494	1332			UT	057		
5776322	Ioka	ioka	US		0	America/Denver	40.25857	-110.11376	1631			UT	013		
5776324	Iosepa (historical)	iosepa-historical	US		0	America/Denver	40.53716	-112.74441	1341			UT	045		
5776328	Irfred Park	irfred-park	US		0	America/Denver	40.85439	-111.89688	1349	Infred Park Subdivision,Irfred Park		UT	011		
5776349	Irving Park Addition	irving-park-addition	US		0	America/Denver	40.76411	-111.93688	1288			UT	035		
5776367	Island View	island-view	US		0	America/Denver	40.90245	-111.86605	1363			UT	011		
5776368	Island View Acres	island-view-acres	US		0	America/Denver	41.03717	-111.97578	1301			UT	011		
5776377	J Hill Johnson	j-hill-johnson	US		0	America/Denver	40.87939	-111.8941	1323			UT	011		
5776379	J and S Subdivision	j-and-s-subdivision	US		0	America/Denver	40.67995	-111.85299	1319			UT	035		
5776388	Jackson Acres	jackson-acres	US		0	America/Denver	41.31578	-112.04217	1293			UT	057		
5776390	Jackson Condominium	jackson-condominium	US		0	America/Denver	40.76745	-111.89744	1307			UT	035		
5776399	Jackson Orchards	jackson-orchards	US		0	America/Denver	41.12883	-112.03855	1368			UT	011		
5776400	Jackson Park Village	jackson-park-village	US		0	America/Denver	40.78078	-111.91188	1287			UT	035		
5776406	Jamarl Acres	jamarl-acres	US		0	America/Denver	41.12328	-112.03022	1382			UT	011		
5776433	Jefferson Place Condominium	jefferson-place-condominium	US		0	America/Denver	40.58439	-111.9091	1325			UT	035		
5776436	Jefferson Street	jefferson-street	US		0	America/Denver	40.74717	-111.89494	1289			UT	035		
5776452	Jenkins Orchard	jenkins-orchard	US		0	America/Denver	40.853	-111.90133	1328			UT	011		
5776456	Jensen Circle	jensen-circle	US		0	America/Denver	40.67939	-111.98772	1330			UT	035		
5776458	Jennings North Salt Lake	jennings-north-salt-lake	US		0	America/Denver	40.79217	-111.92744	1286			UT	035		
5776467	Jeremy Ranch	jeremy-ranch	US		0	America/Denver	40.75411	-111.55937	1961			UT	043		
5776471	Jeremy	jeremy	US		0	America/Denver	40.63828	-111.8366	1350			UT	035		
5776475	Jill	jill	US		0	America/Denver	41.12578	-112.04467	1360			UT	011		
5776476	Jillville	jillville	US		0	America/Denver	41.29355	-111.96605	1331			UT	057		
5776483	Jo Lu	jo-lu	US		0	America/Denver	41.0605	-111.97716	1324			UT	011		
5776484	Jo Lynn	jo-lynn	US		0	America/Denver	40.6755	-111.82882	1366			UT	035		
5776499	John Fuit	john-fuit	US		0	America/Denver	41.13328	-112.07744	1318			UT	011		
5776506	Johns Acres	johns-acres	US		0	America/Denver	41.03244	-111.94605	1313			UT	011		
5776509	Johnson Anderson	johnson-anderson	US		0	America/Denver	40.47662	-111.94244	1389			UT	035		
5776522	Johnsons	johnsons	US		0	America/Denver	40.62245	-111.81188	1462			UT	035		
5776525	Johnsonway	johnsonway	US		0	America/Denver	40.59578	-111.86938	1375			UT	035		
5776546	Jonesdale	jonesdale	US		0	America/Denver	40.693	-112.02827	1320			UT	035		
5776548	Jordan Addition	jordan-addition	US		0	America/Denver	40.76856	-111.92799	1288			UT	035		
5776550	Jordan Green	jordan-green	US		0	America/Denver	40.7305	-111.92216	1289			UT	035		
5776552	Jordan Hills Estates	jordan-hills-estates	US		0	America/Denver	40.54078	-111.9316	1342			UT	035		
5776557	Jordan Park	jordan-park	US		0	America/Denver	40.74495	-111.91271	1288			UT	035		
5776559	Jordan Place	jordan-place	US		0	America/Denver	40.75745	-111.92327	1286			UT	035		
5776560	Jordan Point	jordan-point	US		0	America/Denver	40.54189	-111.84549	1455			UT	035		
5776567	Jordan View Estates	jordan-view-estates	US		0	America/Denver	40.59161	-111.96188	1371			UT	035		
5776568	Jordanelle	jordanelle	US		0	America/Denver	40.5944	-111.42741	1791			UT	051		
5776579	Judge Holbrook	judge-holbrook	US		0	America/Denver	40.89689	-111.88022	1324			UT	011		
5776582	Julie Estates	julie-estates	US		0	America/Denver	41.0855	-112.02161	1338			UT	011		
5776592	Jumpoff Canyon	jumpoff-canyon	US		0	America/Denver	41.26883	-111.94911	1374			UT	057		
5776596	Juniper	juniper	US		0	America/Denver	40.67939	-111.84966	1320			UT	035		
5776689	Kabis and Myers	kabis-and-myers	US		0	America/Denver	40.78939	-111.92994	1287			UT	035		
5776699	Kammeyer Addition	kammeyer-addition	US		0	America/Denver	41.17133	-111.99772	1331			UT	057		
5776704	Kanesville	kanesville	US		0	America/Denver	41.1905	-112.08383	1294			UT	057		
5776705	Kap	kap	US		0	America/Denver	41.20661	-112.03716	1310			UT	057		
5776706	Kashmir	kashmir	US		0	America/Denver	40.64828	-111.93188	1321			UT	035		
5776710	Katies Place	katies-place	US		0	America/Denver	41.08328	-112.02689	1330			UT	011		
5776711	Kay Lyn Manor	kay-lyn-manor	US		0	America/Denver	41.02633	-111.93355	1332	Kay Lyn Manor,Kay Lynn Manor Subdivision		UT	011		
5776717	Kaysville Heights	kaysville-heights	US		0	America/Denver	41.03328	-111.92216	1368			UT	011		
5776727	Kearns	kearns	US		35731	America/Denver	40.65995	-111.99633	1380	Kerns,Кернс		UT	035		
5776734	Keetley	keetley	US		0	America/Denver	40.63551	-111.41463	1851			UT	051		
5776735	Keetley Junction	keetley-junction	US		0	America/Denver	40.68245	-111.45769	2012			UT	043		
5776741	Kays Creek	kays-creek	US		0	America/Denver	41.093	-111.91244	1492			UT	011		
5776743	Keil Number 1	keil-number-1	US		0	America/Denver	40.63967	-111.93966	1334			UT	035		
5776744	Keil Number 2	keil-number-2	US		0	America/Denver	40.64189	-111.94077	1333			UT	035		
5776745	Keith W Fullmer	keith-w-fullmer	US		0	America/Denver	40.70467	-111.96744	1295			UT	035		
5776747	Keigley	keigley	US		0	America/Denver	40.00551	-111.80938	1455			UT	049		
5776748	Kellgreen Acres	kellgreen-acres	US		0	America/Denver	40.63967	-111.84966	1342			UT	035		
5776750	Kelley Kay Acres	kelley-kay-acres	US		0	America/Denver	41.17272	-112.08994	1295			UT	057		
5776753	Kelsey and Gillespie	kelsey-and-gillespie	US		0	America/Denver	40.76467	-111.92188	1293			UT	035		
5776774	Kens	kens	US		0	America/Denver	41.07994	-111.96966	1359			UT	011		
5776775	Kentwood Condominium	kentwood-condominium	US		0	America/Denver	41.16328	-112.04744	1338			UT	057		
5776776	Kentwood Estates	kentwood-estates	US		0	America/Denver	41.1655	-112.048	1338			UT	057		
5776777	Kenwood Villa	kenwood-villa	US		0	America/Denver	40.593	-111.87355	1374			UT	035		
5776782	Kent Estates	kent-estates	US		0	America/Denver	41.05911	-111.95216	1332			UT	011		
5776784	Kershaws	kershaws	US		0	America/Denver	41.22133	-111.95161	1353			UT	057		
5776786	Kester	kester	US		0	America/Denver	40.55412	-111.88132	1368			UT	035		
5776790	Keystone Acres	keystone-acres	US		0	America/Denver	41.2805	-111.95855	1328			UT	057		
5776792	Kevinwood Estates	kevinwood-estates	US		0	America/Denver	40.688	-112.00716	1324			UT	035		
5776806	Killyons	killyons	US		0	America/Denver	40.793	-111.71271	1832			UT	035		
5776808	Kimball Condominium	kimball-condominium	US		0	America/Denver	40.77217	-111.89049	1318			UT	035		
5776810	Kimball Junction	kimball-junction	US		0	America/Denver	40.72717	-111.54409	1953	Kimball Junction,Kimballs		UT	043		
5776812	Kimballs	kimballs	US		0	America/Denver	40.75522	-111.91188	1290			UT	035		
5776814	Kimber Estates	kimber-estates	US		0	America/Denver	40.61161	-111.84299	1383			UT	035		
5776816	Kimberly Crest	kimberly-crest	US		0	America/Denver	40.68745	-112.05577	1355			UT	035		
5776817	Kimberly Meadows	kimberly-meadows	US		0	America/Denver	41.07605	-111.94466	1379			UT	011		
5776818	Kimberly Park	kimberly-park	US		0	America/Denver	40.643	-111.85549	1335			UT	035		
5776820	King Clarion Hills	king-clarion-hills	US		0	America/Denver	41.05272	-111.91355	1441			UT	011		
5776821	King Farm Estates	king-farm-estates	US		0	America/Denver	41.02828	-111.96216	1298			UT	011		
5776822	King Place	king-place	US		0	America/Denver	41.29994	-112.00022	1313			UT	057		
5776823	King Valley	king-valley	US		0	America/Denver	40.68328	-112.04605	1364			UT	035		
5776830	Kings Addition	kings-addition	US		0	America/Denver	41.21022	-111.98216	1314			UT	057		
5776835	Kings Row	kings-row	US		0	America/Denver	40.68522	-111.93244	1296			UT	035		
5776836	Kings Row Manor Condominium	kings-row-manor-condominium	US		0	America/Denver	40.68411	-111.93633	1298			UT	035		
5776838	Kingsgate	kingsgate	US		0	America/Denver	40.65634	-111.9841	1379			UT	035		
5776840	Kingston Heights Addition	kingston-heights-addition	US		0	America/Denver	41.19856	-111.94439	1401			UT	057		
5776841	Kingston Heights Annexes	kingston-heights-annexes	US		0	America/Denver	41.19911	-111.94105	1407			UT	057		
5776842	Kingsville Junction	kingsville-junction	US		0	America/Denver	41.1605	-112.08355	1295			UT	057		
5776843	Kinney Estates	kinney-estates	US		0	America/Denver	40.53606	-111.92299	1343			UT	035		
5776844	Kinney and Gourlays Improved City Plat	kinney-and-gourlays-improved-city-plat	US		0	America/Denver	40.79356	-111.9166	1287			UT	035		
5776845	Kinneys Copper Plant	kinneys-copper-plant	US		0	America/Denver	40.80467	-111.9366	1284			UT	035		
5776847	Kino Heights	kino-heights	US		0	America/Denver	40.61273	-111.81243	1488			UT	035		
5776848	Kirkhaven	kirkhaven	US		0	America/Denver	40.89633	-111.89022	1309			UT	011		
5776852	Kiwana	kiwana	US		0	America/Denver	41.17383	-111.96383	1398			UT	057		
5776854	Klenkes Addition	klenkes-addition	US		0	America/Denver	40.72578	-111.91494	1290			UT	035		
5776858	Knight	knight	US		0	America/Denver	40.67661	-111.81854	1400			UT	035		
5776866	Knolls	knolls	US		0	America/Denver	40.72299	-113.28971	1289			UT	045		
5776869	Knollwood	knollwood	US		0	America/Denver	40.58884	-111.92299	1329			UT	035		
5776870	Knollwood Condominium	knollwood-condominium	US		0	America/Denver	41.17328	-111.92716	1564			UT	057		
5776871	Knollwood Estates Plat One	knollwood-estates-plat-one	US		0	America/Denver	41.17439	-111.92939	1547			UT	057		
5776875	Kissock	kissock	US		0	America/Denver	41.21744	-111.9555	1348			UT	057		
5776880	Kopper View Mobile Home Park	kopper-view-mobile-home-park	US		0	America/Denver	40.71161	-112.05855	1293			UT	035		
5776883	Knudsens Corner	knudsens-corner	US		0	America/Denver	40.638	-111.81216	1392			UT	035		
5776886	Koziar Hills	koziar-hills	US		0	America/Denver	41.12355	-111.92188	1397			UT	011		
5776887	Krista Condominium	krista-condominium	US		0	America/Denver	40.67467	-111.83104	1360			UT	035		
5776888	Kristalyn Gardens	kristalyn-gardens	US		0	America/Denver	41.10522	-112.08272	1305			UT	011		
5776889	Kum-Li Meadows	kum-li-meadows	US		0	America/Denver	40.9705	-111.88994	1297			UT	011		
5776897	LKC Development	lkc-development	US		0	America/Denver	40.54717	-111.90382	1339			UT	035		
5776898	LKC Jordan View Estates	lkc-jordan-view-estates	US		0	America/Denver	40.54578	-111.9116	1342			UT	035		
5776899	LPT Condominium	lpt-condominium	US		0	America/Denver	40.85189	-111.91244	1306			UT	011		
5776900	La Barranca	la-barranca	US		0	America/Denver	40.60884	-111.82688	1445			UT	035		
5776901	La Cresta Park	la-cresta-park	US		0	America/Denver	40.62856	-111.83243	1373			UT	035		
5776902	La Dore	la-dore	US		0	America/Denver	40.67522	-111.86938	1312			UT	035		
5776905	La Joya Heoghts	la-joya-heoghts	US		0	America/Denver	40.678	-111.81271	1425			UT	035		
5776909	La Rae Estates	la-rae-estates	US		0	America/Denver	40.55245	-111.83049	1501			UT	035		
5776911	L Marlene Villa	l-marlene-villa	US		0	America/Denver	40.92133	-111.88049	1303			UT	011		
5776914	LaSalle Acres	lasalle-acres	US		0	America/Denver	40.64023	-111.90771	1318			UT	035		
5776915	LaVista Park	lavista-park	US		0	America/Denver	40.89439	-111.87522	1337			UT	011		
5776919	LaDonna Mesa	ladonna-mesa	US		0	America/Denver	41.11105	-111.91688	1496			UT	011		
5776923	Lago	lago	US		0	America/Denver	40.70467	-112.25967	1283			UT	045		
5776924	Lago Vista Circle	lago-vista-circle	US		0	America/Denver	40.88633	-111.85633	1456			UT	011		
5776927	Lady of the Lake	lady-of-the-lake	US		0	America/Denver	40.60578	-111.58798	2664			UT	035		
5776928	Lakato Estates	lakato-estates	US		0	America/Denver	40.70189	-112.00966	1298			UT	035		
5776960	Lake Hills	lake-hills	US		0	America/Denver	41.04078	-111.92161	1385			UT	011		
5776969	Lake Pines Apartment Condominium	lake-pines-apartment-condominium	US		0	America/Denver	40.66467	-111.86605	1311			UT	035		
5776971	Lake Point	lake-point	US		0	America/Denver	40.68078	-112.263	1295	Lake Point,Lakepoint		UT	045		
5776974	Lake Point Junction	lake-point-junction	US		0	America/Denver	40.723	-112.22606	1291			UT	045		
5776978	Lake Ridge	lake-ridge	US		0	America/Denver	40.69883	-112.07244	1323			UT	035		
5776982	Lake Shore	lake-shore	US		817	America/Denver	40.1219	-111.73048	1378			UT	049		
5776986	Lake View Addition	lake-view-addition	US		0	America/Denver	41.19717	-111.96911	1343			UT	057		
5776989	Lake View Terrace	lake-view-terrace	US		0	America/Denver	41.20272	-111.96744	1329			UT	057		
5776990	Lake View Ward	lake-view-ward	US		0	America/Denver	41.17494	-112.02911	1378			UT	057		
5776993	Laker	laker	US		0	America/Denver	41.18494	-111.96189	1396			UT	057		
5776994	Laker Lane Condominium	laker-lane-condominium	US		0	America/Denver	41.173	-111.9755	1406			UT	057		
5776999	Lakeside Acres	lakeside-acres	US		0	America/Denver	41.1855	-112.10633	1295			UT	057		
5777004	Lakeside Park	lakeside-park	US		0	America/Denver	41.18189	-112.04244	1348			UT	057		
5777015	Lakeview Condominium	lakeview-condominium	US		0	America/Denver	41.08855	-112.0205	1341			UT	011		
5777016	Lakeview Condominiums of Bountiful	lakeview-condominiums-of-bountiful	US		0	America/Denver	40.89022	-111.88883	1322			UT	011		
5777017	Lakeview Equestrian Park	lakeview-equestrian-park	US		0	America/Denver	41.16522	-112.06689	1310			UT	057		
5777018	Lakeview Estates	lakeview-estates	US		0	America/Denver	40.83995	-111.89577	1465			UT	011		
5777019	Lakeview Gardens	lakeview-gardens	US		0	America/Denver	41.14383	-112.04855	1338			UT	011		
5777020	Lakeview Heights	lakeview-heights	US		0	America/Denver	41.32272	-111.95966	1480			UT	057		
5777021	Lakeview Hills	lakeview-hills	US		0	America/Denver	40.96994	-111.87911	1360			UT	011		
5777024	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/Denver	41.10133	-111.963	1448			UT	011		
5777025	Lakeview Park	lakeview-park	US		0	America/Denver	40.87217	-111.87938	1366			UT	011		
5777027	Lakeview Terrace	lakeview-terrace	US		0	America/Denver	40.88022	-111.85105	1508			UT	011		
5777028	Lakeview Terrace Condominium	lakeview-terrace-condominium	US		0	America/Denver	40.87911	-111.85021	1532			UT	011		
5777047	Lampo Junction	lampo-junction	US		0	America/Denver	41.63632	-112.42358	1315			UT	003		
5777048	Lampton	lampton	US		0	America/Denver	40.55884	-111.90132	1337			UT	035		
5777049	Lampton Farms	lampton-farms	US		0	America/Denver	40.57495	-111.92577	1332			UT	035		
5777051	Lancer Acres	lancer-acres	US		0	America/Denver	41.31633	-111.96022	1424			UT	057		
5777052	Landings at Riverbend	landings-at-riverbend	US		0	America/Denver	40.65606	-111.9216	1298			UT	035		
5777054	Landon Village	landon-village	US		0	America/Denver	40.61134	-111.87021	1363			UT	035		
5777056	Lane Village	lane-village	US		0	America/Denver	40.53606	-111.95577	1370			UT	035		
5777059	Langton Park	langton-park	US		0	America/Denver	40.77689	-111.91827	1286			UT	035		
5777063	Lark (historical)	lark-historical	US		0	America/Denver	40.52495	-112.09633	1689			UT	035		
5777064	Lark Circle	lark-circle	US		0	America/Denver	41.19633	-111.94383	1409			UT	057		
5777068	Larsen Estates	larsen-estates	US		0	America/Denver	40.68772	-112.03188	1345			UT	035		
5777069	Larsen Heights	larsen-heights	US		0	America/Denver	40.88356	-111.86938	1379			UT	011		
5777073	Larson	larson	US		0	America/Denver	40.728	-111.89244	1294			UT	035		
5777075	Larson Park	larson-park	US		0	America/Denver	41.32022	-111.96716	1429			UT	057		
5777095	Laura Park	laura-park	US		0	America/Denver	40.66439	-111.8691	1319			UT	035		
5777096	Laurel Chase Acres	laurel-chase-acres	US		0	America/Denver	40.52356	-111.93549	1348			UT	035		
5777097	Laurel Estates	laurel-estates	US		0	America/Denver	40.58967	-111.8791	1371			UT	035		
5777098	Laurel Lea	laurel-lea	US		0	America/Denver	41.18217	-112.04911	1324			UT	057		
5777099	Laurel Ridge	laurel-ridge	US		0	America/Denver	40.58134	-111.98716	1428			UT	035		
5777100	Lavell	lavell	US		0	America/Denver	41.17578	-112.06216	1311			UT	057		
5777103	Lawrence Estates	lawrence-estates	US		0	America/Denver	40.57634	-111.94244	1357			UT	035		
5777105	Lawndale Addition	lawndale-addition	US		0	America/Denver	41.19578	-112.003	1351			UT	057		
5777106	Layrelwood Estates	layrelwood-estates	US		0	America/Denver	40.64856	-111.83966	1339			UT	035		
5777116	Layton Meadows Condominium	layton-meadows-condominium	US		0	America/Denver	41.08161	-111.97578	1361			UT	011		
5777117	Layton Park	layton-park	US		0	America/Denver	41.10605	-112.01355	1373			UT	011		
5777118	Layton Park Plaza Condominium	layton-park-plaza-condominium	US		0	America/Denver	41.06078	-111.96216	1330			UT	011		
5777121	Laytona	laytona	US		0	America/Denver	41.08911	-111.97383	1379			UT	011		
5777122	Lazy Bar	lazy-bar	US		0	America/Denver	40.62884	-111.82188	1393			UT	035		
5777123	Lazy L Estates	lazy-l-estates	US		0	America/Denver	41.13328	-112.03716	1366			UT	011		
5777124	Le Cheminant	le-cheminant	US		0	America/Denver	40.71189	-112.10939	1301			UT	035		
5777125	Le Mar Addition	le-mar-addition	US		0	America/Denver	40.76106	-111.96938	1289			UT	035		
5777137	Lee Ann	lee-ann	US		0	America/Denver	40.69967	-111.96883	1298			UT	035		
5777139	Leavitt Acres	leavitt-acres	US		0	America/Denver	40.54939	-111.91299	1317			UT	035		
5777144	Leedot Heights	leedot-heights	US		0	America/Denver	41.03717	-111.92411	1368			UT	011		
5777146	Lee Mesa	lee-mesa	US		0	America/Denver	41.1855	-112.03522	1365			UT	057		
5777147	Lefgren	lefgren	US		0	America/Denver	41.25467	-111.95939	1333			UT	057		
5777217	Lemans	lemans	US		0	America/Denver	41.15578	-112.03966	1350			UT	057		
5777221	Lemontree Condominium	lemontree-condominium	US		0	America/Denver	40.90133	-111.87716	1322			UT	011		
5777236	Lewis Estates	lewis-estates	US		0	America/Denver	41.16661	-112.11133	1293			UT	057		
5777249	Lexington Ridge	lexington-ridge	US		0	America/Denver	40.54995	-111.8516	1450			UT	035		
5777250	Lexington Square	lexington-square	US		0	America/Denver	41.28328	-111.983	1310			UT	057		
5777251	Lexington Village Old Farm Condominium	lexington-village-old-farm-condominium	US		0	America/Denver	40.68134	-111.8716	1309			UT	035		
5777255	Liberty Acres	liberty-acres	US		0	America/Denver	40.70272	-111.89688	1294			UT	035		
5777256	Liberty Bell Ranchettes	liberty-bell-ranchettes	US		0	America/Denver	41.35688	-111.8705	1594			UT	057		
5777257	Liberty Meadows	liberty-meadows	US		0	America/Denver	41.32383	-111.86772	1555			UT	057		
5777263	Lewis Estates	lewis-estates	US		0	America/Denver	40.48856	-111.94355	1362			UT	035		
5777307	Linck and Griffins Addition	linck-and-griffins-addition	US		0	America/Denver	41.21856	-111.94133	1388			UT	057		
5777310	Lincoln Addition	lincoln-addition	US		0	America/Denver	40.71189	-112.10494	1300			UT	035		
5777311	Lincoln Court Condominium	lincoln-court-condominium	US		0	America/Denver	41.12578	-112.09244	1313			UT	011		
5777312	Lincoln Gardens	lincoln-gardens	US		0	America/Denver	40.67911	-111.83549	1360			UT	035		
5777315	Lincoln Manor Condominium	lincoln-manor-condominium	US		0	America/Denver	40.67717	-111.84105	1340			UT	035		
5777325	Lincoln Village	lincoln-village	US		0	America/Denver	40.73106	-111.91883	1289			UT	035		
5777327	Linda Loma Acres	linda-loma-acres	US		0	America/Denver	40.86467	-111.88799	1361			UT	011		
5777328	Linda Vista	linda-vista	US		0	America/Denver	41.15217	-112.02994	1374			UT	011		
5777329	Linda Vista	linda-vista	US		0	America/Denver	41.15356	-112.02994	1376			UT	057		
5777330	Linden Circle	linden-circle	US		0	America/Denver	40.64106	-111.83021	1358			UT	035		
5777335	Lindsey Circle Condominium	lindsey-circle-condominium	US		0	America/Denver	40.78022	-111.86577	1449			UT	035		
5777339	Linford Acres	linford-acres	US		0	America/Denver	40.6555	-112.01188	1416			UT	035		
5777343	Linwood Place	linwood-place	US		0	America/Denver	41.19106	-111.96605	1365			UT	057		
5777353	Litson	litson	US		0	America/Denver	40.63578	-111.87188	1334			UT	035		
5777359	Little Acres	little-acres	US		0	America/Denver	40.67772	-111.87521	1308			UT	035		
5777371	Little Bonanza	little-bonanza	US		0	America/Denver	40.0358	-109.21178	1615			UT	047		
5777382	Little Cottonwood	little-cottonwood	US		0	America/Denver	40.57384	-111.78882	1606			UT	035		
5777387	Little Cottonwood East	little-cottonwood-east	US		0	America/Denver	40.57356	-111.78299	1612			UT	035		
5777388	Little Cottonwood Valley	little-cottonwood-valley	US		0	America/Denver	40.61384	-111.85188	1372			UT	035		
5777452	Little Mountain Canyon Condominium	little-mountain-canyon-condominium	US		0	America/Denver	40.78411	-111.72076	1771			UT	035		
5777484	Little Trieste	little-trieste	US		0	America/Denver	40.66217	-111.96716	1344			UT	035		
5777506	Little Willow	little-willow	US		0	America/Denver	40.59523	-111.79882	1517			UT	035		
5777508	Little Willow	little-willow	US		0	America/Denver	40.5605	-111.88521	1354			UT	035		
5777510	Little Willow Estates	little-willow-estates	US		0	America/Denver	40.56328	-111.8866	1349			UT	035		
5777517	Lobo Subdivision	lobo-subdivision	US		0	America/Denver	40.59717	-111.8666	1378			UT	035		
5777532	Lofgreen	lofgreen	US		0	America/Denver	40.02411	-112.31051	1766			UT	045		
5777540	Log Haven	log-haven	US		0	America/Denver	40.68495	-111.9491	1302			UT	035		
5777565	Lois	lois	US		0	America/Denver	40.61384	-111.87132	1357			UT	035		
5777566	Loma Bonita	loma-bonita	US		0	America/Denver	41.18522	-112.04078	1347			UT	057		
5777567	Loma Lee Park	loma-lee-park	US		0	America/Denver	40.73411	-111.9291	1290			UT	035		
5777570	Lomond Acres	lomond-acres	US		0	America/Denver	41.31661	-111.96578	1412			UT	057		
5777571	Lomond View Addition	lomond-view-addition	US		0	America/Denver	41.253	-111.9805	1303			UT	057		
5777577	Lone Peak Estates	lone-peak-estates	US		0	America/Denver	40.54995	-111.86466	1391			UT	035		
5777627	Longview Acres	longview-acres	US		0	America/Denver	40.63578	-111.87632	1335			UT	035		
5777638	Lori Ann Estates	lori-ann-estates	US		0	America/Denver	41.13161	-112.07133	1325			UT	011		
5777639	Lori Estates	lori-estates	US		0	America/Denver	41.12244	-112.05217	1347			UT	011		
5777642	Lornadale	lornadale	US		0	America/Denver	40.64828	-111.84104	1338			UT	035		
5777644	Loredell	loredell	US		0	America/Denver	40.65828	-111.8141	1377			UT	035		
5777646	Lost Acres	lost-acres	US		0	America/Denver	40.71439	-111.6527	2259			UT	035		
5777673	Lost Eden	lost-eden	US		0	America/Denver	40.55606	-111.85688	1418			UT	035		
5777675	Lou-vre Estates	lou-vre-estates	US		0	America/Denver	41.11883	-112.01994	1394			UT	011		
5777678	Low	low	US		0	America/Denver	40.78549	-112.94053	1402			UT	045		
5777731	Lucin	lucin	US		0	America/Denver	41.34826	-113.90501	1365	Lucin,Pilot Peak		UT	003		
5777732	Lucin	lucin	US		0	America/Denver	41.18828	-112.10883	1294			UT	057		
5777744	Lundon Street Condo	lundon-street-condo	US		0	America/Denver	40.62384	-111.87299	1348			UT	035		
5777751	Lynch and Glassmans	lynch-and-glassmans	US		0	America/Denver	40.77856	-111.91549	1287			UT	035		
5777756	Lupine Village	lupine-village	US		0	America/Denver	41.00217	-111.90494	1308			UT	011		
5777760	Lynnhaven	lynnhaven	US		0	America/Denver	40.8855	-111.88799	1329			UT	011		
5777761	Lynwood Acres	lynwood-acres	US		0	America/Denver	40.70189	-111.98938	1298			UT	035		
5777764	Maach Addition	maach-addition	US		0	America/Denver	40.80272	-111.91577	1293			UT	035		
5777766	Mac Sweeney Estates	mac-sweeney-estates	US		0	America/Denver	40.67606	-112.02049	1367			UT	035		
5777777	Madison Square Addition	madison-square-addition	US		0	America/Denver	41.20717	-111.9605	1344			UT	057		
5777778	Madsen	madsen	US		0	America/Denver	41.66632	-112.09162	1310			UT	003		
5777779	Madsen	madsen	US		0	America/Denver	40.74356	-111.9166	1289			UT	035		
5777780	Maeser	maeser	US		3601	America/Denver	40.47718	-109.58681	1707	Maeser,Measer,Mill Ward		UT	047		
5777785	Magna Addition	magna-addition	US		0	America/Denver	40.70828	-112.10522	1309			UT	035		
5777787	Magna Manors	magna-manors	US		0	America/Denver	40.70439	-112.10855	1328			UT	035		
5777788	Magna Mill	magna-mill	US		0	America/Denver	40.71495	-112.12244	1340			UT	035		
5777790	Magnolia West	magnolia-west	US		0	America/Denver	40.62634	-111.97438	1371			UT	035		
5777801	Maguires	maguires	US		0	America/Denver	41.21717	-111.953	1353			UT	057		
5777825	Main Point Condominium	main-point-condominium	US		0	America/Denver	41.15661	-111.94272	1464			UT	057		
5777827	Main Street Island View	main-street-island-view	US		0	America/Denver	40.91022	-111.88133	1305			UT	011		
5777830	Majestic Acres	majestic-acres	US		0	America/Denver	40.68939	-112.06383	1349			UT	035		
5777831	Majestic Canyon Estates	majestic-canyon-estates	US		0	America/Denver	40.568	-111.80382	1550			UT	035		
5777832	Majestic Cove	majestic-cove	US		0	America/Denver	40.53773	-111.9366	1351			UT	035		
5777833	Majestic Grove	majestic-grove	US		0	America/Denver	40.69439	-112.06883	1336			UT	035		
5777834	Majestic Heights	majestic-heights	US		0	America/Denver	40.68023	-111.80243	1490			UT	035		
5777835	Majestic Heights	majestic-heights	US		0	America/Denver	40.5555	-111.96355	1398			UT	035		
5777836	Majestic Heights	majestic-heights	US		0	America/Denver	41.33689	-111.97994	1558			UT	057		
5777837	Majestic Heights Ten	majestic-heights-ten	US		0	America/Denver	41.33466	-111.98328	1528			UT	057		
5777839	Majestic View	majestic-view	US		0	America/Denver	40.57578	-111.80715	1563			UT	035		
5777840	Majestic View Homes	majestic-view-homes	US		0	America/Denver	41.268	-111.95827	1333			UT	057		
5777841	Majestic Village	majestic-village	US		0	America/Denver	40.65495	-111.91466	1301			UT	035		
5777842	Major	major	US		0	America/Denver	40.91383	-111.86883	1345			UT	011		
5777844	Main Point South	main-point-south	US		0	America/Denver	41.158	-111.94716	1459			UT	057		
5777852	Mandalay Terrace	mandalay-terrace	US		0	America/Denver	40.69356	-111.8591	1318			UT	035		
5777853	Mandolin Condominium	mandolin-condominium	US		0	America/Denver	40.77078	-111.87716	1345			UT	035		
5777864	Manna Acres	manna-acres	US		0	America/Denver	40.87911	-111.91049	1300			UT	011		
5777868	Manor Estates	manor-estates	US		0	America/Denver	40.67661	-111.84743	1322			UT	035		
5777870	Mansion Heights Addition	mansion-heights-addition	US		0	America/Denver	41.20328	-112.00911	1344			UT	057		
5777872	Mala	mala	US		0	America/Denver	41.07633	-111.98661	1343			UT	011		
5777876	Mantyla	mantyla	US		0	America/Denver	40.66106	-111.92494	1311			UT	035		
5777877	Manuela	manuela	US		0	America/Denver	40.67439	-111.8116	1426			UT	035		
5777878	Maple Acres	maple-acres	US		0	America/Denver	41.07772	-111.95772	1364			UT	011		
5777889	Maple Cove	maple-cove	US		0	America/Denver	40.85995	-111.84771	1708			UT	011		
5777898	Maple Glen	maple-glen	US		0	America/Denver	40.88356	-111.8716	1368			UT	011		
5777900	Maple Crest	maple-crest	US		0	America/Denver	40.88328	-111.85633	1460			UT	011		
5777902	Maple Hills	maple-hills	US		0	America/Denver	40.86911	-111.8516	1563			UT	011		
5777903	Maple Hills Estates	maple-hills-estates	US		0	America/Denver	40.55606	-111.82743	1502			UT	035		
5777905	Maple Hills	maple-hills	US		0	America/Denver	41.21855	-111.93077	1447			UT	057		
5777906	Maple Meadows	maple-meadows	US		0	America/Denver	40.70161	-111.95522	1294			UT	035		
5777919	Maplewood Addition	maplewood-addition	US		0	America/Denver	40.77161	-112.04605	1289			UT	035		
5777920	Maplewood Estates	maplewood-estates	US		0	America/Denver	41.17383	-112.03272	1377			UT	057		
5777921	Mar Lon Hills Number One	mar-lon-hills-number-one	US		0	America/Denver	41.18161	-111.9655	1394			UT	057		
5777922	Mar Vian	mar-vian	US		0	America/Denver	40.68134	-111.85549	1318			UT	035		
5777923	Mar Vista	mar-vista	US		0	America/Denver	40.863	-111.87633	1419			UT	011		
5777930	Marblewood	marblewood	US		0	America/Denver	40.50689	-111.94438	1360			UT	035		
5777933	Margarethe	margarethe	US		0	America/Denver	40.82634	-111.73465	2433			UT	035		
5777936	Margretta	margretta	US		0	America/Denver	41.17411	-112.04883	1334			UT	057		
5777937	Marian Meadows	marian-meadows	US		0	America/Denver	40.66356	-111.94271	1313			UT	035		
5777938	Marianne Condominium	marianne-condominium	US		0	America/Denver	41.16939	-112.03605	1378			UT	057		
5777940	Marilyn Acres	marilyn-acres	US		0	America/Denver	41.09661	-112.053	1319			UT	011		
5777943	Marion Village	marion-village	US		0	America/Denver	40.60356	-111.87021	1369			UT	035		
5777947	Marketboro Condostor Condominium	marketboro-condostor-condominium	US		0	America/Denver	41.04411	-111.94994	1319			UT	011		
5777950	Marlinda West	marlinda-west	US		0	America/Denver	40.89494	-111.90911	1292			UT	011		
5777954	Marriott	marriott	US		0	America/Denver	41.24467	-112.00939	1300			UT	057		
5777956	Marriott-Slaterville	marriott-slaterville	US		1744	America/Denver	41.25161	-112.0255	1296	Marriott,Marriott-Slaterville,Slaterville		UT	057		
5777958	Marsden	marsden	US		0	America/Denver	40.7755	-111.94744	1287			UT	035		
5777960	Marmalade Condominium	marmalade-condominium	US		0	America/Denver	40.77717	-111.89299	1347			UT	035		
5777970	Marshall Heights	marshall-heights	US		0	America/Denver	41.07633	-111.98661	1343			UT	011		
5777980	Martins	martins	US		0	America/Denver	40.76161	-111.9191	1288			UT	035		
5777981	Marvella Heights	marvella-heights	US		0	America/Denver	41.31966	-111.96244	1443			UT	057		
5777983	Marvins	marvins	US		0	America/Denver	41.14022	-112.05744	1332			UT	011		
5777985	Martin Village	martin-village	US		0	America/Denver	40.68633	-112.04522	1354			UT	035		
5777987	Maryan Estates	maryan-estates	US		0	America/Denver	40.873	-111.90438	1310			UT	011		
5777990	Massa	massa	US		0	America/Denver	41.21522	-111.94855	1369			UT	057		
5777996	Mathieu Place Condominium	mathieu-place-condominium	US		0	America/Denver	40.60911	-111.82521	1452			UT	035		
5778003	Matlin	matlin	US		0	America/Denver	41.55937	-113.35888	1403	Matlin,Matlin Siding		UT	003		
5778004	Mavis	mavis	US		0	America/Denver	40.69967	-111.99383	1299			UT	035		
5778005	Maxfield	maxfield	US		0	America/Denver	40.57439	-111.93716	1352			UT	035		
5778010	Maule Addition	maule-addition	US		0	America/Denver	41.21328	-111.93577	1427			UT	057		
5778014	Mayflower Condominium	mayflower-condominium	US		0	America/Denver	40.76967	-111.8541	1398			UT	035		
5778016	Maywood Hills	maywood-hills	US		0	America/Denver	40.68023	-111.79854	1509			UT	035		
5778019	Mayfair	mayfair	US		0	America/Denver	41.22578	-111.94577	1366			UT	057		
5778023	McCormick	mccormick	US		0	America/Denver	40.61828	-111.8516	1385			UT	035		
5778032	McDonald Condo	mcdonald-condo	US		0	America/Denver	40.59856	-111.88271	1358			UT	035		
5778038	McGills Addition	mcgills-addition	US		0	America/Denver	41.20133	-111.97161	1328			UT	057		
5778042	McIntyre Building Condominium	mcintyre-building-condominium	US		0	America/Denver	40.76772	-111.89188	1315			UT	035		
5778049	McKeages	mckeages	US		0	America/Denver	40.73939	-111.92827	1289			UT	035		
5778050	McKean Estates	mckean-estates	US		0	America/Denver	40.89994	-111.91022	1290			UT	011		
5778064	McLaines Mountain	mclaines-mountain	US		0	America/Denver	40.60273	-111.78965	1630			UT	035		
5778071	McMillan Meadows	mcmillan-meadows	US		0	America/Denver	40.64328	-111.88049	1326			UT	035		
5778075	Mead Circle	mead-circle	US		0	America/Denver	40.74717	-111.92355	1291			UT	035		
5778076	Meado Green	meado-green	US		0	America/Denver	40.52912	-111.93688	1351			UT	035		
5778077	Meadow Brook Estates Condominium	meadow-brook-estates-condominium	US		0	America/Denver	40.89633	-111.88605	1317			UT	011		
5778082	Meadow Cove	meadow-cove	US		0	America/Denver	40.54995	-111.84104	1460			UT	035		
5778085	Meadow Crossing	meadow-crossing	US		0	America/Denver	40.87022	-111.91688	1295			UT	011		
5778086	Meadow Green	meadow-green	US		0	America/Denver	40.6805	-111.93077	1298			UT	035		
5778087	Meadow Heights	meadow-heights	US		0	America/Denver	40.6755	-111.98049	1337			UT	035		
5778088	Meadow Heights Numbers 2-4	meadow-heights-numbers-2-4	US		0	America/Denver	40.67772	-111.97522	1327			UT	035		
5778089	Meadow Hollow Condominium	meadow-hollow-condominium	US		0	America/Denver	41.0455	-111.94855	1321			UT	011		
5778090	Meadow Homes	meadow-homes	US		0	America/Denver	41.26022	-111.96077	1329			UT	057		
5778094	Meadow Lane	meadow-lane	US		0	America/Denver	40.58189	-111.92716	1329			UT	035		
5778095	Meadow Manor	meadow-manor	US		0	America/Denver	40.53412	-111.93688	1352			UT	035		
5778097	Meadow Park	meadow-park	US		0	America/Denver	41.10105	-112.05105	1325			UT	011		
5778098	Meadow Park	meadow-park	US		0	America/Denver	40.6805	-111.97299	1321			UT	035		
5778101	Meadow Springs	meadow-springs	US		0	America/Denver	40.92383	-111.88077	1302			UT	011		
5778104	Meadow Valley Condominium	meadow-valley-condominium	US		0	America/Denver	40.69967	-111.97022	1299			UT	035		
5778105	Meadow View	meadow-view	US		0	America/Denver	40.64384	-112.00133	1416			UT	035		
5778107	Meadow Wood Estates	meadow-wood-estates	US		0	America/Denver	40.69161	-111.97438	1304			UT	035		
5778109	Meadowbrook Acres	meadowbrook-acres	US		0	America/Denver	40.8955	-111.88772	1316	Meadow Brook Acres Subdivision,Meadowbrook Acres		UT	011		
5778110	Meadowbrook Corners	meadowbrook-corners	US		0	America/Denver	40.67911	-111.93049	1300			UT	035		
5778111	Meadowbrook Estates	meadowbrook-estates	US		0	America/Denver	40.50162	-111.95632	1370			UT	035		
5778112	Meadowbrook Farms	meadowbrook-farms	US		0	America/Denver	40.67661	-111.93216	1300			UT	035		
5778113	Meadowbrook Hollow	meadowbrook-hollow	US		0	America/Denver	41.08744	-111.97439	1375			UT	011		
5778116	Meadowbrook Valley	meadowbrook-valley	US		0	America/Denver	40.67772	-111.93133	1300			UT	035		
5778117	Meadowbrook Village Condo	meadowbrook-village-condo	US		0	America/Denver	40.67634	-111.92521	1299			UT	035		
5778118	Meadowgate	meadowgate	US		0	America/Denver	40.6805	-111.98355	1326			UT	035		
5778119	Meadowlane	meadowlane	US		0	America/Denver	40.87772	-111.88772	1336	Meadow Lane Subdivision,Meadowlane		UT	011		
5778120	Meadowlane	meadowlane	US		0	America/Denver	41.15661	-112.04855	1336			UT	057		
5778121	Meadowlark	meadowlark	US		0	America/Denver	40.54106	-111.82827	1462			UT	035		
5778122	Meadowlark Meadows	meadowlark-meadows	US		0	America/Denver	41.27883	-111.95605	1336			UT	057		
5778124	Meadowmont	meadowmont	US		0	America/Denver	40.86411	-111.89077	1354			UT	011		
5778125	Meadowridge	meadowridge	US		0	America/Denver	40.58189	-111.95494	1370			UT	035		
5778129	Meadows at Mutton Hollow Condominium	meadows-at-mutton-hollow-condominium	US		0	America/Denver	41.04605	-111.94522	1328			UT	011		
5778132	Meadowview Heights Number 4	meadowview-heights-number-4	US		0	America/Denver	40.64245	-112.00633	1420			UT	035		
5778133	Meadowville	meadowville	US		0	America/Denver	41.8441	-111.3991	1836			UT	033		
5778136	Meadow Creek Condominium	meadow-creek-condominium	US		0	America/Denver	41.06939	-111.94994	1353			UT	011		
5778139	Mechling and Fleming	mechling-and-fleming	US		0	America/Denver	40.76522	-111.96272	1289			UT	035		
5778140	Medical Drive Condominium	medical-drive-condominium	US		0	America/Denver	40.88495	-111.8666	1388			UT	011		
5778143	Mel Stephenson	mel-stephenson	US		0	America/Denver	41.15744	-112.10217	1293			UT	057		
5778144	Melanie Acres	melanie-acres	US		0	America/Denver	41.07967	-112.02994	1322			UT	011		
5778147	Melody Lane	melody-lane	US		0	America/Denver	41.2505	-111.95633	1342			UT	057		
5778148	Melody Park	melody-park	US		0	America/Denver	40.68272	-111.96577	1314			UT	035		
5778149	Melrose Gardens	melrose-gardens	US		0	America/Denver	40.69995	-111.97938	1298			UT	035		
5778157	Menlove Estates	menlove-estates	US		0	America/Denver	40.85578	-111.87577	1464			UT	011		
5778159	Medallion Cove	medallion-cove	US		0	America/Denver	40.50467	-111.9441	1358			UT	035		
5778160	Mercur (historical)	mercur-historical	US		0	America/Denver	40.32078	-112.21217	2030	Lewiston,Mercur (historical)		UT	045		
5778170	Merlin Heights Addition	merlin-heights-addition	US		0	America/Denver	41.19439	-111.94744	1403			UT	057		
5778172	Merry Lane	merry-lane	US		0	America/Denver	40.69884	-112.01661	1302			UT	035		
5778173	Merrywood	merrywood	US		0	America/Denver	40.72217	-111.71076	2071			UT	035		
5778174	Merton Park	merton-park	US		0	America/Denver	40.70717	-112.10022	1308			UT	035		
5778175	Mervilla Condominium	mervilla-condominium	US		0	America/Denver	40.6705	-111.82799	1358			UT	035		
5778178	Mesa Del Monte	mesa-del-monte	US		0	America/Denver	41.32022	-111.978	1391			UT	057		
5778185	Mid Avenues Condominium	mid-avenues-condominium	US		0	America/Denver	40.77495	-111.86799	1387			UT	035		
5778218	Middle Fork Ranches	middle-fork-ranches	US		0	America/Denver	41.28355	-111.77105	1508			UT	057		
5778238	Midlake	midlake	US		0	America/Denver	41.22382	-112.66469	1281			UT	003		
5778239	Midland Court Condominium	midland-court-condominium	US		0	America/Denver	40.66467	-111.82299	1356			UT	035		
5778240	Midland Farms	midland-farms	US		0	America/Denver	41.1855	-112.05272	1315			UT	057		
5778241	Midland Five Acre Plat	midland-five-acre-plat	US		0	America/Denver	40.81328	-111.93883	1285			UT	035		
5778243	Midland Square	midland-square	US		0	America/Denver	41.19522	-112.04411	1314			UT	057		
5778251	Midvale Terrace	midvale-terrace	US		0	America/Denver	40.61328	-111.86049	1376			UT	035		
5778252	Midvalley	midvalley	US		0	America/Denver	40.61245	-111.88771	1341			UT	035		
5778254	Midvalley Estates	midvalley-estates	US		0	America/Denver	40.61273	-111.86993	1362			UT	035		
5778255	Midvalley Manors	midvalley-manors	US		0	America/Denver	40.59384	-111.8941	1340			UT	035		
5778257	Midvalley Terrace	midvalley-terrace	US		0	America/Denver	40.58884	-111.92688	1329			UT	035		
5778269	Midwest Estates	midwest-estates	US		0	America/Denver	40.66522	-111.96522	1335			UT	035		
5778271	Miera Estates	miera-estates	US		0	America/Denver	40.69522	-111.99577	1304			UT	035		
5778281	Miles and Hamiltons Addition	miles-and-hamiltons-addition	US		0	America/Denver	40.76411	-111.93272	1288			UT	035		
5778309	Mill Creek Addition	mill-creek-addition	US		0	America/Denver	41.24161	-111.97272	1309			UT	057		
5778313	Mill Creek Heights	mill-creek-heights	US		0	America/Denver	40.86828	-111.86883	1444	Mill Creek Heights,Millcreek Heights Subdivision		UT	011		
5778351	Millard	millard	US		0	America/Denver	40.62161	-111.83688	1381			UT	035		
5778355	Millcreek Estates	millcreek-estates	US		0	America/Denver	41.04078	-111.93216	1346			UT	011		
5778358	Millcreek Manor Condominium	millcreek-manor-condominium	US		0	America/Denver	41.24244	-111.97716	1307			UT	057		
5778360	Miller Calioon Addition	miller-calioon-addition	US		0	America/Denver	40.66856	-111.89244	1310			UT	035		
5778371	Millerama View	millerama-view	US		0	America/Denver	40.67439	-111.96494	1325			UT	035		
5778372	Millerberg	millerberg	US		0	America/Denver	40.60911	-111.88271	1346			UT	035		
5778375	Millrace	millrace	US		0	America/Denver	40.66578	-111.8716	1307			UT	035		
5778376	Mills Heights	mills-heights	US		0	America/Denver	40.65134	-111.9541	1340			UT	035		
5778377	Mills Junction	mills-junction	US		0	America/Denver	40.65494	-112.28911	1307	Halfway House,Mill,Mills,Mills Junction,Millton,Milton		UT	045		
5778378	Millstream Condominium Phase 1-4	millstream-condominium-phase-1-4	US		0	America/Denver	41.23883	-111.94911	1323			UT	057		
5778409	Mingo Park	mingo-park	US		0	America/Denver	40.58884	-111.87521	1375			UT	035		
5778413	Minnie Creek Estates	minnie-creek-estates	US		0	America/Denver	41.29161	-111.79799	1501			UT	057		
5778415	Miraleste	miraleste	US		0	America/Denver	40.87328	-111.89466	1327	Miralesta Subdivision,Miraleste		UT	011		
5778422	Misty Hills Numbers 8-10	misty-hills-numbers-8-10	US		0	America/Denver	40.6355	-111.98744	1391			UT	035		
5778423	Misty Meadows	misty-meadows	US		0	America/Denver	41.00939	-111.94605	1302			UT	011		
5778424	Misty Meadows	misty-meadows	US		0	America/Denver	40.66078	-111.91466	1302			UT	035		
5778425	Misty Meadows	misty-meadows	US		0	America/Denver	41.29855	-111.99466	1315			UT	057		
5778428	Misty Hills Numbers 1-7	misty-hills-numbers-1-7	US		0	America/Denver	40.64161	-111.99633	1412			UT	035		
5778429	Mitchell Estates	mitchell-estates	US		0	America/Denver	41.13022	-112.05439	1347			UT	011		
5778435	Moark Junction	moark-junction	US		0	America/Denver	40.08273	-111.58825	1467			UT	049		
5778438	Model Addition	model-addition	US		0	America/Denver	41.2505	-111.96744	1312			UT	057		
5778445	Moffitts	moffitts	US		0	America/Denver	41.21717	-111.9505	1359			UT	057		
5778454	Mon de Ville Condominium	mon-de-ville-condominium	US		0	America/Denver	40.77078	-111.87382	1347			UT	035		
5778464	Monarch Hills	monarch-hills	US		0	America/Denver	40.85022	-111.89355	1383			UT	011		
5778471	Montana Ranchos	montana-ranchos	US		0	America/Denver	40.58328	-111.83688	1457			UT	035		
5778472	Monte Bello Estates	monte-bello-estates	US		0	America/Denver	40.57495	-111.81827	1531			UT	035		
5778473	Monte Carlo Condominium	monte-carlo-condominium	US		0	America/Denver	40.643	-111.84355	1343			UT	035		
5778476	Monte Cristo Condo	monte-cristo-condo	US		0	America/Denver	40.63661	-111.83743	1351			UT	035		
5778484	Monterey Addition	monterey-addition	US		0	America/Denver	41.25328	-111.96855	1312			UT	057		
5778486	Monroe Gardens	monroe-gardens	US		0	America/Denver	40.703	-111.99411	1298			UT	035		
5778493	Montrose Addition	montrose-addition	US		0	America/Denver	41.22356	-111.99939	1322			UT	057		
5778494	Montrose Park	montrose-park	US		0	America/Denver	41.14578	-112.03689	1357			UT	011		
5778508	Moon Lake Lodge	moon-lake-lodge	US		0	America/Denver	40.56939	-110.50738	2478			UT	013		
5778509	Moon Lake Resort	moon-lake-resort	US		0	America/Denver	40.56134	-110.49238	2479			UT	013		
5778510	Moon Park	moon-park	US		0	America/Denver	41.00217	-111.903	1312			UT	011		
5778520	Morby Park	morby-park	US		0	America/Denver	41.14661	-112.02855	1377			UT	011		
5778522	Morgan Farms	morgan-farms	US		0	America/Denver	41.06467	-111.93577	1378			UT	011		
5778536	Morningside Cove	morningside-cove	US		0	America/Denver	40.6555	-111.92938	1302			UT	035		
5778538	Morrin	morrin	US		0	America/Denver	41.24772	-111.94077	1381			UT	057		
5778546	Morton Meadows	morton-meadows	US		0	America/Denver	40.78272	-111.9441	1285			UT	035		
5778553	Mosida	mosida	US		0	America/Denver	40.12717	-111.95661	1389			UT	049		
5778558	Moss Hill	moss-hill	US		0	America/Denver	40.883	-111.85244	1497	Moss Hill,Moss Hills Subdivision		UT	011		
5778559	Moss Hill Drive	moss-hill-drive	US		0	America/Denver	40.88661	-111.84938	1511			UT	011		
5778570	Mount Air Estates	mount-air-estates	US		0	America/Denver	41.08772	-111.95189	1397			UT	011		
5778571	Mount Aire	mount-aire	US		0	America/Denver	40.72606	-111.71715	1976			UT	035		
5778574	Mount Athena Condominium	mount-athena-condominium	US		0	America/Denver	40.67023	-111.8066	1460			UT	035		
5778577	Mount Dell	mount-dell	US		0	America/Denver	41.05939	-111.94772	1337			UT	011		
5778578	Mount Emmons	mount-emmons	US		0	America/Denver	40.34773	-110.27516	1918	Banner,Mount Emmons		UT	013		
5778580	Mount Jordan Addition	mount-jordan-addition	US		0	America/Denver	40.58328	-111.87855	1373			UT	035		
5778581	Mount Jordan Meadows	mount-jordan-meadows	US		0	America/Denver	40.58467	-111.88771	1364			UT	035		
5778582	Mount Jordan Mesa	mount-jordan-mesa	US		0	America/Denver	40.57773	-111.84966	1461			UT	035		
5778584	Mount Lebannon Acres	mount-lebannon-acres	US		0	America/Denver	40.93689	-111.87244	1374			UT	011		
5778585	Mount Lewis	mount-lewis	US		0	America/Denver	41.27744	-111.9555	1336			UT	057		
5778587	Mount Lomond Estates	mount-lomond-estates	US		0	America/Denver	41.31994	-111.97022	1412			UT	057		
5778588	Mount Majestic Acres	mount-majestic-acres	US		0	America/Denver	40.54273	-111.8516	1457			UT	035		
5778590	Mount Ogden Addition	mount-ogden-addition	US		0	America/Denver	41.19661	-111.94077	1424			UT	057		
5778593	Mount Ogden Park	mount-ogden-park	US		0	America/Denver	41.20967	-111.9355	1419			UT	057		
5778595	Mount Ogden Park Condominium Phase One	mount-ogden-park-condominium-phase-one	US		0	America/Denver	41.20661	-111.93689	1419			UT	057		
5778596	Mount Ogden Park Estates	mount-ogden-park-estates	US		0	America/Denver	41.20383	-111.93855	1421			UT	057		
5778597	Mount Ogden Park Estates	mount-ogden-park-estates	US		0	America/Denver	41.21106	-111.938	1418			UT	057		
5778598	Mount Ogden Terrace Condominium Project	mount-ogden-terrace-condominium-project	US		0	America/Denver	41.20717	-111.94466	1389	Mount Ogden Terrace Condominium Project,Skyline Towers		UT	057		
5778601	Mount Olympus	mount-olympus	US		6748	America/Denver	40.6855	-111.78854	1560			UT	035		
5778602	Mount Olympus Acres	mount-olympus-acres	US		0	America/Denver	40.67967	-111.79104	1558			UT	035		
5778603	Mount Olympus Cove	mount-olympus-cove	US		0	America/Denver	40.67606	-111.78215	1650			UT	035		
5778604	Mount Olympus Gardens Condominium	mount-olympus-gardens-condominium	US		0	America/Denver	40.65467	-111.86605	1320			UT	035		
5778605	Mount Olympus Hills	mount-olympus-hills	US		0	America/Denver	40.67439	-111.7916	1587			UT	035		
5778606	Mount Olympus Park	mount-olympus-park	US		0	America/Denver	40.68023	-111.78077	1634			UT	035		
5778616	Mount Vernon Cove Condominium	mount-vernon-cove-condominium	US		0	America/Denver	40.66939	-111.87188	1308			UT	035		
5778617	Mount View	mount-view	US		0	America/Denver	40.89328	-111.87105	1353			UT	011		
5778618	Mount Vista	mount-vista	US		0	America/Denver	40.63661	-111.94521	1360			UT	035		
5778619	Mountain Aire	mountain-aire	US		0	America/Denver	40.86633	-111.88383	1370			UT	011		
5778620	Mountain Breeze	mountain-breeze	US		0	America/Denver	40.59717	-111.86993	1375			UT	035		
5778622	Mountain Crest	mountain-crest	US		0	America/Denver	41.26772	-111.9505	1360			UT	057		
5778626	Mount Athena	mount-athena	US		0	America/Denver	40.6705	-111.80604	1468			UT	035		
5778629	Mountain Dell Park	mountain-dell-park	US		0	America/Denver	40.80356	-111.67993	1874			UT	035		
5778631	Mountain Estates	mountain-estates	US		0	America/Denver	40.61106	-111.79882	1539			UT	035		
5778632	Mountain Estates	mountain-estates	US		0	America/Denver	41.3305	-111.9905	1453			UT	057		
5778633	Mountain Green	mountain-green	US		2309	America/Denver	41.143	-111.7916	1487			UT	029		
5778639	Mountain Meadows Condominiums	mountain-meadows-condominiums	US		0	America/Denver	41.17744	-111.93411	1533			UT	057		
5778640	Mountain Meadows Estates	mountain-meadows-estates	US		0	America/Denver	41.318	-111.99522	1335			UT	057		
5778641	Mountain Men Estates	mountain-men-estates	US		0	America/Denver	40.65884	-112.02022	1434			UT	035		
5778642	Mountain Oaks Estates Number 1	mountain-oaks-estates-number-1	US		0	America/Denver	41.21661	-111.92994	1465			UT	057		
5778643	Mountain Oaks Estates Number 2	mountain-oaks-estates-number-2	US		0	America/Denver	41.21661	-111.92994	1465			UT	057		
5778644	Mountain Orchard Estates	mountain-orchard-estates	US		0	America/Denver	41.32911	-111.99717	1424			UT	057		
5778647	Mountain Road Estates	mountain-road-estates	US		0	America/Denver	41.27522	-111.95216	1342			UT	057		
5778648	Mountain Shadows	mountain-shadows	US		0	America/Denver	41.32216	-111.97855	1406			UT	057		
5778652	Mountain Spa	mountain-spa	US		0	America/Denver	40.52495	-111.46741	1723			UT	051		
5778655	Mountain Terrace Estates	mountain-terrace-estates	US		0	America/Denver	41.0405	-111.90244	1499			UT	011		
5778656	Mountain Terrace Subdivision Number 1-4	mountain-terrace-subdivision-number-1-4	US		0	America/Denver	41.24217	-111.93439	1386			UT	057		
5778657	Mountain Top Park	mountain-top-park	US		0	America/Denver	40.80272	-111.70576	1883			UT	035		
5778658	Mountain Valley	mountain-valley	US		0	America/Denver	40.57384	-111.78577	1610			UT	035		
5778661	Mountain Valley Meadows	mountain-valley-meadows	US		0	America/Denver	41.25327	-111.73633	1520			UT	057		
5778662	Mountain Valley Ranchettes	mountain-valley-ranchettes	US		0	America/Denver	41.14105	-111.93105	1372			UT	057		
5778664	Mountain View Addition	mountain-view-addition	US		0	America/Denver	41.22994	-111.94189	1390			UT	057		
5778669	Mountain View Estates	mountain-view-estates	US		0	America/Denver	40.57439	-111.88355	1369			UT	035		
5778670	Mountain View Estates	mountain-view-estates	US		0	America/Denver	41.31133	-111.83161	1521			UT	057		
5778671	Mountain View Estates	mountain-view-estates	US		0	America/Denver	40.58467	-111.96021	1374			UT	035		
5778672	Mountain View Estates Numbers 23,24,25,26	mountain-view-estates-numbers-23-24-25-26	US		0	America/Denver	40.5155	-111.92994	1347			UT	035		
5778676	Mountain View Orchard Heights	mountain-view-orchard-heights	US		0	America/Denver	40.65773	-111.86382	1324			UT	035		
5778677	Mountain View Park Condo	mountain-view-park-condo	US		0	America/Denver	40.67245	-111.92438	1303			UT	035		
5778679	Mountain View Subdivision Number 10	mountain-view-subdivision-number-10	US		0	America/Denver	40.52495	-111.95355	1371			UT	035		
5778680	Mountain View Subdivision Number 11	mountain-view-subdivision-number-11	US		0	America/Denver	40.52495	-111.95355	1371			UT	035		
5778681	Mountain View Subdivision Number 12	mountain-view-subdivision-number-12	US		0	America/Denver	40.52495	-111.95355	1371			UT	035		
5778682	Mountain View Subdivision Number 13	mountain-view-subdivision-number-13	US		0	America/Denver	40.52495	-111.95355	1371			UT	035		
5778684	Mountains Meadows	mountains-meadows	US		0	America/Denver	40.84467	-111.89855	1373			UT	011		
5778687	Mountair Park	mountair-park	US		0	America/Denver	41.13744	-112.08133	1312			UT	011		
5778688	Mounthaven	mounthaven	US		0	America/Denver	40.64884	-111.64798	2212			UT	035		
5778691	Moyal Anderson	moyal-anderson	US		0	America/Denver	40.48662	-111.94049	1356			UT	035		
5778725	Mueller Heights	mueller-heights	US		0	America/Denver	40.86939	-111.87438	1396			UT	011		
5778731	Muir Meadows	muir-meadows	US		0	America/Denver	41.13883	-112.05189	1339			UT	011		
5778740	Municipal Acres	municipal-acres	US		0	America/Denver	41.15772	-112.03078	1375			UT	057		
5778741	Municipal Park	municipal-park	US		0	America/Denver	41.15633	-112.03689	1357			UT	057		
5778758	Murray Burton Acres	murray-burton-acres	US		0	America/Denver	40.64078	-111.88049	1329			UT	035		
5778760	Murray Condominium	murray-condominium	US		0	America/Denver	40.6305	-111.87438	1337			UT	035		
5778762	Murray Dale	murray-dale	US		0	America/Denver	40.63439	-111.88021	1332			UT	035		
5778763	Murray Heights	murray-heights	US		0	America/Denver	40.64689	-111.88466	1324			UT	035		
5778764	Murray Heights East Addition	murray-heights-east-addition	US		0	America/Denver	40.64689	-111.88216	1323			UT	035		
5778766	Murray Hill Gardens	murray-hill-gardens	US		0	America/Denver	40.66939	-111.88438	1310			UT	035		
5778767	Murray Manor	murray-manor	US		0	America/Denver	40.67495	-111.88438	1302			UT	035		
5778768	Murray Meadows	murray-meadows	US		0	America/Denver	40.66967	-111.8791	1303			UT	035		
5778769	Murray Oakes	murray-oakes	US		0	America/Denver	40.64356	-111.91271	1317			UT	035		
5778771	Murray Park Cove	murray-park-cove	US		0	America/Denver	40.65411	-111.87438	1314			UT	035		
5778778	Muscatine Park	muscatine-park	US		0	America/Denver	40.74634	-111.91883	1289			UT	035		
5778785	Mutton Hollow Acres	mutton-hollow-acres	US		0	America/Denver	41.05828	-111.91133	1458			UT	011		
5778786	Mutton Hollow Meadows	mutton-hollow-meadows	US		0	America/Denver	41.04689	-111.94522	1328			UT	011		
5778787	Mutual Dell	mutual-dell	US		0	America/Denver	40.44634	-111.64409	1975	Mutual Dell,Mutual Dell Org Camp		UT	049		
5778789	Myers Addition	myers-addition	US		0	America/Denver	41.25078	-111.96883	1311			UT	057		
5778792	Mystic Mountain	mystic-mountain	US		0	America/Denver	41.27855	-111.96133	1326			UT	057		
5778801	Naisbitt	naisbitt	US		0	America/Denver	41.18606	-111.94633	1447			UT	057		
5778802	Naisbitt Acres	naisbitt-acres	US		0	America/Denver	41.15939	-112.14328	1291			UT	057		
5778803	Nalani	nalani	US		0	America/Denver	40.63884	-111.83771	1349			UT	035		
5778804	Nalder Heights	nalder-heights	US		0	America/Denver	41.07994	-111.94189	1394			UT	011		
5778822	Nathan Circle	nathan-circle	US		0	America/Denver	40.67023	-111.82827	1358			UT	035		
5778824	Natural Estates	natural-estates	US		0	America/Denver	41.07578	-111.90688	1506			UT	011		
5778827	Nayon Heights Condominium	nayon-heights-condominium	US		0	America/Denver	41.07494	-111.94244	1381			UT	011		
5778845	Neilson	neilson	US		0	America/Denver	40.63328	-111.60992	2381			UT	035		
5778848	Nelson Park Addition	nelson-park-addition	US		0	America/Denver	41.19939	-111.95216	1380			UT	057		
5778855	Nelhoca Place	nelhoca-place	US		0	America/Denver	40.87161	-111.89938	1319			UT	011		
5778859	Nerva	nerva	US		0	America/Denver	41.36883	-112.04161	1299			UT	003		
5778860	Nevada Addition	nevada-addition	US		0	America/Denver	41.23244	-111.97939	1308			UT	057		
5778865	New England Addition	new-england-addition	US		0	America/Denver	40.74217	-111.92605	1289			UT	035		
5778866	New England Condominium	new-england-condominium	US		0	America/Denver	40.77189	-111.87382	1353			UT	035		
5778867	New Hampton Manor	new-hampton-manor	US		0	America/Denver	41.13105	-112.08772	1313			UT	011		
5778885	Newmann	newmann	US		0	America/Denver	40.973	-111.88077	1340			UT	011		
5778887	Newport Haven	newport-haven	US		0	America/Denver	41.03355	-112.0605	1282			UT	011		
5778888	Newport Heights	newport-heights	US		0	America/Denver	40.84856	-111.87383	1571			UT	011		
5778889	Newport Heights Condominium	newport-heights-condominium	US		0	America/Denver	40.84828	-111.87549	1549			UT	011		
5778894	New Rose Park	new-rose-park	US		0	America/Denver	40.80106	-111.94244	1283			UT	035		
5778897	Newtopia Acres	newtopia-acres	US		0	America/Denver	40.61828	-111.81882	1457			UT	035		
5778898	Nibley	nibley	US		6451	America/Denver	41.67438	-111.833	1388	Nibli,ni bu li,nybly,nybly  ywta,Нибли,نيبلي,نیبلی، یوتا,尼布利		UT	005		
5778905	Nicoletti Drive	nicoletti-drive	US		0	America/Denver	40.61939	-111.88882	1337			UT	035		
5778906	Nielson	nielson	US		0	America/Denver	40.66439	-111.86993	1319			UT	035		
5778908	Nielson Estates	nielson-estates	US		0	America/Denver	41.13605	-112.08494	1311			UT	011		
5778916	Nob Hill	nob-hill	US		0	America/Denver	41.22189	-111.9355	1417			UT	057		
5778917	Nob Hill Addition	nob-hill-addition	US		0	America/Denver	41.22633	-111.93605	1414			UT	057		
5778918	Nob Hill Annex	nob-hill-annex	US		0	America/Denver	41.22078	-111.93633	1410			UT	057		
5778919	Nob Hill Annex	nob-hill-annex	US		0	America/Denver	41.21661	-111.93272	1438			UT	057		
5778920	Nobhill	nobhill	US		0	America/Denver	40.77911	-111.87216	1422			UT	035		
5778923	Noall	noall	US		0	America/Denver	40.77467	-111.89605	1309			UT	035		
5778926	Nora Lee	nora-lee	US		0	America/Denver	41.23828	-111.96522	1313			UT	057		
5778927	Norager Acres	norager-acres	US		0	America/Denver	41.09022	-111.92133	1454			UT	011		
5778928	Nordic Valley Estates	nordic-valley-estates	US		0	America/Denver	41.30577	-111.85716	1624			UT	057		
5778933	Normandy Mobile Homes Estates	normandy-mobile-homes-estates	US		0	America/Denver	40.63745	-111.94188	1347			UT	035		
5778934	Normandy Park	normandy-park	US		0	America/Denver	40.87356	-111.87716	1371			UT	011		
5778935	Normikemark Estates	normikemark-estates	US		0	America/Denver	40.65689	-111.81604	1369			UT	035		
5778957	North Canyon Estates	north-canyon-estates	US		0	America/Denver	40.84883	-111.86605	1589			UT	011		
5778960	North Canyon Heights	north-canyon-heights	US		0	America/Denver	40.86245	-111.8841	1383			UT	011		
5778962	North Columbia	north-columbia	US		0	America/Denver	40.743	-111.89271	1290			UT	035		
5778963	North Crest Park Condominium	north-crest-park-condominium	US		0	America/Denver	40.7805	-111.87688	1429			UT	035		
5778968	North Crest Manor	north-crest-manor	US		0	America/Denver	41.19439	-112.02716	1358			UT	057		
5778970	North Farmington Junction	north-farmington-junction	US		0	America/Denver	41.01217	-111.913	1340			UT	011		
5778972	North End	north-end	US		0	America/Denver	40.77911	-111.87827	1409			UT	035		
5778986	North Fork Estates	north-fork-estates	US		0	America/Denver	41.33772	-111.858	1562			UT	057		
5779014	North Hills Estates	north-hills-estates	US		0	America/Denver	41.10522	-111.94383	1471			UT	011		
5779015	North Hillsdale	north-hillsdale	US		0	America/Denver	40.90356	-111.87466	1322			UT	011		
5779016	North Holladay	north-holladay	US		0	America/Denver	40.67578	-111.83216	1360			UT	035		
5779022	North Heights	north-heights	US		0	America/Denver	41.31939	-111.94911	1469			UT	057		
5779025	North Logan	north-logan	US		10181	America/Denver	41.76937	-111.80467	1430			UT	005		
5779036	North Ogden	north-ogden	US		18446	America/Denver	41.30716	-111.96022	1372	Nort Ogden,Severen Ogdun,awjn shmaly  ywta,nwrth awghdn,Норт Огден,Северен Огдън,اوجن شمالی، یوتا,نورث أوغدن		UT	057		
5779039	North Oaks	north-oaks	US		0	America/Denver	41.31939	-111.95133	1467			UT	057		
5779044	North Ogden Ranchettes	north-ogden-ranchettes	US		0	America/Denver	41.30661	-111.97633	1327			UT	057		
5779047	North Park	north-park	US		0	America/Denver	40.90356	-111.87022	1336			UT	011		
5779048	North Park	north-park	US		0	America/Denver	41.25411	-111.95439	1347			UT	057		
5779059	North Point Cove	north-point-cove	US		0	America/Denver	40.85133	-111.87521	1516			UT	011		
5779067	North Ridge	north-ridge	US		0	America/Denver	40.8955	-111.87522	1335			UT	011		
5779070	North Shadow Mountain Estates	north-shadow-mountain-estates	US		0	America/Denver	40.668	-111.81132	1412			UT	035		
5779083	North Temple Street	north-temple-street	US		0	America/Denver	40.77078	-111.91827	1287			UT	035		
5779091	Northern Hills	northern-hills	US		0	America/Denver	40.89856	-111.85605	1480			UT	011		
5779092	Northgate	northgate	US		0	America/Denver	41.24161	-111.97272	1309			UT	057		
5779094	Northpoint Condominium	northpoint-condominium	US		0	America/Denver	41.1805	-112.02522	1370			UT	057		
5779095	Northpoint Estates Condominium	northpoint-estates-condominium	US		0	America/Denver	40.78661	-111.87966	1464			UT	035		
5779097	Northridge Heights Condominium	northridge-heights-condominium	US		0	America/Denver	40.7755	-111.87382	1380			UT	035		
5779100	Northcrest	northcrest	US		0	America/Denver	40.78717	-111.86577	1565			UT	035		
5779106	Northwood Estates	northwood-estates	US		0	America/Denver	40.64717	-111.96688	1376			UT	035		
5779107	Northwood Homes	northwood-homes	US		0	America/Denver	41.26939	-111.9655	1321			UT	057		
5779114	Nottingham Moor	nottingham-moor	US		0	America/Denver	40.62967	-111.94994	1349			UT	035		
5779117	Nunns	nunns	US		0	America/Denver	40.33607	-111.61131	1558			UT	049		
5779119	Nutree West	nutree-west	US		0	America/Denver	40.62078	-111.80215	1479			UT	035		
5779124	O'Neill	o-neill	US		0	America/Denver	41.21244	-111.93577	1436			UT	057		
5779130	Oak Creek Estates	oak-creek-estates	US		0	America/Denver	41.16606	-111.94689	1466			UT	057		
5779131	Oak Creek Hills	oak-creek-hills	US		0	America/Denver	40.6055	-111.79993	1529			UT	035		
5779132	Oak Crest Park Addition	oak-crest-park-addition	US		0	America/Denver	41.21494	-111.94105	1398			UT	057		
5779133	Oak Forest One	oak-forest-one	US		0	America/Denver	41.08883	-111.928	1446			UT	011		
5779134	Oak Forest Two	oak-forest-two	US		0	America/Denver	41.09717	-111.91466	1491			UT	011		
5779137	Oak Hills	oak-hills	US		0	America/Denver	40.86495	-111.87438	1418			UT	011		
5779138	Oak Hills	oak-hills	US		0	America/Denver	41.21661	-111.93077	1457			UT	057		
5779143	Oak Lane	oak-lane	US		0	America/Denver	40.97356	-111.87994	1349			UT	011		
5779144	Oak Lane Heights	oak-lane-heights	US		0	America/Denver	41.04106	-111.92522	1371			UT	011		
5779145	Oak Ridge Acres	oak-ridge-acres	US		0	America/Denver	41.19244	-111.89411	2518			UT	057		
5779149	Oak Hollow	oak-hollow	US		0	America/Denver	41.093	-111.90966	1500			UT	011		
5779153	Oak View Estates	oak-view-estates	US		0	America/Denver	41.1855	-111.93577	1523			UT	057		
5779154	Oak Wood Heights	oak-wood-heights	US		0	America/Denver	41.20689	-111.94633	1384			UT	057		
5779155	Oak at Wasatch Place	oak-at-wasatch-place	US		0	America/Denver	40.60134	-111.79465	1539			UT	035		
5779156	Oakcliff Park	oakcliff-park	US		0	America/Denver	40.67245	-111.79743	1544			UT	035		
5779157	Oakcliff Park Two	oakcliff-park-two	US		0	America/Denver	40.66661	-111.80077	1540			UT	035		
5779158	Oakcreek Estates	oakcreek-estates	US		0	America/Denver	40.60439	-111.81854	1425			UT	035		
5779159	Oakcrest	oakcrest	US		0	America/Denver	40.8505	-111.8716	1569			UT	011		
5779161	Oakcrest Estates	oakcrest-estates	US		0	America/Denver	41.11578	-112.05633	1332			UT	011		
5779165	Oakeson Villa	oakeson-villa	US		0	America/Denver	40.6555	-111.96827	1359			UT	035		
5779166	Oakhaven Park	oakhaven-park	US		0	America/Denver	40.86717	-111.87438	1407			UT	011		
5779167	Oakhaven Village	oakhaven-village	US		0	America/Denver	40.87272	-111.87383	1387			UT	011		
5779168	Oakland Place	oakland-place	US		0	America/Denver	40.71689	-111.89132	1294			UT	035		
5779169	Oakleaf	oakleaf	US		0	America/Denver	40.84689	-111.89688	1372			UT	011		
5779173	Oakley Park	oakley-park	US		0	America/Denver	40.78772	-111.93272	1286			UT	035		
5779174	Oakmont Acres	oakmont-acres	US		0	America/Denver	41.04717	-111.90827	1439			UT	011		
5779175	Oakridge Country Club Estates	oakridge-country-club-estates	US		0	America/Denver	40.99856	-111.918	1298			UT	011		
5779176	Oakridge Farms	oakridge-farms	US		0	America/Denver	41.00272	-111.923	1312			UT	011		
5779177	Oakridge Heights	oakridge-heights	US		0	America/Denver	40.5755	-111.81521	1544			UT	035		
5779178	Oakridge Highlands	oakridge-highlands	US		0	America/Denver	41.00939	-111.92911	1320			UT	011		
5779179	Oakridge Manor	oakridge-manor	US		0	America/Denver	40.86661	-111.86049	1509			UT	011		
5779180	Oakridge Place	oakridge-place	US		0	America/Denver	41.0005	-111.91133	1305			UT	011		
5779182	Oakridge Terrace	oakridge-terrace	US		0	America/Denver	41.04078	-111.92855	1356	Oak Ridge Terrace Subdivision,Oakridge Terrace		UT	011		
5779183	Oakridge Village	oakridge-village	US		0	America/Denver	41.008	-111.91966	1320			UT	011		
5779184	Oakridge Village Condominium	oakridge-village-condominium	US		0	America/Denver	41.00411	-111.918	1305			UT	011		
5779189	Oakview Estates Subdivision Number 1	oakview-estates-subdivision-number-1	US		0	America/Denver	40.61078	-111.8091	1503			UT	035		
5779190	Oakview Estates Subdivision Numbers 2,3 and 4	oakview-estates-subdivision-numbers-2-3-and-4	US		0	America/Denver	40.61384	-111.79799	1538			UT	035		
5779191	Oakvista Park	oakvista-park	US		0	America/Denver	40.86161	-111.86883	1474			UT	011		
5779192	Oakwood Acres	oakwood-acres	US		0	America/Denver	40.64661	-111.84355	1337			UT	035		
5779193	Oakwood Estates Subdivision	oakwood-estates-subdivision	US		0	America/Denver	40.60161	-111.84521	1422			UT	035		
5779194	Oakwood One and Three	oakwood-one-and-three	US		0	America/Denver	40.77967	-111.91827	1286			UT	035		
5779195	Oakwood Park Condo	oakwood-park-condo	US		0	America/Denver	40.59189	-111.86938	1377			UT	035		
5779197	Oakwood Two	oakwood-two	US		0	America/Denver	40.77856	-111.9216	1287			UT	035		
5779203	Odell Acres	odell-acres	US		0	America/Denver	40.84439	-111.90772	1327			UT	011		
5779205	Oak Way	oak-way	US		0	America/Denver	40.87411	-111.87355	1384			UT	011		
5779215	Ogden Canyon Wildwood Estates	ogden-canyon-wildwood-estates	US		0	America/Denver	41.25355	-111.86938	1465			UT	057		
5779224	Ogden Heights	ogden-heights	US		0	America/Denver	41.18494	-112.01466	1359			UT	057		
5779243	Old Colony	old-colony	US		0	America/Denver	40.66106	-111.81049	1395			UT	035		
5779245	Old Farm Estates	old-farm-estates	US		0	America/Denver	40.90328	-111.89772	1295			UT	011		
5779251	Old Limber Pine	old-limber-pine	US		0	America/Denver	41.91993	-111.47438	2407			UT	033		
5779253	Old Mill Subdivision Phase 1-3	old-mill-subdivision-phase-1-3	US		0	America/Denver	41.23939	-111.94855	1325			UT	057		
5779254	Old Post Estates	old-post-estates	US		0	America/Denver	41.16689	-111.93911	1476			UT	057		
5779265	Olivers	olivers	US		0	America/Denver	40.48439	-111.92327	1361			UT	035		
5779266	Olivewood Park	olivewood-park	US		0	America/Denver	41.14522	-112.04411	1345			UT	011		
5779269	Olsen	olsen	US		0	America/Denver	41.19161	-111.99328	1322			UT	057		
5779272	Olympus Heights	olympus-heights	US		0	America/Denver	40.6805	-111.82132	1399			UT	035		
5779273	Olympus Heights	olympus-heights	US		0	America/Denver	41.2305	-111.93161	1439			UT	057		
5779277	Olympus Shadows Estates	olympus-shadows-estates	US		0	America/Denver	40.64939	-111.80632	1462			UT	035		
5779278	Olympus View	olympus-view	US		0	America/Denver	40.64328	-111.85188	1338			UT	035		
5779279	Olympus View Heights	olympus-view-heights	US		0	America/Denver	40.68023	-111.81188	1432			UT	035		
5779302	Oquirlane	oquirlane	US		0	America/Denver	40.69828	-112.08855	1337			UT	035		
5779303	Oquirrh Estates	oquirrh-estates	US		0	America/Denver	40.51995	-111.96021	1379			UT	035		
5779305	Oquirrh Hills Office Building Condo	oquirrh-hills-office-building-condo	US		0	America/Denver	40.65634	-111.98605	1383			UT	035		
5779307	Oquirrh Hills Subdivision	oquirrh-hills-subdivision	US		0	America/Denver	40.70883	-112.09522	1306			UT	035		
5779308	Oquirrh Hills Subdivision 2-4	oquirrh-hills-subdivision-2-4	US		0	America/Denver	40.70133	-112.09911	1327			UT	035		
5779309	Oquirrh Hills Subdivision 5, 6, 8 and 9	oquirrh-hills-subdivision-5-6-8-and-9	US		0	America/Denver	40.698	-112.09466	1337			UT	035		
5779312	Oquirrh Shadows	oquirrh-shadows	US		0	America/Denver	40.63245	-112.01466	1436			UT	035		
5779313	Oquirrh View	oquirrh-view	US		0	America/Denver	41.15133	-111.92605	1471			UT	057		
5779314	Orchard Acres	orchard-acres	US		0	America/Denver	40.84939	-111.90383	1330			UT	011		
5779315	Orchard Addition	orchard-addition	US		0	America/Denver	41.24717	-111.96383	1315			UT	057		
5779316	Orchard Corners Condominium	orchard-corners-condominium	US		0	America/Denver	40.84606	-111.90077	1354			UT	011		
5779317	Orchard Country Woods Condo	orchard-country-woods-condo	US		0	America/Denver	40.61911	-111.86049	1363			UT	035		
5779318	Orchard Gardens	orchard-gardens	US		0	America/Denver	40.67911	-111.8266	1384			UT	035		
5779319	Orchard Grove Addition	orchard-grove-addition	US		0	America/Denver	41.25717	-111.97494	1306			UT	057		
5779320	Orchard Grove Annex	orchard-grove-annex	US		0	America/Denver	41.25744	-111.97105	1308			UT	057		
5779321	Orchard Heights	orchard-heights	US		0	America/Denver	40.88689	-111.86188	1415			UT	011		
5779322	Orchard Hills	orchard-hills	US		0	America/Denver	40.83883	-111.90355	1380			UT	011		
5779323	Orchard Hills East	orchard-hills-east	US		0	America/Denver	40.83606	-111.89438	1513			UT	011		
5779326	Orchard Park Estates Subdivision Number One and Two	orchard-park-estates-subdivision-number-one-and-two	US		0	America/Denver	41.23883	-111.94689	1325			UT	057		
5779327	Orchard Park Subdivision Number 3-7	orchard-park-subdivision-number-3-7	US		0	America/Denver	41.23883	-111.94327	1328			UT	057		
5779328	Orchard Place	orchard-place	US		0	America/Denver	40.86383	-111.87716	1410			UT	011		
5779330	Orchard View	orchard-view	US		0	America/Denver	40.92494	-111.87438	1326			UT	011		
5779331	Orchard View	orchard-view	US		0	America/Denver	40.698	-112.06189	1315			UT	035		
5779333	Oquirrh	oquirrh	US		11668	America/Denver	40.6305	-112.03383	1500			UT	035		
5779344	Orem Station	orem-station	US		0	America/Denver	40.30968	-111.70493	1450			UT	049		
5779348	Orson Ellis	orson-ellis	US		0	America/Denver	40.87356	-111.89799	1321			UT	011		
5779356	Otto Berger Addition	otto-berger-addition	US		0	America/Denver	41.27355	-111.96883	1317			UT	057		
5779382	Oxford Place	oxford-place	US		0	America/Denver	41.17633	-111.98522	1386			UT	057		
5779384	Oxford Manor Condominium	oxford-manor-condominium	US		0	America/Denver	40.77078	-111.88466	1349			UT	035		
5779394	Packlynn	packlynn	US		0	America/Denver	40.89328	-111.86966	1358			UT	011		
5779397	Page Estates	page-estates	US		0	America/Denver	41.12883	-112.08605	1316			UT	011		
5779406	Packer Place	packer-place	US		0	America/Denver	41.26939	-111.95189	1351			UT	057		
5779413	Palos Verde Estates	palos-verde-estates	US		0	America/Denver	41.01633	-111.93577	1322			UT	011		
5779414	Panorama	panorama	US		0	America/Denver	40.93356	-111.8716	1364			UT	011		
5779415	Panorama	panorama	US		0	America/Denver	40.78439	-111.88021	1447			UT	035		
5779416	Panorama Acres	panorama-acres	US		0	America/Denver	40.86606	-111.8716	1430			UT	011		
5779417	Panorama Apartments Condominium	panorama-apartments-condominium	US		0	America/Denver	40.77717	-111.89077	1368			UT	035		
5779418	Panorama Heights	panorama-heights	US		0	America/Denver	41.31744	-111.97189	1394	Panorama Heights,Panorma Heights Subdivision		UT	057		
5779422	Par Four	par-four	US		0	America/Denver	41.16217	-112.04883	1335			UT	057		
5779424	Paradise Acres	paradise-acres	US		0	America/Denver	41.25411	-111.96522	1314			UT	057		
5779433	Paradise Hills	paradise-hills	US		0	America/Denver	41.3205	-111.95994	1457			UT	057		
5779434	Paradise Park	paradise-park	US		0	America/Denver	40.65634	-111.86188	1325			UT	035		
5779440	Paramount Park	paramount-park	US		0	America/Denver	40.64495	-111.99188	1411			UT	035		
5779443	Paradise Hills	paradise-hills	US		0	America/Denver	40.87161	-111.86994	1414			UT	011		
5779449	Park Avenue	park-avenue	US		0	America/Denver	40.51995	-111.93632	1349			UT	035		
5779450	Park Central	park-central	US		0	America/Denver	40.68134	-111.84938	1321			UT	035		
5779461	Park Crest	park-crest	US		0	America/Denver	40.5705	-111.82854	1502			UT	035		
5779463	Park Heights	park-heights	US		0	America/Denver	40.66106	-111.97577	1358			UT	035		
5779464	Park Heights	park-heights	US		0	America/Denver	41.0305	-111.9155	1378			UT	011		
5779465	Park Heights Condo	park-heights-condo	US		0	America/Denver	40.66134	-111.97577	1357			UT	035		
5779468	Park Lake	park-lake	US		0	America/Denver	41.18439	-112.03189	1366			UT	057		
5779470	Park Meadow Estates	park-meadow-estates	US		0	America/Denver	40.6255	-111.97022	1365			UT	035		
5779471	Park Place	park-place	US		0	America/Denver	40.648	-111.8466	1333			UT	035		
5779472	Park Place	park-place	US		0	America/Denver	41.21106	-111.9605	1344			UT	057		
5779475	Park Ridge Estates	park-ridge-estates	US		0	America/Denver	40.61967	-111.83466	1397			UT	035		
5779476	Park Rose	park-rose	US		0	America/Denver	40.78745	-111.94327	1285			UT	035		
5779485	Park View	park-view	US		0	America/Denver	40.8805	-111.8841	1340			UT	011		
5779486	Park View Estates	park-view-estates	US		0	America/Denver	41.03244	-111.90188	1436			UT	011		
5779487	Park West Estates	park-west-estates	US		0	America/Denver	41.08272	-112.00133	1347			UT	011		
5779489	Park Wood	park-wood	US		0	America/Denver	40.64106	-112.01272	1431			UT	035		
5779490	Parkcrest	parkcrest	US		0	America/Denver	40.67995	-111.85521	1318			UT	035		
5779499	Parkvale	parkvale	US		0	America/Denver	41.30911	-112.10744	1285			UT	057		
5779503	Parkview Trailer Court	parkview-trailer-court	US		0	America/Denver	40.51468	-111.41268	1703			UT	051		
5779505	Parkway One	parkway-one	US		0	America/Denver	40.73356	-111.9291	1290			UT	035		
5779506	Parkway Two and Three	parkway-two-and-three	US		0	America/Denver	40.73411	-111.9316	1290			UT	035		
5779507	Parkwood Estates	parkwood-estates	US		0	America/Denver	41.26328	-111.97716	1305			UT	057		
5779508	Parkwood Estates Condominium	parkwood-estates-condominium	US		0	America/Denver	41.26411	-111.97716	1304			UT	057		
5779510	Parkside	parkside	US		0	America/Denver	41.14578	-112.06244	1320			UT	011		
5779517	Parrish Heights	parrish-heights	US		0	America/Denver	40.92272	-111.87633	1314			UT	011		
5779518	Parrish Park	parrish-park	US		0	America/Denver	40.92189	-111.8841	1297			UT	011		
5779534	Patio Springs	patio-springs	US		0	America/Denver	41.32688	-111.83383	1572			UT	057		
5779536	Patrick Place	patrick-place	US		0	America/Denver	40.08579	-111.42046	1769			UT	049		
5779537	Patterson Addition Magna	patterson-addition-magna	US		0	America/Denver	40.70439	-112.10522	1323			UT	035		
5779543	Paulsen Acres	paulsen-acres	US		0	America/Denver	40.64578	-111.93049	1305			UT	035		
5779557	Peach Blossom Estates	peach-blossom-estates	US		0	America/Denver	40.58134	-111.86299	1396			UT	035		
5779558	Peach Grove Addition	peach-grove-addition	US		0	America/Denver	40.73995	-111.93383	1290			UT	035		
5779559	Peach Tree	peach-tree	US		0	America/Denver	41.03439	-111.91744	1383			UT	011		
5779560	Peach Tree Condominium	peach-tree-condominium	US		0	America/Denver	40.89161	-111.88077	1330			UT	011		
5779561	Peachwood	peachwood	US		0	America/Denver	40.68356	-111.9741	1316			UT	035		
5779562	Peachwood Estates	peachwood-estates	US		0	America/Denver	41.12411	-111.91327	1394			UT	011		
5779570	Pebble Glen	pebble-glen	US		0	America/Denver	40.58439	-111.86605	1388			UT	035		
5779571	Pebble Hills	pebble-hills	US		0	America/Denver	40.59384	-111.85993	1402			UT	035		
5779572	Pebble Springs Estates	pebble-springs-estates	US		0	America/Denver	40.61384	-111.85327	1375			UT	035		
5779575	Pearwood Park	pearwood-park	US		0	America/Denver	41.24022	-111.95355	1321			UT	057		
5779576	Pedersen	pedersen	US		0	America/Denver	40.65078	-111.87994	1323			UT	035		
5779578	Pedersen	pedersen	US		0	America/Denver	40.85161	-111.89938	1342			UT	011		
5779581	Pehrson	pehrson	US		0	America/Denver	40.10995	-112.35078	1681			UT	045		
5779596	Peony Gardens	peony-gardens	US		0	America/Denver	40.66911	-111.82604	1357			UT	035		
5779602	Pepper Heights	pepper-heights	US		0	America/Denver	40.59856	-111.86882	1375			UT	035		
5779603	Pepperidge	pepperidge	US		0	America/Denver	40.62078	-111.88049	1341			UT	035		
5779604	Peppermint Park	peppermint-park	US		0	America/Denver	41.1455	-112.03855	1354			UT	011		
5779605	Pepperwood	pepperwood	US		0	America/Denver	40.55134	-111.81827	1526			UT	035		
5779606	Pepperwood Canyon	pepperwood-canyon	US		0	America/Denver	40.55134	-111.81021	1541			UT	035		
5779607	Pepperwood Condominium	pepperwood-condominium	US		0	America/Denver	41.21883	-111.96355	1334			UT	057		
5779608	Pepperwood Terrace	pepperwood-terrace	US		0	America/Denver	40.54634	-111.8091	1538			UT	035		
5779623	Persimmon Tree	persimmon-tree	US		0	America/Denver	40.6055	-111.79243	1567			UT	035		
5779625	Perrys Hollow	perrys-hollow	US		0	America/Denver	40.78467	-111.85632	1578			UT	035		
5779629	Peruvian Park	peruvian-park	US		0	America/Denver	40.59717	-111.84521	1446			UT	035		
5779635	Petersboro	petersboro	US		0	America/Denver	41.7691	-111.98161	1364			UT	005		
5779636	Petersen Estates	petersen-estates	US		0	America/Denver	40.68856	-111.99466	1316			UT	035		
5779481	Park Valley	park-valley	US	84329	0	America/Denver	41.81742	-113.32916	1691			UT	003		
5779655	Pheasant Hollow	pheasant-hollow	US		0	America/Denver	40.66328	-111.85355	1317			UT	035		
5779656	Pheasantbrook	pheasantbrook	US		0	America/Denver	40.92689	-111.88049	1301			UT	011		
5779657	Pheasantridge Estates	pheasantridge-estates	US		0	America/Denver	40.89217	-111.85105	1496			UT	011		
5779660	Pheasant Run Estates	pheasant-run-estates	US		0	America/Denver	41.17411	-112.05133	1328			UT	057		
5779665	Phipps Condominium	phipps-condominium	US		0	America/Denver	40.893	-111.88577	1321			UT	011		
5779666	Phoenician Gardens	phoenician-gardens	US		0	America/Denver	40.61773	-111.8466	1391			UT	035		
5779669	Phylden	phylden	US		0	America/Denver	40.66967	-111.82299	1366			UT	035		
5779675	Pickelville	pickelville	US		0	America/Denver	41.91243	-111.38826	1809	Pickelville,Pickleville		UT	033		
5779689	Pilly Green	pilly-green	US		0	America/Denver	41.02606	-111.90605	1392			UT	011		
5779694	Pine Bluffs Summer Home Area	pine-bluffs-summer-home-area	US		0	America/Denver	41.76882	-111.66022	1589			UT	005		
5779709	Pine Cove East	pine-cove-east	US		0	America/Denver	40.61884	-111.79604	1492			UT	035		
5779718	Pine Crest	pine-crest	US		0	America/Denver	40.54106	-111.83132	1458			UT	035		
5779737	Pine Tree	pine-tree	US		0	America/Denver	40.63689	-111.61992	2307			UT	035		
5779739	Pine Lodge	pine-lodge	US		0	America/Denver	40.64773	-111.65743	2224			UT	035		
5779740	Pine View Park	pine-view-park	US		0	America/Denver	41.26855	-111.79522	1491			UT	057		
5779741	Pine View West	pine-view-west	US		0	America/Denver	41.26994	-111.82355	1524			UT	057		
5779743	Pinegrove Estates	pinegrove-estates	US		0	America/Denver	40.59911	-111.79688	1542			UT	035		
5779756	Pinto Acres	pinto-acres	US		0	America/Denver	41.15911	-112.0605	1318			UT	057		
5779765	Pioneer Estates	pioneer-estates	US		0	America/Denver	40.65606	-111.9466	1324			UT	035		
5779767	Pioneer Addition	pioneer-addition	US		0	America/Denver	40.76856	-111.7616	1631			UT	035		
5779780	Pioneer Village	pioneer-village	US		0	America/Denver	41.28411	-112.08328	1292			UT	057		
5779794	Pitford Acres	pitford-acres	US		0	America/Denver	40.91022	-111.88466	1300			UT	011		
5779797	Placid Cove	placid-cove	US		0	America/Denver	40.91244	-111.88605	1299			UT	011		
5779809	Pleasant	pleasant	US		0	America/Denver	40.8655	-111.87883	1391			UT	011		
5779810	Pleasant Acres	pleasant-acres	US		0	America/Denver	41.32439	-111.99467	1380			UT	057		
5779811	Pleasant Green Acres Subdivision	pleasant-green-acres-subdivision	US		0	America/Denver	40.70272	-112.09328	1324			UT	035		
5779812	Pleasant Green Acres Subdivision 3-9	pleasant-green-acres-subdivision-3-9	US		0	America/Denver	40.70078	-112.08966	1330			UT	035		
5779814	Pleasant Green Estates	pleasant-green-estates	US		0	America/Denver	40.50384	-111.96049	1378			UT	035		
5779823	Pleasant Hills	pleasant-hills	US		0	America/Denver	41.0955	-111.97439	1400			UT	011		
5779825	Platt	platt	US		0	America/Denver	40.54967	-111.82993	1489			UT	035		
5779828	Pleasant Valley Estates	pleasant-valley-estates	US		0	America/Denver	41.15689	-111.95272	1445			UT	057		
5779835	Pleasant View Estates	pleasant-view-estates	US		0	America/Denver	40.63217	-111.94716	1354			UT	035		
5779837	Pleasure Acres	pleasure-acres	US		0	America/Denver	40.623	-111.87993	1341			UT	035		
5779840	Plum Tree Condominium	plum-tree-condominium	US		0	America/Denver	40.85356	-111.89327	1372			UT	011		
5779844	Plymouth View	plymouth-view	US		0	America/Denver	40.66189	-111.93744	1312			UT	035		
5779867	Polaris Gardens	polaris-gardens	US		0	America/Denver	40.65411	-112.02299	1448			UT	035		
5779868	Polaris Gardens Condominium	polaris-gardens-condominium	US		0	America/Denver	40.7755	-111.88271	1382			UT	035		
5779905	Ponderosa Estates	ponderosa-estates	US		0	America/Denver	40.57856	-111.82577	1480			UT	035		
5779906	Ponderosa Hill	ponderosa-hill	US		0	America/Denver	40.65022	-111.96549	1364			UT	035		
5779907	Ponderosa Park	ponderosa-park	US		0	America/Denver	40.60661	-111.86743	1370			UT	035		
5779908	Pondoray Park	pondoray-park	US		0	America/Denver	40.62217	-111.83188	1390			UT	035		
5779910	Pony Acres Estates	pony-acres-estates	US		0	America/Denver	41.17939	-112.06078	1310			UT	057		
5779911	Pony Acres Estates	pony-acres-estates	US		0	America/Denver	41.15911	-112.06244	1316			UT	057		
5779914	Ponderosa Estates	ponderosa-estates	US		0	America/Denver	40.61217	-111.86271	1373			UT	035		
5779920	Poplar Place	poplar-place	US		0	America/Denver	40.75633	-111.92716	1290			UT	035		
5779921	Popperton Place	popperton-place	US		0	America/Denver	40.77245	-111.85132	1425			UT	035		
5779923	Poplar Grove Addition	poplar-grove-addition	US		0	America/Denver	40.753	-111.92966	1291			UT	035		
5779955	Potawatomi	potawatomi	US		0	America/Denver	40.50384	-111.86132	1380			UT	035		
5779972	Powder Mountain West	powder-mountain-west	US		0	America/Denver	41.38049	-111.78383	2538			UT	057		
5779973	Powder Ridge Condominiums	powder-ridge-condominiums	US		0	America/Denver	40.59134	-111.63131	2645			UT	035		
5779977	Powell Circle	powell-circle	US		0	America/Denver	40.67217	-111.82021	1382			UT	035		
5779978	Powell Estates	powell-estates	US		0	America/Denver	40.57495	-111.94105	1357			UT	035		
5779986	Powderwood Estates	powderwood-estates	US		0	America/Denver	40.68328	-112.038	1360			UT	035		
5779997	Prestige Estates	prestige-estates	US		0	America/Denver	40.62884	-111.87827	1339			UT	035		
5780003	Probe	probe	US		0	America/Denver	40.57773	-111.85993	1390			UT	035		
5780007	Promontory (historical)	promontory-historical	US		0	America/Denver	41.61854	-112.5483	1498			UT	003		
5780009	Progress	progress	US		0	America/Denver	40.72772	-112.07994	1289			UT	035		
5780013	Property Consultants Condominium	property-consultants-condominium	US		0	America/Denver	41.08133	-111.97383	1361			UT	011		
5780017	Prospector Hills	prospector-hills	US		0	America/Denver	40.61384	-111.78827	1562			UT	035		
5780019	Protzman	protzman	US		0	America/Denver	41.31661	-111.96244	1419			UT	057		
5780047	Prowswood Plaza Condominium	prowswood-plaza-condominium	US		0	America/Denver	40.66384	-111.86327	1322			UT	035		
5780058	Pueblo Del Montana	pueblo-del-montana	US		0	America/Denver	40.51384	-111.94382	1359			UT	035		
5780066	Purple Hills	purple-hills	US		0	America/Denver	40.59439	-111.9791	1392			UT	035		
5780067	Purser	purser	US		0	America/Denver	41.15578	-112.02883	1380			UT	057		
5780069	Putnam Place	putnam-place	US		0	America/Denver	40.638	-111.87049	1334			UT	035		
5780071	Quad	quad	US		0	America/Denver	40.77078	-111.75827	1664			UT	035		
5780072	Quail Cove	quail-cove	US		0	America/Denver	40.99939	-111.89633	1327			UT	011		
5780073	Quail Creek	quail-creek	US		0	America/Denver	41.088	-111.91188	1479			UT	011		
5780074	Quail Hollow	quail-hollow	US		0	America/Denver	41.09578	-111.93494	1450			UT	011		
5780075	Quail Hollow	quail-hollow	US		0	America/Denver	40.58328	-111.81965	1484			UT	035		
5780077	Quail Point	quail-point	US		0	America/Denver	41.10939	-111.91827	1499			UT	011		
5780078	Quail Point	quail-point	US		0	America/Denver	40.5855	-111.85493	1437			UT	035		
5780079	Quail Point	quail-point	US		0	America/Denver	41.18439	-112.028	1365			UT	057		
5780080	Quail Ridge	quail-ridge	US		0	America/Denver	41.04467	-111.90716	1451			UT	011		
5780081	Quail Run	quail-run	US		0	America/Denver	40.99856	-111.89633	1326			UT	011		
5780082	Quail Run	quail-run	US		0	America/Denver	41.25356	-111.9605	1331			UT	057		
5780084	Quail Valley Subdivision Number 3	quail-valley-subdivision-number-3	US		0	America/Denver	40.59439	-111.82049	1454			UT	035		
5780085	Quailbrook	quailbrook	US		0	America/Denver	40.89661	-111.85216	1520			UT	011		
5780086	Quailbrook East Condominium	quailbrook-east-condominium	US		0	America/Denver	40.66939	-111.86188	1313			UT	035		
5780087	Quailstone	quailstone	US		0	America/Denver	40.66495	-111.94605	1314			UT	035		
5780102	Quayles Addition	quayles-addition	US		0	America/Denver	40.73245	-111.89244	1294			UT	035		
5780108	Quigley Crossing	quigley-crossing	US		0	America/Denver	41.86687	-111.98106	1382	Ouigley Crossing,Quigley Crossing		UT	005		
5780113	R C Hunter	r-c-hunter	US		0	America/Denver	41.193	-111.96689	1359			UT	057		
5780114	R and M Acres	r-and-m-acres	US		0	America/Denver	40.63467	-111.93271	1327			UT	035		
5780129	Rachels Place	rachels-place	US		0	America/Denver	41.09022	-111.92244	1454			UT	011		
5780130	Racquet Club Row	racquet-club-row	US		0	America/Denver	40.61773	-111.79188	1502			UT	035		
5780133	Racquet Club Drive Condo	racquet-club-drive-condo	US		0	America/Denver	40.618	-111.79104	1503			UT	035		
5780140	Raintree	raintree	US		0	America/Denver	41.15355	-111.91272	1512			UT	057		
5780141	Raintree East	raintree-east	US		0	America/Denver	40.64661	-111.86882	1323			UT	035		
5780142	Raintree Equestrian Community Condo	raintree-equestrian-community-condo	US		0	America/Denver	40.57773	-111.8241	1483			UT	035		
5780143	Raintree Village	raintree-village	US		0	America/Denver	40.57689	-111.82771	1478			UT	035		
5780145	Rainbow Hills	rainbow-hills	US		0	America/Denver	40.86467	-111.87633	1409			UT	011		
5780147	Ranchettes West	ranchettes-west	US		0	America/Denver	41.0855	-112.09217	1291			UT	011		
5780148	Ranchfield	ranchfield	US		0	America/Denver	40.67356	-111.85882	1320			UT	035		
5780149	Randall Acres	randall-acres	US		0	America/Denver	41.30328	-112.03189	1297			UT	057		
5780150	Randall Way	randall-way	US		0	America/Denver	40.91022	-111.87355	1319			UT	011		
5780158	Ramanee	ramanee	US		0	America/Denver	40.618	-111.88688	1339			UT	035		
5780187	Rayann	rayann	US		0	America/Denver	41.31994	-111.96328	1443			UT	057		
5780188	Raymond Shupe	raymond-shupe	US		0	America/Denver	41.2255	-111.94383	1374			UT	057		
5780189	Raymond Shupe Addition	raymond-shupe-addition	US		0	America/Denver	41.13856	-112.03133	1371	Raymond Shupe Addition,Shupe Raymond Addition Subdivision		UT	011		
5780190	Raymond Shupe Park Addition	raymond-shupe-park-addition	US		0	America/Denver	41.19661	-111.96189	1360			UT	057		
5780194	Raynor Acres	raynor-acres	US		0	America/Denver	40.89495	-111.87716	1331			UT	011		
5780197	Rayneer	rayneer	US		0	America/Denver	41.17106	-112.0505	1331			UT	057		
5780199	Rebecca Meadows Condo	rebecca-meadows-condo	US		0	America/Denver	40.62273	-111.94716	1341			UT	035		
5780201	Recondo Hills	recondo-hills	US		0	America/Denver	40.59967	-111.84882	1422			UT	035		
5780302	Red Wash	red-wash	US		0	America/Denver	40.19858	-109.30929	1740			UT	047		
5780313	Redwood Gardens	redwood-gardens	US		0	America/Denver	40.72161	-111.9341	1290			UT	035		
5780317	Redwood Villa	redwood-villa	US		0	America/Denver	40.65578	-111.9416	1319			UT	035		
5780319	Redwood Village	redwood-village	US		0	America/Denver	40.703	-111.94688	1293			UT	035		
5780320	Redwood Village Condominium	redwood-village-condominium	US		0	America/Denver	40.69189	-111.94244	1297			UT	035		
5780334	Reeves Addition	reeves-addition	US		0	America/Denver	41.228	-111.98189	1308			UT	057		
5780342	Reindeer Hills	reindeer-hills	US		0	America/Denver	40.61967	-111.79854	1485			UT	035		
5780343	Relico	relico	US		0	America/Denver	41.21522	-112.00994	1319			UT	057		
5780345	Remington Park	remington-park	US		0	America/Denver	40.74411	-111.9066	1289			UT	035		
5780346	Remington Place	remington-place	US		0	America/Denver	40.67634	-111.94966	1307			UT	035		
5780351	Rene	rene	US		0	America/Denver	40.703	-111.98633	1297			UT	035		
5780356	Reich Ranches	reich-ranches	US		0	America/Denver	40.5805	-111.86327	1395			UT	035		
5780364	Revella Park	revella-park	US		0	America/Denver	40.68772	-112.03994	1349			UT	035		
5780373	Rhoades Lane	rhoades-lane	US		0	America/Denver	41.09217	-112.04772	1320			UT	011		
5780381	Rich Acres	rich-acres	US		0	America/Denver	41.22606	-112.04189	1300			UT	057		
5780387	Richland Two	richland-two	US		0	America/Denver	40.73439	-111.92688	1289			UT	035		
5780394	Richton Ranchettes	richton-ranchettes	US		0	America/Denver	41.21439	-112.05272	1300			UT	057		
5780402	Riders	riders	US		0	America/Denver	41.22133	-111.95355	1349			UT	057		
5780405	Ridge Crest Estates	ridge-crest-estates	US		0	America/Denver	41.08105	-111.94383	1390			UT	011		
5780406	Ridge Point	ridge-point	US		0	America/Denver	40.59995	-111.8216	1432			UT	035		
5780407	Ridge Point	ridge-point	US		0	America/Denver	40.53912	-111.85438	1443			UT	035		
5780408	Ridge Road	ridge-road	US		0	America/Denver	40.6505	-111.81299	1362			UT	035		
5780409	Ridge View Estates	ridge-view-estates	US		0	America/Denver	40.54023	-111.86188	1394			UT	035		
5780412	Ridgecrest Estates	ridgecrest-estates	US		0	America/Denver	40.56995	-111.91855	1321			UT	035		
5780414	Ridgeland Acres	ridgeland-acres	US		0	America/Denver	40.71384	-111.97466	1295			UT	035		
5780417	Ridgeland Downs Condominium	ridgeland-downs-condominium	US		0	America/Denver	40.71022	-111.97605	1295			UT	035		
5780418	Ridgeline	ridgeline	US		0	America/Denver	41.16272	-111.97911	1433			UT	057		
5780419	Ridgeline Three	ridgeline-three	US		0	America/Denver	41.16439	-111.9855	1430			UT	057		
5780420	Ridgepoint	ridgepoint	US		0	America/Denver	41.16578	-111.97466	1434			UT	057		
5780421	Ridges of Summer Meadows	ridges-of-summer-meadows	US		0	America/Denver	40.5905	-111.83493	1467			UT	035		
5780422	Ridgeview Estates	ridgeview-estates	US		0	America/Denver	40.87633	-111.89799	1321			UT	011		
5780423	Ridgeview Park	ridgeview-park	US		0	America/Denver	41.08022	-111.93105	1426			UT	011		
5780424	Ridgewood Estates	ridgewood-estates	US		0	America/Denver	41.17772	-112.03494	1376			UT	057		
5780425	Ridgewood of Maple Hills Condominiums	ridgewood-of-maple-hills-condominiums	US		0	America/Denver	40.86661	-111.84994	1581			UT	011		
5780427	Ridge Creek	ridge-creek	US		0	America/Denver	40.64606	-111.87688	1322			UT	035		
5780428	Rigde Villa	rigde-villa	US		0	America/Denver	41.16939	-111.9405	1483			UT	057		
5780508	Riter	riter	US		0	America/Denver	40.75189	-112.07605	1286			UT	035		
5780512	Rivendell Condominium	rivendell-condominium	US		0	America/Denver	40.64495	-111.86688	1326			UT	035		
5780514	River Crest	river-crest	US		0	America/Denver	40.55273	-111.92549	1339			UT	035		
5780516	River Haven Estates	river-haven-estates	US		0	America/Denver	40.52717	-111.93132	1345			UT	035		
5780517	River Heights	river-heights	US		1941	America/Denver	41.7216	-111.82133	1396			UT	005		
5780519	River Meadow	river-meadow	US		0	America/Denver	40.6655	-111.9116	1298			UT	035		
5780520	River Oaks	river-oaks	US		0	America/Denver	40.63884	-111.91382	1317			UT	035		
5780521	River Park Addition	river-park-addition	US		0	America/Denver	41.21772	-111.99883	1332			UT	057		
5780522	River Ridge	river-ridge	US		0	America/Denver	40.58606	-111.93132	1334			UT	035		
5780523	River Valley	river-valley	US		0	America/Denver	41.18606	-111.99939	1326			UT	057		
5780524	River Valley Estates	river-valley-estates	US		0	America/Denver	41.19439	-111.99939	1329			UT	057		
5780525	River View Addition	river-view-addition	US		0	America/Denver	41.21467	-111.97994	1312			UT	057		
5780526	River View Heights	river-view-heights	US		0	America/Denver	40.64106	-111.93383	1320			UT	035		
5780527	River Vista Estates	river-vista-estates	US		0	America/Denver	40.53523	-111.92494	1343			UT	035		
5780528	Rivera Townhouses	rivera-townhouses	US		0	America/Denver	40.90883	-111.87744	1310			UT	011		
5780529	Riverbend	riverbend	US		0	America/Denver	40.65523	-111.91883	1301			UT	035		
5780530	Riverbend Trailer Park	riverbend-trailer-park	US		0	America/Denver	40.37634	-111.55575	1606			UT	049		
5780538	Riveroaks	riveroaks	US		0	America/Denver	40.60828	-111.84799	1394			UT	035		
5780544	Riverside Addition	riverside-addition	US		0	America/Denver	41.23661	-111.968	1312			UT	057		
5780545	Riverside Annex	riverside-annex	US		0	America/Denver	41.19106	-111.968	1363			UT	057		
5780551	Riverside Park Addition	riverside-park-addition	US		0	America/Denver	41.23272	-111.9755	1309			UT	057		
5780556	Riverside School	riverside-school	US		0	America/Denver	40.75606	-111.91883	1288			UT	035		
5780559	Riverton Gardens	riverton-gardens	US		0	America/Denver	40.52245	-111.96188	1382			UT	035		
5780560	Riverton Heights	riverton-heights	US		0	America/Denver	40.5205	-111.95521	1373			UT	035		
5780561	Riverton Majestic Village	riverton-majestic-village	US		0	America/Denver	40.52134	-111.95077	1367			UT	035		
5780562	Riverton Meadows	riverton-meadows	US		0	America/Denver	40.52495	-111.97383	1397			UT	035		
5780565	Riverton Ridge	riverton-ridge	US		0	America/Denver	40.51384	-111.97244	1396			UT	035		
5780567	Riverton Siding	riverton-siding	US		0	America/Denver	40.52662	-111.90466	1345			UT	035		
5780568	Riverview Acres	riverview-acres	US		0	America/Denver	40.64634	-111.90716	1316			UT	035		
5780571	Riverview East	riverview-east	US		0	America/Denver	40.64161	-111.91382	1318			UT	035		
5780573	Riverwood	riverwood	US		0	America/Denver	40.61245	-111.84854	1377			UT	035		
5780575	Riviera Condo	riviera-condo	US		0	America/Denver	40.61578	-111.82438	1456			UT	035		
5780576	Riviera Heights	riviera-heights	US		0	America/Denver	40.62023	-111.82049	1451			UT	035		
5780593	Robbe	robbe	US		0	America/Denver	40.56106	-112.0705	1577			UT	035		
5780596	Robins Park	robins-park	US		0	America/Denver	41.08133	-111.97216	1361			UT	011		
5780597	Robins Park One and Two	robins-park-one-and-two	US		0	America/Denver	41.0855	-111.97605	1369			UT	011		
5780598	Robins Roost	robins-roost	US		0	America/Denver	41.29994	-111.82438	1508			UT	057		
5780604	Robinson Square	robinson-square	US		0	America/Denver	40.5505	-111.84716	1454			UT	035		
5780605	Robinvale Estates	robinvale-estates	US		0	America/Denver	40.87411	-111.89049	1335			UT	011		
5780606	Robinwood	robinwood	US		0	America/Denver	41.098	-111.9855	1395			UT	011		
5780607	Robison Acres	robison-acres	US		0	America/Denver	40.66467	-111.9166	1299			UT	035		
5780651	Rockcliff Addition	rockcliff-addition	US		0	America/Denver	41.25467	-111.94522	1380			UT	057		
5780652	Rockefeller	rockefeller	US		0	America/Denver	41.21161	-111.95605	1352			UT	057		
5780653	Rockhampton Estates	rockhampton-estates	US		0	America/Denver	40.5455	-111.81688	1493			UT	035		
5780657	Rockwood Estates	rockwood-estates	US		0	America/Denver	40.92522	-111.86938	1363			UT	011		
5780658	Rockwood Gardens	rockwood-gardens	US		0	America/Denver	40.92717	-111.86966	1365			UT	011		
5780684	Rogers Mini Warehouse Condo	rogers-mini-warehouse-condo	US		0	America/Denver	40.64439	-111.89549	1319			UT	035		
5780686	Roi Dell	roi-dell	US		0	America/Denver	41.15356	-112.03494	1360			UT	057		
5780687	Roi-Dell	roi-dell	US		0	America/Denver	41.14883	-112.03411	1361			UT	011		
5780688	Rolling Greens	rolling-greens	US		0	America/Denver	41.02911	-111.918	1367			UT	011		
5780689	Rolling Hills Additions 2-7	rolling-hills-additions-2-7	US		0	America/Denver	41.24633	-111.93605	1404			UT	057		
5780690	Rolling Hills Estates	rolling-hills-estates	US		0	America/Denver	40.94717	-111.87994	1330			UT	011		
5780691	Rolling Hills Meadows	rolling-hills-meadows	US		0	America/Denver	40.94578	-111.88911	1288			UT	011		
5780692	Rolling Knolls	rolling-knolls	US		0	America/Denver	40.62634	-111.83132	1378			UT	035		
5780695	Rolling Oaks	rolling-oaks	US		0	America/Denver	41.088	-111.923	1439			UT	011		
5780696	Romney Addition	romney-addition	US		0	America/Denver	41.25661	-111.94327	1386			UT	057		
5780697	Ron Clare Village	ron-clare-village	US		0	America/Denver	41.27355	-111.96022	1330	Ron Clare Village,Ron-Claire Village		UT	057		
5780698	Rondelle	rondelle	US		0	America/Denver	40.60384	-111.84104	1405			UT	035		
5780712	Rosalie Heights	rosalie-heights	US		0	America/Denver	40.67328	-111.81188	1422			UT	035		
5780716	Rogers Park	rogers-park	US		0	America/Denver	41.08217	-111.98661	1357			UT	011		
5780719	Rose Garden	rose-garden	US		0	America/Denver	40.67772	-111.86466	1315			UT	035		
5780721	Rose Park	rose-park	US		0	America/Denver	40.79022	-111.92383	1287			UT	035		
5780723	Rose Park Circle	rose-park-circle	US		0	America/Denver	40.78745	-111.93522	1287			UT	035		
5780738	Rosedale Estates	rosedale-estates	US		0	America/Denver	40.94244	-111.88244	1305			UT	011		
5780739	Rosehill	rosehill	US		0	America/Denver	41.28717	-112.07994	1290			UT	057		
5780740	Roseland Addition	roseland-addition	US		0	America/Denver	40.72439	-111.89271	1293			UT	035		
5780741	Rosette	rosette	US		0	America/Denver	41.81853	-113.41305	1733			UT	003		
5780746	Rosewood Estates	rosewood-estates	US		0	America/Denver	41.16383	-112.03133	1381			UT	057		
5780748	Rosewood Manor Condominium	rosewood-manor-condominium	US		0	America/Denver	41.16244	-112.03133	1380			UT	057		
5780752	Rosmait Park	rosmait-park	US		0	America/Denver	41.06578	-111.95466	1341			UT	011		
5780754	Roskelley	roskelley	US		0	America/Denver	41.14022	-112.06244	1325			UT	011		
5780761	Rothmoor Estates	rothmoor-estates	US		0	America/Denver	40.633	-111.84827	1347			UT	035		
5780762	Roueche Hills	roueche-hills	US		0	America/Denver	41.07328	-111.93883	1386			UT	011		
5780801	Roxborough	roxborough	US		0	America/Denver	40.673	-111.96216	1320			UT	035		
5780809	Rowe Hills Condominium	rowe-hills-condominium	US		0	America/Denver	40.59995	-111.79354	1563			UT	035		
5780811	Roy Park Addition	roy-park-addition	US		0	America/Denver	41.16522	-112.03355	1380			UT	057		
5780815	Roy West	roy-west	US		0	America/Denver	41.15772	-112.05633	1323			UT	057		
5780816	Royal Farms Estates	royal-farms-estates	US		0	America/Denver	41.12439	-111.91688	1394			UT	011		
5780819	Royal Meadows	royal-meadows	US		0	America/Denver	40.65384	-111.9516	1331			UT	035		
5780820	Royal Oaks	royal-oaks	US		0	America/Denver	41.12078	-111.90633	1435			UT	011		
5780821	Royal West	royal-west	US		0	America/Denver	40.69189	-112.0605	1334			UT	035		
5780822	Royset Park Addition and Annex	royset-park-addition-and-annex	US		0	America/Denver	41.15356	-112.02772	1382			UT	057		
5780830	Ruby Acres	ruby-acres	US		0	America/Denver	41.03189	-111.90938	1396			UT	011		
5780833	Royal Lane	royal-lane	US		0	America/Denver	40.6055	-111.82354	1413			UT	035		
5780840	Ruflin Circle	ruflin-circle	US		0	America/Denver	40.87661	-111.88383	1346			UT	011		
5780841	Rukavina	rukavina	US		0	America/Denver	41.20244	-111.95772	1361			UT	057		
5780844	Ruflin Acres	ruflin-acres	US		0	America/Denver	40.87772	-111.90105	1314			UT	011		
5780847	Rural	rural	US		0	America/Denver	40.72161	-111.89827	1291			UT	035		
5780851	Rushton Acres	rushton-acres	US		0	America/Denver	40.68856	-112.01661	1327			UT	035		
5780852	Rushton Addition	rushton-addition	US		0	America/Denver	41.22883	-111.95077	1353			UT	057		
5780853	Russell Park	russell-park	US		0	America/Denver	40.59273	-111.79715	1550			UT	035		
5780858	Rustic Acres	rustic-acres	US		0	America/Denver	40.85828	-111.89133	1366			UT	011		
5780859	Rustic Acres	rustic-acres	US		0	America/Denver	40.67578	-111.84105	1338			UT	035		
5780867	S and D	s-and-d	US		0	America/Denver	40.78217	-111.94022	1286			UT	035		
5780894	Sage Crest	sage-crest	US		0	America/Denver	40.58189	-111.82577	1477			UT	035		
5780895	Sage Crest Subdivision Number 4	sage-crest-subdivision-number-4	US		0	America/Denver	40.57856	-111.82438	1482			UT	035		
5780896	Sage Crest Subdivision Number 5	sage-crest-subdivision-number-5	US		0	America/Denver	40.57023	-111.85493	1413			UT	035		
5780898	Sage Creek Junction	sage-creek-junction	US		0	America/Denver	41.77133	-111.12103	1905			UT	033		
5780899	Sage Hill	sage-hill	US		0	America/Denver	40.67884	-111.86188	1315			UT	035		
5780908	Sahara Village	sahara-village	US		0	America/Denver	41.1005	-111.97328	1429			UT	011		
5780911	Saint Andrews Park Condo	saint-andrews-park-condo	US		0	America/Denver	40.66661	-111.99188	1363			UT	035		
5780970	Salduro	salduro	US		0	America/Denver	40.73493	-113.85639	1286			UT	045		
5780982	Salishan	salishan	US		0	America/Denver	40.53245	-111.93132	1346			UT	035		
5781225	Shalamar	shalamar	US		0	America/Denver	40.64078	-111.82743	1362			UT	035		
5781227	Shadow Hills East	shadow-hills-east	US		0	America/Denver	40.61134	-111.85743	1390			UT	035		
5781232	Shaleh Estates	shaleh-estates	US		0	America/Denver	40.66217	-111.84243	1327			UT	035		
5781006	Salt Lake International Center	salt-lake-international-center	US		0	America/Denver	40.78078	-112.03189	1288			UT	035		
5781022	Salt Lake View Addition	salt-lake-view-addition	US		0	America/Denver	40.63439	-112.06105	1577			UT	035		
5781025	Samak	samak	US		287	America/Denver	40.61745	-111.21379	2090			UT	043		
5781030	San Francisco Condo	san-francisco-condo	US		0	America/Denver	40.65356	-111.93244	1315			UT	035		
5781031	San Simeon Hills	san-simeon-hills	US		0	America/Denver	40.86522	-111.86605	1476			UT	011		
5781051	Sandalwood Square	sandalwood-square	US		0	America/Denver	41.14578	-112.04661	1340			UT	011		
5781052	Sandra Way	sandra-way	US		0	America/Denver	40.61217	-111.88438	1343			UT	035		
5781053	Sandridge	sandridge	US		0	America/Denver	40.57495	-111.84799	1461			UT	035		
5781054	Sandridge Estates	sandridge-estates	US		0	America/Denver	41.12717	-112.08744	1316			UT	011		
5781057	Sandy Acres	sandy-acres	US		0	America/Denver	40.58384	-111.8916	1355			UT	035		
5781064	Sandy Heights	sandy-heights	US		0	America/Denver	40.57495	-111.87632	1375			UT	035		
5781065	Sandy Heights North	sandy-heights-north	US		0	America/Denver	40.57495	-111.87855	1374			UT	035		
5781066	Sandy Heights North Mini	sandy-heights-north-mini	US		0	America/Denver	40.57606	-111.87716	1374			UT	035		
5781067	Sandy Heights South	sandy-heights-south	US		0	America/Denver	40.56495	-111.88105	1370			UT	035		
5781069	Sandy Highlands	sandy-highlands	US		0	America/Denver	40.59939	-111.86049	1382			UT	035		
5781070	Sandy Hills	sandy-hills	US		89575	America/Denver	40.58106	-111.85077	1452			UT	035		
5781075	Sandy Station Original Town	sandy-station-original-town	US		0	America/Denver	40.59023	-111.88132	1368			UT	035		
5781076	Sandy Station Place	sandy-station-place	US		0	America/Denver	40.58773	-111.88549	1365			UT	035		
5781077	Sandy Village	sandy-village	US		0	America/Denver	40.59384	-111.86966	1376			UT	035		
5781080	Sandia Acres	sandia-acres	US		0	America/Denver	40.58023	-111.88216	1371			UT	035		
5781085	Saratoga Resort	saratoga-resort	US		0	America/Denver	40.34884	-111.90577	1374			UT	049		
5781098	Saunders	saunders	US		0	America/Denver	41.20161	-111.95605	1367			UT	057		
5781113	Scandia Village	scandia-village	US		0	America/Denver	40.60411	-111.80688	1482			UT	035		
5781114	Scandia Village Condominium	scandia-village-condominium	US		0	America/Denver	40.60411	-111.80632	1485			UT	035		
5781117	Scheel Estates	scheel-estates	US		0	America/Denver	40.50967	-111.93494	1354			UT	035		
5781118	Schneiter	schneiter	US		0	America/Denver	40.59078	-111.85493	1429			UT	035		
5781123	Schroder	schroder	US		0	America/Denver	40.70967	-112.0405	1296			UT	035		
5781125	Sconberg	sconberg	US		0	America/Denver	40.84745	-111.90299	1340			UT	011		
5781126	Scott Dale	scott-dale	US		0	America/Denver	41.29772	-111.96772	1330			UT	057		
5781130	Scottish Heights	scottish-heights	US		0	America/Denver	40.59495	-111.80243	1496			UT	035		
5781131	Scottish Highlands	scottish-highlands	US		0	America/Denver	41.31105	-111.95466	1405			UT	057		
5781132	Scotts Acres	scotts-acres	US		0	America/Denver	40.69772	-111.90466	1295			UT	035		
5781133	Scotts Dale	scotts-dale	US		0	America/Denver	41.12883	-112.033	1380	Scotts Dale,Scotts-Dale,Scottsdale		UT	011		
5781152	Sears Addition	sears-addition	US		0	America/Denver	40.668	-111.83104	1347			UT	035		
5781190	Set Point East	set-point-east	US		0	America/Denver	40.60161	-111.82132	1427			UT	035		
5781197	Seven Oaks	seven-oaks	US		0	America/Denver	40.57606	-111.84104	1465			UT	035		
5781204	Seventh South	seventh-south	US		0	America/Denver	40.75356	-111.92021	1289			UT	035		
5781213	Shadow Mountain	shadow-mountain	US		0	America/Denver	40.66606	-111.81049	1406			UT	035		
5781214	Shadow Oaks	shadow-oaks	US		0	America/Denver	41.14467	-111.91327	1467			UT	057		
5781215	Shadow Ridge	shadow-ridge	US		0	America/Denver	40.53467	-111.85521	1434			UT	035		
5781216	Shadow Run Estates	shadow-run-estates	US		0	America/Denver	40.7055	-112.07966	1306			UT	035		
5781217	Shadow Valley Estates	shadow-valley-estates	US		0	America/Denver	41.16883	-111.93689	1493			UT	057		
5781218	Shadowns	shadowns	US		0	America/Denver	40.66606	-111.87299	1306			UT	035		
5781219	Shady Brook	shady-brook	US		0	America/Denver	41.25189	-111.95827	1331			UT	057		
5781220	Shady Brook Estates	shady-brook-estates	US		0	America/Denver	40.643	-111.81354	1376			UT	035		
5781236	Shamrock Drive	shamrock-drive	US		0	America/Denver	40.87133	-111.88049	1365			UT	011		
5781240	Shangrila	shangrila	US		0	America/Denver	40.64411	-111.82854	1357			UT	035		
5781241	Shanna	shanna	US		0	America/Denver	41.03078	-111.93855	1323			UT	011		
5781242	Shannon Bee Estates	shannon-bee-estates	US		0	America/Denver	41.30939	-111.85688	1604			UT	057		
5781243	Shannondoah Estates	shannondoah-estates	US		0	America/Denver	41.17189	-112.12439	1292			UT	057		
5781246	Sharal Park	sharal-park	US		0	America/Denver	40.70106	-112.05633	1304			UT	035		
5781248	Sharp	sharp	US		0	America/Denver	40.72495	-111.92688	1291			UT	035		
5781301	Shepherd Creek County Estates	shepherd-creek-county-estates	US		0	America/Denver	41.00828	-111.89938	1374			UT	011		
5781307	Sherwood Forest Addition	sherwood-forest-addition	US		0	America/Denver	40.76106	-111.9291	1289			UT	035		
5781308	Sherwood Hills	sherwood-hills	US		0	America/Denver	40.61106	-111.79354	1552			UT	035		
5781309	Sherwood Hills Condo	sherwood-hills-condo	US		0	America/Denver	40.61189	-111.7916	1553			UT	035		
5781310	Sherwood Meadows	sherwood-meadows	US		0	America/Denver	41.18967	-111.99716	1324			UT	057		
5781311	Sherwood Oaks Condominium	sherwood-oaks-condominium	US		0	America/Denver	41.16161	-112.04328	1346			UT	057		
5781313	Sherwood Park	sherwood-park	US		0	America/Denver	40.60384	-111.84993	1416			UT	035		
5781314	Sherwood Park	sherwood-park	US		0	America/Denver	41.19161	-111.99578	1323			UT	057		
5781315	Sherwood Park Addition	sherwood-park-addition	US		0	America/Denver	41.25772	-111.95161	1357			UT	057		
5781318	Shimada Acres	shimada-acres	US		0	America/Denver	41.10467	-112.08467	1303			UT	011		
5781320	Sheridan Heights	sheridan-heights	US		0	America/Denver	41.25911	-111.94494	1378			UT	057		
5781343	Shorland	shorland	US		0	America/Denver	40.67967	-111.96049	1315			UT	035		
5781346	Shoshone Hills	shoshone-hills	US		0	America/Denver	40.57884	-111.85188	1456			UT	035		
5781359	Siders Estates	siders-estates	US		0	America/Denver	40.84411	-111.90022	1368			UT	011		
5781362	Sierra Grande	sierra-grande	US		0	America/Denver	40.6405	-111.9666	1392			UT	035		
5781363	Siesta Drive Condo	siesta-drive-condo	US		0	America/Denver	40.6155	-111.85549	1370			UT	035		
5781365	Sierra Dawn Condominium	sierra-dawn-condominium	US		0	America/Denver	40.67384	-111.82549	1370			UT	035		
5781370	Silver Bell Estates	silver-bell-estates	US		0	America/Denver	41.30105	-111.85688	1675			UT	057		
5781373	Silver Acres	silver-acres	US		0	America/Denver	40.60828	-111.8841	1346			UT	035		
5781375	Silver Creek Junction	silver-creek-junction	US		0	America/Denver	40.73134	-111.49798	1963			UT	043		
5781386	Silver Fork	silver-fork	US		0	America/Denver	40.62995	-111.61048	2371			UT	035		
5781396	Silver Lake Estates	silver-lake-estates	US		0	America/Denver	40.60273	-111.58409	2661			UT	035		
5781403	Silver Lake Summer Home Area	silver-lake-summer-home-area	US		0	America/Denver	40.49856	-111.64937	2270			UT	049		
5781404	Silver Lake Summer Resort	silver-lake-summer-resort	US		0	America/Denver	40.60412	-111.58131	2656			UT	035		
5781406	Silver Meadows	silver-meadows	US		0	America/Denver	40.69939	-112.02133	1302			UT	035		
5781411	Silver Park	silver-park	US		0	America/Denver	40.74856	-111.91883	1288			UT	035		
5781412	Silver Ridge	silver-ridge	US		0	America/Denver	40.54578	-111.85743	1427			UT	035		
5781413	Silver Sage	silver-sage	US		0	America/Denver	40.55439	-111.86632	1392			UT	035		
5781415	Silver Shadow Estates	silver-shadow-estates	US		0	America/Denver	40.56106	-111.86993	1389			UT	035		
5781416	Silver Shadows	silver-shadows	US		0	America/Denver	40.61745	-111.86882	1361			UT	035		
5781417	Silver Smith	silver-smith	US		0	America/Denver	40.54967	-111.85993	1408			UT	035		
5781420	Silvercrest Mesa	silvercrest-mesa	US		0	America/Denver	40.58273	-111.85021	1444			UT	035		
5781421	Silvercrest Park	silvercrest-park	US		0	America/Denver	40.58411	-111.84966	1436			UT	035		
5781423	Silversmith Estates	silversmith-estates	US		0	America/Denver	40.54884	-111.8591	1412			UT	035		
5781426	Silver Mountain Estates	silver-mountain-estates	US		0	America/Denver	40.58467	-111.8466	1438			UT	035		
5781427	Simmons	simmons	US		0	America/Denver	41.30216	-111.96161	1345			UT	057		
5781429	Simmons	simmons	US		0	America/Denver	41.06105	-111.98133	1323			UT	011		
5781432	Simoran Park Addition	simoran-park-addition	US		0	America/Denver	41.25189	-111.94077	1393			UT	057		
5781464	Ski Haven Estates	ski-haven-estates	US		0	America/Denver	40.57912	-111.84104	1465			UT	035		
5781465	Ski View Estates	ski-view-estates	US		0	America/Denver	40.57384	-111.84104	1464			UT	035		
5781466	Ski/Lake Village Condominium	ski-lake-village-condominium	US		0	America/Denver	41.25077	-111.79244	1502			UT	057		
5781484	Sky Blue Acres	sky-blue-acres	US		0	America/Denver	40.67967	-112.00994	1354			UT	035		
5781487	Sky West Estates	sky-west-estates	US		0	America/Denver	41.11967	-112.09133	1312			UT	011		
5781488	Skyline Addition	skyline-addition	US		0	America/Denver	41.0655	-111.95105	1344			UT	011		
5781489	Skyline Estates	skyline-estates	US		0	America/Denver	40.67217	-111.80632	1459			UT	035		
5781490	Skyline Estates	skyline-estates	US		0	America/Denver	41.32911	-111.99522	1424			UT	057		
5781492	Skyline Manor	skyline-manor	US		0	America/Denver	40.61911	-111.84799	1389			UT	035		
5781493	Skyline Park	skyline-park	US		0	America/Denver	40.85245	-111.89938	1338			UT	011		
5781496	Skypark T Hanger	skypark-t-hanger	US		0	America/Denver	40.86661	-111.92911	1291			UT	011		
5781497	Skyview	skyview	US		0	America/Denver	40.6405	-111.98883	1400			UT	035		
5781511	Slaterville	slaterville	US		0	America/Denver	41.26411	-112.03272	1293	Mill Creek,Slaterville		UT	057		
5781518	Sleepy Hollow	sleepy-hollow	US		0	America/Denver	40.66856	-111.80827	1436			UT	035		
5781519	Sleepy Hollow Two	sleepy-hollow-two	US		0	America/Denver	40.66661	-111.81077	1408			UT	035		
5781521	Sleepy Hollow Lane	sleepy-hollow-lane	US		0	America/Denver	40.57634	-111.85938	1392			UT	035		
5781533	Smedley Acres	smedley-acres	US		0	America/Denver	41.08022	-112.06189	1301			UT	011		
5781543	Smith Salt Lake	smith-salt-lake	US		0	America/Denver	40.73911	-111.92577	1289			UT	035		
5781546	Smith Village	smith-village	US		0	America/Denver	41.11244	-112.01633	1385			UT	011		
5781549	Smith Estates	smith-estates	US		0	America/Denver	41.10078	-112.01355	1366			UT	011		
5781557	Smithonian North	smithonian-north	US		0	America/Denver	40.68328	-111.96299	1313			UT	035		
5781558	Smiths	smiths	US		0	America/Denver	40.73717	-111.93549	1290			UT	035		
5781564	Smoot Farm Estates	smoot-farm-estates	US		0	America/Denver	40.94078	-111.88216	1305			UT	011		
5781565	Smoot Farm Estates - Plat A	smoot-farm-estates-plat-a	US		0	America/Denver	40.93856	-111.88133	1306			UT	011		
5781570	Smout	smout	US		0	America/Denver	40.68745	-111.9491	1301			UT	035		
5781579	Snap-N-Fox Farms	snap-n-fox-farms	US		0	America/Denver	41.138	-112.07828	1314			UT	011		
5781590	Snow Canyon	snow-canyon	US		0	America/Denver	41.07717	-111.90772	1484			UT	011		
5781595	Snow Creek	snow-creek	US		0	America/Denver	41.068	-111.94327	1366			UT	011		
5781609	Snyderville	snyderville	US		5612	America/Denver	40.69439	-111.54381	2013			UT	043		
5781616	Soapstone Summer Home Area	soapstone-summer-home-area	US		0	America/Denver	40.57467	-111.05128	2407			UT	051		
5781617	Soffe	soffe	US		0	America/Denver	40.61217	-111.88188	1345			UT	035		
5781638	Solitude	solitude	US		0	America/Denver	40.62106	-111.59326	2481			UT	035		
5781639	Solitude Condominium	solitude-condominium	US		0	America/Denver	41.23772	-111.95022	1321			UT	057		
5781645	Somerset Farm	somerset-farm	US		0	America/Denver	41.01022	-111.90355	1369			UT	011		
5781646	Somerset Garden Condominium	somerset-garden-condominium	US		0	America/Denver	40.76967	-111.85466	1396			UT	035		
5781647	Somerset Place Condominium	somerset-place-condominium	US		0	America/Denver	41.01911	-111.91077	1360			UT	011		
5781648	Somerville in Draper	somerville-in-draper	US		0	America/Denver	40.5205	-111.8566	1375			UT	035		
5781649	Sommerset Hollow	sommerset-hollow	US		0	America/Denver	41.01328	-111.90772	1353			UT	011		
5781650	Sommerset South Place	sommerset-south-place	US		0	America/Denver	40.61745	-111.82938	1420			UT	035		
5781653	Sorensen	sorensen	US		0	America/Denver	40.6205	-111.8466	1385			UT	035		
5781655	Sorrento Estates	sorrento-estates	US		0	America/Denver	40.86745	-111.90022	1319			UT	011		
5781661	Somerset Estates Place	somerset-estates-place	US		0	America/Denver	40.61911	-111.82938	1407			UT	035		
5781662	South Bluff Estates	south-bluff-estates	US		0	America/Denver	40.47912	-111.95077	1398			UT	035		
5781665	South Boulevard	south-boulevard	US		0	America/Denver	40.72439	-111.89132	1294			UT	035		
5781672	South Bridge Plat A	south-bridge-plat-a	US		0	America/Denver	40.58689	-111.83549	1453			UT	035		
5781683	South Church Heights	south-church-heights	US		0	America/Denver	40.85939	-111.89077	1365			UT	011		
5781687	South Cottonwood Acres	south-cottonwood-acres	US		0	America/Denver	40.64717	-111.8591	1330			UT	035		
5781689	South Cottonwood Heights	south-cottonwood-heights	US		0	America/Denver	40.65495	-111.87938	1322			UT	035		
5781696	South Dale	south-dale	US		0	America/Denver	40.63217	-111.87021	1341			UT	035		
5781697	South El Rancho	south-el-rancho	US		0	America/Denver	41.26189	-111.953	1352			UT	057		
5781739	South Fork Ranchettes	south-fork-ranchettes	US		0	America/Denver	41.25827	-111.71049	1543			UT	057		
5781755	South Glendale	south-glendale	US		0	America/Denver	40.73634	-111.93494	1290			UT	035		
5781758	South Heights Addition	south-heights-addition	US		0	America/Denver	41.17911	-111.95966	1420			UT	057		
5781760	South Hill Crest	south-hill-crest	US		0	America/Denver	40.61467	-111.87021	1360			UT	035		
5781765	South Jordan Heights	south-jordan-heights	US		37141	America/Denver	40.56384	-111.94938	1377			UT	035		
5781776	South Main Townhouses	south-main-townhouses	US		0	America/Denver	40.87633	-111.88494	1344			UT	011		
5781778	South Main Street Addition	south-main-street-addition	US		0	America/Denver	40.73911	-111.89132	1293			UT	035		
5781779	South Morningside Heights	south-morningside-heights	US		0	America/Denver	40.68189	-111.81216	1431			UT	035		
5781783	South Ogden	south-ogden	US		16955	America/Denver	41.19189	-111.97133	1356	Saut Ogden,Saut Ogdun,Saut-Ogden,South Ogden,burch creek,jnwb awghdn,nan ao ge deng,sawt awdn  ywta,Саут Огден,Саут Огдън,Саут-Огден,Саут-Оґден,جنوب أوغدن,ساوت اودن، یوتا,南奥格登		UT	057		
5781786	South Olympus Heights	south-olympus-heights	US		0	America/Denver	40.67856	-111.81854	1403			UT	035		
5781787	South Park Addition	south-park-addition	US		0	America/Denver	41.20744	-111.98161	1316			UT	057		
5781794	South Salt Lake	south-salt-lake	US		24788	America/Denver	40.71884	-111.88827	1297	Centrral Park,Juzhen Solt Lejk,Saut Solt Lejk,South Salt Lake,nan yan hu cheng,sawt salt lyk  ywta,Саут Солт Лејк,Южен Солт Лейк,ساوت سالت لیک، یوتا,ساوتھ سالٹ لیک، یوٹاہ,南盐湖城		UT	035		
5781805	South Valley Estates	south-valley-estates	US		0	America/Denver	40.54578	-111.8741	1383			UT	035		
5781806	South Valley View	south-valley-view	US		0	America/Denver	40.84578	-111.89466	1403			UT	011		
5781807	South View	south-view	US		0	America/Denver	40.85939	-111.88966	1371			UT	011		
5781808	South Washington Addition	south-washington-addition	US		0	America/Denver	41.20411	-111.973	1321			UT	057		
5781809	South Weber	south-weber	US		6971	America/Denver	41.13244	-111.93022	1375	Juzhen Uebur,Morristown,Saut Viber,South Weber,nan wei bo,sawt wbr  ywta,sawth wybr,Саут Вибер,Южен Уебър,ساوت وبر، یوتا,ساوث ويبر,南韦伯		UT	011		
5781812	South Weber Valley Estates	south-weber-valley-estates	US		0	America/Denver	41.13467	-111.93355	1373			UT	011		
5781813	South Willard	south-willard	US		1571	America/Denver	41.36327	-112.03578	1320			UT	003		
5781819	Southcrest	southcrest	US		0	America/Denver	41.16744	-111.98828	1418			UT	057		
5781822	Southern Acres	southern-acres	US		0	America/Denver	40.64439	-111.99661	1417			UT	035		
5781823	Southern Charm	southern-charm	US		0	America/Denver	40.55689	-111.86882	1390			UT	035		
5781825	Southgate Park	southgate-park	US		0	America/Denver	40.71245	-111.89132	1296			UT	035		
5781828	Southland Acres	southland-acres	US		0	America/Denver	40.58634	-111.87882	1372			UT	035		
5781830	Southland Terrace	southland-terrace	US		0	America/Denver	40.60773	-111.81882	1465			UT	035		
5781833	Southridge 76	southridge-76	US		0	America/Denver	41.16439	-111.98216	1432			UT	057		
5781834	Southridge Eight	southridge-eight	US		0	America/Denver	41.15522	-111.98216	1341			UT	057		
5781835	Southridge Nine	southridge-nine	US		0	America/Denver	41.16439	-111.87855	2399			UT	057		
5781836	Southridge Subdivision 1	southridge-subdivision-1	US		0	America/Denver	41.16828	-111.97577	1424			UT	057		
5781837	Southridge Subdivision 2	southridge-subdivision-2	US		0	America/Denver	41.16828	-111.97577	1424			UT	057		
5781838	Southridge Subdivision 3	southridge-subdivision-3	US		0	America/Denver	41.16828	-111.97577	1424			UT	057		
5781839	Southridge Subdivision 4	southridge-subdivision-4	US		0	America/Denver	41.16828	-111.97577	1424			UT	057		
5781840	Southridge Subdivision 5	southridge-subdivision-5	US		0	America/Denver	41.16828	-111.97577	1424			UT	057		
5781841	Southridge Subdivision 6	southridge-subdivision-6	US		0	America/Denver	41.16828	-111.97577	1424			UT	057		
5781845	Southview Park	southview-park	US		0	America/Denver	41.16967	-111.97716	1413			UT	057		
5781848	Southwood	southwood	US		0	America/Denver	41.08217	-112.02855	1328			UT	011		
5781849	Southwood	southwood	US		0	America/Denver	40.63689	-111.86882	1336			UT	035		
5781850	Southwood Manor	southwood-manor	US		0	America/Denver	40.56967	-111.98022	1418			UT	035		
5781851	Southwood Three and Four	southwood-three-and-four	US		0	America/Denver	40.64106	-111.86882	1332			UT	035		
5781852	Southwood Two	southwood-two	US		0	America/Denver	40.63523	-111.86882	1337			UT	035		
5781856	Southridge	southridge	US		0	America/Denver	40.66161	-111.98188	1364			UT	035		
5781879	Spencer Estates	spencer-estates	US		0	America/Denver	41.02744	-111.93466	1331			UT	011		
5781882	Spencers Annex	spencers-annex	US		0	America/Denver	40.708	-112.10078	1307			UT	035		
5781904	Sport Sales Plaza	sport-sales-plaza	US		0	America/Denver	40.923	-111.89466	1286			UT	011		
5781925	Spring Circle	spring-circle	US		0	America/Denver	40.57217	-111.85493	1417			UT	035		
5781952	Spring Creek Estates	spring-creek-estates	US		0	America/Denver	40.6705	-111.8091	1425			UT	035		
5781953	Spring Creek Manor	spring-creek-manor	US		0	America/Denver	40.67217	-111.80966	1432			UT	035		
5781960	Spring Hill Condominium	spring-hill-condominium	US		0	America/Denver	40.65661	-111.87271	1316			UT	035		
5781977	Spring Hollow	spring-hollow	US		0	America/Denver	41.068	-111.96633	1339			UT	011		
5781982	Spring Lane Condominium	spring-lane-condominium	US		0	America/Denver	40.65578	-111.84799	1327			UT	035		
5781983	Spring Meadow	spring-meadow	US		0	America/Denver	40.87356	-111.91355	1298			UT	011		
5781984	Spring Mountain Ranchettes	spring-mountain-ranchettes	US		0	America/Denver	41.32216	-111.88133	1635			UT	057		
5781990	Springdell	springdell	US		0	America/Denver	40.32801	-111.62436	1516			UT	049		
5781992	Spring Hollow	spring-hollow	US		0	America/Denver	40.55273	-111.88882	1351			UT	035		
5782005	Springtree Condominium	springtree-condominium	US		0	America/Denver	40.65078	-111.87493	1314			UT	035		
5782006	Sprucewood	sprucewood	US		0	America/Denver	40.55689	-111.8591	1410			UT	035		
5782008	Spurlock	spurlock	US		0	America/Denver	41.26716	-111.82772	1637			UT	057		
5782009	Spurlock Circle	spurlock-circle	US		0	America/Denver	41.06578	-111.96605	1335	Spurlark Circle Subdivision,Spurlock Circle		UT	011		
5782010	Spurrier	spurrier	US		0	America/Denver	40.6505	-111.89382	1317			UT	035		
5782032	Saint Benedict Manor Condominiums	saint-benedict-manor-condominiums	US		0	America/Denver	41.20967	-111.93855	1408			UT	057		
5782040	Stagg	stagg	US		0	America/Denver	40.553	-111.84299	1459			UT	035		
5782041	Stallard	stallard	US		0	America/Denver	41.21328	-111.95494	1352			UT	057		
5782042	Standia	standia	US		0	America/Denver	40.6455	-111.83882	1342			UT	035		
5782043	Standrod	standrod	US		0	America/Denver	41.99381	-113.41917	1758			UT	003		
5782045	Stansbury	stansbury	US		0	America/Denver	40.69134	-111.9716	1304			UT	035		
5782055	Stansbury park	stansbury-park	US		5145	America/Denver	40.63772	-112.29606	1309	Stansbury,Stansbury Park,Stansbury park		UT	045		
5782056	Star Heights	star-heights	US		0	America/Denver	40.85661	-111.87521	1461			UT	011		
5782079	Steadman Acres	steadman-acres	US		0	America/Denver	40.6255	-111.95494	1354			UT	035		
5782080	Steadman Estates - Numbers 2-5	steadman-estates-numbers-2-5	US		0	America/Denver	40.63273	-111.95438	1362			UT	035		
5782086	Steed	steed	US		0	America/Denver	41.12411	-112.04439	1359			UT	011		
5782090	Steed Creek Estates	steed-creek-estates	US		0	America/Denver	40.97383	-111.88744	1305			UT	011		
5782100	Steffensen Heights	steffensen-heights	US		0	America/Denver	40.61161	-111.81299	1487			UT	035		
5782101	Stein	stein	US		0	America/Denver	41.17161	-111.97939	1402			UT	057		
5782106	Steeple View	steeple-view	US		0	America/Denver	40.593	-111.84799	1444			UT	035		
5782111	Stephanie Estates	stephanie-estates	US		0	America/Denver	40.69439	-112.06689	1332			UT	035		
5782120	Stephens First Addition	stephens-first-addition	US		0	America/Denver	41.20411	-111.96827	1327			UT	057		
5782121	Stev Linda	stev-linda	US		0	America/Denver	40.68078	-111.81049	1440			UT	035		
5782124	Stevens Estates	stevens-estates	US		0	America/Denver	41.3205	-112.04717	1292			UT	057		
5782126	Stettler	stettler	US		0	America/Denver	41.2605	-111.94605	1375			UT	057		
5782127	Stevenson Island	stevenson-island	US		0	America/Denver	40.64078	-111.89466	1321			UT	035		
5782131	Stewart Park	stewart-park	US		0	America/Denver	40.74772	-111.93299	1291			UT	035		
5782135	Stewarts Addition	stewarts-addition	US		0	America/Denver	40.73634	-111.90105	1289			UT	035		
5782166	Stone Hollow Condo	stone-hollow-condo	US		0	America/Denver	40.65634	-111.97827	1364			UT	035		
5782167	Stone Hollow Condominium	stone-hollow-condominium	US		0	America/Denver	40.68939	-111.94744	1298			UT	035		
5782168	Stonebridge Condo	stonebridge-condo	US		0	America/Denver	40.5705	-111.77854	1754			UT	035		
5782169	Stonebridge Condo	stonebridge-condo	US		0	America/Denver	40.66245	-111.89382	1306			UT	035		
5782170	Stones Orchard Addition	stones-orchard-addition	US		0	America/Denver	41.23911	-111.9605	1315			UT	057		
5782171	Stoney Brook	stoney-brook	US		0	America/Denver	40.99106	-111.88633	1338			UT	011		
5782172	Stoneybrook Estates	stoneybrook-estates	US		0	America/Denver	41.17383	-112.08272	1296			UT	057		
5782177	Storm Mountain Terrace	storm-mountain-terrace	US		0	America/Denver	40.54495	-111.86882	1384			UT	035		
5782186	Stratler	stratler	US		0	America/Denver	40.64161	-111.90216	1319			UT	035		
5782214	Streeper Park	streeper-park	US		0	America/Denver	40.92939	-111.87633	1317			UT	011		
5782223	Suburban View	suburban-view	US		0	America/Denver	40.59411	-111.8491	1431			UT	035		
5782224	Success Estates	success-estates	US		0	America/Denver	40.54773	-111.8466	1459			UT	035		
5782226	Sue Ann	sue-ann	US		0	America/Denver	40.69522	-112.058	1320			UT	035		
5782227	Sugar House	sugar-house	US		0	America/Denver	40.72578	-111.86521	1321	Sugar,Sugar House,Sugarhouse		UT	035		
5782233	Suburban Heights	suburban-heights	US		0	America/Denver	41.13522	-112.02883	1384			UT	011		
5782237	Sugarplum Condominiums	sugarplum-condominiums	US		0	America/Denver	40.58551	-111.65242	2529			UT	035		
5782244	Sullivan Acres	sullivan-acres	US		0	America/Denver	40.67578	-111.81993	1394			UT	035		
5782250	Summer Crest	summer-crest	US		0	America/Denver	40.58967	-111.82521	1479			UT	035		
5782251	Summer Garden Townhouse Condominium	summer-garden-townhouse-condominium	US		0	America/Denver	40.863	-111.89327	1349			UT	011		
5782252	Summer Haze	summer-haze	US		0	America/Denver	41.06106	-111.92161	1427	Summer Haze,Summerhaze Subdivision		UT	011		
5782253	Summer Meadows	summer-meadows	US		0	America/Denver	40.5905	-111.83827	1465			UT	035		
5782254	Summer Oak	summer-oak	US		0	America/Denver	40.853	-111.87688	1479			UT	011		
5782255	Summer Oaks	summer-oaks	US		0	America/Denver	40.60606	-111.79382	1535			UT	035		
5782256	Summer Oaks Twin Homes	summer-oaks-twin-homes	US		0	America/Denver	40.60578	-111.84799	1416			UT	035		
5782257	Summer Wood	summer-wood	US		0	America/Denver	41.01244	-111.90494	1370			UT	011		
5782260	Summerhill Estates	summerhill-estates	US		0	America/Denver	40.53689	-111.92716	1341			UT	035		
5782261	Summerhill Village	summerhill-village	US		0	America/Denver	40.5405	-111.82549	1476			UT	035		
5782263	Summertree	summertree	US		0	America/Denver	40.89939	-111.90411	1293			UT	011		
5782264	Summerwood	summerwood	US		0	America/Denver	40.63523	-111.95244	1367			UT	035		
5782265	Summerwood Estates	summerwood-estates	US		0	America/Denver	40.64911	-111.94494	1328			UT	035		
5782272	Summit Park	summit-park	US		7775	America/Denver	40.74578	-111.61159	2098			UT	043		
5782281	Sun Crest Heights	sun-crest-heights	US		0	America/Denver	41.25328	-111.95077	1359			UT	057		
5782282	Sun Ray	sun-ray	US		0	America/Denver	41.13883	-112.05383	1337			UT	011		
5782283	Sun View Additions 1-3	sun-view-additions-1-3	US		0	America/Denver	41.24633	-111.94022	1384			UT	057		
5782284	Sunburst Circle	sunburst-circle	US		0	America/Denver	40.62328	-111.8141	1459			UT	035		
5782285	Sunburst Meadows	sunburst-meadows	US		0	America/Denver	40.59995	-111.87632	1368			UT	035		
5782286	Suncrest	suncrest	US		0	America/Denver	40.64717	-112.02633	1470			UT	035		
5782287	Suncrest Park	suncrest-park	US		0	America/Denver	40.67217	-111.83577	1350			UT	035		
5782288	Suncrest Park	suncrest-park	US		0	America/Denver	41.25744	-111.94383	1383	Sun Crest Park Subdivision,Suncrest Park		UT	057		
5782293	Sundial Park	sundial-park	US		0	America/Denver	41.07883	-112.06217	1300			UT	011		
5782298	Sundown Condominiums at Powder Mountain	sundown-condominiums-at-powder-mountain	US		0	America/Denver	41.37772	-111.78466	2449			UT	057		
5782299	Sundown Estates	sundown-estates	US		0	America/Denver	41.17967	-112.04078	1365			UT	057		
5782300	Sundowner Condominium	sundowner-condominium	US		0	America/Denver	41.10272	-111.99939	1390			UT	011		
5782302	Sunny Slope	sunny-slope	US		0	America/Denver	40.87633	-111.87633	1368			UT	011		
5782303	Sunny Slope	sunny-slope	US		0	America/Denver	41.31911	-111.94439	1471			UT	057		
5782304	Sunny-View Estates	sunny-view-estates	US		0	America/Denver	40.90328	-111.88272	1311			UT	011		
5782305	Sunnybrook Park	sunnybrook-park	US		0	America/Denver	40.68134	-111.96577	1317			UT	035		
5782306	Sunnygrove	sunnygrove	US		0	America/Denver	40.68134	-111.96938	1318			UT	035		
5782308	Sunnyvale Heights	sunnyvale-heights	US		0	America/Denver	40.69134	-111.99799	1312			UT	035		
5782309	Sunnyvale Park	sunnyvale-park	US		0	America/Denver	40.69161	-111.99383	1310			UT	035		
5782311	Sunridge Highlands	sunridge-highlands	US		0	America/Denver	41.39577	-111.66466	2270			UT	057		
5782312	Sunrise	sunrise	US		0	America/Denver	40.62439	-111.87882	1341			UT	035		
5782315	Sunrise Hills	sunrise-hills	US		0	America/Denver	40.6255	-111.81882	1421			UT	035		
5782316	Sunrise Meadows	sunrise-meadows	US		0	America/Denver	40.58189	-111.84021	1455			UT	035		
5782317	Sunrise Park	sunrise-park	US		0	America/Denver	41.12772	-112.03828	1369			UT	011		
5782319	Sunrise Terrace	sunrise-terrace	US		0	America/Denver	40.59911	-111.84521	1436			UT	035		
5782324	Sunset Dale	sunset-dale	US		0	America/Denver	41.15078	-112.03133	1368			UT	011		
5782325	Sunset Dale	sunset-dale	US		0	America/Denver	41.15356	-112.03189	1370			UT	057		
5782326	Sunset Downs	sunset-downs	US		0	America/Denver	40.65578	-112.01605	1434			UT	035		
5782327	Sunset Heights	sunset-heights	US		0	America/Denver	40.92994	-111.8716	1356			UT	011		
5782328	Sunset Hills	sunset-hills	US		0	America/Denver	40.97967	-111.87966	1351			UT	011		
5782329	Sunset Hills	sunset-hills	US		0	America/Denver	40.67634	-112.02661	1373			UT	035		
5782330	Sunset Hollow	sunset-hollow	US		0	America/Denver	40.85411	-111.86105	1641			UT	011		
5782332	Sunset Meadows Village	sunset-meadows-village	US		0	America/Denver	40.57134	-111.82577	1504			UT	035		
5782336	Sunset Square	sunset-square	US		0	America/Denver	41.14106	-112.02855	1380			UT	011		
5782337	Sunset View Estates	sunset-view-estates	US		0	America/Denver	40.93717	-111.88133	1304			UT	011		
5782344	Sunstone	sunstone	US		0	America/Denver	40.66967	-111.9091	1298			UT	035		
5782349	Surrey Downs	surrey-downs	US		0	America/Denver	40.89856	-111.89605	1302			UT	011		
5782351	Susie Ranch	susie-ranch	US		0	America/Denver	40.90828	-111.89383	1295			UT	011		
5782353	Sutro	sutro	US		0	America/Denver	40.0919	-111.59714	1452	Sutre,Sutro		UT	049		
5782355	Sutton Estates	sutton-estates	US		0	America/Denver	40.7055	-112.07772	1304			UT	035		
5782357	Suntrails	suntrails	US		0	America/Denver	41.07717	-112.00522	1336			UT	011		
5782361	Swallow	swallow	US		0	America/Denver	40.69356	-112.00327	1309			UT	035		
5782366	Swan Creek Estates	swan-creek-estates	US		0	America/Denver	41.17744	-112.10911	1292			UT	057		
5782375	Swaners Place Addition	swaners-place-addition	US		0	America/Denver	41.21856	-111.94411	1376			UT	057		
5782389	Sycamore Gardens	sycamore-gardens	US		0	America/Denver	40.66745	-111.83299	1344			UT	035		
5782390	Syndicate Place	syndicate-place	US		0	America/Denver	40.72661	-111.90077	1291			UT	035		
5783666	Todd Villa	todd-villa	US		0	America/Denver	40.69356	-111.95022	1297			UT	035		
5782397	TGanglewood Condominium	tganglewood-condominium	US		0	America/Denver	40.673	-111.83966	1339			UT	035		
5782417	Tad Park	tad-park	US		0	America/Denver	40.49994	-112.33911	1519			UT	045		
5782423	Taggarts	taggarts	US		0	America/Denver	41.05967	-111.59187	1585			UT	029		
5782427	Talisman Drive	talisman-drive	US		0	America/Denver	40.79106	-111.93522	1287			UT	035		
5782432	Tamlee Village	tamlee-village	US		0	America/Denver	40.61106	-111.8791	1349			UT	035		
5782434	Tanglewood	tanglewood	US		0	America/Denver	41.06244	-111.90772	1485			UT	011		
5782435	Tanglewood Acres	tanglewood-acres	US		0	America/Denver	40.88078	-111.8991	1316			UT	011		
5782436	Tanglewood Subdivision Number 3	tanglewood-subdivision-number-3	US		0	America/Denver	40.63273	-111.85299	1344			UT	035		
5782438	Tamara Estates	tamara-estates	US		0	America/Denver	41.02856	-111.90494	1402			UT	011		
5782444	Tanner Lane Condo	tanner-lane-condo	US		0	America/Denver	40.63384	-111.84104	1353			UT	035		
5782448	Tara Condominium	tara-condominium	US		0	America/Denver	40.77522	-111.89327	1336			UT	035		
5782449	Tara Estates	tara-estates	US		0	America/Denver	40.62356	-111.86882	1351			UT	035		
5782450	Tara Gardens Condominium	tara-gardens-condominium	US		0	America/Denver	40.67217	-111.82521	1364			UT	035		
5782457	Taylor Addition	taylor-addition	US		0	America/Denver	41.24911	-111.96661	1313			UT	057		
5782462	Taylor Estates	taylor-estates	US		0	America/Denver	40.54939	-111.84632	1457			UT	035		
5782465	Taylor Estates	taylor-estates	US		0	America/Denver	41.31855	-111.97966	1380			UT	057		
5782466	Taylor Lane	taylor-lane	US		0	America/Denver	40.65634	-111.96216	1347			UT	035		
5782473	Taylors Addition	taylors-addition	US		0	America/Denver	41.24939	-111.96911	1311			UT	057		
5782477	Taylorsville Cove	taylorsville-cove	US		0	America/Denver	40.66439	-111.97133	1345			UT	035		
5782478	Taylorsville Gardens	taylorsville-gardens	US		0	America/Denver	40.67911	-111.94438	1304			UT	035		
5782482	Teakwood	teakwood	US		0	America/Denver	40.548	-111.8416	1459			UT	035		
5782486	Teasel Downs	teasel-downs	US		0	America/Denver	40.69856	-112.04327	1310			UT	035		
5782504	Temple View	temple-view	US		0	America/Denver	40.74022	-111.89827	1290			UT	035		
5782505	Ten Fifty East Circle	ten-fifty-east-circle	US		0	America/Denver	40.88328	-111.85938	1444			UT	011		
5782511	Terminal	terminal	US		0	America/Denver	40.75578	-112.00938	1290			UT	035		
5782513	Terra	terra	US		0	America/Denver	40.32133	-112.62663	1589			UT	045		
5782514	Terra	terra	US		0	America/Denver	40.6755	-111.9791	1337			UT	035		
5782515	Terra Linda	terra-linda	US		0	America/Denver	40.67661	-111.83354	1359			UT	035		
5782518	Terrace	terrace	US		0	America/Denver	41.24744	-111.97161	1309			UT	057		
5782521	Terrace Circle	terrace-circle	US		0	America/Denver	40.60217	-111.83827	1411			UT	035		
5782522	Terrace Falls Condominium	terrace-falls-condominium	US		0	America/Denver	40.773	-111.91799	1287			UT	035		
5782524	Terrace View	terrace-view	US		0	America/Denver	41.11411	-112.01466	1393			UT	011		
5782526	Terraces Mount Olympus Condominium	terraces-mount-olympus-condominium	US		0	America/Denver	40.66523	-111.8091	1414			UT	035		
5782528	Terry Dale	terry-dale	US		0	America/Denver	41.14383	-112.03272	1367			UT	011		
5782529	Terry Estates	terry-estates	US		0	America/Denver	41.1705	-112.04216	1357			UT	057		
5782535	Thaxton Acres	thaxton-acres	US		0	America/Denver	40.54717	-111.96049	1384			UT	035		
5782540	The Avenues Hertiage Condominium	the-avenues-hertiage-condominium	US		0	America/Denver	40.77217	-111.87132	1358	Avenues Heritage Condominium,The Avenues Hertiage Condominium		UT	035		
5782542	The Capitol Building Condominium	the-capitol-building-condominium	US		0	America/Denver	41.21994	-111.94383	1375			UT	057		
5782574	The Avenues Condominium	the-avenues-condominium	US		0	America/Denver	40.77439	-111.87327	1368	Avenues Condominiums,The Avenues Condominium		UT	035		
5783478	The Cobbles Condominium	the-cobbles-condominium	US		0	America/Denver	41.24439	-111.89438	1423			UT	057		
5783480	The Cottonwood Condominium	the-cottonwood-condominium	US		0	America/Denver	40.65689	-111.83938	1331			UT	035		
5783481	The Cottonwoods Condominium	the-cottonwoods-condominium	US		0	America/Denver	40.65773	-111.83577	1335			UT	035		
5783482	The Courtyard Condominium	the-courtyard-condominium	US		0	America/Denver	40.89106	-111.88605	1323			UT	011		
5783483	The Cove at Hidden Valley	the-cove-at-hidden-valley	US		0	America/Denver	40.53578	-111.82049	1500			UT	035		
5783484	The Downs	the-downs	US		0	America/Denver	40.60967	-111.84493	1388			UT	035		
5783488	The Groves	the-groves	US		0	America/Denver	40.81828	-111.72604	2140	Groves Subdivision,The Groves		UT	035		
5783489	The Heights Condominium	the-heights-condominium	US		0	America/Denver	41.21022	-111.93272	1447			UT	057		
5783490	The Hermitage	the-hermitage	US		0	America/Denver	41.25328	-111.87633	1448			UT	057		
5783491	The Hills Subdivisions	the-hills-subdivisions	US		0	America/Denver	40.90383	-111.86605	1360			UT	011		
5783492	The Hillsite Addition	the-hillsite-addition	US		0	America/Denver	41.17106	-112.02439	1384			UT	057		
5783493	The Horse Store	the-horse-store	US		0	America/Denver	40.55273	-111.9391	1354			UT	035		
5783494	The Maryland Condominium	the-maryland-condominium	US		0	America/Denver	40.76967	-111.8666	1352			UT	035		
5783495	The Meadows	the-meadows	US		0	America/Denver	41.07661	-111.94383	1382			UT	011		
5783496	The Meadows Condominium	the-meadows-condominium	US		0	America/Denver	41.1605	-111.9355	1470			UT	057		
5783497	The Meadows East PRUD	the-meadows-east-prud	US		0	America/Denver	41.16105	-111.93355	1477			UT	057		
5783498	The Meadows PRUD	the-meadows-prud	US		0	America/Denver	41.16022	-111.93383	1470			UT	057		
5783499	The Mills	the-mills	US		0	America/Denver	40.87161	-111.91355	1300			UT	011		
5783500	The Oaks	the-oaks	US		0	America/Denver	40.60134	-111.82854	1417			UT	035		
5783501	The Oaks at Mutton Hollow	the-oaks-at-mutton-hollow	US		0	America/Denver	41.05967	-111.91827	1436			UT	011		
5783502	The Oakwoods	the-oakwoods	US		0	America/Denver	40.57495	-111.79882	1580			UT	035		
5783503	The Orchard	the-orchard	US		0	America/Denver	41.03244	-111.91744	1379	The Orchard,The Orchards Subdivision		UT	011		
5783504	The Orchard at Uintah	the-orchard-at-uintah	US		0	America/Denver	41.14161	-111.93439	1370			UT	057		
5783505	The Parsons Place	the-parsons-place	US		0	America/Denver	41.12744	-112.04605	1357			UT	011		
5783506	The Pines	the-pines	US		0	America/Denver	40.92828	-111.88688	1291	Pines Subdivision,The Pines		UT	011		
5783511	The Sultan	the-sultan	US		0	America/Denver	40.64106	-111.89688	1319	Sultan Subdivision,The Sultan		UT	035		
5783512	The Sultan Valley Downs	the-sultan-valley-downs	US		0	America/Denver	40.70439	-111.99911	1297			UT	035		
5783514	The Terraces Condominium	the-terraces-condominium	US		0	America/Denver	40.73078	-111.89244	1294			UT	035		
5783515	The Terraces of Rose Park Condominium	the-terraces-of-rose-park-condominium	US		0	America/Denver	40.78411	-111.92633	1287	Terraces of Rose Park Condominium,The Terraces of Rose Park Condominium		UT	035		
5783517	The Villa Granade Condominium	the-villa-granade-condominium	US		0	America/Denver	40.7755	-111.89383	1336	The Villa Granade Condominium,Villa Granada Condominium		UT	035		
5783519	The Willowbrook Condominium	the-willowbrook-condominium	US		0	America/Denver	40.65439	-111.87632	1312			UT	035		
5783520	The Wilshire Condo	the-wilshire-condo	US		0	America/Denver	40.75967	-111.86299	1343	The Wilshire Condo,Wilshire Condominium		UT	035		
5783521	The Wood	the-wood	US		0	America/Denver	40.58995	-111.96799	1382			UT	035		
5783522	The Woodlands Business Park	the-woodlands-business-park	US		0	America/Denver	40.68467	-111.87021	1309			UT	035		
5783538	Thirteenth Avenue	thirteenth-avenue	US		0	America/Denver	40.78383	-111.86799	1494			UT	035		
5783539	Thirteenth South	thirteenth-south	US		0	America/Denver	40.87661	-111.88077	1354			UT	011		
5783541	Third and M Townhouse Condominium	third-and-m-townhouse-condominium	US		0	America/Denver	40.773	-111.86521	1375			UT	035		
5783548	Thomas Estates	thomas-estates	US		0	America/Denver	40.66245	-111.95633	1328			UT	035		
5783550	Thomas L Williams Estates	thomas-l-williams-estates	US		0	America/Denver	41.23217	-111.97216	1310			UT	057		
5783554	Thompson Acres	thompson-acres	US		0	America/Denver	40.68411	-112.01799	1347			UT	035		
5783556	Thomas Gardens	thomas-gardens	US		0	America/Denver	40.70272	-112.0955	1322			UT	035		
5783562	Thompson and Dieters	thompson-and-dieters	US		0	America/Denver	41.21272	-111.95522	1353			UT	057		
5783564	Thorn	thorn	US		0	America/Denver	40.74606	-111.89521	1290			UT	035		
5783566	Thompson Gardens	thompson-gardens	US		0	America/Denver	41.16994	-112.02855	1382			UT	057		
5783570	Thornleys	thornleys	US		0	America/Denver	41.103	-112.01272	1370			UT	011		
5783572	Thorup Estates	thorup-estates	US		0	America/Denver	40.70467	-111.97327	1297			UT	035		
5783581	Three Fountains Bountiful Condominium	three-fountains-bountiful-condominium	US		0	America/Denver	40.88217	-111.87438	1361			UT	011		
5783582	Three Fountains East Condominium	three-fountains-east-condominium	US		0	America/Denver	40.62773	-111.86327	1347			UT	035		
5783583	Three Fountains Manor House Condominium	three-fountains-manor-house-condominium	US		0	America/Denver	40.66384	-111.87105	1318			UT	035		
5783584	Three Fountains North Ogden Condominium	three-fountains-north-ogden-condominium	US		0	America/Denver	41.30328	-111.97022	1330			UT	057		
5783587	Three Fountains Young American Family Condominium	three-fountains-young-american-family-condominium	US		0	America/Denver	40.66161	-111.86993	1320			UT	035		
5783594	Three Fountains Townhomes and Manor Houses	three-fountains-townhomes-and-manor-houses	US		0	America/Denver	40.66217	-111.86743	1321			UT	035		
5783608	Thurgood Estates	thurgood-estates	US		0	America/Denver	41.12078	-112.06633	1331			UT	011		
5783612	Tibbitts	tibbitts	US		0	America/Denver	41.17439	-111.98911	1393			UT	057		
5783619	Tidewater Village Condominium	tidewater-village-condominium	US		0	America/Denver	40.6655	-111.85355	1317			UT	035		
5783624	Tiffany Park	tiffany-park	US		0	America/Denver	41.06939	-111.91966	1441			UT	011		
5783627	Timber Lakes	timber-lakes	US		607	America/Denver	40.47329	-111.24767	2352			UT	051		
5783634	Timp View Plat A,B,C,D	timp-view-plat-a-b-c-d	US		0	America/Denver	40.518	-111.94882	1364			UT	035		
5783644	Timpie	timpie	US		0	America/Denver	40.74744	-112.65663	1287	Rowley Junction,Timpie		UT	045		
5783654	Tingleys Addition	tingleys-addition	US		0	America/Denver	40.66522	-111.88577	1312			UT	035		
5783715	Top of the World	top-of-the-world	US		0	America/Denver	40.59939	-111.79243	1578			UT	035		
5783716	Topliff	topliff	US		0	America/Denver	40.15606	-112.21272	1560			UT	045		
5783720	Torry Pines	torry-pines	US		0	America/Denver	40.57134	-111.87966	1375			UT	035		
5783723	Tower Hill Condominium	tower-hill-condominium	US		0	America/Denver	40.77633	-111.88383	1391			UT	035		
5783725	Town and Country Estates	town-and-country-estates	US		0	America/Denver	41.18522	-112.05216	1315			UT	057		
5783727	Towncrest Terrace	towncrest-terrace	US		0	America/Denver	40.62245	-111.82854	1398			UT	035		
5783729	Towne and Country Village	towne-and-country-village	US		0	America/Denver	40.61106	-111.80771	1504			UT	035		
5783730	Townhouse Condominium	townhouse-condominium	US		0	America/Denver	41.06217	-111.95772	1334	Courtyard Townhome Condominiums Phase 2,Townhouse Condominium		UT	011		
5783731	Townside Park	townside-park	US		0	America/Denver	41.25272	-111.96466	1315			UT	057		
5783756	Transwest Estates	transwest-estates	US		0	America/Denver	40.54384	-111.84938	1458			UT	035		
5783757	Transwest Hollow	transwest-hollow	US		0	America/Denver	40.66384	-111.96688	1339			UT	035		
5783758	Transwest Village	transwest-village	US		0	America/Denver	40.55745	-111.88771	1350			UT	035		
5783763	Tree Farm Estates	tree-farm-estates	US		0	America/Denver	40.59939	-111.80021	1530			UT	035		
5783774	Tresend	tresend	US		0	America/Denver	41.22076	-112.76053	1283			UT	003		
5783775	Trevi Towers Condominium	trevi-towers-condominium	US		0	America/Denver	40.77467	-111.89327	1332			UT	035		
5783776	Tri Oaks	tri-oaks	US		0	America/Denver	41.10661	-111.92161	1504			UT	011		
5783778	Tri-S Village Estates	tri-s-village-estates	US		0	America/Denver	41.17355	-112.10772	1292	Tri S Village Estates,Tri-S Village Estates		UT	057		
5783780	Triad Center	triad-center	US		0	America/Denver	40.77106	-111.90049	1305			UT	035		
5783813	Tubbs	tubbs	US		0	America/Denver	41.14633	-112.06967	1314			UT	011		
5783818	Tullis Addition	tullis-addition	US		0	America/Denver	41.15994	-112.03855	1355			UT	057		
5783824	Turf park	turf-park	US		0	America/Denver	41.18439	-111.99939	1327			UT	057		
5783825	Turley	turley	US		0	America/Denver	40.70828	-111.99105	1297			UT	035		
5783830	Turramurra Lodge Condominiums	turramurra-lodge-condominiums	US		0	America/Denver	40.57773	-111.67298	2382			UT	035		
5783839	Twenty-seventh Street Condo	twenty-seventh-street-condo	US		0	America/Denver	40.65967	-111.95688	1332			UT	035		
5783846	Twin Creek Estates	twin-creek-estates	US		0	America/Denver	41.04217	-111.92716	1368			UT	011		
5783847	Twin Hollows	twin-hollows	US		0	America/Denver	40.90133	-111.86188	1415			UT	011		
5783867	Twin Peaks Circle	twin-peaks-circle	US		0	America/Denver	40.65467	-111.86271	1325			UT	035		
5783868	Twin Peaks Condominium	twin-peaks-condominium	US		0	America/Denver	40.60828	-111.79993	1532			UT	035		
5783876	Twin Willows	twin-willows	US		0	America/Denver	40.64439	-111.90771	1317			UT	035		
5783877	Twins at Little Willow	twins-at-little-willow	US		0	America/Denver	40.55884	-111.88521	1354			UT	035		
5783878	Twins of Arden	twins-of-arden	US		0	America/Denver	40.65634	-112.02244	1441			UT	035		
5783882	Two Pines Condominium	two-pines-condominium	US		0	America/Denver	40.68745	-111.93133	1296			UT	035		
5783914	Uintah	uintah	US		1328	America/Denver	41.14411	-111.92327	1383	East Weber,Easton,Juinta,Uinta,Uintah,you yin ta,ywnyta  ywta,ywyntah,Јуинта,Юинта,يوينتاه,یونیتا، یوتا,尤因塔		UT	057		
5783921	Uintah Highlands	uintah-highlands	US		0	America/Denver	41.15605	-111.92772	1471	Uintah Highlands,Uintah-Highlands Subdivision		UT	057		
5783923	Uintah Junction	uintah-junction	US		0	America/Denver	41.13967	-111.91494	1379			UT	057		
5783930	Uintah Village	uintah-village	US		0	America/Denver	41.15717	-111.93605	1467			UT	057		
5783945	Union Plat	union-plat	US		0	America/Denver	40.61967	-111.86049	1361			UT	035		
5783947	Union Square	union-square	US		0	America/Denver	40.57967	-111.87299	1378			UT	035		
5783948	Union View	union-view	US		0	America/Denver	40.61773	-111.84743	1391			UT	035		
5783949	Unionwood Place	unionwood-place	US		0	America/Denver	40.61023	-111.8791	1350			UT	035		
5783953	Ulrich	ulrich	US		0	America/Denver	40.67439	-111.97022	1332			UT	035		
5783962	University Heights	university-heights	US		0	America/Denver	41.21106	-111.94439	1399			UT	057		
5783968	University Place Addition	university-place-addition	US		0	America/Denver	41.203	-111.93494	1444			UT	057		
5783969	University Village	university-village	US		0	America/Denver	40.75272	-111.83466	1442			UT	035		
5783973	Upalco	upalco	US		0	America/Denver	40.27801	-110.21821	1755	Lake Fork,Upalco		UT	013		
5784018	Urban Estates Mobile	urban-estates-mobile	US		0	America/Denver	41.26606	-111.98272	1302			UT	057		
5784030	Utah Labor Center Condominium	utah-labor-center-condominium	US		0	America/Denver	40.72134	-111.93827	1293			UT	035		
5784038	Utah Southern Addition	utah-southern-addition	US		0	America/Denver	40.738	-111.93716	1288			UT	035		
5784051	Utahn	utahn	US		0	America/Denver	40.27107	-110.4321	1789			UT	013		
5784052	Utahna	utahna	US		0	America/Denver	40.73856	-111.92438	1290			UT	035		
5784053	Utahna Murray	utahna-murray	US		0	America/Denver	40.64523	-111.89438	1319			UT	035		
5784055	Ute Circle	ute-circle	US		0	America/Denver	40.65995	-111.86882	1319			UT	035		
5784062	Utida	utida	US		0	America/Boise	41.99909	-111.97523	1411			UT	005		
5784063	Utley	utley	US		0	America/Denver	40.63467	-111.61076	2406			UT	035		
5784065	Vae View	vae-view	US		0	America/Denver	41.08717	-112.00355	1354			UT	011		
5784067	Val De Neige	val-de-neige	US		0	America/Denver	40.60134	-111.82354	1425			UT	035		
5784068	Val Mar	val-mar	US		0	America/Denver	40.90078	-111.87022	1341			UT	011		
5784069	Val Verda	val-verda	US		0	America/Denver	40.8555	-111.89299	1370			UT	011		
5784070	Val Verda Condominium	val-verda-condominium	US		0	America/Denver	40.85883	-111.89355	1358			UT	011		
5784071	Val Verda Heights	val-verda-heights	US		0	America/Denver	40.86078	-111.88133	1400			UT	011		
5784072	Val Vista	val-vista	US		0	America/Denver	40.85745	-111.8841	1407			UT	011		
5784073	Val-Jo	val-jo	US		0	America/Denver	41.17189	-112.053	1326			UT	057		
5784074	Valaire	valaire	US		0	America/Denver	40.63328	-111.93188	1329			UT	035		
5784077	Valerie	valerie	US		0	America/Denver	40.86356	-111.8891	1359			UT	011		
5784078	Valhalla Estates	valhalla-estates	US		0	America/Denver	41.09772	-112.00272	1374			UT	011		
5784079	Valle Grande Condominium	valle-grande-condominium	US		0	America/Denver	41.24078	-111.95133	1325			UT	057		
5784080	Valle Grande East Condominium	valle-grande-east-condominium	US		0	America/Denver	41.23939	-111.94966	1324			UT	057		
5784081	Vallee Villa	vallee-villa	US		0	America/Denver	41.05189	-111.93577	1354			UT	011		
5784085	Valley Center Number 2	valley-center-number-2	US		0	America/Denver	40.64356	-111.89549	1320			UT	035		
5784087	Valley Crest Estates	valley-crest-estates	US		0	America/Denver	40.60273	-111.87716	1364			UT	035		
5784089	Valley Down	valley-down	US		0	America/Denver	40.70578	-111.99133	1297			UT	035		
5784090	Valley Down Two	valley-down-two	US		0	America/Denver	40.6855	-111.99216	1320			UT	035		
5784091	Valley Estates	valley-estates	US		0	America/Denver	40.70689	-111.97022	1296			UT	035		
5784092	Valley Fair Estates	valley-fair-estates	US		0	America/Denver	40.6505	-111.86188	1327			UT	035		
5784094	Valley Green Estates	valley-green-estates	US		0	America/Denver	41.21744	-112.07855	1301			UT	057		
5784095	Valley Heights Twin Home Condo	valley-heights-twin-home-condo	US		0	America/Denver	40.6605	-111.9766	1360			UT	035		
5784096	Valley Hi	valley-hi	US		0	America/Denver	41.10328	-111.92439	1491			UT	011		
5784097	Valley High	valley-high	US		0	America/Denver	40.62939	-111.95216	1352			UT	035		
5784099	Valley Home View	valley-home-view	US		0	America/Denver	40.67995	-111.96994	1321			UT	035		
5784102	Valley Lake Estates	valley-lake-estates	US		0	America/Denver	41.24772	-111.78577	1508			UT	057		
5784104	Valley Park Estates	valley-park-estates	US		0	America/Denver	41.1355	-112.038	1362			UT	011		
5784107	Valley Ridge	valley-ridge	US		0	America/Denver	40.60661	-111.85021	1412			UT	035		
5784109	Valley Side	valley-side	US		0	America/Denver	40.84467	-111.90299	1351			UT	011		
5784110	Valley Side	valley-side	US		0	America/Denver	41.1705	-112.01133	1361			UT	057		
5784111	Valley Side Circle	valley-side-circle	US		0	America/Denver	40.84495	-111.90494	1339			UT	011		
5784114	Valley Terrace Condominium	valley-terrace-condominium	US		0	America/Denver	41.23328	-111.94605	1367			UT	057		
5784117	Valley View Acres	valley-view-acres	US		0	America/Denver	41.18272	-112.03911	1365			UT	057		
5784118	Valley View Addition	valley-view-addition	US		0	America/Denver	41.23244	-111.95244	1348			UT	057		
5784120	Valley View Heights	valley-view-heights	US		0	America/Denver	40.91717	-111.86688	1381			UT	011		
5784122	Valley View Park	valley-view-park	US		0	America/Denver	40.6505	-112.01772	1438			UT	035		
5784126	Valley West	valley-west	US		0	America/Denver	40.59023	-111.98049	1399			UT	035		
5784128	Valley West Estates	valley-west-estates	US		0	America/Denver	41.27355	-112.02716	1293			UT	057		
5784129	Valley West Estates Numbe Two	valley-west-estates-numbe-two	US		0	America/Denver	41.27717	-112.02716	1293			UT	057		
5784130	Valley West Ranches	valley-west-ranches	US		0	America/Denver	41.11772	-112.07578	1320			UT	011		
5784135	Valleywest	valleywest	US		0	America/Denver	41.16772	-112.04189	1354			UT	057		
5784137	Van Dyke and Willey Condominium	van-dyke-and-willey-condominium	US		0	America/Denver	40.8955	-111.89133	1310			UT	011		
5784140	Van Orden Heights	van-orden-heights	US		0	America/Denver	40.893	-111.86827	1368			UT	011		
5784141	Van Ross Estates	van-ross-estates	US		0	America/Denver	40.54828	-111.95577	1375			UT	035		
5784142	Vantage Park	vantage-park	US		0	America/Denver	41.03883	-111.95189	1312			UT	011		
5784145	Vega Park	vega-park	US		0	America/Denver	40.69995	-112.07633	1321			UT	035		
5784146	Vegas	vegas	US		0	America/Denver	40.67828	-111.83216	1365			UT	035		
5784147	Velasquez	velasquez	US		0	America/Denver	40.693	-111.89771	1297			UT	035		
5784148	Velbar	velbar	US		0	America/Denver	40.668	-111.9516	1315			UT	035		
5784149	Venier	venier	US		0	America/Denver	40.61884	-111.84188	1387			UT	035		
5784150	Vera Lee	vera-lee	US		0	America/Denver	41.03244	-111.9355	1331			UT	011		
5784152	Vern G Taylor	vern-g-taylor	US		0	America/Denver	41.19217	-112.123	1286			UT	057		
5784172	Vesticor	vesticor	US		0	America/Denver	41.26244	-111.94633	1371			UT	057		
5784177	Victoria Meadow Condo	victoria-meadow-condo	US		0	America/Denver	40.61273	-111.81827	1462			UT	035		
5784179	Victoria Place	victoria-place	US		0	America/Denver	40.77217	-111.85299	1417			UT	035		
5784180	Victorian Condominium	victorian-condominium	US		0	America/Denver	40.77328	-111.86966	1369			UT	035		
5784181	Victorian Oaks	victorian-oaks	US		0	America/Denver	41.10411	-111.92494	1493			UT	011		
5784183	Victory Park	victory-park	US		0	America/Denver	41.05772	-111.97161	1323			UT	011		
5784184	Victory Village	victory-village	US		0	America/Denver	40.72856	-111.89549	1293			UT	035		
5784185	View Condominiums	view-condominiums	US		0	America/Denver	40.58328	-111.64937	2556			UT	035		
5784186	View Heights	view-heights	US		0	America/Denver	41.06105	-111.948	1339			UT	011		
5784187	Viewcrest Park	viewcrest-park	US		0	America/Denver	40.61661	-111.83966	1409			UT	035		
5784188	Viewmont Circle	viewmont-circle	US		0	America/Denver	40.66134	-111.82327	1351			UT	035		
5784189	Viewmont Condominium	viewmont-condominium	US		0	America/Denver	40.66328	-111.82966	1341			UT	035		
5784193	Viking Estates	viking-estates	US		0	America/Denver	40.51939	-111.9641	1385			UT	035		
5784194	Villa	villa	US		0	America/Denver	40.87467	-111.88105	1355			UT	011		
5784195	Villa Del Sol	villa-del-sol	US		0	America/Denver	40.58884	-111.85077	1436			UT	035		
5784196	Villa Marie	villa-marie	US		0	America/Denver	40.67634	-111.8716	1311			UT	035		
5784197	Villa Montaige Condominium	villa-montaige-condominium	US		0	America/Denver	40.76022	-111.93105	1288			UT	035		
5784198	Villa Moritz	villa-moritz	US		0	America/Denver	41.14217	-112.02716	1383			UT	011		
5784199	Villa Nova Condominium	villa-nova-condominium	US		0	America/Denver	40.86967	-111.88744	1351			UT	011		
5784201	Villa Vista	villa-vista	US		0	America/Denver	41.093	-112.05022	1319			UT	011		
5784202	Village Gardens	village-gardens	US		0	America/Denver	40.67217	-111.89216	1307			UT	035		
5784203	Village Green	village-green	US		0	America/Denver	41.0755	-111.93939	1390			UT	011		
5784206	Village Three Condominium	village-three-condominium	US		0	America/Denver	40.64217	-111.84799	1341			UT	035		
5784207	Village Two Condo	village-two-condo	US		0	America/Denver	40.68078	-111.95522	1306			UT	035		
5784208	Villas La Montagne	villas-la-montagne	US		0	America/Denver	40.57245	-111.7966	1572			UT	035		
5784209	Villas of Country Lane	villas-of-country-lane	US		0	America/Denver	40.67356	-111.86132	1320			UT	035		
5784213	Vineyard	vineyard	US		0	America/Denver	40.89022	-111.85077	1507			UT	011		
5784214	Vineyard Condominium	vineyard-condominium	US		0	America/Denver	40.84911	-111.90133	1342			UT	011		
5784215	Vineyard Glen	vineyard-glen	US		0	America/Denver	40.58717	-111.85077	1436			UT	035		
5784219	Virginia Heights	virginia-heights	US		0	America/Denver	40.77911	-111.85271	1485			UT	035		
5784220	Virginia Square Condo	virginia-square-condo	US		0	America/Denver	40.623	-111.82716	1398			UT	035		
5784221	Vista Plat	vista-plat	US		0	America/Denver	40.58495	-111.97855	1408			UT	035		
5784223	Vista Ventes	vista-ventes	US		0	America/Denver	40.62439	-111.84493	1377			UT	035		
5784224	Vista Village	vista-village	US		0	America/Denver	40.67884	-111.86771	1313			UT	035		
5784225	Vistaview	vistaview	US		0	America/Denver	40.88689	-111.85883	1436			UT	011		
5784227	Vivian Park	vivian-park	US		0	America/Denver	40.35496	-111.57408	1585			UT	049		
5784229	Vogue Park	vogue-park	US		0	America/Denver	40.72967	-111.89549	1293			UT	035		
5784231	W S Butler	w-s-butler	US		0	America/Denver	41.32105	-111.97078	1417			UT	057		
5784233	Wade Park	wade-park	US		0	America/Denver	41.20356	-111.95272	1366			UT	057		
5784235	Vine Street East Condominium	vine-street-east-condominium	US		0	America/Denver	40.63884	-111.86049	1334			UT	035		
5784240	Wagon Wheel Trailer Park	wagon-wheel-trailer-park	US		0	America/Denver	40.15968	-111.61047	1398			UT	049		
5784241	Wagstaff Acres	wagstaff-acres	US		0	America/Denver	40.66967	-111.83577	1344			UT	035		
5784245	Wahsatch	wahsatch	US		0	America/Denver	41.19911	-111.11296	2080			UT	043		
5784248	Walden Glen	walden-glen	US		0	America/Denver	40.65161	-111.92716	1301			UT	035		
5784249	Walden Hills	walden-hills	US		0	America/Denver	40.65106	-111.91855	1301			UT	035		
5784250	Walden Park	walden-park	US		0	America/Denver	40.65022	-111.92299	1302			UT	035		
5784251	Walden Ridge	walden-ridge	US		0	America/Denver	40.64606	-111.91744	1314			UT	035		
5784254	Walker Estates	walker-estates	US		0	America/Denver	40.52773	-111.95494	1371			UT	035		
5784265	Wall Street Condominium	wall-street-condominium	US		0	America/Denver	40.78411	-111.89466	1332			UT	035		
5784268	Walkers	walkers	US		0	America/Denver	40.7505	-111.8966	1290			UT	035		
5784269	Wallace Lane Condominium	wallace-lane-condominium	US		0	America/Denver	40.66578	-111.80604	1458			UT	035		
5784275	Walnut Brook	walnut-brook	US		0	America/Denver	40.64661	-111.87216	1321			UT	035		
5784277	Walnut Hill Addition	walnut-hill-addition	US		0	America/Denver	41.25772	-111.97633	1305			UT	057		
5784278	Walnut Hills	walnut-hills	US		0	America/Denver	40.64078	-112.03077	1482			UT	035		
5784282	Wallace Heights	wallace-heights	US		0	America/Denver	40.57911	-111.8966	1355			UT	035		
5784285	Wanda Kay Estates	wanda-kay-estates	US		0	America/Denver	40.61939	-111.88466	1339			UT	035		
5784287	Wane/Match	wane-match	US		0	America/Denver	40.6855	-112.02522	1350			UT	035		
5784289	Wannock	wannock	US		0	America/Denver	40.68272	-111.96105	1313			UT	035		
5784292	Wander Village	wander-village	US		0	America/Denver	40.66467	-111.8116	1392			UT	035		
5784297	Wanship	wanship	US		400	America/Denver	40.81189	-111.40742	1794			UT	043		
5784322	Warranty	warranty	US		0	America/Denver	40.64106	-111.84049	1347			UT	035		
5784323	Warranty	warranty	US		0	America/Denver	40.62689	-111.87327	1344			UT	035		
5784344	Warrwood	warrwood	US		0	America/Denver	40.69995	-111.97577	1298			UT	035		
5784346	Wasatch Gardens	wasatch-gardens	US		0	America/Denver	41.20911	-111.94661	1387			UT	057		
5784350	Wasatch Hills Addition	wasatch-hills-addition	US		0	America/Denver	41.18522	-111.96411	1391			UT	057		
5784359	Wasatch Oaks Condominium	wasatch-oaks-condominium	US		0	America/Denver	40.59995	-111.79465	1549			UT	035		
5784361	Wasatch Resort	wasatch-resort	US		0	America/Denver	40.57023	-111.76104	1721			UT	035		
5784367	Wasatch View Acres	wasatch-view-acres	US		0	America/Denver	40.5905	-111.9616	1371			UT	035		
5784368	Wasatch Village	wasatch-village	US		0	America/Denver	40.63884	-111.85799	1335			UT	035		
5784369	Wasatch Village Two and Three	wasatch-village-two-and-three	US		0	America/Denver	40.63773	-111.85577	1337			UT	035		
5784371	Washakie	washakie	US		0	America/Denver	41.94409	-112.21718	1335			UT	003		
5784376	Washington Avenue Addition	washington-avenue-addition	US		0	America/Denver	41.27855	-111.97355	1315			UT	057		
5784383	Washington Square	washington-square	US		0	America/Denver	40.5805	-111.87521	1375			UT	035		
5784384	Washington Terrace	washington-terrace	US		9157	America/Denver	41.17272	-111.97661	1405			UT	057		
5784385	Washington Terrace Parcel H	washington-terrace-parcel-h	US		0	America/Denver	41.17078	-111.98939	1403			UT	057		
5784388	Wasatch Heights	wasatch-heights	US		0	America/Denver	41.07078	-111.95494	1352			UT	011		
5784392	Watchwood	watchwood	US		0	America/Denver	40.67967	-111.95077	1304			UT	035		
5784409	Waterbury Condominium	waterbury-condominium	US		0	America/Denver	40.64661	-111.84827	1331			UT	035		
5784414	Waterloo Addition	waterloo-addition	US		0	America/Denver	40.73578	-111.88105	1299			UT	035		
5784420	Watkins Addition	watkins-addition	US		0	America/Denver	40.73939	-111.87521	1300			UT	035		
5784421	Wayland Station at Old Farm Condo	wayland-station-at-old-farm-condo	US		0	America/Denver	40.68411	-111.87243	1305			UT	035		
5784422	Waymark	waymark	US		0	America/Denver	40.69578	-111.81466	1430			UT	035		
5784423	Wayne Cooper	wayne-cooper	US		0	America/Denver	40.89189	-111.88966	1319			UT	011		
5784429	Webbs	webbs	US		0	America/Denver	41.22189	-111.99078	1320			UT	057		
5784435	Webb and Palmers Addition	webb-and-palmers-addition	US		0	America/Denver	40.74106	-111.8841	1295			UT	035		
5784436	Weber Club A Condominium	weber-club-a-condominium	US		0	America/Denver	41.22078	-111.95216	1352			UT	057		
5784453	Wedells Five Point Addition	wedells-five-point-addition	US		0	America/Denver	41.25883	-111.97355	1307			UT	057		
5784455	Weber View	weber-view	US		0	America/Denver	41.31578	-111.98494	1341			UT	057		
5784458	Wedgewood Willows Condo	wedgewood-willows-condo	US		0	America/Denver	40.69495	-111.8841	1301			UT	035		
5784460	Weese Addition	weese-addition	US		0	America/Denver	41.24856	-111.95439	1347			UT	057		
5784462	Welby	welby	US		0	America/Denver	40.588	-111.99133	1420			UT	035		
5784463	Welby Avenue	welby-avenue	US		0	America/Denver	40.70661	-111.8841	1297			UT	035		
5784471	Wellington Circle	wellington-circle	US		0	America/Denver	40.67217	-111.83799	1343			UT	035		
5784475	Wellington Addition	wellington-addition	US		0	America/Denver	40.7355	-111.88188	1299			UT	035		
5784487	Wen Dale Park	wen-dale-park	US		0	America/Denver	41.18494	-112.00494	1334			UT	057		
5784488	Wenco Acres	wenco-acres	US		0	America/Denver	40.7355	-111.9216	1289			UT	035		
5784489	Wenco Condominium	wenco-condominium	US		0	America/Denver	40.73522	-111.92105	1289			UT	035		
5784490	Wendell Circle	wendell-circle	US		0	America/Denver	40.693	-111.87938	1304			UT	035		
5784491	Wendell Way	wendell-way	US		0	America/Denver	40.69245	-111.87855	1303			UT	035		
5784499	Wescall	wescall	US		0	America/Denver	40.58273	-111.98244	1415			UT	035		
5784503	West Boulevard	west-boulevard	US		0	America/Denver	40.74439	-111.89521	1289			UT	035		
5784504	West Bountiful	west-bountiful	US		5511	America/Denver	40.89383	-111.90188	1301			UT	011		
5784520	West Drive	west-drive	US		0	America/Denver	40.74661	-111.89521	1290			UT	035		
5784537	West Gate Addition	west-gate-addition	US		0	America/Denver	41.10856	-112.0105	1387			UT	011		
5784539	West Grand View	west-grand-view	US		0	America/Denver	40.73272	-111.86132	1324			UT	035		
5784545	West Hills Number 2	west-hills-number-2	US		0	America/Denver	40.67967	-112.03661	1376			UT	035		
5784556	West Kaysville	west-kaysville	US		0	America/Denver	41.03883	-111.97244	1305			UT	011		
5784562	West Layton	west-layton	US		0	America/Denver	41.06022	-111.99883	1314			UT	011		
5784565	West Hunter	west-hunter	US		0	America/Denver	40.69383	-112.06244	1328			UT	035		
5784568	West Mercur	west-mercur	US		0	America/Denver	40.31467	-112.27828	1727			UT	045		
5784572	West Mountain	west-mountain	US		1186	America/Denver	40.06079	-111.78827	1386			UT	049		
5784577	West Ogden	west-ogden	US		0	America/Denver	41.223	-111.99133	1319			UT	057		
5784578	West Ogden Heights	west-ogden-heights	US		0	America/Denver	41.22189	-111.99966	1323			UT	057		
5784586	West Ogden Addition	west-ogden-addition	US		0	America/Denver	41.22161	-111.99355	1322			UT	057		
5784587	West Portal	west-portal	US		0	America/Denver	40.16107	-111.25045	2275			UT	049		
5784591	West Property	west-property	US		0	America/Denver	41.30189	-112.03022	1299			UT	057		
5784594	West River Estates	west-river-estates	US		0	America/Denver	40.57689	-111.92494	1328			UT	035		
5784595	West Salt Lake	west-salt-lake	US		0	America/Denver	40.79078	-111.98049	1286			UT	035		
5784599	West Side Estates	west-side-estates	US		0	America/Denver	41.24522	-112.10522	1291			UT	057		
5784602	West Sunset View Estates	west-sunset-view-estates	US		0	America/Denver	41.08272	-112.06994	1299			UT	011		
5784603	West Temple Addition	west-temple-addition	US		0	America/Denver	40.73828	-111.89521	1293			UT	035		
5784609	West View Park	west-view-park	US		0	America/Denver	41.18661	-112.02883	1365			UT	057		
5784612	West Weber	west-weber	US		0	America/Denver	41.24883	-112.07827	1292	Alma,Garland,West Weber		UT	057		
5784618	West Woods Mobile Homes PUD	west-woods-mobile-homes-pud	US		0	America/Denver	40.88272	-111.91716	1293			UT	011		
5784622	Westbrook Estates	westbrook-estates	US		0	America/Denver	40.69745	-111.96522	1297			UT	035		
5784623	Westbrook Park	westbrook-park	US		0	America/Denver	40.70828	-111.97383	1296			UT	035		
5784625	Westcove	westcove	US		0	America/Denver	40.67134	-111.96522	1326			UT	035		
5784627	Western Acres	western-acres	US		0	America/Denver	40.69467	-111.98411	1304			UT	035		
5784630	Western Charm	western-charm	US		0	America/Denver	40.50273	-111.9441	1358			UT	035		
5784634	Western Pacific Addition	western-pacific-addition	US		0	America/Denver	40.71995	-111.92383	1290			UT	035		
5784635	Western Park	western-park	US		0	America/Denver	40.71022	-111.96216	1293			UT	035		
5784636	Western Park	western-park	US		0	America/Denver	40.63578	-111.89105	1325			UT	035		
5784639	Western Sun	western-sun	US		0	America/Denver	40.70189	-112.07022	1311			UT	035		
5784640	Western Willows Cluster	western-willows-cluster	US		0	America/Denver	41.17078	-112.08994	1295			UT	057		
5784641	Westfold	westfold	US		0	America/Denver	40.53578	-111.95549	1369			UT	035		
5784643	Westglen Village Condominium	westglen-village-condominium	US		0	America/Denver	40.69245	-111.94716	1297			UT	035		
5784645	Westlake Business Park	westlake-business-park	US		0	America/Denver	40.71467	-111.98077	1295			UT	035		
5784651	Westminster Heights	westminster-heights	US		0	America/Denver	40.72772	-111.84938	1361			UT	035		
5784652	Westminster Park	westminster-park	US		0	America/Denver	40.73189	-111.85216	1359			UT	035		
5784654	Westmond Condominium	westmond-condominium	US		0	America/Denver	41.11161	-112.05411	1332	Westmond Condominium,Westmont Condominium		UT	011		
5784656	Westmoreland Place	westmoreland-place	US		0	America/Denver	40.74022	-111.84632	1395			UT	035		
5784658	Westpointe	westpointe	US		0	America/Denver	40.79856	-111.94661	1284			UT	035		
5784659	Westridge	westridge	US		0	America/Denver	40.70161	-112.00049	1298			UT	035		
5784660	Westridge	westridge	US		0	America/Denver	41.17883	-112.03578	1370			UT	057		
5784668	Westview Terrace	westview-terrace	US		0	America/Denver	40.65217	-112.01633	1436			UT	035		
5784669	Westward Terrace	westward-terrace	US		0	America/Denver	40.69245	-112.00855	1314			UT	035		
5784672	Westwood Acres	westwood-acres	US		0	America/Denver	40.68634	-111.97938	1315			UT	035		
5784673	Westwood Estates	westwood-estates	US		0	America/Denver	41.11439	-112.048	1340			UT	011		
5784674	Westwood Estates	westwood-estates	US		0	America/Denver	40.68411	-111.97938	1319			UT	035		
5784675	Westwood Manor Plat One	westwood-manor-plat-one	US		0	America/Denver	41.32772	-111.99744	1401			UT	057		
5784676	Westwood Manor Plat Two	westwood-manor-plat-two	US		0	America/Denver	41.32328	-112.00022	1367			UT	057		
5784677	Westwood Park	westwood-park	US		0	America/Denver	40.72661	-111.89521	1293			UT	035		
5784678	Westwood Ranchettes	westwood-ranchettes	US		0	America/Denver	40.6255	-111.95966	1358			UT	035		
5784679	Westwood Village	westwood-village	US		0	America/Denver	40.68467	-111.98383	1319			UT	035		
5784684	Whalons Addition	whalons-addition	US		0	America/Denver	40.75245	-111.92383	1291			UT	035		
5784685	Wheadon Acres	wheadon-acres	US		0	America/Denver	40.5605	-111.96299	1399			UT	035		
5784693	Wheatridge Estates	wheatridge-estates	US		0	America/Denver	41.16439	-112.06328	1314			UT	057		
5784701	Wheeler Village Unit One	wheeler-village-unit-one	US		0	America/Denver	41.30383	-112.07967	1292			UT	057		
5784702	Wheeler Village Unit Two	wheeler-village-unit-two	US		0	America/Denver	41.29716	-112.07966	1292			UT	057		
5784703	Wheelon	wheelon	US		0	America/Denver	41.82909	-112.05606	1388			UT	003		
5784718	Whisperwood	whisperwood	US		0	America/Denver	40.57495	-111.83966	1466			UT	035		
5784721	Whitaker	whitaker	US		0	America/Denver	40.73606	-111.85216	1361			UT	035		
5784722	Whitaker Estates	whitaker-estates	US		0	America/Denver	40.65995	-111.95049	1325			UT	035		
5784724	White Addition	white-addition	US		0	America/Denver	41.24883	-111.97161	1309			UT	057		
5784726	White Barn Country Club	white-barn-country-club	US		0	America/Denver	41.31244	-111.98605	1324	White Barn Country Club,White Barn Country Club Condominium		UT	057		
5784730	Whispering Oaks	whispering-oaks	US		0	America/Denver	41.16911	-111.93522	1502			UT	057		
5784732	White City Subdivision Number 1	white-city-subdivision-number-1	US		0	America/Denver	40.573	-111.86605	1384			UT	035		
5784733	White City Subdivision Number 2	white-city-subdivision-number-2	US		0	America/Denver	40.56245	-111.86521	1399			UT	035		
5784736	White Hill Estates	white-hill-estates	US		0	America/Denver	40.67773	-111.77743	1691			UT	035		
5784737	White Horse Village	white-horse-village	US		0	America/Denver	41.86354	-111.77383	1623			UT	005		
5784744	White Circle	white-circle	US		0	America/Denver	40.70717	-111.83188	1384			UT	035		
5784770	White Sands	white-sands	US		0	America/Denver	40.56106	-111.87438	1378			UT	035		
5784771	White Terrace	white-terrace	US		0	America/Denver	40.648	-111.8866	1322			UT	035		
5784772	Whitehead	whitehead	US		0	America/Denver	40.78633	-111.93772	1285			UT	035		
5784784	Whites Crossing	whites-crossing	US		0	America/Denver	40.94967	-111.65771	1604			UT	029		
5784786	Whites Way	whites-way	US		0	America/Denver	40.70522	-112.073	1303			UT	035		
5784787	Whitesides Estates	whitesides-estates	US		0	America/Denver	41.0555	-111.95411	1327			UT	011		
5784788	Whitewood Estates	whitewood-estates	US		0	America/Denver	40.64995	-111.97772	1386			UT	035		
5784790	Whitmore Terrace	whitmore-terrace	US		0	America/Denver	40.5755	-111.8091	1562			UT	035		
5784798	Wicks	wicks	US		0	America/Denver	40.32884	-111.63742	1494	Wicks,Wing		UT	049		
5784811	Wiechert Estates	wiechert-estates	US		0	America/Denver	40.52995	-111.94966	1363			UT	035		
5784840	Wildflower	wildflower	US		0	America/Denver	40.57134	-111.84104	1463			UT	035		
5784846	Wildwood Estates	wildwood-estates	US		0	America/Denver	40.54578	-111.85077	1455			UT	035		
5784851	Wilkinsons	wilkinsons	US		0	America/Denver	40.78133	-111.92438	1286			UT	035		
5784865	Wilkes	wilkes	US		0	America/Denver	40.78245	-111.91271	1290			UT	035		
5784874	Willes	willes	US		0	America/Denver	40.67161	-111.87049	1314			UT	035		
5784877	William R Patterson	william-r-patterson	US		0	America/Denver	41.13328	-112.048	1352			UT	011		
5784882	Williams West	williams-west	US		0	America/Denver	40.91161	-111.8841	1300			UT	011		
5784884	Williamsburg Estates	williamsburg-estates	US		0	America/Denver	40.67967	-112.04272	1379			UT	035		
5784885	Williamsburg Park Condo	williamsburg-park-condo	US		0	America/Denver	40.59995	-111.87438	1368			UT	035		
5784886	Williamsburgh	williamsburgh	US		0	America/Denver	40.80133	-111.94105	1284			UT	035		
5784891	Willow Bay	willow-bay	US		0	America/Denver	40.65189	-111.97299	1370			UT	035		
5784892	Willow Bay Numbers 3 and 4	willow-bay-numbers-3-and-4	US		0	America/Denver	40.64772	-111.97299	1374			UT	035		
5784897	Willow Cereek Road Terrace	willow-cereek-road-terrace	US		0	America/Denver	40.59717	-111.83688	1434			UT	035		
5784898	Willow Cove	willow-cove	US		0	America/Denver	40.69856	-112.00355	1300			UT	035		
5784918	Willow Creek Estates	willow-creek-estates	US		0	America/Denver	40.59273	-111.81465	1472			UT	035		
5784920	Willow Creek Heights	willow-creek-heights	US		0	America/Denver	40.58828	-111.81882	1490			UT	035		
5784921	Willow Creek Hill	willow-creek-hill	US		0	America/Denver	40.59634	-111.79854	1527			UT	035		
5784922	Willow Creek Hills	willow-creek-hills	US		0	America/Denver	40.5905	-111.8191	1487			UT	035		
5784923	Willow Creek Meadows	willow-creek-meadows	US		0	America/Denver	40.58578	-111.82993	1460			UT	035		
5784924	Willow Creek Mesa	willow-creek-mesa	US		0	America/Denver	40.54467	-111.8266	1495			UT	035		
5784926	Willow Creek Ranchettes	willow-creek-ranchettes	US		0	America/Denver	40.60273	-111.82716	1415			UT	035		
5784928	Willow Creek Terrace	willow-creek-terrace	US		0	America/Denver	40.60078	-111.8341	1420			UT	035		
5784929	Willow Creek View	willow-creek-view	US		0	America/Denver	40.60689	-111.80021	1529			UT	035		
5784933	Willow Glen	willow-glen	US		0	America/Denver	40.57412	-111.80188	1573			UT	035		
5784934	Willow Glen South	willow-glen-south	US		0	America/Denver	40.62939	-111.97022	1366			UT	035		
5784935	Willow Green	willow-green	US		0	America/Denver	40.68995	-111.97522	1307			UT	035		
5784939	Willow Farm Estates	willow-farm-estates	US		0	America/Denver	40.94078	-111.88522	1295			UT	011		
5784944	Willow Place	willow-place	US		0	America/Denver	40.78883	-111.94466	1285			UT	035		
5784945	Willow Run Park	willow-run-park	US		0	America/Denver	40.6655	-111.97772	1352			UT	035		
5784966	Willow Stream Estates	willow-stream-estates	US		0	America/Denver	40.60495	-111.82966	1410			UT	035		
5784967	Willow View	willow-view	US		0	America/Denver	40.97189	-111.88633	1306			UT	011		
5784968	Willow View	willow-view	US		0	America/Denver	40.53884	-111.86354	1386			UT	035		
5784969	Willow View Estates	willow-view-estates	US		0	America/Denver	40.59217	-111.93549	1334			UT	035		
5784970	Willow Wick Estates	willow-wick-estates	US		0	America/Denver	40.58967	-111.81465	1491			UT	035		
5784973	Willowbrook Estates	willowbrook-estates	US		0	America/Denver	40.50523	-111.86104	1379			UT	035		
5784974	Willowbrook Farm	willowbrook-farm	US		0	America/Denver	40.90467	-111.90605	1289			UT	011		
5784975	Willowcreek	willowcreek	US		0	America/Denver	40.58912	-111.81049	1491			UT	035		
5784976	Willowcreek	willowcreek	US		0	America/Denver	41.28661	-111.99883	1309			UT	057		
5784977	Willowcreek East	willowcreek-east	US		0	America/Denver	40.6055	-111.81077	1474			UT	035		
5784978	Willowcreek Oaks	willowcreek-oaks	US		0	America/Denver	40.60661	-111.80632	1504			UT	035		
5784979	Willowcrest	willowcrest	US		0	America/Denver	40.60745	-111.80188	1524			UT	035		
5784980	Willows Condominium	willows-condominium	US		0	America/Denver	40.65356	-111.87632	1311			UT	035		
5784983	Wilshire Condominium	wilshire-condominium	US		0	America/Denver	41.15661	-111.93577	1467			UT	057		
5784984	Wilshire Park	wilshire-park	US		0	America/Denver	40.60078	-111.86882	1372			UT	035		
5784989	Wilson Addition	wilson-addition	US		0	America/Denver	41.24106	-111.96272	1315			UT	057		
5784997	Win Del	win-del	US		0	America/Denver	40.67745	-111.84993	1320			UT	035		
5785000	Winder Meadows	winder-meadows	US		0	America/Denver	40.67773	-111.84938	1321			UT	035		
5785002	Windsor Circle	windsor-circle	US		0	America/Denver	40.71328	-111.86716	1310			UT	035		
5785004	Windsor Hill Estates	windsor-hill-estates	US		0	America/Denver	41.1555	-111.948	1457	Windsor Hill Estates,Windsor Hills Estates		UT	057		
5785005	Windsor Place	windsor-place	US		0	America/Denver	40.74772	-111.8666	1314			UT	035		
5785007	Windwood Estates	windwood-estates	US		0	America/Denver	40.63689	-111.95716	1376			UT	035		
5785020	Winslow Park	winslow-park	US		0	America/Denver	40.69439	-111.8841	1301			UT	035		
5785031	Wm Lunds Lynne Addition	wm-lunds-lynne-addition	US		0	America/Denver	41.25689	-111.96661	1312			UT	057		
5785039	Wolf Creek Village	wolf-creek-village	US		0	America/Denver	41.32772	-111.8255	1610			UT	057		
5785046	Wolf Lodge Condominium	wolf-lodge-condominium	US		0	America/Denver	41.32466	-111.8305	1574			UT	057		
5785051	Wolf Star	wolf-star	US		0	America/Denver	41.33077	-111.82272	1658			UT	057		
5785057	Wood Creek Glen Condominium	wood-creek-glen-condominium	US		0	America/Denver	40.68078	-111.87771	1304			UT	035		
5785058	Wood Haven	wood-haven	US		0	America/Denver	40.68606	-112.04216	1355			UT	035		
5785060	Wood Estates	wood-estates	US		0	America/Denver	40.87411	-111.91133	1303			UT	011		
5785062	Wood Hollow Condo	wood-hollow-condo	US		0	America/Denver	40.71995	-111.85882	1331			UT	035		
5785064	Woodbridge Condominium	woodbridge-condominium	US		0	America/Denver	40.66439	-111.84382	1323			UT	035		
5785066	Woodbury Estates	woodbury-estates	US		0	America/Denver	40.6855	-112.00022	1326			UT	035		
5785068	Wood Hollow Ranchettes	wood-hollow-ranchettes	US		0	America/Denver	40.47384	-111.94466	1402			UT	035		
5785069	Woodcove	woodcove	US		0	America/Denver	40.69356	-111.98966	1306			UT	035		
5785070	Woodcreek Condo	woodcreek-condo	US		0	America/Denver	40.68606	-111.87632	1306			UT	035		
5785071	Woodcreek Glen Condo	woodcreek-glen-condo	US		0	America/Denver	40.68522	-111.87632	1305			UT	035		
5785072	Wooded Acres	wooded-acres	US		0	America/Denver	40.54773	-111.83049	1478			UT	035		
5785073	Wooded Hills	wooded-hills	US		0	America/Denver	41.07772	-111.92161	1445			UT	011		
5785074	Woodfield Estates	woodfield-estates	US		0	America/Denver	41.28939	-111.968	1327			UT	057		
5785075	Woodhaven Village	woodhaven-village	US		0	America/Denver	40.66078	-111.93133	1312			UT	035		
5785076	Woodhaven Village Number 5	woodhaven-village-number-5	US		0	America/Denver	40.67022	-111.93271	1306			UT	035		
5785081	Woodland Estates	woodland-estates	US		0	America/Denver	41.15661	-111.91327	1530			UT	057		
5785082	Woodland Estates East	woodland-estates-east	US		0	America/Denver	40.63995	-111.93716	1330			UT	035		
5785083	Woodland Gardens	woodland-gardens	US		0	America/Denver	40.87217	-111.89105	1335			UT	011		
5785085	Woodland Hills Estates	woodland-hills-estates	US		0	America/Denver	40.883	-111.86299	1408			UT	011		
5785086	Woodland Hills One	woodland-hills-one	US		0	America/Denver	41.15633	-111.91633	1528			UT	057		
5785087	Woodland Hills Two	woodland-hills-two	US		0	America/Denver	41.15883	-111.92077	1512			UT	057		
5785088	Woodland Springs	woodland-springs	US		0	America/Denver	40.97272	-111.87633	1389			UT	011		
5785090	Woodledge	woodledge	US		0	America/Denver	40.67717	-112.01799	1363			UT	035		
5785092	Woodmansee	woodmansee	US		0	America/Denver	40.7505	-111.8641	1317			UT	035		
5785093	Woodmansee Addition	woodmansee-addition	US		0	America/Denver	41.20828	-111.96383	1328			UT	057		
5785094	Woodmansee Main Street	woodmansee-main-street	US		0	America/Denver	41.20772	-111.968	1323			UT	057		
5785098	Woodridge Country Estates	woodridge-country-estates	US		0	America/Denver	40.56828	-111.86993	1382			UT	035		
5785099	Woodridge Country Estates	woodridge-country-estates	US		0	America/Denver	40.56773	-111.9841	1426			UT	035		
5785100	Woodridge Estates	woodridge-estates	US		0	America/Denver	41.07133	-111.91188	1455			UT	011		
5785101	Woodridge Terrace	woodridge-terrace	US		0	America/Denver	40.70078	-111.79243	1537			UT	035		
5785102	Woodridge Twin Homes	woodridge-twin-homes	US		0	America/Denver	41.00133	-111.90355	1307			UT	011		
5785123	Woodstock Village	woodstock-village	US		0	America/Denver	40.63828	-111.85216	1340			UT	035		
5785125	Woodside Heights	woodside-heights	US		0	America/Denver	40.68356	-111.83855	1363			UT	035		
5785126	Woodview Heights	woodview-heights	US		0	America/Denver	40.64578	-112.03994	1497			UT	035		
5785134	Woodview Estates	woodview-estates	US		0	America/Denver	40.64356	-112.04077	1498			UT	035		
5785137	Wren Circle Condominium	wren-circle-condominium	US		0	America/Denver	40.66467	-111.81938	1367			UT	035		
5785138	Wren Hollow	wren-hollow	US		0	America/Denver	40.66411	-111.81882	1366			UT	035		
5785139	Wren Lane East	wren-lane-east	US		0	America/Denver	40.63661	-111.8216	1391			UT	035		
5785140	Wren Lane West	wren-lane-west	US		0	America/Denver	40.63578	-111.8216	1392			UT	035		
5785142	Wright Circle	wright-circle	US		0	America/Denver	40.75856	-111.93716	1288			UT	035		
5785145	Wright Hills	wright-hills	US		0	America/Denver	41.16772	-111.98189	1413			UT	057		
5785146	Wright Subdivision 1-5	wright-subdivision-1-5	US		0	America/Denver	40.69106	-111.95327	1299			UT	035		
5785147	Wright Subdivision 11	wright-subdivision-11	US		0	America/Denver	40.683	-111.95994	1312			UT	035		
5785148	Wright Subdivision 6, 8, 10	wright-subdivision-6-8-10	US		0	America/Denver	40.688	-111.95577	1300			UT	035		
5785153	Xanadu	xanadu	US		0	America/Denver	40.66717	-111.91188	1300			UT	035		
5785155	Y-Worry Estates	y-worry-estates	US		0	America/Denver	40.56384	-111.9316	1356			UT	035		
5785157	Yale Gardens	yale-gardens	US		0	America/Denver	40.74689	-111.83466	1425			UT	035		
5785158	Yale Heights	yale-heights	US		0	America/Denver	40.74384	-111.83493	1421			UT	035		
5785159	Yale Park	yale-park	US		0	America/Denver	40.74439	-111.84632	1401			UT	035		
5785160	Yalecrest Heights	yalecrest-heights	US		0	America/Denver	40.74634	-111.83799	1418			UT	035		
5785161	Yalecrest Park	yalecrest-park	US		0	America/Denver	40.74745	-111.83966	1416			UT	035		
5785162	Yalecroft	yalecroft	US		0	America/Denver	40.74606	-111.83493	1423			UT	035		
5785167	Wright Efficiency Park	wright-efficiency-park	US		0	America/Denver	40.78495	-111.91327	1287			UT	035		
5785169	Ye Olde Farm	ye-olde-farm	US		0	America/Denver	41.28078	-111.97994	1315			UT	057		
5785196	Yorkshire Meadows Condominium	yorkshire-meadows-condominium	US		0	America/Denver	41.16022	-111.93716	1467			UT	057		
5785197	Yorkshire Place	yorkshire-place	US		0	America/Denver	41.11522	-112.03439	1359			UT	011		
5785199	Yorkshire Meadow	yorkshire-meadow	US		0	America/Denver	41.15828	-111.93411	1467			UT	057		
5785202	Young Haven Circle	young-haven-circle	US		0	America/Denver	40.70106	-111.82243	1406			UT	035		
5785209	Yuma View	yuma-view	US		0	America/Denver	40.71106	-111.83355	1381			UT	035		
5785214	Yost	yost	US		0	America/Denver	41.96075	-113.54223	1821	George Creek,Yost		UT	003		
5785220	Zion Summit Condominium	zion-summit-condominium	US		0	America/Denver	40.77383	-111.89216	1341			UT	035		
5785221	Zions Park	zions-park	US		0	America/Denver	40.70828	-111.84243	1367			UT	035		
5785244	Aberdeen Gardens	aberdeen-gardens	US		279	America/Los_Angeles	47.06259	-123.77961	14			WA	027		
5785246	Aberdeen Junction	aberdeen-junction	US		0	America/Los_Angeles	46.9787	-123.76294	13			WA	027		
5785298	Adco	adco	US		0	America/Los_Angeles	47.41736	-119.36253	392			WA	025		
5785305	Adelaide	adelaide	US		0	America/Los_Angeles	47.33093	-122.3604	74			WA	033		
5785306	Adelaide	adelaide	US		0	America/Los_Angeles	47.64982	-122.08873	19			WA	033		
5785309	Adelma Beach	adelma-beach	US		0	America/Los_Angeles	48.04926	-122.82906	22	Adelma Beach,Keymes Beach		WA	031		
5785323	Aeneas	aeneas	US		0	America/Los_Angeles	48.54738	-118.97864	748			WA	047		
5785340	Agate Bay	agate-bay	US		0	America/Los_Angeles	48.75594	-122.35544	96	Agate Bay,Woodlawn		WA	073		
5785345	Agate Point	agate-point	US		0	America/Los_Angeles	47.71399	-122.55319	39			WA	035		
5785353	Agnew	agnew	US		0	America/Los_Angeles	48.10565	-123.24851	50	De Fuca,Fuca		WA	009		
5785359	Ahtanum	ahtanum	US		3601	America/Los_Angeles	46.55957	-120.62201	380	Ahtahnam,Ahtanum,Altahnum,Atahnum,Atanum,Atinam		WA	077		
5785372	Ainsworth Junction	ainsworth-junction	US		0	America/Los_Angeles	46.20958	-119.03779	108	Ainsworth,Ainsworth Junction		WA	021		
5785380	Ajlune	ajlune	US		0	America/Los_Angeles	46.51539	-122.43483	253			WA	041		
5785386	Alabama Hill	alabama-hill	US		0	America/Los_Angeles	48.76955	-122.43572	65			WA	073		
5785436	Alder Grove	alder-grove	US		0	America/Los_Angeles	46.96565	-123.63877	7			WA	027		
5785448	Alderdale	alderdale	US		0	America/Los_Angeles	45.83485	-119.92087	91			WA	039		
5785450	Alderton	alderton	US		2893	America/Los_Angeles	47.16955	-122.22928	27			WA	053		
5785453	Alderwood Manor	alderwood-manor	US		8442	America/Los_Angeles	47.82204	-122.28207	129			WA	061		
5785469	Alexander Beach	alexander-beach	US		0	America/Los_Angeles	48.4751	-122.66017	3			WA	057		
5785480	Alfalfa	alfalfa	US		0	America/Los_Angeles	46.33041	-120.23894	218	Alfafa,Alfalfa		WA	077		
5785509	Alki	alki	US		0	America/Los_Angeles	47.57621	-122.40985	9	Alki,New York,New York Alki		WA	033		
5785558	Almota	almota	US		0	America/Los_Angeles	46.70294	-117.46935	201	Almota,La Monte		WA	075		
5785562	Aloha	aloha	US		0	America/Los_Angeles	47.20092	-124.16796	18			WA	027		
5785583	Alpowa	alpowa	US		0	America/Los_Angeles	46.41933	-117.19655	226			WA	075		
5785586	Alstown	alstown	US		0	America/Los_Angeles	47.56096	-119.99506	660			WA	017		
5785626	American Lake Garden Tract	american-lake-garden-tract	US		0	America/Los_Angeles	47.12232	-122.5354	86	American Lake Garden Tract,American Lake Gardens		WA	053		
5785639	American River	american-river	US		0	America/Los_Angeles	46.97595	-121.16175	857			WA	077		
5785640	Ames Lake	ames-lake	US		1486	America/Los_Angeles	47.63288	-121.96623	98			WA	033		
5785658	Anacortes Crossing	anacortes-crossing	US		0	America/Los_Angeles	48.78319	-120.82984	2086			WA	073		
5785723	Andron	andron	US		0	America/Los_Angeles	48.26261	-121.60624	165			WA	061		
5785739	Anglin	anglin	US		0	America/Los_Angeles	48.65682	-119.28922	646			WA	047		
5785795	Appledale	appledale	US		0	America/Los_Angeles	47.3543	-119.9745	273			WA	017		
5785800	Appleyard	appleyard	US		0	America/Los_Angeles	47.39763	-120.30313	241	Appleyard,South Wenatchee		WA	007		
5785801	Apricot	apricot	US		0	America/Los_Angeles	46.23652	-119.85754	251			WA	005		
5785807	Arbor Heights	arbor-heights	US		0	America/Los_Angeles	47.51178	-122.38023	115			WA	033	7174408	
5785852	Arletta	arletta	US		0	America/Los_Angeles	47.2901	-122.66763	21			WA	053		
5785860	Arlington Junction	arlington-junction	US		0	America/Los_Angeles	48.20593	-122.12903	19			WA	061		
5785897	Arroyo Heights	arroyo-heights	US		0	America/Los_Angeles	47.50621	-122.38152	104			WA	033		
5785908	Artic	artic	US		0	America/Los_Angeles	46.88899	-123.71461	47	Arctic,Artic		WA	027		
5785909	Artondale	artondale	US		12653	America/Los_Angeles	47.29954	-122.62069	6			WA	053		
5785914	Arzina	arzina	US		0	America/Los_Angeles	48.4399	-118.1186	747			WA	065		
5785939	Ashue	ashue	US		0	America/Los_Angeles	46.40429	-120.45951	254			WA	077		
5785958	Atlanta (historical)	atlanta-historical	US		0	America/Los_Angeles	48.609	-122.43461	3			WA	057		
5785960	Attalia	attalia	US		0	America/Los_Angeles	46.10791	-118.92	105			WA	071		
5785981	Audrey	audrey	US		0	America/Los_Angeles	46.62736	-119.61531	155			WA	005		
5786022	Axford	axford	US		0	America/Los_Angeles	47.19425	-123.94628	43			WA	027		
5786032	Ayock	ayock	US		0	America/Los_Angeles	47.50731	-123.05682	7			WA	045		
5786042	Azwell	azwell	US		0	America/Los_Angeles	47.93709	-119.87645	238	Azwell,Wells		WA	007		
5786045	B Z Corner	b-z-corner	US		0	America/Los_Angeles	45.85012	-121.50897	203			WA	039		
5786064	Baby Island Heights	baby-island-heights	US		0	America/Los_Angeles	48.09621	-122.52154	20			WA	029		
5786083	Bacon	bacon	US		0	America/Los_Angeles	47.5007	-119.33031	465			WA	025		
5786124	Bagdad Junction	bagdad-junction	US		0	America/Los_Angeles	47.87376	-118.93752	804			WA	043		
5786133	Bagley Junction	bagley-junction	US		0	America/Los_Angeles	47.39344	-121.84622	277	Bagley Junction,Barneston Junction		WA	033		
5786141	Baileysburg	baileysburg	US		0	America/Los_Angeles	46.29903	-117.95271	524			WA	013		
5786146	Bainbridge Grange	bainbridge-grange	US		0	America/Los_Angeles	47.65593	-122.52069	26			WA	035		
5786150	Baird (historical)	baird-historical	US		0	America/Los_Angeles	47.62014	-119.46976	727			WA	017		
5786168	Baker Heights	baker-heights	US		0	America/Los_Angeles	48.43538	-122.25293	56			WA	057		
5786192	Baker-Langdon	baker-langdon	US		0	America/Los_Angeles	46.02458	-118.32469	287			WA	071		
5786199	Balch	balch	US		0	America/Los_Angeles	46.81454	-123.2432	25			WA	027		
5786241	Balder	balder	US		0	America/Los_Angeles	47.18267	-117.40547	705			WA	075		
5786267	Balford	balford	US		0	America/Los_Angeles	48.93457	-122.15043	145			WA	073		
5786283	Ballow	ballow	US		0	America/Los_Angeles	47.24037	-122.86708	4			WA	045		
5786307	Banks Lake South	banks-lake-south	US		174	America/Los_Angeles	47.63143	-119.27604	495	Banks Lake South		WA	025		
5786336	Barham	barham	US		0	America/Los_Angeles	47.08403	-119.01306	353			WA	025		
5786429	Basin City	basin-city	US		1092	America/Los_Angeles	46.59403	-119.15223	214			WA	021		
5786445	Bassett Junction	bassett-junction	US		0	America/Los_Angeles	47.04237	-119.08918	335			WA	025		
5786472	Battle Ground West	battle-ground-west	US		0	America/Los_Angeles	45.77845	-122.54176	89			WA	011		
5786476	Battle Point	battle-point	US		0	America/Los_Angeles	47.65732	-122.58486	16			WA	035		
5786483	Batum	batum	US		0	America/Los_Angeles	47.23348	-118.81028	483			WA	001		
5786495	Bay Center Junction	bay-center-junction	US		0	America/Los_Angeles	46.59899	-123.91822	7			WA	049		
5786499	Bay View	bay-view	US		0	America/Los_Angeles	48.00759	-122.46126	15	Bay View,Bayview		WA	029		
5786500	Bay View	bay-view	US		696	America/Los_Angeles	48.48372	-122.47767	7	Bay View,Bayview		WA	057		
5786506	Bayne	bayne	US		0	America/Los_Angeles	47.2951	-121.90955	268			WA	033		
5786507	Bayne Junction	bayne-junction	US		0	America/Los_Angeles	47.30094	-121.90872	271			WA	033		
5786508	Bayshore	bayshore	US		0	America/Los_Angeles	47.24621	-123.04626	7	Bay Shore,Bayshore		WA	045		
5786524	Beachcrest	beachcrest	US		0	America/Los_Angeles	47.10815	-122.74874	46			WA	067		
5786527	Beacon Hill	beacon-hill	US		0	America/Los_Angeles	46.17511	-122.92206	83			WA	015		
5786528	Beacon Hill	beacon-hill	US		0	America/Los_Angeles	47.5776	-122.30985	88			WA	033		
5786712	Beaux Arts Village	beaux-arts-village	US		324	America/Los_Angeles	47.58533	-122.19832	50	Beaux Arts,Beaux Arts Village		WA	033		
5786786	Beaver Valley	beaver-valley	US		0	America/Los_Angeles	47.92592	-122.73016	62			WA	031		
5786806	Bedal	bedal	US		0	America/Los_Angeles	48.09872	-121.39594	384			WA	061		
5786839	Bees Mill	bees-mill	US		0	America/Los_Angeles	47.76231	-122.856	19			WA	031		
5786845	Bel-Aire	bel-aire	US		0	America/Los_Angeles	46.98565	-123.82544	102			WA	027		
5786911	Bells Beach	bells-beach	US		0	America/Los_Angeles	48.07676	-122.46904	2			WA	029		
5786913	Belltown	belltown	US		0	America/Los_Angeles	47.61649	-122.35096	31			WA	033		
5786915	Belridge	belridge	US		0	America/Los_Angeles	47.61343	-122.16762	43			WA	033		
5786918	Belvedere	belvedere	US		0	America/Los_Angeles	48.04988	-118.98502	428	Belvedere,Belvedre,Belvidere		WA	047		
5786920	Bemis	bemis	US		0	America/Los_Angeles	46.92376	-118.3008	510			WA	001		
5786925	Bell Hill	bell-hill	US		837	America/Los_Angeles	48.0562	-123.0849	311			WA	009		
5786971	Benroy	benroy	US		0	America/Los_Angeles	47.2426	-122.24623	22			WA	053		
5786979	Benson Hill	benson-hill	US		0	America/Los_Angeles	47.44204	-122.19095	141			WA	033		
5787031	Berrian	berrian	US		0	America/Los_Angeles	45.93763	-119.15195	109	Berrian,Colbia		WA	005		
5787041	Berry Patch	berry-patch	US		0	America/Los_Angeles	46.46678	-121.52758	1418			WA	041		
5787044	Berrydale	berrydale	US		0	America/Los_Angeles	47.33982	-122.1279	103			WA	033		
5787045	Berryman	berryman	US		0	America/Los_Angeles	46.22153	-118.39108	300			WA	071		
5787087	Bettie	bettie	US		0	America/Los_Angeles	46.67625	-119.52836	135			WA	005		
5787092	Beulah (historical)	beulah-historical	US		0	America/Los_Angeles	48.59212	-118.13777	393			WA	019		
5787095	Beverly Acres	beverly-acres	US		0	America/Los_Angeles	47.84649	-122.30374	129			WA	061		
5787096	Beverly Beach	beverly-beach	US		0	America/Los_Angeles	48.06093	-122.51265	16			WA	029		
5787100	Beverly Junction	beverly-junction	US		0	America/Los_Angeles	46.83124	-119.94977	155			WA	037		
5787102	Beverly Park	beverly-park	US		0	America/Los_Angeles	47.49621	-122.33151	119			WA	033		
5787312	Bingville	bingville	US		0	America/Los_Angeles	48.3849	-117.62996	786			WA	065		
5787314	Birch	birch	US		0	America/Los_Angeles	47.22455	-121.96928	222			WA	033		
5787316	Birch Bay	birch-bay	US		8413	America/Los_Angeles	48.91789	-122.74462	4			WA	073		
5787324	Birchfield	birchfield	US		0	America/Los_Angeles	46.57707	-120.43451	302			WA	077		
5787337	Birdsview	birdsview	US		0	America/Los_Angeles	48.52233	-121.87542	47			WA	057		
5787361	Bissel	bissel	US		0	America/Los_Angeles	48.2235	-118.14276	587			WA	065		
5787464	Blackrock (historical)	blackrock-historical	US		0	America/Los_Angeles	46.51152	-119.99782	509	Black Rock,Blackrock (historical)		WA	077		
5787465	Blacks Corner	blacks-corner	US		0	America/Los_Angeles	46.27263	-119.92615	227			WA	077		
5787502	Blakeslee Junction	blakeslee-junction	US		0	America/Los_Angeles	46.7351	-122.9743	59			WA	041		
5787526	Blewett (historical)	blewett-historical	US		0	America/Los_Angeles	47.42355	-120.65905	711	Blewett (historical),Blewett Arrastra		WA	007		
5787539	Blockhouse	blockhouse	US		0	America/Los_Angeles	45.83957	-120.93757	486			WA	039		
5787566	Blue Canyon	blue-canyon	US		0	America/Los_Angeles	48.68233	-122.27738	103			WA	073		
5787643	Blue Town (historical)	blue-town-historical	US		0	America/Los_Angeles	48.62573	-118.12194	401			WA	065		
5787647	Bluelight	bluelight	US		0	America/Los_Angeles	46.04124	-120.17727	825			WA	039		
5787648	Bluestem	bluestem	US		0	America/Los_Angeles	47.52488	-118.12663	712	Bluestem,Moscow		WA	043		
5787650	Blueslide	blueslide	US		0	America/Los_Angeles	48.5563	-117.34579	625			WA	051		
5787663	Blurock Landing	blurock-landing	US		0	America/Los_Angeles	45.66678	-122.75871	4			WA	011		
5787664	Blyn	blyn	US		101	America/Los_Angeles	48.02231	-123.00601	3			WA	009		
5787690	Boddy	boddy	US		0	America/Los_Angeles	47.64704	-122.22985	17			WA	033		
5787691	Bodie	bodie	US		0	America/Los_Angeles	48.83267	-118.8967	790			WA	047		
5787734	Boistfort	boistfort	US		0	America/Los_Angeles	46.5351	-123.13374	87	Boisfort,Boistfort		WA	041		
5787744	Bolles	bolles	US		0	America/Los_Angeles	46.2782	-118.22246	354			WA	071		
5787798	Bordeaux	bordeaux	US		0	America/Los_Angeles	46.89482	-123.08014	76			WA	067		
5787821	Bossburg	bossburg	US		0	America/Los_Angeles	48.75241	-118.04193	463	Bossburg,Millington,Young America		WA	065		
5787824	Boston Harbor	boston-harbor	US		0	America/Los_Angeles	47.13843	-122.90097	12	Boston Harbor,Harriman,Hillman		WA	067		
5787893	Boulevard Park	boulevard-park	US		5287	America/Los_Angeles	47.48927	-122.31512	119			WA	033		
5787895	Boundary	boundary	US		0	America/Los_Angeles	48.99846	-121.60542	726			WA	073		
5788011	Brace	brace	US		0	America/Los_Angeles	46.62763	-120.57729	354			WA	077		
5788035	Brandts Landing	brandts-landing	US		0	America/Los_Angeles	48.04598	-119.54116	294			WA	017		
5788046	Breakers	breakers	US		0	America/Los_Angeles	46.37093	-124.05071	7			WA	049		
5788050	Breidablick	breidablick	US		0	America/Los_Angeles	47.80204	-122.64932	86	Breidablick,Breidablik,Breidblick,Breidlick		WA	035		
5788052	Bremer	bremer	US		0	America/Los_Angeles	46.57844	-122.41511	211			WA	041		
5788059	Bremerton Junction	bremerton-junction	US		0	America/Los_Angeles	47.5312	-122.73403	53			WA	035		
5788072	Bretland	bretland	US		0	America/Los_Angeles	48.12204	-122.42598	18	Bretland,Cornell		WA	029		
5788092	Briarcrest	briarcrest	US		0	America/Los_Angeles	47.74371	-122.29735	104			WA	033		
5788109	Bridgehaven	bridgehaven	US		0	America/Los_Angeles	47.83426	-122.69071	19			WA	031		
5788125	Brier	brier	US		6656	America/Los_Angeles	47.78454	-122.27429	125			WA	061		
5788130	Briercrest	briercrest	US		0	America/Los_Angeles	47.73371	-122.2879	81			WA	033		
5788161	Broadmoor	broadmoor	US		0	America/Los_Angeles	47.63343	-122.28957	48			WA	033		
5788170	Broadway Heights	broadway-heights	US		0	America/Los_Angeles	46.98981	-123.82989	84			WA	027		
5788178	Brockdale	brockdale	US		0	America/Los_Angeles	47.28232	-123.15904	78			WA	045		
5788183	Bromart	bromart	US		0	America/Los_Angeles	47.89954	-122.09902	7			WA	061		
5788214	Brown Lake	brown-lake	US		0	America/Los_Angeles	48.46598	-119.65617	816			WA	047		
5788254	Browns Point	browns-point	US		1198	America/Los_Angeles	47.30038	-122.44124	35	Browns Point,Hyada Park		WA	053		
5788269	Bruceport	bruceport	US		0	America/Los_Angeles	46.67926	-123.90016	7	Bruceport,Bruceville		WA	049		
5788419	Buenna	buenna	US		0	America/Los_Angeles	47.33121	-122.34457	112			WA	033		
5788504	Burbank Heights	burbank-heights	US		0	America/Los_Angeles	46.21069	-119.00778	108			WA	071		
5788516	Burien	burien	US		50467	America/Los_Angeles	47.47038	-122.34679	115	Bjurijen,Bjuriun,baryn  washyngtn,berian,bu li en,bwryn,byeolieon,Бюриън,Бјуријен,بارین، واشینگتن,بورين,ベリアン,布里恩,벼리언		WA	033		
5788586	Buroker	buroker	US		0	America/Los_Angeles	46.11708	-118.21829	396	Aldrich,Buroker		WA	071		
5788611	Burton Homes	burton-homes	US		0	America/Los_Angeles	45.64317	-122.59565	66			WA	011		
5788789	Calhounville	calhounville	US		0	America/Los_Angeles	46.00097	-118.43525	224			WA	071		
5788793	Calispell	calispell	US		0	America/Los_Angeles	48.34379	-117.3005	626			WA	051		
5788816	Camano	camano	US		14202	America/Los_Angeles	48.17399	-122.52821	17	Camano,Camano CDP,Camano City		WA	029		
5788892	Camp Discovery	camp-discovery	US		0	America/Los_Angeles	47.8112	-122.79377	11			WA	031		
5788945	Camp Orkila	camp-orkila	US		0	America/Los_Angeles	48.70122	-122.94185	6			WA	055		
5788953	Camp Diana	camp-diana	US		0	America/Los_Angeles	48.10593	-122.43098	21			WA	029		
5789048	Canterwood	canterwood	US		3079	America/Los_Angeles	47.3751	-122.5893	105			WA	053		
5789097	Canyon Park	canyon-park	US		0	America/Los_Angeles	47.79093	-122.19263	33			WA	061		
5789119	Cap Sante	cap-sante	US		0	America/Los_Angeles	48.51816	-122.60045	9	Cap Sante,Capsante		WA	057		
5789123	Capitol Hill	capitol-hill	US		0	America/Los_Angeles	47.62343	-122.31957	105			WA	033		
5789135	Caples	caples	US		0	America/Los_Angeles	45.90567	-122.80094	4			WA	015		
5789136	Caples Landing	caples-landing	US		0	America/Los_Angeles	45.90511	-122.80288	2			WA	015		
5789150	Captains Choice	captains-choice	US		0	America/Los_Angeles	48.22315	-122.67267	23			WA	029		
5789172	Carlisle East	carlisle-east	US		0	America/Los_Angeles	47.14203	-124.10045	27			WA	027		
5789176	Carlisle West	carlisle-west	US		0	America/Los_Angeles	47.15231	-124.10795	28			WA	027		
5789177	Carlmar	carlmar	US		0	America/Los_Angeles	47.05238	-118.13024	523			WA	001		
5789181	Carlson	carlson	US		0	America/Los_Angeles	46.70011	-122.19955	462			WA	041		
5789185	Carlson Landing	carlson-landing	US		0	America/Los_Angeles	46.26483	-123.63375	2			WA	069		
5789190	Carlton Park	carlton-park	US		0	America/Los_Angeles	47.63899	-122.4068	84			WA	033		
5789193	Carlyon Beach	carlyon-beach	US		0	America/Los_Angeles	47.17954	-122.93987	10			WA	067		
5789197	Carmill Station	carmill-station	US		0	America/Los_Angeles	47.20204	-123.09015	71			WA	045		
5789241	Carrs Corner	carrs-corner	US		0	America/Los_Angeles	48.18878	-117.88025	780			WA	065		
5789296	Cascade Junction	cascade-junction	US		0	America/Los_Angeles	47.13705	-122.07789	147			WA	053		
5789324	Cascade Valley	cascade-valley	US		2246	America/Los_Angeles	47.13459	-119.32808	323			WA	025		
5789349	Cashup	cashup	US		0	America/Los_Angeles	47.06045	-117.37963	709			WA	075		
5789350	Casino Corner	casino-corner	US		0	America/Los_Angeles	47.9201	-122.23263	168			WA	061		
5789400	Castlenook (historical)	castlenook-historical	US		0	America/Los_Angeles	47.26565	-122.63568	2			WA	053		
5789424	Cathan	cathan	US		567	America/Los_Angeles	48.11426	-122.27737	112			WA	061		
5789425	Cathcart	cathcart	US		2458	America/Los_Angeles	47.84788	-122.09929	70			WA	061		
5789445	Cathlapotle (historical)	cathlapotle-historical	US		0	America/Los_Angeles	45.84845	-122.77482	7	Cath-lah-poh-tle,Cathlapotle (historical)		WA	011		
5789462	Cavalero Corner	cavalero-corner	US		0	America/Los_Angeles	47.97815	-122.13485	31	Cavalero Corner,Cavaleros Corner		WA	061		
5789489	Cebalop (historical)	cebalop-historical	US		0	America/Los_Angeles	47.27538	-122.47485	70	Cebalop (historical),Chebaulip,Ci-bal-ap,Shubahlup		WA	053		
5789558	Cedar Crossing	cedar-crossing	US		0	America/Los_Angeles	48.7468	-120.81817	812			WA	073		
5789608	Cedar View	cedar-view	US		0	America/Los_Angeles	47.17177	-122.15428	190			WA	053		
5789612	Cedardale	cedardale	US		0	America/Los_Angeles	48.35927	-122.32377	2			WA	057		
5789622	Cedonia	cedonia	US		0	America/Los_Angeles	48.15378	-118.16915	524	Cedonia,Cidonia,Sadonia,Sedonia		WA	065		
5789657	Central Ferry	central-ferry	US		0	America/Los_Angeles	46.63208	-117.80622	196	Central Ferry,Reform		WA	075		
5789668	Central Park	central-park	US		2685	America/Los_Angeles	46.97343	-123.69239	42			WA	027		
5789724	Chain Hill	chain-hill	US		0	America/Los_Angeles	46.88038	-122.84569	128			WA	067		
5789769	Chard	chard	US		0	America/Los_Angeles	46.53793	-117.85688	356	Chard,Tukannon		WA	023		
5789823	Chehalis Village	chehalis-village	US		372	America/Los_Angeles	46.80343	-123.16903	29			WA	027		
5789847	Chelatchie	chelatchie	US		0	America/Los_Angeles	45.92789	-122.37954	155			WA	011		
5789874	Cherokee Bay Park	cherokee-bay-park	US		0	America/Los_Angeles	47.36038	-122.05039	181			WA	033		
5789882	Cherry Grove	cherry-grove	US		546	America/Los_Angeles	45.79512	-122.57899	83			WA	011		
5789896	Chesaw	chesaw	US		0	America/Los_Angeles	48.94601	-119.05143	888			WA	047		
5789910	Cheviot	cheviot	US		0	America/Los_Angeles	46.89791	-120.17117	658			WA	037		
5789912	Chew	chew	US		0	America/Los_Angeles	46.60181	-118.31775	192			WA	071		
5789993	Chillowist	chillowist	US		0	America/Los_Angeles	48.30404	-119.637	260			WA	047		
5790038	Chiwaukum	chiwaukum	US		0	America/Los_Angeles	47.6904	-120.73593	561			WA	007		
5790055	Chopaka	chopaka	US		0	America/Los_Angeles	48.99932	-119.7248	361			WA	047		
5790097	Chuckanut	chuckanut	US		0	America/Los_Angeles	48.66566	-122.48378	64			WA	073		
5790102	Chuckanut Junction	chuckanut-junction	US		0	America/Los_Angeles	48.48594	-122.33572	9			WA	057		
5790106	Chuckanut Village	chuckanut-village	US		0	America/Los_Angeles	48.70094	-122.49378	4			WA	073		
5790108	Chumstick	chumstick	US		0	America/Los_Angeles	47.68818	-120.63926	486			WA	007		
5790145	Cispus	cispus	US		0	America/Los_Angeles	46.49233	-122.12232	335			WA	041		
5790172	Claquato	claquato	US		0	America/Los_Angeles	46.64344	-123.01735	61			WA	041		
5790213	Clarkston Heights	clarkston-heights	US		0	America/Los_Angeles	46.39627	-117.08238	356			WA	003		
5790216	Classet	classet	US		0	America/Los_Angeles	48.38645	-124.67691	134	Claaset,Classet,Clisseet		WA	009		
5790290	Clearview	clearview	US		3324	America/Los_Angeles	47.83371	-122.12596	183			WA	061		
5790332	Cliffdell	cliffdell	US		104	America/Los_Angeles	46.94623	-121.06897	758	Cliffdell,Spring Flats		WA	077		
5790336	Cline	cline	US		0	America/Los_Angeles	48.06211	-117.75163	619			WA	065		
5790347	Clipper	clipper	US		0	America/Los_Angeles	48.76011	-122.2021	78			WA	073		
5790377	Cloverland	cloverland	US		0	America/Los_Angeles	46.25037	-117.2506	895			WA	003		
5790385	Clyde Hill	clyde-hill	US		3230	America/Los_Angeles	47.63177	-122.2179	90			WA	033		
5790446	Coey	coey	US		0	America/Los_Angeles	47.49795	-117.11214	773			WA	063		
5790463	Cohassett	cohassett	US		0	America/Los_Angeles	46.87259	-124.10656	7	Cohasset,Cohassett,Cohassett Beach		WA	027		
5790464	Cohassett Beach	cohassett-beach	US		722	America/Los_Angeles	46.86842	-124.11184	8			WA	027		
5790478	Cokedale	cokedale	US		0	America/Los_Angeles	48.52205	-122.1721	23			WA	057		
5790553	Coles Corner	coles-corner	US		0	America/Los_Angeles	47.75623	-120.73926	608	Cole Corner,Coles Corner		WA	007		
5790608	Columbia Beach	columbia-beach	US		0	America/Los_Angeles	47.97037	-122.35125	10			WA	029		
5790625	Columbia Heights	columbia-heights	US		0	America/Los_Angeles	46.16428	-122.9415	107			WA	015		
5790657	Columbia Valley Gardens	columbia-valley-gardens	US		0	America/Los_Angeles	46.15761	-122.97484	5			WA	015		
5790681	Colvos	colvos	US		0	America/Los_Angeles	47.47621	-122.49068	43			WA	033		
5790696	Comar	comar	US		0	America/Los_Angeles	48.73178	-122.20349	86			WA	073		
5790744	Conifer Park	conifer-park	US		0	America/Los_Angeles	47.52121	-122.60097	115			WA	035		
5790864	Coppei	coppei	US		0	America/Los_Angeles	46.22181	-118.12495	468			WA	071		
5790922	Corkindale	corkindale	US		0	America/Los_Angeles	48.50873	-121.47374	91			WA	057		
5790933	Cornet	cornet	US		0	America/Los_Angeles	48.39594	-122.62961	6			WA	029		
5790971	Cottage Lake	cottage-lake	US		22494	America/Los_Angeles	47.74427	-122.07735	72			WA	033		
5790977	Cottonwood Beach	cottonwood-beach	US		0	America/Los_Angeles	48.93983	-122.75712	4	Cottonwood,Cottonwood Beach		WA	073		
5791066	Cougar Hills	cougar-hills	US		0	America/Los_Angeles	47.5651	-122.1179	213			WA	033		
5791092	Cougar Valley	cougar-valley	US		0	America/Los_Angeles	47.01956	-121.35815	1620			WA	077		
5791119	Country Lane	country-lane	US		0	America/Los_Angeles	47.58676	-122.7057	75			WA	035		
5791127	Country Homes	country-homes	US		5841	America/Los_Angeles	47.7485	-117.40439	595			WA	063		
5791148	Coveland	coveland	US		0	America/Los_Angeles	48.23288	-122.73573	3	Barstow's Point,Coveland		WA	029		
5791150	Covada	covada	US		0	America/Los_Angeles	48.22045	-118.20888	573			WA	019		
5791153	Coville	coville	US		0	America/Los_Angeles	48.12676	-123.62936	63	Covill,Coville		WA	009		
5791155	Covello	covello	US		0	America/Los_Angeles	46.3832	-117.83298	742	Covello,Pioneer		WA	013		
5791201	Cowlitz	cowlitz	US		0	America/Los_Angeles	46.45872	-122.84262	96			WA	041		
5791275	Cozy Nook	cozy-nook	US		0	America/Los_Angeles	48.32407	-117.7058	701			WA	065		
5791297	Craige	craige	US		0	America/Los_Angeles	46.13543	-117.02376	999			WA	003		
5791333	Crater	crater	US		0	America/Los_Angeles	47.24569	-119.94867	396	Crater,Crater Siding		WA	025		
5791375	Crego (historical)	crego-historical	US		0	America/Los_Angeles	46.59844	-123.05457	201			WA	041		
5791378	Creosote	creosote	US		0	America/Los_Angeles	47.61426	-122.50402	33			WA	035		
5791428	Creswell Heights	creswell-heights	US		0	America/Los_Angeles	45.68984	-122.33648	380			WA	011		
5791450	Croker	croker	US		0	America/Los_Angeles	47.0926	-122.15678	87			WA	053		
5791471	Croskey	croskey	US		0	America/Los_Angeles	47.30738	-117.84188	615			WA	043		
5791500	Crown Hill	crown-hill	US		0	America/Los_Angeles	47.69454	-122.37541	108			WA	033		
5791508	Crown Point Vista	crown-point-vista	US		0	America/Los_Angeles	47.97126	-118.98697	487			WA	017		
5791521	Cruzatt	cruzatt	US		0	America/Los_Angeles	45.59123	-122.15287	54			WA	059		
5791625	Curry	curry	US		0	America/Los_Angeles	46.65014	-118.8275	250			WA	021		
5791682	Dabob	dabob	US		0	America/Los_Angeles	47.84704	-122.80433	15	Dabob,Dabop,Tarboo		WA	031		
5791694	Dahlia	dahlia	US		0	America/Los_Angeles	46.26122	-123.6143	30			WA	069		
5791727	Dalkena	dalkena	US		0	America/Los_Angeles	48.2449	-117.23771	636	Dalkena,Glencoe		WA	051		
5791782	Darknell	darknell	US		0	America/Los_Angeles	47.42795	-117.16575	800			WA	063		
5792624	Doris	doris	US		0	America/Los_Angeles	46.86763	-120.00977	332			WA	037		
5791798	Dartford	dartford	US		0	America/Los_Angeles	47.78461	-117.41689	491	Dart's Mill,Dartford		WA	063		
5791801	Dash Point	dash-point	US		931	America/Los_Angeles	47.31899	-122.42651	3	Caledonia,Dash Point,Olympic Heights		WA	053		
5791877	Davis Terrace	davis-terrace	US		0	America/Los_Angeles	46.13456	-122.8965	20	Davis,Davis Terrace		WA	015		
5791878	Day City (historical)	day-city-historical	US		0	America/Los_Angeles	47.76649	-122.15624	24			WA	033		
5791881	Day Creek	day-creek	US		0	America/Los_Angeles	48.49816	-122.06654	33			WA	057		
5791975	Dean Manor	dean-manor	US		0	America/Los_Angeles	48.21732	-122.68767	34			WA	029		
5792036	Deep Creek	deep-creek	US		0	America/Los_Angeles	47.64294	-117.71217	705	Deep Creek,Deep Creek Falls,Deepcreek		WA	063		
5792164	Deer Valley	deer-valley	US		0	America/Los_Angeles	48.18157	-117.30077	699			WA	051		
5792186	Delaney	delaney	US		0	America/Los_Angeles	46.5107	-117.97189	280			WA	013		
5792189	Delano Heights	delano-heights	US		0	America/Los_Angeles	47.93348	-119.01808	507			WA	025		
5792196	Delkena	delkena	US		0	America/Los_Angeles	48.2474	-117.23855	630			WA	051		
5792203	Delridge	delridge	US		0	America/Los_Angeles	47.55232	-122.37013	59			WA	033		
5792227	Denny Creek	denny-creek	US		0	America/Los_Angeles	47.41289	-121.44232	672			WA	033		
5792262	Desert Aire	desert-aire	US		1626	America/Los_Angeles	46.6793	-119.91727	172			WA	025		
5792270	Detroit (historical)	detroit-historical	US		0	America/Los_Angeles	47.3351	-122.83208	6	Detroit (historical),Grapeview		WA	045		
5792345	Dewatto	dewatto	US		0	America/Los_Angeles	47.45232	-123.07154	2	Dewats,Dewatto		WA	045		
5792358	Dexter by the Sea	dexter-by-the-sea	US		0	America/Los_Angeles	46.72121	-124.01378	6			WA	049		
5792380	Diamond Lake	diamond-lake	US		0	America/Los_Angeles	48.12185	-117.1991	721			WA	051		
5792418	Dieringer	dieringer	US		0	America/Los_Angeles	47.24066	-122.22512	36	Derringer,Dieringer		WA	053		
5792466	Disautel	disautel	US		78	America/Los_Angeles	48.36043	-119.23726	758			WA	047		
5792469	Discovery Junction	discovery-junction	US		0	America/Los_Angeles	47.9937	-122.87461	5			WA	031		
5792474	Dishman	dishman	US		9978	America/Los_Angeles	47.66007	-117.27596	605			WA	063		
5792481	Disque	disque	US		0	America/Los_Angeles	48.13898	-123.77048	115			WA	009		
5792505	Dixie Crossing	dixie-crossing	US		0	America/Los_Angeles	46.09208	-118.47192	199			WA	071		
5792520	Dockton	dockton	US		0	America/Los_Angeles	47.37196	-122.46118	19			WA	033		
5792533	Doe Bay	doe-bay	US		0	America/Los_Angeles	48.64122	-122.78101	9	Doe Bay,Doebay,Doebay Village		WA	055		
5792560	Dole	dole	US		0	America/Los_Angeles	45.78317	-122.33787	286			WA	011		
5792595	Domke Lake Resort	domke-lake-resort	US		0	America/Los_Angeles	48.18402	-120.59426	672			WA	007		
5792634	Dorre Don	dorre-don	US		0	America/Los_Angeles	47.39788	-122.02956	106			WA	033		
5792646	Dot	dot	US		0	America/Los_Angeles	45.86652	-120.34533	694	Dorothy,Dot		WA	039		
5792751	Driftwood Shores	driftwood-shores	US		0	America/Los_Angeles	48.19232	-122.47321	2			WA	029		
5792753	Driftwood Acres	driftwood-acres	US		0	America/Los_Angeles	47.27262	-121.07453	712	Driftwood Acres,Driftwood Area		WA	037		
5792837	Dry Falls Junction	dry-falls-junction	US		0	America/Los_Angeles	47.62626	-119.33225	485			WA	025		
5792864	Dryad	dryad	US		0	America/Los_Angeles	46.63677	-123.25125	92			WA	041		
5792889	Duckabush	duckabush	US		0	America/Los_Angeles	47.65204	-122.9321	3			WA	031		
5792910	Dulwich	dulwich	US		0	America/Los_Angeles	48.8474	-118.1975	436			WA	019		
5792929	Dungeness	dungeness	US		0	America/Los_Angeles	48.14676	-123.12323	3	Dungeness,New Dungeness,Whiskey Bend		WA	009		
5792976	Dusty	dusty	US		0	America/Los_Angeles	46.81016	-117.65187	511			WA	075		
5792984	Dutch Settlement	dutch-settlement	US		0	America/Los_Angeles	47.25374	-120.45785	1191			WA	037		
5792992	Duwamish	duwamish	US		0	America/Los_Angeles	47.50704	-122.29096	4	Duwamish,West Duwamish		WA	033		
5793010	Dynamite	dynamite	US		0	America/Los_Angeles	47.496	-117.45104	711			WA	063		
5793017	Eagle Cliff	eagle-cliff	US		0	America/Los_Angeles	46.17094	-123.23429	41	Eagle Cliff,Eaglecliff		WA	069		
5793072	Eagledale	eagledale	US		0	America/Los_Angeles	47.61426	-122.51541	37	Eagledale,Southside		WA	035		
5793073	Eaglemount	eaglemount	US		0	America/Los_Angeles	47.96981	-122.84961	163			WA	031		
5793081	Earlmont	earlmont	US		0	America/Los_Angeles	47.69343	-122.1504	12	Earlmont,Earlmount		WA	033		
5793090	East Aberdeen	east-aberdeen	US		0	America/Los_Angeles	46.97787	-123.80211	9			WA	027		
5793110	East Bremerton	east-bremerton	US		0	America/Los_Angeles	47.59787	-122.62958	93	Decatur,East Bremerton,Manette,String Town		WA	035		
5793114	East Cathlamet	east-cathlamet	US		491	America/Los_Angeles	46.19678	-123.36679	67			WA	069		
5793117	East Cheney	east-cheney	US		0	America/Los_Angeles	47.431	-117.50992	704			WA	063		
5793126	East Cromwell	east-cromwell	US		0	America/Los_Angeles	47.27399	-122.6043	49			WA	053		
5793131	East Farms	east-farms	US		0	America/Los_Angeles	47.7074	-117.05242	637	East Farms,Halfway House		WA	063		
5793205	East Hill	east-hill	US		0	America/Los_Angeles	47.38621	-122.2004	129			WA	033		
5793210	East Hoquiam	east-hoquiam	US		0	America/Los_Angeles	46.97509	-123.86545	4			WA	027		
5793213	East Kittitas	east-kittitas	US		0	America/Los_Angeles	46.97429	-120.36451	548			WA	037		
5793221	East Heights	east-heights	US		0	America/Los_Angeles	47.93237	-118.98169	516	East Heights,Eastside Heights		WA	025		
5793237	East Port Orchard	east-port-orchard	US		5919	America/Los_Angeles	47.52343	-122.6243	92			WA	035		
5793240	East Marcus	east-marcus	US		0	America/Los_Angeles	48.66851	-118.04499	456			WA	065		
5793241	East Raymond	east-raymond	US		0	America/Los_Angeles	46.66843	-123.69238	23	East Raymond,Willapa		WA	049		
5793242	East Renton Highlands	east-renton-highlands	US		11140	America/Los_Angeles	47.48482	-122.11234	158			WA	033		
5793244	East Seattle	east-seattle	US		0	America/Los_Angeles	47.58788	-122.24846	46			WA	033		
5793246	East Selah	east-selah	US		0	America/Los_Angeles	46.66457	-120.48784	342			WA	077		
5793252	East Stanwood	east-stanwood	US		0	America/Los_Angeles	48.24399	-122.34682	16			WA	061		
5793260	East Quilcene	east-quilcene	US		0	America/Los_Angeles	47.82676	-122.85211	9			WA	031		
5793272	East Wenatchee Bench	east-wenatchee-bench	US		8856	America/Los_Angeles	47.42568	-120.28118	280			WA	017		
5793273	East White Bluffs	east-white-bluffs	US		0	America/Los_Angeles	46.67347	-119.46114	120			WA	005		
5793278	Eastgate	eastgate	US		4958	America/Los_Angeles	47.57266	-122.14578	110			WA	033		
5793308	Eastward	eastward	US		0	America/Los_Angeles	47.14538	-122.62318	5			WA	053		
5792657	Doty	doty	US	98539	0	America/Los_Angeles	46.63455	-123.27764	95			WA	041		
5793323	Eatonville Junction	eatonville-junction	US		0	America/Los_Angeles	46.87955	-122.26234	248			WA	053		
5793335	Ebeys Landing	ebeys-landing	US		0	America/Los_Angeles	48.19176	-122.70795	3	Ebey Landing,Ebey's Landing,Ebeys Landing		WA	029		
5793385	Edendale (historical)	edendale-historical	US		0	America/Los_Angeles	48.31545	-118.14999	394			WA	065		
5793399	Edgewater (historical)	edgewater-historical	US		0	America/Los_Angeles	47.65454	-122.34068	46			WA	033		
5793400	Edgewater Beach	edgewater-beach	US		0	America/Los_Angeles	47.15093	-122.93209	18			WA	067		
5793403	Edgewater Park	edgewater-park	US		0	America/Los_Angeles	47.64177	-122.27901	8			WA	033		
5793405	Edgewick	edgewick	US		0	America/Los_Angeles	47.44844	-121.72622	197			WA	033		
5793420	Edison Station	edison-station	US		0	America/Los_Angeles	48.56566	-122.42211	3			WA	057		
5793495	Elanor	elanor	US		0	America/Los_Angeles	47.60405	-117.88995	776			WA	043		
5793526	Eldorado Hills	eldorado-hills	US		0	America/Los_Angeles	47.61648	-122.71793	98			WA	035		
5793538	Electron	electron	US		0	America/Los_Angeles	46.9926	-122.19428	178			WA	053		
5793570	Elizan Beach	elizan-beach	US		0	America/Los_Angeles	47.12898	-123.00098	18			WA	067		
5793609	Elk Plain	elk-plain	US		14205	America/Los_Angeles	47.05316	-122.39762	132			WA	053		
5793652	Elliott Ave	elliott-ave	US		0	America/Los_Angeles	46.59207	-120.6659	428			WA	077		
5793669	Ellisforde	ellisforde	US		0	America/Los_Angeles	48.78988	-119.40117	277	Ellisford,Ellisforde		WA	047		
5793676	Ellisport	ellisport	US		0	America/Los_Angeles	47.42038	-122.4354	8	Chautauqua,Elisport,Ellisport,Elliston		WA	033		
5793705	Elwha	elwha	US		0	America/Los_Angeles	48.06064	-123.59436	131	Elwha,McDonald		WA	009		
5793725	Emerald	emerald	US		0	America/Los_Angeles	46.30263	-120.08143	220			WA	077		
5793779	Endolyne	endolyne	US		0	America/Los_Angeles	47.51649	-122.3929	48			WA	033		
5793780	Enetai	enetai	US		2286	America/Los_Angeles	47.58482	-122.59875	30	Bremerton East,Enetai		WA	035		
5793805	Entiat (historical)	entiat-historical	US		0	America/Los_Angeles	47.66291	-120.22369	216			WA	007		
5793839	Epley (historical)	epley-historical	US		0	America/Los_Angeles	48.42265	-119.5595	387			WA	047		
5793856	Ericson View Tracts	ericson-view-tracts	US		0	America/Los_Angeles	45.72651	-121.60007	387			WA	059		
5793863	Erlands Point	erlands-point	US		0	America/Los_Angeles	47.59982	-122.69292	8	Erland,Erlands Point		WA	035		
5793866	Ernies Grove	ernies-grove	US		0	America/Los_Angeles	47.5351	-121.74539	141			WA	033		
5793867	Eschbach	eschbach	US		415	America/Los_Angeles	46.66957	-120.63118	395			WA	077		
5793892	Estes	estes	US		0	America/Los_Angeles	46.63375	-118.65305	257			WA	021		
5793912	Evaline	evaline	US		0	America/Los_Angeles	46.53955	-122.93818	131			WA	041		
5793942	Everett Junction	everett-junction	US		0	America/Los_Angeles	47.96898	-122.22708	68			WA	061		
5794008	Evergreen Terrace	evergreen-terrace	US		0	America/Los_Angeles	46.18094	-122.999	29			WA	015		
5794014	Ewartsville	ewartsville	US		0	America/Los_Angeles	46.70322	-117.3024	692			WA	075		
5794039	Factoria	factoria	US		0	America/Los_Angeles	47.58204	-122.16707	22			WA	033		
5794047	Fair Harbor	fair-harbor	US		0	America/Los_Angeles	47.34204	-122.83208	4			WA	045		
5794097	Fairwood	fairwood	US		19102	America/Los_Angeles	47.44843	-122.15734	162	Cascade-Fairwood		WA	033		
5794098	Fairwood	fairwood	US		7905	America/Los_Angeles	47.76684	-117.41744	553			WA	063		
5794185	Fargher Lake	fargher-lake	US		0	America/Los_Angeles	45.88845	-122.51427	207			WA	011		
5794207	Farris	farris	US		0	America/Los_Angeles	47.69263	-120.31703	305			WA	007		
5794208	Farron	farron	US		0	America/Los_Angeles	46.40457	-120.52145	254			WA	077		
5794214	Fauntleroy	fauntleroy	US		0	America/Los_Angeles	47.52315	-122.3929	11			WA	033		
5794222	Farrington	farrington	US		0	America/Los_Angeles	46.53958	-118.5786	228			WA	021		
5794242	Felida	felida	US		7385	America/Los_Angeles	45.70956	-122.70732	65			WA	011		
5794255	Feriton	feriton	US		0	America/Los_Angeles	47.66927	-122.1979	52			WA	033		
5794262	Fern Heath	fern-heath	US		0	America/Los_Angeles	47.39621	-122.41096	79			WA	033		
5794263	Fern Hill	fern-hill	US		0	America/Los_Angeles	47.18093	-122.43346	122	Fern Hill,Fernhill		WA	053		
5794273	Fern Prairie	fern-prairie	US		1884	America/Los_Angeles	45.63651	-122.3987	140			WA	011		
5794275	Ferncliff	ferncliff	US		0	America/Los_Angeles	47.6426	-122.51041	51	Ferncliff,Pettit's Landing		WA	035		
5794317	Fidalgo	fidalgo	US		0	America/Los_Angeles	48.47622	-122.57072	10	Fidalgo,Munks Landing		WA	057		
5794328	Fife	fife	US		9970	America/Los_Angeles	47.23927	-122.35707	7			WA	053		
5794330	Fife Heights	fife-heights	US		2137	America/Los_Angeles	47.25899	-122.34568	124			WA	053		
5794381	Finn Hill	finn-hill	US		0	America/Los_Angeles	47.71732	-122.22735	134			WA	033		
5794415	Fir Tree	fir-tree	US		0	America/Los_Angeles	46.95621	-122.78319	68			WA	067		
5794416	Fircrest	fircrest	US		6687	America/Los_Angeles	47.23954	-122.51596	85			WA	053		
5794419	Firdale	firdale	US		0	America/Los_Angeles	46.62399	-123.57238	54			WA	049		
5794420	Firdale	firdale	US		0	America/Los_Angeles	47.77982	-122.36152	132			WA	061		
5794439	Firloch	firloch	US		0	America/Los_Angeles	47.70315	-122.17457	67			WA	033		
5794465	Firwood	firwood	US		0	America/Los_Angeles	45.93123	-120.91285	712			WA	039		
5794501	Fish Town	fish-town	US		0	America/Los_Angeles	48.36399	-122.47044	3			WA	057		
5794546	Fishtrap	fishtrap	US		0	America/Los_Angeles	47.38849	-117.83077	695	Fishtrap,Vista		WA	043		
5794559	Five Corners	five-corners	US		18159	America/Los_Angeles	45.68456	-122.5751	65			WA	011		
5794560	Five Corners	five-corners	US		0	America/Los_Angeles	46.50208	-118.86639	283			WA	021		
5794561	Five Corners	five-corners	US		0	America/Los_Angeles	47.45954	-122.33401	70			WA	033		
5794562	Five Corners	five-corners	US		0	America/Los_Angeles	46.93288	-122.58957	107			WA	067		
5794586	Flandersville	flandersville	US		0	America/Los_Angeles	46.154	-123.29568	15			WA	069		
5794616	Fletcher Bay	fletcher-bay	US		0	America/Los_Angeles	47.64065	-122.57708	20			WA	035		
5794675	Fobes Hill	fobes-hill	US		2418	America/Los_Angeles	47.94899	-122.11985	62	Fobes,Fobes Hill		WA	061		
5794713	Fordair	fordair	US		0	America/Los_Angeles	47.63598	-119.26947	506			WA	025		
5794716	Fords Prairie	fords-prairie	US		1959	America/Los_Angeles	46.7351	-122.98902	54			WA	041		
5794720	Forest Beach	forest-beach	US		0	America/Los_Angeles	47.38259	-122.94654	1			WA	045		
5794721	Forest Beach	forest-beach	US		0	America/Los_Angeles	47.29399	-122.68847	11			WA	053		
5794727	Forest Glade	forest-glade	US		0	America/Los_Angeles	47.98149	-121.97318	98			WA	061		
5794745	Forest Ridge	forest-ridge	US		0	America/Los_Angeles	48.76567	-122.42822	127			WA	073		
5794777	Fort Canby	fort-canby	US		0	America/Los_Angeles	46.28343	-124.05404	4			WA	049		
5794778	Fort Casey	fort-casey	US		0	America/Los_Angeles	48.16426	-122.67878	3			WA	029		
5794784	Fort Flagler	fort-flagler	US		0	America/Los_Angeles	48.09676	-122.69516	31			WA	031		
5794790	Fort Nisqually	fort-nisqually	US		0	America/Los_Angeles	47.30288	-122.52818	72	Fort Nisqually,Sequalitchew		WA	053		
5794796	Fort Rains	fort-rains	US		0	America/Los_Angeles	45.65262	-121.91841	25			WA	059		
5794799	Fort Spokane	fort-spokane	US		0	America/Los_Angeles	47.9046	-118.30915	432	Fort Spokane,Old Fort Spokane		WA	043		
5794812	Fort Ward	fort-ward	US		0	America/Los_Angeles	47.58093	-122.51513	74			WA	035		
5794950	Foy	foy	US		0	America/Los_Angeles	47.73399	-122.34513	147			WA	033		
5794954	Fragaria	fragaria	US		0	America/Los_Angeles	47.46399	-122.53124	2			WA	035		
5794960	Frances	frances	US		0	America/Los_Angeles	46.54233	-123.50488	71			WA	049		
5795011	Frederickson	frederickson	US		18719	America/Los_Angeles	47.09621	-122.35873	122			WA	053		
5795109	Frisken Wye	frisken-wye	US		0	America/Los_Angeles	47.23426	-123.48266	119	Frisken Wye,Windsor		WA	045		
5795161	Fryelands	fryelands	US		0	America/Los_Angeles	47.87149	-122.00901	10			WA	061		
5795175	Fuller	fuller	US		0	America/Los_Angeles	46.97399	-123.47099	33			WA	027		
5795182	Furport	furport	US		0	America/Los_Angeles	48.24185	-117.17604	635			WA	051		
5795237	Garcia	garcia	US		0	America/Los_Angeles	47.42372	-121.62232	498	Garcia,Garcia Station		WA	033		
5795337	Geiger Heights	geiger-heights	US		0	America/Los_Angeles	47.59267	-117.49077	715			WA	063		
5795350	Geneva Junction	geneva-junction	US		0	America/Los_Angeles	46.46569	-119.32557	128			WA	005		
5795386	Gertrude	gertrude	US		0	America/Los_Angeles	47.21426	-122.66791	4	Gertrude,Sunne		WA	053		
5795392	Getchell	getchell	US		0	America/Los_Angeles	48.07204	-122.09708	113	Getchell,Springfield		WA	061		
5795414	Gibraltar	gibraltar	US		0	America/Los_Angeles	48.43066	-122.58267	45	Gibraltar,Gibralter		WA	057		
5795487	Givens Corner	givens-corner	US		0	America/Los_Angeles	46.25096	-119.99921	203			WA	077		
5795490	Ginger	ginger	US		0	America/Los_Angeles	46.68069	-119.50586	129			WA	005		
5795492	Glacier	glacier	US		211	America/Los_Angeles	48.89012	-121.9457	276			WA	073		
5795542	Gleed	gleed	US		2906	America/Los_Angeles	46.65818	-120.6134	382			WA	077		
5795544	Glen Acres	glen-acres	US		0	America/Los_Angeles	47.47565	-122.44652	6	Clan Acres,Glen Acres		WA	033		
5795549	Glencove	glencove	US		0	America/Los_Angeles	47.34593	-122.73708	5	Glen Cove,Glencove		WA	053		
5795579	Gloyd	gloyd	US		0	America/Los_Angeles	47.26486	-119.27975	382			WA	025		
5795668	Godfrey (historical)	godfrey-historical	US		0	America/Los_Angeles	48.70851	-118.11638	444			WA	065		
5795751	Goldfield Mill	goldfield-mill	US		0	America/Los_Angeles	48.77408	-117.6672	659			WA	065		
5795774	Goldstake	goldstake	US		0	America/Los_Angeles	48.92046	-118.21112	460			WA	019		
5795786	Goodnoe	goodnoe	US		0	America/Los_Angeles	45.71596	-120.51394	96	Goodnoe,Harbin		WA	039		
5795787	Goodnoe Hills	goodnoe-hills	US		0	America/Los_Angeles	45.75124	-120.48033	395			WA	039		
5795827	Goose Prairie	goose-prairie	US		0	America/Los_Angeles	46.89511	-121.26703	990			WA	077		
5795833	Gooseneck	gooseneck	US		0	America/Los_Angeles	45.71651	-121.03035	485			WA	039		
5795861	Gorst	gorst	US		592	America/Los_Angeles	47.52537	-122.70486	16	Butler,Gorst,Gorst Creek,Head of the Bay		WA	035		
5795899	Govan	govan	US		0	America/Los_Angeles	47.73876	-118.82306	640			WA	043		
5795915	Graham Point	graham-point	US		0	America/Los_Angeles	47.2476	-122.93792	8			WA	045		
5795919	Grahams	grahams	US		0	America/Los_Angeles	48.09212	-117.17243	632	Grahams,Grahams Spur		WA	051		
5795920	Grahams Landing	grahams-landing	US		0	America/Los_Angeles	46.22044	-116.95987	234			WA	003		
5795970	Grange City (historical)	grange-city-historical	US		0	America/Los_Angeles	46.54987	-118.17996	177			WA	013		
5796072	Grassmere	grassmere	US		0	America/Los_Angeles	48.54011	-121.78014	62	Grassmere,Ponto		WA	057		
5796085	Gravelles	gravelles	US		0	America/Los_Angeles	47.62099	-117.99913	738			WA	043		
5796086	Gravelly Beach	gravelly-beach	US		0	America/Los_Angeles	47.10454	-122.96514	21			WA	067		
5796111	Gray Gables	gray-gables	US		0	America/Los_Angeles	47.01342	-124.00934	7			WA	027		
5796116	Grays	grays	US		0	America/Los_Angeles	48.106	-117.75163	570	Gray,Grays,Grays Siding		WA	065		
5796123	Grays Harbor City	grays-harbor-city	US		0	America/Los_Angeles	46.98509	-123.96128	25			WA	027		
5796151	Green Bluff	green-bluff	US		761	America/Los_Angeles	47.82739	-117.2716	704			WA	063		
5796280	Greenwater	greenwater	US		67	America/Los_Angeles	47.15594	-121.65038	518			WA	053		
5796283	Greens Landing	greens-landing	US		0	America/Los_Angeles	47.93069	-120.19202	367			WA	007		
5796305	Gregory Heights	gregory-heights	US		0	America/Los_Angeles	47.45593	-122.36096	113			WA	033		
5796344	Grisdale	grisdale	US		0	America/Los_Angeles	47.35703	-123.61239	256			WA	027		
5796362	Gromore	gromore	US		0	America/Los_Angeles	46.58846	-120.69813	432			WA	077		
5796366	Grotto	grotto	US		0	America/Los_Angeles	47.73622	-121.42344	271			WA	033		
5796372	Grouse	grouse	US		0	America/Los_Angeles	46.01237	-117.42156	871			WA	003		
5796423	Guemes	guemes	US		0	America/Los_Angeles	48.5301	-122.62489	13			WA	057		
5796429	Guler	guler	US		0	America/Los_Angeles	45.99956	-121.54064	595			WA	039		
5796525	Halford	halford	US		0	America/Los_Angeles	47.78844	-121.50427	229			WA	061		
5796559	Haller Lake	haller-lake	US		0	America/Los_Angeles	47.72343	-122.33929	131			WA	033		
5796568	Halterman	halterman	US		0	America/Los_Angeles	48.26927	-121.88375	77			WA	061		
5796575	Hamann Corner	hamann-corner	US		0	America/Los_Angeles	47.83045	-117.42522	623			WA	063		
5796586	Hamilton Junction	hamilton-junction	US		0	America/Los_Angeles	48.5265	-122.00682	29			WA	057		
5796595	Hamma Hamma	hamma-hamma	US		0	America/Los_Angeles	47.52676	-123.05127	21			WA	045		
5796679	Hanson Ferry	hanson-ferry	US		0	America/Los_Angeles	46.02709	-117.33572	488			WA	003		
5796704	Harbor Heights	harbor-heights	US		0	America/Los_Angeles	47.36982	-122.4879	34			WA	033		
5796705	Harbor Heights	harbor-heights	US		0	America/Los_Angeles	47.32371	-122.58902	90			WA	053		
5796717	Harbour Pointe	harbour-pointe	US		0	America/Los_Angeles	47.88565	-122.30513	153			WA	061		
5796719	Harbor Center	harbor-center	US		0	America/Los_Angeles	48.0087	-122.52487	34			WA	029		
5796730	Harder	harder	US		0	America/Los_Angeles	46.66181	-118.48887	281			WA	021		
5796760	Harman Heights	harman-heights	US		0	America/Los_Angeles	47.47594	-121.79456	219			WA	033		
5796768	Harmony Falls Landing (historical)	harmony-falls-landing-historical	US		0	America/Los_Angeles	46.26567	-122.14287	1040			WA	059		
5796788	Harpole	harpole	US		0	America/Los_Angeles	46.92822	-117.41658	571			WA	075		
5796803	Harrington Place	harrington-place	US		0	America/Los_Angeles	46.23122	-122.43399	391	Harrington Place,Herrington Place		WA	015		
5796832	Harsha	harsha	US		0	America/Los_Angeles	46.28875	-118.4872	269			WA	071		
5796843	Harter	harter	US		0	America/Los_Angeles	48.63212	-118.12027	403			WA	019		
5796858	Hartstene	hartstene	US		0	America/Los_Angeles	47.27648	-122.88709	18	Harstene,Harstine,Harstine Island,Hartstene,Hartstine,Hartstine Island		WA	045		
5796863	Harvey (historical)	harvey-historical	US		0	America/Los_Angeles	48.45712	-118.19277	460			WA	065		
5796913	Havillah	havillah	US		0	America/Los_Angeles	48.82794	-119.20422	1069			WA	047		
5796932	Hawthorne Hills	hawthorne-hills	US		0	America/Los_Angeles	47.67204	-122.2754	84			WA	033		
5796953	Hayford	hayford	US		0	America/Los_Angeles	47.60628	-117.56382	730			WA	063		
5796984	Hazel Dell	hazel-dell	US		19435	America/Los_Angeles	45.67151	-122.66288	64			WA	011		
5796989	Hazelmere (historical)	hazelmere-historical	US		0	America/Los_Angeles	48.08461	-118.26166	464			WA	019		
5797001	Headquarters	headquarters	US		0	America/Los_Angeles	46.24817	-122.79206	245			WA	015		
5797036	Hedges	hedges	US		0	America/Los_Angeles	46.17597	-119.0339	111			WA	005		
5797105	Helsing Junction	helsing-junction	US		0	America/Los_Angeles	46.80593	-123.12209	37	Helsing,Helsing Junction,Helsoning Junction		WA	067		
5797149	Henrys	henrys	US		0	America/Los_Angeles	47.34427	-122.01761	166			WA	033		
5797153	Herbig Heights	herbig-heights	US		0	America/Los_Angeles	46.98759	-123.83628	99			WA	027		
5797177	Hesseltine	hesseltine	US		0	America/Los_Angeles	47.87432	-118.83001	837			WA	043		
5797212	Hidden	hidden	US		0	America/Los_Angeles	45.67206	-122.63593	77	Hidden,Saint John		WA	011		
5797288	High Rock	high-rock	US		0	America/Los_Angeles	47.81288	-121.98262	18			WA	061		
5797295	High Valley	high-valley	US		0	America/Los_Angeles	47.49232	-122.07012	190			WA	033		
5797316	Highland Heights	highland-heights	US		0	America/Los_Angeles	47.21703	-124.20296	34			WA	027		
5797331	Highlands Park	highlands-park	US		0	America/Los_Angeles	47.49482	-122.18234	92			WA	033		
5797334	Highline	highline	US		0	America/Los_Angeles	47.47343	-122.32429	121			WA	033		
5797365	Hillcrest	hillcrest	US		0	America/Los_Angeles	47.01071	-118.28247	522	Hillcrest,Hillcrest Siding		WA	001		
5797376	Hillgrove	hillgrove	US		0	America/Los_Angeles	47.06648	-123.26793	91			WA	027		
5797377	Hillhurst	hillhurst	US		0	America/Los_Angeles	47.08676	-122.50707	103			WA	053		
5797379	Hillman City (historical)	hillman-city-historical	US		0	America/Los_Angeles	47.55593	-122.26179	8			WA	033		
5797387	Hillside Siding	hillside-siding	US		0	America/Los_Angeles	46.74235	-120.44701	439	Hillside,Hillside Siding		WA	037		
5797397	Hillyard	hillyard	US		0	America/Los_Angeles	47.70073	-117.36633	622			WA	063		
5797414	Hintzville	hintzville	US		0	America/Los_Angeles	47.56398	-122.89154	146	Hintzvill,Hintzville		WA	035		
5797426	Hite Center	hite-center	US		0	America/Los_Angeles	47.60176	-122.86404	129			WA	035		
5797429	Hite	hite	US		0	America/Los_Angeles	47.66405	-117.77884	765			WA	063		
5797435	Hockinson	hockinson	US		4771	America/Los_Angeles	45.73789	-122.48704	94	Eureka,Hockinson		WA	011		
5797472	Hoh	hoh	US		0	America/Los_Angeles	47.74924	-124.40659	10			WA	031		
5797492	Holden (historical)	holden-historical	US		0	America/Los_Angeles	48.19933	-120.77408	984	Holden (historical),Holden Village		WA	007		
5797528	Holly Park	holly-park	US		0	America/Los_Angeles	47.54177	-122.29179	72			WA	033		
5797530	Hollywood Beach	hollywood-beach	US		0	America/Los_Angeles	47.92764	-120.21258	354			WA	007		
5797535	Hollywood Hill	hollywood-hill	US		0	America/Los_Angeles	47.73732	-122.12735	117			WA	033		
5797557	Holtzinger	holtzinger	US		0	America/Los_Angeles	46.67762	-120.72063	537			WA	077		
5797581	Homan	homan	US		0	America/Los_Angeles	45.70039	-122.58287	65	Glenwood,Homan,Thornton		WA	011		
5797590	Home Valley	home-valley	US		0	America/Los_Angeles	45.69817	-121.77647	24	Heim Dal,Home Valley		WA	059		
5797626	Hongking (historical)	hongking-historical	US		0	America/Los_Angeles	47.35177	-122.47624	1			WA	033		
5797645	Hood View Tracts	hood-view-tracts	US		0	America/Los_Angeles	45.7254	-121.59619	364			WA	059		
5797654	Hoogdal	hoogdal	US		0	America/Los_Angeles	48.55816	-122.25933	92			WA	057		
5797665	Hooper Junction	hooper-junction	US		0	America/Los_Angeles	46.75126	-118.16441	325			WA	001		
5797705	Horlick	horlick	US		0	America/Los_Angeles	47.13012	-120.7848	539			WA	037		
5797754	Horse Heaven	horse-heaven	US		0	America/Los_Angeles	46.09986	-119.53614	362	Bedrock Springs,Horse Heaven		WA	005		
5797844	Houser	houser	US		0	America/Los_Angeles	46.50182	-117.77631	416			WA	023		
5797869	Howards Corner	howards-corner	US		0	America/Los_Angeles	48.45455	-122.58295	57			WA	057		
5797899	Huckle Ridge	huckle-ridge	US		0	America/Los_Angeles	47.64565	-122.66376	28			WA	035		
5797975	Humorist	humorist	US		0	America/Los_Angeles	46.19347	-118.92695	162			WA	071		
5798054	Hunts Point	hunts-point	US		438	America/Los_Angeles	47.64343	-122.23012	19	Hunt Point,Hunts Point		WA	033		
5798081	Hutton Settlement	hutton-settlement	US		0	America/Los_Angeles	47.70128	-117.26604	614			WA	063		
5798083	Hyak	hyak	US		0	America/Los_Angeles	47.39289	-121.39287	783			WA	037		
5798099	Hyland	hyland	US		0	America/Los_Angeles	48.02704	-122.03069	77	Hyland,Hylands		WA	061		
5798162	Illahee	illahee	US		0	America/Los_Angeles	47.61287	-122.59681	11			WA	035		
5798166	Illia	illia	US		0	America/Los_Angeles	46.67599	-117.50435	217			WA	023		
5798174	Image	image	US		0	America/Los_Angeles	45.60901	-122.58204	44	Image,Russell Landing		WA	011		
5798182	Impach	impach	US		0	America/Los_Angeles	48.28822	-118.23666	547			WA	019		
5798212	Indian Beach	indian-beach	US		0	America/Los_Angeles	48.16315	-122.52127	39			WA	029		
5798314	Indian Village	indian-village	US		0	America/Los_Angeles	48.16834	-124.73176	22			WA	009		
5798315	Indian Village	indian-village	US		0	America/Los_Angeles	48.57288	-122.65073	11			WA	057		
5798328	Inglesea	inglesea	US		0	America/Los_Angeles	47.48565	-122.35651	121			WA	033		
5798357	Intercity	intercity	US		0	America/Los_Angeles	47.91482	-122.23513	170			WA	061		
5798384	Interbay	interbay	US		0	America/Los_Angeles	47.64035	-122.38134	65			WA	033	7174408	
5798388	Irby	irby	US		0	America/Los_Angeles	47.35931	-118.85111	428	Irby,Irby's Ranch		WA	043		
5798423	Iron Springs	iron-springs	US		0	America/Los_Angeles	47.15953	-124.18851	4			WA	027		
5798476	Island View	island-view	US		0	America/Los_Angeles	46.2393	-119.22335	104			WA	005		
5798484	Islandale	islandale	US		0	America/Los_Angeles	48.44621	-122.85768	39			WA	055		
5798577	Jackson Park	jackson-park	US		0	America/Los_Angeles	47.58759	-122.6957	41			WA	035		
5798612	Jameson (historical)	jameson-historical	US		0	America/Los_Angeles	47.71375	-119.66394	686			WA	017		
5798618	Jamison Corner	jamison-corner	US		0	America/Los_Angeles	47.93538	-122.01207	156			WA	061		
5798621	Janis	janis	US		0	America/Los_Angeles	48.64737	-119.46534	271			WA	047		
5798631	Jared	jared	US		0	America/Los_Angeles	48.46908	-117.3155	628			WA	051		
5798711	Jerita	jerita	US		0	America/Los_Angeles	46.74293	-117.88688	480			WA	075		
5798715	Jerry	jerry	US		0	America/Los_Angeles	46.32433	-117.10849	296	Grand Junction,Jerry		WA	003		
5798762	Jims Corner	jims-corner	US		0	America/Los_Angeles	46.99482	-122.29456	197			WA	053		
5798786	Johansons Corner	johansons-corner	US		0	America/Los_Angeles	47.62982	-122.65264	68			WA	035		
5798814	John Sam Lake	john-sam-lake	US		956	America/Los_Angeles	48.10926	-122.24598	166			WA	061		
5798880	Johnson Landing	johnson-landing	US		0	America/Los_Angeles	47.18399	-122.69041	4			WA	053		
5798896	Johnsons Corner	johnsons-corner	US		0	America/Los_Angeles	46.98038	-122.35762	183			WA	053		
5798969	Joso	joso	US		0	America/Los_Angeles	46.61153	-118.21858	228			WA	021		
5798972	Jovita	jovita	US		0	America/Los_Angeles	47.26093	-122.28179	113			WA	033		
5798977	Juanita	juanita	US		0	America/Los_Angeles	47.70315	-122.20707	33	Hubbard,Juanita		WA	033		
5799062	Juniper Beach	juniper-beach	US		0	America/Los_Angeles	48.23093	-122.4071	22			WA	029		
5799073	Juno	juno	US		0	America/Los_Angeles	47.11489	-117.57492	602	Juno,Juno Station		WA	075		
5799382	Kachess Resort	kachess-resort	US		0	America/Los_Angeles	47.33261	-121.25398	691			WA	037		
5799405	Kalaloch	kalaloch	US		0	America/Los_Angeles	47.60452	-124.37242	9	Kalaloch,Kaloloch		WA	031		
5799437	Kamilche	kamilche	US		0	America/Los_Angeles	47.13037	-123.09793	19			WA	045		
5799446	Kanaskat Junction	kanaskat-junction	US		0	America/Los_Angeles	47.33205	-121.89178	281			WA	033		
5799457	Kangley	kangley	US		0	America/Los_Angeles	47.36177	-121.88011	307	Kangley,Kangley Junction		WA	033		
5799460	Kanaskat	kanaskat	US		0	America/Los_Angeles	47.32038	-121.89372	252			WA	033		
5799472	Karamin	karamin	US		0	America/Los_Angeles	48.77322	-118.64919	720			WA	019		
5799474	Kariotis	kariotis	US		0	America/Los_Angeles	47.62593	-122.60792	122			WA	035		
5799567	Kellys Korner	kellys-korner	US		0	America/Los_Angeles	46.98482	-122.76819	65			WA	067		
5799594	Kennard Corner	kennard-corner	US		0	America/Los_Angeles	47.8201	-122.20763	57			WA	061		
5800133	Ladow	ladow	US		0	America/Los_Angeles	46.98573	-117.08545	792			WA	075		
5799629	Kennydale	kennydale	US		0	America/Los_Angeles	47.52066	-122.20679	29			WA	033		
5799664	Kerriston	kerriston	US		0	America/Los_Angeles	47.45482	-121.85761	386			WA	033		
5799671	Ketron	ketron	US		17	America/Los_Angeles	47.15426	-122.61818	3			WA	053		
5799689	Kewa	kewa	US		0	America/Los_Angeles	48.201	-118.27861	583	Kewa,Kewah		WA	019		
5799692	Key Center	key-center	US		3692	America/Los_Angeles	47.34065	-122.74541	56			WA	053		
5799703	Keystone Ferry Landing	keystone-ferry-landing	US		0	America/Los_Angeles	48.15926	-122.67128	1			WA	029		
5799712	Kibler	kibler	US		0	America/Los_Angeles	46.08792	-118.22051	430	Kibbler,Kibler		WA	071		
5799714	Kickerville	kickerville	US		0	America/Los_Angeles	48.88511	-122.70407	66			WA	073		
5799721	Kid Valley	kid-valley	US		0	America/Los_Angeles	46.37289	-122.61928	239			WA	015		
5799771	King Corner	king-corner	US		0	America/Los_Angeles	45.79456	-122.59982	71			WA	011		
5799819	Kingsgate	kingsgate	US		13065	America/Los_Angeles	47.72704	-122.17957	98			WA	033		
5799823	Kinneyville (historical)	kinneyville-historical	US		0	America/Los_Angeles	46.20763	-119.79226	207			WA	005		
5799830	Kiona	kiona	US		0	America/Los_Angeles	46.24958	-119.47752	158			WA	005		
5799859	Kitsap Lake	kitsap-lake	US		0	America/Los_Angeles	47.58287	-122.70848	73			WA	035		
5799874	Kitts Corner	kitts-corner	US		0	America/Los_Angeles	47.29704	-122.31318	98	Kits Corner,Kitts Corner		WA	033		
5799882	Klaber	klaber	US		0	America/Los_Angeles	46.56177	-123.12791	74			WA	041		
5799895	Klaus	klaus	US		0	America/Los_Angeles	46.57622	-122.83873	102			WA	041		
5799915	Klickitat Heights	klickitat-heights	US		0	America/Los_Angeles	45.78262	-121.32341	739			WA	039		
5799927	Klickitat Springs	klickitat-springs	US		0	America/Los_Angeles	45.82096	-121.11729	150			WA	039		
5799932	Klipsan Beach	klipsan-beach	US		0	America/Los_Angeles	46.46649	-124.05294	4			WA	049		
5799959	Knappton	knappton	US		0	America/Los_Angeles	46.27649	-123.81487	6	Cementville,Centerville,Knappton,Knapton,Todd Bay		WA	049		
5799962	Knapp Landing	knapp-landing	US		0	America/Los_Angeles	45.73812	-122.75471	4	Knapp Landing,Knapp's Landing,Knappton		WA	011		
5799998	Koontzville	koontzville	US		0	America/Los_Angeles	48.01571	-118.94724	319	Koontzville,Kootzville		WA	047		
5799999	Kooskooskie	kooskooskie	US		0	America/Los_Angeles	46.01014	-118.12023	621	Kookooskie Resort,Kooskooskie		WA	071		
5800002	Kopiah	kopiah	US		0	America/Los_Angeles	46.70594	-122.8079	92			WA	041		
5800004	Koren	koren	US		0	America/Los_Angeles	46.79514	-119.0164	371	Koren,Koren Spur		WA	001		
5800006	Kosmos (historical)	kosmos-historical	US		0	America/Los_Angeles	46.49789	-122.18788	236	Fulton,Kosmos (historical)		WA	041		
5800028	Kruse Junction	kruse-junction	US		0	America/Los_Angeles	48.10399	-122.17986	22			WA	061		
5800030	Kruse	kruse	US		0	America/Los_Angeles	48.09982	-122.17514	22			WA	061		
5800037	Kulshan	kulshan	US		0	America/Los_Angeles	48.83734	-122.13793	112			WA	073		
5800043	Kulzer	kulzer	US		0	America/Los_Angeles	48.15045	-117.72468	527			WA	065		
5800045	Kummer	kummer	US		0	America/Los_Angeles	47.28677	-122.02122	185			WA	033		
5800050	Kumtux	kumtux	US		0	America/Los_Angeles	45.78928	-122.52093	95			WA	011		
5800099	Lacamas	lacamas	US		0	America/Los_Angeles	46.56094	-122.65178	203			WA	041		
5800128	Lackawanna Beach	lackawanna-beach	US		0	America/Los_Angeles	47.64954	-122.90516	11			WA	031		
5800154	Laidlow	laidlow	US		0	America/Los_Angeles	46.86148	-124.07378	8			WA	027		
5800155	Laing	laing	US		0	America/Los_Angeles	47.11542	-119.04029	399	Laing,Laing Station		WA	025		
5800165	Lake Bay	lake-bay	US		0	America/Los_Angeles	47.25176	-122.73847	8			WA	053		
5800167	Lake Bosworth	lake-bosworth	US		667	America/Los_Angeles	48.0451	-121.96846	189			WA	061		
5800170	Lake Cavanaugh	lake-cavanaugh	US		167	America/Los_Angeles	48.32622	-122.02098	309			WA	057		
5800177	Lake Chelan Hills	lake-chelan-hills	US		0	America/Los_Angeles	47.85458	-120.06146	340			WA	007		
5800190	Lairds	lairds	US		0	America/Los_Angeles	46.91378	-117.08739	739			WA	075		
5800227	Lake Forest Park	lake-forest-park	US		13243	America/Los_Angeles	47.75676	-122.28096	23	Lejk Forest Park,Lejk Forist Park,hu lin gong yuan shi,lyk fwrst bark,lyk fwrt park  washyngtn,reikuforesutopaku,Лейк Форест Парк,Лејк Форист Парк,ليك فورست بارك,لیک فورت پارک، واشینگتن,لیک فوریسٹ پارک، واشنگٹن,レイクフォレストパーク,湖林公園市		WA	033		
5800244	Lake Hills	lake-hills	US		0	America/Los_Angeles	47.61343	-122.12151	133			WA	033		
5800255	Lake Ketchum	lake-ketchum	US		930	America/Los_Angeles	48.28455	-122.34404	70			WA	061		
5800298	Lake Heights	lake-heights	US		0	America/Los_Angeles	47.55899	-122.18401	94			WA	033		
5800302	Lake Roesiger	lake-roesiger	US		503	America/Los_Angeles	47.98343	-121.92929	244			WA	061		
5800314	Lake Shore	lake-shore	US		6571	America/Los_Angeles	45.69067	-122.69093	68			WA	011		
5800379	Lakedale	lakedale	US		0	America/Los_Angeles	47.25401	-121.05731	700	Lakedale,Lakedale Resort		WA	037		
5800380	Lakedale	lakedale	US		0	America/Los_Angeles	48.57232	-123.08407	73			WA	055		
5800383	Lakeland Village	lakeland-village	US		0	America/Los_Angeles	47.551	-117.70494	744			WA	063		
5800384	Lakeridge	lakeridge	US		0	America/Los_Angeles	47.50649	-122.24457	75	Lake Ridge,Lakeridge		WA	033		
5800411	Lakeview Park	lakeview-park	US		0	America/Los_Angeles	47.37653	-119.50781	375			WA	025		
5800416	Lakeway	lakeway	US		0	America/Los_Angeles	48.74261	-122.44683	108			WA	073		
5800443	Lamberts Corner	lamberts-corner	US		0	America/Los_Angeles	47.00343	-122.9657	48			WA	067		
5800444	Lamoine	lamoine	US		0	America/Los_Angeles	47.72875	-119.89839	814	Arupp,Lamoine		WA	017		
5800456	Landsburg	landsburg	US		0	America/Los_Angeles	47.37482	-121.97178	159	Landsberg,Landsburg		WA	033		
5800487	Lankner	lankner	US		0	America/Los_Angeles	46.91371	-123.3221	20			WA	027		
5800510	Larimers Corner	larimers-corner	US		0	America/Los_Angeles	47.89176	-122.14457	10	Larimer Corner,Larimers Corner		WA	061		
5800525	Larson Mill	larson-mill	US		0	America/Los_Angeles	48.75567	-122.41489	104			WA	073		
5800569	Latona (historical)	latona-historical	US		0	America/Los_Angeles	47.65482	-122.32152	9			WA	033		
5800573	Latona	latona	US		0	America/Los_Angeles	47.48315	-122.30124	124	Latona,Loosna		WA	033		
5800577	Lauderdale Junction	lauderdale-junction	US		0	America/Los_Angeles	47.2029	-120.70924	676	Lauderdale Junction,Virden		WA	037		
5800591	Laurelhurst	laurelhurst	US		0	America/Los_Angeles	47.66343	-122.27707	57			WA	033		
5800607	Lavender	lavender	US		0	America/Los_Angeles	47.20456	-121.11231	651	Lavendar,Lavender		WA	037		
5800610	Lavilla	lavilla	US		0	America/Los_Angeles	47.69704	-122.27513	17			WA	033		
5800617	Laws Corner	laws-corner	US		0	America/Los_Angeles	45.75373	-121.42563	595			WA	039		
5800629	Lawters Beach	lawters-beach	US		0	America/Los_Angeles	47.65898	-122.77821	5			WA	035		
5800633	Lawtonwood	lawtonwood	US		0	America/Los_Angeles	47.66899	-122.4143	19	Lawton Wood,Lawtonwood,Shilsholia		WA	033		
5800650	Le Grow	le-grow	US		0	America/Los_Angeles	46.17319	-118.83194	199	Le Grow,LeGrow		WA	071		
5800673	Leadpoint	leadpoint	US		0	America/Los_Angeles	48.90936	-117.58747	649			WA	065		
5800675	Leahy	leahy	US		0	America/Los_Angeles	47.91904	-119.38893	594			WA	017		
5800691	Leber	leber	US		0	America/Los_Angeles	46.94816	-122.33123	209			WA	053		
5800744	Lemolo	lemolo	US		0	America/Los_Angeles	47.28816	-121.80261	315			WA	033		
5800745	Lemolo	lemolo	US		0	America/Los_Angeles	47.71176	-122.62237	9			WA	035		
5800806	Levey	levey	US		0	America/Los_Angeles	46.27569	-118.84472	138			WA	021		
5800882	Lichty	lichty	US		0	America/Los_Angeles	46.29263	-119.9531	221	Esjay,Lichty,Litchy		WA	077		
5800959	Limestone Junction	limestone-junction	US		0	America/Los_Angeles	48.95651	-122.15709	157			WA	073		
5801056	Lisabeula	lisabeula	US		0	America/Los_Angeles	47.40732	-122.51763	52	Lisabeula,Lisabuella		WA	033		
5801061	Littell	littell	US		0	America/Los_Angeles	46.63677	-123.03541	61			WA	041		
5801098	Little Boston	little-boston	US		0	America/Los_Angeles	47.85232	-122.57015	20			WA	035		
5801145	Little Dalles (historical)	little-dalles-historical	US		0	America/Los_Angeles	48.85408	-117.86971	534			WA	065		
5801163	Little Elkhorn	little-elkhorn	US		0	America/Los_Angeles	45.70734	-122.41621	331			WA	011		
5801209	Little Hoquiam	little-hoquiam	US		0	America/Los_Angeles	47.32176	-122.96043	65			WA	045		
5801283	Little Oklahoma	little-oklahoma	US		0	America/Los_Angeles	48.0437	-123.30657	295			WA	009		
5801412	Lochsloy	lochsloy	US		2533	America/Los_Angeles	48.05149	-122.03208	72	Lochloy,Lochsloy		WA	061		
5801441	Lofall	lofall	US		2289	America/Los_Angeles	47.81192	-122.65841	22	Lofall,Lovfall,Loyfall		WA	035		
5801467	Lona Beach	lona-beach	US		0	America/Los_Angeles	48.20426	-122.44655	2	Lona Beach,Long Beach		WA	029		
5801517	Long	long	US		0	America/Los_Angeles	46.29153	-118.02661	454	Long,Longs,Milton Mills		WA	013		
5801621	Longview Heights	longview-heights	US		3851	America/Los_Angeles	46.18039	-122.95706	270			WA	015		
5801622	Longview Junction	longview-junction	US		0	America/Los_Angeles	46.10456	-122.88817	3			WA	015		
5801629	Longview (historical)	longview-historical	US		0	America/Los_Angeles	45.92902	-119.41335	92	Francis,Gravel,Longview (historical),Tuton		WA	005		
5801674	Loop Loop (historical)	loop-loop-historical	US		0	America/Los_Angeles	48.45126	-119.7134	1079	Loop Loop (historical),Loup Loup		WA	047		
5801829	Low Gap	low-gap	US		0	America/Los_Angeles	46.98597	-119.79171	391			WA	025		
5801875	Lower Elwha	lower-elwha	US		0	America/Los_Angeles	48.14426	-123.55269	6			WA	009		
5801918	Lowman Beach Park	lowman-beach-park	US		0	America/Los_Angeles	47.54065	-122.39596	11			WA	033		
5801920	Loyal Heights	loyal-heights	US		0	America/Los_Angeles	47.68353	-122.38478	92	Loyal,Loyal Heights		WA	033	7174408	
5801935	Lucia	lucia	US		0	America/Los_Angeles	45.83817	-122.43454	149			WA	011		
5801956	Luana Beach	luana-beach	US		0	America/Los_Angeles	47.3951	-122.38679	10	Luana Beach,Luena Beach,Maury		WA	033		
5801963	Lummi	lummi	US		0	America/Los_Angeles	48.79483	-122.61379	9	Lummi,N'wh-ah-tk-hm		WA	073		
5802054	Lynwood Center	lynwood-center	US		0	America/Los_Angeles	47.60454	-122.54736	7			WA	035		
5802077	Mabana	mabana	US		0	America/Los_Angeles	48.09454	-122.41515	27			WA	029		
5802126	Madison Park	madison-park	US		0	America/Los_Angeles	47.63482	-122.27957	14			WA	033		
5802131	Madrona	madrona	US		0	America/Los_Angeles	47.61321	-122.28815	87	Madrona,Madrona Park		WA	033	7174408	
5802132	Madrona Beach	madrona-beach	US		0	America/Los_Angeles	48.21732	-122.53405	15			WA	029		
5802133	Madrona Beach	madrona-beach	US		0	America/Los_Angeles	47.07204	-123.01709	12			WA	067		
5802136	Madrona Heights	madrona-heights	US		0	America/Los_Angeles	47.68843	-122.56236	29			WA	035		
5802142	Madrona Point	madrona-point	US		0	America/Los_Angeles	47.57926	-122.67903	15			WA	035		
5802144	Madson	madson	US		0	America/Los_Angeles	46.82183	-117.09378	773			WA	075		
5802145	Mae	mae	US		0	America/Los_Angeles	47.11736	-119.39558	340			WA	025		
5802147	Magallon	magallon	US		0	America/Los_Angeles	46.58959	-118.47526	166			WA	071		
5802161	Magnolia Beach	magnolia-beach	US		0	America/Los_Angeles	47.38204	-122.48318	6			WA	033		
5802163	Magnolia Bluff	magnolia-bluff	US		0	America/Los_Angeles	47.65296	-122.41297	61			WA	033	7174408	
5802165	Magnolia Heights	magnolia-heights	US		0	America/Los_Angeles	47.2651	-122.59541	29			WA	053		
5802236	Maltby	maltby	US		10830	America/Los_Angeles	47.8051	-122.11318	122	Maltby,Yew		WA	061		
5802251	Manette	manette	US		0	America/Los_Angeles	47.57121	-122.61236	34			WA	035		
5802290	Mansford	mansford	US		0	America/Los_Angeles	48.30733	-121.5229	156			WA	057		
5802302	Maple Beach	maple-beach	US		0	America/Los_Angeles	49.00066	-123.03742	6			WA	073		
5802321	Maple Grove Beach	maple-grove-beach	US		0	America/Los_Angeles	48.25316	-122.51627	0	Maple Grove,Maple Grove Beach		WA	029		
5802325	Maple Hills	maple-hills	US		0	America/Los_Angeles	47.46705	-122.0679	201			WA	033		
5802342	Maple Valley Heights	maple-valley-heights	US		0	America/Los_Angeles	47.45482	-122.08679	154			WA	033		
5802345	Maplecreek	maplecreek	US		0	America/Los_Angeles	47.78791	-120.14008	390			WA	007		
5802346	Maple Leaf	maple-leaf	US		0	America/Los_Angeles	47.69399	-122.32291	124	Maple Leaf,Mapleleaf		WA	033		
5802353	Maplewood Heights	maplewood-heights	US		0	America/Los_Angeles	47.47621	-122.14818	111			WA	033		
5802423	Marine Drive	marine-drive	US		0	America/Los_Angeles	47.58871	-122.67514	13			WA	035		
5802443	Marketown	marketown	US		0	America/Los_Angeles	48.32593	-122.66962	46			WA	029		
5802448	Marmac	marmac	US		0	America/Los_Angeles	47.11148	-123.14487	23			WA	045		
5802460	Marrowstone	marrowstone	US		844	America/Los_Angeles	48.05315	-122.68933	7			WA	031		
5802479	Marshville (historical)	marshville-historical	US		0	America/Los_Angeles	47.05204	-122.91458	25			WA	067		
5802493	Martha Lake	martha-lake	US		15473	America/Los_Angeles	47.85093	-122.2393	143			WA	061		
5802561	Maryhill	maryhill	US		58	America/Los_Angeles	45.68707	-120.81367	57			WA	039		
5802567	Marys Corner	marys-corner	US		0	America/Los_Angeles	46.54705	-122.82262	165			WA	041		
5802583	Mason City (historical)	mason-city-historical	US		0	America/Los_Angeles	47.95126	-118.9678	396			WA	047		
5802626	Mathews Corner	mathews-corner	US		0	America/Los_Angeles	46.45986	-119.19446	282			WA	021		
5802633	Mats Mats	mats-mats	US		0	America/Los_Angeles	47.94176	-122.68766	36			WA	031		
5802640	Matthew	matthew	US		0	America/Los_Angeles	46.55764	-118.53637	166	Matthew,Matthews		WA	071		
5802645	Matthiesen (historical)	matthiesen-historical	US		0	America/Los_Angeles	47.76792	-119.66366	693			WA	017		
5802662	May Creek	may-creek	US		0	America/Los_Angeles	47.53121	-122.2004	10			WA	033		
5802666	May Creek	may-creek	US		818	America/Los_Angeles	47.85427	-121.66734	78			WA	061		
5802669	May Junction	may-junction	US		0	America/Los_Angeles	46.54653	-119.39169	138			WA	005		
5802704	McAdam	mcadam	US		0	America/Los_Angeles	46.69681	-118.4222	293	McAdam,McAdams		WA	021		
5802708	Mays (historical)	mays-historical	US		0	America/Los_Angeles	46.63594	-123.17681	74			WA	041		
5802744	McCarteney	mccarteney	US		0	America/Los_Angeles	47.52625	-119.72255	472			WA	017		
5802760	McCleary Junction	mccleary-junction	US		0	America/Los_Angeles	47.06815	-123.27238	90			WA	027		
5802777	McCormick	mccormick	US		0	America/Los_Angeles	46.55371	-123.32598	138			WA	041		
5802785	McCoy	mccoy	US		0	America/Los_Angeles	47.18573	-117.30963	732			WA	075		
5802801	McCredie	mccredie	US		0	America/Los_Angeles	45.82069	-119.99782	96			WA	039		
5802853	McGilvara	mcgilvara	US		0	America/Los_Angeles	47.59093	-122.2429	57			WA	033		
5802855	McGees (historical)	mcgees-historical	US		0	America/Los_Angeles	48.07148	-122.8635	84			WA	031		
5802862	McGowan	mcgowan	US		0	America/Los_Angeles	46.24621	-123.90737	5	McGowan,McGowans		WA	049		
5802884	McKay	mckay	US		0	America/Los_Angeles	46.33736	-118.13801	473			WA	013		
5802892	McKees Beach	mckees-beach	US		0	America/Los_Angeles	48.12732	-122.36348	4			WA	061		
5802923	McLeans Orchard (historical)	mcleans-orchard-historical	US		0	America/Los_Angeles	47.76347	-120.07063	231			WA	017		
5802930	McLoughlin	mcloughlin	US		0	America/Los_Angeles	45.61067	-122.60093	19			WA	011		
5802940	McLoughlin Heights	mcloughlin-heights	US		0	America/Los_Angeles	45.62401	-122.60093	92			WA	011		
5802941	McMicken Heights	mcmicken-heights	US		0	America/Los_Angeles	47.45093	-122.28318	151			WA	033		
5802950	McMillin	mcmillin	US		1547	America/Los_Angeles	47.13982	-122.23651	39	Lime Kiln,McMillan,McMillin		WA	053		
5802966	McMurray	mcmurray	US		0	America/Los_Angeles	48.31621	-122.23543	88			WA	057		
5802979	McVan	mcvan	US		0	America/Los_Angeles	47.45121	-122.28901	148			WA	033		
5803025	Meadow Glade	meadow-glade	US		2541	America/Los_Angeles	45.75845	-122.56038	86			WA	011		
5803054	Meadowdale	meadowdale	US		0	America/Los_Angeles	47.62815	-122.62875	58			WA	035		
5803055	Meadowdale	meadowdale	US		2826	America/Los_Angeles	47.85287	-122.33347	28	Browns Bay,Haines Wharf,Meadowdale		WA	061		
5803109	Megler	megler	US		0	America/Los_Angeles	46.25094	-123.85765	1			WA	049		
5803138	Mercer Heights	mercer-heights	US		0	America/Los_Angeles	47.5701	-122.23179	41			WA	033		
5803143	Mercer Island Town	mercer-island-town	US		0	America/Los_Angeles	47.58427	-122.2429	94			WA	033		
5803155	Meridian Heights	meridian-heights	US		0	America/Los_Angeles	47.37927	-122.11956	155			WA	033		
5803195	Meskill	meskill	US		0	America/Los_Angeles	46.63816	-123.17097	78	Donahue Spur,Meskill		WA	041		
5803206	Meteor	meteor	US		0	America/Los_Angeles	48.26628	-118.285	572			WA	019		
5803219	Metum	metum	US		0	America/Los_Angeles	47.69176	-122.40402	3			WA	033		
5803245	Michigan Hill	michigan-hill	US		0	America/Los_Angeles	46.77788	-123.10042	140			WA	067		
5803325	Middle Nemah	middle-nemah	US		0	America/Los_Angeles	46.48371	-123.8871	21			WA	049		
5803360	Midlakes	midlakes	US		0	America/Los_Angeles	47.61593	-122.18262	42			WA	033		
5803365	Midvale Corner	midvale-corner	US		0	America/Los_Angeles	47.99259	-122.41764	31			WA	029		
5803398	Mileta	mileta	US		0	America/Los_Angeles	47.38927	-122.42707	27			WA	033		
5803428	Mill A	mill-a	US		0	America/Los_Angeles	45.75678	-121.65035	313	Mill A,Mill A Flat		WA	059		
5803482	Mill Plain	mill-plain	US		7874	America/Los_Angeles	45.6429	-122.49398	84			WA	011		
5803530	Miller River	miller-river	US		0	America/Los_Angeles	47.71983	-121.39844	278	Berlin,Miller River		WA	033		
5803557	Mima	mima	US		0	America/Los_Angeles	46.86538	-123.06653	39			WA	067		
5803618	Minkler	minkler	US		0	America/Los_Angeles	48.52122	-122.1121	19			WA	057		
5803622	Minnehaha	minnehaha	US		9771	America/Los_Angeles	45.65901	-122.64871	79			WA	011		
5803627	Minnick	minnick	US		0	America/Los_Angeles	46.16514	-118.13078	587	Minnick,Minnick Station		WA	071		
5803643	Mint Grove	mint-grove	US		0	America/Los_Angeles	47.59843	-122.08179	10			WA	033		
5803666	Mirrormont	mirrormont	US		3659	America/Los_Angeles	47.46232	-121.99567	238			WA	033		
5803667	Mirrormount Estates	mirrormount-estates	US		0	America/Los_Angeles	47.45066	-122.00789	148			WA	033		
5803676	Mission Beach	mission-beach	US		0	America/Los_Angeles	48.04871	-122.27292	16			WA	061		
5803731	Mock	mock	US		0	America/Los_Angeles	47.39711	-117.65021	706			WA	063		
5803732	Mock City	mock-city	US		0	America/Los_Angeles	46.98315	-122.58874	61			WA	053		
5803733	Mockonema	mockonema	US		0	America/Los_Angeles	46.87739	-117.44185	652			WA	075		
5803742	Moffetts Hot Springs	moffetts-hot-springs	US		0	America/Los_Angeles	45.65512	-121.95786	21	Bonneville Hot Springs,Moffetts Hot Springs		WA	059		
5803749	Mojonnier	mojonnier	US		0	America/Los_Angeles	46.0268	-118.42497	216			WA	071		
5803751	Mohrweis	mohrweis	US		0	America/Los_Angeles	47.31148	-123.2346	16			WA	045		
5803754	Molfait Tracts	molfait-tracts	US		0	America/Los_Angeles	45.60623	-122.23176	109			WA	059		
5803757	Molson	molson	US		0	America/Los_Angeles	48.98102	-119.2006	1130			WA	047		
5803763	Mold	mold	US		0	America/Los_Angeles	47.74292	-119.34198	704			WA	017		
5803795	Monroe Junction	monroe-junction	US		0	America/Los_Angeles	47.85621	-121.96235	19			WA	061		
5803804	Monse	monse	US		0	America/Los_Angeles	48.14126	-119.67783	254	Monse,Swansea,Swanson		WA	047		
5803805	Monta Vista	monta-vista	US		0	America/Los_Angeles	47.18093	-122.48373	86	Monta Vista,Monte Vista		WA	053		
5803811	Monte Cristo	monte-cristo	US		0	America/Los_Angeles	47.98566	-121.394	842	Monte Cristo,Montecristo		WA	061		
5803823	Montborne	montborne	US		0	America/Los_Angeles	48.38122	-122.22182	46			WA	057		
5803824	Monticello (historical)	monticello-historical	US		0	America/Los_Angeles	46.13817	-122.93817	6	Monticello (historical),Mount Solo		WA	015		
5803865	Moona	moona	US		0	America/Los_Angeles	45.78569	-120.1056	82			WA	039		
5803881	Moores Corner	moores-corner	US		0	America/Los_Angeles	46.34593	-124.04127	5			WA	049		
5803884	Moorlands	moorlands	US		0	America/Los_Angeles	47.74371	-122.24207	108			WA	033		
5803941	Morningside	morningside	US		0	America/Los_Angeles	47.70121	-122.31179	106			WA	033		
5803968	Moses	moses	US		0	America/Los_Angeles	46.42933	-117.21072	226			WA	075		
5804132	Mount View	mount-view	US		0	America/Los_Angeles	47.49454	-122.34985	109			WA	033		
5804135	Mount Vista	mount-vista	US		7850	America/Los_Angeles	45.73428	-122.63288	75			WA	011		
5804142	Mountain Brook	mountain-brook	US		0	America/Los_Angeles	45.79068	-121.41146	575	Mount Brook,Mountain Brook		WA	039		
5804148	Mountain Home Park	mountain-home-park	US		0	America/Los_Angeles	46.23709	-117.89354	658			WA	013		
5804201	Mowich Illahee	mowich-illahee	US		0	America/Los_Angeles	48.39737	-119.81396	1026			WA	047		
5804211	Moxee City	moxee-city	US		821	America/Los_Angeles	46.55374	-120.38312	324	Moxee,Moxee City		WA	077		
5804282	Mud Spring	mud-spring	US		0	America/Los_Angeles	47.83042	-119.81339	800			WA	017		
5804356	Murnen	murnen	US		0	America/Los_Angeles	46.62899	-123.32292	110			WA	041		
5804363	Murphys Corner	murphys-corner	US		0	America/Los_Angeles	47.87815	-122.2068	140	Murphy's Corner,Murphys Corner		WA	061		
5804375	Mushroom Corner	mushroom-corner	US		0	America/Los_Angeles	47.04676	-122.76486	72			WA	067		
5804402	Myers	myers	US		0	America/Los_Angeles	46.72153	-118.76194	379			WA	021		
5804441	Nagrom	nagrom	US		0	America/Los_Angeles	47.22511	-121.60343	441			WA	033		
5804448	Nallpee	nallpee	US		0	America/Los_Angeles	46.55816	-123.61238	44			WA	049		
5804454	Nahcotta, Ocean Park	nahcotta-ocean-park	US		0	America/Los_Angeles	46.49843	-124.0335	6			WA	049		
5804499	Nason Creek	nason-creek	US		0	America/Los_Angeles	47.76623	-120.79648	666			WA	007		
5804504	Nass	nass	US		0	America/Los_Angeles	46.33874	-120.14616	226			WA	077		
5804514	National	national	US		0	America/Los_Angeles	46.7565	-122.05594	498			WA	053		
5804528	Naval Depot Junction	naval-depot-junction	US		0	America/Los_Angeles	47.59648	-122.71153	31			WA	035		
5804540	Navy Yard City	navy-yard-city	US		2477	America/Los_Angeles	47.55343	-122.66458	33			WA	035		
5804578	Nellita	nellita	US		0	America/Los_Angeles	47.58982	-122.93516	13	Brown's Cove,Nellita		WA	035		
5804608	Nelsons Corner	nelsons-corner	US		0	America/Los_Angeles	47.92176	-122.30041	135			WA	061		
5804609	Nemah	nemah	US		0	America/Los_Angeles	46.51205	-123.88599	11			WA	049		
5804611	Nemah Junction	nemah-junction	US		0	America/Los_Angeles	46.52038	-123.88572	13			WA	049		
5804627	Nesika	nesika	US		0	America/Los_Angeles	46.474	-122.28927	236			WA	041		
5804631	Nestos (historical)	nestos-historical	US		0	America/Los_Angeles	48.50567	-121.69986	59			WA	057		
5804647	New Kamilche	new-kamilche	US		0	America/Los_Angeles	47.11176	-123.0857	64			WA	045		
5804655	New Utsaladdy	new-utsaladdy	US		0	America/Los_Angeles	48.24232	-122.47127	78			WA	029		
5804659	New Reliance	new-reliance	US		0	America/Los_Angeles	46.81011	-122.26622	427			WA	053		
5804662	Newaukum	newaukum	US		0	America/Los_Angeles	46.62816	-122.96763	98			WA	041		
5804679	Newhalem	newhalem	US		0	America/Los_Angeles	48.67374	-121.24735	158			WA	073		
5804702	Newport Hills	newport-hills	US		0	America/Los_Angeles	47.54093	-122.17651	136			WA	033		
5804709	Newport Shores	newport-shores	US		0	America/Los_Angeles	47.57066	-122.19234	6			WA	033		
5804734	Nighthawk	nighthawk	US		0	America/Los_Angeles	48.96654	-119.64202	352			WA	047		
5804747	Nile	nile	US		140	America/Los_Angeles	46.82068	-120.93952	611			WA	077		
5804749	Nilles Corner	nilles-corner	US		0	America/Los_Angeles	48.00543	-119.40809	689			WA	017		
5804787	Nisqually	nisqually	US		0	America/Los_Angeles	47.05649	-122.70124	10	Nisqually,Nisqually Bottom,Old Nisqually,Sherlock		WA	067		
5804809	Nisqually Vista	nisqually-vista	US		0	America/Los_Angeles	46.78678	-121.74759	1593			WA	053		
5804810	Nisson	nisson	US		0	America/Los_Angeles	47.11592	-123.80906	38			WA	027		
5804873	Noon	noon	US		0	America/Los_Angeles	48.804	-122.3985	103			WA	073		
5804877	Nordrum (historical)	nordrum-historical	US		0	America/Los_Angeles	47.55872	-121.5351	342	Nordrum (historical),Nordrum Cabins		WA	033		
5804885	Normandy Park	normandy-park	US		6668	America/Los_Angeles	47.43621	-122.34068	89			WA	033		
5804889	Nooksack Salmon Hatchery	nooksack-salmon-hatchery	US		0	America/Los_Angeles	48.89706	-122.14237	121			WA	073		
5804891	North Aberdeen	north-aberdeen	US		0	America/Los_Angeles	46.98815	-123.806	9			WA	027		
5804929	North Broadway	north-broadway	US		0	America/Los_Angeles	47.64621	-122.3204	47			WA	033		
5804939	North City	north-city	US		0	America/Los_Angeles	47.75565	-122.31346	143			WA	033		
5804947	North Cove	north-cove	US		0	America/Los_Angeles	46.73815	-124.0792	10	North Cove,Northcove		WA	049		
5805198	North Hill	north-hill	US		0	America/Los_Angeles	47.41927	-122.32346	113			WA	033		
5805216	North McNary	north-mcnary	US		0	America/Los_Angeles	45.94263	-119.30863	98			WA	005		
5805218	North Marysville	north-marysville	US		108	America/Los_Angeles	48.09927	-122.14875	25			WA	061		
5805228	North Nemah	north-nemah	US		0	America/Los_Angeles	46.51371	-123.86377	9			WA	049		
5805230	North Olympia	north-olympia	US		0	America/Los_Angeles	47.1026	-122.88264	46			WA	067		
5805234	North Park	north-park	US		0	America/Los_Angeles	47.70649	-122.34985	120			WA	033		
5805238	North Omak	north-omak	US		688	America/Los_Angeles	48.44515	-119.44449	415			WA	047		
5805240	North Pine	north-pine	US		0	America/Los_Angeles	47.28184	-117.36491	676			WA	063		
5805246	North Prosser	north-prosser	US		0	America/Los_Angeles	46.23208	-119.76837	230			WA	005		
5805248	North Puyallup	north-puyallup	US		1743	America/Los_Angeles	47.20677	-122.28234	16			WA	053		
5805274	North Stanwood	north-stanwood	US		498	America/Los_Angeles	48.25871	-122.34265	41			WA	061		
5805279	North Sultan	north-sultan	US		264	America/Los_Angeles	47.88177	-121.80707	102			WA	061		
5805307	Northgate	northgate	US		0	America/Los_Angeles	47.71315	-122.32096	105	North Gate,Northgate		WA	033		
5805315	Northrup	northrup	US		0	America/Los_Angeles	47.63288	-122.1854	52	Northrup,Northup,Northup Landing		WA	033		
5805317	North Yelm	north-yelm	US		2906	America/Los_Angeles	46.96315	-122.6029	89			WA	067		
5805346	Northwoods	northwoods	US		0	America/Los_Angeles	46.059	-122.02009	313			WA	059		
5805355	Norwood Village	norwood-village	US		0	America/Los_Angeles	47.58899	-122.1704	82	Norwood,Norwood Village		WA	033		
5805366	Novara	novara	US		0	America/Los_Angeles	46.8757	-119.15362	338	Navara Siding,Novara		WA	001		
5805369	Nugents Corner	nugents-corner	US		0	America/Los_Angeles	48.84345	-122.28821	49	North Cedarville,Nugents Corner		WA	073		
5805379	Nulls Crossing	nulls-crossing	US		0	America/Los_Angeles	46.70621	-122.86235	68			WA	041		
5805456	Oak Point	oak-point	US		0	America/Los_Angeles	46.19094	-123.18873	98	Oak Point,Oakpoint		WA	015		
5805511	Oceanview	oceanview	US		0	America/Los_Angeles	46.32149	-124.05738	6			WA	049		
5805517	Odair	odair	US		0	America/Los_Angeles	47.61098	-119.2678	511			WA	025		
5804836	Noble	noble	US	62868	0	America/Los_Angeles	47.37927	-122.00706	140			WA	033		
5805524	Officers Row	officers-row	US		0	America/Los_Angeles	45.62817	-122.65954	35			WA	011		
5805526	Ocosta	ocosta	US		0	America/Los_Angeles	46.8887	-124.0385	18			WA	027		
5805528	Offutt Lake	offutt-lake	US		0	America/Los_Angeles	46.91038	-122.82569	86			WA	067		
5805539	Ohop	ohop	US		0	America/Los_Angeles	46.94566	-122.19067	418	Ohop,Stringtown		WA	053		
5805541	Ohop Bob	ohop-bob	US		0	America/Los_Angeles	46.87205	-122.33817	150	Ohop Bob,Ow-hap		WA	053		
5805552	Okanogan City (historical)	okanogan-city-historical	US		0	America/Los_Angeles	47.64152	-119.99617	766	O-kan-okan,Okanagen,Okanogan City (historical),Okinagen,Okinakane		WA	017		
5805626	Old Tacoma	old-tacoma	US		0	America/Los_Angeles	47.27593	-122.46929	11			WA	053		
5805627	Old Toroda	old-toroda	US		0	America/Los_Angeles	48.77766	-118.91143	908	Old Toroda,Toroda,Toroda City		WA	047		
5805631	Old Wauconda	old-wauconda	US		0	America/Los_Angeles	48.71238	-118.95476	1261			WA	047		
5805635	Old Royal	old-royal	US		0	America/Los_Angeles	48.17924	-124.45855	59			WA	009		
5805643	Olequa	olequa	US		0	America/Los_Angeles	46.374	-122.93984	31	Olequa,Olequah		WA	015		
5805703	Olympic Hot Springs	olympic-hot-springs	US		0	America/Los_Angeles	47.97659	-123.68962	654			WA	009		
5805719	Olympic View	olympic-view	US		0	America/Los_Angeles	47.69398	-122.74043	65			WA	035		
5805744	Omans	omans	US		0	America/Los_Angeles	47.6021	-118.07802	739			WA	043		
5805752	One Hundred One Pines	one-hundred-one-pines	US		0	America/Los_Angeles	47.31288	-122.04178	169			WA	033		
5805771	Onion Creek	onion-creek	US		0	America/Los_Angeles	48.7838	-117.81165	749			WA	065		
5805782	Opportunity	opportunity	US		25877	America/Los_Angeles	47.64995	-117.23991	611			WA	063		
5805798	Orchard Grove	orchard-grove	US		0	America/Los_Angeles	47.38927	-122.02317	112			WA	033		
5805799	Orchard Heights	orchard-heights	US		0	America/Los_Angeles	47.53037	-122.59902	116			WA	035		
5805809	Orchard Prairie	orchard-prairie	US		0	America/Los_Angeles	47.73184	-117.31438	723			WA	063		
5805815	Orchards	orchards	US		19556	America/Los_Angeles	45.66651	-122.56093	70			WA	011		
5805830	Orillia	orillia	US		0	America/Los_Angeles	47.44121	-122.24568	6			WA	033		
5805831	Orin	orin	US		0	America/Los_Angeles	48.49101	-117.90998	478			WA	065		
5805858	Osborn Corner	osborn-corner	US		0	America/Los_Angeles	47.8776	-122.16596	135			WA	061		
5805862	Osborne Corner	osborne-corner	US		0	America/Los_Angeles	48.04876	-119.23475	769			WA	017		
5805869	Oskams Corner	oskams-corner	US		0	America/Los_Angeles	47.73204	-122.19374	58			WA	033		
5805870	Oso	oso	US		180	America/Los_Angeles	48.27066	-121.92958	63	Allen,Oso		WA	061		
5805927	Overlake	overlake	US		0	America/Los_Angeles	47.64343	-122.14318	116			WA	033		
5805937	Ovington	ovington	US		0	America/Los_Angeles	48.06481	-123.8602	178			WA	009		
5805971	Oxley	oxley	US		0	America/Los_Angeles	46.61733	-122.90735	77			WA	041		
5805982	Ozette	ozette	US		0	America/Los_Angeles	48.15479	-124.66718	12	Osett,Osette,Ozette		WA	009		
5805988	Oyehut	oyehut	US		85	America/Los_Angeles	47.01731	-124.16184	7	Oyehut,Oyhut		WA	027		
5806001	Pacific City (historical)	pacific-city-historical	US		0	America/Los_Angeles	46.28371	-124.05543	7			WA	049		
5806015	Packard	packard	US		0	America/Los_Angeles	47.21487	-118.49415	563			WA	001		
5806044	Paddock	paddock	US		0	America/Los_Angeles	46.26014	-118.46442	331			WA	071		
5806048	Paha	paha	US		0	America/Los_Angeles	47.0232	-118.48915	477			WA	001		
5806072	Palm Lake	palm-lake	US		0	America/Los_Angeles	47.21794	-118.01467	573	Palm Lake,Palm Lake Siding		WA	001		
5806082	Palmer Junction	palmer-junction	US		0	America/Los_Angeles	47.31205	-121.89011	274			WA	033		
5806171	Paradise Hill	paradise-hill	US		0	America/Los_Angeles	48.18598	-119.88451	944			WA	047		
5806194	Paramount Park	paramount-park	US		0	America/Los_Angeles	47.73621	-122.31957	116			WA	033		
5806215	Park Junction	park-junction	US		0	America/Los_Angeles	46.76066	-122.14066	405			WA	053		
5806242	Parker Landing Light	parker-landing-light	US		0	America/Los_Angeles	45.57845	-122.38287	9			WA	011		
5806252	Parkersville	parkersville	US		0	America/Los_Angeles	45.57956	-122.37565	11			WA	011		
5806253	Parkland	parkland	US		35803	America/Los_Angeles	47.15538	-122.43401	115			WA	053		
5806264	Parkview	parkview	US		0	America/Los_Angeles	48.77983	-122.48045	33			WA	073		
5806273	Parkwood	parkwood	US		0	America/Los_Angeles	47.74093	-122.33874	116	Evergreen,Parkwood		WA	033		
5806274	Parkwood	parkwood	US		7126	America/Los_Angeles	47.53315	-122.61014	81			WA	035		
5806275	Parkwood East	parkwood-east	US		0	America/Los_Angeles	47.63898	-122.64542	76			WA	035		
5806289	Parvin	parvin	US		0	America/Los_Angeles	46.84822	-117.28323	661			WA	075		
5806290	Pasadena Park	pasadena-park	US		0	America/Los_Angeles	47.69684	-117.28271	607			WA	063		
5806302	Pasco West	pasco-west	US		0	America/Los_Angeles	46.23486	-119.1414	109			WA	021		
5806341	Patit	patit	US		0	America/Los_Angeles	46.3357	-117.85937	617			WA	013		
5806351	Patterson (historical)	patterson-historical	US		0	America/Los_Angeles	47.49124	-120.30257	200			WA	017		
5806438	Pearson Eddy	pearson-eddy	US		0	America/Los_Angeles	47.7926	-121.9979	6			WA	061		
5806455	Pedigo	pedigo	US		0	America/Los_Angeles	46.07819	-118.44025	217			WA	071		
5806484	Penawawa	penawawa	US		0	America/Los_Angeles	46.70488	-117.68881	196			WA	075		
5806497	Pend Oreille Village	pend-oreille-village	US		0	America/Los_Angeles	48.86825	-117.3658	650			WA	051		
5806508	Penn Cove Park	penn-cove-park	US		0	America/Los_Angeles	48.23982	-122.67322	3			WA	029		
5806517	Penrith	penrith	US		0	America/Los_Angeles	48.15213	-117.09937	642	Penrith,Penrith Station		WA	051		
5806523	Peola	peola	US		0	America/Los_Angeles	46.30904	-117.48296	1253			WA	023		
5806524	Peone	peone	US		0	America/Los_Angeles	47.80212	-117.2291	576			WA	063		
5806555	Perrinville	perrinville	US		0	America/Los_Angeles	47.82871	-122.34152	117			WA	061		
5806608	Peterson Corner	peterson-corner	US		0	America/Los_Angeles	46.82371	-123.11709	33			WA	067		
5806682	Phinney Ridge	phinney-ridge	US		0	America/Los_Angeles	47.67232	-122.36068	61	Phinney,Phinney Ridge,Prinney		WA	033		
5806692	Pickard	pickard	US		0	America/Los_Angeles	46.4257	-118.42637	386			WA	071		
5806785	Pifer	pifer	US		0	America/Los_Angeles	47.25516	-118.08496	578			WA	001		
5806794	Pigeon Springs	pigeon-springs	US		0	America/Los_Angeles	46.05317	-122.62399	141			WA	015		
5806800	Pilchuck	pilchuck	US		0	America/Los_Angeles	48.26593	-122.16626	43			WA	061		
5806801	Pilchuck	pilchuck	US		0	America/Los_Angeles	48.01843	-121.91374	136			WA	061		
5806812	Pilgrim Heights	pilgrim-heights	US		0	America/Los_Angeles	46.98176	-123.83044	25			WA	027		
5806862	Pine Glen	pine-glen	US		0	America/Los_Angeles	47.22123	-121.13064	634			WA	037		
5806888	Pinecliff	pinecliff	US		0	America/Los_Angeles	46.89929	-121.01314	678			WA	077		
5806896	Pines	pines	US		0	America/Los_Angeles	47.54566	-122.1904	84			WA	033		
5806899	Ping	ping	US		0	America/Los_Angeles	46.66404	-117.66881	427			WA	023		
5806905	Pinkney City	pinkney-city	US		0	America/Los_Angeles	48.57629	-117.87804	591	Old Colville,Pinckney City,Pinkney City		WA	065		
5806989	Pitt	pitt	US		0	America/Los_Angeles	45.79568	-121.20091	120			WA	039		
5806996	Pizarro	pizarro	US		0	America/Los_Angeles	46.94987	-118.44609	485			WA	001		
5807061	Plumb	plumb	US		0	America/Los_Angeles	46.92815	-122.85625	80			WA	067		
5807066	Pluvius	pluvius	US		0	America/Los_Angeles	46.54816	-123.40904	228			WA	049		
5807074	Pocahontas Bay	pocahontas-bay	US		0	America/Los_Angeles	48.02878	-117.37383	593			WA	063		
5807114	Point White	point-white	US		0	America/Los_Angeles	47.59204	-122.56597	12			WA	035		
5807164	Pomona Heights	pomona-heights	US		0	America/Los_Angeles	46.65735	-120.48257	353			WA	077		
5807182	Ponderosa Estates	ponderosa-estates	US		0	America/Los_Angeles	47.16177	-122.15623	194			WA	053		
5807185	Ponders Corner	ponders-corner	US		0	America/Los_Angeles	47.14121	-122.52624	86	Ponder,Ponders,Ponders Corner		WA	053		
5807217	Port Arthur (historical)	port-arthur-historical	US		0	America/Los_Angeles	48.21454	-122.71628	13			WA	029		
5807218	Port Blakely	port-blakely	US		0	America/Los_Angeles	47.59732	-122.51013	13			WA	035		
5807219	Port Crescent	port-crescent	US		0	America/Los_Angeles	48.16203	-123.7327	12			WA	009		
5807221	Port Discovery	port-discovery	US		0	America/Los_Angeles	48.01702	-122.85827	37			WA	031		
5807227	Port Kelley	port-kelley	US		0	America/Los_Angeles	46.02541	-118.93806	107			WA	071		
5807230	Port Madison	port-madison	US		0	America/Los_Angeles	47.7026	-122.5243	24			WA	035		
5807232	Port of Kennewick	port-of-kennewick	US		0	America/Los_Angeles	46.21291	-119.10112	105			WA	005		
5807238	Port Stanley	port-stanley	US		0	America/Los_Angeles	48.54038	-122.87185	3			WA	055		
5807243	Port Williams	port-williams	US		0	America/Los_Angeles	48.09676	-123.04573	2			WA	009		
5807293	Possession	possession	US		0	America/Los_Angeles	47.91759	-122.37625	1			WA	029		
5807357	Prairie Center	prairie-center	US		0	America/Los_Angeles	48.20788	-122.68628	31			WA	029		
5807367	Prairie Ridge	prairie-ridge	US		11464	America/Los_Angeles	47.1376	-122.14873	209			WA	053		
5807409	Prevost	prevost	US		0	America/Los_Angeles	48.68399	-123.2113	8			WA	055		
5807424	Priest Point	priest-point	US		799	America/Los_Angeles	48.03676	-122.25097	29			WA	061		
5807440	Prindle	prindle	US		0	America/Los_Angeles	45.5854	-122.1562	6			WA	059		
5807452	Proebstel	proebstel	US		0	America/Los_Angeles	45.66873	-122.48176	71			WA	011		
5807511	Puget	puget	US		0	America/Los_Angeles	47.14648	-122.79375	18			WA	067		
5807535	Pullman Junction	pullman-junction	US		0	America/Los_Angeles	46.71405	-117.161	732			WA	075		
5807569	Purrington	purrington	US		0	America/Los_Angeles	46.66349	-117.76604	196			WA	075		
5807582	Puyallup River Junction	puyallup-river-junction	US		0	America/Los_Angeles	47.00621	-122.19317	167			WA	053		
5807609	Pysht	pysht	US		0	America/Los_Angeles	48.19841	-124.11632	6	Fish,Pisht,Pysche,Pyscht,Pysht		WA	009		
5807665	Queets	queets	US		174	America/Los_Angeles	47.53953	-124.33241	12			WA	031		
5807688	Quillayute	quillayute	US		0	America/Los_Angeles	47.94313	-124.54243	65	Quillayute,Quillehute,Quillyhuyte,UIL		WA	009		
5807732	R Corner	r-corner	US		0	America/Los_Angeles	48.09398	-123.2749	94			WA	009		
5807762	Raeco	raeco	US		0	America/Los_Angeles	47.38315	-122.4079	147			WA	033		
5807776	Ragnar	ragnar	US		0	America/Los_Angeles	47.44094	-121.70788	387	Ragnar,Ragner		WA	033		
5807779	Rahm	rahm	US		0	America/Los_Angeles	47.31962	-117.1763	740	Rahm,Rahms,Rahms Siding		WA	063		
5807826	Rainier Beach	rainier-beach	US		0	America/Los_Angeles	47.51677	-122.25818	51			WA	033		
5807838	Rainier Valley	rainier-valley	US		0	America/Los_Angeles	47.55538	-122.28985	43			WA	033		
5807859	Ramapo	ramapo	US		0	America/Los_Angeles	48.12148	-123.68297	79			WA	009		
5808074	Redd	redd	US		0	America/Los_Angeles	46.34708	-118.75805	154			WA	021		
5808088	Redondo	redondo	US		0	America/Los_Angeles	47.34843	-122.32346	6	Poverty Bay,Redondo,Redondo Beach		WA	033		
5808122	Rees Corner	rees-corner	US		0	America/Los_Angeles	47.87788	-122.11013	17			WA	061		
5808140	Regal	regal	US		0	America/Los_Angeles	46.99013	-120.46701	490			WA	037		
5808158	Reiman	reiman	US		0	America/Los_Angeles	47.22487	-118.68194	510			WA	001		
5808166	Reiter	reiter	US		0	America/Los_Angeles	47.84121	-121.63095	103			WA	061		
5808172	Relief	relief	US		0	America/Los_Angeles	46.4532	-118.08578	336			WA	013		
5808177	Rena	rena	US		0	America/Los_Angeles	48.08926	-123.18685	52			WA	009		
5808205	Renslow	renslow	US		0	America/Los_Angeles	46.95707	-120.30617	597			WA	037		
5808240	Reynolds (historical)	reynolds-historical	US		0	America/Los_Angeles	46.54927	-123.34153	165			WA	041		
5808252	Rhododendron Park	rhododendron-park	US		0	America/Los_Angeles	47.15177	-122.16095	193			WA	053		
5808259	Rhodesia Beach	rhodesia-beach	US		0	America/Los_Angeles	46.61371	-123.95711	7			WA	049		
5808279	Richland Junction	richland-junction	US		0	America/Los_Angeles	46.23236	-119.22724	120			WA	005		
5808280	Richland Y	richland-y	US		0	America/Los_Angeles	46.2368	-119.23307	115			WA	005		
5808281	Richmond Beach	richmond-beach	US		0	America/Los_Angeles	47.76954	-122.39013	7			WA	033		
5808282	Richmond Highlands	richmond-highlands	US		0	America/Los_Angeles	47.76121	-122.34624	145			WA	033		
5808319	Ridpath	ridpath	US		0	America/Los_Angeles	46.58876	-117.89883	196			WA	075		
5808321	Riffe (historical)	riffe-historical	US		0	America/Los_Angeles	46.514	-122.37038	238	Baugh,Riffe (historical)		WA	041		
5808338	Rignall	rignall	US		0	America/Los_Angeles	47.1651	-122.92264	30			WA	067		
5808361	Ringo	ringo	US		0	America/Los_Angeles	46.87156	-117.06184	784			WA	075		
5808376	Riparia	riparia	US		0	America/Los_Angeles	46.57848	-118.0869	168	Riparia,Texas City,Texas Ferry		WA	075		
5808385	Risbeck	risbeck	US		0	America/Los_Angeles	46.86378	-117.31379	635			WA	075		
5808386	Ritell	ritell	US		0	America/Los_Angeles	47.03542	-119.08612	346	Ritell,Ritell Siding		WA	025		
5808400	River Road	river-road	US		454	America/Los_Angeles	48.0687	-123.12879	96			WA	009		
5808402	Riverbend	riverbend	US		2132	America/Los_Angeles	47.46649	-121.75039	155			WA	033		
5808435	Riverton Heights	riverton-heights	US		0	America/Los_Angeles	47.46899	-122.30151	134			WA	033		
5808464	Robe	robe	US		0	America/Los_Angeles	48.09733	-121.81346	275			WA	061		
5808514	Robinswood	robinswood	US		0	America/Los_Angeles	47.59427	-122.13984	116			WA	033		
5808519	Roche Harbor	roche-harbor	US		0	America/Los_Angeles	48.60982	-123.1488	19	Hudsons Bay Post,RCE,Roche Harbor,Roche Harbor Lime Quarries		WA	055		
5808644	Rocklyn	rocklyn	US		0	America/Los_Angeles	47.6296	-118.2697	728	Rocklyn,Rocklyn Station		WA	043		
5808656	Rocky Butte	rocky-butte	US		0	America/Los_Angeles	48.05598	-119.69144	249			WA	017		
5808714	Rodena Beach	rodena-beach	US		0	America/Los_Angeles	48.21899	-122.631	15			WA	029		
5808719	Rodna	rodna	US		0	America/Los_Angeles	47.29544	-117.79994	639	Ray,Rodna		WA	063		
5808735	Rogersburg	rogersburg	US		0	America/Los_Angeles	46.07821	-116.97959	258			WA	003		
5808760	Rony	rony	US		0	America/Los_Angeles	46.94371	-123.3521	15			WA	027		
5808802	Rosario	rosario	US		0	America/Los_Angeles	48.64871	-122.87602	50	Newhall,RSJ,Rosario		WA	055		
5808803	Rosario Beach	rosario-beach	US		0	America/Los_Angeles	48.41955	-122.66434	4			WA	057		
5808822	Rose Point	rose-point	US		0	America/Los_Angeles	47.85482	-122.50958	4			WA	035		
5808823	Rose Point	rose-point	US		0	America/Los_Angeles	47.41843	-122.86848	3			WA	045		
5808828	Rose Springs	rose-springs	US		0	America/Los_Angeles	46.27515	-117.55435	1425			WA	023		
5808830	Rose Valley	rose-valley	US		0	America/Los_Angeles	46.09761	-122.8265	107			WA	015		
5808835	Rosehilla	rosehilla	US		0	America/Los_Angeles	47.34565	-122.46763	28			WA	033		
5808844	Ross (historical)	ross-historical	US		0	America/Los_Angeles	47.64788	-122.36235	33			WA	033		
5808929	Roxbury Heights	roxbury-heights	US		0	America/Los_Angeles	47.51121	-122.37374	102			WA	033		
5808957	Roza	roza	US		0	America/Los_Angeles	46.78374	-120.45451	387	Pato,Roza		WA	037		
5808968	Ruby (historical)	ruby-historical	US		0	America/Los_Angeles	48.73735	-121.06234	463	Ruby (historical),Ruby City		WA	073		
5808995	Ruff	ruff	US		0	America/Los_Angeles	47.16959	-118.99834	416			WA	025		
5809009	Rupple	rupple	US		0	America/Los_Angeles	46.40429	-120.63118	257			WA	077		
5809023	Russell Landing	russell-landing	US		0	America/Los_Angeles	45.60595	-122.58398	6			WA	011		
5809061	Ruxby	ruxby	US		0	America/Los_Angeles	46.57514	-118.49082	166			WA	071		
5809137	Saddle Dam Campground	saddle-dam-campground	US		0	America/Los_Angeles	45.96789	-122.34037	145			WA	015		
5809156	Sagemoor	sagemoor	US		0	America/Los_Angeles	46.39875	-119.06168	170	Sagemoor,Sagewood		WA	021		
5809163	Sahalee	sahalee	US		0	America/Los_Angeles	47.63482	-122.0554	168			WA	033		
5809173	Saint Andrews	saint-andrews	US		0	America/Los_Angeles	47.69959	-119.42642	682			WA	017		
5809219	Saint Hubert (historical)	saint-hubert-historical	US		0	America/Los_Angeles	47.59875	-119.74838	760			WA	017		
5809260	Saint Martins Hot Springs	saint-martins-hot-springs	US		0	America/Los_Angeles	45.72762	-121.79674	81	Saint Martin Hot Springs,Saint Martins Hot Springs,Saint Marys Hot Springs,St. Martins Hot Springs		WA	059		
5809308	Saint Urban	saint-urban	US		0	America/Los_Angeles	46.51788	-122.88651	142	Saint Urban,Saint Urbans,St. Urban		WA	041		
5809333	Salmon Creek	salmon-creek	US		19686	America/Los_Angeles	45.71067	-122.64899	49			WA	011		
5809392	Samish	samish	US		0	America/Los_Angeles	48.61094	-122.43572	50			WA	057		
5809397	Samish Island	samish-island	US		0	America/Los_Angeles	48.57594	-122.541	9	Samish,Samish Island		WA	057		
5809411	Sampson	sampson	US		0	America/Los_Angeles	47.04175	-124.16518	7			WA	027		
5809435	San de Fuca	san-de-fuca	US		0	America/Los_Angeles	48.2351	-122.72323	8			WA	029		
5809507	Sandy Bend	sandy-bend	US		0	America/Los_Angeles	46.24067	-122.914	51			WA	015		
5809533	Sapolil	sapolil	US		0	America/Los_Angeles	46.12042	-118.23774	387			WA	071		
5809535	Sappho	sappho	US		0	America/Los_Angeles	48.07008	-124.27938	140	Sapho,Sappho		WA	009		
5809536	Sara	sara	US		0	America/Los_Angeles	45.7515	-122.71316	41			WA	011		
5809542	Saratoga Shores	saratoga-shores	US		0	America/Los_Angeles	48.13649	-122.51154	18			WA	029		
5809569	Satus	satus	US		746	America/Los_Angeles	46.27013	-120.15033	205	Satas,Satus		WA	077		
5809595	Sauk	sauk	US		0	America/Los_Angeles	48.47484	-121.62652	69			WA	057		
5809619	Saxby	saxby	US		0	America/Los_Angeles	47.49018	-117.04825	807			WA	063		
5809634	Scammon Landing	scammon-landing	US		0	America/Los_Angeles	47.03958	-120.02367	176			WA	037		
5809688	Schlomer	schlomer	US		0	America/Los_Angeles	46.69736	-118.92306	329			WA	021		
5809689	Schmidt (historical)	schmidt-historical	US		0	America/Los_Angeles	48.27351	-117.98581	758			WA	065		
5809706	Schneiders Prairie	schneiders-prairie	US		0	America/Los_Angeles	47.07954	-123.01931	51			WA	067		
5809719	Schrag	schrag	US		0	America/Los_Angeles	47.0732	-118.85417	380	Schrag,Schrag Station		WA	001		
5809724	Schoonover	schoonover	US		0	America/Los_Angeles	47.23154	-118.58138	536	Schoonover,Schoonover Station		WA	001		
5809735	Schwana	schwana	US		0	America/Los_Angeles	46.82402	-119.92588	163			WA	025		
5809774	Scotton Corner	scotton-corner	US		0	America/Los_Angeles	45.76651	-122.53704	84			WA	011		
5809801	Sea Acre	sea-acre	US		0	America/Los_Angeles	48.65233	-122.75685	10	Sea Acre,Sea Acres		WA	055		
5809805	SeaTac	seatac	US		28215	America/Los_Angeles	47.44846	-122.29217	80	Siatak,Sitak,shitakku,sitaeg,sy tk  washyngtn,sytak,xi ta ke,Сиатак,Ситак,سيتاك,سی تک، واشینگتن,シータック,西塔科,시택		WA	033		
5809810	Seabold	seabold	US		0	America/Los_Angeles	47.70065	-122.55736	60	Bull Town,Seabold		WA	035		
5809818	Seahaven (historical)	seahaven-historical	US		0	America/Los_Angeles	46.6876	-123.82266	3			WA	049		
5809830	Seaport (historical)	seaport-historical	US		0	America/Los_Angeles	46.59621	-123.95433	0			WA	049		
5809843	Seatons Grove	seatons-grove	US		0	America/Los_Angeles	48.02376	-118.95113	319			WA	047		
5809885	Seattle Heights	seattle-heights	US		0	America/Los_Angeles	47.81037	-122.32402	125			WA	061		
5809939	Selleck	selleck	US		0	America/Los_Angeles	47.37566	-121.86844	338			WA	033		
5809942	Seltice	seltice	US		0	America/Los_Angeles	47.15545	-117.08712	776			WA	075		
5809945	Semiahmoo	semiahmoo	US		0	America/Los_Angeles	48.989	-122.77323	5	Semiahmoo,Semiamoo,Simahmoo		WA	073		
5809963	Seola Beach	seola-beach	US		0	America/Los_Angeles	47.49343	-122.3679	35			WA	033		
5809978	Serene	serene	US		0	America/Los_Angeles	47.87065	-122.29569	166			WA	061		
5809989	Seven Bays	seven-bays	US		0	America/Los_Angeles	47.85099	-118.34165	413			WA	043		
5809996	North Indian Trail	north-indian-trail	US		0	America/Los_Angeles	47.76437	-117.49929	0			WA	063		
5810025	Shadow	shadow	US		0	America/Los_Angeles	48.14703	-123.8577	64			WA	009		
5810050	Shaker Church	shaker-church	US		830	America/Los_Angeles	48.0526	-122.22847	83			WA	061		
5810064	Shano	shano	US		0	America/Los_Angeles	46.7632	-118.98862	375	Shano,Shano Spur		WA	001		
5810074	Sharpes Corner	sharpes-corner	US		0	America/Los_Angeles	48.46372	-122.58211	9	Deans Corner,Sharpes Corner		WA	057		
5810154	Sheffler	sheffler	US		0	America/Los_Angeles	46.40875	-118.63582	156			WA	071		
5810173	Shelter Bay	shelter-bay	US		0	America/Los_Angeles	48.38233	-122.51516	3			WA	057		
5810193	Sheridan Beach	sheridan-beach	US		0	America/Los_Angeles	47.74482	-122.28818	59			WA	033		
5810198	Sheridan Park	sheridan-park	US		0	America/Los_Angeles	47.58482	-122.63597	22			WA	035		
5810219	Sherman Heights	sherman-heights	US		0	America/Los_Angeles	47.54426	-122.67875	55			WA	035		
5810258	Shine-Gri-La	shine-gri-la	US		0	America/Los_Angeles	47.86954	-122.68905	3			WA	031		
5810299	Shore Acres	shore-acres	US		0	America/Los_Angeles	47.31038	-122.57152	51			WA	053		
5810301	Shoreline	shoreline	US		55439	America/Los_Angeles	47.75565	-122.34152	147	Shorlajn,an xian shi,shoarain,shwrlayn  washyngtn,shwrlyn,syolain,Шорлайн,Шорлајн,شورلائن، واشنگٹن,شورلاین، واشینگتن,شورلين,ショアライン,岸線市,쇼라인		WA	033		
5810309	Shore Acres	shore-acres	US		0	America/Los_Angeles	47.35482	-122.44818	0			WA	033		
5810334	Shreck	shreck	US		0	America/Los_Angeles	46.69738	-117.88744	390			WA	075		
5810337	Shrine Beach	shrine-beach	US		0	America/Los_Angeles	47.92041	-120.21064	345			WA	007		
5810358	Shuwah	shuwah	US		0	America/Los_Angeles	48.02119	-124.3866	90	Iverson,Shuwah		WA	009		
5810368	Sieler	sieler	US		0	America/Los_Angeles	47.06764	-119.17696	356	Sieler,Sieler Siding		WA	025		
5810372	Sifton	sifton	US		0	America/Los_Angeles	45.67262	-122.53121	68			WA	011		
5810374	Sightly	sightly	US		0	America/Los_Angeles	46.29983	-122.70844	211			WA	015		
5810381	Silcott	silcott	US		0	America/Los_Angeles	46.41516	-117.19766	226			WA	003		
5810398	Silvana Terraces	silvana-terraces	US		0	America/Los_Angeles	48.2026	-122.28348	31			WA	061		
5810401	Silver Beach	silver-beach	US		0	America/Los_Angeles	46.64484	-121.23675	902			WA	077		
5810404	Silver Brook	silver-brook	US		0	America/Los_Angeles	46.53817	-121.90815	280			WA	041		
5810407	Silver Beach	silver-beach	US		0	America/Los_Angeles	48.76678	-122.41461	112	Silver Beach,Silverbeach		WA	073		
5810509	Similk Beach	similk-beach	US		0	America/Los_Angeles	48.44788	-122.57795	15			WA	057		
5810531	Sims Corner	sims-corner	US		0	America/Los_Angeles	47.81542	-119.36198	660			WA	017		
5810538	Sine	sine	US		0	America/Los_Angeles	47.03148	-123.2646	79			WA	027		
5810558	Sisco	sisco	US		0	America/Los_Angeles	48.1276	-122.13708	46			WA	061		
5810559	Sisco Heights	sisco-heights	US		2696	America/Los_Angeles	48.11538	-122.09708	139			WA	061		
5810593	Sixprong	sixprong	US		0	America/Los_Angeles	45.85735	-120.03365	251	Six Prong,Sixprong		WA	039		
5810607	Skagit City	skagit-city	US		0	America/Los_Angeles	48.38344	-122.36294	7			WA	057		
5810627	Skamania	skamania	US		0	America/Los_Angeles	45.61734	-122.04175	28	Butler,Skamania		WA	059		
5810668	Skokomish	skokomish	US		617	America/Los_Angeles	47.33343	-123.15738	7			WA	045		
5810686	Skookumchuck	skookumchuck	US		0	America/Los_Angeles	46.90538	-122.77096	100			WA	067		
5810744	Skyway	skyway	US		0	America/Los_Angeles	47.49149	-122.25429	117	Black River,Skyway		WA	033		
5810776	Sleepy Hollow	sleepy-hollow	US		0	America/Los_Angeles	46.27344	-123.45236	10			WA	069		
5810901	Smith Place	smith-place	US		0	America/Los_Angeles	47.65842	-123.9313	134			WA	031		
5810915	Smokey Point	smokey-point	US		1572	America/Los_Angeles	48.15232	-122.18264	38			WA	061		
5810958	Snee Oosh	snee-oosh	US		0	America/Los_Angeles	48.42233	-122.55433	27			WA	057		
5810994	Snoose Junction	snoose-junction	US		0	America/Los_Angeles	47.39232	-121.81872	456			WA	033		
5810999	Snoqualmie Falls	snoqualmie-falls	US		0	America/Los_Angeles	47.53982	-121.80983	164			WA	033		
5811015	Snoquera	snoquera	US		0	America/Los_Angeles	47.03789	-121.56509	735			WA	053		
5811044	Snowden	snowden	US		0	America/Los_Angeles	45.83234	-121.35369	710			WA	039		
5811069	Snug Harbor	snug-harbor	US		0	America/Los_Angeles	48.07509	-123.70297	164			WA	009		
5811085	Snyders Corner	snyders-corner	US		0	America/Los_Angeles	47.66649	-122.16346	143			WA	033		
5811094	Sobey	sobey	US		0	America/Los_Angeles	48.06871	-122.0168	80			WA	061		
5811128	Sokulk	sokulk	US		0	America/Los_Angeles	47.07406	-117.21157	773			WA	075		
5811157	Tsoo-Yess	tsoo-yess	US		0	America/Los_Angeles	48.30461	-124.66312	3	Sooes,Tsoo-Yess,Tsoo-yes,Tsooess		WA	009		
5811191	South Aberdeen	south-aberdeen	US		0	America/Los_Angeles	46.9687	-123.80267	10			WA	027		
5811192	South Arbor	south-arbor	US		0	America/Los_Angeles	46.92092	-123.98184	18	South Arbor,South Harbor		WA	027		
5811209	South Bellingham	south-bellingham	US		0	America/Los_Angeles	48.719	-122.48989	36			WA	073		
5811225	South Broadway	south-broadway	US		0	America/Los_Angeles	46.56624	-120.51673	314			WA	077		
5811254	South Elma	south-elma	US		0	America/Los_Angeles	46.98121	-123.41349	16			WA	027		
5811455	South Highlands	south-highlands	US		0	America/Los_Angeles	46.19347	-119.13751	154			WA	005		
5811475	South Montesano	south-montesano	US		0	America/Los_Angeles	46.9576	-123.60544	15			WA	027		
5811509	South Seattle	south-seattle	US		0	America/Los_Angeles	47.56149	-122.3129	87			WA	033		
5811541	South Union	south-union	US		0	America/Los_Angeles	46.94315	-122.90736	61			WA	067		
5811549	South Snohomish	south-snohomish	US		0	America/Los_Angeles	47.89899	-122.10902	6			WA	061		
5811575	Southern Heights	southern-heights	US		0	America/Los_Angeles	47.49565	-122.30929	101			WA	033		
5811615	Spee-Bi-Dah	spee-bi-dah	US		0	America/Los_Angeles	48.09149	-122.3232	18	Spee-Bi-Dah,Speebadah,Subeebeda,Subeebeeda		WA	061		
5811679	Spirit	spirit	US		0	America/Los_Angeles	48.82963	-117.65053	594			WA	065		
5811729	Spokane Valley	spokane-valley	US		94919	America/Los_Angeles	47.67323	-117.23937	615	Spokan Vali,Spoken Vali,aspwkyn wly  washyngtn,sbwkan faly,seupokaenbaelli,si bo kan gu,spwkyn wyly,Спокан Вали,Спокен Вали,اسپوکین ولی، واشینگتن,سبوكان فالي,سپوکین ویلی,سپوکین ویلی، واشنگٹن,斯波坎谷,스포캔밸리		WA	063		
5811764	Spring Beach	spring-beach	US		0	America/Los_Angeles	47.7401	-122.37346	68			WA	033		
5811765	Spring Beach	spring-beach	US		0	America/Los_Angeles	47.34926	-122.52707	15			WA	033		
5811930	Stabler	stabler	US		0	America/Los_Angeles	45.80817	-121.90758	290			WA	059		
5811969	Stampede	stampede	US		0	America/Los_Angeles	47.26289	-121.36648	836			WA	033		
5812025	State Camp	state-camp	US		0	America/Los_Angeles	46.24983	-123.32124	34			WA	069		
5812044	Stayman	stayman	US		0	America/Los_Angeles	47.76569	-120.0898	223			WA	007		
5812119	Stentz Spring	stentz-spring	US		0	America/Los_Angeles	46.22793	-117.57907	1563	Stentz Spring,Stentz Spring Recreation Residence		WA	023		
5812230	Stimson	stimson	US		0	America/Los_Angeles	47.09037	-123.23182	125			WA	045		
5812241	Stimson Crossing	stimson-crossing	US		857	America/Los_Angeles	48.12288	-122.1832	29			WA	061		
5812308	Straight Point	straight-point	US		0	America/Los_Angeles	45.69734	-121.39591	28			WA	039		
5812310	Strandell	strandell	US		0	America/Los_Angeles	48.91206	-122.35822	29			WA	073		
5812346	Striebels Corner	striebels-corner	US		0	America/Los_Angeles	47.80482	-122.5682	55			WA	035		
5812378	Stuck	stuck	US		0	America/Los_Angeles	47.2826	-122.22873	31			WA	033		
5812434	Sudden Valley	sudden-valley	US		6441	America/Los_Angeles	48.72289	-122.34655	205			WA	073		
5812502	Summerhurst	summerhurst	US		0	America/Los_Angeles	47.34704	-122.4529	0			WA	033		
5812541	Summitview	summitview	US		967	America/Los_Angeles	46.59651	-120.64201	389			WA	077		
5812558	Sunbeach	sunbeach	US		0	America/Los_Angeles	47.42343	-122.89542	4			WA	045		
5812566	Sundale	sundale	US		0	America/Los_Angeles	45.71985	-120.31782	102			WA	039		
5812582	Sunlight Beach	sunlight-beach	US		0	America/Los_Angeles	47.99093	-122.48042	2			WA	029		
5812590	Sunny Shore Acres	sunny-shore-acres	US		0	America/Los_Angeles	48.10871	-122.40682	5	Sunny Shore Acres,Sunnyshore Acres		WA	029		
5812591	Sunny Shores	sunny-shores	US		0	America/Los_Angeles	48.10843	-122.34626	30			WA	061		
5812594	Sunnybank	sunnybank	US		0	America/Los_Angeles	47.85986	-120.15036	348			WA	007		
5812598	Sunnydale	sunnydale	US		0	America/Los_Angeles	47.46315	-122.33374	76			WA	033		
5812599	Sunnydale	sunnydale	US		0	America/Los_Angeles	46.83371	-122.93291	70			WA	067		
5812626	Sunnyslope	sunnyslope	US		3252	America/Los_Angeles	47.4729	-120.33674	249			WA	007		
5812627	Sunnyslope	sunnyslope	US		0	America/Los_Angeles	47.50454	-122.72903	140			WA	035		
5812632	Sunrise	sunrise	US		0	America/Los_Angeles	46.91483	-121.64232	1952			WA	053		
5812639	Sunny Hill	sunny-hill	US		0	America/Los_Angeles	47.41235	-120.25312	338			WA	017		
5812681	Sunset Farm	sunset-farm	US		0	America/Los_Angeles	47.66482	-122.74849	59			WA	035		
5812682	Sunset Hill	sunset-hill	US		0	America/Los_Angeles	47.67565	-122.39846	53			WA	033		
5812704	Sunset Terrace	sunset-terrace	US		0	America/Los_Angeles	48.21593	-122.67434	63			WA	029		
5812708	Sunset Village	sunset-village	US		0	America/Los_Angeles	47.58232	-122.14012	108			WA	033		
5812712	Sunshine Beach	sunshine-beach	US		0	America/Los_Angeles	47.35426	-122.7318	50			WA	053		
5812722	Supplee	supplee	US		0	America/Los_Angeles	47.6518	-119.88284	763			WA	017		
5812743	Surprise Valley	surprise-valley	US		0	America/Los_Angeles	46.93038	-122.23289	242			WA	053		
5812755	Susie	susie	US		0	America/Los_Angeles	46.59208	-119.62336	178			WA	005		
5812763	Sutico	sutico	US		0	America/Los_Angeles	46.63288	-123.52571	96			WA	049		
5812770	Svensens Landing	svensens-landing	US		0	America/Los_Angeles	46.31983	-123.70792	11	Svensen Landing,Svensens Landing		WA	069		
5812774	Swale	swale	US		0	America/Los_Angeles	45.75846	-121.07229	330			WA	039		
5812817	Swansonville	swansonville	US		0	America/Los_Angeles	47.93704	-122.70044	117			WA	031		
5812819	Swantown	swantown	US		0	America/Los_Angeles	48.3051	-122.71295	12			WA	029		
5812841	Swede Heaven	swede-heaven	US		768	America/Los_Angeles	48.28427	-121.72819	125			WA	061		
5812842	Swede Hill	swede-hill	US		0	America/Los_Angeles	47.35315	-122.61902	82			WA	053		
5812856	Swem	swem	US		0	America/Los_Angeles	46.65982	-123.4046	138	Swem,Swem Creek		WA	049		
5812889	Swinomish Village	swinomish-village	US		0	America/Los_Angeles	48.40816	-122.51128	68			WA	057		
5812901	Swofford	swofford	US		0	America/Los_Angeles	46.50511	-122.38844	238			WA	041		
5812924	T Bridge Corner	t-bridge-corner	US		0	America/Los_Angeles	47.97489	-117.47939	649			WA	063		
5812930	Synarep	synarep	US		0	America/Los_Angeles	48.52099	-119.33088	793			WA	047		
5813045	Tamill	tamill	US		0	America/Los_Angeles	47.51204	-122.25096	36			WA	033		
5813066	Tanwax	tanwax	US		0	America/Los_Angeles	47.00344	-122.24345	214			WA	053		
5813086	Tasker	tasker	US		0	America/Los_Angeles	46.69568	-120.74396	570			WA	077		
5813139	Teanaway	teanaway	US		0	America/Los_Angeles	47.17484	-120.85758	561			WA	037		
5813172	Telma	telma	US		0	America/Los_Angeles	47.84318	-120.81565	576			WA	007		
5813249	Terrace Heights	terrace-heights	US		6937	America/Los_Angeles	46.60624	-120.43979	364			WA	077		
5813263	Terrys Corner	terrys-corner	US		0	America/Los_Angeles	48.24454	-122.45599	12			WA	029		
5813264	Teske	teske	US		0	America/Los_Angeles	47.07404	-118.15274	538			WA	001		
5813278	Thavis	thavis	US		0	America/Los_Angeles	46.95765	-118.21996	466			WA	001		
5813296	The Highlands	the-highlands	US		0	America/Los_Angeles	47.74371	-122.36957	137			WA	033		
5813311	Thera	thera	US		0	America/Los_Angeles	46.936	-117.55464	577			WA	075		
5813314	Theon (historical)	theon-historical	US		0	America/Los_Angeles	46.1546	-117.09599	982			WA	003		
5813319	Thiel	thiel	US		0	America/Los_Angeles	46.14014	-118.49164	251			WA	071		
5813370	Thompson (historical)	thompson-historical	US		0	America/Los_Angeles	48.13931	-119.74839	412			WA	047		
5813381	Thompson Place	thompson-place	US		0	America/Los_Angeles	47.05537	-122.78347	67			WA	067		
5813438	Thrashers Corner	thrashers-corner	US		0	America/Los_Angeles	47.80899	-122.20791	44			WA	061		
5813492	Thrift	thrift	US		0	America/Los_Angeles	47.0526	-122.25234	228			WA	053		
5813545	Tietonview Grange	tietonview-grange	US		0	America/Los_Angeles	46.59318	-120.70868	476			WA	077		
5813553	Tiflis	tiflis	US		0	America/Los_Angeles	47.06931	-119.05862	346			WA	025		
5813564	Tillicum	tillicum	US		0	America/Los_Angeles	47.12343	-122.55707	84			WA	053		
5813599	Timberlane	timberlane	US		0	America/Los_Angeles	47.3651	-122.08178	133			WA	033		
5813633	Tire Junction	tire-junction	US		0	America/Los_Angeles	46.09789	-121.72175	1072			WA	059		
5813643	Titlow	titlow	US		0	America/Los_Angeles	47.24649	-122.5529	5	Titlow,Titlow Beach		WA	053		
5813675	Tokul	tokul	US		0	America/Los_Angeles	47.56205	-121.82428	190			WA	033		
5813694	Tolo	tolo	US		0	America/Los_Angeles	47.65482	-122.58514	8			WA	035		
5813728	Tompkins	tompkins	US		0	America/Los_Angeles	46.46042	-118.36997	430	Tomkins,Tompkins		WA	071		
5813739	Tono	tono	US		0	America/Los_Angeles	46.77593	-122.82402	74			WA	067		
5813756	Torboy	torboy	US		49	America/Los_Angeles	48.67989	-118.6628	739			WA	019		
5813757	Toroda	toroda	US		0	America/Los_Angeles	48.94295	-118.76198	563	Lynch,Toroda		WA	019		
5813768	Totem Park	totem-park	US		0	America/Los_Angeles	48.15843	-122.17792	39			WA	061		
5813783	Touhey	touhey	US		0	America/Los_Angeles	47.75403	-119.71172	721			WA	017		
5813796	Towal	towal	US		0	America/Los_Angeles	45.75124	-120.60395	82			WA	039		
5813814	Town and Country	town-and-country	US		4857	America/Los_Angeles	47.72739	-117.42161	628			WA	063		
5813838	Trafton	trafton	US		0	America/Los_Angeles	48.23705	-122.05847	62	Glendale,Trafton		WA	061		
5813880	Treemont	treemont	US		0	America/Los_Angeles	47.62565	-122.61959	115			WA	035		
5813889	Trentwood	trentwood	US		4450	America/Los_Angeles	47.69656	-117.21076	618			WA	063		
5813911	Trikkala	trikkala	US		0	America/Los_Angeles	47.6301	-122.61042	117			WA	035		
5813929	Triton	triton	US		0	America/Los_Angeles	47.60481	-122.98988	21			WA	045		
5813998	Trude	trude	US		0	America/Los_Angeles	47.38955	-121.92567	202	Trude,Trude Siding		WA	033		
5814012	Tucannon	tucannon	US		0	America/Los_Angeles	46.48903	-117.96022	284			WA	013		
5814042	Tukey	tukey	US		0	America/Los_Angeles	48.05398	-122.84295	20	Saints Rest,Tukey,Tukeys Landing,Turkey		WA	031		
5814043	Tukwila	tukwila	US		20018	America/Los_Angeles	47.47399	-122.26096	44	Takvila,Tukuila,ta ke wei la,takkuu~ira,takwyla  washyngtn,twkwyla,Таквила,Тъкуила,تاکویلا، واشینگتن,توكويلا,タックウィラ,塔克維拉		WA	033		
5814047	Tulalip	tulalip	US		9246	America/Los_Angeles	48.06843	-122.29181	30			WA	061		
5814048	Tulalip Bay	tulalip-bay	US		1609	America/Los_Angeles	48.03732	-122.31014	0			WA	061		
5814056	Tulare Beach	tulare-beach	US		0	America/Los_Angeles	48.10176	-122.3432	8			WA	061		
5814070	Tulker	tulker	US		0	America/Los_Angeles	48.2815	-121.76541	111			WA	061		
5814072	Tulips	tulips	US		0	America/Los_Angeles	47.07203	-124.04045	7			WA	027		
5814129	Turk	turk	US		0	America/Los_Angeles	48.05405	-118.11331	837			WA	065		
5814146	Turner Corner	turner-corner	US		0	America/Los_Angeles	47.80454	-122.14346	77			WA	061		
5814180	Tweedie	tweedie	US		0	America/Los_Angeles	48.08574	-117.04576	695			WA	051		
5814216	Twin	twin	US		0	America/Los_Angeles	48.16481	-123.95409	17	Twin,Twin Rivers		WA	009		
5814300	Twin Spits	twin-spits	US		0	America/Los_Angeles	47.92648	-122.61099	23			WA	035		
5814340	Tyee Beach	tyee-beach	US		0	America/Los_Angeles	48.0926	-122.3857	3			WA	029		
5814378	Umtanum	umtanum	US		0	America/Los_Angeles	46.86485	-120.47979	410			WA	037		
5814382	Uncas	uncas	US		0	America/Los_Angeles	47.98759	-122.88295	23	Junction,Uncas		WA	031		
5814398	Unfried (historical)	unfried-historical	US		0	America/Los_Angeles	46.4121	-117.3649	496			WA	023		
5814400	Underwood Heights	underwood-heights	US		0	America/Los_Angeles	45.73567	-121.5273	134			WA	059		
5814419	Union Gap	union-gap	US		6037	America/Los_Angeles	46.55735	-120.47506	300	Junion Gap,Juniun Gap,Union Gap,Yakima,Yakima City,lian meng xia,ywnyn gp  washyngtn,ywnywn ghab,Јунион Гап,Юниън Гап,يونيون غاب,یونین گپ، واشینگتن,联盟峡		WA	077		
5814423	Union Mill	union-mill	US		0	America/Los_Angeles	47.0326	-122.77458	56	Union Mill,Union Mills		WA	067		
5814841	Wagnersburg	wagnersburg	US		0	America/Los_Angeles	47.60124	-120.24202	225			WA	007		
5814457	University Village	university-village	US		0	America/Los_Angeles	47.66371	-122.27318	74			WA	033		
5814479	Upper Fairfax	upper-fairfax	US		0	America/Los_Angeles	47.00566	-122.00039	430			WA	053		
5814502	Upper Mill	upper-mill	US		0	America/Los_Angeles	47.19344	-121.92705	333			WA	033		
5814510	Upper Preston	upper-preston	US		0	America/Los_Angeles	47.5051	-121.90762	182			WA	033		
5814512	Upper Salmon Junction	upper-salmon-junction	US		0	America/Los_Angeles	46.35427	-123.73543	31			WA	049		
5814531	Urban	urban	US		0	America/Los_Angeles	48.61788	-122.69212	18			WA	057		
5814538	Utsalady	utsalady	US		0	America/Los_Angeles	48.25177	-122.4771	12	Utsaladdy,Utsalady		WA	029		
5814576	Valley View Tracts	valley-view-tracts	US		0	America/Los_Angeles	46.17928	-122.97567	131			WA	015		
5814581	Van Asselt	van-asselt	US		0	America/Los_Angeles	47.54593	-122.31929	6			WA	033		
5814607	Van Zandt	van-zandt	US		0	America/Los_Angeles	48.789	-122.19182	75			WA	073		
5814611	Vance (not official)	vance-not-official	US		0	America/Los_Angeles	46.5165	-121.93759	275			WA	041		
5814620	Vancouver Junction	vancouver-junction	US		0	America/Los_Angeles	45.67734	-122.69204	13			WA	011		
5814635	Vanderpool Crossing	vanderpool-crossing	US		0	America/Los_Angeles	48.66153	-120.32843	1212			WA	047		
5814646	Vasa Park	vasa-park	US		0	America/Los_Angeles	47.57982	-122.11207	11			WA	033		
5814651	Vashon Heights	vashon-heights	US		0	America/Los_Angeles	47.50565	-122.46541	49			WA	033		
5814670	Veazie	veazie	US		0	America/Los_Angeles	47.2476	-121.95483	228	Veazey,Veazie,Veazie Station		WA	033		
5814678	Velvet	velvet	US		0	America/Los_Angeles	48.98602	-117.82693	648	Frontier,Velvet,Velvet Station		WA	065		
5814681	Venner	venner	US		0	America/Los_Angeles	46.40485	-120.50201	254			WA	077		
5814687	Verlot	verlot	US		285	America/Los_Angeles	48.09052	-121.77821	294			WA	061		
5814690	Vermontville (historical)	vermontville-historical	US		0	America/Los_Angeles	47.47565	-122.44652	6			WA	033		
5814695	Venersborg	venersborg	US		3745	America/Los_Angeles	45.77373	-122.42454	155	Alpine,Bells Mountain,The Colony,Venersbord,Venersborg		WA	011		
5814720	Victory Heights	victory-heights	US		0	America/Los_Angeles	47.7076	-122.30763	87			WA	033		
5814723	View	view	US		0	America/Los_Angeles	45.89539	-122.56843	250	Mountain View,View		WA	011		
5814726	View Ridge	view-ridge	US		0	America/Los_Angeles	47.67954	-122.27401	107			WA	033		
5814746	Villard Junction	villard-junction	US		0	America/Los_Angeles	46.17847	-118.99251	120			WA	071		
5814756	Vinland	vinland	US		0	America/Los_Angeles	47.77295	-122.70049	42	Vineland,Vinland,Vinland Park		WA	035		
5814768	Virginia City (historical)	virginia-city-historical	US		0	America/Los_Angeles	48.09014	-119.78089	241			WA	047		
5814773	Vision Acres	vision-acres	US		0	America/Los_Angeles	46.08734	-122.86733	29			WA	015		
5814801	Voltage	voltage	US		0	America/Los_Angeles	47.34818	-120.09645	188	Voltage,Voltage Siding		WA	017		
5814805	Voss Resort	voss-resort	US		0	America/Los_Angeles	46.97371	-122.23373	189			WA	053		
5814819	Waatch	waatch	US		0	America/Los_Angeles	48.34673	-124.66857	6			WA	009		
5814828	Wacota	wacota	US		0	America/Los_Angeles	46.65792	-118.4936	276			WA	021		
5814857	Wahluke	wahluke	US		0	America/Los_Angeles	46.70958	-119.54225	131			WA	005		
5814867	Wahl	wahl	US		0	America/Los_Angeles	48.83622	-122.36433	76			WA	073		
5814870	Waits	waits	US		0	America/Los_Angeles	48.18962	-117.78302	610			WA	065		
5814877	Waiilatpo (historical)	waiilatpo-historical	US		0	America/Los_Angeles	46.04097	-118.46219	190	Waiilatpo (historical),Whitman Mission		WA	071		
5814912	Walkers Landing	walkers-landing	US		0	America/Los_Angeles	47.2826	-122.92542	6	Walkers Landing,Walters Landing		WA	045		
5814944	Wallner	wallner	US		0	America/Los_Angeles	47.2649	-117.06046	805			WA	063		
5814947	Wallula Junction	wallula-junction	US		0	America/Los_Angeles	46.05847	-118.90972	116			WA	071		
5814979	Walville	walville	US		0	America/Los_Angeles	46.55288	-123.35515	182			WA	041		
5814982	Wanapum Village	wanapum-village	US		0	America/Los_Angeles	46.86124	-119.94727	163			WA	025		
5815022	Warden Hutterian Brethren	warden-hutterian-brethren	US		0	America/Los_Angeles	47.05875	-118.95028	418			WA	001		
5815033	Warm Beach	warm-beach	US		2437	America/Los_Angeles	48.17065	-122.3646	18	Birmingham,Warm Beach		WA	061		
5815047	Warnick	warnick	US		0	America/Los_Angeles	48.90207	-121.98931	244			WA	073		
5815078	Washington Colony (historical)	washington-colony-historical	US		0	America/Los_Angeles	48.75316	-122.48322	7			WA	073		
5815095	Washington Harbor	washington-harbor	US		0	America/Los_Angeles	48.07898	-123.04518	1	Port Washington,Washington Harbor		WA	009		
5815107	Washington Park	washington-park	US		0	America/Los_Angeles	46.59679	-120.48812	319			WA	077		
5815192	Waterman Point	waterman-point	US		0	America/Los_Angeles	47.58416	-122.56914	2			WA	035		
5815217	Wautauga Beach	wautauga-beach	US		0	America/Los_Angeles	47.58621	-122.54819	4			WA	035		
5815222	Wawawai (historical)	wawawai-historical	US		0	America/Los_Angeles	46.63655	-117.37935	226			WA	075		
5815237	Weallup Lake	weallup-lake	US		974	America/Los_Angeles	48.1101	-122.30626	82			WA	061		
5815241	Weatherwax	weatherwax	US		0	America/Los_Angeles	47.35537	-123.64711	214			WA	027		
5815256	Weber	weber	US		0	America/Los_Angeles	47.08403	-118.93889	361			WA	001		
5815281	Wedgwood	wedgwood	US		0	America/Los_Angeles	47.68676	-122.29568	106	Wedgewood,Wedgwood		WA	033		
5815291	Weikel	weikel	US		0	America/Los_Angeles	46.63263	-120.66729	458	Weikel,Wiekel		WA	077		
5815292	Weikswood	weikswood	US		0	America/Los_Angeles	46.8951	-123.45377	205			WA	027		
5815312	Welland	welland	US		0	America/Los_Angeles	46.22764	-118.74666	291			WA	071		
5815333	Wenas	wenas	US		0	America/Los_Angeles	46.87262	-120.77396	694	Wenas,Wenass		WA	077		
5816043	Wiley City	wiley-city	US		0	America/Los_Angeles	46.55151	-120.64924	403	Wiley,Wiley City		WA	077		
5815349	Wenatchee Heights	wenatchee-heights	US		0	America/Los_Angeles	47.35985	-120.28729	699			WA	007		
5815391	Wesley Junction	wesley-junction	US		0	America/Los_Angeles	46.40346	-120.33867	240			WA	077		
5815399	West Beach	west-beach	US		0	America/Los_Angeles	48.68733	-122.95768	5			WA	055		
5815403	West Blakely	west-blakely	US		0	America/Los_Angeles	47.59815	-122.53958	13			WA	035		
5815432	West Fairfield	west-fairfield	US		0	America/Los_Angeles	47.37073	-117.2213	757			WA	063		
5815526	West Highlands	west-highlands	US		0	America/Los_Angeles	46.21347	-119.18112	156			WA	005		
5815532	West Kelso	west-kelso	US		0	America/Los_Angeles	46.14595	-122.92289	7			WA	015		
5815538	West Lake Sammamish	west-lake-sammamish	US		33929	America/Los_Angeles	47.5776	-122.10123	9			WA	033		
5815539	West Lake Stevens	west-lake-stevens	US		21047	America/Los_Angeles	47.99343	-122.1018	112			WA	061		
5815544	West Longview	west-longview	US		2698	America/Los_Angeles	46.16789	-122.999	4			WA	015		
5815550	West Pasco	west-pasco	US		3739	America/Los_Angeles	46.24541	-119.18279	110			WA	021		
5815557	West Pioneer	west-pioneer	US		0	America/Los_Angeles	45.83039	-122.68204	86			WA	011		
5815566	West Port Madison	west-port-madison	US		0	America/Los_Angeles	47.70176	-122.53486	5			WA	035		
5815574	West Seattle	west-seattle	US		0	America/Los_Angeles	47.57093	-122.38652	117	Freeport,Milltown,Milton,West Seattle		WA	033		
5815582	West Shore	west-shore	US		0	America/Los_Angeles	48.42233	-122.55433	27			WA	057		
5815591	West Sound	west-sound	US		0	America/Los_Angeles	48.63121	-122.95629	8	WSX,West Sound,Westsound		WA	055		
5815592	Browne's Addition	browne-s-addition	US		0	America/Los_Angeles	47.65487	-117.44762	550			WA	063		
5815609	West Wenatchee	west-wenatchee	US		1565	America/Los_Angeles	47.44374	-120.35341	271			WA	007		
5815620	Western Junction	western-junction	US		0	America/Los_Angeles	46.90899	-122.79235	91			WA	067		
5815634	Westhaven	westhaven	US		0	America/Los_Angeles	46.90842	-124.11323	7			WA	027		
5815697	Wheeler Corner	wheeler-corner	US		0	America/Los_Angeles	47.55071	-117.97246	704			WA	043		
5815705	Whelan	whelan	US		0	America/Los_Angeles	46.78405	-117.11656	767	Branam,Whelan		WA	075		
5815706	Whetstone	whetstone	US		0	America/Los_Angeles	46.3932	-117.89688	628			WA	013		
5815714	Whiskey Bend	whiskey-bend	US		0	America/Los_Angeles	47.96842	-123.58297	375			WA	009		
5815746	Whitcomb	whitcomb	US		0	America/Los_Angeles	45.86541	-119.78475	87	Luzon,Whitcomb		WA	005		
5815755	White Bluffs	white-bluffs	US		0	America/Los_Angeles	46.66653	-119.48475	126	Wahluke,White Bluff,White Bluffs		WA	005		
5815759	White Center	white-center	US		13495	America/Los_Angeles	47.51732	-122.35485	116			WA	033		
5815784	White Horse	white-horse	US		0	America/Los_Angeles	48.26872	-121.70624	141			WA	061		
5815907	Whitmarsh Junction	whitmarsh-junction	US		0	America/Los_Angeles	48.46566	-122.53683	4	Whitmarsh,Whitmarsh Junction		WA	057		
5815924	Whitstran	whitstran	US		0	America/Los_Angeles	46.23541	-119.70559	207			WA	005		
5815931	Whittier Heights	whittier-heights	US		0	America/Los_Angeles	47.6829	-122.3701	105			WA	033	7174408	
5815951	Wickersham	wickersham	US		0	America/Los_Angeles	48.65511	-122.21294	106			WA	073		
5815981	Wild Goose (historical)	wild-goose-historical	US		0	America/Los_Angeles	46.58626	-117.91855	196			WA	013		
5816011	Wildcat Lake	wildcat-lake	US		0	America/Los_Angeles	47.60454	-122.76682	131			WA	035		
5816022	Wilderness	wilderness	US		0	America/Los_Angeles	47.37982	-122.04817	141			WA	033		
5816024	Wilderness Village	wilderness-village	US		0	America/Los_Angeles	47.38927	-122.04567	136			WA	033		
5816058	Willa	willa	US		0	America/Los_Angeles	46.57902	-119.51919	167			WA	005		
5816065	Willapa	willapa	US		210	America/Los_Angeles	46.67482	-123.66627	10	Old Willapa,Willapa,Woodard's Landing		WA	049		
5816186	Wilma (historical)	wilma-historical	US		0	America/Los_Angeles	46.68155	-117.14934	765			WA	075		
5816188	Willy Dick Crossing	willy-dick-crossing	US		0	America/Los_Angeles	46.29401	-120.9009	575			WA	077		
5816265	Windust	windust	US		0	America/Los_Angeles	46.53597	-118.57554	155			WA	021		
5816266	Windy Arm	windy-arm	US		0	America/Los_Angeles	47.99092	-123.60075	260	Elk Point,Windy Arm		WA	009		
5816302	Winesap	winesap	US		0	America/Los_Angeles	47.75958	-120.20008	232	Winesap,Winesap Siding		WA	007		
5816338	Wintermutes Corner	wintermutes-corner	US		0	America/Los_Angeles	47.84954	-122.21763	89			WA	061		
5816365	Wishkah	wishkah	US		0	America/Los_Angeles	47.11787	-123.77211	44	Greenwood,Wishkah		WA	027		
5816377	Wishram Heights	wishram-heights	US		0	America/Los_Angeles	45.66346	-120.97396	166			WA	039		
5816382	Withrow	withrow	US		0	America/Los_Angeles	47.70486	-119.80867	770			WA	017		
5816411	Wolfred	wolfred	US		0	America/Los_Angeles	48.22574	-117.13715	642			WA	051		
5816413	Wollochet	wollochet	US		6651	America/Los_Angeles	47.26871	-122.58402	59	Berg,Bergs Landing,Wollochet		WA	053		
5816475	Woodmans	woodmans	US		0	America/Los_Angeles	48.01565	-122.83322	3	Woodman,Woodmans		WA	031		
5816476	Woodmont Beach	woodmont-beach	US		0	America/Los_Angeles	47.36149	-122.31207	90			WA	033		
5816492	Woodruff Mill	woodruff-mill	US		0	America/Los_Angeles	45.85734	-121.14952	604			WA	039		
5816494	Woods Creek	woods-creek	US		5589	America/Los_Angeles	47.87871	-121.89846	112			WA	061		
5816566	Wynaco	wynaco	US		0	America/Los_Angeles	47.31593	-122.13956	74			WA	033		
5816568	Wymer	wymer	US		0	America/Los_Angeles	46.82596	-120.45979	425	Canyon,Wymer		WA	037		
5816581	Yacht Haven	yacht-haven	US		0	America/Los_Angeles	48.5851	-123.16824	8			WA	055		
5816615	Yale Dam	yale-dam	US		0	America/Los_Angeles	45.96428	-122.3326	148			WA	011		
5816621	Yardley	yardley	US		0	America/Los_Angeles	47.66712	-117.33354	592			WA	063		
5816626	Yarrow Point	yarrow-point	US		1081	America/Los_Angeles	47.64621	-122.21735	37	Yarrow,Yarrow Point		WA	033		
5816643	Yellepit	yellepit	US		0	America/Los_Angeles	46.06097	-118.95139	105			WA	005		
5816668	Yeomalt	yeomalt	US		0	America/Los_Angeles	47.63454	-122.49402	12			WA	035		
5816674	Yesler Terrace	yesler-terrace	US		0	America/Los_Angeles	47.60093	-122.31596	59			WA	033		
5816677	Yethonat	yethonat	US		0	America/Los_Angeles	46.40457	-120.39645	247			WA	077		
5816682	Yokeko Point	yokeko-point	US		0	America/Los_Angeles	48.41371	-122.61795	24			WA	057		
5816684	Yoman	yoman	US		0	America/Los_Angeles	47.18649	-122.70624	12			WA	053		
5816713	Zenith	zenith	US		0	America/Los_Angeles	47.38649	-122.32318	46			WA	033		
5816715	Zangar Junction	zangar-junction	US		0	America/Los_Angeles	46.07541	-118.84361	123	Zangar Junction,Zanger Junction		WA	071		
5816725	Zindel (historical)	zindel-historical	US		0	America/Los_Angeles	46.11571	-116.99876	908			WA	003		
5816738	Zumwalt	zumwalt	US		0	America/Los_Angeles	46.46098	-117.68492	495			WA	023		
5816854	Adon	adon	US		0	America/Denver	44.51832	-105.23304	1194			WY	005		
5816882	Air Base Acres	air-base-acres	US		0	America/Denver	42.88219	-106.44114	1616			WY	025		
5816884	Airport Road	airport-road	US		304	America/Denver	43.99329	-107.94926	1256			WY	043		
5816934	Alcova Po	alcova-po	US		0	America/Denver	42.55996	-106.72337	1638			WY	025		
5817059	Almy	almy	US		0	America/Denver	41.33161	-111.00463	2008			WY	041		
5817076	Alpine Junction	alpine-junction	US		0	America/Denver	43.17242	-111.01854	1725			WY	023		
5817094	Altvan	altvan	US		0	America/Denver	41.12304	-104.69997	1803			WY	021		
5817269	Antelope Hills	antelope-hills	US		97	America/Denver	43.08163	-106.32419	1744			WY	025		
5817421	Arrowhead Springs	arrowhead-springs	US		63	America/Denver	41.50691	-109.15763	2064			WY	037		
5817601	Badger Basin	badger-basin	US		0	America/Denver	44.92578	-109.0732	1289			WY	029		
5817633	Badwater	badwater	US		0	America/Denver	43.32274	-107.42757	1910			WY	025		
5817664	Bain Place	bain-place	US		0	America/Denver	43.50134	-109.46626	2014			WY	013		
5817775	Bannock Ford	bannock-ford	US		0	America/Denver	44.89355	-110.37686	1886			WY	029		
5817809	Bar Nunn	bar-nunn	US		2820	America/Denver	42.91358	-106.34336	1611	Bar Nan,Bar-Nann,ba na en,bar nwn,bar nwn  waywmyng,Бар Нан,Бар-Нанн,بار نون,بار نون، وایومینگ,巴纳恩		WY	025		
5817997	Battle (historical)	battle-historical	US		0	America/Denver	41.1558	-106.98227	3025			WY	007		
5818158	Bear River	bear-river	US		518	America/Denver	41.38411	-111.0263	1991			WY	041		
5818198	Beartown	beartown	US		0	America/Denver	41.15661	-110.84795	2167			WY	041		
5818326	Beck Place	beck-place	US		0	America/Denver	43.13802	-106.71227	1707			WY	025		
5818330	Beckton	beckton	US		0	America/Denver	44.74858	-107.12979	1244			WY	033		
5818508	Bessemer Bend	bessemer-bend	US		199	America/Denver	42.75802	-106.52031	1596			WY	025		
5818512	Bessemer (historical)	bessemer-historical	US		0	America/Denver	42.77524	-106.53142	1587			WY	025		
5818808	Bill	bill	US		0	America/Denver	43.23191	-105.26026	1435			WY	009		
5818851	Birkner Hill	birkner-hill	US		0	America/Denver	43.11386	-105.71444	1731			WY	009		
5818877	Bitter Creek	bitter-creek	US		0	America/Denver	41.55107	-108.55538	2042	Bitter Creek,Bittercreek		WY	037		
5819028	Blairtown	blairtown	US		0	America/Denver	41.5733	-109.23068	1906			WY	037		
5819042	Blazon Junction	blazon-junction	US		0	America/Denver	41.68495	-110.55267	2057			WY	023		
5819102	Blue Hill (historical)	blue-hill-historical	US		0	America/Denver	43.30414	-106.67282	1608			WY	025		
5819287	Bonneville	bonneville	US		0	America/Denver	43.26885	-108.07343	1461			WY	013		
5819309	Bordeaux	bordeaux	US		0	America/Denver	41.93608	-104.84469	1482			WY	031		
5819312	Border Junction	border-junction	US		0	America/Denver	42.21327	-111.04241	1864	Border,Border Junction		WY	023		
5819329	Bosler Junction	bosler-junction	US		0	America/Denver	41.55275	-105.68138	2147			WY	001		
5819364	Boulder Flats	boulder-flats	US		408	America/Denver	42.91274	-108.79901	1703			WY	013		
5819461	Boxelder	boxelder	US		0	America/Denver	42.61441	-105.86	2071	Box Elder,Boxelder		WY	009		
5819479	Boysen	boysen	US		0	America/Denver	43.44162	-108.17315	1396			WY	013		
5819616	Brinton	brinton	US		0	America/Denver	41.71831	-104.90025	1660			WY	031		
5819659	Brookhurst	brookhurst	US		185	America/Denver	42.85747	-106.23641	1560			WY	025		
5819817	Buck Place	buck-place	US		0	America/Denver	42.57497	-105.92084	2207			WY	009		
5819864	Bucknum	bucknum	US		0	America/Denver	43.0208	-106.62615	1658			WY	025		
5819906	Buffalo Ford	buffalo-ford	US		0	America/Denver	44.92494	-110.37798	1828			WY	029		
5820078	Burgess Junction	burgess-junction	US		0	America/Denver	44.76996	-107.51981	2465			WY	033		
5820152	Burntfork	burntfork	US		0	America/Denver	41.02912	-110.00432	2165			WY	037		
5820156	Burris	burris	US		0	America/Denver	43.36412	-109.27486	1871			WY	013		
5820257	Byrnes Crossing	byrnes-crossing	US		0	America/Denver	41.28189	-110.6385	2083			WY	041		
5820375	Calpet	calpet	US		7	America/Denver	42.28383	-110.25905	2082			WY	035		
5820383	Cambria (historical)	cambria-historical	US		0	America/Denver	43.93915	-104.20744	1561			WY	045		
5820394	Camel Hump	camel-hump	US		0	America/Denver	43.3058	-106.56893	1696			WY	025		
5820534	Canyon Junction	canyon-junction	US		0	America/Denver	44.73605	-110.49326	2412			WY	029		
5820541	Canyon Village	canyon-village	US		0	America/Denver	44.73383	-110.48993	2417			WY	029		
5820594	Carlile Junction	carlile-junction	US		0	America/Denver	44.50221	-104.6883	1281			WY	011		
5820597	Carlson	carlson	US		0	America/Denver	41.85494	-110.97213	1906			WY	023		
5820600	Carlile	carlile	US		0	America/Denver	44.48693	-104.80136	1270			WY	011		
5820659	Carter Cedars	carter-cedars	US		0	America/Denver	41.518	-110.51378	2057			WY	041		
5820715	Casper Mountain	casper-mountain	US		401	America/Denver	42.73302	-106.32669	2427			WY	025		
5820719	Cassa	cassa	US		0	America/Denver	42.41608	-104.94997	1367			WY	031		
5821246	Chugcreek	chugcreek	US		156	America/Denver	42.04803	-104.9183	1452			WY	031		
5821311	Clareton (historical)	clareton-historical	US		0	America/Denver	43.70053	-104.69246	1315			WY	045		
5821371	Clay Spur	clay-spur	US		0	America/Denver	44.02248	-104.47634	1276			WY	045		
5821415	Clearview Acres	clearview-acres	US		795	America/Denver	41.58052	-109.2768	1929			WY	037		
5821675	Collins (historical)	collins-historical	US		0	America/Denver	41.10997	-106.16307	2727			WY	001		
5821686	Collins Place	collins-place	US		0	America/Denver	43.52884	-109.09152	2120			WY	013		
5821689	Colloid	colloid	US		0	America/Denver	44.11026	-104.65691	1299			WY	045		
5821706	Colter	colter	US		0	America/Denver	43.95635	-108.01398	1255			WY	043		
5821709	Colter Bay Village	colter-bay-village	US		0	America/Denver	43.90466	-110.64077	2079			WY	039		
5821843	Cooper Lake	cooper-lake	US		0	America/Denver	41.63275	-105.76944	2145			WY	001		
5821869	Copperton (historical)	copperton-historical	US		0	America/Denver	41.14302	-107.122	2552			WY	007		
5821936	Cottier	cottier	US		0	America/Denver	42.02219	-104.26356	1269			WY	015		
5822139	Cow Hollow	cow-hollow	US		0	America/Denver	42.85358	-106.10696	1550			WY	025		
5822327	Crimson Dawn	crimson-dawn	US		0	America/Denver	42.73358	-106.27947	2423			WY	025		
5822329	Creston Junction	creston-junction	US		0	America/Denver	41.7269	-107.72729	2147			WY	037		
5822595	Dakoming	dakoming	US		0	America/Denver	43.59748	-104.07271	1170	Dakoma Siding,Dakoming		WY	045		
5822598	Dale Creek	dale-creek	US		0	America/Denver	41.08304	-105.39138	2422	Dale,Dale Creek		WY	001		
5822644	Daniel Junction	daniel-junction	US		0	America/Denver	42.88994	-110.06877	2201			WY	035		
5822851	Deadmans Corner	deadmans-corner	US		0	America/Denver	42.63747	-105.06858	1428			WY	009		
5823129	Devils Den	devils-den	US		0	America/Denver	44.89216	-110.3877	1961			WY	029		
5823171	Dexterville (historical)	dexterville-historical	US		0	America/Denver	41.26135	-107.22867	2294	Dexter Camp,Dexterville (historical)		WY	007		
5823264	Dillon (historical)	dillon-historical	US		0	America/Denver	41.17663	-107.09228	2767			WY	007		
5823282	Dines (historical)	dines-historical	US		0	America/Denver	41.72607	-109.17262	2079			WY	037		
5823816	DuNoir	dunoir	US		0	America/Denver	43.56579	-109.81572	2551			WY	013		
5823886	Dumbell	dumbell	US		0	America/Denver	44.10218	-108.98847	1876			WY	029		
5823978	Dwyer	dwyer	US		0	America/Denver	42.24219	-104.95608	1473			WY	031		
5823980	Dwyer Junction	dwyer-junction	US		0	America/Denver	42.23469	-104.99497	1490			WY	031		
5824004	Eadsville (historical)	eadsville-historical	US		0	America/Denver	42.73191	-106.35392	2402			WY	025		
5824320	East Thermopolis	east-thermopolis	US		248	America/Denver	43.64634	-108.19815	1323			WY	017		
5824353	Echeta	echeta	US		0	America/Denver	44.45804	-105.8764	1239			WY	005		
5824411	Egbert	egbert	US		0	America/Denver	41.1697	-104.2569	1613			WY	021		
5824476	Elk Basin	elk-basin	US		0	America/Denver	44.9905	-108.86403	1395			WY	029		
5824584	Elkhurst	elkhurst	US		0	America/Denver	41.4919	-110.35044	1964			WY	041		
5824585	Elkol	elkol	US		0	America/Denver	41.72384	-110.61239	2106			WY	023		
5824597	Elkhorn Junction	elkhorn-junction	US		0	America/Denver	42.43217	-109.24151	2160			WY	035		
5824617	Elwood (historical)	elwood-historical	US		0	America/Denver	41.18135	-106.88393	2607			WY	007		
5824621	Embar	embar	US		0	America/Denver	43.71384	-108.67373	1711			WY	017		
5824747	Erramouspe Place	erramouspe-place	US		0	America/Denver	42.41773	-108.80539	2310			WY	013		
5824768	Esterbrook	esterbrook	US		52	America/Denver	42.41164	-105.36082	1986			WY	009		
5824773	Ethete	ethete	US		1553	America/Denver	43.02496	-108.77262	1632			WY	013		
5824918	Farrall	farrall	US		0	America/Denver	44.58388	-104.25744	1220			WY	011		
5824924	Farthing	farthing	US		0	America/Denver	41.54637	-105.21526	1929	Farthing,Iron Mountain		WY	021		
5824979	Ferguson Corner	ferguson-corner	US		0	America/Denver	41.95886	-104.9822	1553			WY	031		
5824990	Ferris (historical)	ferris-historical	US		0	America/Denver	42.19496	-107.18089	2119			WY	007		
5825297	Flitners Corner	flitners-corner	US		0	America/Denver	44.53051	-107.86259	1251			WY	003		
5825341	Fontenelle	fontenelle	US		13	America/Denver	41.98495	-110.05904	1978			WY	023		
5825405	Fort LaClede (historical)	fort-laclede-historical	US		0	America/Denver	41.41524	-108.38927	2105			WY	037		
5825421	Fort Steele	fort-steele	US		0	America/Denver	41.77802	-106.94643	1982	Fort Fred Steele,Fort Steele		WY	007		
5825453	Fossil Forest	fossil-forest	US		0	America/Denver	44.8605	-110.23464	2290			WY	029		
5825486	Four Corners (historical)	four-corners-historical	US		0	America/Denver	44.07748	-104.13827	1784			WY	045		
5825561	Foxpark	foxpark	US		22	America/Denver	41.07942	-106.15252	2762			WY	001		
5825666	French Vee	french-vee	US		0	America/Denver	43.71885	-107.2359	1700			WY	043		
5826196	Goose Egg	goose-egg	US		0	America/Denver	42.76246	-106.4867	1629			WY	025		
5826310	Gramm	gramm	US		0	America/Denver	41.03831	-106.12918	2723			WY	001		
5826335	Granger Junction	granger-junction	US		0	America/Denver	41.54635	-109.91403	1945			WY	037		
5826583	Greenhough Place	greenhough-place	US		0	America/Denver	41.07385	-109.24485	2277			WY	037		
5826715	Grovont	grovont	US		0	America/Denver	43.64493	-110.6641	2010			WY	039		
5826935	Hamilton Dome	hamilton-dome	US		0	America/Denver	43.77329	-108.57567	1713			WY	017		
5827151	Hartrandt	hartrandt	US		693	America/Denver	42.88747	-106.34753	1611			WY	025		
5827184	Hat Creek (historical)	hat-creek-historical	US		0	America/Denver	42.93941	-104.36967	1373			WY	027		
5827400	Heldt	heldt	US		0	America/Denver	42.0008	-104.33995	1275			WY	015		
5827535	Hewitt Place	hewitt-place	US		0	America/Denver	44.24495	-108.51678	1518			WY	003		
5827663	Hill View Heights	hill-view-heights	US		170	America/Denver	43.82581	-104.15994	1324			WY	045		
5827685	Hirsig	hirsig	US		0	America/Denver	41.19137	-105.30165	2369			WY	001		
5827703	Hoback	hoback	US		1176	America/Denver	43.28187	-110.78381	1794			WY	039		
5827708	Hoback Junction	hoback-junction	US		0	America/Denver	43.32243	-110.73048	1810			WY	039		
5827812	Homa Hills	homa-hills	US		278	America/Denver	42.97997	-106.36086	1615			WY	025		
5828497	Irvine Home Trust Retirement Homes	irvine-home-trust-retirement-homes	US		0	America/Denver	42.05441	-104.95275	1448			WY	031		
5828525	Islay	islay	US		0	America/Denver	41.31776	-105.13553	2045			WY	021		
5828529	Ivans Grove (historical)	ivans-grove-historical	US		0	America/Denver	41.58774	-106.50447	2368			WY	007		
5828556	J O Junction	j-o-junction	US		0	America/Denver	41.53524	-108.39149	2124			WY	037		
5828620	Jack Pine	jack-pine	US		0	America/Denver	43.32605	-110.43407	2090			WY	039		
5828717	James Town	james-town	US		536	America/Denver	41.55524	-109.5168	1879			WY	037		
5828747	Jays Roost	jays-roost	US		0	America/Denver	41.16747	-106.33113	2965			WY	007		
5829262	Kamms Corner	kamms-corner	US		0	America/Denver	44.72551	-108.93264	1467			WY	029		
5829265	Kanda	kanda	US		0	America/Denver	41.54274	-109.34152	1893			WY	037		
5829384	Keeline	keeline	US		0	America/Denver	42.75691	-104.75663	1617			WY	027		
5829706	Kirtley	kirtley	US		0	America/Denver	42.8308	-104.12272	1535			WY	027		
5829711	Kleenburn	kleenburn	US		0	America/Denver	44.90358	-107.01257	1110	Carneyville,Kleenburn		WY	033		
5829769	Kotey Place	kotey-place	US		0	America/Denver	42.72468	-108.604	1659			WY	013		
5830133	Last Crossing Ford Number 9	last-crossing-ford-number-9	US		0	America/Denver	42.37551	-108.71983	2225			WY	013		
5830192	Leahy Place	leahy-place	US		0	America/Denver	42.50747	-105.94362	2352			WY	009		
5830204	Leckie	leckie	US		0	America/Denver	42.57078	-109.27902	2390	Leckie,Leckie Ranch		WY	035		
5830230	Leefe	leefe	US		0	America/Denver	41.81161	-111.02436	1909			WY	023		
5830426	Linstead Place	linstead-place	US		0	America/Denver	43.58247	-106.52282	1484			WY	019		
5830646	Little Medicine	little-medicine	US		0	America/Denver	42.38441	-105.97807	2224			WY	001		
5830943	Lone Tree Crossing	lone-tree-crossing	US		0	America/Denver	44.44801	-108.70402	1494			WY	029		
5831066	Lost Cabin	lost-cabin	US		0	America/Denver	43.28635	-107.63258	1649			WY	013		
5831530	Marbleton	marbleton	US		1090	America/Denver	42.55355	-110.10932	2093			WY	035		
5831623	Marvin Place (historical)	marvin-place-historical	US		0	America/Denver	42.22107	-107.192	2216			WY	007		
5831722	Mayoworth	mayoworth	US		0	America/Denver	43.83191	-106.792	1593	Mayoworth,Mayoworth Junction		WY	019		
5831743	McCargar Place	mccargar-place	US		0	America/Denver	42.20107	-107.13255	2046			WY	007		
5831803	McFadden	mcfadden	US		0	America/Denver	41.65441	-106.13057	2215	McFadden,Ohio City		WY	007		
5831861	McKinnon	mckinnon	US		60	America/Denver	41.02773	-109.93599	2151			WY	037		
5831936	Meadow Acres	meadow-acres	US		198	America/Denver	42.85774	-106.09335	1538			WY	025		
5831983	Meadow Lark Lake	meadow-lark-lake	US		8	America/Denver	44.17552	-107.2534	2499			WY	003		
5831989	Meadowdale	meadowdale	US		0	America/Denver	42.55247	-104.69552	1609			WY	031		
5832113	Mers Hill	mers-hill	US		0	America/Denver	41.8808	-104.61746	1531			WY	015		
5832332	Midwest Heights	midwest-heights	US		0	America/Denver	42.85413	-106.36169	1585			WY	025		
5832408	Millburne	millburne	US		0	America/Denver	41.25828	-110.41266	2123			WY	041		
5832508	Miners Delight	miners-delight	US		0	America/Denver	42.53301	-108.68067	2513			WY	013		
5832517	Minnesela	minnesela	US		0	America/Denver	43.58579	-108.21704	1337			WY	017		
5832622	Monell	monell	US		0	America/Denver	41.59052	-108.48399	2054			WY	037		
5832759	Moose Wilson Road	moose-wilson-road	US		1821	America/Denver	43.52521	-110.84466	1888			WY	039		
5832804	Morrisey (historical)	morrisey-historical	US		0	America/Denver	41.48664	-106.14168	2658			WY	007		
5832806	Morrisey	morrisey	US		0	America/Denver	43.51803	-104.38356	1184			WY	045		
5832840	Moskee	moskee	US		0	America/Denver	44.27165	-104.17883	1628	Laviere,Moche,Moskee		WY	011		
5833041	Muddy Gap	muddy-gap	US		0	America/Denver	42.35162	-107.45729	1925			WY	007		
5833092	Murke	murke	US		0	America/Denver	41.4247	-105.21526	2006			WY	021		
5833161	Myersville (historical)	myersville-historical	US		0	America/Denver	42.56329	-108.1062	1985			WY	013		
5833231	Natwick	natwick	US		0	America/Denver	41.9608	-105.05664	1550			WY	031		
5833326	New Fork	new-fork	US		0	America/Denver	42.70161	-109.71515	2114			WY	035		
5833340	New Jelm	new-jelm	US		0	America/Denver	41.08192	-106.01001	2318			WY	001		
5833403	Nickelson Place	nickelson-place	US		0	America/Denver	43.53607	-108.05371	1835			WY	017		
5833892	North Rock Springs	north-rock-springs	US		2207	America/Denver	41.64358	-109.26568	1977			WY	037		
5834142	Old Brooks Place	old-brooks-place	US		0	America/Denver	41.68608	-106.34141	2199			WY	007		
5834165	Old Haymaker Place	old-haymaker-place	US		0	America/Denver	41.53218	-106.88365	2044			WY	007		
5834179	Old McKeal Place	old-mckeal-place	US		0	America/Denver	41.58857	-106.95949	2018			WY	007		
5834297	Orchard Valley	orchard-valley	US		0	America/Denver	41.09665	-104.81941	1842			WY	021		
5834324	Orin	orin	US		46	America/Denver	42.6533	-105.19248	1434			WY	009		
5834325	Orin Junction	orin-junction	US		0	America/Denver	42.6558	-105.18387	1433			WY	009		
5834331	Orpha	orpha	US		0	America/Denver	42.85469	-105.5036	1498			WY	009		
5834353	Oshoto	oshoto	US		0	America/Denver	44.58748	-104.93775	1251			WY	011		
5834363	Osborne Place	osborne-place	US		0	America/Denver	43.09913	-107.4209	1853			WY	025		
5834419	Owl Creek	owl-creek	US		5	America/Denver	43.78107	-108.56706	1721			WY	017		
5834501	Pahaska Tepee	pahaska-tepee	US		0	America/Denver	44.503	-109.96296	2034	Pahaska,Pahaska Tepee		WY	029		
5834625	Parkerton	parkerton	US		0	America/Denver	42.85108	-105.97306	1533			WY	009		
5834914	Petes Place	petes-place	US		0	America/Denver	41.00274	-109.02484	2480			WY	037		
5834916	Petrie	petrie	US		0	America/Denver	43.03163	-106.74032	1689			WY	025		
5835124	Pine Haven	pine-haven	US		519	America/Denver	44.35776	-104.81053	1268			WY	011		
5835322	Pleasantdale	pleasantdale	US		0	America/Denver	44.07609	-105.71945	1507			WY	005		
5832609	Mona	mona	US	84645	0	America/Denver	44.80999	-104.38134	1177			WY	011		
5835760	Purple Sage	purple-sage	US		535	America/Denver	41.5508	-109.32402	1898			WY	037		
5835803	Quealy	quealy	US		0	America/Denver	41.5383	-109.22263	1947	Quealy,Sweetwater,Sweetwater Queally		WY	037		
5835857	Raderville	raderville	US		0	America/Denver	42.90552	-107.37868	1941			WY	025		
5835865	Rafter J Ranch	rafter-j-ranch	US		1075	America/Denver	43.42604	-110.79909	1848			WY	039		
5835922	Rambler (historical)	rambler-historical	US		0	America/Denver	41.15857	-107.00672	2841			WY	007		
5835956	Ranchettes	ranchettes	US		5798	America/Denver	41.21859	-104.79025	1890			WY	021		
5836137	Red Butte	red-butte	US		449	America/Denver	42.80608	-106.4342	1575			WY	025		
5836141	Red Buttes	red-buttes	US		0	America/Denver	41.18248	-105.59471	2231	Leah,Red Buttes		WY	001		
5836145	Red Buttes Village	red-buttes-village	US		0	America/Denver	42.80802	-106.42197	1572			WY	025		
5836212	Red Desert	red-desert	US		0	America/Denver	41.65357	-108.12176	2056			WY	037		
5836272	Red Lane	red-lane	US		0	America/Denver	43.67857	-108.20593	1315			WY	017		
5836363	Reed Place	reed-place	US		0	America/Denver	42.26802	-105.72556	2292			WY	001		
5836383	Reeves Corner	reeves-corner	US		0	America/Denver	44.52135	-107.86482	1268			WY	003		
5836410	Rendezvous	rendezvous	US		0	America/Denver	41.05301	-109.95293	2087			WY	037		
5836547	Richardson Acres	richardson-acres	US		0	America/Denver	42.89858	-106.3428	1599			WY	025		
5836633	Riovista	riovista	US		0	America/Denver	41.55219	-109.51291	1880			WY	037		
5836845	Rock Creek (historical)	rock-creek-historical	US		0	America/Denver	41.84164	-105.86611	2045			WY	001		
5836910	Rockeagle	rockeagle	US		0	America/Denver	42.00275	-104.58163	1339			WY	015		
5836924	Rocky Crossing	rocky-crossing	US		0	America/Denver	41.61273	-110.12487	1927			WY	023		
5836926	Rocky Crossing	rocky-crossing	US		0	America/Denver	42.10468	-108.3301	2041			WY	037		
5836964	Rockypoint	rockypoint	US		0	America/Denver	44.90721	-105.09554	1196			WY	005		
5836984	Rolling Hills	rolling-hills	US		442	America/Denver	42.90274	-105.84417	1632			WY	009		
5837123	Rudefeha (historical)	rudefeha-historical	US		0	America/Denver	41.18885	-107.07089	2976			WY	007		
5837182	Ryan Park	ryan-park	US		38	America/Denver	41.32136	-106.50892	2548			WY	007		
5837342	Sales Place	sales-place	US		0	America/Denver	44.18995	-108.53623	1455			WY	003		
5837361	Salt Creek (historical)	salt-creek-historical	US		0	America/Denver	43.34886	-106.32586	1516			WY	025		
5837377	Salt Wells	salt-wells	US		0	America/Denver	41.65469	-108.98595	1943			WY	037		
5837386	Sampo (historical)	sampo-historical	US		0	America/Denver	41.90191	-106.49253	2138			WY	007		
5837437	Sand Creek Crossing	sand-creek-crossing	US		0	America/Denver	44.41387	-104.09605	1526			WY	011		
5837460	Sand Draw	sand-draw	US		0	America/Denver	42.76052	-108.18148	1819			WY	013		
5837618	Savageton	savageton	US		0	America/Denver	43.86581	-105.78751	1559			WY	005		
5837857	Seely	seely	US		0	America/Denver	44.80776	-104.62052	1263			WY	011		
5837896	Seminoe Dam	seminoe-dam	US		0	America/Denver	42.15663	-106.91393	2078			WY	007		
5838261	Shirley (historical)	shirley-historical	US		0	America/Denver	42.18885	-106.48197	2191			WY	007		
5838346	Sibylee	sibylee	US		0	America/Denver	42.08136	-104.95025	1419			WY	031		
5838424	Silver Tip	silver-tip	US		0	America/Denver	41.91469	-104.26662	1290			WY	015		
5838557	Skull Creek	skull-creek	US		0	America/Denver	44.10915	-104.36717	1467			WY	045		
5838617	Sleepy Hollow	sleepy-hollow	US		1308	America/Denver	44.24109	-105.42222	1390			WY	005		
5838817	Snyder Place	snyder-place	US		0	America/Denver	43.41913	-107.55785	1928			WY	013		
5838846	Soda Butte (historical)	soda-butte-historical	US		0	America/Denver	44.87772	-110.15325	2027			WY	029		
5838969	South Baxter	south-baxter	US		0	America/Denver	41.36802	-109.12179	2203			WY	037		
5839036	South Flat	south-flat	US		383	America/Denver	43.92968	-108.00371	1276			WY	043		
5839233	South Greeley	south-greeley	US		4217	America/Denver	41.09693	-104.80636	1843			WY	021		
5839265	South Pass City	south-pass-city	US		0	America/Denver	42.46829	-108.79984	2380			WY	013		
5839325	South Superior	south-superior	US		0	America/Denver	41.76191	-108.96678	2110			WY	037		
5839336	South Torrington	south-torrington	US		0	America/Denver	42.04969	-104.17939	1244			WY	015		
5839457	Spotted Horse	spotted-horse	US		0	America/Denver	44.70832	-105.83501	1227			WY	005		
5839765	Squaw Place	squaw-place	US		0	America/Denver	42.36997	-105.70389	2237			WY	001		
5839773	Squaw Hollow (historical)	squaw-hollow-historical	US		0	America/Denver	41.16357	-109.56042	1854			WY	037		
5839824	Stansbury	stansbury	US		0	America/Denver	41.70274	-109.1879	2030			WY	037		
5840136	Stroner	stroner	US		0	America/Denver	44.76665	-105.04554	1220			WY	011		
5840145	Strouds	strouds	US		0	America/Denver	42.85497	-106.24141	1562			WY	025		
5840326	Sunrise	sunrise	US		0	America/Denver	42.33025	-104.70552	1494			WY	031		
5840374	Sussex Unit	sussex-unit	US		0	America/Denver	43.60775	-106.20197	1498			WY	019		
5840387	Swaim Place	swaim-place	US		0	America/Denver	43.34802	-107.37618	2059			WY	025		
5840419	Sweeney Ranch	sweeney-ranch	US		17	America/Denver	41.47969	-109.01123	2041			WY	037		
5840432	Sweetwater Crossing	sweetwater-crossing	US		0	America/Denver	42.54163	-108.17954	1996			WY	013		
5840444	Sweetwater Station	sweetwater-station	US		0	America/Denver	42.54218	-108.1837	1996			WY	013		
5840469	Sylvan Bay Summer Home Area	sylvan-bay-summer-home-area	US		0	America/Denver	42.95439	-109.78515	2265			WY	035		
5840669	Teckla	teckla	US		0	America/Denver	43.5583	-105.34998	1474			WY	005		
5840714	Temple Creek Summer Home Area	temple-creek-summer-home-area	US		0	America/Denver	42.66717	-109.26318	2777			WY	035		
5840815	Thayer Junction	thayer-junction	US		0	America/Denver	41.68691	-108.91123	1963			WY	037		
5840937	Thorndale Acres	thorndale-acres	US		0	America/Denver	42.81969	-106.31308	1620			WY	025		
5840981	Three River Junction	three-river-junction	US		0	America/Denver	44.2891	-110.89299	2213			WY	039		
5841149	Toltec	toltec	US		0	America/Denver	42.30691	-105.65333	2322			WY	001		
5841231	Tower Junction	tower-junction	US		0	America/Denver	44.91633	-110.41687	1909	Tower Falls,Tower Junction		WY	029		
5841353	Trelona (historical)	trelona-historical	US		0	America/Denver	41.77275	-104.43302	1390			WY	015		
5841356	Tremain	tremain	US		0	America/Denver	41.5522	-104.10884	1473			WY	021		
5841457	Tullis	tullis	US		0	America/Denver	41.22857	-107.29895	2399			WY	007		
5841477	Turnercrest	turnercrest	US		0	America/Denver	43.56275	-105.66916	1559			WY	005		
5841673	Ucross	ucross	US		0	America/Denver	44.56081	-106.54005	1244	Cedar Rapids,Ucross		WY	033		
5841695	Underwood Crossing	underwood-crossing	US		0	America/Denver	43.49608	-104.94469	1286			WY	009		
5841833	Urie	urie	US		262	America/Denver	41.31606	-110.33627	2068			WY	041		
5841848	Uva	uva	US		0	America/Denver	42.13191	-104.91969	1364			WY	031		
5841955	Verne	verne	US		0	America/Denver	41.57495	-110.09071	1942			WY	041		
5842005	Vista West Trailer Park	vista-west-trailer-park	US		0	America/Denver	44.41971	-104.40523	1569			WY	011		
5842010	Vocation	vocation	US		0	America/Denver	44.66329	-108.94347	1418			WY	029		
5842170	Waltman	waltman	US		0	America/Denver	43.0633	-107.1959	1826	Keg Springs,Waltman		WY	025		
5842272	Washakie Ten	washakie-ten	US		619	America/Denver	44.09551	-107.9087	1227			WY	043		
5842275	Washam	washam	US		51	America/Denver	41.01662	-109.7696	2091			WY	037		
5842684	West Thumb	west-thumb	US		0	America/Denver	44.4155	-110.57548	2376	Thumb,Thumb Junction,West Thumb,West Thumb Junction		WY	039		
5842734	Westview Circle	westview-circle	US		52	America/Denver	42.06414	-105.0647	1443			WY	031		
5842780	Whipple Hollow	whipple-hollow	US		0	America/Denver	43.09747	-105.5986	1623			WY	009		
5842939	Widdowfield (historical)	widdowfield-historical	US		0	America/Denver	41.62052	-106.41446	2308			WY	007		
5842989	Wildcat	wildcat	US		0	America/Denver	44.60165	-105.67584	1288			WY	005		
5843106	Willow Addition	willow-addition	US		0	America/Denver	41.79911	-110.53461	2107			WY	023		
5843234	Willwood	willwood	US		0	America/Denver	44.69662	-108.75985	1321			WY	029		
5843272	Wind River	wind-river	US		0	America/Denver	42.98635	-108.88429	1704			WY	013		
5843373	Winton (historical)	winton-historical	US		0	America/Denver	41.74719	-109.16735	2123	Winton (historical),Winton Junction		WY	037		
5843477	Woodedge	woodedge	US		0	America/Denver	41.51747	-106.14557	2504			WY	007		
5843484	Woods Landing	woods-landing	US		0	America/Denver	41.11053	-106.01334	2281			WY	001		
5843534	Wycross	wycross	US		0	America/Denver	41.68053	-104.18996	1372			WY	015		
5843547	Wyocolo	wyocolo	US		0	America/Denver	41.00442	-106.17252	2674			WY	001		
5843549	Wyodak	wyodak	US		0	America/Denver	44.29137	-105.37972	1348			WY	005		
5843592	Wyopo	wyopo	US		0	America/Denver	42.85551	-108.68928	1600			WY	013		
5843603	Y-O Ranch	y-o-ranch	US		195	America/Denver	42.0308	-104.93997	1489			WY	031		
5843611	Yanceys	yanceys	US		0	America/Denver	44.93077	-110.43631	1901			WY	029		
5843732	Artesian City	artesian-city	US		0	America/Boise	42.41714	-114.16114	1291			ID	083		
5843750	Deep Creek	deep-creek	US		0	America/Boise	42.59352	-114.84616	1099			ID	083		
5843755	Emida	emida	US		0	America/Los_Angeles	47.11574	-116.59794	869			ID	009		
5843767	Orvin	orvin	US		0	America/Boise	43.53325	-112.00942	1449			ID	019		
5843780	North Kenyon	north-kenyon	US		0	America/Boise	42.43213	-113.86113	1309			ID	031		
5843793	Scoville	scoville	US		0	America/Boise	43.48046	-112.99611	1548			ID	023		
5843804	Travers	travers	US		0	America/Boise	42.60908	-113.73696	1264	Travers,Travers Siding		ID	067		
5843810	Yale (historical)	yale-historical	US		0	America/Los_Angeles	46.86212	-116.69655	877	Big Summit,Yale (historical),Yale Station		ID	057		
5843825	Box Springs (historical)	box-springs-historical	US		0	America/Denver	47.00497	-109.34657	1265			MT	027		
5843838	Dry Lake	dry-lake	US		0	America/Denver	48.0511	-108.64654	1038	Dry Lake,Happy Valley		MT	005		
5843858	Hesper	hesper	US		0	America/Denver	45.74189	-108.70959	1014			MT	111		
5843896	Spear	spear	US		0	America/Denver	45.19969	-107.37926	1090			MT	003		
5843902	Washoe	washoe	US		0	America/Denver	45.16383	-109.21321	1527			MT	009		
5843919	Sevenmile Corner	sevenmile-corner	US		0	America/Chicago	48.89448	-102.546	594			ND	013	73900	
5843935	Eli	eli	US		0	America/Denver	42.94361	-101.49126	975			NE	031		
5843973	Vineyard	vineyard	US		3195	America/Denver	40.29704	-111.7467	1379			UT	049		
5844024	Monkland	monkland	US		0	America/Los_Angeles	45.48568	-120.62672	504	Monkland,Monkland Ranch		OR	055		
5844084	Date	date	US		0	America/Denver	45.36721	-102.67961	833			SD	105	17260	
5844095	Trojan	trojan	US		0	America/Denver	44.34221	-103.83798	1961	Portland,Trojan		SD	081	45600	
5844097	Garden Acres	garden-acres	US		0	America/Denver	41.22883	-112.0605	1300			UT	057		
5844127	Flaig	flaig	US		0	America/Los_Angeles	47.16045	-117.26685	768			WA	075		
5844130	Grays Landing	grays-landing	US		0	America/Los_Angeles	48.01906	-117.36689	586			WA	063		
5844132	Geib	geib	US		0	America/Los_Angeles	47.43433	-117.66049	720	Geib,Gieb		WA	063		
5844136	Jantz	jantz	US		0	America/Los_Angeles	47.22987	-118.64249	517			WA	001		
5844144	Krain	krain	US		0	America/Los_Angeles	47.24288	-121.98928	209			WA	033		
5844151	Newaukum	newaukum	US		0	America/Los_Angeles	47.25732	-122.10178	161	Newaukum,Newaukun		WA	033		
5844175	Whitlow	whitlow	US		0	America/Los_Angeles	46.72127	-117.15017	732			WA	075		
5844235	West Lance Creek	west-lance-creek	US		0	America/Denver	43.04552	-104.69302	1336			WY	027		
5844289	Brennan	brennan	US		0	America/Los_Angeles	48.82233	-122.56239	20			WA	073		
5844355	Amalga (historical)	amalga-historical	US		0	America/Juneau	58.74167	-134.76667	667			AK	110		
5844390	Annette	annette	US		0	America/Metlakatla	55.06167	-131.54167	5			AK	198		
5844473	Auke (historical)	auke-historical	US		0	America/Juneau	58.375	-134.725	0	Akan,Anchguhisu,Antcgaltsu,Aukan,Auke (historical),Old Auk Village		AK	110		
5844535	Baranof	baranof	US		0	America/Sitka	57.08944	-134.83306	29	BNF		AK	220		
5844558	Bartlett Cove	bartlett-cove	US		0	America/Juneau	58.45043	-135.8729	0			AK	105		
5844674	Bell Island Hot Springs	bell-island-hot-springs	US		0	America/Juneau	55.93167	-131.56528	54	Bell Island Hot Springs,KBE		AK	130		
5844734	Big Port Walter (historical)	big-port-walter-historical	US		0	America/Sitka	56.37861	-134.73111	0	Big Port Walter,Port Walter		AK	220		
5845062	Calder (historical)	calder-historical	US		0	America/Juneau	56.17389	-133.46333	21			AK	198		
5845118	Cannery	cannery	US		0	America/Juneau	57.78528	-135.09639	12	Cannery,Tenakee		AK	105		
5845149	Cape Pole	cape-pole	US		0	America/Juneau	55.96516	-133.79443	2	CZP		AK	198		
5845150	Cape Fanshaw	cape-fanshaw	US		0	America/Juneau	57.21278	-133.50194	3	Cape Fanshaw,Fanshaw		AK	105		
5845157	Carlanna	carlanna	US		0	America/Sitka	55.35833	-131.68333	91			AK	130		
5845321	Chilkat	chilkat	US		0	America/Juneau	59.3997	-135.89641	48			AK	100		
5845326	Chilkoot (historical)	chilkoot-historical	US		0	America/Juneau	59.33306	-135.55333	9	Chilcoot,Chilkoot (historical),Tananei,Tenany,Tschilkut		AK	100		
5845341	Chomley (historical)	chomley-historical	US		0	America/Juneau	55.23852	-132.30749	11	CIV,Chomby,Chomley,Chomley (historical)		AK	198		
5845405	Clover Pass	clover-pass	US		0	America/Sitka	55.47222	-131.79167	21	Clover Pass,Knudson Cove		AK	130		
5845421	Cobol (historical)	cobol-historical	US		0	America/Sitka	57.48972	-135.87111	29	Cobal,Cobol (historical),Kobal		AK	220		
5845498	Copper City (historical)	copper-city-historical	US		0	America/Juneau	55.13556	-132.60917	17			AK	198		
5845527	Covenant Life	covenant-life	US		86	America/Juneau	59.41722	-136.025	78			AK	100		
5845599	Cube Cove	cube-cove	US		73	America/Juneau	57.93413	-134.71075	159	CUW,Cube Cove		AK	105		
5845744	Deweyville (historical)	deweyville-historical	US		0	America/Juneau	55.95889	-133.24333	25			AK	198		
5845781	Dobson Landing	dobson-landing	US		0	America/Juneau	58.4904	-134.78484	13			AK	110		
5845795	Dolomi (historical)	dolomi-historical	US		0	America/Juneau	55.13183	-132.04294	24	DLO,Dolomi		AK	198		
5845812	Dora Bay	dora-bay	US		0	America/Juneau	55.18681	-132.26638	680	DOF,Dora Bay		AK	198		
5845836	Doyhof	doyhof	US		0	America/Sitka	56.78611	-132.97556	7	Doyhof,Doyhoff		AK	195		
5845861	Dyea	dyea	US		0	America/Juneau	59.50472	-135.35833	29	Daiye,Dayay,Dejah,Dyea,Taiya,Tyya		AK	230		
5845973	Edna Bay	edna-bay	US		44	America/Juneau	55.94889	-133.66222	3	EDA		AK	198		
5846071	Entrance Island	entrance-island	US		0	America/Juneau	57.41222	-133.44111	6	Entrance Island		AK	105		
5846117	Excursion Inlet	excursion-inlet	US		11	America/Juneau	58.41819	-135.44365	24	EXI,Excursion Inlet,akskrzhn aynlt  alaska,eksakarsana inleta  alaska,you lan ru kou,اکسکرژن اینلت، آلاسکا,एक्सकर्सन इन्लेट  अलास्का,遊覽入口		AK	100		
5846147	Fish Creek (historical)	fish-creek-historical	US		0	America/Juneau	58.33056	-134.59167	16			AK	110		
5846378	Fort Saint Michael (historical)	fort-saint-michael-historical	US		0	America/Sitka	57.29722	-135.36944	238	Archangel Michael,Fork Mikhailovsky,Fork Svyatty Mikhail,Fort Archangel Gabriel,Fort Saint Michael (historical),Mikhailovsk,New Archangel,Novo Arkhangelsk,Redoubt Saint Gabriel		AK	220		
5846467	Game Creek	game-creek	US		18	America/Juneau	58.05667	-135.50778	173			AK	105		
5846508	Funter	funter	US		0	America/Juneau	58.25639	-134.89583	8	FNR		AK	105		
5846553	Coppermount (historical)	coppermount-historical	US		0	America/Juneau	55.21639	-132.60861	8			AK	198		
5846555	Gantegastaki (historical)	gantegastaki-historical	US		0	America/Juneau	59.25	-135.52083	246	Gan-te-gas-tak-heh,Gantegaski,Gantegastaki (historical),Gantegastaki Hindasetukee,Jendestaka,Jendestake,Tindestak,Tondust,Tondustek,Y'hindastachy,Yende stag!e,Yendestaka,Yindastuki,Yindastuki Indian Reservation,Yonestuuk		AK	100		
5846833	Grindall (historical)	grindall-historical	US		0	America/Juneau	55.45	-132.15	0			AK	198		
5846886	Hadley (historical)	hadley-historical	US		0	America/Juneau	55.53472	-132.28667	11			AK	198		
5847014	Hawk Inlet	hawk-inlet	US		0	America/Juneau	58.12583	-134.75306	18	HWI		AK	105		
5847084	Herring Cove	herring-cove	US		0	America/Sitka	55.325	-131.52222	0			AK	130		
5847086	Hetta (historical)	hetta-historical	US		0	America/Juneau	55.17204	-132.57876	71	Hetta (historical),Hettah		AK	198		
5847133	Hobart Bay	hobart-bay	US		1	America/Juneau	57.46583	-133.35333	354			AK	195		
5847158	Hollis (historical)	hollis-historical	US		0	America/Juneau	55.48389	-132.6675	0			AK	198		
5847162	Hood Bay (historical)	hood-bay-historical	US		0	America/Juneau	57.3825	-134.39861	38	Barge,Hood Bay (historical)		AK	105		
5847163	Holbrook (historical)	holbrook-historical	US		0	America/Juneau	56.03444	-133.49111	1			AK	198		
5847205	Kahaluʻu	kahalu-u	US		0	Pacific/Honolulu	19.57997	-155.96565	12	Kahalu'u,Kahaluu,Kahaluʻu		HI	001		
5847207	Kahalu‘u	kahalu-u	US		4738	Pacific/Honolulu	21.45759	-157.84431	13	Kahalu'u,Kahaluu,Kahalu‘u		HI	003		
5847219	Kahana	kahana	US		0	Pacific/Honolulu	20.97635	-156.6777	1	Kahana,Kahana Camp		HI	009		
5847224	Kahana	kahana	US		0	Pacific/Honolulu	21.55495	-157.87632	1			HI	003		
5847279	Kāheka Village (historical)	kaheka-village-historical	US		0	Pacific/Honolulu	20.89803	-156.36871	98	Kaheka,Kaheka Village,Kaheka Village (historical),Kāheka Village (historical)		HI	009		
5847471	Ka‘ili‘ili (historical)	ka-ili-ili-historical	US		0	Pacific/Honolulu	20.84369	-156.26739	800	Ka'ili'ili (historical),Kailiili,Kailiili (historical),Ka‘ili‘ili (historical)		HI	009		
5847524	Kaimū	kaimu	US		0	Pacific/Honolulu	19.36204	-154.96995	9	Kaimu,Kaimū		HI	001		
5847530	Kaimukī	kaimuki	US		0	Pacific/Honolulu	21.27914	-157.80135	61	Kaimuki,Kaimukī		HI	003		
5847546	Kainaliu	kainaliu	US		0	Pacific/Honolulu	19.53213	-155.92531	446			HI	001		
5847614	Kāki‘o	kaki-o	US		0	Pacific/Honolulu	20.71094	-155.9943	35	Kaki'o,Kakio,Kaki‘o,Kākio,Kāki‘o		HI	009		
5847626	Kala‘e	kala-e	US		0	Pacific/Honolulu	21.16333	-157.005	457	Kaka'e,Kaka‘e,Kala'e,Kalae,Kala‘e		HI	009		
5847746	Kalaoa	kalaoa	US		9644	Pacific/Honolulu	19.72861	-155.98167	477			HI	001		
5847769	Kalapana (historical)	kalapana-historical	US		0	Pacific/Honolulu	19.35245	-154.98005	4			HI	001		
5847771	Kalapana Sea View Estates	kalapana-sea-view-estates	US		0	Pacific/Honolulu	19.40743	-154.92339	61			HI	001		
5847781	Kalauao	kalauao	US		0	Pacific/Honolulu	21.38293	-157.94762	1	Kalauao,Kalauao Station		HI	003		
5847793	Kalawao	kalawao	US		0	Pacific/Honolulu	21.17737	-156.94819	30	Kala-wao,Kalawao		HI	009		
5847832	Kalihi	kalihi	US		0	Pacific/Honolulu	21.32608	-157.87594	19	Kalihi,Kalihi-Palama		HI	003		
5847840	Kalihi Kai	kalihi-kai	US		0	Pacific/Honolulu	21.32428	-157.88525	2			HI	003		
5847862	Kalihi Wai	kalihi-wai	US		428	Pacific/Honolulu	22.21339	-159.42961	8	Kalihi Wai,Kalihiwai		HI	007		
5847901	Kalua‘aha	kalua-aha	US		0	Pacific/Honolulu	21.06664	-156.82061	12	Kalua'aha,Kaluaaha,Kalua‘aha		HI	009		
5848004	Kamalino (historical)	kamalino-historical	US		0	Pacific/Honolulu	21.8375	-160.23361	22	Kamakalino,Kamalino (historical)		HI	007		
5848008	Kamalō	kamalo	US		0	Pacific/Honolulu	21.05023	-156.87464	9	Kamalo,Kamalō		HI	009		
5848055	Kamehameha Heights	kamehameha-heights	US		0	Pacific/Honolulu	21.33393	-157.86282	31			HI	003		
5848077	Kamiloloa	kamiloloa	US		0	Pacific/Honolulu	21.08361	-156.99971	34	Kamiloloa,Kamiloloa Heights		HI	009		
5848107	Kamo‘oloa	kamo-oloa	US		0	Pacific/Honolulu	21.56993	-158.11069	12	Kamo'oloa,Kamooloa,Kamo‘oloa		HI	003		
5848130	Kanahena	kanahena	US		0	Pacific/Honolulu	20.61806	-156.43611	7			HI	009		
5848218	Kaniahiku Village	kaniahiku-village	US		0	Pacific/Honolulu	19.48575	-154.92426	200			HI	001		
5848268	Kaʻonoʻulu (historical)	ka-ono-ulu-historical	US		0	Pacific/Honolulu	20.73627	-156.3336	921	Ka'ono'ulu (historical),Kaonoulu (historical),Kaʻonoʻulu (historical)		HI	009		
5848280	Kapa‘a	kapa-a	US		10699	Pacific/Honolulu	22.07521	-159.31895	6	Kapaa,kapa,카파		HI	007		
5848298	Kapaahu	kapaahu	US		0	Pacific/Honolulu	19.33897	-155.01061	9	Kapaahu,Kupaahu		HI	001		
5848303	Kapa‘akea Colony (historical)	kapa-akea-colony-historical	US		0	Pacific/Honolulu	21.0835	-157.01099	7	Kapa'akea Colony,Kapaakea Colony,Kapa‘akea Colony		HI	009		
5848313	Kapaeloa	kapaeloa	US		0	Pacific/Honolulu	21.62949	-158.07173	8			HI	003		
5848315	Kapahi	kapahi	US		0	Pacific/Honolulu	22.09633	-159.35808	106			HI	007		
5848322	Kapahulu	kapahulu	US		0	Pacific/Honolulu	21.27697	-157.81127	14			HI	003		
5848325	Kapaia	kapaia	US		0	Pacific/Honolulu	21.99434	-159.36234	69			HI	007		
5848332	Kapaka (historical)	kapaka-historical	US		0	Pacific/Honolulu	21.92361	-159.61694	94			HI	007		
5848356	Kapalawai	kapalawai	US		0	Pacific/Honolulu	21.94692	-159.65605	6			HI	007		
5848358	Kapalaoa	kapalaoa	US		0	Pacific/Honolulu	19.90927	-155.89523	3			HI	001		
5848365	Kapalua	kapalua	US		353	Pacific/Honolulu	20.99972	-156.65806	63	JHM		HI	009		
5848425	Kapoho	kapoho	US		0	Pacific/Honolulu	19.50228	-154.84616	51	Kapoho,Kopoho		HI	001		
5848445	Kapu‘a (historical)	kapu-a-historical	US		0	Pacific/Honolulu	19.14241	-155.9105	1	Kapu'a (historical),Kapua,Kapua (historical),Kapu‘a (historical)		HI	001		
5848485	Kapulena	kapulena	US		0	Pacific/Honolulu	20.10123	-155.52622	270			HI	001		
5848495	Kapunakea	kapunakea	US		0	Pacific/Honolulu	20.89083	-156.68417	5			HI	009		
5848499	Karston (historical)	karston-historical	US		0	Pacific/Honolulu	21.51639	-158.04444	287			HI	003		
5848535	Kaueleau	kaueleau	US		0	Pacific/Honolulu	19.44426	-154.9101	122	Kau'eleau,Kaueleau,Kau‘eleau		HI	001		
5848569	Kaukahōkū	kaukahoku	US		0	Pacific/Honolulu	19.57277	-155.85883	1227	Kaukahoku,Kaukahōkū,Kaukohoku,Kaukohōkū,Kaukuhoku		HI	001		
5848628	Kaumalapau	kaumalapau	US		0	Pacific/Honolulu	20.78701	-156.98935	41			HI	009		
5848634	Kaumana	kaumana	US		0	Pacific/Honolulu	19.68514	-155.14086	340			HI	001		
5848668	Kaunalewa (historical)	kaunalewa-historical	US		0	Pacific/Honolulu	22.00155	-159.73829	20			HI	007		
5848680	Kaunēnē	kaunene	US		0	Pacific/Honolulu	19.41839	-155.77652	1816	Kaunene,Kaunēnē		HI	001		
5848697	Kaupakulua	kaupakulua	US		0	Pacific/Honolulu	20.88732	-156.29532	361	Kaupaku-lua,Kaupakulua		HI	009		
5848703	Kaupō	kaupo	US		0	Pacific/Honolulu	20.6365	-156.12277	86	Kaupo,Kaupō		HI	009		
5848716	Ka‘ūpūlehu	ka-upulehu	US		0	Pacific/Honolulu	19.83324	-155.98584	1	Ka'upulehu,Kaupulehu,Ka‘ūpūlehu		HI	001		
5848748	Kawaihae	kawaihae	US		0	Pacific/Honolulu	20.03539	-155.82646	5	Kawaihae,Kohai-hai,Mowee,Tde-yak-yah,Toe-yah-yah,Towaihae,Tuyah-yah		HI	001		
5848764	Kawaihau	kawaihau	US		0	Pacific/Honolulu	22.10072	-159.34381	88			HI	007		
5848793	Kawailoa Beach	kawailoa-beach	US		0	Pacific/Honolulu	21.62315	-158.08041	3			HI	003		
5848798	Kawailiula (historical)	kawailiula-historical	US		0	Pacific/Honolulu	20.02376	-155.70361	720	Kawailiula (historical),Kowaliula		HI	001		
5848806	Kawainui	kawainui	US		0	Pacific/Honolulu	19.82466	-155.09547	104	Kawai Nui,Kawainiu,Kawainui		HI	001		
5848845	Kawela	kawela	US		0	Pacific/Honolulu	20.08682	-155.49441	366			HI	001		
5848847	Kawela	kawela	US		0	Pacific/Honolulu	21.69819	-158.00765	1	Ka-wela,Kawela,Kawela Station		HI	003		
5848850	Kawela, Molekai	kawela-molekai	US		0	Pacific/Honolulu	21.06671	-156.95293	20	Kawela  Molekai,Moku		HI	009		
5848852	Kawela Bay	kawela-bay	US		330	Pacific/Honolulu	21.70333	-158.01	0			HI	003		
5848888	Kea‘alu	kea-alu	US		0	Pacific/Honolulu	21.41356	-157.76693	9	Kea'alu,Keaalu,Kea‘alu		HI	003		
5848891	Kea‘au	kea-au	US		2253	Pacific/Honolulu	19.62265	-155.03744	98	Kea'au,Keaau,Kea‘au,Nine Miles,Olaa,kiau,키아우		HI	001		
5848916	Keāhua (historical)	keahua-historical	US		0	Pacific/Honolulu	20.86028	-156.38528	135	Keahua (historical),Keāhua (historical)		HI	009		
5848964	Kealakomo (historical)	kealakomo-historical	US		0	Pacific/Honolulu	19.27056	-155.15017	11			HI	001		
5848967	Kealapuali	kealapuali	US		0	Pacific/Honolulu	19.62393	-155.86042	1401			HI	001		
5849006	Ke‘āmuku (historical)	ke-amuku-historical	US		0	Pacific/Honolulu	19.83988	-155.71841	949	Ke'amuku,Ke'amuku (historical),Keamaku,Keamoku,Keamuku,Ke‘āmuku,Ke‘āmuku (historical)		HI	001		
5849013	Ke‘anae	ke-anae	US		0	Pacific/Honolulu	20.8563	-156.1451	52	Ke'anae,Keanae,Ke‘anae		HI	009		
5849032	Keanakolu	keanakolu	US		0	Pacific/Honolulu	19.9151	-155.33544	1613			HI	001		
5849037	Keanapa‘akai (historical)	keanapa-akai-historical	US		0	Pacific/Honolulu	19.44231	-155.7942	1613	Keanapa'akai,Keanapaakai,Keanapa‘akai		HI	001		
5849077	Keaukaha	keaukaha	US		0	Pacific/Honolulu	19.72748	-155.04316	5			HI	001		
5849089	Keawaiki	keawaiki	US		0	Pacific/Honolulu	19.88725	-155.90557	3	Ke-awa-iki,Keawaiki		HI	001		
5849096	Keawakapu (historical)	keawakapu-historical	US		0	Pacific/Honolulu	20.70538	-156.44647	8			HI	009		
5849137	Ke‘ei	ke-ei	US		0	Pacific/Honolulu	19.46206	-155.92389	1	Ke'ei,Keei,Ke‘ei,Ki'ei,Ki‘ei		HI	001		
5849147	Kehena	kehena	US		0	Pacific/Honolulu	19.39307	-154.93218	28			HI	001		
5849186	Kekupua	kekupua	US		0	Pacific/Honolulu	21.94802	-159.64339	6			HI	007		
5849189	Kelawea	kelawea	US		0	Pacific/Honolulu	20.88257	-156.67134	39	Kelawea,Kelawea Camp		HI	009		
5849206	Kēōkea	keokea	US		0	Pacific/Honolulu	19.41633	-155.88338	290	Keokea		HI	001		
5849207	Kēōkea	keokea	US		1612	Pacific/Honolulu	20.70711	-156.35446	878	Keokea		HI	009		
5849217	Keolu Hills	keolu-hills	US		0	Pacific/Honolulu	21.3764	-157.72501	9			HI	003		
5849221	Keomuku (historical)	keomuku-historical	US		0	Pacific/Honolulu	20.83861	-156.92083	529	Kehamoku,Keomuku (historical)		HI	009		
5849236	Keoneʻōʻio	keone-o-io	US		0	Pacific/Honolulu	20.60074	-156.42054	6	Keone'o'io,Keoneoio,Keoneʻōʻio		HI	009		
5849266	Kepuhi	kepuhi	US		0	Pacific/Honolulu	21.18644	-157.2454	19			HI	009		
5849289	Ki‘eki‘e	ki-eki-e	US		0	Pacific/Honolulu	21.88552	-160.22033	24	Halawela,Ki'eki'e,Kie Kie,Kiekie,Ki‘eki‘e		HI	007		
5849306	Kīholo	kiholo	US		0	Pacific/Honolulu	19.85364	-155.92538	4	Kiholo,Kīholo		HI	001		
5849313	Ki‘i	ki-i	US		0	Pacific/Honolulu	21.9779	-160.05851	3	Ki Landing,Ki'i,Ki'i Landing,Kii,Kii Landing,Ki‘i,Ki‘i Landing		HI	007		
5849428	Kīpahulu	kipahulu	US		0	Pacific/Honolulu	20.65471	-156.05526	80	Kipahula,Kipahulu,Kipanulu,Kīpahulu		HI	009		
5849446	Kīpū	kipu	US		0	Pacific/Honolulu	21.95088	-159.42302	101	Kipu,Kīpū		HI	007		
5849450	Kīpū	kipu	US		0	Pacific/Honolulu	21.16116	-157.01948	400	Kipu,Kīpū		HI	009		
5849473	Kipuka Nahuaopala (historical)	kipuka-nahuaopala-historical	US		0	Pacific/Honolulu	19.04253	-155.61503	244			HI	001		
5849518	Koae (historical)	koae-historical	US		0	Pacific/Honolulu	19.52376	-154.84277	31	Koa'e,Koae (historical),Koa‘e		HI	001		
5849531	Koali	koali	US		0	Pacific/Honolulu	20.68579	-156.01994	101			HI	009		
5849534	Koele (historical)	koele-historical	US		0	Pacific/Honolulu	20.83491	-156.9197	525	Ko'ele,Koele (historical),Ko‘ele		HI	009		
5849551	Kōheo	koheo	US		0	Pacific/Honolulu	21.0851	-157.01411	6	Kohea,Koheo,Kōheo		HI	009		
5849588	Kokokahi	kokokahi	US		0	Pacific/Honolulu	21.40952	-157.77688	27			HI	003		
5849627	Koloa Mill	koloa-mill	US		0	Pacific/Honolulu	21.89912	-159.44536	53			HI	007		
5849638	Komakawai	komakawai	US		0	Pacific/Honolulu	19.39427	-155.77424	1868			HI	001		
5849640	Komohana Kai	komohana-kai	US		0	Pacific/Honolulu	19.61044	-155.96879	67			HI	001		
5849649	Kona South Estates	kona-south-estates	US		0	Pacific/Honolulu	19.07222	-155.80778	416			HI	001		
5849718	Kualapu‘u	kualapu-u	US		2027	Pacific/Honolulu	21.15306	-157.03677	263	Kualapu'u,Kualapuu,Kualapu‘u		HI	009		
5849740	Kuakini Heights	kuakini-heights	US		0	Pacific/Honolulu	19.59431	-155.95654	174			HI	001		
5849741	Kūʻau	ku-au	US		0	Pacific/Honolulu	20.9271	-156.36832	13	Ku'au,Kuau,Ku‘au,Kūʻau		HI	009		
5849758	Kuhio Village	kuhio-village	US		0	Pacific/Honolulu	20.01996	-155.6563	835			HI	001		
5849796	Kūka‘iau	kuka-iau	US		0	Pacific/Honolulu	20.02999	-155.34844	249	Kuka'iau,Kukaiau,Kuka‘iau,Kūka‘iau		HI	001		
5849809	Kukio	kukio	US		0	Pacific/Honolulu	19.81596	-155.99891	8	Kuki'o,Kukio,Kuki‘o		HI	001		
5849817	Kukui	kukui	US		0	Pacific/Honolulu	19.57447	-155.08859	349			HI	001		
5849830	Kukui Village	kukui-village	US		0	Pacific/Honolulu	20.01324	-155.27779	131			HI	001		
5849835	Kukuihaele	kukuihaele	US		336	Pacific/Honolulu	20.12139	-155.57083	185			HI	001		
5849855	Kukuiʻula	kukui-ula	US		0	Pacific/Honolulu	21.88339	-159.48448	4	Kukui'ula,Kukuiula,Kukuiʻula		HI	007		
5849891	Kuli‘ou‘ou	kuli-ou-ou	US		0	Pacific/Honolulu	21.29043	-157.72565	3	Kuli'ou'ou,Kuliouou,Kuli‘ou‘ou		HI	003		
5849920	Kumukumu	kumukumu	US		0	Pacific/Honolulu	22.10226	-159.30573	25			HI	007		
5849931	Kunia Camp	kunia-camp	US		0	Pacific/Honolulu	21.45911	-158.06115	262	Kunia,Kunia Camp		HI	003		
5849956	Kupolo	kupolo	US		0	Pacific/Honolulu	21.9665	-159.35968	44			HI	007		
5849983	Lae ‘Apuki (historical)	lae-apuki-historical	US		0	Pacific/Honolulu	19.31446	-155.06618	13	Lae 'Apuki (historical),Lae Apuki,Lae Apuki (historical),Lae ‘Apuki (historical),Lae'apuki,Lae‘apuki		HI	001		
5850015	Lahainaluna	lahainaluna	US		0	Pacific/Honolulu	20.88883	-156.65924	169	Lahainahina,Lahainaluna		HI	009		
5850025	Lahuipuaa (historical)	lahuipuaa-historical	US		0	Pacific/Honolulu	19.94237	-155.86613	7	Kalahuipuaa,Lahuipuaa (historical)		HI	001		
5850027	Lā‘ie	la-ie	US		6138	Pacific/Honolulu	21.64547	-157.9225	3	La'ie,Laie,Lā‘ie		HI	003		
5850052	Lalakoa	lalakoa	US		0	Pacific/Honolulu	20.82647	-156.91204	491			HI	009		
5850075	Laniākea	laniakea	US		0	Pacific/Honolulu	19.63564	-155.99006	9	Laniakea,Laniākea		HI	001		
5850079	Lanikai	lanikai	US		0	Pacific/Honolulu	21.3888	-157.7149	4			HI	003		
5850122	Launiupoko	launiupoko	US		588	Pacific/Honolulu	20.85	-156.63764	159			HI	009		
5850200	Lehua (historical)	lehua-historical	US		0	Pacific/Honolulu	19.5333	-155.1409	625			HI	001		
5850212	Leilani Estates	leilani-estates	US		1560	Pacific/Honolulu	19.46972	-154.91778	235			HI	001		
5850326	Lopa	lopa	US		0	Pacific/Honolulu	20.80089	-156.81054	3			HI	009		
5850334	Lower Pāʻia	lower-pa-ia	US		0	Pacific/Honolulu	20.91762	-156.37933	8	Lower Pa'ia,Lower Paia,Lower Pāʻia		HI	009		
5850338	Lower Village	lower-village	US		0	Pacific/Honolulu	21.35713	-158.02536	17			HI	003		
5850339	Lower Village Three (historical)	lower-village-three-historical	US		0	Pacific/Honolulu	20.89583	-156.42917	10			HI	009		
5850395	Lunaville	lunaville	US		0	Pacific/Honolulu	20.87302	-156.67278	2			HI	009		
5850409	Mā‘alaea	ma-alaea	US		352	Pacific/Honolulu	20.79639	-156.51417	30	Ma'alaea,Maalaea,Ma‘alaea,Mā‘alaea,maalla-ea,마알라에아		HI	009		
5850414	Ma‘ālehu	ma-alehu	US		0	Pacific/Honolulu	21.16352	-157.01893	407	Ma'alehu,Maalehu,Ma‘alehu,Ma‘ālehu		HI	009		
5850431	Mahaiula	mahaiula	US		0	Pacific/Honolulu	19.78222	-156.03675	2	Mahai'ula,Mahaiula,Mahai‘ula		HI	001		
5850439	Mahana (historical)	mahana-historical	US		0	Pacific/Honolulu	21.15072	-157.14561	202			HI	009		
5850453	Mahinahina Camp (historical)	mahinahina-camp-historical	US		0	Pacific/Honolulu	20.95523	-156.65581	226	Mahinahina,Mahinahina Camp (historical)		HI	009		
5850467	Māhukona	mahukona	US		0	Pacific/Honolulu	20.18409	-155.90002	5	Mahu-kona,Mahukona,Mohukona,Māhu-kona,Māhukona		HI	001		
5850473	Mahinui	mahinui	US		0	Pacific/Honolulu	21.41044	-157.7714	5			HI	003		
5850492	Mā‘ili	ma-ili	US		9488	Pacific/Honolulu	21.41629	-158.17531	3	Ma'ili,Maili,Mā‘ili		HI	003		
5850511	Mākaha	makaha	US		8278	Pacific/Honolulu	21.46627	-158.21037	7	Makaha		HI	003		
5850520	Maka‘eo (historical)	maka-eo-historical	US		0	Pacific/Honolulu	19.64348	-156.00891	2	Maka'eo (historical),Makaeo,Makaeo (historical),Maka‘eo (historical)		HI	001		
5850522	Mākaha Valley	makaha-valley	US		1341	Pacific/Honolulu	21.47583	-158.19918	64	Makaha Valley		HI	003		
5850524	Makahalau	makahalau	US		0	Pacific/Honolulu	19.97378	-155.54792	1166			HI	001		
5850554	Makakilo City	makakilo-city	US		15383	Pacific/Honolulu	21.34694	-158.08583	131	Makakilo,Makakilo City		HI	003		
5850566	Makalawena	makalawena	US		0	Pacific/Honolulu	19.79168	-156.02687	1			HI	001		
5850597	Makapala	makapala	US		0	Pacific/Honolulu	20.22012	-155.75094	71	Maka-pala,Makapala		HI	001		
5850639	Mākena	makena	US		99	Pacific/Honolulu	20.65444	-156.4425	6	Makena,Makona,Mākena		HI	009		
5850648	Makiki Heights	makiki-heights	US		0	Pacific/Honolulu	21.31356	-157.83358	112	Makiki,Makiki Heights		HI	003		
5850687	Māla	mala	US		0	Pacific/Honolulu	20.88682	-156.68408	1	Mala,Māla		HI	009		
5850690	Māla‘e	mala-e	US		0	Pacific/Honolulu	21.42282	-157.76384	10	Mala'e,Malae,Māla‘e		HI	003		
5850742	Mānā	mana	US		0	Pacific/Honolulu	19.99723	-155.55788	1069	Mana,Mānā		HI	001		
5850743	Mānā	mana	US		0	Pacific/Honolulu	22.03583	-159.76941	6	Mana,Mānā		HI	007		
5850793	Manila Camp (historical)	manila-camp-historical	US		0	Pacific/Honolulu	21.09505	-157.02346	11			HI	009		
5850838	Manukā (historical)	manuka-historical	US		0	Pacific/Honolulu	19.0783	-155.90029	6	Manu-Ka,Manuka,Manuka (historical),Manukā (historical)		HI	001		
5850881	Maui Meadows	maui-meadows	US		0	Pacific/Honolulu	20.69871	-156.42664	125			HI	009		
5850907	Marconi	marconi	US		0	Pacific/Honolulu	21.70099	-157.9716	1			HI	003		
5850943	Maunalani Heights	maunalani-heights	US		0	Pacific/Honolulu	21.29393	-157.788	228			HI	003		
5850966	Maunawili	maunawili	US		2040	Pacific/Honolulu	21.37278	-157.77056	21			HI	003		
5850988	McGerrow Village (historical)	mcgerrow-village-historical	US		0	Pacific/Honolulu	20.8643	-156.45949	24	McCerrow Camp,McGerrow,McGerrow Village (historical),Mecerrow Camp,Megerrow Camp		HI	009		
5851013	Middle Village Three (historical)	middle-village-three-historical	US		0	Pacific/Honolulu	20.89472	-156.42667	21	Camp Three,Middle Village Three (historical)		HI	009		
5851030	Mililani Town	mililani-town	US		27629	Pacific/Honolulu	21.4504	-158.01503	207	Mililani		HI	003		
5851040	Milo Village	milo-village	US		0	Pacific/Honolulu	20.01337	-155.28144	136			HI	001		
5851042	Miloli‘i	miloli-i	US		0	Pacific/Honolulu	19.18643	-155.90535	11	Miloli'i,Milolii,Miloli‘i		HI	001		
5851096	Mō‘ili‘ili	mo-ili-ili	US		0	Pacific/Honolulu	21.29467	-157.83002	1	Mo'ili'ili,Moiliili,Mō‘ili‘ili		HI	003		
5851106	Mokae	mokae	US		0	Pacific/Honolulu	20.71766	-155.99268	41			HI	009		
5851110	Mokaoku	mokaoku	US		0	Pacific/Honolulu	19.72855	-155.06497	4			HI	001		
5851151	Mokulau	mokulau	US		0	Pacific/Honolulu	20.64162	-156.1062	44	Kaupo Landing,Mokulau		HI	009		
5851156	Mokulēia	mokuleia	US		1811	Pacific/Honolulu	21.57967	-158.15313	0	HDH,Mokuleia,Mokuleia Station,Mokulēia		HI	003		
5851161	Mokulē‘ia Beach Colony	mokule-ia-beach-colony	US		0	Pacific/Honolulu	21.58011	-158.17497	1	Mokule'ia Beach Colony,Mokuleia Beach Colony,Mokulē‘ia Beach Colony		HI	003		
5851224	Monohaa	monohaa	US		0	Pacific/Honolulu	19.54787	-155.85681	1183			HI	001		
5851240	Mo‘omomi	mo-omomi	US		0	Pacific/Honolulu	21.19539	-157.15378	13	Mo'omomi,Moomomi,Mo‘omomi		HI	009		
5851262	Mū‘olea	mu-olea	US		0	Pacific/Honolulu	20.68673	-156.01595	88	Mu'olea,Muolea,Mu‘olea,Mū‘olea		HI	009		
5851267	Mōpua	mopua	US		0	Pacific/Honolulu	20.81092	-156.61189	2	Kapaiki,Mopua,Mōpua		HI	009		
5851286	Nāhiku	nahiku	US		0	Pacific/Honolulu	20.8238	-156.09324	34	Nahiku,Nāhiku		HI	009		
5851349	Nānākuli	nanakuli	US		12666	Pacific/Honolulu	21.39362	-158.15429	3	Nanaikapono,Nanakuli,Nanakuli Station,Nānākuli		HI	003		
5851364	Nanawale Estates	nanawale-estates	US		1426	Pacific/Honolulu	19.50611	-154.91194	128			HI	001		
5851392	Napo‘opo‘o	napo-opo-o	US		0	Pacific/Honolulu	19.47129	-155.91848	5	Napo'opo'o,Napoopoo,Napo‘opo‘o,Napupu		HI	001		
5851404	Nashiwa Village (historical)	nashiwa-village-historical	US		0	Pacific/Honolulu	20.90167	-156.36833	86			HI	009		
5851427	Nāwiliwili	nawiliwili	US		0	Pacific/Honolulu	21.95696	-159.35518	9	Nawiliwili		HI	007		
5851441	Nenele‘a (historical)	nenele-a-historical	US		0	Pacific/Honolulu	21.5746	-158.27102	46	Nenele'a (historical),Nenelea,Nenelea (historical),Nenele‘a (historical)		HI	003		
5851484	Niu	niu	US		0	Pacific/Honolulu	21.2843	-157.73706	2	Niu,Niu Valley,Niu Village		HI	003		
5851493	Niu Village	niu-village	US		0	Pacific/Honolulu	20.01066	-155.27296	117			HI	001		
5851497	Niuli‘i	niuli-i	US		0	Pacific/Honolulu	20.22229	-155.74421	42	Niuhii,Niuli'i,Niulii,Niuli‘i		HI	001		
5851502	Niumalu	niumalu	US		0	Pacific/Honolulu	21.94951	-159.3644	10			HI	007		
5851507	Niu‘o‘u (historical)	niu-o-u-historical	US		0	Pacific/Honolulu	19.12457	-155.91638	2	Niu'o'u (historical),Niuou,Niuou (historical),Niu‘o‘u (historical)		HI	001		
5851531	Nonopahu Village (historical)	nonopahu-village-historical	US		0	Pacific/Honolulu	21.97139	-159.63889	192			HI	007		
5851584	Nuʻu (historical)	nu-u-historical	US		0	Pacific/Honolulu	20.62875	-156.18325	13	Nu'u,Nu'u (historical),Nuu (historical),Nuʻu (historical),Nu‘u		HI	009		
5851605	Numila	numila	US		0	Pacific/Honolulu	21.89799	-159.55798	67			HI	007		
5851637	Ohia (historical)	ohia-historical	US		0	Pacific/Honolulu	19.58462	-155.07653	283			HI	001		
5851659	Okoe (historical)	okoe-historical	US		0	Pacific/Honolulu	19.15131	-155.90984	2			HI	001		
5851698	Olokele	olokele	US		0	Pacific/Honolulu	21.91903	-159.62625	42			HI	007		
5851713	Olowalu	olowalu	US		80	Pacific/Honolulu	20.81086	-156.62153	1	Oloalu,Olowalia,Olowalu,Olualu		HI	009		
5851719	‘Ōma‘o	oma-o	US		1301	Pacific/Honolulu	21.92581	-159.48818	138	'Oma'o,Omao,‘Ōma‘o		HI	007		
5851729	‘Ōma‘opio	oma-opio	US		0	Pacific/Honolulu	20.80053	-156.32936	730	'Oma'opio,Oma'opio,Omaopio,Ōma‘opio,‘Ōma‘opio		HI	009		
5851761	Onomea (historical)	onomea-historical	US		0	Pacific/Honolulu	19.81258	-155.09829	94	Onomea (historical),Ononicoa		HI	001		
5851768	‘Ō‘ōkala	o-okala	US		0	Pacific/Honolulu	20.01416	-155.28419	137	'O'okala,Ookala,‘Ō‘ōkala		HI	001		
5851810	Opihikao	opihikao	US		0	Pacific/Honolulu	19.42807	-154.88198	18	'Opihikao,Opihikao,‘Opihikao		HI	001		
5851821	Orchidlands Estates	orchidlands-estates	US		2815	Pacific/Honolulu	19.56084	-155.01527	165			HI	001		
5851822	Orpheum Village	orpheum-village	US		0	Pacific/Honolulu	20.90306	-156.37222	73			HI	009		
5851862	Paako	paako	US		0	Pacific/Honolulu	20.62571	-156.4415	2			HI	009		
5851875	Paauhau	paauhau	US		0	Pacific/Honolulu	20.0823	-155.4365	133			HI	001		
5851878	Pa‘auilo	pa-auilo	US		595	Pacific/Honolulu	20.04045	-155.36825	221	Pa'auilo,Paauilo,Pa‘auilo,pau-illo,파우일로		HI	001		
5851887	Pacific Heights	pacific-heights	US		0	Pacific/Honolulu	21.32218	-157.84249	63			HI	003		
5851939	Paholoi (historical)	paholoi-historical	US		0	Pacific/Honolulu	20.88028	-156.34556	255	Paholei,Paholo,Paholoi (historical)		HI	009		
5851970	Pākalā Village	pakala-village	US		294	Pacific/Honolulu	21.93292	-159.64728	6	Pakala,Pakala Village,Pākala,Pākalā,Pākalā Village		HI	007		
5852004	Palani Junction	palani-junction	US		0	Pacific/Honolulu	19.68825	-155.9756	391	Honokohau,Honokōhau,Palani Junction		HI	001		
5852020	Pālehua	palehua	US		0	Pacific/Honolulu	21.396	-158.10017	740	Palehua,Pālehua		HI	003		
5852033	Pali‘a‘alii	pali-a-alii	US		0	Pacific/Honolulu	19.98165	-155.54765	1121	Pali'a'alii,Paliaalii,Pali‘a‘alii		HI	001		
5852049	Paliho‘oukapapa (historical)	paliho-oukapapa-historical	US		0	Pacific/Honolulu	19.96715	-155.53026	1267	Pali Hooukapapa,Paliho'oukapapa,Paliho'oukapapa (historical),Palihooukapapa,Paliho‘oukapapa,Paliho‘oukapapa (historical)		HI	001		
5852063	Palm Circle Historic District	palm-circle-historic-district	US		0	Pacific/Honolulu	21.34861	-157.89083	6			HI	003		
5852069	Palolo Homes	palolo-homes	US		0	Pacific/Honolulu	21.3016	-157.79302	68			HI	003		
5852076	Palolo	palolo	US		0	Pacific/Honolulu	21.3128	-157.78041	246			HI	003		
5852105	Pāpā Bay Estates	papa-bay-estates	US		0	Pacific/Honolulu	19.21338	-155.87741	433	Papa Bay Estates,Pāpā Bay Estates		HI	001		
5852112	Pāpā (historical)	papa-historical	US		0	Pacific/Honolulu	19.20516	-155.86462	560	Papa,Papa (historical),Pāpā (historical)		HI	001		
5852122	Pāpa‘aloa	papa-aloa	US		0	Pacific/Honolulu	19.97515	-155.22031	96	Papa'aloa,Papaaloa,Pāpa‘aloa		HI	001		
5852136	Pāpa‘i (historical)	papa-i-historical	US		0	Pacific/Honolulu	19.69185	-154.9821	3	King's Landing,Papa'i (historical),Papai,Papai (historical),Pāpa‘i (historical)		HI	001		
5852140	Pāpa‘ikou	papa-ikou	US		1314	Pacific/Honolulu	19.78718	-155.09326	69	Papa'ikou,Papaikou,Pāpa‘ikou		HI	001		
5852167	Papaloa	papaloa	US		0	Pacific/Honolulu	22.05422	-159.32813	6			HI	007		
5852176	Papaloa	papaloa	US		0	Pacific/Honolulu	19.50652	-155.79485	1555			HI	001		
5852213	Pauahi	pauahi	US		0	Pacific/Honolulu	19.50392	-155.82452	1329			HI	001		
5852223	Paukaa	paukaa	US		425	Pacific/Honolulu	19.76556	-155.095	74	Pauka'a,Paukaa,Pauka‘a		HI	001		
5852235	Paukūkalo	paukukalo	US		0	Pacific/Honolulu	20.90541	-156.48477	6	Paukukalo,Paukūkalo		HI	009		
5852249	Pauwalu	pauwalu	US		0	Pacific/Honolulu	21.08766	-156.77447	11	Pau-walu,Pauwalu		HI	009		
5852253	Paʻuwela	pa-uwela	US		0	Pacific/Honolulu	20.93076	-156.31686	98	Kahiapo Camp,Kui'aha,Kui‘aha,Pa'uwela,Pauwela,Pauwela-Kuiaha,Paʻuwela		HI	009		
5852263	Pawaina (historical)	pawaina-historical	US		0	Pacific/Honolulu	19.50215	-155.85751	1078			HI	001		
5852270	Peahi (historical)	peahi-historical	US		0	Pacific/Honolulu	20.91667	-156.28333	253	Naikuna,Peahi (historical)		HI	009		
5852324	Pepeekeo Mill	pepeekeo-mill	US		0	Pacific/Honolulu	19.84568	-155.08515	36	Pepe'ekeo Mill,Pepeekeo Mill,Pepe‘ekeo Mill		HI	001		
5852362	Pi‘ihonua	pi-ihonua	US		0	Pacific/Honolulu	19.71318	-155.13648	276	Pi'ihonua,Piihonua,Pi‘ihonua		HI	001		
5852398	Poamoho Camp	poamoho-camp	US		0	Pacific/Honolulu	21.51727	-158.04334	254	Camp 9,Paumoho Camp,Poamoho Camp		HI	003		
5852485	Pōhākupu	pohakupu	US		0	Pacific/Honolulu	21.38147	-157.75213	35	Pohakapu,Pohakupu,Pōhākupu		HI	003		
5852494	Pohoiki	pohoiki	US		0	Pacific/Honolulu	19.45797	-154.84371	3			HI	001		
5852508	Po‘ipū	po-ipu	US		979	Pacific/Honolulu	21.8735	-159.44857	9	Po'ipu,Poipu,Po‘ipu,Po‘ipū		HI	007		
5852535	Pokii	pokii	US		0	Pacific/Honolulu	21.98087	-159.71804	8			HI	007		
5852589	Portlock	portlock	US		0	Pacific/Honolulu	21.27118	-157.70655	1			HI	003		
5852609	Pua Loke	pua-loke	US		0	Pacific/Honolulu	21.97089	-159.37134	66			HI	007		
5852614	Pua‘ākala	pua-akala	US		0	Pacific/Honolulu	19.78679	-155.33183	1921	Pua Akala,Pua'akala,Puaakala,Puakala,Pua‘ākala		HI	001		
5852635	Puako	puako	US		772	Pacific/Honolulu	19.97041	-155.83659	0	Lalamilo,Puako,Puako *,Pukao		HI	001		
5852642	Pualaa	pualaa	US		0	Pacific/Honolulu	19.46892	-154.83294	3	Pu'ala'a,Pualaa,Pu‘ala‘a		HI	001		
5852676	Puhi	puhi	US		2906	Pacific/Honolulu	21.96888	-159.40012	97			HI	007		
5852693	Pukaauhuhu	pukaauhuhu	US		0	Pacific/Honolulu	20.63299	-156.14718	147	Puka'auhulu,Pukaauhuhu,Puka‘auhulu		HI	009		
5852718	Pūko‘o	puko-o	US		0	Pacific/Honolulu	21.07353	-156.79597	13	Puko'o,Pukoo,Pūko‘o		HI	009		
5852724	Pūlehu	pulehu	US		0	Pacific/Honolulu	20.77702	-156.32631	755	Pulehu,Pūlehu		HI	009		
5852738	Pulu (historical)	pulu-historical	US		0	Pacific/Honolulu	19.55955	-155.10047	415			HI	001		
5852759	Punahou	punahou	US		0	Pacific/Honolulu	21.3	-157.83333	13			HI	003		
5852771	Punalu‘u	punalu-u	US		0	Pacific/Honolulu	19.13695	-155.5046	5	Punalu'u,Punaluu,Punaluu Landing,Punalu‘u,Púnalúu		HI	001		
5852773	Punalu‘u	punalu-u	US		1164	Pacific/Honolulu	21.57045	-157.87557	3	Punalu'u,Punaluu,Punaluu Park,Punalu‘u		HI	003		
5852774	Punaluu	punaluu	US		1164	Pacific/Honolulu	21.57389	-157.87861	1			HI	003		
5852782	Punaluu Kahawai	punaluu-kahawai	US		0	Pacific/Honolulu	19.24787	-155.6064	1885	Puna Lulu Kahawai,Punaluu Kahawai		HI	001		
5852812	Pū‘ōhala Village	pu-ohala-village	US		0	Pacific/Honolulu	21.40849	-157.79556	20	Pu'ohala Village,Puohala Village,Pū‘ōhala Village		HI	003		
5852819	Puopelu	puopelu	US		0	Pacific/Honolulu	20.02053	-155.68189	788	Pu'upelu,Puopelu,Pu‘upelu		HI	001		
5852824	Pupukea	pupukea	US		4551	Pacific/Honolulu	21.65456	-158.06065	7	Pupukea,Pūpūkea		HI	003		
5853098	Pu‘uanahulu	pu-uanahulu	US		0	Pacific/Honolulu	19.81726	-155.8451	659	Pu'uanahulu,Puuanahulu,Pu‘uanahulu		HI	001		
5853154	Pu‘uiki	pu-uiki	US		0	Pacific/Honolulu	20.70185	-155.99869	44	Pu'uiki,Puuiki,Pu‘uiki		HI	009		
5853262	Puukolii	puukolii	US		0	Pacific/Honolulu	20.9319	-156.67491	111	Pu'ukoli'i,Puukolii,Pu‘ukoli‘i		HI	009		
5853297	Pu‘uloa	pu-uloa	US		0	Pacific/Honolulu	21.35	-157.95	6	Pu'uloa,Puuloa,Pu‘uloa		HI	003		
5853356	Puʻunēnē	pu-unene	US		0	Pacific/Honolulu	20.86764	-156.45328	23	Pu'unene,Puunene,Puʻunēnē,Pu‘unene		HI	009		
5853363	Puunoa	puunoa	US		0	Pacific/Honolulu	20.88119	-156.68001	1	Pu'unoa,Puunoa,Pu‘unoa		HI	009		
5853368	Pu‘unui	pu-unui	US		0	Pacific/Honolulu	21.33475	-157.84804	89	Pu'unui,Puunui,Pu‘unui		HI	003		
5853373	Puʻuohala Village	pu-uohala-village	US		0	Pacific/Honolulu	20.89646	-156.5084	113	Pu'uohala,Pu'uohala Village,Puuohala Village,Puʻuohala Village,Pu‘uohala		HI	009		
5853378	Pu‘uohoku Ranch	pu-uohoku-ranch	US		0	Pacific/Honolulu	21.14778	-156.73583	227	Nauhi,Pu'u o Hoku Ranch,Pu'uohoku Ranch,Puu o Hoku Ranch,Puuohoku Ranch,Pu‘u o Hoku Ranch,Pu‘uohoku Ranch		HI	009		
5853440	Puupehu (historical)	puupehu-historical	US		0	Pacific/Honolulu	22.21667	-159.48333	49			HI	007		
5853470	Pu‘uwai	pu-uwai	US		0	Pacific/Honolulu	21.90096	-160.20167	9	Kauanaulu,Pu'uwai,Puuwai,Puuwai Aloha o ka Ohana,Pu‘uwai		HI	007		
5853502	Ranch Camp (historical)	ranch-camp-historical	US		0	Pacific/Honolulu	21.09694	-157.01778	21			HI	009		
5853515	Renton Village	renton-village	US		0	Pacific/Honolulu	21.34215	-158.03588	14			HI	003		
5853537	Royal Gardens (historical)	royal-gardens-historical	US		0	Pacific/Honolulu	19.35889	-155.03944	276			HI	001		
5853545	Russian Village (historical)	russian-village-historical	US		0	Pacific/Honolulu	20.90639	-156.42472	1			HI	009		
5853557	Saddle Road Junction	saddle-road-junction	US		0	Pacific/Honolulu	19.93503	-155.68756	789			HI	001		
5853603	Saint Louis Heights	saint-louis-heights	US		0	Pacific/Honolulu	21.29837	-157.80393	157			HI	003		
5853654	Sam Sing Village (historical)	sam-sing-village-historical	US		0	Pacific/Honolulu	20.87139	-156.44611	22	Sam Sing Camp,Sam Sing Village (historical)		HI	009		
5853678	School Village (historical)	school-village-historical	US		0	Pacific/Honolulu	20.90556	-156.37028	66			HI	009		
5853684	Sea View	sea-view	US		0	Pacific/Honolulu	19.60374	-155.96453	80			HI	001		
5853712	Sisal	sisal	US		0	Pacific/Honolulu	21.33333	-158.06667	19			HI	003		
5853748	Spanish B Village (historical)	spanish-b-village-historical	US		0	Pacific/Honolulu	20.86529	-156.44566	32	Spanish B Village (historical),Spanish Camp		HI	009		
5853754	Spreckelsville	spreckelsville	US		0	Pacific/Honolulu	20.89694	-156.415	22			HI	009		
5853765	Store Village (historical)	store-village-historical	US		0	Pacific/Honolulu	20.90667	-156.37417	51			HI	009		
5853798	Tenney Village	tenney-village	US		0	Pacific/Honolulu	21.33895	-158.04232	15			HI	003		
5853813	Thompson Corner	thompson-corner	US		0	Pacific/Honolulu	21.56201	-158.11255	25			HI	003		
5853847	‘Ualapu‘e	ualapu-e	US		425	Pacific/Honolulu	21.06173	-156.83134	9	'Ualapu'e,Ualapue,‘Ualapu‘e		HI	009		
5853865	‘Ula‘ino (historical)	ula-ino-historical	US		0	Pacific/Honolulu	20.80619	-156.05615	9	'Ula'ino (historical),Ula'ino,Ulaino,Ulaino (historical),Ula‘ino,‘Ula‘ino (historical)		HI	009		
5853874	Ulu Ko	ulu-ko	US		0	Pacific/Honolulu	21.96611	-159.37167	66			HI	007		
5853875	Ulu Mahi	ulu-mahi	US		0	Pacific/Honolulu	21.96972	-159.37361	68			HI	007		
5853885	Ulumalu	ulumalu	US		0	Pacific/Honolulu	20.90655	-156.28459	249	Ulumalu,Ulunalu		HI	009		
5853888	ʻUlupalakua	ulupalakua	US		0	Pacific/Honolulu	20.64869	-156.39823	579	'Ulupalakua,Ulupalakua,ʻUlupalakua		HI	009		
5853889	Ulupalakua	ulupalakua	US		0	Pacific/Honolulu	20.65	-156.39306	650			HI	009		
5853904	‘Umikoa	umikoa	US		0	Pacific/Honolulu	19.97946	-155.38247	1060	'Umikoa,Umikoa,‘Umikoa		HI	001		
5853906	‘Umipa‘a	umipa-a	US		0	Pacific/Honolulu	21.10626	-157.05194	7	'Umipa'a,Umipaa,Umpiaa,‘Umipa‘a		HI	009		
5853939	Upper Nahiku	upper-nahiku	US		0	Pacific/Honolulu	20.80222	-156.07278	209			HI	009		
5853945	Upper Village Three	upper-village-three	US		0	Pacific/Honolulu	20.88722	-156.42139	29	Upper Camp Three,Upper Village Three		HI	009		
5853952	Vacationland Hawaii	vacationland-hawaii	US		0	Pacific/Honolulu	19.49444	-154.82389	6			HI	001		
5853956	Varona Village	varona-village	US		0	Pacific/Honolulu	21.33395	-158.04494	15			HI	003		
5853962	Village Eight (historical)	village-eight-historical	US		0	Pacific/Honolulu	20.85778	-156.44111	46	Camp Eight,Puunene,Village Eight (historical)		HI	009		
5853963	Village Five (historical)	village-five-historical	US		0	Pacific/Honolulu	20.85944	-156.45833	27			HI	009		
5853964	Village Four (historical)	village-four-historical	US		0	Pacific/Honolulu	20.875	-156.43972	25	Camp Four,Village Four (historical)		HI	009		
5853965	Village Park	village-park	US		11099	Pacific/Honolulu	21.39806	-158.03028	101			HI	003		
5853966	Village Six (historical)	village-six-historical	US		0	Pacific/Honolulu	20.83944	-156.4725	36			HI	009		
5853967	Village Ten (historical)	village-ten-historical	US		0	Pacific/Honolulu	20.86167	-156.40028	101	Camp Ten,Village Ten (historical)		HI	009		
5853968	Village Thirteen (historical)	village-thirteen-historical	US		0	Pacific/Honolulu	20.83694	-156.435	78	Camp Thirteen,Village Thirteen (historical)		HI	009		
5853969	Village Two (historical)	village-two-historical	US		0	Pacific/Honolulu	20.89472	-156.40528	28	Camp Two,Village Two (historical)		HI	009		
5854026	Wahīlauhue	wahilauhue	US		0	Pacific/Honolulu	21.16796	-157.25362	4	Wahilauhue,Wahīlauhue		HI	009		
5854051	Waiāhole	waiahole	US		0	Pacific/Honolulu	21.48332	-157.85234	25	Waiahole,Waiāhole		HI	003		
5854067	Waiaka	waiaka	US		0	Pacific/Honolulu	20.02706	-155.70099	734	Wai'aka,Waiaka,Wai‘aka		HI	001		
5854075	Waiakahiula (historical)	waiakahiula-historical	US		0	Pacific/Honolulu	19.55922	-154.88934	17			HI	001		
5854101	Waiākea	waiakea	US		0	Pacific/Honolulu	19.71306	-155.06859	5	Wai-akea,Wai-ākea,Waiakea,Waiākea		HI	001		
5854123	Waiakoa	waiakoa	US		0	Pacific/Honolulu	20.76005	-156.32772	853	Waiakaa,Waiakoa		HI	009		
5854133	Waialae	waialae	US		0	Pacific/Honolulu	21.26962	-157.78665	22	Wai'alae,Waialae,Wai‘alae		HI	003		
5854163	Waiale‘e	waiale-e	US		0	Pacific/Honolulu	21.68714	-158.02249	10	Waiale'e,Waialee,Waiale‘e		HI	003		
5854241	Waiau	waiau	US		0	Pacific/Honolulu	21.39027	-157.95675	7	Vauiau,Waiau,Waiau Station,Wauiau		HI	003		
5854255	Waiehu	waiehu	US		0	Pacific/Honolulu	20.91903	-156.49467	27			HI	009		
5854266	Waieli	waieli	US		0	Pacific/Honolulu	22.01476	-159.78353	3	Kawaiele,Kawaieli,Waiele,Waieli		HI	007		
5854269	Waiehu Village	waiehu-village	US		0	Pacific/Honolulu	20.91514	-156.51079	104			HI	009		
5854279	Waihe‘e	waihe-e	US		0	Pacific/Honolulu	20.9313	-156.50939	33	Waihe'e,Waihee,Waihe‘e		HI	009		
5854310	Waihou	waihou	US		0	Pacific/Honolulu	19.53666	-155.90093	754			HI	001		
5854345	Waikane	waikane	US		778	Pacific/Honolulu	21.49636	-157.85188	8	WaiKane,WaiKāne,WaiaKane,WaiaKāne,Waikane,Waikāne		HI	003		
5854354	Waikapū	waikapu	US		2965	Pacific/Honolulu	20.85806	-156.50694	147	Waikapu		HI	009		
5854360	Waikapuna	waikapuna	US		0	Pacific/Honolulu	19.02086	-155.57975	10			HI	001		
5854378	Waiki‘i	waiki-i	US		0	Pacific/Honolulu	19.85864	-155.65187	1420	Waiki'i,Waikii,Waiki‘i		HI	001		
5854380	Waikīkī	waikiki	US		0	Pacific/Honolulu	21.2855	-157.83594	1	Vaititi,Waikiki,Waikīkī,Waititi,Waititi Be,Whyteete,Wytiti		HI	003		
5854430	Waikui	waikui	US		0	Pacific/Honolulu	20.02125	-155.82206	5			HI	001		
5854438	Wailau (historical)	wailau-historical	US		0	Pacific/Honolulu	21.1648	-156.82704	37	Wai-lau,Wailau (historical)		HI	009		
5854450	Wailea	wailea	US		5938	Pacific/Honolulu	20.68973	-156.4419	17	waillea,와일레아		HI	009		
5854469	Wailua	wailua	US		2254	Pacific/Honolulu	22.05271	-159.33781	6			HI	007		
5854471	Wailua	wailua	US		2156	Pacific/Honolulu	20.84861	-156.13639	70			HI	009		
5854502	Wailuku Heights	wailuku-heights	US		0	Pacific/Honolulu	20.87477	-156.51664	245			HI	009		
5854511	Wailupe	wailupe	US		0	Pacific/Honolulu	21.2755	-157.75704	1			HI	003		
5854530	Waimalu	waimalu	US		13730	Pacific/Honolulu	21.40472	-157.94333	115			HI	003		
5854535	Waimānalo Beach	waimanalo-beach	US		4481	Pacific/Honolulu	21.33407	-157.70003	6	Waimanalo,Waimanalo Beach,Waimānalo Beach		HI	003		
5854548	Waimanalo Village	waimanalo-village	US		0	Pacific/Honolulu	21.33278	-158.0925	25			HI	003		
5854599	Wainaku	wainaku	US		1224	Pacific/Honolulu	19.74472	-155.095	78	Wainaku,Wainaku Landing,Wainaku Mill		HI	001		
5854603	Waineʻe	waine-e	US		0	Pacific/Honolulu	20.86968	-156.66776	13	Waine'e,Wainee,Waineʻe		HI	009		
5854609	Wainiha	wainiha	US		318	Pacific/Honolulu	22.21174	-159.54249	6			HI	007		
5854621	Wai‘ōhinu	wai-ohinu	US		213	Pacific/Honolulu	19.07064	-155.61396	324	Wai'ohinu,Waiohinu,Waiohinu *,Waiohínu,Wai‘ōhinu,Whyhehine		HI	001		
5854682	Waipāhoehoe	waipahoehoe	US		0	Pacific/Honolulu	19.60033	-155.00757	48	Waipahoehoe,Waipāhoehoe		HI	001		
5854715	Waipio	waipio	US		0	Pacific/Honolulu	20.10797	-155.59537	7	Waipi'o,Waipio,Waipi‘o		HI	001		
5854717	Waipio	waipio	US		11674	Pacific/Honolulu	21.41823	-157.99906	116	Waipio		HI	003		
5854718	Waipi‘o Acres	waipi-o-acres	US		5236	Pacific/Honolulu	21.46485	-158.01331	211	Waipi'o Acres,Waipio Acres,Waipi‘o Acres		HI	003		
5854736	Waipouli	waipouli	US		0	Pacific/Honolulu	22.0599	-159.32152	6			HI	007		
5854795	Watertown (historical)	watertown-historical	US		0	Pacific/Honolulu	21.33333	-157.96667	1			HI	003		
5854816	Weliweli	weliweli	US		0	Pacific/Honolulu	19.89787	-155.90441	3			HI	001		
5854822	Welokā	weloka	US		0	Pacific/Honolulu	19.95889	-155.19845	88	Weloka,Welokā		HI	001		
5854836	West Loch Estates	west-loch-estates	US		0	Pacific/Honolulu	21.37244	-158.02418	18			HI	003		
5854853	White Sands Beach Estates	white-sands-beach-estates	US		0	Pacific/Honolulu	19.59092	-155.96917	17			HI	001		
5854857	Whitmore Village	whitmore-village	US		4499	Pacific/Honolulu	21.51429	-158.02464	309	Whitmore,Whitmore City,Whitmore Village		HI	003		
5854865	Wilhelmina Rise	wilhelmina-rise	US		0	Pacific/Honolulu	21.28753	-157.79384	100	Pa'ina,Paina,Pa‘ina,Wilhelmina Rise		HI	003		
5854902	Yung Hee Village (historical)	yung-hee-village-historical	US		0	Pacific/Honolulu	20.86139	-156.45556	26	Yung Hee Camp,Yung Hee Village (historical)		HI	009		
5854987	Kailua Village (historical)	kailua-village-historical	US		0	Pacific/Honolulu	20.86912	-156.36257	208			HI	009		
5855006	Eden Roc	eden-roc	US		942	Pacific/Honolulu	19.49028	-155.10278	545			HI	001		
5855028	‘Ele‘ele	ele-ele	US		2390	Pacific/Honolulu	21.90738	-159.58322	36	Eleele,ellie,엘리에		HI	007		
5855053	Ewa	ewa	US		0	Pacific/Honolulu	21.33915	-158.01241	15	'Ewa,Eva,Ewa,Ewa Mill,Ewa Villages,‘Ewa		HI	003		
5855070	‘Ewa Gentry	ewa-gentry	US		22690	Pacific/Honolulu	21.33999	-158.03039	12	'Ewa Gentry,Ewa Gentry,‘Ewa Gentry		HI	003		
5855073	‘Ewa Villages	ewa-villages	US		6108	Pacific/Honolulu	21.34127	-158.0397	15	'Ewa Villages,Ewa Villages,‘Ewa Villages		HI	003		
5855088	Fern Acres	fern-acres	US		1504	Pacific/Honolulu	19.51222	-155.08028	467			HI	001		
5855096	Fern Forest	fern-forest	US		931	Pacific/Honolulu	19.46556	-155.13556	690			HI	001		
5855099	Ferndale (historical)	ferndale-historical	US		0	Pacific/Honolulu	19.57435	-155.07541	304			HI	001		
5855156	Foster Village	foster-village	US		0	Pacific/Honolulu	21.36357	-157.9251	17			HI	003		
5855170	Galbraith (historical)	galbraith-historical	US		0	Pacific/Honolulu	21.50861	-158.03639	291			HI	003		
5855234	Hā‘ena	ha-ena	US		0	Pacific/Honolulu	19.64368	-154.98357	2	Ha'ena,Haena,Ha‘ena,Hā‘ena		HI	001		
5855235	Hā‘ena	ha-ena	US		431	Pacific/Honolulu	22.22135	-159.56129	7	Ha'ena,Haena,Hā‘ena,Pali 'Ele'ele,Pali ‘Ele‘ele		HI	007		
5855252	Haʻikū	ha-iku	US		0	Pacific/Honolulu	20.91547	-156.32185	148	Ha'iku,Haiku,Haʻikū,Ha‘iku,haiku,하이쿠		HI	009		
5855272	Haina	haina	US		0	Pacific/Honolulu	20.09072	-155.46723	179			HI	001		
5855309	Hala‘ula	hala-ula	US		469	Pacific/Honolulu	20.2375	-155.78056	79	Hala'ula,Halaula,Hala‘ula,Kohala		HI	001		
5855317	Hālawa	halawa	US		0	Pacific/Honolulu	21.15668	-156.73954	16	Halawa,Hālawa		HI	009		
5855319	Hālawa	halawa	US		14014	Pacific/Honolulu	21.37944	-157.92167	54	Halawa		HI	003		
5855321	Hālawa Hills	halawa-hills	US		0	Pacific/Honolulu	21.38072	-157.91439	104	Halawa Hills,Hālawa Hills		HI	003		
5855327	Hālawa Heights	halawa-heights	US		13408	Pacific/Honolulu	21.37848	-157.91388	72	Halawa Heights,Hālawa Heights		HI	003		
5855381	Hale Pili	hale-pili	US		0	Pacific/Honolulu	19.62606	-155.86716	1359			HI	001		
5855420	Hale‘iwa	hale-iwa	US		3970	Pacific/Honolulu	21.59284	-158.10339	1	Hale'iwa,Haleiwa,Hale‘iwa,halleiwa,할레이와		HI	003		
5855422	Halehomaha	halehomaha	US		0	Pacific/Honolulu	22.22217	-159.54921	6	Hale Ho'omaha,Hale Homaha,Hale Ho‘omaha,Halehomaha		HI	007		
5855457	Hālena	halena	US		0	Pacific/Honolulu	21.08898	-157.23079	7	Camp Halena *,Halena,Hālena		HI	009		
5855489	Halepiula	halepiula	US		0	Pacific/Honolulu	19.92801	-155.39105	1766			HI	001		
5855505	Haliimaile	haliimaile	US		964	Pacific/Honolulu	20.8714	-156.34571	305	Haliimaile		HI	009		
5855522	Hāmoa	hamoa	US		0	Pacific/Honolulu	20.72007	-155.98732	12	Hamoa,Hāmoa		HI	009		
5860562	Dennis Manor	dennis-manor	US		0	America/Anchorage	64.82917	-147.53972	137			AK	090		
5855531	Hāmākuapoko (historical)	hamakuapoko-historical	US		0	Pacific/Honolulu	20.91613	-156.34603	97	Hamakua Poko,Hamakuapoko,Hamakuapoko (historical),Hāmākua Poko,Hāmākuapoko (historical)		HI	009		
5855561	Hanaipoe	hanaipoe	US		0	Pacific/Honolulu	19.94493	-155.45878	1565			HI	001		
5855601	‘Āpua (historical)	apua-historical	US		0	Pacific/Honolulu	19.25994	-155.19506	10	'Apua (historical),Apua,Apua (historical),‘Āpua (historical)		HI	001		
5855611	Hanalei Homesteads	hanalei-homesteads	US		0	Pacific/Honolulu	22.18657	-159.46653	20			HI	007		
5855629	Hanamā‘ulu	hanama-ulu	US		3835	Pacific/Honolulu	21.99773	-159.35918	49	Hanamaulu		HI	007		
5855644	Hanapēpē Heights	hanapepe-heights	US		2692	Pacific/Honolulu	21.91633	-159.58995	48	Hanapepe Heights,Hanapēpē Heights		HI	007		
5855689	Hā‘ō‘ū	ha-o-u	US		0	Pacific/Honolulu	20.6935	-156.00371	41	Ha'o'u,Ha'ou,Haou,Hā‘ōū,Hā‘ō‘ū		HI	009		
5855741	Hau‘ula	hau-ula	US		4148	Pacific/Honolulu	21.6076	-157.90868	1	Hau'ula,Hauula,Hau‘ula,hauulla,하우울라		HI	003		
5855754	Hawai‘i Kai	hawai-i-kai	US		0	Pacific/Honolulu	21.29637	-157.70175	3	Hawai'i Kai,Hawaii Kai,Hawai‘i Kai		HI	003		
5855757	Hawai‘i Beaches Estates	hawai-i-beaches-estates	US		0	Pacific/Honolulu	19.55316	-154.89611	43	Hawai'i Beaches Estates,Hawaii Beaches Estates,Hawaiian Beaches Estates,Hawai‘i Beaches Estates		HI	001		
5855802	Hawaiian Beaches	hawaiian-beaches	US		4280	Pacific/Honolulu	19.54306	-154.91583	78			HI	001		
5855803	Hawaiian Acres	hawaiian-acres	US		2700	Pacific/Honolulu	19.53806	-155.05222	309			HI	001		
5855808	Hawaiian-Spanish Village (historical)	hawaiian-spanish-village-historical	US		0	Pacific/Honolulu	20.90584	-156.37309	58			HI	009		
5855809	Hawaiian Paradise Park	hawaiian-paradise-park	US		11404	Pacific/Honolulu	19.59333	-154.97306	45			HI	001		
5855813	Hawaiian Ocean View Estates	hawaiian-ocean-view-estates	US		0	Pacific/Honolulu	19.1125	-155.77083	882			HI	001		
5855815	Hawaiian Ocean View	hawaiian-ocean-view	US		4437	Pacific/Honolulu	19.06861	-155.765	480			HI	001		
5855820	Hawaiian Village (historical)	hawaiian-village-historical	US		0	Pacific/Honolulu	20.90312	-156.41411	9			HI	009		
5855821	Hawaiian Ocean View Ranchos	hawaiian-ocean-view-ranchos	US		0	Pacific/Honolulu	19.05944	-155.78	375	Hawaiian Ocean View Ranchos,Hawaiian Ranchos		HI	001		
5855832	Crater Village	crater-village	US		0	Pacific/Honolulu	20.89726	-156.66272	176	Crater,Crater Camp,Crater Village,Wahikuli		HI	009		
5855847	He‘eia	he-eia	US		4963	Pacific/Honolulu	21.43054	-157.81611	28	He'eia,Heeia,He‘eia		HI	003		
5855882	Aliʻi Kai	ali-i-kai	US		0	Pacific/Honolulu	19.61288	-155.97505	32	Ali'i Kai,Alii Kai,Aliʻi Kai		HI	001		
5855886	Hickam Village	hickam-village	US		0	Pacific/Honolulu	21.34259	-157.94349	6			HI	003		
5855900	Country Garden Estates	country-garden-estates	US		0	Pacific/Honolulu	19.06889	-155.80111	413			HI	001		
5855905	Hikapoloa	hikapoloa	US		0	Pacific/Honolulu	20.23828	-155.85608	182			HI	001		
5855920	Hīlea	hilea	US		0	Pacific/Honolulu	19.13546	-155.5334	87	Hilea,Hīlea		HI	001		
5855930	Hillcrest	hillcrest	US		0	Pacific/Honolulu	19.62783	-155.97992	60			HI	001		
5856036	Hōkū‘ula	hoku-ula	US		0	Pacific/Honolulu	20.72722	-155.98722	11	Hoku'ula,Hokuula,Hoku‘ula,Hōkū‘ula		HI	009		
5856073	Honohina (historical)	honohina-historical	US		0	Pacific/Honolulu	19.92308	-155.15712	123			HI	001		
5856094	Honalo	honalo	US		2423	Pacific/Honolulu	19.54639	-155.93194	424			HI	001		
5856106	Honokōwai	honokowai	US		0	Pacific/Honolulu	20.95258	-156.688	1	Honokowai,Honokowai Camp,Honokōwai		HI	009		
5856111	Honoka‘a	honoka-a	US		2258	Pacific/Honolulu	20.07931	-155.46691	332	Honoka'a,Honokaa,Honoka‘a,honokaa,호노카아		HI	001		
5856129	Honokahua	honokahua	US		0	Pacific/Honolulu	20.99842	-156.65873	56	Honokahua,Honokahua Camp,Honokohau		HI	009		
5856133	Honokai Hale	honokai-hale	US		0	Pacific/Honolulu	21.34143	-158.11077	34			HI	003		
5856143	Honokōhau	honokohau	US		0	Pacific/Honolulu	21.01667	-156.60839	4	Honokau,Honokohau,Honokokau,Honokōhau		HI	009		
5856156	Honokōhau	honokohau	US		0	Pacific/Honolulu	19.67132	-156.02616	1	Honokahau,Honokohau,Honokōhau		HI	001		
5856197	Honolua (historical)	honolua-historical	US		0	Pacific/Honolulu	21.01261	-156.63955	26			HI	009		
5856216	Honolulu Landing (historical)	honolulu-landing-historical	US		0	Pacific/Honolulu	19.5555	-154.87985	7			HI	001		
5856221	Akona	akona	US		0	Pacific/Honolulu	20.10039	-155.60889	13			HI	001		
5856233	Honomā‘ele (historical)	honoma-ele-historical	US		0	Pacific/Honolulu	20.79838	-156.03751	22	Honoma'ele (historical),Honomaele,Honomaele (historical),Honomā‘ele (historical)		HI	009		
5856236	Honomakaʻu	honomaka-u	US		0	Pacific/Honolulu	20.23587	-155.81499	159	Honomaka'u,Honomakau,Honomakaʻu		HI	001		
5856291	Honouliuli	honouliuli	US		0	Pacific/Honolulu	21.36421	-158.03275	7	Honouliul,Honouliuli		HI	003		
5856299	‘Ainapō	ainapo	US		0	Pacific/Honolulu	19.35587	-155.42258	1123	'Ainapo,Ainapo,‘Ainapō		HI	001		
5856318	Honu‘apo	honu-apo	US		0	Pacific/Honolulu	19.08949	-155.54873	8	Honu'apo,Honuapo,Honu‘apo		HI	001		
5856321	Hopuwai	hopuwai	US		0	Pacific/Honolulu	19.84589	-155.33681	1958			HI	001		
5856331	Aina Haina	aina-haina	US		0	Pacific/Honolulu	21.28194	-157.7525	2	'Aina Haina,Aina Haina,Wailupe,‘Āina Haina		HI	003		
5856340	Ho‘okena	ho-okena	US		0	Pacific/Honolulu	19.38012	-155.89923	3	Ho'okena,Hookena,Ho‘okena		HI	001		
5856351	Ho‘olehua	ho-olehua	US		0	Pacific/Honolulu	21.16776	-157.07042	195	Ho'olehua,Hoolehua,Hoʻolehua,Ho‘olehua,MKK		HI	009		
5856374	Hopoi Village (historical)	hopoi-village-historical	US		0	Pacific/Honolulu	20.87831	-156.50771	123			HI	009		
5856385	Hoʻōpūloa	ho-opuloa	US		0	Pacific/Honolulu	19.19657	-155.90424	7	Ho'opuloa,Hoopuloa,Hoʻōpūloa		HI	001		
5856414	Huʻehuʻe	hu-ehu-e	US		0	Pacific/Honolulu	19.75196	-155.9735	585	Hu'ehu'e,Hu'ehu'e Ranch,Huehue,Huʻehuʻe,Hu‘ehu‘e Ranch		HI	001		
5856418	Huelo	huelo	US		0	Pacific/Honolulu	20.90484	-156.22516	157	Huelo,Huelo Church		HI	009		
5856469	Hyashi Village (historical)	hyashi-village-historical	US		0	Pacific/Honolulu	20.83742	-156.50653	106			HI	009		
5856516	‘Āhuimanu	ahuimanu	US		8810	Pacific/Honolulu	21.44472	-157.83778	25	'Ahuimanu,Ahuimanu,‘Āhuimanu		HI	003		
5856563	Iroquois Point	iroquois-point	US		3374	Pacific/Honolulu	21.32776	-157.98301	2			HI	003		
5856577	Iwilei	iwilei	US		0	Pacific/Honolulu	21.3138	-157.87568	1			HI	003		
5856587	Japanese Village One (historical)	japanese-village-one-historical	US		0	Pacific/Honolulu	20.90232	-156.41712	13			HI	009		
5856759	Ka‘a‘awa	ka-a-awa	US		1379	Pacific/Honolulu	21.55445	-157.85103	2	Kaaawa		HI	003		
5856816	Kaʻau	ka-au	US		0	Pacific/Honolulu	20.10648	-155.60859	11	Ka'au,Kaau,Kaʻau		HI	001		
5856828	Kaʻalāwai	ka-alawai	US		0	Pacific/Honolulu	21.25708	-157.79884	2	Ka'alawai,Kaalawai,Kaʻalāwai		HI	003		
5856844	Kā‘anapali	ka-anapali	US		1045	Pacific/Honolulu	20.92881	-156.69422	1	Ka'anapali,Kaanapali,Kā‘anapali		HI	009		
5856852	Kaanapali Landing	kaanapali-landing	US		1943	Pacific/Honolulu	20.9309	-156.68778	0	Kaanapali Landing		HI	009		
5856891	Ka‘awaloa	ka-awaloa	US		0	Pacific/Honolulu	19.48108	-155.93498	3	K'awa-loa,Ka'awaloa,Kaawaloa,Ka‘awaloa,K‘awa-loa		HI	001		
5856899	Kaawanui Village	kaawanui-village	US		0	Pacific/Honolulu	21.94278	-159.62972	60	Ka'awanui,Kaawanui Village,Ka‘awanui		HI	007		
5856913	Ka‘elekū	ka-eleku	US		0	Pacific/Honolulu	20.78358	-156.02309	92	Ka'eleku,Kaeleku,Kaelekū,Ka‘elekū		HI	009		
5856947	Kahakuloa	kahakuloa	US		0	Pacific/Honolulu	20.99592	-156.54917	23			HI	009		
5856950	Kāhala	kahala	US		0	Pacific/Honolulu	21.27692	-157.78764	1	Kahala		HI	003		
5856993	Ah Fong Village (historical)	ah-fong-village-historical	US		0	Pacific/Honolulu	20.84947	-156.46261	32	Afong,Afong Camp,Ah Fong Village (historical)		HI	009		
5857020	‘Aiea Heights	aiea-heights	US		0	Pacific/Honolulu	21.39083	-157.92053	126	'Aiea Heights,Aiea Heights,‘Aiea Heights		HI	003		
5857040	Ainaloa	ainaloa	US		2965	Pacific/Honolulu	19.52694	-154.99306	215			HI	001		
5857044	Airport Village (historical)	airport-village-historical	US		0	Pacific/Honolulu	20.82063	-156.451	44			HI	009		
5857051	Akolea Plantation Estates	akolea-plantation-estates	US		0	Pacific/Honolulu	19.70062	-155.13255	268			HI	001		
5857052	Akupu	akupu	US		0	Pacific/Honolulu	21.39095	-158.1001	692	Akupu,Palehua		HI	003		
5857058	Alabama Village (historical)	alabama-village-historical	US		0	Pacific/Honolulu	20.86338	-156.44995	29	Alabama Camp,Alabama Village (historical)		HI	009		
5857100	Āliamanu	aliamanu	US		0	Pacific/Honolulu	21.3525	-157.92169	69	Aliamanu,Āliamanu		HI	003		
5857113	Aloha Kona	aloha-kona	US		0	Pacific/Honolulu	19.64089	-155.98496	103			HI	001		
5857120	ʻAnae-hoʻomalu	anae-ho-omalu	US		0	Pacific/Honolulu	19.91368	-155.88754	2	'Anae-ho'omalu,Anaehoomalu,ʻAnae-hoʻomalu		HI	001		
5857285	Chinatown	chinatown	US		0	Pacific/Honolulu	21.31173	-157.86183	7			HI	003		
5857308	Cod Fish Village (historical)	cod-fish-village-historical	US		0	Pacific/Honolulu	20.89362	-156.41471	23			HI	009		
5857365	Halawa	halawa	US		0	Pacific/Honolulu	20.22318	-155.76558	91			HI	001		
5857375	Elevenmile Homestead	elevenmile-homestead	US		0	Pacific/Honolulu	19.60374	-155.07146	232			HI	001		
5857399	‘Ālewa Heights	alewa-heights	US		0	Pacific/Honolulu	21.34051	-157.84817	257	'Alewa Heights,Alewa Heights,‘Ālewa Heights		HI	003		
5857455	Birches	birches	US		0	America/Anchorage	65.135	-153.55667	50			AK	290		
5857505	Bjerrmark	bjerrmark	US		0	America/Anchorage	64.825	-147.71667	135			AK	090		
5857861	Bornite	bornite	US		0	America/Anchorage	67.05917	-156.94278	228	Bornite,RLU		AK	188		
5857873	Boswell Bay	boswell-bay	US		0	America/Anchorage	60.4	-146.13333	8	BSW		AK	261		
5857948	Boundary	boundary	US		0	America/Anchorage	64.07778	-141.10694	892	BYA,Boundary,King's,King's Boundary Roadhouse,Walkers Fork		AK	240		
5857949	Boundary	boundary	US		0	America/Anchorage	64.08333	-141.01667				AK	000		
5858048	Broad Pass (historical)	broad-pass-historical	US		0	America/Anchorage	63.23333	-149.26667	655			AK	170		
5858051	Broadmoor	broadmoor	US		0	America/Anchorage	64.82389	-147.87583	136	Broadmoor,South Bjerremark		AK	090		
5858269	Burnt Paw (historical)	burnt-paw-historical	US		0	America/Anchorage	67.02611	-142.59167	183			AK	290		
5858519	Candle	candle	US		0	America/Anchorage	65.91333	-161.92444	4	CDL		AK	188		
5858618	Capaloa (historical)	capaloa-historical	US		0	America/Nome	68.64583	-166.22083	8	Capaloa (historical),Capaloah,Kapaloa,Kapalowa		AK	185		
5858626	Cape Nome	cape-nome	US		0	America/Nome	64.46389	-164.95944	17			AK	180		
5858631	Cape Yakataga	cape-yakataga	US		0	America/Anchorage	60.0701	-142.43163	6	CYT,Cape Yakataga,Yakatag,Yakataga		AK	261		
5858749	Carter (historical)	carter-historical	US		0	America/Anchorage	59.28333	-161.93333	3			AK	050		
5858764	Casadepaga	casadepaga	US		0	America/Nome	64.79667	-164.35	113			AK	180		
5858824	Caswell	caswell	US		0	America/Anchorage	62.00469	-149.94787	110			AK	170		
5858926	Chakaktolik	chakaktolik	US		0	America/Nome	61.76833	-163.62222	8	Chakaktolik,Chuckaktoligamut,Chukaktolik,Chukfaktoolik		AK	158		
5858928	Chakchak (historical)	chakchak-historical	US		0	America/Nome	60.72944	-164.39917	7	Chakchak (historical),Chukchagemiut,Chukchak,Chukchuk		AK	050		
5858934	Chakwaktolik	chakwaktolik	US		0	America/Nome	61.22917	-163.75417	7	Chakwaktolik,Chokaglaligamute,Chokfaktoligamute,Chokfoktoleghagamint,Choohoctoolik,Chowhoctolik,Chuckwatoli,Chuckwucktolig,Chuckwuktoligamut,Chukwoktulik,Chukwotuliugamute,Chukwuktoligamut,Cuukvagtalek,Shokfak,Shokfaktolik,Tschokfachtoligamut		AK	050		
5858937	Chalit (historical)	chalit-historical	US		0	America/Nome	59.96444	-163.86917	4	Chalit (historical),Chalitmiut		AK	050		
5858961	Chandalar	chandalar	US		0	America/Anchorage	67.50528	-148.49361	571	Chandalar,Chandlar,Little Squaw,WCR		AK	290		
5858974	Chaniliut	chaniliut	US		0	America/Nome	63.04111	-163.39333	0	Caniliaq,Chaneeliut,Chaneliak,Chanelika,Chaniliut,Chealeniak,Chineleat,Chiniliar,Nachliwagimiut,Nakhliwak,Nakliwak		AK	158		
5858994	Chariot	chariot	US		0	America/Nome	68.10583	-165.74278	20			AK	185		
5859002	Charley Village	charley-village	US		0	America/Anchorage	65.28333	-142.5	487	Charley Village,Charleys Village,Charlie Village,Charlies Village,Charlieville,Tadoosh,Tadush		AK	240		
5859006	Charlieskin Village	charlieskin-village	US		0	America/Anchorage	62.97056	-141.82	516			AK	240		
5859015	Chatanika	chatanika	US		0	America/Anchorage	65.12015	-147.48806	281	Chatanika,Chatanika River Village		AK	090		
5859033	Cheching (historical)	cheching-historical	US		0	America/Nome	60.06667	-164.21667	7	Cheching (historical),Cheeching,Cheecking,Chickingmute		AK	070		
5859042	Cheerful (historical)	cheerful-historical	US		0	America/Adak	54.01389	-166.675	351	Cheerful (historical),Veselofski,Vysylovskoe		AK	016		
5859051	Chekok (historical)	chekok-historical	US		0	America/Anchorage	59.80556	-154.32417	23	Cheekok Village,Chekok (historical),Chekok Village,Chikak,Chikak Village,Chix Kaq'		AK	164		
5859055	Chelatna Lodge	chelatna-lodge	US		0	America/Anchorage	62.43444	-151.40444	422			AK	170		
5859060	Chena Hot Springs	chena-hot-springs	US		0	America/Anchorage	65.05306	-146.05556	354	CEX,Chena,Chena Hot Springs,Hot Spring		AK	090		
5859065	Chena (historical)	chena-historical	US		0	America/Anchorage	64.8	-147.93333	134	Chena (historical),Chena City,Chena Junction		AK	090		
5859072	Chenega	chenega	US		76	America/Anchorage	60.06637	-148.01239	24	Caniqaq,Chanega,Chenega,Chenega Village,Cheniga,Ingamatsha,NCN		AK	261		
5859073	Chenega Bay	chenega-bay	US		0	America/Anchorage	60.06333	-148.01139	5	Chenega,Chenega Bay,Crab Bay		AK	261		
5859081	Chenik (historical)	chenik-historical	US		0	America/Anchorage	59.21389	-154.13889	0			AK	122		
5859091	Chernofski	chernofski	US		0	America/Adak	53.40308	-167.52262	0	Chernofski,Chernovskoi,Chernovsky,Ikalga,Ikalgan,KCN,Selo Chernovskoe,Tschernowskoje		AK	016		
5859152	Chickaloon	chickaloon	US		272	America/Anchorage	61.79667	-148.46278	321	Chickaloon,Nay'dini'aa Na',Nuk'din'itnu		AK	170		
5859158	Chickaloon	chickaloon	US		0	America/Anchorage	64.79583	-148.46667	129			AK	090		
5860558	Denali	denali	US		0	America/Anchorage	63.17861	-147.46611	837	Denali,McKinley,Valdez Creek		AK	170		
5859228	Chimekliak	chimekliak	US		0	America/Nome	60.1	-162.21667	1	Chenik,Chim-e-kliag-a-mut,Chimechliachamut,Chimekliak,Chimiagamute,Chimiak,Chimingyangamute		AK	050		
5859245	Chiniak	chiniak	US		47	America/Anchorage	57.61044	-152.28248	0			AK	150		
5859279	Chisana	chisana	US		0	America/Anchorage	62.06611	-142.04083	1027	CZN,Chisana,Shushana		AK	261		
5859281	Chisana (historical)	chisana-historical	US		0	America/Anchorage	62.15306	-142.15694	1023			AK	261		
5859295	Chistochina	chistochina	US		93	America/Anchorage	62.57178	-144.65417	574	CZO,Chestochena,Chestochina Village,Chistochina,Tsiis Tl'edze' Caegge		AK	261		
5859341	Christian	christian	US		0	America/Anchorage	67.36	-145.19611	291	Christian,Christian Village,Zheh Gwatsal		AK	290		
5859356	Chuarlitiligamut (historical)	chuarlitiligamut-historical	US		0	America/Anchorage	59.86667	-160.61667	204	Chuarlitiligamut (historical),Chuarlitilik,Chwarlitiligamut		AK	050		
5859357	Chuathbaluk	chuathbaluk	US		125	America/Anchorage	61.57194	-159.245	44	CHU,Chuathbaluk,Curarpalek,Little Russina Mission,Lower Russian Mission,Russian Mission		AK	050		
5859362	Chugach Heights	chugach-heights	US		0	America/Anchorage	61.21889	-149.79306	53			AK	020		
5859388	Chulitna	chulitna	US		0	America/Anchorage	62.88694	-149.58306	392			AK	170		
5859394	Chulloonawick	chulloonawick	US		0	America/Nome	62.94611	-164.17222	1	Aker,Choolumawick,Chulloonawick,Chuloonavik,Chuloonawick		AK	158		
5859419	Circle Hot Springs Station	circle-hot-springs-station	US		0	America/Anchorage	65.47028	-144.68917	555			AK	290		
5859426	Circle Hot Springs	circle-hot-springs	US		0	America/Anchorage	65.48333	-144.63417	276	Arctic Circle Hot Springs,CHP,Circle Hot Springs,Circle Springs,Hot Springs		AK	290		
5859429	City View	city-view	US		0	America/Anchorage	61.20444	-149.83056	39			AK	020		
5859501	Clear Creek Park	clear-creek-park	US		0	America/Anchorage	64.81861	-147.56583	139			AK	090		
5859533	Cleary (historical)	cleary-historical	US		0	America/Anchorage	65.09278	-147.41806	273	Cleary (historical),Cleary City		AK	090		
5859679	Cohoe	cohoe	US		1364	America/Anchorage	60.36861	-151.30639	17			AK	122		
5859691	Coldfoot	coldfoot	US		10	America/Anchorage	67.25639	-150.18417	309	CXF,Coldfoot,Slate Creek		AK	290		
5859699	College	college	US		12964	America/Anchorage	64.85694	-147.80278	137			AK	090		
5859713	Colorado	colorado	US		0	America/Anchorage	63.16278	-149.43583	583			AK	170		
5859878	Copperville	copperville	US		186	America/Anchorage	62.04389	-145.42056	360			AK	261		
5859905	Cos Jacket	cos-jacket	US		0	America/Anchorage	64.86306	-151.41389	70	Consa,Cos Jacket,Cos-chaget,Coshaget,Coskakat,Cosna,Cross Jacket,Crossjacket,K'os Chaak'et,K'osr Chaget		AK	290		
5860224	Curry	curry	US		0	America/Anchorage	62.61472	-150.01194	169	Curry,Dead Horse,Deadhorse		AK	170		
5860260	Dahl	dahl	US		0	America/Anchorage	60.66556	-149.47722	383			AK	122		
5860359	Davidsons Landing	davidsons-landing	US		0	America/Nome	65.24194	-165.27167	7	Davidson,Davidson Landing,Davidsons Landing		AK	180		
5860393	Deacons Landing	deacons-landing	US		0	America/Anchorage	62.46917	-156.02028	84	Deacon's Landing,Deacons Landing		AK	290		
5860397	DeBarr Vista	debarr-vista	US		0	America/Anchorage	61.21222	-149.75306	71	De Barr Vista,DeBarr Vista		AK	020		
5860399	Deadhorse	deadhorse	US		0	America/Anchorage	70.20556	-148.51167	15	Deadhorse,SCC		AK	185		
5860533	Dementi (historical)	dementi-historical	US		0	America/Anchorage	63.03333	-158.76667	24	Dementi (historical),Deminti,Talit village,Taliti,Talitui,Tality,Talliti,Tallity,Totascholeden,Totascholjoden,Totaskholeden,Ttalituti,Ttality,Ttallily,Ttallity		AK	290		
5860646	Diamond (historical)	diamond-historical	US		0	America/Anchorage	63.88667	-150.90306	167	Diamond (historical),Diamond City		AK	068		
5860661	Diamond Ridge	diamond-ridge	US		1156	America/Anchorage	59.67611	-151.5575	324			AK	122		
5860680	Dickson (historical)	dickson-historical	US		0	America/Nome	64.55497	-164.41289	3			AK	180		
5860691	Difjakamiut	difjakamiut	US		0	America/Nome	59.85056	-166.2775	10	Difchakimute,Difjakamiut,Difjaxamiut,Pachikmiut		AK	050		
5860702	Dime Landing	dime-landing	US		0	America/Anchorage	65.12	-161.15972	15			AK	180		
5860714	Diomede	diomede	US		118	America/Nome	65.7581	-168.952	0	DIO,Diomede,Igna-look,Ignaluk,Inalik,Inaliq,Inalit,Iŋaliq,dayomeda,daywmyd  alaska,di ao mei de,dywmyd,دایومید، آلاسکا,ديوميد,डायोमेड,迪奥梅德		AK	180		
5860728	Discovery (historical)	discovery-historical	US		0	America/Nome	64.53333	-165.4	30			AK	180		
5860729	Discovery	discovery	US		0	America/Anchorage	62.4525	-157.93389	116			AK	290		
5860746	Dishkakat (historical)	dishkakat-historical	US		0	America/Anchorage	63.63306	-157.47667	30	Deekakat,Dischkakat,Dish Chak',Dishkakat (historical),Dishkaket,Diyhkagg,Innoko		AK	290		
5860811	Dogfish Village	dogfish-village	US		0	America/Anchorage	61.90361	-161.07	47	Dog Village,Dogfish Village,Ikaligvigmiut,Ikaligvigmyut,Ikaligwigmjut,Ikalinigmjut		AK	158		
5860815	Dogpatch	dogpatch	US		0	America/Anchorage	64.89556	-147.80639	261			AK	090		
5860835	Dome Camp (historical)	dome-camp-historical	US		0	America/Anchorage	65.03306	-147.61278	258	Dome,Dome Camp (historical),Dome City		AK	090		
5860851	Dome Creek (historical)	dome-creek-historical	US		0	America/Anchorage	64.39056	-141.255	608			AK	240		
5860926	Dot Lake	dot-lake	US		13	America/Anchorage	63.66139	-144.06444	426	Dot Lake,Kelt'aaddh Menn'		AK	240		
5860928	Dot Lake Village	dot-lake-village	US		62	America/Anchorage	63.65083	-144.04389	446			AK	240		
5860978	Drift River	drift-river	US		0	America/Anchorage	60.59167	-152.16111	6	DRF		AK	122		
5861073	Duck Village	duck-village	US		0	America/Anchorage	58.10833	-152.55	75	DGB,Duck Village,Kalagin,Selezneva		AK	150		
5861171	Eagle Harbor (historical)	eagle-harbor-historical	US		0	America/Anchorage	57.43389	-152.72389	0	Eagle Harbor (historical),Orlova,Orlovsk,Saint Orloff,Saint Orlovsk,Seleniye Orlovsk		AK	150		
5861202	Eagle Village	eagle-village	US		67	America/Anchorage	64.78056	-141.11361	261	Eagle Village,Johnnys,Johns Village		AK	240		
5861235	East Chester	east-chester	US		0	America/Anchorage	61.205	-149.86389	20	East Chester,Eastchester		AK	020		
5861248	East Fork	east-fork	US		0	America/Nome	64.69278	-164.27639	57			AK	180		
5861419	Egavik	egavik	US		0	America/Anchorage	64.04	-160.92484	3	Egavik,Egawik,Egowik,Igavik,Ighauvik,Igouik,Igowik,Iguik		AK	180		
5861445	Egorkovskoi	egorkovskoi	US		0	America/Adak	53.56389	-168	2			AK	016		
5861491	Ekiligamut (historical)	ekiligamut-historical	US		0	America/Anchorage	59.08333	-160.36667	2	Ekiligamut (historical),Ekilik,Ikalinkamiut,Ikaliukha		AK	070		
5861493	Eklutna	eklutna	US		0	America/Anchorage	61.45806	-149.36222	16	Eklutna,Eydlughet,Idlughet,Izliueskoe,Knik,Knik Village,Old Knik,Zdlaaygha,Zdluiat		AK	020		
5861501	Ekilik (historical)	ekilik-historical	US		0	America/Anchorage	59.18333	-160.31667	22	Ekiligamut,Ekilik (historical),Ikalinkamuit,Ikaliukha		AK	070		
5861507	Ekuk	ekuk	US		0	America/Anchorage	58.81632	-158.5613	5	Ekouk,Ekuk,Ekuk Village,Ikuk,Iquk,KKU,Village Ekouk,Yekuk		AK	070		
5861528	Eldorado Camp (historical)	eldorado-camp-historical	US		0	America/Anchorage	65.05944	-147.5225	335	Eldorado,Eldorado Camp (historical)		AK	090		
5861573	Elephant Point	elephant-point	US		0	America/Anchorage	66.25972	-161.34611	0	Baldwin,Buckland,Elephant Point,Reindeer Point		AK	188		
5861577	Eleutak (historical)	eleutak-historical	US		0	America/Nome	62.48611	-164.87083	1	Eleutak (historical),Eleutakamiut		AK	158		
5861588	Elilakok (historical)	elilakok-historical	US		0	America/Anchorage	59.55	-157.08333	94	Ah-lai-luk-ah,Elilakok (historical),Elilakok Village		AK	070		
5861603	Ellamar	ellamar	US		0	America/Anchorage	60.89556	-146.6975	19	ELW		AK	261		
5861631	Elupak (historical)	elupak-historical	US		0	America/Anchorage	70.13	-143.735	1			AK	185		
5861684	Engineer (historical)	engineer-historical	US		0	America/Anchorage	64.94303	-147.68472	262			AK	090		
5861692	Nanwalek	nanwalek	US		254	America/Anchorage	59.35639	-151.92083	30	Aleksandrovsk,Alexander,Alexandro,Alexandrovek,Alexandrovsk,Anlexndro,English Bay,KEB,Nanwalek,Odinochka		AK	122		
5861748	Eska	eska	US		0	America/Anchorage	61.73778	-148.90861	290			AK	170		
5861836	Eureka Roadhouse	eureka-roadhouse	US		29	America/Anchorage	61.93861	-147.16806	1004			AK	170		
5861886	Eyak (historical)	eyak-historical	US		0	America/Anchorage	60.52629	-145.63512	8	Eyack,Eyak (historical),Eyuk,Ighiak,Igya'aq,Ikhiak,Odiak		AK	261		
5861918	Faith Creek (historical)	faith-creek-historical	US		0	America/Anchorage	65.28889	-146.37917	459			AK	090		
5862026	Ferry	ferry	US		33	America/Anchorage	64.01667	-149.11667	317	Ferry,Nenana River,Noch'enanee'ode		AK	068		
5862057	Fink Creek	fink-creek	US		0	America/Nome	65.89556	-163.01861	55			AK	188		
5862154	Fish Lake	fish-lake	US		0	America/Anchorage	62.245	-150.09611	101			AK	170		
5862177	Fish Village	fish-village	US		0	America/Anchorage	59.94722	-154.85833	82			AK	164		
5862181	Fish Village	fish-village	US		0	America/Nome	62.52111	-163.84333	3	Fish Village,Neqlercurvik		AK	158		
5862308	Flume Creek	flume-creek	US		0	America/Anchorage	64.99028	-142.42583	578			AK	240		
5862330	Folger	folger	US		0	America/Anchorage	63.56167	-156.08333	271			AK	290		
5862368	Fort Richardson	fort-richardson	US		0	America/Anchorage	61.25444	-149.68833	93	FRN		AK	020		
5862522	Fox River	fox-river	US		685	America/Anchorage	59.85833	-150.95833	158			AK	122		
5862590	Fritz Creek	fritz-creek	US		1932	America/Anchorage	59.73611	-151.29528	366			AK	122		
5862623	Funny River	funny-river	US		877	America/Anchorage	60.50194	-150.76222	87			AK	122		
5862646	Gakona Junction	gakona-junction	US		0	America/Anchorage	62.28861	-145.35139	497			AK	261		
5862671	Ganes Creek	ganes-creek	US		0	America/Anchorage	63.08972	-156.43056	202	GEK,Ganes Creek		AK	290		
5862822	Gilmore (historical)	gilmore-historical	US		0	America/Anchorage	64.98917	-147.53611	293	Gilmore (historical),Gilmore City		AK	090		
5862828	Gilpatricks	gilpatricks	US		0	America/Anchorage	60.60139	-149.5375	388			AK	122		
5862842	Girwood (historical)	girwood-historical	US		0	America/Anchorage	60.05694	-147.89306	39			AK	261		
5862923	Glen Alps	glen-alps	US		0	America/Anchorage	61.21667	-149.89167	32			AK	020		
5863047	Golden City (historical)	golden-city-historical	US		0	America/Anchorage	65.03111	-147.46639	473			AK	090		
5863074	Golovin	golovin	US		161	America/Nome	64.54238	-163.0356	13	Cheenik,Chenik,Chenik Mission,Chennik,Chillimiut,Chingmyut,Chinick,Chinig-myut,Chinik,Cingik,Dexter,Dexter's Store,GLV,Golofnin,Golovin,Golovnin,Ikaligvigmiut,Ikaligwigmiut,Ikalikhvig-myut,Seleniye Ikalikhvig-myut,Sinik,Tchinimuth		AK	180		
5863099	Goodnews Mining Camp	goodnews-mining-camp	US		0	America/Anchorage	58.92611	-161.73	62			AK	050		
5863164	Gost Creek	gost-creek	US		0	America/Anchorage	62.21056	-159.78583	20	Ghost Creek,Gost Creek		AK	290		
5863175	Graehl	graehl	US		0	America/Anchorage	64.85	-147.7	136	Ghrael,Graehl,Graehl village		AK	090		
5863192	Grandview Gardens	grandview-gardens	US		0	America/Anchorage	61.20833	-149.81389	41			AK	020		
5863256	Grant Creek	grant-creek	US		0	America/Anchorage	65.1975	-152.92722	72	Grant Creek,Tuklukyet		AK	290		
5863364	Green Acres	green-acres	US		0	America/Anchorage	61.18611	-149.84167	43			AK	020		
5863497	Gulkana	gulkana	US		119	America/Anchorage	62.27139	-145.38222	426	C'uul C'ena',GKN,Gulkana,Kulkana		AK	261		
5863617	Halibut Cove	halibut-cove	US		76	America/Anchorage	59.595	-151.225	14			AK	122		
5863627	Hallersville	hallersville	US		0	America/Anchorage	59.04278	-156.83944	16			AK	164		
5863640	Hamilton Acres	hamilton-acres	US		0	America/Anchorage	64.84694	-147.67056	137			AK	090		
5863704	Harding Lake	harding-lake	US		0	America/Anchorage	64.42126	-146.81552	219			AK	090		
5863775	Hastings Creek (historical)	hastings-creek-historical	US		0	America/Nome	64.46667	-165.1	19			AK	180		
5863822	Haycock	haycock	US		0	America/Anchorage	65.20852	-161.15913	59	HAY,Haycock		AK	180		
5863871	Hedlunds (historical)	hedlunds-historical	US		0	America/Anchorage	59.8	-154.38333	18			AK	164		
5863940	Herendeen Bay	herendeen-bay	US		0	America/Anchorage	55.76806	-160.68583	30			AK	013		
5864076	Hogatza	hogatza	US		0	America/Anchorage	66.18972	-155.71722	175	HGZ,Hog River,Hogatza		AK	290		
5864106	Holikachuk	holikachuk	US		0	America/Anchorage	62.91664	-159.53453	22	HOL,Holekachucket,Holikachek,Holikachuk,Holikitsak,Holjichak',Holokochakat,Khoughitchate,Khuligishgate,Selo Khulishganat		AK	290		
5864149	Homesite Park	homesite-park	US		0	America/Anchorage	61.21917	-149.74111	83			AK	020		
5864240	Horsefeld (historical)	horsefeld-historical	US		0	America/Anchorage	62	-141.15	1096	Horsefeld (historical),Horsfeld Roadhouse		AK	240		
5864246	Horseshoe Bay (historical)	horseshoe-bay-historical	US		0	America/Anchorage	60.01917	-147.93917	0			AK	261		
5864502	Iditarod	iditarod	US		0	America/Anchorage	62.54444	-158.09528	46	Hwdedhot,Ididarod,Iditarod		AK	290		
5864511	Igiak (historical)	igiak-historical	US		0	America/Nome	61.6175	-165.93361	8	Igiak (historical),Igiyarok,Tellamishuk		AK	158		
5864512	Igiayarok	igiayarok	US		0	America/Nome	61.71667	-165.3	3	Igiagamute,Igiak,Igiarok,Igiayarok,Ikragamiut		AK	158		
5864529	Igiugig	igiugig	US		50	America/Anchorage	59.32707	-155.89389	14	IGG,Igiugig,Igiugik,Igyaraq		AK	164		
5864530	Igloo (historical)	igloo-historical	US		0	America/Nome	65.14778	-165.06333	5	Igloo (historical),Marys Igloo,Qawiaraq		AK	180		
5864560	Igushik	igushik	US		0	America/Anchorage	58.71028	-158.89	1	Igushik,Iyussiiq		AK	070		
5864575	Ikatan	ikatan	US		0	America/Nome	54.7495	-163.31494	12			AK	013		
5864581	Ikatlek (historical)	ikatlek-historical	US		0	America/Anchorage	61.96667	-160.4	221	Ikatlegomute,Ikatlek (historical)		AK	290		
5864595	Iknetuk (historical)	iknetuk-historical	US		0	America/Nome	64.46667	-163.06667	0	Igkh-nik-toghe-mute,Ignituk,Iknetuk (historical),Iknutuk,Kniktag-miut,Knykhtakg-miut,Knykhtakg-myut,Selyeniye Knykhtag-Myut		AK	180		
5864597	Ikolik (historical)	ikolik-historical	US		0	America/Anchorage	57.2875	-154.78333	266	Icolick,Ikolik (historical)		AK	150		
5864609	Ikpek	ikpek	US		0	America/Nome	65.89379	-167.2797	6	Esook,Ikpek		AK	180		
5864613	Ikpilgok	ikpilgok	US		0	America/Anchorage	70.6945	-159.90497	1	Sinaruruk		AK	185		
5864669	Imagnee (historical)	imagnee-historical	US		0	America/Adak	53.91712	-166.43309	14	Imagnak,Imagnee (historical),Imagninskoe,Sinagnia,Sinagnya		AK	016		
5864689	Imokhtegokshuk (historical)	imokhtegokshuk-historical	US		0	America/Nome	64.45	-164.96667	27	Imokhtagokshuk,Imokhtegokshuk,Imokhtegokshuk (historical)		AK	180		
5864767	Ingregamiut (historical)	ingregamiut-historical	US		0	America/Anchorage	61.95	-160.56667	8	Ingregamiut (historical),Mountain Village,Ruibnaia		AK	290		
5864770	Ingrihak	ingrihak	US		0	America/Nome	61.75611	-162.00139	9	Ingahame,Ingahameth,Ingahamiut,Ingrakak,Ingrakaklakamiut,Ingrechak,Ingrihak,Ingrumhart		AK	158		
5864776	Ingrimiut (historical)	ingrimiut-historical	US		0	America/Nome	60.06417	-165.71611	15	Ingeramiut,Ingra,Ingrimiut (historical)		AK	050		
5864796	Iniskin	iniskin	US		0	America/Anchorage	59.74694	-153.2375	115			AK	122		
5864798	Initkilly (historical)	initkilly-historical	US		0	America/Nome	68.8694	-165.13873	0	Corwin,Initkilly (historical)		AK	185		
5864821	Inselnostlinde (historical)	inselnostlinde-historical	US		0	America/Anchorage	62.75	-159.75	23			AK	290		
5864822	Intenleiden (historical)	intenleiden-historical	US		0	America/Anchorage	62.75	-159.75	23	Iltenleiden,Imtelleiden,Intenlaiden,Intenleiden (historical)		AK	290		
5864855	Ipnot (historical)	ipnot-historical	US		0	America/Nome	68.18333	-166.01667	1	Impnot,Ipnot (historical)		AK	185		
5864885	Iron Creek	iron-creek	US		0	America/Nome	64.96444	-164.655	101	Iron Creek,Sowik		AK	180		
5864925	Ishiuk (historical)	ishiuk-historical	US		0	America/Anchorage	68.16667	-156.5	707	Ishiuk (historical),Issheyuk		AK	185		
5865005	Itulilik (historical)	itulilik-historical	US		0	America/Anchorage	61.37639	-157.04667	60	E-tu-le-lig-a-mute,Itulilik (historical)		AK	050		
5865015	Ivanof Bay	ivanof-bay	US		7	America/Anchorage	55.902	-159.48333	2	Ivanof Bay,KIB		AK	164		
5865057	Jabbertown	jabbertown	US		0	America/Nome	68.34009	-166.63088	1	Cooper,Cooper's Station,Coopers		AK	185		
5865077	Jack Wade	jack-wade	US		0	America/Anchorage	64.15417	-141.45972	745	Jack Wade,Jackwade		AK	240		
5865137	Jakolof Bay	jakolof-bay	US		0	America/Anchorage	59.44694	-151.51028	8			AK	122		
5865271	John Fitzgerald Kennedy City	john-fitzgerald-kennedy-city	US		0	America/Anchorage	61.39667	-149.825	21	Bay City,John Fitzgerald Kennedy City		AK	170		
5865295	Johnnys Village	johnnys-village	US		0	America/Nome	62.08917	-163.55361	19	Johnnys Place,Johnnys Village,Liberty Landing,Takakchak		AK	158		
5865452	Justamere Ranch	justamere-ranch	US		0	America/Anchorage	61.22028	-149.79306	53			AK	020		
5865572	Kachemak City	kachemak-city	US		472	America/Anchorage	59.66742	-151.45074	32	Kachemak,Kachemak City		AK	122		
5865574	Kachemak	kachemak	US		487	America/Anchorage	59.67222	-151.43389	55			AK	122		
5865575	Kachemak Silo	kachemak-silo	US		0	America/Anchorage	59.8	-151.05833	15			AK	122		
5865618	Kaguyak (historical)	kaguyak-historical	US		0	America/Anchorage	58.56767	-153.90082	5	Douglass,Kaiayakak,Kayayak,Kayuyak,Naouchkak,Seleniye Kayayak		AK	150		
5865623	Kaguyak	kaguyak	US		0	America/Anchorage	56.86934	-153.77573	147	Aleutsk Selen Kaniyagmyut,Alsentia,Kaguiak,Kaguyak,Kaniag-miut,Kayayak,Naouchkak		AK	150		
5865645	Kakamut	kakamut	US		0	America/Anchorage	61.62472	-161.67528	8	Kaghkaghamute,Kaka,Kakamiut,Kakamut,Kochkogamute,Kochkomut,Koko,Kokok		AK	158		
5865648	Kokhanok	kokhanok	US		0	America/Anchorage	59.44194	-154.75583	14	Kakhonak,Kakonak,Kokhanok,Kokonak,Kokonak Village,Kokonok,Kokonok Village,Qarr'unaq		AK	164		
5865651	Kakhonak Bay (historical)	kakhonak-bay-historical	US		0	America/Anchorage	59.49833	-154.57111	37	Kakhonak Bay (historical),Kokhanok Bay		AK	164		
5865664	Kako Landing	kako-landing	US		0	America/Anchorage	61.85389	-161.34639	8	Kako,Kako Landing		AK	158		
5865683	Kalak	kalak	US		0	America/Nome	61.95	-162.86667	41			AK	158		
5865702	Kalifornsky	kalifornsky	US		7850	America/Anchorage	60.41833	-151.29	7	Kalifonski,Kalifonsky,Kalifornsky,Unhghenesditnu		AK	122		
5865708	Kallands	kallands	US		0	America/Anchorage	65.18528	-153.05778	61	Hub Roadhouse,Kallands		AK	290		
5865711	Kalla (historical)	kalla-historical	US		0	America/Anchorage	66.90028	-156.64389	45	Kalla (historical),Kallamute		AK	188		
5865731	Kaluiak (historical)	kaluiak-historical	US		0	America/Anchorage	56.41667	-158.25	0			AK	164		
5865737	Kalulingmiut (historical)	kalulingmiut-historical	US		0	America/Nome	65	-166.71667	0	Kalulingmiut (historical),Nook,Nookmute,Ongneak		AK	180		
5865763	Kanakanak	kanakanak	US		0	America/Anchorage	59.00049	-158.5351	22	Kanakanak,Kanakanok		AK	070		
5865768	Kanapak	kanapak	US		0	America/Nome	61.83444	-163.20222	7			AK	158		
5865769	Kanatak	kanatak	US		0	America/Anchorage	57.57218	-156.02401	22			AK	150		
5865793	Kangik (historical)	kangik-historical	US		0	America/Anchorage	70.12361	-159.65222	16	Kagnik,Kanitch,Kungik,Kungitk		AK	185		
5865799	Kangkok (historical)	kangkok-historical	US		0	America/Adak	63.38333	-171.78333	0	Kangkok (historical),Kougkok		AK	180		
5865813	Kanloyak (historical)	kanloyak-historical	US		0	America/Nome	60.45	-164.73333	5			AK	050		
5865820	Kantishna	kantishna	US		0	America/Anchorage	63.52491	-150.95987	508	Eureka,Kantishna		AK	068		
5865828	Kanulik (historical)	kanulik-historical	US		0	America/Anchorage	58.96667	-158.46667	0	Kanoolik,Kanulik (historical),Karulik,Nunnungynakok		AK	070		
5865876	Kashegelok	kashegelok	US		0	America/Anchorage	60.85472	-157.83389	115	Kasheg-e-log-e-mute,Kashegaluk,Kashegelok		AK	050		
5865878	Kashiagamiut	kashiagamiut	US		0	America/Anchorage	59.36944	-160.06472	39	Kashaiagamut,Kashaiagmut,Kashaiak,Kashaiyagamut,Kashiagamiut,Kashiagamut,Kissaiakh,Kissiah,Kissiak		AK	070		
5865880	Kashega	kashega	US		0	America/Adak	53.46613	-167.16256	3	Kashega,Kashigin,Kashuga,Koshigin,Koshiginskoe,Qusiix,Selo Koshiga		AK	016		
5865889	Kashunuk Village (historical)	kashunuk-village-historical	US		0	America/Nome	61.3	-165.65	2	Kashunahmiut,Kashunok,Kashunuk Village (historical),Old Kashunuk Village		AK	158		
5865905	Kaskanak	kaskanak	US		0	America/Anchorage	59.28333	-156.18333	30	Kaskanak,Kaskanakh,Kaskanek,Kaskinakh,Koskanok		AK	164		
5865910	Kassianmute (historical)	kassianmute-historical	US		0	America/Anchorage	59.30667	-160.16806	40	Kassiachamiut,Kassianmute (historical)		AK	070		
5865919	Katalla	katalla	US		0	America/Anchorage	60.19645	-144.52798	1	Catalla,Catella,Katalla		AK	261		
5865926	Kathakne	kathakne	US		0	America/Anchorage	62.96944	-141.83333	517			AK	240		
5865939	Katmai (historical)	katmai-historical	US		0	America/Anchorage	58.03389	-154.87694	38	Katmai (historical),Katmai Village,Katmai Village Site,Katmay,Seleniye Katmayskoe,Selo Katmay		AK	150		
5865966	Kaviak (historical)	kaviak-historical	US		0	America/Nome	65.15	-165.5	2	Kavaihazakmute,Kaviagamute,Kaviagemut,Kaviagmut,Kaviak (historical),Kaviarazakhm ute,Kaviarazkhmute,Kaviarzakhmute		AK	180		
5865991	Kayak (historical)	kayak-historical	US		0	America/Anchorage	59.99534	-144.37104	0			AK	261		
5866002	Kazhutak	kazhutak	US		0	America/Nome	62.11528	-163.94667	2	Kazhutak,Kazhutakamiut		AK	158		
5866010	Kechumstuk	kechumstuk	US		0	America/Anchorage	64.01917	-142.57778	640	Kechumstuk,Ketchumstock Village,Ketchumstuck,Saages Cheeg		AK	240		
5866086	Kennicott	kennicott	US		0	America/Anchorage	61.48416	-142.88777	677	Kennecott,Kennecott Mines		AK	261		
5866094	Kenny Lake	kenny-lake	US		355	America/Anchorage	61.71917	-144.94833	370			AK	261		
5866103	Kepangalook	kepangalook	US		0	America/Anchorage	60.85	-161.61667	0			AK	050		
5866166	Kigalik (historical)	kigalik-historical	US		0	America/Anchorage	69.35	-154.66667	68			AK	185		
5866184	Kijik (historical)	kijik-historical	US		0	America/Anchorage	60.29141	-154.21627	79	Keechik,Keeghik,Keejik,Keggik,Keygik,Kichak,Kichik,Kijik (historical),Kilchik,Kilchikh,Lake Clark Village,Nijik,Nikhak,Nikhkak,Old Keegik,Qizhjeh		AK	164		
5866236	Kilimantavi (historical)	kilimantavi-historical	US		0	America/Anchorage	70.48278	-160.42917	5	Kalummiktowrah,Kelamantowruk,Kelevatowtin,Kilamantavi,Kilamantavie,Kilamentagagmiut,Kilamitavik,Kilauetawin,Kilauwitawin,Kilimantavie,Kilimantavis,Kilimantowruk,Kilmantavi,Kilyamigtagvik,Kolmaturok,Kolumakturook,Kolumatourok		AK	185		
5866239	Kiliuda (historical)	kiliuda-historical	US		0	America/Anchorage	57.375	-152.73333	102	Kiliuda (historical),Killuda,Killuden,Kiluden		AK	150		
5866288	Kinak (historical)	kinak-historical	US		0	America/Nome	60.02056	-164.05694	4			AK	050		
5866289	Kinak (historical)	kinak-historical	US		0	America/Nome	60.35833	-162.50333	1	Kinagamiut,Kinak (historical),Kinakamute		AK	050		
5866301	Kinegnak	kinegnak	US		0	America/Anchorage	58.83111	-161.66222	7			AK	050		
5866302	Kinegnak (historical)	kinegnak-historical	US		0	America/Nome	58.65	-162.2	0	Kinegnagmiut,Kinegnak (historical),Kneignagamute		AK	050		
5866372	Kiniklik (historical)	kiniklik-historical	US		0	America/Anchorage	60.84833	-147.6275	3	Kimklik,Kinicklick,Kiniklik (historical)		AK	261		
5866451	Kiwalik	kiwalik	US		0	America/Anchorage	66.02461	-161.85908	1	Keewalick,Keewalik,Kiwalik,Kualiug-miut,Kualyugmut,Kugaluk,Kugalukmut,Kugalukmute		AK	188		
5866463	Klahangamut (historical)	klahangamut-historical	US		0	America/Anchorage	59.13333	-161.95	1	Kichakuk,Kl-changamute,Klahangamut (historical)		AK	050		
5866477	Klery Creek	klery-creek	US		0	America/Anchorage	67.17944	-160.40306	90			AK	188		
5866481	Klikitarik	klikitarik	US		0	America/Anchorage	63.46856	-161.47283	8	Ikikiktoik,Kegiktowruk,Kiektaguk,Kikhtuk,Kikiktaruk,Kiktagak,Kiktaguk,Klikitarik,Tlickearrik,Tlicketawik		AK	180		
5866491	Kluchevaya	kluchevaya	US		0	America/Anchorage	59.82167	-151.59583	273			AK	122		
5866497	Klutchevya	klutchevya	US		0	America/Anchorage	59.81111	-151.61111	256			AK	122		
5866520	Knik	knik	US		272	America/Anchorage	61.45778	-149.72889	8	K'enakatnu,K'niq-a-mut,Kinik,Kinnick,Kneep,Knick,Knik,Knuyk,Kook,Kweek,New Knik,Nughay Bena,Palmers Store		AK	170		
5866527	Knik Heights	knik-heights	US		0	America/Anchorage	61.105	-149.79167	183			AK	020		
5866535	Knockhock (historical)	knockhock-historical	US		0	America/Nome	62.10917	-164.91972	5	Knockhock (historical),Nahk-hahk,Nakhak		AK	158		
5866590	Koggiung	koggiung	US		0	America/Anchorage	58.86694	-157.0075	6	Koggiung,Kogiung		AK	060		
5866594	Kogomiut (historical)	kogomiut-historical	US		0	America/Nome	62.46667	-165.16667	1			AK	158		
5866615	Kokhanok	kokhanok	US		170	America/Anchorage	59.43944	-154.77611	24	KNK,Kokhanok		AK	164		
5866622	Kokrines	kokrines	US		0	America/Anchorage	64.93778	-154.69194	52	Cochranes Post,Cochrein,Kochrines,Kokrein,Kokrine Station,Kokrines,Loyh Denlekk'es Denh,Newikargut		AK	290		
5866623	Kokruagarok	kokruagarok	US		0	America/Anchorage	70.915	-153.0725	0			AK	185		
5866629	Kokwok (historical)	kokwok-historical	US		0	America/Anchorage	59.31667	-157.55	30	Kakuak,Kawok,Kok-wok-ha-mut,Kokwok (historical),Kukuak		AK	070		
5866635	Koliganek	koliganek	US		209	America/Anchorage	59.72755	-157.28452	47	KGK,Kah-lig-y-nak,Kakuak,Kalignak,Koliganek,Qalirneq		AK	070		
5866645	Kolmakof	kolmakof	US		0	America/Anchorage	61.5687	-158.91809	27	Kolmakof Fort,Kolmakof Redoubt,Kolmakoff,Kolmakov Redoubt,Kolmakovski,Kvigym Painagmute,Lukeens,Lukeens Fort,Lukins Fort,Redut Kolmakova,Yellow River		AK	050		
5866676	Konootena Village (historical)	konootena-village-historical	US		0	America/Anchorage	66.36667	-153	143			AK	290		
5866684	Kookoolik (historical)	kookoolik-historical	US		0	America/Adak	63.68724	-170.34628	0	Kookooliak Camp,Kookoolik (historical),Kookoolik Village,Kuklik Village,Kukuliak,Kukulik,Kukulik Village Site		AK	180		
5866709	Korovinski (historical)	korovinski-historical	US		0	America/Adak	52.28667	-174.33833	138	Korovinski (historical),Korovinsky,Korovinsky Village,Nikol'skoye,Nikolskoi,Nikolskoye,Saguugam Tanadgusii		AK	016		
5866718	Kotil (historical)	kotil-historical	US		0	America/Anchorage	62.45	-157.61667	333	Khotilkakat,Khotilkakate,Khotylnakat,Kotil (historical)		AK	290		
5866762	Kozherevsky (historical)	kozherevsky-historical	US		0	America/Anchorage	62.2	-159.71667	21	Koserefski,Kozherevsky (historical)		AK	290		
5866767	Kravaksarak	kravaksarak	US		0	America/Nome	62.81361	-164.07694	2			AK	158		
5866777	Kroto (historical)	kroto-historical	US		0	America/Anchorage	61.69333	-150.31111	22	Dashq'e,Kroto (historical),Tishku		AK	170		
5866823	Kuk (historical)	kuk-historical	US		0	America/Anchorage	70.59912	-160.11636	9	Keogmute,Koo,Koog,Koogmute,Kook,Kuk (historical),Kunmeum		AK	185		
5866827	Kukak	kukak	US		0	America/Anchorage	58.33281	-154.19071	1	Kugak,Kugat,Toujajak Village		AK	150		
5866835	Kukpowruk (historical)	kukpowruk-historical	US		0	America/Nome	69.61351	-162.99811	0	Kookpoowrook River,Kookpowrook River,Kukpowruk (historical),Kukpowrukuk River,Sing=i=too=rok		AK	185		
5866854	Kulik Lodge	kulik-lodge	US		0	America/Anchorage	58.98014	-155.11837	209	Kulik Lodge,LKK		AK	164		
5866869	Kulvagavik	kulvagavik	US		0	America/Nome	59.98194	-162.74361	1	Koolvagavigamiut,Kulvagavik		AK	050		
5866943	Kuskovak	kuskovak	US		0	America/Nome	60.115	-162.50639	1	Kuskohkkagamiut,Kuskokvagmute,Kuskokvakh,Kuskovak,Kuskovakh		AK	050		
5866945	Kustatan	kustatan	US		0	America/Anchorage	60.71658	-151.75313	34	Kustatan,Qezdeghnen		AK	122		
5866951	Kutmiut	kutmiut	US		0	America/Nome	61.85	-165.5	1	Ku-Henmut,Kutmiut,Kutmut		AK	158		
5866981	Kvigatluk (historical)	kvigatluk-historical	US		0	America/Nome	60.99139	-162.41278	1	Kvigathlogamute,Kvigathluk,Kvigatluk (historical)		AK	050		
5866996	Kwigorlak	kwigorlak	US		0	America/Nome	61.80694	-163.43278	7			AK	158		
5866997	Kwiguk	kwiguk	US		0	America/Nome	62.75861	-164.50056	0	Kuiguk,Kwiguk		AK	158		
5867000	Kwik (historical)	kwik-historical	US		0	America/Nome	59.77118	-166.11483	0	Kweegamute,Kwigamiut,Kwigmiut		AK	050		
5867001	Kwik (historical)	kwik-historical	US		0	America/Anchorage	60.85	-161.58333	0	Kooigamute,Kuigamute,Kwegamut,Kwek,Kwigamute,Kwik (historical)		AK	050		
5867002	Kwik (historical)	kwik-historical	US		0	America/Anchorage	64.76667	-161.66667	0	Isaacs,Kuik,Kuikh,Kuikli,Kvigmut,Kviougmioute,Kwik (historical),Kwikh,Kwikmute,Queekmute,Quick		AK	180		
5867008	Kwikluak	kwikluak	US		0	America/Nome	62.60056	-164.72417	3	Kaoklorokamiut,Kvikhlyuak,Kwikluagamiut,Kwikluak		AK	158		
5867013	Kwikpak (historical)	kwikpak-historical	US		0	America/Nome	63.07083	-164.41111	0	Kwikpak (historical),Kwikpakamiut,Old Kwikpakamiut		AK	158		
5867016	Kwikak	kwikak	US		0	America/Nome	62.26806	-165.47361	1	Kwikagamiut,Kwikak		AK	158		
5867050	Lagoon	lagoon	US		0	America/Anchorage	63.68333	-149.85694	1147			AK	068		
5867104	Lake Louise	lake-louise	US		46	America/Anchorage	62.28139	-146.55111	745			AK	170		
5867156	Lange	lange	US		0	America/Anchorage	61.22778	-149.81389	44			AK	020		
5867205	Latouche	latouche	US		0	America/Anchorage	60.05194	-147.89889	36	Barracks,Beatson,Beatsons Wharf,Latouche		AK	261		
5867223	Lawing	lawing	US		0	America/Anchorage	60.40222	-149.36444	138	Lawing,Roosevelt		AK	122		
5867241	Lazy Mountain	lazy-mountain	US		1479	America/Anchorage	61.62611	-148.94556	822			AK	170		
5867270	Lees Camp	lees-camp	US		0	America/Nome	64.62028	-164.39139	15			AK	180		
5867296	Lemeta	lemeta	US		0	America/Anchorage	64.85972	-147.73222	136	Lemeta,Lemeta Subdivision,Lemeta Tract		AK	090		
5867330	Libbyville	libbyville	US		0	America/Anchorage	58.77807	-157.05505	2			AK	060		
5867343	Liebigstag (historical)	liebigstag-historical	US		0	America/Anchorage	61.95	-145.75	667	Liebigstag (historical),Liebigstag's		AK	261		
5867390	Lime Village	lime-village	US		29	America/Anchorage	61.35639	-155.43556	180	Hek'dichen Hdakaq',Hungry Village,LVD,Lime Village		AK	050		
5867695	Livengood	livengood	US		13	America/Anchorage	65.52444	-148.54472	213	Brooks,LIV,Livengood		AK	290		
5867729	Lomavik (historical)	lomavik-historical	US		0	America/Anchorage	60.63333	-161.98333	2	Lomauik,Lomavigamute,Lomavik (historical),Lomavikmut,Lomawigamute		AK	050		
5867764	Long	long	US		0	America/Anchorage	64.40361	-155.49722	183	Long,Long City		AK	290		
5867959	Lowell Point	lowell-point	US		80	America/Anchorage	60.0725	-149.44111	10			AK	122		
5868009	Lower Tonsina	lower-tonsina	US		0	America/Anchorage	61.655	-144.65861	210	Kentsii Cae'e,Lower Tonsina		AK	261		
5868037	Lucky Shot Landing	lucky-shot-landing	US		0	America/Anchorage	61.775	-149.40833	918	Lucky Shot,Lucky Shot Landing		AK	170		
5868188	Makushin	makushin	US		0	America/Adak	53.76914	-166.98744	31	Ignichiinax,Macooshino,Magusim Tanadgusii,Makushin,Makushinskoe,Makushinskoe Seleniye		AK	016		
5868248	Mansfield Village	mansfield-village	US		0	America/Anchorage	63.46444	-143.4275	483	Dihthaad,Mansfield,Mansfield Village		AK	240		
5868366	Marunich (historical)	marunich-historical	US		0	America/Adak	57.21389	-170.28889	4	Maroonitch,Marunich (historical),Marunichen,Maruniichax,Maruniichax̂		AK	016		
5868394	Marys Igloo	marys-igloo	US		0	America/Nome	65.1489	-165.06776	5	Igloo,Marys Igloo		AK	180		
5868423	Matanuska (historical)	matanuska-historical	US		0	America/Anchorage	62.13333	-146.63333	715			AK	261		
5868429	Matanuska	matanuska	US		0	America/Anchorage	61.54194	-149.22972	8			AK	170		
5868461	May Creek	may-creek	US		0	America/Anchorage	61.34861	-142.69333	474	MYK		AK	261		
5868505	McCarthy	mccarthy	US		28	America/Anchorage	61.43333	-142.92167	426	MXY,MakKarti,Makarti,Makkarti,McCarthy,Shushanna Junction,mikakarthi,МакКарти,Макарти,Маккарти,مک‌کارتی، آلاسکا,मिककार्थी		AK	261		
5868517	McCord (historical)	mccord-historical	US		0	America/Anchorage	57.13944	-153.20111	3			AK	150		
5868537	McDougal (historical)	mcdougal-historical	US		0	America/Anchorage	61.90083	-150.87639	31	McDougal (historical),McDougall		AK	170		
5868547	McGrath	mcgrath	US		344	America/Anchorage	62.95639	-155.59583	101	MCG,Mak-Grat,MakGrat,Makgrat,McGrath,Tochak',mai ge la si,makghrath,mikagratha,Мак-Грат,МакГрат,Макграт,ماكغراث,مک‌گراث، آلاسکا,मिकग्राथ,麦格拉思		AK	290		
5868582	McKinley Park	mckinley-park	US		185	America/Anchorage	63.73278	-148.91417	526	MCL,McKinley Park,Riley,Riley Creek		AK	068		
5868651	Meadow Lakes	meadow-lakes	US		7570	America/Anchorage	61.62472	-149.60111	116			AK	170		
5868652	Meakerville	meakerville	US		0	America/Anchorage	60.54167	-145.00833	694			AK	261		
5868662	Medfra	medfra	US		0	America/Anchorage	63.10667	-154.71417	123	Berry's Landing,MDR,Medfra		AK	290		
5868672	Meehan (historical)	meehan-historical	US		0	America/Anchorage	65.07444	-147.21278	362	Alder Creek Camp,Meehan (historical),Meehan City,Mehan		AK	090		
5868688	Mellicks Trading Post	mellicks-trading-post	US		0	America/Anchorage	61.68444	-157.17806	58	Mellicks Trading Post,Smeaton's Trading Post		AK	050		
5868710	Mendeltna	mendeltna	US		39	America/Anchorage	62.06611	-146.45	745			AK	261		
5868717	Mendeltna Lodge	mendeltna-lodge	US		0	America/Anchorage	62.04944	-146.53833	661			AK	261		
5868725	Mentasta Lake	mentasta-lake	US		112	America/Anchorage	62.92111	-143.76917	680	John's Village,Johnnies Village,Johns House,Johns Village,Mendaesde,Mentasta,Mentasta Lake,Mentasta Telegraph Station,Mentasta Village,Montasta Lake		AK	261		
5868746	Meshik	meshik	US		0	America/Anchorage	56.9125	-158.68194	1			AK	164		
5868927	Millers Landing	millers-landing	US		0	America/Anchorage	59.6675	-151.43472	7			AK	122		
5869050	Mitliktavik (historical)	mitliktavik-historical	US		0	America/Anchorage	70.41917	-160.62917	2	Metlatavik,Metliktahkvik,Mitliktavik (historical)		AK	185		
5869052	Mitrofania (historical)	mitrofania-historical	US		0	America/Anchorage	55.98222	-158.71056	0			AK	164		
5869109	Montana	montana	US		0	America/Anchorage	62.07972	-150.07278	80	Montana,Montana Creek		AK	170		
5869185	Moore Creek	moore-creek	US		0	America/Anchorage	62.60056	-157.14194	302			AK	290		
5869322	Moses Point	moses-point	US		0	America/Nome	64.7	-162.03333	1	MOS,Moses,Moses Point,Roadhouse Moses		AK	180		
5869324	Moses Point Fishing Village	moses-point-fishing-village	US		0	America/Nome	64.69778	-162.02806	1			AK	180		
5869328	Morzhovoi	morzhovoi	US		0	America/Anchorage	54.90922	-163.30673	0	Morzhevskoe,Morzhovia,Morzhovoi,New Morzhovoi,Old Morzhovoi,Protassof,Selo Morzhovskoe,Ungigaax		AK	013		
5869337	Mosquito Point	mosquito-point	US		0	America/Anchorage	59.28333	-158.61667	24			AK	070		
5869460	Mumtrak (historical)	mumtrak-historical	US		0	America/Anchorage	59.11667	-161.58333	10	Mumtrahahamut,Mumtrahamiut,Mumtrahamut,Mumtrahamute,Mumtrak (historical),Mumtrakmut		AK	050		
5869488	Musk Ox	musk-ox	US		0	America/Anchorage	64.90028	-147.8225	236			AK	090		
5869496	Muskwa Village	muskwa-village	US		0	America/Anchorage	60.40382	-149.36134	166			AK	122		
5869541	Nabesna	nabesna	US		5	America/Anchorage	62.37117	-143.01388	909			AK	261		
5869546	Nabesna Village	nabesna-village	US		0	America/Anchorage	62.98	-141.9675	517	Khiltats,Naambia Niign Daacheeg,Nabesna Village		AK	240		
5869572	Nahodka	nahodka	US		0	America/Anchorage	59.82111	-151.60056	245			AK	122		
5869573	Nahotka	nahotka	US		0	America/Anchorage	59.80972	-151.6125	256			AK	122		
5869585	Nakhliwak (historical)	nakhliwak-historical	US		0	America/Nome	63.0375	-163.38333	8	Nachliwagimiut,Nakhliwak (historical)		AK	158		
5869591	Nakeen	nakeen	US		0	America/Anchorage	58.93389	-157.03861	1			AK	164		
5869632	Naokok (historical)	naokok-historical	US		0	America/Nome	69.48717	-163.08291	0	Naokok (historical),Neakok		AK	185		
5869634	Napaimiut	napaimiut	US		0	America/Anchorage	61.54	-158.67417	116	Hoffmans,Napai,Napaimiut,Napaimiute,Napamiut,Napamiute,Napamute,Napaute		AK	050		
5869635	Napaimute (historical)	napaimute-historical	US		0	America/Anchorage	59.43333	-154.86667	25	Napai,Napaimiut,Napaimute (historical)		AK	164		
5869636	Napakiak (historical)	napakiak-historical	US		0	America/Nome	60.68333	-162.11667	2			AK	050		
5869646	Naparuacheak (historical)	naparuacheak-historical	US		0	America/Nome	69.95	-162.75	0			AK	185		
5869649	Napaskiak	napaskiak	US		427	America/Anchorage	60.70806	-161.76611	1	Napahaiagamute,Napaishak,Napaiskagamut,Napaiskak,Napasheagamiut,Napasiak,Napaskiagamut,Napaskiagamute,Napaskiak,Napaskiaq,Napiakmut,PKA		AK	050		
5869660	Naptowne	naptowne	US		0	America/Anchorage	60.5275	-150.725	67	Naptowne,Naptowne Lodge		AK	122		
5869681	Nash Harbor	nash-harbor	US		0	America/Nome	60.20464	-166.94163	0	Ellikarermiut,Nash Harbor		AK	050		
5869726	Nauklak (historical)	nauklak-historical	US		0	America/Anchorage	58.58333	-154.93333	50	Naouchlagamut,Nauklagamut,Nauklak (historical)		AK	164		
5869778	Nelchina (historical)	nelchina-historical	US		0	America/Anchorage	62.10306	-147.15083	930			AK	170		
5869779	Nelchina	nelchina	US		59	America/Anchorage	61.99194	-146.76861	730			AK	261		
5869805	Nelson Lagoon	nelson-lagoon	US		52	America/Anchorage	56.00062	-161.20697	5	NLG,Nelson Lagoon,Nelson Lagoon Village		AK	013		
5869862	New Hamilton	new-hamilton	US		0	America/Nome	62.73111	-163.92583	3	Elutuc,Nanvaranok,Nanvarnok,Nanvaruk,New Hamilton,Ninvaug,Ninvok		AK	158		
5869864	New Fort Hamilton	new-fort-hamilton	US		0	America/Nome	62.7325	-164.925	0			AK	158		
5869867	New Knockhock	new-knockhock	US		0	America/Nome	62.1275	-164.88833	5	New Knock Hock,New Knockhock,New Nakhak,Newnockhock,Nunaqerraq		AK	158		
5869876	New Stuyarok	new-stuyarok	US		0	America/Anchorage	59.48333	-157.33333	112			AK	070		
5869879	New Igloo	new-igloo	US		0	America/Nome	65.1275	-165.16833	6			AK	180		
5869889	Newhalen	newhalen	US		182	America/Anchorage	59.72	-154.89722	23	Newailing Village,Newhalen,Newhalen Village,Newrailing Village,Noghelin gamute-Schanz,Nogheling,Nogheling Village,Noghelingamiut,Noghelingamute,Nughilen,Nuurileng,Nuwhalen Village		AK	164		
5869897	Newtok	newtok	US		354	America/Nome	60.94108	-164.64111	5	Keyaluvik,New Kealavik,Newtak,Newtok,Niuftak,WWT		AK	050		
5869959	Nikishka	nikishka	US		0	America/Anchorage	60.70278	-151.40278	39			AK	122		
5869962	Nikolaevsk	nikolaevsk	US		318	America/Anchorage	59.81194	-151.61056	255			AK	122		
5869992	Nililak	nililak	US		0	America/Nome	62.58917	-164.78583	0			AK	158		
5870072	Nizina (historical)	nizina-historical	US		0	America/Anchorage	61.3064	-142.632	621			AK	261		
5870121	Nokogamiut (historical)	nokogamiut-historical	US		0	America/Nome	63.04556	-164.55194	0	Nokak,Nokogamiut (historical),Nokok		AK	158		
5870125	Nogamut (historical)	nogamut-historical	US		0	America/Anchorage	61.01944	-157.67444	97	Nogamiut,Nogamut (historical)		AK	050		
5870128	Nokrot (historical)	nokrot-historical	US		0	America/Nome	63.21694	-162.77639	0	Azachagyamut,Nokratamiut,Nokrot (historical),Nokrotmiut		AK	158		
5870300	North Nenana	north-nenana	US		0	America/Anchorage	64.57889	-149.11389	124	Neenana,Nenana,North Nenana,Toghoteelee T'ox		AK	290		
5870347	Northway Village	northway-village	US		98	America/Anchorage	62.98222	-141.95167	518	Northway Indian Village,Northway Village		AK	240		
5870349	Northway Junction	northway-junction	US		54	America/Anchorage	63.00222	-141.77722	517			AK	240		
5870373	Nosovskoi (historical)	nosovskoi-historical	US		0	America/Nome	54.48333	-164.88333	32	Nosovskoi (historical),Nosovskoy		AK	013		
5870400	Nuchek (historical)	nuchek-historical	US		0	America/Anchorage	60.33333	-146.65528	9	Fort Konstantine,Helena,Konstantinovsk,Natcheek,Natchek,Noocheek,Nuchek (historical),Nutschek,Nuuciq		AK	261		
5870402	Nu-dru-vuk-puk (historical)	nu-dru-vuk-puk-historical	US		0	America/Anchorage	68.25	-152.63333	975			AK	185		
5870445	Nukleet	nukleet	US		0	America/Anchorage	64.41892	-161.47405	0	Neklit,Noklich,Noocleet,Nucleet,Nukleet,Nuklit		AK	180		
5870446	Nukluak (historical)	nukluak-historical	US		0	America/Nome	61.88333	-162.93333	3	Nuchljuagmjut,Nukhl-iuag-miut,Nukhluagmiut,Nukliuatmiut,Nukluag-miout,Nukluak (historical)		AK	158		
5870467	Nulatok (historical)	nulatok-historical	US		0	America/Anchorage	59.43333	-160.06667	55	Nulahtuk,Nulatok (historical)		AK	070		
5870486	Nunachuak	nunachuak	US		0	America/Anchorage	59.59667	-157.05833	44	Kakuak,Nunachuak		AK	070		
5870490	Nunaka Valley	nunaka-valley	US		0	America/Anchorage	61.20667	-149.76833	66			AK	020		
5870494	Nunachuk	nunachuk	US		0	America/Nome	60.93806	-162.58278	6	Nunachok,Nunachuk		AK	050		
5870500	Nunamiut (historical)	nunamiut-historical	US		0	America/Anchorage	57.12338	-153.51387	0	Nunamiut (historical),Nunjagmut,Nunochogamute,Old Harbor,Starri-gavan,Staruigavan,Ziatitz		AK	150		
5870504	Nunapitsinchak	nunapitsinchak	US		0	America/Anchorage	60.79556	-161.37556	3			AK	050		
5870538	Nushagak	nushagak	US		0	America/Anchorage	58.94868	-158.49068	1	Aleksandrovskaia,Aleksandrovskiy,Alexander,Alexandra,Alexandroffsk,Alexandrovsk,Alexandrovski,Fort Alexander,Fort Alexandra,Fort Alexandrofskaia,Meshagak,Nushagak,Nushegak,Odinochka Aleksandrovskaia,Tuviarok		AK	070		
5870559	Nuwuk	nuwuk	US		0	America/Anchorage	71.38556	-156.47222	3	Kokmullit,Kunmudlin,Noo-Wooh,Noo-wook,Noowoo,Noowook,Nowuk,Numuk,Nuvuk		AK	185		
5870567	Nvortulermiut (historical)	nvortulermiut-historical	US		0	America/Nome	60.38333	-164.73333	3	Nevertolemute,Nortulermuit,Nvortulermiut (historical)		AK	050		
5870569	Nyac	nyac	US		0	America/Anchorage	61.00417	-159.94056	169	ZNC		AK	050		
5870620	Port Oceanic	port-oceanic	US		0	America/Anchorage	60.20571	-147.8222	0	PRL,Port Oceanic		AK	261		
5870660	Ohogamiut	ohogamiut	US		0	America/Anchorage	61.56778	-161.86361	54	E-ko-go-mute,Ikuak,Ohogamiut,Ohogamut,Urr'armiut		AK	158		
5870702	Oknagamut (historical)	oknagamut-historical	US		0	America/Anchorage	61.55833	-160.075	16	Oh-hagamiut,Okhagamute,Okhnagamiut,Okhogamute,Oknaga mute,Oknagak,Oknagamut (historical),Ookhogamute,Ukhagmiut		AK	050		
5870735	Old Bettles (historical)	old-bettles-historical	US		0	America/Anchorage	66.90694	-151.68306	199	Bettles,Old Bettles (historical)		AK	290		
5870751	Old Iliamna	old-iliamna	US		0	America/Anchorage	59.74444	-153.88361	22	Iliamana,Iliamna,Ilyamna,Lone House,Nuch'ak'dalitnu,Odinochka		AK	164		
5870757	Old Kealavik (historical)	old-kealavik-historical	US		0	America/Nome	61	-164.75	6	Kealavik,Keyaluvik,Kialavik,Old Kealavik (historical)		AK	158		
5870758	Old Kotzebue	old-kotzebue	US		0	America/Anchorage	66.83333	-161	15			AK	188		
5870771	Old McGrath	old-mcgrath	US		0	America/Anchorage	62.96639	-155.57972	101			AK	290		
5870772	Old Minto	old-minto	US		0	America/Anchorage	64.88722	-149.17472	100	Menhtee Xughottheet,Menhti Xwghotthit,Minto,Minto Landing,Minto Roadhouse,Minto Telegraph Station,Munto,Old Minto		AK	290		
5870775	Old Rampart	old-rampart	US		0	America/Anchorage	67.16444	-141.67083	203	Old Rampart,Old Village		AK	290		
5870777	Old Salmon Village	old-salmon-village	US		0	America/Anchorage	66.56861	-142.55639	251	Old Salmon Village,Salmon,Salmon Village		AK	290		
5870783	Old Tyonek (historical)	old-tyonek-historical	US		0	America/Anchorage	61.03806	-151.28306	27	Old Tyonek (historical),Toyoniek,Toyonok,Tubughnen,Tubughnenq',Tyonek,Tyonek Station		AK	122		
5870787	Old Village (historical)	old-village-historical	US		0	America/Anchorage	60.96333	-154.03639	377			AK	050		
5870790	Old Valdez	old-valdez	US		0	America/Anchorage	61.11583	-146.26639	6	Old Valdez,Valdes,Valdez		AK	261		
5870817	Olnes	olnes	US		0	America/Anchorage	65.07417	-147.67	211	Dome,Olnes,Olness		AK	090		
5870870	Onihitsk (historical)	onihitsk-historical	US		0	America/Anchorage	57.15	-152.86667	0	Anihitsk,Onihitsk (historical)		AK	150		
5870917	Orca	orca	US		0	America/Anchorage	60.57972	-145.71768	9			AK	261		
5870955	Oscarville	oscarville	US		70	America/Anchorage	60.72278	-161.77	1	Kuiggayagaq,Oscarville		AK	050		
5870959	Oskawalik	oskawalik	US		0	America/Anchorage	61.74389	-158.19278	43	Oskawalik,Oskawalit,Oskwalit		AK	050		
5870965	Ostrovski (historical)	ostrovski-historical	US		0	America/Anchorage	59.58333	-151.5	0			AK	122		
5871128	Paimiut	paimiut	US		0	America/Anchorage	61.96478	-160.24092	60	Kuyikanuikpul,PMU,Paimiut,Paimjut,Paimut,Paimute,Pimute		AK	050		
5871161	Paltchikatno (historical)	paltchikatno-historical	US		0	America/Anchorage	63.6	-157.28333	31	Paltchikatno (historical),Tichaichachass		AK	290		
5871287	Pastolik	pastolik	US		0	America/Nome	62.99722	-163.30417	1	Pastolik,Pastuliarraq,Pastuliq		AK	158		
5871330	Paxson	paxson	US		40	America/Anchorage	63.08972	-145.61306	1034			AK	261		
5871373	Pedro Camp (historical)	pedro-camp-historical	US		0	America/Anchorage	65.00167	-147.52306	336	Pedro,Pedro Camp (historical)		AK	090		
5871392	Pelazuk (historical)	pelazuk-historical	US		0	America/Nome	65.54278	-167.85222	11	Palarzook,Palazruk,Pelazuk (historical)		AK	180		
5871447	Pestriak (historical)	pestriak-historical	US		0	America/Anchorage	57.89167	-152.38333	31	Pestriak (historical),Pestriakof,Seleniye Pestryakova		AK	150		
5871462	Peters Creek	peters-creek	US		0	America/Anchorage	61.41111	-149.44556	109			AK	020		
5871485	Petersville	petersville	US		4	America/Anchorage	62.49639	-150.76556	492			AK	170		
5871513	Phoenix (historical)	phoenix-historical	US		0	America/Anchorage	60.04306	-147.91083	16	Phoenix (historical),The Madhouse		AK	261		
5871554	Pikmiktalik	pikmiktalik	US		0	America/Nome	63.23611	-162.5925	5	Petmigtalek,Pietmiektaligmiut,Pikhmikhtalik,Pikmiktalik,Pikniktalik		AK	158		
5871562	Pile Bay Village	pile-bay-village	US		0	America/Anchorage	59.77889	-153.88194	14			AK	164		
5871573	Pilgrim Hot Springs	pilgrim-hot-springs	US		0	America/Nome	65.09272	-164.92297	7	Kruzgamepa Hot Springs,Pilgrim Springs		AK	180		
5871624	Pingoshugarun (historical)	pingoshugarun-historical	US		0	America/Anchorage	70.87954	-159.1004	2	Pi nguishuk,Pingasagrook,Pingasagruk,Pingashuyaruk,Pingishugumute,Pingosugrumiut,Pingosugtuk,Pinguishugamiut,Pinoshuragin,Tingo Shugarun		AK	185		
5871704	Pitkas Point	pitkas-point	US		109	America/Nome	62.03278	-163.28778	39	Negeqliim Painga,Pitka's Point,Pitkas Point		AK	158		
5871769	Pogromni (historical)	pogromni-historical	US		0	America/Nome	54.64081	-164.74634	0	Pogramnoi,Pogromni (historical),Pogromskoe		AK	013		
5871780	Point MacKenzie	point-mackenzie	US		529	America/Anchorage	61.35972	-149.97833	66			AK	170		
5871847	Poorman	poorman	US		0	America/Anchorage	64.09944	-155.54389	153			AK	290		
5871908	Port Ashton	port-ashton	US		0	America/Anchorage	60.0575	-148.05222	11			AK	261		
5871911	Port Benney (historical)	port-benney-historical	US		0	America/Anchorage	60.06417	-148.01694	25			AK	261		
5871912	Port Clarence	port-clarence	US		24	America/Nome	65.26222	-166.84583	5	KPC		AK	180		
5871914	Port Crawford (historical)	port-crawford-historical	US		0	America/Anchorage	60.0675	-147.87722	18			AK	261		
5871923	Port Hobron	port-hobron	US		0	America/Anchorage	57.16056	-153.15639	0	Fugitive,Port Hobron		AK	150		
5871929	Port Moller	port-moller	US		0	America/Anchorage	55.98861	-160.57694	4	Mashik,Mashikh,PML,Port Moller		AK	013		
5871931	Port Nikiski	port-nikiski	US		0	America/Anchorage	60.68333	-151.37889	39	Bernice Lake,Nikishka,Nikishka 1,Nikishka No. 1,Nikishka Number One,Nikishka Number Two,Nikiski,Nikiski Wharf,North Kenai,Port Nikiski		AK	122		
5871932	Port O'Brien	port-o-brien	US		0	America/Anchorage	57.73079	-153.3191	85			AK	150		
5871933	Port Safety (historical)	port-safety-historical	US		0	America/Nome	64.46963	-164.75501	0	Safety		AK	180		
5871935	Port San Juan	port-san-juan	US		0	America/Anchorage	60.05002	-148.06686	7	PJS,Port San Juan		AK	261		
5871937	Port Wakefield	port-wakefield	US		0	America/Anchorage	58.04917	-153.0525	0			AK	150		
5871953	Port Graham	port-graham	US		177	America/Anchorage	59.35139	-151.82972	0	PGM,Paluwik,Port Graham,Port Grahame		AK	122		
5871958	Portage Creek	portage-creek	US		2	America/Anchorage	58.90611	-157.7175	32	PCA,Portage Creek,Uksurnarli		AK	070		
5872008	Possession	possession	US		0	America/Anchorage	61.03361	-150.40306	19	Nicolai Village,Point Possession,Point Possession Village,Possession,Possession Village		AK	122		
5872033	Potter Hill	potter-hill	US		0	America/Anchorage	61.08333	-149.81667	64			AK	020		
5872133	Ptarmigan	ptarmigan	US		0	America/Anchorage	61.18861	-145.62167	513	Ptarmigan,Ptarmigan Drop Roadhouse		AK	261		
5872135	Prospect Creek	prospect-creek	US		0	America/Anchorage	66.79444	-150.72444	271	PPC,Prospect Creek		AK	290		
5872189	Puknikruk	puknikruk	US		0	America/Nome	70.28556	-159.88222	8			AK	185		
5872337	Quigleys Camp	quigleys-camp	US		0	America/Nome	64.65056	-164.32667	27			AK	180		
5872501	Razboinski (historical)	razboinski-historical	US		0	America/Nome	62.01667	-162.46667	7	Kinegnagak,Kinegnagamiut,Kinegnak,Raboinskiis,Rabonisky,Rasbinik,Rasboinsky,Rasbonisky,Razboiniksky,Razboinski (historical),Razboinsky		AK	158		
5872537	Red Dog Mine	red-dog-mine	US		309	America/Nome	68.04585	-162.88124	272	RDB,Red Dog Mine		AK	188		
5872598	Redwood (historical)	redwood-historical	US		0	America/Anchorage	60.19722	-144.41306	37			AK	261		
5872618	Rees	rees	US		0	America/Anchorage	61.205	-149.85833	25			AK	020		
5872709	Ribnaia (historical)	ribnaia-historical	US		0	America/Anchorage	61.65	-161.5	2	Ribnaia (historical),Ruibnaia,Rybnia		AK	158		
5872916	Rogers Park	rogers-park	US		0	America/Anchorage	61.19833	-149.85417	31			AK	020		
5872919	Rogers Park	rogers-park	US		0	America/Anchorage	61.19806	-149.84917	32			AK	020		
5872934	Romig	romig	US		0	America/Anchorage	61.20139	-149.90833	24			AK	020		
5873077	Runstettler	runstettler	US		0	America/Anchorage	61.21667	-149.78611	56			AK	020		
5873167	Sagwon	sagwon	US		0	America/Anchorage	69.37306	-148.70056	206	SAG,Sagwon		AK	185		
5873208	St. Mary's	st-mary-s	US		550	America/Nome	62.0534	-163.17787	27	Andreafski,Andreafsky,Andreaoffsky,KSM,Negeqliq,New Andreafski,New Andreafsky,Saint Mary,Saint Mary's,St. Mary's		AK	270		
5873229	Salamatof	salamatof	US		980	America/Anchorage	60.61538	-151.31944	31			AK	122		
5873275	Salmon Village	salmon-village	US		0	America/Anchorage	66.57444	-142.60083	186	Salmon,Salmon River Village,Salmon Village		AK	290		
5873333	Sanak	sanak	US		0	America/Nome	54.48059	-162.81265	0	Sanak,Sannach,Sannak,Sannakh		AK	013		
5873437	Savonoski (historical)	savonoski-historical	US		0	America/Anchorage	58.53333	-155.31667	16	Ikak,Ikkhagamut,Ikkhagmute,Savonoski (historical),Severnosky,Ukak		AK	164		
5873439	Savonoski	savonoski	US		0	America/Anchorage	58.71655	-156.86558	1			AK	060		
5873632	Sedanka (historical)	sedanka-historical	US		0	America/Adak	53.47917	-167.29167	29	Sedanka (historical),Seleniye Sedanka,Umsalux,Umshalok		AK	016		
5875073	Star (historical)	star-historical	US		0	America/Anchorage	64.93333	-141.28333	251	Star (historical),Star City,Starr		AK	240		
5873678	Seldovia Village	seldovia-village	US		165	America/Anchorage	59.47806	-151.65194	22			AK	122		
5873706	Seredka (historical)	seredka-historical	US		0	America/Nome	54.16667	-165.48333	0	Sayraidneuskoi,Seredka (historical),Seredkinskoje,Seredninskoe		AK	013		
5873725	Serpentine Hot Springs	serpentine-hot-springs	US		0	America/Nome	65.85694	-164.71417	121	Arctic Hot Springs,Hot Springs,Serpentine Hot Springs,Serpentine Springs		AK	180		
5873766	Seversens	seversens	US		0	America/Anchorage	59.75361	-154.81722	14	Severn's Roadhouse,Seversens		AK	164		
5873924	Sheep Mountain Lodge	sheep-mountain-lodge	US		0	America/Anchorage	61.81268	-147.49935	865	SMU,Sheep Mountain		AK	170		
5873958	Shelton (historical)	shelton-historical	US		0	America/Nome	65.22639	-164.81806	13	Lanes Landing,Selton,Shelton (historical)		AK	180		
5873976	Sheshalik	sheshalik	US		0	America/Nome	66.99417	-162.82806	3	Sesualik,She-sur-are-lick,Sheshalegamute,Sheshalek,Sheshalik,Sheshoalik,Sheshore-lik,Shesualek,Shishaluk		AK	188		
5873981	Shevenak (historical)	shevenak-historical	US		0	America/Nome	60.2	-162.25	0	Shevenagamute,Shevenak (historical),Shovenagamiut,Shovenagamute		AK	050		
5873989	Shiniak (historical)	shiniak-historical	US		0	America/Anchorage	59.8	-161.95	1	Mission Warehouse,Shin-i-a-ga-mut,Shineyagamut,Shineyagamute,Shiniagmiut,Shiniak (historical),Shinyagamiut,Shinyagamute		AK	050		
5873996	Shinnapago (historical)	shinnapago-historical	US		0	America/Nome	65.16667	-166.11667	111			AK	180		
5874008	Shirleyville	shirleyville	US		0	America/Anchorage	61.01361	-151.40694	22			AK	122		
5874137	Sidaru (historical)	sidaru-historical	US		0	America/Anchorage	70.75	-159.75	5	Nunaria,Sedard,Sedaro,Sedaroo,Sedars,Sedaru,Sezaro,Sidaru (historical)		AK	185		
5874205	Silvertip	silvertip	US		0	America/Anchorage	60.75056	-149.36972	160			AK	122		
5874212	Simels (historical)	simels-historical	US		0	America/Anchorage	63.58806	-157.20972	32			AK	290		
5874240	Sinaru	sinaru	US		0	America/Anchorage	71.075	-157.19444	8	Sinaaruaq,Sinara,Singaroo,Singorauk,Sinra,Sinragahroo,Sinrar ua,Sinrarua Village		AK	185		
5874280	Sinuk (historical)	sinuk-historical	US		0	America/Nome	64.5931	-166.25559	8	Sinuk Missionary Station		AK	180		
5874293	Sisaguk (historical)	sisaguk-historical	US		0	America/Nome	54.65	-163.3	0	Schischaldenskoje,Sheeshaldenskoi,Shishaldin,Shishaldinski Shishaldinskoe,Shishaldinskoe,Sisaguk (historical),Sisagux		AK	013		
5874328	Sitnazuak (historical)	sitnazuak-historical	US		0	America/Nome	64.55	-165.7	10	Chitashuak,Chitnashuak,Sitnazoak,Sitnazuak (historical)		AK	180		
5874402	Skilak (historical)	skilak-historical	US		0	America/Anchorage	60.03333	-150.2	1314	Skilak (historical),Skilakh		AK	122		
5874405	Skittok (historical)	skittok-historical	US		0	America/Anchorage	60.55	-151.26667	11	Chkituk,Shittok,Skittok (historical)		AK	122		
5874406	Skolai (historical)	skolai-historical	US		0	America/Anchorage	61.41667	-142.6	499	Nicolais Village,Nikolai,Skolai (historical)		AK	261		
5874442	Slana	slana	US		147	America/Anchorage	62.70694	-143.96111	656	Slana,Slana Roadhouse,Stl'aa Caegge		AK	261		
5874490	Slaterville	slaterville	US		0	America/Anchorage	64.84806	-147.72361	136			AK	090		
5874657	Snug Harbor	snug-harbor	US		0	America/Anchorage	60.48917	-149.78417	140			AK	122		
5874713	Soo City (historical)	soo-city-historical	US		0	America/Anchorage	66.71667	-151.48333	166			AK	290		
5874716	Sooghmeghat	sooghmeghat	US		0	America/Adak	63.35111	-169.40639	3	Alowas Camp,Nelsons Camp,Sooghmeghat,Soomaghat,Tamnik Camp		AK	180		
5874718	Soonkakat (historical)	soonkakat-historical	US		0	America/Anchorage	64.91667	-154.66667	47	Soonkakat (historical),Sunkakat		AK	290		
5874726	Sourdough (historical)	sourdough-historical	US		0	America/Anchorage	61.36361	-142.72583	442			AK	261		
5874762	South Fairbanks	south-fairbanks	US		0	America/Anchorage	64.83333	-147.71667	136			AK	090		
5874889	Sparks (historical)	sparks-historical	US		0	America/Anchorage	59.03028	-159.15361	11			AK	070		
5874901	Spenard	spenard	US		0	America/Anchorage	61.18861	-149.90639	28			AK	020		
5874946	Spooner (historical)	spooner-historical	US		0	America/Nome	65.38333	-164.21667	33			AK	180		
5875031	Squaw Harbor	squaw-harbor	US		0	America/Anchorage	55.24208	-160.55083	59	Baralof Bay,Squaw Harbor		AK	013		
5875240	Stony River	stony-river	US		54	America/Anchorage	61.78306	-156.58806	76	Moose Creek,Moose Village,SRV,Stony River,Stony River Village		AK	050		
5875280	Strelna	strelna	US		0	America/Anchorage	61.51139	-144.06889	392			AK	261		
5875311	Stuyahok	stuyahok	US		0	America/Anchorage	62.06028	-160.95083	137			AK	158		
5875359	Sulatna Crossing	sulatna-crossing	US		0	America/Anchorage	64.18917	-155.46361	100	Sulatna Crossing,Tamarack Landing		AK	290		
5875361	Sullivan Camp	sullivan-camp	US		0	America/Nome	65.06306	-166.19528	89			AK	180		
5875363	Sullivan (historical)	sullivan-historical	US		0	America/Nome	65.06667	-166.2	74	Sullivan (historical),Sullivan Camp,Sullivan City		AK	180		
5875423	Sunbeam	sunbeam	US		0	America/Anchorage	61.19722	-149.9	31			AK	020		
5875445	Sunrise	sunrise	US		19	America/Anchorage	60.88603	-149.42539	80			AK	122		
5875486	Suntrana	suntrana	US		0	America/Anchorage	63.85681	-148.84939	444			AK	068		
5875488	Sunvalluk (historical)	sunvalluk-historical	US		0	America/Nome	64.56667	-166.05	49			AK	180		
5875524	Susitna	susitna	US		18	America/Anchorage	61.54361	-150.5125	8	Suchitna Station,Susetna,Sushetna,Sushetno,Sushitna,Susitna,Susitna Station,Tsat'ukegh		AK	170		
5875672	Tacoma (historical)	tacoma-historical	US		0	America/Anchorage	61.41667	-145.25	1109	Kendall Cache,Tacoma (historical)		AK	261		
5875682	Tagayarak (historical)	tagayarak-historical	US		0	America/Nome	60.29083	-162.77833	6	Tagarayak,Tagayarak (historical)		AK	050		
5875697	Taguta (historical)	taguta-historical	US		0	America/Anchorage	61.91667	-159.08333	291	Taguta (historical),Taguta-Kakat,Tagutakaka		AK	050		
5875701	Takamitka (historical)	takamitka-historical	US		0	America/Adak	53.66667	-166.75	583	Takamitka (historical),Tatamitka		AK	016		
5875703	Takaiak (historical)	takaiak-historical	US		0	America/Anchorage	64.46667	-157.25	402	Letniki-Takaiak,Takaiak (historical),Takaiaksa,Takajaksen		AK	290		
5875707	Takiketak (historical)	takiketak-historical	US		0	America/Anchorage	59.25	-161.86667	16	Takikatagamute,Takiketagamute,Takiketak (historical)		AK	050		
5875710	Takechak (historical)	takechak-historical	US		0	America/Nome	60.81667	-164.6	7	Tak-chak,Takechak (historical)		AK	050		
5875720	Takshak	takshak	US		0	America/Nome	61.95778	-162.17694	4	Takchag-miut,Takchak,Takshagemut,Takshak,Taktchag-miout,Taktschagmjut,Tatschikmjut,Tlatekamute		AK	158		
5875738	Talak (historical)	talak-historical	US		0	America/Nome	67.78333	-164.4	9	Talaaq,Talahk,Talak (historical)		AK	188		
5875743	Talikoot (historical)	talikoot-historical	US		0	America/Nome	67.14611	-163.50806	10			AK	188		
5875796	Tanaina	tanaina	US		8197	America/Anchorage	61.62694	-149.42806	152			AK	170		
5875802	Tanakot (historical)	tanakot-historical	US		0	America/Anchorage	63.86667	-159.2	23	Tahnohkalony,Tanakhothaiak,Tanakhotkhaiak,Tanakhotkhaik,Tanakot (historical)		AK	290		
5875842	Taral (historical)	taral-historical	US		0	America/Anchorage	61.47139	-144.44806	153	Taral (historical),Tarel,Toral		AK	261		
5875857	Tashoshgon (historical)	tashoshgon-historical	US		0	America/Anchorage	64.8	-157.41667	35	Tamoschgon,Tamoshgon,Tashoshgon (historical)		AK	290		
5875914	Tazlina	tazlina	US		297	America/Anchorage	62.05887	-145.42842	352	Tazlina,Tezdlen Na'		AK	261		
5875930	Techek (historical)	techek-historical	US		0	America/Nome	63.48275	-162.01698	8	Agakhlyak,T'satsumi,Tachik,Takchak,Tashuk,Tatchek,Tatschik,Tatschikmiu t,Tutsogemut		AK	180		
5875962	Telida	telida	US		0	America/Anchorage	63.38345	-153.28031	188	TLF,Telaayde,Telida,Tilaya-di,Tilaydi		AK	290		
5875993	Tenmile Post	tenmile-post	US		0	America/Anchorage	66.88472	-160.7675	1	Oksik,Tenmile Post		AK	188		
5875997	Terentief (historical)	terentief-historical	US		0	America/Anchorage	64.85	-157.91667	35	Terentief (historical),Terentief's Barabara,Terentief's Station		AK	290		
5876020	Tetlin Junction	tetlin-junction	US		0	America/Anchorage	63.31222	-142.60167	534	Forty Mile,Tetlin Center,Tetlin Junction,Tetling Junction		AK	240		
5876024	Tetlin	tetlin	US		127	America/Anchorage	63.13505	-142.52388	502	TEH,Teelay,Tetlin,Tetling,Tetling Village,Tetling's,Tetling's Village,Tetlings		AK	240		
5876196	Tiatiuk (historical)	tiatiuk-historical	US		0	America/Nome	62.41667	-165.25	1	Tee-atee-ogemut,Tiatiuk (historical)		AK	158		
5876206	Tiekel (historical)	tiekel-historical	US		0	America/Anchorage	61.32611	-145.30861	388			AK	261		
5876211	Tiengak (historical)	tiengak-historical	US		0	America/Anchorage	61.33333	-161	12			AK	050		
5876213	Tigalda (historical)	tigalda-historical	US		0	America/Nome	54.1	-165.08333	121	Teegaldenskoi,Tigalda (historical),Tigaldinskoe		AK	013		
5876229	Tikchik (historical)	tikchik-historical	US		0	America/Anchorage	59.98333	-158.36667	94	Tikchik (historical),Tuk-shik-ha-mut		AK	070		
5876265	Tin City	tin-city	US		0	America/Nome	65.55955	-167.94942	11	TNC		AK	180		
5876320	Tklik (historical)	tklik-historical	US		0	America/Nome	62.23333	-163.85	3	T'Click,Ta-clik,Tklik (historical)		AK	158		
5876321	Tlatek (historical)	tlatek-historical	US		0	America/Nome	62	-162.5	7	Tlatek (historical),Tlatekamat,Tlatekamute		AK	158		
5876324	Tlegon (historical)	tlegon-historical	US		0	America/Anchorage	63.03333	-158.76667	24	Tizhgelede,Tlegogitno,Tlegokokhkakat,Tlegon (historical),Tlegoshitno,Tlegozhitno		AK	290		
5876325	Tlialil (historical)	tlialil-historical	US		0	America/Anchorage	64.75	-158	34	Tlialil (historical),Tlialil-kakat,Tljalilkachat		AK	290		
5876340	Tobona (historical)	tobona-historical	US		0	America/Anchorage	61.04389	-151.18944	45	Moquawkie,Tobona (historical),Tyonek Town		AK	122		
5876349	Tofty	tofty	US		0	America/Anchorage	65.09333	-150.87722	189			AK	290		
5876359	Togiaratsorik (historical)	togiaratsorik-historical	US		0	America/Nome	60.55	-162.2	0	Taghiaratzoriamute,Togiaratsorik (historical),Togiarhazoriamute		AK	050		
5876364	Tok (historical)	tok-historical	US		0	America/Anchorage	64.9	-157.58333	37	Tok (historical),Tok-kakat,Tok-khakat,Tokhakate		AK	290		
5876370	Tohnokalong (historical)	tohnokalong-historical	US		0	America/Anchorage	64.95	-154.43333	47			AK	290		
5876374	Toklat	toklat	US		0	America/Anchorage	63.52407	-150.04962	954	Dorf Titlokat,Titl'u Kaq',Titlogat,Toklat,Tootl'o Chaget,Tutl'aa Caek'e		AK	068		
5876375	Toklat	toklat	US		0	America/Anchorage	64.47111	-150.32583	115	Toklat,Tootl'ot		AK	290		
5876382	Toklik	toklik	US		0	America/Anchorage	61.62278	-161.69639	26	Bennetts,Tochtlik,Toklik,Toklikmute		AK	158		
5876390	Tolageak (historical)	tolageak-historical	US		0	America/Nome	70.04444	-162.45528	0			AK	185		
5876399	Tolsona	tolsona	US		30	America/Anchorage	62.08389	-146.07028	660			AK	261		
5876402	Tolstoi (historical)	tolstoi-historical	US		0	America/Anchorage	63.35111	-157.07111	77	Olsons Roadhouse,Tolstoi (historical),Tolstoy		AK	290		
5876450	Tonsina	tonsina	US		78	America/Anchorage	61.65583	-145.17528	477	Tonsina,Tonsina Lodge,Tonsina Roadhouse		AK	261		
5876477	Topanika (historical)	topanika-historical	US		0	America/Anchorage	64.35	-160.95	30	Tapkhamikhuagmut,Tapkhamikkhuag-myut,Taupanica,To-pan-i-kwa,Topanica,Topanika (historical),Tulpanika,Tulpanikha,Tup-hamikwa,Tup-hanikwa,Tuphamikva		AK	180		
5876478	Topkok (historical)	topkok-historical	US		0	America/Nome	64.56472	-163.94278	8	Tap-hok,Topcock,Topkok (historical),Tup-ka-ak		AK	180		
5876489	Tortella (historical)	tortella-historical	US		0	America/Anchorage	64.56667	-149.08333	106	Tortella (historical),Tortilli		AK	290		
5876497	Totem Park	totem-park	US		0	America/Anchorage	64.86278	-147.77806	137			AK	090		
5876501	Totchikala (historical)	totchikala-historical	US		0	America/Adak	53.58333	-166.91667	251	Totchikala (historical),Totzikala		AK	016		
5876516	Toyonak (historical)	toyonak-historical	US		0	America/Anchorage	60.9	-151.7	0			AK	122		
5876519	Tozikakat (historical)	tozikakat-historical	US		0	America/Anchorage	65.15	-152.4	63			AK	290		
5876596	Traversie	traversie	US		0	America/Anchorage	61.19444	-149.85556	33			AK	020		
5876659	Trogshak (historical)	trogshak-historical	US		0	America/Nome	62.6475	-164.30222	4			AK	158		
5876721	Tubutulik (historical)	tubutulik-historical	US		0	America/Anchorage	64.75	-161.56667	0	Tebooktolic,Tubukhtuligmut,Tubuktuligmiut,Tubuktulik,Tubutulik (historical)		AK	180		
5876725	Tuckers	tuckers	US		0	America/Anchorage	61.96028	-160.93111	19	Hitts,Tuckers		AK	158		
5876737	Tukachak (historical)	tukachak-historical	US		0	America/Nome	62.1	-163.13333	55	Tukachak (historical),Tukamiut		AK	158		
5876743	Tuklung	tuklung	US		0	America/Anchorage	58.82583	-159.24167	6	Tuklung,Tuklung Igloos		AK	070		
5876745	Tuklak (historical)	tuklak-historical	US		0	America/Anchorage	61.48333	-160.45	9	Tookhlagamute,Tukhlak,Tuklak (historical)		AK	050		
5876749	Tuksuk (historical)	tuksuk-historical	US		0	America/Nome	65.2325	-166.04302	0	Klaxermette,Takchuk,Takso,Taksomut,Taksomute,Taksumut,Tokchouk,Tokshook,Tooksook,Tuksuk (historical)		AK	180		
5876753	Tukukapak	tukukapak	US		0	America/Nome	62.61028	-164.36111	6	Tukikapak,Tukukapak		AK	158		
5876757	Tulik (historical)	tulik-historical	US		0	America/Adak	53.31667	-168	0	Tooleekskoi,Tulik (historical),Tulikskoe,Tulikskoi,Tulinskoe		AK	016		
5876774	Tuluka (historical)	tuluka-historical	US		0	America/Anchorage	61.6	-159.41667	34	Toolookaanahamute,Toolukaanahamute,Tuluka (historical),Tulukaenagamyut,Tulukagnagamiut,Tulukanagmute		AK	050		
5876778	Tuluuk (historical)	tuluuk-historical	US		0	America/Anchorage	68.98333	-156	356	Tooloouk River,Tuluuk (historical)		AK	185		
5876788	Tundra	tundra	US		0	America/Nome	61.13333	-162.81667	11			AK	050		
5876808	Tuniakpuk (historical)	tuniakpuk-historical	US		0	America/Anchorage	59.36361	-160.12972	35	Tuniakhpuk,Tuniakpuk (historical),Tuniapak,Tunniakhpuk,Tunniakhput		AK	070		
5876815	Tunravik	tunravik	US		0	America/Anchorage	59.48861	-157.22528	38	Tunravik,Tunravk,Turnavk		AK	070		
5877270	Unnatak (historical)	unnatak-historical	US		0	America/Anchorage	67.1	-157.8	30	Un-nah-tak,Unnatak (historical)		AK	188		
5876839	Tuomi	tuomi	US		0	America/Anchorage	61.28	-149.83	38			AK	020		
5876855	Turnagain Heights	turnagain-heights	US		0	America/Anchorage	61.19583	-149.94139	23			AK	020		
5876881	Tutago (historical)	tutago-historical	US		0	America/Anchorage	63.5	-159.35	31	Tchouchago,Ttutago,Ttutaho,Tutago (historical),Tuttago,Yakutskalitnik,Yakutsklitnik,Yakutzkeli gnik		AK	290		
5876887	Tutlut (historical)	tutlut-historical	US		0	America/Anchorage	64.75	-149.98333	82	Too-clok,Tutlut (historical)		AK	290		
5876973	Twin Hills	twin-hills	US		74	America/Anchorage	59.07917	-160.275	5	Ingricuar,TWA,Twin Hills		AK	070		
5877056	Tyone Village	tyone-village	US		0	America/Anchorage	62.52167	-146.71889	733	Ben K'atgge,Ben Q'atgge,Ben Q'etgge,Tyone Village		AK	170		
5877063	Tzahavak (historical)	tzahavak-historical	US		0	America/Anchorage	58.75	-161.75	11	Tzaharagamute,Tzahavagamut,Tzahavagamute,Tzahavak (historical)		AK	050		
5877065	Ualik (historical)	ualik-historical	US		0	America/Anchorage	58.91667	-159.75	55	Ooailik,Ooalligamut,Ooallikh,Ualik (historical)		AK	070		
5877083	Uchitak (historical)	uchitak-historical	US		0	America/Anchorage	63.61667	-161	35	Outchitak-Mioute,Uchitak (historical)		AK	180		
5877094	Ugashik	ugashik	US		12	America/Anchorage	57.51306	-157.3975	9	Igagik,Oogahik,Oogashik,Sulima,UGS,Ugaasaq,Ugagak,Ugashik,Ungashik		AK	164		
5877107	Uglovaia (historical)	uglovaia-historical	US		0	America/Nome	61.88333	-162.08333	13	Ooglovia,Ouglovaia,Sabotnisky,Uglivia,Uglovaia (historical)		AK	158		
5877112	Uhaiak (historical)	uhaiak-historical	US		0	America/Anchorage	57	-153.91667	208	Oohaiack,Uhaiak (historical)		AK	150		
5877113	Uhaskek (historical)	uhaskek-historical	US		0	America/Anchorage	57.4	-152.63333	203	Oohaskeck,Uhaskek (historical)		AK	150		
5877118	Uinuk (historical)	uinuk-historical	US		0	America/Nome	64.48502	-165.31128	2	Oo-innakhtagowik,Ooinukhlagowik,Ooinuklagowik,Ooinuktagowik,Uinakhtagewik,Uinuk (historical)		AK	180		
5877120	Ukak	ukak	US		0	America/Nome	60.7275	-164.9325	8	Ookagamiut,Ookagamute,Ookak,Ukagamute,Ukak		AK	050		
5877125	Ukhvigchagvag (historical)	ukhvigchagvag-historical	US		0	America/Anchorage	61.5	-157	61	Ukhvigchagvag (historical),Ukvigchagvag-myut		AK	050		
5877128	Uknavik	uknavik	US		0	America/Anchorage	61.34139	-160.61528	9	Gavimamut,Odgavigamut,Odgovigamut,Ogalvick,Ogalvik,Ogavik,Ogilvik,Okavigamut,Okhnagamiut,Oogavigmute,Oogovigamute,Oogovik,Oogowigamute,Ougavik,Ugavigamiut,Ugavik,Ugovik,Uknavik		AK	050		
5877129	Uknodok (historical)	uknodok-historical	US		0	America/Adak	53.9	-166.56667	0	Ouknadok,Uknadak,Uknodok (historical),Ukunadok		AK	016		
5877130	Ukodlint (historical)	ukodlint-historical	US		0	America/Nome	64.45	-163	0			AK	180		
5877135	Ukshivik (historical)	ukshivik-historical	US		0	America/Anchorage	57.18333	-153.36667	0	Ukshivik (historical),Ukshivikag-miut,Ukshivikak,Ukshivkag-miut		AK	150		
5877137	Ukuk (historical)	ukuk-historical	US		0	America/Nome	60.5	-165	0			AK	050		
5877144	Ukivok	ukivok	US		0	America/Nome	64.96227	-168.0685	0	King Island,Ookevok,Ookivok,Oukevok,Oukivak,Oukwak,Ovkevok,Ugiuvak,Ukivak,Ukivuk,Ukiwuk		AK	180		
5877145	Ulezara (historical)	ulezara-historical	US		0	America/Nome	67	-163	0	Ulezara (historical),Ulezaramiut		AK	188		
5877148	Ulokak (historical)	ulokak-historical	US		0	America/Anchorage	61.55	-158.6	221	Ulokagmiut,Ulokak (historical)		AK	050		
5877159	Ulukuk (historical)	ulukuk-historical	US		0	America/Anchorage	63.91667	-160.25	18	Alookuk,Alukuk,Ulukak,Ulukuk (historical),Zlukak		AK	180		
5877173	Umiat	umiat	US		0	America/Anchorage	69.36694	-152.14417	79	UMT		AK	185		
5877177	Umkumiute	umkumiute	US		0	America/Nome	60.49965	-165.19886	33	Umkumiut,Umkumiute,Umkumut,Umkumute		AK	050		
5877179	Umnak (historical)	umnak-historical	US		0	America/Adak	53.28692	-168.11777	44	Umnak,Umnak Village		AK	016		
5877183	Umnokalukta (historical)	umnokalukta-historical	US		0	America/Anchorage	66.91667	-157.5	30			AK	188		
5877185	Unakak (historical)	unakak-historical	US		0	America/Nome	60.9	-164.8	3	Oonakagamute,Ukak,Unakagak,Unakagmut,Unakak (historical)		AK	050		
5877201	Unalga (historical)	unalga-historical	US		0	America/Nome	53.98333	-166.16667	75	Oonalga,Oonalgenskoi,Unalga (historical),Unalginskoe		AK	013		
5877210	Unangashik (historical)	unangashik-historical	US		0	America/Anchorage	56.83333	-158.95	1	Oonangashik,Oonongashik,Unangashik (historical)		AK	013		
5877222	Unga	unga	US		0	America/Anchorage	55.18409	-160.50504	18	Delarof,Delarov,Delarovskoi,Grekodeliarovskii,Oongenskoi,Ougnagok,Ounga,Ugnasik,Ugnasix,Unga,Unginskoe		AK	013		
5877230	Ungalik (historical)	ungalik-historical	US		0	America/Anchorage	64.55	-160.88333	8	Oonakhtolik,Ounag-touli,Unagtuligmut,Unaktolik,Unatolik,Unga liktalik,Ungalik (historical),Ungawaktolik,Unoctolik,Unoktolik		AK	180		
5877235	Ungalikthluk	ungalikthluk	US		0	America/Anchorage	58.93528	-160.14528	1			AK	070		
5877245	Union City (historical)	union-city-historical	US		0	America/Anchorage	66.58333	-151.93333	151	Union,Union City (historical)		AK	290		
5877339	Usibelli	usibelli	US		0	America/Anchorage	63.86139	-148.78028	506			AK	068		
5877360	Utopia Creek	utopia-creek	US		0	America/Anchorage	65.99528	-153.69389	308	UTO,Utopia Creek		AK	290		
5877365	Utukakarvik	utukakarvik	US		0	America/Nome	61.96083	-164.75194	2	Oolakukkogavik,Ulakakogavik,Utukakarvik		AK	158		
5877374	Uyak	uyak	US		0	America/Anchorage	57.63736	-154.0036	0	Bobrowskoje,Ooiak,Ooiatsk,Ugujuk,Uyak		AK	150		
5877384	Vagitchitchate (historical)	vagitchitchate-historical	US		0	America/Anchorage	62.18333	-159.65	15	Kushichagat,Vagitchitchate (historical),Vashichagat		AK	290		
5877411	Vanover	vanover	US		0	America/Anchorage	61.22	-149.80417	47			AK	020		
5877415	Vault (historical)	vault-historical	US		0	America/Anchorage	65.03028	-147.7025	222			AK	090		
5877424	Venetie Landing	venetie-landing	US		0	America/Anchorage	66.61056	-145.99222	119			AK	290		
5877474	Vinasale	vinasale	US		0	America/Anchorage	62.63722	-155.71028	93	Gorod Vinisali,Minesale,Minetthel,Minisale,Venisale,Venizali,Vinasahle,Vinasale,Vinisahle		AK	290		
5877516	Vuikhtulik (historical)	vuikhtulik-historical	US		0	America/Anchorage	59.41667	-158.9	12	Vuikhtuligmute,Vuikhtulik (historical)		AK	070		
5877556	Waklarok (historical)	waklarok-historical	US		0	America/Nome	62.53972	-165.02028	1	Waklarok (historical),Waklarokamiut		AK	158		
5877906	Wevok	wevok	US		0	America/Nome	68.87194	-166.09028	14	Webuk,Wevok,Wevuk,Wewuk		AK	185		
5877975	White Eye	white-eye	US		0	America/Anchorage	66.46639	-146.90222	109	White Eye,White Eye Camp,White Eyes Camp		AK	290		
5878003	Whitefish Lake	whitefish-lake	US		0	America/Anchorage	60.93333	-155.025	347	Hungry,Whitefish Lake		AK	050		
5878016	Whitshed	whitshed	US		0	America/Anchorage	60.46972	-145.95778	16	Cape Whished,Point Whiteshed,Port Whiteshed,Whiteshed,Whitshed		AK	261		
5878034	Wibel	wibel	US		0	America/Anchorage	60.74694	-149.44972	252	Wibel,Wibel's		AK	122		
5878202	Wilson Village	wilson-village	US		0	America/Anchorage	61.23639	-149.81917	45			AK	020		
5878274	Wolasatux	wolasatux	US		0	America/Anchorage	64.64035	-158.29943	37	Wolasaluk,Wolasatux,Wolsatux		AK	290		
5878330	Womens Bay	womens-bay	US		719	America/Anchorage	57.68222	-152.66861	323			AK	150		
5878340	Wonder Park	wonder-park	US		0	America/Anchorage	61.22333	-149.78333	58			AK	020		
5878352	Wood River (historical)	wood-river-historical	US		0	America/Anchorage	64.58333	-148.63333	111	Dool Kayex,Dool Toteth,Wood River (historical),Wood River Landing		AK	290		
5878362	Woodchopper (historical)	woodchopper-historical	US		0	America/Anchorage	65.05111	-151.00944	125			AK	290		
5878364	Woodchopper Creek	woodchopper-creek	US		0	America/Anchorage	65.29389	-143.41194	293	WOO,Wood Creek,Woodchopper Creek		AK	290		
5878398	Wortmanns	wortmanns	US		0	America/Anchorage	61.11111	-145.81639	184	Worthmans,Wortmann's Road House,Wortmanns,Wortmans		AK	261		
5878434	Yacherk	yacherk	US		0	America/Anchorage	59.04472	-159.21833	14	Yachergamut,Yacherk,Yatshergamut		AK	070		
5878449	Yakchilak (historical)	yakchilak-historical	US		0	America/Nome	60.3	-162.45	1	Yachtshilagamiut,Yakchilak (historical),Yukhtokialgamute		AK	050		
5878455	Yalik (historical)	yalik-historical	US		0	America/Anchorage	59.45	-150.6	143			AK	122		
5878494	Yelovoi (historical)	yelovoi-historical	US		0	America/Anchorage	57.9	-152.4	30			AK	150		
5878507	Yistletaw	yistletaw	US		0	America/Anchorage	64.8225	-157.3725	59			AK	290		
5878594	Zogliakten (historical)	zogliakten-historical	US		0	America/Anchorage	65.38333	-157.6	36	Tsogliakhten,Tsogliakten,Tsoglyakhten,Zogliakten (historical),Zogljachten		AK	290		
5878596	Zonagoliakten (historical)	zonagoliakten-historical	US		0	America/Anchorage	65.33333	-157.63333	44	Tsonagoliakten,Tsonagolyakhten,Tsonogokhlyakhten,Zonagogliak ten,Zonagoliakten (historical),Zonogchljachten		AK	290		
5878639	Bering (historical)	bering-historical	US		0	America/Nome	65.19399	-166.46169	0	Bering (historical),Bering City		AK	180		
5878647	Chicago Creek	chicago-creek	US		0	America/Nome	65.89444	-162.44917	42			AK	188		
5878650	Dahl	dahl	US		0	America/Nome	65.36472	-164.71361	58	Dahl,Quartz Creek		AK	180		
5878678	Kvichak	kvichak	US		0	America/Anchorage	58.96944	-156.93056	0			AK	164		
5878682	Moose Creek	moose-creek	US		747	America/Anchorage	64.71	-147.14361	159			AK	090		
5878693	Oyak (historical)	oyak-historical	US		0	America/Anchorage	59.79167	-161.95	1	Oyagamut,Oyak (historical)		AK	050		
5878704	Taapkuk (historical)	taapkuk-historical	US		0	America/Nome	66.55	-163.6	0	Taapkuk (historical),Tapkachmiut,Tapkhakgmut,Tup-kug-ameuts		AK	188		
5878727	Ingrakaklak (historical)	ingrakaklak-historical	US		0	America/Nome	62.61778	-164.79972	3	Ingrakaghamiut,Ingrakak,Ingrakaklak (historical)		AK	158		
5878744	Khadilotden (historical)	khadilotden-historical	US		0	America/Anchorage	62.55	-158.1	45	Kadilotden,Khadilotden (historical),Radiolotden		AK	290		
5878839	Afognak	afognak	US		0	America/Anchorage	58.00673	-152.77665	28	Afognac,Afognak,Ag'waneq,Odinochka Rubyets,Ratkovsky,Rubertz,Rubtsovskaya,Rubtzovskaia,Rubyets,Rutkovsky,Seleniye Volnyk Promyshlen		AK	150		
5878844	Aguikchuk	aguikchuk	US		0	America/Nome	60.475	-164.43556	0			AK	050		
5878946	Aiaktalik	aiaktalik	US		0	America/Anchorage	56.70542	-154.1152	0	Aiaktalik,Aiekhtalik,Ayakhtalik,Goose Island		AK	150		
5878960	Airport Heights	airport-heights	US		0	America/Anchorage	61.20556	-149.82361	37			AK	020		
5878979	Akeonik	akeonik	US		0	America/Anchorage	70.27794	-161.94494	8			AK	185		
5878982	Akhiok	akhiok	US		72	America/Anchorage	56.94549	-154.17184	10	AKK,Akhiak,Akhiok,Alitak,Kashukugmiut,Kasukuak,Oohaiack,a ke xi ao ke,akhywk,akhywk  alaska,ekhiyora,ekiyoka,Ахиок,أكهيوك,اخیوک، الاسکا,एकियोक,एखियोर,阿克希奥克		AK	150		
5878985	Akmiut (historical)	akmiut-historical	US		0	America/Anchorage	61.51667	-158.58333	52	Akmiut (historical),Akmute		AK	050		
5879006	Aklut	aklut	US		0	America/Nome	60.2	-162.25	0	Ahguliagamiut,Aklukwagamut,Aklut,Akooligamute,Akulik,Eek Fish Camp		AK	050		
5879015	Akokpak (historical)	akokpak-historical	US		0	America/Anchorage	59.63333	-157.13333	79	Ah-kuh-puk,Akokpak (historical),Akupuk		AK	070		
5879022	Akpaliut (historical)	akpaliut-historical	US		0	America/Nome	64.5	-163.33333	136	Acpalliut,Akpaliut (historical)		AK	180		
5879031	Akuliukpak (historical)	akuliukpak-historical	US		0	America/Anchorage	59.63333	-158.53333	44	Ah-guh-lok-puk,Akuliukpak (historical)		AK	070		
5879035	Akumsuk	akumsuk	US		0	America/Nome	62.72306	-164.47222	3	Akulurak,Akumsuk,Mumsuk		AK	158		
5879036	Akulurak	akulurak	US		0	America/Nome	60.2775	-162.44139	1			AK	050		
5879037	Akulurak	akulurak	US		0	America/Nome	62.55222	-164.55278	3	Akolorachok,Akulurak,Akuluraq,Saint Mary's Mission		AK	158		
5879062	Alaganik	alaganik	US		0	America/Anchorage	60.44417	-145.21583	27			AK	261		
5879083	Alatna	alatna	US		37	America/Anchorage	66.55722	-152.70722	168			AK	290		
5879091	Alatna	alatna	US		0	America/Anchorage	66.56389	-152.66667	135	Alaasuq,Alashuk,Alatna,Alatna Landing,Aletna,Marsan		AK	290		
5879113	Alcan	alcan	US		0	America/Anchorage	62.72306	-141.18806	651			AK	240		
5879154	Aleut Village	aleut-village	US		0	America/Anchorage	58.0178	-152.7655	7	Afognakskaya Odinochka,Aleufskoye Seleniye Kattagmyut,Aleut Village,Kattag		AK	150		
5879155	Aleneva	aleneva	US		37	America/Anchorage	58.06	-152.90972	191	AED,Aleneva		AK	150		
5879156	Aleksashkina	aleksashkina	US		0	America/Anchorage	57.78	-152.35528	0	Aleksashkina,Aleksashkino,Aleutskoye Aleksashkino Zhilo,Seleniye Chiniak		AK	150		
5879159	Alexeiev (historical)	alexeiev-historical	US		0	America/Nome	62.5	-163.5	19	Alexeief,Alexeief's,Alexeief's Trading Post,Alexeiev (historical),Odinotchka		AK	158		
5879171	Alexanders Village	alexanders-village	US		0	America/Anchorage	66.78833	-145.43694	129			AK	290		
5879176	Alinnak (historical)	alinnak-historical	US		0	America/Anchorage	67.99167	-150.5	747	Alinnak (historical),Allinnak		AK	290		
5879267	Alyeska	alyeska	US		0	America/Anchorage	60.96094	-149.11215	89	AQY,Alyeska		AK	020		
5880563	Bessie No. 5 Dredge Camp	bessie-no-5-dredge-camp	US		0	America/Nome	64.55	-165.15	32			AK	180		
5879380	Anaktuk (historical)	anaktuk-historical	US		0	America/Nome	70.19139	-159.75722	13	Anakink,Anaktook,Anaktuuk		AK	185		
5879404	Anchor Terrace	anchor-terrace	US		0	America/Anchorage	61.20278	-149.89444	9			AK	020		
5879479	Angun	angun	US		0	America/Anchorage	69.925	-142.4	4	Angnun,Angun		AK	185		
5879510	Aniuk (historical)	aniuk-historical	US		0	America/Anchorage	68	-158	355	Aneyuk,Aniuk (historical)		AK	188		
5879513	Aniyak (historical)	aniyak-historical	US		0	America/Nome	67.06667	-163.3	23	Ahneeyahk,Aneyok,Aniyaaq,Aniyak (historical),Aniyakh,Anlyak,Anyok		AK	188		
5879523	Anogok	anogok	US		0	America/Nome	59.82111	-164.02861	1	Anagok,Anogogmute,Anogok		AK	050		
5879546	Anugnak	anugnak	US		0	America/Anchorage	59.13333	-158.5	0	Anagnak,Anaknak,Anugnak		AK	070		
5879580	Apokak	apokak	US		0	America/Nome	60.13	-162.19806	1	Ahpokagamiut,Apokagamut,Apokagamute,Apokak		AK	050		
5879623	Arctic City (historical)	arctic-city-historical	US		0	America/Anchorage	66.45	-153	119	Arctic City (historical),Moses Village		AK	290		
5879659	Arolokovik	arolokovik	US		0	America/Nome	62.38472	-163.80056	3			AK	158		
5879683	Artesian Village	artesian-village	US		0	America/Anchorage	61.2275	-149.78139	57			AK	020		
5879723	Atanik (historical)	atanik-historical	US		0	America/Anchorage	70.84343	-159.33781	4	Ahtenmuk,Ataniek,Atnik,Attanak,Atune		AK	185		
5879749	Atmautluak	atmautluak	US		277	America/Nome	60.86694	-162.27306	1	ATT		AK	050		
5879753	Atnuk	atnuk	US		0	America/Nome	64.44196	-162.61346		Aniluk,Annuk,Atnick,Atnick-miut,Atnikmioute,Atnikmut,Atnuk,Att-naghamute		AK	180		
5879792	Aurora (historical)	aurora-historical	US		0	America/Anchorage	59.68333	-151.1	7			AK	122		
5879803	Aurora Lodge	aurora-lodge	US		0	America/Anchorage	64.47056	-146.93861	221	Aurora Lodge,Munsons,Salcha,Salchakaket,Salchaket,Sol Chaget		AK	090		
5879830	Aziavik (historical)	aziavik-historical	US		0	America/Anchorage	58.78333	-161.25	9	Aziavigamut,Aziavigamute,Aziavigiokhamiut,Aziavik (historical),Osvackamute,Osviak		AK	050		
5879843	Ayak (historical)	ayak-historical	US		0	America/Nome	64.49509	-166.19928	85	Ahyak,Aziak		AK	180		
5880036	Barnum (historical)	barnum-historical	US		0	America/Anchorage	59.25	-161.38333	27	Avriotmute,Barnum (historical)		AK	050		
5880042	Barrabora (historical)	barrabora-historical	US		0	America/Nome	63.38444	-162.33139	4	Barrabora (historical),Barraboras		AK	180		
5880107	Batzulnetas (historical)	batzulnetas-historical	US		0	America/Anchorage	62.61472	-143.77139	728	Batzulnatos,Batzulneta,Batzulnetas (historical),Batzulnetos		AK	261		
5880201	Bearpaw	bearpaw	US		0	America/Anchorage	64.08278	-150.68333	145	Bear Paw City,Bearpaw		AK	068		
5880286	Birch Creek	birch-creek	US		33	America/Anchorage	66.25904	-145.81902	127	Birch Creek,Deenduu,KBC		AK	290		
5880449	Belkofski	belkofski	US		0	America/Anchorage	55.08704	-162.03177	31	Bel'kovskoe,Belkofski,Belkofsky,Taxtamax		AK	013		
5880473	Beluga	beluga	US		20	America/Anchorage	61.14111	-151.08278	34	BVU,Beluga		AK	122		
5880524	Bergman (historical)	bergman-historical	US		0	America/Anchorage	66.5	-152.88333	194	Bergman (historical),Burgeman		AK	290		
5879794	Aurora	aurora	US	04408	0	America/Anchorage	64.85694	-147.75861	136			AK	090		
5880577	Bettles	bettles	US		12	America/Anchorage	66.91659	-151.51702	191	BTT,Betles,Bettles,Bettls,City of Bettles,Kk'odlel T'odegheelenh Denh,bei te er si,betlesa,btlz  alaska,bytlyz,Бетлес,Беттлс,بتلز، آلاسکا,بيتليز,बेट्लेस,贝特尔斯		AK	290		
5880620	Big Delta	big-delta	US		591	America/Anchorage	64.1525	-145.84222	303	BIG,Big Delta,Big Delta Roadhouse,Grundler,McCarthy,McCarthy Telegraph Station,McCarty,McCarty Roadhouse,Tanana Ferry,Washburn		AK	240		
5880705	Binajoaksmiut (historical)	binajoaksmiut-historical	US		0	America/Nome	59.85028	-166.50583	9			AK	050		
5880711	Bill Moores	bill-moores	US		0	America/Nome	62.94972	-163.77889	1			AK	158		
5880731	Biorka	biorka	US		0	America/Adak	53.82694	-166.20806	19	Biorka,Bor'ka,Borka,Burka,Qakilux,Sedanka,Sedanki,Sidanax,Sidankin,Spirkin,Ugiu-ug,Uguyug		AK	016		
6269471	University Gardens	university-gardens	US		0	America/New_York	38.98703	-76.97867	49			MD			
6285747	Los Feliz	los-feliz	US		0	America/Los_Angeles	34.11088	-118.28568				CA	037		
6324508	Russian Hill	russian-hill	US		0	America/Los_Angeles	37.80277	-122.42063		Russian Hill		CA	075		
6331880	Stonegate	stonegate	US		0	America/Chicago	42.1075	-87.86417	207			IL	031	53676	
6331881	Landwehr Estates	landwehr-estates	US		0	America/Chicago	42.11	-87.86167	208			IL	031	53676	
6331882	Citation Lake	citation-lake	US		0	America/Chicago	42.11417	-87.86778	204			IL	031	53676	
6331884	La Vingnes Acres	la-vingnes-acres	US		0	America/Chicago	42.11583	-87.86028	207			IL	031	53676	
6331885	Cozy Corner	cozy-corner	US		0	America/Chicago	42.11583	-87.85944	207			IL	031	53676	
6331886	Whisperwoods of Northbrook	whisperwoods-of-northbrook	US		0	America/Chicago	42.11361	-87.8575	207			IL	031	53676	
6331887	Ramsgate South	ramsgate-south	US		0	America/Chicago	42.11417	-87.85417	206			IL	031	53676	
6331888	Woodmere Subdivision	woodmere-subdivision	US		0	America/Chicago	42.11528	-87.85083	205			IL	031	53676	
6331890	Meadow Green	meadow-green	US		0	America/Chicago	42.11194	-87.85139	205			IL	031	53676	
6331892	Florian	florian	US		0	America/Chicago	42.11083	-87.85028	204			IL	031	53676	
6331893	Windham Manor	windham-manor	US		0	America/Chicago	42.10861	-87.85028	205			IL	031	53676	
6331894	Stonebrook East	stonebrook-east	US		0	America/Chicago	42.10833	-87.85333	207			IL	031	53676	
6331895	Stonebrook	stonebrook	US		0	America/Chicago	42.10833	-87.85694	208			IL	031	53676	
6331896	Highland Woods	highland-woods	US		0	America/Chicago	42.10667	-87.85778	209			IL	031	53676	
6331897	Donovan Glen Subdivision	donovan-glen-subdivision	US		0	America/Chicago	42.10944	-87.85778	209			IL	031	53676	
6331898	Oliver Lane Subdivision	oliver-lane-subdivision	US		0	America/Chicago	42.11028	-87.8575	208			IL	031	53676	
6331899	Floral Terrace Estates	floral-terrace-estates	US		0	America/Chicago	42.11167	-87.85556	206			IL	031	53676	
6331900	Tall Oaks Subdivision	tall-oaks-subdivision	US		0	America/Chicago	42.11028	-87.85472	206			IL	031	53676	
6331901	Rozenow's Subdivision	rozenow-s-subdivision	US		0	America/Chicago	42.11694	-87.82833	198			IL	031	53676	
6331902	Bovine	bovine	US		0	America/Detroit	46.7225	-88.42778	296			MI	013	45560	
6331904	West Brighton	west-brighton	US		0	America/New_York	40.5775	-73.9725	2			NY	047		
6331905	Pine Grove Beach	pine-grove-beach	US		0	America/Detroit	45.45556	-84.29861	186			MI	031	84760	
6331906	Pittsburg Landing	pittsburg-landing	US		0	America/Detroit	45.39917	-84.64306	181			MI	031	80880	
6331907	Richmond Terrace Houses	richmond-terrace-houses	US		0	America/New_York	40.64611	-74.0875	14			NY	085		
6331909	Johns Creek	johns-creek	US		83335	America/New_York	34.02893	-84.19858	286	City of Johns Creek,Dzons Krik,Johns Creek,janz kryk  jarjya,janz kryk  jwrjya,jonseukeulig,jwnz kryk,Џонс Крик,جانز کریک، جارجیا,جانز کریک، جورجیا,جونز كريك,존스크릭		GA	121		
6331910	Grant-Valkaria	grant-valkaria	US		4056	America/New_York	27.9398	-80.57104	7	Grant,Grant-Valkaria,Town of Grant-Valkaria,Valkaria		FL	009		
6331911	Helena-West Helena	helena-west-helena	US		11109	America/Chicago	34.5291	-90.59	60	Helena,Helena-West Helena,Khelena-Vest Khelena,West Helena,herena=u~esutoherena,hlna wst hlna,hylyna wyst hylana,Хелена-Вест Хелена,هلنا وست هلنا,هيلينا ويست هيلانا,ヘレナ＝ウェストへレナ		AR	107	93276	
6331912	Knife River Village (historical)	knife-river-village-historical	US		0	America/North_Dakota/Beulah	47.32778	-101.37222	512			ND	057	21710	
6331913	Windsor Place	windsor-place	US		332	America/Chicago	38.93278	-92.69333	211	The Village of Windsor Place,Windsor Place		MO	053	07336	
6331914	Park Place Estates of Northbrook	park-place-estates-of-northbrook	US		0	America/Chicago	42.12083	-87.81417	197			IL	031	53676	
6331915	Volte Court	volte-court	US		0	America/Chicago	42.12278	-87.81194	205			IL	031	53676	
6331916	Braeside Subdivision	braeside-subdivision	US		0	America/Chicago	42.12167	-87.79806	203			IL	031	53676	
6331917	Dorothy Stirling Subdivision	dorothy-stirling-subdivision	US		0	America/Chicago	42.12194	-87.79528	200			IL	031	53676	
6331919	Loveland's Subdivision	loveland-s-subdivision	US		0	America/Chicago	42.12028	-87.79083	197			IL	031	53676	
6331920	Sunset Court	sunset-court	US		0	America/Chicago	42.12056	-87.78889	194			IL	031	53676	
6331921	Willowbrook Acres	willowbrook-acres	US		0	America/Chicago	42.11861	-87.78694	194			IL	031	53676	
6331922	Homefinders	homefinders	US		0	America/Chicago	42.11917	-87.78944	194			IL	031	53676	
6331923	Kimberleigh	kimberleigh	US		0	America/Chicago	42.11889	-87.79167	199			IL	031	53676	
6331924	DorothyStirling Estates	dorothystirling-estates	US		0	America/Chicago	42.11778	-87.79333	198			IL	031	53676	
6331925	Royal Ridge	royal-ridge	US		0	America/Chicago	42.11389	-87.80222	201			IL	031	53676	
6331926	Northbrook Greens	northbrook-greens	US		0	America/Chicago	42.11361	-87.80583	195			IL	031	53676	
6331927	Northbrook Acres	northbrook-acres	US		0	America/Chicago	42.11472	-87.8325	196			IL	031	53676	
6331928	Southbridge Commons	southbridge-commons	US		0	America/Chicago	42.11444	-87.835	199			IL	031	53676	
6331929	Stonehedge Glen	stonehedge-glen	US		0	America/Chicago	42.11556	-87.83833	201			IL	031	53676	
6331930	Mallard Creek	mallard-creek	US		0	America/Chicago	42.11389	-87.83861	199			IL	031	53676	
6331931	Wahl's Subdivision	wahl-s-subdivision	US		0	America/Chicago	42.11583	-87.83972	201			IL	031	53676	
6331932	Solar Grove	solar-grove	US		0	America/Chicago	42.11556	-87.84028	201			IL	031	53676	
6331933	Covenant Village	covenant-village	US		0	America/Chicago	42.11472	-87.84472	203			IL	031	53676	
6331935	Highcrest	highcrest	US		0	America/Chicago	42.10917	-87.84639	204			IL	031	53676	
6331936	Stone Hedge Manor	stone-hedge-manor	US		0	America/Chicago	42.10806	-87.84639	205			IL	031	53676	
6331937	Fox Hedge	fox-hedge	US		0	America/Chicago	42.10667	-87.84472	202			IL	031	53676	
6331938	Stone Hedge	stone-hedge	US		0	America/Chicago	42.10778	-87.84111	200			IL	031	53676	
6331939	The Courts	the-courts	US		0	America/Chicago	42.10639	-87.84139	202			IL	031	53676	
6331940	Villas West	villas-west	US		0	America/Chicago	42.10722	-87.8375	201			IL	031	53676	
6331941	Willow Cove	willow-cove	US		0	America/Chicago	42.10611	-87.83583	200			IL	031	53676	
6331942	La Salceda Subdivision	la-salceda-subdivision	US		0	America/Chicago	42.10833	-87.83194	198			IL	031	53676	
6331943	Willow Woods	willow-woods	US		0	America/Chicago	42.10389	-87.83694	201			IL	031	53676	
6331944	The Willows	the-willows	US		0	America/Chicago	42.1	-87.83972	201			IL	031	53676	
6331945	Cobblewood	cobblewood	US		0	America/Chicago	42.10444	-87.84222	203			IL	031	53676	
6331946	Fox Run	fox-run	US		0	America/Chicago	42.10417	-87.845	205			IL	031	53676	
6331948	Willows North	willows-north	US		0	America/Chicago	42.10139	-87.85167	207			IL	031	53676	
6331949	Kinswept Subdivision	kinswept-subdivision	US		0	America/Chicago	42.105	-87.85167	207			IL	031	53676	
6331950	Siemar Subdivision	siemar-subdivision	US		0	America/Chicago	42.105	-87.85306	207			IL	031	53676	
6331951	Porters Glenview Subdivision	porters-glenview-subdivision	US		0	America/Chicago	42.105	-87.85472	207			IL	031	53676	
6331952	Porter Subdivision	porter-subdivision	US		0	America/Chicago	42.10528	-87.85528	207			IL	031	53676	
6331953	Brockdale Manor	brockdale-manor	US		0	America/Chicago	42.10306	-87.86	208			IL	031	53676	
6331954	Indian Ridge	indian-ridge	US		0	America/Chicago	42.1	-87.86278	206			IL	031	53676	
6331955	Sanders Prairie	sanders-prairie	US		0	America/Chicago	42.13944	-87.885	200			IL	031	53676	
6331956	Avanti Ridge	avanti-ridge	US		0	America/Chicago	42.13639	-87.88528	200			IL	031	53676	
6331957	Lakeshire	lakeshire	US		0	America/Chicago	42.13417	-87.88389	200			IL	031	53676	
6331958	Dana Court Subdivision	dana-court-subdivision	US		0	America/Chicago	42.13639	-87.87972	202			IL	031	53676	
6331959	Sutton Point	sutton-point	US		0	America/Chicago	42.135	-87.87694	203			IL	031	53676	
6331960	Regency Place	regency-place	US		0	America/Chicago	42.13306	-87.88	201			IL	031	53676	
6331961	Edgewood Grove	edgewood-grove	US		0	America/Chicago	42.12833	-87.87778	201			IL	031	53676	
6331963	Garden Court	garden-court	US		0	America/Chicago	42.12778	-87.87056	204			IL	031	53676	
6331964	Mission Hills Estates	mission-hills-estates	US		0	America/Chicago	42.12611	-87.87444	202			IL	031	53676	
6331965	Woodoaks Court	woodoaks-court	US		0	America/Chicago	42.12639	-87.88111	201			IL	031	53676	
6331966	Wood Oaks Glen	wood-oaks-glen	US		0	America/Chicago	42.12556	-87.88417	198			IL	031	53676	
6331967	Wildebrook On The Green	wildebrook-on-the-green	US		0	America/Chicago	42.13611	-87.87056	211			IL	031	53676	
6331968	C H Taylor's Sanwaldrun Estates	c-h-taylor-s-sanwaldrun-estates	US		0	America/Chicago	42.13194	-87.87667	203			IL	031	53676	
6331969	Twin Pine Mobile Home Park	twin-pine-mobile-home-park	US		0	America/Chicago	45.16806	-92.98889	284			MN	163	30392	
6331971	Woodland Mobile Home Park	woodland-mobile-home-park	US		0	America/Chicago	45.26333	-92.98056	278			MN	163	21770	
6331972	Pines	pines	US		0	America/Detroit	46.34583	-86.28722	243			MI	153	37940	
6331973	Skiersch's Subdivision	skiersch-s-subdivision	US		0	America/Chicago	42.12417	-87.86333	209			IL	031	53676	
6331974	Northbrook West	northbrook-west	US		0	America/Chicago	42.12111	-87.86583	209			IL	031	53676	
6331975	Deercrest Estates	deercrest-estates	US		0	America/Chicago	42.11778	-87.86722	208			IL	031	53676	
6331976	Arrowhead	arrowhead	US		0	America/Chicago	42.12139	-87.86083	209			IL	031	53676	
6331977	Maryland Subdivision	maryland-subdivision	US		0	America/Chicago	42.1225	-87.85917	209			IL	031	53676	
6331979	Schultz's Subdivision	schultz-s-subdivision	US		0	America/Chicago	42.11694	-87.85778	207			IL	031	53676	
6331980	Jessical Lane Subdivision	jessical-lane-subdivision	US		0	America/Chicago	42.11722	-87.85556	206			IL	031	53676	
6331981	Hansen Subdivision	hansen-subdivision	US		0	America/Chicago	42.11694	-87.85306	206			IL	031	53676	
6331982	Heathercrest	heathercrest	US		0	America/Chicago	42.11833	-87.85194	206			IL	031	53676	
6331983	Michealsen Subdivision	michealsen-subdivision	US		0	America/Chicago	42.11944	-87.85583	206			IL	031	53676	
6331984	Glenbrook Acres West	glenbrook-acres-west	US		0	America/Chicago	42.12361	-87.85778	209			IL	031	53676	
6331985	Levelview Acres	levelview-acres	US		0	America/Chicago	42.12278	-87.8525	205			IL	031	53676	
6331986	Royal Court	royal-court	US		0	America/Chicago	42.12278	-87.84806	204			IL	031	53676	
6331987	Birch Pond	birch-pond	US		0	America/Chicago	42.12	-87.84806	204			IL	031	53676	
6331988	Sunset Fields	sunset-fields	US		0	America/Chicago	42.12028	-87.84389	202			IL	031	53676	
6331989	Cedarbrook Court	cedarbrook-court	US		0	America/Chicago	42.11694	-87.84	202			IL	031	53676	
6331990	Northbrook Park	northbrook-park	US		0	America/Chicago	42.12028	-87.83528	199			IL	031	53676	
6331991	Dehne's Subdivision	dehne-s-subdivision	US		0	America/Chicago	42.12028	-87.83083	198			IL	031	53676	
6331992	The Commons	the-commons	US		0	America/Chicago	42.11833	-87.83111	198			IL	031	53676	
6331993	Anetsberger's Subdivision	anetsberger-s-subdivision	US		0	America/Chicago	42.12333	-87.82167	193			IL	031	53676	
6331994	Orchard Subdivision	orchard-subdivision	US		0	America/Chicago	42.12417	-87.82056	195			IL	031	53676	
6331995	Meyer's Subdivision	meyer-s-subdivision	US		0	America/Chicago	42.13167	-87.83111	196			IL	031	53676	
6331996	Northbrook Highlands	northbrook-highlands	US		0	America/Chicago	42.13389	-87.83528	200			IL	031	53676	
6331997	Fair Meadows	fair-meadows	US		0	America/Chicago	42.13722	-87.83278	198			IL	031	53676	
6331998	Saint Stephens Green	saint-stephens-green	US		0	America/Chicago	42.13417	-87.84056	201			IL	031	53676	
6331999	Bachs Addition	bachs-addition	US		0	America/Chicago	42.1375	-87.84167	203			IL	031	53676	
6332000	Grace Manor	grace-manor	US		0	America/Chicago	42.13361	-87.84778	205			IL	031	53676	
6332001	Marlen Subdivision	marlen-subdivision	US		0	America/Chicago	42.13417	-87.84778	205			IL	031	53676	
6332002	Woodlands	woodlands	US		0	America/Chicago	42.13583	-87.85139	203			IL	031	53676	
6332003	Briarwood Glen	briarwood-glen	US		0	America/Chicago	42.13694	-87.84944	203			IL	031	53676	
6332004	Kinchester Lane Subdivision	kinchester-lane-subdivision	US		0	America/Chicago	42.1375	-87.85167	204			IL	031	53676	
6332005	Pheasant Creek	pheasant-creek	US		0	America/Chicago	42.13583	-87.85556	205			IL	031	53676	
6332006	Innisfail	innisfail	US		0	America/Chicago	42.13222	-87.85111	205			IL	031	53676	
6332007	Markus Subdivision	markus-subdivision	US		0	America/Chicago	42.12861	-87.85194	206			IL	031	53676	
6332008	Weller's Subdivision	weller-s-subdivision	US		0	America/Chicago	42.12556	-87.85167	205			IL	031	53676	
6332009	Ville Du Parc	ville-du-parc	US		0	America/Chicago	42.12556	-87.85556	207			IL	031	53676	
6332010	Kingsport Court	kingsport-court	US		0	America/Chicago	42.12667	-87.855	207			IL	031	53676	
6332011	Coral Manor	coral-manor	US		0	America/Chicago	42.12667	-87.86333	210			IL	031	53676	
6332012	Ancient Tree	ancient-tree	US		0	America/Chicago	42.13028	-87.86139	209			IL	031	53676	
6332013	Sportmans Cove	sportmans-cove	US		0	America/Chicago	42.13333	-87.85889	207			IL	031	53676	
6332014	Estates of Charlemagne	estates-of-charlemagne	US		0	America/Chicago	42.14167	-87.86472	209			IL	031	53676	
6332015	Charlemagne East	charlemagne-east	US		0	America/Chicago	42.14111	-87.86667	209			IL	031	53676	
6332016	Bradless Subdivision	bradless-subdivision	US		0	America/Chicago	42.13917	-87.86667	210			IL	031	53676	
6332017	Carlye Subdivision	carlye-subdivision	US		0	America/Chicago	42.14	-87.87056	210			IL	031	53676	
6332018	Charlemagne	charlemagne	US		0	America/Chicago	42.14139	-87.87528	206			IL	031	53676	
6332019	Normandy Hill	normandy-hill	US		0	America/Chicago	42.13889	-87.87583	205			IL	031	53676	
6332020	Evergreen Subdivision	evergreen-subdivision	US		0	America/Chicago	42.13778	-87.87389	209			IL	031	53676	
6332021	Downing Street Subdivision	downing-street-subdivision	US		0	America/Chicago	42.1375	-87.87917	203			IL	031	53676	
6332022	Picardy Circle	picardy-circle	US		0	America/Chicago	42.14139	-87.88389	200			IL	031	53676	
6332023	Jonathan Williams Houses	jonathan-williams-houses	US		0	America/New_York	40.70778	-73.96	14			NY	047		
6332024	Bushwick Houses	bushwick-houses	US		0	America/New_York	40.7025	-73.93917	8			NY	047		
6332025	Marcy Houses	marcy-houses	US		0	America/New_York	40.69722	-73.95139	6			NY	047		
6332026	Tompkins Houses	tompkins-houses	US		0	America/New_York	40.69694	-73.94528	11			NY	047		
6332027	Sumner Houses	sumner-houses	US		0	America/New_York	40.69722	-73.94111	18			NY	047		
6332028	Eleanor Roosevelt Houses	eleanor-roosevelt-houses	US		0	America/New_York	40.69389	-73.93583	20			NY	047		
6332029	Lafayette Houses	lafayette-houses	US		0	America/New_York	40.68972	-73.95889	22			NY	047		
6332030	Medgar Evers Houses	medgar-evers-houses	US		0	America/New_York	40.68667	-73.94028	19			NY	047		
6332031	Brevoort Houses	brevoort-houses	US		0	America/New_York	40.68028	-73.92389	16			NY	047		
6332032	Little Orchard Subdivision	little-orchard-subdivision	US		0	America/Chicago	42.12889	-87.78944	196			IL	031	53676	
6332033	Sunridge	sunridge	US		0	America/Chicago	42.12778	-87.78889	196			IL	031	53676	
6332034	Skokie Highlands	skokie-highlands	US		0	America/Chicago	42.12583	-87.78861	195			IL	031	53676	
6332035	Lee Woods	lee-woods	US		0	America/Chicago	42.12889	-87.80194	202			IL	031	53676	
6332036	Bridlewood Lane	bridlewood-lane	US		0	America/Chicago	42.12556	-87.80389	206			IL	031	53676	
6332037	Dean-Horsch Subdivision	dean-horsch-subdivision	US		0	America/Chicago	42.1275	-87.80556	205			IL	031	53676	
6332038	Buttonwood	buttonwood	US		0	America/Chicago	42.12889	-87.8075	205			IL	031	53676	
6332039	Colonial Village	colonial-village	US		0	America/Chicago	42.12583	-87.81111	208			IL	031	53676	
6332040	Oury Point	oury-point	US		0	America/Chicago	42.12778	-87.81472	206			IL	031	53676	
6332041	Linden Ridge	linden-ridge	US		0	America/Chicago	42.12889	-87.81556	203			IL	031	53676	
6332042	Northbrook Glen	northbrook-glen	US		0	America/Chicago	42.13	-87.81194	204			IL	031	53676	
6332043	Ridgecroft	ridgecroft	US		0	America/Chicago	42.13083	-87.815	209			IL	031	53676	
6332044	Tiber Hill Estates	tiber-hill-estates	US		0	America/Chicago	42.13111	-87.81778	204			IL	031	53676	
6332045	Shermer Ridge	shermer-ridge	US		0	America/Chicago	42.13333	-87.82	208			IL	031	53676	
6332046	Chapel Hill Estates	chapel-hill-estates	US		0	America/Chicago	42.13222	-87.81806	207			IL	031	53676	
6332048	Timber Ridge	timber-ridge	US		0	America/Chicago	42.12528	-87.80694	207			IL	031	53676	
6332049	Northbrook Colonial Estates	northbrook-colonial-estates	US		0	America/Chicago	42.13306	-87.81694	207			IL	031	53676	
6332050	Northbrook Heights	northbrook-heights	US		0	America/Chicago	42.13333	-87.8125	204			IL	031	53676	
6332051	Red Haw Ridge	red-haw-ridge	US		0	America/Chicago	42.135	-87.81111	201			IL	031	53676	
6332053	Timber Lane	timber-lane	US		0	America/Chicago	42.13639	-87.81611	203			IL	031	53676	
6332054	Shermer Square	shermer-square	US		0	America/Chicago	42.13361	-87.82083	207			IL	031	53676	
6332055	Northbrook Estates	northbrook-estates	US		0	America/Chicago	42.13528	-87.82861	202			IL	031	53676	
6332056	Northbrook Oaks	northbrook-oaks	US		0	America/Chicago	42.13	-87.82028	200			IL	031	53676	
6332057	Northbrook Villa	northbrook-villa	US		0	America/Chicago	42.12944	-87.82222	198			IL	031	53676	
6332058	Clarke's Subdivision	clarke-s-subdivision	US		0	America/Chicago	42.12889	-87.81833	198			IL	031	53676	
6332059	Heart O' Northbrook	heart-o-northbrook	US		0	America/Chicago	42.12583	-87.8175	196			IL	031	53676	
6332060	Sycamore Lane	sycamore-lane	US		0	America/Chicago	42.12583	-87.82056	196			IL	031	53676	
6332061	Northbrook Manor	northbrook-manor	US		0	America/Chicago	42.12583	-87.82528	195			IL	031	53676	
6332062	Rugen Subdivision	rugen-subdivision	US		0	America/Chicago	42.12611	-87.83806	200			IL	031	53676	
6332063	Old Colony Court	old-colony-court	US		0	America/Chicago	42.12667	-87.83972	201			IL	031	53676	
6332064	Greenbriar Highlands	greenbriar-highlands	US		0	America/Chicago	42.12583	-87.84083	201			IL	031	53676	
6332065	Maple Ridge	maple-ridge	US		0	America/Chicago	42.12611	-87.84333	201			IL	031	53676	
6332066	Star Subdivision	star-subdivision	US		0	America/Chicago	42.12778	-87.84778	204			IL	031	53676	
6332068	Brookside Estates	brookside-estates	US		0	America/Chicago	42.12806	-87.84194	202			IL	031	53676	
6332069	Northbrook Gardens	northbrook-gardens	US		0	America/Chicago	42.12806	-87.84028	201			IL	031	53676	
6332070	Northfield Acres	northfield-acres	US		0	America/Chicago	42.12917	-87.8375	201			IL	031	53676	
6332072	Stella (historical)	stella-historical	US		0	America/New_York	42.12222	-75.94611	271			NY	007	20588	
6332073	Sanfords Four Corners	sanfords-four-corners	US		0	America/New_York	44.03111	-75.835	150	Sanford's Corners,Sanfords Four Corners		NY	045	42015	
6332074	Hueysville (historical)	hueysville-historical	US		0	America/New_York	37.49511	-82.84361	228	Hueysville (historical),Salt Lick		KY	071		
6332075	Water Edge Subdivision	water-edge-subdivision	US		0	America/Chicago	42.14361	-87.81111	198			IL	031	53676	
6332076	Olson's Subdivision	olson-s-subdivision	US		0	America/Chicago	42.13889	-87.84667	201			IL	031	53676	
6332077	Winschester Lane North	winschester-lane-north	US		0	America/Chicago	42.15222	-87.89028	201			IL	031	81100	
6332078	Villas North	villas-north	US		0	America/Chicago	42.14889	-87.89028	200			IL	031	81100	
6332079	Forest View Estates	forest-view-estates	US		0	America/Chicago	42.145	-87.89167	198			IL	031	81100	
6332080	Fournins Subdivision	fournins-subdivision	US		0	America/Chicago	42.1525	-87.88861	203			IL	031	81100	
6332081	Ivy Club of Northbrook	ivy-club-of-northbrook	US		0	America/Chicago	42.15222	-87.88583	205			IL	031	53676	
6332082	Salceca North	salceca-north	US		0	America/Chicago	42.14861	-87.88528	204			IL	031	53676	
6332083	Sanders Estates	sanders-estates	US		0	America/Chicago	42.14861	-87.88167	207			IL	031	53676	
6332084	Sanders Crossing	sanders-crossing	US		0	America/Chicago	42.14806	-87.87972	209			IL	031	53676	
6332085	Sunny Acres	sunny-acres	US		0	America/Chicago	42.15083	-87.87972	208			IL	031	53676	
6332086	Sunset View Estates	sunset-view-estates	US		0	America/Chicago	42.14444	-87.87694	207			IL	031	53676	
6332087	Lone Tree Subdivision	lone-tree-subdivision	US		0	America/Chicago	42.14389	-87.86556	209			IL	031	53676	
6332088	Manus North Shore Estates	manus-north-shore-estates	US		0	America/Chicago	42.14167	-87.85083	203			IL	031	53676	
6332089	Villas of Northbrook	villas-of-northbrook	US		0	America/Chicago	42.14333	-87.84722	203			IL	031	53676	
6332090	Dunsten Green	dunsten-green	US		0	America/Chicago	42.14194	-87.84694	201			IL	031	53676	
6332091	Wilshire Terrace	wilshire-terrace	US		0	America/Chicago	42.14056	-87.84667	201			IL	031	53676	
6332092	Northbrook Mews	northbrook-mews	US		0	America/Chicago	42.13944	-87.84667	201			IL	031	53676	
6332093	Dundee Road Acres	dundee-road-acres	US		0	America/Chicago	42.14083	-87.845	201			IL	031	53676	
6332094	Cotswald Subdivision	cotswald-subdivision	US		0	America/Chicago	42.14111	-87.8425	200			IL	031	53676	
6332095	Glenbrook Countryside	glenbrook-countryside	US		0	America/Chicago	42.14778	-87.82667	204			IL	031	53676	
6332096	Williamsburg Square	williamsburg-square	US		0	America/Chicago	42.1475	-87.80917	201			IL	031	53676	
6332097	Lee Acres	lee-acres	US		0	America/Chicago	42.14972	-87.80694	199			IL	031	53676	
6332098	Northwood Edens	northwood-edens	US		0	America/Chicago	42.14278	-87.79389	193			IL	031	53676	
6332100	Lane Park	lane-park	US		0	America/Chicago	42.14222	-87.79583	194			IL	031	53676	
6332101	Charring Cross	charring-cross	US		0	America/Chicago	42.13972	-87.79972	199			IL	031	53676	
6332102	Fair Acres	fair-acres	US		0	America/Chicago	42.14472	-87.81167	198			IL	031	53676	
6332103	The Colonnades	the-colonnades	US		0	America/Chicago	42.13722	-87.7975	197			IL	031	53676	
6332104	Northbrook East	northbrook-east	US		0	America/Chicago	42.13333	-87.79472	196			IL	031	53676	
6332108	Marrier Estates	marrier-estates	US		0	America/Chicago	47.13111	-93.27222	391			MN	061	68080	
6332109	Parkview Mobile Home Court	parkview-mobile-home-court	US		0	America/Chicago	47.38306	-93.16611	461			MN	061	44998	
6332110	Liston Evergreen Mobile Home Park	liston-evergreen-mobile-home-park	US		0	America/Chicago	47.34194	-93.79556	393			MN	061	15310	
6332112	Wiiams Narrows Resort and Mobile Home Court	wiiams-narrows-resort-and-mobile-home-court	US		0	America/Chicago	47.50389	-94.06167	398			MN	061	07105	
6332113	Twin Lake Trails Mobile Home Park	twin-lake-trails-mobile-home-park	US		0	America/Chicago	47.31111	-93.30556	415			MN	061	25892	
6332114	Olson's Mobile Home Park	olson-s-mobile-home-park	US		0	America/Chicago	47.39694	-93.075	448			MN	061	32570	
6332115	Three Rivers Mobile Home Park	three-rivers-mobile-home-park	US		0	America/Chicago	44.71583	-92.83472	253			MN	037	27530	
6332116	Hastings Mobile Home Terrace	hastings-mobile-home-terrace	US		0	America/Chicago	44.72056	-92.84722	252			MN	037	27530	
6332117	Odfield Mobile Home Park	odfield-mobile-home-park	US		0	America/New_York	37.86911	-83.20597	244			KY	175		
6332118	Summerset	summerset	US		2239	America/Denver	44.18998	-103.34384	1109	City of Summerset,Summerset		SD	093	62155	
6332119	Copiague Harbor	copiague-harbor	US		0	America/New_York	40.66222	-73.38639	0	Copiague Harbor,Great South Bay Estates		NY	103	04000	
6332121	Bass Brook Court	bass-brook-court	US		0	America/Chicago	47.26389	-93.60694	399			MN	061	12412	
6332122	Lakeview Terrace	lakeview-terrace	US		0	America/Chicago	47.22917	-93.58306	398			MN	061	12412	
6332123	Wagon Wheel Mobile Home Park	wagon-wheel-mobile-home-park	US		0	America/Chicago	47.19861	-93.53194	411			MN	061	25118	
6332124	Best Mobile Home Park	best-mobile-home-park	US		0	America/Chicago	47.22167	-93.52861	396			MN	061	25118	
6332125	Country Acres Mobile Home Park	country-acres-mobile-home-park	US		0	America/Chicago	47.20972	-93.49056	393			MN	061	25118	
6332126	Huhn Addition Mobile Home Court	huhn-addition-mobile-home-court	US		0	America/Chicago	47.23944	-93.51222	398			MN	061	25118	
6332127	Midway Mobile Home Park	midway-mobile-home-park	US		0	America/Chicago	47.24306	-93.48889	390			MN	061	35648	
6332128	North Star Moblie Home Park	north-star-moblie-home-park	US		0	America/Chicago	47.225	-93.55	397			MN	061	25118	
6332129	Oakland Estates Mobile Home Park	oakland-estates-mobile-home-park	US		0	America/Chicago	47.235	-93.52139	392			MN	061	25118	
6332130	Acheson Mobile Home Village	acheson-mobile-home-village	US		0	America/Chicago	47.22917	-93.50278	393			MN	061	35648	
6332131	Woodland Terrace Mobile Home Park	woodland-terrace-mobile-home-park	US		0	America/Chicago	47.69722	-93.53333	421			MN	061	46894	
6332132	South Somerset	south-somerset	US		0	America/New_York	43.31111	-78.57472	111			NY	063	68330	
6332133	Riverview Terrace Mobile Home Park	riverview-terrace-mobile-home-park	US		0	America/Chicago	44.80139	-93.57222	220			MN	019	10972	
6332134	Brandondale Chaska Mobile Park	brandondale-chaska-mobile-park	US		0	America/Chicago	44.80972	-93.5875	261			MN	019	10972	
6332135	Basswood Court	basswood-court	US		0	America/Chicago	48.11917	-96.18083	345			MN	113	64570	
6332136	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/Chicago	48.11917	-96.18083	345			MN	113	64570	
6332137	Greendale Manor	greendale-manor	US		0	America/Chicago	48.11917	-96.18083	345			MN	113	64570	
6332138	Northwestern Trailer Court	northwestern-trailer-court	US		0	America/Chicago	48.11917	-96.18083	345			MN	113	64570	
6332139	Riverview Mobile Home Park	riverview-mobile-home-park	US		0	America/Chicago	48.11917	-96.18083	345			MN	113	64570	
6332140	Challenger Court	challenger-court	US		0	America/Chicago	48.09778	-96.175	345			MN	113	64570	
6332141	Jamar Mobile Home Park	jamar-mobile-home-park	US		0	America/Chicago	48.10778	-96.17167	343			MN	113	64570	
6332142	Northside Trailer Park	northside-trailer-park	US		0	America/Chicago	48.01389	-96.21444	332			MN	113	57022	
6332143	Oaks Mobile Home Park	oaks-mobile-home-park	US		0	America/Chicago	47.88222	-96.27389	317			MN	125	53476	
6332144	Marlboro Houses	marlboro-houses	US		0	America/New_York	40.59167	-73.97972	4			NY	047		
6332145	Hare	hare	US		0	America/New_York	37.20444	-84.15694	381			KY	131		
6332146	Park Estates	park-estates	US		0	America/Chicago	46.94028	-95.01528	442			MN	057	28556	
6332147	Lamb's Mobile Home Park	lamb-s-mobile-home-park	US		0	America/Chicago	47.54361	-90.89167	186			MN	031	58999	
6332148	Towns Edge Mobile Home Park	towns-edge-mobile-home-park	US		0	America/Chicago	46.48222	-93.9575	384			MN	035	13924	
6332149	Serpent Lake Mobile Home Park	serpent-lake-mobile-home-park	US		0	America/Chicago	46.475	-93.925	385			MN	035	15364	
6332150	Lakes	lakes	US		0	America/New_York	37.50417	-83.93722	298			KY	109		
6332151	Faxon Court	faxon-court	US		0	America/Chicago	44.77083	-93.91861	299			MN	019	47520	
6332152	White Mobile Home Park	white-mobile-home-park	US		0	America/Chicago	44.96528	-93.85472	296			MN	019	68548	
6332153	Riverside Terrace Mobile Home Park	riverside-terrace-mobile-home-park	US		0	America/Chicago	44.97056	-93.83944	285			MN	019	68548	
6332154	Latonia Terrace	latonia-terrace	US		0	America/New_York	39.08	-84.50444	159			KY	117		
6332155	Jacob Price Homes	jacob-price-homes	US		0	America/New_York	39.08	-84.50444	159			KY	117		
6332156	Woodhaven Manufactured Home Community	woodhaven-manufactured-home-community	US		0	America/Chicago	45.39361	-93.37083	281			MN	003	56950	
6332157	Castle Towers Mobile Home Park	castle-towers-mobile-home-park	US		0	America/Chicago	45.41111	-93.23833	283			MN	003	17486	
6332158	Woodlyn Court	woodlyn-court	US		0	America/Chicago	45.40972	-93.32778	284			MN	003	56950	
6332159	Ken and Debi Lathrop Mobile Home Park	ken-and-debi-lathrop-mobile-home-park	US		0	America/Chicago	47.20056	-94.99333	434			MN	057	34388	
6332160	Lake George Pines Mobile Home Park	lake-george-pines-mobile-home-park	US		0	America/Chicago	47.20056	-94.99333	434			MN	057	34388	
6332161	Morgans Creek (historical)	morgans-creek-historical	US		0	America/New_York	38.14361	-82.71889	195			KY	127		
6332163	Harsenville (historical)	harsenville-historical	US		0	America/New_York	40.77972	-73.98056	24			NY	061		
6332164	The Hamlet	the-hamlet	US		0	America/New_York	37.31389	-76.74056	32			VA	095		
6332165	Old Stage Manor	old-stage-manor	US		0	America/New_York	37.33056	-76.73889	27			VA	095		
6332166	Marstons Mobile Home Park	marstons-mobile-home-park	US		0	America/New_York	37.33861	-76.76667	27			VA	095		
6332167	Lake Toano Estates	lake-toano-estates	US		0	America/New_York	37.36861	-76.815	33			VA	095		
6332168	Toano Trace	toano-trace	US		0	America/New_York	37.37333	-76.80389	34			VA	095		
6332169	Hunters Creek	hunters-creek	US		0	America/New_York	37.37194	-76.79972	29			VA	095		
6332171	Norge Court	norge-court	US		0	America/New_York	37.36722	-76.77389	33			VA	095		
6332172	Farmville Estates	farmville-estates	US		0	America/New_York	37.36583	-76.77194	31			VA	095		
6332173	Kristiansand	kristiansand	US		0	America/New_York	37.36	-76.7725	31			VA	095		
6332174	Mobile Estates	mobile-estates	US		0	America/New_York	37.34139	-76.76333	31			VA	095		
6332175	Lafayette Square	lafayette-square	US		0	America/New_York	37.3125	-76.75694	16			VA	095		
6332176	Longhill Gate	longhill-gate	US		0	America/New_York	37.31139	-76.76889	22			VA	095		
6332177	Seasons Trace	seasons-trace	US		0	America/New_York	37.3175	-76.76111	25			VA	095		
6332178	James Shire Settlement	james-shire-settlement	US		0	America/New_York	37.33861	-76.77167	25			VA	095		
6332179	Camelot	camelot	US		0	America/New_York	37.33444	-76.76861	32			VA	095		
6332180	Adams Hunt	adams-hunt	US		0	America/New_York	37.33222	-76.7725	26			VA	095		
6332181	Fox Ridge	fox-ridge	US		0	America/New_York	37.32833	-76.78583	25			VA	095		
6332182	Forest Glen	forest-glen	US		0	America/New_York	37.32222	-76.78556	32			VA	095		
6332183	Burton Woods	burton-woods	US		0	America/New_York	37.315	-76.78722	25			VA	095		
6332185	The Links	the-links	US		0	America/New_York	37.29639	-76.78361	19			VA	095		
6332186	Fords Colony	fords-colony	US		0	America/New_York	37.29639	-76.76722	20			VA	095		
6332187	Powhatan Secondary	powhatan-secondary	US		0	America/New_York	37.27417	-76.77583	16			VA	095		
6332188	Powhatan of Williamsburg	powhatan-of-williamsburg	US		0	America/New_York	37.27056	-76.77056	23			VA	095		
6332189	The Meadows	the-meadows	US		0	America/New_York	37.265	-76.75417	22			VA	095		
6332190	Steeple Chase	steeple-chase	US		0	America/New_York	37.26694	-76.76306	24			VA	095		
6332191	The Foxes	the-foxes	US		0	America/New_York	37.26083	-76.76	23			VA	095		
6332192	Powhatan Plantation	powhatan-plantation	US		0	America/New_York	37.26222	-76.77111	23			VA	095		
6332193	Powhatan Crossing	powhatan-crossing	US		0	America/New_York	37.25694	-76.77083	24			VA	095		
6332194	Baron Woods	baron-woods	US		0	America/New_York	37.25694	-76.76389	22			VA	095		
6332195	Heritage Landing	heritage-landing	US		0	America/New_York	37.25056	-76.80861	9			VA	095		
6332197	Berkeleys Green	berkeleys-green	US		0	America/New_York	37.24889	-76.80278	11			VA	095		
6332198	Fieldcrest	fieldcrest	US		0	America/New_York	37.25139	-76.79611	9			VA	095		
6332199	Greensprings Mobile Home Park	greensprings-mobile-home-park	US		0	America/New_York	37.27778	-76.80889	23			VA	095		
6332200	Deerwood Hills	deerwood-hills	US		0	America/New_York	37.30667	-76.83056	23			VA	095		
6332201	Varick Homes	varick-homes	US		0	America/New_York	41.50472	-74.0075	24			NY	071	50034	
6332202	Voyageur Trailer Park	voyageur-trailer-park	US		0	America/Chicago	47.02278	-91.67056	204			MN	075	65956	
6332206	Level Green	level-green	US		0	America/New_York	36.80194	-76.20361	7			VA	810		
6332207	Indian River Estates	indian-river-estates	US		0	America/New_York	36.81694	-76.21861	5			VA	810		
6332208	Westview Village	westview-village	US		0	America/New_York	36.8175	-76.21028	4			VA	810		
6332210	Carriage Heights	carriage-heights	US		0	America/New_York	37.28389	-76.73194	30			VA	095		
6332211	Charlestown Lakes South	charlestown-lakes-south	US		0	America/New_York	36.76667	-76.185	4			VA	810		
6332212	Charlestown Lakes	charlestown-lakes	US		0	America/New_York	36.77472	-76.18611	4			VA	810		
6332213	Charlestowne	charlestowne	US		0	America/New_York	36.78111	-76.18417	5			VA	810		
6332214	Brigadoon	brigadoon	US		0	America/New_York	36.78356	-76.17223	3			VA	810		
6332215	Lamplight Manor	lamplight-manor	US		0	America/New_York	36.80917	-76.06667	4			VA	810		
6332216	Brigadoon	brigadoon	US		0	America/New_York	36.78611	-76.17889	4			VA	810		
6332217	Cape Henry Village	cape-henry-village	US		0	America/New_York	36.91972	-76.00167	4			VA	810		
6332218	Toulouse	toulouse	US		0	America/New_York	37.17667	-83.32694	386			KY	131		
6332219	Windy Hill Mobile Home Park	windy-hill-mobile-home-park	US		0	America/New_York	37.20972	-76.61028	18			VA	095		
6332221	Poplar Hall Plantation	poplar-hall-plantation	US		0	America/New_York	37.215	-76.61278	18			VA	095		
6332222	Country Village Mobile Home Park	country-village-mobile-home-park	US		0	America/New_York	37.21861	-76.61528	21			VA	095		
6332224	Gate House Farms	gate-house-farms	US		0	America/New_York	37.22861	-76.755	3			VA	095		
6332225	Powhatan Shores	powhatan-shores	US		0	America/New_York	37.22528	-76.76472	3			VA	095		
6332226	Williamsburg Terrace Mobile Home Park	williamsburg-terrace-mobile-home-park	US		0	America/New_York	37.25917	-76.66833	24			VA	095		
6332227	James York Mobile Home Park	james-york-mobile-home-park	US		0	America/New_York	37.25944	-76.67361	14			VA	095		
6332228	Fort Magruder Heights	fort-magruder-heights	US		0	America/New_York	37.26472	-76.67667	24			VA	095		
6332229	Village of Williamsburg	village-of-williamsburg	US		0	America/New_York	37.2625	-76.67917	23			VA	095		
6332230	West Lovely (historical)	west-lovely-historical	US		0	America/New_York	37.82167	-82.40722	190	Chapman Bottom,West Lovely (historical)		KY	159		
6332231	Valley Green Mobile Home Park	valley-green-mobile-home-park	US		0	America/Chicago	44.67639	-93.62917	227			MN	139	32174	
6332232	Jackson Heights Trailer Park	jackson-heights-trailer-park	US		0	America/Chicago	44.76667	-93.57917	244			MN	139	31580	
6332233	Mobile Manor	mobile-manor	US		0	America/Chicago	44.77306	-93.56778	252			MN	139	31580	
6332234	Bonnevista Terrace Mobile Home Park	bonnevista-terrace-mobile-home-park	US		0	America/Chicago	44.78111	-93.56389	246			MN	139	31580	
6332235	The Mews	the-mews	US		0	America/New_York	37.29889	-76.7425	24			VA	095		
6332236	Chisel Run	chisel-run	US		0	America/New_York	37.31278	-76.73889	29			VA	095		
6332237	Ewell Hall	ewell-hall	US		0	America/New_York	37.31583	-76.74056	33			VA	095		
6332238	Valley View Terrace	valley-view-terrace	US		0	America/Chicago	44.62694	-93.77556	235			MN	139	04834	
6332239	East Gate Estates	east-gate-estates	US		0	America/Chicago	44.54861	-93.55417	305			MN	139	28322	
6332240	Jellico Creek	jellico-creek	US		0	America/New_York	36.68778	-84.23333	365			KY	235		
6332241	Great Bridge Gardens	great-bridge-gardens	US		0	America/New_York	36.70472	-76.22111	5			VA	550		
6332242	Bridge Field	bridge-field	US		0	America/New_York	36.70833	-76.21889	6			VA	550		
6332244	Mount Pleasent Heights	mount-pleasent-heights	US		0	America/New_York	36.70583	-76.20139	6			VA	550		
6332245	Waterway Estates	waterway-estates	US		0	America/New_York	36.71694	-76.18389	7			VA	550		
6332246	Albemarle Acres	albemarle-acres	US		0	America/New_York	36.71083	-76.18861	6			VA	550		
6332247	Albemarle Farms	albemarle-farms	US		0	America/New_York	36.70361	-76.18278	7			VA	550		
6332248	Battlewood Meadows	battlewood-meadows	US		0	America/New_York	36.68056	-76.22528	7			VA	550		
6332249	Dove Acres	dove-acres	US		0	America/New_York	36.70444	-76.26167	4			VA	550		
6332250	Pines of Warrick	pines-of-warrick	US		0	America/New_York	36.70722	-76.26528	3			VA	550		
6332251	Seabrooke Landing	seabrooke-landing	US		0	America/New_York	36.71361	-76.26861	1			VA	550		
6332252	Inland Colony	inland-colony	US		0	America/New_York	36.72944	-76.28167	3			VA	550		
6332253	Parkview	parkview	US		0	America/New_York	36.74139	-76.31167	2			VA	550		
6332254	Bayberry Place	bayberry-place	US		0	America/New_York	36.77889	-76.21806	6			VA	550		
6332255	Ashley Woods	ashley-woods	US		0	America/New_York	36.77167	-76.21972	6			VA	550		
6332256	Plantation Lakes	plantation-lakes	US		0	America/New_York	36.76389	-76.19778	5			VA	550		
6332257	Mill Pond Forest	mill-pond-forest	US		0	America/New_York	36.75972	-76.19028	3			VA	550		
6332258	Norview Gardens	norview-gardens	US		0	America/New_York	36.89111	-76.24306	4			VA	710		
6332259	Geneva Shores	geneva-shores	US		0	America/New_York	36.78083	-76.32528	3			VA	550		
6332260	Woodland Terrace	woodland-terrace	US		0	America/New_York	36.78278	-76.3375	3			VA	550		
6332261	Drum Creek Farms	drum-creek-farms	US		0	America/New_York	36.83222	-76.42389	5			VA	550		
6332262	Wedgewood	wedgewood	US		0	America/New_York	36.82167	-76.40444	4			VA	550		
6332263	South Dockwood	south-dockwood	US		0	America/New_York	36.80639	-76.41861	4			VA	550		
6332264	Dockwood	dockwood	US		0	America/New_York	36.80778	-76.41528	3			VA	550		
6332266	Jolliff Woods	jolliff-woods	US		0	America/New_York	36.80361	-76.44056	6			VA	550		
6332267	Davids Mill	davids-mill	US		0	America/New_York	36.79583	-76.43861	5			VA	550		
6332268	Eastern Park	eastern-park	US		0	America/New_York	36.84806	-76.07333	4			VA	810		
6332269	Kings Arm	kings-arm	US		0	America/New_York	36.80861	-76.08278	2			VA	810		
6332271	Magic Hollow	magic-hollow	US		0	America/New_York	36.805	-76.07167	3			VA	810		
6332272	Green Run	green-run	US		0	America/New_York	36.79833	-76.09194	3			VA	810		
6332273	Bellamy Plantation	bellamy-plantation	US		0	America/New_York	36.78583	-76.13111	3			VA	810		
6332274	Bellwood Meadows	bellwood-meadows	US		0	America/New_York	36.76833	-76.12583	2			VA	810		
6332275	Bellwood Estates	bellwood-estates	US		0	America/New_York	36.76556	-76.12639	3			VA	810		
6332276	Willow Green	willow-green	US		0	America/New_York	37.10361	-76.46694	8			VA	700		
6332277	Village Green	village-green	US		0	America/New_York	37.10917	-76.48556	10			VA	700		
6332278	Criston	criston	US		0	America/New_York	37.10667	-76.49056	10			VA	700		
6332279	Watergate Estates	watergate-estates	US		0	America/New_York	37.06556	-76.52444	9			VA	700		
6332280	Barclay Woods	barclay-woods	US		0	America/New_York	37.07361	-76.52472	9			VA	700		
6332281	Wendwood	wendwood	US		0	America/New_York	37.10111	-76.50639	10			VA	700		
6332282	Chesapeake Village Mobile Home Park	chesapeake-village-mobile-home-park	US		0	America/New_York	37.11583	-76.50861	10			VA	700		
6332283	Woods Run	woods-run	US		0	America/New_York	37.17556	-76.53278	15			VA	700		
6332284	Trailux Mobile Village	trailux-mobile-village	US		0	America/New_York	37.13528	-76.53111	7			VA	700		
6332285	Pauls Trailer Park	pauls-trailer-park	US		0	America/New_York	37.14083	-76.545	10			VA	700		
6332286	Patricia Heights	patricia-heights	US		0	America/New_York	37.16222	-76.56	8			VA	700		
6332287	Merry Oaks	merry-oaks	US		0	America/New_York	37.16389	-76.56	9			VA	700		
6332288	Bradmere	bradmere	US		0	America/New_York	37.16972	-76.56944	11			VA	700		
6332290	Castle (historical)	castle-historical	US		0	America/New_York	37.89583	-82.55472	196	Cassel,Castle (historical)		KY	159		
6332292	Wedgewood	wedgewood	US		0	America/New_York	36.91972	-76.22333	3			VA	710		
6332293	Norview Heights	norview-heights	US		0	America/New_York	36.885	-76.24028	3			VA	710		
6332294	Brandon Place	brandon-place	US		0	America/New_York	36.88806	-76.23361	4			VA	710		
6332296	South Bay View	south-bay-view	US		0	America/New_York	36.91722	-76.23833	4			VA	710		
6332297	Alden Heights	alden-heights	US		0	America/New_York	36.92194	-76.24028	4			VA	710		
6332299	Cherokee Heights	cherokee-heights	US		0	America/New_York	36.92639	-76.23972	4			VA	710		
6332300	Hyde Park Homes	hyde-park-homes	US		0	America/New_York	36.93	-76.24806	4			VA	710		
6332301	Snug Harbor	snug-harbor	US		0	America/New_York	36.93	-76.23806	3			VA	710		
6332303	Cottage Road Park	cottage-road-park	US		0	America/New_York	36.91139	-76.2575	4			VA	710		
6332304	Miller Heights	miller-heights	US		0	America/New_York	36.91028	-76.25472	3			VA	710		
6332305	Bay View Park	bay-view-park	US		0	America/New_York	36.93139	-76.26028	4			VA	710		
6332306	Granby Shores	granby-shores	US		0	America/New_York	36.93417	-76.26806	2			VA	710		
6332307	Pinewell	pinewell	US		0	America/New_York	36.94944	-76.25083	3			VA	710		
6332308	Swedetown Village	swedetown-village	US		0	America/New_York	40.76278	-73.48028	39			NY	059	56000	
6332309	Cutler Bay	cutler-bay	US		44865	America/New_York	25.5783	-80.3377	2	Cutler Bay,Cutler Ridge,Katler Bej,Katler-Bej,Lakes by the Bay,Town of Cutler Bay,ka te lei wan,katlara rija,katlr by  flwryda,kwtlr bay,Катлер Беј,Катлер-Бей,كوتلر باي,کاتلر بی، فلوریدا,कट्लर रीज,卡特勒湾		FL	086		
6332310	Valley Haven Mobile Home Park	valley-haven-mobile-home-park	US		0	America/Chicago	44.80278	-93.50611	215			MN	139	59350	
6332311	Newgate Village	newgate-village	US		0	America/New_York	37.08583	-76.43028	8			VA	650		
6332312	Sanlun Lake	sanlun-lake	US		0	America/New_York	37.0875	-76.43639	8			VA	650		
6332313	Silver Isles	silver-isles	US		0	America/New_York	37.06306	-76.28944	1			VA	650		
6332314	Sulik Mobile Home Park	sulik-mobile-home-park	US		0	America/New_York	37.09528	-76.395	3			VA	650		
6332315	Robanna Shores	robanna-shores	US		0	America/New_York	37.18333	-76.44028	1			VA	199		
6332316	Heritage Hamlet	heritage-hamlet	US		0	America/New_York	37.18167	-76.45111	2			VA	199		
6332317	Barcroft	barcroft	US		0	America/New_York	37.17889	-76.45556	4			VA	199		
6332318	Nelson Heights	nelson-heights	US		0	America/New_York	37.20333	-76.49361	16			VA	199		
6332319	Edgehill	edgehill	US		0	America/New_York	37.19278	-76.49889	16			VA	199		
6332321	Country Club Acres	country-club-acres	US		0	America/New_York	37.24694	-76.6475	23			VA	199		
6332322	Old Quaker Estates	old-quaker-estates	US		0	America/New_York	37.36389	-76.73028	31			VA	199		
6332323	Banbury Cross	banbury-cross	US		0	America/New_York	37.35806	-76.72111	31			VA	199		
6332324	Skimino Hills	skimino-hills	US		0	America/New_York	37.35528	-76.72	27			VA	199		
6332325	Queenswood	queenswood	US		0	America/New_York	37.27333	-76.67333	22			VA	199		
6332326	Springfield Terrace	springfield-terrace	US		0	America/New_York	37.27278	-76.66222	25			VA	199		
6332327	Bobs Fork	bobs-fork	US		0	America/New_York	37.16389	-83.51861	274			KY	131		
6332328	Lassiter Court	lassiter-court	US		0	America/New_York	36.97194	-76.41083	4			VA	700		
6332329	Christophers Shores	christophers-shores	US		0	America/New_York	36.97583	-76.4075	5			VA	700		
6332330	Stuart Gardens	stuart-gardens	US		0	America/New_York	36.97917	-76.40194	5			VA	700		
6332331	Circle Mobile Home Park	circle-mobile-home-park	US		0	America/New_York	37.01722	-76.44583	6			VA	700		
6332332	South Rivermont	south-rivermont	US		0	America/New_York	37.02389	-76.45694	6			VA	700		
6332333	Davis Mobile Home Park	davis-mobile-home-park	US		0	America/New_York	37.01194	-76.44139	6			VA	700		
6332334	Pathco Mobile Home Park	pathco-mobile-home-park	US		0	America/New_York	37.00917	-76.43972	6			VA	700		
6332335	Ivy Farms	ivy-farms	US		0	America/New_York	37.05389	-76.45667	7			VA	700		
6332336	Brandon Heights	brandon-heights	US		0	America/New_York	37.03333	-76.46722	8			VA	700		
6332337	Warwick on the James	warwick-on-the-james	US		0	America/New_York	37.03611	-76.47361	9			VA	700		
6332340	Nelson Place	nelson-place	US		0	America/New_York	37.04417	-76.47583	9			VA	700		
6332342	Swansea Manor	swansea-manor	US		0	America/New_York	37.08333	-76.45028	7			VA	700		
6332344	Bayberry	bayberry	US		0	America/New_York	37.09556	-76.455	10			VA	700		
6332345	Bernard Village	bernard-village	US		0	America/New_York	37.08111	-76.47389	9			VA	700		
6332346	Warwick Mobile Home Estates	warwick-mobile-home-estates	US		0	America/New_York	37.09889	-76.49528	11			VA	700		
6332347	Pools Creek	pools-creek	US		0	America/New_York	39.00556	-84.46083	173			KY	037		
6332348	Sanfordtown (historical)	sanfordtown-historical	US		0	America/New_York	39.02917	-84.53528	163			KY	117		
6332349	Pye	pye	US		0	America/New_York	38.97333	-84.46778	156			KY	117		
6332350	Smoky Valley (historical)	smoky-valley-historical	US		0	America/New_York	38.09139	-82.61556	225	Smokey Valley,Smoky Valley (historical)		KY	127		
6332351	Carters Cove	carters-cove	US		0	America/New_York	37.3375	-76.57194	9			VA	073		
6332352	Clay Bank Acres	clay-bank-acres	US		0	America/New_York	37.35333	-76.61028	4			VA	073		
6332353	Clopton Heights	clopton-heights	US		0	America/New_York	37.345	-76.53583	15			VA	073		
6332354	Country Village	country-village	US		0	America/New_York	37.31389	-76.54222	10			VA	073		
6332355	Creekwood Cove Estates	creekwood-cove-estates	US		0	America/New_York	37.35778	-76.6025	9			VA	073		
6332356	Harbor Hills	harbor-hills	US		0	America/New_York	37.275	-76.51056	9			VA	073		
6332358	Hermitage Banks	hermitage-banks	US		0	America/New_York	37.34917	-76.6025	6			VA	073		
6332360	Neva Terrace	neva-terrace	US		0	America/New_York	37.28167	-76.51583	11			VA	073		
6332361	Olivers Estates	olivers-estates	US		0	America/New_York	37.31278	-76.555	6			VA	073		
6332362	Powhatan Shores	powhatan-shores	US		0	America/New_York	37.33139	-76.58806	8			VA	073		
6332363	Robert Heights	robert-heights	US		0	America/New_York	37.34833	-76.53861	17			VA	073		
6332364	Rosewell Harbor	rosewell-harbor	US		0	America/New_York	37.33694	-76.58667	6			VA	073		
6332365	York River Pines	york-river-pines	US		0	America/New_York	37.25639	-76.50389	10			VA	073		
6332366	York View	york-view	US		0	America/New_York	37.34556	-76.59833	4			VA	073		
6332368	Booker T Estates	booker-t-estates	US		0	America/New_York	36.94361	-76.55	6			VA	093		
6332369	Carisbrooke	carisbrooke	US		0	America/New_York	36.94667	-76.51722	1			VA	093		
6332370	Carrollton Estates	carrollton-estates	US		0	America/New_York	36.95	-76.56278	7			VA	093		
6332371	Isle of Wight Mobile Home Village	isle-of-wight-mobile-home-village	US		0	America/New_York	36.94528	-76.58528	7			VA	093		
6332372	Rollingwood	rollingwood	US		0	America/New_York	36.92417	-76.52167	6			VA	093		
6332373	Armistead Heights	armistead-heights	US		0	America/New_York	37.06278	-76.38917	3			VA	650		
6332376	Elizabeth Lake Estates	elizabeth-lake-estates	US		0	America/New_York	37.05306	-76.325	2			VA	650		
6332377	Gardners Mobile Home Park	gardners-mobile-home-park	US		0	America/New_York	37.07167	-76.38083	3			VA	650		
6332378	Grandview Shores	grandview-shores	US		0	America/New_York	37.07917	-76.28	5			VA	650		
6332379	Holiday Park	holiday-park	US		0	America/New_York	37.06944	-76.31667	2			VA	650		
6332380	Langley Mobile Home Park	langley-mobile-home-park	US		0	America/New_York	37.08472	-76.38417	3			VA	650		
6332381	Burning Tree Ranch	burning-tree-ranch	US		0	America/Denver	39.3974	-104.7316	1952			CO	035		
6332382	Bayou Hills	bayou-hills	US		0	America/Denver	39.4263	-104.7038	1941			CO	035		
6332385	Windy Hills	windy-hills	US		0	America/Denver	39.4856	-104.6876	1941			CO	035		
6332386	Hidden Vilage	hidden-vilage	US		0	America/Denver	39.4634	-104.7074	1935			CO	035		
6332387	Cold Springs (historical)	cold-springs-historical	US		0	America/New_York	38.30463	-83.16351	264	Cold Springs (historical),Old Olive		KY	043		
6332388	Blaines Trace (historical)	blaines-trace-historical	US		0	America/New_York	38.11778	-82.90944	240			KY	063		
6332389	Euclid Homes (historical)	euclid-homes-historical	US		0	America/New_York	41.58444	-81.53889	189			OH	035	25704	
6332390	Ashbury Towers	ashbury-towers	US		0	America/New_York	41.47333	-81.72167	207			OH	035	16000	
6332391	New Chinatown	new-chinatown	US		0	America/New_York	41.51167	-81.67111	193			OH	035	16000	
6332392	Old Chinatown	old-chinatown	US		0	America/New_York	41.50889	-81.67778	194			OH	035	16000	
6332393	Chapparal	chapparal	US		0	America/Denver	39.58694	-104.76583	1816			CO	005		
6332395	Piney Creek Ranches	piney-creek-ranches	US		0	America/Denver	39.59833	-104.76472	1757			CO	005		
6332396	Geigers Crossing (historical)	geigers-crossing-historical	US		0	America/New_York	38.46389	-82.62917	174			KY	019		
6332397	Chadwick Creek (historical)	chadwick-creek-historical	US		0	America/New_York	38.378	-82.64715	238			KY	019		
6332398	Cliffside (historical)	cliffside-historical	US		0	America/New_York	38.45432	-82.61345	165			KY	019		
6332399	Little Garner (historical)	little-garner-historical	US		0	America/New_York	38.43505	-82.73914	178			KY	019		
6332400	Riggs Tract (historical)	riggs-tract-historical	US		0	America/New_York	38.40269	-82.60057	169			KY	019		
6332401	Oakland Addition (historical)	oakland-addition-historical	US		0	America/New_York	38.39597	-82.60204	174			KY	019		
6332402	Whites Creek (historical)	whites-creek-historical	US		0	America/New_York	38.34071	-82.61142	188			KY	019		
6332404	Parker Highlands	parker-highlands	US		0	America/Denver	39.47139	-104.65056	1961			CO	039		
6332405	Pawnee Hills	pawnee-hills	US		0	America/Denver	39.39306	-104.63833	1999			CO	039		
6332406	Prairie Trail Ranches	prairie-trail-ranches	US		0	America/Denver	39.46972	-104.63222	1945			CO	039		
6332407	Durbin-Burnaugh (historical)	durbin-burnaugh-historical	US		0	America/New_York	38.25986	-82.58199	178			KY	019		
6332408	Trace (historical)	trace-historical	US		0	America/New_York	38.32767	-82.72509	193			KY	019		
6332409	Big Sandy (historical)	big-sandy-historical	US		0	America/New_York	38.28781	-82.66438	186			KY	019		
6332410	Cloverdale (historical)	cloverdale-historical	US		0	America/New_York	38.29417	-82.73445	194			KY	019		
6332411	The Estates At Wiedemann Mansion	the-estates-at-wiedemann-mansion	US		0	America/New_York	39.09	-84.4825	184			KY	037		
6332412	Cote Brilliant	cote-brilliant	US		0	America/New_York	39.08833	-84.4775	155			KY	037		
6332413	Johns Hill	johns-hill	US		0	America/New_York	39.05111	-84.48722	165			KY	037		
6332416	Tudor City	tudor-city	US		0	America/New_York	40.74861	-73.97139	18			NY	061		
6332418	Phipps Houses	phipps-houses	US		0	America/New_York	40.77361	-73.98833	13			NY	061		
6332419	Park West Village	park-west-village	US		0	America/New_York	40.79389	-73.965	27			NY	061		
6332421	Stanley Isaacs Houses	stanley-isaacs-houses	US		0	America/New_York	40.78139	-73.945	2			NY	061		
6332422	Morningside Heights	morningside-heights	US		55929	America/New_York	40.81	-73.9625	37			NY	061		
6332423	Manhattanville	manhattanville	US		0	America/New_York	40.81694	-73.95583	14			NY	061		
6332424	Hamilton Heights	hamilton-heights	US		0	America/New_York	40.82444	-73.95	36			NY	061		
6332425	Brazos Bend	brazos-bend	US		323	America/Chicago	32.47728	-97.76294	214			TX	221		
6332426	Riverbend Houses	riverbend-houses	US		0	America/New_York	40.81583	-73.935	2			NY	061		
6332427	Lionel Hampton Houses	lionel-hampton-houses	US		0	America/New_York	40.81389	-73.94806	9			NY	061		
6332428	East Harlem	east-harlem	US		115921	America/New_York	40.79472	-73.9425	5	East Harlem,Harlem del Este,Otterspoor,Spanish Harlem,Vostochnyj Garlem,dong ha lai mu,iseuteuhallem,Восточный Гарлем,מזרח הארלם,スパニッシュ・ハーレム,东哈莱姆,이스트할렘		NY	061		
6332429	Franklin Houses	franklin-houses	US		0	America/New_York	40.79139	-73.94194	6			NY	061		
6332430	James Weldon Johnson Houses	james-weldon-johnson-houses	US		0	America/New_York	40.79694	-73.94278	6			NY	061		
6332431	Taino Towers	taino-towers	US		0	America/New_York	40.80083	-73.93361	3			NY	061		
6332432	Five Lakes Subdivision	five-lakes-subdivision	US		0	America/New_York	37.506	-77.1744	34			VA	127		
6332433	Cherry Creek Highlands	cherry-creek-highlands	US		0	America/Denver	39.5012	-104.7865	1804			CO	035		
6332434	Clarke Farms	clarke-farms	US		0	America/Denver	39.5272	-104.7881	1784			CO	035		
6332435	Jawbone Flats (historical)	jawbone-flats-historical	US		0	America/Los_Angeles	44.8469	-122.2093	639			OR	047		
6332436	Grassland (historical)	grassland-historical	US		0	America/New_York	38.31342	-83.67683	256			KY	019		
6332437	Shinbrier	shinbrier	US		0	America/New_York	37.3229	-81.3211	694			WV	055		
6332438	Alafaya Woods	alafaya-woods	US		0	America/New_York	28.6485	-81.1953	23			FL	117		
6332439	Alafaya	alafaya	US		78113	America/New_York	28.5641	-81.2114	24			FL	095		
6332440	Barefoot Beach	barefoot-beach	US		0	America/New_York	26.3288	-81.8437	1			FL	021		
6332441	Kistler Park	kistler-park	US		0	America/Denver	39.5417	-104.9805	1749			CO	035		
6332442	McArthur Ranch	mcarthur-ranch	US		0	America/Denver	39.5173	-104.9058	1845			CO	035		
6332443	Surrey Ridge	surrey-ridge	US		0	America/Denver	39.4978	-104.8826	1902			CO	035		
6332444	Richlawn Hills	richlawn-hills	US		0	America/Denver	39.4657	-104.7826	1849			CO	035		
6332445	Happy Canyon Ranches	happy-canyon-ranches	US		0	America/Denver	39.4416	-104.8639	1991			CO	035		
6332446	Castlewood North	castlewood-north	US		0	America/Denver	39.3843	-104.7767	1905			CO	035		
6332447	Castle Oaks	castle-oaks	US		0	America/Denver	39.392	-104.8107	1971			CO	035		
6332448	Founders Village	founders-village	US		0	America/Denver	39.3758	-104.8086	1995			CO	035		
6332449	Wyckoff Gardens	wyckoff-gardens	US		0	America/New_York	40.6825	-73.98389	6			NY	047		
6332450	Atlantic Terminal Houses	atlantic-terminal-houses	US		0	America/New_York	40.6825	-73.97056	19			NY	047		
6332451	Clinton Hill	clinton-hill	US		0	America/New_York	40.68972	-73.96528	24			NY	047		
6332452	Johnson's Mobile Home Park	johnson-s-mobile-home-park	US		0	America/Chicago	47.66944	-96.00889	363			MN	119	19700	
6332453	Riverview Terrace	riverview-terrace	US		0	America/Chicago	47.76111	-96.57778	272			MN	119	13888	
6332454	Forest Knolls Estates	forest-knolls-estates	US		0	America/Chicago	47.78278	-96.58194	271			MN	119	13870	
6332455	Carman Terrace	carman-terrace	US		0	America/Chicago	47.75667	-96.61833	269			MN	119	13870	
6332456	Williamsburg Houses	williamsburg-houses	US		0	America/New_York	40.71	-73.94361	12			NY	047		
6332457	Bay View Houses	bay-view-houses	US		0	America/New_York	40.63361	-73.88611	5			NY	047		
6332458	North Star Mobile Home Park	north-star-mobile-home-park	US		0	America/Chicago	47.94278	-97.01667	254			MN	119	17612	
6332459	Dice Trailer Park	dice-trailer-park	US		0	America/Chicago	47.78	-95.69194	368			MN	119	65344	
6332460	Gully Mobile Home Park	gully-mobile-home-park	US		0	America/Chicago	47.76861	-95.6225	389			MN	119	26270	
6332461	Rutland Plaza	rutland-plaza	US		0	America/New_York	40.66333	-73.92806	13			NY	047		
6332462	Marcus Garvey Village	marcus-garvey-village	US		0	America/New_York	40.66306	-73.91111	10			NY	047		
6332463	O J Mathison Mobile Home Park	o-j-mathison-mobile-home-park	US		0	America/Chicago	47.53028	-95.25833	443			MN	029	59782	
6332464	Stinar Whispering Pines Mobile Home Park	stinar-whispering-pines-mobile-home-park	US		0	America/Chicago	47.52167	-95.39806	441			MN	029	03196	
6332465	Chł'ach'alqw Landing	chl-ach-alqw-landing	US		0	America/Los_Angeles	47.45965	-116.82378	662	Chl'ach'alqw Landing,Chł'ach'alqw Landing		ID	055		
6332469	Chat'u'washa'lqs Bluff	chat-u-washa-lqs-bluff	US		0	America/Los_Angeles	47.33415	-116.60346	676			ID	009		
6332470	Green Acres Trailer Park	green-acres-trailer-park	US		0	America/Chicago	47.7375	-95.51333	391			MN	029	24344	
6332471	City Trailer Park Number One	city-trailer-park-number-one	US		0	America/Chicago	47.7375	-95.51333	391			MN	029	24344	
6332472	Belvedere Island	belvedere-island	US		0	America/Los_Angeles	37.8769	-122.4713	21			CA	041		
6332473	Mahnomen Mobile Home Park	mahnomen-mobile-home-park	US		0	America/Chicago	47.31528	-95.96833	369			MN	087	39392	
6332474	Haddeland Mobile Home Park	haddeland-mobile-home-park	US		0	America/Chicago	47.18056	-95.93889	379			MN	087	68674	
6332475	Twin Valley Mobile Home Park	twin-valley-mobile-home-park	US		0	America/Chicago	47.26028	-96.25444	334			MN	107	65938	
6332476	Washington Square Village	washington-square-village	US		0	America/New_York	40.72806	-73.99778	10			NY	061		
6332477	University Village	university-village	US		0	America/New_York	40.72694	-73.99889	8			NY	061		
6332478	Anderson Trailer Court	anderson-trailer-court	US		0	America/Chicago	47.34778	-96.82778	263			MN	107	26630	
6332604	Carova	carova	US		0	America/New_York	36.5454	-75.8722	1			NC	053	91188	
6332479	West Village	west-village	US		0	America/New_York	40.73361	-74.00917	3	Vest-Villidzh,weseuteubilliji,xi cun,Вест-Виллидж,וועסט וויליזש,ვესტ ვილიჯი,西村,웨스트빌리지		NY	061		
6332482	Stuyvesant Town	stuyvesant-town	US		0	America/New_York	40.73167	-73.97833	3			NY	061		
6332483	Peter Cooper Village	peter-cooper-village	US		0	America/New_York	40.73472	-73.9775	3			NY	061		
6332484	Sunnyside Gardens	sunnyside-gardens	US		0	America/New_York	40.74778	-73.91833	18			NY	081		
6332485	Queensbridge Houses	queensbridge-houses	US		0	America/New_York	40.75528	-73.945	4			NY	081		
6332486	Walden Terrace	walden-terrace	US		0	America/New_York	40.73083	-73.85778	13			NY	081		
6332487	Old Germania Heights	old-germania-heights	US		0	America/New_York	40.70806	-73.91417	27			NY	081		
6332488	Forest Hills Gardens	forest-hills-gardens	US		0	America/New_York	40.71472	-73.84028	25			NY	081		
6332489	Roy Reuther Houses	roy-reuther-houses	US		0	America/New_York	40.59556	-73.74222	1			NY	081		
6332490	Governors Grove	governors-grove	US		0	America/New_York	38.79333	-77.09056	38			VA	059		
6332491	Bayswater	bayswater	US		0	America/New_York	40.61028	-73.76722	3			NY	081		
6332492	Blissville	blissville	US		0	America/New_York	40.73472	-73.93778	6			NY	081		
6332493	Cedar Manor Houses	cedar-manor-houses	US		0	America/New_York	40.685	-73.78472	6			NY	081		
6332494	Edgemere Houses	edgemere-houses	US		0	America/New_York	40.59639	-73.78472	3			NY	081		
6332495	Hammel Houses	hammel-houses	US		0	America/New_York	40.58889	-73.80917	2	Hammel Houses,Hammels Houses		NY	081		
6332496	Linden Hill	linden-hill	US		0	America/New_York	40.77444	-73.82306	14			NY	081		
6332497	Murray Hill	murray-hill	US		0	America/New_York	40.76	-73.81306	25			NY	081		
6332498	Ravenswood Houses	ravenswood-houses	US		0	America/New_York	40.76056	-73.93611	6			NY	081		
6332499	Rochdale Village	rochdale-village	US		0	America/New_York	40.67639	-73.77389	6			NY	081		
6332501	Woodside Houses	woodside-houses	US		0	America/New_York	40.75611	-73.90972	14			NY	081		
6332502	Hester - Allen Turnkey Housing	hester-allen-turnkey-housing	US		0	America/New_York	40.71639	-73.99278	12			NY	061		
6332504	East River Houses	east-river-houses	US		0	America/New_York	40.71333	-73.97917	5	Corlear's Hook Houses,East River Houses		NY	061		
6332505	Hillman Housing	hillman-housing	US		0	America/New_York	40.71444	-73.98111	9			NY	061		
6332506	Amalgamated Dwellings	amalgamated-dwellings	US		0	America/New_York	40.715	-73.98278	9			NY	061		
6332510	Breukelen Houses	breukelen-houses	US		0	America/New_York	40.65056	-73.89417	3			NY	047		
6332511	Red Hook Houses	red-hook-houses	US		0	America/New_York	40.67528	-74.00472	4			NY	047		
6332512	Glyndon Mobile Home Park	glyndon-mobile-home-park	US		0	America/Chicago	46.87528	-96.57861	282			MN	027	24182	
6332513	Dilworth Trailer Park	dilworth-trailer-park	US		0	America/Chicago	46.87917	-96.69444	276			MN	027	15976	
6332514	Park Lane Mobile Home Park	park-lane-mobile-home-park	US		0	America/Chicago	46.87861	-96.69444	276			MN	027	15976	
6332515	Vinegar Hill	vinegar-hill	US		0	America/New_York	40.70306	-73.98472	9			NY	047		
6332516	Cobble Hill	cobble-hill	US		0	America/New_York	40.6875	-73.99806	7	Cobble Hill,Cobles Hill,Ponkiesbergh,Punkiesberg		NY	047		
6332517	West View Court	west-view-court	US		0	America/Chicago	47.57639	-95.75111	394			MN	119	21986	
6332518	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/Chicago	47.57167	-95.74583	395			MN	119	55564	
6332519	Bartz Mobile Home Park	bartz-mobile-home-park	US		0	America/Chicago	47.63833	-95.89	375			MN	119	39050	
6332520	West Side Mobile Home Park	west-side-mobile-home-park	US		0	America/Chicago	47.41778	-96.28472	338			MN	107	63508	
6332521	Hagen's Mobile Home Park	hagen-s-mobile-home-park	US		0	America/Chicago	47.53611	-96.28	347			MN	119	20978	
6332522	Four Seasons Mobile Home Park	four-seasons-mobile-home-park	US		0	America/New_York	25.51145	-80.46785	1			FL	086		
6332523	Fronton Trailer Park	fronton-trailer-park	US		0	America/New_York	25.80889	-80.255	1			FL	086		
6332524	Gables Trailer Park	gables-trailer-park	US		0	America/New_York	25.76278	-80.26722	4			FL	086		
6332525	Gateway Estates	gateway-estates	US		0	America/New_York	25.43889	-80.47889	1			FL	086		
6332526	Gateway West	gateway-west	US		0	America/New_York	25.43861	-80.48222	1			FL	086		
6332527	Dixie Mobile Court	dixie-mobile-court	US		0	America/New_York	25.95639	-80.14861	1			FL	086		
6332528	Dixie Trailer Park	dixie-trailer-park	US		0	America/New_York	25.55222	-80.39361	2			FL	086		
6332529	East Ridge Retirement Village	east-ridge-retirement-village	US		0	America/New_York	25.58472	-80.32667	1			FL	086		
6332530	Dade Mobile Home Park	dade-mobile-home-park	US		0	America/New_York	25.80861	-80.25417	1			FL	086		
6332531	Courtly Manor	courtly-manor	US		0	America/New_York	25.88028	-80.16861	2			FL	086		
6332532	Coes Trailer Park	coes-trailer-park	US		0	America/New_York	25.9575	-80.14861	1			FL	086		
6332533	Colonial Acres Mobile Home Park	colonial-acres-mobile-home-park	US		0	America/New_York	25.86361	-80.21472	2			FL	086		
6332534	Blue Belle Trailer Park	blue-belle-trailer-park	US		0	America/New_York	25.81139	-80.25417	3			FL	086		
6332535	Blue Lake Mobile Home Park	blue-lake-mobile-home-park	US		0	America/New_York	25.77	-80.35972	1			FL	086		
6332536	Bobs Mobile Home Park	bobs-mobile-home-park	US		0	America/New_York	25.84583	-80.22028	4			FL	086		
6332537	Carley's Mobile Home Park	carley-s-mobile-home-park	US		0	America/New_York	25.81278	-80.25583	2			FL	086		
6332538	Avocado Trailer Park	avocado-trailer-park	US		0	America/New_York	25.84556	-80.21667	3			FL	086		
6332539	Bal Harbor Beach	bal-harbor-beach	US		0	America/New_York	25.895	-80.12389	1			FL	086		
6332540	Bell Haven Mobile Home Park	bell-haven-mobile-home-park	US		0	America/New_York	25.84361	-80.25111	2			FL	086		
6332541	Acres O Sun Trailer Park	acres-o-sun-trailer-park	US		0	America/New_York	25.84833	-80.31194	1			FL	086		
6332542	All Star 36 Street Mobile Home Park	all-star-36-street-mobile-home-park	US		0	America/New_York	25.80806	-80.24556	3			FL	086		
6332543	Alsips Court Mobile Home Park	alsips-court-mobile-home-park	US		0	America/New_York	25.76222	-80.29361	3			FL	086		
6332544	Anchor Mobile Home Park	anchor-mobile-home-park	US		0	America/New_York	25.845	-80.30972	1			FL	086		
6332546	Taylor Landing	taylor-landing	US		233	America/Chicago	29.86222	-94.13108	2			TX	245		
6332547	Colonial Park Houses	colonial-park-houses	US		0	America/New_York	40.83361	-73.93639	4			NY	061		
6332548	Delano Village	delano-village	US		0	America/New_York	40.81667	-73.93722	4			NY	061		
6332549	Dyckman Houses	dyckman-houses	US		0	America/New_York	40.86139	-73.92278	4			NY	061		
6332550	Esplanade Gardens	esplanade-gardens	US		0	America/New_York	40.82278	-73.93639	3			NY	061		
6332551	Hamilton Houses	hamilton-houses	US		0	America/New_York	40.82111	-73.94278	8			NY	061		
6332552	Harlem River Houses	harlem-river-houses	US		0	America/New_York	40.82639	-73.93694	6			NY	061		
6332553	Polo Grounds Houses	polo-grounds-houses	US		0	America/New_York	40.83083	-73.93806	5			NY	061		
6332554	Hamilton Park	hamilton-park	US		0	America/New_York	40.64167	-74.09	56			NY	085		
6332555	Edwin Markham Gardens	edwin-markham-gardens	US		0	America/New_York	40.63944	-74.11667	6			NY	085		
6332556	Bay Terrace	bay-terrace	US		0	America/New_York	40.55528	-74.13417	14			NY	085		
6332557	Heartland Village	heartland-village	US		0	America/New_York	40.58833	-74.15778	21			NY	085		
6332559	Woods of Arden	woods-of-arden	US		0	America/New_York	40.54139	-74.1625	19			NY	085		
6332560	Redlands Mobile Home Park	redlands-mobile-home-park	US		0	America/New_York	25.54778	-80.47333	2			FL	086		
6332561	River Park Trailer Park	river-park-trailer-park	US		0	America/New_York	25.79722	-80.24111	1			FL	086		
6332562	Paradise Trailer Park	paradise-trailer-park	US		0	America/New_York	25.79222	-80.24111	1			FL	086		
6332563	Parkside Mobile Home Park	parkside-mobile-home-park	US		0	America/New_York	25.85139	-80.22472	2			FL	086		
6332564	Pine Isle Mobile Home Park	pine-isle-mobile-home-park	US		0	America/New_York	25.50111	-80.4075	2			FL	086		
6332565	Pioneer Park	pioneer-park	US		0	America/New_York	25.73333	-80.34139	2			FL	086		
6332566	Palm Lake Trailer Court	palm-lake-trailer-court	US		0	America/New_York	25.84333	-80.24333	1			FL	086		
6332567	Palm Trailer Park	palm-trailer-park	US		0	America/New_York	25.88667	-80.16722	1			FL	086		
6332568	Northwest Trailer Park	northwest-trailer-park	US		0	America/New_York	25.84833	-80.24111	2			FL	086		
6332569	North Miami Trailer Park	north-miami-trailer-park	US		0	America/New_York	25.89278	-80.16417	1			FL	086		
6332570	Nelson Mobile Home Park	nelson-mobile-home-park	US		0	America/New_York	25.88611	-80.16806	1			FL	086		
6332571	Myricks Trailer Park	myricks-trailer-park	US		0	America/New_York	25.88139	-80.225	3			FL	086		
6332572	Miami Terrace Mobile Home	miami-terrace-mobile-home	US		0	America/New_York	25.75944	-80.30889	2			FL	086		
6332573	Miami Heights Trailer Park	miami-heights-trailer-park	US		0	America/New_York	25.84333	-80.255	1			FL	086		
6332574	Lone Pines Mobile Village	lone-pines-mobile-village	US		0	America/New_York	25.96167	-80.14944	1			FL	086		
6332575	Magic City Trailer Park	magic-city-trailer-park	US		0	America/New_York	25.83111	-80.19083	4			FL	086		
6332576	Medley Lakeside Retirement Community	medley-lakeside-retirement-community	US		0	America/New_York	25.86833	-80.3675	0			FL	086		
6332577	Medley Mobile Homes	medley-mobile-homes	US		0	America/New_York	25.84722	-80.31639	1			FL	086		
6332578	Leisure Mobile Home Park-Modello Park	leisure-mobile-home-park-modello-park	US		0	America/New_York	25.50111	-80.43528	3			FL	086		
6332579	Leisure Mobile Park	leisure-mobile-park	US		0	America/New_York	25.50361	-80.42944	2			FL	086		
6332580	Lil Abner Mobile Home Park	lil-abner-mobile-home-park	US		0	America/New_York	25.77139	-80.37889	1			FL	086		
6332581	Little Farm Mobile Court	little-farm-mobile-court	US		0	America/New_York	25.85306	-80.18639	1			FL	086		
6332582	Little Havana	little-havana	US		0	America/New_York	25.76806	-80.23306	3	La Pequena Habana,La Pequeña Habana,Little Havana		FL	086		
6332583	Kobe Trailer Court	kobe-trailer-court	US		0	America/New_York	25.88583	-80.16806	1			FL	086		
6332584	Landmark Mobile Home Park	landmark-mobile-home-park	US		0	America/New_York	25.9575	-80.14861	1			FL	086		
6332585	Latin Quarter	latin-quarter	US		0	America/New_York	25.76861	-80.21972	3			FL	086		
6332586	Keystone Tourist Court	keystone-tourist-court	US		0	America/New_York	25.83417	-80.19111	4			FL	086		
6332588	Honey Hill Mobile Home Park	honey-hill-mobile-home-park	US		0	America/New_York	25.95528	-80.28333	1			FL	086		
6332589	Isla-Gold Mobile Home and Recreational Vehicle	isla-gold-mobile-home-and-recreational-vehicle	US		0	America/New_York	25.51944	-80.42389	2			FL	086		
6332590	J Bar J Trailer Ranch	j-bar-j-trailer-ranch	US		0	America/New_York	25.84417	-80.245	2			FL	086		
6332591	Hialeah Trailer Park	hialeah-trailer-park	US		0	America/New_York	25.85222	-80.27389	1			FL	086		
6332592	Hibiscus Mobile Homes	hibiscus-mobile-homes	US		0	America/New_York	25.85	-80.31417	1			FL	086		
6332593	Hibiscus Point Mobile Home Park	hibiscus-point-mobile-home-park	US		0	America/New_York	25.84528	-80.21889	4			FL	086		
6332594	Holiday Acres	holiday-acres	US		0	America/New_York	25.84833	-80.31111	1			FL	086		
6332595	Goldcoaster Mobile Home Park	goldcoaster-mobile-home-park	US		0	America/New_York	25.44417	-80.49583	1			FL	086		
6332596	Golden Shores	golden-shores	US		0	America/New_York	25.94917	-80.13944	0			FL	086		
6332597	Spencer Estates	spencer-estates	US		0	America/New_York	40.84528	-73.82111	3			NY	005		
6332598	Throgs Neck Houses	throgs-neck-houses	US		0	America/New_York	40.82194	-73.82389	6			NY	005		
6332599	Atlantic Beach Estates	atlantic-beach-estates	US		0	America/New_York	40.58667	-73.71139	2			NY	059	34000	
6332601	West Amityville	west-amityville	US		0	America/New_York	40.67472	-73.42944	5			NY	059	56000	
6332602	Borgia Butler Houses	borgia-butler-houses	US		0	America/New_York	40.83583	-73.90694	9			NY	005		
6332603	Daniel Webster Houses	daniel-webster-houses	US		0	America/New_York	40.83278	-73.90861	13			NY	005		
6332605	Ocean Hills	ocean-hills	US		0	America/New_York	36.3873	-75.8295	3			NC	053	92552	
6332606	Winsor (historical)	winsor-historical	US		0	America/Chicago	47.78056	-95.51806	370	Winsor (historical),Winsor Crossing		MN	029	71068	
6332607	White House Trailer Park	white-house-trailer-park	US		0	America/New_York	25.76139	-80.30667	2			FL	086		
6332608	Wynken Blynken and Nod Trailer Park	wynken-blynken-and-nod-trailer-park	US		0	America/New_York	25.84639	-80.31083	1			FL	086		
6332609	Westland Mobile Home Park	westland-mobile-home-park	US		0	America/New_York	25.8475	-80.21611	3			FL	086		
6332610	West Haven Trailer Park	west-haven-trailer-park	US		0	America/New_York	25.76222	-80.29389	3			FL	086		
6332611	University Lakes Mobile Home Park	university-lakes-mobile-home-park	US		0	America/New_York	25.75583	-80.40444	1			FL	086		
6332612	The Roads	the-roads	US		0	America/New_York	25.75556	-80.205	4			FL	086		
6332613	Tradewinds Trailer Park	tradewinds-trailer-park	US		0	America/New_York	25.84694	-80.23028	3			FL	086		
6332614	Trail Trailer Park	trail-trailer-park	US		0	America/New_York	25.76333	-80.26472	3			FL	086		
6332615	Trailer Grove Mobile Home Park	trailer-grove-mobile-home-park	US		0	America/New_York	25.85861	-80.1825	2			FL	086		
6332616	Sunrise Village Mobile Home Park	sunrise-village-mobile-home-park	US		0	America/New_York	25.50417	-80.42694	2			FL	086		
6332618	Sunny Gardens Trailer Park	sunny-gardens-trailer-park	US		0	America/New_York	25.84833	-80.31361	1			FL	086		
6332619	Sunny South Trailer Park	sunny-south-trailer-park	US		0	America/New_York	25.84722	-80.2175	4			FL	086		
6332620	Sunnyside Trailer Park	sunnyside-trailer-park	US		0	America/New_York	25.76167	-80.29444	3			FL	086		
6332621	Strawberry Village Trailer Park	strawberry-village-trailer-park	US		0	America/New_York	25.84833	-80.31	1			FL	086		
6332622	Sun Haven of Aventura	sun-haven-of-aventura	US		0	America/New_York	25.95583	-80.14861	1			FL	086		
6332623	Shady Oaks Trailer Park	shady-oaks-trailer-park	US		0	America/New_York	25.91028	-80.18639	2			FL	086		
6332624	Silver Court Trailer Park	silver-court-trailer-park	US		0	America/New_York	25.76306	-80.24639	4			FL	086		
6332625	Silver Palm Place	silver-palm-place	US		0	America/New_York	25.54944	-80.47333	2			FL	086		
6332626	Sixth Avenue Trailer Park	sixth-avenue-trailer-park	US		0	America/New_York	25.91083	-80.18861	2			FL	086		
6332627	Schmidts Adult Mobile Home Park	schmidts-adult-mobile-home-park	US		0	America/New_York	25.845	-80.24056	2			FL	086		
6332628	Rovell Mobile Home Park	rovell-mobile-home-park	US		0	America/New_York	25.84944	-80.21278	3			FL	086		
6332629	Royal Colonial Mobile	royal-colonial-mobile	US		0	America/New_York	25.505	-80.4325	2			FL	086		
6332630	Royal Country	royal-country	US		0	America/New_York	25.955	-80.29083	1			FL	086		
6332631	Royal Duke Trailer Court	royal-duke-trailer-court	US		0	America/New_York	25.80972	-80.24611	3			FL	086		
6332632	Riviera Mobile Park	riviera-mobile-park	US		0	America/New_York	25.95528	-80.26444	2			FL	086		
6332633	Princetonian Park	princetonian-park	US		0	America/New_York	25.53139	-80.39972	2			FL	086		
6332634	Leaf City (historical)	leaf-city-historical	US		0	America/Chicago	46.40778	-95.46667	403			MN	111	35990	
6332635	Seneca Village (historical)	seneca-village-historical	US		0	America/New_York	40.78111	-73.96333	28			NY	061		
6332636	Stadium Road Residence Area	stadium-road-residence-area	US		0	America/New_York	38.03	-78.51778	176			VA	540		
6332637	Fordham Hill	fordham-hill	US		0	America/New_York	40.86472	-73.90806	38			NY	005		
6332638	Bronx River Houses	bronx-river-houses	US		0	America/New_York	40.835	-73.87694	9			NY	005		
6332639	Rosedale Houses	rosedale-houses	US		0	America/New_York	40.82417	-73.86583	6			NY	005		
6332640	Sack Wern Houses	sack-wern-houses	US		0	America/New_York	40.81944	-73.86806	9			NY	005		
6332641	Eastchester Houses	eastchester-houses	US		0	America/New_York	40.87028	-73.8525	23			NY	005		
6332642	Gun Hill Houses	gun-hill-houses	US		0	America/New_York	40.87583	-73.86583	32			NY	005		
6332643	Bergstrom's Mobile Home Park	bergstrom-s-mobile-home-park	US		0	America/Chicago	46.72167	-92.45917	367			MN	017	12160	
6332644	Sunnyside Estates Mobile Home Park	sunnyside-estates-mobile-home-park	US		0	America/Chicago	46.73694	-92.46944	393			MN	017	12160	
6332645	Baychester Houses	baychester-houses	US		0	America/New_York	40.88361	-73.84389	39			NY	005		
6332646	Pioneer Park Mobile Home Park	pioneer-park-mobile-home-park	US		0	America/Chicago	46.61694	-92.38222	315			MN	017	71788	
6332647	Bandle's Mobile Home Park	bandle-s-mobile-home-park	US		0	America/Chicago	46.61694	-92.38222	315			MN	017	71788	
6332648	Pine Tree Mobile Home Park	pine-tree-mobile-home-park	US		0	America/Chicago	46.45417	-92.76167	323			MN	017	43954	
6332649	Hillside Terrace Homes	hillside-terrace-homes	US		0	America/Chicago	46.45139	-92.76889	331			MN	017	43954	
6332650	Barnum Mobile Home Park	barnum-mobile-home-park	US		0	America/Chicago	46.50306	-92.68833	338			MN	017	03628	
6332651	J's Trailer Park	j-s-trailer-park	US		0	America/Chicago	46.48472	-92.70056	330			MN	017	03646	
6332652	Brookside Park	brookside-park	US		0	America/New_York	41.16722	-73.97167	35			NY	087	15968	
6332654	Buckberg	buckberg	US		0	America/New_York	41.2625	-73.99083	174			NY	087	71674	
6332655	Bronxdale Houses	bronxdale-houses	US		0	America/New_York	40.82639	-73.86667	5			NY	005		
6332656	Castle Hill Houses	castle-hill-houses	US		0	America/New_York	40.81861	-73.84972	9			NY	005		
6332657	Clason Point Gardens Houses	clason-point-gardens-houses	US		0	America/New_York	40.82167	-73.86944	6			NY	005		
6332658	Country Club	country-club	US		0	America/New_York	40.83917	-73.81972	7			NY	005		
6332659	Co-Op City	co-op-city	US		0	America/New_York	40.87389	-73.82944	4			NY	005		
6332660	Eastchester Bay	eastchester-bay	US		0	America/New_York	40.8325	-73.81917	7			NY	005		
6332661	Edenwald Houses	edenwald-houses	US		0	America/New_York	40.885	-73.84639	41			NY	005		
6332662	James Monroe Houses	james-monroe-houses	US		0	America/New_York	40.82222	-73.86528	7			NY	005		
6332663	Jamie Towers	jamie-towers	US		0	America/New_York	40.81917	-73.85306	4			NY	005		
6332664	Lafayette Morrison Houses	lafayette-morrison-houses	US		0	America/New_York	40.82111	-73.87472	5			NY	005		
6332666	Parkside Houses	parkside-houses	US		0	America/New_York	40.86889	-73.86861	40			NY	005		
6332667	Pelham Bay	pelham-bay	US		0	America/New_York	40.85056	-73.83333	8			NY	005		
6332668	Pelham Parkway Houses	pelham-parkway-houses	US		0	America/New_York	40.86194	-73.86	35			NY	005		
6332670	Silver Beach	silver-beach	US		0	America/New_York	40.81167	-73.80639	7			NY	005		
6332671	Sound View Houses	sound-view-houses	US		0	America/New_York	40.81639	-73.86778	6			NY	005		
6332672	Soundview Park Homes	soundview-park-homes	US		0	America/New_York	40.82056	-73.87833	5			NY	005		
6332673	Renaissance	renaissance	US		0	America/New_York	26.5486	-81.8025	6			FL	071		
6332674	River Bluff Estates	river-bluff-estates	US		0	America/Chicago	46.28194	-96.10972	364			MN	111	20906	
6332675	Lakeview Estates	lakeview-estates	US		0	America/Chicago	46.29944	-96.04806	390			MN	111	20906	
6332676	Green Acres Mobile Park	green-acres-mobile-park	US		0	America/Chicago	46.27222	-96.07083	374			MN	111	20906	
6332677	Country Manor Mobile Home Park	country-manor-mobile-home-park	US		0	America/Chicago	46.24167	-96.03889	377			MN	111	20906	
6332678	Cody (historical)	cody-historical	US		0	America/New_York	37.22181	-82.97955	308			KY	119		
6332679	Monroeville (historical)	monroeville-historical	US		0	America/Los_Angeles	39.67778	-121.9775	39	Monroeville (historical),Munroeville		CA	021		
6332680	New Fairview	new-fairview	US		1334	America/Chicago	33.09917	-97.44639	286	Fairview,New Fairview		TX	497		
6332682	Fieldston	fieldston	US		0	America/New_York	40.89444	-73.90333	65	Delafield Woods,Fieldston		NY	005		
6332683	Eastchester Heights	eastchester-heights	US		0	America/New_York	40.87722	-73.84917	42	Eastchester Heights,Hillside Homes		NY	005		
6332684	Gouverneur Morris Houses	gouverneur-morris-houses	US		0	America/New_York	40.83417	-73.90528	12			NY	005		
6332685	Highbridge Houses	highbridge-houses	US		0	America/New_York	40.83722	-73.92917	31			NY	005		
6332686	Concourse Village	concourse-village	US		0	America/New_York	40.82361	-73.92111	5			NY	005		
6332687	Forest Houses	forest-houses	US		0	America/New_York	40.825	-73.90361	22			NY	005		
6332688	Jackson Houses	jackson-houses	US		0	America/New_York	40.8225	-73.91833	12			NY	005		
6332689	William McKinley Houses	william-mckinley-houses	US		0	America/New_York	40.82194	-73.90417	19			NY	005		
6332690	Lambert Houses	lambert-houses	US		0	America/New_York	40.84278	-73.87889	12			NY	005		
6332691	Sedgwick Houses	sedgwick-houses	US		0	America/New_York	40.84639	-73.9225	48			NY	005		
6332692	Pine Cone Court	pine-cone-court	US		0	America/Chicago	46.60083	-95.58833	418			MN	111	50470	
6332693	Lake's Mobile Home Park	lake-s-mobile-home-park	US		0	America/Chicago	46.59444	-95.57222	417			MN	111	50470	
6332694	Heisler Manufactured Home Park	heisler-manufactured-home-park	US		0	America/Chicago	46.64444	-95.82111	418			MN	111	09622	
6332695	Richville Trailer Park	richville-trailer-park	US		0	America/Chicago	46.50667	-95.62528	414			MN	111	54340	
6332696	Parkers Prairie Park	parkers-prairie-park	US		0	America/Chicago	46.15167	-95.335	447	City of Parkers Prairie,Parkers Prairie Park		MN	111	49732	
6332697	Mills Manor Mobile Home Park	mills-manor-mobile-home-park	US		0	America/Chicago	46.51806	-95.37583	430			MN	111	46060	
6332698	Pelican Rapids Mobile Home Park	pelican-rapids-mobile-home-park	US		0	America/Chicago	46.57639	-96.08611	410			MN	111	50164	
6332699	Mavis Frazier Trailer Park	mavis-frazier-trailer-park	US		0	America/Chicago	46.57083	-96.08278	399			MN	111	50164	
6332700	Lutsen Mobile Home Park	lutsen-mobile-home-park	US		0	America/Chicago	47.64861	-90.66667	198			MN	031	38550	
6332701	Pine Mountain Trailer Court	pine-mountain-trailer-court	US		0	America/Chicago	47.82639	-90.36306	508			MN	031	69307	
6332702	Pelican Hills Mobile Home Park	pelican-hills-mobile-home-park	US		0	America/Chicago	46.69306	-96.07639	420			MN	111	58864	
6332703	Topelius (historical)	topelius-historical	US		0	America/Chicago	46.47917	-95.28611	421	Amboy,Benton's Crossing,Dopelius,Topelius (historical)		MN	111	46006	
6332704	Star Hills Mobile Home Park	star-hills-mobile-home-park	US		0	America/Chicago	46.55361	-95.71611	419			MN	111	15724	
6332705	Deer Creek Mobile Home Park	deer-creek-mobile-home-park	US		0	America/Chicago	46.39111	-95.32111	425			MN	111	15184	
6332706	Dalton Trailer Court	dalton-trailer-court	US		0	America/Chicago	46.17389	-95.91528	418			MN	111	14626	
6332707	Clitherall Lake Mobile Home Park	clitherall-lake-mobile-home-park	US		0	America/Chicago	46.275	-95.63083	412			MN	111	12088	
6332708	West Wind Estates	west-wind-estates	US		0	America/Chicago	46.46917	-95.23278	415			MN	111	06778	
6332709	Battle Lake Mobile Home Court	battle-lake-mobile-home-court	US		0	America/Chicago	46.28056	-95.71333	415			MN	111	03970	
6332710	Rabey (historical)	rabey-historical	US		0	America/Chicago	46.99861	-93.37639	386			MN	001	47342	
6332711	Welshons Company Mobile Home Park	welshons-company-mobile-home-park	US		0	America/Chicago	46.53222	-93.70778	369			MN	001	00460	
6332712	Rothsay Mobile Home Park	rothsay-mobile-home-park	US		0	America/Chicago	46.47944	-96.27944	372			MN	111		
6332713	Cuba (historical)	cuba-historical	US		0	America/Chicago	47.37222	-94.51944	406			MN	021	46825	
6332714	Ocapos (historical)	ocapos-historical	US		0	America/Phoenix	32.99667	-112.5175	379			AZ	013		
6332716	Garrison Trailer Park	garrison-trailer-park	US		0	America/Chicago	46.29444	-93.82667	383			MN	035	23192	
6332717	Lakewood Court	lakewood-court	US		0	America/Chicago	46.6625	-94.23333	382			MN	035	30734	
6332718	Sunset Bay Trailer Park	sunset-bay-trailer-park	US		0	America/Chicago	46.66806	-94.19722	377			MN	035	30734	
6332719	Pequot Terrace	pequot-terrace	US		0	America/Chicago	46.52056	-94.28833	375			MN	035	46348	
7120803	Sand Ridge	sand-ridge	US		0	America/New_York	42.91611	-78.52278	242			NY	029	01099	
6332720	Deerwood Mobile Home Park	deerwood-mobile-home-park	US		0	America/Chicago	46.47361	-93.89861	389			MN	035	15346	
6332721	East Gate Mobile Home Park	east-gate-mobile-home-park	US		0	America/Chicago	46.36722	-94.16944	363			MN	035	07300	
6332722	Meadow View Manor	meadow-view-manor	US		0	America/Chicago	46.34444	-94.17222	378			MN	035	07300	
6332723	Lazy Acre's Trailer Court	lazy-acre-s-trailer-court	US		0	America/Chicago	46.38667	-94.13889	375			MN	035	47824	
6332724	Supreme Mobile Court	supreme-mobile-court	US		0	America/Chicago	46.43056	-94.17778	372			MN	035		
6332725	Westwood Mobile Home Park	westwood-mobile-home-park	US		0	America/Chicago	46.3575	-94.21972	364			MN	035	07300	
6332726	Homecroft (historical)	homecroft-historical	US		0	America/Chicago	46.45278	-94.00972	385			MN	035	31202	
6332727	Childs Cove	childs-cove	US		0	America/New_York	38.13111	-77.8525	86			VA	177		
6332728	Prince Dominion	prince-dominion	US		0	America/New_York	38.13417	-77.84861	101			VA	177		
6332729	White Owl Landing	white-owl-landing	US		0	America/New_York	38.13639	-77.84278	111			VA	177		
6332730	Fritz's Resort Trailer Park	fritz-s-resort-trailer-park	US		0	America/Chicago	46.53333	-94.30667	370			MN	035	46348	
6332731	Golden Harbor Mobile Home Park	golden-harbor-mobile-home-park	US		0	America/Chicago	46.68472	-94.15972	381			MN	035	30734	
6332733	Perch Lake Trailer Court	perch-lake-trailer-court	US		0	America/Chicago	46.34778	-94.26389	368			MN	035	04042	
6332734	Alaqua Lakes	alaqua-lakes	US		0	America/New_York	28.75778	-81.38972	10			FL	117		
6332735	Glendinning Homes	glendinning-homes	US		0	America/New_York	40.59788	-74.27459	1			NJ	039	61530	
6332737	Park Lane	park-lane	US		0	America/New_York	41.59982	-73.40707	119			CT	005	52630	
6424355	St Johnsbury	st-johnsbury	US		7571	America/New_York	44.42526	-72.01512	212			VT	005	62200	
6545115	South Somerset	south-somerset	US		0	America/New_York	41.73914	-71.17934	42	Somerset		MA	005	62430	
6545119	North Fall River	north-fall-river	US		0	America/New_York	41.74866	-71.12049	59	Fall River		MA	005	23000	
6615318	Upper Manhattan	upper-manhattan	US		0	America/New_York	40.80881	-73.94777		Uptown,Uptown Manhattan		NY			
6615322	Upper East Side	upper-east-side	US		0	America/New_York	40.77833	-73.95189		Aukstutinis Istsaidas,Aukštutinis Istsaidas,Verkhnij Ist-Sajd,apr ayst sayd,eopeoiseuteusaideu,shang dong cheng,xap pexr xis t sid,Верхний Ист-Сайд,אפער איסט סייד,אפר איסט סייד,آپر ایست ساید,อัปเปอร์อีสต์ไซด์,ზემო ისტ-საიდი,アッパー・イースト・サイド,上东城,어퍼이스트사이드		NY			
6615325	Lower Manhattan	lower-manhattan	US		0	America/New_York	40.72124	-73.99764		Downtown,Downtown Manhattan		NY			
6619254	South End	south-end	US		0	America/New_York	42.34321	-71.07178				MA	025	07000	
6640032	Briarwood	briarwood	US		53877	America/New_York	40.70935	-73.81529				NY	081		
6690894	Shellbank Creek	shellbank-creek	US		0	America/New_York	40.58789	-73.92597				NY			
6690901	Roosevelt Island	roosevelt-island	US		0	America/New_York	40.76403	-73.9482		Roosevelt Island		NY	061		
6690911	Sommerville	sommerville	US		0	America/New_York	42.38961	-71.09579				MA	017	62535	
6691940	Amelia Island	amelia-island	US		0	America/New_York	30.61147	-81.4559		Amelija-Ajlend,Ilha Amelia,Ilha Amélia,Illa dAmelia,Isla de Amelia,Амелия-Айленд		FL			
6692230	Holly Lake Ranch	holly-lake-ranch	US		2774	America/Chicago	32.71336	-95.19756				TX	499		
6693106	Redmond Ridge	redmond-ridge	US		0	America/Los_Angeles	47.69045	-122.03921				WA	033		
6695187	Finisterre	finisterre	US		0	America/Chicago	47.65007	-94.87733	425			MN	007	65758	
6695788	Hidden Trails	hidden-trails	US		750	America/Los_Angeles	33.1395	-117.02295	274			CA	073		
6697381	Black Rock City	black-rock-city	US		10	America/Los_Angeles	40.76923	-119.22006				NV	013		
6697384	Burning Man Earth	burning-man-earth	US		10	America/Los_Angeles	40.76684	-119.22824				NV	013		
6697385	First Camp	first-camp	US		0	America/Los_Angeles	40.7668	-119.22704				NV	013		
6697387	Staff Commisary	staff-commisary	US		0	America/Los_Angeles	40.76285	-119.22897				NV	013		
6930378	Times Square	times-square	US		0	America/New_York	40.75636	-73.98644				NY	061		
6930480	Midtown Manhattan	midtown-manhattan	US		0	America/New_York	40.75909	-73.97669				NY	061		
6930485	Fishermans Wharf	fishermans-wharf	US		0	America/Los_Angeles	37.80761	-122.41714				CA	013		
6930486	Wall Street	wall-street	US		0	America/New_York	40.70579	-74.00988				NY	061		
6930979	Village of Campton Hills	village-of-campton-hills	US		13483	America/Chicago	41.9366	-88.3975		Campton Hills		IL	089	10903	
6931026	Fox Haven	fox-haven	US		0	America/New_York	35.68236	-78.591				NC	183	92788	
6941007	Black Cat Island	black-cat-island	US		0	America/New_York	43.68364	-71.4222				NH	003	49380	
7120847	North Le Roxy	north-le-roxy	US		0	America/New_York	43.005	-77.98056	244			NY	037	42037	
6332736	Moro	moro	US	62067	0	America/New_York	46.14866	-68.35948	254			ME	003	47175	
6941708	South Miami Beach	south-miami-beach	US		0	America/New_York	25.7745	-80.1329				FL	086		
6944378	Diamond District	diamond-district	US		0	America/New_York	40.7566	-73.9786				NY	061		
6946498	West LA	west-la	US		0	America/Los_Angeles	34.072	-118.415				CA	037		
6946540	Los Angeles City Center	los-angeles-city-center	US		0	America/Los_Angeles	34.0522	-118.243				CA	037		
6947378	Lighthouse Pt	lighthouse-pt	US		0	America/New_York	26.28033	-80.09703				FL	011		
6948446	Financial District	financial-district	US		0	America/Los_Angeles	37.7912	-122.401		Financial District,Finanzviertel		CA	075		
6949667	Hunt's Point	hunt-s-point	US		0	America/Los_Angeles	47.63758	-122.2256				WA	033		
6951084	Champions Gate	champions-gate	US		0	America/New_York	28.2614	-81.6186				FL	097		
7114600	York Center	york-center	US		0	America/New_York	43.22333	-70.69306				ME	031	87985	
7114744	Pebble Lake	pebble-lake	US		0	America/New_York	34.9208	-82.34498	287			SC	045		
7117720	New Allakaket	new-allakaket	US		66	America/Anchorage	66.54268	-152.64769	138			AK	290		
7117738	Kauwerak (historical)	kauwerak-historical	US		0	America/Nome	65.16141	-165.2512	3	Chewuren,Kauveren,Kauwerak (historical),Kaviak,Koveerak		AK	180		
7118165	Finkton	finkton	US		0	America/Detroit	45.05389	-85.11944	231			MI	009	24640	
7118177	Kingsley Beach	kingsley-beach	US		0	America/Detroit	45.39861	-84.65667	203			MI	031	80880	
7118194	Mullett Lake Woods	mullett-lake-woods	US		0	America/Detroit	45.54778	-84.46389	184			MI	031	07420	
7118199	Veery Point	veery-point	US		0	America/Detroit	45.51	-84.55833	182			MI	031	56100	
7118208	Indianville	indianville	US		0	America/Detroit	45.51083	-84.71639	197			MI	031	11980	
7118439	Judy's East Side Trailer Park	judy-s-east-side-trailer-park	US		0	America/Chicago	48.70833	-94.57222	332			MN	077	04024	
7118784	Hamilton Estates Mobile Home Park	hamilton-estates-mobile-home-park	US		0	America/Indiana/Indianapolis	40.00167	-86.04028	232			IN	057	54198	
7118787	Austin Oaks	austin-oaks	US		0	America/Indiana/Indianapolis	39.97472	-86.245	272			IN	011	86372	
7118788	Bridlebourne	bridlebourne	US		0	America/Indiana/Indianapolis	39.94722	-86.21944	275			IN	057	13060	
7118789	Kings Mill	kings-mill	US		0	America/Indiana/Indianapolis	39.94472	-86.21	271			IN	057	13060	
7118791	Saddle Creek	saddle-creek	US		0	America/Indiana/Indianapolis	39.98833	-86.18639	273			IN	057	13060	
7118792	Kingsborough	kingsborough	US		0	America/Indiana/Indianapolis	39.995	-86.17639	273			IN	057	13060	
7118795	Windemere	windemere	US		0	America/Indiana/Indianapolis	39.9375	-86.19611	263			IN	057	13060	
7118813	Spring Creek (subdivision)	spring-creek-subdivision	US		0	America/Indiana/Indianapolis	39.99583	-86.06583	234			IN	057	13060	
7118814	Woodfield (subdivision)	woodfield-subdivision	US		0	America/Indiana/Indianapolis	39.99472	-86.07722	241			IN	057	13060	
7118815	Prairie View (subdivision)	prairie-view-subdivision	US		0	America/Indiana/Indianapolis	39.9825	-86.05167	230			IN	057	13060	
7118947	Pleasant View (historical)	pleasant-view-historical	US		0	America/Indiana/Indianapolis	40.02083	-86.18361	281			IN	057	80666	
7119365	Millers Corners	millers-corners	US		0	America/Detroit	44.58417	-85.15417	363			MI	079	31600	
7119366	McGee	mcgee	US		0	America/Detroit	44.60556	-85.175	348			MI	079	60940	
7119443	West Amagansett	west-amagansett	US		0	America/New_York	40.97528	-72.16917	12			NY	103	22194	
7119456	Haakwood (historical)	haakwood-historical	US		0	America/Detroit	45.30278	-84.61806	227			MI	031	53100	
7119499	Grace Estate	grace-estate	US		0	America/New_York	41.02889	-72.23722	5			NY	103	22194	
7119501	Mill Hills Estates	mill-hills-estates	US		0	America/New_York	41.00861	-72.23972	7			NY	103	22194	
7119870	Wagoner (historical)	wagoner-historical	US		0	America/Indiana/Indianapolis	40.9895	-86.149	258			IN	103	01018	
7119914	Golden Skies Mobile Home Park	golden-skies-mobile-home-park	US		0	America/Los_Angeles	33.81139	-117.90889	45			CA	059		
7120197	Griffith Mobile Home Park	griffith-mobile-home-park	US		0	America/Chicago	47.8725	-94.28028	439			MN	071	47122	
7120207	Merkling's Trailer Court	merkling-s-trailer-court	US		0	America/Chicago	48.39889	-93.55556	340			MN	071	37592	
7120208	Haye's Mobile Home Park	haye-s-mobile-home-park	US		0	America/Chicago	48.39889	-93.55556	340			MN	071	37592	
7120214	Woodland Mobile Home Park	woodland-mobile-home-park	US		0	America/Chicago	48.60111	-93.41083	342			MN	071	31040	
7120421	Sandy Pines	sandy-pines	US		0	America/Detroit	42.68889	-85.80972	207			MI	005	71100	
7120802	Pavement (historical)	pavement-historical	US		0	America/New_York	42.91778	-78.6225	232			NY	029	41146	
7120928	York Center (historical)	york-center-historical	US		0	America/New_York	42.87111	-77.87222	223			NY	051	84022	
7121176	Nichol's Trailer Court	nichol-s-trailer-court	US		0	America/Chicago	48.60111	-93.41083	342			MN	071	31040	
7121191	Crescent Drive Mobile Village	crescent-drive-mobile-village	US		0	America/Chicago	48.57361	-93.40306	360			MN	071	31040	
7121193	Riverside Mobile Home Court	riverside-mobile-home-court	US		0	America/Chicago	48.60278	-93.41667	341			MN	071	31040	
7121195	Ridgeview Mobile Home Park	ridgeview-mobile-home-park	US		0	America/Chicago	48.58889	-93.41667	343			MN	071	31040	
7121450	Kellys Corners	kellys-corners	US		0	America/Detroit	43.23556	-85.9475	219			MI	121	55440	
7121451	Morland Corner	morland-corner	US		0	America/Detroit	43.23528	-85.98778	210			MI	121	55440	
7121559	Black Lake (historical)	black-lake-historical	US		0	America/New_York	44.47056	-75.65861	95			NY	089	48582	
7121666	Cedar Cove	cedar-cove	US		0	America/Indiana/Indianapolis	39.92833	-86.06222	236			IN	057	17488	
7121667	Roxbury Pines	roxbury-pines	US		0	America/Indiana/Indianapolis	39.92861	-86.05833	238			IN	057	17488	
7121668	Lantern Crossing	lantern-crossing	US		0	America/Indiana/Indianapolis	39.92833	-86.01194	250			IN	057	17488	
7121669	Lantern Pines	lantern-pines	US		0	America/Indiana/Indianapolis	39.93	-86.01083	250			IN	057	17488	
7121670	Covington Estates	covington-estates	US		0	America/Indiana/Indianapolis	39.93083	-86.00667	245			IN	057	17488	
7121671	Forest Ridge	forest-ridge	US		0	America/Indiana/Indianapolis	39.94028	-86.00306	250			IN	057	17488	
7121672	Eller Commons	eller-commons	US		0	America/Indiana/Indianapolis	39.9375	-86.06278	233			IN	057	17488	
7121673	Eller Trails	eller-trails	US		0	America/Indiana/Indianapolis	39.93889	-86.06361	231			IN	057	17488	
7121674	White Horse Rapids	white-horse-rapids	US		0	America/Indiana/Indianapolis	39.94417	-86.06222	233			IN	057	17488	
7121675	Round Up	round-up	US		0	America/Indiana/Indianapolis	39.94444	-86.05833	232			IN	057	17488	
7121676	Oxford Park	oxford-park	US		0	America/Indiana/Indianapolis	39.94639	-86.05722	233			IN	057	17488	
7121677	Princeton Park	princeton-park	US		0	America/Indiana/Indianapolis	39.94694	-86.05278	236			IN	057	17488	
7121679	Harvard Park	harvard-park	US		0	America/Indiana/Indianapolis	39.95111	-86.05694	233			IN	057	17488	
7121680	Wildwood Estates	wildwood-estates	US		0	America/Indiana/Indianapolis	39.95417	-86.05222	236			IN	057	17488	
7121681	Cherry Hill Farms	cherry-hill-farms	US		0	America/Indiana/Indianapolis	39.95444	-86.04861	238			IN	057	17488	
7121682	Bluestone	bluestone	US		0	America/Indiana/Indianapolis	39.9475	-86.04139	242			IN	057	17488	
7121683	Northfield Estates	northfield-estates	US		0	America/Indiana/Indianapolis	39.94472	-86.03722	242			IN	057	17488	
7121684	Berkley Ridge	berkley-ridge	US		0	America/Indiana/Indianapolis	39.94444	-86.02917	245			IN	057	17488	
7121685	Timber Springs	timber-springs	US		0	America/Indiana/Indianapolis	39.9475	-86.03	248			IN	057	17488	
7121686	Hickory Woods	hickory-woods	US		0	America/Indiana/Indianapolis	39.94944	-86.03528	247			IN	057	17488	
7121687	Burberry Place	burberry-place	US		0	America/Indiana/Indianapolis	39.95	-86.02972	247			IN	057	17488	
7121688	Heritage Meadows	heritage-meadows	US		0	America/Indiana/Indianapolis	39.95139	-86.01778	247			IN	057	17488	
7121689	Morgan Meadows	morgan-meadows	US		0	America/Indiana/Indianapolis	39.95194	-86.01444	248			IN	057	17488	
7121690	Charleston Crossing	charleston-crossing	US		0	America/Indiana/Indianapolis	39.95417	-86.02694	250			IN	057	17488	
7121691	Maple Del	maple-del	US		0	America/Indiana/Indianapolis	39.95556	-86.02528	250			IN	057	17488	
7121692	Conner Creek	conner-creek	US		0	America/Indiana/Indianapolis	39.95361	-86.03722	245			IN	057	17488	
7121693	Timber Lane Estates	timber-lane-estates	US		0	America/Indiana/Indianapolis	39.955	-86.035	246			IN	057	17488	
7121695	Barrington Ridge	barrington-ridge	US		0	America/Indiana/Indianapolis	39.96111	-86.04583	236			IN	057	17488	
7121696	River Glen	river-glen	US		0	America/Indiana/Indianapolis	39.96306	-86.04444	236			IN	057	17488	
7121697	River Highlands	river-highlands	US		0	America/Indiana/Indianapolis	39.96972	-86.03917	235			IN	057	17488	
7121698	Sunblest Farms	sunblest-farms	US		0	America/Indiana/Indianapolis	39.96583	-86.02667	248			IN	057	17488	
7121699	Sunblest	sunblest	US		0	America/Indiana/Indianapolis	39.96861	-86.01111	249			IN	057	17488	
7121700	Winding Creek	winding-creek	US		0	America/Indiana/Indianapolis	39.97222	-86.02472	242			IN	057	17488	
7121701	Fawnbrook Woods	fawnbrook-woods	US		0	America/Indiana/Indianapolis	39.97667	-86.02667	241			IN	057	17488	
7121702	New Britton Woods	new-britton-woods	US		0	America/Indiana/Indianapolis	39.97694	-86.02194	241			IN	057	17488	
7121703	Sweet Springs Estates	sweet-springs-estates	US		0	America/Indiana/Indianapolis	39.9775	-86.02	242			IN	057	17488	
7121704	Lantern Farms	lantern-farms	US		0	America/Indiana/Indianapolis	39.97722	-86.01611	243			IN	057	17488	
7121705	Lynwood Hills	lynwood-hills	US		0	America/Indiana/Indianapolis	39.98111	-86.02472	242			IN	057	17488	
7121706	Conner Knoll	conner-knoll	US		0	America/Indiana/Indianapolis	39.98222	-86.01806	244			IN	057	17488	
7121707	Cottingham Estates	cottingham-estates	US		0	America/Indiana/Indianapolis	39.98361	-86.01194	245			IN	057	17488	
7121708	Harrison Woods	harrison-woods	US		0	America/Indiana/Indianapolis	39.98528	-86.01583	245			IN	057	17488	
7121709	Harrison Park	harrison-park	US		0	America/Indiana/Indianapolis	39.98556	-86.01833	246			IN	057	17488	
7121710	Stevenson Mill	stevenson-mill	US		0	America/Indiana/Indianapolis	39.985	-86.02194	244			IN	057	17488	
7121711	Connerwood	connerwood	US		0	America/Indiana/Indianapolis	39.99028	-86.02472	238			IN	057	17488	
7121712	Harrison Lakes	harrison-lakes	US		0	America/Indiana/Indianapolis	39.99028	-86.0175	246			IN	057	17488	
7121713	Harrison Green	harrison-green	US		0	America/Indiana/Indianapolis	39.99	-86.01139	246			IN	057	17488	
7121714	Weaver Woods	weaver-woods	US		0	America/Indiana/Indianapolis	39.99306	-86.01722	243			IN	057	17488	
7121715	Inverness Estates	inverness-estates	US		0	America/Indiana/Indianapolis	39.99361	-86.0225	238			IN	057	17488	
7121720	White Pine Village	white-pine-village	US		0	America/Detroit	43.92722	-86.445	206			MI	105	63600	
7121764	Vernon City	vernon-city	US		0	America/Detroit	43.81444	-84.77222	258			MI	035	15920	
7121912	North Seventy-One Mobile Home Park	north-seventy-one-mobile-home-park	US		0	America/Chicago	47.64444	-94.69306	420			MN	007	52162	
7121913	Elpine Village Mobile Home Park	elpine-village-mobile-home-park	US		0	America/Chicago	47.51389	-95.03472	421			MN	007	17954	
7121926	Secluded Acres	secluded-acres	US		0	America/Chicago	47.53194	-94.88611	418			MN	007	46906	
7121927	Country Lane Manufactured Home Park	country-lane-manufactured-home-park	US		0	America/Chicago	47.47361	-94.90972	415			MN	007	05086	
7121928	Birchlane Mobile Home Park	birchlane-mobile-home-park	US		0	America/Chicago	47.47361	-94.90972	415			MN	007	05086	
7121929	Norway Park	norway-park	US		0	America/Chicago	47.44861	-94.83472	414			MN	007	05086	
7121930	Skyline Mobile Park	skyline-mobile-park	US		0	America/Chicago	47.49694	-94.89167	419			MN	007	05068	
7121931	Southview Mobile Home Park	southview-mobile-home-park	US		0	America/Chicago	47.45	-94.8625	415			MN	007	05068	
7121932	Movil Lake Trailer Park	movil-lake-trailer-park	US		0	America/Chicago	47.5775	-94.87778	415			MN	007	46906	
7121933	Northern Trailer Park	northern-trailer-park	US		0	America/Chicago	47.56306	-94.88556	433			MN	007	46906	
7121934	Gene Moen Manufactured Home Park	gene-moen-manufactured-home-park	US		0	America/Chicago	47.55	-94.88611	422			MN	007	46906	
7121968	Kingston Estates	kingston-estates	US		0	America/Indiana/Indianapolis	39.99694	-86.02111	239			IN	057	17488	
7121969	Walnut Hills	walnut-hills	US		0	America/Indiana/Indianapolis	39.94972	-85.99889	247			IN	057	17488	
7121970	Valley Farms Estates	valley-farms-estates	US		0	America/Indiana/Indianapolis	39.94583	-85.99306	240			IN	057	22612	
7121971	Cumberland Ridge	cumberland-ridge	US		0	America/Indiana/Indianapolis	39.93889	-85.99306	249			IN	057	22612	
7121973	Woods Edge	woods-edge	US		0	America/Indiana/Indianapolis	39.93583	-85.98806	253			IN	057	22612	
7121974	Collingwood	collingwood	US		0	America/Indiana/Indianapolis	39.94	-85.98472	250			IN	057	22612	
7121976	Devore Place	devore-place	US		0	America/Indiana/Indianapolis	39.93611	-85.98306	252			IN	057	22612	
7121977	Heritage Green	heritage-green	US		0	America/Indiana/Indianapolis	39.9325	-85.98389	251			IN	057	22612	
7121978	Lakeside Green	lakeside-green	US		0	America/Indiana/Indianapolis	39.92917	-85.98722	253			IN	057	22612	
7121979	Bucks Creek	bucks-creek	US		0	America/Indiana/Indianapolis	39.92889	-85.97889	253			IN	057	22612	
7121980	Glen Abbey At Windermere	glen-abbey-at-windermere	US		0	America/Indiana/Indianapolis	39.93583	-85.97806	253			IN	057	22612	
7121981	Crosswinds At Windermere	crosswinds-at-windermere	US		0	America/Indiana/Indianapolis	39.93583	-85.97389	253			IN	057	22612	
7121982	Geist Woods	geist-woods	US		0	America/Indiana/Indianapolis	39.92889	-85.97417	253			IN	057	22612	
7121983	Carefree Estates	carefree-estates	US		0	America/Indiana/Indianapolis	39.93278	-85.97222	253			IN	057	22612	
7121984	Masthead	masthead	US		0	America/Indiana/Indianapolis	39.93028	-85.97	253			IN	057	22612	
7121985	Windjammer	windjammer	US		0	America/Indiana/Indianapolis	39.93333	-85.96778	253			IN	057	22612	
7121986	Windermere Pointe	windermere-pointe	US		0	America/Indiana/Indianapolis	39.93778	-85.96694	253			IN	057	22612	
7121987	Windermere Villas	windermere-villas	US		0	America/Indiana/Indianapolis	39.93944	-85.97111	253			IN	057	22612	
7121989	Brookston Place	brookston-place	US		0	America/Indiana/Indianapolis	39.93722	-85.95	250			IN	057	22612	
7121990	Sail Place	sail-place	US		0	America/Indiana/Indianapolis	39.93333	-85.9475	242			IN	057	22612	
7121992	The Anchorage	the-anchorage	US		0	America/Indiana/Indianapolis	39.93667	-85.945	251			IN	057	22612	
7121993	The Springs of Cambridge	the-springs-of-cambridge	US		0	America/Indiana/Indianapolis	39.93694	-85.92333	252			IN	057	22612	
7121994	Highland Springs	highland-springs	US		0	America/Indiana/Indianapolis	39.93167	-85.92639	254			IN	057	22612	
7121995	Brooks Crossing	brooks-crossing	US		0	America/Indiana/Indianapolis	39.94222	-85.94639	242			IN	057	22612	
7121996	The Hawthorns	the-hawthorns	US		0	America/Indiana/Indianapolis	39.94417	-85.94806	243			IN	057	22612	
7121997	Thorny Ridge	thorny-ridge	US		0	America/Indiana/Indianapolis	39.94306	-85.95889	246			IN	057	22612	
7121998	Bradford Court	bradford-court	US		0	America/Indiana/Indianapolis	39.94556	-85.94444	254			IN	057	22612	
7121999	The Portage	the-portage	US		0	America/Indiana/Indianapolis	39.94528	-85.94083	254			IN	057	22612	
7122000	Turner Grove	turner-grove	US		0	America/Indiana/Indianapolis	39.94806	-85.94472	249			IN	057	22612	
7122001	Heather Point	heather-point	US		0	America/Indiana/Indianapolis	39.95222	-85.945	247			IN	057	22612	
7122002	Sandstone Ridge	sandstone-ridge	US		0	America/Indiana/Indianapolis	39.95444	-85.93833	253			IN	057	22612	
7122003	Forest Knoll	forest-knoll	US		0	America/Indiana/Indianapolis	39.95583	-85.93111	254			IN	057	22612	
7122004	Gray Eagle	gray-eagle	US		0	America/Indiana/Indianapolis	39.96028	-85.93083	254			IN	057	22612	
7122005	Sandstone Woods	sandstone-woods	US		0	America/Indiana/Indianapolis	39.95972	-85.94639	247			IN	057	22612	
7122006	Sandstone Lakes	sandstone-lakes	US		0	America/Indiana/Indianapolis	39.96361	-85.94694	248			IN	057	22612	
7122007	Sawgrass	sawgrass	US		0	America/Indiana/Indianapolis	39.94667	-85.97194	250			IN	057	22612	
7122008	Haig Point	haig-point	US		0	America/Indiana/Indianapolis	39.95028	-85.97222	247			IN	057	22612	
7122010	Spyglass Hill	spyglass-hill	US		0	America/Indiana/Indianapolis	39.95444	-85.985	250			IN	057	22612	
7122011	Sand Creek Woods	sand-creek-woods	US		0	America/Indiana/Indianapolis	39.96083	-85.985	246			IN	057	22612	
7122012	Cumberland Woods	cumberland-woods	US		0	America/Indiana/Indianapolis	39.96611	-85.98194	247			IN	057	22612	
7122013	Chateau Court	chateau-court	US		0	America/Indiana/Indianapolis	39.96556	-85.9775	252			IN	057	22612	
7122016	Sweetbriar	sweetbriar	US		0	America/Indiana/Indianapolis	39.97639	-85.9875	251			IN	057	22612	
7122017	Britton Ridge	britton-ridge	US		0	America/Indiana/Indianapolis	39.97528	-85.99167	251			IN	057	22612	
7122018	Sterling Green	sterling-green	US		0	America/Indiana/Indianapolis	39.97694	-85.99639	251			IN	057	17488	
7122019	Indigo Lake	indigo-lake	US		0	America/Indiana/Indianapolis	39.98694	-85.99667	249			IN	057	17488	
7122020	Plantana	plantana	US		0	America/Indiana/Indianapolis	39.98917	-85.99111	251			IN	057	22612	
7122021	Quaker Ridge	quaker-ridge	US		0	America/Indiana/Indianapolis	39.94333	-85.98694	243			IN	057	22612	
7122022	Breakwater	breakwater	US		0	America/Indiana/Indianapolis	39.94944	-85.93528	252			IN	057	22612	
7122098	Sydney (historical)	sydney-historical	US		0	America/New_York	37.62216	-82.35602	225	Canada,Sydney (historical)		KY	195		
7122099	Nampa (historical)	nampa-historical	US		0	America/New_York	37.60917	-82.15849	211	Nampa (historical),New Alma		KY	195		
7122101	Columbiatown (historical)	columbiatown-historical	US		0	America/New_York	37.56562	-82.18969	251	Columbiatown (historical),Dotsontown		KY	195		
7122205	Continental Mobile Home Park	continental-mobile-home-park	US		0	America/Los_Angeles	37.63028	-122.06083	7			CA	001		
7122206	Spanish Ranch Mobile Home Park	spanish-ranch-mobile-home-park	US		0	America/Los_Angeles	37.63083	-122.05694	6			CA	001		
7122215	Viking Land Terrace	viking-land-terrace	US		0	America/Chicago	48.76944	-96.945	250			MN	069	26576	
7122320	Auburn Trace	auburn-trace	US		0	America/Indiana/Indianapolis	39.59444	-86.18083	219			IN	081	83924	
7122322	Hunters Pointe	hunters-pointe	US		0	America/Indiana/Indianapolis	39.58639	-86.18028	223			IN	081	83924	
7122335	Al-Mar	al-mar	US		0	America/Indiana/Indianapolis	39.54472	-86.205	248			IN	081	83924	
7122336	Bluff Acres	bluff-acres	US		0	America/Indiana/Indianapolis	39.6	-86.21917	201			IN	081	83924	
7122337	Brentridge	brentridge	US		0	America/Indiana/Indianapolis	39.58417	-86.19389	213			IN	081	83924	
7122338	Brockton Manor	brockton-manor	US		0	America/Indiana/Indianapolis	39.59	-86.18556	219			IN	081	83924	
7122339	Cedar Hills	cedar-hills	US		0	America/Indiana/Indianapolis	39.56778	-86.17972	233			IN	081	83924	
7122340	Clearview	clearview	US		0	America/Indiana/Indianapolis	39.58333	-86.21167	217			IN	081	83924	
7122342	Eagle Trace	eagle-trace	US		0	America/Indiana/Indianapolis	39.59361	-86.17361	229			IN	081	83924	
7122343	Foxberry Trace	foxberry-trace	US		0	America/Indiana/Indianapolis	39.60361	-86.17583	225			IN	081	83924	
7122344	Golden Grove	golden-grove	US		0	America/Indiana/Indianapolis	39.57139	-86.18222	231			IN	081	83924	
7122345	Horizon Estates	horizon-estates	US		0	America/Indiana/Indianapolis	39.58	-86.20556	223			IN	081	83924	
7122346	Pebble Hills	pebble-hills	US		0	America/Indiana/Indianapolis	39.62361	-86.19167	213			IN	081	83924	
7122347	Pebble Run	pebble-run	US		0	America/Indiana/Indianapolis	39.62139	-86.19972	209			IN	081	83924	
7122348	Pennington Estates	pennington-estates	US		0	America/Indiana/Indianapolis	39.57139	-86.19611	239			IN	081	83924	
7122349	Southwood Trailer Court	southwood-trailer-court	US		0	America/Indiana/Indianapolis	39.58972	-86.10417	246			IN	081	60390	
7122351	Waters Edge	waters-edge	US		0	America/Indiana/Indianapolis	39.57222	-86.18778	220			IN	081	83924	
7122352	Willow Lakes	willow-lakes	US		0	America/Indiana/Indianapolis	39.58083	-86.17556	231			IN	081	83924	
7122431	Woodland Stream	woodland-stream	US		0	America/Indiana/Indianapolis	39.56472	-86.18306	224			IN	081	83924	
7122543	East Acres Mobile Home Park	east-acres-mobile-home-park	US		0	America/Chicago	48.19389	-96.75889	262			MN	089	68170	
7122549	Valley Court	valley-court	US		0	America/Chicago	48.45	-96.87222	253			MN	089	62698	
7122558	Middle River Mobile Home Park	middle-river-mobile-home-park	US		0	America/Chicago	48.43417	-96.16389	348			MN	089	41912	
7122571	Wagon Wheel Trailer Court	wagon-wheel-trailer-court	US		0	America/Chicago	48.19417	-96.99583	248			MN	089	01252	
7122572	Kollin's Trailer Court	kollin-s-trailer-court	US		0	America/Chicago	48.19417	-96.99583	248			MN	089	01252	
7122579	Lilac Ridge Trailer Park	lilac-ridge-trailer-park	US		0	America/Chicago	48.21861	-96.40556	326			MN	089	67090	
7122584	Grygla Trailer Court	grygla-trailer-court	US		0	America/Chicago	48.30083	-95.61806	359			MN	089	26216	
7122654	College Hills	college-hills	US		0	America/Denver	39.90389	-105.03056	1600			CO	001		
7122655	Holiday Hills Village	holiday-hills-village	US		0	America/Denver	39.86611	-105.00861	1631			CO	001		
7122656	Homestead Heights	homestead-heights	US		0	America/Denver	39.86111	-105.01389	1667			CO	001		
7122657	Kimberly Hills	kimberly-hills	US		0	America/Denver	39.8675	-105.01861	1654			CO	001		
7122658	Mountain View Estates	mountain-view-estates	US		0	America/Denver	39.96944	-105.03	1639			CO	001		
7122659	Quail Hill	quail-hill	US		0	America/Denver	39.96306	-105.00222	1603			CO	001		
7122660	Sherrelwood Estates	sherrelwood-estates	US		0	America/Denver	39.84472	-105.00944	1644			CO	001		
7122661	Sunnyslope Estates	sunnyslope-estates	US		0	America/Denver	39.9425	-105.04	1615			CO	001		
7122720	Riverview Terrace Mobile Home Park	riverview-terrace-mobile-home-park	US		0	America/Chicago	46.83139	-95.71194	439			MN	005	19646	
7122723	Oak Grove Mobile Home Park	oak-grove-mobile-home-park	US		0	America/Chicago	46.79722	-95.95	427			MN	005	34298	
7122730	Floyd Lake Mobile Home Park	floyd-lake-mobile-home-park	US		0	America/Chicago	46.8675	-95.84028	421			MN	005	15814	
7122764	Clem's Long Bridge Mobile Home Park	clem-s-long-bridge-mobile-home-park	US		0	America/Chicago	46.80944	-95.84583	409			MN	005	15832	
7122826	Town and Country Estates Mobile Home Park	town-and-country-estates-mobile-home-park	US		0	America/Chicago	46.88222	-96.09306	414			MN	005	34784	
7122827	North Shore Trailer Park	north-shore-trailer-park	US		0	America/Chicago	46.79	-96.05556	420			MN	005	13294	
7122828	Hampton Cove	hampton-cove	US		0	America/Chicago	34.6135	-86.4638	181			AL	089		
7122875	Oak Manor Mobile Home Village	oak-manor-mobile-home-village	US		0	America/Chicago	48.84611	-95.7625	320			MN	135	55546	
7122887	Mobile Court East	mobile-court-east	US		0	America/Chicago	48.84861	-95.74833	320			MN	135	55546	
7122903	West Side Trailer Court	west-side-trailer-court	US		0	America/Chicago	48.84722	-95.77222	319			MN	135	55546	
7122904	Palisade Mobile Home Park	palisade-mobile-home-park	US		0	America/Chicago	48.7825	-96.01417	329			MN	135	03160	
7122907	Pioneer Mobile Home Park	pioneer-mobile-home-park	US		0	America/Chicago	48.77083	-96.02083	330			MN	135	03160	
7122915	Jenson Trailer Park	jenson-trailer-park	US		0	America/Chicago	48.70056	-96.18139	328			MN	135	25604	
7122932	Oak View Mobile Home Park	oak-view-mobile-home-park	US		0	America/Chicago	48.7825	-96.01417	329			MN	135	03160	
7122961	Log City (historical)	log-city-historical	US		0	America/New_York	42.91222	-76.02111	466			NY	067	59036	
7122970	The Kingdom (historical)	the-kingdom-historical	US		0	America/New_York	43.11611	-76.40472	186			NY	067	76760	
7123011	Lake Park Trailer Court	lake-park-trailer-court	US		0	America/Chicago	46.88639	-96.09417	410			MN	005	34784	
7123019	Albertsons Lake Trailer Park	albertsons-lake-trailer-park	US		0	America/Chicago	46.72222	-95.69167	428			MN	005	22472	
7123022	Acorn Lake Mobile Home Court	acorn-lake-mobile-home-court	US		0	America/Chicago	46.72583	-95.69083	427			MN	005	22472	
7123023	Feldt Mobile Home Park	feldt-mobile-home-park	US		0	America/Chicago	46.72361	-95.70556	424			MN	005	22472	
7123024	Town Lake Estates	town-lake-estates	US		0	America/Chicago	46.72806	-95.70056	423			MN	005	22472	
7123038	Audubon Mobile Home Park	audubon-mobile-home-park	US		0	America/Chicago	46.86333	-95.98139	401			MN	005	02728	
7123044	Liberty Trailer Park	liberty-trailer-park	US		0	America/Chicago	48.90528	-95.31417	325			MN	135	68224	
7123045	North Star Court	north-star-court	US		0	America/Chicago	48.90528	-95.31417	325			MN	135	68224	
7123046	Lakewood Trailer Park	lakewood-trailer-park	US		0	America/Chicago	48.90722	-95.30278	325			MN	135	68224	
7123047	Countryside Trailer Park	countryside-trailer-park	US		0	America/Chicago	48.90139	-95.32444	326			MN	135	68224	
7123314	Timberline Mobile Home Park	timberline-mobile-home-park	US		0	America/Chicago	48.86611	-95.57056	328			MN	135	19466	
7123315	Enstrom Estates	enstrom-estates	US		0	America/Chicago	48.86611	-95.57056	328			MN	135	19466	
7123317	Woodland Mobile Home Park	woodland-mobile-home-park	US		0	America/Chicago	48.86611	-95.57056	328			MN	135	19466	
7123319	Roosevelt Park	roosevelt-park	US		0	America/Chicago	48.80361	-95.09667	354			MN	135	55438	
7123411	Hickory Knoll Mobile Home Park	hickory-knoll-mobile-home-park	US		0	America/Indiana/Indianapolis	39.70611	-86.05111	261			IN	097	25504	
7123423	Willow Lakes	willow-lakes	US		0	America/Indiana/Indianapolis	39.7425	-86.03083	259			IN	097	80144	
7123542	Five Mile Corners	five-mile-corners	US		0	America/Detroit	42.05611	-86.1075	232			MI	027	84920	
7123547	Beechwood	beechwood	US		0	America/Detroit	42.005	-86.20972	232			MI	027	73940	
7123638	Hawthornes At The Crossing	hawthornes-at-the-crossing	US		0	America/Indiana/Indianapolis	39.91917	-86.31056	274			IN	097	59742	
7123657	Maplewood Mobile Home Park	maplewood-mobile-home-park	US		0	America/Indiana/Indianapolis	39.88167	-85.94389	257			IN	097	42444	
7123753	Schildmeier Park	schildmeier-park	US		0	America/Indiana/Indianapolis	39.72556	-85.93889	250			IN	059	73880	
7123754	Terrace Mobile Home Park	terrace-mobile-home-park	US		0	America/Indiana/Indianapolis	39.61028	-86.30139	232			IN	109	46044	
7123757	Sammons Point	sammons-point	US		275	America/Chicago	41.03234	-87.85616	194			IL	091	57017	
7123763	Arborview Mobile Home Park	arborview-mobile-home-park	US		0	America/Indiana/Indianapolis	39.77972	-86.33833	256			IN	063	80702	
7123764	Clermont Mobile Home Park	clermont-mobile-home-park	US		0	America/Indiana/Indianapolis	39.815	-86.32806	259			IN	063	43794	
7123765	South Blooming Grove	south-blooming-grove	US		3188	America/New_York	41.37337	-74.17843	163	South Blooming Grove,South Blooming Grove Village,Village of South Blooming Grove		NY	071	07003	
7123766	Wynbrooke	wynbrooke	US		0	America/Indiana/Indianapolis	39.79639	-86.34222	258			IN	063	80702	
7123767	Stonegate	stonegate	US		0	America/Indiana/Indianapolis	39.95139	-86.3225	278			IN	011	86372	
7123768	Fox Hollow	fox-hollow	US		0	America/Indiana/Indianapolis	39.93556	-86.28167	268			IN	011	86372	
7123769	The Woodlands	the-woodlands	US		0	America/Indiana/Indianapolis	39.93278	-86.29111	266			IN	011	86372	
7123868	Watkins (historical)	watkins-historical	US		0	America/Chicago	29.99028	-101.93833	530			TX	443		
7123914	Oneida Center	oneida-center	US		0	America/Detroit	42.72639	-84.77861	269			MI	045	60700	
7124497	Algonquin Acres	algonquin-acres	US		0	America/Denver	39.59833	-104.82639	1727			CO	005		
7124498	Cherry Creek East	cherry-creek-east	US		0	America/Denver	39.59917	-104.80139	1737			CO	005		
7124499	Devonsire Heights	devonsire-heights	US		0	America/Denver	39.64889	-104.94861	1663			CO	005		
7124500	Dream House Acres	dream-house-acres	US		0	America/Denver	39.60639	-104.95417	1691			CO	005		
7124501	Southfield Park	southfield-park	US		0	America/Denver	39.60056	-104.84333	1734			CO	005		
7124536	Hoffman Heights (subdivision)	hoffman-heights-subdivision	US		0	America/Denver	39.73139	-104.83694	1652			CO	005		
7124651	Thorsborg (historical)	thorsborg-historical	US		0	America/Chicago	45.97778	-95.90389	372			MN	051	58468	
7125920	Catalina Mobile Home Park	catalina-mobile-home-park	US		0	America/New_York	39.55278	-84.38889	202			OH	017	46340	
7125921	Crouse Mobile Home Park	crouse-mobile-home-park	US		0	America/New_York	39.49167	-84.56778	201			OH	017	82082	
7125922	Edgewood Mobile Home Park	edgewood-mobile-home-park	US		0	America/New_York	39.49333	-84.56611	201			OH	017	82082	
7125923	Skyview Acres Mobile Home Park	skyview-acres-mobile-home-park	US		0	America/New_York	39.35667	-84.595	195			OH	017	68616	
7125924	Town And Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/New_York	39.35889	-84.58639	184			OH	017	69498	
7125979	Merry Lane Mobile Home Park	merry-lane-mobile-home-park	US		0	America/Chicago	47.3	-96.50056	277			MN	107	00172	
7126006	Arbor Crest	arbor-crest	US		0	America/New_York	39.39472	-84.47472	232			OH	017	43050	
7126007	Brookside Estates	brookside-estates	US		0	America/New_York	39.32278	-84.36944	282			OH	017	83150	
7126008	Brookview	brookview	US		0	America/New_York	39.41306	-84.38667	225			OH	017	43050	
7126009	Circle View Acres	circle-view-acres	US		0	America/New_York	39.31361	-84.38222	262			OH	017	83150	
7126010	Clearview	clearview	US		0	America/New_York	39.32444	-84.35389	274			OH	017	83150	
7126011	Concord Hills	concord-hills	US		0	America/New_York	39.31889	-84.3875	236			OH	017	83150	
7126111	Jericho Corners	jericho-corners	US		0	America/Detroit	42.34583	-86.20556	192			MI	159	31840	
7126157	Wildeys	wildeys	US		0	America/Detroit	42.20833	-85.96889	241			MI	159	63000	
7126287	Country Acres	country-acres	US		0	America/New_York	39.32694	-84.365	274			OH	017	83150	
7126288	Country Club Highlands	country-club-highlands	US		0	America/New_York	39.41611	-84.47083	231			OH	017	43050	
7126289	Country View Estates	country-view-estates	US		0	America/New_York	39.41333	-84.47194	237			OH	017	43050	
7126290	Crestfield	crestfield	US		0	America/New_York	39.31722	-84.39611	239			OH	017	83150	
7126291	Dalewood	dalewood	US		0	America/New_York	39.33861	-84.38556	250			OH	017	83150	
7126292	Dutchland Woods	dutchland-woods	US		0	America/New_York	39.38389	-84.40194	238			OH	017	43050	
7126293	Emery Acres	emery-acres	US		0	America/New_York	39.335	-84.36222	264			OH	017	83150	
7126294	Evergreen Farm Estates	evergreen-farm-estates	US		0	America/New_York	39.38722	-84.35667	264			OH	017	43050	
7126295	Greystone	greystone	US		0	America/New_York	39.38611	-84.4725	213			OH	017	43050	
7126296	Hunting Creek Estates	hunting-creek-estates	US		0	America/New_York	39.39528	-84.39472	248			OH	017	43050	
7126297	Liberty Township	liberty-township	US		0	America/New_York	39.39861	-84.38278	250			OH	017	43050	
7126298	Linn-Crest Acres	linn-crest-acres	US		0	America/New_York	39.42056	-84.37556	253			OH	017	43050	
7126299	Orchard Acres	orchard-acres	US		0	America/New_York	39.31944	-84.36167	288			OH	017	83150	
7126300	Robinhood Hills	robinhood-hills	US		0	America/New_York	39.31111	-84.39083	253			OH	017	83150	
7126301	Rolling Knolls	rolling-knolls	US		0	America/New_York	39.30667	-84.3925	256			OH	017	83150	
7126302	Rolling Woods	rolling-woods	US		0	America/New_York	39.30167	-84.39472	241			OH	017	83150	
7126304	Stonewall Estates	stonewall-estates	US		0	America/New_York	39.30833	-84.355	278			OH	017	83150	
7126305	Sunburst Hills	sunburst-hills	US		0	America/New_York	39.305	-84.35694	280			OH	017	83150	
7126306	Tall Timber Estates	tall-timber-estates	US		0	America/New_York	39.3075	-84.38028	275			OH	017	83150	
7126307	Taylor Village	taylor-village	US		0	America/New_York	39.38889	-84.36861	261			OH	017	43050	
7126308	The Woods	the-woods	US		0	America/New_York	39.30667	-84.36417	278			OH	017	83150	
7126309	West Chester Woods	west-chester-woods	US		0	America/New_York	39.32556	-84.39111	225			OH	017	83150	
7126310	Wildwood Acres	wildwood-acres	US		0	America/New_York	39.29944	-84.35917	278			OH	061	71892	
7126371	Humboldt Street Historic District	humboldt-street-historic-district	US		0	America/Denver	39.73389	-104.96944	1628			CO	031		
7126380	Vine Street Houses	vine-street-houses	US		0	America/Denver	39.73917	-104.96222	1621			CO	031		
7126381	Westside Neighborhood	westside-neighborhood	US		0	America/Denver	39.73778	-105.00111	1592			CO	031		
7129100	Zenith Terrace	zenith-terrace	US		0	America/Chicago	46.73889	-92.21111	369			MN	137	17000	
7129103	Birchwood Mobile Estates	birchwood-mobile-estates	US		0	America/Chicago	46.825	-92.1925	429			MN	137	28682	
7129116	Bel Air Mobile Manor	bel-air-mobile-manor	US		0	America/Chicago	46.83278	-92.21667	433			MN	137	28682	
7129117	Pleasant View Mobile Home Park	pleasant-view-mobile-home-park	US		0	America/Chicago	46.70417	-92.21417	211			MN	137	17000	
7129306	Bear Valley Heights	bear-valley-heights	US		0	America/Denver	39.6475	-105.05889	1663			CO	031		
7130551	Roberts (historical)	roberts-historical	US		0	America/Chicago	46.18083	-96.17278	334			MN	111	69430	
7130576	Hereford (historical)	hereford-historical	US		0	America/Chicago	46.01444	-96.14194	331			MN	051	18476	
7130614	Apple Meadows	apple-meadows	US		0	America/Denver	39.80472	-105.21194	1769			CO	059		
7130615	Carmody Estates	carmody-estates	US		0	America/Denver	39.67833	-105.11361	1721			CO	059		
7130616	Crestmont Heights	crestmont-heights	US		0	America/Denver	39.80556	-105.13278	1668			CO	059		
7130617	Lamar Heights	lamar-heights	US		0	America/Denver	39.82556	-105.0675	1640			CO	059		
7130618	Olinger Gardens	olinger-gardens	US		0	America/Denver	39.75694	-105.05694	1647			CO	059		
7130619	Paramount Heights	paramount-heights	US		0	America/Denver	39.75778	-105.11417	1704			CO	059		
7130883	Sucker Brook (historical)	sucker-brook-historical	US		0	America/New_York	44.81333	-75.25667	96			NY	089	77739	
7130900	CC Maynards Settlement (historical)	cc-maynards-settlement-historical	US		0	America/New_York	37.65709	-82.52063	217			KY	195		
7130923	Daniels Creek (historical)	daniels-creek-historical	US		0	America/New_York	37.38105	-82.43009	227			KY	195		
7130946	Chatham (historical)	chatham-historical	US		0	America/Chicago	48.71528	-96.92333	250			MN	069	60646	
7130962	Fishtrap (historical)	fishtrap-historical	US		0	America/New_York	37.4353	-82.40434	220			KY	195		
7130967	Frogtown (historical)	frogtown-historical	US		0	America/New_York	37.33908	-82.55682	266			KY	195		
7130990	Broadlands West	broadlands-west	US		0	America/Denver	39.94556	-105.04722	1623			CO	014		
7131001	Country Acres	country-acres	US		0	America/Denver	39.38806	-104.68889	1974			CO	035		
7131002	Village Pines	village-pines	US		0	America/Denver	39.38	-104.72389	1953			CO	035		
7131065	Smithsboro (historical)	smithsboro-historical	US		0	America/New_York	37.22935	-82.99424	308			KY	119		
7131071	Sylvester (historical)	sylvester-historical	US		0	America/New_York	37.30374	-82.86958	449			KY	119		
7131097	Grigsby (historical)	grigsby-historical	US		0	America/New_York	37.46025	-83.10032	304			KY	119		
7131102	Irishmans (historical)	irishmans-historical	US		0	America/New_York	37.24508	-82.99556	329			KY	119		
7131107	Martinsville (historical)	martinsville-historical	US		0	America/New_York	37.28764	-82.81074	438			KY	119		
7131108	Middle Carr Creek (historical)	middle-carr-creek-historical	US		0	America/New_York	37.24097	-82.92552	321			KY	119		
7131109	Montgomery (historical)	montgomery-historical	US		0	America/New_York	37.35932	-83.01702	346			KY	119		
7131120	Noacres (historical)	noacres-historical	US		0	America/Chicago	48.99222	-96.35667	314			MN	135	47357	
7131121	Oak Point (historical)	oak-point-historical	US		0	America/Chicago	48.96917	-96.40528	313			MN	135	47357	
7131122	Harley (historical)	harley-historical	US		0	America/New_York	37.3036	-82.64965	296			KY	195		
7131124	Harrolds Branch (historical)	harrolds-branch-historical	US		0	America/New_York	37.46779	-82.51055	229			KY	195		
7131134	Head of Johnson Creek (historical)	head-of-johnson-creek-historical	US		0	America/New_York	37.48527	-82.27197	355			KY	195		
7131148	Hurricane Branch (historical)	hurricane-branch-historical	US		0	America/New_York	37.44317	-82.37809	261			KY	195		
7131171	Jonkan (historical)	jonkan-historical	US		0	America/New_York	37.44941	-82.39229	268			KY	195		
7131175	Keel Addition (historical)	keel-addition-historical	US		0	America/New_York	37.4985	-82.53422	200			KY	195		
7131263	Ensenore	ensenore	US		0	America/New_York	42.79389	-76.50333	223			NY	011	65816	
7131297	Donathon (historical)	donathon-historical	US		0	America/New_York	38.00889	-82.56475	194			KY	127		
7131298	Elm Grove (historical)	elm-grove-historical	US		0	America/New_York	38.05917	-82.78634	193			KY	127		
7131299	Green Valley (historical)	green-valley-historical	US		0	America/New_York	38.17056	-82.72705	177			KY	127		
7131300	Greenwood (historical)	greenwood-historical	US		0	America/New_York	38.17556	-82.61475	174			KY	127		
7131301	Lick Creek (historical)	lick-creek-historical	US		0	America/New_York	38.17667	-82.89699	207			KY	127		
7131302	Lost Creek (historical)	lost-creek-historical	US		0	America/New_York	37.90778	-82.68361	199			KY	127		
7131303	Meades Branch (historical)	meades-branch-historical	US		0	America/New_York	37.98556	-82.67486	181			KY	127		
7131304	Needmore (historical)	needmore-historical	US		0	America/New_York	38.13556	-83.75833	239			KY	127		
7131305	Pleasant Ridge (historical)	pleasant-ridge-historical	US		0	America/New_York	38.09306	-84.03611	286			KY	127		
7131306	Potters (historical)	potters-historical	US		0	America/New_York	38.15694	-82.64262	182			KY	127		
7131307	Prosperity (historical)	prosperity-historical	US		0	America/New_York	38.05278	-82.77951	198			KY	127		
7131308	Providence (historical)	providence-historical	US		0	America/New_York	38.0675	-82.75929	195			KY	127		
7131309	Ray (historical)	ray-historical	US		0	America/New_York	37.91278	-82.67541	185			KY	127		
7131310	Rockville (historical)	rockville-historical	US		0	America/New_York	38.24389	-82.60929	168			KY	127		
7131311	Trinity (historical)	trinity-historical	US		0	America/New_York	38.2175	-82.74071	217			KY	127		
7131312	Upper Tug (historical)	upper-tug-historical	US		0	America/New_York	37.94972	-82.48197	178			KY	127		
7131313	Webbs Mill (historical)	webbs-mill-historical	US		0	America/New_York	38.07028	-82.6806	195			KY	127		
7131783	Milneburg (historical)	milneburg-historical	US		0	America/Chicago	30.02583	-90.06139	0			LA	071	98000	
7131805	Pump Corners	pump-corners	US		0	America/New_York	43.06667	-76.50167	122			NY	011	10297	
7131806	The Patch (historical)	the-patch-historical	US		0	America/New_York	43.05778	-76.55389	122			NY	011	10297	
7131859	Brayton Corners	brayton-corners	US		0	America/New_York	43.20167	-75.07361	284			NY	043	50584	
7131879	Dimond District	dimond-district	US		0	America/Los_Angeles	37.80333	-122.21278	65			CA	001		
7131882	Millsmont	millsmont	US		0	America/Los_Angeles	37.77611	-122.17583	73			CA	001		
7131884	Trestle Glen	trestle-glen	US		0	America/Los_Angeles	37.8125	-122.23417	44			CA	001		
7131908	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/Chicago	47.38	-92.91528	427			MN	137	28790	
7131911	Olson's Mobile Home Park	olson-s-mobile-home-park	US		0	America/Chicago	47.41444	-92.92111	447			MN	137	28790	
7131990	Birch Lane Mobile Home Park	birch-lane-mobile-home-park	US		0	America/Chicago	47.39944	-92.93222	449			MN	137	28790	
7132042	La Loma Park	la-loma-park	US		0	America/Los_Angeles	37.88222	-122.25861	185			CA	001		
7132059	Birch Grove Mobile Home Park	birch-grove-mobile-home-park	US		0	America/Detroit	47.12694	-88.59444	220			MI	061	36300	
7132180	Chassell Bay Cabins Mobile Home Park	chassell-bay-cabins-mobile-home-park	US		0	America/Detroit	47.03861	-88.52028	186			MI	061	14920	
7132264	San Pedro Terrace	san-pedro-terrace	US		0	America/Los_Angeles	37.59472	-122.51	19			CA	081		
7132524	Nirvana	nirvana	US		0	America/Chicago	46.28167	-95.58139	422			MN	111	46240	
7132919	Outpost Estates	outpost-estates	US		0	America/Los_Angeles	34.11083	-118.34389	257			CA	037		
7133170	Northern Terrace Mobile Home Park	northern-terrace-mobile-home-park	US		0	America/Chicago	47.90417	-91.8375	436			MN	137	19142	
7133213	Spruce Shadows Mobile Home Park	spruce-shadows-mobile-home-park	US		0	America/Chicago	47.48833	-92.89167	479			MN	137	11386	
7133425	Clear View	clear-view	US		0	America/Chicago	46.7075	-96.06167	407			MN	111	58864	
7133469	White Birch Estates	white-birch-estates	US		0	America/Menominee	45.80833	-88.03056	338			MI	043	10220	
7133470	Park Ridge Mobile Home Park	park-ridge-mobile-home-park	US		0	America/Menominee	45.81056	-88.04861	358			MI	043	40960	
7133707	Avenue E Trailer Park	avenue-e-trailer-park	US		0	America/Los_Angeles	34.76333	-118.14472	702			CA	037		
7133709	Stallion Meadow Mobile Home Park	stallion-meadow-mobile-home-park	US		0	America/Los_Angeles	34.485	-118.17056	916			CA	037		
7133750	L'Anse Mobile Home Court	l-anse-mobile-home-court	US		0	America/Detroit	46.74306	-88.43194	267			MI	013	45560	
7134069	Nescatunga	nescatunga	US		70	America/Chicago	36.75306	-98.15278	349			OK	003		
7134193	Carthay Square	carthay-square	US		0	America/Los_Angeles	34.05528	-118.36972	40			CA	037		
7134194	Harvard Heights	harvard-heights	US		0	America/Los_Angeles	34.04222	-118.30417	64			CA	037		
7134195	Hollywood Heights	hollywood-heights	US		0	America/Los_Angeles	34.10667	-118.34	162			CA	037		
7134197	Lafayette Square	lafayette-square	US		0	America/Los_Angeles	34.04306	-118.33194	56			CA	037		
7134198	Larchmont Village	larchmont-village	US		0	America/Los_Angeles	34.07306	-118.32389	74			CA	037		
7134199	Little Ethiopia	little-ethiopia	US		0	America/Los_Angeles	34.05472	-118.36528	41			CA	037		
7134200	Picfair Village	picfair-village	US		0	America/Los_Angeles	34.045	-118.36528	30			CA	037		
7134201	Windsor Square	windsor-square	US		0	America/Los_Angeles	34.06889	-118.32	71			CA	037		
7134250	Sunnyside Estates Community	sunnyside-estates-community	US		0	America/Detroit	46.54611	-87.41056	229			MI	103	51900	
7134251	Pioneer Estates	pioneer-estates	US		0	America/Detroit	46.52639	-87.41111	233			MI	103	51900	
7134252	Silver Creek Estates	silver-creek-estates	US		0	America/Detroit	46.48889	-87.36194	201			MI	103	15660	
7134295	Sayville Heights	sayville-heights	US		0	America/New_York	40.74778	-73.07222	8			NY	103	38000	
7136182	The Moorings	the-moorings	US		0	America/New_York	40.71139	-73.19972	0			NY	103	38000	
7136183	Deer Run	deer-run	US		0	America/New_York	40.7175	-73.18722	2			NY	103	38000	
7140159	Birchgrove Mobile Home Community	birchgrove-mobile-home-community	US		0	America/Detroit	46.52833	-87.40472	221			MI	103	51900	
7140194	Head of Linefork (historical)	head-of-linefork-historical	US		0	America/New_York	36.97369	-82.11144	572			KY	133		
7140200	Hubert (historical)	hubert-historical	US		0	America/New_York	37.05283	-82.988	335			KY	133		
7140204	Indian Bottom (historical)	indian-bottom-historical	US		0	America/New_York	37.13239	-82.97291	318			KY	133		
7140217	Lick Fork (historical)	lick-fork-historical	US		0	America/New_York	37.24775	-82.60481	387			KY	133		
7140220	Line Fork (historical)	line-fork-historical	US		0	America/New_York	37.02013	-82.96021	356			KY	133		
7140222	Lower Cumberland (historical)	lower-cumberland-historical	US		0	America/New_York	36.9948	-83.85554	291	Lowe Cumberland,Lower Cumberland (historical)		KY	133		
7140229	Marshal Branch (historical)	marshal-branch-historical	US		0	America/New_York	37.20763	-82.88509	441			KY	133		
7140235	Milton (historical)	milton-historical	US		0	America/New_York	36.97447	-83.1108	483			KY	133		
7140251	Red Star (historical)	red-star-historical	US		0	America/New_York	37.13905	-83.61559	351			KY	133		
7140280	Turkey Creek (historical)	turkey-creek-historical	US		0	America/New_York	37.07046	-83.02232	362			KY	133		
7140288	West Whitesburg (historical)	west-whitesburg-historical	US		0	America/New_York	37.12143	-82.83568	360			KY	133		
7140327	Craftsville (historical)	craftsville-historical	US		0	America/New_York	37.18072	-82.75435	382			KY	133		
7140622	Lake Haven Estates Mobile Home Park	lake-haven-estates-mobile-home-park	US		0	America/Detroit	46.285	-87.33639	341			MI	103	29720	
7140627	Pine Acres Trailer Court	pine-acres-trailer-court	US		0	America/Detroit	46.49361	-87.33333	187			MI	103	15660	
7140635	Sands Trailer Court	sands-trailer-court	US		0	America/Detroit	46.39667	-87.40556	369			MI	103	71460	
7140654	Northernair Mobile Estates	northernair-mobile-estates	US		0	America/Detroit	46.28056	-87.42222	338			MI	103	29720	
7140748	Lower Greasy Creek (historical)	lower-greasy-creek-historical	US		0	America/New_York	37.40913	-82.45812	209			KY	195		
7140772	Morcoal (historical)	morcoal-historical	US		0	America/New_York	37.54993	-82.28631	297			KY	195		
7140775	Motley (historical)	motley-historical	US		0	America/New_York	37.40714	-82.22328	367			KY	195		
7140789	New Alma Coal Camp (historical)	new-alma-coal-camp-historical	US		0	America/New_York	37.60079	-82.1654	212			KY	195		
7140791	Old Sydney (historical)	old-sydney-historical	US		0	America/New_York	37.57807	-82.368	309			KY	195		
7140796	Osborne Fork (historical)	osborne-fork-historical	US		0	America/New_York	37.34554	-82.65151	378			KY	195		
7140810	Pigeon Roost (historical)	pigeon-roost-historical	US		0	America/New_York	37.60118	-82.31695	277			KY	195		
7140836	Right Fork of Meathouse (historical)	right-fork-of-meathouse-historical	US		0	America/New_York	37.56295	-82.31341	337			KY	195		
7140851	Senterville (historical)	senterville-historical	US		0	America/New_York	37.29463	-82.36523	244			KY	195		
7140863	Slatter Branch (historical)	slatter-branch-historical	US		0	America/New_York	37.69077	-82.30842	212			KY	195		
7140884	Sycamore (historical)	sycamore-historical	US		0	America/New_York	37.62934	-82.53487	214			KY	195		
7140889	Tom Ray (historical)	tom-ray-historical	US		0	America/New_York	37.62186	-82.41492	297			KY	195		
7140893	Turkey Pen (historical)	turkey-pen-historical	US		0	America/New_York	37.32483	-82.6423	353			KY	195		
7140895	Upper Dick (historical)	upper-dick-historical	US		0	America/New_York	37.57938	-82.3516	279			KY	195		
7140899	Upper Little Creek (historical)	upper-little-creek-historical	US		0	America/New_York	37.37832	-82.51862	267			KY	195		
7140903	Upper Turkey (historical)	upper-turkey-historical	US		0	America/New_York	37.65031	-82.39617	369			KY	195		
7140906	Wagoner (historical)	wagoner-historical	US		0	America/New_York	37.52552	-82.57852	231			KY	195		
7140948	Clay Fork (historical)	clay-fork-historical	US		0	America/New_York	38.22972	-83.18417	244			KY	063		
7140949	Devil Fork (historical)	devil-fork-historical	US		0	America/New_York	38.08667	-83.22778	295			KY	063		
7140950	Fannin Valley (historical)	fannin-valley-historical	US		0	America/New_York	38.13194	-83.2225	251			KY	063		
7140951	Gomez (historical)	gomez-historical	US		0	America/New_York	38.16722	-82.97028	222			KY	063		
7140952	Shady Grove (historical)	shady-grove-historical	US		0	America/New_York	38.24528	-83.17833	266			KY	063		
7140992	Offill's Mill (historical)	offill-s-mill-historical	US		0	America/New_York	38.23879	-83.24209	250			KY	043		
7140993	Silica (historical)	silica-historical	US		0	America/New_York	38.26577	-83.22598	255	Silica (historical),Tavern Rock		KY	043		
7140994	Ross (historical)	ross-historical	US		0	America/New_York	38.26127	-83.1526	309	Ross (historical),Rossville		KY	043		
7140995	Globe Community (historical)	globe-community-historical	US		0	America/New_York	38.20341	-83.24355	312			KY	043		
7140996	Reeder (historical)	reeder-historical	US		0	America/New_York	38.32676	-83.24222	296			KY	043		
7140997	Antioch (historical)	antioch-historical	US		0	America/New_York	38.1953	-82.94426	204			KY	043		
7140998	The Cross Roads (historical)	the-cross-roads-historical	US		0	America/New_York	38.34413	-82.95603	177			KY	043		
7140999	Clifty (historical)	clifty-historical	US		0	America/New_York	38.22144	-83.03633	257	Clifty,Clifty (historical)		KY	043		
7141200	Brows Defeat (historical)	brows-defeat-historical	US		0	America/New_York	37.95083	-82.64126	187			KY	127		
7141201	Laurel (historical)	laurel-historical	US		0	America/New_York	37.9775	-82.54727	178			KY	127		
7141202	Mouth of Bear (historical)	mouth-of-bear-historical	US		0	America/New_York	38.24333	-82.60929	162			KY	127		
7141214	Mouth of Long Fork (historical)	mouth-of-long-fork-historical	US		0	America/New_York	37.68883	-82.36075	203			KY	195		
7141227	Allegheny (historical)	allegheny-historical	US		0	America/New_York	37.27056	-82.48528	431			KY	195		
7141232	Arrow (historical)	arrow-historical	US		0	America/New_York	37.53279	-82.12723	337			KY	195		
7141233	Axtell (historical)	axtell-historical	US		0	America/New_York	37.40623	-82.44211	206			KY	195		
7141243	Big Card (historical)	big-card-historical	US		0	America/New_York	37.36053	-82.61389	328			KY	195		
7141260	Branham Heights (historical)	branham-heights-historical	US		0	America/New_York	37.41512	-82.49584	223			KY	195		
7141264	Crooked Creek (historical)	crooked-creek-historical	US		0	America/New_York	37.42288	-82.49928	210			KY	195		
7141267	East Shelbiana (historical)	east-shelbiana-historical	US		0	America/New_York	37.43087	-82.48119	204			KY	195		
7141303	Breeding Creek (historical)	breeding-creek-historical	US		0	America/New_York	37.2085	-82.9497	335			KY	119		
7141307	Buckhorn (historical)	buckhorn-historical	US		0	America/New_York	37.44871	-83.12046	280			KY	119		
7141311	Carr Fork (historical)	carr-fork-historical	US		0	America/New_York	37.22824	-83.03255	308			KY	119		
7141314	Clear Fork (historical)	clear-fork-historical	US		0	America/New_York	37.28324	-83.08227	469			KY	119		
7141334	Lotts Creek (historical)	lotts-creek-historical	US		0	America/New_York	37.27094	-83.10272	302			KY	119		
7141364	Baker Camp (historical)	baker-camp-historical	US		0	America/New_York	37.45229	-83.02756	303			KY	119		
7141365	Big Branch (historical)	big-branch-historical	US		0	America/New_York	37.37187	-83.08582	288			KY	119		
7141447	Adeline (historical)	adeline-historical	US		0	America/New_York	38.23861	-84.06111	252			KY	127		
7141531	Lake Helen Residence (historical)	lake-helen-residence-historical	US		0	America/New_York	37.41548	-82.49514	222			KY	195		
7141534	Left Fork of Blackberry (historical)	left-fork-of-blackberry-historical	US		0	America/New_York	37.52531	-82.20704	321			KY	195		
7141537	Liberty (historical)	liberty-historical	US		0	America/New_York	37.42092	-82.46515	215			KY	195		
7141584	College Heights (historical)	college-heights-historical	US		0	America/New_York	37.7402	-83.06977	280			KY	153		
7141588	Craft Fork (historical)	craft-fork-historical	US		0	America/New_York	37.67317	-83.12705	287			KY	153		
7141595	Dixie (historical)	dixie-historical	US		0	America/New_York	37.74811	-83.07329	261			KY	153		
7141656	Lower Burning Fork (historical)	lower-burning-fork-historical	US		0	America/New_York	37.74607	-83.05984	260			KY	119		
7141680	Puncheon (historical)	puncheon-historical	US		0	America/New_York	37.69103	-83.19582	281			KY	153		
7141685	Right Middle Fork (historical)	right-middle-fork-historical	US		0	America/New_York	37.66349	-83.21877	296			KY	153		
7141692	Skaggs (historical)	skaggs-historical	US		0	America/New_York	37.68168	-83.03398	277			KY	153		
7141871	Saddlebrooke	saddlebrooke	US		234	America/Chicago	36.82806	-93.21806	291	Saddlebrooke,Village of Saddlebrooke		MO	043	68816	
7142109	Analine Village	analine-village	US		0	America/New_York	39.8144	-75.4424	21			DE	003		
7142110	Ballymeade	ballymeade	US		0	America/New_York	39.8269	-75.4942	97			DE	003		
7142111	Beau Tree	beau-tree	US		0	America/New_York	39.8355	-75.5164	130			DE	003		
7142112	Brandywine Commons	brandywine-commons	US		0	America/New_York	39.8183	-75.5495	123			DE	003		
7142114	Brandywine Perry Park	brandywine-perry-park	US		0	America/New_York	39.8262	-75.5462	117			DE	003		
7142118	Cedartree	cedartree	US		0	America/New_York	39.825	-75.4937	97			DE	003		
7142121	Chapelcrest	chapelcrest	US		0	America/New_York	39.8223	-75.5368	120			DE	003		
7142123	Cherrington	cherrington	US		0	America/New_York	39.824	-75.6222	121			DE	003		
7142125	Clair Manor	clair-manor	US		0	America/New_York	39.8117	-75.4988	101			DE	003		
7142127	Club Lane	club-lane	US		0	America/New_York	39.8102	-75.5435	112			DE	003		
7142131	Country Gates	country-gates	US		0	America/New_York	39.8272	-75.5236	132			DE	003		
7142132	Dartmouth Woods II	dartmouth-woods-ii	US		0	America/New_York	39.8288	-75.5196	123			DE	003		
7142135	Kimberly Chase	kimberly-chase	US		0	America/New_York	39.8265	-75.5272	131			DE	003		
7142136	Maplechase	maplechase	US		0	America/New_York	39.8211	-75.4999	101			DE	003		
7142137	Munsee	munsee	US		0	America/New_York	39.8186	-75.4966	90			DE	003		
7142140	Pennington Farm	pennington-farm	US		0	America/New_York	39.8273	-75.5104	117			DE	003		
7142142	Quintynnes	quintynnes	US		0	America/New_York	39.8201	-75.5953	113			DE	003		
7142143	Ramble Woods	ramble-woods	US		0	America/New_York	39.8218	-75.4697	67			DE	003		
7142144	Shipley Chase	shipley-chase	US		0	America/New_York	39.81	-75.5333	109			DE	003		
7142146	Sunnybrae	sunnybrae	US		0	America/New_York	39.8164	-75.5103	99			DE	003		
7142147	Talley Farms	talley-farms	US		0	America/New_York	39.8306	-75.4983	112			DE	003		
7142150	Village of Rocky Run	village-of-rocky-run	US		0	America/New_York	39.8135	-75.555	127			DE	003		
7142151	Westbrite	westbrite	US		0	America/New_York	39.8351	-75.5202	134			DE	003		
7142152	Wexford Chapelcroft	wexford-chapelcroft	US		0	America/New_York	39.8258	-75.5326	122			DE	003		
7142153	White Village	white-village	US		0	America/New_York	39.8192	-75.4548	34			DE	003		
7142155	Williamhurst	williamhurst	US		0	America/New_York	39.8221	-75.5918	95			DE	003		
7142156	Williamsburg Court	williamsburg-court	US		0	America/New_York	39.82	-75.5149	108			DE	003		
7142157	Winterset Farms	winterset-farms	US		0	America/New_York	39.8363	-75.5241	134			DE	003		
7142158	Woodacres	woodacres	US		0	America/New_York	39.8154	-75.4605	32			DE	003		
7142159	Woodstream Gardens	woodstream-gardens	US		0	America/New_York	39.8155	-75.4572	31			DE	003		
7142160	Wynleigh	wynleigh	US		0	America/New_York	39.8152	-75.6125	117			DE	003		
7144400	Briarwood Senior Housing	briarwood-senior-housing	US		0	America/Detroit	42.4807	-83.3414	221			MI	125	27440	
7146040	Atlanta Station Number 4 Fire Station	atlanta-station-number-4-fire-station	US		0	America/New_York	33.758	-84.3834	311			GA	121		
7146246	Tinsley Mobile Home Park	tinsley-mobile-home-park	US		0	America/New_York	33.2936	-84.5465	268			GA	077		
7146865	Barley Lane	barley-lane	US		0	America/New_York	40.2113	-75.3522	74			PA	091	86496	
7146872	Bartons Meadows	bartons-meadows	US		0	America/New_York	40.1671	-75.6091	104			PA	029	22000	
7146876	Bartram Village	bartram-village	US		0	America/New_York	39.9303	-75.2169	12			PA	101	60000	
7146877	Bayhill	bayhill	US		0	America/New_York	40.1781	-75.295	106			PA	091	84888	
7146879	Beidler Knoll	beidler-knoll	US		0	America/New_York	40.1084	-75.3994	53			PA	091	79136	
7146881	Belcourt Manor	belcourt-manor	US		0	America/New_York	40.2732	-75.3678	99			PA	091	45096	
7146883	Belfry Meadow	belfry-meadow	US		0	America/New_York	40.1749	-75.2995	101			PA	091	84888	
7146884	Bellingham Knoll	bellingham-knoll	US		0	America/New_York	40.2927	-75.3974	88			PA	091	45096	
7146899	Berwick Place	berwick-place	US		0	America/New_York	40.1664	-75.391	126			PA	091	86496	
7146906	Bethel Grant	bethel-grant	US		0	America/New_York	40.1979	-75.3071	107			PA	091	86496	
7146914	Birdwood Hill	birdwood-hill	US		0	America/New_York	39.9409	-75.6038	126			PA	029	83080	
7146915	Birkdale	birkdale	US		0	America/New_York	40.1833	-75.2896	102			PA	091	84888	
7146916	Birmingham Estates	birmingham-estates	US		0	America/New_York	39.9049	-75.5788	136			PA	029	06544	
7146918	Birmingham Hunt	birmingham-hunt	US		0	America/New_York	39.9072	-75.5723	122			PA	029	06544	
7146924	Blackburn Farm	blackburn-farm	US		0	America/New_York	40.0361	-75.4479	127			PA	029	21928	
7146927	Blue Bell Crossing	blue-bell-crossing	US		0	America/New_York	40.1471	-75.2926	88			PA	091	84888	
7146928	Blue Bell Farms	blue-bell-farms	US		0	America/New_York	40.1663	-75.2786	89			PA	091	84888	
7146929	Blue Bell Gardens	blue-bell-gardens	US		0	America/New_York	40.1634	-75.2756	94			PA	091	84888	
7146930	Blue Bell Glenn	blue-bell-glenn	US		0	America/New_York	40.159	-75.2596	97			PA	091	84888	
7146931	Blue Bell Knoll	blue-bell-knoll	US		0	America/New_York	40.1694	-75.2724	92			PA	091	84888	
7146933	Blue Bell Road Manor	blue-bell-road-manor	US		0	America/New_York	40.1428	-75.2786	107			PA	091	84888	
7146934	Blue Bell Square	blue-bell-square	US		0	America/New_York	40.165	-75.271	95			PA	091	84888	
7146943	Bow Tree	bow-tree	US		0	America/New_York	39.9822	-75.5402	143			PA	029	21192	
7146945	Bramble Gate	bramble-gate	US		0	America/New_York	40.2785	-75.2813	97			PA	091	33120	
7146948	Brandywine at Thornbury	brandywine-at-thornbury	US		0	America/New_York	39.9128	-75.5825	89			PA	029	76568	
7146950	Brandywine Hunt	brandywine-hunt	US		0	America/New_York	39.995	-75.623	128			PA	029	83080	
7146953	Bremen Woods	bremen-woods	US		0	America/New_York	40.2668	-75.3318	78			PA	091	77152	
7146956	Briarwyck	briarwyck	US		0	America/New_York	40.2992	-75.2237	112			PA	017	53304	
7146962	Bridle Run	bridle-run	US		0	America/New_York	40.3238	-75.3109	140			PA	017	34952	
7146963	Bridlebrook Estates	bridlebrook-estates	US		0	America/New_York	39.9508	-75.3834	43			PA	045	47616	
7146964	Bridlewood Farm	bridlewood-farm	US		0	America/New_York	39.9174	-75.5788	116			PA	029	76568	
7146965	Brinton Woods	brinton-woods	US		0	America/New_York	39.9816	-75.5744	127			PA	029	83080	
7146966	Brittany Farms at Equus	brittany-farms-at-equus	US		0	America/New_York	40.1681	-75.104	61			PA	091	33088	
7146967	Brittany Pointe Estates	brittany-pointe-estates	US		0	America/New_York	40.2397	-75.3005	100			PA	091	79056	
7146968	Broad Axe Village	broad-axe-village	US		0	America/New_York	40.142	-75.2449	82			PA	091	84888	
7146969	Brookcroft	brookcroft	US		0	America/New_York	39.8364	-75.5047	117			PA	045	06024	
7146974	Brookshyre Woods	brookshyre-woods	US		0	America/New_York	40.2558	-75.2499	115			PA	091	50640	
7146989	Buckridge Farms	buckridge-farms	US		0	America/New_York	40.154	-75.0177	72			PA	017	45112	
7147002	Cider Knoll	cider-knoll	US		0	America/New_York	39.9593	-75.5388	106			PA	029	84104	
7147003	Cinnamon Hill	cinnamon-hill	US		0	America/New_York	40.1049	-75.3716	62			PA	091	79136	
7147004	Clayton Hill II	clayton-hill-ii	US		0	America/New_York	40.2635	-75.2446	105			PA	091	50640	
7147005	Clayton Meadows	clayton-meadows	US		0	America/New_York	39.8415	-75.5149	130			PA	045	06024	
7147006	Clearbrook Village	clearbrook-village	US		0	America/New_York	40.1941	-75.1144	81			PA	091	35808	
7147010	Clock Tower Woods	clock-tower-woods	US		0	America/New_York	39.9895	-75.5351	118			PA	029	21192	
7147011	Clover Crest	clover-crest	US		0	America/New_York	40.2038	-75.2894	97			PA	091	79056	
7147013	Cloverly Farms	cloverly-farms	US		0	America/New_York	40.1696	-75.157	106			PA	091	35808	
7147019	Cobblestone East	cobblestone-east	US		0	America/New_York	40.274	-75.3093	116			PA	091	33120	
7147020	Cobblestones at Thornbury	cobblestones-at-thornbury	US		0	America/New_York	39.917	-75.518	143			PA	045	76576	
7147024	Coleston	coleston	US		0	America/New_York	40.1333	-75.3152	80			PA	091	21600	
7147025	Collegeville Arms	collegeville-arms	US		0	America/New_York	40.1924	-75.4527	61			PA	091	15192	
7147028	Collegeville Crossing	collegeville-crossing	US		0	America/New_York	40.1772	-75.4555	45			PA	091	15192	
7147029	Collegeville Glen	collegeville-glen	US		0	America/New_York	40.1823	-75.4661	55			PA	091	15192	
7147030	Collegeville Greene	collegeville-greene	US		0	America/New_York	40.1824	-75.4569	46			PA	091	15192	
7147043	Colonial Way	colonial-way	US		0	America/New_York	40.0264	-75.4895	129			PA	029	85352	
7147049	Commons at Goshen	commons-at-goshen	US		0	America/New_York	39.9961	-75.5788	133			PA	029	21192	
7147053	Concord Chase	concord-chase	US		0	America/New_York	39.9028	-75.4997	95			PA	045	15488	
7147054	Concord Crossing	concord-crossing	US		0	America/New_York	39.8443	-75.5336	122			PA	045	15488	
7147055	Concord Hunt	concord-hunt	US		0	America/New_York	39.862	-75.5119	103			PA	045	15488	
7147056	Concord Woods	concord-woods	US		0	America/New_York	39.8828	-75.497	93			PA	045	15488	
7147069	Buttonwood Farms	buttonwood-farms	US		0	America/New_York	40.2173	-75.1228	83			PA	017	80952	
7147070	Buttonwood Farms	buttonwood-farms	US		0	America/New_York	40.0114	-75.4424	136			PA	029	21928	
7147072	Caines Creek	caines-creek	US		0	America/New_York	40.1284	-75.5387	55			PA	029	60120	
7147073	Calais Woods	calais-woods	US		0	America/New_York	39.8411	-75.5118	128			PA	045	06024	
7147074	Californian	californian	US		0	America/New_York	39.8924	-75.2895	24			PA	045	29720	
7147075	Calmensin	calmensin	US		0	America/New_York	40.24	-75.3507	85			PA	091	77152	
7147081	Cambridge Knoll	cambridge-knoll	US		0	America/New_York	40.2443	-75.2634	131			PA	091	50640	
7147082	Cambridge Reserve	cambridge-reserve	US		0	America/New_York	40.3009	-75.3224	114			PA	091	27280	
7147085	Candle Brook	candle-brook	US		0	America/New_York	40.0978	-75.3707	48			PA	091	79136	
7147086	Cardinal Hollow	cardinal-hollow	US		0	America/New_York	40.1927	-75.2892	100			PA	091	79056	
7147087	Cardinal View	cardinal-view	US		0	America/New_York	40.0872	-75.3031	29			PA	091	61664	
7147091	Carpenters Way	carpenters-way	US		0	America/New_York	40.1811	-75.175	112			PA	091	35808	
7147092	Carriages at Cobblestones	carriages-at-cobblestones	US		0	America/New_York	39.92	-75.514	137			PA	045	76576	
7147093	Cassel Mill Farms	cassel-mill-farms	US		0	America/New_York	40.1991	-75.4214	75			PA	091	71016	
7147095	Caswallen	caswallen	US		0	America/New_York	39.9806	-75.6141	116			PA	029	83080	
7147096	Cathcart Manor	cathcart-manor	US		0	America/New_York	40.1647	-75.2796	89			PA	091	84888	
7147098	Cavagrado	cavagrado	US		0	America/New_York	39.8306	-75.483	90			PA	045	06024	
7147103	Cedarbrook Hill	cedarbrook-hill	US		0	America/New_York	40.0849	-75.1654	113			PA	091	12968	
7147108	Centennial Station	centennial-station	US		0	America/New_York	40.1891	-75.0767	108			PA	017	80952	
7147112	Center Square Green	center-square-green	US		0	America/New_York	40.1569	-75.3119	81			PA	091	84888	
7147119	Centre Creek Estates	centre-creek-estates	US		0	America/New_York	40.1724	-75.5866	79			PA	029	22000	
7147121	Century Farms	century-farms	US		0	America/New_York	39.9033	-75.6127	76			PA	029	06544	
7147123	Chadds Ford West	chadds-ford-west	US		0	America/New_York	39.8708	-75.6374	122			PA	029	59136	
7147124	Chadwick Place	chadwick-place	US		0	America/New_York	40.1705	-75.3999	122			PA	091	86496	
7147129	Chapel Hill Manor	chapel-hill-manor	US		0	America/New_York	40.1063	-75.0648	67			PA	091	00156	
7147130	Chapel View Estates	chapel-view-estates	US		0	America/New_York	40.1184	-75.497	41			PA	029	68288	
7147132	Charlestown Hunt	charlestown-hunt	US		0	America/New_York	40.1067	-75.5362	63			PA	029	12744	
7147135	Chatham Village of Towamencin	chatham-village-of-towamencin	US		0	America/New_York	40.2275	-75.3263	76			PA	091	77152	
7147147	Chester Downs	chester-downs	US		0	America/New_York	40.1927	-75.5372	65			PA	091	66576	
7147164	Chestnut Pointe	chestnut-pointe	US		0	America/New_York	40.2014	-75.5153	66			PA	091	43312	
7147165	Cheswyck	cheswyck	US		0	America/New_York	40.2687	-75.3947	110			PA	091	45096	
7147196	Riverwinds	riverwinds	US		0	America/New_York	39.8504	-75.197	3			NJ	015	78800	
7147198	Sherwood West	sherwood-west	US		0	America/New_York	39.8298	-75.1878	13			NJ	015	78800	
7147206	White Swan Mobile Home Park	white-swan-mobile-home-park	US		0	America/New_York	39.8325	-75.2221	4			NJ	015	78800	
7147218	Abbey Downs	abbey-downs	US		0	America/New_York	40.1961	-75.5382	64			PA	091	43312	
7147230	Abruzzi Estates	abruzzi-estates	US		0	America/New_York	40.165	-75.3881	133			PA	091	86496	
7147233	Ager Tract	ager-tract	US		0	America/New_York	40.2	-75.3078	99			PA	091	86496	
7147237	Alden Park Manor	alden-park-manor	US		0	America/New_York	40.0261	-75.1846	71			PA	101	60000	
7147241	Allegiance	allegiance	US		0	America/New_York	39.9317	-75.6202	93			PA	029	20824	
7147242	Allgates	allgates	US		0	America/New_York	39.9987	-75.3251	122			PA	045	33144	
7147243	Alverno Valley Farms	alverno-valley-farms	US		0	America/New_York	39.8853	-75.4234	42			PA	045	49136	
7147247	Ambler House	ambler-house	US		0	America/New_York	40.1607	-75.2188	77			PA	091	02264	
7147259	Apple Tree Estates	apple-tree-estates	US		0	America/New_York	40.2551	-75.3703	94			PA	091	45096	
7147260	Arbor Glen	arbor-glen	US		0	America/New_York	40.1734	-75.1655	114			PA	091	35808	
7147261	Arborlea	arborlea	US		0	America/New_York	39.8523	-75.5109	134			PA	045	15488	
7147262	Arbors at Providence	arbors-at-providence	US		0	America/New_York	40.1696	-75.4529	47			PA	091	45080	
7147263	Arcadia at Inverness Glen	arcadia-at-inverness-glen	US		0	America/New_York	40.1294	-75.0815	70			PA	091	45008	
7147270	Arrowhead Knoll	arrowhead-knoll	US		0	America/New_York	40.1623	-75.4534	77			PA	091	45080	
7147273	Ashbridge Farms	ashbridge-farms	US		0	America/New_York	39.9726	-75.5276	134			PA	029	21192	
7147276	Ashford Green	ashford-green	US		0	America/New_York	40.2254	-75.5467	88			PA	091	43312	
7147277	Ashwell	ashwell	US		0	America/New_York	39.9188	-75.6095	82			PA	029	06544	
7147278	Aston Arms	aston-arms	US		0	America/New_York	39.8639	-75.4315	63			PA	045	03336	
7147284	Audubon Gardens	audubon-gardens	US		0	America/New_York	40.1309	-75.4318	50			PA	091	45080	
7147287	Audubon Shrine	audubon-shrine	US		0	America/New_York	40.1277	-75.439	53			PA	091	45080	
7147290	Avallon at Moyers	avallon-at-moyers	US		0	America/New_York	40.297	-75.2463	96			PA	017	53304	
7147293	Balinahinch	balinahinch	US		0	America/New_York	39.882	-75.4362	85			PA	045	03336	
7147295	Banbury	banbury	US		0	America/New_York	40.2841	-75.3358	102			PA	091	27280	
7147296	Banbury Crossing	banbury-crossing	US		0	America/New_York	40.283	-75.3328	107			PA	091	27280	
7147301	Gwynedd Woods	gwynedd-woods	US		0	America/New_York	40.2158	-75.2674	132			PA	091	79056	
7147302	Gwynmont Farms	gwynmont-farms	US		0	America/New_York	40.2249	-75.2477	147			PA	091	50640	
7147303	Gwynn Oaks	gwynn-oaks	US		0	America/New_York	40.1733	-75.2194	104			PA	091	44920	
7147304	Gypsy Rose Estates	gypsy-rose-estates	US		0	America/New_York	40.2094	-75.4456	58			PA	091	71016	
7147310	Hamilton Place	hamilton-place	US		0	America/New_York	39.9211	-75.6066	92			PA	029	06544	
7147311	Hampton Green	hampton-green	US		0	America/New_York	40.2282	-75.2475	135			PA	091	50640	
7147313	Hamptontowne	hamptontowne	US		0	America/New_York	40.1501	-75.0311	86			PA	017	79296	
7147318	Harley Glen	harley-glen	US		0	America/New_York	40.2697	-75.3753	79			PA	091	45096	
7147320	Harleysville Homestead	harleysville-homestead	US		0	America/New_York	40.2886	-75.3896	91			PA	091	45096	
7147326	Harmony Towne	harmony-towne	US		0	America/New_York	40.2155	-75.4229	74			PA	091	71016	
7147327	Harrison Estate	harrison-estate	US		0	America/New_York	40.0197	-75.4023	115			PA	045	54224	
7147348	Haverfield	haverfield	US		0	America/New_York	40.1851	-75.5681	82			PA	029	22000	
7147354	Haverford Village	haverford-village	US		0	America/New_York	40.0035	-75.3033	101			PA	045	33144	
7147356	Haverwood	haverwood	US		0	America/New_York	39.9772	-75.3247	96			PA	045	33144	
7147358	Heartsease	heartsease	US		0	America/New_York	39.896	-75.5909	103			PA	029	06544	
7147359	Heather Knoll	heather-knoll	US		0	America/New_York	40.2607	-75.2285	136			PA	091	50640	
7147360	Heather View	heather-view	US		0	America/New_York	40.2068	-75.4776	79			PA	091	77304	
7147364	Helen Marie Court	helen-marie-court	US		0	America/New_York	40.2308	-75.2922	103			PA	091	79056	
7147368	Herritage Ridge	herritage-ridge	US		0	America/New_York	40.2373	-75.5436	105			PA	091	43312	
7147373	Hickory Tree Estates	hickory-tree-estates	US		0	America/New_York	40.2579	-75.4093	104			PA	091	45096	
7147375	Hidden Creek Estates	hidden-creek-estates	US		0	America/New_York	40.2002	-75.1227	87			PA	091	35808	
7147376	Hidden Creek Phase II	hidden-creek-phase-ii	US		0	America/New_York	40.1955	-75.1225	88			PA	091	35808	
7147377	Hidden Springs Mobile Home Park	hidden-springs-mobile-home-park	US		0	America/New_York	40.309	-75.3087	153			PA	091	27280	
7147378	Hiddencreek	hiddencreek	US		0	America/New_York	39.8444	-75.4712	66			PA	045	06024	
7147387	Hillcrest Estate	hillcrest-estate	US		0	America/New_York	40.3384	-75.3433	90			PA	017	83960	
7147388	Hillcrest Meadows	hillcrest-meadows	US		0	America/New_York	40.1934	-75.3048	123			PA	091	86496	
7147390	Hilloch Manor	hilloch-manor	US		0	America/New_York	39.9681	-75.5167	124			PA	029	84104	
7147393	Hilpert	hilpert	US		0	America/New_York	40.2636	-75.294	102			PA	091	33120	
7147395	Hollis Hills	hollis-hills	US		0	America/New_York	40.2176	-75.3602	79			PA	091	86496	
7147396	Hollow Run Farms	hollow-run-farms	US		0	America/New_York	40.0872	-75.5441	91			PA	029	12744	
7147409	Horsham Chase	horsham-chase	US		0	America/New_York	40.2238	-75.2034	105			PA	091	35808	
7147411	Horsham Heights	horsham-heights	US		0	America/New_York	40.1865	-75.125	93			PA	091	35808	
7147416	Horsham Terrace	horsham-terrace	US		0	America/New_York	40.1903	-75.1304	94			PA	091	35808	
7147422	Hummingbird Farm	hummingbird-farm	US		0	America/New_York	39.9491	-75.5599	130			PA	029	84104	
7147423	Hunt Country	hunt-country	US		0	America/New_York	39.9918	-75.527	129			PA	029	21192	
7147434	Continental Arms	continental-arms	US		0	America/New_York	40.092	-75.3902	44			PA	091	79136	
7147441	Cossart Creek	cossart-creek	US		0	America/New_York	39.8338	-75.6228	90			PA	029	59136	
7147445	Coventry Crossing	coventry-crossing	US		0	America/New_York	39.8945	-75.4821	95			PA	045	13232	
7147446	Coventry House	coventry-house	US		0	America/New_York	40.0614	-75.1243	51			PA	091	12968	
7147447	Coventry Terrace Mobile Home Park	coventry-terrace-mobile-home-park	US		0	America/New_York	40.2019	-75.5977	47			PA	029	21008	
7147448	Coventry Village	coventry-village	US		0	America/New_York	39.9436	-75.5766	113			PA	029	84104	
7147449	Cowpath Village	cowpath-village	US		0	America/New_York	40.2661	-75.2849	93			PA	091	33120	
7147453	Creekside Village at Naamans	creekside-village-at-naamans	US		0	America/New_York	39.8339	-75.4616	45			PA	045	78776	
7147454	Creekwood Village	creekwood-village	US		0	America/New_York	40.2195	-75.4486	35			PA	091	71016	
7147455	Crestview at Skippack	crestview-at-skippack	US		0	America/New_York	40.2074	-75.4372	77			PA	091	71016	
7147456	Crooked Lane Crossing	crooked-lane-crossing	US		0	America/New_York	40.0856	-75.3438	59			PA	091	79136	
7147457	Cross Gate	cross-gate	US		0	America/New_York	40.2712	-75.3096	114			PA	091	33120	
7147473	Darlington Valley	darlington-valley	US		0	America/New_York	39.9146	-75.4762	89			PA	045	49136	
7147475	Dartmouth Hills	dartmouth-hills	US		0	America/New_York	40.1073	-75.36	68			PA	091	79136	
7147476	David Estates	david-estates	US		0	America/New_York	40.0559	-75.3951	142			PA	029	77344	
7147477	Dawesfield	dawesfield	US		0	America/New_York	40.1568	-75.1651	97			PA	091	79008	
7147478	Daylesford Lake	daylesford-lake	US		0	America/New_York	40.0578	-75.4699	65			PA	029	77344	
7147479	De La Salle	de-la-salle	US		0	America/New_York	40.2193	-75.2416	146			PA	091	50640	
7147482	Deepdale	deepdale	US		0	America/New_York	40.0539	-75.3981	146			PA	029	77344	
7147483	Deer Pointe	deer-pointe	US		0	America/New_York	39.9263	-75.5574	106			PA	029	76568	
7147484	Deerbrook I	deerbrook-i	US		0	America/New_York	39.851	-75.5538	94			PA	045	15488	
7147485	Deerbrook II	deerbrook-ii	US		0	America/New_York	39.8481	-75.5526	98			PA	045	15488	
7147486	Deerfield Knoll	deerfield-knoll	US		0	America/New_York	39.9669	-75.4982	95			PA	029	85352	
7147487	DeKalb Farms	dekalb-farms	US		0	America/New_York	40.1613	-75.2924	88			PA	091	84888	
7147488	Dekalb Park	dekalb-park	US		0	America/New_York	40.1558	-75.2998	93			PA	091	84888	
7147499	Delchester Farm	delchester-farm	US		0	America/New_York	39.9676	-75.4827	77			PA	029	85352	
7147500	Dell at Muirfield	dell-at-muirfield	US		0	America/New_York	40.2002	-75.5467	58			PA	091	43312	
7147504	Derstine Estates	derstine-estates	US		0	America/New_York	40.3098	-75.3649	113			PA	091	27280	
7147509	Devon Hunt	devon-hunt	US		0	America/New_York	40.0313	-75.4113	130			PA	029	21928	
7147513	Dilworthtown Oak Estates	dilworthtown-oak-estates	US		0	America/New_York	39.8925	-75.5864	120			PA	029	06544	
7147514	Dilworthtown Woods	dilworthtown-woods	US		0	America/New_York	39.9264	-75.5378	100			PA	045	76576	
7147515	Dock Manor Terrace	dock-manor-terrace	US		0	America/New_York	40.259	-75.3375	86			PA	091	77152	
7147516	Donny Brook Estates	donny-brook-estates	US		0	America/New_York	40.1751	-75.4669	51			PA	091	79256	
7147527	Dresher Woods	dresher-woods	US		0	America/New_York	40.1411	-75.1665	63			PA	091	79008	
7147531	Dubarry Estates	dubarry-estates	US		0	America/New_York	40.0306	-75.3948	110			PA	045	63264	
7147532	Dublin Chase	dublin-chase	US		0	America/New_York	40.1454	-75.1817	59			PA	091	79008	
7147533	Dublin Crossing	dublin-crossing	US		0	America/New_York	40.1616	-75.1682	98			PA	091	79008	
7147534	Dublin Estates	dublin-estates	US		0	America/New_York	40.1502	-75.1889	84			PA	091	79008	
7147535	Dublin Glen	dublin-glen	US		0	America/New_York	40.1754	-75.1913	114			PA	091	79008	
7147536	Dublin Hunt II	dublin-hunt-ii	US		0	America/New_York	40.1491	-75.1574	81			PA	091	79008	
7147537	Dublin Lea	dublin-lea	US		0	America/New_York	40.163	-75.178	107			PA	091	79008	
7147538	Dublin Meadows	dublin-meadows	US		0	America/New_York	40.1731	-75.1775	114			PA	091	79008	
7147540	Dutts Mill	dutts-mill	US		0	America/New_York	39.9594	-75.5462	95			PA	029	21192	
7147544	Eagel Stream	eagel-stream	US		0	America/New_York	40.1529	-75.4127	99			PA	091	45080	
7147546	Eagleview	eagleview	US		0	America/New_York	39.9763	-75.4505	121			PA	045	22584	
7147568	East Mount Airy	east-mount-airy	US		0	America/New_York	40.0645	-75.1875	102			PA	101	60000	
7147582	Eastburn Terrace	eastburn-terrace	US		0	America/New_York	40.1082	-75.3571	66			PA	091	79136	
7147596	Elkins Park House	elkins-park-house	US		0	America/New_York	40.0758	-75.1331	76			PA	091	12968	
7147613	Erin Rose	erin-rose	US		0	America/New_York	39.9589	-75.3931	76			PA	045	47616	
7147616	Estate of Dublin	estate-of-dublin	US		0	America/New_York	40.16	-75.1913	101			PA	091	79008	
7147617	Estates at Cedar Hill	estates-at-cedar-hill	US		0	America/New_York	40.1976	-75.2213	111			PA	091	44920	
7147618	Estates at Collegeville	estates-at-collegeville	US		0	America/New_York	40.1856	-75.4733	82			PA	091	15192	
7147619	Estates at Faraway Farm	estates-at-faraway-farm	US		0	America/New_York	40.184	-75.4813	85			PA	091	79256	
7147620	Estates at Tall Oaks	estates-at-tall-oaks	US		0	America/New_York	40.3385	-75.2922	129			PA	017	34952	
7147621	Estates at Whitemarsh	estates-at-whitemarsh	US		0	America/New_York	40.0631	-75.2611	72			PA	091	84624	
7147622	Estates of Horsham Lea	estates-of-horsham-lea	US		0	America/New_York	40.2031	-75.217	116			PA	091	35808	
7147623	Estates of Montgomery	estates-of-montgomery	US		0	America/New_York	40.2279	-75.2086	109			PA	091	50640	
7147626	Evansburg Crossing	evansburg-crossing	US		0	America/New_York	40.186	-75.4283	67			PA	091	45080	
7147631	Executive Estates Park	executive-estates-park	US		0	America/New_York	40.0672	-75.3464	46			PA	091	79136	
7147632	Executive House (subdivision)	executive-house-subdivision	US		0	America/New_York	40.2341	-75.2756	125			PA	091	41432	
7147634	Fair Acres Farm	fair-acres-farm	US		0	America/New_York	39.9231	-75.5624	123			PA	029	76568	
7147635	Fair Meadow	fair-meadow	US		0	America/New_York	39.9145	-75.602	89			PA	029	06544	
7147636	Faircrest Farms	faircrest-farms	US		0	America/New_York	40.24	-75.501	97			PA	091	43312	
7147645	Far-A-Field	far-a-field	US		0	America/New_York	40.1477	-75.2777	100			PA	091	84888	
7147655	Fieldpoint	fieldpoint	US		0	America/New_York	39.9008	-75.5798	137			PA	029	06544	
7147670	Forge Spring Village	forge-spring-village	US		0	America/New_York	40.1029	-75.3575	40			PA	091	79136	
7147671	Forrest View	forrest-view	US		0	America/New_York	40.332	-75.3457	108			PA	091	27280	
7147674	Foulkeways	foulkeways	US		0	America/New_York	40.2026	-75.2518	123			PA	091	44920	
7147679	Fox Fields	fox-fields	US		0	America/New_York	40.0044	-75.3482	73			PA	045	63264	
7147680	Fox Heath	fox-heath	US		0	America/New_York	40.2413	-75.4731	92			PA	091	59392	
7147681	Fox Lair	fox-lair	US		0	America/New_York	39.9012	-75.5445	117			PA	045	76576	
7147683	Foxcroft Square	foxcroft-square	US		0	America/New_York	40.0927	-75.1242	89			PA	091	00156	
7147685	Franconia Hunt	franconia-hunt	US		0	America/New_York	40.3099	-75.3449	131			PA	091	27280	
7147699	Freedom View	freedom-view	US		0	America/New_York	40.0969	-75.4739	77			PA	029	68288	
7147707	Frog Hollow Estates	frog-hollow-estates	US		0	America/New_York	40.1747	-75.3807	121			PA	091	86496	
7147710	Garnet Oaks	garnet-oaks	US		0	America/New_York	39.8606	-75.4772	92			PA	045	06024	
7147716	Geist Point	geist-point	US		0	America/New_York	39.9611	-75.4276	74			PA	045	22584	
7147731	Glen Craig	glen-craig	US		0	America/New_York	40.0547	-75.4881	83			PA	029	77344	
7147733	Glen Estates	glen-estates	US		0	America/New_York	39.8449	-75.4483	39			PA	045	78776	
7147734	Glen Hardie	glen-hardie	US		0	America/New_York	40.0876	-75.4169	39			PA	029	77344	
7147737	Gleneagles	gleneagles	US		0	America/New_York	40.1766	-75.2995	101			PA	091	84888	
7147738	Glengary Highlands	glengary-highlands	US		0	America/New_York	40.2141	-75.357	78			PA	091	86496	
7147741	Glenn Rose	glenn-rose	US		0	America/New_York	40.1134	-75.3852	27			PA	091	79136	
7147753	Gloria Dei Towers	gloria-dei-towers	US		0	America/New_York	40.1235	-75.0688	44			PA	091	45008	
7147754	Golden Age Manor	golden-age-manor	US		0	America/New_York	40.1845	-75.5373	64			PA	091	66576	
7147755	Golf Ridge	golf-ridge	US		0	America/New_York	40.2341	-75.538	96			PA	091	43312	
7147757	Goodley Manor	goodley-manor	US		0	America/New_York	39.8401	-75.4799	89			PA	045	06024	
7147763	Goshen Commons	goshen-commons	US		0	America/New_York	39.9757	-75.5963	140			PA	029	83080	
7147767	Goshen Terrace	goshen-terrace	US		0	America/New_York	39.9731	-75.565	136			PA	029	83080	
7147772	Grace Villa	grace-villa	US		0	America/New_York	39.9499	-75.5931	125			PA	029	83080	
7147774	Grand Oak Run	grand-oak-run	US		0	America/New_York	39.9915	-75.5641	130			PA	029	21192	
7147776	Granite Farms Estates	granite-farms-estates	US		0	America/New_York	39.9075	-75.4556	66			PA	045	49136	
7147784	Green Countrie Village	green-countrie-village	US		0	America/New_York	40.006	-75.3901	97			PA	045	54224	
7147785	Green Hill Mobile Home Park	green-hill-mobile-home-park	US		0	America/New_York	40.3442	-75.4771	111			PA	091	47592	
7147789	Green Lane Village	green-lane-village	US		0	America/New_York	39.9633	-75.5167	114			PA	029	84104	
7147790	Green Manor Farm	green-manor-farm	US		0	America/New_York	39.9938	-75.6148	148			PA	029	83080	
7147793	Greenbriar at Thornbury	greenbriar-at-thornbury	US		0	America/New_York	39.9441	-75.5125	97			PA	045	76576	
7147794	Greenbrooke	greenbrooke	US		0	America/New_York	39.8696	-75.4697	85			PA	045	15488	
7147796	Greenshire Estates	greenshire-estates	US		0	America/New_York	40.2251	-75.488	81			PA	091	59392	
7147797	Greenview Estates	greenview-estates	US		0	America/New_York	40.2184	-75.466	60			PA	091	59392	
7147798	Greystone Manor	greystone-manor	US		0	America/New_York	40.1488	-75.2366	68			PA	091	84888	
7147799	Gristmill Run	gristmill-run	US		0	America/New_York	40.256	-75.3156	92			PA	091	77152	
7147804	Gwynedd Acres	gwynedd-acres	US		0	America/New_York	40.201	-75.2657	122			PA	091	79056	
7147805	Gwynedd Chase	gwynedd-chase	US		0	America/New_York	40.196	-75.2821	95			PA	091	79056	
7147806	Gwynedd Club	gwynedd-club	US		0	America/New_York	40.223	-75.2721	113			PA	091	79056	
7147808	Gwynedd Estates	gwynedd-estates	US		0	America/New_York	40.1811	-75.2096	108			PA	091	44920	
7147811	Gwynedd Hill	gwynedd-hill	US		0	America/New_York	40.1974	-75.2542	106			PA	091	44920	
7147812	Gwynedd Knoll	gwynedd-knoll	US		0	America/New_York	40.2151	-75.2433	134			PA	091	44920	
7147813	Gwynedd Lea	gwynedd-lea	US		0	America/New_York	40.2167	-75.2386	127			PA	091	50640	
7147816	Gwynedd Pointe	gwynedd-pointe	US		0	America/New_York	40.2282	-75.25	140			PA	091	50640	
7147820	Lennox Park Mobile Home Park	lennox-park-mobile-home-park	US		0	America/New_York	39.8296	-75.4124	25			PA	045	77288	
7147822	Leopard Farms	leopard-farms	US		0	America/New_York	40.0265	-75.4482	123			PA	029	21928	
7147823	Leopard Lakes	leopard-lakes	US		0	America/New_York	40.029	-75.4408	116			PA	029	21928	
7147825	Lexington Court	lexington-court	US		0	America/New_York	40.1223	-75.5332	67			PA	029	60120	
7147826	Lexington Farms	lexington-farms	US		0	America/New_York	40.2837	-75.2641	102			PA	091	33120	
7147827	Lexington Leas	lexington-leas	US		0	America/New_York	40.2723	-75.2836	92			PA	091	33120	
7147828	Lexton Woods	lexton-woods	US		0	America/New_York	40.0503	-75.4889	113			PA	029	77344	
7147832	Lima Estates	lima-estates	US		0	America/New_York	39.9219	-75.442	108			PA	045	49136	
7147837	Limerick Greene	limerick-greene	US		0	America/New_York	40.2314	-75.5287	90			PA	091	43312	
7147842	Limerick Village Mobile Home Park	limerick-village-mobile-home-park	US		0	America/New_York	40.2342	-75.5279	93			PA	091	43312	
7147846	Lindenfield	lindenfield	US		0	America/New_York	40.2927	-75.214	91			PA	017	12504	
7147852	Linfield Farms	linfield-farms	US		0	America/New_York	40.2198	-75.557	77			PA	091	43312	
7147854	Linfield Woods	linfield-woods	US		0	America/New_York	40.2135	-75.5594	59			PA	091	43312	
7147856	Linvilla	linvilla	US		0	America/New_York	39.884	-75.4137	49			PA	045	49136	
7147858	Lions Gate II	lions-gate-ii	US		0	America/New_York	40.3006	-75.3273	111			PA	091	27280	
7147860	Little Farm Trace Park	little-farm-trace-park	US		0	America/New_York	40.2673	-75.2178	135			PA	017	53304	
7147864	Lochwood Estates	lochwood-estates	US		0	America/New_York	40.2278	-75.4109	72			PA	091	71016	
7147865	Locksley Crossing	locksley-crossing	US		0	America/New_York	39.9255	-75.5094	129			PA	045	76576	
7147869	Long Lane Farms III	long-lane-farms-iii	US		0	America/New_York	40.151	-75.045	88			PA	091	45008	
7147871	Lowell Hills	lowell-hills	US		0	America/New_York	40.1116	-75.3703	41			PA	091	79136	
7147905	Lynnewood Gardens	lynnewood-gardens	US		0	America/New_York	40.0728	-75.1484	82			PA	091	12968	
7147908	Madison Ridge	madison-ridge	US		0	America/New_York	40.2424	-75.322	87			PA	091	77152	
7147925	Maple Glen Hollow	maple-glen-hollow	US		0	America/New_York	40.1826	-75.1808	105			PA	091	35808	
7147944	Marplewood Villa	marplewood-villa	US		0	America/New_York	39.9757	-75.3877	143			PA	045	47616	
7147945	Marplewoods	marplewoods	US		0	America/New_York	39.9424	-75.3592	89			PA	045	47616	
7147946	Marrow Tract	marrow-tract	US		0	America/New_York	39.8598	-75.5295	108			PA	045	15488	
7147955	Marydell Farms	marydell-farms	US		0	America/New_York	39.9845	-75.5457	139			PA	029	21192	
7147984	Norlynne Court	norlynne-court	US		0	America/New_York	40.0925	-75.2904	52			PA	091	61664	
7147985	Normandy Farms Estates	normandy-farms-estates	US		0	America/New_York	40.1792	-75.2754	100			PA	091	84888	
7147986	Norrington Knoll	norrington-knoll	US		0	America/New_York	40.1513	-75.3757	81			PA	091	83696	
7147987	Norris Hills Court	norris-hills-court	US		0	America/New_York	40.1278	-75.3184	61			PA	091	21600	
7147995	Norrition Woods	norrition-woods	US		0	America/New_York	40.1657	-75.3446	99			PA	091	21600	
7147999	North Chase	north-chase	US		0	America/New_York	39.8451	-75.5264	118			PA	045	15488	
7148004	North Penn Crossing	north-penn-crossing	US		0	America/New_York	40.2492	-75.3014	103			PA	091	77152	
7148027	Oak Grove Trailer Park	oak-grove-trailer-park	US		0	America/New_York	40.2881	-75.3096	109			PA	091	33120	
7148034	McMoran Park	mcmoran-park	US		0	America/New_York	40.0221	-75.2399	70			PA	091	44976	
7148036	Meadow Lane Farms	meadow-lane-farms	US		0	America/New_York	40.2567	-75.2168	139			PA	091	50640	
7148037	Meadow View Estates	meadow-view-estates	US		0	America/New_York	40.1803	-75.1897	110			PA	091	79008	
7148038	Meadow Wick	meadow-wick	US		0	America/New_York	40.1544	-75.2984	88			PA	091	84888	
7148039	Meadowcreek Estates	meadowcreek-estates	US		0	America/New_York	40.1774	-75.2303	84			PA	091	44920	
7148040	Meadowlands Manor	meadowlands-manor	US		0	America/New_York	40.1661	-75.2832	84			PA	091	84888	
7148042	Meadows at Valley Forge	meadows-at-valley-forge	US		0	America/New_York	40.1209	-75.4795	54			PA	029	68288	
7148051	Meetinghouse Village	meetinghouse-village	US		0	America/New_York	40.2023	-75.1318	101			PA	091	35808	
7148053	Memel Farms	memel-farms	US		0	America/New_York	39.921	-75.5406	116			PA	045	76576	
7148058	Mercer Hill Village	mercer-hill-village	US		0	America/New_York	40.1549	-75.2342	70			PA	091	84888	
7148062	Meriahnna	meriahnna	US		0	America/New_York	39.8539	-75.556	103			PA	045	12442	
7148064	Merion Gardens	merion-gardens	US		0	America/New_York	39.9923	-75.2529	79			PA	091	44976	
7148067	Merion View	merion-view	US		0	America/New_York	40.1017	-75.363	50			PA	091	79136	
7148069	Meriweather Farms	meriweather-farms	US		0	America/New_York	39.9759	-75.5622	134			PA	029	83080	
7148070	Mermaid Estates	mermaid-estates	US		0	America/New_York	40.1433	-75.2938	91			PA	091	84888	
7148072	Merrybrook	merrybrook	US		0	America/New_York	40.2098	-75.2633	126			PA	091	79056	
7148074	Mews at Blue Bell	mews-at-blue-bell	US		0	America/New_York	40.1513	-75.3031	79			PA	091	84888	
7148075	Mews at Valley Forge	mews-at-valley-forge	US		0	America/New_York	40.1251	-75.4016	62			PA	091	83696	
7148076	Mews at Wickford Commons	mews-at-wickford-commons	US		0	America/New_York	40.3569	-75.3014	104			PA	017	69248	
7148085	Millers Mobile Home Park	millers-mobile-home-park	US		0	America/New_York	40.1844	-75.5586	75			PA	029	22000	
7148091	Moister Tract	moister-tract	US		0	America/New_York	40.1638	-75.3933	134			PA	091	45080	
7148108	Montgomery Crossing	montgomery-crossing	US		0	America/New_York	40.2295	-75.2212	119			PA	091	50640	
7148109	Montgomery Greeny	montgomery-greeny	US		0	America/New_York	40.2387	-75.2247	103			PA	091	50640	
7148111	Montgomery Oaks	montgomery-oaks	US		0	America/New_York	40.2239	-75.2262	116			PA	091	50640	
7148119	Montrose Village	montrose-village	US		0	America/New_York	40.0239	-75.3283	108			PA	045	63264	
7148121	Moorehall at Valley Forge	moorehall-at-valley-forge	US		0	America/New_York	40.1237	-75.5018	47			PA	029	68288	
7148135	Muirfield	muirfield	US		0	America/New_York	40.1719	-75.2912	85			PA	091	84888	
7148139	Myers Tract	myers-tract	US		0	America/New_York	40.1854	-75.1377	94			PA	091	35808	
7148154	Hunter Crest	hunter-crest	US		0	America/New_York	40.2757	-75.3697	92			PA	091	45096	
7148155	Hunter Villa	hunter-villa	US		0	America/New_York	40.2394	-75.3372	77			PA	091	77152	
7148156	Hunters Greene	hunters-greene	US		0	America/New_York	40.3048	-75.3147	133			PA	091	27280	
7148165	Hyllwynd	hyllwynd	US		0	America/New_York	39.9538	-75.566	126			PA	029	83080	
7148168	Imperial Arms	imperial-arms	US		0	America/New_York	40.2368	-75.2832	114			PA	091	41432	
7148172	Indian Crest Farms	indian-crest-farms	US		0	America/New_York	40.2828	-75.3771	91			PA	091	45096	
7148176	Inglewood Gardens	inglewood-gardens	US		0	America/New_York	40.2472	-75.3031	97			PA	091	77152	
7148178	Inverrary	inverrary	US		0	America/New_York	40.1795	-75.2981	97			PA	091	84888	
7148179	Ironbridge Estates	ironbridge-estates	US		0	America/New_York	40.2061	-75.4418	67			PA	091	71016	
7148182	Ivybrook Ridge	ivybrook-ridge	US		0	America/New_York	40.2107	-75.0685	85			PA	017	37304	
7148183	Ivygreene Run	ivygreene-run	US		0	America/New_York	40.2139	-75.0701	78			PA	017	54688	
7148192	Jamestown Village	jamestown-village	US		0	America/New_York	40.1592	-75.1224	74			PA	091	79176	
7148199	Jefferson West	jefferson-west	US		0	America/New_York	39.9157	-75.3939	85			PA	045	48480	
7148206	Jerrehian Estates	jerrehian-estates	US		0	America/New_York	39.9864	-75.5991	134			PA	029	83080	
7148212	Joshua Knoll	joshua-knoll	US		0	America/New_York	40.1046	-75.2661	56			PA	091	84624	
7148215	Keepsake	keepsake	US		0	America/New_York	39.8717	-75.5646	87			PA	045	12442	
7148221	Kennedy House	kennedy-house	US		0	America/New_York	40.0891	-75.1587	109			PA	091	12968	
7148222	Kerwood	kerwood	US		0	America/New_York	40.0765	-75.3908	64			PA	091	79136	
7148223	Kimberly Knoll	kimberly-knoll	US		0	America/New_York	40.1433	-75.3054	72			PA	091	21600	
7148227	Kimberwick Green	kimberwick-green	US		0	America/New_York	40.3331	-75.3165	117			PA	017	83960	
7148238	Kingscote	kingscote	US		0	America/New_York	40.2951	-75.3879	98			PA	091	27280	
7148243	Kirby Woods	kirby-woods	US		0	America/New_York	39.9762	-75.6025	133			PA	029	83080	
7148261	Land Grant Farms	land-grant-farms	US		0	America/New_York	39.9444	-75.5263	93			PA	029	84104	
7148280	Larchmont Meadows	larchmont-meadows	US		0	America/New_York	39.9853	-75.3908	116			PA	045	54224	
7148282	Latches Lane	latches-lane	US		0	America/New_York	40.0029	-75.2368	92			PA	091	44976	
7148283	Lawncrest	lawncrest	US		0	America/New_York	40.0469	-75.0967	40			PA	101	60000	
7148289	Leary Trace Park	leary-trace-park	US		0	America/New_York	40.1792	-75.124	71			PA	091	35808	
7148309	Salford Pond	salford-pond	US		0	America/New_York	40.2696	-75.3827	82			PA	091	45096	
7148311	Salford Ridge	salford-ridge	US		0	America/New_York	40.305	-75.4347	91			PA	091	79280	
7148320	Sanatoga Commons	sanatoga-commons	US		0	America/New_York	40.2438	-75.5955	71			PA	091	45072	
7148330	Saxony Manor	saxony-manor	US		0	America/New_York	40.2227	-75.1013	84			PA	017	80952	
7148332	Schoolside Manor	schoolside-manor	US		0	America/New_York	40.0776	-75.3492	62			PA	091	79136	
7148340	Schwenfield Manor	schwenfield-manor	US		0	America/New_York	40.2473	-75.3133	89			PA	091	77152	
7148347	Scots Glen	scots-glen	US		0	America/New_York	39.8656	-75.4631	89			PA	045	06024	
7148353	Sellersville Heights	sellersville-heights	US		0	America/New_York	40.3598	-75.3011	98			PA	017	69248	
7148354	Selsie Village	selsie-village	US		0	America/New_York	40.3578	-75.2924	115			PA	017	59384	
7148355	Serpentine Acres	serpentine-acres	US		0	America/New_York	39.9136	-75.5959	91			PA	029	84104	
7148358	Shady Grove Manor	shady-grove-manor	US		0	America/New_York	40.1436	-75.2626	88			PA	091	84888	
7148360	Shand Vassar	shand-vassar	US		0	America/New_York	40.0582	-75.4251	153			PA	029	77344	
7148361	Shaners Trailer Park	shaners-trailer-park	US		0	America/New_York	40.243	-75.5784	74			PA	091	45072	
7148367	Sharpless Farms	sharpless-farms	US		0	America/New_York	39.8702	-75.5357	117			PA	045	15488	
7148370	Sheffield Village	sheffield-village	US		0	America/New_York	40.1535	-75.3605	86			PA	091	21600	
7148372	Sherry Lake East	sherry-lake-east	US		0	America/New_York	40.0896	-75.2929	57			PA	091	61664	
7148373	Shiloh Woods	shiloh-woods	US		0	America/New_York	39.9479	-75.5722	107			PA	029	83080	
7148374	Shinnecock	shinnecock	US		0	America/New_York	40.1819	-75.3023	91			PA	091	84888	
7148376	Shoemaker Village	shoemaker-village	US		0	America/New_York	40.167	-75.0696	61			PA	091	79176	
7148383	Silverbrook Farms	silverbrook-farms	US		0	America/New_York	40.2745	-75.4756	56			PA	091	44912	
7148388	Skippack Ridge	skippack-ridge	US		0	America/New_York	40.2201	-75.4435	64			PA	091	71016	
7148392	Smithfield Estates	smithfield-estates	US		0	America/New_York	39.8535	-75.5214	117			PA	045	15488	
7148394	Society Meadows	society-meadows	US		0	America/New_York	40.3557	-75.2748	128			PA	017	34952	
7148395	Somerton Estate	somerton-estate	US		0	America/New_York	40.1414	-75.0034	73			PA	017	45112	
7148396	Somerton Forge	somerton-forge	US		0	America/New_York	40.1446	-75.0022	67			PA	017	45112	
7148416	Oak Wood East	oak-wood-east	US		0	America/New_York	40.2634	-75.3014	103			PA	091	33120	
7148420	Oakwood at Plymouth	oakwood-at-plymouth	US		0	America/New_York	40.1099	-75.3002	54			PA	091	61664	
7148421	Oakwood Farms	oakwood-farms	US		0	America/New_York	40.1711	-75.6031	100			PA	029	22000	
7148429	Okehocking Hills	okehocking-hills	US		0	America/New_York	39.9601	-75.4813	75			PA	045	22584	
7148430	Old Covered Bridge Estates	old-covered-bridge-estates	US		0	America/New_York	39.9911	-75.4482	117			PA	029	85352	
7148433	Old Mill Pointe	old-mill-pointe	US		0	America/New_York	39.881	-75.4248	40			PA	045	49136	
7148436	Olde Village	olde-village	US		0	America/New_York	40.2327	-75.3993	82			PA	091	71016	
7148442	Orchard Glen	orchard-glen	US		0	America/New_York	40.3536	-75.2803	122			PA	017	34952	
7148460	Oxford Manor	oxford-manor	US		0	America/New_York	40.2373	-75.3233	88			PA	091	77152	
7148461	Painters Crossing	painters-crossing	US		0	America/New_York	39.8769	-75.5513	109			PA	045	12442	
7148462	Palm Beach Farm	palm-beach-farm	US		0	America/New_York	40.1904	-75.4418	49			PA	091	45080	
7148463	Pamona Park	pamona-park	US		0	America/New_York	39.9435	-75.6047	114			PA	029	83080	
7148465	Paoli Gardens	paoli-gardens	US		0	America/New_York	40.0327	-75.495	151			PA	029	85352	
7148467	Paoli Manor	paoli-manor	US		0	America/New_York	40.0397	-75.4969	168			PA	029	85352	
7148470	Paoli Woods Foxwood	paoli-woods-foxwood	US		0	America/New_York	40.0358	-75.4749	131			PA	029	21928	
7148472	Park Woods	park-woods	US		0	America/New_York	39.8976	-75.5043	99			PA	045	15488	
7148476	Parkerford	parkerford	US		0	America/New_York	40.2218	-75.5684	78			PA	091	43312	
7148482	Parsons Glen	parsons-glen	US		0	America/New_York	40.2027	-75.2415	107			PA	091	44920	
7148486	Passyunk Homes	passyunk-homes	US		0	America/New_York	39.911	-75.1898	7			PA	101	60000	
7148487	Patriot Place	patriot-place	US		0	America/New_York	40.2897	-75.2112	91			PA	017	12504	
7148489	Pawling Woods	pawling-woods	US		0	America/New_York	40.1165	-75.4893	43			PA	029	68288	
7148490	Paxon Chase	paxon-chase	US		0	America/New_York	39.9481	-75.3775	71			PA	045	47616	
7148492	Pear Tree Village	pear-tree-village	US		0	America/New_York	40.3279	-75.3398	127			PA	091	27280	
7148494	Pelham Green	pelham-green	US		0	America/New_York	40.2732	-75.2798	88			PA	091	33120	
7148495	Pen Ambler	pen-ambler	US		0	America/New_York	40.1667	-75.2366	72			PA	091	44920	
7148497	Pencoyd Park	pencoyd-park	US		0	America/New_York	40.0279	-75.2435	49			PA	091	44976	
7148498	Penllyn Knoll	penllyn-knoll	US		0	America/New_York	40.1362	-75.2792	90			PA	091	84888	
7148499	Penn Brooke	penn-brooke	US		0	America/New_York	40.2241	-75.2612	130			PA	091	79056	
7148500	Penn Brooke Gardens	penn-brooke-gardens	US		0	America/New_York	40.2184	-75.2897	101			PA	091	79056	
7148502	Penn Oak Manor	penn-oak-manor	US		0	America/New_York	40.2697	-75.3849	85			PA	091	45096	
7148509	Penn Weldy	penn-weldy	US		0	America/New_York	40.1149	-75.1813	74			PA	091	73088	
7148514	Pennbrooke Manor	pennbrooke-manor	US		0	America/New_York	40.1863	-75.2306	89			PA	091	44920	
7148515	Pennell Place	pennell-place	US		0	America/New_York	39.9154	-75.4429	98			PA	045	49136	
7148516	Pennfield Manor	pennfield-manor	US		0	America/New_York	40.2757	-75.3118	116			PA	091	33120	
7148520	Pennington Reserve at Upper Providence	pennington-reserve-at-upper-providence	US		0	America/New_York	40.2033	-75.4604	71			PA	091	77304	
7148521	Penns Gate	penns-gate	US		0	America/New_York	40.1573	-75.002	75			PA	017	45112	
7148522	Penns Grant	penns-grant	US		0	America/New_York	39.8798	-75.5014	119			PA	045	15488	
7148523	Penns Preserve at Willistown	penns-preserve-at-willistown	US		0	America/New_York	39.966	-75.4812	72			PA	029	85352	
7148535	Pennwood South	pennwood-south	US		0	America/New_York	39.9521	-75.5339	113			PA	029	84104	
7148537	Pennypacker Road	pennypacker-road	US		0	America/New_York	40.2049	-75.4878	88			PA	091	79256	
7148540	Pepple	pepple	US		0	America/New_York	39.998	-75.5852	148			PA	029	83080	
7148542	Perkiomen Greene	perkiomen-greene	US		0	America/New_York	40.2121	-75.4594	57			PA	091	59392	
7148547	Perkiomen Woods	perkiomen-woods	US		0	America/New_York	40.174	-75.4553	38			PA	091	79256	
7148551	Pheasant Knoll	pheasant-knoll	US		0	America/New_York	40.1488	-75.1752	86			PA	091	79008	
7148642	Pin Oak Estates	pin-oak-estates	US		0	America/New_York	40.14	-75.4683	60			PA	091	79256	
7148643	Pin Oak Farms	pin-oak-farms	US		0	America/New_York	39.9795	-75.5422	131			PA	029	21192	
7148651	Pleasant Valley Homes	pleasant-valley-homes	US		0	America/New_York	40.0811	-75.3085	41			PA	091	15848	
7148652	Plumly	plumly	US		0	America/New_York	39.9399	-75.5499	101			PA	029	84104	
7148653	Plumly Acres	plumly-acres	US		0	America/New_York	39.9415	-75.5494	107			PA	029	84104	
7148654	Plumly Farms	plumly-farms	US		0	America/New_York	39.9374	-75.5468	90			PA	029	84104	
7148655	Plymouth Gardens	plymouth-gardens	US		0	America/New_York	40.0817	-75.3025	59			PA	091	15848	
7148656	Plymouth Hills	plymouth-hills	US		0	America/New_York	40.1173	-75.2897	68			PA	091	61664	
7148657	Plymouth Meadows	plymouth-meadows	US		0	America/New_York	40.1265	-75.2948	79			PA	091	61664	
7148673	Powderhorn Knoll	powderhorn-knoll	US		0	America/New_York	40.1125	-75.4759	53			PA	029	68288	
7148689	Providence Crossing	providence-crossing	US		0	America/New_York	40.1503	-75.3865	98			PA	091	45080	
7148690	Providence Green	providence-green	US		0	America/New_York	40.1796	-75.4348	68			PA	091	45080	
7148691	Providence Knoll	providence-knoll	US		0	America/New_York	40.2175	-75.486	82			PA	091	79256	
7148692	Providence Meadows	providence-meadows	US		0	America/New_York	40.1737	-75.4119	87			PA	091	45080	
7148693	Providence Oaks	providence-oaks	US		0	America/New_York	40.1385	-75.4377	80			PA	091	45080	
7148694	Providence Ridge	providence-ridge	US		0	America/New_York	40.1699	-75.4695	72			PA	091	79256	
7148695	Providence View	providence-view	US		0	America/New_York	40.1444	-75.4709	92			PA	091	79256	
7148696	Prussian Woods	prussian-woods	US		0	America/New_York	40.0827	-75.3632	77			PA	091	79136	
7148698	Putman Village	putman-village	US		0	America/New_York	39.8781	-75.3836	30			PA	045	53104	
7148704	Radnor Crossing	radnor-crossing	US		0	America/New_York	40.0386	-75.3729	128			PA	045	63264	
7148707	Radnor Hunt	radnor-hunt	US		0	America/New_York	39.9953	-75.4816	135			PA	029	85352	
7148714	Ramsgate-Providence Hunt	ramsgate-providence-hunt	US		0	America/New_York	40.1633	-75.5036	54			PA	091	79256	
7148724	Regency Knoll	regency-knoll	US		0	America/New_York	40.2106	-75.4639	63			PA	091	59392	
7148725	Regency Park Towers	regency-park-towers	US		0	America/New_York	40.1571	-75.1149	82			PA	091	79176	
7148726	Regent Manor	regent-manor	US		0	America/New_York	40.2301	-75.3399	83			PA	091	77152	
7148728	Renninger Tract	renninger-tract	US		0	America/New_York	40.1735	-75.5284	53			PA	091	79256	
7148730	Reserve at Chadds Ford	reserve-at-chadds-ford	US		0	America/New_York	39.8794	-75.5942	93			PA	029	06544	
7148731	Revolutionary Farm	revolutionary-farm	US		0	America/New_York	39.9102	-75.6062	92			PA	029	06544	
7148733	Ridgeview Terrace Trailer Park	ridgeview-terrace-trailer-park	US		0	America/New_York	40.22	-75.5134	89			PA	091	43312	
7148743	Ringfield	ringfield	US		0	America/New_York	39.8587	-75.5755	101			PA	045	12442	
7148744	Ritter Estates	ritter-estates	US		0	America/New_York	40.2495	-75.6033	72			PA	091	45072	
7148745	Rivers Bend	rivers-bend	US		0	America/New_York	40.1551	-75.5216	50			PA	091	79256	
7148747	Riverwalk	riverwalk	US		0	America/New_York	40.1518	-75.5125	60			PA	029	60120	
7148748	Riviera at Concord	riviera-at-concord	US		0	America/New_York	39.8682	-75.4807	87			PA	045	15488	
7148749	Robert Bruce	robert-bruce	US		0	America/New_York	40.176	-75.1198	73			PA	091	79176	
7148752	Rochford Estates	rochford-estates	US		0	America/New_York	39.8756	-75.4694	74			PA	045	13232	
7148753	Rockland Village I and II	rockland-village-i-and-ii	US		0	America/New_York	39.9752	-75.5543	112			PA	029	21192	
7148757	Rolling Meadow Estates	rolling-meadow-estates	US		0	America/New_York	40.2442	-75.3255	76			PA	091	77152	
7148758	Rollinwood	rollinwood	US		0	America/New_York	39.9621	-75.5339	116			PA	029	84104	
7148760	Ronnie Park	ronnie-park	US		0	America/New_York	40.0507	-75.5007	78			PA	029	77344	
7148764	Rose Run Estates	rose-run-estates	US		0	America/New_York	39.9198	-75.4508	78			PA	045	49136	
7148766	Rose Tree Estates	rose-tree-estates	US		0	America/New_York	39.9334	-75.377	89			PA	045	79248	
7148768	Rosecliff	rosecliff	US		0	America/New_York	40.2814	-75.3941	93			PA	091	45096	
7148770	Rosemore Gardens	rosemore-gardens	US		0	America/New_York	40.1056	-75.1516	99			PA	091	00156	
7148774	Roundelay	roundelay	US		0	America/New_York	39.8868	-75.5916	101			PA	029	06544	
7148787	Runnymeade Farms	runnymeade-farms	US		0	America/New_York	39.9698	-75.4361	109			PA	045	22584	
7148795	Rydal Estates	rydal-estates	US		0	America/New_York	40.1076	-75.0979	68			PA	091	00156	
7148796	Rydal Green	rydal-green	US		0	America/New_York	40.1004	-75.0957	84			PA	091	00156	
7148797	Rydall Park	rydall-park	US		0	America/New_York	40.1114	-75.1045	55			PA	091	00156	
7148808	Saint John Circle	saint-john-circle	US		0	America/New_York	40.115	-75.5181	58			PA	029	68288	
7148811	The Stanbridge (subdivision)	the-stanbridge-subdivision	US		0	America/New_York	40.2394	-75.2829	109			PA	091	41432	
7148814	The Woods at Providence Reserve	the-woods-at-providence-reserve	US		0	America/New_York	40.1867	-75.4841	88			PA	091	79256	
7148815	The Wyndon	the-wyndon	US		0	America/New_York	40.0015	-75.2754	98			PA	091	44976	
7148817	Thomas Wynne	thomas-wynne	US		0	America/New_York	40.0091	-75.2738	100			PA	091	44976	
7148819	Thornbury Hunt	thornbury-hunt	US		0	America/New_York	39.9179	-75.531	122			PA	045	76576	
7148820	Thornbury Knoll	thornbury-knoll	US		0	America/New_York	39.9086	-75.5787	129			PA	029	76568	
7148826	Tiberton	tiberton	US		0	America/New_York	39.956	-75.5554	109			PA	029	83080	
7148831	Toft Woods	toft-woods	US		0	America/New_York	39.9508	-75.4208	102			PA	045	79248	
7148840	Towamencin Village	towamencin-village	US		0	America/New_York	40.2371	-75.3423	80			PA	091	77152	
7148841	Town Court	town-court	US		0	America/New_York	40.1245	-75.3602	59			PA	091	54656	
7148842	Townline	townline	US		0	America/New_York	40.1453	-75.299	78			PA	091	84888	
7148849	Trappe Meadows	trappe-meadows	US		0	America/New_York	40.1979	-75.4952	96			PA	091	77304	
7148854	Treemont Terrace	treemont-terrace	US		0	America/New_York	40.109	-75.3283	26			PA	091	54656	
7148855	Trent Manor	trent-manor	US		0	America/New_York	40.1223	-75.4058	74			PA	091	83696	
7148857	Trewellyn Estates	trewellyn-estates	US		0	America/New_York	40.1986	-75.228	98			PA	091	44920	
7148858	Treyburn	treyburn	US		0	America/New_York	40.0723	-75.404	72			PA	029	77344	
7148860	Trinity House	trinity-house	US		0	America/New_York	40.045	-75.4448	162			PA	029	21928	
7148862	Trooper Mobile Home Park	trooper-mobile-home-park	US		0	America/New_York	40.1511	-75.3967	106			PA	091	45080	
7148863	Twin Bridge Farm	twin-bridge-farm	US		0	America/New_York	39.9588	-75.5571	92			PA	029	83080	
7148864	Twin Creeks at Mendenhall	twin-creeks-at-mendenhall	US		0	America/New_York	39.8949	-75.5102	122			PA	045	15488	
7148865	Twin Turns Farm	twin-turns-farm	US		0	America/New_York	39.8656	-75.617	89			PA	029	59136	
7148895	Upper Fairview	upper-fairview	US		0	America/New_York	40.1749	-75.3907	94			PA	091	86496	
7148927	Valentine Estates	valentine-estates	US		0	America/New_York	40.1535	-75.252	95			PA	091	84888	
7148934	Valley Forge Estates	valley-forge-estates	US		0	America/New_York	40.078	-75.3818	74			PA	091	79136	
7148937	Valley Forge Meadows	valley-forge-meadows	US		0	America/New_York	40.1069	-75.4904	67			PA	029	68288	
7148939	Valley Forge Mountain	valley-forge-mountain	US		0	America/New_York	40.0893	-75.466	152			PA	029	77344	
7148940	Valley Forge Mountain North	valley-forge-mountain-north	US		0	America/New_York	40.0917	-75.4841	133			PA	029	68288	
7148947	Valley Forge Towers	valley-forge-towers	US		0	America/New_York	40.1087	-75.4087	35			PA	091	79136	
7148948	Westtown Acres	westtown-acres	US		0	America/New_York	39.9583	-75.5652	109			PA	029	83080	
7148949	Westtown Country Estates	westtown-country-estates	US		0	America/New_York	39.9364	-75.5641	107			PA	029	84104	
7148950	Westtown Hillside	westtown-hillside	US		0	America/New_York	39.932	-75.5629	98			PA	029	84104	
7148951	Westtown Knoll	westtown-knoll	US		0	America/New_York	39.9582	-75.5537	91			PA	029	83080	
7148952	Westtown Park	westtown-park	US		0	America/New_York	39.9361	-75.5861	141			PA	029	84104	
7148958	Weyhill	weyhill	US		0	America/New_York	40.1098	-75.4825	61			PA	029	68288	
7148960	White Chimneys	white-chimneys	US		0	America/New_York	39.9712	-75.5352	127			PA	029	21192	
7148961	White Marsh Meadows	white-marsh-meadows	US		0	America/New_York	40.1057	-75.2684	50			PA	091	84624	
7148962	Whitehorse Estates	whitehorse-estates	US		0	America/New_York	40.1072	-75.5171	47			PA	029	68288	
7148963	Whitehorse Farms	whitehorse-farms	US		0	America/New_York	40.0075	-75.4694	139			PA	029	85352	
7148965	Whitemarsh Green	whitemarsh-green	US		0	America/New_York	40.0977	-75.2657	49			PA	091	84624	
7148966	Whitemarsh Hunt	whitemarsh-hunt	US		0	America/New_York	40.0828	-75.2568	64			PA	091	84624	
7148970	Whitemarsh Woods	whitemarsh-woods	US		0	America/New_York	40.0896	-75.2428	50			PA	091	84624	
7148973	Whitpain Hills	whitpain-hills	US		0	America/New_York	40.1701	-75.3035	88			PA	091	84888	
7148974	Whitpain Manor	whitpain-manor	US		0	America/New_York	40.1522	-75.3112	82			PA	091	84888	
7148979	Whitpain Woods	whitpain-woods	US		0	America/New_York	40.1656	-75.3167	77			PA	091	84888	
7148982	Willborne Acres	willborne-acres	US		0	America/New_York	40.1189	-75.5358	73			PA	029	68288	
7148986	William Penn Villas	william-penn-villas	US		0	America/New_York	40.2452	-75.5364	98			PA	091	43312	
7148990	Willistown Chase	willistown-chase	US		0	America/New_York	39.9636	-75.4857	86			PA	029	85352	
7148991	Willistown Hunt	willistown-hunt	US		0	America/New_York	39.9621	-75.4887	85			PA	029	85352	
7148992	Willistown Knoll	willistown-knoll	US		0	America/New_York	39.9612	-75.4928	103			PA	029	85352	
7148996	Willistown Woods	willistown-woods	US		0	America/New_York	39.9636	-75.4969	113			PA	029	85352	
7149002	Willow Manor	willow-manor	US		0	America/New_York	40.147	-75.1408	101			PA	091	79008	
7149003	Willow Manor Farms	willow-manor-farms	US		0	America/New_York	40.2177	-75.1254	84			PA	017	80952	
7149004	Willowyck	willowyck	US		0	America/New_York	40.2271	-75.3001	102			PA	091	79056	
7149006	Winderly	winderly	US		0	America/New_York	39.9735	-75.4486	115			PA	045	22584	
7149007	Winding Brook Estates	winding-brook-estates	US		0	America/New_York	40.2416	-75.3281	70			PA	091	77152	
7149008	Winding Estates	winding-estates	US		0	America/New_York	40.2047	-75.1949	94			PA	091	35808	
7149009	Winding River	winding-river	US		0	America/New_York	40.1558	-75.5118	45			PA	029	60120	
7149011	Windmere Place	windmere-place	US		0	America/New_York	39.9679	-75.5236	120			PA	029	84104	
7149012	Windon	windon	US		0	America/New_York	39.9521	-75.6219	123			PA	029	20824	
7149013	Winners Circle	winners-circle	US		0	America/New_York	40.2545	-75.2125	121			PA	091	50640	
7149014	Valley Forge Woods	valley-forge-woods	US		0	America/New_York	40.1015	-75.4986	74			PA	029	68288	
7149016	Valley Greene	valley-greene	US		0	America/New_York	40.0559	-75.4812	74			PA	029	77344	
7149017	Valley Hi East	valley-hi-east	US		0	America/New_York	40.1449	-75.4216	79			PA	091	45080	
7149025	Victoria Glen	victoria-glen	US		0	America/New_York	40.1862	-75.1602	105			PA	091	35808	
7149026	Victoria Wood	victoria-wood	US		0	America/New_York	39.8819	-75.3918	51			PA	045	09080	
7149028	Villa of Flair Skippack Village	villa-of-flair-skippack-village	US		0	America/New_York	40.2357	-75.3995	78			PA	091	45096	
7149029	Village at Salford Mill	village-at-salford-mill	US		0	America/New_York	40.2593	-75.3694	94			PA	091	45096	
7149030	Village Brook Estate	village-brook-estate	US		0	America/New_York	40.2896	-75.4023	76			PA	091	45096	
7149031	Village Builders	village-builders	US		0	America/New_York	40.0361	-75.4912	160			PA	029	85352	
7149032	Village Circle	village-circle	US		0	America/New_York	40.1542	-75.2614	107			PA	091	84888	
7149034	Village of Pickering Run	village-of-pickering-run	US		0	America/New_York	40.1288	-75.5329	51			PA	029	60120	
7149035	Village of Rose Tree	village-of-rose-tree	US		0	America/New_York	39.9373	-75.397	105			PA	045	79248	
7149036	Village of Valleybrook	village-of-valleybrook	US		0	America/New_York	39.8814	-75.4641	85			PA	045	13232	
7149037	Village of Willowbend	village-of-willowbend	US		0	America/New_York	40.1854	-75.2979	100			PA	091	84888	
7149038	Village Scene Trailer Park	village-scene-trailer-park	US		0	America/New_York	40.27	-75.3041	109			PA	091	33120	
7149041	Villas at Golf View Estates	villas-at-golf-view-estates	US		0	America/New_York	39.9182	-75.353	60			PA	045	73032	
7149052	Wales Junction	wales-junction	US		0	America/New_York	40.2157	-75.3007	110			PA	091	79056	
7149055	Walnut Crossing	walnut-crossing	US		0	America/New_York	40.1997	-75.5231	57			PA	091	43312	
7149056	Walnut Farms	walnut-farms	US		0	America/New_York	40.2048	-75.5207	69			PA	091	43312	
7149060	Warlgya Tract	warlgya-tract	US		0	America/New_York	40.1467	-75.4316	108			PA	091	45080	
7149085	Washingtons Crossing	washingtons-crossing	US		0	America/New_York	40.121	-75.4271	60			PA	091	45080	
7149090	Waynes Brooke	waynes-brooke	US		0	America/New_York	40.0357	-75.4424	120			PA	029	21928	
7149091	Waynesborough Woods	waynesborough-woods	US		0	America/New_York	40.0189	-75.4383	139			PA	029	21928	
7149092	Waynewoods	waynewoods	US		0	America/New_York	40.0687	-75.3883	127			PA	091	79136	
7149093	Weatherlea	weatherlea	US		0	America/New_York	40.1773	-75.4733	59			PA	091	79256	
7149094	Welch Village	welch-village	US		0	America/New_York	40.2333	-75.2524	140			PA	091	50640	
7149098	Welsh Woods	welsh-woods	US		0	America/New_York	40.2039	-75.2172	114			PA	091	35808	
7149124	West Goshen Hills	west-goshen-hills	US		0	America/New_York	39.9712	-75.5791	139			PA	029	83080	
7149125	West Goshen Park	west-goshen-park	US		0	America/New_York	39.9739	-75.5886	146			PA	029	83080	
7149144	West Wynn	west-wynn	US		0	America/New_York	39.9616	-75.5291	99			PA	029	84104	
7149145	Westaway	westaway	US		0	America/New_York	40.0895	-75.2521	61			PA	091	84624	
7149148	Westmount	westmount	US		0	America/New_York	39.9483	-75.5631	136			PA	029	84104	
7149149	Westover Club	westover-club	US		0	America/New_York	40.122	-75.3886	49			PA	091	83696	
7149150	Westover Farms	westover-farms	US		0	America/New_York	39.9517	-75.5181	136			PA	029	84104	
7149163	Spring Mount Summit	spring-mount-summit	US		0	America/New_York	40.2569	-75.4675	66			PA	091	68328	
7149164	Spring Oak	spring-oak	US		0	America/New_York	39.9198	-75.4584	97			PA	045	49136	
7149177	Springton Chase	springton-chase	US		0	America/New_York	39.9582	-75.43	110			PA	045	22584	
7149178	Springton Point Estates	springton-point-estates	US		0	America/New_York	39.9736	-75.4121	129			PA	045	54224	
7149179	Springton Pointe	springton-pointe	US		0	America/New_York	39.9634	-75.4135	92			PA	045	54224	
7149180	Springton Pointe Woods	springton-pointe-woods	US		0	America/New_York	39.9746	-75.4043	85			PA	045	54224	
7149181	Springton Woods	springton-woods	US		0	America/New_York	39.965	-75.4359	127			PA	045	22584	
7149183	Squires Estates	squires-estates	US		0	America/New_York	40.2063	-75.2134	113			PA	091	35808	
7149184	Squires Knoll	squires-knoll	US		0	America/New_York	40.2144	-75.2028	100			PA	091	35808	
7149187	Stoney Run Farms	stoney-run-farms	US		0	America/New_York	40.1695	-75.553	65			PA	029	22000	
7149190	Stony Run Mobile Home Park	stony-run-mobile-home-park	US		0	America/New_York	40.1736	-75.5603	70			PA	029	22000	
7149191	Stonycrest	stonycrest	US		0	America/New_York	40.3652	-75.279	119			PA	017	59384	
7149192	Stormfield	stormfield	US		0	America/New_York	40.2727	-75.3847	91			PA	091	45096	
7149194	Strasburg Court	strasburg-court	US		0	America/New_York	39.9703	-75.5634	128			PA	029	83080	
7149199	Stuart Creek Farms	stuart-creek-farms	US		0	America/New_York	40.1479	-75.2075	68			PA	091	79008	
7149200	Stuarts Keep	stuarts-keep	US		0	America/New_York	40.1479	-75.3107	76			PA	091	21600	
7149203	Suburban Village	suburban-village	US		0	America/New_York	39.9758	-75.5757	137			PA	029	83080	
7149204	Sugar Hill Farms	sugar-hill-farms	US		0	America/New_York	40.1914	-75.4747	71			PA	091	77304	
7149205	Sugarvalley	sugarvalley	US		0	America/New_York	40.2112	-75.3196	103			PA	091	79056	
7149206	Summer Chase	summer-chase	US		0	America/New_York	40.2361	-75.5324	99			PA	091	43312	
7149207	Summerwind	summerwind	US		0	America/New_York	40.2729	-75.3609	91			PA	091	45096	
7149208	Summits Edge	summits-edge	US		0	America/New_York	39.8878	-75.2954	23			PA	045	55664	
7149210	Sunny Ayr Estates	sunny-ayr-estates	US		0	America/New_York	40.2228	-75.342	79			PA	091	77152	
7149211	Sunny Brook Estates	sunny-brook-estates	US		0	America/New_York	40.1799	-75.3096	96			PA	091	86496	
7149212	Sunnyside Farms	sunnyside-farms	US		0	America/New_York	40.1471	-75.4045	91			PA	091	45080	
7149213	Sunwood Farm	sunwood-farm	US		0	America/New_York	40.1047	-75.4815	63			PA	029	68288	
7149214	Sussex Square	sussex-square	US		0	America/New_York	40.1136	-75.2936	55			PA	091	61664	
7149228	Sycamore Woods Estates	sycamore-woods-estates	US		0	America/New_York	39.9324	-75.4723	114			PA	045	22584	
7149231	Talamore	talamore	US		0	America/New_York	40.1976	-75.2046	91			PA	091	35808	
7149232	Talamore at Oak Terrace	talamore-at-oak-terrace	US		0	America/New_York	40.1998	-75.1939	85			PA	091	35808	
7149235	Tasker Homes	tasker-homes	US		0	America/New_York	39.9315	-75.1969	11			PA	101	60000	
7149239	Telford Chase	telford-chase	US		0	America/New_York	40.3216	-75.3151	147			PA	017	34952	
7149240	Telford Commons	telford-commons	US		0	America/New_York	40.3294	-75.3193	126			PA	017	76304	
7149242	Telford Hills	telford-hills	US		0	America/New_York	40.331	-75.3213	114			PA	017	76304	
7149247	The Colony at Valley Forge	the-colony-at-valley-forge	US		0	America/New_York	40.1472	-75.4499	65			PA	091	79256	
7149248	The Commons at Valley Forge	the-commons-at-valley-forge	US		0	America/New_York	40.113	-75.4871	47			PA	029	68288	
7149252	The Estates at Fawn Ridge	the-estates-at-fawn-ridge	US		0	America/New_York	40.2453	-75.3809	65			PA	091	45096	
7149253	The Estates at Whitemarsh Hills	the-estates-at-whitemarsh-hills	US		0	America/New_York	40.1208	-75.2078	74			PA	091	84624	
7149254	The Estates of Audubon North	the-estates-of-audubon-north	US		0	America/New_York	40.148	-75.4141	107			PA	091	45080	
7149255	The Estates of Audubon South	the-estates-of-audubon-south	US		0	America/New_York	40.1406	-75.4196	84			PA	091	45080	
7149256	The Glen at Greenfields	the-glen-at-greenfields	US		0	America/New_York	40.2063	-75.5475	66			PA	091	43312	
7149257	The Heathers	the-heathers	US		0	America/New_York	40.2746	-75.3923	105			PA	091	45096	
7149259	The Hills at Bethel	the-hills-at-bethel	US		0	America/New_York	39.838	-75.4764	87			PA	045	06024	
7149260	The Knolls of Birmingham	the-knolls-of-birmingham	US		0	America/New_York	39.9042	-75.5755	138			PA	029	06544	
7149262	The Meadows at Providence Reserve	the-meadows-at-providence-reserve	US		0	America/New_York	40.1803	-75.4926	96			PA	091	79256	
7149263	The Meadows of Horsham Towne	the-meadows-of-horsham-towne	US		0	America/New_York	40.1749	-75.153	103			PA	091	35808	
7149264	The Mermont	the-mermont	US		0	America/New_York	40.0239	-75.3224	119			PA	091	44976	
7149265	The Reserve	the-reserve	US		0	America/New_York	40.1985	-75.4452	51			PA	091	71016	
7149266	The Reserve at Lafayette Springs	the-reserve-at-lafayette-springs	US		0	America/New_York	40.0767	-75.2655	69			PA	091	84624	
7149267	The Reserve at Trewellyn	the-reserve-at-trewellyn	US		0	America/New_York	40.1909	-75.2302	101			PA	091	44920	
7149268	The Ridings of Chadds Ford	the-ridings-of-chadds-ford	US		0	America/New_York	39.8623	-75.5552	114			PA	045	12442	
7149269	The Ridings of Montgomery	the-ridings-of-montgomery	US		0	America/New_York	40.2422	-75.2208	109			PA	091	50640	
7149271	Winnie Tract	winnie-tract	US		0	America/New_York	40.2306	-75.5063	83			PA	091	43312	
7149272	Wissahickon Park Gardens	wissahickon-park-gardens	US		0	America/New_York	40.2335	-75.2672	115			PA	091	41432	
7149276	Wister Woods	wister-woods	US		0	America/New_York	40.1749	-75.2431	77			PA	091	44920	
7149278	Woodcock Farm	woodcock-farm	US		0	America/New_York	39.9491	-75.5286	93			PA	029	84104	
7149279	Wooded Glen	wooded-glen	US		0	America/New_York	40.164	-75.4127	117			PA	091	45080	
7149280	Wooded Pond	wooded-pond	US		0	America/New_York	40.1961	-75.2122	93			PA	091	44920	
7149288	Woods at Langford	woods-at-langford	US		0	America/New_York	39.9668	-75.3569	107			PA	045	47616	
7149289	Woods at Sweetwater	woods-at-sweetwater	US		0	America/New_York	39.9307	-75.4812	117			PA	045	76576	
7149298	Worington Commons	worington-commons	US		0	America/New_York	39.9636	-75.5056	107			PA	029	85352	
7149301	Wrenfield	wrenfield	US		0	America/New_York	40.2504	-75.2179	115			PA	091	50640	
7149304	Wylie Farms	wylie-farms	US		0	America/New_York	39.8939	-75.6025	63			PA	029	06544	
7149305	Wyllpen Farms	wyllpen-farms	US		0	America/New_York	39.9775	-75.5178	124			PA	029	21192	
7149309	Wynmere Hunt	wynmere-hunt	US		0	America/New_York	40.2788	-75.2753	100			PA	091	33120	
7149312	Wynnewood House	wynnewood-house	US		0	America/New_York	40.0041	-75.286	102			PA	091	44976	
7149314	Wynwood Estates	wynwood-estates	US		0	America/New_York	40.2442	-75.2692	119			PA	091	50640	
7149323	Yorkshire Commons	yorkshire-commons	US		0	America/New_York	40.2876	-75.2932	106			PA	091	33120	
7149324	Yorkshires of Blue Bell	yorkshires-of-blue-bell	US		0	America/New_York	40.188	-75.2955	103			PA	091	84888	
7149330	Dewey-Humboldt	dewey-humboldt	US		3894	America/Phoenix	34.53	-112.24222	1397	Dewey,Dewey-Humboldt,Humboldt,Town of Dewey-Humboldt		AZ	025		
7149372	Fairview Trailer Court	fairview-trailer-court	US		0	America/Detroit	45.76583	-87.08278	191			MI	041	26360	
7149384	Osier (historical)	osier-historical	US		0	America/Detroit	46.11556	-87.00139	258			MI	041	51260	
7149387	North Escabana (historical)	north-escabana-historical	US		0	America/Detroit	45.79444	-87.0875	191	North Escabana (historical),Parnell		MI	041	85240	
7149446	Springfield (historical)	springfield-historical	US		0	America/New_York	31.1452	-84.9411	64			GA	099		
7149508	Whitefish Hill RV and Mobile Home Park	whitefish-hill-rv-and-mobile-home-park	US		0	America/Detroit	45.92389	-86.94444	179			MI	041	52220	
7149536	Oak Bluff Estates Mobile Home Park	oak-bluff-estates-mobile-home-park	US		0	America/Detroit	45.84167	-87.04694	219			MI	041	32300	
7149675	Finns Trailer Court	finns-trailer-court	US		0	America/New_York	40.8975	-74.26583	49			NJ	031	77840	
7149691	Poe Mills (historical)	poe-mills-historical	US		0	America/New_York	40.8348	-77.4176	292			PA	027	31960	
7149824	Golden Gate Heights	golden-gate-heights	US		0	America/Los_Angeles	37.75472	-122.47111	185			CA	075		
7149826	Sherwood Forest	sherwood-forest	US		0	America/Los_Angeles	37.73722	-122.45889	219			CA	075		
7149827	Merced Manor	merced-manor	US		0	America/Los_Angeles	37.73333	-122.47722	64			CA	075		
7149828	Ingleside Terrace	ingleside-terrace	US		0	America/Los_Angeles	37.72417	-122.46639	68			CA	075		
7149829	Ingleside Heights	ingleside-heights	US		0	America/Los_Angeles	37.71417	-122.46722	85			CA	075		
7149830	Park Merced	park-merced	US		0	America/Los_Angeles	37.71833	-122.48056	40			CA	075		
7149850	Bayside Mobile Estates	bayside-mobile-estates	US		0	America/Detroit	45.12972	-87.61056	178			MI	109	53020	
7149972	Lewis (historical)	lewis-historical	US		0	America/New_York	42.5825	-77.98611	361			NY	051	59179	
7150093	Catfield	catfield	US		0	America/New_York	43.22	-77.82167	131			NY	055	56561	
7150103	Airy Hills	airy-hills	US		0	America/New_York	39.3625	-84.41528	257			OH	017	83150	
7150104	Alamo Heights	alamo-heights	US		0	America/New_York	39.41639	-84.62111	250			OH	017	33250	
7150105	Ascot Downs	ascot-downs	US		0	America/New_York	39.37139	-84.495	223			OH	017	25984	
7150106	Atomic View	atomic-view	US		0	America/New_York	39.31139	-84.67444	191			OH	017	68616	
7150107	Augusta Hills	augusta-hills	US		0	America/New_York	39.31139	-84.55556	205			OH	017	25970	
7150108	Bennington Place	bennington-place	US		0	America/New_York	39.30167	-84.37639	258			OH	061	71892	
7150109	Birdland	birdland	US		0	America/New_York	39.31139	-84.64333	167			OH	017	68616	
7150110	Brandy Wine	brandy-wine	US		0	America/New_York	39.33694	-84.5825	174			OH	017	25970	
7150111	Brenner Woods	brenner-woods	US		0	America/New_York	39.295	-84.35556	271			OH	061	71892	
7150112	Brittany Heights	brittany-heights	US		0	America/New_York	39.455	-84.36917	237			OH	017	42672	
7150113	Brofield Estates	brofield-estates	US		0	America/New_York	39.40139	-84.48806	242			OH	017	25984	
7150115	Carmen Place	carmen-place	US		0	America/New_York	39.42	-84.58278	192			OH	017	33012	
7150116	Cherokee Park	cherokee-park	US		0	America/New_York	39.43083	-84.54889	210			OH	017	69498	
7150117	Dixiedale	dixiedale	US		0	America/New_York	39.36639	-84.55028	184			OH	017	33012	
7150118	Fairham Heights	fairham-heights	US		0	America/New_York	39.40889	-84.51583	217			OH	017	25984	
7150120	Green Acres	green-acres	US		0	America/New_York	39.45194	-84.38778	206			OH	017	42672	
7150122	Griesmer Addition	griesmer-addition	US		0	America/New_York	39.36639	-84.555	183			OH	017	33012	
7150125	Lawn Park	lawn-park	US		0	America/New_York	39.41167	-84.57528	193			OH	017	33012	
7150126	Normandy Heights	normandy-heights	US		0	America/New_York	39.39528	-84.52278	213			OH	017	25984	
7150127	Sharon Park	sharon-park	US		0	America/New_York	39.38194	-84.57389	176			OH	017	69498	
7150128	Bon Veue	bon-veue	US		0	America/New_York	39.49917	-84.415	196			OH	017	49840	
7150231	Bluff Heights	bluff-heights	US		0	America/Los_Angeles	33.76917	-118.15917	17			CA	037		
7150232	Cambodia Town	cambodia-town	US		0	America/Los_Angeles	33.79	-118.16889	6	Cambodia Town,Little Cambodia,Little Phnom Penh		CA	037		
7150314	Coomer	coomer	US		0	America/New_York	43.26667	-78.73972	108			NY	063	50232	
7150334	Vintage Oaks	vintage-oaks	US		0	America/Los_Angeles	37.45833	-122.16472	15			CA	081		
7150335	The Willows	the-willows	US		0	America/Los_Angeles	37.46056	-122.15472	11			CA	081		
7150336	Linfield Oaks	linfield-oaks	US		0	America/Los_Angeles	37.45333	-122.17056	17			CA	081		
7150338	Felton Gables	felton-gables	US		0	America/Los_Angeles	37.46194	-122.18944	17			CA	081		
7150339	Lloyden Park	lloyden-park	US		0	America/Los_Angeles	37.46583	-122.20306	14			CA	081		
7150340	Stanford Weekend Acres	stanford-weekend-acres	US		0	America/Los_Angeles	37.41667	-122.18972	47			CA	081		
7150341	University Heights	university-heights	US		0	America/Los_Angeles	37.43417	-122.20444	33			CA	081		
7150342	Woodland Acres	woodland-acres	US		0	America/Los_Angeles	37.34333	-122.07917	77			CA	085		
7150343	The Highlands	the-highlands	US		0	America/Los_Angeles	37.34139	-122.08472	88			CA	085		
7150344	Waverly Park	waverly-park	US		0	America/Los_Angeles	37.36639	-122.07111	51			CA	085		
7150345	Blossom Valley	blossom-valley	US		0	America/Los_Angeles	37.37361	-122.09139	45			CA	085		
7150346	Cuernavaca	cuernavaca	US		0	America/Los_Angeles	37.37167	-122.0625	47			CA	085		
7150347	Green Acres	green-acres	US		0	America/Los_Angeles	37.40639	-122.12722	22			CA	085		
7150352	Embarcadero Oaks	embarcadero-oaks	US		0	America/Los_Angeles	37.44278	-122.13778	7			CA	085		
7150353	Leland Manor	leland-manor	US		0	America/Los_Angeles	37.44056	-122.13583	6			CA	085		
7150354	Palo Alto Orchards	palo-alto-orchards	US		0	America/Los_Angeles	37.40833	-122.11778	16			CA	085		
7150355	Charleston Meadows	charleston-meadows	US		0	America/Los_Angeles	37.41361	-122.12111	13			CA	085		
7150356	Saint Claire Gardens	saint-claire-gardens	US		0	America/Los_Angeles	37.42611	-122.12139	5			CA	085		
7150358	Adobe Meadow	adobe-meadow	US		0	America/Los_Angeles	37.42472	-122.11	4			CA	085		
7150359	Meadow Park	meadow-park	US		0	America/Los_Angeles	37.42222	-122.1075	4			CA	085		
7150360	Charleston Gardens	charleston-gardens	US		0	America/Los_Angeles	37.41972	-122.10694	5			CA	085		
7150361	The Greenhouse	the-greenhouse	US		0	America/Los_Angeles	37.41889	-122.10361	5			CA	085		
7150362	Greenmeadow	greenmeadow	US		0	America/Los_Angeles	37.41444	-122.11028	8			CA	085		
7150363	The Crossings	the-crossings	US		0	America/Los_Angeles	37.40611	-122.10778	15			CA	085		
7150364	Jackson Park	jackson-park	US		0	America/Los_Angeles	37.3975	-122.07917	20			CA	085		
7150365	Saint Francis Acres	saint-francis-acres	US		0	America/Los_Angeles	37.38833	-122.09472	33			CA	085		
7150366	Gemello	gemello	US		0	America/Los_Angeles	37.39194	-122.10056	31			CA	085		
7150466	Northborough Heights	northborough-heights	US		0	America/Denver	39.87917	-105.02	1693			CO	001		
7150467	Wandering View	wandering-view	US		0	America/Denver	39.88833	-105.03028	1665			CO	001		
7150478	Harris Park	harris-park	US		0	America/Denver	39.83194	-105.03833	1625			CO	001		
7150479	Hidden Creek Park	hidden-creek-park	US		0	America/Denver	39.83806	-105.04278	1642			CO	001		
7150480	Lakeview Estates	lakeview-estates	US		0	America/Denver	39.82472	-105.04806	1616			CO	001		
7150482	Hidden Lake	hidden-lake	US		0	America/Denver	39.81639	-105.03	1614			CO	001		
7150486	Pioneer Mobile Gardens	pioneer-mobile-gardens	US		0	America/Denver	39.81056	-105.02278	1587			CO	001		
7150489	Hillcrest Village	hillcrest-village	US		0	America/Denver	39.74611	-104.82111	1635			CO	001		
7150490	Boston Heights	boston-heights	US		0	America/Denver	39.74361	-104.85167	1638			CO	001		
7150491	Hillcrest	hillcrest	US		0	America/Denver	39.74194	-104.81583	1648			CO	001		
7150492	Norfolk Glen	norfolk-glen	US		0	America/Denver	39.74361	-104.8	1663			CO	001		
7150493	Friendly Village	friendly-village	US		0	America/Denver	39.74389	-104.78861	1651			CO	001		
7150500	Homestead Hills	homestead-hills	US		0	America/Denver	39.53139	-104.72972	1880			CO	035		
7150507	Columbine Lakes	columbine-lakes	US		0	America/Denver	39.60472	-105.04444	1649			CO	005		
7150508	Hillside Manor	hillside-manor	US		0	America/Denver	39.62056	-105.03972	1656			CO	005		
7150510	Ridgewood Park	ridgewood-park	US		0	America/Denver	39.59028	-105.01861	1649			CO	005		
7150511	Goldenwest Park	goldenwest-park	US		0	America/Denver	39.58583	-105.01944	1668			CO	005		
7150512	Southpark	southpark	US		0	America/Denver	39.575	-105.02028	1671			CO	005		
7150513	Wide Acres	wide-acres	US		0	America/Denver	39.56833	-105.03444	1639			CO	005		
7150514	Columbine Heights	columbine-heights	US		0	America/Denver	39.59639	-105.04944	1655			CO	005		
7150515	Columbine Manor	columbine-manor	US		0	America/Denver	39.58528	-105.05194	1656			CO	005		
7150517	Cross Creek	cross-creek	US		0	America/Denver	39.72194	-104.70861	1703			CO	005		
7150518	Thunderbird Estates	thunderbird-estates	US		0	America/Denver	39.71444	-104.70806	1699			CO	005		
7150519	Gun Club Estates	gun-club-estates	US		0	America/Denver	39.7	-104.71167	1711			CO	005		
7150520	Spring Creek Meadows	spring-creek-meadows	US		0	America/Denver	39.64056	-104.74667	1748			CO	005		
7150521	East Quincy Highlands	east-quincy-highlands	US		0	America/Denver	39.64472	-104.73111	1774			CO	005		
7150522	Parkborough	parkborough	US		0	America/Denver	39.61139	-104.73972	1796			CO	005		
7150523	Dove Hill	dove-hill	US		0	America/Denver	39.62056	-104.71194	1808			CO	005		
7150524	Kirkgaard Acres	kirkgaard-acres	US		0	America/Denver	39.73472	-104.78667	1670			CO	005		
7150525	Apache Mesa	apache-mesa	US		0	America/Denver	39.73194	-104.79583	1666			CO	005		
7150527	Chambers Heights	chambers-heights	US		0	America/Denver	39.73222	-104.81611	1658			CO	005		
7150529	Aurora Heights	aurora-heights	US		0	America/Denver	39.73639	-104.8575	1649			CO	005		
7150531	Colfax Village	colfax-village	US		0	America/Denver	39.72917	-104.87056	1644			CO	005		
7150536	Park East	park-east	US		0	America/Denver	39.72167	-104.85306	1660			CO	005		
7150537	Old Towne	old-towne	US		0	America/Denver	39.71278	-104.85111	1675			CO	005		
7150539	Park View Estates	park-view-estates	US		0	America/Denver	39.72167	-104.83333	1661			CO	005		
7150541	Centrepoint	centrepoint	US		0	America/Denver	39.70639	-104.81528	1681			CO	005		
7150542	Havana Village	havana-village	US		0	America/Denver	39.7	-104.85972	1672			CO	005		
7150543	Queensborough	queensborough	US		0	America/Denver	39.7	-104.85167	1680			CO	005		
7150544	Settlers Village	settlers-village	US		0	America/Denver	39.70028	-104.81472	1689			CO	005		
7150545	Tollgate	tollgate	US		0	America/Denver	39.70028	-104.79111	1685			CO	005		
7150547	Side Creek	side-creek	US		0	America/Denver	39.68833	-104.76611	1708			CO	005		
7150548	Aurora Highlands	aurora-highlands	US		0	America/Denver	39.68972	-104.77972	1701			CO	005		
7150549	Somerset Village	somerset-village	US		0	America/Denver	39.695	-104.78833	1693			CO	005		
7150550	Brookvale	brookvale	US		0	America/Denver	39.69167	-104.8	1677			CO	005		
7150551	Village Green	village-green	US		0	America/Denver	39.69389	-104.81361	1696			CO	005		
7150552	Willow Park	willow-park	US		0	America/Denver	39.68611	-104.81444	1693			CO	005		
7150553	Sableridge	sableridge	US		0	America/Denver	39.69194	-104.82361	1708			CO	005		
7150554	Hallcrafts Village East	hallcrafts-village-east	US		0	America/Denver	39.69306	-104.83889	1693			CO	005		
7150555	Fountain Side	fountain-side	US		0	America/Denver	39.6875	-104.85944	1683			CO	005		
7150558	Heather Ridge	heather-ridge	US		0	America/Denver	39.67722	-104.84083	1702			CO	005		
7150559	Chadsford	chadsford	US		0	America/Denver	39.6725	-104.81611	1715			CO	005		
7150560	Woodrim	woodrim	US		0	America/Denver	39.67833	-104.81667	1708			CO	005		
7150561	Stone Ridge Park	stone-ridge-park	US		0	America/Denver	39.68417	-104.79556	1692			CO	005		
7150562	Kingsborough	kingsborough	US		0	America/Denver	39.67083	-104.79917	1706			CO	005		
7150563	Aurora Knolls	aurora-knolls	US		0	America/Denver	39.68056	-104.77778	1727			CO	005		
7150565	Seven Hills	seven-hills	US		0	America/Denver	39.65833	-104.76139	1716			CO	005		
7150567	Hutchinson Heights	hutchinson-heights	US		0	America/Denver	39.66278	-104.78417	1721			CO	005		
7150569	Meadowood	meadowood	US		0	America/Denver	39.65889	-104.80389	1732			CO	005		
7150570	Highpoint	highpoint	US		0	America/Denver	39.64583	-104.76472	1750			CO	005		
7150573	Pheasant Run	pheasant-run	US		0	America/Denver	39.63611	-104.81278	1758			CO	005		
7150574	Harbor Pointe	harbor-pointe	US		0	America/Denver	39.63667	-104.825	1735			CO	005		
7150581	Park View	park-view	US		0	America/Denver	39.61278	-104.74972	1799			CO	005		
7150582	Travois	travois	US		0	America/Denver	39.56583	-104.73944	1870			CO	005		
7150586	Countryside	countryside	US		0	America/Denver	39.88583	-105.11944	1675			CO	059		
7150588	Lakecrest	lakecrest	US		0	America/Denver	39.85028	-105.12	1699			CO	059		
7150589	Churchhill Downs	churchhill-downs	US		0	America/Denver	39.84389	-105.12167	1710			CO	059		
7150590	Bridle Dale	bridle-dale	US		0	America/Denver	39.84361	-105.11556	1699			CO	059		
7150591	Wood Run	wood-run	US		0	America/Denver	39.84667	-105.10417	1684			CO	059		
7150593	The Pond	the-pond	US		0	America/Denver	39.85417	-105.10556	1683			CO	059		
7150595	Sunstream	sunstream	US		0	America/Denver	39.86778	-105.10139	1654			CO	059		
7150607	Far Horizon	far-horizon	US		0	America/Denver	39.84972	-105.05722	1649			CO	059		
7150608	Parkway Estates	parkway-estates	US		0	America/Denver	39.83694	-105.07611	1662			CO	059		
7150610	Hackberry Hills	hackberry-hills	US		0	America/Denver	39.82889	-105.07806	1680			CO	059		
7150611	The Highlands	the-highlands	US		0	America/Denver	39.83278	-105.06833	1666			CO	059		
7150612	Wood Creek	wood-creek	US		0	America/Denver	39.83417	-105.05778	1634			CO	059		
7150613	Sierra Estates	sierra-estates	US		0	America/Denver	39.83583	-105.10472	1705			CO	059		
7150614	Paradise Acres	paradise-acres	US		0	America/Denver	39.82889	-105.10056	1699			CO	059		
7150615	Lamplighter	lamplighter	US		0	America/Denver	39.83	-105.12472	1686			CO	059		
7150617	Oberon Acres	oberon-acres	US		0	America/Denver	39.83917	-105.11556	1714			CO	059		
7150618	Maplewood Acres	maplewood-acres	US		0	America/Denver	39.82472	-105.1225	1655			CO	059		
7150619	Huntington Heights	huntington-heights	US		0	America/Denver	39.82444	-105.09306	1712			CO	059		
7150620	Scenic Heights	scenic-heights	US		0	America/Denver	39.81278	-105.085	1657			CO	059		
7150622	Lakeview Meadows	lakeview-meadows	US		0	America/Denver	39.82361	-105.07639	1672			CO	059		
7150627	Lamar Heights	lamar-heights	US		0	America/Denver	39.81444	-105.06222	1639			CO	059		
7150628	Lyndale Park	lyndale-park	US		0	America/Denver	39.81639	-105.07389	1650			CO	059		
7150629	Wellington Downs	wellington-downs	US		0	America/Denver	39.80722	-105.05778	1620			CO	059		
7150631	Columbine Acres	columbine-acres	US		0	America/Denver	39.795	-105.07222	1612			CO	059		
7150633	Park Slope	park-slope	US		0	America/Denver	39.79333	-105.09083	1624			CO	059		
7150638	Koldeway	koldeway	US		0	America/Denver	39.80778	-105.10306	1634			CO	059		
7150639	Skyline Estates	skyline-estates	US		0	America/Denver	39.79611	-105.11806	1669			CO	059		
7150653	Cambridge Park	cambridge-park	US		0	America/Denver	39.77111	-105.11278	1639			CO	059		
7150656	Happy Valley Gardens	happy-valley-gardens	US		0	America/Denver	39.77667	-105.10444	1632			CO	059		
7150657	North Green Valley	north-green-valley	US		0	America/Denver	39.78083	-105.10194	1631			CO	059		
7150660	Hillcrest Heights	hillcrest-heights	US		0	America/Denver	39.77889	-105.08611	1643			CO	059		
7150666	Highland Gardens	highland-gardens	US		0	America/Denver	39.7675	-105.06278	1657			CO	059		
7150671	Westhaven	westhaven	US		0	America/Denver	39.7675	-105.105	1657			CO	059		
7150680	Applewood Village	applewood-village	US		0	America/Denver	39.76556	-105.13306	1667			CO	059		
7150684	Candlelight	candlelight	US		0	America/Denver	39.80361	-105.15361	1699			CO	059		
7150685	Meadow Lake	meadow-lake	US		0	America/Denver	39.80694	-105.14222	1688			CO	059		
7150687	Eldorado Estates	eldorado-estates	US		0	America/Denver	39.83861	-105.18667	1752			CO	059		
7150688	Spring Mesa	spring-mesa	US		0	America/Denver	39.83778	-105.19861	1791			CO	059		
7150689	Supreme Estates	supreme-estates	US		0	America/Denver	39.82833	-105.17139	1708			CO	059		
7150690	Sherwood Farms	sherwood-farms	US		0	America/Denver	39.83222	-105.17472	1705			CO	059		
7150691	Northwood Acres	northwood-acres	US		0	America/Denver	39.83611	-105.16944	1709			CO	059		
7150692	Meadow Wood Farms	meadow-wood-farms	US		0	America/Denver	39.83806	-105.17972	1728			CO	059		
7150693	Village of Five Parks	village-of-five-parks	US		0	America/Denver	39.84861	-105.15972	1736			CO	059		
7150694	Cameo Estates	cameo-estates	US		0	America/Denver	39.83861	-105.15306	1684			CO	059		
7150696	Alkire Estates	alkire-estates	US		0	America/Denver	39.84306	-105.145	1706			CO	059		
7150697	Country View Estates	country-view-estates	US		0	America/Denver	39.83972	-105.13028	1719			CO	059		
7150698	Mesa Heights	mesa-heights	US		0	America/Denver	39.83917	-105.12694	1724			CO	059		
7150702	Ralston Estates	ralston-estates	US		0	America/Denver	39.81639	-105.14667	1675			CO	059		
7150714	Applewood Glen	applewood-glen	US		0	America/Denver	39.74528	-105.13444	1695			CO	059		
7150715	College West Estates	college-west-estates	US		0	America/Denver	39.71861	-105.14222	1776			CO	059		
7150716	Crestview Villa	crestview-villa	US		0	America/Denver	39.73778	-105.18111	1769			CO	059		
7150717	Daniels Garden	daniels-garden	US		0	America/Denver	39.73528	-105.13278	1709			CO	059		
7150718	Genesee Ridge	genesee-ridge	US		0	America/Denver	39.68139	-105.27222	2286			CO	059		
7150719	Golden Heights	golden-heights	US		0	America/Denver	39.72	-105.17944	1826			CO	059		
7150720	Heritage Dells	heritage-dells	US		0	America/Denver	39.71944	-105.2125	1881			CO	059		
7150721	Mountain Meadow Heights	mountain-meadow-heights	US		0	America/Denver	39.66083	-105.30917	2150			CO	059		
7150722	Mountain View Estates	mountain-view-estates	US		0	America/Denver	39.7275	-105.14389	1758			CO	059		
7150723	Panorama Heights	panorama-heights	US		0	America/Denver	39.72222	-105.24028	2240			CO	059		
7150724	Rainbow Hills	rainbow-hills	US		0	America/Denver	39.71333	-105.33861	2313			CO	059		
7150725	Riva Chase	riva-chase	US		0	America/Denver	39.69611	-105.25722	2220			CO	059		
7150726	Spring Ranch	spring-ranch	US		0	America/Denver	39.69972	-105.31556	2303			CO	059		
7150727	Vernon Gardens	vernon-gardens	US		0	America/Denver	39.7325	-105.18833	1784			CO	059		
7150729	Willow Brook	willow-brook	US		0	America/Denver	39.60778	-105.17056	1841			CO	059		
7150731	Bellevue Acres	bellevue-acres	US		0	America/Denver	39.62167	-105.14222	1781			CO	059		
7150732	Country West	country-west	US		0	America/Denver	39.61889	-105.13361	1759			CO	059		
7150733	West Meadows	west-meadows	US		0	America/Denver	39.60778	-105.13917	1785			CO	059		
7150741	The Broadlands	the-broadlands	US		0	America/Denver	39.95111	-105.02889	1605			CO	014		
7150742	McKay Landing	mckay-landing	US		0	America/Denver	39.95333	-105.02056	1604			CO	014		
7150744	Crofton Park	crofton-park	US		0	America/Denver	39.92306	-105.03111	1594			CO	014		
7150746	Pony Estates	pony-estates	US		0	America/Denver	39.96083	-105.05694	1636			CO	013		
7150843	Carpentersville (historical)	carpentersville-historical	US		0	America/New_York	38.40507	-83.61565	244			KY	069		
7150865	Farmville (historical)	farmville-historical	US		0	America/New_York	38.26884	-83.61077	204			KY	069		
7150907	Park Lake Resort (historical)	park-lake-resort-historical	US		0	America/New_York	38.40226	-83.55486	261			KY	069		
7150957	The Valley	the-valley	US		0	America/Denver	39.57528	-105.16278	1857			CO	059		
7150961	Doubleheader Ranch	doubleheader-ranch	US		0	America/Denver	39.55889	-105.24611	2442			CO	059		
7150963	Golden Meadows	golden-meadows	US		0	America/Denver	39.57778	-105.22667	2258			CO	059		
7150964	The Bluffs	the-bluffs	US		0	America/Denver	39.58639	-105.22611	2223			CO	059		
7150965	Gems Park Estates	gems-park-estates	US		0	America/Denver	39.59556	-105.23667	2223			CO	059		
7150976	Normandy Estates	normandy-estates	US		0	America/Denver	39.5875	-105.06056	1675			CO	059		
7150981	Columbine Knolls	columbine-knolls	US		0	America/Denver	39.5775	-105.07722	1694			CO	059		
7150984	The Ridge At Stony Creek	the-ridge-at-stony-creek	US		0	America/Denver	39.58556	-105.09417	1724			CO	059		
7150985	Meadowbrook Heights	meadowbrook-heights	US		0	America/Denver	39.56222	-105.08833	1696			CO	059		
7151061	Erin Hills	erin-hills	US		0	America/Chicago	41.63806	-87.9625	202			IL	197	35827	
7151062	Saddle Brook Run	saddle-brook-run	US		0	America/Chicago	41.62694	-87.96139	228			IL	197	35827	
7151063	Marilyn's Estates	marilyn-s-estates	US		0	America/Chicago	41.62361	-87.95583	226			IL	197	35827	
7151064	Pavinita	pavinita	US		0	America/Chicago	41.6175	-87.95833	227			IL	197	35827	
7151066	Pebble Creek	pebble-creek	US		0	America/Chicago	41.61583	-87.95278	229			IL	197	35827	
7151067	Farm View Hills	farm-view-hills	US		0	America/Chicago	41.61028	-87.94611	227			IL	197	35827	
7151068	Dawn Wood	dawn-wood	US		0	America/Chicago	41.62722	-87.9475	219			IL	197	35827	
7151070	Golden Oak Estates	golden-oak-estates	US		0	America/Chicago	41.63278	-87.93889	222			IL	197	35827	
7151071	Old Oaks Estates	old-oaks-estates	US		0	America/Chicago	41.64028	-87.93778	207			IL	197	35827	
7151072	Anand Brook	anand-brook	US		0	America/Chicago	41.64139	-87.92722	207			IL	197	35827	
7151073	Pheasant Hollow N	pheasant-hollow-n	US		0	America/Chicago	41.63361	-87.92778	218			IL	197	35827	
7151074	Pheasant Hollow S	pheasant-hollow-s	US		0	America/Chicago	41.62778	-87.92583	223			IL	197	35827	
7151075	Derby Hills	derby-hills	US		0	America/Chicago	41.62722	-87.93194	229			IL	197	35827	
7151076	Kingstone Hills	kingstone-hills	US		0	America/Chicago	41.615	-87.92639	232			IL	197	35827	
7151077	Sylvan Hills	sylvan-hills	US		0	America/Chicago	41.64139	-87.91833	208			IL	197	35827	
7151078	Derby Meadows	derby-meadows	US		0	America/Chicago	41.63389	-87.9175	213			IL	197	35827	
7151079	Somerset Hills	somerset-hills	US		0	America/Chicago	41.62889	-87.9175	217			IL	197	35827	
7151080	Spring Lake Woods	spring-lake-woods	US		0	America/Chicago	41.61917	-87.9175	224			IL	197	35827	
7151082	Pineview Hills	pineview-hills	US		0	America/Chicago	41.62361	-87.91611	224			IL	197	35827	
7151083	Wilco Estates	wilco-estates	US		0	America/Chicago	41.61667	-87.91333	220			IL	197	35827	
7151084	Mirage	mirage	US		0	America/Chicago	41.5725	-88.2475	192			IL	197	60300	
7151087	Aspen Meadows	aspen-meadows	US		0	America/Chicago	41.5625	-88.23306	188			IL	197	60300	
7151088	Park Place	park-place	US		0	America/Chicago	41.59278	-88.21917	183			IL	197	60300	
7151090	Wesmere	wesmere	US		0	America/Chicago	41.56	-88.22444	188			IL	197	60300	
7151091	Spangler Farms	spangler-farms	US		0	America/Chicago	41.59833	-88.21028	185			IL	197	60300	
7151092	Vintage Harvest	vintage-harvest	US		0	America/Chicago	41.59278	-88.21111	183			IL	197	60300	
7151093	McKenna Woods	mckenna-woods	US		0	America/Chicago	41.56778	-88.2125	186			IL	197	60300	
7151095	Canton Crossing	canton-crossing	US		0	America/Chicago	41.56111	-88.19333	183			IL	197	60300	
7151096	Sunset Ridge	sunset-ridge	US		0	America/Chicago	41.55528	-88.18778	181			IL	197	60300	
7151097	Arbor Settlement	arbor-settlement	US		0	America/Chicago	41.58889	-88.19361	183			IL	197	60300	
7151098	Plainsman Terrace	plainsman-terrace	US		0	America/Chicago	41.575	-88.19778	181			IL	197	60300	
7151099	Riverwalk	riverwalk	US		0	America/Chicago	41.56722	-88.19556	181			IL	197	60300	
7151100	Prairie Trail	prairie-trail	US		0	America/Chicago	41.55917	-88.20194	188			IL	197	60300	
7151101	Riverside at Ole Canton Farm	riverside-at-ole-canton-farm	US		0	America/Chicago	41.56111	-88.18889	181			IL	197	60300	
7151102	Heron View Estates	heron-view-estates	US		0	America/Chicago	41.59278	-88.18389	184			IL	197	60300	
7151103	Old Oaks	old-oaks	US		0	America/Chicago	41.56694	-88.18444	179			IL	197	60300	
7151104	Arbor Creek	arbor-creek	US		0	America/Chicago	41.57889	-88.17639	187			IL	197	60300	
7151105	Winding Creek	winding-creek	US		0	America/Chicago	41.58278	-88.17333	187			IL	197	60300	
7151107	Squires Mill	squires-mill	US		0	America/Chicago	41.55611	-88.17667	180			IL	197	60300	
7151110	Heritage Lake Estates	heritage-lake-estates	US		0	America/Chicago	41.58194	-88.14639	188			IL	197	60300	
7151111	Fox Meadow	fox-meadow	US		0	America/Chicago	41.55417	-88.145	179			IL	197	60300	
7151113	Picardy	picardy	US		0	America/Chicago	41.56417	-88.15611	185			IL	197	60300	
7151114	Crest Estates	crest-estates	US		0	America/Chicago	41.5625	-88.145	187			IL	197	60300	
7151116	Forest Manor	forest-manor	US		0	America/Chicago	41.60278	-88.02472	206			IL	197	35827	
7151117	Shady Hollow	shady-hollow	US		0	America/Chicago	41.60306	-88.00611	212			IL	197	35827	
7151118	Regal Acres	regal-acres	US		0	America/Chicago	41.59278	-88.00472	230			IL	197	35827	
7151119	Blackhawk Estates	blackhawk-estates	US		0	America/Chicago	41.5625	-88.00306	211			IL	197	35827	
7151120	Windmill Estates	windmill-estates	US		0	America/Chicago	41.595	-87.99222	233			IL	197	35827	
7151121	Colonial Acres	colonial-acres	US		0	America/Chicago	41.57278	-87.99083	220			IL	197	35827	
7151123	Bristol Heights	bristol-heights	US		0	America/Chicago	41.59806	-87.98472	235			IL	197	35827	
7151124	Cedar Acres	cedar-acres	US		0	America/Chicago	41.5975	-87.97944	244			IL	197	35827	
7151125	Heritage Estates	heritage-estates	US		0	America/Chicago	41.57583	-87.98361	224			IL	197	35827	
7151126	Gombis	gombis	US		0	America/Chicago	41.56611	-87.98417	208			IL	197	35827	
7151127	Kylemore	kylemore	US		0	America/Chicago	41.56056	-87.98417	201			IL	197	35827	
7151128	Pine Hills Estates	pine-hills-estates	US		0	America/Chicago	41.58639	-87.96028	232			IL	197	35827	
7151144	Rolling Glen	rolling-glen	US		0	America/Chicago	41.56639	-87.94778	223			IL	197	35827	
7151145	Doctor Parker Place	doctor-parker-place	US		0	America/Chicago	41.59611	-87.94778	229			IL	197	35827	
7151147	Hillside Court	hillside-court	US		0	America/Chicago	41.60278	-87.94472	229			IL	197	35827	
7151149	Oak Valley	oak-valley	US		0	America/Chicago	41.59722	-87.93278	228			IL	197	35827	
7151151	Crystal Lake Estates	crystal-lake-estates	US		0	America/Chicago	41.56972	-87.93583	228			IL	197	35827	
7151153	Deboer Woods	deboer-woods	US		0	America/Chicago	41.58944	-87.92	208			IL	197	35827	
7151155	Wedgewood Heights	wedgewood-heights	US		0	America/Chicago	41.58278	-87.91472	229			IL	197	35827	
7151156	Spaniel Woods	spaniel-woods	US		0	America/Chicago	41.58778	-87.91472	222			IL	197	35827	
7151157	Hunt Club	hunt-club	US		0	America/Chicago	41.51722	-88.22056	189			IL	197	76212	
7151158	Vintage	vintage	US		0	America/Chicago	41.50944	-88.21972	183			IL	197	76212	
7151159	Riverbrook Estates	riverbrook-estates	US		0	America/Chicago	41.5475	-88.21222	189			IL	197	76212	
7151160	Brighton Lakes	brighton-lakes	US		0	America/Chicago	41.55222	-88.21	189			IL	197	60300	
7151161	Pheasant Landing	pheasant-landing	US		0	America/Chicago	41.54778	-88.19472	184			IL	197	76212	
7151162	Shorewood Beach	shorewood-beach	US		0	America/Chicago	41.51861	-88.2025	175			IL	197	76212	
7151163	County Glen	county-glen	US		0	America/Chicago	41.54389	-88.19167	183			IL	197	76212	
7151164	Wellington Heights	wellington-heights	US		0	America/Chicago	41.53861	-88.19194	185			IL	197	76212	
7151165	Sunset Hills	sunset-hills	US		0	America/Chicago	41.51583	-88.19556	180			IL	197	76212	
7151166	River Glen	river-glen	US		0	America/Chicago	41.545	-88.18833	180			IL	197	76212	
7151167	Deer Run Estates	deer-run-estates	US		0	America/Chicago	41.52806	-88.18139	176			IL	197	76212	
7151168	Springwood	springwood	US		0	America/Chicago	41.51139	-88.17056	176			IL	197	76212	
7151169	Autumn Lake Estates	autumn-lake-estates	US		0	America/Chicago	41.54639	-88.16806	180			IL	197	76212	
7151171	Oakwood Estates	oakwood-estates	US		0	America/Chicago	41.51639	-88.16528	181			IL	197	76212	
7151172	Pleasant Knoll	pleasant-knoll	US		0	America/Chicago	41.545	-88.15389	188			IL	197	76212	
7151173	Wexford East	wexford-east	US		0	America/Chicago	41.55278	-88.15306	179			IL	197	60300	
7151174	Old Kent	old-kent	US		0	America/Chicago	41.52417	-88.15528	189			IL	197	76212	
7151175	Springwood South	springwood-south	US		0	America/Chicago	41.505	-88.15639	180			IL	197	76212	
7151176	Sayles Manor	sayles-manor	US		0	America/Chicago	41.53417	-88.14556	193			IL	197	76212	
7151177	Fairway Estates	fairway-estates	US		0	America/Chicago	41.51694	-88.14861	186			IL	197	76212	
7151178	Larkins Pointe	larkins-pointe	US		0	America/Chicago	41.54667	-88.12833	198			IL	197	38583	
7151179	Stonegate	stonegate	US		0	America/Chicago	41.54028	-88.1325	197			IL	197	38583	
7151180	Pine Needle	pine-needle	US		0	America/Chicago	41.54333	-88.01083	208			IL	197	52597	
7151181	Edgecreek Estates	edgecreek-estates	US		0	America/Chicago	41.53833	-88.01111	198			IL	197	52597	
7151182	Chesnut Pointe	chesnut-pointe	US		0	America/Chicago	41.54333	-88.00194	208			IL	197	52597	
7151183	Spring View West	spring-view-west	US		0	America/Chicago	41.54417	-87.99278	209			IL	197	52597	
7151184	Coventry Heights	coventry-heights	US		0	America/Chicago	41.5375	-87.99833	207			IL	197	52597	
7151185	Thunder Ridge	thunder-ridge	US		0	America/Chicago	41.5325	-88.00194	202			IL	197	52597	
7151186	River Oaks West	river-oaks-west	US		0	America/Chicago	41.50333	-88.22139	181			IL	197	76212	
7151187	Lake of the Woods	lake-of-the-woods	US		0	America/Chicago	41.48972	-88.20806	178			IL	197	76212	
7151188	Oak Lane	oak-lane	US		0	America/Chicago	41.47917	-88.19972	173			IL	197	76212	
7151190	Century East	century-east	US		0	America/Chicago	41.42361	-87.97583	213			IL	197	46370	
7151191	Ridgeland Lakes Estates	ridgeland-lakes-estates	US		0	America/Chicago	41.41917	-87.77139	251			IL	197	49958	
7151192	Gorman Farm	gorman-farm	US		0	America/Chicago	41.40944	-87.77444	247			IL	197	49958	
7151193	Country Oaks	country-oaks	US		0	America/Chicago	41.4225	-87.75389	247			IL	197	49958	
7151194	Walkers Grove	walkers-grove	US		0	America/Chicago	41.41028	-87.74222	243			IL	197	49958	
7151195	Country Meadows	country-meadows	US		0	America/Chicago	41.41833	-87.72389	241			IL	197	49958	
7151196	Country Hills	country-hills	US		0	America/Chicago	41.40167	-87.78778	235			IL	197	31394	
7151197	Heatherbrook Estates	heatherbrook-estates	US		0	America/Chicago	41.40083	-87.745	230			IL	197	49958	
7151198	Riverwood Estates	riverwood-estates	US		0	America/Chicago	41.30306	-88.15528	169			IL	197	82114	
7151199	Winchester Estates	winchester-estates	US		0	America/Chicago	41.30139	-88.14194	169			IL	197	82114	
7151200	Heatherstone	heatherstone	US		0	America/Chicago	41.72833	-88.2225	212			IL	043	51635	
7151203	Burnham Point	burnham-point	US		0	America/Chicago	41.71361	-88.19333	210			IL	197	81035	
7151204	Shell Lake Estates	shell-lake-estates	US		0	America/Chicago	41.71806	-88.18833	209			IL	197	81035	
7151205	Brook Crossings Estates	brook-crossings-estates	US		0	America/Chicago	41.71611	-88.18222	209			IL	197	81035	
7151206	Country View Estates	country-view-estates	US		0	America/Chicago	41.72361	-88.17333	207			IL	197	81035	
7151207	Wheatland View	wheatland-view	US		0	America/Chicago	41.72222	-88.17889	209			IL	197	81035	
7151208	Crossing	crossing	US		0	America/Chicago	41.71917	-88.175	205			IL	197	81035	
7151209	Brookwood Estates	brookwood-estates	US		0	America/Chicago	41.71917	-88.16583	201			IL	197	81035	
7151210	Breckenridge Estates	breckenridge-estates	US		0	America/Chicago	41.71083	-88.16083	203			IL	197	81035	
7151211	Prairie Ridge	prairie-ridge	US		0	America/Chicago	41.72056	-88.15139	201			IL	197	81035	
7151212	Old Sawmill	old-sawmill	US		0	America/Chicago	41.72278	-88.15167	204			IL	197	81035	
7151213	Rivercrest Estates	rivercrest-estates	US		0	America/Chicago	41.70722	-88.15611	201			IL	197	81035	
7151214	Heritage Knolls	heritage-knolls	US		0	America/Chicago	41.72222	-88.13722	201			IL	197	21241	
7151226	River Oaks	river-oaks	US		0	America/Chicago	41.72139	-88.13833	198			IL	197	21241	
7151234	Rivermist	rivermist	US		0	America/Chicago	41.71694	-88.135	195			IL	197	21241	
7151235	Hunters Ridge	hunters-ridge	US		0	America/Chicago	41.72278	-88.25111	211			IL	197	81035	
7151236	Woods of Rivermist	woods-of-rivermist	US		0	America/Chicago	41.71139	-88.13333	195			IL	197	21241	
7151237	Winchester Place	winchester-place	US		0	America/Chicago	41.72389	-88.12861	201			IL	197	21241	
7151241	Royce Hill	royce-hill	US		0	America/Chicago	41.71889	-88.11056	213			IL	197	21241	
7151242	Walnut Woods	walnut-woods	US		0	America/Chicago	41.72167	-88.10083	220			IL	197	21241	
7151243	Heritage Creek	heritage-creek	US		0	America/Chicago	41.72306	-88.08778	205			IL	197	21241	
7151244	Winston Village	winston-village	US		0	America/Chicago	41.71556	-88.06667	220			IL	197	21241	
7151245	River Woods Estates	river-woods-estates	US		0	America/Chicago	41.71278	-88.07194	207			IL	197	21241	
7151247	Heather Sound	heather-sound	US		0	America/Chicago	41.72528	-88.04639	223			IL	197	21241	
7151248	Bayberry Ridge	bayberry-ridge	US		0	America/Chicago	41.72639	-88.03833	229			IL	197	21241	
7151249	Wheatland Highlands	wheatland-highlands	US		0	America/Chicago	41.67972	-88.22	203			IL	197	81035	
7151250	Reserves at Clearwater	reserves-at-clearwater	US		0	America/Chicago	41.70639	-88.20806	212			IL	197	81035	
7151251	Champion Creek	champion-creek	US		0	America/Chicago	41.67611	-88.21389	200			IL	197	81035	
7151252	Wheatland South	wheatland-south	US		0	America/Chicago	41.70028	-88.20111	204			IL	197	81035	
7151253	Crestview Knolls	crestview-knolls	US		0	America/Chicago	41.69389	-88.20222	204			IL	197	81035	
7151255	High Meadow	high-meadow	US		0	America/Chicago	41.68	-88.20222	200			IL	197	81035	
7151256	Wolf Creek Island	wolf-creek-island	US		0	America/Chicago	41.66417	-88.20139	197			IL	197	81035	
7151257	Heritage Meadows	heritage-meadows	US		0	America/Chicago	41.66028	-88.20472	196			IL	197	81035	
7151258	Clow Creek Farm	clow-creek-farm	US		0	America/Chicago	41.69361	-88.19	203			IL	197	81035	
7151259	Saddle Creek	saddle-creek	US		0	America/Chicago	41.68611	-88.19556	197			IL	197	81035	
7151260	Wolf Creek Estates	wolf-creek-estates	US		0	America/Chicago	41.66417	-88.19111	191			IL	197	81035	
7151261	Rose Hill Farms	rose-hill-farms	US		0	America/Chicago	41.70611	-88.16806	201			IL	197	81035	
7151262	Riverbend	riverbend	US		0	America/Chicago	41.69639	-88.15889	191			IL	197	81035	
7151263	Cider Creek	cider-creek	US		0	America/Chicago	41.69028	-88.15417	196			IL	197	81035	
7151264	Heritage Place	heritage-place	US		0	America/Chicago	41.70306	-88.14194	192			IL	197	21241	
7151265	Hickory Oaks	hickory-oaks	US		0	America/Chicago	41.69667	-88.14139	200			IL	197	21241	
7151266	Indian Boundary	indian-boundary	US		0	America/Chicago	41.69194	-88.1375	198			IL	197	21241	
7151267	Pheasant Chase	pheasant-chase	US		0	America/Chicago	41.68528	-88.14139	195			IL	197	21241	
7151268	Southgate Park	southgate-park	US		0	America/Chicago	41.67139	-88.14389	195			IL	197	21241	
7151269	Bloomfield West	bloomfield-west	US		0	America/Chicago	41.67944	-88.13944	195			IL	197	21241	
7151270	Somerfield	somerfield	US		0	America/Chicago	41.6725	-88.13611	199			IL	197	21241	
7151271	Brookwood Estates	brookwood-estates	US		0	America/Chicago	41.70222	-88.12194	205			IL	197	21241	
7151272	Drafke	drafke	US		0	America/Chicago	41.68583	-88.12194	200			IL	197	21241	
7151273	Pepper Tree	pepper-tree	US		0	America/Chicago	41.68833	-88.12139	201			IL	197	21241	
7151274	Bradford Place	bradford-place	US		0	America/Chicago	41.68333	-88.1225	199			IL	197	21241	
7151276	Claridge Estates	claridge-estates	US		0	America/Chicago	41.69278	-88.11111	204			IL	197	21241	
7151277	Quail Grove	quail-grove	US		0	America/Chicago	41.69417	-88.11833	203			IL	197	21241	
7151278	Lakewood Ridge	lakewood-ridge	US		0	America/Chicago	41.70278	-88.10472	208			IL	197	21241	
7151279	Cinnamon Creek	cinnamon-creek	US		0	America/Chicago	41.69389	-88.10417	206			IL	197	21241	
7151280	Indian Oaks	indian-oaks	US		0	America/Chicago	41.70167	-88.08417	220			IL	197	21241	
7151281	Sugar Brook	sugar-brook	US		0	America/Chicago	41.69667	-88.09083	217			IL	197	21241	
7151282	Cherrywood	cherrywood	US		0	America/Chicago	41.70083	-88.07194	211			IL	197	21241	
7151283	Home Run	home-run	US		0	America/Chicago	41.70667	-88.08028	220			IL	197	21241	
7151285	Bloomfield Village	bloomfield-village	US		0	America/Chicago	41.68778	-88.07889	207			IL	197	21241	
7151286	Honeytree	honeytree	US		0	America/Chicago	41.66472	-88.07889	208			IL	197	21241	
7151287	Hunters Trail	hunters-trail	US		0	America/Chicago	41.69222	-88.06611	214			IL	197	21241	
7151290	Beaconridge	beaconridge	US		0	America/Chicago	41.69694	-88.06028	218			IL	197	21241	
7151291	Colonial Village	colonial-village	US		0	America/Chicago	41.70333	-88.05417	225			IL	197	21241	
7151292	Stonegate	stonegate	US		0	America/Chicago	41.70083	-88.03333	234			IL	197	21241	
7151293	Wheatland Plains	wheatland-plains	US		0	America/Chicago	41.6475	-88.25694	211			IL	197	81035	
7151295	Prairie Ponds	prairie-ponds	US		0	America/Chicago	41.64028	-88.24583	202			IL	197	81035	
7151296	Tuttle Farm	tuttle-farm	US		0	America/Chicago	41.64639	-88.2375	204			IL	197	81035	
7151297	Walkers Grove	walkers-grove	US		0	America/Chicago	41.64056	-88.23528	196			IL	197	81035	
7151298	Harvest Glen	harvest-glen	US		0	America/Chicago	41.63389	-88.23028	194			IL	197	60300	
7151299	Prairie Knoll	prairie-knoll	US		0	America/Chicago	41.6275	-88.23139	196			IL	197	60300	
7151300	Liberty Grove	liberty-grove	US		0	America/Chicago	41.61389	-88.23028	190			IL	197	60300	
7151301	Wallin Woods	wallin-woods	US		0	America/Chicago	41.60583	-88.22083	190			IL	197	60300	
7151302	Kensington Club	kensington-club	US		0	America/Chicago	41.65	-88.21111	193			IL	197	81035	
7151303	Golden Meadow Estates	golden-meadow-estates	US		0	America/Chicago	41.64361	-88.21667	195			IL	197	81035	
7151304	Quail Run	quail-run	US		0	America/Chicago	41.63111	-88.20861	188			IL	197	60300	
7151305	River Edge Estates	river-edge-estates	US		0	America/Chicago	41.63111	-88.19111	188			IL	197	60300	
7151306	Ponds of Plainfield	ponds-of-plainfield	US		0	America/Chicago	41.64778	-88.19889	193			IL	197	81035	
7151307	Graver Country Estates	graver-country-estates	US		0	America/Chicago	41.64222	-88.19889	194			IL	197	81035	
7151308	Foxridge Farms	foxridge-farms	US		0	America/Chicago	41.65028	-88.16833	192			IL	197	81035	
7151309	Reserve of Plainfield	reserve-of-plainfield	US		0	America/Chicago	41.62806	-88.17139	186			IL	197	60300	
7151310	Cambridge Place	cambridge-place	US		0	America/Chicago	41.63111	-88.16611	185			IL	197	60300	
7151312	Carillon	carillon	US		0	America/Chicago	41.63472	-88.13361	200			IL	197	44238	
7151313	Lakewood Falls	lakewood-falls	US		0	America/Chicago	41.62611	-88.13806	194			IL	197	44238	
7151314	Wesglen	wesglen	US		0	America/Chicago	41.62028	-88.13944	193			IL	197	44238	
7151315	Meadowdale Estates	meadowdale-estates	US		0	America/Chicago	41.65139	-88.11306	191			IL	197	21241	
7151316	Marquettes Landing	marquettes-landing	US		0	America/Chicago	41.64222	-88.11833	201			IL	197	21241	
7151317	Malibu Bay	malibu-bay	US		0	America/Chicago	41.63639	-88.11278	204			IL	197	44238	
7151318	Heritage Place	heritage-place	US		0	America/Chicago	41.63806	-88.10694	202			IL	197	44238	
7151319	Lakewood Estates	lakewood-estates	US		0	America/Chicago	41.65194	-88.105	195			IL	197	21241	
7151320	Hampton Park	hampton-park	US		0	America/Chicago	41.64778	-88.08944	189			IL	197	21241	
7151321	Haley Meadows	haley-meadows	US		0	America/Chicago	41.64333	-88.0975	201			IL	197	21241	
7151323	Nottingham Ridge	nottingham-ridge	US		0	America/Chicago	41.62639	-88.08944	193			IL	197	44238	
7151324	Basham Carriage Manor Estates	basham-carriage-manor-estates	US		0	America/Chicago	41.63139	-88.02278	207			IL	197	35827	
7151325	Lockport Heights	lockport-heights	US		0	America/Chicago	41.61861	-88.02472	220			IL	197	35827	
7151326	The Fields	the-fields	US		0	America/Chicago	41.61167	-88.02556	219			IL	197	35827	
7151327	Boula	boula	US		0	America/Chicago	41.62444	-88.02278	215			IL	197	35827	
7151328	Deer Run	deer-run	US		0	America/Chicago	41.61361	-88.02583	219			IL	197	35827	
7151329	Whispering Pines	whispering-pines	US		0	America/Chicago	41.61028	-88.01028	228			IL	197	35827	
7151330	Stately Oaks	stately-oaks	US		0	America/Chicago	41.62472	-88.00056	231			IL	197	35827	
7151331	Hidden Creek Estates	hidden-creek-estates	US		0	America/Chicago	41.61444	-88.00167	228			IL	197	35827	
7151332	Quail Brook Estates	quail-brook-estates	US		0	America/Chicago	41.63722	-87.99639	218			IL	197	35827	
7151333	Stately Acres	stately-acres	US		0	America/Chicago	41.62944	-87.99389	229			IL	197	35827	
7151334	Mallard Lake Estates	mallard-lake-estates	US		0	America/Chicago	41.61111	-87.99806	224			IL	197	35827	
7151335	Long Run Creek	long-run-creek	US		0	America/Chicago	41.63972	-87.98806	206			IL	197	35827	
7151336	Foxley Acres	foxley-acres	US		0	America/Chicago	41.64111	-87.995	202			IL	197	35827	
7151337	King Acres	king-acres	US		0	America/Chicago	41.63083	-87.98917	226			IL	197	35827	
7151338	Long Run Acres	long-run-acres	US		0	America/Chicago	41.63694	-87.9975	218			IL	197	35827	
7151339	Spring Creek Woods	spring-creek-woods	US		0	America/Chicago	41.63194	-87.97722	210			IL	197	35827	
7151340	Country Squire	country-squire	US		0	America/Chicago	41.63306	-87.98361	223			IL	197	35827	
7151341	Twin Creek	twin-creek	US		0	America/Chicago	41.62722	-87.98111	224			IL	197	35827	
7151342	Stadler Ridge Estates	stadler-ridge-estates	US		0	America/Chicago	41.61667	-87.97667	234			IL	197	35827	
7151343	Cinnamon Creek	cinnamon-creek	US		0	America/Chicago	41.61083	-87.97694	227			IL	197	35827	
7151362	L and M Trailer Park	l-and-m-trailer-park	US		0	America/Detroit	46.48278	-84.40417	192			MI	033		
7151364	Fornicola Trailer Park	fornicola-trailer-park	US		0	America/Detroit	46.47639	-84.35	216			MI	033		
7151373	Chippewa Travel Trailer Park	chippewa-travel-trailer-park	US		0	America/Detroit	46.46444	-84.36444	214			MI	033		
7151374	Riverside Mobile Home Village	riverside-mobile-home-village	US		0	America/Detroit	46.46889	-84.30028	180			MI	033		
7151375	Lake Superior Estates	lake-superior-estates	US		0	America/Detroit	46.46944	-84.35	216			MI	033		
7151609	Tryonville	tryonville	US		0	America/New_York	43.26333	-78.95333	91			NY	063	59267	
7151623	Pleasant Corners	pleasant-corners	US		0	America/New_York	43.26472	-78.82583	105			NY	063	82370	
7151799	Beaver Dam (historical)	beaver-dam-historical	US		0	America/New_York	42.54111	-73.79222	51			NY	001	06354	
7152090	Forest Corners	forest-corners	US		0	America/New_York	29.18333	-81.89028	20			FL	083		
7152091	Nubys Corner	nubys-corner	US		0	America/New_York	29.21389	-81.97528	20			FL	083		
7152494	Harbor Springs Estate	harbor-springs-estate	US		0	America/Detroit	45.43694	-84.97861	212			MI	047	36560	
7152576	Clinton Park (historical)	clinton-park-historical	US		0	America/New_York	44.66278	-73.44194	36			NY	019	58585	
7152577	Salmon River (historical)	salmon-river-historical	US		0	America/New_York	44.63333	-73.47583	52			NY	019	58585	
7152677	Great Northern Trailer Court	great-northern-trailer-court	US		0	America/Detroit	46.305	-85.48556	265			MI	095	63500	
7153225	Dessau Fountains	dessau-fountains	US		0	America/Chicago	30.41724	-97.65149	227			TX	453		
7153367	Hudson Heights	hudson-heights	US		0	America/New_York	41.70028	-73.94	18			NY	027	59641	
7153446	Bear Wallow (historical)	bear-wallow-historical	US		0	America/New_York	37.90938	-83.31876	263			KY	175		
7153447	Caskey Fork (historical)	caskey-fork-historical	US		0	America/New_York	37.82601	-83.37907	286			KY	175		
7153448	Caskey Settement (historical)	caskey-settement-historical	US		0	America/New_York	37.95242	-83.21166	242			KY	175		
7153449	Ditney School (historical)	ditney-school-historical	US		0	America/New_York	38.04147	-83.33561	343			KY	175		
7153450	Fannin (historical)	fannin-historical	US		0	America/New_York	37.97577	-83.33832	297			KY	175		
7153451	Head of Stacy Fork (historical)	head-of-stacy-fork-historical	US		0	America/New_York	37.81732	-83.29777	275			KY	175		
7153452	Hickory Grove (historical)	hickory-grove-historical	US		0	America/New_York	38.03519	-83.40779	283			KY	175		
7153453	Jericho (historical)	jericho-historical	US		0	America/New_York	37.88591	-83.4406	266			KY	175		
7153454	Lost Creek (historical)	lost-creek-historical	US		0	America/New_York	37.88349	-83.01556	262			KY	175		
7153455	Oak Hill (historical)	oak-hill-historical	US		0	America/New_York	38.07025	-83.29403	349			KY	175		
7153456	Perry Bend (historical)	perry-bend-historical	US		0	America/New_York	37.95274	-83.34401	263			KY	175		
7153458	Rockhouse (historical)	rockhouse-historical	US		0	America/New_York	37.85831	-83.14574	243			KY	175		
7153459	Straight Creek (historical)	straight-creek-historical	US		0	America/New_York	37.91023	-83.31797	244			KY	175		
7153460	Upper White Oak Creek (historical)	upper-white-oak-creek-historical	US		0	America/New_York	37.83997	-83.19999	295			KY	175		
7153461	Wheelrim Fork (historical)	wheelrim-fork-historical	US		0	America/New_York	37.73342	-83.25812	274			KY	175		
7153604	Lower McIntosh (historical)	lower-mcintosh-historical	US		0	America/New_York	37.2065	-83.33289	262			KY	131		
7153639	Upper Laurel Fork (historical)	upper-laurel-fork-historical	US		0	America/New_York	36.94734	-83.31971	387			KY	131		
7153648	Belmont (historical)	belmont-historical	US		0	America/New_York	38.60512	-84.11922	270			KY	023		
7153682	Oakland (historical)	oakland-historical	US		0	America/New_York	38.62164	-84.06787	246			KY	023		
7153685	Parina (historical)	parina-historical	US		0	America/New_York	38.63144	-84.04546	269			KY	023		
7153714	Bates (historical)	bates-historical	US		0	America/New_York	38.6345	-83.70382	153			KY	161		
7153721	Dexter (historical)	dexter-historical	US		0	America/New_York	38.62345	-83.89775	237			KY	161		
7153729	Manley (historical)	manley-historical	US		0	America/New_York	38.51009	-83.90168	284			KY	161		
7153746	Shawnee Hill (historical)	shawnee-hill-historical	US		0	America/New_York	38.62919	-83.79694	278			KY	161		
7153747	Simon Kenton Acres (historical)	simon-kenton-acres-historical	US		0	America/New_York	38.63053	-83.80137	261			KY	161		
7153755	Taylors Mill (historical)	taylors-mill-historical	US		0	America/New_York	38.57508	-83.73239	222			KY	161		
7153766	Bald Point (historical)	bald-point-historical	US		0	America/New_York	38.34517	-83.34173	270			KY	135		
7153821	Oak Ridge (historical)	oak-ridge-historical	US		0	America/New_York	38.46897	-83.49634	342			KY	135		
7153848	Upper Bruce (historical)	upper-bruce-historical	US		0	America/New_York	38.57691	-83.18769	170			KY	135		
7153850	Upper Indian Creek (historical)	upper-indian-creek-historical	US		0	America/New_York	38.40891	-83.44321	292			KY	135		
7153880	Grassy (historical)	grassy-historical	US		0	America/New_York	37.2476	-83.35374	319			KY	131		
7153911	Lakeview Terrace Retirement Village	lakeview-terrace-retirement-village	US		0	America/New_York	28.93333	-81.66472	31			FL	069		
7153932	North College Park	north-college-park	US		0	America/Los_Angeles	47.69861	-122.33694	86			WA	033		
7153937	University District	university-district	US		0	America/Los_Angeles	47.66028	-122.31167	61	U District		WA	033		
7153939	Briarcliff	briarcliff	US		0	America/Los_Angeles	47.64361	-122.41	100			WA	033		
7153941	Denny Regrade	denny-regrade	US		0	America/Los_Angeles	47.61611	-122.33667	29			WA	033		
7153943	Big Oak Valley	big-oak-valley	US		0	America/Los_Angeles	39.2014	-121.29232	379			CA	057		
7154167	Richmond Mills (historical)	richmond-mills-historical	US		0	America/New_York	42.82639	-77.57278	278			NY	069	61544	
7154235	Antioch (historical)	antioch-historical	US		0	America/New_York	37.66766	-83.53667	273			KY	237		
7154236	Baileyfield (historical)	baileyfield-historical	US		0	America/New_York	37.68173	-83.46406	255			KY	237		
7154258	Chamber Fork (historical)	chamber-fork-historical	US		0	America/New_York	37.70979	-83.48013	299			KY	237		
7154263	El Park (historical)	el-park-historical	US		0	America/New_York	37.71614	-83.66425	308			KY	237		
7154291	Nelson (historical)	nelson-historical	US		0	America/New_York	37.71615	-83.50528	308			KY	237		
7154307	Rosedale (historical)	rosedale-historical	US		0	America/New_York	37.72551	-83.44746	286			KY	237		
7154308	Rye (historical)	rye-historical	US		0	America/New_York	37.64305	-83.50891	266			KY	237		
7154441	Fall Bridge	fall-bridge	US		0	America/New_York	42.59222	-75.07333	396			NY	077	50485	
7154597	Deonundaga (historical)	deonundaga-historical	US		0	America/New_York	42.76944	-78.81111	219			NY	029	31654	
7154598	Gaskosada (historical)	gaskosada-historical	US		0	America/New_York	43.02083	-78.49639	225			NY	029	50716	
7154601	Pacatacan (historical)	pacatacan-historical	US		0	America/New_York	41.98833	-75.13333	307			NY	025	31951	
7155345	Lake Michigan Heights Mobile Home Park	lake-michigan-heights-mobile-home-park	US		0	America/Detroit	45.31444	-85.25056	187			MI	029	14780	
7155348	Lake Terrace Mobile Court	lake-terrace-mobile-court	US		0	America/Detroit	45.32611	-85.23333	179			MI	029	14800	
7155350	Charlevoix Estates	charlevoix-estates	US		0	America/Detroit	45.29861	-85.25611	193			MI	029	14800	
7155424	Lakeview Mobile Home Village	lakeview-mobile-home-village	US		0	America/Detroit	45.22222	-85.01472	185			MI	029	09820	
7155451	East Jordan Mobile Home Park	east-jordan-mobile-home-park	US		0	America/Detroit	45.15056	-85.11194	188			MI	029	24020	
7155511	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/Detroit	45.62556	-84.44083	194			MI	031	15000	
7155571	Northside Community Mobile Home Park	northside-community-mobile-home-park	US		0	America/Detroit	45.46889	-84.62444	194			MI	031	11980	
7155635	Chalet Estates	chalet-estates	US		0	America/Detroit	45.39222	-84.85556	205			MI	047	06380	
7155636	Bay Shore Estates	bay-shore-estates	US		0	America/Detroit	45.35694	-85.09222	209			MI	047	68060	
7155637	Lake Michigan Heights Mobile Home Park	lake-michigan-heights-mobile-home-park	US		0	America/Detroit	45.36972	-84.94722	245			MI	047	63820	
7155638	Radio City Village Mobile Home Park	radio-city-village-mobile-home-park	US		0	America/Detroit	45.34778	-84.96389	275			MI	047	06380	
7156072	Clemsons Corners	clemsons-corners	US		0	America/New_York	42.85056	-76.84944	174			NY	099	25505	
7156594	Longyear (historical)	longyear-historical	US		0	America/New_York	42.05222	-74.29222	224			NY	111	66597	
7156618	Bryce Canyon City	bryce-canyon-city	US		223	America/Denver	37.67389	-112.15694	2336			UT	017		
7157887	Presque Isle Estates	presque-isle-estates	US		0	America/Detroit	45.42083	-83.83806	198			MI	141	69260	
7157928	Shady Acres Mobile Home Village	shady-acres-mobile-home-village	US		0	America/Detroit	42.11889	-86.4475	187			MI	021	07520	
7157929	Crystal Mobile Home Park	crystal-mobile-home-park	US		0	America/Detroit	42.10583	-86.41833	196			MI	021	07400	
7157930	Ravines Mobile Home Park	ravines-mobile-home-park	US		0	America/Detroit	42.09722	-86.40833	192			MI	021	07400	
7157932	Orchard View Estates	orchard-view-estates	US		0	America/Detroit	42.1	-86.42833	190			MI	021	07400	
7157933	North Shore Estates Mobile Home Park	north-shore-estates-mobile-home-park	US		0	America/Detroit	42.1425	-86.4525	207			MI	021	07400	
7157961	Baroda Estates	baroda-estates	US		0	America/Detroit	41.96	-86.4875	195			MI	021	05520	
7157964	Shawnee Mobile Home Court	shawnee-mobile-home-court	US		0	America/Detroit	41.94167	-86.49167	198			MI	021	05520	
7157992	EcoVillage of Loudoun County	ecovillage-of-loudoun-county	US		0	America/New_York	39.26611	-77.57639	110			VA	107		
7158079	Gregg Park	gregg-park	US		0	America/New_York	34.01667	-80.95556	54			SC	079		
7158633	Corners	corners	US		0	America/Denver	35.10139	-106.27639	2139	Comers,Corners		NM	001		
7158699	Los Chavez	los-chavez	US		0	America/Denver	34.61194	-106.34	2107			NM	057		
7158700	La Cienega	la-cienega	US		0	America/Denver	34.58278	-106.32972	2123			NM	057		
7158730	Loch Lloyd	loch-lloyd	US		704	America/Chicago	38.83106	-94.59774	303			MO	037	50564	
7159219	Shaker Sq	shaker-sq	US		0	America/New_York	41.48209	-81.58507	284			OH	035	16000	
7159251	Pike City (historical)	pike-city-historical	US		0	America/Chicago	34.3686	-97.5003	298			OK	019		
7159270	Oakview Estates Mobile Home Park	oakview-estates-mobile-home-park	US		0	America/Detroit	41.79861	-86.62278	202			MI	021	79740	
7159278	Lakewood Mobile Home Estates	lakewood-mobile-home-estates	US		0	America/Detroit	41.83833	-86.64611	209			MI	021	15480	
7159469	Sunrise Terrace	sunrise-terrace	US		0	America/New_York	42.12472	-75.9125	267			NY	007	20588	
7159587	Dewittsburg Park Housing Project	dewittsburg-park-housing-project	US		0	America/New_York	42.09028	-76.79361	259			NY	015	24229	
7159617	Dataw Island	dataw-island	US		0	America/New_York	32.4336	-80.5776	7	Dataw,Dataw Island		SC	013		
7159638	Center Corners	center-corners	US		0	America/New_York	42.53111	-79.23917	185			NY	013	66916	
7159829	Pleasant View Mobile Home Park	pleasant-view-mobile-home-park	US		0	America/Detroit	42.18472	-86.27306	201			MI	021	84520	
7159830	Hillview Mobile Estates	hillview-mobile-estates	US		0	America/Detroit	42.18556	-86.29639	208			MI	021	17340	
7159831	Ravine View Estates Mobile Home Park	ravine-view-estates-mobile-home-park	US		0	America/Detroit	42.21361	-86.33611	218			MI	021	17340	
7159859	Hill's Haven Mobile Home Park	hill-s-haven-mobile-home-park	US		0	America/Detroit	41.87917	-86.35778	205			MI	021	11420	
7159860	Riverside Mobile Home Estates	riverside-mobile-home-estates	US		0	America/Detroit	41.855	-86.3675	194			MI	021	11420	
7159904	Meadow Streams Estate Mobile Home Park	meadow-streams-estate-mobile-home-park	US		0	America/Detroit	42.06139	-86.39917	187			MI	021	74440	
7159940	Judy's Mobile Home Court	judy-s-mobile-home-court	US		0	America/Detroit	41.77694	-86.77583	189			MI	021	57230	
7159991	Warren Dunes Estates Mobile Home Park	warren-dunes-estates-mobile-home-park	US		0	America/Detroit	41.9175	-86.57778	205			MI	021	44260	
7160004	River Spring Estates	river-spring-estates	US		0	America/Detroit	41.92639	-86.35639	204			MI	021	61180	
7160049	Lakeshore Mobile Estates Park	lakeshore-mobile-estates-park	US		0	America/Detroit	42.00806	-86.52083	197			MI	021	47600	
7160051	Mobile Village Trailer Park	mobile-village-trailer-park	US		0	America/Detroit	42.02444	-86.51667	192			MI	021	47600	
7160054	Spring Lake Mobile Home Park	spring-lake-mobile-home-park	US		0	America/Detroit	42.01028	-86.46778	201			MI	021	47600	
7160098	Ross Creek (historical)	ross-creek-historical	US		0	America/New_York	37.61121	-83.85444	195			KY	065		
7160204	City of Milford (balance)	city-of-milford-balance	US		51271	America/New_York	41.22374	-73.06164	16			CT	009	47535	
7160438	Warrens Mobile Home Park	warrens-mobile-home-park	US		0	America/New_York	39.22139	-75.66729	18			DE	001		
7160482	Padens Corner Mobile Home Park	padens-corner-mobile-home-park	US		0	America/New_York	39.1568	-75.6212	17			DE	001		
7160488	West Dover Mobile Home Park	west-dover-mobile-home-park	US		0	America/New_York	39.1553	-75.6166	19			DE	001		
7160546	Strimels Mobile Home Park	strimels-mobile-home-park	US		0	America/New_York	39.2207	-75.5782	14			DE	001		
7160554	Pinewood Acres Mobile Home Park	pinewood-acres-mobile-home-park	US		0	America/New_York	39.2132	-75.5751	14			DE	001		
7160560	Oxyoke Mobile Home Park	oxyoke-mobile-home-park	US		0	America/New_York	39.0754	-75.5743	16			DE	001		
7160705	Markeys Mobile Home Park	markeys-mobile-home-park	US		0	America/New_York	39.0953	-75.5092	10			DE	001		
7160717	Dover East Estates Mobile Home Park	dover-east-estates-mobile-home-park	US		0	America/New_York	39.1602	-75.4975	6			DE	001		
7160721	Silver Maple Mobile Home Park	silver-maple-mobile-home-park	US		0	America/New_York	39.1035	-75.4867	4			DE	001		
7160729	High Point Mobile Home Park	high-point-mobile-home-park	US		0	America/New_York	39.0491	-75.4623	9			DE	001		
7160843	Hoffman Plaza Housing Project	hoffman-plaza-housing-project	US		0	America/New_York	42.10111	-76.8325	287			NY	015	24229	
7160853	Hathorn Court	hathorn-court	US		0	America/New_York	42.10972	-76.82333	266			NY	015	24229	
7160885	Dyke (historical)	dyke-historical	US		0	America/New_York	42.13778	-77.89778	467			NY	003	79103	
7160886	Irish Settlement (historical)	irish-settlement-historical	US		0	America/New_York	42.23167	-77.92917	609			NY	003	78201	
7160912	Glen-Aire Mobile Home Park	glen-aire-mobile-home-park	US		0	America/Detroit	42.04528	-86.48139	196			MI	021	47600	
7161069	Twin	twin	US		389	America/Chicago	34.00557	-87.85659	172	Twin,Yampertown		AL	093		
7161161	Daboll Corners	daboll-corners	US		0	America/New_York	43.08111	-76.82806	120			NY	117	28013	
7161162	Wiley Corner	wiley-corner	US		0	America/New_York	43.04444	-76.77306	155			NY	117	65343	
7161168	Lime Kiln	lime-kiln	US		0	America/New_York	43.17278	-77.12056	139			NY	117	68220	
7161967	Carpendale	carpendale	US		937	America/New_York	39.63321	-78.78374	193			WV	057		
7161968	McChesneytown	mcchesneytown	US		0	America/New_York	40.31619	-79.35991	329			PA	129	18968	
7161969	Peppermill Village	peppermill-village	US		4895	America/New_York	38.89472	-76.88654	60	Carmody Hills-Pepper Mill Village,Pepper Mill Village,Peppermill Village		MD	033		
7162545	Wiltwyck Gardens	wiltwyck-gardens	US		0	America/New_York	41.93444	-74.00833	58			NY	111	39727	
7167881	Duck Creek Landing	duck-creek-landing	US		0	America/New_York	39.3189	-75.5652	4			DE	001		
7167883	Mallards Run	mallards-run	US		0	America/New_York	39.3033	-75.5992	7			DE	001		
7167884	Commerce Square	commerce-square	US		0	America/New_York	39.3018	-75.5963	8			DE	001		
7167886	Gardenside	gardenside	US		0	America/New_York	39.2875	-75.6152	10			DE	001		
7167887	West Shore	west-shore	US		0	America/New_York	39.2904	-75.608	10			DE	001		
7167888	Sheriden	sheriden	US		0	America/New_York	39.285	-75.6038	13			DE	001		
7167889	Sunnyside Acres	sunnyside-acres	US		0	America/New_York	39.2882	-75.5984	11			DE	001		
7167890	Bombay Woods	bombay-woods	US		0	America/New_York	39.2884	-75.5909	11			DE	001		
7167891	Burtonwood Village	burtonwood-village	US		0	America/New_York	39.2726	-75.5864	13			DE	001		
7167892	Ridgewood Manor	ridgewood-manor	US		0	America/New_York	39.2604	-75.5831	11			DE	001		
7167893	Sunnyside Village	sunnyside-village	US		0	America/New_York	39.2771	-75.6065	13			DE	001		
7167894	Johnson Farm	johnson-farm	US		0	America/New_York	39.2957	-75.6274	12			DE	001		
7167895	Kentbourne II	kentbourne-ii	US		0	America/New_York	39.2919	-75.6897	20			DE	001		
7167896	Plantation Crossing	plantation-crossing	US		0	America/New_York	39.281	-75.6683	17			DE	001		
7167897	Wind Song Farms	wind-song-farms	US		0	America/New_York	39.2812	-75.6552	17			DE	001		
7167898	Wheatleys Pond	wheatleys-pond	US		0	America/New_York	39.2804	-75.6354	13			DE	001		
7167899	Pheasant Point II	pheasant-point-ii	US		0	America/New_York	39.2742	-75.6376	17			DE	001		
7167900	Reynard Crossing	reynard-crossing	US		0	America/New_York	39.2334	-75.7406	20			DE	001		
7167901	Forest Gate	forest-gate	US		0	America/New_York	39.2347	-75.7263	19			DE	001		
7167902	Bechers Brook	bechers-brook	US		0	America/New_York	39.2263	-75.63	17			DE	001		
7167904	Cheswold Farms	cheswold-farms	US		0	America/New_York	39.1968	-75.6152	15			DE	001		
7167905	Planters Woods	planters-woods	US		0	America/New_York	39.1828	-75.5967	16			DE	001		
7167906	Lakeshore Village	lakeshore-village	US		0	America/New_York	39.2374	-75.5919	14			DE	001		
7167908	Garrison Lake Green	garrison-lake-green	US		0	America/New_York	39.2493	-75.6052	12			DE	001		
7167909	Ryans Run	ryans-run	US		0	America/New_York	39.2463	-75.581	10			DE	001		
7167910	Maplehurst	maplehurst	US		0	America/New_York	39.2508	-75.574	6			DE	001		
7167911	Cedar Chase	cedar-chase	US		0	America/New_York	39.1951	-75.5527	12			DE	001		
7167912	Persimmon Park Place	persimmon-park-place	US		0	America/New_York	39.1908	-75.5169	8			DE	001		
7167913	Oak Shadows	oak-shadows	US		0	America/New_York	39.184	-75.4886	5			DE	001		
7167914	Shadybrook Farms	shadybrook-farms	US		0	America/New_York	39.1892	-75.4657	6			DE	001		
7167915	Dover Heights	dover-heights	US		0	America/New_York	39.1687	-75.5102	11			DE	001		
7167916	Independence Village	independence-village	US		0	America/New_York	39.1692	-75.5021	7			DE	001		
7167917	Manchester Square	manchester-square	US		0	America/New_York	39.1732	-75.5065	7			DE	001		
7167918	Generals Green	generals-green	US		0	America/New_York	39.1274	-75.4921	7			DE	001		
7167919	Doverbrook Gardens	doverbrook-gardens	US		0	America/New_York	39.1376	-75.4706	6			DE	001		
7167920	Eagle Heights	eagle-heights	US		0	America/New_York	39.1205	-75.4864	9			DE	001		
7167921	Edgehill Acres	edgehill-acres	US		0	America/New_York	39.1639	-75.5112	11			DE	001		
7167922	The Beeches	the-beeches	US		0	America/New_York	39.1495	-75.513	4			DE	001		
7167923	Wyoming Mills	wyoming-mills	US		0	America/New_York	39.1239	-75.5523	11			DE	001		
7167924	Pharsalia	pharsalia	US		0	America/New_York	39.1214	-75.5462	11			DE	001		
7167925	Woodbrook	woodbrook	US		0	America/New_York	39.1415	-75.5298	9			DE	001		
7167929	Village of Westover	village-of-westover	US		0	America/New_York	39.1526	-75.562	15			DE	001		
7167930	Presidential Courts	presidential-courts	US		0	America/New_York	39.1604	-75.55	16			DE	001		
7167931	Four Seasons	four-seasons	US		0	America/New_York	39.1663	-75.5491	15			DE	001		
7167932	Mallard Pond	mallard-pond	US		0	America/New_York	39.1621	-75.5611	15			DE	001		
7167933	Hunters Point	hunters-point	US		0	America/New_York	39.1661	-75.5817	14			DE	001		
7167934	Heatherfield	heatherfield	US		0	America/New_York	39.1599	-75.5599	17			DE	001		
7167935	Hidden Acres	hidden-acres	US		0	America/New_York	39.1526	-75.6312	20			DE	001		
7167936	Rockland West	rockland-west	US		0	America/New_York	39.1493	-75.6165	18			DE	001		
7167937	Meadow Ridge	meadow-ridge	US		0	America/New_York	39.1362	-75.621	19			DE	001		
7167938	Quails Nest	quails-nest	US		0	America/New_York	39.1431	-75.5896	17			DE	001		
7167939	Cardinal Hills	cardinal-hills	US		0	America/New_York	39.1321	-75.6015	17			DE	001		
7167940	The Village at Wild Quail	the-village-at-wild-quail	US		0	America/New_York	39.1203	-75.6216	18			DE	001		
7167941	Rehak	rehak	US		0	America/New_York	39.1672	-75.7069	22			DE	001		
7167942	Melbourne Manor	melbourne-manor	US		0	America/New_York	39.1002	-75.609	18			DE	001		
7167943	Rockland Hills	rockland-hills	US		0	America/New_York	39.0983	-75.6019	19			DE	001		
7167944	Wynn Wood	wynn-wood	US		0	America/New_York	39.0906	-75.5765	17			DE	001		
7167945	Viola Woods	viola-woods	US		0	America/New_York	39.0455	-75.5641	17			DE	001		
7167946	Bork Acres	bork-acres	US		0	America/New_York	39.0558	-75.5528	15			DE	001		
7167947	Woodfield	woodfield	US		0	America/New_York	39.0554	-75.5376	16			DE	001		
7167948	Village at Chestnut Ridge	village-at-chestnut-ridge	US		0	America/New_York	39.0596	-75.5281	14			DE	001		
7167949	Alexanders Village	alexanders-village	US		0	America/New_York	39.0719	-75.5215	13			DE	001		
7167950	Normansmeade	normansmeade	US		0	America/New_York	39.0765	-75.526	15			DE	001		
7167951	Townsend Fields	townsend-fields	US		0	America/New_York	39.0858	-75.5427	11			DE	001		
7167952	Derbywood	derbywood	US		0	America/New_York	39.0888	-75.5605	13			DE	001		
7167953	Barclay Farms	barclay-farms	US		0	America/New_York	39.1006	-75.5606	16			DE	001		
7167954	Newell Creek	newell-creek	US		0	America/New_York	39.1036	-75.5491	13			DE	001		
7167955	Allee	allee	US		0	America/New_York	39.1108	-75.5547	14			DE	001		
7167956	Eagles Nest	eagles-nest	US		0	America/New_York	39.1053	-75.5328	12			DE	001		
7167957	The Orchard	the-orchard	US		0	America/New_York	39.0963	-75.5209	12			DE	001		
7167959	Cypress Gardens	cypress-gardens	US		0	America/New_York	39.0999	-75.489	7			DE	001		
7167960	Grandview Meadows	grandview-meadows	US		0	America/New_York	39.0807	-75.4892	9			DE	001		
7167961	Hunters Ridge	hunters-ridge	US		0	America/New_York	39.0555	-75.4882	10			DE	001		
7167962	Misty Pines	misty-pines	US		0	America/New_York	39.0577	-75.4778	8			DE	001		
7167963	Barkers Landing Estates	barkers-landing-estates	US		0	America/New_York	39.0525	-75.4651	9			DE	001		
7167964	Wickham Woods	wickham-woods	US		0	America/New_York	39.0462	-75.4741	10			DE	001		
7167965	Bowers Landing	bowers-landing	US		0	America/New_York	39.0514	-75.4451	6			DE	001		
7167966	Bayview Heights	bayview-heights	US		0	America/New_York	39.0558	-75.4074	1			DE	001		
7167967	Hummingbird Hills	hummingbird-hills	US		0	America/New_York	38.9706	-75.4101	9			DE	001		
7167968	Milford Meadows	milford-meadows	US		0	America/New_York	38.9743	-75.4071	10			DE	001		
7167969	Otters Run	otters-run	US		0	America/New_York	39.032	-75.4954	7			DE	001		
7167970	Pickwick Acres	pickwick-acres	US		0	America/New_York	39.0294	-75.5297	14			DE	001		
7167971	Harrison Knoll	harrison-knoll	US		0	America/New_York	39.0321	-75.5354	14			DE	001		
7167972	Canterbury Trails	canterbury-trails	US		0	America/New_York	39.0368	-75.5488	16			DE	001		
7167973	Hudson Trails	hudson-trails	US		0	America/New_York	39.0353	-75.5518	14			DE	001		
7167974	Oaknoll	oaknoll	US		0	America/New_York	39.0335	-75.5554	18			DE	001		
7167975	Canterville	canterville	US		0	America/New_York	39.0279	-75.5508	18			DE	001		
7167976	Chimney Hill	chimney-hill	US		0	America/New_York	39.0233	-75.5581	17			DE	001		
7167977	Hidden Pond	hidden-pond	US		0	America/New_York	39.0152	-75.5678	18			DE	001		
7167978	Summerfield Village	summerfield-village	US		0	America/New_York	39.031	-75.5778	18			DE	001		
7167979	John Char Estates	john-char-estates	US		0	America/New_York	38.9236	-75.5437	17			DE	001		
7167980	Lucky Estates	lucky-estates	US		0	America/New_York	38.9311	-75.5354	15			DE	001		
7167982	Jacksons Ridge	jacksons-ridge	US		0	America/New_York	38.9362	-75.5413	15			DE	001		
7167984	Pleasant Woods	pleasant-woods	US		0	America/New_York	38.9357	-75.5007	15			DE	001		
7167985	Paris Woods	paris-woods	US		0	America/New_York	38.9647	-75.52	10			DE	001		
7167986	Bloomfield Acres	bloomfield-acres	US		0	America/New_York	38.9458	-75.509	12			DE	001		
7167987	Dogwood Meadows	dogwood-meadows	US		0	America/New_York	38.9444	-75.456	12			DE	001		
7167988	Milford Crossing	milford-crossing	US		0	America/New_York	38.9267	-75.4393	10			DE	001		
7167989	Knotts Landing	knotts-landing	US		0	America/New_York	38.9351	-75.4414	10			DE	001		
7167990	Colony West	colony-west	US		0	America/New_York	38.9483	-75.4292	7			DE	001		
7168157	Back (historical)	back-historical	US		0	America/New_York	37.92597	-83.4887	354			KY	165		
7168160	Ballard (historical)	ballard-historical	US		0	America/New_York	37.91453	-83.72003	345			KY	165		
7168164	Blackwater (historical)	blackwater-historical	US		0	America/New_York	37.8531	-83.51449	326			KY	165		
7168169	Coburn (historical)	coburn-historical	US		0	America/New_York	37.92551	-83.74356	281			KY	165		
7168172	Craft (historical)	craft-historical	US		0	America/New_York	37.98879	-83.47711	377			KY	165		
7168182	Flat Rock (historical)	flat-rock-historical	US		0	America/New_York	37.86262	-83.49615	295			KY	165		
7168186	Hill Top (historical)	hill-top-historical	US		0	America/New_York	37.98609	-83.61915	344			KY	165		
7168190	Laurel Grove (historical)	laurel-grove-historical	US		0	America/New_York	37.92059	-83.585	391			KY	165		
7168191	Leatherwood (historical)	leatherwood-historical	US		0	America/New_York	38.02982	-83.5011	221			KY	165		
7168197	Pine Grove (historical)	pine-grove-historical	US		0	America/New_York	37.90381	-83.48784	302			KY	165		
7168201	Rebelsville (historical)	rebelsville-historical	US		0	America/New_York	37.94876	-83.768	257			KY	165		
7168203	Salt Lick Creek (historical)	salt-lick-creek-historical	US		0	America/New_York	37.99044	-83.67985	266			KY	165		
7168206	Stoll (historical)	stoll-historical	US		0	America/New_York	37.8549	-83.50899	318			KY	165		
7168214	West Denniston (historical)	west-denniston-historical	US		0	America/New_York	37.92638	-83.56319	277			KY	165		
7168285	Washburn Lake Village Mobile Home Park	washburn-lake-village-mobile-home-park	US		0	America/Detroit	41.93472	-85.33278	261			MI	149	17370	
7168301	Centre Chateaux Mobile Home Park	centre-chateaux-mobile-home-park	US		0	America/Detroit	41.92583	-85.53083	247			MI	149	59400	
7168321	Michiana Mobile Home Park	michiana-mobile-home-park	US		0	America/Detroit	41.91667	-85.44722	256			MI	149	59400	
7168432	Country Acres Mobile Home Park	country-acres-mobile-home-park	US		0	America/Detroit	41.87444	-86.2825	232			MI	021	57780	
7168438	Silverbrook Manufactured Home Community	silverbrook-manufactured-home-community	US		0	America/Detroit	41.81083	-86.22639	227			MI	021	57780	
7168439	Ontario Place Mobile Home Park	ontario-place-mobile-home-park	US		0	America/Detroit	41.76722	-86.23	225			MI	021	57780	
7168440	Franklin Woods Mobile Home Park	franklin-woods-mobile-home-park	US		0	America/Detroit	41.79444	-86.24583	225	Franklin Woods Mobile Home Park,Windward Village		MI	021	57780	
7169117	Maple Grove Trailer Park	maple-grove-trailer-park	US		0	America/Detroit	41.93	-85.97222	276			MI	027	63380	
7169196	Niles Pines Mobile Estates	niles-pines-mobile-estates	US		0	America/Detroit	41.82361	-86.20694	234			MI	027	39480	
7169197	Marlin Village Mobile Home Community	marlin-village-mobile-home-community	US		0	America/Detroit	41.84583	-86.13778	238			MI	027	39480	
7169198	Birch Crest Estates	birch-crest-estates	US		0	America/Detroit	41.81222	-86.225	229			MI	027	39480	
7172777	Belvedere Homes	belvedere-homes	US		0	America/New_York	26.6957	-80.09817	4			FL	099		
7172778	Boulevard Gardens	boulevard-gardens	US		1274	America/New_York	26.12326	-80.17997	2			FL	011		
7172780	Chula Vista Isles	chula-vista-isles	US		0	America/New_York	26.1014	-80.18291	1			FL	011		
7172781	Cobb Town	cobb-town	US		0	America/Chicago	33.64114	-85.88506	241			AL	015		
7172782	East Lake	east-lake	US		0	America/New_York	27.98971	-82.3906	12			FL	057		
7172784	Fremd Village	fremd-village	US		0	America/New_York	26.80647	-80.65025	4			FL	099		
7172787	Hillsboro Pines	hillsboro-pines	US		446	America/New_York	26.32625	-80.19476	4			FL	011		
7172788	Hillsboro Ranches	hillsboro-ranches	US		0	America/New_York	26.3209	-80.182	4			FL	011		
7172789	Leisureville	leisureville	US		0	America/New_York	26.26464	-80.12773	4	Pompano Beach,lijarabhila,लीजरभिल		FL	011		
7172790	Loch Lomond	loch-lomond	US		0	America/New_York	26.27086	-80.12807	5			FL	011		
7172791	Matlacha Isles	matlacha-isles	US		0	America/New_York	26.63612	-82.06453	0			FL	071		
7172792	Matlacha Shores	matlacha-shores	US		0	America/New_York	26.64059	-82.05086	1			FL	071		
7172793	Nassau Village	nassau-village	US		0	America/New_York	30.52644	-81.76982	6			FL	089		
7172794	Oak Point	oak-point	US		0	America/New_York	26.0484	-80.18831	1			FL	011		
7172795	Pompano Estates	pompano-estates	US		0	America/New_York	26.28736	-80.11597	6			FL	011		
7172796	Ravenswood Estates	ravenswood-estates	US		0	America/New_York	26.05581	-80.1728	1			FL	011		
7172797	Rolling Oaks	rolling-oaks	US		0	America/New_York	26.04802	-80.38572	1			FL	011		
7172798	Roosevelt Gardens	roosevelt-gardens	US		2456	America/New_York	26.14087	-80.18027	2			FL	011		
7172799	Royal Palm Ranches	royal-palm-ranches	US		0	America/New_York	26.04006	-80.27617	1			FL	011		
7172802	Sunshine Acres	sunshine-acres	US		0	America/New_York	26.05623	-80.29627	1			FL	011		
7172803	Sylvan Shores	sylvan-shores	US		0	America/New_York	27.31806	-81.34124	25			FL	055		
7172805	Village Park	village-park	US		0	America/New_York	26.19536	-80.20386	3			FL	011		
7172806	Woodsetter North	woodsetter-north	US		0	America/New_York	26.28544	-80.12787	4			FL	011		
7172808	Amsterdam-Churchill	amsterdam-churchill	US		0	America/Denver	45.74354	-111.31962	1415	Amsterdam-Churchill,Amsterdam-Churchill CDP		MT	031		
7172809	Shaker Church	shaker-church	US		0	America/Los_Angeles	48.05744	-122.23266	94	Shaker Church,Shaker Church CDP		WA	061		
7174365	City of Sammamish	city-of-sammamish	US		45780	America/Los_Angeles	47.60444	-122.03768	146			WA	033		
7175999	Alderwood	alderwood	US		0	America/Los_Angeles	48.77869	-122.52252	46			WA	073		
7176000	Antelope Valley	antelope-valley	US		0	America/Denver	44.22821	-105.45952	1418			WY	005		
7176001	Aptos Hills	aptos-hills	US		0	America/Los_Angeles	36.96386	-121.86217	66			CA	087		
7176002	Azure	azure	US		286	America/Denver	48.30053	-109.80025	1071			MT	041		
7176004	Baywood Park	baywood-park	US		0	America/Los_Angeles	37.52993	-122.34564	97			CA	081		
7176005	Canyon del Rio	canyon-del-rio	US		0	America/Denver	34.60717	-106.53768	1701			NM	061		
7176007	Circle D Estates	circle-d-estates	US		0	America/Chicago	30.15963	-97.23288	153			TX	021		
7176008	Collins Heights	collins-heights	US		0	America/Denver	44.29081	-105.43942	1376			WY	005		
7176009	Comanche Springs	comanche-springs	US		0	America/Denver	34.73287	-106.55138	1622			NM	061		
7176011	Foxwood	foxwood	US		0	America/Los_Angeles	40.29084	-121.12974	1460			CA	063		
7176013	High View Mobile Home Park	high-view-mobile-home-park	US		0	America/Denver	44.25218	-105.48001	1399			WY	005		
7176015	KC Estates	kc-estates	US		0	America/Chicago	30.14865	-97.2415	161			TX	021		
7176016	Kirkpatrick	kirkpatrick	US		179	America/Los_Angeles	45.67849	-118.66303	382			OR	059		
7176017	Lake Almanor Peninsula	lake-almanor-peninsula	US		356	America/Los_Angeles	40.27748	-121.13105	1433			CA	063		
7176020	Larkfield	larkfield	US		0	America/Los_Angeles	38.49811	-122.749	50			CA	097		
7176021	Larkin Valley	larkin-valley	US		0	America/Los_Angeles	36.94371	-121.81545	23			CA	087		
7176022	Las Maravillas	las-maravillas	US		1628	America/Denver	34.73815	-106.66854	1528			NM	061		
7176023	Lost River	lost-river	US		68	America/Boise	43.68691	-113.61457	1882			ID	037		
7176025	New Kingman	new-kingman	US		0	America/Phoenix	35.26157	-114.01128	1023			AZ	015		
7176026	Parker Strip	parker-strip	US		662	America/Phoenix	34.21941	-114.19824	114			AZ	012		
7176027	Pasitos del Cielo	pasitos-del-cielo	US		0	America/Denver	34.72173	-106.68837	1502			NM	061		
7176028	Peaceful Valley	peaceful-valley	US		3324	America/Los_Angeles	48.93815	-122.14733	142			WA	073		
7176029	Pine Hills	pine-hills	US		0	America/Chicago	30.13847	-97.25325	167			TX	021		
7176030	Rancho Tehama Reserve	rancho-tehama-reserve	US		1485	America/Los_Angeles	40.01569	-122.40072	160			CA	103		
7176031	Rio Communities	rio-communities	US		4723	America/Denver	34.64959	-106.73403	1471			NM	061		
7176032	Rio del Oro	rio-del-oro	US		0	America/Denver	34.73369	-106.6888	1523			NM	061		
7176034	Seattle Hill	seattle-hill	US		0	America/Los_Angeles	47.87977	-122.16407	134			WA	061		
7176035	Silver Firs	silver-firs	US		20891	America/Los_Angeles	47.86602	-122.1551	157			WA	061		
7176038	Verde Village	verde-village	US		11605	America/Phoenix	34.7105	-112.01152	1054	Cottonwood-Verde Village		AZ	025		
7176039	Vineyard	vineyard	US		24836	America/Los_Angeles	38.46449	-121.34692	27			CA	067		
7176040	Vista Pointe	vista-pointe	US		0	America/Denver	39.53982	-104.83423	1805			CO	035		
7176041	Vista West	vista-west	US		951	America/Denver	42.86689	-106.43471	1610			WY	025		
7176042	West Clarkston	west-clarkston	US		0	America/Los_Angeles	46.41078	-117.06387	258			WA	003		
7176043	Willamette Mobile Home Park	willamette-mobile-home-park	US		0	America/Denver	44.25361	-105.49797	1411			WY	005		
7176147	Arowley Manor	arowley-manor	US		0	America/New_York	42.09861	-79.26528	424			NY	013	38264	
7176236	White Pines Mobile Home Park	white-pines-mobile-home-park	US		0	America/Detroit	42.05889	-86.15611	244			MI	027	73940	
7176257	Beech Grove Trailer Park	beech-grove-trailer-park	US		0	America/Detroit	42.0375	-85.825	274			MI	027	51480	
7176274	Colonial Acres Mobile Home Park	colonial-acres-mobile-home-park	US		0	America/Detroit	41.79583	-86.04917	248			MI	027	60900	
7176275	Edwardsburg Mobile Home Estates	edwardsburg-mobile-home-estates	US		0	America/Detroit	41.79028	-86.08056	252			MI	027	60900	
7176276	Eagle Lake Estates	eagle-lake-estates	US		0	America/Detroit	41.80972	-86.03194	249			MI	027	60900	
7176277	Rustic Acres Mobile Home Park	rustic-acres-mobile-home-park	US		0	America/Detroit	41.76306	-85.93944	240			MI	027	52140	
7176278	Linden Mobile Home Park	linden-mobile-home-park	US		0	America/Detroit	41.76194	-85.94167	239			MI	027	52140	
7176279	Simmons Mobile Home Park	simmons-mobile-home-park	US		0	America/Detroit	41.76944	-85.93556	244			MI	027	52140	
7176327	West Linda	west-linda	US		0	America/Los_Angeles	39.11833	-121.57889	19			CA	115		
7176521	Rockhouse Neighborhood (historical)	rockhouse-neighborhood-historical	US		0	America/New_York	37.30707	-83.59296	275			KY	189		
7176522	Rock Spring Neighborhood (historical)	rock-spring-neighborhood-historical	US		0	America/New_York	37.40897	-83.82644	297			KY	189		
7176526	Shephard Neighborhood (historical)	shephard-neighborhood-historical	US		0	America/New_York	37.37114	-83.72947	240			KY	189		
7176529	Stacey Neighborhood (historical)	stacey-neighborhood-historical	US		0	America/New_York	37.50965	-83.65333	244			KY	189		
7176531	Sugar Camp Neighborhood (historical)	sugar-camp-neighborhood-historical	US		0	America/New_York	37.47006	-83.63945	246			KY	189		
7176574	Black Sulpher Spring (historical)	black-sulpher-spring-historical	US		0	America/New_York	38.05909	-83.6704	218			KY	011		
7176578	Chestnut Grove (historical)	chestnut-grove-historical	US		0	America/New_York	38.04445	-83.80256	271			KY	011		
7176584	Fairview (historical)	fairview-historical	US		0	America/New_York	38.16323	-83.90933	293			KY	011		
7176591	Harpers (historical)	harpers-historical	US		0	America/New_York	38.17163	-83.78864	257			KY	011		
7176597	Jackson Schoolhouse (historical)	jackson-schoolhouse-historical	US		0	America/New_York	38.11795	-83.72213	274			KY	011		
7176598	Kendall Springs (historical)	kendall-springs-historical	US		0	America/New_York	38.09981	-83.77841	277			KY	011		
7176606	Lower Salt Lick (historical)	lower-salt-lick-historical	US		0	America/New_York	38.09924	-83.62088	208			KY	011		
7176620	Oaklawn Subdivision (historical)	oaklawn-subdivision-historical	US		0	America/New_York	38.20236	-83.92516	315			KY	011		
7176631	Ore Mines (historical)	ore-mines-historical	US		0	America/New_York	38.13824	-83.68354	237			KY	011		
7176634	Peeble (historical)	peeble-historical	US		0	America/New_York	38.26903	-83.7566	236	Lick Branch,Peeble (historical)		KY	011		
7176639	Pine Grove (historical)	pine-grove-historical	US		0	America/New_York	38.03213	-83.66602	237			KY	011		
7176640	Pittsburgh (historical)	pittsburgh-historical	US		0	America/New_York	38.19982	-83.77691	247			KY	011		
7176651	Red Bush (historical)	red-bush-historical	US		0	America/New_York	38.18373	-83.68383	248			KY	011		
7176665	South Sherburne (historical)	south-sherburne-historical	US		0	America/New_York	38.27896	-83.80406	198			KY	011		
7176668	Suddith (historical)	suddith-historical	US		0	America/New_York	38.02942	-83.62952	222			KY	011		
7176672	Upper Prickly Ash (historical)	upper-prickly-ash-historical	US		0	America/New_York	38.16368	-83.80378	269			KY	011		
7176676	Whickliffe Forge (historical)	whickliffe-forge-historical	US		0	America/New_York	38.17035	-83.7233	215			KY	011		
7176679	White Sulpher (historical)	white-sulpher-historical	US		0	America/New_York	38.06893	-83.59734	222			KY	011		
7176690	Big Spring Neighborhood (historical)	big-spring-neighborhood-historical	US		0	America/New_York	37.43302	-83.82566	300			KY	189		
7176694	Brewer Neighborhood (historical)	brewer-neighborhood-historical	US		0	America/New_York	37.42851	-83.78733	268			KY	189		
7176698	Chestnut Neighborhood (historical)	chestnut-neighborhood-historical	US		0	America/New_York	37.45827	-83.65891	279			KY	189		
7176702	Couch Fork Neighborhood (historical)	couch-fork-neighborhood-historical	US		0	America/New_York	37.30568	-83.59471	280			KY	189		
7176703	Couch Town Neighborhood (historical)	couch-town-neighborhood-historical	US		0	America/New_York	37.31349	-83.59146	266			KY	189		
7176707	Elk Lick Neighborhood (historical)	elk-lick-neighborhood-historical	US		0	America/New_York	37.46319	-83.73955	283			KY	189		
7176712	Fish Creek Neighborhood (historical)	fish-creek-neighborhood-historical	US		0	America/New_York	37.50131	-83.67718	260			KY	189		
7176717	Hall Neighborhood (historical)	hall-neighborhood-historical	US		0	America/New_York	37.43617	-83.57112	260			KY	189		
7176721	Hogg Neighborhood (historical)	hogg-neighborhood-historical	US		0	America/New_York	37.41079	-83.63255	230			KY	189		
7176724	Indian Creek Neighborhood (historical)	indian-creek-neighborhood-historical	US		0	America/New_York	37.39089	-83.62377	252			KY	189		
7176729	Moors Neighborhood (historical)	moors-neighborhood-historical	US		0	America/New_York	37.47449	-83.80658	234			KY	189		
7176731	Needmore Neighborhood (historical)	needmore-neighborhood-historical	US		0	America/New_York	37.46866	-83.7736	311			KY	189		
7176736	Pleasant Neighborhood (historical)	pleasant-neighborhood-historical	US		0	America/New_York	37.4931	-83.72362	278			KY	189		
7176855	Castle High Estates	castle-high-estates	US		0	America/New_York	41.37667	-74.54972	270			NY	071	30631	
7176865	Oak Ridge Park	oak-ridge-park	US		0	America/New_York	41.46944	-74.58639	156			NY	071	19961	
7176869	Highridge Estates Mobile Home Park	highridge-estates-mobile-home-park	US		0	America/New_York	41.40833	-74.6425	140			NY	071	19961	
7176870	Lakewood Estates Mobile Home Park	lakewood-estates-mobile-home-park	US		0	America/New_York	41.40667	-74.65	136			NY	071	19961	
7176884	Dogwood Hills	dogwood-hills	US		0	America/New_York	41.58167	-74.02	211			NY	071	50045	
7176886	Hudson Valley Mobile Home Park	hudson-valley-mobile-home-park	US		0	America/New_York	41.54528	-74.00972	96			NY	071	50045	
7176889	Candlestick Mobile Home Park	candlestick-mobile-home-park	US		0	America/New_York	41.57861	-74.00583	124			NY	071	50045	
7176891	Meadow Winds	meadow-winds	US		0	America/New_York	41.53083	-74.07806	148			NY	071	50045	
7176894	Chadwick Estates	chadwick-estates	US		0	America/New_York	41.56611	-74.06389	157			NY	071	50045	
7176902	Orange Lake Mobile Home Park	orange-lake-mobile-home-park	US		0	America/New_York	41.54528	-74.12806	149			NY	071	48153	
7176903	Holiday Mobile Home Park	holiday-mobile-home-park	US		0	America/New_York	41.5525	-74.14222	116			NY	071	48153	
7176904	Bel Air Mobile Home Park	bel-air-mobile-home-park	US		0	America/New_York	41.55556	-74.14417	122			NY	071	48153	
7176907	Old Orchard Trailer Park	old-orchard-trailer-park	US		0	America/New_York	41.5675	-74.19611	113			NY	071	48153	
7177188	Surrey Estates	surrey-estates	US		0	America/New_York	40.73444	-73.74806	54			NY	081		
7177190	Riverview Estates	riverview-estates	US		82	America/Chicago	38.7496	-94.52719	288			MO	037	74536	
7177278	John S Moore Homes	john-s-moore-homes	US		0	America/New_York	42.89833	-73.69	30			NY	091	46360	
7177511	Mount Morris Park Historic District	mount-morris-park-historic-district	US		0	America/New_York	40.80472	-73.94667	7			NY	061		
7177638	Twin Lakes Trailer Court	twin-lakes-trailer-court	US		0	America/Detroit	41.9575	-85.64444	249			MI	149	26920	
7177640	Meadow Lane Village Mobile Home Park	meadow-lane-village-mobile-home-park	US		0	America/Detroit	41.93722	-85.61722	249			MI	149	79760	
7177641	Village Mobile Home Court	village-mobile-home-court	US		0	America/Detroit	41.94111	-85.64444	249			MI	149	79760	
7177642	Golden Pond Estates	golden-pond-estates	US		0	America/Detroit	41.90222	-85.70778	261			MI	149	26920	
7177698	Memory Lane Mobile Home Park	memory-lane-mobile-home-park	US		0	America/Detroit	41.79361	-85.46556	272			MI	149	76980	
7177699	Sweet Lake Mobile Home Park	sweet-lake-mobile-home-park	US		0	America/Detroit	41.80111	-85.35278	281			MI	149	27540	
7177720	Colonial Estates Mobile Home Park	colonial-estates-mobile-home-park	US		0	America/Detroit	41.80028	-85.66167	249			MI	149	86940	
7177735	Whipsering Pines Mobile Home Park	whipsering-pines-mobile-home-park	US		0	America/Detroit	41.82972	-85.66583	245			MI	149	17860	
7177798	Southern Belle Mobile Community	southern-belle-mobile-community	US		0	America/Detroit	41.87222	-84.67639	330			MI	059	12700	
7177800	Hillsdale Mobile Village	hillsdale-mobile-village	US		0	America/Detroit	41.94333	-84.65083	335			MI	059	38460	
7177840	Hillside Acres Mobile Home Park	hillside-acres-mobile-home-park	US		0	America/Detroit	41.88472	-84.71306	362			MI	059	67520	
7177908	Evergreen Estates Mobile Home Park	evergreen-estates-mobile-home-park	US		0	America/Detroit	41.97833	-84.67917	347			MI	059	41920	
7179172	Campton Road (historical)	campton-road-historical	US		0	America/New_York	37.84459	-83.83672	200			KY	197		
7179173	Crow (historical)	crow-historical	US		0	America/New_York	37.84869	-83.74074	336			KY	197		
7179174	Fortner (historical)	fortner-historical	US		0	America/New_York	37.84874	-83.68798	209			KY	197		
7179175	Happy Top (historical)	happy-top-historical	US		0	America/New_York	37.82691	-83.95561	239			KY	197		
7179176	Hemlock Lodge (historical)	hemlock-lodge-historical	US		0	America/New_York	37.77533	-83.77533	306			KY	197		
7179177	Judy (historical)	judy-historical	US		0	America/New_York	37.88354	-83.85211	241			KY	197		
7179178	Lone Oak (historical)	lone-oak-historical	US		0	America/New_York	37.85745	-83.99117	230			KY	197		
7179179	North Bend (historical)	north-bend-historical	US		0	America/New_York	37.84883	-83.84883	197			KY	197		
7179180	Old Clay City Road (historical)	old-clay-city-road-historical	US		0	America/New_York	37.86244	-83.88065	195			KY	197		
7179181	Old Lombard (historical)	old-lombard-historical	US		0	America/New_York	37.82386	-83.72624	207			KY	197		
7179182	Piggville (historical)	piggville-historical	US		0	America/New_York	37.8641	-83.90655	228			KY	197		
7179183	South Fork (historical)	south-fork-historical	US		0	America/New_York	37.76382	-83.74578	262			KY	197		
7179184	Upper Cane (historical)	upper-cane-historical	US		0	America/New_York	37.86928	-83.76465	215			KY	197		
7179274	Raymond's Landing Trailer Park	raymond-s-landing-trailer-park	US		0	America/Detroit	41.96667	-85.02083	286			MI	023	17040	
7179275	Countryside Mobile Court	countryside-mobile-court	US		0	America/Detroit	41.91111	-85.02306	311			MI	023	17040	
7179381	Chattahoochee Hills	chattahoochee-hills	US		2690	America/New_York	33.55063	-84.76049	249	Chattahoochee Hill Country,Chattahoochee Hills		GA	121		
7180359	Van Buren Park Homes	van-buren-park-homes	US		0	America/New_York	42.8003	-73.899	126			NY	093	51264	
7180365	Steinmetz Homes	steinmetz-homes	US		0	America/New_York	42.7935	-73.925	104			NY	093	65508	
7180516	Cruger Village	cruger-village	US		0	America/New_York	42.0275	-73.90722	47			NY	027	60905	
7180793	Bells Pond Mobile Home Park	bells-pond-mobile-home-park	US		0	America/New_York	42.17889	-73.76111	72			NY	021	42917	
7180794	Columbia Villa Mobile Home Park	columbia-villa-mobile-home-park	US		0	America/New_York	42.325	-73.74972	48			NY	021	71443	
7180795	Country Estates East	country-estates-east	US		0	America/New_York	42.27083	-73.70528	84			NY	021	16045	
7180796	Dutch Village Mobile Home Park	dutch-village-mobile-home-park	US		0	America/New_York	42.25778	-73.75111	43			NY	021	16045	
7180797	Jo-nel Mobile Home Park	jo-nel-mobile-home-park	US		0	America/New_York	42.27083	-73.76556	51			NY	021	30565	
7180798	Jutkosky Court	jutkosky-court	US		0	America/New_York	42.21472	-73.74778	53			NY	021	16045	
7180799	Syosset Mobile Home Park	syosset-mobile-home-park	US		0	America/New_York	40.80694	-73.51667	59			NY	059	56000	
7180800	Frontier Park	frontier-park	US		0	America/New_York	40.7025	-73.42583	13			NY	103	04000	
7180801	Gildersleeve Park For Mobile Homes	gildersleeve-park-for-mobile-homes	US		0	America/New_York	40.69472	-73.42583	10			NY	103	04000	
7180824	Lincoln Park Homes	lincoln-park-homes	US		0	America/New_York	42.64306	-73.76028	19			NY	001	01000	
7181803	Alta Vista Mobile Home Park	alta-vista-mobile-home-park	US		0	America/Chicago	32.93397	-97.28236	221			TX	439		
7181804	Meadow Glen Mobile Home Park	meadow-glen-mobile-home-park	US		0	America/Chicago	32.94519	-97.2944	230			TX	439		
7181805	Pine Tree Estates Number 2	pine-tree-estates-number-2	US		0	America/Chicago	32.93594	-97.26829	217			TX	439		
7181806	Saint Francis Village	saint-francis-village	US		0	America/Chicago	32.61545	-97.45587	237			TX	439		
7181807	University Park Village	university-park-village	US		0	America/Chicago	32.72721	-97.1307	197			TX	439		
7184841	Gramercy Park	gramercy-park	US		27988	America/New_York	40.7375	-73.98611	10	Gramercy Park,Krom Moerasje		NY	061		
7184842	Keshaechquereren (historical)	keshaechquereren-historical	US		0	America/New_York	40.62278	-73.93722	5	Keshaechquereren (historical),Keskachane,Keskaechquerem		NY	047		
7184843	Konaande Kongh (historical)	konaande-kongh-historical	US		0	America/New_York	40.7884	-73.9512	21			NY	061		
7184846	Gracie Square	gracie-square	US		0	America/New_York	40.7754	-73.9462	11			NY	061		
7186057	Yarbrough Homes	yarbrough-homes	US		0	America/New_York	42.65972	-73.74889	29			NY	001	01000	
7186087	Loudon Heights	loudon-heights	US		0	America/New_York	42.68611	-73.75389	114			NY	001	17343	
7186110	Lake Country Estates	lake-country-estates	US		0	America/New_York	42.3375	-77.29889	343			NY	101	04770	
7186111	The Homes Of Wildflower Hills	the-homes-of-wildflower-hills	US		0	America/New_York	42.36028	-77.30306	347			NY	101	04770	
7186483	Village of Saint Anthony	village-of-saint-anthony	US		0	America/New_York	42.07611	-78.475	433			NY	009	01297	
7186486	Glen of Saint Clare	glen-of-saint-clare	US		0	America/New_York	42.07556	-78.47861	433			NY	009	01297	
7186487	Gardens of Brother Leo	gardens-of-brother-leo	US		0	America/New_York	42.07556	-78.47972	433			NY	009	01297	
7186804	Fairview Estates Mobile Home Park	fairview-estates-mobile-home-park	US		0	America/Detroit	41.92694	-84.99611	298	Coldwater Mobile Home Park,Fairview Estates Mobile Home Park		MI	023	17020	
7186805	Apollo Eleven Mobile Home Park	apollo-eleven-mobile-home-park	US		0	America/Detroit	41.93639	-84.97889	298			MI	023	17020	
7186861	Trailtree Village	trailtree-village	US		0	America/Detroit	41.94722	-84.98111	300			MI	023	17020	
7186862	Somerset Mobile Home Park	somerset-mobile-home-park	US		0	America/Detroit	41.97083	-85.055	286			MI	023	17040	
7186863	Lakecrest Mobile Home Park	lakecrest-mobile-home-park	US		0	America/Detroit	41.97917	-85.03611	286			MI	023	17040	
7186888	Lake Region Mobile Home Park	lake-region-mobile-home-park	US		0	America/Detroit	41.94583	-84.88389	309			MI	023	66660	
7186913	Indian Cove Estates Mobile Home Park	indian-cove-estates-mobile-home-park	US		0	America/Detroit	41.92667	-85.19389	287			MI	023	52400	
7186999	Grants Woods	grants-woods	US		0	America/New_York	43.20778	-73.72278	125			NY	091	48318	
7187000	Ashfords Way	ashfords-way	US		0	America/New_York	43.21194	-73.72083	120			NY	091	48318	
7187001	Adirondack Estates	adirondack-estates	US		0	America/New_York	43.17944	-73.71306	94			NY	091	82403	
7187002	Whispering Pines Mobile Home Park	whispering-pines-mobile-home-park	US		0	America/New_York	43.16556	-73.69861	94			NY	091	82403	
7187003	Fox Run Estates	fox-run-estates	US		0	America/New_York	43.1575	-73.68	94			NY	091	82403	
7187004	Rimbrave Estates	rimbrave-estates	US		0	America/New_York	43.15722	-73.67028	91			NY	091	53737	
7187005	Stonegate	stonegate	US		0	America/New_York	43.15944	-73.65833	89			NY	091	53737	
7187006	Hickory Forest	hickory-forest	US		0	America/New_York	43.17028	-73.66139	80			NY	091	53737	
7187007	Tanager Woods	tanager-woods	US		0	America/New_York	43.17833	-73.65694	78			NY	091	53737	
7187008	Schuyler Heights	schuyler-heights	US		0	America/New_York	43.19139	-73.64444	70			NY	091	53737	
7187009	Shelley Trailer Park	shelley-trailer-park	US		0	America/New_York	43.17111	-73.64528	79			NY	091	53737	
7187011	Terrel Hills	terrel-hills	US		0	America/New_York	43.1425	-73.66111	85			NY	091	53737	
7187013	Queens Court	queens-court	US		0	America/New_York	43.13333	-73.66194	96			NY	091	53737	
7187014	Highland Hills	highland-hills	US		0	America/New_York	43.10611	-73.69167	106			NY	091	82403	
7187015	Hearthwood North	hearthwood-north	US		0	America/New_York	43.10472	-73.70083	94			NY	091	82403	
7187016	Scidmore Woods	scidmore-woods	US		0	America/New_York	43.09722	-73.69861	91			NY	091	65244	
7187017	Knoll Spring Park	knoll-spring-park	US		0	America/New_York	43.09556	-73.71056	86			NY	091	65255	
7187018	Floral Estates	floral-estates	US		0	America/New_York	43.09806	-73.71833	80			NY	091	65255	
7187019	Lost Valley Estates	lost-valley-estates	US		0	America/New_York	43.10528	-73.72194	83			NY	091	82403	
7187020	Carlyle Estates	carlyle-estates	US		0	America/New_York	43.10972	-73.72389	83			NY	091	82403	
7187021	Louden Meadows	louden-meadows	US		0	America/New_York	43.09639	-73.73194	82			NY	091	65255	
7187027	Pyramid Pines Mobile Home Park	pyramid-pines-mobile-home-park	US		0	America/New_York	43.11056	-73.74111	97			NY	091	82403	
7187028	Wood Knolls	wood-knolls	US		0	America/New_York	43.1225	-73.73556	100			NY	091	82403	
7187029	Brookview	brookview	US		0	America/New_York	43.08667	-73.70444	71			NY	091	65255	
7187031	Beacon Hill	beacon-hill	US		0	America/New_York	43.06889	-73.71611	83			NY	091	65255	
7187032	Regatta View	regatta-view	US		0	America/New_York	43.05889	-73.72139	79			NY	091	65255	
7187033	Lakeside Mobile Home Park	lakeside-mobile-home-park	US		0	America/New_York	43.00361	-73.73139	70			NY	091	71333	
7187034	Woodlands	woodlands	US		0	America/New_York	43.04861	-73.74111	85			NY	091	65255	
7187035	East Ridge	east-ridge	US		0	America/New_York	43.05	-73.73556	82			NY	091	65255	
7187036	Waters Edge	waters-edge	US		0	America/New_York	43.04639	-73.73417	72			NY	091	65255	
7187160	Lee Villa Mobile Home Park	lee-villa-mobile-home-park	US		0	America/Detroit	41.96139	-84.96806	308			MI	023	17040	
7187161	Robin Hood Mobile Court	robin-hood-mobile-court	US		0	America/Detroit	41.93056	-84.00472	241			MI	091	00460	
7187162	Maple Woods Manufactured Home Community	maple-woods-manufactured-home-community	US		0	America/Detroit	41.88889	-84.06806	246			MI	091	50540	
7187163	Sterling Estates Mobile Home Park	sterling-estates-mobile-home-park	US		0	America/Detroit	41.87917	-84.03	243			MI	091	00440	
7187164	Friendly Village of Adrian	friendly-village-of-adrian	US		0	America/Detroit	41.88389	-84.045	237			MI	091	00440	
7187165	Southgate Mobile Park	southgate-mobile-park	US		0	America/Detroit	41.87417	-84.01667	244			MI	091	50540	
7187166	Kings Court Mobile Park	kings-court-mobile-park	US		0	America/Detroit	41.8875	-84.02167	242			MI	091	00440	
7187329	Ballards Mobile Home Court	ballards-mobile-home-court	US		0	America/New_York	42.81694	-73.73139	57			NY	001	17343	
7187330	Sunnyside Trailer Court	sunnyside-trailer-court	US		0	America/New_York	42.81417	-73.73333	58			NY	001	17343	
7187690	Castorville (historical)	castorville-historical	US		0	America/Chicago	36.975	-90.01083	107			MO	207	52040	
7187691	Old Shawnee Village (historical)	old-shawnee-village-historical	US		0	America/Chicago	36.94392	-89.89241	111			MO	207	11980	
7187692	Kenton (historical)	kenton-historical	US		0	America/Chicago	37.12417	-89.60472	130			MO	201	49916	
7187694	Little Osage Village (historical)	little-osage-village-historical	US		0	America/Chicago	39.23803	-93.45324	202			MO	195	28216	
7187696	Missouri Village (historical)	missouri-village-historical	US		0	America/Chicago	39.39806	-93.1075	193			MO	041	09064	
7187707	Kic-ka-poo Village (historical)	kic-ka-poo-village-historical	US		0	America/Chicago	38.85861	-90.20287	129			MO	183	62112	
7187708	Spring Creek Towers	spring-creek-towers	US		0	America/New_York	40.64833	-73.88028	6	Spring Creek Towers,Starrett City		NY	047		
7187712	Ebbets Field Houses	ebbets-field-houses	US		0	America/New_York	40.665	-73.95806	26			NY	047		
7187995	Kaw Agency (historical)	kaw-agency-historical	US		0	America/Chicago	36.79194	-96.85028	320			OK	071		
7188034	Raisin Ridge Estate and Mobile Home Park	raisin-ridge-estate-and-mobile-home-park	US		0	America/Detroit	41.91	-83.38472	178			MI	115	55020	
7188240	Holiday South Mobile Home Park	holiday-south-mobile-home-park	US		0	America/Detroit	41.90972	-83.43667	183			MI	115	55040	
7188241	Meadowbrook Estates Mobile Home Park	meadowbrook-estates-mobile-home-park	US		0	America/Detroit	41.9125	-83.42917	182			MI	115	55040	
7188242	Willow Green Mobile Home Park	willow-green-mobile-home-park	US		0	America/Detroit	41.91361	-83.43278	183			MI	115	55040	
7188243	Oakridge Estates Mobile Home Park	oakridge-estates-mobile-home-park	US		0	America/Detroit	41.89556	-83.40528	181			MI	115	55040	
7188244	Shamrock Mobile Home Village	shamrock-mobile-home-village	US		0	America/Detroit	41.9475	-83.40278	184			MI	115	30820	
7188245	Pleasantville Mobile Home Community	pleasantville-mobile-home-community	US		0	America/Detroit	41.96611	-83.35472	182			MI	115	30820	
7188268	Exeter (historical)	exeter-historical	US		0	America/Detroit	42.04667	-83.49944	193			MI	115	26880	
7188297	Huron River Mobile Home Park	huron-river-mobile-home-park	US		0	America/Detroit	42.04639	-83.225	175			MI	115	07720	
7188335	Kimberly Estates Mobile Home Park	kimberly-estates-mobile-home-park	US		0	America/Detroit	41.99167	-83.36722	184			MI	115	30820	
7188338	Newport Farms Mobile Home Community	newport-farms-mobile-home-community	US		0	America/Detroit	42.00778	-83.3325	182			MI	115	07720	
7188339	French Town Villa Mobile Home Park	french-town-villa-mobile-home-park	US		0	America/Detroit	42.00222	-83.35222	184			MI	115	30820	
7188381	Inverness Mobile Home Community	inverness-mobile-home-community	US		0	America/Detroit	41.73056	-83.56472	183			MI	115	06740	
7188382	Northtown Meadows Mobile Home Park	northtown-meadows-mobile-home-park	US		0	America/Detroit	41.73139	-83.54944	181			MI	115	06740	
7188383	Oakwood Mobile Home Community	oakwood-mobile-home-community	US		0	America/Detroit	41.73556	-83.54944	181			MI	115	06740	
7188384	Hidden Creek Manufactured Home Community	hidden-creek-manufactured-home-community	US		0	America/Detroit	41.73778	-83.69389	204			MI	115	86740	
7188385	Erie Mobile Home Village	erie-mobile-home-village	US		0	America/Detroit	41.73611	-83.52778	179			MI	115	26320	
7188409	Dundee Meadows Mobile Home Park	dundee-meadows-mobile-home-park	US		0	America/Detroit	41.96194	-83.66667	202			MI	115	23400	
7188410	Country Heritage Mobile Home Park	country-heritage-mobile-home-park	US		0	America/Detroit	41.94861	-83.65139	201			MI	115	23400	
7188423	Carleton Mobile Home Park	carleton-mobile-home-park	US		0	America/Detroit	42.05694	-83.38889	187			MI	115	03680	
7188424	Yorkshire Manor Mobile Home Park	yorkshire-manor-mobile-home-park	US		0	America/Detroit	42.05278	-83.39278	187			MI	115	03680	
7188426	Flat Rock Village Mobile Home Park	flat-rock-village-mobile-home-park	US		0	America/Detroit	42.0375	-83.32778	182			MI	115	03680	
7188462	Canterbury Estates	canterbury-estates	US		0	America/New_York	41.47333	-74.14611	147			NY	071	50848	
7188466	Downey Farms	downey-farms	US		0	America/New_York	41.43444	-74.09861	113			NY	071	18300	
7188477	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/New_York	41.46083	-74.02	6			NY	071	50848	
7188479	Butter Hill Estates	butter-hill-estates	US		0	America/New_York	41.46111	-74.03722	39			NY	071	50848	
7188698	Windsor Crest	windsor-crest	US		0	America/New_York	41.47444	-74.04611	93			NY	071	50848	
7188701	Walters Trailer Village	walters-trailer-village	US		0	America/New_York	41.48778	-74.08778	106			NY	071	50848	
7188705	Stewart Terrace	stewart-terrace	US		0	America/New_York	41.48667	-74.11389	126			NY	071	50848	
7188711	Woodfield	woodfield	US		0	America/New_York	41.43722	-74.16444	104			NY	071	07003	
7188713	Kimberly Estates	kimberly-estates	US		0	America/New_York	41.44639	-74.22556	120			NY	071	31907	
7188715	Arbor Valley	arbor-valley	US		0	America/New_York	41.44861	-74.23083	114			NY	071	31907	
7188716	Hampton Trails	hampton-trails	US		0	America/New_York	41.44472	-74.22361	122			NY	071	31907	
7188718	Otter Kill Estates	otter-kill-estates	US		0	America/New_York	41.44444	-74.19639	105			NY	071	31907	
7188724	Brookview Acres Mobile Home Park	brookview-acres-mobile-home-park	US		0	America/New_York	41.42278	-74.15639	93			NY	071	07003	
7188732	Tappan Hill	tappan-hill	US		0	America/New_York	41.405	-74.18889	103			NY	071	07003	
7188747	Valley View Mobile Home Park	valley-view-mobile-home-park	US		0	America/New_York	41.47833	-74.3125	135			NY	071	77992	
7188861	Keystone Park	keystone-park	US		0	America/New_York	41.47306	-74.41472	202			NY	071	77992	
7188867	Deer Run	deer-run	US		0	America/New_York	41.42861	-74.44139	176			NY	071	47042	
7188878	Canterbury Knolls	canterbury-knolls	US		0	America/New_York	41.43556	-74.39694	151			NY	071	77992	
7188888	Breeze Hill Estates	breeze-hill-estates	US		0	America/New_York	41.35333	-74.45944	139			NY	071	78839	
7188896	Points of View	points-of-view	US		0	America/New_York	41.26222	-74.41361	161			NY	071	78366	
7189020	Hempstead Acres	hempstead-acres	US		0	America/New_York	41.32917	-74.3475	147			NY	071	78366	
7189021	Cedarcrest	cedarcrest	US		0	America/New_York	41.32583	-74.35944	154			NY	071	78366	
7189032	Renee Gardens	renee-gardens	US		0	America/New_York	41.37028	-74.26278	146			NY	071	15308	
7189033	Valley View At Chester	valley-view-at-chester	US		0	America/New_York	41.36833	-74.26944	172			NY	071	15308	
7189036	Homestead Village	homestead-village	US		0	America/New_York	41.25306	-74.33806	169			NY	071	78366	
7189119	Worley Heights	worley-heights	US		0	America/New_York	41.36528	-74.18222	220			NY	071	07003	
7189141	Overlook Estates	overlook-estates	US		0	America/New_York	41.31667	-74.19	208			NY	071	47999	
7189148	Highland Lake Estates	highland-lake-estates	US		0	America/New_York	41.34778	-74.13972	254			NY	071	82755	
7189149	Woodbury Meadows	woodbury-meadows	US		0	America/New_York	41.34889	-74.14972	243			NY	071	82755	
7189152	Rock Terrace Mobile Home Park	rock-terrace-mobile-home-park	US		0	America/New_York	41.3275	-74.00167	105			NY	071	34550	
7189153	Hudson View Terrace Mobile Home Park	hudson-view-terrace-mobile-home-park	US		0	America/New_York	41.34111	-73.97472	39			NY	071	34550	
7189176	Cane Springs (historical)	cane-springs-historical	US		0	America/New_York	37.62918	-83.84834	195			KY	065		
7189177	Cedar Grove (historical)	cedar-grove-historical	US		0	America/New_York	37.70953	-84.00608	214			KY	065		
7189178	Crooked Creek (historical)	crooked-creek-historical	US		0	America/New_York	37.65545	-84.01214	230			KY	065		
7189179	Drowing Creek (historical)	drowing-creek-historical	US		0	America/New_York	37.71717	-84.08667	258			KY	065		
7189180	Harris (historical)	harris-historical	US		0	America/New_York	37.64194	-83.64194	271			KY	065		
7189181	Knob Lick (historical)	knob-lick-historical	US		0	America/New_York	37.63008	-84.10803	274			KY	065		
7189182	Macedonia (historical)	macedonia-historical	US		0	America/New_York	37.62741	-83.869	330			KY	065		
7189183	Maddie (historical)	maddie-historical	US		0	America/New_York	37.72413	-84.05666	274			KY	065		
7189184	Old Witt School Neighborhood (historical)	old-witt-school-neighborhood-historical	US		0	America/New_York	37.73554	-83.9876	217			KY	065		
7189185	Sams (historical)	sams-historical	US		0	America/New_York	37.78088	-84.0284	239			KY	065		
7189186	Sand Hill (historical)	sand-hill-historical	US		0	America/New_York	37.72319	-84.02715	265			KY	065		
7189187	Thomas (historical)	thomas-historical	US		0	America/New_York	37.64919	-84.05485	227			KY	065		
7189188	Wilder (historical)	wilder-historical	US		0	America/New_York	37.66141	-83.89535	193			KY	065		
7189251	Alexander School Neighborhood (historical)	alexander-school-neighborhood-historical	US		0	America/New_York	37.77439	-84.07968	265			KY	065		
7189252	Cedar Lakes Estates (historical)	cedar-lakes-estates-historical	US		0	America/New_York	37.68765	-84.07063	265			KY	065		
7189253	Marbleyard (historical)	marbleyard-historical	US		0	America/New_York	37.75697	-83.91391	349			KY	065		
7189259	Park (historical)	park-historical	US		0	America/New_York	37.61574	-84.02753	207			KY	065		
7189274	Laurel Ridge	laurel-ridge	US		0	America/New_York	41.23361	-74.205	279			NY	071	75781	
7189275	Clinton Woods	clinton-woods	US		0	America/New_York	41.24139	-74.20278	258			NY	071	75781	
7189329	Autumn Leaves Mobile Home Park	autumn-leaves-mobile-home-park	US		0	America/New_York	29.78062	-82.4951	23			FL	001		
7189330	Bonners Mobile Home Park	bonners-mobile-home-park	US		0	America/New_York	29.7808	-82.4951	24			FL	001		
7189336	Cozy Trailer Park	cozy-trailer-park	US		0	America/New_York	29.1193	-80.9763	1			FL	127		
7189337	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/New_York	29.12471	-80.9771	1			FL	127		
7189341	Lake Dorr Mobile Home Park	lake-dorr-mobile-home-park	US		0	America/New_York	29.0135	-81.6388	17			FL	069		
7189345	Oak Park Mobile Village	oak-park-mobile-village	US		0	America/New_York	26.7175	-81.5983	3			FL	071		
7189349	Cyrs Mobile Home Park	cyrs-mobile-home-park	US		0	America/New_York	29.2905	-82.1142	24			FL	083		
7189350	Victory Mobile Home Park	victory-mobile-home-park	US		0	America/New_York	29.29017	-82.11435	25			FL	083		
7189351	Brightwood Manor Trailer Park	brightwood-manor-trailer-park	US		0	America/New_York	28.7557	-81.5278	30			FL	095		
7189352	Majors Trailer Court	majors-trailer-court	US		0	America/New_York	28.6288	-81.45728	36			FL	095		
7189353	Oak Tree Park	oak-tree-park	US		0	America/New_York	28.75395	-81.55887	33			FL	095		
7189354	Rock Garden Mobile Home Park	rock-garden-mobile-home-park	US		0	America/New_York	28.64038	-81.45872	40			FL	095		
7189355	Tropicana Mobile Home Park	tropicana-mobile-home-park	US		0	America/New_York	28.65907	-81.47411	24			FL	095		
7189356	Valencia Estates Mobile Home Park	valencia-estates-mobile-home-park	US		0	America/New_York	28.68747	-81.54324	31			FL	095		
7189357	Victoria Gardens Mobile Home Park	victoria-gardens-mobile-home-park	US		0	America/New_York	28.66334	-81.49695	26			FL	095		
7189358	Chalet North Mobile Home Park	chalet-north-mobile-home-park	US		0	America/New_York	28.664	-81.4763	27			FL	095		
7189359	Fisherman's Paradise Mobile Home Park	fisherman-s-paradise-mobile-home-park	US		0	America/New_York	28.6261	-81.5491	25			FL	095		
7189360	Harrison Trailer Park	harrison-trailer-park	US		0	America/New_York	28.6257	-81.5491	25			FL	095		
7189361	Palm Isles Mobile Home Village	palm-isles-mobile-home-village	US		0	America/New_York	28.70673	-81.5115	40			FL	095		
7189362	Rock Springs Mobile Home Park	rock-springs-mobile-home-park	US		0	America/New_York	28.71074	-81.51395	39			FL	095		
7189363	The Hills Mobile Home Park	the-hills-mobile-home-park	US		0	America/New_York	28.66299	-81.48686	28			FL	095		
7189364	Valley Mobile Home Park	valley-mobile-home-park	US		0	America/New_York	28.75816	-81.59619	36			FL	095		
7189368	Jerrys Park Mobile Home Park	jerrys-park-mobile-home-park	US		0	America/New_York	27.2578	-81.8425	18			FL	027		
7189369	Lazy Bee Mobile Home Park	lazy-bee-mobile-home-park	US		0	America/New_York	27.18058	-81.87363	13			FL	027		
7189370	Lindale Mobile Home Park	lindale-mobile-home-park	US		0	America/New_York	27.17894	-81.86831	14			FL	027		
7189371	Little Gator Park Mobile Home Park	little-gator-park-mobile-home-park	US		0	America/New_York	27.18126	-81.86304	14			FL	027		
7189372	Arcadia Municipal Mobile Home Park	arcadia-municipal-mobile-home-park	US		0	America/New_York	27.2033	-81.8637	16			FL	027		
7189373	Arcadia Village Adult Mobile Home Community	arcadia-village-adult-mobile-home-community	US		0	America/New_York	27.2293	-81.8901	7			FL	027		
7189374	Oakview Mobile Home Estates	oakview-mobile-home-estates	US		0	America/New_York	27.23186	-81.83872	20			FL	027		
7189375	Sunrise Mobile Home Park	sunrise-mobile-home-park	US		0	America/New_York	27.19091	-81.82994	18			FL	027		
7189407	Hide - a - Way Harbor Mobile Home Park	hide-a-way-harbor-mobile-home-park	US		0	America/New_York	28.723	-81.7418	22			FL	069		
7189408	A and B Mobile Home Park	a-and-b-mobile-home-park	US		0	America/New_York	29.172	-81.5252	3			FL	127		
7189409	Blairs Jungle Den Mobile Home Park	blairs-jungle-den-mobile-home-park	US		0	America/New_York	29.1786	-81.5291	1			FL	127		
7189410	Powells Campground Mobile Home Park	powells-campground-mobile-home-park	US		0	America/New_York	29.11978	-81.51202	0			FL	069		
7189412	Atlantic Village Mobile Home Park	atlantic-village-mobile-home-park	US		0	America/New_York	30.3637	-81.4101	3			FL	031		
7189413	Buccaneer Mobile Home Park	buccaneer-mobile-home-park	US		0	America/New_York	30.3466	-81.4154	3			FL	031		
7189414	Oaks of Atlantic Beach Mobile Home Park	oaks-of-atlantic-beach-mobile-home-park	US		0	America/New_York	30.36548	-81.4197	3			FL	031		
7189421	Ariana Shores Mobile Home Park	ariana-shores-mobile-home-park	US		0	America/New_York	28.0916	-81.80221	49			FL	105		
7189422	Eagle Trailer Park	eagle-trailer-park	US		0	America/New_York	28.04696	-81.84717	37			FL	105		
7189423	Jerico Mobile Home Park	jerico-mobile-home-park	US		0	America/New_York	28.0575	-81.8102	44			FL	105		
7189424	Kris Mobile Home Park	kris-mobile-home-park	US		0	America/New_York	28.0715	-81.8534	38			FL	105		
7189425	Tropical Moon Mobile Home Park	tropical-moon-mobile-home-park	US		0	America/New_York	28.05015	-81.85646	35			FL	105		
7189426	Evergreen Mobile Home Estates	evergreen-mobile-home-estates	US		0	America/New_York	28.0505	-81.8565	35			FL	105		
7189427	Happy Day Trailer Park	happy-day-trailer-park	US		0	America/New_York	28.0601	-81.8033	42			FL	105		
7189428	Lake Blue Mobile Home Park	lake-blue-mobile-home-park	US		0	America/New_York	28.0542	-81.7734	47			FL	105		
7189429	Lake Dale Mobile Home Park	lake-dale-mobile-home-park	US		0	America/New_York	28.0503	-81.8533	35			FL	105		
7189430	Lake Juliana Landings Mobile Home Estates	lake-juliana-landings-mobile-home-estates	US		0	America/New_York	28.1427	-81.7996	46			FL	105		
7189431	Lake Mattie Mobile Home Park	lake-mattie-mobile-home-park	US		0	America/New_York	28.1361	-81.7868	40			FL	105		
7189432	Palms Mobile Home Park	palms-mobile-home-park	US		0	America/New_York	28.05729	-81.8102	44			FL	105		
7189433	Tower Manor Mobile Home Community	tower-manor-mobile-home-community	US		0	America/New_York	28.0734	-81.8514	38			FL	105		
7189434	Westside Ridge Mobile Home Community	westside-ridge-mobile-home-community	US		0	America/New_York	28.08103	-81.81554	46			FL	105		
7189438	Brentwood Mobile Home Park	brentwood-mobile-home-park	US		0	America/New_York	27.6181	-81.5092	37			FL	055		
7189439	Lake Viola Trailer Park	lake-viola-trailer-park	US		0	America/New_York	27.6152	-81.4985	35			FL	055		
7189440	Stewart Mobile Village	stewart-mobile-village	US		0	America/New_York	27.58237	-81.51675	41			FL	055		
7189441	Sunny Ridge Mobile Home Park	sunny-ridge-mobile-home-park	US		0	America/New_York	27.59784	-81.51282	50			FL	055		
7189442	Villa del Sol Mobile Home Park	villa-del-sol-mobile-home-park	US		0	America/New_York	27.58763	-81.51842	46			FL	055		
7189443	Avon Mobile Home Park	avon-mobile-home-park	US		0	America/New_York	27.6111	-81.5015	40			FL	055		
7189444	Bonnie Brae Mobile Home Estates	bonnie-brae-mobile-home-estates	US		0	America/New_York	27.5874	-81.5175	46			FL	055		
7189445	Lake Bonnet Village Mobile Home Park	lake-bonnet-village-mobile-home-park	US		0	America/New_York	27.5474	-81.4472	29			FL	055		
7189446	Lake Glenada Mobile Home Park	lake-glenada-mobile-home-park	US		0	America/New_York	27.558	-81.508	35			FL	055		
7189447	Lake Letta Mobile Home Court	lake-letta-mobile-home-court	US		0	America/New_York	27.5571	-81.4522	33			FL	055		
7189448	Marina Cove Mobile Home Park	marina-cove-mobile-home-park	US		0	America/New_York	27.53833	-81.43818	30			FL	055		
7189449	Orange Blossom Fellowship Community Mobile Home Park	orange-blossom-fellowship-community-mobile-home-park	US		0	America/New_York	27.61809	-81.50916	37			FL	055		
7189450	Reflections on Silver Lake Mobile Home Park	reflections-on-silver-lake-mobile-home-park	US		0	America/New_York	27.56832	-81.51989	41			FL	055		
7189451	Ridge Trailer Park	ridge-trailer-park	US		0	America/New_York	27.62466	-81.51363	34			FL	055		
7189452	Southland Mobile Home Park	southland-mobile-home-park	US		0	America/New_York	27.59727	-81.50994	51			FL	055		
7189478	Reed Mobile Home Park	reed-mobile-home-park	US		0	America/New_York	27.83391	-81.52192	41			FL	105		
7189479	Bobs Landing Mobile Home Park	bobs-landing-mobile-home-park	US		0	America/New_York	27.8087	-81.5577	37			FL	105		
7189480	Rufus H Ruis Mobile Home Park	rufus-h-ruis-mobile-home-park	US		0	America/New_York	30.29623	-81.98167	26			FL	031		
7189489	Carroll Mobile Home Park	carroll-mobile-home-park	US		0	America/New_York	27.9179	-81.7887	34			FL	105		
7189490	Hendersons Mobile Home Park	hendersons-mobile-home-park	US		0	America/New_York	27.8699	-81.8299	38			FL	105		
7189491	J B's Mobile Home Park	j-b-s-mobile-home-park	US		0	America/New_York	27.9086	-81.7586	35			FL	105		
7189492	Lake Millsite Estates Mobile Home Park	lake-millsite-estates-mobile-home-park	US		0	America/New_York	27.9669	-81.7729	39			FL	105		
7189493	Bartow Mobile Home Park	bartow-mobile-home-park	US		0	America/New_York	27.8833	-81.8276	38			FL	105		
7189494	S P Mobile Home Park	s-p-mobile-home-park	US		0	America/New_York	27.89731	-81.85014	34			FL	105		
7189495	Terio's Mobile Home Park	terio-s-mobile-home-park	US		0	America/New_York	27.92857	-81.78601	33			FL	105		
7189502	Hesters Mobile Home Park	hesters-mobile-home-park	US		0	America/New_York	26.6866	-80.6713	5			FL	099		
7189503	Johnsons Trailer Park	johnsons-trailer-park	US		0	America/New_York	26.687	-80.6716	5			FL	099		
7189504	Lott's Trailer Park	lott-s-trailer-park	US		0	America/New_York	26.69835	-80.68035	3			FL	099		
7189505	Motes Mobile Home Park	motes-mobile-home-park	US		0	America/New_York	26.68049	-80.68583	5			FL	099		
7189506	Tillmans Mobile Home Park	tillmans-mobile-home-park	US		0	America/New_York	26.67824	-80.65354	3			FL	099		
7189507	Beardens Trailer Park	beardens-trailer-park	US		0	America/New_York	26.6979	-80.6833	5			FL	099		
7189508	Gladeview Mobile Home Park	gladeview-mobile-home-park	US		0	America/New_York	26.6793	-80.6873	4			FL	099		
7189509	Lewis Trailer Park	lewis-trailer-park	US		0	America/New_York	26.69056	-80.67947	5			FL	099		
7189510	Mid City Trailer Park	mid-city-trailer-park	US		0	America/New_York	26.68791	-80.67933	6			FL	099		
7189511	Mohr's Trailer Park	mohr-s-trailer-park	US		0	America/New_York	26.69796	-80.68328	5			FL	099		
7189512	Twin Palms Mobile Home Park	twin-palms-mobile-home-park	US		0	America/New_York	26.7	-80.68295	3			FL	099		
7189514	Belleview Mobile Home Park	belleview-mobile-home-park	US		0	America/New_York	29.0517	-82.0452	23			FL	083		
7189515	Cedar Grove Mobile Home Park	cedar-grove-mobile-home-park	US		0	America/New_York	29.0652	-82.0445	24			FL	083		
7189516	Meadow Lark Mobile Home Park	meadow-lark-mobile-home-park	US		0	America/New_York	29.05454	-82.07036	23			FL	083		
7189517	Misty Lane Mobile Home Park	misty-lane-mobile-home-park	US		0	America/New_York	29.05264	-82.06554	27			FL	083		
7189518	Pine Village Mobile Home Park	pine-village-mobile-home-park	US		0	America/New_York	29.07397	-82.08604	24			FL	083		
7189519	Silver Oaks Mobile Home Park	silver-oaks-mobile-home-park	US		0	America/New_York	29.07247	-82.06478	22			FL	083		
7189520	Smith Lake Shores Village Mobile Home Park	smith-lake-shores-village-mobile-home-park	US		0	America/New_York	29.05361	-81.99369	19			FL	083		
7189521	Westside Trailer Park	westside-trailer-park	US		0	America/New_York	29.05843	-82.06429	23			FL	083		
7189522	A and M Mobile Home Park	a-and-m-mobile-home-park	US		0	America/New_York	29.0725	-82.0648	22			FL	083		
7189523	Compton Mobile Home Park	compton-mobile-home-park	US		0	America/New_York	29.0725	-82.0648	22			FL	083		
7189524	Gateway Mobile Home Park	gateway-mobile-home-park	US		0	America/New_York	29.07	-82.0628	23			FL	083		
7189525	Green Oaks Manor Mobile Home Park	green-oaks-manor-mobile-home-park	US		0	America/New_York	29.0654	-82.0447	24			FL	083		
7189526	Par I Mobile Home Park	par-i-mobile-home-park	US		0	America/New_York	29.06262	-82.04703	24			FL	083		
7189527	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/New_York	29.04894	-82.045	23			FL	083		
7189530	Beverly Beach Trailer Park	beverly-beach-trailer-park	US		0	America/New_York	29.5273	-81.152	5			FL	035		
7189531	Surfside Estates Mobile Home Park	surfside-estates-mobile-home-park	US		0	America/New_York	29.52232	-81.15007	1			FL	035		
7189532	Marx Mobile Home Park	marx-mobile-home-park	US		0	America/New_York	24.59851	-81.66124	0			FL	087		
7189535	Deans Trailer Park	deans-trailer-park	US		0	America/New_York	24.6721	-81.3401	0			FL	087		
7189536	Howards Haven Mobile Home Park	howards-haven-mobile-home-park	US		0	America/New_York	24.671	-81.3407	0			FL	087		
7189596	Pink Citrus Mobile Home Park	pink-citrus-mobile-home-park	US		0	America/New_York	26.6799	-82.15122	1			FL	071		
7189606	Sabal Palm Court Mobile Home Park	sabal-palm-court-mobile-home-park	US		0	America/New_York	26.34134	-81.77624	3			FL	071		
7189607	Tropicaire Trailer Park	tropicaire-trailer-park	US		0	America/New_York	26.33313	-81.78332	3			FL	071		
7189608	Tropical Trailer Park	tropical-trailer-park	US		0	America/New_York	26.33717	-81.78066	3			FL	071		
7189609	Anglers Paradise of Bonita Springs Mobile Home Park	anglers-paradise-of-bonita-springs-mobile-home-park	US		0	America/New_York	26.3349	-81.8094	2			FL	071		
7189610	Bonita Saint James Village Mobile Home Park	bonita-saint-james-village-mobile-home-park	US		0	America/New_York	26.3587	-81.7817	4			FL	071		
7189611	Citrus Park Mobile Home Village	citrus-park-mobile-home-village	US		0	America/New_York	26.3713	-81.7496	4			FL	071		
7189612	Glade Haven Mobile Home Park	glade-haven-mobile-home-park	US		0	America/New_York	26.3478	-81.7462	3			FL	071		
7189613	Imperial Bonita Estates Mobile Home Park	imperial-bonita-estates-mobile-home-park	US		0	America/New_York	26.3393	-81.7579	3			FL	071		
7189614	Oak Creek Mobile Home Park	oak-creek-mobile-home-park	US		0	America/New_York	26.33425	-81.77824	3			FL	071		
7189615	Palm Lake Trailer and Camping Resort	palm-lake-trailer-and-camping-resort	US		0	America/New_York	26.33021	-81.76408	3			FL	071		
7189625	Grace Mobile Home Park	grace-mobile-home-park	US		0	America/New_York	27.6321	-81.8243	30			FL	049		
7189637	Hometown Whispering Pines Mobile Home Park	hometown-whispering-pines-mobile-home-park	US		0	America/New_York	26.5591	-80.1032	4			FL	099		
7189638	Jamaica Bay Mobile Home Park	jamaica-bay-mobile-home-park	US		0	America/New_York	26.5431	-80.1191	5			FL	099		
7189639	La Paloma Community Mobile Home Park	la-paloma-community-mobile-home-park	US		0	America/New_York	26.5399	-80.1185	5			FL	099		
7189640	Royal Manor Mobile Home Estates	royal-manor-mobile-home-estates	US		0	America/New_York	26.54443	-80.11267	4			FL	099		
7189641	Sand and Sea Village Mobile Home Park	sand-and-sea-village-mobile-home-park	US		0	America/New_York	26.54262	-80.09668	4			FL	099		
7189642	Sunny South Estates Mobile Home Park	sunny-south-estates-mobile-home-park	US		0	America/New_York	26.54979	-80.09987	5			FL	099		
7189643	Whispering Pines Mobile Home Park	whispering-pines-mobile-home-park	US		0	America/New_York	26.55914	-80.10327	4			FL	099		
7189657	Bull Creek Mobile Home Park	bull-creek-mobile-home-park	US		0	America/New_York	29.4231	-81.4349	1			FL	035		
7189658	Hanks Hideaway Mobile Home Park	hanks-hideaway-mobile-home-park	US		0	America/New_York	29.4221	-81.4326	1			FL	035		
7189659	Palm Terrace Mobile Manor	palm-terrace-mobile-manor	US		0	America/New_York	29.47758	-81.24431	7			FL	035		
7189661	Bushnell Trailer Court	bushnell-trailer-court	US		0	America/New_York	28.6672	-82.1135	24			FL	119		
7189662	Majestic Oaks Mobile Home Park	majestic-oaks-mobile-home-park	US		0	America/New_York	28.65856	-82.14185	20			FL	119		
7189663	Rosewood Mobile Home Park	rosewood-mobile-home-park	US		0	America/New_York	28.6678	-82.14853	20			FL	119		
7189664	Wynn Haven Mobile Home Park	wynn-haven-mobile-home-park	US		0	America/New_York	28.72137	-82.24092	15			FL	119		
7189665	Duval Mobile Home Park	duval-mobile-home-park	US		0	America/New_York	28.6336	-82.2518	18			FL	119		
7189667	Braddocks Trailer Park	braddocks-trailer-park	US		0	America/New_York	30.5599	-81.8266	6			FL	089		
7189668	Lakeshore Trailer Park	lakeshore-trailer-park	US		0	America/New_York	26.8563	-80.6361	5			FL	099		
7189671	Mango Manor Mobile Home Park	mango-manor-mobile-home-park	US		0	America/New_York	28.39383	-80.60656	1			FL	009		
7189672	Southgate Mobile Homes	southgate-mobile-homes	US		0	America/New_York	28.40033	-80.60641	1			FL	009		
7189673	Cape Canaveral Trailer Village	cape-canaveral-trailer-village	US		0	America/New_York	28.3945	-80.6065	1			FL	009		
7189674	Cocoa Palms Mobile Home Park	cocoa-palms-mobile-home-park	US		0	America/New_York	28.3794	-80.6074	3			FL	009		
7189675	Hitching Post Trailer Ranch	hitching-post-trailer-ranch	US		0	America/New_York	28.3848	-80.6072	2			FL	009		
7189676	Oak Manor Mobile Home Park	oak-manor-mobile-home-park	US		0	America/New_York	28.3971	-80.60654	1			FL	009		
7189677	Port Canaveral Trailer Park	port-canaveral-trailer-park	US		0	America/New_York	28.40408	-80.60505	2			FL	009		
7189709	Helen Street Mobile Home Park South	helen-street-mobile-home-park-south	US		0	America/New_York	28.6936	-81.3167	20			FL	117		
7189710	Lake Kathryn Estates Mobile Home Park	lake-kathryn-estates-mobile-home-park	US		0	America/New_York	28.687	-81.3249	16			FL	117		
7189712	Mary Lu Mobile Home Park	mary-lu-mobile-home-park	US		0	America/New_York	26.96927	-82.04498	1			FL	015		
7189713	Palmetto Mobile Home Park	palmetto-mobile-home-park	US		0	America/New_York	26.97069	-82.06837	1			FL	015		
7189714	Lakeside Travel Park	lakeside-travel-park	US		0	America/New_York	29.417	-82.1437	18			FL	083		
7189716	Palm Haven Mobile Home Park	palm-haven-mobile-home-park	US		0	America/New_York	26.06244	-80.25714	1			FL	011		
7189717	Sunshine Village Mobile Home Park	sunshine-village-mobile-home-park	US		0	America/New_York	26.11432	-80.32788	1			FL	011		
7189718	Cheron Village Mobile Home Park	cheron-village-mobile-home-park	US		0	America/New_York	26.1072	-80.3253	1			FL	011		
7189719	Dell Trailer Park	dell-trailer-park	US		0	America/New_York	26.062	-80.2447	1			FL	011		
7189720	East Pine Ridge Mobile Home Park	east-pine-ridge-mobile-home-park	US		0	America/New_York	26.061	-80.2582	1			FL	011		
7189721	Everglades Lakes Mobile Home Community	everglades-lakes-mobile-home-community	US		0	America/New_York	26.0802	-80.2197	1			FL	011		
7189722	Ponderosa Mobile Park	ponderosa-mobile-park	US		0	America/New_York	26.06185	-80.24467	1			FL	011		
7189723	Rexmere Village Mobile Home Park	rexmere-village-mobile-home-park	US		0	America/New_York	26.10535	-80.30216	1			FL	011		
7189724	Swaying Palms Mobile Home Park	swaying-palms-mobile-home-park	US		0	America/New_York	26.06178	-80.21041	1			FL	011		
7189725	Western Hills Estates Mobile Home Park	western-hills-estates-mobile-home-park	US		0	America/New_York	26.11216	-80.32003	1			FL	011		
7189736	Colonial Colony North Mobile Home Park	colonial-colony-north-mobile-home-park	US		0	America/New_York	29.2323	-81.0575	3			FL	127		
7189737	Cozy Circle Trailer Park	cozy-circle-trailer-park	US		0	America/New_York	29.2251	-81.043	1			FL	127		
7189738	Lacosta Village Mobile Home Park	lacosta-village-mobile-home-park	US		0	America/New_York	29.1585	-81.0314	8			FL	127		
7189739	Robin Hood Terrace Mobile Home Park	robin-hood-terrace-mobile-home-park	US		0	America/New_York	29.22305	-81.04338	2			FL	127		
7189740	Sherwood Del Mobile Home Park	sherwood-del-mobile-home-park	US		0	America/New_York	29.22313	-81.04342	2			FL	127		
7189741	Carriage Cove Mobile Home Park	carriage-cove-mobile-home-park	US		0	America/New_York	29.1691	-81.0292	3			FL	127		
7189742	Colonial Colony South Mobile Home Park	colonial-colony-south-mobile-home-park	US		0	America/New_York	29.1668	-81.0334	8			FL	127		
7189743	Double D Mobile Ranch	double-d-mobile-ranch	US		0	America/New_York	29.0853	-81.0711	7			FL	127		
7189744	Mansfield Mobile Home Park	mansfield-mobile-home-park	US		0	America/New_York	29.17259	-81.06717	8			FL	127		
7189754	Flamingo Mobile Home Resort	flamingo-mobile-home-resort	US		0	America/New_York	26.6769	-81.8133	5			FL	071		
7189755	Las Palmas Mobile Home Park	las-palmas-mobile-home-park	US		0	America/New_York	26.66988	-81.81057	3			FL	071		
7189756	Page Mobile Home Village	page-mobile-home-village	US		0	America/New_York	26.58892	-81.87408	4			FL	071		
7189757	Palm and Pine Park	palm-and-pine-park	US		0	America/New_York	26.65652	-81.85069	2			FL	071		
7189759	Poinsettia Mobile Home Park	poinsettia-mobile-home-park	US		0	America/New_York	26.65425	-81.81571	5			FL	071		
7189760	Indian Creek Park Mobile Home Park	indian-creek-park-mobile-home-park	US		0	America/New_York	26.4867	-81.9495	1			FL	071		
7189761	Jamaica Bay West Mobile Home Park	jamaica-bay-west-mobile-home-park	US		0	America/New_York	26.5216	-81.8618	2			FL	071		
7189762	Lakes Park Mobile Home Community	lakes-park-mobile-home-community	US		0	America/New_York	26.5303	-81.873	1			FL	071		
7189763	Old Bridge Village Mobile Home Park	old-bridge-village-mobile-home-park	US		0	America/New_York	26.67912	-81.86327	0			FL	071		
7189764	Orange Grove Mobile Home Park	orange-grove-mobile-home-park	US		0	America/New_York	26.66494	-81.81739	3			FL	071		
7189765	Orange Harbor Mobile Home Park	orange-harbor-mobile-home-park	US		0	America/New_York	26.69227	-81.79369	0			FL	071		
7189766	Palm and Pines Mobile Home Park	palm-and-pines-mobile-home-park	US		0	America/New_York	26.65651	-81.8508	2			FL	071		
7189767	River Trails Mobile Home Park	river-trails-mobile-home-park	US		0	America/New_York	26.71048	-81.85011	3			FL	071		
7189768	Siesta Park Mobile Home Park	siesta-park-mobile-home-park	US		0	America/New_York	26.68026	-81.79278	4			FL	071		
7189851	Aspen Indian Creek Park	aspen-indian-creek-park	US		0	America/New_York	26.4901	-81.9412	1			FL	071		
7189862	Bennetts Mobile Home Park	bennetts-mobile-home-park	US		0	America/New_York	27.4031	-80.3277	4			FL	111		
7189863	Colony Club Mobile Home Park	colony-club-mobile-home-park	US		0	America/New_York	27.4808	-80.3406	6			FL	111		
7189864	Seminole Mobile Park	seminole-mobile-park	US		0	America/New_York	27.44842	-80.36069	5			FL	111		
7189865	Torpey Oaks Mobile Home Park	torpey-oaks-mobile-home-park	US		0	America/New_York	27.50884	-80.34914	8			FL	111		
7189866	Windsong Mobile Village	windsong-mobile-village	US		0	America/New_York	27.40598	-80.32837	5			FL	111		
7189867	Country Cove Mobile Home Community	country-cove-mobile-home-community	US		0	America/New_York	27.5067	-80.351	10			FL	111		
7189868	Cypress Bay Mobile Home Park	cypress-bay-mobile-home-park	US		0	America/New_York	27.5504	-80.3712	5			FL	111		
7189869	Glen Oaks Mobile Home Park	glen-oaks-mobile-home-park	US		0	America/New_York	27.4734	-80.3381	5			FL	111		
7189870	Golden Ponds Mobile Home Park	golden-ponds-mobile-home-park	US		0	America/New_York	27.4656	-80.4269	6			FL	111		
7189871	H and H Mobile Home Park	h-and-h-mobile-home-park	US		0	America/New_York	27.3545	-80.3273	3			FL	111		
7189872	Palm Vista Mobile Ranch	palm-vista-mobile-ranch	US		0	America/New_York	27.44066	-80.35877	4			FL	111		
7189873	Spanish Lakes Country Club Village Mobile Home Park	spanish-lakes-country-club-village-mobile-home-park	US		0	America/New_York	27.54991	-80.38597	6			FL	111		
7189874	Tall Pines Mobile Home Community	tall-pines-mobile-home-community	US		0	America/New_York	27.47829	-80.34358	4			FL	111		
7189875	Tangelo Village Mobile Home Park	tangelo-village-mobile-home-park	US		0	America/New_York	27.40935	-80.3207	5			FL	111		
7189876	Tropical Isles Mobile Home Park	tropical-isles-mobile-home-park	US		0	America/New_York	27.36493	-80.32029	4			FL	111		
7189877	Woodbine Mobile Home Park	woodbine-mobile-home-park	US		0	America/New_York	25.97778	-80.14324	3			FL	011		
7189878	Eastwood Mobile Home Park	eastwood-mobile-home-park	US		0	America/New_York	25.9771	-80.14332	3			FL	011		
7189879	El Rancho Trailer Park	el-rancho-trailer-park	US		0	America/New_York	25.9905	-80.1434	1			FL	011		
7189880	Golden Trio Mobile Home Park	golden-trio-mobile-home-park	US		0	America/New_York	25.97771	-80.1598	1			FL	011		
7189881	Hi Land Trailer Court	hi-land-trailer-court	US		0	America/New_York	25.9874	-80.1509	3			FL	011		
7189882	S S Mobile Park	s-s-mobile-park	US		0	America/New_York	25.99044	-80.14346	1			FL	011		
7189883	Snowbird Haven Mobile Home Park	snowbird-haven-mobile-home-park	US		0	America/New_York	25.97722	-80.15943	1			FL	011		
7189884	Tower Mobile Home Park	tower-mobile-home-park	US		0	America/New_York	25.97893	-80.14518	2			FL	011		
7189885	Harbor Oaks Trailer Park	harbor-oaks-trailer-park	US		0	America/New_York	29.1048	-80.973	1			FL	127		
7189888	Whispering Pines Commmunity Mobile Home Park	whispering-pines-commmunity-mobile-home-park	US		0	America/New_York	29.68524	-82.035	39			FL	107		
7189898	Holiday Acres Mobile Home Park	holiday-acres-mobile-home-park	US		0	America/New_York	25.8489	-80.3113	1			FL	086		
7189899	Hibiscus Trailer Park	hibiscus-trailer-park	US		0	America/New_York	25.8514	-80.3136	1			FL	086		
7189904	Courtly Manor Mobile Home Park	courtly-manor-mobile-home-park	US		0	America/New_York	25.8865	-80.3606	1			FL	086		
7189905	Johnnys Mobile Home Park	johnnys-mobile-home-park	US		0	America/New_York	29.8209	-82.6016	21			FL	001		
7189910	B and W Mobile Home Park	b-and-w-mobile-home-park	US		0	America/New_York	27.9641	-81.8749	36			FL	105		
7189911	Highland Pines Mobile Home Park	highland-pines-mobile-home-park	US		0	America/New_York	27.964	-81.8751	35			FL	105		
7189926	Hillside Trailer Park	hillside-trailer-park	US		0	America/New_York	29.2355	-81.0647	10			FL	127		
7189927	Holly Forest Estates Mobile Home Park	holly-forest-estates-mobile-home-park	US		0	America/New_York	29.2454	-81.0577	3			FL	127		
7189928	Iowa Trailer Park	iowa-trailer-park	US		0	America/New_York	29.2383	-81.0368	4			FL	127		
7189929	Ashland Mobile Home Park	ashland-mobile-home-park	US		0	America/New_York	29.2328	-81.0358	2			FL	127		
7189930	Royal Oak Trailer Park	royal-oak-trailer-park	US		0	America/New_York	29.23162	-81.0324	4			FL	127		
7189933	Whispering Pines Trailer Park	whispering-pines-trailer-park	US		0	America/New_York	30.22954	-81.77483	21			FL	031		
7189934	Yukon Station Mobile Home Park	yukon-station-mobile-home-park	US		0	America/New_York	30.23336	-81.70046	5			FL	031		
7189935	Admiral's Walk Mobile Home Estates	admiral-s-walk-mobile-home-estates	US		0	America/New_York	30.3481	-81.4165	3			FL	031		
7189936	Americana Mobile Home Park	americana-mobile-home-park	US		0	America/New_York	30.2171	-81.7408	6			FL	031		
7189937	Brookview Trailer Park	brookview-trailer-park	US		0	America/New_York	30.3249	-81.5309	11			FL	031		
7189938	Circle Eleven Mobile Home Park	circle-eleven-mobile-home-park	US		0	America/New_York	30.2491	-81.8139	24			FL	031		
7189939	Clayton Estates Mobile Home Park	clayton-estates-mobile-home-park	US		0	America/New_York	30.2807	-81.8417	23			FL	031		
7189940	Continental Village Mobile Home Park	continental-village-mobile-home-park	US		0	America/New_York	30.1988	-81.7209	7			FL	031		
7189941	Crystal Springs Estates Mobile Home Community	crystal-springs-estates-mobile-home-community	US		0	America/New_York	30.3073	-81.8509	18			FL	031		
7189942	Deerpointe Mobile Home Community	deerpointe-mobile-home-community	US		0	America/New_York	30.2507	-81.8099	22			FL	031		
7189943	Fleetwood Mobile Home Park	fleetwood-mobile-home-park	US		0	America/New_York	30.2722	-81.6206	6			FL	031		
7189944	Four Seasons Mobile Home Park	four-seasons-mobile-home-park	US		0	America/New_York	30.3257	-81.775	8			FL	031		
7189945	Gateway Trailer Park	gateway-trailer-park	US		0	America/New_York	30.3697	-81.6507	5			FL	031		
7189946	Grazing Meadows Mobile Home Village	grazing-meadows-mobile-home-village	US		0	America/New_York	30.2509	-81.8149	24			FL	031		
7189947	Hewitt Street Mobile Home Park	hewitt-street-mobile-home-park	US		0	America/New_York	30.2459	-81.7846	25			FL	031		
7189948	Jamestown Estates Mobile Home Park	jamestown-estates-mobile-home-park	US		0	America/New_York	30.2175	-81.7527	6			FL	031		
7189949	Longbranch Trailer Park	longbranch-trailer-park	US		0	America/New_York	30.36969	-81.65081	5			FL	031		
7189950	Magnolia Circle Manufactured Home Community	magnolia-circle-manufactured-home-community	US		0	America/New_York	30.25016	-81.78001	24			FL	031		
7189951	Mayport Mobile Home Park	mayport-mobile-home-park	US		0	America/New_York	30.36879	-81.41016	3			FL	031		
7189952	Normandy Estates Mobile Home Community	normandy-estates-mobile-home-community	US		0	America/New_York	30.28696	-81.80325	23			FL	031		
7189953	Oaks Mobile Home Court	oaks-mobile-home-court	US		0	America/New_York	30.44233	-81.64006	3			FL	031		
7189954	Oceanway Village Mobile Home Park	oceanway-village-mobile-home-park	US		0	America/New_York	30.47145	-81.61981	7			FL	031		
7189955	Orange Park North Mobile Home Community	orange-park-north-mobile-home-community	US		0	America/New_York	30.19684	-81.71564	7			FL	031		
7189956	Ortega Village Manufactured Home Community	ortega-village-manufactured-home-community	US		0	America/New_York	30.23628	-81.72439	5			FL	031		
7189957	Paradise Village Mobile Home Park	paradise-village-mobile-home-park	US		0	America/New_York	30.3182	-81.82505	28			FL	031		
7189958	Park Ridge Mobile Home Park	park-ridge-mobile-home-park	US		0	America/New_York	30.24979	-81.80793	22			FL	031		
7189959	Pine Oaks Mobile Home Park	pine-oaks-mobile-home-park	US		0	America/New_York	30.2805	-81.62726	7			FL	031		
7189960	Pine Villa Mobile Home Park	pine-villa-mobile-home-park	US		0	America/New_York	30.27056	-81.77739	22			FL	031		
7189961	Ponce De Leon Mobile Home Park	ponce-de-leon-mobile-home-park	US		0	America/New_York	30.32067	-81.53889	12			FL	031		
7189962	Portside Mobile Home Park	portside-mobile-home-park	US		0	America/New_York	30.29738	-81.45082	5			FL	031		
7189963	Senior Citizens Mobile Home Terrace	senior-citizens-mobile-home-terrace	US		0	America/New_York	30.25667	-81.80084	20			FL	031		
7189964	Shawn Lane Mobile Home Park	shawn-lane-mobile-home-park	US		0	America/New_York	30.2195	-81.77456	12			FL	031		
7189965	Study Estates Mobile Home Park	study-estates-mobile-home-park	US		0	America/New_York	30.39983	-81.75287	7			FL	031		
7189966	Sundown Estates Mobile Home Park	sundown-estates-mobile-home-park	US		0	America/New_York	30.3114	-81.5694	9			FL	031		
7189967	Taylor Mobile Home Park	taylor-mobile-home-park	US		0	America/New_York	30.26673	-81.84631	27			FL	031		
7189968	Three Seasons Mobile Home Village	three-seasons-mobile-home-village	US		0	America/New_York	30.20598	-81.74358	6			FL	031		
7189969	Trailer Terrace Mobile Home Park	trailer-terrace-mobile-home-park	US		0	America/New_York	30.24319	-81.69442	3			FL	031		
7189970	Trout River Mobile Home Park	trout-river-mobile-home-park	US		0	America/New_York	30.41707	-81.73521	3			FL	031		
7189971	Westport Mobile Home Park	westport-mobile-home-park	US		0	America/New_York	30.24604	-81.76074	13			FL	031		
7189972	Woodland Estates Mobile Home Park	woodland-estates-mobile-home-park	US		0	America/New_York	30.25084	-81.80996	22			FL	031		
7189984	Highlands Mobile Home Park	highlands-mobile-home-park	US		0	America/New_York	28.6045	-81.7533	62			FL	069		
7189985	Jones Cypress Cove Resort Mobile Home Park	jones-cypress-cove-resort-mobile-home-park	US		0	America/New_York	28.5295	-81.7841	31			FL	069		
7189986	Minneola Court Mobile Home Park	minneola-court-mobile-home-park	US		0	America/New_York	28.57604	-81.74723	36			FL	069		
7189987	Oak Lane Mobile Home Park	oak-lane-mobile-home-park	US		0	America/New_York	28.55639	-81.80569	30			FL	069		
7189988	Emerald Lakes Mobile Village	emerald-lakes-mobile-village	US		0	America/New_York	28.5529	-81.7804	29			FL	069		
7189989	Minnehaha Trailer Park	minnehaha-trailer-park	US		0	America/New_York	28.54362	-81.74659	36			FL	069		
7190016	Everglades Mobile Home Park	everglades-mobile-home-park	US		0	America/New_York	26.7494	-80.9213	4			FL	051		
7190017	Fairgrounds Mobile Home Park	fairgrounds-mobile-home-park	US		0	America/New_York	26.7493	-80.9213	4			FL	051		
7190018	Foxbriar Mobile Home Park	foxbriar-mobile-home-park	US		0	America/New_York	26.7439	-80.9067	4			FL	051		
7190019	Oaklane Mobile Home Park	oaklane-mobile-home-park	US		0	America/New_York	26.74419	-80.90668	4			FL	051		
7190020	Royal Palm Trailer Park	royal-palm-trailer-park	US		0	America/New_York	26.75296	-80.92363	5			FL	051		
7190021	Sugarland Mobile Home Park	sugarland-mobile-home-park	US		0	America/New_York	26.74967	-80.9356	5			FL	051		
7190022	Twin Lakes Mobile Home Estates	twin-lakes-mobile-home-estates	US		0	America/New_York	26.74146	-80.91826	4			FL	051		
7190023	Ventura Mobile Home Park	ventura-mobile-home-park	US		0	America/New_York	26.75301	-80.92127	5			FL	051		
7190024	Belchers Mobile Home Park	belchers-mobile-home-park	US		0	America/New_York	26.7567	-80.9742	5			FL	051		
7190025	Clewiston Trailer Park	clewiston-trailer-park	US		0	America/New_York	26.7531	-80.9214	5			FL	051		
7190026	Kites Nest Mobile Home Park	kites-nest-mobile-home-park	US		0	America/New_York	26.7496	-80.9292	5			FL	051		
7190027	Tropical Mobile Home Village	tropical-mobile-home-village	US		0	America/New_York	26.744	-80.9047	1			FL	051		
7190064	Cocoa Point Park Mobile Home Park	cocoa-point-park-mobile-home-park	US		0	America/New_York	28.3516	-80.781	4			FL	009		
7190065	Eagle One Mobile Home Park	eagle-one-mobile-home-park	US		0	America/New_York	28.3598	-80.7565	5			FL	009		
7190066	Florida Mobile Home Park	florida-mobile-home-park	US		0	America/New_York	28.36859	-80.7571	9			FL	009		
7190067	Harbour Mobile Home Park	harbour-mobile-home-park	US		0	America/New_York	28.3572	-80.7399	7			FL	009		
7190068	King Street Mobile Home Community	king-street-mobile-home-community	US		0	America/New_York	28.3543	-80.7531	5			FL	009		
7190069	Tropical Court Mobile Home Park	tropical-court-mobile-home-park	US		0	America/New_York	28.36941	-80.75287	10			FL	009		
7190070	Twin Oaks Park Mobile Home Park	twin-oaks-park-mobile-home-park	US		0	America/New_York	28.3625	-80.75664	8			FL	009		
7190071	Byrd Plaza Mobile Home Park	byrd-plaza-mobile-home-park	US		0	America/New_York	28.37204	-80.73825	11			FL	009		
7190072	Cedar Lakes Mobile Home Park	cedar-lakes-mobile-home-park	US		0	America/New_York	28.3513	-80.8046	4			FL	009		
7190073	Central Mobile Home Park	central-mobile-home-park	US		0	America/New_York	28.3583	-80.7393	7			FL	009		
7190074	Cypress Strand Mobile Home Park	cypress-strand-mobile-home-park	US		0	America/New_York	28.366	-80.8072	6			FL	009		
7190075	Fontana Cove Mobile Home Park	fontana-cove-mobile-home-park	US		0	America/New_York	28.3572	-80.7537	5			FL	009		
7190076	Forest Village Mobile Park	forest-village-mobile-park	US		0	America/New_York	28.3559	-80.7981	5			FL	009		
7190077	Maplewood Village Mobile Home Park	maplewood-village-mobile-home-park	US		0	America/New_York	28.3569	-80.8013	6			FL	009		
7190078	Oak Mobile Home Park	oak-mobile-home-park	US		0	America/New_York	28.34987	-80.72859	9			FL	009		
7190079	Poinsett Mobile Home Park	poinsett-mobile-home-park	US		0	America/New_York	28.35162	-80.78099	4			FL	009		
7190080	Sunlake Estates Mobile Home Park	sunlake-estates-mobile-home-park	US		0	America/New_York	28.4272	-80.77775	8			FL	009		
7190081	Tradewind Estates Mobile Home Park	tradewind-estates-mobile-home-park	US		0	America/New_York	28.43536	-80.75909	3			FL	009		
7190082	West Gate Mobile Home Park	west-gate-mobile-home-park	US		0	America/New_York	28.36705	-80.80221	6			FL	009		
7190117	Cocoa Beach Trailer Park	cocoa-beach-trailer-park	US		0	America/New_York	28.287	-80.6084	2			FL	009		
7190118	Crescent Beach Trailer Court	crescent-beach-trailer-court	US		0	America/New_York	28.2806	-80.6082	1			FL	009		
7190120	Hometown Country Lakes Mobile Home Park	hometown-country-lakes-mobile-home-park	US		0	America/New_York	26.3128	-80.1778	4			FL	011		
7190121	Coral Lake Mobile Home Park	coral-lake-mobile-home-park	US		0	America/New_York	26.2868	-80.1886	4			FL	011		
7190122	Country Lakes Community Mobile Home Park	country-lakes-community-mobile-home-park	US		0	America/New_York	26.3138	-80.1794	4			FL	011		
7190123	Deerfield Lake Mobile Home Park	deerfield-lake-mobile-home-park	US		0	America/New_York	26.3155	-80.1844	4			FL	011		
7190124	Hillsboro Mobile Home Park	hillsboro-mobile-home-park	US		0	America/New_York	26.3191	-80.197	4			FL	011		
7190125	Tallowwood Isle Mobile Home Park	tallowwood-isle-mobile-home-park	US		0	America/New_York	26.31151	-80.17418	5			FL	011		
7190141	Hide - a - Way Cove Mobile Home Park	hide-a-way-cove-mobile-home-park	US		0	America/New_York	29.4819	-81.5428	4			FL	107		
7190142	Lake Crescent Mobile Home Park	lake-crescent-mobile-home-park	US		0	America/New_York	29.4481	-81.5104	2			FL	107		
7190149	Ocean Waterway Mobile Home Park	ocean-waterway-mobile-home-park	US		0	America/New_York	26.0598	-80.15879	3			FL	011		
7190150	Adirondack Trailer Park	adirondack-trailer-park	US		0	America/New_York	25.9778	-80.1433	3			FL	011		
7190151	Weiners Mobile Home Park	weiners-mobile-home-park	US		0	America/New_York	26.05376	-80.13089	1			FL	011		
7190152	Hitching Post Mobile Home Park	hitching-post-mobile-home-park	US		0	America/New_York	26.0396	-80.1424	2			FL	011		
7190154	Belyew Trailer Park	belyew-trailer-park	US		0	America/New_York	28.1747	-81.5992	34			FL	105		
7190155	Diamond Acres Mobile Park	diamond-acres-mobile-park	US		0	America/New_York	28.15772	-81.6493	44			FL	105		
7190156	Mouse Mountain Mobile Home Resort	mouse-mountain-mobile-home-resort	US		0	America/New_York	28.25756	-81.5917	40			FL	105		
7190157	Oak Haven Mobile Home Park	oak-haven-mobile-home-park	US		0	America/New_York	28.18254	-81.59638	36			FL	105		
7190158	Spring Lake Mobile Home Park	spring-lake-mobile-home-park	US		0	America/New_York	28.17375	-81.59502	32			FL	105		
7190159	Village of la Casa del Sol Mobile Home Park	village-of-la-casa-del-sol-mobile-home-park	US		0	America/New_York	28.17377	-81.6423	44			FL	105		
7190160	Windmill Village Mobile Home Park	windmill-village-mobile-home-park	US		0	America/New_York	28.14159	-81.63384	53			FL	105		
7190161	Clair Mar Mobile Home Park	clair-mar-mobile-home-park	US		0	America/New_York	28.1737	-81.6423	45			FL	105		
7190162	Emerald Lake Mobile Home Park	emerald-lake-mobile-home-park	US		0	America/New_York	28.1886	-81.6504	39			FL	105		
7190163	Sunlake Terrace Estates Mobile Home Park	sunlake-terrace-estates-mobile-home-park	US		0	America/New_York	28.24689	-81.56679	28			FL	105		
7190164	Three Worlds Mobile Home Resort	three-worlds-mobile-home-resort	US		0	America/New_York	28.2069	-81.57398	34			FL	105		
7190170	Orange Blossom Mobile Home Park	orange-blossom-mobile-home-park	US		0	America/New_York	26.06752	-80.2357	1			FL	011		
7190213	Spring Garden Ranch Mobile Home Park	spring-garden-ranch-mobile-home-park	US		0	America/New_York	29.13586	-81.33777	17			FL	127		
7190220	Kings Lake Mobile Home Community	kings-lake-mobile-home-community	US		0	America/New_York	28.9104	-81.3099	9			FL	127		
7190221	Lake Villa Estates Mobile Home Park	lake-villa-estates-mobile-home-park	US		0	America/New_York	28.8572	-81.3224	7			FL	127		
7190231	Pine Tree Mobile Home Park	pine-tree-mobile-home-park	US		0	America/New_York	26.32448	-80.12203	2			FL	011		
7190232	Deerfield Trailer Park	deerfield-trailer-park	US		0	America/New_York	26.3124	-80.0928	2			FL	011		
7190233	Tidewater Estates Mobile Home Park	tidewater-estates-mobile-home-park	US		0	America/New_York	26.32552	-80.12752	3			FL	011		
7190244	A Better Place Mobile Home Park	a-better-place-mobile-home-park	US		0	America/New_York	29.0045	-81.2935	10			FL	127		
7190245	Applegate Estates Mobile Home Park	applegate-estates-mobile-home-park	US		0	America/New_York	29.0781	-81.3078	28			FL	127		
7190246	Brookwood Mobile Home Park	brookwood-mobile-home-park	US		0	America/New_York	29.0129	-81.3066	12			FL	127		
7190247	Lakeside Village Mobile Home Park	lakeside-village-mobile-home-park	US		0	America/New_York	28.98221	-81.30135	12			FL	127		
7190248	Palm Mobile Home Park	palm-mobile-home-park	US		0	America/New_York	29.07762	-81.30677	28			FL	127		
7190249	Phoenix Estates Mobile Home Park	phoenix-estates-mobile-home-park	US		0	America/New_York	29.09132	-81.32716	23			FL	127		
7190250	Riviera Mobile Home Park	riviera-mobile-home-park	US		0	America/New_York	28.99593	-81.36718	2			FL	127		
7190251	Sago Palm Mobile Home Park	sago-palm-mobile-home-park	US		0	America/New_York	29.07565	-81.30941	29			FL	127		
7190252	Sha De Land Mobile Home Park	sha-de-land-mobile-home-park	US		0	America/New_York	29.01052	-81.30396	10			FL	127		
7190253	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/New_York	29.01237	-81.30383	9			FL	127		
7190254	A Better Place Phase III Mobile Home Park	a-better-place-phase-iii-mobile-home-park	US		0	America/New_York	29.0072	-81.2923	11			FL	127		
7190255	Deland Municipal Trailer Park	deland-municipal-trailer-park	US		0	America/New_York	29.0227	-81.3048	12			FL	127		
7190256	Fernwood Mobile Home Park	fernwood-mobile-home-park	US		0	America/New_York	29.0754	-81.3026	27			FL	127		
7190257	Hawthorne Hills of Deland Mobile Home Park	hawthorne-hills-of-deland-mobile-home-park	US		0	America/New_York	29.0079	-81.2921	15			FL	127		
7190258	Hidden Hills Mobile Home Park	hidden-hills-mobile-home-park	US		0	America/New_York	29.0918	-81.3233	18			FL	127		
7190259	Lakeside Mobile Home Park	lakeside-mobile-home-park	US		0	America/New_York	28.9821	-81.3016	12			FL	127		
7190260	Lakeview Terrace Mobile Home Park	lakeview-terrace-mobile-home-park	US		0	America/New_York	29.00775	-81.35397	5			FL	127		
7190261	Lingering Lane Mobile Home Park	lingering-lane-mobile-home-park	US		0	America/New_York	29.09133	-81.32712	23			FL	127		
7190262	Meadowlea Estates Mobile Home Park	meadowlea-estates-mobile-home-park	US		0	America/New_York	29.08478	-81.29035	21			FL	127		
7190263	Orangewood Mobile Home Park	orangewood-mobile-home-park	US		0	America/New_York	29.07238	-81.30265	26			FL	127		
7190264	Raintree Village Mobile Home Park	raintree-village-mobile-home-park	US		0	America/New_York	29.08013	-81.31171	31			FL	127		
7190265	The Oaks Mobile Home Park	the-oaks-mobile-home-park	US		0	America/New_York	29.02283	-81.27072	27			FL	127		
7190266	Whisperwood Manufactured Home Park	whisperwood-manufactured-home-park	US		0	America/New_York	29.1021	-81.31287	26			FL	127		
7190303	Hidden Valley Park Mobile Home Park	hidden-valley-park-mobile-home-park	US		0	America/New_York	29.1164	-81.3335	15			FL	127		
7190317	Paradise Lakes Travel Trailer Park	paradise-lakes-travel-trailer-park	US		0	America/New_York	28.8699	-81.22904	21			FL	127		
7190349	Royal Oaks Mobile Home Resort	royal-oaks-mobile-home-resort	US		0	America/New_York	28.0174	-81.63641	37			FL	105		
7190351	Dunnellon Square Mobile Home Village	dunnellon-square-mobile-home-village	US		0	America/New_York	29.0558	-82.4593	15			FL	083		
7198206	Clarion Woods	clarion-woods	US		0	America/New_York	38.2927	-77.4238	42			VA	179		
7190355	Grove Park Lane Mobile Home Park	grove-park-lane-mobile-home-park	US		0	America/New_York	27.9851	-81.7445	43			FL	105		
7190357	Azalea Mobile Home Park North	azalea-mobile-home-park-north	US		0	America/New_York	29.6365	-81.5867	6			FL	107		
7190358	Azalea Mobile Home Park South	azalea-mobile-home-park-south	US		0	America/New_York	29.6358	-81.5879	6			FL	107		
7190359	Grubbs Mobile Home Club	grubbs-mobile-home-club	US		0	America/New_York	29.6988	-81.586	3			FL	107		
7190360	Warwick Trailer Park	warwick-trailer-park	US		0	America/New_York	29.65319	-81.59913	5			FL	107		
7190367	Croft Mobile Home Park	croft-mobile-home-park	US		0	America/New_York	28.0049	-81.9022	42			FL	105		
7190368	Elliott Mobile Home Park	elliott-mobile-home-park	US		0	America/New_York	28.0108	-81.8932	39			FL	105		
7190372	Friendly Shores Mobile Home Park	friendly-shores-mobile-home-park	US		0	America/New_York	28.9658	-80.8904	5			FL	127		
7190373	Kopec Trailer Park	kopec-trailer-park	US		0	America/New_York	28.98188	-80.9023	5			FL	127		
7190374	Pyramid Park Mobile Home Park	pyramid-park-mobile-home-park	US		0	America/New_York	28.96296	-80.88825	4			FL	127		
7190375	Riverview Pines Mobile Home Park	riverview-pines-mobile-home-park	US		0	America/New_York	28.98574	-80.90365	4			FL	127		
7190376	Seahorse Mobile Home Park	seahorse-mobile-home-park	US		0	America/New_York	29.00006	-80.91429	2			FL	127		
7190377	Blue Gables Mobile Home Park	blue-gables-mobile-home-park	US		0	America/New_York	28.9893	-80.9076	4			FL	127		
7190378	Carters Mobile Home Village	carters-mobile-home-village	US		0	America/New_York	28.9586	-80.889	4			FL	127		
7190379	Driftwood Village Mobile Home Park	driftwood-village-mobile-home-park	US		0	America/New_York	28.9748	-80.8962	3			FL	127		
7190380	Eastern Shores Mobile Village	eastern-shores-mobile-village	US		0	America/New_York	28.9756	-80.9014	3			FL	127		
7190381	Edgewater Mobile Home Park	edgewater-mobile-home-park	US		0	America/New_York	28.9893	-80.9077	4			FL	127		
7190382	Hacienda del Rio Mobile Home Park	hacienda-del-rio-mobile-home-park	US		0	America/New_York	28.9288	-80.8704	3			FL	127		
7190383	Magnolia Village Mobile Home Park	magnolia-village-mobile-home-park	US		0	America/New_York	28.96105	-80.94138	2			FL	127		
7190384	Terra Mar Village Mobile Home Park	terra-mar-village-mobile-home-park	US		0	America/New_York	28.91344	-80.86437	2			FL	127		
7190391	Harbor Lakes Mobile Home Park	harbor-lakes-mobile-home-park	US		0	America/New_York	26.9803	-82.2099	1			FL	015		
7190392	Coquina Crossing Mobile Home Park	coquina-crossing-mobile-home-park	US		0	America/New_York	29.8062	-81.3869	14			FL	109		
7190394	Deer Creek Mobile Home Park	deer-creek-mobile-home-park	US		0	America/New_York	26.947	-82.3477	2			FL	115		
7190395	Gulf to Bay Cooperative Mobile Home Park	gulf-to-bay-cooperative-mobile-home-park	US		0	America/New_York	26.9282	-82.3618	1			FL	015		
7190404	Sunny Grove Park Mobile Home Park	sunny-grove-park-mobile-home-park	US		0	America/New_York	26.43767	-81.81305	3			FL	071		
7190405	Tahiti Mobile Village	tahiti-mobile-village	US		0	America/New_York	26.44005	-81.82247	3			FL	071		
7190409	Haselton Village Mobile Home Park	haselton-village-mobile-home-park	US		0	America/New_York	28.8781	-81.6932	20			FL	069		
7190410	Sharp's Mobile Park	sharp-s-mobile-park	US		0	America/New_York	28.85137	-81.68819	20			FL	069		
7190427	Fern Park Mobile Home Park	fern-park-mobile-home-park	US		0	America/New_York	28.6498	-81.3521	30			FL	117		
7190429	Old Amelia Mobile Home Park	old-amelia-mobile-home-park	US		0	America/New_York	30.63257	-81.46155	3			FL	089		
7190430	Sandpiper Mobile Home Park	sandpiper-mobile-home-park	US		0	America/New_York	30.58314	-81.45413	4			FL	089		
7190431	Amelia Island Mobile Home Park	amelia-island-mobile-home-park	US		0	America/New_York	30.6348	-81.4707	2			FL	089		
7190432	Ruby's Mobile Home Park	ruby-s-mobile-home-park	US		0	America/New_York	30.65401	-81.46409	3			FL	089		
7190436	Flagler Beach Trailer Park	flagler-beach-trailer-park	US		0	America/New_York	29.4769	-81.1284	1			FL	035		
7190437	Flagler by the Sea Mobile Home Park	flagler-by-the-sea-mobile-home-park	US		0	America/New_York	29.5273	-81.152	5			FL	035		
7190438	Plantation Oaks Mobile Home Park	plantation-oaks-mobile-home-park	US		0	America/New_York	29.42858	-81.14869	6			FL	035		
7190463	David Zell Trailer Park	david-zell-trailer-park	US		0	America/New_York	26.0529	-80.2048	1			FL	011		
7190464	Holland Mobile Home Park	holland-mobile-home-park	US		0	America/New_York	26.1049	-80.1701	2			FL	011		
7190465	Kings Manor Estates Mobile Home Park	kings-manor-estates-mobile-home-park	US		0	America/New_York	26.1124	-80.3161	1			FL	011		
7190466	Moonlight Ranch Mobile Home Park	moonlight-ranch-mobile-home-park	US		0	America/New_York	26.0641	-80.20975	1			FL	011		
7190467	Sheldon Mobile Home Court	sheldon-mobile-home-court	US		0	America/New_York	26.06368	-80.17207	2			FL	011		
7190468	Taylor's Trailer Park	taylor-s-trailer-park	US		0	America/New_York	26.04745	-80.20419	2			FL	011		
7190469	Twin Lakes Mobile Home Park	twin-lakes-mobile-home-park	US		0	America/New_York	26.08275	-80.20969	1			FL	011		
7190470	Aqua Isles Mobile Home Park	aqua-isles-mobile-home-park	US		0	America/New_York	26.0642	-80.1991	1			FL	011		
7190471	Azalea Trailer Colony Mobile Home Park	azalea-trailer-colony-mobile-home-park	US		0	America/New_York	26.1134	-80.179	2			FL	011		
7190472	Carefree Cove Mobile Home Park	carefree-cove-mobile-home-park	US		0	America/New_York	26.1708	-80.1899	1			FL	011		
7190473	Crystal Lake Club Mobile Home Park	crystal-lake-club-mobile-home-park	US		0	America/New_York	26.0497	-80.1915	0			FL	011		
7190474	Cypress Creek Mobile Home Country Club	cypress-creek-mobile-home-country-club	US		0	America/New_York	26.2047	-80.135	1			FL	011		
7190475	Driftwood Acres Mobile Park	driftwood-acres-mobile-park	US		0	America/New_York	26.0636	-80.2099	1			FL	011		
7190476	Emerald Lakes Village Mobile Home Park	emerald-lakes-village-mobile-home-park	US		0	America/New_York	26.0536	-80.1705	1			FL	011		
7190477	Floridale Mobile Home Colony	floridale-mobile-home-colony	US		0	America/New_York	26.0883	-80.162	1			FL	011		
7190478	Hills Mobile Home Park	hills-mobile-home-park	US		0	America/New_York	26.0651	-80.2004	1			FL	011		
7190479	Imperial Estates Mobile Home Park	imperial-estates-mobile-home-park	US		0	America/New_York	26.1955	-80.2058	4			FL	011		
7190480	Lake Eden Gardens Mobile Home Park	lake-eden-gardens-mobile-home-park	US		0	America/New_York	26.05	-80.1923	1			FL	011		
7190481	Lauder Lakes Mobile Homes	lauder-lakes-mobile-homes	US		0	America/New_York	26.08558	-80.16517	1			FL	011		
7190482	Lazy Land Mobile Home Park	lazy-land-mobile-home-park	US		0	America/New_York	26.08946	-80.20441	2			FL	011		
7190483	Middle River Trailer Park	middle-river-trailer-park	US		0	America/New_York	26.15664	-80.13048	1			FL	011		
7190484	North Coast Trailer Park	north-coast-trailer-park	US		0	America/New_York	26.06574	-80.16801	3			FL	011		
7190485	Palma Nova Mobile Home Park	palma-nova-mobile-home-park	US		0	America/New_York	26.07942	-80.228	1			FL	011		
7190486	Pan American Estates Mobile Home Park	pan-american-estates-mobile-home-park	US		0	America/New_York	26.2096	-80.14609	2			FL	011		
7190487	Paradise Village Mobile Home Park	paradise-village-mobile-home-park	US		0	America/New_York	26.11223	-80.32011	1			FL	011		
7190488	Park City West Mobile Home Park	park-city-west-mobile-home-park	US		0	America/New_York	26.10353	-80.29369	1			FL	011		
7190489	Ramgoh Mobile Home Park	ramgoh-mobile-home-park	US		0	America/New_York	26.06516	-80.20654	1			FL	011		
7190493	Salt Springs Village Mobile Home Park	salt-springs-village-mobile-home-park	US		0	America/New_York	29.3532	-81.73711	10			FL	083		
7190498	Dalley Town Park Mobile Home Park	dalley-town-park-mobile-home-park	US		0	America/New_York	27.7689	-81.8008	44			FL	105		
7190499	Hammock Lake Mobile Estates	hammock-lake-mobile-estates	US		0	America/New_York	27.71153	-81.80554	28			FL	105		
7190501	McDuffie Mobile Home Park	mcduffie-mobile-home-park	US		0	America/New_York	27.72948	-81.80037	36			FL	105		
7190502	Christmas Tree Trailer Park	christmas-tree-trailer-park	US		0	America/New_York	27.7001	-81.8332	33			FL	105		
7190503	Fort Meade Mobile Home Park	fort-meade-mobile-home-park	US		0	America/New_York	27.7493	-81.7866	35			FL	105		
7190504	Oakview Lakes Mobile Home Park	oakview-lakes-mobile-home-park	US		0	America/New_York	27.7488	-81.7869	35			FL	105		
7190505	Valencia Mobile Home Park	valencia-mobile-home-park	US		0	America/New_York	27.74975	-81.78587	34			FL	105		
7190522	Alta Vista Park Mobille Home Park	alta-vista-park-mobille-home-park	US		0	America/New_York	26.6773	-81.8088	4			FL	071		
7190523	Davis Trailer Park	davis-trailer-park	US		0	America/New_York	26.615	-81.8673	4			FL	071		
7190524	Whispering Creek Village Mobile Home Park	whispering-creek-village-mobile-home-park	US		0	America/New_York	27.48233	-80.34246	3			FL	111		
7190574	Southern Pines Recreational Vehicle Park	southern-pines-recreational-vehicle-park	US		0	America/New_York	27.751	-81.5674	41			FL	105		
7190576	Hickory Lake Estates Mobile Home Park	hickory-lake-estates-mobile-home-park	US		0	America/New_York	27.6998	-81.534	30			FL	105		
7190577	Whidden Mobile Home Park Number 2	whidden-mobile-home-park-number-2	US		0	America/New_York	27.75813	-81.57487	41			FL	105		
7190578	Frostproof Mobile Home Park	frostproof-mobile-home-park	US		0	America/New_York	27.759	-81.5401	34			FL	105		
7190579	Lake Clinch Manor Mobile Home Park	lake-clinch-manor-mobile-home-park	US		0	America/New_York	27.7553	-81.5375	34			FL	105		
7190580	Lakefront Trailer Park	lakefront-trailer-park	US		0	America/New_York	27.7312	-81.5626	44			FL	105		
7190581	Pleasant View Mobile Home Park	pleasant-view-mobile-home-park	US		0	America/New_York	27.75811	-81.57488	41			FL	105		
7190582	Reedy Haven Trailer Park	reedy-haven-trailer-park	US		0	America/New_York	27.74286	-81.52663	26			FL	105		
7190583	Selph's Mobile Home Village	selph-s-mobile-home-village	US		0	America/New_York	27.74295	-81.52665	26			FL	105		
7190584	Southern Pines Mobile Home Resort	southern-pines-mobile-home-resort	US		0	America/New_York	27.75096	-81.56763	40			FL	105		
7190585	Sunrise Trailer Park	sunrise-trailer-park	US		0	America/New_York	27.75361	-81.52129	24			FL	105		
7190586	Whidden Mobile Home Park	whidden-mobile-home-park	US		0	America/New_York	27.75713	-81.57162	41			FL	105		
7190587	Whispering Pines Mobile Home Court	whispering-pines-mobile-home-court	US		0	America/New_York	27.73126	-81.56249	44			FL	105		
7190589	Lake Griffin Isles Mobile Home Park	lake-griffin-isles-mobile-home-park	US		0	America/New_York	28.8744	-81.8858	22			FL	069		
7190590	Fishermans Wharf Mobile Home Park	fishermans-wharf-mobile-home-park	US		0	America/New_York	28.8881	-81.8688	17			FL	069		
7190591	Harbor Oaks Mobile Home Park Community	harbor-oaks-mobile-home-park-community	US		0	America/New_York	28.8545	-81.8864	21			FL	069		
7190592	Lakeside Terrace Mobile Home Park	lakeside-terrace-mobile-home-park	US		0	America/New_York	28.84789	-81.88907	30			FL	069		
7190593	Morgans Mobile Home Park	morgans-mobile-home-park	US		0	America/New_York	28.85433	-81.88638	20			FL	069		
7190594	Picciola Landing Mobile Home Park	picciola-landing-mobile-home-park	US		0	America/New_York	28.87388	-81.88535	21			FL	069		
7190595	Twin Palms Trailer Park	twin-palms-trailer-park	US		0	America/New_York	28.8626	-81.8589	19			FL	069		
7190613	Oak Park Village Mobile Home Park	oak-park-village-mobile-home-park	US		0	America/New_York	29.61832	-82.39737	22			FL	001		
7190614	Westgate Manor Mobile Home Park	westgate-manor-mobile-home-park	US		0	America/New_York	29.60935	-82.40706	26			FL	001		
7190615	Alamar Gardens Mobile Home Park	alamar-gardens-mobile-home-park	US		0	America/New_York	29.6382	-82.3893	21			FL	001		
7190616	Arredondo Farms Mobile Home Park	arredondo-farms-mobile-home-park	US		0	America/New_York	29.59852	-82.41599	25			FL	001		
7190617	Brittany Estates Mobile Home Park	brittany-estates-mobile-home-park	US		0	America/New_York	29.7003	-82.2825	42			FL	001		
7190619	Clayton Estates Mobile Home Park	clayton-estates-mobile-home-park	US		0	America/New_York	29.6488	-82.4129	19			FL	001		
7190620	Hillcrest Mobile Home Park	hillcrest-mobile-home-park	US		0	America/New_York	29.6392	-82.2842	48			FL	001		
7190621	Ideal Trailer Park	ideal-trailer-park	US		0	America/New_York	29.6732	-82.2983	52			FL	001		
7190622	Varsity Mobile Home Villa	varsity-mobile-home-villa	US		0	America/New_York	29.69128	-82.32673	48			FL	001		
7190623	Westgate Mobile Manor	westgate-mobile-manor	US		0	America/New_York	29.6072	-82.4057	25			FL	001		
7190682	Babbitts Mobile Home Park	babbitts-mobile-home-park	US		0	America/New_York	29.3801	-81.6205	2			FL	107		
7190685	Davis Park Mobile Home Park	davis-park-mobile-home-park	US		0	America/New_York	30.29315	-82.1586	40			FL	003		
7190687	Drop Anchor Mobile Home Park	drop-anchor-mobile-home-park	US		0	America/New_York	25.92618	-81.6466	0			FL	021		
7190688	Silver Palm Place Mobile Home Park	silver-palm-place-mobile-home-park	US		0	America/New_York	25.54956	-80.47301	2			FL	086		
7190689	Grand Island Mobile Home Park	grand-island-mobile-home-park	US		0	America/New_York	28.8812	-81.7283	33			FL	069		
7190690	Sunlake Estates Mobile Park	sunlake-estates-mobile-park	US		0	America/New_York	28.93213	-81.76567	24			FL	069		
7190695	Colonial Estates Mobile Home Park	colonial-estates-mobile-home-park	US		0	America/New_York	26.6165	-80.1393	5			FL	099		
7190696	Idlewild Trailer Park	idlewild-trailer-park	US		0	America/New_York	29.9886	-81.688	8			FL	019		
7190697	Johns Mobile Home Park	johns-mobile-home-park	US		0	America/New_York	29.9823	-81.6965	16			FL	019		
7190702	Rio Vista Trailer Park	rio-vista-trailer-park	US		0	America/New_York	29.98642	-81.6655	2			FL	019		
7190704	Pickwick Mobile Home Park	pickwick-mobile-home-park	US		0	America/New_York	26.63011	-80.1338	5			FL	099		
7190709	Timber Village Mobile Home Park	timber-village-mobile-home-park	US		0	America/New_York	28.56836	-81.82936	31			FL	069		
7190710	Woodlands at Church Lake Mobile Home Park	woodlands-at-church-lake-mobile-home-park	US		0	America/New_York	28.64576	-81.83577	27			FL	069		
7190720	Central Park of Haines City Mobile Home Park	central-park-of-haines-city-mobile-home-park	US		0	America/New_York	28.1173	-81.6506	47			FL	105		
7190721	Davenport Mobile Estates	davenport-mobile-estates	US		0	America/New_York	28.1423	-81.5912	38			FL	105		
7190722	Fletchers Mobile Home Park	fletchers-mobile-home-park	US		0	America/New_York	28.1152	-81.6712	41			FL	105		
7190723	Haines City Mobile Home Park	haines-city-mobile-home-park	US		0	America/New_York	28.1191	-81.6368	38			FL	105		
7190724	Kennard Mobile Park	kennard-mobile-park	US		0	America/New_York	28.1069	-81.66329	40			FL	105		
7190725	Lake Hammock Village	lake-hammock-village	US		0	America/New_York	28.1261	-81.6435	41			FL	105		
7190726	Peak Haven Mobile Home Park	peak-haven-mobile-home-park	US		0	America/New_York	28.11188	-81.56503	28			FL	105		
7190727	Blue Heron Bay Mobile Home Park	blue-heron-bay-mobile-home-park	US		0	America/New_York	28.1777	-81.6433	40			FL	105		
7190728	Chester Dees Mobile Home Park	chester-dees-mobile-home-park	US		0	America/New_York	28.1054	-81.6064	39			FL	105		
7190729	Haines Haven Mobile Park	haines-haven-mobile-park	US		0	America/New_York	28.1028	-81.7002	40			FL	105		
7190730	Heartland Estates Mobile Home Park	heartland-estates-mobile-home-park	US		0	America/New_York	28.1192	-81.6369	38			FL	105		
7190731	Minerva Mobile Home Park	minerva-mobile-home-park	US		0	America/New_York	28.10738	-81.65831	40			FL	105		
7190732	Oak Meadows Mobile Home Park	oak-meadows-mobile-home-park	US		0	America/New_York	28.11265	-81.59488	33			FL	105		
7190733	Plantation Landings Mobile Home Park	plantation-landings-mobile-home-park	US		0	America/New_York	28.10743	-81.65831	40			FL	105		
7190734	Royal Palm Village Mobile Home Park	royal-palm-village-mobile-home-park	US		0	America/New_York	28.10741	-81.65827	40			FL	105		
7190735	Woodland Lakes Mobile Home Park	woodland-lakes-mobile-home-park	US		0	America/New_York	28.10267	-81.67962	40			FL	105		
7190739	Mickey's Mobile Home Park	mickey-s-mobile-home-park	US		0	America/New_York	25.98699	-80.14382	2			FL	011		
7190740	Emerald Isles East Mobile Home Park	emerald-isles-east-mobile-home-park	US		0	America/New_York	25.9839	-80.1618	1			FL	011		
7190741	Green Acres Mobile Home Village	green-acres-mobile-home-village	US		0	America/New_York	25.9834	-80.1691	2			FL	011		
7190742	Gulfstream Trailer Park	gulfstream-trailer-park	US		0	America/New_York	25.9803	-80.1457	2			FL	011		
7190743	Holiday Mobile Estates	holiday-mobile-estates	US		0	America/New_York	25.9788	-80.1715	1			FL	011		
7190744	La Siesta Mobile Home Park	la-siesta-mobile-home-park	US		0	America/New_York	25.9824	-80.1712	1			FL	011		
7190745	Pembroke Park Lakes Mobile Home Park	pembroke-park-lakes-mobile-home-park	US		0	America/New_York	25.97743	-80.1707	1			FL	011		
7190746	Royal Palm Mobile Home Park	royal-palm-mobile-home-park	US		0	America/New_York	25.97777	-80.14323	3			FL	011		
7190747	Sanders Mobile Home Colony	sanders-mobile-home-colony	US		0	America/New_York	25.98129	-80.17123	1			FL	011		
7190748	Sea Estates Mobile Home Court	sea-estates-mobile-home-court	US		0	America/New_York	25.99257	-80.14483	2			FL	011		
7190754	Grices Trailer Park	grices-trailer-park	US		0	America/New_York	26.0124	-80.2067	3			FL	011		
7190755	Orange Brook Mobile Home Estates	orange-brook-mobile-home-estates	US		0	America/New_York	25.99689	-80.17591	2			FL	011		
7190756	Parkway Mobile Home Court	parkway-mobile-home-court	US		0	America/New_York	26.01589	-80.21221	4			FL	011		
7190757	Pinecrest Mobile Home Park	pinecrest-mobile-home-park	US		0	America/New_York	26.04671	-80.17063	2			FL	011		
7190758	A and P Trailer Court	a-and-p-trailer-court	US		0	America/New_York	26.0155	-80.2067	3			FL	011		
7190759	Colony Mobile Home Park	colony-mobile-home-park	US		0	America/New_York	26.0309	-80.166	1			FL	011		
7190760	Evening Star Trailer Park	evening-star-trailer-park	US		0	America/New_York	26.0226	-80.2108	4			FL	011		
7190761	Hollywood Mobile Estates	hollywood-mobile-estates	US		0	America/New_York	25.9972	-80.1755	2			FL	011		
7190762	Lakes Park Mobile Home Park	lakes-park-mobile-home-park	US		0	America/New_York	26.029	-80.2063	4			FL	011		
7190763	New England Mobile Estates	new-england-mobile-estates	US		0	America/New_York	26.00474	-80.21264	3			FL	011		
7190764	Okomo Mobile Home Park	okomo-mobile-home-park	US		0	America/New_York	26.02828	-80.16695	1			FL	011		
7190765	Pine Crest Mobile Home Park	pine-crest-mobile-home-park	US		0	America/New_York	26.04671	-80.17062	2			FL	011		
7190766	Royal Garden Village Trailer Park	royal-garden-village-trailer-park	US		0	America/New_York	26.0171	-80.20965	4			FL	011		
7190767	Seminole Park Mobile Home Park	seminole-park-mobile-home-park	US		0	America/New_York	26.04265	-80.21139	2			FL	011		
7190775	Palm Garden Manufactured Home Community	palm-garden-manufactured-home-community	US		0	America/New_York	25.5012	-80.43493	3			FL	086		
7190782	Betty Carter Mobile Home Park	betty-carter-mobile-home-park	US		0	America/New_York	26.4407	-81.4505	10			FL	021		
7190783	Davenport Mobile Home Park Number 1	davenport-mobile-home-park-number-1	US		0	America/New_York	26.4282	-81.4406	10			FL	021		
7190784	Davenport Mobile Home Park Number 2	davenport-mobile-home-park-number-2	US		0	America/New_York	26.4314	-81.4409	10			FL	021		
7190785	Davenport Mobile Home Park Number 3	davenport-mobile-home-park-number-3	US		0	America/New_York	26.4311	-81.4679	8			FL	021		
7190786	Garcias Mobile Home Park	garcias-mobile-home-park	US		0	America/New_York	26.41742	-81.4224	10			FL	021		
7190787	Griffins Mobile Home Park Number 2	griffins-mobile-home-park-number-2	US		0	America/New_York	26.4393	-81.451	10			FL	021		
7190788	Krystal Lane Mobile Home Park	krystal-lane-mobile-home-park	US		0	America/New_York	26.4313	-81.4409	10			FL	021		
7190789	Miraham Trailer Park	miraham-trailer-park	US		0	America/New_York	26.43084	-81.46885	7			FL	021		
7190790	R and B Trailer Park	r-and-b-trailer-park	US		0	America/New_York	26.43023	-81.4685	7			FL	021		
7190791	Roy Mobile Home Park	roy-mobile-home-park	US		0	America/New_York	26.44086	-81.45123	10			FL	021		
7190792	Star Mobile Home Park	star-mobile-home-park	US		0	America/New_York	26.42516	-81.43485	10			FL	021		
7190793	Westclox Mobile Home Park	westclox-mobile-home-park	US		0	America/New_York	26.44011	-81.45538	10			FL	021		
7190794	Carter Trailer Park	carter-trailer-park	US		0	America/New_York	26.4435	-81.4567	10			FL	021		
7190795	Chaneys Trailer Park	chaneys-trailer-park	US		0	America/New_York	26.4239	-81.4348	10			FL	021		
7190796	Griffins Trailer Park Number 1	griffins-trailer-park-number-1	US		0	America/New_York	26.4269	-81.428	10			FL	021		
7190797	Tara Park Mobile Home Park	tara-park-mobile-home-park	US		0	America/New_York	26.4292	-81.4398	11			FL	021		
7190798	Thomas Mobile Home Park	thomas-mobile-home-park	US		0	America/New_York	26.44007	-81.4545	10			FL	021		
7190814	Sheltras Trailer Park	sheltras-trailer-park	US		0	America/New_York	27.02295	-80.46914	10			FL	085		
7190815	Indianwood Manufactured Housing Community	indianwood-manufactured-housing-community	US		0	America/New_York	27.0315	-80.4751	11			FL	085		
7190822	Johnson Rainbow Trailer Park	johnson-rainbow-trailer-park	US		0	America/New_York	28.2588	-81.5043	21			FL	097		
7190823	Millers Lakeside Trailer Park	millers-lakeside-trailer-park	US		0	America/New_York	28.26035	-81.51164	21			FL	097		
7190825	Mirror Lake Mobile Home Park	mirror-lake-mobile-home-park	US		0	America/New_York	29.63329	-81.87673	30			FL	107		
7190826	Seabreeze Trailer Park	seabreeze-trailer-park	US		0	America/New_York	24.96472	-80.56228	1			FL	087		
7190827	Village Mobile Park	village-mobile-park	US		0	America/New_York	24.91734	-80.63775	2			FL	087		
7190869	Alcoy Road Mobile Home Park	alcoy-road-mobile-home-park	US		0	America/New_York	30.2582	-81.8729	24			FL	031		
7190870	Allens Mobile Home Park	allens-mobile-home-park	US		0	America/New_York	30.3161	-81.8431	26			FL	031		
7190871	Arrow Lane Mobile Home Park	arrow-lane-mobile-home-park	US		0	America/New_York	30.2457	-81.8417	24			FL	031		
7190872	Baileys Mobile Home Park	baileys-mobile-home-park	US		0	America/New_York	30.2568	-81.8731	24			FL	031		
7190873	Briarwood Mobile Home Park	briarwood-mobile-home-park	US		0	America/New_York	30.4032	-81.7437	6			FL	031		
7190874	Brothers Mobile Home Park	brothers-mobile-home-park	US		0	America/New_York	30.3644	-81.7364	3			FL	031		
7190875	Carr Mobile Home Village	carr-mobile-home-village	US		0	America/New_York	30.2289	-81.7719	20			FL	031		
7190876	Connie Jean Mobile Home Park	connie-jean-mobile-home-park	US		0	America/New_York	30.2446	-81.8246	24			FL	031		
7190877	Country Roads Mobile Home Community	country-roads-mobile-home-community	US		0	America/New_York	30.2226	-81.7509	6			FL	031		
7190878	Crystal Oaks Mobile Home Park	crystal-oaks-mobile-home-park	US		0	America/New_York	30.2128	-81.7968	18			FL	031		
7190879	Dardens Mobile Home Park	dardens-mobile-home-park	US		0	America/New_York	30.3009	-81.8114	25			FL	031		
7190880	Deloach Trailer Park	deloach-trailer-park	US		0	America/New_York	30.4713	-81.6308	9			FL	031		
7190881	Estelle's Mobile Home Park	estelle-s-mobile-home-park	US		0	America/New_York	30.2961	-81.7789	15			FL	031		
7190882	Golden Nuggett Mobile Home Park	golden-nuggett-mobile-home-park	US		0	America/New_York	30.2584	-81.8667	25			FL	031		
7190883	Hatch Road Mobile Home Park	hatch-road-mobile-home-park	US		0	America/New_York	30.3287	-81.5321	11			FL	031		
7190884	Ideal Trailer Park	ideal-trailer-park	US		0	America/New_York	30.3647	-81.7179	7			FL	031		
7190885	Leon Mobile Home Park	leon-mobile-home-park	US		0	America/New_York	30.3206	-81.539	12			FL	031		
7190886	Oak Ridge Mobile Home Village	oak-ridge-mobile-home-village	US		0	America/New_York	30.21284	-81.79714	19			FL	031		
7190887	Pine Breeze Mobile Home Park	pine-breeze-mobile-home-park	US		0	America/New_York	30.24559	-81.82024	24			FL	031		
7190888	Pineland Gardens Trailer Park	pineland-gardens-trailer-park	US		0	America/New_York	30.26663	-81.57351	7			FL	031		
7190889	Rhondas Trailer Park	rhondas-trailer-park	US		0	America/New_York	30.24143	-81.72117	5			FL	031		
7190890	Royal Court Mobile Home	royal-court-mobile-home	US		0	America/New_York	30.24601	-81.72523	5			FL	031		
7190891	Seaboard Mobile Home Park	seaboard-mobile-home-park	US		0	America/New_York	30.24323	-81.73188	4			FL	031		
7190892	Shady Oak Mobile Home Park	shady-oak-mobile-home-park	US		0	America/New_York	30.40718	-81.74599	4			FL	031		
7190893	Silver Dolphin Mobile Home Park	silver-dolphin-mobile-home-park	US		0	America/New_York	30.43665	-81.76394	2			FL	031		
7190894	Southside Mobile Home Park	southside-mobile-home-park	US		0	America/New_York	30.27911	-81.62577	7			FL	031		
7190895	Sunny Acres Mobile Home Park	sunny-acres-mobile-home-park	US		0	America/New_York	30.24549	-81.8271	24			FL	031		
7190896	Suntree Mobile Home Park	suntree-mobile-home-park	US		0	America/New_York	30.27692	-81.62475	6			FL	031		
7190897	Thunderbird Mobile Home Park	thunderbird-mobile-home-park	US		0	America/New_York	30.24568	-81.74142	8			FL	031		
7190898	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/New_York	30.22661	-81.77743	18			FL	031		
7190899	Trailer Village Mobile Home Park	trailer-village-mobile-home-park	US		0	America/New_York	30.38312	-81.65022	4			FL	031		
7198207	Clearview	clearview	US		0	America/New_York	38.3171	-77.4538	35			VA	179		
7190900	Van Zile Mobile Home Park	van-zile-mobile-home-park	US		0	America/New_York	30.29551	-81.4392	3			FL	031		
7190901	Wards Mobile Home Park	wards-mobile-home-park	US		0	America/New_York	30.29212	-81.79666	21			FL	031		
7190909	Golfair Trailer Park	golfair-trailer-park	US		0	America/New_York	30.2849	-81.4024	5			FL	031		
7190914	Hilltop Mobile Home Park	hilltop-mobile-home-park	US		0	America/New_York	30.5219	-83.0118	29			FL	047		
7190927	Pinelake Village Mobile Home Park	pinelake-village-mobile-home-park	US		0	America/New_York	27.2288	-80.22984	3			FL	085		
7190928	Tropical Acres Mobile Home Park	tropical-acres-mobile-home-park	US		0	America/New_York	27.22843	-80.23434	1			FL	085		
7190947	Chelette Manor Mobile Home Park	chelette-manor-mobile-home-park	US		0	America/New_York	27.8962	-81.5531	49			FL	105		
7190948	Cypress Knee Cove Mobile Home Park	cypress-knee-cove-mobile-home-park	US		0	America/New_York	27.9981	-81.5447	26			FL	105		
7190949	Eagle Ridge Mobile Home Park	eagle-ridge-mobile-home-park	US		0	America/New_York	27.9562	-81.6036	40			FL	105		
7190950	Enchanted Grove Mobile Home Park	enchanted-grove-mobile-home-park	US		0	America/New_York	27.9726	-81.597	45			FL	105		
7190951	Grape Hammock Mobile Home Park	grape-hammock-mobile-home-park	US		0	America/New_York	27.8187	-81.2112	16			FL	105		
7190952	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/New_York	27.8345	-81.6416	42			FL	105		
7190953	Harrys Harbor Mobile Home Park	harrys-harbor-mobile-home-park	US		0	America/New_York	27.9399	-81.4215	17			FL	105		
7190954	Kissimmee River Mobile Home Park	kissimmee-river-mobile-home-park	US		0	America/New_York	27.975	-81.3792	19			FL	105		
7190955	Lake Wales Mobile Home Park	lake-wales-mobile-home-park	US		0	America/New_York	27.8345	-81.6415	42			FL	105		
7190956	Lakeside Gardens Mobile Home Park	lakeside-gardens-mobile-home-park	US		0	America/New_York	27.8223	-81.5927	38			FL	105		
7190957	Pedaler's Pond Mobile Home Park	pedaler-s-pond-mobile-home-park	US		0	America/New_York	27.96676	-81.62238	38			FL	105		
7190958	The Harbor Mobile Home Park	the-harbor-mobile-home-park	US		0	America/New_York	27.93976	-81.42124	17			FL	105		
7190959	Thomas Landing Mobile Home Park	thomas-landing-mobile-home-park	US		0	America/New_York	27.88349	-81.33568	18			FL	105		
7190960	Tower Lakes Mobile Home Park	tower-lakes-mobile-home-park	US		0	America/New_York	27.92734	-81.60703	38			FL	105		
7190961	College Park Mobile Home Park	college-park-mobile-home-park	US		0	America/New_York	27.8264	-81.5922	40			FL	105		
7190962	Doans Mobile Home Park	doans-mobile-home-park	US		0	America/New_York	27.9561	-81.6036	40			FL	105		
7190963	Laurel Mobile Home Park	laurel-mobile-home-park	US		0	America/New_York	27.91125	-81.58837	41			FL	105		
7190964	Tower Wood Mobile Home Park	tower-wood-mobile-home-park	US		0	America/New_York	27.2133	-81.3287	40			FL	055		
7190965	Walden Shores Mobile Home Park	walden-shores-mobile-home-park	US		0	America/New_York	27.85737	-81.41516	20			FL	105		
7190983	Spring Hammock Trailer Park	spring-hammock-trailer-park	US		0	America/New_York	28.72772	-81.3111	10			FL	117		
7190984	Whispering Oaks Mobile Home Village	whispering-oaks-mobile-home-village	US		0	America/New_York	28.69283	-81.32911	20			FL	117		
7190985	Mallard Mobile Home Park	mallard-mobile-home-park	US		0	America/New_York	27.44733	-81.26414	12			FL	055		
7190986	The Palms Mobile Home Park	the-palms-mobile-home-park	US		0	America/New_York	27.44007	-81.25839	13			FL	055		
7190987	Hilliard Mobile Home Park	hilliard-mobile-home-park	US		0	America/New_York	28.1883	-81.5992	37			FL	105		
7190989	Sunsport Gardens Mobile Home Park	sunsport-gardens-mobile-home-park	US		0	America/New_York	26.7365	-80.26659	6			FL	099		
7190993	Claudes Mobile Home Park	claudes-mobile-home-park	US		0	America/New_York	30.2823	-82.1312	39			FL	003		
7190994	Lee and Baker Mobile Home Park 2	lee-and-baker-mobile-home-park-2	US		0	America/New_York	30.24869	-82.15742	39			FL	003		
7191026	Merritt Country Mobile Home Park	merritt-country-mobile-home-park	US		0	America/New_York	28.40173	-80.71025	3			FL	009		
7191027	Merritt Island Village Resort Mobile Home Park	merritt-island-village-resort-mobile-home-park	US		0	America/New_York	28.36217	-80.66515	0			FL	009		
7191028	River Haven Mobile Home Park	river-haven-mobile-home-park	US		0	America/New_York	28.373	-80.71144	2			FL	009		
7191029	River Palms Mobile Home Park	river-palms-mobile-home-park	US		0	America/New_York	28.35221	-80.66204	0			FL	009		
7191030	Siesta Mobile Home Park	siesta-mobile-home-park	US		0	America/New_York	28.3586	-80.69669	2			FL	009		
7191031	Tropical Mobile Manor Park	tropical-mobile-manor-park	US		0	America/New_York	28.35899	-80.7051	2			FL	009		
7191100	Biscayne Park Mobile Home Park	biscayne-park-mobile-home-park	US		0	America/New_York	25.85345	-80.1868	1			FL	086		
7191101	Little River M and M Mobile Home Park	little-river-m-and-m-mobile-home-park	US		0	America/New_York	25.84833	-80.20135	2			FL	086		
7191102	Medley Mobile Home Park	medley-mobile-home-park	US		0	America/New_York	25.84709	-80.31623	1			FL	086		
7191103	Palm Lake Mobile Home Park	palm-lake-mobile-home-park	US		0	America/New_York	25.84357	-80.2435	2			FL	086		
7191104	Tropical Trailer Village	tropical-trailer-village	US		0	America/New_York	25.84558	-80.22052	4			FL	086		
7191105	Biscayne Breeze Park Mobile Home Park	biscayne-breeze-park-mobile-home-park	US		0	America/New_York	25.8809	-80.1685	1			FL	086		
7191106	Keystone Mobile Home Park	keystone-mobile-home-park	US		0	America/New_York	25.8345	-80.1907	3			FL	086		
7191107	Miami Terrace Mobile Home Park	miami-terrace-mobile-home-park	US		0	America/New_York	25.76	-80.3085	2			FL	086		
7191108	New Avocado Trailer Park	new-avocado-trailer-park	US		0	America/New_York	25.84778	-80.2168	3			FL	086		
7191109	New Tradewinds Trailer Park	new-tradewinds-trailer-park	US		0	America/New_York	25.84755	-80.23017	2			FL	086		
7191110	Riviera Park Mobile Home Park	riviera-park-mobile-home-park	US		0	America/New_York	25.95572	-80.26439	1			FL	086		
7191111	Royal Country Mobile Home Park	royal-country-mobile-home-park	US		0	America/New_York	25.95792	-80.29024	1			FL	086		
7191112	Trinidad Court Mobile Home Park	trinidad-court-mobile-home-park	US		0	America/New_York	25.84858	-80.1991	1			FL	086		
7191127	Emily's Glen Mobile Home Park	emily-s-glen-mobile-home-park	US		0	America/New_York	27.8724	-80.5153	6			FL	009		
7191128	River Grove Mobile Home Village	river-grove-mobile-home-village	US		0	America/New_York	27.8739	-80.50071	7			FL	009		
7191129	Breezeway Mobile Home Park	breezeway-mobile-home-park	US		0	America/New_York	27.866	-80.4948	4			FL	009		
7191130	Indian River Shores Trailer Court	indian-river-shores-trailer-court	US		0	America/New_York	27.8931	-80.5089	5			FL	009		
7191131	Pelican Bay Manufactured Home Community	pelican-bay-manufactured-home-community	US		0	America/New_York	27.87048	-80.49943	7			FL	009		
7191142	Crack of Dawn Mobile Home Park	crack-of-dawn-mobile-home-park	US		0	America/New_York	28.6611	-80.8421	11			FL	009		
7191154	West Jupiter Camping Resort	west-jupiter-camping-resort	US		0	America/New_York	26.93953	-80.23999	5			FL	099		
7191155	White Haven Trailer Park	white-haven-trailer-park	US		0	America/New_York	26.921	-80.10372	2			FL	099		
7191161	Manatee Cove Mobile Home Park	manatee-cove-mobile-home-park	US		0	America/New_York	25.23529	-80.43051	0			FL	087		
7191162	Riptide Trailer Park	riptide-trailer-park	US		0	America/New_York	25.07671	-80.46182	3			FL	087		
7191163	Rock Harbor Marina East Mobile Home Park	rock-harbor-marina-east-mobile-home-park	US		0	America/New_York	25.07407	-80.46072	1			FL	087		
7191164	Travel Trailer Town	travel-trailer-town	US		0	America/New_York	25.05912	-80.47516	1			FL	087		
7191165	Coastal Waterway Park Mobile Home Park	coastal-waterway-park-mobile-home-park	US		0	America/New_York	25.1141	-80.4257	1			FL	087		
7191166	Paradise Point Mobile Home Park	paradise-point-mobile-home-park	US		0	America/New_York	25.04368	-80.48982	1			FL	087		
7191173	Leo's Trailer Park	leo-s-trailer-park	US		0	America/New_York	24.57173	-81.74374	1			FL	087		
7191174	Seaside Resort Mobile Home Park	seaside-resort-mobile-home-park	US		0	America/New_York	24.57908	-81.65632	0			FL	087		
7191175	Sunny Isle Trailer Park	sunny-isle-trailer-park	US		0	America/New_York	24.57038	-81.74205	1			FL	087		
7191176	Sunset Harbor Trailer Village	sunset-harbor-trailer-village	US		0	America/New_York	24.56922	-81.7472	0			FL	087		
7191177	Woodsons Trailer Park	woodsons-trailer-park	US		0	America/New_York	24.57096	-81.73314	0			FL	087		
7191178	Coconut Grove Mobile Home Park	coconut-grove-mobile-home-park	US		0	America/New_York	24.5677	-81.7313	0			FL	087		
7191179	Liz's Trailer Park	liz-s-trailer-park	US		0	America/New_York	24.57037	-81.73463	0			FL	087		
7191180	Overseas Trailer Park	overseas-trailer-park	US		0	America/New_York	24.57233	-81.74204	1			FL	087		
7191181	Roy's Trailer Park	roy-s-trailer-park	US		0	America/New_York	24.56931	-81.73297	0			FL	087		
7191182	Stadium Mobile Home Park	stadium-mobile-home-park	US		0	America/New_York	24.56597	-81.76435	0			FL	087		
7191183	Tropic Palms Mobile Home Park	tropic-palms-mobile-home-park	US		0	America/New_York	24.57324	-81.7352	0			FL	087		
7191184	Jim Rod Mobile Home Park	jim-rod-mobile-home-park	US		0	America/New_York	29.7763	-82.0167	35			FL	019		
7191185	Lake Geneva Mobile Home Park	lake-geneva-mobile-home-park	US		0	America/New_York	29.7742	-82.013	39			FL	019		
7191187	Killarney Mobile Home Park	killarney-mobile-home-park	US		0	America/New_York	28.5558	-81.6545	25			FL	095		
7191207	Highlands Mobile Home Park	highlands-mobile-home-park	US		0	America/New_York	28.321	-81.4073	24			FL	097		
7191208	Kings Mobile Home Park	kings-mobile-home-park	US		0	America/New_York	28.3147	-81.4638	23			FL	097		
7191209	Lamplighter Mobile Park	lamplighter-mobile-park	US		0	America/New_York	28.30496	-81.45705	24			FL	097		
7191210	Pine Lake Mobile Home Park	pine-lake-mobile-home-park	US		0	America/New_York	28.25578	-81.47677	21			FL	097		
7191211	Pleasant Hill Village Mobile Home Park	pleasant-hill-village-mobile-home-park	US		0	America/New_York	28.24054	-81.43675	20			FL	097		
7191212	Shady Oaks Park Mobile Home Park	shady-oaks-park-mobile-home-park	US		0	America/New_York	28.31469	-81.46395	24			FL	097		
7191213	Teels Mobile Home Park	teels-mobile-home-park	US		0	America/New_York	28.26476	-81.4618	21			FL	097		
7191214	Tip Top Mobile Home Park	tip-top-mobile-home-park	US		0	America/New_York	28.25998	-81.45695	22			FL	097		
7191215	Wagon Wheel Mobile Home Park	wagon-wheel-mobile-home-park	US		0	America/New_York	28.27805	-81.43726	21			FL	097		
7191216	Whispering Pines Mobile Home Park	whispering-pines-mobile-home-park	US		0	America/New_York	28.25121	-81.47131	23			FL	097		
7191217	Williams Trailer Park	williams-trailer-park	US		0	America/New_York	28.32786	-81.30126	20			FL	097		
7191218	Bermuda Mobile Home Park	bermuda-mobile-home-park	US		0	America/New_York	28.3203	-81.4181	24			FL	097		
7191219	Country Life Family Mobile Home Park	country-life-family-mobile-home-park	US		0	America/New_York	28.2792	-81.4418	22			FL	097		
7191220	Cypress Cove Mobile Home Park	cypress-cove-mobile-home-park	US		0	America/New_York	28.1552	-81.4366	20			FL	097		
7191221	El Tonteriam Court Mobile Home Park	el-tonteriam-court-mobile-home-park	US		0	America/New_York	28.2613	-81.3803	19			FL	097		
7191222	Jackson Square Mobile Home Park	jackson-square-mobile-home-park	US		0	America/New_York	28.3211	-81.4062	22			FL	097		
7191223	Kissimmee Gardens Mobile Home Park	kissimmee-gardens-mobile-home-park	US		0	America/New_York	28.3212	-81.4133	24			FL	097		
7191224	Osceola Mobile Park	osceola-mobile-park	US		0	America/New_York	28.32487	-81.40483	25			FL	097		
7191225	Siesta Lago Mobile Home Village	siesta-lago-mobile-home-village	US		0	America/New_York	28.31439	-81.4728	22			FL	097		
7191226	Sun Friendly Community Village Mobile Home Park	sun-friendly-community-village-mobile-home-park	US		0	America/New_York	28.32065	-81.40702	23			FL	097		
7191227	Whispering Oaks Mobile Home Park	whispering-oaks-mobile-home-park	US		0	America/New_York	28.30658	-81.40074	21			FL	097		
7191228	Windsor Mobile Home Village	windsor-mobile-home-village	US		0	America/New_York	28.2544	-81.46764	21			FL	097		
7191263	Elizondos Trailer Park	elizondos-trailer-park	US		0	America/New_York	26.6778	-81.4348	8			FL	051		
7191264	Kellys Trailer Park Number 1	kellys-trailer-park-number-1	US		0	America/New_York	26.7816	-81.4418	6			FL	051		
7191265	Kellys Trailer Park Number 3	kellys-trailer-park-number-3	US		0	America/New_York	26.7803	-81.4388	6			FL	051		
7191266	Marion Mobile Home Park	marion-mobile-home-park	US		0	America/New_York	26.78086	-81.44307	6			FL	051		
7191267	County Line Trailer Park	county-line-trailer-park	US		0	America/New_York	26.783	-81.4384	6			FL	051		
7191278	Lady Lake Mobile Home Park	lady-lake-mobile-home-park	US		0	America/New_York	28.9065	-81.9038	32			FL	069		
7191279	Recreation Plantation Resort	recreation-plantation-resort	US		0	America/New_York	28.92	-81.93481	34			FL	069		
7191280	Sunshine Mobile Home Park	sunshine-mobile-home-park	US		0	America/New_York	28.90707	-81.90941	30			FL	069		
7191281	Leisure Meadows Mobile Home Park	leisure-meadows-mobile-home-park	US		0	America/New_York	28.95058	-81.9216	22			FL	069		
7191282	Orange Blossom Court Mobile Home Park	orange-blossom-court-mobile-home-park	US		0	America/New_York	28.89644	-81.90896	33			FL	069		
7191283	Water Oak Country Club Estate Mobile Home Park	water-oak-country-club-estate-mobile-home-park	US		0	America/New_York	28.92855	-81.91868	38			FL	069		
7191287	Johnson Mobile Home Park	johnson-mobile-home-park	US		0	America/New_York	28.096	-81.7129	40			FL	105		
7191288	Cypress Greens Mobile Home Park	cypress-greens-mobile-home-park	US		0	America/New_York	28.1087	-81.7193	41			FL	105		
7191289	Lake Alfred Mobile Home Park	lake-alfred-mobile-home-park	US		0	America/New_York	28.0969	-81.7201	40			FL	105		
7191290	Palm Shores Mobile Village	palm-shores-mobile-village	US		0	America/New_York	28.09578	-81.71283	40			FL	105		
7191292	Goldies Mobile Home Park	goldies-mobile-home-park	US		0	America/New_York	30.0106	-82.3419	39			FL	125		
7191293	Mac's Mobile Home Park	mac-s-mobile-home-park	US		0	America/New_York	30.01379	-82.34402	40			FL	125		
7191294	Maines Devoe Mobile Home Park	maines-devoe-mobile-home-park	US		0	America/New_York	30.01874	-82.34814	42			FL	125		
7191295	Virginias Trailer Park	virginias-trailer-park	US		0	America/New_York	30.01664	-82.3432	42			FL	125		
7191296	Cypress Pointe Mobile Home Park	cypress-pointe-mobile-home-park	US		0	America/New_York	30.0239	-82.3516	44			FL	125		
7191305	Bedenbaugh Mobile Home Park	bedenbaugh-mobile-home-park	US		0	America/New_York	30.1912	-82.7434	30			FL	023		
7191306	Hideaway Mobile Home Park	hideaway-mobile-home-park	US		0	America/New_York	30.1826	-82.5952	58			FL	023		
7191307	Hill Circle Mobile Home Park	hill-circle-mobile-home-park	US		0	America/New_York	30.1873	-82.713	49			FL	023		
7191308	Hopeful Circle Village Mobile Home Park	hopeful-circle-village-mobile-home-park	US		0	America/New_York	30.1866	-82.6402	57			FL	023		
7191309	Hudson Mobile Home Park	hudson-mobile-home-park	US		0	America/New_York	30.1923	-82.5766	60			FL	023		
7191310	Miltons Campground Number 1	miltons-campground-number-1	US		0	America/New_York	30.1915	-82.65656	53			FL	023		
7191311	Oakview Mobile Home Park	oakview-mobile-home-park	US		0	America/New_York	30.18699	-82.61235	54			FL	023		
7191312	West Pines Village Mobile Home Park	west-pines-village-mobile-home-park	US		0	America/New_York	30.18422	-82.71152	50			FL	023		
7191313	Westgate Mobile Home Park	westgate-mobile-home-park	US		0	America/New_York	30.17746	-82.68801	47			FL	023		
7191314	Lake Harper Mobile Home Park	lake-harper-mobile-home-park	US		0	America/New_York	30.1878	-82.6572	33			FL	023		
7191315	Luther Thomas Mobile Home Park	luther-thomas-mobile-home-park	US		0	America/New_York	30.18104	-82.60982	56			FL	023		
7191361	Lake Helen Villa Mobile Home Park	lake-helen-villa-mobile-home-park	US		0	America/New_York	28.9831	-81.2174	17			FL	127		
7191367	Panacoochee Park Mobile Home Park	panacoochee-park-mobile-home-park	US		0	America/New_York	28.80251	-82.1435	13			FL	119		
7191368	River Estates Mobile Home Park	river-estates-mobile-home-park	US		0	America/New_York	28.80295	-82.15193	13			FL	119		
7191369	Seminole Haven Mobile Home Park	seminole-haven-mobile-home-park	US		0	America/New_York	28.8031	-82.13599	13			FL	119		
7191371	Hilltop Gardens Mobile Home Park	hilltop-gardens-mobile-home-park	US		0	America/New_York	26.811	-80.0835	3			FL	099		
7191374	Crawfords Trailer Park	crawfords-trailer-park	US		0	America/New_York	27.3231	-81.3171	13			FL	055		
7191375	Lake Redwater Mobile Home Park	lake-redwater-mobile-home-park	US		0	America/New_York	27.3437	-81.3958	22			FL	055		
7191376	Lakeside Village Mobile Home Park	lakeside-village-mobile-home-park	US		0	America/New_York	27.28703	-81.33544	28			FL	055		
7191377	Tropical Harbor Estates Mobile Home Park	tropical-harbor-estates-mobile-home-park	US		0	America/New_York	27.31891	-81.35166	24			FL	055		
7191378	Hickory Grove Trailer Park	hickory-grove-trailer-park	US		0	America/New_York	27.3058	-81.3658	40			FL	055		
7191379	Lake Gardens Mobile Home Park	lake-gardens-mobile-home-park	US		0	America/New_York	27.304	-81.3513	26			FL	055		
7191380	Paradise Mobile Village	paradise-mobile-village	US		0	America/New_York	27.30197	-81.3529	32			FL	055		
7191401	Briarwood Mobile Home Park	briarwood-mobile-home-park	US		0	America/New_York	26.6213	-80.1502	5			FL	099		
7191402	Coopers Mobile Village	coopers-mobile-village	US		0	America/New_York	26.6171	-80.1072	5			FL	099		
7191403	Grasso Mobile Home Park	grasso-mobile-home-park	US		0	America/New_York	26.6172	-80.0979	4			FL	099		
7191405	Hometown Lake Worth Village	hometown-lake-worth-village	US		0	America/New_York	26.6134	-80.1266	5			FL	099		
7191406	Mar Mak Mobile Leisureville Mobile Home Park	mar-mak-mobile-leisureville-mobile-home-park	US		0	America/New_York	26.61602	-80.09433	3			FL	099		
7191407	Mas Verde Mobile Home Estates	mas-verde-mobile-home-estates	US		0	America/New_York	26.616	-80.13177	5			FL	099		
7191408	Melaleuca Trailer Park	melaleuca-trailer-park	US		0	America/New_York	26.60612	-80.11341	5			FL	099		
7191409	Toms Trailer Park	toms-trailer-park	US		0	America/New_York	26.61515	-80.10497	4			FL	099		
7191410	Tropical Gardens Trailer Park	tropical-gardens-trailer-park	US		0	America/New_York	26.61758	-80.11155	5			FL	099		
7191411	Green Acres Mobile Estates	green-acres-mobile-estates	US		0	America/New_York	26.6323	-80.1143	5			FL	099		
7191412	Kokomo Mobile Home Park	kokomo-mobile-home-park	US		0	America/New_York	26.5902	-80.1166	5			FL	099		
7191413	Lake Osborne Trailer Ranch	lake-osborne-trailer-ranch	US		0	America/New_York	26.5868	-80.0802	3			FL	099		
7191414	Lake Worth Village Mobile Home Park	lake-worth-village-mobile-home-park	US		0	America/New_York	26.6133	-80.1269	5			FL	099		
7191415	Lantana Cascade Mobile Home Park	lantana-cascade-mobile-home-park	US		0	America/New_York	26.58138	-80.09432	3			FL	099		
7191416	Orange Grove Mobile Home Park	orange-grove-mobile-home-park	US		0	America/New_York	26.6099	-80.07377	7			FL	099		
7191417	Palm Beach Mobile Home Park	palm-beach-mobile-home-park	US		0	America/New_York	26.62065	-80.07374	4			FL	099		
7191418	Palm Breezes Club Mobile Home Park	palm-breezes-club-mobile-home-park	US		0	America/New_York	26.58453	-80.09628	3			FL	099		
7191419	Ramblewood Mobile Home Park	ramblewood-mobile-home-park	US		0	America/New_York	26.63048	-80.08276	4			FL	099		
7191420	Royal Palm Mobile Home Park	royal-palm-mobile-home-park	US		0	America/New_York	26.62013	-80.08579	4			FL	099		
7191421	Tropical Trailer Gardens	tropical-trailer-gardens	US		0	America/New_York	26.62322	-80.07112	6			FL	099		
7191480	2505 Tanglewood Street Mobile Home Park	2505-tanglewood-street-mobile-home-park	US		0	America/New_York	28.05921	-81.90899	43			FL	105		
7191481	Arizona Mobile Home Park	arizona-mobile-home-park	US		0	America/New_York	28.0397	-81.9151	43			FL	105		
7191482	Bartles Trailer Court	bartles-trailer-court	US		0	America/New_York	28.0911	-81.9582	49			FL	105		
7191483	Bella Vista Mobile Home Park	bella-vista-mobile-home-park	US		0	America/New_York	28.0662	-82.0123	39			FL	105		
7191484	Big Oak Park Mobile Home Park	big-oak-park-mobile-home-park	US		0	America/New_York	28.0593	-81.909	43			FL	105		
7191485	Black Bear Mobile Home Park	black-bear-mobile-home-park	US		0	America/New_York	28.0656	-81.9028	42			FL	105		
7191486	Brookers Mobile Home Court	brookers-mobile-home-court	US		0	America/New_York	28.1066	-82.0222	43			FL	105		
7191487	Brooks Mobile Home Park	brooks-mobile-home-park	US		0	America/New_York	28.0188	-81.8922	41			FL	105		
7191488	Brookwood Mobile Home Park	brookwood-mobile-home-park	US		0	America/New_York	28.0494	-81.9033	40			FL	105		
7191489	Busy Bee Haven Mobile Home Park	busy-bee-haven-mobile-home-park	US		0	America/New_York	27.954	-82.0382	38			FL	105		
7191490	Carol Sligar Mobile Home Park	carol-sligar-mobile-home-park	US		0	America/New_York	28.05893	-81.99752	50			FL	105		
7191491	Cauleys Mobile Home Park	cauleys-mobile-home-park	US		0	America/New_York	28.0275	-82.0212	41			FL	105		
7191492	Colorado Court Mobile Home Park	colorado-court-mobile-home-park	US		0	America/New_York	28.0426	-81.9133	44			FL	105		
7191493	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/New_York	27.9534	-81.9192	54			FL	105		
7191494	Crescent Way Trailer Park	crescent-way-trailer-park	US		0	America/New_York	28.0521	-81.982	55			FL	105		
7191495	Dranefield Mobile Home Park	dranefield-mobile-home-park	US		0	America/New_York	27.9932	-82.0487	38			FL	105		
7191496	El Camba Mobile Home Park	el-camba-mobile-home-park	US		0	America/New_York	28.0434	-81.9854	47			FL	105		
7191497	Foxwood Lake Mobile Home Park	foxwood-lake-mobile-home-park	US		0	America/New_York	28.1046	-81.9799	63			FL	105		
7191498	Georgetowne Mobile Manor	georgetowne-mobile-manor	US		0	America/New_York	28.0268	-81.9797	50			FL	105		
7191499	Gifford Mobile Home Park	gifford-mobile-home-park	US		0	America/New_York	28.0593	-81.909	43			FL	105		
7191500	Golden Wings Mobile Home Park	golden-wings-mobile-home-park	US		0	America/New_York	28.0763	-81.9727	60			FL	105		
7191501	Happy Hollow Mobile Home Ranch	happy-hollow-mobile-home-ranch	US		0	America/New_York	28.014	-81.8895	38			FL	105		
7191502	Helens Mobile Home Park	helens-mobile-home-park	US		0	America/New_York	28.0505	-81.9933	47			FL	105		
7191503	Hibiscus Gardens Mobile Home Park	hibiscus-gardens-mobile-home-park	US		0	America/New_York	28.0325	-82.0361	40			FL	105		
7191504	Hickory Hills Manor Mobile Home Park	hickory-hills-manor-mobile-home-park	US		0	America/New_York	28.0321	-81.9811	51			FL	105		
7191505	Hilltop Mobile Home Park	hilltop-mobile-home-park	US		0	America/New_York	28.0471	-81.9414	50			FL	105		
7191506	Holiday Mobile Home Park	holiday-mobile-home-park	US		0	America/New_York	28.0374	-82.0161	41			FL	105		
7191507	Homestead Mobile Home Park	homestead-mobile-home-park	US		0	America/New_York	28.06664	-81.8927	37			FL	105		
7191508	Hoosier Park Mobile Home Park	hoosier-park-mobile-home-park	US		0	America/New_York	28.063	-81.9987	43			FL	105		
7191509	Hull Street Blues Mobile Home Park	hull-street-blues-mobile-home-park	US		0	America/New_York	28.0873	-81.9599	52			FL	105		
7191510	J and M Mobile Home Park	j-and-m-mobile-home-park	US		0	America/New_York	28.0614	-81.9953	46			FL	105		
7191511	Kern Mobile Estates	kern-mobile-estates	US		0	America/New_York	28.1554	-81.9652	43			FL	105		
7191512	Kings Manor Mobile Home Park	kings-manor-mobile-home-park	US		0	America/New_York	28.0307	-81.9796	51			FL	105		
7191513	Lakeland Court Family Mobile Home Park	lakeland-court-family-mobile-home-park	US		0	America/New_York	28.1241	-81.9691	52			FL	105		
7191514	Lee and Dots Mobile Home Park	lee-and-dots-mobile-home-park	US		0	America/New_York	28.06882	-81.89848	38			FL	105		
7191515	Leisure Place Mobile Home Park	leisure-place-mobile-home-park	US		0	America/New_York	28.05993	-81.9825	59			FL	105		
7191516	Lincoln Mobile Home Park	lincoln-mobile-home-park	US		0	America/New_York	28.0986	-81.89709	41			FL	105		
7191517	Lone Pine Mobile Home Park	lone-pine-mobile-home-park	US		0	America/New_York	28.04339	-81.89482	37			FL	105		
7191518	Martin Estates Mobile Home Park	martin-estates-mobile-home-park	US		0	America/New_York	28.13822	-81.95323	48			FL	105		
7191519	Mas Verde Mobile Home Estates	mas-verde-mobile-home-estates	US		0	America/New_York	28.01708	-81.97889	50			FL	105		
7191520	May Grove Mobile Home Park	may-grove-mobile-home-park	US		0	America/New_York	28.11495	-81.98131	55			FL	105		
7191521	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/New_York	28.03804	-82.01309	40			FL	105		
7191522	Oak Hill Mobile Home Park	oak-hill-mobile-home-park	US		0	America/New_York	28.036	-81.97618	53			FL	105		
7191523	Oakdale Mobile Home Park	oakdale-mobile-home-park	US		0	America/New_York	28.10429	-82.01456	45			FL	105		
7191524	Oakhill Mobile Home Park	oakhill-mobile-home-park	US		0	America/New_York	28.03449	-81.98636	48			FL	105		
7191525	Orangewood Village Mobile Home Park	orangewood-village-mobile-home-park	US		0	America/New_York	28.08867	-81.9561	48			FL	105		
7191526	Peachtree Mobile Home Park	peachtree-mobile-home-park	US		0	America/New_York	28.04866	-81.91183	45			FL	105		
7191527	Peachtree Park Mobile Home Park	peachtree-park-mobile-home-park	US		0	America/New_York	28.01764	-81.89221	40			FL	105		
7191528	Penny Royal Court Mobile Home Park	penny-royal-court-mobile-home-park	US		0	America/New_York	28.06058	-81.91344	41			FL	105		
7191529	Pine Grove Mobile Home Park	pine-grove-mobile-home-park	US		0	America/New_York	28.0427	-81.99218	45			FL	105		
7191530	Plant Avenue Mobile Home Park	plant-avenue-mobile-home-park	US		0	America/New_York	28.05921	-81.99756	50			FL	105		
7191531	Pleasant Ridge Mobile Home Park	pleasant-ridge-mobile-home-park	US		0	America/New_York	28.16014	-81.96199	40			FL	105		
7191532	Promise Crossing Mobile Home Park	promise-crossing-mobile-home-park	US		0	America/New_York	28.03666	-81.99068	46			FL	105		
7191533	Richard R Trailer Park	richard-r-trailer-park	US		0	America/New_York	28.04312	-81.91347	44			FL	105		
7191534	Scenic View Mobile Home Park	scenic-view-mobile-home-park	US		0	America/New_York	28.12215	-81.98915	52			FL	105		
7191535	Serene Court Mobile Home Park	serene-court-mobile-home-park	US		0	America/New_York	28.05579	-81.91151	43			FL	105		
7191536	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/New_York	28.03274	-81.92324	40			FL	105		
7191537	Shangri La Mobile Home Park	shangri-la-mobile-home-park	US		0	America/New_York	28.03799	-82.00325	41			FL	105		
7191538	Sherwood Mobile Home Park	sherwood-mobile-home-park	US		0	America/New_York	28.05956	-81.98254	59			FL	105		
7191539	Stengel Mobile Home Park	stengel-mobile-home-park	US		0	America/New_York	28.05774	-81.98501	51			FL	105		
7191540	Sunshine Village Mobile Home Park	sunshine-village-mobile-home-park	US		0	America/New_York	28.02784	-81.88869	38			FL	105		
7191541	Suttons Mobile Home Park	suttons-mobile-home-park	US		0	America/New_York	28.09862	-81.8971	41			FL	105		
7191542	Swindell Road Mobile Home Park	swindell-road-mobile-home-park	US		0	America/New_York	28.04164	-82.03422	37			FL	105		
7191543	Twelve Oaks Mobile Home Park	twelve-oaks-mobile-home-park	US		0	America/New_York	28.08516	-81.95634	49			FL	105		
7191544	Warnke Mobile Home Park	warnke-mobile-home-park	US		0	America/New_York	28.05172	-81.9052	40			FL	105		
7191545	Windy Beach Mobile Home Park	windy-beach-mobile-home-park	US		0	America/New_York	28.04056	-81.92216	40			FL	105		
7191546	Woodland Oaks Mobile Home Park	woodland-oaks-mobile-home-park	US		0	America/New_York	28.04902	-81.90296	40			FL	105		
7191547	Al - Lee Village Mobile Home Park	al-lee-village-mobile-home-park	US		0	America/New_York	28.0439	-81.9221	40			FL	105		
7191548	Anglers Cove Mobile Home Park	anglers-cove-mobile-home-park	US		0	America/New_York	28.0297	-81.8874	35			FL	105		
7191549	Beacon Hill Colony Mobile Home Park	beacon-hill-colony-mobile-home-park	US		0	America/New_York	28.0174	-81.9712	52			FL	105		
7191550	Beacon Terrace Mobile Home Park	beacon-terrace-mobile-home-park	US		0	America/New_York	28.0172	-81.9783	50			FL	105		
7191551	Bell Ringer Mobile Home Park	bell-ringer-mobile-home-park	US		0	America/New_York	28.0322	-82.0307	39			FL	105		
7191552	Bethany Mobile Home Park	bethany-mobile-home-park	US		0	America/New_York	28.0336	-81.9194	44			FL	105		
7191553	Bide A While Mobile Home Park	bide-a-while-mobile-home-park	US		0	America/New_York	28.0471	-81.8672	34			FL	105		
7191554	Bonny Shores Mobile Home Park	bonny-shores-mobile-home-park	US		0	America/New_York	28.0328	-81.9231	41			FL	105		
7191555	Briarwood Estates Mobile Home Community	briarwood-estates-mobile-home-community	US		0	America/New_York	28.1128	-82.0534	33			FL	105		
7191556	Chapmans Mobile Home Park	chapmans-mobile-home-park	US		0	America/New_York	28.0326	-82.0361	40			FL	105		
7191557	Citrus Center Colony Mobile Home Park	citrus-center-colony-mobile-home-park	US		0	America/New_York	28.0206	-81.9712	50			FL	105		
7191558	Colonial Mobile Home Village	colonial-mobile-home-village	US		0	America/New_York	28.0341	-81.9768	53			FL	105		
7191559	Country Villa Mobile Home Court	country-villa-mobile-home-court	US		0	America/New_York	28.1122	-82.0227	46			FL	105		
7191560	Cypress Lakes Golf and Country Club Mobile Home Park	cypress-lakes-golf-and-country-club-mobile-home-park	US		0	America/New_York	28.1789	-82.0013	37			FL	105		
7191561	Duff Meadows Mobile Home Park	duff-meadows-mobile-home-park	US		0	America/New_York	28.1364	-81.9791	47			FL	105		
7191562	Elim Mobile Home Park	elim-mobile-home-park	US		0	America/New_York	28.0449	-82.0226	38			FL	105		
7191563	Evergreen Mobile Home Park	evergreen-mobile-home-park	US		0	America/New_York	28.0301	-82.0429	42			FL	105		
7191564	Fountainview Estates Mobile Home Park	fountainview-estates-mobile-home-park	US		0	America/New_York	28.107	-81.9701	48			FL	105		
7191565	Greenbrier Mobile Home Park	greenbrier-mobile-home-park	US		0	America/New_York	28.1332	-81.9911	56			FL	105		
7191566	Heatherwood Village Mobile Home Park	heatherwood-village-mobile-home-park	US		0	America/New_York	28.0216	-81.9759	50			FL	105		
7191567	Highland Village Mobile Home Park	highland-village-mobile-home-park	US		0	America/New_York	27.9632	-81.9609	49			FL	105		
7191568	Illinois Trailer Park	illinois-trailer-park	US		0	America/New_York	28.0326	-82.0361	40			FL	105		
7191569	Imperial Manor Mobile Home Terrace	imperial-manor-mobile-home-terrace	US		0	America/New_York	28.0428	-81.9968	42			FL	105		
7191570	Kings and Queens Mobile Home Park	kings-and-queens-mobile-home-park	US		0	America/New_York	28.0778	-81.9592	42			FL	105		
7191571	Lake Bonny Mobile Home Park	lake-bonny-mobile-home-park	US		0	America/New_York	28.0276	-81.9252	42			FL	105		
7191572	Lakeland Estates Mobile Home Community	lakeland-estates-mobile-home-community	US		0	America/New_York	28.0416	-81.9385	47			FL	105		
7191573	Lakeland Gardens Mobile Home Park	lakeland-gardens-mobile-home-park	US		0	America/New_York	28.0274	-82.0213	40			FL	105		
7191574	Lakeland Harbor Mobile Home Park	lakeland-harbor-mobile-home-park	US		0	America/New_York	28.1031	-81.9434	41			FL	105		
7191575	Lakeland Junction Mobile Home Park	lakeland-junction-mobile-home-park	US		0	America/New_York	28.0827	-81.9559	47			FL	105		
7191576	Lazy Dazy Retreat Mobile Home Park	lazy-dazy-retreat-mobile-home-park	US		0	America/New_York	28.12366	-81.97241	53			FL	105		
7191577	May Manor Mobile Home Park	may-manor-mobile-home-park	US		0	America/New_York	28.04523	-81.9823	44			FL	105		
7191578	Oakmont Mobile Home Park	oakmont-mobile-home-park	US		0	America/New_York	28.02727	-82.02132	40			FL	105		
7191579	Oakridge Mobile Home Park	oakridge-mobile-home-park	US		0	America/New_York	28.109	-81.92965	45			FL	105		
7191580	Pine Lake Mobile Home Park	pine-lake-mobile-home-park	US		0	America/New_York	28.14186	-81.9726	45			FL	105		
7191581	Sandford's Mobile Home Park	sandford-s-mobile-home-park	US		0	America/New_York	28.05923	-81.9091	43			FL	105		
7191582	Sanlan Ranch Mobile Home Park	sanlan-ranch-mobile-home-park	US		0	America/New_York	27.99258	-81.9057	37			FL	105		
7191583	Schalamar Creek Golf Country Club Community	schalamar-creek-golf-country-club-community	US		0	America/New_York	28.04688	-81.86729	34			FL	105		
7191584	Smokey Valley Mobile Home Park	smokey-valley-mobile-home-park	US		0	America/New_York	28.15341	-81.95215	41			FL	105		
7191585	Southwinds Mobile Home Park	southwinds-mobile-home-park	US		0	America/New_York	28.14355	-81.9773	44			FL	105		
7191586	Sterling Mobile Home Park	sterling-mobile-home-park	US		0	America/New_York	28.04592	-81.98764	45			FL	105		
7191587	Sundance Mobile Home Park	sundance-mobile-home-park	US		0	America/New_York	28.14714	-81.97691	43			FL	105		
7191588	Tanglewood Village Adult Mobile Home Park	tanglewood-village-adult-mobile-home-park	US		0	America/New_York	28.06062	-81.91351	41			FL	105		
7191589	Twin Lakes Mobile Home Park	twin-lakes-mobile-home-park	US		0	America/New_York	27.95457	-81.95297	61			FL	105		
7191590	Twin Palms Mobile Home Park	twin-palms-mobile-home-park	US		0	America/New_York	28.03887	-82.01651	40			FL	105		
7191591	United Trailer Park	united-trailer-park	US		0	America/New_York	28.04357	-81.93991	47			FL	105		
7191592	Whispering Oaks Mobile Home Community	whispering-oaks-mobile-home-community	US		0	America/New_York	28.08504	-81.95615	49			FL	105		
7191593	Woodalls Mobile Home Village	woodalls-mobile-home-village	US		0	America/New_York	28.04263	-81.99215	45			FL	105		
7191594	Woodbrook Estates Mobile Home Park	woodbrook-estates-mobile-home-park	US		0	America/New_York	28.0258	-81.9803	48			FL	105		
7191596	Maralago Cay of West Palm Beach Mobile Home Park	maralago-cay-of-west-palm-beach-mobile-home-park	US		0	America/New_York	26.58333	-80.10771	4			FL	099		
7191597	Palm Beach Plantation Mobile Home Park	palm-beach-plantation-mobile-home-park	US		0	America/New_York	26.58829	-80.15497	5			FL	099		
7191604	Coachwood Colony Mobile Home Park	coachwood-colony-mobile-home-park	US		0	America/New_York	28.8058	-81.9063	27			FL	069		
7191605	Country Life I Mobile Home Park	country-life-i-mobile-home-park	US		0	America/New_York	28.7564	-81.8807	31			FL	069		
7191606	Cypress Cove Mobile Home Community	cypress-cove-mobile-home-community	US		0	America/New_York	28.8205	-81.7721	21			FL	069		
7191607	Haven on Lake Harris Mobile Home Park	haven-on-lake-harris-mobile-home-park	US		0	America/New_York	28.8207	-81.7848	20			FL	069		
7191608	Hickory Hollow Estates Mobile Home Park	hickory-hollow-estates-mobile-home-park	US		0	America/New_York	28.8725	-81.7961	21			FL	069		
7191609	Lake Griffin Harbor Mobile Home Park	lake-griffin-harbor-mobile-home-park	US		0	America/New_York	28.8327	-81.8313	21			FL	069		
7191610	Lakes at Leesburg Mobile Home Park	lakes-at-leesburg-mobile-home-park	US		0	America/New_York	28.8265	-81.7787	21			FL	069		
7191611	Mid Florida Lakes Yacht Club Mobile Home Park	mid-florida-lakes-yacht-club-mobile-home-park	US		0	America/New_York	28.87001	-81.77045	20			FL	069		
7191612	Wintons Park Mobile Home Park	wintons-park-mobile-home-park	US		0	America/New_York	28.87026	-81.78683	22			FL	069		
7191613	Beach Mobile Park	beach-mobile-park	US		0	America/New_York	28.8208	-81.7844	21			FL	069		
7191614	Bonfire Mobile Home Village	bonfire-mobile-home-village	US		0	America/New_York	28.8695	-81.7869	23			FL	069		
7191615	Brittany Estates Mobile Home Park	brittany-estates-mobile-home-park	US		0	America/New_York	28.8216	-81.8423	24			FL	069		
7191616	Corley Island Mobile Manor	corley-island-mobile-manor	US		0	America/New_York	28.7754	-81.8916	25			FL	069		
7191617	Cypress Creek Mobile Home Park	cypress-creek-mobile-home-park	US		0	America/New_York	28.7664	-81.8845	23			FL	069		
7191618	Griffwood Mobile Home Park	griffwood-mobile-home-park	US		0	America/New_York	28.8499	-81.8893	31			FL	069		
7191619	Lake Griffin Mobile Home Park	lake-griffin-mobile-home-park	US		0	America/New_York	28.8188	-81.8708	18			FL	069		
7191620	Lake Harris Hide - Away Mobile Home Park	lake-harris-hide-away-mobile-home-park	US		0	America/New_York	28.8201	-81.7826	21			FL	069		
7191621	Lake Harris Landing Mobile Home Park	lake-harris-landing-mobile-home-park	US		0	America/New_York	28.7606	-81.8779	28			FL	069		
7191622	Lakeside Village Mobile Home Park	lakeside-village-mobile-home-park	US		0	America/New_York	28.82917	-81.83543	24			FL	069		
7191623	Leesburg Lakeshore Mobile Home Park	leesburg-lakeshore-mobile-home-park	US		0	America/New_York	28.82795	-81.87733	23			FL	069		
7191624	Leesburg Landing Mobile Home Park	leesburg-landing-mobile-home-park	US		0	America/New_York	28.83649	-81.90562	22			FL	069		
7191625	Molokai Cooperative Mobile Home Park	molokai-cooperative-mobile-home-park	US		0	America/New_York	28.8318	-81.77684	23			FL	069		
7191626	Palm Ridge Mobile Village	palm-ridge-mobile-village	US		0	America/New_York	28.83442	-81.89373	20			FL	069		
7191627	Pleasant Oaks Trailer Park	pleasant-oaks-trailer-park	US		0	America/New_York	28.81245	-81.8726	21			FL	069		
7191628	Sandpiper Mobile Home Manor	sandpiper-mobile-home-manor	US		0	America/New_York	28.90499	-81.76627	22			FL	069		
7191629	Shangri La by the Lake Mobile Home Park	shangri-la-by-the-lake-mobile-home-park	US		0	America/New_York	28.86073	-81.75352	20			FL	069		
7191630	Spanish Village Mobile Home Park	spanish-village-mobile-home-park	US		0	America/New_York	28.70701	-81.86034	30			FL	069		
7191631	Sycamore Mobile Home Park	sycamore-mobile-home-park	US		0	America/New_York	28.82041	-81.77207	21			FL	069		
7191632	Tara Village Mobile Home Park	tara-village-mobile-home-park	US		0	America/New_York	28.8724	-81.78135	20			FL	069		
7191633	The Cove Mobile Home Park	the-cove-mobile-home-park	US		0	America/New_York	28.85295	-81.7633	21			FL	069		
7191634	The Haven on Lake Harris Mobile Home Park	the-haven-on-lake-harris-mobile-home-park	US		0	America/New_York	28.82085	-81.78475	21			FL	069		
7191635	The Lakes at Leesburg Mobile Home Park	the-lakes-at-leesburg-mobile-home-park	US		0	America/New_York	28.8193	-81.78144	21			FL	069		
7191636	Three Lakes Park Mobile Home Park	three-lakes-park-mobile-home-park	US		0	America/New_York	28.82643	-81.77842	22			FL	069		
7191661	Lucky's Landing Mobile Home Park	lucky-s-landing-mobile-home-park	US		0	America/New_York	24.66781	-81.38741	1			FL	087		
7191663	Live Oak Trailer Park	live-oak-trailer-park	US		0	America/New_York	30.30098	-82.97033	32			FL	121		
7191664	Pleasant View Mobile Home Park	pleasant-view-mobile-home-park	US		0	America/New_York	30.35366	-82.93622	42			FL	121		
7191665	Sunset Manor Mobile Home Park	sunset-manor-mobile-home-park	US		0	America/New_York	30.25453	-82.89607	55			FL	121		
7191666	Live Oak Pines Mobile Home Park	live-oak-pines-mobile-home-park	US		0	America/New_York	30.29673	-82.96733	37			FL	121		
7191667	Trailer Harbor Mobile Home Park	trailer-harbor-mobile-home-park	US		0	America/New_York	30.29629	-82.9742	33			FL	121		
7191668	Wayne Friers Mobile Home Park	wayne-friers-mobile-home-park	US		0	America/New_York	30.3063	-83.01405	30			FL	121		
7191698	Lake of the Woods Trailer Park	lake-of-the-woods-trailer-park	US		0	America/New_York	28.645	-81.352	28			FL	117		
7191700	Camelot Village Mobile Home Park	camelot-village-mobile-home-park	US		0	America/New_York	28.0006	-80.5631	6			FL	009		
7191701	Enchanted Lakes Estates Mobile Home Park	enchanted-lakes-estates-mobile-home-park	US		0	America/New_York	28.0003	-80.6068	6			FL	009		
7191702	Southern Comfort Mobile Home Park	southern-comfort-mobile-home-park	US		0	America/New_York	27.99093	-80.55833	5			FL	009		
7191706	Palms Subdivision Trailer Park	palms-subdivision-trailer-park	US		0	America/New_York	24.72631	-81.04045	0			FL	087		
7191707	Galway Bay Mobile Home Park	galway-bay-mobile-home-park	US		0	America/New_York	24.7072	-81.111	1			FL	087		
7191708	Gulf View Trailer Haven	gulf-view-trailer-haven	US		0	America/New_York	24.7324	-81.0251	1			FL	087		
7191709	Jolly Roger Travel Park	jolly-roger-travel-park	US		0	America/New_York	24.765	-80.9487	0			FL	087		
7191710	Terra Marine Trailer Park	terra-marine-trailer-park	US		0	America/New_York	24.70682	-81.10078	1			FL	087		
7191711	Trailerama Mobile Home Park	trailerama-mobile-home-park	US		0	America/New_York	24.70736	-81.10823	1			FL	087		
7191716	Aztec Estates Mobile Home Park	aztec-estates-mobile-home-park	US		0	America/New_York	26.2274	-80.1978	4			FL	011		
7191717	Coral Cay Plantation Mobile Home Park	coral-cay-plantation-mobile-home-park	US		0	America/New_York	26.2628	-80.2111	4			FL	011		
7191718	Rancho Margate Mobile Home Park	rancho-margate-mobile-home-park	US		0	America/New_York	26.2615	-80.1991	4			FL	011		
7191721	Mascotte Mobile Home Park	mascotte-mobile-home-park	US		0	America/New_York	28.57451	-81.88564	40			FL	069		
7191724	Medley Lakeside Retirement Park	medley-lakeside-retirement-park	US		0	America/New_York	25.86843	-80.37072	1			FL	086		
7191793	Aurora Park Mobile Home Park	aurora-park-mobile-home-park	US		0	America/New_York	28.1368	-80.6659	6			FL	009		
7191794	Big Oak Trailer Park	big-oak-trailer-park	US		0	America/New_York	28.2148	-80.6675	7			FL	009		
7191795	Eau Gallie Estates Mobile Home Park	eau-gallie-estates-mobile-home-park	US		0	America/New_York	28.1243	-80.7023	6			FL	009		
7191796	Harbor Mobile Home Park	harbor-mobile-home-park	US		0	America/New_York	28.1355	-80.6536	6			FL	009		
7191797	Hibiscus Mobile Haven	hibiscus-mobile-haven	US		0	America/New_York	28.1329	-80.6922	7			FL	009		
7191798	Indian River Trailer Park	indian-river-trailer-park	US		0	America/New_York	28.1769	-80.6527	6			FL	009		
7191799	Lakes of Melbourne Mobile Home Park	lakes-of-melbourne-mobile-home-park	US		0	America/New_York	28.0465	-80.659	8			FL	009		
7191800	Lakewood Village Mobile Home Community	lakewood-village-mobile-home-community	US		0	America/New_York	28.06038	-80.6165	6			FL	009		
7191801	Lamplighter Mobile Home Park	lamplighter-mobile-home-park	US		0	America/New_York	28.10653	-80.70307	7			FL	009		
7191802	Mobiland by the Sea	mobiland-by-the-sea	US		0	America/New_York	28.17771	-80.65284	5			FL	009		
7191803	Rachels Mobile Home Park	rachels-mobile-home-park	US		0	America/New_York	28.13441	-80.69391	7			FL	009		
7191804	Rocky Water Park Mobile Home Park	rocky-water-park-mobile-home-park	US		0	America/New_York	28.14911	-80.63711	6			FL	009		
7191805	Shearer Trailer Park	shearer-trailer-park	US		0	America/New_York	28.10878	-80.61873	6			FL	009		
7191806	Aurora Pines Mobile Home Park	aurora-pines-mobile-home-park	US		0	America/New_York	28.1349	-80.6911	7			FL	009		
7191807	Broadview Mobile Home Park	broadview-mobile-home-park	US		0	America/New_York	28.1717	-80.6495	6			FL	009		
7191808	Groveland Mobile Home Park	groveland-mobile-home-park	US		0	America/New_York	28.1166	-80.705	5			FL	009		
7191809	Happy Acres Mobile Home Park	happy-acres-mobile-home-park	US		0	America/New_York	28.137	-80.6669	7			FL	009		
7191810	Hollandale Mobile Home Park	hollandale-mobile-home-park	US		0	America/New_York	28.1493	-80.6371	6			FL	009		
7191811	Johnson Mobile Home Park	johnson-mobile-home-park	US		0	America/New_York	28.1751	-80.6503	6			FL	009		
7191812	Lamplighter Village III Mobile Home Park	lamplighter-village-iii-mobile-home-park	US		0	America/New_York	28.11154	-80.70171	6			FL	009		
7191813	Lantern Village Mobile Home Park	lantern-village-mobile-home-park	US		0	America/New_York	28.13793	-80.65719	6			FL	009		
7191814	Orange Trailer Manor Mobile Home Park	orange-trailer-manor-mobile-home-park	US		0	America/New_York	28.13373	-80.67386	6			FL	009		
7191815	Quail Run Mobile Home Estates	quail-run-mobile-home-estates	US		0	America/New_York	28.048	-80.65985	8			FL	009		
7191816	Riverview Manufactured Home Community	riverview-manufactured-home-community	US		0	America/New_York	28.19798	-80.66183	7			FL	009		
7191817	Shady Oak Mobile Home Park	shady-oak-mobile-home-park	US		0	America/New_York	28.13824	-80.64798	6			FL	009		
7191818	Tan Tara Mobile Home Park	tan-tara-mobile-home-park	US		0	America/New_York	28.13902	-80.64806	6			FL	009		
7191819	The Lakes of Melbourne Mobile Home Park	the-lakes-of-melbourne-mobile-home-park	US		0	America/New_York	28.04666	-80.65846	8			FL	009		
7191820	Trailer Haven Mobile Home Park	trailer-haven-mobile-home-park	US		0	America/New_York	28.08969	-80.63111	6			FL	009		
7191821	Village Glen Mobile Home Park	village-glen-mobile-home-park	US		0	America/New_York	28.13653	-80.6934	7			FL	009		
7191884	Town and Country Trailer Park	town-and-country-trailer-park	US		0	America/New_York	28.37713	-80.69786	2			FL	009		
7191885	Colony Park Mobile Home Village	colony-park-mobile-home-village	US		0	America/New_York	28.4806	-80.7065	1			FL	009		
7191886	Imperial Trailer Court	imperial-trailer-court	US		0	America/New_York	28.3532	-80.6943	2			FL	009		
7191887	Island Lakes Mobile Home Park	island-lakes-mobile-home-park	US		0	America/New_York	28.4385	-80.7066	1			FL	009		
7191888	Holiday Village Travel Park	holiday-village-travel-park	US		0	America/New_York	28.6978	-80.8604	7			FL	009		
7191889	Minnear's Mobile Home Park	minnear-s-mobile-home-park	US		0	America/New_York	28.66112	-80.84223	11			FL	009		
7191890	Northgate Mobile Home Park	northgate-mobile-home-park	US		0	America/New_York	28.6911	-80.86059	9			FL	009		
7191891	Pinewood Mobile Village	pinewood-mobile-village	US		0	America/New_York	28.74671	-80.87314	8			FL	009		
7191892	Westwood Mobile Park	westwood-mobile-park	US		0	America/New_York	28.68743	-80.85662	10			FL	009		
7191893	Woodlands Park Mobile Home Park	woodlands-park-mobile-home-park	US		0	America/New_York	28.69779	-80.86049	7			FL	009		
7191901	La Palm Trailer Park	la-palm-trailer-park	US		0	America/New_York	25.9782	-80.2096	2			FL	011		
7191902	Haven Lake Estates Mobile Home Park	haven-lake-estates-mobile-home-park	US		0	America/New_York	25.9603	-80.2971	1			FL	011		
7191907	Gulf Atlantic Trailer Park	gulf-atlantic-trailer-park	US		0	America/New_York	30.5279	-83.9161	54			FL	065		
7191929	Calusa Mobile Home Park	calusa-mobile-home-park	US		0	America/New_York	26.9928	-81.0771	4			FL	043		
7191930	Cypress Ridge Estates Mobile Home Park	cypress-ridge-estates-mobile-home-park	US		0	America/New_York	26.9838	-81.0912	5			FL	043		
7191931	Holbrook Trailer Park	holbrook-trailer-park	US		0	America/New_York	26.8169	-81.0999	4			FL	043		
7191932	Moore Haven Trailer Park	moore-haven-trailer-park	US		0	America/New_York	26.8329	-81.09346	4			FL	043		
7191933	Robert's Trailer Park	robert-s-trailer-park	US		0	America/New_York	26.8323	-81.10816	4			FL	043		
7191943	Hibiscus Mobile Home Community	hibiscus-mobile-home-community	US		0	America/New_York	28.8064	-81.6842	30			FL	069		
7191944	Riley's Park Mobile Home Park	riley-s-park-mobile-home-park	US		0	America/New_York	28.80726	-81.67918	28			FL	069		
7191945	Southernaire Mobile Home Park	southernaire-mobile-home-park	US		0	America/New_York	28.79549	-81.62687	44			FL	069		
7191946	Sunny Pines Mobile Home Park	sunny-pines-mobile-home-park	US		0	America/New_York	28.76934	-81.62592	46			FL	095		
7191956	Lake Saunders Mobile Home Park	lake-saunders-mobile-home-park	US		0	America/New_York	28.8158	-81.6876	24			FL	069		
7191960	Bailey Place Mobile Home Park	bailey-place-mobile-home-park	US		0	America/New_York	27.9117	-82.0152	34			FL	105		
7191961	Mulberry Estates Mobile Home Park	mulberry-estates-mobile-home-park	US		0	America/New_York	27.9152	-82.01758	35			FL	105		
7191962	Spring Hill Mobile Home Park	spring-hill-mobile-home-park	US		0	America/New_York	27.92951	-82.05341	32			FL	105		
7191963	The Palms Mobile Home Park	the-palms-mobile-home-park	US		0	America/New_York	27.91456	-82.01796	35			FL	105		
7191964	Willow Oak II Mobile Home Park	willow-oak-ii-mobile-home-park	US		0	America/New_York	27.91151	-82.01528	34			FL	105		
7191965	Anglers Green Mobile Home Park	anglers-green-mobile-home-park	US		0	America/New_York	27.9147	-81.9791	40			FL	105		
7191966	Lake Pointe Village Mobile Home Park	lake-pointe-village-mobile-home-park	US		0	America/New_York	27.909	-81.9784	38			FL	105		
7191967	Paradise Lakes Mobile Home Park	paradise-lakes-mobile-home-park	US		0	America/New_York	27.91933	-81.97637	40			FL	105		
7191985	Bickford Trailer Park	bickford-trailer-park	US		0	America/New_York	26.053	-81.6966	1			FL	021		
7191986	Harmony Shores Mobile Home Port	harmony-shores-mobile-home-port	US		0	America/New_York	26.1265	-81.7692	1			FL	021		
7191987	Hometown Landmark Mobile Home Park	hometown-landmark-mobile-home-park	US		0	America/New_York	26.2991	-81.7971	3			FL	021		
7191988	Iverson Trailer Park	iverson-trailer-park	US		0	America/New_York	26.0532	-81.6962	1			FL	021		
7191989	Kenyon Mobile Home Park	kenyon-mobile-home-park	US		0	America/New_York	26.0531	-81.6939	1			FL	021		
7191990	M and E Trailer Park	m-and-e-trailer-park	US		0	America/New_York	26.05306	-81.69581	1			FL	021		
7191991	Palm River Mobile Home Park	palm-river-mobile-home-park	US		0	America/New_York	26.28044	-81.80615	1			FL	021		
7191992	Pelican Lake Motorcoach Resort	pelican-lake-motorcoach-resort	US		0	America/New_York	26.03394	-81.69444	1			FL	021		
7191993	Southwind Mobile Village	southwind-mobile-village	US		0	America/New_York	26.15613	-81.73991	2			FL	021		
7191994	Caribbean Mobile Home Park	caribbean-mobile-home-park	US		0	America/New_York	26.2956	-81.7979	3			FL	021		
7191995	Enchanting Acres Mobile Home Park	enchanting-acres-mobile-home-park	US		0	America/New_York	26.1192	-81.7631	1			FL	021		
7191996	Enchanting Shores Mobile Home Park	enchanting-shores-mobile-home-park	US		0	America/New_York	26.0487	-81.6877	1			FL	021		
7191997	Endless Summer Mobile Home Park	endless-summer-mobile-home-park	US		0	America/New_York	26.1562	-81.7353	2			FL	021		
7191998	Landmark Naples Mobile Home Park	landmark-naples-mobile-home-park	US		0	America/New_York	26.29902	-81.7974	3			FL	021		
7191999	Marco Shores Estates Mobile Home Park	marco-shores-estates-mobile-home-park	US		0	America/New_York	26.04856	-81.6848	1			FL	021		
7192000	Isla Gold Mobile Home Park	isla-gold-mobile-home-park	US		0	America/New_York	25.5201	-80.4237	2			FL	086		
7192007	Cala Springs Mobile Home Park	cala-springs-mobile-home-park	US		0	America/New_York	29.2033	-82.0898	20			FL	083		
7192008	Edgewood Mobile Home Park	edgewood-mobile-home-park	US		0	America/New_York	29.2287	-82.1533	20			FL	083		
7192009	Foxwood Farms Mobile Home Park	foxwood-farms-mobile-home-park	US		0	America/New_York	29.2087	-82.1991	14			FL	083		
7192010	Golden Hills Park Mobile Home Park	golden-hills-park-mobile-home-park	US		0	America/New_York	29.1887	-82.2492	26			FL	083		
7192011	Golden Meadows Mobile Home Park	golden-meadows-mobile-home-park	US		0	America/New_York	29.0878	-82.0885	22			FL	083		
7192012	Happy Acres Mobile Home Park	happy-acres-mobile-home-park	US		0	America/New_York	29.1882	-82.2405	24			FL	083		
7192013	Hopes Mobile Home Park	hopes-mobile-home-park	US		0	America/New_York	29.0639	-82.1116	21			FL	083		
7192014	Jack Mobile Home Park	jack-mobile-home-park	US		0	America/New_York	29.1181	-82.1007	26			FL	083		
7192015	Oak Mobile Home Park	oak-mobile-home-park	US		0	America/New_York	29.25475	-82.11437	21			FL	083		
7192016	Oakcrest Mobile Home Park	oakcrest-mobile-home-park	US		0	America/New_York	29.21851	-82.12582	22			FL	083		
7192017	Pinecrest Mobile Home Park	pinecrest-mobile-home-park	US		0	America/New_York	29.26855	-82.12697	22			FL	083		
7192018	Pioneer Mobile Home Park	pioneer-mobile-home-park	US		0	America/New_York	29.15596	-82.12515	32			FL	083		
7192019	Shady Grove Mobile Home Park	shady-grove-mobile-home-park	US		0	America/New_York	29.24014	-82.16352	22			FL	083		
7192020	Southeast Side Mobile Home Park	southeast-side-mobile-home-park	US		0	America/New_York	29.12859	-82.09903	23			FL	083		
7192021	Spanish Oaks Mobile Home Park	spanish-oaks-mobile-home-park	US		0	America/New_York	29.21936	-82.09	16			FL	083		
7192022	Villages of Ocala West Mobile Home Park	villages-of-ocala-west-mobile-home-park	US		0	America/New_York	29.26056	-82.12972	27			FL	083		
7192023	Wandering Oaks Mobile Home Park	wandering-oaks-mobile-home-park	US		0	America/New_York	29.25834	-82.1546	27			FL	083		
7192024	West Village Mobile Home Park	west-village-mobile-home-park	US		0	America/New_York	29.18799	-82.18798	19			FL	083		
7192025	Westwood Mobile Home Park	westwood-mobile-home-park	US		0	America/New_York	29.18071	-82.18741	24			FL	083		
7192026	Arbors of Ocala Mobile Home Park	arbors-of-ocala-mobile-home-park	US		0	America/New_York	29.2088	-82.1106	21			FL	083		
7192027	Blue Skies Estates Mobile Home Park	blue-skies-estates-mobile-home-park	US		0	America/New_York	29.1995	-82.1039	24			FL	083		
7192028	Briar Patch Mobile Home Park	briar-patch-mobile-home-park	US		0	America/New_York	29.0816	-82.0884	18			FL	083		
7192029	Cherry Hill Mobile Home Park	cherry-hill-mobile-home-park	US		0	America/New_York	29.1537	-82.1227	35			FL	083		
7192030	Clifton Mobile City Mobile Home Park	clifton-mobile-city-mobile-home-park	US		0	America/New_York	29.2607	-82.1298	27			FL	083		
7192031	Country Aire Mobile Home Park	country-aire-mobile-home-park	US		0	America/New_York	29.1886	-82.0385	20			FL	083		
7192032	Country Oaks Mobile Home Park	country-oaks-mobile-home-park	US		0	America/New_York	29.2239	-82.1497	20			FL	083		
7192033	Country Town Village Mobile Home Park	country-town-village-mobile-home-park	US		0	America/New_York	29.1644	-82.1381	30			FL	083		
7192034	Crystal Springs Mobile Home Park	crystal-springs-mobile-home-park	US		0	America/New_York	29.2999	-82.3538	26			FL	083		
7192035	Dogwood Acres Mobile Home Park	dogwood-acres-mobile-home-park	US		0	America/New_York	29.1632	-82.1886	28			FL	083		
7192036	Fairfield Village of Ocala Mobile Home Park	fairfield-village-of-ocala-mobile-home-park	US		0	America/New_York	29.1293	-82.2162	27			FL	083		
7192037	Golden Pond Village Manufactured Home Community	golden-pond-village-manufactured-home-community	US		0	America/New_York	29.0647	-82.098	22			FL	083		
7192038	Live Oaks Mobile Home Park	live-oaks-mobile-home-park	US		0	America/New_York	29.11464	-82.09351	20			FL	083		
7192039	Nautilus Trailer Park	nautilus-trailer-park	US		0	America/New_York	29.15449	-82.12471	34			FL	083		
7192040	Oakwood Mobile Manor Mobile Home Park	oakwood-mobile-manor-mobile-home-park	US		0	America/New_York	29.18791	-82.17811	21			FL	083		
7192041	Ocala Municipal Trailer Park	ocala-municipal-trailer-park	US		0	America/New_York	29.19646	-82.13187	24			FL	083		
7192042	Paddock Park South Mobile Home Park	paddock-park-south-mobile-home-park	US		0	America/New_York	29.09368	-82.17314	27			FL	083		
7192043	Penny Park Estates Mobile Home Park	penny-park-estates-mobile-home-park	US		0	America/New_York	29.20482	-82.17244	21			FL	083		
7192044	Pine Manor East Mobile Home Park	pine-manor-east-mobile-home-park	US		0	America/New_York	29.21576	-82.1429	20			FL	083		
7192045	Rolling Greens Mobile Home Park	rolling-greens-mobile-home-park	US		0	America/New_York	29.17081	-82.04353	28			FL	083		
7192143	Barton Lake Mobile Home Park	barton-lake-mobile-home-park	US		0	America/New_York	28.3905	-81.2428	22			FL	095		
7192144	Gold Rock Park Mobile Home Park	gold-rock-park-mobile-home-park	US		0	America/New_York	29.0055	-80.9367	1			FL	127		
7192145	Lake Ashby Mobile Home Park	lake-ashby-mobile-home-park	US		0	America/New_York	28.935	-81.1045	7			FL	127		
7192146	Shrocks Trailer Park	shrocks-trailer-park	US		0	America/New_York	29.01802	-80.93521	2			FL	127		
7192147	Sugar Mill Mobile Home Park	sugar-mill-mobile-home-park	US		0	America/New_York	29.01205	-80.9744	7			FL	127		
7192148	Sugar Mill Ruins Travel Park	sugar-mill-ruins-travel-park	US		0	America/New_York	29.00271	-80.94154	1			FL	127		
7192149	Bayview Trailer Park	bayview-trailer-park	US		0	America/New_York	29.0515	-80.961	1			FL	127		
7192150	Eldorado Mobile Home Estates	eldorado-mobile-home-estates	US		0	America/New_York	28.9888	-80.9477	2			FL	127		
7192151	Lutz Mobile Home Park	lutz-mobile-home-park	US		0	America/New_York	29.01876	-80.93372	1			FL	127		
7192152	Ocean Aire Estates Mobile Home Park	ocean-aire-estates-mobile-home-park	US		0	America/New_York	29.04733	-80.93826	3			FL	127		
7192153	Quail Hollow Mobile Home Park	quail-hollow-mobile-home-park	US		0	America/New_York	29.02665	-80.95163	1			FL	127		
7192154	Redland Estates Mobile Home Community	redland-estates-mobile-home-community	US		0	America/New_York	29.0699	-80.95036	2			FL	127		
7192155	White Bird Mobile Home Park	white-bird-mobile-home-park	US		0	America/New_York	29.04238	-80.93479	3			FL	127		
7192181	Country Side Mobile Home Annex	country-side-mobile-home-annex	US		0	America/New_York	29.6687	-82.6077	24			FL	001		
7192185	Grammer Mobile Home Park	grammer-mobile-home-park	US		0	America/New_York	26.699	-81.8663	3			FL	071		
7192186	Holiday Acres Laynes 1 Mobile Home Park	holiday-acres-laynes-1-mobile-home-park	US		0	America/New_York	26.7147	-81.8751	5			FL	071		
7192187	Holiday Acres Laynes 2 Mobile Home Park	holiday-acres-laynes-2-mobile-home-park	US		0	America/New_York	26.7249	-81.8671	5			FL	071		
7192188	Island Vista Estates Mobile Home Park	island-vista-estates-mobile-home-park	US		0	America/New_York	26.7151	-81.8944	5			FL	071		
7192189	Poinciana Estates	poinciana-estates	US		0	America/New_York	26.70169	-81.85112	3			FL	071		
7192190	Robert's Trailer Park	robert-s-trailer-park	US		0	America/New_York	26.67505	-81.88265	2			FL	071		
7192191	Royal Coach Village Mobile Home Park	royal-coach-village-mobile-home-park	US		0	America/New_York	26.6887	-81.86587	3			FL	071		
7192192	Serendipity Mobile Home Park	serendipity-mobile-home-park	US		0	America/New_York	26.693	-81.91081	4			FL	071		
7192193	Swan Lake Mobile Home Village	swan-lake-mobile-home-village	US		0	America/New_York	26.69826	-81.88655	4			FL	071		
7192194	Tara Woods Mobile Home Park	tara-woods-mobile-home-park	US		0	America/New_York	26.74876	-81.91269	5			FL	071		
7192195	Tropical Palms Trailer Park	tropical-palms-trailer-park	US		0	America/New_York	26.6746	-81.88459	2			FL	071		
7192196	Twin Pines Village Number 1 Mobile Home Park	twin-pines-village-number-1-mobile-home-park	US		0	America/New_York	26.67008	-81.88501	1			FL	071		
7192197	Twin Pines Village Number 2 Mobile Home Park	twin-pines-village-number-2-mobile-home-park	US		0	America/New_York	26.67072	-81.88497	1			FL	071		
7192198	W D Trailer Park	w-d-trailer-park	US		0	America/New_York	26.72375	-81.90698	5			FL	071		
7192199	Bayshore Village Mobile Home Park	bayshore-village-mobile-home-park	US		0	America/New_York	26.6945	-81.8642	2			FL	071		
7192200	Buccaneer Mobile Estates	buccaneer-mobile-estates	US		0	America/New_York	26.6941	-81.8828	4			FL	071		
7192201	Del Tura Country Club Mobile Home Park	del-tura-country-club-mobile-home-park	US		0	America/New_York	26.7329	-81.9179	5			FL	071		
7192202	Evergreen Trailer Park	evergreen-trailer-park	US		0	America/New_York	26.6738	-81.8946	1			FL	071		
7192203	Fox Mobile Home Park	fox-mobile-home-park	US		0	America/New_York	26.6907	-81.8823	3			FL	071		
7192204	Horizon Mobile Home Village	horizon-mobile-home-village	US		0	America/New_York	26.7006	-81.9119	4			FL	071		
7192205	Jones Mobile Home Park	jones-mobile-home-park	US		0	America/New_York	26.685	-81.8864	4			FL	071		
7192206	Julia Park Mobile Home Park	julia-park-mobile-home-park	US		0	America/New_York	26.7049	-81.8521	3			FL	071		
7192207	Lake Fairways Country Club Mobile Home Park	lake-fairways-country-club-mobile-home-park	US		0	America/New_York	26.744	-81.9302	5			FL	071		
7192208	Mere's Mobile Home Park	mere-s-mobile-home-park	US		0	America/New_York	26.67588	-81.88428	2			FL	071		
7192209	Southern Villas Mobile Home Park	southern-villas-mobile-home-park	US		0	America/New_York	26.70141	-81.89514	4			FL	071		
7192210	Swifts Trailer Park	swifts-trailer-park	US		0	America/New_York	26.68624	-81.88201	3			FL	071		
7192211	The Heritage Mobile Home Park	the-heritage-mobile-home-park	US		0	America/New_York	26.7276	-81.90013	5			FL	071		
7192212	Windmill Village Mobile Home Park	windmill-village-mobile-home-park	US		0	America/New_York	26.69909	-81.90482	4			FL	071		
7192226	Village Park Mobile Home Estates	village-park-mobile-home-estates	US		0	America/New_York	26.19216	-80.20105	2			FL	011		
7192229	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/New_York	25.91111	-80.18864	2			FL	086		
7192230	Coes Trailer Court	coes-trailer-court	US		0	America/New_York	25.9576	-80.1484	1			FL	086		
7192234	Kings Trailer Park	kings-trailer-park	US		0	America/New_York	28.8438	-80.84726	3			FL	127		
7192235	Oak Hill Association Mobile Home Park	oak-hill-association-mobile-home-park	US		0	America/New_York	28.86626	-80.8326	0			FL	127		
7192236	Oak Hill Trailer Park	oak-hill-trailer-park	US		0	America/New_York	28.8473	-80.84822	3			FL	127		
7192237	Riverbreeze Park Mobile Home Park	riverbreeze-park-mobile-home-park	US		0	America/New_York	28.8944	-80.85045	0			FL	127		
7192238	South Mobile Village	south-mobile-village	US		0	America/New_York	28.8732	-80.85523	6			FL	127		
7192239	Orange Blossom Trailer Park	orange-blossom-trailer-park	US		0	America/New_York	28.85544	-80.85044	3			FL	127		
7192251	Saddle Oak Club Mobile Home Park	saddle-oak-club-mobile-home-park	US		0	America/New_York	29.12882	-82.21244	22			FL	083		
7192252	Santos Mobile Home Park	santos-mobile-home-park	US		0	America/New_York	29.10701	-82.09415	22			FL	083		
7192253	Shady Road Villas Mobile Home Park	shady-road-villas-mobile-home-park	US		0	America/New_York	29.09041	-82.17062	28			FL	083		
7192254	Spanish Palm Estates Mobile Home Park	spanish-palm-estates-mobile-home-park	US		0	America/New_York	29.19244	-82.04291	22			FL	083		
7192255	Sweetwater Oaks Mobile Home Park	sweetwater-oaks-mobile-home-park	US		0	America/New_York	29.21727	-82.18722	23			FL	083		
7192256	The Falls of Ocala Mobile Home Park	the-falls-of-ocala-mobile-home-park	US		0	America/New_York	29.18099	-82.24928	25			FL	083		
7192257	Twin Oaks Mobile Home Park	twin-oaks-mobile-home-park	US		0	America/New_York	29.18589	-82.11078	34			FL	083		
7192258	Villages of Ocala East Mobile Home Park	villages-of-ocala-east-mobile-home-park	US		0	America/New_York	29.26817	-82.12602	21			FL	083		
7192259	Wagon Wheel Mobile Home Park	wagon-wheel-mobile-home-park	US		0	America/New_York	29.20299	-82.10544	23			FL	083		
7192260	Wesley Mobile Home Park	wesley-mobile-home-park	US		0	America/New_York	29.11801	-82.1007	26			FL	083		
7192261	Western Mobile Home Park	western-mobile-home-park	US		0	America/New_York	29.18908	-82.24038	23			FL	083		
7192262	White Oaks Mobile Home Park	white-oaks-mobile-home-park	US		0	America/New_York	29.15804	-82.18905	25			FL	083		
7192288	Lake in the Forest Estates Mobile Home Park	lake-in-the-forest-estates-mobile-home-park	US		0	America/New_York	29.14658	-81.8353	19			FL	083		
7192289	Lake Weir Pines Mobile Home Park	lake-weir-pines-mobile-home-park	US		0	America/New_York	29.039	-81.914	23			FL	083		
7192290	On the Lake Park Mobile Home Park	on-the-lake-park-mobile-home-park	US		0	America/New_York	29.03946	-81.95982	21			FL	083		
7192291	Tall Pines Mobile Home Park	tall-pines-mobile-home-park	US		0	America/New_York	29.03947	-81.95974	21			FL	083		
7192292	Urbans Mobile Home Park	urbans-mobile-home-park	US		0	America/New_York	29.13688	-81.85143	20			FL	083		
7192295	Hillcrest Heights Trailer Park	hillcrest-heights-trailer-park	US		0	America/New_York	28.575	-81.5284	46			FL	095		
7192296	Lake Drive Mobile Home Park	lake-drive-mobile-home-park	US		0	America/New_York	28.5731	-81.5419	31			FL	095		
7192300	46th Avenue Villas Mobile Home Park	46th-avenue-villas-mobile-home-park	US		0	America/New_York	27.2691	-80.8757	10			FL	093		
7192301	Azteca Mobile Home Park	azteca-mobile-home-park	US		0	America/New_York	27.2776	-80.8445	9			FL	093		
7192302	Chapman Trailer Park	chapman-trailer-park	US		0	America/New_York	27.2097	-80.7861	5			FL	093		
7192303	Eighth Street Mobile Home Park	eighth-street-mobile-home-park	US		0	America/New_York	27.2502	-80.862	9			FL	093		
7192304	Emily Park Mobile Home Park	emily-park-mobile-home-park	US		0	America/New_York	27.213	-80.7943	5			FL	093		
7192305	Enchanted Forest Mobile Home Park	enchanted-forest-mobile-home-park	US		0	America/New_York	27.2538	-80.8044	7			FL	093		
7192306	Gator Park Mobile Home Park	gator-park-mobile-home-park	US		0	America/New_York	27.1949	-80.7564	5			FL	093		
7192307	Gloria Park Mobile Home Park	gloria-park-mobile-home-park	US		0	America/New_York	27.26823	-80.8792	10			FL	093		
7192308	Happy Hour Park Mobile Home Park	happy-hour-park-mobile-home-park	US		0	America/New_York	27.1821	-80.7369	5			FL	093		
7192309	Hebel Acres Mobile Home Park	hebel-acres-mobile-home-park	US		0	America/New_York	27.2075	-80.7827	5			FL	093		
7192310	J and W Trailer Park	j-and-w-trailer-park	US		0	America/New_York	27.2429	-80.8198	6			FL	093		
7192311	Jacobs Trailer Park	jacobs-trailer-park	US		0	America/New_York	27.2467	-80.8648	9			FL	093		
7192312	Johnsons Trailer Park	johnsons-trailer-park	US		0	America/New_York	27.213	-80.7943	5			FL	093		
7192313	Journey End Mobile Home Park	journey-end-mobile-home-park	US		0	America/New_York	27.2014	-80.822	4			FL	093		
7192314	Katies Korner Mobile Home Park	katies-korner-mobile-home-park	US		0	America/New_York	27.15859	-80.7078	6			FL	093		
7192315	La Fiesta Trailer Park	la-fiesta-trailer-park	US		0	America/New_York	27.24262	-80.8458	9			FL	093		
7192316	Lighthouse Park Mobile Home Park	lighthouse-park-mobile-home-park	US		0	America/New_York	27.19458	-80.75663	5			FL	093		
7192317	Lone Oak Mobile Home Park	lone-oak-mobile-home-park	US		0	America/New_York	27.19709	-80.76892	5			FL	093		
7192318	Palm Village Mobile Home Park	palm-village-mobile-home-park	US		0	America/New_York	27.2542	-80.80096	8			FL	093		
7192319	S and K Mobile Home Park	s-and-k-mobile-home-park	US		0	America/New_York	27.2449	-80.86933	9			FL	093		
7192320	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/New_York	27.20844	-80.807	4			FL	093		
7192321	Twin Palms Mobile Home Park	twin-palms-mobile-home-park	US		0	America/New_York	27.17331	-80.85585	5			FL	093		
7192322	Whispering Cove Mobile Home Park	whispering-cove-mobile-home-park	US		0	America/New_York	27.20742	-80.78295	5			FL	093		
7192323	Casablanca Mobile Home Park	casablanca-mobile-home-park	US		0	America/New_York	27.1518	-80.8672	4			FL	093		
7192324	Florida Palm Mobile Park	florida-palm-mobile-park	US		0	America/New_York	27.2428	-80.8198	6			FL	093		
7192325	Four Acres Mobile Home Park	four-acres-mobile-home-park	US		0	America/New_York	27.2107	-80.7998	5			FL	093		
7192326	Georges Lucky Seven Mobile Home Park Number 1	georges-lucky-seven-mobile-home-park-number-1	US		0	America/New_York	27.2134	-80.7954	5			FL	093		
7192327	Globe Mobile Home Park	globe-mobile-home-park	US		0	America/New_York	27.2116	-80.7955	4			FL	093		
7192328	Jims Place Mobile Home Park	jims-place-mobile-home-park	US		0	America/New_York	27.1574	-80.8663	4			FL	093		
7192329	Kissimmee River Fishing Resort Mobile Home Park	kissimmee-river-fishing-resort-mobile-home-park	US		0	America/New_York	27.2382	-80.9899	7			FL	055		
7192330	Mayberry's Mobile Home Park	mayberry-s-mobile-home-park	US		0	America/New_York	27.15466	-80.8672	5			FL	093		
7192331	Pine Ridge Park Mobile Home Park	pine-ridge-park-mobile-home-park	US		0	America/New_York	27.25035	-80.79692	7			FL	093		
7192332	River Bend Mobile Home Park	river-bend-mobile-home-park	US		0	America/New_York	27.22984	-80.82699	5			FL	093		
7192333	Seminole Village Mobile Home Park	seminole-village-mobile-home-park	US		0	America/New_York	27.22976	-80.82705	5			FL	093		
7192334	Stephen's Winter Resort Mobile Home Park	stephen-s-winter-resort-mobile-home-park	US		0	America/New_York	27.15169	-80.86725	4			FL	093		
7192335	Taylor Creek Lodge Mobile Home Park	taylor-creek-lodge-mobile-home-park	US		0	America/New_York	27.20909	-80.79953	5			FL	093		
7192336	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/New_York	27.20636	-80.7832	4			FL	093		
7192337	Vantage Oaks Mobile Home Park	vantage-oaks-mobile-home-park	US		0	America/New_York	27.21762	-80.78202	6			FL	093		
7192338	Villa Margaret Trailer Park	villa-margaret-trailer-park	US		0	America/New_York	27.28619	-80.82555	8			FL	093		
7192385	Candlelight Mobile Home Park	candlelight-mobile-home-park	US		0	America/New_York	28.9653	-81.2976	20			FL	127		
7192386	Country Village Mobile Home Park	country-village-mobile-home-park	US		0	America/New_York	28.93827	-81.2701	15			FL	127		
7192387	Oak Hill Mobile Home Park	oak-hill-mobile-home-park	US		0	America/New_York	28.93988	-81.29726	9			FL	127		
7192388	Orange City Mobile Home Park	orange-city-mobile-home-park	US		0	America/New_York	28.9365	-81.30003	15			FL	127		
7192389	Pine Forest Mobile Home Park	pine-forest-mobile-home-park	US		0	America/New_York	28.94379	-81.28756	18			FL	127		
7192390	Sunset Mobile Home Park	sunset-mobile-home-park	US		0	America/New_York	28.9492	-81.26441	14			FL	127		
7192391	Floriland Mobile Home Park	floriland-mobile-home-park	US		0	America/New_York	28.9689	-81.2966	23			FL	127		
7192392	Land O' Lakes Mobile Home Park	land-o-lakes-mobile-home-park	US		0	America/New_York	28.9467	-81.27299	20			FL	127		
7192393	Orange Tree Village Mobile Home Park	orange-tree-village-mobile-home-park	US		0	America/New_York	28.94039	-81.28654	13			FL	127		
7192431	Belvins Trailer Park	belvins-trailer-park	US		0	America/New_York	28.5691	-81.269	20			FL	095		
7192432	Big T Mobile Home Park	big-t-mobile-home-park	US		0	America/New_York	28.5465	-81.09868	18			FL	095		
7192433	Camino Park Mobile Home Park	camino-park-mobile-home-park	US		0	America/New_York	28.6063	-81.4121	28			FL	095		
7192434	Carpenter Road Mobile Home Park	carpenter-road-mobile-home-park	US		0	America/New_York	28.5555	-81.1276	17			FL	095		
7192435	Cedarhurst Mobile Home Park	cedarhurst-mobile-home-park	US		0	America/New_York	28.5668	-81.108	20			FL	095		
7192436	City of Lake Buena Vista Trailer Park	city-of-lake-buena-vista-trailer-park	US		0	America/New_York	28.3871	-81.5231	30			FL	095		
7192437	Cozy Cove Mobile Home Park	cozy-cove-mobile-home-park	US		0	America/New_York	28.5848	-81.4089	28			FL	095		
7192438	Cypress Shores Mobile Home Park	cypress-shores-mobile-home-park	US		0	America/New_York	28.4733	-81.39129	29			FL	095		
7192439	Deharts Trailer Park	deharts-trailer-park	US		0	America/New_York	28.542	-81.1009	16			FL	095		
7192440	El Punto Lake Mobile Home Park	el-punto-lake-mobile-home-park	US		0	America/New_York	28.582	-81.4094	28			FL	095		
7192441	Fairview Mobile Court	fairview-mobile-court	US		0	America/New_York	28.5983	-81.4021	27			FL	095		
7192442	Fairvilla Court Mobile Home Park	fairvilla-court-mobile-home-park	US		0	America/New_York	28.582	-81.4094	28			FL	095		
7192443	Golden Acres Trailer Park	golden-acres-trailer-park	US		0	America/New_York	28.4544	-81.2701	28			FL	095		
7192444	Groves Mobile Home Community	groves-mobile-home-community	US		0	America/New_York	28.5848	-81.4738	26			FL	095		
7192445	Harrell Road Mobile Home Park	harrell-road-mobile-home-park	US		0	America/New_York	28.57135	-81.2708	19			FL	095		
7192446	Hillcrest Mobile Home Village	hillcrest-mobile-home-village	US		0	America/New_York	28.6267	-81.4562	30			FL	095		
7192447	Hilltop Mobile Home Park	hilltop-mobile-home-park	US		0	America/New_York	28.6259	-81.4546	25			FL	095		
7192448	Holiday Acres Mobile Home Park	holiday-acres-mobile-home-park	US		0	America/New_York	28.5519	-81.1198	18			FL	095		
7192449	Lake Downey Mobile Home Park	lake-downey-mobile-home-park	US		0	America/New_York	28.5638	-81.2468	21			FL	095		
7192450	Lockhart Mobile Home Park	lockhart-mobile-home-park	US		0	America/New_York	28.61881	-81.43988	30			FL	095		
7192451	Magnolia Mobile Home Park	magnolia-mobile-home-park	US		0	America/New_York	28.61844	-81.42413	27			FL	095		
7192452	Marsh's Trailer Park	marsh-s-trailer-park	US		0	America/New_York	28.52704	-81.39832	31			FL	095		
7192453	McLatchey Mobile Home Court	mclatchey-mobile-home-court	US		0	America/New_York	28.62589	-81.45462	25			FL	095		
7192454	Oak Ridge Village Mobile Home Park	oak-ridge-village-mobile-home-park	US		0	America/New_York	28.47098	-81.37915	29			FL	095		
7192455	Palamar Trailer Park	palamar-trailer-park	US		0	America/New_York	28.52696	-81.39851	30			FL	095		
7192456	Palmer Trailer Park	palmer-trailer-park	US		0	America/New_York	28.50457	-81.37359	33			FL	095		
7192457	Palms Trailer Park	palms-trailer-park	US		0	America/New_York	28.52416	-81.39818	31			FL	095		
7192458	Pinewood Mobile Home Park	pinewood-mobile-home-park	US		0	America/New_York	28.57007	-81.22028	20			FL	095		
7192459	Sabal Palm Mobile Home Park	sabal-palm-mobile-home-park	US		0	America/New_York	28.50883	-81.3751	31			FL	095		
7192460	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/New_York	28.56729	-81.15726	11			FL	095		
7192461	Silver Star Village Mobile Home Park	silver-star-village-mobile-home-park	US		0	America/New_York	28.57556	-81.48098	40			FL	095		
7192462	South Lake Conway Villa	south-lake-conway-villa	US		0	America/New_York	28.46368	-81.34462	27			FL	095		
7192463	South Orange Mobile Home Park	south-orange-mobile-home-park	US		0	America/New_York	28.51035	-81.37734	30			FL	095		
7192464	Sunset Park Mobile Home Park	sunset-park-mobile-home-park	US		0	America/New_York	28.59593	-81.3987	27			FL	095		
7192465	Tall Pines Trailer Park	tall-pines-trailer-park	US		0	America/New_York	28.56916	-81.25802	17			FL	095		
7192466	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/New_York	28.59476	-81.41723	28			FL	095		
7192467	West Trailer Park Mobile Home Park	west-trailer-park-mobile-home-park	US		0	America/New_York	28.56775	-81.09678	21			FL	095		
7192468	Wheel Estates Mobile Manor	wheel-estates-mobile-manor	US		0	America/New_York	28.48511	-81.39548	29			FL	095		
7192469	Whispering Palms Mobile Home Park	whispering-palms-mobile-home-park	US		0	America/New_York	28.50824	-81.37504	31			FL	095		
7192470	Wilsons Trailer Park	wilsons-trailer-park	US		0	America/New_York	28.54771	-81.12161	15			FL	095		
7192471	Audubon Village Mobile Home Park	audubon-village-mobile-home-park	US		0	America/New_York	28.6275	-81.466	37			FL	095		
7192472	Bali Hai Mobile Village	bali-hai-mobile-village	US		0	America/New_York	28.4787	-81.3175	29			FL	095		
7192473	Balmers Mobile Home Park	balmers-mobile-home-park	US		0	America/New_York	28.5691	-81.2691	20			FL	095		
7192474	Belle Isle Oaks Mobile Home Park	belle-isle-oaks-mobile-home-park	US		0	America/New_York	28.4562	-81.3397	27			FL	095		
7192475	Big Econ Mobile Home Park	big-econ-mobile-home-park	US		0	America/New_York	28.5629	-81.1557	15			FL	095		
7192476	Big Oaks Mobile Home Park	big-oaks-mobile-home-park	US		0	America/New_York	28.5644	-81.1604	16			FL	095		
7192477	Carriage Court Central Mobile Home Park	carriage-court-central-mobile-home-park	US		0	America/New_York	28.4701	-81.4391	29			FL	095		
7192478	Carriage Court East Mobile Home Park	carriage-court-east-mobile-home-park	US		0	America/New_York	28.496	-81.2832	27			FL	095		
7192479	Charlin Heights Mobile Home Park	charlin-heights-mobile-home-park	US		0	America/New_York	28.4877	-81.2915	28			FL	095		
7192480	College Mobile Park	college-mobile-park	US		0	America/New_York	28.5627	-81.1401	19			FL	095		
7192481	Colonial Village Mobile Home Park	colonial-village-mobile-home-park	US		0	America/New_York	28.5729	-81.2682	18			FL	095		
7192482	Conestoga Mobile Home Park	conestoga-mobile-home-park	US		0	America/New_York	28.5514	-81.4589	31			FL	095		
7192483	Conway Circle Mobile Home Park	conway-circle-mobile-home-park	US		0	America/New_York	28.4787	-81.3279	28			FL	095		
7192484	Deerwood Mobile Home Park	deerwood-mobile-home-park	US		0	America/New_York	28.5585	-81.1725	16			FL	095		
7192485	Fairways Country Club Mobile Home Park	fairways-country-club-mobile-home-park	US		0	America/New_York	28.5727	-81.1696	15			FL	095		
7192486	Grand Avenue Trailer Park	grand-avenue-trailer-park	US		0	America/New_York	28.526	-81.3987	31			FL	095		
7192487	Hidden Valley Mobile Home Park	hidden-valley-mobile-home-park	US		0	America/New_York	28.3991	-81.5062	34			FL	095		
7192488	J and C Mobile Home Park	j-and-c-mobile-home-park	US		0	America/New_York	28.5595	-81.1104	19			FL	095		
7192489	Lake Shore Village Mobile Home Park	lake-shore-village-mobile-home-park	US		0	America/New_York	28.5866	-81.4096	27			FL	095		
7192490	Lakeshore Landings Mobile Home Park	lakeshore-landings-mobile-home-park	US		0	America/New_York	28.5074	-81.4117	30			FL	095		
7192491	Mai Tai Village Mobile Home Park	mai-tai-village-mobile-home-park	US		0	America/New_York	28.4916	-81.2906	27			FL	095		
7192492	Medallion Mobile Park	medallion-mobile-park	US		0	America/New_York	28.47932	-81.39902	29			FL	095		
7192493	Oak Crest Mobile Park	oak-crest-mobile-park	US		0	America/New_York	28.54302	-81.45523	25			FL	095		
7192494	Orlando East Mobile Home Park	orlando-east-mobile-home-park	US		0	America/New_York	28.56575	-81.15911	15			FL	095		
7192495	Pine Isle Mobile Villa	pine-isle-mobile-villa	US		0	America/New_York	28.54896	-81.12644	14			FL	095		
7192496	Sandy Shores Mobile Home Park	sandy-shores-mobile-home-park	US		0	America/New_York	28.59928	-81.41106	30			FL	095		
7192497	Shadow Hills Mobile Home Park	shadow-hills-mobile-home-park	US		0	America/New_York	28.5635	-81.27337	23			FL	095		
7192498	Starlight Ranch Mobile Home Estates	starlight-ranch-mobile-home-estates	US		0	America/New_York	28.4926	-81.30308	29			FL	095		
7192499	Tamarack East Mobile Home Park	tamarack-east-mobile-home-park	US		0	America/New_York	28.51421	-81.29181	28			FL	095		
7192500	The Groves Mobile Home Park	the-groves-mobile-home-park	US		0	America/New_York	28.58473	-81.47375	26			FL	095		
7192501	University Village Mobile Home Park	university-village-mobile-home-park	US		0	America/New_York	28.57291	-81.18461	20			FL	095		
7192502	Whippoorwill Mobile Home Park	whippoorwill-mobile-home-park	US		0	America/New_York	28.38564	-81.24285	23			FL	095		
7192509	Arroyo Mobile Home Park	arroyo-mobile-home-park	US		0	America/New_York	29.2578	-81.0732	8			FL	127		
7192510	Camelot Mobile Home Park	camelot-mobile-home-park	US		0	America/New_York	29.2687	-81.0814	11			FL	127		
7192511	El Ray Trailer Park	el-ray-trailer-park	US		0	America/New_York	29.2634	-81.0517	2			FL	127		
7192512	Kurras Mobile Village	kurras-mobile-village	US		0	America/New_York	29.3109	-81.1014	8			FL	127		
7192513	Perrywood Villa Mobile Home Community	perrywood-villa-mobile-home-community	US		0	America/New_York	29.26365	-81.05232	2			FL	127		
7192514	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/New_York	29.26015	-81.08226	7			FL	127		
7192515	Bear Creek Mobile Home Park	bear-creek-mobile-home-park	US		0	America/New_York	29.3092	-81.1036	6			FL	127		
7192516	Granada Mobile Home Park	granada-mobile-home-park	US		0	America/New_York	29.2848	-81.0619	3			FL	127		
7192517	Holiday Village Mobile Home Park	holiday-village-mobile-home-park	US		0	America/New_York	29.2601	-81.0822	7			FL	127		
7192518	Life Mobile Home Park	life-mobile-home-park	US		0	America/New_York	29.26633	-81.08139	9			FL	127		
7192519	Ridgecrest Mobile Home Park	ridgecrest-mobile-home-park	US		0	America/New_York	29.28643	-81.06596	1			FL	127		
7192520	Shangri La Mobile Villa	shangri-la-mobile-villa	US		0	America/New_York	29.26003	-81.07991	7			FL	127		
7192521	Sweetgum Mobile Home Park	sweetgum-mobile-home-park	US		0	America/New_York	29.25763	-81.07316	8			FL	127		
7192522	Westwood Mobile Home Park	westwood-mobile-home-park	US		0	America/New_York	29.25326	-81.07407	10			FL	127		
7192540	Barfield Mobile Home Park	barfield-mobile-home-park	US		0	America/New_York	26.82	-80.6607	4			FL	099		
7192541	Hanson Mobile Home Park	hanson-mobile-home-park	US		0	America/New_York	26.8227	-80.66918	4			FL	099		
7192542	Herring Mobile Home Park	herring-mobile-home-park	US		0	America/New_York	26.822	-80.6672	5			FL	099		
7192543	King Bee Trailer Park	king-bee-trailer-park	US		0	America/New_York	26.812	-80.6629	4			FL	099		
7192544	May's Mobile Home Park	may-s-mobile-home-park	US		0	America/New_York	26.84218	-80.64496	4			FL	099		
7192545	Murphy's Mobile Home Park	murphy-s-mobile-home-park	US		0	America/New_York	26.81992	-80.66083	4			FL	099		
7192546	Shirley's Trailer Park	shirley-s-trailer-park	US		0	America/New_York	26.81177	-80.66298	4			FL	099		
7192547	Duncan Padgett Mobile Home Park	duncan-padgett-mobile-home-park	US		0	America/New_York	26.8141	-80.6608	4			FL	099		
7192548	Keen Mobile Home Park	keen-mobile-home-park	US		0	America/New_York	26.8529	-80.6388	4			FL	099		
7192549	Moss Mobile Home Park	moss-mobile-home-park	US		0	America/New_York	26.8226	-80.66912	4			FL	099		
7192550	Pahokee Trailer Park	pahokee-trailer-park	US		0	America/New_York	26.8236	-80.6674	5			FL	099		
7192551	Pelican River Mobile Home Park	pelican-river-mobile-home-park	US		0	America/New_York	26.81073	-80.66749	4			FL	099		
7192552	Ushers Trailer Park	ushers-trailer-park	US		0	America/New_York	26.8451	-80.64375	4			FL	099		
7192554	Country Squire Mobile Home Village	country-squire-mobile-home-village	US		0	America/New_York	28.991	-81.5386	29			FL	069		
7192570	April Oaks Mobile Home Park	april-oaks-mobile-home-park	US		0	America/New_York	29.63653	-81.66197	23			FL	107		
7192571	Ezra's Landing Mobile Home Park	ezra-s-landing-mobile-home-park	US		0	America/New_York	29.6197	-81.6488	10			FL	107		
7192572	Isabellas Place Mobile Home Park	isabellas-place-mobile-home-park	US		0	America/New_York	29.6197	-81.6489	10			FL	107		
7192573	Oaks Landing Mobile Home Park	oaks-landing-mobile-home-park	US		0	America/New_York	29.63509	-81.70605	22			FL	107		
7192574	Watts Trailer Park	watts-trailer-park	US		0	America/New_York	29.62828	-81.6589	20			FL	107		
7192575	Alhambra Mobile Home Community	alhambra-mobile-home-community	US		0	America/New_York	29.6475	-81.6699	20			FL	107		
7192576	Bainbridge Road Mobile Home Park	bainbridge-road-mobile-home-park	US		0	America/New_York	29.6231	-81.6595	15			FL	107		
7192577	Rivercrest Trailer Park	rivercrest-trailer-park	US		0	America/New_York	29.63885	-81.59231	1			FL	107		
7192578	Ryan's Trailer Park	ryan-s-trailer-park	US		0	America/New_York	29.66447	-81.65916	6			FL	107		
7192579	Silver Lake Oaks Mobile Home Village	silver-lake-oaks-mobile-home-village	US		0	America/New_York	29.6223	-81.71423	20			FL	107		
7192580	Villa Farms Mobile Home Park	villa-farms-mobile-home-park	US		0	America/New_York	29.63856	-81.70508	21			FL	107		
7192581	Westover Mobile Home Park	westover-mobile-home-park	US		0	America/New_York	29.6313	-81.6577	23			FL	107		
7192637	Bay Pines Mobile Home Park	bay-pines-mobile-home-park	US		0	America/New_York	28.0491	-80.5892	6			FL	009		
7192638	Breezy Palms Mobile Home Park	breezy-palms-mobile-home-park	US		0	America/New_York	28.0129	-80.5689	10			FL	009		
7192639	Evergreen Mobile Home Park	evergreen-mobile-home-park	US		0	America/New_York	28.0071	-80.6315	8			FL	009		
7192640	Hillside Mobile Home Park	hillside-mobile-home-park	US		0	America/New_York	28.0491	-80.5892	6			FL	009		
7192641	Old Fort Trailer Park	old-fort-trailer-park	US		0	America/New_York	28.04212	-80.58421	4			FL	009		
7192642	Willowbrook Farms Mobile Home Park	willowbrook-farms-mobile-home-park	US		0	America/New_York	27.88769	-80.66616	7			FL	009		
7192643	Hiawatha Mobile Home Park	hiawatha-mobile-home-park	US		0	America/New_York	28.0436	-80.5871	5			FL	009		
7192644	Palm Bay Estates Mobile Home Park	palm-bay-estates-mobile-home-park	US		0	America/New_York	28.02856	-80.57905	2			FL	009		
7192645	Sun Manor Mobile Home Park	sun-manor-mobile-home-park	US		0	America/New_York	28.01524	-80.56941	9			FL	009		
7192676	Meadows Mobile Home Park	meadows-mobile-home-park	US		0	America/New_York	26.84663	-80.07434	1			FL	099		
7192689	A Garden Walk Mobile Home Park	a-garden-walk-mobile-home-park	US		0	America/New_York	26.7964	-80.1029	4			FL	099		
7192690	The Meadows Mobile Home Park	the-meadows-mobile-home-park	US		0	America/New_York	26.84691	-80.07598	2			FL	099		
7192705	Pine Needle Mobile Home Park	pine-needle-mobile-home-park	US		0	America/New_York	26.61515	-80.10498	4			FL	099		
7192706	Bamboo Lakes Trailer Park	bamboo-lakes-trailer-park	US		0	America/New_York	25.9903	-80.1693	1			FL	011		
7192707	Dale Village Mobile Home Park	dale-village-mobile-home-park	US		0	America/New_York	25.986	-80.1935	3			FL	011		
7192708	Lone Pine Mobile Home Park West	lone-pine-mobile-home-park-west	US		0	America/New_York	25.98309	-80.16907	2			FL	011		
7192713	Box Canyon Mobile Home Park	box-canyon-mobile-home-park	US		0	America/New_York	30.1652	-83.63326	12			FL	123		
7192714	Fair Road Mobile Home Court	fair-road-mobile-home-court	US		0	America/New_York	30.1307	-83.6162	12			FL	123		
7192715	Holmes Trailer Park	holmes-trailer-park	US		0	America/New_York	30.13147	-83.5815	14			FL	123		
7192716	Everetts Mobile Home Park	everetts-mobile-home-park	US		0	America/New_York	30.0759	-83.5682	14			FL	123		
7192717	Westgate Mobile Home Park	westgate-mobile-home-park	US		0	America/New_York	30.1033	-83.5882	14			FL	123		
7192738	Sunny Sands Resort Mobile Home Park	sunny-sands-resort-mobile-home-park	US		0	America/New_York	29.25096	-81.43963	15			FL	127		
7192746	Duncans Mobile Home Park	duncans-mobile-home-park	US		0	America/New_York	27.9468	-82.0561	33			FL	057		
7192751	Pine Ridge Trailer Park	pine-ridge-trailer-park	US		0	America/New_York	26.10664	-80.20523	3			FL	011		
7192752	Sunshine City Mobile Home Park	sunshine-city-mobile-home-park	US		0	America/New_York	26.12285	-80.32853	1			FL	011		
7192756	Grant Estates Mobile Home Park	grant-estates-mobile-home-park	US		0	America/New_York	28.14268	-81.8386	55			FL	105		
7192757	Marker Road Mobile Home Park	marker-road-mobile-home-park	US		0	America/New_York	28.1468	-81.83721	53			FL	105		
7192769	Bali Hi Mobile Home Court	bali-hi-mobile-home-court	US		0	America/New_York	26.2853	-80.0973	3			FL	011		
7192770	Golf View Estates Mobile Home Park	golf-view-estates-mobile-home-park	US		0	America/New_York	26.2384	-80.1689	3			FL	011		
7192771	Highland Woods Mobile Home Park	highland-woods-mobile-home-park	US		0	America/New_York	26.2888	-80.1116	5			FL	011		
7192772	Holiday Village Mobile Home Park	holiday-village-mobile-home-park	US		0	America/New_York	26.2086	-80.1351	2			FL	011		
7192773	Breezy Hill Mobile Home Park	breezy-hill-mobile-home-park	US		0	America/New_York	26.2887	-80.1115	5			FL	011		
7192774	Country Knolls Mobile Home Park	country-knolls-mobile-home-park	US		0	America/New_York	26.2913	-80.1273	4			FL	011		
7192775	El Patio Mobile Home Park	el-patio-mobile-home-park	US		0	America/New_York	26.2853	-80.0972	3			FL	011		
7192776	Grubstake Trailer Park	grubstake-trailer-park	US		0	America/New_York	26.2868	-80.111	5			FL	011		
7192777	Havenwood Mobile Home Community	havenwood-mobile-home-community	US		0	America/New_York	26.2693	-80.1143	5			FL	011		
7192778	Highland Village Mobile Home Park	highland-village-mobile-home-park	US		0	America/New_York	26.2926	-80.1211	4			FL	011		
7192779	Parkridge Mobile Home Park	parkridge-mobile-home-park	US		0	America/New_York	26.2711	-80.1444	4			FL	011		
7192780	Whispering Pines Addition Mobile Home Park	whispering-pines-addition-mobile-home-park	US		0	America/New_York	26.2711	-80.14429	4	heritage		FL	011		
7192788	Vizcaya Lakes	vizcaya-lakes	US		0	America/New_York	26.97445	-82.21086	1			FL	015		
7192789	Harbor View Mobile Home Park	harbor-view-mobile-home-park	US		0	America/New_York	26.9689	-82.0466	1			FL	015		
7192790	Maple Leaf Estates Mobile Home Park	maple-leaf-estates-mobile-home-park	US		0	America/New_York	26.99775	-82.05099	4			FL	015		
7192791	Port Charlotte Village Mobile Home Park	port-charlotte-village-mobile-home-park	US		0	America/New_York	27.01306	-82.04892	7			FL	015		
7192797	Allandale Mobile Home Park	allandale-mobile-home-park	US		0	America/New_York	29.12362	-80.97676	1			FL	127		
7192798	Colony in the Wood Mobile Home Park	colony-in-the-wood-mobile-home-park	US		0	America/New_York	29.1376	-81.0397	8			FL	127		
7192799	Gray Acres Mobile Home Park	gray-acres-mobile-home-park	US		0	America/New_York	29.1426	-81.0302	10			FL	127		
7192800	Halifax Trailer Park	halifax-trailer-park	US		0	America/New_York	29.1486	-80.9888	0			FL	127		
7192801	Maplewood Mobile Estates	maplewood-mobile-estates	US		0	America/New_York	29.11937	-80.99092	1			FL	127		
7192802	Palm Shores Mobile Home Park	palm-shores-mobile-home-park	US		0	America/New_York	29.09962	-80.9691	1			FL	127		
7192803	Pickwick Village	pickwick-village	US		0	America/New_York	29.13099	-81.03343	8			FL	127		
7192804	Rose Bay Trailer Park	rose-bay-trailer-park	US		0	America/New_York	29.10474	-80.97297	1			FL	127		
7192805	Briarwood Mobile Estates	briarwood-mobile-estates	US		0	America/New_York	29.1159	-80.9797	3			FL	127		
7192806	Crane Lakes Mobile Home Park	crane-lakes-mobile-home-park	US		0	America/New_York	29.1027	-81.0502	7			FL	127		
7192807	Elmwood Mobile Home Park	elmwood-mobile-home-park	US		0	America/New_York	29.1484	-81.0208	5			FL	127		
7192808	Lamplighter Mobile Home Community	lamplighter-mobile-home-community	US		0	America/New_York	29.14836	-81.02082	5			FL	127		
7192809	Lighthouse Pointe at Daytona Beach Mobile Home Park	lighthouse-pointe-at-daytona-beach-mobile-home-park	US		0	America/New_York	29.14384	-81.01843	4			FL	127		
7192810	Live Oak Mobile Village	live-oak-mobile-village	US		0	America/New_York	29.11132	-80.97436	3			FL	127		
7192811	Parkwood Manufactured Home Community	parkwood-manufactured-home-community	US		0	America/New_York	29.114	-80.99557	3			FL	127		
7192812	Tanglewood Mobile Estates	tanglewood-mobile-estates	US		0	America/New_York	29.12829	-80.98595	3			FL	127		
7192813	Treasure Isle Estates Mobile Home Park	treasure-isle-estates-mobile-home-park	US		0	America/New_York	29.12243	-80.99119	1			FL	127		
7192836	La Buona Vita Mobile Home Park	la-buona-vita-mobile-home-park	US		0	America/New_York	27.3104	-80.3158	2			FL	111		
7192870	Spanish Lakes Golf Village Mobile Home Park	spanish-lakes-golf-village-mobile-home-park	US		0	America/New_York	27.30473	-80.29642	4			FL	111		
7192871	Spanish Lakes Riverfront Mobile Home Park	spanish-lakes-riverfront-mobile-home-park	US		0	America/New_York	27.31932	-80.32036	4			FL	111		
7192872	Princetonian Mobile Home Park	princetonian-mobile-home-park	US		0	America/New_York	25.5321	-80.40017	2			FL	086		
7192876	Anchorage Mobile Home Park	anchorage-mobile-home-park	US		0	America/New_York	26.9174	-82.0417	2			FL	015		
7192877	Bay Palms Mobile Home Park	bay-palms-mobile-home-park	US		0	America/New_York	26.9418	-82.0344	1			FL	015		
7192878	Burnt Store Colony Mobile Home Park	burnt-store-colony-mobile-home-park	US		0	America/New_York	26.8013	-82.0326	3			FL	015		
7192879	Ponderosa Mobile Home Park	ponderosa-mobile-home-park	US		0	America/New_York	26.96094	-81.98717	2			FL	015		
7192880	River Forest Village Mobile Home Park	river-forest-village-mobile-home-park	US		0	America/New_York	26.95219	-82.00449	1			FL	015		
7192881	Tropical Palms Mobile Home Park	tropical-palms-mobile-home-park	US		0	America/New_York	26.77161	-81.92664	7			FL	015		
7192882	Ventura Lakes Mobile Home Park	ventura-lakes-mobile-home-park	US		0	America/New_York	26.89421	-81.98629	6			FL	015		
7192883	Buttonwood Village Mobile Home Park	buttonwood-village-mobile-home-park	US		0	America/New_York	26.9061	-82.0537	1			FL	015		
7192884	Emerald Lake Mobile Home Community	emerald-lake-mobile-home-community	US		0	America/New_York	26.9193	-82.0437	2			FL	015		
7192885	Lakewood Village Mobile Home Park	lakewood-village-mobile-home-park	US		0	America/New_York	26.94891	-82.00336	2			FL	015		
7192886	Lazy Lagoon Mobile Park	lazy-lagoon-mobile-park	US		0	America/New_York	26.9755	-81.96213	1			FL	015		
7192887	Peace River Mobile Home Park	peace-river-mobile-home-park	US		0	America/New_York	27.01417	-81.96909	4			FL	015		
7192888	Riverside Oaks Mobile Home Park	riverside-oaks-mobile-home-park	US		0	America/New_York	26.89416	-81.9863	5			FL	015		
7192889	Shell Creek Resort Mobile Home Park	shell-creek-resort-mobile-home-park	US		0	America/New_York	26.97405	-81.89455	5			FL	015		
7192890	Slip - Not Mobile Home Park	slip-not-mobile-home-park	US		0	America/New_York	26.92367	-82.04855	1			FL	015		
7192916	Lehmans Court Mobile Home Park	lehmans-court-mobile-home-park	US		0	America/New_York	26.78622	-80.05598	3			FL	099		
7192917	Palm Lake Estates North Mobile Home Park	palm-lake-estates-north-mobile-home-park	US		0	America/New_York	26.78552	-80.10479	4			FL	099		
7192918	Palm Lake Estates South	palm-lake-estates-south	US		0	America/New_York	26.77972	-80.10266	4			FL	099		
7192923	Indian Oaks Trailer Park	indian-oaks-trailer-park	US		0	America/New_York	28.2996	-80.7384	6			FL	009		
7192955	Beachwood Trailer Park	beachwood-trailer-park	US		0	America/New_York	29.7654	-81.2527	2			FL	109		
7192956	Bernards Trailer Park	bernards-trailer-park	US		0	America/New_York	29.89676	-81.33425	4			FL	109		
7192957	Breeze Trailer Park	breeze-trailer-park	US		0	America/New_York	29.912	-81.3402	6			FL	109		
7192958	Breezy Brae Mobile Home Park	breezy-brae-mobile-home-park	US		0	America/New_York	29.8119	-81.3269	8			FL	109		
7192959	Brentwood Mobile Home Park	brentwood-mobile-home-park	US		0	America/New_York	29.9199	-81.3482	8			FL	109		
7192960	Coquina Oaks Mobile Home	coquina-oaks-mobile-home	US		0	America/New_York	29.8828	-81.3288	4			FL	109		
7192961	Dimarco Trailer Park	dimarco-trailer-park	US		0	America/New_York	29.8311	-81.3212	9			FL	109		
7192962	Dobbs Mobile Home Park	dobbs-mobile-home-park	US		0	America/New_York	29.9225	-81.342	4			FL	109		
7192963	Easy Street Mobile Home Park	easy-street-mobile-home-park	US		0	America/New_York	29.8108	-81.33489	9			FL	109		
7192964	El Rey Residential Court	el-rey-residential-court	US		0	America/New_York	29.9154	-81.3388	4			FL	109		
7192965	Gaines Mobile Home Park	gaines-mobile-home-park	US		0	America/New_York	29.9333	-81.3622	10			FL	109		
7192966	Graceland Mobile Home Park	graceland-mobile-home-park	US		0	America/New_York	29.9207	-81.3545	10			FL	109		
7192967	Hidden Oaks Mobile Home Park	hidden-oaks-mobile-home-park	US		0	America/New_York	29.8417	-81.3539	9			FL	109		
7192968	Hilltop Mobile Home Park	hilltop-mobile-home-park	US		0	America/New_York	29.8412	-81.3538	10			FL	109		
7192969	Kingsley Mobile Home Park	kingsley-mobile-home-park	US		0	America/New_York	29.951	-81.3308	1			FL	109		
7192970	Newt's Trailer Park	newt-s-trailer-park	US		0	America/New_York	29.91621	-81.2948	3			FL	109		
7192971	Saint Augustine Family Park Mobile Home Park	saint-augustine-family-park-mobile-home-park	US		0	America/New_York	29.92062	-81.35446	10			FL	109		
7192972	Seven Pines Mobile Home Park	seven-pines-mobile-home-park	US		0	America/New_York	29.91996	-81.35622	10			FL	109		
7192973	Shady Pines II Mobile Home Park	shady-pines-ii-mobile-home-park	US		0	America/New_York	29.87682	-81.36025	12			FL	109		
7192974	Spanish Trail Mobile Home Park	spanish-trail-mobile-home-park	US		0	America/New_York	29.8669	-81.34397	10			FL	109		
7192975	Taylor Mobile Home Park	taylor-mobile-home-park	US		0	America/New_York	29.86723	-81.3441	10			FL	109		
7192976	Frog Hollow Court Mobile Home Park	frog-hollow-court-mobile-home-park	US		0	America/New_York	29.9762	-81.3571	3			FL	109		
7192977	Hill Creek Mobile Home Park	hill-creek-mobile-home-park	US		0	America/New_York	29.8433	-81.3256	9			FL	109		
7192978	Lazy C Mobile Home Park	lazy-c-mobile-home-park	US		0	America/New_York	29.91969	-81.35905	10			FL	109		
7192979	Moultrie Oaks Mobile Home Park	moultrie-oaks-mobile-home-park	US		0	America/New_York	29.8112	-81.32682	8			FL	109		
7192980	Sea Horse Retirees Mobile Home Park	sea-horse-retirees-mobile-home-park	US		0	America/New_York	29.82996	-81.32125	9			FL	109		
7192981	Siesta Mobile Home Park	siesta-mobile-home-park	US		0	America/New_York	29.91281	-81.37111	10			FL	109		
7192982	Southgate Mobile Home Park	southgate-mobile-home-park	US		0	America/New_York	29.85469	-81.32426	9			FL	109		
7192983	Whispering Oaks Gardens Mobile Home Park	whispering-oaks-gardens-mobile-home-park	US		0	America/New_York	29.9119	-81.3851	11			FL	109		
7192986	Colonial Mobile Home Park	colonial-mobile-home-park	US		0	America/New_York	28.2454	-81.2145	21			FL	097		
7192987	Davis Island Mobile Home Park	davis-island-mobile-home-park	US		0	America/New_York	28.2369	-81.2912	22			FL	097		
7192988	Jade Isles Trailer Park	jade-isles-trailer-park	US		0	America/New_York	28.2546	-81.2613	18			FL	097		
7198208	Clearview Heights	clearview-heights	US		0	America/New_York	38.3227	-77.4551	42			VA	179		
7192989	Saint Cloud Trailer Park	saint-cloud-trailer-park	US		0	America/New_York	28.24651	-81.27001	23			FL	097		
7192990	Sharps Mobile Home Park	sharps-mobile-home-park	US		0	America/New_York	28.24618	-81.21343	21			FL	097		
7192991	Sugar Mill Mobile Home Park	sugar-mill-mobile-home-park	US		0	America/New_York	28.25831	-81.30689	19			FL	097		
7192992	Covington Estates Mobile Home Park	covington-estates-mobile-home-park	US		0	America/New_York	28.1936	-81.2839	23			FL	097		
7192993	Golden Grove Mobile Home Park	golden-grove-mobile-home-park	US		0	America/New_York	28.2475	-81.2652	23			FL	097		
7192994	Lake Runnymede Mobile Home Park	lake-runnymede-mobile-home-park	US		0	America/New_York	28.2656	-81.2561	19			FL	097		
7192995	Lake Toho Resort Mobile Home Park	lake-toho-resort-mobile-home-park	US		0	America/New_York	28.1989	-81.3761	16			FL	097		
7192996	Lakeview Trailer Terrace	lakeview-trailer-terrace	US		0	America/New_York	28.23767	-81.1964	23			FL	097		
7192997	Mark Mobile Home Park	mark-mobile-home-park	US		0	America/New_York	28.24959	-81.30562	21			FL	097		
7192998	Sand Hill Cove Mobile Home Park	sand-hill-cove-mobile-home-park	US		0	America/New_York	28.25959	-81.30746	18			FL	097		
7192999	Sandalwood Mobile Home Park	sandalwood-mobile-home-park	US		0	America/New_York	28.34751	-81.23923	23			FL	097		
7193000	Times Trailer Park	times-trailer-park	US		0	America/New_York	28.24551	-81.30186	21			FL	097		
7193014	Saint James City Mobile Home Park	saint-james-city-mobile-home-park	US		0	America/New_York	26.49789	-82.08228	0			FL	071		
7193015	Pine Island Cove Mobile Home Park	pine-island-cove-mobile-home-park	US		0	America/New_York	26.56545	-82.10783	0			FL	071		
7193016	Shangri La Mobile Home Park	shangri-la-mobile-home-park	US		0	America/New_York	26.49781	-82.08228	0			FL	071		
7193020	Waters Edge Colony Mobile Home Park	waters-edge-colony-mobile-home-park	US		0	America/New_York	24.57324	-81.73524	0			FL	087		
7193033	Pine Crest Trailer Park	pine-crest-trailer-park	US		0	America/New_York	28.77689	-81.26738	17			FL	117		
7193034	Carriage Cove Mobile Home Park	carriage-cove-mobile-home-park	US		0	America/New_York	28.7556	-81.2766	11			FL	117		
7193035	Park Avenue Mobile Park	park-avenue-mobile-park	US		0	America/New_York	28.78279	-81.27026	16			FL	117		
7193039	Tall Timbers Mobile Home Park	tall-timbers-mobile-home-park	US		0	America/New_York	29.5576	-81.65695	20			FL	107		
7193040	River Villas Manufactured Home Park	river-villas-manufactured-home-park	US		0	America/New_York	29.57588	-81.67324	5			FL	107		
7193047	Crab Cove Mobile Home Park	crab-cove-mobile-home-park	US		0	America/New_York	27.8006	-80.4599	1			FL	061		
7193048	Dun Runnin Park Mobile Home Park	dun-runnin-park-mobile-home-park	US		0	America/New_York	27.7861	-80.4516	1			FL	061		
7193049	Fischer's Corner Trailer Park	fischer-s-corner-trailer-park	US		0	America/New_York	27.7904	-80.457	3			FL	061		
7193050	Karrs Riverland Mobile Home Park	karrs-riverland-mobile-home-park	US		0	America/New_York	27.8374	-80.4796	1			FL	061		
7193051	El Capitan Mobile Home Park	el-capitan-mobile-home-park	US		0	America/New_York	27.8319	-80.4772	2			FL	061		
7193052	Palm Lake Club Mobile Home Park	palm-lake-club-mobile-home-park	US		0	America/New_York	27.76804	-80.45138	11			FL	061		
7193053	Park Place Mobile Home Park	park-place-mobile-home-park	US		0	America/New_York	27.76028	-80.45166	7			FL	061		
7193054	Pelican's Landing of Sebastian Mobile Home Park	pelican-s-landing-of-sebastian-mobile-home-park	US		0	America/New_York	27.80062	-80.45984	1			FL	061		
7193055	Sand Hill Mobile Home Park	sand-hill-mobile-home-park	US		0	America/New_York	27.80029	-80.46426	8			FL	061		
7193056	Shady Rest Mobile Home Park	shady-rest-mobile-home-park	US		0	America/New_York	27.83442	-80.48475	6			FL	061		
7193057	Sunset Mobile Home Park	sunset-mobile-home-park	US		0	America/New_York	27.77357	-80.44842	3			FL	061		
7193058	Whispering Palms Mobile Village	whispering-palms-mobile-village	US		0	America/New_York	27.77959	-80.45216	4			FL	061		
7193075	Desoto Mobile Home Park	desoto-mobile-home-park	US		0	America/New_York	27.4729	-81.4214	37			FL	055		
7193076	Dinner Lake Haven Mobile Home	dinner-lake-haven-mobile-home	US		0	America/New_York	27.5163	-81.4538	37			FL	055		
7193077	Hagners Trailer Park	hagners-trailer-park	US		0	America/New_York	27.5039	-81.4393	38			FL	055		
7193078	Hammock Mobile Estates Mobile Home Park	hammock-mobile-estates-mobile-home-park	US		0	America/New_York	27.4729	-81.4851	40			FL	055		
7193079	Oak Gardens Mobile Home Park	oak-gardens-mobile-home-park	US		0	America/New_York	27.39895	-81.41501	29			FL	055		
7193080	Oak Ridge Mobile Home Park	oak-ridge-mobile-home-park	US		0	America/New_York	27.47297	-81.42597	35			FL	055		
7193081	Sebring Gardens Trailer Park	sebring-gardens-trailer-park	US		0	America/New_York	27.4832	-81.48509	38			FL	055		
7193082	Sunshine Park Mobile Home Park	sunshine-park-mobile-home-park	US		0	America/New_York	27.47291	-81.48668	41			FL	055		
7193083	Tanglewood Mobile Home Park	tanglewood-mobile-home-park	US		0	America/New_York	27.51075	-81.50949	50			FL	055		
7193084	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/New_York	27.46412	-81.43696	29			FL	055		
7193085	Braswells Heritage Estates Mobile Home Park	braswells-heritage-estates-mobile-home-park	US		0	America/New_York	27.4731	-81.4214	37			FL	055		
7193086	Buttonwood Bay Mobile Home Park	buttonwood-bay-mobile-home-park	US		0	America/New_York	27.4088	-81.4199	24			FL	055		
7193087	Francis I Mobile Estates	francis-i-mobile-estates	US		0	America/New_York	27.4689	-81.4454	33			FL	055		
7193088	Highland Wheel Estates Mobile Home Park	highland-wheel-estates-mobile-home-park	US		0	America/New_York	27.4757	-81.4756	33			FL	055		
7193089	Jackson Creek Mobile Estates	jackson-creek-mobile-estates	US		0	America/New_York	27.4658	-81.4489	31			FL	055		
7193090	Josephine Lakeside Park Mobile Home Park	josephine-lakeside-park-mobile-home-park	US		0	America/New_York	27.3955	-81.4169	28			FL	055		
7193091	Lakeshore Mobile Home Park	lakeshore-mobile-home-park	US		0	America/New_York	27.4822	-81.4808	35			FL	055		
7193092	Leisure Acres Mobile Home Park	leisure-acres-mobile-home-park	US		0	America/New_York	27.46414	-81.43693	29			FL	055		
7193093	Oakridge Mobile Home Park	oakridge-mobile-home-park	US		0	America/New_York	27.4729	-81.42602	35			FL	055		
7193094	Sebring Mobile Estates	sebring-mobile-estates	US		0	America/New_York	27.48719	-81.42528	39			FL	055		
7193095	Sebring Resort Mobile Home Park	sebring-resort-mobile-home-park	US		0	America/New_York	27.51489	-81.45269	36			FL	055		
7193096	Sebring Village Mobile Home Park	sebring-village-mobile-home-park	US		0	America/New_York	27.51051	-81.50927	50			FL	055		
7193097	Sweeneys Mobile Home Park	sweeneys-mobile-home-park	US		0	America/New_York	27.50405	-81.43772	38			FL	055		
7193098	The Highlander Mobile Home Court	the-highlander-mobile-home-court	US		0	America/New_York	27.39548	-81.41687	28			FL	055		
7193099	Thunderbird Hills South Mobile Home Park	thunderbird-hills-south-mobile-home-park	US		0	America/New_York	27.49617	-81.50073	48			FL	055		
7193100	Valencia Family Mobile Home Park	valencia-family-mobile-home-park	US		0	America/New_York	27.4803	-81.42847	37			FL	055		
7193101	Washburn Mobile Home Park	washburn-mobile-home-park	US		0	America/New_York	27.50088	-81.4403	39			FL	055		
7193102	Whispering Pines Village Mobile Home Park	whispering-pines-village-mobile-home-park	US		0	America/New_York	27.47736	-81.48794	41			FL	055		
7193103	Woodhaven Estates Mobile Home Park	woodhaven-estates-mobile-home-park	US		0	America/New_York	27.48317	-81.48514	39			FL	055		
7193122	Craft Travel Trailer Park	craft-travel-trailer-park	US		0	America/New_York	29.2154	-82.0609	15			FL	083		
7193123	Deep Woods Mobile Home Park	deep-woods-mobile-home-park	US		0	America/New_York	29.2173	-81.9112	20			FL	083		
7193124	Grand Oaks Mobile Home Park	grand-oaks-mobile-home-park	US		0	America/New_York	29.1741	-81.8637	18			FL	083		
7193125	Lake Waldena Resort Mobile Home Park	lake-waldena-resort-mobile-home-park	US		0	America/New_York	29.1959	-81.9304	27			FL	083		
7193126	Lindale Mobile Home Park	lindale-mobile-home-park	US		0	America/New_York	29.22464	-82.06015	19			FL	083		
7193127	Tall Timber Mobile Home Park	tall-timber-mobile-home-park	US		0	America/New_York	29.20722	-81.91123	25			FL	083		
7193129	Oak Springs Mobile Home Community	oak-springs-mobile-home-community	US		0	America/New_York	28.78786	-81.53073	28			FL	069		
7193136	Hendersons Mobile Home Park	hendersons-mobile-home-park	US		0	America/New_York	26.67713	-80.7259	5			FL	099		
7193137	Nortmoor Courts Mobile Home Park	nortmoor-courts-mobile-home-park	US		0	America/New_York	26.66358	-80.71158	4			FL	099		
7193138	Starling Trailer Park	starling-trailer-park	US		0	America/New_York	26.6608	-80.71541	4			FL	099		
7193140	June Terrace Mobile Home Park	june-terrace-mobile-home-park	US		0	America/New_York	29.1711	-81.0305	4			FL	127		
7193141	Reed Canal Trailer Park	reed-canal-trailer-park	US		0	America/New_York	29.15945	-81.00917	2			FL	127		
7193142	Blue Skies Mobile Home Village	blue-skies-mobile-home-village	US		0	America/New_York	29.1519	-80.9909	0			FL	127		
7193143	Blue Villa Mobile Home Park	blue-villa-mobile-home-park	US		0	America/New_York	29.1599	-81.0081	2			FL	127		
7193144	Candlelight Manor Mobile Home Estates	candlelight-manor-mobile-home-estates	US		0	America/New_York	29.175	-81.0186	2			FL	127		
7193145	Lakeview Estates Mobile Home Park	lakeview-estates-mobile-home-park	US		0	America/New_York	29.15834	-81.01849	2			FL	127		
7193146	Ra Mar Mobile Home Park	ra-mar-mobile-home-park	US		0	America/New_York	29.17471	-81.00518	3			FL	127		
7193147	Shady Village Mobile Home Park	shady-village-mobile-home-park	US		0	America/New_York	29.15092	-81.01933	2			FL	127		
7193148	Suwannee Mobile Home Park	suwannee-mobile-home-park	US		0	America/New_York	29.15772	-80.99674	3			FL	127		
7193149	Waters Edge Mobile Home Park	waters-edge-mobile-home-park	US		0	America/New_York	29.1585	-80.9953	2			FL	127		
7193151	Daytona Twin Oaks Mobile Home Park	daytona-twin-oaks-mobile-home-park	US		0	America/New_York	29.1581	-81.0246	4			FL	127		
7193153	Olin's Mobile Home Park	olin-s-mobile-home-park	US		0	America/New_York	29.99487	-82.12914	45			FL	007		
7193154	Townsend Mobile Home Court	townsend-mobile-home-court	US		0	America/New_York	29.9552	-82.01468	66			FL	019		
7193176	Ackel Mobile Home Estates	ackel-mobile-home-estates	US		0	America/New_York	27.0931	-80.2774	4			FL	085		
7193177	Holiday Mobile Home Park	holiday-mobile-home-park	US		0	America/New_York	27.1896	-80.2473	3			FL	085		
7193178	Leisure Village Mobile Home Park	leisure-village-mobile-home-park	US		0	America/New_York	27.17388	-80.25062	3			FL	085		
7193179	Open Gate Trailer Park	open-gate-trailer-park	US		0	America/New_York	27.14375	-80.21828	5			FL	085		
7193180	Natalie Estates Mobile Home Park	natalie-estates-mobile-home-park	US		0	America/New_York	27.14467	-80.22012	5			FL	085		
7193181	Pinelake Gardens Estates	pinelake-gardens-estates	US		0	America/New_York	27.11922	-80.19193	4			FL	085		
7193182	Salerno Trailer Park	salerno-trailer-park	US		0	America/New_York	27.13809	-80.20487	4			FL	085		
7193183	Sunshine Mobile Manor	sunshine-mobile-manor	US		0	America/New_York	27.1412	-80.21625	5			FL	085		
7193184	Towering Pines Mobile Home Park	towering-pines-mobile-home-park	US		0	America/New_York	27.09491	-80.27568	5			FL	085		
7193205	Terry's Mobile Home Park	terry-s-mobile-home-park	US		0	America/New_York	29.03058	-82.01983	23			FL	083		
7193206	Shady Acres Adult Mobile Home Park	shady-acres-adult-mobile-home-park	US		0	America/New_York	29.01953	-82.04234	27			FL	083		
7193210	Amity Anchorage Mobile Home Park	amity-anchorage-mobile-home-park	US		0	America/New_York	30.0932	-81.6362	7			FL	109		
7193214	L and M Mobile Court	l-and-m-mobile-court	US		0	America/New_York	28.8003	-81.7372	21			FL	069		
7193215	Mid Lakes Resort Mobile Home Park	mid-lakes-resort-mobile-home-park	US		0	America/New_York	28.80019	-81.73729	21			FL	069		
7193216	Riverest Mobile Home Community	riverest-mobile-home-community	US		0	America/New_York	28.79856	-81.73605	21			FL	069		
7193217	Tiki Village Mobile Home Park	tiki-village-mobile-home-park	US		0	America/New_York	28.80036	-81.74093	19			FL	069		
7193218	El Red Manor Mobile Home Park	el-red-manor-mobile-home-park	US		0	America/New_York	28.8188	-81.7228	21			FL	069		
7193219	Lake Dora Mobile Home Park	lake-dora-mobile-home-park	US		0	America/New_York	28.8029	-81.7187	21			FL	069		
7193220	Three Palms Trailer Park	three-palms-trailer-park	US		0	America/New_York	28.80473	-81.70721	21			FL	069		
7193222	Tween Waters Mobile Manor	tween-waters-mobile-manor	US		0	America/New_York	28.80039	-81.73735	21			FL	069		
7193231	Tice Courts Mobile Home Park	tice-courts-mobile-home-park	US		0	America/New_York	26.66904	-81.82197	3			FL	071		
7193244	Briarwood Mobile Home Park	briarwood-mobile-home-park	US		0	America/New_York	28.6203	-80.81369	1			FL	009		
7193245	Cherrydon Mobile Home Park	cherrydon-mobile-home-park	US		0	America/New_York	28.6211	-80.8152	1			FL	009		
7193246	Dixie Mobile Home Park	dixie-mobile-home-park	US		0	America/New_York	28.6236	-80.8292	7			FL	009		
7193247	Intercoastal Estates Mobile Home Park	intercoastal-estates-mobile-home-park	US		0	America/New_York	28.6386	-80.8293	6			FL	009		
7193248	Manatee Hammock Park Mobile Home Park	manatee-hammock-park-mobile-home-park	US		0	America/New_York	28.50726	-80.78296	2			FL	009		
7193249	Nelson Trailer Park	nelson-trailer-park	US		0	America/New_York	28.61306	-80.8064	1			FL	009		
7193250	Oak Point Mobile Park	oak-point-mobile-park	US		0	America/New_York	28.5057	-80.78281	4			FL	009		
7193251	Osceola Trailer Park	osceola-trailer-park	US		0	America/New_York	28.55967	-80.80596	7			FL	009		
7193252	April Estates Mobile Home Park	april-estates-mobile-home-park	US		0	America/New_York	28.5561	-80.8323	6			FL	009		
7193253	Missile View Mobile Home Park	missile-view-mobile-home-park	US		0	America/New_York	28.62538	-80.82639	6			FL	009		
7193254	Palm Harbor Mobile Home Park	palm-harbor-mobile-home-park	US		0	America/New_York	28.50605	-80.78283	4			FL	009		
7193255	River Forest Mobile Home Park	river-forest-mobile-home-park	US		0	America/New_York	28.5072	-80.78291	2			FL	009		
7193256	Riverview Trailer Park	riverview-trailer-park	US		0	America/New_York	28.55797	-80.79898	2			FL	009		
7193257	Silver Breeze Mobile Home Community	silver-breeze-mobile-home-community	US		0	America/New_York	28.55669	-80.81396	11			FL	009		
7193258	Whispering Pines Mobile Home Park	whispering-pines-mobile-home-park	US		0	America/New_York	28.55548	-80.80322	6			FL	009		
7193277	Rolling Woods Mobile Home Park	rolling-woods-mobile-home-park	US		0	America/New_York	28.97392	-81.68693	26			FL	083		
7193278	Tropical Whisper Mobile Home Park	tropical-whisper-mobile-home-park	US		0	America/New_York	28.8972	-81.68617	25			FL	069		
7193279	Golden Estates Mobile Home Park	golden-estates-mobile-home-park	US		0	America/New_York	28.9192	-81.6799	25			FL	069		
7193280	Lands Mobile Home Park	lands-mobile-home-park	US		0	America/New_York	28.91783	-81.67274	24			FL	069		
7193284	Maggie Runyon Trailer Park	maggie-runyon-trailer-park	US		0	America/New_York	27.60241	-80.3838	4			FL	061		
7193294	Country Trailer Park	country-trailer-park	US		0	America/New_York	27.6768	-80.4421	6			FL	061		
7193295	Heritage Plantation Mobile Home Park	heritage-plantation-mobile-home-park	US		0	America/New_York	27.6227	-80.4997	6			FL	061		
7193296	Palm Paradise Mobile Home Park	palm-paradise-mobile-home-park	US		0	America/New_York	27.73833	-80.4305	3			FL	061		
7193297	Su - Rene Mobile Park	su-rene-mobile-park	US		0	America/New_York	27.61686	-80.39053	4			FL	061		
7193298	Sweetwater Mobile Home Park	sweetwater-mobile-home-park	US		0	America/New_York	27.6745	-80.43911	6			FL	061		
7193299	Vero Palm Estates	vero-palm-estates	US		0	America/New_York	27.63202	-80.50255	6			FL	061		
7193300	Village Green Mobile Home Park	village-green-mobile-home-park	US		0	America/New_York	27.64344	-80.4753	6			FL	061		
7193301	Coachland Court Mobile Home Park	coachland-court-mobile-home-park	US		0	America/New_York	27.597	-80.4145	6			FL	061		
7193302	Countryside at Vero Beach Mobile Home Park	countryside-at-vero-beach-mobile-home-park	US		0	America/New_York	27.6318	-80.5041	6			FL	061		
7193303	Heron Cay Mobile Home Community	heron-cay-mobile-home-community	US		0	America/New_York	27.6281	-80.5081	7			FL	061		
7193304	High Ridge Mobile Park	high-ridge-mobile-park	US		0	America/New_York	27.6837	-80.4196	5			FL	061		
7193305	Holiday Village Mobile Home Park	holiday-village-mobile-home-park	US		0	America/New_York	27.5853	-80.4131	6			FL	061		
7193306	Midway Estates Mobile Home Park	midway-estates-mobile-home-park	US		0	America/New_York	27.56607	-80.36816	1			FL	061		
7193307	Palm Villa Mobile Home Park	palm-villa-mobile-home-park	US		0	America/New_York	27.64517	-80.39773	4			FL	061		
7193308	Ranchland Mobile Home Park	ranchland-mobile-home-park	US		0	America/New_York	27.64131	-80.49685	6			FL	061		
7193309	Royal Oaks Community Mobile Home Park	royal-oaks-community-mobile-home-park	US		0	America/New_York	27.74159	-80.43192	3			FL	061		
7193310	Southgate Village Mobile Home Park	southgate-village-mobile-home-park	US		0	America/New_York	27.62497	-80.38791	3			FL	061		
7193311	Squire Village Mobile Home Park	squire-village-mobile-home-park	US		0	America/New_York	27.58046	-80.41473	6			FL	061		
7193312	Tanglewood Village Mobile Home Park	tanglewood-village-mobile-home-park	US		0	America/New_York	27.58396	-80.37505	2			FL	061		
7193313	Vero Mobile Home Park	vero-mobile-home-park	US		0	America/New_York	27.64375	-80.39777	4			FL	061		
7193314	Woodlawn Manor Mobile Home Park	woodlawn-manor-mobile-home-park	US		0	America/New_York	27.60634	-80.38435	3			FL	061		
7193357	Connecticut Mobile Park	connecticut-mobile-park	US		0	America/New_York	27.7405	-80.4315	3			FL	061		
7193358	Big Oak Mobile Home Park	big-oak-mobile-home-park	US		0	America/New_York	27.95707	-81.72815	41			FL	105		
7193359	Manley Mobile Home Park	manley-mobile-home-park	US		0	America/New_York	27.94252	-81.72562	38			FL	105		
7193360	Rifle Range Mobile Home	rifle-range-mobile-home	US		0	America/New_York	27.96938	-81.72587	41			FL	105		
7193361	Rosemont Mobile Home Park	rosemont-mobile-home-park	US		0	America/New_York	27.95802	-81.72881	40			FL	105		
7193362	Santa Fe Mobile Home Park	santa-fe-mobile-home-park	US		0	America/New_York	27.95841	-81.74161	42			FL	105		
7193365	Sunshine Trailer Park	sunshine-trailer-park	US		0	America/New_York	27.49887	-81.81381	17			FL	049		
7193366	Citrus Valley Mobile Home Estates	citrus-valley-mobile-home-estates	US		0	America/New_York	27.5359	-81.8194	26			FL	049		
7193367	Crystal Lake Mobile Home Park	crystal-lake-mobile-home-park	US		0	America/New_York	27.5893	-81.8189	33			FL	049		
7193378	Sunshine Village Manufactured Home Community	sunshine-village-manufactured-home-community	US		0	America/New_York	28.6086	-82.0698	26			FL	119		
7193379	Webster Mobile Home and Travel Park	webster-mobile-home-and-travel-park	US		0	America/New_York	28.60805	-82.06723	26			FL	119		
7193381	Big Lake Village Mobile Home Park	big-lake-village-mobile-home-park	US		0	America/New_York	28.9902	-81.9424	25			FL	083		
7193384	Cape South Mobile Home Park	cape-south-mobile-home-park	US		0	America/New_York	28.0698	-80.6732	8			FL	009		
7193394	Rainbow Mobile Home Colony	rainbow-mobile-home-colony	US		0	America/New_York	26.63677	-80.11395	5			FL	099		
7193395	Tavares Cove Mobile Home Park	tavares-cove-mobile-home-park	US		0	America/New_York	26.6439	-80.13904	5			FL	099		
7193396	Twin Lakes Mobile Home Park	twin-lakes-mobile-home-park	US		0	America/New_York	26.70234	-80.15928	5			FL	099		
7193397	Akers Away Mobile Home Park	akers-away-mobile-home-park	US		0	America/New_York	26.7613	-80.1032	4			FL	099		
7193398	Blue Grass Mobile Home Community	blue-grass-mobile-home-community	US		0	America/New_York	26.6727	-80.0641	5			FL	099		
7193399	Casa del Monte Mobile Home Resort	casa-del-monte-mobile-home-resort	US		0	America/New_York	26.6539	-80.1409	5			FL	099		
7193400	Casa Loma Trailer Park	casa-loma-trailer-park	US		0	America/New_York	26.6989	-80.1142	4			FL	099		
7193401	Congress Mobile Home Park	congress-mobile-home-park	US		0	America/New_York	26.6971	-80.0856	4			FL	099		
7193402	Happy Landings Mobile Home Park	happy-landings-mobile-home-park	US		0	America/New_York	26.6576	-80.1138	5			FL	099		
7193403	Haverhill Mobile Home Park	haverhill-mobile-home-park	US		0	America/New_York	26.6858	-80.1212	5			FL	099		
7193404	Hi Acres Park Mobile Home Park	hi-acres-park-mobile-home-park	US		0	America/New_York	26.8109	-80.0817	4			FL	099		
7193405	Holiday Plaza Mobile Home Park	holiday-plaza-mobile-home-park	US		0	America/New_York	26.7108	-80.1174	5			FL	099		
7193406	Holiday Ranch Mobile Home Park	holiday-ranch-mobile-home-park	US		0	America/New_York	26.6568	-80.1166	5			FL	099		
7193407	Lakeside of the Palm Beaches Mobile Home Park	lakeside-of-the-palm-beaches-mobile-home-park	US		0	America/New_York	26.7024	-80.0836	3			FL	099		
7193408	Linda's Mobile Home Court	linda-s-mobile-home-court	US		0	America/New_York	26.69899	-80.08584	3			FL	099		
7193409	Long Lake Village Mobile Home Park	long-lake-village-mobile-home-park	US		0	America/New_York	26.65798	-80.11894	5			FL	099		
7193410	Marlboro Court Mobile Home Community	marlboro-court-mobile-home-community	US		0	America/New_York	26.63766	-80.11006	5			FL	099		
7193411	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/New_York	26.70196	-80.14028	5			FL	099		
7193412	Palm Beach Colony Mobile Home Park	palm-beach-colony-mobile-home-park	US		0	America/New_York	26.69706	-80.08559	4			FL	099		
7193413	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/New_York	26.64951	-80.09137	4			FL	099		
7193414	Wrights Private Trailer Park	wrights-private-trailer-park	US		0	America/New_York	26.68494	-80.07161	4			FL	099		
7193427	Lakeside Mobile Home Court	lakeside-mobile-home-court	US		0	America/New_York	28.8253	-81.9942	20			FL	119		
7193428	Lakewood Mobile Home Park	lakewood-mobile-home-park	US		0	America/New_York	28.82654	-81.97784	23			FL	119		
7193429	Moreland Park Trailer Park	moreland-park-trailer-park	US		0	America/New_York	28.88929	-82.04247	26			FL	119		
7193432	Easy Living Estates Mobile Home Park	easy-living-estates-mobile-home-park	US		0	America/New_York	28.8903	-82.0401	26			FL	119		
7193433	Hideaway Mobile Home Park	hideaway-mobile-home-park	US		0	America/New_York	28.8308	-81.9993	21			FL	119		
7193436	Rail's End Mobile Home Park	rail-s-end-mobile-home-park	US		0	America/New_York	28.82462	-81.98223	25			FL	119		
7193437	Wildwood Country Resort Mobile Home Park	wildwood-country-resort-mobile-home-park	US		0	America/New_York	28.83586	-82.01776	23			FL	119		
7193446	Hickory Heights Trailer Park	hickory-heights-trailer-park	US		0	America/New_York	28.5563	-81.6547	26			FL	095		
7193447	South Shore Mobile Home Park	south-shore-mobile-home-park	US		0	America/New_York	28.55628	-81.65392	25			FL	095		
7193448	Hyde Park Mobile Home Park	hyde-park-mobile-home-park	US		0	America/New_York	28.5554	-81.5978	34			FL	095		
7193449	Orange Tree Mobile Home Park	orange-tree-mobile-home-park	US		0	America/New_York	28.55571	-81.58988	38			FL	095		
7193451	Vista del Lago Mobile Home Park	vista-del-lago-mobile-home-park	US		0	America/New_York	28.3547	-81.6328	35			FL	095		
7193452	Westwood Village Mobile Home Park	westwood-village-mobile-home-park	US		0	America/New_York	28.54709	-81.60021	32			FL	095		
7193460	Bluemoon Mobile Home Park	bluemoon-mobile-home-park	US		0	America/New_York	28.0388	-81.7683	46			FL	105		
7193461	Cypress Acres Mobile Home Park	cypress-acres-mobile-home-park	US		0	America/New_York	27.9727	-81.785	42			FL	105		
7193462	Cypress Gardens Mobile Home Park	cypress-gardens-mobile-home-park	US		0	America/New_York	28.0069	-81.6626	38			FL	105		
7193463	Cypress Harbor Mobile Home Park	cypress-harbor-mobile-home-park	US		0	America/New_York	27.9958	-81.6767	42			FL	105		
7193464	Dawson Mobile Home Park	dawson-mobile-home-park	US		0	America/New_York	28.0763	-81.7549	43			FL	105		
7193465	Dexter Shores Mobile Park	dexter-shores-mobile-park	US		0	America/New_York	27.9958	-81.67803	41			FL	105		
7193466	Fairview Village Mobile Home Park	fairview-village-mobile-home-park	US		0	America/New_York	28.0829	-81.6618	40			FL	105		
7193467	Hammondell Mobile Home Park	hammondell-mobile-home-park	US		0	America/New_York	27.9854	-81.6634	46			FL	105		
7193468	Hidden Cove Mobile Home Park	hidden-cove-mobile-home-park	US		0	America/New_York	28.0856	-81.659	39			FL	105		
7193469	Hidden Cove West Mobile Home Park	hidden-cove-west-mobile-home-park	US		0	America/New_York	28.0954	-81.6858	40			FL	105		
7193470	J L Sweat Estates Mobile Home Park	j-l-sweat-estates-mobile-home-park	US		0	America/New_York	28.0002	-81.7505	42			FL	105		
7193471	Kings Pointe Mobile Home Park	kings-pointe-mobile-home-park	US		0	America/New_York	28.0715	-81.7493	45			FL	105		
7193472	Lake Haven Mobile Home Park	lake-haven-mobile-home-park	US		0	America/New_York	28.0674	-81.7545	43			FL	105		
7193473	Lake Ida Mobile Home Park	lake-ida-mobile-home-park	US		0	America/New_York	28.0529	-81.7333	42			FL	105		
7193474	Lakeshore Palms Travel Park	lakeshore-palms-travel-park	US		0	America/New_York	27.966	-81.6965	42			FL	105		
7193475	Lowes Mobile Home Park	lowes-mobile-home-park	US		0	America/New_York	27.99572	-81.67801	41			FL	105		
7193476	Mid Lakes Mobile Home Park	mid-lakes-mobile-home-park	US		0	America/New_York	27.98007	-81.78223	43			FL	105		
7198209	Cobblestone	cobblestone	US		0	America/New_York	38.4204	-77.3958	53			VA	179		
7193477	Pinewood Lane Mobile Home Park	pinewood-lane-mobile-home-park	US		0	America/New_York	28.07472	-81.75517	43			FL	105		
7193478	Twin Oaks Mobile Home Park	twin-oaks-mobile-home-park	US		0	America/New_York	28.03079	-81.76693	46			FL	105		
7193479	Cypress Shores West Mobile Home Park	cypress-shores-west-mobile-home-park	US		0	America/New_York	28.0635	-81.7664	43			FL	105		
7193480	Garden Mobile Village	garden-mobile-village	US		0	America/New_York	27.9952	-81.7424	40			FL	105		
7193481	Grove Shores Mobile Colony	grove-shores-mobile-colony	US		0	America/New_York	27.9912	-81.6591	43			FL	105		
7193482	Harrells Mobile Home Park	harrells-mobile-home-park	US		0	America/New_York	27.9726	-81.785	42			FL	105		
7193483	Hidden Cove East Mobile Home Park	hidden-cove-east-mobile-home-park	US		0	America/New_York	28.0827	-81.6667	40			FL	105		
7193484	Hidden Golf Club Mobile Home Park	hidden-golf-club-mobile-home-park	US		0	America/New_York	28.1012	-81.6911	42			FL	105		
7193485	Lake Deer Mobile Hamlet	lake-deer-mobile-hamlet	US		0	America/New_York	28.0287	-81.7659	44			FL	105		
7193486	Lake Fox Village Mobile Home Park	lake-fox-village-mobile-home-park	US		0	America/New_York	27.9869	-81.6599	43			FL	105		
7193487	Leisure Homes Mobile Park	leisure-homes-mobile-park	US		0	America/New_York	28.06861	-81.7527	43			FL	105		
7193488	Lucerne Lakeside Manufactured Home Community	lucerne-lakeside-manufactured-home-community	US		0	America/New_York	28.06449	-81.71235	42			FL	105		
7193489	Oakwood Estates Mobile Home Park	oakwood-estates-mobile-home-park	US		0	America/New_York	27.99487	-81.79017	39			FL	105		
7193490	Orange Manor Mobile Home Park East	orange-manor-mobile-home-park-east	US		0	America/New_York	27.96552	-81.69666	42			FL	105		
7193491	Orange Manor Mobile Home Park West	orange-manor-mobile-home-park-west	US		0	America/New_York	27.96564	-81.70023	42			FL	105		
7193492	Rainbow Trailer Park	rainbow-trailer-park	US		0	America/New_York	27.99665	-81.70968	41			FL	105		
7193493	Shipp Reck Harbor Mobile Home Park	shipp-reck-harbor-mobile-home-park	US		0	America/New_York	28.0001	-81.75047	42			FL	105		
7193494	Shipp Side Mobile Home Park	shipp-side-mobile-home-park	US		0	America/New_York	28.00138	-81.73607	42			FL	105		
7193495	Swiss Golf and Tennis Club Mobile Home Park	swiss-golf-and-tennis-club-mobile-home-park	US		0	America/New_York	28.08274	-81.66422	40			FL	105		
7193496	Swiss Village Mobile Home Park	swiss-village-mobile-home-park	US		0	America/New_York	28.08617	-81.67537	43			FL	105		
7193497	Wagon Wheel Park Mobile Home Park	wagon-wheel-park-mobile-home-park	US		0	America/New_York	28.06815	-81.75263	44			FL	105		
7193498	Winter Haven Mobile Home Park	winter-haven-mobile-home-park	US		0	America/New_York	27.98028	-81.78222	43			FL	105		
7193499	Winterset Shores Estates Mobile Home Park	winterset-shores-estates-mobile-home-park	US		0	America/New_York	27.97274	-81.67134	44			FL	105		
7193505	Hacienda Village Mobile Home Park	hacienda-village-mobile-home-park	US		0	America/New_York	28.6973	-81.3002	10			FL	117		
7193506	Tuskawilla Trails Mobile Home Park	tuskawilla-trails-mobile-home-park	US		0	America/New_York	28.69816	-81.26803	10			FL	117		
7193509	Nassau Acres Mobile Home Park	nassau-acres-mobile-home-park	US		0	America/New_York	30.63781	-81.59887	8			FL	089		
7193510	Goodbread Mobile Home Park	goodbread-mobile-home-park	US		0	America/New_York	30.6485	-81.6184	7			FL	089		
7193511	Zellwood Station Mobile Home Park	zellwood-station-mobile-home-park	US		0	America/New_York	28.71448	-81.58222	43			FL	095		
7193512	Johnson Trailer Park	johnson-trailer-park	US		0	America/New_York	27.4873	-81.7565	23			FL	049		
7193513	The Oasis at Zolfo Springs Mobile Home Park	the-oasis-at-zolfo-springs-mobile-home-park	US		0	America/New_York	27.49416	-81.78572	18			FL	049		
7195928	Greenport Homes	greenport-homes	US		0	America/New_York	41.09889	-72.37167	5			NY	103	69463	
7196133	Montezuma Mesa	montezuma-mesa	US		0	America/Los_Angeles	32.77569	-117.079	113			CA	073		
7198115	Abel Lake Forest	abel-lake-forest	US		0	America/New_York	38.4105	-77.4829	81			VA	179		
7198117	Amsonia	amsonia	US		0	America/New_York	38.4199	-77.5372	106			VA	179		
7198119	Aqua Villa	aqua-villa	US		0	America/New_York	38.4313	-77.3717	20			VA	179		
7198120	Aquia Bay Estates	aquia-bay-estates	US		0	America/New_York	38.4181	-77.3716	48			VA	179		
7198121	Aquia Beach	aquia-beach	US		0	America/New_York	38.4231	-77.3599	13			VA	179		
7198122	Aquia Bend	aquia-bend	US		0	America/New_York	38.4292	-77.363	18			VA	179		
7198123	Aquia Creek Estates	aquia-creek-estates	US		0	America/New_York	38.5075	-77.567	92			VA	179		
7198124	Aquia Inlet Estates	aquia-inlet-estates	US		0	America/New_York	38.4234	-77.3635	21			VA	179		
7198125	Aquia Overlook	aquia-overlook	US		0	America/New_York	38.4429	-77.3656	43			VA	179		
7198126	Arbor Glen	arbor-glen	US		0	America/New_York	38.4587	-77.4622	95			VA	179		
7198127	Argyle Hills	argyle-hills	US		0	America/New_York	38.2897	-77.414	36			VA	179		
7198128	Argyle Terrace	argyle-terrace	US		0	America/New_York	38.2904	-77.4235	38			VA	179		
7198129	Ashburn Hills	ashburn-hills	US		0	America/New_York	38.4178	-77.6058	98			VA	179		
7198130	Ashton Preserve	ashton-preserve	US		0	America/New_York	39.1336	-77.0164	129			MD	031		
7198131	Augustine North	augustine-north	US		0	America/New_York	38.4445	-77.473	84			VA	179		
7198132	Austin Ridge	austin-ridge	US		0	America/New_York	38.4438	-77.4205	43			VA	179		
7198133	Autumn Ridge	autumn-ridge	US		0	America/New_York	38.4543	-77.4448	70			VA	179		
7198134	Azalea Woods	azalea-woods	US		0	America/New_York	38.4377	-77.4099	38			VA	179		
7198135	Bald Eagle Hills	bald-eagle-hills	US		0	America/New_York	38.4904	-77.43	51			VA	179		
7198136	Barrett Heights	barrett-heights	US		0	America/New_York	38.4818	-77.428	90			VA	179		
7198137	Barrett Knolls	barrett-knolls	US		0	America/New_York	38.4757	-77.4323	88			VA	179		
7198138	Barrington Woods	barrington-woods	US		0	America/New_York	38.4956	-77.5681	95			VA	179		
7198139	Basil Gordon	basil-gordon	US		0	America/New_York	38.3236	-77.4656	33			VA	179		
7198405	Oak Springs	oak-springs	US		0	America/New_York	39.0793	-76.9816	116			MD	031		
7198140	Battery Ridge Estates	battery-ridge-estates	US		0	America/New_York	38.3144	-77.3538	62			VA	179		
7198141	Bayview Estates	bayview-estates	US		0	America/New_York	38.42043	-77.36729	29			VA	179		
7198142	Beau Ridge	beau-ridge	US		0	America/New_York	38.459	-77.4884	103			VA	179		
7198143	Bel Plains Estates	bel-plains-estates	US		0	America/New_York	38.3121	-77.3816	60			VA	179		
7198144	Belle Air Heights	belle-air-heights	US		0	America/New_York	38.3362	-77.4336	68			VA	179		
7198145	Belle Oaks	belle-oaks	US		0	America/New_York	38.3095	-77.3955	60			VA	179		
7198146	Bells Run	bells-run	US		0	America/New_York	38.4418	-77.407	38			VA	179		
7198148	Belmont Hills	belmont-hills	US		0	America/New_York	38.3267	-77.4785	32			VA	179		
7198149	Berea Estates	berea-estates	US		0	America/New_York	38.3478	-77.5482	61			VA	179		
7198150	Berea Plantation	berea-plantation	US		0	America/New_York	38.3443	-77.5266	95			VA	179		
7198151	Berry Hill Estates	berry-hill-estates	US		0	America/New_York	38.3518	-77.5927	91			VA	179		
7198152	Beverly Estates	beverly-estates	US		0	America/New_York	38.4249	-77.5762	103			VA	179		
7198153	Beverly Forest	beverly-forest	US		0	America/New_York	38.4831	-77.4299	78			VA	179		
7198154	Bexley Manor	bexley-manor	US		0	America/New_York	38.3712	-77.398	36			VA	179		
7198156	Blackburn Village	blackburn-village	US		0	America/New_York	39.1056	-76.9305	134			MD	031		
7198157	Blaisdell Subdivision	blaisdell-subdivision	US		0	America/New_York	38.3374	-77.4891	73			VA	179		
7198158	Blount Commons	blount-commons	US		0	America/New_York	39.1855	-77.2253	129			MD	031		
7198160	Bonifant Village	bonifant-village	US		0	America/New_York	39.096	-77.0138	114			MD	031		
7198162	Boscobel Woods	boscobel-woods	US		0	America/New_York	38.3313	-77.408	47			VA	179		
7198163	Bourne	bourne	US		0	America/New_York	38.3305	-77.3847	30			VA	179		
7198165	Brandy Hills	brandy-hills	US		0	America/New_York	38.4467	-77.5983	102			VA	179		
7198166	Brentwood Estates	brentwood-estates	US		0	America/New_York	38.4768	-77.4375	84			VA	179		
7198167	Briarwood Estates	briarwood-estates	US		0	America/New_York	38.2944	-77.4209	43			VA	179		
7198168	Bridle Lake Estates	bridle-lake-estates	US		0	America/New_York	38.2903	-77.3782	61			VA	179		
7198169	Briggs-Chaney Estates	briggs-chaney-estates	US		0	America/New_York	39.1025	-76.9859	148			MD	031		
7198170	Brooke Meadow	brooke-meadow	US		0	America/New_York	39.1644	-77.0258	132			MD	031		
7198171	Brooke Ridge	brooke-ridge	US		0	America/New_York	38.3799	-77.3271	27			VA	179		
7198172	Brookewood Estates	brookewood-estates	US		0	America/New_York	38.337	-77.4071	34			VA	179		
7198173	Brookewood Farms	brookewood-farms	US		0	America/New_York	38.3351	-77.4111	46			VA	179		
7198174	Brookfield Hills	brookfield-hills	US		0	America/New_York	38.315	-77.4334	58			VA	179		
7198175	Brooksmill Estates	brooksmill-estates	US		0	America/New_York	38.3862	-77.3638	29			VA	179		
7198176	Brookstone	brookstone	US		0	America/New_York	38.3092	-77.4179	41			VA	179		
7198179	Cabin Creekwood	cabin-creekwood	US		0	America/New_York	38.4701	-77.4373	77			VA	179		
7198180	Candlewood Park	candlewood-park	US		0	America/New_York	39.1277	-77.1441	136			MD	031		
7198181	Cannon Knolls	cannon-knolls	US		0	America/New_York	38.442	-77.5546	96			VA	179		
7198182	Cannon Ridge	cannon-ridge	US		0	America/New_York	38.3181	-77.41	61			VA	179		
7198183	Canonbury Square	canonbury-square	US		0	America/New_York	38.9649	-76.9948	62			MD	033		
7198184	Canterbury Estates	canterbury-estates	US		0	America/New_York	38.3794	-77.3145	8			VA	179		
7198185	Canterbury Village	canterbury-village	US		0	America/New_York	38.4378	-77.4052	36			VA	179		
7198186	Cardinal Forest	cardinal-forest	US		0	America/New_York	38.3732	-77.5167	94			VA	179		
7198187	Carrera Estates	carrera-estates	US		0	America/New_York	38.4142	-77.6144	94			VA	179		
7198188	Cashell Estates	cashell-estates	US		0	America/New_York	39.1372	-77.1387	130			MD	031		
7198189	Castlegate	castlegate	US		0	America/New_York	39.091	-76.9336	124			MD	031		
7198191	Cedar Knolls Estates	cedar-knolls-estates	US		0	America/New_York	38.4385	-77.5971	95			VA	179		
7198192	Chapalita	chapalita	US		0	America/New_York	38.3662	-77.5685	79			VA	179		
7198193	Chapel Heights	chapel-heights	US		0	America/New_York	38.2851	-77.3513	51			VA	179		
7198194	Chapel View	chapel-view	US		0	America/New_York	38.3622	-77.4856	73			VA	179		
7198195	Charlestown Commons	charlestown-commons	US		0	America/New_York	38.3069	-77.4312	48			VA	179		
7198196	Chatam	chatam	US		0	America/New_York	38.314	-77.4548	27			VA	179		
7198197	Chatham Farms	chatham-farms	US		0	America/New_York	38.3149	-77.4523	29			VA	179		
7198198	Chatham Landing	chatham-landing	US		0	America/New_York	38.3022	-77.4524	14			VA	179		
7198199	Chatham Village	chatham-village	US		0	America/New_York	38.3134	-77.4499	23			VA	179		
7198200	Chelsea Estates	chelsea-estates	US		0	America/New_York	38.4861	-77.3432	49			VA	179		
7198201	Cherry Hill Estates	cherry-hill-estates	US		0	America/New_York	38.4827	-77.4962	86			VA	179		
7198203	Chesterwood	chesterwood	US		0	America/New_York	38.437	-77.5389	93			VA	179		
7198204	Chillum Terrace	chillum-terrace	US		0	America/New_York	38.9706	-76.9712	16			MD	033		
7198205	Christy Farm	christy-farm	US		0	America/New_York	38.4482	-77.5315	78			VA	179		
7198210	Colbert Walker Estates	colbert-walker-estates	US		0	America/New_York	38.296	-77.3547	63			VA	179		
7198211	Colesville Heights	colesville-heights	US		0	America/New_York	39.1145	-76.9864	155			MD	031		
7198213	Colonial Port	colonial-port	US		0	America/New_York	38.4897	-77.3692	55			VA	179		
7198214	Colonial Terrace	colonial-terrace	US		0	America/New_York	38.4727	-77.4376	91			VA	179		
7198215	Concord Estates	concord-estates	US		0	America/New_York	38.4784	-77.553	111			VA	179		
7198216	Cool River	cool-river	US		0	America/New_York	38.4603	-77.5948	80			VA	179		
7198217	Country Ridge	country-ridge	US		0	America/New_York	38.4767	-77.4428	85			VA	179		
7198218	Country Wood Estates	country-wood-estates	US		0	America/New_York	38.478	-77.526	81			VA	179		
7198219	Courthouse Square at Stafford	courthouse-square-at-stafford	US		0	America/New_York	38.4222	-77.4106	51			VA	179		
7198220	Courts at Stafford	courts-at-stafford	US		0	America/New_York	38.4621	-77.411	37			VA	179		
7198221	Cranewood	cranewood	US		0	America/New_York	38.3648	-77.4614	73			VA	179		
7198222	Cresent Pointe	cresent-pointe	US		0	America/New_York	38.4399	-77.401	39			VA	179		
7198224	Cropp Road Estates	cropp-road-estates	US		0	America/New_York	38.477	-77.612	111			VA	179		
7198225	Crown Manor	crown-manor	US		0	America/New_York	38.4834	-77.5283	94			VA	179		
7198226	Crows Nest Harbor	crows-nest-harbor	US		0	America/New_York	38.3671	-77.3682	52			VA	179		
7198227	Cypress Estates	cypress-estates	US		0	America/New_York	38.3881	-77.5538	100			VA	179		
7198228	Dartmoor	dartmoor	US		0	America/New_York	38.362	-77.2917	7			VA	179		
7198229	Deacon Road Estates	deacon-road-estates	US		0	America/New_York	38.3325	-77.4243	55			VA	179		
7198230	Deacon Woods	deacon-woods	US		0	America/New_York	38.3271	-77.4409	54			VA	179		
7198231	Debruyn	debruyn	US		0	America/New_York	38.3119	-77.446	22			VA	179		
7198232	Deer Forest	deer-forest	US		0	America/New_York	38.294	-77.4012	52			VA	179		
7198233	Devon Green	devon-green	US		0	America/New_York	38.4802	-77.4381	80			VA	179		
7198234	Diamond Park	diamond-park	US		0	America/New_York	38.4302	-77.5749	109			VA	179		
7198235	Dittmeier	dittmeier	US		0	America/New_York	38.3771	-77.4134	58			VA	179		
7198236	Docstone Commons	docstone-commons	US		0	America/New_York	38.4767	-77.4198	64			VA	179		
7198237	Docstone Woods	docstone-woods	US		0	America/New_York	38.4789	-77.4132	60			VA	179		
7198238	Dogwoods	dogwoods	US		0	America/New_York	38.5032	-77.3741	54			VA	179		
7198239	E O Brooks Subdivision	e-o-brooks-subdivision	US		0	America/New_York	38.3242	-77.4675	20			VA	179		
7198240	Eagles Nest	eagles-nest	US		0	America/New_York	38.4946	-77.5866	109			VA	179		
7198241	East Argyle Heights	east-argyle-heights	US		0	America/New_York	38.2873	-77.4242	44			VA	179		
7198242	East Chatham Heights	east-chatham-heights	US		0	America/New_York	38.3074	-77.4487	28			VA	179		
7198243	Eastern View	eastern-view	US		0	America/New_York	38.4725	-77.4585	91			VA	179		
7198245	Ednor Highlands	ednor-highlands	US		0	America/New_York	39.1451	-77.0026	145			MD	031		
7198246	Elizabeth Park	elizabeth-park	US		0	America/New_York	38.4703	-77.441	79			VA	179		
7198247	English Hills	english-hills	US		0	America/New_York	38.3482	-77.5356	77			VA	179		
7198248	Estates of Brooke	estates-of-brooke	US		0	America/New_York	38.382	-77.3841	19			VA	179		
7198249	Estates of Widewater Pond	estates-of-widewater-pond	US		0	America/New_York	38.4108	-77.3251	7			VA	179		
7198250	Fairland Acres	fairland-acres	US		0	America/New_York	39.0931	-76.9664	125			MD	031		
7198251	Fairland Estates	fairland-estates	US		0	America/New_York	39.0794	-76.9684	123			MD	031		
7198252	Fairview and Oakland	fairview-and-oakland	US		0	America/New_York	38.36362	-77.45079	48			VA	179		
7198253	Fall Run Park	fall-run-park	US		0	America/New_York	38.3337	-77.4668	17			VA	179		
7198254	Fallsgrove	fallsgrove	US		0	America/New_York	39.095	-77.1903	135			MD	031		
7198255	Falmouth Bridge	falmouth-bridge	US		0	America/New_York	38.3195	-77.4726	6			VA	179		
7198256	Falmouth Heights	falmouth-heights	US		0	America/New_York	38.336	-77.45525	64			VA	179		
7198257	Falmouth Village	falmouth-village	US		0	America/New_York	38.3315	-77.4327	66			VA	179		
7198258	Ferry Road	ferry-road	US		0	America/New_York	38.2965	-77.4247	44			VA	179		
7198260	Foreston Woods North	foreston-woods-north	US		0	America/New_York	38.4509	-77.4017	19			VA	179		
7198261	Foxberry	foxberry	US		0	America/New_York	38.3187	-77.358	46			VA	179		
7198262	Foxwood Estates	foxwood-estates	US		0	America/New_York	38.3588	-77.5269	104			VA	179		
7198263	Frank Martin Farms	frank-martin-farms	US		0	America/New_York	38.375	-77.5706	82			VA	179		
7198264	Freds Corner	freds-corner	US		0	America/New_York	38.4597	-77.3492	48			VA	179		
7198265	Freedom Estates	freedom-estates	US		0	America/New_York	38.456	-77.3525	52			VA	179		
7198266	Frenchton Place	frenchton-place	US		0	America/New_York	39.1732	-77.2162	131			MD	031		
7198267	Fritters Lane	fritters-lane	US		0	America/New_York	38.4845	-77.4354	75			VA	179		
7198268	Gauntlet Estates	gauntlet-estates	US		0	America/New_York	38.4418	-77.5821	97			VA	179		
7198269	Georgetown East	georgetown-east	US		0	America/New_York	38.4344	-77.4394	54			VA	179		
7198270	Georgetown West	georgetown-west	US		0	America/New_York	38.4648	-77.5333	85			VA	179		
7198271	Georgian Colonies	georgian-colonies	US		0	America/New_York	39.0961	-77.0751	137			MD	031		
7198272	Glenwood Forest	glenwood-forest	US		0	America/New_York	38.481	-77.4312	80			VA	179		
7198273	Gold Mine Crossing	gold-mine-crossing	US		0	America/New_York	39.1727	-77.05	131			MD	031		
7198274	Good Hope Estates	good-hope-estates	US		0	America/New_York	39.1057	-76.9707	134			MD	031		
7198275	Gordon and Keziah Sullivan Estates	gordon-and-keziah-sullivan-estates	US		0	America/New_York	38.3008	-77.378	63			VA	179		
7198276	Grace Shelton Family Subdivision	grace-shelton-family-subdivision	US		0	America/New_York	38.3284	-77.4603	54			VA	179		
7198278	Graninger	graninger	US		0	America/New_York	38.3294	-77.4591	59			VA	179		
7198279	Grays Steven Tract	grays-steven-tract	US		0	America/New_York	38.4068	-77.4139	47			VA	179		
7198280	Green Castle Woods	green-castle-woods	US		0	America/New_York	39.0871	-76.9393	126			MD	031		
7198281	Greenridge	greenridge	US		0	America/New_York	38.4408	-77.3936	32			VA	179		
7198282	Greenstreet Mobile Home Park	greenstreet-mobile-home-park	US		0	America/New_York	38.3074	-77.4514	27			VA	179		
7198283	Groves Estates	groves-estates	US		0	America/New_York	38.376	-77.3948	47			VA	179		
7198284	Gum Springs	gum-springs	US		0	America/New_York	39.0962	-76.9733	135			MD	031		
7198285	Hallbrooke Woods	hallbrooke-woods	US		0	America/New_York	38.4861	-77.4224	81			VA	179		
7198286	Hamlin Hills	hamlin-hills	US		0	America/New_York	38.3183	-77.4324	51			VA	179		
7198287	Hampshire Forest	hampshire-forest	US		0	America/New_York	38.38695	-77.55168	105			VA	179		
7198288	Hampstead Village	hampstead-village	US		0	America/New_York	38.2927	-77.4349	42			VA	179		
7198290	Hart Division of Little Falls	hart-division-of-little-falls	US		0	America/New_York	38.2732	-77.4145	12			VA	179		
7198291	Hartlake Estates	hartlake-estates	US		0	America/New_York	38.4319	-77.6142	87			VA	179		
7198292	Hartwood Manor	hartwood-manor	US		0	America/New_York	38.4223	-77.5756	100			VA	179		
7198293	Hartwood Meadows	hartwood-meadows	US		0	America/New_York	38.3863	-77.5975	83			VA	179		
7198294	Hartwood Village	hartwood-village	US		0	America/New_York	38.4434	-77.572	99			VA	179		
7198295	Harwill Acres	harwill-acres	US		0	America/New_York	38.4861	-77.5549	100			VA	179		
7198296	Heartland Ridge	heartland-ridge	US		0	America/New_York	38.3728	-77.5388	107			VA	179		
7198297	Heather Hills	heather-hills	US		0	America/New_York	38.3305	-77.4464	44			VA	179		
7198298	Heritage Commons	heritage-commons	US		0	America/New_York	38.3526	-77.4557	58			VA	179		
7198299	Heritage Oaks	heritage-oaks	US		0	America/New_York	38.4626	-77.4597	105			VA	179		
7198300	Heritage Walk	heritage-walk	US		0	America/New_York	39.035	-77.1357	104			MD	031		
7198303	High School Heights	high-school-heights	US		0	America/New_York	38.3314	-77.4732	61			VA	179		
7198304	Highpointe	highpointe	US		0	America/New_York	38.4658	-77.4219	52			VA	179		
7198305	Hillcrest Terrace	hillcrest-terrace	US		0	America/New_York	38.2923	-77.4275	37			VA	179		
7198306	Hillside Terrace	hillside-terrace	US		0	America/New_York	38.5074	-77.376	43			VA	179		
7198307	Holly Acres	holly-acres	US		0	America/New_York	38.3393	-77.5321	83			VA	179		
7198308	Holly Corner Estates	holly-corner-estates	US		0	America/New_York	38.362	-77.5852	53			VA	179		
7198309	Holly Corners	holly-corners	US		0	America/New_York	38.3508	-77.586	64			VA	179		
7198311	Holly Run Estates	holly-run-estates	US		0	America/New_York	38.3618	-77.5675	82			VA	179		
7198312	Hollymead	hollymead	US		0	America/New_York	38.464	-77.4122	44			VA	179		
7198313	Howes Bluff	howes-bluff	US		0	America/New_York	38.3007	-77.3657	63			VA	179		
7198314	Hoys Way	hoys-way	US		0	America/New_York	38.48	-77.5758	108			VA	179		
7198316	Hunter Trail at Stafford	hunter-trail-at-stafford	US		0	America/New_York	38.465	-77.4398	86			VA	179		
7198317	Hunters Pond	hunters-pond	US		0	America/New_York	38.4534	-77.5035	88			VA	179		
7198318	Huntington Hills	huntington-hills	US		0	America/New_York	38.3257	-77.4471	52			VA	179		
7198319	Hyde Field Estates	hyde-field-estates	US		0	America/New_York	38.7558	-76.9269	73			MD	033		
7198321	Inverness Knolls	inverness-knolls	US		0	America/New_York	39.0439	-77.1569	103			MD	031		
7198322	Ivyglen	ivyglen	US		0	America/New_York	38.4742	-77.5299	100			VA	179		
7198323	J A Macgregor Estate	j-a-macgregor-estate	US		0	America/New_York	38.4379	-77.3752	5			VA	179		
7198324	Japazaws	japazaws	US		0	America/New_York	38.3354	-77.3306	10			VA	179		
7198325	Jefferson Place	jefferson-place	US		0	America/New_York	38.3429	-77.4563	58			VA	179		
7198326	Jessica Estates	jessica-estates	US		0	America/New_York	38.4537	-77.3503	46			VA	179		
7198327	Joseph Sullivan Estates	joseph-sullivan-estates	US		0	America/New_York	38.2952	-77.429	42			VA	179		
7198328	Kastle Estates	kastle-estates	US		0	America/New_York	38.7532	-76.9013	66			MD	033		
7198329	Keatwood	keatwood	US		0	America/New_York	38.4734	-77.6173	100			VA	179		
7198330	Kemp Mill Farms	kemp-mill-farms	US		0	America/New_York	39.0529	-77.0237	119			MD	031		
7198331	Kemp Mill Forest	kemp-mill-forest	US		0	America/New_York	39.0575	-77.0185	87			MD	031		
7198332	Kendallwood East	kendallwood-east	US		0	America/New_York	38.3152	-77.4123	61			VA	179		
7198333	Kendallwood Estates	kendallwood-estates	US		0	America/New_York	38.3138	-77.4167	54			VA	179		
7198334	Kimberly Estates	kimberly-estates	US		0	America/New_York	38.3679	-77.5704	73			VA	179		
7198335	King James Village	king-james-village	US		0	America/New_York	38.4752	-77.4386	85			VA	179		
7198336	Kings Crest	kings-crest	US		0	America/New_York	38.4915	-77.4982	86			VA	179		
7198337	Kings Grant	kings-grant	US		0	America/New_York	38.447	-77.6199	65			VA	179		
7198338	Knightsbridge	knightsbridge	US		0	America/New_York	39.0776	-76.939	109			MD	031		
7198339	Knotsmythes Landing	knotsmythes-landing	US		0	America/New_York	38.3314	-77.372	55			VA	179		
7198340	Lake Ridge and Bethany Pointe	lake-ridge-and-bethany-pointe	US		0	America/New_York	38.4175	-77.4936	80			VA	179		
7198341	Lakeland Forest	lakeland-forest	US		0	America/New_York	38.426	-77.5123	91			VA	179		
7198342	Lansberry Park	lansberry-park	US		0	America/New_York	38.32	-77.4174	48			VA	179		
7198343	Laurelwood	laurelwood	US		0	America/New_York	38.4682	-77.6185	111			VA	179		
7198344	Leeland Creek Estates	leeland-creek-estates	US		0	America/New_York	38.3505	-77.4263	39			VA	179		
7198345	Leeland Heights	leeland-heights	US		0	America/New_York	38.3331	-77.4316	60			VA	179		
7198346	Leeland Station	leeland-station	US		0	America/New_York	38.3378	-77.442	60			VA	179		
7198347	Liberty Place	liberty-place	US		0	America/New_York	38.4688	-77.4267	71			VA	179		
7198348	Light Oak Glen	light-oak-glen	US		0	America/New_York	38.329	-77.4724	52			VA	179		
7198350	Little Falls Village	little-falls-village	US		0	America/New_York	38.308	-77.4232	55			VA	179		
7198351	Locklears Knoll	locklears-knoll	US		0	America/New_York	38.429	-77.3797	57			VA	179		
7198352	Locklears Landing	locklears-landing	US		0	America/New_York	38.4513	-77.481	86			VA	179		
7198353	Locust Knolls	locust-knolls	US		0	America/New_York	38.3493	-77.4757	72			VA	179		
7198355	Loy Landing	loy-landing	US		0	America/New_York	38.3937	-77.3303	9			VA	179		
7198357	Lyons Den	lyons-den	US		0	America/New_York	38.3718	-77.3134	14			VA	179		
7198358	Magnolia Woods	magnolia-woods	US		0	America/New_York	38.4692	-77.4975	101			VA	179		
7198359	Maidens Fancy Manor	maidens-fancy-manor	US		0	America/New_York	39.1143	-76.9018	130			MD	031		
7198360	Majestic Ridge Estates	majestic-ridge-estates	US		0	America/New_York	38.4059	-77.5375	121			VA	179		
7198361	Manor Oaks	manor-oaks	US		0	America/New_York	39.165	-77.0527	126			MD	031		
7198362	Manor Village	manor-village	US		0	America/New_York	39.1063	-77.0752	139			MD	031		
7198363	Manor Wood Estates	manor-wood-estates	US		0	America/New_York	38.4246	-77.5266	91			VA	179		
7198364	Manors at Greenridge	manors-at-greenridge	US		0	America/New_York	38.4404	-77.3889	42			VA	179		
7198365	Mansefield	mansefield	US		0	America/New_York	38.4006	-77.5706	119			VA	179		
7198366	Mansfield Manor	mansfield-manor	US		0	America/New_York	38.3475	-77.5314	93			VA	179		
7198367	Maple Grove Estates	maple-grove-estates	US		0	America/New_York	38.3488	-77.5575	57			VA	179		
7198369	Marsh Run Estates	marsh-run-estates	US		0	America/New_York	38.4032	-77.5933	96			VA	179		
7198370	Marshall Estates	marshall-estates	US		0	America/New_York	38.4586	-77.4557	88			VA	179		
7198371	Marshall Woods	marshall-woods	US		0	America/New_York	38.3226	-77.3344	22			VA	179		
7198372	Mavel Manor	mavel-manor	US		0	America/New_York	38.5126	-77.3644	20			VA	179		
7198373	Maydale	maydale	US		0	America/New_York	39.1035	-76.9767	134			MD	031		
7198374	Meadowbrook Estates	meadowbrook-estates	US		0	America/New_York	38.3942	-77.3842	45			VA	179		
7198375	Meadowlark	meadowlark	US		0	America/New_York	38.4752	-77.446	85			VA	179		
7198376	Meadowood Park	meadowood-park	US		0	America/New_York	38.465	-77.4338	69			VA	179		
7198377	Meadowood Village	meadowood-village	US		0	America/New_York	38.471	-77.4462	82			VA	179		
7198378	Michaelbrooke Estates	michaelbrooke-estates	US		0	America/New_York	38.3649	-77.3956	31			VA	179		
7198379	Midway Estates	midway-estates	US		0	America/New_York	38.4977	-77.3665	58			VA	179		
7198380	Milburn Estates	milburn-estates	US		0	America/New_York	38.4652	-77.6022	113			VA	179		
7198382	Mine Ridge	mine-ridge	US		0	America/New_York	38.3619	-77.573	77			VA	179		
7198383	Misty Forest	misty-forest	US		0	America/New_York	38.341	-77.4308	35			VA	179		
7198384	Monroe Estates	monroe-estates	US		0	America/New_York	38.3696	-77.5627	92			VA	179		
7198385	Monroe Farm	monroe-farm	US		0	America/New_York	38.3675	-77.56	91			VA	179		
7198386	Montague Landing	montague-landing	US		0	America/New_York	38.3674	-77.3086	10			VA	179		
7198387	Montgomery Meadows	montgomery-meadows	US		0	America/New_York	39.1611	-77.2173	129			MD	031		
7198389	Mount Ringold Farm	mount-ringold-farm	US		0	America/New_York	38.3171	-77.407	64			VA	179		
7198390	Naples Manor	naples-manor	US		0	America/New_York	39.1009	-77.0263	124			MD	031		
7198391	Needwood Estates	needwood-estates	US		0	America/New_York	39.1243	-77.1457	136			MD	031		
7198392	Nellie Estates	nellie-estates	US		0	America/New_York	38.3848	-77.5875	104			VA	179		
7198393	New Hope Estates	new-hope-estates	US		0	America/New_York	38.3221	-77.3996	67			VA	179		
7198394	Nora Park	nora-park	US		0	America/New_York	38.3406	-77.5077	67			VA	179		
7198395	Norman Estates	norman-estates	US		0	America/New_York	38.4622	-77.3541	51			VA	179		
7198396	North Clearview Heights	north-clearview-heights	US		0	America/New_York	38.3226	-77.4594	35			VA	179		
7198397	North Ferry Farms	north-ferry-farms	US		0	America/New_York	38.2985	-77.4411	27			VA	179		
7198398	North Potomac	north-potomac	US		0	America/New_York	38.3447	-77.4196	33			VA	179		
7198399	Northern View Estates	northern-view-estates	US		0	America/New_York	38.4923	-77.3726	71			VA	179		
7198401	Norwood Hills	norwood-hills	US		0	America/New_York	38.4905	-77.6042	129			VA	179		
7198402	Norwood Knolls	norwood-knolls	US		0	America/New_York	39.1084	-77.0099	141			MD	031		
7198403	O Bannon Land	o-bannon-land	US		0	America/New_York	38.3419	-77.4754	52			VA	179		
7198406	Oakbrooke	oakbrooke	US		0	America/New_York	38.4669	-77.4354	76			VA	179		
7198408	Oakland and Fairview	oakland-and-fairview	US		0	America/New_York	38.3671	-77.4459	47			VA	179		
7198409	Oakridge Overlook	oakridge-overlook	US		0	America/New_York	38.4126	-77.4995	68			VA	179		
7198410	Oakridge Pointe	oakridge-pointe	US		0	America/New_York	38.4853	-77.4401	69			VA	179		
7198411	Old Banks	old-banks	US		0	America/New_York	38.3433	-77.56	87			VA	179		
7198412	Old Homestead	old-homestead	US		0	America/New_York	38.4638	-77.4631	106			VA	179		
7198413	Orchard Bridge	orchard-bridge	US		0	America/New_York	38.798	-77.4436	53			VA	059		
7198414	Paint Branch Estates	paint-branch-estates	US		0	America/New_York	39.0688	-76.9828	110			MD	031		
7198416	Parkside	parkside	US		0	America/New_York	38.491	-77.5516	84			VA	179		
7198417	Part Little Falls	part-little-falls	US		0	America/New_York	38.2773	-77.4146	26			VA	179		
7198418	Patriots Landing	patriots-landing	US		0	America/New_York	38.4719	-77.4224	69			VA	179		
7198419	Peach Lawn	peach-lawn	US		0	America/New_York	38.3747	-77.5364	113			VA	179		
7198420	Peacock Station	peacock-station	US		0	America/New_York	38.3757	-77.4902	71			VA	179		
7198421	Peppermint Forest	peppermint-forest	US		0	America/New_York	38.4517	-77.4835	87			VA	179		
7198422	Perry Farms	perry-farms	US		0	America/New_York	38.4796	-77.4183	59			VA	179		
7198424	Poplar Hills	poplar-hills	US		0	America/New_York	38.3792	-77.3423	24			VA	179		
7198425	Port Aquia	port-aquia	US		0	America/New_York	38.474	-77.3992	28			VA	179		
7198427	Potomac Creek Estates	potomac-creek-estates	US		0	America/New_York	38.3399	-77.3582	11			VA	179		
7198428	Potomac Hills	potomac-hills	US		0	America/New_York	38.4874	-77.3868	32			VA	179		
7198429	Potomac Knolls	potomac-knolls	US		0	America/New_York	38.366	-77.2956	22			VA	179		
7198430	Potomac Overlook	potomac-overlook	US		0	America/New_York	38.3699	-77.2995	33			VA	179		
7198431	Potomac Run Farm	potomac-run-farm	US		0	America/New_York	38.3645	-77.4076	26			VA	179		
7198432	Quail Run	quail-run	US		0	America/New_York	38.4232	-77.3917	58			VA	179		
7198433	Quarry Estates	quarry-estates	US		0	America/New_York	38.4522	-77.3544	36			VA	179		
7198434	Queens Guard	queens-guard	US		0	America/New_York	38.4691	-77.6258	92			VA	179		
7198435	Quiet Woods Estate	quiet-woods-estate	US		0	America/New_York	38.3649	-77.5716	75			VA	179		
7198436	Raintree	raintree	US		0	America/New_York	38.4774	-77.4473	81			VA	179		
7198437	Ramoth Church Estates	ramoth-church-estates	US		0	America/New_York	38.4032	-77.452	80			VA	179		
7198438	Rappahannock Ridge Estates	rappahannock-ridge-estates	US		0	America/New_York	38.3903	-77.6054	99			VA	179		
7198439	Raspberry	raspberry	US		0	America/New_York	38.4559	-77.362	50			VA	179		
7198441	Richland Forest	richland-forest	US		0	America/New_York	38.4062	-77.6007	88			VA	179		
7198442	Ridge Pointe	ridge-pointe	US		0	America/New_York	38.3167	-77.4407	30			VA	179		
7198444	Ridges of Stedwick	ridges-of-stedwick	US		0	America/New_York	39.1713	-77.2189	131			MD	031		
7198445	Riding Stable Estates	riding-stable-estates	US		0	America/New_York	39.1088	-76.9093	130			MD	031		
7198446	Rivendell	rivendell	US		0	America/New_York	38.4154	-77.3539	4			VA	179		
7198447	River Bend	river-bend	US		0	America/New_York	38.2548	-77.347	24			VA	179		
7198448	River Ridge Estates	river-ridge-estates	US		0	America/New_York	38.3449	-77.5988	76			VA	179		
7198449	Rivergate	rivergate	US		0	America/New_York	38.3402	-77.5635	69			VA	179		
7198450	Rock Hill Estates	rock-hill-estates	US		0	America/New_York	38.5007	-77.5207	92			VA	179		
7198451	Rock Hill Manors	rock-hill-manors	US		0	America/New_York	38.5013	-77.5355	94			VA	179		
7198452	Rolling Hills	rolling-hills	US		0	America/New_York	38.5146	-77.5486	115			VA	179		
7198454	Rollinswood South	rollinswood-south	US		0	America/New_York	38.4286	-77.4427	61			VA	179		
7198455	Rose Hill Farms	rose-hill-farms	US		0	America/New_York	38.4698	-77.5098	91			VA	179		
7198457	Roseville Heights	roseville-heights	US		0	America/New_York	38.4648	-77.5212	96			VA	179		
7198458	Roseville Plantation	roseville-plantation	US		0	America/New_York	38.4767	-77.518	93			VA	179		
7198459	Rosewood Estates	rosewood-estates	US		0	America/New_York	38.4661	-77.5244	98			VA	179		
7198460	Royal Hills Estates	royal-hills-estates	US		0	America/New_York	38.424	-77.5668	98			VA	179		
7198461	Saddle Creek	saddle-creek	US		0	America/New_York	39.0983	-76.9178	126			MD	031		
7198463	Saint Georges Estates	saint-georges-estates	US		0	America/New_York	38.4741	-77.4881	75			VA	179		
7198464	Sams Ridge	sams-ridge	US		0	America/New_York	38.4592	-77.3547	44			VA	179		
7198467	Scenic Ridge	scenic-ridge	US		0	America/New_York	38.3377	-77.5605	51			VA	179		
7198468	Seneca Springs	seneca-springs	US		0	America/New_York	39.2722	-77.1901	199			MD	031		
7198469	Sequoia	sequoia	US		0	America/New_York	39.099	-76.9779	137			MD	031		
7198470	Serena Forest	serena-forest	US		0	America/New_York	38.4863	-77.4236	83			VA	179		
7198471	Settlers Landing	settlers-landing	US		0	America/New_York	38.4652	-77.429	68			VA	179		
7198472	Seven Lakes	seven-lakes	US		0	America/New_York	38.4535	-77.5196	74			VA	179		
7198473	Seymour Knolls	seymour-knolls	US		0	America/New_York	38.4757	-77.6081	109			VA	179		
7198474	Shackelford Estates	shackelford-estates	US		0	America/New_York	38.4073	-77.558	106			VA	179		
7198475	Shadow Woods	shadow-woods	US		0	America/New_York	38.457	-77.4119	40			VA	179		
7198476	Shawnee Forest	shawnee-forest	US		0	America/New_York	38.4522	-77.4952	85			VA	179		
7198477	Shea Estates	shea-estates	US		0	America/New_York	38.3304	-77.3343	11			VA	179		
7198478	Sheltons Run	sheltons-run	US		0	America/New_York	38.4583	-77.4834	98			VA	179		
7198480	Sherwood Estates	sherwood-estates	US		0	America/New_York	38.4151	-77.6262	93			VA	179		
7198481	Sherwood Forest	sherwood-forest	US		0	America/New_York	38.4136	-77.6184	90			VA	179		
7198482	Sky Terrace	sky-terrace	US		0	America/New_York	38.4832	-77.4229	77			VA	179		
7198483	Skyline Hills	skyline-hills	US		0	America/New_York	38.4692	-77.6072	108			VA	179		
7198484	Skywoods	skywoods	US		0	America/New_York	38.4892	-77.4924	79			VA	179		
7198485	Smith Lake Estates	smith-lake-estates	US		0	America/New_York	38.4899	-77.4194	62			VA	179		
7198486	Smith Lake Landing	smith-lake-landing	US		0	America/New_York	38.4836	-77.4118	53			VA	179		
7198487	Smith Lake Overlook	smith-lake-overlook	US		0	America/New_York	38.4833	-77.4092	50			VA	179		
7198488	Snead Estates	snead-estates	US		0	America/New_York	38.3515	-77.5971	77			VA	179		
7198489	Somerset Landing	somerset-landing	US		0	America/New_York	38.4284	-77.4039	53			VA	179		
7198490	Spring Lake Farm	spring-lake-farm	US		0	America/New_York	38.4635	-77.473	98			VA	179		
7198491	Stafford Greens	stafford-greens	US		0	America/New_York	38.4006	-77.385	41			VA	179		
7198492	Stafford Heights	stafford-heights	US		0	America/New_York	38.4227	-77.3801	49			VA	179		
7198493	Stafford Lakes Village	stafford-lakes-village	US		0	America/New_York	38.3658	-77.5383	76			VA	179		
7198494	Stafford Mews	stafford-mews	US		0	America/New_York	38.4792	-77.4266	85			VA	179		
7198495	Stafford Station	stafford-station	US		0	America/New_York	38.5053	-77.5345	102			VA	179		
7198496	Staffordborough	staffordborough	US		0	America/New_York	38.4751	-77.4095	60			VA	179		
7198497	Stallings	stallings	US		0	America/New_York	38.4157	-77.3927	61			VA	179		
7198498	Stefaniga	stefaniga	US		0	America/New_York	38.3801	-77.5416	123			VA	179		
7198499	Stefaniga Road	stefaniga-road	US		0	America/New_York	38.4444	-77.5146	78			VA	179		
7198500	Stefin Woods Estate	stefin-woods-estate	US		0	America/New_York	38.4754	-77.4992	83			VA	179		
7198501	Stone River	stone-river	US		0	America/New_York	38.4395	-77.3987	47			VA	179		
7198502	Stonebridge	stonebridge	US		0	America/New_York	39.0931	-77.2181	131			MD	031		
7198503	Stonebridge at Widewater	stonebridge-at-widewater	US		0	America/New_York	38.4916	-77.3673	68			VA	179		
7198504	Stonefield	stonefield	US		0	America/New_York	38.4358	-77.389	44			VA	179		
7198505	Stonehill Estates	stonehill-estates	US		0	America/New_York	38.4697	-77.4322	71			VA	179		
7198506	Stonehouse Wooded Estates	stonehouse-wooded-estates	US		0	America/New_York	38.4436	-77.6051	103			VA	179		
7198507	Stony Hill Estates	stony-hill-estates	US		0	America/New_York	38.4374	-77.5798	94			VA	179		
7198508	Storck Run	storck-run	US		0	America/New_York	38.4218	-77.6112	106			VA	179		
7198509	Stowe of Amyclae	stowe-of-amyclae	US		0	America/New_York	38.4545	-77.4595	96			VA	179		
7198510	Stratford Place	stratford-place	US		0	America/New_York	38.3258	-77.4205	50			VA	179		
7198511	Subdivision Estates	subdivision-estates	US		0	America/New_York	38.4745	-77.449	82			VA	179		
7198512	Summerset Ridge	summerset-ridge	US		0	America/New_York	38.3594	-77.5703	72			VA	179		
7198513	Summerwind	summerwind	US		0	America/New_York	38.4112	-77.3951	47			VA	179		
7198514	Summerwood	summerwood	US		0	America/New_York	38.4318	-77.3871	37			VA	179		
7198516	Sunnyside Division	sunnyside-division	US		0	America/New_York	38.3322	-77.4774	63			VA	179		
7198517	Sunshine Acres	sunshine-acres	US		0	America/New_York	38.4579	-77.361	46			VA	179		
7198518	Sunshine Hills	sunshine-hills	US		0	America/New_York	38.4568	-77.3597	43			VA	179		
7198519	Sunshine View	sunshine-view	US		0	America/New_York	38.4789	-77.343	57			VA	179		
7198520	Sweetbriar Woods	sweetbriar-woods	US		0	America/New_York	38.2889	-77.4196	45			VA	179		
7198521	Sycamore Ridge	sycamore-ridge	US		0	America/New_York	38.3066	-77.3661	48			VA	179		
7198522	Tacketts Farm	tacketts-farm	US		0	America/New_York	38.4959	-77.5365	96			VA	179		
7198523	Tamarlane	tamarlane	US		0	America/New_York	38.4337	-77.4025	52			VA	179		
7198524	The Blake Farm	the-blake-farm	US		0	America/New_York	38.4247	-77.587	94			VA	179		
7198525	The Cascades	the-cascades	US		0	America/New_York	38.4188	-77.5986	94			VA	179		
7198526	The Columns	the-columns	US		0	America/New_York	38.4832	-77.4252	87			VA	179		
7198527	The Estates	the-estates	US		0	America/New_York	38.4719	-77.5141	83			VA	179		
7198528	The Falls	the-falls	US		0	America/New_York	38.414	-77.4988	67			VA	179		
7198529	The Hills of Potomac Creek	the-hills-of-potomac-creek	US		0	America/New_York	38.3505	-77.3916	6			VA	179		
7198530	The Hills of Stafford	the-hills-of-stafford	US		0	America/New_York	38.3429	-77.393	20			VA	179		
7198531	The Holly Woods	the-holly-woods	US		0	America/New_York	38.2642	-77.3552	21			VA	179		
7198532	The Oaks at Ferry Farm	the-oaks-at-ferry-farm	US		0	America/New_York	38.3022	-77.4259	42			VA	179		
7198533	The Preserve on Aquia Creek	the-preserve-on-aquia-creek	US		0	America/New_York	38.4928	-77.548	72			VA	179		
7198534	The Willows	the-willows	US		0	America/New_York	38.3869	-77.52	104			VA	179		
7198535	Thorny Point Farm	thorny-point-farm	US		0	America/New_York	38.3894	-77.3285	40			VA	179		
7198536	Timberidge	timberidge	US		0	America/New_York	38.4232	-77.6246	73			VA	179		
7198537	Townes of Ashleigh	townes-of-ashleigh	US		0	America/New_York	38.4396	-77.4063	40			VA	179		
7198538	Towns of East Chatham Heights	towns-of-east-chatham-heights	US		0	America/New_York	38.305	-77.4482	24			VA	179		
7198540	Twist and Turn Estates	twist-and-turn-estates	US		0	America/New_York	39.2243	-77.0066	135			MD	027		
7198541	Uly Brooks	uly-brooks	US		0	America/New_York	38.4221	-77.324	4			VA	179		
7198542	Upper Redoubt Heights	upper-redoubt-heights	US		0	America/New_York	38.3533	-77.4128	33			VA	179		
7198544	Vestavia Woods	vestavia-woods	US		0	America/New_York	38.4141	-77.389	44			VA	179		
7198545	Victoria Woods	victoria-woods	US		0	America/New_York	38.3526	-77.4454	51			VA	179		
7198546	Vintage Oaks	vintage-oaks	US		0	America/New_York	38.4565	-77.4037	52			VA	179		
7198547	Vista Woods	vista-woods	US		0	America/New_York	38.466	-77.4825	93			VA	179		
7198548	Walden Ten	walden-ten	US		0	America/New_York	38.4174	-77.5811	96			VA	179		
7198549	Wallace Farms	wallace-farms	US		0	America/New_York	38.375	-77.4966	73			VA	179		
7198553	Walnut Ridge Estates	walnut-ridge-estates	US		0	America/New_York	38.5091	-77.5741	98			VA	179		
7198554	Walter Roberson Estate	walter-roberson-estate	US		0	America/New_York	38.3098	-77.4047	59			VA	179		
7198555	Warrenton Center	warrenton-center	US		0	America/New_York	38.355	-77.509	93			VA	179		
7198556	Washingtonian Woods	washingtonian-woods	US		0	America/New_York	39.1087	-77.2225	118			MD	031		
7198557	Water Edge Estates	water-edge-estates	US		0	America/New_York	38.4072	-77.5016	71			VA	179		
7198558	Wellford Sullivan Estate	wellford-sullivan-estate	US		0	America/New_York	38.3023	-77.4022	58			VA	179		
7198559	Wellington Chase on the Rappahannock	wellington-chase-on-the-rappahannock	US		0	America/New_York	38.3381	-77.6004	69			VA	179		
7198560	West Oak Fields	west-oak-fields	US		0	America/New_York	39.3616	-77.2232	203			MD	021		
7198561	Whitaker	whitaker	US		0	America/New_York	38.3043	-77.3634	57			VA	179		
7198562	White Oak Hills	white-oak-hills	US		0	America/New_York	38.3079	-77.4024	58			VA	179		
7198564	Whitson Ridge	whitson-ridge	US		0	America/New_York	38.4661	-77.4418	84			VA	179		
7198565	Whitson Run	whitson-run	US		0	America/New_York	38.4674	-77.4368	73			VA	179		
7198566	Widewater Estates	widewater-estates	US		0	America/New_York	38.4854	-77.3485	49			VA	179		
7198567	Widewater Village at Stafford	widewater-village-at-stafford	US		0	America/New_York	38.4893	-77.3783	53			VA	179		
7198568	Will Morgan Farm	will-morgan-farm	US		0	America/New_York	38.3752	-77.468	59			VA	179		
7198569	Willamsburg on the Potomac	willamsburg-on-the-potomac	US		0	America/New_York	38.3748	-77.3092	30			VA	179		
7198570	Will-More	will-more	US		0	America/New_York	38.2903	-77.4011	56			VA	179		
7198571	Willowmere	willowmere	US		0	America/New_York	38.4685	-77.539	91			VA	179		
7198572	Wilshire	wilshire	US		0	America/New_York	39.0839	-76.8887	94			MD	033		
7198573	Windbrook	windbrook	US		0	America/New_York	39.1648	-77.2157	100			MD	031		
7198575	Windsor Forest	windsor-forest	US		0	America/New_York	38.4907	-77.513	73			VA	179		
7198576	Winslow Heights	winslow-heights	US		0	America/New_York	38.4141	-77.5918	94			VA	179		
7198577	Winters Run	winters-run	US		0	America/New_York	39.1356	-77.1326	116			MD	031		
7198579	Woodlanding Village	woodlanding-village	US		0	America/New_York	38.3168	-77.339	39			VA	179		
7198580	Woodlands at Berea	woodlands-at-berea	US		0	America/New_York	38.3441	-77.5243	96			VA	179		
7198582	Woodleigh	woodleigh	US		0	America/New_York	38.4788	-77.479	71			VA	179		
7198583	Woodmont	woodmont	US		0	America/New_York	38.4336	-77.4078	46			VA	179		
7198585	Woods of Able Lake	woods-of-able-lake	US		0	America/New_York	38.3847	-77.4836	69			VA	179		
7198586	Yendor Landing	yendor-landing	US		0	America/New_York	38.3287	-77.3519	28			VA	179		
7198587	Youngstead	youngstead	US		0	America/New_York	38.423	-77.4051	62			VA	179		
7199897	Manor Hill Mobile Home Park	manor-hill-mobile-home-park	US		0	America/New_York	41.70972	-73.89389	70			NY	027	59652	
7199898	Birchwood Park	birchwood-park	US		0	America/New_York	41.56306	-73.9025	81			NY	027	78157	
7199899	Brookside Senior Citizen Cooperative	brookside-senior-citizen-cooperative	US		0	America/New_York	41.48972	-73.90222	85			NY	079	57584	
7199900	Charlotte Grove Mobile Court	charlotte-grove-mobile-court	US		0	America/New_York	41.56694	-73.82333	77			NY	027	21996	
7199901	Cooper Road Mobile Home Park	cooper-road-mobile-home-park	US		0	America/New_York	41.55722	-73.9	84			NY	027	78157	
7199902	Ennis Mobile Home Park	ennis-mobile-home-park	US		0	America/New_York	41.73306	-73.83944	67			NY	027	58695	
7199903	Feller Mobile Home Park	feller-mobile-home-park	US		0	America/New_York	41.6625	-73.85194	69			NY	027	40299	
7199904	Harmony Park	harmony-park	US		0	America/New_York	41.50028	-73.62639	145			NY	079	56748	
7199905	Haviland Mobile Home Park	haviland-mobile-home-park	US		0	America/New_York	41.77806	-73.89611	70			NY	027	37209	
7199907	High Plains	high-plains	US		0	America/New_York	41.72111	-73.615	301			NY	027	20819	
7199908	Lamplight Court	lamplight-court	US		0	America/New_York	41.97361	-73.88583	60			NY	027	60905	
7199909	M And K Mobile Home Park	m-and-k-mobile-home-park	US		0	America/New_York	41.74972	-73.9	69			NY	027	37209	
7199910	Moorgate Mobile Home Park	moorgate-mobile-home-park	US		0	America/New_York	41.54778	-73.80667	77			NY	027	21996	
7199911	Mountain View Mobile Estates	mountain-view-mobile-estates	US		0	America/New_York	41.97861	-73.87056	83			NY	027	60905	
7199912	Northern Dutchess Mobile Home Park	northern-dutchess-mobile-home-park	US		0	America/New_York	41.98167	-73.86972	83			NY	027	60905	
7199913	Pine Grove Terrace	pine-grove-terrace	US		0	America/New_York	41.62083	-73.67778	145			NY	027	05452	
7199914	Powell Park	powell-park	US		0	America/New_York	41.73917	-73.57222	115			NY	027	20819	
7199915	Red Hook Mobile Home Park	red-hook-mobile-home-park	US		0	America/New_York	41.98611	-73.88	68			NY	027	60905	
7199916	Roberts Mobile Home Park	roberts-mobile-home-park	US		0	America/New_York	41.59611	-73.8475	78			NY	027	78157	
7199917	Scenic View Trailer Park	scenic-view-trailer-park	US		0	America/New_York	41.9625	-73.52333	242			NY	027	51891	
7199918	Shady Brook	shady-brook	US		0	America/New_York	41.68389	-73.86917	45			NY	027	59652	
7199919	The Gables	the-gables	US		0	America/New_York	41.72861	-73.89194	62			NY	027	59652	
7199960	Brookdale Mobile Home Park	brookdale-mobile-home-park	US		0	America/New_York	39.65889	-82.56972	243			OH	045	05956	
7199961	Colonial Estates	colonial-estates	US		0	America/New_York	39.74306	-82.64833	256			OH	045	32060	
7199962	Colony Village Mobile Home Park	colony-village-mobile-home-park	US		0	America/New_York	39.68389	-82.56667	243			OH	045	05956	
7199963	Kellers Court	kellers-court	US		0	America/New_York	39.8425	-82.54111	271			OH	045	80570	
7199964	Lancaster Mobile Estates	lancaster-mobile-estates	US		0	America/New_York	39.71278	-82.57	254			OH	045		
7199965	Rest-over Trailer Park	rest-over-trailer-park	US		0	America/New_York	39.66611	-82.56167	240			OH	045	05956	
7199966	Rustic Ridge Manufactured Housing Community	rustic-ridge-manufactured-housing-community	US		0	America/New_York	39.66361	-82.58222	246			OH	045	05956	
7199967	Taylor Mobile Home Park	taylor-mobile-home-park	US		0	America/New_York	39.71111	-82.56833	249			OH	045		
7199968	Yogi's Mobile Home Park	yogi-s-mobile-home-park	US		0	America/New_York	39.66833	-82.56333	238			OH	045	05956	
7199969	Bogerts Ranch Estates	bogerts-ranch-estates	US		0	America/New_York	41.03528	-74.17861	109			NJ	003	42750	
7199970	Costa Mobile Home Park	costa-mobile-home-park	US		0	America/New_York	40.87861	-74.07861	8			NJ	003	41100	
7199971	Metropolitan Mobile Home Park	metropolitan-mobile-home-park	US		0	America/New_York	40.83889	-74.0675	1			NJ	003	47700	
7199972	Fountain Head Mobile Home Park	fountain-head-mobile-home-park	US		0	America/New_York	41.22	-74.045	134			NY	087	32765	
7199973	Mazzaleone Park	mazzaleone-park	US		0	America/New_York	41.18639	-74.03306	143			NY	087	32765	
7199974	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/New_York	41.22472	-73.99167	35			NY	087	71674	
7199975	Parkway Mobile Home Park	parkway-mobile-home-park	US		0	America/New_York	41.1875	-74.03389	139			NY	087	32765	
7199976	Quaker Park	quaker-park	US		0	America/New_York	41.19056	-74.0425	131			NY	087	32765	
7199977	Red Ridge Mobile Home Park	red-ridge-mobile-home-park	US		0	America/New_York	41.24056	-73.98611	44			NY	087	71674	
7199978	Lakeside Mobile Home Park	lakeside-mobile-home-park	US		0	America/New_York	41.34944	-74.12111	146			NY	071	82755	
7199979	Hillside Plaza	hillside-plaza	US		0	America/New_York	41.31861	-74.17417	191			NY	071	47999	
7199980	Silver Maples	silver-maples	US		0	America/New_York	41.30194	-74.14778	189			NY	071	47999	
7199981	Westpoint Mobile Home Park	westpoint-mobile-home-park	US		0	America/New_York	41.34639	-73.97083	34			NY	071	34550	
7199986	Vanguard Mobile Home Park	vanguard-mobile-home-park	US		0	America/New_York	40.83667	-74.06333	1			NJ	003	47700	
7199996	Carmen Courts	carmen-courts	US		0	America/New_York	42.73917	-73.94056	101			NY	001	31104	
7199997	Central Square Mobile Home Park	central-square-mobile-home-park	US		0	America/New_York	42.75556	-73.87333	92			NY	001	17343	
7199998	Pine Ridge Estates	pine-ridge-estates	US		0	America/New_York	42.51639	-73.81556	48			NY	001	16694	
7199999	Breckenridge Mobile Home Park	breckenridge-mobile-home-park	US		0	America/New_York	42.53861	-73.80722	54			NY	001	06354	
7200000	Latham Mobile Home Court	latham-mobile-home-court	US		0	America/New_York	42.74111	-73.76361	103			NY	001	17343	
7200001	Lone Pine Community Mobile Home Park	lone-pine-community-mobile-home-park	US		0	America/New_York	42.73667	-73.85667	98			NY	001	17343	
7200002	Meilaks Mobile Home Court	meilaks-mobile-home-court	US		0	America/New_York	42.5225	-73.805	44			NY	001	16694	
7200003	Norton Street Mobile Home Park	norton-street-mobile-home-park	US		0	America/New_York	42.69389	-73.80139	77			NY	001	17343	
7200004	Ten Oaks Mobile Home Park	ten-oaks-mobile-home-park	US		0	America/New_York	42.76583	-73.74167	93			NY	001	17343	
7200005	Wackmans Mobile Home Park	wackmans-mobile-home-park	US		0	America/New_York	42.73056	-73.84639	101			NY	001	17343	
7200006	Crescent City Mobile Home Park	crescent-city-mobile-home-park	US		0	America/New_York	42.83333	-73.74222	76			NY	091	31489	
7200007	Martindale Mobile Home Park	martindale-mobile-home-park	US		0	America/New_York	42.86111	-73.76194	111			NY	091	31489	
7200009	Springbrook Mobile Home Park	springbrook-mobile-home-park	US		0	America/New_York	42.82222	-73.75806	82			NY	091	31489	
7200010	Colemans Trailer Park	colemans-trailer-park	US		0	America/New_York	42.80861	-73.69556	51			NY	091	78531	
7200011	Lakewood Park	lakewood-park	US		0	America/New_York	40.91833	-72.72417	13			NY	103	61984	
7200012	Riverhaven Park	riverhaven-park	US		0	America/New_York	40.92611	-72.61278	0			NY	103	61984	
7200013	Thurms Mobile Homes	thurms-mobile-homes	US		0	America/New_York	40.94861	-72.78639	35			NY	103	61984	
7200014	Glenwood Village	glenwood-village	US		0	America/New_York	40.92139	-72.69861	12			NY	103	61984	
7200015	East Quogue Mobile Home Park	east-quogue-mobile-home-park	US		0	America/New_York	40.85361	-72.57917	8			NY	103	68473	
7200016	Foxwood Village	foxwood-village	US		0	America/New_York	40.93056	-72.70917	16			NY	103	61984	
7200017	Greenwood Village	greenwood-village	US		0	America/New_York	40.83472	-72.79083	28			NY	103	10000	
7200018	Hampton Bays Mobile Home Park	hampton-bays-mobile-home-park	US		0	America/New_York	40.86639	-72.54778	10			NY	103	68473	
7200019	Millbrook Mobile Home Park	millbrook-mobile-home-park	US		0	America/New_York	40.92778	-72.70139	11			NY	103	61984	
7200020	Oakland Ridge Mobile Home Park	oakland-ridge-mobile-home-park	US		0	America/New_York	40.94222	-72.71222	18			NY	103	61984	
7200021	Parkview Community	parkview-community	US		0	America/New_York	40.91472	-72.65056	2			NY	103	68473	
7200022	Ramblewood Mobile Home Park	ramblewood-mobile-home-park	US		0	America/New_York	40.94722	-72.81889	26			NY	103	61984	
7200023	Suffolk Pines	suffolk-pines	US		0	America/New_York	40.82417	-72.62806	8			NY	103	68473	
7201366	Driftwood Village Mobile Home Park	driftwood-village-mobile-home-park	US		0	America/Detroit	44.17583	-86.31861	207			MI	105	34320	
7201376	Luther Forest	luther-forest	US		0	America/New_York	42.96806	-73.78167	103			NY	091	44743	
7201377	Fox Wander West	fox-wander-west	US		0	America/New_York	42.97389	-73.78222	102			NY	091	44743	
7201379	Pine Crest Trailer Park	pine-crest-trailer-park	US		0	America/New_York	42.96611	-73.79083	102			NY	091	44743	
7201380	Woodfield Estates	woodfield-estates	US		0	America/New_York	42.95778	-73.78472	99			NY	091	44743	
7201381	Lake Ridge	lake-ridge	US		0	America/New_York	42.93944	-73.76167	83			NY	091	44743	
7201382	Collamer Heights	collamer-heights	US		0	America/New_York	42.9775	-73.78556	101			NY	091	44743	
7201383	Cramer Woods	cramer-woods	US		0	America/New_York	42.98444	-73.78333	99			NY	091	44743	
7201384	Stockbridge Manor	stockbridge-manor	US		0	America/New_York	42.99278	-73.7875	101			NY	091	44743	
7201385	Steeplechase At Malta	steeplechase-at-malta	US		0	America/New_York	42.99611	-73.78833	98			NY	091	44743	
7201386	Lakeside Acres	lakeside-acres	US		0	America/New_York	43.00389	-73.76583	63			NY	091	44743	
7201388	Collamer Park	collamer-park	US		0	America/New_York	42.99528	-73.79333	96			NY	091	44743	
7201389	Northway Mobile Acres	northway-mobile-acres	US		0	America/New_York	42.99278	-73.79472	97			NY	091	44743	
7201390	High Pointe of Malta	high-pointe-of-malta	US		0	America/New_York	42.98333	-73.79389	113			NY	091	44743	
7201392	Malta Gardens	malta-gardens	US		0	America/New_York	42.97917	-73.79806	113			NY	091	44743	
7201393	Northway Mobile Home Estates	northway-mobile-home-estates	US		0	America/New_York	42.97667	-73.79528	104			NY	091	44743	
7201397	Malta Gardens Trailer Park	malta-gardens-trailer-park	US		0	America/New_York	42.95667	-73.79639	97			NY	091	44743	
7201400	Carlyle Court	carlyle-court	US		0	America/New_York	42.93583	-73.82139	105			NY	091	44743	
7201401	Carlyle West	carlyle-west	US		0	America/New_York	42.93556	-73.83056	107			NY	091	04220	
7201402	Malta Meadows	malta-meadows	US		0	America/New_York	42.94111	-73.81417	98			NY	091	44743	
7201403	Northwood Estates	northwood-estates	US		0	America/New_York	42.93778	-73.81472	101			NY	091	44743	
7201404	Burton Meadows	burton-meadows	US		0	America/New_York	42.94	-73.82389	102			NY	091	44743	
7201406	Marvin Woods	marvin-woods	US		0	America/New_York	42.96722	-73.81722	87			NY	091	44743	
7201407	Edgewood Estates	edgewood-estates	US		0	America/New_York	42.975	-73.82611	83			NY	091	44743	
7201408	Skipper Hill Farm	skipper-hill-farm	US		0	America/New_York	42.98	-73.8125	91			NY	091	44743	
7201410	Camshron Mobile Home Park	camshron-mobile-home-park	US		0	America/New_York	42.95389	-73.87417	123			NY	091	04220	
7201411	Bunker Hill Mobile Home Court	bunker-hill-mobile-home-court	US		0	America/New_York	40.76778	-73.08806	17			NY	103	38000	
7201412	Lincoln Mobile Homes Court	lincoln-mobile-homes-court	US		0	America/New_York	40.77722	-73.08111	18			NY	103	38000	
7201413	Three Mile Harbor Mobile Home Park	three-mile-harbor-mobile-home-park	US		0	America/New_York	40.99639	-72.18306	2			NY	103	22194	
7201414	Cold Spring Mobile Home Park	cold-spring-mobile-home-park	US		0	America/New_York	41.48056	-73.91333	104			NY	079	57584	
7201415	Knolls Trailer Court	knolls-trailer-court	US		0	America/New_York	41.3925	-73.72444	200			NY	079	12529	
7201416	Hillcrest Mobile Home Park	hillcrest-mobile-home-park	US		0	America/New_York	42.7625	-74.10611	251			NY	093	21006	
7201419	Kays Trailer Court	kays-trailer-court	US		0	America/New_York	42.93278	-73.87861	131			NY	091	04220	
7201420	Fruitwood Acres	fruitwood-acres	US		0	America/New_York	42.9225	-73.89139	129			NY	091	04220	
7201422	Vienna Heights	vienna-heights	US		0	America/New_York	42.94528	-73.90417	135			NY	091	04220	
7201424	Mourningkill Estates	mourningkill-estates	US		0	America/New_York	42.9775	-73.89222	130			NY	091	04220	
7201425	Tomaselli Estates	tomaselli-estates	US		0	America/New_York	42.97972	-73.8575	104			NY	091	04220	
7201426	Carpenters Acres	carpenters-acres	US		0	America/New_York	42.98222	-73.86194	110			NY	091	04220	
7201427	Ballston Manor	ballston-manor	US		0	America/New_York	42.98583	-73.86278	105			NY	091	04220	
7201428	Covered Wagon Court	covered-wagon-court	US		0	America/New_York	42.98167	-73.85917	111			NY	091	04220	
7201429	Oakwood Terrace	oakwood-terrace	US		0	America/New_York	42.99167	-73.84944	114			NY	091	04220	
7201598	Stillwater Center	stillwater-center	US		0	America/New_York	42.9864	-73.6858	124	Stillwater Center,Stillwater Centre		NY	091	71333	
7201651	Hillside Colony	hillside-colony	US		0	America/New_York	42.94833	-73.67111	98			NY	091	71333	
7201652	Canfield Trailer Park	canfield-trailer-park	US		0	America/New_York	42.95417	-73.66917	89			NY	091	71333	
7201653	Hallum Trailer Park	hallum-trailer-park	US		0	America/New_York	42.94583	-73.65083	33			NY	091	71333	
7201654	Thompson Trailer Park	thompson-trailer-park	US		0	America/New_York	42.95083	-73.64194	30			NY	091	71333	
7201655	Riviera Estates	riviera-estates	US		0	America/New_York	42.95972	-73.6325	28			NY	091	71333	
7201659	Regency Estates Trailer Park	regency-estates-trailer-park	US		0	America/New_York	43.02	-74.02917	256			NY	091	28112	
7201671	Brandon Court	brandon-court	US		0	America/New_York	39.71194	-82.9575	213			OH	129	33978	
7201672	Brookside Park	brookside-park	US		0	America/New_York	39.60722	-82.94806	203			OH	129	15070	
7201673	Campus Court	campus-court	US		0	America/New_York	39.61417	-82.905	223			OH	129		
7201674	Carvel Manor Mobile Home Park	carvel-manor-mobile-home-park	US		0	America/New_York	39.72417	-83.02333	219			OH	129	70870	
7201675	Dels Trailer Park	dels-trailer-park	US		0	America/New_York	39.59444	-82.9275	210			OH	129	15070	
7201676	Elsea Mobile Village	elsea-mobile-village	US		0	America/New_York	39.62194	-82.94389	214			OH	129	15070	
7201677	Morris Mobile Village	morris-mobile-village	US		0	America/New_York	39.59417	-82.93583	210			OH	129	15070	
7201678	Robs Trailer Park	robs-trailer-park	US		0	America/New_York	39.71528	-82.98528	211			OH	129	33978	
7201679	Scioto Estates	scioto-estates	US		0	America/New_York	39.71389	-82.99972	210			OH	129	33978	
7201680	Tedrows Mobile Home Park	tedrows-mobile-home-park	US		0	America/New_York	39.71583	-82.95556	216			OH	129	33978	
7201681	J and J Trailer Park	j-and-j-trailer-park	US		0	America/New_York	39.55778	-82.7775	272			OH	045	15686	
7201682	Highlander Trailer Park	highlander-trailer-park	US		0	America/New_York	39.63111	-82.83528	323			OH	045	15686	
7201821	Snowflake (historical)	snowflake-historical	US		0	America/Detroit	45.02972	-85.24639	193	Lakeside Farm,Snowflake (historical)		MI	009	29600	
7203535	Leffingwell Estates Mobile Home Park	leffingwell-estates-mobile-home-park	US		0	America/Detroit	41.84167	-84.35972	279			MI	091	39740	
7203549	Clinton Mobile Home Community	clinton-mobile-home-community	US		0	America/Toronto	42.05556	-83.06528	176			MI	091		
7203556	Allen's Trailer Court	allen-s-trailer-court	US		0	America/Detroit	42.07806	-83.95972	265			MI	091	16500	
7203595	Devil's Lake Estates	devil-s-lake-estates	US		0	America/Detroit	41.98306	-84.30611	323			MI	091	69340	
7203596	Round Lake Estates	round-lake-estates	US		0	America/Detroit	41.96389	-84.28889	323			MI	091	69340	
7203597	Silver Lawn Trailer Park	silver-lawn-trailer-park	US		0	America/Detroit	42.04222	-84.31806	315			MI	091	88640	
7203613	Coach Light Estates Mobile Home Park	coach-light-estates-mobile-home-park	US		0	America/Detroit	41.83667	-83.87889	212			MI	091	09020	
7203750	McCenithans Mobile Home Park	mccenithans-mobile-home-park	US		0	America/New_York	42.45361	-79.30639	230			NY	013	58981	
7203751	Hubbards Park	hubbards-park	US		0	America/New_York	42.39444	-79.17278	425			NY	013	77530	
7203752	West Creek Mobile Home Park	west-creek-mobile-home-park	US		0	America/New_York	42.53194	-79.12167	232			NY	013	32050	
7203753	East Side Trailer Park	east-side-trailer-park	US		0	America/New_York	42.33472	-79.55444	220			NY	013	79950	
7203754	Crestview Estates	crestview-estates	US		0	America/New_York	42.39667	-79.43972	211			NY	013	59421	
7203755	Monticello Mobile Home Park	monticello-mobile-home-park	US		0	America/New_York	42.09972	-79.29611	402			NY	013	11451	
7203756	Ellicott Estates	ellicott-estates	US		0	America/New_York	42.37861	-79.42667	253			NY	013	59421	
7203757	Cherry Creek Mobile Home Park	cherry-creek-mobile-home-park	US		0	America/New_York	42.29083	-79.10861	428			NY	013	15198	
7203758	Falconer Mobile Home Park	falconer-mobile-home-park	US		0	America/New_York	42.12	-79.18639	383			NY	013	23998	
7203810	Childwold Park	childwold-park	US		0	America/New_York	44.2624	-74.641	469			NY	089	57716	
7203814	Hollywood (historical)	hollywood-historical	US		0	America/New_York	44.385	-74.73056	422			NY	089	17409	
7203816	Indian Fields (historical)	indian-fields-historical	US		0	America/New_York	42.49278	-73.94444	189			NY	001	16694	
7203826	Albrights	albrights	US		0	America/New_York	42.42639	-73.81611	76			NY	039	49935	
7206398	Visitation Park	visitation-park	US		0	America/Chicago	38.6568	-90.2774	164			MO	510		
7206400	Arbor Place	arbor-place	US		0	America/Chicago	38.1362	-90.3602	206			MO	099	58232	
7206401	Benton Park West	benton-park-west	US		0	America/Chicago	38.6007	-90.2265	159			MO	510		
7206402	Carr Square	carr-square	US		0	America/Chicago	38.6405	-90.2025	152			MO	510		
7206403	Cedar Hill Manor	cedar-hill-manor	US		0	America/Chicago	38.3589	-90.6458	159			MO	099	47414	
7206404	Central West End	central-west-end	US		0	America/Chicago	38.6452	-90.2569	158			MO	510		
7206406	Cherokee Park	cherokee-park	US		0	America/Chicago	38.5951	-90.2169	160			MO	510		
7206407	Clayton-Tamm	clayton-tamm	US		0	America/Chicago	38.6272	-90.2949	172			MO	510		
7206408	College Hill	college-hill	US		0	America/Chicago	38.6736	-90.2106	146			MO	510		
7206409	Compton Heights	compton-heights	US		0	America/Chicago	38.6123	-90.23	161			MO	510		
7206410	Covenant Blu-Grand Center	covenant-blu-grand-center	US		0	America/Chicago	38.64073	-90.23025	165			MO	510		
7206411	De Baliviere	de-baliviere	US		0	America/Chicago	38.6505	-90.2783	152	De Baliviere,DeBaliviere Place		MO	510		
7206413	Eads Square Park	eads-square-park	US		0	America/Chicago	38.6165	-90.2217	152			MO	510		
7206414	Forest Park Southeast	forest-park-southeast	US		0	America/Chicago	38.62411	-90.25964	149	Tower Grove		MO	510		
7206415	Fox Park	fox-park	US		0	America/Chicago	38.6108	-90.2242	159			MO	510		
7206416	Granada Meadows	granada-meadows	US		0	America/Chicago	38.29972	-90.5328	150			MO	099	12790	
7206417	Greater Ville	greater-ville	US		0	America/Chicago	38.66266	-90.23175	151			MO	510		
7206418	Hamilton Heights	hamilton-heights	US		0	America/Chicago	38.6681	-90.2786	172			MO	510		
7206419	Hi-Pointe	hi-pointe	US		0	America/Chicago	38.6281	-90.3041	169			MO	510		
7206420	Jeff Vander Lou	jeff-vander-lou	US		0	America/Chicago	38.65122	-90.22381	153			MO	189		
7206421	Kings Oak	kings-oak	US		0	America/Chicago	38.6274	-90.268	149			MO	510		
7206422	Kingsway East	kingsway-east	US		0	America/Chicago	38.6673	-90.2527	155			MO	510		
7206423	Kingsway West	kingsway-west	US		0	America/Chicago	38.6705	-90.2603	159			MO	510		
7206426	Lacledes Landing	lacledes-landing	US		0	America/Chicago	38.6303	-90.1837	136			MO	510		
7206427	Lafayette Square	lafayette-square	US		0	America/Chicago	38.6195	-90.2146	152			MO	510		
7206428	Lewis Place	lewis-place	US		0	America/Chicago	38.6514	-90.2521	156			MO	510		
7206429	Marina Villa	marina-villa	US		0	America/Chicago	38.5874	-90.2206	161			MO	510		
7206430	McKinley Heights	mckinley-heights	US		0	America/Chicago	38.6102	-90.2172	166			MO	510		
7206431	Midtown	midtown	US		0	America/Chicago	38.6327	-90.2347	153			MO	510		
7206433	Near North Riverfront	near-north-riverfront	US		0	America/Chicago	38.6605	-90.1902	129			MO	510		
7206434	North Pointe	north-pointe	US		0	America/Chicago	38.7164	-90.2459	151			MO	510		
7206435	North Riverfront	north-riverfront	US		0	America/Chicago	38.7199	-90.2212	129			MO	510		
7206437	Peabody Darst Webbe	peabody-darst-webbe	US		0	America/Chicago	38.6164	-90.2054	151			MO	510		
7206439	Skinker	skinker	US		0	America/Chicago	38.6522	-90.3011	156			MO	510		
7206440	Skinker-De Baliviere	skinker-de-baliviere	US		0	America/Chicago	38.6521	-90.294	151	Skinker-De Baliviere,Skinker-DeBaliviere		MO	510		
7206441	Soulard	soulard	US		0	America/Chicago	38.6053	-90.2082	137			MO	510		
7206442	Tiffany	tiffany	US		0	America/Chicago	38.621	-90.2401	162			MO	510		
7206443	Tower Grove East	tower-grove-east	US		0	America/Chicago	38.6024	-90.2379	168			MO	510		
7206444	Vandeventer	vandeventer	US		0	America/Chicago	38.6492	-90.24	150			MO	510		
7206445	Walnut Park East	walnut-park-east	US		0	America/Chicago	38.6977	-90.2482	153			MO	510		
7206446	Walnut Park West	walnut-park-west	US		0	America/Chicago	38.7054	-90.257	164			MO	510		
7206447	Wells-Goodfellow	wells-goodfellow	US		0	America/Chicago	38.6744	-90.2683	170			MO	510		
7206449	Wydown Skinker	wydown-skinker	US		0	America/Chicago	38.6395	-90.3036	163			MO	510		
7208411	Bammel Forest	bammel-forest	US		0	America/Chicago	30.0233	-95.4812	31			TX	201		
7208412	Bammel Timbers	bammel-timbers	US		0	America/Chicago	30.009	-95.4692	37			TX	201		
7208413	Banbury Cross	banbury-cross	US		0	America/Chicago	29.5641	-95.2632	13			TX	039		
7208414	Barclay Place	barclay-place	US		0	America/Chicago	29.8656	-95.3086	21			TX	201		
7208415	Barkgate	barkgate	US		0	America/Chicago	29.6441	-95.1759	12			TX	201		
7208416	Barkley Circle	barkley-circle	US		0	America/Chicago	29.6788	-95.4818	17			TX	201		
7208417	Barkley Square South	barkley-square-south	US		0	America/Chicago	29.6719	-95.4877	18			TX	201		
7208418	Barwood	barwood	US		0	America/Chicago	29.9446	-95.6147	41			TX	201		
7208419	Battleground Estates	battleground-estates	US		0	America/Chicago	29.6911	-95.0642	8			TX	201		
7208420	Battlegrounds Vista	battlegrounds-vista	US		0	America/Chicago	29.6777	-95.0518	6			TX	201		
7208421	Bay Breeze	bay-breeze	US		0	America/Chicago	29.5405	-95.0168	4			TX	167		
7208422	Bay Glen	bay-glen	US		0	America/Chicago	29.5863	-95.1412	7			TX	201		
7208423	Bay Green Colony	bay-green-colony	US		0	America/Chicago	29.6403	-95.0168	4			TX	201		
7208424	Bay Knoll	bay-knoll	US		0	America/Chicago	29.583	-95.147	8			TX	201		
7208425	Bay Point	bay-point	US		0	America/Chicago	29.5986	-95.141	6			TX	201		
7208426	Bay Ridge	bay-ridge	US		0	America/Chicago	29.5079	-95.0321	5			TX	167		
7208427	Baybrook	baybrook	US		0	America/Chicago	29.5823	-95.0105	4			TX	201		
7208428	Baybrook Village	baybrook-village	US		0	America/Chicago	29.5367	-95.1479	9			TX	201		
7208429	Bayou Bend	bayou-bend	US		0	America/Chicago	29.87	-95.4815	25			TX	201		
7208430	Bayou Estates	bayou-estates	US		0	America/Chicago	29.6534	-95.3524	13			TX	201		
7208431	Bear Branch Village	bear-branch-village	US		0	America/Chicago	30.0584	-95.2079	23			TX	201		
7208432	Bear Creek Plantation	bear-creek-plantation	US		0	America/Chicago	29.8683	-95.7024	41			TX	201		
7208433	Bear Creek Village	bear-creek-village	US		0	America/Chicago	29.8462	-95.6386	35			TX	201		
7208434	Beechnut Crossing	beechnut-crossing	US		0	America/Chicago	29.6943	-95.6236	26			TX	201		
7208435	Bell Meads	bell-meads	US		0	America/Chicago	29.9455	-95.554	37			TX	201		
7208436	Belleau Wood	belleau-wood	US		0	America/Chicago	30.0146	-95.2244	16			TX	201		
7208437	Belleau Wood East	belleau-wood-east	US		0	America/Chicago	29.9918	-95.2002	22			TX	201		
7208438	Bentwood West	bentwood-west	US		0	America/Chicago	29.6399	-95.4412	18			TX	201		
7208439	Birnham Wood	birnham-wood	US		0	America/Chicago	30.0536	-95.3676	31			TX	201		
7208440	Blue Bell Manor	blue-bell-manor	US		0	America/Chicago	29.9065	-95.4277	28			TX	201		
7208441	Blue Bell Place	blue-bell-place	US		0	America/Chicago	29.9063	-95.4102	26			TX	201		
7208443	Boulevard Estates	boulevard-estates	US		0	America/Chicago	29.6811	-95.0468	6			TX	201		
7208444	Bradford Colony	bradford-colony	US		0	America/Chicago	29.86	-95.6261	35			TX	201		
7208445	Bradley Meadows	bradley-meadows	US		0	America/Chicago	29.5244	-95.2073	9			TX	167		
7208446	Brays Village East	brays-village-east	US		0	America/Chicago	29.7115	-95.5682	23			TX	201		
7208447	Briar Creek	briar-creek	US		0	America/Chicago	29.9412	-95.4702	32			TX	201		
7208448	Briar Forest	briar-forest	US		0	America/Chicago	29.7647	-95.6152	25			TX	201		
7208449	Briar Glen	briar-glen	US		0	America/Chicago	29.5192	-95.0776	4			TX	167		
7208450	Briar Hills	briar-hills	US		0	America/Chicago	29.7638	-95.6307	27			TX	201		
7208451	Briar Vista	briar-vista	US		0	America/Chicago	29.5829	-95.4724	21			TX	157		
7208452	Briarvilla	briarvilla	US		0	America/Chicago	29.595	-95.4726	20			TX	157		
7208453	Briarwood States	briarwood-states	US		0	America/Chicago	29.5466	-95.2205	11			TX	167		
7208454	Bridgestone Ranch	bridgestone-ranch	US		0	America/Chicago	30.0646	-95.4895	41			TX	201		
7208455	Bridgestone West	bridgestone-west	US		0	America/Chicago	30.054	-95.501	41			TX	201		
7208456	Bridlewood Estates	bridlewood-estates	US		0	America/Chicago	29.5307	-95.7074	24			TX	157		
7208457	Brittany Bay	brittany-bay	US		0	America/Chicago	29.4939	-95.1215	7			TX	167		
7208458	Brook Glen	brook-glen	US		0	America/Chicago	29.6568	-95.1054	7			TX	201		
7208459	Brook Meadows	brook-meadows	US		0	America/Chicago	29.5224	-95.2062	8			TX	167		
7208460	Brook Smith	brook-smith	US		0	America/Chicago	29.795	-95.3753	15			TX	201		
7208461	Brookhollow West	brookhollow-west	US		0	America/Chicago	29.8804	-95.5444	31			TX	201		
7208462	Brown Acres	brown-acres	US		0	America/Chicago	29.5271	-95.2043	9			TX	167		
7208463	Buckner Haven	buckner-haven	US		0	America/Chicago	29.7644	-95.5486	23			TX	201		
7208464	Burke Meadow	burke-meadow	US		0	America/Chicago	29.6376	-95.1881	11			TX	201		
7208465	Cambridge Village	cambridge-village	US		0	America/Chicago	29.6366	-95.4606	19			TX	201		
7208466	Camino South	camino-south	US		0	America/Chicago	29.5573	-95.1305	8			TX	201		
7208467	Candlelight Forest West	candlelight-forest-west	US		0	America/Chicago	29.8723	-95.4975	26			TX	201		
7208468	Candlelight Hills	candlelight-hills	US		0	America/Chicago	30.0488	-95.463	34			TX	201		
7208469	Candlelight Oaks Village	candlelight-oaks-village	US		0	America/Chicago	29.8441	-95.4671	24			TX	201		
7208470	Canterbury Forest	canterbury-forest	US		0	America/Chicago	29.9996	-95.588	42			TX	201		
7208471	Canterbury Village	canterbury-village	US		0	America/Chicago	29.6177	-95.4028	17			TX	201		
7208472	Canyongate	canyongate	US		0	America/Chicago	30.0429	-95.6125	51			TX	201		
7208473	Carmel Village	carmel-village	US		0	America/Chicago	29.4813	-95.2179	11			TX	167		
7208474	Carolina Gardens	carolina-gardens	US		0	America/Chicago	29.6542	-95.3662	14			TX	201		
7208475	Carver Dale	carver-dale	US		0	America/Chicago	29.854	-95.5428	31			TX	201		
7208476	Cashel Forest	cashel-forest	US		0	America/Chicago	29.9887	-95.5055	36			TX	201		
7208477	Castlewoods	castlewoods	US		0	America/Chicago	29.9139	-95.345	22			TX	201		
7208478	Catalina Village	catalina-village	US		0	America/Chicago	29.6984	-95.6169	26			TX	201		
7208479	Central Green	central-green	US		0	America/Chicago	29.9595	-95.374	26			TX	201		
7208480	Central Park Northwest	central-park-northwest	US		0	America/Chicago	29.8134	-95.4661	22			TX	201		
7208481	Century Oaks Estates	century-oaks-estates	US		0	America/Chicago	29.4946	-95.1722	8			TX	167		
7208482	Champion Park	champion-park	US		0	America/Chicago	29.973	-95.5307	39			TX	201		
7208483	Champions East	champions-east	US		0	America/Chicago	29.982	-95.5193	38			TX	201		
7208484	Champions Point	champions-point	US		0	America/Chicago	29.9757	-95.4929	36			TX	201		
7208485	Channel Wood	channel-wood	US		0	America/Chicago	29.7782	-95.1543	7			TX	201		
7208486	Chantilly Woods	chantilly-woods	US		0	America/Chicago	30.0246	-95.4621	32			TX	201		
7208487	Chaparral Village	chaparral-village	US		0	America/Chicago	29.7685	-94.9507	10			TX	201		
7208488	Chappell Ridge	chappell-ridge	US		0	America/Chicago	29.997	-95.7434	49			TX	201		
7208489	Charterwood	charterwood	US		0	America/Chicago	30.0043	-95.5727	40			TX	201		
7208490	Chase Park	chase-park	US		0	America/Chicago	29.5032	-94.9882	5			TX	167		
7208491	Chasewood	chasewood	US		0	America/Chicago	29.6068	-95.5031	21			TX	157		
7208492	Chateau Forest	chateau-forest	US		0	America/Chicago	29.8709	-95.4877	26			TX	201		
7208493	Chatwood Place	chatwood-place	US		0	America/Chicago	29.8422	-95.2572	13			TX	201		
7208494	Chelsea at Mission Bend	chelsea-at-mission-bend	US		0	America/Chicago	29.6853	-95.6766	29			TX	157		
7208495	Cimmaron South	cimmaron-south	US		0	America/Chicago	29.7659	-95.7556	37			TX	201		
7208496	Clayton Park	clayton-park	US		0	America/Chicago	29.7127	-95.6568	27			TX	201		
7208497	Clear Creek Crossing	clear-creek-crossing	US		0	America/Chicago	29.5076	-95.1122	5			TX	167		
7208498	Clinton View	clinton-view	US		0	America/Chicago	29.742	-95.2681	9			TX	201		
7208499	Clover Acres	clover-acres	US		0	America/Chicago	29.5234	-95.2209	10			TX	167		
7208500	Cobblestone	cobblestone	US		0	America/Chicago	29.5436	-95.2914	15			TX	039		
7208501	Colonial Gardens	colonial-gardens	US		0	America/Chicago	29.8254	-95.3587	19			TX	201		
7208502	Commerce Park	commerce-park	US		0	America/Chicago	29.6885	-95.5422	21			TX	201		
7208503	Concord Bridge	concord-bridge	US		0	America/Chicago	29.8588	-95.6159	34			TX	201		
7208504	Concord Colony	concord-colony	US		0	America/Chicago	29.8654	-95.6395	36			TX	201		
7208505	Copperfield Southcreek Village	copperfield-southcreek-village	US		0	America/Chicago	29.8844	-95.6651	40			TX	201		
7208506	Parkview Manor	parkview-manor	US		0	America/Chicago	29.6806	-95.1876	11			TX	201		
7208507	Parkway	parkway	US		0	America/Chicago	29.8554	-95.2163	13			TX	201		
7208508	Parkway Forest	parkway-forest	US		0	America/Chicago	29.8532	-95.2083	13			TX	201		
7208509	Parkway Villages	parkway-villages	US		0	America/Chicago	29.7626	-95.6268	26			TX	201		
7208510	Parkway West	parkway-west	US		0	America/Chicago	29.7906	-95.7384	38			TX	201		
7208511	Parkwest	parkwest	US		0	America/Chicago	29.6545	-95.4949	19			TX	201		
7208512	Parkwood Village	parkwood-village	US		0	America/Chicago	29.5125	-95.1834	8			TX	167		
7208513	Pasadena Gardens	pasadena-gardens	US		0	America/Chicago	29.7037	-95.195	8			TX	201		
7208514	Pecan Grove Plantation	pecan-grove-plantation	US		0	America/Chicago	29.6171	-95.7346	24			TX	157		
7208515	Pedegrel Forest	pedegrel-forest	US		0	America/Chicago	29.8949	-95.5453	34			TX	201		
7208516	Pelham Place	pelham-place	US		0	America/Chicago	29.8347	-95.3021	17			TX	201		
7208517	Pembroke Place	pembroke-place	US		0	America/Chicago	29.8533	-95.3739	22			TX	201		
7208518	Perry Grove	perry-grove	US		0	America/Chicago	29.5252	-95.1997	9			TX	167		
7208519	Pheasant Creek	pheasant-creek	US		0	America/Chicago	29.6431	-95.659	26			TX	157		
7208520	Pheasant Run	pheasant-run	US		0	America/Chicago	29.699	-95.6078	26			TX	201		
7208521	Phillipe	phillipe	US		0	America/Chicago	29.8149	-95.8125	45			TX	201		
7208522	Pin Oak Village	pin-oak-village	US		0	America/Chicago	29.7665	-95.803	40			TX	157		
7208523	Pine Forest	pine-forest	US		0	America/Chicago	29.812	-95.8215	45			TX	201		
7208524	Pine Forest Village	pine-forest-village	US		0	America/Chicago	29.8361	-95.6612	34			TX	201		
7208525	Pine Grove Valley	pine-grove-valley	US		0	America/Chicago	29.6874	-95.0503	6			TX	201		
7208526	Pine Terrace	pine-terrace	US		0	America/Chicago	29.801	-95.4723	22			TX	201		
7208527	Pine Trails	pine-trails	US		0	America/Chicago	29.8095	-95.1975	11			TX	201		
7208529	Pine View Manor	pine-view-manor	US		0	America/Chicago	29.731	-95.2982	8			TX	201		
7208530	Pinehurst of Atascocita	pinehurst-of-atascocita	US		0	America/Chicago	30.0152	-95.178	21			TX	201		
7208531	Pinemont Plaza	pinemont-plaza	US		0	America/Chicago	29.8449	-95.4533	24			TX	201		
7208532	Pines of Atascocita	pines-of-atascocita	US		0	America/Chicago	30.0049	-95.1412	15			TX	201		
7208533	Pineshadows	pineshadows	US		0	America/Chicago	29.5577	-95.2382	13			TX	039		
7208534	Pineview Terrace	pineview-terrace	US		0	America/Chicago	29.8131	-95.8126	45			TX	201		
7208535	Pinevillage North	pinevillage-north	US		0	America/Chicago	29.9016	-95.3083	21			TX	201		
7208536	Pinewood Place	pinewood-place	US		0	America/Chicago	30.0801	-95.5562	44			TX	201		
7208537	Pinewood Village	pinewood-village	US		0	America/Chicago	29.8691	-95.3379	18			TX	201		
7208538	Pipers Meadow	pipers-meadow	US		0	America/Chicago	29.5525	-95.1389	10			TX	201		
7208539	Plymouth Place	plymouth-place	US		0	America/Chicago	29.8388	-95.3594	22			TX	201		
7208540	Polly Oaks	polly-oaks	US		0	America/Chicago	29.5011	-95.1797	7			TX	167		
7208541	Polly Ranch Estates	polly-ranch-estates	US		0	America/Chicago	29.5091	-95.1762	7			TX	167		
7208542	Ponderosa Forest	ponderosa-forest	US		0	America/Chicago	30.0196	-95.4757	32			TX	201		
7208544	Post Oak Manor	post-oak-manor	US		0	America/Chicago	29.6567	-95.452	19			TX	201		
7208545	Post Oak Village	post-oak-village	US		0	America/Chicago	29.6228	-95.4594	18			TX	201		
7208546	Post Wood	post-wood	US		0	America/Chicago	30.0504	-95.3439	30			TX	201		
7208547	Preston Manor	preston-manor	US		0	America/Chicago	29.674	-95.1746	11			TX	201		
7208548	Preston Villa	preston-villa	US		0	America/Chicago	29.6927	-95.1719	10			TX	201		
7208550	Quail Glen	quail-glen	US		0	America/Chicago	29.5862	-95.5167	23			TX	157		
7208551	Quail Hollow	quail-hollow	US		0	America/Chicago	29.7748	-94.9969	8			TX	201		
7208552	Quail Valley East	quail-valley-east	US		0	America/Chicago	29.5758	-95.5373	23			TX	157		
7208553	Quaker Landing	quaker-landing	US		0	America/Chicago	29.5274	-95.1918	6			TX	167		
7208554	Quaker Village	quaker-village	US		0	America/Chicago	29.5291	-95.1973	9			TX	167		
7208555	Rabbs Hill	rabbs-hill	US		0	America/Chicago	29.5397	-95.6881	25			TX	157		
7208556	Ragus Lake Estates	ragus-lake-estates	US		0	America/Chicago	29.6413	-95.6319	26			TX	157		
7208557	Ralston Acres	ralston-acres	US		0	America/Chicago	29.8328	-95.2236	12			TX	201		
7208558	Rancho Del Rey Mobile Home Park	rancho-del-rey-mobile-home-park	US		0	America/Chicago	29.51	-95.0723	5			TX	167		
7208559	Rancho Viejo	rancho-viejo	US		0	America/Chicago	29.4797	-95.1855	10			TX	167		
7208560	Ravensway	ravensway	US		0	America/Chicago	29.9555	-95.6194	41			TX	201		
7208561	Ravensway South	ravensway-south	US		0	America/Chicago	29.951	-95.6248	42			TX	201		
7208562	Ravenwood Estates	ravenwood-estates	US		0	America/Chicago	29.5318	-95.319	16			TX	039		
7208563	Recreation Farms	recreation-farms	US		0	America/Chicago	29.8958	-95.4879	31			TX	201		
7208566	Reedwoods	reedwoods	US		0	America/Chicago	29.6467	-95.3785	14			TX	201		
7208567	Reese Estates	reese-estates	US		0	America/Chicago	29.5082	-95.1984	8			TX	167		
7208568	Regal Oaks	regal-oaks	US		0	America/Chicago	29.552	-95.2499	13			TX	039		
7208569	Regency Estates	regency-estates	US		0	America/Chicago	29.501	-95.1873	8			TX	167		
7208570	Regency Park	regency-park	US		0	America/Chicago	29.5625	-95.2742	14			TX	039		
7208571	Reservoir Acres	reservoir-acres	US		0	America/Chicago	29.8429	-95.1779	13			TX	201		
7208572	Revlon	revlon	US		0	America/Chicago	29.7004	-95.1883	9			TX	201		
7208573	Ridge Point	ridge-point	US		0	America/Chicago	29.9121	-95.4362	28			TX	201		
7208575	River Club Estates	river-club-estates	US		0	America/Chicago	30.0613	-95.2705	21			TX	339		
7208576	Rivercrest	rivercrest	US		0	America/Chicago	29.7435	-95.5438	23			TX	201		
7208577	Riverwalk	riverwalk	US		0	America/Chicago	29.537	-95.2188	10			TX	167		
7208578	Riverwood Estates	riverwood-estates	US		0	America/Chicago	29.9027	-95.2922	20			TX	201		
7208579	Riviera East	riviera-east	US		0	America/Chicago	29.7922	-95.1945	9			TX	201		
7208580	Rockstone	rockstone	US		0	America/Chicago	29.8747	-95.6637	39			TX	201		
7208581	Rodeo Square	rodeo-square	US		0	America/Chicago	29.7075	-95.6123	24			TX	201		
7208582	Rolling Green	rolling-green	US		0	America/Chicago	29.8255	-95.6923	37			TX	201		
7208583	Rosedale Gardens	rosedale-gardens	US		0	America/Chicago	29.8383	-95.2914	16			TX	201		
7208584	Roseland Manor	roseland-manor	US		0	America/Chicago	29.7333	-94.947	6			TX	201		
7208585	Royal Oaks	royal-oaks	US		0	America/Chicago	29.8008	-95.5493	29			TX	201		
7208586	Rustic Acres	rustic-acres	US		0	America/Chicago	29.9684	-95.1083	20			TX	201		
7208587	Rustic Oaks	rustic-oaks	US		0	America/Chicago	29.541	-95.2449	14			TX	039		
7208588	Rustling Oaks	rustling-oaks	US		0	America/Chicago	29.7797	-95.5652	24			TX	201		
7208589	Ryan Acres	ryan-acres	US		0	America/Chicago	29.5456	-95.2978	15			TX	039		
7208590	Sabacen Park	sabacen-park	US		0	America/Chicago	29.9596	-95.6201	42			TX	201		
7208591	Sageglen	sageglen	US		0	America/Chicago	29.5838	-95.2195	11			TX	201		
7208592	Sagemont	sagemont	US		0	America/Chicago	29.5915	-95.2278	11			TX	201		
7208593	Sagemont Park	sagemont-park	US		0	America/Chicago	29.6245	-95.2033	12			TX	201		
7208594	Saint Rosa	saint-rosa	US		0	America/Chicago	29.6829	-95.2864	10			TX	201		
7208595	San Jacinto Place	san-jacinto-place	US		0	America/Chicago	29.8021	-94.9898	10			TX	201		
7208596	San Joaquin Estates	san-joaquin-estates	US		0	America/Chicago	29.4795	-95.2044	11			TX	167		
7208598	Sandpiper	sandpiper	US		0	America/Chicago	30.0446	-95.3691	31			TX	201		
7208599	Sandpiper Village	sandpiper-village	US		0	America/Chicago	30.0379	-95.3619	27			TX	201		
7208601	Scenic Woods Plaza	scenic-woods-plaza	US		0	America/Chicago	29.8701	-95.3098	20			TX	201		
7208602	Scottcrest	scottcrest	US		0	America/Chicago	29.6475	-95.3703	14			TX	201		
7208603	Seagate	seagate	US		0	America/Chicago	29.5342	-95.0116	4			TX	167		
7208604	Sedgewood	sedgewood	US		0	America/Chicago	29.5315	-95.3554	18			TX	039		
7208605	Sequoya Bend	sequoya-bend	US		0	America/Chicago	29.9253	-95.3136	22			TX	201		
7208606	Country Club Cove	country-club-cove	US		0	America/Chicago	29.7773	-94.9884	9			TX	201		
7208607	Country Club Estates	country-club-estates	US		0	America/Chicago	29.7676	-94.9864	8			TX	201		
7208608	Country Club Gardens	country-club-gardens	US		0	America/Chicago	29.7705	-94.9861	8			TX	201		
7208609	Country Club Oaks	country-club-oaks	US		0	America/Chicago	29.7696	-94.995	7			TX	201		
7208610	Country Place	country-place	US		0	America/Chicago	29.5797	-95.3644	17			TX	039		
7208611	Covington West	covington-west	US		0	America/Chicago	29.6472	-95.6222	27			TX	157		
7208612	Creekside Estates South	creekside-estates-south	US		0	America/Chicago	29.8807	-95.5295	30			TX	201		
7208614	Crescent Ranch Estates	crescent-ranch-estates	US		0	America/Chicago	29.4072	-95.145	9			TX	167		
7208615	Crosby Meadows	crosby-meadows	US		0	America/Chicago	29.9554	-95.0682	18			TX	201		
7208616	Crosby Woods	crosby-woods	US		0	America/Chicago	29.9609	-95.062	18			TX	201		
7208617	Cutten Green	cutten-green	US		0	America/Chicago	29.9513	-95.5111	36			TX	201		
7208618	Cypress Creek Estates	cypress-creek-estates	US		0	America/Chicago	29.9599	-95.6103	40			TX	201		
7208619	Cypress Glen	cypress-glen	US		0	America/Chicago	29.9452	-95.5734	40			TX	201		
7208620	Cypress Meadow	cypress-meadow	US		0	America/Chicago	29.8348	-95.7086	40			TX	201		
7208621	Cypress Point	cypress-point	US		0	America/Chicago	29.9839	-95.6738	45			TX	201		
7208622	Cypress Villas	cypress-villas	US		0	America/Chicago	30.0275	-95.4779	35			TX	201		
7208623	Cypresswood Court	cypresswood-court	US		0	America/Chicago	30.0513	-95.4348	35			TX	201		
7208624	Cypresswood Glen	cypresswood-glen	US		0	America/Chicago	30.0555	-95.4724	38			TX	201		
7208625	Daly Place	daly-place	US		0	America/Chicago	29.7086	-95.2742	9			TX	201		
7208626	Decker Terrace	decker-terrace	US		0	America/Chicago	29.7753	-95.0087	8			TX	201		
7208628	Deerfield Village	deerfield-village	US		0	America/Chicago	29.8393	-95.6793	37			TX	201		
7208629	Dixie Hollow	dixie-hollow	US		0	America/Chicago	29.5547	-95.2289	11			TX	039		
7208631	Dow Acres	dow-acres	US		0	America/Chicago	29.8471	-95.5182	29			TX	201		
7208632	Dunbarton Oaks	dunbarton-oaks	US		0	America/Chicago	29.6177	-95.4425	17			TX	201		
7208633	Eagle Lakes	eagle-lakes	US		0	America/Chicago	29.4969	-95.191	9			TX	167		
7208634	Eagles Point	eagles-point	US		0	America/Chicago	29.5067	-95.1828	8			TX	167		
7208635	Easthaven	easthaven	US		0	America/Chicago	29.6932	-95.1895	10			TX	201		
7208639	Elm Grove Village	elm-grove-village	US		0	America/Chicago	30.0738	-95.1958	23			TX	201		
7208640	Enchanted Valley	enchanted-valley	US		0	America/Chicago	29.9594	-95.6459	42			TX	201		
7208641	Enchanted Woods	enchanted-woods	US		0	America/Chicago	29.5421	-95.2014	8			TX	167		
7208642	Epson Downs	epson-downs	US		0	America/Chicago	29.8592	-95.3349	19			TX	201		
7208643	Eureka Acres	eureka-acres	US		0	America/Chicago	29.8051	-95.4624	22			TX	201		
7208644	Fair Green	fair-green	US		0	America/Chicago	29.9058	-95.3157	22			TX	201		
7208645	Fairway Park	fairway-park	US		0	America/Chicago	29.8101	-95.4676	22			TX	201		
7208646	Fairway Village	fairway-village	US		0	America/Chicago	29.538	-95.3635	17			TX	039		
7208647	Falcon Point	falcon-point	US		0	America/Chicago	29.7714	-95.8035	40			TX	157		
7208648	Falcon Ridge	falcon-ridge	US		0	America/Chicago	29.4982	-95.1982	9			TX	167		
7208649	Farrington Place	farrington-place	US		0	America/Chicago	29.858	-95.3273	19			TX	201		
7208650	Fawn Lake	fawn-lake	US		0	America/Chicago	29.7888	-95.8279	43			TX	157		
7208651	Fieldcrest Forest	fieldcrest-forest	US		0	America/Chicago	29.5113	-95.1773	7			TX	167		
7208652	Five Oaks	five-oaks	US		0	America/Chicago	30.1072	-95.5009	42			TX	201		
7208653	Fon Villas	fon-villas	US		0	America/Chicago	29.7703	-95.5604	23			TX	201		
7208654	Fondren Center	fondren-center	US		0	America/Chicago	29.6577	-95.517	20			TX	201		
7208655	Fondren Grove	fondren-grove	US		0	America/Chicago	29.6339	-95.5358	23			TX	157		
7208656	Fondren Southwest	fondren-southwest	US		0	America/Chicago	29.6631	-95.5185	20			TX	201		
7208657	Fontain	fontain	US		0	America/Chicago	29.8813	-95.06	14			TX	201		
7208658	Fontaine Place	fontaine-place	US		0	America/Chicago	29.8628	-95.3077	20			TX	201		
7208659	Forest Acres	forest-acres	US		0	America/Chicago	29.9068	-95.2461	17			TX	201		
7208660	Forest Estates	forest-estates	US		0	America/Chicago	30.2299	-95.1811	32			TX	339		
7208661	Forest Green	forest-green	US		0	America/Chicago	29.8645	-95.2613	16			TX	201		
7208662	Forest Green	forest-green	US		0	America/Chicago	29.5261	-95.181	8			TX	201		
7208664	Forest North	forest-north	US		0	America/Chicago	30.0864	-95.4712	43			TX	201		
7208665	Forest Pine	forest-pine	US		0	America/Chicago	29.8368	-95.4765	25			TX	201		
7208667	Forest Wood	forest-wood	US		0	America/Chicago	29.7194	-95.6644	28			TX	201		
7208668	Forestwood	forestwood	US		0	America/Chicago	29.5283	-95.1855	8			TX	201		
7208669	Foster Place	foster-place	US		0	America/Chicago	29.531	-95.03	5			TX	167		
7208670	Fountain View	fountain-view	US		0	America/Chicago	29.9347	-95.3091	23			TX	201		
7208671	Fountainhead	fountainhead	US		0	America/Chicago	29.9804	-95.4964	36			TX	201		
7208673	Fox Hollow	fox-hollow	US		0	America/Chicago	30.098	-95.4949	43			TX	201		
7208674	Fox Meadows	fox-meadows	US		0	America/Chicago	29.5015	-95.1947	7			TX	167		
7208675	Foxwood	foxwood	US		0	America/Chicago	30.0141	-95.3169	29			TX	201		
7208676	Frenchmans Creek	frenchmans-creek	US		0	America/Chicago	29.5074	-95.1722	6			TX	167		
7208677	Friendswood Crossing	friendswood-crossing	US		0	America/Chicago	29.5087	-95.1884	8			TX	167		
7208678	Friendswood Estates	friendswood-estates	US		0	America/Chicago	29.5554	-95.2095	11			TX	167		
7208679	Friendswood Gardens	friendswood-gardens	US		0	America/Chicago	29.5262	-95.2106	9			TX	167		
7208680	Garden Acres	garden-acres	US		0	America/Chicago	29.562	-95.3167	16			TX	039		
7208681	Garden City Park	garden-city-park	US		0	America/Chicago	29.8865	-95.4569	27			TX	201		
7208682	Gateway Village	gateway-village	US		0	America/Chicago	29.6232	-95.0258	3			TX	201		
7208683	Gaywood	gaywood	US		0	America/Chicago	29.7686	-95.5702	23			TX	201		
7208684	Gessner Grove	gessner-grove	US		0	America/Chicago	29.8113	-95.5556	29			TX	201		
7208685	Gessport	gessport	US		0	America/Chicago	29.6407	-95.5315	22			TX	201		
7208686	Ginger Green	ginger-green	US		0	America/Chicago	29.7799	-94.9992	8			TX	201		
7208687	Glen Cairn	glen-cairn	US		0	America/Chicago	29.8559	-95.6566	37			TX	201		
7208688	Glen Cairn West	glen-cairn-west	US		0	America/Chicago	29.8483	-95.6543	37			TX	201		
7208689	Glen Forest	glen-forest	US		0	America/Chicago	29.9554	-95.4113	27			TX	201		
7208690	Glen Iris	glen-iris	US		0	America/Chicago	29.6352	-95.4263	17			TX	201		
7208691	Glen Lee Place	glen-lee-place	US		0	America/Chicago	29.9616	-95.3004	23			TX	201		
7208692	Glen Park	glen-park	US		0	America/Chicago	29.7882	-95.3551	15			TX	201		
7208693	Glenbrook Valley	glenbrook-valley	US		0	America/Chicago	29.6683	-95.2811	11			TX	201		
7208694	Glenburnie	glenburnie	US		0	America/Chicago	29.8354	-95.3949	20			TX	201		
7208695	Glencairn Park	glencairn-park	US		0	America/Chicago	29.8381	-95.6493	34			TX	201		
7208696	Glenshannon	glenshannon	US		0	America/Chicago	29.5063	-95.2086	10			TX	167		
7208697	Glenshannon	glenshannon	US		0	America/Chicago	29.6814	-95.567	23			TX	201		
7208698	Gloverdale	gloverdale	US		0	America/Chicago	29.7022	-95.2863	9			TX	201		
7208699	Goldman Acres	goldman-acres	US		0	America/Chicago	29.5575	-95.2094	10			TX	167		
7208700	Golfview Manor	golfview-manor	US		0	America/Chicago	29.6899	-95.3212	12			TX	201		
7208701	Governor Place	governor-place	US		0	America/Chicago	29.7808	-95.7654	40			TX	201		
7208702	Graceland Terrace	graceland-terrace	US		0	America/Chicago	29.8398	-95.3923	21			TX	201		
7208703	Grantwood	grantwood	US		0	America/Chicago	29.9665	-95.5987	40			TX	201		
7208704	Greatwood Trails	greatwood-trails	US		0	America/Chicago	29.5542	-95.6795	21			TX	157		
7208705	Greatwood Village	greatwood-village	US		0	America/Chicago	29.5532	-95.6974	22			TX	157		
7208706	Green Tree Terrace	green-tree-terrace	US		0	America/Chicago	29.5717	-95.2322	12			TX	201		
7208707	Greenbranch	greenbranch	US		0	America/Chicago	29.9465	-95.3791	25			TX	201		
7208708	Greenbriar	greenbriar	US		0	America/Chicago	29.514	-95.2071	9			TX	167		
7208709	Greenbriar Colony	greenbriar-colony	US		0	America/Chicago	29.9488	-95.3657	24			TX	201		
7208710	Greenbrier Southwest	greenbrier-southwest	US		0	America/Chicago	29.6327	-95.5717	25			TX	157		
7208712	Greenfield Village	greenfield-village	US		0	America/Chicago	29.9472	-95.4768	32			TX	201		
7208713	Greengate Place	greengate-place	US		0	America/Chicago	30.0429	-95.3411	29			TX	201		
7208714	Greensbrook	greensbrook	US		0	America/Chicago	29.8937	-95.2238	16			TX	201		
7208715	Greentree Village	greentree-village	US		0	America/Chicago	30.0598	-95.1801	23			TX	201		
7208716	Greenview Manor	greenview-manor	US		0	America/Chicago	29.954	-95.3564	25			TX	201		
7208717	Greenway Place	greenway-place	US		0	America/Chicago	29.6889	-95.287	11			TX	201		
7208718	Grove West	grove-west	US		0	America/Chicago	29.6467	-95.5857	25			TX	157		
7208719	Gulf Freeway Oaks	gulf-freeway-oaks	US		0	America/Chicago	29.6651	-95.2669	11			TX	201		
7208720	Gum Valley	gum-valley	US		0	America/Chicago	29.8953	-95.4749	29			TX	201		
7208721	Hall Lake	hall-lake	US		0	America/Chicago	29.6136	-95.633	23			TX	157		
7208722	Happy Hideaway	happy-hideaway	US		0	America/Chicago	29.9856	-95.0982	20			TX	201		
7208723	Harvest Meadows	harvest-meadows	US		0	America/Chicago	29.9292	-95.5598	38			TX	201		
7208724	Hastings Green	hastings-green	US		0	America/Chicago	29.9301	-95.6038	40			TX	201		
7208725	Heather Glen	heather-glen	US		0	America/Chicago	29.8926	-95.4355	28			TX	201		
7208726	Heathergate	heathergate	US		0	America/Chicago	29.9746	-95.0937	20			TX	201		
7208727	Heatherwood	heatherwood	US		0	America/Chicago	29.765	-95.5968	24			TX	201		
7208728	Heatherwood	heatherwood	US		0	America/Chicago	29.6819	-95.4189	16			TX	201		
7208729	Heritage Estates	heritage-estates	US		0	America/Chicago	29.5355	-95.1986	9			TX	167		
7208730	Heritage Green	heritage-green	US		0	America/Chicago	29.5661	-95.2693	14			TX	039		
7208731	Heritage Meadows	heritage-meadows	US		0	America/Chicago	29.7913	-95.8051	43			TX	201		
7208732	Hickory Creek Place	hickory-creek-place	US		0	America/Chicago	29.5705	-95.3177	15			TX	039		
7208733	Hidden Forest	hidden-forest	US		0	America/Chicago	29.7852	-95.1892	9			TX	201		
7208734	Hidden Lake Estates	hidden-lake-estates	US		0	America/Chicago	29.652	-95.6768	25			TX	157		
7208735	Highland Acres Homes	highland-acres-homes	US		0	America/Chicago	29.8729	-95.4413	27			TX	201		
7208736	Highland Gardens	highland-gardens	US		0	America/Chicago	29.8821	-95.4399	28			TX	201		
7208737	Highland Meadows	highland-meadows	US		0	America/Chicago	29.5882	-95.2135	11			TX	201		
7208738	Highland Village	highland-village	US		0	America/Chicago	29.8767	-95.714	41			TX	201		
7208739	Hill and Dale Terrace	hill-and-dale-terrace	US		0	America/Chicago	30.2128	-95.1543	34			TX	339		
7208740	Hilltop Acres	hilltop-acres	US		0	America/Chicago	29.8634	-95.5792	35			TX	201		
7208741	Holloway Heights	holloway-heights	US		0	America/Chicago	29.612	-95.3662	17			TX	201		
7208742	Holly Park	holly-park	US		0	America/Chicago	29.7992	-95.4454	21			TX	201		
7208743	Huffman Oaks	huffman-oaks	US		0	America/Chicago	30.0249	-95.0902	21			TX	201		
7208744	Humble Acres	humble-acres	US		0	America/Chicago	29.9331	-95.301	22			TX	201		
7208745	Hunter Ridge Village	hunter-ridge-village	US		0	America/Chicago	30.0488	-95.1986	20			TX	201		
7208747	Huntwick Forest	huntwick-forest	US		0	America/Chicago	29.9932	-95.5157	38			TX	201		
7208748	Imperial Estates	imperial-estates	US		0	America/Chicago	29.5393	-95.1964	8			TX	167		
7208749	Imperial Gardens	imperial-gardens	US		0	America/Chicago	29.5211	-95.2016	8			TX	167		
7208750	Imperial Valley	imperial-valley	US		0	America/Chicago	29.9249	-95.4056	27			TX	201		
7208751	Intercontinental Village	intercontinental-village	US		0	America/Chicago	29.9939	-95.2461	22			TX	201		
7208752	Inwood Forest	inwood-forest	US		0	America/Chicago	29.8762	-95.468	25			TX	201		
7208753	Inwood Park	inwood-park	US		0	America/Chicago	29.9915	-95.7327	48			TX	201		
7208754	Inwood Pines	inwood-pines	US		0	America/Chicago	29.8728	-95.4591	26			TX	201		
7208755	Inwood Terrace	inwood-terrace	US		0	America/Chicago	29.6718	-95.3526	13			TX	201		
7208756	Inwood West	inwood-west	US		0	America/Chicago	29.8879	-95.4888	29			TX	201		
7208757	Jamestown Colony	jamestown-colony	US		0	America/Chicago	29.8633	-95.6319	35			TX	201		
7208758	Jersey Acres	jersey-acres	US		0	America/Chicago	29.8629	-95.5703	34			TX	201		
7208759	Katy Estates	katy-estates	US		0	America/Chicago	29.7947	-95.8167	44			TX	201		
7208760	Katyland	katyland	US		0	America/Chicago	29.7986	-95.8198	44			TX	201		
7208761	Kemah Park	kemah-park	US		0	America/Chicago	29.5281	-95.0265	4			TX	167		
7208762	Kennedy Heights	kennedy-heights	US		0	America/Chicago	29.6329	-95.3521	13			TX	201		
7208763	Kenswick	kenswick	US		0	America/Chicago	30.0145	-95.298	29			TX	201		
7208764	Kentshire Place	kentshire-place	US		0	America/Chicago	29.8541	-95.2564	15			TX	201		
7208765	Keystone Meadows	keystone-meadows	US		0	America/Chicago	29.5005	-95.198	8			TX	167		
7208766	Kings Court	kings-court	US		0	America/Chicago	29.6823	-95.3149	12			TX	201		
7208767	Kings Estates	kings-estates	US		0	America/Chicago	29.6254	-95.3491	15			TX	201		
7208768	Kings Forest	kings-forest	US		0	America/Chicago	30.0478	-95.2055	18			TX	201		
7208769	Kings Lake Forest	kings-lake-forest	US		0	America/Chicago	29.8988	-95.2223	16			TX	201		
7208770	Kings Landing	kings-landing	US		0	America/Chicago	29.6765	-95.6423	27			TX	157		
7208771	Kingsway	kingsway	US		0	America/Chicago	29.6121	-95.5392	24			TX	157		
7208773	Knollwood Estates	knollwood-estates	US		0	America/Chicago	29.8368	-95.2599	13			TX	201		
7208774	La Porte Terrace	la-porte-terrace	US		0	America/Chicago	29.6782	-95.0332	6			TX	201		
7208775	Lake Spendora	lake-spendora	US		0	America/Chicago	30.2358	-95.1843	31			TX	339		
7208776	Lake View Homes	lake-view-homes	US		0	America/Chicago	29.7774	-95.1072	8			TX	201		
7208777	Lakepointe	lakepointe	US		0	America/Chicago	29.5425	-95.3566	17			TX	039		
7208778	Lakes of Bridgewater	lakes-of-bridgewater	US		0	America/Chicago	29.8218	-95.7433	39			TX	201		
7208779	Lakes of Country Place	lakes-of-country-place	US		0	America/Chicago	29.5798	-95.3715	16			TX	039		
7208780	Lakes on El Ridge	lakes-on-el-ridge	US		0	America/Chicago	29.8474	-95.6028	33			TX	201		
7208781	Lakeside Forest	lakeside-forest	US		0	America/Chicago	29.755	-95.5938	23			TX	201		
7208782	Lakeside Manor	lakeside-manor	US		0	America/Chicago	30.0062	-95.1094	20			TX	201		
7208783	Lakeside Park Estates	lakeside-park-estates	US		0	America/Chicago	29.7721	-95.109	8			TX	201		
7208784	Lakewood West	lakewood-west	US		0	America/Chicago	29.9856	-95.593	39			TX	201		
7208785	Langston Place	langston-place	US		0	America/Chicago	29.622	-95.3104	15			TX	201		
7208786	Laurelfield	laurelfield	US		0	America/Chicago	29.5243	-95.1911	8			TX	167		
7208787	Lazy Bend	lazy-bend	US		0	America/Chicago	29.544	-95.0281	5			TX	167		
7208788	Lee Land	lee-land	US		0	America/Chicago	29.9618	-95.3091	24			TX	201		
7208789	Leewood West	leewood-west	US		0	America/Chicago	29.7121	-95.6091	25			TX	201		
7208790	Liberty Estates	liberty-estates	US		0	America/Chicago	29.5213	-95.2053	7			TX	167		
7208792	Lincoln Green East	lincoln-green-east	US		0	America/Chicago	29.9494	-95.4549	31			TX	201		
7208793	Lincoln Green South	lincoln-green-south	US		0	America/Chicago	29.932	-95.48	32			TX	201		
7208794	Lindale Farms	lindale-farms	US		0	America/Chicago	29.8818	-95.33	19			TX	201		
7208797	Longwood Park	longwood-park	US		0	America/Chicago	29.5516	-95.2167	11			TX	167		
7208798	Lori Woods	lori-woods	US		0	America/Chicago	29.523	-95.198	9			TX	167		
7208799	MacGregor Palms	macgregor-palms	US		0	America/Chicago	29.6934	-95.3358	12			TX	201		
7208800	Magnolia Place	magnolia-place	US		0	America/Chicago	29.5488	-95.2922	14			TX	039		
7208801	Magnum Manor	magnum-manor	US		0	America/Chicago	29.8253	-95.4642	23			TX	201		
7208802	Main Street Gardens	main-street-gardens	US		0	America/Chicago	29.6388	-95.5008	21			TX	201		
7208803	Market at Hunting Bayou	market-at-hunting-bayou	US		0	America/Chicago	29.7709	-95.2299	9			TX	201		
7208804	Marwood	marwood	US		0	America/Chicago	29.7687	-95.1593	8			TX	201		
7208805	Marys Creek Estates	marys-creek-estates	US		0	America/Chicago	29.5411	-95.2109	9			TX	167		
7208806	Mason Park Terrace	mason-park-terrace	US		0	America/Chicago	29.7203	-95.2923	11			TX	201		
7208807	Mason Park West	mason-park-west	US		0	America/Chicago	29.7762	-95.7468	38			TX	201		
7208808	Mayde Creek Farms	mayde-creek-farms	US		0	America/Chicago	29.7962	-95.6852	34			TX	201		
7208809	McKamy Meadow	mckamy-meadow	US		0	America/Chicago	29.9457	-95.4622	32			TX	201		
7208810	Meadow Bend	meadow-bend	US		0	America/Chicago	29.5206	-95.0534	6			TX	167		
7208811	Meadow Creek Village	meadow-creek-village	US		0	America/Chicago	29.6856	-95.2391	9			TX	201		
7208812	Meadow Walk	meadow-walk	US		0	America/Chicago	29.7769	-95.6288	24			TX	201		
7208813	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/Chicago	29.9643	-95.2514	22			TX	201		
7208815	Meisterwood	meisterwood	US		0	America/Chicago	29.9431	-95.6258	42			TX	201		
7208816	Melody Estates	melody-estates	US		0	America/Chicago	29.5464	-95.2141	10			TX	167		
7208817	Melody Wood	melody-wood	US		0	America/Chicago	29.5467	-95.2174	10			TX	167		
7208818	Melrose Gardens	melrose-gardens	US		0	America/Chicago	29.862	-95.4179	25			TX	201		
7208819	Memorial Bend	memorial-bend	US		0	America/Chicago	29.7556	-95.565	23			TX	201		
7208820	Memorial Grove	memorial-grove	US		0	America/Chicago	29.7768	-95.5694	23			TX	201		
7208821	Memorial Hollow	memorial-hollow	US		0	America/Chicago	29.7796	-95.5501	25			TX	201		
7208822	Memorial Pines	memorial-pines	US		0	America/Chicago	29.7761	-95.5469	24			TX	201		
7208823	Memorial Plaza	memorial-plaza	US		0	America/Chicago	29.7745	-95.5649	24			TX	201		
7208824	Memorial Thicket	memorial-thicket	US		0	America/Chicago	29.7708	-95.6312	26			TX	201		
7208825	Meredeth Manor	meredeth-manor	US		0	America/Chicago	29.6166	-95.4354	17			TX	201		
7208827	Middlegate Village	middlegate-village	US		0	America/Chicago	29.9019	-95.6419	40			TX	201		
7208828	Mill Ridge North	mill-ridge-north	US		0	America/Chicago	29.9548	-95.5906	41			TX	201		
7208830	Mission Bend South	mission-bend-south	US		0	America/Chicago	29.6979	-95.673	28			TX	157		
7208831	Mission Estates	mission-estates	US		0	America/Chicago	29.4864	-95.2107	10			TX	167		
7208832	Mission Green North	mission-green-north	US		0	America/Chicago	29.6915	-95.6771	29			TX	157		
7208833	Mission West	mission-west	US		0	America/Chicago	29.6969	-95.68	29			TX	157		
7208834	Missouri City Estates	missouri-city-estates	US		0	America/Chicago	29.6362	-95.5481	24			TX	157		
7208835	Monarch Estates	monarch-estates	US		0	America/Chicago	29.6123	-95.4064	17			TX	201		
7208836	Monarch Oaks	monarch-oaks	US		0	America/Chicago	29.7998	-95.485	23			TX	201		
7208837	Monroe Place	monroe-place	US		0	America/Chicago	29.7745	-95.1261	6			TX	201		
7208838	Monument Estates	monument-estates	US		0	America/Chicago	29.6884	-95.0639	8			TX	201		
7208839	Moss Oaks	moss-oaks	US		0	America/Chicago	29.7901	-95.5428	27			TX	201		
7208840	Mustang Meadows	mustang-meadows	US		0	America/Chicago	29.5078	-95.2237	11			TX	167		
7208841	Mystic Village	mystic-village	US		0	America/Chicago	29.5779	-95.0155	5			TX	201		
7208842	Nasawood	nasawood	US		0	America/Chicago	29.5324	-95.2238	11			TX	201		
7208843	Norchester	norchester	US		0	America/Chicago	29.9747	-95.5803	39			TX	201		
7208844	North Country	north-country	US		0	America/Chicago	29.8959	-95.4228	27			TX	201		
7208845	North Forest	north-forest	US		0	America/Chicago	30.0032	-95.4363	34			TX	201		
7208847	Northampton Forest	northampton-forest	US		0	America/Chicago	30.1042	-95.5151	44			TX	201		
7208849	Northcliffe Manor	northcliffe-manor	US		0	America/Chicago	29.9718	-95.4904	35			TX	201		
7208851	Northgate Crossing	northgate-crossing	US		0	America/Chicago	30.0995	-95.4283	39			TX	201		
7208852	Northglen	northglen	US		0	America/Chicago	29.8675	-95.676	38			TX	201		
7208853	Northington Estates	northington-estates	US		0	America/Chicago	29.8934	-95.3095	21			TX	201		
7208855	Northline Terrace	northline-terrace	US		0	America/Chicago	29.8924	-95.4035	26			TX	201		
7208856	Northmead Village	northmead-village	US		0	America/Chicago	29.9115	-95.6353	41			TX	201		
7208857	Northpointe East	northpointe-east	US		0	America/Chicago	30.0392	-95.5989	49			TX	201		
7208858	Northridge Park	northridge-park	US		0	America/Chicago	30.0004	-95.4209	33			TX	201		
7208859	Northview	northview	US		0	America/Chicago	30.0074	-95.4188	34			TX	201		
7208860	Northwest Green	northwest-green	US		0	America/Chicago	29.935	-95.5025	34			TX	201		
7208862	Nottingham Forest	nottingham-forest	US		0	America/Chicago	29.7678	-95.6153	26			TX	201		
7208863	Nottingham West	nottingham-west	US		0	America/Chicago	29.7829	-95.5978	28			TX	201		
7208864	Oak Brook West	oak-brook-west	US		0	America/Chicago	29.5773	-95.1336	6			TX	201		
7208865	Oak Creek Village	oak-creek-village	US		0	America/Chicago	30.0035	-95.4818	35			TX	201		
7208867	Oak Glen Place	oak-glen-place	US		0	America/Chicago	29.9043	-95.3887	25			TX	201		
7208869	Oak Knoll Estates	oak-knoll-estates	US		0	America/Chicago	29.9172	-95.2834	18			TX	201		
7208871	Oak Park Trails	oak-park-trails	US		0	America/Chicago	29.7498	-95.7487	34			TX	201		
7208872	Oak Terrace	oak-terrace	US		0	America/Chicago	30.0885	-95.2241	26			TX	339		
7208873	Oakbrook Estates	oakbrook-estates	US		0	America/Chicago	29.5398	-95.2551	14			TX	039		
7208874	Oakhurst Shores	oakhurst-shores	US		0	America/Chicago	29.6319	-95.0223	5			TX	201		
7208875	Oakland Plaza	oakland-plaza	US		0	America/Chicago	29.6794	-95.3008	12			TX	201		
7208876	Oaks of Atascocita	oaks-of-atascocita	US		0	America/Chicago	30.005	-95.183	21			TX	201		
7208877	Oaks of Clear Creek	oaks-of-clear-creek	US		0	America/Chicago	29.4987	-95.0906	8			TX	167		
7208878	Oaks of Devonshire	oaks-of-devonshire	US		0	America/Chicago	30.0509	-95.4511	35			TX	201		
7208879	Oaks of Inwood	oaks-of-inwood	US		0	America/Chicago	29.8659	-95.461	25			TX	201		
7208880	Oakwilde	oakwilde	US		0	America/Chicago	29.8814	-95.3498	20			TX	201		
7208881	Oakwood Glen	oakwood-glen	US		0	America/Chicago	30.0348	-95.5055	37			TX	201		
7208882	Old River Terrace	old-river-terrace	US		0	America/Chicago	29.7814	-95.1333	6			TX	201		
7208883	Olde Oaks	olde-oaks	US		0	America/Chicago	30.0081	-95.4886	37			TX	201		
7208887	Paddock	paddock	US		0	America/Chicago	29.8828	-95.6943	41			TX	201		
7208889	Park Glen West	park-glen-west	US		0	America/Chicago	29.6709	-95.5727	25			TX	201		
7208890	Park Place	park-place	US		0	America/Chicago	29.5221	-95.1941	8			TX	167		
7208892	Parkhollow Place	parkhollow-place	US		0	America/Chicago	29.7274	-95.6282	25			TX	201		
7208893	Parkland Village	parkland-village	US		0	America/Chicago	29.6339	-95.195	11			TX	201		
7208894	Parkstone	parkstone	US		0	America/Chicago	29.7565	-95.7442	34			TX	201		
7208895	Parkview	parkview	US		0	America/Chicago	29.5489	-95.2611	15			TX	039		
7208896	Parkview Estates	parkview-estates	US		0	America/Chicago	29.6735	-95.1828	11			TX	201		
7209029	Adams Oaks	adams-oaks	US		0	America/Chicago	30.0981	-95.2076	28			TX	339		
7209030	Airline Estates	airline-estates	US		0	America/Chicago	29.9028	-95.4095	25			TX	201		
7209031	Airline Farms	airline-farms	US		0	America/Chicago	29.9042	-95.4186	25			TX	201		
7209032	Airline Terrace	airline-terrace	US		0	America/Chicago	29.9128	-95.4063	27			TX	201		
7209033	Airstream	airstream	US		0	America/Chicago	29.8654	-95.1837	14			TX	201		
7209034	Almeda Genoa	almeda-genoa	US		0	America/Chicago	29.6193	-95.3421	15	Alameda Genoa,Almeda Genoa		TX	201		
7209035	Almeda Manor	almeda-manor	US		0	America/Chicago	29.6174	-95.4276	16	Alameda Manor,Almeda Manor		TX	201		
7209036	Albury Manor	albury-manor	US		0	America/Chicago	30.0676	-95.5857	47			TX	201		
7209037	Aldine City	aldine-city	US		0	America/Chicago	29.9275	-95.343	23			TX	201		
7209038	Aldine Meadows	aldine-meadows	US		0	America/Chicago	29.9352	-95.3747	23			TX	201		
7209039	Alexander Landing	alexander-landing	US		0	America/Chicago	29.5623	-95.268	14			TX	039		
7209040	Allen Farms	allen-farms	US		0	America/Chicago	29.6409	-95.2912	14			TX	201		
7209041	Allenbrook	allenbrook	US		0	America/Chicago	29.7645	-94.9728	7			TX	201		
7209042	Alrion	alrion	US		0	America/Chicago	29.661	-95.4454	20			TX	201		
7209043	Amhurst	amhurst	US		0	America/Chicago	29.8777	-95.7104	41			TX	201		
7209044	Analea White Hall	analea-white-hall	US		0	America/Chicago	29.5297	-95.2173	10			TX	167		
7209045	Antoine Forest Estates	antoine-forest-estates	US		0	America/Chicago	29.8557	-95.4684	24			TX	201		
7209046	Arbor Oaks	arbor-oaks	US		0	America/Chicago	29.8682	-95.4662	25			TX	201		
7209048	Armstrong Place	armstrong-place	US		0	America/Chicago	29.8772	-95.3041	20			TX	201		
7209049	Ashford Forest	ashford-forest	US		0	America/Chicago	29.7664	-95.6043	26			TX	201		
7209050	Ashford Village	ashford-village	US		0	America/Chicago	29.7296	-95.611	25			TX	201		
7209051	Atascocita Acres	atascocita-acres	US		0	America/Chicago	29.9674	-95.224	22			TX	201		
7209052	Atascocita Forest	atascocita-forest	US		0	America/Chicago	29.9707	-95.2151	22			TX	201		
7209053	Atascocita South	atascocita-south	US		0	America/Chicago	29.9919	-95.1713	20			TX	201		
7219413	Sico	sico	US		0	America/New_York	28.1151	-82.4719	18			FL	057		
7209054	Atascocita Timber	atascocita-timber	US		0	America/Chicago	29.9939	-95.1868	21			TX	201		
7209055	Atascocita West	atascocita-west	US		0	America/Chicago	30.0094	-95.194	22			TX	201		
7209056	Audubon Park	audubon-park	US		0	America/Chicago	29.9453	-95.2693	22			TX	201		
7209057	Autumn Run	autumn-run	US		0	America/Chicago	29.8738	-95.6903	40			TX	201		
7209058	Baker Editions	baker-editions	US		0	America/Chicago	29.5349	-95.1934	6			TX	201		
7209059	Walnut Bend	walnut-bend	US		0	America/Chicago	29.7549	-95.5697	23			TX	201		
7209062	Weldon Pines	weldon-pines	US		0	America/Chicago	29.9788	-95.3678	28			TX	201		
7209064	Weschester	weschester	US		0	America/Chicago	29.7659	-95.6089	26			TX	201		
7209065	West Crest	west-crest	US		0	America/Chicago	29.721	-95.5656	24			TX	201		
7209066	West Glen	west-glen	US		0	America/Chicago	29.8551	-95.6631	38			TX	201		
7209067	West Hollow Park	west-hollow-park	US		0	America/Chicago	29.7332	-95.6329	25			TX	201		
7209068	West Lea	west-lea	US		0	America/Chicago	29.5366	-95.3255	16			TX	039		
7209069	West Oaks	west-oaks	US		0	America/Chicago	29.5562	-95.3159	16			TX	039		
7209070	West Oaks Village	west-oaks-village	US		0	America/Chicago	29.5495	-95.3211	16			TX	039		
7209071	West Wind	west-wind	US		0	America/Chicago	29.7319	-95.6298	25			TX	201		
7209072	Westbank	westbank	US		0	America/Chicago	29.9042	-95.5092	33			TX	201		
7209073	Westbourne	westbourne	US		0	America/Chicago	30.0276	-95.6109	48			TX	201		
7209076	Westbury South	westbury-south	US		0	America/Chicago	29.6411	-95.4877	20			TX	201		
7209077	Westchester Estates	westchester-estates	US		0	America/Chicago	29.5559	-95.3339	17			TX	039		
7209078	Western Estates	western-estates	US		0	America/Chicago	29.9936	-95.5995	40			TX	201		
7209079	Western Homes	western-homes	US		0	America/Chicago	29.9099	-95.3449	22			TX	201		
7209081	Westfield Village	westfield-village	US		0	America/Chicago	29.8487	-95.7287	42			TX	201		
7209082	Westgreen	westgreen	US		0	America/Chicago	29.7981	-95.7322	38			TX	201		
7209084	Westhampton Place	westhampton-place	US		0	America/Chicago	29.6879	-95.5657	23			TX	201		
7209086	Westlake Forest	westlake-forest	US		0	America/Chicago	29.7999	-95.7134	35			TX	201		
7209087	Westlake Place	westlake-place	US		0	America/Chicago	29.807	-95.7181	35			TX	201		
7209090	Westpark Village	westpark-village	US		0	America/Chicago	29.7278	-95.6193	25			TX	201		
7209091	Westview Terrace	westview-terrace	US		0	America/Chicago	29.7994	-95.4641	21			TX	201		
7209092	Westways	westways	US		0	America/Chicago	29.8343	-95.5531	31			TX	201		
7209093	Westwick	westwick	US		0	America/Chicago	29.7882	-95.5871	28			TX	201		
7209094	Westwood Village	westwood-village	US		0	America/Chicago	29.5363	-95.2942	15			TX	039		
7209095	Whispering Lakes	whispering-lakes	US		0	America/Chicago	29.7944	-95.824	44			TX	201		
7209096	Wilderness Trails	wilderness-trails	US		0	America/Chicago	29.5109	-95.2194	10			TX	167		
7209097	Willchester	willchester	US		0	America/Chicago	29.7705	-95.578	24			TX	201		
7209098	Williams Chase	williams-chase	US		0	America/Chicago	29.8142	-95.7651	41			TX	201		
7209099	Williamsburg Colony	williamsburg-colony	US		0	America/Chicago	29.8086	-95.7635	41			TX	201		
7209100	Williamsburg Hamlet	williamsburg-hamlet	US		0	America/Chicago	29.7989	-95.7775	41			TX	201		
7209101	Williamsburg Parish	williamsburg-parish	US		0	America/Chicago	29.8053	-95.7782	42			TX	201		
7209102	Williamsburg Parish II	williamsburg-parish-ii	US		0	America/Chicago	29.8064	-95.7748	42			TX	201		
7209103	Williamsburg Settlement	williamsburg-settlement	US		0	America/Chicago	29.7969	-95.7569	40			TX	201		
7209104	Willow Bend	willow-bend	US		0	America/Chicago	29.6649	-95.4563	18			TX	201		
7209105	Willow Brook	willow-brook	US		0	America/Chicago	29.6598	-95.458	18			TX	201		
7209106	Willow Forest	willow-forest	US		0	America/Chicago	30.092	-95.5523	42			TX	201		
7209107	Willow Run	willow-run	US		0	America/Chicago	29.8915	-95.4282	27			TX	201		
7209108	Willowood	willowood	US		0	America/Chicago	29.9205	-95.5053	33			TX	201		
7209109	Wimbledon Champions	wimbledon-champions	US		0	America/Chicago	30.015	-95.5008	32			TX	201		
7209110	Wimbledon Country	wimbledon-country	US		0	America/Chicago	30.1118	-95.5592	44			TX	201		
7209111	Wimbledon Estates	wimbledon-estates	US		0	America/Chicago	30.0174	-95.5148	35			TX	201		
7209112	Winchester Country	winchester-country	US		0	America/Chicago	29.9156	-95.568	36			TX	201		
7209113	Windfern Forest	windfern-forest	US		0	America/Chicago	29.892	-95.5404	33			TX	201		
7209114	Winding Way Estates	winding-way-estates	US		0	America/Chicago	29.5093	-95.1826	8			TX	167		
7209115	Windsong	windsong	US		0	America/Chicago	29.4953	-95.219	11			TX	167		
7209116	Windsong	windsong	US		0	America/Chicago	29.8543	-95.6773	39			TX	201		
7209117	Windsor Estates	windsor-estates	US		0	America/Chicago	29.4758	-95.2283	11			TX	167		
7209118	Windsor Forest	windsor-forest	US		0	America/Chicago	30.0791	-95.4613	41			TX	201		
7209119	Windsor Park Lakes	windsor-park-lakes	US		0	America/Chicago	29.7636	-95.7084	32			TX	201		
7209120	Windstone	windstone	US		0	America/Chicago	29.8418	-95.7093	40			TX	201		
7209121	Windwood	windwood	US		0	America/Chicago	29.6271	-95.3614	15			TX	201		
7209122	Winterwood Village	winterwood-village	US		0	America/Chicago	29.8213	-95.2058	11			TX	201		
7209123	Wood Fern	wood-fern	US		0	America/Chicago	29.8284	-95.6886	36			TX	201		
7209124	Wood Forest	wood-forest	US		0	America/Chicago	29.7957	-95.1977	10			TX	201		
7209125	Wood Forest North	wood-forest-north	US		0	America/Chicago	29.8018	-95.1855	10			TX	201		
7209126	Woodcreek	woodcreek	US		0	America/Chicago	29.5532	-95.2342	12			TX	039		
7209127	Woodedge Village	woodedge-village	US		0	America/Chicago	29.9485	-95.5812	40			TX	201		
7209128	Woodglen	woodglen	US		0	America/Chicago	29.8588	-95.2564	17			TX	201		
7209129	Woodland Heights	woodland-heights	US		0	America/Chicago	29.7846	-95.3806	15			TX	201		
7209130	Woodland Hills Village	woodland-hills-village	US		0	America/Chicago	30.0665	-95.2251	24			TX	201		
7209131	Woodland Oaks	woodland-oaks	US		0	America/Chicago	29.8932	-95.5057	31			TX	201		
7209132	Woodmeadow	woodmeadow	US		0	America/Chicago	29.5915	-95.2109	10			TX	201		
7209133	Woods of Lakeside	woods-of-lakeside	US		0	America/Chicago	29.7555	-95.5804	24			TX	201		
7209134	Woods of Wimbledon	woods-of-wimbledon	US		0	America/Chicago	29.9989	-95.5182	38			TX	201		
7209135	Woodsdale	woodsdale	US		0	America/Chicago	29.8733	-95.3551	21			TX	201		
7209137	Woodside Plaza	woodside-plaza	US		0	America/Chicago	29.6778	-95.4366	17			TX	201		
7209138	Wynnewood Acres	wynnewood-acres	US		0	America/Chicago	29.808	-95.2378	12			TX	201		
7209139	Yale Gardens	yale-gardens	US		0	America/Chicago	29.8986	-95.4592	29			TX	201		
7209140	Yorkridge Center	yorkridge-center	US		0	America/Chicago	29.8577	-95.6058	35			TX	201		
7209142	Yorktown Colony	yorktown-colony	US		0	America/Chicago	29.8745	-95.6327	38			TX	201		
7209234	Settlers Village	settlers-village	US		0	America/Chicago	29.8709	-95.7315	43			TX	201		
7209235	Shadow Glen	shadow-glen	US		0	America/Chicago	29.7922	-95.1316	9			TX	201		
7209236	Shadow Lake Estates	shadow-lake-estates	US		0	America/Chicago	30.095	-95.2177	29			TX	339		
7209237	Shadowlake Estates	shadowlake-estates	US		0	America/Chicago	29.8934	-95.2614	18			TX	201		
7209238	Shady Acres	shady-acres	US		0	America/Chicago	29.7977	-95.4156	16			TX	201		
7209239	Shady Oaks	shady-oaks	US		0	America/Chicago	29.6164	-95.0023	5			TX	201		
7209240	Shady Timbers	shady-timbers	US		0	America/Chicago	29.8493	-95.3165	18			TX	201		
7209241	Shamrock Manor	shamrock-manor	US		0	America/Chicago	29.6226	-95.3654	16			TX	201		
7209242	Shannon Forest	shannon-forest	US		0	America/Chicago	30.037	-95.5427	42			TX	201		
7209243	Sheeran Estates	sheeran-estates	US		0	America/Chicago	29.5185	-95.2064	9			TX	167		
7209244	Sheldon Acres	sheldon-acres	US		0	America/Chicago	29.859	-95.1422	13			TX	201		
7209245	Shepherd Trace	shepherd-trace	US		0	America/Chicago	29.7581	-95.602	24			TX	201		
7209246	Sheraton Oaks	sheraton-oaks	US		0	America/Chicago	29.8591	-95.4678	24			TX	201		
7209248	Sherwood Oaks	sherwood-oaks	US		0	America/Chicago	29.7882	-95.5833	28			TX	201		
7209249	Sherwood Trails Village	sherwood-trails-village	US		0	America/Chicago	30.0649	-95.2025	22			TX	201		
7209250	Shiloh Lake Estates	shiloh-lake-estates	US		0	America/Chicago	29.6437	-95.6859	25			TX	157		
7209252	Silvermill	silvermill	US		0	America/Chicago	29.819	-95.7075	38			TX	201		
7209253	Sleepy Hollow	sleepy-hollow	US		0	America/Chicago	29.5557	-95.2326	11			TX	039		
7209254	Smallwood Terrace	smallwood-terrace	US		0	America/Chicago	29.6734	-95.349	14			TX	201		
7209255	Somerall	somerall	US		0	America/Chicago	29.8835	-95.6573	40			TX	201		
7209256	Songwood	songwood	US		0	America/Chicago	29.7766	-95.2472	9			TX	201		
7209257	South Acres	south-acres	US		0	America/Chicago	29.6463	-95.3541	12			TX	201		
7209259	South Houston Gardens	south-houston-gardens	US		0	America/Chicago	29.661	-95.2539	11			TX	201		
7209260	South Main Plaza	south-main-plaza	US		0	America/Chicago	29.6124	-95.4813	20			TX	201		
7209261	South Shore Village	south-shore-village	US		0	America/Chicago	29.5233	-95.0447	5			TX	167		
7209262	Southampton Place	southampton-place	US		0	America/Chicago	29.7228	-95.407	15			TX	201		
7209263	Southbrook	southbrook	US		0	America/Chicago	29.9524	-95.4137	27			TX	201		
7209264	Southdown	southdown	US		0	America/Chicago	29.5732	-95.3666	17			TX	039		
7209265	Southdown Village	southdown-village	US		0	America/Chicago	29.8911	-95.65	40			TX	201		
7209266	Southwest Manor	southwest-manor	US		0	America/Chicago	29.6291	-95.4594	19			TX	201		
7209267	Southwood Place	southwood-place	US		0	America/Chicago	29.6468	-95.503	20			TX	201		
7209268	Southwyck	southwyck	US		0	America/Chicago	29.5383	-95.3528	17			TX	039		
7209269	Spears Village	spears-village	US		0	America/Chicago	29.9615	-95.2834	23			TX	201		
7209270	Spenwick Place	spenwick-place	US		0	America/Chicago	29.6668	-95.0921	7			TX	201		
7209271	Spring Branch Acres	spring-branch-acres	US		0	America/Chicago	29.8284	-95.513	26			TX	201		
7209272	Spring Branch Gardens	spring-branch-gardens	US		0	America/Chicago	29.8032	-95.5127	25			TX	201		
7209273	Spring Creek Forest	spring-creek-forest	US		0	America/Chicago	30.0417	-95.5019	40			TX	201		
7209274	Spring Lakes	spring-lakes	US		0	America/Chicago	30.0669	-95.4247	35			TX	201		
7209275	Spring Meadows	spring-meadows	US		0	America/Chicago	29.8284	-95.5722	31			TX	201		
7209277	Stadium Estates	stadium-estates	US		0	America/Chicago	29.6859	-95.1835	11			TX	201		
7209279	Sterling Green	sterling-green	US		0	America/Chicago	29.8013	-95.1472	10			TX	201		
7209280	Sterling Green South	sterling-green-south	US		0	America/Chicago	29.7958	-95.1553	10			TX	201		
7209281	Sterling Wood	sterling-wood	US		0	America/Chicago	29.5141	-95.1952	7			TX	167		
7209282	Stone Heights	stone-heights	US		0	America/Chicago	29.8106	-95.3874	19			TX	201		
7209283	Stratford Park	stratford-park	US		0	America/Chicago	29.6314	-95.6782	25			TX	157		
7209286	Summerwood	summerwood	US		0	America/Chicago	29.9318	-95.1796	17			TX	201		
7209287	Sun Meadow	sun-meadow	US		0	America/Chicago	29.4843	-95.2229	11			TX	167		
7209289	Sundown Glen	sundown-glen	US		0	America/Chicago	29.8124	-95.7298	38			TX	201		
7209290	Sunnyside Gardens	sunnyside-gardens	US		0	America/Chicago	29.657	-95.3525	14			TX	201		
7209291	Sunpark	sunpark	US		0	America/Chicago	29.5101	-95.1951	8			TX	167		
7209292	Sunset Meadows	sunset-meadows	US		0	America/Chicago	29.5279	-95.2183	10			TX	167		
7209293	Sunwood	sunwood	US		0	America/Chicago	29.5085	-95.1933	8			TX	167		
7209294	Tall Cedars	tall-cedars	US		0	America/Chicago	29.9561	-95.0842	17			TX	201		
7209295	Tallowwood	tallowwood	US		0	America/Chicago	29.956	-95.5705	40			TX	201		
7209297	Tealbrook Reservation	tealbrook-reservation	US		0	America/Chicago	29.8855	-95.7134	42			TX	201		
7209298	Terramare	terramare	US		0	America/Chicago	29.9605	-95.0786	17			TX	201		
7209299	Terranova	terranova	US		0	America/Chicago	30.0271	-95.494	37			TX	201		
7209300	The Forest	the-forest	US		0	America/Chicago	29.5501	-95.2024	9			TX	167		
7209301	The Oaks of Woodlake	the-oaks-of-woodlake	US		0	America/Chicago	29.7449	-95.5515	23			TX	201		
7209302	Three Lakes East	three-lakes-east	US		0	America/Chicago	30.0463	-95.5953	49			TX	201		
7209303	Thunderbird West	thunderbird-west	US		0	America/Chicago	29.572	-95.5564	21			TX	157		
7209304	Tiffany Gardens	tiffany-gardens	US		0	America/Chicago	29.617	-95.4626	17			TX	201		
7209305	Timber Forest	timber-forest	US		0	America/Chicago	29.9804	-95.2017	21			TX	201		
7209306	Timber Grove Manor	timber-grove-manor	US		0	America/Chicago	29.7982	-95.43	20			TX	201		
7209307	Timber Lane	timber-lane	US		0	America/Chicago	30.0482	-95.3961	33			TX	201		
7209308	Timber Oaks	timber-oaks	US		0	America/Chicago	29.8048	-95.5599	29			TX	201		
7209309	Tower Oak Bend	tower-oak-bend	US		0	America/Chicago	29.9575	-95.5974	41			TX	201		
7209310	Tower Oak Plaza	tower-oak-plaza	US		0	America/Chicago	29.9638	-95.6004	41			TX	201		
7209311	Tower Oaks	tower-oaks	US		0	America/Chicago	29.9494	-95.6057	41			TX	201		
7209312	Tower Oaks Meadows	tower-oaks-meadows	US		0	America/Chicago	29.9387	-95.6243	41			TX	201		
7209313	Townpark	townpark	US		0	America/Chicago	29.714	-95.5434	23			TX	201		
7209314	Traweek Gardens	traweek-gardens	US		0	America/Chicago	29.9137	-95.3965	26			TX	201		
7209317	Two Worlds	two-worlds	US		0	America/Chicago	29.6938	-95.5985	25			TX	201		
7209318	University Green	university-green	US		0	America/Chicago	29.5654	-95.1087	6			TX	201		
7209319	University Oaks	university-oaks	US		0	America/Chicago	29.7156	-95.3524	12			TX	201		
7209321	Vacarro Manor	vacarro-manor	US		0	America/Chicago	29.6296	-95.5423	23			TX	157		
7209322	Val Verde East	val-verde-east	US		0	America/Chicago	29.6185	-95.288	15			TX	201		
7209323	Venetian Estates Section 2	venetian-estates-section-2	US		0	America/Chicago	29.6213	-95.6252	23			TX	157		
7209324	Village Green	village-green	US		0	America/Chicago	29.5436	-95.2152	10			TX	167		
7209325	Village Grove	village-grove	US		0	America/Chicago	29.6445	-95.1462	9			TX	201		
7209326	Village of Oak Lakes	village-of-oak-lakes	US		0	America/Chicago	29.6501	-95.6683	25			TX	157		
7209327	Vita Villas	vita-villas	US		0	America/Chicago	29.6525	-95.1679	10			TX	201		
7209328	Walden on Lake Houston	walden-on-lake-houston	US		0	America/Chicago	29.9913	-95.1482	18			TX	201		
7209329	Waldenwood	waldenwood	US		0	America/Chicago	30.09	-95.5752	49			TX	201		
7209330	Wallsville Gardens	wallsville-gardens	US		0	America/Chicago	29.8026	-95.2282	12			TX	201		
7213608	Oasis Mobile Home Park	oasis-mobile-home-park	US		0	America/Chicago	38.79555	-94.52926	314			MO	037	50564	
7213609	Olson Acres	olson-acres	US		0	America/Chicago	38.78322	-94.51566	305			MO	037	50564	
7215048	Kenwood Gables	kenwood-gables	US		0	America/Chicago	44.9666	-93.2892	267			MN	053	43000	
7216217	Armenia Court	armenia-court	US		0	America/New_York	28.0164	-82.4857	14			FL	057		
7216218	Armenia Estates	armenia-estates	US		0	America/New_York	27.9832	-82.4858	9			FL	057		
7216219	Armenia Gardens	armenia-gardens	US		0	America/New_York	27.9915	-82.4856	12			FL	057		
7216220	Armenia Heights	armenia-heights	US		0	America/New_York	28.0372	-82.4814	13			FL	057		
7216221	Armenia Terrace	armenia-terrace	US		0	America/New_York	28.0014	-82.486	12			FL	057		
7216222	Armijo Acres	armijo-acres	US		0	America/New_York	27.9649	-82.0961	33			FL	057		
7216223	Armistead Manor	armistead-manor	US		0	America/New_York	28.1026	-82.5579	13			FL	057		
7216224	Arrand Heights	arrand-heights	US		0	America/New_York	28.0006	-82.4399	18			FL	057		
7216225	Arrawana Park	arrawana-park	US		0	America/New_York	27.9431	-82.4885	6			FL	057		
7216226	Arrow Pointe Estates	arrow-pointe-estates	US		0	America/New_York	28.0585	-82.3202	14			FL	057		
7216227	Arrowhead Estates	arrowhead-estates	US		0	America/New_York	28.0627	-82.3178	15			FL	057		
7216228	Arthur Estates	arthur-estates	US		0	America/New_York	28.0275	-82.516	9			FL	057		
7216230	Ashbrook	ashbrook	US		0	America/New_York	27.9789	-82.186	28			FL	057		
7216231	Ashley Estates	ashley-estates	US		0	America/New_York	27.941	-82.1727	25			FL	057		
7216232	Ashley Oaks Mobile Home Park	ashley-oaks-mobile-home-park	US		0	America/New_York	27.9865	-82.3465	13			FL	057		
7216233	Ashlin Estates	ashlin-estates	US		0	America/New_York	28.0523	-82.1804	29			FL	057		
7216234	Askew	askew	US		0	America/New_York	27.9613	-82.4493	11			FL	057		
7216235	Askew Heights	askew-heights	US		0	America/New_York	27.962	-82.4508	12			FL	057		
7216236	Aston Villas	aston-villas	US		0	America/New_York	28.058	-82.634	3			FL	057		
7216237	Auburn Highlands	auburn-highlands	US		0	America/New_York	28.0199	-82.4854	14			FL	057		
7216238	Audubon Park	audubon-park	US		0	America/New_York	27.9258	-82.5238	1			FL	057		
7216240	Austin Oaks	austin-oaks	US		0	America/New_York	27.9751	-82.2383	21			FL	057		
7216242	Avalon Heights	avalon-heights	US		0	America/New_York	28.008	-82.4575	11			FL	057		
7216243	Avalon Terrace	avalon-terrace	US		0	America/New_York	27.899	-82.262	25			FL	057		
7216244	Avelar Creek South	avelar-creek-south	US		0	America/New_York	27.8045	-82.3384	14			FL	057		
7216245	Avendale	avendale	US		0	America/New_York	28.1178	-82.4264	11			FL	057		
7216246	Avery Oaks	avery-oaks	US		0	America/New_York	28.0497	-82.5602	7			FL	057		
7216247	Avon Springs	avon-springs	US		0	America/New_York	28.0157	-82.4592	8			FL	057		
7216249	Avondale Groves	avondale-groves	US		0	America/New_York	27.9521	-82.0937	36			FL	057		
7216250	Ayalas Grove	ayalas-grove	US		0	America/New_York	28.0099	-82.4824	11			FL	057		
7216251	Azalea Gardens	azalea-gardens	US		0	America/New_York	27.9806	-82.464	7			FL	057		
7216252	Azalea Gardens Estates	azalea-gardens-estates	US		0	America/New_York	28.0446	-82.4622	9			FL	057		
7216253	Azalea Terrace	azalea-terrace	US		0	America/New_York	27.9236	-82.525	2			FL	057		
7216254	Azeele Heights	azeele-heights	US		0	America/New_York	27.942	-82.5294	2			FL	057		
7216255	Azeele Park	azeele-park	US		0	America/New_York	27.9421	-82.5089	5			FL	057		
7216256	Azure Estates	azure-estates	US		0	America/New_York	28.0624	-82.4372	10			FL	057		
7216257	B And J Estates	b-and-j-estates	US		0	America/New_York	28.046	-82.197	28			FL	057		
7216258	Badgers Lair	badgers-lair	US		0	America/New_York	28.0866	-82.2514	18			FL	057		
7216259	Baker Acres	baker-acres	US		0	America/New_York	28.0528	-82.1907	28			FL	057		
7216260	Bakers Addition	bakers-addition	US		0	America/New_York	27.9634	-82.4332	6			FL	057		
7216261	Balincort Heights	balincort-heights	US		0	America/New_York	28.0487	-82.4529	11			FL	057		
7216263	Ballard Park	ballard-park	US		0	America/New_York	28.0219	-82.4822	8			FL	057		
7216264	Ballast Point Heights	ballast-point-heights	US		0	America/New_York	27.8868	-82.4889	2			FL	057		
7216265	Ballinger Estates	ballinger-estates	US		0	America/New_York	28.1433	-82.4728	20			FL	057		
7216266	Balm Gardens	balm-gardens	US		0	America/New_York	27.7474	-82.259	35			FL	057		
7216267	Balo	balo	US		0	America/New_York	27.9876	-82.4364	15			FL	057		
7216269	Banner Oaks	banner-oaks	US		0	America/New_York	28.0613	-82.4645	12			FL	057		
7216270	Barbara Heights	barbara-heights	US		0	America/New_York	28.0412	-82.4326	12			FL	057		
7216271	Barbara Lane	barbara-lane	US		0	America/New_York	27.9409	-82.53	1			FL	057		
7216272	Barbers Lakeview	barbers-lakeview	US		0	America/New_York	28.0484	-82.28	21			FL	057		
7216274	Barlee	barlee	US		0	America/New_York	28.024	-82.1234	39			FL	057		
7216275	Barmac	barmac	US		0	America/New_York	27.9491	-82.4964	7			FL	057		
7216276	Barnelia	barnelia	US		0	America/New_York	27.933	-82.5094	5			FL	057		
7216278	Barr City	barr-city	US		0	America/New_York	27.8983	-82.4958	4			FL	057		
7216279	Barrett Manor	barrett-manor	US		0	America/New_York	28.026	-82.4077	18			FL	057		
7216281	Barrington Oaks East	barrington-oaks-east	US		0	America/New_York	27.9217	-82.2836	13			FL	057		
7216282	Barron Oaks	barron-oaks	US		0	America/New_York	27.9768	-82.1813	30			FL	057		
7216283	Bartons Country Estates	bartons-country-estates	US		0	America/New_York	28.0569	-82.2099	25			FL	057		
7216284	Bast	bast	US		0	America/New_York	28.0574	-82.4868	14			FL	057		
7216286	Bay Bluff	bay-bluff	US		0	America/New_York	27.904	-82.4913	1			FL	057		
7216287	Bay Breeze	bay-breeze	US		0	America/New_York	27.8773	-82.5124	3			FL	057		
7216288	Bay Crest Park	bay-crest-park	US		0	America/New_York	27.99	-82.5785	1			FL	057		
7216289	Bay Hills Village	bay-hills-village	US		0	America/New_York	28.0552	-82.3006	14			FL	057		
7216290	Bay Lake	bay-lake	US		0	America/New_York	28.0738	-82.5059	15			FL	057		
7216291	Bay Port Colony	bay-port-colony	US		0	America/New_York	27.9996	-82.6001	0			FL	057		
7216292	Bay View Estates	bay-view-estates	US		0	America/New_York	27.9248	-82.499	5			FL	057		
7216293	Bay Villa	bay-villa	US		0	America/New_York	27.9261	-82.4851	1			FL	057		
7216294	Bay Vista	bay-vista	US		0	America/New_York	27.7832	-82.4277	0			FL	057		
7216295	Baya Vista	baya-vista	US		0	America/New_York	27.8785	-82.4925	2			FL	057		
7216296	Bayamo	bayamo	US		0	America/New_York	27.954	-82.4858	7			FL	057		
7216297	Bayfair	bayfair	US		0	America/New_York	27.9105	-82.492	4			FL	057		
7216298	Bayhaven	bayhaven	US		0	America/New_York	27.8671	-82.4914	2			FL	057		
7216299	Bayhill Estates	bayhill-estates	US		0	America/New_York	27.8769	-82.4881	1			FL	057		
7216300	Bayland Oaks	bayland-oaks	US		0	America/New_York	28.0189	-82.2789	23			FL	057		
7216301	Bayonnes at Cheval	bayonnes-at-cheval	US		0	America/New_York	28.1541	-82.5081	18			FL	057		
7216302	Bayou Pass Village	bayou-pass-village	US		0	America/New_York	27.7046	-82.4041	11			FL	057		
7216303	Baypointe	baypointe	US		0	America/New_York	27.8939	-82.4864	2			FL	057		
7216304	Bayport Village	bayport-village	US		0	America/New_York	27.995	-82.5994	0			FL	057		
7216305	Bayport West	bayport-west	US		0	America/New_York	28.0159	-82.6099	2			FL	057		
7216306	Bayshore and Interbay Village	bayshore-and-interbay-village	US		0	America/New_York	27.8833	-82.4863	1			FL	057		
7216307	Bayshore Beautiful	bayshore-beautiful	US		0	America/New_York	27.8976	-82.4916	3			FL	057		
7216308	Bayshore Court	bayshore-court	US		0	America/New_York	27.8963	-82.4913	2			FL	057		
7216309	Bayshore Crest	bayshore-crest	US		0	America/New_York	27.9013	-82.492	3			FL	057		
7216310	Bayshore Estates	bayshore-estates	US		0	America/New_York	27.9396	-82.53	2			FL	057		
7216311	Bayshore Haven	bayshore-haven	US		0	America/New_York	27.8883	-82.4855	1			FL	057		
7216312	Bayshore Palms	bayshore-palms	US		0	America/New_York	27.8933	-82.4913	3			FL	057		
7216313	Bayshore Place	bayshore-place	US		0	America/New_York	27.9281	-82.4799	1			FL	057		
7216314	Bayshore Reserve	bayshore-reserve	US		0	America/New_York	27.868	-82.492	2			FL	057		
7216315	Bayshore West	bayshore-west	US		0	America/New_York	27.884	-82.4948	3			FL	057		
7216317	Bayside East	bayside-east	US		0	America/New_York	27.9942	-82.5968	1			FL	057		
7216318	Bayside Key	bayside-key	US		0	America/New_York	27.9999	-82.5961	1			FL	057		
7216319	Bayside South	bayside-south	US		0	America/New_York	27.9936	-82.6022	1			FL	057		
7216320	Bayside Village	bayside-village	US		0	America/New_York	27.9973	-82.6032	0			FL	057		
7216321	Bayside West	bayside-west	US		0	America/New_York	27.9978	-82.6066	0			FL	057		
7216322	Bayview Homes	bayview-homes	US		0	America/New_York	27.9238	-82.4956	4			FL	057		
7216323	Baywood	baywood	US		0	America/New_York	27.9385	-82.4698	1			FL	057		
7216324	Beach Club Estates	beach-club-estates	US		0	America/New_York	27.7875	-82.4199	0			FL	057		
7216325	Beach Park	beach-park	US		0	America/New_York	27.9376	-82.522	2			FL	057		
7216326	Beach Park Isle	beach-park-isle	US		0	America/New_York	27.9341	-82.5308	0	Beach Park Isle		FL	057		
7216327	Beach Park Place	beach-park-place	US		0	America/New_York	27.9425	-82.5187	3			FL	057		
7216328	Beach Way	beach-way	US		0	America/New_York	27.9346	-82.5161	4			FL	057		
7216329	Beacon Hill	beacon-hill	US		0	America/New_York	27.9982	-82.4379	17			FL	057		
7216330	Beacon Meadows	beacon-meadows	US		0	America/New_York	28.0535	-82.5235	13			FL	057		
7216331	Beans	beans	US		0	America/New_York	27.9439	-82.5268	2			FL	057		
7216332	Bearss Glen	bearss-glen	US		0	America/New_York	28.0835	-82.4577	15			FL	057		
7216333	Bearss Heights	bearss-heights	US		0	America/New_York	28.0861	-82.4565	16			FL	057		
7216334	Beau Rivage	beau-rivage	US		0	America/New_York	28.1538	-82.5119	18			FL	057		
7216335	Bel Grand	bel-grand	US		0	America/New_York	27.9422	-82.5196	3			FL	057		
7216336	Bel Hazzan	bel-hazzan	US		0	America/New_York	28.0268	-82.4775	8			FL	057		
7216337	Bel Mar Shores	bel-mar-shores	US		0	America/New_York	27.9143	-82.529	1			FL	057		
7216338	Bel Wil	bel-wil	US		0	America/New_York	27.9406	-82.493	6			FL	057		
7216339	Bell Creek Hammocks North	bell-creek-hammocks-north	US		0	America/New_York	27.8521	-82.2759	6			FL	057		
7216340	Bell Park	bell-park	US		0	America/New_York	27.9344	-82.5115	5			FL	057		
7216341	Bell Shoals Gardens	bell-shoals-gardens	US		0	America/New_York	27.92	-82.2709	19			FL	057		
7216342	Bella Farms	bella-farms	US		0	America/New_York	28.0371	-82.2791	23			FL	057		
7216343	Bella Mar	bella-mar	US		0	America/New_York	27.7806	-82.4306	0			FL	057		
7216345	Bella Vita	bella-vita	US		0	America/New_York	28.1035	-82.4796	16			FL	057		
7216346	Belle Glen	belle-glen	US		0	America/New_York	28.104	-82.5472	15			FL	057		
7216347	Belle Glen Addition	belle-glen-addition	US		0	America/New_York	28.1021	-82.547	16			FL	057		
7216348	Belle Meade	belle-meade	US		0	America/New_York	28.1028	-82.5551	15			FL	057		
7216349	Belle Timbre	belle-timbre	US		0	America/New_York	27.9016	-82.2714	13			FL	057		
7216350	Belle Vista	belle-vista	US		0	America/New_York	27.9087	-82.4919	4			FL	057		
7216351	Bellefield Village	bellefield-village	US		0	America/New_York	28.0539	-82.5302	11			FL	057		
7216352	Bellehurst Heights	bellehurst-heights	US		0	America/New_York	28.0046	-82.127	40			FL	057		
7216353	Bellingham Oaks	bellingham-oaks	US		0	America/New_York	28.0144	-82.5478	4			FL	057		
7216354	Belmack Acres	belmack-acres	US		0	America/New_York	28.1334	-82.6225	12			FL	057		
7216356	Belmont Heights	belmont-heights	US		0	America/New_York	27.9922	-82.4246	16			FL	057		
7216357	Belmont Heights Estates	belmont-heights-estates	US		0	America/New_York	27.973	-82.4379	13			FL	057		
7216358	Belt Court	belt-court	US		0	America/New_York	28.0521	-82.4534	11			FL	057		
7216359	Belvedere Acres	belvedere-acres	US		0	America/New_York	27.9554	-82.5024	8			FL	057		
7216360	Belvedere Park	belvedere-park	US		0	America/New_York	27.954	-82.5104	6			FL	057		
7216361	Belvedere Place	belvedere-place	US		0	America/New_York	27.9733	-82.4491	13			FL	057		
7216362	Belvoir	belvoir	US		0	America/New_York	27.9734	-82.4525	11			FL	057		
7216364	Benjamins Farms	benjamins-farms	US		0	America/New_York	27.9887	-82.5479	4			FL	057		
7216365	Bennett Acres	bennett-acres	US		0	America/New_York	28.0497	-82.2254	22			FL	057		
7216366	Bennett Ranch	bennett-ranch	US		0	America/New_York	28.0416	-82.2104	24			FL	057		
7216367	Bens	bens	US		0	America/New_York	28.0025	-82.404	15			FL	057		
7216369	Bent Tree	bent-tree	US		0	America/New_York	27.9262	-82.2342	29			FL	057		
7216370	Bent Tree Estates	bent-tree-estates	US		0	America/New_York	27.9188	-82.2387	30			FL	057		
7216371	Bent Tree Place	bent-tree-place	US		0	America/New_York	28.0481	-82.5032	13			FL	057		
7216372	Berkeley Square	berkeley-square	US		0	America/New_York	28.0546	-82.6249	3			FL	057		
7216373	Berkford Place	berkford-place	US		0	America/New_York	28.0859	-82.5727	14			FL	057		
7216374	Berriman Place	berriman-place	US		0	America/New_York	27.9079	-82.4958	5			FL	057		
7216375	Berry Landing	berry-landing	US		0	America/New_York	27.939	-82.0776	32			FL	057		
7216376	Berry Road Estates	berry-road-estates	US		0	America/New_York	27.9538	-82.0862	34			FL	057		
7216377	Berryhill	berryhill	US		0	America/New_York	27.9629	-82.3905	8			FL	057		
7216378	Bethel Heights	bethel-heights	US		0	America/New_York	27.9793	-82.4253	16			FL	057		
7216379	Bettis	bettis	US		0	America/New_York	27.9984	-82.4654	5			FL	057		
7216380	Betty Jean Heights	betty-jean-heights	US		0	America/New_York	28.0003	-82.4032	16			FL	057		
7216382	Beverly Park	beverly-park	US		0	America/New_York	27.9475	-82.519	4			FL	057		
7216383	Biarritz Village	biarritz-village	US		0	America/New_York	28.1479	-82.5148	18			FL	057		
7216384	Big Daddy Estates	big-daddy-estates	US		0	America/New_York	28.1343	-82.2846	13			FL	057		
7216385	Big Oaks	big-oaks	US		0	America/New_York	27.986	-82.4388	15			FL	057		
7216386	Big Pines	big-pines	US		0	America/New_York	27.991	-82.3017	19			FL	057		
7216387	Big Water	big-water	US		0	America/New_York	28.0269	-82.0693	43			FL	057		
7216388	Bimini Bay	bimini-bay	US		0	America/New_York	27.7733	-82.4034	1			FL	057		
7216389	Bindshedler	bindshedler	US		0	America/New_York	27.775	-82.4132	1			FL	057		
7216392	Blackstone at Bay Park	blackstone-at-bay-park	US		0	America/New_York	27.7227	-82.4123	4			FL	057		
7216393	Blain Acres	blain-acres	US		0	America/New_York	28.0421	-82.1332	34			FL	057		
7216394	Blakes	blakes	US		0	America/New_York	27.9698	-82.4561	14			FL	057		
7216395	Blessed Estates	blessed-estates	US		0	America/New_York	28.1261	-82.4418	19			FL	057		
7216397	Bloomingdale Oaks	bloomingdale-oaks	US		0	America/New_York	27.8915	-82.2566	20			FL	057		
7216398	Bloomingdale Ridge	bloomingdale-ridge	US		0	America/New_York	27.886	-82.325	12			FL	057		
7216399	Bloomingdale Trails	bloomingdale-trails	US		0	America/New_York	27.8923	-82.29944	8			FL	057		
7216400	Bloomingdale Village	bloomingdale-village	US		0	America/New_York	27.9031	-82.2811	15			FL	057		
7216401	Bloomingdale Villas	bloomingdale-villas	US		0	America/New_York	27.8949	-82.2827	10			FL	057		
7216402	Blue Moon Court	blue-moon-court	US		0	America/New_York	27.97905	-82.45791	12			FL	057		
7216403	Blue Sky Acres	blue-sky-acres	US		0	America/New_York	28.0697	-82.156	32			FL	057		
7216406	Bon Air West	bon-air-west	US		0	America/New_York	27.9435	-82.5067	7			FL	057		
7216408	Bonnie Brae	bonnie-brae	US		0	America/New_York	27.933	-82.5074	5			FL	057		
7216409	Bonniebrook Estates	bonniebrook-estates	US		0	America/New_York	28.1397	-82.4415	20			FL	057		
7216410	Bonniehaven	bonniehaven	US		0	America/New_York	27.9679	-82.4502	13			FL	057		
7216411	Bonniehurst	bonniehurst	US		0	America/New_York	27.9622	-82.452	13			FL	057		
7216412	Bonnieventure	bonnieventure	US		0	America/New_York	27.974	-82.4518	12			FL	057		
7216413	Bonterra	bonterra	US		0	America/New_York	27.9352	-82.2414	16			FL	057		
7216414	Booker T Park	booker-t-park	US		0	America/New_York	27.986	-82.415	16			FL	057		
7216415	Boone Acres	boone-acres	US		0	America/New_York	28.0489	-82.186	29			FL	057		
7216416	Boran	boran	US		0	America/New_York	27.9989	-82.3883	18			FL	057		
7216417	Bordeaux Estates	bordeaux-estates	US		0	America/New_York	28.1593	-82.4282	19			FL	057		
7216418	Bougainvillea Oaks	bougainvillea-oaks	US		0	America/New_York	28.0431	-82.4316	11			FL	057		
7216419	Bougenvista	bougenvista	US		0	America/New_York	28.0427	-82.4564	10			FL	057		
7216420	Boulevard Heights	boulevard-heights	US		0	America/New_York	27.8943	-82.4907	3			FL	057		
7216421	Boulevard Villas	boulevard-villas	US		0	America/New_York	27.9149	-82.349	9			FL	057		
7216422	Bour Lands	bour-lands	US		0	America/New_York	27.998	-82.4865	13			FL	057		
7216423	Bowman Heights	bowman-heights	US		0	America/New_York	27.9679	-82.4788	6			FL	057		
7216424	Boyette Creek	boyette-creek	US		0	America/New_York	27.8465	-82.2675	22			FL	057		
7216425	Boyette Farms	boyette-farms	US		0	America/New_York	27.8626	-82.3033	17			FL	057		
7216426	Boyette Ridge Estates	boyette-ridge-estates	US		0	America/New_York	27.8362	-82.26	21			FL	057		
7216427	Boyles	boyles	US		0	America/New_York	27.9332	-82.5062	5			FL	057		
7216428	Bracewell Heights	bracewell-heights	US		0	America/New_York	28.0361	-82.1155	36			FL	057		
7216430	Braemar	braemar	US		0	America/New_York	27.7392	-82.4333	1			FL	057		
7216431	Branch Haven	branch-haven	US		0	America/New_York	28.0364	-82.1859	29			FL	057		
7216432	Branda Vista	branda-vista	US		0	America/New_York	27.9586	-82.2828	20			FL	057		
7216658	Aarons Place	aarons-place	US		0	America/New_York	27.995	-82.2226	30			FL	057		
7216659	Abbey Grove	abbey-grove	US		0	America/New_York	27.9224	-82.2398	34			FL	057		
7216660	Abbey Trace	abbey-trace	US		0	America/New_York	27.9722	-82.2547	19			FL	057		
7216661	Aberdeen Creek	aberdeen-creek	US		0	America/New_York	27.8627	-82.3053	16			FL	057		
7216662	Aberdeen on Glen	aberdeen-on-glen	US		0	America/New_York	27.9378	-82.4997	6			FL	057		
7216663	Abraham Acres	abraham-acres	US		0	America/New_York	28.0562	-82.194	26			FL	057		
7216664	Ad Mer	ad-mer	US		0	America/New_York	27.9495	-82.5211	3			FL	057		
7216665	Adamo Acres	adamo-acres	US		0	America/New_York	27.945	-82.3719	3			FL	057		
7216666	Al Dana Park	al-dana-park	US		0	America/New_York	27.9971	-82.4937	12			FL	057		
7216667	Al Mar	al-mar	US		0	America/New_York	27.8947	-82.5106	3			FL	057		
7216668	Alabama	alabama	US		0	America/New_York	28.0106	-82.1184	38			FL	057		
7216669	Alafia Cove	alafia-cove	US		0	America/New_York	27.862	-82.3146	3			FL	057		
7216670	Alafia Estates	alafia-estates	US		0	America/New_York	27.8818	-82.2975	3			FL	057		
7216671	Alafia Oaks	alafia-oaks	US		0	America/New_York	27.8687	-82.3207	2			FL	057		
7216672	Alafia Ranch	alafia-ranch	US		0	America/New_York	27.8472	-82.1058	18			FL	057		
7216673	Alafia Ridge Estates, Plant City	alafia-ridge-estates-plant-city	US		0	America/New_York	27.8827	-82.1247	19			FL	057		
7216674	Alafia River Country Meadows	alafia-river-country-meadows	US		0	America/New_York	27.8616	-82.3406	3			FL	057		
7216675	Alafia River Estates	alafia-river-estates	US		0	America/New_York	27.8538	-82.3516	6			FL	057		
7216676	Alafia Shores	alafia-shores	US		0	America/New_York	27.8532	-82.3664	0			FL	057		
7216678	Alavista	alavista	US		0	America/New_York	27.8515	-82.3629	4			FL	057		
7216680	Alderman	alderman	US		0	America/New_York	27.9838	-82.0695	40			FL	057		
7216681	Alderman-Carlton Ranchettes	alderman-carlton-ranchettes	US		0	America/New_York	27.7323	-82.2405	32			FL	057		
7216682	Aldermans Addition	aldermans-addition	US		0	America/New_York	28.0151	-82.1321	37			FL	057		
7216683	Alexanders Acres	alexanders-acres	US		0	America/New_York	28.0593	-82.1474	32			FL	057		
7216684	Alexandria Place	alexandria-place	US		0	America/New_York	27.9402	-82.3393	8			FL	057		
7216685	Alexus Estates	alexus-estates	US		0	America/New_York	27.7617	-82.2585	41			FL	057		
7216687	Alfredo Trujillo	alfredo-trujillo	US		0	America/New_York	27.9869	-82.5646	1			FL	057		
7216688	Alice Heights	alice-heights	US		0	America/New_York	27.9846	-82.4671	6			FL	057		
7216689	Alice Winter Gardens	alice-winter-gardens	US		0	America/New_York	27.9425	-82.1272	31			FL	057		
7216690	All Bright Shores	all-bright-shores	US		0	America/New_York	28.0873	-82.4765	15			FL	057		
7216691	All Green	all-green	US		0	America/New_York	28.0234	-82.2236	23			FL	057		
7216692	Alldredge	alldredge	US		0	America/New_York	28.1614	-82.5682	17			FL	057		
7216693	Allen Peacock	allen-peacock	US		0	America/New_York	28.0388	-82.1809	30			FL	057		
7216695	Allendale Acres	allendale-acres	US		0	America/New_York	27.8452	-82.3837	2			FL	057		
7216696	Allens	allens	US		0	America/New_York	27.8306	-82.3821	2			FL	057		
7216697	Allens Cove	allens-cove	US		0	America/New_York	27.8948	-82.1684	12			FL	057		
7216698	Allerton Park	allerton-park	US		0	America/New_York	27.8766	-82.4976	3			FL	057		
7216699	Alligator Bobs	alligator-bobs	US		0	America/New_York	28.0743	-82.2045	25			FL	057		
7216700	Alma Heights	alma-heights	US		0	America/New_York	27.9631	-82.4177	8			FL	057		
7216701	Almans Acres	almans-acres	US		0	America/New_York	28.0273	-82.493	15			FL	057		
7216702	Almima	almima	US		0	America/New_York	28.0199	-82.4767	6			FL	057		
7216705	Alta Vista Tracts	alta-vista-tracts	US		0	America/New_York	27.8815	-82.5132	3			FL	057		
7216706	Altamira Heights	altamira-heights	US		0	America/New_York	27.9833	-82.4234	15			FL	057		
7216707	Altamonte Heights	altamonte-heights	US		0	America/New_York	28.0024	-82.4378	19			FL	057		
7216708	Altos Verdes	altos-verdes	US		0	America/New_York	28.0283	-82.425	11			FL	057		
7216710	Amaya Estates	amaya-estates	US		0	America/New_York	27.896	-82.2868	9			FL	057		
7216711	Amber Place	amber-place	US		0	America/New_York	27.9751	-82.3711	9			FL	057		
7216712	Amber Sweet Farms	amber-sweet-farms	US		0	America/New_York	27.762	-82.2662	38			FL	057		
7216713	Amberwave Estates	amberwave-estates	US		0	America/New_York	27.7429	-82.2552	33			FL	057		
7216715	American Gardens	american-gardens	US		0	America/New_York	28.002	-82.2884	29			FL	057		
7216716	Americana	americana	US		0	America/New_York	28.0485	-82.5765	6			FL	057		
7216717	Amys Acres	amys-acres	US		0	America/New_York	27.9737	-82.2825	20			FL	057		
7216718	Ana Julia Estates	ana-julia-estates	US		0	America/New_York	28.0166	-82.4016	8			FL	057		
7216719	Anadell	anadell	US		0	America/New_York	27.9421	-82.513	4			FL	057		
7216720	Ancient Oak	ancient-oak	US		0	America/New_York	28.057	-82.2009	26			FL	057		
7216721	Andalucia	andalucia	US		0	America/New_York	27.7763	-82.4324	0			FL	057		
7216723	Andover Village	andover-village	US		0	America/New_York	28.0495	-82.5364	10			FL	057		
7216724	Andrea	andrea	US		0	America/New_York	27.9388	-82.5105	5			FL	057		
7216726	Andrews Estates	andrews-estates	US		0	America/New_York	27.7579	-82.2795	30			FL	057		
7216727	Angel Farms Estates	angel-farms-estates	US		0	America/New_York	28.1664	-82.5565	18			FL	057		
7216728	Angel Run	angel-run	US		0	America/New_York	27.9495	-82.2342	22			FL	057		
7216729	Angelina Pines	angelina-pines	US		0	America/New_York	28.067	-82.4683	13			FL	057		
7216731	Anselmi Acres	anselmi-acres	US		0	America/New_York	27.923	-82.2552	29			FL	057		
7216732	Ansley Park	ansley-park	US		0	America/New_York	28.0277	-82.5143	10			FL	057		
7216733	Ansley Terrace	ansley-terrace	US		0	America/New_York	28.0591	-82.1715	30			FL	057		
7216734	Antioch Acres	antioch-acres	US		0	America/New_York	28.0772	-82.2504	14			FL	057		
7216735	Apache Trace	apache-trace	US		0	America/New_York	28.035	-82.0751	45			FL	057		
7216736	Apex Lake Estates	apex-lake-estates	US		0	America/New_York	28.0952	-82.4483	16			FL	057		
7216737	Apollo Key Village	apollo-key-village	US		0	America/New_York	27.7824	-82.4268	0			FL	057		
7216738	Appling Woods	appling-woods	US		0	America/New_York	28.0416	-82.197	31			FL	057		
7216739	Arabian Acres	arabian-acres	US		0	America/New_York	28.0193	-82.3783	8			FL	057		
7216740	Arbor Acres	arbor-acres	US		0	America/New_York	28.0074	-82.2344	23			FL	057		
7216741	Arbor Greene	arbor-greene	US		0	America/New_York	28.1381	-82.3265	15			FL	057		
7216742	Arbor Lakes	arbor-lakes	US		0	America/New_York	28.0901	-82.5901	11			FL	057		
7216743	Arbor Oaks	arbor-oaks	US		0	America/New_York	28.0147	-82.5002	12			FL	057		
7216744	Arbor Ridge	arbor-ridge	US		0	America/New_York	28.0468	-82.5406	12			FL	057		
7216745	Arbors at Freedom Plaza	arbors-at-freedom-plaza	US		0	America/New_York	27.715	-82.3672	10			FL	057		
7216747	Arista	arista	US		0	America/New_York	27.9546	-82.2472	18			FL	057		
7216748	Arlene Manor	arlene-manor	US		0	America/New_York	27.8869	-82.5201	3			FL	057		
7216751	Arlington Heights North	arlington-heights-north	US		0	America/New_York	27.9807	-82.4615	12			FL	057		
7216752	Arlington Heights West	arlington-heights-west	US		0	America/New_York	27.9788	-82.4661	7			FL	057		
7216753	Arlington Oaks	arlington-oaks	US		0	America/New_York	28.0825	-82.5015	17			FL	057		
7216754	Armenia Acres	armenia-acres	US		0	America/New_York	28.053	-82.4779	13			FL	057		
7216756	Cumberland Estates	cumberland-estates	US		0	America/New_York	28.0951	-82.5636	13			FL	057		
7216757	Cumberland Manors	cumberland-manors	US		0	America/New_York	28.0904	-82.5619	13			FL	057		
7216759	Curlin Place	curlin-place	US		0	America/New_York	28.0075	-82.4631	9			FL	057		
7216760	Curry Cove	curry-cove	US		0	America/New_York	28.1007	-82.4378	17			FL	057		
7216761	Cuscaden Grove	cuscaden-grove	US		0	America/New_York	27.9686	-82.4446	12			FL	057		
7216763	Cypress Cove	cypress-cove	US		0	America/New_York	28.1377	-82.4569	20			FL	057		
7216764	Cypress Creek Village	cypress-creek-village	US		0	America/New_York	27.7325	-82.3763	14			FL	057		
7216765	Cypress Estates	cypress-estates	US		0	America/New_York	27.954	-82.5159	5			FL	057		
7216766	Cypress Glen	cypress-glen	US		0	America/New_York	28.0341	-82.5116	11			FL	057		
7216767	Cypress Head	cypress-head	US		0	America/New_York	28.104	-82.4611	16			FL	057		
7216768	Cypress Hollow	cypress-hollow	US		0	America/New_York	28.0595	-82.5187	13			FL	057		
7216769	Cypress Lake Estates	cypress-lake-estates	US		0	America/New_York	28.1271	-82.566	15			FL	057		
7216770	Cypress Meadows	cypress-meadows	US		0	America/New_York	28.1085	-82.5081	18			FL	057		
7216771	Cypress Park	cypress-park	US		0	America/New_York	27.7138	-82.3679	10			FL	057		
7216772	Cypress Point	cypress-point	US		0	America/New_York	28.0186	-82.3777	8			FL	057		
7216773	Cypress Reserve	cypress-reserve	US		0	America/New_York	28.0743	-82.2204	22			FL	057		
7216774	Cypress Run	cypress-run	US		0	America/New_York	28.0724	-82.5108	17			FL	057		
7216775	Cypress Trace	cypress-trace	US		0	America/New_York	28.0837	-82.5274	15			FL	057		
7216776	Cypress Tree	cypress-tree	US		0	America/New_York	28.0287	-82.5681	6			FL	057		
7216777	Cypress Willows	cypress-willows	US		0	America/New_York	28.0299	-82.5095	10			FL	057		
7216778	Cypressview	cypressview	US		0	America/New_York	27.7326	-82.3554	11			FL	057		
7216779	D And E Acres	d-and-e-acres	US		0	America/New_York	27.9651	-82.0627	35			FL	057		
7216780	Daily	daily	US		0	America/New_York	28.0154	-82.1165	38			FL	057		
7216781	Daly	daly	US		0	America/New_York	28.1282	-82.5806	15			FL	057		
7216782	Dana Shores	dana-shores	US		0	America/New_York	27.9725	-82.5568	0			FL	057		
7216783	Daneli	daneli	US		0	America/New_York	28.0712	-82.4707	13			FL	057		
7216784	Daneli North	daneli-north	US		0	America/New_York	28.0746	-82.4704	14			FL	057		
7216785	Daniels Acres	daniels-acres	US		0	America/New_York	27.9477	-82.1895	18			FL	057		
7216786	Daphne Park	daphne-park	US		0	America/New_York	28.0008	-82.4972	11			FL	057		
7216787	Darby Lake	darby-lake	US		0	America/New_York	28.0047	-82.2627	12			FL	057		
7216788	Darcy	darcy	US		0	America/New_York	27.9631	-82.4167	8			FL	057		
7216789	Davies Country Acres, Plant City	davies-country-acres-plant-city	US		0	America/New_York	28.1251	-82.1493	27			FL	057		
7216791	Davis Acres	davis-acres	US		0	America/New_York	27.9797	-82.1771	33			FL	057		
7216792	Davis Estates	davis-estates	US		0	America/New_York	27.8649	-82.3612	6			FL	057		
7216793	Davis Terrace	davis-terrace	US		0	America/New_York	28.043	-82.3544	15			FL	057		
7216794	De Leon Park	de-leon-park	US		0	America/New_York	27.9825	-82.4563	14			FL	057		
7216795	Deep Roots Farms	deep-roots-farms	US		0	America/New_York	27.9395	-82.06	31			FL	057		
7216797	Deer Creek Hollow	deer-creek-hollow	US		0	America/New_York	28.0902	-82.1126	30			FL	057		
7216798	Deer Lake Estates	deer-lake-estates	US		0	America/New_York	28.1707	-82.4633	21			FL	057		
7216799	Deer Park Preserve	deer-park-preserve	US		0	America/New_York	28.0942	-82.4265	11			FL	057		
7216800	Deer Run	deer-run	US		0	America/New_York	28.1699	-82.4685	20			FL	057		
7216801	Deer Run Estates	deer-run-estates	US		0	America/New_York	28.0594	-82.3202	14			FL	057		
7216802	Del Prado	del-prado	US		0	America/New_York	28.1362	-82.2839	14			FL	057		
7216803	Delaney Creek Estates	delaney-creek-estates	US		0	America/New_York	27.9322	-82.3576	7			FL	057		
7216804	Delaney Woods	delaney-woods	US		0	America/New_York	27.9254	-82.3658	6			FL	057		
7216805	Delarua	delarua	US		0	America/New_York	27.8888	-82.2269	14			FL	057		
7216806	Delgado	delgado	US		0	America/New_York	27.9655	-82.2083	27			FL	057		
7216807	Dell Oaks	dell-oaks	US		0	America/New_York	28.0389	-82.0773	45			FL	057		
7216808	Dell Vista	dell-vista	US		0	America/New_York	27.6981	-82.3379	18			FL	057		
7216809	Delmar Terrace	delmar-terrace	US		0	America/New_York	28.0075	-82.4456	17			FL	057		
7216811	Denis Place	denis-place	US		0	America/New_York	27.9583	-82.4501	7			FL	057		
7216812	Desoto Heights	desoto-heights	US		0	America/New_York	27.9659	-82.3987	11			FL	057		
7216813	Dessadaria	dessadaria	US		0	America/New_York	27.905	-82.4917	3			FL	057		
7216814	Destinys Way	destinys-way	US		0	America/New_York	28.0211	-82.2071	29			FL	057		
7216815	Deuber Place	deuber-place	US		0	America/New_York	27.9404	-82.513	6			FL	057		
7216816	Deutsch Amerikanischer	deutsch-amerikanischer	US		0	America/New_York	27.9637	-82.4508	14			FL	057		
7216817	Devane Acres	devane-acres	US		0	America/New_York	28.1212	-82.4669	18			FL	057		
7216818	Devane Estates	devane-estates	US		0	America/New_York	28.0234	-82.1424	34			FL	057		
7216819	Devon Park	devon-park	US		0	America/New_York	27.9733	-82.4624	10			FL	057		
7216820	Devonshire Woods	devonshire-woods	US		0	America/New_York	28.0866	-82.5218	14			FL	057		
7216821	Devore Gundog and Equestrian Estates	devore-gundog-and-equestrian-estates	US		0	America/New_York	27.8384	-82.1644	33			FL	057		
7216822	Diamond Hill	diamond-hill	US		0	America/New_York	27.9663	-82.2336	26			FL	057		
7216824	Dill	dill	US		0	America/New_York	28.0574	-82.4563	12			FL	057		
7216825	Dillon Acres	dillon-acres	US		0	America/New_York	27.9114	-82.2516	37			FL	057		
7216826	Dills	dills	US		0	America/New_York	27.9617	-82.4674	4			FL	057		
7216827	Dilports	dilports	US		0	America/New_York	28.1112	-82.2275	17			FL	057		
7216829	Dixie Farms	dixie-farms	US		0	America/New_York	27.9618	-82.393	6			FL	057		
7216830	Dixie Gardens	dixie-gardens	US		0	America/New_York	28.0284	-82.1278	40			FL	057		
7216831	Dixie Park	dixie-park	US		0	America/New_York	28.0658	-82.4536	12			FL	057		
7216832	Dixie Terrace	dixie-terrace	US		0	America/New_York	28.0129	-82.4507	15			FL	057		
7216833	Dixie View	dixie-view	US		0	America/New_York	27.9695	-82.3325	11			FL	057		
7216834	Dixon Country Estates	dixon-country-estates	US		0	America/New_York	27.8513	-82.148	32			FL	057		
7216835	Dixons	dixons	US		0	America/New_York	27.9345	-82.2808	12			FL	057		
7216836	Doe Creek Reserve	doe-creek-reserve	US		0	America/New_York	27.8256	-82.1808	28			FL	057		
7216837	Doerr	doerr	US		0	America/New_York	27.7164	-82.448	0			FL	057		
7216838	Dogwood Hills	dogwood-hills	US		0	America/New_York	27.8683	-82.281	10			FL	057		
7216839	Dolce Vita	dolce-vita	US		0	America/New_York	28.12	-82.5806	16			FL	057		
7216840	Dolphin Cove	dolphin-cove	US		0	America/New_York	27.7817	-82.4188	0			FL	057		
7216842	Dorene Terrace	dorene-terrace	US		0	America/New_York	28.0345	-82.0992	40			FL	057		
7216843	Doris Coats Acres	doris-coats-acres	US		0	America/New_York	27.9464	-82.1354	28			FL	057		
7216844	Doris Swilley Acres	doris-swilley-acres	US		0	America/New_York	27.8929	-82.1303	30			FL	057		
7216845	Dorman Acres	dorman-acres	US		0	America/New_York	27.8409	-82.2042	26			FL	057		
7216846	Dorman Meadows	dorman-meadows	US		0	America/New_York	27.8449	-82.1775	34			FL	057		
7216847	Dorman Ranch	dorman-ranch	US		0	America/New_York	27.8403	-82.1792	31			FL	057		
7216848	Dormany Country Estates	dormany-country-estates	US		0	America/New_York	28.0876	-82.2183	21			FL	057		
7216849	Dormany Estates	dormany-estates	US		0	America/New_York	28.0963	-82.2035	22			FL	057		
7216850	Dormany Oaks	dormany-oaks	US		0	America/New_York	28.0063	-82.1861	34			FL	057		
7216851	Dorothy Park	dorothy-park	US		0	America/New_York	27.9851	-82.4644	6			FL	057		
7216852	Double Branch Estates	double-branch-estates	US		0	America/New_York	28.0234	-82.6336	0			FL	057		
7216853	Douglas Place	douglas-place	US		0	America/New_York	28.1569	-82.4912	20			FL	057		
7216854	Dover Groves	dover-groves	US		0	America/New_York	28.0123	-82.2347	24			FL	057		
7216855	Dover Oaks	dover-oaks	US		0	America/New_York	27.9111	-82.2184	21			FL	057		
7216856	Dover Park	dover-park	US		0	America/New_York	27.9966	-82.2222	30			FL	057		
7216857	Dover Woods	dover-woods	US		0	America/New_York	27.9146	-82.2172	15			FL	057		
7216828	Dixie	dixie	US	25059	0	America/New_York	27.9387	-82.4861	6			FL	057		
7216858	Dovercrest	dovercrest	US		0	America/New_York	27.9938	-82.2154	33			FL	057		
7216859	Dovewood Estates	dovewood-estates	US		0	America/New_York	27.9158	-82.2457	27			FL	057		
7216861	Drakes Place	drakes-place	US		0	America/New_York	27.9002	-82.2458	19			FL	057		
7216863	Druid Hills	druid-hills	US		0	America/New_York	28.0307	-82.4099	13			FL	057		
7216864	Dubois Acres	dubois-acres	US		0	America/New_York	27.9624	-82.066	36			FL	057		
7216865	Dukes Natures Acres	dukes-natures-acres	US		0	America/New_York	28.1366	-82.2767	12			FL	057		
7216867	Duncan Groves	duncan-groves	US		0	America/New_York	27.9242	-82.2385	33			FL	057		
7216868	Dunham Mobile Home Park	dunham-mobile-home-park	US		0	America/New_York	27.9316	-82.2338	22			FL	057		
7216870	Dunwoodie Park	dunwoodie-park	US		0	America/New_York	28.0589	-82.3009	11			FL	057		
7216871	Duque Road	duque-road	US		0	America/New_York	28.1225	-82.4543	18			FL	057		
7216873	Durant Oaks	durant-oaks	US		0	America/New_York	27.9064	-82.2172	21			FL	057		
7216874	Durant Trails	durant-trails	US		0	America/New_York	27.9103	-82.1936	15			FL	057		
7216875	Durant Woods	durant-woods	US		0	America/New_York	27.9066	-82.2238	26			FL	057		
7216876	Durolife Homes	durolife-homes	US		0	America/New_York	28.0445	-82.4564	10			FL	057		
7216877	Durrance Palm River Estates	durrance-palm-river-estates	US		0	America/New_York	27.9439	-82.3893	3			FL	057		
7216878	Dyal	dyal	US		0	America/New_York	27.9955	-82.4502	13			FL	057		
7216879	Dykes Place	dykes-place	US		0	America/New_York	28.1092	-82.4442	16			FL	057		
7216881	Eagle Crest	eagle-crest	US		0	America/New_York	28.1612	-82.444	21			FL	057		
7216882	Eagle Watch	eagle-watch	US		0	America/New_York	27.8618	-82.3585	6			FL	057		
7216883	Eaglebrook	eaglebrook	US		0	America/New_York	28.0889	-82.5635	12			FL	057		
7216884	Eaglewood Estates	eaglewood-estates	US		0	America/New_York	27.9306	-82.2301	18			FL	057		
7216885	East Bay Farms	east-bay-farms	US		0	America/New_York	27.9304	-82.4056	1			FL	057		
7216886	East Bay Lakes	east-bay-lakes	US		0	America/New_York	27.8418	-82.3501	8			FL	057		
7216887	East Bay Park	east-bay-park	US		0	America/New_York	27.9554	-82.4207	1			FL	057		
7216888	East Brandon Estates	east-brandon-estates	US		0	America/New_York	27.9434	-82.2467	23			FL	057		
7216889	East Brandon Heights	east-brandon-heights	US		0	America/New_York	27.9252	-82.2481	26			FL	057		
7216890	East End Place	east-end-place	US		0	America/New_York	28.0274	-82.4887	13			FL	057		
7216891	East Gate Mobile Estates	east-gate-mobile-estates	US		0	America/New_York	27.9946	-82.3159	10			FL	057		
7216892	East Henry Heights	east-henry-heights	US		0	America/New_York	28.0001	-82.4096	16			FL	057		
7216893	East Lake Park	east-lake-park	US		0	America/New_York	27.9941	-82.3776	7			FL	057		
7216894	East North Tampa	east-north-tampa	US		0	America/New_York	28.1498	-82.4591	21			FL	057		
7216895	East Side	east-side	US		0	America/New_York	28.0231	-82.1119	40			FL	057		
7216896	East Suwanee Heights	east-suwanee-heights	US		0	America/New_York	27.9981	-82.4531	11			FL	057		
7216897	East View	east-view	US		0	America/New_York	27.9477	-82.5319	2			FL	057		
7216898	East Village	east-village	US		0	America/New_York	28.0599	-82.5059	14			FL	057		
7216899	Eastbrook	eastbrook	US		0	America/New_York	28.0873	-82.5569	14			FL	057		
7216900	Eastern Heights	eastern-heights	US		0	America/New_York	27.9875	-82.411	17			FL	057		
7216901	Eastern Terrace Estates	eastern-terrace-estates	US		0	America/New_York	28.0066	-82.2838	26			FL	057		
7216902	Eastgate Extension	eastgate-extension	US		0	America/New_York	27.9914	-82.1311	43			FL	057		
7216903	Eastlyn	eastlyn	US		0	America/New_York	27.9662	-82.3344	12			FL	057		
7216904	Eastmonte	eastmonte	US		0	America/New_York	27.8987	-82.2295	19			FL	057		
7216905	Eastshore Palms	eastshore-palms	US		0	America/New_York	27.9411	-82.3985	3			FL	057		
7216906	Eastside Mobile Villa	eastside-mobile-villa	US		0	America/New_York	27.9979	-82.3133	10			FL	057		
7216908	Eastwood Glenn	eastwood-glenn	US		0	America/New_York	27.9103	-82.2266	29			FL	057		
7216909	Easy Way	easy-way	US		0	America/New_York	27.9769	-82.3723	10			FL	057		
7216910	Echo Acres	echo-acres	US		0	America/New_York	27.9092	-82.2918	15			FL	057		
7216911	Echo Lake Estates	echo-lake-estates	US		0	America/New_York	28.1122	-82.6046	14			FL	057		
7216912	Echols Lake Carroll Estates	echols-lake-carroll-estates	US		0	America/New_York	28.0469	-82.487	10			FL	057		
7216913	Eckerds	eckerds	US		0	America/New_York	28.0338	-82.3929	18			FL	057		
7216914	Eckland	eckland	US		0	America/New_York	27.9933	-82.4456	14			FL	057		
7216915	Eden Acres	eden-acres	US		0	America/New_York	28.1477	-82.4686	20			FL	057		
7216916	Eden Park	eden-park	US		0	America/New_York	27.9824	-82.3054	19			FL	057		
7216917	Eden Wood	eden-wood	US		0	America/New_York	27.9215	-82.2547	25			FL	057		
7216918	Edge	edge	US		0	America/New_York	27.8595	-82.0854	33			FL	057		
7216920	Edgewater Park	edgewater-park	US		0	America/New_York	27.9395	-82.4365	1			FL	057		
7216921	Edgewater Place	edgewater-place	US		0	America/New_York	28.028	-82.5701	5			FL	057		
7216922	Edgewater Village	edgewater-village	US		0	America/New_York	27.7696	-82.3959	2			FL	057		
7216924	Edinborough	edinborough	US		0	America/New_York	28.0971	-82.4819	17			FL	057		
7216925	Edison Park	edison-park	US		0	America/New_York	27.9415	-82.4699	6			FL	057		
7216926	Edna Court	edna-court	US		0	America/New_York	28.0222	-82.5013	12			FL	057		
7216928	Efird Farms	efird-farms	US		0	America/New_York	28.0118	-82.317	5			FL	057		
7216929	Ehrlich Gardenlands	ehrlich-gardenlands	US		0	America/New_York	28.0859	-82.5184	15			FL	057		
7216930	Eilers	eilers	US		0	America/New_York	28.0565	-82.4874	13			FL	057		
7216931	El Cerro	el-cerro	US		0	America/New_York	27.9611	-82.4779	8			FL	057		
7216932	El Pavo Vista	el-pavo-vista	US		0	America/New_York	27.9463	-82.1676	27			FL	057		
7216933	El Pinar	el-pinar	US		0	America/New_York	28.0154	-82.1531	35			FL	057		
7216935	El Portal Terrace	el-portal-terrace	US		0	America/New_York	28.0267	-82.4728	9			FL	057		
7216936	El Prado Gardens	el-prado-gardens	US		0	America/New_York	27.9128	-82.503	4			FL	057		
7216937	El Rancho Petite	el-rancho-petite	US		0	America/New_York	27.8702	-82.3221	2			FL	057		
7216938	El Valle de Tampa	el-valle-de-tampa	US		0	America/New_York	27.9577	-82.4247	2			FL	057		
7216940	Eldra	eldra	US		0	America/New_York	27.9896	-82.4193	18			FL	057		
7216941	Eleanor Villas	eleanor-villas	US		0	America/New_York	27.9564	-82.5253	3			FL	057		
7216942	Elenor Place	elenor-place	US		0	America/New_York	27.9299	-82.5113	5			FL	057		
7216943	Eleven Mile Hill	eleven-mile-hill	US		0	America/New_York	27.9819	-82.2921	21			FL	057		
7216945	Elizabeth Acres	elizabeth-acres	US		0	America/New_York	27.6493	-82.3904	6			FL	057		
7216946	Elizabeth Court	elizabeth-court	US		0	America/New_York	28.0301	-82.4214	14			FL	057		
7216950	Emerald Cove	emerald-cove	US		0	America/New_York	28.108	-82.446	18			FL	057		
7216951	Emerald Creek	emerald-creek	US		0	America/New_York	27.8653	-82.2676	14			FL	057		
7216953	Emma Heights	emma-heights	US		0	America/New_York	27.9863	-82.4317	16			FL	057		
7216954	Emory Heights	emory-heights	US		0	America/New_York	28.006	-82.4407	16			FL	057		
7216956	Enchanted Lake Estates	enchanted-lake-estates	US		0	America/New_York	28.0892	-82.4666	16			FL	057		
7216957	Enclave at Citrus Park	enclave-at-citrus-park	US		0	America/New_York	28.0526	-82.5848	7			FL	057		
7216958	Enclave of Carrollwood	enclave-of-carrollwood	US		0	America/New_York	28.0468	-82.5067	12			FL	057		
7216959	Endres	endres	US		0	America/New_York	28.0064	-82.4998	12			FL	057		
7216962	Entrada	entrada	US		0	America/New_York	27.9513	-82.5231	3			FL	057		
7216963	Erin Place	erin-place	US		0	America/New_York	27.9707	-82.4501	13			FL	057		
7216964	Erma	erma	US		0	America/New_York	28.0138	-82.449	14			FL	057		
7216965	Ernest Hansen Estate	ernest-hansen-estate	US		0	America/New_York	28.0389	-82.0844	42			FL	057		
7216966	Esco Park	esco-park	US		0	America/New_York	28.0043	-82.403	16			FL	057		
7216967	Essex Downs	essex-downs	US		0	America/New_York	28.002	-82.5902	1			FL	057		
7216968	Estates at Limona Woods	estates-at-limona-woods	US		0	America/New_York	27.9483	-82.2991	12			FL	057		
7216969	Estates at Parsons Pointe	estates-at-parsons-pointe	US		0	America/New_York	28.0007	-82.2876	28			FL	057		
7216970	Estates del Sol	estates-del-sol	US		0	America/New_York	27.8152	-82.3241	21			FL	057		
7216971	Estates of Lake Alice	estates-of-lake-alice	US		0	America/New_York	28.1333	-82.6103	13			FL	057		
7216972	Estates of Rock Lake	estates-of-rock-lake	US		0	America/New_York	28.116	-82.5597	15			FL	057		
7216973	Estelle Estates	estelle-estates	US		0	America/New_York	28.022	-82.4794	7			FL	057		
7216974	Estuary	estuary	US		0	America/New_York	27.9539	-82.4462	4			FL	057		
7216975	Etheridge	etheridge	US		0	America/New_York	27.881	-82.4949	3			FL	057		
7216976	Etzler Grove Heights	etzler-grove-heights	US		0	America/New_York	28.0023	-82.4417	17			FL	057		
7216977	Eucalyptus Park	eucalyptus-park	US		0	America/New_York	27.9425	-82.3867	5			FL	057		
7216978	Eugene Terrace	eugene-terrace	US		0	America/New_York	27.9695	-82.3838	10			FL	057		
7216979	Eunice Estates	eunice-estates	US		0	America/New_York	28.0157	-82.1606	36			FL	057		
7216980	Eurcelles	eurcelles	US		0	America/New_York	28.0857	-82.2344	18			FL	057		
7216982	Eureka Homes	eureka-homes	US		0	America/New_York	27.9979	-82.3438	9			FL	057		
7216983	Eva Egla Terrace	eva-egla-terrace	US		0	America/New_York	28.0443	-82.4664	9			FL	057		
7216984	Evanell Estates	evanell-estates	US		0	America/New_York	28.0441	-82.2349	20			FL	057		
7216985	Evelyn City	evelyn-city	US		0	America/New_York	28.0161	-82.4492	9			FL	057		
7216987	Evergreen North	evergreen-north	US		0	America/New_York	28.1257	-82.4506	17			FL	057		
7216988	Everina Homes	everina-homes	US		0	America/New_York	27.9511	-82.2786	18			FL	057		
7216989	Evers Acres	evers-acres	US		0	America/New_York	27.8951	-82.1275	29			FL	057		
7216990	Everwood	everwood	US		0	America/New_York	27.8508	-82.3157	18			FL	057		
7216991	Excelda	excelda	US		0	America/New_York	27.9472	-82.4902	6			FL	057		
7216993	Fair Ground Farms	fair-ground-farms	US		0	America/New_York	27.9781	-82.4973	9			FL	057		
7216994	Fair Oaks Manor	fair-oaks-manor	US		0	America/New_York	27.9005	-82.5009	5			FL	057		
7216996	Faircloth Estates	faircloth-estates	US		0	America/New_York	28.0973	-82.4636	17			FL	057		
7216998	Fairfield Village	fairfield-village	US		0	America/New_York	28.0463	-82.5304	11			FL	057		
7216999	Fairholme	fairholme	US		0	America/New_York	27.9733	-82.4687	6			FL	057		
7217000	Fairlawn Estates	fairlawn-estates	US		0	America/New_York	27.9076	-82.5099	3			FL	057		
7217001	Fairlea Estates	fairlea-estates	US		0	America/New_York	27.8995	-82.2174	16			FL	057		
7217002	Fairmont Mobile Estates	fairmont-mobile-estates	US		0	America/New_York	27.6959	-82.442	4			FL	057		
7217003	Fairmont Park	fairmont-park	US		0	America/New_York	27.7025	-82.4332	4			FL	057		
7217005	Fairview Terrace	fairview-terrace	US		0	America/New_York	28.0347	-82.4454	10			FL	057		
7217006	Fairway Estates at Summerfield	fairway-estates-at-summerfield	US		0	America/New_York	27.7976	-82.3198	25			FL	057		
7217007	Fairway One	fairway-one	US		0	America/New_York	27.88	-82.2125	12			FL	057		
7217008	Fairway Ridge	fairway-ridge	US		0	America/New_York	27.9076	-82.2445	33			FL	057		
7217009	Fairway Village	fairway-village	US		0	America/New_York	28.0569	-82.5193	15			FL	057		
7217010	Faith Park	faith-park	US		0	America/New_York	27.9353	-82.3702	6			FL	057		
7217011	Family Ranch	family-ranch	US		0	America/New_York	28.1055	-82.2224	20			FL	057		
7217012	Family Woods Estates	family-woods-estates	US		0	America/New_York	28.1636	-82.4631	21			FL	057		
7217013	Fannypryde	fannypryde	US		0	America/New_York	28.0204	-82.4508	2			FL	057		
7217014	Farabee Acres	farabee-acres	US		0	America/New_York	28.0321	-82.2895	17			FL	057		
7217015	Farkas Estates	farkas-estates	US		0	America/New_York	28.0064	-82.2039	39			FL	057		
7217017	Fasson	fasson	US		0	America/New_York	27.9327	-82.0596	28			FL	057		
7217018	Fasson South	fasson-south	US		0	America/New_York	27.9296	-82.0576	31			FL	057		
7217019	Faulkenberry Acres	faulkenberry-acres	US		0	America/New_York	28.0528	-82.2519	15			FL	057		
7217020	Faulkenburg Heights	faulkenburg-heights	US		0	America/New_York	27.9832	-82.3362	17			FL	057		
7217021	Fawn Lake	fawn-lake	US		0	America/New_York	28.0727	-82.5883	10			FL	057		
7217022	Fawn Ridge Village	fawn-ridge-village	US		0	America/New_York	28.067	-82.5981	7			FL	057		
7217023	Fendigs	fendigs	US		0	America/New_York	27.981	-82.4495	16			FL	057		
7217024	Fengos	fengos	US		0	America/New_York	28.0664	-82.4529	12			FL	057		
7217025	Fern Cliff	fern-cliff	US		0	America/New_York	28.0187	-82.4407	8			FL	057		
7217026	Fern Glen	fern-glen	US		0	America/New_York	28.1566	-82.5209	18			FL	057		
7217028	Fernwood Terrace	fernwood-terrace	US		0	America/New_York	27.9624	-82.2865	18			FL	057		
7217029	Fields Park Place	fields-park-place	US		0	America/New_York	27.9655	-82.3707	6			FL	057		
7217030	Fiorito	fiorito	US		0	America/New_York	27.9658	-82.439	12			FL	057		
7217031	Firn Acres	firn-acres	US		0	America/New_York	28.0088	-82.3414	5			FL	057		
7217032	Fish Hawk Farms	fish-hawk-farms	US		0	America/New_York	27.8483	-82.2042	20			FL	057		
7217033	Fish Hawk Trails	fish-hawk-trails	US		0	America/New_York	27.8622	-82.1876	26			FL	057		
7217034	Fisher Estates	fisher-estates	US		0	America/New_York	28.0186	-82.4621	7			FL	057		
7217036	Fishers Farms	fishers-farms	US		0	America/New_York	27.9567	-82.3284	15			FL	057		
7217037	Fishhawk Ranch	fishhawk-ranch	US		0	America/New_York	27.8505	-82.2385	23			FL	057		
7217038	Fivacres	fivacres	US		0	America/New_York	28.0281	-82.4724	9			FL	057		
7217039	Flat Island	flat-island	US		0	America/New_York	27.7801	-82.4272	0			FL	057		
7217040	Flehartys	flehartys	US		0	America/New_York	27.9646	-82.4544	14			FL	057		
7217041	Fleites Acres	fleites-acres	US		0	America/New_York	27.9171	-82.2254	31			FL	057		
7217042	Fletcher Country Estates	fletcher-country-estates	US		0	America/New_York	28.0986	-82.2383	17			FL	057		
7217043	Fletcher Court	fletcher-court	US		0	America/New_York	28.0687	-82.456	12			FL	057		
7217044	Fletchers Mill	fletchers-mill	US		0	America/New_York	28.0721	-82.4768	17			FL	057		
7217045	Fletchers Point	fletchers-point	US		0	America/New_York	28.0681	-82.4822	15			FL	057		
7217046	Fletchers Pond	fletchers-pond	US		0	America/New_York	28.0977	-82.2388	16			FL	057		
7217047	Flint Lake	flint-lake	US		0	America/New_York	28.0714	-82.2539	16			FL	057		
7217048	Flora Park	flora-park	US		0	America/New_York	28.0632	-82.4501	12			FL	057		
7217049	Floral Gardens	floral-gardens	US		0	America/New_York	28.0821	-82.464	15			FL	057		
7217050	Floraland Acres	floraland-acres	US		0	America/New_York	28.0828	-82.5479	14			FL	057		
7217051	Floravilla	floravilla	US		0	America/New_York	28.0075	-82.4507	16			FL	057		
7217052	Florence Villa	florence-villa	US		0	America/New_York	27.9691	-82.3986	11			FL	057		
7217053	Flores	flores	US		0	America/New_York	27.6492	-82.362	7			FL	057		
7217054	Florida Avenue	florida-avenue	US		0	America/New_York	28.067	-82.4604	12			FL	057		
7217055	Florida Avenue Heights	florida-avenue-heights	US		0	America/New_York	28.0102	-82.4606	7			FL	057		
7217056	Florida Townsend Colony	florida-townsend-colony	US		0	America/New_York	28.1554	-82.4238	18			FL	057		
7217058	Flowers	flowers	US		0	America/New_York	28.0772	-82.2059	24			FL	057		
7217059	Forbes Acres	forbes-acres	US		0	America/New_York	28.0123	-82.1891	30			FL	057		
7217060	Forest Heights	forest-heights	US		0	America/New_York	27.9574	-82.5161	6			FL	057		
7217062	Forest Hills Estates	forest-hills-estates	US		0	America/New_York	28.05	-82.4809	13			FL	057		
7217063	Forest Hills Village	forest-hills-village	US		0	America/New_York	28.0363	-82.4734	10			FL	057		
7217064	Forest Manor	forest-manor	US		0	America/New_York	28.0492	-82.4568	10			FL	057		
7217065	Forest Oak	forest-oak	US		0	America/New_York	28.0128	-82.1406	35			FL	057		
7217066	Forest Oaks	forest-oaks	US		0	America/New_York	28.0512	-82.4659	10			FL	057		
7217068	Forest Park East	forest-park-east	US		0	America/New_York	28.0128	-82.14	35			FL	057		
7217069	Fort King	fort-king	US		0	America/New_York	28.0731	-82.2836	23			FL	057		
7217071	Fortuna Acres	fortuna-acres	US		0	America/New_York	27.9045	-82.3795	3			FL	057		
7217073	Fountain Park	fountain-park	US		0	America/New_York	28.0098	-82.561	3			FL	057		
7217074	Four Bar Estates	four-bar-estates	US		0	America/New_York	28.0674	-82.0899	38			FL	057		
7217075	Four Pine Estates	four-pine-estates	US		0	America/New_York	28.0862	-82.2271	20			FL	057		
7217076	Four Score Manor	four-score-manor	US		0	America/New_York	28.1119	-82.5422	17			FL	057		
7217077	Four Seasons	four-seasons	US		0	America/New_York	28.0344	-82.1155	37			FL	057		
7217078	Four Winds Estates	four-winds-estates	US		0	America/New_York	27.8877	-82.2876	12			FL	057		
7217079	Fox Chase	fox-chase	US		0	America/New_York	28.1316	-82.3466	14			FL	057		
7217080	Fox Run	fox-run	US		0	America/New_York	28.139	-82.4331	20			FL	057		
7217081	Brandon Brook	brandon-brook	US		0	America/New_York	27.941	-82.2542	11			FL	057		
7217082	Brandon Brook Plaza	brandon-brook-plaza	US		0	America/New_York	27.9389	-82.2573	18			FL	057		
7217083	Brandon Country Estates	brandon-country-estates	US		0	America/New_York	27.9655	-82.3175	12			FL	057		
7217084	Brandon Crossroads	brandon-crossroads	US		0	America/New_York	27.9269	-82.3164	7			FL	057		
7217085	Brandon East	brandon-east	US		0	America/New_York	27.9092	-82.2339	29			FL	057		
7217086	Brandon Estates	brandon-estates	US		0	America/New_York	27.9465	-82.2881	12			FL	057		
7217087	Brandon Forest	brandon-forest	US		0	America/New_York	27.9688	-82.2843	17			FL	057		
7217088	Brandon Forest Reserve	brandon-forest-reserve	US		0	America/New_York	27.9688	-82.2823	19			FL	057		
7217089	Brandon Gardens	brandon-gardens	US		0	America/New_York	27.9428	-82.2836	15			FL	057		
7217090	Brandon Grove Estates	brandon-grove-estates	US		0	America/New_York	27.9568	-82.2853	19			FL	057		
7217091	Brandon Groves	brandon-groves	US		0	America/New_York	27.964	-82.2831	22			FL	057		
7217092	Brandon Groves North	brandon-groves-north	US		0	America/New_York	27.9691	-82.2805	21			FL	057		
7217093	Brandon Hills	brandon-hills	US		0	America/New_York	27.9514	-82.2754	22			FL	057		
7217094	Brandon Lake Park	brandon-lake-park	US		0	America/New_York	27.93	-82.2797	13			FL	057		
7217095	Brandon Lakes	brandon-lakes	US		0	America/New_York	27.9582	-82.2658	17			FL	057		
7217096	Brandon Lakewood Estates	brandon-lakewood-estates	US		0	America/New_York	27.9677	-82.3113	12			FL	057		
7217097	Brandon Meadows	brandon-meadows	US		0	America/New_York	27.9215	-82.2869	14			FL	057		
7217098	Brandon Mobile Estates	brandon-mobile-estates	US		0	America/New_York	27.9684	-82.2883	14			FL	057		
7217099	Brandon Mobile Villa	brandon-mobile-villa	US		0	America/New_York	27.9493	-82.2874	11			FL	057		
7217100	Brandon Oak Grove Estates	brandon-oak-grove-estates	US		0	America/New_York	27.9316	-82.2795	13			FL	057		
7217101	Brandon Oaks	brandon-oaks	US		0	America/New_York	27.9198	-82.2837	14			FL	057		
7217102	Brandon Park	brandon-park	US		0	America/New_York	27.9588	-82.2847	19			FL	057		
7217103	Brandon Ridge	brandon-ridge	US		0	America/New_York	27.9422	-82.3197	16			FL	057		
7217104	Brandon Ridgeland	brandon-ridgeland	US		0	America/New_York	27.9262	-82.2434	33			FL	057		
7217105	Brandon Spanish Oaks	brandon-spanish-oaks	US		0	America/New_York	27.9295	-82.2724	17			FL	057		
7217106	Brandon Terrace Park	brandon-terrace-park	US		0	America/New_York	27.9327	-82.2665	20			FL	057		
7217107	Brandon Traces	brandon-traces	US		0	America/New_York	27.9727	-82.3136	11			FL	057		
7217109	Brandon Valley	brandon-valley	US		0	America/New_York	27.9619	-82.2817	24			FL	057		
7217110	Brandon Valrico Hills Estates	brandon-valrico-hills-estates	US		0	America/New_York	27.9243	-82.2495	24			FL	057		
7217111	Brandon View Estates	brandon-view-estates	US		0	America/New_York	27.9056	-82.2837	19			FL	057		
7217113	Brandon Woodlands	brandon-woodlands	US		0	America/New_York	27.9183	-82.2618	26			FL	057		
7217114	Brandontree	brandontree	US		0	America/New_York	27.9409	-82.3052	16			FL	057		
7217115	Brandwood	brandwood	US		0	America/New_York	27.8604	-82.3772	0			FL	057		
7217116	Brant Lake Village	brant-lake-village	US		0	America/New_York	28.1229	-82.4688	18			FL	057		
7217117	Brant Shores	brant-shores	US		0	America/New_York	28.1239	-82.4728	18			FL	057		
7217118	Breckenridge Park	breckenridge-park	US		0	America/New_York	28.0019	-82.3589	5			FL	057		
7217120	Brenmar Acres	brenmar-acres	US		0	America/New_York	28.0398	-82.07	46			FL	057		
7217122	Brentwood Hills	brentwood-hills	US		0	America/New_York	27.93	-82.2549	26			FL	057		
7217123	Brentwood Park	brentwood-park	US		0	America/New_York	28.1008	-82.5146	16			FL	057		
7217124	Brians Pond	brians-pond	US		0	America/New_York	27.9724	-82.1121	40			FL	057		
7217125	Briarwood	briarwood	US		0	America/New_York	28.0502	-82.4361	10			FL	057		
7217126	Bridgeford Oaks	bridgeford-oaks	US		0	America/New_York	28.0366	-82.3534	13			FL	057		
7217127	Bridgeview Estates	bridgeview-estates	US		0	America/New_York	27.9077	-82.5313	0			FL	057		
7217128	Brigadoon on Lake Heather	brigadoon-on-lake-heather	US		0	America/New_York	28.1113	-82.4954	16			FL	057		
7217129	Brightside Village	brightside-village	US		0	America/New_York	28.0511	-82.5321	11			FL	057		
7217130	Brightwater	brightwater	US		0	America/New_York	28.0592	-82.382	8			FL	057		
7217131	Bringers Saffold Ranchettes	bringers-saffold-ranchettes	US		0	America/New_York	27.6572	-82.3206	17			FL	057		
7217132	Bristol Park	bristol-park	US		0	America/New_York	28.0137	-82.1107	41			FL	057		
7217134	Broadway Heights East	broadway-heights-east	US		0	America/New_York	27.9837	-82.2841	26			FL	057		
7217135	Brock Acres	brock-acres	US		0	America/New_York	27.9739	-82.2356	19			FL	057		
7217136	Brompton Place	brompton-place	US		0	America/New_York	28.027	-82.4786	8			FL	057		
7217137	Brookdale Farms	brookdale-farms	US		0	America/New_York	27.9468	-82.1415	25			FL	057		
7217138	Brooker Trace	brooker-trace	US		0	America/New_York	27.9067	-82.2586	37			FL	057		
7217139	Brookgreen Village	brookgreen-village	US		0	America/New_York	28.0492	-82.5252	13			FL	057		
7217142	Brower	brower	US		0	America/New_York	27.9828	-82.3029	20			FL	057		
7217143	Brown Estates	brown-estates	US		0	America/New_York	27.9664	-82.2087	27			FL	057		
7217144	Browning Acres	browning-acres	US		0	America/New_York	28.0891	-82.1281	30			FL	057		
7217145	Bryan Manor	bryan-manor	US		0	America/New_York	27.9055	-82.2753	21			FL	057		
7217146	Bryan Oaks	bryan-oaks	US		0	America/New_York	27.896	-82.2794	12			FL	057		
7217147	Bryan Oaks Reserve	bryan-oaks-reserve	US		0	America/New_York	27.8966	-82.2826	10			FL	057		
7217148	Bryans	bryans	US		0	America/New_York	27.9689	-82.4521	13			FL	057		
7217149	Bryant Terrace	bryant-terrace	US		0	America/New_York	27.9602	-82.281	23			FL	057		
7217150	Buckeye Heights	buckeye-heights	US		0	America/New_York	27.9892	-82.444	14			FL	057		
7217152	Buckhorn Golf Club Estates	buckhorn-golf-club-estates	US		0	America/New_York	27.9112	-82.2492	33			FL	057		
7217153	Buckhorn Groves	buckhorn-groves	US		0	America/New_York	27.9042	-82.2258	26			FL	057		
7217154	Buckhorn Hills	buckhorn-hills	US		0	America/New_York	27.9095	-82.2232	27			FL	057		
7217155	Buckhorn Oaks	buckhorn-oaks	US		0	America/New_York	27.926	-82.2385	33			FL	057		
7217156	Buckhorn Preserve	buckhorn-preserve	US		0	America/New_York	27.9031	-82.2294	25			FL	057		
7217157	Buckhorn Run	buckhorn-run	US		0	America/New_York	27.8996	-82.2422	21			FL	057		
7217158	Buckhorn Springs Manor	buckhorn-springs-manor	US		0	America/New_York	27.8989	-82.2509	21			FL	057		
7217159	Buckhorn Springs Mobile Villa	buckhorn-springs-mobile-villa	US		0	America/New_York	27.9093	-82.2251	28			FL	057		
7217160	Buckhorn Trace	buckhorn-trace	US		0	America/New_York	27.9123	-82.2423	28			FL	057		
7217162	Buckingham at Tampa Palms	buckingham-at-tampa-palms	US		0	America/New_York	28.1032	-82.3702	10			FL	057		
7217163	Buckingham Place	buckingham-place	US		0	America/New_York	27.9356	-82.2958	14			FL	057		
7217164	Budd Farms	budd-farms	US		0	America/New_York	27.9724	-82.1728	32			FL	057		
7217166	Buffalo Avenue Farms	buffalo-avenue-farms	US		0	America/New_York	27.9834	-82.3518	4			FL	057		
7217167	Buffalo Estates	buffalo-estates	US		0	America/New_York	27.9805	-82.3665	8			FL	057		
7217168	Buffalo Gardens	buffalo-gardens	US		0	America/New_York	27.9809	-82.4435	15			FL	057		
7217169	Buffalo Heights	buffalo-heights	US		0	America/New_York	27.9753	-82.4735	6			FL	057		
7217170	Buffalo Park	buffalo-park	US		0	America/New_York	27.9811	-82.4463	14			FL	057		
7217171	Bullfrog Acres	bullfrog-acres	US		0	America/New_York	27.8306	-82.3499	8			FL	057		
7217172	Bullfrog Creek Estates	bullfrog-creek-estates	US		0	America/New_York	27.8449	-82.3494	5			FL	057		
7217173	Bullfrog Creek Landing	bullfrog-creek-landing	US		0	America/New_York	27.8397	-82.3593	5			FL	057		
7217174	Bunchville	bunchville	US		0	America/New_York	27.9646	-82.3754	9			FL	057		
7217175	Bungalow City	bungalow-city	US		0	America/New_York	27.9431	-82.4902	6			FL	057		
7217176	Bungalow Park	bungalow-park	US		0	America/New_York	28.0116	-82.4565	13			FL	057		
7217177	Bungalow Terrace	bungalow-terrace	US		0	America/New_York	27.9367	-82.4774	6			FL	057		
7217178	Burlington Heights	burlington-heights	US		0	America/New_York	27.9039	-82.2714	21			FL	057		
7217179	Burlington Woods	burlington-woods	US		0	America/New_York	27.9051	-82.2671	19			FL	057		
7217180	Burnbrook	burnbrook	US		0	America/New_York	28.0453	-82.5124	12			FL	057		
7217181	Burnes Lake Estates	burnes-lake-estates	US		0	America/New_York	28.0683	-82.4773	17			FL	057		
7217182	Burnette Place	burnette-place	US		0	America/New_York	28.059	-82.4666	13			FL	057		
7217183	Burrell Estates	burrell-estates	US		0	America/New_York	28.0918	-82.4452	15			FL	057		
7217184	Butler Acres	butler-acres	US		0	America/New_York	27.8799	-82.2848	16			FL	057		
7217185	Byars Heights	byars-heights	US		0	America/New_York	28.0131	-82.5895	1			FL	057		
7217186	Byrd Acres	byrd-acres	US		0	America/New_York	27.6895	-82.3914	6			FL	057		
7217187	Byrd Lake Woods	byrd-lake-woods	US		0	America/New_York	28.1009	-82.4781	16			FL	057		
7217188	C And B Estates	c-and-b-estates	US		0	America/New_York	28.128	-82.5944	16			FL	057		
7217189	C T Lewis Acres	c-t-lewis-acres	US		0	America/New_York	27.9624	-82.1734	29			FL	057		
7217191	Caleb Park	caleb-park	US		0	America/New_York	28.0093	-82.4345	17			FL	057		
7217192	California Heights	california-heights	US		0	America/New_York	28.0043	-82.4419	13			FL	057		
7217193	California Heights Addition	california-heights-addition	US		0	America/New_York	28.0024	-82.4399	18			FL	057		
7217194	Calm Harbour	calm-harbour	US		0	America/New_York	28.1045	-82.443	16			FL	057		
7217195	Caloosa Country Club Estates	caloosa-country-club-estates	US		0	America/New_York	27.7311	-82.3455	14			FL	057		
7217196	Calusa Bay	calusa-bay	US		0	America/New_York	27.7075	-82.483	1			FL	057		
7217197	Calusa Trace	calusa-trace	US		0	America/New_York	28.131	-82.514	18			FL	057		
7217198	Calvinos Liberty	calvinos-liberty	US		0	America/New_York	27.8753	-82.4936	3			FL	057		
7217199	Camacho	camacho	US		0	America/New_York	27.6895	-82.3236	20			FL	057		
7217200	Cambridge Place	cambridge-place	US		0	America/New_York	27.9259	-82.2888	19			FL	057		
7217201	Cambridge Villas	cambridge-villas	US		0	America/New_York	28.0423	-82.5529	9			FL	057		
7217202	Camden Oaks	camden-oaks	US		0	America/New_York	27.9403	-82.2456	18			FL	057		
7217203	Camden Woods	camden-woods	US		0	America/New_York	27.9065	-82.3666	4			FL	057		
7217204	Camellia Court	camellia-court	US		0	America/New_York	27.9692	-82.287	16			FL	057		
7217205	Camelot	camelot	US		0	America/New_York	27.9565	-82.2649	16			FL	057		
7217206	Camelot Woods	camelot-woods	US		0	America/New_York	27.8822	-82.2882	14			FL	057		
7217207	Cameo Villas	cameo-villas	US		0	America/New_York	28.0328	-82.5524	7			FL	057		
7217208	Cameron Acres	cameron-acres	US		0	America/New_York	28.0559	-82.095	37			FL	057		
7217209	Camp T F Addition	camp-t-f-addition	US		0	America/New_York	28.0214	-82.1062	42			FL	057		
7217210	Campbell Creek Woods	campbell-creek-woods	US		0	America/New_York	28.049	-82.2421	17			FL	057		
7217211	Campbells	campbells	US		0	America/New_York	27.9664	-82.4558	14			FL	057		
7217212	Campbells Cove	campbells-cove	US		0	America/New_York	28.0626	-82.2172	24			FL	057		
7217213	Camphor Cove	camphor-cove	US		0	America/New_York	28.1321	-82.4407	20			FL	057		
7217214	Campos Valrico	campos-valrico	US		0	America/New_York	27.9068	-82.2532	38			FL	057		
7217215	Campus Hill Park	campus-hill-park	US		0	America/New_York	28.06	-82.4294	10			FL	057		
7217216	Campus Shores	campus-shores	US		0	America/New_York	27.7151	-82.4373	1			FL	057		
7217217	Canal Shores	canal-shores	US		0	America/New_York	27.9847	-82.5624	1			FL	057		
7217218	Candlelight	candlelight	US		0	America/New_York	28.155	-82.4733	22			FL	057		
7217219	Candlewood	candlewood	US		0	America/New_York	27.9768	-82.3643	5			FL	057		
7217220	Candlewood Acres	candlewood-acres	US		0	America/New_York	27.8441	-82.1484	33			FL	057		
7217221	Candy Cane Acres	candy-cane-acres	US		0	America/New_York	27.9802	-82.0987	38			FL	057		
7217222	Cannen Oaks	cannen-oaks	US		0	America/New_York	28.0462	-82.1475	32			FL	057		
7217223	Cannes Village	cannes-village	US		0	America/New_York	28.1518	-82.5104	18			FL	057		
7217224	Canning	canning	US		0	America/New_York	27.975	-82.4466	12			FL	057		
7217225	Canter	canter	US		0	America/New_York	27.9087	-82.2404	29			FL	057		
7217227	Canterbury Heights at the Eagles	canterbury-heights-at-the-eagles	US		0	America/New_York	28.1052	-82.6415	7			FL	057		
7217228	Canterbury Lakes	canterbury-lakes	US		0	America/New_York	27.9109	-82.3666	4			FL	057		
7217229	Canterbury North at the Eagles	canterbury-north-at-the-eagles	US		0	America/New_York	28.1014	-82.645	6			FL	057		
7217230	Canterbury Oaks	canterbury-oaks	US		0	America/New_York	27.8919	-82.2136	12			FL	057		
7217231	Canterbury Village	canterbury-village	US		0	America/New_York	28.0928	-82.6465	6			FL	057		
7217232	Canterbury Woods	canterbury-woods	US		0	America/New_York	28.126	-82.5742	17			FL	057		
7217233	Capital Tampa	capital-tampa	US		0	America/New_York	27.8745	-82.4936	3			FL	057		
7217234	Capitano	capitano	US		0	America/New_York	27.9658	-82.4029	12			FL	057		
7217235	Capitano Cove	capitano-cove	US		0	America/New_York	27.8739	-82.3196	7			FL	057		
7217236	Capitano Estates	capitano-estates	US		0	America/New_York	27.8657	-82.1889	21			FL	057		
7217237	Capri Manor	capri-manor	US		0	America/New_York	28.0349	-82.3576	15			FL	057		
7217238	Careys Pirate Point	careys-pirate-point	US		0	America/New_York	27.7189	-82.4563	0			FL	057		
7217239	Carlton Lake	carlton-lake	US		0	America/New_York	27.716	-82.2424	29			FL	057		
7217240	Carlton Place	carlton-place	US		0	America/New_York	27.9712	-82.4501	13			FL	057		
7217241	Carmans Casa del Rio	carmans-casa-del-rio	US		0	America/New_York	27.8654	-82.3174	2			FL	057		
7217242	Carmuchas	carmuchas	US		0	America/New_York	27.6822	-82.3218	17			FL	057		
7217243	Carol Shores	carol-shores	US		0	America/New_York	27.9252	-82.5308	0			FL	057		
7217244	Carolina Terrace	carolina-terrace	US		0	America/New_York	27.9686	-82.423	10			FL	057		
7217245	Carolyn Estates	carolyn-estates	US		0	America/New_York	28.0368	-82.4647	10			FL	057		
7217246	Carolyn Gardens	carolyn-gardens	US		0	America/New_York	28.038	-82.1318	35			FL	057		
7217247	Carr Drive	carr-drive	US		0	America/New_York	28.1473	-82.4217	14			FL	057		
7217248	Carriage Crossing	carriage-crossing	US		0	America/New_York	27.9725	-82.2919	12			FL	057		
7217249	Carriage Hills	carriage-hills	US		0	America/New_York	28.0461	-82.3871	22			FL	057		
7217250	Carriage Park	carriage-park	US		0	America/New_York	27.9208	-82.2427	31			FL	057		
7217251	Carriage Pointe	carriage-pointe	US		0	America/New_York	27.8323	-82.364	6			FL	057		
7217252	Carrillon Estates	carrillon-estates	US		0	America/New_York	28.0945	-82.5572	14			FL	057		
7217253	Carroll City	carroll-city	US		0	America/New_York	28.0319	-82.482	14			FL	057		
7217254	Carroll City Center	carroll-city-center	US		0	America/New_York	28.0342	-82.481	13			FL	057		
7217255	Carroll Heights	carroll-heights	US		0	America/New_York	28.0514	-82.4778	13			FL	057		
7217256	Carroll Landing	carroll-landing	US		0	America/New_York	28.0465	-82.4819	12			FL	057		
7217257	Carroll Oaks	carroll-oaks	US		0	America/New_York	28.0301	-82.5084	10			FL	057		
7217259	Carrollton Lakes	carrollton-lakes	US		0	America/New_York	28.1075	-82.4952	16			FL	057		
7217260	Carrollwood Cove	carrollwood-cove	US		0	America/New_York	28.0567	-82.5227	14			FL	057		
7217261	Carrollwood Creek	carrollwood-creek	US		0	America/New_York	28.0682	-82.5324	11			FL	057		
7217262	Carrollwood Crossing	carrollwood-crossing	US		0	America/New_York	28.0631	-82.5222	13			FL	057		
7217263	Carrollwood Estates	carrollwood-estates	US		0	America/New_York	28.0527	-82.512	13			FL	057		
7217264	Carrollwood Key	carrollwood-key	US		0	America/New_York	28.0529	-82.5351	10			FL	057		
7217265	Carrollwood Meadows	carrollwood-meadows	US		0	America/New_York	28.078	-82.5442	13			FL	057		
7217266	Carrollwood Pines	carrollwood-pines	US		0	America/New_York	28.0554	-82.5019	12			FL	057		
7217268	Carrollwood Reserve	carrollwood-reserve	US		0	America/New_York	28.0646	-82.5474	11			FL	057		
7217269	Carrollwood South	carrollwood-south	US		0	America/New_York	28.0484	-82.5149	12			FL	057		
7217270	Carrollwood Springs	carrollwood-springs	US		0	America/New_York	28.0882	-82.5148	15			FL	057		
7217271	Carrollwood West	carrollwood-west	US		0	America/New_York	28.0523	-82.5023	13			FL	057		
7217272	Cartagena	cartagena	US		0	America/New_York	27.9586	-82.4659	3			FL	057		
7217273	Carter Country	carter-country	US		0	America/New_York	27.7198	-82.2383	28			FL	057		
7217274	Cartertown	cartertown	US		0	America/New_York	28.001	-82.4684	7			FL	057		
7217276	Carverwoods	carverwoods	US		0	America/New_York	27.7755	-82.2631	36			FL	057		
7217277	Carylwood	carylwood	US		0	America/New_York	28.0203	-82.2223	21			FL	057		
7217278	Caryn Place	caryn-place	US		0	America/New_York	28.0366	-82.2513	17			FL	057		
7217280	Casa de Sol	casa-de-sol	US		0	America/New_York	27.966	-82.288	13			FL	057		
7217281	Casa del Lago	casa-del-lago	US		0	America/New_York	28.1472	-82.4747	20			FL	057		
7217282	Casa Loma	casa-loma	US		0	America/New_York	28.0293	-82.4658	9			FL	057		
7217284	Casey Lake Manors	casey-lake-manors	US		0	America/New_York	28.0529	-82.5147	14			FL	057		
7217285	Caseys Landing	caseys-landing	US		0	America/New_York	28.0509	-82.5188	13			FL	057		
7217286	Cash Acres	cash-acres	US		0	America/New_York	27.9952	-82.2802	19			FL	057		
7217287	Cashin Oaks	cashin-oaks	US		0	America/New_York	27.9154	-82.2704	23			FL	057		
7217288	Cashwell	cashwell	US		0	America/New_York	28.0063	-82.4353	17			FL	057		
7217289	Cass Street	cass-street	US		0	America/New_York	27.9529	-82.4537	6			FL	057		
7217290	Castillo	castillo	US		0	America/New_York	28.0176	-82.4997	14			FL	057		
7217291	Castillo Villa	castillo-villa	US		0	America/New_York	27.9765	-82.4979	9			FL	057		
7217292	Castle Gardens	castle-gardens	US		0	America/New_York	28.0374	-82.4502	10			FL	057		
7217293	Castle Heights	castle-heights	US		0	America/New_York	28.0418	-82.445	10			FL	057		
7217294	Castle Homes	castle-homes	US		0	America/New_York	27.9901	-82.4176	17			FL	057		
7217295	Castlewood Oaks	castlewood-oaks	US		0	America/New_York	28.0067	-82.2522	12			FL	057		
7217296	Cathcarts Square	cathcarts-square	US		0	America/New_York	28.0002	-82.4547	11			FL	057		
7217297	Catherine City	catherine-city	US		0	America/New_York	28.0012	-82.4629	6			FL	057		
7217298	Catherine Park	catherine-park	US		0	America/New_York	28.1141	-82.5338	17			FL	057		
7217300	Cattlemans Cove	cattlemans-cove	US		0	America/New_York	28.0859	-82.1558	34			FL	057		
7217301	Causeway Boulevard	causeway-boulevard	US		0	America/New_York	27.9244	-82.4078	0			FL	057		
7217302	Causeway Manor	causeway-manor	US		0	America/New_York	27.9182	-82.3708	6			FL	057		
7217303	Cedar Cove	cedar-cove	US		0	America/New_York	28.1323	-82.2842	12			FL	057		
7217304	Cedar Creek at Country Run	cedar-creek-at-country-run	US		0	America/New_York	28.0588	-82.5479	10			FL	057		
7217306	Cedar Oaks	cedar-oaks	US		0	America/New_York	28.0826	-82.244	15			FL	057		
7217308	Cedarwood	cedarwood	US		0	America/New_York	28.1016	-82.4868	17			FL	057		
7217309	Cedarwood Village	cedarwood-village	US		0	America/New_York	28.0387	-82.5161	10			FL	057		
7217311	Central Court	central-court	US		0	America/New_York	27.9688	-82.4559	14			FL	057		
7217312	Central Heights	central-heights	US		0	America/New_York	28.0464	-82.4536	9			FL	057		
7217315	Chadam	chadam	US		0	America/New_York	28.0486	-82.1777	30			FL	057		
7217316	Chadbourne Village	chadbourne-village	US		0	America/New_York	28.0424	-82.529	10			FL	057		
7217317	Chalaiman Estates	chalaiman-estates	US		0	America/New_York	27.7178	-82.4136	5			FL	057		
7217318	Chamberlins	chamberlins	US		0	America/New_York	27.9443	-82.4508	2			FL	057		
7217319	Chancey	chancey	US		0	America/New_York	27.976	-82.233	22			FL	057		
7217320	Chancey Farms	chancey-farms	US		0	America/New_York	27.8371	-82.3324	17			FL	057		
7217322	Chapin Avenue	chapin-avenue	US		0	America/New_York	27.8997	-82.4964	4			FL	057		
7217323	Chapin Green	chapin-green	US		0	America/New_York	27.8994	-82.4953	4			FL	057		
7217324	Chapman Manors	chapman-manors	US		0	America/New_York	28.1102	-82.4542	20			FL	057		
7217325	Charles Donnel Acres	charles-donnel-acres	US		0	America/New_York	27.9491	-82.1642	28			FL	057		
7217326	Chateau Villa	chateau-villa	US		0	America/New_York	27.943	-82.5212	3			FL	057		
7217327	Chateaux Loire	chateaux-loire	US		0	America/New_York	28.1483	-82.5065	18			FL	057		
7217329	Chelsea Manor	chelsea-manor	US		0	America/New_York	27.9648	-82.3198	15			FL	057		
7217330	Chelsea Woods	chelsea-woods	US		0	America/New_York	27.9029	-82.2495	22			FL	057		
7217333	Cherry Park	cherry-park	US		0	America/New_York	28.0267	-82.1085	39			FL	057		
7217334	Chesterfield Heights	chesterfield-heights	US		0	America/New_York	27.9879	-82.4394	15			FL	057		
7217335	Chesterville Park	chesterville-park	US		0	America/New_York	27.9883	-82.4501	16			FL	057		
7217336	Chestnut Forest	chestnut-forest	US		0	America/New_York	27.9859	-82.2545	15			FL	057		
7217337	Cheval Boulevard Estates East	cheval-boulevard-estates-east	US		0	America/New_York	28.1489	-82.5176	17			FL	057		
7217338	Cheval Boulevard Estates West	cheval-boulevard-estates-west	US		0	America/New_York	28.15	-82.5175	17			FL	057		
7217339	Cheval East Bordeaux	cheval-east-bordeaux	US		0	America/New_York	28.1528	-82.5171	17			FL	057		
7217340	Cheval Lake Club Villas	cheval-lake-club-villas	US		0	America/New_York	28.1524	-82.5081	18			FL	057		
7217341	Cheval Wimbledon Village	cheval-wimbledon-village	US		0	America/New_York	28.1473	-82.5049	18			FL	057		
7217342	Chicago Avenue	chicago-avenue	US		0	America/New_York	27.9281	-82.4857	2			FL	057		
7217343	Chickasaw Meadows	chickasaw-meadows	US		0	America/New_York	27.913	-82.2587	31			FL	057		
7217344	Childers	childers	US		0	America/New_York	27.9291	-82.2737	18			FL	057		
7217345	Chrysopsis Floridana	chrysopsis-floridana	US		0	America/New_York	27.8344	-82.3059	21			FL	057		
7217346	Cicello Estates	cicello-estates	US		0	America/New_York	28.0562	-82.2315	20			FL	057		
7217347	Cien Fuegos	cien-fuegos	US		0	America/New_York	27.9459	-82.3008	15			FL	057		
7217348	Cimino Estates	cimino-estates	US		0	America/New_York	28.126	-82.5768	15			FL	057		
7217349	Cimmaron	cimmaron	US		0	America/New_York	27.9106	-82.2387	30			FL	057		
7217350	Cindy Lynn Place	cindy-lynn-place	US		0	America/New_York	27.8527	-82.093	30			FL	057		
7217351	Cinnamon Trace	cinnamon-trace	US		0	America/New_York	27.8985	-82.2268	18			FL	057		
7217352	Citrus Acres	citrus-acres	US		0	America/New_York	28.0818	-82.5807	14			FL	057		
7217353	Citrus Green	citrus-green	US		0	America/New_York	28.118	-82.6121	12			FL	057		
7217354	Citrus Landing	citrus-landing	US		0	America/New_York	28.0026	-82.1257	42			FL	057		
7217355	Citrus Oaks	citrus-oaks	US		0	America/New_York	27.9811	-82.2434	18			FL	057		
7217357	Citrus Park Commons	citrus-park-commons	US		0	America/New_York	28.0635	-82.5513	11			FL	057		
7217358	Citrus Park Crossing	citrus-park-crossing	US		0	America/New_York	28.0648	-82.5808	10			FL	057		
7217359	Citrus Pointe	citrus-pointe	US		0	America/New_York	28.0743	-82.5734	13			FL	057		
7217360	Citrus Wood	citrus-wood	US		0	America/New_York	27.9309	-82.2472	24			FL	057		
7217361	Claonia Highlands	claonia-highlands	US		0	America/New_York	28.0273	-82.4951	16			FL	057		
7217362	Clarice Place	clarice-place	US		0	America/New_York	27.888	-82.5053	3			FL	057		
7217364	Clark Farms	clark-farms	US		0	America/New_York	27.7424	-82.234	35			FL	057		
7217365	Clarkes	clarkes	US		0	America/New_York	27.954	-82.4606	4			FL	057		
7217366	Clarkmere	clarkmere	US		0	America/New_York	28.1269	-82.5779	15			FL	057		
7217367	Clearview	clearview	US		0	America/New_York	28.0307	-82.3991	19			FL	057		
7217368	Cleveland Park	cleveland-park	US		0	America/New_York	27.9438	-82.4889	6			FL	057		
7217369	Clewell Heights	clewell-heights	US		0	America/New_York	28.0841	-82.4329	13			FL	057		
7217370	Clewis Court	clewis-court	US		0	America/New_York	27.9259	-82.4865	2			FL	057		
7217371	Clewis Garden	clewis-garden	US		0	America/New_York	28.0269	-82.3501	4			FL	057		
7217372	Clewis Muck Farms	clewis-muck-farms	US		0	America/New_York	28.0213	-82.3493	5			FL	057		
7217373	Clifford Ham	clifford-ham	US		0	America/New_York	28.0088	-82.0699	41			FL	057		
7217374	Clifton Gardens	clifton-gardens	US		0	America/New_York	27.9356	-82.3031	12			FL	057		
7217376	Climer Estates	climer-estates	US		0	America/New_York	27.8301	-82.191	29			FL	057		
7217377	Clo Mar Homes	clo-mar-homes	US		0	America/New_York	28.0139	-82.4783	7			FL	057		
7217378	Clover Pointe Estates	clover-pointe-estates	US		0	America/New_York	28.0553	-82.1851	30			FL	057		
7217380	Club Manor	club-manor	US		0	America/New_York	27.7085	-82.3483	18			FL	057		
7217381	Club Manor East of Grand Hampton	club-manor-east-of-grand-hampton	US		0	America/New_York	28.1666	-82.3739	15			FL	057		
7217382	Clubhouse Estates at Summerfield	clubhouse-estates-at-summerfield	US		0	America/New_York	27.7977	-82.3083	23			FL	057		
7217383	Clubview	clubview	US		0	America/New_York	28.1556	-82.3514	14			FL	057		
7217384	Coarsey Grove Estates	coarsey-grove-estates	US		0	America/New_York	28.0175	-82.4834	14			FL	057		
7217385	Cobia Cay	cobia-cay	US		0	America/New_York	27.7854	-82.4218	0			FL	057		
7217386	Cole	cole	US		0	America/New_York	27.8891	-82.5189	3			FL	057		
7217387	College Chase	college-chase	US		0	America/New_York	27.7107	-82.4222	4			FL	057		
7217388	College Heights	college-heights	US		0	America/New_York	27.9808	-82.4244	17			FL	057		
7217389	College Hill Woods	college-hill-woods	US		0	America/New_York	27.9095	-82.266	33			FL	057		
7217390	College Park East	college-park-east	US		0	America/New_York	28.0713	-82.3489	15			FL	057		
7217391	College Village	college-village	US		0	America/New_York	28.049	-82.4276	11			FL	057		
7217328	Chelsea	chelsea	US	02150	0	America/New_York	27.9836	-82.4653	6			FL	057		
7217393	Collins Armenia Park	collins-armenia-park	US		0	America/New_York	27.9792	-82.4881	11			FL	057		
7217394	Collins Park	collins-park	US		0	America/New_York	28.0063	-82.1222	41			FL	057		
7217395	Collura	collura	US		0	America/New_York	27.7195	-82.4742	0			FL	057		
7217397	Colonial Grove	colonial-grove	US		0	America/New_York	28.0452	-82.3807	20			FL	057		
7217399	Colonial Hills	colonial-hills	US		0	America/New_York	27.8191	-82.2677	24			FL	057		
7217400	Colonial Oaks	colonial-oaks	US		0	America/New_York	27.8979	-82.2634	22			FL	057		
7217401	Colonial Village	colonial-village	US		0	America/New_York	28.0379	-82.0989	41			FL	057		
7217402	Colonial Woods	colonial-woods	US		0	America/New_York	28.0395	-82.0989	39			FL	057		
7217403	Colony Hill Estates	colony-hill-estates	US		0	America/New_York	27.992	-82.3044	17			FL	057		
7217404	Colony Key	colony-key	US		0	America/New_York	27.8903	-82.4853	1			FL	057		
7217405	Colony South	colony-south	US		0	America/New_York	27.9095	-82.2207	25			FL	057		
7217406	Colson Acres	colson-acres	US		0	America/New_York	27.9472	-82.082	33			FL	057		
7217407	Colson Place	colson-place	US		0	America/New_York	27.9449	-82.0876	34			FL	057		
7217408	Community Estates	community-estates	US		0	America/New_York	28.0211	-82.5019	12			FL	057		
7217409	Cone Estates	cone-estates	US		0	America/New_York	28.1012	-82.5727	15			FL	057		
7217410	Cones	cones	US		0	America/New_York	27.9771	-82.4484	12			FL	057		
7217411	Connell Groves	connell-groves	US		0	America/New_York	27.946	-82.1795	24			FL	057		
7217412	Connelly Estate	connelly-estate	US		0	America/New_York	28.0684	-82.1517	32			FL	057		
7217413	Constellation Acres	constellation-acres	US		0	America/New_York	28.0713	-82.1524	34			FL	057		
7217414	Conway Estates	conway-estates	US		0	America/New_York	27.8524	-82.1388	28			FL	057		
7217415	Cook Estates	cook-estates	US		0	America/New_York	27.8779	-82.0741	34			FL	057		
7217416	Cooks Cove	cooks-cove	US		0	America/New_York	28.0806	-82.1908	26			FL	057		
7217417	Cooper Heights	cooper-heights	US		0	America/New_York	27.9929	-82.444	15			FL	057		
7217418	Cooper Hollow	cooper-hollow	US		0	America/New_York	28.0482	-82.2173	22			FL	057		
7217419	Coopers Bayou	coopers-bayou	US		0	America/New_York	28.1483	-82.4652	20			FL	057		
7217420	Coopers Pond	coopers-pond	US		0	America/New_York	28.1375	-82.4404	19			FL	057		
7217421	Copper Ridge	copper-ridge	US		0	America/New_York	27.9251	-82.2301	24			FL	057		
7217422	Copperfield	copperfield	US		0	America/New_York	28.0319	-82.5636	7			FL	057		
7217423	Corbett Acres	corbett-acres	US		0	America/New_York	27.8493	-82.0973	26			FL	057		
7217424	Corletts	corletts	US		0	America/New_York	27.867	-82.3154	1			FL	057		
7217425	Cornerstone Plaza	cornerstone-plaza	US		0	America/New_York	27.9614	-82.5157	6			FL	057		
7217426	Cornerstone Ranch	cornerstone-ranch	US		0	America/New_York	28.1482	-82.2833	15			FL	057		
7217428	Corronella	corronella	US		0	America/New_York	27.9465	-82.4788	6			FL	057		
7217429	Cortinos	cortinos	US		0	America/New_York	27.9775	-82.444	14			FL	057		
7217430	Cory Lake Isles	cory-lake-isles	US		0	America/New_York	28.1375	-82.3087	15			FL	057		
7217431	Cottagewood Oaks	cottagewood-oaks	US		0	America/New_York	27.9559	-82.3112	15			FL	057		
7217432	Cotters Spring Hill	cotters-spring-hill	US		0	America/New_York	28.0116	-82.4616	5			FL	057		
7217433	Council Crest	council-crest	US		0	America/New_York	28.1492	-82.5989	13			FL	057		
7217434	Country Aire	country-aire	US		0	America/New_York	28.0604	-82.123	32			FL	057		
7217435	Country Breeze Estates	country-breeze-estates	US		0	America/New_York	27.9481	-82.1517	24			FL	057		
7217436	Country Brook Estates	country-brook-estates	US		0	America/New_York	27.9467	-82.1517	23			FL	057		
7217437	Country Chase	country-chase	US		0	America/New_York	28.0327	-82.6275	1			FL	057		
7217438	Country Club Court	country-club-court	US		0	America/New_York	28.0521	-82.4773	13			FL	057		
7217439	Country Club Place	country-club-place	US		0	America/New_York	28.0554	-82.4645	11			FL	057		
7217440	Country Club Village at Carrollwood	country-club-village-at-carrollwood	US		0	America/New_York	28.08	-82.5187	16			FL	057		
7217441	Country Gate	country-gate	US		0	America/New_York	27.898	-82.2217	15			FL	057		
7217442	Country Haven on Bullfrog Creek	country-haven-on-bullfrog-creek	US		0	America/New_York	27.8416	-82.3563	5			FL	057		
7217443	Country Lakes	country-lakes	US		0	America/New_York	28.0902	-82.4648	16			FL	057		
7217444	Country Oak Park	country-oak-park	US		0	America/New_York	28.0353	-82.0675	43			FL	057		
7217445	Country Oaks	country-oaks	US		0	America/New_York	28.1615	-82.428	19			FL	057		
7217446	Country Oaks Estates	country-oaks-estates	US		0	America/New_York	28.0186	-82.226	25			FL	057		
7217447	Country Place	country-place	US		0	America/New_York	28.093	-82.5268	15			FL	057		
7217448	Country Place West	country-place-west	US		0	America/New_York	28.0997	-82.5361	16			FL	057		
7217449	Country Road Acres	country-road-acres	US		0	America/New_York	28.0385	-82.3578	15			FL	057		
7217450	Country Run	country-run	US		0	America/New_York	28.0541	-82.5397	11			FL	057		
7217451	Country Trails	country-trails	US		0	America/New_York	28.0721	-82.2314	21			FL	057		
7217452	Country Village	country-village	US		0	America/New_York	28.0878	-82.5384	15			FL	057		
7217453	Country Woods Estates	country-woods-estates	US		0	America/New_York	27.945	-82.1517	21			FL	057		
7217455	Countryside Village	countryside-village	US		0	America/New_York	27.8555	-82.2917	19			FL	057		
7217456	Courier City	courier-city	US		0	America/New_York	27.9395	-82.4795	7			FL	057		
7217458	Courtney Place	courtney-place	US		0	America/New_York	27.9631	-82.4658	3			FL	057		
7217459	Cousins Corner	cousins-corner	US		0	America/New_York	28.0514	-82.2959	16			FL	057		
7217461	Covewood	covewood	US		0	America/New_York	27.8012	-82.3453	12			FL	057		
7217462	Covina at Bay Park	covina-at-bay-park	US		0	America/New_York	27.7225	-82.4223	3			FL	057		
7217463	Covington Park	covington-park	US		0	America/New_York	27.7826	-82.3639	13			FL	057		
7217464	Cowart Acres	cowart-acres	US		0	America/New_York	27.9516	-82.1016	36			FL	057		
7217465	Cowart Oaks	cowart-oaks	US		0	America/New_York	27.9565	-82.099	36			FL	057		
7217466	Cowley Cove	cowley-cove	US		0	America/New_York	27.8039	-82.3457	11			FL	057		
7217467	Cox Acres	cox-acres	US		0	America/New_York	28.0626	-82.2429	17			FL	057		
7217468	Crabcake	crabcake	US		0	America/New_York	27.9785	-82.4762	3			FL	057		
7217469	Crawford Estates	crawford-estates	US		0	America/New_York	28.0137	-82.4764	8			FL	057		
7217470	Crawford Place	crawford-place	US		0	America/New_York	28.0127	-82.446	16			FL	057		
7217471	Creek View	creek-view	US		0	America/New_York	27.8385	-82.3083	19			FL	057		
7217474	Creekside Acres	creekside-acres	US		0	America/New_York	27.9459	-82.1466	24			FL	057		
7217475	Creightons Mizelle Creek Garden Estates	creightons-mizelle-creek-garden-estates	US		0	America/New_York	27.8417	-82.0978	25			FL	057		
7217476	Crenshaw Acres	crenshaw-acres	US		0	America/New_York	28.1187	-82.4748	18			FL	057		
7217477	Crenshaw Lakes	crenshaw-lakes	US		0	America/New_York	28.1217	-82.4926	19			FL	057		
7217478	Crescent Park	crescent-park	US		0	America/New_York	27.871	-82.5005	3			FL	057		
7217479	Crest Place	crest-place	US		0	America/New_York	28.0091	-82.4508	16			FL	057		
7217480	Crest View	crest-view	US		0	America/New_York	27.9173	-82.4929	3			FL	057		
7217481	Crestmont	crestmont	US		0	America/New_York	28.0425	-82.4532	9			FL	057		
7217482	Crestridge	crestridge	US		0	America/New_York	28.0008	-82.556	3			FL	057		
7217483	Crestwood Estates	crestwood-estates	US		0	America/New_York	27.906	-82.2878	16			FL	057		
7217484	Crichlow Heights	crichlow-heights	US		0	America/New_York	28.0129	-82.4531	14			FL	057		
7217485	Crilly	crilly	US		0	America/New_York	27.9695	-82.4378	14			FL	057		
7217486	Crilly Acres	crilly-acres	US		0	America/New_York	28.1406	-82.4571	20			FL	057		
7217487	Crippenwood	crippenwood	US		0	America/New_York	28.1603	-82.5775	15			FL	057		
7217488	Cristina	cristina	US		0	America/New_York	27.8571	-82.309	20			FL	057		
7217489	Critter Lane	critter-lane	US		0	America/New_York	27.9662	-82.1372	35			FL	057		
7217490	Cross Creek	cross-creek	US		0	America/New_York	28.144	-82.3459	15			FL	057		
7217491	Cross Creek Gardens	cross-creek-gardens	US		0	America/New_York	28.1428	-82.2884	15			FL	057		
7217492	Cross Creek Substation	cross-creek-substation	US		0	America/New_York	28.1476	-82.2847	15			FL	057		
7217493	Croteau	croteau	US		0	America/New_York	28.068	-82.4668	13			FL	057		
7217495	Crumley	crumley	US		0	America/New_York	28.0876	-82.216	21			FL	057		
7217496	Crystal Acres	crystal-acres	US		0	America/New_York	28.1593	-82.4787	19			FL	057		
7217497	Crystal Cove	crystal-cove	US		0	America/New_York	28.1329	-82.4738	20			FL	057		
7217498	Crystal Lakes	crystal-lakes	US		0	America/New_York	28.1364	-82.476	20			FL	057		
7217499	Crystal Lakes View	crystal-lakes-view	US		0	America/New_York	28.1366	-82.474	20			FL	057		
7217500	Crystal Springs Colony Farms	crystal-springs-colony-farms	US		0	America/New_York	28.164	-82.1638	21			FL	057		
7217501	Culbreath Isles	culbreath-isles	US		0	America/New_York	27.9299	-82.5303	0			FL	057		
7217502	Culbreath Oaks	culbreath-oaks	US		0	America/New_York	28.0639	-82.5283	14			FL	057		
7217503	Cullaro	cullaro	US		0	America/New_York	28.1703	-82.4171	19			FL	057		
7217504	Lanes Corner	lanes-corner	US		0	America/New_York	28.0463	-82.2166	23			FL	057		
7217505	Langshire Village	langshire-village	US		0	America/New_York	28.0663	-82.3074	14			FL	057		
7217506	Lanrite	lanrite	US		0	America/New_York	28.0411	-82.3544	13			FL	057		
7217508	Larrie Ellen Park	larrie-ellen-park	US		0	America/New_York	27.9279	-82.2918	16			FL	057		
7217509	Larsen Place	larsen-place	US		0	America/New_York	27.9503	-82.4938	6			FL	057		
7217510	Larson Acres	larson-acres	US		0	America/New_York	27.9471	-82.0869	34			FL	057		
7217512	Laurel Terrace	laurel-terrace	US		0	America/New_York	28.0381	-82.4285	12			FL	057		
7217513	Lavity	lavity	US		0	America/New_York	27.9159	-82.3658	6			FL	057		
7217514	Law Acres	law-acres	US		0	America/New_York	28.0445	-82.211	24			FL	057		
7217517	Layton Estates	layton-estates	US		0	America/New_York	27.98	-82.081	39			FL	057		
7217518	Lazy Lane Estates	lazy-lane-estates	US		0	America/New_York	27.9727	-82.2801	22			FL	057		
7217519	Lazy Oaks	lazy-oaks	US		0	America/New_York	28.0563	-82.2248	21			FL	057		
7217520	Le Clare Estates	le-clare-estates	US		0	America/New_York	28.1151	-82.5446	17			FL	057		
7217521	Le Clare Shores	le-clare-shores	US		0	America/New_York	28.1118	-82.5355	18			FL	057		
7217522	Leaning Pine	leaning-pine	US		0	America/New_York	28.061	-82.1478	32			FL	057		
7217525	Leen	leen	US		0	America/New_York	27.7756	-82.4326	0			FL	057		
7217526	Lees Ranch	lees-ranch	US		0	America/New_York	27.9469	-82.1363	28			FL	057		
7217527	Legacy Park	legacy-park	US		0	America/New_York	27.9209	-82.3468	9			FL	057		
7217528	Legends Pass	legends-pass	US		0	America/New_York	27.9222	-82.2468	27			FL	057		
7217529	Lehman Acres	lehman-acres	US		0	America/New_York	27.9811	-82.205	26			FL	057		
7217530	Leighton Acres	leighton-acres	US		0	America/New_York	27.9678	-82.1837	25			FL	057		
7217531	Leighton Place	leighton-place	US		0	America/New_York	28.0318	-82.4936	15			FL	057		
7217532	Leila Avenue Villas	leila-avenue-villas	US		0	America/New_York	27.8836	-82.5006	3			FL	057		
7217533	Leitners	leitners	US		0	America/New_York	27.9795	-82.3632	7			FL	057		
7217534	Leland Estates	leland-estates	US		0	America/New_York	27.9989	-82.2254	29			FL	057		
7217537	Leonard Terrace	leonard-terrace	US		0	America/New_York	28.0111	-82.444	15			FL	057		
7217538	Leonard Woods	leonard-woods	US		0	America/New_York	27.8459	-82.3068	22			FL	057		
7217539	Leone Estates	leone-estates	US		0	America/New_York	27.9679	-82.4958	12			FL	057		
7217540	Les Jardins de Floride	les-jardins-de-floride	US		0	America/New_York	27.6495	-82.537	1			FL	057		
7217541	Leslie Acres	leslie-acres	US		0	America/New_York	28.0635	-82.2295	21			FL	057		
7217542	Levinson	levinson	US		0	America/New_York	28.0736	-82.502	15			FL	057		
7217543	Lewis Heights	lewis-heights	US		0	America/New_York	27.9885	-82.4422	17			FL	057		
7217544	Lexie Lane	lexie-lane	US		0	America/New_York	27.9947	-82.0687	38			FL	057		
7217545	Lightfoot Acres	lightfoot-acres	US		0	America/New_York	27.8389	-82.1713	33			FL	057		
7217546	Lillie Estates	lillie-estates	US		0	America/New_York	27.7112	-82.4493	2			FL	057		
7217547	Lin Lan Terrace	lin-lan-terrace	US		0	America/New_York	28.0308	-82.406	17			FL	057		
7217549	Lincoln Gardens	lincoln-gardens	US		0	America/New_York	27.9611	-82.5077	9			FL	057		
7217551	Lincoln Park East	lincoln-park-east	US		0	America/New_York	28.0132	-82.1115	40			FL	057		
7217552	Lincoln Park Heights	lincoln-park-heights	US		0	America/New_York	28.0159	-82.1106	41			FL	057		
7217553	Lincoln Park South	lincoln-park-south	US		0	America/New_York	28.0129	-82.1149	39			FL	057		
7217554	Lincoln Square	lincoln-square	US		0	America/New_York	27.9503	-82.4969	7			FL	057		
7217555	Lincoln Terrace	lincoln-terrace	US		0	America/New_York	27.9479	-82.4979	6			FL	057		
7217556	Lincolnwood Estates	lincolnwood-estates	US		0	America/New_York	28.1693	-82.4316	17			FL	057		
7217557	Linda Court	linda-court	US		0	America/New_York	28.0299	-82.4283	14			FL	057		
7217558	Linda Diane	linda-diane	US		0	America/New_York	28.0308	-82.4053	17			FL	057		
7217559	Lindawoods	lindawoods	US		0	America/New_York	28.1344	-82.5805	19			FL	057		
7217560	Lindelaan	lindelaan	US		0	America/New_York	28.0442	-82.497	12			FL	057		
7217561	Lindow Estates	lindow-estates	US		0	America/New_York	28.0487	-82.1649	35			FL	057		
7217563	Linebaugh Avenue Estates	linebaugh-avenue-estates	US		0	America/New_York	28.0394	-82.4001	20			FL	057		
7217564	Linebaugh Estates	linebaugh-estates	US		0	America/New_York	28.0418	-82.4622	10			FL	057		
7217565	Lingerlong	lingerlong	US		0	America/New_York	27.9351	-82.479	5			FL	057		
7217566	Lipscomb Villa	lipscomb-villa	US		0	America/New_York	27.9574	-82.4522	7			FL	057		
7217567	Lithia Estates	lithia-estates	US		0	America/New_York	27.8462	-82.1661	33			FL	057		
7217568	Lithia Pines	lithia-pines	US		0	America/New_York	27.8542	-82.1268	22			FL	057		
7217569	Lithia Ranch	lithia-ranch	US		0	America/New_York	27.8364	-82.1848	30			FL	057		
7217570	Lithia Ridge	lithia-ridge	US		0	America/New_York	27.8816	-82.2244	9			FL	057		
7217571	Little Alafia Creek Estates	little-alafia-creek-estates	US		0	America/New_York	27.9632	-82.1346	34			FL	057		
7217572	Little Bit Manor	little-bit-manor	US		0	America/New_York	28.0988	-82.2105	21			FL	057		
7217573	Little Cuba	little-cuba	US		0	America/New_York	27.9715	-82.425	13			FL	057		
7217574	Little Eleven	little-eleven	US		0	America/New_York	28.0213	-82.4753	8			FL	057		
7217575	Little Henry	little-henry	US		0	America/New_York	28.0222	-82.4754	9			FL	057		
7217576	Little Manatee Heights	little-manatee-heights	US		0	America/New_York	27.6895	-82.4381	6			FL	057		
7217577	Little Manatee River Estates	little-manatee-river-estates	US		0	America/New_York	27.6617	-82.3396	8			FL	057		
7217578	Little Oak Estates	little-oak-estates	US		0	America/New_York	27.8918	-82.2501	18			FL	057		
7217580	Live Oak Place	live-oak-place	US		0	America/New_York	27.9255	-82.5016	6			FL	057		
7217581	Live Oak Preserve	live-oak-preserve	US		0	America/New_York	28.163	-82.3497	17			FL	057		
7217582	Livingston Acres	livingston-acres	US		0	America/New_York	28.1195	-82.4339	17			FL	057		
7217583	Livingston Acres Estates	livingston-acres-estates	US		0	America/New_York	28.1179	-82.4326	18			FL	057		
7217584	Livingston Avenue Estates	livingston-avenue-estates	US		0	America/New_York	28.0838	-82.4288	13			FL	057		
7217585	Livingston Heights	livingston-heights	US		0	America/New_York	27.9903	-82.4283	17			FL	057		
7217586	Livingston Oaks	livingston-oaks	US		0	America/New_York	28.0998	-82.4286	12			FL	057		
7217587	Livingston Place	livingston-place	US		0	America/New_York	28.1119	-82.4283	12			FL	057		
7217588	Locicero Columbia Park	locicero-columbia-park	US		0	America/New_York	27.9689	-82.3782	10			FL	057		
7217589	Log Cabin Hills	log-cabin-hills	US		0	America/New_York	28.0439	-82.4508	9			FL	057		
7217590	Logan Gate Village	logan-gate-village	US		0	America/New_York	28.05865	-82.55874	11			FL	057		
7217591	Logan Place	logan-place	US		0	America/New_York	28.0586	-82.5631	9			FL	057		
7217592	Logans Park	logans-park	US		0	America/New_York	27.9847	-82.4501	15			FL	057		
7217593	Lone Oak Grove	lone-oak-grove	US		0	America/New_York	27.9602	-82.1692	28			FL	057		
7217594	Lone Oak Haven	lone-oak-haven	US		0	America/New_York	27.9582	-82.1626	29			FL	057		
7217596	Lonesome Hollow	lonesome-hollow	US		0	America/New_York	27.6692	-82.2347	31			FL	057		
7217597	Lonesome Pines Estates	lonesome-pines-estates	US		0	America/New_York	27.7654	-82.2878	35			FL	057		
7217598	Long Fritzke	long-fritzke	US		0	America/New_York	28.0291	-82.217	22			FL	057		
7217599	Longboat Landing	longboat-landing	US		0	America/New_York	28.1081	-82.5406	16			FL	057		
7217600	Lookout Place	lookout-place	US		0	America/New_York	27.7696	-82.3957	2			FL	057		
7217601	Loral	loral	US		0	America/New_York	27.9533	-82.2912	12			FL	057		
7217602	Lorene Terrace	lorene-terrace	US		0	America/New_York	28.0394	-82.4862	13			FL	057		
7217603	Lorraine Estates	lorraine-estates	US		0	America/New_York	28.0126	-82.4782	8			FL	057		
7217604	Los Cien	los-cien	US		0	America/New_York	27.9713	-82.4869	10			FL	057		
7217605	Lost River Preserve	lost-river-preserve	US		0	America/New_York	27.6983	-82.494	2			FL	057		
7217606	Lougamel, Plant City	lougamel-plant-city	US		0	America/New_York	28.1111	-82.1539	28			FL	057		
7217607	Louis Place	louis-place	US		0	America/New_York	27.9369	-82.5065	6			FL	057		
7217609	Loveras	loveras	US		0	America/New_York	27.962	-82.4386	6			FL	057		
7217610	Lovitis Park	lovitis-park	US		0	America/New_York	27.9947	-82.2098	37			FL	057		
7217611	Lowell Village	lowell-village	US		0	America/New_York	28.0678	-82.5303	13			FL	057		
7217612	Lowry Lane	lowry-lane	US		0	America/New_York	28.0172	-82.4662	6			FL	057		
7217613	Lowry Oaks	lowry-oaks	US		0	America/New_York	28.0209	-82.4723	7			FL	057		
7217614	Lucas Manor	lucas-manor	US		0	America/New_York	27.9396	-82.1591	22			FL	057		
7217615	Lucky Strike	lucky-strike	US		0	America/New_York	27.9618	-82.4505	12			FL	057		
7217616	Lucy Dell	lucy-dell	US		0	America/New_York	28.0063	-82.4095	10			FL	057		
7217617	Lukes	lukes	US		0	America/New_York	27.966	-82.3821	8			FL	057		
7217618	Lullaby Pines	lullaby-pines	US		0	America/New_York	27.9725	-82.4163	11			FL	057		
7217619	Lumsden Pointe	lumsden-pointe	US		0	America/New_York	27.9196	-82.2572	25			FL	057		
7217620	Lumsden Trace	lumsden-trace	US		0	America/New_York	27.9213	-82.231	32			FL	057		
7217621	Luna Park	luna-park	US		0	America/New_York	27.9274	-82.4821	1			FL	057		
7217622	Lurline Terrace	lurline-terrace	US		0	America/New_York	28.0097	-82.4071	9			FL	057		
7217623	Lutz Country Estates	lutz-country-estates	US		0	America/New_York	28.1193	-82.4496	18			FL	057		
7217624	Lutz Lake	lutz-lake	US		0	America/New_York	28.1542	-82.4626	21			FL	057		
7217625	Lykes	lykes	US		0	America/New_York	27.9605	-82.4523	9			FL	057		
7217626	Lykes Estates	lykes-estates	US		0	America/New_York	27.8845	-82.4818	0			FL	057		
7217627	Lynn Estates	lynn-estates	US		0	America/New_York	27.8346	-82.2011	24			FL	057		
7217628	Lynn Lake	lynn-lake	US		0	America/New_York	28.0454	-82.5436	11			FL	057		
7217629	Lynn Oaks	lynn-oaks	US		0	America/New_York	28.0233	-82.2216	24			FL	057		
7217630	Lynnette Estates	lynnette-estates	US		0	America/New_York	28.0573	-82.4887	14			FL	057		
7217631	Lynnhaven	lynnhaven	US		0	America/New_York	27.8763	-82.3134	3			FL	057		
7217633	Lynwood Park	lynwood-park	US		0	America/New_York	27.9724	-82.2756	18			FL	057		
7217635	Maag	maag	US		0	America/New_York	28.0074	-82.4496	17			FL	057		
7217636	Mac Acres	mac-acres	US		0	America/New_York	27.8194	-82.0944	32			FL	057		
7217637	Mac Dill Heights	mac-dill-heights	US		0	America/New_York	27.8887	-82.4962	4			FL	057		
7217638	Mac Dill Park	mac-dill-park	US		0	America/New_York	27.8863	-82.497	3			FL	057		
7217639	MacDill Estates	macdill-estates	US		0	America/New_York	27.8687	-82.4914	2			FL	057		
7217640	MacKenzie	mackenzie	US		0	America/New_York	27.9439	-82.5166	3			FL	057		
7217641	MacKinlay Terrace	mackinlay-terrace	US		0	America/New_York	27.8162	-82.384	1			FL	057		
7217642	Mackmay	mackmay	US		0	America/New_York	27.9838	-82.444	13			FL	057		
7217643	Madigan Park	madigan-park	US		0	America/New_York	27.9435	-82.5155	3			FL	057		
7217644	Madison Park	madison-park	US		0	America/New_York	28.0091	-82.1313	37			FL	057		
7217645	Madison Park East	madison-park-east	US		0	America/New_York	28.0101	-82.1284	37			FL	057		
7217646	Madison Park South	madison-park-south	US		0	America/New_York	28.0055	-82.1317	37			FL	057		
7217647	Madison Park West	madison-park-west	US		0	America/New_York	28.0084	-82.1349	37			FL	057		
7217648	Madison Terrace	madison-terrace	US		0	America/New_York	28.0064	-82.1347	36			FL	057		
7217649	Madison-Cole	madison-cole	US		0	America/New_York	27.8846	-82.4956	3			FL	057		
7217651	Madrona Heights	madrona-heights	US		0	America/New_York	27.9607	-82.371	5			FL	057		
7217652	Madsen Court	madsen-court	US		0	America/New_York	27.9847	-82.4481	15			FL	057		
7217653	Maffett	maffett	US		0	America/New_York	28.0559	-82.3966	16			FL	057		
7217654	Magdalene Forest	magdalene-forest	US		0	America/New_York	28.068	-82.4927	17			FL	057		
7217655	Magdalene Grove	magdalene-grove	US		0	America/New_York	28.0781	-82.4737	17			FL	057		
7217656	Magdalene Reserve	magdalene-reserve	US		0	America/New_York	28.0655	-82.4818	16			FL	057		
7217657	Magdalene Shores Estates	magdalene-shores-estates	US		0	America/New_York	28.0707	-82.4805	17			FL	057		
7217658	Magnolia Beach	magnolia-beach	US		0	America/New_York	27.8558	-82.3614	0			FL	057		
7217659	Magnolia Chase	magnolia-chase	US		0	America/New_York	28.131	-82.3512	13			FL	057		
7217660	Magnolia Court	magnolia-court	US		0	America/New_York	27.9864	-82.483	9			FL	057		
7217661	Magnolia Manors	magnolia-manors	US		0	America/New_York	28.0595	-82.2976	12			FL	057		
7217662	Magnolia Mobile Manor	magnolia-mobile-manor	US		0	America/New_York	28.0141	-82.2598	15			FL	057		
7217663	Magnolia Park	magnolia-park	US		0	America/New_York	28.0209	-82.1324	33			FL	057		
7217664	Magnolia Trails	magnolia-trails	US		0	America/New_York	27.8259	-82.3793	2			FL	057		
7217665	Magnolias at Dawn	magnolias-at-dawn	US		0	America/New_York	28.002	-82.2476	16			FL	057		
7217666	Maine Park	maine-park	US		0	America/New_York	27.9715	-82.4687	5			FL	057		
7217667	Manatee Harbor	manatee-harbor	US		0	America/New_York	27.7068	-82.4666	1			FL	057		
7217668	Mandarin Lakes	mandarin-lakes	US		0	America/New_York	28.0903	-82.5523	14			FL	057		
7217669	Mandolin	mandolin	US		0	America/New_York	28.0644	-82.6166	6			FL	057		
7217670	Manee	manee	US		0	America/New_York	28.0516	-82.2182	23			FL	057		
7217671	Mango Groves	mango-groves	US		0	America/New_York	27.991	-82.3008	20			FL	057		
7217672	Mango Terrace	mango-terrace	US		0	America/New_York	27.9765	-82.3136	10			FL	057		
7217674	Manhattan Manor	manhattan-manor	US		0	America/New_York	27.9004	-82.5164	2			FL	057		
7217675	Manhattan Park	manhattan-park	US		0	America/New_York	28.0678	-82.568	11			FL	057		
7217676	Manhattan Terrace	manhattan-terrace	US		0	America/New_York	27.9294	-82.5193	2			FL	057		
7217677	Mannhurst Oak Manors	mannhurst-oak-manors	US		0	America/New_York	27.8073	-82.1419	28			FL	057		
7217678	Manor Heights	manor-heights	US		0	America/New_York	28.0024	-82.4451	16			FL	057		
7217679	Manor Heights North	manor-heights-north	US		0	America/New_York	28.0043	-82.4445	16			FL	057		
7217680	Manor Heights West	manor-heights-west	US		0	America/New_York	28.0047	-82.4465	18			FL	057		
7217681	Manor Hills	manor-hills	US		0	America/New_York	28.0291	-82.4618	10			FL	057		
7217682	Manor Oaks	manor-oaks	US		0	America/New_York	28.1231	-82.4591	19			FL	057		
7217683	Manors at Manhattan	manors-at-manhattan	US		0	America/New_York	27.8714	-82.5201	3			FL	057		
7217684	Maplehill	maplehill	US		0	America/New_York	28.1213	-82.4284	13			FL	057		
7217686	Mar Cha Long	mar-cha-long	US		0	America/New_York	27.9915	-82.4157	17			FL	057		
7217687	Mar Jo University Terrace	mar-jo-university-terrace	US		0	America/New_York	28.067	-82.3885	10			FL	057		
7217688	Mara Lisa Estates	mara-lisa-estates	US		0	America/New_York	28.1638	-82.4721	20			FL	057		
7217689	Marc I	marc-i	US		0	America/New_York	27.9031	-82.3782	3			FL	057		
7217690	Marcia Oaks	marcia-oaks	US		0	America/New_York	28.0238	-82.2123	28			FL	057		
7217691	Marco	marco	US		0	America/New_York	28.0078	-82.4727	7			FL	057		
7217692	Marene Place	marene-place	US		0	America/New_York	27.9517	-82.533	1			FL	057		
7217693	Margaline Gardens	margaline-gardens	US		0	America/New_York	27.9999	-82.156	39			FL	057		
7217694	Marian	marian	US		0	America/New_York	28.0304	-82.3981	21			FL	057		
7217695	Marie	marie	US		0	America/New_York	27.9971	-82.4365	18			FL	057		
7217696	Marie Heights	marie-heights	US		0	America/New_York	27.9874	-82.4424	15			FL	057		
7217698	Marigold Gardens	marigold-gardens	US		0	America/New_York	28.0704	-82.4459	12			FL	057		
7217699	Marilyn Shores	marilyn-shores	US		0	America/New_York	28.127	-82.4775	18			FL	057		
7217700	Marina Village	marina-village	US		0	America/New_York	27.7815	-82.4218	0			FL	057		
7217701	Marine Manor	marine-manor	US		0	America/New_York	27.9257	-82.4859	1			FL	057		
7217702	Mariner Estates	mariner-estates	US		0	America/New_York	27.9413	-82.5413	0			FL	057		
7217703	Marita	marita	US		0	America/New_York	28.0388	-82.4803	14			FL	057		
7217704	Mark Hall Acres	mark-hall-acres	US		0	America/New_York	28.0387	-82.18	30			FL	057		
7217705	Marlyn Manor	marlyn-manor	US		0	America/New_York	27.947	-82.2475	21			FL	057		
7217706	Marphil Manor	marphil-manor	US		0	America/New_York	27.9073	-82.2911	14			FL	057		
7217707	Marquard Manor	marquard-manor	US		0	America/New_York	27.8179	-82.3783	2			FL	057		
7217709	Marriott	marriott	US		0	America/New_York	28.0562	-82.2215	23			FL	057		
7217710	Marshall Heights	marshall-heights	US		0	America/New_York	28.0099	-82.1106	42			FL	057		
7217711	Marshall Terrace	marshall-terrace	US		0	America/New_York	28.0121	-82.107	42			FL	057		
7217712	Martello Heights	martello-heights	US		0	America/New_York	28.0562	-82.3416	13			FL	057		
7217713	Martha Ann Trailer Village	martha-ann-trailer-village	US		0	America/New_York	28.065	-82.531	14			FL	057		
7217715	Martin Luther King Village	martin-luther-king-village	US		0	America/New_York	27.98	-82.4301	17			FL	057		
7217716	Frances Arbor South	frances-arbor-south	US		0	America/New_York	28.0454	-82.3758	17			FL	057		
7217717	Frances Arbor Villas	frances-arbor-villas	US		0	America/New_York	28.0489	-82.3797	14			FL	057		
7217719	Franklin Creek Estates	franklin-creek-estates	US		0	America/New_York	28.0818	-82.231	19			FL	057		
7217720	Franklin Place	franklin-place	US		0	America/New_York	27.9657	-82.4502	12			FL	057		
7217721	Franklin Reserve	franklin-reserve	US		0	America/New_York	28.0857	-82.2327	18			FL	057		
7217722	Franklin Woodlands	franklin-woodlands	US		0	America/New_York	28.0818	-82.2306	19			FL	057		
7217723	Franquiz	franquiz	US		0	America/New_York	27.9764	-82.4419	14			FL	057		
7217724	Frazier	frazier	US		0	America/New_York	28.1634	-82.4698	20			FL	057		
7217725	Free Land Heights	free-land-heights	US		0	America/New_York	28.0597	-82.4645	12			FL	057		
7217726	Freedom Village	freedom-village	US		0	America/New_York	27.7179	-82.3656	11			FL	057		
7217727	Frenchs	frenchs	US		0	America/New_York	28.1151	-82.5479	15			FL	057		
7217729	Friendship Estates	friendship-estates	US		0	America/New_York	28.1219	-82.4331	17			FL	057		
7217730	Friendship Heights	friendship-heights	US		0	America/New_York	27.8821	-82.4876	1			FL	057		
7217731	Fritzke Acres	fritzke-acres	US		0	America/New_York	28.0373	-82.2176	23			FL	057		
7217732	Fritzke Estates	fritzke-estates	US		0	America/New_York	28.0368	-82.2138	23			FL	057		
7217733	Frye	frye	US		0	America/New_York	27.9911	-82.3045	16			FL	057		
7217734	Fullenkamp Acres	fullenkamp-acres	US		0	America/New_York	28.0514	-82.206	26			FL	057		
7217736	Funks Home Park	funks-home-park	US		0	America/New_York	27.9971	-82.407	16			FL	057		
7217737	Futch Acres	futch-acres	US		0	America/New_York	28.0089	-82.073	41			FL	057		
7217738	Futch Place	futch-place	US		0	America/New_York	28.0089	-82.0752	41			FL	057		
7217739	Futchs	futchs	US		0	America/New_York	27.9644	-82.4293	3			FL	057		
7217740	Gaineys Acres, Plant City	gaineys-acres-plant-city	US		0	America/New_York	28.1072	-82.1476	29			FL	057		
7217741	Gallagher Acres	gallagher-acres	US		0	America/New_York	28.0389	-82.2342	21			FL	057		
7217742	Gallagher Estates	gallagher-estates	US		0	America/New_York	28.0428	-82.2379	19			FL	057		
7217743	Gallagher Lakes	gallagher-lakes	US		0	America/New_York	27.9736	-82.229	21			FL	057		
7217744	Gallagher Meadows	gallagher-meadows	US		0	America/New_York	27.9704	-82.232	22			FL	057		
7217745	Galleria	galleria	US		0	America/New_York	28.0533	-82.5072	12			FL	057		
7217746	Gallery Gardens	gallery-gardens	US		0	America/New_York	27.8998	-82.2906	9			FL	057		
7217747	Galloway Heights	galloway-heights	US		0	America/New_York	27.9934	-82.4074	18			FL	057		
7217748	Gamelou Estates	gamelou-estates	US		0	America/New_York	28.0752	-82.1803	27			FL	057		
7217749	Gandy Boulevard Park	gandy-boulevard-park	US		0	America/New_York	27.89	-82.5001	3			FL	057		
7217750	Gandy Gardens	gandy-gardens	US		0	America/New_York	27.8831	-82.5175	3			FL	057		
7217751	Gandy Manor	gandy-manor	US		0	America/New_York	27.8873	-82.5084	3			FL	057		
7217752	Gandy Manor Estates	gandy-manor-estates	US		0	America/New_York	27.8808	-82.5168	3			FL	057		
7217753	Gantree	gantree	US		0	America/New_York	27.7131	-82.3425	19			FL	057		
7217754	Garden Acres	garden-acres	US		0	America/New_York	27.9897	-82.4579	8			FL	057		
7217757	Garden Oaks	garden-oaks	US		0	America/New_York	27.9259	-82.2811	12			FL	057		
7217758	Gardenia	gardenia	US		0	America/New_York	27.9147	-82.505	5			FL	057		
7217759	Gardenia Heights	gardenia-heights	US		0	America/New_York	28.019	-82.4873	13			FL	057		
7217760	Gardenville	gardenville	US		0	America/New_York	27.9676	-82.4162	9			FL	057		
7217761	Garrett Heights	garrett-heights	US		0	America/New_York	27.9718	-82.4612	11			FL	057		
7217762	Garytown	garytown	US		0	America/New_York	27.9612	-82.4286	3			FL	057		
7217764	Gator Trail	gator-trail	US		0	America/New_York	28.0658	-82.177	28			FL	057		
7217765	Gaudys Paradise	gaudys-paradise	US		0	America/New_York	27.6735	-82.4012	3			FL	057		
7217766	Gavin Estates	gavin-estates	US		0	America/New_York	28.0026	-82.227	32			FL	057		
7217767	Gay Villa Farms	gay-villa-farms	US		0	America/New_York	28.1083	-82.4596	18			FL	057		
7217768	Gemstone Acres	gemstone-acres	US		0	America/New_York	27.9792	-82.086	37			FL	057		
7217770	Gentilly Oaks	gentilly-oaks	US		0	America/New_York	28.0236	-82.3736	18			FL	057		
7217771	George Road Estates	george-road-estates	US		0	America/New_York	28.0024	-82.5505	4			FL	057		
7217772	Georgia Park	georgia-park	US		0	America/New_York	27.9861	-82.4547	14			FL	057		
7217773	Georgia Terrace	georgia-terrace	US		0	America/New_York	28.0006	-82.4131	17			FL	057		
7217774	Gibson Terrace	gibson-terrace	US		0	America/New_York	28.025	-82.1117	39			FL	057		
7217775	Gibsonton on the Bay	gibsonton-on-the-bay	US		0	America/New_York	27.8513	-82.3833	2			FL	057		
7217776	Giddens	giddens	US		0	America/New_York	27.957	-82.4529	7			FL	057		
7217778	Gilbertsen Acres	gilbertsen-acres	US		0	America/New_York	28.0669	-82.1063	33			FL	057		
7217780	Gilchrist Heights	gilchrist-heights	US		0	America/New_York	28.0239	-82.1184	36			FL	057		
7217781	Gilfort	gilfort	US		0	America/New_York	28.053	-82.2888	19			FL	057		
7217782	Gillespies Glen	gillespies-glen	US		0	America/New_York	27.9629	-82.1683	29			FL	057		
7217783	Gillett Acres	gillett-acres	US		0	America/New_York	28.043	-82.2478	17			FL	057		
7217784	Gillette Park	gillette-park	US		0	America/New_York	27.9749	-82.4879	11			FL	057		
7217785	Gilmore Manor	gilmore-manor	US		0	America/New_York	28.0207	-82.2941	24			FL	057		
7217786	Glen Ellen Village	glen-ellen-village	US		0	America/New_York	28.047	-82.5286	13			FL	057		
7217787	Glen Oaks South	glen-oaks-south	US		0	America/New_York	27.8844	-82.2878	14			FL	057		
7217789	Glengarry Green	glengarry-green	US		0	America/New_York	27.7105	-82.3203	25			FL	057		
7217790	Glennoaks	glennoaks	US		0	America/New_York	27.9768	-82.491	11			FL	057		
7217792	Glenwood Acres	glenwood-acres	US		0	America/New_York	27.9301	-82.3998	3			FL	057		
7217793	Glovers	glovers	US		0	America/New_York	27.9722	-82.4176	13			FL	057		
7217794	Godins Golden Acres	godins-golden-acres	US		0	America/New_York	28.0182	-82.2227	27			FL	057		
7217795	Goins Terrace	goins-terrace	US		0	America/New_York	27.9977	-82.2823	21			FL	057		
7217796	Gold Coast	gold-coast	US		0	America/New_York	27.9825	-82.3452	11			FL	057		
7217735	Fulton	fulton	US	13069	0	America/New_York	27.9588	-82.3994	7			FL	057		
7217797	Gold Rush	gold-rush	US		0	America/New_York	27.9531	-82.3846	2			FL	057		
7217799	Golden Estates	golden-estates	US		0	America/New_York	27.9985	-82.553	3			FL	057		
7217800	Golden Park	golden-park	US		0	America/New_York	28.0311	-82.477	9			FL	057		
7217801	Golden Ring Groves	golden-ring-groves	US		0	America/New_York	28.0009	-82.3893	18			FL	057		
7217802	Golden Terrace	golden-terrace	US		0	America/New_York	28.0225	-82.3991	7			FL	057		
7217803	Goldmine	goldmine	US		0	America/New_York	27.9503	-82.4922	6			FL	057		
7217804	Golds	golds	US		0	America/New_York	27.9674	-82.4682	2			FL	057		
7217805	Golf and Sea Village	golf-and-sea-village	US		0	America/New_York	27.7635	-82.4186	1			FL	057		
7217806	Golf Manor	golf-manor	US		0	America/New_York	28.0395	-82.3772	7			FL	057		
7217807	Golf View Estates	golf-view-estates	US		0	America/New_York	27.928	-82.5027	6			FL	057		
7217808	Golf View Heights	golf-view-heights	US		0	America/New_York	28.0521	-82.4667	11			FL	057		
7217809	Golf View Park	golf-view-park	US		0	America/New_York	27.9322	-82.4995	6			FL	057		
7217810	Golf View Place	golf-view-place	US		0	America/New_York	27.9357	-82.4996	6			FL	057		
7217811	Golfland Park	golfland-park	US		0	America/New_York	28.0448	-82.4773	13			FL	057		
7217812	Golfwood Estates	golfwood-estates	US		0	America/New_York	27.9852	-82.5518	3			FL	057		
7217815	Goolsby Pointe	goolsby-pointe	US		0	America/New_York	27.8524	-82.3042	21			FL	057		
7217817	Gordon Oaks	gordon-oaks	US		0	America/New_York	28.0286	-82.1155	38			FL	057		
7217818	Gough Pless Estates	gough-pless-estates	US		0	America/New_York	28.089	-82.2214	21			FL	057		
7217819	Grace Acres	grace-acres	US		0	America/New_York	28.0424	-82.2132	26			FL	057		
7217820	Grafton Place	grafton-place	US		0	America/New_York	27.9931	-82.4465	14			FL	057		
7217821	Grand Hampton	grand-hampton	US		0	America/New_York	28.1623	-82.3822	13			FL	057		
7217822	Grand Reserve at Tampa Palms	grand-reserve-at-tampa-palms	US		0	America/New_York	28.1155	-82.3852	11			FL	057		
7217824	Grandview Acres	grandview-acres	US		0	America/New_York	28.0279	-82.3951	17			FL	057		
7217825	Grant Place	grant-place	US		0	America/New_York	27.9405	-82.4866	6			FL	057		
7217826	Granville Manor	granville-manor	US		0	America/New_York	28.0268	-82.4796	7			FL	057		
7217827	Graves Orchard	graves-orchard	US		0	America/New_York	27.9528	-82.1419	29			FL	057		
7217828	Gray Gables	gray-gables	US		0	America/New_York	27.943	-82.5	6			FL	057		
7217829	Gray Terrace	gray-terrace	US		0	America/New_York	27.95	-82.5334	1			FL	057		
7217830	Graystone	graystone	US		0	America/New_York	28.0083	-82.2836	24			FL	057		
7217832	Great Oaks	great-oaks	US		0	America/New_York	27.8019	-82.1477	29			FL	057		
7217833	Green Acres	green-acres	US		0	America/New_York	27.727	-82.4307	2			FL	057		
7217834	Green Grass Acres	green-grass-acres	US		0	America/New_York	28.0538	-82.5683	8			FL	057		
7217835	Green Meadow	green-meadow	US		0	America/New_York	28.1192	-82.4408	19			FL	057		
7217836	Green Meadow Estates	green-meadow-estates	US		0	America/New_York	27.9645	-82.3135	10			FL	057		
7217837	Green Pastures	green-pastures	US		0	America/New_York	28.0491	-82.2292	21			FL	057		
7217838	Green Ridge Estates	green-ridge-estates	US		0	America/New_York	27.9353	-82.3606	7			FL	057		
7217840	Greenbriar	greenbriar	US		0	America/New_York	27.7013	-82.3556	16			FL	057		
7217841	Greenbrook Village	greenbrook-village	US		0	America/New_York	28.0501	-82.5313	11			FL	057		
7217842	Greenewood	greenewood	US		0	America/New_York	27.9762	-82.2714	21			FL	057		
7217843	Greenfield Terrace	greenfield-terrace	US		0	America/New_York	27.9796	-82.2789	19			FL	057		
7217844	Greenhills	greenhills	US		0	America/New_York	27.9039	-82.2467	17			FL	057		
7217846	Greenmoor	greenmoor	US		0	America/New_York	28.0624	-82.4851	16			FL	057		
7217847	Greenmoor Grove	greenmoor-grove	US		0	America/New_York	28.0612	-82.4892	16			FL	057		
7217848	Greentree	greentree	US		0	America/New_York	28.0221	-82.4634	8			FL	057		
7217849	Greer Ranch	greer-ranch	US		0	America/New_York	28.1703	-82.4035	16			FL	057		
7217850	Grenelle Gardens	grenelle-gardens	US		0	America/New_York	27.9897	-82.4866	11			FL	057		
7217852	Griflow Park	griflow-park	US		0	America/New_York	27.9128	-82.505	4			FL	057		
7217853	Grimwold	grimwold	US		0	America/New_York	28.0243	-82.1313	38			FL	057		
7217854	Grove Heights	grove-heights	US		0	America/New_York	27.965	-82.4585	13			FL	057		
7217855	Grove Hill Heights	grove-hill-heights	US		0	America/New_York	27.9858	-82.4233	17			FL	057		
7217856	Grove Manor	grove-manor	US		0	America/New_York	28.0639	-82.1788	29			FL	057		
7217857	Grove Park	grove-park	US		0	America/New_York	27.9728	-82.2685	19			FL	057		
7217858	Grove Park Estates	grove-park-estates	US		0	America/New_York	28.0141	-82.4826	11			FL	057		
7217859	Grove Point Village	grove-point-village	US		0	America/New_York	28.047	-82.5219	13			FL	057		
7217860	Grover Estates	grover-estates	US		0	America/New_York	28.0098	-82.4849	13			FL	057		
7217861	Grovewood Court	grovewood-court	US		0	America/New_York	28.0064	-82.4822	11			FL	057		
7217862	Grovewood Estates	grovewood-estates	US		0	America/New_York	28.0589	-82.2976	12			FL	057		
7217863	Guernsey Estates	guernsey-estates	US		0	America/New_York	27.8976	-82.5225	2			FL	057		
7217864	Gulf Sierra Farms	gulf-sierra-farms	US		0	America/New_York	27.9544	-82.0916	36			FL	057		
7217865	Gull Haven	gull-haven	US		0	America/New_York	27.7162	-82.4531	0			FL	057		
7217866	Guterman	guterman	US		0	America/New_York	27.988	-82.4276	16			FL	057		
7217867	Gwaltney Acres	gwaltney-acres	US		0	America/New_York	27.9644	-82.2048	26			FL	057		
7217868	Habana Court North	habana-court-north	US		0	America/New_York	27.9934	-82.488	12			FL	057		
7217869	Habana Gardens	habana-gardens	US		0	America/New_York	27.9914	-82.4876	12			FL	057		
7217870	Habana Gardens North	habana-gardens-north	US		0	America/New_York	27.9855	-82.4877	10			FL	057		
7217871	Habana Heights	habana-heights	US		0	America/New_York	28.0244	-82.4874	14			FL	057		
7217872	Haggard	haggard	US		0	America/New_York	28.0248	-82.1154	38			FL	057		
7217873	Hagin Lake Beach	hagin-lake-beach	US		0	America/New_York	28.0116	-82.4998	13			FL	057		
7217874	Hagle	hagle	US		0	America/New_York	27.9806	-82.4661	7			FL	057		
7217875	Hales Acres	hales-acres	US		0	America/New_York	28.0496	-82.2446	16			FL	057		
7217876	Hales Estates	hales-estates	US		0	America/New_York	28.0485	-82.2458	17			FL	057		
7217877	Half Moon Lake Estates	half-moon-lake-estates	US		0	America/New_York	28.1003	-82.5459	15			FL	057		
7217878	Half Moon Tracts	half-moon-tracts	US		0	America/New_York	28.0957	-82.5526	13			FL	057		
7217879	Half Way Place	half-way-place	US		0	America/New_York	27.886	-82.4921	3			FL	057		
7217880	Hali Acres	hali-acres	US		0	America/New_York	27.9362	-82.3745	6			FL	057		
7217881	Hallman Estates	hallman-estates	US		0	America/New_York	28.1047	-82.2105	22			FL	057		
7217882	Ham Acres	ham-acres	US		0	America/New_York	28.0675	-82.1372	32			FL	057		
7217883	Ham Oaks	ham-oaks	US		0	America/New_York	28.0635	-82.124	32			FL	057		
7217884	Hamilton Heath	hamilton-heath	US		0	America/New_York	28.0186	-82.4496	3			FL	057		
7217885	Hamilton Hills	hamilton-hills	US		0	America/New_York	27.9545	-82.1138	36			FL	057		
7217886	Hamilton Park	hamilton-park	US		0	America/New_York	28.0168	-82.5934	3			FL	057		
7217887	Hamlin Hill Estates	hamlin-hill-estates	US		0	America/New_York	28.0304	-82.3151	23			FL	057		
7217888	Hammock Oaks Reserve	hammock-oaks-reserve	US		0	America/New_York	27.8321	-82.1959	27			FL	057		
7217889	Hammock Woods	hammock-woods	US		0	America/New_York	28.0986	-82.5587	14			FL	057		
7217890	Hammocks	hammocks	US		0	America/New_York	28.1635	-82.3666	15			FL	057		
7217891	Hampshire Park	hampshire-park	US		0	America/New_York	27.9933	-82.4358	17			FL	057		
7217892	Hampton Lakes	hampton-lakes	US		0	America/New_York	28.0933	-82.4952	17			FL	057		
7217893	Hampton Lakes at Main Street	hampton-lakes-at-main-street	US		0	America/New_York	28.0705	-82.6353	5			FL	057		
7217894	Hampton Oaks	hampton-oaks	US		0	America/New_York	28.0374	-82.3582	17			FL	057		
7217895	Hampton on the Green	hampton-on-the-green	US		0	America/New_York	28.1233	-82.3605	12			FL	057		
7217896	Hampton Park	hampton-park	US		0	America/New_York	28.0632	-82.5374	12			FL	057		
7217897	Hampton Place	hampton-place	US		0	America/New_York	28.0446	-82.4981	13			FL	057		
7217898	Hampton Terrace	hampton-terrace	US		0	America/New_York	27.9981	-82.4458	16			FL	057		
7217899	Hampton Village	hampton-village	US		0	America/New_York	28.0973	-82.4942	17			FL	057		
7217900	Hamton	hamton	US		0	America/New_York	27.693	-82.4447	2			FL	057		
7217901	Hanan Estates	hanan-estates	US		0	America/New_York	27.9487	-82.5161	4			FL	057		
7217902	Hanan Park	hanan-park	US		0	America/New_York	27.9461	-82.5238	2			FL	057		
7217904	Hancocks Acres	hancocks-acres	US		0	America/New_York	27.8747	-82.3218	8			FL	057		
7217905	Hankins Acres	hankins-acres	US		0	America/New_York	28.0636	-82.4369	10			FL	057		
7217906	Hankins Virginia Heights	hankins-virginia-heights	US		0	America/New_York	27.9901	-82.444	14			FL	057		
7217907	Hanley Heights	hanley-heights	US		0	America/New_York	27.9915	-82.444	14			FL	057		
7217908	Hanna Heights	hanna-heights	US		0	America/New_York	28.0043	-82.44	16			FL	057		
7217909	Hanna Pond Country Estates	hanna-pond-country-estates	US		0	America/New_York	28.1488	-82.4415	20			FL	057		
7217910	Happy Acres	happy-acres	US		0	America/New_York	27.8812	-82.3168	7			FL	057		
7217911	Happy Homes	happy-homes	US		0	America/New_York	27.9551	-82.2905	14			FL	057		
7217912	Harbor Homes	harbor-homes	US		0	America/New_York	27.9336	-82.449	1			FL	057		
7217913	Harbor Shores	harbor-shores	US		0	America/New_York	27.9042	-82.5291	0			FL	057		
7217914	Harbor View Palms	harbor-view-palms	US		0	America/New_York	27.9019	-82.4999	4			FL	057		
7217915	Harbour Court	harbour-court	US		0	America/New_York	27.9355	-82.4509	1			FL	057		
7217916	Harbour Isles	harbour-isles	US		0	America/New_York	27.7439	-82.4127	2			FL	057		
7217917	Harbourside at Harbour Island	harbourside-at-harbour-island	US		0	America/New_York	27.9302	-82.4487	0			FL	057		
7217918	Hardaman Acres	hardaman-acres	US		0	America/New_York	28.0574	-82.4865	14			FL	057		
7217919	Harder Oaks	harder-oaks	US		0	America/New_York	27.9292	-82.2388	25			FL	057		
7217920	Harding	harding	US		0	America/New_York	27.9503	-82.4958	7			FL	057		
7217921	Harmony Heights	harmony-heights	US		0	America/New_York	28.015	-82.4521	11			FL	057		
7217922	Harney Gardens	harney-gardens	US		0	America/New_York	28.025	-82.3685	11			FL	057		
7217923	Harr Estates	harr-estates	US		0	America/New_York	28.106	-82.5452	16			FL	057		
7217924	Harris Branch	harris-branch	US		0	America/New_York	28.0139	-82.4485	14			FL	057		
7217925	Harris Landings	harris-landings	US		0	America/New_York	28.0377	-82.3261	16			FL	057		
7217927	Harvest Field	harvest-field	US		0	America/New_York	27.9029	-82.2579	27			FL	057		
7217928	Harvey Heights	harvey-heights	US		0	America/New_York	28.0367	-82.4575	11			FL	057		
7217929	Harwell Estates	harwell-estates	US		0	America/New_York	28.019	-82.2016	27			FL	057		
7217932	Hawk Woods	hawk-woods	US		0	America/New_York	28.0369	-82.1759	29			FL	057		
7217935	Hazen Court	hazen-court	US		0	America/New_York	28.0663	-82.2955	13			FL	057		
7217936	Hazen Heights	hazen-heights	US		0	America/New_York	28.0594	-82.2957	13			FL	057		
7217937	Headford	headford	US		0	America/New_York	27.984	-82.4548	14			FL	057		
7217938	Healthy Hill	healthy-hill	US		0	America/New_York	28.0011	-82.4549	11			FL	057		
7217939	Heather Downs	heather-downs	US		0	America/New_York	28.1229	-82.355	13			FL	057		
7217940	Heather Manor	heather-manor	US		0	America/New_York	28.131	-82.4327	17			FL	057		
7217941	Heatherton Heights	heatherton-heights	US		0	America/New_York	28.0495	-82.3761	13			FL	057		
7217942	Heatherwood Village	heatherwood-village	US		0	America/New_York	28.0888	-82.5298	15			FL	057		
7217943	Heiter Heights	heiter-heights	US		0	America/New_York	27.9901	-82.4196	18			FL	057		
7217944	Helen Winter Gardens	helen-winter-gardens	US		0	America/New_York	28.0781	-82.1731	28			FL	057		
7217945	Hellekes	hellekes	US		0	America/New_York	27.968	-82.3799	10			FL	057		
7217947	Henderson Beach	henderson-beach	US		0	America/New_York	27.9265	-82.5231	2			FL	057		
7217948	Henderson Place	henderson-place	US		0	America/New_York	27.9384	-82.5013	6			FL	057		
7217949	Hendry Estates	hendry-estates	US		0	America/New_York	27.7755	-82.1519	36			FL	057		
7217950	Hendry Manor	hendry-manor	US		0	America/New_York	27.8988	-82.4922	4			FL	057		
7217951	Hepp Heights	hepp-heights	US		0	America/New_York	27.9937	-82.4856	13			FL	057		
7217952	Herchel Estates	herchel-estates	US		0	America/New_York	28.0452	-82.3817	22			FL	057		
7217953	Herchel Heights	herchel-heights	US		0	America/New_York	28.0192	-82.3994	10			FL	057		
7217954	Heritage Crest	heritage-crest	US		0	America/New_York	27.9648	-82.2498	22			FL	057		
7217955	Heritage Harbor	heritage-harbor	US		0	America/New_York	28.1651	-82.5051	19			FL	057		
7217956	Heritage Harbor Village	heritage-harbor-village	US		0	America/New_York	28.1579	-82.5029	18			FL	057		
7217957	Heritage Isles	heritage-isles	US		0	America/New_York	28.1538	-82.3054	18			FL	057		
7217958	Hernandez Estates	hernandez-estates	US		0	America/New_York	28.0309	-82.4076	16			FL	057		
7217959	Herndon Estates	herndon-estates	US		0	America/New_York	28.0662	-82.2137	24			FL	057		
7217960	Herndons Mill, Plant City	herndons-mill-plant-city	US		0	America/New_York	28.0891	-82.1412	31			FL	057		
7217961	Herrera	herrera	US		0	America/New_York	28.0846	-82.4382	15			FL	057		
7217962	Hesperides	hesperides	US		0	America/New_York	27.9433	-82.5286	2			FL	057		
7217963	Hesperides Manor	hesperides-manor	US		0	America/New_York	27.9422	-82.5317	1			FL	057		
7217964	Hiawatha Highlands	hiawatha-highlands	US		0	America/New_York	28.0092	-82.4602	8			FL	057		
7217965	Hibiscus Gardens	hibiscus-gardens	US		0	America/New_York	28.0138	-82.5078	10			FL	057		
7217966	Hick	hick	US		0	America/New_York	27.9365	-82.4845	6			FL	057		
7217967	Hickory Creek	hickory-creek	US		0	America/New_York	27.8739	-82.2845	10			FL	057		
7217968	Hickory Highlands	hickory-highlands	US		0	America/New_York	27.88	-82.2825	18			FL	057		
7217969	Hickory Hill	hickory-hill	US		0	America/New_York	28.0005	-82.2708	18			FL	057		
7217970	Hickory Lake Estates	hickory-lake-estates	US		0	America/New_York	27.9148	-82.2915	13			FL	057		
7217971	Hickory Lakes	hickory-lakes	US		0	America/New_York	27.9157	-82.2878	10			FL	057		
7217972	Hickory Lakes Manor	hickory-lakes-manor	US		0	America/New_York	28.0016	-82.2643	13			FL	057		
7217974	Hickory Woods	hickory-woods	US		0	America/New_York	27.8775	-82.2818	18			FL	057		
7217975	Hidden Creek	hidden-creek	US		0	America/New_York	28.0578	-82.3618	8			FL	057		
7217976	Hidden Forest	hidden-forest	US		0	America/New_York	27.8874	-82.2748	12			FL	057		
7217977	Hidden Forest East	hidden-forest-east	US		0	America/New_York	27.9103	-82.2169	15			FL	057		
7217978	Hidden Haven	hidden-haven	US		0	America/New_York	27.9754	-82.4976	10			FL	057		
7217979	Hidden Island Estates	hidden-island-estates	US		0	America/New_York	28.0488	-82.3674	8			FL	057		
7217980	Hidden Lake	hidden-lake	US		0	America/New_York	28.1133	-82.5646	13			FL	057		
7217981	Hidden Lakes Estates	hidden-lakes-estates	US		0	America/New_York	27.8872	-82.2768	13			FL	057		
7217982	Hidden Oaks	hidden-oaks	US		0	America/New_York	28.0386	-82.4647	9			FL	057		
7217983	Hidden Oaks	hidden-oaks	US		0	America/New_York	28.0319	-82.519	11			FL	057		
7217985	High Country Acres	high-country-acres	US		0	America/New_York	27.9838	-82.2262	24			FL	057		
7217986	High Oaks Manor	high-oaks-manor	US		0	America/New_York	27.9063	-82.2574	37			FL	057		
7217987	High Pines	high-pines	US		0	America/New_York	28.0647	-82.4652	13			FL	057		
7217988	High Point Estates	high-point-estates	US		0	America/New_York	27.9102	-82.2621	31			FL	057		
7217990	High School Heights	high-school-heights	US		0	America/New_York	27.9837	-82.4315	17			FL	057		
7217991	High View Terrace	high-view-terrace	US		0	America/New_York	27.9615	-82.2961	13			FL	057		
7217992	Highburg	highburg	US		0	America/New_York	27.9602	-82.4503	8			FL	057		
7217994	Highland Country Estates	highland-country-estates	US		0	America/New_York	27.966	-82.1682	31			FL	057		
7217995	Highland Creek	highland-creek	US		0	America/New_York	27.9542	-82.0782	26			FL	057		
7217996	Highland Estates East	highland-estates-east	US		0	America/New_York	27.9748	-82.4068	13			FL	057		
7217997	Highland Grove	highland-grove	US		0	America/New_York	28.0525	-82.2033	26			FL	057		
7217998	Highland Grove Estates	highland-grove-estates	US		0	America/New_York	27.9551	-82.2848	19			FL	057		
7217999	Highland Heights	highland-heights	US		0	America/New_York	27.9728	-82.4229	15			FL	057		
7218000	Highland Manor	highland-manor	US		0	America/New_York	27.9161	-82.2577	27			FL	057		
7218001	Highland Oaks	highland-oaks	US		0	America/New_York	27.9835	-82.3327	17			FL	057		
7218003	Highland Pines	highland-pines	US		0	America/New_York	27.9718	-82.4121	10			FL	057		
7218004	Highland Pines Estates	highland-pines-estates	US		0	America/New_York	28.0954	-82.243	15			FL	057		
7218005	Highland Ridge	highland-ridge	US		0	America/New_York	27.9039	-82.2746	24			FL	057		
7218006	Highland Terrace	highland-terrace	US		0	America/New_York	27.9245	-82.5133	5			FL	057		
7218007	Highland View	highland-view	US		0	America/New_York	27.9833	-82.4172	17			FL	057		
7218008	Highlands Oaks	highlands-oaks	US		0	America/New_York	28.0853	-82.4733	15			FL	057		
7218009	Highway Heights	highway-heights	US		0	America/New_York	28.0156	-82.142	38			FL	057		
7218010	Highway Park	highway-park	US		0	America/New_York	27.9515	-82.4933	7			FL	057		
7218011	Highwoods Preserve	highwoods-preserve	US		0	America/New_York	28.1313	-82.3743	13			FL	057		
7218012	Hill Crest	hill-crest	US		0	America/New_York	28.008	-82.122	41			FL	057		
7218013	Hill Top Heights	hill-top-heights	US		0	America/New_York	28.0129	-82.4275	14			FL	057		
7218014	Hillcrest	hillcrest	US		0	America/New_York	27.9788	-82.3012	13			FL	057		
7218015	Hillcrest Acres	hillcrest-acres	US		0	America/New_York	28.028	-82.4125	15			FL	057		
7218016	Hillcrest Mobile Estates	hillcrest-mobile-estates	US		0	America/New_York	27.9948	-82.3136	10			FL	057		
7218017	Hilldale Heights of Brandon	hilldale-heights-of-brandon	US		0	America/New_York	27.944	-82.2754	15			FL	057		
7218018	Hillsboro Heights	hillsboro-heights	US		0	America/New_York	28.0307	-82.4367	10			FL	057		
7218019	Hillsboro Heights South	hillsboro-heights-south	US		0	America/New_York	28.0276	-82.4369	11			FL	057		
7218020	Hillsboro Highlands	hillsboro-highlands	US		0	America/New_York	28.0344	-82.4368	12			FL	057		
7218021	Hillsboro Park	hillsboro-park	US		0	America/New_York	28.0308	-82.1283	38			FL	057		
7218022	Hillsborough Avenue Farms	hillsborough-avenue-farms	US		0	America/New_York	27.9981	-82.3268	8			FL	057		
7218023	Hillsborough Heights East	hillsborough-heights-east	US		0	America/New_York	27.9953	-82.4069	16			FL	057		
7218024	Hillsborough River Estates	hillsborough-river-estates	US		0	America/New_York	28.0115	-82.4665	6			FL	057		
7218028	Hilltop Acres	hilltop-acres	US		0	America/New_York	28.0875	-82.5353	16			FL	057		
7218029	Hilltop Estates	hilltop-estates	US		0	America/New_York	28.0047	-82.4055	16			FL	057		
7218030	Hilltop Preserve	hilltop-preserve	US		0	America/New_York	28.0125	-82.2016	32			FL	057		
7218031	Himes Avenue Estates	himes-avenue-estates	US		0	America/New_York	28.009	-82.5003	12			FL	057		
7218032	Hinson Acres	hinson-acres	US		0	America/New_York	27.8996	-82.1943	13			FL	057		
7218033	Hinton Ranch	hinton-ranch	US		0	America/New_York	27.8702	-82.1895	18			FL	057		
7218034	Hiscock Acres	hiscock-acres	US		0	America/New_York	27.7307	-82.1483	31			FL	057		
7218035	Hobby	hobby	US		0	America/New_York	28.0047	-82.0697	41			FL	057		
7218036	Hodges Shady Grove	hodges-shady-grove	US		0	America/New_York	27.9897	-82.4399	17			FL	057		
7218038	Holiday Hills	holiday-hills	US		0	America/New_York	27.9119	-82.2849	15			FL	057		
7218039	Holiday Village	holiday-village	US		0	America/New_York	27.9922	-82.566	2			FL	057		
7218040	Holland Acres	holland-acres	US		0	America/New_York	27.7682	-82.1445	27			FL	057		
7218041	Holley Heights	holley-heights	US		0	America/New_York	28.0049	-82.3524	5			FL	057		
7218042	Hollington Oaks	hollington-oaks	US		0	America/New_York	27.9072	-82.267	28			FL	057		
7218043	Holloman Branch Estates	holloman-branch-estates	US		0	America/New_York	28.1018	-82.2223	20			FL	057		
7218044	Holloway Creek	holloway-creek	US		0	America/New_York	27.9538	-82.1348	29			FL	057		
7218045	Holloway Estates	holloway-estates	US		0	America/New_York	27.9507	-82.1668	28			FL	057		
7218046	Holloway Plantation	holloway-plantation	US		0	America/New_York	27.9536	-82.1269	34			FL	057		
7218047	Hollowtree	hollowtree	US		0	America/New_York	27.9685	-82.2728	17			FL	057		
7218048	Holly Lake Estates	holly-lake-estates	US		0	America/New_York	28.1702	-82.4777	21			FL	057		
7218049	Holly Lane	holly-lane	US		0	America/New_York	28.1587	-82.474	21			FL	057		
7218050	Holly Park	holly-park	US		0	America/New_York	27.9869	-82.5634	1			FL	057		
7218051	Hollyglen Village	hollyglen-village	US		0	America/New_York	28.0501	-82.5228	13			FL	057		
7218052	Hollywood Park	hollywood-park	US		0	America/New_York	28.0197	-82.4569	5			FL	057		
7218053	Homeland Park	homeland-park	US		0	America/New_York	28.0044	-82.126	41			FL	057		
7218054	Homelands	homelands	US		0	America/New_York	27.9941	-82.495	12			FL	057		
7218056	Hood Manor Estates	hood-manor-estates	US		0	America/New_York	27.8693	-82.1766	18			FL	057		
7218057	Hope Park Community	hope-park-community	US		0	America/New_York	27.9732	-82.3777	10			FL	057		
7218058	Horizon Place	horizon-place	US		0	America/New_York	27.9636	-82.501	10			FL	057		
7218059	Horn Acres	horn-acres	US		0	America/New_York	28.0404	-82.1571	30			FL	057		
7218060	Horseshoe Estates	horseshoe-estates	US		0	America/New_York	28.0946	-82.6021	11			FL	057		
7218061	Hounds Hollow	hounds-hollow	US		0	America/New_York	28.1109	-82.4454	18			FL	057		
7218062	Hounds Run	hounds-run	US		0	America/New_York	28.126	-82.4284	17			FL	057		
7218063	Howard Terrace	howard-terrace	US		0	America/New_York	27.9352	-82.4841	6			FL	057		
7218064	Howell Estates	howell-estates	US		0	America/New_York	27.9423	-82.108	35			FL	057		
7218065	Huckleberry Ranch	huckleberry-ranch	US		0	America/New_York	28.0681	-82.2193	22			FL	057		
7218066	Hudson Estates	hudson-estates	US		0	America/New_York	27.966	-82.2705	17			FL	057		
7218067	Hudson Terrace	hudson-terrace	US		0	America/New_York	28.0525	-82.5099	12			FL	057		
7218068	Hudsons Haven	hudsons-haven	US		0	America/New_York	27.9602	-82.2746	26			FL	057		
7218069	Humphrey Estates	humphrey-estates	US		0	America/New_York	28.0302	-82.4763	9			FL	057		
7218070	Hunter Place	hunter-place	US		0	America/New_York	27.8983	-82.2703	14			FL	057		
7218071	Hunters Cove	hunters-cove	US		0	America/New_York	27.9698	-82.2685	18			FL	057		
7218072	Hunters Glen	hunters-glen	US		0	America/New_York	28.1235	-82.5684	15			FL	057		
7218073	Hunters Green	hunters-green	US		0	America/New_York	28.1371	-82.3492	14			FL	057		
7218074	Hunters Hill	hunters-hill	US		0	America/New_York	27.8485	-82.0776	37			FL	057		
7218075	Hunters Lake	hunters-lake	US		0	America/New_York	28.0781	-82.4983	15			FL	057		
7218076	Hunters Run	hunters-run	US		0	America/New_York	28.0213	-82.4997	14			FL	057		
7218077	Huntington by the Campus	huntington-by-the-campus	US		0	America/New_York	28.0651	-82.3987	12			FL	057		
7218078	Huntington of Carrollwood	huntington-of-carrollwood	US		0	America/New_York	28.0296	-82.5192	10			FL	057		
7218080	Hurley Manor	hurley-manor	US		0	America/New_York	27.7736	-82.2983	28			FL	057		
7218081	Hussar Acres	hussar-acres	US		0	America/New_York	28.0196	-82.184	29			FL	057		
7218083	Hyde Park Place	hyde-park-place	US		0	America/New_York	27.9411	-82.4611	0			FL	057		
7218084	Hyde Park West	hyde-park-west	US		0	America/New_York	27.9324	-82.477	2			FL	057		
7218086	Ida Heights	ida-heights	US		0	America/New_York	27.9363	-82.5135	5			FL	057		
7218087	Idle Forest	idle-forest	US		0	America/New_York	28.0008	-82.5023	10			FL	057		
7218088	Idle Grove Park	idle-grove-park	US		0	America/New_York	28.0019	-82.4947	12			FL	057		
7218089	Idlewild on the Hillsborough	idlewild-on-the-hillsborough	US		0	America/New_York	28.0014	-82.4675	7			FL	057		
7218090	Imperial Estates	imperial-estates	US		0	America/New_York	28.0386	-82.4779	13			FL	057		
7218091	Independence Square	independence-square	US		0	America/New_York	28.0038	-82.4333	18			FL	057		
7218094	Indian Lakes	indian-lakes	US		0	America/New_York	28.06816	-82.56187	11			FL	057		
7218095	Indian Mound Estates	indian-mound-estates	US		0	America/New_York	28.1003	-82.483	17			FL	057		
7218096	Indian Mound Village	indian-mound-village	US		0	America/New_York	28.1015	-82.4831	17			FL	057		
7218097	Indian Oaks	indian-oaks	US		0	America/New_York	28.05047	-82.55668	10			FL	057		
7218098	Indian Trails	indian-trails	US		0	America/New_York	27.9178	-82.2292	30			FL	057		
7218099	Indian Village	indian-village	US		0	America/New_York	28.0441	-82.4532	9			FL	057		
7218100	Inglewood Park	inglewood-park	US		0	America/New_York	28.0652	-82.4573	12			FL	057		
7218101	Innergary Point	innergary-point	US		0	America/New_York	27.9278	-82.2472	28			FL	057		
7218102	Innfields	innfields	US		0	America/New_York	28.0918	-82.6254	8			FL	057		
7218103	Interdonato Place	interdonato-place	US		0	America/New_York	27.9644	-82.1372	34			FL	057		
7218105	Iroquois Park	iroquois-park	US		0	America/New_York	28.0098	-82.4547	14			FL	057		
7218106	Irvine Heights	irvine-heights	US		0	America/New_York	27.9424	-82.2291	22			FL	057		
7218107	Irvinton Heights	irvinton-heights	US		0	America/New_York	28.0273	-82.4576	12			FL	057		
7218108	Isabel Estates	isabel-estates	US		0	America/New_York	27.9678	-82.1314	35			FL	057		
7218109	Island Cay	island-cay	US		0	America/New_York	27.7704	-82.3992	2			FL	057		
7218110	Island Ford Lake Beach	island-ford-lake-beach	US		0	America/New_York	28.1547	-82.5974	13			FL	057		
7218111	Island Homes	island-homes	US		0	America/New_York	27.9346	-82.4527	0			FL	057		
7218112	Island Place	island-place	US		0	America/New_York	27.9383	-82.4484	1			FL	057		
7218113	Island Pond Estates	island-pond-estates	US		0	America/New_York	28.0515	-82.1646	32			FL	057		
7218114	Island Walk	island-walk	US		0	America/New_York	27.7695	-82.3965	2			FL	057		
7218115	Ivinell	ivinell	US		0	America/New_York	28.0083	-82.4275	14			FL	057		
7218116	Ivy Estates	ivy-estates	US		0	America/New_York	27.89132	-82.30803	10			FL	057		
7218117	Jackson Block	jackson-block	US		0	America/New_York	27.9881	-82.4486	15			FL	057		
7218118	Jackson Court	jackson-court	US		0	America/New_York	28.0043	-82.4544	12			FL	057		
7218120	Jacobs Place	jacobs-place	US		0	America/New_York	27.9625	-82.2889	15			FL	057		
7218121	Jacobs Run	jacobs-run	US		0	America/New_York	27.8425	-82.1443	34			FL	057		
7218122	James E Ferrari Estates	james-e-ferrari-estates	US		0	America/New_York	28.0621	-82.4393	11			FL	057		
7218123	Jameson Farms	jameson-farms	US		0	America/New_York	27.807	-82.123	26			FL	057		
7218124	Jane Terrace	jane-terrace	US		0	America/New_York	28.0076	-82.599	2			FL	057		
7218125	Jasmine Pond	jasmine-pond	US		0	America/New_York	28.0318	-82.5105	10			FL	057		
7218126	Jaudon Ranch Estates	jaudon-ranch-estates	US		0	America/New_York	27.9758	-82.2374	21			FL	057		
7218127	Jean Place	jean-place	US		0	America/New_York	27.9311	-82.5022	6			FL	057		
7218128	Jefferson Heights	jefferson-heights	US		0	America/New_York	28.0712	-82.3034	15			FL	057		
7218130	Jenny Lyne Estates	jenny-lyne-estates	US		0	America/New_York	28.0538	-82.4815	12			FL	057		
7218131	Jensen Place	jensen-place	US		0	America/New_York	27.9663	-82.4573	14			FL	057		
7218132	Jenson Heights	jenson-heights	US		0	America/New_York	28.0092	-82.1634	36			FL	057		
7218133	Jerkins Acres	jerkins-acres	US		0	America/New_York	28.0096	-82.2468	15			FL	057		
7218134	Jerrys	jerrys	US		0	America/New_York	27.9347	-82.2376	16			FL	057		
7218135	Jess Walden Oaks	jess-walden-oaks	US		0	America/New_York	27.9988	-82.2511	15			FL	057		
7218136	Jessie Heights	jessie-heights	US		0	America/New_York	27.9684	-82.407	9			FL	057		
7218137	Jessies Place	jessies-place	US		0	America/New_York	28.1597	-82.4415	20			FL	057		
7218138	Jim Kirkland Acres	jim-kirkland-acres	US		0	America/New_York	28.0407	-82.2134	24			FL	057		
7218139	Jo An Terrace	jo-an-terrace	US		0	America/New_York	27.9374	-82.3785	6			FL	057		
7218140	Joannas Reserve	joannas-reserve	US		0	America/New_York	27.961	-82.1715	29			FL	057		
7218141	Jochumsen	jochumsen	US		0	America/New_York	27.9641	-82.4246	6			FL	057		
7218143	Jojo	jojo	US		0	America/New_York	27.8091	-82.3494	8			FL	057		
7218145	Jones Colony Acres	jones-colony-acres	US		0	America/New_York	28.028	-82.0812	43			FL	057		
7218146	Jones Estates	jones-estates	US		0	America/New_York	28.0029	-82.4502	16			FL	057		
7218147	Jones Ridge	jones-ridge	US		0	America/New_York	27.976	-82.0912	36			FL	057		
7218148	Jordan Oaks	jordan-oaks	US		0	America/New_York	27.9545	-82.2544	13			FL	057		
7218149	Joshuas Bend	joshuas-bend	US		0	America/New_York	28.0542	-82.4774	13			FL	057		
7218150	J-R Manor	j-r-manor	US		0	America/New_York	28.0277	-82.5546	7			FL	057		
7218151	Jules Verne Park	jules-verne-park	US		0	America/New_York	27.8885	-82.4839	1			FL	057		
7218152	Julian Estates	julian-estates	US		0	America/New_York	28.0137	-82.4898	11			FL	057		
7218153	Julieann Acres	julieann-acres	US		0	America/New_York	28.0901	-82.2066	22			FL	057		
7218154	June Bloom	june-bloom	US		0	America/New_York	28.0489	-82.2961	24			FL	057		
7218155	Juntunen Acres	juntunen-acres	US		0	America/New_York	27.7652	-82.2669	38			FL	057		
7218156	Jurnigan Acres	jurnigan-acres	US		0	America/New_York	28.0508	-82.1522	32			FL	057		
7218157	Kalebs Forest	kalebs-forest	US		0	America/New_York	28.0007	-82.2503	15			FL	057		
7218158	Kambridge	kambridge	US		0	America/New_York	28.1303	-82.4776	19			FL	057		
7218159	Kanawha Terrace	kanawha-terrace	US		0	America/New_York	27.8635	-82.3535	7			FL	057		
7218160	Kanter-Baker Estates	kanter-baker-estates	US		0	America/New_York	28.1108	-82.5429	16			FL	057		
7218161	Karavas Estates	karavas-estates	US		0	America/New_York	28.1707	-82.45	20			FL	057		
7218162	Karen Heights	karen-heights	US		0	America/New_York	28.0196	-82.4692	6			FL	057		
7218163	Karlson Acres	karlson-acres	US		0	America/New_York	27.8259	-82.2424	24			FL	057		
7218164	Kathryn Park	kathryn-park	US		0	America/New_York	28.0235	-82.4369	10			FL	057		
7218165	Kauchick Estates	kauchick-estates	US		0	America/New_York	28.1677	-82.4538	22			FL	057		
7218166	Kavita Estates	kavita-estates	US		0	America/New_York	27.8446	-82.1847	33			FL	057		
7218167	Kay Wood Heights	kay-wood-heights	US		0	America/New_York	28.0387	-82.4812	13			FL	057		
7218168	Kayla Ranch	kayla-ranch	US		0	America/New_York	27.9611	-82.1106	37			FL	057		
7218169	Kaylas Cove	kaylas-cove	US		0	America/New_York	27.8935	-82.136	30			FL	057		
7218170	Keats	keats	US		0	America/New_York	27.9182	-82.52	2			FL	057		
7218171	Keebler	keebler	US		0	America/New_York	27.971	-82.3173	11			FL	057		
7218173	Keene Country Acres	keene-country-acres	US		0	America/New_York	28.0648	-82.1566	30			FL	057		
7218174	Keene Lake Manors	keene-lake-manors	US		0	America/New_York	28.1442	-82.4446	21			FL	057		
7218175	Keeters	keeters	US		0	America/New_York	28.1512	-82.4253	19			FL	057		
7218176	Kelkath Estates	kelkath-estates	US		0	America/New_York	28.0186	-82.3972	11			FL	057		
7218177	Kellers	kellers	US		0	America/New_York	28.0053	-82.126	41			FL	057		
7218178	Kelloggs	kelloggs	US		0	America/New_York	27.9279	-82.5134	5			FL	057		
7218179	Kelly Ridge	kelly-ridge	US		0	America/New_York	28.0303	-82.4269	10			FL	057		
7218180	Kenilworth Grove	kenilworth-grove	US		0	America/New_York	28.0021	-82.4655	6			FL	057		
7218181	Kenlake	kenlake	US		0	America/New_York	27.8518	-82.3404	9			FL	057		
7218182	Kenny	kenny	US		0	America/New_York	28.0334	-82.2324	22			FL	057		
7218183	Kensington Estates	kensington-estates	US		0	America/New_York	28.1516	-82.4475	19			FL	057		
7218184	Kenwood Acres	kenwood-acres	US		0	America/New_York	27.9222	-82.2507	24			FL	057		
7218185	Kevan	kevan	US		0	America/New_York	27.8847	-82.4991	3			FL	057		
7218186	Key West Landings	key-west-landings	US		0	America/New_York	27.8622	-82.3657	4			FL	057		
7218187	Key Woods Ranch	key-woods-ranch	US		0	America/New_York	28.0428	-82.1757	29			FL	057		
7218188	Keys	keys	US		0	America/New_York	27.9658	-82.4559	14			FL	057		
7218189	Keys at Harbour Island	keys-at-harbour-island	US		0	America/New_York	27.9315	-82.4488	0			FL	057		
7218190	Keystone Acres	keystone-acres	US		0	America/New_York	28.1246	-82.5845	14			FL	057		
7218191	Keystone Beach	keystone-beach	US		0	America/New_York	28.1323	-82.5855	14			FL	057		
7218192	Keystone Cove	keystone-cove	US		0	America/New_York	28.1421	-82.5976	16			FL	057		
7218193	Keystone Crossings	keystone-crossings	US		0	America/New_York	28.0886	-82.5824	11			FL	057		
7218194	Keystone Estates	keystone-estates	US		0	America/New_York	28.1411	-82.597	15			FL	057		
7218129	Jenkins	jenkins	US	41537	0	America/New_York	27.8994	-82.4936	4			FL	057		
7218195	Keystone Farms	keystone-farms	US		0	America/New_York	28.1275	-82.5967	16			FL	057		
7218196	Keystone Grove Lakes	keystone-grove-lakes	US		0	America/New_York	28.1413	-82.6026	15			FL	057		
7218197	Keystone Groves	keystone-groves	US		0	America/New_York	28.1211	-82.5802	16			FL	057		
7218198	Keystone Homes	keystone-homes	US		0	America/New_York	27.9279	-82.5238	1			FL	057		
7218199	Keystone Lake View Park	keystone-lake-view-park	US		0	America/New_York	28.1404	-82.5891	17			FL	057		
7218200	Keystone Manor	keystone-manor	US		0	America/New_York	28.1447	-82.5977	15			FL	057		
7218201	Keystone Meadow I	keystone-meadow-i	US		0	America/New_York	28.117	-82.5687	16			FL	057		
7218202	Keystone Park Colony	keystone-park-colony	US		0	America/New_York	28.1493	-82.601	14			FL	057		
7218203	Keystone Reserve	keystone-reserve	US		0	America/New_York	28.1465	-82.5896	15			FL	057		
7218204	Keystone Shores	keystone-shores	US		0	America/New_York	28.1373	-82.6004	14			FL	057		
7218205	Keystone Shores Estates	keystone-shores-estates	US		0	America/New_York	28.1185	-82.5769	16			FL	057		
7218206	Keystone Terrace	keystone-terrace	US		0	America/New_York	28.1343	-82.5788	18			FL	057		
7218207	Keysville Estates	keysville-estates	US		0	America/New_York	27.8676	-82.0773	36			FL	057		
7218208	Kies	kies	US		0	America/New_York	28.0114	-82.4363	15			FL	057		
7218209	Killebrew	killebrew	US		0	America/New_York	27.9405	-82.0906	33			FL	057		
7218210	Killen Estates	killen-estates	US		0	America/New_York	28.1624	-82.4465	22			FL	057		
7218211	Kim Acres	kim-acres	US		0	America/New_York	27.9698	-82.256	20			FL	057		
7218212	Kimberly Lane	kimberly-lane	US		0	America/New_York	28.0407	-82.4895	14			FL	057		
7218213	Kimberly Park	kimberly-park	US		0	America/New_York	27.8892	-82.4844	1			FL	057		
7218214	Kims Cove	kims-cove	US		0	America/New_York	27.7163	-82.4454	0			FL	057		
7218215	Kinard Cove	kinard-cove	US		0	America/New_York	28.0589	-82.2346	20			FL	057		
7218216	Kinard Estates	kinard-estates	US		0	America/New_York	28.0635	-82.2336	20			FL	057		
7218217	Kings	kings	US		0	America/New_York	27.685	-82.3253	16			FL	057		
7218218	Kings Forest	kings-forest	US		0	America/New_York	27.9833	-82.369	8			FL	057		
7218219	Kings Lake	kings-lake	US		0	America/New_York	27.8026	-82.3705	5			FL	057		
7218220	Kings Mill	kings-mill	US		0	America/New_York	27.9398	-82.2266	30			FL	057		
7218221	Kings Row	kings-row	US		0	America/New_York	28.005	-82.2748	23			FL	057		
7218222	Kings Village	kings-village	US		0	America/New_York	28.0096	-82.1061	42			FL	057		
7218223	Kingsborough Gardens	kingsborough-gardens	US		0	America/New_York	28.1292	-82.483	19			FL	057		
7218224	Kingston City	kingston-city	US		0	America/New_York	28.1159	-82.2307	15			FL	057		
7218225	Kingston Court Villas	kingston-court-villas	US		0	America/New_York	27.9433	-82.5076	6			FL	057		
7218226	Kingston Heights	kingston-heights	US		0	America/New_York	27.9389	-82.3793	5			FL	057		
7218227	Kingstowne Place	kingstowne-place	US		0	America/New_York	27.9349	-82.2965	13			FL	057		
7218228	Kingsway	kingsway	US		0	America/New_York	28.0096	-82.2759	26			FL	057		
7218229	Kingsway Downs	kingsway-downs	US		0	America/New_York	27.9647	-82.2719	19			FL	057		
7218230	Kingsway Gardens	kingsway-gardens	US		0	America/New_York	27.9481	-82.2796	15			FL	057		
7218231	Kingsway Heights	kingsway-heights	US		0	America/New_York	27.9405	-82.2745	20			FL	057		
7218232	Kingsway Oaks	kingsway-oaks	US		0	America/New_York	27.9765	-82.2766	23			FL	057		
7218234	Kingswood Mobile Home Park	kingswood-mobile-home-park	US		0	America/New_York	27.8524	-82.3207	4			FL	057		
7218235	Kingwood Park	kingwood-park	US		0	America/New_York	27.9714	-82.3675	5			FL	057		
7218236	Kirby Creek	kirby-creek	US		0	America/New_York	28.019	-82.509	9			FL	057		
7218237	Kirkland Acres	kirkland-acres	US		0	America/New_York	28.1195	-82.5281	17			FL	057		
7218238	Knifke Estates	knifke-estates	US		0	America/New_York	27.9948	-82.2931	21			FL	057		
7218240	Knollwood Estates	knollwood-estates	US		0	America/New_York	28.0082	-82.4454	17			FL	057		
7218241	Knowles	knowles	US		0	America/New_York	27.9713	-82.4396	14			FL	057		
7218242	Knoxville Acres	knoxville-acres	US		0	America/New_York	27.9757	-82.0617	38			FL	057		
7218243	Koostra	koostra	US		0	America/New_York	28.0461	-82.5148	12			FL	057		
7218244	Krause Farms	krause-farms	US		0	America/New_York	28.0013	-82.2457	17			FL	057		
7218246	Krentel Park	krentel-park	US		0	America/New_York	27.9439	-82.513	3			FL	057		
7218247	Krycuil Oaks Estates	krycuil-oaks-estates	US		0	America/New_York	27.8836	-82.3293	13			FL	057		
7218249	La Belle Terrace	la-belle-terrace	US		0	America/New_York	28.0509	-82.3805	13			FL	057		
7218250	La Carbayera	la-carbayera	US		0	America/New_York	27.972	-82.4419	14			FL	057		
7218251	La Casa	la-casa	US		0	America/New_York	27.9654	-82.4413	10			FL	057		
7218252	La Covadonga	la-covadonga	US		0	America/New_York	27.9773	-82.4419	14			FL	057		
7218253	La Paloma	la-paloma	US		0	America/New_York	27.9715	-82.4481	13			FL	057		
7218254	La Rue Grande	la-rue-grande	US		0	America/New_York	28.0522	-82.4631	8			FL	057		
7218256	Lady Lake Estates	lady-lake-estates	US		0	America/New_York	28.1555	-82.5699	17			FL	057		
7218257	Lago Vista	lago-vista	US		0	America/New_York	28.0236	-82.4941	12			FL	057		
7218258	Lago Whispers	lago-whispers	US		0	America/New_York	28.0548	-82.2881	17			FL	057		
7218259	Lagomar	lagomar	US		0	America/New_York	27.777	-82.4299	0			FL	057		
7218260	Lake Abray	lake-abray	US		0	America/New_York	28.1476	-82.6045	14			FL	057		
7218261	Lake Alice Estates	lake-alice-estates	US		0	America/New_York	28.1302	-82.6018	12			FL	057		
7218262	Lake Brandon	lake-brandon	US		0	America/New_York	27.9153	-82.3288	10			FL	057		
7218263	Lake Britton	lake-britton	US		0	America/New_York	28.0005	-82.4947	12			FL	057		
7218264	Lake Brooker South	lake-brooker-south	US		0	America/New_York	28.1604	-82.4733	21			FL	057		
7218265	Lake Brooker Village	lake-brooker-village	US		0	America/New_York	28.1566	-82.4748	21			FL	057		
7218266	Lake Calm Estates	lake-calm-estates	US		0	America/New_York	28.1485	-82.5817	18			FL	057		
7218267	Lake Carroll Court	lake-carroll-court	US		0	America/New_York	28.0504	-82.4827	12			FL	057		
7218268	Lake Carroll Cove	lake-carroll-cove	US		0	America/New_York	28.0448	-82.4829	12			FL	057		
7218269	Lake Carroll Drive	lake-carroll-drive	US		0	America/New_York	28.057	-82.4839	10			FL	057		
7218270	Lake Carroll Estates	lake-carroll-estates	US		0	America/New_York	28.0486	-82.485	12			FL	057		
7218271	Lake Carroll Grove Estates	lake-carroll-grove-estates	US		0	America/New_York	28.0478	-82.4821	13			FL	057		
7218272	Lake Carroll Manor	lake-carroll-manor	US		0	America/New_York	28.0549	-82.4777	13			FL	057		
7218273	Lake Carroll View	lake-carroll-view	US		0	America/New_York	28.0467	-82.4839	12			FL	057		
7218274	Lake Commiston	lake-commiston	US		0	America/New_York	28.1478	-82.4526	21			FL	057		
7218275	Lake Cooper Woods	lake-cooper-woods	US		0	America/New_York	28.1503	-82.4689	20			FL	057		
7218276	Lake Crest Manor	lake-crest-manor	US		0	America/New_York	28.0008	-82.5876	1			FL	057		
7218277	Lake Dorothea Park	lake-dorothea-park	US		0	America/New_York	28.028	-82.4887	13			FL	057		
7218278	Lake Egypt Estates	lake-egypt-estates	US		0	America/New_York	28.0169	-82.4932	15			FL	057		
7218279	Lake Ellen Estates	lake-ellen-estates	US		0	America/New_York	28.0613	-82.4862	13			FL	057		
7218280	Lake Ellen Grove	lake-ellen-grove	US		0	America/New_York	28.0638	-82.4871	16			FL	057		
7218281	Lake Ellen Shores	lake-ellen-shores	US		0	America/New_York	28.0615	-82.492	13			FL	057		
7218282	Lake Ellen Villas	lake-ellen-villas	US		0	America/New_York	28.0606	-82.4997	13			FL	057		
7218283	Lake Ellen Walk	lake-ellen-walk	US		0	America/New_York	28.065	-82.4993	14			FL	057		
7218284	Lake Fantasia	lake-fantasia	US		0	America/New_York	27.8679	-82.3504	6			FL	057		
7218285	Lake Fern Villas	lake-fern-villas	US		0	America/New_York	28.1525	-82.4959	20			FL	057		
7218287	Lake Fuller Estates	lake-fuller-estates	US		0	America/New_York	28.1509	-82.4772	21			FL	057		
7218288	Lake Gass Estates	lake-gass-estates	US		0	America/New_York	28.0927	-82.4618	14			FL	057		
7218289	Lake Josephine Estates	lake-josephine-estates	US		0	America/New_York	28.1115	-82.5646	14			FL	057		
7218290	Lake Julia	lake-julia	US		0	America/New_York	28.0976	-82.6095	12			FL	057		
7218291	Lake June Estates	lake-june-estates	US		0	America/New_York	27.9579	-82.2971	10			FL	057		
7218292	Lake Keen	lake-keen	US		0	America/New_York	28.1456	-82.4496	20			FL	057		
7218293	Lake Keen Estates	lake-keen-estates	US		0	America/New_York	28.1468	-82.4451	21			FL	057		
7218294	Lake Kell Crossings	lake-kell-crossings	US		0	America/New_York	28.1624	-82.456	21			FL	057		
7218295	Lake Leta Trace	lake-leta-trace	US		0	America/New_York	28.1045	-82.5437	16			FL	057		
7218296	Lake Magdalene Arms	lake-magdalene-arms	US		0	America/New_York	28.0696	-82.4851	13			FL	057		
7218297	Lake Magdalene Forest	lake-magdalene-forest	US		0	America/New_York	28.0825	-82.4767	17			FL	057		
7218298	Lake Magdalene Manors	lake-magdalene-manors	US		0	America/New_York	28.0756	-82.4804	17			FL	057		
7218299	Lake Magdalene Park	lake-magdalene-park	US		0	America/New_York	28.0819	-82.4775	17			FL	057		
7218300	Lake Magdalene Vista	lake-magdalene-vista	US		0	America/New_York	28.0859	-82.4761	17			FL	057		
7218301	Lake Magdalene Woods	lake-magdalene-woods	US		0	America/New_York	28.0789	-82.4895	16			FL	057		
7218302	Lake Marie Mobile Estates	lake-marie-mobile-estates	US		0	America/New_York	27.9956	-82.3208	9			FL	057		
7218303	Lake Maurine	lake-maurine	US		0	America/New_York	28.0906	-82.5866	12			FL	057		
7218304	Lake Maurine Estates	lake-maurine-estates	US		0	America/New_York	28.0871	-82.5882	11			FL	057		
7218305	Lake Morley Terrace Estates	lake-morley-terrace-estates	US		0	America/New_York	28.0851	-82.4702	15			FL	057		
7218306	Lake Norbert Fuller	lake-norbert-fuller	US		0	America/New_York	28.1526	-82.4791	22			FL	057		
7218307	Lake Platt West	lake-platt-west	US		0	America/New_York	28.0948	-82.4834	17			FL	057		
7218308	Lake Pointe	lake-pointe	US		0	America/New_York	28.1493	-82.3506	15			FL	057		
7218309	Lake Ridge	lake-ridge	US		0	America/New_York	28.0566	-82.4903	13			FL	057		
7218310	Lake Robles	lake-robles	US		0	America/New_York	27.9691	-82.4561	14			FL	057		
7218311	Lake Saint Charles	lake-saint-charles	US		0	America/New_York	27.8759	-82.3402	6			FL	057		
7218312	Lake Sapphire Estates	lake-sapphire-estates	US		0	America/New_York	28.1432	-82.4809	20			FL	057		
7218313	Lake Sapphire Village	lake-sapphire-village	US		0	America/New_York	28.1412	-82.4793	20			FL	057		
7218314	Lake Shore Ranch	lake-shore-ranch	US		0	America/New_York	27.9783	-82.2631	13			FL	057		
7218315	Lake Thomas Estates	lake-thomas-estates	US		0	America/New_York	28.1451	-82.4818	20			FL	057		
7218318	Lake View Heights	lake-view-heights	US		0	America/New_York	28.0154	-82.4986	14			FL	057		
7218319	Lake View Park	lake-view-park	US		0	America/New_York	28.0092	-82.5026	12			FL	057		
7218320	Lake Wilson Estates	lake-wilson-estates	US		0	America/New_York	28.1457	-82.491	20			FL	057		
7218322	Lakemont Hills	lakemont-hills	US		0	America/New_York	27.9579	-82.2723	27			FL	057		
7218323	Lakes of Keystone	lakes-of-keystone	US		0	America/New_York	28.1342	-82.5839	16			FL	057		
7218324	Lakes of Wellington	lakes-of-wellington	US		0	America/New_York	28.1667	-82.4473	22			FL	057		
7218327	Lakeside Grove Estates	lakeside-grove-estates	US		0	America/New_York	28.1126	-82.6	12			FL	057		
7218328	Lakeside Point	lakeside-point	US		0	America/New_York	28.1125	-82.5601	15			FL	057		
7218329	Lakeside Terrace	lakeside-terrace	US		0	America/New_York	28.0595	-82.4891	15			FL	057		
7218330	Lakeview at Calusa Trace	lakeview-at-calusa-trace	US		0	America/New_York	28.1353	-82.5062	18			FL	057		
7218331	Lakeview Village	lakeview-village	US		0	America/New_York	27.9684	-82.2937	8			FL	057		
7218332	Lakeview Villas at Pebble Creek Village	lakeview-villas-at-pebble-creek-village	US		0	America/New_York	28.1477	-82.3504	15			FL	057		
7218333	Lakewood Crest	lakewood-crest	US		0	America/New_York	27.9918	-82.3119	11			FL	057		
7218334	Lakewood Gardens	lakewood-gardens	US		0	America/New_York	28.0576	-82.4801	15			FL	057		
7218335	Lakewood Hills	lakewood-hills	US		0	America/New_York	27.9567	-82.3083	11			FL	057		
7218336	Lakewood Manor	lakewood-manor	US		0	America/New_York	28.0013	-82.4487	10			FL	057		
7218337	Lakewood Place	lakewood-place	US		0	America/New_York	28.0191	-82.1411	35			FL	057		
7218338	Lakewood Ridge Estates North	lakewood-ridge-estates-north	US		0	America/New_York	27.9485	-82.3083	14			FL	057		
7218339	Lakewood Ridge Estates South	lakewood-ridge-estates-south	US		0	America/New_York	27.9453	-82.3085	18			FL	057		
7218342	Lamour Court	lamour-court	US		0	America/New_York	27.9933	-82.487	13			FL	057		
7218343	Land Lackey Estates	land-lackey-estates	US		0	America/New_York	27.8747	-82.512	2			FL	057		
7218344	Lane Acres	lane-acres	US		0	America/New_York	27.8543	-82.1226	22			FL	057		
7218345	Lane Farms	lane-farms	US		0	America/New_York	28.016	-82.5853	3			FL	057		
7218347	Piergallini	piergallini	US		0	America/New_York	28.0589	-82.1894	27			FL	057		
7218348	Pilgrims Place	pilgrims-place	US		0	America/New_York	28.0317	-82.333	7			FL	057		
7218349	Pimm	pimm	US		0	America/New_York	27.9721	-82.4602	11			FL	057		
7218350	Pine Crest Estates	pine-crest-estates	US		0	America/New_York	28.1587	-82.4531	21			FL	057		
7218351	Pine Crest Manor	pine-crest-manor	US		0	America/New_York	28.0026	-82.5143	9			FL	057		
7218352	Pine Dale Estates	pine-dale-estates	US		0	America/New_York	27.9992	-82.1284	42			FL	057		
7218353	Pine Dale Meadows	pine-dale-meadows	US		0	America/New_York	28.0004	-82.1301	42			FL	057		
7218355	Pine Grove Reserve	pine-grove-reserve	US		0	America/New_York	27.8924	-82.2619	17			FL	057		
7218356	Pine Grove Terrace	pine-grove-terrace	US		0	America/New_York	27.9988	-82.1857	36			FL	057		
7218357	Pine Hollow	pine-hollow	US		0	America/New_York	28.0648	-82.5187	15			FL	057		
7218359	Pine Landing Villas	pine-landing-villas	US		0	America/New_York	27.9844	-82.2928	20			FL	057		
7218360	Pine Lawn Terrace	pine-lawn-terrace	US		0	America/New_York	27.9733	-82.3376	13			FL	057		
7218362	Pine Meadows	pine-meadows	US		0	America/New_York	28.0622	-82.54	12			FL	057		
7218364	Pine Ridge Estates	pine-ridge-estates	US		0	America/New_York	28.0827	-82.3238	15			FL	057		
7218365	Pine Terrace	pine-terrace	US		0	America/New_York	28.0164	-82.5037	10			FL	057		
7218366	Pine Trace	pine-trace	US		0	America/New_York	27.8053	-82.3109	24			FL	057		
7218367	Pineapple Hill	pineapple-hill	US		0	America/New_York	27.9989	-82.2275	30			FL	057		
7218368	Pinecrest Villa	pinecrest-villa	US		0	America/New_York	28.0126	-82.5132	9			FL	057		
7218370	Pinehurst North	pinehurst-north	US		0	America/New_York	28.0103	-82.1152	39			FL	057		
7218371	Pinehurst Park	pinehurst-park	US		0	America/New_York	28.0126	-82.474	7			FL	057		
7218372	Pinehurst Villas	pinehurst-villas	US		0	America/New_York	28.0286	-82.573	4			FL	057		
7218375	Piney Oaks	piney-oaks	US		0	America/New_York	27.9993	-82.1248	42			FL	057		
7218377	Pinker	pinker	US		0	America/New_York	28.0825	-82.2525	18			FL	057		
7218378	Pinker East	pinker-east	US		0	America/New_York	28.0826	-82.2505	19			FL	057		
7218379	Pippin Acres	pippin-acres	US		0	America/New_York	28.0623	-82.1819	27			FL	057		
7218380	Pippin Estates	pippin-estates	US		0	America/New_York	27.651	-82.3725	6			FL	057		
7218381	Pippin Farms	pippin-farms	US		0	America/New_York	27.6577	-82.3595	9			FL	057		
7218382	Pippins	pippins	US		0	America/New_York	27.655	-82.3706	7			FL	057		
7218383	Pirates Point	pirates-point	US		0	America/New_York	27.7175	-82.4568	0			FL	057		
7218385	Plandome Heights	plandome-heights	US		0	America/New_York	28.0491	-82.4449	11			FL	057		
7218386	Plant City Heights	plant-city-heights	US		0	America/New_York	28.0236	-82.1276	39			FL	057		
7218387	Plantation Estates	plantation-estates	US		0	America/New_York	27.9342	-82.2758	15			FL	057		
7218388	Plaza Terrace	plaza-terrace	US		0	America/New_York	27.9898	-82.499	8			FL	057		
7218390	Pleasant Estates	pleasant-estates	US		0	America/New_York	28.0857	-82.4615	16			FL	057		
7218391	Pleasant Grove Acres	pleasant-grove-acres	US		0	America/New_York	27.8826	-82.1682	23			FL	057		
7218392	Pless Road	pless-road	US		0	America/New_York	28.0954	-82.2207	21			FL	057		
7218393	Plouff	plouff	US		0	America/New_York	28.0049	-82.5807	1			FL	057		
7218394	Plumnelly	plumnelly	US		0	America/New_York	28.0185	-82.4686	6			FL	057		
7218395	Plymouth Court	plymouth-court	US		0	America/New_York	27.9738	-82.4633	10			FL	057		
7218396	Pocket 84	pocket-84	US		0	America/New_York	27.7819	-82.4252	0			FL	057		
7218397	Poinsettia Park	poinsettia-park	US		0	America/New_York	28.0112	-82.4637	2			FL	057		
7218398	Poinsettia Place	poinsettia-place	US		0	America/New_York	28.014	-82.136	34			FL	057		
7218399	Poinsettia Village	poinsettia-village	US		0	America/New_York	28.0449	-82.4322	4			FL	057		
7218400	Point at Mobbly Bay	point-at-mobbly-bay	US		0	America/New_York	28.0177	-82.6439	0			FL	057		
7218401	Point Heron	point-heron	US		0	America/New_York	27.7185	-82.4454	0			FL	057		
7218402	Pointe at Tampa Palms	pointe-at-tampa-palms	US		0	America/New_York	28.118	-82.3806	12			FL	057		
7218403	Pollard Place	pollard-place	US		0	America/New_York	27.9642	-82.0659	36			FL	057		
7218406	Pondside Gardens	pondside-gardens	US		0	America/New_York	28.0847	-82.2395	16			FL	057		
7218407	Pons	pons	US		0	America/New_York	27.9588	-82.4399	3			FL	057		
7218408	Pooran	pooran	US		0	America/New_York	27.9291	-82.0576	31			FL	057		
7218409	Popago Estates	popago-estates	US		0	America/New_York	27.9848	-82.234	23			FL	057		
7218410	Popes	popes	US		0	America/New_York	28.1303	-82.4448	20			FL	057		
7218411	Poplin Acres	poplin-acres	US		0	America/New_York	28.0783	-82.1897	26			FL	057		
7218412	Port Royal at Harbour Island	port-royal-at-harbour-island	US		0	America/New_York	27.9314	-82.4508	0			FL	057		
7218413	Port Tampa Communities	port-tampa-communities	US		0	America/New_York	27.8606	-82.5226	1			FL	057		
7218414	Port Tampa Point	port-tampa-point	US		0	America/New_York	27.8624	-82.5468	1			FL	057		
7218415	Porter Acres	porter-acres	US		0	America/New_York	27.9469	-82.1264	33			FL	057		
7218416	Post Harbour Island	post-harbour-island	US		0	America/New_York	27.9369	-82.4506	1			FL	057		
7218417	Post Shores	post-shores	US		0	America/New_York	28.1256	-82.5909	14			FL	057		
7218418	Powhatan Heights	powhatan-heights	US		0	America/New_York	27.9979	-82.4491	14			FL	057		
7218419	Powhatan Hills	powhatan-hills	US		0	America/New_York	27.9988	-82.4108	16			FL	057		
7218420	Prairie View Acres	prairie-view-acres	US		0	America/New_York	28.1229	-82.4328	17			FL	057		
7218421	Pratt Acres	pratt-acres	US		0	America/New_York	27.9689	-82.0819	37			FL	057		
7218422	Preserve at Fletcher Avenue	preserve-at-fletcher-avenue	US		0	America/New_York	28.0665	-82.3675	10			FL	057		
7218423	Presidential Manor	presidential-manor	US		0	America/New_York	27.9853	-82.308	23			FL	057		
7218424	Prestwick at The Eagles	prestwick-at-the-eagles	US		0	America/New_York	28.1062	-82.6433	7			FL	057		
7218425	Pretty Lake Estates	pretty-lake-estates	US		0	America/New_York	28.1056	-82.5639	15			FL	057		
7218426	Primrose Gardens	primrose-gardens	US		0	America/New_York	28.0566	-82.3588	12			FL	057		
7218428	Princess Estates	princess-estates	US		0	America/New_York	27.8438	-82.1434	33			FL	057		
7218429	Princess Park	princess-park	US		0	America/New_York	27.9768	-82.4824	4			FL	057		
7218430	Princeton Heights	princeton-heights	US		0	America/New_York	27.9709	-82.4337	13			FL	057		
7218431	Pritcher Manor	pritcher-manor	US		0	America/New_York	27.8846	-82.0746	29			FL	057		
7218432	Pritcher Pines	pritcher-pines	US		0	America/New_York	27.882	-82.0728	32			FL	057		
7218435	Prospect Place	prospect-place	US		0	America/New_York	27.9865	-82.4501	15			FL	057		
7218436	Providence Lakes	providence-lakes	US		0	America/New_York	27.91021	-82.30794	10			FL	057		
7218438	Puentes	puentes	US		0	America/New_York	27.6823	-82.3426	14			FL	057		
7218439	Puleo Estates	puleo-estates	US		0	America/New_York	28.159	-82.4471	22			FL	057		
7218440	Puntkins Patch	puntkins-patch	US		0	America/New_York	27.9989	-82.2305	29			FL	057		
7218441	Puntkins Place	puntkins-place	US		0	America/New_York	27.9989	-82.2285	30			FL	057		
7218442	Puritan Heights	puritan-heights	US		0	America/New_York	28.0213	-82.3971	11			FL	057		
7218443	Purity Springs Heights	purity-springs-heights	US		0	America/New_York	28.0239	-82.4657	8			FL	057		
7218444	Quail Ridge	quail-ridge	US		0	America/New_York	28.0468	-82.5477	10			FL	057		
7218445	Quail Ridge North	quail-ridge-north	US		0	America/New_York	28.0517	-82.5524	10			FL	057		
7218446	Quintessa	quintessa	US		0	America/New_York	27.877	-82.3295	8			FL	057		
7218447	Rainbow Court	rainbow-court	US		0	America/New_York	27.999	-82.5805	1			FL	057		
7218448	Rainbow Heights	rainbow-heights	US		0	America/New_York	27.9847	-82.4193	18			FL	057		
7218449	Rainbow Terrace	rainbow-terrace	US		0	America/New_York	28.1201	-82.5985	12			FL	057		
7218450	Raines	raines	US		0	America/New_York	27.9293	-82.5084	5			FL	057		
7218451	Rainforest East	rainforest-east	US		0	America/New_York	28.1356	-82.4435	20			FL	057		
7218452	Raintree Oaks	raintree-oaks	US		0	America/New_York	28.063	-82.3837	10			FL	057		
7218453	Raintree Terrace	raintree-terrace	US		0	America/New_York	28.0664	-82.3862	10			FL	057		
7218454	Ralston Acres	ralston-acres	US		0	America/New_York	27.9739	-82.0617	38			FL	057		
7218455	Ralston Beach Manor	ralston-beach-manor	US		0	America/New_York	28.0079	-82.4913	13			FL	057		
7218456	Ralston Country Estates	ralston-country-estates	US		0	America/New_York	27.9756	-82.0578	37			FL	057		
7218457	Ralston Woods	ralston-woods	US		0	America/New_York	27.974	-82.063	38			FL	057		
7218458	Ramblin Oaks	ramblin-oaks	US		0	America/New_York	28.0913	-82.1198	30			FL	057		
7218459	Ramirez Estates	ramirez-estates	US		0	America/New_York	27.6878	-82.3217	19			FL	057		
7218460	Ramona Park	ramona-park	US		0	America/New_York	28.0353	-82.4324	9			FL	057		
7218461	Ranch Lake Estates	ranch-lake-estates	US		0	America/New_York	28.0864	-82.4285	12			FL	057		
7218462	Ranch Lands	ranch-lands	US		0	America/New_York	27.7407	-82.3191	18			FL	057		
7218463	Ranch Road Groves	ranch-road-groves	US		0	America/New_York	27.8839	-82.2186	15			FL	057		
7218464	Ranchero Acres	ranchero-acres	US		0	America/New_York	28.0672	-82.2301	21			FL	057		
7218466	Randolph Arbor	randolph-arbor	US		0	America/New_York	28.0484	-82.3765	12			FL	057		
7218467	Random Oaks	random-oaks	US		0	America/New_York	27.90016	-82.30734	10			FL	057		
7218468	Rankin Acres	rankin-acres	US		0	America/New_York	28.1254	-82.5271	16			FL	057		
7218469	Rau Acres	rau-acres	US		0	America/New_York	28.0828	-82.4278	14			FL	057		
7218470	Raulerson Estates North	raulerson-estates-north	US		0	America/New_York	27.9786	-82.2391	22			FL	057		
7218471	Raulerson Estates South	raulerson-estates-south	US		0	America/New_York	27.9773	-82.2381	21			FL	057		
7218472	Raven Oaks	raven-oaks	US		0	America/New_York	27.9905	-82.3298	16			FL	057		
7218474	Rawls Road	rawls-road	US		0	America/New_York	28.0906	-82.5439	13			FL	057		
7218476	Raye Ann	raye-ann	US		0	America/New_York	27.9683	-82.0738	39			FL	057		
7218477	Record Grove	record-grove	US		0	America/New_York	27.9934	-82.4522	15			FL	057		
7218478	Redd	redd	US		0	America/New_York	27.8824	-82.1592	22			FL	057		
7218480	Reeves Estate	reeves-estate	US		0	America/New_York	28.086	-82.2049	23			FL	057		
7218481	Reflections	reflections	US		0	America/New_York	28.1377	-82.5231	17			FL	057		
7218482	Regalwoods	regalwoods	US		0	America/New_York	28.1285	-82.4327	18			FL	057		
7218483	Regency Cove	regency-cove	US		0	America/New_York	27.896	-82.5294	1			FL	057		
7218484	Regency Park North	regency-park-north	US		0	America/New_York	27.9466	-82.32498	15			FL	057		
7218485	Register Country Acres	register-country-acres	US		0	America/New_York	27.9736	-82.0792	39			FL	057		
7218486	Register Place	register-place	US		0	America/New_York	27.9661	-82.1304	34			FL	057		
7218487	Reina Victoria	reina-victoria	US		0	America/New_York	27.9748	-82.4422	14			FL	057		
7218488	Renaissance Estates	renaissance-estates	US		0	America/New_York	28.046	-82.1577	33			FL	057		
7218489	Renaissance Preserve	renaissance-preserve	US		0	America/New_York	28.045	-82.1594	32			FL	057		
7218490	Reolds Acre	reolds-acre	US		0	America/New_York	28.034	-82.6478	1			FL	057		
7218491	Reolds Farm	reolds-farm	US		0	America/New_York	28.0234	-82.6419	0			FL	057		
7218492	Reparto Pravia	reparto-pravia	US		0	America/New_York	27.9777	-82.4934	10			FL	057		
7218493	Reserve at Egypt Lake	reserve-at-egypt-lake	US		0	America/New_York	28.0148	-82.4911	12			FL	057		
7218495	Reserve on Rock Lake	reserve-on-rock-lake	US		0	America/New_York	28.116	-82.5529	16			FL	057		
7218496	Resting Place	resting-place	US		0	America/New_York	28.0355	-82.2059	24			FL	057		
7218497	Reynolds Ridge	reynolds-ridge	US		0	America/New_York	28.0133	-82.1673	34			FL	057		
7218498	Reynoldswood	reynoldswood	US		0	America/New_York	28.0801	-82.4983	16			FL	057		
7218499	Reynoso	reynoso	US		0	America/New_York	27.9921	-82.2207	29			FL	057		
7218500	Rhoades Wood Acres	rhoades-wood-acres	US		0	America/New_York	28.1621	-82.4397	20			FL	057		
7218501	Rhoda Lee	rhoda-lee	US		0	America/New_York	27.9657	-82.3907	10			FL	057		
7218503	Rice Creek Estates	rice-creek-estates	US		0	America/New_York	27.8636	-82.3166	6			FL	057		
7218504	Richardson Place	richardson-place	US		0	America/New_York	27.9302	-82.4775	1			FL	057		
7218505	Richardsons Village	richardsons-village	US		0	America/New_York	27.9795	-82.4789	1			FL	057		
7218506	Richmond Place	richmond-place	US		0	America/New_York	28.1367	-82.3699	13			FL	057		
7218507	Rico Diaz	rico-diaz	US		0	America/New_York	27.9234	-82.517	3			FL	057		
7218508	Ridge Court	ridge-court	US		0	America/New_York	27.904	-82.285	18			FL	057		
7218509	Ridge Dale	ridge-dale	US		0	America/New_York	27.899	-82.2599	23			FL	057		
7218510	Ridgelake	ridgelake	US		0	America/New_York	28.155	-82.4365	21			FL	057		
7218512	Ridgeland Ranch	ridgeland-ranch	US		0	America/New_York	28.0312	-82.4424	12			FL	057		
7218513	Ridgewood Park	ridgewood-park	US		0	America/New_York	27.965	-82.4705	1			FL	057		
7218515	Rini Ranch	rini-ranch	US		0	America/New_York	28.0484	-82.1898	29			FL	057		
7218516	Rio Altos	rio-altos	US		0	America/New_York	28.0276	-82.4276	15			FL	057		
7218517	Rio Hermoso	rio-hermoso	US		0	America/New_York	27.8643	-82.3084	16			FL	057		
7218518	Rippling Heights	rippling-heights	US		0	America/New_York	28.0065	-82.444	17			FL	057		
7218519	Ritch Acres	ritch-acres	US		0	America/New_York	28.0466	-82.3952	22			FL	057		
7218520	River Bend	river-bend	US		0	America/New_York	27.693	-82.4321	7			FL	057		
7218521	River Bluffs	river-bluffs	US		0	America/New_York	28.0273	-82.4032	20			FL	057		
7218522	River Chase	river-chase	US		0	America/New_York	28.0373	-82.6353	1			FL	057		
7218523	River Crest Estates	river-crest-estates	US		0	America/New_York	28.0294	-82.4269	10			FL	057		
7218524	River Crossing Estates	river-crossing-estates	US		0	America/New_York	27.8683	-82.2546	13			FL	057		
7218525	River Forest Estates	river-forest-estates	US		0	America/New_York	28.0299	-82.4258	11			FL	057		
7218526	River Forest Reserve	river-forest-reserve	US		0	America/New_York	28.0563	-82.3678	8			FL	057		
7218527	River Grove Estates	river-grove-estates	US		0	America/New_York	28.0092	-82.4211	8			FL	057		
7218528	River Grove Park	river-grove-park	US		0	America/New_York	28.0115	-82.4246	14			FL	057		
7218529	River Haven	river-haven	US		0	America/New_York	27.984	-82.4698	6			FL	057		
7218530	River Haven Estates	river-haven-estates	US		0	America/New_York	28.0196	-82.3918	10			FL	057		
7218531	River Heights	river-heights	US		0	America/New_York	27.9723	-82.4782	3			FL	057		
7218532	River Highlands	river-highlands	US		0	America/New_York	28.0242	-82.4065	16			FL	057		
7218533	River Manor	river-manor	US		0	America/New_York	28.0271	-82.4058	20			FL	057		
7218534	River Oak Estates	river-oak-estates	US		0	America/New_York	27.8643	-82.3302	4			FL	057		
7218535	River Oaks	river-oaks	US		0	America/New_York	27.7078	-82.4699	1			FL	057		
7218536	River Pine Estates	river-pine-estates	US		0	America/New_York	27.8652	-82.3115	5			FL	057		
7218537	River Rapids	river-rapids	US		0	America/New_York	27.859	-82.2724	7			FL	057		
7218538	River Ridge Reserve	river-ridge-reserve	US		0	America/New_York	27.8816	-82.2333	16			FL	057		
7218539	River Run	river-run	US		0	America/New_York	28.0378	-82.3658	13			FL	057		
7218540	River Shore Farms	river-shore-farms	US		0	America/New_York	27.7081	-82.4828	1			FL	057		
7218541	River Terrace Estates	river-terrace-estates	US		0	America/New_York	28.023	-82.3906	8			FL	057		
7218542	River Vista	river-vista	US		0	America/New_York	27.8678	-82.3371	5			FL	057		
7218543	River Walk	river-walk	US		0	America/New_York	27.8623	-82.3287	6			FL	057		
7218544	Riverbend	riverbend	US		0	America/New_York	28.0148	-82.4425	2			FL	057		
7218545	Riverbend Court	riverbend-court	US		0	America/New_York	28.0061	-82.4116	14			FL	057		
7218546	Riverbend Manor	riverbend-manor	US		0	America/New_York	28.0106	-82.4409	12			FL	057		
7218547	Riverchase Community	riverchase-community	US		0	America/New_York	28.0288	-82.3789	9			FL	057		
7218548	Rivercrest	rivercrest	US		0	America/New_York	27.8366	-82.3159	20			FL	057		
7218549	Rivere	rivere	US		0	America/New_York	27.9705	-82.4789	7			FL	057		
7218550	Riveredge	riveredge	US		0	America/New_York	28.0551	-82.3637	9			FL	057		
7218551	Rivergate	rivergate	US		0	America/New_York	27.9474	-82.3714	3			FL	057		
7218552	Riverglen	riverglen	US		0	America/New_York	27.8584	-82.2919	18			FL	057		
7218553	Riverhills Park	riverhills-park	US		0	America/New_York	28.0259	-82.3956	11			FL	057		
7218554	Riverlachen	riverlachen	US		0	America/New_York	27.8616	-82.3628	4			FL	057		
7218555	Riverleaf	riverleaf	US		0	America/New_York	28.0488	-82.2314	20			FL	057		
7218556	Riverranch Preserve	riverranch-preserve	US		0	America/New_York	27.6529	-82.3301	20			FL	057		
7218557	Rivers Edge	rivers-edge	US		0	America/New_York	27.8743	-82.2921	5			FL	057		
7218558	Rivers View Estates	rivers-view-estates	US		0	America/New_York	27.8706	-82.3239	2			FL	057		
7218559	Rivershore Oaks	rivershore-oaks	US		0	America/New_York	28.0204	-82.4643	4			FL	057		
7218560	Rivershores	rivershores	US		0	America/New_York	27.9878	-82.474	4			FL	057		
7218562	Riverside Estates	riverside-estates	US		0	America/New_York	27.997	-82.4712	6			FL	057		
7218563	Riverside North	riverside-north	US		0	America/New_York	27.9788	-82.4723	6			FL	057		
7218564	Riverside West	riverside-west	US		0	America/New_York	28.0089	-82.4655	2			FL	057		
7218565	Riverview Country Estates	riverview-country-estates	US		0	America/New_York	27.8016	-82.332	17			FL	057		
7218566	Riverview Crest	riverview-crest	US		0	America/New_York	27.8591	-82.3284	10			FL	057		
7218567	Riverview Drive Estates	riverview-drive-estates	US		0	America/New_York	27.8656	-82.3453	7			FL	057		
7218568	Riverview Estates	riverview-estates	US		0	America/New_York	27.842	-82.3297	18			FL	057		
7218569	Riverview Heights	riverview-heights	US		0	America/New_York	27.8735	-82.3261	6			FL	057		
7218570	Riverwood Oaks	riverwood-oaks	US		0	America/New_York	27.8727	-82.3372	6			FL	057		
7218571	Riverwoods	riverwoods	US		0	America/New_York	27.9707	-82.48	6			FL	057		
7218572	Riverwoods Hammock	riverwoods-hammock	US		0	America/New_York	27.8628	-82.2769	8			FL	057		
7218576	Robart Acres	robart-acres	US		0	America/New_York	28.0502	-82.2131	23			FL	057		
7218580	Robichaud	robichaud	US		0	America/New_York	27.953	-82.1245	34			FL	057		
7218581	Robinson Farms	robinson-farms	US		0	America/New_York	27.9544	-82.1106	36			FL	057		
7218582	Robinson Heights	robinson-heights	US		0	America/New_York	27.8704	-82.5204	3			FL	057		
7218583	Robles Heights	robles-heights	US		0	America/New_York	28.0043	-82.4091	12			FL	057		
7218584	Robles Park Estates	robles-park-estates	US		0	America/New_York	27.974	-82.4528	11			FL	057		
7218586	Rockin T Ranch	rockin-t-ranch	US		0	America/New_York	27.8832	-82.0655	22			FL	057		
7218587	Rocky Creek Estates	rocky-creek-estates	US		0	America/New_York	27.9961	-82.5863	0			FL	057		
7218589	Rocky Point Village	rocky-point-village	US		0	America/New_York	27.9837	-82.5558	3			FL	057		
7218590	Rocky Pond	rocky-pond	US		0	America/New_York	28.1079	-82.5534	14			FL	057		
7218591	Rocky Shore	rocky-shore	US		0	America/New_York	27.8757	-82.486	0			FL	057		
7218592	Rogers Ranch	rogers-ranch	US		0	America/New_York	27.8635	-82.0758	36			FL	057		
7218593	Roland Place	roland-place	US		0	America/New_York	27.9466	-82.4959	6			FL	057		
7218594	Rolison	rolison	US		0	America/New_York	27.8045	-82.3493	8			FL	057		
7218595	Rolling Acres	rolling-acres	US		0	America/New_York	27.8991	-82.2584	22			FL	057		
7218596	Rolling Green Village	rolling-green-village	US		0	America/New_York	28.0753	-82.4974	16			FL	057		
7218598	Rolling Oaks	rolling-oaks	US		0	America/New_York	27.9752	-82.2827	23			FL	057		
7218599	Rolling Terrace	rolling-terrace	US		0	America/New_York	28.0346	-82.3668	10			FL	057		
7218600	Rolling Terrace Run	rolling-terrace-run	US		0	America/New_York	28.0358	-82.3616	17			FL	057		
7218601	Romany Tan	romany-tan	US		0	America/New_York	27.8788	-82.4839	0			FL	057		
7218602	Ronnie Place	ronnie-place	US		0	America/New_York	27.8836	-82.5148	4			FL	057		
7218603	Rosa Acres	rosa-acres	US		0	America/New_York	28.1492	-82.4769	21			FL	057		
7218604	Rosa Woods	rosa-woods	US		0	America/New_York	28.0675	-82.3055	15			FL	057		
7218607	Rose Garden Acres	rose-garden-acres	US		0	America/New_York	27.9876	-82.4866	11			FL	057		
7218608	Rose Harbor	rose-harbor	US		0	America/New_York	28.0588	-82.5797	7			FL	057		
7218609	Rose Valley	rose-valley	US		0	America/New_York	28.0117	-82.1347	35			FL	057		
7218611	Rosedale North	rosedale-north	US		0	America/New_York	27.9467	-82.5114	5			FL	057		
7218612	Roseland Park	roseland-park	US		0	America/New_York	28.0015	-82.1192	40			FL	057		
7218614	Rosemont Villa	rosemont-villa	US		0	America/New_York	27.9985	-82.4921	12			FL	057		
7218615	Rosemount Village	rosemount-village	US		0	America/New_York	28.0437	-82.5249	12			FL	057		
7218616	Rosevelt Park	rosevelt-park	US		0	America/New_York	27.9343	-82.4833	5			FL	057		
7218618	Roslyn Homes	roslyn-homes	US		0	America/New_York	27.9823	-82.4689	6			FL	057		
7218619	Rosswell Acres, Plant City	rosswell-acres-plant-city	US		0	America/New_York	27.8855	-82.1295	24			FL	057		
7218620	Rowell	rowell	US		0	America/New_York	27.6715	-82.3946	4			FL	057		
7218621	Rowell Place	rowell-place	US		0	America/New_York	27.6715	-82.3966	4			FL	057		
7218622	Roxana Woods	roxana-woods	US		0	America/New_York	28.0234	-82.6346	1			FL	057		
7218623	Royal Acres	royal-acres	US		0	America/New_York	27.8155	-82.331	18			FL	057		
7218624	Royal Crest Estates	royal-crest-estates	US		0	America/New_York	27.9115	-82.2923	16			FL	057		
7218625	Royal Greens	royal-greens	US		0	America/New_York	28.0452	-82.3797	18			FL	057		
7218626	Royal Manor	royal-manor	US		0	America/New_York	27.9129	-82.2903	12			FL	057		
7218627	Royal Oaks	royal-oaks	US		0	America/New_York	27.9188	-82.2834	14			FL	057		
7218628	Royal Troon Village	royal-troon-village	US		0	America/New_York	28.1005	-82.6401	7			FL	057		
7218629	Rubia	rubia	US		0	America/New_York	27.9491	-82.4922	6			FL	057		
7218630	Rubideaux Landing	rubideaux-landing	US		0	America/New_York	27.9229	-82.4899	4			FL	057		
7218631	Rubio Estates	rubio-estates	US		0	America/New_York	27.8867	-82.4952	3			FL	057		
7218632	Ruffin Acres	ruffin-acres	US		0	America/New_York	27.9424	-82.2011	18			FL	057		
7218633	Ruiz	ruiz	US		0	America/New_York	27.9735	-82.4195	15			FL	057		
7218634	Ruskin Colony Estates	ruskin-colony-estates	US		0	America/New_York	27.7083	-82.4044	11			FL	057		
7218635	Ruskin Colony Farms	ruskin-colony-farms	US		0	America/New_York	27.7116	-82.4168	2			FL	057		
7218636	Rustic Oaks	rustic-oaks	US		0	America/New_York	28.0724	-82.1439	32			FL	057		
7218637	Rustic Oaks Place	rustic-oaks-place	US		0	America/New_York	28.1621	-82.4298	20			FL	057		
7218638	Rustic Oaks Plantation	rustic-oaks-plantation	US		0	America/New_York	28.0743	-82.1456	32			FL	057		
7218639	Rustic Village	rustic-village	US		0	America/New_York	28.0517	-82.3735	12			FL	057		
7218640	Rutland Acres	rutland-acres	US		0	America/New_York	27.9386	-82.0905	33			FL	057		
7218641	Sable Cove	sable-cove	US		0	America/New_York	27.7148	-82.4494	1			FL	057		
7218642	Saffold Estates	saffold-estates	US		0	America/New_York	27.6698	-82.3479	6			FL	057		
7218643	Saffold Park	saffold-park	US		0	America/New_York	27.7034	-82.4447	3			FL	057		
7218644	Saint Andrews at the Eagles	saint-andrews-at-the-eagles	US		0	America/New_York	28.094	-82.6345	6			FL	057		
7218645	Saint Andrews Square	saint-andrews-square	US		0	America/New_York	28.0382	-82.5117	10			FL	057		
7218646	Saint Charles Place	saint-charles-place	US		0	America/New_York	27.881	-82.3238	12			FL	057		
7218647	Saint Clear Place	saint-clear-place	US		0	America/New_York	27.9439	-82.5227	3			FL	057		
7218648	Saint Cloud Landings	saint-cloud-landings	US		0	America/New_York	27.9182	-82.2341	30			FL	057		
7218649	Saint Cloud Manor	saint-cloud-manor	US		0	America/New_York	27.9246	-82.2342	30			FL	057		
7218650	Saint Cloud Oaks	saint-cloud-oaks	US		0	America/New_York	27.9309	-82.239	21			FL	057		
7218651	Saint Cloud Reserve	saint-cloud-reserve	US		0	America/New_York	27.9154	-82.2382	31			FL	057		
7218653	Saint Tropez at Harbour Island	saint-tropez-at-harbour-island	US		0	America/New_York	27.9304	-82.4509	0			FL	057		
7218654	Salamacha Acres	salamacha-acres	US		0	America/New_York	28.0977	-82.2275	18			FL	057		
7218655	Salem Church Estates	salem-church-estates	US		0	America/New_York	27.9643	-82.2086	27			FL	057		
7218656	Salem Oaks	salem-oaks	US		0	America/New_York	27.959	-82.2182	22			FL	057		
7218658	Saltmarsh	saltmarsh	US		0	America/New_York	28.0279	-82.626	1			FL	057		
7218659	Sam Allen Oaks	sam-allen-oaks	US		0	America/New_York	28.0504	-82.1676	32			FL	057		
7218660	Sam Mills	sam-mills	US		0	America/New_York	28.06074	-82.31038	12			FL	057		
7218661	Samantha Park	samantha-park	US		0	America/New_York	27.9774	-82.0829	39			FL	057		
7218662	San Juan Acres	san-juan-acres	US		0	America/New_York	28.0636	-82.2187	23			FL	057		
7218663	San Marino Bay Estates	san-marino-bay-estates	US		0	America/New_York	27.9983	-82.5976	0			FL	057		
7218664	San Orludo	san-orludo	US		0	America/New_York	27.9239	-82.509	4			FL	057		
7218665	San Rafael Place	san-rafael-place	US		0	America/New_York	27.9269	-82.5148	4			FL	057		
7218666	San Remo	san-remo	US		0	America/New_York	28.1461	-82.441	19			FL	057		
7218667	Sanctuary at Sweetwater Creek	sanctuary-at-sweetwater-creek	US		0	America/New_York	27.9854	-82.5544	2			FL	057		
7218668	Martin Ranch	martin-ranch	US		0	America/New_York	28.0885	-82.2112	21			FL	057		
7218669	Martindale Acres	martindale-acres	US		0	America/New_York	27.8588	-82.1734	24			FL	057		
7218670	Martindale Tourist Park	martindale-tourist-park	US		0	America/New_York	27.9993	-82.4896	12			FL	057		
7218671	Martins Acres	martins-acres	US		0	America/New_York	28.0814	-82.0985	32			FL	057		
7218672	Marvinia Hills	marvinia-hills	US		0	America/New_York	27.8818	-82.2303	12			FL	057		
7218673	Mary Dale Estates	mary-dale-estates	US		0	America/New_York	28.0061	-82.4869	12			FL	057		
7218674	Maryland Avenue	maryland-avenue	US		0	America/New_York	27.9579	-82.4491	6			FL	057		
7218675	Maryland Manor	maryland-manor	US		0	America/New_York	27.9139	-82.514	3			FL	057		
7218676	Marys Woods	marys-woods	US		0	America/New_York	28.0822	-82.2419	17			FL	057		
7218677	Mason Estates	mason-estates	US		0	America/New_York	28.0481	-82.2133	24			FL	057		
7218678	Mason Oaks	mason-oaks	US		0	America/New_York	27.8823	-82.2353	17			FL	057		
7218679	Masons	masons	US		0	America/New_York	27.9479	-82.501	6			FL	057		
7218680	Massaro	massaro	US		0	America/New_York	27.827	-82.3037	21			FL	057		
7218681	Matanzas	matanzas	US		0	America/New_York	27.9776	-82.4491	13			FL	057		
7218682	Matanzas Park	matanzas-park	US		0	America/New_York	27.9515	-82.4958	7			FL	057		
7218684	Mathews Place	mathews-place	US		0	America/New_York	27.9624	-82.4652	4			FL	057		
7218685	Mattie	mattie	US		0	America/New_York	27.9874	-82.4476	15			FL	057		
7218686	Maudot Village	maudot-village	US		0	America/New_York	27.9655	-82.4047	11			FL	057		
7218687	Maxwell Acres	maxwell-acres	US		0	America/New_York	28.038	-82.0616	40			FL	057		
7218688	Maxwellton	maxwellton	US		0	America/New_York	27.9842	-82.4522	15			FL	057		
7218689	Mayday Oaks	mayday-oaks	US		0	America/New_York	28.0492	-82.0912	43			FL	057		
7218690	Maydell	maydell	US		0	America/New_York	27.9177	-82.384	4			FL	057		
7218691	Mayo Acres	mayo-acres	US		0	America/New_York	28.011	-82.1847	30			FL	057		
7218694	Mays Greenglades	mays-greenglades	US		0	America/New_York	27.8687	-82.3148	2			FL	057		
7218695	McCallum Park	mccallum-park	US		0	America/New_York	27.9504	-82.498	7			FL	057		
7218696	McCary	mccary	US		0	America/New_York	28.0504	-82.3902	19			FL	057		
7218697	McDavid Terrace	mcdavid-terrace	US		0	America/New_York	28.0248	-82.121	37			FL	057		
7218698	McDonald Terrace	mcdonald-terrace	US		0	America/New_York	27.9937	-82.1236	43			FL	057		
7218699	McDonald-Slone Estates	mcdonald-slone-estates	US		0	America/New_York	27.9276	-82.1282	30			FL	057		
7218700	McElveen	mcelveen	US		0	America/New_York	28.0387	-82.2048	27			FL	057		
7218701	McGee Estates	mcgee-estates	US		0	America/New_York	28.0558	-82.1411	32			FL	057		
7218702	McGrady Estates	mcgrady-estates	US		0	America/New_York	27.7605	-82.2768	32			FL	057		
7218703	McGrath	mcgrath	US		0	America/New_York	27.988	-82.2214	27			FL	057		
7218704	McGraths Orangettes	mcgraths-orangettes	US		0	America/New_York	27.9872	-82.2225	27			FL	057		
7218705	McIntosh Country Acres	mcintosh-country-acres	US		0	America/New_York	28.0096	-82.2434	18			FL	057		
7218706	McIntosh Estates West	mcintosh-estates-west	US		0	America/New_York	28.064	-82.1281	32			FL	057		
7218707	McIntosh Lakes	mcintosh-lakes	US		0	America/New_York	27.9863	-82.2389	18			FL	057		
7218708	McIntosh Meadows	mcintosh-meadows	US		0	America/New_York	28.0992	-82.2502	17			FL	057		
7218709	McIntosh Oaks	mcintosh-oaks	US		0	America/New_York	28.0017	-82.2521	15			FL	057		
7218710	McWetherbee Junction	mcwetherbee-junction	US		0	America/New_York	27.9696	-82.0743	39			FL	057		
7218711	Meadow Brook	meadow-brook	US		0	America/New_York	28.0321	-82.5982	4			FL	057		
7218712	Meadow Oaks	meadow-oaks	US		0	America/New_York	28.0205	-82.2042	28			FL	057		
7218713	Meadow Ridge Estates	meadow-ridge-estates	US		0	America/New_York	27.9152	-82.2559	27			FL	057		
7218714	Meadow Woods Reserve	meadow-woods-reserve	US		0	America/New_York	27.9659	-82.251	23			FL	057		
7218716	Meadowbrooke at Summerfield	meadowbrooke-at-summerfield	US		0	America/New_York	27.7914	-82.3117	24			FL	057		
7218717	Meadowglen	meadowglen	US		0	America/New_York	28.0495	-82.5396	11			FL	057		
7218718	Meadowlawn	meadowlawn	US		0	America/New_York	27.8694	-82.4922	2			FL	057		
7218719	Meadowood Estates	meadowood-estates	US		0	America/New_York	27.9149	-82.23	31			FL	057		
7218720	Meadowood Oaks	meadowood-oaks	US		0	America/New_York	28.0264	-82.3655	13			FL	057		
7218721	Meadowood Village	meadowood-village	US		0	America/New_York	28.026	-82.3675	12			FL	057		
7218722	Meadows Estates	meadows-estates	US		0	America/New_York	28.0031	-82.491	12			FL	057		
7218723	Mecca City	mecca-city	US		0	America/New_York	28.0023	-82.5934	1			FL	057		
7218724	Medley Manor	medley-manor	US		0	America/New_York	27.9685	-82.2062	26			FL	057		
7218725	Meisels	meisels	US		0	America/New_York	28.0477	-82.2935	27			FL	057		
7218726	Melanie Manor	melanie-manor	US		0	America/New_York	27.9608	-82.287	19			FL	057		
7218727	Mellowood Creek	mellowood-creek	US		0	America/New_York	27.8629	-82.3087	15			FL	057		
7218728	Melodie Park	melodie-park	US		0	America/New_York	27.9437	-82.3092	18			FL	057		
7218729	Melody Acres	melody-acres	US		0	America/New_York	28.0456	-82.1387	32			FL	057		
7218730	Melouga Preserve	melouga-preserve	US		0	America/New_York	27.9626	-82.2176	25			FL	057		
7218731	Melville Heights	melville-heights	US		0	America/New_York	27.943	-82.4796	6			FL	057		
7218732	Memory Lane	memory-lane	US		0	America/New_York	27.9105	-82.2085	18			FL	057		
7218733	Mendenhall Terrace	mendenhall-terrace	US		0	America/New_York	27.9943	-82.4775	7			FL	057		
7218734	Mendoza	mendoza	US		0	America/New_York	28.0578	-82.3995	18			FL	057		
7218735	Menendez Landings	menendez-landings	US		0	America/New_York	28.0589	-82.4933	14			FL	057		
7218736	Merriams	merriams	US		0	America/New_York	27.9664	-82.448	12			FL	057		
7218737	Merrin Acres	merrin-acres	US		0	America/New_York	28.0776	-82.1435	33			FL	057		
7218738	Mesler Acres	mesler-acres	US		0	America/New_York	27.8275	-82.3573	8			FL	057		
7218739	Messick Acres	messick-acres	US		0	America/New_York	27.9748	-82.176	31			FL	057		
7218740	Michaelangelo	michaelangelo	US		0	America/New_York	28.0816	-82.2439	16			FL	057		
7218741	Michelle Manor	michelle-manor	US		0	America/New_York	28.0495	-82.2993	17			FL	057		
7218742	Michigan Broadway	michigan-broadway	US		0	America/New_York	27.9671	-82.3829	9			FL	057		
7218743	Michigan Heights	michigan-heights	US		0	America/New_York	27.9654	-82.4993	11			FL	057		
7218744	Michigan Park	michigan-park	US		0	America/New_York	27.9668	-82.4784	7			FL	057		
7218745	Mid Village	mid-village	US		0	America/New_York	28.0681	-82.5078	17			FL	057		
7218747	Midway Acres	midway-acres	US		0	America/New_York	28.0479	-82.0736	38			FL	057		
7218748	Midway Gardens	midway-gardens	US		0	America/New_York	28.0472	-82.0908	44			FL	057		
7218749	Midway Groves	midway-groves	US		0	America/New_York	28.0611	-82.0746	41			FL	057		
7218750	Midway Heights	midway-heights	US		0	America/New_York	27.8807	-82.4879	1			FL	057		
7218752	Miley Trace	miley-trace	US		0	America/New_York	28.0785	-82.1418	32			FL	057		
7218753	Milgwen	milgwen	US		0	America/New_York	27.8789	-82.504	4			FL	057		
7218754	Mill Highlands	mill-highlands	US		0	America/New_York	27.6954	-82.4445	4			FL	057		
7218755	Mill Point	mill-point	US		0	America/New_York	27.8623	-82.3727	3			FL	057		
7218756	Mill Pond Village	mill-pond-village	US		0	America/New_York	28.0415	-82.5229	10			FL	057		
7218757	Miller Estates	miller-estates	US		0	America/New_York	27.8392	-82.1723	33			FL	057		
7218758	Miller Woods	miller-woods	US		0	America/New_York	27.9325	-82.2419	19			FL	057		
7218759	Millikens	millikens	US		0	America/New_York	27.9106	-82.4931	4			FL	057		
7218761	Milwood Estates	milwood-estates	US		0	America/New_York	28.0006	-82.4903	12			FL	057		
7218762	Mimosa Park	mimosa-park	US		0	America/New_York	28.0271	-82.1102	38			FL	057		
7218763	Mingo Manor	mingo-manor	US		0	America/New_York	28.0243	-82.2686	16			FL	057		
7218765	Minnie Villas	minnie-villas	US		0	America/New_York	27.8809	-82.3148	6			FL	057		
7218766	Minor	minor	US		0	America/New_York	27.8366	-82.3605	6			FL	057		
7218767	Mira Lago West	mira-lago-west	US		0	America/New_York	27.7241	-82.456	1			FL	057		
7218768	Mira Mar	mira-mar	US		0	America/New_York	27.9148	-82.4926	3			FL	057		
7218769	Mirabay	mirabay	US		0	America/New_York	27.7541	-82.432	1			FL	057		
7218770	Miralago Estates	miralago-estates	US		0	America/New_York	28.1119	-82.5416	17			FL	057		
7218772	Mirror Crest	mirror-crest	US		0	America/New_York	27.98	-82.2935	19			FL	057		
7218774	Missouri Park	missouri-park	US		0	America/New_York	27.969	-82.3725	8			FL	057		
7218775	Mitchell Park	mitchell-park	US		0	America/New_York	28.0247	-82.4816	8			FL	057		
7218776	Mobilaire	mobilaire	US		0	America/New_York	28.163	-82.4282	20			FL	057		
7218777	Mobile Riviera	mobile-riviera	US		0	America/New_York	27.8798	-82.2945	8			FL	057		
7218778	Mohr Loop	mohr-loop	US		0	America/New_York	28.0027	-82.5872	1			FL	057		
7218779	Moll Acres	moll-acres	US		0	America/New_York	28.0058	-82.1849	35			FL	057		
7218780	Monaco Gardens	monaco-gardens	US		0	America/New_York	28.0808	-82.516	16			FL	057		
7218782	Money Estates	money-estates	US		0	America/New_York	28.0684	-82.1522	31			FL	057		
7218783	Monnette	monnette	US		0	America/New_York	27.8728	-82.5079	3			FL	057		
7218785	Montana City	montana-city	US		0	America/New_York	27.9829	-82.4205	17			FL	057		
7218786	Montana Heights	montana-heights	US		0	America/New_York	27.9824	-82.4194	17			FL	057		
7218787	Montana Pines	montana-pines	US		0	America/New_York	28.1356	-82.4329	16			FL	057		
7218788	Montclair Meadow	montclair-meadow	US		0	America/New_York	27.9184	-82.2744	21			FL	057		
7218789	Montero Village	montero-village	US		0	America/New_York	27.7189	-82.3783	11			FL	057		
7218791	Montreux	montreux	US		0	America/New_York	28.1534	-82.5637	18			FL	057		
7218792	Moody Heights	moody-heights	US		0	America/New_York	27.9457	-82.484	6			FL	057		
7218794	Moores Lake Grove	moores-lake-grove	US		0	America/New_York	28.0059	-82.2215	31			FL	057		
7218796	Morales Grove Park	morales-grove-park	US		0	America/New_York	27.9829	-82.4461	15			FL	057		
7218797	Moran Groves	moran-groves	US		0	America/New_York	28.0663	-82.4943	16			FL	057		
7218798	Morey	morey	US		0	America/New_York	27.9718	-82.4582	12			FL	057		
7218799	Morey Heights	morey-heights	US		0	America/New_York	27.9648	-82.4462	9			FL	057		
7218800	Morgan Acres	morgan-acres	US		0	America/New_York	28.1078	-82.4329	15			FL	057		
7218801	Morgan Minor	morgan-minor	US		0	America/New_York	28.0683	-82.206	26			FL	057		
7218802	Morganwoods Garden Homes	morganwoods-garden-homes	US		0	America/New_York	28.0123	-82.5638	3			FL	057		
7218803	Morningside	morningside	US		0	America/New_York	27.9329	-82.5027	6			FL	057		
7218804	Morningside Heights	morningside-heights	US		0	America/New_York	28.0261	-82.1319	41			FL	057		
7218805	Morrell Park	morrell-park	US		0	America/New_York	27.9996	-82.1203	41			FL	057		
7218806	Morrill Meadows	morrill-meadows	US		0	America/New_York	27.9478	-82.2656	25			FL	057		
7218807	Morris Oak Ridge	morris-oak-ridge	US		0	America/New_York	28.0027	-82.4235	15			FL	057		
7218808	Morris Park Farms	morris-park-farms	US		0	America/New_York	27.7216	-82.3008	22			FL	057		
7218809	Morrison Court	morrison-court	US		0	America/New_York	27.933	-82.513	5			FL	057		
7218810	Morrison Grove	morrison-grove	US		0	America/New_York	27.935	-82.4707	1			FL	057		
7218811	Moss Creek	moss-creek	US		0	America/New_York	27.8444	-82.3166	10			FL	057		
7218813	Mossy Oaks	mossy-oaks	US		0	America/New_York	27.991	-82.4414	17			FL	057		
7218815	Muck Pond Farms	muck-pond-farms	US		0	America/New_York	28.0291	-82.2718	11			FL	057		
7218816	Mulberry Acres	mulberry-acres	US		0	America/New_York	27.9702	-82.0627	37			FL	057		
7218817	Mullins Manor	mullins-manor	US		0	America/New_York	28.0332	-82.5161	10			FL	057		
7218818	Mulrennan Estates	mulrennan-estates	US		0	America/New_York	27.8901	-82.1352	31			FL	057		
7218819	Mulrennan Groves North	mulrennan-groves-north	US		0	America/New_York	27.9223	-82.2251	26			FL	057		
7218821	Murray Acres	murray-acres	US		0	America/New_York	27.9516	-82.3068	18			FL	057		
7218822	Murray Heights	murray-heights	US		0	America/New_York	27.8868	-82.4917	3			FL	057		
7218823	Murray Oaks	murray-oaks	US		0	America/New_York	28.0022	-82.4522	13			FL	057		
7218824	Mustique Bay	mustique-bay	US		0	America/New_York	27.7864	-82.4241	0			FL	057		
7218825	Myrtle Tree	myrtle-tree	US		0	America/New_York	27.6918	-82.387	10			FL	057		
7218826	Mystic Oaks	mystic-oaks	US		0	America/New_York	28.0421	-82.1147	34			FL	057		
7218827	Native Woods	native-woods	US		0	America/New_York	28.09	-82.556	13			FL	057		
7218828	Natures Place	natures-place	US		0	America/New_York	27.8328	-82.1417	33			FL	057		
7218829	Near Bay	near-bay	US		0	America/New_York	27.9286	-82.4846	2			FL	057		
7218830	Nebraska Acres	nebraska-acres	US		0	America/New_York	28.0813	-82.4533	12			FL	057		
7218831	Nebraska Avenue Heights	nebraska-avenue-heights	US		0	America/New_York	28.0454	-82.447	10			FL	057		
7218832	Nebraska Avenue Terrace	nebraska-avenue-terrace	US		0	America/New_York	28.0702	-82.4526	13			FL	057		
7218833	Nebraska East	nebraska-east	US		0	America/New_York	27.9737	-82.446	13			FL	057		
7218834	Nebraska Heights	nebraska-heights	US		0	America/New_York	27.987	-82.445	15			FL	057		
7218835	Nebraska Heights East	nebraska-heights-east	US		0	America/New_York	27.9755	-82.4457	13			FL	057		
7218836	Nebraska Heights South	nebraska-heights-south	US		0	America/New_York	27.9847	-82.444	14			FL	057		
7218837	Nebraska Manor	nebraska-manor	US		0	America/New_York	28.0734	-82.4528	14			FL	057		
7218838	Nebraska Park	nebraska-park	US		0	America/New_York	27.9856	-82.4501	15			FL	057		
7218839	Nehaul	nehaul	US		0	America/New_York	27.9287	-82.0576	32			FL	057		
7218840	Nelms	nelms	US		0	America/New_York	28.055	-82.4615	7			FL	057		
7218841	Nelms Heights	nelms-heights	US		0	America/New_York	28.06	-82.4573	12			FL	057		
7218842	Nelray	nelray	US		0	America/New_York	27.9292	-82.4888	5			FL	057		
7218843	Nesmith Estates	nesmith-estates	US		0	America/New_York	27.9709	-82.0745	39			FL	057		
7218844	Netherland	netherland	US		0	America/New_York	27.7202	-82.4525	1			FL	057		
7218845	Nettlow	nettlow	US		0	America/New_York	27.6841	-82.3426	16			FL	057		
7218846	Neve Block	neve-block	US		0	America/New_York	27.9664	-82.4589	13			FL	057		
7218848	Newberger Pines	newberger-pines	US		0	America/New_York	28.1633	-82.4502	22			FL	057		
7218849	Newcastle Heights	newcastle-heights	US		0	America/New_York	28.0405	-82.4501	8			FL	057		
7218851	Newport Gardens	newport-gardens	US		0	America/New_York	28.0206	-82.4698	8			FL	057		
7218852	Newport Landing	newport-landing	US		0	America/New_York	28.0538	-82.5477	10			FL	057		
7218853	Newton Acres	newton-acres	US		0	America/New_York	28.0497	-82.193	25			FL	057		
7218854	Nine Eagles	nine-eagles	US		0	America/New_York	28.1076	-82.6426	7			FL	057		
7218855	Nistals	nistals	US		0	America/New_York	27.9672	-82.4373	14			FL	057		
7218856	Nita Estates	nita-estates	US		0	America/New_York	27.9794	-82.2819	20			FL	057		
7218857	Nix	nix	US		0	America/New_York	27.8957	-82.4889	1			FL	057		
7218858	Nordica	nordica	US		0	America/New_York	27.9783	-82.4495	13			FL	057		
7218859	Norma Lee Heights	norma-lee-heights	US		0	America/New_York	28.0057	-82.403	18			FL	057		
7218860	Norma Park	norma-park	US		0	America/New_York	27.9063	-82.5145	2			FL	057		
7218861	Normandee Heights	normandee-heights	US		0	America/New_York	27.9386	-82.513	5			FL	057		
7218863	North Bay Street Heights	north-bay-street-heights	US		0	America/New_York	27.983	-82.4447	14			FL	057		
7218862	Norris	norris	US	29667	0	America/New_York	28.002	-82.4636	6			FL	057		
7218864	North Beauty Heights	north-beauty-heights	US		0	America/New_York	27.9856	-82.4337	16			FL	057		
7218865	North Bon Air	north-bon-air	US		0	America/New_York	27.9467	-82.5077	6			FL	057		
7218866	North Boulevard	north-boulevard	US		0	America/New_York	28.0797	-82.4699	13			FL	057		
7218867	North Branch Shores	north-branch-shores	US		0	America/New_York	27.7194	-82.455	1			FL	057		
7218868	North Campobello	north-campobello	US		0	America/New_York	27.9819	-82.4287	17			FL	057		
7218869	North End Terrace	north-end-terrace	US		0	America/New_York	28.0613	-82.5314	14			FL	057		
7218870	North Gibson Terrace	north-gibson-terrace	US		0	America/New_York	28.0262	-82.1112	38			FL	057		
7218871	North Green Estates	north-green-estates	US		0	America/New_York	27.6886	-82.334	15			FL	057		
7218872	North Hillsboro	north-hillsboro	US		0	America/New_York	28.0289	-82.4821	9			FL	057		
7218873	North Lakes	north-lakes	US		0	America/New_York	28.1024	-82.4964	17			FL	057		
7218874	North Oak Heights	north-oak-heights	US		0	America/New_York	28	-82.4221	15			FL	057		
7218875	North Oakcrest	north-oakcrest	US		0	America/New_York	28.1306	-82.3355	15			FL	057		
7218876	North Oaks Manor	north-oaks-manor	US		0	America/New_York	27.8301	-82.3715	3			FL	057		
7218877	North Pinecrest	north-pinecrest	US		0	America/New_York	28.0176	-82.1494	37			FL	057		
7218878	North Pointe	north-pointe	US		0	America/New_York	28.079	-82.4655	16			FL	057		
7218879	North Rome Estates	north-rome-estates	US		0	America/New_York	28.0043	-82.4772	6			FL	057		
7218880	North Shore	north-shore	US		0	America/New_York	27.9307	-82.4836	3			FL	057		
7218881	North Side Homes	north-side-homes	US		0	America/New_York	28.0373	-82.4533	9			FL	057		
7218882	North Street Oaks	north-street-oaks	US		0	America/New_York	27.8329	-82.3685	4			FL	057		
7218883	North Tampa Estates	north-tampa-estates	US		0	America/New_York	28.0319	-82.4754	10			FL	057		
7218884	North Way	north-way	US		0	America/New_York	28.023	-82.4823	8			FL	057		
7218885	Northbridge at Lake Pretty	northbridge-at-lake-pretty	US		0	America/New_York	28.1051	-82.5717	15			FL	057		
7218886	Northlake Village	northlake-village	US		0	America/New_York	28.09902	-82.60063	12			FL	057		
7218887	Northpointe at Bayshore	northpointe-at-bayshore	US		0	America/New_York	27.8703	-82.4897	2			FL	057		
7218888	Northrop Terrace	northrop-terrace	US		0	America/New_York	28.0508	-82.515	14			FL	057		
7218889	Northside Mobile Villa	northside-mobile-villa	US		0	America/New_York	28.084	-82.437	15			FL	057		
7218890	Northton Groves	northton-groves	US		0	America/New_York	28.0934	-82.5804	13			FL	057		
7218891	Northview Hills	northview-hills	US		0	America/New_York	27.9871	-82.4022	21			FL	057		
7218892	Northview Terrace	northview-terrace	US		0	America/New_York	27.9987	-82.4095	16			FL	057		
7218893	Northwest Park	northwest-park	US		0	America/New_York	28.0049	-82.5543	4			FL	057		
7218894	Northwood Village	northwood-village	US		0	America/New_York	28.0861	-82.4716	15			FL	057		
7218895	Northwoods	northwoods	US		0	America/New_York	28.043	-82.3495	18			FL	057		
7218897	Oak Crest	oak-crest	US		0	America/New_York	28.0174	-82.3913	12			FL	057		
7218899	Oak Dale Heights	oak-dale-heights	US		0	America/New_York	28.0089	-82.3708	8			FL	057		
7218901	Oak Gardens	oak-gardens	US		0	America/New_York	27.9915	-82.4172	16			FL	057		
7218902	Oak Glen	oak-glen	US		0	America/New_York	27.9806	-82.2715	15			FL	057		
7218904	Oak Heights	oak-heights	US		0	America/New_York	27.9986	-82.4245	17			FL	057		
7218907	Oak Hill Estates	oak-hill-estates	US		0	America/New_York	27.9568	-82.1395	31			FL	057		
7218908	Oak Hollow	oak-hollow	US		0	America/New_York	28.1515	-82.4269	18			FL	057		
7218909	Oak Knoll	oak-knoll	US		0	America/New_York	28.0066	-82.4456	17			FL	057		
7218910	Oak Landing	oak-landing	US		0	America/New_York	27.9103	-82.2677	27			FL	057		
7218911	Oak Ledge	oak-ledge	US		0	America/New_York	28.122	-82.451	18			FL	057		
7218912	Oak Mont	oak-mont	US		0	America/New_York	27.9106	-82.2789	20			FL	057		
7218913	Oak Mont Woods	oak-mont-woods	US		0	America/New_York	27.9168	-82.2744	22			FL	057		
7218915	Oak Park Estates	oak-park-estates	US		0	America/New_York	27.964	-82.3982	10			FL	057		
7218916	Oak Park Heights	oak-park-heights	US		0	America/New_York	28.0285	-82.1334	37			FL	057		
7218917	Oak Path	oak-path	US		0	America/New_York	28.1445	-82.432	19			FL	057		
7218918	Oak Pointe	oak-pointe	US		0	America/New_York	28.0052	-82.1287	38			FL	057		
7218919	Oak Regency	oak-regency	US		0	America/New_York	27.9243	-82.2787	12			FL	057		
7218920	Oak Ridge Terrace	oak-ridge-terrace	US		0	America/New_York	27.9856	-82.3331	19			FL	057		
7218921	Oak Run Estates	oak-run-estates	US		0	America/New_York	28.0119	-82.3991	9			FL	057		
7218922	Oak Shadows	oak-shadows	US		0	America/New_York	27.8831	-82.489	1			FL	057		
7218923	Oak Springs	oak-springs	US		0	America/New_York	28.0302	-82.4426	12			FL	057		
7218924	Oak Terrace	oak-terrace	US		0	America/New_York	28.027	-82.4409	15			FL	057		
7218925	Oak Trace	oak-trace	US		0	America/New_York	28.0245	-82.5496	7			FL	057		
7218926	Oak Trail	oak-trail	US		0	America/New_York	28.0204	-82.4997	15			FL	057		
7218927	Oak Tree	oak-tree	US		0	America/New_York	27.9846	-82.4214	16			FL	057		
7218928	Oak Valley	oak-valley	US		0	America/New_York	27.9862	-82.2961	18			FL	057		
7218929	Oak View Terrace	oak-view-terrace	US		0	America/New_York	28.0178	-82.5491	6			FL	057		
7218930	Oak Villa	oak-villa	US		0	America/New_York	27.9712	-82.4608	12			FL	057		
7218931	Oakbriar	oakbriar	US		0	America/New_York	27.9466	-82.2824	14			FL	057		
7218933	Oakdale Riverview Estates	oakdale-riverview-estates	US		0	America/New_York	27.8696	-82.2628	20			FL	057		
7218934	Oakellar	oakellar	US		0	America/New_York	27.8964	-82.4978	3			FL	057		
7218936	Oakhaven	oakhaven	US		0	America/New_York	28.0043	-82.411	14			FL	057		
7218938	Oaklan	oaklan	US		0	America/New_York	27.9073	-82.2878	11			FL	057		
7218940	Oakland Heights	oakland-heights	US		0	America/New_York	28.0427	-82.1291	35			FL	057		
7218941	Oakland Hills	oakland-hills	US		0	America/New_York	27.9723	-82.3832	11			FL	057		
7218942	Oakland Park	oakland-park	US		0	America/New_York	27.9968	-82.425	16			FL	057		
7218943	Oaklane Estates	oaklane-estates	US		0	America/New_York	27.8998	-82.2477	20			FL	057		
7218945	Oakmeadows West	oakmeadows-west	US		0	America/New_York	28.0869	-82.5661	10			FL	057		
7218946	Oakmont Manor	oakmont-manor	US		0	America/New_York	27.9138	-82.2788	20			FL	057		
7218947	Oakmont Park	oakmont-park	US		0	America/New_York	27.9113	-82.2752	21			FL	057		
7218948	Oakrest	oakrest	US		0	America/New_York	28.038	-82.1649	33			FL	057		
7218951	Oakridge Manor	oakridge-manor	US		0	America/New_York	27.906	-82.2671	21			FL	057		
7218952	Oaks at Riverview	oaks-at-riverview	US		0	America/New_York	28.0173	-82.4572	8			FL	057		
7218953	Oaks at Valrico	oaks-at-valrico	US		0	America/New_York	27.9643	-82.2562	18			FL	057		
7218954	Oaks at Windemere	oaks-at-windemere	US		0	America/New_York	28.1333	-82.4382	18			FL	057		
7218955	Oakview Estates	oakview-estates	US		0	America/New_York	27.9844	-82.087	40			FL	057		
7218957	Oakwood Estates	oakwood-estates	US		0	America/New_York	27.9982	-82.1265	42			FL	057		
7218958	Oakwood Forest	oakwood-forest	US		0	America/New_York	27.9074	-82.2187	24			FL	057		
7218959	Oakwood Heights	oakwood-heights	US		0	America/New_York	27.9391	-82.2743	21			FL	057		
7218960	Oakwood Knoll	oakwood-knoll	US		0	America/New_York	27.9107	-82.2541	33			FL	057		
7218961	Oakwood Manor	oakwood-manor	US		0	America/New_York	28.0268	-82.4765	9			FL	057		
7218962	Oakwood Ravine	oakwood-ravine	US		0	America/New_York	27.91	-82.2556	32			FL	057		
7218963	Oakwood Villa	oakwood-villa	US		0	America/New_York	28.0134	-82.5018	12			FL	057		
7218964	Occident	occident	US		0	America/New_York	27.9243	-82.526	1			FL	057		
7218965	Ocean Harbor	ocean-harbor	US		0	America/New_York	28.029	-82.5655	6			FL	057		
7218966	Odessa Woods	odessa-woods	US		0	America/New_York	28.17	-82.5546	17			FL	057		
7218967	O'Hara	o-hara	US		0	America/New_York	28.0121	-82.2327	25			FL	057		
7218968	Old Bayshore Point	old-bayshore-point	US		0	America/New_York	27.8715	-82.4895	2			FL	057		
7218969	Old Fashioned Acres	old-fashioned-acres	US		0	America/New_York	28.0574	-82.2088	26			FL	057		
7218970	Old Hickery	old-hickery	US		0	America/New_York	28.0891	-82.1227	31			FL	057		
7218971	Old Hillsborough Estates	old-hillsborough-estates	US		0	America/New_York	27.998	-82.2725	19			FL	057		
7218972	Oldsmar Farm	oldsmar-farm	US		0	America/New_York	28.0279	-82.6221	1			FL	057		
7218973	Oliver Acres	oliver-acres	US		0	America/New_York	27.9571	-82.0994	37			FL	057		
7218974	Olympus Acres	olympus-acres	US		0	America/New_York	27.8946	-82.2163	15			FL	057		
7218976	Onstott Acres	onstott-acres	US		0	America/New_York	27.6738	-82.3993	3			FL	057		
7218978	Orange Blossom Creek	orange-blossom-creek	US		0	America/New_York	28.1098	-82.5478	15			FL	057		
7218979	Orange Court	orange-court	US		0	America/New_York	28.0311	-82.1319	39			FL	057		
7218980	Orange Crest	orange-crest	US		0	America/New_York	28.0264	-82.0675	43			FL	057		
7218981	Orange Grove Estates	orange-grove-estates	US		0	America/New_York	27.9217	-82.2632	24			FL	057		
7218982	Orange Grove Park	orange-grove-park	US		0	America/New_York	27.9682	-82.4685	2			FL	057		
7218983	Orange Haven	orange-haven	US		0	America/New_York	27.9506	-82.1161	36			FL	057		
7218984	Orange Heights	orange-heights	US		0	America/New_York	27.9897	-82.4546	15			FL	057		
7218985	Orange Heights West	orange-heights-west	US		0	America/New_York	28.028	-82.132	39			FL	057		
7218986	Orange Hill Heights West	orange-hill-heights-west	US		0	America/New_York	27.9858	-82.4246	16			FL	057		
7218987	Orange River Estates	orange-river-estates	US		0	America/New_York	28.0238	-82.3715	15			FL	057		
7218988	Orange Villa	orange-villa	US		0	America/New_York	27.9705	-82.4565	13			FL	057		
7218989	Orange Wood Estates	orange-wood-estates	US		0	America/New_York	28.0189	-82.4828	13			FL	057		
7218990	Orange Wood Park	orange-wood-park	US		0	America/New_York	27.9882	-82.4355	16			FL	057		
7218991	Orangedale Park	orangedale-park	US		0	America/New_York	27.9894	-82.4522	15			FL	057		
7218992	Orangeland	orangeland	US		0	America/New_York	27.943	-82.3206	15			FL	057		
7218993	Orangewood	orangewood	US		0	America/New_York	27.9762	-82.2885	16			FL	057		
7218994	Orangewood Estates	orangewood-estates	US		0	America/New_York	28.0978	-82.484	17			FL	057		
7218995	Orangewood Manor	orangewood-manor	US		0	America/New_York	28.004	-82.4492	17			FL	057		
7218996	Orchid Grove	orchid-grove	US		0	America/New_York	27.939	-82.2119	24			FL	057		
7218997	Orendain	orendain	US		0	America/New_York	27.7219	-82.3167	27			FL	057		
7218998	Orens Acres	orens-acres	US		0	America/New_York	28.0317	-82.4846	13			FL	057		
7218999	Oriole	oriole	US		0	America/New_York	27.9466	-82.4985	6			FL	057		
7219000	Ortega Park	ortega-park	US		0	America/New_York	27.9921	-82.4911	12			FL	057		
7219001	O'Ryans Point on Half Moon Lake	o-ryans-point-on-half-moon-lake	US		0	America/New_York	28.098	-82.5491	13			FL	057		
7219002	Osborne Oaks	osborne-oaks	US		0	America/New_York	27.989	-82.4167	18			FL	057		
7219003	Osborne Woods	osborne-woods	US		0	America/New_York	27.9878	-82.4312	17			FL	057		
7219004	Oscawana	oscawana	US		0	America/New_York	27.9431	-82.4799	6			FL	057		
7219007	Otterman	otterman	US		0	America/New_York	28.055	-82.4502	13			FL	057		
7219008	Overlook	overlook	US		0	America/New_York	27.9263	-82.5149	4			FL	057		
7219009	Overstreet Acres	overstreet-acres	US		0	America/New_York	28.0417	-82.1981	32			FL	057		
7219011	Ownahome	ownahome	US		0	America/New_York	27.9699	-82.4299	15			FL	057		
7219012	Ownby	ownby	US		0	America/New_York	27.9491	-82.5298	2			FL	057		
7219014	Packwood Oaks	packwood-oaks	US		0	America/New_York	28.0149	-82.4776	7			FL	057		
7219015	Paddock Oaks	paddock-oaks	US		0	America/New_York	27.8516	-82.2806	18			FL	057		
7219016	Paddock Square	paddock-square	US		0	America/New_York	28.0595	-82.4897	15			FL	057		
7219017	Paddock Trail	paddock-trail	US		0	America/New_York	28.0647	-82.5393	14			FL	057		
7219018	Paka Estates	paka-estates	US		0	America/New_York	27.9692	-82.2888	15			FL	057		
7219021	Palm Grove	palm-grove	US		0	America/New_York	27.8742	-82.5115	2			FL	057		
7219022	Palm Heights	palm-heights	US		0	America/New_York	28.0235	-82.1085	41			FL	057		
7219023	Palm Park	palm-park	US		0	America/New_York	27.9423	-82.5169	3			FL	057		
7219024	Palm River Estates	palm-river-estates	US		0	America/New_York	27.9362	-82.3879	4			FL	057		
7219025	Palm River Park	palm-river-park	US		0	America/New_York	27.9689	-82.3617	9			FL	057		
7219026	Palm River Reserve	palm-river-reserve	US		0	America/New_York	27.945	-82.391	1			FL	057		
7219027	Palm River Terrace	palm-river-terrace	US		0	America/New_York	27.9459	-82.3887	1			FL	057		
7219028	Palm River Village	palm-river-village	US		0	America/New_York	27.939	-82.3879	5			FL	057		
7219029	Palm Way	palm-way	US		0	America/New_York	27.9421	-82.5151	3			FL	057		
7219030	Palma Ceia Park	palma-ceia-park	US		0	America/New_York	27.922	-82.4956	4			FL	057		
7219031	Palma Vista	palma-vista	US		0	America/New_York	27.9141	-82.4994	4			FL	057		
7219032	Palma Vista at Tampa Palms	palma-vista-at-tampa-palms	US		0	America/New_York	28.0918	-82.4088	10			FL	057		
7219033	Palmaria	palmaria	US		0	America/New_York	27.982	-82.4522	15			FL	057		
7219034	Palmere	palmere	US		0	America/New_York	27.947	-82.5032	6			FL	057		
7219035	Pams Place	pams-place	US		0	America/New_York	27.9443	-82.0576	32			FL	057		
7219037	Panther Trace	panther-trace	US		0	America/New_York	27.8101	-82.328	19			FL	057		
7219038	Par Meadows	par-meadows	US		0	America/New_York	27.968	-82.1441	35			FL	057		
7219040	Paradise Acres	paradise-acres	US		0	America/New_York	27.9968	-82.2312	29			FL	057		
7219041	Paradise Oaks	paradise-oaks	US		0	America/New_York	28.0766	-82.1222	31			FL	057		
7219042	Pardeau Shores	pardeau-shores	US		0	America/New_York	27.986	-82.3758	11			FL	057		
7219045	Park Meadow	park-meadow	US		0	America/New_York	27.9213	-82.2391	33			FL	057		
7219046	Park Place of East Tampa	park-place-of-east-tampa	US		0	America/New_York	27.9489	-82.4301	1			FL	057		
7219047	Park View	park-view	US		0	America/New_York	27.9725	-82.4555	12			FL	057		
7219048	Park Village	park-village	US		0	America/New_York	27.6968	-82.4116	7			FL	057		
7219050	Parkland	parkland	US		0	America/New_York	27.9402	-82.2961	12			FL	057		
7219051	Parkland Estates East	parkland-estates-east	US		0	America/New_York	27.8634	-82.2714	11			FL	057		
7219052	Parkside Village	parkside-village	US		0	America/New_York	27.8482	-82.2289	22			FL	057		
7219053	Parkview Estates	parkview-estates	US		0	America/New_York	28.0214	-82.465	8			FL	057		
7219054	Parkway Estates	parkway-estates	US		0	America/New_York	28.0052	-82.4902	12			FL	057		
7219055	Parkwood Manor	parkwood-manor	US		0	America/New_York	27.9101	-82.23	29			FL	057		
7219056	Parkwood Village	parkwood-village	US		0	America/New_York	28.0438	-82.5273	12			FL	057		
7219058	Parrish Home	parrish-home	US		0	America/New_York	27.99	-82.4383	16			FL	057		
7219059	Parsons Pointe	parsons-pointe	US		0	America/New_York	28.0047	-82.2832	26			FL	057		
7219060	Parsons Reserve	parsons-reserve	US		0	America/New_York	27.971	-82.2834	17			FL	057		
7219061	Pat Acres	pat-acres	US		0	America/New_York	28.0213	-82.5703	3			FL	057		
7219062	Patbur	patbur	US		0	America/New_York	28.0369	-82.4665	10			FL	057		
7219063	Patons Park View	patons-park-view	US		0	America/New_York	28.0176	-82.4689	7			FL	057		
7219064	Patricks Way Estates	patricks-way-estates	US		0	America/New_York	27.9408	-82.0849	33			FL	057		
7219065	Patronelli Acres	patronelli-acres	US		0	America/New_York	28.0861	-82.2017	24			FL	057		
7219066	Pats	pats	US		0	America/New_York	27.9884	-82.28	24			FL	057		
7219067	Patterson Road	patterson-road	US		0	America/New_York	28.1004	-82.6136	13			FL	057		
7219068	Pauls Manor	pauls-manor	US		0	America/New_York	28.0556	-82.4663	11			FL	057		
7219069	Pavilion Phase 2	pavilion-phase-2	US		0	America/New_York	27.9174	-82.3546	8			FL	057		
7219070	Pavilion Phase 3	pavilion-phase-3	US		0	America/New_York	27.916	-82.3587	6			FL	057		
7219071	Peacock Grove	peacock-grove	US		0	America/New_York	27.9809	-82.0731	40			FL	057		
7219072	Pearson Estates	pearson-estates	US		0	America/New_York	27.9659	-82.2186	23			FL	057		
7219073	Pebble Creek Village	pebble-creek-village	US		0	America/New_York	28.1516	-82.3348	16			FL	057		
7219074	Pebblebrook	pebblebrook	US		0	America/New_York	28.0345	-82.5896	4			FL	057		
7219075	Peebles Place	peebles-place	US		0	America/New_York	27.992	-82.3059	13			FL	057		
7219076	Peeler Heights	peeler-heights	US		0	America/New_York	27.9898	-82.4418	17			FL	057		
7219077	Peeples Acres	peeples-acres	US		0	America/New_York	27.9483	-82.1816	22			FL	057		
7219078	Pelican Island	pelican-island	US		0	America/New_York	27.9738	-82.5628	0			FL	057		
7219079	Pelican Point	pelican-point	US		0	America/New_York	27.7186	-82.4371	2			FL	057		
7219080	Pemberton Place	pemberton-place	US		0	America/New_York	27.9024	-82.2622	29			FL	057		
7219081	Pemberton Trace	pemberton-trace	US		0	America/New_York	28.0416	-82.1563	31			FL	057		
7219082	Pendleton Heights	pendleton-heights	US		0	America/New_York	28.0262	-82.461	13			FL	057		
7219083	Peninsula Heights	peninsula-heights	US		0	America/New_York	27.8729	-82.4961	3			FL	057		
7219084	Penner	penner	US		0	America/New_York	27.9948	-82.5795	1			FL	057		
7219085	Pennington Village	pennington-village	US		0	America/New_York	28.0911	-82.5326	16			FL	057		
7219087	Perry Acres	perry-acres	US		0	America/New_York	27.9458	-82.0873	34			FL	057		
7219088	Perrywood	perrywood	US		0	America/New_York	27.9826	-82.2922	19			FL	057		
7219089	Pershing Park	pershing-park	US		0	America/New_York	27.9391	-82.5033	6			FL	057		
7219092	Phillips Estates	phillips-estates	US		0	America/New_York	27.9969	-82.2914	24			FL	057		
7219093	Phillips Park	phillips-park	US		0	America/New_York	27.9675	-82.4692	5			FL	057		
7219094	Phillips Trail	phillips-trail	US		0	America/New_York	28.003	-82.0608	41			FL	057		
7219095	Phipps	phipps	US		0	America/New_York	27.9563	-82.1191	35			FL	057		
7219096	Picadilly	picadilly	US		0	America/New_York	27.9319	-82.5161	4			FL	057		
7219097	Pickron	pickron	US		0	America/New_York	27.9751	-82.4625	10			FL	057		
7219098	Waters Avenue Estates	waters-avenue-estates	US		0	America/New_York	28.0272	-82.4906	14			FL	057		
7219099	Waterstone	waterstone	US		0	America/New_York	28.1197	-82.596	12			FL	057		
7219102	Watrous Court	watrous-court	US		0	America/New_York	28.0197	-82.4711	7			FL	057		
7219103	Watrous Gardens	watrous-gardens	US		0	America/New_York	28.0212	-82.4725	7			FL	057		
7219105	Watts Junction	watts-junction	US		0	America/New_York	27.7403	-82.2466	31			FL	057		
7219106	Waugh	waugh	US		0	America/New_York	27.8364	-82.3535	9			FL	057		
7219108	Wayne Terrace	wayne-terrace	US		0	America/New_York	28.0102	-82.1401	35			FL	057		
7219109	Weather Oak	weather-oak	US		0	America/New_York	28.0371	-82.3209	25			FL	057		
7219111	Webb Ranch Acres	webb-ranch-acres	US		0	America/New_York	28.0781	-82.1828	27			FL	057		
7219112	Weiland	weiland	US		0	America/New_York	27.8946	-82.5003	4			FL	057		
7219113	Weiss	weiss	US		0	America/New_York	27.906	-82.4968	3			FL	057		
7219114	Welch Creek Acres	welch-creek-acres	US		0	America/New_York	27.9588	-82.1283	31			FL	057		
7219115	Welikit Retreat	welikit-retreat	US		0	America/New_York	27.9667	-82.2619	17			FL	057		
7219117	Wellington Homes at Countryway	wellington-homes-at-countryway	US		0	America/New_York	28.032	-82.6168	2			FL	057		
7219118	Wellington Manor	wellington-manor	US		0	America/New_York	28.1685	-82.4397	20			FL	057		
7219119	Wellington Manors	wellington-manors	US		0	America/New_York	28.1653	-82.4402	19			FL	057		
7219120	Wellington North at Bay Park	wellington-north-at-bay-park	US		0	America/New_York	27.726	-82.4155	2			FL	057		
7219121	Wellington South at Bay Park	wellington-south-at-bay-park	US		0	America/New_York	27.7224	-82.4095	5			FL	057		
7219124	Wellswood	wellswood	US		0	America/New_York	27.9912	-82.4778	7			FL	057		
7219125	Wellswood Estates	wellswood-estates	US		0	America/New_York	27.9821	-82.4819	9			FL	057		
7219126	Wendel Wood	wendel-wood	US		0	America/New_York	27.7938	-82.1539	27			FL	057		
7219127	West Acres	west-acres	US		0	America/New_York	28.0502	-82.2289	21			FL	057		
7219128	West Arlington Heights	west-arlington-heights	US		0	America/New_York	27.9806	-82.4671	7			FL	057		
7219129	West Bay	west-bay	US		0	America/New_York	28.0103	-82.5862	2			FL	057		
7219130	West Bay Bluff	west-bay-bluff	US		0	America/New_York	27.9032	-82.496	3			FL	057		
7219132	West Gate	west-gate	US		0	America/New_York	27.9646	-82.4913	10			FL	057		
7219133	West Green Estates	west-green-estates	US		0	America/New_York	27.6886	-82.3362	15			FL	057		
7219134	West Hampton	west-hampton	US		0	America/New_York	28.0719	-82.6449	4			FL	057		
7219135	West Highlands	west-highlands	US		0	America/New_York	27.9652	-82.4656	3			FL	057		
7219136	West Hyde Park	west-hyde-park	US		0	America/New_York	27.9337	-82.4738	1			FL	057		
7219137	West Lake Burrell Estates	west-lake-burrell-estates	US		0	America/New_York	28.096	-82.4506	17			FL	057		
7219138	West Lake Farms	west-lake-farms	US		0	America/New_York	27.7248	-82.3166	25			FL	057		
7219139	West Land	west-land	US		0	America/New_York	27.9466	-82.4819	6			FL	057		
7219140	West Meadows	west-meadows	US		0	America/New_York	28.1483	-82.3817	14			FL	057		
7219141	West Naples	west-naples	US		0	America/New_York	27.9534	-82.4904	7			FL	057		
7219142	West North Tampa	west-north-tampa	US		0	America/New_York	28.1514	-82.4637	22			FL	057		
7219143	West Park Estates	west-park-estates	US		0	America/New_York	28.0015	-82.5195	8			FL	057		
7219144	West Pinecrest	west-pinecrest	US		0	America/New_York	28.0123	-82.1521	37			FL	057		
7219145	West Pines Village Mobile Home Park	west-pines-village-mobile-home-park	US		0	America/New_York	28.0233	-82.1594	36			FL	057		
7219146	West Plant City	west-plant-city	US		0	America/New_York	27.9865	-82.1321	43			FL	057		
7219147	West Plant City Farms	west-plant-city-farms	US		0	America/New_York	27.9378	-82.1656	23			FL	057		
7219148	West Port	west-port	US		0	America/New_York	27.8704	-82.528	1			FL	057		
7219149	West Rosedale	west-rosedale	US		0	America/New_York	27.9927	-82.4285	15			FL	057		
7219150	West Shore Crest	west-shore-crest	US		0	America/New_York	27.9416	-82.5276	1			FL	057		
7219151	West Shore Estates	west-shore-estates	US		0	America/New_York	27.9617	-82.5246	4			FL	057		
7219152	West Shore Manor	west-shore-manor	US		0	America/New_York	27.9241	-82.5229	1			FL	057		
7219153	West Shore Place	west-shore-place	US		0	America/New_York	27.9271	-82.5213	2			FL	057		
7219154	West Suwanee Heights	west-suwanee-heights	US		0	America/New_York	27.9979	-82.4615	7			FL	057		
7219155	West Tampa Heights	west-tampa-heights	US		0	America/New_York	27.9698	-82.4831	6			FL	057		
7219156	West Texas Acres	west-texas-acres	US		0	America/New_York	27.9771	-82.114	40			FL	057		
7219157	West View	west-view	US		0	America/New_York	27.9433	-82.5319	1			FL	057		
7219158	West Virginia Place	west-virginia-place	US		0	America/New_York	27.9146	-82.5029	5			FL	057		
7219159	West Waters Village	west-waters-village	US		0	America/New_York	28.0268	-82.5855	3			FL	057		
7219162	Western Heights	western-heights	US		0	America/New_York	27.9726	-82.4668	8			FL	057		
7219163	Westhigh	westhigh	US		0	America/New_York	28.021	-82.4874	13			FL	057		
7219166	Westmont Oaks	westmont-oaks	US		0	America/New_York	28.0458	-82.5783	4			FL	057		
7219167	Westmont Terrace	westmont-terrace	US		0	America/New_York	27.8884	-82.493	4			FL	057		
7219168	Westmoreland Pines	westmoreland-pines	US		0	America/New_York	28.0006	-82.4419	18			FL	057		
7219169	Westmoreland Place	westmoreland-place	US		0	America/New_York	28.0002	-82.4523	12			FL	057		
7219170	Westridge Village	westridge-village	US		0	America/New_York	28.0529	-82.527	11			FL	057		
7219171	Wests	wests	US		0	America/New_York	27.97	-82.4651	10			FL	057		
7219172	Westshore Estates South	westshore-estates-south	US		0	America/New_York	27.8761	-82.5263	2			FL	057		
7219175	Westwood Lakes	westwood-lakes	US		0	America/New_York	28.0844	-82.6462	6			FL	057		
7219176	Wetherington	wetherington	US		0	America/New_York	28.0677	-82.3575	11			FL	057		
7219177	Wetherington Oaks	wetherington-oaks	US		0	America/New_York	27.9716	-82.2186	22			FL	057		
7219178	Wexford Green	wexford-green	US		0	America/New_York	27.9202	-82.2546	22			FL	057		
7219179	Wheeler Crossings	wheeler-crossings	US		0	America/New_York	27.9737	-82.2535	17			FL	057		
7219180	Wheeler Groves	wheeler-groves	US		0	America/New_York	27.9727	-82.2706	21			FL	057		
7219181	Wheeler Oak	wheeler-oak	US		0	America/New_York	27.9725	-82.2455	18			FL	057		
7219182	Wheeler Oaks	wheeler-oaks	US		0	America/New_York	27.9759	-82.2908	16			FL	057		
7219183	Wheeler Road	wheeler-road	US		0	America/New_York	27.9737	-82.2914	13			FL	057		
7219184	Wheelers Landing	wheelers-landing	US		0	America/New_York	27.9723	-82.2964	10			FL	057		
7219185	Whirley Estates	whirley-estates	US		0	America/New_York	28.1184	-82.5199	17			FL	057		
7219186	Whisper Cove	whisper-cove	US		0	America/New_York	28.0117	-82.3859	6			FL	057		
7219187	Whisper Lake	whisper-lake	US		0	America/New_York	27.966	-82.2431	25			FL	057		
7219188	Whisper Sound	whisper-sound	US		0	America/New_York	28.0679	-82.5115	16			FL	057		
7219189	Whispering Oaks	whispering-oaks	US		0	America/New_York	28.0333	-82.5195	11			FL	057		
7219190	Whispering Pines Estates	whispering-pines-estates	US		0	America/New_York	27.9433	-82.38	5			FL	057		
7219191	Whitaker Estates	whitaker-estates	US		0	America/New_York	28.1139	-82.4535	18			FL	057		
7219192	White Estates	white-estates	US		0	America/New_York	27.9514	-82.5245	3			FL	057		
7219193	White Oaks	white-oaks	US		0	America/New_York	28.013	-82.4008	8			FL	057		
7219195	White Trout Estate	white-trout-estate	US		0	America/New_York	28.0428	-82.496	12			FL	057		
7219196	White Trout Lake Shores	white-trout-lake-shores	US		0	America/New_York	28.0389	-82.5012	12			FL	057		
7219197	White Trout Manor	white-trout-manor	US		0	America/New_York	28.0427	-82.4949	10			FL	057		
7219199	Whiteway Terrace	whiteway-terrace	US		0	America/New_York	28.0503	-82.4527	10			FL	057		
7219200	Whitlock	whitlock	US		0	America/New_York	27.9103	-82.2159	15			FL	057		
7219203	Widman Acres	widman-acres	US		0	America/New_York	28.027	-82.3954	18			FL	057		
7219204	Wiggins Meadows	wiggins-meadows	US		0	America/New_York	27.9851	-82.0618	35			FL	057		
7219205	Wiggins Trace	wiggins-trace	US		0	America/New_York	27.9833	-82.0618	36			FL	057		
7219206	Wiggs Estates	wiggs-estates	US		0	America/New_York	27.8845	-82.0625	31			FL	057		
7219207	Wil Jo	wil-jo	US		0	America/New_York	28.0539	-82.3931	14			FL	057		
7219209	Wilder Oaks	wilder-oaks	US		0	America/New_York	28.0272	-82.0943	45			FL	057		
7219210	Wilder Park	wilder-park	US		0	America/New_York	28.0287	-82.0931	44			FL	057		
7219211	Wilder Reserve	wilder-reserve	US		0	America/New_York	28.0328	-82.0947	42			FL	057		
7219212	Wilder Trace	wilder-trace	US		0	America/New_York	28.0263	-82.0947	45			FL	057		
7219213	Wilder Woods	wilder-woods	US		0	America/New_York	28.0336	-82.0957	41			FL	057		
7219214	Wilderness Crossings	wilderness-crossings	US		0	America/New_York	28.1638	-82.2627	17			FL	057		
7219215	Wildes Pond	wildes-pond	US		0	America/New_York	28.053	-82.0947	36			FL	057		
7219216	Wildewood Village	wildewood-village	US		0	America/New_York	28.0414	-82.5321	11			FL	057		
7219218	Wildwood Hollow	wildwood-hollow	US		0	America/New_York	27.912	-82.2539	30			FL	057		
7219219	Wilhelmina	wilhelmina	US		0	America/New_York	27.9437	-82.4516	2			FL	057		
7219220	Williams Crossing	williams-crossing	US		0	America/New_York	27.975	-82.3198	11			FL	057		
7219221	Williams Road Mobile Villa	williams-road-mobile-villa	US		0	America/New_York	28.0001	-82.3194	13			FL	057		
7219223	Willow Pines	willow-pines	US		0	America/New_York	28.008	-82.4704	7			FL	057		
7219224	Willow Pond	willow-pond	US		0	America/New_York	28.126	-82.445	18			FL	057		
7219225	Willow Shores	willow-shores	US		0	America/New_York	27.656	-82.3438	2			FL	057		
7219226	Willowbrae Village	willowbrae-village	US		0	America/New_York	28.0445	-82.5208	12			FL	057		
7219227	Wilma	wilma	US		0	America/New_York	28.0235	-82.4691	8			FL	057		
7219228	Wilma Farms	wilma-farms	US		0	America/New_York	28.0345	-82.4984	14			FL	057		
7219229	Wilma Highlands	wilma-highlands	US		0	America/New_York	28.0047	-82.4373	16			FL	057		
7219230	Wilma North	wilma-north	US		0	America/New_York	28.0286	-82.477	9			FL	057		
7219231	Wilma Oak Grove	wilma-oak-grove	US		0	America/New_York	28.0239	-82.4754	9			FL	057		
7219232	Wilma South	wilma-south	US		0	America/New_York	28.0166	-82.474	6			FL	057		
7219233	Wilma West	wilma-west	US		0	America/New_York	28.022	-82.4782	8			FL	057		
7219235	Winchester Woods	winchester-woods	US		0	America/New_York	27.9593	-82.2662	16			FL	057		
7219236	Windcall	windcall	US		0	America/New_York	28.077	-82.1905	26			FL	057		
7219237	Windcrest Commons	windcrest-commons	US		0	America/New_York	27.9125	-82.2383	31			FL	057		
7219238	Windemere	windemere	US		0	America/New_York	28.1378	-82.4363	20			FL	057		
7219239	Windhorst Village	windhorst-village	US		0	America/New_York	27.9578	-82.2894	17			FL	057		
7219240	Winding Creek	winding-creek	US		0	America/New_York	27.6687	-82.453	4			FL	057		
7219241	Windmill Pointe	windmill-pointe	US		0	America/New_York	27.9571	-82.084	34			FL	057		
7219242	Windsor Park at the Eagles	windsor-park-at-the-eagles	US		0	America/New_York	28.0901	-82.6327	7			FL	057		
7219243	Windsor Place at Citrus Park	windsor-place-at-citrus-park	US		0	America/New_York	28.064	-82.6212	6			FL	057		
7219244	Windwood Hills	windwood-hills	US		0	America/New_York	27.9092	-82.2516	40			FL	057		
7219245	Wingate Village	wingate-village	US		0	America/New_York	28.0485	-82.5203	14			FL	057		
7219246	Winifred Highlands	winifred-highlands	US		0	America/New_York	28.0574	-82.4498	11			FL	057		
7219247	Winifred Park	winifred-park	US		0	America/New_York	27.9988	-82.4358	18			FL	057		
7219248	Winners Circle	winners-circle	US		0	America/New_York	28.0721	-82.2845	24			FL	057		
7219249	Winnipeg	winnipeg	US		0	America/New_York	28.0165	-82.4544	8			FL	057		
7219250	Winston Manor	winston-manor	US		0	America/New_York	27.9988	-82.2754	22			FL	057		
7219251	Winston Park	winston-park	US		0	America/New_York	27.9402	-82.376	6			FL	057		
7219252	Winter Estates	winter-estates	US		0	America/New_York	27.9795	-82.2056	25			FL	057		
7219253	Winton Park	winton-park	US		0	America/New_York	27.9731	-82.4869	11			FL	057		
7219254	Witchmere	witchmere	US		0	America/New_York	27.9952	-82.4527	12			FL	057		
7219255	Wolfson	wolfson	US		0	America/New_York	28.0456	-82.3856	21			FL	057		
7219256	Wood Grove	wood-grove	US		0	America/New_York	27.9344	-82.5135	5			FL	057		
7219258	Wood Lynne	wood-lynne	US		0	America/New_York	27.9466	-82.4943	6			FL	057		
7219259	Woodacre Estates of Northdale	woodacre-estates-of-northdale	US		0	America/New_York	28.1053	-82.5105	17			FL	057		
7219260	Woodards Manor	woodards-manor	US		0	America/New_York	28.0224	-82.1889	29			FL	057		
7219261	Woodbery Estates	woodbery-estates	US		0	America/New_York	27.9544	-82.3235	18			FL	057		
7219262	Woodbriar Village	woodbriar-village	US		0	America/New_York	28.0947	-82.4705	17			FL	057		
7219263	Woodbriar West Group	woodbriar-west-group	US		0	America/New_York	28.0755	-82.5656	12			FL	057		
7219264	Woodbridge at Rocky Creek	woodbridge-at-rocky-creek	US		0	America/New_York	28.0237	-82.5805	1			FL	057		
7219265	Woodbridge Park	woodbridge-park	US		0	America/New_York	28.0252	-82.5778	4			FL	057		
7219266	Woodcleft	woodcleft	US		0	America/New_York	28.0075	-82.46	9			FL	057		
7219267	Woodfield Estates	woodfield-estates	US		0	America/New_York	28.0156	-82.3962	12			FL	057		
7219268	Woodfield Heights	woodfield-heights	US		0	America/New_York	28.0162	-82.4002	9			FL	057		
7219269	Woodfield River Oaks	woodfield-river-oaks	US		0	America/New_York	28.0242	-82.4056	15			FL	057		
7219270	Woodfield Village	woodfield-village	US		0	America/New_York	27.9911	-82.1343	41			FL	057		
7219271	Woodham Farms	woodham-farms	US		0	America/New_York	28.1201	-82.5716	17			FL	057		
7219273	Woodland Acres	woodland-acres	US		0	America/New_York	27.9628	-82.2705	21			FL	057		
7219274	Woodland Park Acres	woodland-park-acres	US		0	America/New_York	28.0421	-82.3548	14			FL	057		
7219275	Woodland Terrace	woodland-terrace	US		0	America/New_York	28.0043	-82.4255	15			FL	057		
7219276	Woodlawn Park	woodlawn-park	US		0	America/New_York	27.9502	-82.4747	6			FL	057		
7219277	Woodmere Heights	woodmere-heights	US		0	America/New_York	27.911	-82.2663	29			FL	057		
7219278	Woodmont	woodmont	US		0	America/New_York	28.07221	-82.55681	12			FL	057		
7219279	Woodroffe Estates	woodroffe-estates	US		0	America/New_York	28.0566	-82.5015	12			FL	057		
7219280	Woods of Eden Rock	woods-of-eden-rock	US		0	America/New_York	28.1064	-82.6098	13			FL	057		
7219283	Woodward Terrace	woodward-terrace	US		0	America/New_York	28.0038	-82.4368	18			FL	057		
7219284	Wurster Estates	wurster-estates	US		0	America/New_York	27.8415	-82.309	17			FL	057		
7219285	Wyatt Acres	wyatt-acres	US		0	America/New_York	28.0669	-82.1038	34			FL	057		
7219286	Wyndgate	wyndgate	US		0	America/New_York	28.1003	-82.4426	17			FL	057		
7219287	Wyndham Lakes	wyndham-lakes	US		0	America/New_York	28.1713	-82.5819	14			FL	057		
7219288	Wynstone	wynstone	US		0	America/New_York	28.1324	-82.3566	14			FL	057		
7219290	Yates Estates	yates-estates	US		0	America/New_York	27.9059	-82.1848	13			FL	057		
7219291	Ybor Heights	ybor-heights	US		0	America/New_York	27.9695	-82.4409	14			FL	057		
7219292	Ye Little Wood	ye-little-wood	US		0	America/New_York	28.048	-82.2975	23			FL	057		
7219293	Yent	yent	US		0	America/New_York	28.0495	-82.5033	13			FL	057		
7219294	Yocam Village	yocam-village	US		0	America/New_York	28.1398	-82.4796	20			FL	057		
7219296	Young Acres	young-acres	US		0	America/New_York	28.0577	-82.1634	30			FL	057		
7219297	Younkin	younkin	US		0	America/New_York	28.1168	-82.4786	18			FL	057		
7219298	Zambito	zambito	US		0	America/New_York	27.9945	-82.4812	9			FL	057		
7219299	Zambito Estates	zambito-estates	US		0	America/New_York	28.1345	-82.5515	17			FL	057		
7219300	Zephyr Grove	zephyr-grove	US		0	America/New_York	27.9713	-82.421	15			FL	057		
7219301	Ziegler Brothers Estates	ziegler-brothers-estates	US		0	America/New_York	28.1515	-82.4288	18			FL	057		
7219302	Ziegler Brothers Trail	ziegler-brothers-trail	US		0	America/New_York	28.1516	-82.4238	18			FL	057		
7219303	Zion Height	zion-height	US		0	America/New_York	27.986	-82.4209	17			FL	057		
7219311	Sanctuary Estates	sanctuary-estates	US		0	America/New_York	27.6568	-82.4094	5			FL	057		
7219312	Sanctuary on Livingston	sanctuary-on-livingston	US		0	America/New_York	28.1625	-82.4229	18			FL	057		
7219313	Sand Hill Estates	sand-hill-estates	US		0	America/New_York	28.0706	-82.1906	27			FL	057		
7219314	Sand Ridge Estates	sand-ridge-estates	US		0	America/New_York	27.7806	-82.3421	17			FL	057		
7219315	Sandpiper	sandpiper	US		0	America/New_York	28.0219	-82.5646	5			FL	057		
7219316	Sandpiper Point	sandpiper-point	US		0	America/New_York	27.7174	-82.4419	0			FL	057		
7219317	Sandranita	sandranita	US		0	America/New_York	28.0889	-82.1347	30			FL	057		
7219319	Sanson Park	sanson-park	US		0	America/New_York	27.916	-82.3672	6			FL	057		
7219320	Sapphire Lake Ranchitos	sapphire-lake-ranchitos	US		0	America/New_York	28.1402	-82.4835	20			FL	057		
7219321	Sara Anna Estates	sara-anna-estates	US		0	America/New_York	27.9762	-82.2416	19			FL	057		
7219322	Sasnett Estates	sasnett-estates	US		0	America/New_York	28.0432	-82.3294	15			FL	057		
7219323	Savannah Court	savannah-court	US		0	America/New_York	27.8796	-82.4966	3			FL	057		
7219324	Sawyers Heavenbound Estates	sawyers-heavenbound-estates	US		0	America/New_York	28.0334	-82.2195	23			FL	057		
7219325	Saylor Estates	saylor-estates	US		0	America/New_York	28.0571	-82.1648	30			FL	057		
7219326	Scaglione	scaglione	US		0	America/New_York	28.0223	-82.3946	9			FL	057		
7219327	Scanlon Country Estates	scanlon-country-estates	US		0	America/New_York	27.9825	-82.2507	15			FL	057		
7219328	Scarboro	scarboro	US		0	America/New_York	27.7113	-82.3033	29			FL	057		
7219329	Scenic Heights	scenic-heights	US		0	America/New_York	27.8859	-82.2961	5			FL	057		
7219331	Scheurer	scheurer	US		0	America/New_York	27.982	-82.4589	12			FL	057		
7219332	Schiffers Acres	schiffers-acres	US		0	America/New_York	28.0816	-82.2255	21			FL	057		
7219335	School Park	school-park	US		0	America/New_York	28.019	-82.1274	37			FL	057		
7219336	School View Estates	school-view-estates	US		0	America/New_York	27.9276	-82.5152	4			FL	057		
7219337	Schoolview Estates	schoolview-estates	US		0	America/New_York	27.9529	-82.2807	18			FL	057		
7219338	Scott Place	scott-place	US		0	America/New_York	27.932	-82.0596	28			FL	057		
7219339	Scotts Little Farms	scotts-little-farms	US		0	America/New_York	28.0601	-82.4457	12			FL	057		
7219340	Seabreeze	seabreeze	US		0	America/New_York	27.9269	-82.4862	2			FL	057		
7219341	Seabron	seabron	US		0	America/New_York	28.0078	-82.4481	18			FL	057		
7219342	Sedita	sedita	US		0	America/New_York	27.9873	-82.4498	15			FL	057		
7219343	Sedona de Avila	sedona-de-avila	US		0	America/New_York	28.1114	-82.4616	19			FL	057		
7219344	Seffner Heights	seffner-heights	US		0	America/New_York	27.9901	-82.2732	17			FL	057		
7219345	Seffner Park	seffner-park	US		0	America/New_York	27.9876	-82.2737	17			FL	057		
7219346	Seffner Ridge Estates	seffner-ridge-estates	US		0	America/New_York	27.9754	-82.2786	23			FL	057		
7219347	Seiver	seiver	US		0	America/New_York	27.9627	-82.4454	7			FL	057		
7219348	Seldomridge	seldomridge	US		0	America/New_York	27.9278	-82.5123	5			FL	057		
7219350	Selnerville	selnerville	US		0	America/New_York	27.7077	-82.4756	1			FL	057		
7219351	Seminole Crest	seminole-crest	US		0	America/New_York	28.0132	-82.4354	11			FL	057		
7219352	Seminole Crest Estates	seminole-crest-estates	US		0	America/New_York	28.0157	-82.4383	6			FL	057		
7219353	Seminole Heights East	seminole-heights-east	US		0	America/New_York	27.9956	-82.4547	12			FL	057		
7219354	Seminole Heights North	seminole-heights-north	US		0	America/New_York	28.0017	-82.4577	10			FL	057		
7219355	Seminole Heights of North Tampa	seminole-heights-of-north-tampa	US		0	America/New_York	27.9942	-82.4573	12			FL	057		
7219356	Seminole Lake Estates	seminole-lake-estates	US		0	America/New_York	28.0178	-82.1541	35			FL	057		
7219357	Seminole Sand	seminole-sand	US		0	America/New_York	28.035	-82.0764	43			FL	057		
7219358	Seminole Terrace	seminole-terrace	US		0	America/New_York	28.0065	-82.4502	15			FL	057		
7219360	Serenity Acres	serenity-acres	US		0	America/New_York	27.8479	-82.1782	33			FL	057		
7219361	Serenity Oaks	serenity-oaks	US		0	America/New_York	28.0802	-82.2514	15			FL	057		
7219362	Sergi	sergi	US		0	America/New_York	28.0696	-82.2467	16			FL	057		
7219363	Serralles	serralles	US		0	America/New_York	28.0556	-82.206	26			FL	057		
7219364	Seth Country Tracts	seth-country-tracts	US		0	America/New_York	27.7398	-82.2304	35			FL	057		
7219365	Settlers Pointe	settlers-pointe	US		0	America/New_York	28.0869	-82.4652	15			FL	057		
7219366	Seward Place	seward-place	US		0	America/New_York	27.9393	-82.488	6			FL	057		
7219367	Sexton Acres	sexton-acres	US		0	America/New_York	27.8801	-82.1635	21			FL	057		
7219368	Shackelford Estates	shackelford-estates	US		0	America/New_York	28.0193	-82.1889	32			FL	057		
7219369	Shadberry Village	shadberry-village	US		0	America/New_York	28.0435	-82.5173	10			FL	057		
7219370	Shaded Stand	shaded-stand	US		0	America/New_York	28.039	-82.1673	33			FL	057		
7219371	Shadow Bay	shadow-bay	US		0	America/New_York	27.9437	-82.2715	21			FL	057		
7219372	Shadow Ridge	shadow-ridge	US		0	America/New_York	27.8378	-82.2639	20			FL	057		
7219373	Shadow Run	shadow-run	US		0	America/New_York	27.8371	-82.2844	22			FL	057		
7219374	Shadowlawn	shadowlawn	US		0	America/New_York	27.9938	-82.4496	14			FL	057		
7219375	Shadowlawn Village	shadowlawn-village	US		0	America/New_York	27.9939	-82.4174	18			FL	057		
7219377	Shady Hollow	shady-hollow	US		0	America/New_York	27.9542	-82.314	21			FL	057		
7219378	Shady Lake Shores	shady-lake-shores	US		0	America/New_York	28.1633	-82.4877	20			FL	057		
7219379	Shady Nook	shady-nook	US		0	America/New_York	28.0129	-82.4466	16			FL	057		
7219380	Shady Oaks	shady-oaks	US		0	America/New_York	27.8228	-82.2719	22			FL	057		
7219381	Shady Oaks Park	shady-oaks-park	US		0	America/New_York	27.9163	-82.2704	24			FL	057		
7219382	Shady Pines	shady-pines	US		0	America/New_York	28.1152	-82.4699	18			FL	057		
7219383	Shady Rest	shady-rest	US		0	America/New_York	28.0025	-82.4131	18			FL	057		
7219384	Shady Stables	shady-stables	US		0	America/New_York	27.9976	-82.2387	21			FL	057		
7219385	Shagbark	shagbark	US		0	America/New_York	28.1052	-82.4756	19			FL	057		
7219386	Shagos Bay	shagos-bay	US		0	America/New_York	27.7752	-82.4143	1			FL	057		
7219387	Shamblin Estates	shamblin-estates	US		0	America/New_York	27.8664	-82.2991	17			FL	057		
7219388	Shangri La	shangri-la	US		0	America/New_York	28.0053	-82.2717	16			FL	057		
7219389	Shannon Terrace	shannon-terrace	US		0	America/New_York	28.0312	-82.1208	36			FL	057		
7219390	Shapiro	shapiro	US		0	America/New_York	28.1605	-82.5749	16			FL	057		
7219391	Shaw Place	shaw-place	US		0	America/New_York	28.0863	-82.5472	13			FL	057		
7219392	Shawnee Hills	shawnee-hills	US		0	America/New_York	27.8338	-82.3538	9			FL	057		
7219393	Shays Crest	shays-crest	US		0	America/New_York	28.1202	-82.5885	13			FL	057		
7219394	Sheffield East	sheffield-east	US		0	America/New_York	27.9222	-82.2812	13			FL	057		
7219395	Sheldon Chase	sheldon-chase	US		0	America/New_York	28.0343	-82.5851	4			FL	057		
7219396	Sheldon West Mobile Home Community	sheldon-west-mobile-home-community	US		0	America/New_York	28.0564	-82.5868	7			FL	057		
7219397	Shell Point	shell-point	US		0	America/New_York	27.8798	-82.4838	0			FL	057		
7219398	Shell Point Estates	shell-point-estates	US		0	America/New_York	27.8785	-82.4828	0			FL	057		
7219399	Shelley Lakes Estates	shelley-lakes-estates	US		0	America/New_York	27.7501	-82.2471	37			FL	057		
7219400	Shelleys Corner	shelleys-corner	US		0	America/New_York	28.0333	-82.2477	19			FL	057		
7219401	Shephards Cove	shephards-cove	US		0	America/New_York	28.1685	-82.4458	21			FL	057		
7219403	Shepherd Plantation	shepherd-plantation	US		0	America/New_York	27.966	-82.2125	27			FL	057		
7219405	Sheron Lee Estates	sheron-lee-estates	US		0	America/New_York	27.6831	-82.4323	1			FL	057		
7219406	Sherry Brook Estates	sherry-brook-estates	US		0	America/New_York	28.1405	-82.4243	17			FL	057		
7219407	Sherry Brook Lane	sherry-brook-lane	US		0	America/New_York	28.137	-82.4236	17			FL	057		
7219408	Sherwood, Plant City	sherwood-plant-city	US		0	America/New_York	28.1109	-82.1664	28			FL	057		
7219409	Sherwood Heights	sherwood-heights	US		0	America/New_York	28.0502	-82.4318	9			FL	057		
7219410	Shirley Ranch	shirley-ranch	US		0	America/New_York	28.0345	-82.214	24			FL	057		
7219411	Shooks Folly	shooks-folly	US		0	America/New_York	27.7029	-82.4011	11			FL	057		
7219412	Shupard Estates	shupard-estates	US		0	America/New_York	27.9646	-82.1385	34			FL	057		
7219414	Sidney Highlands	sidney-highlands	US		0	America/New_York	27.956	-82.205	24			FL	057		
7219415	Sierra Estates	sierra-estates	US		0	America/New_York	27.9805	-82.2398	21			FL	057		
7219416	Siglo Viente	siglo-viente	US		0	America/New_York	27.9638	-82.4351	7			FL	057		
7219417	Sill Manor	sill-manor	US		0	America/New_York	27.7087	-82.433	3			FL	057		
7219418	Silliman	silliman	US		0	America/New_York	28.0141	-82.2813	23			FL	057		
7219419	Siloam Springs Wood	siloam-springs-wood	US		0	America/New_York	27.9104	-82.2142	18			FL	057		
7219420	Silva City	silva-city	US		0	America/New_York	27.9671	-82.3819	9			FL	057		
7219421	Silvan	silvan	US		0	America/New_York	27.9257	-82.5193	2			FL	057		
7219422	Silver Bluff Estates	silver-bluff-estates	US		0	America/New_York	28.0098	-82.4436	15			FL	057		
7219423	Silver Forrest	silver-forrest	US		0	America/New_York	28.0966	-82.4328	17			FL	057		
7219424	Silver Lake Estates	silver-lake-estates	US		0	America/New_York	28.0233	-82.49	13			FL	057		
7219425	Silver Maple Estates	silver-maple-estates	US		0	America/New_York	27.9692	-82.1097	38			FL	057		
7219426	Silver Moon	silver-moon	US		0	America/New_York	27.9879	-82.4322	17			FL	057		
7219427	Silver Oaks	silver-oaks	US		0	America/New_York	28.0482	-82.3676	9			FL	057		
7219428	Simmons Acres	simmons-acres	US		0	America/New_York	27.9735	-82.0879	32			FL	057		
7219429	Simmons Estate	simmons-estate	US		0	America/New_York	27.9508	-82.1456	26			FL	057		
7219430	Simmons Ranch Estates	simmons-ranch-estates	US		0	America/New_York	27.7835	-82.3452	15			FL	057		
7219431	Sinclair Hills	sinclair-hills	US		0	America/New_York	28.0905	-82.4525	16			FL	057		
7219432	Sinewood	sinewood	US		0	America/New_York	28.0213	-82.4691	8			FL	057		
7219433	Singletary	singletary	US		0	America/New_York	28.0574	-82.2345	20			FL	057		
7219434	Sisson Heights	sisson-heights	US		0	America/New_York	27.9568	-82.27	30			FL	057		
7219435	Sito	sito	US		0	America/New_York	27.9881	-82.4133	15			FL	057		
7219436	Skewlee Gardens	skewlee-gardens	US		0	America/New_York	28.0532	-82.2944	13			FL	057		
7219437	Skinners	skinners	US		0	America/New_York	27.8766	-82.4996	4			FL	057		
7219438	Sligh Avenue Estates	sligh-avenue-estates	US		0	America/New_York	28.011	-82.3972	9			FL	057		
7219439	Small Farms	small-farms	US		0	America/New_York	28.0219	-82.1448	36			FL	057		
7219441	Smiths Golf View Estates	smiths-golf-view-estates	US		0	America/New_York	28.0452	-82.3777	16			FL	057		
7219442	Soggy Bottom Acres	soggy-bottom-acres	US		0	America/New_York	28.0831	-82.1075	30			FL	057		
7219443	Solana Bay	solana-bay	US		0	America/New_York	28.0288	-82.5537	7			FL	057		
7219444	Solitude	solitude	US		0	America/New_York	27.6921	-82.4529	1			FL	057		
7219445	Somerlott Estates	somerlott-estates	US		0	America/New_York	28.0369	-82.2387	18			FL	057		
7219447	Sonia	sonia	US		0	America/New_York	27.9314	-82.5094	5			FL	057		
7219448	Sonoma Heights	sonoma-heights	US		0	America/New_York	28.0409	-82.4523	9			FL	057		
7219449	Sophie Acres	sophie-acres	US		0	America/New_York	28.0562	-82.1485	32			FL	057		
7219450	Sosa Estates	sosa-estates	US		0	America/New_York	27.8891	-82.2306	12			FL	057		
7219451	Souders	souders	US		0	America/New_York	27.9694	-82.4452	12			FL	057		
7219452	South Bay Lakes	south-bay-lakes	US		0	America/New_York	27.8244	-82.3709	3			FL	057		
7219453	South County Estates	south-county-estates	US		0	America/New_York	27.7501	-82.2426	35			FL	057		
7219454	South Cove	south-cove	US		0	America/New_York	27.7894	-82.3058	25			FL	057		
7219455	South Farmington	south-farmington	US		0	America/New_York	28.0139	-82.1088	42			FL	057		
7219456	South Florida Terraces	south-florida-terraces	US		0	America/New_York	28.0819	-82.4133	12			FL	057		
7219458	South Lake Shores	south-lake-shores	US		0	America/New_York	28.1162	-82.5888	13			FL	057		
7219459	South Plant City Farms	south-plant-city-farms	US		0	America/New_York	27.9701	-82.0972	35			FL	057		
7219460	South Pointe	south-pointe	US		0	America/New_York	27.8162	-82.338	16			FL	057		
7219461	South Ridge of Tampa	south-ridge-of-tampa	US		0	America/New_York	27.90706	-82.30163	9			FL	057		
7219462	South Tampa Villa	south-tampa-villa	US		0	America/New_York	27.9116	-82.4052	1			FL	057		
7219463	Southern Acres	southern-acres	US		0	America/New_York	28.1692	-82.4133	18			FL	057		
7219464	Southern Comfort Homes	southern-comfort-homes	US		0	America/New_York	28.0026	-82.5472	5			FL	057		
7219465	Southern Oaks	southern-oaks	US		0	America/New_York	27.9406	-82.4943	6			FL	057		
7219466	Southern Oaks Grove	southern-oaks-grove	US		0	America/New_York	27.9458	-82.2625	25			FL	057		
7219468	Southfork at Van Dyke Farms	southfork-at-van-dyke-farms	US		0	America/New_York	28.1197	-82.5533	15			FL	057		
7219469	Southgreen	southgreen	US		0	America/New_York	27.8812	-82.497	3			FL	057		
7219470	Southland	southland	US		0	America/New_York	27.9314	-82.5092	5			FL	057		
7219471	Southshore Falls	southshore-falls	US		0	America/New_York	27.7594	-82.4095	2			FL	057		
7219472	Southwind	southwind	US		0	America/New_York	27.6584	-82.2966	15			FL	057		
7219473	Southwood Estates	southwood-estates	US		0	America/New_York	27.8721	-82.0899	28			FL	057		
7219474	Southwood Hills	southwood-hills	US		0	America/New_York	27.88923	-82.29571	9			FL	057		
7219475	Sparkman Heights	sparkman-heights	US		0	America/New_York	28.0239	-82.2184	28			FL	057		
7219476	Sparkman Oaks	sparkman-oaks	US		0	America/New_York	27.9755	-82.0836	38			FL	057		
7219477	Sparkman Place	sparkman-place	US		0	America/New_York	27.9657	-82.4515	13			FL	057		
7219478	Speedway Park	speedway-park	US		0	America/New_York	27.9027	-82.3748	3			FL	057		
7219479	Speedway Place	speedway-place	US		0	America/New_York	27.8787	-82.4976	4			FL	057		
7219480	Spencer Place	spencer-place	US		0	America/New_York	27.9308	-82.5107	5			FL	057		
7219482	Sperry Grove Estates	sperry-grove-estates	US		0	America/New_York	27.9951	-82.4388	16			FL	057		
7219483	Spillers	spillers	US		0	America/New_York	27.9716	-82.3779	10			FL	057		
7219484	Spitler Park	spitler-park	US		0	America/New_York	27.87	-82.5027	3			FL	057		
7219485	Spivey Acres	spivey-acres	US		0	America/New_York	28.0815	-82.2123	23			FL	057		
7219486	Spivey Miller	spivey-miller	US		0	America/New_York	27.9239	-82.3763	5			FL	057		
7219487	Spivey Road	spivey-road	US		0	America/New_York	27.8408	-82.3604	3			FL	057		
7219488	Spring Heights	spring-heights	US		0	America/New_York	27.9871	-82.4665	6			FL	057		
7219490	Spring View	spring-view	US		0	America/New_York	28.0185	-82.4586	7			FL	057		
7219491	Springdell Estates	springdell-estates	US		0	America/New_York	27.904	-82.2223	22			FL	057		
7219492	Springoak	springoak	US		0	America/New_York	28.0203	-82.4632	1			FL	057		
7219493	Springwood Village	springwood-village	US		0	America/New_York	28.0505	-82.5286	13			FL	057		
7219494	Spyglass at River Bend	spyglass-at-river-bend	US		0	America/New_York	27.6878	-82.4317	6			FL	057		
7219495	Stafford Oaks	stafford-oaks	US		0	America/New_York	28.0374	-82.2088	26			FL	057		
7219496	Stallwood	stallwood	US		0	America/New_York	28.0227	-82.1314	34			FL	057		
7219497	Stalvey Oaks	stalvey-oaks	US		0	America/New_York	28.0425	-82.1206	35			FL	057		
7219498	Stanford Estates	stanford-estates	US		0	America/New_York	27.7598	-82.332	23			FL	057		
7219499	Stansell	stansell	US		0	America/New_York	27.7123	-82.3024	29			FL	057		
7219500	Starlite	starlite	US		0	America/New_York	27.889	-82.3422	7			FL	057		
7219501	Stasia	stasia	US		0	America/New_York	28.1077	-82.5562	14			FL	057		
7219502	Steeplechase	steeplechase	US		0	America/New_York	28.1227	-82.6058	12			FL	057		
7219503	Stelling Village	stelling-village	US		0	America/New_York	27.8019	-82.3397	16			FL	057		
7219504	Stemper Terrace	stemper-terrace	US		0	America/New_York	28.1353	-82.4641	20			FL	057		
7219505	Stephanie Way	stephanie-way	US		0	America/New_York	27.92	-82.5231	2			FL	057		
7219506	Stephen Foster Highlands	stephen-foster-highlands	US		0	America/New_York	28.0062	-82.4367	16			FL	057		
7219509	Sterling Ranch	sterling-ranch	US		0	America/New_York	27.90285	-82.32141	9			FL	057		
7219510	Sterlingwood	sterlingwood	US		0	America/New_York	27.9035	-82.4994	3			FL	057		
7219511	Stetsons River Estates	stetsons-river-estates	US		0	America/New_York	28.0134	-82.4635	3			FL	057		
7219512	Stevens Manor	stevens-manor	US		0	America/New_York	27.9902	-82.261	15			FL	057		
7219514	Stewart Manor	stewart-manor	US		0	America/New_York	28.1623	-82.4534	22			FL	057		
7219515	Stiggins	stiggins	US		0	America/New_York	27.9664	-82.4332	7			FL	057		
7219516	Still Waters Landing	still-waters-landing	US		0	America/New_York	27.8617	-82.3556	6			FL	057		
7219518	Stockon Court	stockon-court	US		0	America/New_York	27.9587	-82.4516	7			FL	057		
7219520	Stone Hedge	stone-hedge	US		0	America/New_York	27.9532	-82.1391	29			FL	057		
7219521	Stone Hollow	stone-hollow	US		0	America/New_York	27.9024	-82.2184	17			FL	057		
7219522	Stone Ridge at Highwoods Preserve	stone-ridge-at-highwoods-preserve	US		0	America/New_York	28.1432	-82.3733	13			FL	057		
7219523	Stonegate	stonegate	US		0	America/New_York	28.0811	-82.5354	15			FL	057		
7219524	Stonehedge	stonehedge	US		0	America/New_York	28.0675	-82.5224	14			FL	057		
7219525	Stonehenge Estates	stonehenge-estates	US		0	America/New_York	28.1402	-82.4774	20			FL	057		
7219526	Stonehouse	stonehouse	US		0	America/New_York	27.9396	-82.5004	6			FL	057		
7219527	Stonelake Ranch	stonelake-ranch	US		0	America/New_York	28.0559	-82.2629	21			FL	057		
7219528	Stoneleigh	stoneleigh	US		0	America/New_York	28.0713	-82.5081	17			FL	057		
7219529	Stoner Woods	stoner-woods	US		0	America/New_York	27.8673	-82.3092	7			FL	057		
7219530	Stonewood	stonewood	US		0	America/New_York	27.8915	-82.288	10			FL	057		
7219531	Stoney Creek	stoney-creek	US		0	America/New_York	28.029	-82.2345	21			FL	057		
7219532	Stoney Point	stoney-point	US		0	America/New_York	27.9278	-82.5288	0			FL	057		
7219533	Straits	straits	US		0	America/New_York	28.0566	-82.2973	12			FL	057		
7219535	Stratford Place	stratford-place	US		0	America/New_York	27.9783	-82.4531	11			FL	057		
7219537	Strawberry Square	strawberry-square	US		0	America/New_York	28.0236	-82.1686	30			FL	057		
7219538	Strawberry Terrace South	strawberry-terrace-south	US		0	America/New_York	28.0015	-82.1161	39			FL	057		
7219539	Strawberry Village	strawberry-village	US		0	America/New_York	28.0247	-82.1427	34			FL	057		
7219540	Streetman Acres	streetman-acres	US		0	America/New_York	27.8711	-82.1771	15			FL	057		
7219541	Strickland	strickland	US		0	America/New_York	28.0734	-82.1756	29			FL	057		
7219542	Stuart Grove	stuart-grove	US		0	America/New_York	27.8988	-82.4899	1			FL	057		
7219544	Stylerite Estates	stylerite-estates	US		0	America/New_York	27.8897	-82.4953	4			FL	057		
7219545	Suarez	suarez	US		0	America/New_York	27.9727	-82.4748	5			FL	057		
7219546	Suburb Royal	suburb-royal	US		0	America/New_York	27.9704	-82.4725	3			FL	057		
7219547	Suburban Club Estates	suburban-club-estates	US		0	America/New_York	27.934	-82.2704	18			FL	057		
7219548	Sudsanguan	sudsanguan	US		0	America/New_York	28.0713	-82.2846	23			FL	057		
7219549	Sugar Cane Acres	sugar-cane-acres	US		0	America/New_York	27.9569	-82.1837	22			FL	057		
7219550	Sugar Creek	sugar-creek	US		0	America/New_York	28.0159	-82.1653	32			FL	057		
7219552	Sugarloaf Ridge	sugarloaf-ridge	US		0	America/New_York	27.902	-82.2262	24			FL	057		
7219553	Sugarwood Grove	sugarwood-grove	US		0	America/New_York	28.0829	-82.5528	13			FL	057		
7219554	Sulphur Hill	sulphur-hill	US		0	America/New_York	28.0272	-82.4447	11			FL	057		
7219555	Sultana Glade	sultana-glade	US		0	America/New_York	28.0025	-82.411	14			FL	057		
7219556	Sultenfuss	sultenfuss	US		0	America/New_York	27.9916	-82.4498	14			FL	057		
7219557	Summer Springs	summer-springs	US		0	America/New_York	27.8055	-82.2926	24			FL	057		
7219558	Summerfield Crossings	summerfield-crossings	US		0	America/New_York	27.7949	-82.3313	18			FL	057		
7219559	Summerfield Village	summerfield-village	US		0	America/New_York	27.8005	-82.3081	23			FL	057		
7219560	Summerfield Wimauma	summerfield-wimauma	US		0	America/New_York	27.7004	-82.2512	23			FL	057		
7219561	Summerfield Wimauma Estates	summerfield-wimauma-estates	US		0	America/New_York	27.6999	-82.2471	26			FL	057		
7219562	Summerview Oaks	summerview-oaks	US		0	America/New_York	27.7978	-82.3369	17			FL	057		
7219563	Sun Lakes	sun-lakes	US		0	America/New_York	27.7296	-82.3518	13			FL	057		
7219564	Sunbeam Park	sunbeam-park	US		0	America/New_York	27.8479	-82.3708	4			FL	057		
7219565	Suncrest Estates	suncrest-estates	US		0	America/New_York	27.9201	-82.2466	27			FL	057		
7219566	Sundance Trails Phase 1	sundance-trails-phase-1	US		0	America/New_York	27.6548	-82.3793	5			FL	057		
7219567	Sunlake Park	sunlake-park	US		0	America/New_York	28.158	-82.4954	20			FL	057		
7219568	Sunniland	sunniland	US		0	America/New_York	27.8685	-82.52	3			FL	057		
7219569	Sunningdale	sunningdale	US		0	America/New_York	28.045	-82.3554	18			FL	057		
7219570	Sunny Acres	sunny-acres	US		0	America/New_York	28.0219	-82.1283	36			FL	057		
7219571	Sunny Hill	sunny-hill	US		0	America/New_York	27.9985	-82.2089	40			FL	057		
7219572	Sunny Pines	sunny-pines	US		0	America/New_York	28.1283	-82.4819	19			FL	057		
7219573	Sunny Shores	sunny-shores	US		0	America/New_York	28.0834	-82.485	14			FL	057		
7219574	Sunny Slopes	sunny-slopes	US		0	America/New_York	28.048	-82.2476	21			FL	057		
7219576	Sunray Estates	sunray-estates	US		0	America/New_York	28.0182	-82.5904	3			FL	057		
7219577	Sunray Gardens	sunray-gardens	US		0	America/New_York	28.0126	-82.5075	11			FL	057		
7219578	Sunray Hills	sunray-hills	US		0	America/New_York	28.0014	-82.4155	16			FL	057		
7219579	Sunrise	sunrise	US		0	America/New_York	27.9757	-82.4956	10			FL	057		
7219580	Sunrise Manor	sunrise-manor	US		0	America/New_York	27.9873	-82.2871	19			FL	057		
7219581	Sunrise Villas of Tampa	sunrise-villas-of-tampa	US		0	America/New_York	28.0051	-82.4996	11			FL	057		
7219582	Suns Acres	suns-acres	US		0	America/New_York	28.0474	-82.338	14			FL	057		
7219583	Sunset Camp	sunset-camp	US		0	America/New_York	27.9243	-82.5273	1			FL	057		
7219584	Sunset Heights	sunset-heights	US		0	America/New_York	28.0156	-82.1591	36			FL	057		
7219585	Sunset Lane Park	sunset-lane-park	US		0	America/New_York	28.1431	-82.4461	19			FL	057		
7219586	Sunset Manor	sunset-manor	US		0	America/New_York	28.1438	-82.457	22			FL	057		
7219587	Sunset Park	sunset-park	US		0	America/New_York	27.9195	-82.5243	0			FL	057		
7219588	Sunset Park Isles	sunset-park-isles	US		0	America/New_York	27.9229	-82.529	1			FL	057		
7219589	Sunset Terrace	sunset-terrace	US		0	America/New_York	27.9234	-82.5291	1			FL	057		
7219590	Sunshine Acres	sunshine-acres	US		0	America/New_York	27.8672	-82.3711	3			FL	057		
7219591	Sunshine Village	sunshine-village	US		0	America/New_York	28.0866	-82.5208	14			FL	057		
7219592	Suntree Estates	suntree-estates	US		0	America/New_York	27.8779	-82.3332	7			FL	057		
7219593	Sunway	sunway	US		0	America/New_York	27.9772	-82.3232	12			FL	057		
7219594	Surfside Estates	surfside-estates	US		0	America/New_York	27.7879	-82.4224	0			FL	057		
7219595	Surfside Estates by the Bay	surfside-estates-by-the-bay	US		0	America/New_York	27.7897	-82.421	0			FL	057		
7219596	Surrey Chase	surrey-chase	US		0	America/New_York	28.1267	-82.4563	20			FL	057		
7219597	Susan Marie Terrace	susan-marie-terrace	US		0	America/New_York	28.0305	-82.4066	17			FL	057		
7219598	Susieanna	susieanna	US		0	America/New_York	28.0134	-82.4562	12			FL	057		
7219599	Sutton Estates	sutton-estates	US		0	America/New_York	28.1021	-82.4286	11			FL	057		
7219600	Sutton Place	sutton-place	US		0	America/New_York	28.0395	-82.4779	14			FL	057		
7219601	Suwanee Heights	suwanee-heights	US		0	America/New_York	27.9979	-82.4574	9			FL	057		
7219602	Suydam	suydam	US		0	America/New_York	28.1592	-82.4382	19			FL	057		
7219603	Suzie Trace	suzie-trace	US		0	America/New_York	28.137	-82.4256	17			FL	057		
7219604	Svensson	svensson	US		0	America/New_York	28.0536	-82.176	29			FL	057		
7219605	Swan Cove	swan-cove	US		0	America/New_York	28.1466	-82.606	14			FL	057		
7219606	Swann Albany	swann-albany	US		0	America/New_York	27.9365	-82.4803	6			FL	057		
7219607	Swann Terrace	swann-terrace	US		0	America/New_York	27.9378	-82.4921	6			FL	057		
7219608	Swannsylvania	swannsylvania	US		0	America/New_York	27.9692	-82.4503	13			FL	057		
7219609	Sweat Farms	sweat-farms	US		0	America/New_York	27.7464	-82.2662	35			FL	057		
7219611	Sweetwater Estates	sweetwater-estates	US		0	America/New_York	27.983	-82.5626	1			FL	057		
7219612	Sweetwater Farms	sweetwater-farms	US		0	America/New_York	27.9901	-82.5608	1			FL	057		
7219614	Sweetwater Terrace	sweetwater-terrace	US		0	America/New_York	27.9827	-82.5596	1			FL	057		
7219615	Swilley Acres	swilley-acres	US		0	America/New_York	28.082	-82.1045	30			FL	057		
7219616	Swindell Acres	swindell-acres	US		0	America/New_York	28.0426	-82.0707	42			FL	057		
7219617	Sydney Crossings	sydney-crossings	US		0	America/New_York	27.9852	-82.1774	35			FL	057		
7219618	Sylvan Dale	sylvan-dale	US		0	America/New_York	28.0577	-82.4528	12			FL	057		
7219619	Sylvan Terrace	sylvan-terrace	US		0	America/New_York	27.9565	-82.2788	23			FL	057		
7219621	Sylvia Manor	sylvia-manor	US		0	America/New_York	27.9194	-82.2636	24			FL	057		
7219622	Symmes Acres	symmes-acres	US		0	America/New_York	27.8341	-82.3515	9			FL	057		
7219623	Symmes Grove	symmes-grove	US		0	America/New_York	27.8333	-82.3408	14			FL	057		
7219624	Symmes Manor	symmes-manor	US		0	America/New_York	27.8316	-82.3758	3			FL	057		
7219625	Symphony Isles	symphony-isles	US		0	America/New_York	27.7721	-82.4272	0			FL	057		
7219626	Sytsma Estates	sytsma-estates	US		0	America/New_York	27.9637	-82.1384	34			FL	057		
7219627	Ta Wes Co Place	ta-wes-co-place	US		0	America/New_York	27.9739	-82.4591	11			FL	057		
7219629	Tagliarini	tagliarini	US		0	America/New_York	27.8821	-82.0706	31			FL	057		
7219630	Tague Acres	tague-acres	US		0	America/New_York	27.9497	-82.1962	18			FL	057		
7219631	Takomah Trail	takomah-trail	US		0	America/New_York	28.0393	-82.4027	18			FL	057		
7219632	Tall Pines	tall-pines	US		0	America/New_York	28.0742	-82.4616	14			FL	057		
7219633	Taman Estates	taman-estates	US		0	America/New_York	27.9718	-82.0627	37			FL	057		
7219634	Tampa Oaks	tampa-oaks	US		0	America/New_York	28.0628	-82.3556	12			FL	057		
7219635	Tampa Oaks North	tampa-oaks-north	US		0	America/New_York	28.0666	-82.3587	10			FL	057		
7219636	Tampa Overlook	tampa-overlook	US		0	America/New_York	28.039	-82.4395	9			FL	057		
7219637	Tampa Palms	tampa-palms	US		0	America/New_York	28.0903	-82.3804	9			FL	057		
7219638	Tampa Springs Estates	tampa-springs-estates	US		0	America/New_York	27.9506	-82.3953	1			FL	057		
7219639	Tampa Terrace	tampa-terrace	US		0	America/New_York	27.9671	-82.3713	7			FL	057		
7219640	Tampa Tourist Club	tampa-tourist-club	US		0	America/New_York	27.9722	-82.3708	9			FL	057		
7219641	Tampa Villas South	tampa-villas-south	US		0	America/New_York	27.897	-82.5162	3			FL	057		
7219642	Tampania	tampania	US		0	America/New_York	27.9496	-82.5272	2			FL	057		
7219643	Tangelo	tangelo	US		0	America/New_York	27.9533	-82.2931	12			FL	057		
7219644	Tangelo Terrace Estates	tangelo-terrace-estates	US		0	America/New_York	28.0306	-82.3113	22			FL	057		
7219645	Tangerine Hill	tangerine-hill	US		0	America/New_York	28.1613	-82.4324	21			FL	057		
7219646	Tangerine Trails	tangerine-trails	US		0	America/New_York	27.9992	-82.1226	42			FL	057		
7219648	Tanner Place	tanner-place	US		0	America/New_York	27.9676	-82.4561	14			FL	057		
7219649	Tapps River Breeze	tapps-river-breeze	US		0	America/New_York	28.0139	-82.4435	10			FL	057		
7219650	Tarawood	tarawood	US		0	America/New_York	28.0749	-82.4943	16			FL	057		
7219651	Tatom Estates	tatom-estates	US		0	America/New_York	27.7466	-82.2411	33			FL	057		
7219652	Taulbee Acres, Plant City	taulbee-acres-plant-city	US		0	America/New_York	27.8875	-82.123	20			FL	057		
7219653	Tawesco Heights	tawesco-heights	US		0	America/New_York	28.0793	-82.4529	16			FL	057		
7219654	Taylor Bay Estates	taylor-bay-estates	US		0	America/New_York	27.9626	-82.2878	16			FL	057		
7219655	Taylor Heights	taylor-heights	US		0	America/New_York	27.9673	-82.4489	12			FL	057		
7219656	Temple Bluff	temple-bluff	US		0	America/New_York	28.019	-82.4134	10			FL	057		
7219657	Temple Braska	temple-braska	US		0	America/New_York	28.0333	-82.4508	10			FL	057		
7219658	Temple Estates	temple-estates	US		0	America/New_York	28.0407	-82.35	12			FL	057		
7219659	Temple Grove Estates	temple-grove-estates	US		0	America/New_York	28.0486	-82.3864	23			FL	057		
7219660	Temple Highlands	temple-highlands	US		0	America/New_York	28.038	-82.4326	10			FL	057		
7219662	Temple Knoll	temple-knoll	US		0	America/New_York	28.0378	-82.4135	15			FL	057		
7219663	Temple Oaks	temple-oaks	US		0	America/New_York	28.0403	-82.3581	14			FL	057		
7219664	Temple Square	temple-square	US		0	America/New_York	27.8848	-82.5019	3			FL	057		
7219665	Temple Terrace Estates	temple-terrace-estates	US		0	America/New_York	28.0402	-82.387	15			FL	057		
7219666	Temple Terrace Gables	temple-terrace-gables	US		0	America/New_York	28.033	-82.4285	13			FL	057		
7219667	Temple Terrace Gardens	temple-terrace-gardens	US		0	America/New_York	28.0429	-82.3914	20			FL	057		
7219668	Temple Terrace Golfview	temple-terrace-golfview	US		0	America/New_York	28.0437	-82.3757	15			FL	057		
7219669	Temple Terrace Heights	temple-terrace-heights	US		0	America/New_York	28.039	-82.3913	24			FL	057		
7219670	Temple Terrace Hills	temple-terrace-hills	US		0	America/New_York	28.045	-82.3834	23			FL	057		
7219671	Temple Terrace Plaza	temple-terrace-plaza	US		0	America/New_York	28.0389	-82.3951	21			FL	057		
7219672	Temple Terrace Riverside	temple-terrace-riverside	US		0	America/New_York	28.0199	-82.3831	11			FL	057		
7219673	Temple Terrace Woods	temple-terrace-woods	US		0	America/New_York	28.0293	-82.3461	5			FL	057		
7219674	Temple Terraces	temple-terraces	US		0	America/New_York	28.0512	-82.3993	24			FL	057		
7219675	Temple Valley Estates	temple-valley-estates	US		0	America/New_York	28.0458	-82.3925	21			FL	057		
7219676	Terra del Toro	terra-del-toro	US		0	America/New_York	27.9345	-82.3794	6			FL	057		
7219677	Terra Nova	terra-nova	US		0	America/New_York	27.9466	-82.4871	6			FL	057		
7219678	Terrace Acres	terrace-acres	US		0	America/New_York	28.0424	-82.3371	16			FL	057		
7219679	Terrace Gables	terrace-gables	US		0	America/New_York	28.0347	-82.4284	13			FL	057		
7219680	Terrace Highlands	terrace-highlands	US		0	America/New_York	28.0447	-82.338	10			FL	057		
7219681	Terrace Hill	terrace-hill	US		0	America/New_York	28.0452	-82.3786	16			FL	057		
7219682	Terrace Oaks	terrace-oaks	US		0	America/New_York	28.0369	-82.3556	15			FL	057		
7219683	Terrace Overlook	terrace-overlook	US		0	America/New_York	28.0307	-82.3971	22			FL	057		
7219684	Terrace River	terrace-river	US		0	America/New_York	28.0211	-82.3739	13			FL	057		
7219685	Terrace Village	terrace-village	US		0	America/New_York	28.0367	-82.4011	21			FL	057		
7219686	Terrace Walk	terrace-walk	US		0	America/New_York	28.0535	-82.3913	14			FL	057		
7219687	Terry Park	terry-park	US		0	America/New_York	28.0274	-82.1058	41			FL	057		
7219688	Tevalo Hills	tevalo-hills	US		0	America/New_York	27.8765	-82.2389	19			FL	057		
7219689	The Arbors	the-arbors	US		0	America/New_York	28.052	-82.3857	14			FL	057		
7219690	The Arbors at Fletcher Island	the-arbors-at-fletcher-island	US		0	America/New_York	28.0671	-82.3622	9			FL	057		
7219691	The Bluffs	the-bluffs	US		0	America/New_York	28.05	-82.367	7			FL	057		
7219692	The Borghese Villas at Westshore	the-borghese-villas-at-westshore	US		0	America/New_York	27.9484	-82.5204	4			FL	057		
7219693	The Cloister	the-cloister	US		0	America/New_York	28.0823	-82.5117	16			FL	057		
7219694	The Cove	the-cove	US		0	America/New_York	27.8781	-82.2432	20			FL	057		
7219695	The Cove at Lake Alice	the-cove-at-lake-alice	US		0	America/New_York	28.1382	-82.606	14			FL	057		
7219696	The Coves at White Trout Lake	the-coves-at-white-trout-lake	US		0	America/New_York	28.0423	-82.4938	13			FL	057		
7219697	The Crescent	the-crescent	US		0	America/New_York	27.9125	-82.3427	8			FL	057		
7219698	The Depot	the-depot	US		0	America/New_York	28.0643	-82.2964	16			FL	057		
7219699	The Dryden Estates	the-dryden-estates	US		0	America/New_York	27.952	-82.2394	22			FL	057		
7219700	The Estates at Bayshore Pointe	the-estates-at-bayshore-pointe	US		0	America/New_York	27.8721	-82.4891	2			FL	057		
7219701	The Estates at Bloomingdale	the-estates-at-bloomingdale	US		0	America/New_York	27.8964	-82.2588	19			FL	057		
7219702	The Estates at Bullfrog Creek	the-estates-at-bullfrog-creek	US		0	America/New_York	27.7838	-82.3411	14			FL	057		
7219703	The Estates at White Trout Lake	the-estates-at-white-trout-lake	US		0	America/New_York	28.0392	-82.4916	12			FL	057		
7219704	The Groves North	the-groves-north	US		0	America/New_York	27.9885	-82.2838	23			FL	057		
7219705	The Hamlet	the-hamlet	US		0	America/New_York	28.0825	-82.4979	17			FL	057		
7219706	The Hammock	the-hammock	US		0	America/New_York	27.8846	-82.4852	1			FL	057		
7219707	The Homes at Harbour Bay	the-homes-at-harbour-bay	US		0	America/New_York	27.9335	-82.4513	1			FL	057		
7219708	The Inn at Lakeshore Villas	the-inn-at-lakeshore-villas	US		0	America/New_York	28.0972	-82.4539	14			FL	057		
7219709	The Knolls of Kings Point	the-knolls-of-kings-point	US		0	America/New_York	27.7027	-82.3656	8			FL	057		
7219710	The Lakes at Van Dyke Farms	the-lakes-at-van-dyke-farms	US		0	America/New_York	28.1232	-82.5631	16			FL	057		
7219711	The Landings of Tampa	the-landings-of-tampa	US		0	America/New_York	28.0414	-82.5186	10			FL	057		
7219712	The Manors at Crystal Lakes	the-manors-at-crystal-lakes	US		0	America/New_York	28.1398	-82.4704	20			FL	057		
7219713	The Manors at White Trout Lake	the-manors-at-white-trout-lake	US		0	America/New_York	28.0377	-82.4904	13			FL	057		
7219714	The Manors of Nottingham	the-manors-of-nottingham	US		0	America/New_York	28.0904	-82.3957	10			FL	057		
7219715	The Meadowlands	the-meadowlands	US		0	America/New_York	28.141	-82.4407	21			FL	057		
7219716	The Meadows at Van Dyke Farms	the-meadows-at-van-dyke-farms	US		0	America/New_York	28.1268	-82.5568	15			FL	057		
7219717	The Nest	the-nest	US		0	America/New_York	28.1387	-82.6111	12			FL	057		
7219718	The Oaks	the-oaks	US		0	America/New_York	28.0929	-82.1538	32			FL	057		
7219719	The Oaks at Busch	the-oaks-at-busch	US		0	America/New_York	28.0307	-82.4043	17			FL	057		
7219720	The Paddocks	the-paddocks	US		0	America/New_York	27.9864	-82.1414	37			FL	057		
7219721	The Paddocks at Van Dyke Farms	the-paddocks-at-van-dyke-farms	US		0	America/New_York	28.1237	-82.5546	15			FL	057		
7219722	The Park on Bayshore	the-park-on-bayshore	US		0	America/New_York	27.8866	-82.4862	2			FL	057		
7219723	The Pointe at Harbour Island	the-pointe-at-harbour-island	US		0	America/New_York	27.9275	-82.4493	0			FL	057		
7219724	The Quarter at Ybor	the-quarter-at-ybor	US		0	America/New_York	27.9631	-82.4377	7			FL	057		
7219725	The Reserve of Old Tampa Bay	the-reserve-of-old-tampa-bay	US		0	America/New_York	27.9781	-82.5815	0			FL	057		
7219726	The Retreat at Tampa Palms	the-retreat-at-tampa-palms	US		0	America/New_York	28.1128	-82.3887	10			FL	057		
7219727	The Southpointe at Bayshore	the-southpointe-at-bayshore	US		0	America/New_York	27.8697	-82.4899	2			FL	057		
7219728	The Springs	the-springs	US		0	America/New_York	28.0771	-82.4699	13			FL	057		
7219729	The Tarrymore	the-tarrymore	US		0	America/New_York	27.9355	-82.4771	4			FL	057		
7219730	The Trails at Van Dyke Farms	the-trails-at-van-dyke-farms	US		0	America/New_York	28.1184	-82.5623	16			FL	057		
7219731	The Village South	the-village-south	US		0	America/New_York	28.0567	-82.5148	15			FL	057		
7219732	The Village West	the-village-west	US		0	America/New_York	28.0686	-82.5191	15			FL	057		
7219733	The Villas at Andalucia	the-villas-at-andalucia	US		0	America/New_York	27.779	-82.43	0			FL	057		
7219734	The Villas at Bloomingdale	the-villas-at-bloomingdale	US		0	America/New_York	27.8835	-82.2666	18			FL	057		
7219735	The Villas at University Village	the-villas-at-university-village	US		0	America/New_York	28.0639	-82.4358	10			FL	057		
7219736	The Willows	the-willows	US		0	America/New_York	27.9625	-82.2544	18			FL	057		
7219737	The Willows of Hyde Park	the-willows-of-hyde-park	US		0	America/New_York	27.9395	-82.473	6			FL	057		
7219738	The Winds	the-winds	US		0	America/New_York	27.9587	-82.2996	12			FL	057		
7219739	The Woodlands	the-woodlands	US		0	America/New_York	28.0088	-82.3629	5			FL	057		
7219740	Thea Simmons	thea-simmons	US		0	America/New_York	27.7231	-82.4263	2			FL	057		
7219741	Theresa Arbor	theresa-arbor	US		0	America/New_York	28.0525	-82.3811	13			FL	057		
7219742	Thomas Hills	thomas-hills	US		0	America/New_York	27.9755	-82.1123	40			FL	057		
7219743	Thomas Oaks	thomas-oaks	US		0	America/New_York	27.9838	-82.0572	31			FL	057		
7219744	Thompson East	thompson-east	US		0	America/New_York	28.0901	-82.4899	16			FL	057		
7219745	Thompson Oaks	thompson-oaks	US		0	America/New_York	27.9057	-82.1985	16			FL	057		
7219747	Thousand Oaks Executive Estates	thousand-oaks-executive-estates	US		0	America/New_York	28.0067	-82.2649	13			FL	057		
7219748	Thrashers	thrashers	US		0	America/New_York	27.9763	-82.4475	12			FL	057		
7219749	Tibbettsville	tibbettsville	US		0	America/New_York	27.9808	-82.4445	13			FL	057		
7219750	Tierra de Amigos	tierra-de-amigos	US		0	America/New_York	27.8483	-82.1528	33			FL	057		
7219751	Tiffany Lake Manors	tiffany-lake-manors	US		0	America/New_York	28.1172	-82.4545	18			FL	057		
7219752	Tilsen Manor	tilsen-manor	US		0	America/New_York	28.0452	-82.4419	10			FL	057		
7219753	Timber Creek	timber-creek	US		0	America/New_York	27.9617	-82.2922	11			FL	057		
7219754	Timber Knoll	timber-knoll	US		0	America/New_York	27.9026	-82.2551	24			FL	057		
7219755	Timber Pond	timber-pond	US		0	America/New_York	27.9506	-82.2963	12			FL	057		
7219756	Timberland	timberland	US		0	America/New_York	28.1392	-82.4353	19			FL	057		
7219757	Timberlane	timberlane	US		0	America/New_York	28.0232	-82.5959	3			FL	057		
7219758	Timmons Acres	timmons-acres	US		0	America/New_York	28.0443	-82.3199	16			FL	057		
7219759	Timmons Estates	timmons-estates	US		0	America/New_York	28.0409	-82.321	17			FL	057		
7219760	Todd Acres	todd-acres	US		0	America/New_York	28.0635	-82.2315	21			FL	057		
7219761	Todd Estates	todd-estates	US		0	America/New_York	28.0499	-82.2388	18			FL	057		
7219762	Tomlinson Acres	tomlinson-acres	US		0	America/New_York	28.0735	-82.1771	28			FL	057		
7219763	Toole Place	toole-place	US		0	America/New_York	27.9043	-82.1737	16			FL	057		
7219764	Top of the Village	top-of-the-village	US		0	America/New_York	28.0829	-82.5159	15			FL	057		
7219765	Torrens	torrens	US		0	America/New_York	27.7683	-82.28	36			FL	057		
7219767	Tower Ridge Estates	tower-ridge-estates	US		0	America/New_York	27.9542	-82.1167	36			FL	057		
7219768	Town of Citrus Park	town-of-citrus-park	US		0	America/New_York	28.0805	-82.5705	13			FL	057		
7219769	Town Park	town-park	US		0	America/New_York	28.0384	-82.569	6			FL	057		
7219770	Towne Place	towne-place	US		0	America/New_York	28.0364	-82.5557	7			FL	057		
7219771	Towsley	towsley	US		0	America/New_York	28.0837	-82.4262	14			FL	057		
7219772	Tracers Lake Keen Estates	tracers-lake-keen-estates	US		0	America/New_York	28.1478	-82.4482	19			FL	057		
7219773	Tract 80 Estates	tract-80-estates	US		0	America/New_York	27.9429	-82.1518	20			FL	057		
7219774	Tradewinds	tradewinds	US		0	America/New_York	27.9769	-82.3927	11			FL	057		
7219775	Traditions at Woodmont	traditions-at-woodmont	US		0	America/New_York	28.0682	-82.5558	10			FL	057		
7219776	Trafalgar Square	trafalgar-square	US		0	America/New_York	28.0416	-82.5154	10			FL	057		
7219777	Trails at Durant	trails-at-durant	US		0	America/New_York	27.9066	-82.2103	22			FL	057		
7219778	Trapnell Acres	trapnell-acres	US		0	America/New_York	27.9683	-82.0607	36			FL	057		
7219779	Trapnell East	trapnell-east	US		0	America/New_York	27.9663	-82.1025	36			FL	057		
7219780	Trapnell Oaks	trapnell-oaks	US		0	America/New_York	27.9697	-82.0681	38			FL	057		
7219781	Trapnell Ridge	trapnell-ridge	US		0	America/New_York	27.9632	-82.1601	30			FL	057		
7219782	Treasure Park	treasure-park	US		0	America/New_York	27.8773	-82.5085	3			FL	057		
7219783	Tree Tops North	tree-tops-north	US		0	America/New_York	28.0583	-82.6024	6			FL	057		
7219784	Treehouses at Mohr Loop	treehouses-at-mohr-loop	US		0	America/New_York	28.003	-82.5862	1			FL	057		
7219785	Trevi at Bay Lake	trevi-at-bay-lake	US		0	America/New_York	28.0721	-82.4974	16			FL	057		
7219786	Treviso	treviso	US		0	America/New_York	27.7769	-82.4036	1			FL	057		
7219788	Tri Canal Estates	tri-canal-estates	US		0	America/New_York	27.9258	-82.4075	0			FL	057		
7219790	Triangle Heights	triangle-heights	US		0	America/New_York	27.9582	-82.5147	6			FL	057		
7219791	Trifoliata	trifoliata	US		0	America/New_York	28.0809	-82.3216	16			FL	057		
7219792	Triple Lake Shores	triple-lake-shores	US		0	America/New_York	28.123	-82.5352	17			FL	057		
7219793	Triple Lakes	triple-lakes	US		0	America/New_York	28.1204	-82.5367	17			FL	057		
7219794	Tripoli Place	tripoli-place	US		0	America/New_York	27.9988	-82.4409	18			FL	057		
7219795	Tromble	tromble	US		0	America/New_York	27.8564	-82.3281	12			FL	057		
7219796	Tropical Acres South	tropical-acres-south	US		0	America/New_York	27.8109	-82.2786	24			FL	057		
7219797	Tropical Gardens	tropical-gardens	US		0	America/New_York	28.0022	-82.5016	10			FL	057		
7219798	Tropical Lakes	tropical-lakes	US		0	America/New_York	28.1566	-82.4649	21			FL	057		
7219799	Tropical Pines	tropical-pines	US		0	America/New_York	27.8701	-82.4962	3			FL	057		
7219800	Tropical Terrace	tropical-terrace	US		0	America/New_York	27.889	-82.4921	4			FL	057		
7219801	Trout Creek Commons	trout-creek-commons	US		0	America/New_York	28.1455	-82.3546	14			FL	057		
7219802	Tulsa Heights	tulsa-heights	US		0	America/New_York	27.9933	-82.4193	18			FL	057		
7219803	Turkey Creek Acres	turkey-creek-acres	US		0	America/New_York	27.9806	-82.1755	33			FL	057		
7219804	Turkey Hollow	turkey-hollow	US		0	America/New_York	27.9496	-82.1805	21			FL	057		
7219805	Turleys	turleys	US		0	America/New_York	27.8829	-82.495	3			FL	057		
7219806	Turnberry at the Eagles	turnberry-at-the-eagles	US		0	America/New_York	28.1002	-82.6379	7			FL	057		
7219808	Turner Place	turner-place	US		0	America/New_York	27.9776	-82.0709	40			FL	057		
7219809	Turner Trace	turner-trace	US		0	America/New_York	28.0802	-82.5411	13			FL	057		
7219810	Turning Point	turning-point	US		0	America/New_York	28.1412	-82.4446	19			FL	057		
7219812	Turtle Crossing	turtle-crossing	US		0	America/New_York	28.0936	-82.543	15			FL	057		
7219813	Tuscany Bay	tuscany-bay	US		0	America/New_York	27.7937	-82.3697	8			FL	057		
7219815	Tuxedo Springs	tuxedo-springs	US		0	America/New_York	28.0102	-82.4631	4			FL	057		
7219816	Tuxedo Terrace	tuxedo-terrace	US		0	America/New_York	28.0458	-82.4665	9			FL	057		
7219817	Twelve Oaks Village	twelve-oaks-village	US		0	America/New_York	28.0152	-82.5647	4			FL	057		
7219818	Twenty Second Street Heights	twenty-second-street-heights	US		0	America/New_York	28.0047	-82.4337	17			FL	057		
7219819	Twin Branch Acres	twin-branch-acres	US		0	America/New_York	28.0468	-82.6341	2			FL	057		
7219821	Twin Lake Terrace	twin-lake-terrace	US		0	America/New_York	28.035	-82.4845	10			FL	057		
7219822	Twin Lakes Estates	twin-lakes-estates	US		0	America/New_York	28.0297	-82.4927	14			FL	057		
7219824	Tyndell-Maxwell	tyndell-maxwell	US		0	America/New_York	27.9445	-82.3982	2			FL	057		
7219826	Uceta Gardens	uceta-gardens	US		0	America/New_York	27.9641	-82.3823	8			FL	057		
7219827	Uceta Heights	uceta-heights	US		0	America/New_York	27.9758	-82.3753	10			FL	057		
7219828	Uceta Pines	uceta-pines	US		0	America/New_York	27.972	-82.4029	11			FL	057		
7219829	Uleta	uleta	US		0	America/New_York	27.934	-82.4824	5			FL	057		
7219830	Unity Circle	unity-circle	US		0	America/New_York	28.0021	-82.4256	15			FL	057		
7219831	University Village	university-village	US		0	America/New_York	28.0612	-82.4352	9			FL	057		
7219832	University Woods	university-woods	US		0	America/New_York	28.0757	-82.4162	14			FL	057		
7219834	Urbanrest	urbanrest	US		0	America/New_York	27.9128	-82.4924	4			FL	057		
7219835	Val Villa	val-villa	US		0	America/New_York	27.9807	-82.3027	17			FL	057		
7219836	Valencia in Old Hyde Park	valencia-in-old-hyde-park	US		0	America/New_York	27.9384	-82.4765	6			FL	057		
7219837	Valencia Manor	valencia-manor	US		0	America/New_York	28.0461	-82.3848	24			FL	057		
7219839	Valkenwal	valkenwal	US		0	America/New_York	28.0116	-82.4482	16			FL	057		
7219840	Valley View Garden Homes	valley-view-garden-homes	US		0	America/New_York	27.9848	-82.2873	22			FL	057		
7219841	Valmar	valmar	US		0	America/New_York	28.0139	-82.4466	15			FL	057		
7219842	Valrico Forest	valrico-forest	US		0	America/New_York	27.933	-82.2491	17			FL	057		
7219843	Valrico Groves	valrico-groves	US		0	America/New_York	27.9213	-82.2341	33			FL	057		
7219844	Valrico Heights	valrico-heights	US		0	America/New_York	27.9521	-82.2481	20			FL	057		
7219845	Valrico Heights Estates	valrico-heights-estates	US		0	America/New_York	27.9498	-82.2504	25			FL	057		
7219846	Valrico Highlands	valrico-highlands	US		0	America/New_York	27.9467	-82.2485	22			FL	057		
7219847	Valrico Lake Estates	valrico-lake-estates	US		0	America/New_York	27.9501	-82.2556	16			FL	057		
7219848	Valrico Manor	valrico-manor	US		0	America/New_York	27.9329	-82.2539	19			FL	057		
7219849	Valrico Oaks	valrico-oaks	US		0	America/New_York	27.9556	-82.2505	16			FL	057		
7219850	Valrico Village	valrico-village	US		0	America/New_York	27.949	-82.2538	19			FL	057		
7219851	Valrico Vista	valrico-vista	US		0	America/New_York	27.9469	-82.2506	22			FL	057		
7219852	Valrico Woodland	valrico-woodland	US		0	America/New_York	27.9875	-82.2505	17			FL	057		
7219853	Van Diver Place	van-diver-place	US		0	America/New_York	27.9294	-82.5115	5			FL	057		
7219854	Van Dyke Commons	van-dyke-commons	US		0	America/New_York	28.125	-82.5009	19			FL	057		
7219855	Van Dyke Estates	van-dyke-estates	US		0	America/New_York	28.1268	-82.52	17			FL	057		
7219856	Van Eyck	van-eyck	US		0	America/New_York	27.8706	-82.4924	2			FL	057		
7219857	Van Sant	van-sant	US		0	America/New_York	27.9173	-82.2625	25			FL	057		
7219858	Vander Creek	vander-creek	US		0	America/New_York	28.1109	-82.4328	15			FL	057		
7219859	Vandervort Acres	vandervort-acres	US		0	America/New_York	28.1115	-82.4355	18			FL	057		
7219860	Vandervort Wood	vandervort-wood	US		0	America/New_York	28.1087	-82.436	17			FL	057		
7219861	Variety Grove Estates	variety-grove-estates	US		0	America/New_York	28.0027	-82.4214	20			FL	057		
7219862	Varn Acres	varn-acres	US		0	America/New_York	28.084	-82.1558	35			FL	057		
7219864	Vedado	vedado	US		0	America/New_York	27.9657	-82.4248	7			FL	057		
7219865	Venetian at Bay Park	venetian-at-bay-park	US		0	America/New_York	27.7289	-82.4186	2			FL	057		
7219866	Venetian Park	venetian-park	US		0	America/New_York	28.03	-82.4845	11			FL	057		
7219867	Venetian Shores	venetian-shores	US		0	America/New_York	27.9726	-82.5517	2			FL	057		
7219868	Ventana	ventana	US		0	America/New_York	28.0676	-82.5435	13			FL	057		
7219869	Ventana North	ventana-north	US		0	America/New_York	27.7337	-82.3737	14			FL	057		
7219870	Vera Place	vera-place	US		0	America/New_York	28.0599	-82.4897	15			FL	057		
7219871	Verdier Park	verdier-park	US		0	America/New_York	27.9675	-82.4258	8			FL	057		
7219872	Vestas Court	vestas-court	US		0	America/New_York	27.9805	-82.4211	16			FL	057		
7219873	Vicente Guerra	vicente-guerra	US		0	America/New_York	27.9497	-82.43	2			FL	057		
7219874	Vick	vick	US		0	America/New_York	27.9938	-82.4373	16			FL	057		
7219875	Victoria Place	victoria-place	US		0	America/New_York	27.9438	-82.3076	17			FL	057		
7219876	Villa Bonnieventure	villa-bonnieventure	US		0	America/New_York	27.976	-82.4549	8			FL	057		
7219877	Villa Casecta	villa-casecta	US		0	America/New_York	27.9587	-82.4731	6			FL	057		
7219878	Villa Di Treviso	villa-di-treviso	US		0	America/New_York	27.7748	-82.4043	1			FL	057		
7219879	Villa Largo	villa-largo	US		0	America/New_York	28.0319	-82.5166	10			FL	057		
7219880	Villa Questol	villa-questol	US		0	America/New_York	28.0138	-82.4477	15			FL	057		
7219882	Villa Roma	villa-roma	US		0	America/New_York	28.1521	-82.4991	19			FL	057		
7219883	Villa Rosa Park	villa-rosa-park	US		0	America/New_York	27.8954	-82.4909	2			FL	057		
7219884	Villa Saint Louis	villa-saint-louis	US		0	America/New_York	27.9649	-82.4869	10			FL	057		
7219885	Villa Sonoma at International Plaza	villa-sonoma-at-international-plaza	US		0	America/New_York	27.9602	-82.5157	6			FL	057		
7219886	Village Estates	village-estates	US		0	America/New_York	28.0774	-82.5017	16			FL	057		
7219887	Village Place	village-place	US		0	America/New_York	28.0122	-82.1449	36			FL	057		
7219888	Village Wood	village-wood	US		0	America/New_York	28.0635	-82.5251	13			FL	057		
7219889	Villager Place	villager-place	US		0	America/New_York	28.0539	-82.553	10			FL	057		
7219890	Villages At Lithia	villages-at-lithia	US		0	America/New_York	27.7637	-82.2397	40			FL	057		
7219891	Villages of Bloomingdale	villages-of-bloomingdale	US		0	America/New_York	27.8877	-82.3446	7			FL	057		
7219892	Villages of Lake Saint Charles	villages-of-lake-saint-charles	US		0	America/New_York	27.8855	-82.3335	12			FL	057		
7219893	Villas Delfin	villas-delfin	US		0	America/New_York	27.9059	-82.4957	3			FL	057		
7219894	Villas of Northdale	villas-of-northdale	US		0	America/New_York	28.1024	-82.5174	15			FL	057		
7219895	Villas of San Marino at Carrollwood	villas-of-san-marino-at-carrollwood	US		0	America/New_York	28.0747	-82.5123	16			FL	057		
7219896	Vilma Acres	vilma-acres	US		0	America/New_York	28.0251	-82.0611	43			FL	057		
7219897	Vine Park	vine-park	US		0	America/New_York	28.0134	-82.458	10			FL	057		
7219898	Vineyards	vineyards	US		0	America/New_York	27.9129	-82.2923	16			FL	057		
7219899	Virginia Estates	virginia-estates	US		0	America/New_York	27.8878	-82.511	3			FL	057		
7219900	Virginia Lee Estates	virginia-lee-estates	US		0	America/New_York	28.0308	-82.3174	23			FL	057		
7219901	Virginia Park	virginia-park	US		0	America/New_York	27.9197	-82.5073	5			FL	057		
7219902	Virginia Terrace	virginia-terrace	US		0	America/New_York	27.9138	-82.5081	4			FL	057		
7219903	Vista Bonita	vista-bonita	US		0	America/New_York	28.0007	-82.4383	19			FL	057		
7219905	Vista del Rio	vista-del-rio	US		0	America/New_York	28.0534	-82.3665	8			FL	057		
7219906	Vista Ridge	vista-ridge	US		0	America/New_York	28.0274	-82.4042	20			FL	057		
7219907	Vitelli Acres	vitelli-acres	US		0	America/New_York	28.0408	-82.1202	36			FL	057		
7219908	Vultee	vultee	US		0	America/New_York	27.9397	-82.4957	6			FL	057		
7219909	Vuorio Estates	vuorio-estates	US		0	America/New_York	28.0411	-82.1838	29			FL	057		
7219912	Wades Half Acres	wades-half-acres	US		0	America/New_York	27.8861	-82.4986	3			FL	057		
7219913	Wagner Place	wagner-place	US		0	America/New_York	27.9936	-82.4432	16			FL	057		
7219914	Walden Groves	walden-groves	US		0	America/New_York	27.9806	-82.2379	21			FL	057		
7219915	Walden Lake	walden-lake	US		0	America/New_York	27.9691	-82.1635	31			FL	057		
7219916	Walden Lake Fairway Estates	walden-lake-fairway-estates	US		0	America/New_York	27.9941	-82.1435	35			FL	057		
7219917	Walden Lake Fairway Villas	walden-lake-fairway-villas	US		0	America/New_York	27.9996	-82.146	35			FL	057		
7219918	Walden Woods	walden-woods	US		0	America/New_York	27.9949	-82.1092	42			FL	057		
7219919	Waldrop Estates	waldrop-estates	US		0	America/New_York	27.9952	-82.2745	19			FL	057		
7219920	Walker Estates	walker-estates	US		0	America/New_York	28.0524	-82.178	28			FL	057		
7219921	Walker Heights	walker-heights	US		0	America/New_York	28.0623	-82.4644	12			FL	057		
7219922	Walkers Ranch Estates	walkers-ranch-estates	US		0	America/New_York	28.1145	-82.4584	18			FL	057		
7219924	Wallace Road Acres	wallace-road-acres	US		0	America/New_York	27.9459	-82.1611	26			FL	057		
7219925	Wallcraft	wallcraft	US		0	America/New_York	27.9032	-82.4919	2			FL	057		
7219926	Waller Acres	waller-acres	US		0	America/New_York	27.9854	-82.1847	30			FL	057		
7219928	Wanakah	wanakah	US		0	America/New_York	28.0749	-82.4493	14			FL	057		
7219929	Warren Estates	warren-estates	US		0	America/New_York	28.1197	-82.5905	14			FL	057		
7219930	Warrington Green	warrington-green	US		0	America/New_York	28.1479	-82.4793	20			FL	057		
7219931	Washington Park	washington-park	US		0	America/New_York	28.0205	-82.1155	38			FL	057		
7219932	Watch Hill	watch-hill	US		0	America/New_York	27.9677	-82.4301	11			FL	057		
7219933	Water Oak	water-oak	US		0	America/New_York	28.0118	-82.1187	38			FL	057		
7219934	Waterbridge	waterbridge	US		0	America/New_York	28.1174	-82.4568	18			FL	057		
7219935	Waterchase	waterchase	US		0	America/New_York	28.0885	-82.6229	7			FL	057		
7219937	Waterford on the Alafia	waterford-on-the-alafia	US		0	America/New_York	27.8571	-82.2743	14			FL	057		
7219938	Waterford on the Bay	waterford-on-the-bay	US		0	America/New_York	27.9242	-82.5292	1			FL	057		
7219939	Waterfront Cove	waterfront-cove	US		0	America/New_York	28.0034	-82.592	1			FL	057		
7219940	Waterfront Estates	waterfront-estates	US		0	America/New_York	27.9997	-82.5856	1			FL	057		
7220145	Applewood Community	applewood-community	US		0	America/New_York	43.08861	-75.36056	180			NY	065	50309	
7220146	Brookside Manor	brookside-manor	US		0	America/New_York	43.03444	-75.27389	208			NY	065	50309	
7220147	Camelot Village	camelot-village	US		0	America/New_York	43.17167	-75.42444	181			NY	065	80533	
7220148	Heritage Acres	heritage-acres	US		0	America/New_York	43.10833	-75.1675	139			NY	065	76540	
7220149	Leisure Village	leisure-village	US		0	America/New_York	43.29222	-75.60778	175			NY	065	02253	
7220150	Verona Mobile Home Park	verona-mobile-home-park	US		0	America/New_York	43.13694	-75.59389	140			NY	065	77178	
7220151	K And B Mobile Home Park	k-and-b-mobile-home-park	US		0	America/New_York	43.00528	-75.24694	272			NY	065	56330	
7220152	Mapledale Acres	mapledale-acres	US		0	America/New_York	43.25194	-75.19028	243			NY	065	75280	
7220153	Millgate Meadows	millgate-meadows	US		0	America/New_York	43.09028	-75.36833	164			NY	065	39804	
7220154	Green Acres	green-acres	US		0	America/New_York	43.19306	-75.19083	350			NY	065	75280	
7220155	Baileys Mobile Home Park	baileys-mobile-home-park	US		0	America/New_York	43.33722	-75.09611	384			NY	065	61126	
7220156	Boyd Manor	boyd-manor	US		0	America/New_York	43.14194	-75.50694	170			NY	065	80533	
7220157	Collins Mobile Home Park	collins-mobile-home-park	US		0	America/New_York	43.29389	-75.60639	174			NY	065	02253	
7220158	Glenridge Mobile Home Park	glenridge-mobile-home-park	US		0	America/New_York	43.31778	-75.62583	203			NY	065	02253	
7220159	Quiet Valley Trailer Park	quiet-valley-trailer-park	US		0	America/New_York	43.02278	-75.50722	252			NY	065	77123	
7220160	Signal Mobile Home Park	signal-mobile-home-park	US		0	America/New_York	42.96972	-75.43639	268			NY	065	45755	
7220161	Stoneybrook Mobile Terrace	stoneybrook-mobile-terrace	US		0	America/New_York	43.30583	-75.47528	203			NY	065	41762	
7220162	Twin Ponds Mobile Home Park	twin-ponds-mobile-home-park	US		0	America/New_York	43.20722	-75.35722	153			NY	065	26385	
7220163	Westons Mobile Home Park	westons-mobile-home-park	US		0	America/New_York	43.21694	-75.33833	167			NY	065	26385	
7220164	Willow Place	willow-place	US		0	America/New_York	43.1175	-75.59722	152			NY	065	77178	
7220165	Breezy Acres Mobile Home Park	breezy-acres-mobile-home-park	US		0	America/New_York	43.20972	-75.35	161			NY	065	26385	
7220166	Pine Village Estates	pine-village-estates	US		0	America/New_York	42.93194	-75.24167	385			NY	065	08180	
7220167	Sauquoit Mobile Home Park	sauquoit-mobile-home-park	US		0	America/New_York	43.00778	-75.25111	256			NY	065	56330	
7220168	Vernon Downs Mobile Home Park	vernon-downs-mobile-home-park	US		0	America/New_York	43.06917	-75.53583	204			NY	065	77123	
7220169	Wilbers Mobile Home Park	wilbers-mobile-home-park	US		0	America/New_York	43.23139	-75.38222	177			NY	065	26385	
7220170	Fitchs Mobile Home Park	fitchs-mobile-home-park	US		0	America/New_York	42.87667	-75.25806	382			NY	065	08180	
7220171	Lil Fair Mobile Home Park	lil-fair-mobile-home-park	US		0	America/New_York	43.295	-75.47417	182			NY	065	41762	
7220172	Delta Lake Trailer Court	delta-lake-trailer-court	US		0	America/New_York	43.30667	-75.42444	195			NY	065	79862	
7220173	Evergreen Hills Mobile Home Community	evergreen-hills-mobile-home-community	US		0	America/New_York	43.27167	-75.56694	141			NY	065	41762	
7220175	Maple Lane Mobile Home Park	maple-lane-mobile-home-park	US		0	America/New_York	43.525	-75.31	282			NY	049	43995	
7220176	Tuxedo Mobile Home Park	tuxedo-mobile-home-park	US		0	America/New_York	43.20583	-75.41778	137			NY	065	63418	
7220245	Worthington Arms	worthington-arms	US		0	America/New_York	40.21944	-83.03111	282			OH	041	05788	
7220246	Delaware Mobile Home Park	delaware-mobile-home-park	US		0	America/New_York	40.33611	-83.05472	281			OH	041	77560	
7220247	Sundale Mobile Home Park	sundale-mobile-home-park	US		0	America/New_York	40.29611	-83.04583	286			OH	041	21469	
7220248	Westerville Estates	westerville-estates	US		0	America/New_York	40.13222	-82.835	306			OH	041	33516	
7220249	Central Mobile Home Park	central-mobile-home-park	US		0	America/New_York	40.29111	-83.06639	272			OH	041	21469	
7220250	Crystal Lake Mobile Home Park	crystal-lake-mobile-home-park	US		0	America/New_York	40.34722	-83.04028	296			OH	041	77560	
7220251	Belle Avenue Trailer Court	belle-avenue-trailer-court	US		0	America/New_York	40.28083	-83.07167	276			OH	041	21469	
7220252	The Ravine	the-ravine	US		0	America/New_York	40.28083	-83.06528	259			OH	041	21469	
7220253	Evergreen Estates	evergreen-estates	US		0	America/New_York	41.03861	-82.00861	307			OH	103	44604	
7220254	Brookdale Mobile Home Park	brookdale-mobile-home-park	US		0	America/New_York	41.11833	-81.9025	334			OH	103	48808	
7220255	Clover Leaf Mobile Home Park	clover-leaf-mobile-home-park	US		0	America/New_York	41.275	-81.83333	348			OH	103	09708	
7220257	Rolling Wheel Park	rolling-wheel-park	US		0	America/New_York	41.265	-81.84167	366			OH	103	09708	
7220258	Sunset Mobile Home Park	sunset-mobile-home-park	US		0	America/New_York	41.03028	-82.03083	281			OH	103	44604	
7220259	Wadsworth Trailer Park	wadsworth-trailer-park	US		0	America/New_York	41.02667	-81.69944	363			OH	103	80304	
7220260	Pine Villas	pine-villas	US		0	America/New_York	41.04111	-82.00806	304			OH	103	44604	
7220261	Edsel W Campbell Mobile Home Park	edsel-w-campbell-mobile-home-park	US		0	America/New_York	41.03417	-82.02222	280			OH	103	44604	
7220334	Casual Estates	casual-estates	US		0	America/New_York	43.16667	-76.2475	113			NY	067	16067	
7220335	Parc du Bois	parc-du-bois	US		0	America/New_York	42.91972	-76.12722	331			NY	067	40266	
7220336	Champion Mobile Home Park	champion-mobile-home-park	US		0	America/New_York	43.04111	-76.41444	146			NY	067	23800	
7220337	Lemoyne Mobile Home Park	lemoyne-mobile-home-park	US		0	America/New_York	43.08556	-76.14806	128			NY	067	64815	
7220338	Delphi Falls Park	delphi-falls-park	US		0	America/New_York	42.88	-75.91167	282			NY	067	59036	
7220339	Edgebrook Mobile Home Park	edgebrook-mobile-home-park	US		0	America/New_York	43.11139	-75.96556	122			NY	053	71993	
7220340	Tall Pines Village	tall-pines-village	US		0	America/New_York	43.09472	-75.92889	124			NY	053	71993	
7220341	Winter Mobile Home Park	winter-mobile-home-park	US		0	America/New_York	43.03667	-76.42889	164			NY	067	23800	
7220343	Cliffside Trailer Park	cliffside-trailer-park	US		0	America/New_York	43.00167	-76.1	176			NY	067	20478	
7220344	Green Valley Mobile Manor	green-valley-mobile-manor	US		0	America/New_York	42.91	-76.07167	246			NY	067	40266	
7220345	Tully Mobile Home Park	tully-mobile-home-park	US		0	America/New_York	42.77694	-76.11694	371			NY	023	59773	
7220346	Rolling Hills Mobile Home Court	rolling-hills-mobile-home-court	US		0	America/New_York	43.03917	-76.42278	162			NY	067	23800	
7220347	Breezy Acres	breezy-acres	US		0	America/New_York	42.96583	-76.07278	217			NY	067	40266	
7220348	Foland Trailer Park	foland-trailer-park	US		0	America/New_York	43.07972	-76.10222	118			NY	067	20478	
7220549	Whipple Park	whipple-park	US		0	America/New_York	43.10833	-77.63611	165			NY	055	08246	
7220609	Desert Edge	desert-edge	US		3822	America/Los_Angeles	33.92417	-116.44139	299			CA	065		
7220708	County Line Mobile Home Park	county-line-mobile-home-park	US		0	America/New_York	43.23083	-78.00028	151			NY	073	49286	
7220709	Harper Park	harper-park	US		0	America/New_York	43.31556	-77.94083	95			NY	055	31797	
7220710	Harper Park Rochester	harper-park-rochester	US		0	America/New_York	43.12611	-77.51222	136			NY	055	57144	
7220711	Sunset Valley Manufactured Home Community	sunset-valley-manufactured-home-community	US		0	America/New_York	43.20861	-77.46778	127			NY	055	78971	
7220712	September Place Mobile Home Park	september-place-mobile-home-park	US		0	America/New_York	43.21972	-77.76583	128			NY	055	56561	
7220713	Sebastian Mobile Home Park	sebastian-mobile-home-park	US		0	America/New_York	43.12694	-77.51306	135			NY	055	57144	
7220714	Clarkson Mobile Home Park	clarkson-mobile-home-park	US		0	America/New_York	43.23083	-77.92472	133			NY	055	15957	
7220715	Evergreen Mobile Home Park	evergreen-mobile-home-park	US		0	America/New_York	43.11472	-77.66694	165			NY	055	15462	
7220716	Greenridge Mobile Home Park	greenridge-mobile-home-park	US		0	America/New_York	43.22333	-77.89444	134			NY	055	15957	
7220791	Exeter Village	exeter-village	US		0	America/New_York	40.31209	-75.84423	81			PA	011	24384	
7220798	Fairview Park	fairview-park	US		0	America/New_York	40.28721	-75.83009	76			PA	011	24384	
7220799	Fairway	fairway	US		0	America/New_York	40.29753	-75.85189	60			PA	011	24384	
7220804	Farming Ridge	farming-ridge	US		0	America/New_York	40.32818	-75.83614	102			PA	011	24384	
7220832	Forest Court	forest-court	US		0	America/New_York	40.35202	-75.8362	262			PA	011	24384	
7220835	Fox Chase	fox-chase	US		1622	America/New_York	40.39557	-75.96216	99	Fox Chase,Foxchase		PA	011	52200	
7220864	Furnace Hill (historical)	furnace-hill-historical	US		0	America/New_York	40.27163	-75.8108	67			PA	011	24384	
7220876	Georgetown Village	georgetown-village	US		0	America/New_York	40.45187	-75.88787	110			PA	011	46680	
7220933	AVM Estates	avm-estates	US		0	America/New_York	40.28252	-75.81414	86			PA	011	24384	
7220952	Beidlertown (historical)	beidlertown-historical	US		0	America/New_York	40.26505	-75.81692	62			PA	011	06504	
7220985	Bernharts	bernharts	US		0	America/New_York	40.37917	-75.90983	108			PA	011	52200	
7221003	Beverly Heights	beverly-heights	US		0	America/New_York	40.30863	-75.99529	115			PA	011	72824	
7221007	Birdland	birdland	US		0	America/New_York	40.31737	-75.96064	105			PA	011	86880	
7221028	Bordic Trailer Park	bordic-trailer-park	US		0	America/New_York	40.29552	-75.84213	78			PA	011	24384	
7221053	Briarwood	briarwood	US		0	America/New_York	40.18495	-75.84609	229			PA	011	65320	
7221054	Brice Village	brice-village	US		0	America/New_York	40.3054	-75.85648	78			PA	011	24384	
7221055	Brittany Estates	brittany-estates	US		0	America/New_York	40.15374	-75.87735	176			PA	011	10696	
7221060	Brooklyn (historical)	brooklyn-historical	US		0	America/New_York	40.26382	-75.81245	65			PA	011	06504	
7221061	Brookview	brookview	US		0	America/New_York	40.34648	-75.65896	155			PA	011	14984	
7221096	Charmingdale	charmingdale	US		0	America/New_York	40.38115	-75.76968	108			PA	011	56672	
7221097	Cherokee Ranch	cherokee-ranch	US		0	America/New_York	40.41138	-75.92814	103			PA	011	52200	
7221121	Cider Mill Run	cider-mill-run	US		0	America/New_York	40.29203	-75.72789	111			PA	011	02328	
7221125	Clearview Heights	clearview-heights	US		0	America/New_York	40.39769	-75.94386	91			PA	011	52200	
7221126	Clover Park	clover-park	US		0	America/New_York	40.31109	-75.95429	95			PA	011	17720	
7221153	Cornwall Terrace	cornwall-terrace	US		0	America/New_York	40.31474	-76.00651	124			PA	011	72824	
7221157	Country Club Run	country-club-run	US		0	America/New_York	40.30967	-75.85588	111			PA	011	24384	
7221158	Country Club Run II	country-club-run-ii	US		0	America/New_York	40.30751	-75.84902	110			PA	011	24384	
7221159	Country Ridge Estates	country-ridge-estates	US		0	America/New_York	40.36318	-76.19299	135			PA	011	86056	
7221160	Country View Mobile Home Park	country-view-mobile-home-park	US		0	America/New_York	40.51338	-75.66696	137			PA	011	44584	
7221165	Crestwood South	crestwood-south	US		0	America/New_York	40.3095	-75.87968	75			PA	011	24384	
7221172	Deerfield Village	deerfield-village	US		0	America/New_York	40.30064	-75.93383	106			PA	011	17720	
7221178	Devon Green	devon-green	US		0	America/New_York	40.30119	-75.8396	73			PA	011	24384	
7221196	East Reading	east-reading	US		0	America/New_York	40.3283	-75.9065	111			PA	011	63624	
7221197	Eastwick	eastwick	US		0	America/New_York	40.29909	-75.85169	70			PA	011	24384	
7221214	Exeter Golf Club Estates	exeter-golf-club-estates	US		0	America/New_York	40.31766	-75.84607	90			PA	011	24384	
7221243	Laurel Commons Mobile Home Park	laurel-commons-mobile-home-park	US		0	America/New_York	40.40346	-75.95041	104			PA	011	52200	
7221273	Lincolntown (historical)	lincolntown-historical	US		0	America/New_York	40.26416	-75.80007	63			PA	011	06504	
7221276	Linstead	linstead	US		0	America/New_York	40.29704	-75.83827	83			PA	011	24384	
7221288	Longview Estates	longview-estates	US		0	America/New_York	40.33584	-75.97247	122			PA	011	86880	
7221291	Lorane Orchards	lorane-orchards	US		0	America/New_York	40.29398	-75.8575	80			PA	011	24384	
7221307	Maiden Creek Estates	maiden-creek-estates	US		0	America/New_York	40.44507	-75.87937	112			PA	011	46680	
7221321	Northmont	northmont	US		0	America/New_York	40.36837	-75.92401	85			PA	011	63624	
7221326	Oakbrook Terrace	oakbrook-terrace	US		0	America/New_York	40.31763	-75.9462	93			PA	011	63624	
7221344	Ontelaunee Heights	ontelaunee-heights	US		0	America/New_York	40.45361	-75.89439	115			PA	011	46680	
7221348	Orchard Hills	orchard-hills	US		0	America/New_York	40.33583	-75.64638	150			PA	011	07960	
7221351	Overlook Woods	overlook-woods	US		0	America/New_York	40.35913	-75.83885	221			PA	011	24384	
7221354	Park Manor	park-manor	US		0	America/New_York	40.28966	-75.97483	120			PA	011	17720	
7221355	Park Place Townhouses	park-place-townhouses	US		0	America/New_York	40.36066	-76.18091	128			PA	011	86056	
7221359	Pathfinder Valley	pathfinder-valley	US		0	America/New_York	40.30539	-75.83712	114			PA	011	24384	
7221367	Penn View Mobile Home Park	penn-view-mobile-home-park	US		0	America/New_York	40.34128	-75.86907	108			PA	011	24384	
7221374	Pennwood Farms	pennwood-farms	US		0	America/New_York	40.14557	-75.87097	174			PA	011	10696	
7221383	Pheasant Run	pheasant-run	US		0	America/New_York	40.29908	-75.86671	74			PA	011	24384	
7221385	Phoebe Berks Village	phoebe-berks-village	US		0	America/New_York	40.32968	-76.0713	135			PA	011	82296	
7221396	Pleasant Hills Trailer Park	pleasant-hills-trailer-park	US		0	America/New_York	40.54229	-75.99783	150			PA	011	76712	
7221408	Ramblewood	ramblewood	US		0	America/New_York	40.32968	-75.84679	132			PA	011	24384	
7221446	Reading Manor	reading-manor	US		0	America/New_York	40.28398	-75.81835	70			PA	011	24384	
7221470	Ridge Park	ridge-park	US		0	America/New_York	40.30636	-75.95229	95			PA	011	17720	
7221474	Rivers Bend	rivers-bend	US		0	America/New_York	40.39775	-75.95319	103			PA	011	52200	
7221500	Sandy Run East	sandy-run-east	US		0	America/New_York	40.29519	-75.87232	79			PA	011	24384	
7221514	Schwarzwald Heights	schwarzwald-heights	US		0	America/New_York	40.32632	-75.84957	122			PA	011	24384	
7221522	Shadow Ridge	shadow-ridge	US		0	America/New_York	40.44868	-75.87607	113			PA	011	46680	
7221530	Shiloh Hills	shiloh-hills	US		0	America/New_York	40.28774	-76.02221	233			PA	011	72824	
7221541	Silvertown (historical)	silvertown-historical	US		0	America/New_York	40.26083	-75.81719	96			PA	011	06504	
7221547	Sinking Spring Terrace	sinking-spring-terrace	US		0	America/New_York	40.31387	-76.03253	126			PA	011	72824	
7221551	South Birdsboro (historical)	south-birdsboro-historical	US		0	America/New_York	40.25677	-75.81136	66			PA	011	06504	
7221560	Spring Dale Heights	spring-dale-heights	US		0	America/New_York	40.2614	-76.03664	184			PA	011	72824	
7221571	Rosecliff	rosecliff	US		0	America/New_York	40.2912	-75.73787	94			PA	011	02328	
7221664	Marywood	marywood	US		0	America/New_York	40.3262	-75.8549	120			PA	011		
7221669	Melrose Place	melrose-place	US		0	America/New_York	40.44489	-75.86424	115			PA	011	46680	
7221670	Mengel	mengel	US		0	America/New_York	40.57157	-75.91627	193			PA	011	85720	
7221673	Mexico (historical)	mexico-historical	US		0	America/New_York	40.25878	-75.80988	63			PA	011	06504	
7221679	Mifflin Park	mifflin-park	US		0	America/New_York	40.30278	-75.95766	104			PA	011	17720	
7221689	Mohnton Lawn	mohnton-lawn	US		0	America/New_York	40.2932	-75.98846	134			PA	011	17720	
7221697	Montrose Manor	montrose-manor	US		604	America/New_York	40.30494	-75.98908	119			PA	011	17720	
7221717	Mountain Village Mobile Home Park	mountain-village-mobile-home-park	US		0	America/New_York	40.47203	-75.61011	278			PA	011	44584	
7221750	Glen Oley Farms	glen-oley-farms	US		0	America/New_York	40.33233	-75.81491	101			PA	011	24384	
7221757	Golfshire Hills	golfshire-hills	US		0	America/New_York	40.30079	-75.84492	68			PA	011	24384	
7221781	Green Tree Acres	green-tree-acres	US		0	America/New_York	40.30248	-75.86113	76			PA	011	24384	
7221783	Green Valley Estates	green-valley-estates	US		0	America/New_York	40.33822	-76.03931	97			PA	011	44928	
7221784	Green Valley Gardens	green-valley-gardens	US		0	America/New_York	40.33208	-76.03739	97			PA	011	44928	
7221785	Greenbriar	greenbriar	US		0	America/New_York	40.2798	-75.74385	120			PA	011	02328	
7221787	Greenfield Manor	greenfield-manor	US		0	America/New_York	40.36452	-75.95488	85			PA	011	05816	
7221793	Griesemersville	griesemersville	US		0	America/New_York	40.35367	-75.76575	100			PA	011	56672	
7221795	Grings Hill Estates	grings-hill-estates	US		0	America/New_York	40.29675	-76.01234	201			PA	011	72824	
7221797	Grist Mill Farms	grist-mill-farms	US		0	America/New_York	40.31385	-75.85259	91			PA	011	24384	
7221807	Hamburg Heights	hamburg-heights	US		0	America/New_York	40.56641	-75.98251	174			PA	011	32120	
7221814	Hampden Heights	hampden-heights	US		0	America/New_York	40.35894	-75.90634	124			PA	011	63624	
7221820	Heather Knoll	heather-knoll	US		0	America/New_York	40.40017	-75.95637	97			PA	011	52200	
7221823	Hereford Estates Mobile Home Park	hereford-estates-mobile-home-park	US		0	America/New_York	40.45191	-75.55756	139			PA	011	34016	
7221832	High Meadow Estates	high-meadow-estates	US		0	America/New_York	40.3518	-75.83924	248			PA	011	24384	
7221833	High Meadows	high-meadows	US		0	America/New_York	40.27879	-75.71345	89			PA	011	02328	
7221837	Highland Estates Mobile Home Park	highland-estates-mobile-home-park	US		0	America/New_York	40.58345	-75.75562	193			PA	011	31352	
7221839	Highlands at Wyomissing	highlands-at-wyomissing	US		0	America/New_York	40.3098	-75.97805	104			PA	011	86880	
7221867	Hunters Run	hunters-run	US		0	America/New_York	40.32248	-75.85286	89			PA	011	24384	
7221870	Hyde Villa	hyde-villa	US		0	America/New_York	40.37699	-75.92985	91			PA	011	52200	
7221880	Indian Springs Village	indian-springs-village	US		0	America/New_York	40.3287	-75.65037	136			PA	011	14984	
7221888	Jackson Meadows	jackson-meadows	US		0	America/New_York	40.32508	-75.84124	99			PA	011	24384	
7221940	Summit View	summit-view	US		0	America/New_York	40.36889	-76.18264	141			PA	011	86056	
7221941	Sun Valley Mobile Home Park	sun-valley-mobile-home-park	US		0	America/New_York	40.42151	-76.28166	183			PA	011	77752	
7221942	Sunrise	sunrise	US		0	America/New_York	40.2925	-75.86353	82			PA	011	24384	
7221943	Sunset Manor	sunset-manor	US		0	America/New_York	40.28469	-75.82501	77			PA	011	24384	
7221947	Tallowyck	tallowyck	US		0	America/New_York	40.29268	-76.01548	184			PA	011	72824	
7221954	Texas (historical)	texas-historical	US		0	America/New_York	40.25607	-75.81117	77			PA	011	06504	
7221972	Thomas Gardens	thomas-gardens	US		0	America/New_York	40.30322	-75.98199	109			PA	011	17720	
7222021	Urban Acres Trailer Park	urban-acres-trailer-park	US		0	America/New_York	40.38849	-75.88905	161			PA	011	02120	
7222022	Valley Ridge Farms	valley-ridge-farms	US		0	America/New_York	40.3044	-75.86558	74			PA	011	24384	
7222023	Valley View Acres	valley-view-acres	US		0	America/New_York	40.35437	-75.83682	253			PA	011	24384	
7222024	Valley View Mobile Homes	valley-view-mobile-homes	US		0	America/New_York	40.26494	-75.75652	65			PA	011	02328	
7222039	Welsh Woods	welsh-woods	US		0	America/New_York	40.29926	-75.9823	130			PA	011	17720	
7222053	Westridge	westridge	US		0	America/New_York	40.27144	-75.75044	74			PA	011	02328	
7222054	Wheaton Heights	wheaton-heights	US		0	America/New_York	40.29024	-76.01457	205			PA	011	72824	
7222062	Willow Gardens	willow-gardens	US		0	America/New_York	40.44638	-75.88997	104			PA	011	46680	
7222064	Wilshire Hills	wilshire-hills	US		0	America/New_York	40.33337	-76.0121	104			PA	011	72824	
7222071	Wingspread	wingspread	US		0	America/New_York	40.30982	-75.84233	75			PA	011	24384	
7222084	Woods Edge	woods-edge	US		0	America/New_York	40.31125	-75.71708	90			PA	011	02328	
7222087	Wyndham Hill	wyndham-hill	US		0	America/New_York	40.3393	-75.84575	214			PA	011	24384	
7222107	Yoder Heights	yoder-heights	US		0	America/New_York	40.5499	-76.00687	166			PA	011	76712	
7223024	Blue Ridge Mobile Home Park	blue-ridge-mobile-home-park	US		0	America/New_York	41.99972	-75.79139	291			NY	007	17772	
7223045	Country Manor	country-manor	US		0	America/New_York	42.19583	-75.70778	505			NY	007	17046	
7223046	Forest Manor	forest-manor	US		0	America/New_York	42.21833	-75.81972	294			NY	007	25604	
7223047	Wooded Estates	wooded-estates	US		0	America/New_York	42.19917	-75.68556	463			NY	007	17046	
7223048	Fenton Mobile Home Park	fenton-mobile-home-park	US		0	America/New_York	42.20889	-75.81722	308			NY	007	25604	
7223049	Flannerys Mobile Home Park	flannerys-mobile-home-park	US		0	America/New_York	42.20111	-75.69028	480			NY	007	17046	
7223050	Forest View Mobile Home Park	forest-view-mobile-home-park	US		0	America/New_York	42.05944	-75.74944	478			NY	007	82535	
7223051	Kintner Estates Mobile Home Park	kintner-estates-mobile-home-park	US		0	America/New_York	42.00778	-76.00472	315			NY	007	77255	
7223052	Kirkwood Mobile Home Court	kirkwood-mobile-home-court	US		0	America/New_York	42.10556	-75.84833	282			NY	007	39837	
7223053	Meadowbrooke Estates	meadowbrooke-estates	US		0	America/New_York	42.32472	-75.97306	313			NY	007	75319	
7223054	Valencia Lakes	valencia-lakes	US		0	America/New_York	27.73056	-82.32667	21			FL	057		
7223055	Oakwoods Mobile Home Court	oakwoods-mobile-home-court	US		0	America/New_York	42.18889	-76.05833	278			NY	007	44611	
7223056	Dorchester Estates	dorchester-estates	US		0	America/New_York	42.345	-75.96583	318			NY	007	75319	
7223057	Lees Mobile Home Park	lees-mobile-home-park	US		0	America/New_York	42.19139	-75.8775	270			NY	007	15110	
7223058	Virginia City Mobile Home Court	virginia-city-mobile-home-court	US		0	America/New_York	42.20778	-75.82194	298			NY	007	25604	
7223059	Maine Mobile Park	maine-mobile-park	US		0	America/New_York	42.16056	-76.06944	269			NY	007	44611	
7223060	Saint Augustine South	saint-augustine-south	US		4998	America/New_York	29.84249	-81.31448	7			FL	109		
7223061	Mountain View Trailer Park	mountain-view-trailer-park	US		0	America/New_York	42.1875	-75.82167	271			NY	007	25604	
7223062	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/New_York	42.16306	-75.86917	273			NY	007	25604	
7223063	Twining Trailer Park	twining-trailer-park	US		0	America/New_York	42.17889	-76.065	277			NY	007	44611	
7223064	Fountain Blue Mobile Home Park	fountain-blue-mobile-home-park	US		0	America/New_York	42.00611	-75.78056	282			NY	007	17772	
7223065	Pine Manor	pine-manor	US		0	America/New_York	42.1	-75.86167	258			NY	007	17772	
7223066	Quick Mobile Home Park	quick-mobile-home-park	US		0	America/New_York	42.19806	-76.08639	427			NY	107	49913	
7223067	Hickory Ridge Mobile Home Park	hickory-ridge-mobile-home-park	US		0	America/New_York	42.18556	-75.82306	268			NY	007	25604	
7223068	Fortress Estates	fortress-estates	US		0	America/New_York	42.16972	-75.905	321			NY	007	15110	
7223069	Creekside Village	creekside-village	US		0	America/New_York	42.18333	-75.63056	309			NY	007	17046	
7223070	Occanum Falls Mobile Home Park	occanum-falls-mobile-home-park	US		0	America/New_York	42.07778	-75.66722	320			NY	007	82535	
7223071	Riverview Mobile Home Community	riverview-mobile-home-community	US		0	America/New_York	42.14389	-75.90194	261			NY	007	15110	
7223256	Bogy-Chennault (historical)	bogy-chennault-historical	US		0	America/New_York	38.01107	-83.94979	308			KY	173		
7223258	Calk (historical)	calk-historical	US		0	America/New_York	38.02975	-83.96426	299			KY	173		
7223294	Peytons (historical)	peytons-historical	US		0	America/New_York	38.17541	-83.98918	263			KY	173		
7223296	Pine Hill (historical)	pine-hill-historical	US		0	America/New_York	38.10707	-83.90468	289			KY	173		
7223298	Rosedale (historical)	rosedale-historical	US		0	America/New_York	38.06812	-83.92531	307			KY	173		
7223299	Salem (historical)	salem-historical	US		0	America/New_York	37.95648	-83.79335	251			KY	173		
7223301	Smithville (historical)	smithville-historical	US		0	America/New_York	38.08576	-83.92979	294			KY	173		
7223303	Spencer Village (historical)	spencer-village-historical	US		0	America/New_York	38.02986	-83.84319	245			KY	173		
7223307	Trimble (historical)	trimble-historical	US		0	America/New_York	37.95651	-83.89695	280			KY	173		
7223309	Walkers Crossing (historical)	walkers-crossing-historical	US		0	America/New_York	38.02729	-83.79704	249			KY	173		
7223310	Willoughby Nation (historical)	willoughby-nation-historical	US		0	America/New_York	37.95836	-83.86655	255			KY	173		
7223392	Sunrise Estates Mobile Home Community	sunrise-estates-mobile-home-community	US		0	America/Detroit	45.19389	-83.4375	204			MI	007	01760	
7223399	Lakeshore Estates Mobile Home Park	lakeshore-estates-mobile-home-park	US		0	America/Detroit	45.17667	-83.45833	201			MI	007	01760	
7223414	Riverview Estates Mobile Home Park	riverview-estates-mobile-home-park	US		0	America/Detroit	44.89	-83.43472	205			MI	007	71240	
7223506	Log Haven Mobile Home Park	log-haven-mobile-home-park	US		0	America/Detroit	44.99306	-84.675	402			MI	137	31720	
7223548	Aspen Commons Mobile Home Park	aspen-commons-mobile-home-park	US		0	America/Detroit	45.00889	-84.67556	405			MI	137	31720	
7223553	Nottingham Forest Mobile Home Park	nottingham-forest-mobile-home-park	US		0	America/Detroit	45.02639	-84.70694	403			MI	137	04780	
7223577	Mill Street Mobile Home Park	mill-street-mobile-home-park	US		0	America/Detroit	45.13333	-84.66667	334			MI	137	18320	
7223591	First Point Mobile Home Park	first-point-mobile-home-park	US		0	America/Detroit	44.84583	-85.6925	202			MI	089	25700	
7223649	Glen Lake Trailer Park	glen-lake-trailer-park	US		0	America/Detroit	44.85556	-86.0125	189			MI	089	26000	
7223777	Mobile Home Estates	mobile-home-estates	US		0	America/Detroit	44.74417	-85.18028	317			MI	079	42280	
7223900	Humphreysville	humphreysville	US		0	America/New_York	42.19	-73.76944	56			NY	021	30565	
7224293	Green Meadows Park	green-meadows-park	US		0	America/New_York	43.07417	-77.03833	138			NY	117	02440	
7224294	Whispering Woods	whispering-woods	US		0	America/New_York	43.22889	-77.1975	129			NY	117	82040	
7224295	Galvins Mobile Home Park	galvins-mobile-home-park	US		0	America/New_York	43.19694	-77.30167	146			NY	117	78102	
7224296	Hidden Valley Mobile Home Park	hidden-valley-mobile-home-park	US		0	America/New_York	43.13889	-77.23722	153			NY	117	45645	
7224297	Willow Creek Estates	willow-creek-estates	US		0	America/New_York	43.02556	-77.22528	164			NY	069	44864	
7224298	Orchard Grove Village Park	orchard-grove-village-park	US		0	America/New_York	43.22444	-77.26833	127			NY	117	55013	
7224299	Valley View Mobile Home Park	valley-view-mobile-home-park	US		0	America/New_York	43.04194	-77.205	172			NY	117	56198	
7224300	Hillcrest Trailer Court	hillcrest-trailer-court	US		0	America/New_York	43.08472	-77.35056	157			NY	117	44160	
7224301	Vienna Estates	vienna-estates	US		0	America/New_York	43.015	-77.07806	170			NY	117	02440	
7224302	Arrowhead Mobile Home Park	arrowhead-mobile-home-park	US		0	America/New_York	43.09472	-77.35028	155			NY	117	44160	
7224303	Mayo Park	mayo-park	US		0	America/New_York	43.03444	-77.07833	135			NY	117	02440	
7224304	Alton Mobile Home Park	alton-mobile-home-park	US		0	America/New_York	43.21278	-76.97861	113			NY	117	68220	
7224518	Hickory Square	hickory-square	US		0	America/New_York	43.21778	-76.82333	112			NY	117	82689	
7224519	Marquart Village	marquart-village	US		0	America/New_York	43.09278	-77.24167	146			NY	117	56198	
7224520	Sodus Mobile Home Park	sodus-mobile-home-park	US		0	America/New_York	43.22694	-77.02917	127			NY	117	68220	
7224521	Trolley Bed Road Park	trolley-bed-road-park	US		0	America/New_York	43.05722	-77.19556	145			NY	117	56198	
7224522	Idlewood On The Lake	idlewood-on-the-lake	US		0	America/New_York	43.26917	-77.01	103			NY	117	68220	
7224609	Northstar Mobile Home Park	northstar-mobile-home-park	US		0	America/Detroit	44.66111	-85.89278	252			MI	019	40700	
7224704	Frankfort Trailer Park	frankfort-trailer-park	US		0	America/Detroit	44.64167	-86.18639	263			MI	019	19180	
7224740	Crystal Lake Mobile Home Park	crystal-lake-mobile-home-park	US		0	America/Detroit	44.62444	-86.105	218			MI	019	07600	
7224956	Suburban Estates Mobile Home Park	suburban-estates-mobile-home-park	US		0	America/Detroit	44.74583	-85.72	292			MI	055	49240	
7224957	Woodcreek Mobile Home Park	woodcreek-mobile-home-park	US		0	America/Detroit	44.73139	-85.56417	185			MI	055	23800	
7224958	King's Court Mobile Home Park	king-s-court-mobile-home-park	US		0	America/Detroit	44.72833	-85.60833	216			MI	055	31580	
7224959	Cherryland Mobile Home Park	cherryland-mobile-home-park	US		0	America/Detroit	44.72917	-85.59722	201			MI	055	31580	
7224975	Oak Orchard Estates	oak-orchard-estates	US		0	America/New_York	43.25556	-78.19944	152			NY	073	27958	
7224976	Thomas Estates West	thomas-estates-west	US		0	America/New_York	43.1925	-78.01056	185			NY	073	15880	
7224977	Heritage Estates	heritage-estates	US		0	America/New_York	43.25444	-78.18222	156			NY	073	27958	
7224978	Westside Mobile Home Park	westside-mobile-home-park	US		0	America/New_York	43.24667	-78.20611	156			NY	073	01044	
7224979	Applewood Mobile Home Estates	applewood-mobile-home-estates	US		0	America/New_York	43.21861	-78.41056	162			NY	073	61742	
7224980	Lakewood Village	lakewood-village	US		0	America/New_York	43.21028	-78.40083	168			NY	073	66751	
7224981	Country Meadows	country-meadows	US		0	America/New_York	43.00611	-78.14278	268			NY	037	04726	
7224982	Genesee West	genesee-west	US		0	America/New_York	43.00167	-78.14639	275			NY	037	04726	
7224983	Barbary Coast	barbary-coast	US		0	America/New_York	43.06889	-77.9625	204			NY	037	06057	
7224984	Ridgewood Village	ridgewood-village	US		0	America/New_York	43.01417	-78.26722	275			NY	037	04726	
7224985	Valley View Park	valley-view-park	US		0	America/New_York	42.91083	-78.00417	311			NY	037	56792	
7224986	Apple Grove Mobile Home Park	apple-grove-mobile-home-park	US		0	America/New_York	43.01417	-78.26972	274			NY	037	04726	
7224987	Harper Park	harper-park	US		0	America/New_York	42.98028	-77.94528	242			NY	037	42037	
7224988	Dreamland Mobile Home Park	dreamland-mobile-home-park	US		0	America/New_York	43.00556	-78.2475	268			NY	037	04726	
7224989	Hidden Meadows	hidden-meadows	US		0	America/New_York	43.05694	-77.95194	207			NY	037	06057	
7224990	Hilltop Acres Mobile Home Park	hilltop-acres-mobile-home-park	US		0	America/New_York	42.81861	-78.00222	372			NY	121	18696	
7224991	West Bank Mobile Home Park	west-bank-mobile-home-park	US		0	America/New_York	42.90306	-78.27	315			NY	037	01165	
7224992	Antones's Mobile Home Park	antones-s-mobile-home-park	US		0	America/New_York	43.02111	-78.43333	254			NY	037	57078	
7224993	Batavia Downs Trailer Park (Historical)	batavia-downs-trailer-park-historical	US		0	America/New_York	43.01333	-78.20389	275			NY	037	04726	
7225014	Cherrywood Village Mobile Home Park	cherrywood-village-mobile-home-park	US		0	America/Detroit	44.58472	-85.51389	311			MI	055	62320	
7225018	Town and Country Mobile Village	town-and-country-mobile-village	US		0	America/Detroit	44.74167	-85.60278	191			MI	055	31580	
7225036	Silver Shores Mobile Home Park	silver-shores-mobile-home-park	US		0	America/Detroit	44.67361	-85.68333	269			MI	055	08880	
7225044	Silver Lake View Mobile Home Park	silver-lake-view-mobile-home-park	US		0	America/Detroit	44.70194	-85.67778	272			MI	055	31580	
7225045	Meadow Lane Mobile Home Park	meadow-lane-mobile-home-park	US		0	America/Detroit	44.69917	-85.66389	280			MI	055	31580	
7225221	Edgewood Acres Mobile Home Park	edgewood-acres-mobile-home-park	US		0	America/New_York	42.35611	-73.61222	142			NY	021	28871	
7225222	Golden Acres	golden-acres	US		0	America/New_York	42.40361	-73.61806	89			NY	021	14014	
7225223	Burvey Mobile Home Park	burvey-mobile-home-park	US		0	America/New_York	42.36444	-73.59694	141			NY	021	14014	
7225224	Hanson Trailer Park	hanson-trailer-park	US		0	America/New_York	42.43861	-73.71528	70			NY	021	39573	
7225225	Hollowville Trailer Park	hollowville-trailer-park	US		0	America/New_York	42.20472	-73.69639	93			NY	021	16045	
7225226	Paulies Mobile Home Park	paulies-mobile-home-park	US		0	America/New_York	42.30028	-73.72	62			NY	021	28871	
7225227	Hansons Mobile Home Park	hansons-mobile-home-park	US		0	America/New_York	42.47306	-73.43222	206			NY	021	50452	
7225228	Stones Mobile Manor	stones-mobile-manor	US		0	America/New_York	42.46111	-73.69444	85			NY	021	39573	
7225229	Breezy Hills Mobile Home Park	breezy-hills-mobile-home-park	US		0	America/New_York	42.37556	-73.57722	172			NY	021	14014	
7225230	Dwarf Orchard Park	dwarf-orchard-park	US		0	America/New_York	42.42417	-73.69278	89			NY	021	39573	
7225231	Feddes Mobile Home Park	feddes-mobile-home-park	US		0	America/New_York	42.26417	-73.92722	51			NY	039	13013	
7225232	Moores Mobile Home Park	moores-mobile-home-park	US		0	America/New_York	42.31861	-74.43361	351			NY	039	59751	
7225233	Kiskaton Mobile Home Park	kiskaton-mobile-home-park	US		0	America/New_York	42.20028	-73.95333	94			NY	039	13013	
7225259	Pinewoods Mobile Home Park	pinewoods-mobile-home-park	US		0	America/New_York	42.30944	-75.79222	290			NY	017	30422	
7225260	Kelsey Brook Trailer Court	kelsey-brook-trailer-court	US		0	America/New_York	42.2725	-75.54222	336			NY	017	00353	
7225261	Maple Grove East	maple-grove-east	US		0	America/New_York	42.53361	-75.5075	299			NY	017	53979	
7225262	Valley View Mobile Home Park	valley-view-mobile-home-park	US		0	America/New_York	42.55861	-75.53194	342			NY	017	53297	
7225362	Livingston Mobile Home Park	livingston-mobile-home-park	US		0	America/New_York	42.91278	-77.61028	238			NY	051	42334	
7225794	Saratoga Mobile Home Park	saratoga-mobile-home-park	US		0	America/New_York	43.07083	-73.7875	99			NY	091	65255	
7225800	Country Acres Trailer Park	country-acres-trailer-park	US		0	America/New_York	43.04806	-73.87222	131			NY	091	47537	
7225801	Hidden Acres Mobile Court	hidden-acres-mobile-court	US		0	America/New_York	43.03667	-73.86333	127			NY	091	47537	
7225802	Milton Oaks	milton-oaks	US		0	America/New_York	43.03806	-73.85722	129			NY	091	47537	
7225803	Milton Heights	milton-heights	US		0	America/New_York	43.03806	-73.85194	128			NY	091	47537	
7225804	Geyser Gates	geyser-gates	US		0	America/New_York	43.04	-73.85222	130			NY	091	47537	
7225807	Deer Run	deer-run	US		0	America/New_York	43.04944	-73.84722	131			NY	091	47537	
7225808	Evergreen Point	evergreen-point	US		0	America/New_York	43.05694	-73.83472	100			NY	091	65255	
7225810	Geyser Crest	geyser-crest	US		0	America/New_York	43.04667	-73.83056	107			NY	091	65255	
7225811	Milton Manor	milton-manor	US		0	America/New_York	43.04167	-73.84556	129			NY	091	47537	
7225812	Coachman Estates	coachman-estates	US		0	America/New_York	43.03583	-73.84417	124			NY	091	47537	
7225813	Woodland Court	woodland-court	US		0	America/New_York	43.02917	-73.85611	127			NY	091	47537	
7225814	Juniper Acres	juniper-acres	US		0	America/New_York	43.02694	-73.85444	126			NY	091	47537	
7225816	Country Manor Trailer Court	country-manor-trailer-court	US		0	America/New_York	43.02806	-73.86889	115			NY	091	47537	
7225817	Chris Mobile Home Park	chris-mobile-home-park	US		0	America/New_York	43.025	-73.86889	109			NY	091	47537	
7225820	Sherwood Forest	sherwood-forest	US		0	America/New_York	43.07389	-73.82778	100			NY	091	65255	
7225821	Heritage Manor	heritage-manor	US		0	America/New_York	43.0825	-73.82083	101			NY	091	65255	
7225822	Travers Manor	travers-manor	US		0	America/New_York	43.08222	-73.81583	100			NY	091	65255	
7225826	Country Squire Estates	country-squire-estates	US		0	America/New_York	43.10028	-73.82111	118			NY	091	30444	
7225827	Daniel Corners Trailer Park	daniel-corners-trailer-park	US		0	America/New_York	43.09917	-73.83639	150			NY	091	30444	
7225828	Utters Mobile Home Park	utters-mobile-home-park	US		0	America/New_York	43.09389	-73.83417	126			NY	091	30444	
7225829	Grange Road Mobile Estates	grange-road-mobile-estates	US		0	America/New_York	43.10222	-73.84889	174			NY	091	30444	
7225830	Brookview Village Mobile Home Park	brookview-village-mobile-home-park	US		0	America/New_York	43.11194	-73.8425	196			NY	091	30444	
7225832	Sabre Springs	sabre-springs	US		0	America/New_York	43.11861	-73.84028	198			NY	091	30444	
7225833	The Meadows	the-meadows	US		0	America/New_York	43.09694	-73.77389	98			NY	091	30444	
7225834	Loughberry Mobile Home Park	loughberry-mobile-home-park	US		0	America/New_York	43.09833	-73.75694	97			NY	091	82403	
7225835	Birch Acres	birch-acres	US		0	America/New_York	43.09972	-73.755	97			NY	091	82403	
7225836	Lakewood Estates	lakewood-estates	US		0	America/New_York	43.08667	-73.75306	92			NY	091	65255	
7225837	Saratoga West Mobile Home Park	saratoga-west-mobile-home-park	US		0	America/New_York	43.04167	-73.8525	131			NY	091	47537	
7226496	Bluebird Knolls Trailer Park	bluebird-knolls-trailer-park	US		0	America/New_York	43.28444	-73.61833	100			NY	091	48318	
7226497	Bluebird Trailer Park	bluebird-trailer-park	US		0	America/New_York	43.27944	-73.62583	104			NY	091	48318	
7226498	Pruyn Crest	pruyn-crest	US		0	America/New_York	43.28444	-73.64611	107			NY	091	48318	
7226499	Evergreen Trailer Park	evergreen-trailer-park	US		0	America/New_York	43.27472	-73.64972	105			NY	091	48318	
7226501	Sweets Trailer Park	sweets-trailer-park	US		0	America/New_York	43.26889	-73.65333	106			NY	091	48318	
7226502	Shady Pines Trailer Park	shady-pines-trailer-park	US		0	America/New_York	43.27083	-73.64861	105			NY	091	48318	
7226503	Lamplighter Acres	lamplighter-acres	US		0	America/New_York	43.255	-73.67056	106			NY	091	48318	
7226504	Spier Pines	spier-pines	US		0	America/New_York	43.25472	-73.68722	106			NY	091	48318	
7226505	English Village	english-village	US		0	America/New_York	43.24806	-73.68333	106			NY	091	48318	
7226506	Strawberry Acres	strawberry-acres	US		0	America/New_York	43.24611	-73.66583	104			NY	091	48318	
7226507	Sandy Oaks	sandy-oaks	US		0	America/New_York	43.24694	-73.66056	105			NY	091	48318	
7226508	White Birch Estates	white-birch-estates	US		0	America/New_York	43.25389	-73.65194	103			NY	091	48318	
7226509	Gregory Manor	gregory-manor	US		0	America/New_York	43.25528	-73.64694	102			NY	091	48318	
7226510	Sunset Hill Downs	sunset-hill-downs	US		0	America/New_York	43.26389	-73.59833	69			NY	091	48318	
7226511	Trotterview Trailer Park	trotterview-trailer-park	US		0	America/New_York	43.06056	-73.77944	95			NY	091	65255	
7226513	Saratoga Estates	saratoga-estates	US		0	America/New_York	43.06861	-73.79306	96			NY	091	65255	
7226514	Victoria Gardens	victoria-gardens	US		0	America/New_York	43.08722	-73.76417	92			NY	091	65255	
7226516	Independence Square	independence-square	US		0	America/New_York	43.08056	-73.75139	81			NY	091	65255	
7226823	King Edward Knolls	king-edward-knolls	US		0	America/New_York	43.25889	-73.57778	63			NY	115	26781	
7226830	Country Acres	country-acres	US		0	America/New_York	43.32472	-73.57472	89			NY	115	39650	
7226834	River Haven Mobile Home Park	river-haven-mobile-home-park	US		0	America/Detroit	44.26611	-86.29806	181			MI	101	50740	
7226948	Della Mobile Estates	della-mobile-estates	US		0	America/New_York	43.14528	-73.88806	202			NY	091	30444	
7226949	Antone Mountain Mobile Home Park	antone-mountain-mobile-home-park	US		0	America/New_York	43.27417	-73.8425	206			NY	091	18223	
7226951	Ravenwood Estates	ravenwood-estates	US		0	America/New_York	43.03333	-73.3725	153			NY	115	81578	
7226952	Dix Mobile Home Park	dix-mobile-home-park	US		0	America/New_York	43.31722	-73.59444	89			NY	115	39650	
7226953	Whitehall Mobile Home Park	whitehall-mobile-home-park	US		0	America/New_York	43.53722	-73.40889	41			NY	115	81633	
7227055	Kampvilla Mobile Home Park	kampvilla-mobile-home-park	US		0	America/Detroit	44.48389	-86.11528	274			MI	101	64860	
7227530	Pine Court Mobile Home Park	pine-court-mobile-home-park	US		0	America/Detroit	44.19361	-85.19722	372			MI	113	68820	
7227589	West Branch Travel Trailer Park	west-branch-travel-trailer-park	US		0	America/Detroit	44.25667	-84.22167	276			MI	129	85600	
7227590	Twin Pines Mobile Home Park	twin-pines-mobile-home-park	US		0	America/Detroit	44.26222	-84.21694	277			MI	129	85600	
7227591	Country Village Estates Mobile Home Park	country-village-estates-mobile-home-park	US		0	America/Detroit	44.26528	-84.21667	277			MI	129	85600	
7227868	Alsennias Trailer Park	alsennias-trailer-park	US		0	America/New_York	31.8363	-81.6903	24			GA	179		
7227869	Atlantic Village Mobile Home Park	atlantic-village-mobile-home-park	US		0	America/New_York	31.1806	-81.5084	3			GA	127		
7227870	Bachelors Mobile Home Park	bachelors-mobile-home-park	US		0	America/New_York	32.0856	-81.2003	6			GA	051		
7227871	Bird Mobile Home Park	bird-mobile-home-park	US		0	America/New_York	32.3989	-81.7785	58			GA	031		
7227872	Camden Point Mobile Home Park	camden-point-mobile-home-park	US		0	America/New_York	30.7825	-81.68	5			GA	039		
7228030	Blue Hole Mobile Home Park	blue-hole-mobile-home-park	US		0	America/New_York	32.5327	-81.533	37			GA	251		
7228031	Cabana Court Mobile Home Park	cabana-court-mobile-home-park	US		0	America/New_York	31.2492	-81.4486	3			GA	127		
7228032	Colony Oaks Mobile Home Park	colony-oaks-mobile-home-park	US		0	America/New_York	32.0561	-81.1361	5			GA	051		
7228033	Country Lane Mobile Home Park	country-lane-mobile-home-park	US		0	America/New_York	31.7649	-81.6093	17			GA	179		
7228034	Country Manor Mobile Home Park	country-manor-mobile-home-park	US		0	America/New_York	31.7866	-81.6089	22			GA	179		
7228035	Dean Forest Mobile Home Park	dean-forest-mobile-home-park	US		0	America/New_York	32.0538	-81.2108	5			GA	051		
7228036	Doyles Mobile Home Park	doyles-mobile-home-park	US		0	America/New_York	31.8224	-81.6245	24			GA	179		
7228037	Driftwood Mobile Home Park	driftwood-mobile-home-park	US		0	America/New_York	31.2133	-81.5021	6			GA	127		
7228038	Druid Oaks Mobile Home Park	druid-oaks-mobile-home-park	US		0	America/New_York	31.2278	-81.4558	2			GA	127		
7228039	Dyches Mobile Home Park	dyches-mobile-home-park	US		0	America/New_York	31.9947	-81.1556	12			GA	051		
7228040	Eagle Creek Mobile Home Community	eagle-creek-mobile-home-community	US		0	America/New_York	31.8223	-81.5943	11			GA	179		
7228041	Eagle Village Mobile Home Park	eagle-village-mobile-home-park	US		0	America/New_York	32.5089	-81.74	65			GA	031		
7228042	English Oaks Community Mobile Home Park	english-oaks-community-mobile-home-park	US		0	America/New_York	32.4145	-81.7024	55			GA	031		
7228043	Foss Mobile Home Park	foss-mobile-home-park	US		0	America/New_York	32.0189	-81.2418	4			GA	051		
7228045	Greenhaven Mobile Home Park	greenhaven-mobile-home-park	US		0	America/New_York	32.3952	-81.8035	55			GA	031		
7228046	Grove Point Mobile Home Estates	grove-point-mobile-home-estates	US		0	America/New_York	31.9893	-81.2336	3			GA	051		
7228047	Highland Woods Mobile Home Park	highland-woods-mobile-home-park	US		0	America/New_York	32.035	-81.2513	4			GA	051		
7228048	Hillside Mobile Home Park	hillside-mobile-home-park	US		0	America/New_York	32.3991	-81.762	60			GA	031		
7228049	Johnsons Mobile Court	johnsons-mobile-court	US		0	America/New_York	32.4081	-81.7677	60			GA	031		
7228050	Lakeside Mobile Home Park	lakeside-mobile-home-park	US		0	America/New_York	31.1909	-82.322	42			GA	299		
7228052	Live Oak Mobile Home Village	live-oak-mobile-home-village	US		0	America/New_York	31.2501	-81.5241	4			GA	127		
7228053	Lovetts Mobile Home Park	lovetts-mobile-home-park	US		0	America/New_York	32.1756	-81.91	40			GA	109		
7228054	Martins Mobile Home Park	martins-mobile-home-park	US		0	America/New_York	31.289	-82.2626	39			GA	229		
7228055	Morgans Trailer Park Eastside	morgans-trailer-park-eastside	US		0	America/New_York	32.1075	-81.3249	5			GA	051		
7228056	Mosely Mobile Home Park	mosely-mobile-home-park	US		0	America/New_York	31.8235	-81.6224	23			GA	179		
7228057	New Hope Mobile Home Park	new-hope-mobile-home-park	US		0	America/New_York	31.2885	-81.4419	4			GA	127		
7228058	Northpoint Mobile Home Park	northpoint-mobile-home-park	US		0	America/New_York	32.4728	-81.7648	58			GA	031		
7228059	Oakview Mobile Home Park	oakview-mobile-home-park	US		0	America/New_York	31.8261	-81.6404	24			GA	179		
7228060	Pines Mobile Home Park	pines-mobile-home-park	US		0	America/New_York	31.7522	-82.3586	60			GA	001		
7228061	Piney Grove Mobile Home Park	piney-grove-mobile-home-park	US		0	America/New_York	31.6507	-81.8638	29			GA	305		
7228062	Pipkin Mobile Home Park	pipkin-mobile-home-park	US		0	America/New_York	31.8284	-81.6267	22			GA	179		
7228063	Plantation Mobile Home Estates	plantation-mobile-home-estates	US		0	America/New_York	32.4106	-81.7069	60			GA	031		
7228065	Regency Mobile Home Park	regency-mobile-home-park	US		0	America/New_York	32.0321	-81.256	3			GA	051		
7228066	Roberts Mobile Home Park	roberts-mobile-home-park	US		0	America/New_York	31.8082	-81.6506	24			GA	179		
7228067	Rushing Mobile Home Park	rushing-mobile-home-park	US		0	America/New_York	32.3608	-81.8681	47			GA	031		
7228068	Salter Mobile Home Park	salter-mobile-home-park	US		0	America/New_York	31.7677	-81.6282	27			GA	179		
7228069	Satilla Village Mobile Home Park	satilla-village-mobile-home-park	US		0	America/New_York	31.2147	-82.3847	43			GA	299		
7228070	Savannah Pines Mobile Home Park	savannah-pines-mobile-home-park	US		0	America/New_York	32.0713	-81.1895	2			GA	051		
7228071	Shady Acres Mobile Home Court	shady-acres-mobile-home-court	US		0	America/New_York	32.016	-81.2367	5			GA	051		
7228072	Shady Acres Mobile Home Park	shady-acres-mobile-home-park	US		0	America/New_York	31.2483	-81.5557	3			GA	127		
7228073	Southern Pines Mobile Home Park	southern-pines-mobile-home-park	US		0	America/New_York	30.7901	-81.6719	8			GA	039		
7228074	Southern Pines Mobile Home Village	southern-pines-mobile-home-village	US		0	America/New_York	31.274	-81.5332	7			GA	127		
7228075	Southside Mobile Estates	southside-mobile-estates	US		0	America/New_York	31.9948	-81.1543	12			GA	051		
7228076	Stanford Mobile Home Park	stanford-mobile-home-park	US		0	America/New_York	32.0622	-81.1375	4			GA	051		
7228077	Thornhill Mobile Home Park	thornhill-mobile-home-park	US		0	America/New_York	31.2467	-81.4507	3			GA	127		
7228078	Thunderbolt Mobile Estates	thunderbolt-mobile-estates	US		0	America/New_York	32.0416	-81.0544	2			GA	051		
7228079	Transvilla Mobile Home Park	transvilla-mobile-home-park	US		0	America/New_York	31.2005	-81.4711	3			GA	127		
7228080	Victory Manor Mobile Home Court	victory-manor-mobile-home-court	US		0	America/New_York	31.8387	-81.6465	24			GA	179		
7228081	Village Oaks Mobile Home Park	village-oaks-mobile-home-park	US		0	America/New_York	30.7673	-81.58	4			GA	039		
7228082	Waters Bluff Mobile Home Park	waters-bluff-mobile-home-park	US		0	America/New_York	31.9635	-81.1021	4			GA	051		
7228083	Wolf Pen Mobile Home Park	wolf-pen-mobile-home-park	US		0	America/New_York	32.391	-81.8565	44			GA	031		
7228084	Woodland Mobile Estates	woodland-mobile-estates	US		0	America/New_York	32.4149	-81.7819	67			GA	031		
7228085	Woodland Mobile Home Estates	woodland-mobile-home-estates	US		0	America/New_York	30.78727	-81.71199	5			GA	039		
7228508	Amberly Trailer Park	amberly-trailer-park	US		0	America/New_York	39.21218	-76.06384	6			MD	029		
7228517	Arundel Mobile Village	arundel-mobile-village	US		0	America/New_York	39.08008	-76.70908	55			MD	003		
7228524	Baywood Mobile Home Park	baywood-mobile-home-park	US		0	America/New_York	39.21963	-76.43857	3			MD	005		
7228525	Beaver Run Mobile Home Park	beaver-run-mobile-home-park	US		0	America/New_York	38.54426	-75.96352	6			MD	019		
7228527	Bennett Park	bennett-park	US		0	America/New_York	38.40974	-75.61137	12			MD	045		
7228531	Biscayne Bay Village	biscayne-bay-village	US		0	America/New_York	39.34512	-76.37832	6			MD	005		
7228536	Boone's Mobile Estates	boone-s-mobile-estates	US		0	America/New_York	38.80792	-76.67548	32			MD	003		
7228537	Brentwood Manor	brentwood-manor	US		0	America/New_York	39.15485	-76.7962	65			MD	027		
7228538	Briarwood Estate	briarwood-estate	US		0	America/New_York	39.27917	-76.46982	4			MD	005		
7228566	Capitol Mobile Park	capitol-mobile-park	US		0	America/New_York	39.20065	-76.74205	49			MD	027		
7228576	Cecilton Manor Mobile Home Park	cecilton-manor-mobile-home-park	US		0	America/New_York	39.40359	-75.84258	24			MD	015		
7228578	Cedar Hurst Village	cedar-hurst-village	US		0	America/New_York	38.39715	-75.63701	14			MD	045		
7228585	Chesapeake Estates	chesapeake-estates	US		0	America/New_York	39.52162	-75.79806	5			MD	015		
7228588	Chestnut Point Estates	chestnut-point-estates	US		0	America/New_York	39.55342	-76.00656	4			MD	015		
7228605	Clearview Court	clearview-court	US		0	America/New_York	39.65165	-76.23855	123			MD	025		
7228608	Colonial Manor Estates	colonial-manor-estates	US		0	America/New_York	38.97567	-76.4915	11			MD	003		
7228614	Cool Breeze Mobile Home Park	cool-breeze-mobile-home-park	US		0	America/New_York	39.34212	-76.46554	19			MD	005		
7228624	Darlington Mobile Home Park	darlington-mobile-home-park	US		0	America/New_York	39.64859	-76.24002	131			MD	025		
7228636	Ed Mar Trailer Park	ed-mar-trailer-park	US		0	America/New_York	39.21998	-76.63107	10			MD	003		
7228637	Eden Estates	eden-estates	US		0	America/New_York	38.28161	-75.65543	8			MD	039		
7228638	Elkridge Mobile Home Park	elkridge-mobile-home-park	US		0	America/New_York	39.20016	-76.73954	56			MD	027		
7228660	Flower Village Mobile Home Park	flower-village-mobile-home-park	US		0	America/New_York	38.80255	-76.84928	78			MD	033		
7228664	Forest View Village	forest-view-village	US		0	America/New_York	39.60343	-75.87438	20			MD	015		
7228665	Fosters Mobile Home Park	fosters-mobile-home-park	US		0	America/New_York	38.82476	-76.06953	18			MD	041		
7228671	Gateway Mobile Home Park	gateway-mobile-home-park	US		0	America/New_York	38.43566	-75.5682	13			MD	045		
7228677	Glenwood Trailer Park	glenwood-trailer-park	US		0	America/New_York	39.3297	-76.46341	14			MD	005		
7228689	Granite Mobile Home Park	granite-mobile-home-park	US		0	America/New_York	39.33217	-76.85147	132			MD	005		
7228691	Green Meadows Mobile Home Park	green-meadows-mobile-home-park	US		0	America/New_York	38.4301	-75.56712	13			MD	045		
7228707	Harford Mobile Village	harford-mobile-village	US		0	America/New_York	39.43806	-76.3186	12			MD	025		
7228717	Hebron Woods	hebron-woods	US		0	America/New_York	38.44325	-75.68623	13			MD	045		
7228721	Hickory Village Mobile Home Park	hickory-village-mobile-home-park	US		0	America/New_York	39.57216	-76.3581	146			MD	025		
7228722	Highlands - Running Brook Mobile Home Park	highlands-running-brook-mobile-home-park	US		0	America/New_York	39.62508	-76.08434	140			MD	015		
7228731	Homestead Mobile Home Estates	homestead-mobile-home-estates	US		0	America/New_York	39.622	-76.09605	118			MD	015		
7228742	Jensen's Hyde Park	jensen-s-hyde-park	US		0	America/New_York	38.81547	-76.0559	18			MD	041		
7228746	John Walstons Mobile Home Park	john-walstons-mobile-home-park	US		0	America/New_York	38.35974	-75.50996	15			MD	045		
7228750	Ken Lee Mobile Home Courts	ken-lee-mobile-home-courts	US		0	America/New_York	39.33006	-76.45992	20			MD	005		
7228760	Lakeview Village	lakeview-village	US		0	America/New_York	39.4486	-76.92557	182			MD	013		
7228768	Len Mar Community	len-mar-community	US		0	America/New_York	39.29691	-76.46189	3			MD	005		
7228772	Lincoln Mobile Home Park	lincoln-mobile-home-park	US		0	America/New_York	39.22925	-76.44929	3			MD	005		
7228777	Lord Calvert Mobile Home Park	lord-calvert-mobile-home-park	US		0	America/New_York	38.24767	-76.49296	23			MD	037		
7228781	Magnolia Estates Mobile Home Park	magnolia-estates-mobile-home-park	US		0	America/New_York	39.4193	-76.32447	34			MD	025		
7228788	Maple Hill Mobile Home Park	maple-hill-mobile-home-park	US		0	America/New_York	39.63053	-76.0835	139			MD	015		
7228793	Meadowbrook Court	meadowbrook-court	US		0	America/New_York	38.72494	-75.81286	12			MD	011		
7228794	Melwood Mobile Home Park	melwood-mobile-home-park	US		0	America/New_York	38.81701	-76.84812	73			MD	033		
7228815	Nelpine Mobile Home Park	nelpine-mobile-home-park	US		0	America/New_York	38.7326	-75.89351	15			MD	011		
7228834	Oakridge Mobile Home Park	oakridge-mobile-home-park	US		0	America/New_York	38.33362	-75.69377	6			MD	045		
7228838	Octoraro Park	octoraro-park	US		0	America/New_York	39.69166	-76.12598	27			MD	015		
7228844	Parkway Hills Mobile Home Park	parkway-hills-mobile-home-park	US		0	America/New_York	39.13821	-76.75957	78			MD	003		
7228852	Penwood Mobile Home Park	penwood-mobile-home-park	US		0	America/New_York	39.22374	-76.43577	4			MD	005		
7228854	Peppermint Woods Mobile Home Park	peppermint-woods-mobile-home-park	US		0	America/New_York	39.3391	-76.40799	7			MD	005		
7228863	Pleasant Hill Mobile Home Park	pleasant-hill-mobile-home-park	US		0	America/New_York	39.67725	-75.89441	116			MD	015		
7228867	Prettyman Manor	prettyman-manor	US		0	America/New_York	38.74889	-75.97001	8			MD	011		
7228883	Rio Vista Plaza Mobile Home Park	rio-vista-plaza-mobile-home-park	US		0	America/New_York	38.81854	-76.69328	18			MD	003		
7228891	Rockbrook Village	rockbrook-village	US		0	America/New_York	39.63773	-76.83186	230			MD	013		
7228913	Salisbury Mobile Home Community	salisbury-mobile-home-community	US		0	America/New_York	38.40481	-75.56508	13			MD	045		
7228925	Southside Trailer Park	southside-trailer-park	US		0	America/New_York	38.6273	-75.85216	11			MD	019		
7228931	Summerhill Park	summerhill-park	US		0	America/New_York	39.00798	-76.59014	35			MD	003		
7228935	Swann Haven Mobile Home Park	swann-haven-mobile-home-park	US		0	America/New_York	38.78924	-76.03438	18			MD	041		
7228936	Sylvania Mobile Home Park	sylvania-mobile-home-park	US		0	America/New_York	39.40666	-76.41516	46			MD	005		
7228942	Terrace View Mobile Estates	terrace-view-mobile-estates	US		0	America/New_York	39.21556	-76.62664	38			MD	003		
7228965	Tilghman Mobile Home Park	tilghman-mobile-home-park	US		0	America/New_York	38.69166	-75.78673	13			MD	011		
7228966	Timber Grove Mobile Home Park	timber-grove-mobile-home-park	US		0	America/New_York	39.71997	-76.06638	136			MD	015		
7228984	Warrens Park	warrens-park	US		0	America/New_York	38.3768	-75.07083	1			MD	047		
7228988	West Side Mobile Home Park	west-side-mobile-home-park	US		0	America/New_York	38.35337	-75.7071	6			MD	045		
7228991	Westover Mobile Home Park	westover-mobile-home-park	US		0	America/New_York	39.59961	-75.93742	8			MD	015		
7228992	Westside Mobile Home Park	westside-mobile-home-park	US		0	America/New_York	38.44558	-75.55838	14			MD	045		
7228993	Whispering Pines Mobile Home Park	whispering-pines-mobile-home-park	US		0	America/New_York	39.60449	-75.90672	34			MD	015		
7228994	White Plains Mobile Home Park	white-plains-mobile-home-park	US		0	America/New_York	38.57853	-76.96409	61			MD	017		
7228995	Williams Mobile Home Park	williams-mobile-home-park	US		0	America/New_York	39.42148	-76.34816	30			MD	025		
7228996	Wilson Landing Mobile Home Park	wilson-landing-mobile-home-park	US		0	America/New_York	38.16677	-75.69383	4			MD	039		
7229000	Woodlawn Mobile Home Estates	woodlawn-mobile-home-estates	US		0	America/New_York	39.62732	-76.06855	139			MD	015		
7229005	Worton Manor Mobile Home Park	worton-manor-mobile-home-park	US		0	America/New_York	39.27262	-76.08977	20			MD	029		
7229006	Wrights Mobile Home Village	wrights-mobile-home-village	US		0	America/New_York	39.48738	-76.19585	14			MD	025		
7229775	Varsity Village	varsity-village	US		0	America/New_York	43.13917	-79.03667	181			NY	063	42158	
7229816	Belmont Farms	belmont-farms	US		0	America/Chicago	35.69797	-97.49207	343			OK	109		
7229912	Hickory Flat (historical)	hickory-flat-historical	US		0	America/New_York	37.39844	-83.84083	368			KY	109		
7229915	Huff (historical)	huff-historical	US		0	America/New_York	37.41897	-83.91486	329			KY	109		
7229919	Indian Spring (historical)	indian-spring-historical	US		0	America/New_York	37.55539	-84.06643	382			KY	109		
7229924	Lantana (historical)	lantana-historical	US		0	America/New_York	37.36944	-84.11403	284			KY	109		
7229928	Lewis (historical)	lewis-historical	US		0	America/New_York	37.26963	-83.94583	332			KY	109		
7229948	Oak Grove (historical)	oak-grove-historical	US		0	America/New_York	37.37537	-83.90371	383			KY	109		
7229949	Old Bend (historical)	old-bend-historical	US		0	America/New_York	37.3413	-84.12222	357			KY	109		
7229957	Pine Grove (historical)	pine-grove-historical	US		0	America/New_York	37.45337	-84.13103	441			KY	109		
7229971	Sinking Valley (historical)	sinking-valley-historical	US		0	America/New_York	37.54602	-84.10204	464			KY	109		
7229972	Smith (historical)	smith-historical	US		0	America/New_York	37.42356	-83.94057	406			KY	109		
7229973	South Fork (historical)	south-fork-historical	US		0	America/New_York	37.57	-83.94685	351			KY	109		
7229977	Stringtown (historical)	stringtown-historical	US		0	America/New_York	37.28784	-83.89361	308			KY	109		
7229984	Union (historical)	union-historical	US		0	America/New_York	37.36323	-83.82258	315			KY	109		
7229985	Upper Indian Creek (historical)	upper-indian-creek-historical	US		0	America/New_York	37.41456	-84.03469	304			KY	109		
7230012	Flatton (historical)	flatton-historical	US		0	America/New_York	37.33993	-84.09494	386			KY	109		
7230023	Ardery (historical)	ardery-historical	US		0	America/New_York	37.3396	-84.10638	285			KY	109		
7230025	Baker (historical)	baker-historical	US		0	America/New_York	37.54959	-84.13626	413			KY	109		
7230028	Big Hill (historical)	big-hill-historical	US		0	America/New_York	37.5151	-84.18125	459			KY	109		
7230033	Buffalo (historical)	buffalo-historical	US		0	America/New_York	37.25372	-83.98189	316			KY	109		
7230056	Dry Fork (historical)	dry-fork-historical	US		0	America/New_York	37.50796	-84.03807	297			KY	109		
7230057	Dry Fork (historical)	dry-fork-historical	US		0	America/New_York	37.38802	-84.13786	303			KY	109		
7230062	Fairview (historical)	fairview-historical	US		0	America/New_York	37.55326	-83.97546	413			KY	109		
7230068	Bethel (historical)	bethel-historical	US		0	America/New_York	37.41646	-84.11257	297			KY	109		
7230283	A and W Camp Mobile Home Park	a-and-w-camp-mobile-home-park	US		0	America/New_York	34.4552	-78.147	8			NC	141	90548	
7230284	Alvah Hardy Jr Mobile Home Park	alvah-hardy-jr-mobile-home-park	US		0	America/New_York	35.57935	-77.30052	22			NC	147	91344	
7230285	Amarest Manor Mobile Home Park	amarest-manor-mobile-home-park	US		0	America/New_York	36.333	-76.2245	2			NC	139	92576	
7230286	Anchor View Mobile Home Estates	anchor-view-mobile-home-estates	US		0	America/New_York	34.0641	-77.9005	5			NC	129	91092	
7230287	Apple Mobile Home Park	apple-mobile-home-park	US		0	America/New_York	34.73704	-76.73093	2			NC	031	92120	
7230288	Arnolds Mobile Home Park	arnolds-mobile-home-park	US		0	America/New_York	34.9222	-77.5625	18			NC	133	92672	
7230289	Atlantic Mobile Home Park	atlantic-mobile-home-park	US		0	America/New_York	34.7461	-76.816	5			NC	031	92120	
7230290	Azalea Mobile Home Park	azalea-mobile-home-park	US		0	America/New_York	34.2154	-77.8975	12			NC	129	94044	
7230291	Baldwin Estates Mobile Home Park	baldwin-estates-mobile-home-park	US		0	America/New_York	34.2369	-77.9992	7			NC	019	92324	
7230292	Ballow Mobile Home Park	ballow-mobile-home-park	US		0	America/New_York	34.7361	-76.7293	2			NC	031	92120	
7230293	Barb Crest Trailer Park	barb-crest-trailer-park	US		0	America/New_York	34.3433	-78.7123	23			NC	047	94000	
7230294	Beech Grove Mobile Home Park	beech-grove-mobile-home-park	US		0	America/New_York	35.1582	-77.1173	7			NC	049	93592	
7230295	Bernwood Mobile Home Park	bernwood-mobile-home-park	US		0	America/New_York	35.0642	-77.0267	6			NC	049	93552	
7230296	Bertie Mobile Homes	bertie-mobile-homes	US		0	America/New_York	36.0888	-77.112	17			NC	015	93008	
7230297	Bertram Mobile Home Park	bertram-mobile-home-park	US		0	America/New_York	34.7344	-76.6327	3			NC	031	90180	
7230298	Birchwoods Sands Mobile Home Park	birchwoods-sands-mobile-home-park	US		0	America/New_York	35.6733	-77.4447	9			NC	147	90224	
7230299	Bowdens Mobile Home Park	bowdens-mobile-home-park	US		0	America/New_York	34.1447	-77.902	5			NC	129	92008	
7230300	Brays Estate - Mobile Home Park	brays-estate-mobile-home-park	US		0	America/New_York	36.3364	-76.271	1			NC	139	92576	
7230301	Briar Creek Mobile Home Park	briar-creek-mobile-home-park	US		0	America/New_York	34.7458	-77.4973	10			NC	133	91632	
7230302	Brittland Mobile Home Park	brittland-mobile-home-park	US		0	America/New_York	34.5552	-79.0005	37			NC	155	90372	
7230303	Bryan Mobile Home Park	bryan-mobile-home-park	US		0	America/New_York	34.6929	-77.4923	16			NC	133	93160	
7230304	Bryans Mobile Home Park	bryans-mobile-home-park	US		0	America/New_York	34.7786	-77.2128	11			NC	133	93976	
7230305	Butler Mobile Home Community	butler-mobile-home-community	US		0	America/New_York	34.0898	-77.899	6			NC	129	91092	
7230306	Camelot Mobile Park	camelot-mobile-park	US		0	America/New_York	34.2088	-77.8577	7			NC	129	94044	
7230307	Carolina Village Mobile Home Park	carolina-village-mobile-home-park	US		0	America/New_York	36.5338	-76.2476	6			NC	053	92176	
7230308	Carrol C Mobile Home Park	carrol-c-mobile-home-park	US		0	America/New_York	34.2914	-77.9256	8			NC	129	90508	
7230309	Caseys Trailer Lodge	caseys-trailer-lodge	US		0	America/New_York	35.3595	-77.9891	29			NC	191	91260	
7230310	Chad Mobile Home Park	chad-mobile-home-park	US		0	America/New_York	35.63865	-77.30451	9			NC	147	92428	
7230311	Charter Oaks Mobile Home Park	charter-oaks-mobile-home-park	US		0	America/New_York	34.1262	-77.9027	11			NC	129	91092	
7230312	Cherry Point Marine Base Mobile Home Park	cherry-point-marine-base-mobile-home-park	US		0	America/New_York	34.9033	-76.908	7			NC	049	93508	
7230313	Circle L Mobile Home Park	circle-l-mobile-home-park	US		0	America/New_York	35.0841	-77.0418	2			NC	049	93552	
7230314	Club Creek Mobile Home Park	club-creek-mobile-home-park	US		0	America/New_York	34.8859	-76.7695	3			NC	049	93460	
7230315	Coastal Mobile Estates	coastal-mobile-estates	US		0	America/New_York	34.7004	-76.7841	2			NC	031	92120	
7230316	Collins Estates Mobile Home Park	collins-estates-mobile-home-park	US		0	America/New_York	34.736	-77.3191	9			NC	133	93976	
7230317	Colonial Mobile Home Court	colonial-mobile-home-court	US		0	America/New_York	34.2966	-77.931	8			NC	129	90508	
7230318	Colonial Mobile Home Park	colonial-mobile-home-park	US		0	America/New_York	35.1489	-77.1097	7			NC	049	93592	
7230319	Colonial Village Mobile Home Park	colonial-village-mobile-home-park	US		0	America/New_York	34.211	-77.8559	8			NC	129	94044	
7230320	Comfort Country Homes	comfort-country-homes	US		0	America/New_York	34.7351	-77.5491	16			NC	133	91632	
7230321	Country Club Mobile Home Park	country-club-mobile-home-park	US		0	America/New_York	34.3535	-78.2257	15			NC	047	92624	
7230322	Country Paradise Mobile Home Park	country-paradise-mobile-home-park	US		0	America/New_York	35.6481	-77.3991	9			NC	147	90224	
7230323	Country Side Mobile Home Park	country-side-mobile-home-park	US		0	America/New_York	34.6001	-78.9754	45			NC	155	94080	
7230324	Country Side Mobile Home Park	country-side-mobile-home-park	US		0	America/New_York	34.355	-78.6219	31			NC	047	90316	
7230325	Country Side Mobile Home Park	country-side-mobile-home-park	US		0	America/New_York	34.2689	-77.8043	7			NC	129	91404	
7230326	Country Squire Mobile Estates	country-squire-mobile-estates	US		0	America/New_York	35.5804	-78.1397	60			NC	101	90256	
7230327	Creekside Mobile Home Park	creekside-mobile-home-park	US		0	America/New_York	34.3851	-77.8971	6			NC	141	92744	
7230328	Cresent Heights Mobile Home Park	cresent-heights-mobile-home-park	US		0	America/New_York	35.4043	-77.4243	19			NC	147	91340	
7230329	Croome Acres Mobile Home Park	croome-acres-mobile-home-park	US		0	America/New_York	36.2862	-76.0621	1			NC	029	92920	
7230330	Crotan Mobile Home Park	crotan-mobile-home-park	US		0	America/New_York	34.6992	-76.7717	1			NC	031	92120	
7230331	Cypress Grove Mobile Home Park	cypress-grove-mobile-home-park	US		0	America/New_York	34.4878	-78.0527	9			NC	141	91272	
7230332	D and H Estates Mobile Home Park	d-and-h-estates-mobile-home-park	US		0	America/New_York	34.2876	-77.8105	14			NC	129	91404	
7230333	Da-lin Mobile Home Park	da-lin-mobile-home-park	US		0	America/New_York	35.4401	-78.05	33			NC	191	91136	
7230334	Darewood Estates - Mobile Home Park	darewood-estates-mobile-home-park	US		0	America/New_York	35.4859	-77.5857	23			NC	079	92392	
7230335	Davis Mobile Home Park	davis-mobile-home-park	US		0	America/New_York	34.5497	-77.4228	14			NC	133	93160	
7230336	Deerfield Farm Mobile Home Park	deerfield-farm-mobile-home-park	US		0	America/New_York	34.83142	-78.93098	49			NC	155		
7230337	Deerfield Mobile Home Park	deerfield-mobile-home-park	US		0	America/New_York	34.3846	-77.8979	6			NC	141	92744	
7230338	Deerhaven Mobile Home Park	deerhaven-mobile-home-park	US		0	America/New_York	35.1617	-77.8564	41			NC	061	90020	
7230339	Dees Mobile Home Park	dees-mobile-home-park	US		0	America/New_York	35.4781	-78.102	39			NC	191	90428	
7230340	Docs Mobile Home Park	docs-mobile-home-park	US		0	America/New_York	34.8174	-76.8719	8			NC	031	92272	
7230341	Donaldson Mobile Home Park	donaldson-mobile-home-park	US		0	America/New_York	35.3336	-77.9318	33			NC	191	92256	
7230342	Double D Mobile Home Park	double-d-mobile-home-park	US		0	America/New_York	34.2788	-77.8802	9			NC	129	90508	
7230343	Driftwood Mobile Home Park	driftwood-mobile-home-park	US		0	America/New_York	34.2193	-77.823	8			NC	129	94044	
7230344	E and H Mobile Home Park	e-and-h-mobile-home-park	US		0	America/New_York	34.3897	-78.0357	12			NC	141	91272	
7230345	Eagle Ridge Mobile Home Park	eagle-ridge-mobile-home-park	US		0	America/New_York	35.7046	-77.4619	11			NC	147	90224	
7230346	Eaglewood Mobile Home Park	eaglewood-mobile-home-park	US		0	America/New_York	34.6419	-78.9513	47			NC	155	91940	
7230347	Eastwood Mobile Home Park	eastwood-mobile-home-park	US		0	America/New_York	35.6507	-77.4118	7			NC	147	90224	
7230348	Edwards Mobile Home Park	edwards-mobile-home-park	US		0	America/New_York	35.3417	-78.0389	22			NC	191	90384	
7230349	Elks Mobile Home Park	elks-mobile-home-park	US		0	America/New_York	35.5226	-77.1207	9			NC	013	90664	
7230350	Evans Mobile Home Park	evans-mobile-home-park	US		0	America/New_York	35.5337	-77.3461	20			NC	147	94072	
7230351	Faircrest Mobile Home Park	faircrest-mobile-home-park	US		0	America/New_York	34.2033	-77.8544	5			NC	129	94044	
7230352	Fawnbrook Circle Mobile Home	fawnbrook-circle-mobile-home	US		0	America/New_York	34.041	-78.2098	9			NC	019	91884	
7230353	Ferguson Mobile Home Park	ferguson-mobile-home-park	US		0	America/New_York	36.5185	-75.9243	4			NC	053	91188	
7230354	Fox Chase Village Mobile Home Park	fox-chase-village-mobile-home-park	US		0	America/New_York	35.1204	-77.0877	8			NC	049	93592	
7230355	J and M Mobile Home Park	j-and-m-mobile-home-park	US		0	America/New_York	34.4641	-77.5621	9			NC	141	93248	
7230356	Jackson Heights Mobile Home Park	jackson-heights-mobile-home-park	US		0	America/New_York	35.2168	-77.6356	20			NC	107	92224	
7230357	Jackson Mobile Home Park	jackson-mobile-home-park	US		0	America/New_York	34.8861	-76.9215	6			NC	049	93508	
7230358	James McDowell Jr Mobile Home Park	james-mcdowell-jr-mobile-home-park	US		0	America/New_York	34.7302	-77.3236	10			NC	133	93976	
7230359	James Mobile Home Park	james-mobile-home-park	US		0	America/New_York	34.3522	-77.8661	8			NC	129	90508	
7230360	Jimmys Mobile Court	jimmys-mobile-court	US		0	America/New_York	34.6645	-79.0608	44			NC	155	91940	
7230361	John Hill Mobile Home Park	john-hill-mobile-home-park	US		0	America/New_York	35.3136	-77.444	11			NC	107	92820	
7230362	K and M Mobile Home Park	k-and-m-mobile-home-park	US		0	America/New_York	34.2686	-77.817	11			NC	129	91404	
7230363	Kathy Anns Mobile Home Park	kathy-anns-mobile-home-park	US		0	America/New_York	34.2054	-77.8364	8			NC	129	94044	
7230364	Kimwood Mobile Home Park	kimwood-mobile-home-park	US		0	America/New_York	34.3839	-77.8975	6			NC	141	92744	
7230365	Lakeside Fore Mobile Home Park	lakeside-fore-mobile-home-park	US		0	America/New_York	35.6128	-77.5086	23			NC	147	90080	
7230366	Lakeside Mobile Home Park	lakeside-mobile-home-park	US		0	America/New_York	34.8315	-76.8834	9			NC	031	92272	
7230367	Lanes Crossroads - Mobile Home Park	lanes-crossroads-mobile-home-park	US		0	America/New_York	35.5601	-77.5488	24			NC	147	91084	
7230368	Langleys Mobile Home Park Number 2	langleys-mobile-home-park-number-2	US		0	America/New_York	34.1729	-77.9227	9			NC	129	94044	
7230369	Lebanon Mobile Home Park	lebanon-mobile-home-park	US		0	America/New_York	36.4294	-76.3694	2			NC	139	92260	
7230370	Lee Acres Mobile Home Park	lee-acres-mobile-home-park	US		0	America/New_York	34.2068	-77.8438	7			NC	129	94044	
7230371	Lillipad Mobile Home Park	lillipad-mobile-home-park	US		0	America/New_York	34.7146	-77.1354	8			NC	133	93188	
7230372	Lone Oak Mobile Home Park	lone-oak-mobile-home-park	US		0	America/New_York	34.6257	-78.9754	44			NC	155	91940	
7230373	Maple Avenue Mobile Home Park	maple-avenue-mobile-home-park	US		0	America/New_York	34.2154	-77.8841	12			NC	129	94044	
7230374	Market Heights Mobile Home Park	market-heights-mobile-home-park	US		0	America/New_York	34.2559	-77.8371	14			NC	129	94044	
7230375	Maryanna Mobile Estates	maryanna-mobile-estates	US		0	America/New_York	35.565	-77.0733	4			NC	013	93904	
7230376	Masonboro Mobile Home Park	masonboro-mobile-home-park	US		0	America/New_York	34.1771	-77.8636	6			NC	129	94044	
7230377	Matthews Mobile Home Park	matthews-mobile-home-park	US		0	America/New_York	35.6029	-77.5345	24			NC	147	90080	
7230378	McPhersons Mobile Home Park	mcphersons-mobile-home-park	US		0	America/New_York	36.3706	-76.2881	3			NC	139	92576	
7230379	Meadowland Mobile Home Park	meadowland-mobile-home-park	US		0	America/New_York	36.2754	-76.2259	2			NC	139	90996	
7230380	Melrose Mobile Home Park	melrose-mobile-home-park	US		0	America/New_York	34.2199	-77.8231	8			NC	129	94044	
7230408	Middlewoods Mobile Home Park	middlewoods-mobile-home-park	US		0	America/New_York	36.5494	-76.2366	5			NC	053	92176	
7230409	Mill Creek Mobile Home Park	mill-creek-mobile-home-park	US		0	America/New_York	34.4574	-77.5399	9			NC	141	93248	
7230410	Mimosa Manor Mobile Home Park	mimosa-manor-mobile-home-park	US		0	America/New_York	35.5248	-77.0081	2			NC	013	91896	
7230411	Mobiland Mobile Home Park	mobiland-mobile-home-park	US		0	America/New_York	35.577	-76.9519	13			NC	013	92436	
7230412	Moonlight Bay Mobile Park	moonlight-bay-mobile-park	US		0	America/New_York	36.1978	-76.2684	2			NC	139	92292	
7230413	Norris Mobile Home Village	norris-mobile-home-village	US		0	America/New_York	34.8752	-76.9342	7			NC	049	93508	
7230414	Notts Mobile Home Home Park	notts-mobile-home-home-park	US		0	America/New_York	34.3581	-77.6883	8			NC	141	93248	
7230415	Oakley Mobile Home Park	oakley-mobile-home-park	US		0	America/New_York	34.2996	-77.9346	8			NC	129	90508	
7230416	Ocean Spray Mobile Home Estates	ocean-spray-mobile-home-estates	US		0	America/New_York	34.6972	-77.0744	9			NC	031	93968	
7230417	Oceanway Mobile Home Park	oceanway-mobile-home-park	US		0	America/New_York	34.0908	-77.8992	8			NC	129	91092	
7230418	Old Grove Mobile Home Park	old-grove-mobile-home-park	US		0	America/New_York	34.2112	-77.8558	7			NC	129	94044	
7230419	Pages Mobile Home Park	pages-mobile-home-park	US		0	America/New_York	34.7015	-77.0787	8			NC	031	93968	
7230420	Paradise Bay Mobile Home Park	paradise-bay-mobile-home-park	US		0	America/New_York	34.6888	-76.8923	2			NC	031	92120	
7230421	Park Place Mobile Home Park	park-place-mobile-home-park	US		0	America/New_York	34.3603	-77.9103	4			NC	129	90508	
7230422	Patsy Bran Mobile Home Park	patsy-bran-mobile-home-park	US		0	America/New_York	35.4084	-77.5029	12			NC	107	90760	
7230423	Peachtree Mobile Home Park	peachtree-mobile-home-park	US		0	America/New_York	34.2122	-77.8901	12			NC	129	94044	
7230424	Pecan Grove Mobile Home Park	pecan-grove-mobile-home-park	US		0	America/New_York	35.3178	-77.7213	26			NC	107	91588	
7230425	Phillips Mobile Home Park	phillips-mobile-home-park	US		0	America/New_York	34.5877	-78.9503	40			NC	155	94080	
7230426	Pierce Mobile Home Estates	pierce-mobile-home-estates	US		0	America/New_York	35.8265	-77.0874	21			NC	117	94040	
7230427	Pine Terrace Mobile Home Park	pine-terrace-mobile-home-park	US		0	America/New_York	34.1943	-77.9401	10			NC	129	94044	
7230428	Piner Mobile Home Park	piner-mobile-home-park	US		0	America/New_York	34.1294	-77.8705	2			NC	129	92008	
7230429	Pineview Mobile Home Park	pineview-mobile-home-park	US		0	America/New_York	34.963	-77.9857	37			NC	061	91688	
7230430	Pineview Mobile Home Park	pineview-mobile-home-park	US		0	America/New_York	34.274	-77.7842	6			NC	129	91404	
7230431	Pleasant Acres Mobile Home Park	pleasant-acres-mobile-home-park	US		0	America/New_York	35.2947	-78.0077	55			NC	191	90384	
7230432	Ponderosa Mobile Home Park	ponderosa-mobile-home-park	US		0	America/New_York	34.2376	-77.8871	12			NC	129	94044	
7230433	Port-O-Pines Estates	port-o-pines-estates	US		0	America/New_York	34.2933	-77.8678	11			NC	129	90508	
7230434	Potters Mobile Home Park	potters-mobile-home-park	US		0	America/New_York	34.2112	-77.8558	7			NC	129	94044	
7230435	Powells Mobile Home Park	powells-mobile-home-park	US		0	America/New_York	34.4355	-77.5517	1			NC	141	93248	
7230436	Queen Creek Mobile Home Park	queen-creek-mobile-home-park	US		0	America/New_York	34.6877	-77.1943	12			NC	133	93188	
7230437	Rainbow Acres Mobile Home Park	rainbow-acres-mobile-home-park	US		0	America/New_York	34.7706	-77.4859	12			NC	133	91632	
7230438	Ramblewood Mobile Home Park	ramblewood-mobile-home-park	US		0	America/New_York	35.6229	-78.1255	58			NC	195	93084	
7230439	Ramseys Mobile Home Park	ramseys-mobile-home-park	US		0	America/New_York	34.7147	-77.2573	12			NC	133	93188	
7230440	Red Maple Mobile Home Park	red-maple-mobile-home-park	US		0	America/New_York	35.6065	-78.0629	48			NC	195	93084	
7230441	Red Wood Terrace Mobile Home Park	red-wood-terrace-mobile-home-park	US		0	America/New_York	35.206	-77.157	8			NC	049	93628	
7230442	Reid Acres Mobile Home Park	reid-acres-mobile-home-park	US		0	America/New_York	34.708	-77.2264	7			NC	133	93188	
7230443	Richardsons Mobile Home Park	richardsons-mobile-home-park	US		0	America/New_York	34.0796	-77.9011	5			NC	129	91092	
7230444	River Road Estate Mobile Home Park	river-road-estate-mobile-home-park	US		0	America/New_York	34.7926	-76.5979	2			NC	031	93156	
7230445	Riverbreeze Mobile Home Park	riverbreeze-mobile-home-park	US		0	America/New_York	36.2703	-76.2013	2			NC	139	92292	
7230446	Riverfront Mobile Home Park	riverfront-mobile-home-park	US		0	America/New_York	34.2066	-77.949	4			NC	129	94044	
7230447	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/New_York	34.3641	-77.901	5			NC	129	90508	
7230448	Riverview Mobile Home Park	riverview-mobile-home-park	US		0	America/New_York	35.3504	-78.0337	21			NC	191	90384	
7230449	Rosemans Mobile Home Park	rosemans-mobile-home-park	US		0	America/New_York	34.1484	-77.8746	7			NC	129	92008	
7230450	Rosewood Mobile Home Park	rosewood-mobile-home-park	US		0	America/New_York	34.6386	-78.9739	45			NC	155	91940	
7230451	Round-A-Bout Mobile Home Park	round-a-bout-mobile-home-park	US		0	America/New_York	35.3658	-78.0703	24			NC	191	91136	
7230452	Royal Palms Mobile Home Park	royal-palms-mobile-home-park	US		0	America/New_York	34.1435	-77.9017	4			NC	129	92008	
7230453	Royal Valley Mobile Home Park	royal-valley-mobile-home-park	US		0	America/New_York	34.7224	-77.2345	11			NC	133	93188	
7230454	Saint Mark Mobile Home Park	saint-mark-mobile-home-park	US		0	America/New_York	36.067	-76.6202	5			NC	041		
7230455	Sand Mobile Home Park	sand-mobile-home-park	US		0	America/New_York	34.7828	-77.6414	27			NC	133	92672	
7230456	Sanderson Mobile Home Park	sanderson-mobile-home-park	US		0	America/New_York	34.8806	-76.9485	9			NC	049	93508	
7230457	Sandwinds Mobile Home Park	sandwinds-mobile-home-park	US		0	America/New_York	34.0966	-77.8922	7			NC	129	91092	
7230458	Sandy Ridge Mobile Home Park	sandy-ridge-mobile-home-park	US		0	America/New_York	35.152	-77.0462	3			NC	049	93308	
7230459	Saulberry Subdivision Mobile Home Park	saulberry-subdivision-mobile-home-park	US		0	America/New_York	35.4464	-77.8927	40			NC	191	92848	
7230460	Sawyers Mobile Home Park	sawyers-mobile-home-park	US		0	America/New_York	35.826	-76.7367	9			NC	187	92540	
7230461	Sea Pines Mobile Home Park	sea-pines-mobile-home-park	US		0	America/New_York	34.7122	-77.185	10			NC	133	93188	
7230462	Shady Haven Mobile Home Park	shady-haven-mobile-home-park	US		0	America/New_York	34.3373	-77.8967	3			NC	129	90508	
7230463	Shamrock Mobile Home Park	shamrock-mobile-home-park	US		0	America/New_York	34.3574	-77.8983	6			NC	129	90508	
7230464	Silver Lake Mobile Home Park	silver-lake-mobile-home-park	US		0	America/New_York	34.1449	-77.9083	8			NC	129	92008	
7230465	Sleepy Fox Village Mobile Home Park	sleepy-fox-village-mobile-home-park	US		0	America/New_York	35.3004	-77.5136	12			NC	107	91704	
7230466	Fox Creek Mobile Home Park	fox-creek-mobile-home-park	US		0	America/New_York	34.8231	-77.5177	13			NC	133	92672	
7230467	Foxtail Mobile Home Park	foxtail-mobile-home-park	US		0	America/New_York	35.31976	-77.65372	30			NC	107	93856	
7230468	Glynnwood Mobile Home Park	glynnwood-mobile-home-park	US		0	America/New_York	34.2788	-77.8802	9			NC	129	90508	
7230469	Gracie Farm Road Mobile Home Park	gracie-farm-road-mobile-home-park	US		0	America/New_York	35.1579	-77.1002	7			NC	049	93592	
7230471	Grayfield Mobile Home Park	grayfield-mobile-home-park	US		0	America/New_York	35.0217	-77.9916	37			NC	061	91688	
7230472	Greenfield Mobile Home Park	greenfield-mobile-home-park	US		0	America/New_York	34.8852	-76.938	6			NC	049	93508	
7230473	Greenville Village Mobile Home Park	greenville-village-mobile-home-park	US		0	America/New_York	34.203	-77.8426	7			NC	129	94044	
7230474	Greystone Estates	greystone-estates	US		0	America/New_York	34.3381	-77.906	7			NC	129	90508	
7230475	Greystone Mobile Home Park	greystone-mobile-home-park	US		0	America/New_York	35.5516	-77.3719	18			NC	147	94072	
7230476	Grove Park Mobile Home Estates	grove-park-mobile-home-estates	US		0	America/New_York	34.139	-77.8966	8			NC	129	91092	
7230477	Harmony Village Mobile Home Park	harmony-village-mobile-home-park	US		0	America/New_York	34.1218	-77.9021	13			NC	129	91092	
7230478	Harrington Mobile Home Park	harrington-mobile-home-park	US		0	America/New_York	35.30365	-78.13406	36			NC	191	91280	
7230479	Havelock Mobile Court	havelock-mobile-court	US		0	America/New_York	34.8955	-76.9233	7			NC	049	93508	
7230480	Hemsath Mobile Home Park	hemsath-mobile-home-park	US		0	America/New_York	36.506	-75.9242	3			NC	053	91188	
7230481	Hickory Hills Mobile Home Park	hickory-hills-mobile-home-park	US		0	America/New_York	35.3175	-77.9174	31			NC	191	92256	
7230482	Hickory Village - Mobile Home Park	hickory-village-mobile-home-park	US		0	America/New_York	36.267	-76.1971	2			NC	139	92292	
7230483	Hidden Lakes Mobile Home Park	hidden-lakes-mobile-home-park	US		0	America/New_York	34.2515	-77.8234	5			NC	129	94044	
7230484	Highland Pines Mobile Home Park	highland-pines-mobile-home-park	US		0	America/New_York	34.268	-77.8456	11			NC	129	91404	
7230485	Hills Estate Mobile Home Park	hills-estate-mobile-home-park	US		0	America/New_York	35.6164	-77.3152	6			NC	147	92428	
7230486	Himobile Mobile Home Park	himobile-mobile-home-park	US		0	America/New_York	34.3927	-77.9066	8			NC	141	92744	
7230487	Hinsons Mobile Home Park	hinsons-mobile-home-park	US		0	America/New_York	34.194	-77.9379	9			NC	129	94044	
7230488	Holiday City Mobile Home Park	holiday-city-mobile-home-park	US		0	America/New_York	34.7436	-77.3582	9			NC	133	91632	
7230489	Holly Hills Mobile Home Estate	holly-hills-mobile-home-estate	US		0	America/New_York	34.4913	-77.5555	14			NC	133	93160	
7230490	Hopkins Mobile Home Park	hopkins-mobile-home-park	US		0	America/New_York	35.8344	-76.737	8			NC	187	92540	
7230491	Howard Place Mobile Home Park	howard-place-mobile-home-park	US		0	America/New_York	35.1902	-77.6691	27			NC	107	92224	
7230492	Interstate Mobile Home Park	interstate-mobile-home-park	US		0	America/New_York	34.4642	-77.889	18			NC	141	92744	
7230522	Snells Mobile Home Park	snells-mobile-home-park	US		0	America/New_York	35.8514	-76.757	6			NC	187	92540	
7230523	South Clinton Mobile Home Park	south-clinton-mobile-home-park	US		0	America/New_York	34.9639	-78.3531	45			NC	163	93032	
7230524	South Gate Mobile Home Park	south-gate-mobile-home-park	US		0	America/New_York	34.7355	-77.471	9			NC	133	91632	
7230525	Southern Mobile Home Park	southern-mobile-home-park	US		0	America/New_York	35.1822	-78.0817	49			NC	191	90384	
7230526	Southern Mobile Home Village	southern-mobile-home-village	US		0	America/New_York	35.3152	-78.0144	42			NC	191	90384	
7230527	Southridge Mobile Home Park	southridge-mobile-home-park	US		0	America/New_York	35.311	-77.9916	37			NC	191	90384	
7230528	Southridge Mobile Home Park	southridge-mobile-home-park	US		0	America/New_York	34.1218	-77.9021	13			NC	129	91092	
7230529	Spring Oaks Mobile Home Estates	spring-oaks-mobile-home-estates	US		0	America/New_York	34.1137	-77.9026	15			NC	129	91092	
7230530	Stone Mobile Home Park	stone-mobile-home-park	US		0	America/New_York	34.3304	-77.7517	7			NC	141	93248	
7230531	Stoney Creek Mobile Home Park	stoney-creek-mobile-home-park	US		0	America/New_York	35.3652	-77.962	32			NC	191	92256	
7230532	Stoney Manor Mobile Home Park	stoney-manor-mobile-home-park	US		0	America/New_York	35.4393	-77.9603	38			NC	191	93138	
7230533	Suburban Mobile Home Park	suburban-mobile-home-park	US		0	America/New_York	36.4768	-76.0403	2			NC	053	90816	
7230534	Summerhomes Mobile Home Park	summerhomes-mobile-home-park	US		0	America/New_York	33.9306	-78.4099	15			NC	019	92900	
7230535	Summerwinds Mobile Home Park	summerwinds-mobile-home-park	US		0	America/New_York	34.8892	-79.0369	55			NC	155	92444	
7230536	Sunshine Acres Mobile Home Park	sunshine-acres-mobile-home-park	US		0	America/New_York	34.7062	-77.2137	5			NC	133	93188	
7230537	The Palms Mobile Home Park	the-palms-mobile-home-park	US		0	America/New_York	34.2726	-77.9249	6			NC	129	90508	
7230538	The Pines Mobile Home Park	the-pines-mobile-home-park	US		0	America/New_York	34.6822	-77.2165	12			NC	133	93188	
7230539	Thornes Farm Trailer Park	thornes-farm-trailer-park	US		0	America/New_York	34.79107	-76.89157	1			NC	031	92272	
7230540	Timberland Village Mobile Home Park	timberland-village-mobile-home-park	US		0	America/New_York	34.2241	-77.8524	6			NC	129	94044	
7230541	Tosacal Mobile Home Park	tosacal-mobile-home-park	US		0	America/New_York	34.4223	-77.9639	11			NC	141	91900	
7230542	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/New_York	34.2567	-77.8851	7			NC	129	91404	
7230543	Triple H Mobile Home Park	triple-h-mobile-home-park	US		0	America/New_York	34.2721	-77.8208	14			NC	129	91404	
7230544	Triple S Marina Village	triple-s-marina-village	US		0	America/New_York	34.7021	-76.7116	1			NC	031	92120	
7230545	Turkey Creek Mobile Home Park	turkey-creek-mobile-home-park	US		0	America/New_York	34.5057	-77.4561	10			NC	133	93160	
7230546	Turtle Cove Mobile Home Park	turtle-cove-mobile-home-park	US		0	America/New_York	34.7119	-77.1835	10			NC	133	93188	
7230547	Twin Cedar Mobile Home Park	twin-cedar-mobile-home-park	US		0	America/New_York	34.3773	-77.7088	16			NC	141	93248	
7230548	Twin Lakes Resort	twin-lakes-resort	US		0	America/New_York	35.5199	-77.0537	1			NC	013	90664	
7230549	Twin Oaks Mobile Home Park	twin-oaks-mobile-home-park	US		0	America/New_York	34.499	-77.8975	16			NC	141	90444	
7230550	Twin Pines Mobile Home Park	twin-pines-mobile-home-park	US		0	America/New_York	34.8333	-77.4635	10			NC	133	91632	
7230551	Victory Mobile Home Park	victory-mobile-home-park	US		0	America/New_York	35.6736	-77.4157	10			NC	147	90224	
7230552	Watkins Way Mobile Home Park	watkins-way-mobile-home-park	US		0	America/New_York	35.6173	-77.62173	24			NC	147	91084	
7230553	Watsons Mobile Home Park	watsons-mobile-home-park	US		0	America/New_York	34.3089	-77.9229	8			NC	129	90508	
7230554	Wescott Mobile Home Community	wescott-mobile-home-community	US		0	America/New_York	34.0908	-77.8992	8			NC	129	91092	
7230555	West Mobile Home Park	west-mobile-home-park	US		0	America/New_York	34.6117	-78.973	47			NC	155	91940	
7230556	Westridge Mobile Home Park	westridge-mobile-home-park	US		0	America/New_York	34.7276	-77.5111	14			NC	133	91632	
7230557	Westwood Mobile Home Park	westwood-mobile-home-park	US		0	America/New_York	35.6643	-77.3658	11			NC	147	90224	
7230558	Wetherington's Mobile Home Park	wetherington-s-mobile-home-park	US		0	America/New_York	34.7516	-77.3249	9			NC	133	93976	
7230559	Wheel Estates Mobile Home Park	wheel-estates-mobile-home-park	US		0	America/New_York	34.2572	-77.8304	12			NC	129	94044	
7230560	White Oaks Estates	white-oaks-estates	US		0	America/New_York	35.32	-78.0216	38			NC	191	90384	
7230561	Wildwood Mobile Home Park	wildwood-mobile-home-park	US		0	America/New_York	34.746	-76.8132	5			NC	031	92120	
7230562	Winstead Mobile Home Park	winstead-mobile-home-park	US		0	America/New_York	34.8634	-76.8965	8			NC	049	93508	
7230563	Wintergreen Mobile Home Park	wintergreen-mobile-home-park	US		0	America/New_York	35.5349	-77.3479	21			NC	147	94072	
7230579	Woodshire Mobile Estates	woodshire-mobile-estates	US		0	America/New_York	35.3614	-77.9328	35			NC	191	92256	
7230580	Woodside Mobile Home Park	woodside-mobile-home-park	US		0	America/New_York	35.399	-77.9082	37			NC	191	93138	
7231814	Hamar Estates	hamar-estates	US		0	America/New_York	42.19056	-76.31	265			NY	107	12221	
7231815	Hillview Terrace Mobile Home Park	hillview-terrace-mobile-home-park	US		0	America/New_York	42.32806	-76.44278	380			NY	109	19620	
7231816	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/New_York	42.08889	-76.29611	257			NY	107	73968	
7231817	Owego Heights	owego-heights	US		0	America/New_York	42.14833	-76.29444	270			NY	107	73968	
7231818	Valley Mobile Home Park	valley-mobile-home-park	US		0	America/New_York	42.17333	-76.23028	278			NY	107	55893	
7231819	Howland Mobile Home Park	howland-mobile-home-park	US		0	America/New_York	42.02528	-76.39528	239			NY	107	51121	
7231820	Maple Lane Mobile Home Park	maple-lane-mobile-home-park	US		0	America/New_York	42.00944	-76.48611	243			NY	107	04671	
7231821	Pebble Hill Mobile Home Park	pebble-hill-mobile-home-park	US		0	America/New_York	42.15	-76.29806	265			NY	107	73968	
7231822	Cedar Park Terrace	cedar-park-terrace	US		0	America/New_York	42.01389	-76.51917	253			NY	107	04671	
7231823	Jewell Mobile Home Park	jewell-mobile-home-park	US		0	America/New_York	42.19056	-76.3125	265			NY	107	12221	
7231824	Airways Mobile Home Park	airways-mobile-home-park	US		0	America/New_York	42.08694	-76.30056	254			NY	107	73968	
7231825	Crimson Mobile Home Court	crimson-mobile-home-court	US		0	America/New_York	42.23556	-76.33639	274			NY	107	12221	
7231826	Maple Shade Trailer Park	maple-shade-trailer-park	US		0	America/New_York	42.08872	-76.29664	257			NY	107	73968	
7231827	Park Terrace	park-terrace	US		0	America/New_York	42.01056	-76.49972	258			NY	107	04671	
7231828	Pine Tree Mobile Home Park	pine-tree-mobile-home-park	US		0	America/New_York	42.14833	-76.29944	258			NY	107	73968	
7231829	Van Housen Mobile Home Park	van-housen-mobile-home-park	US		0	America/New_York	42.0875	-76.30444	252			NY	107	73968	
7231840	Post Trailer Park	post-trailer-park	US		0	America/New_York	42.06083	-76.10944	283			NY	107	55893	
7231841	Stephens Trailer Park	stephens-trailer-park	US		0	America/New_York	42.06333	-76.10861	261			NY	107	55893	
7231873	Moler Mobile Home Park	moler-mobile-home-park	US		0	America/New_York	39.02667	-83.90889	288			OH	015	31696	
7231874	Eastland Mobile Home Park	eastland-mobile-home-park	US		0	America/New_York	38.85972	-83.88333	280			OH	015	63212	
7231875	Brown County Mobile Home Park	brown-county-mobile-home-park	US		0	America/New_York	39.00472	-83.92556	287			OH	015	62596	
7231876	Hammond Mobile Home Park	hammond-mobile-home-park	US		0	America/New_York	38.85417	-83.89694	279			OH	015	63212	
7231877	J D Smith Mobile Home Park	j-d-smith-mobile-home-park	US		0	America/New_York	39.03	-83.91639	287			OH	015	31696	
7231878	Clems Shady Nook Park	clems-shady-nook-park	US		0	America/New_York	38.72861	-83.83333	159			OH	015	78232	
7231879	Port Chardon Mobile Home Park	port-chardon-mobile-home-park	US		0	America/New_York	38.75167	-83.85056	153			OH	015	78232	
7231880	Warren Smith Trailer Park	warren-smith-trailer-park	US		0	America/New_York	38.71556	-83.82194	164			OH	015	78232	
7231890	Country Villa Estates	country-villa-estates	US		0	America/Los_Angeles	38.69111	-122.02278	59			CA	113		
7231891	Royal Palms Mobile Estates	royal-palms-mobile-estates	US		0	America/Los_Angeles	38.66917	-121.74917	16			CA	113		
7231892	Royal Oak Manufactured Home Community	royal-oak-manufactured-home-community	US		0	America/Los_Angeles	38.54472	-121.73	14			CA	113		
7231893	Westwind Estates	westwind-estates	US		0	America/Los_Angeles	38.58944	-121.53167	7			CA	113		
7231894	Casa Mobile Home Park	casa-mobile-home-park	US		0	America/Los_Angeles	38.58361	-121.52306	8			CA	113		
7231895	El Rancho Mobile Park	el-rancho-mobile-park	US		0	America/Los_Angeles	38.58139	-121.53611	6			CA	113		
7231896	Rancho Yolo Mobile Home Park	rancho-yolo-mobile-home-park	US		0	America/Los_Angeles	38.55222	-121.72389	13			CA	113		
7231897	Winters Mobile Home Park	winters-mobile-home-park	US		0	America/Los_Angeles	38.52222	-121.98389	44			CA	113		
7231898	Leisureville Mobile Home Park	leisureville-mobile-home-park	US		0	America/Los_Angeles	38.665	-121.75972	18			CA	113		
7231899	Bryte Mobile Home Park	bryte-mobile-home-park	US		0	America/Los_Angeles	38.59139	-121.53083	7			CA	113		
7231900	Idle Wheel Mobile Estates	idle-wheel-mobile-estates	US		0	America/Los_Angeles	38.6675	-121.74472	16			CA	113		
7231901	Capitol City Recreational Vehicle and Mobile Home Park	capitol-city-recreational-vehicle-and-mobile-home-park	US		0	America/Los_Angeles	38.58083	-121.54417	6			CA	113		
7231902	Capri Mobile Home Park	capri-mobile-home-park	US		0	America/Los_Angeles	38.58417	-121.54472	5			CA	113		
7231903	Davis Mobile Estates	davis-mobile-estates	US		0	America/Los_Angeles	38.54222	-121.73806	16			CA	113		
7231904	Dunnigan Mobile Home Park	dunnigan-mobile-home-park	US		0	America/Los_Angeles	38.90444	-121.98861	34			CA	113		
7231905	Garden Acres Mobile Home Park	garden-acres-mobile-home-park	US		0	America/Los_Angeles	38.57833	-121.53944	5			CA	113		
7231906	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/Los_Angeles	38.58028	-121.54056	5			CA	113		
7231907	Skylark Mobile Home Park	skylark-mobile-home-park	US		0	America/Los_Angeles	38.57806	-121.55417	5			CA	113		
7231908	Trails End Mobile Home Park	trails-end-mobile-home-park	US		0	America/Los_Angeles	38.5825	-121.54361	6			CA	113		
7231909	Walnut Trailer Villa	walnut-trailer-villa	US		0	America/Los_Angeles	38.57889	-121.54111	5			CA	113		
7231910	West Sacramento Trailer Park	west-sacramento-trailer-park	US		0	America/Los_Angeles	38.58556	-121.51417	7			CA	113		
7231911	Woodlands Mobile Home Park	woodlands-mobile-home-park	US		0	America/Los_Angeles	38.67139	-121.76417	19			CA	113		
7231912	Villa Seville Mobile Home Park	villa-seville-mobile-home-park	US		0	America/Los_Angeles	39.07944	-121.53222	20			CA	115		
7231913	Castlewood Mobile Home Park	castlewood-mobile-home-park	US		0	America/Los_Angeles	39.13028	-121.5225	23			CA	115		
7231914	Peach Mobile Estates	peach-mobile-estates	US		0	America/Los_Angeles	39.11194	-121.56528	19			CA	115		
7231916	Yuba Mobile Home Park	yuba-mobile-home-park	US		0	America/Los_Angeles	39.07528	-121.54556	19			CA	115		
7231917	Country Side Mobile Home Park	country-side-mobile-home-park	US		0	America/Los_Angeles	39.14389	-121.50667	27			CA	115		
7231919	Alpine Village Mobile Home Estates	alpine-village-mobile-home-estates	US		0	America/Los_Angeles	39.13083	-121.55778	21			CA	115		
7231920	Casa Mia Mobile Home Park	casa-mia-mobile-home-park	US		0	America/Los_Angeles	39.10417	-121.54056	22			CA	115		
7231921	The Garden Mobile Home Park	the-garden-mobile-home-park	US		0	America/Los_Angeles	39.12333	-121.58028	19			CA	115		
7231922	Thunderbird Mobile Home Park	thunderbird-mobile-home-park	US		0	America/Los_Angeles	39.12861	-121.56083	20			CA	115		
7231923	Vinboy Trailer Park	vinboy-trailer-park	US		0	America/Los_Angeles	39.1	-121.54806	22			CA	115		
7231955	Captains Cove	captains-cove	US		1042	America/New_York	37.98996	-75.42272	5			VA	001		
7232130	Timber Ridge	timber-ridge	US		0	America/Chicago	42.51972	-87.83	192			WI	059	63300	
7232132	City View Mobile Home Community	city-view-mobile-home-community	US		0	America/Chicago	42.56444	-87.86083	199			WI	059	63300	
7232134	Westwood Estates	westwood-estates	US		0	America/Chicago	42.56167	-87.90833	214			WI	059	63300	
7232135	Oakwood Mobile Home Community	oakwood-mobile-home-community	US		0	America/Chicago	42.54361	-87.82778	189			WI	059	39225	
7232137	Prairie Lake Estates	prairie-lake-estates	US		0	America/Chicago	42.56889	-87.90722	210			WI	059	39225	
7232138	Carefree Estates	carefree-estates	US		0	America/Chicago	42.51944	-88.11583	243			WI	059	71125	
7232139	Rainbow Lake Manor Mobile Home Park	rainbow-lake-manor-mobile-home-park	US		0	America/Chicago	42.49833	-88.04917	241			WI	059		
7232141	Shorecrest Pointe	shorecrest-pointe	US		0	America/Chicago	42.54667	-87.82278	187			WI	059	39225	
7232143	Maple Lane Mobile Home Park	maple-lane-mobile-home-park	US		0	America/Chicago	42.54611	-87.8275	189			WI	059	39225	
7232144	Alpine Village Mobile Home Park	alpine-village-mobile-home-park	US		0	America/Chicago	42.55694	-87.82333	186			WI	059	39225	
7232146	Alfords Park Mobile Homes Court	alfords-park-mobile-homes-court	US		0	America/Chicago	42.6225	-87.82722	188			WI	059		
7232148	Pleasant Prairie Mobile Home Court	pleasant-prairie-mobile-home-court	US		0	America/Chicago	42.58167	-87.95083	212			WI	059		
7232228	Fort Barker (historical)	fort-barker-historical	US		0	America/New_York	38.03064	-84.02654	327			KY	049		
7232232	Constant Station (historical)	constant-station-historical	US		0	America/New_York	38.02438	-84.20717	287			KY	049		
7232233	Greenfield Estates (historical)	greenfield-estates-historical	US		0	America/New_York	37.99286	-84.20854	302			KY	049		
7232237	Allensville (historical)	allensville-historical	US		0	America/New_York	37.89418	-84.12778	186	Allansville,Allensville (historical)		KY	049		
7232240	Franklin (historical)	franklin-historical	US		0	America/New_York	37.97871	-84.13977	279			KY	049		
7232247	Midway (historical)	midway-historical	US		0	America/New_York	37.88096	-84.06437	265			KY	049		
7232253	Yorktown (historical)	yorktown-historical	US		0	America/New_York	38.03828	-84.28352	315			KY	049		
7232254	Wayland Heights Addition (historical)	wayland-heights-addition-historical	US		0	America/New_York	38.03321	-84.27054	304			KY	049		
7232256	Verna Hills (historical)	verna-hills-historical	US		0	America/New_York	38.03264	-84.28371	311			KY	049		
7232261	Centerville (historical)	centerville-historical	US		0	America/New_York	38.00772	-84.0732	288			KY	049		
7232267	Cotton Branch (historical)	cotton-branch-historical	US		0	America/New_York	37.87271	-84.11822	183			KY	049		
7232270	Clarksville (historical)	clarksville-historical	US		0	America/New_York	37.85263	-84.07859	188			KY	049		
7232285	Charleston (historical)	charleston-historical	US		0	America/New_York	37.8749	-84.22262	178			KY	049		
7232289	Silver Lake (historical)	silver-lake-historical	US		0	America/New_York	38.07766	-84.23943	292			KY	049		
7232291	Judianne Estates (historical)	judianne-estates-historical	US		0	America/New_York	38.02692	-84.23161	283			KY	049		
7232292	Rockwell Village (historical)	rockwell-village-historical	US		0	America/New_York	38.02389	-84.23489	294			KY	049		
7232293	Forest Retreat (historical)	forest-retreat-historical	US		0	America/New_York	38.01131	-84.21551	288			KY	049		
7232318	Haggard (historical)	haggard-historical	US		0	America/New_York	37.90746	-84.13772	296	Haggard (historical),Haggard-Hampton		KY	049		
7232324	Saddlebrook (historical)	saddlebrook-historical	US		0	America/New_York	37.99799	-84.14683	298			KY	049		
7232330	Snowden (historical)	snowden-historical	US		0	America/New_York	37.89244	-84.03959	244	Head of Log Lick Creek,Snowden (historical)		KY	049		
7232336	Epperson (historical)	epperson-historical	US		0	America/New_York	37.84559	-84.06561	247			KY	049		
7232337	Pine Ridge (historical)	pine-ridge-historical	US		0	America/New_York	37.87144	-84.01389	269			KY	049		
7232342	Providence (historical)	providence-historical	US		0	America/New_York	37.9256	-84.2424	291			KY	049		
7232343	Olivers (historical)	olivers-historical	US		0	America/New_York	37.88714	-84.19088	211			KY	049		
7232346	New Providence (historical)	new-providence-historical	US		0	America/New_York	37.9468	-83.9887	226	Clayville,New Providence (historical)		KY	049		
7232348	Shala-Mar Estates (historical)	shala-mar-estates-historical	US		0	America/New_York	38.01556	-84.22722	298			KY	049		
7232351	Ecton Pike (historical)	ecton-pike-historical	US		0	America/New_York	38.00557	-84.13455	312			KY	049		
7232354	Harvest View Estates	harvest-view-estates	US		0	America/Chicago	42.68694	-87.99444	233			WI	101	89575	
7232355	Harbor Heights	harbor-heights	US		0	America/Chicago	42.77167	-88.20667	241			WI	101	83825	
7232356	Hickory Haven	hickory-haven	US		0	America/Chicago	42.67528	-88.07861	256			WI	101	20625	
7232357	Wheatland Estates	wheatland-estates	US		0	America/Chicago	42.59861	-88.20056	232			WI	059	86500	
7232358	Garden Grove Mobile Home Park	garden-grove-mobile-home-park	US		0	America/Chicago	42.68583	-88.0575	238			WI	101	81775	
7232359	Browns Lake Mobile Home Park	browns-lake-mobile-home-park	US		0	America/Chicago	42.67861	-88.23528	235			WI	101	11225	
7232360	Shady Nook Mobile Home Park	shady-nook-mobile-home-park	US		0	America/Chicago	42.64944	-88.07444	249			WI	059	09635	
7232361	Oakdale Estates	oakdale-estates	US		0	America/Chicago	42.66528	-87.94806	223			WI	101		
7232362	Jensen's Mobile Home Village	jensen-s-mobile-home-village	US		0	America/Chicago	42.71861	-87.925	225			WI	101	54875	
7232363	Motors Mobile Home Park	motors-mobile-home-park	US		0	America/Chicago	42.66417	-88.32028	238			WI	127	46725	
7232365	Pioneer Estates	pioneer-estates	US		0	America/Chicago	42.565	-88.41056	272			WI	127	08275	
7232366	Pioneer Estates	pioneer-estates	US		0	America/Chicago	42.62083	-88.69028	289			WI	127	18850	
7232367	Skyview Terrace	skyview-terrace	US		0	America/Chicago	42.78833	-88.40139	262			WI	127	22100	
7232368	Land O Lakes Mobile Home Park	land-o-lakes-mobile-home-park	US		0	America/Chicago	42.66806	-88.53194	306			WI	127	23300	
7232369	Lauderdale Shores	lauderdale-shores	US		0	America/Chicago	42.78083	-88.56111	271			WI	127	41050	
7232370	Twin Lakes Mobile Home Park	twin-lakes-mobile-home-park	US		0	America/Chicago	42.85194	-88.755	257			WI	127	86925	
7232371	Wolf's Mobile Home Park	wolf-s-mobile-home-park	US		0	America/Chicago	42.85417	-88.79694	257			WI	055	40375	
7232372	Wright's Mobile Home Park	wright-s-mobile-home-park	US		0	America/Chicago	42.82472	-88.78278	272			WI	105	44125	
7232373	Mountain Shadows Mobile Home Estates	mountain-shadows-mobile-home-estates	US		0	America/Los_Angeles	40.61611	-122.38667	220			CA	089		
7232374	Country Aire Mobile Home Park	country-aire-mobile-home-park	US		0	America/Los_Angeles	40.57694	-122.33722	179			CA	089		
7232375	Fairway Oaks Mobile Home Park	fairway-oaks-mobile-home-park	US		0	America/Los_Angeles	40.48583	-122.3	144			CA	089		
7232376	Las Colinas Mobile Home Park	las-colinas-mobile-home-park	US		0	America/Los_Angeles	40.87639	-121.68	970			CA	089		
7232377	Redding Lakeside Mobile Estates	redding-lakeside-mobile-estates	US		0	America/Los_Angeles	40.71278	-122.33694	275			CA	089		
7232378	Redwoods Mobile Home Community	redwoods-mobile-home-community	US		0	America/Los_Angeles	40.61611	-122.37917	199			CA	089		
7232379	River Park Mobile Estates	river-park-mobile-estates	US		0	America/Los_Angeles	40.46528	-122.27972	126			CA	089		
7232380	Amberwood Mobile Home Park	amberwood-mobile-home-park	US		0	America/Los_Angeles	40.39833	-122.25583	135			CA	089		
7232381	Lazy Landing Mobile Home Park	lazy-landing-mobile-home-park	US		0	America/Los_Angeles	40.48333	-122.32444	129			CA	089		
7232382	Moose-horn Mobile Home Park	moose-horn-mobile-home-park	US		0	America/Los_Angeles	40.61806	-122.39222	220			CA	089		
7232383	Riverland Mobile Home Park	riverland-mobile-home-park	US		0	America/Los_Angeles	40.48806	-122.32833	130			CA	089		
7232384	Twin Lakes Mobile Estates	twin-lakes-mobile-estates	US		0	America/Los_Angeles	40.68389	-122.38806	255			CA	089		
7232385	Balls Ferry Fishing Resort	balls-ferry-fishing-resort	US		0	America/Los_Angeles	40.41861	-122.19528	114			CA	089		
7232386	Riviera Mobile Estates	riviera-mobile-estates	US		0	America/Los_Angeles	40.46694	-122.28167	125			CA	089		
7232387	Marina Travel Park	marina-travel-park	US		0	America/Los_Angeles	40.57528	-122.37056	142			CA	089		
7232388	Shasta Lake Mobile Home Park	shasta-lake-mobile-home-park	US		0	America/Los_Angeles	40.69556	-122.40139	290			CA	089		
7232389	Cottonwood Estates	cottonwood-estates	US		0	America/Los_Angeles	40.38833	-122.27472	131			CA	089		
7232390	Park Villa Mobile Home Estates	park-villa-mobile-home-estates	US		0	America/Los_Angeles	40.63694	-122.40139	232			CA	089		
7232391	El Rio Estates	el-rio-estates	US		0	America/Los_Angeles	40.46944	-122.31194	128			CA	089		
7232392	Enterprise Mobile Park	enterprise-mobile-park	US		0	America/Los_Angeles	40.5625	-122.34444	164			CA	089		
7232393	Los Robles Estates	los-robles-estates	US		0	America/Los_Angeles	40.62056	-122.38139	213			CA	089		
7232394	Rapid River Mobile Home Park	rapid-river-mobile-home-park	US		0	America/Los_Angeles	40.48472	-122.32556	129			CA	089		
7232395	Starlite Mobile Estates	starlite-mobile-estates	US		0	America/Los_Angeles	40.56917	-122.34917	165			CA	089		
7232396	Brookside Mobile Home Park	brookside-mobile-home-park	US		0	America/Los_Angeles	40.58278	-122.30278	168			CA	089		
7232397	Churn Creek Mobile Home Park	churn-creek-mobile-home-park	US		0	America/Los_Angeles	40.53944	-122.34694	157			CA	089		
7232398	Clear Creek Mobile Home Park	clear-creek-mobile-home-park	US		0	America/Los_Angeles	40.51389	-122.38222	142			CA	089		
7232399	Country Club Mobile Estates	country-club-mobile-estates	US		0	America/Los_Angeles	40.56583	-122.36417	158			CA	089		
7232400	Deluxe Mobile Park	deluxe-mobile-park	US		0	America/Los_Angeles	40.49306	-122.36639	146			CA	089		
7232401	Keswick Dam Trailer Park	keswick-dam-trailer-park	US		0	America/Los_Angeles	40.62333	-122.40583	226			CA	089		
7232402	McArthur Mobile Home Park	mcarthur-mobile-home-park	US		0	America/Los_Angeles	41.05222	-121.39806	1009			CA	089		
7232403	Mountain Gate Mobile Home Park	mountain-gate-mobile-home-park	US		0	America/Los_Angeles	40.71667	-122.3325	278			CA	089		
7232404	Northgate Trailer Park	northgate-trailer-park	US		0	America/Los_Angeles	40.62139	-122.37083	213			CA	089		
7232405	Paradise View Mobile Estates	paradise-view-mobile-estates	US		0	America/Los_Angeles	40.60806	-122.37111	215			CA	089		
7232406	Quartz Point Mobile Home Park	quartz-point-mobile-home-park	US		0	America/Los_Angeles	40.6475	-122.39556	228			CA	089		
7232407	Redding Oaks Mobile Home Park	redding-oaks-mobile-home-park	US		0	America/Los_Angeles	40.5275	-122.38583	144			CA	089		
7232408	Reddingwood Mobile Home Park	reddingwood-mobile-home-park	US		0	America/Los_Angeles	40.55111	-122.39	152			CA	089		
7232410	Riverside Mobile Park	riverside-mobile-park	US		0	America/Los_Angeles	40.59361	-122.38833	148			CA	089		
7232411	Safari Mobile Home Park	safari-mobile-home-park	US		0	America/Los_Angeles	40.52556	-122.38389	145			CA	089		
7232412	Shady Acres Trailer Park	shady-acres-trailer-park	US		0	America/Los_Angeles	40.57194	-122.38972	159			CA	089		
7232413	Shady Hill Trailer Park	shady-hill-trailer-park	US		0	America/Los_Angeles	40.47722	-122.29222	132			CA	089		
7232415	Shady Oaks Mobile Park	shady-oaks-mobile-park	US		0	America/Los_Angeles	40.53056	-122.38778	146			CA	089		
7232416	Twin View Terrace Mobile Home Park	twin-view-terrace-mobile-home-park	US		0	America/Los_Angeles	40.61417	-122.37333	193			CA	089		
7232417	Wonderland Mobile Home Park	wonderland-mobile-home-park	US		0	America/Los_Angeles	40.73	-122.3225	290			CA	089		
7232422	Greenbriar (historical)	greenbriar-historical	US		0	America/New_York	37.60892	-83.96475	197			KY	065		
7232423	Little Rock (historical)	little-rock-historical	US		0	America/New_York	37.66973	-84.07986	250			KY	065		
7232424	Mountain Spring (historical)	mountain-spring-historical	US		0	America/New_York	37.73789	-83.80527	355			KY	065		
7232425	Sparks (historical)	sparks-historical	US		0	America/New_York	37.72011	-83.77155	319			KY	065		
7232487	Shady Lane Trailer Court	shady-lane-trailer-court	US		0	America/Detroit	44.36472	-84.41694	361			MI	143	68200	
7232532	Leader's Mobile Home Park	leader-s-mobile-home-park	US		0	America/New_York	41.57306	-81.16944	374			OH	055	32914	
7232534	Jacques High Chapparal Mobile Home Park	jacques-high-chapparal-mobile-home-park	US		0	America/New_York	41.535	-81.17778	354			OH	055	15168	
7232535	Maple Ridge Community	maple-ridge-community	US		0	America/New_York	41.60722	-81.18111	381			OH	055	32914	
7232537	Rustic Pine Mobile Home Park	rustic-pine-mobile-home-park	US		0	America/New_York	41.66833	-81.00944	331			OH	055	76628	
7232538	Wilder Senior Citizen Mobile Home Park North	wilder-senior-citizen-mobile-home-park-north	US		0	America/New_York	41.58417	-81.25222	402			OH	055	13561	
7232539	Terrace Glenn Estates	terrace-glenn-estates	US		0	America/New_York	41.605	-81.15556	384			OH	055	32914	
7232540	Wilder Senior Citizen Mobile Home Park South	wilder-senior-citizen-mobile-home-park-south	US		0	America/New_York	41.58083	-81.25389	406			OH	055	13561	
7232542	Deer Lake Mobile Park	deer-lake-mobile-park	US		0	America/New_York	41.47222	-81.18917	354			OH	055	10464	
7232543	Grennan Mobile Village	grennan-mobile-village	US		0	America/New_York	41.60944	-81.18222	384			OH	055	32914	
7232544	Spacious Acres	spacious-acres	US		0	America/Chicago	43.04056	-88.59222	259			WI	055	16650	
7232546	Village Terrace Mobile Home Park	village-terrace-mobile-home-park	US		0	America/Chicago	43.07028	-88.77472	254			WI	055	38350	
7232547	Rock River Mobile Home Park	rock-river-mobile-home-park	US		0	America/Chicago	43.05833	-88.80028	239			WI	055	04125	
7232588	Denton Township Trailer Park	denton-township-trailer-park	US		0	America/Detroit	44.29444	-84.65333	352			MI	143	21640	
7232590	North Shore Trailer Park	north-shore-trailer-park	US		0	America/Detroit	44.37556	-84.73167	349			MI	143	51780	
7232701	Oakwood Mobile Home Park	oakwood-mobile-home-park	US		0	America/New_York	41.88111	-80.775	197			OH	007	02652	
7232702	Andover Country Meadows	andover-country-meadows	US		0	America/New_York	41.605	-80.55028	317			OH	007	02064	
7232704	Mobile Acres	mobile-acres	US		0	America/New_York	41.88667	-80.74278	201			OH	007	02652	
7232705	Profeta's Mobile Home Park	profeta-s-mobile-home-park	US		0	America/New_York	41.80861	-80.91833	215			OH	007	29624	
7232706	Whispering Willows Mobile Home Park	whispering-willows-mobile-home-park	US		0	America/New_York	41.76528	-80.90694	261			OH	007	33642	
7232707	Jefferson Mobile Estates	jefferson-mobile-estates	US		0	America/New_York	41.75083	-80.77583	279			OH	007	38514	
7232708	Mobile Grove Trailer Park	mobile-grove-trailer-park	US		0	America/New_York	41.93889	-80.59028	206			OH	007	18350	
7232709	Normandy Village Mobile Home Park	normandy-village-mobile-home-park	US		0	America/New_York	41.79861	-80.95972	206			OH	007	29624	
7232710	A C Mobile Home Park	a-c-mobile-home-park	US		0	America/New_York	41.83806	-80.84694	207			OH	007	70646	
7232712	D F C Mobile Home Park	d-f-c-mobile-home-park	US		0	America/New_York	41.70806	-80.76194	308			OH	007	42742	
7232713	Willow Arms	willow-arms	US		0	America/New_York	41.87972	-80.80722	194			OH	007	02652	
7232714	Edgewood Trailer Park	edgewood-trailer-park	US		0	America/New_York	41.87639	-80.77056	203			OH	007	02652	
7232715	Parkwood Village	parkwood-village	US		0	America/New_York	41.85778	-80.7725	219			OH	007	02652	
7232716	Theil's Mobile Home Park	theil-s-mobile-home-park	US		0	America/New_York	41.94	-80.53167	206			OH	007	18350	
7232717	Woodman Mobile Home Park	woodman-mobile-home-park	US		0	America/New_York	41.85583	-80.80722	210			OH	007	02652	
7232718	Erieview	erieview	US		0	America/New_York	41.87861	-80.87056	190			OH	007	70646	
7232719	Keyes Trailer Park	keyes-trailer-park	US		0	America/New_York	41.87722	-80.77167	202			OH	007	02652	
7232720	State Road Mobile Home Park	state-road-mobile-home-park	US		0	America/New_York	41.88278	-80.77194	197			OH	007	02652	
7232721	Taylor Mobile Home Park	taylor-mobile-home-park	US		0	America/New_York	41.89333	-80.71833	210			OH	007	02652	
7232722	Pheasant Ridge Estates Mobile Home Park	pheasant-ridge-estates-mobile-home-park	US		0	America/Detroit	44.22722	-85.40556	419			MI	165	36600	
7232723	Country Acres Mobile Village	country-acres-mobile-village	US		0	America/Detroit	44.24944	-85.44167	396			MI	165	12320	
7232724	Cadillac Leisure Mobile Home Community	cadillac-leisure-mobile-home-community	US		0	America/Detroit	44.25889	-85.42389	394			MI	165	12320	
7232971	Chisholm Creek Manor Mobile Home Park	chisholm-creek-manor-mobile-home-park	US		0	America/Chicago	37.80196	-97.33184	409			KS	173	36250	
7232980	England Mobile Home Estates	england-mobile-home-estates	US		0	America/Chicago	39.04052	-95.61692	293			KS	177	71000	
7233028	K - 15 Mobile Home Park	k-15-mobile-home-park	US		0	America/Chicago	37.62707	-97.29466	402			KS	173	79000	
7233031	Anderson Mobile Home Park	anderson-mobile-home-park	US		0	America/Chicago	39.13968	-95.56573	290			KS	087	36125	
7233032	White Lakes Mobile Home Park	white-lakes-mobile-home-park	US		0	America/Chicago	39.00214	-95.68199	299			KS	177	71000	
7233034	S and J Estates Mobile Home Park	s-and-j-estates-mobile-home-park	US		0	America/Chicago	39.04062	-95.61666	294			KS	177	71000	
7233036	Coachlight Village Mobile Home Courts South	coachlight-village-mobile-home-courts-south	US		0	America/Chicago	38.99477	-95.68342	296			KS	177	71000	
7233037	Lakeshore Mobile Home Park	lakeshore-mobile-home-park	US		0	America/Chicago	37.62556	-97.34816	390			KS	173	79000	
7233038	Conestoga Mobile Home Park	conestoga-mobile-home-park	US		0	America/Chicago	37.62349	-97.32124	387			KS	173	79000	
7233039	Oak Lane Mobile Home Park	oak-lane-mobile-home-park	US		0	America/Chicago	39.26542	-94.89496	249			KS	103	38650	
7233050	Dicks Mobile Home Park	dicks-mobile-home-park	US		0	America/Chicago	37.8685	-97.66986	439			KS	173	28400	
7233069	Ridgewood Estates Mobile Home Park	ridgewood-estates-mobile-home-park	US		0	America/Chicago	38.99358	-95.66808	306			KS	177	71000	
7233073	Ponchos Mobile Home Park	ponchos-mobile-home-park	US		0	America/Chicago	38.81003	-94.92029	321			KS	091	25425	
7233082	Kuhns Mobile Home Park	kuhns-mobile-home-park	US		0	America/Chicago	37.61885	-97.33524	389			KS	173	79000	
7233083	Orchard Park Mobile Home Park	orchard-park-mobile-home-park	US		0	America/Chicago	37.69004	-97.39818	399			KS	173	79000	
7233086	Sunview Mobile Home Park	sunview-mobile-home-park	US		0	America/Chicago	37.61569	-97.29932	388			KS	173	60125	
7233088	Caudill Mobile Home Park	caudill-mobile-home-park	US		0	America/Chicago	37.61669	-97.35129	389			KS	173	79000	
7233093	Stonegate Mobile Home Park	stonegate-mobile-home-park	US		0	America/Chicago	37.61244	-97.20883	411			KS	173	29300	
7233094	Shawnee Hills Mobile Home Park	shawnee-hills-mobile-home-park	US		0	America/Chicago	38.95769	-95.73007	343			KS	177	47275	
7233095	Cottonwood Grove Mobile Home Park	cottonwood-grove-mobile-home-park	US		0	America/Chicago	37.61368	-97.38752	390			KS	173	79000	
7233097	The Woodlands Mobile Home Park	the-woodlands-mobile-home-park	US		0	America/Chicago	37.61346	-97.36785	390			KS	173	79000	
7233102	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/Chicago	37.6135	-97.31247	388			KS	173	79000	
7233104	Audora Mobile Home Park	audora-mobile-home-park	US		0	America/Chicago	37.61012	-97.35345	389			KS	173	79000	
7233105	South Village Mobile Home Park	south-village-mobile-home-park	US		0	America/Chicago	38.98201	-95.68198	310			KS	177	71000	
7233110	Shady Acres Mobile Home Park	shady-acres-mobile-home-park	US		0	America/Chicago	38.98142	-95.68186	310			KS	177	71000	
7233114	Hillside Mobile Home Park	hillside-mobile-home-park	US		0	America/Chicago	38.97917	-95.68535	314			KS	177	71000	
7233116	Southborough Estates Mobile Home Park	southborough-estates-mobile-home-park	US		0	America/Chicago	37.60451	-97.37288	389			KS	173	79000	
7233117	El Caudillo Mobile Home Park	el-caudillo-mobile-home-park	US		0	America/Chicago	37.60526	-97.35054	389			KS	173	79000	
7233118	Glen Acres Mobile Home Park	glen-acres-mobile-home-park	US		0	America/Chicago	37.6042	-97.33056	387			KS	173	79000	
7233120	Blue Oaks and Live Oaks Mobile Home Park	blue-oaks-and-live-oaks-mobile-home-park	US		0	America/Chicago	38.96321	-95.69164	312			KS	177	71025	
7233122	Navajo Lake Estates Mobile Home Park	navajo-lake-estates-mobile-home-park	US		0	America/Chicago	37.80178	-97.33215	409			KS	173	36250	
7233124	Kaw View Mobile Home Estates	kaw-view-mobile-home-estates	US		0	America/Chicago	39.08933	-94.7184	232			KS	209	36000	
7233133	Welcome Home Community Mobile Home Park	welcome-home-community-mobile-home-park	US		0	America/Chicago	37.60455	-97.37284	389			KS	173	79000	
7233134	Sites Mobile Home Park	sites-mobile-home-park	US		0	America/Chicago	37.70866	-97.40152	402			KS	173	79000	
7233135	Cedar Ridge Mobile Home Park	cedar-ridge-mobile-home-park	US		0	America/Chicago	37.60236	-97.31595	388			KS	173	79000	
7233143	Pinaire Mobile Home Park	pinaire-mobile-home-park	US		0	America/Chicago	37.59738	-97.29721	386			KS	173	60125	
7233146	Cambridge Mobile Home Park	cambridge-mobile-home-park	US		0	America/Chicago	37.59942	-97.35189	387			KS	173	79000	
7233154	Oakwood Manor Mobile Home Park	oakwood-manor-mobile-home-park	US		0	America/Chicago	37.59691	-97.33291	388			KS	173	79000	
7233156	Powell Mobile Home Park	powell-mobile-home-park	US		0	America/Chicago	37.69275	-97.38603	399			KS	173	79000	
7233159	Northview Mobile Home Park	northview-mobile-home-park	US		0	America/Chicago	39.14968	-95.66252	303			KS	177	66225	
7233160	Harbor Mobile Home Park	harbor-mobile-home-park	US		0	America/Chicago	37.59101	-97.33295	387			KS	173	79000	
7233168	Hardison Shady Acres Mobile Home Park	hardison-shady-acres-mobile-home-park	US		0	America/Chicago	37.58748	-97.33524	387			KS	173	79000	
7233170	Kansas Trailer Village	kansas-trailer-village	US		0	America/Chicago	39.11851	-94.71734	248			KS	209	36000	
7233189	Royal Mobile Home Court	royal-mobile-home-court	US		0	America/Chicago	39.09561	-94.71782	231			KS	209	36000	
7233199	Suburban Mobile Home Park	suburban-mobile-home-park	US		0	America/Chicago	37.63488	-97.78887	422			KS	173	48550	
7233204	Wildwoods Mobile Home Park	wildwoods-mobile-home-park	US		0	America/Chicago	39.23573	-94.89649	240			KS	103	38650	
7233205	Zoch Trailer Court	zoch-trailer-court	US		0	America/Chicago	39.26602	-94.91713	281			KS	103	38650	
7233208	Longbranch Mobile Home Park	longbranch-mobile-home-park	US		0	America/Chicago	37.60798	-97.22514	413			KS	173	29300	
7233213	Silver Spur III Mobile Home Park	silver-spur-iii-mobile-home-park	US		0	America/Chicago	37.62674	-97.35835	393			KS	173	79000	
7233223	Clear Creek Court Mobile Home Park	clear-creek-court-mobile-home-park	US		0	America/Chicago	39.2523	-94.8987	241			KS	103	38650	
7233243	Park Village Mobile Home Park	park-village-mobile-home-park	US		0	America/Chicago	37.68473	-97.2037	420			KS	173	79000	
7233248	Timbercreek Mobile Home Park	timbercreek-mobile-home-park	US		0	America/Chicago	37.62343	-97.32118	387			KS	173	79000	
7233253	Oak Court Mobile Home Court	oak-court-mobile-home-court	US		0	America/Chicago	37.77753	-97.46992	413			KS	173	54425	
7233256	Adams Heights Mobile Home Park	adams-heights-mobile-home-park	US		0	America/Chicago	39.03227	-95.67047	285			KS	177	71000	
7233303	Valley Center Mobile Home Park	valley-center-mobile-home-park	US		0	America/Chicago	37.83043	-97.37092	410			KS	173	28125	
7233309	Midtown Mobile Home Park	midtown-mobile-home-park	US		0	America/Chicago	37.68619	-97.36062	396			KS	173	79000	
7233322	Willowood Estates Mobile Home Park	willowood-estates-mobile-home-park	US		0	America/Chicago	37.62035	-97.30951	389			KS	173	79000	
7233323	Fishin Mobile Home Park	fishin-mobile-home-park	US		0	America/Chicago	37.65219	-97.39936	395			KS	173	79000	
7233324	Mobile Manor Estates Mobile Home Park	mobile-manor-estates-mobile-home-park	US		0	America/Chicago	37.62426	-97.36643	391			KS	173	79000	
7233326	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/Chicago	39.08924	-95.09117	283			KS	103	70825	
7233345	Lamplighter Mobile Home Park	lamplighter-mobile-home-park	US		0	America/Chicago	37.62443	-97.30899	387			KS	173	79000	
7233355	Pleasant Valley Mobile Home Park	pleasant-valley-mobile-home-park	US		0	America/Chicago	37.73806	-97.37078	401			KS	173	79000	
7233365	Reds Mobile Home Park	reds-mobile-home-park	US		0	America/Chicago	37.68716	-97.39267	399			KS	173	79000	
7233370	Lakeside Manufactured Home Community	lakeside-manufactured-home-community	US		0	America/Chicago	37.6457	-97.39154	394			KS	173	79000	
7233371	Reed - A - Way Mobile Home Park	reed-a-way-mobile-home-park	US		0	America/Chicago	37.64515	-97.31827	391			KS	173	79000	
7233385	American Eagle Mobile Home Estates	american-eagle-mobile-home-estates	US		0	America/Chicago	39.08927	-94.7178	233			KS	209	36000	
7233387	Rolling Green Mobile Home Park	rolling-green-mobile-home-park	US		0	America/Chicago	37.53815	-97.27214	384			KS	173	60675	
7233399	Mobile Lodge of Lecompton	mobile-lodge-of-lecompton	US		0	America/Chicago	39.03798	-95.39862	298			KS	045	39175	
7233401	Travel - Air Mobile Home Park	travel-air-mobile-home-park	US		0	America/Chicago	37.69634	-97.22222	421			KS	173	79000	
7233405	Countryside Home Park Mobile Home Park	countryside-home-park-mobile-home-park	US		0	America/Chicago	39.04176	-95.55132	294			KS	177	70100	
7233408	Linnell Mobile Home Park	linnell-mobile-home-park	US		0	America/Chicago	37.66308	-97.5705	444			KS	173	03125	
7233412	Glenbrook Mobile Home Community	glenbrook-mobile-home-community	US		0	America/Chicago	39.11521	-94.72519	264			KS	209	36000	
7233424	North Star Mobile Home Park	north-star-mobile-home-park	US		0	America/Chicago	37.86947	-97.34441	430			KS	173	28125	
7234064	Wilcox Court Mobile Home Park	wilcox-court-mobile-home-park	US		0	America/Chicago	39.08457	-95.6624	268			KS	177	71000	
7233426	Creekside Estates Mobile Home Park	creekside-estates-mobile-home-park	US		0	America/Chicago	39.08965	-94.72663	233			KS	209	36000	
7233436	Peachwood Manor Mobile Home Park	peachwood-manor-mobile-home-park	US		0	America/Chicago	37.56907	-97.33674	384			KS	173	60125	
7233439	Colonial Estates Mobile Home Park	colonial-estates-mobile-home-park	US		0	America/Chicago	37.56792	-97.55108	424			KS	173	33775	
7233443	Kamar Parkette Trailer Park	kamar-parkette-trailer-park	US		0	America/Chicago	37.69678	-97.22024	422			KS	173	79000	
7233452	Edgerton Mobile Home Park	edgerton-mobile-home-park	US		0	America/Chicago	38.76404	-95.01847	308			KS	091	19825	
7233460	Little River Mobile Home Park	little-river-mobile-home-park	US		0	America/Chicago	37.70756	-97.34728	397			KS	173	79000	
7233461	Perrine Mobile Home Park	perrine-mobile-home-park	US		0	America/Chicago	37.56425	-97.20231	404			KS	173	29300	
7233462	Mathis Mobile Home Park	mathis-mobile-home-park	US		0	America/Chicago	37.8141	-97.37285	409			KS	173	54425	
7233480	Quivira Hills Estates Mobile Home Park	quivira-hills-estates-mobile-home-park	US		0	America/Chicago	39.05074	-94.74532	298			KS	209	36000	
7233481	River Oaks Estates Mobile Home Park	river-oaks-estates-mobile-home-park	US		0	America/Chicago	39.08174	-94.75134	251			KS	209	36000	
7233482	Country Acres Mobile Home Park	country-acres-mobile-home-park	US		0	America/Chicago	37.81715	-97.3006	416			KS	173	36250	
7233502	Dahna Mobile Home Park	dahna-mobile-home-park	US		0	America/Chicago	37.8226	-97.37116	410			KS	173	36250	
7233506	Pacesetter Mobile Home Park	pacesetter-mobile-home-park	US		0	America/Chicago	37.62421	-97.34645	389			KS	173	79000	
7233514	Green Acres Park Mobile Home Park	green-acres-park-mobile-home-park	US		0	America/Chicago	38.96281	-95.69295	311			KS	177	71025	
7233522	De Soto Mobile Home Park	de-soto-mobile-home-park	US		0	America/Chicago	38.97855	-94.96349	245			KS	091	17850	
7233523	Pingleton Mobile Home Park	pingleton-mobile-home-park	US		0	America/Chicago	38.97779	-94.96329	244			KS	091	17850	
7233524	Thompsons Mobile Home Park	thompsons-mobile-home-park	US		0	America/Chicago	37.54429	-97.33467	382			KS	173	62675	
7233547	B And L Mobile Home Park	b-and-l-mobile-home-park	US		0	America/Chicago	38.97921	-94.97468	261			KS	091	17850	
7233557	Perry Plaza Court Mobile Home Park	perry-plaza-court-mobile-home-park	US		0	America/Chicago	39.07902	-95.38898	260			KS	087	36575	
7233563	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/Chicago	37.61917	-97.32326	389			KS	173	79000	
7233565	Min - Rock Village	min-rock-village	US		0	America/Chicago	39.07113	-94.63544	244			KS	209	36000	
7233577	Sycamore Square Mobile Home Park	sycamore-square-mobile-home-park	US		0	America/Chicago	37.61446	-97.35134	389			KS	173	79000	
7233600	Caravan Mobile Park	caravan-mobile-park	US		0	America/Chicago	39.0923	-95.6616	269			KS	177	71000	
7233626	Maple Leaf Mobile Home Park	maple-leaf-mobile-home-park	US		0	America/Chicago	38.78409	-95.1828	327			KS	045	54225	
7233639	Woodmoor Mobile Home Park	woodmoor-mobile-home-park	US		0	America/Chicago	39.28323	-94.92474	252			KS	103	39000	
7233671	Hidden Park Mobile Home Park	hidden-park-mobile-home-park	US		0	America/Chicago	37.75239	-97.35156	403			KS	173	79000	
7233674	Garfield Mobile Home Park	garfield-mobile-home-park	US		0	America/Chicago	39.07979	-95.65868	268			KS	177	71000	
7233675	Stroud Mobile Home Park	stroud-mobile-home-park	US		0	America/Chicago	37.68162	-97.20596	415			KS	173	79000	
7233691	Lifestyle Mobile Home Park	lifestyle-mobile-home-park	US		0	America/Chicago	37.68454	-97.20048	417			KS	173	79000	
7233693	Prairie Hills Mobile Home Park	prairie-hills-mobile-home-park	US		0	America/Chicago	37.68464	-97.2004	417			KS	173	79000	
7233707	Lynwood Acres Mobile Home Park	lynwood-acres-mobile-home-park	US		0	America/Chicago	37.68066	-97.19957	416			KS	173	79000	
7233708	Conestoga Estates Mobile Home Park	conestoga-estates-mobile-home-park	US		0	America/Chicago	38.80818	-94.89661	317			KS	091	25425	
7233715	Young Mobile Home Park	young-mobile-home-park	US		0	America/Chicago	37.59173	-97.32235	386			KS	173	79000	
7233723	Wayne Smith Mobile Home Park	wayne-smith-mobile-home-park	US		0	America/Chicago	37.60949	-97.35346	389			KS	173	79000	
7233737	Circle B Mobile Home Park	circle-b-mobile-home-park	US		0	America/Chicago	37.63454	-97.17943	411			KS	173	29300	
7233743	Park Avenue Estates Mobile Home Park	park-avenue-estates-mobile-home-park	US		0	America/Chicago	37.57048	-97.33656	386			KS	173	60125	
7233874	North Valley Mobile Home Village	north-valley-mobile-home-village	US		0	America/Chicago	39.07662	-95.67694	268			KS	177	71000	
7233878	Mulvane Mobile Home Park	mulvane-mobile-home-park	US		0	America/Chicago	37.46904	-97.22358	379			KS	191	26975	
7233884	Diamond Spur Trailer Court	diamond-spur-trailer-court	US		0	America/Chicago	37.66319	-97.51942	429			KS	173	03125	
7233925	Hometown Santa Barbara Mobile Home Park	hometown-santa-barbara-mobile-home-park	US		0	America/Chicago	38.90766	-94.79302	315			KS	091	52575	
7233931	Browns Mobile Home Park	browns-mobile-home-park	US		0	America/Chicago	37.66537	-97.37328	395			KS	173	79000	
7233936	Wichita Regency Mobile Home Community	wichita-regency-mobile-home-community	US		0	America/Chicago	37.66148	-97.52783	429			KS	173	03125	
7233974	Maple Village Mobile Home Park	maple-village-mobile-home-park	US		0	America/Chicago	37.67968	-97.53786	436			KS	173	03125	
7233983	Brittany Place Mobile Home Park	brittany-place-mobile-home-park	US		0	America/Chicago	39.08626	-95.68779	269			KS	177	71000	
7234048	Meadowood Mobile Home Park	meadowood-mobile-home-park	US		0	America/Chicago	39.08888	-95.69055	270			KS	177	71000	
7234054	Sleepy Hollow Mobile Home Park	sleepy-hollow-mobile-home-park	US		0	America/Chicago	37.65934	-97.39968	395			KS	173	79000	
7234055	Air Capital Mobile Home Park	air-capital-mobile-home-park	US		0	America/Chicago	37.62445	-97.36222	392			KS	173	79000	
7234056	Silver Spur Mobile Home Park	silver-spur-mobile-home-park	US		0	America/Chicago	37.6202	-97.36208	391			KS	173	79000	
7234057	Twin Oaks Estates Mobile Home Park	twin-oaks-estates-mobile-home-park	US		0	America/Chicago	37.62424	-97.36291	392			KS	173	79000	
7234060	Sunflower Trailer Park	sunflower-trailer-park	US		0	America/Chicago	39.04844	-94.65192	260			KS	209	36000	
7234061	Sherwood Acres Mobile Home Park	sherwood-acres-mobile-home-park	US		0	America/Chicago	37.60987	-97.31235	388			KS	173	79000	
7234066	River Oaks Mobile Home Park	river-oaks-mobile-home-park	US		0	America/Chicago	37.59523	-97.31123	385			KS	173	79000	
7234067	Coachlight Village Mobile Home Courts North	coachlight-village-mobile-home-courts-north	US		0	America/Chicago	39.09585	-95.6583	269			KS	177	71000	
7234094	Rolling Meadows Mobile Home Park	rolling-meadows-mobile-home-park	US		0	America/Chicago	37.77757	-97.47154	413			KS	173	54425	
7234099	Edwardsville Mobile Home Village	edwardsville-mobile-home-village	US		0	America/Chicago	39.05882	-94.8262	237			KS	209	20000	
7234146	Oaks Mobile Home Park	oaks-mobile-home-park	US		0	America/Chicago	37.63926	-97.33651	391			KS	173	79000	
7234153	Bonner Springs Estates Mobile Home Park	bonner-springs-estates-mobile-home-park	US		0	America/Chicago	39.05304	-94.89462	237			KS	209	07975	
7234172	Park Place Mobile Home Park	park-place-mobile-home-park	US		0	America/Chicago	37.73985	-97.33759	401			KS	173	79000	
7234178	K and R Mobile Home Park	k-and-r-mobile-home-park	US		0	America/Chicago	37.63409	-97.30134	392			KS	173	79000	
7234179	Englewood Mobile Home Park	englewood-mobile-home-park	US		0	America/Chicago	37.61841	-97.29781	392			KS	173	60125	
7234189	S and L Mobile Home Park	s-and-l-mobile-home-park	US		0	America/Chicago	37.63372	-97.29524	402			KS	173	79000	
7234190	Colonial Mobile Home Park	colonial-mobile-home-park	US		0	America/Chicago	37.63192	-97.29197	406			KS	173	79000	
7234193	Bosworth Mobile Home Park	bosworth-mobile-home-park	US		0	America/Chicago	38.97881	-94.9715	253			KS	091	17850	
7234202	Warsop Mobile Home Park	warsop-mobile-home-park	US		0	America/Chicago	38.97161	-94.97168	245			KS	091	17850	
7234208	Second Addition Mobile Home Park	second-addition-mobile-home-park	US		0	America/Chicago	37.61394	-97.38325	391			KS	173	79000	
7234210	M And R Mobile Home Park	m-and-r-mobile-home-park	US		0	America/Chicago	39.09145	-94.71796	231			KS	209	36000	
7234303	North Ridge Mobile Home Park	north-ridge-mobile-home-park	US		0	America/Chicago	39.07779	-95.60471	261			KS	177	70100	
7234338	Orchard Mobile Home Park	orchard-mobile-home-park	US		0	America/New_York	41.63139	-81.41889	200			OH	085	85484	
7234339	Golfway Pines	golfway-pines	US		0	America/New_York	41.75139	-81.215	196			OH	085	59430	
7234340	James Place	james-place	US		0	America/New_York	41.80611	-81.06	199			OH	085	46494	
7234341	Sands Community	sands-community	US		0	America/New_York	41.79444	-81.10222	206			OH	085	46494	
7234342	Kirtland Mobile Home Park	kirtland-mobile-home-park	US		0	America/New_York	41.60667	-81.34917	281			OH	085	40642	
7234343	Avenues Mobile Estates	avenues-mobile-estates	US		0	America/New_York	41.69639	-81.2825	207			OH	085	59430	
7234344	Courtyard Mobile Home Park	courtyard-mobile-home-park	US		0	America/New_York	41.6225	-81.44194	210			OH	085	85484	
7234345	Fairgrounds Mobile Home Park	fairgrounds-mobile-home-park	US		0	America/New_York	41.70389	-81.27306	205			OH	085	59430	
7234346	Hach's Mobile Home Park	hach-s-mobile-home-park	US		0	America/New_York	41.67861	-81.31167	210			OH	085	49056	
7234347	Perry Mobile Homes	perry-mobile-homes	US		0	America/New_York	41.76556	-81.17889	210			OH	085	61896	
7234348	Arcola Trailer Park	arcola-trailer-park	US		0	America/New_York	41.79917	-81.01639	200			OH	085	46494	
7234349	Eagle Trailer Park	eagle-trailer-park	US		0	America/New_York	41.60694	-81.34444	282			OH	085	40642	
7234350	Johnson Mobile Home Park	johnson-mobile-home-park	US		0	America/New_York	41.61972	-81.45778	200			OH	085	85638	
7234351	Western Reserve Mobile Home Park	western-reserve-mobile-home-park	US		0	America/New_York	41.84111	-81.01139	182			OH	085	46494	
7234352	Mentor Green Mobile Home Park	mentor-green-mobile-home-park	US		0	America/New_York	41.64694	-81.38417	210			OH	085	49056	
7234353	M And K Trailer Park	m-and-k-trailer-park	US		0	America/New_York	41.67639	-81.42889	185			OH	085	23618	
7234354	Springlake Trailer Park	springlake-trailer-park	US		0	America/New_York	41.74139	-81.22972	180			OH	085	59430	
7234423	Cedar Acres Mobile Home Park	cedar-acres-mobile-home-park	US		0	America/New_York	42.55583	-73.59417	142			NY	083	65541	
7234424	Chuckleberry Mobile Home Park	chuckleberry-mobile-home-park	US		0	America/New_York	42.59444	-73.36667	331			NY	083	71102	
7234425	Lakeside Grove Mobile Home Park	lakeside-grove-mobile-home-park	US		0	America/New_York	41.6625	-73.62917	351			NY	027	20819	
7234426	Terrace Haven Mobile Home Park	terrace-haven-mobile-home-park	US		0	America/New_York	42.79361	-73.57222	187			NY	083	10275	
7234427	Diamondwood Estates	diamondwood-estates	US		0	America/New_York	42.89861	-73.49889	159			NY	083	58398	
7234428	Bon Acre	bon-acre	US		0	America/New_York	42.64417	-73.57583	195			NY	083	65013	
7234429	Creekside Mobile Home Park	creekside-mobile-home-park	US		0	America/New_York	42.55472	-73.67833	91			NY	083	65541	
7234430	Pine View Estates	pine-view-estates	US		0	America/New_York	42.79028	-73.66944	13			NY	083	75484	
7234431	Adams Crossing Mobile Home Park	adams-crossing-mobile-home-park	US		0	America/New_York	42.49806	-73.45056	206			NY	021	50452	
7234432	Pine Haven Motor Home Park	pine-haven-motor-home-park	US		0	America/New_York	42.51861	-73.67889	113			NY	083	65541	
7234433	Rivers Mobile Home Park	rivers-mobile-home-park	US		0	America/New_York	42.51139	-73.725	62			NY	083	65541	
7234434	Hudson River Mobile Home Park	hudson-river-mobile-home-park	US		0	America/New_York	42.77417	-73.67889	6			NY	083	75484	
7234435	Rainbow Mobile Home Park	rainbow-mobile-home-park	US		0	America/New_York	42.53333	-73.6075	129			NY	083	65541	
7234553	Brookfield Acres	brookfield-acres	US		0	America/New_York	41.23167	-80.6125	326			OH	155	09190	
7234554	Southington Estates	southington-estates	US		0	America/New_York	41.29667	-80.96583	291			OH	155	73397	
7234555	Villager Mobile Home Park	villager-mobile-home-park	US		0	America/New_York	41.21028	-80.84389	283			OH	155	80906	
7234556	Blue Water Manor	blue-water-manor	US		0	America/New_York	41.16833	-80.9175	282			OH	155	55636	
7234557	Buckeye Mobile Home Park	buckeye-mobile-home-park	US		0	America/New_York	41.20889	-80.75389	264			OH	155	36554	
7234558	Four Seasons Mobile Home Park	four-seasons-mobile-home-park	US		0	America/New_York	41.25528	-80.65889	352			OH	155	80052	
7234559	Midway Mobile Home Park	midway-mobile-home-park	US		0	America/New_York	41.24667	-80.66111	352			OH	155	80052	
7234560	Paul's Trailer Park	paul-s-trailer-park	US		0	America/New_York	41.13972	-80.67917	325			OH	155	43344	
7234561	Westwood Lake Park	westwood-lake-park	US		0	America/New_York	41.17417	-80.8075	266			OH	155	82446	
7234562	Howland Mobile Home Park	howland-mobile-home-park	US		0	America/New_York	41.23917	-80.72694	326			OH	155	36554	
7234563	Imperial Mobile Home Park	imperial-mobile-home-park	US		0	America/New_York	41.14139	-80.88167	304			OH	155	44912	
7234564	Suburban Mobile Home Park	suburban-mobile-home-park	US		0	America/New_York	41.18639	-80.72556	308			OH	155	82446	
7234565	Bel Air Mobile Home Park	bel-air-mobile-home-park	US		0	America/New_York	41.19722	-80.66778	336			OH	155	43344	
7234566	Forest Grove Mobile Home Park	forest-grove-mobile-home-park	US		0	America/New_York	41.26111	-80.7925	288			OH	155	36554	
7234567	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/New_York	41.2975	-80.76417	280			OH	155	04444	
7234568	Stoneybrook Village Mobile Home Park	stoneybrook-village-mobile-home-park	US		0	America/New_York	41.16472	-80.61083	303			OH	155	36596	
7234569	Brentwood Mobile Home Park	brentwood-mobile-home-park	US		0	America/New_York	41.20083	-80.78333	285			OH	155	82446	
7234570	Hillcrest Trailer Court	hillcrest-trailer-court	US		0	America/New_York	41.13944	-80.67722	334			OH	155	43344	
7234571	Lake Park Estates	lake-park-estates	US		0	America/New_York	41.17389	-80.78472	275			OH	155	82446	
7234572	Oak Hill Mobile Home Park	oak-hill-mobile-home-park	US		0	America/New_York	41.21528	-80.78028	305			OH	155	36554	
7234573	Pleasant Park Mobile Home Park	pleasant-park-mobile-home-park	US		0	America/New_York	41.26472	-80.88556	274			OH	155	80906	
7234574	Shady Lane Mobile Home Park	shady-lane-mobile-home-park	US		0	America/New_York	41.2575	-80.79694	283			OH	155	36554	
7234575	Arhaven Estates	arhaven-estates	US		0	America/New_York	41.21611	-80.93417	275			OH	155	08056	
7234576	Somerset 45 Manor	somerset-45-manor	US		0	America/New_York	41.21694	-80.83806	281			OH	155	80906	
7234577	Evergreen Mobile Home Court	evergreen-mobile-home-court	US		0	America/New_York	41.29194	-80.94944	289			OH	155	73397	
7234578	Fowler Mobile Home Court	fowler-mobile-home-court	US		0	America/New_York	41.29556	-80.63722	328			OH	155	28098	
7234579	Grimms Mobile Home Park	grimms-mobile-home-park	US		0	America/New_York	41.16278	-80.64444	332			OH	155	43344	
7234580	Mobile Haven Park	mobile-haven-park	US		0	America/New_York	41.27278	-80.87833	275			OH	155	13470	
7234581	Indian Meadows	indian-meadows	US		0	America/Chicago	43.71528	-87.74389	194			WI	117	72975	
7234582	Sommer's Woodhaven Mobile Home Park	sommer-s-woodhaven-mobile-home-park	US		0	America/Chicago	43.70333	-87.71778	190			WI	117	72975	
7234583	Acacia Falls Mobile Home Court	acacia-falls-mobile-home-court	US		0	America/Chicago	43.74556	-87.81417	219			WI	117	73025	
7234584	Plymouth Country View Estates	plymouth-country-view-estates	US		0	America/Chicago	43.73833	-87.94417	242			WI	117	63700	
7234585	Homewood Manor Mobile Home Community	homewood-manor-mobile-home-community	US		0	America/Chicago	32.37111	-90.16444	90			MS	049		
7234586	Shady Springs Mobile Home Community	shady-springs-mobile-home-community	US		0	America/Chicago	32.30139	-90.32306	89			MS	049		
7234587	Springridge Mobile Estates	springridge-mobile-estates	US		0	America/Chicago	32.32194	-90.32333	97			MS	049		
7234588	Speedway Mobile Home Park	speedway-mobile-home-park	US		0	America/Chicago	32.34194	-90.36139	98			MS	049		
7234589	Dixon Road Mobile Home Park	dixon-road-mobile-home-park	US		0	America/Chicago	32.31917	-90.25222	104			MS	049		
7234590	Gaylyn Terrace	gaylyn-terrace	US		0	America/Chicago	32.32667	-90.26056	106			MS	049		
7234591	Lotts Mobile Home Park	lotts-mobile-home-park	US		0	America/Chicago	32.23833	-90.22278	81			MS	049		
7234592	Meadowood	meadowood	US		0	America/New_York	40.97972	-80.55417	371			OH	099	74124	
7234593	Deer Meadow Mobile Home Park	deer-meadow-mobile-home-park	US		0	America/New_York	40.93083	-80.61194	367			OH	099	74124	
7234594	Tecumseh Village Mobile Home Park	tecumseh-village-mobile-home-park	US		0	America/New_York	40.91389	-81.03861	353			OH	099	72740	
7234595	Lake Milton Mobile Home Park	lake-milton-mobile-home-park	US		0	America/New_York	41.06861	-80.97556	301			OH	099	50638	
7234596	Martin Mobile Home Park	martin-mobile-home-park	US		0	America/New_York	41.05917	-80.6425	338			OH	099	07468	
7234597	Beechwood Mobile Estates	beechwood-mobile-estates	US		0	America/New_York	40.98	-80.6525	349			OH	099	04668	
7234630	Central Mobile Home Park	central-mobile-home-park	US		0	America/New_York	41.1	-80.73833	348			OH	099	03198	
7234631	J And H Mobile Home Park	j-and-h-mobile-home-park	US		0	America/New_York	40.90917	-80.53028	344			OH	099	74124	
7234632	King's Mobile Home Park	king-s-mobile-home-park	US		0	America/New_York	41.08861	-80.52583	345			OH	099	16476	
7234633	Maplecroft Mobile Home Park	maplecroft-mobile-home-park	US		0	America/New_York	40.98417	-80.65139	352			OH	099	04668	
7234634	Shadybrook Mobile Home Park	shadybrook-mobile-home-park	US		0	America/New_York	40.99944	-80.66194	338			OH	099	07468	
7234635	Shepard's Mobile Home Park	shepard-s-mobile-home-park	US		0	America/New_York	41.10111	-80.85917	310			OH	099	37884	
7234636	Birchwood Manor	birchwood-manor	US		0	America/New_York	41.18611	-81.27528	330			OH	133	65606	
7234637	Blackbrook Valley Estates	blackbrook-valley-estates	US		0	America/New_York	41.265	-81.14722	354			OH	133	28742	
7234638	Camelot Village	camelot-village	US		0	America/New_York	41.26389	-81.34056	364			OH	133	75014	
7234639	Village Estate Mobile Home Park	village-estate-mobile-home-park	US		0	America/New_York	41.15667	-81.28333	325			OH	133	65606	
7234640	Fair Acres	fair-acres	US		0	America/New_York	41.16139	-81.20722	341			OH	133	65606	
7234641	Pine Gate Village	pine-gate-village	US		0	America/New_York	41.16944	-81.26167	326			OH	133	65606	
7234642	Maple Del Manor	maple-del-manor	US		0	America/New_York	41.16583	-81.16028	343			OH	133	13610	
7234643	P And M Estates	p-and-m-estates	US		0	America/New_York	41.26278	-81.06	286			OH	133	85960	
7234644	Lakeside Terrace	lakeside-terrace	US		0	America/New_York	41.23528	-81.37194	313			OH	133	75014	
7234645	Summit Mobile Home Park	summit-mobile-home-park	US		0	America/New_York	41.14167	-81.27444	328			OH	133	65606	
7234646	Pine Manor	pine-manor	US		0	America/New_York	41.24472	-81.25278	335			OH	133	71731	
7234647	Evergreen Village	evergreen-village	US		0	America/New_York	41.24361	-81.22889	379			OH	133	71731	
7234679	The Oaks Mobile Home Park	the-oaks-mobile-home-park	US		0	America/New_York	38.23139	-77.4625	67			VA	177		
7234680	Lee's Hill Mobile Home Park	lee-s-hill-mobile-home-park	US		0	America/New_York	38.22722	-77.46417	67	Lee Hill Village Mobile Home Park,Lee's Hill Mobile Home Park		VA	177		
7234681	Troy Oaks Homes	troy-oaks-homes	US		0	America/New_York	41.38194	-81.18694	360			OH	055	77574	
7234682	All Seasons Lake Park	all-seasons-lake-park	US		0	America/New_York	41.04833	-81.08417	328			OH	133	21210	
7234683	Hamlet Park	hamlet-park	US		0	America/New_York	41.15528	-81.21	332			OH	133	65606	
7234684	Valley Hills	valley-hills	US		0	America/New_York	41.11972	-81.2325	331			OH	133	68392	
7234685	West Park Homes	west-park-homes	US		0	America/New_York	41.16194	-81.26556	326			OH	133	65606	
7234686	Countryside Estates	countryside-estates	US		0	America/New_York	41.155	-81.15278	324			OH	133	13610	
7234687	Countrywide Estates	countrywide-estates	US		0	America/New_York	41.03222	-81.14583	350			OH	133	02862	
7234688	Edgewood Mobile Home Park	edgewood-mobile-home-park	US		0	America/New_York	41.15361	-81.155	324			OH	133	13610	
7234689	Randolph Acres Mobile Home Park	randolph-acres-mobile-home-park	US		0	America/New_York	41.03111	-81.26611	346			OH	133	65452	
7234690	Homestead Manor	homestead-manor	US		0	America/New_York	41.27472	-81.07528	305			OH	133	53858	
7234691	Kent Mobile Home Park	kent-mobile-home-park	US		0	America/New_York	41.15556	-81.335	343			OH	133	28392	
7234692	M And M Mobile Home Park	m-and-m-mobile-home-park	US		0	America/New_York	41.19083	-81.28639	326			OH	133	65606	
7234693	Purdys Trailer Park	purdys-trailer-park	US		0	America/New_York	41.23444	-81.04333	295			OH	133	85946	
7234694	Indian Trails	indian-trails	US		0	America/Chicago	42.24556	-88.62556	255			IL	111	46799	
7234695	Royal Oaks Mobile Home Park	royal-oaks-mobile-home-park	US		0	America/Chicago	42.25444	-88.35056	283			IL	111	54495	
7234696	Hi-Way Mobile Home Park	hi-way-mobile-home-park	US		0	America/Chicago	42.42889	-88.61444	289			IL	111	12892	
7234697	Sunset View Mobile Home Park	sunset-view-mobile-home-park	US		0	America/Chicago	42.40944	-88.61472	284			IL	111	21111	
7234698	Breezeway Mobile Manor	breezeway-mobile-manor	US		0	America/New_York	40.855	-80.79556	320			OH	029	69848	
7234699	Southern Terrace Park	southern-terrace-park	US		0	America/New_York	40.88333	-80.70778	335			OH	029	25998	
7234700	Broadway Mobile Home Park	broadway-mobile-home-park	US		0	America/New_York	40.61167	-80.64056	207			OH	029	82740	
7234701	Butler Mobile City	butler-mobile-city	US		0	America/New_York	40.89806	-80.94222	390			OH	029	10562	
7234702	Guilford Lake Estates	guilford-lake-estates	US		0	America/New_York	40.79306	-80.8725	345			OH	029	33264	
7234703	Pleasant Valley Mobile Home Park	pleasant-valley-mobile-home-park	US		0	America/New_York	40.85444	-80.62056	332			OH	029	78890	
7234704	Santa Clara Estates	santa-clara-estates	US		0	America/New_York	40.68611	-80.57972	357			OH	029	69512	
7234705	Farr Hill Mobile Home Park	farr-hill-mobile-home-park	US		0	America/New_York	40.63111	-80.61778	332			OH	029	44226	
7234706	Sunrise Mobile Home Park	sunrise-mobile-home-park	US		0	America/New_York	40.63194	-80.665	336			OH	029	86912	
7234707	Twin Oaks Mobile Village	twin-oaks-mobile-village	US		0	America/New_York	40.7675	-80.75139	309			OH	029	12910	
7234708	Wheat Hill Estates	wheat-hill-estates	US		0	America/New_York	40.82639	-80.53917	334			OH	029	78890	
7234709	C And C Mobile Home Community	c-and-c-mobile-home-community	US		0	America/New_York	40.90278	-80.88222	371			OH	029	61798	
7234710	Lynn Mobile Manor	lynn-mobile-manor	US		0	America/New_York	40.88417	-80.67694	347			OH	029	25998	
7234711	Clearwood Court	clearwood-court	US		0	America/New_York	40.83472	-80.55889	306			OH	029	78890	
7234712	Sunshine Mobile Home Park	sunshine-mobile-home-park	US		0	America/New_York	40.82306	-80.65972	378			OH	029	25998	
7234713	Beaver Creek Mobile Village	beaver-creek-mobile-village	US		0	America/New_York	40.77083	-80.75278	287			OH	029	12910	
7234714	Cline Mobile Park	cline-mobile-park	US		0	America/New_York	40.60833	-80.64722	207			OH	029	82740	
7234715	Coopers Mobile Home Park	coopers-mobile-home-park	US		0	America/New_York	40.60472	-80.6525	208			OH	029	82740	
7234716	Garden City Mobile Home Park	garden-city-mobile-home-park	US		0	America/New_York	40.85306	-80.82472	385			OH	029	69848	
7234717	Glenmoor Trailer Park	glenmoor-trailer-park	US		0	America/New_York	40.66111	-80.62833	333			OH	029	69512	
7234718	Gordon Trailer Park	gordon-trailer-park	US		0	America/New_York	40.59639	-80.67167	293			OH	029	86912	
7234719	Graves Trailer Park	graves-trailer-park	US		0	America/New_York	40.60778	-80.64806	207			OH	029	82740	
7234720	Kam Trailer Park	kam-trailer-park	US		0	America/New_York	40.69583	-80.66417	300			OH	029	46368	
7234721	Salem Mobile Home Park	salem-mobile-home-park	US		0	America/New_York	40.90472	-80.87472	356			OH	029	61798	
7234739	River Valley Estates	river-valley-estates	US		0	America/New_York	40.62722	-83.09889	297			OH	101	47768	
7234740	Wood Valley	wood-valley	US		0	America/New_York	40.61889	-82.97722	302			OH	101	15196	
7234741	Pleasant Acres Mobile Home Park	pleasant-acres-mobile-home-park	US		0	America/New_York	40.52528	-83.13361	299			OH	101	63352	
7234742	Fountain Place Mobile Home Park	fountain-place-mobile-home-park	US		0	America/New_York	40.53167	-83.10167	292			OH	101	63352	
7234743	Harry's Trailer Park	harry-s-trailer-park	US		0	America/New_York	40.5575	-83.11972	302			OH	101	47768	
7234744	Buckeye Trailer Park	buckeye-trailer-park	US		0	America/New_York	40.60722	-83.13083	299			OH	101	47768	
7234745	Twin Oaks Mobile Home Park	twin-oaks-mobile-home-park	US		0	America/New_York	40.60833	-83.12889	298			OH	101	47768	
7234746	Oakland Mobile Home Park	oakland-mobile-home-park	US		0	America/New_York	40.57111	-83.14778	294			OH	101	47768	
7234754	Bass Capital Mobile Home Park	bass-capital-mobile-home-park	US		0	America/New_York	29.38917	-81.50917	15			FL	107		
7234770	Tawas River Trailer Park	tawas-river-trailer-park	US		0	America/Detroit	44.27944	-83.51667	179			MI	069	78140	
7234805	Ausable Mobile Home Village	ausable-mobile-home-village	US		0	America/Detroit	44.41139	-83.33111	179			MI	069	04300	
7234814	Whispering Woods Mobile Home Community	whispering-woods-mobile-home-community	US		0	America/Detroit	44.44139	-83.34944	186			MI	069	61340	
7234815	Oscoda Mobile Home Park	oscoda-mobile-home-park	US		0	America/Detroit	44.46667	-83.33056	183			MI	069	61340	
7234896	Cross Roads	cross-roads	US		840	America/Chicago	33.23065	-97.0019	183			TX	121		
7234910	Meadowood Estates Mobile Home Park	meadowood-estates-mobile-home-park	US		0	America/New_York	40.79	-82.7275	353			OH	033		
7234911	Spring Valley Court	spring-valley-court	US		0	America/New_York	40.73528	-82.8325	333			OH	033	64010	
7234912	Northwood Estates	northwood-estates	US		0	America/New_York	40.82111	-82.985	304			OH	033	10030	
7234913	Pinecrest Mobile Home Park	pinecrest-mobile-home-park	US		0	America/New_York	40.77222	-82.7475	356			OH	033		
7234914	Olentangy Estates	olentangy-estates	US		0	America/New_York	40.72556	-82.80111	350			OH	033	29176	
7234915	River Edge Mobile Park	river-edge-mobile-park	US		0	America/New_York	40.80861	-82.98278	297			OH	033	10030	
7234916	Hill Street Mobile Home Park	hill-street-mobile-home-park	US		0	America/New_York	40.81528	-82.98333	306			OH	033	10030	
7234917	Linden Park	linden-park	US		0	America/New_York	40.82056	-82.97056	306			OH	033	10030	
7234918	Maple Grove Park	maple-grove-park	US		0	America/New_York	40.79694	-82.9625	309			OH	033	10030	
7234919	Mcfarland's Mobile Home Park	mcfarland-s-mobile-home-park	US		0	America/New_York	40.81139	-82.95528	307			OH	033	10030	
7234920	Mobile Manor Park	mobile-manor-park	US		0	America/New_York	40.78917	-82.73167	351			OH	033		
7234921	Waterford Glen	waterford-glen	US		0	America/New_York	40.81472	-82.96556	302			OH	033	10030	
7234922	Weir Mobile Home Park	weir-mobile-home-park	US		0	America/New_York	40.72778	-82.77472	360			OH	033	29176	
7234984	Riverton (historical)	riverton-historical	US		0	America/Detroit	43.905	-86.33889	201	Riverton (historical),Willson's Farm		MI	105	68860	
7234987	Lincoln (historical)	lincoln-historical	US		0	America/Detroit	43.99167	-86.4675	186	Black Creek,Lincoln (historical),Little Sauble		MI	105	36220	
7235000	Retirement Estates	retirement-estates	US		0	America/New_York	42.17694	-76.86861	299			NY	015	06475	
7235001	Collingwood	collingwood	US		0	America/New_York	42.20083	-76.88861	314			NY	015	12947	
7235002	North Star Manufactured Home Community	north-star-manufactured-home-community	US		0	America/New_York	42.02528	-76.78722	433			NY	015	02781	
7235003	Erin Estates	erin-estates	US		0	America/New_York	42.18361	-76.67528	379			NY	015	24636	
7235004	Birchland Park	birchland-park	US		0	America/New_York	42.03472	-76.71	264			NY	015	15077	
7235005	Carriage Estates	carriage-estates	US		0	America/New_York	42.03611	-76.74861	254			NY	015	02781	
7235006	Holly Park Terrace	holly-park-terrace	US		0	America/New_York	42.03139	-76.68722	263			NY	015	15077	
7235007	Pioneer Village	pioneer-village	US		0	America/New_York	42.1725	-76.8275	277			NY	015	35705	
7235008	Rolling Acres Mobile Home Park	rolling-acres-mobile-home-park	US		0	America/New_York	42.23417	-76.84083	272			NY	015	77310	
7235010	Green Valley Mobile Home Park	green-valley-mobile-home-park	US		0	America/New_York	42.06222	-76.80639	264			NY	015	69617	
7235011	Pine Valley Mobile Home Park	pine-valley-mobile-home-park	US		0	America/New_York	42.22	-76.84639	277			NY	015	12947	
7235012	Maplehurst Park	maplehurst-park	US		0	America/New_York	42.185	-76.78806	293			NY	015	35705	
7235013	Brookside Mobile Home Park	brookside-mobile-home-park	US		0	America/New_York	42.05861	-76.79694	262			NY	015	69617	
7235014	Crestwood Mobile Home Park	crestwood-mobile-home-park	US		0	America/New_York	42.18889	-76.66806	394			NY	015	24636	
7235028	Harbourtown Mobile Home Community	harbourtown-mobile-home-community	US		0	America/New_York	41.39306	-82.42944	184			OH	043	79730	
7235029	Bayshore Estates Mobile Home Park	bayshore-estates-mobile-home-park	US		0	America/New_York	41.43944	-82.66639	176			OH	043	70380	
7235030	Vacationland Mobile Home Park	vacationland-mobile-home-park	US		0	America/New_York	41.38028	-82.48361	186			OH	043	05802	
7235031	Darby Place Mobile Home Park	darby-place-mobile-home-park	US		0	America/New_York	41.41472	-82.39222	179			OH	043	79730	
7235032	Greenfield Village Mobile Home Park	greenfield-village-mobile-home-park	US		0	America/New_York	41.43	-82.74361	183			OH	043	47572	
7235033	Hoopers Mobile Home Park	hoopers-mobile-home-park	US		0	America/New_York	41.44083	-82.735	180			OH	043	70380	
7235034	Colonial Villa	colonial-villa	US		0	America/New_York	41.37917	-82.4875	185			OH	043	05802	
7235035	Westview Estates	westview-estates	US		0	America/New_York	41.44	-82.75778	180			OH	043	70380	
7235036	Anchor Mobile Home Park	anchor-mobile-home-park	US		0	America/New_York	41.44194	-82.76167	180			OH	043	70380	
7235037	Baywater Estates	baywater-estates	US		0	America/New_York	41.44111	-82.75528	179			OH	043	70380	
7235038	Holiday Estates	holiday-estates	US		0	America/New_York	41.43167	-82.70861	183			OH	043	61714	
7235039	Portland Court	portland-court	US		0	America/New_York	41.41389	-82.39444	176			OH	043	79730	
7235040	Sunset Point Trailer Park	sunset-point-trailer-park	US		0	America/New_York	41.60028	-82.73056	178			OH	043	39662	
7235079	Pine Hill Mobile Home Park	pine-hill-mobile-home-park	US		0	America/New_York	42.65778	-76.17	347			NY	023	35287	
7235080	Parker Manor	parker-manor	US		0	America/New_York	42.72056	-76.23972	409			NY	023	65915	
7235081	Riverside Manor	riverside-manor	US		0	America/New_York	42.49472	-76.0775	320			NY	023	77596	
7235082	Butternut Park	butternut-park	US		0	America/New_York	42.46972	-76.7575	350			NY	097	33073	
7235084	Fall Creek Parke	fall-creek-parke	US		0	America/New_York	42.4825	-76.38833	306			NY	109	20962	
7235085	Cloverland Park	cloverland-park	US		0	America/New_York	42.32806	-76.59056	494			NY	109	50254	
7235086	College View Trailer Park	college-view-trailer-park	US		0	America/New_York	42.41306	-76.54444	144			NY	109	38088	
7235087	Sandy Creek Mobile Home Park	sandy-creek-mobile-home-park	US		0	America/New_York	42.45361	-76.62694	349			NY	109	24548	
7235088	Shelter Valley Mobile Home Park	shelter-valley-mobile-home-park	US		0	America/New_York	42.36667	-76.55722	163			NY	109	50254	
7235089	Beacon View Village Mobile Home Park	beacon-view-village-mobile-home-park	US		0	America/New_York	42.50694	-76.43139	354			NY	109	20962	
7235090	Congers Mobile Home Park	congers-mobile-home-park	US		0	America/New_York	42.48889	-76.37306	323			NY	109	20962	
7235091	Country Manor Estates	country-manor-estates	US		0	America/New_York	42.49056	-76.39139	326			NY	109	20962	
7235092	Meadowbrook Park	meadowbrook-park	US		0	America/New_York	42.38167	-76.555	154			NY	109	50254	
7235093	Pleasant View Mobile Home Park	pleasant-view-mobile-home-park	US		0	America/New_York	42.475	-76.27472	355			NY	109	20962	
7235095	Aubles Trailer Park	aubles-trailer-park	US		0	America/New_York	42.54611	-76.6775	315			NY	109	75990	
7235096	Hillside Acres Mobile Home Park	hillside-acres-mobile-home-park	US		0	America/New_York	42.45139	-76.44194	293			NY	109	20962	
7235122	Bennington Springs	bennington-springs	US		0	America/New_York	40.38722	-82.83194	328			OH	117	05508	
7235123	Beulah's Mobile Home Park	beulah-s-mobile-home-park	US		0	America/New_York	40.49806	-82.90556	306			OH	117	12098	
7235124	Northgate Mobile Home Park	northgate-mobile-home-park	US		0	America/New_York	40.56778	-82.8225	350			OH	117	30128	
7235125	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/New_York	40.62472	-82.66972	405			OH	117	61980	
7235126	Rainbow Mobile Home Park	rainbow-mobile-home-park	US		0	America/New_York	40.50306	-82.88333	312			OH	117	12098	
7235127	Westview Mobile Home Park	westview-mobile-home-park	US		0	America/New_York	40.55278	-82.84944	329			OH	117	30128	
7235128	Country View Mobile Home Park	country-view-mobile-home-park	US		0	America/New_York	40.67722	-82.84583	332			OH	117	81508	
7235129	Mohawk Mobile Estates	mohawk-mobile-estates	US		0	America/New_York	40.54389	-82.84	324			OH	117	30128	
7235130	Whetstone Trailer Park	whetstone-trailer-park	US		0	America/New_York	40.54389	-82.82889	327			OH	117	30128	
7235131	Heritage Estates	heritage-estates	US		0	America/Chicago	34.58917	-87.06861	188			AL	103		
7235132	C B S Trailer Court	c-b-s-trailer-court	US		0	America/Chicago	34.59556	-87.07917	196			AL	103		
7235133	Caddo Mobile Home Park	caddo-mobile-home-park	US		0	America/Chicago	34.55222	-87.14278	235			AL	079		
7235155	Cherry Lane	cherry-lane	US		0	America/New_York	42.29472	-76.95528	393			NY	097	20676	
7235156	Wildwood Mobile Home Park	wildwood-mobile-home-park	US		0	America/New_York	42.30139	-76.73861	359			NY	097	12914	
7235157	Havana Glen Mobile Home Park	havana-glen-mobile-home-park	US		0	America/New_York	42.33667	-76.83417	145			NY	097	48186	
7235179	Hudson Mobile Home Park	hudson-mobile-home-park	US		0	America/Chicago	33.8725	-87.2925	130			AL	127		
7235180	Madison Mobile Home Park	madison-mobile-home-park	US		0	America/Chicago	33.79722	-87.20444	116			AL	127		
7235181	Oak Hill Mobile Home Park	oak-hill-mobile-home-park	US		0	America/Chicago	33.83167	-87.22222	131			AL	127		
7235182	Pine Tree Trailer Park	pine-tree-trailer-park	US		0	America/Chicago	33.82389	-87.16667	116			AL	127		
7235183	Uptain Mobile Home Park	uptain-mobile-home-park	US		0	America/Chicago	33.85667	-87.2025	140			AL	127		
7235185	Nela Isle Annex (historical)	nela-isle-annex-historical	US		0	America/New_York	28.46424	-81.3476	27			FL	095		
7235186	Canal Addition (historical)	canal-addition-historical	US		0	America/New_York	28.46424	-81.34481	28			FL	095		
7235187	Lake Conway Park (historical)	lake-conway-park-historical	US		0	America/New_York	28.46454	-81.34179	27			FL	095		
7235204	Tamarac Village Mobile Home Park	tamarac-village-mobile-home-park	US		0	America/Detroit	44.00833	-86.45722	187			MI	105	36220	
7235205	Hidden Forest Mobile Home Park	hidden-forest-mobile-home-park	US		0	America/Detroit	43.96	-86.37167	201			MI	105	01980	
7235208	Heritage Hills Mobile Home Park	heritage-hills-mobile-home-park	US		0	America/Detroit	43.89056	-86.4	231			MI	105	77220	
7235252	Holiday Village Mobile Home Park	holiday-village-mobile-home-park	US		0	America/Detroit	43.95333	-86.32222	207			MI	105	01980	
7235254	Oakwood Estates Mobile Home Park	oakwood-estates-mobile-home-park	US		0	America/New_York	42.52028	-76.9675	297			NY	123	70816	
7235315	White Birch Estates Mobile Home Park	white-birch-estates-mobile-home-park	US		0	America/Detroit	43.8625	-85.50722	320			MI	133	67820	
7235316	Youngs Trailer Park	youngs-trailer-park	US		0	America/Detroit	43.86944	-85.50083	312			MI	133	67820	
7235322	Chippewa	chippewa	US		0	America/Detroit	43.87944	-85.10972	315			MI	133	61080	
7235329	Dewing's (historical)	dewing-s-historical	US		0	America/Detroit	44.00278	-85.50167	368	Dewing's (historical),Dewing's Siding		MI	133	47120	
7235404	North Bench	north-bench	US		0	America/Los_Angeles	34.05833	-117.01667	939			CA	071		
7235456	Rustic Hills Mobile Home Park	rustic-hills-mobile-home-park	US		0	America/New_York	41.28056	-82.60556	204			OH	077	57316	
7235457	Willard Mobile Home Park	willard-mobile-home-park	US		0	America/New_York	41.04083	-82.70389	285			OH	077	54712	
7235458	Key Estates	key-estates	US		0	America/New_York	41.25611	-82.6225	213			OH	077	57302	
7235459	Pine Grove Mobile Estates	pine-grove-mobile-estates	US		0	America/New_York	40.95889	-82.65917	331			OH	139	63814	
7235460	Westwood Mobile Estates	westwood-mobile-estates	US		0	America/New_York	41.24806	-82.63278	216			OH	077	57302	
7235461	Woodlyn Acres	woodlyn-acres	US		0	America/New_York	41.03167	-82.44806	326			OH	077	32382	
7235462	Coble Village	coble-village	US		0	America/New_York	41.04417	-82.69111	289			OH	077	54712	
7235463	Eastowne Mobile Home Estates	eastowne-mobile-home-estates	US		0	America/New_York	41.24917	-82.60361	220			OH	077	57302	
7235464	Huron Valley Mobile Home Park	huron-valley-mobile-home-park	US		0	America/New_York	41.02389	-82.68222	287			OH	077	54712	
7235465	Branchwood Estates	branchwood-estates	US		0	America/New_York	41.10056	-82.61333	284			OH	077	26040	
7235466	Sheefel Mobile Home Park	sheefel-mobile-home-park	US		0	America/New_York	41.25306	-82.39306	265			OH	077	80472	
7235467	Mansard Du Lac	mansard-du-lac	US		0	America/Chicago	41.59278	-87.25472	200			IN	089	34132	
7235468	Colfax Mobile Home Park	colfax-mobile-home-park	US		0	America/Chicago	41.55417	-87.41083	184			IN	089	09820	
7235469	Gentle Manor Estates	gentle-manor-estates	US		0	America/Chicago	41.42194	-87.3475	215			IN	089	11476	
7235470	Sheffield Estates	sheffield-estates	US		0	America/Chicago	41.64806	-87.51611	178			IN	089	54414	
7235471	Bremerton Mobile Home Park	bremerton-mobile-home-park	US		0	America/Chicago	41.53194	-87.41028	192			IN	089	09820	
7235472	Cedar Lake Mobile Home Park	cedar-lake-mobile-home-park	US		0	America/Chicago	41.37556	-87.44417	221			IN	089	31252	
7235473	Gerry Park	gerry-park	US		0	America/Chicago	41.56833	-87.40611	184			IN	089	09820	
7235474	IXL Mobile Home Park	ixl-mobile-home-park	US		0	America/Chicago	41.56389	-87.40167	182			IN	089	09820	
7235475	Melody Lane Mobile Home Park	melody-lane-mobile-home-park	US		0	America/Chicago	41.55278	-87.40694	186			IN	089	09820	
7235476	Oakwood Mobile Home Park	oakwood-mobile-home-park	US		0	America/Chicago	41.24861	-87.46611	214			IN	089	82574	
7235477	Circle Mobile Home Park	circle-mobile-home-park	US		0	America/Chicago	41.56417	-87.27333	186			IN	089	34132	
7235478	Duneland Village of Gary	duneland-village-of-gary	US		0	America/Chicago	41.59722	-87.25861	189			IN	089	09820	
7235479	Hillcrest Manufactured Housing Community	hillcrest-manufactured-housing-community	US		0	America/Chicago	41.55028	-87.38028	187			IN	089	09820	
7235480	Ridge Road Mobile Home Community	ridge-road-mobile-home-community	US		0	America/Chicago	41.55028	-87.38194	187			IN	089	09820	
7235481	Colonial Mobile Home Park	colonial-mobile-home-park	US		0	America/Chicago	41.54944	-87.39222	189			IN	089	09820	
7235482	Fortyone Ranch Mobile Home Park	fortyone-ranch-mobile-home-park	US		0	America/Chicago	41.38889	-87.475	223			IN	089	31252	
7235483	Anderson Mobile Home Park	anderson-mobile-home-park	US		0	America/Chicago	41.57417	-87.42722	186			IN	089	09820	
7235484	Avenue Mobile Home Park	avenue-mobile-home-park	US		0	America/Chicago	41.53222	-87.37	196			IN	089	09820	
7235485	Bonfiglio's Mobile Home Park	bonfiglio-s-mobile-home-park	US		0	America/Chicago	41.59722	-87.46194	181			IN	089	54414	
7235486	Char-el Mobile Home Park	char-el-mobile-home-park	US		0	America/Chicago	41.55056	-87.40194	188			IN	089	09820	
7235487	Glenview Mobile Home Park	glenview-mobile-home-park	US		0	America/Chicago	41.54944	-87.39361	189			IN	089	09820	
7235488	Honeysuckle Mobile Home Park	honeysuckle-mobile-home-park	US		0	America/Chicago	41.52917	-87.39806	195			IN	089	09820	
7235489	Ideal Mobile Home Court	ideal-mobile-home-court	US		0	America/Chicago	41.55611	-87.41194	183			IN	089	09820	
7235490	Kings Mobile Home Court	kings-mobile-home-court	US		0	America/Chicago	41.54972	-87.40639	189			IN	089	09820	
7235491	Mount Street Mobile Home Park	mount-street-mobile-home-park	US		0	America/Chicago	41.57222	-87.39889	184			IN	089	09820	
7235492	Noble Mobile Home Park	noble-mobile-home-park	US		0	America/Chicago	41.60472	-87.38417	182			IN	089	09820	
7235493	Paragon Mobile Home Park	paragon-mobile-home-park	US		0	America/Chicago	41.61667	-87.51083	180			IN	089	54414	
7235494	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/Chicago	41.565	-87.29278	180			IN	089	34132	
7235495	Ross Mobile Home Park	ross-mobile-home-park	US		0	America/Chicago	41.53194	-87.36917	195			IN	089	09820	
7235496	Sunshine Seven Mobile Home Park	sunshine-seven-mobile-home-park	US		0	America/Chicago	41.56861	-87.40889	184			IN	089	09820	
7235497	Village Mobile Home Park	village-mobile-home-park	US		0	America/Chicago	41.54889	-87.36	189			IN	089	09820	
7235692	Whispering Sands Mobile Home Court	whispering-sands-mobile-home-court	US		0	America/Chicago	41.55222	-87.07139	203			IN	127	43362	
7235693	Liberty Farm Mobile Home Park	liberty-farm-mobile-home-park	US		0	America/Chicago	41.54778	-87.05278	235			IN	127	43362	
7235694	Camelot Manor Estates	camelot-manor-estates	US		0	America/Chicago	41.545	-87.21611	190			IN	127	61110	
7235695	Apple Valley Estates	apple-valley-estates	US		0	America/Chicago	41.29111	-87.31083	204			IN	089	19306	
7235696	Meadowview Mobile Home Park	meadowview-mobile-home-park	US		0	America/Chicago	41.5525	-87.14	196			IN	127	61110	
7235697	Shadyside Mobile Home Court	shadyside-mobile-home-court	US		0	America/Chicago	41.61639	-87.14194	187			IN	127	82484	
7235698	Williamsburg Manor	williamsburg-manor	US		0	America/Chicago	41.4475	-87.01722	232			IN	127	80954	
7235699	Woodland Village	woodland-village	US		0	America/Chicago	41.59194	-87.19222	189			IN	127	61110	
7235700	Marine Drive Mobile Home Park	marine-drive-mobile-home-park	US		0	America/Chicago	41.59639	-87.19417	184			IN	127	61110	
7235701	Rainbow Mobile Home Park	rainbow-mobile-home-park	US		0	America/Chicago	41.60889	-87.10972	195			IN	127	82484	
7235702	Forest Oaks	forest-oaks	US		0	America/Chicago	41.56611	-87.09722	197			IN	127	43362	
7235703	Salt Creek Estates	salt-creek-estates	US		0	America/Chicago	41.60028	-87.14806	195			IN	127	61110	
7235704	Gas Lite Mobile Home Park	gas-lite-mobile-home-park	US		0	America/Chicago	41.32333	-87.19778	211			IN	127	06580	
7235705	Dons Mobile Home Park	dons-mobile-home-park	US		0	America/Chicago	41.59139	-87.20139	186			IN	127	61110	
7235707	Acres of Shade Mobile Home Park	acres-of-shade-mobile-home-park	US		0	America/New_York	35.03722	-85.18722	214			TN	065		
7235708	Whispering Pines Mobile Home Park	whispering-pines-mobile-home-park	US		0	America/New_York	35.03222	-85.19389	204			TN	065		
7235709	Fair Meadows Mobile Home Park	fair-meadows-mobile-home-park	US		0	America/New_York	35.17361	-85.255	209			TN	065		
7235710	Grindstone Estates	grindstone-estates	US		0	America/New_York	35.06333	-85.02917	265			TN	065		
7235711	Ardis Mobile Home Park	ardis-mobile-home-park	US		0	America/New_York	35.18556	-85.24806	208			TN	065		
7235712	Ponderosa Pines	ponderosa-pines	US		0	America/New_York	35.05972	-85.1075	283			TN	065		
7235713	Tall Pines Mobile Home Park	tall-pines-mobile-home-park	US		0	America/New_York	35.23278	-85.20194	212			TN	065		
7235714	Country Oaks Estates	country-oaks-estates	US		0	America/New_York	35.21528	-85.15861	244			TN	065		
7235715	Hidden Hills Estates	hidden-hills-estates	US		0	America/New_York	35.23694	-85.16	261			TN	065		
7235716	Mountain Shade Mobile Home Park	mountain-shade-mobile-home-park	US		0	America/New_York	35.25694	-85.185	251			TN	065		
7235717	Armstrong Trailer Park	armstrong-trailer-park	US		0	America/New_York	35.01861	-85.37278	209			TN	065		
7235719	Clarks Mobile Home Park	clarks-mobile-home-park	US		0	America/New_York	35.04417	-85.28861	204			TN	065		
7235721	Green Gables Mobile Home Park	green-gables-mobile-home-park	US		0	America/New_York	35.30222	-85.14694	218			TN	065		
7235722	Harrison Trailer Park	harrison-trailer-park	US		0	America/New_York	35.34222	-85.13	219			TN	065		
7235723	J And B Mobile Home Park	j-and-b-mobile-home-park	US		0	America/New_York	35.28083	-85.155	217			TN	065		
7235724	Jones Mobile Home Park	jones-mobile-home-park	US		0	America/New_York	35.01861	-85.37278	209			TN	065		
7235725	Mimosa Trailer Park	mimosa-trailer-park	US		0	America/New_York	35.22556	-85.21722	214			TN	065		
7235726	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/New_York	35.055	-85.04028	246			TN	065		
7235727	Riggs Trailer Park	riggs-trailer-park	US		0	America/New_York	35.02639	-85.19583	206			TN	065		
7235728	Tall Oaks Mobile Home Park	tall-oaks-mobile-home-park	US		0	America/New_York	35.05028	-85.10528	299			TN	065		
7235729	Webb Trailer Court	webb-trailer-court	US		0	America/New_York	35.15111	-85.27222	234			TN	065		
7235845	Apple Creek Mobile Home Community	apple-creek-mobile-home-community	US		0	America/Chicago	46.76389	-100.68667	534			ND	015	02780	
7235846	Mister Bs Estates	mister-bs-estates	US		0	America/Chicago	46.83444	-100.73444	534			ND	015	07200	
7235847	North Valley Park	north-valley-park	US		0	America/Chicago	46.84972	-100.76444	544			ND	015	07200	
7235848	Sky Way Mobile Home Park	sky-way-mobile-home-park	US		0	America/Chicago	46.78917	-100.77611	499			ND	015	07200	
7235849	Tatley Meadows	tatley-meadows	US		0	America/Chicago	46.77667	-100.79694	499			ND	015	07200	
7235850	Colonial Estates	colonial-estates	US		0	America/Chicago	46.79222	-100.77	499			ND	015	07200	
7235851	Hay Creek Court	hay-creek-court	US		0	America/Chicago	46.85	-100.75861	547			ND	015	07200	
7235852	Hillcrest Acres	hillcrest-acres	US		0	America/Chicago	46.81056	-100.70333	519			ND	015	30140	
7235853	Holiday Park	holiday-park	US		0	America/Chicago	46.8	-100.77944	499			ND	015	07200	
7235854	Stardust Terrace	stardust-terrace	US		0	America/Chicago	46.79861	-100.77278	500			ND	015	07200	
7235855	Chance Mobile Home Park	chance-mobile-home-park	US		0	America/Chicago	46.80778	-100.755	519			ND	015	07200	
7235856	Evas Mobile Home Court	evas-mobile-home-court	US		0	America/Chicago	46.8075	-100.76556	514			ND	015	07200	
7235857	Hi-loh Mobile Park	hi-loh-mobile-park	US		0	America/Chicago	46.80139	-100.77944	502			ND	015	07200	
7235858	Parkview Estates	parkview-estates	US		0	America/Chicago	46.80389	-100.79944	499			ND	015	07200	
7235859	Terrace Heights Mobile Home Park	terrace-heights-mobile-home-park	US		0	America/Chicago	46.80667	-100.75306	512			ND	015	07200	
7235871	Frontier Homesteads	frontier-homesteads	US		0	America/North_Dakota/New_Salem	46.82611	-100.87389	500			ND	059	49900	
7235872	Kens Mobile Home Park	kens-mobile-home-park	US		0	America/North_Dakota/New_Salem	46.82417	-100.87528	500			ND	059	49900	
7235873	El Rancho Mobile Home Park	el-rancho-mobile-home-park	US		0	America/North_Dakota/New_Salem	46.82222	-100.88806	500			ND	059	49900	
7235874	Twin City Estates	twin-city-estates	US		0	America/North_Dakota/New_Salem	46.81972	-100.845	502			ND	059	49900	
7235875	Wildwood Mobile Home Park	wildwood-mobile-home-park	US		0	America/North_Dakota/New_Salem	46.82056	-100.87778	501			ND	059	49900	
7235876	Meadow Park	meadow-park	US		0	America/North_Dakota/New_Salem	46.81944	-100.88806	500			ND	059	49900	
7235891	Pikewood Manor	pikewood-manor	US		0	America/New_York	41.39472	-82.12167	215			OH	093	25256	
7235892	Brookside Mobile Home Park	brookside-mobile-home-park	US		0	America/New_York	41.18028	-82.21361	248			OH	093	82656	
7235893	Erie West Mobile Home Park	erie-west-mobile-home-park	US		0	America/New_York	41.43917	-82.24194	181			OH	093	44856	
7235894	Twin Lakes Homes	twin-lakes-homes	US		0	America/New_York	41.35389	-82.15056	234			OH	093	25256	
7235895	West Ridge Green	west-ridge-green	US		0	America/New_York	41.35778	-82.1525	235			OH	093	25256	
7235896	Clearview Mobile Park	clearview-mobile-park	US		0	America/New_York	41.43167	-82.16722	206			OH	093	44856	
7235897	Colonial Oaks	colonial-oaks	US		0	America/New_York	41.33889	-82.10306	228			OH	093	25256	
7235898	Wellington Mobile Home Park	wellington-mobile-home-park	US		0	America/New_York	41.17972	-82.21861	257			OH	093	82656	
7235899	Westwoods Mobile Home Park	westwoods-mobile-home-park	US		0	America/New_York	41.39472	-82.24972	227			OH	093	01812	
7235900	Ridgewood Mobile Home Park	ridgewood-mobile-home-park	US		0	America/New_York	41.39056	-82.00778	221			OH	093	56966	
7235901	Abbe Road Trailer Park	abbe-road-trailer-park	US		0	America/New_York	41.37667	-82.07722	222			OH	093	25256	
7235902	Gibsons Mobile Home Park	gibsons-mobile-home-park	US		0	America/New_York	41.38611	-81.97472	235			OH	093	56966	
7235903	Harry's Mobile Home Park	harry-s-mobile-home-park	US		0	America/New_York	41.44361	-82.23278	181			OH	093	44856	
7235904	Lakeshore Mobile Homes	lakeshore-mobile-homes	US		0	America/New_York	41.45722	-82.20778	182			OH	093	44856	
7235905	Riverview Mobile Home Park	riverview-mobile-home-park	US		0	America/New_York	41.36306	-82.11361	218			OH	093	25256	
7235906	Shoreway Mobile Home Park	shoreway-mobile-home-park	US		0	America/New_York	41.44944	-82.2175	184			OH	093	44856	
7235907	Smith's Mobile Home Park	smith-s-mobile-home-park	US		0	America/New_York	41.19528	-82.2175	251			OH	093	82656	
7235924	Hanford Del Arroyo Estates	hanford-del-arroyo-estates	US		0	America/Los_Angeles	36.345	-119.6325	77			CA	031		
7235925	Kings Mobile Home Estates	kings-mobile-home-estates	US		0	America/Los_Angeles	36.31472	-119.78889	70			CA	031		
7235926	Sierra Vista Mobile Estates	sierra-vista-mobile-estates	US		0	America/Los_Angeles	36.345	-119.63417	76			CA	031		
7235927	Tara Mobile Estates	tara-mobile-estates	US		0	America/Los_Angeles	36.34139	-119.66472	76			CA	031		
7235928	Whitley Manor Mobile Home Park	whitley-manor-mobile-home-park	US		0	America/Los_Angeles	36.09639	-119.57778	61			CA	031		
7235929	Bel Air Mobile Home Park	bel-air-mobile-home-park	US		0	America/Los_Angeles	36.31417	-119.65389	75			CA	031		
7235930	El Dorado Mobile Home Park	el-dorado-mobile-home-park	US		0	America/Los_Angeles	36.33278	-119.81056	69			CA	031		
7235931	Four Seasons Mobile And Recreational Vehicle Park	four-seasons-mobile-and-recreational-vehicle-park	US		0	America/Los_Angeles	36.32917	-119.68778	74			CA	031		
7235932	Magnolia Gardens Mobile Home Park	magnolia-gardens-mobile-home-park	US		0	America/Los_Angeles	36.30389	-119.77667	70			CA	031		
7235954	Sabina Manor Estates	sabina-manor-estates	US		0	America/New_York	39.48333	-83.63083	318			OH	027	66642	
7235955	Blanchester Mobile Home Park	blanchester-mobile-home-park	US		0	America/New_York	39.29889	-83.97889	297			OH	027	47670	
7235956	Emerald Pines Mobile Home Park	emerald-pines-mobile-home-park	US		0	America/New_York	39.32833	-83.695	339			OH	027	31710	
7235957	McMahan's Mobile Home Park	mcmahan-s-mobile-home-park	US		0	America/New_York	39.40944	-83.81389	323			OH	027	78302	
7235958	Pine Hills Mobile Home Park	pine-hills-mobile-home-park	US		0	America/New_York	39.44444	-83.87611	313			OH	027	78302	
7235959	White's Mobile Home Park	white-s-mobile-home-park	US		0	America/New_York	39.41944	-83.84111	318			OH	027	85792	
7235960	Town And Country Estates	town-and-country-estates	US		0	America/New_York	39.4425	-83.85083	311			OH	027	85792	
7235961	Rolfe Mobile Home Park	rolfe-mobile-home-park	US		0	America/New_York	39.48972	-83.64444	317			OH	027	66642	
7235962	Bayview Heights	bayview-heights	US		0	America/Chicago	42.95667	-89.285	268			WI	025	21125	
7235963	Evergreen Park Mobile Home Park	evergreen-park-mobile-home-park	US		0	America/Chicago	43.17	-89.07306	261			WI	025	49575	
7235964	Highland Manor	highland-manor	US		0	America/Chicago	43.02889	-89.35778	276			WI	025	48000	
7235965	Madison Mobile Home Park	madison-mobile-home-park	US		0	America/Chicago	43.03944	-89.38694	298			WI	025	48025	
7235966	Oak Park Terrace	oak-park-terrace	US		0	America/Chicago	43.13361	-89.35306	274			WI	025	48000	
7235967	Dons Mobile Manor	dons-mobile-manor	US		0	America/Chicago	43.15306	-89.52556	290			WI	025	75875	
7235968	Breezy Knoll	breezy-knoll	US		0	America/Chicago	43.00861	-88.96639	268			WI	055	59125	
7235969	Country Manor Estates	country-manor-estates	US		0	America/Indiana/Indianapolis	39.55278	-86.37611	208			IN	109	08344	
7235970	Echo Lake Mobile Home Community	echo-lake-mobile-home-community	US		0	America/Indiana/Indianapolis	39.61333	-86.44278	236			IN	109	50400	
7235971	Spring Valley Mobile Home Park	spring-valley-mobile-home-park	US		0	America/Indiana/Indianapolis	39.41361	-86.4175	183			IN	109	80846	
7235972	Laveianan Court	laveianan-court	US		0	America/Indiana/Indianapolis	39.4075	-86.41917	184			IN	109	80846	
7235973	Frakers Mobile Home Court	frakers-mobile-home-court	US		0	America/Indiana/Indianapolis	39.40778	-86.42028	184			IN	109	80846	
7235974	McClures Mobile Home Park	mcclures-mobile-home-park	US		0	America/Indiana/Indianapolis	39.3975	-86.55778	177			IN	109	63144	
7235975	Wooded Hills Mobile Home Park	wooded-hills-mobile-home-park	US		0	America/Indiana/Indianapolis	39.44361	-86.45861	248			IN	109	38088	
7235976	Four J's Mobile Home Park	four-j-s-mobile-home-park	US		0	America/Indiana/Indianapolis	39.61389	-86.38278	207			IN	109	08344	
7235977	Maple Grove Village Mobile Home Park	maple-grove-village-mobile-home-park	US		0	America/Indiana/Indianapolis	39.46444	-86.32111	204			IN	109	29196	
7235978	Hick's Mobile Home Park	hick-s-mobile-home-park	US		0	America/Indiana/Indianapolis	39.42917	-86.43667	181			IN	109	80846	
7236021	Pines Mobile Home Park	pines-mobile-home-park	US		0	America/Detroit	43.70444	-86.37917	208			MI	127	36940	
7236057	Lakewood Mobile Home Park	lakewood-mobile-home-park	US		0	America/Detroit	43.7875	-86.42722	186			MI	127	63560	
7236121	Key Mobile Home Court	key-mobile-home-court	US		0	America/Detroit	43.98472	-84.35611	218			MI	051	37300	
7236138	Greenbriar Village Mobile Home Park	greenbriar-village-mobile-home-park	US		0	America/Detroit	43.99278	-84.4975	243			MI	051	32320	
7236148	Lakeview Village Mobile Home Park	lakeview-village-mobile-home-park	US		0	America/Detroit	43.88056	-84.50139	221			MI	051	06660	
7236153	Pleasant Beach Mobile Home Park	pleasant-beach-mobile-home-park	US		0	America/Detroit	43.84389	-84.33611	208			MI	051	08360	
7236196	Cove Mobile Villa	cove-mobile-villa	US		0	America/Los_Angeles	41.65833	-122.59222	853			CA	093		
7236197	Cal-ore Trail Mobile Estates	cal-ore-trail-mobile-estates	US		0	America/Los_Angeles	41.40389	-122.37972	1123			CA	093		
7236198	Cascade Sun Mobile Home Estates	cascade-sun-mobile-home-estates	US		0	America/Los_Angeles	41.72528	-122.5325	774			CA	093		
7236199	Horizon Hills Mobile Home Park	horizon-hills-mobile-home-park	US		0	America/Los_Angeles	41.72722	-122.53417	771			CA	093		
7236200	Indian Creek Trailer Park	indian-creek-trailer-park	US		0	America/Los_Angeles	41.80472	-123.37889	387			CA	093		
7236201	Nickels Mobile Park	nickels-mobile-park	US		0	America/Los_Angeles	41.71889	-122.64056	809			CA	093		
7236202	Oak Ridge Mobile Estates	oak-ridge-mobile-estates	US		0	America/Los_Angeles	41.71639	-122.64972	844			CA	093		
7236203	Oaks Mobile Home And Recreational Vehicle Park	oaks-mobile-home-and-recreational-vehicle-park	US		0	America/Los_Angeles	41.835	-122.85194	530			CA	093		
7236204	Ranch Mobile Home Park	ranch-mobile-home-park	US		0	America/Los_Angeles	41.685	-122.63361	851			CA	093		
7236205	Riverwood Mobile Home Estates	riverwood-mobile-home-estates	US		0	America/Los_Angeles	41.1875	-122.2825	666			CA	093		
7236206	Rodney's Mobile Park	rodney-s-mobile-park	US		0	America/Los_Angeles	41.3075	-122.77278	989			CA	093		
7236207	Warmcastle Mobile Home Park	warmcastle-mobile-home-park	US		0	America/Los_Angeles	41.21806	-122.14833	917			CA	093		
7236208	Willow Glenn Mobile Home Park	willow-glenn-mobile-home-park	US		0	America/Los_Angeles	39.52194	-122.23278	45			CA	021		
7236209	Ideal Mobile Home Park	ideal-mobile-home-park	US		0	America/Los_Angeles	39.74111	-122.00361	45			CA	021		
7236381	Mill Creek Estates	mill-creek-estates	US		0	America/New_York	42.425	-75.14222	328			NY	077	55629	
7236382	Barnes Trailer Park	barnes-trailer-park	US		0	America/New_York	42.34444	-75.2725	344			NY	025	67345	
7236383	Hartwick Heights Mobile Home Park	hartwick-heights-mobile-home-park	US		0	America/New_York	42.68083	-75.02583	463			NY	077	32589	
7236384	Oneida Village Mobile Home Park	oneida-village-mobile-home-park	US		0	America/New_York	42.44861	-75.10583	336			NY	077	54892	
7236385	Paige Mobile Home Park	paige-mobile-home-park	US		0	America/New_York	42.67056	-75.00528	447			NY	077	32589	
7236460	Shadow Lake Village	shadow-lake-village	US		0	America/New_York	39.40306	-84.31	208			OH	165	77868	
7236461	Mason Mobile Home Park	mason-mobile-home-park	US		0	America/New_York	39.33917	-84.33833	264			OH	165	48188	
7236462	Smitty's Trailer Court	smitty-s-trailer-court	US		0	America/New_York	39.50472	-84.33556	225			OH	017	49840	
7236463	Shawnee Mobile Home Court	shawnee-mobile-home-court	US		0	America/New_York	39.34944	-84.32333	250			OH	165	48188	
7236464	Poe's Trailer Park	poe-s-trailer-park	US		0	America/New_York	39.355	-84.10056	251			OH	165	69988	
7236465	San Je Village	san-je-village	US		0	America/New_York	39.35583	-84.0975	258			OH	165	69988	
7236466	Usrey Mobile Home Park	usrey-mobile-home-park	US		0	America/New_York	39.40667	-84.07389	296			OH	165	81690	
7236487	Harrison Mobile Home Estates	harrison-mobile-home-estates	US		0	America/Detroit	44.00917	-84.79528	348			MI	035	36800	
7236488	Withi Trailer Park	withi-trailer-park	US		0	America/Detroit	44.03389	-84.81194	358			MI	035	37340	
7236510	Meadows of Farwell Mobile Home Park	meadows-of-farwell-mobile-home-park	US		0	America/Detroit	43.84	-84.85833	285			MI	035	77580	
7236554	Pleasant Valley Mobile Home Park	pleasant-valley-mobile-home-park	US		0	America/Detroit	43.82333	-84.78139	-1			MI	035	15920	
7236555	Ruby's Mobile Home Park	ruby-s-mobile-home-park	US		0	America/Detroit	43.83417	-84.76889	266			MI	035	34220	
7236589	Briarwood Estates Mobile Home Park	briarwood-estates-mobile-home-park	US		0	America/New_York	40.80417	-82.59278	391			OH	139	74128	
7236590	Ashfield Estates Mobile Home Park	ashfield-estates-mobile-home-park	US		0	America/New_York	40.79167	-82.44222	369			OH	139	50092	
7236591	Clearfork Mobile Home Park	clearfork-mobile-home-park	US		0	America/New_York	40.60472	-82.46361	337			OH	139	38794	
7236592	Madison City Mobile Home Park	madison-city-mobile-home-park	US		0	America/New_York	40.77556	-82.47194	398			OH	139	46578	
7236593	Midpoint Woods	midpoint-woods	US		0	America/New_York	40.77833	-82.54028	392			OH	139		
7236594	Carefree Estates	carefree-estates	US		0	America/New_York	40.89306	-82.65111	336			OH	139	71830	
7236595	Pin Oak Mobile Home Park	pin-oak-mobile-home-park	US		0	America/New_York	40.91028	-82.47306	361			OH	139	10646	
7236596	Greenfield Estates Mobile Home Park	greenfield-estates-mobile-home-park	US		0	America/New_York	40.74583	-82.48889	351			OH	139		
7236597	Forest Hills Mobile Park	forest-hills-mobile-park	US		0	America/New_York	40.76556	-82.48778	390			OH	139	46578	
7236598	Hillside Mobile Home Park	hillside-mobile-home-park	US		0	America/New_York	40.79806	-82.43972	353			OH	139	50092	
7236599	Shelby Mobile Home Park	shelby-mobile-home-park	US		0	America/New_York	40.88917	-82.65306	337			OH	139	71830	
7236600	Woodside Estates Mobile Home Park	woodside-estates-mobile-home-park	US		0	America/New_York	40.77833	-82.5625	392			OH	139		
7236601	Colonial Hills	colonial-hills	US		0	America/New_York	40.78028	-82.48639	394			OH	139	46578	
7236602	Fairview Mobile Home Park	fairview-mobile-home-park	US		0	America/New_York	40.75722	-82.4725	375			OH	139	46578	
7236603	Shady Lane Mobile Home Park	shady-lane-mobile-home-park	US		0	America/New_York	40.76056	-82.4525	409			OH	139	50092	
7236604	Hidden Valley Mobile Home Park	hidden-valley-mobile-home-park	US		0	America/New_York	40.76222	-82.45667	406			OH	139	46578	
7236605	Capri Mobile Home Park	capri-mobile-home-park	US		0	America/New_York	40.90833	-82.65806	326			OH	139	63814	
7236606	Dale Avenue Mobile Home Park	dale-avenue-mobile-home-park	US		0	America/New_York	40.75056	-82.51111	392			OH	139		
7236607	Ken-mar Mobile Home Park	ken-mar-mobile-home-park	US		0	America/New_York	40.74861	-82.50694	385			OH	139		
7236608	Sunnyview	sunnyview	US		0	America/New_York	40.76944	-82.56667	398			OH	139		
7236637	Kingston (historical)	kingston-historical	US		0	America/Los_Angeles	36.42361	-119.69361	76	Kings River Station,Kingston (historical),Whitmore's Ferry		CA	031		
7236648	Volunteer Village	volunteer-village	US		0	America/New_York	35.98139	-84.155	343			TN	093		
7236649	Halls And Powell Mobile Home Park	halls-and-powell-mobile-home-park	US		0	America/New_York	36.05639	-83.97667	312			TN	093		
7236650	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/New_York	35.96306	-84.06056	344			TN	093		
7236651	Plantation Acres Mobile Home Park	plantation-acres-mobile-home-park	US		0	America/New_York	36.08	-83.77639	297			TN	093		
7236652	Rifle Range Estates	rifle-range-estates	US		0	America/New_York	36.05222	-83.94194	341			TN	093		
7236653	Northridge Estates	northridge-estates	US		0	America/New_York	36.05861	-83.92944	328			TN	093		
7236654	Cumberland View Mobile Home Park	cumberland-view-mobile-home-park	US		0	America/New_York	36.00833	-84.10556	349			TN	093		
7236655	Lovell Road Mobile Home Park	lovell-road-mobile-home-park	US		0	America/New_York	35.91694	-84.15222	300			TN	093		
7236657	Grand Oaks	grand-oaks	US		0	America/New_York	36.02694	-84.06472	345			TN	093		
7236658	Beaver Creek Estates	beaver-creek-estates	US		0	America/New_York	35.97944	-84.15333	327			TN	093		
7236659	Tillery Drive Mobile Home Park	tillery-drive-mobile-home-park	US		0	America/New_York	36.00306	-83.965	320			TN	093		
7236660	Concord Trailer Park	concord-trailer-park	US		0	America/New_York	35.88083	-84.12361	288			TN	093		
7236661	Dogwood Mobile Home Park	dogwood-mobile-home-park	US		0	America/New_York	36.00833	-83.99167	343			TN	093		
7236662	Eagles Landing Mobile Home Park	eagles-landing-mobile-home-park	US		0	America/New_York	35.92611	-84.11778	293			TN	093		
7236663	Fults Trailer Park	fults-trailer-park	US		0	America/New_York	36.01417	-83.98806	360			TN	093		
7236664	Holston Mobile Home Park	holston-mobile-home-park	US		0	America/New_York	36.00278	-83.865	280			TN	093		
7236665	Karns Mobile Home Kort	karns-mobile-home-kort	US		0	America/New_York	35.96833	-84.11694	301			TN	093		
7236666	Pinewood Trailer Park	pinewood-trailer-park	US		0	America/New_York	36.00917	-83.99278	348			TN	093		
7236667	Piney Grove Mobile Home Park	piney-grove-mobile-home-park	US		0	America/New_York	35.94278	-84.04111	317			TN	093		
7236668	Sites Mobile Home Park	sites-mobile-home-park	US		0	America/New_York	36.0225	-84.05611	327			TN	093		
7236669	Spur Trailer Park	spur-trailer-park	US		0	America/New_York	35.95472	-83.96139	268			TN	093		
7236670	Twi-lite Zone Mobile Home Park	twi-lite-zone-mobile-home-park	US		0	America/New_York	36.02472	-84.08444	330			TN	093		
7236671	West Knoxville Mobile Park	west-knoxville-mobile-park	US		0	America/New_York	35.93528	-84.12417	343			TN	093		
7236719	Park Hills Crossing	park-hills-crossing	US		0	America/New_York	39.77778	-84.01333	275			OH	057	04220	
7236720	Spring Valley Estates	spring-valley-estates	US		0	America/New_York	39.6175	-84.04111	228			OH	057	75201	
7236721	Fairborn Mobile Home Park	fairborn-mobile-home-park	US		0	America/New_York	39.83583	-84.00944	281			OH	057	04220	
7236722	Pinewood Village	pinewood-village	US		0	America/New_York	39.70028	-83.93528	277			OH	057	86772	
7236723	Waynetta Mobile Home Park	waynetta-mobile-home-park	US		0	America/New_York	39.705	-83.97222	247			OH	057	86786	
7236724	Sherman's Trailer Park	sherman-s-trailer-park	US		0	America/New_York	39.75056	-84.11194	282			OH	113	67468	
7236725	Wright Patterson Mobile Home Park	wright-patterson-mobile-home-park	US		0	America/New_York	39.76778	-84.11694	242			OH	113	67468	
7238057	Weston Lakes	weston-lakes	US		2589	America/Chicago	29.68324	-95.93571	31			TX	157		
7238101	Chippewa Hills Trailer Court	chippewa-hills-trailer-court	US		0	America/Detroit	43.16	-85.14611	259			MI	117	27180	
7238130	Lake Lodge Mobile Home Village	lake-lodge-mobile-home-village	US		0	America/New_York	40.41917	-80.75444	365			OH	081	69876	
7238134	Canellas Park	canellas-park	US		0	America/New_York	40.37583	-80.72	335			OH	081	19484	
7238137	Duvall's Trailer Park	duvall-s-trailer-park	US		0	America/New_York	40.2675	-80.62389	211			OH	081	82698	
7238138	Ekey Trailer Park	ekey-trailer-park	US		0	America/New_York	40.52	-80.62889	206			OH	081	40866	
7238139	Moores Trailer Park	moores-trailer-park	US		0	America/New_York	40.26667	-80.62472	212			OH	081	82698	
7238140	Pleasant Hills Mobile Home Park	pleasant-hills-mobile-home-park	US		0	America/New_York	40.41833	-80.65389	352			OH	081	37534	
7238147	Havenview Mobile Home Court	havenview-mobile-home-court	US		0	America/Detroit	43.73472	-85.50583	293			MI	107	34760	
7238148	Forest Hills Mobile Home Park	forest-hills-mobile-home-park	US		0	America/Detroit	43.67556	-85.48056	309			MI	107	08320	
7238149	Circle Drive Mobile Home Park	circle-drive-mobile-home-park	US		0	America/Detroit	43.64722	-85.45139	274			MI	107	08320	
7238150	College Park Mobile Village	college-park-mobile-village	US		0	America/Detroit	43.71306	-85.48056	282			MI	107	08300	
7238151	Big Rapids Mobile Home Court	big-rapids-mobile-home-court	US		0	America/Detroit	43.70833	-85.47222	283			MI	107	08300	
7238194	Country Mobile Home Park	country-mobile-home-park	US		0	America/Detroit	43.78333	-85.50139	287			MI	107	34760	
7238210	Holiday Terrace Mobile Home Park	holiday-terrace-mobile-home-park	US		0	America/Detroit	43.67333	-85.24583	322			MI	107	52060	
7238213	Hunters Creek Estates Mobile Home Park	hunters-creek-estates-mobile-home-park	US		0	America/Detroit	43.66944	-85.32361	328			MI	107	52060	
7238285	Hideout	hideout	US		718	America/Denver	40.63804	-111.41076	1885			UT	051		
7238361	Lake Frederick	lake-frederick	US		0	America/New_York	39.04317	-78.16165	206			VA	069		
7238518	Admiralty Mobile Home Court	admiralty-mobile-home-court	US		0	America/New_York	36.77121	-76.34058	3			VA	550		
7238519	Americana Park East Mobile Home Park	americana-park-east-mobile-home-park	US		0	America/New_York	37.16048	-76.55141	12			VA	700		
7238520	Barnes Trailer Park	barnes-trailer-park	US		0	America/New_York	36.78133	-76.33353	3			VA	550		
7238521	Bayview Mobile Home Park	bayview-mobile-home-park	US		0	America/New_York	36.91704	-76.22531	4			VA	710		
7238522	Blairs Creek Mobile Home Park	blairs-creek-mobile-home-park	US		0	America/New_York	36.98617	-76.67114	23			VA	093		
7238523	Bloxom Trailer Court	bloxom-trailer-court	US		0	America/New_York	37.03658	-76.2965	1			VA	650		
7238524	Buckroe Mobile Home Park	buckroe-mobile-home-park	US		0	America/New_York	37.0439	-76.29852	1			VA	650		
7238525	Cappahosic Estates Mobile Home Park	cappahosic-estates-mobile-home-park	US		0	America/New_York	37.39519	-76.60796	24			VA	073		
7238526	Casterton Trailer Park	casterton-trailer-park	US		0	America/New_York	36.91629	-76.25781	4			VA	710		
7238527	Central Trailer Park	central-trailer-park	US		0	America/New_York	36.88383	-76.25161	2			VA	710		
7238528	Chesapeake Mobile Home Park	chesapeake-mobile-home-park	US		0	America/New_York	36.7876	-76.33598	2			VA	550		
7238529	Clyde's Dale Mobile Community	clyde-s-dale-mobile-community	US		0	America/New_York	36.84481	-76.75544	21			VA	093		
7238530	Collards Mobile Home Park	collards-mobile-home-park	US		0	America/New_York	37.15588	-76.54936	12			VA	700		
7238531	Colonial Run Mobile Home Park	colonial-run-mobile-home-park	US		0	America/New_York	36.88736	-76.18466	6			VA	810		
7238532	Colonial Trailer Court	colonial-trailer-court	US		0	America/New_York	37.16919	-76.47306	14			VA	199		
7238533	Colony Mobile Home Park	colony-mobile-home-park	US		0	America/New_York	36.84215	-75.98935	4			VA	810		
7238534	Country Aire Mobile Home Park	country-aire-mobile-home-park	US		0	America/New_York	37.21366	-77.36736	35			VA	730		
7238535	County View Mobile Court	county-view-mobile-court	US		0	America/New_York	36.83807	-76.15059	4			VA	810		
7238536	Daugherty Trailer Court	daugherty-trailer-court	US		0	America/New_York	36.91937	-76.1984	3			VA	710		
7238537	Debman's Mobile Home Park	debman-s-mobile-home-park	US		0	America/New_York	37.00333	-76.40095	6			VA	650		
7238538	Denbigh Mobile Home Park	denbigh-mobile-home-park	US		0	America/New_York	37.13523	-76.53125	7			VA	700		
7238539	Derby Run Mobile Home Park	derby-run-mobile-home-park	US		0	America/New_York	36.79711	-76.00681	4			VA	810		
7238540	Dreamland Mobile Home Park	dreamland-mobile-home-park	US		0	America/New_York	37.72705	-75.66363	14			VA	001		
7238541	Earl Hall Mobile Home Park	earl-hall-mobile-home-park	US		0	America/New_York	37.13177	-76.81026	36			VA	181		
7238542	Edmonds Corner Mobile Home Park	edmonds-corner-mobile-home-park	US		0	America/New_York	36.78977	-76.25774	5			VA	550		
7238543	El Dorado Trailer Park	el-dorado-trailer-park	US		0	America/New_York	36.91898	-76.19219	3			VA	710		
7238544	Elmwood Mobile Home Park	elmwood-mobile-home-park	US		0	America/New_York	37.03733	-76.34838	1			VA	650		
7238545	Geneva Mobile Home Park	geneva-mobile-home-park	US		0	America/New_York	36.78767	-76.33739	2			VA	550		
7238546	Gordons Trailer Court	gordons-trailer-court	US		0	America/New_York	37.03752	-76.29294	1			VA	650		
7238547	Grafton Mobile Home Park	grafton-mobile-home-park	US		0	America/New_York	37.14734	-76.46514	16			VA	199		
7238548	Heath Trailer Park	heath-trailer-park	US		0	America/New_York	37.34111	-76.76472	32			VA	095		
7238549	Heritage Mobile Home Park	heritage-mobile-home-park	US		0	America/New_York	37.21026	-76.61017	18			VA	095		
7238550	Hilton Village Mobile Home Park	hilton-village-mobile-home-park	US		0	America/New_York	37.03015	-76.45676	8			VA	700		
7238551	Hogshires Trailer Court	hogshires-trailer-court	US		0	America/New_York	36.91467	-76.23555	4			VA	710		
7238552	Homecrest Mobile Home Park	homecrest-mobile-home-park	US		0	America/New_York	36.78295	-76.26876	4			VA	550		
7238553	Jones Creek Landing Mobile Home Park	jones-creek-landing-mobile-home-park	US		0	America/New_York	36.97306	-76.55828	5			VA	093		
7238554	Lakeside Manufactured Home Community	lakeside-manufactured-home-community	US		0	America/New_York	36.92352	-76.69074	24			VA	093		
7238555	Laurelwoods Estates Mobile Home Park	laurelwoods-estates-mobile-home-park	US		0	America/New_York	37.49795	-76.63563	24			VA	073		
7238556	Leland Duck's Trailer Park	leland-duck-s-trailer-park	US		0	America/New_York	36.83165	-76.76273	24			VA	093		
7238557	Loweman Court Trailer Park	loweman-court-trailer-park	US		0	America/New_York	37.16799	-76.46021	12			VA	199		
7238558	Magnolia Lakes Mobile Home Park	magnolia-lakes-mobile-home-park	US		0	America/New_York	36.75057	-76.543	7			VA	800		
7238559	McMilan Mobile Home Park	mcmilan-mobile-home-park	US		0	America/New_York	36.769	-76.28694	1			VA	550		
7238560	Midway Mobile Home Park	midway-mobile-home-park	US		0	America/New_York	36.77748	-76.26578	4			VA	550		
7238755	Mobile Towne Mobile Home Park	mobile-towne-mobile-home-park	US		0	America/New_York	37.50527	-77.49057	67			VA	760		
7238756	Nasa Mobile Home Park	nasa-mobile-home-park	US		0	America/New_York	37.93634	-75.50376	8			VA	001		
7238757	Oak Shades Mobile Home Park	oak-shades-mobile-home-park	US		0	America/New_York	37.15775	-77.29091	43			VA	149		
7238758	Oaks Mobile Estates	oaks-mobile-estates	US		0	America/New_York	36.78335	-76.79432	19			VA	093		
7238759	Oakwood Mobile Home Park	oakwood-mobile-home-park	US		0	America/New_York	37.90021	-76.87103	9			VA	057		
7238760	Ocean Pines Mobile Home Park	ocean-pines-mobile-home-park	US		0	America/New_York	36.79501	-76.02596	5			VA	810		
7238761	Outlaw Mobile Home Park	outlaw-mobile-home-park	US		0	America/New_York	36.82138	-76.50616	6			VA	800		
7238762	Parkview Mobile Home Court	parkview-mobile-home-court	US		0	America/New_York	37.00929	-76.4391	6			VA	700		
7238763	Pine Ridge Mobile Home Court	pine-ridge-mobile-home-court	US		0	America/New_York	37.21609	-77.25725	41			VA	149		
7238764	Pine Ridge Mobile Home Park	pine-ridge-mobile-home-park	US		0	America/New_York	37.66837	-75.76185	10			VA	001		
7238765	Pooles Mobile Home Park	pooles-mobile-home-park	US		0	America/New_York	37.08176	-76.71208	19			VA	181		
7238766	Porter Mobile Home Park	porter-mobile-home-park	US		0	America/New_York	37.16036	-76.56692	11			VA	700		
7238767	Princess Anne Mobile Home Park	princess-anne-mobile-home-park	US		0	America/New_York	36.91868	-76.19522	3			VA	710		
7238768	R and H Mobile Court	r-and-h-mobile-court	US		0	America/New_York	36.78388	-76.25496	5			VA	550		
7238769	R and L Mobile Home Park	r-and-l-mobile-home-park	US		0	America/New_York	37.29787	-76.51774	12			VA	073		
7238770	Red Oaks Mobile Community	red-oaks-mobile-community	US		0	America/New_York	36.94278	-76.59384	17			VA	093		
7238771	Riverside Estates Mobile Home Park	riverside-estates-mobile-home-park	US		0	America/New_York	37.87532	-76.85364	11			VA	057		
7238772	Seaside Mobile Village	seaside-mobile-village	US		0	America/New_York	36.84121	-75.99059	4			VA	810		
7238773	Stoney's Mobile Home Park	stoney-s-mobile-home-park	US		0	America/New_York	36.77261	-76.28531	1			VA	550		
7238774	Sturbridge Village Mobile Home Park	sturbridge-village-mobile-home-park	US		0	America/New_York	36.77741	-76.27451	2			VA	550		
7238775	Sulik Mobile Home Court	sulik-mobile-home-court	US		0	America/New_York	37.1781	-76.48064	13			VA	199		
7238776	Tapo Mobile Park	tapo-mobile-park	US		0	America/New_York	36.79825	-76.07261	1			VA	810		
7238777	Torrey Pines Mobile Home Park	torrey-pines-mobile-home-park	US		0	America/New_York	37.1559	-76.54908	11			VA	700		
7238778	Trailer Acres Mobile Home Park	trailer-acres-mobile-home-park	US		0	America/New_York	36.79525	-76.34188	3			VA	740		
7238779	Triangle Trailer Courts	triangle-trailer-courts	US		0	America/New_York	36.84143	-75.99069	4			VA	810		
7238780	Twin Ponds Mobile Home Park	twin-ponds-mobile-home-park	US		0	America/New_York	36.82391	-76.74198	24			VA	093		
7238781	Waterview Mobile Home Park	waterview-mobile-home-park	US		0	America/New_York	37.32133	-76.4751	1			VA	073		
7238782	Wedgewood Mobile Homes Park	wedgewood-mobile-homes-park	US		0	America/New_York	36.8329	-76.14527	4			VA	810		
7238783	Wicomico Mobile Village	wicomico-mobile-village	US		0	America/New_York	37.29381	-76.51628	12			VA	073		
7238784	Wilson Trailer Court	wilson-trailer-court	US		0	America/New_York	37.04592	-76.34731	3			VA	650		
7238785	Windsor Manor Mobile Home Park	windsor-manor-mobile-home-park	US		0	America/New_York	36.81431	-76.74754	24			VA	093		
7238786	Woodland Park Mobile Home Park	woodland-park-mobile-home-park	US		0	America/New_York	37.73852	-75.63721	10			VA	001		
7238787	Woodshire Mobile Home Park	woodshire-mobile-home-park	US		0	America/New_York	36.76985	-76.33404	3			VA	550		
7238788	Worsham Trailer Park	worsham-trailer-park	US		0	America/New_York	37.48923	-77.4905	66			VA	760		
7238789	Yates Mobile Home Park	yates-mobile-home-park	US		0	America/New_York	37.08565	-76.40113	3			VA	650		
7239285	Alleyton (historical)	alleyton-historical	US		0	America/Detroit	43.54111	-85.78806	253	Alley's Town,Alleyton (historical)		MI	123	26700	
7239448	Brookhaven Estates Mobile Home Park	brookhaven-estates-mobile-home-park	US		0	America/Detroit	43.41278	-85.78667	234			MI	123	57080	
7239449	Four Seasons Trailer Park	four-seasons-trailer-park	US		0	America/Detroit	43.49083	-85.61111	255			MI	123	08280	
7239464	Wierenga's Hess Lake Mobile Home Park	wierenga-s-hess-lake-mobile-home-park	US		0	America/Detroit	43.39611	-85.78056	235			MI	123	11060	
7239465	Lake Forest Mobile Home Park	lake-forest-mobile-home-park	US		0	America/Detroit	43.38222	-85.77778	240			MI	123	11060	
7239472	Hill's Mobile Home Park	hill-s-mobile-home-park	US		0	America/Detroit	43.46306	-85.96111	236			MI	123	30700	
7239497	Country View Estates Mobile Home Park	country-view-estates-mobile-home-park	US		0	America/Detroit	43.47278	-85.96889	252			MI	123	30700	
7239498	Meadowview Village Mobile Home Park	meadowview-village-mobile-home-park	US		0	America/Detroit	43.46583	-85.96556	239			MI	123	30700	
7239680	Hidden Cove Mobile Home Park	hidden-cove-mobile-home-park	US		0	America/New_York	41.41194	-81.50056	325			OH	035	04920	
7239681	Euclid Beach Mobile Home Park	euclid-beach-mobile-home-park	US		0	America/New_York	41.58194	-81.565	182			OH	035	16000	
7239682	Libby Aurora Mobile Home Park	libby-aurora-mobile-home-park	US		0	America/New_York	41.41722	-81.51222	323			OH	035	04920	
7239683	Applecreek Village	applecreek-village	US		0	America/New_York	41.35278	-81.49556	319			OH	035	57750	
7239684	Brook Park Mobile Home Park	brook-park-mobile-home-park	US		0	America/New_York	41.41972	-81.77028	239			OH	035	16000	
7239685	Ideal Mobile Home Park	ideal-mobile-home-park	US		0	America/New_York	41.41972	-81.70389	237			OH	035	16000	
7239687	Miller Mobile Homes	miller-mobile-homes	US		0	America/New_York	41.45111	-81.74306	225			OH	035	16000	
7239688	Olmsted Trailer Park	olmsted-trailer-park	US		0	America/New_York	41.37028	-81.92111	237			OH	035	58408	
7239689	Evergreen Manor	evergreen-manor	US		0	America/New_York	41.40833	-81.49389	322			OH	035	04920	
7239690	Glenwillow Mobile Home Park	glenwillow-mobile-home-park	US		0	America/New_York	41.37333	-81.48778	287			OH	035	30632	
7239691	The Willows	the-willows	US		0	America/New_York	41.0375	-81.415	338			OH	153	74130	
7239692	M And C Mobile Village	m-and-c-mobile-village	US		0	America/New_York	41.02361	-81.62278	307			OH	153	03828	
7239693	Gaslight Village Mobile Home Park	gaslight-village-mobile-home-park	US		0	America/New_York	41.09833	-81.46444	325			OH	153	76106	
7239694	Indian Springs Mobile Home Park	indian-springs-mobile-home-park	US		0	America/New_York	41.19444	-81.57556	221			OH	153	19778	
7239695	White House Park	white-house-park	US		0	America/New_York	41.05056	-81.43639	341			OH	153	01000	
7239696	Nimisila Mobile Home Park	nimisila-mobile-home-park	US		0	America/New_York	40.9525	-81.51778	314			OH	153		
7239697	Oak Leaf Mobile Home Park	oak-leaf-mobile-home-park	US		0	America/New_York	41.17861	-81.50694	323			OH	153	19778	
7239698	Sandy Beach Trailer Park	sandy-beach-trailer-park	US		0	America/New_York	40.98389	-81.52028	312			OH	153		
7239699	Stow Mobile Home Village	stow-mobile-home-village	US		0	America/New_York	41.16167	-81.43472	338			OH	153	74944	
7239700	Ellet Heights Mobile Home Park	ellet-heights-mobile-home-park	US		0	America/New_York	41.04611	-81.42333	340			OH	153	74130	
7239701	Frank's Mobile Home Park	frank-s-mobile-home-park	US		0	America/New_York	41.0375	-81.43361	329			OH	153	74130	
7239702	Lakeside Mobile Park	lakeside-mobile-park	US		0	America/New_York	41.01944	-81.55139	297			OH	153	19036	
7239703	Ledgewood Mobile Home Park	ledgewood-mobile-home-park	US		0	America/New_York	41.3425	-81.50722	315			OH	153	45976	
7239704	Sunset Mobile Home Park	sunset-mobile-home-park	US		0	America/New_York	41.02667	-81.63556	319			OH	153	57260	
7239729	Mayfield Mobile Home Park	mayfield-mobile-home-park	US		0	America/New_York	40.97472	-81.45444	347			OH	153		
7239730	Rex Hill Mobile Home Park	rex-hill-mobile-home-park	US		0	America/New_York	40.98306	-81.56333	308			OH	153	54562	
7239731	Trailer Village	trailer-village	US		0	America/New_York	41.10639	-81.48861	320			OH	153	01000	
7239732	Barberton Trailer Park (historical)	barberton-trailer-park-historical	US		0	America/New_York	41.03278	-81.58111	295			OH	153	03828	
7239733	Bear's Mobile Home Park	bear-s-mobile-home-park	US		0	America/New_York	41.03528	-81.42972	329			OH	153	74130	
7239734	Boal's Trailer Park	boal-s-trailer-park	US		0	America/New_York	41.0425	-81.42083	349			OH	153	74130	
7239735	Comet Trailer Park	comet-trailer-park	US		0	America/New_York	40.92056	-81.53306	301			OH	153		
7239736	Coventry Estates	coventry-estates	US		0	America/New_York	41.01361	-81.49306	314			OH	153	19036	
7239737	Derby Downs	derby-downs	US		0	America/New_York	41.02972	-81.46278	338			OH	153	01000	
7239738	Highland Mobile Home Park	highland-mobile-home-park	US		0	America/New_York	41.05111	-81.41889	338			OH	153	74130	
7239739	Midway Trailer Court	midway-trailer-court	US		0	America/New_York	41.20806	-81.49194	313			OH	153	07776	
7239740	Nemes Trailer Park	nemes-trailer-park	US		0	America/New_York	41.03361	-81.5275	295			OH	153	01000	
7239741	Plaza Trailer Court	plaza-trailer-court	US		0	America/New_York	41.02361	-81.4225	342			OH	153	41454	
7239742	Shamrock Trailer Park	shamrock-trailer-park	US		0	America/New_York	41.02556	-81.61222	292			OH	153	03828	
7239792	Clovesville	clovesville	US		0	America/New_York	42.1586	-74.55352	442	Cloverville,Clovesville,Covesville		NY	025	47031	
7239834	Rainbow Park	rainbow-park	US		0	America/New_York	35.05778	-81.9775	288			SC	083		
7239835	Stone Haven Mobile Home Park	stone-haven-mobile-home-park	US		0	America/New_York	34.91611	-81.88972	218			SC	083		
7239836	Converse Road Mobile Home Park	converse-road-mobile-home-park	US		0	America/New_York	35.00417	-81.84667	222			SC	083		
7239837	Galloway Trailer Park	galloway-trailer-park	US		0	America/New_York	34.94278	-82.13556	256			SC	083		
7239838	Anchor Mobile Home Park	anchor-mobile-home-park	US		0	America/New_York	34.98667	-81.99472	269			SC	083		
7239839	Chelsea Mobile Home Park	chelsea-mobile-home-park	US		0	America/New_York	34.90194	-81.97944	240			SC	083		
7239840	Cokes Ridge Mobile Home Park	cokes-ridge-mobile-home-park	US		0	America/New_York	34.92639	-82.13722	245			SC	083		
7239841	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/New_York	34.89889	-81.97944	238			SC	083		
7239842	Diamond J Mobile Home Park	diamond-j-mobile-home-park	US		0	America/New_York	35.05	-81.91556	273			SC	083		
7239843	Frady's Mobile Home Park	frady-s-mobile-home-park	US		0	America/New_York	34.99389	-81.97389	258			SC	083		
7239844	Gaines Mobile Home Park	gaines-mobile-home-park	US		0	America/New_York	35.04583	-82.06472	291			SC	083		
7239845	Heatherwood Mobile Home Park	heatherwood-mobile-home-park	US		0	America/New_York	34.87583	-81.95583	212			SC	083		
7239846	Lakewood Mobile Home Park	lakewood-mobile-home-park	US		0	America/New_York	34.98611	-81.91778	243			SC	083		
7239847	McGreegor Downs	mcgreegor-downs	US		0	America/New_York	35.04722	-81.89944	246			SC	083		
7239848	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/New_York	35.03	-82.08972	270			SC	083		
7239849	Oasis Trailer Park	oasis-trailer-park	US		0	America/New_York	34.88917	-81.94389	210			SC	083		
7239850	Palmetto West Mobile Home Park	palmetto-west-mobile-home-park	US		0	America/New_York	34.95194	-82.01583	251			SC	083		
7239851	Pinebrook Mobile Home Community	pinebrook-mobile-home-community	US		0	America/New_York	35.00694	-81.97833	252			SC	083		
7239852	Reynolds Mobile Home Park	reynolds-mobile-home-park	US		0	America/New_York	35.11056	-81.84639	263			SC	083		
7239853	Thorn Ridge Mobile Home Park	thorn-ridge-mobile-home-park	US		0	America/New_York	35.01167	-81.98083	251			SC	083		
7239854	Wellford Estates	wellford-estates	US		0	America/New_York	34.96389	-82.0625	252			SC	083		
7239855	Whitlock Park	whitlock-park	US		0	America/New_York	35.03278	-81.86556	254			SC	083		
7239856	Oakwood Village	oakwood-village	US		0	America/New_York	39.59222	-84.245	279	Village of Oakwood		OH	113	49392	
7239857	Brookville Lakes Estates	brookville-lakes-estates	US		0	America/New_York	39.85278	-84.37306	301			OH	113	15518	
7239858	McMahan Mobile Home Park	mcmahan-mobile-home-park	US		0	America/New_York	39.79806	-84.12333	237			OH	113	67468	
7239859	New Lebanon Mobile Home Park	new-lebanon-mobile-home-park	US		0	America/New_York	39.74667	-84.39278	281			OH	113	61966	
7239860	Sunny Acres Mobile Home Park	sunny-acres-mobile-home-park	US		0	America/New_York	39.82278	-84.16056	230			OH	113	21000	
7239861	Pineview Estates	pineview-estates	US		0	America/New_York	39.67028	-84.28444	219			OH	113	49392	
7239862	Shady Acres Mobile Home Court	shady-acres-mobile-home-court	US		0	America/New_York	39.7325	-84.39389	280			OH	113	37912	
7239863	Shady Lawn Mobile Park	shady-lawn-mobile-park	US		0	America/New_York	39.79667	-84.19111	227			OH	113	33922	
7239864	Voyager Village West	voyager-village-west	US		0	America/New_York	39.74972	-84.35444	274			OH	113	77504	
7239865	Woods Mobile Home Park	woods-mobile-home-park	US		0	America/New_York	39.76139	-84.1325	264			OH	113	21000	
7239866	Gem City Estates	gem-city-estates	US		0	America/New_York	39.71222	-84.22167	221			OH	113	52010	
7239867	Maple Grove Mobile Home Park	maple-grove-mobile-home-park	US		0	America/New_York	39.62583	-84.29472	212			OH	113	49392	
7239868	Crown Village Mobile Park	crown-village-mobile-park	US		0	America/New_York	39.80083	-84.12111	240			OH	113	67468	
7239869	Harmony Mobile Home Park	harmony-mobile-home-park	US		0	America/New_York	39.67667	-84.23722	219			OH	113	83090	
7239870	Cains Mobile Home Park	cains-mobile-home-park	US		0	America/New_York	39.70278	-84.20528	232			OH	113	52010	
7239871	Castlewood Trailer Court	castlewood-trailer-court	US		0	America/New_York	39.80667	-84.21583	242			OH	113	33922	
7239872	Circle Z Mobile Home Park	circle-z-mobile-home-park	US		0	America/New_York	39.72444	-84.21556	223			OH	113	52010	
7239873	Hide A Way Mobile Home Park	hide-a-way-mobile-home-park	US		0	America/New_York	39.68722	-84.21306	225			OH	113	52010	
7239874	Ideal Mobile Home Park	ideal-mobile-home-park	US		0	America/New_York	39.62306	-84.29444	208			OH	113	49392	
7239875	Lamme-Moraine Mobile Home Park	lamme-moraine-mobile-home-park	US		0	America/New_York	39.68889	-84.21222	227			OH	113	52010	
7239876	Laws Mobile Home Park	laws-mobile-home-park	US		0	America/New_York	39.78917	-84.14167	235			OH	113	67468	
7239877	Catalpa Grove Mobile Home Park	catalpa-grove-mobile-home-park	US		0	America/New_York	39.78972	-84.27194	241			OH	113	77504	
7239878	Avondale Trailer Court	avondale-trailer-court	US		0	America/New_York	39.79611	-84.15889	234			OH	113	21000	
7239879	Timberlane Mobile Village	timberlane-mobile-village	US		0	America/New_York	39.81222	-84.19639	245			OH	113	33922	
7239880	Drive In Mobile Home Park	drive-in-mobile-home-park	US		0	America/New_York	39.79528	-84.13167	236			OH	113	67468	
7239881	Four Oaks Mobile Home Park	four-oaks-mobile-home-park	US		0	America/New_York	39.78861	-84.14306	234			OH	113	67468	
7239882	Keenan Avenue Mobile Home Park	keenan-avenue-mobile-home-park	US		0	America/New_York	39.80556	-84.19	237			OH	113	33922	
7239883	Linda's Web Mobile Home Park	linda-s-web-mobile-home-park	US		0	America/New_York	39.71111	-84.23694	219			OH	113	21000	
7239884	Deerpark Village	deerpark-village	US		0	America/New_York	39.78417	-84.25028	255			OH	113	21000	
7239885	Woodland Hills Mobile Home Park	woodland-hills-mobile-home-park	US		0	America/New_York	39.8075	-84.18806	244			OH	113	33922	
7239886	American Trailer Park	american-trailer-park	US		0	America/New_York	39.71	-84.23722	219			OH	113	21000	
7239887	Dixie View Trailer Park	dixie-view-trailer-park	US		0	America/New_York	39.79194	-84.19139	228			OH	113	33922	
7239888	Main Meadows Mobile Home Park	main-meadows-mobile-home-park	US		0	America/New_York	39.79833	-84.305	251			OH	113	77504	
7239889	Shook's Riverside Mobile Home Park	shook-s-riverside-mobile-home-park	US		0	America/New_York	39.67639	-84.23694	219			OH	113	83090	
7239972	Circle J Park	circle-j-park	US		0	America/Chicago	35.51444	-86.08278	329			TN	031		
7239973	Manchester Mobile Home Park	manchester-mobile-home-park	US		0	America/Chicago	35.54778	-86.08722	325			TN	031		
7239974	Southgate Park	southgate-park	US		0	America/Chicago	35.34472	-86.19722	322			TN	031		
7239975	White Oak Trailer Park	white-oak-trailer-park	US		0	America/Chicago	35.37528	-86.19028	322			TN	031		
7239977	Shady Grove Mobile Home Park	shady-grove-mobile-home-park	US		0	America/Chicago	35.45	-86.03639	329			TN	031		
7239979	Summitville Trailer Park	summitville-trailer-park	US		0	America/Chicago	35.54694	-85.98611	326			TN	031		
7240042	Collins Station (historical)	collins-station-historical	US		0	America/New_York	37.06201	-83.80322	266			KY	051		
7240052	Flatwoods (historical)	flatwoods-historical	US		0	America/New_York	37.15483	-83.76685	313			KY	051		
7240059	Gray Fork (historical)	gray-fork-historical	US		0	America/New_York	37.17021	-83.83803	266			KY	051		
7240074	Lebanon (historical)	lebanon-historical	US		0	America/New_York	37.14643	-83.90485	315			KY	051		
7240090	Upper Horse Creek (historical)	upper-horse-creek-historical	US		0	America/New_York	37.07572	-83.85923	297			KY	051		
7240112	Bishop Bend (historical)	bishop-bend-historical	US		0	America/New_York	37.35114	-83.6515	216			KY	051		
7240119	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/New_York	37.18978	-83.82269	293			KY	051		
7240122	Mouth of Hector (historical)	mouth-of-hector-historical	US		0	America/New_York	37.19392	-83.60696	249			KY	051		
7240123	Mouth of Little Sextons Creek (historical)	mouth-of-little-sextons-creek-historical	US		0	America/New_York	37.31786	-83.75713	233			KY	051		
7240125	Murry (historical)	murry-historical	US		0	America/New_York	37.23142	-83.87015	323			KY	051		
7240137	Park Valley (historical)	park-valley-historical	US		0	America/New_York	37.07757	-83.77888	265			KY	051		
7240170	Avis (historical)	avis-historical	US		0	America/New_York	36.81432	-83.82824	304			KY	121		
7240195	Davis Bend (historical)	davis-bend-historical	US		0	America/New_York	36.8283	-83.86316	311			KY	121		
7240201	East Jellico (historical)	east-jellico-historical	US		0	America/New_York	36.80891	-83.82271	303			KY	121		
7240257	Pogue (historical)	pogue-historical	US		0	America/New_York	36.81383	-83.75391	305			KY	121		
7240280	Turkey Creek (historical)	turkey-creek-historical	US		0	America/New_York	36.86598	-83.78966	304			KY	121		
7240750	Sandy Valley Estates	sandy-valley-estates	US		0	America/New_York	40.64472	-81.35194	295			OH	157	70443	
7240752	Quaker Mobile Home Park	quaker-mobile-home-park	US		0	America/New_York	40.49611	-81.46694	271			OH	157	55216	
7240755	Shelmar Mobile Home Park	shelmar-mobile-home-park	US		0	America/New_York	40.48139	-81.43417	262			OH	157	55216	
7240756	J And M Mobile Home Park	j-and-m-mobile-home-park	US		0	America/New_York	40.48056	-81.46861	276			OH	157	31066	
7240757	Baltic Park Place	baltic-park-place	US		0	America/New_York	40.44028	-81.69972	320			OH	157	09988	
7240758	Matthews Trailer Park	matthews-trailer-park	US		0	America/New_York	40.27278	-81.58806	242			OH	157	59304	
7240760	Pines Mobile Home Park	pines-mobile-home-park	US		0	America/New_York	40.47694	-81.43722	262			OH	157	55216	
7240762	Royal Lane Park	royal-lane-park	US		0	America/New_York	40.43583	-81.37778	258			OH	157	31066	
7240782	Crossings on Broadway Mobile Home Park	crossings-on-broadway-mobile-home-park	US		0	America/Detroit	43.60417	-84.74	236			MI	073	81340	
7240783	Isabella Mobile Home Park	isabella-mobile-home-park	US		0	America/Detroit	43.60389	-84.74556	233			MI	073	81340	
7240784	Broadway Acres Mobile Home Park	broadway-acres-mobile-home-park	US		0	America/Detroit	43.60556	-84.73944	232			MI	073	81340	
7240785	Mount Pleasant Mobile Home Village	mount-pleasant-mobile-home-village	US		0	America/Detroit	43.6	-84.79667	236			MI	073	56020	
7240786	Pleasant Ridge Manufactured Home Community	pleasant-ridge-manufactured-home-community	US		0	America/Detroit	43.56389	-84.77	250			MI	073	81340	
7240787	Country Place Park	country-place-park	US		0	America/Detroit	43.655	-84.75722	231			MI	073	41160	
7240788	Oakview Mobile Home Estates	oakview-mobile-home-estates	US		0	America/Detroit	43.65556	-84.81111	242			MI	073	41160	
7240789	Maple View Estates Mobile Home Park	maple-view-estates-mobile-home-park	US		0	America/Detroit	43.61028	-84.62806	219			MI	073	15580	
7240790	Broomfield Valley Mobile Home Park	broomfield-valley-mobile-home-park	US		0	America/Detroit	43.59556	-84.98472	285			MI	073	11140	
7240841	Maurer Trailer Park	maurer-trailer-park	US		0	America/New_York	40.3875	-81.36111	268			OH	157	50232	
7240842	Creekside Crossing	creekside-crossing	US		0	America/New_York	40.28528	-81.60278	254			OH	157	59304	
7240843	Beaver Street Trailer Court	beaver-street-trailer-court	US		0	America/New_York	40.26917	-81.61278	244			OH	157	59304	
7240844	Clearview Mobile Home Park	clearview-mobile-home-park	US		0	America/New_York	40.39556	-81.39778	257			OH	157	81060	
7240849	Westwinds Mobile Home Park	westwinds-mobile-home-park	US		0	America/Detroit	43.69833	-84.76833	238			MI	073	41160	
7240961	Maple Grove Mobile Home Village	maple-grove-mobile-home-village	US		0	America/Detroit	43.60028	-84.18056	200			MI	111	53780	
7240962	Science City Mobile Home Park	science-city-mobile-home-park	US		0	America/Detroit	43.60778	-84.18056	202			MI	111	53780	
7240963	Alpine Mobile Home Village	alpine-mobile-home-village	US		0	America/Detroit	43.66389	-84.26833	189			MI	111	53780	
7240964	Whispering Pines Housing Community	whispering-pines-housing-community	US		0	America/Detroit	43.62528	-84.37722	195			MI	111	46640	
7240965	Country Side Mobile Home Park	country-side-mobile-home-park	US		0	America/Detroit	43.61417	-84.37056	195			MI	111	46640	
7240966	Wrights (historical)	wrights-historical	US		0	America/Detroit	43.75056	-84.39333	199			MI	111	24830	
7241084	Old Oak Trails Estates Mobile Home Park	old-oak-trails-estates-mobile-home-park	US		0	America/Detroit	43.65833	-84.32222	193			MI	111	47680	
7241085	Stockholm Forest Village Mobile Home Park	stockholm-forest-village-mobile-home-park	US		0	America/Detroit	43.71306	-84.39861	198			MI	111	41760	
7241125	Southgate Mobile Village	southgate-mobile-village	US		0	America/Detroit	43.75139	-84.58944	233			MI	111	17100	
7241138	Pirates Cove	pirates-cove	US		0	America/New_York	39.10611	-83.04028	173			OH	131	61434	
7241139	Twin Mills Mobile Home Park	twin-mills-mobile-home-park	US		0	America/New_York	39.15028	-82.97167	208			OH	131	61434	
7241140	Riverview Mobile Home Park	riverview-mobile-home-park	US		0	America/New_York	39.06917	-83.01889	175			OH	131	71171	
7241141	Beaver Pike Estates	beaver-pike-estates	US		0	America/New_York	39.04917	-82.90833	201			OH	131	04710	
7241142	Dawsons Mobile Home Park	dawsons-mobile-home-park	US		0	America/New_York	38.99028	-83.02167	170			OH	131	70884	
7241143	Piketon Trailer Court	piketon-trailer-court	US		0	America/New_York	39.06444	-83.02667	171			OH	131	71171	
7243132	Oakbrook Mobile Home Park	oakbrook-mobile-home-park	US		0	America/Detroit	43.65889	-83.89556	178			MI	017	05120	
7243133	West Shore Estates Mobile Home Park	west-shore-estates-mobile-home-park	US		0	America/Detroit	43.56778	-83.91417	180			MI	017	06020	
7243134	Valley Mobile Home Park	valley-mobile-home-park	US		0	America/Detroit	43.64306	-83.9375	180			MI	017	54980	
7243135	Willow Tree Village Mobile Home Park	willow-tree-village-mobile-home-park	US		0	America/Detroit	43.63472	-83.90056	179			MI	017	05120	
7243136	Wenona Beach Estates Mobile Home Park	wenona-beach-estates-mobile-home-park	US		0	America/Detroit	43.65389	-83.87361	179			MI	017	05120	
7243137	Shady Rest Mobile Plaza	shady-rest-mobile-plaza	US		0	America/Detroit	43.6425	-83.90833	179			MI	017	05120	
7243138	Brentwood Estates Mobile Home Park	brentwood-estates-mobile-home-park	US		0	America/Detroit	43.64167	-83.92278	182			MI	017	05120	
7243139	Riverview Mobile Home Estates	riverview-mobile-home-estates	US		0	America/Detroit	43.56167	-83.8875	180			MI	017	06020	
7243140	Fairfield Manor Mobile Home Park	fairfield-manor-mobile-home-park	US		0	America/Detroit	43.60278	-84.01111	184			MI	017	54980	
7243141	Bay Side Village Mobile Home Park	bay-side-village-mobile-home-park	US		0	America/Detroit	43.56139	-83.89333	179			MI	017	06020	
7243203	Alpine Village Mobile Home Park	alpine-village-mobile-home-park	US		0	America/Detroit	43.63194	-83.93472	180			MI	017	54980	
7243220	Saginaw Bay Estates Mobile Home Park	saginaw-bay-estates-mobile-home-park	US		0	America/Detroit	43.61806	-83.77639	178			MI	017	36260	
7243222	Bay Village Mobile Home Estates	bay-village-mobile-home-estates	US		0	America/Detroit	43.61667	-83.82722	178			MI	017	36260	
7243268	White Birch Village Mobile Home Park	white-birch-village-mobile-home-park	US		0	America/Detroit	43.66861	-84.04611	190			MI	017	42360	
7243294	Bangor (historical)	bangor-historical	US		0	America/Detroit	43.62389	-83.8625	178			MI	017	05120	
7243295	West Bay City	west-bay-city	US		0	America/Detroit	43.59778	-83.89806	180	Banks,Salzburgh,Wenona,West Bank City,West Bay City		MI	017	06020	
7243296	Arn	arn	US		0	America/Detroit	43.49361	-83.73889	181			MI	017	53220	
7243379	Rolling Hills Village	rolling-hills-village	US		0	America/New_York	40.8025	-81.56056	314			OH	151	48244	
7243380	Lake Sherman Village	lake-sherman-village	US		0	America/New_York	40.70806	-81.45278	312			OH	151	06180	
7243381	Tower Terrace	tower-terrace	US		0	America/New_York	40.88972	-81.40917	354			OH	151	62988	
7243382	Brewster Estates Mobile Home Park	brewster-estates-mobile-home-park	US		0	America/New_York	40.71194	-81.60667	298			OH	151	75208	
7243383	Fohl Village	fohl-village	US		0	America/New_York	40.72583	-81.40611	314			OH	151	62694	
7243384	Forty Corners Village	forty-corners-village	US		0	America/New_York	40.83389	-81.54583	311			OH	151	42168	
7243385	Navarre Village	navarre-village	US		0	America/New_York	40.73139	-81.525	299			OH	151	06180	
7243386	Skyland Pines Mobile Home Park	skyland-pines-mobile-home-park	US		0	America/New_York	40.73694	-81.14278	322			OH	151	59850	
7243387	Skyline Hills	skyline-hills	US		0	America/New_York	40.8475	-81.39389	341			OH	151	62988	
7243388	Mapleview Mobile Home Manor	mapleview-mobile-home-manor	US		0	America/New_York	40.72833	-81.515	294			OH	151	06180	
7243389	Ridge Mobile Home Park	ridge-mobile-home-park	US		0	America/New_York	40.74333	-81.37	304			OH	151	12014	
7243390	Whispering Oaks	whispering-oaks	US		0	America/New_York	40.77333	-81.43222	319			OH	151	62078	
7243391	Woodale Village Mobile Home Park	woodale-village-mobile-home-park	US		0	America/New_York	40.73861	-81.12639	330			OH	151	59850	
7243392	Town And Country Park Estates	town-and-country-park-estates	US		0	America/New_York	40.74778	-81.07167	328			OH	029	82852	
7243393	Country Squire Mobile Home Park	country-squire-mobile-home-park	US		0	America/New_York	40.90028	-81.03083	327			OH	029	40824	
7243394	Avon Mobile Home Park	avon-mobile-home-park	US		0	America/New_York	40.94694	-81.46306	372			OH	153		
7243500	Jacksonville (historical)	jacksonville-historical	US		0	America/New_York	42.80417	-77.6	284	Holdenville,Jacksonville (historical)		NY	051	42961	
7243559	Arbuckle (historical)	arbuckle-historical	US		0	America/New_York	37.47213	-85.22331	221			KY	155		
7243565	Pleasant Run (historical)	pleasant-run-historical	US		0	America/New_York	37.61743	-85.15735	263			KY	155		
7243566	Whippoorwill (historical)	whippoorwill-historical	US		0	America/New_York	37.42769	-85.07941	245			KY	155		
7243613	Rose Creek Mobile Home Park	rose-creek-mobile-home-park	US		0	America/New_York	30.09278	-82.60139	29			FL	023		
7243721	Arlington Manor Mobile Home Park	arlington-manor-mobile-home-park	US		0	America/Detroit	43.60111	-84.16667	201			MI	111	53780	
7243722	Oakside Mobile Home Park	oakside-mobile-home-park	US		0	America/Detroit	43.61528	-84.1575	196			MI	017	87380	
7243723	Victoria Woods Mobile Home Court	victoria-woods-mobile-home-court	US		0	America/Detroit	43.60472	-84.15556	199			MI	111	53780	
7243814	Bayside Estates Mobile Home Park	bayside-estates-mobile-home-park	US		0	America/Detroit	43.75833	-83.42778	181			MI	063	27120	
7243839	Hiawatha Trailer Park	hiawatha-trailer-park	US		0	America/Detroit	44.00056	-83.10361	180			MI	063	39960	
7243922	Misty Meadows Mobile Home Park	misty-meadows-mobile-home-park	US		0	America/Detroit	43.7875	-83.06806	227			MI	063	17140	
7243923	Lyndon Mobile Home Court	lyndon-mobile-home-court	US		0	America/Detroit	43.81194	-83.00444	225			MI	063	17140	
7243942	Pines Mobile Home Village	pines-mobile-home-village	US		0	America/Detroit	43.80083	-83.01917	230			MI	063	04740	
7243954	Country Meadow Mobile Home Park	country-meadow-mobile-home-park	US		0	America/Detroit	43.80278	-82.97139	228			MI	063	82140	
7244137	Cotswold	cotswold	US		0	America/New_York	40.98917	-73.81889	99			NY	119		
7244157	Camelot Village Mobile Home Park	camelot-village-mobile-home-park	US		0	America/Detroit	43.24917	-85.79722	266			MI	121	13840	
7244158	Holiday Gardens Mobile Home Park	holiday-gardens-mobile-home-park	US		0	America/Detroit	42.75056	-85.58333	247			MI	005	46760	
7247493	Kidder Trailer Park	kidder-trailer-park	US		0	America/New_York	40.725	-81.10389	316			OH	019	09400	
7247494	Oak Manor	oak-manor	US		0	America/New_York	40.80028	-81.47	333			OH	151	62078	
7247495	Thunderbird Terrace	thunderbird-terrace	US		0	America/New_York	40.77972	-81.31111	336			OH	151	58926	
7247496	Crystal Lake Park	crystal-lake-park	US		0	America/New_York	40.85111	-81.53306	290			OH	151	38094	
7247497	Cutty Sunset Mobile Home Park	cutty-sunset-mobile-home-park	US		0	America/New_York	40.94917	-81.24639	361			OH	151	47936	
7247498	Evergreen Mobile Park	evergreen-mobile-park	US		0	America/New_York	40.88917	-81.40722	350			OH	151	62988	
7247499	Hillview Mobile Court	hillview-mobile-court	US		0	America/New_York	40.69778	-81.6	305			OH	151	75208	
7247500	L And S Trailer Park	l-and-s-trailer-park	US		0	America/New_York	40.79778	-81.55583	320			OH	151	48244	
7247501	Maces Mobile Estates	maces-mobile-estates	US		0	America/New_York	40.98667	-81.40639	340			OH	151	41314	
7247502	Pleasant View Village	pleasant-view-village	US		0	America/New_York	40.83583	-81.3425	324			OH	151	62988	
7247503	South Haven Mobile Park	south-haven-mobile-park	US		0	America/New_York	40.76694	-81.38139	308			OH	151	12014	
7247504	Top of the Hill Mobile Home Park	top-of-the-hill-mobile-home-park	US		0	America/New_York	40.84472	-81.60333	338			OH	151	42168	
7247505	Deluxe Mobile Home Park	deluxe-mobile-home-park	US		0	America/New_York	40.79972	-81.38444	315			OH	151	12000	
7247506	Richmond Mobile Home Park	richmond-mobile-home-park	US		0	America/New_York	40.82611	-81.31667	339			OH	151	62988	
7247507	West Manor Mobile Home Park	west-manor-mobile-home-park	US		0	America/New_York	40.79306	-81.43583	332			OH	151	62078	
7247508	Shady Knoll Mobile Park	shady-knoll-mobile-park	US		0	America/New_York	40.84417	-81.31806	341			OH	151	62988	
7247544	Sugartree Mobile Home Park	sugartree-mobile-home-park	US		0	America/Detroit	43.50361	-83.37944	219			MI	157	13420	
7247545	Vaughn Village Mobile Home Park	vaughn-village-mobile-home-park	US		0	America/Detroit	43.46528	-83.43194	213			MI	157	40440	
7247546	Riverview Mobile Home Park	riverview-mobile-home-park	US		0	America/Detroit	43.47028	-83.405	210			MI	157	40440	
7247547	Caro Mobile Estates	caro-mobile-estates	US		0	America/Detroit	43.48083	-83.40556	217			MI	157	13420	
7247548	Pinerest Mobile Estates	pinerest-mobile-estates	US		0	America/Detroit	43.51194	-83.36333	212			MI	157	01620	
7247565	Huntsville Park	huntsville-park	US		0	America/Detroit	43.59778	-83.16472	226			MI	157	25300	
7247590	Partridge's RV and Mobile Home Park	partridge-s-rv-and-mobile-home-park	US		0	America/Detroit	43.36167	-83.58056	196			MI	157	81840	
7247614	Heritage Park	heritage-park	US		0	America/New_York	36.29194	-82.32833	526			TN	179		
7247615	Oak Grove Village Mobile Home Park	oak-grove-village-mobile-home-park	US		0	America/New_York	36.41444	-82.42278	426			TN	179		
7247616	Big Valley Mobile Home Park	big-valley-mobile-home-park	US		0	America/New_York	36.37	-82.37389	442			TN	179		
7247617	Carmel Village	carmel-village	US		0	America/New_York	36.29028	-82.40778	525			TN	179		
7247618	South Ridge Estates	south-ridge-estates	US		0	America/New_York	36.29611	-82.4075	556			TN	179		
7247619	S And D Mobile Home Park	s-and-d-mobile-home-park	US		0	America/New_York	36.38306	-82.35611	461			TN	179		
7247620	Sandy Ridge Mobile Home Park	sandy-ridge-mobile-home-park	US		0	America/New_York	36.28917	-82.42139	565			TN	179		
7247621	Vanover Park	vanover-park	US		0	America/New_York	36.32972	-82.30583	465			TN	179		
7247622	McKinley Mobile Home Park	mckinley-mobile-home-park	US		0	America/New_York	36.30389	-82.39833	519			TN	179		
7247623	Hidden Oaks	hidden-oaks	US		0	America/New_York	36.29389	-82.31278	521			TN	179		
7247624	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/New_York	36.30722	-82.29167	460			TN	179		
7247625	Spring City Mobile Home Park	spring-city-mobile-home-park	US		0	America/New_York	36.35611	-82.38083	465			TN	179		
7247657	Sunset Mobile Home Park	sunset-mobile-home-park	US		0	America/Detroit	43.42222	-82.8625	239			MI	151	19460	
7247691	Sandpiper Estates Cooperative Mobile Home Park	sandpiper-estates-cooperative-mobile-home-park	US		0	America/Detroit	43.25167	-82.52778	188			MI	151	88760	
7247700	Lexington Mobile Home Park	lexington-mobile-home-park	US		0	America/Detroit	43.27528	-82.53056	187			MI	151	47300	
7247703	Campbells Block House (historical)	campbells-block-house-historical	US		0	America/New_York	38.67509	-84.58338	293	Campbells Block House (historical),Campbells Station		KY	081		
7247743	Country Hill Pines Mobile Home Park	country-hill-pines-mobile-home-park	US		0	America/Detroit	43.2625	-82.66944	229			MI	151	11540	
7247744	Buell Hill Estates Mobile Home Park	buell-hill-estates-mobile-home-park	US		0	America/Detroit	43.26167	-82.71806	240			MI	151	11540	
7247778	Forest Heights	forest-heights	US		0	America/New_York	40.93417	-73.78528	40			NY	119	50617	
7247861	Deer Run Mobile Home Park	deer-run-mobile-home-park	US		0	America/New_York	30.22861	-82.63917	49			FL	023		
7247866	Alden Park	alden-park	US		0	America/New_York	40.91389	-81.085	327			OH	099	72740	
7247867	Anchor Mobile Home Park	anchor-mobile-home-park	US		0	America/New_York	40.825	-81.31361	330			OH	151	62988	
7247868	Bowlings Mobile Home Park	bowlings-mobile-home-park	US		0	America/New_York	40.66917	-81.26833	299			OH	151	70436	
7247869	Canton Mobile Homes	canton-mobile-homes	US		0	America/New_York	40.72583	-81.40639	316			OH	151	62694	
7247870	Cozy Acres	cozy-acres	US		0	America/New_York	40.65833	-81.63694	322			OH	151	75208	
7247871	Louisville Mobile Park	louisville-mobile-park	US		0	America/New_York	40.82639	-81.27694	335			OH	151	45094	
7247872	Maple Rest Mobile Court	maple-rest-mobile-court	US		0	America/New_York	40.93639	-81.10722	320			OH	151	43022	
7247873	Melody Mobile Home Park	melody-mobile-home-park	US		0	America/New_York	40.77972	-81.42194	330			OH	151	12014	
7247874	North Market Mobile Home Park	north-market-mobile-home-park	US		0	America/New_York	40.90417	-81.36139	347			OH	151	62988	
7247875	Royal Mobile Park	royal-mobile-park	US		0	America/New_York	40.88778	-81.40583	346			OH	151	62988	
7247876	Sun Valley Mobile Home Park	sun-valley-mobile-home-park	US		0	America/New_York	40.79333	-81.45306	319			OH	151	62078	
7247877	Sunny Acres Mobile Park	sunny-acres-mobile-park	US		0	America/New_York	40.81028	-81.42722	344			OH	151	62078	
7247878	Terrace Mobile Park	terrace-mobile-park	US		0	America/New_York	40.79278	-81.4825	337			OH	151	62078	
7247879	Trailer City	trailer-city	US		0	America/New_York	40.79444	-81.48278	340			OH	151	62078	
7247897	Woodvalley Mobile Home Park	woodvalley-mobile-home-park	US		0	America/Detroit	43.33028	-83.56667	205			MI	157	81860	
7247910	Pebble Creek Mobile Home Community	pebble-creek-mobile-home-community	US		0	America/Detroit	43.47611	-83.64028	192			MI	157	21600	
7247911	Meadows Mobile Home Park	meadows-mobile-home-park	US		0	America/Detroit	43.46	-83.69778	187			MI	157	21600	
7247957	Huron Shores Estates Mobile Home Park	huron-shores-estates-mobile-home-park	US		0	America/Detroit	43.45917	-82.55139	182			MI	151	71580	
7247964	Mapleview Estates Mobile Home Park	mapleview-estates-mobile-home-park	US		0	America/Detroit	43.20917	-82.98306	247			MI	151	11180	
7248137	Villageside Mobile Home Park	villageside-mobile-home-park	US		0	America/Detroit	43.53556	-83.54361	196			MI	157	27100	
7248160	Mocking Bird Branch (historical)	mocking-bird-branch-historical	US		0	America/New_York	36.82031	-83.72173	626	Mocking Bird Branch (historical),Mockingbird Branch		KY	121		
7248161	Brush Creek (historical)	brush-creek-historical	US		0	America/New_York	36.8215	-83.83748	296			KY	121		
7248174	Apple Grove (historical)	apple-grove-historical	US		0	America/New_York	36.85942	-83.89521	298	Apple Grove (historical),Dogtown		KY	121		
7248202	Davis Station (historical)	davis-station-historical	US		0	America/New_York	36.60584	-83.68916	347			KY	013		
7248290	Riverhill Farm (historical)	riverhill-farm-historical	US		0	America/New_York	38.02249	-85.34232	185			KY	215		
7248304	Carey Mobile Home Estates	carey-mobile-home-estates	US		0	America/New_York	40.94833	-83.36583	249			OH	175	19246	
7248305	Carey Mobile Home Park	carey-mobile-home-park	US		0	America/New_York	40.96056	-83.38306	249			OH	175	19246	
7248306	Ridgeview Mobile Home Park	ridgeview-mobile-home-park	US		0	America/New_York	36.05167	-83.65389	322			TN	089		
7248307	Mossy Creek	mossy-creek	US		0	America/New_York	36.12056	-83.48083	345			TN	089		
7248308	Lockmere Estates	lockmere-estates	US		0	America/New_York	36.07	-83.57417	333			TN	089		
7248309	Deer Ridge Mobile Home Court	deer-ridge-mobile-home-court	US		0	America/New_York	36.00861	-83.57167	360			TN	089		
7248310	Evergreen Pointe Mobile Home Park	evergreen-pointe-mobile-home-park	US		0	America/New_York	35.98833	-83.53972	335			TN	089		
7248311	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/New_York	36.10806	-83.27444	344			TN	089		
7248312	Gibson Acres Mobile Home Park	gibson-acres-mobile-home-park	US		0	America/New_York	35.98556	-83.55028	319			TN	089		
7248313	Laconte View Mobile Home Park	laconte-view-mobile-home-park	US		0	America/New_York	36.02083	-83.61472	354			TN	089		
7248315	Paradise Pointe	paradise-pointe	US		0	America/New_York	36.09	-83.46861	450			TN	089		
7248316	Thorn Grove	thorn-grove	US		0	America/New_York	36.0125	-83.64611	335			TN	089		
7248317	White Pine Mobile Home Park	white-pine-mobile-home-park	US		0	America/New_York	36.10111	-83.2825	341			TN	089		
7248320	River Run Campground	river-run-campground	US		0	America/New_York	29.95389	-82.7975	13			FL	121		
7248330	Green Acres	green-acres	US		0	America/Chicago	44.69889	-91.35694	289			WI	035	83612	
7248331	Villa Diann Mobile Home Park	villa-diann-mobile-home-park	US		0	America/Chicago	44.83806	-91.43972	280			WI	035	22300	
7248332	Hillcrest Estates Mobile Home Park	hillcrest-estates-mobile-home-park	US		0	America/Chicago	44.79722	-91.41861	279			WI	035	01550	
7248333	Pine Edge Mobile Home Park	pine-edge-mobile-home-park	US		0	America/Chicago	44.75778	-91.56667	245			WI	035	10625	
7248334	Bluff Crest Mobile Home Park	bluff-crest-mobile-home-park	US		0	America/Chicago	44.825	-91.46167	276			WI	035	22300	
7248335	Oak Ridge Village Mobile Home Park	oak-ridge-village-mobile-home-park	US		0	America/Chicago	44.78889	-91.54222	238			WI	035	22300	
7248336	Terrace Hill	terrace-hill	US		0	America/Chicago	44.82694	-91.45944	276			WI	035	22300	
7248337	Camino Mobile Home Park	camino-mobile-home-park	US		0	America/Chicago	44.86778	-91.45917	270			WI	035	22300	
7248338	Berghs Mobile Home Park	berghs-mobile-home-park	US		0	America/Chicago	44.82972	-91.55639	273			WI	035	22300	
7248339	Countryside Manor Mobile Home Park	countryside-manor-mobile-home-park	US		0	America/Chicago	44.79028	-91.37333	282			WI	035	83612	
7248340	Maples Mobile Home Park	maples-mobile-home-park	US		0	America/Chicago	44.83472	-91.47639	272			WI	035	22300	
7248346	Lucto (historical)	lucto-historical	US		0	America/New_York	37.93665	-84.91509	234	Lucto (historical),Lucton		KY	167		
7248347	Lucton (historical)	lucton-historical	US		0	America/New_York	37.94978	-84.92977	253			KY	167		
7248380	Hickory Ridge (historical)	hickory-ridge-historical	US		0	America/New_York	38.35196	-84.02046	288			KY	181		
7248458	Mount Pleasant (historical)	mount-pleasant-historical	US		0	America/New_York	38.49195	-84.01789	254			KY	201		
7248463	Five Lick Creek (historical)	five-lick-creek-historical	US		0	America/New_York	38.51257	-83.96253	224			KY	201		
7248464	Ogden Ridge (historical)	ogden-ridge-historical	US		0	America/New_York	38.51376	-83.98925	243			KY	201		
7248467	Brierly Ridge (historical)	brierly-ridge-historical	US		0	America/New_York	38.56793	-84.04311	264			KY	201		
7248470	Linville (historical)	linville-historical	US		0	America/New_York	38.57014	-84.03161	271			KY	201		
7248482	Beverly Crest	beverly-crest	US		0	America/New_York	40.955	-73.83722	80			NY	119	84000	
7248493	Brentwood Plaza	brentwood-plaza	US		0	America/New_York	40.97139	-73.71778	18			NY	119	32413	
7248532	Battle Hill	battle-hill	US		0	America/New_York	41.02972	-73.78333	95			NY	119	81677	
7248556	Pinebrook Estates	pinebrook-estates	US		0	America/New_York	39.97	-84.34278	290			OH	109	78456	
7248557	Sunshine Mobile Home Park	sunshine-mobile-home-park	US		0	America/New_York	39.90278	-84.10194	303			OH	109	06110	
7248558	Laine Trailer Park	laine-trailer-park	US		0	America/New_York	40.04972	-84.21361	253			OH	109	18224	
7248559	Whitackers Court	whitackers-court	US		0	America/New_York	40.14528	-84.22083	283			OH	109	62848	
7248560	Lazy River Mobile Home Park	lazy-river-mobile-home-park	US		0	America/New_York	40.12472	-84.23583	256			OH	109	62848	
7248561	Overlook Trailer Park	overlook-trailer-park	US		0	America/New_York	40.12556	-84.35611	278			OH	109	54138	
7248562	Recks Trailer Park	recks-trailer-park	US		0	America/New_York	40.16806	-84.25639	267			OH	109	81466	
7248573	Empire Park	empire-park	US		0	America/New_York	40.92111	-73.85861	60			NY	119	84000	
7248576	Fernbrook Park	fernbrook-park	US		0	America/New_York	41.17472	-73.84278	111			NY	119	55541	
7248577	Finktown	finktown	US		0	America/New_York	41.29222	-73.90556	82			NY	119	56979	
7248677	Beehive (historical)	beehive-historical	US		0	America/New_York	37.08069	-83.10778	316			KY	193		
7248682	Beech Fork (historical)	beech-fork-historical	US		0	America/New_York	37.08073	-83.14425	373			KY	193		
7248697	Middle Fork (historical)	middle-fork-historical	US		0	America/New_York	37.14981	-83.15698	319			KY	193		
7248700	Fuson (historical)	fuson-historical	US		0	America/New_York	37.15634	-83.08561	295			KY	193		
7248706	Big Branch (historical)	big-branch-historical	US		0	America/New_York	37.17382	-83.08467	298			KY	193		
7248714	Eversole (historical)	eversole-historical	US		0	America/New_York	37.19853	-83.22065	315			KY	193		
7248732	Gramatan Hills	gramatan-hills	US		0	America/New_York	40.94222	-73.85806	81			NY	119	84000	
7248739	Green Farms	green-farms	US		0	America/New_York	41.01139	-73.77806	70			NY	119	65442	
7248741	Halcyon Park	halcyon-park	US		0	America/New_York	40.92417	-73.78556	15			NY	119	50617	
7248745	Harbor Heights	harbor-heights	US		0	America/New_York	40.96556	-73.73361	28			NY	119	44842	
7248755	Highland Park Estates	highland-park-estates	US		0	America/New_York	41.10306	-83.19833	237			OH	147	76778	
7248756	Williams Mobile Home Park	williams-mobile-home-park	US		0	America/New_York	41.16944	-83.39944	231			OH	147	28014	
7248757	Clinton Mobile Home Court	clinton-mobile-home-court	US		0	America/New_York	41.12472	-83.15944	229			OH	147	16154	
7248758	Westgate Village Park	westgate-village-park	US		0	America/New_York	41.1475	-83.42278	237			OH	147	28014	
7248759	Fostoria Mobile Estates	fostoria-mobile-estates	US		0	America/New_York	41.20222	-83.40472	226			OH	147	38066	
7248760	Hopewell Estates	hopewell-estates	US		0	America/New_York	41.13389	-83.33778	237			OH	147	45052	
7248761	Pelton Mobile Home Park	pelton-mobile-home-park	US		0	America/New_York	41.14167	-83.40944	236			OH	147	45052	
7248762	Brookpark Estates	brookpark-estates	US		0	America/New_York	41.08972	-83.23	237			OH	147	36400	
7248765	Lexington Downs	lexington-downs	US		0	America/Chicago	33.25889	-87.47806	112			AL	125		
7248766	Whitaker (historical)	whitaker-historical	US		0	America/New_York	37.20926	-83.25737	311			KY	193		
7248775	Acup (historical)	acup-historical	US		0	America/New_York	37.2248	-83.1027	338			KY	193		
7248789	Little Beech (historical)	little-beech-historical	US		0	America/New_York	37.24104	-83.30139	354			KY	193		
7248791	Curly Fork (historical)	curly-fork-historical	US		0	America/New_York	37.24667	-83.22782	313			KY	193		
7248798	Hurricane (historical)	hurricane-historical	US		0	America/New_York	37.26055	-83.29349	263			KY	193		
7248814	Lower Leatherwood (historical)	lower-leatherwood-historical	US		0	America/New_York	37.27339	-83.49462	312			KY	193		
7248841	Upper Squabble (historical)	upper-squabble-historical	US		0	America/New_York	37.28844	-83.5447	363			KY	193		
7248846	Happy Valley (historical)	happy-valley-historical	US		0	America/New_York	37.29072	-83.22756	298			KY	193		
7248848	Olivers (historical)	olivers-historical	US		0	America/New_York	37.29284	-83.29892	253			KY	193		
7248850	Campbell (historical)	campbell-historical	US		0	America/New_York	37.29551	-83.34166	279			KY	193		
7248885	Campbell (historical)	campbell-historical	US		0	America/New_York	37.3158	-83.29657	249			KY	193		
7248889	Lead Branch (historical)	lead-branch-historical	US		0	America/New_York	37.31995	-83.34679	244			KY	193		
7248892	Middle Squabble (historical)	middle-squabble-historical	US		0	America/New_York	37.32257	-83.52731	279			KY	193		
7248903	Sixteen (historical)	sixteen-historical	US		0	America/New_York	37.34314	-83.21855	312			KY	193		
7248909	Mudlick (historical)	mudlick-historical	US		0	America/New_York	37.34731	-83.26754	313			KY	193		
7248916	Red Hill (historical)	red-hill-historical	US		0	America/New_York	37.35078	-83.34083	244			KY	193		
7248917	Big Hill (historical)	big-hill-historical	US		0	America/New_York	37.35341	-83.48648	315			KY	193		
7248920	Rock Fork (historical)	rock-fork-historical	US		0	America/New_York	37.35581	-83.19067	323			KY	193		
7248924	Jones (historical)	jones-historical	US		0	America/New_York	37.36348	-83.22988	287			KY	193		
7248926	Johnson (historical)	johnson-historical	US		0	America/New_York	37.36609	-83.4491	239			KY	193		
7248933	Miller (historical)	miller-historical	US		0	America/New_York	37.387	-83.24217	277			KY	193		
7248975	Crooksville (historical)	crooksville-historical	US		0	America/New_York	37.65929	-84.19445	276			KY	151		
7249024	Rosedale (historical)	rosedale-historical	US		0	America/New_York	37.75513	-84.3024	297			KY	151		
7249072	Nepperhan Heights	nepperhan-heights	US		0	America/New_York	40.95194	-73.86889	88			NY	119	84000	
7249078	North Castle	north-castle	US		12304	America/New_York	41.14	-73.68389	182			NY	119	51693	
7249092	Hidden Acres Mobile Home Park	hidden-acres-mobile-home-park	US		0	America/New_York	40.94139	-82.14583	353			OH	005	37660	
7249081	Oregon	oregon	US	43616	0	America/New_York	41.33111	-73.87417	44			NY	119	18410	
7249093	Oak Park Mobile Home Park	oak-park-mobile-home-park	US		0	America/New_York	40.97694	-81.66	359			OH	169	14240	
7249094	Auburn Estates	auburn-estates	US		0	America/New_York	40.85639	-81.775	312			OH	169	31878	
7249095	Melrose Village	melrose-village	US		0	America/New_York	40.8525	-81.91778	337			OH	169	86548	
7249096	Millbourne Mobile Manor	millbourne-mobile-manor	US		0	America/New_York	40.80028	-81.82583	344			OH	169	24136	
7249097	Shel Mar Mobile Home Park	shel-mar-mobile-home-park	US		0	America/New_York	40.81833	-81.96889	292			OH	169	86548	
7249098	Westview Mobile Home Park	westview-mobile-home-park	US		0	America/New_York	40.96167	-81.65583	359			OH	169	14240	
7249099	Wooster Rolling Wheels	wooster-rolling-wheels	US		0	America/New_York	40.79833	-81.83194	348			OH	169	24136	
7249100	Lea Crest Estates Mobile Home Park	lea-crest-estates-mobile-home-park	US		0	America/New_York	40.96083	-82.11222	329			OH	169	18322	
7249101	Four T Mobile Home Park	four-t-mobile-home-park	US		0	America/New_York	40.82917	-81.80528	318			OH	169	31878	
7249102	Indian Head Village	indian-head-village	US		0	America/New_York	40.98028	-81.91056	298			OH	169	11276	
7249103	Little Chippewa Estates	little-chippewa-estates	US		0	America/New_York	40.86639	-81.77056	310			OH	169	31878	
7249104	Glen Ridge Mobile Home Park	glen-ridge-mobile-home-park	US		0	America/New_York	40.79333	-81.79167	339			OH	169	24136	
7249105	M And C Mobile Village	m-and-c-mobile-village	US		0	America/New_York	40.96306	-81.72056	313			OH	169	14240	
7249106	Marshall Estates	marshall-estates	US		0	America/New_York	40.89528	-81.73333	338			OH	169	04276	
7249107	Whispering Pines Estates	whispering-pines-estates	US		0	America/New_York	40.79806	-81.76639	323			OH	169	24136	
7249108	Shady Pines Mobile Home Park	shady-pines-mobile-home-park	US		0	America/New_York	40.68389	-82.01611	269			OH	169	16224	
7249109	Spruce Tree Village	spruce-tree-village	US		0	America/New_York	40.87167	-81.92306	344			OH	169	82320	
7249110	Sundial Mobile Home Park	sundial-mobile-home-park	US		0	America/New_York	40.98056	-81.67806	331			OH	169	14240	
7249111	Art Smith Trailer Park	art-smith-trailer-park	US		0	America/New_York	40.80556	-81.89222	284			OH	169	86562	
7249112	Forest View Mobile Home Park	forest-view-mobile-home-park	US		0	America/New_York	40.79417	-81.91583	296			OH	169	86562	
7249113	Orrville Trailer Park	orrville-trailer-park	US		0	America/New_York	40.83583	-81.77111	329			OH	169	31878	
7249114	Smithville Trailer Park	smithville-trailer-park	US		0	America/New_York	40.87333	-81.67861	331			OH	169	04276	
7249115	Sunset Trailer Park	sunset-trailer-park	US		0	America/New_York	40.79639	-81.91056	316			OH	169	86562	
7249116	Wooster Trailer Park	wooster-trailer-park	US		0	America/New_York	40.8	-81.9475	268			OH	169	86548	
7249170	Cloud City (historical)	cloud-city-historical	US		0	America/New_York	39.02087	-84.51149	250			KY	117		
7249171	Winston Hills (historical)	winston-hills-historical	US		0	America/New_York	39.02178	-84.49274	153			KY	117		
7249177	Sandfordtown (historical)	sandfordtown-historical	US		0	America/New_York	39.03396	-84.53487	152	Honesty,Sandfordtown (historical)		KY	117		
7249184	Amsterdam (historical)	amsterdam-historical	US		0	America/New_York	39.07186	-84.53619	241			KY	117		
7249185	West Covington (historical)	west-covington-historical	US		0	America/New_York	39.08877	-84.52982	180	Economy,West Covington (historical)		KY	117		
7249190	Edgewood (historical)	edgewood-historical	US		0	America/New_York	37.87388	-84.57958	293			KY	113		
7249194	Sweet Home (historical)	sweet-home-historical	US		0	America/New_York	37.74408	-84.60562	177			KY	113		
7249197	Oak Hill (historical)	oak-hill-historical	US		0	America/New_York	37.75788	-84.59803	172			KY	113		
7249211	Watts Store (historical)	watts-store-historical	US		0	America/New_York	37.81029	-84.56108	220			KY	113		
7249219	Crisman Mill (historical)	crisman-mill-historical	US		0	America/New_York	37.8417	-84.50383	262	Chrisman Mill,Crisman Mill (historical)		KY	113		
7249223	Chattersville (historical)	chattersville-historical	US		0	America/New_York	37.8453	-84.61378	252			KY	113		
7249234	Sulphur Well Park (historical)	sulphur-well-park-historical	US		0	America/New_York	37.86133	-84.54433	286			KY	113		
7249238	Oakdale (historical)	oakdale-historical	US		0	America/New_York	37.8648	-84.62635	274			KY	113		
7249244	Pekin (historical)	pekin-historical	US		0	America/New_York	37.8743	-84.6862	254			KY	113		
7249251	Red Oak (historical)	red-oak-historical	US		0	America/New_York	37.89157	-84.53133	282			KY	113		
7249254	Wilmore Park (historical)	wilmore-park-historical	US		0	America/New_York	37.8941	-84.60702	273			KY	113		
7249256	Lexington Park (historical)	lexington-park-historical	US		0	America/New_York	37.89789	-84.62036	294			KY	113		
7249257	Cobbs Service Station (historical)	cobbs-service-station-historical	US		0	America/New_York	37.90845	-84.61892	287			KY	113		
7249307	Saddle Brooke	saddle-brooke	US		9614	America/Phoenix	32.53472	-110.87361	1015			AZ	021		
7249329	Jacksontown (historical)	jacksontown-historical	US		0	America/New_York	38.05111	-84.74259	275			KY	239		
7249367	Sodom (historical)	sodom-historical	US		0	America/New_York	38.1725	-84.70653	245			KY	239		
7249373	Flower Town (historical)	flower-town-historical	US		0	America/New_York	38.7917	-84.34651	159			KY	191		
7249383	Steeles Creek (historical)	steeles-creek-historical	US		0	America/New_York	38.83494	-84.81475	153			KY	077		
7249391	Shadrick Ferry (historical)	shadrick-ferry-historical	US		0	America/New_York	38.26327	-84.88365	189			KY	073		
7249395	Blythewood Estates (historical)	blythewood-estates-historical	US		0	America/New_York	37.5897	-84.30092	298			KY	151		
7249429	Whitsett (historical)	whitsett-historical	US		0	America/New_York	37.31498	-83.16696	312			KY	193		
7249430	Upper Pidgeonroost (historical)	upper-pidgeonroost-historical	US		0	America/New_York	37.34064	-83.16257	337			KY	193		
7249447	Kinross Heights	kinross-heights	US		0	America/New_York	40.95528	-73.88611	112			NY	119	84000	
7249451	Knollwood Manor	knollwood-manor	US		0	America/New_York	41.06889	-73.79694	146			NY	119		
7249457	Cassbridge (historical)	cassbridge-historical	US		0	America/Detroit	43.33611	-83.83528	187	Cass Bend,Cass Bridge,Cassbridge (historical)		MI	145	10460	
7249498	Limerick (historical)	limerick-historical	US		0	America/New_York	40.98056	-73.67778	9			NY	119	64309	
7249499	Lincoln Heights	lincoln-heights	US		0	America/New_York	40.92556	-73.84833	51			NY	119	84000	
7249503	McLean Heights	mclean-heights	US		0	America/New_York	40.90472	-73.86417	49			NY	119	84000	
7249504	Moorelands	moorelands	US		0	America/New_York	40.93889	-73.84472	43			NY	119	84000	
7249574	Bridgeport Mobile Home Park	bridgeport-mobile-home-park	US		0	America/Detroit	43.36611	-83.8875	187			MI	145	10460	
7249575	Robin Glen Mobile Home Community	robin-glen-mobile-home-community	US		0	America/Detroit	43.44722	-83.84306	180			MI	145	11560	
7249576	Edgewood Village Mobile Home Park	edgewood-village-mobile-home-park	US		0	America/Detroit	43.40139	-84.13333	184			MI	145	79520	
7249577	Kris Kay Mobile Home Park	kris-kay-mobile-home-park	US		0	America/Detroit	43.40056	-84.13333	185			MI	145	79520	
7249578	Bel-Air Mobile Home Park	bel-air-mobile-home-park	US		0	America/Detroit	43.37528	-83.89167	186			MI	145	10460	
7249579	Windmill Estates Mobile Home Park	windmill-estates-mobile-home-park	US		0	America/Detroit	43.37583	-83.89167	186			MI	145	10460	
7249580	Saginaw Village Mobile Home Park	saginaw-village-mobile-home-park	US		0	America/Detroit	43.39472	-83.90278	186			MI	145	11560	
7249592	Saginaw Valley Mobile Home Park	saginaw-valley-mobile-home-park	US		0	America/Detroit	43.49583	-83.955	178			MI	145	43800	
7249634	Lawndale Estates Mobile Home Park	lawndale-estates-mobile-home-park	US		0	America/Detroit	43.475	-84.03611	192			MI	145	70540	
7249727	Pleasant Valley Estates Mobile Home Park	pleasant-valley-estates-mobile-home-park	US		0	America/Detroit	43.40694	-84.23611	198			MI	145	68340	
7249750	Falconview Estates Mobile Home Park	falconview-estates-mobile-home-park	US		0	America/Detroit	43.52583	-84.1025	202			MI	145	79840	
7249755	Freeland Mobile Home Park	freeland-mobile-home-park	US		0	America/Detroit	43.55917	-84.16667	188			MI	145	79840	
7249809	Stoddard Mobile Court	stoddard-mobile-court	US		0	America/Detroit	43.17361	-84.16944	0			MI	145	09940	
7249829	Parkwood Village Mobile Home Park	parkwood-village-mobile-home-park	US		0	America/Detroit	43.25972	-83.95417	0			MI	145	00920	
7249849	Peachtree Manor Mobile Home Park	peachtree-manor-mobile-home-park	US		0	America/Detroit	43.31944	-83.82083	0			MI	145	10460	
7249850	White Birch Mobile Home Park	white-birch-mobile-home-park	US		0	America/Detroit	43.27917	-83.83194	0			MI	145	79100	
7249851	Birchwood Farms Mobile Home Park	birchwood-farms-mobile-home-park	US		0	America/Detroit	43.24056	-83.79444	0			MI	145	08560	
7249862	Birch Run Mobile Home Park	birch-run-mobile-home-park	US		0	America/Detroit	43.26861	-83.78528	0			MI	145	08560	
7249863	Winter's Motor Court	winter-s-motor-court	US		0	America/Detroit	43.27722	-83.79028	0			MI	145	08560	
7249944	Rippon Landing	rippon-landing	US		0	America/New_York	38.61888	-77.27607	5			VA	153		
7249950	Ashby Ponds	ashby-ponds	US		0	America/New_York	39.02962	-77.45514	79			VA	107		
7250183	Old Mill Trace	old-mill-trace	US		0	America/New_York	34.94428	-85.18413	219			GA	047		
7250384	Old Pattonsburg	old-pattonsburg	US		0	America/Chicago	40.04667	-94.13578	238	Old Pattonsburg,Pattonsburg		MO	061	04636	
7250394	Greenbriar Estates Mobile Home Park	greenbriar-estates-mobile-home-park	US		0	America/Detroit	43.12556	-85.26278	255			MI	117	26520	
7250418	Pond View Estates Mobile Home Park	pond-view-estates-mobile-home-park	US		0	America/Detroit	43.18639	-85.23806	253			MI	117	35100	
7250450	Stanton Mobile Home Park	stanton-mobile-home-park	US		0	America/Detroit	43.29611	-85.0875	277			MI	117	76220	
7250510	Lakeview Homes Mobile Home Park	lakeview-homes-mobile-home-park	US		0	America/Detroit	43.43306	-85.26306	293			MI	117	14000	
7250527	Village Trails Mobile Home Community	village-trails-mobile-home-community	US		0	America/Detroit	43.38222	-85.47639	271			MI	117	68120	
7250532	Tamarack Estates Mobile Home Park	tamarack-estates-mobile-home-park	US		0	America/Detroit	43.43278	-85.48472	-1			MI	117	68120	
7250546	Edmore Mobile Home Park	edmore-mobile-home-park	US		0	America/Detroit	43.40694	-85.05028	297			MI	117	38840	
7250622	Meadows Mobile Home Park	meadows-mobile-home-park	US		0	America/Detroit	43.37	-84.64444	0			MI	057	01540	
7250623	Scotsdale Estates Mobile Home Park	scotsdale-estates-mobile-home-park	US		0	America/Detroit	43.39778	-84.66917	0			MI	057	64360	
7250637	Woodcrest Estates Mobile Home Park	woodcrest-estates-mobile-home-park	US		0	America/Detroit	43.40861	-84.58944	0	Foxcraft Estates Mobile Home Park,Woodcrest Estates Mobile Home Park		MI	057	08020	
7250656	Evergreen Village Mobile Home Park	evergreen-village-mobile-home-park	US		0	America/Detroit	43.3975	-84.62444	221			MI	057	71000	
7250657	Nesen's Countryside Mobile Home Park	nesen-s-countryside-mobile-home-park	US		0	America/Detroit	43.39944	-84.62444	220			MI	057	71000	
7250691	Kew Gardens Hills	kew-gardens-hills	US		37479	America/New_York	40.73002	-73.8234	24	Kew Garden Hills,Kew Gardens Hills		NY	081		
7250694	Breckenridge Mobile Home Park	breckenridge-mobile-home-park	US		0	America/Detroit	43.41389	-84.48472	222			MI	057	86620	
7250709	Timber Country Mobile Home Park	timber-country-mobile-home-park	US		0	America/Detroit	43.40833	-84.76667	248			MI	057	72580	
7250810	Le Petit Senegal	le-petit-senegal	US		0	America/New_York	40.80444	-73.95528	12			NY	061		
7250946	Carnegie Hill	carnegie-hill	US		0	America/New_York	40.78333	-73.95472	30			NY	061		
7250984	Civano	civano	US		0	America/Phoenix	32.15536	-110.77264	865	Civano,Civano Neighbors		AZ	019		
7251039	White Oak (historical)	white-oak-historical	US		0	America/New_York	38.40389	-84.38478	269			KY	097		
7251073	Jones Shop (historical)	jones-shop-historical	US		0	America/New_York	38.37612	-84.24407	269			KY	097		
7251098	Callensville (historical)	callensville-historical	US		0	America/New_York	38.60613	-84.41127	189	Callensville (historical),Littells Station		KY	191		
7251109	Ezra (historical)	ezra-historical	US		0	America/New_York	38.61814	-84.48772	270			KY	191		
7251115	Fruit Hill (historical)	fruit-hill-historical	US		0	America/New_York	38.58171	-84.35895	278			KY	191		
7251247	RIverview Mobile Home Park	riverview-mobile-home-park	US		0	America/Detroit	43.19028	-85.68389	230			MI	081	75440	
7251248	Glenwood Estates Mobile Home Park	glenwood-estates-mobile-home-park	US		0	America/Detroit	43.12556	-85.70833	244			MI	081	75440	
7251294	Chauteau Algoma Estates Mobile Home Park	chauteau-algoma-estates-mobile-home-park	US		0	America/Detroit	43.16056	-85.55889	230			MI	081	01160	
7251300	Bacons Corner	bacons-corner	US		0	America/New_York	44.42446	-69.75529	84	Bacons Corner,Old Sidney,Sidney Corner		ME	011	68385	
7251323	Yellowstone Park	yellowstone-park	US		0	America/New_York	41.04444	-73.80167	65			NY	119		
7251357	Camp Nelson (historical)	camp-nelson-historical	US		0	America/New_York	37.76847	-84.61749	165	Camp Nelson (historical),Fitchport		KY	079		
7251365	Guy (historical)	guy-historical	US		0	America/New_York	37.659	-84.53968	235			KY	079		
7251368	Hamack (historical)	hamack-historical	US		0	America/New_York	37.55619	-84.4665	332			KY	079		
7251395	New Union (historical)	new-union-historical	US		0	America/New_York	37.56644	-84.47794	328			KY	079		
7251429	Abbott (historical)	abbott-historical	US		0	America/New_York	38.85979	-84.43233	255			KY	037		
7251448	Fisher Ridge (historical)	fisher-ridge-historical	US		0	America/New_York	38.85508	-84.33236	271			KY	037		
7251457	Hopeful (historical)	hopeful-historical	US		0	America/New_York	38.81758	-84.39543	263			KY	037		
7251473	Reeses Settlement (historical)	reeses-settlement-historical	US		0	America/New_York	39.02415	-84.44032	261			KY	037		
7251474	Reis (historical)	reis-historical	US		0	America/New_York	38.8546	-84.31112	277			KY	037		
7251485	Tug Fork (historical)	tug-fork-historical	US		0	America/New_York	39.00426	-84.37886	167			KY	037		
7251487	Wilmington (historical)	wilmington-historical	US		0	America/New_York	38.85117	-84.46311	142			KY	037		
7251498	Mound Hill (historical)	mound-hill-historical	US		0	America/New_York	38.65542	-85.22206	150			KY	041		
7251509	Gilgal (historical)	gilgal-historical	US		0	America/New_York	38.60954	-85.13756	260			KY	041		
7251523	Rockville (historical)	rockville-historical	US		0	America/New_York	38.69963	-85.03491	174	Rockville (historical),Shoofly		KY	041		
7251530	Tomtown (historical)	tomtown-historical	US		0	America/New_York	38.59467	-85.17559	162			KY	041		
7251559	Waterview (historical)	waterview-historical	US		0	America/Chicago	36.83453	-85.14641	229			KY	053		
7251602	Ootens Store (historical)	ootens-store-historical	US		0	America/Chicago	36.73743	-85.24208	299			KY	053		
7251692	Key Heights Village Mobile Home Park	key-heights-village-mobile-home-park	US		0	America/Detroit	42.93083	-85.38667	197			MI	081	49560	
7251694	Valley Vista Mobile Home Park	valley-vista-mobile-home-park	US		0	America/Detroit	42.93056	-85.35833	194			MI	081	49540	
7251730	Kent City Mobile Home Park	kent-city-mobile-home-park	US		0	America/Detroit	43.21667	-85.72028	246			MI	081	81140	
7251731	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/Detroit	43.22278	-85.71333	246			MI	081	81140	
7251762	Daugherty Station (historical)	daugherty-station-historical	US		0	America/New_York	37.63194	-84.73034	272			KY	021		
7251766	Fishers Station (historical)	fishers-station-historical	US		0	America/New_York	37.65617	-84.74433	287			KY	021		
7251774	Harrods Station (historical)	harrods-station-historical	US		0	America/New_York	37.69442	-84.83634	288			KY	021		
7251778	Hilldale (historical)	hilldale-historical	US		0	America/New_York	37.6296	-84.75776	290			KY	021		
7251782	Indian Hills (historical)	indian-hills-historical	US		0	America/New_York	37.65459	-84.75504	289			KY	021		
7251786	Meuxtown (historical)	meuxtown-historical	US		0	America/New_York	37.67828	-84.74128	271			KY	021		
7251974	Tin Can Alley (historical)	tin-can-alley-historical	US		0	America/New_York	36.85967	-83.25322	375			KY	095		
7251990	Battle (historical)	battle-historical	US		0	America/New_York	37.73683	-84.91899	285			KY	167		
7251991	Bellevue (historical)	bellevue-historical	US		0	America/New_York	37.73957	-84.72665	266			KY	167		
7252000	Bruners Chapel (historical)	bruners-chapel-historical	US		0	America/New_York	37.74737	-84.93852	274			KY	167		
7252002	Cane Hurst (historical)	cane-hurst-historical	US		0	America/New_York	37.8148	-84.79475	272			KY	167		
7252008	Cummins Ferry (historical)	cummins-ferry-historical	US		0	America/New_York	37.88192	-84.77971	261			KY	167		
7252009	Curry (historical)	curry-historical	US		0	America/New_York	37.81545	-84.87085	261			KY	167		
7252014	Dunnlora (historical)	dunnlora-historical	US		0	America/New_York	37.84375	-84.85245	252			KY	167		
7252019	Edgewood (historical)	edgewood-historical	US		0	America/New_York	37.7323	-84.74617	283			KY	167		
7252020	Fairview (historical)	fairview-historical	US		0	America/New_York	37.80558	-84.77748	276			KY	167		
7252024	Laurel Hill (historical)	laurel-hill-historical	US		0	America/New_York	37.71772	-84.89691	286			KY	167		
7252026	Liberty (historical)	liberty-historical	US		0	America/New_York	37.76505	-84.9704	261			KY	167		
7252028	Lynnwood (historical)	lynnwood-historical	US		0	America/New_York	37.71654	-84.76583	282			KY	167		
7252029	Maple Lawn (historical)	maple-lawn-historical	US		0	America/New_York	37.79196	-84.77521	281			KY	167		
7252030	Maplewood (historical)	maplewood-historical	US		0	America/New_York	37.73801	-84.73596	279			KY	167		
7252034	McGary Station (historical)	mcgary-station-historical	US		0	America/New_York	37.805	-84.831	283			KY	167		
7252040	Oakland (historical)	oakland-historical	US		0	America/New_York	37.76081	-84.90736	284			KY	167		
7252042	Perryville Tollgate (historical)	perryville-tollgate-historical	US		0	America/New_York	37.71061	-84.86054	273			KY	167		
7252049	Shawnee Run (historical)	shawnee-run-historical	US		0	America/New_York	37.81779	-84.75911	228			KY	167		
7252057	Wilson Station (historical)	wilson-station-historical	US		0	America/New_York	37.72847	-84.86162	264			KY	167		
7252058	Woodlawn (historical)	woodlawn-historical	US		0	America/New_York	37.82526	-84.77658	271			KY	167		
7252059	Grapevine (historical)	grapevine-historical	US		0	America/New_York	37.83445	-84.99472	212			KY	167		
7252062	Hickory Grove (historical)	hickory-grove-historical	US		0	America/New_York	37.92374	-84.96888	242			KY	167		
7252063	Hilltop (historical)	hilltop-historical	US		0	America/New_York	37.74011	-85.00577	275			KY	167		
7252084	La Grande Mobile Home Court	la-grande-mobile-home-court	US		0	America/Detroit	42.91528	-85.75972	185			MI	081	34160	
7252105	Alpine Mobile Village	alpine-mobile-village	US		0	America/Detroit	43.05194	-85.6875	226			MI	081	01840	
7252119	Sleettown (historical)	sleettown-historical	US		0	America/New_York	37.67241	-84.96341	247			KY	021		
7252126	Brook Haven Mobile Home Park	brook-haven-mobile-home-park	US		0	America/Detroit	43.05	-85.65556	194			MI	081	64660	
7252133	Pine Aire Mobile Home Park	pine-aire-mobile-home-park	US		0	America/Detroit	43.06333	-85.6875	227			MI	081	01840	
7252134	Hilltop Mobile Home Park	hilltop-mobile-home-park	US		0	America/Detroit	43.03194	-85.63111	217			MI	081	64660	
7252175	Houchin (historical)	houchin-historical	US		0	America/New_York	37.97123	-84.83788	257			KY	005		
7252176	Jefferies (historical)	jefferies-historical	US		0	America/New_York	37.96996	-85.09589	246			KY	005		
7252187	Pleasant Grove (historical)	pleasant-grove-historical	US		0	America/New_York	38.00474	-85.11044	248			KY	005		
7252194	Sidney (historical)	sidney-historical	US		0	America/New_York	37.99689	-84.89104	236			KY	005		
7252223	Cedarfield Mobile Home Park	cedarfield-mobile-home-park	US		0	America/Detroit	43.21889	-85.57972	268			MI	081	74460	
7252224	Cedar Springs Mobile Estates	cedar-springs-mobile-estates	US		0	America/Detroit	43.23056	-85.54833	263			MI	081	14200	
7252234	White Creek Country Estates Mobile Home Park	white-creek-country-estates-mobile-home-park	US		0	America/Detroit	43.255	-85.575	275			MI	081	74460	
7252254	Mount Zenia (historical)	mount-zenia-historical	US		0	America/New_York	37.57001	-84.61739	251			KY	137		
7252262	Pleasant Point (historical)	pleasant-point-historical	US		0	America/New_York	37.39041	-84.66202	380			KY	137		
7252283	Thompson Store (historical)	thompson-store-historical	US		0	America/New_York	37.38049	-84.49117	380			KY	137		
7252297	Avondale (historical)	avondale-historical	US		0	America/New_York	37.46845	-84.59314	313			KY	137		
7252308	Colliers Store (historical)	colliers-store-historical	US		0	America/New_York	37.45766	-84.54503	287			KY	137		
7252365	Country Meadows Village Mobile Home Park	country-meadows-village-mobile-home-park	US		0	America/Detroit	42.82694	-85.53389	250			MI	081	12500	
7252393	Dutton Mill Village Mobile Home Park	dutton-mill-village-mobile-home-park	US		0	America/Detroit	42.84389	-85.58	232			MI	081	31240	
7252411	Barbours Mill Pike (historical)	barbours-mill-pike-historical	US		0	America/New_York	37.62888	-85.24343	259			KY	155		
7252412	Beantown (historical)	beantown-historical	US		0	America/New_York	37.64339	-85.3354	205			KY	155		
7252416	Cambron (historical)	cambron-historical	US		0	America/New_York	37.71852	-85.40711	223			KY	155		
7252417	Cherry Run (historical)	cherry-run-historical	US		0	America/New_York	37.56141	-85.37797	215			KY	155		
7252418	Clear Creek (historical)	clear-creek-historical	US		0	America/New_York	37.49362	-85.40729	198			KY	155		
7252424	Helm (historical)	helm-historical	US		0	America/New_York	37.55123	-85.19095	266			KY	155		
7252428	Horseshoe Bend (historical)	horseshoe-bend-historical	US		0	America/New_York	37.52081	-85.42956	177			KY	155		
7252430	Logan (historical)	logan-historical	US		0	America/New_York	37.62994	-85.04482	303			KY	155		
7252431	Lower Logan (historical)	lower-logan-historical	US		0	America/New_York	37.62643	-85.09632	252			KY	155		
7252432	Medlock (historical)	medlock-historical	US		0	America/New_York	37.47172	-85.1982	207			KY	155		
7252438	Ridge (historical)	ridge-historical	US		0	America/New_York	37.4746	-85.36652	298			KY	155		
7252440	Rush Branch (historical)	rush-branch-historical	US		0	America/New_York	37.44836	-85.06506	230			KY	155		
7252449	Saint Rose Pike (historical)	saint-rose-pike-historical	US		0	America/New_York	37.63952	-85.30369	246			KY	155		
7252469	Byron Center Mobile Village	byron-center-mobile-village	US		0	America/Detroit	42.80972	-85.72972	224			MI	081	12240	
7252475	Maplewood Mobile Home Park	maplewood-mobile-home-park	US		0	America/Detroit	42.84583	-85.66806	204			MI	081	12240	
7252490	Northern Estates Mobile Home Village North	northern-estates-mobile-home-village-north	US		0	America/Detroit	43.09278	-85.63361	240			MI	081	64660	
7252491	Northern Estates Mobile Village South	northern-estates-mobile-village-south	US		0	America/Detroit	43.08833	-85.63639	244			MI	081	64660	
7252493	Spring Valley Mobile Home Park	spring-valley-mobile-home-park	US		0	America/Detroit	43.08056	-85.56694	221			MI	081	64660	
7252494	Woodland Estates Mobile Home Park	woodland-estates-mobile-home-park	US		0	America/Detroit	43.08889	-85.55972	243			MI	081	64660	
7252506	Leisure Village Mobile Home Park	leisure-village-mobile-home-park	US		0	America/Detroit	43.05972	-85.55417	203			MI	081	64660	
7252582	Lakeside Mobile Home Community	lakeside-mobile-home-community	US		0	America/Detroit	43.12417	-85.36389	273			MI	081	59580	
7252621	Colletts (historical)	colletts-historical	US		0	America/New_York	38.15126	-84.04796	282			KY	211		
7252631	Flat Rock (historical)	flat-rock-historical	US		0	America/New_York	38.28621	-85.41639	229			KY	211		
7252647	North Benson Hills (historical)	north-benson-hills-historical	US		0	America/New_York	38.25936	-85.0095	264			KY	211		
7252666	Sunnyside (historical)	sunnyside-historical	US		0	America/New_York	38.11265	-85.23968	228			KY	211		
7252772	Truesville (historical)	truesville-historical	US		0	America/New_York	38.35884	-84.81766	257	Truesville (historical),Whites Run		KY	187		
7252788	Bradleyville (historical)	bradleyville-historical	US		0	America/New_York	38.37375	-84.86245	205			KY	187		
7252923	Hickory Grove (historical)	hickory-grove-historical	US		0	America/New_York	37.81463	-85.05632	265			KY	229		
7252940	Monfort (historical)	monfort-historical	US		0	America/New_York	37.88054	-85.19528	189			KY	229		
7252944	Oakland (historical)	oakland-historical	US		0	America/New_York	37.69589	-85.16685	269			KY	229		
7253004	Leatherwoods Settlement (historical)	leatherwoods-settlement-historical	US		0	America/New_York	38.01273	-85.24856	222			KY	215		
7253039	Zion (historical)	zion-historical	US		0	America/New_York	37.98404	-85.32345	216			KY	215		
7253159	Crestview Park	crestview-park	US		0	America/New_York	38.74361	-82.84306	205			OH	145	64206	
7253160	Colony Mobile Home Park	colony-mobile-home-park	US		0	America/New_York	38.75167	-82.99389	162			OH	145	64304	
7253161	Days Mobile Home Park	days-mobile-home-park	US		0	America/New_York	38.76639	-83.03139	195			OH	145	81606	
7253162	Modern Mobile Home Park	modern-mobile-home-park	US		0	America/New_York	38.78722	-82.98278	174			OH	145	15560	
7253163	Portsmouth Mobile Home Park	portsmouth-mobile-home-park	US		0	America/New_York	38.75722	-82.99222	166			OH	145	64304	
7253164	Riverview Mobile Home Park	riverview-mobile-home-park	US		0	America/New_York	38.61528	-82.84639	167			OH	145	31836	
7253165	Bonds Trailer Court	bonds-trailer-court	US		0	America/New_York	38.96833	-83.02611	164			OH	131	70884	
7253196	Boyle (historical)	boyle-historical	US		0	America/New_York	37.2573	-84.96697	244			KY	045		
7253211	Carpenter Creek (historical)	carpenter-creek-historical	US		0	America/New_York	37.44093	-84.86016	292			KY	045		
7253230	Dogwood (historical)	dogwood-historical	US		0	America/New_York	37.4302	-84.94654	390			KY	045		
7253245	Ferndale (historical)	ferndale-historical	US		0	America/New_York	37.20545	-84.79681	361	Ferndale (historical),Poodle-Doo		KY	045		
7253247	Foster (historical)	foster-historical	US		0	America/New_York	37.28624	-85.02109	324			KY	045		
7253248	Frey Creek (historical)	frey-creek-historical	US		0	America/New_York	37.42662	-84.87728	279			KY	045		
7253275	Knob Lick (historical)	knob-lick-historical	US		0	America/New_York	37.32383	-84.74399	316			KY	045		
7253283	Luttrell (historical)	luttrell-historical	US		0	America/New_York	37.14987	-84.98291	312			KY	045		
7253284	Martin Creek (historical)	martin-creek-historical	US		0	America/New_York	37.41179	-84.98245	271			KY	045		
7253318	Poplar Springs (historical)	poplar-springs-historical	US		0	America/New_York	37.28993	-84.88696	358			KY	045		
7253335	Ruletown (historical)	ruletown-historical	US		0	America/New_York	37.46553	-84.8729	336			KY	045		
7253339	Scotts Chapel (historical)	scotts-chapel-historical	US		0	America/New_York	37.36518	-85.03405	336			KY	045		
7253343	Snake Ridge (historical)	snake-ridge-historical	US		0	America/New_York	37.38637	-84.94062	326			KY	045		
7253345	Staffordsville (historical)	staffordsville-historical	US		0	America/New_York	37.34444	-84.72184	384			KY	045		
7253346	Stapp (historical)	stapp-historical	US		0	America/New_York	37.37718	-84.86934	267			KY	045		
7253347	Sulphur Run (historical)	sulphur-run-historical	US		0	America/New_York	37.36562	-85.09915	262			KY	045		
7253362	White Oak Ridge (historical)	white-oak-ridge-historical	US		0	America/New_York	37.33758	-85.02768	319			KY	045		
7253367	Woodrum Ridge (historical)	woodrum-ridge-historical	US		0	America/New_York	37.33007	-85.0068	322			KY	045		
7253387	Adamsville (historical)	adamsville-historical	US		0	America/New_York	38.37124	-84.99652	180			KY	103		
7253446	Saltwater (historical)	saltwater-historical	US		0	America/New_York	38.38084	-85.03821	194			KY	103		
7253462	Sixmile (historical)	sixmile-historical	US		0	America/New_York	38.39393	-85.00624	153			KY	103		
7253572	Gar (historical)	gar-historical	US		0	America/Kentucky/Monticello	36.86398	-85.02288	220			KY	231		
7253635	Mackinaw Heights (historical)	mackinaw-heights-historical	US		0	America/Detroit	45.74167	-84.65	180	Carlin on the Straits,Mackinaw Heights (historical)		MI	031	50300	
7253899	Bullittsburg (historical)	bullittsburg-historical	US		0	America/New_York	39.12605	-84.77072	147	Bullettsburg,Bullittsburg (historical)		KY	015		
7253964	Carter (historical)	carter-historical	US		0	America/New_York	37.63276	-85.75662	263			KY	123		
7253970	In The Bark of Wonderland (historical)	in-the-bark-of-wonderland-historical	US		0	America/New_York	37.47266	-85.83689	263			KY	123		
7253973	Keith (historical)	keith-historical	US		0	America/New_York	37.49784	-85.76095	235			KY	123		
7253980	Malt (historical)	malt-historical	US		0	America/New_York	37.4854	-85.61347	232			KY	123		
7254012	Gibbs Road (historical)	gibbs-road-historical	US		0	America/New_York	38.13188	-85.02226	267			KY	073		
7254056	Fox Gap (historical)	fox-gap-historical	US		0	America/New_York	38.15453	-84.88156	182			KY	073		
7254060	Glore (historical)	glore-historical	US		0	America/New_York	38.2179	-84.90918	274			KY	073		
7254062	Gregory (historical)	gregory-historical	US		0	America/New_York	38.334	-84.8198	229			KY	073		
7254063	Harp (historical)	harp-historical	US		0	America/New_York	38.3014	-84.9188	202			KY	073		
7254068	Honeysuckle (historical)	honeysuckle-historical	US		0	America/New_York	38.24786	-84.92909	201			KY	073		
7254073	Knights (historical)	knights-historical	US		0	America/New_York	38.26939	-84.81364	176			KY	073		
7254077	Lucas Lane (historical)	lucas-lane-historical	US		0	America/New_York	38.25356	-84.78858	245			KY	073		
7254080	Mount Zion (historical)	mount-zion-historical	US		0	America/New_York	38.23068	-84.99066	257			KY	073		
7254091	Roberts (historical)	roberts-historical	US		0	America/New_York	38.19295	-84.99899	263			KY	073		
7254092	Roberts (historical)	roberts-historical	US		0	America/New_York	38.16772	-85.00173	245			KY	073		
7254096	Scanland Springs Resort (historical)	scanland-springs-resort-historical	US		0	America/New_York	38.12588	-84.90726	268	Franklin Springs,Scanland Springs Resort (historical)		KY	073		
7254131	Hodge (historical)	hodge-historical	US		0	America/New_York	38.25596	-84.80806	189			KY	073		
7254474	Stop (historical)	stop-historical	US		0	America/Kentucky/Monticello	36.81231	-84.9821	310			KY	231		
7255134	Pinebrook Village Mobile Home Park	pinebrook-village-mobile-home-park	US		0	America/Detroit	42.86056	-85.65139	207			MI	081	42820	
7255135	Green Meadow Village Mobile Home Park	green-meadow-village-mobile-home-park	US		0	America/Detroit	42.85222	-85.65917	205			MI	081	31240	
7255136	Brentwood Mobile Village	brentwood-mobile-village	US		0	America/Detroit	42.85722	-85.65694	205			MI	081	42820	
7255137	Southwood Village Mobile Home Park	southwood-village-mobile-home-park	US		0	America/Detroit	42.85417	-85.64389	211			MI	081	31240	
7255138	Windmill Pointe Mobile Home Park	windmill-pointe-mobile-home-park	US		0	America/Detroit	42.87556	-85.65833	207			MI	081	42820	
7255139	Paris Estates Mobile Home Park	paris-estates-mobile-home-park	US		0	America/Detroit	42.87556	-85.66444	208			MI	081	88940	
7255171	Chateau Ferrand Estates Mobile Home Park	chateau-ferrand-estates-mobile-home-park	US		0	America/Detroit	42.88194	-85.73083	203			MI	081	88940	
7255172	Creekside Estates Mobile Home Park	creekside-estates-mobile-home-park	US		0	America/Detroit	42.87111	-85.68194	201			MI	081	88940	
7255173	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/Detroit	42.88278	-85.68639	207			MI	081	88940	
7255342	Beaver Creek Village	beaver-creek-village	US		0	America/Denver	39.60489	-106.5153	2468	Beaver Creek,Beaver Creek Village		CO	037		
7255345	Bachelor Gulch Village	bachelor-gulch-village	US		0	America/Denver	39.62222	-106.54374	2489	Bachelor Gulch,Bachelor Gulch Village		CO	037		
7255349	Arrowhead Village	arrowhead-village	US		0	America/Denver	39.63438	-106.56704	2243	Arrowhead,Arrowhead Village		CO	037		
7255365	Lakewood Ranch	lakewood-ranch	US		0	America/New_York	27.3863	-82.4332	9			FL	081		
7255437	Carmansville (historical)	carmansville-historical	US		0	America/New_York	40.83	-73.94944	28			NY	061		
7255481	Pages Corner	pages-corner	US		0	America/New_York	42.96669	-71.0915	41			NH	015	27940	
7255507	Charlotteville (historical)	charlotteville-historical	US		0	America/New_York	40.75583	-73.90333	17			NY	081		
7257357	Conning Towers-Nautilus Park	conning-towers-nautilus-park	US		8834	America/New_York	41.38548	-72.06877	58	Conning Towers-Nautilus Park,Conning Towers-Nautilus Park CDP,Conning Towers-Nautilus Park Census Designated Place		CT	011	34250	
7257361	Deep River Center	deep-river-center	US		2484	America/New_York	41.38221	-72.43862	19	Deep River Center,Deep River Center CDP		CT	007	19130	
7257367	Essex Village	essex-village	US		2495	America/New_York	41.35544	-72.39101	22	Essex Village,Essex Village CDP		CT	007	26270	
7257370	Guilford Center	guilford-center	US		2597	America/New_York	41.28156	-72.67619	11	Guilford Center,Guilford Center CDP		CT	009	34950	
7257377	Madison Center	madison-center	US		2290	America/New_York	41.27925	-72.60048	7	Madison Center,Madison Center CDP		CT	009	44560	
7257382	New Hartford Center	new-hartford-center	US		1385	America/New_York	41.87996	-72.9753	125	New Hartford Center,New Hartford Center CDP		CT	005	51350	
7257391	Northwest Harwinton	northwest-harwinton	US		3252	America/New_York	41.77685	-73.07922	289	Northwest Harwinton,Northwest Harwinton CDP		CT	005	37280	
7257394	Old Saybrook Center	old-saybrook-center	US		2039	America/New_York	41.2915	-72.36528	0	Old Saybrook Center,Old Saybrook Center CDP		CT	007	57320	
7257396	Oxoboxo River	oxoboxo-river	US		3165	America/New_York	41.44391	-72.12502	35	Oxoboxo River,Oxoboxo River CDP		CT	011	48900	
7257398	Plainfield Village	plainfield-village	US		2557	America/New_York	41.67686	-71.92489	54	Plainfield Village,Plainfield Village CDP		CT	015	59980	
7257408	Simsbury Center	simsbury-center	US		5836	America/New_York	41.88088	-72.81116	88	Simsbury Center,Simsbury Center CDP		CT	003	68940	
7257422	Wallingford Center	wallingford-center	US		18209	America/New_York	41.44987	-72.81892	40	Wallingford Center,Wallingford Center CDP		CT	009	78740	
7257425	Westbrook Center	westbrook-center	US		2413	America/New_York	41.27997	-72.44254	4	Westbrook Center,Westbrook Center CDP		CT	007	81680	
7257433	Woodbury Center	woodbury-center	US		1294	America/New_York	41.54453	-73.20476	130	Woodbury Center,Woodbury Center CDP		CT	005	87910	
7257441	Brunswick Station	brunswick-station	US		578	America/New_York	43.8867	-69.93264	18	Brunswick Station,Brunswick Station CDP		ME	005	08430	
7257448	Damariscotta-Newcastle	damariscotta-newcastle	US		0	America/New_York	44.02481	-69.53065	6	Damariscotta-Newcastle,Damariscotta-Newcastle CDP		ME	015	16235	
7257475	Little Falls-South Windham	little-falls-south-windham	US		0	America/New_York	43.73458	-70.42681	30	Little Falls-South Windham,Little Falls-South Windham CDP		ME	005	86025	
7257477	Loring AFB	loring-afb	US		0	America/New_York	46.93879	-67.89393	214	Loring AFB,Loring AFB CDP		ME	003	39300	
7257481	Mars Hill-Blaine	mars-hill-blaine	US		0	America/New_York	46.50873	-67.87008	158	Mars Hill-Blaine,Mars Hill-Blaine CDP		ME	003	05385	
7257523	Acushnet Center	acushnet-center	US		3073	America/New_York	41.68508	-70.90642	28	Acushnet Center,Acushnet Center CDP		MA	005	00520	
7257567	Fort Devens	fort-devens	US		0	America/New_York	42.54364	-71.61479	92	AYE,Fort Devens,Fort Devens CDP,Форт Девенс		MA	027	28950	
7257572	Green Harbor-Cedar Crest	green-harbor-cedar-crest	US		2609	America/New_York	42.07495	-70.65843	7	Green Harbor-Cedar Crest,Green Harbor-Cedar Crest CDP		MA	023	38855	
7257575	Harwich Center	harwich-center	US		1798	America/New_York	41.69235	-70.06938	13	Harwich Center,Harwich Center CDP		MA	001	29020	
7257640	Tilton-Northfield	tilton-northfield	US		3075	America/New_York	43.443	-71.59364	133	Tilton-Northfield,Tilton-Northfield CDP,Tilton-Northfield Census Designated Place		NH	001	77060	
7257658	Newport East	newport-east	US		11769	America/New_York	41.51579	-71.28752	34	Newport East,Newport East CDP		RI	005	45460	
7257663	Wakefield-Peacedale	wakefield-peacedale	US		8487	America/New_York	41.44606	-71.5004	11	Wakefield-Peacedale,Wakefield-Peacedale CDP		RI	009	67460	
7259454	Plymouth Township	plymouth-township	US		0	America/Detroit	42.37307	-83.4927	240	Plymouth Township,Plymouth Township CDP		MI	163	65080	
7257674	Graniteville-East Barre	graniteville-east-barre	US		0	America/New_York	44.15522	-72.46958	437	Graniteville-East Barre,Graniteville-East Barre CDP		VT	023	03250	
7257710	Mattapoisett Center	mattapoisett-center	US		2915	America/New_York	41.66595	-70.8072	25	Mattapoisett Center,Mattapoisett Center CDP		MA	023	39450	
7257713	Middleborough Center	middleborough-center	US		7319	America/New_York	41.8946	-70.92618	28	Middleborough Center,Middleborough Center CDP		MA	023	40850	
7257716	Millis-Clicquot	millis-clicquot	US		4403	America/New_York	42.1648	-71.35442	53	Millis-Clicquot,Millis-Clicquot CDP		MA	021	41515	
7257719	Monson Center	monson-center	US		2107	America/New_York	42.09898	-72.30481	167	Monson Center,Monson Center CDP		MA	013	42145	
7257726	North Attleborough Center	north-attleborough-center	US		16796	America/New_York	41.97263	-71.32474	55	North Attleborough Center,North Attleborough Center CDP		MA	005	46575	
7257737	Northwest Harwich	northwest-harwich	US		3929	America/New_York	41.69029	-70.1025	9	Northwest Harwich,Northwest Harwich CDP		MA	001	29020	
7257739	Norton Center	norton-center	US		2671	America/New_York	41.97254	-71.18535	26	Norton Center,Norton Center CDP		MA	005	49970	
7257741	Ocean Bluff-Brant Rock	ocean-bluff-brant-rock	US		4970	America/New_York	42.10234	-70.65736	2	Ocean Bluff-Brant Rock,Ocean Bluff-Brant Rock CDP		MA	023	38855	
7257796	Bethlehem Village	bethlehem-village	US		2021	America/New_York	41.6401	-73.20308	279	Bethlehem Village,Bethlehem Village CDP		CT	005	04930	
7257798	Branford Center	branford-center	US		5819	America/New_York	41.27738	-72.81511	16	Branford Center,Branford Center CDP		CT	009	07310	
7257804	Central Waterford	central-waterford	US		2887	America/New_York	41.34504	-72.12948	23	Central Waterford,Central Waterford CDP,Central Waterford Census Designated Place		CT	011	80280	
7257805	Cheshire Village	cheshire-village	US		5786	America/New_York	41.5026	-72.89952	76	Cheshire Village,Cheshire Village CDP		CT	009	14160	
7257806	Chester Center	chester-center	US		1558	America/New_York	41.40132	-72.4527	4	Chester Center,Chester Center CDP		CT	007	14300	
7257836	Elliston-Lafayette	elliston-lafayette	US		0	America/New_York	37.22355	-80.21634	403	Elliston-Lafayette,Elliston-Lafayette CDP		VA	121		
7257843	Emory-Meadow View	emory-meadow-view	US		0	America/New_York	36.77166	-81.85145	693	Emory-Meadow View,Emory-Meadow View CDP		VA	191		
7257848	Erlton-Ellisburg	erlton-ellisburg	US		0	America/New_York	39.91437	-75.01376	13	Erlton-Ellisburg,Erlton-Ellisburg CDP		NJ	007	12280	
7257872	Fairview-Ferndale	fairview-ferndale	US		2139	America/New_York	40.78037	-76.57528	297	Fairview-Ferndale,Fairview-Ferndale CDP		PA	097	14536	
7257890	Florence-Roebling	florence-roebling	US		0	America/New_York	40.11812	-74.79552	19	Florence-Roebling,Florence-Roebling CDP		NJ	005	23850	
7257911	Fort Ritchie	fort-ritchie	US		314	America/New_York	39.70221	-77.50218	415	Fort Ritchie,Fort Ritchie CDP		MD	043		
7257923	Allamuchy-Panther Valley	allamuchy-panther-valley	US		0	America/New_York	40.91226	-74.83021	291	Allamuchy-Panther Valley,Allamuchy-Panther Valley CDP		NJ	041	00670	
7257932	Amherstdale-Robinette	amherstdale-robinette	US		0	America/New_York	37.77962	-81.77673	481	Amherstdale-Robinette,Amherstdale-Robinette CDP		WV	045		
7257935	Andrews AFB	andrews-afb	US		2973	America/New_York	38.80531	-76.8746	80	ADW,Andrews AFB CDP,Andrews AFB Census Designated Place,Andrews Air Force Base Census Designated Place		MD	033		
7257953	Ashton-Sandy Spring	ashton-sandy-spring	US		5628	America/New_York	39.14976	-77.00504	148	Ashton-Sandy Spring,Ashton-Sandy Spring CDP		MD	031		
7257964	Back Mountain	back-mountain	US		0	America/New_York	41.33286	-76.00321	359	Back Mountain,Back Mountain CDP		PA	079	42504	
7257972	Barclay-Kingston	barclay-kingston	US		0	America/New_York	39.90848	-74.99631	13	Barclay-Kingston,Barclay-Kingston CDP		NJ	007	12280	
7257984	Beatyestown	beatyestown	US		0	America/New_York	40.82225	-74.85022	181	Beatyestown,Beatyestown CDP,Beatyestown Census Designated Place		NJ	041	43320	
7257988	Beaverdam Lake-Salisbury Mills	beaverdam-lake-salisbury-mills	US		2242	America/New_York	41.44162	-74.11629	101	Beaverdam Lake-Salisbury Mills,Beaverdam Lake-Salisbury Mills CDP		NY	071	07003	
7257991	Bel Air North	bel-air-north	US		30568	America/New_York	39.55429	-76.37309	138	Bel Air North,Bel Air North CDP		MD	025		
7257992	Bel Air South	bel-air-south	US		47709	America/New_York	39.50506	-76.31977	99	Bel Air South,Bel Air South CDP		MD	025		
7258009	Big Flats Airport	big-flats-airport	US		0	America/New_York	42.1693	-76.88977	291	Big Flats Airport,Big Flats Airport CDP		NY	015	06475	
7258033	Brasher Falls-Winthrop	brasher-falls-winthrop	US		0	America/New_York	44.80405	-74.79295	91	Brasher Falls-Winthrop,Brasher Falls-Winthrop CDP		NY	089	71410	
7258036	Bressler-Enhaut-Oberlin	bressler-enhaut-oberlin	US		0	America/New_York	40.23317	-76.82106	141	Bressler-Enhaut-Oberlin,Bressler-Enhaut-Oberlin CDP		PA	043	75672	
7258044	Brittany Farms-Highlands	brittany-farms-highlands	US		3695	America/New_York	40.26901	-75.21401	123	Brittany Farms-Highlands,Brittany Farms-Highlands CDP,Brittany Farms-Highlands Census Designated Place		PA	017	53304	
7258067	Calumet-Norvelt	calumet-norvelt	US		0	America/New_York	40.2104	-79.49219	322	Calumet-Norvelt,Calumet-Norvelt CDP		PA	129	51888	
7258068	Calvert Beach-Long Beach	calvert-beach-long-beach	US		0	America/New_York	38.46207	-76.4791	27	Calvert Beach-Long Beach,Calvert Beach-Long Beach CDP		MD	009		
7258078	Carmel Hamlet	carmel-hamlet	US		6817	America/New_York	41.41485	-73.68524	155	Carmel Hamlet,Carmel Hamlet CDP		NY	079	12529	
7258082	Carnot-Moon	carnot-moon	US		11372	America/New_York	40.51856	-80.21736	338	Carnot-Moon,Carnot-Moon CDP		PA	003	50784	
7258083	Cashtown-McKnightstown	cashtown-mcknightstown	US		0	America/New_York	39.87865	-77.34465	208	Cashtown-McKnightstown,Cashtown-McKnightstown CDP		PA	001	27320	
7258090	Cecil-Bishop	cecil-bishop	US		2476	America/New_York	40.31819	-80.19331	349	Cecil-Bishop,Cecil-Bishop CDP		PA	125	11800	
7258110	Chesapeake Ranch Estates-Drum Point	chesapeake-ranch-estates-drum-point	US		0	America/New_York	38.35022	-76.41889	24	Chesapeake Ranch Estates-Drum Point,Chesapeake Ranch Estates-Drum Point CDP		MD	009		
7258113	Chester Township	chester-township	US		0	America/New_York	39.85052	-75.39991	28	Chester Township,Chester Township CDP		PA	045	13212	
7258115	Chesterfield Court House	chesterfield-court-house	US		0	America/New_York	37.38089	-77.51296	62	Chesterfield Court House,Chesterfield Court House CDP		VA	041		
7258125	Claverack-Red Mills	claverack-red-mills	US		913	America/New_York	42.22633	-73.72686	61	Claverack-Red Mills,Claverack-Red Mills CDP		NY	021	16045	
7258133	Clover Hill	clover-hill	US		0	America/New_York	39.45745	-77.42975	111	Clover Hill,Clover Hill CDP		MD	021		
7258153	Conneaut Lakeshore	conneaut-lakeshore	US		2395	America/New_York	41.62711	-80.31008	327	Conneaut Lakeshore,Conneaut Lakeshore CDP		PA	039	67088	
7258160	Cornwells Heights-Eddington	cornwells-heights-eddington	US		0	America/New_York	40.08214	-74.94782	17	Cornwells Heights-Eddington,Cornwells Heights-Eddington CDP		PA	017	05616	
7258161	Cortland West	cortland-west	US		1356	America/New_York	42.59431	-76.22587	390	Cortland West,Cortland West CDP		NY	023	18421	
7258171	Cresaptown-Bel Air	cresaptown-bel-air	US		0	America/New_York	39.58934	-78.85618	285	Cresaptown-Bel Air,Cresaptown-Bel Air CDP		MD	001		
7258193	Darby Township	darby-township	US		0	America/New_York	39.89399	-75.26503	11	Darby Township,Darby Township CDP		PA	045	18160	
7258204	Devon-Berwyn	devon-berwyn	US		0	America/New_York	40.04205	-75.43978	156	Devon-Berwyn,Devon-Berwyn CDP		PA	029	21928	
7258207	Discovery-Spring Garden	discovery-spring-garden	US		0	America/New_York	39.46164	-77.35915	91	Discovery-Spring Garden,Discovery-Spring Garden CDP		MD	021		
7258211	Dover Base Housing	dover-base-housing	US		3450	America/New_York	39.11763	-75.48393	6	Dover Base Housing,Dover Base Housing CDP		DE	001		
7258233	East Hampton North	east-hampton-north	US		4142	America/New_York	40.97276	-72.18911	17	East Hampton North,East Hampton North CDP		NY	103	22194	
7258242	East Norriton	east-norriton	US		0	America/New_York	40.15043	-75.33637	75	East Norriton,East Norriton CDP		PA	091	21600	
7258259	McGuire AFB	mcguire-afb	US		3710	America/New_York	40.03977	-74.58174	36	McGuire AFB,McGuire AFB CDP,McGuire AFB Census Designated Place		NJ	005	51510	
7258271	Mercerville-Hamilton Square	mercerville-hamilton-square	US		26419	America/New_York	40.23126	-74.67223	30	Mercerville-Hamilton Square,Mercerville-Hamilton Square CDP		NJ	021	29310	
7258290	Mineville-Witherbee	mineville-witherbee	US		0	America/New_York	44.09188	-73.52691	417	Mineville-Witherbee,Mineville-Witherbee CDP		NY	031	48428	
7258303	Moorestown-Lenola	moorestown-lenola	US		14217	America/New_York	39.96591	-74.96441	19	Moorestown-Lenola,Moorestown-Lenola CDP		NJ	005	47880	
7258310	Mount Gay-Shamrock	mount-gay-shamrock	US		1779	America/New_York	37.83857	-82.0297	320	Mount Gay-Shamrock,Mount Gay-Shamrock CDP		WV	045		
7258313	Mount Lebanon	mount-lebanon	US		0	America/New_York	40.37501	-80.04936	366	Maunt Lebanon,Mount Lebanon,Mount Lebanon CDP,Маунт Лебанон		PA	003	51696	
7258330	Naval Academy	naval-academy	US		4802	America/New_York	38.98568	-76.48774	0	Naval Academy,Naval Academy CDP		MD	003		
7258335	Nether Providence Township	nether-providence-township	US		0	America/New_York	39.89692	-75.36948	63	Nether Providence Township,Nether Providence Township CDP		PA	045	53104	
7258336	New Boston-Morea	new-boston-morea	US		0	America/New_York	40.78993	-76.16915	456	New Boston-Morea,New Boston-Morea CDP		PA	107	46584	
7258338	New Castle Northwest	new-castle-northwest	US		1413	America/New_York	41.02208	-80.35682	320	New Castle Northwest,New Castle Northwest CDP		PA	073	53064	
7258342	New Salem-Buffington	new-salem-buffington	US		0	America/New_York	39.93028	-79.82634	339	New Salem-Buffington,New Salem-Buffington CDP		PA	051	48616	
7258348	Newfield Hamlet	newfield-hamlet	US		759	America/New_York	42.35825	-76.59225	349	Newfield Hamlet,Newfield Hamlet CDP		NY	109	50254	
7258360	North Ballston Spa	north-ballston-spa	US		1338	America/New_York	43.01969	-73.85109	122	North Ballston Spa,North Ballston Spa CDP		NY	091	47537	
7258367	North Brunswick Township	north-brunswick-township	US		0	America/New_York	40.45044	-74.48	37	North Brunswick Township,North Brunswick Township CDP		NJ	023	52560	
7258386	North Vandergrift-Pleasant View	north-vandergrift-pleasant-view	US		0	America/New_York	40.61162	-79.5631	357	North Vandergrift-Pleasant View,North Vandergrift-Pleasant View CDP		PA	005	58160	
7258390	Northeast Ithaca	northeast-ithaca	US		2641	America/New_York	42.47032	-76.46228	311	Northeast Ithaca,Northeast Ithaca CDP		NY	109	38088	
7258393	Northwest Harborcreek	northwest-harborcreek	US		8949	America/New_York	42.14944	-79.99463	220	Northwest Harborcreek,Northwest Harborcreek CDP		PA	049	32520	
7258394	Northwest Ithaca	northwest-ithaca	US		1413	America/New_York	42.47059	-76.54145	267	Northwest Ithaca,Northwest Ithaca CDP		NY	109	38088	
7258412	O'Hara Township	o-hara-township	US		0	America/New_York	40.49677	-79.87121	289	O'Hara Township,O'Hara Township CDP		PA	003	56384	
7258432	Oxon Hill-Glassmanor	oxon-hill-glassmanor	US		35355	America/New_York	38.79615	-76.97499	48	Oxon Hill-Glassmanor,Oxon Hill-Glassmanor CDP		MD	033		
7258438	Paramount-Long Meadow	paramount-long-meadow	US		2571	America/New_York	39.68042	-77.6929	184	Paramount-Long Meadow,Paramount-Long Meadow CDP		MD	043		
7258446	Patterson Township	patterson-township	US		0	America/New_York	40.74304	-80.33242	334	Patterson Township,Patterson Township CDP		PA	007	58375	
7258447	Pattersonville-Rotterdam Junction	pattersonville-rotterdam-junction	US		0	America/New_York	42.87797	-74.05276	80	Pattersonville-Rotterdam Junction,Pattersonville-Rotterdam Junction CDP		NY	093	63935	
7258456	Penn Hills	penn-hills	US		0	America/New_York	40.47582	-79.82558	361	Penn Hills,Penn Hills CDP		PA	003	59032	
7258482	Plattsburgh West	plattsburgh-west	US		1364	America/New_York	44.68315	-73.50295	96	Plattsburgh West,Plattsburgh West CDP		NY	019	58585	
7258505	Preston-Potter Hollow	preston-potter-hollow	US		366	America/New_York	42.43304	-74.22876	388			NY	001	61181	
7258509	Princeton North	princeton-north	US		0	America/New_York	40.36388	-74.64795	44	Princeton North,Princeton North CDP		NJ	021		
7258512	Pumphrey	pumphrey	US		0	America/New_York	39.218	-76.64221	16	Pumphrey,Pumphrey CDP		MD	003		
7258514	Pymatuning Central	pymatuning-central	US		2269	America/New_York	41.58546	-80.4796	339	Pymatuning Central,Pymatuning Central CDP		PA	039	55408	
7258515	Pymatuning North	pymatuning-north	US		311	America/New_York	41.66562	-80.46463	313	Pymatuning North,Pymatuning North CDP		PA	039	60312	
7258516	Pymatuning South	pymatuning-south	US		479	America/New_York	41.50678	-80.47023	308	Pymatuning South,Pymatuning South CDP		PA	039	84008	
7258517	Quantico Station	quantico-station	US		4452	America/New_York	38.52263	-77.31834	34	Quantico Station,Quantico Station CDP,Quantico Station Census Designated Place		VA	153		
7258519	Quioque	quioque	US		0	America/New_York	40.82013	-72.62799	6	Quioque,Quioque CDP,Quioque Census Designated Place		NY	103	68473	
7258520	Radnor Township	radnor-township	US		0	America/New_York	40.02866	-75.36745	102	Municipio de Radnor,Radnor Taunship,Radnor Township,Radnor Township CDP,Xa Radnor,Xã Radnor,radona,Раднор Тауншип,راڈنر ٹاؤن شپ، ڈیلاویئر کاؤنٹی، پنسلوانیا,ラドナー		PA	045	63264	
7258538	Reinerton-Orwin-Muir	reinerton-orwin-muir	US		0	America/New_York	40.58737	-76.52965	244	Reinerton-Orwin-Muir,Reinerton-Orwin-Muir CDP		PA	107	62200	
7258540	Remsenburg-Speonk	remsenburg-speonk	US		2642	America/New_York	40.82642	-72.69673	12	Remsenburg-Speonk,Remsenburg-Speonk CDP		NY	103	68473	
7258543	Reserve Township	reserve-township	US		0	America/New_York	40.48529	-79.9891	339	Reserve Township,Reserve Township CDP		PA	003	64240	
7258553	Rising Sun-Lebanon	rising-sun-lebanon	US		3391	America/New_York	39.09977	-75.50488	8	Rising Sun-Lebanon,Rising Sun-Lebanon CDP		DE	001		
7258555	River Vale	river-vale	US		0	America/New_York	41.01364	-74.00793	12	Rivehr Vehjl,River Vale,River Vale CDP,River Vejl,rywr wyl  nywjrsy,Ривер Вејл,Ривэр Вэйл,ریور ویل، نیوجرسی		NJ	003	63690	
7258561	Robinson Township	robinson-township	US		0	America/New_York	40.45884	-80.13275	357	Robinson Township,Robinson Township CDP		PA	003	65352	
7258576	Rosendale Village	rosendale-village	US		1349	America/New_York	41.85038	-74.07379	40	Rosendale,Rosendale Hamlet,Rosendale Village,Rosendale Village CDP,Rosendale Village Census Designated Place,Rosendejl Khamlet,Росендејл Хамлет		NY	111	63737	
7258579	Ross Township	ross-township	US		0	America/New_York	40.52549	-80.02424	350	Municipio de Ross,Ros Taunship,Ross,Ross Township,Ross Township CDP,Xa Ross,Xã Ross,rosu,Рос Тауншип,راس ٹاؤن شپ، الیگھینی کاؤنٹی، پنسلوانیا,ロス		PA	003	66264	
7258581	Leisure World	leisure-world	US		8749	America/New_York	39.1023	-77.06898	128	Leisure World,Leisure World CDP,Leisure World Census Designated Place,Leisure World of Maryland,Rossmoor CDP,Rossmoor Census Designated Place		MD	031		
7258596	Salunga-Landisville	salunga-landisville	US		0	America/New_York	40.09179	-76.4189	128	Salunga-Landisville,Salunga-Landisville CDP		PA	071	21232	
7258606	Fountainhead-Orchard Hills	fountainhead-orchard-hills	US		5666	America/New_York	39.68636	-77.71901	195	Fountainhead-Orchard Hills,Fountainhead-Orchard Hills CDP		MD	043		
7258612	Fredericktown-Millsboro	fredericktown-millsboro	US		0	America/New_York	39.99661	-80.00607	307	Fredericktown-Millsboro,Fredericktown-Millsboro CDP		PA	125	20808	
7258613	Frenchtown-Rumbly	frenchtown-rumbly	US		100	America/New_York	38.08039	-75.85513	1	Frenchtown-Rumbly,Frenchtown-Rumbly CDP		MD	039		
7258633	Gates-North Gates	gates-north-gates	US		15138	America/New_York	43.16547	-77.70066	169	Gates-North Gates,Gates-North Gates CDP		NY	055	28442	
7258641	Gilgo-Oak Beach-Captree	gilgo-oak-beach-captree	US		286	America/New_York	40.64657	-73.27179	0	Gilgo-Oak Beach-Captree,Gilgo-Oak Beach-Captree CDP,Gilgo-Oak Beach-Captree Census Designated Place		NY	103	04000	
7258652	Glens Falls North	glens-falls-north	US		8443	America/New_York	43.33506	-73.68251	142	Glens Falls North,Glens Falls North CDP		NY	113	60356	
7258667	Great Meadows-Vienna	great-meadows-vienna	US		0	America/New_York	40.87161	-74.88848	166	Great Meadows-Vienna,Great Meadows-Vienna CDP		NJ	041	33930	
7258671	Greater Upper Marlboro	greater-upper-marlboro	US		18720	America/New_York	38.83142	-76.74827	24	Greater Upper Marlboro,Greater Upper Marlboro CDP		MD	033		
7258673	Green Haven	green-haven	US		0	America/New_York	39.13775	-76.5403	18	Green Haven,Green Haven CDP		MD	003		
7258676	Greenport West	greenport-west	US		2124	America/New_York	41.10178	-72.37195	4	Greenport West,Greenport West CDP		NY	103	69463	
7258683	Grier City-Park Crest	grier-city-park-crest	US		0	America/New_York	40.81962	-76.06361	379	Grier City-Park Crest,Grier City-Park Crest CDP		PA	107	66944	
7258684	Grindstone-Rowes Run	grindstone-rowes-run	US		0	America/New_York	40.01405	-79.81848	290	Grindstone-Rowes Run,Grindstone-Rowes Run CDP		PA	051	63904	
7258696	Hampton Township	hampton-township	US		0	America/New_York	40.58458	-79.95344	345	Hampton Township,Hampton Township CDP		PA	003	32328	
7258701	Harmony Township	harmony-township	US		0	America/New_York	40.60867	-80.21893	283	Harmony Township,Harmony Township CDP		PA	007	32680	
7258735	Hillsmere Shores	hillsmere-shores	US		0	America/New_York	38.93146	-76.49651	8	Hillsmere Shores,Hillsmere Shores CDP		MD	003		
7258740	Holiday City South	holiday-city-south	US		3689	America/New_York	39.95324	-74.23778	10	Holiday City South,Holiday City South CDP		NJ	029	05305	
7258741	Holiday City-Berkeley	holiday-city-berkeley	US		12831	America/New_York	39.9638	-74.27803	15	Holiday City-Berkeley,Holiday City-Berkeley CDP		NJ	029	05305	
7258746	Homeacre-Lyndora	homeacre-lyndora	US		6906	America/New_York	40.87206	-79.9206	356	Homeacre-Lyndora,Homeacre-Lyndora CDP		PA	019	10472	
7258752	Horseheads North	horseheads-north	US		2843	America/New_York	42.19278	-76.80782	291	Horseheads North,Horseheads North CDP		NY	015	35705	
7258766	Imperial-Enlow	imperial-enlow	US		0	America/New_York	40.45299	-80.24739	331	Imperial-Enlow,Imperial-Enlow CDP		PA	003	25904	
7258777	Jamestown West	jamestown-west	US		2408	America/New_York	42.08851	-79.2811	444	Jamestown West,Jamestown West CDP		NY	013	23998	
7258780	West Falls Church	west-falls-church	US		29207	America/New_York	38.86484	-77.18787	101	Dzhefferson,Jefferson,Jefferson CDP,Jefferson Census Designated Place,West Falls Church,Джефферсон		VA	059		
7258782	Jefferson Valley-Yorktown	jefferson-valley-yorktown	US		14142	America/New_York	41.31797	-73.80066	198	Jefferson Valley-Yorktown,Jefferson Valley-Yorktown CDP		NY	119	84077	
7258794	Kennedy Township	kennedy-township	US		0	America/New_York	40.47763	-80.10313	349	Kennedy Township,Kennedy Township CDP		PA	003	39312	
7258817	Lake Luzerne-Hadley	lake-luzerne-hadley	US		0	America/New_York	43.31931	-73.83804	196	Lake Luzerne-Hadley,Lake Luzerne-Hadley CDP		NY	113	40662	
7258832	Lanham-Seabrook	lanham-seabrook	US		18190	America/New_York	38.96835	-76.85108	46	Lanham-Seabrook,Lanham-Seabrook CDP		MD	033		
7258833	Lansdowne-Baltimore Highlands	lansdowne-baltimore-highlands	US		0	America/New_York	39.23616	-76.65355	33	Lansdowne-Baltimore Highlands,Lansdowne-Baltimore Highlands CDP		MD	005		
7258846	Leacock-Leola-Bareville	leacock-leola-bareville	US		0	America/New_York	40.09155	-76.18904	127	Leacock-Leola-Bareville,Leacock-Leola-Bareville CDP,Leacock-Leola-Bareville Census Designated Place		PA	071	79080	
7258847	Lebanon South	lebanon-south	US		2270	America/New_York	40.32804	-76.40644	158	Lebanon South,Lebanon South CDP		PA	075	72288	
7258852	Leisure Village West-Pine Lake Park	leisure-village-west-pine-lake-park	US		3493	America/New_York	40.00416	-74.26629	21	Leisure Village West-Pine Lake Park,Leisure Village West-Pine Lake Park CDP		NJ	029	43140	
7258855	Leith-Hatfield	leith-hatfield	US		2546	America/New_York	39.87744	-79.73133	340	Leith-Hatfield,Leith-Hatfield CDP		PA	051	72544	
7258865	Lime Lake-Machias	lime-lake-machias	US		0	America/New_York	42.42797	-78.48289	500	Lime Lake-Machias,Lime Lake-Machias CDP		NY	009	44237	
7258872	Linganore-Bartonsville	linganore-bartonsville	US		0	America/New_York	39.40603	-77.32655	197	Linganore-Bartonsville,Linganore-Bartonsville CDP		MD	021		
7258878	Lionville-Marchwood	lionville-marchwood	US		0	America/New_York	40.0524	-75.64399	148	Lionville-Marchwood,Lionville-Marchwood CDP,Lionville-Marchwood Census Designated Place		PA	029	79480	
7258886	Londontowne	londontowne	US		0	America/New_York	38.9373	-76.55729	8	Londontowne,Londontowne CDP		MD	003		
7258901	Lynnwood-Pricedale	lynnwood-pricedale	US		2031	America/New_York	40.13071	-79.85135	285	Lynnwood-Pricedale,Lynnwood-Pricedale CDP		PA	129	66376	
7258941	McCandless Township	mccandless-township	US		0	America/New_York	40.58351	-80.02799	319	McCandless Township,McCandless Township CDP		PA	003	45900	
7258945	Saugerties South	saugerties-south	US		2218	America/New_York	42.06139	-73.95067	42	Saugerties South,Saugerties South CDP		NY	111	65299	
7258946	Savage-Guilford	savage-guilford	US		0	America/New_York	39.14813	-76.82681	88	Savage-Guilford,Savage-Guilford CDP		MD	027		
7258954	Scott Township	scott-township	US		0	America/New_York	40.38713	-80.07923	328	Scott Township,Scott Township CDP		PA	003	68388	
7258959	Selby-on-the-Bay	selby-on-the-bay	US		0	America/New_York	38.91589	-76.52462	3	Selby-on-the-Bay,Selby-on-the-Bay CDP		MD	003		
7258965	Setauket-East Setauket	setauket-east-setauket	US		15477	America/New_York	40.93064	-73.10179	31	Setauket-East Setauket,Setauket-East Setauket CDP		NY	103	10000	
7258972	Shaler Township	shaler-township	US		0	America/New_York	40.52268	-79.96318	295	Shaler Township,Shaler Township CDP		PA	003	69584	
7258973	Shanor-Northvue	shanor-northvue	US		5051	America/New_York	40.91045	-79.91562	348	Shanor-Northvue,Shanor-Northvue CDP		PA	019	12024	
7259013	South Park Township	south-park-township	US		13416	America/New_York	40.29864	-79.99405	296	South Park Township,South Park Township CDP		PA	003	72400	
7259027	Springetts Manor-Yorklyn	springetts-manor-yorklyn	US		0	America/New_York	39.98937	-76.65084	133	Springetts Manor-Yorklyn,Springetts Manor-Yorklyn CDP		PA	133	72992	
7259034	St. Charles	st-charles	US		33379	America/New_York	38.60728	-76.92478	63	St. Charles,St. Charles CDP		MD	017		
7259038	St. Michael-Sidman	st-michael-sidman	US		0	America/New_York	40.32539	-78.76131	532	St. Michael-Sidman,St. Michael-Sidman CDP		PA	021	00308	
7259049	Stonybrook-Wilshire	stonybrook-wilshire	US		0	America/New_York	39.97451	-76.64065	153	Stonybrook-Wilshire,Stonybrook-Wilshire CDP		PA	133	72992	
7259053	Stowe Township	stowe-township	US		0	America/New_York	40.4831	-80.07332	268	Stowe Township,Stowe Township CDP		PA	003	74648	
7259057	Sturgeon-Noblestown	sturgeon-noblestown	US		0	America/New_York	40.39075	-80.21137	330	Sturgeon-Noblestown,Sturgeon-Noblestown CDP		PA	003	55016	
7259058	Succasunna-Kenvil	succasunna-kenvil	US		0	America/New_York	40.85638	-74.65201	219	Succasunna-Kenvil,Succasunna-Kenvil CDP		NJ	027	64980	
7259061	Suitland-Silver Hill	suitland-silver-hill	US		33515	America/New_York	38.84685	-76.92591	88	Suitland-Silver Hill,Suitland-Silver Hill CDP		MD	033		
7259081	Tinicum Township	tinicum-township	US		0	America/New_York	39.86435	-75.2694	5	Municipio de Tinicum,Tinicum,Tinicum Township,Tinicum Township CDP,Xa Tinicum,Xã Tinicum		PA	045	76792	
7259102	Tyler Run-Queens Gate	tyler-run-queens-gate	US		0	America/New_York	39.93454	-76.69567	190	Tyler Run-Queens Gate,Tyler Run-Queens Gate CDP		PA	133	87056	
7259108	Upper Providence Township	upper-providence-township	US		0	America/New_York	39.93733	-75.39831	106	Upper Providence Township,Upper Providence Township CDP		PA	045	79248	
7259124	Village Green-Green Ridge	village-green-green-ridge	US		7822	America/New_York	39.86363	-75.42548	54	Village Green-Green Ridge,Village Green-Green Ridge CDP		PA	045	03336	
7259142	Warren South	warren-south	US		0	America/New_York	41.8312	-79.15674	362	Warren South,Warren South CDP		PA	123	61208	
7259146	Washington Township	washington-township	US		0	America/New_York	40.98832	-74.06358	27	Municipio de Washington,Taunship of Vashington,Washington Township,Washington Township CDP,nahyh washyngtn  shhrstan brgan  nywjrsy,Тауншип оф Вашингтон,ناحیه واشینگتن، شهرستان برگان، نیوجرسی,واشنگٹن ٹاؤن شپ، برگن کاؤنٹی، نیو جرسی		NJ	003	77135	
7259151	Weissport East	weissport-east	US		1624	America/New_York	40.83697	-75.68643	184	Weissport East,Weissport East CDP		PA	025	27368	
7259155	West Caldwell	west-caldwell	US		0	America/New_York	40.84852	-74.29695	54	Vehst Kaldvehl,Vest Koldvel,West Caldwell,West Caldwell CDP,kaldwl ghrby  nywjrsy,Вест Колдвел,Вэст Калдвэл,کالدول غربی، نیوجرسی	78510	NJ	013	78510	
7259160	West Gate	west-gate	US		0	America/New_York	38.78186	-77.49603	61	West Gate,West Gate CDP		VA	153		
7259162	West Goshen	west-goshen	US		0	America/New_York	39.96711	-75.57412	132	OQN,West Goshen,West Goshen CDP		PA	029	83080	
7259171	West Norriton	west-norriton	US		0	America/New_York	40.13062	-75.37889	72	West Norriton,West Norriton CDP		PA	091	83696	
7259191	Wheaton-Glenmont	wheaton-glenmont	US		0	America/New_York	39.05762	-77.05269	127	Wheaton-Glenmont,Wheaton-Glenmont CDP		MD	031		
7259197	Whitesboro-Burleigh	whitesboro-burleigh	US		2205	America/New_York	39.04305	-74.86538	6	Whitesboro-Burleigh,Whitesboro-Burleigh CDP		NJ	009	45810	
7259199	Whittingham	whittingham	US		2476	America/New_York	40.32982	-74.44511	49	Whittingham,Whittingham CDP		NJ	023	47280	
7259200	Wickerham Manor-Fisher	wickerham-manor-fisher	US		1728	America/New_York	40.17749	-79.90684	342	Wickerham Manor-Fisher,Wickerham Manor-Fisher CDP		PA	125	11424	
7259204	Wilkes-Barre Township	wilkes-barre-township	US		0	America/New_York	41.23354	-75.85946	210	Wilkes-Barre Township,Wilkes-Barre Township CDP		PA	079	85160	
7259205	Wilkins Township	wilkins-township	US		0	America/New_York	40.42579	-79.82332	345	Wilkins Township,Wilkins Township CDP		PA	003	85184	
7259210	Wilson-Conococheague	wilson-conococheague	US		2282	America/New_York	39.65351	-77.83157	135	Wilson-Conococheague,Wilson-Conococheague CDP		MD	043		
7259226	Woodside East	woodside-east	US		2316	America/New_York	39.06756	-75.53748	14	Woodside East,Woodside East CDP		DE	001		
7259236	Yardville-Groveville	yardville-groveville	US		0	America/New_York	40.18079	-74.66803	17	Yardville-Groveville,Yardville-Groveville CDP		NJ	021	29310	
7259253	Ellsworth Air Force Base	ellsworth-air-force-base	US		0	America/Denver	44.14395	-103.07507	972	Ellsworth Air Force Base,Ellsworth Air Force Base CDP		SD	103	06620	
7259259	Fairview Lanes	fairview-lanes	US		0	America/New_York	41.42661	-82.65473	179	Fairview Lanes,Fairview Lanes CDP		OH	043	61714	
7259266	Fort McKinley	fort-mckinley	US		0	America/New_York	39.80259	-84.24592	292	Fort McKinley,Fort McKinley CDP		OH	113	33922	
7259267	Fort Riley North	fort-riley-north	US		7761	America/Chicago	39.11081	-96.81392	406	Fort Riley North,Fort Riley North CDP,Fort Riley North Census Designated Place		KS	161	44125	
7259268	Fort Riley-Camp Whiteside	fort-riley-camp-whiteside	US		0	America/Chicago	39.08383	-96.77336	351	Fort Riley-Camp Whiteside,Fort Riley-Camp Whiteside CDP		KS	061	66000	
7259283	Grand Forks Air Force Base	grand-forks-air-force-base	US		2367	America/Chicago	47.95493	-97.38664	273	Grand Forks Air Force Base,Grand Forks Air Force Base CDP		ND	035	51980	
7259287	Granville South	granville-south	US		1410	America/New_York	40.05207	-82.54166	320	Granville South,Granville South CDP		OH	089	31416	
7259289	Greater Galesburg	greater-galesburg	US		0	America/Detroit	42.28143	-85.45422	237	Greater Galesburg,Greater Galesburg CDP		MI	077	17680	
7259295	Grissom Air Force Base	grissom-air-force-base	US		5537	America/Indiana/Indianapolis	40.65753	-86.14755	242	Grissom Air Force Base,Grissom Air Force Base CDP		IN	103	60174	
7259298	Gulivoire Park	gulivoire-park	US		0	America/Indiana/Indianapolis	41.61075	-86.24585	252	Gulivoire Park,Gulivoire Park CDP		IN	141	11890	
7259330	K. I. Sawyer Air Force Base	k-i-sawyer-air-force-base	US		2624	America/Detroit	46.34651	-87.38632	362	K. I. Sawyer Air Force Base,K. I. Sawyer Air Force Base CDP,K. I. Sawyer Air Force Base Census Designated Place		MI	103	29720	
7259359	Legend Lake	legend-lake	US		1525	America/Chicago	44.89095	-88.54406	256	Legend Lake,Legend Lake CDP		WI	078	50975	
7259362	Level Park-Oak Park	level-park-oak-park	US		3409	America/Detroit	42.36418	-85.2665	263	Level Park-Oak Park,Level Park-Oak Park CDP		MI	025	06720	
7259376	Mack North	mack-north	US		0	America/New_York	39.1651	-84.67085	238	Mack North,Mack North CDP		OH	061	31752	
7259377	Mack South	mack-south	US		0	America/New_York	39.14016	-84.67129	266	Mack South,Mack South CDP		OH	061	31752	
7259380	Manderson-White Horse Creek	manderson-white-horse-creek	US		626	America/Denver	43.23508	-102.49117	996	Manderson-White Horse Creek,Manderson-White Horse Creek CDP		SD	102	70415	
7259381	Manitou Beach-Devils Lake	manitou-beach-devils-lake	US		2019	America/Detroit	41.97565	-84.28616	318	Manitou Beach-Devils Lake,Manitou Beach-Devils Lake CDP		MI	091	69340	
7259396	Minot Air Force Base	minot-air-force-base	US		5521	America/Chicago	48.42087	-101.33914	494	Minot Air Force Base,Minot Air Force Base CDP		ND	101	83780	
7259398	Monfort Heights East	monfort-heights-east	US		0	America/New_York	39.18563	-84.58782	266	Monfort Heights East,Monfort Heights East CDP		OH	061	31752	
7259399	Monfort Heights South	monfort-heights-south	US		0	America/New_York	39.176	-84.61012	273	Monfort Heights South,Monfort Heights South CDP		OH	061	31752	
7259400	Montrose-Ghent	montrose-ghent	US		5177	America/New_York	41.1538	-81.64378	313	Montrose-Ghent,Montrose-Ghent CDP		OH	153	04248	
7259415	North Fork Village	north-fork-village	US		0	America/New_York	39.32948	-83.02931	194	North Fork Village,North Fork Village CDP		OH	141	70898	
7259430	Offutt Air Force Base	offutt-air-force-base	US		4644	America/Chicago	41.12024	-95.92095	311	Offutt Air Force Base,Offutt Air Force Base CDP		NE	153		
7259471	Robin Glen-Indiantown	robin-glen-indiantown	US		722	America/Detroit	43.46206	-83.83689	178	Robin Glen-Indiantown,Robin Glen-Indiantown CDP		MI	145	11560	
7259472	Rock Island Arsenal	rock-island-arsenal	US		149	America/Chicago	41.51725	-90.53993	178	Rock Island Arsenal,Rock Island Arsenal CDP		IL	161	65091	
7259480	Saginaw Township North	saginaw-township-north	US		24994	America/Detroit	43.46004	-84.00674	190	Saginaw Township North,Saginaw Township North CDP		MI	145	70540	
7259481	Saginaw Township South	saginaw-township-south	US		0	America/Detroit	43.41709	-84.01908	184	Saginaw Township South,Saginaw Township South CDP		MI	145	70540	
7259485	Sandusky South	sandusky-south	US		0	America/New_York	41.41517	-82.68703	186	Sandusky South,Sandusky South CDP		OH	043	61714	
7259498	Shorewood-Tower Hills-Harbert	shorewood-tower-hills-harbert	US		1344	America/Detroit	41.88169	-86.61409	192	Shorewood-Tower Hills-Harbert,Shorewood-Tower Hills-Harbert CDP		MI	021	15480	
7259538	Barnes Lake-Millers Lake	barnes-lake-millers-lake	US		1093	America/Detroit	43.17956	-83.3123	239	Barnes Lake-Millers Lake,Barnes Lake-Millers Lake CDP		MI	087	21160	
7259551	Bloomfield Township	bloomfield-township	US		0	America/Detroit	42.5756	-83.27342	257	Bloomfield Township,Bloomfield Township CDP		MI	125	09110	
7259558	Bridgetown North	bridgetown-north	US		0	America/New_York	39.1598	-84.63572	274	Bridgetown North,Bridgetown North CDP		OH	061	31752	
7259580	Chain O' Lakes-King	chain-o-lakes-king	US		0	America/Chicago	44.33073	-89.16694	275	Chain O' Lakes-King,Chain O' Lakes-King CDP		WI	135	25400	
7259582	Champion Heights	champion-heights	US		6498	America/New_York	41.28999	-80.84595	284	Champion Heights,Champion Heights CDP		OH	155	13470	
7259593	Comstock Northwest	comstock-northwest	US		5455	America/Detroit	42.32182	-85.51759	277	Comstock Northwest,Comstock Northwest CDP		MI	077	17680	
7259612	Vienna Center	vienna-center	US		650	America/New_York	41.25098	-80.67215	357	Vienna Center,Vienna Center CDP		OH	155	80052	
7259621	West Bloomfield Township	west-bloomfield-township	US		64690	America/Detroit	42.56891	-83.38356	296	Municipio de West Bloomfield,West Bloomfield,West Bloomfield Township,West Bloomfield Township CDP,Xa West Bloomfield,Xã West Bloomfield,bldt wyst blwmfyld,بلدة ويست بلومفيلد,ویسٹ بلوم فیلڈ ٹاؤن شپ، مشی گن,ウェスト・ブルームフィールド		MI	125	85480	
7259633	White Oak East	white-oak-east	US		0	America/New_York	39.20003	-84.59131	267	White Oak East,White Oak East CDP		OH	061	31752	
7259634	White Oak West	white-oak-west	US		0	America/New_York	39.20133	-84.61406	272	White Oak West,White Oak West CDP		OH	061	31752	
7259646	Woodbourne-Hyde Park	woodbourne-hyde-park	US		0	America/New_York	39.66184	-84.17511	277	Woodbourne-Hyde Park,Woodbourne-Hyde Park CDP		OH	113	81494	
7259649	Wright-Patterson AFB	wright-patterson-afb	US		1821	America/New_York	39.81113	-84.05731	244	Wright-Patterson AFB,Wright-Patterson AFB CDP,Wright-Patterson AFB Census Designated Place		OH	057	04220	
7259666	Cutler  (historical)	cutler-census-designated-place-historical	US		0	America/New_York	25.62582	-80.31696	1	Cutler  (historical),Cutler CDP,Cutler Census Designated Place (historical)		FL	086		
7259667	Cutler Ridge  (historical)	cutler-ridge-census-designated-place-historical	US		0	America/New_York	25.583	-80.3476	3	Cutler Ridge  (historical),Cutler Ridge CDP,Cutler Ridge Census Designated Place (historical)		FL	086		
7259670	Cypress Lakes	cypress-lakes	US		0	America/New_York	26.72913	-80.12265	5	Cypress Lakes,Cypress Lakes CDP		FL	099		
7259672	Dade City North	dade-city-north	US		3113	America/New_York	28.38334	-82.19389	24	Dade City North,Dade City North CDP		FL	101		
7259674	De Land Southwest	de-land-southwest	US		1052	America/New_York	29.0077	-81.31129	20	De Land Southwest,De Land Southwest CDP,De Land Southwest Census Designated Place		FL	127		
7259692	Dunes Road  (historical)	dunes-road-census-designated-place-historical	US		0	America/New_York	26.484	-80.11848	6	Dunes Road  (historical),Dunes Road CDP,Dunes Road Census Designated Place (historical)		FL	099		
7259696	East Brainerd	east-brainerd	US		0	America/New_York	35.01534	-85.10938	267	East Brainerd,East Brainerd CDP		TN	065		
7259697	East Bronson	east-bronson	US		1945	America/New_York	29.45928	-82.5904	21	East Bronson,East Bronson CDP		FL	075		
7259699	East Dunbar  (historical)	east-dunbar-census-designated-place-historical	US		0	America/New_York	26.63412	-81.84138	5	East Dunbar  (historical),East Dunbar CDP,East Dunbar Census Designated Place (historical)		FL	071		
7259705	East Lake-Orient Park	east-lake-orient-park	US		22753	America/New_York	27.98269	-82.37878	11	East Lake-Orient Park,East Lake-Orient Park CDP		FL	057		
7259708	East Perrine  (historical)	east-perrine-census-designated-place-historical	US		0	America/New_York	25.60854	-80.34008	4	East Perrine  (historical),East Perrine CDP,East Perrine Census Designated Place (historical)		FL	086		
7259711	East Williston	east-williston	US		694	America/New_York	29.38896	-82.41731	25	East Williston,East Williston CDP		FL	075		
7259718	Edgewater  (historical)	edgewater-census-designated-place-historical	US		0	America/New_York	26.06515	-80.20054	1	Edgewater  (historical),Edgewater CDP,Edgewater Census Designated Place (historical)		FL	011		
7259720	Eglin Air Force Base	eglin-air-force-base	US		2274	America/Chicago	30.45907	-86.55026	13	Eglin Air Force Base,Eglin Air Force Base CDP		FL	091		
7259733	Estates of Fort Lauderdale  (historical)	estates-of-fort-lauderdale-census-designated-place-historical	US		0	America/New_York	26.0522	-80.17939	0	Estates of Fort Lauderdale  (historical),Estates of Fort Lauderdale CDP,Estates of Fort Lauderdale Census Designated Place (historical)		FL	011		
7259741	Fairdale  (historical)	fairdale-census-designated-place-historical	US		0	America/Kentucky/Louisville	38.11051	-85.7589	141	Fairdale  (historical),Fairdale CDP,Fairdale Census Designated Place (historical)		KY	111		
7259752	Fern Creek  (historical)	fern-creek-census-designated-place-historical	US		0	America/Kentucky/Louisville	38.15809	-85.59861	209	Fern Creek  (historical),Fern Creek CDP,Fern Creek Census Designated Place (historical)		KY	111		
7259768	Fort Benning South  (historical)	fort-benning-south-census-designated-place-historical	US		0	America/New_York	32.36412	-84.94833	119	Fort Benning South  (historical),Fort Benning South CDP,QFE		GA	053		
7259769	Fort Bragg  (historical)	fort-bragg-historical	US		0	America/New_York	35.13717	-79.00275	98	Fort Bragg  (historical),Fort Bragg CDP,Fort Bragg Census Designated Place (historical)		NC	051	91964	
7259770	Fort Campbell North	fort-campbell-north	US		13685	America/Chicago	36.65429	-87.46056	168	Camp Campbell,Fort Campbell North,Fort Campbell North CDP		KY	047		
7259773	Fort Pierce North	fort-pierce-north	US		6474	America/New_York	27.47364	-80.3593	6	Fort Pierce North,Fort Pierce North CDP		FL	111		
7259774	Fort Pierce South	fort-pierce-south	US		5062	America/New_York	27.40962	-80.35483	3	Fort Pierce South,Fort Pierce South CDP		FL	111		
7259775	Fort Polk North	fort-polk-north	US		2864	America/Chicago	31.10302	-93.17913	104	Fort Polk North,Fort Polk North CDP		LA	115		
7259776	Fort Polk South	fort-polk-south	US		9038	America/Chicago	31.0511	-93.21578	88	Fort Polk South,Fort Polk South CDP		LA	115		
7259782	Fremd Village-Padgett Island	fremd-village-padgett-island	US		0	America/New_York	26.8048	-80.65496	4	Fremd Village-Padgett Island,Fremd Village-Padgett Island CDP		FL	099		
7259787	Gandy  (historical)	gandy-census-designated-place-historical	US		0	America/New_York	27.8899	-82.59732	-2	Gandy  (historical),Gandy CDP,Gandy Census Designated Place (historical)		FL	103		
7259797	Gibsonia  (historical)	gibsonia-census-designated-place-historical	US		0	America/New_York	28.11621	-81.96833	43	Gibsonia  (historical),Gibsonia CDP,Gibsonia Census Designated Place (historical)		FL	105		
7259808	Golden Heights  (historical)	golden-heights-census-designated-place-historical	US		0	America/New_York	26.14601	-80.1779	3	Golden Heights  (historical),Golden Heights CDP,Golden Heights Census Designated Place (historical)		FL	011		
7259809	Golden Lakes	golden-lakes	US		0	America/New_York	26.70047	-80.16577	5	Golden Lakes,Golden Lakes CDP		FL	099		
7259818	Gravel Ridge  (historical)	gravel-ridge-historical	US		0	America/Chicago	34.86866	-92.18491	82	Gravel Ridge  (historical),Gravel Ridge CDP,Gravel Ridge Census Designated Place (historical)		AR	119	91731	
7259823	Greater Northdale	greater-northdale	US		22079	America/New_York	28.10545	-82.52594	17	Greater Northdale,Greater Northdale CDP,Greater Northdale Census Designated Place		FL	057		
7259825	Green Meadow  (historical)	green-meadow-census-designated-place-historical	US		0	America/New_York	26.04942	-80.36817	1	Green Meadow  (historical),Green Meadow CDP,Green Meadow Census Designated Place (historical)		FL	011		
7259836	Hamptons at Boca Raton	hamptons-at-boca-raton	US		0	America/New_York	26.38307	-80.18494	5	Hamptons at Boca Raton,Hamptons at Boca Raton CDP		FL	099		
7259855	Hickory Withe	hickory-withe	US		0	America/Chicago	35.23183	-89.59496	114	Hickory Withe,Hickory Withe CDP		TN	047		
7259860	Highview  (historical)	highview-census-designated-place-historical	US		0	America/Kentucky/Louisville	38.14146	-85.63857	192	Highview  (historical),Highview CDP,Highview Census Designated Place (historical)		KY	111		
7259861	Hiland Park  (historical)	hiland-park-census-designated-place-historical	US		0	America/Chicago	30.20175	-85.60221	10	Hiland Park  (historical),Hiland Park CDP,Hiland Park Census Designated Place (historical)		FL	005		
7259864	Hillsboro Ranches  (historical)	hillsboro-ranches-census-designated-place-historical	US		0	America/New_York	26.3216	-80.18148	4	Hillsboro Ranches  (historical),Hillsboro Ranches CDP,Hillsboro Ranches Census Designated Place (historical)		FL	011		
7259871	Homestead Base	homestead-base	US		964	America/New_York	25.49373	-80.39132	1	Homestead Base,Homestead Base CDP		FL	086		
7259881	Hutchinson Island South	hutchinson-island-south	US		5201	America/New_York	27.29949	-80.22045	0	Hutchinson Island South,Hutchinson Island South CDP		FL	111		
7259891	Inverness Highlands North	inverness-highlands-north	US		2401	America/New_York	28.8642	-82.37688	20	Inverness Highlands North,Inverness Highlands North CDP		FL	017		
7259892	Inverness Highlands South	inverness-highlands-south	US		6542	America/New_York	28.80055	-82.3371	17	Inverness Highlands South,Inverness Highlands South CDP		FL	017		
7259900	Ivanhoe Estates  (historical)	ivanhoe-estates-census-designated-place-historical	US		0	America/New_York	26.05424	-80.34944	1	Ivanhoe Estates  (historical),Ivanhoe Estates CDP,Ivanhoe Estates Census Designated Place (historical)		FL	011		
7259913	Altamahaw-Ossipee  (historical)	altamahaw-ossipee-census-designated-place-historical	US		0	America/New_York	36.17942	-79.50121	189	Altamahaw-Ossipee  (historical),Altamahaw-Ossipee CDP,Altamahaw-Ossipee Census Designated Place (historical)		NC	001		
7259918	Andover  (historical)	andover-census-designated-place-historical	US		0	America/New_York	25.96609	-80.21332	1	Andover  (historical),Andover CDP,Andover Census Designated Place (historical)		FL	086		
7259949	Bellair-Meadowbrook Terrace	bellair-meadowbrook-terrace	US		13343	America/New_York	30.17881	-81.74341	19	Bellair-Meadowbrook Terrace,Bellair-Meadowbrook Terrace CDP		FL	019		
7259951	Belle Glade Camp	belle-glade-camp	US		0	America/New_York	26.65662	-80.68305	3	Belle Glade Camp,Belle Glade Camp CDP		FL	099		
7259977	Bonnie Loch-Woodsetter North  (historical)	bonnie-loch-woodsetter-north-census-designated-place-historical	US		0	America/New_York	26.28193	-80.12898	4	Bonnie Loch-Woodsetter North  (historical),Bonnie Loch-Woodsetter North CDP,Bonnie Loch-Woodsetter North Census Designated Place (historical)		FL	011		
7259978	Boothville-Venice	boothville-venice	US		0	America/Chicago	29.31925	-89.39272	-3	Boothville-Venice,Boothville-Venice CDP		LA	075		
7259982	Boyette	boyette	US		0	America/New_York	27.83769	-82.28206	20	Boyette,Boyette CDP		FL	057		
7259990	Broadview-Pompano Park  (historical)	broadview-pompano-park-census-designated-place-historical	US		0	America/New_York	26.20363	-80.21115	3	Broadview-Pompano Park  (historical),Broadview-Pompano Park CDP,Broadview-Pompano Park Census Designated Place (historical)		FL	011		
7259997	Brownsville-Bawcomville	brownsville-bawcomville	US		0	America/Chicago	32.47979	-92.16494	26	Brownsville-Bawcomville,Brownsville-Bawcomville CDP		LA	073		
7260002	Buechel  (historical)	buechel-census-designated-place-historical	US		0	America/Kentucky/Louisville	38.18887	-85.64062	153	Buechel  (historical),Buechel CDP,Buechel Census Designated Place (historical)		KY	111		
7260005	Bunche Park  (historical)	bunche-park-census-designated-place-historical	US		0	America/New_York	25.92123	-80.23639	2	Bunche Park  (historical),Bunche Park CDP,Bunche Park Census Designated Place (historical)		FL	086		
7260006	Buras-Triumph	buras-triumph	US		0	America/Chicago	29.34791	-89.50113	1	Buras-Triumph,Buras-Triumph CDP		LA	075		
7260013	Bynum  (historical)	bynum-census-designated-place-historical	US		0	America/Chicago	33.60783	-85.95821	197	Bynum  (historical),Bynum CDP,Bynum Census Designated Place (historical)		AL	015		
7260015	Cahaba Heights  (historical)	cahaba-heights-census-designated-place-historical	US		0	America/Chicago	33.45948	-86.72853	201	Cahaba Heights  (historical),Cahaba Heights CDP,Cahaba Heights Census Designated Place (historical)		AL	073		
7260019	Candler-McAfee	candler-mcafee	US		23025	America/New_York	33.72672	-84.27246	285	Candler-McAfee,Candler-McAfee CDP		GA	089		
7260023	Carver Ranches  (historical)	carver-ranches-census-designated-place-historical	US		0	America/New_York	25.99095	-80.19135	3	Carver Ranches  (historical),Carver Ranches CDP,Carver Ranches Census Designated Place (historical)		FL	011		
7260030	Century Village	century-village	US		0	America/New_York	26.71454	-80.12786	5	Century Village,Century Village CDP		FL	099		
7260032	Chalkville  (historical)	chalkville-census-designated-place-historical	US		0	America/Chicago	33.66987	-86.65049	251	Chalkville  (historical),Chalkville CDP,Chalkville Census Designated Place (historical)		AL	073		
7260034	Chambers Estates  (historical)	chambers-estates-census-designated-place-historical	US		0	America/New_York	26.05438	-80.20151	1	Chambers Estates  (historical),Chambers Estates CDP,Chambers Estates Census Designated Place (historical)		FL	011		
7260045	Chula Vista  (historical)	chula-vista-census-designated-place-historical	US		0	America/New_York	26.10121	-80.18281	1	Chula Vista  (historical),Chula Vista CDP,Chula Vista Census Designated Place (historical)		FL	011		
7260057	Cocoa West	cocoa-west	US		5925	America/New_York	28.35942	-80.77109	4	Cocoa West,Cocoa West CDP		FL	009		
7260060	Collier Manor-Cresthaven  (historical)	collier-manor-cresthaven-census-designated-place-historical	US		0	America/New_York	26.26715	-80.10751	4	Collier Manor-Cresthaven  (historical),Collier Manor-Cresthaven CDP,Collier Manor-Cresthaven Census Designated Place (historical)		FL	011		
7260063	Columbus Air Force Base	columbus-air-force-base	US		1373	America/Chicago	33.63239	-88.45153	56	Columbus Air Force Base,Columbus Air Force Base CDP		MS	087		
7260074	Country Estates  (historical)	country-estates-census-designated-place-historical	US		0	America/New_York	26.0372	-80.42407	1	Country Estates  (historical),Country Estates CDP,Country Estates Census Designated Place (historical)		FL	011		
7260080	Crystal Lake  (historical)	crystal-lake-census-designated-place-historical	US		0	America/New_York	26.28388	-80.13243	4	Crystal Lake  (historical),Crystal Lake CDP,Crystal Lake Census Designated Place (historical)		FL	011		
7260082	Saint Dennis  (historical)	saint-dennis-census-designated-place-historical	US		0	America/Kentucky/Louisville	38.18893	-85.84447	134	Saint Dennis  (historical),Saint Dennis CDP,Saint Dennis Census Designated Place (historical)		KY	111		
7260093	Samsula-Spruce Creek	samsula-spruce-creek	US		5047	America/New_York	29.04932	-81.06192	8	Samsula-Spruce Creek,Samsula-Spruce Creek CDP		FL	127		
7260095	Sandalfoot Cove	sandalfoot-cove	US		16582	America/New_York	26.33863	-80.1869	5	Sandalfoot Cove,Sandalfoot Cove CDP		FL	099		
7260105	Scott Lake  (historical)	scott-lake-census-designated-place-historical	US		0	America/New_York	25.94145	-80.23316	2	Scott Lake  (historical),Scott Lake CDP,Scott Lake Census Designated Place (historical)		FL	086		
7260108	Seagate  (historical)	seagate-historical	US		0	America/New_York	34.20051	-77.84139	8	Seagate  (historical),Seagate CDP,Seagate Census Designated Place (historical)		NC	129	94044	
7260110	Selmont-West Selmont	selmont-west-selmont	US		2671	America/Chicago	32.37843	-87.0074	34	Selmont-West Selmont,Selmont-West Selmont CDP		AL	047		
7260124	Shoreline Park	shoreline-park	US		0	America/Chicago	30.31905	-89.40945	1	Shoreline Park,Shoreline Park CDP		MS	045		
7260133	Slater-Marietta	slater-marietta	US		2176	America/New_York	35.03472	-82.49265	326	Slater-Marietta,Slater-Marietta CDP		SC	045		
7260157	Southeast Arcadia	southeast-arcadia	US		6554	America/New_York	27.18629	-81.8521	17	Southeast Arcadia,Southeast Arcadia CDP		FL	027		
7260177	Sunshine Acres  (historical)	sunshine-acres-census-designated-place-historical	US		0	America/New_York	26.06036	-80.29266	1	Sunshine Acres  (historical),Sunshine Acres CDP,Sunshine Acres Census Designated Place (historical)		FL	011		
7260178	Sunshine Ranches  (historical)	sunshine-ranches-census-designated-place-historical	US		0	America/New_York	26.0456	-80.33048	1	Sunshine Ranches  (historical),Sunshine Ranches CDP,Sunshine Ranches Census Designated Place (historical)		FL	011		
7260183	Sylvan Shores	sylvan-shores	US		0	America/New_York	27.31775	-81.34566	25	Sylvan Shores,Sylvan Shores CDP		FL	055		
7260192	Tedder  (historical)	tedder-census-designated-place-historical	US		0	America/New_York	26.28316	-80.12259	5	Tedder  (historical),Tedder CDP,Tedder Census Designated Place (historical)		FL	011		
7260193	Terra Mar  (historical)	terra-mar-census-designated-place-historical	US		0	America/New_York	26.21093	-80.0951	1	Terra Mar  (historical),Terra Mar CDP,Terra Mar Census Designated Place (historical)		FL	011		
7260214	Twin Lakes  (historical)	twin-lakes-census-designated-place-historical	US		0	America/New_York	26.18178	-80.15946	2	Twin Lakes  (historical),Twin Lakes CDP,Twin Lakes Census Designated Place (historical)		FL	011		
7260215	Tyndall Air Force Base	tyndall-air-force-base	US		2994	America/Chicago	30.08535	-85.60731	8	Tyndall Air Force Base,Tyndall Air Force Base CDP		FL	005		
7260216	Underwood-Petersville	underwood-petersville	US		3247	America/Chicago	34.87695	-87.69717	192	Underwood-Petersville,Underwood-Petersville CDP		AL	077		
7260223	Utopia  (historical)	utopia-census-designated-place-historical	US		0	America/New_York	25.98914	-80.20325	3	Utopia  (historical),Utopia CDP,Utopia Census Designated Place (historical)		FL	011		
7260226	Valley Station  (historical)	valley-station-census-designated-place-historical	US		0	America/Kentucky/Louisville	38.10504	-85.85887	140	Valley Station  (historical),Valley Station CDP,Valley Station Census Designated Place (historical)		KY	111		
7260233	Vero Beach South	vero-beach-south	US		23092	America/New_York	27.61638	-80.41308	7	Vero Beach South,Vero Beach South CDP		FL	061		
7260234	Village Park  (historical)	village-park-census-designated-place-historical	US		0	America/New_York	26.19393	-80.20306	2	Village Park  (historical),Village Park CDP,Village Park Census Designated Place (historical)		FL	011		
7260236	Villages of Oriole	villages-of-oriole	US		0	America/New_York	26.46125	-80.15519	6	Villages of Oriole,Villages of Oriole CDP		FL	099		
7260256	Watts Mills	watts-mills	US		1635	America/New_York	34.51641	-81.9858	198	Watts Mills,Watts Mills CDP		SC	059		
7260265	Wesley Chapel South	wesley-chapel-south	US		0	America/New_York	28.24694	-82.31719	28	Wesley Chapel South,Wesley Chapel South CDP		FL	101		
7260270	West End-Cobb Town	west-end-cobb-town	US		3465	America/Chicago	33.6525	-85.8742	217	West End-Cobb Town,West End-Cobb Town CDP		AL	015		
7260271	West Ferriday	west-ferriday	US		0	America/Chicago	31.62163	-91.58799	14	West Ferriday,West Ferriday CDP		LA	029		
7260273	West Ken-Lark  (historical)	west-ken-lark-census-designated-place-historical	US		0	America/New_York	26.14388	-80.19084	2	West Ken-Lark  (historical),West Ken-Lark CDP,West Ken-Lark Census Designated Place (historical)		FL	011		
7260281	Westgate-Belvedere Homes  (historical)	westgate-belvedere-homes-historical	US		0	America/New_York	26.69922	-80.09465	4	Westgate-Belvedere Homes  (historical),Westgate-Belvedere Homes CDP		FL	099		
7260288	Whisper Walk	whisper-walk	US		0	America/New_York	26.39761	-80.18744	5	Whisper Walk,Whisper Walk CDP		FL	099		
7260304	Winston  (historical)	winston-census-designated-place-historical	US		0	America/New_York	28.04821	-82.01094	38	Winston  (historical),Winston CDP,Winston Census Designated Place (historical)		FL	105		
7260308	Woodlawn-Oakdale	woodlawn-oakdale	US		0	America/Chicago	37.04032	-88.5735	104	Woodlawn-Oakdale,Woodlawn-Oakdale CDP		KY	145		
7260318	Zephyrhills North	zephyrhills-north	US		2600	America/New_York	28.25172	-82.16557	31	Zephyrhills North,Zephyrhills North CDP		FL	101		
7260319	Zephyrhills South	zephyrhills-south	US		5276	America/New_York	28.21492	-82.18873	25	Zephyrhills South,Zephyrhills South CDP		FL	101		
7260320	Zephyrhills West	zephyrhills-west	US		5865	America/New_York	28.23081	-82.20556	26	Zephyrhills West,Zephyrhills West CDP		FL	101		
7260326	Kendall Green  (historical)	kendall-green-census-designated-place-historical	US		0	America/New_York	26.2682	-80.11986	6	Kendall Green  (historical),Kendall Green CDP,Kendall Green Census Designated Place (historical)		FL	011		
7260327	Kendall West	kendall-west	US		36154	America/New_York	25.7065	-80.4388	2	Kendall West,Kendall West CDP		FL	086		
7260333	Kings Bay Base	kings-bay-base	US		1777	America/New_York	30.79836	-81.56589	7	Kings Bay Base,Kings Bay Base CDP		GA	039		
7260335	Kings Point	kings-point	US		0	America/New_York	26.44574	-80.14069	5	Kings Point,Kings Point CDP		FL	099		
7260346	Lake Forest  (historical)	lake-forest-census-designated-place-historical	US		0	America/New_York	25.97899	-80.18294	1	Lake Forest  (historical),Lake Forest CDP,Lake Forest Census Designated Place (historical)		FL	011		
7260354	Lake Lucerne  (historical)	lake-lucerne-census-designated-place-historical	US		0	America/New_York	25.96671	-80.25865	1	Lake Lucerne  (historical),Lake Lucerne CDP,Lake Lucerne Census Designated Place (historical)		FL	086		
7260355	Lake Mack-Forest Hills	lake-mack-forest-hills	US		1010	America/New_York	29.00074	-81.42397	19	Lake Mack-Forest Hills,Lake Mack-Forest Hills CDP		FL	069		
7260357	Lake Murray of Richland	lake-murray-of-richland	US		5484	America/New_York	34.12048	-81.2645	114	Lake Murray of Richland,Lake Murray of Richland CDP		SC	079		
7260367	Lakes by the Bay  (historical)	lakes-by-the-bay-census-designated-place-historical	US		0	America/New_York	25.57376	-80.32411	1	Lakes by the Bay  (historical),Lakes by the Bay CDP,Lakes by the Bay Census Designated Place (historical)		FL	086		
7260369	Lakeside Green	lakeside-green	US		0	America/New_York	26.73857	-80.11411	4	Lakeside Green,Lakeside Green CDP		FL	099		
7260374	Lancaster Mill	lancaster-mill	US		0	America/New_York	34.70892	-80.78589	146	Lancaster Mill,Lancaster Mill CDP		SC	057		
7260385	Leisureville  (historical)	leisureville-census-designated-place-historical	US		0	America/New_York	26.26559	-80.12653	4	Leisureville  (historical),Leisureville CDP,Leisureville Census Designated Place (historical)		FL	011		
7260396	Loch Lomond  (historical)	loch-lomond-census-designated-place-historical	US		0	America/New_York	26.27199	-80.12871	5	Loch Lomond  (historical),Loch Lomond CDP,Loch Lomond Census Designated Place (historical)		FL	011		
7260417	Masonboro  (historical)	masonboro-historical	US		0	America/New_York	34.17225	-77.86658	8	Masonboro  (historical),Masonboro CDP,Masonboro Census Designated Place (historical)		NC	129	94044	
7260422	Matlacha Isles-Matlacha Shores	matlacha-isles-matlacha-shores	US		229	America/New_York	26.63377	-82.05994	0	Matlacha Isles-Matlacha Shores,Matlacha Isles-Matlacha Shores CDP		FL	071		
7260432	Melrose Park  (historical)	melrose-park-census-designated-place-historical	US		0	America/New_York	26.10912	-80.20113	3	Melrose Park  (historical),Melrose Park CDP,Melrose Park Census Designated Place (historical)		FL	011		
7260435	Meridian Station	meridian-station	US		1090	America/Chicago	32.55049	-88.61849	79	Meridian Station,Meridian Station CDP		MS	075		
7260454	Mission Bay	mission-bay	US		0	America/New_York	26.36943	-80.21126	4	Mission Bay,Mission Bay CDP		FL	099		
7260457	Monarch Mill	monarch-mill	US		1811	America/New_York	34.7161	-81.585	147	Monarch Mill,Monarch Mill CDP		SC	087		
7260462	Moody A F B	moody-a-f-b	US		886	America/New_York	30.97849	-83.21646	73	Moody A F B,Moody AFB,Moody Air Force Base CDP		GA	185		
7260484	Nassau Village-Ratliff	nassau-village-ratliff	US		5337	America/New_York	30.51111	-81.80925	6	Nassau Village-Ratliff,Nassau Village-Ratliff CDP		FL	089		
7260490	New Port Richey East	new-port-richey-east	US		10036	America/New_York	28.26027	-82.69261	6	New Port Richey East,New Port Richey East CDP		FL	101		
7260492	Newburg  (historical)	newburg-census-designated-place-historical	US		0	America/Kentucky/Louisville	38.17397	-85.68767	143	Newburg  (historical),Newburg CDP,Newburg Census Designated Place (historical)		KY	111		
7260497	Norland  (historical)	norland-census-designated-place-historical	US		0	America/New_York	25.947	-80.20878	2	Norland  (historical),Norland CDP,Norland Census Designated Place (historical)		FL	086		
7260498	North Andrews Gardens  (historical)	north-andrews-gardens-census-designated-place-historical	US		0	America/New_York	26.19224	-80.14379	2	North Andrews Gardens  (historical),North Andrews Gardens CDP,North Andrews Gardens Census Designated Place (historical)		FL	011		
7260500	North Beach  (historical)	north-beach-historical	US		0	America/New_York	27.79654	-80.40315	0	North Beach  (historical),North Beach CDP		FL	061		
7260514	North Weeki Wachee	north-weeki-wachee	US		8524	America/New_York	28.55014	-82.55888	6	North Weeki Wachee,North Weeki Wachee CDP		FL	053		
7260520	Oak Point  (historical)	oak-point-census-designated-place-historical	US		0	America/New_York	26.04893	-80.18898	1	Oak Point  (historical),Oak Point CDP,Oak Point Census Designated Place (historical)		FL	011		
7260530	Okolona  (historical)	okolona-census-designated-place-historical	US		0	America/Kentucky/Louisville	38.13916	-85.68503	143	Okolona  (historical),Okolona CDP,Okolona Census Designated Place (historical)		KY	111		
7260535	Opa-locka North  (historical)	opa-locka-north-census-designated-place-historical	US		0	America/New_York	25.92004	-80.26902	2	Opa-locka North  (historical),Opa-locka North CDP,Opa-locka North Census Designated Place (historical)		FL	086		
7260545	Palm Aire  (historical)	palm-aire-census-designated-place-historical	US		0	America/New_York	26.20574	-80.19177	2	Palm Aire  (historical),Palm Aire CDP,Palm Aire Census Designated Place (historical)		FL	011		
7260548	Palm River-Clair Mel	palm-river-clair-mel	US		21024	America/New_York	27.92386	-82.37939	5	Palm River-Clair Mel,Palm River-Clair Mel CDP		FL	057		
7260557	Parris Island  (historical)	parris-island-census-designated-place-historical	US		0	America/New_York	32.32806	-80.69148	2	Parris Island  (historical),Parris Island CDP,Parris Island Census Designated Place (historical)		SC	013		
7260588	Pleasure Ridge Park  (historical)	pleasure-ridge-park-census-designated-place-historical	US		0	America/Kentucky/Louisville	38.15203	-85.85504	139	Pleasure Ridge Park  (historical),Pleasure Ridge Park CDP,Pleasure Ridge Park Census Designated Place (historical)		KY	111		
7260591	Pompano Beach Highlands  (historical)	pompano-beach-highlands-census-designated-place-historical	US		0	America/New_York	26.28588	-80.10325	3	Pompano Beach Highlands  (historical),Pompano Beach Highlands CDP,Pompano Beach Highlands Census Designated Place (historical)		FL	011		
7260592	Pompano Estates  (historical)	pompano-estates-census-designated-place-historical	US		0	America/New_York	26.28244	-80.11632	6	Pompano Estates  (historical),Pompano Estates CDP,Pompano Estates Census Designated Place (historical)		FL	011		
7260593	Pope Air Force Base  (historical)	pope-air-force-base-historical	US		0	America/New_York	35.17128	-79.01042	67	Pope Air Force Base  (historical),Pope Air Force Base CDP,Pope Air Force Base Census Designated Place (historical)		NC	051	91964	
7260616	Ramblewood East  (historical)	ramblewood-east-census-designated-place-historical	US		0	America/New_York	26.28092	-80.24536	4	Ramblewood East  (historical),Ramblewood East CDP,Ramblewood East Census Designated Place (historical)		FL	011		
7260618	Ravenswood Estates  (historical)	ravenswood-estates-census-designated-place-historical	US		0	America/New_York	26.0564	-80.17261	1	Ravenswood Estates  (historical),Ravenswood Estates CDP,Ravenswood Estates Census Designated Place (historical)		FL	011		
7260623	Redstone Arsenal	redstone-arsenal	US		1946	America/Chicago	34.68387	-86.64764	313	Redston Arsenal,Redstone Arsenal,Redstone Arsenal CDP,Redstoun-Arsenal,Redstounskij arsenal,rdstwn arsnal  alabama,redastona arsenala,reddosuton bing qi chang,rydstwn arsnal,Редстон Арсенал,Редстоун-Арсенал,Редстоунский арсенал,ردستون آرسنال، آلاباما,ريدستون أرسنال,रेडस्टोन आर्सेनल,レッドストーン兵器廠		AL	089		
7260637	Riverland Village  (historical)	riverland-village-census-designated-place-historical	US		0	America/New_York	26.0972	-80.18926	2	Riverland Village  (historical),Riverland Village CDP,Riverland Village Census Designated Place (historical)		FL	011		
7260641	Robins Air Force Base	robins-air-force-base	US		1170	America/New_York	32.60911	-83.58444	81	Base de la Fuerza Aerea Robins,Base de la Fuerza Aérea Robins,Pojgoҳi Nerui Ҳavoii Robinz,Robins Air Force Base,Robins Air Force Base CDP,Robinsova letecka zakladna,Robinsova letecká základna,Vazdukhoplovna baza Robins,paygah nyrw hwayy rabynz,rabinsa e epha bi,Ваздухопловна база Робинс,Пойгоҳи Нерӯи Ҳавоии Робинз,پایگاه نیرو هوایی رابینز,रबिन्स ए एफ बी		GA	153		
7260643	Rock Island  (historical)	rock-island-census-designated-place-historical	US		0	America/New_York	26.15472	-80.17679	1	Rock Island  (historical),Rock Island CDP,Rock Island Census Designated Place (historical)		FL	011		
7260648	Rolling Oaks  (historical)	rolling-oaks-census-designated-place-historical	US		0	America/New_York	26.04567	-80.38631	1	Rolling Oaks  (historical),Rolling Oaks CDP,Rolling Oaks Census Designated Place (historical)		FL	011		
7260653	Royal Palm Ranches  (historical)	royal-palm-ranches-census-designated-place-historical	US		0	America/New_York	26.03991	-80.27419	1	Royal Palm Ranches  (historical),Royal Palm Ranches CDP,Royal Palm Ranches Census Designated Place (historical)		FL	011		
7260667	Chula Vista-Orason	chula-vista-orason	US		0	America/Chicago	26.07412	-97.44368	5	Chula Vista-Orason,Chula Vista-Orason CDP		TX	061		
7260679	Clarkston Heights-Vineland	clarkston-heights-vineland	US		6326	America/Los_Angeles	46.38742	-117.083	361	Clarkston Heights-Vineland,Clarkston Heights-Vineland CDP		WA	003		
7260706	Cooke City-Silver Gate	cooke-city-silver-gate	US		0	America/Denver	45.01752	-109.91568	2507	Cooke City-Silver Gate,Cooke City-Silver Gate CDP		MT	067		
7260721	Cottonwood West  (historical)	cottonwood-west-census-designated-place-historical	US		0	America/Denver	40.64691	-111.85026	1332	Cottonwood West  (historical),Cottonwood West CDP,Cottonwood West Census Designated Place (historical)		UT	035		
7260729	Crescent City North	crescent-city-north	US		0	America/Los_Angeles	41.76602	-124.21699	10	Crescent City North,Crescent City North CDP		CA	015		
7260733	C-Road	c-road	US		150	America/Los_Angeles	39.76233	-120.57758	1461	C-Road,C-Road CDP		CA	063		
7260743	Abram-Perezville	abram-perezville	US		0	America/Chicago	26.2249	-98.41308	40	Abram-Perezville,Abram-Perezville CDP		TX	215		
7260752	Air Force Academy	air-force-academy	US		6680	America/Denver	38.99425	-104.86375	2069	Air Force Academy,Air Force Academy CDP		CO	041		
7260754	Airport Road	airport-road	US		0	America/Denver	43.9958	-107.94714	1257	Airport Road,Airport Road CDP		WY	043		
7260760	Alamosa East	alamosa-east	US		1458	America/Denver	37.47735	-105.84217	2298	Alamosa East,Alamosa East CDP		CO	003		
7260767	Alfred-South La Paloma	alfred-south-la-paloma	US		0	America/Chicago	27.88797	-97.96239	46	Alfred-South La Paloma,Alfred-South La Paloma CDP		TX	249		
7260772	Allyn-Grapeview	allyn-grapeview	US		0	America/Los_Angeles	47.35273	-122.83455	14	Allyn-Grapeview,Allyn-Grapeview CDP		WA	045		
7260778	Alpine Northeast	alpine-northeast	US		196	America/Denver	43.19426	-111.00744	1988	Alpine Northeast,Alpine Northeast CDP		WY	023		
7260779	Alpine Northwest	alpine-northwest	US		244	America/Denver	43.1805	-111.03321	1721	Alpine Northwest,Alpine Northwest CDP		WY	023		
7260792	Anderson Mill  (historical)	anderson-mill-census-designated-place-historical	US		0	America/Chicago	30.45487	-97.80754	292	Anderson Mill  (historical),Anderson Mill CDP,Anderson Mill Census Designated Place (historical)		TX	491		
7260797	Antelope Valley-Crestview	antelope-valley-crestview	US		1658	America/Denver	44.22488	-105.47409	1425	Antelope Valley-Crestview,Antelope Valley-Crestview CDP		WY	005		
7260801	Aptos Hills-Larkin Valley	aptos-hills-larkin-valley	US		2381	America/Los_Angeles	36.96064	-121.83404	71	Aptos Hills-Larkin Valley,Aptos Hills-Larkin Valley CDP		CA	087		
7260804	Arbon Valley	arbon-valley	US		599	America/Boise	42.88473	-112.59424	1388	Arbon Valley,Arbon Valley CDP		ID	077		
7260806	Arden-Arcade	arden-arcade	US		92186	America/Los_Angeles	38.6025	-121.37854	17	Arden-Arcade,Arden-Arcade CDP,Arden-Arkejd,aden'akedo,ardena'arkeda,Арден-Аркејд,आर्डेनआर्केड,アーデンアーケード		CA	067		
7260816	Arroyo Alto  (historical)	arroyo-alto-census-designated-place-historical	US		0	America/Chicago	26.13449	-97.82158	16	Arroyo Alto  (historical),Arroyo Alto CDP,Arroyo Alto Census Designated Place (historical)		TX	061		
7260818	Arroyo Gardens-La Tina Ranch	arroyo-gardens-la-tina-ranch	US		0	America/Chicago	26.21954	-97.48598	6	Arroyo Gardens-La Tina Ranch,Arroyo Gardens-La Tina Ranch CDP		TX	061		
7260833	Ault Field	ault-field	US		1541	America/Los_Angeles	48.33812	-122.67441	21	Ault Field,Ault Field CDP,Ault Field Census Designated Place		WA	029		
7260845	Bangor Trident Base	bangor-trident-base	US		6054	America/Los_Angeles	47.72274	-122.71446	112	Bangor Trident Base,Bangor Trident Base CDP,Bangor Trident Base Census Designated Place		WA	035		
7260856	Bausell and Ellis  (historical)	bausell-and-ellis-census-designated-place-historical	US		0	America/Chicago	26.43341	-97.78706	9	Bausell and Ellis  (historical),Bausell and Ellis CDP,Bausell and Ellis Census Designated Place (historical)		TX	489		
7260861	Bayview-Montalvin	bayview-montalvin	US		0	America/Los_Angeles	38.00324	-122.32583	5	Bayview-Montalvin,Bayview-Montalvin CDP		CA	013		
7260863	Beale Air Force Base	beale-air-force-base	US		1319	America/Los_Angeles	39.10917	-121.35444	60	Beale Air Force Base,Beale Air Force Base CDP		CA	115		
7260882	Bertsch-Oceanview	bertsch-oceanview	US		2436	America/Los_Angeles	41.7525	-124.15875	6	Bertsch-Oceanview,Bertsch-Oceanview CDP		CA	015		
7260892	Village of Oak Creek (Big Park)	village-of-oak-creek-big-park	US		6147	America/Phoenix	34.7809	-111.76227	1243	Big Park CDP,Big Park Census Designated Place,Village of Oak Creek (Big Park)		AZ	025		
7260907	Black Point-Green Point	black-point-green-point	US		1306	America/Los_Angeles	38.11547	-122.51318	9	Black Point-Green Point,Black Point-Green Point CDP		CA	041		
7260917	Bluetown-Iglesia Antigua	bluetown-iglesia-antigua	US		0	America/Chicago	26.07423	-97.82591	20	Bluetown-Iglesia Antigua,Bluetown-Iglesia Antigua CDP		TX	061		
7260926	Boling-Iago	boling-iago	US		0	America/Chicago	29.26156	-95.94969	24	Boling-Iago,Boling-Iago CDP		TX	481		
7260929	Bonadelle Ranchos-Madera Ranchos	bonadelle-ranchos-madera-ranchos	US		8569	America/Los_Angeles	36.98467	-119.87463	116	Bonadelle Ranchos-Madera Ranchos,Bonadelle Ranchos-Madera Ranchos CDP		CA	039		
7260933	Bonner-West Riverside	bonner-west-riverside	US		1663	America/Denver	46.87669	-113.88678	1002	Bonner-West Riverside,Bonner-West Riverside CDP		MT	063		
7260946	Box Canyon-Amistad	box-canyon-amistad	US		0	America/Chicago	29.52441	-101.15488	360	Box Canyon-Amistad,Box Canyon-Amistad CDP		TX	465		
7260952	Bret Harte	bret-harte	US		5152	America/Los_Angeles	37.60207	-121.00519	26	Bret Harte,Bret Harte CDP		CA	099		
7260966	Bryn Mawr-Skyway	bryn-mawr-skyway	US		15645	America/Los_Angeles	47.4943	-122.24092	118	Bryn Mawr-Skyway,Bryn Mawr-Skyway CDP		WA	033		
7260969	Buena Vista  (historical)	buena-vista-historical	US		0	America/Los_Angeles	37.32131	-121.91671	37	Buena Vista  (historical),Buena Vista CDP,Buena Vista Census Designated Place (historical)		CA	085		
7260989	Calpet	calpet	US		0	America/Denver	42.29055	-110.28259	2121	Calpet,Calpet CDP		WY	035		
7260996	Camp Pendleton North	camp-pendleton-north	US		5200	America/Los_Angeles	33.31465	-117.31603	115	Camp Pendleton North,Camp Pendleton North CDP		CA	073		
7260997	Camp Pendleton South	camp-pendleton-south	US		10616	America/Los_Angeles	33.22844	-117.37929	49	Camp Pendleton South,Camp Pendleton South CDP		CA	073		
7261000	Campion	campion	US		0	America/Denver	40.34714	-105.09046	1562	Campion,Campion CDP		CO	069		
7261002	Cannon Air Force Base	cannon-air-force-base	US		2245	America/Denver	34.39689	-103.32444	1307	Cannon Air Force Base,Cannon Air Force Base CDP		NM	009		
7261008	Canyon Rim	canyon-rim	US		0	America/Denver	40.70547	-111.82145	1407	Canyon Rim,Canyon Rim CDP		UT	035		
7261019	Carriage Club  (historical)	carriage-club-census-designated-place-historical	US		0	America/Denver	39.52822	-104.89528	1835	Carriage Club  (historical),Carriage Club CDP,Carriage Club Census Designated Place (historical)		CO	035		
7261029	Casa de Oro-Mount Helix	casa-de-oro-mount-helix	US		18762	America/Los_Angeles	32.76397	-116.96877	256	Casa de Oro-Mount Helix,Casa de Oro-Mount Helix CDP		CA	073		
7261032	Cascade-Chipita Park	cascade-chipita-park	US		1655	America/Denver	38.94354	-105.00237	2581	Cascade-Chipita Park,Cascade-Chipita Park CDP		CO	041		
7261036	Castlewood  (historical)	castlewood-historical	US		0	America/Denver	39.58594	-104.90454	1747	Castlewood  (historical),Castlewood CDP,Castlewood Census Designated Place (historical)		CO	005		
7261042	Cathan	cathan	US		0	America/Los_Angeles	48.11179	-122.2822	107	Cathan,Cathan CDP		WA	061		
7261055	Central Heights-Midland City	central-heights-midland-city	US		2534	America/Phoenix	33.40372	-110.81541	1058	Central Heights-Midland City,Central Heights-Midland City CDP		AZ	007		
7261058	Challenge-Brownsville	challenge-brownsville	US		1148	America/Los_Angeles	39.46447	-121.26338	765	Challenge-Brownsville,Challenge-Brownsville CDP		CA	115		
7261065	Chehalis Village	chehalis-village	US		0	America/Los_Angeles	46.80774	-123.17082	32	Chehalis Village,Chehalis Village CDP		WA	027		
7261074	Chilcoot-Vinton	chilcoot-vinton	US		454	America/Los_Angeles	39.80675	-120.13882	1551	Chilcoot-Vinton,Chilcoot-Vinton CDP		CA	063		
7261080	East Pleasant View	east-pleasant-view	US		356	America/Denver	39.72785	-105.15692	1782	East Pleasant View,East Pleasant View CDP		CO	059		
7261086	East Sahuarita	east-sahuarita	US		0	America/Phoenix	31.93961	-110.89983	867	East Sahuarita,East Sahuarita CDP		AZ	019		
7261098	Edwards Air Force Base	edwards-air-force-base	US		2063	America/Los_Angeles	34.91637	-117.93535	717	Base de la Fuerza Aerea Edwards,Base de la Fuerza Aérea Edwards,EDW,Edvards,Edwards AFB,Edwards Air Force Base,Edwards Air Force Base CDP,Edwards Aire Armadaren basea,Edwards legitamaszpont,Edwards légitámaszpont,Edwardsova letecka zakladna,Edwardsova letecká základna,Ehdvards,Vojna zrakoplovna baza Edwards,ai de hua ci kong jun ji de,edeuwojeu gong-gun giji,edowazu kong jun ji de,paygah nyrwy hwayy adwardz,Едвардс,Эдвардс,בסיס חיל האוויר אדוארדס,پایگاه نیروی هوایی ادواردز,エドワーズ空軍基地,爱德华兹空军基地,에드워즈 공군 기지		CA	029		
7261104	El Cerro Mission	el-cerro-mission	US		4657	America/Denver	34.76227	-106.6445	1538	El Cerro Mission,El Cerro Mission Census Designated Place,El Cerro-Monterey Park CDP		NM	061		
7261137	Erlands Point-Kitsap Lake	erlands-point-kitsap-lake	US		2935	America/Los_Angeles	47.59719	-122.70225	13	Erlands Point-Kitsap Lake,Erlands Point-Kitsap Lake CDP		WA	035		
7261165	Fallon Station	fallon-station	US		705	America/Los_Angeles	39.41596	-118.71653	1198	Fallon Station,Fallon Station CDP		NV	001		
7261166	Falman-County Acres	falman-county-acres	US		0	America/Chicago	27.9252	-97.16679	6			TX	409		
7261184	Los Angeles Subdivision	los-angeles-subdivision	US		0	America/Chicago	26.49476	-97.78632	9			TX	489		
7261185	Los Cerrillos	los-cerrillos	US		321	America/Denver	35.43664	-106.12963	1726	Los Cerrillos,Los Cerrillos CDP		NM	049		
7261189	Los Trujillos-Gabaldon	los-trujillos-gabaldon	US		0	America/Denver	34.66314	-106.75585	1465	Los Trujillos-Gabaldon,Los Trujillos-Gabaldon CDP		NM	061		
7261199	Lucas Valley-Marinwood	lucas-valley-marinwood	US		6094	America/Los_Angeles	38.04011	-122.5755	193	Lucas Valley-Marinwood,Lucas Valley-Marinwood CDP		CA	041		
7261203	Lyford South  (historical)	lyford-south-census-designated-place-historical	US		0	America/Chicago	26.3972	-97.79392	11	Lyford South  (historical),Lyford South CDP,Lyford South Census Designated Place (historical)		TX	489		
7261205	Lyons Switch	lyons-switch	US		288	America/Chicago	35.77938	-94.69336	321	Lyons Switch,Lyons Switch CDP		OK	001		
7261214	Malmstrom Air Force Base	malmstrom-air-force-base	US		3472	America/Denver	47.50549	-111.18302	1055	Malmstrom Air Force Base,Malmstrom Air Force Base CDP		MT	013		
7261215	Malone-Porter	malone-porter	US		0	America/Los_Angeles	46.97429	-123.30233	69	Malone-Porter,Malone-Porter CDP		WA	027		
7261222	Maple Heights-Lake Desire	maple-heights-lake-desire	US		3152	America/Los_Angeles	47.44413	-122.09736	239	Maple Heights-Lake Desire,Maple Heights-Lake Desire CDP		WA	033		
7261224	Marble City Community	marble-city-community	US		0	America/Chicago	35.54196	-94.82174	193	Marble City Community,Marble City Community CDP		OK	135		
7261226	March Air Force Base	march-air-force-base	US		1159	America/Los_Angeles	33.89209	-117.2631	464	March Air Force Base,March Air Force Base CDP,March Air Force Base Census Designated Place		CA	065		
7261228	Marietta-Alderwood	marietta-alderwood	US		3906	America/Los_Angeles	48.78965	-122.55369	39	Marietta-Alderwood,Marietta-Alderwood CDP		WA	073		
7261245	McChord Air Force Base	mcchord-air-force-base	US		2507	America/Los_Angeles	47.13397	-122.49157	93	McChord Air Force Base,McChord Air Force Base CDP		WA	053		
7261250	McKey	mckey	US		0	America/Chicago	35.49189	-94.8489	157	McKey,McKey CDP		OK	135		
7261259	Fetters Hot Springs-Agua Caliente	fetters-hot-springs-agua-caliente	US		4144	America/Los_Angeles	38.3214	-122.48682	43	Fetters Hot Springs-Agua Caliente,Fetters Hot Springs-Agua Caliente CDP		CA	097		
7261268	Florence-Graham	florence-graham	US		63387	America/Los_Angeles	33.96772	-118.24438	44	Florence-Graham,Florence-Graham CDP		CA	037		
7261275	Foothill Ranch  (historical)	foothill-ranch-historical	US		0	America/Los_Angeles	33.69313	-117.65438	323	Foothill Ranch  (historical),Foothill Ranch CDP,Foothill Ranch Census Designated Place (historical)		CA	059		
7261292	Joint Base Lewis McChord	joint-base-lewis-mcchord	US		11046	America/Los_Angeles	47.10787	-122.57694	84	Base de la Fuerza Aerea McChord,Base de la Fuerza Aérea McChord,Fort L'juis,Fort Lewis,Fort Lewis CDP,Fort Luis,Fuorto Lewis,JBLM,Joint Base Lewis-McChord,Lewis McChord,McChord Air Force Base,fwrt lwys  washntn,Форт Луис,Форт Льюїс,فورت لويس، واشنطن		WA	053		
7261302	Fox Farm-College	fox-farm-college	US		3647	America/Denver	41.11203	-104.78546	1827	Fox Farm-College,Fox Farm-College CDP		WY	021		
7261327	Garden Home-Whitford	garden-home-whitford	US		6674	America/Los_Angeles	45.464	-122.75891	77	Garden Home-Whitford,Garden Home-Whitford CDP		OR	067		
7261341	Gerlach-Empire	gerlach-empire	US		0	America/Los_Angeles	40.5808	-119.3789	1197	Gerlach-Empire,Gerlach-Empire CDP		NV	031		
7261359	Gopher Flats	gopher-flats	US		379	America/Los_Angeles	45.66587	-118.72252	371	Gopher Flats,Gopher Flats CDP		OR	059		
7261389	Groveland-Big Oak Flat  (historical)	groveland-big-oak-flat-historical	US		0	America/Los_Angeles	37.85408	-120.20094	778	Groveland-Big Oak Flat  (historical),Groveland-Big Oak Flat CDP		CA	109		
7261393	Gunbarrel	gunbarrel	US		9263	America/Denver	40.06335	-105.17107	1610	Gunbarrel,Gunbarrel CDP		CO	013		
7261399	Harbeck-Fruitdale  (historical)	harbeck-fruitdale-census-designated-place-historical	US		0	America/Los_Angeles	42.41623	-123.3206	302	Harbeck-Fruitdale  (historical),Harbeck-Fruitdale CDP,Harbeck-Fruitdale Census Designated Place (historical)		OR	033		
7261407	Havre North	havre-north	US		716	America/Denver	48.56304	-109.67098	782	Havre North,Havre North CDP		MT	041		
7261413	Hazel Dell North	hazel-dell-north	US		0	America/Los_Angeles	45.68606	-122.65151	68	Hazel Dell North,Hazel Dell North CDP		WA	011		
7261414	Hazel Dell South	hazel-dell-south	US		0	America/Los_Angeles	45.67203	-122.65993	90	Hazel Dell South,Hazel Dell South CDP		WA	011		
7261418	Heber-Overgaard	heber-overgaard	US		2822	America/Phoenix	34.41414	-110.56956	2020	Geber-Overgaard,Heber,Heber-Overgaard,Heber-Overgaard CDP,Khiber-Overgard,hebara'obaragarda,Гебер-Оверґаард,Хибер-Овергард,हेबरओबरगार्द		AZ	017		
7261421	Helena Valley Northeast	helena-valley-northeast	US		2995	America/Denver	46.69882	-111.95207	1114	Helena Valley Northeast,Helena Valley Northeast CDP		MT	049		
7261422	Helena Valley Northwest	helena-valley-northwest	US		3482	America/Denver	46.72894	-112.06275	1210	Helena Valley Northwest,Helena Valley Northwest CDP		MT	049		
7261423	Helena Valley Southeast	helena-valley-southeast	US		8227	America/Denver	46.61527	-111.92156	1158	Helena Valley Southeast,Helena Valley Southeast CDP		MT	049		
7261424	Helena Valley West Central	helena-valley-west-central	US		7883	America/Denver	46.66291	-112.06044	1281	Helena Valley West Central,Helena Valley West Central CDP		MT	049		
7261425	Helena West Side	helena-west-side	US		1637	America/Denver	46.59672	-112.11304	1249	Helena West Side,Helena West Side CDP		MT	049		
7261426	Heritage Hills  (historical)	heritage-hills-census-designated-place-historical	US		0	America/Denver	39.54388	-104.87687	1799	Heritage Hills  (historical),Heritage Hills CDP,Heritage Hills Census Designated Place (historical)		CO	035		
7261437	Highlands-Baywood Park	highlands-baywood-park	US		4027	America/Los_Angeles	37.52272	-122.34506	190	Highlands-Baywood Park,Highlands-Baywood Park CDP		CA	081		
7261441	Hilmar-Irwin	hilmar-irwin	US		5197	America/Los_Angeles	37.40454	-120.85042	29	Hilmar-Irwin,Hilmar-Irwin CDP		CA	047		
7261450	Homewood Canyon-Valley Wells	homewood-canyon-valley-wells	US		0	America/Los_Angeles	35.86044	-117.37176	759	Homewood Canyon-Valley Wells,Homewood Canyon-Valley Wells CDP,Homewood Canyon-Valley Wells Census Designated Place		CA	027		
7261455	Huerfano	huerfano	US		0	America/Denver	36.52853	-108.0292	1875	Huerfano,Huerfano CDP		NM	045		
7261464	Idyllwild-Pine Cove	idyllwild-pine-cove	US		3874	America/Los_Angeles	33.74429	-116.72587	1653	Idyllwild-Pine Cove,Idyllwild-Pine Cove CDP,a'idilava'ildapa'ina kobha,ai de huai-song shu wan,आइडिलवाइल्डपाइन कोभ,愛德懷-松樹灣		CA	065		
7261467	Incline Village-Crystal Bay	incline-village-crystal-bay	US		0	America/Los_Angeles	39.22821	-119.95087	1900	Incline Village-Crystal Bay,Incline Village-Crystal Bay CDP		NV	031		
7261476	Inglewood-Finn Hill	inglewood-finn-hill	US		22707	America/Los_Angeles	47.72049	-122.23167	118	Inglewood-Finn Hill,Inglewood-Finn Hill CDP		WA	033		
7261497	John Sam Lake	john-sam-lake	US		0	America/Los_Angeles	48.09846	-122.24546	112	John Sam Lake,John Sam Lake CDP		WA	061		
7261503	Jordan Road-Canyon Creek	jordan-road-canyon-creek	US		0	America/Los_Angeles	48.11537	-121.98749	118	Jordan Road-Canyon Creek,Jordan Road-Canyon Creek CDP,Jordan Road-Canyon Creek Census Designated Place		WA	061		
7261551	La Casita-Garciasville	la-casita-garciasville	US		0	America/Chicago	26.33395	-98.70529	52	La Casita-Garciasville,La Casita-Garciasville CDP		TX	427		
7261553	La Crescenta-Montrose	la-crescenta-montrose	US		19653	America/Los_Angeles	34.23216	-118.23529	561	La Crescenta-Montrose,La Crescenta-Montrose CDP,La Kresenta-Montrouz,la kres'senta montaroja,Ла Кресента-Монтроуз,ला क्रेस्सेन्टा मोन्टरोज		CA	037		
7261558	La Paloma-Lost Creek	la-paloma-lost-creek	US		408	America/Chicago	27.72022	-97.73836	20			TX	355		
7261570	Lackland Air Force Base	lackland-air-force-base	US		9918	America/Chicago	29.38663	-98.61797	228	Lackland Air Force Base,Lackland Air Force Base CDP		TX	029		
7261574	Laguna  (historical)	laguna-historical	US		0	America/Los_Angeles	38.42305	-121.42545	9	Laguna  (historical),Laguna CDP,Laguna Census Designated Place (historical)		CA	067		
7261577	Laguna West-Lakeside  (historical)	laguna-west-lakeside-historical	US		0	America/Los_Angeles	38.41686	-121.47075	5	Laguna West-Lakeside  (historical),Laguna West-Lakeside CDP,Laguna West-Lakeside Census Designated Place (historical)		CA	067		
7261578	Lagunitas-Forest Knolls	lagunitas-forest-knolls	US		1819	America/Los_Angeles	38.01793	-122.69124	97	Lagunitas-Forest Knolls,Lagunitas-Forest Knolls CDP		CA	041		
7262504	West Modesto	west-modesto	US		5682	America/Los_Angeles	37.61754	-121.03914	21	West Modesto,West Modesto CDP		CA	099		
7261579	Lake Almanor Country Club	lake-almanor-country-club	US		419	America/Los_Angeles	40.25076	-121.14578	1413	Lake Almanor Country Club,Lake Almanor Country Club CDP		CA	063		
7261587	Lake Goodwin	lake-goodwin	US		0	America/Los_Angeles	48.13882	-122.28023	142	Lake Goodwin,Lake Goodwin CDP		WA	061		
7261592	Lake Marcel-Stillwater	lake-marcel-stillwater	US		1277	America/Los_Angeles	47.69263	-121.91513	91	Lake Marcel-Stillwater,Lake Marcel-Stillwater CDP		WA	033		
7261593	Lake McMurray	lake-mcmurray	US		192	America/Los_Angeles	48.31423	-122.23193	82	Lake McMurray,Lake McMurray CDP		WA	057		
7261595	Lake Morton-Berrydale	lake-morton-berrydale	US		10160	America/Los_Angeles	47.33251	-122.10286	140	Lake Morton-Berrydale,Lake Morton-Berrydale CDP		WA	033		
7261608	Lakeland North	lakeland-north	US		12942	America/Los_Angeles	47.33343	-122.27695	140	Lakeland North,Lakeland North CDP		WA	033		
7261609	Lakeland South	lakeland-south	US		11574	America/Los_Angeles	47.27843	-122.28326	124	Lakeland South,Lakeland South CDP		WA	033		
7261611	Lakeshore Gardens-Hidden Acres	lakeshore-gardens-hidden-acres	US		504	America/Chicago	28.12438	-97.86129	34	Lakeshore Gardens-Hidden Acres,Lakeshore Gardens-Hidden Acres CDP		TX	409		
7261616	Lakeview North	lakeview-north	US		84	America/Denver	42.09707	-104.95869	1412	Lakeview North,Lakeview North CDP		WY	031		
7261624	Larga Vista  (historical)	larga-vista-census-designated-place-historical	US		0	America/Chicago	27.49852	-99.42164	145	Larga Vista  (historical),Larga Vista CDP,Larga Vista Census Designated Place (historical)		TX	479		
7261625	Larkfield-Wikiup	larkfield-wikiup	US		8884	America/Los_Angeles	38.51342	-122.75094	98	Larkfield-Wikiup,Larkfield-Wikiup CDP		CA	097		
7261626	Las Colonias	las-colonias	US		0	America/Chicago	28.72369	-99.83234	180	Las Colonias,Las Colonias CDP		TX	507		
7261631	Las Palmas-Juarez	las-palmas-juarez	US		0	America/Chicago	26.20258	-97.73661	13	Las Palmas-Juarez,Las Palmas-Juarez CDP		TX	061		
7261636	Laughlin Air Force Base	laughlin-air-force-base	US		1569	America/Chicago	29.35663	-100.78353	327	Laughlin Air Force Base,Laughlin Air Force Base CDP		TX	465		
7261641	Lea Hill  (historical)	lea-hill-census-designated-place-historical	US		0	America/Los_Angeles	47.32998	-122.1791	133	Lea Hill  (historical),Lea Hill CDP,Lea Hill Census Designated Place (historical)		WA	033		
7261643	Leadville North	leadville-north	US		1794	America/Denver	39.2576	-106.30138	3073	Leadville North,Leadville North CDP		CO	065		
7261646	LeChee	lechee	US		1443	America/Phoenix	36.86211	-111.44063	1346	LeChee,LeChee CDP		AZ	005		
7261647	Lemmon Valley-Golden Valley	lemmon-valley-golden-valley	US		0	America/Los_Angeles	39.67603	-119.83387	1503	Lemmon Valley-Golden Valley,Lemmon Valley-Golden Valley CDP		NV	031		
7261649	Lemoore Station	lemoore-station	US		7438	America/Los_Angeles	36.26326	-119.90476	69	Lemoore Station,Lemoore Station CDP		CA	031		
7261668	Little Cottonwood Creek Valley  (historical)	little-cottonwood-creek-valley-census-designated-place-historical	US		0	America/Denver	40.60132	-111.82511	1423	Little Cottonwood Creek Valley  (historical),Little Cottonwood Creek Valley CDP,Little Cottonwood Creek Valley Census Designated Place (historical)		UT	035		
7261680	Cuartelez	cuartelez	US		469	America/Denver	35.99286	-106.01968	1795	Cuartelez,Cuartelez CDP		NM	049		
7261703	Del Sol-Loma Linda	del-sol-loma-linda	US		0	America/Chicago	28.01135	-97.50561	16	Del Sol-Loma Linda,Del Sol-Loma Linda CDP		TX	409		
7261725	Dixon Lane-Meadow Creek	dixon-lane-meadow-creek	US		2645	America/Los_Angeles	37.38639	-118.41527	1275	Dixon Lane-Meadow Creek,Dixon Lane-Meadow Creek CDP		CA	027		
7261729	Dollar Corner	dollar-corner	US		1108	America/Los_Angeles	45.7803	-122.59994	67	Dollar Corner,Dollar Corner CDP,Dollar Corner Census Designated Place		WA	011		
7261735	Downieville-Lawson-Dumont	downieville-lawson-dumont	US		594	America/Denver	39.76469	-105.61754	2461	Downieville-Lawson-Dumont,Downieville-Lawson-Dumont CDP		CO	019		
7261738	Drexel-Alvernon	drexel-alvernon	US		0	America/Phoenix	32.14453	-110.89954	806	Drexel-Alvernon,Drexel-Alvernon CDP		AZ	019		
7261749	Eagle Mountain  (historical)	eagle-mountain-census-designated-place-historical	US		0	America/Chicago	32.89822	-97.44495	206	Eagle Mountain  (historical),Eagle Mountain CDP,Eagle Mountain Census Designated Place (historical)		TX	439		
7261750	Eagle-Vail	eagle-vail	US		0	America/Denver	39.61868	-106.48702	2317	Eagle-Vail,Eagle-Vail CDP		CO	037		
7261752	East Blythe	east-blythe	US		0	America/Los_Angeles	33.59376	-114.5817	80	East Blythe,East Blythe CDP		CA	065		
7261759	East Hill-Meridian	east-hill-meridian	US		29878	America/Los_Angeles	47.41052	-122.17369	154	East Hill-Meridian,East Hill-Meridian CDP		WA	033		
7261785	Sierra Vista Southeast	sierra-vista-southeast	US		14797	America/Phoenix	31.45385	-110.21637	1387	Sierra Vista Southeast,Sierra Vista Southeast CDP		AZ	003		
7261794	Skyline-Ganipa	skyline-ganipa	US		1224	America/Denver	35.03279	-107.61396	1897	Skyline-Ganipa,Skyline-Ganipa CDP		NM	006		
7261797	Smith Valley	smith-valley	US		1603	America/Los_Angeles	38.78421	-119.34425	1469	Smith Valley,Smith Valley CDP		NV	019		
7261798	Smokey Point  (historical)	smokey-point-census-designated-place-historical	US		0	America/Los_Angeles	48.16527	-122.19236	36	Smokey Point  (historical),Smokey Point CDP,Smokey Point Census Designated Place (historical)		WA	061		
7261808	Sour John	sour-john	US		60	America/Chicago	35.62055	-95.14332	245	Sour John,Sour John CDP		OK	101		
7261812	South Flat	south-flat	US		0	America/Denver	43.93013	-108.01504	1261	South Flat,South Flat CDP		WY	043		
7261822	South Snyderville Basin	south-snyderville-basin	US		0	America/Denver	40.70214	-111.50978	1957	South Snyderville Basin,South Snyderville Basin CDP		UT	043		
7261826	South Wenatchee	south-wenatchee	US		1553	America/Los_Angeles	47.39012	-120.28958	197	South Wenatchee,South Wenatchee CDP		WA	007		
7261829	South Woodbridge	south-woodbridge	US		0	America/Los_Angeles	38.15401	-121.30769	12	South Woodbridge,South Woodbridge CDP		CA	077		
7261830	South Yuba City  (historical)	south-yuba-city-historical	US		0	America/Los_Angeles	39.11264	-121.64274	16	South Yuba City  (historical),South Yuba City CDP,South Yuba City Census Designated Place (historical)		CA	101		
7261831	Southglenn  (historical)	southglenn-historical	US		0	America/Denver	39.59173	-104.95696	1686	Southglenn  (historical),Southglenn CDP,Southglenn Census Designated Place (historical)		CO	005		
7261837	Sportsmen Acres Community	sportsmen-acres-community	US		0	America/Chicago	36.23282	-95.2703	180	Sportsmen Acres Community,Sportsmen Acres Community CDP		OK	097		
7261842	Spring Garden-Terra Verde	spring-garden-terra-verde	US		0	America/Chicago	27.76154	-97.7255	23	Spring Garden-Terra Verde,Spring Garden-Terra Verde CDP		TX	355		
7261852	McNutt	mcnutt	US		0	America/Denver	43.97203	-108.04478	1289	McNutt,McNutt CDP		WY	043		
7261857	Meadow Lark Lake	meadow-lark-lake	US		0	America/Denver	44.19423	-107.20849	2647	Meadow Lark Lake,Meadow Lark Lake CDP		WY	003		
7261881	Mill Plain	mill-plain	US		0	America/Los_Angeles	45.64667	-122.49022	73	Mill Plain,Mill Plain CDP		WA	011		
7261916	Morales-Sanchez	morales-sanchez	US		84	America/Chicago	26.79557	-99.10735	125	Morales-Sanchez,Morales-Sanchez CDP		TX	505		
7261921	Moses Lake North	moses-lake-north	US		4418	America/Los_Angeles	47.19433	-119.31719	358	Moses Lake North,Moses Lake North CDP		WA	025		
7261927	Mount Olympus	mount-olympus	US		0	America/Denver	40.6832	-111.78867	1563	Mount Olympus,Mount Olympus CDP		UT	035		
7261942	Murrieta Hot Springs  (historical)	murrieta-hot-springs-historical	US		0	America/Los_Angeles	33.56219	-117.14961	372	Murrieta Hot Springs  (historical),Murrieta Hot Springs CDP,Murrieta Hot Springs Census Designated Place (historical)		CA	065		
7261949	Napi Headquarters	napi-headquarters	US		727	America/Denver	36.65193	-108.2179	1845	Napi Headquarters,Napi Headquarters CDP		NM	045		
7261958	Nebo Center  (historical)	nebo-center-historical	US		0	America/Los_Angeles	34.87267	-116.95365	642	Nebo Center  (historical),Nebo Center CDP,Nebo Center Census Designated Place (historical)		CA	071		
7261960	Nellis Air Force Base	nellis-air-force-base	US		3187	America/Los_Angeles	36.24607	-115.05721	576	Nellis Air Force Base,Nellis Air Force Base CDP		NV	003		
7261964	Nespelem Community	nespelem-community	US		253	America/Los_Angeles	48.17127	-119.02302	684	Nespelem Community,Nespelem Community CDP		WA	047		
7261966	New Eucha	new-eucha	US		405	America/Chicago	36.39135	-94.85257	308	New Eucha,New Eucha CDP		OK	041		
7261968	New Kingman-Butler	new-kingman-butler	US		12134	America/Phoenix	35.26504	-114.03226	1047	New Kingman-Butler,New Kingman-Butler CDP		AZ	015		
7261972	Newport Coast  (historical)	newport-coast-historical	US		0	America/Los_Angeles	33.59269	-117.82994	118	Newport Coast  (historical),Newport Coast CDP,Newport Coast Census Designated Place (historical)		CA	059		
7261977	Nisqually Indian Community	nisqually-indian-community	US		575	America/Los_Angeles	47.02587	-122.68841	73	Nisqually Indian Community,Nisqually Indian Community CDP		WA	067		
7261991	North Lakeport	north-lakeport	US		3314	America/Los_Angeles	39.08831	-122.90538	425	North Lakeport,North Lakeport CDP		CA	033		
7261997	North Snyderville Basin	north-snyderville-basin	US		0	America/Denver	40.7584	-111.51267	2035	North Snyderville Basin,North Snyderville Basin CDP		UT	043		
7261998	North Stanwood	north-stanwood	US		0	America/Los_Angeles	48.25976	-122.34677	55	North Stanwood,North Stanwood CDP		WA	061		
7262003	North Woodbridge	north-woodbridge	US		0	America/Los_Angeles	38.17121	-121.3118	11	North Woodbridge,North Woodbridge CDP		CA	077		
7262006	Northwest Snohomish	northwest-snohomish	US		0	America/Los_Angeles	47.94074	-122.10376	67	Northwest Snohomish,Northwest Snohomish CDP		WA	061		
7262019	Oatfield	oatfield	US		13415	America/Los_Angeles	45.41418	-122.60007	42	Oatfield,Oatfield CDP		OR	005		
7262036	Oljato-Monument Valley	oljato-monument-valley	US		154	America/Denver	36.98673	-110.19107	1619	GMV,Oljato-Monument Valley,Oljato-Monument Valley CDP		AZ	017		
7262037	Oljato-Monument Valley	oljato-monument-valley	US		674	America/Denver	37.03058	-110.25143	1768	Monument Valley,Oljato-Monument Valley,Oljato-Monument Valley CDP		UT	037		
7262039	Onion Creek  (historical)	onion-creek-census-designated-place-historical	US		0	America/Chicago	30.1296	-97.78844	181	Onion Creek  (historical),Onion Creek CDP,Onion Creek Census Designated Place (historical)		TX	453		
7262041	Opal Cliffs	opal-cliffs	US		0	America/Los_Angeles	36.95867	-121.97	9	Opal Cliffs,Opal Cliffs CDP,Opal Cliffs Census Designated Place		CA	087		
7262042	Oquirrh  (historical)	oquirrh-census-designated-place-historical	US		0	America/Denver	40.63005	-112.01568	1440	Oquirrh  (historical),Oquirrh CDP,Oquirrh Census Designated Place (historical)		UT	035		
7262050	Oroville East	oroville-east	US		8280	America/Los_Angeles	39.51126	-121.47519	295	Oroville East,Oroville East CDP		CA	007		
7262053	Otis Orchards-East Farms	otis-orchards-east-farms	US		6220	America/Los_Angeles	47.70988	-117.07975	632	Otis Orchards,Otis Orchards-East Farms,Otis Orchards-East Farms CDP		WA	063		
7262056	Owl Ranch-Amargosa	owl-ranch-amargosa	US		0	America/Chicago	27.89198	-98.10362	86			TX	249		
7262058	Oyehut-Hogans Corner	oyehut-hogans-corner	US		0	America/Los_Angeles	47.03124	-124.16346	7	Oyehut Census Designated Place,Oyehut-Hogans Corner,Oyehut-Hogans Corner CDP		WA	027		
7262066	Paine Field-Lake Stickney	paine-field-lake-stickney	US		0	America/Los_Angeles	47.88949	-122.26247	166	Paine Field-Lake Stickney,Paine Field-Lake Stickney CDP		WA	061		
7262084	Parkway-South Sacramento	parkway-south-sacramento	US		0	America/Los_Angeles	38.5094	-121.45332	8	Parkway-South Sacramento,Parkway-South Sacramento CDP		CA	067		
7262106	Peter	peter	US		324	America/Denver	41.77172	-111.98611	1365	Peter,Peter CDP		UT	005		
7262109	Phoenix Lake-Cedar Ridge	phoenix-lake-cedar-ridge	US		0	America/Los_Angeles	38.03797	-120.30116	1037	Phoenix Lake-Cedar Ridge,Phoenix Lake-Cedar Ridge CDP		CA	109		
7262110	Picnic Point-North Lynnwood	picnic-point-north-lynnwood	US		22953	America/Los_Angeles	47.86278	-122.29497	149	Picnic Point-North Lynnwood,Picnic Point-North Lynnwood CDP		WA	061		
7262138	Poplar-Cotton Center	poplar-cotton-center	US		2470	America/Los_Angeles	36.05635	-119.14919	114	Poplar-Cotton Center,Poplar-Cotton Center CDP		CA	107		
7262139	Port Angeles East	port-angeles-east	US		3036	America/Los_Angeles	48.10667	-123.37172	75	Port Angeles East,Port Angeles East CDP		WA	009		
7262141	Port Hadlock-Irondale	port-hadlock-irondale	US		3580	America/Los_Angeles	48.03273	-122.78529	41	Port Hadlock-Irondale,Port Hadlock-Irondale CDP		WA	031		
7262145	Portola Hills  (historical)	portola-hills-historical	US		0	America/Los_Angeles	33.6856	-117.63276	426	Portola Hills  (historical),Portola Hills CDP,Portola Hills Census Designated Place (historical)		CA	059		
7262153	Priest Point	priest-point	US		0	America/Los_Angeles	48.03109	-122.24779	0	Priest Point,Priest Point CDP		WA	061		
7262159	Pump Back	pump-back	US		175	America/Chicago	36.27067	-95.11748	189	Pump Back,Pump Back CDP		OK	097		
7262162	Quail Valley  (historical)	quail-valley-historical	US		0	America/Los_Angeles	33.70652	-117.24811	470	Quail Valley  (historical),Quail Valley CDP,Quail Valley Census Designated Place (historical)		CA	065		
7262207	Reese Center	reese-center	US		0	America/Chicago	33.60007	-102.04092	1008	Reese Center,Reese Center CDP		TX	303		
7262219	Rio Chiquito	rio-chiquito	US		0	America/Denver	35.99835	-105.88683	2091	Rio Chiquito,Rio Chiquito CDP		NM	049		
7262221	Rio Communities North	rio-communities-north	US		0	America/Denver	34.7327	-106.6879	1523	Rio Communities North,Rio Communities North CDP		NM	061		
7262226	Rio Rico Northeast	rio-rico-northeast	US		0	America/Phoenix	31.53797	-110.98195	1221	Rio Rico Northeast,Rio Rico Northeast CDP		AZ	023		
7262227	Rio Rico Northwest	rio-rico-northwest	US		0	America/Phoenix	31.50117	-111.04109	1063	Rio Rico Northwest,Rio Rico Northwest CDP		AZ	023		
7262228	Rio Rico Southeast	rio-rico-southeast	US		0	America/Phoenix	31.45386	-110.94548	1083	Rio Rico Southeast,Rio Rico Southeast CDP		AZ	023		
7262229	Rio Rico Southwest	rio-rico-southwest	US		0	America/Phoenix	31.43946	-111.02233	1137	Rio Rico Southwest,Rio Rico Southwest CDP		AZ	023		
7262231	River Bottom	river-bottom	US		154	America/Chicago	35.63582	-95.23788	178	River Bottom,River Bottom CDP		OK	101		
7262239	Riverton-Boulevard Park	riverton-boulevard-park	US		0	America/Los_Angeles	47.50418	-122.31271	81	Riverton-Boulevard Park,Riverton-Boulevard Park CDP		WA	033		
7262246	Rocky Boy's Agency	rocky-boy-s-agency	US		355	America/Denver	48.25893	-109.7648	1203	Rocky Boy's Agency,Rocky Boy's Agency CDP		MT	041		
7262259	Roseburg North	roseburg-north	US		5912	America/Los_Angeles	43.26452	-123.30331	317	Roseburg North,Roseburg North CDP		OR	019		
7262281	Saint Pierre	saint-pierre	US		350	America/Denver	48.23604	-109.82018	1203	Saint Pierre,Saint Pierre CDP		MT	041		
7262295	Sams Corner	sams-corner	US		137	America/Chicago	36.19823	-95.21659	188	Sams Corner,Sams Corner CDP		OK	097		
7262307	San Joaquin Hills  (historical)	san-joaquin-hills-historical	US		0	America/Los_Angeles	33.61569	-117.83562	177	San Joaquin Hills  (historical),San Joaquin Hills CDP,San Joaquin Hills Census Designated Place (historical)		CA	059		
7262317	Sand Hill	sand-hill	US		395	America/Chicago	35.63411	-95.20121	190	Sand Hill,Sand Hill CDP		OK	101		
7262320	Sandy Hollow-Escondidas	sandy-hollow-escondidas	US		296	America/Chicago	27.94542	-97.80611	8			TX	355		
7262322	Sangrey	sangrey	US		306	America/Denver	48.28446	-109.82059	1022	Sangrey,Sangrey CDP		MT	041		
7262334	Santan	santan	US		0	America/Phoenix	33.14817	-111.80314	372	Santan,Santan CDP		AZ	021		
7262337	Satus	satus	US		0	America/Los_Angeles	46.23499	-120.12084	215	Satus,Satus CDP		WA	077		
7262346	Seattle Hill-Silver Firs	seattle-hill-silver-firs	US		0	America/Los_Angeles	47.85595	-122.15838	137	Seattle Hill-Silver Firs,Seattle Hill-Silver Firs CDP		WA	061		
7262349	Security-Widefield	security-widefield	US		32882	America/Denver	38.74728	-104.71439	1781	Security-Widefield,Security-Widefield CDP		CO	041		
7262351	Sedco Hills  (historical)	sedco-hills-census-designated-place-historical	US		0	America/Los_Angeles	33.63902	-117.28309	414	Sedco Hills  (historical),Sedco Hills CDP,Sedco Hills Census Designated Place (historical)		CA	065		
7262369	Tierra Buena  (historical)	tierra-buena-historical	US		0	America/Los_Angeles	39.16205	-121.67057	18	Tierra Buena  (historical),Tierra Buena CDP,Tierra Buena Census Designated Place (historical)		CA	101		
7262380	Tome Designated Place	tome-designated-place	US		0	America/Denver	34.73393	-106.72342	1472	Tome Designated Place,Tome-Adelino CDP		NM	061		
7262389	Tortolita	tortolita	US		0	America/Phoenix	32.40478	-111.04556	787	Tortolita,Tortolita CDP		AZ	019		
7262407	Tulalip Bay	tulalip-bay	US		0	America/Los_Angeles	48.05023	-122.30187	0	Tulalip Bay,Tulalip Bay CDP		WA	061		
7262410	Tumacacori-Carmen	tumacacori-carmen	US		393	America/Phoenix	31.57992	-111.04744	993	Tumacacori-Carmen,Tumacacori-Carmen CDP		AZ	023		
7262420	Twentynine Palms Base  (historical)	twentynine-palms-base-historical	US		0	America/Los_Angeles	34.229	-116.05685	549	Twentynine Palms Base  (historical),Twentynine Palms Base CDP,Twentynine Palms Base Census Designated Place (historical)		CA	071		
7262428	Union Hill-Novelty Hill	union-hill-novelty-hill	US		18805	America/Los_Angeles	47.67887	-122.02833	168	Union Hill-Novelty Hill,Union Hill-Novelty Hill CDP		WA	033		
7262440	Valencia West	valencia-west	US		9355	America/Phoenix	32.13238	-111.11414	759	Valencia West,Valencia West CDP		AZ	019		
7262449	Vandenberg Air Force Base	vandenberg-air-force-base	US		3338	America/Los_Angeles	34.7483	-120.51817	156	Vandenberg Air Force Base,Vandenberg Air Force Base CDP		CA	083		
7262456	Verdi-Mogul	verdi-mogul	US		0	America/Los_Angeles	39.55973	-119.97477	1951	Verdi-Mogul,Verdi-Mogul CDP		NV	031		
7262460	View Park-Windsor Hills	view-park-windsor-hills	US		11075	America/Los_Angeles	33.99551	-118.34835	104	View Park-Windsor Hills,View Park-Windsor Hills CDP		CA	037		
7262470	Walla Walla East	walla-walla-east	US		1672	America/Los_Angeles	46.05184	-118.30403	315	Walla Walla East,Walla Walla East CDP		WA	071		
7262481	Washakie Ten	washakie-ten	US		0	America/Denver	44.09219	-107.91157	1226	Washakie Ten,Washakie Ten CDP		WY	043		
7262483	Watts Community	watts-community	US		0	America/Chicago	36.05336	-94.56288	345	Watts Community,Watts Community CDP		OK	001		
7262484	Weallup Lake	weallup-lake	US		0	America/Los_Angeles	48.10671	-122.31544	148	Weallup Lake,Weallup Lake CDP		WA	061		
7262495	West Clarkston-Highland	west-clarkston-highland	US		5261	America/Los_Angeles	46.40287	-117.06395	285	West Clarkston-Highland,West Clarkston-Highland CDP		WA	003		
7262498	West Haven-Sylvan	west-haven-sylvan	US		8001	America/Los_Angeles	45.51613	-122.76809	162	West Haven-Sylvan,West Haven-Sylvan CDP		OR	067		
7262502	West Longview	west-longview	US		0	America/Los_Angeles	46.16942	-122.9916	4	West Longview,West Longview CDP		WA	015		
7262508	West Pearsall  (historical)	west-pearsall-census-designated-place-historical	US		0	America/Chicago	28.89836	-99.10819	188	West Pearsall  (historical),West Pearsall CDP,West Pearsall Census Designated Place (historical)		TX	163		
7262509	West Peavine	west-peavine	US		218	America/Chicago	35.91332	-94.64809	379	West Peavine,West Peavine CDP		OK	001		
7262510	West Pleasant View	west-pleasant-view	US		3840	America/Denver	39.73256	-105.17852	1769	West Pleasant View,West Pleasant View CDP		CO	059		
7262515	West Side Highway	west-side-highway	US		5517	America/Los_Angeles	46.18399	-122.91715	18	West Side Highway,West Side Highway CDP		WA	015		
7262517	West Wenatchee	west-wenatchee	US		0	America/Los_Angeles	47.44387	-120.35608	293	West Wenatchee,West Wenatchee CDP		WA	007		
7262518	West Whittier-Los Nietos	west-whittier-los-nietos	US		25540	America/Los_Angeles	33.976	-118.06909	49	West Whittier-Los Nietos,West Whittier-Los Nietos CDP		CA	037		
7262521	Westhaven-Moonstone	westhaven-moonstone	US		1205	America/Los_Angeles	41.04489	-124.10239	146	Westhaven-Moonstone,Westhaven-Moonstone CDP		CA	023		
7262527	Whetstone	whetstone	US		2617	America/Phoenix	31.70105	-110.33987	1325	Whetstone,Whetstone CDP		AZ	003		
7262543	Wilkerson	wilkerson	US		563	America/Los_Angeles	37.27943	-118.38769	1342	Wilkerson,Wilkerson CDP		CA	027		
7262544	Willamar	willamar	US		0	America/Chicago	26.41499	-97.61519	6	Willamar,Willamar CDP		TX	489		
7262575	Woods Landing-Jelm	woods-landing-jelm	US		97	America/Denver	41.09901	-106.03071	2410	Woods Landing-Jelm,Woods Landing-Jelm CDP		WY	001		
7262586	Yosemite Valley	yosemite-valley	US		1035	America/Los_Angeles	37.74075	-119.57788	1208	Yosemite Valley,Yosemite Valley CDP		CA	043		
7262593	Zephyr Cove-Round Hill Village	zephyr-cove-round-hill-village	US		0	America/Los_Angeles	38.99749	-119.92538	2218	Zephyr Cove-Round Hill Village,Zephyr Cove-Round Hill Village CDP		NV	005		
7262605	Stimson Crossing	stimson-crossing	US		0	America/Los_Angeles	48.11207	-122.2106	31	Stimson Crossing,Stimson Crossing CDP		WA	061		
7262619	Study Butte-Terlingua	study-butte-terlingua	US		0	America/Chicago	29.30972	-103.56817	810	Study Butte-Terlingua,Study Butte-Terlingua CDP		TX	043		
7262622	Summerlin South	summerlin-south	US		24085	America/Los_Angeles	36.11708	-115.33001	1088	Summerlin South,Summerlin South CDP		NV	003		
7262628	Sun City  (historical)	sun-city-historical	US		0	America/Los_Angeles	33.71371	-117.20259	434	Sun City  (historical),Sun City CDP,Sun City Census Designated Place (historical)		CA	065		
7262635	Sunnyside-Tahoe City	sunnyside-tahoe-city	US		1557	America/Los_Angeles	39.15023	-120.1612	2074	Sunnyside-Tahoe City,Sunnyside-Tahoe City CDP		CA	061		
7262639	Sunol-Midtown	sunol-midtown	US		0	America/Los_Angeles	37.32463	-121.90871	33	Sunol-Midtown,Sunol-Midtown CDP		CA	085		
7262645	Sweeney Ranch	sweeney-ranch	US		0	America/Denver	41.48196	-109.01018	2030	Sweeney Ranch,Sweeney Ranch CDP		WY	037		
7262653	Taft Mosswood	taft-mosswood	US		1530	America/Los_Angeles	37.91385	-121.28316	4	Taft Mosswood,Taft Mosswood CDP		CA	077		
7262659	Tamalpais-Homestead Valley	tamalpais-homestead-valley	US		10735	America/Los_Angeles	37.87834	-122.53625	7	Tamalpais-Homestead Valley,Tamalpais-Homestead Valley CDP		CA	041		
7262660	Tanglewilde-Thompson Place	tanglewilde-thompson-place	US		5892	America/Los_Angeles	47.05116	-122.78081	62	Tanglewilde-Thompson Place,Tanglewilde-Thompson Place CDP,Tanglewilde-Thompson Place Census Designated Place		WA	067		
7262679	The Buttes	the-buttes	US		0	America/Denver	41.17086	-105.5677	2257	The Buttes,The Buttes CDP		WY	001		
7262688	Barbers Point Housing	barbers-point-housing	US		0	Pacific/Honolulu	21.32132	-158.08091	15	Barbers Point Housing,Barbers Point Housing CDP		HI	003		
7262697	Haiku-Pauwela	haiku-pauwela	US		8118	Pacific/Honolulu	20.92187	-156.30508	154	Haiku-Pauwela,Haiku-Pauwela CDP		HI	009		
7262713	Hickam Field	hickam-field	US		6920	Pacific/Honolulu	21.33967	-157.96018	4	Hickam Field,Hickam Housing,Hickam Housing CDP		HI	003		
7262717	Honaunau-Napoopoo	honaunau-napoopoo	US		2567	Pacific/Honolulu	19.45627	-155.86466	799	Honaunau-Napoopoo,Honaunau-Napoopoo CDP		HI	001		
7262725	Kahaluu-Keauhou	kahaluu-keauhou	US		3549	Pacific/Honolulu	19.57181	-155.96172	51	Kahaluu-Keauhou,Kahaluu-Keauhou CDP		HI	001		
7262734	Marine Corps Base Hawaii - MCBH	marine-corps-base-hawaii-mcbh	US		9517	Pacific/Honolulu	21.44336	-157.74981	2	Kaneohe Station,Kaneohe Station CDP,Marine Corps Base Hawaii - MCBH		HI	003		
7262761	Makakilo	makakilo	US		18248	Pacific/Honolulu	21.35237	-158.08655	186	Makakilo,Makakilo City CDP,Makakilo City Census Designated Place		HI	003		
7262771	Napili-Honokowai	napili-honokowai	US		7261	Pacific/Honolulu	20.97533	-156.67826	66	Napili-Honokowai,Napili-Honokowai CDP		HI	009		
7262791	Royal Kunia	royal-kunia	US		14525	Pacific/Honolulu	21.39392	-158.0267	80	Royal Kunia,Village Park CDP,Village Park Census Designated Place		HI	003		
7262796	Waihee-Waiehu	waihee-waiehu	US		8841	Pacific/Honolulu	20.93022	-156.50458	38	Waihee-Waiehu,Waihee-Waiehu CDP		HI	009		
7262800	Wailea-Makena	wailea-makena	US		0	Pacific/Honolulu	20.66256	-156.42736	129	Wailea-Makena,Wailea-Makena CDP		HI	009		
7262802	Wailua Homesteads	wailua-homesteads	US		5188	Pacific/Honolulu	22.07244	-159.37677	114	Wailua Homesteads,Wailua Homesteads CDP		HI	007		
7262846	Cube Cove	cube-cove	US		0	America/Juneau	57.95336	-134.73352	267	Cube Cove,Cube Cove CDP		AK	105		
7262847	Deltana	deltana	US		2251	America/Anchorage	63.87217	-145.21773	372	Deltana,Deltana CDP		AK	240		
7262854	Eielson Air Force Base	eielson-air-force-base	US		2647	America/Anchorage	64.66327	-147.05442	166	Eielson Air Force Base,Eielson Air Force Base CDP		AK	090		
7262859	Farm Loop	farm-loop	US		1028	America/Anchorage	61.63891	-149.14215	150	Farm Loop,Farm Loop CDP		AK	170		
7262861	Fishhook	fishhook	US		4679	America/Anchorage	61.74402	-149.23613	480	Fishhook,Fishhook CDP		AK	170		
7262864	Four Mile Road	four-mile-road	US		43	America/Anchorage	64.60283	-149.12006	107	Four Mile Road,Four Mile Road CDP		AK	290		
7262872	Glacier View	glacier-view	US		234	America/Anchorage	61.80782	-147.6535	1300	Glacier View,Glacier View CDP		AK	170		
7262878	Harding-Birch Lakes	harding-birch-lakes	US		299	America/Anchorage	64.3714	-146.5991	427	Harding-Birch Lakes,Harding-Birch Lakes CDP		AK	090		
7262896	Knik River	knik-river	US		744	America/Anchorage	61.46001	-148.91237	654	Knik River,Knik River CDP		AK	170		
7262897	Knik-Fairview	knik-fairview	US		14923	America/Anchorage	61.51262	-149.60012	60	Knik-Fairview,Knik-Fairview CDP		AK	170		
7262898	Kodiak Station	kodiak-station	US		1301	America/Anchorage	57.76587	-152.60004	286	Kodiak Station,Kodiak Station CDP		AK	150		
7262905	Lakes	lakes	US		8364	America/Anchorage	61.60713	-149.30861	109	Lakes,Lakes CDP		AK	170		
7262938	Alcan Border	alcan-border	US		33	America/Anchorage	62.67479	-141.1314	559	Alcan Border,Alcan Border CDP		AK	240		
7262944	Attu Station	attu-station	US		21	America/Adak	52.84642	173.18611	0	Attu Station,Attu Station CDP		AK	016		
7262951	Buffalo Soapstone	buffalo-soapstone	US		855	America/Anchorage	61.71623	-149.09999	300	Buffalo Soapstone,Buffalo Soapstone CDP		AK	170		
7262973	Copperville	copperville	US		0	America/Anchorage	62.07094	-145.41349	348	Copperville,Copperville CDP		AK	261		
7262990	Pope-Vannoy Landing	pope-vannoy-landing	US		6	America/Anchorage	59.55848	-154.49109	52	Pope-Vannoy Landing,Pope-Vannoy Landing CDP		AK	164		
7263016	Sutton-Alpine	sutton-alpine	US		1447	America/Anchorage	61.77789	-148.7645	756	Sutton-Alpine,Sutton-Alpine CDP		AK	170		
7263024	Thoms Place	thoms-place	US		0	America/Sitka	56.20385	-132.21395	333	Thoms Place,Thoms Place CDP		AK	275		
7263043	Susitna North	susitna-north	US		1260	America/Anchorage	62.16129	-149.85075	353	Y,Y Census Designated Place		AK	170		
7266221	Rim Camp (historical)	rim-camp-historical	US		0	America/New_York	36.80115	-83.71676	323	Rim,Rim Camp (historical)		KY	013		
7266224	Kettle Island Coal Camp (historical)	kettle-island-coal-camp-historical	US		0	America/New_York	36.7979	-83.60691	331			KY	013		
7275910	Falls of Tug	falls-of-tug	US		0	America/New_York	38.00528	-82.51776	178			KY	127		
7275917	Winding Stair	winding-stair	US		0	America/New_York	38.13194	-82.80792	307			KY	127		
7276355	Little Grass Valley	little-grass-valley	US		2	America/Los_Angeles	39.71449	-120.97716	1561			CA	063		
7276754	National Harbor	national-harbor	US		3788	America/New_York	38.78264	-77.01506	15			MD	033		
7278166	Stone Ridge Village	stone-ridge-village	US		0	America/New_York	38.94026	-77.55014	101			VA	107		
7278662	Scanlan (historical)	scanlan-historical	US		0	America/Chicago	35.28333	-90.13333	66	Scanlan (historical),Scanlan's,Scanlan's Landing		AR	035		
7278686	Henderson Grove	henderson-grove	US		0	America/New_York	36.66064	-83.89005	484			KY	013		
7279474	Platt Park Neighborhood	platt-park-neighborhood	US		0	America/Denver	39.6886	-104.98346				CO	031		
7279494	Rancho Viejo	rancho-viejo	US		0	America/Denver	35.59583	-106.01129				NM	049		
7284981	Old Town Pasadena	old-town-pasadena	US		0	America/Los_Angeles	34.14695	-118.14906				CA	037		
7287707	Lake Las Vegas	lake-las-vegas	US		0	America/Los_Angeles	36.10238	-114.92197				NV	003		
7289169	Tri-Cities	tri-cities	US		1	America/Los_Angeles	46.2454	-119.19617		Tri-Cities,Trije Steden,Trije Stêden,san cheng,torishitizu,ٹرائی-سیٹیز، واشنگٹن,トリシティズ,三城		WA	021		
7289170	Tri-Cities	tri-cities	US		1	America/New_York	36.51736	-82.35489		Tri Cities		TN	163		
7303792	Creekside Apartments	creekside-apartments	US		480	America/New_York	34.8041	-82.60124	330			SC	077		
7304104	Colonial Williamsburg	colonial-williamsburg	US		0	America/New_York	37.2625	-76.69972				VA	830		
7304594	New Spring Place (historical)	new-spring-place-historical	US		0	America/Chicago	35.99217	-94.7971	331			OK	021		
7304598	Oak-Ta-Hah (historical)	oak-ta-hah-historical	US		0	America/Chicago	35.58806	-95.51222	181			OK	101		
7304600	Sac and Fox Agency (historical)	sac-and-fox-agency-historical	US		0	America/Chicago	35.61306	-96.62222	274			OK	081		
7304601	Cheyenne and Arapaho Agency (historical)	cheyenne-and-arapaho-agency-historical	US		0	America/Chicago	35.57222	-98.01972	403			OK	017		
7304603	Buffalo Springs Stage Station (historical)	buffalo-springs-stage-station-historical	US		0	America/Chicago	36.19111	-97.91167	364			OK	047		
7304606	Lukfata (historical)	lukfata-historical	US		0	America/Chicago	33.98087	-94.66714	122			OK	089		
7304609	Kiowa and Commanche Agency (historical)	kiowa-and-commanche-agency-historical	US		0	America/Chicago	34.62274	-98.39449	339			OK	031		
7304610	Indian Village (historical)	indian-village-historical	US		0	America/Chicago	35.19594	-98.81159	454			OK	149		
7304612	Ioland (historical)	ioland-historical	US		0	America/Chicago	35.94394	-99.52178	603			OK	045		
7304633	Choctaw Village (historical)	choctaw-village-historical	US		0	America/Chicago	33.9986	-91.33158	50			AR	041	93063	
7306109	Dowsett Highlands	dowsett-highlands	US		0	Pacific/Honolulu	21.33735	-157.83382	152			HI	003		
7306642	Columbusville (historical)	columbusville-historical	US		0	America/New_York	40.725	-73.89361	30			NY	081		
7306660	Morefield	morefield	US		0	America/Chicago	43.68889	-96.77083	483			SD	099	62540	
7306683	Knollwood Estates Mobile Home Park	knollwood-estates-mobile-home-park	US		0	America/Detroit	42.97417	-85.89667	203			MI	139	01360	
7306684	Chateau Deerfield Manor Mobile Home Park	chateau-deerfield-manor-mobile-home-park	US		0	America/Detroit	42.98278	-85.89778	203			MI	139	01360	
7306685	Allendale Meadows Mobile Park	allendale-meadows-mobile-park	US		0	America/Detroit	42.97472	-85.91389	200			MI	139	01360	
7306721	Crickelwood Court Mobile Home Park	crickelwood-court-mobile-home-park	US		0	America/Detroit	43.19944	-85.87833	214			MI	139	15300	
7306722	Hidden Oaks Mobile Home Park	hidden-oaks-mobile-home-park	US		0	America/Detroit	43.11528	-86.15278	188			MI	139	75840	
7306757	Franklin Communities Mobile Home Park	franklin-communities-mobile-home-park	US		0	America/Detroit	43.30972	-86.25944	199			MI	121	19660	
7306759	Maple Island Estates Mobile Home Park	maple-island-estates-mobile-home-park	US		0	America/Detroit	43.2625	-86.06528	207			MI	121	25080	
7306760	Apple Carr Village	apple-carr-village	US		0	America/Detroit	43.24306	-86.12361	204			MI	121	25080	
7306761	Dunes Mobile Home Park	dunes-mobile-home-park	US		0	America/Detroit	43.20556	-86.30528	186			MI	121	59140	
7306762	Egelcraft Mobile Home Park	egelcraft-mobile-home-park	US		0	America/Detroit	43.21583	-86.14333	199			MI	121	25080	
7306763	Arlington Estates Mobile Village	arlington-estates-mobile-village	US		0	America/Detroit	43.2125	-86.15056	198			MI	121	56340	
7306794	Clover Estates Mobile Home Park	clover-estates-mobile-home-park	US		0	America/Detroit	43.19111	-86.14583	200			MI	121	31020	
7306795	Nomad Mobile Home Park	nomad-mobile-home-park	US		0	America/Detroit	43.20333	-86.22083	191			MI	121	59140	
7306796	Oaks Mobile Home Park	oaks-mobile-home-park	US		0	America/Detroit	43.19361	-86.22444	190			MI	121	59140	
7306797	Hillcrest Mobile Home Park	hillcrest-mobile-home-park	US		0	America/Detroit	43.19278	-86.22444	190			MI	121	59140	
7306798	Chauteau Norton Shores Mobile Home Park	chauteau-norton-shores-mobile-home-park	US		0	America/Detroit	43.19444	-86.21528	191			MI	121	59140	
7306869	Mona Lake Mobile Home Park	mona-lake-mobile-home-park	US		0	America/Detroit	43.18806	-86.24167	178			MI	121	56360	
7306881	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/Detroit	43.29111	-86.26194	194			MI	121	45160	
7306886	Timberline Estates Mobile Home Park	timberline-estates-mobile-home-park	US		0	America/Detroit	43.29667	-86.15333	201			MI	121	14100	
7306921	Wayside Mobile Court	wayside-mobile-court	US		0	America/Detroit	43.39222	-86.29861	207			MI	121	86800	
7306933	Crystal Downs Mobile Village	crystal-downs-mobile-village	US		0	America/Detroit	43.39861	-86.30917	205			MI	121	86800	
7307331	Bellevue Mobile Home Park	bellevue-mobile-home-park	US		0	America/Detroit	42.41944	-85.00611	273			MI	025	17880	
7307345	Dodgewood	dodgewood	US		0	America/New_York	40.89361	-73.91333	55			NY	005		
7307398	Iron Horse	iron-horse	US		0	America/Chicago	41.04327	-96.34714	358			NE	155		
7307405	Big Sandy Lake	big-sandy-lake	US		0	America/Chicago	41.12825	-96.33439	329			NE	155	09410	
7307437	Big Springs (historical)	big-springs-historical	US		0	America/Chicago	36.17973	-92.74238	265			AR	089		
7307498	Indian Creek (historical)	indian-creek-historical	US		0	America/Chicago	36.4324	-93.51348	347			AR	015	92955	
7307499	Nunnally (historical)	nunnally-historical	US		0	America/Chicago	36.32979	-93.32259	390			AR	015	90891	
7307583	Hanover Village Apartments Mobile Home Park	hanover-village-apartments-mobile-home-park	US		0	America/Detroit	42.63694	-85.28	256			MI	015	37120	
7307584	Algonquin Lake Trailer Court	algonquin-lake-trailer-court	US		0	America/Detroit	42.67278	-85.34833	240			MI	015	70420	
7307590	Merlino's Hidden Valley Estates Mobile Home Park	merlino-s-hidden-valley-estates-mobile-home-park	US		0	America/Detroit	42.72361	-85.26333	250			MI	015	13340	
7307599	Barry's Resort and Mobile Home Park	barry-s-resort-and-mobile-home-park	US		0	America/Detroit	42.61278	-85.21028	247			MI	015	37140	
7307633	Thornapple Lake Estates Mobile Home Park	thornapple-lake-estates-mobile-home-park	US		0	America/Detroit	42.62361	-85.18	242			MI	015	13960	
7307649	Cider Mill Village Mobile Home Community	cider-mill-village-mobile-home-community	US		0	America/Detroit	42.72139	-85.46056	230			MI	015	79620	
7307670	Stoney Point Trailer Park	stoney-point-trailer-park	US		0	America/Detroit	42.49611	-85.42528	284			MI	015	66260	
7307676	Guernsey Lake Mobile Home Court	guernsey-lake-mobile-home-court	US		0	America/Detroit	42.55278	-85.40611	279			MI	015	39120	
7307843	Miromar Lakes	miromar-lakes	US		0	America/New_York	26.47887	-81.77879	5			FL	071		
7307850	Lakeview Mobile Park	lakeview-mobile-park	US		0	America/Detroit	42.79667	-86.12444	183			MI	139	38660	
7307854	Leisure Estates Mobile Home Park	leisure-estates-mobile-home-park	US		0	America/Detroit	42.81389	-86.12056	188			MI	139	38660	
7307858	Ottogan Mobile Home Estates	ottogan-mobile-home-estates	US		0	America/Detroit	42.77278	-86.00056	186			MI	139	89280	
7307859	Lincoln Estates Mobile Home Park	lincoln-estates-mobile-home-park	US		0	America/Detroit	42.75667	-86.09583	203			MI	005	38640	
7307860	Willow Park Mobile Home Park	willow-park-mobile-home-park	US		0	America/Detroit	42.75917	-86.09583	201			MI	005	38640	
7307861	Holiday West Village Mobile Home Park	holiday-west-village-mobile-home-park	US		0	America/Detroit	42.83194	-86.15222	192			MI	139	62460	
7307862	Waverly Shores Village Mobile Home Park	waverly-shores-village-mobile-home-park	US		0	America/Detroit	42.82806	-86.07556	191			MI	139	38660	
7307863	Windmill Mobile Home Park	windmill-mobile-home-park	US		0	America/Detroit	42.80556	-86.09417	183			MI	139	38660	
7307904	Timberline Estates Mobile Home Park	timberline-estates-mobile-home-park	US		0	America/Detroit	43.05556	-85.92861	191			MI	139	18020	
7307905	Grand Country Mobile Home Village	grand-country-mobile-home-village	US		0	America/Detroit	43.01111	-85.99611	197			MI	139	65320	
7307923	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/Detroit	43.08778	-86.14722	189			MI	139	75840	
7307946	Logan Estates Mobile Home Park	logan-estates-mobile-home-park	US		0	America/Detroit	42.82778	-85.99611	204			MI	139	89280	
7307956	Mapleview Valley Mobile Home Park	mapleview-valley-mobile-home-park	US		0	America/Detroit	42.80472	-86.00694	191			MI	139	89280	
7307978	Country Village Mobile Park	country-village-mobile-park	US		0	America/Detroit	43.035	-85.86667	217			MI	139	88820	
7307982	Brookside Meadows Community Mobile Home Park	brookside-meadows-community-mobile-home-park	US		0	America/Detroit	42.88889	-85.82	186			MI	139	31880	
7308039	Country Hills Village Mobile Home Park	country-hills-village-mobile-home-park	US		0	America/Detroit	42.825	-85.83722	214			MI	139	41520	
7308053	Presidential Estates Mobile Home Park	presidential-estates-mobile-home-park	US		0	America/Detroit	42.86056	-85.84861	199			MI	139	39800	
7308070	West Olive Estates Mobile Home Park	west-olive-estates-mobile-home-park	US		0	America/Detroit	42.93056	-86.14722	191			MI	139	65940	
7308086	Crockery Mobile Home Park	crockery-mobile-home-park	US		0	America/Detroit	43.08944	-86.11722	191			MI	139	18800	
7308113	River Haven Village Mobile Home Park	river-haven-village-mobile-home-park	US		0	America/Detroit	43.02278	-86.1525	183			MI	139	33360	
7308114	Village Green Mobile Home Park	village-green-mobile-home-park	US		0	America/Detroit	43.04389	-86.20083	185			MI	139	33340	
7308127	Kilkare (historical)	kilkare-historical	US		0	America/Chicago	29.58	-95.06667	4			TX	201		
7308175	Crystal Lakes Country Estates	crystal-lakes-country-estates	US		0	America/Chicago	30.70833	-94.875	94			TX	373		
7308220	Hammond Ranch	hammond-ranch	US		0	America/Los_Angeles	41.38299	-122.39731	1173			CA	093		
7308276	Saint Johns Mobile Home Village	saint-johns-mobile-home-village	US		0	America/Detroit	43.0075	-84.56667	227			MI	037	70940	
7308353	Meadows of Saint Johns Mobile Home Park	meadows-of-saint-johns-mobile-home-park	US		0	America/Detroit	42.96806	-84.56667	224			MI	037	08400	
7308355	Park Lake Mobile Home Court	park-lake-mobile-home-court	US		0	America/Detroit	42.79389	-84.43944	259			MI	037	05900	
7308498	Euwanee Park	euwanee-park	US		0	America/New_York	36.9375	-76.25028	3	Euwanee,Euwanee Park		VA	710		
7308508	Hunters Glen Mobile Home Park	hunters-glen-mobile-home-park	US		0	America/Detroit	42.7325	-85.6575	241			MI	005	46760	
7308509	Northbrook Mobile Home Estates	northbrook-mobile-home-estates	US		0	America/Detroit	42.67083	-85.62028	230			MI	005	84900	
7308516	Windsor Woods Village Mobile Home Park	windsor-woods-village-mobile-home-park	US		0	America/Detroit	42.675	-85.65833	226			MI	005	84880	
7308619	Country Acres Mobile Home Park	country-acres-mobile-home-park	US		0	America/Detroit	42.725	-86.12556	220			MI	005	28120	
7308644	Allegan Mobile Estates	allegan-mobile-estates	US		0	America/Detroit	42.51806	-85.82306	197			MI	005	01280	
7308646	Homecrest Villa Mobile Home Park	homecrest-villa-mobile-home-park	US		0	America/Detroit	42.535	-85.87722	214			MI	005	01280	
7308647	Swan Lake Mobile Estates	swan-lake-mobile-estates	US		0	America/Detroit	42.45972	-85.93972	213			MI	005	15200	
7308651	Mennonite Colony	mennonite-colony	US		0	America/New_York	37.10417	-76.54444	8	Mennonite Colony,Mohea		VA	700		
7308661	Yogaville	yogaville	US		226	America/New_York	37.65107	-78.69374	167			VA	029		
7308679	Maple Grove Estates Mobile Home Community	maple-grove-estates-mobile-home-community	US		0	America/Detroit	42.73139	-85.71111	219			MI	005	22680	
7308681	Holiday Mobile Home Park	holiday-mobile-home-park	US		0	America/Detroit	42.69722	-85.77778	209			MI	005	22680	
7308722	Shangrai-La Mobile Home Park	shangrai-la-mobile-home-park	US		0	America/Detroit	42.68667	-86.15333	222			MI	005	45180	
7308723	Douglas Estates Mobile Home Park	douglas-estates-mobile-home-park	US		0	America/Detroit	42.63333	-86.20972	195			MI	005	22740	
7308734	King Arthur Manor	king-arthur-manor	US		0	America/Chicago	32.436	-86.472	62			AL	001		
7308735	Langford Mobile Home Park	langford-mobile-home-park	US		0	America/Chicago	32.428	-86.46	50			AL	001		
7308736	Whispering Pines	whispering-pines	US		0	America/Chicago	32.487	-86.487	129			AL	001		
7308737	Brothers Mobile Home Park	brothers-mobile-home-park	US		0	America/Chicago	32.436	-86.483	62			AL	001		
7308742	Waiehu Camp	waiehu-camp	US		0	Pacific/Honolulu	20.9131	-156.51342	121	Waehu Camp,Waiehu,Waiehu Camp		HI	009		
7308767	Gun River West Mobile Home Park	gun-river-west-mobile-home-park	US		0	America/Detroit	42.46	-85.64861	223			MI	005	35720	
7308768	Gun River Mobile Estates	gun-river-mobile-estates	US		0	America/Detroit	42.47222	-85.63778	221			MI	005	35720	
7308778	Watson's Mobile Home Park	watson-s-mobile-home-park	US		0	America/Detroit	42.44861	-85.67917	222			MI	005	61640	
7308820	Little Gem Mobile Home Court	little-gem-mobile-home-court	US		0	America/Detroit	42.54361	-85.64167	250			MI	005	52000	
7308821	Country Meadows Mobile Home Community	country-meadows-mobile-home-community	US		0	America/Detroit	42.53806	-85.66861	256			MI	005	84580	
7308823	Dogwood Manor Mobile Home Park	dogwood-manor-mobile-home-park	US		0	America/Detroit	42.59611	-86.06667	194			MI	005	50840	
7308832	Shady Acres Mobile Home Park	shady-acres-mobile-home-park	US		0	America/Detroit	42.65111	-85.97444	201			MI	005	37460	
7308834	Riverview Mobile Home Park	riverview-mobile-home-park	US		0	America/Detroit	42.67	-86.00694	197			MI	005	37460	
7308847	Whiskey Bay	whiskey-bay	US		0	America/Chicago	37.05208	-87.03361	139			KY	141		
7308864	River Heights	river-heights	US		0	America/New_York	38.273	-77.442	20			VA	177		
7308865	Meadows Park	meadows-park	US		0	America/New_York	38.277	-77.556	95			VA	177		
7308866	Graninger Mobile Home Park	graninger-mobile-home-park	US		0	America/New_York	38.268	-77.497	72			VA	177		
7308867	Glenwood Mobile Home Court	glenwood-mobile-home-court	US		0	America/New_York	38.226	-77.497	69			VA	177		
7308868	Mars Mobile Home Park	mars-mobile-home-park	US		0	America/New_York	38.265	-77.61	98			VA	177		
7308902	Marysville Estates	marysville-estates	US		0	America/New_York	40.242	-83.363	298			OH	159	59864	
7308903	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/New_York	40.231	-83.359	304			OH	159	59864	
7308904	Pioneer Mobile Home Park	pioneer-mobile-home-park	US		0	America/New_York	39.279	-81.573	183			OH	167	05424	
7308905	Southgate Mobile Home Park	southgate-mobile-home-park	US		0	America/New_York	39.372	-81.397	194			OH	167	47642	
7308906	Marietta Marina Trailer Park	marietta-marina-trailer-park	US		0	America/New_York	39.424	-81.468	183			OH	167	47628	
7308907	Barclay Acres	barclay-acres	US		0	America/New_York	39.278	-81.574	185			OH	167	05424	
7308908	Denim Shack Mobile Home Park	denim-shack-mobile-home-park	US		0	America/New_York	39.275	-81.599	184			OH	167	05424	
7308917	Cabbage Flats	cabbage-flats	US		0	America/New_York	39.80833	-79.94167	287	Cabbage Flats,Ramseys Crossroads		PA	059	50400	
7308918	Stiversville	stiversville	US		0	America/New_York	39.00978	-81.80347	204			OH	105	42336	
7308939	Grand Ledge Ravines Mobile Home Park	grand-ledge-ravines-mobile-home-park	US		0	America/Detroit	42.75139	-84.76111	259			MI	045	33420	
7308946	Imperial Mobile Homes	imperial-mobile-homes	US		0	America/Detroit	42.76194	-84.74444	262			MI	045	33420	
7308949	Country Village Mobile Home Park	country-village-mobile-home-park	US		0	America/Detroit	42.78333	-84.67778	259			MI	037	84400	
7308976	Pleasant View Estates Mobile Home Park	pleasant-view-estates-mobile-home-park	US		0	America/Detroit	42.4075	-86.25417	198			MI	159	75000	
7308978	Mitchell Brothers Mobile Home Park	mitchell-brothers-mobile-home-park	US		0	America/Detroit	42.35944	-86.28056	191			MI	159	75000	
7308979	Whispering Pines Estates and Mobile Home Park	whispering-pines-estates-and-mobile-home-park	US		0	America/Detroit	42.40167	-86.20306	187			MI	159	31840	
7309022	Country Holiday Estates Mobile Home Park	country-holiday-estates-mobile-home-park	US		0	America/Detroit	42.30361	-85.96806	235			MI	159	84820	
7309025	Devan Mobile Home Park	devan-mobile-home-park	US		0	America/Detroit	42.20389	-85.87861	230			MI	159	63000	
7309034	Three Mile Lake Mobile Home Park	three-mile-lake-mobile-home-park	US		0	America/Detroit	42.1875	-85.94944	232			MI	159	63000	
7309045	Deal Mobile Home Village	deal-mobile-home-village	US		0	America/Detroit	42.2125	-85.78833	256			MI	159	03140	
7309069	Lawrence Mobile Home Park	lawrence-mobile-home-park	US		0	America/Detroit	42.21167	-86.05222	211			MI	159	46460	
7309074	Independence Commons Mobile Home Park	independence-commons-mobile-home-park	US		0	America/Detroit	42.63139	-84.74944	270			MI	045	66100	
7309075	Valley Springs Mobile Home Park	valley-springs-mobile-home-park	US		0	America/Detroit	42.63611	-84.74028	276			MI	045	66100	
7309101	Hickory Haven Mobile Home Community	hickory-haven-mobile-home-community	US		0	America/Detroit	42.50167	-84.65083	271			MI	045	24540	
7309102	Eaton Pines Village Mobile Home Park	eaton-pines-village-mobile-home-park	US		0	America/Detroit	42.50222	-84.66389	270			MI	045	24540	
7309120	Windsor Estates Mobile Home Park	windsor-estates-mobile-home-park	US		0	America/Detroit	42.66389	-84.66194	272			MI	045	87840	
7309149	Maple Hill Village Mobile Home Park	maple-hill-village-mobile-home-park	US		0	America/Detroit	42.2	-86.16944	202			MI	159	36960	
7309153	Rush Lake Mobile Home Park	rush-lake-mobile-home-park	US		0	America/Detroit	42.24167	-86.21139	205			MI	159	36980	
7309202	I'On	i-on	US		0	America/New_York	32.81819	-79.87983	1			SC	019		
7309205	Ladysmith Village	ladysmith-village	US		0	America/New_York	38.02619	-77.51991	65			VA	033		
7309207	Lansdowne Town Center	lansdowne-town-center	US		0	America/New_York	39.08151	-77.49569	93			VA	107		
7309208	Wyboo Plantation	wyboo-plantation	US		0	America/New_York	33.57903	-80.22178	27			SC	027		
7309216	Shady Brook Mobile Home Park	shady-brook-mobile-home-park	US		0	America/Detroit	42.35389	-85.81417	243			MI	159	64280	
7309241	Phelps Mobile Home Park	phelps-mobile-home-park	US		0	America/Detroit	42.09667	-86.09583	239			MI	159	36180	
7309305	Lawrence Manor Mobile Home Park	lawrence-manor-mobile-home-park	US		0	America/Detroit	42.56389	-84.84444	281			MI	045	14820	
7309306	Hi-Way Mobile Haven	hi-way-mobile-haven	US		0	America/Detroit	42.60278	-84.77222	266			MI	045	07440	
7309370	Maple Knoll Mobile Home Park	maple-knoll-mobile-home-park	US		0	America/Detroit	42.585	-84.80139	283			MI	045	14820	
7309371	Meadows Mobile Home Park	meadows-mobile-home-park	US		0	America/Detroit	42.58528	-84.80694	284			MI	045	14820	
7309456	Old Warwick	old-warwick	US		0	America/New_York	41.70139	-71.38611	9			RI	003	74300	
7309487	Williams Mill	williams-mill	US		0	America/New_York	41.89722	-71.795	149			RI	007	30340	
7309489	Arnolda	arnolda	US		0	America/New_York	41.38141	-71.65601	12			RI	009	14500	
7309490	Horn Heap	horn-heap	US		0	America/New_York	41.58333	-71.53333	71			RI	009	25300	
7309500	Hogsink	hogsink	US		0	America/New_York	39.90778	-80.99	251	Hog Sink,Hogsink		OH	013	81088	
7309631	Watertower Travel Trailer Park	watertower-travel-trailer-park	US		0	America/Detroit	43.06528	-83.31806	253			MI	087	46040	
7309637	Lapeer Meadows Mobile Home Park	lapeer-meadows-mobile-home-park	US		0	America/Detroit	43.06806	-83.29861	251			MI	087	52500	
7309638	Crestview Manor Mobile Home Park	crestview-manor-mobile-home-park	US		0	America/Detroit	43.06667	-83.3125	258			MI	087	52500	
7309653	Hunters Creek Mobile Home Community	hunters-creek-mobile-home-community	US		0	America/Detroit	43.03556	-83.31667	259			MI	087	46040	
7309659	Chateau Pines Lake Mobile Home Park	chateau-pines-lake-mobile-home-park	US		0	America/Detroit	43.07778	-83.30556	248			MI	087	52500	
7309681	Deerfield Pines Mobile Home Park	deerfield-pines-mobile-home-park	US		0	America/Detroit	43.19333	-83.31556	243			MI	087	21160	
7309691	Ideal Villa Mobile Home Park	ideal-villa-mobile-home-park	US		0	America/Detroit	42.94528	-83.31361	314			MI	087	53360	
7309718	North Branch Meadows Mobile Home Park	north-branch-meadows-mobile-home-park	US		0	America/Detroit	43.23167	-83.18528	247			MI	087	58090	
7309727	Maple Grove Mobile Home Communities	maple-grove-mobile-home-communities	US		0	America/Detroit	43.00333	-83.08056	255			MI	087	40320	
7309778	Sandhill Mobile Home Estates	sandhill-mobile-home-estates	US		0	America/Detroit	43.06222	-83.18556	285			MI	087	03280	
7309788	Kingsbrook Mobile Home Estates	kingsbrook-mobile-home-estates	US		0	America/Detroit	42.92778	-83.05056	259			MI	087	01680	
7309905	Northwood Estates Mobile Home Park	northwood-estates-mobile-home-park	US		0	America/Detroit	43.02778	-84.14583	227			MI	155	12520	
7309908	Candlewick Court Mobile Home Park	candlewick-court-mobile-home-park	US		0	America/Detroit	42.98056	-84.19056	225			MI	155	61940	
7309958	Countryside Village Mobile Home Park	countryside-village-mobile-home-park	US		0	America/Detroit	42.83472	-84.25056	268			MI	155	63720	
7309994	Quiet Cove Mobile Home Park	quiet-cove-mobile-home-park	US		0	America/Detroit	42.81111	-84.325	268			MI	155	88400	
7310025	Lakeview Estates Mobile Home Park	lakeview-estates-mobile-home-park	US		0	America/Detroit	42.93167	-84.00056	234			MI	155	82040	
7310026	Country Manor Mobile Home Park	country-manor-mobile-home-park	US		0	America/Detroit	42.91722	-84.025	246			MI	155	82040	
7310068	Owosso Trailer Park	owosso-trailer-park	US		0	America/Detroit	42.99722	-84.21944	239			MI	155	61960	
7310137	Garden Bay Manor	garden-bay-manor	US		0	America/New_York	40.7695	-73.8927	15			NY	081		
7310138	Gashouse District	gashouse-district	US		0	America/New_York	40.7354	-73.981	6			NY	061		
7310195	East Norwood Trailer Park	east-norwood-trailer-park	US		0	America/New_York	39.42306	-81.42361	181			OH	167	47628	
7310196	Georges Trailer Park	georges-trailer-park	US		0	America/New_York	39.27028	-81.57167	184			OH	167	05424	
7310197	Lowell Trailer Park	lowell-trailer-park	US		0	America/New_York	39.52722	-81.50333	184			OH	167	00338	
7310198	Mercers Mobile Home Park	mercers-mobile-home-park	US		0	America/New_York	39.27944	-81.57417	184			OH	167	05424	
7310199	Norwood Mobile Home Park	norwood-mobile-home-park	US		0	America/New_York	39.42417	-81.43444	222			OH	167	47628	
7310200	W D Miller Trailer Park	w-d-miller-trailer-park	US		0	America/New_York	39.27917	-81.60556	197			OH	167	05424	
7312660	Macy Trailer Park	macy-trailer-park	US		0	America/Chicago	30.67336	-88.24704	66			AL	097		
7312662	Ridgewood Trailer Park	ridgewood-trailer-park	US		0	America/Chicago	30.67041	-88.23698	61			AL	097		
7312668	Green Acres Trailer Park	green-acres-trailer-park	US		0	America/Chicago	30.56815	-88.17042	12			AL	097		
7312669	Hillview Trailer Park	hillview-trailer-park	US		0	America/Chicago	30.57149	-88.21327	43			AL	097		
7312670	Katherine Hankins Trailer Park	katherine-hankins-trailer-park	US		0	America/Chicago	30.55112	-88.17586	19			AL	097		
7312742	Oakway Trailer Park	oakway-trailer-park	US		0	America/Chicago	30.75799	-88.22673	65			AL	097		
7312743	Alexis Place Trailer Park	alexis-place-trailer-park	US		0	America/Chicago	30.76885	-88.22242	56			AL	097		
7312744	Myles Manor Trailer Park	myles-manor-trailer-park	US		0	America/Chicago	30.77073	-88.25233	67			AL	097		
7312745	Yonder Wood Mobile Home Park	yonder-wood-mobile-home-park	US		0	America/Chicago	30.78542	-88.26084	67			AL	097		
7312748	Pine Oaks Mobile Home Park	pine-oaks-mobile-home-park	US		0	America/Chicago	30.71758	-88.2292	67			AL	097		
7312749	Bryson Acres Trailer Park	bryson-acres-trailer-park	US		0	America/Chicago	30.74903	-88.23786	64			AL	097		
7312750	Semmes Mobile Home Park	semmes-mobile-home-park	US		0	America/Chicago	30.78055	-88.25483	74			AL	097		
7312757	Stevensons Trailer Court	stevensons-trailer-court	US		0	America/Chicago	30.5787	-88.19309	41			AL	097		
7312758	Irene Hoffman Trailer Park	irene-hoffman-trailer-park	US		0	America/Chicago	30.56608	-88.1812	26			AL	097		
7312759	Harrison Trailer Park	harrison-trailer-park	US		0	America/Chicago	30.56205	-88.18815	26			AL	097		
7312769	Evans Trailer Park	evans-trailer-park	US		0	America/Chicago	30.5917	-88.16479	24			AL	097		
7312796	Grand Oaks Mobile Home Court	grand-oaks-mobile-home-court	US		0	America/Chicago	30.62875	-88.09528	6			AL	097		
7312797	Shady Acres Mobile Home Court	shady-acres-mobile-home-court	US		0	America/Chicago	30.62842	-88.09602	7			AL	097		
7312798	Curve Mobile Home Park	curve-mobile-home-park	US		0	America/Chicago	30.6158	-88.07446	4			AL	097		
7312799	Log Cabin Trailer Court	log-cabin-trailer-court	US		0	America/Chicago	30.60474	-88.07855	7			AL	097		
7312800	Riverchase Mobile Home Park	riverchase-mobile-home-park	US		0	America/Chicago	30.54846	-88.10047	3			AL	097		
7312836	Western Hills Trailer Park	western-hills-trailer-park	US		0	America/Chicago	30.6803	-88.26835	57			AL	097		
7312840	Pleasanton Hills Trailer Park	pleasanton-hills-trailer-park	US		0	America/Chicago	30.68045	-88.21806	58			AL	097		
7312841	Pine Acres Trailer Park	pine-acres-trailer-park	US		0	America/Chicago	30.70772	-88.24621	64			AL	097		
7312885	Camelia Trace Mobile Home Park	camelia-trace-mobile-home-park	US		0	America/Chicago	30.72003	-88.21005	65			AL	097		
7312886	Browns Recreational Vehicle and Mobile Home Park	browns-recreational-vehicle-and-mobile-home-park	US		0	America/Chicago	30.72385	-88.17548	58			AL	097		
7312888	Green Oak Village Mobile Home Park	green-oak-village-mobile-home-park	US		0	America/Chicago	30.76117	-88.2219	62			AL	097		
7312889	Aces Trailer Park	aces-trailer-park	US		0	America/Chicago	30.71071	-88.13091	28			AL	097		
7312892	Rebecca Hills Trailer Park	rebecca-hills-trailer-park	US		0	America/Chicago	30.7503	-88.20331	64			AL	097		
7312894	Park Place Mobile Home Park	park-place-mobile-home-park	US		0	America/Chicago	30.75515	-88.22065	69			AL	097		
7312899	Tabor Trailer Park	tabor-trailer-park	US		0	America/Chicago	30.59128	-88.13892	4			AL	097		
7312900	Whisper Oaks Trailer Park	whisper-oaks-trailer-park	US		0	America/Chicago	30.59423	-88.14517	6			AL	097		
7312902	L and M Trailer Park	l-and-m-trailer-park	US		0	America/Chicago	30.57962	-88.21026	44			AL	097		
7312903	Plantation Trailer Park	plantation-trailer-park	US		0	America/Chicago	30.57856	-88.18034	28			AL	097		
7312904	Woodland Oaks Mobile Home Park	woodland-oaks-mobile-home-park	US		0	America/Chicago	30.57613	-88.21792	38			AL	097		
7312905	C J Trailer Court	c-j-trailer-court	US		0	America/Chicago	30.57743	-88.14908	8			AL	097		
7312906	Ponderosa Trailer Park	ponderosa-trailer-park	US		0	America/Chicago	30.57159	-88.22139	49			AL	097		
7312907	Nix Trailer Park	nix-trailer-park	US		0	America/Chicago	30.59168	-88.17597	35			AL	097		
7312908	White Oak Mobile Home Park	white-oak-mobile-home-park	US		0	America/Chicago	30.58498	-88.17625	27			AL	097		
7312911	Greendale Mobile Home Park	greendale-mobile-home-park	US		0	America/Chicago	30.58146	-88.1807	31			AL	097		
7312912	Bill Herod Trailer Park	bill-herod-trailer-park	US		0	America/Chicago	30.58079	-88.19668	34			AL	097		
7312913	Wilmer Oaks Trailer Park	wilmer-oaks-trailer-park	US		0	America/Chicago	30.59651	-88.20155	34			AL	097		
7312914	Gunn Place Trailer Park	gunn-place-trailer-park	US		0	America/Chicago	30.58468	-88.2173	52			AL	097		
7312915	Laws Landing Trailer Park	laws-landing-trailer-park	US		0	America/Chicago	30.59002	-88.25275	53			AL	097		
7312920	Nix Mobile Home Park	nix-mobile-home-park	US		0	America/Chicago	30.62884	-88.13768	6			AL	097		
7312928	Pala Verdes Mobile Home Park	pala-verdes-mobile-home-park	US		0	America/Chicago	30.6166	-88.15587	12			AL	097		
7312932	The Palms Trailer Park	the-palms-trailer-park	US		0	America/Chicago	30.62988	-88.14668	28			AL	097		
7312936	Double L Trailer Court	double-l-trailer-court	US		0	America/Chicago	30.6138	-88.15084	10			AL	097		
7312937	Chas Bon Trailer Court	chas-bon-trailer-court	US		0	America/Chicago	30.60815	-88.15823	4			AL	097		
7312950	Magnolia Pointe Manufactured Home Community	magnolia-pointe-manufactured-home-community	US		0	America/Chicago	30.66312	-88.22764	52			AL	097		
7312955	Nicholson Trailer Park	nicholson-trailer-park	US		0	America/Chicago	30.55537	-88.17706	18			AL	097		
7312956	Shady Grove Mobile Home Park	shady-grove-mobile-home-park	US		0	America/Chicago	30.53291	-88.18559	20			AL	097		
7312957	De La Be Forrest Mobile Home Park	de-la-be-forrest-mobile-home-park	US		0	America/Chicago	30.56085	-88.17988	24			AL	097		
7312958	Barnes Road Trailer Park	barnes-road-trailer-park	US		0	America/Chicago	30.55013	-88.19234	41			AL	097		
7312959	Watson Place Trailer Park	watson-place-trailer-park	US		0	America/Chicago	30.55311	-88.2447	43			AL	097		
7312960	Miller Trailer Park	miller-trailer-park	US		0	America/Chicago	30.56558	-88.20298	49			AL	097		
7312964	Wandas Mobile Home Park	wandas-mobile-home-park	US		0	America/Chicago	30.56844	-88.20436	47			AL	097		
7312965	Southern Breeze Mobile Home Park	southern-breeze-mobile-home-park	US		0	America/Chicago	30.54075	-88.18334	23			AL	097		
7312966	Meadows Trailer Park	meadows-trailer-park	US		0	America/Chicago	30.55818	-88.22146	45			AL	097		
7312967	Pass Road Mobile Home Park	pass-road-mobile-home-park	US		0	America/Chicago	30.55775	-88.22385	42			AL	097		
7312968	Country Estates Trailer Park	country-estates-trailer-park	US		0	America/Chicago	30.55767	-88.22714	39			AL	097		
7312969	Bassenger Trailer Park	bassenger-trailer-park	US		0	America/Chicago	30.55718	-88.22928	37			AL	097		
7313400	Coggins Country Estates Mobile Home Park	coggins-country-estates-mobile-home-park	US		0	America/Chicago	31.16253	-85.3865	85			AL	069		
7313401	Grand Villa Mobile Estates	grand-villa-mobile-estates	US		0	America/Chicago	31.18889	-85.3826	93			AL	069		
7313402	Palms Mobile Home Park	palms-mobile-home-park	US		0	America/Chicago	31.20187	-85.34666	82			AL	069		
7313403	Clean Parks Mobile Home Park	clean-parks-mobile-home-park	US		0	America/Chicago	31.16732	-85.40383	85			AL	069		
7313404	Magnolia Court Mobile Home Park	magnolia-court-mobile-home-park	US		0	America/Chicago	31.13944	-85.43581	69			AL	069		
7313406	La Vista Mobile Estates	la-vista-mobile-estates	US		0	America/Chicago	31.2604	-85.40902	93			AL	069		
7313407	Deer Run Mobile Home Park	deer-run-mobile-home-park	US		0	America/Chicago	31.27419	-85.43684	95			AL	069		
7313408	Cayman Bay Mobile Home Park	cayman-bay-mobile-home-park	US		0	America/Chicago	31.28061	-85.44528	104			AL	069		
7313409	Pointe South Mobile Estates	pointe-south-mobile-estates	US		0	America/Chicago	31.28842	-85.34738	91			AL	069		
7313410	Deltaway Mobile Home Park	deltaway-mobile-home-park	US		0	America/Chicago	31.20657	-85.47364	70			AL	069		
7313411	Rainbow Mobile Home Park	rainbow-mobile-home-park	US		0	America/Chicago	31.19796	-85.23299	76			AL	069		
7313412	Wildwood Mobile Home Park	wildwood-mobile-home-park	US		0	America/Chicago	31.2032	-85.272	80			AL	069		
7313414	Bullard Trailer Park	bullard-trailer-park	US		0	America/Chicago	31.26494	-86.47507	97			AL	039		
7313415	Hidden Acres Mobile Home Park	hidden-acres-mobile-home-park	US		0	America/Chicago	31.01797	-86.35736	97			AL	039		
7313416	Lakeview Village Mobile Home Park	lakeview-village-mobile-home-park	US		0	America/Chicago	31.29497	-86.22873	95			AL	039		
7313417	Lakewood Mobile Home Park	lakewood-mobile-home-park	US		0	America/Chicago	31.28994	-86.26254	92			AL	039		
7313418	Spence Mobile Home Park	spence-mobile-home-park	US		0	America/Chicago	30.86345	-87.77512	80			AL	003		
7313419	Dickman Mobile Home Park	dickman-mobile-home-park	US		0	America/Chicago	30.86332	-87.77214	81			AL	003		
7313420	Murray's Mobile Home Park	murray-s-mobile-home-park	US		0	America/Chicago	30.82921	-87.77408	70			AL	003		
7313421	Old Charles Mobile Home Park	old-charles-mobile-home-park	US		0	America/Chicago	30.81914	-87.77502	65			AL	003		
7313422	Live Oak Mobile Home Park	live-oak-mobile-home-park	US		0	America/Chicago	30.95978	-87.85364	36			AL	003		
7313423	Land Harbor Mobile Home Park	land-harbor-mobile-home-park	US		0	America/Chicago	30.30887	-87.74346	4			AL	003		
7313424	Maddox Mobile Home Park	maddox-mobile-home-park	US		0	America/Chicago	30.93554	-88.14226	72			AL	097		
7313425	Wards Mobile Home Park	wards-mobile-home-park	US		0	America/Chicago	30.89736	-88.00741	6			AL	097		
7313426	Dead Lake Mobile Home Park	dead-lake-mobile-home-park	US		0	America/Chicago	30.90729	-87.97776	1			AL	097		
7313427	Creola Mobile Home Park	creola-mobile-home-park	US		0	America/Chicago	30.89687	-88.02749	6			AL	097		
7313428	Gunnison Mobile Home Park	gunnison-mobile-home-park	US		0	America/Chicago	30.87159	-88.02161	5			AL	097		
7313431	Blackmon Trailer Park	blackmon-trailer-park	US		0	America/Chicago	30.67797	-87.86191	55			AL	003		
7313432	Buzbee Lane Mobile Home Park	buzbee-lane-mobile-home-park	US		0	America/Chicago	30.67009	-87.88791	48			AL	003		
7313433	Oleander Court Mobile Home Park	oleander-court-mobile-home-park	US		0	America/Chicago	30.36906	-87.60007	6			AL	003		
7313434	Orchards Mobile Home Park	orchards-mobile-home-park	US		0	America/Chicago	30.40843	-87.59609	17			AL	003		
7313435	Dogwood Park Mobile Home Village and Recreational Vehicle Park	dogwood-park-mobile-home-village-and-recreational-vehicle-park	US		0	America/Chicago	30.40595	-87.59582	14			AL	003		
7313436	Country Crossroads Mobile Home Park	country-crossroads-mobile-home-park	US		0	America/Chicago	30.41664	-87.5568	25			AL	003		
7313437	Wolf Bay Park Mobile Home Park	wolf-bay-park-mobile-home-park	US		0	America/Chicago	30.36676	-87.61669	8			AL	003		
7313438	Country Living Mobile Home Park	country-living-mobile-home-park	US		0	America/Chicago	30.47427	-87.8487	27			AL	003		
7313439	Pulliam Village Mobile Home Park	pulliam-village-mobile-home-park	US		0	America/Chicago	30.4717	-87.84004	21			AL	003		
7313440	Winterhaven Court Mobile Home Park	winterhaven-court-mobile-home-park	US		0	America/Chicago	30.51805	-87.89942	30			AL	003		
7313441	La Bonne Vie Mobile Home Park	la-bonne-vie-mobile-home-park	US		0	America/Chicago	30.50234	-87.8193	30			AL	003		
7313442	Eastern Shore Mobile Home Village	eastern-shore-mobile-home-village	US		0	America/Chicago	30.5066	-87.88392	30			AL	003		
7313443	Autumn Park Mobile Home Park	autumn-park-mobile-home-park	US		0	America/Chicago	30.51005	-87.88404	30			AL	003		
7313444	Cedarbreeze Mobile Home Park	cedarbreeze-mobile-home-park	US		0	America/Chicago	30.51527	-87.85343	37			AL	003		
7313445	Pecan Park Mobile Home Park	pecan-park-mobile-home-park	US		0	America/Chicago	30.51616	-87.86715	34			AL	003		
7313446	Rezner Mobile Home Park	rezner-mobile-home-park	US		0	America/Chicago	30.53587	-87.8512	32			AL	003		
7313448	Windsor Place Mobile Home Park	windsor-place-mobile-home-park	US		0	America/Chicago	30.51926	-87.86764	34			AL	003		
7313449	Key Allegro Villas Mobile Home Park	key-allegro-villas-mobile-home-park	US		0	America/Chicago	30.41967	-87.85872	19			AL	003		
7313450	Dove Run Mobile Home Park	dove-run-mobile-home-park	US		0	America/Chicago	30.41907	-87.84866	9			AL	003		
7313451	Helens Mobile Home Park and Recreational Vehicle Park	helens-mobile-home-park-and-recreational-vehicle-park	US		0	America/Chicago	30.37543	-87.67266	19			AL	003		
7313452	Jacks Trailer Court	jacks-trailer-court	US		0	America/Chicago	30.40407	-87.70334	24			AL	003		
7313453	Cypress Acres Mobile Home Park	cypress-acres-mobile-home-park	US		0	America/Chicago	30.38234	-87.62772	14			AL	003		
7313454	Country Place Mobile Home Park	country-place-mobile-home-park	US		0	America/Chicago	30.4089	-87.81125	16			AL	003		
7313455	Brewer Circle B Mobile Home Park	brewer-circle-b-mobile-home-park	US		0	America/Chicago	30.39348	-87.72502	22			AL	003		
7313456	Country Village Mobile Home Park	country-village-mobile-home-park	US		0	America/Chicago	30.43694	-87.71461	28			AL	003		
7313457	Moye Hill Park Mobile Home Park	moye-hill-park-mobile-home-park	US		0	America/Chicago	30.34049	-87.69681	8			AL	003		
7313458	Thompson Mobile Home Park	thompson-mobile-home-park	US		0	America/Chicago	30.33958	-87.69078	12			AL	003		
7313459	Blue Grass Recreational Vehicle Park	blue-grass-recreational-vehicle-park	US		0	America/Chicago	30.40864	-87.65938	23			AL	003		
7313460	Whispering Winds Mobile Home Park	whispering-winds-mobile-home-park	US		0	America/Chicago	30.40504	-87.65908	23			AL	003		
7313461	Mallard Point Trailer Court	mallard-point-trailer-court	US		0	America/Chicago	30.40466	-87.64578	20			AL	003		
7313462	Foley Recreational Vehicle Park	foley-recreational-vehicle-park	US		0	America/Chicago	30.36244	-87.68148	18			AL	003		
7313463	Pelican Mobile Home Park	pelican-mobile-home-park	US		0	America/Chicago	30.3955	-87.6781	22			AL	003		
7313464	The Grove Mobile Home Park	the-grove-mobile-home-park	US		0	America/Chicago	30.35091	-87.71445	11			AL	003		
7313465	Elijah Shoots Mobile Home Park	elijah-shoots-mobile-home-park	US		0	America/Chicago	30.39118	-87.66115	17			AL	003		
7313466	Douglas Mobile Home Park	douglas-mobile-home-park	US		0	America/Chicago	30.3935	-87.67666	22			AL	003		
7313467	Cedar Grove Mobile Home Park	cedar-grove-mobile-home-park	US		0	America/Chicago	30.40481	-87.6617	22			AL	003		
7313468	Summit Mobile Home Park	summit-mobile-home-park	US		0	America/Chicago	30.45166	-88.28294	29			AL	097		
7313469	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/Chicago	30.51328	-88.31621	37			AL	097		
7313470	Quail Ridge Park Mobile Home Park	quail-ridge-park-mobile-home-park	US		0	America/Chicago	30.52782	-88.39612	18			AL	097		
7313471	Jamar Mobile Home Park	jamar-mobile-home-park	US		0	America/Chicago	30.50663	-88.31263	40			AL	097		
7313472	Bay Village Mobile Home Park	bay-village-mobile-home-park	US		0	America/Chicago	30.31094	-87.69544	14			AL	003		
7313473	CNA Estates Mobile Home Park	cna-estates-mobile-home-park	US		0	America/Chicago	30.45507	-88.21509	30			AL	097		
7313474	Spanish Cove Mobile Home Park	spanish-cove-mobile-home-park	US		0	America/Chicago	30.39766	-87.45905	12			AL	003		
7313475	Parkway Mobile Home Park	parkway-mobile-home-park	US		0	America/Chicago	30.61666	-87.75433	51			AL	003		
7313476	Hughes Mobile Home Park	hughes-mobile-home-park	US		0	America/Chicago	30.61417	-87.75409	51			AL	003		
7313477	Whispering Pines Mobile Home Park	whispering-pines-mobile-home-park	US		0	America/Chicago	30.29176	-87.58927	4			AL	003		
7313478	C'est Lavie Mobile Home Park	c-est-lavie-mobile-home-park	US		0	America/Chicago	30.29916	-87.53333	4			AL	003		
7313479	Beech Camper and Mobile Home Park	beech-camper-and-mobile-home-park	US		0	America/Chicago	30.28664	-87.57953	5			AL	003		
7313480	Ramsey's Mobile Home Park	ramsey-s-mobile-home-park	US		0	America/Chicago	30.99571	-87.6127	76			AL	003		
7313481	Carlees Mobile Home Court	carlees-mobile-home-court	US		0	America/Chicago	30.56487	-87.69704	45			AL	003		
7313482	The Pines Mobile Home Park	the-pines-mobile-home-park	US		0	America/Chicago	30.56762	-87.6691	37			AL	003		
7313484	Styx River Estates	styx-river-estates	US		0	America/Chicago	30.62318	-87.59257	26			AL	003		
7313485	Sunset Mobile Home Park	sunset-mobile-home-park	US		0	America/Chicago	30.82757	-88.07167	3			AL	097		
7313486	Dogwood Mobile Home Park	dogwood-mobile-home-park	US		0	America/Chicago	30.83574	-88.14795	36			AL	097		
7313487	Sisco Mobile Home Park	sisco-mobile-home-park	US		0	America/Chicago	30.80995	-88.07295	5			AL	097		
7313488	Keithley Mobile Home Park	keithley-mobile-home-park	US		0	America/Chicago	30.76355	-88.27875	70			AL	097		
7313489	Level Green Mobile Home Park	level-green-mobile-home-park	US		0	America/Chicago	30.74156	-88.28758	62			AL	097		
7313490	Nature's Way Mobile Home Park	nature-s-way-mobile-home-park	US		0	America/Chicago	30.82754	-88.25854	74			AL	097		
7313491	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/Chicago	30.73516	-88.25871	54			AL	097		
7313492	Meadow Breeze Mobile Home Park	meadow-breeze-mobile-home-park	US		0	America/Chicago	30.5032	-87.79118	23			AL	003		
7313493	Palm Park Mobile Home Park	palm-park-mobile-home-park	US		0	America/Chicago	30.53759	-87.77846	37			AL	003		
7313494	Silverhill Mobile Home Park	silverhill-mobile-home-park	US		0	America/Chicago	30.54397	-87.76175	39			AL	003		
7313495	Satsuma Mobile Home Park	satsuma-mobile-home-park	US		0	America/Chicago	30.51379	-87.75216	33			AL	003		
7313496	Live Oak Mobile Home Park	live-oak-mobile-home-park	US		0	America/Chicago	30.45653	-87.76444	28			AL	003		
7313497	Lillie's Mobile Home Park	lillie-s-mobile-home-park	US		0	America/Chicago	30.503	-87.69611	38			AL	003		
7313498	Vick's Mobile Home Park	vick-s-mobile-home-park	US		0	America/Chicago	30.51061	-87.61835	31			AL	003		
7313499	Country Living Mobile Home Park	country-living-mobile-home-park	US		0	America/Chicago	30.4892	-87.77392	34			AL	003		
7313500	Pecan Grove Trailer Park	pecan-grove-trailer-park	US		0	America/Chicago	30.47407	-88.11435	6			AL	097		
7313501	Shepherds Mobile Home Park	shepherds-mobile-home-park	US		0	America/Chicago	30.56837	-88.17024	13			AL	097		
7313502	Theodore Mobile Home Park	theodore-mobile-home-park	US		0	America/Chicago	30.55545	-88.17703	18			AL	097		
7313503	Plantation Square Estates Mobile Home Park	plantation-square-estates-mobile-home-park	US		0	America/Chicago	30.55959	-88.18634	24			AL	097		
7313504	Southside Mobile Home Park	southside-mobile-home-park	US		0	America/Chicago	30.52411	-88.28603	34			AL	097		
7313505	Hidden Meadows Mobile Home Park	hidden-meadows-mobile-home-park	US		0	America/Chicago	30.55419	-88.22047	45			AL	097		
7313506	Juniper Creek Mobile Home Park	juniper-creek-mobile-home-park	US		0	America/Chicago	30.85573	-88.28852	63			AL	097		
7313507	Cooper Mobile Home Park	cooper-mobile-home-park	US		0	America/Chicago	30.60478	-88.07841	7			AL	097		
7313508	Griffith Mobile Home Park	griffith-mobile-home-park	US		0	America/Chicago	30.65344	-88.10631	7			AL	097		
7313509	Park Place of West Mobile Trailer Park	park-place-of-west-mobile-trailer-park	US		0	America/Chicago	30.69329	-88.2284	64			AL	097		
7313510	Pine Haven Mobile Home Park	pine-haven-mobile-home-park	US		0	America/Chicago	30.80202	-88.23905	66			AL	097		
7313511	Sullivans Mobile Home Park	sullivans-mobile-home-park	US		0	America/Chicago	30.81265	-88.15875	18			AL	097		
7313512	Pecan Lane Mobile Home Park	pecan-lane-mobile-home-park	US		0	America/Chicago	30.59967	-88.24883	55			AL	097		
7313513	Cochran Place Mobile Home Park	cochran-place-mobile-home-park	US		0	America/Chicago	30.60135	-88.25298	56			AL	097		
7313514	Green Park West Mobile Home Park	green-park-west-mobile-home-park	US		0	America/Chicago	30.68138	-88.22034	54			AL	097		
7313515	Old Government Mobile Home Park	old-government-mobile-home-park	US		0	America/Chicago	30.67613	-88.21679	65			AL	097		
7313516	Pleasant Mobile Home Park	pleasant-mobile-home-park	US		0	America/Chicago	30.6786	-88.21742	63			AL	097		
7313517	Seven Hills Mobile Home Park	seven-hills-mobile-home-park	US		0	America/Chicago	30.64442	-88.26615	58			AL	097		
7314389	Oak Island Mobile Home Park	oak-island-mobile-home-park	US		0	America/Detroit	42.77917	-84.43889	264			MI	037	05900	
7314390	Dutch Mills Mobile Home Park	dutch-mills-mobile-home-park	US		0	America/Detroit	42.77806	-84.4	-1			MI	037	05900	
7314644	Minnesota Lake Mobile Home Park	minnesota-lake-mobile-home-park	US		0	America/Detroit	42.94361	-82.49111	187			MI	147	65840	
7314645	Port of Call Mobile Home Park	port-of-call-mobile-home-park	US		0	America/Detroit	42.95	-82.49028	187			MI	147	65840	
7314646	Marysville Farms Manufacturing Home Community	marysville-farms-manufacturing-home-community	US		0	America/Detroit	42.95	-82.49389	188			MI	147	65840	
7314647	Edison Mobile Home Court	edison-mobile-home-court	US		0	America/Detroit	42.96722	-82.45722	185			MI	147	65840	
7314648	Fenner's Mobile Village	fenner-s-mobile-village	US		0	America/Detroit	42.98139	-82.49167	191			MI	147	65840	
7314649	Stock's Creek Mobile Home Park	stock-s-creek-mobile-home-park	US		0	America/Detroit	42.98056	-82.47944	186			MI	147	65840	
7314668	North Hill Mobile Home Village	north-hill-mobile-home-village	US		0	America/Detroit	43.13694	-82.79861	251			MI	147	89000	
7314684	Rivers Edge a Quiet Community Mobile Home Park	rivers-edge-a-quiet-community-mobile-home-park	US		0	America/Detroit	42.80667	-82.48778	180			MI	147	23820	
7314685	Saint Clair Place Mobile Home Park	saint-clair-place-mobile-home-park	US		0	America/Detroit	42.82778	-82.51028	187			MI	147	70700	
7314710	Marysville Villa Estates Mobile Home Park	marysville-villa-estates-mobile-home-park	US		0	America/Detroit	42.93472	-82.46472	183			MI	147	52080	
7314711	Seaway Mobile Home Ranch	seaway-mobile-home-ranch	US		0	America/Detroit	42.88833	-82.47917	187			MI	147	52080	
7314732	Tag-A-Long Trailer Court	tag-a-long-trailer-court	US		0	America/Detroit	42.6925	-82.50833	177			MI	147	18400	
7314749	Somerset Meadows Mobile Home Park	somerset-meadows-mobile-home-park	US		0	America/Detroit	42.9625	-82.54861	198			MI	147	43160	
7314750	The Lakes Mobile Home Park	the-lakes-mobile-home-park	US		0	America/Detroit	42.99028	-82.55833	205			MI	147	43160	
7314770	Americana Estates Mobile Home Park	americana-estates-mobile-home-park	US		0	America/Detroit	42.73889	-82.72778	191			MI	147	13720	
7314864	Sherwood Forest Mobile Home Park	sherwood-forest-mobile-home-park	US		0	America/Detroit	42.98306	-85.08861	230			MI	067	24220	
7314868	Canterbury Estates Mobile Home Park	canterbury-estates-mobile-home-park	US		0	America/Detroit	42.95139	-85.06944	247			MI	067	40860	
7314869	Evergreen Mobile Home Community	evergreen-mobile-home-community	US		0	America/Detroit	43.02722	-85.07528	248			MI	067	24220	
7314870	Hidden Valley Mobile Home Community	hidden-valley-mobile-home-community	US		0	America/Detroit	42.9925	-84.99917	236			MI	067	40880	
7314891	Parkview Estates Mobile Home Park	parkview-estates-mobile-home-park	US		0	America/Detroit	42.85556	-84.93556	247			MI	067	19720	
7314892	Sunset View Mobile Home Park	sunset-view-mobile-home-park	US		0	America/Detroit	42.86167	-84.89667	238			MI	067	65860	
7314893	Sunset Ridge Mobile Home Park	sunset-ridge-mobile-home-park	US		0	America/Detroit	42.86944	-84.93611	247			MI	067	65880	
7314927	Pine Haven Estates Mobile Home Park	pine-haven-estates-mobile-home-park	US		0	America/Detroit	43.00167	-84.87667	222			MI	067	49920	
7314930	Woodcreek Village Estates Mobile Home Park	woodcreek-village-estates-mobile-home-park	US		0	America/Detroit	43.08667	-85.075	255			MI	067	69440	
7314960	Wellington Estates Mobile Home Park	wellington-estates-mobile-home-park	US		0	America/Detroit	43.08917	-85.25083	250			MI	067	06900	
7315033	West Haven Mobile Home Park	west-haven-mobile-home-park	US		0	America/Detroit	42.98056	-83.73111	230			MI	049	29020	
7315034	Chauteau Torrey Hills Mobile Home Park	chauteau-torrey-hills-mobile-home-park	US		0	America/Detroit	42.94722	-83.73278	239			MI	049	56160	
7315189	Valle Vista	valle-vista	US		1659	America/Phoenix	35.41088	-113.86271				AZ	015		
7315035	Fisherman's Cove Mobile Home Park	fisherman-s-cove-mobile-home-park	US		0	America/Detroit	42.95972	-83.72222	236			MI	049	29020	
7315036	Villa Estates Mobile Home Park	villa-estates-mobile-home-park	US		0	America/Detroit	42.95972	-83.73611	238			MI	049	29020	
7315037	Park Meadow Estates Mobile Home Park	park-meadow-estates-mobile-home-park	US		0	America/Detroit	42.95694	-83.64167	248			MI	049	33300	
7315038	Tudor Estates Mobile Home Park	tudor-estates-mobile-home-park	US		0	America/Detroit	42.95861	-83.68056	236			MI	049	33300	
7315039	Twin Meadows Mobile Home Park	twin-meadows-mobile-home-park	US		0	America/Detroit	42.97028	-83.68889	233			MI	049	12060	
7315040	Maple Grove Mobile Home Park	maple-grove-mobile-home-park	US		0	America/Detroit	42.96056	-83.68972	235			MI	049	12060	
7315041	Delta Mobile Home Park	delta-mobile-home-park	US		0	America/Detroit	42.97194	-83.69167	234			MI	049	12060	
7315042	Royal Mobile Home Park	royal-mobile-home-park	US		0	America/Detroit	42.99028	-83.65	236			MI	049	29000	
7315043	Elms Mobile Home Park	elms-mobile-home-park	US		0	America/Detroit	42.99917	-83.65	233			MI	049	29000	
7315044	Westwood Village Mobile Home Park	westwood-village-mobile-home-park	US		0	America/Detroit	43.04444	-83.745	234			MI	049	29020	
7315045	Pasadena Mobile Home Park	pasadena-mobile-home-park	US		0	America/Detroit	43.04444	-83.74722	234			MI	049	29020	
7315046	Myrtle Grove Mobile Home Park	myrtle-grove-mobile-home-park	US		0	America/Detroit	43.04111	-83.73611	235			MI	049	29020	
7315047	Carriage Manor Mobile Home Park	carriage-manor-mobile-home-park	US		0	America/Detroit	43.00056	-83.65361	233			MI	049	29000	
7315048	Twilight Mobile Home Park	twilight-mobile-home-park	US		0	America/Detroit	43.00417	-83.65139	234			MI	049	29000	
7315049	Kirkwood Community Mobile Home Park	kirkwood-community-mobile-home-park	US		0	America/Detroit	43.02972	-83.64444	231			MI	049	29000	
7315050	American Mobile Home Park	american-mobile-home-park	US		0	America/Detroit	43.03972	-83.65139	230			MI	049	29000	
7315051	Kearsley Lake Terrace Mobile Home Park	kearsley-lake-terrace-mobile-home-park	US		0	America/Detroit	43.05639	-83.63917	226			MI	049	31800	
7315052	Richfield Mobile Home Park	richfield-mobile-home-park	US		0	America/Detroit	43.05	-83.65833	230			MI	049	29000	
7315053	Lakeside Mobile Court	lakeside-mobile-court	US		0	America/Detroit	43.05306	-83.65417	227			MI	049	29000	
7315054	Shady Acres Mobile Home Park	shady-acres-mobile-home-park	US		0	America/Detroit	43.05694	-83.65833	222			MI	049	29000	
7315055	Carriage Hills Mobile Home Park	carriage-hills-mobile-home-park	US		0	America/Detroit	43.06667	-83.67	229			MI	049	29000	
7315056	Holiday Village Mobile Home Park	holiday-village-mobile-home-park	US		0	America/Detroit	43.06667	-83.66722	229			MI	049	29000	
7315057	Holt's Mobile Home Court	holt-s-mobile-home-court	US		0	America/Detroit	43.07417	-83.66944	230			MI	049	29000	
7315058	Pheasant Run Mobile Home Park	pheasant-run-mobile-home-park	US		0	America/Detroit	43.00417	-83.76111	230			MI	049	29020	
7315059	Heather Hill Estates Mobile Home Park	heather-hill-estates-mobile-home-park	US		0	America/Detroit	43.00417	-83.75861	229			MI	049	29020	
7315060	Linden Place Mobile Home Court	linden-place-mobile-home-court	US		0	America/Detroit	42.96667	-83.77917	236			MI	049	29020	
7315156	Carlisle-Rockledge	carlisle-rockledge	US		2137	America/Chicago	34.11445	-86.12407				AL	055		
7315157	Emerald Mountain	emerald-mountain	US		2561	America/Chicago	32.44793	-86.09429				AL	051		
7315159	Farmers Loop	farmers-loop	US		4853	America/Anchorage	64.90822	-147.69866				AK	090		
7315160	Mertarvik	mertarvik-census-designated-place	US		0	America/Nome	60.81099	-164.49911				AK	050		
7315161	Point Possession	point-possession	US		3	America/Anchorage	60.92308	-150.68884				AK	122		
7315162	South Van Horn	south-van-horn	US		558	America/Anchorage	64.80953	-147.78793				AK	090		
7315164	Avenue B and C	avenue-b-and-c	US		4176	America/Phoenix	32.71904	-114.66005				AZ	027		
7315165	Buckshot	buckshot	US		153	America/Phoenix	32.74035	-114.48306				AZ	027		
7315166	Centennial Park	centennial-park	US		1264	America/Phoenix	36.95381	-112.98132				AZ	015		
7315167	Clacks Canyon	clacks-canyon	US		173	America/Phoenix	35.22036	-114.0723				AZ	015		
7315169	Donovan Estates	donovan-estates	US		1508	America/Phoenix	32.70935	-114.67822				AZ	027		
7315170	Drysdale	drysdale	US		272	America/Phoenix	32.64523	-114.70678				AZ	027		
7315171	East Verde Estates	east-verde-estates	US		170	America/Phoenix	34.29827	-111.36455				AZ	007		
7315172	El Prado Estates	el-prado-estates	US		504	America/Phoenix	32.70621	-114.52148				AZ	027		
7315173	Golden Shores	golden-shores	US		2047	America/Phoenix	34.78188	-114.47775				AZ	015		
7315174	Haigler Creek	haigler-creek	US		19	America/Phoenix	34.21963	-110.97143				AZ	007		
7315175	Hondah	hondah	US		812	America/Phoenix	34.0943	-109.93439				AZ	017		
7315176	Lazy Y U	lazy-y-u	US		428	America/Phoenix	35.13691	-113.96846				AZ	015		
7315178	Orange Grove Mobile Manor	orange-grove-mobile-manor	US		594	America/Phoenix	32.59843	-114.66053				AZ	027		
7315179	Padre Ranchitos	padre-ranchitos	US		171	America/Phoenix	32.64959	-114.64158				AZ	027		
7315180	Pinion Pines	pinion-pines	US		186	America/Phoenix	35.14663	-113.90581				AZ	015		
7315182	Rancho Mesa Verde	rancho-mesa-verde	US		625	America/Phoenix	32.59439	-114.65508				AZ	027		
7315183	Rock House	rock-house	US		50	America/Phoenix	33.63065	-110.94108				AZ	007		
7315185	Six Shooter Canyon	six-shooter-canyon	US		1019	America/Phoenix	33.36678	-110.7746				AZ	007		
7315186	So-Hi	so-hi	US		477	America/Phoenix	35.25272	-114.14148				AZ	015		
7315187	Sunwest	sunwest	US		15	America/Phoenix	33.65098	-113.40913				AZ	012		
7315190	Wall Lane	wall-lane	US		415	America/Phoenix	32.6573	-114.71053				AZ	027		
7315192	Acalanes Ridge	acalanes-ridge	US		1137	America/Los_Angeles	37.90472	-122.07857				CA	013		
7315193	Blacklake	blacklake	US		930	America/Los_Angeles	35.04969	-120.53864				CA	079		
7315194	Camanche North Shore	camanche-north-shore	US		979	America/Los_Angeles	38.24434	-120.95391				CA	005		
7315195	Diablo Grande	diablo-grande	US		826	America/Los_Angeles	37.39743	-121.27944				CA	099		
7315196	Fruitridge Pocket	fruitridge-pocket	US		5800	America/Los_Angeles	38.53265	-121.45581				CA	067		
7315198	Gold Mountain	gold-mountain	US		80	America/Los_Angeles	39.7613	-120.51905				CA	063		
7315199	McClellan Park	mcclellan-park	US		743	America/Los_Angeles	38.66219	-121.4016				CA	067		
7315201	Monument Hills	monument-hills	US		1542	America/Los_Angeles	38.66429	-121.87566				CA	113		
7315202	Moskowite Corner	moskowite-corner	US		211	America/Los_Angeles	38.44387	-122.19199				CA	055		
7315203	North Gate	north-gate	US		679	America/Los_Angeles	37.90615	-121.99818				CA	013		
7315204	Oak Shores	oak-shores	US		337	America/Los_Angeles	35.76903	-120.97892				CA	079		
7315205	Old Fig Garden	old-fig-garden	US		5365	America/Los_Angeles	36.79885	-119.80515				CA	019		
7315206	Red Corral	red-corral	US		1413	America/Los_Angeles	38.41165	-120.60552				CA	005		
7315207	Sereno Del Mar	sereno-del-mar	US		126	America/Los_Angeles	38.38367	-123.07315		Sereno Del Mar,Sereno Del Mar Census Designated Place		CA	097		
7315209	Sunny Slopes	sunny-slopes	US		182	America/Los_Angeles	37.56938	-118.67584				CA	051		
7315210	Sun Village	sun-village	US		11565	America/Los_Angeles	34.55952	-117.95676				CA	037		
7315211	Swall Meadows	swall-meadows	US		220	America/Los_Angeles	37.50606	-118.64266				CA	051		
7315212	Woodlands	woodlands	US		576	America/Los_Angeles	35.02888	-120.55239				CA	079		
7315213	Aetna Estates	aetna-estates	US		834	America/Denver	39.73813	-104.67323				CO	005		
7315214	Blue Sky	blue-sky	US		24	America/Denver	40.30009	-103.80553				CO	087		
7315215	Brick Center	brick-center	US		107	America/Denver	39.59209	-104.46059				CO	005		
7315216	Comanche Creek	comanche-creek	US		369	America/Denver	39.60144	-104.33678				CO	005		
7315217	Morgan Heights	morgan-heights	US		266	America/Denver	40.28749	-103.82745				CO	087		
7315219	Saddle Ridge	saddle-ridge	US		56	America/Denver	40.31307	-103.8023				CO	087		
7315220	Trail Side	trail-side	US		59	America/Denver	40.24904	-103.8432				CO	087		
7315221	Upper Bear Creek	upper-bear-creek	US		1059	America/Denver	39.62385	-105.4178				CO	019		
7315222	Avalon Mulat	avalon-mulat-census-designated-place	US		0	America/Chicago	30.53262	-87.09357				FL	113		
7315223	Central Wesley Chapel	central-wesley-chapel-census-designated-place	US		0	America/New_York	28.20449	-82.33058				FL	101		
7315224	Connerton	connerton	US		2116	America/New_York	28.31441	-82.47539				FL	101		
7315225	East Shady Hills	east-shady-hills-census-designated-place	US		0	America/New_York	28.41235	-82.53171				FL	101		
7315226	Flagler Estates	flagler-estates	US		3215	America/New_York	29.64553	-81.457				FL	109		
7315227	Greenbriar	greenbriar	US		2502	America/New_York	28.01128	-82.75272				FL	103		
7315228	Heritage Pines	heritage-pines	US		2136	America/New_York	28.42522	-82.62111				FL	101		
7315229	Holley Navarre	holley-navarre-census-designated-place	US		0	America/Chicago	30.42523	-86.89188				FL	113		
7315230	Horizon West	horizon-west	US		14000	America/New_York	28.43383	-81.6227				FL	095		
7315231	Island Walk	island-walk	US		3035	America/New_York	26.25099	-81.71101				FL	021		
7315232	Key Vista	key-vista	US		1757	America/New_York	28.1947	-82.77038				FL	101		
7315233	Meadow Oaks	meadow-oaks	US		2442	America/New_York	28.34619	-82.60284				FL	101		
7315236	North Wesley Chapel	north-wesley-chapel-census-designated-place	US		0	America/New_York	28.24962	-82.31247				FL	101		
7315237	Oakleaf Plantation	oakleaf-plantation	US		20315	America/New_York	30.17083	-81.83549				FL	019		
7315238	Pasadena Hills	pasadena-hills	US		7570	America/New_York	28.28001	-82.22438				FL	101		
7315239	Quail Ridge	quail-ridge	US		1040	America/New_York	28.34905	-82.55532				FL	101		
7315240	Verona Walk	verona-walk	US		1782	America/New_York	26.08412	-81.67985				FL	021		
7315241	Viera East	viera-east	US		10757	America/New_York	28.26234	-80.71449				FL	009		
7315242	Viera West	viera-west	US		6641	America/New_York	28.24504	-80.7338				FL	009		
7315243	West Shady Hills	west-shady-hills-census-designated-place	US		0	America/New_York	28.40238	-82.57905				FL	101		
7315245	East Honolulu	east-honolulu	US		49914	Pacific/Honolulu	21.28906	-157.71734				HI	003		
7315246	Ocean Pointe	ocean-pointe	US		8361	Pacific/Honolulu	21.31066	-158.03638				HI	003		
7315248	The Galena Territory	the-galena-territory	US		1058	America/Chicago	42.39343	-90.32582				IL	085	31979	
7315249	Smithville-Sanders	smithville-sanders	US		3184	America/Indiana/Indianapolis	39.05969	-86.51077				IN	105	13420	
7315250	Kickapoo Site 1	kickapoo-site-1	US		101	America/Chicago	39.71445	-95.64843				KS	013	57375	
7315251	Kickapoo Site 2	kickapoo-site-2	US		34	America/Chicago	39.70294	-95.64953				KS	013	57375	
7315252	Kickapoo Site 5	kickapoo-site-5	US		66	America/Chicago	39.67348	-95.6842				KS	013	57375	
7315253	Kickapoo Site 6	kickapoo-site-6	US		15	America/Chicago	39.69175	-95.69049				KS	013	57375	
7315254	Kickapoo Site 7	kickapoo-site-7	US		66	America/Chicago	39.68953	-95.67133				KS	013	57375	
7315255	Kickapoo Tribal Center	kickapoo-tribal-center	US		194	America/Chicago	39.67224	-95.64528				KS	013	57375	
7315257	Pleasure Bend	pleasure-bend	US		250	America/Chicago	29.92209	-90.64121				LA	095		
7315258	Fairwood	fairwood	US		5031	America/New_York	38.95665	-76.77772				MD	033		
7315259	Kemps Mill	kemps-mill	US		126	America/New_York	39.62153	-77.81077				MD	043		
7315260	Marlboro Village	marlboro-village	US		9438	America/New_York	38.83054	-76.76965				MD	033		
7315262	Queenland	queenland	US		1929	America/New_York	38.80524	-76.79126		Queenland,Queenland Census Designated Place		MD	033		
7315264	Trego-Rohrersville Station	trego-rohrersville-station	US		172	America/New_York	39.43061	-77.67699				MD	043		
7315266	The Pinehills	the-pinehills	US		955	America/New_York	41.88819	-70.59997				MA	023	54310	
7315267	Hardwood Acres	hardwood-acres	US		432	America/Detroit	44.71958	-85.82194				MI	019	01640	
7315269	Wedgewood	wedgewood	US		237	America/Detroit	44.1943	-85.48983				MI	165	15060	
7315271	Riverland	riverland	US		276	America/Chicago	47.32181	-95.95111				MN	087	50218	
7315272	The Ranch	the-ranch	US		9	America/Chicago	47.32029	-95.69435				MN	087	33956	
7315273	LaBarque Creek	labarque-creek	US		1558	America/Chicago	38.41701	-90.67989				MO	099	47414	
7315274	Old Jamestown	old-jamestown	US		19184	America/Chicago	38.83494	-90.28511				MO	189	69284	
7315275	Glastonbury	glastonbury-census-designated-place	US		0	America/Denver	45.3114	-110.80646		Glastonbury,Glastonbury Census Designated Place		MT	067		
7315276	Hebgen Lake Estates	hebgen-lake-estates	US		70	America/Denver	44.76924	-111.19045				MT	031		
7315278	Little Browning	little-browning	US		206	America/Denver	48.62524	-112.35006				MT	035		
7315280	Ponderosa Pines	ponderosa-pines	US		336	America/Denver	46.03215	-111.36709				MT	031		
7315281	South Hills	south-hills	US		517	America/Denver	46.55674	-111.99765				MT	043		
7315282	The Silos	the-silos	US		506	America/Denver	46.389	-111.58565				MT	007		
7315283	West Kootenai	west-kootenai	US		365	America/Denver	48.96317	-115.21927				MT	053		
7315284	Wheatland	wheatland-census-designated-place	US		0	America/Denver	45.93619	-111.61376				MT	007		
7315286	Carter Springs	carter-springs	US		553	America/Los_Angeles	38.86194	-119.64112				NV	005		
7315287	East Valley	east-valley	US		1474	America/Los_Angeles	38.9434	-119.69923				NV	005		
7315288	Fish Springs	fish-springs	US		648	America/Los_Angeles	38.95358	-119.65109				NV	005		
7315290	Topaz Ranch Estates	topaz-ranch-estates	US		1501	America/Los_Angeles	38.73565	-119.50079				NV	005		
7315292	Byram Center	byram-center	US		90	America/New_York	40.93989	-74.71707				NJ	037	09160	
7315293	East Franklin	east-franklin	US		8669	America/New_York	40.4933	-74.4711				NJ	035	24900	
7315294	East Rocky Hill	east-rocky-hill	US		469	America/New_York	40.40366	-74.6182				NJ	035	24900	
7315295	Franklin Center	franklin-center	US		4460	America/New_York	40.53153	-74.54141				NJ	035	24900	
7315297	Lopatcong Overlook	lopatcong-overlook	US		734	America/New_York	40.6974	-75.1453				NJ	041	41490	
7315298	Upper Pohatcong	upper-pohatcong	US		1781	America/New_York	40.67747	-75.1558				NJ	041	59820	
7315299	Upper Stewartsville	upper-stewartsville	US		212	America/New_York	40.70278	-75.11938				NJ	041	28260	
7315301	Bluewater Acres	bluewater-acres	US		206	America/Denver	35.26313	-108.14078				NM	006		
7315302	Bluewater Village	bluewater-village	US		628	America/Denver	35.22716	-107.98313				NM	006		
7315303	City of the Sun	city-of-the-sun	US		31	America/Denver	31.84682	-107.65014				NM	029		
7315305	Edith Endave	edith-endave	US		211	America/Denver	35.21171	-106.58486				NM	001		
7315306	Escudilla Bonita	escudilla-bonita	US		119	America/Denver	34.11007	-109.02277				NM	003		
7315307	Glen Acres	glen-acres	US		208	America/Denver	32.3747	-108.71601				NM	023		
7315308	Highland Meadows	highland-meadows	US		624	America/Denver	34.94129	-107.16652				NM	061		
7315309	Keeler Farm	keeler-farm	US		1305	America/Denver	32.31607	-107.76023				NM	029		
7315310	La Hacienda	la-hacienda	US		725	America/Denver	32.20599	-107.72507				NM	029		
7315311	Lake Roberts Heights	lake-roberts-heights	US		32	America/Denver	33.02708	-108.13815				NM	017		
7315312	Livingston Wheeler	livingston-wheeler	US		609	America/Denver	32.39069	-104.20316				NM	015		
7315313	Lower Frisco	lower-frisco	US		31	America/Denver	33.65304	-108.78756				NM	003		
7315314	Middle Frisco	middle-frisco	US		77	America/Denver	33.69824	-108.76248				NM	003		
7315315	Morningside	morningside	US		367	America/Denver	32.86108	-104.39705				NM	015		
7315316	North Light Plant	north-light-plant	US		414	America/Denver	36.87342	-108.04659				NM	045		
7315317	Pajarito Mesa	pajarito-mesa	US		579	America/Denver	34.97947	-106.79794				NM	001		
7315318	Peak Place	peak-place	US		377	America/Denver	35.79116	-105.94318				NM	049		
7315319	Pecan Park	pecan-park	US		75	America/Denver	32.27041	-107.67399				NM	029		
7315320	Pulpotio Bareas	pulpotio-bareas	US		120	America/Denver	32.21789	-107.77282				NM	029		
7315321	Rivers	rivers	US		28	America/Denver	33.6746	-108.77936				NM	003		
7315324	Trout Valley	trout-valley	US		16	America/Denver	33.03622	-108.18926				NM	017		
7315325	Twin Forks	twin-forks	US		196	America/Denver	32.93862	-105.6461				NM	035		
7315327	West Hammond	west-hammond	US		2790	America/Denver	36.68071	-108.04921				NM	045		
7315328	Conesus Hamlet	conesus-hamlet	US		308	America/New_York	42.72633	-77.66968				NY	051	17618	
7315329	Fort Covington Hamlet	fort-covington-hamlet	US		1308	America/New_York	44.97178	-74.50757				NY	033	26737	
7315330	Groveland Station	groveland-station	US		281	America/New_York	42.66338	-77.76667				NY	051	31016	
7315331	Merritt Park	merritt-park	US		1256	America/New_York	41.53848	-73.87238				NY	027	25978	
7315332	Springwater Hamlet	springwater-hamlet	US		549	America/New_York	42.63499	-77.59642				NY	051	70475	
7315333	York Hamlet	york-hamlet	US		544	America/New_York	42.86956	-77.88723				NY	051	84022	
7315334	Blue Clay Farms	blue-clay-farms	US		33	America/New_York	34.29883	-77.8915				NC	129	90508	
7315335	Northchase	northchase	US		3747	America/New_York	34.30782	-77.87749				NC	129	90508	
7315336	Green Acres	green-acres	US		575	America/Chicago	48.83813	-99.69009				ND	079	80010	
7315337	Kinsman Center	kinsman-center	US		616	America/New_York	41.45273	-80.58401				OH	155	40502	
7315338	Meadowvale	meadowvale	US		0	America/New_York	39.80858	-84.24501				OH	113	33922	
7315339	Deer Lick	deer-lick	US		46	America/Chicago	36.45947	-94.74681				OK	041		
7315340	Old Green	old-green	US		315	America/Chicago	35.98541	-94.60824				OK	001		
7315341	White Water	white-water	US		80	America/Chicago	36.50169	-94.72889				OK	041		
7315342	Pronghorn	pronghorn	US		34	America/Los_Angeles	44.18814	-121.18166				OR	017		
7315343	Tetherow	tetherow	US		45	America/Los_Angeles	44.03906	-121.36731				OR	017		
7315346	Eagleview	eagleview	US		1644	America/New_York	40.05938	-75.68076				PA	029	79480	
7315347	Agency Village	agency-village	US		181	America/Chicago	45.58084	-97.08312				SD	109	24780	
7315348	Blucksberg Mountain	blucksberg-mountain	US		462	America/Denver	44.35934	-103.45379				SD	093	59965	
7315349	Flat Top Mountain	flat-top-mountain	US		422	America/New_York	35.3321	-85.19991				TN	065		
7315350	Lakewood Park	lakewood-park	US		990	America/Chicago	35.64863	-86.13537				TN	031		
7315351	Mowbray Mountain	mowbray-mountain	US		1615	America/New_York	35.27536	-85.22246				TN	065		
7315352	Tellico Village	tellico-village	US		5791	America/New_York	35.68321	-84.25518				TN	105		
7315353	Bonanza Hills	bonanza-hills	US		37	America/Chicago	27.79477	-99.4695				TX	479		
7315355	East Lopez	east-lopez	US		166	America/Chicago	26.30866	-98.63785				TX	427		
7315356	El Brazil	el-brazil	US		47	America/Chicago	26.46865	-98.72683				TX	427		
7315357	Elias-Fela Solis	elias-fela-solis	US		30	America/Chicago	26.38543	-98.62201				TX	427		
7315358	Escobar I	escobar-i	US		324	America/Chicago	26.41445	-98.96701				TX	427		
7315359	Fernando Salinas	fernando-salinas	US		15	America/Chicago	26.39788	-98.83107				TX	427		
7315360	Garza-Salinas II	garza-salinas-ii	US		719	America/Chicago	26.35177	-98.75954				TX	427		
7315361	JF Villarreal	jf-villarreal	US		104	America/Chicago	26.41991	-98.97883		JF Villarreal,JF Villarreal Census Designated Place		TX	427		
7315362	La Chuparosa	la-chuparosa	US		49	America/Chicago	26.40371	-98.9268				TX	427		
7315363	La Loma de Falcon	la-loma-de-falcon	US		95	America/Chicago	26.53699	-99.09623				TX	427		
7315364	Lantana	lantana	US		6874	America/Chicago	33.09073	-97.12416	190			TX	121		
7315365	La Paloma Ranchettes	la-paloma-ranchettes	US		239	America/Chicago	26.31479	-98.62302				TX	427		
7315366	Laredo Ranchettes - West	laredo-ranchettes-west-census-designated-place	US		0	America/Chicago	27.49069	-99.37018		Laredo Ranchettes - West,Laredo Ranchettes - West Census Designated Place		TX	479		
7315367	Las Haciendas	las-haciendas	US		7	America/Chicago	27.63084	-99.19886				TX	479		
7315368	Las Palmas II	las-palmas-ii	US		1605	America/Chicago	26.20171	-97.7376				TX	061		
7315369	Los Lobos	los-lobos	US		9	America/Chicago	26.60654	-99.16126				TX	505		
7315370	Los Veteranos I	los-veteranos-i	US		24	America/Chicago	27.63356	-99.21858				TX	479		
7315371	Los Veteranos II	los-veteranos-ii	US		24	America/Chicago	27.77113	-99.44331				TX	479		
7315372	Manuel Garcia II	manuel-garcia-ii	US		77	America/Chicago	26.31265	-98.69128				TX	427		
7315373	Mi Ranchito Estate	mi-ranchito-estate	US		281	America/Chicago	26.38781	-98.87333				TX	427		
7315374	Moraida	moraida	US		212	America/Chicago	26.41428	-98.97642				TX	427		
7315375	Netos	netos	US		31	America/Chicago	26.41081	-98.75851				TX	427		
7315376	Old Escobares	old-escobares	US		97	America/Chicago	26.40878	-98.97002				TX	427		
7315377	Paloma Creek	paloma-creek	US		2501	America/Chicago	33.2253	-96.93742				TX	121		
7315378	Paloma Creek South	paloma-creek-south	US		2753	America/Chicago	33.21136	-96.93554				TX	121		
7315380	Ramirez-Perez	ramirez-perez	US		78	America/Chicago	26.31653	-98.69334				TX	427		
7315381	Salineno North	salineno-north-census-designated-place	US		0	America/Chicago	26.52722	-99.09495		Salineno North,Salineno North Census Designated Place		TX	427		
7315383	San Carlos II	san-carlos-ii	US		261	America/Chicago	27.4896	-99.36859				TX	479		
7315386	South La Poloma	south-la-poloma-census-designated-place	US		0	America/Chicago	27.89461	-97.96853		South La Poloma,South La Poloma Census Designated Place		TX	249		
7315387	Tanquecitos South Acres II	tanquecitos-south-acres-ii	US		50	America/Chicago	27.48696	-99.38818				TX	479		
7315389	Travis Ranch	travis-ranch	US		2556	America/Chicago	32.80356	-96.47347				TX	257		
7315390	Valle Hermoso	valle-hermoso-census-designated-place	US		0	America/Chicago	26.38227	-98.78712				TX	427		
7315391	Villarreal	villarreal	US		131	America/Chicago	26.30712	-98.64428				TX	427		
7315392	Big Cottonwood Canyon Resorts	big-cottonwood-canyon-resorts-census-designated-place	US		0	America/Denver	40.61469	-111.62946				UT	035		
7315394	Emigration Canyon Township	emigration-canyon-township-census-designated-place	US		0	America/Denver	40.78862	-111.74243		Emigration Canyon Township,Emigration Canyon Township Census Designated Place		UT	035		
7315395	Silver Summit	silver-summit	US		3632	America/Denver	40.74144	-111.48775				UT	043		
7315396	West Wood	west-wood	US		844	America/Denver	39.60519	-110.84243				UT	007		
7315397	Boswell's Corner	boswell-s-corner	US		1375	America/New_York	38.50541	-77.37263				VA	179		
7315398	Kings Park West	kings-park-west	US		13390	America/New_York	38.81443	-77.29582				VA	059		
7315399	Loudoun Valley Estates	loudoun-valley-estates	US		3656	America/New_York	38.98081	-77.5079				VA	107		
7315400	Moorefield Station	moorefield-station	US		77	America/New_York	38.99986	-77.49329				VA	107		
7315401	Plum Creek Village	plum-creek-village-census-designated-place	US		0	America/New_York	37.12183	-80.50382		Plum Creek Village,Plum Creek Village Census Designated Place		VA	121		
7315403	Schooner Bay	schooner-bay-census-designated-place	US		0	America/New_York	37.76252	-75.76697				VA	001		
7315404	Southern Gateway	southern-gateway	US		2805	America/New_York	38.34507	-77.50352				VA	179		
7315405	Southside Chesconessex	southside-chesconessex	US		131	America/New_York	37.74397	-75.77868				VA	001		
7315406	Thynedale	thynedale	US		197	America/New_York	36.81817	-78.47743				VA	117		
7315408	Bothell East	bothell-east	US		8018	America/Los_Angeles	47.80631	-122.18427				WA	061		
7315409	Bothell West	bothell-west	US		16607	America/Los_Angeles	47.80527	-122.24064				WA	061		
7315410	Bunk Foss	bunk-foss	US		3570	America/Los_Angeles	47.96171	-122.09441				WA	061		
7315412	Eastmont	eastmont	US		20101	America/Los_Angeles	47.8974	-122.18154				WA	061		
7315413	Fire Trail	fire-trail-census-designated-place	US		0	America/Los_Angeles	48.11015	-122.20164				WA	061		
7315414	Hat Island	hat-island	US		41	America/Los_Angeles	48.01334	-122.32056				WA	061		
7315415	Klahanie	klahanie	US		10674	America/Los_Angeles	47.57097	-122.00839				WA	033		
7315416	Larch Way	larch-way	US		3318	America/Los_Angeles	47.8429	-122.25275				WA	061		
7315417	Maplewood	maplewood-census-designated-place	US		0	America/Los_Angeles	48.05659	-122.23202				WA	061		
7315418	Mill Creek East	mill-creek-east	US		15709	America/Los_Angeles	47.83602	-122.18766				WA	061		
7315419	Monroe North	monroe-north	US		1666	America/Los_Angeles	47.88225	-121.98729				WA	061		
7315420	North Fort Lewis	north-fort-lewis	US		2699	America/Los_Angeles	47.12131	-122.59452				WA	053		
7315421	Northwest Stanwood	northwest-stanwood	US		149	America/Los_Angeles	48.26215	-122.35001				WA	061		
7315422	Prairie Heights	prairie-heights	US		4405	America/Los_Angeles	47.14933	-122.1053				WA	053		
7315423	Quinault	quinault-census-designated-place	US		0	America/Los_Angeles	47.2502	-124.19017		Quinault,Quinault Census Designated Place		WA	027		
7315425	Skamokawa Valley	skamokawa-valley	US		401	America/Los_Angeles	46.31525	-123.40135				WA	069		
7315426	Summit View	summit-view	US		7236	America/Los_Angeles	47.13632	-122.35202				WA	053		
7315427	Waterworks	waterworks-census-designated-place	US		0	America/Los_Angeles	48.08134	-122.26481				WA	061		
7315428	Wilderness Rim	wilderness-rim	US		1523	America/Los_Angeles	47.44697	-121.76857				WA	033		
7315429	Birch Hill	birch-hill	US		293	America/Chicago	46.52082	-90.55546				WI	003	71350	
7315430	Diaperville	diaperville	US		70	America/Chicago	46.60768	-90.71				WI	003	71350	
7315431	Franks Field	franks-field	US		154	America/Chicago	46.55216	-90.59892				WI	003	71350	
7315432	New Odanah	new-odanah	US		472	America/Chicago	46.60268	-90.65939				WI	003	71350	
7315514	Century Park Mobile Home Park	century-park-mobile-home-park	US		0	America/Detroit	42.73472	-84.66444	264			MI	045	21520	
7315546	Exploration Peak Park	exploration-peak-park	US		0	America/Los_Angeles	36.01489	-115.26796	817			NV	003		
7315547	East Tulare Villa	east-tulare-villa	US		778	America/Los_Angeles	36.20356	-119.28217	92			CA	107		
7315548	El Rancho	el-rancho	US		124	America/Los_Angeles	36.22059	-119.06886	119			CA	107		
7315549	Linnell Camp	linnell-camp	US		849	America/Los_Angeles	36.30889	-119.22258	109			CA	107		
7315550	McClenney Tract	mcclenney-tract	US		10	America/Los_Angeles	35.82198	-118.64784	1487			CA	107		
7315552	Patterson Tract	patterson-tract	US		1752	America/Los_Angeles	36.37952	-119.2956	100			CA	107		
7315553	Pierpoint	pierpoint	US		52	America/Los_Angeles	36.14047	-118.62962	1405			CA	107		
7315554	Rodriguez Camp	rodriguez-camp	US		156	America/Los_Angeles	35.80899	-119.13882	140			CA	107		
7315555	Sequoia Crest	sequoia-crest	US		10	America/Los_Angeles	36.18588	-118.62564	2136			CA	107		
7315556	King Arthur Mobile Home Park	king-arthur-mobile-home-park	US		0	America/Detroit	42.7875	-84.51667	263			MI	037	22140	
7315557	Cadgewith Farms Mobile Home Park	cadgewith-farms-mobile-home-park	US		0	America/Detroit	42.78056	-84.51667	262			MI	037	22140	
7315558	Kristana Mobile Home Park	kristana-mobile-home-park	US		0	America/Detroit	42.77222	-84.53944	265			MI	037	22140	
7315559	Rotunda Mobile Home Park	rotunda-mobile-home-park	US		0	America/Detroit	42.77083	-84.54167	266			MI	037	22140	
7315560	Valley Estates Mobile Home Park	valley-estates-mobile-home-park	US		0	America/Detroit	42.77417	-84.55167	259			MI	037	22140	
7315561	Teviston	teviston	US		1214	America/Los_Angeles	35.92894	-119.27831	84			CA	107		
7315562	Tooleville	tooleville	US		339	America/Los_Angeles	36.28775	-119.11544	121			CA	107		
7315572	Concorde Hills	concorde-hills	US		663	America/New_York	39.21062	-84.35708	241			OH	061	75973	
7315585	Hidden Spring	hidden-spring	US		2280	America/Boise	43.72216	-116.25093	874	Hidden Spring,Hidden Spring Census Designated Place		ID	001		
7315618	Anzac Village	anzac-village	US		54	America/Denver	35.06167	-107.74583	1917			NM	006		
7315619	McCartys Village	mccartys-village	US		48	America/Denver	35.06333	-107.68361	1880			NM	006		
7315621	South Acomita Village	south-acomita-village	US		105	America/Denver	35.05278	-107.5625	1853			NM	006		
7315623	Rocky Boys West	rocky-boys-west-census-designated-place	US		0	America/Denver	48.29917	-109.99889	842	Rocky Boys West,Rocky Boys West Census Designated Place		MT	015		
7315719	Peak Seven West	peak-seven-west	US		0	America/Denver	39.49995	-106.06381	3016			CO	117		
7315827	Manard	manard	US		0	America/Chicago	35.8122	-95.1183	177			OK	021		
7315851	Canyon Village	canyon-village	US		0	America/Anchorage	67.15484	-142.08782	188	Canyon Village,Hwghwnelinhdi,Lajj Tree Zhee		AK	290		
7316034	Circle D-KC Estates	circle-d-kc-estates	US		2393	America/Chicago	30.161	-97.23473	151	Circle D-KC Estates		TX	021		
7316095	Smaq'wqn Hill	smaq-wqn-hill	US		0	America/Los_Angeles	47.47797	-116.60219	737			ID	055		
7316141	North Hilton	north-hilton	US		0	America/New_York	37.03528	-76.46222	9			VA	700		
7316154	North Darien	north-darien	US		0	America/New_York	42.92361	-78.35389	280			NY	037	19719	
7316228	Hamilton Hills	hamilton-hills	US		0	America/Indiana/Indianapolis	39.92861	-86.05361	242			IN	057	17488	
7316244	North Niles	north-niles	US		0	America/Detroit	41.85417	-86.24306	217			MI	021	57780	
7316333	Little Floyd County (historical)	little-floyd-county-historical	US		0	America/New_York	37.56374	-82.59863	236			KY	195		
7316342	Beacon Hill North	beacon-hill-north	US		0	America/New_York	39.8253	-75.5094	114			DE	003		
7316375	Bryn Mawr Place	bryn-mawr-place	US		0	America/New_York	39.992	-75.292	87			PA	045	33144	
7316385	Montgomery Brooke	montgomery-brooke	US		0	America/New_York	40.1992	-75.5349	57			PA	091	43312	
7316386	Montgomery Glen	montgomery-glen	US		0	America/New_York	40.2513	-75.237	143			PA	091	50640	
7316404	Ken Caryl Ranch North	ken-caryl-ranch-north	US		0	America/Denver	39.59528	-105.1725	1888			CO	059		
7316407	North Wilson	north-wilson	US		0	America/New_York	43.30944	-78.76167	97			NY	063	82370	
7506763	Blaine, Minnesota	blaine-minnesota	US		0	America/Chicago	45.16083	-93.23472				MN	003	06382	
7533976	North Farm	north-farm	US		0	America/New_York	39.0577	-77.1461	110			MD	031		
7534020	The Ville	the-ville	US		0	America/Chicago	38.65769	-90.2383	159			MO	510		
7534050	Maplewood North	maplewood-north	US		0	America/Chicago	29.6792	-95.4887	18			TX	201		
7534051	Northwest Park	northwest-park	US		0	America/Chicago	29.931	-95.5038	34			TX	201		
7534053	Woodland Trails North	woodland-trails-north	US		0	America/Chicago	29.8868	-95.5066	30			TX	201		
7534170	Florida Place	florida-place	US		0	America/New_York	27.9733	-82.4605	11			FL	057		
7534171	Magdalene North	magdalene-north	US		0	America/New_York	28.0796	-82.4737	17			FL	057		
7534172	Lake Brooker North	lake-brooker-north	US		0	America/New_York	28.1627	-82.4748	21			FL	057		
7534173	North Hill	north-hill	US		0	America/New_York	27.9583	-82.291	15			FL	057		
7534174	North Lowry Park	north-lowry-park	US		0	America/New_York	28.02	-82.4724	7			FL	057		
7534175	North Park	north-park	US		0	America/New_York	28.0055	-82.4563	11			FL	057		
7534222	The Springs	the-springs	US		0	America/New_York	43.05361	-73.81444	99			NY	091	65255	
7534324	Tioga Terrace	tioga-terrace	US		0	America/New_York	42.05528	-76.12139	288			NY	107	55893	
7534737	Downtown Columbus	downtown-columbus	US		0	America/New_York	39.96896	-82.98557				OH	049	18000	
7535520	Buckskin Joe, Colorado	buckskin-joe-colorado	US		0	America/Denver	39.29306	-106.088				CO	093		
7626249	Stuyvesant Heights	stuyvesant-heights	US		0	America/New_York	40.68266	-73.93402				NY	047		
7626254	Rusell	rusell	US		0	America/New_York	44.42201	-75.15747				NY	089	64221	
7626606	Brady Street	brady-street	US		0	America/Chicago	43.05291	-87.90322				WI	079	53000	
7627275	Chinatown	chinatown	US		0	America/Los_Angeles	36.12446	-115.19444				NV	003		
7627276	Koreatown	koreatown	US		0	America/Los_Angeles	36.13392	-115.19465				NV	003		
7627502	Deals Gap	deals-gap	US		0	America/New_York	35.491	-83.94		Deals Gap		TN	009		
7628262	Upper Falls Census Designated Place	upper-falls-census-designated-place	US		0	America/New_York	38.3325	-81.88577	302			WV	039		
7628444	Crowley Lake	crowley-lake	US		0	America/Los_Angeles	37.61981	-118.7495				CA	051		
7648916	Lyme Town Offices	lyme-town-offices	US		0	America/New_York	43.81525	-72.14942				NH	009	44260	
7667990	Hidden Springs	hidden-springs	US		0	America/Boise	43.68916	-116.27071				ID	001		
7671039	Peddler's Village	peddler-s-village	US		0	America/New_York	40.3473	-75.0326				PA	017	09816	
7701610	Viking Village	viking-village	US		0	America/New_York	39.74957	-74.1135				NJ	029	03130	
7701639	McKinney Acres	mckinney-acres	US		815	America/Chicago	32.30188	-102.52903	965			TX	003		
7702151	Stafford Oaks	stafford-oaks	US		0	America/New_York	38.4264	-77.4111	59			VA	179		
7702152	Old North Saint Louis	old-north-saint-louis	US		0	America/Chicago	38.6491	-90.1959	144	North Saint Louis,Old North Saint Louis,Village of North Saint Louis		MO	510		
7702153	Saint Louis Place	saint-louis-place	US		0	America/Chicago	38.65174	-90.20525	152			MO	510		
7702600	Park Meadows Mobile Home Community	park-meadows-mobile-home-community	US		0	America/Detroit	43.28142	-86.24004	185			MI	121	56340	
7702610	The Hill	the-hill	US		0	America/Chicago	38.61556	-90.27806	156			MO	510		
7702612	Monteith Station	monteith-station	US		0	America/Detroit	42.52222	-85.63889	250			MI	005	52000	
7703582	North Bay Harbor Club Mobile Home Park	north-bay-harbor-club-mobile-home-park	US		0	America/Detroit	42.77444	-83.81917	271			MI	093	21220	
7703622	Birchwood Mobile Home Park	birchwood-mobile-home-park	US		0	America/Detroit	43.07333	-83.76056	231			MI	049	55980	
7703623	Westwood Heights Mobile Home Park	westwood-heights-mobile-home-park	US		0	America/Detroit	43.06667	-83.75972	232			MI	049	55980	
7703624	White Oaks Estates Mobile Home Park	white-oaks-estates-mobile-home-park	US		0	America/Detroit	43.10639	-83.75694	227			MI	049	55980	
7703631	Meadowbrook Manor Estates Mobile Home Park	meadowbrook-manor-estates-mobile-home-park	US		0	America/Detroit	43.12083	-83.825	216			MI	049	29220	
7704030	Burroughs Mobile Park	burroughs-mobile-park	US		0	America/Chicago	30.35077	-88.52585	2			MS	059		
7704031	Cates Mobile Home Park	cates-mobile-home-park	US		0	America/Chicago	30.51467	-88.94187	30			MS	047		
7704040	Deer Park Phase III Mobile Home Park	deer-park-phase-iii-mobile-home-park	US		0	America/Chicago	30.54913	-89.53547	40			MS	045		
7704046	Ferguson's Mobile Home Park	ferguson-s-mobile-home-park	US		0	America/Chicago	30.47189	-88.55281	3			MS	059		
7704067	Homestead Mobile Home Park	homestead-mobile-home-park	US		0	America/Chicago	30.509	-89.15756	34			MS	047		
7704068	Kilsby Mobile Home Park	kilsby-mobile-home-park	US		0	America/Chicago	31.30963	-89.38039	103			MS	073		
7704084	Poolside Mobile Home Village	poolside-mobile-home-village	US		0	America/Chicago	30.38581	-89.08325	3			MS	047		
7704089	Ridge Crest Estates Mobile Home Park	ridge-crest-estates-mobile-home-park	US		0	America/Chicago	30.44781	-89.18609	18			MS	047		
7704096	Spanish Oak Mobile Home Park	spanish-oak-mobile-home-park	US		0	America/Chicago	30.40988	-88.76994	6			MS	059		
7704119	Pettis Mobile Park	pettis-mobile-park	US		0	America/Chicago	30.38213	-89.08464	5			MS	047		
7704121	Pine Haven Mobile Home Village	pine-haven-mobile-home-village	US		0	America/Chicago	30.49011	-88.98253	24			MS	047		
7704131	Adams Mobile Home Park	adams-mobile-home-park	US		0	America/Chicago	30.4018	-89.13078	6			MS	047		
7704132	Arlington Heights Mobile Home Park	arlington-heights-mobile-home-park	US		0	America/Chicago	30.37849	-89.08177	9			MS	047		
7704134	Bay Shore Mobile Court	bay-shore-mobile-court	US		0	America/Chicago	30.40868	-88.98813	7			MS	047		
7704138	Big Hill Mobile Home Park	big-hill-mobile-home-park	US		0	America/Chicago	30.50832	-89.2332	36			MS	047		
7704140	Blairs Trailer Park	blairs-trailer-park	US		0	America/Chicago	30.40225	-88.9586	9			MS	047		
7704141	Bluff Creek Mobile Home Park	bluff-creek-mobile-home-park	US		0	America/Chicago	30.47021	-88.67498	8			MS	059		
7704142	Broadway Trailer Park	broadway-trailer-park	US		0	America/Chicago	31.29582	-89.32525	69			MS	035		
7704143	Browns Mobile Park	browns-mobile-park	US		0	America/Chicago	30.35421	-88.55607	3			MS	059		
7704168	Forrest Garden Mobile Home Park	forrest-garden-mobile-home-park	US		0	America/Chicago	31.32088	-89.25154	44			MS	035		
7704182	Highland Park Mobile Home Park	highland-park-mobile-home-park	US		0	America/Chicago	30.41139	-88.7434	6			MS	059		
7704198	R D Mobile Home Park	r-d-mobile-home-park	US		0	America/Chicago	31.38546	-89.20643	86			MS	035		
7704208	Sherwood Village Mobile Home Park	sherwood-village-mobile-home-park	US		0	America/Chicago	30.44121	-88.91833	10			MS	047		
7704209	Spanish Oaks Trail Mobile Home Park	spanish-oaks-trail-mobile-home-park	US		0	America/Chicago	30.45994	-89.14188	21			MS	047		
7704214	Mockingbird Hill Mobile Home Park	mockingbird-hill-mobile-home-park	US		0	America/Chicago	30.44459	-88.8493	8			MS	059		
7704223	Oaks Mobile Home Park	oaks-mobile-home-park	US		0	America/Chicago	30.38583	-89.06444	9			MS	047		
7704224	Oberts Mobile Park	oberts-mobile-park	US		0	America/Chicago	30.40164	-88.90761	6			MS	047		
7704230	Pecan Grove Mobile Home Park	pecan-grove-mobile-home-park	US		0	America/Chicago	31.33421	-89.3837	78			MS	073		
7704238	Vidalia Estates Mobile Home Community	vidalia-estates-mobile-home-community	US		0	America/Chicago	30.48714	-89.32566	38			MS	047		
7704239	Woodridge Estates Mobile Home Park	woodridge-estates-mobile-home-park	US		0	America/Chicago	30.4476	-88.90515	11			MS	047		
7704258	Century Oaks Retirement Community Mobile Home Park	century-oaks-retirement-community-mobile-home-park	US		0	America/Chicago	30.40457	-88.94054	9			MS	047		
7704265	Country Living Mobile Home Village	country-living-mobile-home-village	US		0	America/Chicago	30.47109	-88.94099	3			MS	047		
7704269	Crossroads Mobile Park	crossroads-mobile-park	US		0	America/Chicago	30.31714	-89.25596	3			MS	047		
7704272	East Lawn Mobile Estates	east-lawn-mobile-estates	US		0	America/Chicago	30.41082	-88.47714	3			MS	059		
7704276	Fernwood Trailer Court	fernwood-trailer-court	US		0	America/Chicago	30.40209	-89.01122	8			MS	047		
7704301	Mabry's Red Barn Trailer Park	mabry-s-red-barn-trailer-park	US		0	America/Chicago	30.52139	-89.10744	12			MS	047		
7704309	Ridgecrest Mobile Home Park	ridgecrest-mobile-home-park	US		0	America/Chicago	31.30533	-89.37887	99			MS	073		
7704323	Simmons Mobile Home Park	simmons-mobile-home-park	US		0	America/Chicago	30.38805	-88.6164	3			MS	059		
7704336	Olive Pine Mobile Home Park	olive-pine-mobile-home-park	US		0	America/Chicago	30.38691	-88.63119	4			MS	059		
7704347	Wheel Inn Mobile Home Park	wheel-inn-mobile-home-park	US		0	America/Chicago	30.30991	-89.36854	4			MS	045		
7704349	Willow Bend Mobile Home Park	willow-bend-mobile-home-park	US		0	America/Chicago	30.47228	-89.69693	14			MS	109		
7704351	Woodland Park Mobile Home Village	woodland-park-mobile-home-village	US		0	America/Chicago	30.41875	-88.45946	2			MS	059		
7704357	Baker Mobile Home Park	baker-mobile-home-park	US		0	America/Chicago	30.44472	-88.54962	2			MS	059		
7704359	Beachwood Mobile Home Park	beachwood-mobile-home-park	US		0	America/Chicago	30.35123	-88.52915	3			MS	059		
7707981	J and K Mobile Park	j-and-k-mobile-park	US		0	America/Chicago	29.43509	-90.2942	-1			LA	057		
7704386	Fairchilds Mobile Home Park	fairchilds-mobile-home-park	US		0	America/Chicago	30.3863	-88.61375	5			MS	059		
7704414	Twin Pines Mobile Home Park	twin-pines-mobile-home-park	US		0	America/Chicago	30.41297	-88.77648	7			MS	059		
7704417	Oaklawn Mobile Home Park	oaklawn-mobile-home-park	US		0	America/Chicago	30.4584	-88.97801	5			MS	047		
7704418	Omas Pine Mobile Home Park	omas-pine-mobile-home-park	US		0	America/Chicago	30.42652	-88.74455	8			MS	059		
7704441	Imperial Mobile Estates	imperial-mobile-estates	US		0	America/Chicago	30.44092	-88.948	15			MS	047		
7704446	Lamar Pines Mobile Home Community	lamar-pines-mobile-home-community	US		0	America/Chicago	31.20564	-89.35757	89			MS	073		
7704458	Ridgeland Mobile Home Park	ridgeland-mobile-home-park	US		0	America/Chicago	30.44592	-88.88441	8			MS	047		
7704473	Starlite Mobile Home Park	starlite-mobile-home-park	US		0	America/Chicago	30.40351	-88.96928	8			MS	047		
7704481	Town Mobile Home Park	town-mobile-home-park	US		0	America/Chicago	30.40304	-89.00407	5			MS	047		
7704486	Parkers Mobile Home Park	parkers-mobile-home-park	US		0	America/Chicago	30.49562	-88.90535	8			MS	047		
7704489	Pelican Mobile Home Park	pelican-mobile-home-park	US		0	America/Chicago	30.44422	-88.86452	6			MS	059		
7704494	Pine Grove Mobile Home Park	pine-grove-mobile-home-park	US		0	America/Chicago	30.43868	-88.95793	7			MS	047		
7704503	Apple Valley Mobile Park	apple-valley-mobile-park	US		0	America/Chicago	30.46682	-88.99808	14			MS	047		
7704504	Bayou Oaks Mobile Home Park	bayou-oaks-mobile-home-park	US		0	America/Chicago	30.4042	-89.01555	8			MS	047		
7704506	Beaver Wood Estates	beaver-wood-estates	US		0	America/Chicago	30.55801	-89.56299	45			MS	109		
7704511	Bud's Mobile Park	bud-s-mobile-park	US		0	America/Chicago	30.42802	-88.97792	6			MS	047		
7704526	Gay's Mobile Home Park	gay-s-mobile-home-park	US		0	America/Chicago	31.33526	-89.17914	81			MS	035		
7704528	Grasslawn Mobile Home Park	grasslawn-mobile-home-park	US		0	America/Chicago	30.38379	-89.06534	7			MS	047		
7704532	Hidden Acres Mobile Home Park	hidden-acres-mobile-home-park	US		0	America/Chicago	30.48466	-89.10053	25			MS	047		
7704533	Hidden River Mobile Ranch	hidden-river-mobile-ranch	US		0	America/Chicago	30.45623	-88.90184	7			MS	047		
7704537	Isle of Pines Mobile Home Village	isle-of-pines-mobile-home-village	US		0	America/Chicago	30.38432	-88.63235	3			MS	059		
7704546	Rolling Hills Mobile Estates	rolling-hills-mobile-estates	US		0	America/Chicago	30.4418	-88.91589	10			MS	047		
7704553	Serena Circle Mobile Home Park	serena-circle-mobile-home-park	US		0	America/Chicago	31.29814	-89.37686	98			MS	073		
7704558	Travis Lott Mobile Home Park	travis-lott-mobile-home-park	US		0	America/Chicago	30.38448	-89.18003	7			MS	047		
7704584	Young Mobile Home Park	young-mobile-home-park	US		0	America/Chicago	31.29972	-89.04937	73			MS	111		
7704593	Bellecrest Mobile Home Village	bellecrest-mobile-home-village	US		0	America/Chicago	31.24589	-89.32983	99			MS	035		
7704602	Cypress Bay Mobile Home Park	cypress-bay-mobile-home-park	US		0	America/Chicago	30.3847	-89.12342	8			MS	047		
7704624	Gulf Breeze Mobile Home Park	gulf-breeze-mobile-home-park	US		0	America/Chicago	30.41109	-88.71514	8			MS	059		
7704632	Isle of Pines Mobile Home Park	isle-of-pines-mobile-home-park	US		0	America/Chicago	30.49517	-88.55233	5			MS	059		
7704634	La Cresta Mobile Home Park	la-cresta-mobile-home-park	US		0	America/Chicago	30.59331	-89.12225	34			MS	047		
7704638	Lewis Mobile Park	lewis-mobile-park	US		0	America/Chicago	30.36278	-88.55938	1			MS	059		
7704648	Pot Likker Mobile Home Park	pot-likker-mobile-home-park	US		0	America/Chicago	31.33692	-89.36542	68			MS	073		
7704681	B and H Mobile Home Park	b-and-h-mobile-home-park	US		0	America/Chicago	30.39923	-88.93431	8			MS	047		
7704692	Couves Mobile Home Park	couves-mobile-home-park	US		0	America/Chicago	30.38257	-89.04793	8			MS	047		
7704694	Deer Mobile Park	deer-mobile-park	US		0	America/Chicago	30.36081	-89.1252	8			MS	047		
7704696	Dolan's Mobile Home Park	dolan-s-mobile-home-park	US		0	America/Chicago	30.40398	-89.13619	6			MS	047		
7704708	Pecan Ridge Mobile Home Park	pecan-ridge-mobile-home-park	US		0	America/Chicago	30.45089	-89.13481	18			MS	047		
7704723	Kathy Mobile Park	kathy-mobile-park	US		0	America/Chicago	30.39444	-89.07318	5			MS	047		
7704726	Krebs Mobile Park	krebs-mobile-park	US		0	America/Chicago	30.38676	-88.53573	3			MS	059		
7704729	Liberty Road Mobile Home Park	liberty-road-mobile-home-park	US		0	America/Chicago	30.56424	-89.70149	20			MS	109		
7704757	Tiki Mobile Court	tiki-mobile-court	US		0	America/Chicago	30.36289	-89.1224	8			MS	047		
7704771	Anchor Trailer Park	anchor-trailer-park	US		0	America/Chicago	30.39079	-88.63601	3			MS	059		
7704808	Paradise Park Mobile Home Park	paradise-park-mobile-home-park	US		0	America/Chicago	30.45059	-89.06999	10			MS	047		
7704837	Lee's Mobile Home Park	lee-s-mobile-home-park	US		0	America/Chicago	30.9233	-88.51433	84			MS	039		
7704840	Longhorn Mobile Park	longhorn-mobile-park	US		0	America/Chicago	30.38806	-88.62497	5			MS	059		
7704851	Rolling Heights Mobile Estates	rolling-heights-mobile-estates	US		0	America/Chicago	30.44228	-88.91278	9			MS	047		
7704858	Smallwood Mobile Home Park	smallwood-mobile-home-park	US		0	America/Chicago	30.46808	-89.107	20			MS	047		
7704881	Vidalia Road Mobile Home Park	vidalia-road-mobile-home-park	US		0	America/Chicago	30.45516	-89.29827	40			MS	047		
7704887	Woodcocks Mobile Home Park	woodcocks-mobile-home-park	US		0	America/Chicago	30.38618	-89.10967	10			MS	047		
7705928	Barbers Trailer Ranch	barbers-trailer-ranch	US		0	America/New_York	42.08059	-78.3804	458			NY	009	59509	
7705929	Colonial Village Mobile Home Park	colonial-village-mobile-home-park	US		0	America/New_York	42.10108	-78.51487	433			NY	009	01297	
7705930	Hillview Village Mobile Home Park	hillview-village-mobile-home-park	US		0	America/New_York	42.1668	-78.40098	443			NY	009	34946	
7705931	Ishua Valley Estates Mobile Home Park	ishua-valley-estates-mobile-home-park	US		0	America/New_York	42.34798	-78.45218	487			NY	009	27342	
7705932	Jolee Mobile Home Community	jolee-mobile-home-community	US		0	America/New_York	42.01172	-78.31482	437			NY	009	59509	
7705933	Long Acres Mobile Home Park	long-acres-mobile-home-park	US		0	America/New_York	42.09869	-78.50396	433			NY	009	01297	
7705934	Pioneer Estates Mobile Home Park	pioneer-estates-mobile-home-park	US		0	America/New_York	42.52117	-78.48117	434			NY	009	84055	
7705935	Pleasant View Mobile Home Park	pleasant-view-mobile-home-park	US		0	America/New_York	42.5118	-78.38645	504			NY	009	27441	
7705936	Valley View Estates Mobile Home Park	valley-view-estates-mobile-home-park	US		0	America/New_York	42.09435	-78.52502	440			NY	009	01297	
7705937	Woodhill Estates Mobile Home Park	woodhill-estates-mobile-home-park	US		0	America/New_York	42.35924	-78.44858	488			NY	009	25340	
7706169	Bennett's Mobile Court	bennett-s-mobile-court	US		0	America/New_York	42.98209	-76.69245	141			NY	011	48131	
7706170	Cayuga Lake Estates Mobile Home Park	cayuga-lake-estates-mobile-home-park	US		0	America/New_York	42.69129	-76.42038	232			NY	011	43071	
7706171	Cooper's Mobile Home Park	cooper-s-mobile-home-park	US		0	America/New_York	42.93078	-76.60371	181			NY	011	03166	
7706172	Hidden Acres Mobile Home Park	hidden-acres-mobile-home-park	US		0	America/New_York	43.02047	-76.62254	124			NY	011	46602	
7706173	Hillside Mobile Home Park	hillside-mobile-home-park	US		0	America/New_York	43.02371	-76.49623	174			NY	011	10297	
7706174	Johnson Mobile Home Park South	johnson-mobile-home-park-south	US		0	America/New_York	42.92629	-76.60259	192			NY	011	03166	
7706175	Kenyon Landing Mobile Home Park	kenyon-landing-mobile-home-park	US		0	America/New_York	43.02538	-76.50284	177			NY	011	10297	
7706176	Moraine Manor Mobile Home Park	moraine-manor-mobile-home-park	US		0	America/New_York	42.89102	-76.58617	226			NY	011	26231	
7706177	Shady Brook Mobile Home Park	shady-brook-mobile-home-park	US		0	America/New_York	43.02021	-76.49731	173			NY	011	10297	
7706178	Southern Springs Mobile Home Park	southern-springs-mobile-home-park	US		0	America/New_York	42.8359	-76.68323	166			NY	011	70376	
7706179	West Shore Mobile Home Park	west-shore-mobile-home-park	US		0	America/New_York	43.04284	-76.6185	124			NY	011	46602	
7706267	Carter's Mobile Home Park	carter-s-mobile-home-park	US		0	America/New_York	44.98691	-73.45051	36			NY	019	13750	
7706268	Chasands Mobile Home Park	chasands-mobile-home-park	US		0	America/New_York	44.65353	-73.49315	85			NY	019	58585	
7706269	Collins Trailer Court	collins-trailer-court	US		0	America/New_York	44.67824	-73.46751	58			NY	019	58574	
7706270	Conwells Mobile Home Park	conwells-mobile-home-park	US		0	America/New_York	44.57456	-73.52736	105			NY	019	57375	
7706271	Four Seasons Mobile Home Park	four-seasons-mobile-home-park	US		0	America/New_York	44.71063	-73.55828	124			NY	019	58585	
7706272	LTS Mobile Home Park	lts-mobile-home-park	US		0	America/New_York	44.65367	-73.48683	70			NY	019	58585	
7706273	Northway Mobile Home Park	northway-mobile-home-park	US		0	America/New_York	44.734	-73.47173	47			NY	019	58585	
7706274	Pleasant Acres Mobile Home Park	pleasant-acres-mobile-home-park	US		0	America/New_York	44.69056	-73.49586	94			NY	019	58585	
7706275	South Acres Mobile Home Park	south-acres-mobile-home-park	US		0	America/New_York	44.61929	-73.49726	76			NY	019	57375	
7706276	Stony Acres Mobile Home Park	stony-acres-mobile-home-park	US		0	America/New_York	44.78027	-73.50423	97			NY	019	05485	
7706277	Twin Ells Mobile Home Park	twin-ells-mobile-home-park	US		0	America/New_York	44.79333	-73.54401	142			NY	019	05485	
7706371	Little Falls Mobile Home Park	little-falls-mobile-home-park	US		0	America/New_York	41.61146	-73.91066	31			NY	027	59652	
7706372	Bahret Mobile Home Park	bahret-mobile-home-park	US		0	America/New_York	41.73169	-73.91441	84			NY	027	59652	
7706373	Oak Meadows Mobile Home Park	oak-meadows-mobile-home-park	US		0	America/New_York	41.47613	-73.97732	27			NY	027	25978	
7706374	Sheafe Manor Mobile Home Park	sheafe-manor-mobile-home-park	US		0	America/New_York	41.62948	-73.92423	32			NY	027	59652	
7706375	Camelot Village Mobile Home Park	camelot-village-mobile-home-park	US		0	America/New_York	41.63157	-73.92158	35			NY	027	59652	
7706376	Valley Forge Mobile Home Park	valley-forge-mobile-home-park	US		0	America/New_York	41.74212	-73.90562	100			NY	027	37209	
7706377	Cedar Hollow Mobile Home Park	cedar-hollow-mobile-home-park	US		0	America/New_York	41.77378	-73.80422	70			NY	027	58695	
7706378	Duchess Park Mobile Home Park	duchess-park-mobile-home-park	US		0	America/New_York	41.56143	-73.91039	79			NY	027	78157	
7706379	Green Meadows Mobile Home Park	green-meadows-mobile-home-park	US		0	America/New_York	41.75993	-73.90538	69			NY	027	37209	
7706380	Kensington Village Mobile Home Park	kensington-village-mobile-home-park	US		0	America/New_York	41.75778	-73.90843	76			NY	027	37209	
7706381	Tallyho Mobile Home Estates	tallyho-mobile-home-estates	US		0	America/New_York	41.73751	-73.57304	115			NY	027	20819	
7706382	Shady Lane Mobile Home Park	shady-lane-mobile-home-park	US		0	America/New_York	41.62371	-73.68446	142			NY	027	05452	
7706383	Castle Gate Mobile Home Park	castle-gate-mobile-home-park	US		0	America/New_York	41.7779	-73.54753	158			NY	027	01693	
7706384	Venture Lake Estates Mobile Home Park	venture-lake-estates-mobile-home-park	US		0	America/New_York	41.78705	-73.91235	71			NY	027	37209	
7706385	Hidden Brook Estates Mobile Home Park	hidden-brook-estates-mobile-home-park	US		0	America/New_York	41.78728	-73.91553	70			NY	027	37209	
7706430	Blue Anchor Park Mobile Home Park	blue-anchor-park-mobile-home-park	US		0	America/New_York	43.23131	-75.07897	211			NY	065	19928	
7706431	Cedar Hurst Park Mobile Home Park	cedar-hurst-park-mobile-home-park	US		0	America/New_York	42.92847	-75.1189	380			NY	043	82568	
7706432	Country Meadows Mobile Home Park	country-meadows-mobile-home-park	US		0	America/New_York	43.06255	-75.0835	133			NY	043	65695	
7706433	Fitzer Park Mobile Home Park	fitzer-park-mobile-home-park	US		0	America/New_York	43.01283	-75.05464	155			NY	043	28750	
7706434	Homestead Mobile Park	homestead-mobile-park	US		0	America/New_York	43.01913	-74.81317	134			NY	043	19686	
7706435	Leatherstocking Mobile Home Park	leatherstocking-mobile-home-park	US		0	America/New_York	42.99576	-75.00457	140			NY	043	28750	
7706436	Rockwell Mobile Home Park	rockwell-mobile-home-park	US		0	America/New_York	43.01393	-75.05428	154			NY	043	28750	
7706437	Sunset View Mobile Home Park	sunset-view-mobile-home-park	US		0	America/New_York	43.01994	-74.88099	123			NY	043	42752	
7706438	Terrace Hill Mobile Home Estates	terrace-hill-mobile-home-estates	US		0	America/New_York	43.02177	-75.06149	143			NY	043	27199	
7706487	Barefoot Mobile Home Park	barefoot-mobile-home-park	US		0	America/New_York	42.91784	-77.88678	234			NY	051	84022	
7706488	Country Road Mobile Home Community	country-road-mobile-home-community	US		0	America/New_York	42.58712	-77.92761	270			NY	051	54089	
7706489	Creekside Mobile Home Park	creekside-mobile-home-park	US		0	America/New_York	42.7844	-77.8918	198			NY	051	41883	
7706490	Culver Manor Mobile Home Park	culver-manor-mobile-home-park	US		0	America/New_York	42.80444	-77.70098	258			NY	051	42961	
7706491	Fisher Mobile Home Park	fisher-mobile-home-park	US		0	America/New_York	42.90748	-77.60651	241			NY	051	42334	
7706492	Grunmount Court Mobile Home Park	grunmount-court-mobile-home-park	US		0	America/New_York	42.54595	-77.68305	242			NY	051	51869	
7706493	Letchworth Estates Mobile Home Community	letchworth-estates-mobile-home-community	US		0	America/New_York	42.71907	-77.8688	182			NY	051	48956	
7706494	Lombardo Mobile Home Community	lombardo-mobile-home-community	US		0	America/New_York	42.72462	-77.86814	175			NY	051	48956	
7706495	Marks Trailer Park	marks-trailer-park	US		0	America/New_York	42.57226	-77.71865	195			NY	051	51869	
7706496	Monte Carlo Mobile Home Park	monte-carlo-mobile-home-park	US		0	America/New_York	42.92702	-77.78287	177			NY	051	11715	
7706497	Parkway Mobile Home Park	parkway-mobile-home-park	US		0	America/New_York	42.72771	-77.90108	260			NY	051	48956	
7706498	Poags Hale Mobile Home Court	poags-hale-mobile-home-court	US		0	America/New_York	42.54366	-77.70175	212			NY	051	51869	
7706499	Rolling Hills Mobile Home Park	rolling-hills-mobile-home-park	US		0	America/New_York	42.54902	-77.67374	291			NY	051	51869	
7706500	The Mint Mobile Home Park	the-mint-mobile-home-park	US		0	America/New_York	42.75406	-77.88574	182			NY	051	41883	
7706501	Tony's Mobile Home Park	tony-s-mobile-home-park	US		0	America/New_York	42.72656	-77.86917	172			NY	051	48956	
7706502	Treasure Island Mobile Home Park	treasure-island-mobile-home-park	US		0	America/New_York	42.89347	-77.84396	184			NY	051	84022	
7706503	Willow Cove Mobile Home Park	willow-cove-mobile-home-park	US		0	America/New_York	42.83863	-77.70634	251			NY	051	42961	
7706547	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/New_York	43.01146	-75.59622	186			NY	053	71399	
7706548	Mohawk Manor Trailer Park	mohawk-manor-trailer-park	US		0	America/New_York	43.08573	-75.88443	125			NY	053	71993	
7706549	Shady Lane Manufactured Housing Community	shady-lane-manufactured-housing-community	US		0	America/New_York	43.10063	-75.94349	125			NY	053	71993	
7706550	Valley Mobile Home Park	valley-mobile-home-park	US		0	America/New_York	43.00091	-75.84573	176			NY	053	25593	
7706551	Willow Run Mobile Home Park	willow-run-mobile-home-park	US		0	America/New_York	43.13908	-75.87012	121			NY	053	71993	
7706665	Boyden Brook Mobile Home Park	boyden-brook-mobile-home-park	US		0	America/New_York	44.56065	-75.21149	120			NY	089	12342	
7706666	Clark's Trailer Park	clark-s-trailer-park	US		0	America/New_York	44.56257	-75.13711	125			NY	089	12342	
7706667	Country Meadows Trailer Park	country-meadows-trailer-park	US		0	America/New_York	44.61326	-75.18197	106			NY	089	12342	
7706668	Gouvernor Gardens Mobile Home Park	gouvernor-gardens-mobile-home-park	US		0	America/New_York	44.32139	-75.48914	134			NY	089	29608	
7706669	Jolly K Mobile Home Park	jolly-k-mobile-home-park	US		0	America/New_York	44.36287	-75.43388	134			NY	089	29608	
7706670	Liscums Mobile Home Park	liscums-mobile-home-park	US		0	America/New_York	44.35365	-75.4429	134			NY	089	29608	
7706671	Maple Street Trailer Court	maple-street-trailer-court	US		0	America/New_York	44.74491	-75.00158	98			NY	089	59575	
7706672	Morley Mobile Home Park	morley-mobile-home-park	US		0	America/New_York	44.67506	-75.48869	89			NY	089	55563	
7706673	Pine Grove Mobile Home Park	pine-grove-mobile-home-park	US		0	America/New_York	44.79063	-74.9845	107			NY	089	51330	
7706674	Shady Acres Mobile Home Park	shady-acres-mobile-home-park	US		0	America/New_York	44.31404	-75.49627	132			NY	089	29608	
7706675	The K amnd M Mobile Home Park	the-k-amnd-m-mobile-home-park	US		0	America/New_York	44.67894	-74.98593	137			NY	089	59575	
7706741	Brookwood Mobile Home Park	brookwood-mobile-home-park	US		0	America/New_York	42.35069	-77.24421	407			NY	101	04770	
7706742	Colonial Coach Estates I Mobile Home Park	colonial-coach-estates-i-mobile-home-park	US		0	America/New_York	42.17785	-77.12405	287			NY	101	24647	
7706743	Goff Road Mobile Home Park	goff-road-mobile-home-park	US		0	America/New_York	42.12803	-76.98758	282			NY	101	18267	
7706744	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/New_York	42.36447	-77.672	357			NY	101	35683	
7706745	Green Meadow Acres Mobile Home Park	green-meadow-acres-mobile-home-park	US		0	America/New_York	42.27173	-77.21526	329			NY	101	11946	
7706746	Hanwell Village Mobile Home Park	hanwell-village-mobile-home-park	US		0	America/New_York	42.12532	-77.01772	287			NY	101	18267	
7706747	Hidden Forest Mobile Home Park	hidden-forest-mobile-home-park	US		0	America/New_York	42.22998	-77.13658	318			NY	101	11946	
7706748	J and M Green Acres Mobile Home Park	j-and-m-green-acres-mobile-home-park	US		0	America/New_York	42.33432	-77.28702	350			NY	101	04770	
7706749	Meadows Mobile Home Park	meadows-mobile-home-park	US		0	America/New_York	42.43053	-77.71061	365			NY	101	19675	
7706750	Old Field Mobile Home Park	old-field-mobile-home-park	US		0	America/New_York	42.3332	-77.30131	335			NY	101	04770	
7706751	Pine Knoll Mobile Home Park	pine-knoll-mobile-home-park	US		0	America/New_York	42.40251	-77.71173	366			NY	101	35683	
7706752	Seager Trailer Park	seager-trailer-park	US		0	America/New_York	42.2252	-77.17475	305			NY	101	11946	
7706753	Showboat Mobile Home Park	showboat-mobile-home-park	US		0	America/New_York	42.5636	-77.60401	420			NY	101	78861	
7706754	Sunflower Acres Mobile Home Park	sunflower-acres-mobile-home-park	US		0	America/New_York	42.06448	-77.21081	394			NY	101	75737	
7706755	Victory Village Mobile Home Park	victory-village-mobile-home-park	US		0	America/New_York	42.17614	-77.11614	289			NY	101	24647	
7706756	Wagon Wheel Mobile Home Park	wagon-wheel-mobile-home-park	US		0	America/New_York	42.06519	-77.2787	327			NY	101	75737	
7706813	Blue Sky Manor Mobile Home Park	blue-sky-manor-mobile-home-park	US		0	America/New_York	41.61152	-74.45337	171			NY	105	44809	
7706814	Foxcroft Village Mobile Home Park	foxcroft-village-mobile-home-park	US		0	America/New_York	41.80901	-74.63267	384			NY	105	25241	
7706815	Kinnebrook Mobile Home Park	kinnebrook-mobile-home-park	US		0	America/New_York	41.66469	-74.72859	395			NY	105	73627	
7706816	New Twin Lakes Mobile Home Park	new-twin-lakes-mobile-home-park	US		0	America/New_York	41.57513	-74.42699	189			NY	105	44809	
7706817	River Edge Mobile Home Park	river-edge-mobile-home-park	US		0	America/New_York	41.5854	-74.38583	123			NY	105	44809	
7706818	Sunrise Mobile Home Park	sunrise-mobile-home-park	US		0	America/New_York	41.7802	-74.60428	384			NY	105	25241	
7706819	Westwood Glen Mobile Home Park	westwood-glen-mobile-home-park	US		0	America/New_York	41.74093	-74.6507	426			NY	105	25241	
7706820	Whispering Pines Mobile Home Park	whispering-pines-mobile-home-park	US		0	America/New_York	41.56855	-74.42731	155			NY	105	44809	
7706979	Aloha Home Acres Mobile Home Park	aloha-home-acres-mobile-home-park	US		0	America/New_York	41.68393	-74.08525	139			NY	111	58552	
7706980	Alpine Heights Mobile Home Park	alpine-heights-mobile-home-park	US		0	America/New_York	41.90257	-74.04703	114			NY	111	37143	
7706981	Atkins Mobile Home Park	atkins-mobile-home-park	US		0	America/New_York	41.81586	-74.19815	128			NY	111	63011	
7706982	Bluestone Mobile Home Park	bluestone-mobile-home-park	US		0	America/New_York	41.99576	-74.0525	121			NY	111	39738	
7706983	Boices Mobile Home Estates	boices-mobile-home-estates	US		0	America/New_York	41.96268	-74.01011	43			NY	111	75935	
7706984	Brink's Trailer Park	brink-s-trailer-park	US		0	America/New_York	41.98728	-73.99063	55			NY	111	75935	
7706985	Church Street Mobile Home Park	church-street-mobile-home-park	US		0	America/New_York	41.62054	-74.08265	181			NY	111	58552	
7706986	Creek Locks Mobile Home Park	creek-locks-mobile-home-park	US		0	America/New_York	41.87674	-74.0362	13			NY	111	63737	
7706987	Deerhaven Mobile Home Park	deerhaven-mobile-home-park	US		0	America/New_York	41.66112	-74.18441	92			NY	111	28255	
7706988	Depew Mobile Home Park	depew-mobile-home-park	US		0	America/New_York	41.63408	-74.09409	177			NY	111	58552	
7706989	Dutcher Mobile Home Park	dutcher-mobile-home-park	US		0	America/New_York	41.90218	-73.98526	29			NY	111	24691	
7706990	Elliot Mobile Home Park	elliot-mobile-home-park	US		0	America/New_York	42.00354	-74.02606	154			NY	111	75935	
7706991	Fox Run Estates Mobile Home Park	fox-run-estates-mobile-home-park	US		0	America/New_York	41.66377	-74.1098	139			NY	111	58552	
7706992	Gallis Hill Station Mobile Home Park	gallis-hill-station-mobile-home-park	US		0	America/New_York	41.9466	-74.06326	123			NY	111	75935	
7706993	H and H Mobile Home Park	h-and-h-mobile-home-park	US		0	America/New_York	41.99701	-73.99433	43			NY	111	75935	
7706994	Hidden Forest Mobile Home Park	hidden-forest-mobile-home-park	US		0	America/New_York	41.797	-74.25405	83			NY	111	63011	
7706995	Hideaway Mobile Home Park	hideaway-mobile-home-park	US		0	America/New_York	41.63054	-74.09731	170			NY	111	58552	
7706996	Jenny Brook Mobile Home Park	jenny-brook-mobile-home-park	US		0	America/New_York	41.76315	-74.38052	189			NY	111	78828	
7706997	Nappy Mobile Home Park	nappy-mobile-home-park	US		0	America/New_York	41.73665	-74.37719	89			NY	111	78828	
7706998	Pardee Park Mobile Home Park	pardee-park-mobile-home-park	US		0	America/New_York	41.92585	-74.04263	74			NY	111	75935	
7706999	Parish Lane Mobile Home Park	parish-lane-mobile-home-park	US		0	America/New_York	41.98507	-74.00351	49			NY	111	75935	
7707000	Rivers Edge Cooperative Mobile Home Park	rivers-edge-cooperative-mobile-home-park	US		0	America/New_York	41.81829	-74.07437	56			NY	111	63737	
7707001	Shady Acre Mobile Home Park	shady-acre-mobile-home-park	US		0	America/New_York	41.7639	-74.37826	189			NY	111	78828	
7707002	Snows Mobile Home Park	snows-mobile-home-park	US		0	America/New_York	41.99416	-73.9911	52			NY	111	75935	
7707003	Spring Lake Mobile Home Park	spring-lake-mobile-home-park	US		0	America/New_York	41.93066	-74.04103	74			NY	111	75935	
7707004	Strawberry Acres Mobile Home Park	strawberry-acres-mobile-home-park	US		0	America/New_York	41.67085	-73.97066	98			NY	111	45722	
7707005	Tall Oaks Mobile Home Park	tall-oaks-mobile-home-park	US		0	America/New_York	41.94691	-73.98858	79			NY	111	75935	
7707006	Thober Mobile Home Park	thober-mobile-home-park	US		0	America/New_York	41.73254	-74.15474	110			NY	111	28255	
7707007	Trinka's Mobile Home Park	trinka-s-mobile-home-park	US		0	America/New_York	42.04234	-74.04048	116			NY	111	65299	
7707008	Trout Brook Mobile Home Park	trout-brook-mobile-home-park	US		0	America/New_York	41.69798	-74.01731	158			NY	111	58552	
7707009	Walnut Lane Mobile Home Park	walnut-lane-mobile-home-park	US		0	America/New_York	41.66016	-73.97146	100			NY	111	45722	
7707010	Washington Mobile Home Park	washington-mobile-home-park	US		0	America/New_York	41.84728	-74.0779	17			NY	111	63737	
7707075	Country Side Estates Mobile Home Park	country-side-estates-mobile-home-park	US		0	America/New_York	43.25768	-73.79602	217			NY	113	40662	
7707076	Forest Park Mobile Home Park	forest-park-mobile-home-park	US		0	America/New_York	43.29767	-73.71156	125			NY	113	60356	
7707077	Homestead Village Mobile Home Park	homestead-village-mobile-home-park	US		0	America/New_York	43.30513	-73.6882	118			NY	113	60356	
7707078	Northwinds Mobile Estates	northwinds-mobile-estates	US		0	America/New_York	43.30441	-73.68376	116			NY	113	60356	
7707079	Queensbury Village Mobile Home Park	queensbury-village-mobile-home-park	US		0	America/New_York	43.30928	-73.71694	137			NY	113	60356	
7707080	Village Estates Mobile Home Park	village-estates-mobile-home-park	US		0	America/New_York	43.65107	-73.79959	256			NY	113	15319	
7707232	Abenaki Mobile Home Park	abenaki-mobile-home-park	US		0	America/New_York	44.66127	-73.49518	88			NY	019	58585	
7707233	River Heights Mobile Home Community	river-heights-mobile-home-community	US		0	America/New_York	44.68175	-73.46565	49			NY	019	58574	
7707921	A and B Mobile Home Park	a-and-b-mobile-home-park	US		0	America/Chicago	30.85849	-93.22572	46			LA	011		
7707922	A and M Mobile Home Park	a-and-m-mobile-home-park	US		0	America/Chicago	30.32699	-92.04451	12			LA	055		
7707923	A and W Mobile Home Park	a-and-w-mobile-home-park	US		0	America/Chicago	30.48524	-90.93828	13			LA	063		
7707924	Academy Mobile Village	academy-mobile-village	US		0	America/Chicago	30.25263	-92.64928	7			LA	053		
7707925	Acadian Acres Mobile Home Park	acadian-acres-mobile-home-park	US		0	America/Chicago	30.21403	-92.09022	9			LA	055		
7707926	Acadian Acres Mobile Home Park	acadian-acres-mobile-home-park	US		0	America/Chicago	30.21403	-93.35229	4			LA	019		
7707927	Airport Mobile Home Park	airport-mobile-home-park	US		0	America/Chicago	30.23802	-92.67504	6			LA	053		
7707928	Andrus Mobile Home Park	andrus-mobile-home-park	US		0	America/Chicago	29.88308	-90.10405	0			LA	051		
7707929	Angelles Mobile Home Community	angelles-mobile-home-community	US		0	America/Chicago	30.27944	-92.09425	12			LA	055		
7707930	Anite Mobile Home Park	anite-mobile-home-park	US		0	America/Chicago	30.1599	-91.98625	11			LA	055		
7707931	Atchasalauga Acres Mobile Home Park	atchasalauga-acres-mobile-home-park	US		0	America/Chicago	30.28221	-91.69146	4			LA	099		
7707932	Azalea Gardens Mobile Home and Recreational Vehicle Park	azalea-gardens-mobile-home-and-recreational-vehicle-park	US		0	America/Chicago	30.59565	-91.16325	25			LA	033		
7707933	B and K Mobile Park	b-and-k-mobile-park	US		0	America/Chicago	30.45062	-91.23681	5			LA	121		
7707934	B B Trailer Park	b-b-trailer-park	US		0	America/Chicago	30.23042	-93.34934	5			LA	019		
7707935	Ballards Mobile Home Park	ballards-mobile-home-park	US		0	America/Chicago	30.7794	-90.51135	43			LA	105		
7707936	Bankstons Mobile Home Park	bankstons-mobile-home-park	US		0	America/Chicago	30.48967	-90.57992	11			LA	063		
7707937	Bayou Country Villa Mobile Home Park	bayou-country-villa-mobile-home-park	US		0	America/Chicago	30.19305	-93.35359	3			LA	019		
7707938	Bayou Shades Mobile Village	bayou-shades-mobile-village	US		0	America/Chicago	30.2654	-93.17698	5			LA	019		
7707939	Belle Place Trailer Park	belle-place-trailer-park	US		0	America/Chicago	30.13917	-91.93616	11			LA	055		
7707940	Belle Ridge Mobile Home Park	belle-ridge-mobile-home-park	US		0	America/Chicago	30.47878	-92.09587	18			LA	097		
7707941	Benoit Mobile Park	benoit-mobile-park	US		0	America/Chicago	30.25649	-92.01781	14			LA	055		
7707942	Ben's Mobile Home Park	ben-s-mobile-home-park	US		0	America/Chicago	30.13394	-93.16407	3			LA	019		
7707943	Bent Oak Trailer Park	bent-oak-trailer-park	US		0	America/Chicago	30.25679	-91.88127	7			LA	099		
7707944	Big D Mobile Home Park	big-d-mobile-home-park	US		0	America/Chicago	30.48768	-90.87794	13			LA	063		
7707945	Big Oaks Mobile Home Park	big-oaks-mobile-home-park	US		0	America/Chicago	30.48425	-91.11616	14			LA	033		
7707946	Blankenship Mobile Home Park	blankenship-mobile-home-park	US		0	America/Chicago	30.15824	-93.27643	4			LA	019		
7707947	Bobby Lejeune Mobile Home Park	bobby-lejeune-mobile-home-park	US		0	America/Chicago	30.54848	-91.9592	8			LA	097		
7707948	Boudreaux's Mobile Home Park	boudreaux-s-mobile-home-park	US		0	America/Chicago	29.9294	-91.68047	4			LA	045		
7707949	Brambles Mobile Home Park	brambles-mobile-home-park	US		0	America/Chicago	30.12972	-92.05494	7			LA	055		
7707950	Flamingo Recreational Vehicle and Mobile Home Park	flamingo-recreational-vehicle-and-mobile-home-park	US		0	America/Chicago	30.00801	-90.02144	0			LA	071	98000	
7707951	Floyd Court Mobile Home Park	floyd-court-mobile-home-park	US		0	America/Chicago	29.63923	-90.67605	1			LA	057		
7707952	Fontenot Mobile Home Park	fontenot-mobile-home-park	US		0	America/Chicago	30.23865	-93.39141	4			LA	019		
7707953	Four Season Mobile Home Park	four-season-mobile-home-park	US		0	America/Chicago	30.52717	-91.10733	15			LA	033		
7707954	Fredericks Mobile Home Park	fredericks-mobile-home-park	US		0	America/Chicago	29.83478	-91.55131	3			LA	101		
7707955	Fusilier Mobile Home Estates	fusilier-mobile-home-estates	US		0	America/Chicago	30.07928	-92.12081	6			LA	113		
7707956	G and R Mobile Park	g-and-r-mobile-park	US		0	America/Chicago	30.23656	-92.07352	10			LA	055		
7707957	Glen Meadows Mobile Home Park	glen-meadows-mobile-home-park	US		0	America/Chicago	30.2098	-93.58684	5			LA	019		
7707958	Going West Mobile Estates	going-west-mobile-estates	US		0	America/Chicago	30.12494	-92.14689	6			LA	055		
7707959	Golden Acres Mobile Home Park	golden-acres-mobile-home-park	US		0	America/Chicago	30.2657	-92.07719	12			LA	055		
7707960	Granberrys Mobile Home Park	granberrys-mobile-home-park	US		0	America/Chicago	30.54308	-91.14897	21			LA	033		
7707961	Grand Bayou Mobile Home Park	grand-bayou-mobile-home-park	US		0	America/Chicago	29.90802	-90.77711	1			LA	057		
7707962	Grandview Mobile Estates	grandview-mobile-estates	US		0	America/Chicago	30.53195	-92.81827	16			LA	003		
7707963	Greys Mobile Home Park	greys-mobile-home-park	US		0	America/Chicago	30.5067	-90.92963	15			LA	063		
7707964	Gulf Stream Manor Mobile Home Park	gulf-stream-manor-mobile-home-park	US		0	America/Chicago	30.09318	-93.20912	2			LA	019		
7707965	H and D Mobile Home Park	h-and-d-mobile-home-park	US		0	America/Chicago	29.90065	-90.11128	3			LA	051		
7707966	Hassel's Trailer Park	hassel-s-trailer-park	US		0	America/Chicago	29.8528	-90.06028	-1			LA	051		
7707967	Hebert Mobile Home Park	hebert-mobile-home-park	US		0	America/Chicago	30.26655	-92.06231	13			LA	055		
7707968	Hendricks Mobile Home Park	hendricks-mobile-home-park	US		0	America/Chicago	30.3797	-90.99179	8			LA	033		
7707969	Herbert Trailer Park	herbert-trailer-park	US		0	America/Chicago	30.01355	-93.22722	3			LA	023		
7707970	Hickory Creek Mobile Home Park	hickory-creek-mobile-home-park	US		0	America/Chicago	30.8719	-93.2902	61			LA	011		
7707971	Highland Ridge Mobile Home Park	highland-ridge-mobile-home-park	US		0	America/Chicago	30.38208	-90.86473	6			LA	063		
7707973	Holiday Mobile Home Park	holiday-mobile-home-park	US		0	America/Chicago	30.84053	-93.34169	61			LA	011		
7707974	Holiday Mobile Home Villa Park	holiday-mobile-home-villa-park	US		0	America/Chicago	30.17461	-92.00384	11			LA	055		
7707975	Hub Mobile Park	hub-mobile-park	US		0	America/Chicago	30.22776	-92.38267	5			LA	001		
7707976	Iberia Mobile Home Park	iberia-mobile-home-park	US		0	America/Chicago	29.98924	-91.79689	5			LA	045		
7707977	Indian Hill Mobile Home Park	indian-hill-mobile-home-park	US		0	America/Chicago	30.33509	-92.0293	15			LA	055		
7707978	Intersection Connection Mobile Home Park	intersection-connection-mobile-home-park	US		0	America/Chicago	30.46249	-90.47908	7			LA	105		
7707979	Interstate 10 Mobile Village	interstate-10-mobile-village	US		0	America/Chicago	30.24882	-93.07837	6			LA	019		
7707980	J and J Mobile Home Park	j-and-j-mobile-home-park	US		0	America/Chicago	30.22411	-92.18336	9			LA	055		
7707982	J and L Mobile Home Park	j-and-l-mobile-home-park	US		0	America/Chicago	29.878	-92.17649	2			LA	113		
7707983	Jaco Mobile Home Park	jaco-mobile-home-park	US		0	America/Chicago	30.27262	-91.93434	6			LA	099		
7707984	James Daigle Mobile Home Park	james-daigle-mobile-home-park	US		0	America/Chicago	30.30624	-91.96327	5			LA	055		
7707985	James Mobile Home Park	james-mobile-home-park	US		0	America/Chicago	30.23913	-93.11562	4			LA	019		
7707986	Jesse James Mobile Home Park	jesse-james-mobile-home-park	US		0	America/Chicago	30.16737	-93.2555	4			LA	019		
7707988	Joe's Mobile Home Park	joe-s-mobile-home-park	US		0	America/Chicago	30.52161	-90.52674	14			LA	105		
7707989	Joor Road Mobile Home Park	joor-road-mobile-home-park	US		0	America/Chicago	30.58751	-91.04661	23			LA	033		
7707990	Justice Trailer Court	justice-trailer-court	US		0	America/Chicago	29.89987	-90.10843	1			LA	051		
7707991	Kings Court Mobile Home Park	kings-court-mobile-home-park	US		0	America/Chicago	30.29859	-92.04233	14			LA	055		
7707992	Kiper Mobile Home Park	kiper-mobile-home-park	US		0	America/Chicago	30.02905	-91.83766	8			LA	045		
7707993	La Roulette Mobile Home Park	la-roulette-mobile-home-park	US		0	America/Chicago	30.3196	-92.04403	11			LA	055		
7707994	Lakeland Estates Mobile Home Park	lakeland-estates-mobile-home-park	US		0	America/Chicago	30.2471	-90.92898	3			LA	005		
7707995	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/Chicago	30.09791	-92.07033	7			LA	055		
7707996	Landall Mobile Estates	landall-mobile-estates	US		0	America/Chicago	30.24428	-92.08708	10			LA	055		
7707997	Landon Mobile Home Park	landon-mobile-home-park	US		0	America/Chicago	30.4737	-90.54104	9			LA	105		
7707998	Landry's Mobile Home Park	landry-s-mobile-home-park	US		0	America/Chicago	30.31762	-90.92023	5			LA	005		
7707999	Lantier Mobile Home Park	lantier-mobile-home-park	US		0	America/Chicago	30.24234	-92.09266	10			LA	055		
7708000	Linder Mobile Home Park	linder-mobile-home-park	US		0	America/Chicago	30.52475	-90.93289	17			LA	063		
7708001	Little Lake Estates Mobile Home Park	little-lake-estates-mobile-home-park	US		0	America/Chicago	30.60679	-91.16064	24			LA	033		
7708002	Lost Bayou Mobile Home Park	lost-bayou-mobile-home-park	US		0	America/Chicago	29.64448	-90.76456	2			LA	109		
7708003	Lynn's Mobile Home Court	lynn-s-mobile-home-court	US		0	America/Chicago	30.36279	-91.26584	4			LA	121		
7708004	M and T Mobile Home Park	m-and-t-mobile-home-park	US		0	America/Chicago	29.98663	-91.79593	5			LA	045		
7708005	Majorias Many Trees Mobile Home Park	majorias-many-trees-mobile-home-park	US		0	America/Chicago	29.82884	-90.1075	1			LA	051		
7708006	Maxies Mobile Valley	maxies-mobile-valley	US		0	America/Chicago	30.14992	-91.95191	6			LA	055		
7708007	McCutchen Mobile Home Haven	mccutchen-mobile-home-haven	US		0	America/Chicago	30.23571	-92.66258	8			LA	053		
7708008	Melanie Mobile Home Park	melanie-mobile-home-park	US		0	America/Chicago	30.2727	-92.056	13			LA	055		
7708009	Meres Mobile Home Park	meres-mobile-home-park	US		0	America/Chicago	30.1711	-93.25206	5			LA	019		
7708010	Messer's Mobile Manor	messer-s-mobile-manor	US		0	America/Chicago	30.36242	-89.75188	7			LA	103		
7708011	Midway Mobile Park	midway-mobile-park	US		0	America/Chicago	30.10155	-91.91178	10			LA	099		
7708012	Miguez Mobile Home Park	miguez-mobile-home-park	US		0	America/Chicago	30.14982	-91.95873	11			LA	055		
7708013	Millers Mobile Home Park	millers-mobile-home-park	US		0	America/Chicago	29.62053	-90.6865	2			LA	109		
7708014	Mobile Estates Mobile Home Park	mobile-estates-mobile-home-park	US		0	America/Chicago	29.69549	-90.78035	3			LA	109		
7708015	Mobile Home Acres	mobile-home-acres	US		0	America/Chicago	30.17333	-92.02041	11			LA	055		
7708016	Mobile Home Park	mobile-home-park	US		0	America/Chicago	29.69225	-91.17896	1			LA	101		
7708017	Mott Trailer Park	mott-trailer-park	US		0	America/Chicago	29.59389	-90.7001	2			LA	109		
7708018	Mouchs Mobile Home Park	mouchs-mobile-home-park	US		0	America/Chicago	30.37105	-91.253	6			LA	121		
7708019	Mount Dale B Mobile Home Park	mount-dale-b-mobile-home-park	US		0	America/Chicago	30.21927	-93.36634	3			LA	019		
7708020	Mouton's Trailer Park	mouton-s-trailer-park	US		0	America/Chicago	30.24046	-91.98507	11			LA	055		
7708021	Mr B's Mobile Home Park	mr-b-s-mobile-home-park	US		0	America/Chicago	30.20371	-92.0778	9			LA	055		
7708022	Myhand Mobile Home Park	myhand-mobile-home-park	US		0	America/Chicago	30.35283	-91.26088	6			LA	121		
7708023	New Horizon Mobile Home Park	new-horizon-mobile-home-park	US		0	America/Chicago	30.04636	-91.90496	6			LA	045		
7708209	Brien's Mobile Village	brien-s-mobile-village	US		0	America/Chicago	29.65143	-90.6874	1			LA	057		
7708210	Broussard Mobile Home Park	broussard-mobile-home-park	US		0	America/Chicago	30.84012	-93.31481	60			LA	011		
7708211	Bruces Mobile Home Park	bruces-mobile-home-park	US		0	America/Chicago	30.1502	-91.96158	11			LA	055		
7708212	C and D Mobile Home Park	c-and-d-mobile-home-park	US		0	America/Chicago	30.34449	-92.05309	14			LA	055		
7708213	Cadillac Street Mobile Home Park	cadillac-street-mobile-home-park	US		0	America/Chicago	30.25368	-92.0044	14			LA	055		
7708214	Cajun Country Mobile Home Park	cajun-country-mobile-home-park	US		0	America/Chicago	30.08463	-91.95658	10			LA	055		
7708215	Cajun Mobile Home Village	cajun-mobile-home-village	US		0	America/Chicago	30.2922	-92.0578	14			LA	055		
7708216	Canebrake Mobile Home Park	canebrake-mobile-home-park	US		0	America/Chicago	29.94777	-91.77033	5			LA	045		
7708217	Capri Court Mobile Home Park	capri-court-mobile-home-park	US		0	America/Chicago	29.66968	-90.72561	2			LA	109		
7708219	Carriage Cove Mobile Home Park	carriage-cove-mobile-home-park	US		0	America/Chicago	29.59683	-90.67979	2			LA	109		
7708220	Carroll Ann Mobile Home Park	carroll-ann-mobile-home-park	US		0	America/Chicago	30.20277	-92.08048	9			LA	055		
7708221	CBS Mobile Home Park	cbs-mobile-home-park	US		0	America/Chicago	30.49353	-92.05927	17			LA	097		
7708222	Cedarcrest Mobile Home Park	cedarcrest-mobile-home-park	US		0	America/Chicago	30.41249	-91.06401	14			LA	033		
7708223	Cefalu Mobile Home Park	cefalu-mobile-home-park	US		0	America/Chicago	29.69544	-91.1805	1			LA	101		
7708224	Chahta Mobile Home Park	chahta-mobile-home-park	US		0	America/Chicago	30.36004	-90.04529	5			LA	103		
7708225	Chardele Mobile Estates	chardele-mobile-estates	US		0	America/Chicago	30.21144	-93.12584	5			LA	019		
7708226	Charlies Mobile Home Village	charlies-mobile-home-village	US		0	America/Chicago	29.9868	-91.79797	5			LA	045		
7708227	Charmon Mobile Home Park	charmon-mobile-home-park	US		0	America/Chicago	30.29672	-92.01881	14			LA	055		
7708228	Chennault Mobile Village	chennault-mobile-village	US		0	America/Chicago	30.21908	-93.16341	3			LA	019		
7708229	Chester Domingue Mobile Home Park	chester-domingue-mobile-home-park	US		0	America/Chicago	30.22168	-92.10137	10			LA	055		
7708230	Circle G Mobile Home Park	circle-g-mobile-home-park	US		0	America/Chicago	29.692	-90.90156	2			LA	109		
7708231	Circle West Mobile Homes Estates	circle-west-mobile-homes-estates	US		0	America/Chicago	29.91	-90.15499	0			LA	051		
7708232	Clifton Camochahe Mobile Home Park	clifton-camochahe-mobile-home-park	US		0	America/Chicago	30.30113	-92.03219	14			LA	055		
7708233	Clifton Mobile Home Park	clifton-mobile-home-park	US		0	America/Chicago	30.19535	-92.14269	9			LA	055		
7708234	Cobb's Manufactured Home Park	cobb-s-manufactured-home-park	US		0	America/Chicago	30.26068	-90.90362	3			LA	005		
7708235	Colonial Mobile Home Park	colonial-mobile-home-park	US		0	America/Chicago	30.04541	-90.44997	2			LA	095		
7708236	Comeaux Mobile Park	comeaux-mobile-park	US		0	America/Chicago	30.29438	-90.99003	8			LA	005		
7708237	Conques Mobile Home Park	conques-mobile-home-park	US		0	America/Chicago	30.28392	-92.04802	13			LA	055		
7708238	Country Air Mobile Home Park	country-air-mobile-home-park	US		0	America/Chicago	30.24366	-92.21339	10			LA	001		
7708239	Country Aire Mobile Home Park	country-aire-mobile-home-park	US		0	America/Chicago	30.19369	-92.12155	8			LA	055		
7708240	Country Boy Mobile Home Park	country-boy-mobile-home-park	US		0	America/Chicago	29.68629	-90.7886	2			LA	109		
7708241	Country Boy Mobile Home Park	country-boy-mobile-home-park	US		0	America/Chicago	29.66055	-90.76142	2			LA	109		
7708242	Country Club Mobile Home Park	country-club-mobile-home-park	US		0	America/Chicago	30.31684	-89.74507	7			LA	103		
7708243	Country Oaks Mobile Home Park	country-oaks-mobile-home-park	US		0	America/Chicago	30.3718	-93.19549	8			LA	019		
7708244	Country Pine Mobile Estates	country-pine-mobile-estates	US		0	America/Chicago	30.27509	-92.06087	13			LA	055		
7708245	Country Village Mobile Home Park	country-village-mobile-home-park	US		0	America/Chicago	30.22493	-92.49104	4			LA	001		
7708246	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/Chicago	30.26586	-92.07725	12			LA	055		
7708247	Court Street Estates Mobile Home Park	court-street-estates-mobile-home-park	US		0	America/Chicago	30.45476	-91.22084	5			LA	121		
7708249	Cozy Acres Mobile Home Park	cozy-acres-mobile-home-park	US		0	America/Chicago	30.25042	-92.12659	10			LA	055		
7708250	Credeur Mobile Home Park	credeur-mobile-home-park	US		0	America/Chicago	30.23224	-92.05875	9			LA	055		
7708251	Creekside Mobile Home Park	creekside-mobile-home-park	US		0	America/Chicago	30.45323	-90.46435	9			LA	105		
7708252	Crepe Myrtle Mobile Home Park	crepe-myrtle-mobile-home-park	US		0	America/Chicago	30.07104	-91.98204	6			LA	055		
7708253	Crest Trailer Park	crest-trailer-park	US		0	America/Chicago	29.97989	-90.27326	0			LA	051		
7708254	Crestview Village Mobile Home Park	crestview-village-mobile-home-park	US		0	America/Chicago	30.57731	-91.13807	21			LA	033		
7708255	Crestwood Community Mobile Home Park	crestwood-community-mobile-home-park	US		0	America/Chicago	30.23057	-93.1348	3			LA	019		
7708256	Cronin Mobile Home Park	cronin-mobile-home-park	US		0	America/Chicago	29.27378	-89.35649	-1			LA	075		
7708257	Cypress Creek Mobile Home Court	cypress-creek-mobile-home-court	US		0	America/Chicago	30.44847	-90.44047	7			LA	105		
7708258	Cypress Mobile Estates	cypress-mobile-estates	US		0	America/Chicago	30.26638	-92.06414	12			LA	055		
7708259	Daigle's Mobile Park	daigle-s-mobile-park	US		0	America/Chicago	30.23823	-92.6814	4			LA	053		
7708260	Danni Lane Mobile Home Park	danni-lane-mobile-home-park	US		0	America/Chicago	30.54289	-90.96537	17			LA	063		
7708261	Daves Mobile Home Village	daves-mobile-home-village	US		0	America/Chicago	30.33038	-92.04938	14			LA	055		
7708262	Davids Trailer and Recreational Vehicle Park	davids-trailer-and-recreational-vehicle-park	US		0	America/Chicago	30.40547	-92.20858	14			LA	001		
7708263	Deville's Mobile Home Park	deville-s-mobile-home-park	US		0	America/Chicago	30.49163	-90.92615	15			LA	063		
7708264	Donna Lynns Mobile Home Park	donna-lynns-mobile-home-park	US		0	America/Chicago	29.63934	-90.96045	1			LA	109		
7708265	Dove Creek Mobile Home Park	dove-creek-mobile-home-park	US		0	America/Chicago	30.28014	-93.25633	6			LA	019		
7708266	Dream Courts Mobile Home Park	dream-courts-mobile-home-park	US		0	America/Chicago	30.23924	-89.75844	2			LA	103		
7708267	Dude's Trailer Park	dude-s-trailer-park	US		0	America/Chicago	30.50675	-91.22254	8			LA	121		
7708268	Dunson Mobile Home Park	dunson-mobile-home-park	US		0	America/Chicago	30.44751	-90.39502	7			LA	105		
7708269	Eagle Lake Mobile Home Park	eagle-lake-mobile-home-park	US		0	America/Chicago	30.33349	-89.779	7			LA	103		
7708270	Eastover Estates Mobile Home Park	eastover-estates-mobile-home-park	US		0	America/Chicago	30.44299	-90.94099	10			LA	063		
7708271	Eden Church Road Mobile Park	eden-church-road-mobile-park	US		0	America/Chicago	30.49078	-90.92111	13			LA	063		
7708272	Evangeline Trailer Park	evangeline-trailer-park	US		0	America/Chicago	30.29646	-92.04029	14			LA	055		
7708273	Evergreen Estates Mobile Home Park	evergreen-estates-mobile-home-park	US		0	America/Chicago	30.33898	-93.23145	7			LA	019		
7708274	Evergreen Mobile Home Park	evergreen-mobile-home-park	US		0	America/Chicago	30.69908	-93.23589	44			LA	011		
7708275	Executive Choice Mobile Home Park	executive-choice-mobile-home-park	US		0	America/Chicago	30.33121	-92.04902	14			LA	055		
7708276	F and F Mobile Home Park	f-and-f-mobile-home-park	US		0	America/Chicago	30.50437	-92.43358	13			LA	097		
7708277	Fairview Recreational Mobile Estates	fairview-recreational-mobile-estates	US		0	America/Chicago	30.15641	-93.17749	6			LA	019		
7708278	Faith Trailer Court	faith-trailer-court	US		0	America/Chicago	29.62708	-90.69911	2			LA	109		
7708279	Fanz Mobile Home Park	fanz-mobile-home-park	US		0	America/Chicago	29.8717	-89.83541	1			LA	087		
7708280	Night Recreational Vehicle Park	night-recreational-vehicle-park	US		0	America/Chicago	30.46122	-91.02217	12			LA	033		
7708281	Norberts Golden Gate Mobile Home Park	norberts-golden-gate-mobile-home-park	US		0	America/Chicago	30.15389	-92.00696	10			LA	055		
7708282	North Acadian Mobile Home Park	north-acadian-mobile-home-park	US		0	America/Chicago	30.31722	-92.03041	15			LA	055		
7708283	Northgrove Mobile Home Park	northgrove-mobile-home-park	US		0	America/Chicago	30.24296	-92.01093	13			LA	055		
7708284	Northshore Mobile Home Park	northshore-mobile-home-park	US		0	America/Chicago	30.24617	-89.70702	2			LA	103		
7708285	Oak Forest Mobile Home Park	oak-forest-mobile-home-park	US		0	America/Chicago	30.38882	-90.85626	4			LA	063		
7708286	Oak Glen Terrace Mobile Home Park	oak-glen-terrace-mobile-home-park	US		0	America/Chicago	30.55791	-91.15235	19			LA	033		
7708287	Oak Hurst Mobile Home Park	oak-hurst-mobile-home-park	US		0	America/Chicago	30.22973	-93.11112	5			LA	019		
7708288	Oak Park Estates Mobile Home Park	oak-park-estates-mobile-home-park	US		0	America/Chicago	30.21924	-92.06248	9			LA	055		
7708290	Oak Villa Mobile Home Park	oak-villa-mobile-home-park	US		0	America/Chicago	30.49498	-90.14536	9			LA	103		
7708291	Oakcreek Estates Mobile Home Park	oakcreek-estates-mobile-home-park	US		0	America/Chicago	30.30313	-93.23474	7			LA	019		
7708292	Oliva Mobile Home Park	oliva-mobile-home-park	US		0	America/Chicago	30.03993	-91.9275	7			LA	045		
7708293	Palmetto Mobile Home Park	palmetto-mobile-home-park	US		0	America/Chicago	30.48473	-90.87498	14			LA	063		
7708294	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/Chicago	30.21057	-92.66205	8			LA	053		
7708295	Parkland Mobile Home Park	parkland-mobile-home-park	US		0	America/Chicago	30.32384	-92.04911	11			LA	055		
7708296	Parro Mobile Home Park	parro-mobile-home-park	US		0	America/Chicago	29.7091	-91.24538	1			LA	101		
7708297	Pecan Acres Mobile Home Park	pecan-acres-mobile-home-park	US		0	America/Chicago	30.15863	-92.11205	7			LA	055		
7708298	Pecan Acres Mobile Home Park	pecan-acres-mobile-home-park	US		0	America/Chicago	30.24052	-92.18329	10			LA	055		
7708299	Pecue Mobile Home Park	pecue-mobile-home-park	US		0	America/Chicago	30.38111	-91.04268	9			LA	033		
7708300	Pine Crest Mobile Home Park	pine-crest-mobile-home-park	US		0	America/Chicago	30.24187	-89.75808	1			LA	103		
7708301	Pine Mobile Home Park	pine-mobile-home-park	US		0	America/Chicago	30.24844	-90.89501	3			LA	005		
7708302	Pinelake Mobile Home Park	pinelake-mobile-home-park	US		0	America/Chicago	30.44847	-90.46511	7			LA	105		
7708303	Pines Lane Mobile Home Park	pines-lane-mobile-home-park	US		0	America/Chicago	29.7048	-91.26505	2			LA	101		
7708304	Plantation Mobile Home Park	plantation-mobile-home-park	US		0	America/Chicago	30.49889	-91.24793	8			LA	121		
7708305	Plantation Village Mobile Home Park	plantation-village-mobile-home-park	US		0	America/Chicago	30.01868	-91.91352	3			LA	045		
7708306	Plauches Little Acres Mobile Home Park	plauches-little-acres-mobile-home-park	US		0	America/Chicago	30.32727	-92.09341	13			LA	055		
7708307	Pleasant Oaks Mobile Home Park	pleasant-oaks-mobile-home-park	US		0	America/Chicago	30.49809	-90.82336	13			LA	063		
7708308	Potpourri Village Mobile Home Park	potpourri-village-mobile-home-park	US		0	America/Chicago	30.25521	-92.06236	12			LA	055		
7708310	Prestige Place Mobile Home Park	prestige-place-mobile-home-park	US		0	America/Chicago	30.44894	-90.86454	8			LA	063		
7708312	Quail Ridge Mobile Home Park	quail-ridge-mobile-home-park	US		0	America/Chicago	30.13676	-93.18697	5			LA	019		
7708313	Queens Row Mobile Home Park	queens-row-mobile-home-park	US		0	America/Chicago	30.17626	-91.99361	10			LA	055		
7708314	Quiet Living Mobile Home Park	quiet-living-mobile-home-park	US		0	America/Chicago	30.19135	-92.14547	9			LA	055		
7708315	Raybons Village Mobile Home Park	raybons-village-mobile-home-park	US		0	America/Chicago	30.31689	-90.98881	8			LA	005		
7708316	Remwood Mobile Home Park	remwood-mobile-home-park	US		0	America/Chicago	29.64938	-90.74195	1			LA	109		
7708317	Richmond Estates Mobile Home Park	richmond-estates-mobile-home-park	US		0	America/Chicago	30.29946	-93.24533	4			LA	019		
7708318	Ridgecrest Mobile Home Park	ridgecrest-mobile-home-park	US		0	America/Chicago	30.40872	-90.85599	9			LA	063		
7708319	Riverboat Lane Mobile Home Park	riverboat-lane-mobile-home-park	US		0	America/Chicago	30.36685	-91.25353	6			LA	121		
7708322	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/Chicago	30.30559	-91.24045	7			LA	047		
7708323	Royal Mobile Home Park	royal-mobile-home-park	US		0	America/Chicago	30.23346	-92.14925	10			LA	055		
7708324	S and H Mobile Home Park	s-and-h-mobile-home-park	US		0	America/Chicago	30.32041	-90.89715	5			LA	005		
7708325	S and R Mobile Home Park	s-and-r-mobile-home-park	US		0	America/Chicago	30.36915	-91.25245	6			LA	121		
7708326	Saint James Mobile Home Community	saint-james-mobile-home-community	US		0	America/Chicago	30.57433	-91.15203	21			LA	033		
7708328	Seneca Mobile Home Park	seneca-mobile-home-park	US		0	America/Chicago	30.30718	-91.23749	7			LA	047		
7708329	Seven Oaks Mobile Home Park	seven-oaks-mobile-home-park	US		0	America/Chicago	30.47703	-90.9175	11			LA	063		
7708330	Shady Acres Mobile Home Park	shady-acres-mobile-home-park	US		0	America/Chicago	30.45594	-92.46689	11			LA	001		
7708331	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/Chicago	30.32549	-90.88309	5			LA	005		
7708332	Shady Pines Mobile Home Park	shady-pines-mobile-home-park	US		0	America/Chicago	30.29182	-89.79791	3			LA	103		
7708333	Sherwood Forest Mobile Home Park	sherwood-forest-mobile-home-park	US		0	America/Chicago	30.4587	-91.03337	12			LA	033		
7708334	Shiloh Mobile Home Park	shiloh-mobile-home-park	US		0	America/Chicago	30.26203	-92.06378	12			LA	055		
7708335	Shorts Mobile Estates	shorts-mobile-estates	US		0	America/Chicago	30.23689	-92.08949	10			LA	055		
7708336	Sideline Mobile Home Park	sideline-mobile-home-park	US		0	America/Chicago	29.87083	-89.87352	1			LA	087		
7708338	Silessi Mobile Home Park	silessi-mobile-home-park	US		0	America/Chicago	30.47066	-90.47297	9			LA	105		
7708339	Smiling C Mobile Home Park	smiling-c-mobile-home-park	US		0	America/Chicago	30.16907	-92.13267	9			LA	055		
7708340	Smiths Mobile Home Park	smiths-mobile-home-park	US		0	America/Chicago	30.14571	-93.25079	3			LA	019		
7708341	Smittys Mobile Home Park	smittys-mobile-home-park	US		0	America/Chicago	30.16931	-92.019	10			LA	055		
7708342	Solars Mobile Home Park	solars-mobile-home-park	US		0	America/Chicago	29.78764	-90.87339	2			LA	057		
7708343	Southern Consumer Mobile Home Park	southern-consumer-mobile-home-park	US		0	America/Chicago	30.23881	-92.02552	12			LA	055		
7708344	Southern Manor Mobile Home Park	southern-manor-mobile-home-park	US		0	America/Chicago	30.30805	-89.73247	6			LA	103		
7708345	Southern Mobile Home Park	southern-mobile-home-park	US		0	America/Chicago	30.19556	-90.95138	3			LA	005		
7708346	Southern Oaks Mobile Home Park	southern-oaks-mobile-home-park	US		0	America/Chicago	29.86171	-89.98535	0			LA	075		
7708347	Southland Mobile Home Park	southland-mobile-home-park	US		0	America/Chicago	29.9771	-92.09846	5			LA	113		
7708348	Southtowner Mobile Estates	southtowner-mobile-estates	US		0	America/Chicago	30.16678	-93.25078	4			LA	019		
7708350	Sugarloaf Community Mobile Home Park	sugarloaf-community-mobile-home-park	US		0	America/Chicago	30.17102	-93.17308	5			LA	019		
7708351	Summerwood Mobile Home Community	summerwood-mobile-home-community	US		0	America/Chicago	30.14671	-92.05488	9			LA	055		
7708352	Sunrise Mobile Home Park	sunrise-mobile-home-park	US		0	America/Chicago	30.08673	-92.02512	7			LA	055		
7708354	Sweet Briar Mobile Home Park	sweet-briar-mobile-home-park	US		0	America/Chicago	30.63222	-91.24326	26			LA	033		
7708355	Sweetgum Community Mobile Home Park	sweetgum-community-mobile-home-park	US		0	America/Chicago	30.18633	-93.37881	2			LA	019		
7708356	T and M Mobile Home Park	t-and-m-mobile-home-park	US		0	America/Chicago	30.09814	-91.98029	8			LA	055		
7708357	Tammany Mobile Home Park	tammany-mobile-home-park	US		0	America/Chicago	30.25121	-89.70926	2			LA	103		
7708358	Taylors Mobile Home Park	taylors-mobile-home-park	US		0	America/Chicago	29.77546	-90.81235	3			LA	109		
7708359	Teche Valley Mobile Home Park	teche-valley-mobile-home-park	US		0	America/Chicago	30.00861	-91.76183	4			LA	045		
7708360	Tecos Mobile Home Park	tecos-mobile-home-park	US		0	America/Chicago	30.22971	-92.11805	9			LA	055		
7708361	Ted Davis Mobile Home Park	ted-davis-mobile-home-park	US		0	America/Chicago	30.68009	-91.36543	10			LA	077		
7708362	Thibodeaux Mobile Home Park	thibodeaux-mobile-home-park	US		0	America/Chicago	30.24881	-92.17135	10			LA	055		
7708363	Thibodeaux Mobile Home Park	thibodeaux-mobile-home-park	US		0	America/Chicago	30.0606	-91.90393	8			LA	045		
7708364	Thibodeaux Mobile Home Park	thibodeaux-mobile-home-park	US		0	America/Chicago	30.24394	-92.09706	11			LA	055		
7708365	Tiffany Estates Mobile Home Park	tiffany-estates-mobile-home-park	US		0	America/Chicago	30.54956	-90.98677	17			LA	033		
7708367	Tommasi Mobile Village	tommasi-mobile-village	US		0	America/Chicago	30.1679	-93.18255	6			LA	019		
7708368	Torrey Pines Mobile Home Park	torrey-pines-mobile-home-park	US		0	America/Chicago	30.46004	-91.00247	12			LA	033		
7708369	Touchet Mobile Home Park	touchet-mobile-home-park	US		0	America/Chicago	29.95717	-92.0977	3			LA	113		
7708370	Town and Country Mobile Home Village	town-and-country-mobile-home-village	US		0	America/Chicago	30.65069	-91.13507	28			LA	033		
7708371	Tree Lawn Trailer Court	tree-lawn-trailer-court	US		0	America/Chicago	29.99489	-91.82618	5			LA	045		
7708372	Twin Lakes Mobile Estates	twin-lakes-mobile-estates	US		0	America/Chicago	30.25177	-90.97835	4			LA	005		
7708373	Twin Oaks Mobile Home Park	twin-oaks-mobile-home-park	US		0	America/Chicago	30.20471	-93.38645	3			LA	019		
7708374	Twin Oaks Mobile Home Park	twin-oaks-mobile-home-park	US		0	America/Chicago	30.27094	-90.91893	4			LA	005		
7708376	Twisted Oaks Mobile Park	twisted-oaks-mobile-park	US		0	America/Chicago	30.17005	-91.99793	11			LA	055		
7708377	Vermillion Court Mobile Home Park	vermillion-court-mobile-home-park	US		0	America/Chicago	30.10943	-92.00571	10			LA	055		
7708378	Vesta Mobile Home Park	vesta-mobile-home-park	US		0	America/Chicago	30.21444	-90.91547	3			LA	005		
7708379	Victoria Trailer Court	victoria-trailer-court	US		0	America/Chicago	30.49162	-91.11951	15			LA	033		
7708380	Victoria Village Mobile Home Park	victoria-village-mobile-home-park	US		0	America/Chicago	30.29186	-92.09361	13			LA	055		
7708381	Village Park Mobile Estate	village-park-mobile-estate	US		0	America/Chicago	30.16099	-92.08871	8			LA	055		
7708382	Violas Mobile Home Park	violas-mobile-home-park	US		0	America/Chicago	29.78641	-91.51045	2			LA	101		
7708383	Warren Landry Mobile Home Park	warren-landry-mobile-home-park	US		0	America/Chicago	30.24131	-92.08946	10			LA	055		
7708384	West Gate Trailer Park	west-gate-trailer-park	US		0	America/Chicago	30.21588	-92.11502	8			LA	055		
7708385	Westland Mobile Home Park	westland-mobile-home-park	US		0	America/Chicago	30.00694	-91.83981	6			LA	045		
7708386	Wheel Estates Mobile Home Park	wheel-estates-mobile-home-park	US		0	America/Chicago	30.08124	-90.52081	1			LA	095		
7708387	Whiskey Lane Mobile Home Park	whiskey-lane-mobile-home-park	US		0	America/Chicago	30.57446	-90.45164	18			LA	105		
7708388	Whispering Oaks Mobile Home and Recreational Vehicle Park	whispering-oaks-mobile-home-and-recreational-vehicle-park	US		0	America/Chicago	29.59574	-90.68711	3			LA	109		
7708389	Whittington Heights Mobile Home Park	whittington-heights-mobile-home-park	US		0	America/Chicago	30.20997	-92.02759	10			LA	055		
7708390	Willa - Villa Mobile Home Park	willa-villa-mobile-home-park	US		0	America/Chicago	30.7438	-89.8733	28			LA	117		
7708391	Willow Bend Mobile Home Park	willow-bend-mobile-home-park	US		0	America/Chicago	29.72468	-91.31046	3			LA	101		
7708392	Willow Springs Mobile Home Park	willow-springs-mobile-home-park	US		0	America/Chicago	30.23789	-92.05154	11			LA	055		
7708394	Woodland Heights Mobile Home Community	woodland-heights-mobile-home-community	US		0	America/Chicago	29.84191	-90.80892	1			LA	057		
7713235	Bowman Hilton Mobile Home Park	bowman-hilton-mobile-home-park	US		0	America/Los_Angeles	47.1821	-122.21817	23			WA	053		
7713236	Canyon Glen Mobile Home Park	canyon-glen-mobile-home-park	US		0	America/Los_Angeles	47.10823	-122.34532	122			WA	053		
7713238	Cedar Crest Mobile Home Park	cedar-crest-mobile-home-park	US		0	America/Los_Angeles	47.11525	-122.2994	147			WA	053		
7713239	Cherrywood Mobile Manor	cherrywood-mobile-manor	US		0	America/Los_Angeles	47.22316	-122.31792	13			WA	053		
7713240	Cottonwood Mobile Home Park	cottonwood-mobile-home-park	US		0	America/Los_Angeles	47.20603	-122.3227	10			WA	053		
7713241	Country Aire Manor Mobile Home Park	country-aire-manor-mobile-home-park	US		0	America/Los_Angeles	47.10105	-122.2967	159			WA	053		
7713242	Country Dale Mobile Home Park	country-dale-mobile-home-park	US		0	America/Los_Angeles	47.14417	-122.26386	160			WA	053		
7713243	Country West Mobile Home Park	country-west-mobile-home-park	US		0	America/Los_Angeles	47.14088	-122.26703	161			WA	053		
7713245	Fir Lane Valley Mobile Home Park	fir-lane-valley-mobile-home-park	US		0	America/Los_Angeles	47.11704	-122.32973	110			WA	053		
7713246	Fruitland Gardens Mobile Home Park	fruitland-gardens-mobile-home-park	US		0	America/Los_Angeles	47.11531	-122.34464	136			WA	053		
7713247	Golden Rose Mobile Home Park	golden-rose-mobile-home-park	US		0	America/Los_Angeles	47.20134	-122.28697	14			WA	053		
7713248	Green Meadows Family Mobile Home Park	green-meadows-family-mobile-home-park	US		0	America/Los_Angeles	47.11421	-122.32793	110			WA	053		
7713250	Hidden Glen Mobile Home Park	hidden-glen-mobile-home-park	US		0	America/Los_Angeles	47.11303	-122.32813	110			WA	053		
7713251	Lone Cedar Mobile Home Park	lone-cedar-mobile-home-park	US		0	America/Los_Angeles	47.17923	-122.23743	25			WA	053		
7713252	Majestic Mobile Manor	majestic-mobile-manor	US		0	America/Los_Angeles	47.20613	-122.32601	8			WA	053		
7713253	McMillan Village Mobile Home Park	mcmillan-village-mobile-home-park	US		0	America/Los_Angeles	47.14173	-122.23909	37			WA	053		
7713255	Noble Firs Estates Mobile Home Park	noble-firs-estates-mobile-home-park	US		0	America/Los_Angeles	47.14583	-122.23353	35			WA	053		
7713256	Riverside Villa Mobile Home Park	riverside-villa-mobile-home-park	US		0	America/Los_Angeles	47.20907	-122.33466	10			WA	053		
7713257	San Souci Mobile Estates	san-souci-mobile-estates	US		0	America/Los_Angeles	47.14229	-122.27689	140			WA	053		
7713258	Shady Haven Mobile Home Park	shady-haven-mobile-home-park	US		0	America/Los_Angeles	47.14259	-122.30336	134			WA	053		
7713259	Tall Firs Estates Mobile Home Park	tall-firs-estates-mobile-home-park	US		0	America/Los_Angeles	47.08247	-122.31973	150			WA	053		
7713260	Town and Country Mobile Manor	town-and-country-mobile-manor	US		0	America/Los_Angeles	47.20606	-122.27946	16			WA	053		
7713261	Twin Flags Mobile Home Community	twin-flags-mobile-home-community	US		0	America/Los_Angeles	47.20488	-122.27168	17			WA	053		
7713262	Vaugans Mobile Home Park	vaugans-mobile-home-park	US		0	America/Los_Angeles	47.2037	-122.32586	10			WA	053		
7713265	Viking Mobile Home Court	viking-mobile-home-court	US		0	America/Los_Angeles	47.11615	-122.26579	179			WA	053		
7713267	Woodland Estates Mobile Home Park	woodland-estates-mobile-home-park	US		0	America/Los_Angeles	47.08523	-122.32962	155			WA	053		
7713268	Timberland Village Mobile Home Park	timberland-village-mobile-home-park	US		0	America/Los_Angeles	46.69224	-123.74701	6			WA	049		
7713269	Avon Villa Mobile Home Park	avon-villa-mobile-home-park	US		0	America/Los_Angeles	47.7007	-122.09186	28			WA	033		
7713270	Emerald Crest Mobile Home Park	emerald-crest-mobile-home-park	US		0	America/Los_Angeles	47.46324	-122.13374	37			WA	033		
7713271	Hi - Land Mobile Manor	hi-land-mobile-manor	US		0	America/Los_Angeles	47.4892	-122.17021	103			WA	033		
7713953	Cedar Glen Mobile Home Park	cedar-glen-mobile-home-park	US		0	America/Los_Angeles	47.70751	-122.59299	69			WA	035		
7713954	Bobs Mobile Home Park	bobs-mobile-home-park	US		0	America/Los_Angeles	47.12588	-122.53097	82			WA	053		
7713955	Log Cabin Resort Mobile Home Park	log-cabin-resort-mobile-home-park	US		0	America/Los_Angeles	48.27108	-118.3764	792			WA	019		
7713956	Leisure Manor Mobile Home Park	leisure-manor-mobile-home-park	US		0	America/Los_Angeles	46.96408	-123.7968	8			WA	027		
7713957	Linkshire Market Mobile Home Park	linkshire-market-mobile-home-park	US		0	America/Los_Angeles	46.97066	-123.71697	31			WA	027		
7713958	Rustemeyer Mobile Home Park	rustemeyer-mobile-home-park	US		0	America/Los_Angeles	46.91323	-123.98396	27			WA	027		
7713959	Country Hills Mobile Home Park	country-hills-mobile-home-park	US		0	America/Los_Angeles	48.36583	-117.83855	499			WA	065		
7713960	Allynview Mobile Park	allynview-mobile-park	US		0	America/Los_Angeles	47.38009	-122.83296	15			WA	045		
7713961	Airway Mobile Home Park	airway-mobile-home-park	US		0	America/Los_Angeles	48.16523	-122.14656	43			WA	061		
7713962	Forest Grove Mobile Home Park	forest-grove-mobile-home-park	US		0	America/Los_Angeles	48.12894	-122.20964	39			WA	061		
7713963	Hidden Glen Mobile Home Park	hidden-glen-mobile-home-park	US		0	America/Los_Angeles	48.17858	-122.14213	38			WA	061		
7713964	Lake Ki Mobile Home Park	lake-ki-mobile-home-park	US		0	America/Los_Angeles	48.15461	-122.25808	130			WA	061		
7713965	Mobile Estates	mobile-estates	US		0	America/Los_Angeles	48.17669	-122.14343	40			WA	061		
7713966	Portage Green Mobile Home Court	portage-green-mobile-home-court	US		0	America/Los_Angeles	48.17957	-122.12185	47			WA	061		
7713967	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/Los_Angeles	48.20167	-122.12638	21			WA	061		
7713968	Seven Lakes Mobile Home Park	seven-lakes-mobile-home-park	US		0	America/Los_Angeles	48.1575	-122.27093	140			WA	061		
7713969	College Place Mobile Home Park	college-place-mobile-home-park	US		0	America/Los_Angeles	47.31981	-122.1716	133			WA	033		
7713970	Don Juan Mobile Home Park	don-juan-mobile-home-park	US		0	America/Los_Angeles	47.27764	-122.21811	34			WA	033		
7713971	Forest Villa Manor Mobile Home Park	forest-villa-manor-mobile-home-park	US		0	America/Los_Angeles	47.2849	-122.1749	103			WA	033		
7713972	Lake Money Smith Estates Mobile Home Park	lake-money-smith-estates-mobile-home-park	US		0	America/Los_Angeles	47.29487	-122.13028	135			WA	033		
7713973	Laurelwood Mobile Home Park	laurelwood-mobile-home-park	US		0	America/Los_Angeles	47.27489	-122.22764	32			WA	033		
7713974	Leisure Manor Mobile Community	leisure-manor-mobile-community	US		0	America/Los_Angeles	47.28762	-122.20664	38			WA	033		
7713975	Palisades Mobile Home Estates	palisades-mobile-home-estates	US		0	America/Los_Angeles	47.28468	-122.17947	91			WA	033		
7713976	Park Place Estates Manufactured Home Park	park-place-estates-manufactured-home-park	US		0	America/Los_Angeles	47.30218	-122.08343	127			WA	033		
7713977	Rio Verde Mobile Estates	rio-verde-mobile-estates	US		0	America/Los_Angeles	47.32485	-122.21233	18			WA	033		
7713978	Shady Hill Mobile Home Park	shady-hill-mobile-home-park	US		0	America/Los_Angeles	47.32503	-122.18838	117			WA	033		
7713979	Skylark Village II Mobile Home Park	skylark-village-ii-mobile-home-park	US		0	America/Los_Angeles	47.28023	-122.21578	36			WA	033		
7713980	Skylark Village Mobile Home Park	skylark-village-mobile-home-park	US		0	America/Los_Angeles	47.28174	-122.21691	35			WA	033		
7713981	Spaids Unique Manor and Estates Mobile Home Park	spaids-unique-manor-and-estates-mobile-home-park	US		0	America/Los_Angeles	47.27753	-122.21999	34			WA	033		
7713982	Tall Cedars Mobile Court	tall-cedars-mobile-court	US		0	America/Los_Angeles	47.27679	-122.22374	33			WA	033		
7713983	The River Mobile Estates	the-river-mobile-estates	US		0	America/Los_Angeles	47.3395	-122.21444	16			WA	033		
7713984	White River Estate Mobile Home Park	white-river-estate-mobile-home-park	US		0	America/Los_Angeles	47.26735	-122.2293	29			WA	033		
7713985	Wildwood Mobile Home Estates	wildwood-mobile-home-estates	US		0	America/Los_Angeles	47.28736	-122.17459	98			WA	033		
7713986	Islander Mobile Home Park	islander-mobile-home-park	US		0	America/Los_Angeles	47.62728	-122.51908	35			WA	035		
7713987	Lake Pleasant Mobile Home	lake-pleasant-mobile-home	US		0	America/Los_Angeles	48.05536	-124.35576	121			WA	009		
7713988	Golden Bell Mobile Home Park	golden-bell-mobile-home-park	US		0	America/Los_Angeles	47.44018	-122.83717	7			WA	045		
7713989	Autumn Lane Mobile Home Park	autumn-lane-mobile-home-park	US		0	America/Los_Angeles	48.67238	-122.39602	86			WA	073		
7713990	Bakerview Mobile Estates	bakerview-mobile-estates	US		0	America/Los_Angeles	48.78697	-122.49969	52			WA	073		
7713991	Calmor Cove Club Mobile Home Park	calmor-cove-club-mobile-home-park	US		0	America/Los_Angeles	48.6518	-122.38067	90			WA	073		
7713992	Cresthaven Mobile Home Park	cresthaven-mobile-home-park	US		0	America/Los_Angeles	48.70855	-122.46361	150			WA	073		
7713993	Hilltop Haven Mobile Home Park	hilltop-haven-mobile-home-park	US		0	America/Los_Angeles	48.72049	-122.44187	202			WA	073		
7713994	James Street Estates Mobile Home Park	james-street-estates-mobile-home-park	US		0	America/Los_Angeles	48.78329	-122.461	51			WA	073		
7713995	Lake Padden Estates Mobile Home Park	lake-padden-estates-mobile-home-park	US		0	America/Los_Angeles	48.70551	-122.43566	181			WA	073		
7713996	Lakeway Mobile Estates	lakeway-mobile-estates	US		0	America/Los_Angeles	48.74043	-122.46258	52			WA	073		
7713997	Larsen Mobile Manor	larsen-mobile-manor	US		0	America/Los_Angeles	48.83452	-122.53604	30			WA	073		
7713998	Manthey's Country Mobile Home Park	manthey-s-country-mobile-home-park	US		0	America/Los_Angeles	48.85005	-122.52698	25			WA	073		
7713999	Mill Wheel Mobile Home Park	mill-wheel-mobile-home-park	US		0	America/Los_Angeles	48.75308	-122.41746	99			WA	073		
7714000	Parkway Village Mobile Home Park	parkway-village-mobile-home-park	US		0	America/Los_Angeles	48.71315	-122.48427	36			WA	073		
7714001	Robin Lane Mobile Home Park	robin-lane-mobile-home-park	US		0	America/Los_Angeles	48.71101	-122.49845	28			WA	073		
7714002	South End Mobile Estates	south-end-mobile-estates	US		0	America/Los_Angeles	48.71614	-122.48504	35			WA	073		
7714003	Cedarbrook Mobile Home Park	cedarbrook-mobile-home-park	US		0	America/Los_Angeles	47.32435	-122.00578	189			WA	033		
7714004	Raineer View Mobile Home Community	raineer-view-mobile-home-community	US		0	America/Los_Angeles	47.30778	-122.00446	192			WA	033		
7714007	Edgewater Resort and Trailer Park	edgewater-resort-and-trailer-park	US		0	America/Los_Angeles	48.93174	-122.74569	4			WA	073		
7714010	Lake Bowman Mobile Home Park	lake-bowman-mobile-home-park	US		0	America/Los_Angeles	47.25143	-122.16762	151			WA	053		
7714011	Quiet Meadows Mobile Park	quiet-meadows-mobile-park	US		0	America/Los_Angeles	47.1639	-122.13805	201			WA	053		
7714012	Cascade Vista Mobile Estates	cascade-vista-mobile-estates	US		0	America/Los_Angeles	47.81056	-122.19005	121			WA	061		
7714013	Country Club Senior Mobile Park	country-club-senior-mobile-park	US		0	America/Los_Angeles	47.78271	-122.25899	72			WA	061		
7714014	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/Los_Angeles	47.78156	-122.21038	87			WA	061		
7714015	Holly Hills Mobile Home Park	holly-hills-mobile-home-park	US		0	America/Los_Angeles	47.76495	-122.17137	64			WA	033		
7714016	Kennard Mobile Estates	kennard-mobile-estates	US		0	America/Los_Angeles	47.81848	-122.20334	56			WA	061		
7714017	Lazy Wheels Mobile Park	lazy-wheels-mobile-park	US		0	America/Los_Angeles	47.75844	-122.20021	9			WA	033		
7714018	Lockwood Village Mobile Home Park	lockwood-village-mobile-home-park	US		0	America/Los_Angeles	47.77878	-122.24826	36			WA	061		
7714019	Northwest Mobile Home Park	northwest-mobile-home-park	US		0	America/Los_Angeles	47.7906	-122.23129	122			WA	061		
7714020	River Shores Mobile Home Park	river-shores-mobile-home-park	US		0	America/Los_Angeles	47.75347	-122.18893	7			WA	033		
7714021	Riverside Mobile Estates	riverside-mobile-estates	US		0	America/Los_Angeles	47.75511	-122.18814	7			WA	033		
7714022	Royal Coachman Mobile Home Park	royal-coachman-mobile-home-park	US		0	America/Los_Angeles	47.82285	-122.21496	62			WA	061		
7714023	Thunderbird Mobile Home Park	thunderbird-mobile-home-park	US		0	America/Los_Angeles	47.82149	-122.22708	108			WA	061		
7714024	Twin Creek Mobile Home Park	twin-creek-mobile-home-park	US		0	America/Los_Angeles	47.81176	-122.2103	37			WA	061		
7714025	Valley View Mobile Manor	valley-view-mobile-manor	US		0	America/Los_Angeles	47.75522	-122.1789	30			WA	033		
7714026	Woodcrest Estates Mobile Home Park	woodcrest-estates-mobile-home-park	US		0	America/Los_Angeles	47.75252	-122.18239	67			WA	033		
7714027	Camelot Mobile Estates	camelot-mobile-estates	US		0	America/Los_Angeles	47.61089	-122.63436	92			WA	035		
7714028	Carrington Mobile Home Park	carrington-mobile-home-park	US		0	America/Los_Angeles	47.57737	-122.69582	77			WA	035		
7714029	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/Los_Angeles	47.6295	-122.63562	60			WA	035		
7714030	Crestwood Mobile Home Park	crestwood-mobile-home-park	US		0	America/Los_Angeles	47.62405	-122.60424	101			WA	035		
7714031	Golden Mobile Home Park	golden-mobile-home-park	US		0	America/Los_Angeles	47.64271	-122.62718	49			WA	035		
7714032	Kariotis Mobile Estates	kariotis-mobile-estates	US		0	America/Los_Angeles	47.6226	-122.61023	121			WA	035		
7714033	Northlake Mobile Home Park	northlake-mobile-home-park	US		0	America/Los_Angeles	47.58946	-122.71198	26			WA	035		
7714034	Silver Creek Meadows Mobile Home Park	silver-creek-meadows-mobile-home-park	US		0	America/Los_Angeles	47.64873	-122.65554	24			WA	035		
7714035	Steele Creek Mobile Home Park	steele-creek-mobile-home-park	US		0	America/Los_Angeles	47.64491	-122.63321	39			WA	035		
7714036	Golden Valley Mobile Home Park	golden-valley-mobile-home-park	US		0	America/Los_Angeles	47.19749	-122.10854	140			WA	053		
7714037	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/Los_Angeles	47.16668	-122.03317	216			WA	053		
7714038	Mountplains Rainier Mobile Home Park	mountplains-rainier-mobile-home-park	US		0	America/Los_Angeles	47.15371	-122.10105	205			WA	053		
7714039	Sandy Acres Mobile Home Park	sandy-acres-mobile-home-park	US		0	America/Los_Angeles	47.15273	-122.10544	203			WA	053		
7714040	Country Mobile Home Court	country-mobile-home-court	US		0	America/Los_Angeles	48.48123	-122.30188	12			WA	057		
7714041	Laird Mobile Home Park	laird-mobile-home-park	US		0	America/Los_Angeles	48.47744	-122.31804	11			WA	057		
7714042	Nelson Mobile Home Park	nelson-mobile-home-park	US		0	America/Los_Angeles	48.48739	-122.30176	13			WA	057		
7714043	Dawn Lee Mobile Home Court	dawn-lee-mobile-home-court	US		0	America/Los_Angeles	47.51964	-120.50086	284			WA	007		
7714044	Hay Canyon Mobile Home Park	hay-canyon-mobile-home-park	US		0	America/Los_Angeles	47.52894	-120.48718	256			WA	007		
7714045	Riverbend Mobile Home Park	riverbend-mobile-home-park	US		0	America/Los_Angeles	47.53192	-120.54652	268			WA	007		
7714046	Selfs Trailer Park	selfs-trailer-park	US		0	America/Los_Angeles	47.50839	-120.42941	256			WA	007		
7714047	Town's Mobile Home Park	town-s-mobile-home-park	US		0	America/Los_Angeles	47.52046	-120.47422	245			WA	007		
7714048	Indian Village Mobile Home Park	indian-village-mobile-home-park	US		0	America/Los_Angeles	46.1968	-123.37051	67			WA	069		
7714049	Apple Acres Mobile Village	apple-acres-mobile-village	US		0	America/Los_Angeles	47.86705	-119.95048	394			WA	007		
7714050	Gardners Mobile Home Park	gardners-mobile-home-park	US		0	America/Los_Angeles	48.27739	-117.73124	506			WA	065		
7714051	Hartill's Ridgecrest Mobile Home Park	hartill-s-ridgecrest-mobile-home-park	US		0	America/Los_Angeles	48.27807	-117.72895	509			WA	065		
7714052	Ridgecrest Mobile Home Park	ridgecrest-mobile-home-park	US		0	America/Los_Angeles	48.27685	-117.72996	506			WA	065		
7714053	Steven's Street Mobile Home Park	steven-s-street-mobile-home-park	US		0	America/Los_Angeles	48.26935	-117.72038	503			WA	065		
7714054	Aview Mobile Home Park	aview-mobile-home-park	US		0	America/Los_Angeles	48.25021	-124.26234	25			WA	009		
7714055	Sams Trailer Park	sams-trailer-park	US		0	America/Los_Angeles	48.25018	-124.25947	15			WA	009		
7714056	North Vista Mobile Home Park	north-vista-mobile-home-park	US		0	America/Los_Angeles	47.9807	-117.52501	672			WA	063		
7714057	Country Villa Mobile Estates	country-villa-mobile-estates	US		0	America/Los_Angeles	48.45318	-117.87441	488			WA	065		
7714058	Millers Mobile Home Park	millers-mobile-home-park	US		0	America/Los_Angeles	48.55209	-117.91222	482			WA	065		
7714059	Mobile Ranch Park	mobile-ranch-park	US		0	America/Los_Angeles	48.53444	-117.90693	481			WA	065		
7714060	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/Los_Angeles	48.53066	-117.90273	482			WA	065		
7714061	Panorama Mobile Home Park	panorama-mobile-home-park	US		0	America/Los_Angeles	48.48395	-117.92661	573			WA	065		
7714062	Timberline Mobile Home Park	timberline-mobile-home-park	US		0	America/Los_Angeles	48.53854	-121.86633	61			WA	057		
7714063	Olympic View Mobile Home Park	olympic-view-mobile-home-park	US		0	America/Los_Angeles	48.20464	-122.6848	29			WA	029		
7714064	Terry Mobile Park	terry-mobile-park	US		0	America/Los_Angeles	48.20883	-122.68937	37			WA	029		
7714065	Cascade Kamloops Trout Farm Mobile Home Park	cascade-kamloops-trout-farm-mobile-home-park	US		0	America/Los_Angeles	48.25078	-121.61044	172			WA	061		
7714066	Delray Mobile Home Park	delray-mobile-home-park	US		0	America/Los_Angeles	47.34115	-122.33316	33			WA	033		
7714067	Pine Terrace Mobile Home Park	pine-terrace-mobile-home-park	US		0	America/Los_Angeles	47.40645	-122.29727	120			WA	033		
7714068	Puget View Mobile Home Park	puget-view-mobile-home-park	US		0	America/Los_Angeles	47.40517	-122.2966	120			WA	033		
7714069	Sound Vista Mobile Home Park	sound-vista-mobile-home-park	US		0	America/Los_Angeles	47.40408	-122.29538	123			WA	033		
7714071	Country Lane Mobile Home Park	country-lane-mobile-home-park	US		0	America/Los_Angeles	46.86497	-122.26321	242			WA	053		
7714072	Mill Village Mobile Home Park	mill-village-mobile-home-park	US		0	America/Los_Angeles	46.86729	-122.26151	244			WA	053		
7714073	Ridge Acres Mobile Home Park	ridge-acres-mobile-home-park	US		0	America/Los_Angeles	47.78933	-122.35449	120			WA	061		
7714074	Trailer Lane Mobile Park	trailer-lane-mobile-park	US		0	America/Los_Angeles	47.78545	-122.34112	121			WA	061		
7714075	Oak Acres Mobile Home Park	oak-acres-mobile-home-park	US		0	America/Los_Angeles	47.00467	-123.46056	13			WA	027		
7714076	Circle H Mobile Home Park	circle-h-mobile-home-park	US		0	America/Los_Angeles	47.22142	-121.99084	222			WA	033		
7714077	Crystalaire Mobile Home Park	crystalaire-mobile-home-park	US		0	America/Los_Angeles	47.20384	-121.9612	233			WA	033		
7714078	Misty Mountain Mobile Home Park	misty-mountain-mobile-home-park	US		0	America/Los_Angeles	47.25222	-121.98815	214			WA	033		
7714079	Mountain Meadows Manufactured Home Community	mountain-meadows-manufactured-home-community	US		0	America/Los_Angeles	47.19388	-121.99423	223			WA	033		
7714080	Mountain Villa Mobile Manor	mountain-villa-mobile-manor	US		0	America/Los_Angeles	47.19651	-121.99003	227			WA	033		
7714081	Airport Inn Mobile Home Park	airport-inn-mobile-home-park	US		0	America/Los_Angeles	47.88827	-122.26148	161			WA	061		
7714082	Alpine Mobile Home Park	alpine-mobile-home-park	US		0	America/Los_Angeles	47.87886	-122.25559	139			WA	061		
7714083	Atlasta Mobile Park	atlasta-mobile-park	US		0	America/Los_Angeles	47.87557	-122.26984	156			WA	061		
7714084	Avondale Mobile Home Park	avondale-mobile-home-park	US		0	America/Los_Angeles	47.89042	-122.26168	165			WA	061		
7714086	Cardinal Estates Mobile Home Park	cardinal-estates-mobile-home-park	US		0	America/Los_Angeles	47.98113	-122.11548	100			WA	061		
7714087	Carriage Club Estates Mobile Home Park	carriage-club-estates-mobile-home-park	US		0	America/Los_Angeles	47.87723	-122.27361	170			WA	061		
7714088	Chinook Mobile Home Park	chinook-mobile-home-park	US		0	America/Los_Angeles	47.88102	-122.2647	154			WA	061		
7714089	Creekside Mobile Home Park	creekside-mobile-home-park	US		0	America/Los_Angeles	47.9465	-122.22065	111			WA	061		
7714091	Fairway Estates Senior Mobile Home Park	fairway-estates-senior-mobile-home-park	US		0	America/Los_Angeles	47.91082	-122.25386	180			WA	061		
7714092	Fourth Avenue West Estates Mobile Home Park	fourth-avenue-west-estates-mobile-home-park	US		0	America/Los_Angeles	47.89877	-122.24026	164			WA	061		
7714093	Freeway Place Mobile Home Park	freeway-place-mobile-home-park	US		0	America/Los_Angeles	47.88632	-122.22311	130			WA	061		
7714094	Frontier Manor Mobile Home Park	frontier-manor-mobile-home-park	US		0	America/Los_Angeles	47.98407	-122.11071	119			WA	061		
7714095	Goodrich Mobile Park	goodrich-mobile-park	US		0	America/Los_Angeles	47.97617	-122.09652	106			WA	061		
7714096	Lago de Plata Villa Mobile Home Park	lago-de-plata-villa-mobile-home-park	US		0	America/Los_Angeles	47.8947	-122.22127	142			WA	061		
7714097	Lake Stickney Mobile Home Park	lake-stickney-mobile-home-park	US		0	America/Los_Angeles	47.87932	-122.25688	138			WA	061		
7714098	Loganberry Mobile Home Park	loganberry-mobile-home-park	US		0	America/Los_Angeles	47.90821	-122.25667	170			WA	061		
7714099	Mariner Village Mobile Home Park	mariner-village-mobile-home-park	US		0	America/Los_Angeles	47.88699	-122.24391	156			WA	061		
7714100	Meridian Village Mobile Home	meridian-village-mobile-home	US		0	America/Los_Angeles	47.89384	-122.23558	156			WA	061		
7714101	Mobile Country Club	mobile-country-club	US		0	America/Los_Angeles	47.91945	-122.2141	161			WA	061		
7714102	Pine Street Mobile Home Park	pine-street-mobile-home-park	US		0	America/Los_Angeles	48.0019	-122.19147	24			WA	061		
7714103	Shady Lawn Mobile Home Park	shady-lawn-mobile-home-park	US		0	America/Los_Angeles	47.89374	-122.25249	155			WA	061		
7714104	Silver Shores Senior Mobile Home Park	silver-shores-senior-mobile-home-park	US		0	America/Los_Angeles	47.89144	-122.21762	145			WA	061		
7714105	Thomas Place Mobile Home Park	thomas-place-mobile-home-park	US		0	America/Los_Angeles	47.87993	-122.17696	130			WA	061		
7714106	Village Green Mobile Home Park	village-green-mobile-home-park	US		0	America/Los_Angeles	47.88361	-122.24653	166			WA	061		
7714107	Westridge Estates Mobile Home Park	westridge-estates-mobile-home-park	US		0	America/Los_Angeles	47.92795	-122.24126	157			WA	061		
7714108	Westview Estates Mobile Home Park	westview-estates-mobile-home-park	US		0	America/Los_Angeles	48.00255	-122.11417	85			WA	061		
7714109	Belmor Mobile Home Park	belmor-mobile-home-park	US		0	America/Los_Angeles	47.30933	-122.30432	128			WA	033		
7714110	Camelot Square Mobile Home Park	camelot-square-mobile-home-park	US		0	America/Los_Angeles	47.33971	-122.29542	127			WA	033		
7714111	Charwood Mobile Home Park	charwood-mobile-home-park	US		0	America/Los_Angeles	47.30402	-122.3114	117			WA	033		
7714112	Crestwood Mobile Home Park	crestwood-mobile-home-park	US		0	America/Los_Angeles	47.35678	-122.31197	95			WA	033		
7714113	Highline Park Mobile Home Park	highline-park-mobile-home-park	US		0	America/Los_Angeles	47.31607	-122.36207	99			WA	033		
7714114	Killarney Woods Mobile Home Park	killarney-woods-mobile-home-park	US		0	America/Los_Angeles	47.26898	-122.30053	99			WA	033		
7714115	Kloshe Illahee Mobile Home Park	kloshe-illahee-mobile-home-park	US		0	America/Los_Angeles	47.27092	-122.30052	105			WA	033		
7714116	Laurelwood Valley Mobile Home Park	laurelwood-valley-mobile-home-park	US		0	America/Los_Angeles	47.33794	-122.30115	131			WA	033		
7714117	Parkwood Lane Mobile Home Park	parkwood-lane-mobile-home-park	US		0	America/Los_Angeles	47.34171	-122.29799	128			WA	033		
7714118	Twin Cedars Mobile Home Park	twin-cedars-mobile-home-park	US		0	America/Los_Angeles	47.26703	-122.29957	97			WA	033		
7714119	Barrett Lake Mobile Home Park	barrett-lake-mobile-home-park	US		0	America/Los_Angeles	48.84877	-122.56725	8			WA	073		
7714120	Duncans Mobile Home Park	duncans-mobile-home-park	US		0	America/Los_Angeles	48.87823	-122.58255	22			WA	073		
7714121	Evergreen Mobile Home Park	evergreen-mobile-home-park	US		0	America/Los_Angeles	48.88692	-122.58149	24			WA	073		
7714122	Fairfield Mobile Home Park	fairfield-mobile-home-park	US		0	America/Los_Angeles	48.89036	-122.61184	32			WA	073		
7714123	Lamplighter Mobile Park	lamplighter-mobile-park	US		0	America/Los_Angeles	48.84553	-122.61193	19			WA	073		
7714124	Mountain Vista Mobile Home Park	mountain-vista-mobile-home-park	US		0	America/Los_Angeles	48.8468	-122.56917	9			WA	073		
7714125	Northwest Mobile Home Park	northwest-mobile-home-park	US		0	America/Los_Angeles	48.88401	-122.53901	21			WA	073		
7714126	Portal Creek Mobile Home Park	portal-creek-mobile-home-park	US		0	America/Los_Angeles	48.87214	-122.5813	18			WA	073		
7714127	Portal Way Mobile Village	portal-way-mobile-village	US		0	America/Los_Angeles	48.87831	-122.58573	24			WA	073		
7714128	Ardenia Gale Mobile Home Park	ardenia-gale-mobile-home-park	US		0	America/Los_Angeles	47.21297	-122.33601	10			WA	053		
7714129	Alder Grove Mobile Home Park	alder-grove-mobile-home-park	US		0	America/Los_Angeles	47.95531	-124.35569	114			WA	009		
7714130	Elk Creek Mobile Home Park	elk-creek-mobile-home-park	US		0	America/Los_Angeles	47.96186	-124.34314	115			WA	009		
7714131	Marietta Mobile Home Court	marietta-mobile-home-court	US		0	America/Los_Angeles	47.94903	-124.38067	95			WA	009		
7714132	Muralts Mobile Home Park	muralts-mobile-home-park	US		0	America/Los_Angeles	47.94831	-124.39013	87			WA	009		
7714133	Rain Forest Mobile Home Park	rain-forest-mobile-home-park	US		0	America/Los_Angeles	47.93779	-124.38977	92			WA	009		
7714134	Wasankaris Mobile Home Park	wasankaris-mobile-home-park	US		0	America/Los_Angeles	47.9418	-124.38235	97			WA	009		
7714135	Willow Place Mobile Home Park	willow-place-mobile-home-park	US		0	America/Los_Angeles	47.9526	-124.3753	98			WA	009		
7714136	Holmes Harbor Mobile Home Court	holmes-harbor-mobile-home-court	US		0	America/Los_Angeles	48.01419	-122.53459	25			WA	029		
7714137	Oaks Mobile Home Park	oaks-mobile-home-park	US		0	America/Los_Angeles	48.49852	-123.04103	41			WA	055		
7714138	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/Los_Angeles	48.54423	-123.02701	39			WA	055		
7714139	Harborland Mobile Home Park	harborland-mobile-home-park	US		0	America/Los_Angeles	47.31523	-122.58824	93			WA	053		
7714140	Peninsula Mobile Park	peninsula-mobile-park	US		0	America/Los_Angeles	47.34017	-122.62515	104			WA	053		
7714141	The Lakes Mobile Home Park	the-lakes-mobile-home-park	US		0	America/Los_Angeles	47.39111	-122.59569	93			WA	053		
7714142	West Anchor Mobile Home Park	west-anchor-mobile-home-park	US		0	America/Los_Angeles	47.28078	-122.56239	82			WA	053		
7714143	Alpine Meadows Mobile Home Park	alpine-meadows-mobile-home-park	US		0	America/Los_Angeles	47.85431	-121.68917	64			WA	061		
7714144	McDaniels Mobile Village	mcdaniels-mobile-village	US		0	America/Los_Angeles	47.85983	-121.70559	56			WA	061		
7714145	Bonavilla Mobile Home Park	bonavilla-mobile-home-park	US		0	America/Los_Angeles	47.05732	-122.30916	166			WA	053		
7714146	Country Road Estates Mobile Home Park	country-road-estates-mobile-home-park	US		0	America/Los_Angeles	47.06836	-122.30678	160			WA	053		
7714147	Deer Run Mobile Home Park	deer-run-mobile-home-park	US		0	America/Los_Angeles	47.07268	-122.25022	175			WA	053		
7714148	Evergreen Acres Mobile Home Park	evergreen-acres-mobile-home-park	US		0	America/Los_Angeles	47.05104	-122.31236	161			WA	053		
7714149	Evergreen Ridge Mobile Home Park	evergreen-ridge-mobile-home-park	US		0	America/Los_Angeles	47.07753	-122.29043	176			WA	053		
7714150	Glendale Mobile Home Park	glendale-mobile-home-park	US		0	America/Los_Angeles	47.05549	-122.30658	162			WA	053		
7714151	Golden Horseshoe Mobile Home Park	golden-horseshoe-mobile-home-park	US		0	America/Los_Angeles	47.04136	-122.34197	155			WA	053		
7714152	Greenwood Mobile Home Park	greenwood-mobile-home-park	US		0	America/Los_Angeles	47.03964	-122.29724	230			WA	053		
7714153	Little Cedars Mobile Home Park	little-cedars-mobile-home-park	US		0	America/Los_Angeles	47.02343	-122.35624	150			WA	053		
7714154	Meridian Terrace Mobile Manor	meridian-terrace-mobile-manor	US		0	America/Los_Angeles	47.08099	-122.29653	164			WA	053		
7714155	Parklane Mobile Estates	parklane-mobile-estates	US		0	America/Los_Angeles	47.02186	-122.35283	148			WA	053		
7714156	Shadow Pines Mobile Estates	shadow-pines-mobile-estates	US		0	America/Los_Angeles	47.05183	-122.31225	161			WA	053		
7714157	Shady Woods East and West Mobile Home Park	shady-woods-east-and-west-mobile-home-park	US		0	America/Los_Angeles	47.05819	-122.30799	169			WA	053		
7714158	Sunset Terrace Mobile Home Park	sunset-terrace-mobile-home-park	US		0	America/Los_Angeles	47.06096	-122.30929	168			WA	053		
7714159	The Ridge Mobile Home Park	the-ridge-mobile-home-park	US		0	America/Los_Angeles	47.05142	-122.31227	161			WA	053		
7714160	Rest - A - While Mobile Home Park	rest-a-while-mobile-home-park	US		0	America/Los_Angeles	47.4419	-123.11853	8			WA	045		
7714161	Rosewood Manor Mobile Home Park	rosewood-manor-mobile-home-park	US		0	America/Los_Angeles	46.99806	-123.87902	4			WA	027		
7714162	Alpine Mobile Manor	alpine-mobile-manor	US		0	America/Los_Angeles	47.51477	-121.9207	140			WA	033		
7714163	Tiger Mountain Mobile Home Park	tiger-mountain-mobile-home-park	US		0	America/Los_Angeles	47.47578	-122.02352	103			WA	033		
7714164	Lakewood Mobile Home Park	lakewood-mobile-home-park	US		0	America/Los_Angeles	47.76081	-122.24786	15			WA	033		
7714165	Lakewood Villa Mobile Home Park	lakewood-villa-mobile-home-park	US		0	America/Los_Angeles	47.75558	-122.24557	7			WA	033		
7714166	Sarvis Mobile Estates	sarvis-mobile-estates	US		0	America/Los_Angeles	47.75812	-122.23872	9			WA	033		
7714167	Benson Village Mobile Home Park	benson-village-mobile-home-park	US		0	America/Los_Angeles	47.40417	-122.19775	127			WA	033		
7714168	Bonel Mobile Manor	bonel-mobile-manor	US		0	America/Los_Angeles	47.38252	-122.25555	10			WA	033		
7714169	Canyon View Mobile Home Park	canyon-view-mobile-home-park	US		0	America/Los_Angeles	47.40513	-122.19879	129			WA	033		
7714170	Cascade Mobile Villa	cascade-mobile-villa	US		0	America/Los_Angeles	47.36037	-122.13823	113			WA	033		
7714171	Circle K Mobile Home Park	circle-k-mobile-home-park	US		0	America/Los_Angeles	47.38963	-122.25081	11			WA	033		
7714172	Horseshoe Acres Mobile Home Park	horseshoe-acres-mobile-home-park	US		0	America/Los_Angeles	47.36509	-122.22579	10			WA	033		
7714173	Lake Meridian Estates Mobile Home Park	lake-meridian-estates-mobile-home-park	US		0	America/Los_Angeles	47.37039	-122.16335	118			WA	033		
7714174	Maple Lane Mobile Home Court	maple-lane-mobile-home-court	US		0	America/Los_Angeles	47.36422	-122.22561	9			WA	033		
7714175	Mar A Villa Mobile Home Park	mar-a-villa-mobile-home-park	US		0	America/Los_Angeles	47.38828	-122.29328	117			WA	033		
7714176	Pantera Lago Estates Mobile Home Park	pantera-lago-estates-mobile-home-park	US		0	America/Los_Angeles	47.41776	-122.1899	144			WA	033		
7714177	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/Los_Angeles	47.38426	-122.24634	11			WA	033		
7714178	Pleasant Valley Manor Mobile Home Park	pleasant-valley-manor-mobile-home-park	US		0	America/Los_Angeles	47.34464	-122.11392	129			WA	033		
7714179	Shafrans Mobile Estate	shafrans-mobile-estate	US		0	America/Los_Angeles	47.38252	-122.25935	9			WA	033		
7714180	Soos Creek Mobile Home Estates	soos-creek-mobile-home-estates	US		0	America/Los_Angeles	47.35999	-122.13508	109			WA	033		
7714181	Valley Mobile Manor	valley-mobile-manor	US		0	America/Los_Angeles	47.37227	-122.22827	16			WA	033		
7714182	Walnut Grove Mobile Home Park	walnut-grove-mobile-home-park	US		0	America/Los_Angeles	47.36597	-122.22575	10			WA	033		
7714183	West Hill Mobile Manor	west-hill-mobile-manor	US		0	America/Los_Angeles	47.36936	-122.30171	93			WA	033		
7714184	Willo Vista Mobile Estates	willo-vista-mobile-estates	US		0	America/Los_Angeles	47.40469	-122.22505	15			WA	033		
7714185	Lakeside Mobile Home Park	lakeside-mobile-home-park	US		0	America/Los_Angeles	48.62585	-118.12296	403			WA	019		
7714186	Lindseys Mobile Home Park	lindseys-mobile-home-park	US		0	America/Los_Angeles	48.60416	-118.06339	495			WA	065		
7714187	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/Los_Angeles	48.59724	-118.08356	491			WA	065		
7714188	Yellow Pine Mobile Home Park	yellow-pine-mobile-home-park	US		0	America/Los_Angeles	48.60951	-118.07224	490			WA	065		
7714189	Firwood Lane Mobile Home Park	firwood-lane-mobile-home-park	US		0	America/Los_Angeles	47.71071	-122.2161	26			WA	033		
7714190	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/Los_Angeles	47.99574	-122.08903	68			WA	061		
7714191	Acorn Meadows Mobile Home Park	acorn-meadows-mobile-home-park	US		0	America/Los_Angeles	47.12596	-122.53821	82			WA	053		
7714192	Alpine Estates Mobile Home Park	alpine-estates-mobile-home-park	US		0	America/Los_Angeles	47.12421	-122.52635	85			WA	053		
7714197	Sunrise Manor Mobile Home Park	sunrise-manor-mobile-home-park	US		0	America/Los_Angeles	47.14982	-122.50142	85			WA	053		
7714199	Woodbrook Mobile Home Park	woodbrook-mobile-home-park	US		0	America/Los_Angeles	47.122	-122.52722	87			WA	053		
7714200	Wheel Estates Mobile Home Park	wheel-estates-mobile-home-park	US		0	America/Los_Angeles	48.02949	-122.44892	38			WA	029		
7714201	Anthonys Mobile Home Court	anthonys-mobile-home-court	US		0	America/Los_Angeles	46.36074	-124.05311	8			WA	049		
7714202	Driftwood Mobile Home Park	driftwood-mobile-home-park	US		0	America/Los_Angeles	46.36155	-124.05286	8			WA	049		
7714203	El Mar Estates Mobile Home Park	el-mar-estates-mobile-home-park	US		0	America/Los_Angeles	46.35049	-124.03581	7			WA	049		
7714204	Ma and Pas Mobile Home Park	ma-and-pas-mobile-home-park	US		0	America/Los_Angeles	46.37918	-124.05495	8			WA	049		
7714205	Pacific West Mobile Home Park	pacific-west-mobile-home-park	US		0	America/Los_Angeles	46.39002	-124.05625	6			WA	049		
7714206	Sand - Lo Trailer Park	sand-lo-trailer-park	US		0	America/Los_Angeles	46.36657	-124.05265	8			WA	049		
7714207	Dodson Mobile Home Park	dodson-mobile-home-park	US		0	America/Los_Angeles	48.95206	-122.42308	32			WA	073		
7714208	Royal Coachman Mobile Estates	royal-coachman-mobile-estates	US		0	America/Los_Angeles	48.89326	-122.47117	26			WA	073		
7714209	Beardens Mobile Home Park	beardens-mobile-home-park	US		0	America/Los_Angeles	47.81518	-122.31517	111			WA	061		
7714210	Candlewood Estates Mobile Home Park	candlewood-estates-mobile-home-park	US		0	America/Los_Angeles	47.84891	-122.28639	181			WA	061		
7714211	Center Mobile Park	center-mobile-park	US		0	America/Los_Angeles	47.81656	-122.31364	116			WA	061		
7714212	Evergreen Estates Mobile Homes	evergreen-estates-mobile-homes	US		0	America/Los_Angeles	47.83709	-122.30405	117			WA	061		
7714213	J and L Mobile Home Park	j-and-l-mobile-home-park	US		0	America/Los_Angeles	47.81649	-122.31301	116			WA	061		
7714214	King's Mobile Home Court	king-s-mobile-home-court	US		0	America/Los_Angeles	47.82233	-122.25959	133			WA	061		
7714215	Kingsbury East Mobile Home Park	kingsbury-east-mobile-home-park	US		0	America/Los_Angeles	47.84082	-122.29404	147			WA	061		
7714216	Kingsbury West Mobile Home Park	kingsbury-west-mobile-home-park	US		0	America/Los_Angeles	47.83838	-122.30378	123			WA	061		
7714217	Manor Heights Mobile Home Park	manor-heights-mobile-home-park	US		0	America/Los_Angeles	47.85296	-122.28773	189			WA	061		
7714218	Marks Mobile Home Park	marks-mobile-home-park	US		0	America/Los_Angeles	47.80642	-122.31878	99			WA	061		
7714219	Medo Lynn Mobile Home Park	medo-lynn-mobile-home-park	US		0	America/Los_Angeles	47.81473	-122.31749	121			WA	061		
7714220	Royalwood Mobile Home Estates	royalwood-mobile-home-estates	US		0	America/Los_Angeles	47.83096	-122.30188	126			WA	061		
7714221	Shady Glen Mobile Home Park	shady-glen-mobile-home-park	US		0	America/Los_Angeles	47.849	-122.29572	140			WA	061		
7714222	Spacette Mobile Home Community	spacette-mobile-home-community	US		0	America/Los_Angeles	47.80998	-122.32885	127			WA	061		
7714223	Squire Mobile Home Park	squire-mobile-home-park	US		0	America/Los_Angeles	47.83973	-122.29385	150			WA	061		
7714224	Tally Ho Mobile Home Park	tally-ho-mobile-home-park	US		0	America/Los_Angeles	47.83591	-122.30067	125			WA	061		
7714225	Westburg Mobile Park	westburg-mobile-park	US		0	America/Los_Angeles	47.85515	-122.28912	187			WA	061		
7714226	Brookside Mobile Home Park	brookside-mobile-home-park	US		0	America/Los_Angeles	48.0849	-122.17332	14			WA	061		
7714227	Cedar Lane Mobile Home Park	cedar-lane-mobile-home-park	US		0	America/Los_Angeles	48.05179	-122.14247	23			WA	061		
7714228	Country Mobile Estates	country-mobile-estates	US		0	America/Los_Angeles	48.10226	-122.15512	26			WA	061		
7714229	Crystal Tree Village Mobile Home Park	crystal-tree-village-mobile-home-park	US		0	America/Los_Angeles	48.14669	-122.19787	36			WA	061		
7714230	Eagle Point Mobile Home Park	eagle-point-mobile-home-park	US		0	America/Los_Angeles	48.12813	-122.16612	30			WA	061		
7714231	Emerald Hills Estates Mobile Home Park	emerald-hills-estates-mobile-home-park	US		0	America/Los_Angeles	48.1285	-122.16967	30			WA	061		
7714232	Glenwood Mobile Estates	glenwood-mobile-estates	US		0	America/Los_Angeles	48.05203	-122.1502	17			WA	061		
7714233	Kellogg Village Mobile Home Park	kellogg-village-mobile-home-park	US		0	America/Los_Angeles	48.08777	-122.15209	24			WA	061		
7714234	La Tierra Mobile Home Park	la-tierra-mobile-home-park	US		0	America/Los_Angeles	48.0701	-122.17156	14			WA	061		
7714235	Liberty Village Mobile Home Park	liberty-village-mobile-home-park	US		0	America/Los_Angeles	48.06376	-122.16891	14			WA	061		
7714236	Midway Gardens Mobile Park	midway-gardens-mobile-park	US		0	America/Los_Angeles	48.13578	-122.17973	33			WA	061		
7714237	Mobile Haven Mobile Home Park	mobile-haven-mobile-home-park	US		0	America/Los_Angeles	48.06421	-122.17472	12			WA	061		
7714238	Mobile Manor	mobile-manor	US		0	America/Los_Angeles	48.09842	-122.18191	20			WA	061		
7714239	Sands 55 Plus Mobile Park	sands-55-plus-mobile-park	US		0	America/Los_Angeles	48.09832	-122.18176	20			WA	061		
7714240	Twin Cedar Mobile Park	twin-cedar-mobile-park	US		0	America/Los_Angeles	48.07322	-122.17468	15			WA	061		
7714241	Forest View Senior 55 Plus Community Mobile Home Park	forest-view-senior-55-plus-community-mobile-home-park	US		0	America/Los_Angeles	47.05116	-123.30087	66			WA	027		
7714242	Viking West Mobile Home Park	viking-west-mobile-home-park	US		0	America/Los_Angeles	47.01765	-123.36977	33			WA	027		
7714243	Halo Mobile Home Park	halo-mobile-home-park	US		0	America/Los_Angeles	47.86599	-122.21919	107			WA	061		
7714244	Heather Hills Mobile Home Park	heather-hills-mobile-home-park	US		0	America/Los_Angeles	47.25913	-122.30194	102			WA	033		
7714245	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/Los_Angeles	46.97194	-123.65256	46			WA	027		
7714246	Crawfords Mobile Home Court	crawfords-mobile-home-court	US		0	America/Los_Angeles	46.97004	-123.65608	48			WA	027		
7714247	Eastgate Mobile Home Park	eastgate-mobile-home-park	US		0	America/Los_Angeles	46.98383	-123.57069	13			WA	027		
7714248	Evergreen Mobile Estates	evergreen-mobile-estates	US		0	America/Los_Angeles	46.98306	-123.57315	12			WA	027		
7714249	Hidden Valley Mobile Home Park	hidden-valley-mobile-home-park	US		0	America/Los_Angeles	46.97303	-123.65991	46			WA	027		
7714250	Colonial Mobile Home Park	colonial-mobile-home-park	US		0	America/Los_Angeles	48.41768	-122.30731	66			WA	057		
7714251	Eagle Mobile Home Park	eagle-mobile-home-park	US		0	America/Los_Angeles	48.42	-122.39886	6			WA	057		
7714252	Evergreen Mobile Home Park	evergreen-mobile-home-park	US		0	America/Los_Angeles	48.40443	-122.33348	6			WA	057		
7714253	Little Mountain Estates Mobile Home Park	little-mountain-estates-mobile-home-park	US		0	America/Los_Angeles	48.41158	-122.30748	68			WA	057		
7714254	Mountain View Mobile Park	mountain-view-mobile-park	US		0	America/Los_Angeles	48.40169	-122.33384	6			WA	057		
7714255	Skagit Valley	skagit-valley	US		0	America/Los_Angeles	48.43343	-122.29975	21			WA	057		
7714256	View Mont Mobile Park	view-mont-mobile-park	US		0	America/Los_Angeles	48.41545	-122.3093	66			WA	057		
7714257	Courtyard Mobile Home Park	courtyard-mobile-home-park	US		0	America/Los_Angeles	47.77802	-122.30479	101			WA	061		
7714258	Mountain View Villa Mobile Home Park	mountain-view-villa-mobile-home-park	US		0	America/Los_Angeles	47.80358	-122.29091	135			WA	061		
7714259	Youngs Mobile Home Park	youngs-mobile-home-park	US		0	America/Los_Angeles	47.77854	-122.30632	103			WA	061		
7714260	Lazy Acres Mobile Home Park	lazy-acres-mobile-home-park	US		0	America/Los_Angeles	48.17341	-117.04901	646			WA	051		
7714261	Mount Si Mobile Home Park	mount-si-mobile-home-park	US		0	America/Los_Angeles	47.48584	-121.7652	147			WA	033		
7714263	Country Place Mobile Home Park	country-place-mobile-home-park	US		0	America/Los_Angeles	48.32886	-122.59818	81			WA	029		
7714264	Fort Knox Mobile Home Park	fort-knox-mobile-home-park	US		0	America/Los_Angeles	48.37872	-122.62472	91			WA	029		
7714265	Harborview Mobile Home Park	harborview-mobile-home-park	US		0	America/Los_Angeles	48.28529	-122.667	39			WA	029		
7714266	Island Park Manufactured Home Park	island-park-manufactured-home-park	US		0	America/Los_Angeles	48.32703	-122.6062	57			WA	029		
7714267	Oak Hollow Mobile Home Park	oak-hollow-mobile-home-park	US		0	America/Los_Angeles	48.30902	-122.65353	25			WA	029		
7714268	Parkwood Manor Mobile Home Park	parkwood-manor-mobile-home-park	US		0	America/Los_Angeles	48.30993	-122.66753	73			WA	029		
7714269	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/Los_Angeles	48.30507	-122.65489	27			WA	029		
7714270	Valley High Mobile Park	valley-high-mobile-park	US		0	America/Los_Angeles	48.31411	-122.65264	31			WA	029		
7714271	Wagon Wheel Mobile Home Park	wagon-wheel-mobile-home-park	US		0	America/Los_Angeles	48.31539	-122.67251	75			WA	029		
7714272	Western Village Mobile Estates	western-village-mobile-estates	US		0	America/Los_Angeles	48.30122	-122.65349	22			WA	029		
7714273	Windmill Mobile Home Courts	windmill-mobile-home-courts	US		0	America/Los_Angeles	48.28584	-122.67405	42			WA	029		
7714274	Klipsan Meadows Park	klipsan-meadows-park	US		0	America/Los_Angeles	46.46715	-124.04401	9			WA	049		
7714275	M Bar J Ranch Mobile Home Park	m-bar-j-ranch-mobile-home-park	US		0	America/Los_Angeles	48.29991	-119.65975	249			WA	047		
7714276	Olympic View Mobile Manor	olympic-view-mobile-manor	US		0	America/Los_Angeles	47.40871	-122.62237	54			WA	035		
7714277	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/Los_Angeles	48.41507	-119.49618	302			WA	047		
7714278	Log Cabin Mobile Home Park	log-cabin-mobile-home-park	US		0	America/Los_Angeles	48.40162	-119.53617	256			WA	047		
7714279	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/Los_Angeles	48.41772	-119.51545	295			WA	047		
7714280	Mountain View Estates Mobile Home Park	mountain-view-estates-mobile-home-park	US		0	America/Los_Angeles	47.09057	-122.19658	64			WA	053		
7714281	Central Valley Mobile Home Park	central-valley-mobile-home-park	US		0	America/Los_Angeles	47.26337	-122.2551	20			WA	033		
7714283	Al's Mobile Home Park	al-s-mobile-home-park	US		0	America/Los_Angeles	48.10908	-123.38398	53			WA	009		
7714284	Arney's Dam Mobile Home Park	arney-s-dam-mobile-home-park	US		0	America/Los_Angeles	48.09772	-123.55304	100			WA	009		
7714285	Bayview Mobile Home Park	bayview-mobile-home-park	US		0	America/Los_Angeles	48.10228	-123.37152	94			WA	009		
7714286	Cedar Glen Mobile Home Park	cedar-glen-mobile-home-park	US		0	America/Los_Angeles	48.1231	-123.48313	81			WA	009		
7714287	Cedar Hills Mobile Home Park	cedar-hills-mobile-home-park	US		0	America/Los_Angeles	48.10689	-123.39894	53			WA	009		
7714288	Elmers Mobile Home Park	elmers-mobile-home-park	US		0	America/Los_Angeles	48.10363	-123.38917	80			WA	009		
7714289	Firwest Mobile Home Park	firwest-mobile-home-park	US		0	America/Los_Angeles	48.1223	-123.48386	85			WA	009		
7714290	Mountain View Mobile Park	mountain-view-mobile-park	US		0	America/Los_Angeles	48.11386	-123.4847	100			WA	009		
7714291	Ocean View Mobile Home Park	ocean-view-mobile-home-park	US		0	America/Los_Angeles	48.1312	-123.50033	40			WA	009		
7714292	Peters Mobile Home Park	peters-mobile-home-park	US		0	America/Los_Angeles	48.10552	-123.37331	79			WA	009		
7714293	Roll Inn Mobile Home Park	roll-inn-mobile-home-park	US		0	America/Los_Angeles	48.10411	-123.38687	76			WA	009		
7714294	View Vista Mobile Home Park	view-vista-mobile-home-park	US		0	America/Los_Angeles	48.10546	-123.36146	83			WA	009		
7714295	Welcome Inn Trailer Court	welcome-inn-trailer-court	US		0	America/Los_Angeles	48.10652	-123.47238	125			WA	009		
7714298	Mountain View Mobile Home Park	mountain-view-mobile-home-park	US		0	America/Los_Angeles	48.03118	-122.78287	40			WA	031		
7714299	Aero Mobile Court	aero-mobile-court	US		0	America/Los_Angeles	47.50396	-122.7474	145			WA	035		
7714300	Berry Lake Manor Mobile Home Park	berry-lake-manor-mobile-home-park	US		0	America/Los_Angeles	47.50896	-122.65457	74			WA	035		
7714301	Heritage Mobile Home Park	heritage-mobile-home-park	US		0	America/Los_Angeles	47.51799	-122.64503	92			WA	035		
7714302	Kitsap West Mobile Home Court	kitsap-west-mobile-home-court	US		0	America/Los_Angeles	47.4842	-122.607	103			WA	035		
7714303	Martell Mobile Manor	martell-mobile-manor	US		0	America/Los_Angeles	47.49739	-122.62867	94			WA	035		
7714304	McCurry Heights Mobile Home Park	mccurry-heights-mobile-home-park	US		0	America/Los_Angeles	47.51646	-122.69821	132			WA	035		
7714305	Orchard Bluff Mobile Home Park	orchard-bluff-mobile-home-park	US		0	America/Los_Angeles	47.52002	-122.63728	75			WA	035		
7714306	Snug Harbor Mobile Home Park	snug-harbor-mobile-home-park	US		0	America/Los_Angeles	47.57381	-122.57688	4			WA	035		
7714307	Hawkeye Mobile Home Park	hawkeye-mobile-home-park	US		0	America/Los_Angeles	48.09225	-122.82226	62			WA	031		
7714308	Moores Mobile Manor	moores-mobile-manor	US		0	America/Los_Angeles	48.05154	-122.82054	39			WA	031		
7714309	One Hawkeye Mobile Home Park	one-hawkeye-mobile-home-park	US		0	America/Los_Angeles	48.09194	-122.82051	60			WA	031		
7714310	Sea Breeze Mobile Home Park	sea-breeze-mobile-home-park	US		0	America/Los_Angeles	48.10417	-122.79308	65			WA	031		
7714311	Seabird Mobile Home Park	seabird-mobile-home-park	US		0	America/Los_Angeles	47.73604	-122.64154	26			WA	035		
7714312	Viking Mobile Home Park	viking-mobile-home-park	US		0	America/Los_Angeles	47.73762	-122.62685	93			WA	035		
7714313	Alpine Mobile Home Park	alpine-mobile-home-park	US		0	America/Los_Angeles	47.18125	-122.23884	25			WA	053		
7714314	Americana Mobile Home Park	americana-mobile-home-park	US		0	America/Los_Angeles	47.11084	-122.29089	160			WA	053		
7714315	Leisure Estates Mobile Home Park	leisure-estates-mobile-home-park	US		0	America/Los_Angeles	47.48203	-122.16685	112			WA	033		
7714316	May Valley Manor Mobile Home Park	may-valley-manor-mobile-home-park	US		0	America/Los_Angeles	47.49935	-122.12136	105			WA	033		
7714317	Riverbend Mobile Home Park	riverbend-mobile-home-park	US		0	America/Los_Angeles	47.46474	-122.10889	45			WA	033		
7714318	Sunnydale Mobile Home Park	sunnydale-mobile-home-park	US		0	America/Los_Angeles	47.4792	-122.16669	108			WA	033		
7714319	Valley View Mobile Home Park	valley-view-mobile-home-park	US		0	America/Los_Angeles	47.4625	-122.12226	45			WA	033		
7714320	Vantage Glen Mobile Home Park	vantage-glen-mobile-home-park	US		0	America/Los_Angeles	47.44004	-122.20012	142			WA	033		
7714321	Wonderland Mobile Homes	wonderland-mobile-homes	US		0	America/Los_Angeles	47.4651	-122.1428	36			WA	033		
7714322	Eastside Trailer Court	eastside-trailer-court	US		0	America/Los_Angeles	48.64027	-118.73142	717			WA	019		
7714323	Grahams Mobile Home Park	grahams-mobile-home-park	US		0	America/Los_Angeles	48.64892	-118.73992	789			WA	019		
7714324	Country Green Estates Mobile Home Park	country-green-estates-mobile-home-park	US		0	America/Los_Angeles	46.94012	-122.40147	159			WA	053		
7714325	Jack Travis Estates Mobile Home Park	jack-travis-estates-mobile-home-park	US		0	America/Los_Angeles	46.98785	-122.52139	124			WA	053		
7714326	Royal Oak Mobile Home Park	royal-oak-mobile-home-park	US		0	America/Los_Angeles	46.99664	-122.54489	102			WA	053		
7714327	Angle Lake Mobile Home Park	angle-lake-mobile-home-park	US		0	America/Los_Angeles	47.42362	-122.29403	118			WA	033		
7714328	Bow Lake Residential Mobile Home Community	bow-lake-residential-mobile-home-community	US		0	America/Los_Angeles	47.43988	-122.28949	107			WA	033		
7714329	The Firs Mobile Home Park	the-firs-mobile-home-park	US		0	America/Los_Angeles	47.41768	-122.29464	108			WA	033		
7714330	Town and Country Villa Mobile Home Park	town-and-country-villa-mobile-home-park	US		0	America/Los_Angeles	47.41803	-122.30021	83			WA	033		
7714331	Tyee Valley Mobile Manor	tyee-valley-mobile-manor	US		0	America/Los_Angeles	47.41818	-122.30216	84			WA	033		
7714332	Bella Mobile Home Park	bella-mobile-home-park	US		0	America/Los_Angeles	47.71913	-122.34107	117			WA	033		
7714333	Empire View Mobile Home Park	empire-view-mobile-home-park	US		0	America/Los_Angeles	47.48731	-122.26127	56			WA	033		
7714334	Halcyon Mobile Home Park	halcyon-mobile-home-park	US		0	America/Los_Angeles	47.71777	-122.34096	118			WA	033		
7714335	Jensen Trailer Mobile Home Court	jensen-trailer-mobile-home-court	US		0	America/Los_Angeles	47.6991	-122.34596	96			WA	033		
7714336	Suburban Villa Mobile Home Park	suburban-villa-mobile-home-park	US		0	America/Los_Angeles	47.5014	-122.35711	116			WA	033		
7714337	Vue Mobile Home Park	vue-mobile-home-park	US		0	America/Los_Angeles	47.4863	-122.2583	71			WA	033		
7714338	Westward Mobile Park	westward-mobile-park	US		0	America/Los_Angeles	47.51511	-122.2795	13			WA	033		
7714339	Carriage Estates Mobile Home Park	carriage-estates-mobile-home-park	US		0	America/Los_Angeles	48.51438	-122.21548	20			WA	057		
7714340	Cedar Lane Mobile Estates	cedar-lane-mobile-estates	US		0	America/Los_Angeles	48.51669	-122.18969	21			WA	057		
7714341	Parkwood Mobile Village	parkwood-mobile-village	US		0	America/Los_Angeles	48.50921	-122.21694	19			WA	057		
7714342	Skagit Valley View Mobile Home Park	skagit-valley-view-mobile-home-park	US		0	America/Los_Angeles	48.51588	-122.2356	19			WA	057		
7714343	Valley View Mobile Home Park	valley-view-mobile-home-park	US		0	America/Los_Angeles	48.51823	-122.23497	19			WA	057		
7714344	Van Fleet Mobile Home Park	van-fleet-mobile-home-park	US		0	America/Los_Angeles	48.50428	-122.20739	18			WA	057		
7714345	Bayview Mobile Park	bayview-mobile-park	US		0	America/Los_Angeles	48.26416	-124.30982	94			WA	009		
7714346	Avellana Mobile Home Park	avellana-mobile-home-park	US		0	America/Los_Angeles	48.06291	-123.13042	106			WA	009		
7714347	Baywood Village Mobile Home Park	baywood-village-mobile-home-park	US		0	America/Los_Angeles	48.07997	-123.06153	42			WA	009		
7714348	Cedar Grove Mobile Home Park	cedar-grove-mobile-home-park	US		0	America/Los_Angeles	48.08287	-123.18736	68			WA	009		
7714349	City Center Mobile Home Park	city-center-mobile-home-park	US		0	America/Los_Angeles	48.07994	-123.10821	61			WA	009		
7714350	Clasen Cove Estates Mobile Home Park	clasen-cove-estates-mobile-home-park	US		0	America/Los_Angeles	48.09117	-123.11053	48			WA	009		
7714351	Dukes Mobile Home Park	dukes-mobile-home-park	US		0	America/Los_Angeles	48.08027	-123.10854	60			WA	009		
7714352	Green Acres Mobile Estates	green-acres-mobile-estates	US		0	America/Los_Angeles	48.07916	-123.16038	74			WA	009		
7714353	Hendrickson Heritage Mobile Home Park	hendrickson-heritage-mobile-home-park	US		0	America/Los_Angeles	48.08502	-123.11865	61			WA	009		
7714354	Hide Away Mobile Home Park	hide-away-mobile-home-park	US		0	America/Los_Angeles	48.07141	-123.10947	73			WA	009		
7714355	Juniper Mobile Estates	juniper-mobile-estates	US		0	America/Los_Angeles	48.0812	-123.12207	69			WA	009		
7714356	Lazy Acres Mobile Home Park	lazy-acres-mobile-home-park	US		0	America/Los_Angeles	48.08925	-123.21771	95			WA	009		
7714357	Parkwood Mobile Home Community	parkwood-mobile-home-community	US		0	America/Los_Angeles	48.0751	-123.1651	82			WA	009		
7714358	Spruce West Mobile Home Park	spruce-west-mobile-home-park	US		0	America/Los_Angeles	48.08208	-123.11936	66			WA	009		
7714359	Sunnyside Mobile Court	sunnyside-mobile-court	US		0	America/Los_Angeles	48.07715	-123.10933	65			WA	009		
7714360	West Alder Mobile Home Park	west-alder-mobile-home-park	US		0	America/Los_Angeles	48.08112	-123.11375	63			WA	009		
7714361	Evergreen Mobile Estates	evergreen-mobile-estates	US		0	America/Los_Angeles	47.24567	-123.13671	85			WA	045		
7714362	Hidden Haven Mobile Home Park	hidden-haven-mobile-home-park	US		0	America/Los_Angeles	47.24562	-123.13946	87			WA	045		
7714363	Madrona Mobile Home Park	madrona-mobile-home-park	US		0	America/Los_Angeles	47.14458	-123.09761	59			WA	045		
7714364	Minerva Beach Mobile Village Resort	minerva-beach-mobile-village-resort	US		0	America/Los_Angeles	47.36324	-123.15755	8			WA	045		
7714365	Pines Mobile Home Park	pines-mobile-home-park	US		0	America/Los_Angeles	47.22112	-123.12034	63			WA	045		
7714366	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/Los_Angeles	47.21285	-123.11626	15			WA	045		
7714367	Taylor Towne Manor Mobile Home Park	taylor-towne-manor-mobile-home-park	US		0	America/Los_Angeles	47.14342	-123.09187	59			WA	045		
7714368	We and You Mobile Home Park	we-and-you-mobile-home-park	US		0	America/Los_Angeles	47.18036	-123.0965	51			WA	045		
7714369	Clear Creek Mobile Home Park	clear-creek-mobile-home-park	US		0	America/Los_Angeles	47.69464	-122.68906	80			WA	035		
7714370	Madrona Ridge Mobile Home Park	madrona-ridge-mobile-home-park	US		0	America/Los_Angeles	47.65291	-122.6624	44			WA	035		
7714371	Whispering Firs Mobile Park	whispering-firs-mobile-park	US		0	America/Los_Angeles	47.67524	-122.67584	56			WA	035		
7714372	Circle H Mobile Home Park	circle-h-mobile-home-park	US		0	America/Los_Angeles	47.93763	-122.06531	35			WA	061		
7714373	Country Manor Mobile Home Park	country-manor-mobile-home-park	US		0	America/Los_Angeles	47.81003	-122.11416	129			WA	061		
7714374	Lost Lake Mobile Home Park	lost-lake-mobile-home-park	US		0	America/Los_Angeles	47.79401	-122.0542	158			WA	061		
7714375	Mount View Villa Mobile Home Park	mount-view-villa-mobile-home-park	US		0	America/Los_Angeles	47.91178	-122.08471	19			WA	061		
7714376	Penny Lynn Mobile Home Park	penny-lynn-mobile-home-park	US		0	America/Los_Angeles	47.91529	-122.10727	13			WA	061		
7714377	Pilchuck Mobile Park	pilchuck-mobile-park	US		0	America/Los_Angeles	47.91278	-122.08159	8			WA	061		
7714378	Plantation Mobile Home Park	plantation-mobile-home-park	US		0	America/Los_Angeles	47.94706	-122.10456	83			WA	061		
7714379	Sherwood Village Mobile Home Park	sherwood-village-mobile-home-park	US		0	America/Los_Angeles	47.85943	-122.18467	126			WA	061		
7714380	Three Rivers Mobile Home Park	three-rivers-mobile-home-park	US		0	America/Los_Angeles	47.83293	-122.05446	10			WA	061		
7714381	Shilo Mobile Home Park	shilo-mobile-home-park	US		0	America/Los_Angeles	47.14974	-122.11505	196			WA	053		
7714382	Cascade Green Mobile Home Park	cascade-green-mobile-home-park	US		0	America/Los_Angeles	47.07241	-122.32699	139			WA	053		
7714383	Coach Country Corral Mobile Home Park	coach-country-corral-mobile-home-park	US		0	America/Los_Angeles	47.06951	-122.40323	132			WA	053		
7714384	Enchanted Firs Mobile Home Park	enchanted-firs-mobile-home-park	US		0	America/Los_Angeles	47.06847	-122.42024	120			WA	053		
7714385	Fir Meadows Mobile Home Park	fir-meadows-mobile-home-park	US		0	America/Los_Angeles	47.07709	-122.34098	131			WA	053		
7714386	Fox Chase Mobile Home Park	fox-chase-mobile-home-park	US		0	America/Los_Angeles	47.09267	-122.42384	125			WA	053		
7714387	Lakeside Terrace Mobile Home Park	lakeside-terrace-mobile-home-park	US		0	America/Los_Angeles	47.1025	-122.45133	106			WA	053		
7714388	Mountain Valley Mobile Home Park	mountain-valley-mobile-home-park	US		0	America/Los_Angeles	47.07644	-122.42789	119			WA	053		
7714389	Oakridge Manor Mobile Home Park	oakridge-manor-mobile-home-park	US		0	America/Los_Angeles	47.04407	-122.37763	137			WA	053		
7714390	Parklane Court Mobile Home Park	parklane-court-mobile-home-park	US		0	America/Los_Angeles	47.09595	-122.40314	117			WA	053		
7714391	Ponderosa Mobile Home Park	ponderosa-mobile-home-park	US		0	America/Los_Angeles	47.08052	-122.42967	118			WA	053		
7714392	Rainier West Mobile Home Park	rainier-west-mobile-home-park	US		0	America/Los_Angeles	47.03695	-122.36739	148			WA	053		
7714393	Ranier West Mobile Home Park	ranier-west-mobile-home-park	US		0	America/Los_Angeles	47.08426	-122.4336	117			WA	053		
7714394	Silvercrest Mobile Home Park	silvercrest-mobile-home-park	US		0	America/Los_Angeles	47.04333	-122.38453	134			WA	053		
7714395	Three Ponds Mobile Home Park	three-ponds-mobile-home-park	US		0	America/Los_Angeles	47.02447	-122.37728	141			WA	053		
7714396	Twin Firs Mobile Home Park	twin-firs-mobile-home-park	US		0	America/Los_Angeles	47.07057	-122.42043	120			WA	053		
7714397	Winchester Village Mobile Home Park	winchester-village-mobile-home-park	US		0	America/Los_Angeles	47.10575	-122.42281	109			WA	053		
7714398	Cherry Hill Estates Mobile Home Park	cherry-hill-estates-mobile-home-park	US		0	America/Los_Angeles	47.86038	-121.82895	40			WA	061		
7714399	Timberline Mobile Home Village	timberline-mobile-home-village	US		0	America/Los_Angeles	47.86409	-121.81044	35			WA	061		
7714400	Wallace River Mobile Home Park	wallace-river-mobile-home-park	US		0	America/Los_Angeles	47.86635	-121.74877	44			WA	061		
7714401	West Mobile Park	west-mobile-park	US		0	America/Los_Angeles	47.86071	-121.82481	38			WA	061		
7714402	Crystal Spring Mobile Home Estates	crystal-spring-mobile-home-estates	US		0	America/Los_Angeles	47.20988	-122.21954	20			WA	053		
7714403	Double A Mobile Manor	double-a-mobile-manor	US		0	America/Los_Angeles	47.212	-122.22557	20			WA	053		
7714404	River Mobile Home Park	river-mobile-home-park	US		0	America/Los_Angeles	47.18972	-122.22378	21			WA	053		
7714405	Summer Villa Estates Mobile Home Park	summer-villa-estates-mobile-home-park	US		0	America/Los_Angeles	47.2069	-122.21757	20			WA	053		
7714406	Summerville Estates Mobile Home Park	summerville-estates-mobile-home-park	US		0	America/Los_Angeles	47.20718	-122.21747	20			WA	053		
7714407	Brookwood Mobile Home Park	brookwood-mobile-home-park	US		0	America/Los_Angeles	47.13487	-122.40243	117			WA	053		
7714411	Clover Creek Trailer Court	clover-creek-trailer-court	US		0	America/Los_Angeles	47.13082	-122.43116	98			WA	053		
7714412	Country Mobile Estates	country-mobile-estates	US		0	America/Los_Angeles	47.10874	-122.43054	109			WA	053		
7714417	Fir Acres Mobile Home Park	fir-acres-mobile-home-park	US		0	America/Los_Angeles	47.14263	-122.50277	86			WA	053		
7714418	Firwood Mobile Home Park	firwood-mobile-home-park	US		0	America/Los_Angeles	47.13235	-122.44717	95			WA	053		
7714423	Hylebos Creek Mobile Home Park	hylebos-creek-mobile-home-park	US		0	America/Los_Angeles	47.24836	-122.34799	4			WA	053		
7714424	Jamestown Estates Mobile Home Park	jamestown-estates-mobile-home-park	US		0	America/Los_Angeles	47.12395	-122.53125	86			WA	053		
7714425	Miller's Villa Mobile Home Park	miller-s-villa-mobile-home-park	US		0	America/Los_Angeles	47.13239	-122.44884	95			WA	053		
7714428	Northwest Mobile Home Park	northwest-mobile-home-park	US		0	America/Los_Angeles	47.14229	-122.50572	90			WA	053		
7714431	One Hundred Thirty - Eighth Park Mobile Estates	one-hundred-thirty-eighth-park-mobile-estates	US		0	America/Los_Angeles	47.13233	-122.4502	96			WA	053		
7714435	Rose Garden Mobile Home Park	rose-garden-mobile-home-park	US		0	America/Los_Angeles	47.15068	-122.50083	84			WA	053		
7714436	Spring Valley Mobile Home Park	spring-valley-mobile-home-park	US		0	America/Los_Angeles	47.26217	-122.3375	32			WA	053		
7714445	John's Landing Mobile Home Park	john-s-landing-mobile-home-park	US		0	America/Los_Angeles	48.69661	-119.45453	278			WA	047		
7714446	Orchard Trailer Park	orchard-trailer-park	US		0	America/Los_Angeles	47.47193	-122.28387	88			WA	033		
7714447	Southgate Mobile Home Park	southgate-mobile-home-park	US		0	America/Los_Angeles	47.47741	-122.28233	86			WA	033		
7714448	Snug Harbor Mobile Home Park	snug-harbor-mobile-home-park	US		0	America/Los_Angeles	48.03586	-122.23116	42			WA	061		
7714449	Horseshoe Mobile Home Park	horseshoe-mobile-home-park	US		0	America/Los_Angeles	48.36732	-120.12675	494			WA	047		
7714450	Conifer Mobile Home Park	conifer-mobile-home-park	US		0	America/Los_Angeles	47.445	-120.33003	210			WA	007		
7714451	Foothills Senior Mobile Home Park	foothills-senior-mobile-home-park	US		0	America/Los_Angeles	47.43791	-120.34452	242			WA	007		
7714452	Heritage Haven Mobile Home Park	heritage-haven-mobile-home-park	US		0	America/Los_Angeles	47.44072	-120.34908	244			WA	007		
7714453	Meadow Ridge Mobile Home Park	meadow-ridge-mobile-home-park	US		0	America/Los_Angeles	47.4339	-120.34219	246			WA	007		
7714454	Ninth Street Trailer Park	ninth-street-trailer-park	US		0	America/Los_Angeles	47.43595	-120.3156	197			WA	007		
7714455	Saddleview Mobile Home Park	saddleview-mobile-home-park	US		0	America/Los_Angeles	47.39985	-120.30686	257			WA	007		
7714456	Twin Peaks Manor Mobile Home Park	twin-peaks-manor-mobile-home-park	US		0	America/Los_Angeles	47.44155	-120.34328	232			WA	007		
7714457	Canterbury Square Mobile Home Park	canterbury-square-mobile-home-park	US		0	America/Los_Angeles	47.75161	-122.15844	12			WA	033		
7714458	Country Carriage Estates Mobile Home Park	country-carriage-estates-mobile-home-park	US		0	America/Los_Angeles	47.8104	-122.16209	76			WA	061		
7714935	Bayview Recreational Vehicle Park	bayview-recreational-vehicle-park	US		0	America/Los_Angeles	48.26416	-124.30982	94			WA	009		
7717283	Cherrywood Mobile Home Manor Sewage Treatment Plant	cherrywood-mobile-home-manor-sewage-treatment-plant	US		0	America/Los_Angeles	47.22289	-122.32101	12			WA	053		
7717771	Hi-Way Trailer Court	hi-way-trailer-court	US		0	America/Detroit	42.955	-83.65417	247			MI	049	33300	
7717784	Continental North Mobile Home Park	continental-north-mobile-home-park	US		0	America/Detroit	43.07	-83.515	243			MI	049	68180	
7717785	Continental Estates Mobile Home Park	continental-estates-mobile-home-park	US		0	America/Detroit	43.04167	-83.515	244			MI	049	19880	
7717791	Davison Hills Mobile Home Park	davison-hills-mobile-home-park	US		0	America/Detroit	43.12639	-83.49722	235			MI	049	68180	
7717792	Chateau Old Orchard Mobile Home Park	chateau-old-orchard-mobile-home-park	US		0	America/Detroit	43.01667	-83.49944	253			MI	049	19900	
7717797	Chateau Timber Heights Mobile Home Park	chateau-timber-heights-mobile-home-park	US		0	America/Detroit	43.02694	-83.49444	248			MI	049	19900	
7717817	South Creek Village Mobile Home Park	south-creek-village-mobile-home-park	US		0	America/Detroit	43.13611	-83.69833	233			MI	049	82380	
7717818	North Morris Estates Mobile Home Park	north-morris-estates-mobile-home-park	US		0	America/Detroit	43.13889	-83.69167	234			MI	049	79460	
7717819	North Dort Manor Mobile Home Park	north-dort-manor-mobile-home-park	US		0	America/Detroit	43.13333	-83.68056	235			MI	049	31800	
7717823	Highlands Mobile Home Park	highlands-mobile-home-park	US		0	America/Detroit	43.12222	-83.66972	247			MI	049	31800	
7717824	Dutch Village Mobile Home Park	dutch-village-mobile-home-park	US		0	America/Detroit	43.11667	-83.66667	241			MI	049	31800	
7717825	Gunther Mobile Home Court	gunther-mobile-home-court	US		0	America/Detroit	43.09528	-83.67306	242			MI	049	31800	
7717826	Diane Mobile Home Manor	diane-mobile-home-manor	US		0	America/Detroit	43.09667	-83.69861	233			MI	049	55980	
7717827	White Oak Estates Mobile Home Park	white-oak-estates-mobile-home-park	US		0	America/Detroit	43.10642	-83.75766	228			MI	049	55980	
7717828	Camelot Villa Mobile Home Community	camelot-villa-mobile-home-community	US		0	America/Detroit	43.13056	-83.6125	236			MI	049	31800	
7717833	Orchard Cove Manufactured Home Community	orchard-cove-manufactured-home-community	US		0	America/Detroit	43.16306	-83.52889	242			MI	049	29420	
7717842	South Valley Estates Mobile Home Park	south-valley-estates-mobile-home-park	US		0	America/Detroit	42.96056	-83.80833	235			MI	049	29020	
7717852	Estates of Genesee Valley Mobile Home Park	estates-of-genesee-valley-mobile-home-park	US		0	America/Detroit	42.9625	-83.80722	234			MI	049	29020	
7717971	Pine Forest Mobile Home Park	pine-forest-mobile-home-park	US		0	America/Detroit	43.17556	-83.81694	209			MI	049	55300	
7717972	Tradewind Mobile Court	tradewind-mobile-court	US		0	America/Detroit	43.18778	-83.72056	224			MI	049	82380	
7717984	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/Detroit	43.19167	-83.87417	199			MI	049	55300	
7717990	Pine Ridge Mobile Home Park	pine-ridge-mobile-home-park	US		0	America/Detroit	42.79611	-83.85556	263			MI	049	03420	
7717993	Loon Lake Manufactured Home Community	loon-lake-manufactured-home-community	US		0	America/Detroit	42.83417	-83.745	268			MI	049	27780	
7718084	Evergreen Estates	evergreen-estates	US		0	America/Chicago	44.73806	-92.48944	367			WI	093	23525	
7718085	Oak Hill Mobile Home Park	oak-hill-mobile-home-park	US		0	America/Chicago	44.58889	-92.4575	227			WI	093	05325	
7718086	Fox Mobile Home Park	fox-mobile-home-park	US		0	America/Chicago	44.88694	-92.62722	281			WI	109	80800	
7718091	Wall Street Village	wall-street-village	US		0	America/Chicago	45.17111	-92.55278	304			WI	109	76850	
7718092	Saint Croix Meadows Mobile Home Park	saint-croix-meadows-mobile-home-park	US		0	America/Chicago	45.06667	-92.78944	266			WI	109	70825	
7718093	Woodridge Mobile Home Park	woodridge-mobile-home-park	US		0	America/Chicago	45.12944	-92.55556	299			WI	109	57100	
7718094	Deringer Mobile Home Park	deringer-mobile-home-park	US		0	America/Chicago	44.97222	-92.37361	352			WI	109	04400	
7718095	Golfview Mobile Home Park	golfview-mobile-home-park	US		0	America/Chicago	44.98139	-92.43333	350			WI	109	32325	
7718096	Country View Court	country-view-court	US		0	America/Chicago	45.15083	-92.67583	272			WI	109	74700	
7718097	Riverside Estates	riverside-estates	US		0	America/Chicago	45.51222	-90.71028	415			WI	107	33275	
7718098	Willow Lane Trailer Park	willow-lane-trailer-park	US		0	America/Chicago	45.48222	-91.10917	351			WI	107	26100	
7718099	Rivers Edge	rivers-edge	US		0	America/Chicago	45.37472	-91.21361	329			WI	107	83675	
7718100	Flambeau Estates	flambeau-estates	US		0	America/Chicago	45.38806	-91.22167	330			WI	107	79575	
7718101	Highway Eight Trailer Court	highway-eight-trailer-court	US		0	America/Chicago	45.47194	-91.09417	347			WI	107	40850	
7718230	Angeles Plantation	angeles-plantation	US		0	America/Chicago	30.72213	-91.51928	9	Angeles Plantation,Morrison Farm		LA	077		
7718497	The Courtyards	the-courtyards	US		0	America/Chicago	43.53472	-89.96833	279			WI	111	66800	
7718498	Black Hawk Manor	black-hawk-manor	US		0	America/Chicago	43.45833	-89.75889	274			WI	111	04625	
7718499	Maple Aire Mobile Village	maple-aire-mobile-village	US		0	America/Chicago	43.52944	-89.98861	274			WI	111	66800	
7718500	Deer Run Estates	deer-run-estates	US		0	America/Chicago	43.60056	-89.78694	270			WI	111	41300	
7718501	Maple Bluff Estates	maple-bluff-estates	US		0	America/Chicago	43.38528	-89.63111	254			WI	111	51350	
7718502	Oak Ridge Estates	oak-ridge-estates	US		0	America/Chicago	43.17028	-90.08194	219			WI	111	76050	
7718503	Baders Villa Estates	baders-villa-estates	US		0	America/Chicago	43.52944	-89.99583	271			WI	111	66800	
7718504	Honey Boy Mobile Home Park	honey-boy-mobile-home-park	US		0	America/Chicago	43.46056	-89.77056	284			WI	111	04625	
7718505	Pine Vista Mobile Home Park	pine-vista-mobile-home-park	US		0	America/Chicago	43.3025	-89.7175	239			WI	021	86100	
7723040	San Pedro Mobile Home Park	san-pedro-mobile-home-park	US		0	America/Phoenix	31.94751	-110.28895	1113			AZ	003		
7723041	Sieling's Mobile Village	sieling-s-mobile-village	US		0	America/Phoenix	31.40526	-109.91798	1551			AZ	003		
7723042	Mount Vista Mobile Home Park	mount-vista-mobile-home-park	US		0	America/Phoenix	31.39244	-109.58043	1224			AZ	003		
7723043	Sunspots South Mobile Home Park	sunspots-south-mobile-home-park	US		0	America/Phoenix	31.35265	-109.52655	1242			AZ	003		
7723044	Apache Mobile Park	apache-mobile-park	US		0	America/Phoenix	31.90681	-110.22828	1113			AZ	003		
7723046	Vista View Resort Mobile Home Park	vista-view-resort-mobile-home-park	US		0	America/Phoenix	31.55036	-110.21715	1328			AZ	003		
7723047	Air Haven Mobile Home Estates	air-haven-mobile-home-estates	US		0	America/Phoenix	31.48238	-110.24565	1412			AZ	003		
7723049	Valley of the Sun Mobile Home Park	valley-of-the-sun-mobile-home-park	US		0	America/Phoenix	32.45093	-111.21916	605			AZ	019		
7723050	Los Arboles Mobile Home Park	los-arboles-mobile-home-park	US		0	America/Phoenix	31.9378	-110.97109	840			AZ	019		
7723051	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/Phoenix	32.13785	-110.89876	809			AZ	019		
7723052	Continental West Mobile Home Park	continental-west-mobile-home-park	US		0	America/Phoenix	32.27699	-111.00104	702			AZ	019		
7723053	Diamond Grove Estates Mobile Home Park	diamond-grove-estates-mobile-home-park	US		0	America/Phoenix	32.29968	-111.02171	687			AZ	019		
7723054	Mesa Ridge Mobile Home Park	mesa-ridge-mobile-home-park	US		0	America/Phoenix	32.1802	-110.99611	733			AZ	019		
7723055	Crescent Manor Mobile Home Community	crescent-manor-mobile-home-community	US		0	America/Phoenix	32.27497	-110.99203	704			AZ	019		
7723056	El Frontier Mobile Home Park	el-frontier-mobile-home-park	US		0	America/Phoenix	32.28396	-110.9965	705			AZ	019		
7723057	Desert Pueblo Mobile Home Park	desert-pueblo-mobile-home-park	US		0	America/Phoenix	32.18259	-110.99299	732			AZ	019		
7723058	Far Horizons East Mobile Home Park	far-horizons-east-mobile-home-park	US		0	America/Phoenix	32.23077	-110.82928	781			AZ	019		
7723059	Friendly Village Estates Mobile Home Park	friendly-village-estates-mobile-home-park	US		0	America/Phoenix	32.26385	-110.99208	705			AZ	019		
7723060	Pantano Vista Mobile Home Park	pantano-vista-mobile-home-park	US		0	America/Phoenix	32.16463	-110.78072	846			AZ	019		
7723061	Park West Mobile Homes Estates	park-west-mobile-homes-estates	US		0	America/Phoenix	32.22002	-111.03069	774			AZ	019		
7723062	Friendly Village of the Catalinas Mobile Home Park	friendly-village-of-the-catalinas-mobile-home-park	US		0	America/Phoenix	32.29541	-110.97558	703			AZ	019		
7723063	Acacia Gardens Mobile Home Park	acacia-gardens-mobile-home-park	US		0	America/Phoenix	32.30742	-111.03137	683			AZ	019		
7723064	Harrison Hills Mobile Home Park	harrison-hills-mobile-home-park	US		0	America/Phoenix	32.16544	-110.7878	846			AZ	019		
7723065	Ranchwood Mobile Home Park	ranchwood-mobile-home-park	US		0	America/Phoenix	32.14983	-110.91883	793			AZ	019		
7723066	El Molino Mobile Home Park	el-molino-mobile-home-park	US		0	America/Phoenix	32.26222	-110.99886	702			AZ	019		
7723067	Country Club Mobile Home Park	country-club-mobile-home-park	US		0	America/Phoenix	32.14981	-110.93007	786			AZ	019		
7723068	Carefree Village Mobile Home Park	carefree-village-mobile-home-park	US		0	America/Phoenix	32.28133	-111.00152	702			AZ	019		
7723069	Mission View Club Estates Mobile Home Park	mission-view-club-estates-mobile-home-park	US		0	America/Phoenix	32.11831	-110.97252	771			AZ	019		
7723070	Plaza Del Sol Mobile Home Resort	plaza-del-sol-mobile-home-resort	US		0	America/Phoenix	32.17441	-110.99622	736			AZ	019		
7723071	Cielo Vista Mobile Home Park	cielo-vista-mobile-home-park	US		0	America/Phoenix	32.27031	-110.99204	705			AZ	019		
7723072	Mobile Air Park	mobile-air-park	US		0	America/Phoenix	32.14234	-110.92535	791			AZ	019		
7723073	Villa Capri Mobile Home Park Phase I	villa-capri-mobile-home-park-phase-i	US		0	America/Phoenix	32.29249	-111.01578	693			AZ	019		
7723074	Rincon Mobile Home Village	rincon-mobile-home-village	US		0	America/Phoenix	32.18167	-110.80457	822			AZ	019		
7723075	Swan Lake Estates Mobile Home Park	swan-lake-estates-mobile-home-park	US		0	America/Phoenix	32.2893	-110.99073	701			AZ	019		
7723076	Noblesse Oblige Mobile Home Estates	noblesse-oblige-mobile-home-estates	US		0	America/Phoenix	32.2689	-111.00247	700			AZ	019		
7723077	Parkway Vista Mobile Home Park	parkway-vista-mobile-home-park	US		0	America/Phoenix	32.28379	-110.98169	706			AZ	019		
7723078	Orchard Valley Mobile Home Park	orchard-valley-mobile-home-park	US		0	America/Phoenix	32.48822	-110.9093	946			AZ	019		
7723079	Fairview Manor Mobile Home Park	fairview-manor-mobile-home-park	US		0	America/Phoenix	32.26316	-110.9889	707			AZ	019		
7723080	Leisure Village Mobile Home Park	leisure-village-mobile-home-park	US		0	America/Phoenix	32.29068	-110.98968	700			AZ	019		
7723081	Mountain Vista Mobile Home Park	mountain-vista-mobile-home-park	US		0	America/Phoenix	32.17012	-110.99818	738			AZ	019		
7723082	Silverlake Estates Mobile Home Park	silverlake-estates-mobile-home-park	US		0	America/Phoenix	32.19698	-110.9941	724			AZ	019		
7723083	Vista Del Norte Mobile Estates	vista-del-norte-mobile-estates	US		0	America/Phoenix	32.28496	-110.95453	711			AZ	019		
7723084	Paradise Village Mobile Estates	paradise-village-mobile-estates	US		0	America/Phoenix	32.26252	-110.90657	737			AZ	019		
7723085	Verde Plaza Mobile Home Park	verde-plaza-mobile-home-park	US		0	America/Phoenix	32.1944	-110.99226	726			AZ	019		
7723086	Cactus Garden Mobile Home Park	cactus-garden-mobile-home-park	US		0	America/Phoenix	32.16225	-111.01459	757			AZ	019		
7723087	Santa Catalina Mobile Home Park	santa-catalina-mobile-home-park	US		0	America/Phoenix	32.2891	-110.99701	699			AZ	019		
7723088	Carousel Ranch Mobile Home Park	carousel-ranch-mobile-home-park	US		0	America/Phoenix	32.28554	-110.99631	702			AZ	019		
7723089	Crossroads Mobile Home Park	crossroads-mobile-home-park	US		0	America/Phoenix	32.2497	-110.8895	752			AZ	019		
7723090	Desert Classic Mobile Home Park	desert-classic-mobile-home-park	US		0	America/Phoenix	32.1579	-110.94558	773			AZ	019		
7723091	Far Horizons Mobile Home Park	far-horizons-mobile-home-park	US		0	America/Phoenix	32.24857	-110.88683	754			AZ	019		
7723092	Parklane Mobile Estates	parklane-mobile-estates	US		0	America/Phoenix	32.15693	-110.95421	767			AZ	019		
7723093	Black Mountain Estates	black-mountain-estates	US		0	America/Phoenix	32.11453	-111.05299	784			AZ	019		
7723094	Campbell Estates Mobile Home Park	campbell-estates-mobile-home-park	US		0	America/Phoenix	32.27794	-110.94593	715			AZ	019		
7723095	Catalina Vista Mobile Home Community	catalina-vista-mobile-home-community	US		0	America/Phoenix	32.2677	-110.92127	731			AZ	019		
7723096	Los Ranchitos Mobile Home Park	los-ranchitos-mobile-home-park	US		0	America/Phoenix	32.13993	-110.95328	776			AZ	019		
7723097	Pueblo Springs Mobile Home Estates	pueblo-springs-mobile-home-estates	US		0	America/Phoenix	32.29088	-110.98767	700			AZ	019		
7723098	Rancho El Sol Mobile Home Park	rancho-el-sol-mobile-home-park	US		0	America/Phoenix	32.26368	-111.00156	701			AZ	019		
7723099	Brentwood Mobile Home Park	brentwood-mobile-home-park	US		0	America/Phoenix	32.15696	-110.94891	770			AZ	019		
7723100	Cadillac Mobile Home Park	cadillac-mobile-home-park	US		0	America/Phoenix	32.04924	-110.9526	794			AZ	019		
7723101	Cottonwood Manor Mobile Home Park	cottonwood-manor-mobile-home-park	US		0	America/Phoenix	32.13679	-110.95324	775			AZ	019		
7723102	La Colonia Mobile Home Park	la-colonia-mobile-home-park	US		0	America/Phoenix	32.29875	-111.0181	688			AZ	019		
7723103	Palm Harbour Estates Mobile Home Park	palm-harbour-estates-mobile-home-park	US		0	America/Phoenix	32.26579	-110.99893	702			AZ	019		
7723104	Pima Ramada Mobile Home Park	pima-ramada-mobile-home-park	US		0	America/Phoenix	32.1008	-110.83796	863			AZ	019		
7723105	Shady Lanes Mobile Home Park	shady-lanes-mobile-home-park	US		0	America/Phoenix	32.27071	-111.00136	700			AZ	019		
7723106	Terra Vista Estates Mobile Home Park	terra-vista-estates-mobile-home-park	US		0	America/Phoenix	32.27667	-110.98803	707			AZ	019		
7723107	Lamplighter Mobile Home Park	lamplighter-mobile-home-park	US		0	America/Phoenix	32.26892	-110.99636	703			AZ	019		
7723108	Prince Mobile Home Park	prince-mobile-home-park	US		0	America/Phoenix	32.273	-110.97332	712			AZ	019		
7723109	Rancho Los Amigos Mobile Home Park	rancho-los-amigos-mobile-home-park	US		0	America/Phoenix	32.3244	-110.9817	758			AZ	019		
7723110	Hinsons Mobile Home Park	hinsons-mobile-home-park	US		0	America/Phoenix	32.29648	-111.02802	683			AZ	019		
7723111	Village Mobile Home Park	village-mobile-home-park	US		0	America/Phoenix	32.24118	-110.89559	757			AZ	019		
7723112	Arizona Trailer Court	arizona-trailer-court	US		0	America/Phoenix	32.20109	-110.96717	739			AZ	019		
7723113	Desert Breeze Mobile Home Park	desert-breeze-mobile-home-park	US		0	America/Phoenix	32.15453	-110.95733	767			AZ	019		
7723114	Double R Ranch Mobile Home Park	double-r-ranch-mobile-home-park	US		0	America/Phoenix	32.27849	-111.00089	703			AZ	019		
7723115	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/Phoenix	32.29142	-111.01806	690			AZ	019		
7723116	Highlands Mobile Home Community	highlands-mobile-home-community	US		0	America/Phoenix	32.40081	-110.97504	779			AZ	019		
7723117	Mountainside Village Mobile Home Park	mountainside-village-mobile-home-park	US		0	America/Phoenix	32.13852	-111.03848	781			AZ	019		
7723118	Silent Wheels Ranchomes	silent-wheels-ranchomes	US		0	America/Phoenix	32.27148	-111.00423	699			AZ	019		
7723119	Silver Cholla Mobile Park	silver-cholla-mobile-park	US		0	America/Phoenix	32.29806	-111.01006	690			AZ	019		
7723120	Cammie's Foothills Vista Mobile Home Park	cammie-s-foothills-vista-mobile-home-park	US		0	America/Phoenix	32.26674	-110.90721	733			AZ	019		
7723121	Arizona Prarie Mobile Home Park	arizona-prarie-mobile-home-park	US		0	America/Phoenix	32.07067	-110.95958	787			AZ	019		
7723122	Cactus Cove Mobile Home Park	cactus-cove-mobile-home-park	US		0	America/Phoenix	32.28544	-111.00084	702			AZ	019		
7723123	North Star Mobile Home Community	north-star-mobile-home-community	US		0	America/Phoenix	32.27521	-111.00156	701			AZ	019		
7723124	Aloha Mobile Home Park	aloha-mobile-home-park	US		0	America/Phoenix	32.28399	-110.98496	704			AZ	019		
7723125	Apache Village Trailer Park	apache-village-trailer-park	US		0	America/Phoenix	32.14056	-110.89443	812			AZ	019		
7723126	Arizonian Mobile Home Park	arizonian-mobile-home-park	US		0	America/Phoenix	32.26458	-111.00207	700			AZ	019		
7723127	BeLaire Mobile Home Park	belaire-mobile-home-park	US		0	America/Phoenix	32.27141	-110.99738	701			AZ	019		
7723128	Bermuda Gardens Trailer Park	bermuda-gardens-trailer-park	US		0	America/Phoenix	32.27248	-110.98503	708			AZ	019		
7723129	Buffalo Mobile Home Park	buffalo-mobile-home-park	US		0	America/Phoenix	32.15562	-110.92582	785			AZ	019		
7723130	Cardinal Lane Mobile Home Park	cardinal-lane-mobile-home-park	US		0	America/Phoenix	32.11162	-111.02753	767			AZ	019		
7723131	Casa Dulce Mobile Home Park	casa-dulce-mobile-home-park	US		0	America/Phoenix	32.24114	-110.90168	756			AZ	019		
7723132	Colonial Mobile Homes Park	colonial-mobile-homes-park	US		0	America/Phoenix	32.13528	-110.96527	770			AZ	019		
7723133	Columbia Mobile Home Park	columbia-mobile-home-park	US		0	America/Phoenix	32.27072	-110.98854	707			AZ	019		
7723134	Covered Wagon Mobile Home Park	covered-wagon-mobile-home-park	US		0	America/Phoenix	32.24098	-110.91272	755			AZ	019		
7723135	Desert Palms Mobile Home Park	desert-palms-mobile-home-park	US		0	America/Phoenix	32.26991	-110.99386	704			AZ	019		
7723136	Desert Shores Mobile Home Park	desert-shores-mobile-home-park	US		0	America/Phoenix	32.25923	-110.98839	711			AZ	019		
7723137	Desert Sun Desert Winds Mobile Home Park	desert-sun-desert-winds-mobile-home-park	US		0	America/Phoenix	32.28548	-111.00203	701			AZ	019		
7723138	Desert Vista Mobile Home Park	desert-vista-mobile-home-park	US		0	America/Phoenix	32.1392	-110.89583	811			AZ	019		
7723139	Desert Willows Mobile Home Park Estates	desert-willows-mobile-home-park-estates	US		0	America/Phoenix	32.14335	-110.91649	797			AZ	019		
7723140	El Camino Mobile Park	el-camino-mobile-park	US		0	America/Phoenix	32.08444	-110.95967	791			AZ	019		
7723141	Falcon Ridge Mobile Home Park	falcon-ridge-mobile-home-park	US		0	America/Phoenix	32.19037	-111.09806	807			AZ	019		
7723142	Five Star Mobile Home Park	five-star-mobile-home-park	US		0	America/Phoenix	32.27074	-110.99356	704			AZ	019		
7723143	Foothills Mobile Home Park	foothills-mobile-home-park	US		0	America/Phoenix	32.27827	-110.94749	714			AZ	019		
7723144	Golden Dawn Mobile Home Park	golden-dawn-mobile-home-park	US		0	America/Phoenix	32.12816	-110.96175	775			AZ	019		
7723145	Golden Park for Mobile Homes	golden-park-for-mobile-homes	US		0	America/Phoenix	32.17968	-111.12154	769			AZ	019		
7723146	Las Palmes Mobile Home Park	las-palmes-mobile-home-park	US		0	America/Phoenix	32.12414	-110.96255	776			AZ	019		
7723147	Palm Vista Estates Mobile Home Park	palm-vista-estates-mobile-home-park	US		0	America/Phoenix	32.30559	-111.03112	683			AZ	019		
7723148	Palomino Mobile Home Community	palomino-mobile-home-community	US		0	America/Phoenix	32.14607	-110.9162	796			AZ	019		
7723149	Redwood Mobile Home Park	redwood-mobile-home-park	US		0	America/Phoenix	32.14003	-110.95107	778			AZ	019		
7723150	Romero Trailer Estates	romero-trailer-estates	US		0	America/Phoenix	32.2624	-111.00026	702			AZ	019		
7723151	Shannon Trees Mobile Home Park	shannon-trees-mobile-home-park	US		0	America/Phoenix	32.2974	-111.03012	684			AZ	019		
7723152	Shar I Don Trailer Park	shar-i-don-trailer-park	US		0	America/Phoenix	32.27822	-110.96586	712			AZ	019		
7723153	Sleepy Hollow Mobile Home Estates	sleepy-hollow-mobile-home-estates	US		0	America/Phoenix	32.25149	-110.98124	715			AZ	019		
7723154	Southgate Mobile Home Park	southgate-mobile-home-park	US		0	America/Phoenix	32.13899	-110.9511	778			AZ	019		
7723155	Triple K Mobile Home Park	triple-k-mobile-home-park	US		0	America/Phoenix	32.14613	-110.91535	795			AZ	019		
7723156	Valle Vista Mobile Home Park	valle-vista-mobile-home-park	US		0	America/Phoenix	32.29116	-111.01943	689			AZ	019		
7723157	Via Verde West Mobile Home Park	via-verde-west-mobile-home-park	US		0	America/Phoenix	32.14943	-110.92313	793			AZ	019		
7723158	Vista Del Rey Mobile Home Park	vista-del-rey-mobile-home-park	US		0	America/Phoenix	32.26932	-111.00427	699			AZ	019		
7723159	Mi Casa Mobile Home Park	mi-casa-mobile-home-park	US		0	America/Phoenix	31.3852	-110.95217	1120			AZ	023		
7723160	Rancho Rialto Mobile Home Park	rancho-rialto-mobile-home-park	US		0	America/Phoenix	32.66578	-114.42919	93			AZ	027		
7723161	Capri Mobile Park	capri-mobile-park	US		0	America/Phoenix	32.66623	-114.62664	61			AZ	027		
7723162	Friendly Acres Mobile Home Park	friendly-acres-mobile-home-park	US		0	America/Phoenix	32.71101	-114.65458	39			AZ	027		
7723163	Westward Village Mobile Park	westward-village-mobile-park	US		0	America/Phoenix	32.66689	-114.62997	60			AZ	027		
7723164	Sierra Pacific Mobile Home Park	sierra-pacific-mobile-home-park	US		0	America/Phoenix	32.69709	-114.54502	44			AZ	027		
7723165	Shangri - La Mobile Home Park	shangri-la-mobile-home-park	US		0	America/Phoenix	32.67239	-114.45062	82			AZ	027		
7723166	Chaparral Mobile Home Park	chaparral-mobile-home-park	US		0	America/Phoenix	32.69713	-114.65156	38			AZ	027		
7723167	Country Breeze Mobile Home Park	country-breeze-mobile-home-park	US		0	America/Phoenix	32.66401	-114.48041	65			AZ	027		
7723168	Desert Lakes Mobile Home Subdivision	desert-lakes-mobile-home-subdivision	US		0	America/Phoenix	32.65921	-114.63018	60			AZ	027		
7723169	Desert Palms Mobile Estates	desert-palms-mobile-estates	US		0	America/Phoenix	32.67747	-114.62704	59			AZ	027		
7723170	Desert Royal Mobile Park	desert-royal-mobile-park	US		0	America/Phoenix	32.66748	-114.61528	60			AZ	027		
7723171	Dunes West Mobile Home Park	dunes-west-mobile-home-park	US		0	America/Phoenix	32.66842	-114.63064	59			AZ	027		
7723172	Laguna Mobile Home Park	laguna-mobile-home-park	US		0	America/Phoenix	32.72555	-114.51477	45			AZ	027		
7723173	Melody Mobile Court	melody-mobile-court	US		0	America/Phoenix	32.68312	-114.59758	63			AZ	027		
7723174	Mesa Terrace Mobile Estates	mesa-terrace-mobile-estates	US		0	America/Phoenix	32.66478	-114.62602	61			AZ	027		
7723175	Palm Garden Estates Mobile Home Park	palm-garden-estates-mobile-home-park	US		0	America/Phoenix	32.70859	-114.66273	39			AZ	027		
7723176	Sun Vista Resort Mobile Home Park	sun-vista-resort-mobile-home-park	US		0	America/Phoenix	32.66648	-114.51036	66			AZ	027		
7723177	Sunny Acres Mobile Park	sunny-acres-mobile-park	US		0	America/Phoenix	32.72128	-114.66598	39			AZ	027		
7723178	Sunrise Mobile Home Estates	sunrise-mobile-home-estates	US		0	America/Phoenix	32.68616	-114.60131	63			AZ	027		
7723179	Sunset Mobile Home Park	sunset-mobile-home-park	US		0	America/Phoenix	32.67468	-114.62192	59			AZ	027		
7723180	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/Phoenix	32.66606	-114.6235	62			AZ	027		
7723181	Tucson Meadows Mobile Home Park	tucson-meadows-mobile-home-park	US		0	America/Phoenix	32.19705	-110.82075	806			AZ	019		
7723182	Adonis Mobile Home Subdivision	adonis-mobile-home-subdivision	US		0	America/Phoenix	32.4509	-111.1947	613			AZ	019		
7723183	Branding Iron Mobile Home Park	branding-iron-mobile-home-park	US		0	America/Phoenix	32.14453	-111.11032	754			AZ	019		
7723184	Fairhaven Mobile Home Park	fairhaven-mobile-home-park	US		0	America/Phoenix	32.27678	-110.98458	708			AZ	019		
7723185	Far Horizons Trailer Village	far-horizons-trailer-village	US		0	America/Phoenix	32.22636	-110.82663	785			AZ	019		
7723186	Gardner Mobile Home Estates	gardner-mobile-home-estates	US		0	America/Phoenix	32.28247	-111.00591	700			AZ	019		
7723187	Gardner Estates	gardner-estates	US		0	America/Phoenix	32.28239	-111.00826	698			AZ	019		
7727621	Millwood Mobile Home Park	millwood-mobile-home-park	US		0	America/Detroit	42.25972	-85.54778	255			MI	077	42160	
7727622	Pavillion Estates Mobile Home Park	pavillion-estates-mobile-home-park	US		0	America/Detroit	42.24167	-85.49722	264			MI	077	62960	
7727623	Sherwood Forest Mobile Home Park	sherwood-forest-mobile-home-park	US		0	America/Detroit	42.27556	-85.53889	235			MI	077	42180	
7727624	Oak Brook Estates Mobile Home Park	oak-brook-estates-mobile-home-park	US		0	America/Detroit	42.19167	-85.66667	278			MI	077	79300	
7727625	Wyngate Farms Manufactured Home Community	wyngate-farms-manufactured-home-community	US		0	America/Detroit	42.23611	-85.67444	289			MI	077	79300	
7727626	Saddlebrook Farms Manufactured Home Community	saddlebrook-farms-manufactured-home-community	US		0	America/Detroit	42.24389	-85.725	290			MI	077	79300	
7727627	Woodland Estates Mobile Home Park	woodland-estates-mobile-home-park	US		0	America/Detroit	42.24583	-85.725	291			MI	077	61400	
7727628	Huntington Run Mobile Home Park	huntington-run-mobile-home-park	US		0	America/Detroit	42.2583	-85.67149	293			MI	077	61400	
7727629	Franklin Valley Estates Mobile Home Park	franklin-valley-estates-mobile-home-park	US		0	America/Detroit	42.27333	-85.63194	265			MI	077	42160	
7727630	Meadow View Village Mobile Home Park	meadow-view-village-mobile-home-park	US		0	America/Detroit	42.27222	-85.63472	273			MI	077	42160	
7727631	Americana Estates Mobile Home Park	americana-estates-mobile-home-park	US		0	America/Detroit	42.27444	-85.64389	273			MI	077	42160	
7727632	Colonial Manor Mobile Home Park	colonial-manor-mobile-home-park	US		0	America/Detroit	42.28111	-85.65889	287			MI	077	61400	
7727633	Fountain Springs Mobile Home Park	fountain-springs-mobile-home-park	US		0	America/Detroit	42.27796	-85.68055	287			MI	077	61400	
7727634	Country Acres Village Mobile Home Park	country-acres-village-mobile-home-park	US		0	America/Detroit	42.32153	-85.62045	288			MI	077	42180	
7727635	Highland Hills Mobile Home Park	highland-hills-mobile-home-park	US		0	America/Detroit	42.31667	-85.60556	262			MI	077	42180	
7727636	Hillcrest Acres Mobile Home Park	hillcrest-acres-mobile-home-park	US		0	America/Detroit	42.3225	-85.60694	252			MI	077	42180	
7727637	Oakbrook Mobile Home Park	oakbrook-mobile-home-park	US		0	America/Detroit	42.32917	-85.59833	242			MI	077	42180	
7727638	Weatherstone Village Mobile Home Park	weatherstone-village-mobile-home-park	US		0	America/Detroit	42.33611	-85.52389	277			MI	077	68260	
7727639	Evergreen Park Mobile Home Park	evergreen-park-mobile-home-park	US		0	America/Detroit	42.37583	-85.58667	259			MI	077	17980	
7727640	Selkirk Mobile Home Park	selkirk-mobile-home-park	US		0	America/Detroit	42.39028	-85.63	290			MI	077	17980	
7727641	Royal Estates Mobile Home Park	royal-estates-mobile-home-park	US		0	America/Detroit	42.38	-85.67667	240			MI	077	00840	
7727715	Colonial Acres Mobile Home Park	colonial-acres-mobile-home-park	US		0	America/Detroit	42.24028	-85.54306	257			MI	077	42160	
7727717	Portage Terrace Mobile Home Park	portage-terrace-mobile-home-park	US		0	America/Detroit	42.65333	-85.56333	249			MI	005	84900	
7727718	Oak Brook Estates Mobile Home Park	oak-brook-estates-mobile-home-park	US		0	America/Detroit	42.21306	-85.57639	259			MI	077	65560	
7727766	Sugarloaf Mobile Home Park	sugarloaf-mobile-home-park	US		0	America/Detroit	42.15083	-85.62917	269			MI	077	71880	
7727776	Gale-Valley Estates Mobile Home Park	gale-valley-estates-mobile-home-park	US		0	America/Detroit	42.29033	-85.40911	240			MI	077	31260	
7727777	Andrews Estates Mobile Home Park	andrews-estates-mobile-home-park	US		0	America/Detroit	42.28389	-85.39444	250			MI	077	14720	
7727836	La Prairie Retirement Village	la-prairie-retirement-village	US		0	America/Chicago	43.08583	-91.14611	191			WI	023	65075	
7727837	Selchs Mobile Home Park	selchs-mobile-home-park	US		0	America/Chicago	43.03472	-91.13556	200			WI	023	65050	
7728028	Forest Hills Village	forest-hills-village	US		0	America/Chicago	42.33472	-89.01333	258			IL	201	32928	
7728029	Mancuso Village Park	mancuso-village-park	US		0	America/Chicago	42.17528	-89.06583	228			IL	201	65013	
7728030	South Bluff Homes	south-bluff-homes	US		0	America/Chicago	42.48694	-89.05417	236			IL	201	65169	
7728031	Family Manufactured Home Community	family-manufactured-home-community	US		0	America/Chicago	42.22444	-89.075	220			IL	201	65013	
7728032	Riverview Mobile Home Park	riverview-mobile-home-park	US		0	America/Chicago	42.24444	-89.10778	212			IL	201	65013	
7728033	Gem Suburban Manufactured Housing Community	gem-suburban-manufactured-housing-community	US		0	America/Chicago	42.21222	-89.10417	215			IL	201	65013	
7728034	Clarks Mobile Home Park	clarks-mobile-home-park	US		0	America/Chicago	42.23833	-89.1175	239			IL	201	65013	
7728035	Anns Mobile Home Park	anns-mobile-home-park	US		0	America/Chicago	42.23667	-89.11139	236			IL	201	65013	
7728036	Cecka Mobile Home Park	cecka-mobile-home-park	US		0	America/Chicago	42.18639	-89.15361	214			IL	201	65013	
7728037	Maple Leaf Mobile Home Park	maple-leaf-mobile-home-park	US		0	America/Chicago	42.32611	-89.02556	230			IL	201	32928	
7728038	Northgate Estates	northgate-estates	US		0	America/Chicago	42.49389	-89.06222	239			IL	201	65169	
7728039	Phil-Aire Estates	phil-aire-estates	US		0	America/Chicago	42.38722	-89.02972	229			IL	201	32928	
7728040	Rockford Mobile Home Park	rockford-mobile-home-park	US		0	America/Chicago	42.18639	-89.16306	226			IL	201	65013	
7728041	Enchanted Gardens Mobile Home Park	enchanted-gardens-mobile-home-park	US		0	America/Chicago	40.71028	-89.26556	233			IL	203	55821	
7728042	Tuckaway Manor Mobile Home Park	tuckaway-manor-mobile-home-park	US		0	America/Chicago	40.76528	-89.4775	234			IL	203	83544	
7728043	Charlottes Trailer Court	charlottes-trailer-court	US		0	America/Chicago	40.73694	-89.00917	224			IL	203	23750	
7728044	Kilpatricks Mobile Home Park	kilpatricks-mobile-home-park	US		0	America/Chicago	40.73417	-89.02417	231			IL	203	23750	
7728111	Marion Mobile Home Village	marion-mobile-home-village	US		0	America/Chicago	37.72472	-88.90833	131			IL	199		
7728112	Kay - Lou Trailer Courts	kay-lou-trailer-courts	US		0	America/Chicago	37.73667	-88.96333	131			IL	199		
7728113	Blue Blaze Mobile Home Estates	blue-blaze-mobile-home-estates	US		0	America/Chicago	37.80972	-89.05694	120			IL	199		
7728114	Williams Trailer Court	williams-trailer-court	US		0	America/Chicago	37.74611	-88.92694	137			IL	199		
7728115	Bill Butler Mobile Home Park	bill-butler-mobile-home-park	US		0	America/Chicago	37.71889	-88.93417	131			IL	199		
7728116	J D Carney Mobile Home Park	j-d-carney-mobile-home-park	US		0	America/Chicago	37.75722	-89.0825	131			IL	199		
7728117	Hickory Leaf Mobile Home Park	hickory-leaf-mobile-home-park	US		0	America/Chicago	37.74056	-89.05917	134			IL	199		
7728118	Juanitas Mobile Home Park	juanitas-mobile-home-park	US		0	America/Chicago	37.74361	-88.94139	140			IL	199		
7728119	Paradise Acres Manufactured Home Community	paradise-acres-manufactured-home-community	US		0	America/Chicago	37.765	-89.11556	128			IL	199		
7728352	Twin Pine Mobile Home Park	twin-pine-mobile-home-park	US		0	America/Detroit	42.26944	-84.71944	307			MI	025	72980	
7728443	Hannon Mobile Home Park	hannon-mobile-home-park	US		0	America/Chicago	39.5587	-89.3107	186			IL	021	74587	
7728444	Hillcrest Mobile Home Park	hillcrest-mobile-home-park	US		0	America/Chicago	39.5493	-89.2807	189			IL	021	74587	
7728445	Richwood Manor	richwood-manor	US		0	America/Chicago	39.3912	-89.0686	207			IL	021	57485	
7728446	Big Oak Mobile Home Park	big-oak-mobile-home-park	US		0	America/Chicago	39.5469	-89.283	185			IL	021	74587	
7728447	Cherry Wood Trailer Park	cherry-wood-trailer-park	US		0	America/Chicago	39.5633	-89.3078	186			IL	021	74587	
7728448	Park Manor	park-manor	US		0	America/Chicago	39.3857	-89.0671	207			IL	021	57485	
7728530	Greenview Estates	greenview-estates	US		0	America/Chicago	42.25833	-88.88806	232			IL	007	05105	
7728533	Oak Lawn Mobile Home Park	oak-lawn-mobile-home-park	US		0	America/Chicago	42.34361	-88.85389	274			IL	007	61158	
7728537	Holiday Acres Mobile Home Park	holiday-acres-mobile-home-park	US		0	America/Chicago	42.25583	-88.77139	233			IL	007	07302	
7728539	Bel-Bo Mobile Home Park	bel-bo-mobile-home-park	US		0	America/Chicago	42.25361	-88.86056	234			IL	007	05105	
7728541	Creek Valley Mobile Home Park	creek-valley-mobile-home-park	US		0	America/Detroit	42.36167	-85.23472	264			MI	025	06720	
7728542	Park Meadowlands West Mobile Home Court	park-meadowlands-west-mobile-home-court	US		0	America/Chicago	42.30111	-88.88778	256			IL	007	05105	
7728543	Triangle Mobile Home Park	triangle-mobile-home-park	US		0	America/Detroit	42.3125	-85.14167	272			MI	025	25935	
7728544	Avonwood Village Mobile Home Park	avonwood-village-mobile-home-park	US		0	America/Detroit	42.3125	-85.14417	269			MI	025	25935	
7728545	Hickory Hills Village Mobile Home Park	hickory-hills-village-mobile-home-park	US		0	America/Detroit	42.22444	-85.17722	289			MI	025	57620	
7728546	Rolling Hills Mobile Home Community	rolling-hills-mobile-home-community	US		0	America/Detroit	42.35417	-85.21667	265			MI	025	05920	
7728548	Oak Forest Mobile Home Park	oak-forest-mobile-home-park	US		0	America/Detroit	42.32444	-85.13056	268			MI	025	25935	
7728549	Thunderbird Mobile Village	thunderbird-mobile-village	US		0	America/Detroit	42.33278	-85.24361	250			MI	025	75700	
7728550	Baker Village Mobile Home Park	baker-village-mobile-home-park	US		0	America/Detroit	42.29917	-85.16667	260			MI	025	25935	
7728581	Shorewood Forest	shorewood-forest	US		2708	America/Chicago	41.46315	-87.14472	220			IN	127	77570	
7728583	Cordry Sweetwater Lakes	cordry-sweetwater-lakes	US		1128	America/Indiana/Indianapolis	39.30464	-86.11837	280			IN	013	30528	
7728597	Avenue A Mobile Home Estates	avenue-a-mobile-home-estates	US		0	America/Detroit	42.32583	-85.25111	271			MI	025	75700	
7728603	New Village Estates Mobile Home Park	new-village-estates-mobile-home-park	US		0	America/Detroit	42.14056	-84.8	299			MI	025	38940	
7728630	Birchwood Estates Mobile Home Park	birchwood-estates-mobile-home-park	US		0	America/Detroit	42.12778	-85.225	272			MI	025	03900	
7728648	Sprucetree Mobile Home Court	sprucetree-mobile-home-court	US		0	America/Detroit	42.27806	-84.93556	282			MI	025	51520	
7728650	Sunrise Mobile Home Park	sunrise-mobile-home-park	US		0	America/Detroit	42.27056	-85.00222	281			MI	025	51960	
7728716	Knollwood Estates Mobile Home Park	knollwood-estates-mobile-home-park	US		0	America/Chicago	42.27417	-89.61417	244			IL	177	27897	
7728717	Timber Ridge Mobile Home Park	timber-ridge-mobile-home-park	US		0	America/Chicago	42.24361	-89.6025	257			IL	177	69953	
7728718	Stephenson Mobile Home Estates	stephenson-mobile-home-estates	US		0	America/Chicago	42.29889	-89.74667	278			IL	177	32902	
7728719	West Town Mobile Home Park	west-town-mobile-home-park	US		0	America/Chicago	42.30778	-89.65167	250			IL	177	27897	
7728720	River Road Mobile Home Park	river-road-mobile-home-park	US		0	America/Chicago	42.31028	-89.52611	259			IL	177	41885	
7728721	Pauls Friendly City Mobile Home Park	pauls-friendly-city-mobile-home-park	US		0	America/Chicago	38.87889	-89.39444	161			IL	005	12112	
7728763	Fairlane Estates Mobile Home Park	fairlane-estates-mobile-home-park	US		0	America/Detroit	42.60056	-83.90972	280			MI	093	60120	
7728776	Burkhart Ridge Mobile Home Park	burkhart-ridge-mobile-home-park	US		0	America/Detroit	42.61028	-84.00333	275			MI	093	39560	
7728787	Fairlawn Estates Mobile Home Park	fairlawn-estates-mobile-home-park	US		0	America/Detroit	42.62389	-83.915	281			MI	093	39560	
7728789	Oak Crest Trailer Park	oak-crest-trailer-park	US		0	America/Detroit	42.61528	-83.90833	289			MI	093	60120	
7728792	Chateau Estates Mobile Home Park	chateau-estates-mobile-home-park	US		0	America/Detroit	42.59778	-83.93889	285			MI	093	39540	
7728816	Alan's Mobile Home Park	alan-s-mobile-home-park	US		0	America/Detroit	42.65278	-84.11389	274			MI	093	36340	
7728817	Cedar River Estates Mobile Home Park	cedar-river-estates-mobile-home-park	US		0	America/Detroit	42.65278	-84.07722	273			MI	093	36340	
7728818	Grand Shire Estates Mobile Home Park	grand-shire-estates-mobile-home-park	US		0	America/Detroit	42.65111	-84.07722	274			MI	093	36340	
7728877	Pump Springs Mobile Home Park	pump-springs-mobile-home-park	US		0	America/New_York	36.56194	-83.62694	437			TN	025		
7728878	Highberry Trailer Park	highberry-trailer-park	US		0	America/New_York	36.42972	-83.55833	469			TN	025		
7728879	Mockingbird Mobile Home Park	mockingbird-mobile-home-park	US		0	America/New_York	36.55889	-83.62583	465			TN	025		
7728880	Saddle Ridge	saddle-ridge	US		0	America/New_York	36.44	-83.61139	465			TN	025		
7728881	Merrit Mobile Village	merrit-mobile-village	US		0	America/Chicago	35.18861	-86.08139	296			TN	051		
7728911	Sylvan Glen Mobile Estates	sylvan-glen-mobile-estates	US		0	America/Detroit	42.56667	-83.825	304			MI	093	31860	
7728912	Woodland Lake Mobile Courts	woodland-lake-mobile-courts	US		0	America/Detroit	42.55917	-83.7925	293			MI	093	10640	
7728914	Starlight Mobile Home Park	starlight-mobile-home-park	US		0	America/Detroit	42.4975	-83.75417	274			MI	093	35060	
7728974	Monroe Estates	monroe-estates	US		0	America/Chicago	42.59028	-89.66306	317			WI	045	53750	
7728975	Swisshaven Mobile Home Park	swisshaven-mobile-home-park	US		0	America/Chicago	42.61361	-89.63444	321			WI	045	53750	
7728976	Cardinal Crest	cardinal-crest	US		0	America/Chicago	42.61111	-89.37861	241			WI	045	09925	
7728977	Southside Mobile Home Park	southside-mobile-home-park	US		0	America/Chicago	42.80639	-89.63917	268			WI	045	56700	
7728979	Evergreen Terrace	evergreen-terrace	US		0	America/Chicago	43.18722	-90.43556	210			WI	043	55200	
7728980	Rux Mobile Home Park	rux-mobile-home-park	US		0	America/Chicago	43.18472	-90.41444	211			WI	043	55200	
7728981	Country Air Mobile Home Estates	country-air-mobile-home-estates	US		0	America/Chicago	42.34472	-90.00167	308			IL	085	72793	
7728982	Griffiths Mobile Home Park	griffiths-mobile-home-park	US		0	America/Chicago	42.25111	-90.29389	207			IL	085	32720	
7728983	J and J Mobile Home Park	j-and-j-mobile-home-park	US		0	America/Chicago	42.34694	-90.00417	300			IL	085	72793	
7728984	Woodland Valley Courts	woodland-valley-courts	US		0	America/Chicago	42.20639	-90.23806	210			IL	085	32720	
7729021	Prairie Knolls Mobile Home Park	prairie-knolls-mobile-home-park	US		0	America/New_York	39.62194	-83.48944	309			OH	047	59486	
7729022	Tower Mobile Home Park	tower-mobile-home-park	US		0	America/New_York	39.53056	-83.42417	294			OH	047	81718	
7729023	Staffans Mobile Home Park	staffans-mobile-home-park	US		0	America/New_York	39.50861	-83.37861	288			OH	047	82166	
7729024	Twin Acres Mobile Home Park	twin-acres-mobile-home-park	US		0	America/New_York	39.5375	-83.45361	298			OH	047	81718	
7729025	Babingtons Trailer Park	babingtons-trailer-park	US		0	America/New_York	39.17778	-83.45361	285			OH	071	48034	
7729026	Country Home Trailer Park	country-home-trailer-park	US		0	America/New_York	39.21222	-83.43944	290			OH	071	59500	
7729027	Kimballs Mobile Home Park	kimballs-mobile-home-park	US		0	America/New_York	39.34583	-83.39111	281			OH	071	46452	
7729028	Lighthouse Trailer Park	lighthouse-trailer-park	US		0	America/New_York	39.19306	-83.43444	274			OH	071	59500	
7729029	Blair Modern Trailer Court	blair-modern-trailer-court	US		0	America/New_York	39.19722	-83.60611	322			OH	071	43190	
7729030	Henrys Trailer Court	henrys-trailer-court	US		0	America/New_York	39.19639	-83.43306	282			OH	071	59500	
7729031	Hillsboro Mobile Home Park	hillsboro-mobile-home-park	US		0	America/New_York	39.20722	-83.58444	334			OH	071	43190	
7729032	Lynwood Terrace	lynwood-terrace	US		0	America/New_York	39.21333	-83.61056	316			OH	071	43190	
7729033	South Branch Trailer Court	south-branch-trailer-court	US		0	America/New_York	39.17333	-83.47111	295			OH	071	48034	
7729034	Gladdens Trailer Court	gladdens-trailer-court	US		0	America/New_York	39.64611	-81.84278	203			OH	115	52122	
7729035	Morgan Meadows Mobile Home Park	morgan-meadows-mobile-home-park	US		0	America/New_York	39.70028	-81.88694	210			OH	115	06964	
7729129	D and S Mobile Village	d-and-s-mobile-village	US		0	America/New_York	40.29472	-84.17417	316			OH	149	16168	
7729130	Lakeside Village	lakeside-village	US		0	America/New_York	40.29389	-84.185	321			OH	149	16168	
7729131	Christopher Northbrook Mobile Home Park	christopher-northbrook-mobile-home-park	US		0	America/New_York	40.31944	-84.16472	318			OH	149	28434	
7729132	Northwood Mobile Home Park	northwood-mobile-home-park	US		0	America/New_York	40.31278	-84.15861	319			OH	149	16168	
7729133	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/New_York	40.27889	-84.15	285			OH	149	16168	
7729134	Steinke Trailer Park	steinke-trailer-park	US		0	America/New_York	40.46833	-84.17667	304			OH	149	22050	
7729145	Canaan Community Mobile Home Park	canaan-community-mobile-home-park	US		0	America/New_York	40.01556	-83.26472	282			OH	097	11234	
7729146	The Suburbans Mobile Home Park	the-suburbans-mobile-home-park	US		0	America/New_York	40.06917	-83.24278	282			OH	097	11234	
7729147	Green Meadows Mobile Home Park	green-meadows-mobile-home-park	US		0	America/New_York	39.98333	-83.39528	306			OH	097	51478	
7729148	Jefferson Lodge Mobile Home Park	jefferson-lodge-mobile-home-park	US		0	America/New_York	39.945	-83.29639	286			OH	097	38696	
7729149	Plumwood Mobile Home Park	plumwood-mobile-home-park	US		0	America/New_York	39.72972	-83.33306	285			OH	097	63338	
7729150	Oakwood Acres	oakwood-acres	US		0	America/New_York	39.94278	-83.28694	288			OH	097	38696	
7729151	Cordle Mobile Home Park	cordle-mobile-home-park	US		0	America/New_York	39.86389	-83.5175	340			OH	097	78428	
7729152	Syphrit Mobile Home Park	syphrit-mobile-home-park	US		0	America/New_York	40.105	-83.26306	283			OH	097	20142	
7729153	Wagon Wheel Mobile Home Park	wagon-wheel-mobile-home-park	US		0	America/New_York	39.75361	-83.24056	271			OH	129	20156	
7729154	Sun Set Mobile Home Park	sun-set-mobile-home-park	US		0	America/New_York	39.74306	-83.24222	274			OH	129	20156	
7729155	Troyer Mobile Home Park	troyer-mobile-home-park	US		0	America/New_York	40.10944	-83.27583	286			OH	159	39046	
7729160	Harvest Square Mobile Home Park	harvest-square-mobile-home-park	US		0	America/New_York	40.03083	-83.78111	299			OH	021	79086	
7729161	McKeever Mobile Home Park	mckeever-mobile-home-park	US		0	America/New_York	40.12194	-83.74583	321			OH	021	79086	
7729162	Paris Court West	paris-court-west	US		0	America/New_York	40.13389	-83.98139	374			OH	021	39228	
7729164	Valley View Mobile Home Park	valley-view-mobile-home-park	US		0	America/New_York	40.06972	-83.77056	326			OH	021	79086	
7729166	Mar-nel Mobile Home Park	mar-nel-mobile-home-park	US		0	America/New_York	40.16583	-83.72472	328			OH	021	69820	
7729169	Paris Court East	paris-court-east	US		0	America/New_York	40.12472	-83.95583	368			OH	021	39228	
7729171	Frost Mobile Home Park	frost-mobile-home-park	US		0	America/New_York	40.07639	-83.55194	328			OH	021	30982	
7729253	Southtowne Meadows	southtowne-meadows	US		0	America/New_York	40.33	-83.75472	370			OH	091	43246	
7729254	Geigers House Trailer Park	geigers-house-trailer-park	US		0	America/New_York	40.48167	-83.92028	301			OH	091	74780	
7729255	Indian Hills Mobile Court	indian-hills-mobile-court	US		0	America/New_York	40.34889	-83.70444	443			OH	091	38682	
7729256	Royal Coach Estates	royal-coach-estates	US		0	America/New_York	40.31167	-83.68389	388			OH	091	51464	
7729257	Wayside Mobile Home Park	wayside-mobile-home-park	US		0	America/New_York	40.36722	-83.77389	368			OH	091	33908	
7729258	Holiday Harbor Mobile Home Park	holiday-harbor-mobile-home-park	US		0	America/New_York	40.47306	-83.88861	304			OH	091	81424	
7729259	Holiday Shores Mobile Home Park	holiday-shores-mobile-home-park	US		0	America/New_York	40.5125	-83.91611	306			OH	091	74780	
7729260	Pleasant View Mobile Home Park	pleasant-view-mobile-home-park	US		0	America/New_York	40.31694	-83.91333	307			OH	091	63324	
7729261	Tammis Mobile Village	tammis-mobile-village	US		0	America/New_York	40.52806	-83.8475	305			OH	091	66740	
7729262	Blackhawk Mobile Home Park	blackhawk-mobile-home-park	US		0	America/New_York	40.505	-83.91667	304			OH	091	74780	
7729263	Wammes Mobile Home Park	wammes-mobile-home-park	US		0	America/New_York	40.34167	-83.76333	373			OH	091	41286	
7729264	Lakes Edge Mobile Park	lakes-edge-mobile-park	US		0	America/New_York	40.48806	-83.92278	302			OH	091	74780	
7729295	Columbia Estates Mobile Home Park	columbia-estates-mobile-home-park	US		0	America/New_York	40.54806	-84.37194	274			OH	011		
7729296	Royal Crest Mobile Home Park	royal-crest-mobile-home-park	US		0	America/New_York	40.56222	-84.185	275			OH	011	22722	
7729297	Colonial Estates	colonial-estates	US		0	America/New_York	40.56278	-84.1875	274			OH	011	22722	
7729298	Four Seasons Trailer Park	four-seasons-trailer-park	US		0	America/New_York	40.56056	-84.20389	272			OH	011	22722	
7729299	Parker Shady Acres Mobile Home Park	parker-shady-acres-mobile-home-park	US		0	America/New_York	40.54528	-84.4175	271			OH	011		
7729300	Paradise Court	paradise-court	US		0	America/New_York	40.54556	-84.41139	272			OH	011		
7729301	Barlage Trailer Park	barlage-trailer-park	US		0	America/New_York	40.54472	-84.42778	267			OH	011		
7729302	Indian Village Mobile Home Park	indian-village-mobile-home-park	US		0	America/New_York	40.68222	-84.12444	267			OH	003	71955	
7729303	Shawnee Mobile Home Park	shawnee-mobile-home-park	US		0	America/New_York	40.68556	-84.13111	268			OH	003	71955	
7729304	West Lake Village	west-lake-village	US		0	America/New_York	40.37528	-84.36194	292			OH	149	46172	
7729305	Spirk Mobile Home Park	spirk-mobile-home-park	US		0	America/New_York	40.37111	-84.36611	292			OH	149	46172	
7729374	Highland Heights Mobile Village	highland-heights-mobile-village	US		0	America/Chicago	44.81917	-87.40861	220			WI	029	77875	
7729375	Willems Mobile Home Park	willems-mobile-home-park	US		0	America/Chicago	44.83639	-87.56389	184			WI	029	28300	
7729376	Camelot Terrace	camelot-terrace	US		0	America/Chicago	44.65944	-88.21889	239			WI	009	65675	
7729377	A and V Terrace Gardens	a-and-v-terrace-gardens	US		0	America/Chicago	44.51861	-87.96611	182			WI	009	31000	
7729378	River View Mobile Home Park	river-view-mobile-home-park	US		0	America/Chicago	44.42056	-88.09139	185			WI	009	19775	
7729379	North Baird Mobile Home Park	north-baird-mobile-home-park	US		0	America/Chicago	44.51917	-87.985	178			WI	009	31000	
7729380	Olympic Village	olympic-village	US		0	America/Chicago	44.34306	-87.82472	265			WI	009	19700	
7729381	Hobart Mobile Home Park	hobart-mobile-home-park	US		0	America/Chicago	44.52111	-88.09194	199			WI	009	31000	
7729382	Pleasant View Mobile Home Park	pleasant-view-mobile-home-park	US		0	America/Chicago	44.68194	-88.20222	237			WI	083	14125	
7729501	Dove Valley	dove-valley	US		5243	America/Denver	39.57771	-104.8294	1748			CO	005		
7729502	Doe Valley	doe-valley	US		1931	America/New_York	37.95665	-86.11653	185			KY	163		
7729506	Valley Vista Estates	valley-vista-estates	US		0	America/Chicago	41.72389	-89.91194	187			IL	195	45291	
7729507	Sikkemas Trailer Park	sikkemas-trailer-park	US		0	America/Chicago	41.85417	-90.16389	177			IL	195	28157	
7729508	Woodlawn Trailer Court	woodlawn-trailer-court	US		0	America/Chicago	41.79	-89.71917	202			IL	195	72553	
7729509	Jim Davis Mobile Home Park	jim-davis-mobile-home-park	US		0	America/Chicago	38.08917	-88.18167	124			IL	193	11306	
7729510	Fairfield Estates	fairfield-estates	US		0	America/Chicago	38.38528	-88.36861	134			IL	191	41755	
7729522	Windham Hill Manufactured Home Community	windham-hill-manufactured-home-community	US		0	America/Detroit	42.27806	-84.475	303			MI	075	08760	
7729523	Jackson Mobile Home Park	jackson-mobile-home-park	US		0	America/Detroit	42.22056	-84.38611	294			MI	075	77200	
7729524	Cozy Mobile Home Community	cozy-mobile-home-community	US		0	America/Detroit	42.19528	-84.37972	302			MI	075	77200	
7729525	Walnut Ridge Manufactured Home Community	walnut-ridge-manufactured-home-community	US		0	America/Detroit	42.2925	-84.44694	296			MI	075	08760	
7729526	English Meadows Mobile Home Park	english-meadows-mobile-home-park	US		0	America/Detroit	42.28972	-84.44694	299			MI	075	08760	
7729527	Coffman Trailer Court	coffman-trailer-court	US		0	America/Detroit	42.25417	-84.46611	305			MI	075	08760	
7729528	Sherman Oaks Mobile Park	sherman-oaks-mobile-park	US		0	America/Detroit	42.33639	-84.41806	292			MI	075	68920	
7729529	Indian Village Mobile Home Park	indian-village-mobile-home-park	US		0	America/Detroit	42.21944	-84.35472	287			MI	075	46980	
7729530	Holiday Manor Park	holiday-manor-park	US		0	America/Detroit	42.27833	-84.31528	300			MI	075	46980	
7729531	Sun Valley Mobile Home Estates	sun-valley-mobile-home-estates	US		0	America/Detroit	42.25833	-84.37167	292			MI	075	08760	
7838982	Pacific Heights	pacific-heights	US		0	America/Los_Angeles	37.79249	-122.43495		Pac Heights		CA	075		
7838985	Alcatraz	alcatraz	US		0	America/Los_Angeles	37.8264	-122.42271				CA			
7838986	China Basin	china-basin	US		0	America/Los_Angeles	37.77757	-122.39473				CA	075		
7838987	South of Market	south-of-market	US		0	America/Los_Angeles	37.77757	-122.40435		SOMA,Saut uf Market,shi chang nan,Саут ъф Маркет,市场南		CA	075		
7838989	Mission Bay	mission-bay	US		0	America/Los_Angeles	37.77017	-122.39164				CA	075		
7838990	Dogpatch	dogpatch	US		0	America/Los_Angeles	37.76108	-122.38838				CA	075		
7839138	Armory Square	armory-square	US		0	America/New_York	43.04796	-76.15551				NY	067	73000	
7839217	Harris Branch	harris-branch	US		0	America/Chicago	30.35279	-97.61571				TX	453		
7839240	Enchanted Hills	enchanted-hills	US		87521	America/Denver	35.33676	-106.59296	1500			NM	043		
7869907	Rivers Oaks	rivers-oaks	US		0	America/New_York	38.58524	-77.29596				VA	153		
7870012	Rose Glen	rose-glen	US		100	America/New_York	37.43302	-77.64267	68			VA	041		
7870051	The Valley	the-valley	US		0	America/New_York	42.99919	-76.14942				NY	067	73000	
7870099	Avalon Creek	avalon-creek	US		0	America/New_York	41.23822	-80.70722				OH	155	80052	
7870100	The Woods	the-woods	US		0	America/New_York	41.24863	-80.71323				OH	155	36554	
7870101	Avalon Estates	avalon-estates	US		0	America/New_York	41.23514	-80.72175				OH	155	36554	
7870102	Camden Pond	camden-pond	US		0	America/New_York	41.2323	-80.73061				OH	155	36554	
7870103	Hunters Woods	hunters-woods	US		0	America/New_York	41.23464	-80.73479				OH	155	36554	
7870104	Hunt Club	hunt-club	US		0	America/New_York	41.2545	-80.71574				OH	155	36554	
7870105	Misty Woods	misty-woods	US		0	America/New_York	41.22667	-80.72254				OH	155	36554	
7870106	Forest Hills Estates	forest-hills-estates	US		0	America/New_York	41.22233	-80.72981				OH	155	36554	
7870107	Avalon Village	avalon-village	US		0	America/New_York	41.23498	-80.70789				OH	155	80052	
7870108	Coral Ridge	coral-ridge	US		0	America/New_York	41.24322	-80.6901				OH	155	80052	
7870109	Hills & Dales	hills-dales	US		0	America/New_York	41.246	-80.73535				OH	155	36554	
7870110	Brittainy Oaks	brittainy-oaks	US		0	America/New_York	41.26029	-80.72029				OH	155	36554	
7870111	Amberwood	amberwood	US		0	America/New_York	41.2133	-80.73046				OH	155	36554	
7870112	Howland Commons	howland-commons	US		0	America/New_York	41.21605	-80.74093				OH	155	36554	
7870113	Country Place	country-place	US		0	America/New_York	41.21359	-80.70145				OH	155	80052	
7870115	Downtown	downtown	US		0	America/New_York	41.07236	-81.52495				OH	153	01000	
7870116	Tallmadge Hills	tallmadge-hills	US		0	America/New_York	41.08876	-81.38904				OH	153	76106	
7870628	High Plains Village	high-plains-village	US		0	America/Denver	40.41219	-105.01756				CO	069		
7870705	Hampton Run	hampton-run	US		0	America/New_York	41.2651	-80.71363				OH	155	36554	
7870714	Timber Creek Estates	timber-creek-estates	US		0	America/New_York	41.29316	-80.74818				OH	155	04444	
7870715	Woodland Trails	woodland-trails	US		0	America/New_York	41.28668	-80.75848				OH	155	04444	
7870716	Timber Creek Heights	timber-creek-heights	US		0	America/New_York	41.29393	-80.73621				OH	155	04444	
7870717	Shepherd's Hill	shepherd-s-hill	US		0	America/New_York	41.3146	-80.71625				OH	155	18812	
7870721	Weddington Ridge	weddington-ridge	US		0	America/New_York	35.07514	-80.72243				NC	119		
7870732	Willowmere	willowmere	US		0	America/New_York	35.07672	-80.73295				NC	119		
7870788	Washington Park	washington-park	US		0	America/New_York	41.57796	-76.01187				PA	131	81344	
7870809	Bridlespur	bridlespur	US		0	America/Chicago	38.93411	-94.59126				MO	095	38054	
7870810	Country Lane Estates	country-lane-estates	US		0	America/Chicago	38.9299	-94.6001				MO	095	38054	
7870838	Squier Park	squier-park	US		0	America/Chicago	39.05858	-94.56945				MO	095	38054	
7871013	Umstead Industrial Park	umstead-industrial-park	US		0	America/New_York	35.89545	-78.74519				NC	183	91772	
7871014	Brier Creek	brier-creek	US		0	America/New_York	35.90977	-78.79901				NC	183	90576	
7871015	Harrington Grove	harrington-grove	US		0	America/New_York	35.92687	-78.74579				NC	183	91772	
7871020	Laurel Hills	laurel-hills	US		0	America/New_York	35.83639	-78.70236				NC	183	92036	
7871021	Alexanger Place	alexanger-place	US		0	America/New_York	35.91359	-78.77352				NC	183	91772	
7871022	Glenwood Crossings	glenwood-crossings	US		0	America/New_York	35.8839	-78.74116				NC	183	91548	
7871026	Dominion Park	dominion-park	US		0	America/New_York	35.9097	-78.74468				NC	183	91772	
7871027	Harrington Pointe	harrington-pointe	US		0	America/New_York	35.91568	-78.73687				NC	183	91772	
7871028	Stonehenge	stonehenge	US		0	America/New_York	35.89385	-78.68855				NC	183	91772	
7871031	Greystone	greystone	US		0	America/New_York	35.88655	-78.66958				NC	183	91548	
7871391	Rockridge	rockridge	US		0	America/Los_Angeles	37.84283	-122.2462				CA	001		
7874020	Partridge Creek	partridge-creek	US		0	America/Detroit	42.62815	-82.94566				MI	099		
7900924	White Oak Landing	white-oak-landing	US		0	America/Chicago	29.93106	-95.6271				TX	201		
7900963	Oak Cliff Place	oak-cliff-place	US		1800	America/Chicago	29.92712	-95.62672				TX	201		
7900982	Wortham Grove	wortham-grove	US		0	America/Chicago	29.92496	-95.61672				TX	201		
7901022	Wortham Estates	wortham-estates	US		0	America/Chicago	29.93143	-95.61753				TX	201		
7901051	Wortham Falls	wortham-falls	US		0	America/Chicago	29.93508	-95.6138				TX	201		
7901091	White Oak Springs	white-oak-springs	US		0	America/Chicago	29.93158	-95.63315				TX	201		
7901099	Hemwick Place	hemwick-place	US		0	America/Chicago	29.93188	-95.63839				TX	201		
7901137	White Oak Falls	white-oak-falls	US		0	America/Chicago	29.9221	-95.63436				TX	201		
7901164	Wortham Park	wortham-park	US		0	America/Chicago	29.92998	-95.61148				TX	201		
7901189	Cypress Chase	cypress-chase	US		0	America/Chicago	29.94378	-95.64096				TX	201		
7901223	Cypress Falls Estates	cypress-falls-estates	US		0	America/Chicago	29.91823	-95.63955				TX	201		
7901284	Preston Trails	preston-trails	US		0	America/Chicago	29.64442	-95.16902				TX	201		
7901306	Burkeshire	burkeshire	US		0	America/Chicago	29.64513	-95.18306				TX	201		
7901333	Parkview South	parkview-south	US		0	America/Chicago	29.6486	-95.18889				TX	201		
7901357	Vista Oaks	vista-oaks	US		0	America/Chicago	29.6555	-95.16422				TX	201		
7901412	Parkgate North	parkgate-north	US		0	America/Chicago	29.65274	-95.16739				TX	201		
7901432	Rancho Vista	rancho-vista	US		0	America/Chicago	29.6539	-95.18048				TX	201		
7901445	Summer Meadows	summer-meadows	US		0	America/Chicago	29.64427	-95.16272				TX	201		
7901464	Preston Trails South	preston-trails-south	US		0	America/Chicago	29.63935	-95.16941				TX	201		
7901473	Park Ridge Estates	park-ridge-estates	US		0	America/Chicago	29.63502	-95.17756				TX	201		
7910260	Tsiu River	tsiu-river	US		0	America/Anchorage	60.07518	-143.09452				AK	261		
7910364	Wapanitia	wapanitia	US		2	America/Los_Angeles	45.2536	-121.71414	1036			OR	005		
7910506	Poinsett Park	poinsett-park	US		0	America/Los_Angeles	37.93255	-122.31697				CA	013		
7932374	Country Club Estates	country-club-estates	US		0	America/New_York	41.23354	-80.77363				OH	155	80892	
7932601	Midtown East	midtown-east	US		0	America/New_York	40.7509	-73.96442				NY	061		
8014915	WaterSound	watersound	US		0	America/Chicago	30.30122	-86.07114				FL	131		
8029963	Black Ridge	black-ridge	US		0	America/Los_Angeles	45.9772	-122.36797	200			WA	015		
8029964	Cresap Bay	cresap-bay	US		0	America/Los_Angeles	45.96842	-122.38587				WA	011		
8029965	Speelyai	speelyai	US		0	America/Los_Angeles	45.98205	-122.41937				WA	015		
8029966	DayBreak	daybreak	US		0	America/Los_Angeles	45.81202	-122.58858				WA	011		
8029968	Yale Park	yale-park	US		0	America/Los_Angeles	46.02575	-122.31894				WA	015		
8030077	Mar Lago Village	mar-lago-village	US		0	America/New_York	26.12107	-80.32512				FL	011		
8030078	Lago Mar	lago-mar	US		0	America/New_York	26.12512	-80.31986				FL	011		
8030079	Alexon Solero	alexon-solero	US		0	America/New_York	26.12096	-80.32815	1			FL	011		
8030351	Johns Creek City Hall	johns-creek-city-hall	US		0	America/New_York	34.0666	-84.16703				GA	121		
8051216	Moran Prarie	moran-prarie	US		0	America/Los_Angeles	47.60611	-117.36935				WA	063		
8051217	Lincoln Heights	lincoln-heights	US		0	America/Los_Angeles	47.63746	-117.36832				WA	063		
8051218	Peaceful Valley	peaceful-valley	US		0	America/Los_Angeles	47.65828	-117.43518				WA	063		
8051219	Latah Valley	latah-valley	US		0	America/Los_Angeles	47.60362	-117.4193				WA	063		
8051220	East Central	east-central	US		0	America/Los_Angeles	47.6581	-117.36746				WA	063		
8051221	West Central	west-central	US		0	America/Los_Angeles	47.67047	-117.44368				WA	063		
8051222	Nevada/Lingerwood	nevada-lingerwood	US		0	America/Los_Angeles	47.72812	-117.38737				WA	063		
8051224	Five Mile Prairie	five-mile-prairie	US		0	America/Los_Angeles	47.74394	-117.45947				WA	063		
8051225	Balboa	balboa	US		0	America/Los_Angeles	47.72732	-117.47801		South Indian Trail		WA	063		
8051226	Northwest	northwest	US		0	America/Los_Angeles	47.71045	-117.4605				WA	063		
8051227	Hillyard	hillyard	US		0	America/Los_Angeles	47.7052	-117.35218				WA	063		
8062482	Mid Heights	mid-heights	US		0	America/New_York	39.26419	-84.27398				OH	061	45108	
8062483	Claiborne East	claiborne-east	US		0	America/New_York	39.26572	-84.28252				OH	061	45108	
8062484	Claiborne West	claiborne-west	US		0	America/New_York	39.26572	-84.28617				OH	061	45108	
8062485	North Heights	north-heights	US		0	America/New_York	39.26971	-84.2793				OH	061	45108	
8062487	Hidden Lakes	hidden-lakes	US		0	America/New_York	41.26639	-80.72921				OH	155	36554	
8062489	Sherwood Greens	sherwood-greens	US		0	America/New_York	41.25487	-80.72614				OH	155	36554	
8062490	Kensington Manor	kensington-manor	US		0	America/New_York	41.25761	-80.73174				OH	155	36554	
8062491	Crosswinds	crosswinds	US		0	America/New_York	41.24874	-80.74419				OH	155	36554	
8062493	Burning Oaks	burning-oaks	US		0	America/New_York	41.23425	-80.74711				OH	155	36554	
8062494	Northwoods	northwoods	US		0	America/New_York	41.24388	-80.76679				OH	155	80892	
8062495	Willow Brook	willow-brook	US		0	America/New_York	41.25165	-80.76934				OH	155	80892	
8062496	Albion Heights	albion-heights	US		0	America/New_York	41.21918	-80.76814				OH	155	36554	
8062497	Raccoone Pointe	raccoone-pointe	US		0	America/New_York	41.25952	-80.75531				OH	155	36554	
8062498	Bennington Ridge	bennington-ridge	US		0	America/New_York	41.21643	-80.72548				OH	155	36554	
8062499	Shadowridge	shadowridge	US		0	America/New_York	41.19729	-80.7381				OH	155	82446	
8062501	Klines Farm	klines-farm	US		0	America/New_York	41.19002	-80.66076				OH	155	43344	
8062502	Squaw Creek Estates	squaw-creek-estates	US		0	America/New_York	41.17523	-80.69613				OH	155	43344	
8062503	North Park Estates	north-park-estates	US		0	America/New_York	41.17038	-80.65587				OH	155	43344	
8062508	Rolling Acres	rolling-acres	US		0	America/New_York	41.05101	-81.58005				OH	153	01000	
8062509	Lane-Wooster	lane-wooster	US		0	America/New_York	41.06871	-81.55156				OH	153	01000	
8062545	Mahoning Commons	mahoning-commons	US		0	America/New_York	41.10225	-80.66518				OH	099	88000	
8062546	Riverbend	riverbend	US		0	America/New_York	41.10662	-80.67033				OH	099	88000	
8062548	Smokey Hollow	smokey-hollow	US		0	America/New_York	41.10484	-80.64231				OH	099	88000	
8062551	Lower Gibson	lower-gibson	US		0	America/New_York	41.08867	-80.64102				OH	099	88000	
8062553	Idora	idora	US		0	America/New_York	41.07612	-80.68063				OH	099	88000	
8062558	Lansingville	lansingville	US		0	America/New_York	41.07269	-80.63493				OH	099	88000	
8062559	Buckeye Plat	buckeye-plat	US		0	America/New_York	41.07136	-80.61381				OH	099	88000	
8062560	Brownlee Woods	brownlee-woods	US		0	America/New_York	41.0569	-80.62407				OH	099	88000	
8062561	East High	east-high	US		0	America/New_York	41.10154	-80.61871				OH	099	88000	
8062563	North Heights	north-heights	US		0	America/New_York	41.12669	-80.649				OH	099	88000	
8062564	Belle Vista	belle-vista	US		0	America/New_York	41.11085	-80.70462				OH	099	88000	
8062565	Salt Springs Riverbed	salt-springs-riverbed	US		0	America/New_York	41.12505	-80.68239				OH	099	88000	
8062566	Chaney Circle	chaney-circle	US		0	America/New_York	41.09397	-80.69372				OH	099	88000	
8062568	Mannings Addition	mannings-addition	US		0	America/New_York	41.09511	-80.65588				OH	099	88000	
8062570	Kirkmere	kirkmere	US		0	America/New_York	41.07068	-80.70428				OH	099	88000	
8062571	Mahoning Heights	mahoning-heights	US		0	America/New_York	41.10038	-80.68312				OH	099	88000	
8062572	Steelton	steelton	US		0	America/New_York	41.11289	-80.68368				OH	099	88000	
8062573	Owen White Plat	owen-white-plat	US		0	America/New_York	41.10597	-80.70218				OH	099	88000	
8062574	Wickliffe Subdivision	wickliffe-subdivision	US		0	America/New_York	41.1032	-80.71793				OH	099	03198	
8062575	Beverly Hill	beverly-hill	US		0	America/New_York	41.09785	-80.73033				OH	099	03198	
8062576	Forest Hills Estates	forest-hills-estates	US		0	America/New_York	41.09223	-80.71754				OH	099	03198	
8062578	Hillcrest	hillcrest	US		0	America/New_York	41.0795	-80.70539				OH	099	88000	
8062579	Millcreek Heights	millcreek-heights	US		0	America/New_York	41.08734	-80.70827				OH	099	88000	
8062580	Fountain Square	fountain-square	US		0	America/New_York	41.08495	-80.72518				OH	099	03198	
8062581	Trophy Estates	trophy-estates	US		0	America/New_York	41.08123	-80.74243				OH	099	03198	
8062582	Central Park West	central-park-west	US		0	America/New_York	41.08844	-80.742				OH	099	03198	
8062583	Lexington Place	lexington-place	US		0	America/New_York	41.08724	-80.75734				OH	099	03198	
8062584	Woodland Trace	woodland-trace	US		0	America/New_York	41.07903	-80.74925				OH	099	03198	
8062585	Spring Meadow	spring-meadow	US		0	America/New_York	41.07107	-80.74707				OH	099	03198	
8062586	Forest View Acres	forest-view-acres	US		0	America/New_York	41.07272	-80.73788				OH	099	03198	
8062587	Rose Lake	rose-lake	US		0	America/New_York	41.0744	-80.72608				OH	099	03198	
8062588	Kirkhaven	kirkhaven	US		0	America/New_York	41.07065	-80.7181				OH	099	03198	
8062589	Lake Newport	lake-newport	US		0	America/New_York	41.05949	-80.68488				OH	099	07468	
8062592	Park Harbour	park-harbour	US		0	America/New_York	41.0457	-80.69222				OH	099	07468	
8062594	Tippwood Dells	tippwood-dells	US		0	America/New_York	41.04586	-80.70479				OH	099	07468	
8062595	Sherwood Forest	sherwood-forest	US		0	America/New_York	41.04981	-80.7081				OH	099	07468	
8062597	Tippecanoe Woods	tippecanoe-woods	US		0	America/New_York	41.04955	-80.71424				OH	099	11374	
8062599	Villa Rosa Gardens	villa-rosa-gardens	US		0	America/New_York	41.04117	-80.7169				OH	099	11374	
8062600	The Cloisters	the-cloisters	US		0	America/New_York	41.04661	-80.72956				OH	099	11374	
8062601	Tippecanoe Estates	tippecanoe-estates	US		0	America/New_York	41.03074	-80.71793				OH	099	11374	
8062606	Kings Lake Estates	kings-lake-estates	US		0	America/New_York	41.0197	-80.7526				OH	099	11374	
8062607	Montgomery Estates	montgomery-estates	US		0	America/New_York	41.03021	-80.74621				OH	099	11374	
8062612	Powers Subdivision	powers-subdivision	US		0	America/New_York	41.09143	-80.65615				OH	099	88000	
8062613	Stambaugh Heights	stambaugh-heights	US		0	America/New_York	41.08587	-80.66767				OH	099	88000	
8062615	Park Knoll	park-knoll	US		0	America/New_York	41.14704	-80.68763				OH	155	43344	
8062616	Morris Heights	morris-heights	US		0	America/New_York	41.15026	-80.6954				OH	155	43344	
8062617	Royal Heights	royal-heights	US		0	America/New_York	41.161	-80.69102				OH	155	43344	
8062618	Wildwood Acres	wildwood-acres	US		0	America/New_York	41.1585	-80.74091				OH	155	82446	
8062619	Maple Crest	maple-crest	US		0	America/New_York	41.17882	-80.73977				OH	155	82446	
8062620	Eastern Heights	eastern-heights	US		0	America/New_York	41.18476	-80.73664				OH	155	82446	
8062621	Shaker Heights	shaker-heights	US		0	America/New_York	41.18918	-80.73904				OH	155	82446	
8062622	Woodland Chase	woodland-chase	US		0	America/New_York	41.19574	-80.75316				OH	155	82446	
8062623	Southwood	southwood	US		0	America/New_York	41.19774	-80.76252				OH	155	82446	
8062624	Northgate	northgate	US		0	America/New_York	41.20242	-80.76329				OH	155	82446	
8062625	Blackburn Heights	blackburn-heights	US		0	America/New_York	41.20982	-80.76762				OH	155	36554	
8062626	Fairhaven Heights	fairhaven-heights	US		0	America/New_York	41.20614	-80.7532				OH	155	36554	
8062627	Hidden Hills	hidden-hills	US		0	America/New_York	41.21886	-80.73689				OH	155	36554	
8062628	Howland Springs	howland-springs	US		0	America/New_York	41.22486	-80.73818				OH	155	36554	
8062632	Wick Park	wick-park	US		0	America/New_York	41.11266	-80.64317				OH	099	88000	
8062639	Central Parkway	central-parkway	US		0	America/New_York	41.22593	-80.78301				OH	155	80892	
8062640	Perkinswood	perkinswood	US		0	America/New_York	41.2298	-80.785				OH	155	80892	
8062641	Garfield Heights	garfield-heights	US		0	America/New_York	41.24251	-80.78987				OH	155	80892	
8062642	Genesse Heights	genesse-heights	US		0	America/New_York	41.24332	-80.7955				OH	155	80892	
8062643	Bonnie Brae	bonnie-brae	US		0	America/New_York	41.23243	-80.79324				OH	155	80892	
8062644	Golf Overlook	golf-overlook	US		0	America/New_York	41.2424	-80.78017				OH	155	80892	
8062645	Sawgrass	sawgrass	US		0	America/New_York	41.23683	-80.75097				OH	155	36554	
8062649	Highland Square	highland-square	US		0	America/New_York	41.09792	-81.54319				OH	153	01000	
8062650	Northwest Akron	northwest-akron	US		0	America/New_York	41.11467	-81.55572				OH	153	01000	
8062651	North Hill	north-hill	US		0	America/New_York	41.10219	-81.511				OH	153	01000	
8062658	Downtown	downtown	US		0	America/New_York	41.50478	-81.68567				OH	035	16000	
8062660	Goodrich - Kirtland Park	goodrich-kirtland-park	US		0	America/New_York	41.51359	-81.66271				OH	035	16000	
8062662	Detroit-Shoreway	detroit-shoreway	US		17382	America/New_York	41.47772	-81.72991				OH	035	16000	
8062665	Stockyards	stockyards	US		0	America/New_York	41.45829	-81.72875				OH	035	16000	
8062667	Clark-Fulton	clark-fulton	US		18185	America/New_York	41.46402	-81.70979				OH	035	16000	
8062669	North Broadway	north-broadway	US		0	America/New_York	41.47058	-81.64773				OH	035	16000	
8062670	Industrial Valley	industrial-valley	US		0	America/New_York	41.48614	-81.67485				OH	035	16000	
8062672	Buckeye Shaker	buckeye-shaker	US		0	America/New_York	41.48061	-81.59529				OH	035	16000	
8062678	Los Angeles Downtown	los-angeles-downtown	US		0	America/Los_Angeles	34.04164	-118.24705				CA	037		
8062691	Rampart Village	rampart-village	US		0	America/Los_Angeles	34.07127	-118.28693				CA	037		
8062695	Norma Triangle	norma-triangle	US		0	America/Los_Angeles	34.08732	-118.38558				CA	037		
8062696	Beverly Center	beverly-center	US		0	America/Los_Angeles	34.07459	-118.37279				CA	037		
8062698	La Brea	la-brea	US		0	America/Los_Angeles	34.06951	-118.34885				CA	037		
8062699	Miracle Mile	miracle-mile	US		0	America/Los_Angeles	34.05934	-118.34906				CA	037		
8062700	Pico-Robertson	pico-robertson	US		0	America/Los_Angeles	34.05575	-118.38				CA	037		
8062705	Beverlywood	beverlywood	US		0	America/Los_Angeles	34.05138	-118.40133				CA	037		
8062706	Rancho Park	rancho-park	US		0	America/Los_Angeles	34.04576	-118.42056				CA	037		
8062769	University Woods	university-woods	US		0	America/New_York	41.15913	-81.34082				OH	133	39872	
8062770	Kent Park	kent-park	US		0	America/New_York	41.15772	-81.33138				OH	133	28392	
8062771	Whispering Pines	whispering-pines	US		0	America/New_York	41.15672	-81.32488				OH	133	28392	
8062772	Willow Ridge Estates	willow-ridge-estates	US		0	America/New_York	41.14919	-81.32295				OH	133	28392	
8062773	Pebble Brook	pebble-brook	US		0	America/New_York	41.15491	-81.30321				OH	133	28392	
8062774	Holly Park Apartments	holly-park-apartments	US		0	America/New_York	41.15334	-81.3334				OH	133	39872	
8062775	Dartmouth Place	dartmouth-place	US		0	America/New_York	41.14504	-81.3508				OH	133	39872	
8062776	Fraternity Circle	fraternity-circle	US		0	America/New_York	41.14318	-81.34425				OH	133	39872	
8062778	Summit Gardens	summit-gardens	US		0	America/New_York	41.1361	-81.33035				OH	133	39872	
8062779	Evergreen Acres	evergreen-acres	US		0	America/New_York	41.13041	-81.32003				OH	133	08840	
8062780	The Estates at Marsh Landing	the-estates-at-marsh-landing	US		0	America/New_York	41.13138	-81.30861				OH	133	08840	
8062781	Country View Estates	country-view-estates	US		0	America/New_York	41.12269	-81.33106				OH	133	08840	
8062782	Sherman Wood Estates	sherman-wood-estates	US		0	America/New_York	41.12427	-81.34071				OH	133	08840	
8062785	College Hill	college-hill	US		0	America/New_York	41.15785	-81.35054				OH	133	39872	
8062786	Brookside Farms	brookside-farms	US		0	America/New_York	41.16295	-81.36869				OH	133	39872	
8062787	Lakes at Franklin Mills	lakes-at-franklin-mills	US		0	America/New_York	41.16147	-81.37848				OH	133	39872	
8062788	White Oak Hills	white-oak-hills	US		0	America/New_York	41.16777	-81.37681				OH	133	39872	
8062791	Pleasant Lakes	pleasant-lakes	US		0	America/New_York	41.11383	-81.36466				OH	133	08840	
8062792	Sanctuary View	sanctuary-view	US		0	America/New_York	41.11017	-81.35063				OH	133	08840	
8062793	Chapmans Farm	chapmans-farm	US		0	America/New_York	41.10422	-81.3393				OH	133	08840	
8062794	Brimfield Lake	brimfield-lake	US		0	America/New_York	41.09316	-81.35483				OH	133	08840	
8062795	Beech Crest	beech-crest	US		0	America/New_York	41.09006	-81.3432				OH	133	08840	
8062797	Willow Brook	willow-brook	US		0	America/New_York	41.09582	-81.30351				OH	133	08840	
8062798	Hunters Ridge	hunters-ridge	US		0	America/New_York	41.10219	-81.30479				OH	133	08840	
8062799	Wolf's Den	wolf-s-den	US		0	America/New_York	41.10655	-81.31162				OH	133	08840	
8062800	Butternut Ridge	butternut-ridge	US		0	America/New_York	41.11881	-81.30273				OH	133	08840	
8062801	Sugar Maple	sugar-maple	US		0	America/New_York	41.12427	-81.31054				OH	133	08840	
8062802	Wintergreen Point	wintergreen-point	US		0	America/New_York	41.12556	-81.2987				OH	133	68392	
8062803	Lakewood Estates	lakewood-estates	US		0	America/New_York	41.12605	-81.28316				OH	133	68392	
8062804	Hidden Knolls	hidden-knolls	US		0	America/New_York	41.13322	-81.2778				OH	133	68392	
8062805	Timber Run	timber-run	US		0	America/New_York	41.13536	-81.24724				OH	133	65606	
8062806	Cornerstone Park	cornerstone-park	US		0	America/New_York	41.1148	-81.27248				OH	133	68392	
8062807	Clover Leaf	clover-leaf	US		0	America/New_York	41.11548	-81.23673				OH	133	68392	
8062809	The Highlands of edinburg	the-highlands-of-edinburg	US		0	America/New_York	41.10988	-81.16854				OH	133	24584	
8062811	North Hill Estates	north-hill-estates	US		0	America/New_York	41.11088	-81.51967				OH	153	01000	
8062812	Canyon Park	canyon-park	US		0	America/New_York	41.11405	-81.53237				OH	153	01000	
8062814	King Park	king-park	US		0	America/New_York	41.10736	-81.54018				OH	153	01000	
8062816	Summit Town	summit-town	US		0	America/New_York	41.09915	-81.52156				OH	153	01000	
8062818	West View Heights	west-view-heights	US		0	America/New_York	41.09452	-81.56087				OH	153	01000	
8062819	Sunset View	sunset-view	US		0	America/New_York	41.09048	-81.55879				OH	153	01000	
8062821	Perkins Park Heights	perkins-park-heights	US		0	America/New_York	41.08236	-81.55769				OH	153	01000	
8062822	Perkins Hill	perkins-hill	US		0	America/New_York	41.08644	-81.54516				OH	153	01000	
8062823	Lakewood Heights	lakewood-heights	US		0	America/New_York	41.058	-81.55675				OH	153	01000	
8062824	Thornton Heights	thornton-heights	US		0	America/New_York	41.04557	-81.52392				OH	153	01000	
8062826	Heritage Woods	heritage-woods	US		0	America/New_York	41.12184	-81.66807				OH	153	18658	
8062827	Hillside Estates	hillside-estates	US		0	America/New_York	41.1309	-81.67391				OH	153	18658	
8062828	Rosefarm	rosefarm	US		0	America/New_York	41.12398	-81.64151				OH	153	26166	
8062829	Fairlawn Heights	fairlawn-heights	US		0	America/New_York	41.12469	-81.63056				OH	153	26166	
8062830	Villages at Fairlawn	villages-at-fairlawn	US		0	America/New_York	41.11312	-81.62232				OH	153	26166	
8062831	Stonecreek	stonecreek	US		0	America/New_York	41.10477	-81.60928				OH	153	18658	
8062832	Loch Raven Estates	loch-raven-estates	US		0	America/New_York	41.1005	-81.61752				OH	153	18658	
8062833	Copley Heights	copley-heights	US		0	America/New_York	41.09164	-81.62464				OH	153	18658	
8062834	Annabelle Estates	annabelle-estates	US		0	America/New_York	41.08246	-81.59503				OH	153	18658	
8062865	The Bluffs	the-bluffs	US		0	America/New_York	41.31877	-80.8485				OH	155	13470	
8062866	Warrenton Place	warrenton-place	US		0	America/New_York	41.3163	-80.85766				OH	155	13470	
8062868	Lakewood Acres	lakewood-acres	US		0	America/New_York	41.30496	-80.74299				OH	155	04444	
8062869	Huntington Acres	huntington-acres	US		0	America/New_York	41.31086	-80.72724				OH	155	18812	
8062870	Tower View	tower-view	US		0	America/New_York	41.32655	-80.71428				OH	155	18812	
8062871	Village Park Estates	village-park-estates	US		0	America/New_York	41.33667	-80.71372				OH	155	18812	
8062872	Walnut Run	walnut-run	US		0	America/New_York	41.34376	-80.70788				OH	155	18812	
8062873	Broad Meadow Estates	broad-meadow-estates	US		0	America/New_York	41.27885	-80.74123				OH	155	04444	
8062874	Stonegate	stonegate	US		0	America/New_York	41.27623	-80.74239				OH	155	04444	
8062875	Seasons	seasons	US		0	America/New_York	41.27142	-80.74453				OH	155	36554	
8062876	Whispering Meadows	whispering-meadows	US		0	America/New_York	41.25929	-80.77372				OH	155	36554	
8062877	Victoria Terrace	victoria-terrace	US		0	America/New_York	41.23361	-80.7611				OH	155	36554	
8062878	Eastgate	eastgate	US		0	America/New_York	41.22741	-80.76814				OH	155	80892	
8062879	Mahoning Crest	mahoning-crest	US		0	America/New_York	41.25039	-80.83869				OH	155	80892	
8062881	Red Fox Hollow	red-fox-hollow	US		0	America/New_York	41.26003	-80.84242				OH	155	80892	
8062882	Parkwood	parkwood	US		0	America/New_York	41.24451	-80.84684				OH	155	80892	
8062883	Starlite Estates	starlite-estates	US		0	America/New_York	41.25168	-80.86186				OH	155	80892	
8062887	Stanford Springs	stanford-springs	US		0	America/New_York	41.64406	-81.20158				OH	085	18196	
8062888	Hillcrest Acres	hillcrest-acres	US		0	America/New_York	41.64559	-81.22973				OH	085	18196	
8062889	Summerwood	summerwood	US		0	America/New_York	41.65534	-81.20055				OH	085	18196	
8062890	Hawthorne Woods	hawthorne-woods	US		0	America/New_York	41.64329	-81.21308				OH	085	18196	
8062891	Cambden Creek Estates	cambden-creek-estates	US		0	America/New_York	41.64322	-81.2396				OH	085	18196	
8062892	The Nature Preserve South	the-nature-preserve-south	US		0	America/New_York	41.65008	-81.22373				OH	085	18196	
8062893	Stone Creek Lane	stone-creek-lane	US		0	America/New_York	41.64649	-81.22021				OH	085	18196	
8062894	Woodcrest	woodcrest	US		0	America/New_York	41.66047	-81.21008				OH	085	18196	
8062895	Quail highlands	quail-highlands	US		0	America/New_York	41.65945	-81.25093				OH	085	18196	
8062896	Quail Hollow	quail-hollow	US		0	America/New_York	41.66759	-81.22896				OH	085	18196	
8062897	Cali Woods	cali-woods	US		0	America/New_York	41.66708	-81.213				OH	085	18196	
8062898	Noble Ridge Estates	noble-ridge-estates	US		0	America/New_York	41.6615	-81.21866				OH	085	18196	
8062899	Crossroads at Summerwood	crossroads-at-summerwood	US		0	America/New_York	41.65098	-81.20596				OH	085	18196	
8062900	The Preseve	the-preseve	US		0	America/New_York	41.6649	-81.23926				OH	085	18196	
8062901	Cascade Ridge	cascade-ridge	US		0	America/New_York	41.67458	-81.17592				OH	085	42812	
8062902	The Cascades Valley Estates	the-cascades-valley-estates	US		0	America/New_York	41.67836	-81.19884				OH	085	18196	
8062903	Ledgewood Crossing at the Falls	ledgewood-crossing-at-the-falls	US		0	America/New_York	41.67592	-81.21214				OH	085	18196	
8062904	Far Hills Estates	far-hills-estates	US		0	America/New_York	41.67131	-81.2184				OH	085	18196	
8062905	Bridge Creek Estates	bridge-creek-estates	US		0	America/New_York	41.68317	-81.23463				OH	085	18196	
8062907	Concord Hilsl	concord-hilsl	US		0	America/New_York	41.6715	-81.27316				OH	085	18196	
8062908	Canterwood	canterwood	US		0	America/New_York	41.66355	-81.27977				OH	085	18196	
8062909	Hermitage Bluffs	hermitage-bluffs	US		0	America/New_York	41.6706	-81.25686				OH	085	18196	
8062910	Sprong Valley Estates	sprong-valley-estates	US		0	America/New_York	41.68176	-81.26535				OH	085	18196	
8062911	Newport Hills	newport-hills	US		0	America/New_York	41.68259	-81.28698				OH	085	18196	
8062912	Wayside Lakes	wayside-lakes	US		0	America/New_York	41.67772	-81.29806				OH	085	49056	
8062913	Revere Wood	revere-wood	US		0	America/New_York	41.69727	-81.26553				OH	085	18196	
8062914	Mardon	mardon	US		0	America/New_York	41.69445	-81.26046				OH	085	18196	
8062915	Kingsborough	kingsborough	US		0	America/New_York	41.68657	-81.28201				OH	085	59430	
8062916	Danvers Estates	danvers-estates	US		0	America/New_York	41.68048	-81.27385				OH	085	18196	
8062918	Whalers Cove	whalers-cove	US		0	America/New_York	41.68887	-81.29969				OH	085	49056	
8062921	Ellison Creek	ellison-creek	US		0	America/New_York	41.68951	-81.25111				OH	085	18196	
8062922	Hilltop Springs Estates	hilltop-springs-estates	US		0	America/New_York	41.69432	-81.24269				OH	085	18196	
8062923	Liberty Freens	liberty-freens	US		0	America/New_York	41.7081	-81.24304				OH	085	59416	
8062924	Concord Kellogg Park Estates	concord-kellogg-park-estates	US		0	America/New_York	41.70047	-81.24887				OH	085	18196	
8062925	Trailwood Village	trailwood-village	US		0	America/New_York	41.71169	-81.24724				OH	085	59416	
8062926	The Highland	the-highland	US		0	America/New_York	41.71963	-81.24802				OH	085	59416	
8062927	Balboa Island	balboa-island	US		0	America/New_York	41.71028	-81.21806				OH	085	59430	
8062928	Wintergreen Heights	wintergreen-heights	US		0	America/New_York	41.70675	-81.22476				OH	085	59430	
8062931	Lynndale	lynndale	US		0	America/New_York	41.71585	-81.24046				OH	085	59416	
8062932	Rio Grande Estates	rio-grande-estates	US		0	America/New_York	41.69586	-81.22072				OH	085	18196	
8062933	Leroy Little Farms	leroy-little-farms	US		0	America/New_York	41.70111	-81.17987				OH	085	42812	
8062934	Riverside Heights	riverside-heights	US		0	America/New_York	41.722	-81.21875				OH	085	59430	
8062936	Twin Lakes Estates	twin-lakes-estates	US		0	America/New_York	41.7154	-81.20012				OH	085	59430	
8062938	Cedar Glenn	cedar-glenn	US		0	America/New_York	41.73071	-81.20047				OH	085	59430	
8062939	River Landing	river-landing	US		0	America/New_York	41.72437	-81.23257				OH	085	59416	
8062940	Imperial Meadows	imperial-meadows	US		0	America/New_York	41.72572	-81.21437				OH	085	59430	
8062941	Hemlockl Heights	hemlockl-heights	US		0	America/New_York	41.73219	-81.20776				OH	085	59430	
8062942	Madison Avenue Estates	madison-avenue-estates	US		0	America/New_York	41.73014	-81.18922				OH	085	61896	
8062943	Nottingham Place	nottingham-place	US		0	America/New_York	41.73686	-81.2342				OH	085	59416	
8062944	North Pointe Colony	north-pointe-colony	US		0	America/New_York	41.74077	-81.2493				OH	085	59416	
8062945	Silvestro	silvestro	US		0	America/New_York	41.73372	-81.25059				OH	085	59416	
8062946	Grand Harbor	grand-harbor	US		0	America/New_York	41.73609	-81.27145				OH	085	59430	
8062947	Misty Meadows	misty-meadows	US		0	America/New_York	41.73014	-81.27625				OH	085	59430	
8062949	Villa East	villa-east	US		0	America/New_York	41.74545	-81.26904				OH	085	59430	
8062951	Fiddlers Creek	fiddlers-creek	US		0	America/New_York	41.72181	-81.29445				OH	085	49056	
8062952	Shoreham Abbey	shoreham-abbey	US		0	America/New_York	41.72053	-81.30363				OH	085	49056	
8062953	Lorrey Village	lorrey-village	US		0	America/New_York	41.72431	-81.31522				OH	085	49056	
8062954	Orchard Park Estates	orchard-park-estates	US		0	America/New_York	41.71925	-81.31136				OH	085	49056	
8062956	Heisley Park	heisley-park	US		0	America/New_York	41.70861	-81.28407				OH	085	59416	
8062957	Charmar	charmar	US		0	America/New_York	41.71547	-81.32784				OH	085	49056	
8062958	Lakeway	lakeway	US		0	America/New_York	41.71457	-81.35857				OH	085		
8062960	Heatherstone	heatherstone	US		0	America/New_York	41.6974	-81.34423				OH	085	49056	
8062961	White Oak Village	white-oak-village	US		0	America/New_York	41.70836	-81.32552				OH	085	49056	
8062962	Walden Estates	walden-estates	US		0	America/New_York	41.70509	-81.33239				OH	085	49056	
8062963	Pinegate	pinegate	US		0	America/New_York	41.70137	-81.32277				OH	085	49056	
8062964	Harborview	harborview	US		0	America/New_York	41.70727	-81.34046				OH	085	49056	
8062965	Mentor Harbor	mentor-harbor	US		0	America/New_York	41.72149	-81.34483				OH	085	49056	
8062966	Weatherby Woods	weatherby-woods	US		0	America/New_York	41.68939	-81.36011				OH	085	49056	
8062967	Georgetown Estates	georgetown-estates	US		0	America/New_York	41.68548	-81.37084				OH	085	49056	
8062968	Mentor Garden Estates	mentor-garden-estates	US		0	America/New_York	41.67913	-81.36655				OH	085	49056	
8062969	Chase Drive Estates	chase-drive-estates	US		0	America/New_York	41.69746	-81.36869				OH	085	49056	
8062970	Hart Place	hart-place	US		0	America/New_York	41.67484	-81.33814				OH	085	49056	
8062973	Country Estates	country-estates	US		0	America/New_York	41.66849	-81.40672				OH	085	85484	
8062974	North Bay Colony	north-bay-colony	US		0	America/New_York	41.67118	-81.39204				OH	085	85484	
8062975	Breezy Hill	breezy-hill	US		0	America/New_York	41.66022	-81.40062				OH	085	85484	
8062976	Woodside Acres	woodside-acres	US		0	America/New_York	41.66413	-81.38526				OH	085	49056	
8062977	Winston Farms	winston-farms	US		0	America/New_York	41.67945	-81.37736				OH	085	49056	
8062978	Wattona Beach	wattona-beach	US		0	America/New_York	41.67785	-81.42328				OH	085	23618	
8062979	Waterview Estates	waterview-estates	US		0	America/New_York	41.68336	-81.42431				OH	085	23618	
8062982	Lake Erie Southwood	lake-erie-southwood	US		0	America/New_York	41.69374	-81.38432				OH	085	49056	
8062983	Lake Overlook Estates	lake-overlook-estates	US		0	America/New_York	41.70631	-81.37977				OH	085		
8062984	Garretts Cove	garretts-cove	US		0	America/New_York	41.65252	-81.4268				OH	085	23618	
8062985	Smugglers Cove	smugglers-cove	US		0	America/New_York	41.65182	-81.41642				OH	085	85484	
8062986	Camino Estates	camino-estates	US		0	America/New_York	41.65887	-81.42981				OH	085	23618	
8062987	Chagrin River	chagrin-river	US		0	America/New_York	41.65849	-81.42251				OH	085	23618	
8062988	Chagrin Lagoons	chagrin-lagoons	US		0	America/New_York	41.67503	-81.4365				OH	085	23618	
8062989	Sunnydale	sunnydale	US		0	America/New_York	41.66406	-81.43049				OH	085	23618	
8062990	Royal View	royal-view	US		0	America/New_York	41.64553	-81.44457				OH	085	23618	
8062991	Valley Gardens	valley-gardens	US		0	America/New_York	41.64752	-81.41135				OH	085	85484	
8062992	The Sanctuary	the-sanctuary	US		0	America/New_York	41.63334	-81.33059				OH	085	40670	
8062993	River Oaks	river-oaks	US		0	America/New_York	41.62988	-81.34157				OH	085	40670	
8062994	River Oaks Estates	river-oaks-estates	US		0	America/New_York	41.62622	-81.33342				OH	085	40642	
8062995	Kirtland Heights	kirtland-heights	US		0	America/New_York	41.62276	-81.34878				OH	085	40642	
8062996	Regency Woods	regency-woods	US		0	America/New_York	41.61974	-81.33548				OH	085	40642	
8062997	Hunting Hills	hunting-hills	US		0	America/New_York	41.63463	-81.35445				OH	085	40670	
8062999	Hilo Farm	hilo-farm	US		0	America/New_York	41.64534	-81.3123				OH	085	40670	
8063000	The Woods at Arbor Glenn	the-woods-at-arbor-glenn	US		0	America/New_York	41.64643	-81.29728				OH	085	40670	
8063001	Merkel Acres	merkel-acres	US		0	America/New_York	41.63796	-81.30252				OH	085	40670	
8063002	Eagle Ridge	eagle-ridge	US		0	America/New_York	41.64431	-81.26913				OH	085	18196	
8063003	Sunset View	sunset-view	US		0	America/New_York	41.6522	-81.3178				OH	085	49056	
8063004	Chardonwood Estates	chardonwood-estates	US		0	America/New_York	41.65028	-81.3305				OH	085	40670	
8063005	Holly Hills	holly-hills	US		0	America/New_York	41.65958	-81.29754				OH	085	49056	
8063006	Kellogg Creek Estates	kellogg-creek-estates	US		0	America/New_York	41.6556	-81.30218				OH	085	49056	
8063007	Mountainside Farms	mountainside-farms	US		0	America/New_York	41.65214	-81.27248				OH	085	18196	
8063008	South Hampton Hills	south-hampton-hills	US		0	America/New_York	41.65746	-81.28149				OH	085	18196	
8063009	Spring Mountain Farms	spring-mountain-farms	US		0	America/New_York	41.66676	-81.3008				OH	085	49056	
8063010	Canterbury Estates	canterbury-estates	US		0	America/New_York	41.67253	-81.30544				OH	085	49056	
8063011	Morningside	morningside	US		0	America/New_York	41.6681	-81.32998				OH	085	49056	
8063012	Wildwood Estates	wildwood-estates	US		0	America/New_York	41.65752	-81.32861				OH	085	49056	
8063013	Stone Hollow	stone-hollow	US		0	America/New_York	41.65137	-81.28312				OH	085	18196	
8063014	Preston Hill	preston-hill	US		0	America/New_York	41.65329	-81.29179				OH	085	18196	
8063015	Little Mountain View	little-mountain-view	US		0	America/New_York	41.64964	-81.25952				OH	085	18196	
8063016	The Highlands of Concord	the-highlands-of-concord	US		0	America/New_York	41.64425	-81.28613				OH	085	18196	
8063017	Misty Ridge	misty-ridge	US		0	America/New_York	41.66451	-81.2657				OH	085	18196	
8063018	St John's Bluff	st-john-s-bluff	US		0	America/New_York	41.63456	-81.39771				OH	085	85484	
8063019	Sherwin Woods Estates	sherwin-woods-estates	US		0	America/New_York	41.6293	-81.38689				OH	085	85484	
8063020	Eagle Mills Farm	eagle-mills-farm	US		0	America/New_York	41.60755	-81.37728				OH	085	80402	
8063021	Silver Fox	silver-fox	US		0	America/New_York	41.60068	-81.3335				OH	085	40642	
8063022	Chapin Ledges	chapin-ledges	US		0	America/New_York	41.59568	-81.36663				OH	085	40642	
8063023	Raccoon Hill	raccoon-hill	US		0	America/New_York	41.59349	-81.38105				OH	085	40642	
8063024	Kirtland Woods	kirtland-woods	US		0	America/New_York	41.57642	-81.38981				OH	085	40642	
8063025	Hunters Woods	hunters-woods	US		0	America/New_York	41.57603	-81.41152				OH	085	85512	
8063026	Mill Gate Estates	mill-gate-estates	US		0	America/New_York	41.57609	-81.39839				OH	085	85512	
8063028	Deer Run	deer-run	US		0	America/New_York	41.59304	-81.42912				OH	085	85512	
8063029	Sleepy Hollow	sleepy-hollow	US		0	America/New_York	41.58348	-81.43702				OH	085	85512	
8063031	Timberline	timberline	US		0	America/New_York	41.59664	-81.44079				OH	085	85512	
8063033	Covert Estates	covert-estates	US		0	America/New_York	41.58438	-81.40749				OH	085	85512	
8063035	Blueberry Hill	blueberry-hill	US		0	America/New_York	41.57995	-81.36895				OH	085	40642	
8063036	Gilder View	gilder-view	US		0	America/New_York	41.57841	-81.3553				OH	085	40642	
8063037	Bridlehurst	bridlehurst	US		0	America/New_York	41.57462	-81.33943				OH	085	40642	
8063038	Emerald Glenn	emerald-glenn	US		0	America/New_York	41.59478	-81.34183				OH	085	40642	
8063039	Foxwood Forest	foxwood-forest	US		0	America/New_York	41.60222	-81.36243				OH	085	40642	
8063040	Rocking Horse Farms	rocking-horse-farms	US		0	America/New_York	41.58329	-81.32312				OH	085	40642	
8063048	Camelot	camelot	US		0	America/New_York	41.58046	-81.46723				OH	085	85512	
8063049	Arbor Hills	arbor-hills	US		0	America/New_York	41.58605	-81.47779				OH	085	85512	
8063050	Wolf Farms	wolf-farms	US		0	America/New_York	41.58534	-81.45804				OH	085	85512	
8063051	Wickliffe Heights	wickliffe-heights	US		0	America/New_York	41.59426	-81.46242				OH	085	85036	
8063053	Ridge Acres	ridge-acres	US		0	America/New_York	41.62064	-81.42972				OH	085	85484	
8063054	White Hill	white-hill	US		0	America/New_York	41.57674	-81.4813				OH	085	85512	
8063166	Tramonte Orchard Estates	tramonte-orchard-estates	US		0	America/New_York	41.1297	-81.71073				OH	103	71801	
8063168	Indian Hill	indian-hill	US		0	America/New_York	41.12825	-81.72146				OH	103	71801	
8063169	The Estates at Woodfield	the-estates-at-woodfield	US		0	America/New_York	41.1148	-81.70927				OH	103	71801	
8063170	Sharon Woods	sharon-woods	US		0	America/New_York	41.11383	-81.69185				OH	103	71801	
8063171	The Rose of Sharon	the-rose-of-sharon	US		0	America/New_York	41.11441	-81.72292				OH	103	71801	
8063172	Oakwood Acres	oakwood-acres	US		0	America/New_York	41.1212	-81.75167				OH	103	71801	
8063173	Wolf Creek Reserve	wolf-creek-reserve	US		0	America/New_York	41.12495	-81.77021				OH	103	71801	
8063174	Windfall Reserve	windfall-reserve	US		0	America/New_York	41.12753	-81.78918				OH	103	51856	
8063175	Ridgewood Falls	ridgewood-falls	US		0	America/New_York	41.1234	-81.79424				OH	103	51856	
8063176	Monteville Lakes	monteville-lakes	US		0	America/New_York	41.11816	-81.79605				OH	103	51856	
8063177	Normandy Park	normandy-park	US		0	America/New_York	41.132	-81.80205				OH	103	51856	
8063178	The Woods at Lake Medina	the-woods-at-lake-medina	US		0	America/New_York	41.14337	-81.80961				OH	103	48804	
8063221	Crescent Lake	crescent-lake	US		0	America/Los_Angeles	43.4976	-121.95271				OR	035		
8081822	Hunts Mill	hunts-mill	US		0	America/New_York	41.825	-71.34444	17	Hunt's Mills,Hunts Mill,Hunts Mills		RI	005		
8081823	Chalmette Mobile Home Park	chalmette-mobile-home-park	US		0	America/Chicago	29.94291	-89.9742	1			LA	087		
8085282	Alcott Trailer Park	alcott-trailer-park	US		0	America/New_York	42.45534	-74.91692	390			NY	025	19763	
8085283	Aldrich Trailer Park	aldrich-trailer-park	US		0	America/New_York	42.86655	-77.22926	252			NY	069	35551	
8085284	Aristo Terrace Mobile Home Park	aristo-terrace-mobile-home-park	US		0	America/New_York	42.57693	-78.38966	478			NY	121	02418	
8085285	Ballards Mobile Home Park	ballards-mobile-home-park	US		0	America/New_York	42.19709	-75.1556	472			NY	025	78047	
8085286	Beaver Springs Mobile Home Park	beaver-springs-mobile-home-park	US		0	America/New_York	42.47639	-74.83436	390			NY	025	19763	
8085287	Breezy Knoll Mobile Home Park	breezy-knoll-mobile-home-park	US		0	America/New_York	44.01302	-76.02983	98			NY	045	10242	
8085288	Brookside Green Mobile Home Park	brookside-green-mobile-home-park	US		0	America/New_York	42.26147	-73.96299	93			NY	039	13013	
8085289	Canandaigua Country Estate Mobile Home Park	canandaigua-country-estate-mobile-home-park	US		0	America/New_York	42.93638	-77.33307	226			NY	069	12155	
8085290	Canandaigua Manufactured Home Community	canandaigua-manufactured-home-community	US		0	America/New_York	42.88337	-77.2708	211			NY	069	12144	
8085291	Cascade Acres Mobile Home Park	cascade-acres-mobile-home-park	US		0	America/New_York	44.27039	-73.97171	526			NY	031	51935	
8085292	Colonial Village Mobile Home Park	colonial-village-mobile-home-park	US		0	America/New_York	42.68289	-74.40885	286			NY	095	16639	
8085293	Country Meadows Mobile Home Park	country-meadows-mobile-home-park	US		0	America/New_York	42.15513	-75.16779	377			NY	025	78047	
8085294	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/New_York	42.92346	-77.03795	183			NY	069	57529	
8085295	Deer Creek Mobile Home Park	deer-creek-mobile-home-park	US		0	America/New_York	43.04769	-74.38778	278			NY	035	38792	
8085296	Diedrich Mobile Home Park	diedrich-mobile-home-park	US		0	America/New_York	42.37779	-73.83446	40			NY	039	18729	
8085297	Edge of Town Mobile Home Park	edge-of-town-mobile-home-park	US		0	America/New_York	42.92735	-74.6074	106			NY	057	56099	
8085298	Edgewood Court Mobile Home Park	edgewood-court-mobile-home-park	US		0	America/New_York	44.00878	-75.77532	193			NY	045	64265	
8085299	Elderberry Mobile Home Park	elderberry-mobile-home-park	US		0	America/New_York	42.7876	-77.53021	289			NY	069	61544	
8085300	Evergreen Mobile Home Park	evergreen-mobile-home-park	US		0	America/New_York	43.99111	-75.90823	122			NY	045	78608	
8085301	Fallbrook Mobile Home Park	fallbrook-mobile-home-park	US		0	America/New_York	42.8713	-77.25199	212			NY	069	12155	
8085302	Floral Estates Mobile Home Park	floral-estates-mobile-home-park	US		0	America/New_York	43.97999	-75.9718	137			NY	045	78619	
8085303	Forrest Hills Mobile Home Park	forrest-hills-mobile-home-park	US		0	America/New_York	42.26142	-73.93	63			NY	039	13013	
8085304	Garland City Trailer Park	garland-city-trailer-park	US		0	America/New_York	43.9957	-75.92755	119			NY	045	56209	
8085305	Glenmary Mobile Home Park	glenmary-mobile-home-park	US		0	America/New_York	42.10273	-76.29081	253			NY	107	73968	
8085306	Green Cedars Trailer Park	green-cedars-trailer-park	US		0	America/New_York	44.16742	-76.25406	77			NY	045	12364	
8085307	Gypsum Mills Estates Mobile Home Park	gypsum-mills-estates-mobile-home-park	US		0	America/New_York	42.98704	-77.3753	172			NY	069	77387	
8085308	Hesseney Mobile Home Park	hesseney-mobile-home-park	US		0	America/New_York	42.97239	-77.17974	167			NY	069	44864	
8085309	Heyday Mobile Home Park	heyday-mobile-home-park	US		0	America/New_York	43.156	-74.22118	245			NY	035	46217	
8085310	Highland Mobile Home Estates	highland-mobile-home-estates	US		0	America/New_York	42.92549	-74.63343	143			NY	057	47614	
8085311	Hillside Terrace Mobile Home Park	hillside-terrace-mobile-home-park	US		0	America/New_York	42.66361	-78.09022	446			NY	121	27980	
8085312	Hunt's Mobile Home Park	hunt-s-mobile-home-park	US		0	America/New_York	42.99208	-77.36902	174			NY	069	25406	
8085313	Indian Hills Mobile Home Community	indian-hills-mobile-home-community	US		0	America/New_York	42.89426	-76.85957	140			NY	099	25505	
8085314	Indian River Estates Mobile Home Park	indian-river-estates-mobile-home-park	US		0	America/New_York	44.17611	-75.79377	134			NY	045	73528	
8085315	Indian Village Mobile Home Park	indian-village-mobile-home-park	US		0	America/New_York	43.07876	-74.16206	267			NY	035	08433	
8085316	Isle of Pines Mobile Home Park	isle-of-pines-mobile-home-park	US		0	America/New_York	42.89868	-76.90249	145			NY	099	78564	
8085317	Isman Mobile Home Park	isman-mobile-home-park	US		0	America/New_York	42.71346	-78.01133	429			NY	121	12782	
8085318	Jefferson Courts Mobile Home Park	jefferson-courts-mobile-home-park	US		0	America/New_York	43.84871	-76.01041	195			NY	045	00210	
8085319	Jockeyville I Mobile Home Park	jockeyville-i-mobile-home-park	US		0	America/New_York	43.04886	-74.29687	273			NY	035	46217	
8085320	Lake Country Mobile Manor	lake-country-mobile-manor	US		0	America/New_York	42.95736	-77.21366	192			NY	069	44864	
8085321	Lakeside Mobile Estates	lakeside-mobile-estates	US		0	America/New_York	43.19579	-74.18062	240			NY	035	51407	
8085322	Lakeview Manufactured Home Community	lakeview-manufactured-home-community	US		0	America/New_York	42.85788	-77.25035	213			NY	069	12155	
8085323	Lawrence View Mobile Home Park	lawrence-view-mobile-home-park	US		0	America/New_York	44.24394	-76.06314	86			NY	045	16100	
8085324	Lazy Acres Mobile Home Park	lazy-acres-mobile-home-park	US		0	America/New_York	44.17829	-76.23858	80			NY	045	12364	
8085325	Le Petite Ciel Mobile Home Park	le-petite-ciel-mobile-home-park	US		0	America/New_York	44.14457	-76.30409	80			NY	045	12364	
8085326	Leisure Village Mobile Home Park	leisure-village-mobile-home-park	US		0	America/New_York	42.30363	-74.90808	474			NY	025	20137	
8085327	Leray Trailer Park	leray-trailer-park	US		0	America/New_York	44.02235	-75.84257	148			NY	045	42015	
8085328	Level Acres Mobile Home Park	level-acres-mobile-home-park	US		0	America/New_York	42.0921	-77.92541	467			NY	003	79103	
8085329	Lincoln Mobile Home Park	lincoln-mobile-home-park	US		0	America/New_York	42.63381	-74.56663	339			NY	095	61599	
8085330	Maple Grove Mobile Home Estates	maple-grove-mobile-home-estates	US		0	America/New_York	42.21449	-78.12166	452			NY	003	27705	
8085331	McGuires Mobile Home Park	mcguires-mobile-home-park	US		0	America/New_York	42.73989	-78.15734	425			NY	121	78344	
8094009	Lake Forest Estates	lake-forest-estates	US		0	America/Chicago	37.94506	-90.20848	167			MO	186		
8085332	Meadow Lane Mobile Home Park	meadow-lane-mobile-home-park	US		0	America/New_York	44.3034	-75.96056	83			NY	045	01176	
8085333	Northland Estates Mobile Home Park	northland-estates-mobile-home-park	US		0	America/New_York	43.91942	-75.94372	183			NY	045	78619	
8085334	Northwoods Estates Mobile Home Park	northwoods-estates-mobile-home-park	US		0	America/New_York	44.09907	-75.75052	154			NY	045	42015	
8085335	Paradise Pines Mobile Home Park	paradise-pines-mobile-home-park	US		0	America/New_York	43.06451	-74.25652	255			NY	035	46217	
8085336	Picture Book Mobile Home Park	picture-book-mobile-home-park	US		0	America/New_York	42.90546	-77.55301	261			NY	069	79356	
8085337	Pine Lake Mobile Home Park	pine-lake-mobile-home-park	US		0	America/New_York	43.18854	-74.51929	476			NY	035	12573	
8085338	Pine Meadow Mobile Home Park	pine-meadow-mobile-home-park	US		0	America/New_York	42.95908	-74.11203	223			NY	057	02077	
8085339	Pine Meadows Mobile Home Park	pine-meadows-mobile-home-park	US		0	America/New_York	43.9235	-75.94391	159			NY	045	78619	
8085340	Pine Ridge Mobile Home Park	pine-ridge-mobile-home-park	US		0	America/New_York	44.40574	-74.08892	485			NY	031	64529	
8085341	Pine Ridge Mobile Home Park	pine-ridge-mobile-home-park	US		0	America/New_York	43.8718	-76.01178	170			NY	045	00210	
8085342	Prestige Communities Mobile Home Park	prestige-communities-mobile-home-park	US		0	America/New_York	42.97206	-77.16675	170			NY	069	44864	
8085343	Rainbow Shores Mobile Home Park	rainbow-shores-mobile-home-park	US		0	America/New_York	44.26011	-76.03614	92			NY	045	16100	
8085344	Red Carpet Mobile Home Park	red-carpet-mobile-home-park	US		0	America/New_York	43.03082	-74.35894	225			NY	035	38781	
8085345	Ridgedale Mobile Home Park	ridgedale-mobile-home-park	US		0	America/New_York	44.02045	-75.853	140			NY	045	42015	
8085346	Ritz Mobile Home Park	ritz-mobile-home-park	US		0	America/New_York	42.95238	-77.24445	194			NY	069	44864	
8085347	Rivers Edge Mobile Home Park	rivers-edge-mobile-home-park	US		0	America/New_York	42.87716	-76.94114	143			NY	099	78564	
8085348	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/New_York	42.98619	-77.10716	157			NY	069	57529	
8085349	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/New_York	42.15222	-77.97606	446			NY	003	65772	
8085350	Rock Haven Mobile Home Park	rock-haven-mobile-home-park	US		0	America/New_York	42.97351	-77.19956	170			NY	069	44864	
8085351	Rolling Ridge Mobile Home Park	rolling-ridge-mobile-home-park	US		0	America/New_York	43.06635	-74.11431	323			NY	035	08433	
8085352	Sacandaga Meadows Mobile Home Park	sacandaga-meadows-mobile-home-park	US		0	America/New_York	43.07615	-74.1698	266			NY	035	08433	
8085353	Sandy Acres Mobile Home Park	sandy-acres-mobile-home-park	US		0	America/New_York	43.87007	-76.01031	176			NY	045	00210	
8085354	Sawyer Trailer Court	sawyer-trailer-court	US		0	America/New_York	42.19385	-78.14386	469			NY	003	27705	
8085355	School House Estates Mobile Home Park	school-house-estates-mobile-home-park	US		0	America/New_York	42.89779	-76.90532	146			NY	099	78564	
8085356	Seneca Manor Mobile Home Park	seneca-manor-mobile-home-park	US		0	America/New_York	42.895	-76.80311	142			NY	099	66333	
8085357	Shady Bay Mobile Home Park	shady-bay-mobile-home-park	US		0	America/New_York	44.27547	-76.00218	78			NY	045	55398	
8085358	Shady Lane Mobile Home Park	shady-lane-mobile-home-park	US		0	America/New_York	42.94242	-74.43463	129			NY	057	47834	
8085359	Springbrook Mobile Home Park	springbrook-mobile-home-park	US		0	America/New_York	42.96939	-77.15481	172			NY	069	44864	
8085360	Stephens Mobile Home Community	stephens-mobile-home-community	US		0	America/New_York	42.06225	-76.10952	264			NY	107	55893	
8085361	Summit Trailer Park	summit-trailer-park	US		0	America/New_York	44.03912	-75.90784	147			NY	045	56209	
8085362	Sunset Trailer Park	sunset-trailer-park	US		0	America/New_York	44.14717	-76.30156	79			NY	045	12364	
8085363	Swan Bay Estates Mobile Home Park	swan-bay-estates-mobile-home-park	US		0	America/New_York	44.30685	-75.95944	79			NY	045	01176	
8085364	Thomas Estates Mobile Home Park	thomas-estates-mobile-home-park	US		0	America/New_York	42.86028	-77.21891	275			NY	069	35551	
8085365	Triton Valley Estates Mobile Home Park	triton-valley-estates-mobile-home-park	US		0	America/New_York	42.60269	-78.45163	460			NY	121	02418	
8085366	Twin Pines Mobile Home Park	twin-pines-mobile-home-park	US		0	America/New_York	43.07312	-74.11706	303			NY	035	08433	
8085367	Valley Mobile Home Court	valley-mobile-home-court	US		0	America/New_York	42.68204	-74.4108	287			NY	095	16639	
8085368	Valley Mobile Home Court	valley-mobile-home-court	US		0	America/New_York	42.6345	-74.34386	199			NY	095	46855	
8085369	Valley View Estates	valley-view-estates	US		0	America/New_York	42.21728	-78.10713	446			NY	003	27705	
8085370	Winchell Manufactured Community	winchell-manufactured-community	US		0	America/New_York	42.29501	-74.30188	442			NY	039	02803	
8085371	Wishing Well Mobile Home Park	wishing-well-mobile-home-park	US		0	America/New_York	42.90794	-77.41632	262			NY	069	21699	
8085372	Woodland Estates Mobile Home Park	woodland-estates-mobile-home-park	US		0	America/New_York	43.0515	-74.3165	268			NY	035	38792	
8085373	Woodlawn Court Mobile Home Park	woodlawn-court-mobile-home-park	US		0	America/New_York	42.97327	-77.36787	189			NY	069	25406	
8085433	Miller Trailer Village	miller-trailer-village	US		0	America/Detroit	42.21056	-84.54111	305			MI	075	75640	
8085462	Shady Park Mobile Home Community	shady-park-mobile-home-community	US		0	America/Detroit	42.20196	-84.34188	294			MI	075	56640	
8085467	Vinings Trailer Park	vinings-trailer-park	US		0	America/Detroit	42.34	-84.22556	287			MI	075	84300	
8085485	Spring Valley Estates Mobile Home Park	spring-valley-estates-mobile-home-park	US		0	America/Detroit	42.09861	-84.54528	342			MI	075	36400	
8085518	Three Oaks Estates Mobile Home Park	three-oaks-estates-mobile-home-park	US		0	America/Detroit	42.17639	-84.65833	305			MI	075	17760	
8085533	Hillanlake Village Mobile Home Park	hillanlake-village-mobile-home-park	US		0	America/Detroit	42.08857	-84.19691	295			MI	075	59180	
8085588	Sierra Pines	sierra-pines	US		0	America/Los_Angeles	39.52751	-120.00667	1522			CA	091		
8085628	Chippewa Park	chippewa-park	US		891	America/New_York	40.51561	-83.88906	309			OH	091	74780	
8085629	Rocky Fork Point	rocky-fork-point	US		639	America/New_York	39.19143	-83.49133	297			OH	071	59500	
8085630	Highland Holiday	highland-holiday	US		550	America/New_York	39.19755	-83.46946	286			OH	071	59500	
8085753	Beech Mountain Lakes	beech-mountain-lakes	US		2022	America/New_York	41.04158	-75.93545	329			PA	079	10480	
8085759	The Hideout	the-hideout	US		3013	America/New_York	41.42736	-75.35255	409			PA	127	67488	
8085760	Wallenpaupack Lake Estates	wallenpaupack-lake-estates	US		1279	America/New_York	41.39898	-75.27402	417			PA	127	58480	
8085841	Presidential Estates	presidential-estates	US		0	America/New_York	40.06583	-80.77889	202			OH	013	61378	
8085842	Mil-mar Trailer Court	mil-mar-trailer-court	US		0	America/New_York	40.01194	-81.07	374			OH	013	30968	
8085843	Stidds Trailer Court	stidds-trailer-court	US		0	America/New_York	40.12889	-80.99028	363			OH	013	84602	
8085844	Haven On The Ohio Park	haven-on-the-ohio-park	US		0	America/New_York	39.91833	-80.76639	215			OH	013	48580	
8085845	Maloneys Mobile Home Park	maloneys-mobile-home-park	US		0	America/New_York	39.96333	-80.76083	205			OH	013	48580	
8085846	Van Dyne Trailer Court	van-dyne-trailer-court	US		0	America/New_York	39.87028	-80.79833	209			OH	013	86996	
8085906	Lake Arthur Estates	lake-arthur-estates	US		594	America/New_York	40.96074	-80.15355	376			PA	019	52176	
8086030	Penn Estates	penn-estates	US		4493	America/New_York	41.0375	-75.23956	260			PA	089	74880	
8086031	Sierra View	sierra-view	US		4813	America/New_York	41.01207	-75.459	579			PA	089	77776	
8086079	Mikilua Camp (historical)	mikilua-camp-historical	US		0	Pacific/Honolulu	21.41667	-158.14944	18			HI	003		
8086080	Mokumoa Island (historical)	mokumoa-island-historical	US		0	Pacific/Honolulu	21.33333	-157.90056	3			HI	003		
8086273	Napumaia (historical)	napumaia-historical	US		0	Pacific/Honolulu	19.11667	-155.61667	865			HI	001		
8086289	Ohaikea (historical)	ohaikea-historical	US		0	Pacific/Honolulu	19.43333	-155.35	1369			HI	001		
8086290	Ohaikea Houses (historical)	ohaikea-houses-historical	US		0	Pacific/Honolulu	19.4	-155.36667	1181			HI	001		
8086341	Valley Brook Estates Mobile Home Park	valley-brook-estates-mobile-home-park	US		0	America/Detroit	42.62806	-84.54194	269			MI	065	21420	
8086342	Windmill Mobile Home Park	windmill-mobile-home-park	US		0	America/Detroit	42.62417	-84.54444	268			MI	065	21420	
8086367	Monkeytown	monkeytown	US		0	America/New_York	38.705	-79.43223	852			WV	071		
8086368	Olwine Mobile Home Park	olwine-mobile-home-park	US		0	America/New_York	40.09167	-84.61111	315			OH	037	32354	
8086369	Eastwood Mobile Home Estates	eastwood-mobile-home-estates	US		0	America/New_York	40.21389	-84.62778	305			OH	037	09414	
8086370	Morris Trailer Park	morris-trailer-park	US		0	America/New_York	40.19222	-84.78444	329			OH	037	37758	
8086371	Wildcat Woods Estates	wildcat-woods-estates	US		0	America/New_York	40.11917	-84.75833	326			OH	037	81186	
8086372	Byrds Mobile Home Park	byrds-mobile-home-park	US		0	America/New_York	40.21528	-84.635	306			OH	037	09414	
8086373	Colonial Mobile Home Park	colonial-mobile-home-park	US		0	America/New_York	40.07556	-84.63556	321			OH	037	32354	
8086374	E and J Mobile Home Park	e-and-j-mobile-home-park	US		0	America/New_York	40.19833	-84.58306	307			OH	037	66656	
8086375	Green Villa Mobile Park	green-villa-mobile-park	US		0	America/New_York	40.14361	-84.61278	310			OH	037	32354	
8086376	Bowling Trailer Park	bowling-trailer-park	US		0	America/New_York	39.80194	-84.67944	337			OH	135	81564	
8086377	P and R Mobile Home Park	p-and-r-mobile-home-park	US		0	America/New_York	39.74361	-84.57556	294			OH	135	41846	
8086378	Quail Trail	quail-trail	US		0	America/New_York	39.65361	-84.63222	276			OH	135	72964	
8086400	Hares Court	hares-court	US		0	America/New_York	40.32389	-80.90694	364			OH	067	31766	
8086401	Baltzell Trailer Court	baltzell-trailer-court	US		0	America/New_York	40.3125	-81.10528	285			OH	067	74724	
8086402	Hurseys Trailer Court	hurseys-trailer-court	US		0	America/New_York	40.25111	-80.97667	346			OH	067	10814	
8086403	Ludwigs Mobile Home Park	ludwigs-mobile-home-park	US		0	America/New_York	40.2575	-80.98306	344			OH	067	10814	
8086404	Moore Mobile Home Park	moore-mobile-home-park	US		0	America/New_York	40.29	-80.98583	382			OH	067	10814	
8086405	Wolfes Mobile Home Park	wolfes-mobile-home-park	US		0	America/New_York	40.26639	-80.985	360			OH	067	10814	
8086456	Park Terrace Mobile Home Park	park-terrace-mobile-home-park	US		0	America/Detroit	42.725	-84.59861	270			MI	065	46020	
8086457	Riverview Estates Mobile Community	riverview-estates-mobile-community	US		0	America/Detroit	42.71056	-84.59639	261			MI	065	46000	
8086458	Mill Pond Village Mobile Home Park	mill-pond-village-mobile-home-park	US		0	America/Detroit	42.65611	-84.53111	266			MI	065	46000	
8086459	Life O'Riley Mobile Home Park	life-o-riley-mobile-home-park	US		0	America/Detroit	42.66	-84.56528	266			MI	065	46000	
8086460	Kensington Meadows Mobile Home Park	kensington-meadows-mobile-home-park	US		0	America/Detroit	42.68222	-84.609	268			MI	065	46000	
8086549	Winslow's Mobile Home Park	winslow-s-mobile-home-park	US		0	America/Detroit	42.68629	-84.29494	266			MI	065	87420	
8086550	Willow Village Home Court	willow-village-home-court	US		0	America/Detroit	42.68611	-84.26444	265			MI	065	87440	
8086573	Webbervilla Mobile Home Park	webbervilla-mobile-home-park	US		0	America/Detroit	42.66893	-84.18107	268			MI	065	47080	
8086579	Hamlin Mobile Home Community	hamlin-mobile-home-community	US		0	America/Detroit	42.63889	-84.15333	273			MI	065	47080	
8086617	Sycamore Village Mobile Home Park	sycamore-village-mobile-home-park	US		0	America/Detroit	42.58333	-84.4625	276			MI	065	52180	
8086658	Country Manor Mobile Home Park	country-manor-mobile-home-park	US		0	America/Detroit	42.45417	-84.50472	291			MI	065	60800	
8087023	Whigville	whigville	US		0	America/Detroit	42.94467	-83.65085	250	Gibsonville,Whigville		MI	049	33300	
8087161	Greens At Cherry Lawn	greens-at-cherry-lawn	US		0	America/New_York	40.96139	-73.77444	67			NY	119	50617	
8087162	Sarosca Farm Estates	sarosca-farm-estates	US		0	America/New_York	41.045	-73.72167	109			NY	119	32413	
8093667	Shepherd of the Hills Estates	shepherd-of-the-hills-estates	US		0	America/Chicago	36.69243	-93.11907	289			MO	213	71818	
8094066	Orchard Grove Village Mobile Home Park	orchard-grove-village-mobile-home-park	US		0	America/Detroit	42.24667	-83.79806	301			MI	161	49120	
8094068	Sunnyside Mobile Home Park	sunnyside-mobile-home-park	US		0	America/Detroit	42.24389	-83.71444	249			MI	161	03000	
8094320	Elmcroft Estates	elmcroft-estates	US		0	America/New_York	40.96444	-73.74972	45			NY	119	44842	
8094354	Coachville Mobile Park	coachville-mobile-park	US		0	America/Detroit	42.23889	-83.67889	255			MI	161	64560	
8094355	Arbor Meadows Mobile Home Park	arbor-meadows-mobile-home-park	US		0	America/Detroit	42.21012	-83.67267	251			MI	161	64560	
8094356	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/Detroit	42.2	-83.56611	215			MI	161	89160	
8094357	Swan Creek Mobile Home Community	swan-creek-mobile-home-community	US		0	America/Detroit	42.19028	-83.55278	214			MI	161	89160	
8094359	Kingsley Mobile Park	kingsley-mobile-park	US		0	America/Detroit	42.25056	-83.55972	224			MI	161	89160	
8094360	Westridge Mobile Home Park	westridge-mobile-home-park	US		0	America/Detroit	42.2625	-83.55694	223			MI	161	77560	
8094396	Ford Boulevard Mobile Home Park	ford-boulevard-mobile-home-park	US		0	America/Detroit	42.24222	-83.58194	225			MI	161	89160	
8094397	Elmcrest Mobile Village	elmcrest-mobile-village	US		0	America/Detroit	42.25944	-83.55	219			MI	161	89160	
8094398	Village Estates Mobile Home Park	village-estates-mobile-home-park	US		0	America/Detroit	42.25361	-83.56111	225			MI	161	89160	
8094488	Green Meadow Mobile Home Park	green-meadow-mobile-home-park	US		0	America/New_York	40.8325	-83.82306	278			OH	063	58632	
8094489	Parkview Village South	parkview-village-south	US		0	America/New_York	40.76861	-83.81417	289			OH	065	43162	
8094490	Belmont Court	belmont-court	US		0	America/New_York	40.70444	-83.84056	297			OH	065	47712	
8094491	Northland Mobile Home Court	northland-mobile-home-court	US		0	America/New_York	40.77944	-83.82028	289			OH	065	43162	
8094492	Parkview Village North	parkview-village-north	US		0	America/New_York	40.77028	-83.815	290			OH	065	43162	
8094493	Rush Mobile Home Park	rush-mobile-home-park	US		0	America/New_York	40.64833	-83.61944	296			OH	065	63282	
8094494	Westview Estates	westview-estates	US		0	America/New_York	40.65306	-83.62306	309			OH	065	63282	
8094495	Hillcrest Estates	hillcrest-estates	US		0	America/New_York	40.75389	-83.82472	293			OH	065	43162	
8094496	Sixtyeight Trailer Park	sixtyeight-trailer-park	US		0	America/New_York	40.63417	-83.61167	296			OH	065	09848	
8094497	Tip and Jo's Trailer Park	tip-and-jo-s-trailer-park	US		0	America/New_York	40.59528	-83.75889	328			OH	065	45920	
8094501	Highland Estates	highland-estates	US		0	America/New_York	41.06833	-83.63389	251			OH	063	27048	
8094502	Chateau East	chateau-east	US		0	America/New_York	41.05722	-83.60889	244			OH	063	27048	
8094503	Deer Ridge Mobile Home Park	deer-ridge-mobile-home-park	US		0	America/New_York	41.06194	-83.62694	249			OH	063	27048	
8094504	Eastowne Estates	eastowne-estates	US		0	America/New_York	41.06028	-83.61056	249			OH	063	27048	
8094505	Riverview Terrace Park	riverview-terrace-park	US		0	America/New_York	41.04889	-83.68389	235			OH	063	43148	
8094506	Oak Avenue Mobile Home Park	oak-avenue-mobile-home-park	US		0	America/New_York	41.05083	-83.64167	238			OH	063	27048	
8094507	Thomas Northview Trailer Court	thomas-northview-trailer-court	US		0	America/New_York	41.07	-83.64944	247			OH	063	27048	
8094508	Cedar Tree Estates	cedar-tree-estates	US		0	America/New_York	41.105	-83.64889	247			OH	063	01308	
8094509	Clearwater Trailer Park	clearwater-trailer-park	US		0	America/New_York	41.05917	-83.65833	237			OH	063	27048	
8094510	Hillside Pines Mobile Home Park	hillside-pines-mobile-home-park	US		0	America/New_York	41.10556	-83.78611	234			OH	063	63268	
8094511	Olde Town Mobile Home Park	olde-town-mobile-home-park	US		0	America/New_York	41.10861	-83.79611	232			OH	063	63268	
8094587	River Ridge Mobile Home Community	river-ridge-mobile-home-community	US		0	America/Detroit	42.15694	-83.80278	253			MI	161	71160	
8094707	Springbrook Estates Mobile Home Park	springbrook-estates-mobile-home-park	US		0	America/Detroit	42.81944	-83.01778	240			MI	099	11300	
8094714	Riverbrook Mobile Home Park	riverbrook-mobile-home-park	US		0	America/Detroit	42.73611	-82.78472	190			MI	099	46900	
8094715	Quail Run Community Mobile Home Park	quail-run-community-mobile-home-park	US		0	America/Detroit	42.72222	-82.78056	185			MI	099	46900	
8094738	Rudgate East Company Mobile Home Park	rudgate-east-company-mobile-home-park	US		0	America/Detroit	42.71806	-83.02361	202			MI	099	84120	
8094741	Jackson Trailer Park	jackson-trailer-park	US		0	America/Detroit	42.46806	-83.03194	190	Jackson Trailer Park,Woodview Mobile Village		MI	099	84000	
8094742	Motor City Trailer Park	motor-city-trailer-park	US		0	America/Detroit	42.46861	-83.03194	191			MI	099	84000	
8094743	Shadylane Mobile Home Estates	shadylane-mobile-home-estates	US		0	America/Detroit	42.46417	-83.07556	191			MI	099	84000	
8094744	Glenn Wood Mobile Village	glenn-wood-mobile-village	US		0	America/Detroit	42.46667	-83.07694	192			MI	099	84000	
8094745	Twin Pines Mobile Home Park	twin-pines-mobile-home-park	US		0	America/Detroit	42.49194	-83.06556	191			MI	099	84000	
8094746	Parklane Court Mobile Home Park	parklane-court-mobile-home-park	US		0	America/Detroit	42.48056	-83.07278	191			MI	099	84000	
8094747	Lafayette Place Mobile Home Park	lafayette-place-mobile-home-park	US		0	America/Detroit	42.45083	-83.07639	190			MI	099	84000	
8094748	Continental Mobile Village	continental-mobile-village	US		0	America/Detroit	42.44889	-83.06944	191	A and L Mobile Home Park,Continental Mobile Village		MI	099	84000	
8094810	Do Well Mobile Village	do-well-mobile-village	US		0	America/New_York	40.915	-84.05083	235			OH	137	63380	
8094812	Spring Lake Village	spring-lake-village	US		0	America/New_York	40.93583	-83.96222	236			OH	137	67174	
8094815	El Crest Trailer Park	el-crest-trailer-park	US		0	America/New_York	41.03333	-84.03667	225			OH	137	58996	
8094818	Gettman Trailer Park	gettman-trailer-park	US		0	America/New_York	40.92639	-84.05694	232			OH	137	63380	
8094821	Bowers Mobile Home Park	bowers-mobile-home-park	US		0	America/New_York	40.91472	-84.06028	234			OH	137	63380	
8094824	Mobile Manor	mobile-manor	US		0	America/New_York	41.10306	-84.26333	220			OH	137	51562	
8094827	Ridge Road Trailer Park	ridge-road-trailer-park	US		0	America/New_York	40.93583	-84.00472	235			OH	137	63380	
8094830	Green Acres Estates	green-acres-estates	US		0	America/New_York	41.03361	-84.055	223			OH	137	58996	
8094833	Arrowhead 2 Trailer Park	arrowhead-2-trailer-park	US		0	America/New_York	41.01861	-84.05472	221			OH	137	58996	
8094836	Arrowhead Trailer Park Number 1	arrowhead-trailer-park-number-1	US		0	America/New_York	40.99056	-84.20333	222			OH	137	78526	
8094839	Claybaugh Trailer Park	claybaugh-trailer-park	US		0	America/New_York	41.10528	-84.00361	232			OH	137	43288	
8094842	Country Manor Estates	country-manor-estates	US		0	America/New_York	40.93333	-84.30333	226			OH	137	38024	
8094843	Sterling Estates Mobile Home Park	sterling-estates-mobile-home-park	US		0	America/Detroit	42.61389	-83.0375	192			MI	099	76460	
8094845	Melody Acres Trailer Park	melody-acres-trailer-park	US		0	America/New_York	41.10806	-83.98056	228			OH	137	79450	
8094847	Orchard Lane Trailer Court	orchard-lane-trailer-court	US		0	America/New_York	41.10389	-83.97722	228			OH	137	79450	
8094871	Rudgate Manor Mobile Home Park	rudgate-manor-mobile-home-park	US		0	America/Detroit	42.59028	-83.06111	192			MI	099	76460	
8094944	Leslie's Mobile Home Village	leslie-s-mobile-home-village	US		0	America/Detroit	42.48083	-82.94444	187			MI	099	69800	
8095012	Willow Point Mobile Home Park	willow-point-mobile-home-park	US		0	America/Detroit	42.61389	-82.85833	179			MI	099	36820	
8095053	Dequindre Estates Mobile Home Park	dequindre-estates-mobile-home-park	US		0	America/Detroit	42.65139	-83.09111	216			MI	099	72820	
8095726	Little Valley Estates Mobile Home Park	little-valley-estates-mobile-home-park	US		0	America/Detroit	42.44306	-83.345	203			MI	125	27440	
8095728	Flamingo Trailer Court	flamingo-trailer-court	US		0	America/Detroit	42.45861	-83.33611	203			MI	125	27440	
8095750	Lake in the Hills Mobile Home Park	lake-in-the-hills-mobile-home-park	US		0	America/Detroit	42.68528	-83.24	296			MI	125	04105	
8095751	Sheffield Estates Mobile Home Park	sheffield-estates-mobile-home-park	US		0	America/Detroit	42.63097	-83.24565	264			MI	125	04105	
8095752	Oakland Estates Mobile Home Park	oakland-estates-mobile-home-park	US		0	America/Detroit	42.64089	-83.22296	260			MI	125	04105	
8095753	College Heights Mobile Home Park	college-heights-mobile-home-park	US		0	America/Detroit	42.63806	-83.21667	260			MI	125	04105	
8095900	Narushi Camp (historical)	narushi-camp-historical	US		0	Pacific/Honolulu	20.88333	-156.65	287			HI	009		
8095901	Nawaa (historical)	nawaa-historical	US		0	Pacific/Honolulu	21.05384	-156.86475	4			HI	009		
8095918	Otani Camp (historical)	otani-camp-historical	US		0	Pacific/Honolulu	20.91667	-156.66667	182			HI	009		
8096099	Peninsula Park Estates	peninsula-park-estates	US		0	America/Anchorage	60.77389	-151.14167	60			AK	122		
8096113	The Acreage	the-acreage	US		38704	America/New_York	26.79404	-80.26749	5			FL	099		
8096196	Selwood Trace	selwood-trace	US		0	America/New_York	34.06624	-81.21626	101			SC	063		
8096217	Eastvale	eastvale	US		59039	America/Los_Angeles	33.96358	-117.56418	191	Istvejl,ayst wyl  kalyfrnya,aystfal,dong gu,Иствејл,إيستفال,ایست ویل، کالیفرنیا,东谷		CA	065		
8096604	English Avenue Neighborhood	english-avenue-neighborhood	US		0	America/New_York	33.77008	-84.41348	293			GA	121		
8096891	Country Estates	country-estates	US		0	America/New_York	40.74	-84.07306	270			OH	003	04206	
8096892	Hunters Chase	hunters-chase	US		0	America/New_York	40.76417	-84.16194	250			OH	003	01756	
8096893	Crestwood Mobile Home Park	crestwood-mobile-home-park	US		0	America/New_York	40.75611	-84.14222	259			OH	003	43554	
8096894	Eastwood Estates	eastwood-estates	US		0	America/New_York	40.72833	-84.0375	279			OH	003	61742	
8096895	Offenbacher Mobile Home Park	offenbacher-mobile-home-park	US		0	America/New_York	40.73722	-84.07667	271			OH	003	04206	
8096896	Plaza Mobile Home Park	plaza-mobile-home-park	US		0	America/New_York	40.76667	-84.05833	269			OH	003	04206	
8096897	Colony Mobile Home Park	colony-mobile-home-park	US		0	America/New_York	40.72861	-84.04333	278			OH	003	61742	
8096898	Bali Hai Mobile Home Park	bali-hai-mobile-home-park	US		0	America/New_York	40.69222	-84.12806	270			OH	003	71955	
8096899	Innwood Mobile Home Park	innwood-mobile-home-park	US		0	America/New_York	40.75806	-84.06444	276			OH	003	04206	
8096900	Marilee Estates Mobile Home Park	marilee-estates-mobile-home-park	US		0	America/New_York	40.75667	-84.08333	267			OH	003	04206	
8096901	Walton Mobile Home Court	walton-mobile-home-court	US		0	America/New_York	40.73389	-84.07778	270			OH	003	04206	
8096902	Woodlawn Trailer Park Number 2	woodlawn-trailer-park-number-2	US		0	America/New_York	40.75778	-84.13306	256			OH	003	01756	
8096903	Park Trailer Park	park-trailer-park	US		0	America/New_York	40.83639	-84.33528	235			OH	003	47656	
8096904	Village Courts I	village-courts-i	US		0	America/New_York	40.71694	-84.34694	249			OH	003	73982	
8096905	Village Courts II	village-courts-ii	US		0	America/New_York	40.70417	-84.35361	253			OH	003	73982	
8096927	Holland Court	holland-court	US		0	America/New_York	40.83417	-84.33167	235			OH	003	47656	
8096928	Ulm's Mobile Home Court I	ulm-s-mobile-home-court-i	US		0	America/New_York	40.8325	-84.35	236			OH	161	81676	
8096929	Ulm's Mobile Home Court II	ulm-s-mobile-home-court-ii	US		0	America/New_York	40.83278	-84.34167	235			OH	161	81676	
8096931	Briarwood Court	briarwood-court	US		0	America/New_York	40.87639	-84.59722	235			OH	161	63408	
8096932	Stemen's Mobile Manor	stemen-s-mobile-manor	US		0	America/New_York	40.77278	-84.60833	248			OH	161	43372	
8096934	Northwood Mobile Home Court	northwood-mobile-home-court	US		0	America/New_York	40.88306	-84.58222	234			OH	161	63408	
8096935	Bell Avenue Trailer Court	bell-avenue-trailer-court	US		0	America/New_York	40.85778	-84.59056	239			OH	161	63408	
8096936	Crow's Trailer Court	crow-s-trailer-court	US		0	America/New_York	40.87333	-84.59556	238			OH	161	63408	
8096937	Spall's Mobile Home Village	spall-s-mobile-home-village	US		0	America/Indiana/Indianapolis	40.96667	-84.8675	242			IN	003	50238	
8096938	Opaeopaeilio	opaeopaeilio	US		0	Pacific/Honolulu	22.01667	-159.41667	180			HI	007		
8097034	Abbeywood Estates	abbeywood-estates	US		0	America/New_York	40.55583	-84.58472	266			OH	107	38724	
8097035	Summit Court	summit-court	US		0	America/New_York	40.55889	-84.57778	268			OH	107	38724	
8097036	Westside Mobile Home Community	westside-mobile-home-community	US		0	America/New_York	40.55556	-84.58222	267			OH	107	38724	
8097037	Broadway Mobile Court	broadway-mobile-court	US		0	America/New_York	40.41669	-84.77705	281			OH	107	65781	
8097038	Northview Mobile Village	northview-mobile-village	US		0	America/New_York	40.48611	-84.62694	272			OH	107	10604	
8097039	Celina Mobile Home Park	celina-mobile-home-park	US		0	America/New_York	40.55583	-84.57639	269			OH	107	38724	
8097040	Cole's Trailer Park	cole-s-trailer-park	US		0	America/New_York	40.54972	-84.56139	267			OH	107	38724	
8097041	Livingston Mobile Home Park	livingston-mobile-home-park	US		0	America/New_York	40.54917	-84.54944	271			OH	107	38724	
8097042	Meyers Mobile Home Park	meyers-mobile-home-park	US		0	America/New_York	40.69528	-84.6525	245			OH	107	22708	
8097043	Osterholt Mobile Home Park	osterholt-mobile-home-park	US		0	America/New_York	40.41694	-84.63028	292			OH	107	31430	
8097091	Colters Mobile Home Park	colters-mobile-home-park	US		0	America/New_York	41.14639	-84.57944	220			OH	125	61266	
8097092	Horneys Mobile Home Park	horneys-mobile-home-park	US		0	America/New_York	41.07972	-84.73583	228			OH	125	33950	
8097093	Riverbend Mobile Home Park	riverbend-mobile-home-park	US		0	America/New_York	41.18472	-84.72861	223			OH	125	12308	
8097094	Gibson Trailer Park	gibson-trailer-park	US		0	America/New_York	39.11917	-83.03083	176			OH	131	61434	
8097095	Grooms Mobile Home Park	grooms-mobile-home-park	US		0	America/New_York	39.04778	-83.05972	169			OH	131	55622	
8097096	Lake White Mobile Home Park	lake-white-mobile-home-park	US		0	America/New_York	39.12028	-83.02917	176			OH	131	61434	
8097097	R and J Mobile Home Park	r-and-j-mobile-home-park	US		0	America/New_York	39.04583	-83.07194	184			OH	131	55622	
8097098	Waverly Mobile Home Park	waverly-mobile-home-park	US		0	America/New_York	39.11306	-82.99472	173			OH	131	61434	
8097099	Waltlou Mobile Home Park	waltlou-mobile-home-park	US		0	America/New_York	38.34351	-77.45998	65	Brummett's Tourist Camp,Four Gables,Waltlou Mobile Home Park		VA	179		
8097163	Glenwood Estates	glenwood-estates	US		0	America/New_York	41.40389	-84.14611	208			OH	069	53564	
8097164	Valleybrook Estates	valleybrook-estates	US		0	America/New_York	41.40333	-84.12917	207			OH	069	53564	
8097165	Colonial Manor Mobile Home Park	colonial-manor-mobile-home-park	US		0	America/New_York	41.44833	-84.00778	206			OH	069	43176	
8097166	Oak Mobile Home Court	oak-mobile-home-court	US		0	America/New_York	41.44583	-84.00194	206			OH	069	43176	
8097167	Willow Haven Trailer Court	willow-haven-trailer-court	US		0	America/New_York	41.37778	-83.93694	205			OH	069	20016	
8097168	Spiess Trailer Park	spiess-trailer-park	US		0	America/New_York	41.44639	-84.00333	206			OH	069	43176	
8097169	Eastland Acres Mobile Home Park	eastland-acres-mobile-home-park	US		0	America/New_York	41.20194	-83.89194	216			OH	069	04052	
8097170	Maumee Valley Mobile Home Park	maumee-valley-mobile-home-park	US		0	America/New_York	41.37917	-84.12861	205			OH	069	53564	
8097171	Countryside Estates	countryside-estates	US		0	America/New_York	41.38583	-84.11333	205			OH	069	33866	
8097172	Country Court Mobile Home Park	country-court-mobile-home-park	US		0	America/New_York	39.9775	-81.55194	244			OH	059	37786	
8097173	Carruthers Trailer Park	carruthers-trailer-park	US		0	America/New_York	40.0025	-81.6825	257			OH	059	83664	
8097174	Oak Hill Mobile Home Village	oak-hill-mobile-home-village	US		0	America/New_York	40.04056	-81.46056	317			OH	059	12938	
8097175	Adair's Trailer Park	adair-s-trailer-park	US		0	America/New_York	40.02028	-81.51528	247			OH	059	12938	
8097176	Greenwood Trailer Park	greenwood-trailer-park	US		0	America/New_York	40.02778	-81.57194	256			OH	059	11003	
8097177	Valley View Village	valley-view-village	US		0	America/New_York	40.00222	-81.68167	258			OH	059	83664	
8097231	Beaver Dam Lake	beaver-dam-lake	US		2242	America/New_York	41.44743	-74.11463	119			NY	071	50848	
8097232	Contra Costa Centre	contra-costa-centre	US		5364	America/Los_Angeles	37.92752	-122.05786	27			CA	013		
8097233	Belmont Estates	belmont-estates	US		1263	America/New_York	38.45271	-78.91979	429			VA	165		
8097234	Dickerson City	dickerson-city	US		146	America/Chicago	30.48295	-87.05957	2			FL	013		
8097249	Siesta Acres	siesta-acres	US		1885	America/Chicago	28.75799	-100.49019	234			TX	323		
8097251	Spring Gardens	spring-gardens	US		563	America/Chicago	27.76244	-97.74095	23			TX	355		
8105025	Quail Meadows	quail-meadows	US		0	America/New_York	29.22083	-82.19944	24			FL	083		
8112735	Ocala Sun RV Resort	ocala-sun-rv-resort	US		0	America/New_York	29.02833	-82.16833	30			FL	083		
8114116	Riverwood Hills	riverwood-hills	US		0	America/Chicago	36.45809	-88.11004	151			TN	079		
8114228	Tree Meadows Mobile Home Park	tree-meadows-mobile-home-park	US		0	America/New_York	41.49333	-84.55528	238			OH	171	09792	
8114229	Walnut Grove Mobile Home Park	walnut-grove-mobile-home-park	US		0	America/New_York	41.58583	-84.43528	237			OH	171	08140	
8114230	Smith's Trailer Park	smith-s-trailer-park	US		0	America/New_York	41.58778	-84.42361	238			OH	171	08140	
8114231	Terrace Aires	terrace-aires	US		0	America/New_York	41.50194	-84.41028	216			OH	171	74131	
8114232	Bona Vista	bona-vista	US		0	America/New_York	41.495	-84.52139	228			OH	171	64920	
8114233	Bryan Mobile Home Park	bryan-mobile-home-park	US		0	America/New_York	41.48083	-84.53694	228			OH	171	09792	
8114234	Hutchison's Mobile Home Park	hutchison-s-mobile-home-park	US		0	America/New_York	41.45389	-84.74944	256			OH	171	69638	
8114235	Nu-vision Trailer Park	nu-vision-trailer-park	US		0	America/New_York	41.58389	-84.57139	273			OH	171	38864	
8114236	Pleasant Meadows	pleasant-meadows	US		0	America/New_York	41.47	-84.60722	248			OH	171	13008	
8114314	Neily	neily	US		0	America/New_York	31.91667	-82.91667	76	Neilly,Neily,Nielly		GA	271		
8114315	Resource	resource	US		0	America/New_York	32.75139	-81.58333	36	Resource,Resourse		GA	251		
8114457	Barthelemy Settlement	barthelemy-settlement	US		0	America/Chicago	29.51667	-89.75139	0	Barthelemy Settlement,Barthelmy Settlement		LA	117		
8114607	Arrowhead Lake	arrowhead-lake	US		0	America/New_York	41.59889	-83.83611	203			OH	095	75903	
8114608	Chateau Estates	chateau-estates	US		0	America/New_York	41.60278	-83.79361	203			OH	095	51156	
8114609	Dover Glen	dover-glen	US		0	America/New_York	41.58917	-84.15194	239			OH	051	22442	
8114610	Camelot South	camelot-south	US		0	America/New_York	41.52222	-84.00222	209			OH	051	87024	
8114611	Timber Creek	timber-creek	US		0	America/New_York	41.56778	-84.1375	232			OH	051	16126	
8114612	Fox Chase	fox-chase	US		0	America/New_York	41.49417	-84.31167	220			OH	051	29876	
8114613	Star Mobile Court	star-mobile-court	US		0	America/New_York	41.56222	-84.1325	234			OH	051	16126	
8114614	Maplewood Park	maplewood-park	US		0	America/New_York	41.57528	-83.99333	219			OH	051	75861	
8114615	Swissaire Estates	swissaire-estates	US		0	America/New_York	41.5825	-83.88083	205			OH	095	75903	
8114616	Colony Meadows Trailer Court	colony-meadows-trailer-court	US		0	America/New_York	41.51861	-84.31528	221			OH	051	29876	
8114617	Linwood Court Mobile Home Park	linwood-court-mobile-home-park	US		0	America/New_York	41.57667	-83.99639	219			OH	051	75861	
8114618	Parkview Mobile Home Court	parkview-mobile-home-court	US		0	America/New_York	41.67667	-84.32167	237			OH	051	30940	
8114767	Golden Gate Estates	golden-gate-estates	US		0	America/New_York	41.36444	-83.13056	189			OH	143	28826	
8114768	Young's Colonial Acres	young-s-colonial-acres	US		0	America/New_York	41.36333	-83.13417	190			OH	143	28826	
8114769	Cherry Knoll Mobile Park	cherry-knoll-mobile-park	US		0	America/New_York	41.30944	-82.96417	213			OH	143	16308	
8114770	Great Lakes Village	great-lakes-village	US		0	America/New_York	41.33778	-83.08778	191			OH	143	03730	
8114771	Berch Terrace Mobile Home Park	berch-terrace-mobile-home-park	US		0	America/New_York	41.36694	-83.11194	187			OH	143	28826	
8114772	Riviera Mobile Manor	riviera-mobile-manor	US		0	America/New_York	41.38139	-83.10972	186			OH	143	28826	
8114773	Shady Acres	shady-acres	US		0	America/New_York	41.31444	-82.97361	202			OH	143	16308	
8114774	Edgewater Estates	edgewater-estates	US		0	America/New_York	41.43222	-82.89361	175			OH	043	47572	
8114775	Mobile Home Estates	mobile-home-estates	US		0	America/New_York	41.31306	-82.97889	201			OH	143	16308	
8114776	Apollo Mobile Home Park	apollo-mobile-home-park	US		0	America/New_York	41.44111	-83.08083	175			OH	143	66460	
8114777	Sunset Trailer Court	sunset-trailer-court	US		0	America/New_York	41.33611	-83.11778	179			OH	143	28826	
8114778	Mid City Mobile Homes	mid-city-mobile-homes	US		0	America/New_York	41.32583	-83.04972	193			OH	143	31990	
8114779	Catalpa Grove	catalpa-grove	US		0	America/New_York	41.3225	-83.05833	190			OH	143	31990	
8114780	Fremont Trailer Park	fremont-trailer-park	US		0	America/New_York	41.34861	-83.10667	177			OH	143	28826	
8114781	Mill Mobile Home Park	mill-mobile-home-park	US		0	America/New_York	41.365	-83.13806	190			OH	143	70408	
8115326	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/New_York	41.34167	-84.35917	218			OH	039	76772	
8115327	Spring Meadows	spring-meadows	US		0	America/New_York	41.26444	-84.34417	217			OH	039	21322	
8115328	North Town Estates	north-town-estates	US		0	America/New_York	41.29889	-84.36361	217			OH	039	56014	
8115329	El Grande Estates	el-grande-estates	US		0	America/New_York	41.28472	-84.77389	232			OH	039	35112	
8115330	Cooks Rolling Hills	cooks-rolling-hills	US		0	America/New_York	41.30306	-84.37778	215			OH	039	56014	
8115331	Bohlmanns Trailer Park	bohlmanns-trailer-park	US		0	America/New_York	41.27556	-84.40528	213			OH	039	21322	
8115332	Millers Rolling Hills Estates	millers-rolling-hills-estates	US		0	America/New_York	41.30361	-84.37583	214			OH	039	56014	
8115333	Beverly Trailer Park	beverly-trailer-park	US		0	America/New_York	41.29861	-84.765	231			OH	039	35112	
8115334	Countryside Estates	countryside-estates	US		0	America/New_York	41.24528	-84.31472	218			OH	039	35196	
8115335	Hohenberger Trailer Court	hohenberger-trailer-court	US		0	America/New_York	41.28194	-84.26667	219			OH	039	66670	
8115336	Short Trailer Park	short-trailer-park	US		0	America/New_York	41.27611	-84.4075	215			OH	039	21322	
8115348	Cat Island	cat-island	US		0	America/New_York	36.34863	-82.20996	466			TN	019		
8115388	Downtown Mobile Village	downtown-mobile-village	US		0	America/New_York	40.26611	-81.8725	228			OH	031	18868	
8115389	Fairview Manor	fairview-manor	US		0	America/New_York	40.27944	-81.75556	245			OH	031	41132	
8115390	Village Court	village-court	US		0	America/New_York	40.27556	-81.7475	246			OH	031	41132	
8115391	Dickerson Mobile Home Park	dickerson-mobile-home-park	US		0	America/New_York	40.30611	-81.89111	232			OH	031	39634	
8115392	Riverview Estates	riverview-estates	US		0	America/New_York	40.29278	-81.75278	234			OH	031	41132	
8115393	Trailer Estates	trailer-estates	US		0	America/New_York	40.28306	-81.86889	227			OH	031	77896	
8115394	Edgewood Terrace	edgewood-terrace	US		0	America/New_York	40.30056	-81.90167	234			OH	031	37730	
8115395	Chestnut Trailer Court	chestnut-trailer-court	US		0	America/New_York	40.27528	-81.85083	242			OH	031	18868	
8115396	Clover Trailer Park	clover-trailer-park	US		0	America/New_York	40.25944	-81.87	229			OH	031	18868	
8115397	H and W Mobile Home Park	h-and-w-mobile-home-park	US		0	America/New_York	40.265	-81.87139	228			OH	031	18868	
8115398	Hillview Mobile Home Park	hillview-mobile-home-park	US		0	America/New_York	39.74611	-81.53222	260			OH	121	58310	
8115404	Waterstone	waterstone	US		0	America/Detroit	42.83648	-83.28508	317			MI	125	62040	
8115478	Stillwater Lakes	stillwater-lakes	US		0	America/New_York	41.11514	-75.38621	557			PA	089	15960	
8121350	Green Acres Trailer Court	green-acres-trailer-court	US		0	America/Chicago	37.64494	-98.43912	520			KS	095	61725	
8122704	Belmont Mobile Home Estates	belmont-mobile-home-estates	US		0	America/Chicago	38.39108	-96.18303	339			KS	111	21275	
8122705	Mustang Mobile Park	mustang-mobile-park	US		0	America/Chicago	38.37463	-97.6361	455			KS	113	43950	
8122706	Acres Mobile Home Estate Park	acres-mobile-home-estate-park	US		0	America/Chicago	38.61064	-95.25576	275			KS	059	53550	
8122707	All Seasons Mobile Home Community	all-seasons-mobile-home-community	US		0	America/Chicago	38.40598	-98.78021	566			KS	009	28325	
8122708	Applewood Meadows Manufactured Home Community	applewood-meadows-manufactured-home-community	US		0	America/Chicago	38.0598	-97.88895	464			KS	155	33625	
8122709	Arkansas Mobile Home Park	arkansas-mobile-home-park	US		0	America/Chicago	37.73585	-97.34367	401			KS	173	79000	
8122710	Ashwood Mobile Home Park	ashwood-mobile-home-park	US		0	America/Chicago	39.11125	-96.71175	320			KS	161	52300	
8122711	Barrett Mobile Home Park	barrett-mobile-home-park	US		0	America/Chicago	38.18741	-95.74918	316			KS	031	09400	
8122712	Black Squirrel Mobile Home Park	black-squirrel-mobile-home-park	US		0	America/Chicago	39.83554	-96.63913	353			KS	117	45050	
8122713	Blue Valley Mobile Home Park	blue-valley-mobile-home-park	US		0	America/Chicago	39.20548	-96.5662	312			KS	161	44250	
8122714	Botham Mobile Home Park	botham-mobile-home-park	US		0	America/Chicago	38.1998	-95.73373	314			KS	031	09400	
8122715	Bretz's Mobile Home Park	bretz-s-mobile-home-park	US		0	America/Chicago	39.2089	-96.30395	304			KS	149	75350	
8122716	Brookhaven Mobile Home Village	brookhaven-mobile-home-village	US		0	America/Chicago	38.05812	-97.94336	467			KS	155	33625	
8122717	Brookside Mobile Home Estates	brookside-mobile-home-estates	US		0	America/Chicago	37.18783	-95.7221	257			KS	125	33900	
8122718	Buffalo Hills Mobile Home Park	buffalo-hills-mobile-home-park	US		0	America/Chicago	38.85505	-99.29335	607			KS	051	06650	
8122719	Cedar Creek Mobile Home Park	cedar-creek-mobile-home-park	US		0	America/Chicago	38.77817	-97.61978	379			KS	169	62700	
8122720	Cherrywoods Mobile Home Park	cherrywoods-mobile-home-park	US		0	America/Chicago	38.6353	-95.25963	278			KS	059	53550	
8122721	Coach Lamp Village Mobile Home Park I	coach-lamp-village-mobile-home-park-i	US		0	America/Chicago	38.06572	-97.90627	463			KS	155	33625	
8122722	Colonial Gardens Mobile Homes	colonial-gardens-mobile-homes	US		0	America/Chicago	39.22288	-96.57829	314			KS	161	44250	
8122723	Cottonwood Mobile Home Estates	cottonwood-mobile-home-estates	US		0	America/Chicago	39.04482	-96.82214	326			KS	061	35750	
8122724	Cottonwood Mobile Home Park	cottonwood-mobile-home-park	US		0	America/Chicago	38.86322	-99.32135	606			KS	051	31100	
8122725	Cottonwood Mobile Home Park	cottonwood-mobile-home-park	US		0	America/Chicago	38.91405	-97.2256	351			KS	041	00125	
8122726	Cottonwood Trailer Court	cottonwood-trailer-court	US		0	America/Chicago	39.4559	-98.10108	424			KS	123	05775	
8122727	Country Acres Trailer Court	country-acres-trailer-court	US		0	America/Chicago	39.8895	-96.8815	369			KS	201	29900	
8122728	Country Aire Mobile Home Park	country-aire-mobile-home-park	US		0	America/Chicago	38.0457	-97.37491	439			KS	079	50475	
8122729	Country Club Mobile Home Estates	country-club-mobile-home-estates	US		0	America/Chicago	38.03061	-97.33371	444			KS	079	50475	
8122730	Country Gardens Mobile Home Park	country-gardens-mobile-home-park	US		0	America/Chicago	39.3715	-97.11265	365			KS	027	13625	
8122731	Country Hills Manufactured Home Community	country-hills-manufactured-home-community	US		0	America/Chicago	39.11466	-95.09603	278			KS	103	70825	
8122732	Country Lane Mobile Home Park	country-lane-mobile-home-park	US		0	America/Chicago	37.41008	-94.73008	274			KS	037	03750	
8122733	Country Mobile Home Estates Community	country-mobile-home-estates-community	US		0	America/Chicago	37.63983	-98.71921	559			KS	151	57625	
8122734	Country Side Mobile Home Park	country-side-mobile-home-park	US		0	America/Chicago	37.84815	-96.84004	407			KS	015	20075	
8122735	Countryside Mobile Home Estates	countryside-mobile-home-estates	US		0	America/Chicago	38.8563	-99.31577	603			KS	051	31100	
8122736	Countryside Mobile Home Park	countryside-mobile-home-park	US		0	America/Chicago	37.68108	-97.12561	405			KS	015	08825	
8122737	Cowpoke Mobile Home Park	cowpoke-mobile-home-park	US		0	America/Chicago	39.90097	-95.796	393			KS	131	62025	
8122738	Deer Lake Mobile Home Estates	deer-lake-mobile-home-estates	US		0	America/Chicago	37.60316	-97.28695	393			KS	173	60125	
8122739	Del - Ray Mobile Estates	del-ray-mobile-estates	US		0	America/Chicago	38.85762	-97.61799	374			KS	169	62700	
8122740	Desloover Mobile Home Park	desloover-mobile-home-park	US		0	America/Chicago	38.08727	-95.63046	306			KS	031	39675	
8122741	Double J Mobile Home Park	double-j-mobile-home-park	US		0	America/Chicago	39.55775	-97.65857	430			KS	029	15200	
8122742	Dumler Mobile Home Estates	dumler-mobile-home-estates	US		0	America/Chicago	38.87188	-98.85325	559			KS	167	61825	
8122743	El Dorado Mobile Estates	el-dorado-mobile-estates	US		0	America/Chicago	37.76718	-96.87864	391			KS	015	20100	
8122744	El Haro Mobile Home Park	el-haro-mobile-home-park	US		0	America/Chicago	38.86737	-97.66989	391			KS	169	66050	
8122745	Finer Mobile Home Park	finer-mobile-home-park	US		0	America/Chicago	38.35938	-98.80811	567			KS	009	28300	
8122746	Fort Hays Trailer Park	fort-hays-trailer-park	US		0	America/Chicago	38.86362	-99.32383	605			KS	051	31100	
8122747	Four Seasons Mobile Home Estates	four-seasons-mobile-home-estates	US		0	America/Chicago	39.05125	-96.8153	326			KS	061	35750	
8122748	Friendly Acres Mobile Home Park	friendly-acres-mobile-home-park	US		0	America/Chicago	39.3819	-101.04736	969			KS	193	14650	
8122749	Gaslight Mobile Home Park	gaslight-mobile-home-park	US		0	America/Chicago	39.75697	-94.94237	249			KS	043	75600	
8122750	Genes Mobile Home Park	genes-mobile-home-park	US		0	America/Chicago	38.35331	-96.17725	347			KS	111	21300	
8122751	Glendale Mobile Home Estates	glendale-mobile-home-estates	US		0	America/Chicago	37.03824	-95.66971	230			KS	125	14600	
8122752	Glenview Estates Mobile Home Park	glenview-estates-mobile-home-park	US		0	America/Chicago	37.23831	-96.95821	361			KS	035	79950	
8122753	Golden Spur Mobile Home Park	golden-spur-mobile-home-park	US		0	America/Chicago	38.82976	-97.63257	375			KS	169	62700	
8122754	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/Chicago	38.63513	-95.57264	318			KS	139	35725	
8122755	Greenlawn Trailer Park	greenlawn-trailer-park	US		0	America/Chicago	38.0237	-97.93157	466			KS	155	58975	
8122756	Hanks Mobile Home Park	hanks-mobile-home-park	US		0	America/Chicago	37.79393	-96.99706	394			KS	015	71150	
8122757	Hawks Landing Mobile Home Park	hawks-landing-mobile-home-park	US		0	America/Chicago	39.38211	-97.1026	375			KS	027	13650	
8122758	Herron Mobile Home Park	herron-mobile-home-park	US		0	America/Chicago	37.80286	-100.34009	796			KS	069	13300	
8122759	Highpoint Mobile Home Park	highpoint-mobile-home-park	US		0	America/Chicago	37.80236	-96.86338	396			KS	015	20075	
8122760	Hillside Mobile Home Park	hillside-mobile-home-park	US		0	America/Chicago	37.15848	-95.10699	280			KS	099	53475	
8122761	Hinmans Mobile Home Park	hinmans-mobile-home-park	US		0	America/Chicago	37.89721	-97.78003	450			KS	155	30750	
8122762	Humdinger Trailer Park	humdinger-trailer-park	US		0	America/Chicago	39.30515	-96.05539	311			KS	149	21125	
8122763	Hutchinson Regency Mobile Home Park	hutchinson-regency-mobile-home-park	US		0	America/Chicago	38.02626	-97.89614	461			KS	155	33625	
8122764	In the Field Mobile Home Park	in-the-field-mobile-home-park	US		0	America/Chicago	39.20199	-96.463	322			KS	149		
8122765	J and L Mobile Home Park	j-and-l-mobile-home-park	US		0	America/Chicago	39.10993	-96.71048	319			KS	161	52300	
8122766	John's Mobile Home Park	john-s-mobile-home-park	US		0	America/Chicago	38.97696	-97.04056	379			KS	041	50800	
8122767	Junction City Regency Mobile Home Park	junction-city-regency-mobile-home-park	US		0	America/Chicago	39.05564	-96.81465	325			KS	061	35750	
8122768	Kanopolis Lake Park	kanopolis-lake-park	US		0	America/Chicago	38.61004	-97.954	436			KS	053	21150	
8122769	Keating Mobile Home Park	keating-mobile-home-park	US		0	America/Chicago	39.19291	-96.07274	287			KS	149		
8122770	Koepke Mobile Manor	koepke-mobile-manor	US		0	America/Chicago	38.67367	-96.93312	411			KS	127	31400	
8122771	Lakeside Mobile Home Court	lakeside-mobile-home-court	US		0	America/Chicago	39.17194	-96.90692	365			KS	061	46550	
8122772	Lawndale Estates Mobile Home Park	lawndale-estates-mobile-home-park	US		0	America/Chicago	37.3273	-95.25021	264			KS	099	54675	
8122773	Lewis Mobile Home Park	lewis-mobile-home-park	US		0	America/Chicago	39.83671	-97.63223	474			KS	157	05600	
8122774	Lincoln Mobile Home Village	lincoln-mobile-home-village	US		0	America/Chicago	38.42823	-96.19553	344			KS	111	21275	
8122776	Lone Star Trailer Court	lone-star-trailer-court	US		0	America/Chicago	37.41005	-94.74262	281			KS	037	03750	
8122777	Louanns Mobile Home Park	louanns-mobile-home-park	US		0	America/Chicago	37.05373	-96.99649	338			KS	035	16375	
8122778	Lovelady Mobile Home Park	lovelady-mobile-home-park	US		0	America/Chicago	39.86284	-95.26605	310			KS	043	34400	
8122779	Luther Ralph Mobile Home Park	luther-ralph-mobile-home-park	US		0	America/Chicago	38.84285	-97.78053	415			KS	169	52425	
8122780	M and M Mobile Home Court	m-and-m-mobile-home-court	US		0	America/Chicago	38.99082	-97.02597	346			KS	041	50800	
8122781	MacArthur Place Mobile Home Park	macarthur-place-mobile-home-park	US		0	America/Chicago	37.62043	-97.36639	391			KS	173	79000	
8122782	Mac's Mobile Home Park	mac-s-mobile-home-park	US		0	America/Chicago	38.05672	-97.89632	465			KS	155	33625	
8122783	McConnaugheys Mobile Home Park	mcconnaugheys-mobile-home-park	US		0	America/Chicago	39.33647	-95.4603	293			KS	087	17425	
8122784	McKinley Mobile Home Park	mckinley-mobile-home-park	US		0	America/Chicago	37.91156	-97.42354	418			KS	173	73275	
8122785	Melody Acres Mobile Home Park	melody-acres-mobile-home-park	US		0	America/Chicago	38.02786	-97.91107	463			KS	155	33625	
8122786	Midway Mobile Home Park	midway-mobile-home-park	US		0	America/Chicago	39.04783	-96.81904	326			KS	061	35750	
8122787	Miller Mobile Home Court	miller-mobile-home-court	US		0	America/Chicago	39.11403	-96.87315	373			KS	061	46550	
8122788	Mitchell Mobile Home Manor	mitchell-mobile-home-manor	US		0	America/Chicago	37.82578	-96.86295	402			KS	015	20075	
8122789	Mobile Villa Trailer Court	mobile-villa-trailer-court	US		0	America/Chicago	39.20112	-96.2985	300			KS	149	75350	
8122790	Mound Street Mobile Home Park	mound-street-mobile-home-park	US		0	America/Chicago	37.6472	-98.74695	576			KS	151	57625	
8122791	Northwind Mobile Home Park	northwind-mobile-home-park	US		0	America/Chicago	39.0452	-96.84688	333			KS	061	35750	
8122792	Oak Ridge Mobile Home Community	oak-ridge-mobile-home-community	US		0	America/Chicago	37.69205	-96.95888	385			KS	015	03300	
8122793	Paola Mobile Home Park	paola-mobile-home-park	US		0	America/Chicago	38.56557	-94.88175	269			KS	121	54250	
8122794	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/Chicago	38.40964	-96.22526	349			KS	111	21275	
8122795	Paradise Mobile Home Park	paradise-mobile-home-park	US		0	America/Chicago	38.63807	-95.81385	328			KS	139	53200	
8122796	Parkwood Court Manufactured Home Park	parkwood-court-manufactured-home-park	US		0	America/Chicago	39.25427	-94.8963	241			KS	103	38650	
8122797	Patio Mobile Home Manor	patio-mobile-home-manor	US		0	America/Chicago	38.82867	-97.62373	374			KS	169	62700	
8122798	Patterson Mobile Home Park	patterson-mobile-home-park	US		0	America/Chicago	39.11968	-100.85256	927			KS	109	51850	
8122799	Pine Ridge Manufactured Housing Community	pine-ridge-manufactured-housing-community	US		0	America/Chicago	37.78677	-97.00045	387			KS	015	71150	
8122800	Pioneer Mobile Home Village	pioneer-mobile-home-village	US		0	America/Chicago	38.66466	-96.47653	384			KS	127	15925	
8122801	Prairie Estates Mobile Home Park	prairie-estates-mobile-home-park	US		0	America/Chicago	38.04055	-97.37596	439			KS	079	50475	
8122802	Prairie Village Mobile Home Park	prairie-village-mobile-home-park	US		0	America/Chicago	38.81779	-97.63265	375			KS	169	62700	
8122803	Red Rock Mobile Home Park	red-rock-mobile-home-park	US		0	America/Chicago	38.91251	-97.2478	361			KS	041	27625	
8122804	Redbud Estates Manufactured Home Community	redbud-estates-manufactured-home-community	US		0	America/Chicago	39.17872	-96.60163	315			KS	161	44250	
8122805	Reynolds Mobile Home Park	reynolds-mobile-home-park	US		0	America/Chicago	37.90215	-97.77549	448			KS	155	30750	
8122806	River View Mobile Country Club	river-view-mobile-country-club	US		0	America/Chicago	39.07852	-94.75355	254			KS	209	36000	
8122807	Riverchase Mobile Home Park	riverchase-mobile-home-park	US		0	America/Chicago	39.24322	-96.59159	322			KS	161	44275	
8122808	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/Chicago	39.19805	-96.29414	299			KS	149	75350	
8122809	Rollin Homes Mobile Home Court	rollin-homes-mobile-home-court	US		0	America/Chicago	38.35837	-97.20766	435			KS	115	32275	
8122810	Sandalwood Mobile Home Park	sandalwood-mobile-home-park	US		0	America/Chicago	37.07705	-97.03261	329			KS	035	02300	
8122811	Sands Mobile Home Park and Rentals	sands-mobile-home-park-and-rentals	US		0	America/Chicago	38.0563	-97.87733	463			KS	155		
8122812	Scottish Square Mobile Home Park	scottish-square-mobile-home-park	US		0	America/Chicago	39.04986	-96.8183	326			KS	061	35750	
8122813	Seneca Mobile Home Park	seneca-mobile-home-park	US		0	America/Chicago	39.82757	-96.06318	339			KS	131	63950	
8122814	Shamrock Mobile Home Estates	shamrock-mobile-home-estates	US		0	America/Chicago	38.97348	-97.01301	339			KS	041	50800	
8122815	Showalter Mobile Home Park	showalter-mobile-home-park	US		0	America/Chicago	38.08726	-97.8142	479			KS	155	13600	
8122816	Smokey Valley Mobile Home Park	smokey-valley-mobile-home-park	US		0	America/Chicago	38.68219	-97.61017	389			KS	169	66075	
8122817	South Side Mobile Court	south-side-mobile-court	US		0	America/Chicago	38.34876	-98.58316	544			KS	009	20425	
8122818	Southgate Mobile Home Park	southgate-mobile-home-park	US		0	America/Chicago	38.39571	-96.20005	343			KS	111	21275	
8122819	Southwestern Mobile Home Park	southwestern-mobile-home-park	US		0	America/Chicago	38.80235	-97.62015	378			KS	169	62700	
8122820	Sundowner West Meadows Mobile Home Park	sundowner-west-meadows-mobile-home-park	US		0	America/Chicago	38.8896	-97.76268	415			KS	169	56625	
8122821	Sunflower Mobile Home Estates	sunflower-mobile-home-estates	US		0	America/Chicago	37.07685	-97.0308	328			KS	035	02300	
8122822	Sunflower Mobile Home Park	sunflower-mobile-home-park	US		0	America/Chicago	38.63804	-95.81475	328			KS	139	53200	
8122823	Sunflower Village Mobile Home Park	sunflower-village-mobile-home-park	US		0	America/Chicago	39.74611	-94.88429	248			KS	043	75600	
8122824	Sunset 77 Mobile Home Park	sunset-77-mobile-home-park	US		0	America/Chicago	37.52421	-97.00041	369			KS	015	18425	
8122825	Sunview Mobile Home Park	sunview-mobile-home-park	US		0	America/Chicago	38.14708	-98.08955	486			KS	155	50525	
8122826	Town and Country Village Mobile Home Park	town-and-country-village-mobile-home-park	US		0	America/Chicago	38.06191	-97.89656	465			KS	155	33625	
8122827	Toy Mobile Home Park	toy-mobile-home-park	US		0	America/Chicago	38.19522	-95.75446	314			KS	031	09400	
8122828	Tracys Mobile Home Park	tracys-mobile-home-park	US		0	America/Chicago	37.28317	-97.39869	372			KS	191	76475	
8122829	Trailside Mobile Home Park	trailside-mobile-home-park	US		0	America/Chicago	37.91826	-95.34522	311			KS	001	20550	
8122830	Trailside Mobile Home Village	trailside-mobile-home-village	US		0	America/Chicago	37.91855	-95.3456	310			KS	001	20550	
8122831	Treasure Parks Creekside Mobile Home Park	treasure-parks-creekside-mobile-home-park	US		0	America/Chicago	39.08948	-94.7265	233			KS	209	36000	
8122832	Unruh Trailer Mobile Home Park	unruh-trailer-mobile-home-park	US		0	America/Chicago	37.9773	-101.13349	898			KS	093	17250	
8122833	Valley Mobile Home Park	valley-mobile-home-park	US		0	America/Chicago	37.39996	-97.28386	371			KS	191	05525	
8122834	Village Mobile Home Park	village-mobile-home-park	US		0	America/Chicago	38.19106	-99.11096	614			KS	145	38700	
8122835	Village Mobile Home Park	village-mobile-home-park	US		0	America/Chicago	38.35994	-98.74995	562			KS	009	28300	
8122836	Waco Trailer Court	waco-trailer-court	US		0	America/Chicago	37.82638	-96.87126	412			KS	015	20075	
8122837	Walnut Grove Mobile Home Park	walnut-grove-mobile-home-park	US		0	America/Chicago	39.20143	-96.46011	326			KS	149		
8122838	Walters Mobile Home Park	walters-mobile-home-park	US		0	America/Chicago	38.40981	-95.85464	353			KS	031	40550	
8122839	Western Acres Mobile Home Park	western-acres-mobile-home-park	US		0	America/Chicago	38.09647	-98.00669	476			KS	155	28025	
8122840	Western Community Park	western-community-park	US		0	America/Chicago	38.36743	-97.68072	451			KS	113	43950	
8122841	Western Lark Trailer Park	western-lark-trailer-park	US		0	America/Chicago	37.47914	-100.85649	892			KS	081	30625	
8122842	Westhill Mobile Home Park	westhill-mobile-home-park	US		0	America/Chicago	38.40343	-96.21584	343			KS	111	21275	
8122843	Willow Creek Mobile Home Park	willow-creek-mobile-home-park	US		0	America/Chicago	37.11476	-97.02996	357			KS	035	16375	
8122844	Wilson Manufactured Home Park	wilson-manufactured-home-park	US		0	America/Chicago	37.39392	-97.63819	413			KS	191	15300	
8122845	Acres West Mobile Home Park	acres-west-mobile-home-park	US		0	America/Chicago	37.9853	-100.99273	879			KS	055	64800	
8122846	Balls Trailer Park	balls-trailer-park	US		0	America/Chicago	37.99472	-100.91888	869			KS	055	25350	
8122847	Bedrock Mobile Home Park	bedrock-mobile-home-park	US		0	America/Chicago	37.57915	-101.39822	938			KS	067	40725	
8122848	Camelot Trailer Park	camelot-trailer-park	US		0	America/Chicago	37.7382	-100.01537	755			KS	057	18250	
8122849	Cimarron Mobile Home Park	cimarron-mobile-home-park	US		0	America/Chicago	37.06674	-100.94194	875			KS	175	39825	
8122850	Country Acres Trailer Park	country-acres-trailer-park	US		0	America/Chicago	38.07328	-100.99433	894			KS	055	64800	
8122851	Countryside Estates Mobile Home Park	countryside-estates-mobile-home-park	US		0	America/Chicago	37.99192	-100.87586	868			KS	055	25325	
8122852	Countryside Manor Mobile Home Park	countryside-manor-mobile-home-park	US		0	America/Chicago	37.7322	-100.01597	757			KS	057	18250	
8122853	D and D Mobile Home Park	d-and-d-mobile-home-park	US		0	America/Chicago	37.72379	-99.90808	751			KS	057	27350	
8122854	Dirk's Mobile Home Park	dirk-s-mobile-home-park	US		0	America/Chicago	37.20819	-100.70256	846			KS	175	23000	
8122856	Downtown Mobile Home Park	downtown-mobile-home-park	US		0	America/Chicago	37.04424	-100.919	863			KS	175	39825	
8122857	Dunlap Mobile Home Park	dunlap-mobile-home-park	US		0	America/Chicago	37.04349	-100.91596	862			KS	175	39825	
8122858	East Garden Mobile Home Village	east-garden-mobile-home-village	US		0	America/Chicago	37.96358	-100.82553	859			KS	055	25325	
8122859	Eastside Trailer Park	eastside-trailer-park	US		0	America/Chicago	37.95704	-100.80768	862			KS	055	25350	
8122860	Evergreen Trailer Court	evergreen-trailer-court	US		0	America/Chicago	37.73682	-100.01798	756			KS	057	18250	
8122861	Four U Mobile Home Park	four-u-mobile-home-park	US		0	America/Chicago	37.02976	-100.94168	869			KS	175	39825	
8122862	Gas Light Village Mobile Home Park	gas-light-village-mobile-home-park	US		0	America/Chicago	37.03965	-100.90923	862			KS	175	39825	
8122863	Geier Trailer Park	geier-trailer-park	US		0	America/Chicago	37.95717	-100.80938	862			KS	055	25350	
8122864	Gitgood Trailer Park	gitgood-trailer-park	US		0	America/Chicago	37.04044	-100.91127	862			KS	175	39825	
8122865	Green Acres Trailer Park	green-acres-trailer-park	US		0	America/Chicago	37.72918	-99.97264	749			KS	057	21450	
8122866	Happy Homes Park	happy-homes-park	US		0	America/Chicago	37.7458	-99.97627	756			KS	057	18250	
8122867	Hi - Klass Mobile Home Park	hi-klass-mobile-home-park	US		0	America/Chicago	37.04943	-100.91668	863			KS	175	39825	
8122868	Hillcrest Trailer Court	hillcrest-trailer-court	US		0	America/Chicago	37.57265	-101.33958	927			KS	067	40725	
8122869	J and J Trailer Park	j-and-j-trailer-park	US		0	America/Chicago	37.95925	-100.81117	864			KS	055	25350	
8122871	Kingston Trailer Park	kingston-trailer-park	US		0	America/Chicago	37.95327	-100.87617	863			KS	055	25350	
8122872	Las Brisas Mobile Home Park	las-brisas-mobile-home-park	US		0	America/Chicago	37.7055	-99.91092	743			KS	057	21450	
8122873	Lazy Acres Trailer Park	lazy-acres-trailer-park	US		0	America/Chicago	37.73264	-100.04673	761			KS	057	59300	
8122874	Mavarick Trailer Court	mavarick-trailer-court	US		0	America/Chicago	37.57729	-101.36678	931			KS	067	40725	
8122875	Meadow Lark Mobile Home Park	meadow-lark-mobile-home-park	US		0	America/Chicago	37.99159	-100.90743	869			KS	055	25350	
8122876	Miller Trailer Park	miller-trailer-park	US		0	America/Chicago	37.93455	-100.79001	853			KS	055	25350	
8122877	Ponderosa Mobile Home Park	ponderosa-mobile-home-park	US		0	America/Chicago	37.97249	-100.84587	860			KS	055	25325	
8122878	Prairie Acre Mobile Home Park	prairie-acre-mobile-home-park	US		0	America/Chicago	37.63405	-99.74989	733			KS	057	23750	
8122879	Prairie Village Trailer Court	prairie-village-trailer-court	US		0	America/Chicago	37.73398	-100.01657	757			KS	057	18250	
8122880	Prairie Wind Mobile Home Park	prairie-wind-mobile-home-park	US		0	America/Chicago	37.97111	-100.82802	862			KS	055	25325	
8123046	Rancho Trailer Park	rancho-trailer-park	US		0	America/Chicago	37.9878	-100.91246	869			KS	055	25350	
8123047	Ranchwood Mobile Estates	ranchwood-mobile-estates	US		0	America/Chicago	37.74097	-99.9683	751			KS	057	18250	
8123048	Razz Electric Mobile Homes	razz-electric-mobile-homes	US		0	America/Chicago	37.47398	-101.32507	941			KS	067	68875	
8123049	S and S Trailer Court	s-and-s-trailer-court	US		0	America/Chicago	37.57721	-101.36492	931			KS	067	40725	
8123050	Sage Mobile Home Park	sage-mobile-home-park	US		0	America/Chicago	37.03822	-100.89683	862			KS	175	39825	
8123051	Scantlins Mobile Home Park	scantlins-mobile-home-park	US		0	America/Chicago	37.03575	-100.9172	863			KS	175	39825	
8123052	Sleepy Hollow Mobile Home Park	sleepy-hollow-mobile-home-park	US		0	America/Chicago	37.7353	-100.01662	756			KS	057	18250	
8123053	Southlawn Trailer Court	southlawn-trailer-court	US		0	America/Chicago	37.02906	-100.92327	867			KS	175	39825	
8123054	Sunnyside Mobile Home Park	sunnyside-mobile-home-park	US		0	America/Chicago	37.03397	-100.93388	866			KS	175	39825	
8123055	Supreme Cattle Feed Mobile Home Park	supreme-cattle-feed-mobile-home-park	US		0	America/Chicago	37.27057	-100.89989	873			KS	175	64075	
8123056	Villa Manor Trailer Court	villa-manor-trailer-court	US		0	America/Chicago	37.73804	-100.03027	759			KS	057	18250	
8123057	Wagon Wheel Mobile Home Park	wagon-wheel-mobile-home-park	US		0	America/Chicago	37.97711	-100.89888	868			KS	055	25350	
8123058	Watersports Mobile Home Park	watersports-mobile-home-park	US		0	America/Chicago	37.7438	-100.01261	753			KS	057	18250	
8123059	Western Mobile Home Park North	western-mobile-home-park-north	US		0	America/Chicago	37.06675	-100.93875	873			KS	175	39825	
8123060	Western Mobile Home Park South	western-mobile-home-park-south	US		0	America/Chicago	37.03735	-100.93907	868			KS	175	39825	
8123061	Westhaven Mobile Home Park	westhaven-mobile-home-park	US		0	America/Chicago	37.99135	-100.91855	870			KS	055	25350	
8123062	Westward Ho Mobile Home Park	westward-ho-mobile-home-park	US		0	America/Chicago	37.75561	-100.05022	771			KS	057	18250	
8123063	Yeadon Trailer Park	yeadon-trailer-park	US		0	America/Chicago	38.00011	-100.90099	877			KS	055	25350	
8124764	Pettaconsett	pettaconsett	US		0	America/New_York	41.75833	-71.44444	9			RI	007	5221674	
8124770	Bailey Hills	bailey-hills	US		0	America/New_York	35.89487	-80.93811	283			NC	097	92912	
8125575	Covered Bridge Canyon	covered-bridge-canyon	US		0	America/Denver	40.03583	-111.55331	1559			UT	049		
8128734	Big Canoe	big-canoe	US		0	America/New_York	34.45736	-84.28895				GA	227		
8256407	Delhi Manor Mobile Home Park	delhi-manor-mobile-home-park	US		0	America/Detroit	42.63611	-84.50694	267			MI	065	21420	
8259108	Swanson’s Tracts	swanson-s-tracts	US		0	America/Chicago	43.61557	-96.75275	458			SD	099	40660	
8259411	Woodland Estates	woodland-estates	US		0	America/New_York	36.93682	-84.19388				KY	235		
8259507	Scuffletown	scuffletown	US		0	America/New_York	36.93479	-84.13004	356			KY	235		
8259584	Cloverleaf Canyon	cloverleaf-canyon	US		0	America/Los_Angeles	34.17314	-117.9955	386			CA	037		
8259757	Hamblim	hamblim	US		0	America/New_York	36.65554	-83.87697	586			KY	013		
8259758	Jaybel	jaybel	US		0	America/New_York	36.85394	-83.62206	344			KY	013		
8259759	Keenox	keenox	US		0	America/New_York	36.78798	-83.66654	313			KY	013		
8295052	Indian Ridge	indian-ridge	US		0	America/New_York	28.30186	-81.59821				FL	097		
8298592	Indian Creek	indian-creek	US		0	America/New_York	28.3186	-81.61185				FL	097		
8298694	Kagvik Creek	kagvik-creek	US		0	America/Anchorage	68.36213	-161.55863		KKF,Kagvik Creek		AK	185		
8298834	Port Johnson	port-johnson	US		0	America/Juneau	55.1167	-132.05		PRF,Port Johnson		AK	198		
8298960	Onion Bay	onion-bay	US		0	America/Anchorage	58.23208	-152.83665		ONN,Onion Bay		AK	150		
8298975	Cinder River	cinder-river	US		0	America/Anchorage	57.09894	-157.83375		Cinder River,RCP		AK	164		
8299094	Blue Fox Bay	blue-fox-bay	US		0	America/Anchorage	58.1833	-152.133		BFB,Blue Fox Bay		AK	150		
8299108	Kizhuyak	kizhuyak	US		0	America/Anchorage	57.5833	-153.15		KZH,Kizhuyak		AK	150		
8299148	Little Port Walter	little-port-walter	US		0	America/Sitka	56.38393	-134.64393		LPW,Little Port Walter		AK	220		
8299170	Fire Cove	fire-cove	US		0	America/Sitka	55.76841	-131.54858		FIC,Fire Cove		AK	130		
8299206	Pleasant Harbour	pleasant-harbour	US		0	America/Anchorage	57.7486	-152.84077		PTR,Pleasant Harbour		AK	150		
8299209	Smith Cove	smith-cove	US		0	America/Juneau	55.43554	-132.36723		SCJ,Smith Cove		AK	198		
8299239	Marguerite Bay	marguerite-bay	US		0	America/Sitka	55.70129	-131.63484		Marguerite Bay,RTE		AK	130		
8299508	Pleasant Groves	pleasant-groves	US		414	America/Chicago	34.7413	-86.19044				AL	071		
8299577	Warren Township	warren-township	US		15311	America/New_York	40.60822	-74.51803		Warren,Warren Township		NJ	035		
8299699	Castle Pines North	castle-pines-north	US		10360	America/Denver	39.47174	-104.89482				CO	093		
8335005	Jacob City	jacob-city	US		244	America/Chicago	30.89433	-85.4098				FL	063		
8347304	LodiLakeWeather	lodilakeweather	US		0	America/Los_Angeles	38.14892	-121.28992	15			CA	077		
8347326	Fairfield Heights	fairfield-heights	US		21285	America/Indiana/Indianapolis	39.82861	-86.38224	269			IN	063	43794	
8379098	Trial	trial	US		1000	America/New_York	39.22348	-76.75255	100			MD	027		
8393980	MyCumming	mycumming	US		0	America/New_York	34.18788	-84.19068				GA	117		
8394421	Alameda Point	alameda-point	US		0	America/Los_Angeles	37.78672	-122.31903				CA	001		
8410791	Koreatown	koreatown	US		0	America/New_York	40.75061	-73.98768				NY	061		
8410792	NoHo	noho	US		0	America/New_York	40.72726	-73.99374		Nokho,noho,nwhw,Нохо,נוהו,ノーホー,노호		NY	061		
8410793	Dumbo	dumbo	US		0	America/New_York	40.70257	-73.99045				NY	047		
8410794	Castro	castro	US		0	America/Los_Angeles	37.75921	-122.43486		Ardal Castro,Castro District,Kastro,Kastro rajons,Le Castro,The Castro,hqstrw,ka si chu jie,kaeseuteulo,kasutoro tongri,Кастро,הקסטרו,カストロ通り,卡斯楚街,캐스트로		CA	075		
8411011	Tazwell	tazwell	US		0	America/New_York	37.11899	-81.52508				VA	185		
8436021	Norwood Park	norwood-park	US		0	America/Chicago	41.98935	-87.80514				IL	031	14000	
8436065	Chicago Loop	chicago-loop	US		33442	America/Chicago	41.88407	-87.6333		Chikago-Lup,Loop,The Loop,hlwp,lu pu qu,shykagw lwp,sikago lupeu,Чикаго-Луп,הלופ,شیکاگو لوپ,卢普区,시카고 루프		IL	031	14000	
8436077	Garfield Ridge	garfield-ridge	US		0	America/Chicago	41.8019	-87.76291				IL	031	72689	
8436083	Greater Grand Crossing	greater-grand-crossing	US		32346	America/Chicago	41.76113	-87.61485				IL	031	14000	
8436084	Auburn Gresham	auburn-gresham	US		45842	America/Chicago	41.74179	-87.65322				IL	031	14000	
8436085	O'Hare	o-hare	US		0	America/Chicago	41.96766	-87.84565				IL	031	43120	
8436464	Bowery	bowery	US		0	America/New_York	40.72521	-73.9904				NY	061		
8436467	Fort George	fort-george	US		0	America/New_York	40.859	-73.93316				NY	061		
8436468	Sutton Place	sutton-place	US		0	America/New_York	40.75762	-73.96176				NY	061		
8436469	NoMad	nomad	US		0	America/New_York	40.74409	-73.98776				NY	061		
8436470	Union Square	union-square	US		0	America/New_York	40.73624	-73.99027				NY	061		
8436471	Meatpacking District	meatpacking-district	US		0	America/New_York	40.74104	-74.00772		Meat Packing District		NY	061		
8436472	NoLIta	nolita	US		0	America/New_York	40.72296	-73.99555				NY	061		
8436473	Financial District	financial-district	US		60976	America/New_York	40.70789	-74.00857				NY	061		
8436474	Two Bridges	two-bridges	US		0	America/New_York	40.7107	-73.99699				NY	061		
8436475	Civic Center	civic-center	US		0	America/New_York	40.71403	-74.00283				NY	061		
8436476	Flatiron District	flatiron-district	US		0	America/New_York	40.7405	-73.99012				NY	061		
8436478	Navy Yard	navy-yard	US		0	America/New_York	40.69891	-73.97114				NY	047		
8436479	Downtown Brooklyn	downtown-brooklyn	US		0	America/New_York	40.69371	-73.98596		דאונטאון ברוקלין		NY	047		
8436480	Columbia Street Waterfront District	columbia-street-waterfront-district	US		0	America/New_York	40.68729	-74.0022				NY	047		
8436482	Carroll Gardens	carroll-gardens	US		0	America/New_York	40.67949	-73.99916				NY	047		
8436483	Boerum Hill	boerum-hill	US		0	America/New_York	40.6848	-73.98447				NY	047		
8436484	Gowanus	gowanus	US		0	America/New_York	40.67328	-73.99037				NY	047		
8436486	Sunset Park	sunset-park	US		126000	America/New_York	40.64548	-74.01241		ri luo gong yuan,日落公园		NY	047		
8436488	Midwood	midwood	US		0	America/New_York	40.61901	-73.96539				NY	047		
8436489	Marine Park	marine-park	US		0	America/New_York	40.61196	-73.93309				NY	047		
8436490	Gerritsen Beach	gerritsen-beach	US		0	America/New_York	40.58694	-73.92279				NY	047		
8436491	Mill Basin	mill-basin	US		0	America/New_York	40.61008	-73.91109				NY	047		
8436492	Prospect Lefferts Gardens	prospect-lefferts-gardens	US		0	America/New_York	40.65898	-73.95049				NY	047		
8436493	Crown Heights	crown-heights	US		0	America/New_York	40.66797	-73.9448		Kraun-Khajts,qrwyn hyyts,Краун-Хайтс,קראון הייטס,קרוין הייטס		NY	047		
8436513	Windsor Terrace	windsor-terrace	US		0	America/New_York	40.65391	-73.97575				NY	047		
8436514	Hunters Point	hunters-point	US		0	America/New_York	40.7477	-73.95062				NY			
8436572	South Kingstown	south-kingstown	US		30826	America/New_York	41.44718	-71.52494		sausukingusutaun,sawth kynghstawn,جنوبی کنگز ٹاؤن، روڈ آئلینڈ,ساوث كينغستاون,サウスキングスタウン		RI	009	67460	
8436932	Oak Park Township	oak-park-township	US		0	America/Chicago	41.8866	-87.79489				IL	031	54898	
8449483	Ocean Hill	ocean-hill	US		0	America/New_York	40.67417	-73.91167				NY	047		
8449741	Anza Vista	anza-vista	US		0	America/Los_Angeles	37.78085	-122.44317				CA	075		
8449742	Central Waterfront	central-waterfront	US		0	America/Los_Angeles	37.75568	-122.38729				CA	075		
8449744	Cole Valley	cole-valley	US		0	America/Los_Angeles	37.7649	-122.45027				CA	075		
8449745	Cow Hollow	cow-hollow	US		0	America/Los_Angeles	37.79804	-122.43964				CA	075		
8449746	Crocker Amazon	crocker-amazon	US		0	America/Los_Angeles	37.7107	-122.4369				CA	075		
8449753	Duboce Triangle	duboce-triangle	US		0	America/Los_Angeles	37.76757	-122.43189				CA	075		
8449754	Inner Parkside	inner-parkside	US		0	America/Los_Angeles	37.74469	-122.47356				CA	075		
8449756	Glen Park	glen-park	US		0	America/Los_Angeles	37.73704	-122.43257				CA	075		
8449757	Hayes Valley	hayes-valley	US		0	America/Los_Angeles	37.77585	-122.42458				CA	075		
8449759	Hunters Point	hunters-point	US		0	America/Los_Angeles	37.72759	-122.37033				CA	075		
8449761	Inner Sunset	inner-sunset	US		0	America/Los_Angeles	37.76321	-122.46803				CA	075		
8449762	Outer Sunset	outer-sunset	US		0	America/Los_Angeles	37.74946	-122.50054				CA	075		
8449764	Central Sunset	central-sunset	US		0	America/Los_Angeles	37.74654	-122.4863				CA	075		
8449765	Lake District	lake-district	US		0	America/Los_Angeles	37.78808	-122.47339				CA	075		
8449767	Lower Pacific Heights	lower-pacific-heights	US		0	America/Los_Angeles	37.78698	-122.43682				CA	075		
8449768	Merced Heights	merced-heights	US		0	America/Los_Angeles	37.71935	-122.47082				CA	075		
8449769	Mission Terrace	mission-terrace	US		0	America/Los_Angeles	37.72578	-122.43831				CA	075		
8449770	Monterey Heights	monterey-heights	US		0	America/Los_Angeles	37.73228	-122.46161				CA	075		
8449771	Mount Davidson Manor	mount-davidson-manor	US		0	America/Los_Angeles	37.72825	-122.46298				CA	075		
8449772	Noe Valley	noe-valley	US		22893	America/Los_Angeles	37.75018	-122.43369				CA	075		
8449773	Outer Mission	outer-mission	US		0	America/Los_Angeles	37.71109	-122.451				CA	075		
8449774	Presidio Heights	presidio-heights	US		0	America/Los_Angeles	37.78881	-122.45387				CA	075		
8449775	Silver Terrace	silver-terrace	US		0	America/Los_Angeles	37.73317	-122.39864				CA	075		
8449777	Visitacion Valley	visitacion-valley	US		22534	America/Los_Angeles	37.71715	-122.40433				CA	075		
8449778	West Portal	west-portal	US		0	America/Los_Angeles	37.74159	-122.46801				CA	075		
8449779	Westwood Highlands	westwood-highlands	US		0	America/Los_Angeles	37.7332	-122.45668				CA	075		
8449780	Westwood Park	westwood-park	US		0	America/Los_Angeles	37.72602	-122.45671				CA	075		
8449782	Lower Haight	lower-haight	US		0	America/Los_Angeles	37.77208	-122.43048				CA	075		
8449783	Embarcadero	embarcadero	US		0	America/Los_Angeles	37.79678	-122.39508				CA	075		
8449784	Clarendon Heights	clarendon-heights	US		0	America/Los_Angeles	37.75492	-122.45134				CA	075		
8449785	Fort Mason	fort-mason	US		0	America/Los_Angeles	37.80598	-122.43179				CA	075		
8449786	Telegraph Hill	telegraph-hill	US		0	America/Los_Angeles	37.80127	-122.40566				CA	075		
8449788	Civic Center	civic-center	US		0	America/Los_Angeles	37.77926	-122.41941				CA	075		
8449789	Bernal Heights	bernal-heights	US		0	America/Los_Angeles	37.7383	-122.41626				CA	075		
8449790	Mission Dolores	mission-dolores	US		0	America/Los_Angeles	37.76423	-122.42695				CA	075		
8449793	Balboa Terrace	balboa-terrace	US		0	America/Los_Angeles	37.73132	-122.46872				CA	075		
8449795	Japantown	japantown	US		0	America/Los_Angeles	37.78618	-122.42984				CA	075		
8449796	Miraloma Park	miraloma-park	US		0	America/Los_Angeles	37.73911	-122.45156				CA	075		
8449911	Nob Hill	nob-hill	US		0	America/Los_Angeles	37.79302	-122.41703				CA	075		
8449912	Downtown	downtown	US		0	America/Los_Angeles	37.78694	-122.41				CA	075		
8449913	Alamo Square	alamo-square	US		0	America/Los_Angeles	37.77933	-122.43386				CA	075		
8449914	North of the Panhandle	north-of-the-panhandle	US		0	America/Los_Angeles	37.77561	-122.44222				CA	075		
8468685	Penisula	penisula	US		0	America/New_York	41.25406	-81.53091				OH	153	07790	
8468780	Ballantyne West	ballantyne-west	US		0	America/New_York	35.0508	-80.8598				NC	119		
8468781	Ballantyne East	ballantyne-east	US		0	America/New_York	35.05016	-80.83792				NC	119		
8478319	La Cueva	la-cueva	US		168	America/Denver	35.87354	-106.64811	2341			NM	043		
8478918	Basher	basher	US		0	America/Anchorage	61.15417	-149.7	309			AK	020		
8478933	Baldwin Hills	baldwin-hills	US		0	America/Los_Angeles	34.00583	-118.34139	88			CA	037		
8478942	Western Lake	western-lake	US		1525	America/Chicago	32.62338	-97.81155	241			TX	367		
8478943	Pueblo Nuevo	pueblo-nuevo	US		521	America/Chicago	27.48881	-99.30987	180			TX	479		
8479074	Cimarron Estates	cimarron-estates	US		0	America/Los_Angeles	34.86383	-120.40271	171			CA	083		
8479107	Platte River	platte-river	US		0	America/Detroit	44.66167	-85.93389	216			MI	019	40700	
8479109	Cedar Beach	cedar-beach	US		0	America/New_York	41.0325	-72.39806	3			NY	103	69463	
8479113	Eller Run	eller-run	US		0	America/Indiana/Indianapolis	39.93972	-86.05722	233			IN	057	17488	
8479116	Weaver Creek	weaver-creek	US		0	America/Indiana/Indianapolis	39.99417	-86.0125	246			IN	057	17488	
8479131	Broadway Estates	broadway-estates	US		0	America/Denver	39.59	-104.98361	1682			CO	005		
8479132	Cherry Knolls	cherry-knolls	US		0	America/Denver	39.59167	-104.95083	1709			CO	005		
8479133	Palos Verdes	palos-verdes	US		0	America/Denver	39.60583	-104.91833	1711			CO	005		
8479136	Fishville	fishville	US		0	America/Detroit	42.21	-84.15667	304			MI	075	34500	
8479143	Bear Valley	bear-valley	US		0	America/Denver	39.66278	-105.06083	1642			CO	031		
8479144	Ruby Hill	ruby-hill	US		0	America/Denver	39.68611	-105.01139	1628			CO	031		
8479145	University Hills	university-hills	US		0	America/Denver	39.66528	-104.94722	1649			CO	031		
8479147	Wellshire	wellshire	US		0	America/Denver	39.67167	-104.96889	1627			CO	031		
8479150	Green Gables	green-gables	US		0	America/Denver	39.67833	-105.09722	1709			CO	059		
8479151	Rainbow Ridge	rainbow-ridge	US		0	America/Denver	39.79389	-105.13417	1678			CO	059		
8479155	Calloway Branch	calloway-branch	US		0	America/New_York	37.49689	-82.20305	366			KY	195		
8479157	Ferrell	ferrell	US		0	America/New_York	37.34764	-82.35693	262			KY	195		
8479159	Northmoor	northmoor	US		0	America/Denver	39.93972	-105.05611	1639			CO	014		
8479161	Kettlecamp	kettlecamp	US		0	America/New_York	37.285	-82.39	354			KY	195		
8479163	Brammer Gap	brammer-gap	US		0	America/New_York	38.16944	-82.81803	270			KY	127		
8479164	Cam Creek	cam-creek	US		0	America/New_York	38.02778	-82.93689	220			KY	127		
8479165	Deephole	deephole	US		0	America/New_York	38.12056	-82.67787	221			KY	127		
8479166	Adams Point	adams-point	US		0	America/Los_Angeles	37.81389	-122.25528	24			CA	001		
8479167	Crocker Highlands	crocker-highlands	US		0	America/Los_Angeles	37.81333	-122.22583	86			CA	001		
8479169	Havenscourt	havenscourt	US		0	America/Los_Angeles	37.76556	-122.18722	14			CA	001		
8479170	Maxwell Park	maxwell-park	US		0	America/Los_Angeles	37.77917	-122.19583	44			CA	001		
8479171	Redwood Heights	redwood-heights	US		0	America/Los_Angeles	37.7975	-122.18833	143			CA	001		
8479172	Leona Heights	leona-heights	US		0	America/Los_Angeles	37.78889	-122.17833	99			CA	001		
8479173	Westbrae	westbrae	US		0	America/Los_Angeles	37.87944	-122.28917	24			CA	001		
8479174	Askel	askel	US		0	America/Detroit	46.89556	-88.57778	194			MI	061	65540	
8479177	Bonifas	bonifas	US		0	America/Menominee	46.31194	-89.16889	500			MI	053	84380	
8479179	Big Brushy	big-brushy	US		0	America/New_York	38.26135	-83.49136	265			KY	205		
8479180	Slatey	slatey	US		0	America/New_York	38.14824	-83.59991	206			KY	205		
8479181	Camp Branch	camp-branch	US		0	America/New_York	37.20958	-82.84028	356	Camp Branch,Swift Camp Branch		KY	133		
8479187	Rock Fork	rock-fork	US		0	America/New_York	37.45083	-82.90194	284			KY	119		
8479199	Kingdom Come	kingdom-come	US		0	America/New_York	37.08041	-82.88026	372			KY	133		
8479200	Little Colly	little-colly	US		0	America/New_York	37.1844	-82.87275	361			KY	133		
8479201	Smoot Creek	smoot-creek	US		0	America/New_York	37.16653	-82.85954	392			KY	133		
8479202	Upper Cumberland	upper-cumberland	US		0	America/New_York	37.07072	-82.73569	676			KY	133		
8479203	Big Cowan	big-cowan	US		0	America/New_York	37.06698	-82.85808	412			KY	133		
8479204	Bottom Fork	bottom-fork	US		0	America/New_York	37.13758	-82.73422	407			KY	133		
8479205	Crafts Colly	crafts-colly	US		0	America/New_York	37.12333	-82.79361	354			KY	133		
8479207	K I Sawyer	k-i-sawyer	US		0	America/Detroit	46.33333	-87.38056	341			MI	103	29720	
8479208	Lowe	lowe	US		0	America/New_York	37.65478	-82.50339	225			KY	195		
8479209	Lower Chloe	lower-chloe	US		0	America/New_York	37.47758	-82.50776	208			KY	195		
8479210	Lower Long Fork	lower-long-fork	US		0	America/New_York	37.30883	-82.63517	292			KY	195		
8479211	Lower Pompey	lower-pompey	US		0	America/New_York	37.43922	-82.4265	336			KY	195		
8479212	Marshall Branch	marshall-branch	US		0	America/New_York	37.20696	-82.58082	459			KY	195		
8479213	Marshall Branch	marshall-branch	US		0	America/New_York	37.29898	-82.67542	329			KY	195		
8479214	Meathouse	meathouse	US		0	America/New_York	37.59626	-82.22781	407			KY	195		
8479215	Miller Creek	miller-creek	US		0	America/New_York	37.58661	-82.52229	217			KY	195		
8479216	Narrows Branch	narrows-branch	US		0	America/New_York	37.60966	-82.24914	240			KY	195		
8479218	Right Fork of Long Fork	right-fork-of-long-fork	US		0	America/New_York	37.27516	-82.69505	454			KY	195		
8479220	Upper Chloe	upper-chloe	US		0	America/New_York	37.45986	-82.46285	254			KY	195		
8479221	Upper Pompey	upper-pompey	US		0	America/New_York	37.44476	-82.41263	236			KY	195		
8479222	Wells Creek	wells-creek	US		0	America/New_York	38.03361	-83.17028	242			KY	063		
8479223	Davy Run	davy-run	US		0	America/New_York	38.24688	-82.88549	200	Davy Mines,Davy Run		KY	043		
8479224	Lindsey Chapel	lindsey-chapel	US		0	America/New_York	38.36361	-82.95533	179			KY	043		
8479225	Joes Creek	joes-creek	US		0	America/New_York	37.58458	-82.50664	219			KY	195		
8479226	Tarkiln	tarkiln	US		0	America/New_York	37.99917	-82.83716	251	Tarkiln,Tarklin		KY	127		
8479229	Road Fork	road-fork	US		0	America/New_York	37.63478	-82.29345	243			KY	195		
8479230	Banyan	banyan	US		0	America/New_York	37.65668	-82.58074	317			KY	195		
8479231	Bear Fork	bear-fork	US		0	America/New_York	37.38595	-82.59594	288			KY	195		
8479233	Bevins Branch	bevins-branch	US		0	America/New_York	37.55911	-82.40035	253			KY	195		
8479234	Big Shoal	big-shoal	US		0	America/New_York	37.51303	-82.56425	204			KY	195		
8479235	Elkins Fork	elkins-fork	US		0	America/New_York	37.65452	-82.38822	215			KY	195		
8479236	Grassy Branch	grassy-branch	US		0	America/New_York	37.52041	-82.42946	271			KY	195		
8479237	Hackney Creek	hackney-creek	US		0	America/New_York	37.37108	-82.22263	285			KY	195		
8479240	Long Fork	long-fork	US		0	America/New_York	37.32789	-82.60142	332			KY	195		
8479253	Breyer	breyer	US		0	America/New_York	40.087	-75.1306	88			PA	091	12968	
8479260	Cynwyd	cynwyd	US		0	America/New_York	40.0109	-75.23	78			PA	091	44976	
8479262	Fellwick	fellwick	US		0	America/New_York	40.1242	-75.1991	54			PA	091	73088	
8479264	Granite Run	granite-run	US		0	America/New_York	39.911	-75.4327	84			PA	045	49136	
8479265	Merion	merion	US		0	America/New_York	39.9976	-75.2495	77			PA	091	44976	
8479272	Plymouth Valley	plymouth-valley	US		0	America/New_York	40.1287	-75.3041	67			PA	091	61664	
8479274	Thornbury	thornbury	US		0	America/New_York	39.916	-75.57	107			PA	029	76568	
8479276	Upper Dublin	upper-dublin	US		0	America/New_York	40.1646	-75.2174	85			PA	091	79008	
8479282	Star Valley Ranch	star-valley-ranch	US		1548	America/Denver	42.97139	-110.95556	1906	Star Valley Ranch,Town of Star Valley Ranch		WY	023		
8479285	Belmont Heights	belmont-heights	US		0	America/Los_Angeles	33.76889	-118.1425	20			CA	037		
8479286	Bluff Park	bluff-park	US		0	America/Los_Angeles	33.76361	-118.15944	15			CA	037		
8479287	Rose Park	rose-park	US		0	America/Los_Angeles	33.7775	-118.15667	15			CA	037		
8479288	Whitley Heights	whitley-heights	US		0	America/Los_Angeles	34.10694	-118.33361	156			CA	037		
8479291	Hess Road	hess-road	US		0	America/New_York	43.31	-78.64806	104			NY	063	50232	
8479293	Sharon Heights	sharon-heights	US		0	America/Los_Angeles	37.42833	-122.20722	65			CA	081		
8479294	Barron Park	barron-park	US		0	America/Los_Angeles	37.41389	-122.13417	15			CA	085		
8479295	Crescent Park	crescent-park	US		0	America/Los_Angeles	37.45278	-122.14667	9			CA	085		
8479296	Duveneck	duveneck	US		0	America/Los_Angeles	37.44972	-122.13222	4			CA	085		
8479297	Monroe Park	monroe-park	US		0	America/Los_Angeles	37.40778	-122.11528	15			CA	085		
8479298	Monta Loma	monta-loma	US		0	America/Los_Angeles	37.40917	-122.10083	9			CA	085		
8479299	Rex Manor	rex-manor	US		0	America/Los_Angeles	37.40556	-122.08611	13			CA	085		
8479300	Sylvan Park	sylvan-park	US		0	America/Los_Angeles	37.38139	-122.06194	36			CA	085		
8479301	Cuesta Park	cuesta-park	US		0	America/Los_Angeles	37.3775	-122.0825	39			CA	085		
8479302	No Name	no-name	US		123	America/Denver	39.5611	-107.2931	1800			CO	045		
8479304	Cotton Creek	cotton-creek	US		0	America/Denver	39.89472	-105.04361	1623			CO	001		
8479305	Hillcrest	hillcrest	US		0	America/Denver	39.88139	-105.00222	1673			CO	001		
8479307	Sunset Ridge	sunset-ridge	US		0	America/Denver	39.86611	-105.03444	1673			CO	001		
8479308	Shaw Heights	shaw-heights	US		5116	America/Denver	39.8525	-105.04306	1661			CO	001		
8479309	Skyline Vista	skyline-vista	US		0	America/Denver	39.83056	-105.02	1621			CO	001		
8479310	Tennyson Park	tennyson-park	US		0	America/Denver	39.81111	-105.04861	1618			CO	001		
8479311	Berkeley Gardens	berkeley-gardens	US		0	America/Denver	39.79472	-105.03472	1611			CO	001		
8479312	Gateway Park	gateway-park	US		0	America/Denver	39.74361	-104.86111	1634			CO	001		
8479314	Village East	village-east	US		0	America/Denver	39.68333	-104.85083	1694			CO	005		
8479315	Eastridge	eastridge	US		0	America/Denver	39.67111	-104.85667	1717			CO	005		
8479316	Peoria Park	peoria-park	US		0	America/Denver	39.67889	-104.85194	1701			CO	005		
8479317	Meadow Hills	meadow-hills	US		0	America/Denver	39.64111	-104.81722	1741			CO	005		
8479319	Summer Valley	summer-valley	US		0	America/Denver	39.6425	-104.78111	1727			CO	005		
8479320	Sheridan Green	sheridan-green	US		0	America/Denver	39.89667	-105.065	1614			CO	059		
8479321	Lake Arbor	lake-arbor	US		0	America/Denver	39.84778	-105.07694	1658			CO	059		
8479322	Club Crest	club-crest	US		0	America/Denver	39.8325	-105.1025	1708			CO	059		
8479324	Rolling Hills	rolling-hills	US		0	America/Denver	39.76556	-105.11528	1663			CO	059		
8479325	Quaker Acres	quaker-acres	US		0	America/Denver	39.83056	-105.18722	1738			CO	059		
8479326	Ralston Valley	ralston-valley	US		0	America/Denver	39.82694	-105.15194	1680			CO	059		
8479328	Country Estates	country-estates	US		0	America/Denver	39.94472	-105.07028	1662			CO	014		
8479329	Aspen Creek	aspen-creek	US		0	America/Denver	39.94528	-105.05472	1636			CO	014		
8479335	Wedgewood	wedgewood	US		0	America/Chicago	41.56306	-88.21222	187			IL	197	60300	
8479338	River Woods	river-woods	US		0	America/Chicago	41.71944	-88.12694	201			IL	197	21241	
8479339	Winston Woods	winston-woods	US		0	America/Chicago	41.72194	-88.05722	216			IL	197	21241	
8479342	Stony Hill	stony-hill	US		0	America/New_York	42.59472	-73.90694	150			NY	001	50672	
8479349	Cindas Creek	cindas-creek	US		0	America/New_York	37.95458	-83.03076	235			KY	175		
8479351	Jones Creek	jones-creek	US		0	America/New_York	37.8775	-83.21904	245			KY	175		
8479352	Lower Sandlick	lower-sandlick	US		0	America/New_York	37.89456	-83.01624	241			KY	175		
8479353	Middle Fork	middle-fork	US		0	America/New_York	37.9478	-83.10822	254			KY	175		
8479354	Neal Valley	neal-valley	US		0	America/New_York	37.92776	-83.28249	238			KY	175		
8479355	Right Fork	right-fork	US		0	America/New_York	37.83172	-83.33734	248			KY	175		
8479356	Road Fork	road-fork	US		0	America/New_York	37.75344	-83.29356	311			KY	175		
8479357	Rush Branch	rush-branch	US		0	America/New_York	37.97085	-83.2052	246			KY	175		
8479358	Tarkiln	tarkiln	US		0	America/New_York	37.86815	-83.15398	276			KY	175		
8479359	Upper Sandlick	upper-sandlick	US		0	America/New_York	37.906	-83.01541	236			KY	175		
8479360	Vance Fork	vance-fork	US		0	America/New_York	37.83405	-83.21975	266			KY	175		
8479363	Bitter Lake	bitter-lake	US		0	America/Los_Angeles	47.71808	-122.34924	144			WA	033	7174408	
8479364	Olympic Hills	olympic-hills	US		0	America/Los_Angeles	47.72667	-122.30028	75			WA	033		
8479365	Matthews Beach	matthews-beach	US		0	America/Los_Angeles	47.70583	-122.27917	48			WA	033		
8479367	West Woodland	west-woodland	US		0	America/Los_Angeles	47.66889	-122.3675	23			WA	033		
8479368	Portage Bay	portage-bay	US		0	America/Los_Angeles	47.6475	-122.31944	21			WA	033		
8479369	Montlake	montlake	US		0	America/Los_Angeles	47.64139	-122.30417	32			WA	033		
8479370	Mann	mann	US		0	America/Los_Angeles	47.61389	-122.29917	82			WA	033		
8479371	Seward Park	seward-park	US		0	America/Los_Angeles	47.55083	-122.26083	20			WA	033		
8479373	Mullins Point	mullins-point	US		0	America/New_York	37.6938	-83.56027	340			KY	237		
8479375	Rose Chapel	rose-chapel	US		0	America/New_York	37.74866	-83.40145	293			KY	237		
8479376	Wolf Pen	wolf-pen	US		0	America/New_York	37.69315	-83.29196	318			KY	237		
8479380	Haakwood	haakwood	US		0	America/Detroit	45.30278	-84.61806	227			MI	031	53100	
8479391	Nautilus Park	nautilus-park	US		0	America/New_York	41.3818	-72.07362	35			CT	011	34250	
8479395	Griffith Corners	griffith-corners	US		0	America/New_York	42.57167	-78.13361	533	Griffith Corners,Griffiths Corners		NY	121	57826	
8479400	Botts	botts	US		0	America/New_York	37.91778	-83.53745	338			KY	165		
8479401	Dog Trot	dog-trot	US		0	America/New_York	37.97175	-83.69432	296			KY	165		
8479402	East Fork Slate	east-fork-slate	US		0	America/New_York	37.98153	-83.72887	272			KY	165		
8479403	Hathaway Creek	hathaway-creek	US		0	America/New_York	37.95167	-83.6669	316			KY	165		
8479404	Hawkins Branch	hawkins-branch	US		0	America/New_York	37.92361	-83.74264	272			KY	165		
8479405	McCausey Ridge	mccausey-ridge	US		0	America/New_York	37.92972	-83.61676	397			KY	165		
8479406	Myers Fork	myers-fork	US		0	America/New_York	37.91553	-83.68551	278			KY	165		
8479407	Peter Trace	peter-trace	US		0	America/New_York	37.94304	-83.72178	272			KY	165		
8479408	Stonequarry	stonequarry	US		0	America/New_York	37.99457	-83.62827	253			KY	165		
8479410	Leto	leto	US		0	America/New_York	28.01082	-82.51735	9			FL	057		
8479411	Northdale	northdale	US		22079	America/New_York	28.0939	-82.50561	18			FL	057		
8479412	Padgett Island	padgett-island	US		0	America/New_York	26.81159	-80.65895	4			FL	099		
8479413	Arroyo Gardens	arroyo-gardens	US		456	America/Chicago	26.22563	-97.49397	6			TX	061		
8479415	Edgewater Estates	edgewater-estates	US		72	America/Chicago	28.09723	-97.86431	37			TX	409		
8479416	Falman	falman	US		76	America/Chicago	27.92929	-97.17345	2			TX	409		
8479417	Homestead Valley	homestead-valley	US		0	America/Los_Angeles	37.89895	-122.53669	5			CA	041		
8479419	Lake Desire	lake-desire	US		0	America/Los_Angeles	47.43577	-122.11072	178			WA	033		
8479421	Lake Morton	lake-morton	US		0	America/Los_Angeles	47.32442	-122.07932	161			WA	033		
8479422	Lake Stickney	lake-stickney	US		7777	America/Los_Angeles	47.87655	-122.26214	142			WA	061		
8479423	Los Saenz	los-saenz	US		0	America/Chicago	26.40084	-98.99604	58			TX	427		
8479425	Owl Ranch	owl-ranch	US		225	America/Chicago	27.89196	-98.09593	87			TX	249		
8479426	Park Meadows	park-meadows	US		0	America/Denver	39.56288	-104.87633	1785			CO	035		
8479427	Phoenix Lake	phoenix-lake	US		4269	America/Los_Angeles	38.00594	-120.30702	742			CA	109		
8479428	Picnic Point	picnic-point	US		8809	America/Los_Angeles	47.88111	-122.3284	24			WA	061		
8479430	Tanglewilde	tanglewilde	US		5892	America/Los_Angeles	47.0515	-122.78241	62			WA	067		
8479431	Tiki Island	tiki-island	US		1026	America/Chicago	29.29709	-94.91709	2			TX	167		
8479432	Wikiup	wikiup	US		0	America/Los_Angeles	38.50911	-122.7518	60			CA	097		
8479434	Nāpili	napili	US		0	Pacific/Honolulu	20.98716	-156.6671	29	Napili		HI	009		
8479437	Bald Eagle	bald-eagle	US		0	America/New_York	38.20114	-83.8514	241			KY	011		
8479438	East Fork	east-fork	US		0	America/New_York	38.2405	-83.78715	241			KY	011		
8479439	Little Slate Creek	little-slate-creek	US		0	America/New_York	38.01802	-83.74175	267			KY	011		
8479442	Salt Well	salt-well	US		0	America/New_York	38.11617	-83.82022	254			KY	011		
8479443	Shrout	shrout	US		0	America/New_York	38.13615	-83.67835	232			KY	011		
8479444	Trimble Bend	trimble-bend	US		0	America/New_York	37.88622	-83.54387	335			KY	165		
8479449	Pauloff Harbor	pauloff-harbor	US		0	America/Anchorage	54.45515	-162.70076	17	KPH,Pauloff Harbor,Pavlof Harbor,Pavloff Harbor		AK	013		
8479451	Barker Branch	barker-branch	US		0	America/New_York	37.73596	-83.72432	309			KY	197		
8479453	Cat Creek	cat-creek	US		0	America/New_York	37.81113	-83.81062	225			KY	197		
8479454	Hatton Creek	hatton-creek	US		0	America/New_York	37.81824	-83.86498	211			KY	197		
8479455	Morris Creek	morris-creek	US		0	America/New_York	37.884	-83.86409	217			KY	197		
8479456	Paint Creek	paint-creek	US		0	America/New_York	37.88416	-83.88197	207			KY	197		
8479457	Pecks Creek	pecks-creek	US		0	America/New_York	37.81998	-83.83212	222			KY	197		
8479458	Spaas Creek	spaas-creek	US		0	America/New_York	37.85947	-83.7114	224			KY	197		
8479516	Barnes Mountain	barnes-mountain	US		0	America/New_York	37.63678	-83.92152	375			KY	065		
8479518	Bogie	bogie	US		0	America/New_York	37.77903	-84.0512	245			KY	065		
8479519	Lower White Oak	lower-white-oak	US		0	America/New_York	37.73298	-83.96471	213			KY	065		
8479521	Stump	stump	US		0	America/New_York	37.72506	-83.99599	219			KY	065		
8479522	The Forks	the-forks	US		0	America/New_York	37.82329	-84.08737	275			KY	065		
8479526	Happy Top	happy-top	US		0	America/New_York	37.57964	-84.02639	423			KY	065		
8479527	Lynch Town	lynch-town	US		0	America/New_York	37.59031	-83.95552	389			KY	065		
8479529	Sweet Lick	sweet-lick	US		0	America/New_York	37.71083	-83.9691	226			KY	065		
8479530	Walnut Gap	walnut-gap	US		0	America/New_York	37.62026	-83.90706	399			KY	065		
8479531	Calloway Creek	calloway-creek	US		0	America/New_York	37.77033	-83.98841	216			KY	065		
8479532	Cow Creek	cow-creek	US		0	America/New_York	37.70137	-83.9271	208			KY	065		
8479549	Echo Park	echo-park	US		0	America/Los_Angeles	34.09001	-118.25924	144			CA	037		
8479581	Brafferton	brafferton	US		0	America/New_York	38.4753	-77.4201	66			VA	179		
8479584	Hampton Oaks	hampton-oaks	US		0	America/New_York	38.4573	-77.4221	53			VA	179		
8479586	Olde Forge	olde-forge	US		0	America/New_York	38.3345	-77.4899	70			VA	179		
8479618	Academy	academy	US		0	America/Chicago	38.6564	-90.268	155			MO	510		
8479619	Columbus Square	columbus-square	US		0	America/Chicago	38.63713	-90.19048	139			MO	510		
8479620	Fountain Park	fountain-park	US		0	America/Chicago	38.6556	-90.2598	156			MO	510		
8479622	Mark Twain	mark-twain	US		0	America/Chicago	38.6892	-90.2408	153			MO	510		
8479646	Blueridge	blueridge	US		0	America/Chicago	29.6555	-95.3786	14			TX	201		
8479647	Braeburn Glen	braeburn-glen	US		0	America/Chicago	29.6825	-95.5312	19			TX	201		
8479648	Braeswood	braeswood	US		0	America/Chicago	29.7033	-95.4115	14			TX	201		
8479649	Brookhollow	brookhollow	US		0	America/Chicago	29.8087	-95.453	21			TX	201		
8479652	Candlelight	candlelight	US		0	America/Chicago	29.8493	-95.465	22			TX	201		
8479653	Central Park	central-park	US		0	America/Chicago	29.7414	-95.3065	10			TX	201		
8479657	Ridgegate	ridgegate	US		0	America/Chicago	29.5997	-95.4692	19			TX	157		
8479658	Ridgemont	ridgemont	US		0	America/Chicago	29.5899	-95.46	19			TX	157		
8479660	Royalwood	royalwood	US		0	America/Chicago	29.8388	-95.1876	11			TX	201		
8479661	Sagemeadow	sagemeadow	US		0	America/Chicago	29.5823	-95.2345	11			TX	201		
8479662	Cypresswood	cypresswood	US		0	America/Chicago	30.0292	-95.4717	32			TX	201		
8479663	Delldale	delldale	US		0	America/Chicago	29.7764	-95.1378	9			TX	201		
8479664	Greater Eastwood	greater-eastwood	US		0	America/Chicago	29.73707	-95.33489	11			TX	201		
8479665	Freeway Manor	freeway-manor	US		0	America/Chicago	29.6492	-95.2428	10			TX	201		
8479666	Frostwood	frostwood	US		0	America/Chicago	29.7691	-95.5472	23			TX	201		
8479667	Garden Oaks	garden-oaks	US		0	America/Chicago	29.8272	-95.424	22			TX	201		
8479668	Greenwood Forest	greenwood-forest	US		0	America/Chicago	29.9752	-95.5058	37			TX	201		
8479669	Gulf Palms	gulf-palms	US		0	America/Chicago	29.6274	-95.2089	11			TX	201		
8479670	Hearthstone	hearthstone	US		0	America/Chicago	29.8829	-95.6349	36			TX	201		
8479672	Hunters Glen	hunters-glen	US		0	America/Chicago	29.6021	-95.5192	22			TX	157		
8479673	Idylwood	idylwood	US		0	America/Chicago	29.7214	-95.3094	10			TX	201		
8479674	Lexington Woods	lexington-woods	US		0	America/Chicago	30.0743	-95.403	36			TX	201		
8479677	Memorial Parkway	memorial-parkway	US		0	America/Chicago	29.7659	-95.7444	35			TX	201		
8479678	Mission Glen	mission-glen	US		0	America/Chicago	29.6835	-95.6587	28			TX	157		
8479680	Northwest Crossing	northwest-crossing	US		0	America/Chicago	29.8485	-95.5111	26			TX	201		
8479681	Ashford Park	ashford-park	US		0	America/Chicago	29.734	-95.6118	24			TX	201		
8479683	Wildheather	wildheather	US		0	America/Chicago	29.6093	-95.4369	16			TX	201		
8479684	Woodland Acres	woodland-acres	US		0	America/Chicago	29.7642	-95.2089	8			TX	201		
8479686	Shadow Oaks	shadow-oaks	US		0	America/Chicago	29.7961	-95.554	28			TX	201		
8479687	Shadycrest	shadycrest	US		0	America/Chicago	29.5462	-95.2548	14			TX	039		
8479688	Sharpstown	sharpstown	US		0	America/Chicago	29.6961	-95.5088	19			TX	201		
8479689	Spring Oaks	spring-oaks	US		0	America/Chicago	29.7999	-95.4979	21			TX	201		
8479690	Sterling Knoll	sterling-knoll	US		0	America/Chicago	29.5627	-95.1486	9			TX	201		
8479691	Stude	stude	US		0	America/Chicago	29.8041	-95.3823	17			TX	201		
8479734	Bahia Beach	bahia-beach	US		0	America/New_York	27.7275	-82.4723	2			FL	057		
8479738	Alafia	alafia	US		0	America/New_York	27.8493	-82.3837	2			FL	057		
8479739	Davis Islands	davis-islands	US		0	America/New_York	27.9138	-82.4505	2			FL	057		
8479740	Doe Branch	doe-branch	US		0	America/New_York	27.8241	-82.1809	28			FL	057		
8479741	East Bay	east-bay	US		0	America/New_York	27.9619	-82.4203	9			FL	057		
8479743	Buckhorn Creek	buckhorn-creek	US		0	America/New_York	27.89606	-82.29545	8			FL	057		
8479744	Burchwood	burchwood	US		0	America/New_York	28.0125	-82.1562	34			FL	057		
8479745	Caloosa	caloosa	US		0	America/New_York	27.7297	-82.3441	16			FL	057		
8479746	Carlton Branch	carlton-branch	US		0	America/New_York	27.7069	-82.2541	23			FL	057		
8479748	Culbreath Bayou	culbreath-bayou	US		0	America/New_York	27.9325	-82.5194	2			FL	057		
8479749	Lipsey	lipsey	US		0	America/New_York	28.058	-82.4978	11			FL	057		
8479752	MacFarlane Park	macfarlane-park	US		0	America/New_York	27.9582	-82.4947	11			FL	057		
8479753	Garden Lake	garden-lake	US		0	America/New_York	28.1318	-82.6307	8			FL	057		
8479754	Gornto Lake	gornto-lake	US		0	America/New_York	27.9425	-82.3178	14			FL	057		
8479756	Hickory Hammock	hickory-hammock	US		0	America/New_York	27.9145	-82.2829	14			FL	057		
8479758	Hopewell Gardens	hopewell-gardens	US		0	America/New_York	27.9797	-82.1285	43			FL	057		
8479759	Interbay	interbay	US		0	America/New_York	27.8813	-82.5044	4			FL	057		
8479761	La Petite	la-petite	US		0	America/New_York	27.9774	-82.424	16			FL	057		
8479762	La Viva	la-viva	US		0	America/New_York	27.9239	-82.2972	10			FL	057		
8479763	Lake Calm	lake-calm	US		0	America/New_York	28.1395	-82.5849	16			FL	057		
8479765	Lake Ellen	lake-ellen	US		0	America/New_York	28.0637	-82.4938	15			FL	057		
8479766	Lake Weeks	lake-weeks	US		0	America/New_York	27.9933	-82.2688	17			FL	057		
8479767	Lamb	lamb	US		0	America/New_York	27.9509	-82.499	7			FL	057		
8479768	Rivercrest	rivercrest	US		0	America/New_York	27.9931	-82.4623	6			FL	057		
8479769	Robles	robles	US		0	America/New_York	27.9688	-82.4545	13			FL	057		
8479770	Rock Lake	rock-lake	US		0	America/New_York	28.113	-82.5535	13			FL	057		
8479771	North Village	north-village	US		0	America/New_York	28.0743	-82.5084	17			FL	057		
8479772	Pemberton Creek	pemberton-creek	US		0	America/New_York	28.0271	-82.2595	12			FL	057		
8479773	West Pines	west-pines	US		0	America/New_York	27.9503	-82.4871	7			FL	057		
8479775	Wolf Branch	wolf-branch	US		0	America/New_York	27.7072	-82.4261	3			FL	057		
8479776	Sapphire Lake	sapphire-lake	US		0	America/New_York	28.139	-82.4827	20			FL	057		
8479780	Sweats	sweats	US		0	America/New_York	28.0237	-82.1219	40			FL	057		
8479781	Tampa Gardens	tampa-gardens	US		0	America/New_York	27.9931	-82.4374	16			FL	057		
8479782	Temple Crest	temple-crest	US		0	America/New_York	28.0154	-82.416	8			FL	057		
8479783	Temple Heights	temple-heights	US		0	America/New_York	28.0371	-82.3949	25			FL	057		
8479784	Temple Park	temple-park	US		0	America/New_York	28.0271	-82.3733	18			FL	057		
8479786	Uceta	uceta	US		0	America/New_York	27.9653	-82.3943	10			FL	057		
8479787	University Square	university-square	US		0	America/New_York	28.0409	-82.3972	22			FL	057		
8479796	Oakbrook	oakbrook	US		0	America/New_York	40.32117	-75.93453	70			PA	011	63624	
8479797	Rittenhouse Gap	rittenhouse-gap	US		0	America/New_York	40.46778	-75.6284	295			PA	011	44584	
8479800	Heisters Creek	heisters-creek	US		0	America/New_York	40.29584	-75.8331	69			PA	011	24384	
8479801	Kinsey Hill	kinsey-hill	US		0	America/New_York	40.30519	-75.83572	117			PA	011	24384	
8479802	Trap Rock	trap-rock	US		0	America/New_York	40.24864	-75.82115	72			PA	011	65320	
8479809	Aarons Run	aarons-run	US		0	America/New_York	38.12793	-84.0013	260			KY	173		
8479810	Antioch Church	antioch-church	US		0	America/New_York	38.02202	-83.82397	254			KY	173		
8479811	Camp Branch	camp-branch	US		0	America/New_York	37.95972	-83.83705	247			KY	173		
8479817	Castle Hill	castle-hill	US		0	America/Chicago	42.51455	-92.39622	271			IA	013	94597	
8479824	Cane Ridge	cane-ridge	US		0	America/Chicago	36.02286	-86.64419	194			TN	037		
8479832	Aladdin Village	aladdin-village	US		0	America/New_York	39.17461	-76.78245	71			MD	027		
8479833	Idlewood Park	idlewood-park	US		0	America/New_York	38.63442	-76.87804	64			MD	017		
8479834	Pheasant Ridge Estates	pheasant-ridge-estates	US		0	America/New_York	39.35953	-77.14966	241			MD	013		
8479836	Suburban Estates	suburban-estates	US		0	America/New_York	38.25764	-76.47904	25			MD	037		
8479841	Pine Flat	pine-flat	US		0	America/New_York	37.34939	-84.00399	410			KY	109		
8479842	Rice Hill	rice-hill	US		0	America/New_York	37.49459	-84.19122	458			KY	109		
8479845	Travis	travis	US		0	America/New_York	37.43608	-83.85896	271			KY	109		
8479847	Durham Ridge	durham-ridge	US		0	America/New_York	37.5063	-84.11226	461			KY	109		
8479848	Hugh	hugh	US		0	America/New_York	37.54314	-84.1792	250			KY	109		
8479849	Laurel Branch	laurel-branch	US		0	America/New_York	37.29616	-84.08246	309			KY	109		
8479850	Seven Pines	seven-pines	US		0	America/New_York	37.33641	-84.02547	411			KY	109		
8479853	Chestnut Flat	chestnut-flat	US		0	America/New_York	37.5258	-84.05064	433			KY	109		
8479857	Victory Heights	victory-heights	US		0	America/New_York	38.00195	-84.1939	304			KY	049		
8479858	Pretty Run	pretty-run	US		0	America/New_York	38.0733	-84.15815	290			KY	049		
8479859	Jackson Ferry	jackson-ferry	US		0	America/New_York	37.88739	-84.22126	278			KY	049		
8479866	Seal Mathis	seal-mathis	US		0	America/New_York	36.50619	-83.26364	344			TN	067		
8479868	Lions Park	lions-park	US		0	America/New_York	41.44639	-82.74667	179			OH	043	70380	
8479874	Kagel Canyon	kagel-canyon	US		0	America/Los_Angeles	34.28835	-118.37614	391			CA	037		
8479879	Columbia Park	columbia-park	US		0	America/New_York	41.38694	-81.91139	235			OH	035	58408	
8479911	Corine	corine	US		0	America/Chicago	31.97958	-95.39862	135			TX	073		
8479933	Hampden Meadows	hampden-meadows	US		0	America/New_York	41.75056	-71.3	2			RI	001	05140	
8479936	Squantum	squantum	US		0	America/New_York	41.79222	-71.37222	17			RI	007	22960	
8480004	Lake Balboa	lake-balboa	US		0	America/Los_Angeles	34.19206	-118.49317	225			CA	037		
8480033	Apple Canyon Lake	apple-canyon-lake	US		558	America/Chicago	42.42061	-90.15647	260			IL	085	75146	
8480034	Lake Holiday	lake-holiday	US		4761	America/Chicago	41.61292	-88.67209	204			IL	099	54248	
8480035	Prestbury	prestbury	US		1722	America/Chicago	41.78329	-88.41764	209			IL	089	73404	
8480036	Lake Camelot	lake-camelot	US		1686	America/Chicago	40.63065	-89.7421	186			IL	143	43523	
8480037	Heritage Lake	heritage-lake	US		1520	America/Chicago	40.54745	-89.32581	228			IL	179	45792	
8480038	Lake Holiday	lake-holiday	US		910	America/Indiana/Indianapolis	39.96706	-86.96705	236			IN	107	77480	
8480040	Van Bibber Lake	van-bibber-lake	US		485	America/Indiana/Indianapolis	39.72866	-86.92838	245			IN	133	13762	
8480041	Heritage Lake	heritage-lake	US		2880	America/Indiana/Indianapolis	39.72779	-86.71022	262			IN	133	23782	
8480042	Painted Hills	painted-hills	US		677	America/Indiana/Indianapolis	39.39568	-86.34603	220			IN	109	37224	
8480045	Watchtower	watchtower	US		2381	America/New_York	41.63776	-74.26027	105			NY	111	66674	
8480049	Holly Hills	holly-hills	US		2521	America/Denver	39.66757	-104.91797	1677			CO	005		
8480051	Diamondhead Lake	diamondhead-lake	US		366	America/Chicago	41.55209	-94.26222	321			IA	077	93279	
8480052	Holiday Lake	holiday-lake	US		433	America/Chicago	41.82103	-92.44321	269			IA	157	92784	
8480053	Lake Panorama	lake-panorama	US		1309	America/Chicago	41.71105	-94.39059	328			IA	077	90501	
8480055	Three Creeks Village	three-creeks-village	US		0	America/Chicago	38.571	-90.99668	148			MO	219	13402	
8480058	Lake Lakengren	lake-lakengren	US		3383	America/New_York	39.68843	-84.69347	332			OH	135	29484	
8480060	Lake Seneca	lake-seneca	US		465	America/New_York	41.67003	-84.64414	284			OH	171	08630	
8480061	Quail Creek	quail-creek	US		1628	America/Chicago	28.7764	-97.08232	32			TX	469		
8480063	Plum Creek	plum-creek	US		1524	America/New_York	37.12984	-80.5006	551			VA	121		
8480065	Big Bass Lake	big-bass-lake	US		1270	America/New_York	41.25383	-75.47644	581			PA	069	14256	
8480068	Toftrees	toftrees	US		2053	America/New_York	40.82604	-77.8811	362			PA	027	58440	
8480069	Lake Latonka	lake-latonka	US		1012	America/New_York	41.29039	-80.18129	361			PA	085	37416	
8480070	Moanalua	moanalua	US		0	Pacific/Honolulu	21.36777	-157.89113	43			HI	003		
8480074	Nevin	nevin	US		0	America/New_York	35.28359	-80.83244	231			NC	119		
8481821	Olinda, CDP	olinda-cdp	US		0	Pacific/Honolulu	20.82368	-156.29236	1089	Olinda House Lots,Olinda  CDP		HI	009		
8481829	Moloaa	moloaa	US		0	Pacific/Honolulu	22.19176	-159.33397	3			HI	007		
8481831	Olohena	olohena	US		0	Pacific/Honolulu	22.06944	-159.36151	103			HI	007		
8481835	Morrisons Cove	morrisons-cove	US		0	America/New_York	40.23564	-78.36222	388	Morrison's Cove,Morrisons Cove		PA	009	86136	
8481837	Sandy Hollow	sandy-hollow	US		0	America/Chicago	27.95908	-97.81863	15			TX	355		
8481838	Escondidas	escondidas	US		0	America/Chicago	27.9472	-97.82069	18			TX	355		
8481840	Neahkahnie	neahkahnie	US		192	America/Los_Angeles	45.72765	-123.93757	16			OR	057		
8481841	Silver Lakes	silver-lakes	US		5623	America/Los_Angeles	34.74558	-117.34098	745			CA	071		
8481842	Spring Valley Lake	spring-valley-lake	US		8220	America/Los_Angeles	34.49364	-117.26832	847			CA	071		
8481843	Hide-A-Way Lake	hide-a-way-lake	US		1859	America/Chicago	30.56492	-89.6402	31			MS	109		
8481844	Tunica Resorts	tunica-resorts	US		1910	America/Chicago	34.83613	-90.34723	68			MS	143		
8481845	Colony Park	colony-park	US		1076	America/New_York	40.34683	-75.9824	104			PA	011	72824	
8481846	Greenfields	greenfields	US		1170	America/New_York	40.3599	-75.95199	90			PA	011	05816	
8481847	Nocona Hills	nocona-hills	US		675	America/Chicago	33.8517	-97.65007	277			TX	337		
8483428	Unified Government of Greeley County (balance)	unified-government-of-greeley-county-balance	US		0	America/Denver	38.48055	-101.80602	1111			KS	071	71475	
8483502	Apache Gardens Mobile Home Park	apache-gardens-mobile-home-park	US		0	America/Phoenix	33.43049	-111.56227	525			AZ	021		
8483503	Apache Mountain Shadows Trailer Ranch	apache-mountain-shadows-trailer-ranch	US		0	America/Phoenix	33.41639	-111.56401	514			AZ	021		
8483504	Boulder Ridge Mobile Home Park	boulder-ridge-mobile-home-park	US		0	America/Phoenix	33.66436	-112.03698	476			AZ	013		
8483505	Cactus Gardens Mobile Home Park	cactus-gardens-mobile-home-park	US		0	America/Phoenix	33.40562	-111.57916	493			AZ	021		
8483506	Cameo Mobile Home Park	cameo-mobile-home-park	US		0	America/Phoenix	35.23182	-111.57432	2091			AZ	005		
8483507	Cedar Grove Mobile Home Park	cedar-grove-mobile-home-park	US		0	America/Phoenix	34.23122	-111.31321	1512			AZ	007		
8483508	Colony Mobile Estates	colony-mobile-estates	US		0	America/Phoenix	35.2292	-111.57601	2085			AZ	005		
8483509	Conquistador Mobile Home Park	conquistador-mobile-home-park	US		0	America/Phoenix	33.45401	-111.7762	396			AZ	013		
8483510	Crawfords Trailer Park	crawfords-trailer-park	US		0	America/Phoenix	33.66636	-114.21202	270			AZ	012		
8483511	Dolce Vita at Superstition Mountain Mobile Home Park	dolce-vita-at-superstition-mountain-mobile-home-park	US		0	America/Phoenix	33.38348	-111.50795	512			AZ	021		
8483512	Grover Terrace Mobile Home Park	grover-terrace-mobile-home-park	US		0	America/Phoenix	33.64695	-112.04035	438			AZ	013		
8483513	La Posada Trailer Park	la-posada-trailer-park	US		0	America/Phoenix	32.88942	-111.75833	425			AZ	021		
8483514	Lamplighter Mobile Village	lamplighter-mobile-village	US		0	America/Phoenix	33.41249	-111.57685	500			AZ	021		
8483515	Las Casitas Mobile Home Park	las-casitas-mobile-home-park	US		0	America/Phoenix	32.83234	-111.75655	433			AZ	021		
8483516	Lexington Pines Mobile Home Park	lexington-pines-mobile-home-park	US		0	America/Phoenix	32.8326	-109.72692	890			AZ	009		
8483517	Palo Verde Hills Mobile Park	palo-verde-hills-mobile-park	US		0	America/Phoenix	33.42369	-111.5168	552			AZ	021		
8483518	Rose Garden Mobile Home Resort	rose-garden-mobile-home-resort	US		0	America/Phoenix	33.63459	-112.30916	352			AZ	013		
8483519	Rosewood Estates Mobile Home Park	rosewood-estates-mobile-home-park	US		0	America/Phoenix	33.62176	-112.33473	355			AZ	013		
8483520	Round - Up Mobile Home Park	round-up-mobile-home-park	US		0	America/Phoenix	33.4237	-111.55368	528			AZ	021		
8483521	Sandpointe Mobile Home Park	sandpointe-mobile-home-park	US		0	America/Phoenix	33.36009	-111.47329	533			AZ	021		
8483522	Shadow Mountain Village	shadow-mountain-village	US		0	America/Phoenix	33.45316	-111.89663	363			AZ	013		
8483523	Sherwood Forest Mobile Home Park	sherwood-forest-mobile-home-park	US		0	America/Phoenix	34.23685	-111.31244	1516			AZ	007		
8483524	Sierra Del Saguaro Mobile Home Park	sierra-del-saguaro-mobile-home-park	US		0	America/Phoenix	33.39167	-111.56625	491			AZ	021		
8483525	Silver Saddle Mobile Home Park	silver-saddle-mobile-home-park	US		0	America/Phoenix	35.27081	-111.54662	2055			AZ	005		
8483526	Sunwest Resort Mobile Home Park	sunwest-resort-mobile-home-park	US		0	America/Phoenix	32.89581	-111.76377	424			AZ	021		
8483528	Westpark Mobile Home Park	westpark-mobile-home-park	US		0	America/Phoenix	33.96058	-112.78442	705			AZ	013		
8483573	Chaparral Mobile Ranch	chaparral-mobile-ranch	US		0	America/Phoenix	33.42412	-111.54946	532			AZ	021		
8483574	Cottonwood Cove Mobile Home Park	cottonwood-cove-mobile-home-park	US		0	America/Phoenix	32.8951	-111.7602	424			AZ	021		
8483575	Country Home Mobile Village	country-home-mobile-village	US		0	America/Phoenix	33.37876	-112.55997	268			AZ	013		
8483576	Cozy Canyon Mobile Home Park	cozy-canyon-mobile-home-park	US		0	America/Phoenix	34.91008	-110.15293	1554			AZ	017		
8483577	Husky Hollow Mobile Home Park	husky-hollow-mobile-home-park	US		0	America/Phoenix	33.42735	-111.54942	534			AZ	021		
8483578	Mountain Vista Mobile Home Park	mountain-vista-mobile-home-park	US		0	America/Phoenix	33.40517	-111.57696	494			AZ	021		
8483579	Palmas Del Sol East Mobile Home Park	palmas-del-sol-east-mobile-home-park	US		0	America/Phoenix	33.3886	-111.56551	490			AZ	021		
8483580	Running Bear Mobile Resort	running-bear-mobile-resort	US		0	America/Phoenix	34.16276	-109.99097	2062			AZ	017		
8483581	Sedona Shadows Mobile Home Park	sedona-shadows-mobile-home-park	US		0	America/Phoenix	34.84286	-111.86944	1245			AZ	025		
8483582	Star Vale Mobile Home Park	star-vale-mobile-home-park	US		0	America/Phoenix	34.25365	-111.26772	1438			AZ	007		
8483583	Sunny Lane Mobile Home Park	sunny-lane-mobile-home-park	US		0	America/Phoenix	32.8876	-111.76434	423			AZ	021		
8483584	The Elms Mobile Home Park	the-elms-mobile-home-park	US		0	America/Phoenix	35.2425	-111.56982	2124			AZ	005		
8483585	The Meadows Mobile Home Park	the-meadows-mobile-home-park	US		0	America/Phoenix	33.38955	-111.97176	358			AZ	013		
8483586	Whispering Palms Mobile Home Park	whispering-palms-mobile-home-park	US		0	America/Phoenix	33.66131	-112.02869	456			AZ	013		
8483587	White Hills Mobile Home Park	white-hills-mobile-home-park	US		0	America/Phoenix	34.52362	-111.81442	946			AZ	025		
8483615	Arrowhead Village Mobile Home Park	arrowhead-village-mobile-home-park	US		0	America/Phoenix	35.19438	-111.6612	2108			AZ	005		
8483616	August Hills Mobile Home Park	august-hills-mobile-home-park	US		0	America/Phoenix	33.37242	-110.77869	1113			AZ	007		
8483617	Aztec Mobile Home Park	aztec-mobile-home-park	US		0	America/Phoenix	33.97125	-112.72431	624			AZ	013		
8483618	Bell Casas Mobile Home Estates	bell-casas-mobile-home-estates	US		0	America/Phoenix	33.64468	-112.04938	431			AZ	013		
8483619	Beverly Gardens Trailer Park	beverly-gardens-trailer-park	US		0	America/Phoenix	34.56433	-112.49239	1665			AZ	025		
8483620	Capri Mobile Home Park	capri-mobile-home-park	US		0	America/Phoenix	33.45677	-112.14925	324			AZ	013		
8483621	Casa Verde Estates Mobile Home Park	casa-verde-estates-mobile-home-park	US		0	America/Phoenix	32.91407	-111.73569	424			AZ	021		
8483622	Chaparral Mobile Village	chaparral-mobile-village	US		0	America/Phoenix	33.38136	-111.94481	360			AZ	013		
8483623	Cibola Mobile Home Park	cibola-mobile-home-park	US		0	America/Phoenix	33.41266	-111.88047	368			AZ	013		
8483624	Country Manor Mobile Home Park	country-manor-mobile-home-park	US		0	America/Phoenix	33.42967	-112.3532	296			AZ	013		
8483625	Denali Park Estates Mobile Home Park	denali-park-estates-mobile-home-park	US		0	America/Phoenix	33.38319	-111.52757	505			AZ	021		
8483626	Desert Park Mobile Home Park	desert-park-mobile-home-park	US		0	America/Phoenix	33.40703	-111.54722	518			AZ	021		
8483627	Estrella Villa Mobile Home Park	estrella-villa-mobile-home-park	US		0	America/Phoenix	33.44673	-112.33891	298			AZ	013		
8483628	Garden Spot Mobile Home Park	garden-spot-mobile-home-park	US		0	America/Phoenix	33.4137	-111.80039	378			AZ	013		
8483629	Jo Don Mobile Home Park	jo-don-mobile-home-park	US		0	America/Phoenix	35.22903	-111.57405	2082			AZ	005		
8483630	Mobile Gardens Mobile Home Park	mobile-gardens-mobile-home-park	US		0	America/Phoenix	33.78529	-112.54411	525			AZ	013		
8483631	Pleasant Valley Mobile Home Park	pleasant-valley-mobile-home-park	US		0	America/Phoenix	33.27624	-111.55786	453			AZ	021		
8483632	Pueblo Mesa Mobile Home Park	pueblo-mesa-mobile-home-park	US		0	America/Phoenix	33.40234	-111.63854	454			AZ	013		
8483633	Rainbow Trailer Park	rainbow-trailer-park	US		0	America/Phoenix	34.90389	-111.72686	1380			AZ	005		
8483634	Rancho Reata Mobile Home Park	rancho-reata-mobile-home-park	US		0	America/Phoenix	33.40246	-111.61857	467			AZ	013		
8483635	Rim View Trailer Village	rim-view-trailer-village	US		0	America/Phoenix	36.92381	-111.46055	1299			AZ	005		
8483636	Shadow Ridge Mobile Home Park	shadow-ridge-mobile-home-park	US		0	America/Phoenix	33.56247	-112.20956	349			AZ	013		
8483637	Sunrise Village Mobile Home Park	sunrise-village-mobile-home-park	US		0	America/Phoenix	32.83316	-109.69564	890			AZ	009		
8483638	Valle Del Oro Mobile Home Park	valle-del-oro-mobile-home-park	US		0	America/Phoenix	33.39114	-111.64067	447			AZ	013		
8483639	Valley View Mobile Home and Recreational Vehicle Park	valley-view-mobile-home-and-recreational-vehicle-park	US		0	America/Phoenix	32.92542	-109.20331	1060			AZ	011		
8483640	Vista Del Sol Mobile Home Park	vista-del-sol-mobile-home-park	US		0	America/Phoenix	34.74245	-112.00724	1009			AZ	025		
8483641	Wheel Inn Mobile Home Park	wheel-inn-mobile-home-park	US		0	America/Phoenix	35.25554	-111.54376	2040			AZ	005		
8483642	Wigwam Villa Mobile Home Park	wigwam-villa-mobile-home-park	US		0	America/Phoenix	33.44133	-112.33857	297			AZ	013		
8483707	Baywood Mobile Park	baywood-mobile-park	US		0	America/Phoenix	33.42504	-111.55363	528			AZ	021		
8483708	Cactus Ranch Trailer Court	cactus-ranch-trailer-court	US		0	America/Phoenix	33.86306	-112.63505	598			AZ	013		
8483709	Canyon View Estates Mobile Home Park	canyon-view-estates-mobile-home-park	US		0	America/Phoenix	36.88479	-113.93682	596			AZ	015		
8483710	Casa Del Sol Resort West Mobile Home Park	casa-del-sol-resort-west-mobile-home-park	US		0	America/Phoenix	33.58782	-112.25339	345			AZ	013		
8483793	Arbor Manor Mobile Home Park	arbor-manor-mobile-home-park	US		0	America/Phoenix	33.6344	-112.01902	439			AZ	013		
8483794	Buena Vista Mobile Home Park	buena-vista-mobile-home-park	US		0	America/Phoenix	33.4283	-112.57619	320			AZ	013		
8483795	Buffalo Run Mobile Home Park	buffalo-run-mobile-home-park	US		0	America/Phoenix	34.60089	-111.87317	966			AZ	025		
8483796	Canyon Retreat Mobile Home Park	canyon-retreat-mobile-home-park	US		0	America/Phoenix	34.55086	-112.42369	1676			AZ	025		
8483797	Canyon View Mobile Home Park	canyon-view-mobile-home-park	US		0	America/Phoenix	35.19702	-111.6333	2100			AZ	005		
8483798	Casa Loma Mobile Home Park	casa-loma-mobile-home-park	US		0	America/Phoenix	34.54387	-112.45671	1645			AZ	025		
8483799	Cataline Village Mobile Home Park	cataline-village-mobile-home-park	US		0	America/Phoenix	33.45993	-112.14669	326			AZ	013		
8483800	Colonial Del Sol Mobile Home Park	colonial-del-sol-mobile-home-park	US		0	America/Phoenix	32.93232	-111.7655	428			AZ	021		
8483801	Desert Estates Mobile Home Park	desert-estates-mobile-home-park	US		0	America/Phoenix	33.58322	-112.21615	354			AZ	013		
8483802	Estrella Shadows Mobile Home Park	estrella-shadows-mobile-home-park	US		0	America/Phoenix	33.45296	-112.19846	319			AZ	013		
8483803	Foothill Vista Mobile Home Park	foothill-vista-mobile-home-park	US		0	America/Phoenix	35.21485	-114.02196	1054			AZ	015		
8483804	Klahanne Mobile Home Park	klahanne-mobile-home-park	US		0	America/Phoenix	33.40532	-111.57995	491			AZ	021		
8483805	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/Phoenix	34.48744	-114.353	151			AZ	015		
8483806	Meridian Manufactured Home Park	meridian-manufactured-home-park	US		0	America/Phoenix	33.41856	-111.5792	503			AZ	021		
8483807	Mesa Verde Mobile Home Park	mesa-verde-mobile-home-park	US		0	America/Phoenix	35.19005	-114.01073	1102			AZ	015		
8483808	Oasis Junction Mobile Home Park	oasis-junction-mobile-home-park	US		0	America/Phoenix	33.42006	-111.56806	514			AZ	021		
8483809	O'Banion Mobile Home Park	o-banion-mobile-home-park	US		0	America/Phoenix	33.36841	-110.76493	1113			AZ	007		
8483810	Palm West Mobile Home Park	palm-west-mobile-home-park	US		0	America/Phoenix	33.4226	-112.35325	294			AZ	013		
8483811	Rancho at Val Vista Mobile Home Park	rancho-at-val-vista-mobile-home-park	US		0	America/Phoenix	33.41686	-111.74836	394			AZ	013		
8483812	Rancho Mirage Mobile Home Park	rancho-mirage-mobile-home-park	US		0	America/Phoenix	33.38189	-111.51761	506			AZ	021		
8483813	Rodeo Estates Mobile Home Park	rodeo-estates-mobile-home-park	US		0	America/Phoenix	32.92182	-111.75152	424			AZ	021		
8483814	Seyenne Vista Mobile Home Park	seyenne-vista-mobile-home-park	US		0	America/Phoenix	33.44964	-111.84659	371			AZ	013		
8483815	Shadow Mountain Mobile Home Park	shadow-mountain-mobile-home-park	US		0	America/Phoenix	34.58351	-112.32655	1557			AZ	025		
8483816	Southern Foothills Mobile Home Park	southern-foothills-mobile-home-park	US		0	America/Phoenix	33.39396	-112.09224	332			AZ	013		
8483817	Starview Mobile Home Park	starview-mobile-home-park	US		0	America/Phoenix	34.23631	-111.32665	1506			AZ	007		
8483818	Suncrest Mobile Home Park I	suncrest-mobile-home-park-i	US		0	America/Phoenix	33.58462	-112.22694	352			AZ	013		
8483819	Superstition Mobile Village	superstition-mobile-village	US		0	America/Phoenix	33.4173	-111.54063	534			AZ	021		
8483820	The Reserve at Fox Creek Mobile Home Park	the-reserve-at-fox-creek-mobile-home-park	US		0	America/Phoenix	35.07567	-114.56092	287			AZ	015		
8483821	The Wells Mobile Home Park	the-wells-mobile-home-park	US		0	America/Phoenix	33.46472	-111.7076	436			AZ	013		
8483822	Timberline Mobile Home Community	timberline-mobile-home-community	US		0	America/Phoenix	34.22267	-110.03246	1978			AZ	017		
8483823	Tower Mobile Home Park	tower-mobile-home-park	US		0	America/Phoenix	32.81907	-109.6813	899			AZ	009		
8483824	Town and Country Mobile Home Park	town-and-country-mobile-home-park	US		0	America/Phoenix	33.53228	-112.08707	355			AZ	013		
8483825	Twin Lakes Mobile Home Park	twin-lakes-mobile-home-park	US		0	America/Phoenix	34.23838	-111.30868	1525			AZ	007		
8483826	Weavers Needle Travel Trailer Park	weavers-needle-travel-trailer-park	US		0	America/Phoenix	33.41288	-111.53111	534			AZ	021		
8483827	Wildwood Hills Mobile Home Park	wildwood-hills-mobile-home-park	US		0	America/Phoenix	35.18619	-111.68074	2125			AZ	005		
8483860	Acacia Villa Mobile Home Park	acacia-villa-mobile-home-park	US		0	America/Phoenix	33.43155	-111.56028	528			AZ	021		
8483861	Apache Skies Mobile Home Park	apache-skies-mobile-home-park	US		0	America/Phoenix	33.4128	-111.56455	512			AZ	021		
8483862	Bonita Vista Mobile Home Park	bonita-vista-mobile-home-park	US		0	America/Phoenix	33.39152	-111.56973	489			AZ	021		
8483863	Bransons Mobile Home Park	bransons-mobile-home-park	US		0	America/Phoenix	34.22	-114.19896	113			AZ	012		
8483864	Carefree Resort Mobile Home Park	carefree-resort-mobile-home-park	US		0	America/Phoenix	35.14661	-114.56516	182			AZ	015		
8483902	Casa Del Sol Resort East Mobile Home Park	casa-del-sol-resort-east-mobile-home-park	US		0	America/Phoenix	33.58409	-112.20768	356			AZ	013		
8483903	Cimmaron Trails Mobile Home Park	cimmaron-trails-mobile-home-park	US		0	America/Phoenix	33.27614	-111.56089	451			AZ	021		
8483904	Crescent Run Mobile Home Park	crescent-run-mobile-home-park	US		0	America/Phoenix	33.39653	-111.64765	445			AZ	013		
8483905	Desert Cypress Trailer Ranch	desert-cypress-trailer-ranch	US		0	America/Phoenix	33.97416	-112.72583	626			AZ	013		
8483906	Desert Harbor Mobile Home Park	desert-harbor-mobile-home-park	US		0	America/Phoenix	33.38088	-111.56579	485			AZ	021		
8483907	Desert Sunset Trailer Park	desert-sunset-trailer-park	US		0	America/Phoenix	35.22936	-114.14838	961			AZ	015		
8483908	Desert Vista Recreational Vehicle Resort	desert-vista-recreational-vehicle-resort	US		0	America/Phoenix	33.41315	-111.71583	410			AZ	013		
8483909	El Dorado Mobile Estates Resort	el-dorado-mobile-estates-resort	US		0	America/Phoenix	33.41901	-111.58185	500			AZ	013		
8483910	Foothills West Resort Mobile Home Park	foothills-west-resort-mobile-home-park	US		0	America/Phoenix	32.9724	-111.77658	465			AZ	021		
8483911	Hillcrest Mobile Home Park	hillcrest-mobile-home-park	US		0	America/Phoenix	34.9263	-110.14664	1595			AZ	017		
8483912	Lamplighter Mobile Park	lamplighter-mobile-park	US		0	America/Phoenix	34.25223	-111.26004	1427			AZ	007		
8483913	Links Estates Mobile Home Park	links-estates-mobile-home-park	US		0	America/Phoenix	33.24743	-111.55609	457			AZ	021		
8483914	Long Haven West Mobile Home Park	long-haven-west-mobile-home-park	US		0	America/Phoenix	33.50659	-112.17115	344			AZ	013		
8483915	M and M Mobile Village	m-and-m-mobile-village	US		0	America/Phoenix	33.45343	-111.82505	373			AZ	013		
8483916	Marco Polo Mobile Home Park	marco-polo-mobile-home-park	US		0	America/Phoenix	33.6673	-112.02864	461			AZ	013		
8483917	Park Place Mobile Home Park	park-place-mobile-home-park	US		0	America/Phoenix	33.41043	-111.70292	415			AZ	013		
8483918	Quail Run Mobile Home Park	quail-run-mobile-home-park	US		0	America/Phoenix	33.3815	-111.53082	503			AZ	021		
8483919	Red Lamp Mobile Home Park	red-lamp-mobile-home-park	US		0	America/Phoenix	32.84816	-109.75554	887			AZ	009		
8483920	Roadrunner Mobile Home Park	roadrunner-mobile-home-park	US		0	America/Phoenix	32.74936	-111.68695	456			AZ	021		
8483921	Shadow Hills Mobile Home Park	shadow-hills-mobile-home-park	US		0	America/Phoenix	33.64626	-112.0428	436			AZ	013		
8483922	Sierra Estates Mobile Home Park	sierra-estates-mobile-home-park	US		0	America/Phoenix	33.40257	-111.62742	462			AZ	013		
8483923	Silverado Estates Mobile Home Park	silverado-estates-mobile-home-park	US		0	America/Phoenix	33.42359	-111.57743	506			AZ	021		
8483924	Sun n Sand Mobile Home Park	sun-n-sand-mobile-home-park	US		0	America/Phoenix	33.51418	-112.1108	349			AZ	013		
8483925	Suncrest Mobile Home Park II	suncrest-mobile-home-park-ii	US		0	America/Phoenix	33.58246	-112.22724	351			AZ	013		
8483926	Sunset Mesa Mobile Home Park	sunset-mesa-mobile-home-park	US		0	America/Phoenix	33.4237	-111.57098	513			AZ	021		
8483927	Sunset Village Mobile Home Park	sunset-village-mobile-home-park	US		0	America/Phoenix	34.86116	-111.79807	1336			AZ	025		
8483928	The Pueblo Mobile Home Park	the-pueblo-mobile-home-park	US		0	America/Phoenix	33.39249	-111.54388	509			AZ	021		
8483930	Valley Manor Mobile Home Park	valley-manor-mobile-home-park	US		0	America/Phoenix	34.53716	-114.36559	166			AZ	015		
8483964	Apache East Estates Mobile Home Park	apache-east-estates-mobile-home-park	US		0	America/Phoenix	33.3833	-111.53103	503			AZ	021		
8483965	Breezeway Trailer Park	breezeway-trailer-park	US		0	America/Phoenix	33.0781	-110.9266	605			AZ	021		
8483966	Country West Mobile Home Park	country-west-mobile-home-park	US		0	America/Phoenix	33.42533	-112.35332	295			AZ	013		
8483967	Estrella Valley Mobile Home Park	estrella-valley-mobile-home-park	US		0	America/Phoenix	33.36844	-112.57611	262			AZ	013		
8483968	Hacienda Del Sol Mobile Home Park	hacienda-del-sol-mobile-home-park	US		0	America/Phoenix	33.53465	-112.33375	331			AZ	013		
8483969	Heritage Mobile Home Park	heritage-mobile-home-park	US		0	America/Phoenix	34.61326	-112.43726	1569			AZ	025		
8483970	Homestead Mobile Home Park	homestead-mobile-home-park	US		0	America/Phoenix	34.14254	-109.98024	2055			AZ	017		
8483971	Kargas Mobile Home Park	kargas-mobile-home-park	US		0	America/Phoenix	34.9088	-110.15669	1551			AZ	017		
8483972	Mountain Quail Mobile Home Park	mountain-quail-mobile-home-park	US		0	America/Phoenix	33.66989	-114.22782	263			AZ	012		
8483973	Mountain Shadows Mobile Trailer Resort	mountain-shadows-mobile-trailer-resort	US		0	America/Phoenix	34.23287	-111.32526	1501			AZ	007		
8483974	Oak Park Mobile Home Park	oak-park-mobile-home-park	US		0	America/Phoenix	34.25841	-111.32399	1525			AZ	007		
8483975	Orange Grove Estates Mobile Home Park	orange-grove-estates-mobile-home-park	US		0	America/Phoenix	33.55821	-112.20131	351			AZ	013		
8483977	Paradise Peak West Mobile Home Park	paradise-peak-west-mobile-home-park	US		0	America/Phoenix	33.69461	-111.99872	493			AZ	013		
8483978	Ponderosa Glen Mobile Home Park	ponderosa-glen-mobile-home-park	US		0	America/Phoenix	34.25866	-111.25947	1425			AZ	007		
8483979	Roadrunner Lake Resort Mobile Home Park	roadrunner-lake-resort-mobile-home-park	US		0	America/Phoenix	33.46094	-111.88102	367			AZ	013		
8483980	Roadrunner Mobile Home Park	roadrunner-mobile-home-park	US		0	America/Phoenix	34.75557	-112.45021	1435			AZ	025		
8483981	Santiago Rodeo Villas Mobile Home Park	santiago-rodeo-villas-mobile-home-park	US		0	America/Phoenix	35.01041	-114.57807	193			AZ	015		
8483982	Santiago Silver Creek Mobile Home Park	santiago-silver-creek-mobile-home-park	US		0	America/Phoenix	32.8229	-109.68636	896			AZ	009		
8483983	Sierra Leone Mobile Park	sierra-leone-mobile-park	US		0	America/Phoenix	33.43014	-111.56555	522			AZ	021		
8483984	Sundowner Mobile Home Park	sundowner-mobile-home-park	US		0	America/Phoenix	33.41692	-111.57138	506			AZ	021		
8483985	Sunset Park Mobile Home Park	sunset-park-mobile-home-park	US		0	America/Phoenix	34.51161	-114.36161	150			AZ	015		
8483986	Sunward Mobile Home Park	sunward-mobile-home-park	US		0	America/Phoenix	32.71623	-110.63928	736			AZ	021		
8483987	Superstition Mobile Ranch	superstition-mobile-ranch	US		0	America/Phoenix	33.411	-111.53857	529			AZ	021		
8483988	Sycamore Mobile Home Park	sycamore-mobile-home-park	US		0	America/Phoenix	34.60067	-113.14307	1257			AZ	025		
8483989	Whispering Wind Mobile Home Park	whispering-wind-mobile-home-park	US		0	America/Phoenix	33.00448	-111.48422	438			AZ	021		
8483990	White Cloud Mobile Home Park	white-cloud-mobile-home-park	US		0	America/Phoenix	34.57389	-112.4953	1698			AZ	025		
8483991	White Sands Estate Mobile Home Park	white-sands-estate-mobile-home-park	US		0	America/Phoenix	33.40968	-111.53583	530			AZ	021		
8484050	Boardwalk Estates Mobile Home Park	boardwalk-estates-mobile-home-park	US		0	America/Phoenix	33.43499	-111.57321	519			AZ	021		
8484051	Bonaventure Mobile Home Community	bonaventure-mobile-home-community	US		0	America/Phoenix	33.66025	-112.06353	434			AZ	013		
8484052	Brentwood Southern Mobile Home Park	brentwood-southern-mobile-home-park	US		0	America/Phoenix	33.39046	-111.65666	436			AZ	013		
8484053	Chapman's Mobile Home Resort	chapman-s-mobile-home-resort	US		0	America/Phoenix	36.91497	-111.45699	1333			AZ	005		
8484054	Cholla Mobile Home Park	cholla-mobile-home-park	US		0	America/Phoenix	34.95839	-110.31715	1535			AZ	017		
8484055	Country West Mobile Home Park	country-west-mobile-home-park	US		0	America/Phoenix	34.75711	-112.45143	1435			AZ	025		
8484056	Fiesta Grande Mobile Home Park	fiesta-grande-mobile-home-park	US		0	America/Phoenix	32.87387	-111.72009	432			AZ	021		
8484057	Hidden Hollow Mobile Home Park	hidden-hollow-mobile-home-park	US		0	America/Phoenix	35.19108	-111.68836	2156			AZ	005		
8484059	Kaibab Mobile Home Park	kaibab-mobile-home-park	US		0	America/Phoenix	35.26041	-112.17707	2054			AZ	005		
8484060	Las Palmas Mobile Home Park	las-palmas-mobile-home-park	US		0	America/Phoenix	33.41932	-111.6794	437			AZ	013		
8484061	Lazy D Mobile Home Park	lazy-d-mobile-home-park	US		0	America/Phoenix	34.13934	-114.29985	124			AZ	012		
8484062	Los Hermanos Mobile Home Park	los-hermanos-mobile-home-park	US		0	America/Phoenix	33.27277	-111.55852	453			AZ	021		
8484063	McCoy's Mobile Home Ranch	mccoy-s-mobile-home-ranch	US		0	America/Phoenix	33.58329	-112.21557	354			AZ	013		
8484064	Oxbow Estates Mobile Home Park	oxbow-estates-mobile-home-park	US		0	America/Phoenix	34.25713	-111.25882	1426			AZ	007		
8484065	Paradise Trailer Park	paradise-trailer-park	US		0	America/Phoenix	34.25565	-110.04749	1939			AZ	017		
8484066	Pine Haven Mobile Home Park	pine-haven-mobile-home-park	US		0	America/Phoenix	34.52028	-112.47825	1670			AZ	025		
8484067	Pine Lawn Ranch Mobile Home Park	pine-lawn-ranch-mobile-home-park	US		0	America/Phoenix	34.54448	-112.48434	1641			AZ	025		
8484068	Rainbow Lake Mobile Home Park	rainbow-lake-mobile-home-park	US		0	America/Phoenix	34.16027	-109.99321	2055			AZ	017		
8484069	Raindance Mobile Home Park	raindance-mobile-home-park	US		0	America/Phoenix	33.39133	-111.52685	512			AZ	021		
8484070	River Lagoon Resort Mobile Home Park	river-lagoon-resort-mobile-home-park	US		0	America/Phoenix	33.60962	-114.52073	82			AZ	012		
8484071	Shady Acres Mobile Park	shady-acres-mobile-park	US		0	America/Phoenix	34.56476	-112.49394	1668			AZ	025		
8484072	Sundown Mobile Home Park	sundown-mobile-home-park	US		0	America/Phoenix	35.03545	-110.73006	1497			AZ	017		
8484073	Westwood Mobile Home Park	westwood-mobile-home-park	US		0	America/Phoenix	33.49285	-112.1159	341			AZ	013		
8484074	Windsong Mobile Home Park	windsong-mobile-home-park	US		0	America/Phoenix	33.436	-111.56566	526			AZ	021		
8484135	Alhambra Mobile Home Park	alhambra-mobile-home-park	US		0	America/Phoenix	33.37745	-110.75114	1146			AZ	007		
8484136	Babetts Trailer Court	babetts-trailer-court	US		0	America/Denver	36.12881	-111.24251	1502			AZ	005		
8484137	Bell Acres Mobile Home Park	bell-acres-mobile-home-park	US		0	America/Phoenix	33.63393	-111.99937	442			AZ	013		
8484138	Camptown Mobile Home Park	camptown-mobile-home-park	US		0	America/Phoenix	34.24819	-110.05638	1952			AZ	017		
8484139	Central Mobile Home Park	central-mobile-home-park	US		0	America/Phoenix	33.43265	-112.34904	297			AZ	013		
8484140	Daily Estates Mobile Home Park	daily-estates-mobile-home-park	US		0	America/Phoenix	32.80894	-109.76486	927			AZ	009		
8484141	Indian Hills Mobile Home Park	indian-hills-mobile-home-park	US		0	America/Phoenix	32.94983	-110.74788	604			AZ	021		
8484142	La Casa Blanca Mobile Home Park	la-casa-blanca-mobile-home-park	US		0	America/Phoenix	33.38081	-111.56967	482			AZ	021		
8484143	Lampliter Village Mobile Home Park	lampliter-village-mobile-home-park	US		0	America/Phoenix	34.75469	-112.05934	1109			AZ	025		
8484144	Las Palmas Grand Mobile Home Park	las-palmas-grand-mobile-home-park	US		0	America/Phoenix	33.36843	-111.64019	434			AZ	013		
8484145	Longridge Mobile Home Park	longridge-mobile-home-park	US		0	America/Phoenix	35.10665	-114.54762	306			AZ	015		
8484146	Patio Gardens Mobile Home Park	patio-gardens-mobile-home-park	US		0	America/Phoenix	33.40917	-111.61765	473			AZ	013		
8484147	Pecan Tree Park Mobile Home Park	pecan-tree-park-mobile-home-park	US		0	America/Phoenix	33.46102	-112.31632	302			AZ	013		
8484148	Pine Shadows Mobile Home Park	pine-shadows-mobile-home-park	US		0	America/Phoenix	34.20453	-110.01751	2014			AZ	017		
8484149	Roadhaven Recreational Vehicle Resort	roadhaven-recreational-vehicle-resort	US		0	America/Phoenix	33.40433	-111.548	516			AZ	021		
8484150	Safari Mobile Home Park	safari-mobile-home-park	US		0	America/Phoenix	32.89844	-111.75463	424			AZ	021		
8484151	Saguaro Mobile Home Park	saguaro-mobile-home-park	US		0	America/Phoenix	33.08007	-110.9287	605			AZ	021		
8484152	Sun Valley Mobile Home Park	sun-valley-mobile-home-park	US		0	America/Phoenix	33.4205	-111.59131	498			AZ	013		
8484153	Terrin Mobile Home Park	terrin-mobile-home-park	US		0	America/Phoenix	35.22823	-114.00229	1045			AZ	015		
8484154	Venture In Resort Mobile Home Park	venture-in-resort-mobile-home-park	US		0	America/Phoenix	34.25042	-110.07919	1954			AZ	017		
8484208	Roxborough	roxborough	US		0	America/Denver	39.46926	-105.08556	1781			CO	035		
8484224	Brown Mountain	brown-mountain	US		0	America/New_York	36.44856	-80.36405	359			NC	169	92588	
9204315	Dog	dog	US		0	America/New_York	29.82475	-84.58046				FL	037		
8487654	Dockum	dockum	US		0	America/Chicago	33.475	-100.85833	691	Do-ckum,Do-ckum Ranch,Dockum,Dockum's Ranch,Dockums		TX	125		
8487655	Sweedlin	sweedlin	US		0	America/New_York	38.74152	-79.13573	474	Sweedlin,Sweedlin Hill		WV	071		
8487666	Washington Park	washington-park	US		0	America/New_York	41.78333	-71.41111	8			RI	007	59000	
8487668	Watchemoket	watchemoket	US		0	America/New_York	41.82917	-71.37917	0			RI	007	59000	
8487823	Presidential Lakes	presidential-lakes	US		0	America/New_York	38.27714	-77.21672	60			VA	099		
8488390	University Village Heights	university-village-heights	US		0	America/Chicago	44.06722	-87.67917	198			WI	071	48500	
8488391	Nordic Lands Mobile Home Park	nordic-lands-mobile-home-park	US		0	America/Chicago	44.06611	-87.87889	254			WI	071	82200	
8488392	Kayville Mobile Home Park	kayville-mobile-home-park	US		0	America/Chicago	44.22417	-87.79556	240			WI	071	39000	
8488393	Newport Village Mobile Home Park	newport-village-mobile-home-park	US		0	America/Chicago	44.12528	-87.63861	183			WI	071	48500	
8488394	Nenning Mobile Home Park	nenning-mobile-home-park	US		0	America/Chicago	43.93028	-87.94167	277			WI	071	72075	
8488395	Lakeland Manor Mobile Home Park	lakeland-manor-mobile-home-park	US		0	America/Chicago	44.10944	-87.69722	199			WI	071	48500	
8491312	Aurora Mobile Home Park	aurora-mobile-home-park	US		0	America/New_York	42.73751	-78.59787	274			NY	029	03199	
8491316	Big Tree Mobile Home Park	big-tree-mobile-home-park	US		0	America/New_York	42.76704	-78.52932	272			NY	029	77871	
8491323	Brook Gardens Mobile Home Park	brook-gardens-mobile-home-park	US		0	America/New_York	42.76681	-78.85264	198			NY	029	31654	
8491330	Bush Gardens Mobile Home Park	bush-gardens-mobile-home-park	US		0	America/New_York	42.85091	-78.52069	273			NY	029	45601	
8491331	Carefree Park Estates Mobile Home Park	carefree-park-estates-mobile-home-park	US		0	America/New_York	42.8796	-78.75753	177			NY	029	15011	
8491336	Circle B Courts Mobile Home Park	circle-b-courts-mobile-home-park	US		0	America/New_York	42.69319	-78.56978	290			NY	029	77871	
8491345	Country Meadows Mobile Home Park	country-meadows-mobile-home-park	US		0	America/New_York	42.95707	-78.54378	239			NY	029	50716	
8491351	Eaglecrest Estates Mobile Home Park	eaglecrest-estates-mobile-home-park	US		0	America/New_York	42.76763	-78.84704	202			NY	029	31654	
8491365	Frontier Mobile Home Park	frontier-mobile-home-park	US		0	America/New_York	42.80547	-78.83066	181			NY	029	40189	
8491367	Golden Pond Estates Mobile Home Park	golden-pond-estates-mobile-home-park	US		0	America/New_York	42.9955	-78.48445	248			NY	029	50716	
8491377	Hatch Court Mobile Home Park	hatch-court-mobile-home-park	US		0	America/New_York	42.9337	-78.70437	218			NY	029	15011	
8491378	Hillside Estates Mobile Home Park	hillside-estates-mobile-home-park	US		0	America/New_York	42.79549	-78.57443	258			NY	029	45601	
8491389	Melody Meadows Mobile Home Park	melody-meadows-mobile-home-park	US		0	America/New_York	42.64256	-79.05085	190			NY	029	24801	
8491394	Niagara Mobile Home Park	niagara-mobile-home-park	US		0	America/New_York	42.98062	-78.91418	185			NY	029	75000	
8491399	Parkside Village Mobile Home Park	parkside-village-mobile-home-park	US		0	America/New_York	42.88463	-78.73956	190			NY	029	15011	
8491402	Quarry Hill Estates Mobile Home Park	quarry-hill-estates-mobile-home-park	US		0	America/New_York	42.99076	-78.54471	236			NY	029	50716	
8491406	Rock Oak Estates Mobile Home Park	rock-oak-estates-mobile-home-park	US		0	America/New_York	42.97246	-78.61947	226			NY	029	15825	
8491410	Shady Acres Mobile Home Park	shady-acres-mobile-home-park	US		0	America/New_York	42.87429	-78.75646	189			NY	029	15011	
8491411	Shamrock Mobile Home Park	shamrock-mobile-home-park	US		0	America/New_York	42.80664	-78.82991	181			NY	029	40189	
8491413	Sky Harbor West Mobile Home Park	sky-harbor-west-mobile-home-park	US		0	America/New_York	42.93275	-78.70883	216			NY	029	15011	
8491416	Sprague Mobile Home Park	sprague-mobile-home-park	US		0	America/New_York	42.65982	-78.74707	277			NY	029	07454	
8491417	Sunset Mobile Home Court	sunset-mobile-home-court	US		0	America/New_York	42.80529	-78.82523	181			NY	029	40189	
8491424	Transit Mobile Home Park	transit-mobile-home-park	US		0	America/New_York	42.91608	-78.69828	204			NY	029	15011	
8491426	Triton Valley Estates Mobile Home Park	triton-valley-estates-mobile-home-park	US		0	America/New_York	42.79436	-78.57615	252			NY	029	45601	
8491427	Waterfalls Village Mobile Home Park	waterfalls-village-mobile-home-park	US		0	America/New_York	42.76069	-78.85782	200			NY	029	31654	
8491428	Wayside Mobile Home Court	wayside-mobile-home-court	US		0	America/New_York	42.80618	-78.82681	181			NY	029	40189	
8491465	Barry's Mobile Home Park	barry-s-mobile-home-park	US		0	America/New_York	43.24802	-75.95075	123			NY	075	17904	
8491466	Bisbo Mobile Home Park	bisbo-mobile-home-park	US		0	America/New_York	43.2581	-76.00339	127			NY	075	17904	
8491467	Blue Spruce Mobile Home Park	blue-spruce-mobile-home-park	US		0	America/New_York	43.25982	-76.14478	119			NY	075	32688	
8491468	Brennan Beach Mobile Home Park	brennan-beach-mobile-home-park	US		0	America/New_York	43.58411	-76.20041	82			NY	075	61533	
8491469	Chezwick Estates Mobile Home Park	chezwick-estates-mobile-home-park	US		0	America/New_York	43.39004	-76.00428	184			NY	075	56352	
8491470	Clark Lane Mobile Home Park	clark-lane-mobile-home-park	US		0	America/New_York	43.29347	-76.26156	135			NY	075	65618	
8491471	Conifer Mobile Home Park	conifer-mobile-home-park	US		0	America/New_York	43.29551	-76.26073	135			NY	075	65618	
8491472	Country Haven Mobile Home Park	country-haven-mobile-home-park	US		0	America/New_York	43.3493	-76.51373	125			NY	075	32028	
8491473	Crestview Mobile Home Park	crestview-mobile-home-park	US		0	America/New_York	43.26159	-76.50441	137			NY	075	32028	
8491474	Crosby Hill Mobile Home Park	crosby-hill-mobile-home-park	US		0	America/New_York	43.33639	-76.38596	143			NY	075	77662	
8491475	Deer Run Trailer Park	deer-run-trailer-park	US		0	America/New_York	43.32729	-76.10256	140			NY	075	80500	
8491476	Eason Mobile Home Park	eason-mobile-home-park	US		0	America/New_York	43.33731	-76.49984	139			NY	075	29729	
8491477	Evergreen Manor Mobile Home Park	evergreen-manor-mobile-home-park	US		0	America/New_York	43.30209	-76.0581	160			NY	075	80500	
8491478	Fawn Estates Mobile Home Park	fawn-estates-mobile-home-park	US		0	America/New_York	43.47791	-76.46237	85			NY	075	65992	
8491479	Fox Meadow Mobile Home Park	fox-meadow-mobile-home-park	US		0	America/New_York	43.33923	-76.4696	134			NY	075	29729	
8491480	Green Acres Mobile Court	green-acres-mobile-court	US		0	America/New_York	43.3659	-76.34513	147			NY	075	77662	
8491481	Green Haven Mobile Home Community	green-haven-mobile-home-community	US		0	America/New_York	43.65285	-76.08827	148			NY	075	65079	
8491482	Hillcrest East Mobile Home Park	hillcrest-east-mobile-home-park	US		0	America/New_York	43.46734	-76.41511	144			NY	075	65992	
8491483	Hilltop Trailer Park	hilltop-trailer-park	US		0	America/New_York	43.47796	-76.44634	107			NY	075	65992	
8491484	Holly Park Mobile Home Park	holly-park-mobile-home-park	US		0	America/New_York	43.27512	-75.93292	166			NY	075	17904	
8491485	Idle Wheels Mobile Home Park	idle-wheels-mobile-home-park	US		0	America/New_York	43.25159	-76.22651	128			NY	075	65618	
8491486	Indian Hills Mobile Home Park	indian-hills-mobile-home-park	US		0	America/New_York	43.23364	-76.35832	127			NY	075	29729	
8491487	Kerfien's Mobile Home Park	kerfien-s-mobile-home-park	US		0	America/New_York	43.36579	-76.37946	144			NY	075	77662	
8491488	Lapointe Manor Mobile Home Park	lapointe-manor-mobile-home-park	US		0	America/New_York	43.54442	-76.20413	81			NY	075	61533	
8491489	Liberty Park Mobile Home Park	liberty-park-mobile-home-park	US		0	America/New_York	43.3951	-76.06982	166			NY	075	56352	
8491490	Locus Grove Mobile Home Park	locus-grove-mobile-home-park	US		0	America/New_York	43.33155	-76.56139	126			NY	075	32028	
8491491	Lyndon Lawns Mobile Home Park	lyndon-lawns-mobile-home-park	US		0	America/New_York	43.32296	-76.14943	153			NY	075	32688	
8491492	Maiden Lane Mobile Home Park	maiden-lane-mobile-home-park	US		0	America/New_York	43.44757	-76.41622	134			NY	075	65992	
8491493	Michael O'Brian's Mobile Home Park	michael-o-brian-s-mobile-home-park	US		0	America/New_York	43.46465	-76.40303	152			NY	075	65992	
8491494	Orchard Mobile Home Park	orchard-mobile-home-park	US		0	America/New_York	43.41643	-76.57505	99			NY	075	55585	
8491495	Partridge Acres Mobile Home Park	partridge-acres-mobile-home-park	US		0	America/New_York	43.30964	-76.05521	155			NY	075	80500	
8491496	Pleasant Meadow Mobile Home Park	pleasant-meadow-mobile-home-park	US		0	America/New_York	43.47141	-76.23992	113			NY	075	46822	
8491497	Powell Mobile Home Park	powell-mobile-home-park	US		0	America/New_York	43.32464	-76.54549	124			NY	075	32028	
8491498	Quiet Acres Mobile Home Park	quiet-acres-mobile-home-park	US		0	America/New_York	43.41646	-76.15665	137			NY	075	46822	
8491499	Riverview Mobile Court	riverview-mobile-court	US		0	America/New_York	43.2269	-76.24807	113			NY	075	65618	
8491500	Roxbury Estates Mobile Home Park	roxbury-estates-mobile-home-park	US		0	America/New_York	43.29983	-76.15059	119			NY	075	32688	
8491501	Sandridge Mobile Home Park	sandridge-mobile-home-park	US		0	America/New_York	43.25519	-76.22845	132			NY	075	65618	
8491502	Scotch Pine Manor Mobile Home Park	scotch-pine-manor-mobile-home-park	US		0	America/New_York	43.50007	-75.99888	185			NY	075	01055	
8491503	Silver Rock Mobile Home Park	silver-rock-mobile-home-park	US		0	America/New_York	43.21181	-76.28022	118			NY	075	65618	
8491504	Summerhill Village Mobile Home Park	summerhill-village-mobile-home-park	US		0	America/New_York	43.28412	-76.12748	128			NY	075	32688	
8491505	Thompson Mobile Home Park	thompson-mobile-home-park	US		0	America/New_York	43.44033	-76.54275	104			NY	075	55585	
8491506	Waterview Mobile Home Park	waterview-mobile-home-park	US		0	America/New_York	43.44855	-76.55512	84			NY	075	55585	
8491507	Woodland Manor Mobile Home Park	woodland-manor-mobile-home-park	US		0	America/New_York	43.3012	-76.05412	158			NY	075	80500	
8491508	Woodland Mobile Home Park	woodland-mobile-home-park	US		0	America/New_York	43.34167	-76.50578	135			NY	075	29729	
8491720	Cayuga Village Mobile Home Park	cayuga-village-mobile-home-park	US		0	America/New_York	43.09631	-78.96047	174			NY	063	51033	
8491721	Countryside Homes Mobile Home Park	countryside-homes-mobile-home-park	US		0	America/New_York	43.2672	-78.69266	109			NY	063	50232	
8491722	Dorwood Mobile Home Park	dorwood-mobile-home-park	US		0	America/New_York	43.24326	-78.85022	108			NY	063	82370	
8491723	Expressway Village Mobile Home Park	expressway-village-mobile-home-park	US		0	America/New_York	43.10927	-78.99761	183			NY	063	51033	
8491724	Lake Breeze Mobile Home Park	lake-breeze-mobile-home-park	US		0	America/New_York	43.34615	-78.55024	94			NY	063	68330	
8491725	Lynch Park on the River Mobile Home Park	lynch-park-on-the-river-mobile-home-park	US		0	America/New_York	43.06969	-78.9393	173			NY	063	81380	
8491726	Maple Estates Mobile Home Park	maple-estates-mobile-home-park	US		0	America/New_York	43.08857	-78.97109	174			NY	063	51055	
8491727	Niagara Mobile Home Park	niagara-mobile-home-park	US		0	America/New_York	43.30392	-78.71076	104			NY	063	50232	
8491728	Old Mill Mobile Home Park	old-mill-mobile-home-park	US		0	America/New_York	43.21529	-78.48059	147			NY	063	64034	
8491729	Rainbow Mobile Home Park	rainbow-mobile-home-park	US		0	America/New_York	43.22196	-78.86892	111			NY	063	82370	
8491730	Ridgeview Homes Mobile Home Park	ridgeview-homes-mobile-home-park	US		0	America/New_York	43.22388	-78.67962	117			NY	063	50232	
8491731	Suburban Acres Mobile Home Park	suburban-acres-mobile-home-park	US		0	America/New_York	43.09954	-78.66461	179			NY	063	43093	
8491732	The Woodlands Mobile Home Park	the-woodlands-mobile-home-park	US		0	America/New_York	43.12112	-78.68539	183			NY	063	43093	
8491733	Tuscarora Village Mobile Home Park	tuscarora-village-mobile-home-park	US		0	America/New_York	43.12889	-78.94995	191			NY	063	51033	
8491734	Village Mobile Home Park	village-mobile-home-park	US		0	America/New_York	43.12961	-78.6906	184			NY	063	43093	
8497774	Laurel River Neighborhood	laurel-river-neighborhood	US		0	America/New_York	37.09633	-83.99043	362			KY	125		
8498398	Easton Place	easton-place	US		0	America/Los_Angeles	38.62666	-121.21084	46			CA	067		
8498399	Glenborough	glenborough	US		0	America/Los_Angeles	38.62944	-121.18556	77			CA	067		
8498790	The Retreat at Twin Lakes	the-retreat-at-twin-lakes	US		0	America/New_York	28.7925	-81.33028	21			FL	117		
8498863	Blumengard Colony	blumengard-colony	US		0	America/Chicago	45.24404	-99.16909	490			SD	049	22980	
8498864	Brentwood Colony	brentwood-colony	US		0	America/Chicago	45.15229	-99.30103	524			SD	049	57620	
8498865	Cameron Colony	cameron-colony	US		0	America/Chicago	43.18897	-97.26294	486			SD	125	61140	
8498866	Claremont Colony	claremont-colony	US		0	America/Chicago	44.71286	-96.95271	549			SD	057	16140	
8498867	Clearfield Colony	clearfield-colony	US		0	America/Chicago	43.14383	-98.14246	525			SD	023	11940	
8498868	Deerfield Colony	deerfield-colony	US		0	America/Chicago	45.58876	-98.90292	457			SD	045	04340	
8498869	Evergreen Colony	evergreen-colony	US		0	America/Chicago	45.12308	-99.04479	460			SD	049	44420	
8498870	Golden View Colony	golden-view-colony	US		0	America/Chicago	43.69084	-97.44367	457			SD	087	57380	
8498871	Grass Ranch Colony	grass-ranch-colony	US		0	America/Chicago	43.64788	-98.8785	500			SD	015	71700	
8498872	Grassland Colony	grassland-colony	US		0	America/Chicago	45.6662	-98.79149	451			SD	089	11155	
8498873	Hillcrest Colony	hillcrest-colony	US		0	America/Chicago	44.94624	-97.66987	546			SD	025	44060	
8498874	Hutterville Colony	hutterville-colony	US		0	America/Chicago	45.26531	-98.20949	396			SD	013	23500	
8498875	Lake View Colony	lake-view-colony	US		0	America/Chicago	43.21975	-98.46428	469			SD	023	30380	
8498876	Millbrook Colony	millbrook-colony	US		0	America/Chicago	43.67079	-97.87413	406			SD	061	56060	
8498877	Newport Colony	newport-colony	US		0	America/Chicago	45.67902	-97.93294	400			SD	091	70420	
8498878	Oak Lane Colony	oak-lane-colony	US		0	America/Chicago	43.51028	-97.7439	396			SD	061	05260	
8498879	Pleasant Valley Colony	pleasant-valley-colony	US		0	America/Chicago	44.06005	-96.46831	503			SD	101	65420	
8498880	Red Willow Colony	red-willow-colony	US		0	America/Chicago	44.52992	-96.73449	536			SD	011	02100	
8498881	Roland Colony	roland-colony	US		0	America/Chicago	44.34082	-96.59002	530	Roland Colony,Rolland Colony		SD	011	01260	
8498882	Rustic Acres Colony	rustic-acres-colony	US		0	America/Chicago	43.87177	-97.09084	528			SD	079	22780	
8498883	Shamrock Colony	shamrock-colony	US		0	America/Chicago	44.6202	-97.95674	431			SD	005	03700	
8498884	Shannon Colony	shannon-colony	US		0	America/Chicago	43.98078	-97.42387	503			SD	097	12700	
8498905	Silver Lake Colony	silver-lake-colony	US		0	America/Chicago	44.87558	-97.61616	542	Silver Creek Colony,Silver Lake Colony		SD	025	15580	
8498906	Spring Lake Colony	spring-lake-colony	US		0	America/Chicago	44.23631	-97.17577	543			SD	077	60940	
8498907	Thunderbird Colony	thunderbird-colony	US		0	America/Chicago	45.19044	-99.26624	522			SD	049	19700	
8498908	Upland Colony	upland-colony	US		0	America/Chicago	43.87729	-97.97588	395			SD	111	08940	
8498909	Westwood Colony	westwood-colony	US		0	America/Chicago	45.88672	-97.78189	400			SD	091	44780	
8499113	Warren Street Houses	warren-street-houses	US		0	America/New_York	40.68167	-73.9825	7			NY	047		
8499237	Norfeld Colony	norfeld-colony	US		0	America/Chicago	44.42453	-96.56084	593			SD	011	58460	
8499302	Camrose Colony	camrose-colony	US		0	America/Chicago	44.9326	-98.21827	394			SD	115	51620	
8500094	Collins Colony	collins-colony	US		0	America/Chicago	44.54895	-97.6976	538			SD	025	13180	
8500095	Mayfield Colony	mayfield-colony	US		0	America/Chicago	44.69521	-97.57722	547			SD	025	50340	
8500245	Fosters Corners	fosters-corners	US		0	America/New_York	41.4325	-73.66056	171			NY	079	12529	
8500249	Couch Corners	couch-corners	US		0	America/New_York	41.48833	-73.60194	174			NY	079	56748	
8500250	Elm Tree Corner	elm-tree-corner	US		0	America/New_York	41.46583	-73.58444	221			NY	079	56748	
8500251	Valleyville	valleyville	US		0	America/New_York	41.48556	-73.54056	186			NY	079	56748	
8500294	La Isla	la-isla	US		0	America/Denver	37.10536	-105.92716	2361			CO	021		
8500754	Candlewick Lake	candlewick-lake	US		0	America/Chicago	42.35002	-88.85989	276			IL	007	61158	
8500794	Becki Lynn Court	becki-lynn-court	US		0	America/New_York	40.58139	-81.08944	351			OH	019	12896	
8500795	Rolling Homes	rolling-homes	US		0	America/New_York	40.68556	-81.1875	302			OH	019	09400	
8500796	Minor's Mobile Home Park	minor-s-mobile-home-park	US		0	America/New_York	40.59056	-81.08278	352			OH	019	12896	
8500797	Hills Trailer Court	hills-trailer-court	US		0	America/New_York	40.57028	-81.09111	336			OH	019	12896	
8501092	Pine Branch	pine-branch	US		0	America/Chicago	36.47507	-92.69691	261			AR	089		
8501543	Boyles Chapel	boyles-chapel	US		0	America/New_York	36.35012	-80.33031	339			NC	169	94108	
8501920	West Miltmore	west-miltmore	US		0	America/Chicago	42.39771	-88.05767	246			IL	097	41599	
8502320	Vistancia	vistancia	US		0	America/Phoenix	33.75282	-112.32808	432			AZ	013		
8502769	Indian Heights	indian-heights	US		0	America/Chicago	43.68637	-89.831	259			WI	057	46525	
8502772	Panther Forest	panther-forest	US		0	America/Chicago	33.40368	-91.2511	39			AR	017	90666	
8502837	Chinatown	chinatown	US		0	America/Chicago	43.68457	-88.16327	311			WI	039	60425	
8502927	Huntsdale	huntsdale	US		0	America/Chicago	38.80817	-90.89827	192			MO	183	78448	
8502929	Fountains at Bear Creek	fountains-at-bear-creek	US		0	America/Chicago	38.81461	-90.9091	200			MO	183	78448	
8502930	Stonemoor	stonemoor	US		0	America/Chicago	38.82049	-90.91539	198			MO	183	78448	
8502931	Woodlands at Bear Creek	woodlands-at-bear-creek	US		0	America/Chicago	38.82117	-90.88985	184			MO	183	78448	
8502932	Crystal Creek	crystal-creek	US		0	America/Chicago	38.82845	-90.87163	176			MO	183	78448	
8502933	Great Oaks	great-oaks	US		0	America/Chicago	38.83384	-90.87733	167			MO	183	78448	
8502934	Peine Woods	peine-woods	US		0	America/Chicago	38.83828	-90.88565	184			MO	183	78448	
8502935	Peine Lake Estates	peine-lake-estates	US		0	America/Chicago	38.85054	-90.87488	164			MO	183	78448	
8502936	Hickory Hollow	hickory-hollow	US		0	America/Chicago	38.84954	-90.88231	172			MO	183	78448	
8502937	Timber Trace	timber-trace	US		0	America/Chicago	38.84148	-90.86522	167			MO	183	78448	
8502938	Highland Estates	highland-estates	US		0	America/Chicago	38.84109	-90.85008	178			MO	183	78448	
8502939	Villages at Stonegate	villages-at-stonegate	US		0	America/Chicago	38.83859	-90.83885	176			MO	183	78448	
8503115	Pikeview	pikeview	US		0	America/Chicago	36.68937	-85.10954	306			KY	053		
8503116	Five Springs	five-springs	US		0	America/Chicago	36.71877	-85.1829	293			KY	053		
8503117	Abstons Corner	abstons-corner	US		0	America/Chicago	36.74087	-85.20556	310			KY	053		
8503122	Fairlane	fairlane	US		0	America/New_York	38.856	-84.38549	210			KY	037		
8503125	Kings Ridge	kings-ridge	US		0	America/New_York	38.67204	-85.23344	271			KY	041		
8503135	Harmon Heights	harmon-heights	US		0	America/New_York	37.53796	-84.67255	305			KY	137		
8503136	Morgan Manor Addition	morgan-manor-addition	US		0	America/New_York	37.54226	-84.64794				KY	137		
8503186	Temple View	temple-view	US		0	America/Chicago	37.26084	-86.58033				KY	031		
8503204	Dugan	dugan	US		0	America/New_York	37.79497	-85.97999	227			KY	029		
8503225	Longview Estates	longview-estates	US		0	America/New_York	37.77074	-85.90028	257			KY	029		
8503236	Carmon	carmon	US		0	America/New_York	38.57062	-85.25549				KY	223		
8503237	Callis Grove	callis-grove	US		0	America/New_York	38.6446	-85.32517				KY	223		
8503239	Gill Ridge	gill-ridge	US		0	America/New_York	38.56709	-85.33227				KY	223		
8503245	Upper Middle Creek	upper-middle-creek	US		0	America/New_York	38.54682	-85.32969	270			KY	223		
8503253	Hillcrest	hillcrest	US		0	America/New_York	38.36851	-85.59568	183			KY	185		
8503278	Hog Wallow	hog-wallow	US		0	America/New_York	37.8818	-86.09655	220			KY	163		
8503284	West Hill	west-hill	US		0	America/New_York	38.00394	-86.17255	173			KY	163		
8503286	Big Renox	big-renox	US		0	America/Chicago	36.87152	-85.39012	188			KY	057		
8503289	Casey Fork	casey-fork	US		0	America/Chicago	36.85751	-85.49947	187			KY	057		
8503326	Avocet	avocet	US		0	America/New_York	35.60697	-78.87085	121			NC	183	91524	
8503392	Middle Bridge	middle-bridge	US		0	America/Chicago	36.94485	-86.39515	174			KY	227		
8503413	Canton Pike	canton-pike	US		0	America/Chicago	36.85126	-87.54112	175			KY	047		
8503414	Cavanaugh	cavanaugh	US		0	America/Chicago	36.99224	-87.46512	208			KY	047		
8503418	Pennyrile Park	pennyrile-park	US		0	America/Chicago	37.08791	-87.637	167			KY	047		
8503424	Broad Acres	broad-acres	US		0	America/Chicago	37.75226	-87.18926	123			KY	059		
8503425	Brook Hill Estates	brook-hill-estates	US		0	America/Chicago	37.73424	-87.07669	130			KY	059		
8503426	Brownwood Manor	brownwood-manor	US		0	America/Chicago	37.78031	-87.02811	129			KY	059		
8503428	Colonial Mobile Estates	colonial-mobile-estates	US		0	America/Chicago	37.79039	-87.02713	120			KY	059		
8503433	Hunters Ridge	hunters-ridge	US		0	America/Chicago	37.73047	-87.06995	144			KY	059		
8503434	Laffoon	laffoon	US		0	America/Chicago	37.63966	-86.9425	131	Laffoon,Taylors Store		KY	059		
8503435	Locust Hills	locust-hills	US		0	America/Chicago	37.75633	-87.04021	141			KY	059		
8503436	Normandy Heights	normandy-heights	US		0	America/Chicago	37.75382	-87.03983	142			KY	059		
8503440	The Downs	the-downs	US		0	America/Chicago	37.75585	-87.04669	133			KY	059		
8503442	Woodcrest	woodcrest	US		0	America/Chicago	37.79	-87.00923	132			KY	059		
8503456	Briar Creek	briar-creek	US		0	America/Chicago	37.33314	-87.28766	144			KY	177		
8503461	Jagoe	jagoe	US		0	America/Chicago	37.35423	-87.27367	131			KY	177		
8503462	Jarrells	jarrells	US		0	America/Chicago	37.1532	-87.31359	129			KY	177		
8503472	Ash Spring	ash-spring	US		0	America/Chicago	36.72888	-87.00133	180			KY	141		
8503475	Happy Hollow	happy-hollow	US		0	America/Chicago	36.91909	-86.80826	157			KY	141		
8503478	Mosley Pond	mosley-pond	US		0	America/Chicago	36.68697	-87.02747	180			KY	141		
8503480	Sand Spring	sand-spring	US		0	America/Chicago	37.02849	-86.88503	158			KY	141		
8503481	Sandtown	sandtown	US		0	America/Chicago	36.76701	-86.74779	205			KY	141		
8503483	Whispering Pines	whispering-pines	US		0	America/Chicago	37.04017	-87.04257	148			KY	141		
8503489	Johnson Island	johnson-island	US		0	America/Chicago	37.59376	-87.30371	130			KY	149		
8503494	Station	station	US		0	America/Chicago	37.44304	-87.24574	130			KY	149		
8503497	Tichenor	tichenor	US		0	America/Chicago	37.54584	-87.10939	126			KY	149		
8503505	Tiny Town	tiny-town	US		0	America/Chicago	36.64608	-87.19969	168	Breeze Inn,Grays Station,Tiny Town		KY	219		
8503526	Estep	estep	US		0	America/Chicago	36.97736	-85.4102	262			KY	001		
8503527	Green Hills	green-hills	US		0	America/Chicago	37.09982	-85.28365	227			KY	001		
8503528	Gum Grove	gum-grove	US		0	America/Chicago	37.00464	-85.27356	291			KY	001		
8503529	Hatcher	hatcher	US		0	America/Chicago	37.15317	-85.39407	229			KY	001		
8503602	Yarbro	yarbro	US		0	America/Chicago	37.41707	-87.61541	161			KY	107		
8503608	Boxtown	boxtown	US		0	America/Chicago	37.78004	-87.92577	112			KY	225		
8503611	Kern Orchard	kern-orchard	US		0	America/Chicago	37.57673	-87.97174	122			KY	225		
8503613	Robinsville	robinsville	US		0	America/Chicago	37.77126	-87.85071	112			KY	225		
8503614	Shrote	shrote	US		0	America/Chicago	37.62378	-87.94478	130			KY	225		
8503625	Fishtrap	fishtrap	US		0	America/Chicago	37.39232	-87.90393	137			KY	055		
8503626	Hoods	hoods	US		0	America/Chicago	37.42549	-88.01057	147			KY	055		
8503628	Lilydale	lilydale	US		0	America/Chicago	37.24943	-88.08769	181			KY	055		
8503631	Angle Creek	angle-creek	US		0	America/Chicago	37.00372	-88.39312	112			KY	157		
8503635	Graves County Line	graves-county-line	US		0	America/Chicago	36.77478	-88.48535	136			KY	157		
8503650	Bryans Ford	bryans-ford	US		0	America/Chicago	36.96316	-88.49449	107			KY	145		
8503651	Crawford Lake	crawford-lake	US		0	America/Chicago	37.1847	-88.88974	103			KY	145		
8503653	Glissonville	glissonville	US		0	America/Chicago	36.99782	-88.81472	144			KY	145		
8503654	Hinkleville	hinkleville	US		0	America/Chicago	37.08384	-88.64654	104			KY	145		
8503655	Hovekamp	hovekamp	US		0	America/Chicago	37.02147	-88.59152	101			KY	145		
8503656	Kauffman	kauffman	US		0	America/Chicago	36.97225	-88.69902	136			KY	145		
8503659	Sheehan Bridge	sheehan-bridge	US		0	America/Chicago	36.99655	-88.565	105			KY	145		
8503661	Wurth	wurth	US		0	America/Chicago	36.96474	-88.7225	113			KY	145		
8503662	Yopp	yopp	US		0	America/Chicago	36.9944	-88.66357	141			KY	145		
8503664	Brentlinger	brentlinger	US		0	America/Kentucky/Louisville	38.13488	-85.57236	207			KY	111		
8503666	Douglas Hills East	douglas-hills-east	US		0	America/Kentucky/Louisville	38.24034	-85.54513	214			KY	111		
8503667	Dravo	dravo	US		0	America/Kentucky/Louisville	38.19924	-85.6104	185			KY	111		
8503669	Glenmary	glenmary	US		0	America/Kentucky/Louisville	38.12956	-85.57114	203			KY	111		
8503670	Hacienda	hacienda	US		0	America/Kentucky/Louisville	38.12139	-85.63967	191			KY	111		
8503672	Mansfield Estates	mansfield-estates	US		0	America/Kentucky/Louisville	38.18642	-85.58135	215			KY	111		
8503675	Warwick Villa	warwick-villa	US		0	America/Kentucky/Louisville	38.25995	-85.61764	166			KY	111		
8503676	Watterson Woods	watterson-woods	US		0	America/Kentucky/Louisville	38.18679	-85.5792	216			KY	111		
8503682	Ash Log	ash-log	US		0	America/Chicago	36.55995	-89.37936	91			KY	075		
8503684	Blue Pond	blue-pond	US		0	America/Chicago	36.52836	-89.25705	89			KY	075		
8503686	Bugg	bugg	US		0	America/Chicago	36.68559	-88.90995	134			KY	105		
8503688	California Hills	california-hills	US		0	America/Chicago	36.93748	-88.85343	138			KY	039		
8503689	East Hopewell	east-hopewell	US		0	America/Chicago	36.78734	-88.95447	123			KY	039		
8503691	Geveden	geveden	US		0	America/Chicago	36.82502	-89.04046	153			KY	039		
8503696	Scotts Corner	scotts-corner	US		0	America/Chicago	36.93027	-88.83815	120			KY	039		
8503697	Stubbs	stubbs	US		0	America/Chicago	36.55467	-89.17006	116			KY	075		
8503699	West Hopewell	west-hopewell	US		0	America/Chicago	36.79341	-88.98239	130			KY	039		
8503701	Yellow Dog Road	yellow-dog-road	US		0	America/Chicago	36.94128	-88.85107	109			KY	039		
8504105	Ryanville	ryanville	US		0	America/Chicago	28.40443	-97.31592	25			TX	391		
8521393	Wildman Lake	wildman-lake	US		0	America/Anchorage	56.45618	-159.72748		EWD,Wildman Lake		AK	164		
8521641	Hudson Square	hudson-square	US		0	America/New_York	40.72657	-74.0077				NY	061		
8532035	Allston/Brighton	allston-brighton	US		0	America/New_York	42.35569	-71.14231				MA	025	07000	
8532037	Chinatown/Leather District	chinatown-leather-district	US		0	America/New_York	42.34952	-71.0623				MA	025	07000	
8532038	Dorchester South	dorchester-south	US		0	America/New_York	42.28239	-71.06798				MA	025	07000	
8532039	Downtown/Financial District	downtown-financial-district	US		0	America/New_York	42.35791	-71.05416				MA	025	07000	
8532040	Fenway/Kenmore	fenway-kenmore	US		0	America/New_York	42.34491	-71.10017				MA	025	07000	
8555981	Grande Ronde	grande-ronde	US		0	America/Los_Angeles	45.05979	-123.58341				OR	053		
8555982	Ko Olina	ko-olina	US		1799	Pacific/Honolulu	21.33993	-158.12562				HI			
8558448	Firing Range	firing-range	US		2110	America/New_York	33.43752	-82.69068	186			GA	301		
8558449	West Warrenton	west-warrenton	US		2300	America/New_York	33.41217	-82.67517	186			GA	301		
8604629	Pope Field	pope-field	US		0	America/New_York	35.17058	-79.01796				NC	051	91964	
8604823	Snowbird	snowbird	US		383	America/Denver	40.58169	-111.6559				UT	035		
8604999	Hill Air Force Base	hill-air-force-base	US		3462	America/Denver	41.11118	-111.97712				UT	011		
8605007	Clear, Alaska	clear-alaska	US		24	America/Anchorage	64.25611	-149.1855				AK	068		
8605012	Elmendorf Air Force Base	elmendorf-air-force-base	US		6621	America/Anchorage	61.25703	-149.63139				AK	020		
8605041	Dixiana	dixiana	US		22940	America/Chicago	33.74021	-86.64938				AL	073		
8605042	Shoal Creek	shoal-creek	US		1400	America/Chicago	33.43076	-86.61092				AL	117		
8629405	Port Tongass Village	port-tongass-village	US		0	America/Juneau	54.74657	-130.70035				AK			
8630190	Lualualei	lualualei	US		0	Pacific/Honolulu	21.42634	-158.13399				HI	003		
8693080	Port Bailey	port-bailey	US		0	America/Anchorage	57.93135	-153.04547		KPY,Port Bailey		AK	150		
8693081	West Point Village	west-point-village	US		0	America/Anchorage	57.7671	-153.54063		KWP,West Point		AK			
8693082	Zachar Bay	zachar-bay	US		0	America/Anchorage	57.55399	-153.7483		KZB,Zachar Bay		AK			
8739812	Test	test	US		77	America/New_York	43.00254	-75.50114				NY	065	03155	
8740337	Manitar	manitar	US		0	America/Los_Angeles	47.48679	-120.41813				WA	007		
8740825	Kanas	kanas	US		0	America/Chicago	39.0119	-98.48425				KS	105	56275	
8986152	Tahneta Pass Lodge	tahneta-pass-lodge	US		0	America/Anchorage	61.90106	-147.31258		HNE,Tahneta Pass Lodge		AK	170		
8986326	New Whatcom	new-whatcom	US		0	America/Los_Angeles	48.75264	-122.481				WA	073		
9072643	Barre Denis	barre-denis	US		0	America/New_York	37.32167	-77.45098				VA	041		
9166458	Brookstone Park of Carmel	brookstone-park-of-carmel	US		0	America/Indiana/Indianapolis	39.99659	-86.18208				IN	057	13060	
9204044	Situk debris field (historical)	situk-debris-field-historical	US		0	America/Yakutat	59.44388	-139.56757				AK			
9204313	Middy	middy	US		0	America/New_York	29.80967	-84.60417				FL	037		
9204322	Old York	old-york	US		0	America/New_York	43.14552	-70.66629				ME	031	87985	
9210553	Sveadahl	sveadahl	US		0	America/Chicago	38.3562	-98.34686				KS	159	41100	
9253595	Botanical Heights	botanical-heights	US		0	America/Chicago	38.62294	-90.24934				MO	510		
9253597	Southwest Garden	southwest-garden	US		0	America/Chicago	38.60849	-90.27547				MO	510		
9255416	Solebury Village	solebury-village	US		0	America/New_York	40.381	-75.00778				PA	017	71752	
9255418	Coppernose	coppernose	US		0	America/New_York	40.40295	-75.03037				PA	017	71752	
9255420	Devil's Half Acre	devil-s-half-acre	US		0	America/New_York	40.41298	-75.04716				PA	017	61616	
9255427	Ruckmanville	ruckmanville	US		0	America/New_York	40.35818	-75.02757		Ruckman's		PA	017	71752	
9403361	Pauoa (Unincorporated)	pauoa-unincorporated	US		0	Pacific/Honolulu	21.32076	-157.83839		Pauoa Valley		HI	003		
9403721	Kuliouou - Kalani Iki	kuliouou-kalani-iki	US		0	Pacific/Honolulu	21.29713	-157.745				HI	003		
9407051	Wind Tree	wind-tree	US		0	America/Los_Angeles	45.35549	-121.96631				OR	005		
9408666	Community at Bordeaux	community-at-bordeaux	US		0	America/Chicago	36.19251	-86.85628				TN	037		
9408667	Troppard Heights	troppard-heights	US		0	America/Chicago	36.21478	-86.82971				TN	037		
9408770	Chamizal	chamizal	US		0	America/Denver	31.7694	-106.46108				TX	141		
9409637	Vista Ciudad	vista-ciudad	US		0	America/Phoenix	33.96141	-112.73449				AZ	013		
9409638	Reposa Heights	reposa-heights	US		0	America/Phoenix	33.95543	-112.7196				AZ	013		
9409658	St Marys	st-marys	US		0	America/New_York	30.75677	-81.57173			7170765	GA	039	7170765	
9409821	Manoa	manoa	US		0	Pacific/Honolulu	21.31608	-157.80423				HI	003		
9409823	Makiki - Lower Punchbowl Tantalus	makiki-lower-punchbowl-tantalus	US		0	Pacific/Honolulu	21.31756	-157.83122		Makiki		HI	003		
9464213	El Tonto	el-tonto	US		0	America/Monterrey	27.50024	-99.52158				TX	479		
9534958	Kalihi Valley	kalihi-valley	US		0	Pacific/Honolulu	21.36373	-157.84294				HI	003	7306149	
9539344	Oceanside Village	oceanside-village	US		0	America/Chicago	29.95174	-85.42578				FL	005		
9539346	Mexico Beach Business Center	mexico-beach-business-center	US		0	America/Chicago	29.94136	-85.40699				FL	005		
9539352	Casuna Sub	casuna-sub	US		0	America/Chicago	29.94404	-85.40501				FL	005		
9539354	Palkms Phase ONe	palkms-phase-one	US		0	America/Chicago	29.94404	-85.39883				FL	005		
9539365	Raffield Platt	raffield-platt	US		0	America/Chicago	30.03124	-85.39952				FL	045		
9609501	Inspiration Point North, San Diego	inspiration-point-north-san-diego	US		0	America/Los_Angeles	32.72505	-117.15104				CA	073		
9611068	Pearl Highlands	pearl-highlands	US		0	Pacific/Honolulu	21.39892	-157.97546				HI	003		
9613264	Harris - Houston	harris-houston	US		0	America/New_York	35.32286	-80.70608				NC	119		
9613279	University City North	university-city-north	US		0	America/New_York	35.32843	-80.74243				NC	119		
9613280	Mallard Creek - Withrow Downs	mallard-creek-withrow-downs	US		0	America/New_York	35.35742	-80.72926				NC	119		
9613447	College Town	college-town	US		0	America/New_York	30.4341	-84.30239				FL	073		
9613448	Villa Mitchell	villa-mitchell	US		0	America/New_York	30.43099	-84.29719				FL	073		
9613457	Pierce 100	pierce-100	US		0	America/New_York	27.96454	-82.80662				FL			
9613458	Clearwater Point	clearwater-point	US		0	America/New_York	27.9673	-82.82151				FL			
9613595	West Boulevard	west-boulevard	US		0	America/New_York	35.21439	-80.89182				NC	119		
9613596	Ponderosa - Wingate	ponderosa-wingate	US		0	America/New_York	35.20366	-80.90989				NC	119		
9613597	Reid Park	reid-park	US		0	America/New_York	35.21102	-80.90156				NC	119		
9645362	Briarpatch	briarpatch	US		0	America/Los_Angeles	39.23568	-121.05509				CA	057		
9669785	East Martin	east-martin	US		0	America/Detroit	42.55167	-85.59194	243			MI	005	52000	
9669800	Andorra Springs	andorra-springs	US		0	America/New_York	40.0825	-75.268	61			PA	091	84624	
9669803	Stanford Park	stanford-park	US		0	America/Los_Angeles	37.445	-122.17833	22			CA	081		
9669804	Stanford Hills	stanford-hills	US		0	America/Los_Angeles	37.42222	-122.19361	62			CA	081		
9669805	Aurora Hills	aurora-hills	US		0	America/Denver	39.70694	-104.84722	1681			CO	005		
9669806	Applewood Grove	applewood-grove	US		0	America/Denver	39.74361	-105.14583	1710			CO	059		
9669807	Broomfield Heights	broomfield-heights	US		0	America/Denver	39.93806	-105.07528	1655			CO	014		
9669808	Columbine Hills	columbine-hills	US		0	America/Denver	39.57389	-105.065	1662			CO	059		
9669809	Tamarack Fairways	tamarack-fairways	US		0	America/Chicago	41.69028	-88.20778	202			IL	197	81035	
9669815	Hollis Hills	hollis-hills	US		0	America/New_York	40.7325	-73.75417	52			NY	081		
9669816	Healy Lake	healy-lake	US		13	America/Anchorage	63.98723	-144.69983	344	Healy Lake,Mendees Cheeg		AK	240		
9669837	Aquia Creek	aquia-creek	US		0	America/New_York	38.4307	-77.3764	41	Acquia Creek,Acquia Landing,Aquia Creek		VA	179		
9669841	West Oaks Village	west-oaks-village	US		0	America/Chicago	29.7038	-95.6963	29			TX	157		
9669844	Sheldon Park	sheldon-park	US		0	America/Chicago	29.8554	-95.1461	12			TX	201		
9669845	Spring Shadows	spring-shadows	US		0	America/Chicago	29.825	-95.5522	29			TX	201		
9669855	Boyette Springs	boyette-springs	US		0	America/New_York	27.8503	-82.2868	23			FL	057		
9669856	Carrollwood Oaks	carrollwood-oaks	US		0	America/New_York	28.0411	-82.5141	11			FL	057		
9669857	Belden Hill	belden-hill	US		0	America/New_York	42.20111	-75.69944	522			NY	007	17046	
9669886	Fenton Oaks Mobile Home Community	fenton-oaks-mobile-home-community	US		0	America/Detroit	42.78778	-83.74139	276			MI	049	27760	
9669888	Flushing Estates Mobile Home Park	flushing-estates-mobile-home-park	US		0	America/Detroit	43.11556	-83.86167	206			MI	049	29220	
9669928	Cedar Lake Mobile Home Village	cedar-lake-mobile-home-village	US		0	America/Chicago	30.4404	-88.93163	14			MS	047		
9669945	Wappingers Falls Mobile Home Park	wappingers-falls-mobile-home-park	US		0	America/New_York	41.5954	-73.84937	81			NY	027	78157	
9669946	Hyde Park Mobile Manor	hyde-park-mobile-manor	US		0	America/New_York	41.82804	-73.89664	78			NY	027	37209	
9669947	Rhinebeck Manor Mobile Home Park	rhinebeck-manor-mobile-home-park	US		0	America/New_York	41.95436	-73.89516	49			NY	027	61357	
9669948	East Park Mobile Home Park	east-park-mobile-home-park	US		0	America/New_York	41.79151	-73.93402	55			NY	027	37209	
9669949	Wingdale Village Mobile Home Park	wingdale-village-mobile-home-park	US		0	America/New_York	41.63124	-73.57226	132			NY	027	20819	
9669950	Caledonia Mobile Home Park	caledonia-mobile-home-park	US		0	America/New_York	42.97507	-77.82676	197			NY	051	11715	
9669951	Harper Park Mobile Home Park Avon	harper-park-mobile-home-park-avon	US		0	America/New_York	42.90678	-77.70421	247			NY	051	03364	
9669952	Norfolk Mobile Home Park	norfolk-mobile-home-park	US		0	America/New_York	44.86769	-74.94702	73			NY	089	51330	
9669953	Hornell Mobile Home Park - Edgeview Estates	hornell-mobile-home-park-edgeview-estates	US		0	America/New_York	42.30977	-77.64375	372			NY	101	35683	
9669954	Highland Woods Mobile Home Park	highland-woods-mobile-home-park	US		0	America/New_York	41.73671	-74.02712	109			NY	111	42994	
9669955	Modena Country Club Mobile Home Park	modena-country-club-mobile-home-park	US		0	America/New_York	41.64749	-74.12563	139			NY	111	58552	
9670059	Broadmoor Mobile Home Park	broadmoor-mobile-home-park	US		0	America/Chicago	30.45746	-91.07486	15			LA	033		
9670060	Choctaw Mobile Home Park	choctaw-mobile-home-park	US		0	America/Chicago	30.3199	-91.28427	4			LA	047		
9670061	Daspit Mobile Home Park	daspit-mobile-home-park	US		0	America/Chicago	30.02471	-91.81224	6			LA	045		
9670062	Watson Estates Mobile Home Park	watson-estates-mobile-home-park	US		0	America/Chicago	30.58489	-90.91669	22			LA	063		
9670108	South Hill Palisade Mobile Home Park	south-hill-palisade-mobile-home-park	US		0	America/Los_Angeles	47.13151	-122.28964	148			WA	053		
9670109	Willapa Bayview Estates Mobile Home Park	willapa-bayview-estates-mobile-home-park	US		0	America/Los_Angeles	46.67207	-123.7382	12			WA	049		
9670110	Friendly Village of Redmond Mobile Home Park	friendly-village-of-redmond-mobile-home-park	US		0	America/Los_Angeles	47.68443	-122.09378	20			WA	033		
9670147	Auburn Green Mobile Home Park	auburn-green-mobile-home-park	US		0	America/Los_Angeles	47.28103	-122.22001	37			WA	033		
9670148	Auburn Hills Mobile Home Park	auburn-hills-mobile-home-park	US		0	America/Los_Angeles	47.32389	-122.19053	107			WA	033		
9670149	Auburn Manor Community Mobile Home Park	auburn-manor-community-mobile-home-park	US		0	America/Los_Angeles	47.27388	-122.22528	32			WA	033		
9670150	Auburn Mobile Park	auburn-mobile-park	US		0	America/Los_Angeles	47.28783	-122.22618	30			WA	033		
9670151	Lake Samish Terrace Mobile Home Park	lake-samish-terrace-mobile-home-park	US		0	America/Los_Angeles	48.67406	-122.39599	90			WA	073		
9670153	Silverdale Mobile Estates	silverdale-mobile-estates	US		0	America/Los_Angeles	47.62415	-122.64546	44			WA	035		
9670154	Burlington Mobile Park	burlington-mobile-park	US		0	America/Los_Angeles	48.44711	-122.33229	10			WA	057		
9670156	Ferndale Mobile Village	ferndale-mobile-village	US		0	America/Los_Angeles	48.84593	-122.6102	20			WA	073		
9670157	Mountain View Estates Mobile Home Park	mountain-view-estates-mobile-home-park	US		0	America/Los_Angeles	48.85999	-122.58257	13			WA	073		
9670158	Pilchuck Mobile Park	pilchuck-mobile-park	US		0	America/Los_Angeles	48.08473	-121.96698	125			WA	061		
9670159	Inglewood Estates Mobile Home Park	inglewood-estates-mobile-home-park	US		0	America/Los_Angeles	47.75566	-122.24304	7			WA	033		
9670160	Lake Terrace Court Mobile Home Park	lake-terrace-court-mobile-home-park	US		0	America/Los_Angeles	47.75931	-122.24599	13			WA	033		
9670161	East Hill Estates Mobile Home Park	east-hill-estates-mobile-home-park	US		0	America/Los_Angeles	47.41633	-122.18993	144			WA	033		
9670162	Loon Lake Acres Mobile Home Park	loon-lake-acres-mobile-home-park	US		0	America/Los_Angeles	48.07426	-117.63412	745			WA	065		
9670163	Lynnwood Heights Mobile Home Park	lynnwood-heights-mobile-home-park	US		0	America/Los_Angeles	47.85256	-122.28894	186			WA	061		
9670164	Meadowdale Mobile Home Park	meadowdale-mobile-home-park	US		0	America/Los_Angeles	47.84091	-122.30411	129			WA	061		
9670165	Serene Terrace Mobile Home Park	serene-terrace-mobile-home-park	US		0	America/Los_Angeles	47.86959	-122.27317	165			WA	061		
9670166	Agnew Mobile Home Park	agnew-mobile-home-park	US		0	America/Los_Angeles	48.12284	-123.22141	29			WA	009		
9670167	Poulsbo Mobile Park	poulsbo-mobile-park	US		0	America/Los_Angeles	47.74037	-122.62614	102			WA	035		
9670168	McKenna Heights Mobile Home Park	mckenna-heights-mobile-home-park	US		0	America/Los_Angeles	46.93579	-122.53825	128			WA	053		
9670169	Des Moines Estates Mobile Home Park	des-moines-estates-mobile-home-park	US		0	America/Los_Angeles	47.41947	-122.30153	77			WA	033		
9670170	Machias Mobile Manor	machias-mobile-manor	US		0	America/Los_Angeles	47.99179	-122.02952	49			WA	061		
9670171	Spanaway Mobile Village	spanaway-mobile-village	US		0	America/Los_Angeles	47.07081	-122.41268	126			WA	053		
9670172	Warm Beach Estates Mobile Home Park	warm-beach-estates-mobile-home-park	US		0	America/Los_Angeles	48.18216	-122.34834	61			WA	061		
9670173	Brookdale Greens Mobile Home Park	brookdale-greens-mobile-home-park	US		0	America/Los_Angeles	47.13065	-122.40336	100			WA	053		
9670174	Parkland Mobile Village	parkland-mobile-village	US		0	America/Los_Angeles	47.1391	-122.42545	97			WA	053		
9670185	Upper Captiva	upper-captiva	US		0	America/New_York	26.60038	-82.22056	1	North Captiva,North Captiva Island,Upper Captiva,Upper Captiva Island		FL	071		
9670186	Grand Blanc Township	grand-blanc-township	US		0	America/Detroit	42.91	-83.64444	262			MI	049	33300	
9670187	Davison East Mobile Estates	davison-east-mobile-estates	US		0	America/Detroit	43.03333	-83.49583	244			MI	049	19900	
9670188	Swartz Creek Estates Mobile Home Park	swartz-creek-estates-mobile-home-park	US		0	America/Detroit	42.9625	-83.84861	238			MI	049	77700	
9670191	Montrose Mobile Home Park	montrose-mobile-home-park	US		0	America/Detroit	43.19222	-83.82278	206			MI	049	55300	
9670230	Arcade Valley Estates Mobile Home Park	arcade-valley-estates-mobile-home-park	US		0	America/New_York	42.52705	-78.45967	439			NY	121	02418	
9670231	Farmington Manufactured Home Community	farmington-manufactured-home-community	US		0	America/New_York	42.97777	-77.36268	189			NY	069	25406	
9670232	Honeoye Mobile Home Park	honeoye-mobile-home-park	US		0	America/New_York	42.7541	-77.52046	253			NY	069	12100	
9670233	Northrup's of West Bloomfield Mobile Home Park	northrup-s-of-west-bloomfield-mobile-home-park	US		0	America/New_York	42.89911	-77.48578	295			NY	069	79356	
9670234	Perry Mobile Home Park	perry-mobile-home-park	US		0	America/New_York	42.74689	-78.00489	425			NY	121	57254	
9670304	Green Valley Pueblo Estates	green-valley-pueblo-estates	US		0	America/Phoenix	31.89529	-110.9909	880			AZ	019		
9670305	Catalina Country Manufatured Home Community	catalina-country-manufatured-home-community	US		0	America/Phoenix	32.49217	-110.92307	942			AZ	019		
9670387	Bedford Hills Mobile Village	bedford-hills-mobile-village	US		0	America/Detroit	42.36056	-85.22778	259			MI	025	06720	
9670388	Lake Petersburg	lake-petersburg	US		719	America/Chicago	39.98358	-89.86207	182			IL	129		
9670391	Arcadian Oak Mobile Home Park	arcadian-oak-mobile-home-park	US		0	America/Detroit	42.32583	-85.25194	272			MI	025	75700	
9670393	Hartland Meadows Mobile Home Park	hartland-meadows-mobile-home-park	US		0	America/Detroit	42.63472	-83.69111	311			MI	093	37040	
9670396	Brighton Village Mobile Home Park	brighton-village-mobile-home-park	US		0	America/Detroit	42.56389	-83.805	296			MI	093	31860	
9670397	Hamburg Hills Estates Mobile Home Park	hamburg-hills-estates-mobile-home-park	US		0	America/Detroit	42.43333	-83.80889	284			MI	093	36100	
9670399	Meadows of North Lewisburg	meadows-of-north-lewisburg	US		0	America/New_York	40.21333	-83.56861	348			OH	021	69078	
9670402	Lakeview Meadows	lakeview-meadows	US		0	America/New_York	40.4975	-83.92694	303			OH	091	74780	
9670405	Pleasant Lake Mobile Home Court	pleasant-lake-mobile-home-court	US		0	America/Detroit	42.38056	-84.32278	289			MI	075	37700	
9670408	Plumas Eureka	plumas-eureka	US		339	America/Los_Angeles	39.78973	-120.6507	1333			CA	063		
9670409	Twinsburg Heights	twinsburg-heights	US		925	America/New_York	41.30602	-81.45952	346			OH	153	78064	
9670414	Holt Manor Mobile Home Park	holt-manor-mobile-home-park	US		0	America/Detroit	42.65139	-84.53056	269			MI	065	21420	
9670417	Mason Manor Mobile Home Community	mason-manor-mobile-home-community	US		0	America/Detroit	42.52278	-84.43889	295			MI	065	82220	
9670519	Northfield Estates Mobile Home Park	northfield-estates-mobile-home-park	US		0	America/Detroit	42.42361	-83.77722	276			MI	161	58280	
9670522	Scio Farms Estates Mobile Home Park	scio-farms-estates-mobile-home-park	US		0	America/Detroit	42.29056	-83.8625	266			MI	161	71940	
9670527	Ypsilanti Mobile Home Village	ypsilanti-mobile-home-village	US		0	America/Detroit	42.24417	-83.59444	227			MI	161	89160	
9670528	Willow Run Mobile Home Park	willow-run-mobile-home-park	US		0	America/Detroit	42.26111	-83.54444	218			MI	161	89160	
9670529	Saline Meadows Mobile Home Park	saline-meadows-mobile-home-park	US		0	America/Detroit	42.19389	-83.72139	258			MI	161	64560	
9670531	Shelby West Mobile Home Community	shelby-west-mobile-home-community	US		0	America/Detroit	42.65722	-83.00917	195			MI	099	72820	
9670533	Washington Mobile Home Park	washington-mobile-home-park	US		0	America/Detroit	42.74	-83.02917	221			MI	099	84120	
9670535	Chouteau Estates Macomb Mobile Home Park	chouteau-estates-macomb-mobile-home-park	US		0	America/Detroit	42.63833	-82.92333	183			MI	099	50480	
9670541	Rose Center	rose-center	US		0	America/Detroit	42.73176	-83.61832	301	Buckhorn,Rose Center		MI	125	69580	
9670590	Greenwood Mobile Home Park	greenwood-mobile-home-park	US		0	America/New_York	39.96889	-81.54583	250			OH	059	37786	
9670747	Florence Gardens Mobile Home Park	florence-gardens-mobile-home-park	US		0	America/Phoenix	33.07094	-111.38324	469			AZ	021		
9670748	Golden Valley Mobile Home Park	golden-valley-mobile-home-park	US		0	America/Phoenix	35.22098	-114.17813	882			AZ	015		
9670749	Prescott Pines Mobile Home Resort	prescott-pines-mobile-home-resort	US		0	America/Phoenix	34.5138	-112.48081	1723			AZ	025		
9670761	Casa Grande East Mobile Home Park	casa-grande-east-mobile-home-park	US		0	America/Phoenix	32.87419	-111.74344	429			AZ	021		
9670762	Oak Creek Mobilodge	oak-creek-mobilodge	US		0	America/Phoenix	34.85227	-111.76582	1265			AZ	005		
9670763	Parker Trailer Park	parker-trailer-park	US		0	America/Phoenix	34.14401	-114.28788	128			AZ	012		
9670764	Venture Out Recreational Vehicle Resort	venture-out-recreational-vehicle-resort	US		0	America/Phoenix	33.41478	-111.78673	381			AZ	013		
9670769	Iron Springs Manor Mobile Home Park	iron-springs-manor-mobile-home-park	US		0	America/Phoenix	34.56041	-112.48765	1649			AZ	025		
9670770	Mesa Village Mobile Home Park	mesa-village-mobile-home-park	US		0	America/Phoenix	33.41165	-111.77351	383			AZ	013		
9670771	Safford Ranch Mobile Home Park	safford-ranch-mobile-home-park	US		0	America/Phoenix	32.81364	-109.66132	900			AZ	009		
9670790	Globe Mobile Home Park	globe-mobile-home-park	US		0	America/Phoenix	33.41745	-110.80134	1050			AZ	007		
9670791	Lazy T Mobile Home Park	lazy-t-mobile-home-park	US		0	America/Phoenix	33.43599	-112.12804	322			AZ	013		
9670795	Cottonwood Heights Mobile Home Park	cottonwood-heights-mobile-home-park	US		0	America/Phoenix	34.72754	-112.02637	1068			AZ	025		
9670796	Glendale Cascade Mobile Home Park	glendale-cascade-mobile-home-park	US		0	America/Phoenix	33.515	-112.18368	345			AZ	013		
9670797	Sunny Crest Mobile Home Park	sunny-crest-mobile-home-park	US		0	America/Phoenix	33.41873	-111.62674	475			AZ	013		
9670805	Prescott Gardens Mobile Home Park	prescott-gardens-mobile-home-park	US		0	America/Phoenix	34.53068	-112.4763	1651			AZ	025		
9670806	The Willows at Camp Verde Mobile Home Park	the-willows-at-camp-verde-mobile-home-park	US		0	America/Phoenix	34.60138	-111.88571	955			AZ	025		
9670814	Desert Hills Estates Mobile Home Park	desert-hills-estates-mobile-home-park	US		0	America/Phoenix	34.57437	-114.38741	172			AZ	015		
9670815	Pueblo Grande Mobile Home Park	pueblo-grande-mobile-home-park	US		0	America/Phoenix	33.4024	-111.63527	455			AZ	013		
9670816	The Palms of El Mirage Mobile Home Park	the-palms-of-el-mirage-mobile-home-park	US		0	America/Phoenix	33.62883	-112.32275	352			AZ	013		
9670819	Desert Skies Mobile Home Park	desert-skies-mobile-home-park	US		0	America/Phoenix	33.66673	-112.01596	458			AZ	013		
9670820	Kingman Ranch Mobile Home Park	kingman-ranch-mobile-home-park	US		0	America/Phoenix	35.27038	-114.03778	1062			AZ	015		
9670877	Castle Pines Village	castle-pines-village	US		0	America/Denver	39.4319	-104.89189	1873			CO	035		
9670905	Swanton Meadows	swanton-meadows	US		0	America/New_York	41.62194	-83.93722	224			OH	051	29036	
9671103	The Elms at Germantown	the-elms-at-germantown	US		0	America/New_York	39.19072	-77.24329	166			MD	031		
9671145	Andover Mobile Home Estates	andover-mobile-home-estates	US		0	America/Chicago	37.68878	-97.13259	410			KS	015	08825	
9671146	Rocky Ford Mobile Home Park	rocky-ford-mobile-home-park	US		0	America/Chicago	39.24682	-96.56817	311			KS	149	07550	
9671296	Seasons of East Meadow	seasons-of-east-meadow	US		0	America/New_York	40.71417	-73.57639	20			NY	059	34000	
9671297	Cumberland Mills	cumberland-mills	US		0	America/New_York	41.92495	-71.39049	63	Adamsdale,Cumberland Mills,Robbin Hollow,Whippleville		RI	007	20080	
9671383	Boston Hills Estates Mobile Home Park	boston-hills-estates-mobile-home-park	US		0	America/New_York	42.67075	-78.75506	271			NY	029	07454	
9671386	Hamburg Mobile Home Park	hamburg-mobile-home-park	US		0	America/New_York	42.7376	-78.87394	230			NY	029	31654	
9671387	Niagara Kenmore Mobile Home Park	niagara-kenmore-mobile-home-park	US		0	America/New_York	42.98528	-78.8861	185			NY	029	75000	
9671388	Triton Valley Estates Angola Mobile Home Park	triton-valley-estates-angola-mobile-home-park	US		0	America/New_York	42.66368	-79.02693	189			NY	029	24801	
9671389	Triton Valley Estates Derby Mobile Home Park	triton-valley-estates-derby-mobile-home-park	US		0	America/New_York	42.66837	-79.02416	187			NY	029	24801	
9671390	Hannibal Hills Mobile Home Park	hannibal-hills-mobile-home-park	US		0	America/New_York	43.35237	-76.55799	118			NY	075	32028	
9671394	Rapids Mobile Home Park	rapids-mobile-home-park	US		0	America/New_York	43.10458	-78.65808	180			NY	063	43093	
9671395	Youngstown Mobile Home Park	youngstown-mobile-home-park	US		0	America/New_York	43.23263	-79.00634	95			NY	063	59267	
9671793	Old Elm Spring Colony	old-elm-spring-colony	US		0	America/Chicago	43.49556	-97.79944	398			SD	067	22420	
9671794	Orland Colony	orland-colony	US		0	America/Chicago	43.82049	-97.20152	527			SD	087	52900	
9671796	White Rock Colony	white-rock-colony	US		0	America/Chicago	45.91109	-96.62358	312			SD	109	71420	
9671800	Gowanus Houses	gowanus-houses	US		0	America/New_York	40.68361	-73.98861	4			NY	047		
9672357	Pinon Ridge Estates	pinon-ridge-estates	US		0	America/Denver	35.14944	-106.35389	2156			NM	001		
9672358	Magic Valley	magic-valley	US		0	America/Denver	35.16	-106.28556	2142			NM	001		
9672381	Potomac Glen	potomac-glen	US		0	America/New_York	39.03144	-77.21226	113			MD	031		
9672382	The Willows of Potomac	the-willows-of-potomac	US		0	America/New_York	39.08598	-77.2067	126	The Willows of Potomac,Willows of Potomac		MD	031		
9681506	Pueblito	pueblito	US		0	America/Denver	35.07011	-108.25601	2237			NM	006		
9681521	East Sacramento	east-sacramento	US		0	America/Los_Angeles	38.56837	-121.44759	10	East Sac,East Sacramento		CA	067		
9681703	West Hanson	west-hanson	US		0	America/Chicago	37.41769	-87.50048	156			KY	107		
9681720	North Murray	north-murray	US		0	America/Chicago	36.62445	-88.33767	167			KY	035		
9681722	South Murray	south-murray	US		0	America/Chicago	36.5848	-88.32158	157			KY	035		
9681723	West Murray	west-murray	US		0	America/Chicago	36.59493	-88.34076	162			KY	035		
9681928	Crafts Fork	crafts-fork	US		0	America/New_York	37.67317	-83.12705	287			KY	153		
9682100	Sherwood Forest	sherwood-forest	US		0	America/Los_Angeles	34.23222	-118.5157	251			CA	037		
9682175	Fairview Colony	fairview-colony	US		0	America/Chicago	46.33921	-98.40044	433			ND	045	18420	
9682176	Maple River Colony	maple-river-colony	US		0	America/Chicago	46.07272	-98.4405	433			ND	021	42340	
9682177	Sundale Colony	sundale-colony	US		0	America/Chicago	46.32457	-97.44191	332			ND	073	77540	
9682178	Wheatland Colony	wheatland-colony	US		0	America/Chicago	46.92604	-97.65475	354			ND	017	79300	
9682179	Willowbank Colony	willowbank-colony	US		0	America/Chicago	46.31544	-98.57073	457			ND	045	86340	
9682180	Wollman Ranch Colony	wollman-ranch-colony	US		0	America/Denver	46.5488	-101.76701	667			ND	037	85000	
9682597	Indian Chase Meadows	indian-chase-meadows	US		0	America/Chicago	41.68876	-88.13585	196			IL	197	21241	
9682783	Black Springs	black-springs	US		0	America/Los_Angeles	39.61007	-119.85625	1573			NV	031		
9682792	Tejon Ranch	tejon-ranch	US		0	America/Los_Angeles	34.87398	-118.88802	986			CA	029		
9682833	Carlton Landing	carlton-landing	US		0	America/Chicago	35.20461	-95.54455	196			OK	121		
9682868	Tuggles Gap	tuggles-gap	US		0	America/New_York	36.83744	-80.32085	842	Tuggle Gap,Tuggle's Gap,Tuggles Gap		VA	063		
9682892	Battleship	battleship	US		0	America/New_York	37.66256	-81.19218	701	Battleship,Ralco,West Whitby		WV	081		
9682911	Take In Hollow	take-in-hollow	US		0	America/New_York	37.73186	-81.21763	684			WV	081		
9683026	Pantops	pantops	US		3027	America/New_York	38.03379	-78.45507	111			VA	003		
9683078	Mellwood Acres	mellwood-acres	US		0	America/New_York	40.45636	-80.66173	360			OH	081	37534	
9683159	Charmwood	charmwood	US		32	America/Chicago	38.27957	-91.09871	263			MO	071	47396	
9683377	Hickory Dell Estates	hickory-dell-estates	US		0	America/New_York	40.24141	-84.16406	311			OH	149	58660	
9683557	Scotts Run	scotts-run	US		0	America/New_York	39.66706	-80.04883	296			WV	061		
9688788	Turtleville	turtleville	US		0	America/Chicago	42.56996	-88.96301	253			WI	105	81050	
9688789	Golden Lake	golden-lake	US		0	America/Chicago	43.03385	-88.53662	261			WI	133	78375	
9688815	Cato Falls	cato-falls	US		0	America/Chicago	44.0988	-87.89154	254			WI	071	13237	
9688839	Meadows Glen	meadows-glen	US		0	America/Indiana/Indianapolis	40.06864	-85.98699	241			IN	057	54198	
9688840	Meadows Knoll	meadows-knoll	US		0	America/Indiana/Indianapolis	40.07098	-85.98043	242			IN	057	54198	
9688986	Taconic Shores	taconic-shores	US		0	America/New_York	42.11281	-73.55584	166			NY	021	18102	
9689032	Keas Corner	keas-corner	US		0	America/Los_Angeles	44.70806	-123.38278	190			OR	003		
9689163	High	high	US		0	America/Chicago	32.5655	-95.95392	157			TX	467		
9689164	Four Mile Prairie	four-mile-prairie	US		0	America/Chicago	32.48686	-96.07077	124			TX	467		
9782045	University City South	university-city-south	US		0	America/New_York	35.30662	-80.74234				NC	119		
9858333	Goose Hollow Northwest Hills	goose-hollow-northwest-hills	US		0	America/Los_Angeles	45.51284	-122.69347				OR	051		
9858334	Old Town Chinatown	old-town-chinatown	US		0	America/Los_Angeles	45.52493	-122.67536				OR	051		
9858356	Edgemont, Southfield	edgemont-southfield	US		0	America/Detroit	42.4745	-83.30958				MI	125	74900	
9863162	Fort Pollk South	fort-pollk-south	US		0	America/Chicago	31.0476	-93.2129				LA	115		
9881728	Den Hill, Alleghany Magesterial District	den-hill-alleghany-magesterial-district	US		0	America/New_York	37.1646	-80.33431		Alleghany  Allegheny		VA	121		
9881937	North Point Neighborhood	north-point-neighborhood	US		0	America/Vancouver	48.05826	-122.12842				WA	061		
9885675	Civic Center	civic-center	US		0	America/Los_Angeles	37.80243	-122.26985				CA	001		
9885677	Old Oakland	old-oakland	US		0	America/Los_Angeles	37.80327	-122.27929				CA	001		
9885679	Acorn	acorn	US		0	America/Los_Angeles	37.80565	-122.28667				CA	001		
9885680	Oak Center	oak-center	US		0	America/Los_Angeles	37.81026	-122.28543				CA	001		
9885682	Uptown	uptown	US		0	America/Los_Angeles	37.80941	-122.27427				CA	001		
9887102	The Lagoon	the-lagoon	US		0	America/Anchorage	60.11834	-149.44058				AK	122		
9952013	Collegetown	collegetown	US		0	America/New_York	42.43907	-76.48574				NY	109	38077	
9958119	Midtown Village	midtown-village	US		0	America/New_York	39.95002	-75.16206				PA	101	60000	
9958554	Central Berkeley	central-berkeley	US		0	America/Los_Angeles	37.8671	-122.27912				CA	001		
9958555	Poets Corner	poets-corner	US		0	America/Los_Angeles	37.86679	-122.28869				CA	001		
9961532	Dìpe	dipe	US		0	America/Los_Angeles	39.75233	-120.04689				CA	035		
9966972	Dogwood Heights	dogwood-heights	US		0	America/Chicago	30.79693	-85.19313				FL	063		
9967027	Tsala Apopka Lake	tsala-apopka-lake	US		0	America/New_York	28.93476	-82.38244				FL	017		
9973024	Blalock	blalock	US		0	America/Los_Angeles	45.6943	-120.37413				OR	021		
9973026	Parkersville	parkersville	US		0	America/Los_Angeles	45.07473	-122.85916				OR	047		
9973027	Swegle	swegle	US		0	America/Los_Angeles	44.94967	-122.97263				OR	047		
10054915	Waipi'o	waipi-o	US		0	Pacific/Honolulu	21.41855	-158.00151				HI	003		
10054919	Waimānalo Village	waimanalo-village	US		0	Pacific/Honolulu	21.35018	-157.7226				HI	003		
10057006	Pearl Harbor	pearl-harbor	US		0	Pacific/Honolulu	21.34475	-157.97739				HI	003		
10057014	Leahi Park	leahi-park	US		0	Pacific/Honolulu	21.2579	-157.81744				HI	003		
10103966	Pryor Creek	pryor-creek	US		9469	America/Chicago	36.30862	-95.31777				OK	097		
10104133	Warm Springs Indian Reservation	warm-springs-indian-reservation	US		0	America/Los_Angeles	44.85039	-121.40064				OR	065		
10104154	Echo Park	echo-park	US		43832	America/Los_Angeles	34.07808	-118.26066	104			CA	037		
10124024	Upper B Street	upper-b-street	US		0	America/Los_Angeles	37.68025	-122.07034				CA	001		
10124026	Hayward Highland	hayward-highland	US		0	America/Los_Angeles	37.65366	-122.03446				CA	001		
10124074	Adobe Ridge	adobe-ridge	US		0	America/Phoenix	32.6931	-114.49453				AZ	027		
10124075	Loma Vista	loma-vista	US		0	America/Phoenix	32.69003	-114.47913				AZ	027		
10124076	Castle View	castle-view	US		0	America/Phoenix	32.68244	-114.48368				AZ	027		
10128795	Kavik	kavik	US		0	America/Anchorage	70.1357	-147.20066		Kavik,VIK		AK	185		
10128803	North Central Columbia	north-central-columbia	US		0	America/Chicago	38.95711	-92.32691				MO	019	48944	
10128804	North Village	north-village	US		0	America/Chicago	38.9551	-92.32605				MO	019	15688	
10128806	Douglas Park	douglas-park	US		0	America/Chicago	38.9554	-92.3379				MO	019	48944	
10128807	Quarry Heights	quarry-heights	US		0	America/Chicago	38.94175	-92.34717				MO	019	48944	
10171061	Fort Jackson	fort-jackson	US		0	America/New_York	34.01296	-80.71221				SC	079		
10171147	Carson Valley	carson-valley	US		0	America/Los_Angeles	39.09288	-119.73551				NV	510		
10172743	East Downtown	east-downtown	US		0	America/Chicago	29.74221	-95.35				TX	201		
10172745	Greater East End	greater-east-end	US		0	America/Chicago	29.73677	-95.30537				TX	201		
10172746	Denver Harbor/ Port Houston	denver-harbor-port-houston	US		0	America/Chicago	29.77056	-95.2955				TX	201		
10172747	Clinton Park Tri-Community	clinton-park-tri-community	US		0	America/Chicago	29.7516	-95.26254				TX	201		
10172879	Knights Community Club	knights-community-club	US		0	America/New_York	28.08637	-82.13975				FL	057		
10172884	St. Tammany	st-tammany	US		0	America/Chicago	30.41507	-89.88808				LA	103		
10172895	DeLeon Springs	deleon-springs	US		0	America/New_York	29.11704	-81.35063				FL	127		
10172896	DeLeon Oaks	deleon-oaks	US		0	America/New_York	29.1197	-81.35788				FL	127		
10172897	Ramseys	ramseys	US		0	America/New_York	29.1221	-81.34904				FL	127		
10172908	Theatre District	theatre-district	US		0	America/New_York	40.83398	-73.89486				NY	005		
10172909	Charleston Navy Yard	charleston-navy-yard	US		0	America/New_York	32.86381	-79.96648				SC	019		
10172910	Waterfront	waterfront	US		0	America/New_York	42.34669	-71.04331				MA	025	07000	
10172958	Kakaako	kakaako	US		0	Pacific/Honolulu	21.29649	-157.85671				HI			
10172966	North Dallas	north-dallas	US		0	America/Chicago	32.90508	-96.78543				TX	113		
10172967	North East Dallas	north-east-dallas	US		0	America/Chicago	32.84447	-96.75694				TX	113		
10173800	Wai-Kahala	wai-kahala	US		0	Pacific/Honolulu	21.28357	-157.78131				HI	003		
10173805	Joint Base Pearl Harbor Hickam	joint-base-pearl-harbor-hickam	US		0	Pacific/Honolulu	21.34906	-157.94713				HI	003		
10173811	McCully - Moiliili	mccully-moiliili	US		0	Pacific/Honolulu	21.29461	-157.83118				HI	003		
10173842	Downtown Nashville	downtown-nashville	US		0	America/Chicago	36.16871	-86.78594				TN	037		
10173845	Dallas Downtown	dallas-downtown	US		0	America/Chicago	32.77267	-96.79526				TX	113		
10227098	Great Smokies	great-smokies	US		0	America/New_York	35.59361	-82.58234				NC	021	90086	
10227168	Kerville	kerville	US		0	America/Chicago	30.04886	-99.13887				TX	265		
10227169	Dadeland	dadeland	US		0	America/New_York	25.69042	-80.31298				FL	086		
10227175	Las Vegas Convention Center	las-vegas-convention-center	US		0	America/Los_Angeles	36.13289	-115.14805				NV	003		
10227681	Las Vegas DownTown	las-vegas-downtown	US		0	America/Los_Angeles	36.16785	-115.13822				NV	003		
10237071	Ransom Place	ransom-place	US		0	America/Indiana/Indianapolis	39.77954	-86.16918				IN	097	11512	
10240578	Rochon	rochon	US		0	America/Chicago	30.57804	-88.11546				AL	097		
10240579	Lourdes	lourdes	US		0	America/Chicago	30.58639	-88.09374				AL	097		
10244244	Millers Landing	millers-landing	US		0	America/New_York	30.5416	-84.32492				FL	073		
10277896	East Rockland Key	east-rockland-key	US		0	America/New_York	24.59123	-81.67833				FL	087		
10278209	Redevelopment Area	redevelopment-area	US		0	America/New_York	26.14712	-81.78909				FL	021		
10278211	Aquatic Shores	aquatic-shores	US		0	America/New_York	26.12431	-81.79914				FL	021		
10278415	Alligator Point	alligator-point	US		0	America/New_York	29.89583	-84.38483				FL	037		
10278777	United Central	united-central	US		0	America/New_York	27.77568	-82.69109				FL	103		
10278778	Historic Uptown	historic-uptown	US		0	America/New_York	27.78104	-82.64809				FL	103		
10278780	Village of Eau Gallie	village-of-eau-gallie	US		0	America/New_York	28.13898	-80.63107				FL	009		
10281796	Downtown	downtown	US		0	America/Anchorage	61.21785	-149.88656				AK	020		
10283643	Inner Belt	inner-belt	US		0	America/New_York	42.37804	-71.08395				MA	017	62535	
10286550	Makiki Village	makiki-village	US		0	Pacific/Honolulu	21.3088	-157.8283				HI	003		
10286555	Nuuanu - Punchbowl	nuuanu-punchbowl	US		0	Pacific/Honolulu	21.34215	-157.82852				HI	003		
10287525	'Ewa - Scofield Junction	ewa-scofield-junction	US		0	Pacific/Honolulu	21.40006	-157.98357				HI	003		
10300443	Sugarcreek Police Dept	sugarcreek-police-dept	US		2220	America/New_York	40.50253	-81.64176				OH	157	75217	
10300904	East Hill	east-hill	US		0	America/Chicago	30.42625	-87.20089				FL	033		
10300919	Fort Huachuaca	fort-huachuaca	US		0	America/Phoenix	31.55546	-110.35222				AZ	003		
10300928	Central Park	central-park	US		0	America/Chicago	39.04069	-95.68826				KS	177	71000	
10300954	Sand Hills	sand-hills	US		0	America/New_York	33.48246	-82.02178				GA	245		
10300967	West End - West Side	west-end-west-side	US		0	America/New_York	41.16909	-73.21285				CT	001	08070	
10302133	University North	university-north	US		0	America/Denver	40.58045	-105.08376				CO	069		
10302138	East Dale	east-dale	US		0	America/Denver	40.57579	-105.065				CO	069		
10302140	Eastside Park	eastside-park	US		0	America/Denver	40.57583	-105.05938				CO	069		
10302207	University Acres	university-acres	US		0	America/Denver	40.57068	-105.06303				CO	069		
10302210	Historic Fort Collins High School	historic-fort-collins-high-school	US		0	America/Denver	40.5711	-105.0705				CO	069		
10302243	Cheesman Park	cheesman-park	US		0	America/Denver	39.73386	-104.96514				CO	031		
10302247	Capitol Hill	capitol-hill	US		0	America/Denver	39.73435	-104.98162				CO	031		
10302962	Arsenal	arsenal	US		0	America/Chicago	29.41504	-98.49771				TX	029		
10302964	Historic Gardens	historic-gardens	US		0	America/Chicago	29.41665	-98.47574				TX	029		
10375735	Ah-De-Nah	ah-de-nah	US		0	America/New_York	41.99838	-70.71187		Ah-Dee-Nah,Ahdenah,Ar-De-Nah		MA	023	33220	
10375747	Kingston Center	kingston-center	US		0	America/New_York	41.99827	-70.73032				MA	023	33220	
10375748	The Point	the-point	US		0	America/New_York	41.9924	-70.72644				MA	023	33220	
10375749	Triphammer	triphammer	US		0	America/New_York	41.9937	-70.74839				MA	023	33220	
10376567	Crystal River Site	crystal-river-site	US		0	America/New_York	28.90851	-82.62778				FL	017		
10376614	Mission San Luis De Apalachee	mission-san-luis-de-apalachee	US		0	America/New_York	30.45109	-84.31951				FL	073		
10376628	Etowah Mounds	etowah-mounds	US		0	America/New_York	34.12612	-84.80597				GA	015		
10376958	Stallings Island	stallings-island	US		0	America/New_York	33.56126	-82.04719				GA	073		
10377316	Westpoint Heritage	westpoint-heritage	US		0	America/Chicago	30.42573	-87.23226				FL	033		
10384510	Columbia Center	columbia-center	US		0	America/Chicago	41.58017	-87.49949				IN	089	54414	
10400174	The Vineyard	the-vineyard	US		0	America/Chicago	30.50286	-90.95195				LA	063		
10400177	Gray's Creek	gray-s-creek	US		0	America/Chicago	30.47963	-90.9377				LA	063		
10400429	Hutchinson Island	hutchinson-island	US		0	America/New_York	32.0973	-81.10189				GA	051		
10401336	Brownsville (Historical)	brownsville-historical	US		0	America/Los_Angeles	38.12932	-120.43808				CA	009		
10401340	Fort Sam Houston	fort-sam-houston	US		0	America/Chicago	29.45746	-98.4472		Fort Sam Houston,Ft Sam Houston		TX	029		
10401341	Bel Meade	bel-meade	US		0	America/Chicago	29.46747	-98.44583				TX	029		
10401342	West Fort	west-fort	US		0	America/Chicago	29.44905	-98.47389				TX	029		
10401343	Government Hill	government-hill	US		0	America/Chicago	29.44042	-98.46608				TX	029		
10401344	Harvard Place / Eastlawn	harvard-place-eastlawn	US		0	America/Chicago	29.43096	-98.45613				TX	029		
10401973	Pacific House	pacific-house	US		0	America/Los_Angeles	38.75937	-120.50521				CA	017		
10629562	Scotts Mill	scotts-mill	US		2400	America/New_York	35.72666	-78.8839				NC	183	93984	
10629718	South Palm Park Netighborhood Association	south-palm-park-netighborhood-association	US		0	America/New_York	26.60227	-80.05394				FL	099		
10793812	Pequot Indian Reservation	pequot-indian-reservation	US		0	America/New_York	41.44803	-71.93925				CT	011	55500	
10793818	School Key	school-key	US		0	America/New_York	27.52275	-82.71179				FL	081		
10794084	Uganik (historical)	uganik-historical	US		0	America/Anchorage	57.76971	-153.55033				AK	150		
10942367	Illion	illion	US		0	America/Los_Angeles	45.72775	-118.81233				OR	059		
10942384	Kamela	kamela	US		0	America/Los_Angeles	45.43535	-118.39391				OR	061		
11001078	Sun City Carolina Lakes	sun-city-carolina-lakes	US		0	America/New_York	34.93541	-80.84337				SC	057		
11002184	Lower Ninth Ward	lower-ninth-ward	US		0	America/Chicago	29.96858	-90.01476				LA	071	98000	
11002186	New Aurora	new-aurora	US		0	America/Chicago	29.9109	-89.94206				LA	071	98000	
11002257	Fairgrounds	fairgrounds	US		0	America/Los_Angeles	37.31291	-121.86378				CA	085		
11002316	Sweetwater Oaks	sweetwater-oaks	US		0	America/New_York	28.07281	-82.41218				FL	057		
11002317	Vieux Carre	vieux-carre	US		0	America/New_York	28.07906	-82.41274				FL	057		
11002318	Park Place of Tampa	park-place-of-tampa	US		0	America/New_York	28.07065	-82.42119				FL	057		
11002340	Downtown Champaign	downtown-champaign	US		0	America/Chicago	40.11829	-88.24395				IL	019	12411	
11002341	Midtown	midtown	US		0	America/Chicago	40.11477	-88.23931				IL	019	12411	
11002342	Campustown	campustown	US		0	America/Chicago	40.11015	-88.23219				IL	019	12411	
11002431	Old Cutler	old-cutler	US		0	America/New_York	25.68473	-80.26431				FL	086		
11002432	Hammocks	hammocks	US		0	America/New_York	25.68825	-80.2783				FL	086		
11002433	Biscayne Bay View	biscayne-bay-view	US		0	America/New_York	25.69947	-80.26684				FL	086		
11002434	Cocoplum	cocoplum	US		0	America/New_York	25.69792	-80.258				FL	086		
11002435	Tahiti	tahiti	US		0	America/New_York	25.70156	-80.2468				FL	086		
11002444	Weeki Wachee Hills	weeki-wachee-hills	US		0	America/New_York	28.53092	-82.58474				FL	053		
11002445	River Country Estates	river-country-estates	US		0	America/New_York	28.51109	-82.5932				FL	053		
11002446	Regency Oaks	regency-oaks	US		0	America/New_York	28.50238	-82.59779				FL	053		
11002448	Hammock Oaks	hammock-oaks	US		0	America/New_York	25.67298	-80.27714				FL	086		
11002449	Snapper	snapper	US		0	America/New_York	25.67367	-80.28083				FL	086		
11002520	Carrollwood Lakes	carrollwood-lakes	US		0	America/New_York	28.07618	-82.55771				FL	057		
11002523	Citrus Park Community	citrus-park-community	US		0	America/New_York	28.06384	-82.57208				FL	057		
11002531	The Boulders	the-boulders	US		0	America/Phoenix	33.79696	-111.92639				AZ	013		
11002574	Duckpond	duckpond	US		0	America/New_York	29.65632	-82.32219				FL	001		
11002575	Northeast Neighbors	northeast-neighbors	US		0	America/New_York	29.65755	-82.31279				FL	001		
11002610	Golden Gate Park	golden-gate-park	US		0	America/Los_Angeles	37.76936	-122.48348				CA	075		
11002980	Puueo	puueo	US		0	Pacific/Honolulu	19.73387	-155.09322		Pu'u'eo		HI	001		
11043450	Oak Drive	oak-drive	US		0	America/New_York	27.90008	-82.31343				FL	057		
11043712	Sheffield Woods	sheffield-woods	US		0	America/New_York	27.89507	-82.29824				FL	057		
11048225	Hudson Bayou	hudson-bayou	US		0	America/New_York	27.32252	-82.53561				FL	115		
11048226	Harbor Acres	harbor-acres	US		0	America/New_York	27.32042	-82.53887				FL	115		
11048230	Bird Key	bird-key	US		0	America/New_York	27.31874	-82.56088				FL			
11048231	Bay Island	bay-island	US		0	America/New_York	27.30296	-82.55359				FL	115		
11048339	Sandy Oaks	sandy-oaks	US		0	America/Chicago	29.18087	-98.40742				TX	029		
11048721	Cumberland Gardens	cumberland-gardens	US		0	America/Chicago	36.18198	-86.81826				TN	037		
11048723	Metrocenter / North Roads Park	metrocenter-north-roads-park	US		0	America/Chicago	36.19646	-86.79933				TN	037		
11048724	Metro / Second an dHume	metro-second-an-dhume	US		0	America/Chicago	36.18649	-86.78822				TN	037		
11048725	East Germantown	east-germantown	US		0	America/Chicago	36.18177	-86.7838				TN	037		
11048755	Chase Point	chase-point	US		0	America/Chicago	36.3218	-86.86293				TN	037		
11048756	William Hill	william-hill	US		0	America/Chicago	36.32574	-86.86169				TN	037		
11048757	Joelton Heights	joelton-heights	US		0	America/Chicago	36.32453	-86.85782				TN	037		
11048966	North Capitol	north-capitol	US		0	America/Chicago	36.17003	-86.78302				TN	037		
11048974	Belle Meade Links	belle-meade-links	US		0	America/Chicago	36.10172	-86.86336				TN	037		
11048975	Highlands of Harpeth Trace	highlands-of-harpeth-trace	US		0	America/Chicago	36.0814	-86.89057				TN	037		
11048976	Harpeth Trace Estates	harpeth-trace-estates	US		0	America/Chicago	36.07751	-86.89396				TN	037		
11049069	Hope Gardens	hope-gardens	US		0	America/Chicago	36.17027	-86.79543				TN	037		
11049145	Twickenham	twickenham	US		0	America/Chicago	34.72899	-86.5781				AL	089		
11049146	Twickenham Square	twickenham-square	US		0	America/Chicago	34.72317	-86.58351				AL	089		
11049160	Hickory Woods	hickory-woods	US		0	America/Chicago	36.02797	-86.58269				TN	037		
11049161	Hickory Woods Estate	hickory-woods-estate	US		0	America/Chicago	36.03171	-86.58428				TN	037		
11049162	Maxwell Place	maxwell-place	US		0	America/Chicago	36.03508	-86.58184				TN	037		
11049163	Park Place Condos	park-place-condos	US		0	America/Chicago	36.03393	-86.59222				TN	037		
11049164	Peppertree Forest	peppertree-forest	US		0	America/Chicago	36.03963	-86.57917				TN	037		
11049165	Meadowood	meadowood	US		0	America/Chicago	36.04462	-86.59214				TN	037		
11049166	Weatherstone	weatherstone	US		0	America/Chicago	36.04899	-86.58947				TN	037		
11049167	Lakewood Village	lakewood-village	US		0	America/Chicago	36.05007	-86.58724				TN	037		
11049239	University Hill	university-hill	US		0	America/New_York	34.00176	-81.02456				SC	079		
11049241	Old Sandon	old-sandon	US		0	America/New_York	34.00126	-81.00851				SC	079		
11054574	Orleans Place	orleans-place	US		0	America/Chicago	32.52623	-92.16229				LA	073		
11054985	Maryetta	maryetta	US		0	America/Chicago	35.83859	-94.63803				OK	001		
11055049	Produce and Water Front	produce-and-water-front	US		0	America/Los_Angeles	37.79327	-122.26959				CA	001		
11055050	Peralta - Laney	peralta-laney	US		0	America/Los_Angeles	37.79419	-122.26062				CA	001		
11055052	Cleveland Heights	cleveland-heights	US		0	America/Los_Angeles	37.80507	-122.24698				CA	001		
11055067	Russian River Meadows	russian-river-meadows	US		0	America/Los_Angeles	38.4629	-123.0131				CA	097		
11071275	Eastwood Village	eastwood-village	US		0	America/Chicago	29.42054	-98.41166				TX	029		
11071361	Shelby Hills	shelby-hills	US		0	America/Chicago	36.16764	-86.74865				TN	037		
11071362	Historic Edgefield	historic-edgefield	US		0	America/Chicago	36.17225	-86.75809				TN	037		
11071363	East End	east-end	US		0	America/Chicago	36.1745	-86.748				TN	037		
11071364	Lockeland Fields	lockeland-fields	US		0	America/Chicago	36.17845	-86.73929				TN	037		
11071365	Barclay Drive	barclay-drive	US		0	America/Chicago	36.17783	-86.72324				TN	037		
11071369	South Titusville	south-titusville	US		0	America/Chicago	33.48941	-86.83083				AL	073		
11071594	Liliha - Kapalama	liliha-kapalama	US		0	Pacific/Honolulu	21.33735	-157.85418				HI	003		
11071636	Birthstone	birthstone	US		0	Pacific/Honolulu	22.04963	-159.3363				HI	007		
11072111	Stony Brook (neighborhood)	stony-brook-neighborhood	US		0	America/New_York	42.00249	-70.73071				MA	023	33220	
11072143	Indian Pond (neighborhood)	indian-pond-neighborhood	US		0	America/New_York	41.97162	-70.75204				MA	023	33220	
11072541	October Woods	october-woods	US		0	America/Chicago	36.00863	-86.63196				TN	037		
11072544	Hamilton Chase	hamilton-chase	US		0	America/Chicago	36.05423	-86.58746				TN	037		
11072545	Cakewalk	cakewalk	US		0	America/Chicago	36.05423	-86.59621				TN	037		
11072546	Clearvista	clearvista	US		0	America/New_York	27.80924	-82.66903				FL	103		
11072548	North Kenwood	north-kenwood	US		0	America/New_York	27.78669	-82.67259				FL	103		
11072568	Wapping	wapping	US		0	America/New_York	41.99222	-70.75856				MA	023	33220	
11072899	Biltmore South	biltmore-south	US		0	America/New_York	35.55492	-82.53578				NC	021	90086	
11072901	East View Association	east-view-association	US		0	America/New_York	35.56641	-82.53016				NC	021	90086	
11102232	Discovery Harbor	discovery-harbor	US		0	Pacific/Honolulu	19.04411	-155.6319				HI	001		
11102316	Lost Pines	lost-pines	US		0	America/Chicago	30.15923	-97.45319				TX	021		
11103866	Moana	moana	US		0	Pacific/Honolulu	21.29201	-157.84276				HI	003		
11125896	Presidential Estates	presidential-estates	US		0	America/Chicago	32.52641	-91.97999				LA	073		
11125959	Overtown	overtown	US		0	America/New_York	25.78413	-80.20135				FL	086		
11125960	Townsquare	townsquare	US		0	America/New_York	25.78869	-80.19397				FL	086		
11125961	East Little Havana	east-little-havana	US		0	America/New_York	25.77342	-80.21264				FL	086		
11125962	Downtown Miami	downtown-miami	US		0	America/New_York	25.77172	-80.19354				FL	086		
11126289	North Berkeley	north-berkeley	US		0	America/Los_Angeles	37.87661	-122.27388				CA	001		
11126290	South Berkeley	south-berkeley	US		0	America/Los_Angeles	37.86079	-122.27114				CA	001		
11126291	Bushrod	bushrod	US		0	America/Los_Angeles	37.84643	-122.26676				CA	001		
11126293	Sharfter	sharfter	US		0	America/Los_Angeles	37.83948	-122.25831				CA	001		
11126357	Priest Lake	priest-lake	US		0	America/Los_Angeles	48.5711	-116.82329				ID	017		
11126373	Chocorua Ski & Beach	chocorua-ski-beach	US		0	America/New_York	43.85245	-71.19866				NH	003	76100	
11126374	Carved in Bark	carved-in-bark	US		0	America/New_York	43.84805	-71.1881				NH	003	45060	
11126383	Lost Valley	lost-valley	US		0	America/Los_Angeles	37.85524	-122.17187				CA	013		
11126384	Overhill	overhill	US		0	America/Los_Angeles	37.87262	-122.17325				CA	013		
11126385	Monterey Terrace	monterey-terrace	US		0	America/Los_Angeles	37.8775	-122.17299				CA	013		
11126387	Northwood - Tara	northwood-tara	US		0	America/Los_Angeles	37.88159	-122.16737				CA	013		
11126389	Charles Hill	charles-hill	US		0	America/Los_Angeles	37.89474	-122.17896				CA	013		
11126390	Orindawoods	orindawoods	US		0	America/Los_Angeles	37.88529	-122.179				CA	013		
11126391	El Toyonal	el-toyonal	US		0	America/Los_Angeles	37.88292	-122.20569				CA	013		
11128488	Canyon Point	canyon-point	US		0	America/Denver	37.01434	-111.60616				UT	025		
11131819	Collins Place	collins-place	US		0	America/Chicago	30.51587	-90.86818				LA	063		
11131828	Meadow Lake	meadow-lake	US		0	America/Chicago	30.50722	-90.86191				LA	063		
11131851	Autumn Run	autumn-run	US		0	America/Chicago	30.51983	-90.86719				LA	063		
11154378	Harshaw Townsite	harshaw-townsite	US		0	America/Phoenix	31.46765	-110.70757				AZ	023		
11204869	Melaga Cove	melaga-cove	US		0	America/Los_Angeles	33.79523	-118.40125				CA	037		
11204968	Fetting	fetting	US		0	America/Chicago	44.21637	-91.79821				WI	011	06675	
11205425	Pendarvis	pendarvis	US		0	America/Chicago	42.86401	-90.17338				WI	049	53100	
11205431	Deep Eddy	deep-eddy	US		0	America/Chicago	30.2839	-97.77167				TX	453		
11205463	Sea Lion Lake	sea-lion-lake	US		0	America/Chicago	45.87093	-88.31976				WI	037	25675	
11205464	Sea Lion Lake	sea-lion-lake	US		0	America/Chicago	45.87213	-88.32416				WI	037	25675	
11237578	Butterfly Gap	butterfly-gap	US		0	America/New_York	35.68296	-83.93108				TN	009		
11258150	Historic Third Ward	historic-third-ward	US		0	America/Chicago	43.03232	-87.90157				WI	079	53000	
11258151	Jones Island	jones-island	US		0	America/Chicago	43.01616	-87.89783				WI	079	53000	
11258153	Clock Tower Acres	clock-tower-acres	US		0	America/Chicago	43.01187	-87.91268				WI	079	53000	
11258154	Lincoln Village	lincoln-village	US		0	America/Chicago	43.00361	-87.92612				WI	079	53000	
11258155	Clarke Square	clarke-square	US		0	America/Chicago	43.02175	-87.93951				WI	079	53000	
11258156	Menomonee River Valley	menomonee-river-valley	US		0	America/Chicago	43.03295	-87.94118				WI	079	53000	
11258158	Cold Spring Park	cold-spring-park	US		0	America/Chicago	43.04647	-87.95199				WI	079	53000	
11258159	Midtown	midtown	US		0	America/Chicago	43.05224	-87.94573				WI	079	53000	
11258495	Mine	mine	US		0	America/Denver	39.75074	-104.91134				CO	031		
11280526	Providence VA Medical Center	providence-va-medical-center	US		0	America/New_York	43.64815	-72.34232				VT	027	32275	
11280527	VA Boston Healthcare System, Brockton Campus	va-boston-healthcare-system-brockton-campus	US		0	America/New_York	42.36638	-71.05896				MA	025	07000	
11280528	VA Boston Healthcare System, Jamaica Plain Campus	va-boston-healthcare-system-jamaica-plain-campus	US		0	America/New_York	47.26819	-68.59232				ME	003	25755	
11280529	VA Boston Healthcare System, West Roxbury Campus	va-boston-healthcare-system-west-roxbury-campus	US		0	America/New_York	46.13173	-67.8432				ME	003	33980	
11280530	VA Central Western Massachusetts Healthcare System	va-central-western-massachusetts-healthcare-system	US		0	America/New_York	45.05313	-69.88199				ME	025	05000	
11280531	VA Connecticut Healthcare System, Newington Campus	va-connecticut-healthcare-system-newington-campus	US		0	America/New_York	46.87959	-68.00805				ME	003	10565	
11280532	VA Connecticut Healthcare System, West Haven Campus	va-connecticut-healthcare-system-west-haven-campus	US		0	America/New_York	44.81366	-68.74008				ME	019	02795	
11280533	VA Maine Healthcare System - Togus	va-maine-healthcare-system-togus	US		0	America/New_York	42.8804	-73.19708				VT	003	04825	
11280534	White River Junction VA Medical Center	white-river-junction-va-medical-center	US		0	America/New_York	42.83049	-72.56786				VT	025	07900	
11280535	Causeway OPC	causeway-opc	US		0	America/New_York	44.46268	-73.21777				VT	007	10675	
11280538	Mobile Medical Unit	mobile-medical-unit	US		0	America/New_York	41.40829	-73.43627				CT	001	18500	
11281628	Kuparuk	kuparuk	US		0	America/Anchorage	70.32475	-149.60426		Kuparuk,UUK		AK	185		
11377206	Harding Heights	harding-heights	US		0	America/New_York	39.97629	-82.00709	257			OH	119	26502	
11377221	Homestead Hills	homestead-hills	US		0	America/New_York	39.97514	-81.99906	270			OH	119	26502	
11377224	Laurel Ridge	laurel-ridge	US		0	America/New_York	39.99242	-82.00745	267			OH	119	26502	
11377226	Southern Hills	southern-hills	US		0	America/New_York	39.87842	-82.05406	235			OH	119	55608	
11377227	Southern Meadows	southern-meadows	US		0	America/New_York	39.9064	-81.99837	217			OH	119	82236	
11377229	Stonehenge	stonehenge	US		0	America/New_York	40.01998	-82.08634	273			OH	119	53438	
11377230	Terrace Shores	terrace-shores	US		0	America/New_York	40.01664	-81.98069	218			OH	119	53438	
11377232	Willow Lakes	willow-lakes	US		0	America/New_York	39.98487	-81.99711	272			OH	119	26502	
11377233	Woodcrest	woodcrest	US		0	America/New_York	40.0216	-82.08759	273			OH	119	53438	
11377234	Green Acres	green-acres	US		0	America/New_York	41.90156	-80.69395	213			OH	007	56700	
11377235	Meadowood	meadowood	US		0	America/New_York	41.8267	-80.81032	242			OH	007	70646	
11377236	Southwood Colony	southwood-colony	US		0	America/New_York	41.90013	-80.68995	214			OH	007	56700	
11377237	Century Bay	century-bay	US		0	America/New_York	41.8775	-80.86346	190			OH	007	70646	
11377239	Elks View	elks-view	US		0	America/New_York	41.88952	-80.8285	191			OH	007	70646	
11377240	Highland Beach	highland-beach	US		0	America/New_York	41.89405	-80.81976	191			OH	007	70646	
11377241	Waggoner Chase	waggoner-chase	US		0	America/New_York	40.00803	-82.78458	312			OH	049	18000	
11377242	Waggoner Park	waggoner-park	US		0	America/New_York	39.9908	-82.78338	309			OH	049	18000	
11377243	Waggoner Trace	waggoner-trace	US		0	America/New_York	40.00729	-82.79479	304			OH	049	18000	
11377244	Waggoner Woods	waggoner-woods	US		0	America/New_York	39.99684	-82.79412	302			OH	049	18000	
11377245	Willow Brook Crossing	willow-brook-crossing	US		0	America/New_York	40.01035	-82.79606	305			OH	049	38612	
11377246	Abbey Knoll	abbey-knoll	US		0	America/New_York	40.17841	-82.98741	285			OH	041	58618	
11377247	Alum Crossing	alum-crossing	US		0	America/New_York	40.18534	-82.99702	289			OH	041	58618	
11377248	Avonlea	avonlea	US		0	America/New_York	40.21147	-82.98793	282			OH	041	58618	
11377250	Courtyards At Little Bear	courtyards-at-little-bear	US		0	America/New_York	40.16251	-82.99797	296			OH	041	58618	
11377251	Glen Oak	glen-oak	US		0	America/New_York	40.17868	-83.00142	293			OH	041	58618	
11377252	Hidden Cove	hidden-cove	US		0	America/New_York	40.21066	-82.98363	282			OH	041	58618	
11377253	Hidden Springs	hidden-springs	US		0	America/New_York	40.17189	-83.01194	290			OH	041	58618	
11377254	Bridlewood	bridlewood	US		0	America/New_York	39.64979	-82.93137	217			OH	129	15077	
11377255	Graystone Villas	graystone-villas	US		0	America/New_York	39.62222	-82.93552	214			OH	129	15070	
11377256	Heathergreen	heathergreen	US		0	America/New_York	39.60287	-82.90618	223			OH	129	15070	
11377257	Ashton Crossing	ashton-crossing	US		0	America/New_York	39.72876	-82.95395	218			OH	129	33978	
11377258	Ashton Village	ashton-village	US		0	America/New_York	39.72626	-82.95591	217			OH	129	33978	
11377259	Suburban Village	suburban-village	US		0	America/New_York	39.71874	-82.95794	216			OH	129	33978	
11377260	Christmas Run	christmas-run	US		0	America/New_York	40.82501	-81.94059	348			OH	169	86548	
11377262	Forest Creek	forest-creek	US		0	America/New_York	40.83042	-81.9325	338			OH	169	86548	
11377264	Linwood Heights	linwood-heights	US		0	America/New_York	40.82758	-81.96549	305			OH	169	82320	
11377265	Meadow Brook	meadow-brook	US		0	America/New_York	40.83761	-81.91988	331			OH	169	86548	
11377266	Miller Lakes	miller-lakes	US		0	America/New_York	40.81716	-81.94397	310			OH	169	86548	
11377267	Parkview	parkview	US		0	America/New_York	40.81046	-81.95713	320			OH	169	86548	
11377268	Ramblewood	ramblewood	US		0	America/New_York	40.8165	-81.92188	311			OH	169	86548	
11377269	Hidden Mound	hidden-mound	US		0	America/New_York	39.88781	-81.97698	229			OH	119	82236	
11377272	Ashleigh Village	ashleigh-village	US		0	America/New_York	40.06549	-83.14728	277			OH	049	81242	
11377273	Avery Estates	avery-estates	US		0	America/New_York	40.05029	-83.1603	285			OH	049	57344	
11377274	Bayberry Creek	bayberry-creek	US		0	America/New_York	40.03351	-83.14807	280			OH	049	57344	
11377275	Brittany Oaks	brittany-oaks	US		0	America/New_York	40.00567	-83.16764	286			OH	049	18000	
11377276	Britton Farms	britton-farms	US		0	America/New_York	40.05217	-83.14185	276			OH	049	57344	
11377277	Brookbend	brookbend	US		0	America/New_York	40.0034	-83.16759	286			OH	049	18000	
11377279	Carriage Run	carriage-run	US		0	America/New_York	40.02756	-83.14663	280			OH	049	57344	
11377280	Carrington Place	carrington-place	US		0	America/New_York	40.05596	-83.14139	275			OH	049	57344	
11377281	Copperwood	copperwood	US		0	America/New_York	40.00496	-83.16522	287			OH	049	18000	
11377283	Coventry Manor	coventry-manor	US		0	America/New_York	40.03528	-83.17729	287			OH	049	57344	
11377284	Cross Creek	cross-creek	US		0	America/New_York	40.01368	-83.14425	280			OH	049	18000	
11377285	Darby Glen	darby-glen	US		0	America/New_York	40.01926	-83.13228	273			OH	049	57344	
11377286	Abbey Chase	abbey-chase	US		0	America/New_York	40.03883	-83.22176	288			OH	049	09442	
11377287	Davidson Run	davidson-run	US		0	America/New_York	40.05413	-83.12297	264			OH	049	57344	
11377288	Dorset Glen	dorset-glen	US		0	America/New_York	40.03198	-83.17293	287			OH	049	57344	
11377290	Estates At Hoffman Farms	estates-at-hoffman-farms	US		0	America/New_York	40.0472	-83.18543	288			OH	049	57344	
11377291	Hampton Oaks	hampton-oaks	US		0	America/New_York	40.04128	-83.15076	281			OH	049	57344	
11377292	Hampton Reserve	hampton-reserve	US		0	America/New_York	40.0362	-83.19102	287			OH	049	09442	
11377293	Hayden Run Village	hayden-run-village	US		0	America/New_York	40.04998	-83.16459	285			OH	049	57344	
11377294	Heather Ridge	heather-ridge	US		0	America/New_York	40.04486	-83.14974	280			OH	049	57344	
11377295	Heritage Creek	heritage-creek	US		0	America/New_York	40.01724	-83.16291	287			OH	049	18000	
11377296	Heritage Farms	heritage-farms	US		0	America/New_York	40.00966	-83.16807	286			OH	049	18000	
11377297	Heritage Lakes	heritage-lakes	US		0	America/New_York	40.0226	-83.17477	287			OH	049	57344	
11377298	Hilliard Commons	hilliard-commons	US		0	America/New_York	39.98684	-83.15736	286			OH	049	18000	
11377299	Hilliard Green	hilliard-green	US		0	America/New_York	39.99865	-83.14291	280			OH	049	18000	
11377300	Hoffman Farms	hoffman-farms	US		0	America/New_York	40.04197	-83.17674	287			OH	049	57344	
11377305	Luxair	luxair	US		0	America/New_York	40.02654	-83.1525	283			OH	049	57344	
11377310	Richlanne Acres	richlanne-acres	US		0	America/New_York	40.01104	-83.15035	283			OH	049	57344	
11377312	Nelson Farms	nelson-farms	US		0	America/New_York	40.20627	-83.06775	267			OH	041	43106	
11377315	Olentangy Crossings	olentangy-crossings	US		0	America/New_York	40.20166	-83.03433	276			OH	041	58618	
11377316	Olentangy Falls	olentangy-falls	US		0	America/New_York	40.21122	-83.05372	262			OH	041	43106	
11377317	Riverby Estates	riverby-estates	US		0	America/New_York	40.27653	-83.05707	271			OH	041	21448	
11377318	Stratford Woods	stratford-woods	US		0	America/New_York	40.26384	-83.07644	280			OH	041	21469	
11377333	The Meadows	the-meadows	US		0	America/New_York	40.82476	-81.95055	344			OH	169	86548	
11377343	Walden Bluffs	walden-bluffs	US		0	America/New_York	39.89974	-83.07435	250			OH	049	37772	
11377344	Parlin Manor	parlin-manor	US		0	America/New_York	39.89389	-83.07729	253			OH	049	37772	
11377349	La Rosa	la-rosa	US		0	America/New_York	39.8853	-83.07712	252			OH	049	37772	
11377352	Hidden Meadows	hidden-meadows	US		0	America/New_York	39.9067	-83.1155	270			OH	049	18000	
11377365	Holt Park	holt-park	US		0	America/New_York	39.9027	-83.11649	270			OH	049	18000	
11377366	Colonial Hills	colonial-hills	US		0	America/New_York	40.8053	-81.4941	341			OH	151	48244	
11377367	Plymouth Knoll	plymouth-knoll	US		0	America/New_York	40.8162	-81.47801	315			OH	151	62078	
11377370	Waterside	waterside	US		0	America/New_York	40.8579	-81.5123	311			OH	151	38094	
11377371	Spring Valley Estates	spring-valley-estates	US		0	America/New_York	40.8082	-81.5707	305			OH	151	77910	
11377372	Serenity Shores	serenity-shores	US		0	America/New_York	40.8594	-81.5134	312			OH	151	38094	
11377373	Scenic Ridge	scenic-ridge	US		0	America/New_York	40.8485	-81.5082	331			OH	151	38094	
11377374	Audubon Ridge	audubon-ridge	US		0	America/New_York	40.8444	-81.50868	333			OH	151	38094	
11377375	Augusta Lakes	augusta-lakes	US		0	America/New_York	40.7783	-81.4952	319			OH	151	48244	
11377376	Autumn Ridge Estates	autumn-ridge-estates	US		0	America/New_York	40.7903	-81.5629	334			OH	151	48244	
11377377	Bramblecrest	bramblecrest	US		0	America/New_York	40.8172	-81.4736	316			OH	151	62078	
11377378	Carie Hill Estates	carie-hill-estates	US		0	America/New_York	40.82611	-81.49972	328			OH	151	38094	
11377380	Knights Crossing	knights-crossing	US		0	America/New_York	40.7452	-81.49006	315			OH	151	62078	
11377381	Bishop Meadows	bishop-meadows	US		0	America/New_York	40.7702	-81.47094	342			OH	151	62078	
11377382	Country Place Estates	country-place-estates	US		0	America/New_York	40.8973	-81.5048	329			OH	151	38094	
11377383	Coventry Hills	coventry-hills	US		0	America/New_York	40.8529	-81.5073	319			OH	151	38094	
11377384	Crescent Gardens	crescent-gardens	US		0	America/New_York	40.79306	-81.4763	337			OH	151	62078	
11377385	Gloucester Village	gloucester-village	US		0	America/New_York	40.8434	-81.5011	323			OH	151	38094	
11377386	Grey Ridge Estates	grey-ridge-estates	US		0	America/New_York	40.7879	-81.4837	317			OH	151	48244	
11377387	Carriage Crossing	carriage-crossing	US		0	America/New_York	40.0662	-84.2573	286			OH	109	18224	
11377388	Fox Harbor	fox-harbor	US		0	America/New_York	40.0591	-84.25506	285			OH	109	18224	
11377389	Kings Chapel	kings-chapel	US		0	America/New_York	40.05708	-84.2506	283			OH	109	18224	
11377390	Brook Park North	brook-park-north	US		0	America/New_York	40.0645	-84.2302	268			OH	109	18224	
11377393	Broad Acres	broad-acres	US		0	America/New_York	40.0469	-84.2186	257			OH	109	18224	
11377395	Westhaven	westhaven	US		0	America/New_York	40.05602	-84.2475	281			OH	109	18224	
11377396	Ridgewood Colony	ridgewood-colony	US		0	America/New_York	40.0458	-84.2199	262			OH	109	18224	
11377397	Hylands	hylands	US		0	America/New_York	40.0434	-84.2193	261			OH	109	18224	
11377398	Edgehill	edgehill	US		0	America/New_York	40.0428	-84.2159	253			OH	109	18224	
11377400	Nottinghill	nottinghill	US		0	America/New_York	40.05599	-84.2041	255			OH	109	18224	
11377402	Sherwood Manor	sherwood-manor	US		0	America/New_York	40.0541	-84.19316	255			OH	109	18224	
11377404	Hunters Ridge	hunters-ridge	US		0	America/New_York	40.0566	-84.17558	267			OH	109	18224	
11377405	Hunters Run	hunters-run	US		0	America/New_York	40.0575	-84.1777	266			OH	109	18224	
11377409	Heritage Hill	heritage-hill	US		0	America/New_York	40.0521	-84.18175	255			OH	109	18224	
11377410	Culbertson Heights	culbertson-heights	US		0	America/New_York	40.0452	-84.1947	256			OH	109	18224	
11377411	Arbar Acres	arbar-acres	US		0	America/New_York	40.0458	-84.1915	254			OH	109	18224	
11377412	Meadowlawn	meadowlawn	US		0	America/New_York	40.04718	-84.1885	252			OH	109	18224	
11377414	Hilltop Manor	hilltop-manor	US		0	America/New_York	40.0525	-84.1787	264			OH	109	18224	
11377417	Southview Estates	southview-estates	US		0	America/New_York	40.02778	-84.21053	250			OH	109	18224	
11377418	Westridge	westridge	US		0	America/New_York	40.03235	-84.2167	258			OH	109	18224	
11377420	Laurel Creek	laurel-creek	US		0	America/New_York	40.04509	-84.2447	278			OH	109	18224	
11377421	Stanfield Place	stanfield-place	US		0	America/New_York	40.0414	-84.2448	276			OH	109	18224	
11377422	Cobblestone Pointe	cobblestone-pointe	US		0	America/New_York	40.04389	-84.2435	277			OH	109	18224	
11377423	Meadowrun	meadowrun	US		0	America/New_York	40.04443	-84.23104	270			OH	109	18224	
11377424	Southbrook	southbrook	US		0	America/New_York	40.04745	-84.22621	265			OH	109	18224	
11377425	Windridge Place	windridge-place	US		0	America/New_York	40.0354	-84.22701	264			OH	109	18224	
11377426	Hawk Cove	hawk-cove	US		0	America/New_York	40.03359	-84.22688	264			OH	109	18224	
11377427	Oakmont Creek	oakmont-creek	US		0	America/New_York	40.0345	-84.2245	262			OH	109	18224	
11377428	Willowpoint	willowpoint	US		0	America/New_York	40.0455	-84.2492	278			OH	109	18224	
11377429	Premwood	premwood	US		0	America/New_York	40.0196	-84.2164	258			OH	109	18224	
11377430	Pamela Estates	pamela-estates	US		0	America/New_York	40.01107	-84.2555	273			OH	109	18224	
11377431	Conwood Estates	conwood-estates	US		0	America/New_York	40.0158	-84.2462	272			OH	109	18224	
11377434	Hawks Nest	hawks-nest	US		0	America/New_York	40.0283	-84.2331	267			OH	109	18224	
11377435	Stonebridge Meadows	stonebridge-meadows	US		0	America/New_York	40.0373	-84.2629	281			OH	109	18224	
11377436	Stonebridge	stonebridge	US		0	America/New_York	40.0425	-84.2565	281			OH	109	18224	
11377437	Willowcreek	willowcreek	US		0	America/New_York	40.0427	-84.2517	279			OH	109	18224	
11377439	Turkeyfoot Heights	turkeyfoot-heights	US		0	America/New_York	40.9861	-81.5283	312			OH	153		
11377440	Hillcrest Highlands	hillcrest-highlands	US		0	America/New_York	40.9804	-81.5084	326			OH	153		
11377441	Robins Trace	robins-trace	US		0	America/New_York	40.9855	-81.5031	321			OH	153		
11377442	Forestwood	forestwood	US		0	America/New_York	40.9752	-81.5247	306			OH	153		
11377443	Merestead Farms	merestead-farms	US		0	America/New_York	40.9732	-81.5123	323			OH	153		
11377444	Aldawood Hills	aldawood-hills	US		0	America/New_York	40.97	-81.52639	327			OH	153		
11377445	Ellis Estates	ellis-estates	US		0	America/New_York	40.9707	-81.5022	336			OH	153		
11377446	Brookwood Estates	brookwood-estates	US		0	America/New_York	40.9716	-81.4987	328			OH	153		
11377447	Arlington Knolls	arlington-knolls	US		0	America/New_York	40.9687	-81.4977	335			OH	153		
11377448	Bingo Estates	bingo-estates	US		0	America/New_York	40.9708	-81.4947	343			OH	153		
11377450	Camelot Hills	camelot-hills	US		0	America/New_York	40.9549	-81.5019	347			OH	153		
11377451	Kings Ridge	kings-ridge	US		0	America/New_York	40.95604	-81.5082	333			OH	153		
11377452	Sherylton Hills	sherylton-hills	US		0	America/New_York	40.9486	-81.5075	327			OH	153		
11377453	Solar Estates	solar-estates	US		0	America/New_York	40.9497	-81.5113	326			OH	153		
11377454	Hearthstone Estates	hearthstone-estates	US		0	America/New_York	40.9473	-81.5177	320			OH	153		
11377455	Withering Heights	withering-heights	US		0	America/New_York	40.9505	-81.5202	313			OH	153		
11377456	Nimisila Sunset Heights	nimisila-sunset-heights	US		0	America/New_York	40.9581	-81.5177	340			OH	153		
11377457	Tamarack Lake Estates	tamarack-lake-estates	US		0	America/New_York	40.9581	-81.5236	314			OH	153		
11377458	Tamarack Highlands	tamarack-highlands	US		0	America/New_York	40.9629	-81.5189	336			OH	153		
11377459	Deer Valley Estates	deer-valley-estates	US		0	America/New_York	40.9147	-81.5291	309			OH	153		
11377460	Pine Knoll Estates	pine-knoll-estates	US		0	America/New_York	40.9132	-81.5222	316			OH	153		
11377462	Pleasant Hills Estates	pleasant-hills-estates	US		0	America/New_York	40.914	-81.50128	334			OH	153		
11377463	Hemlock Green Estates	hemlock-green-estates	US		0	America/New_York	40.9101	-81.50479	320			OH	153		
11377464	Fox Ridge Estates	fox-ridge-estates	US		0	America/New_York	40.91529	-81.4944	337			OH	153		
11377465	Mount Pleasant Estates	mount-pleasant-estates	US		0	America/New_York	40.91118	-81.4962	334			OH	153		
11377466	Deer Pines Estates	deer-pines-estates	US		0	America/New_York	40.91137	-81.49204	335			OH	153		
11377467	Forest Lake Estates	forest-lake-estates	US		0	America/New_York	40.9267	-81.4954	331			OH	153		
11377468	Springview Estates	springview-estates	US		0	America/New_York	40.9353	-81.4833	349			OH	153		
11377469	Stoney Creek Estates	stoney-creek-estates	US		0	America/New_York	40.9299	-81.48504	350			OH	153		
11377470	Hidden Trail Estates	hidden-trail-estates	US		0	America/New_York	40.9255	-81.4847	344			OH	153		
11377471	Greenbrook Estates	greenbrook-estates	US		0	America/New_York	40.9276	-81.47004	360			OH	153		
11377472	Fox Run Meadows	fox-run-meadows	US		0	America/New_York	40.9243	-81.4799	355			OH	153		
11377473	Arcadian Heights	arcadian-heights	US		0	America/New_York	40.9786	-81.43605	348			OH	153		
11377474	Imrek Acres	imrek-acres	US		0	America/New_York	40.97708	-81.4463	350			OH	153		
11377475	Charleston Place	charleston-place	US		0	America/New_York	40.9461	-81.4543	365			OH	153		
11377476	Lindale Heights	lindale-heights	US		0	America/New_York	40.9817	-81.4376	348			OH	153		
11377477	Mayfair Heights	mayfair-heights	US		0	America/New_York	40.9836	-81.4427	349			OH	153		
11377478	Paddington Woods	paddington-woods	US		0	America/New_York	40.9483	-81.4192	339			OH	153		
11377479	Greenfield Farms	greenfield-farms	US		0	America/New_York	40.9494	-81.4295	336			OH	153		
11377480	Park Creek Estates	park-creek-estates	US		0	America/New_York	40.95209	-81.4332	336			OH	153		
11377481	Park Ridge Estates	park-ridge-estates	US		0	America/New_York	40.95301	-81.4285	336			OH	153		
11377482	Ann Marie Estates	ann-marie-estates	US		0	America/New_York	40.9541	-81.4318	336			OH	153		
11377483	Raintree Estates	raintree-estates	US		0	America/New_York	40.9546	-81.4412	346			OH	153		
11377484	Mystic Pointe	mystic-pointe	US		0	America/New_York	40.97002	-81.4222	342			OH	153		
11377485	Kungle Heights	kungle-heights	US		0	America/New_York	40.9725	-81.4337	337			OH	153		
11377486	Mayfair East	mayfair-east	US		0	America/New_York	40.9705	-81.4415	352			OH	153		
11377487	West Glen	west-glen	US		0	America/New_York	41.4474	-81.9329	218			OH	035	83622	
11377488	Doverwood Estates	doverwood-estates	US		0	America/New_York	41.4438	-81.9177	220			OH	035	83622	
11377489	Canterbury Colony	canterbury-colony	US		0	America/New_York	41.4476	-81.9186	220			OH	035	83622	
11377490	Canterbury Estates	canterbury-estates	US		0	America/New_York	41.4447	-81.9081	223			OH	035	83622	
11377491	Sterling Ridge	sterling-ridge	US		0	America/New_York	41.4426	-81.90605	223			OH	035	83622	
11377492	Rustic Woods	rustic-woods	US		0	America/New_York	41.4411	-81.9083	223			OH	035	83622	
11377493	Kerrington Estates	kerrington-estates	US		0	America/New_York	41.4472	-81.9051	223			OH	035	83622	
11377494	Meadow Lane	meadow-lane	US		0	America/New_York	41.4446	-81.8971	224			OH	035	83622	
11377495	Circlewood	circlewood	US		0	America/New_York	41.4468	-81.8975	224			OH	035	83622	
11377496	Stonehedge	stonehedge	US		0	America/New_York	41.4485	-81.88801	223			OH	035	83622	
11377497	Westwood Acres	westwood-acres	US		0	America/New_York	41.4487	-81.8973	224			OH	035	83622	
11377499	Bent Tree	bent-tree	US		0	America/New_York	41.45	-81.9446	214			OH	035	83622	
11377500	Sailors Landing	sailors-landing	US		0	America/New_York	41.4543	-81.9392	214			OH	035	83622	
11377501	Brigadoon	brigadoon	US		0	America/New_York	41.4549	-81.93269	215			OH	035	83622	
11377502	Avalon Estates	avalon-estates	US		0	America/New_York	41.4495	-81.9377	216			OH	035	83622	
11377503	Ashford Estates	ashford-estates	US		0	America/New_York	41.45001	-81.9338	217			OH	035	83622	
11377504	North Glen Estates	north-glen-estates	US		0	America/New_York	41.4515	-81.93102	217			OH	035	83622	
11377505	Glenmore Estates	glenmore-estates	US		0	America/New_York	41.4496	-81.92928	219			OH	035	83622	
11377507	Hidden Acres	hidden-acres	US		0	America/New_York	41.4514	-81.9069	221			OH	035	83622	
11377508	Quail Hollow	quail-hollow	US		0	America/New_York	41.4518	-81.87903	224			OH	035	83622	
11377509	Pebblebrook	pebblebrook	US		0	America/New_York	41.45403	-81.8786	221			OH	035	83622	
11377510	Lands End	lands-end	US		0	America/New_York	41.4565	-81.9632	209			OH	035	83622	
11377511	Farmington Place	farmington-place	US		0	America/New_York	41.4573	-81.9461	211			OH	035	83622	
11377512	Rockport Subdivision	rockport-subdivision	US		0	America/New_York	41.4595	-81.9371	212			OH	035	83622	
11377513	Capel Vale	capel-vale	US		0	America/New_York	41.4569	-81.92944	215			OH	035	83622	
11377514	Royal Forest	royal-forest	US		0	America/New_York	41.4587	-81.92559	214			OH	035	83622	
11377516	Canterbury Manor	canterbury-manor	US		0	America/New_York	41.4574	-81.9092	215			OH	035	83622	
11377517	Cotswold Manor	cotswold-manor	US		0	America/New_York	41.4613	-81.8963	215			OH	035	83622	
11377518	Grayton	grayton	US		0	America/New_York	41.4604	-81.88657	217			OH	035	83622	
11377519	Hunters Point	hunters-point	US		0	America/New_York	41.4607	-81.8749	213			OH	035	83622	
11377520	The Glens	the-glens	US		0	America/New_York	41.4652	-81.96328	198			OH	035	83622	
11377521	Creekwood Meadows	creekwood-meadows	US		0	America/New_York	41.4694	-81.9278	197			OH	035	83622	
11377523	Balmoral	balmoral	US		0	America/New_York	41.4634	-81.9091	212			OH	035	83622	
11377524	Cobblestone Chase	cobblestone-chase	US		0	America/New_York	41.4664	-81.9086	211			OH	035	83622	
11377525	Victoria Estates	victoria-estates	US		0	America/New_York	41.4663	-81.9053	211			OH	035	83622	
11377526	Queens Court	queens-court	US		0	America/New_York	41.46377	-81.9037	212			OH	035	83622	
11377528	Westhill Estates	westhill-estates	US		0	America/New_York	41.4664	-81.8939	212			OH	035	83622	
11377530	Ohio Shores	ohio-shores	US		0	America/New_York	41.4668	-81.89001	211			OH	035	83622	
11377531	Woods Of Westlake	woods-of-westlake	US		0	America/New_York	41.4727	-81.92911	199			OH	035	83622	
11377532	Dover Bay Estates	dover-bay-estates	US		0	America/New_York	41.4726	-81.9228	199			OH	035	83622	
11377533	Carriage Park Estates	carriage-park-estates	US		0	America/New_York	41.4745	-81.9189	198			OH	035	83622	
11377534	Point West	point-west	US		0	America/New_York	41.4717	-81.91902	199			OH	035	83622	
11377535	Farmington Lakes	farmington-lakes	US		0	America/Chicago	41.7144	-88.31219	204			IL	093	56900	
11382775	Hidden Hills	hidden-hills	US		0	America/Indiana/Indianapolis	40.78125	-86.0971	232			IN	103	59346	
11387620	Darby Meadows	darby-meadows	US		0	America/New_York	40.16208	-83.31663	308			OH	159	20170	
11387621	Mill Creek Estates	mill-creek-estates	US		0	America/New_York	40.23339	-83.30446	294			OH	159	22484	
11387622	Parrott Village	parrott-village	US		0	America/New_York	40.29184	-83.34964	309			OH	159	76194	
11387623	Tawa Estates	tawa-estates	US		0	America/New_York	40.41592	-83.26322	282			OH	159	15112	
11387624	Grandview Estates	grandview-estates	US		0	America/New_York	40.64378	-83.08385	298			OH	101	47768	
11387625	The Groves At Newmans Crossing	the-groves-at-newmans-crossing	US		0	America/New_York	40.49992	-83.08614	290			OH	101	63352	
11387626	Air View Acres	air-view-acres	US		0	America/New_York	40.61621	-83.07639	298			OH	101	47768	
11387627	Chateau Ridge	chateau-ridge	US		0	America/New_York	40.57476	-83.10055	298			OH	101	47768	
11387628	Colonial Acres	colonial-acres	US		0	America/New_York	40.5694	-83.1581	286			OH	101	47768	
11387630	Crystal Lakes	crystal-lakes	US		0	America/New_York	40.58836	-83.07057	298			OH	101	15196	
11387632	Eaglewood	eaglewood	US		0	America/New_York	40.54485	-83.15886	293			OH	101	63352	
11387633	Highlands of Marion	highlands-of-marion	US		0	America/New_York	40.57963	-83.06861	298			OH	101	15196	
11387634	Hunters Chase	hunters-chase	US		0	America/New_York	40.56655	-83.11774	297			OH	101	47768	
11387635	Quarry Estates	quarry-estates	US		0	America/New_York	40.52337	-83.15259	294			OH	101	63352	
11387636	Southern Estates	southern-estates	US		0	America/New_York	40.53318	-83.09389	295			OH	101	63352	
11387637	Yorkshire Terrace	yorkshire-terrace	US		0	America/New_York	40.56647	-83.0778	299			OH	101	47768	
11387638	Mareddy Estates	mareddy-estates	US		0	America/New_York	41.87591	-80.82998	193			OH	007	70646	
11387639	Holdlen Hills	holdlen-hills	US		0	America/New_York	41.78286	-80.93865	234			OH	007	29624	
11387640	Adena Pointe	adena-pointe	US		0	America/New_York	40.21822	-83.36116	303			OH	159	59864	
11387641	Ashton Meadows	ashton-meadows	US		0	America/New_York	40.25252	-83.37015	304			OH	159	59864	
11387642	Buxton Meadows	buxton-meadows	US		0	America/New_York	40.2291	-83.31099	294			OH	159	22484	
11387643	Carriage Acres	carriage-acres	US		0	America/New_York	40.24269	-83.35366	301			OH	159	59864	
11387644	Green Pastures	green-pastures	US		0	America/New_York	40.23189	-83.39053	319			OH	159	59864	
11387645	Greenwood Colony	greenwood-colony	US		0	America/New_York	40.22039	-83.36973	312			OH	159	59864	
11387646	Hickory Run	hickory-run	US		0	America/New_York	40.20251	-83.39195	308			OH	159	59864	
11387647	Hunters Run	hunters-run	US		0	America/New_York	40.23231	-83.45155	320			OH	159	01336	
11387648	Milford Estates	milford-estates	US		0	America/New_York	40.21399	-83.39373	315			OH	159	59864	
11387649	Villas At Hawks Crest	villas-at-hawks-crest	US		0	America/New_York	40.00374	-82.82112	292			OH	049	38612	
11387651	Jefferson Meadows	jefferson-meadows	US		0	America/New_York	40.00668	-82.82409	290			OH	049	38612	
11387654	Olde Falls Village	olde-falls-village	US		0	America/New_York	39.99301	-82.04472	272			OH	119	26502	
11387655	Avalon Heights	avalon-heights	US		0	America/New_York	39.96999	-82.01767	255			OH	119	88084	
11387656	Dillon View	dillon-view	US		0	America/New_York	39.99822	-82.09449	270			OH	119	26502	
11387657	Eastlynd Acres	eastlynd-acres	US		0	America/New_York	39.94363	-81.96535	270			OH	119	81522	
11387668	Asbury Heights	asbury-heights	US		0	America/New_York	40.00355	-82.78593	310			OH	049	38612	
11387669	Bedford Place	bedford-place	US		0	America/New_York	39.99011	-82.77793	312			OH	049	18000	
11387672	Crawford Farms	crawford-farms	US		0	America/New_York	39.99356	-82.79653	300			OH	049	18000	
11387673	Ackerly Park	ackerly-park	US		0	America/New_York	40.07606	-82.81446	309			OH	049	62974	
11387674	Albany Park	albany-park	US		0	America/New_York	40.07526	-82.84588	291			OH	049	18000	
11387675	Clivdon	clivdon	US		0	America/New_York	40.0757	-82.83334	295			OH	049	18000	
11387676	Clivdon Mews	clivdon-mews	US		0	America/New_York	40.07245	-82.83484	290			OH	049	18000	
11387677	Cobblestone At The Preserve	cobblestone-at-the-preserve	US		0	America/New_York	40.06532	-82.85293	293			OH	049	18000	
11387678	Ealy Crossing	ealy-crossing	US		0	America/New_York	40.08098	-82.81889	306			OH	049	62974	
11387679	Fenway	fenway	US		0	America/New_York	40.06864	-82.81565	309			OH	049	62974	
11387680	Hampstead Green	hampstead-green	US		0	America/New_York	40.08448	-82.8399	293			OH	049	18000	
11387681	Hampstead Heath	hampstead-heath	US		0	America/New_York	40.0814	-82.83177	295			OH	049	62974	
11387682	Hamptons At New Albany	hamptons-at-new-albany	US		0	America/New_York	40.10711	-82.82372	304			OH	049	18000	
11387683	Lambton Park	lambton-park	US		0	America/New_York	40.06152	-82.82629	297			OH	049	62974	
11387685	New Albany Farms	new-albany-farms	US		0	America/New_York	40.06105	-82.80862	313			OH	049	62974	
11387686	Parkwood	parkwood	US		0	America/New_York	40.04468	-82.79166	319			OH	049	38612	
11387687	Pickett Place	pickett-place	US		0	America/New_York	40.07992	-82.82891	297			OH	049	62974	
11387688	Planters Grove	planters-grove	US		0	America/New_York	40.05532	-82.83724	290			OH	049	62974	
11387689	The Greens At Clarenton	the-greens-at-clarenton	US		0	America/New_York	40.04959	-82.81803	308			OH	049	50064	
11387690	Waterston	waterston	US		0	America/New_York	40.06456	-82.82598	297			OH	049	62974	
11387691	Wiveliscombe	wiveliscombe	US		0	America/New_York	40.07767	-82.82837	297			OH	049	62974	
11387692	Woods At Sugar Run	woods-at-sugar-run	US		0	America/New_York	40.09372	-82.82958	301			OH	049	18000	
11387693	Creekstone	creekstone	US		0	America/New_York	40.00072	-82.78483	309			OH	049	18000	
11387694	Dorchester Green	dorchester-green	US		0	America/New_York	39.99804	-82.79433	302			OH	049	18000	
11387695	Estates At Fieldstone	estates-at-fieldstone	US		0	America/New_York	40.01704	-82.79701	307			OH	049	38612	
11387696	Fieldstone	fieldstone	US		0	America/New_York	40.01667	-82.79293	308			OH	049	38612	
11387697	Havenswood	havenswood	US		0	America/New_York	40.0267	-82.79553	308			OH	049	38612	
11387698	Jefferson Estates	jefferson-estates	US		0	America/New_York	40.0408	-82.79725	314			OH	049	38612	
11387699	Kingswood Farms	kingswood-farms	US		0	America/New_York	39.98042	-82.80064	289			OH	049	38612	
11387700	Kitzmiller Crossing	kitzmiller-crossing	US		0	America/New_York	40.03536	-82.82393	296			OH	049	38612	
11387701	Morrison Farms	morrison-farms	US		0	America/New_York	40.01566	-82.78533	313			OH	049	38612	
11387702	Royal Elm	royal-elm	US		0	America/New_York	40.01312	-82.79253	308			OH	049	38612	
11387703	Stepping Stone	stepping-stone	US		0	America/New_York	40.01981	-82.82282	296			OH	049	38612	
11387704	Stonehill	stonehill	US		0	America/New_York	39.99284	-82.81816	278			OH	049	18000	
11387705	The Woods At Havens Run	the-woods-at-havens-run	US		0	America/New_York	40.02971	-82.82183	296			OH	049	38612	
11387707	McCammon Estates	mccammon-estates	US		0	America/New_York	40.16948	-82.971	275			OH	041	58618	
11387708	Northport Meadows	northport-meadows	US		0	America/New_York	40.17159	-83.00558	288			OH	041	58618	
11387709	Oldfield Estates	oldfield-estates	US		0	America/New_York	40.22304	-83.00593	290			OH	041	05788	
11387710	Olentangy Glade	olentangy-glade	US		0	America/New_York	40.14049	-83.00329	285			OH	049	18000	
11387711	Olentangy Meadows	olentangy-meadows	US		0	America/New_York	40.14469	-83.01117	287			OH	049	18000	
11387712	Parkshore	parkshore	US		0	America/New_York	40.18688	-82.98071	282			OH	041	58618	
11387713	Piatt Meadows	piatt-meadows	US		0	America/New_York	40.21852	-82.99592	286			OH	041	05788	
11387715	The Shores	the-shores	US		0	America/New_York	40.19229	-82.98495	284			OH	041	58618	
11387716	The Woods At Bale Kenyon	the-woods-at-bale-kenyon	US		0	America/New_York	40.1572	-82.96369	263			OH	041	58618	
11387717	The Woods At Cross Creek	the-woods-at-cross-creek	US		0	America/New_York	40.17258	-82.98918	285			OH	041	58618	
11387718	Walker Woods	walker-woods	US		0	America/New_York	40.15993	-82.97514	285			OH	041	58618	
11387719	Waverly Place	waverly-place	US		0	America/New_York	40.16015	-82.96236	261			OH	041	58618	
11387721	Wilshire	wilshire	US		0	America/New_York	40.16911	-82.99007	291			OH	041	58618	
11387722	Woodstone	woodstone	US		0	America/New_York	40.18105	-82.97555	275			OH	041	58618	
11387723	Wynstone	wynstone	US		0	America/New_York	40.1492	-83.00281	291			OH	049	18000	
11387724	Greyland Estates	greyland-estates	US		0	America/New_York	40.22929	-82.78747	327			OH	041	77336	
11387725	Sunbury Meadows	sunbury-meadows	US		0	America/New_York	40.23578	-82.88178	285			OH	041		
11387726	Cheshire Woods	cheshire-woods	US		0	America/New_York	40.23685	-82.92046	295			OH	041	05774	
11387727	Crystal Valley	crystal-valley	US		0	America/New_York	40.17951	-82.95777	252			OH	041	58618	
11387728	Estates At Sherman Lake	estates-at-sherman-lake	US		0	America/New_York	40.25493	-82.95151	283			OH	041	05788	
11387729	Grand Oak	grand-oak	US		0	America/New_York	40.18483	-82.93605	283			OH	041	29694	
11387730	Harbor Pointe	harbor-pointe	US		0	America/New_York	40.23226	-82.95194	285			OH	041	05788	
11387731	Heather Glen	heather-glen	US		0	America/New_York	40.21502	-82.91784	299			OH	041	05774	
11387732	Hickory Woods	hickory-woods	US		0	America/New_York	40.20643	-82.92378	292			OH	041	29694	
11387733	Hidden Creek	hidden-creek	US		0	America/New_York	40.23336	-82.93421	291			OH	041	05774	
11387734	Hoover Woods	hoover-woods	US		0	America/New_York	40.18407	-82.86383	287			OH	041	29694	
11387735	Keller Pines	keller-pines	US		0	America/New_York	40.18104	-82.85264	294			OH	041	33516	
11387736	Lake of the Woods	lake-of-the-woods	US		0	America/New_York	40.15139	-82.86929	279			OH	041	29694	
11387737	Mansard Estates	mansard-estates	US		0	America/New_York	40.18579	-82.92836	294			OH	041	29694	
11387738	Running Fox Estates	running-fox-estates	US		0	America/New_York	40.17854	-82.90981	287			OH	041	29694	
11387739	Sheffield Park	sheffield-park	US		0	America/New_York	40.19255	-82.92574	294			OH	041	29694	
11387740	Sherman Lakes	sherman-lakes	US		0	America/New_York	40.25497	-82.95733	278			OH	041	05788	
11387741	Summerwood	summerwood	US		0	America/New_York	40.225	-82.95027	286			OH	041	05788	
11387742	Vinmar Farms	vinmar-farms	US		0	America/New_York	40.18538	-82.90459	288			OH	041	29694	
11387744	Walnut Grove Estates	walnut-grove-estates	US		0	America/New_York	40.18443	-82.91997	289			OH	041	29694	
11387745	Walnut Woods	walnut-woods	US		0	America/New_York	40.18383	-82.94581	269			OH	041	58618	
11387746	Windale Farms	windale-farms	US		0	America/New_York	40.1697	-82.86388	280			OH	041	29694	
11387747	Brooks Edge	brooks-edge	US		0	America/New_York	39.90018	-83.45429	322			OH	097	44674	
11387748	Amherst Meadows	amherst-meadows	US		0	America/New_York	39.90689	-83.43484	316			OH	097	44674	
11387749	Chevington Place	chevington-place	US		0	America/New_York	39.90998	-83.43202	314			OH	097	44674	
11387751	London Terrace	london-terrace	US		0	America/New_York	39.88262	-83.46117	320			OH	097	44674	
11387752	Sheffield Commons	sheffield-commons	US		0	America/New_York	39.90118	-83.44137	320			OH	097	44674	
11387765	Fairfield Farms	fairfield-farms	US		0	America/New_York	39.75981	-82.7947	304			OH	045	06950	
11387766	Jefferson Woods	jefferson-woods	US		0	America/New_York	39.84532	-82.74762	245			OH	045	80206	
11387767	Abbie Trails	abbie-trails	US		0	America/New_York	39.90281	-82.80616	241			OH	049	18000	
11387768	Bixford Green	bixford-green	US		0	America/New_York	39.87415	-82.87166	227			OH	049	46410	
11387769	Brice Meadows	brice-meadows	US		0	America/New_York	39.87798	-82.83268	233			OH	049	18000	
11387770	Chelsea Glen	chelsea-glen	US		0	America/New_York	39.88156	-82.8283	234			OH	049	18000	
11387771	Cobbleton Grove	cobbleton-grove	US		0	America/New_York	39.88815	-82.86475	228			OH	049	18000	
11387772	Countryview Village	countryview-village	US		0	America/New_York	39.90997	-82.82835	239			OH	049	18000	
11387773	Essex Place	essex-place	US		0	America/New_York	39.87527	-82.83391	233			OH	049	18000	
11387774	Gender Park	gender-park	US		0	America/New_York	39.87498	-82.8234	235			OH	049	18000	
11387775	Greensview Villas	greensview-villas	US		0	America/New_York	39.82955	-82.82819	231			OH	049	46410	
11387776	Hummell Grove	hummell-grove	US		0	America/New_York	39.9095	-82.81629	241			OH	049	18000	
11387777	Kensington Glen	kensington-glen	US		0	America/New_York	39.91456	-82.82865	240			OH	049	18000	
11387778	Slate Ridge Estates	slate-ridge-estates	US		0	America/New_York	39.75504	-82.81233	305			OH	045	06950	
11387779	Winchester Trace	winchester-trace	US		0	America/New_York	39.84638	-82.79893	235			OH	045	80206	
11387780	Woodstream	woodstream	US		0	America/New_York	39.85281	-82.75974	253			OH	045	80206	
11387781	Lehman Estates	lehman-estates	US		0	America/New_York	39.8642	-82.81503	233			OH	049	18000	
11387782	Lehman Meadows	lehman-meadows	US		0	America/New_York	39.86895	-82.80903	236			OH	049	18000	
11387784	Meadows At Winchester	meadows-at-winchester	US		0	America/New_York	39.87175	-82.81112	236			OH	049	18000	
11387785	Motts Place	motts-place	US		0	America/New_York	39.90968	-82.81425	242			OH	049	18000	
11387786	The Villages At Winchester	the-villages-at-winchester	US		0	America/New_York	39.8382	-82.82724	230			OH	049	46410	
11387787	Washington Knoll	washington-knoll	US		0	America/New_York	39.83635	-82.80984	231			OH	049	46410	
11387788	Winchester Highlands	winchester-highlands	US		0	America/New_York	39.86604	-82.82139	233			OH	049	18000	
11387789	Winchester Lakes	winchester-lakes	US		0	America/New_York	39.86225	-82.81997	233			OH	049	18000	
11387790	Village At Shannon Green	village-at-shannon-green	US		0	America/New_York	39.89583	-82.8494	232			OH	049	18000	
11387791	Village At Schirm Farms	village-at-schirm-farms	US		0	America/New_York	39.87058	-82.82807	231			OH	049	18000	
11387792	Villas At Charleston Lake	villas-at-charleston-lake	US		0	America/New_York	39.85243	-82.82085	230			OH	049	46410	
11387793	White Oak Park	white-oak-park	US		0	America/New_York	39.88165	-82.82139	238			OH	049	18000	
11387798	Anderson Meadows	anderson-meadows	US		0	America/New_York	40.00474	-83.176	286			OH	049	57344	
11387799	Ridgewood Estates	ridgewood-estates	US		0	America/New_York	40.04575	-83.11287	256			OH	049	57344	
11387800	River Landings	river-landings	US		0	America/New_York	40.04962	-83.11074	253			OH	049	57344	
11387801	Scioto Run	scioto-run	US		0	America/New_York	40.03912	-83.11159	255			OH	049	57344	
11387802	Shire Cove	shire-cove	US		0	America/New_York	40.06062	-83.10879	248			OH	049	57344	
11387805	The Meadows	the-meadows	US		0	America/New_York	39.99473	-83.15831	286			OH	049	18000	
11387806	Timberbrook	timberbrook	US		0	America/New_York	39.98105	-83.1677	283			OH	049	57344	
11387807	Westbriar	westbriar	US		0	America/New_York	40.01419	-83.16365	286			OH	049	57344	
11387808	Westbrooke Park	westbrooke-park	US		0	America/New_York	40.01611	-83.17079	287			OH	049	18000	
11387809	Western Lakes	western-lakes	US		0	America/New_York	40.00024	-83.16166	286			OH	049	18000	
11387810	Westwind	westwind	US		0	America/New_York	40.00742	-83.14888	283			OH	049	18000	
11387818	Clifton Chase	clifton-chase	US		0	America/New_York	39.93005	-83.15159	278			OH	049	18000	
11387819	Epernay	epernay	US		0	America/New_York	39.92955	-83.15453	277			OH	049	18000	
11387820	Galloway Ridge	galloway-ridge	US		0	America/New_York	39.95748	-83.15669	282			OH	049	18000	
11387821	Glenchester	glenchester	US		0	America/New_York	39.95588	-83.14781	282			OH	049	18000	
11387822	Great Oak	great-oak	US		0	America/New_York	39.92811	-83.16537	277			OH	049	18000	
11387823	Greene Countrie	greene-countrie	US		0	America/New_York	39.94436	-83.15171	276			OH	049	18000	
11387824	Halloway	halloway	US		0	America/New_York	39.92911	-83.15894	276			OH	049	18000	
11387825	Hidden Creek At The Darby	hidden-creek-at-the-darby	US		0	America/New_York	39.93277	-83.25959	276			OH	097	38696	
11387829	Adalee Park	adalee-park	US		0	America/New_York	40.2938	-83.11246	287			OH	041	21469	
11387830	Applegate Bend	applegate-bend	US		0	America/New_York	40.29933	-83.09476	287			OH	041	21469	
11387831	Braddington Commons	braddington-commons	US		0	America/New_York	40.30107	-83.1087	287			OH	041	21469	
11387832	Braumiller Woods	braumiller-woods	US		0	America/New_York	40.24607	-83.03801	288			OH	041	43106	
11387833	Bridlespur	bridlespur	US		0	America/New_York	40.19189	-83.06995	275			OH	041	43106	
11387834	Carson Farms	carson-farms	US		0	America/New_York	40.29633	-83.10226	287			OH	041	21469	
11387835	Cheshire Cove	cheshire-cove	US		0	America/New_York	40.23557	-82.99108	287			OH	041	05788	
11387836	Cheshire Crossing	cheshire-crossing	US		0	America/New_York	40.24486	-83.04782	281			OH	041	21469	
11387837	Dornoch Estates	dornoch-estates	US		0	America/New_York	40.25	-83.04698	280			OH	041	43106	
11387838	Estates At Braumiller	estates-at-braumiller	US		0	America/New_York	40.2478	-83.03683	288			OH	041	43106	
11387839	Glenross	glenross	US		0	America/New_York	40.24495	-83.02924	289			OH	041	21469	
11387840	Kensington Place	kensington-place	US		0	America/New_York	40.30226	-83.03517	287			OH	041	21469	
11387841	Lantern Chase	lantern-chase	US		0	America/New_York	40.31921	-83.11339	294			OH	041	21469	
11387842	Meadows At Carson Farms	meadows-at-carson-farms	US		0	America/New_York	40.30122	-83.1026	287			OH	041	21469	
11387845	The Woods At Dornoch Estates	the-woods-at-dornoch-estates	US		0	America/New_York	40.2545	-83.04898	281			OH	041	21448	
11387846	Trails End	trails-end	US		0	America/New_York	40.19157	-83.05489	247			OH	041	43106	
11387847	Village At Lehner Woods	village-at-lehner-woods	US		0	America/New_York	40.2995	-83.11585	287			OH	041	21469	
11387848	Village At North Falls	village-at-north-falls	US		0	America/New_York	40.18912	-83.03214	276			OH	041	58618	
11387849	Wesleyan Woods	wesleyan-woods	US		0	America/New_York	40.27374	-83.07693	280			OH	041	21469	
11387850	Westfield Hills	westfield-hills	US		0	America/New_York	40.31892	-83.10647	294			OH	041	21469	
11387851	Whisper Trace	whisper-trace	US		0	America/New_York	40.18589	-83.14848	281			OH	041	18140	
11387852	Whispering Creek	whispering-creek	US		0	America/New_York	40.25479	-82.98786	281			OH	041	05788	
11387853	Wingate Farms	wingate-farms	US		0	America/New_York	40.18027	-83.0595	265			OH	041	43106	
11387861	Laurel Green	laurel-green	US		0	America/New_York	39.92524	-83.15153	276			OH	049	18000	
11387862	Oakmont Village	oakmont-village	US		0	America/New_York	39.92963	-83.14934	277			OH	049	18000	
11387863	Post Oak Country Estates	post-oak-country-estates	US		0	America/New_York	39.90192	-83.15911	270			OH	049	64570	
11387865	Robroy Estates	robroy-estates	US		0	America/New_York	39.91196	-83.23058	280			OH	049	63254	
11387866	Summerlyn	summerlyn	US		0	America/New_York	39.94696	-83.15932	278			OH	049	18000	
11387867	The Village At Thornapple	the-village-at-thornapple	US		0	America/New_York	39.96575	-83.16539	282			OH	049	18000	
11387868	Thornapple Grove	thornapple-grove	US		0	America/New_York	39.9708	-83.16572	283			OH	049	18000	
11387869	Thornapple Highlands	thornapple-highlands	US		0	America/New_York	39.96351	-83.16032	283			OH	049	18000	
11387870	Village Park	village-park	US		0	America/New_York	39.92557	-83.17338	278			OH	049	64570	
11387871	Westbend	westbend	US		0	America/New_York	39.93035	-83.1658	276			OH	049	18000	
11387873	Westwoods Village	westwoods-village	US		0	America/New_York	39.94644	-83.14558	280			OH	049	18000	
11392559	Buffalo Chip	buffalo-chip	US		0	America/Denver	44.41418	-103.41227	972			SD	093		
11392575	Alkire Lakes	alkire-lakes	US		0	America/New_York	39.9125	-83.0908	255			OH	049	18000	
11392576	Alkire Place	alkire-place	US		0	America/New_York	39.91204	-83.10256	262			OH	049	18000	
11392577	Alkire Run	alkire-run	US		0	America/New_York	39.9146	-83.0939	255			OH	049	18000	
11392578	Alkire Village	alkire-village	US		0	America/New_York	39.9094	-83.11586	270			OH	049	18000	
11392579	Alkire Woods	alkire-woods	US		0	America/New_York	39.9134	-83.09782	258			OH	049	18000	
11392580	Autumn Grove	autumn-grove	US		0	America/New_York	39.873	-83.10886	265			OH	049	37772	
11392581	Concord Lakes	concord-lakes	US		0	America/New_York	39.8893	-83.11807	270			OH	049	37772	
11392582	Concord Park	concord-park	US		0	America/New_York	39.8842	-83.118	270			OH	049	37772	
11392583	Elginfield	elginfield	US		0	America/New_York	39.8853	-83.115	268			OH	049	37772	
11392585	Rush Creek	rush-creek	US		0	America/New_York	39.88764	-83.11203	268			OH	049	37772	
11392586	Heritage Glen	heritage-glen	US		0	America/New_York	39.8968	-83.07985	253			OH	049	37772	
11392587	Pine Manor	pine-manor	US		0	America/New_York	39.89976	-83.07159	247			OH	049	37772	
11392588	Parkside Estates	parkside-estates	US		0	America/New_York	39.89884	-83.06618	244			OH	049	37772	
11392589	Parkside Village	parkside-village	US		0	America/New_York	39.8982	-83.06411	242			OH	049	37772	
11392590	Farmbrook	farmbrook	US		0	America/New_York	39.8943	-83.0589	242			OH	049	37772	
11392592	Tanglebrook	tanglebrook	US		0	America/New_York	39.87902	-83.10554	264			OH	049	37772	
11392593	Meadow Grove East	meadow-grove-east	US		0	America/New_York	39.85074	-83.0643	242			OH	049	37772	
11392595	Ravines At Quail Creek	ravines-at-quail-creek	US		0	America/New_York	39.84222	-83.06422	241			OH	049	37772	
11392596	Landings At Quail Creek	landings-at-quail-creek	US		0	America/New_York	39.84037	-83.07079	247			OH	049	37772	
11392597	Willows At Quail Creek	willows-at-quail-creek	US		0	America/New_York	39.8438	-83.07018	245			OH	049	37772	
11392598	Scioto Meadows	scioto-meadows	US		0	America/New_York	39.8325	-83.02102	218			OH	049	37772	
11392599	Village At Scioto Meadows	village-at-scioto-meadows	US		0	America/New_York	39.83104	-83.02492	215			OH	049	37772	
11392600	Hennigans Grove	hennigans-grove	US		0	America/New_York	39.8398	-83.02282	217			OH	049	37772	
11392601	Indian Trails	indian-trails	US		0	America/New_York	39.8337	-83.05531	236			OH	049	37772	
11392602	Ledgestone At Indian Trails	ledgestone-at-indian-trails	US		0	America/New_York	39.8314	-83.05241	235			OH	049	37772	
11392603	Woodfield Oaks	woodfield-oaks	US		0	America/New_York	39.83335	-83.05236	234			OH	049	37772	
11392604	The Crossing At Grants Run	the-crossing-at-grants-run	US		0	America/New_York	39.8333	-83.04553	229			OH	049	37772	
11392605	Grant Run Estates	grant-run-estates	US		0	America/New_York	39.83977	-83.04693	230			OH	049	37772	
11392606	Hawthorne Woods	hawthorne-woods	US		0	America/New_York	39.83629	-83.05326	235			OH	049	37772	
11392607	Quail Creek	quail-creek	US		0	America/New_York	39.8445	-83.06472	242			OH	049	37772	
11392609	Chestnut Farms	chestnut-farms	US		0	America/New_York	39.8523	-83.05234	237			OH	049	37772	
11392610	Meadow Grove Estates	meadow-grove-estates	US		0	America/New_York	39.84528	-83.05441	233			OH	049	37772	
11392611	Meadow Grove South	meadow-grove-south	US		0	America/New_York	39.84508	-83.05927	238			OH	049	37772	
11392615	Holton Run	holton-run	US		0	America/New_York	39.86777	-83.10004	262			OH	049	37772	
11392616	Claybrooke Crossings	claybrooke-crossings	US		0	America/New_York	39.8644	-83.0887	256			OH	049	37772	
11392617	Mayfair Park	mayfair-park	US		0	America/New_York	39.86677	-83.0907	257			OH	049	37772	
11392618	Hoover Park	hoover-park	US		0	America/New_York	39.86998	-83.09372	260			OH	049	37772	
11392619	Haughn Glen	haughn-glen	US		0	America/New_York	39.8636	-83.0839	253			OH	049	37772	
11392620	Hoover Crossing	hoover-crossing	US		0	America/New_York	39.8657	-83.0789	250			OH	049	37772	
11392621	Margies Cove	margies-cove	US		0	America/New_York	39.8612	-83.07605	249			OH	049	37772	
11392622	Castle Farms	castle-farms	US		0	America/New_York	39.8727	-83.09452	258			OH	049	37772	
11392623	Sherry Lynne Homes	sherry-lynne-homes	US		0	America/New_York	39.8755	-83.09637	259			OH	049	37772	
11392624	Woodlawn Addition	woodlawn-addition	US		0	America/New_York	39.8794	-83.09272	258			OH	049	37772	
11392625	Kingswood Heights	kingswood-heights	US		0	America/New_York	39.8755	-83.08833	255			OH	049	37772	
11392626	Brookgrove	brookgrove	US		0	America/New_York	39.8768	-83.07931	252			OH	049	37772	
11392627	Grove City Heights	grove-city-heights	US		0	America/New_York	39.8754	-83.0743	250			OH	049	37772	
11392628	Briarwood Hills	briarwood-hills	US		0	America/New_York	39.86849	-83.0637	243			OH	049	37772	
11392629	High Meadow	high-meadow	US		0	America/New_York	39.8794	-83.0736	252			OH	049	37772	
11392630	Keller Farm	keller-farm	US		0	America/New_York	39.8744	-83.0664	248	Keller Farm,Keller Farms		OH	049	37772	
11392631	Keller Farm East	keller-farm-east	US		0	America/New_York	39.8741	-83.0593	240			OH	049	37772	
11392633	Jackson Homes	jackson-homes	US		0	America/New_York	39.8856	-83.0817	254			OH	049	37772	
11392634	Barfield Heights	barfield-heights	US		0	America/New_York	39.889	-83.08334	254			OH	049	37772	
11392637	Stratford Green At Mayfair	stratford-green-at-mayfair	US		0	America/New_York	40.96808	-81.4388	340			OH	153		
11392638	Pressler Heights	pressler-heights	US		0	America/New_York	40.9848	-81.4372	348			OH	153		
11392639	Lakes Of Green	lakes-of-green	US		0	America/New_York	40.9819	-81.4255	328			OH	153		
11392640	McChesney Meadows	mcchesney-meadows	US		0	America/New_York	40.9825	-81.4188	342			OH	153		
11392641	McChesney Acres	mcchesney-acres	US		0	America/New_York	40.9868	-81.4184	342			OH	153		
11392642	Kimberly Valley	kimberly-valley	US		0	America/New_York	40.9863	-81.4241	344			OH	153		
11392643	Lawnfield Estates	lawnfield-estates	US		0	America/New_York	40.9869	-81.4273	345			OH	153		
11392644	Powell Subdivision	powell-subdivision	US		0	America/New_York	40.9882	-81.42839	344			OH	153		
11392645	Walnut Hills	walnut-hills	US		0	America/New_York	40.9836	-81.4599	350			OH	153		
11392646	Finley Homesites	finley-homesites	US		0	America/New_York	40.9873	-81.4593	333			OH	153		
11392647	Mayfair Estates	mayfair-estates	US		0	America/New_York	40.9704	-81.4571	351			OH	153		
11392648	Robinwood Estates	robinwood-estates	US		0	America/New_York	40.9648	-81.4622	360			OH	153		
11392649	Beechtree Estates	beechtree-estates	US		0	America/New_York	40.9806	-81.4718	346			OH	153		
11392650	Saullos Acres	saullos-acres	US		0	America/New_York	40.9633	-81.4546	354			OH	153		
11392651	Chenoweth Estates	chenoweth-estates	US		0	America/New_York	40.9855	-81.48008	351			OH	153		
11392652	Green Highlands	green-highlands	US		0	America/New_York	40.9558	-81.4689	371			OH	153		
11392653	High Tower Estates	high-tower-estates	US		0	America/New_York	40.9434	-81.4808	346			OH	153		
11392654	Greenwood Commons	greenwood-commons	US		0	America/New_York	40.9458	-81.4779	354			OH	153		
11392655	Villages At Meadow Wood	villages-at-meadow-wood	US		0	America/New_York	40.9516	-81.4786	362			OH	153		
11392656	Rolling Greens Estates	rolling-greens-estates	US		0	America/New_York	40.9502	-81.4835	352			OH	153		
11392657	Rolling Greens	rolling-greens	US		0	America/New_York	40.95004	-81.4883	347			OH	153		
11392658	Estates At Meadow Wood	estates-at-meadow-wood	US		0	America/New_York	40.9553	-81.4783	362			OH	153		
11392659	Meadow Wood	meadow-wood	US		0	America/New_York	40.9557	-81.4827	352			OH	153		
11392661	Bradley Acres	bradley-acres	US		0	America/New_York	41.4193	-81.9637	224			OH	035	83622	
11392662	Bradley Woods	bradley-woods	US		0	America/New_York	41.4187	-81.9612	226			OH	035	83622	
11392663	Prestwick	prestwick	US		0	America/New_York	41.4241	-81.9668	215			OH	035	83622	
11392664	Prestwick Glen	prestwick-glen	US		0	America/New_York	41.4265	-81.9645	215			OH	035	83622	
11392665	Mallard Cove	mallard-cove	US		0	America/New_York	41.4256	-81.9592	218			OH	035	83622	
11392666	Hedgewood	hedgewood	US		0	America/New_York	41.4272	-81.95401	217			OH	035	83622	
11392668	Bel Aire Estates	bel-aire-estates	US		0	America/New_York	41.4332	-81.9627	214			OH	035	83622	
11392669	Porter Road Tracks	porter-road-tracks	US		0	America/New_York	41.4284	-81.9392	223			OH	035	83622	
11392671	Hilliard Woods Estates	hilliard-woods-estates	US		0	America/New_York	41.4378	-81.9683	212			OH	035	83622	
11392672	Windsor Park	windsor-park	US		0	America/New_York	41.4371	-81.9657	212			OH	035	83622	
11392673	Hilliard Oak Estates	hilliard-oak-estates	US		0	America/New_York	41.4407	-81.9541	213			OH	035	83622	
11392674	West Park Ridge Estates	west-park-ridge-estates	US		0	America/New_York	41.4385	-81.9548	213			OH	035	83622	
11392675	Parkland	parkland	US		0	America/New_York	41.4367	-81.9575	213			OH	035	83622	
11392676	Fox Chase	fox-chase	US		0	America/New_York	41.4387	-81.9337	223			OH	035	83622	
11392678	Courtland Meadows	courtland-meadows	US		0	America/New_York	41.4372	-81.9208	222			OH	035	83622	
11392679	Rosewood Estates	rosewood-estates	US		0	America/New_York	41.4358	-81.9077	224			OH	035	83622	
11392681	Country Club Estates	country-club-estates	US		0	America/New_York	41.4466	-81.9636	213			OH	035	83622	
11392682	Royal Woods	royal-woods	US		0	America/New_York	41.4436	-81.9587	213			OH	035	83622	
11392683	Saint Ives	saint-ives	US		0	America/New_York	41.4427	-81.95503	214			OH	035	83622	
11392684	Chairmans Rowe	chairmans-rowe	US		0	America/New_York	41.4424	-81.9521	215			OH	035	83622	
11392685	Devonshire	devonshire	US		0	America/New_York	41.4444	-81.9496	214			OH	035	83622	
11392686	The Estates	the-estates	US		0	America/New_York	41.4465	-81.9444	216			OH	035	83622	
11392687	Springbrook At Farmington Lakes	springbrook-at-farmington-lakes	US		0	America/Chicago	41.7097	-88.30747	202			IL	093	56900	
11392688	Blackberry Knoll	blackberry-knoll	US		0	America/Chicago	41.7051	-88.3877	201			IL	093	08368	
11392689	Gates Creek West	gates-creek-west	US		0	America/Chicago	41.6919	-88.3876	200			IL	093	08368	
11392690	Estates Of Fox Chase	estates-of-fox-chase	US		0	America/Chicago	41.6947	-88.3725	197			IL	093	08368	
11392691	Fox Chase	fox-chase	US		0	America/Chicago	41.6943	-88.3619	199			IL	093	56900	
11392692	River Mist On The Fox	river-mist-on-the-fox	US		0	America/Chicago	41.6936	-88.3524	188			IL	093	56900	
11392694	Windcrest	windcrest	US		0	America/Chicago	41.69504	-88.3348	200			IL	093	56900	
11392695	Ponds At Mill Race Creek	ponds-at-mill-race-creek	US		0	America/Chicago	41.7022	-88.3313	202			IL	093	56900	
11392696	Mill Race Creek	mill-race-creek	US		0	America/Chicago	41.6998	-88.3233	201			IL	093	56900	
11392697	Winding Waters Of Mill Race Creek	winding-waters-of-mill-race-creek	US		0	America/Chicago	41.69708	-88.3235	201			IL	093	56900	
11392698	Victoria Meadows	victoria-meadows	US		0	America/Chicago	41.7059	-88.3224	202			IL	093	56900	
11392699	Steeplechase At Churchill Club	steeplechase-at-churchill-club	US		0	America/Chicago	41.7046	-88.2976	203			IL	093	56900	
11392700	Brighton Meadows	brighton-meadows	US		0	America/Chicago	41.7068	-88.2767	222			IL	093	56900	
11392701	Gates Creek	gates-creek	US		0	America/Chicago	41.6889	-88.37325	200			IL	093	08368	
11392702	River Run	river-run	US		0	America/Chicago	41.6906	-88.3649	200			IL	093	56900	
11392704	Brookside Manor	brookside-manor	US		0	America/Chicago	41.6774	-88.3531	195			IL	093	56900	
11392705	Arbor Gate	arbor-gate	US		0	America/Chicago	41.6701	-88.36045	200			IL	093	56900	
11392706	Lakeview Estates West	lakeview-estates-west	US		0	America/Chicago	41.6711	-88.35639	199			IL	093	56900	
11392707	Lakeview Estates	lakeview-estates	US		0	America/Chicago	41.6709	-88.3495	198			IL	093	56900	
11392708	White Pines	white-pines	US		0	America/Chicago	41.6662	-88.3483	202			IL	093	56900	
11392709	Deerpath Creek	deerpath-creek	US		0	America/Chicago	41.6627	-88.3515	198			IL	093	56900	
11392710	Morgan Crossing	morgan-crossing	US		0	America/Chicago	41.6585	-88.34233	200			IL	093	56900	
11392711	Deerpath Trails	deerpath-trails	US		0	America/Chicago	41.6623	-88.34175	201			IL	093	56900	
11392712	Ashcroft	ashcroft	US		0	America/Chicago	41.6664	-88.34208	201			IL	093	56900	
11392713	Ashcroft Place	ashcroft-place	US		0	America/Chicago	41.6657	-88.3293	204			IL	093	56900	
11392714	Old Reserve Hills	old-reserve-hills	US		0	America/Chicago	41.64568	-88.35047	213			IL	093	56900	
11392734	Red Tail Mountain	red-tail-mountain	US		0	America/New_York	36.42483	-81.78774	762	Red Tail Mountain,RedTail Mountain,Redtail Mountain		TN	091		
11395216	Fox Crossing	fox-crossing	US		0	America/Chicago	44.2197	-88.4854	234			WI	139	50850	
11395315	Sonterra	sonterra	US		0	America/Chicago	30.80333	-97.60022	268			TX	491		
11427328	Chitnak (historical)	chitnak-historical	US		0	America/Adak	63.18995	-170.2916				AK	180		
11494824	French Valley	french-valley	US		0	America/Los_Angeles	33.60844	-117.11516				CA	065		
11496827	Stephen R Korup / Joseph B Riddle	stephen-r-korup-joseph-b-riddle	US		75	America/New_York	39.2344	-75.74037	5			DE	001		
11497201	Washington Street Courthouse Annex	washington-street-courthouse-annex	US		0	America/Chicago	34.80264	-86.97298		Old Main Post Office,Washington Street Courthouse Annex	083	AL	083		
11524027	J&B Home	j-home	US		0	America/Detroit	41.72083	-83.71519				OH	095	76025	
11549167	Porcupine (historical)	porcupine-historical	US		0	America/Juneau	59.4223	-136.23714				AK	100		
11550100	McCarran	mccarran	US		0	America/Los_Angeles	39.55621	-119.75179				NV	031		
11550101	Milville	milville	US		0	America/New_York	39.37667	-75.06044				NJ	011	46680	
11550224	Allenstown	allenstown	US		0	America/New_York	43.15673	-71.40478			00660	NH	013	00660	
11550388	Avalitkuk (historical)	avalitkuk-historical	US		0	America/Anchorage	70.09382	-159.11842				AK	185		
11550389	Ivishaat (historical)	ivishaat-historical	US		0	America/Anchorage	70.38702	-159.87305				AK			
11550390	Napanik (historical)	napanik-historical	US		0	America/Anchorage	70.09289	-159.17252				AK	185		
11550391	Uyagaagruk (historical)	uyagaagruk-historical	US		0	America/Anchorage	70.12655	-159.38674		Oyagaruk		AK	185		
11594007	Iliamna Cabin (historical)	iliamna-cabin-historical	US		0	America/Anchorage	59.68347	-153.63461				AK	122		
11594421	Baca Grande	baca-grande	US		0	America/Denver	37.99177	-105.77208		BCJ,Baca Grande		CO	109		
11594521	Glacier Creek	glacier-creek	US		0	America/Anchorage	61.4526	-142.37586		Glacier Creek,KGZ		AK	261		
11608685	Kavik River Camp	kavik-river-camp	US		0	America/Anchorage	69.67456	-146.89888		Kavik River,Kavik River Camp,VKW		AK	185		
11608905	Eight Fathom Bight	eight-fathom-bight	US		0	America/Juneau	57.99864	-135.77831		EFB,Eight Fathom Bight		AK	105		
11609909	Solomon (historical)	solomon-historical	US		0	America/Nome	64.54556	-164.43675				AK	180		
11610310	Hidden Falls	hidden-falls	US		0	America/Sitka	57.21701	-134.87207		HDA,Hidden Falls		AK	220		
11668695	Canebrake	canebrake	US		0	America/Chicago	34.76217	-86.9172				AL	083		
11669119	Bay Harbor	bay-harbor	US		5749	America/Detroit	45.36413	-85.08208	202			MI	047	63820	
11669204	Ivishak	ivishak	US		0	America/Anchorage	69.40037	-148.27234		IVH,Ivishak		AK	185		
11669406	Lost Harbor	lost-harbor	US		0	America/Anchorage	54.24537	-165.61615		LHB,Lost Harbor		AK	013		
11669774	Peterson's Point	peterson-s-point	US		0	America/Anchorage	58.76135	-157.06192		PNF,Peterson's Point		AK	060		
11669775	Paf Warren	paf-warren	US		0	America/Anchorage	58.73084	-156.94682		PFA,Paf Warren		AK	060		
11669884	Dahl Creek	dahl-creek	US		0	America/Anchorage	66.94734	-156.93626		DCK,Dahl Creek		AK	188		
11670331	East Side Capistrano	east-side-capistrano	US		0	America/Los_Angeles	33.21054	-117.37055				CA	073		
11670332	Dixie Village	dixie-village	US		0	America/Los_Angeles	33.20142	-117.3648				CA	073		
11670333	Loma Alta	loma-alta	US		0	America/Los_Angeles	33.2053	-117.34699				CA	073		
11670334	Fire Mountain	fire-mountain	US		0	America/Los_Angeles	33.18813	-117.34398				CA	073		
11694789	Cape Sarichef	cape-sarichef	US		0	America/Anchorage	54.59738	-164.92513		Cape Sarichef,WSF		AK	013		
11695186	Lost River	lost-river	US		0	America/Nome	65.39043	-167.15423		LSR,Lost River		AK	180		
11695432	Farewell	farewell	US		0	America/Anchorage	62.50566	-153.87177		FWL,Farewell		AK	290		
11695765	Kalakaket Creek	kalakaket-creek	US		0	America/Anchorage	64.427	-156.83516		KKK,Kalakaket Creek		AK	290		
11695859	Green Brook Township	green-brook-township	US		0	America/New_York	40.60431	-74.48417				NJ	035	27510	
11696017	Isabel Pass	isabel-pass	US		0	America/Anchorage	63.20215	-145.50877		ILS,Isabel Pass		AK	261		
11703547	Cap Spencer	cap-spencer	US		0	America/Juneau	58.19953	-136.6402		CSP,Cap Spencer		AK	105		
11703884	Downtown Hartford	downtown-hartford	US		0	America/New_York	41.76689	-72.6749				CT	003	37070	
11704266	St. Johns	st-johns	US		40000	America/New_York	30.0815	-81.54774				FL	109		
11748973	Stonecrest	stonecrest	US		50000	America/New_York	33.70849	-84.13485				GA	089		
11749444	Virginia Square	virginia-square	US		0	America/New_York	38.88622	-77.10523				VA	013		
11776225	Jacobi	jacobi	US		0	America/Chicago	30.72793	-87.31908				FL	033		
11776240	Guillemard Square	guillemard-square	US		0	America/Chicago	30.42666	-87.21673				FL	033	7170053	
11778160	SoDo	sodo	US		0	America/Los_Angeles	47.57375	-122.33053		No Broader Term		WA	033	7174408	
11778163	Central Area	central-area	US		0	America/Los_Angeles	47.59933	-122.31002		Central District		WA	033	7174408	
11778164	Downtown Seattle	downtown-seattle	US		0	America/Los_Angeles	47.6048	-122.33525				WA	033	7174408	
11778189	West Queen Anne	west-queen-anne	US		0	America/Los_Angeles	47.63446	-122.36716				WA	033	7174408	
11778190	Southeast Magnolia	southeast-magnolia	US		0	America/Los_Angeles	47.64174	-122.39253				WA	033	7174408	
11778192	South Lake Union	south-lake-union	US		0	America/Los_Angeles	47.62409	-122.33567				WA	033	7174408	
11778193	Industrial District	industrial-district	US		0	America/Los_Angeles	47.57383	-122.3315				WA	033	7174408	
11778194	Harbor Island	harbor-island	US		0	America/Los_Angeles	47.57963	-122.35139				WA	033	7174408	
11778196	North Beacon Hill	north-beacon-hill	US		0	America/Los_Angeles	47.57836	-122.30977				WA	033	7174408	
11778197	South Delridge	south-delridge	US		0	America/Los_Angeles	47.52619	-122.36043				WA	033	7174408	
11778198	Lower Queen Anne	lower-queen-anne	US		0	America/Los_Angeles	47.62482	-122.35508				WA	033	7174408	
11778199	Lawton Park	lawton-park	US		0	America/Los_Angeles	47.65873	-122.40707				WA	033	7174408	
11778200	Industrial District	industrial-district	US		0	America/Los_Angeles	47.56727	-122.35754				WA	033	7174408	
11778201	North Beach/Blue Ridge	north-beach-blue-ridge	US		0	America/Los_Angeles	47.69968	-122.38421				WA	033	7174408	
11778202	International District	international-district	US		0	America/Los_Angeles	47.59807	-122.3219				WA	033	7174408	
11778203	Central Business District	central-business-district	US		0	America/Los_Angeles	47.60818	-122.33488				WA	033	7174408	
11778204	First Hill	first-hill	US		0	America/Los_Angeles	47.60991	-122.32397				WA	033	7174408	
11778205	Pioneer Square	pioneer-square	US		0	America/Los_Angeles	47.59778	-122.33407				WA	033	7174408	
11778206	East Queen Anne	east-queen-anne	US		0	America/Los_Angeles	47.63611	-122.34953				WA	033	7174408	
11778207	North Queen Anne	north-queen-anne	US		0	America/Los_Angeles	47.64714	-122.36529				WA	033	7174408	
11778209	Harrison/Denny-Blaine	harrison-denny-blaine	US		0	America/Los_Angeles	47.62361	-122.28721				WA	033	7174408	
11778210	Minor	minor	US		0	America/Los_Angeles	47.60883	-122.30921				WA	033	7174408	
11778211	Leschi	leschi	US		0	America/Los_Angeles	47.60002	-122.29112				WA	033	7174408	
11778213	Pike-Market	pike-market	US		0	America/Los_Angeles	47.60946	-122.3423				WA	033	7174408	
11778215	North Admiral	north-admiral	US		0	America/Los_Angeles	47.57912	-122.38706				WA	033	7174408	
11778216	Fairmount Park	fairmount-park	US		0	America/Los_Angeles	47.5551	-122.38053				WA	033	7174408	
11778218	Mid-Beacon Hill	mid-beacon-hill	US		0	America/Los_Angeles	47.55424	-122.30468				WA	033	7174408	
11778219	South Beacon Hill	south-beacon-hill	US		0	America/Los_Angeles	47.52712	-122.28984				WA	033	7174408	
11778220	Rainier View	rainier-view	US		0	America/Los_Angeles	47.50217	-122.25817				WA	033		
11778221	Roxhill	roxhill	US		0	America/Los_Angeles	47.52718	-122.3714				WA	033	7174408	
11778222	North Delridge	north-delridge	US		0	America/Los_Angeles	47.5625	-122.3648				WA	033	7174408	
11789084	Coronado Hills	coronado-hills	US		0	America/Chicago	30.3261	-97.685				TX	453	11788623	
11789085	Windsor Road	windsor-road	US		0	America/Chicago	30.2994	-97.75258				TX	453	11788623	
11789088	Heritage Hills	heritage-hills	US		0	America/Chicago	30.34508	-97.68745				TX	453	11788623	
11789089	North University	north-university	US		0	America/Chicago	30.29665	-97.73666				TX	453	11788623	
11789090	North Burnet	north-burnet	US		0	America/Chicago	30.39184	-97.72039				TX	453	11788623	
11789091	West Austin Neighborhood Group	west-austin-neighborhood-group	US		0	America/Chicago	30.29543	-97.77193				TX	453	11788623	
11789093	Mlk-183	mlk-183	US		0	America/Chicago	30.27817	-97.67171				TX	453	11788623	
11789094	Georgian Acres	georgian-acres	US		0	America/Chicago	30.35124	-97.69954				TX	453	11788623	
11789096	Garrison Park	garrison-park	US		0	America/Chicago	30.20897	-97.80071				TX	453	11788623	
11789097	North Lamar	north-lamar	US		0	America/Chicago	30.3701	-97.68669				TX	453	11788623	
11789098	University Hills	university-hills	US		0	America/Chicago	30.31387	-97.66996				TX	453	11788623	
11789102	Wooten	wooten	US		0	America/Chicago	30.3602	-97.72239				TX	453	11788623	
11789104	Central East Austin	central-east-austin	US		0	America/Chicago	30.26974	-97.72415				TX	453	11788623	
11789107	Bouldin Creek	bouldin-creek	US		0	America/Chicago	30.2517	-97.75563				TX	453	11788623	
11789108	Johnston Terrace	johnston-terrace	US		0	America/Chicago	30.25828	-97.68469				TX	453	11788623	
11789109	Pecan Springs-Springdale	pecan-springs-springdale	US		0	America/Chicago	30.29708	-97.67351				TX	453	11788623	
11789110	North Austin Civic Association	north-austin-civic-association	US		0	America/Chicago	30.37019	-97.70621				TX	453	11788623	
11789111	Mlk	mlk	US		0	America/Chicago	30.28383	-97.6923				TX	453	11788623	
11789114	East Oak Hill	east-oak-hill	US		0	America/Chicago	30.2427	-97.83857				TX	453	11788623	
11789115	West Congress	west-congress	US		0	America/Chicago	30.21556	-97.77251				TX	453	11788623	
11789117	South River City	south-river-city	US		0	America/Chicago	30.24537	-97.74403				TX	453	11788623	
11789118	West Oak Hill	west-oak-hill	US		0	America/Chicago	30.2375	-97.89196				TX	453	11788623	
11789119	Windsor Hills	windsor-hills	US		0	America/Chicago	30.36387	-97.67636				TX	453	11788623	
11789121	Southeast	southeast	US		0	America/Chicago	30.20394	-97.69572				TX	453	11788623	
11789122	Sweetbriar	sweetbriar	US		0	America/Chicago	30.19879	-97.77627				TX	453	11788623	
11789123	South Manchaca	south-manchaca	US		0	America/Chicago	30.21964	-97.78377				TX	453	11788623	
11789124	St. Edwards	st-edwards	US		0	America/Chicago	30.22776	-97.75274				TX	453	11788623	
11789125	Upper Boggy Creek	upper-boggy-creek	US		0	America/Chicago	30.29075	-97.71548				TX	453	11788623	
11789127	East Cesar Chavez	east-cesar-chavez	US		0	America/Chicago	30.25782	-97.73067				TX	453	11788623	
11789128	Parker Lane	parker-lane	US		0	America/Chicago	30.22149	-97.73299				TX	453	11788623	
11789129	Windsor Park	windsor-park	US		0	America/Chicago	30.31157	-97.69232				TX	453	11788623	
11789130	West University	west-university	US		0	America/Chicago	30.29183	-97.7453				TX	453	11788623	
11789131	East Congress	east-congress	US		0	America/Chicago	30.21061	-97.76348				TX	453	11788623	
11789132	Govalle	govalle	US		0	America/Chicago	30.25919	-97.70189				TX	453	11788623	
11789133	North Loop	north-loop	US		0	America/Chicago	30.31575	-97.71716				TX	453	11788623	
11789135	Old West Austin	old-west-austin	US		0	America/Chicago	30.27606	-97.76072				TX	453	11788623	
11807140	Museum Campus	museum-campus	US		0	America/Chicago	41.85915	-87.61248				IL	031	14000	
11807142	Garfield Park	garfield-park	US		0	America/Chicago	41.87879	-87.71566				IL	031	14000	
11807143	Magnificent Mile	magnificent-mile	US		0	America/Chicago	41.89478	-87.62419				IL	031	14000	
11807144	West Loop	west-loop	US		0	America/Chicago	41.87769	-87.64872				IL	031	14000	
11807145	Jackson Park	jackson-park	US		0	America/Chicago	41.78185	-87.57995				IL	031	14000	
11807146	Rush & Division	rush-division	US		0	America/Chicago	41.89924	-87.62907				IL	031	14000	
11807147	Forest Glen	forest-glen	US		0	America/Chicago	41.99393	-87.75836				IL	031	14000	
11807148	East Village	east-village	US		0	America/Chicago	41.89963	-87.67227				IL	031	14000	
11807149	Printers Row	printers-row	US		0	America/Chicago	41.87098	-87.62903				IL	031	14000	
11807150	Boystown	boystown	US		0	America/Chicago	41.94392	-87.64745				IL	031	14000	
11807151	Sheffield & DePaul	sheffield-depaul	US		0	America/Chicago	41.92719	-87.65367				IL	031	14000	
11807154	Wrigleyville	wrigleyville	US		0	America/Chicago	41.95059	-87.6591				IL	031	14000	
11807155	Ukrainian Village	ukrainian-village	US		0	America/Chicago	41.89943	-87.68451				IL	031	14000	
11807156	United Center	united-center	US		0	America/Chicago	41.88197	-87.67914				IL	031	14000	
11807157	Greektown	greektown	US		0	America/Chicago	41.87854	-87.64713				IL	031	14000	
11807158	Little Village	little-village	US		0	America/Chicago	41.83909	-87.714				IL	031	14000	
11807159	Little Italy, UIC	little-italy-uic	US		0	America/Chicago	41.86754	-87.66776				IL	031	14000	
11807160	Millenium Park	millenium-park	US		0	America/Chicago	41.88277	-87.62038				IL	031	14000	
11807161	Bucktown	bucktown	US		0	America/Chicago	41.92169	-87.67878				IL	031	14000	
11807162	Wicker Park	wicker-park	US		0	America/Chicago	41.90868	-87.67986				IL	031	14000	
11807164	River North	river-north	US		0	America/Chicago	41.89902	-87.64132				IL	031	14000	
11809031	Fisherman's Warf	fisherman-s-warf	US		0	America/Los_Angeles	37.808	-122.41774	2			CA	075		
11819030	Ed's Camp	ed-s-camp	US		0	America/Phoenix	35.03403	-114.32824				AZ	015		
11819914	Alphabet City	alphabet-city	US		0	America/New_York	40.72584	-73.97749	2			NY	061		
11820236	Little Italy	little-italy	US		0	America/Los_Angeles	32.72407	-117.16932				CA	073		
11820626	Saint Columbans	saint-columbans	US		0	America/Chicago	41.08968	-96.04836				NE	153		
11821023	Jurupa Valley	jurupa-valley	US		0	America/Los_Angeles	33.99685	-117.48342				CA	065		
11821098	Pocono Farms Country Club Association	pocono-farms-country-club-association	US		0	America/New_York	41.17011	-75.37962	614	Community Association of Pocono Farms,Pocono Farms		PA	089	15960	
11837684	South Philadelphia	south-philadelphia	US		0	America/New_York	39.90841	-75.16767				PA	101	60000	
11838898	Pomonok	pomonok	US		0	America/New_York	40.73333	-73.8125				NY	081		
11838902	Tudor Village	tudor-village	US		0	America/New_York	40.6702	-73.83832				NY	081		
11838906	Astoria Heights	astoria-heights	US		0	America/New_York	40.767	-73.921				NY	081		
11838910	Holliswood	holliswood	US		0	America/New_York	40.71119	-73.76249				NY	081		
11838911	Jamaica Estates	jamaica-estates	US		0	America/New_York	40.71782	-73.77429				NY	081		
11838912	Jamaica Hills	jamaica-hills	US		0	America/New_York	40.71278	-73.79917				NY	081		
11838914	Old Howard Beach	old-howard-beach	US		0	America/New_York	40.6596	-73.8434				NY	081		
11838916	South Jamaica	south-jamaica	US		0	America/New_York	40.68085	-73.79188				NY	081		
11838917	Meadowmere	meadowmere	US		0	America/New_York	40.65839	-73.73894				NY	081		
11838918	Arden Heights	arden-heights	US		0	America/New_York	40.55472	-74.18				NY	085		
11838919	Brighton Heights	brighton-heights	US		0	America/New_York	40.641	-74.08				NY	085		
11838920	Egbertville	egbertville	US		0	America/New_York	40.57806	-74.12528				NY	085		
11838921	Lighthouse Hill	lighthouse-hill	US		0	America/New_York	40.57806	-74.135				NY	085		
11838922	Manor Heights	manor-heights	US		0	America/New_York	40.60167	-74.12056				NY	085		
11838923	Meiers Corners	meiers-corners	US		0	America/New_York	40.6125	-74.13028				NY	085		
11838924	Randall Manor	randall-manor	US		0	America/New_York	40.64111	-74.10333				NY	085		
11838925	Richmondtown	richmondtown	US		0	America/New_York	40.56889	-74.13389				NY	085		
11838926	Stapleton Heights	stapleton-heights	US		0	America/New_York	40.63014	-74.08444				NY	085		
11838927	Tottenville Beach	tottenville-beach	US		0	America/New_York	40.50642	-74.24303				NY	085		
11838928	Ward Hill	ward-hill	US		0	America/New_York	40.63333	-74.0825				NY	085		
11838929	Electchester	electchester	US		0	America/New_York	40.73333	-73.8125				NY	081		
11838930	Pigtown	pigtown	US		0	America/New_York	40.66	-73.95				NY	047		
11838931	East Williamsburg	east-williamsburg	US		0	America/New_York	40.714	-73.939				NY	047		
11838934	Fiske Terrace	fiske-terrace	US		0	America/New_York	40.62917	-73.96111				NY	047		
11838935	Fulton Ferry	fulton-ferry	US		0	America/New_York	40.70333	-73.99306				NY	047		
11838936	Greenwood Heights	greenwood-heights	US		0	America/New_York	40.65875	-73.99964				NY	047		
11838937	Homecrest	homecrest	US		0	America/New_York	40.6	-73.95				NY	047		
11838939	Plumb Beach	plumb-beach	US		0	America/New_York	40.58371	-73.92098				NY	047		
11838940	Prospect Park South	prospect-park-south	US		0	America/New_York	40.64611	-73.96722				NY	047		
11838941	Sea Gate	sea-gate	US		0	America/New_York	40.57719	-74.00803				NY	047		
11838942	South Slope	south-slope	US		0	America/New_York	40.663	-73.99				NY	047		
11838944	Weeksville	weeksville	US		0	America/New_York	40.67472	-73.92583				NY	047		
11838945	White Sands	white-sands	US		0	America/New_York	40.58333	-73.9875				NY	047		
11838946	Wyckoff Heights	wyckoff-heights	US		0	America/New_York	40.703	-73.919				NY	047		
11838950	Willets Point	willets-point	US		0	America/New_York	40.75844	-73.84189				NY	081		
11838951	Beverly Square East	beverly-square-east	US		0	America/New_York	40.64167	-73.965				NY	047		
11838952	Beverly Square West	beverly-square-west	US		0	America/New_York	40.64167	-73.965				NY	047		
11838953	Ditmas Park	ditmas-park	US		0	America/New_York	40.63889	-73.96111				NY	047		
11838954	Queensboro Hill	queensboro-hill	US		0	America/New_York	40.74806	-73.81639				NY	081		
11838955	Howard Park	howard-park	US		0	America/New_York	40.6596	-73.8434				NY	081		
11838958	North Chesterfield	north-chesterfield	US		0	America/New_York	37.38	-77.59				VA	041		
11838960	Valley Glen	valley-glen	US		60000	America/Los_Angeles	34.18991	-118.44953				CA	037		
11838961	Indian Harbor Beach	indian-harbor-beach	US		0	America/New_York	28.15194	-80.595				FL	009	7170231	
11838962	Zolfo Spring	zolfo-spring	US		0	America/New_York	27.49611	-81.79694				FL	049	7172149	
11838963	Walpahu	walpahu	US		0	Pacific/Honolulu	21.3925	-158.01083				HI	003		
11839034	Ramblersville	ramblersville	US		0	America/New_York	40.65713	-73.83136				NY	081		
11839049	North Corona	north-corona	US		0	America/New_York	40.74992	-73.86255				NY	081		
11874833	Ashpodel Plantation Village Studios	ashpodel-plantation-village-studios	US		0	America/Chicago	30.79074	-91.2122				LA	037		
11875991	North Downtown	north-downtown	US		0	America/New_York	38.03608	-78.47814				VA	540		
11876557	Greater Uptown	greater-uptown	US		0	America/Chicago	29.75655	-95.47561				TX	201		
11876558	Greater Inwood	greater-inwood	US		0	America/Chicago	29.87441	-95.48118				TX	201		
11876559	Northshore	northshore	US		0	America/Chicago	29.77998	-95.22074				TX	201		
11876560	Fourth Ward	fourth-ward	US		0	America/Chicago	29.75711	-95.38076				TX	201		
11876561	South Acres / Crestmont Park	south-acres-crestmont-park	US		0	America/Chicago	29.62882	-95.35898				TX	201		
11876562	Langwood	langwood	US		0	America/Chicago	29.8264	-95.49092				TX	201		
11876563	Iah / Airport Area	iah-airport-area	US		0	America/Chicago	29.97315	-95.32349				TX	201		
11876564	Fondren Gardens	fondren-gardens	US		0	America/Chicago	29.62524	-95.50306				TX	201		
11876566	Greater Ost / South Union	greater-ost-south-union	US		0	America/Chicago	29.69346	-95.35321				TX	201		
11876567	Memorial	memorial	US		0	America/Chicago	29.77303	-95.58442				TX	201		
11876568	Harrisburg / Manchester	harrisburg-manchester	US		0	America/Chicago	29.71886	-95.26565				TX	201		
11876569	Meadowbrook / Allendale	meadowbrook-allendale	US		0	America/Chicago	29.68847	-95.24674				TX	201		
11876570	Braeswood	braeswood	US		0	America/Chicago	29.69297	-95.43259				TX	201		
11876571	Spring Branch West	spring-branch-west	US		0	America/Chicago	29.79884	-95.5606				TX	201		
11876572	Mid West	mid-west	US		0	America/Chicago	29.73328	-95.51291				TX	201		
11876573	Meyerland Area	meyerland-area	US		0	America/Chicago	29.67928	-95.47761				TX	201		
11876574	Addicks Park Ten	addicks-park-ten	US		0	America/Chicago	29.81314	-95.62978				TX	201		
11876575	Afton Oaks / River Oaks Area	afton-oaks-river-oaks-area	US		0	America/Chicago	29.74792	-95.43563				TX	201		
11876576	Pleasantville Area	pleasantville-area	US		0	America/Chicago	29.77797	-95.27517				TX	201		
11876577	Lake Houston	lake-houston	US		0	America/Chicago	29.9833	-95.1491				TX	201		
11876578	Central Southwest	central-southwest	US		0	America/Chicago	29.63032	-95.43233				TX	201		
11876579	Greater Hobby Area	greater-hobby-area	US		0	America/Chicago	29.62965	-95.27804				TX	201		
11876580	South Main	south-main	US		0	America/Chicago	29.67286	-95.41806				TX	201		
11876581	Eldridge / West Oaks	eldridge-west-oaks	US		0	America/Chicago	29.74172	-95.66703				TX	201		
11876582	Washington Avenue Coalition / Memorial Park	washington-avenue-coalition-memorial-park	US		0	America/Chicago	29.77118	-95.41839				TX	201		
11876583	Spring Branch East	spring-branch-east	US		0	America/Chicago	29.80293	-95.47723				TX	201		
11876584	South Belt / Ellington	south-belt-ellington	US		0	America/Chicago	29.60847	-95.20513				TX	201		
11876585	Westchase	westchase	US		0	America/Chicago	29.72697	-95.56667				TX	201		
11876586	Second Ward	second-ward	US		0	America/Chicago	29.75096	-95.32793				TX	201		
11876587	Downtown	downtown	US		0	America/Chicago	29.75668	-95.35909				TX	201		
11876588	Independence Heights	independence-heights	US		0	America/Chicago	29.82916	-95.39606				TX	201		
11876589	Settegast	settegast	US		0	America/Chicago	29.8172	-95.27904				TX	201		
11876590	Golfcrest / Bellfort / Reveille	golfcrest-bellfort-reveille	US		0	America/Chicago	29.6729	-95.2945				TX	201		
11876591	Near Northside	near-northside	US		0	America/Chicago	29.79689	-95.3609				TX	201		
11876592	Museum Park	museum-park	US		0	America/Chicago	29.72588	-95.3826				TX	201		
11876593	Lazybrook / Timbergrove	lazybrook-timbergrove	US		0	America/Chicago	29.79779	-95.43752				TX	201		
11876594	Greater Heights	greater-heights	US		0	America/Chicago	29.79733	-95.39734				TX	201		
11876595	Kashmere Gardens	kashmere-gardens	US		0	America/Chicago	29.80272	-95.32248				TX	201		
11876596	Spring Branch North	spring-branch-north	US		0	America/Chicago	29.82112	-95.54366				TX	201		
11876597	Trinity / Houston Gardens	trinity-houston-gardens	US		0	America/Chicago	29.82811	-95.30801				TX	201		
11876598	El Dorado / Oates Prairie	el-dorado-oates-prairie	US		0	America/Chicago	29.80565	-95.24598				TX	201		
11876600	Hunterwood	hunterwood	US		0	America/Chicago	29.81751	-95.21516				TX	201		
11876601	Spring Branch Central	spring-branch-central	US		0	America/Chicago	29.81286	-95.51427				TX	201		
11876602	Gulfton	gulfton	US		0	America/Chicago	29.71311	-95.48188				TX	201		
11876603	Greater Greenspoint	greater-greenspoint	US		0	America/Chicago	29.94043	-95.41005				TX	201		
11876604	Central Northwest	central-northwest	US		0	America/Chicago	29.82909	-95.44485				TX	201		
11876605	Edgebrook Area	edgebrook-area	US		0	America/Chicago	29.64266	-95.22708				TX	201		
11876607	Astrodome Area	astrodome-area	US		0	America/Chicago	29.68792	-95.39496				TX	201		
11876608	Gulfgate Riverview / Pine Valley	gulfgate-riverview-pine-valley	US		0	America/Chicago	29.70682	-95.31748				TX	201		
11876609	Willow Meadows / Willowbend Area	willow-meadows-willowbend-area	US		0	America/Chicago	29.66726	-95.44972				TX	201		
11876610	Eastex - Jensen Area	eastex-jensen-area	US		0	America/Chicago	29.84652	-95.34253				TX	201		
11876611	Medical Center Area	medical-center-area	US		0	America/Chicago	29.70864	-95.39335				TX	201		
11876612	Acres Home	acres-home	US		0	America/Chicago	29.86409	-95.43626				TX	201		
11876613	Northside/Northline	northside-northline	US		0	America/Chicago	29.85413	-95.38192				TX	201		
11876614	Greater Fifth Ward	greater-fifth-ward	US		0	America/Chicago	29.77765	-95.33001				TX	201		
11876615	East Little York / Homestead	east-little-york-homestead	US		0	America/Chicago	29.87177	-95.29703				TX	201		
11876616	Fairbanks / Northwest Crossing	fairbanks-northwest-crossing	US		0	America/Chicago	29.84934	-95.5126				TX	201		
11876617	Westbranch	westbranch	US		0	America/Chicago	29.83807	-95.55961				TX	201		
11876618	Midtown	midtown	US		0	America/Chicago	29.74225	-95.37533				TX	201		
11876619	Fort Bend Houston	fort-bend-houston	US		0	America/Chicago	29.5936	-95.48689				TX	201		
11876620	Braeburn	braeburn	US		0	America/Chicago	29.68156	-95.51566				TX	201		
11876621	Brays Oaks	brays-oaks	US		0	America/Chicago	29.65475	-95.5258				TX	201		
11876622	Greater Third Ward	greater-third-ward	US		0	America/Chicago	29.72818	-95.35495				TX	201		
11876623	Lawndale / Wayside	lawndale-wayside	US		0	America/Chicago	29.72317	-95.30665				TX	201		
11876624	Greenway / Upper Kirby Area	greenway-upper-kirby-area	US		0	America/Chicago	29.73236	-95.43431				TX	201		
11876625	Neartown - Montrose	neartown-montrose	US		0	America/Chicago	29.74621	-95.39721				TX	201		
11876626	Minnetex	minnetex	US		0	America/Chicago	29.61591	-95.32581				TX	201		
11876628	Macgregor	macgregor	US		0	America/Chicago	29.71137	-95.36325				TX	201		
11876629	Briar Forest	briar-forest	US		0	America/Chicago	29.74919	-95.57439				TX	201		
11902877	New Century, KS	new-century-ks	US		1072	America/Chicago	38.82253	-94.89971	331			KS	091	25450	
11903495	South Kearny	south-kearny	US		0	America/New_York	40.72493	-74.11179				NJ	017	36510	
11919661	Spring Rancheria	spring-rancheria	US		0	America/Los_Angeles	33.99025	-117.38383				CA	065		
11920070	Historic Filipinotown	historic-filipinotown	US		0	America/Los_Angeles	34.06927	-118.26556				CA	037		
11979227	Encanto	encanto	US		54614	America/Phoenix	33.47937	-112.07823		Encanto Village		AZ	013		
11979237	Camelback East	camelback-east	US		0	America/Phoenix	33.48777	-112.02297		Camelback East,Camelback East Village,East Phoenix,East Side		AZ	013		
11979241	Desert View	desert-view	US		0	America/Phoenix	33.69462	-111.97909		Desert View Village		AZ	013		
11979242	North Mountain	north-mountain	US		0	America/Phoenix	33.58313	-112.12979		North Mountain Village		AZ	013		
11979244	North Gateway	north-gateway	US		0	America/Phoenix	33.78978	-112.15188		North Gateway Village		AZ	013		
11979887	Burleith-Leighton	burleith-leighton	US		0	America/New_York	39.31925	-76.66071				MD	510		
11979888	Carroll Park	carroll-park	US		0	America/New_York	39.27628	-76.64651				MD	510		
11979889	Coldstream Homestead Montebello	coldstream-homestead-montebello	US		0	America/New_York	39.32294	-76.59547				MD	510		
11979890	Cross Country	cross-country	US		0	America/New_York	39.36612	-76.69797				MD	510		
11979891	Curtis Bay Industrial Area	curtis-bay-industrial-area	US		0	America/New_York	39.2236	-76.58339				MD	510		
11979893	Dundalk Marine Terminal	dundalk-marine-terminal	US		0	America/New_York	39.24818	-76.5334				MD	510		
11979895	Gwynns Falls	gwynns-falls	US		0	America/New_York	39.27782	-76.6672				MD	510		
11979896	Gwynns Falls/Leakin Park	gwynns-falls-leakin-park	US		0	America/New_York	39.30417	-76.68361				MD	510		
11979897	Hawkins Point	hawkins-point	US		0	America/New_York	39.20791	-76.55711				MD	510		
11979898	Holabird Industrial Park	holabird-industrial-park	US		0	America/New_York	39.26606	-76.53628				MD	510		
11979899	Inner Harbor	inner-harbor	US		0	America/New_York	39.28356	-76.6063				MD	510		
11979900	Middle Branch/Reedbird Parks	middle-branch-reedbird-parks	US		0	America/New_York	39.24813	-76.6164				MD	510		
11979901	Morgan State University	morgan-state-university	US		0	America/New_York	39.34609	-76.58201				MD	510		
11979902	Mosher	mosher	US		0	America/New_York	39.29735	-76.6624				MD	510		
11979903	Mount Pleasant Park	mount-pleasant-park	US		0	America/New_York	39.36636	-76.57567				MD	510		
11979904	Port Covington	port-covington	US		0	America/New_York	39.26302	-76.60971				MD	510		
11979905	Pulaski Industrial Area	pulaski-industrial-area	US		0	America/New_York	39.30107	-76.53988				MD	510		
11979906	Purnell	purnell	US		0	America/New_York	39.32052	-76.70736				MD	510		
11979909	Spring Garden Industrial Area	spring-garden-industrial-area	US		0	America/New_York	39.26767	-76.6184				MD	510		
11979912	Wyman Park	wyman-park	US		0	America/New_York	39.33196	-76.62614				MD	510		
11979913	Yale Heights	yale-heights	US		0	America/New_York	39.27612	-76.69056				MD	510		
11979915	Boyd-Booth	boyd-booth	US		0	America/New_York	39.28714	-76.64982				MD	510		
11979916	Brewers Hill	brewers-hill	US		0	America/New_York	39.28417	-76.56462				MD	510		
11979917	Loch Raven	loch-raven	US		0	America/New_York	39.36142	-76.58183				MD	510		
11979918	Johns Hopkins Homewood	johns-hopkins-homewood	US		0	America/New_York	39.32935	-76.6213				MD	510		
11979919	Locust Point Industrial Area	locust-point-industrial-area	US		0	America/New_York	39.26756	-76.59176				MD	510		
11979920	Millhill	millhill	US		0	America/New_York	39.27928	-76.65683				MD	510		
11979921	Lower Edmondson Village	lower-edmondson-village	US		0	America/New_York	39.29292	-76.67406				MD	510		
11979922	Four By Four	four-by-four	US		0	America/New_York	39.31544	-76.57693				MD	510		
11979923	Concerned Citizens Of Forest Park	concerned-citizens-of-forest-park	US		0	America/New_York	39.32314	-76.68369				MD	510		
11979924	Darley Park	darley-park	US		0	America/New_York	39.31543	-76.59374				MD	510		
11979925	Easterwood	easterwood	US		0	America/New_York	39.30744	-76.65029				MD	510		
11979926	Garwyn Oaks	garwyn-oaks	US		0	America/New_York	39.31785	-76.67933				MD	510		
11979929	Ashburton	ashburton	US		0	America/New_York	39.32823	-76.6717				MD	510		
11979930	Baltimore Highlands	baltimore-highlands	US		0	America/New_York	39.29342	-76.5661				MD	510		
11979931	Patterson Park Neighborhood	patterson-park-neighborhood	US		0	America/New_York	39.29269	-76.57471				MD	510		
11979933	Barre Circle	barre-circle	US		0	America/New_York	39.28498	-76.62788				MD	510		
11979934	Belair-Parkside	belair-parkside	US		0	America/New_York	39.33014	-76.56792				MD	510		
11979935	Bellona-Gittings	bellona-gittings	US		0	America/New_York	39.36916	-76.62201				MD	510		
11979937	Better Waverly	better-waverly	US		0	America/New_York	39.32439	-76.60517				MD	510		
11979938	Biddle Street	biddle-street	US		0	America/New_York	39.30367	-76.579				MD	510		
11979939	Bolton Hill	bolton-hill	US		0	America/New_York	39.30782	-76.62573				MD	510		
11979940	Bridgeview/Greenlawn	bridgeview-greenlawn	US		0	America/New_York	39.30151	-76.65466				MD	510		
11979941	Broadway East	broadway-east	US		0	America/New_York	39.30846	-76.58882				MD	510		
11979942	Broening Manor	broening-manor	US		0	America/New_York	39.27424	-76.53783				MD	510		
11979943	Callaway-Garrison	callaway-garrison	US		0	America/New_York	39.33156	-76.67963				MD	510		
11979944	Cameron Village	cameron-village	US		0	America/New_York	39.35666	-76.59958				MD	510		
11979945	Canton Industrial Area	canton-industrial-area	US		0	America/New_York	39.26861	-76.55562				MD	510		
11979946	Carroll - Camden Industrial Area	carroll-camden-industrial-area	US		0	America/New_York	39.27322	-76.63378				MD	510		
11979947	Carroll-South Hilton	carroll-south-hilton	US		0	America/New_York	39.28579	-76.66691				MD	510		
11979948	Carrollton Ridge	carrollton-ridge	US		0	America/New_York	39.28232	-76.64886				MD	510		
11979949	CARE	care	US		0	America/New_York	39.29627	-76.58759				MD	510		
11979950	Cedmont	cedmont	US		0	America/New_York	39.34668	-76.53452				MD	510		
11979951	Central Forest Park	central-forest-park	US		0	America/New_York	39.32677	-76.68833				MD	510		
11979952	Central Park Heights	central-park-heights	US		0	America/New_York	39.34368	-76.67106				MD	510		
11979953	Charles North	charles-north	US		0	America/New_York	39.31058	-76.61709				MD	510		
11979954	Chinquapin Park	chinquapin-park	US		0	America/New_York	39.36314	-76.60228				MD	510		
11979955	Coppin Heights/Ash-Co-East	coppin-heights-ash-co-east	US		0	America/New_York	39.307	-76.65725				MD	510		
11979956	Radnor-Winston	radnor-winston	US		0	America/New_York	39.34969	-76.61214				MD	510		
11979957	Gay Street	gay-street	US		0	America/New_York	39.30123	-76.59683				MD	510		
11979958	Orchard Ridge	orchard-ridge	US		0	America/New_York	39.31324	-76.55828				MD	510		
11979960	Cylburn	cylburn	US		0	America/New_York	39.34762	-76.66408				MD	510		
11979961	Dolfield	dolfield	US		0	America/New_York	39.33772	-76.68031				MD	510		
11979965	Downtown	downtown	US		0	America/New_York	39.29107	-76.61518				MD	510		
11979966	Druid Heights	druid-heights	US		0	America/New_York	39.3083	-76.63708				MD	510		
11979967	East Baltimore Midway	east-baltimore-midway	US		0	America/New_York	39.31485	-76.60323				MD	510		
11979969	Druid Hill Park	druid-hill-park	US		0	America/New_York	39.323	-76.64401				MD	510		
11979970	Dunbar-Broadway	dunbar-broadway	US		0	America/New_York	39.29602	-76.5952				MD	510		
11979972	Ednor Gardens-Lakeside	ednor-gardens-lakeside	US		0	America/New_York	39.33314	-76.5967				MD	510		
11979973	Ellwood Park/Monument	ellwood-park-monument	US		0	America/New_York	39.29717	-76.57219				MD	510		
11979974	Evergreen Lawn	evergreen-lawn	US		0	America/New_York	39.29669	-76.65662				MD	510		
11979975	Fairfield Area	fairfield-area	US		0	America/New_York	39.23818	-76.58134				MD	510		
11979976	Franklintown Road	franklintown-road	US		0	America/New_York	39.29738	-76.66758				MD	510		
11979977	Federal Hill	federal-hill	US		0	America/New_York	39.27827	-76.61161				MD	510		
11979978	Forest Park Golf Course	forest-park-golf-course	US		0	America/New_York	39.32368	-76.69507				MD	510		
11979980	Glenham-Belhar	glenham-belhar	US		0	America/New_York	39.35003	-76.54858				MD	510		
11979981	Graceland Park	graceland-park	US		0	America/New_York	39.28119	-76.53314				MD	510		
11979982	Greektown	greektown	US		0	America/New_York	39.28542	-76.55425				MD	510		
11979983	Greenmount Cemetery	greenmount-cemetery	US		0	America/New_York	39.30883	-76.6065				MD	510		
11979984	Greenmount West	greenmount-west	US		0	America/New_York	39.30874	-76.6116				MD	510		
11979986	Richnor Springs	richnor-springs	US		0	America/New_York	39.3468	-76.6069				MD	510		
11979987	Greenspring	greenspring	US		0	America/New_York	39.33706	-76.66022				MD	510		
11979988	Grove Park	grove-park	US		0	America/New_York	39.34042	-76.70257				MD	510		
11979989	Hanlon-Longwood	hanlon-longwood	US		0	America/New_York	39.31821	-76.66946				MD	510		
11979990	Heritage Crossing	heritage-crossing	US		0	America/New_York	39.29626	-76.62843				MD	510		
11979991	Herring Run Park	herring-run-park	US		0	America/New_York	39.33042	-76.57278				MD	510		
11979992	Hamilton Hills	hamilton-hills	US		0	America/New_York	39.36277	-76.56505				MD	510		
11979993	McElderry Park	mcelderry-park	US		0	America/New_York	39.29686	-76.58046				MD	510		
11979994	Harlem Park	harlem-park	US		0	America/New_York	39.29597	-76.6401				MD	510		
11979996	Hillen	hillen	US		0	America/New_York	39.34187	-76.59019				MD	510		
11979997	Hoes Heights	hoes-heights	US		0	America/New_York	39.34047	-76.63707				MD	510		
11979998	Hollins Market	hollins-market	US		0	America/New_York	39.28733	-76.63319				MD	510		
11980000	Hopkins Bayview	hopkins-bayview	US		0	America/New_York	39.29222	-76.54453				MD	510		
11980001	Locust Point	locust-point	US		0	America/New_York	39.26945	-76.59204				MD	510		
11980003	Kernewood	kernewood	US		0	America/New_York	39.34636	-76.61328				MD	510		
11980004	Johnston Square	johnston-square	US		0	America/New_York	39.30348	-76.60624				MD	510		
11980005	Lower Herring Run Park	lower-herring-run-park	US		0	America/New_York	39.32121	-76.55838				MD	510		
11980006	Jones Falls Area	jones-falls-area	US		0	America/New_York	39.31952	-76.62932				MD	510		
11980007	Levindale	levindale	US		0	America/New_York	39.35296	-76.66466				MD	510		
11980008	Ridgely's Delight	ridgely-s-delight	US		0	America/New_York	39.28416	-76.62493				MD	510		
11980010	Kresson	kresson	US		0	America/New_York	39.29605	-76.55703				MD	510		
11980011	Lake Evesham	lake-evesham	US		0	America/New_York	39.36643	-76.61404				MD	510		
11980012	Liberty Square	liberty-square	US		0	America/New_York	39.32189	-76.658				MD	510		
11980013	Lucille Park	lucille-park	US		0	America/New_York	39.34001	-76.67582				MD	510		
11980015	Madison Park	madison-park	US		0	America/New_York	39.30449	-76.62722				MD	510		
11980016	Madison-Eastend	madison-eastend	US		0	America/New_York	39.30077	-76.57691				MD	510		
11980017	Lake Walker	lake-walker	US		0	America/New_York	39.36961	-76.60434				MD	510		
11980018	Langston Hughes	langston-hughes	US		0	America/New_York	39.34355	-76.68025				MD	510		
11980020	Loyola/Notre Dame	loyola-notre-dame	US		0	America/New_York	39.3493	-76.62116				MD	510		
11980021	New Southwest/Mount Clare	new-southwest-mount-clare	US		0	America/New_York	39.28303	-76.64173				MD	510		
11980023	Mid-Govans	mid-govans	US		0	America/New_York	39.35743	-76.60582				MD	510		
11980024	Mid-Town Belvedere	mid-town-belvedere	US		0	America/New_York	39.30406	-76.61659				MD	510		
11980025	Middle East	middle-east	US		0	America/New_York	39.30151	-76.58982				MD	510		
11980026	Midtown-Edmondson	midtown-edmondson	US		0	America/New_York	39.29627	-76.65014				MD	510		
11980027	Milton-Montford	milton-montford	US		0	America/New_York	39.30062	-76.58312				MD	510		
11980029	Patterson Park	patterson-park	US		0	America/New_York	39.28894	-76.57927				MD	510		
11980030	Moravia-Walther	moravia-walther	US		0	America/New_York	39.34032	-76.56472				MD	510		
11980032	Orangeville Industrial Area	orangeville-industrial-area	US		0	America/New_York	39.30644	-76.56868				MD	510		
11980033	Patterson Place	patterson-place	US		0	America/New_York	39.29376	-76.5834				MD	510		
11980034	New Northwood	new-northwood	US		0	America/New_York	39.34883	-76.59496				MD	510		
11980035	Northwest Community Action	northwest-community-action	US		0	America/New_York	39.30647	-76.66529				MD	510		
11980036	Panway/Braddish Avenue	panway-braddish-avenue	US		0	America/New_York	39.31287	-76.66267				MD	510		
11980037	North Harford Road	north-harford-road	US		0	America/New_York	39.36617	-76.54612				MD	510		
11980038	Oakenshawe	oakenshawe	US		0	America/New_York	39.33034	-76.61246				MD	510		
11980040	North Roland Park/Poplar Hill	north-roland-park-poplar-hill	US		0	America/New_York	39.36694	-76.63962				MD	510		
11980041	Taylor Heights	taylor-heights	US		0	America/New_York	39.36888	-76.53342				MD	510		
11980042	Original Northwood	original-northwood	US		0	America/New_York	39.33982	-76.59678				MD	510		
11980044	Overlea	overlea	US		0	America/New_York	39.36193	-76.5344				MD	510		
11980045	Park Circle	park-circle	US		0	America/New_York	39.32877	-76.66013				MD	510		
11980046	Parklane	parklane	US		0	America/New_York	39.34268	-76.66224				MD	510		
11980047	Parkside	parkside	US		0	America/New_York	39.32311	-76.55628				MD	510		
11980048	Pleasant View Gardens	pleasant-view-gardens	US		0	America/New_York	39.29354	-76.60203				MD	510		
11980049	Parkview/Woodbrook	parkview-woodbrook	US		0	America/New_York	39.3168	-76.64805				MD	510		
11980050	Rosemont Homeowners/Tenants	rosemont-homeowners-tenants	US		0	America/New_York	39.29434	-76.65759				MD	510		
11980051	Pen Lucy	pen-lucy	US		0	America/New_York	39.33974	-76.60498				MD	510		
11980052	Penn North	penn-north	US		0	America/New_York	39.31212	-76.64259				MD	510		
11980053	Penn-Fallsway	penn-fallsway	US		0	America/New_York	39.29753	-76.60867				MD	510		
11980054	Penrose/Fayette Street Outreach	penrose-fayette-street-outreach	US		0	America/New_York	39.29112	-76.65739				MD	510		
11980055	Poppleton	poppleton	US		0	America/New_York	39.2911	-76.63293				MD	510		
11980056	Perring Loch	perring-loch	US		0	America/New_York	39.35269	-76.58478				MD	510		
11980057	Pimlico Good Neighbors	pimlico-good-neighbors	US		0	America/New_York	39.35323	-76.67533				MD	510		
11980058	Reisterstown Station	reisterstown-station	US		0	America/New_York	39.35311	-76.70333				MD	510		
11980059	Reservoir Hill	reservoir-hill	US		0	America/New_York	39.31363	-76.63316				MD	510		
11980061	Rosebank	rosebank	US		0	America/New_York	39.3629	-76.61174				MD	510		
11980063	Rosemont East	rosemont-east	US		0	America/New_York	39.35557	-76.53841				MD	510		
11980064	Upper Fells Point	upper-fells-point	US		0	America/New_York	39.28796	-76.58888				MD	510		
11980065	Sabina-Mattfeldt	sabina-mattfeldt	US		0	America/New_York	39.36631	-76.64938				MD	510		
11980066	Saint Agnes	saint-agnes	US		0	America/New_York	39.27448	-76.67465				MD	510		
11980068	Saint Josephs	saint-josephs	US		0	America/New_York	39.28535	-76.67516				MD	510		
11980069	Sharp-Leadenhall	sharp-leadenhall	US		0	America/New_York	39.27682	-76.61769				MD	510		
11980070	Sandtown-Winchester	sandtown-winchester	US		0	America/New_York	39.30376	-76.64258				MD	510		
11980071	Seton Business Park	seton-business-park	US		0	America/New_York	39.34585	-76.7065				MD	510		
11980072	Seton Hill	seton-hill	US		0	America/New_York	39.29672	-76.6237				MD	510		
11980074	Shipley Hill	shipley-hill	US		0	America/New_York	39.28631	-76.65711				MD	510		
11980075	South Clifton Park	south-clifton-park	US		0	America/New_York	39.31341	-76.58997				MD	510		
11980076	Stadium Area	stadium-area	US		0	America/New_York	39.28025	-76.62162				MD	510		
11980077	University Of Maryland	university-of-maryland	US		0	America/New_York	39.29037	-76.62529				MD	510		
11980078	Uplands	uplands	US		0	America/New_York	39.28994	-76.69288				MD	510		
11980079	Stonewood-Pentwood-Winston	stonewood-pentwood-winston	US		0	America/New_York	39.34803	-76.58885				MD	510		
11980080	Union Square	union-square	US		0	America/New_York	39.28668	-76.64154				MD	510		
11980081	The Orchards	the-orchards	US		0	America/New_York	39.36763	-76.62872				MD	510		
11980082	Towanda-Grantley	towanda-grantley	US		0	America/New_York	39.33602	-76.66858				MD	510		
11980084	Villages Of Homeland	villages-of-homeland	US		0	America/New_York	39.35278	-76.61425				MD	510		
11980085	Washington Hill	washington-hill	US		0	America/New_York	39.29152	-76.59467				MD	510		
11980086	Tuscany-Canterbury	tuscany-canterbury	US		0	America/New_York	39.33784	-76.6215				MD	510		
11980087	Wrenlane	wrenlane	US		0	America/New_York	39.34522	-76.6066				MD	510		
11980088	Winston-Govans	winston-govans	US		0	America/New_York	39.35006	-76.60652				MD	510		
11980089	Washington Village/Pigtown	washington-village-pigtown	US		0	America/New_York	39.28166	-76.6323				MD	510		
11980093	Wilson Park	wilson-park	US		0	America/New_York	39.3435	-76.60539				MD	510		
11980083	Upton	upton	US	01568	0	America/New_York	39.30149	-76.63152				MD	510		
11980094	York-Homeland	york-homeland	US		0	America/New_York	39.35301	-76.61112				MD	510		
11980095	Woodbourne Heights	woodbourne-heights	US		0	America/New_York	39.35741	-76.59248				MD	510		
11980096	Woodbourne-McCabe	woodbourne-mccabe	US		0	America/New_York	39.35372	-76.60614				MD	510		
11980098	Wyndhurst	wyndhurst	US		0	America/New_York	39.3574	-76.63003				MD	510		
11980100	Evesham Park	evesham-park	US		0	America/New_York	39.36596	-76.60494				MD	510		
11980101	Belvedere	belvedere	US		0	America/New_York	39.3615	-76.60672				MD	510		
11980102	Downtown West	downtown-west	US		0	America/New_York	39.28608	-76.618				MD	510		
11980103	Belair-Edison	belair-edison	US		0	America/New_York	39.32067	-76.56778				MD	510		
11980104	Old Goucher	old-goucher	US		0	America/New_York	39.31602	-76.61744				MD	510		
12022259	James Island	james-island	US		6000	America/New_York	32.72374	-79.96284				SC	019		
12036087	Union Settlement (historical)	union-settlement-historical	US		0	America/Chicago	29.52425	-89.71776				LA	075		
12036095	Quitman (historical)	quitman-historical	US		0	America/Chicago	31.67933	-91.36722				MS	001		
12036098	Glenora (historical)	glenora-historical	US		0	America/Chicago	33.18298	-91.06565				MS	151		
12036116	Cumbyville (historical)	cumbyville-historical	US		0	America/Chicago	33.87279	-91.07415				AR	041	91341	
12036152	Agua Mansa	agua-mansa	US		0	America/Los_Angeles	34.0419	-117.363				CA	071		
12047177	Crossroads Arts District	crossroads-arts-district	US		0	America/Chicago	39.09167	-94.58194		Crossroads		MO	095	38054	
12060668	Friedland	friedland	US		0	America/New_York	36.06363	-80.16436				NC	067	94068	
12104228	Communications Hill	communications-hill	US		11267	America/Los_Angeles	37.289	-121.8551	134			CA	085		
12110404	Southeastern San Diego	southeastern-san-diego	US		0	America/Los_Angeles	32.70266	-117.11748				CA	073		
12110405	Otay Mesa-Nestor	otay-mesa-nestor	US		0	America/Los_Angeles	32.58086	-117.07811				CA	073		
12110406	Otay Mesa	otay-mesa	US		0	America/Los_Angeles	32.56508	-116.99105		Otay Mesa,TJX		CA	073		
12110407	Mission Valley	mission-valley	US		0	America/Los_Angeles	32.77337	-117.14573				CA	073		
12110408	Midway-Pacific Highway	midway-pacific-highway	US		0	America/Los_Angeles	32.7463	-117.20113				CA	073		
12110409	Military Facilities	military-facilities	US		0	America/Los_Angeles	32.87727	-117.08633				CA	073		
12110410	Los Penasquitos Canyon	los-penasquitos-canyon	US		0	America/Los_Angeles	32.92371	-117.18392				CA	073		
12110412	Kearny Mesa	kearny-mesa	US		0	America/Los_Angeles	32.82274	-117.13911				CA	073		
12110413	Mid-City:Kensington-Talmadge	mid-city-kensington-talmadge	US		0	America/Los_Angeles	32.76488	-117.09916				CA	073		
12110415	Downtown	downtown	US		0	America/Los_Angeles	32.71391	-117.16059				CA	073		
12110416	Torrey Pines	torrey-pines	US		0	America/Los_Angeles	32.93263	-117.2429				CA	073		
12110417	Scripps Miramar Ranch	scripps-miramar-ranch	US		0	America/Los_Angeles	32.90944	-117.08735				CA	073		
12110418	Greater Golden Hill	greater-golden-hill	US		0	America/Los_Angeles	32.71988	-117.13127				CA	073		
12110419	Carmel Mountain Ranch	carmel-mountain-ranch	US		0	America/Los_Angeles	32.97743	-117.07732				CA	073		
12110421	Mid-City:City Heights	mid-city-city-heights	US		0	America/Los_Angeles	32.74016	-117.10127				CA	073		
12110422	Skyline-Paradise Hills	skyline-paradise-hills	US		0	America/Los_Angeles	32.69213	-117.04416				CA	073		
12110423	Uptown	uptown	US		0	America/Los_Angeles	32.74744	-117.16649				CA	073		
12110424	Miramar Ranch North	miramar-ranch-north	US		0	America/Los_Angeles	32.93043	-117.09607				CA	073		
12110425	Mid-City:Eastern Area	mid-city-eastern-area	US		0	America/Los_Angeles	32.74266	-117.06963				CA	073		
12110427	Mission Bay Park	mission-bay-park	US		0	America/Los_Angeles	32.77528	-117.2285				CA	073		
12110429	Ncfua Subarea Ii	ncfua-subarea-ii	US		0	America/Los_Angeles	32.97313	-117.24036				CA	073		
12110432	East Elliott	east-elliott	US		0	America/Los_Angeles	32.86154	-117.03047				CA	073		
12110434	Clairemont Mesa	clairemont-mesa	US		0	America/Los_Angeles	32.81638	-117.19483				CA	073		
12110435	College Area	college-area	US		0	America/Los_Angeles	32.77131	-117.07349		Montezuma Mesa		CA	073		
12110436	Via De La Valle	via-de-la-valle	US		0	America/Los_Angeles	32.98332	-117.24327				CA	073		
12110437	Tijuana River Valley	tijuana-river-valley	US		0	America/Los_Angeles	32.54809	-117.08815				CA	073		
12110438	Fairbanks Ranch Country Club	fairbanks-ranch-country-club	US		0	America/Los_Angeles	32.97903	-117.21384				CA	073		
12110439	Torrey Hills	torrey-hills	US		0	America/Los_Angeles	32.91888	-117.22535				CA	073		
12110440	Balboa Park	balboa-park	US		0	America/Los_Angeles	32.73113	-117.14596				CA	073		
12110441	Torrey Highlands	torrey-highlands	US		0	America/Los_Angeles	32.96691	-117.15575				CA	073		
12110442	Pacific Highlands Ranch	pacific-highlands-ranch	US		0	America/Los_Angeles	32.96268	-117.19344				CA	073		
12110443	Del Mar Mesa	del-mar-mesa	US		0	America/Los_Angeles	32.94202	-117.18				CA	073		
12110444	Rancho Encantada	rancho-encantada	US		0	America/Los_Angeles	32.92912	-117.01344				CA	073		
12110446	Black Mountain Ranch	black-mountain-ranch	US		0	America/Los_Angeles	32.99832	-117.14048				CA	073		
12110800	Icy Cape Settlement	icy-cape-settlement	US		0	America/Anchorage	70.32368	-161.87768				AK	185		
12156533	County Center	county-center	US		0	America/Tijuana	32.72194	-117.17152				CA	073		
12175976	Jensen Hughes Headquarters	jensen-hughes-headquarters	US		0	America/New_York	39.25339	-76.67756		Jensen Hughes Baltimore		MD	005		
12195610	Rancho Belago	rancho-belago	US		0	America/Los_Angeles	33.92681	-117.1914				CA	065		
12212746	Reynoldstown	reynoldstown	US		1733	America/New_York	33.75194	-84.35444				GA	121	7317640	
12216904	East Oakland	east-oakland	US		0	America/Los_Angeles	37.78989	-122.22984				CA	001	11788444	
12217944	Greater East Side	greater-east-side	US		0	America/Chicago	44.97199	-93.0265				MN	123	58000	
12217945	East Side	east-side	US		0	America/New_York	39.74043	-75.5414				DE	003	7161473	
12217947	Tenderloin	tenderloin	US		0	America/Los_Angeles	37.78394	-122.41744				CA	075		
12218087	Chinatown-International District	chinatown-international-district	US		0	America/Los_Angeles	47.59784	-122.32276		CID		WA	033	7174408	
12218099	Ironbound	ironbound	US		0	America/New_York	40.72457	-74.15297		Down Neck,Dutch Neck,the Neck		NJ	013	51000	
12218100	South Minneapolis	south-minneapolis	US		0	America/Chicago	44.93243	-93.26228				MN	053	43000	
12218101	Riverwest	riverwest	US		0	America/Chicago	43.07162	-87.90203				WI	079	53000	
12218102	North Philadelphia	north-philadelphia	US		0	America/New_York	40.01585	-75.13123		North Philly		PA	101	60000	
12261434	Salt River Pima-Maricopa Indian Community	salt-river-pima-maricopa-indian-community	US		0	America/Phoenix	33.48678	-111.86718				AZ	013		
4046221	Bauxite	bauxite	US	72011	0	America/Chicago	34.04732	-85.45968	267			AL	019		
4046230	Cherokee	cherokee	US	28719	0	America/Chicago	30.98239	-98.70754	456			TX	411		
4046246	Concrete	concrete	US	98237	0	America/Chicago	29.2383	-97.29304	82			TX	123		
4046252	Cost	cost	US	78614	0	America/Chicago	29.43746	-97.52888	113			TX	177		
4046255	Bay Minette	bay-minette	US	36507	9118	America/Chicago	30.88296	-87.77305	82	Bay Minette,Bay Minette Station,Bej Minet,Bej-Minett,bay mynyty,be minetta,bei mi nei te,by mynt,Бей-Мінетт,Беј Минет,باي مينيتي,بی مینت,बे मिनेत्त,贝米内特	003	AL	003		
4046264	Doty	doty	US	98539	0	America/Chicago	30.16021	-93.94601	6			TX	361		
4046274	Edna	edna	US	67342	5792	America/Chicago	28.97859	-96.64609	20	Edna,Ednaville,Macaroni Station,adna,adna  tgzas,Една,إدنا,ادنا، تگزاس	239	TX	239		
4046286	Evans	evans	US	25241	0	America/Chicago	32.94125	-94.25269	88			TX	067		
4046287	Bay Springs	bay-springs	US	39422	0	America/Chicago	34.17593	-85.71552	174			AL	019		
4046294	Fischer	fischer	US	78623	0	America/Chicago	29.97688	-98.26585	350	Fischer,Fischer Store,Fischer's Store		TX	091		
4046319	Bayou La Batre	bayou-la-batre	US	36509	2621	America/Chicago	30.40352	-88.24852	2	Baju la Batr,Baju-La-Batr,Bayou La Batre,Bayou Labatra,Bayou Labatre,Bayou Le Batre,Bayou le Batre,bai you la ba te li,bayw la batr,beyau la batre,Баю-Ла-Батр,Бају ла Батр,بايو لا باتر,بایو لا باتر,बेयौ ला बात्रे,拜尤拉巴特里		AL	097		
4046332	Henderson	henderson	US	13650	13529	America/Chicago	32.15322	-94.79938	156	Khenderson,hndrswn,hndrswn  tgzas,Хендерсон,هندرسون,هندرسون، تگزاس	401	TX	401		
4046337	Bayside	bayside	US	11359	0	America/Chicago	34.55648	-86.96751	174			AL	103		
4046350	Inwood	inwood	US	11096	0	America/Chicago	32.93068	-96.82167	192			TX	113		
4046359	Bayside	bayside	US	11359	0	America/Chicago	30.40853	-87.8236	3			AL	003		
4046364	Kittrell	kittrell	US	27544	0	America/Chicago	30.96546	-95.49633	49	Kittrell,Kittrell's Cut-Off		TX	471		
4046377	Beacon	beacon	US	12508	0	America/Chicago	31.7146	-86.82303	114	Beacon,Virdie		AL	013		
4046384	Los Angeles	los-angeles	US	90001	0	America/Chicago	28.46582	-99.00003	123			TX	283		
4046402	Midway	midway	US	15060	0	America/Chicago	33.08929	-94.58215	114			TX	067		
4046430	Natalia	natalia	US	78059	1490	America/Chicago	29.18968	-98.86253	209			TX	325		
4046472	Primrose	primrose	US	68655	0	America/Chicago	32.61152	-97.43335	236			TX	439		
4046474	Rankin	rankin	US	60960	718	America/Chicago	32.2057	-96.70666	144			TX	139		
4046475	Bear Creek	bear-creek	US	18602	0	America/Chicago	34.65648	-87.73336	159	Bear Creek,Cheatham,Little Bear Creek		AL	033		
4046499	Bear Creek	bear-creek	US	18602	1047	America/Chicago	34.27482	-87.70058	246	Bear Creek,Bearcreek		AL	093		
4046504	San Manuel	san-manuel	US	85631	0	America/Chicago	26.56451	-98.12112	23			TX	215		
4046514	Shelby	shelby	US	28150	0	America/Chicago	30.02161	-96.59831	138			TX	015		
4046522	Slater	slater	US	29683	0	America/Chicago	31.3435	-97.96975	314			TX	099		
4046554	Sulphur	sulphur	US	40070	0	America/Chicago	33.31291	-94.05574	72	Sulphur,Sulphur Station		TX	037		
4046566	Thedford	thedford	US	69166	0	America/Chicago	32.48459	-95.39662	156			TX	423		
4046580	Vera	vera	US	74082	0	America/Chicago	33.63343	-99.5662	445			TX	275		
4046584	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	29.86827	-98.73475	438			TX	259		
4046610	Zion Grove	zion-grove	US	17985	0	America/Chicago	31.87489	-94.78271	132			TX	401		
4046620	Ben Hur	ben-hur	US	24218	0	America/New_York	36.73287	-83.08211	440	Ben Hur,Benhur		VA	105		
4046635	Beasley	beasley	US	77417	0	America/Chicago	33.21207	-88.10003	65			AL	107		
4046640	Boaz	boaz	US	35956	0	America/New_York	36.74682	-76.76162	25			VA	093		
4046654	Capeville	capeville	US	23313	0	America/New_York	37.20292	-75.95715	9			VA	131		
4046667	Beatrice	beatrice	US	36425	285	America/Chicago	31.73349	-87.20471	82			AL	099		
4046668	Cove	cove	US	71937	0	America/New_York	36.98209	-78.74556	130			VA	083		
4046674	Crockett	crockett	US	24323	0	America/New_York	36.88623	-81.19204	716	Crockett,Crockett Depot,Crocketts Depot		VA	197		
4046682	Doran	doran	US	24612	0	America/New_York	37.09261	-81.83345	585			VA	185		
4046694	Fairlee	fairlee	US	05045	0	America/New_York	38.87372	-77.27137	112			VA	059		
4046724	Grant	grant	US	32949	0	America/New_York	36.66234	-81.40399	860			VA	077		
4046728	Green Bay	green-bay	US	23942	0	America/New_York	37.96514	-77.69471	100	Green Bay,Villa Green		VA	085		
4046734	Hallwood	hallwood	US	23359	204	America/New_York	37.87763	-75.58909	6			VA	001		
4046754	Hume	hume	US	14745	0	America/New_York	38.83206	-77.99944	208	Barbee Crossroads,Barbees,Hume		VA	061		
4046760	Jack	jack	US	36346	0	America/New_York	37.19654	-77.50915	58			VA	053		
4046792	Lodi	lodi	US	07644	0	America/New_York	36.71484	-81.77734	632			VA	191		
4046794	Long Branch	long-branch	US	07740	0	America/New_York	38.18763	-77.39332	69			VA	033		
4046798	Lynnwood	lynnwood	US	98036	0	America/New_York	38.31013	-78.77169	317			VA	165		
4046806	Midvale	midvale	US	44653	0	America/New_York	37.83597	-79.2867	333	Midvale,Midville		VA	163		
4046812	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	38.10236	-77.05192	6			VA	057		
4046820	Nelsonia	nelsonia	US	23414	523	America/New_York	37.81985	-75.58715	15			VA	001		
4046836	Oliver	oliver	US	15472	0	America/New_York	37.8582	-77.53276	77			VA	085		
4046862	Red Valley	red-valley	US	86544	0	America/New_York	37.13514	-79.86142	369	Kennett,Red Valley		VA	067		
4046872	Salem	salem	US	01970	0	America/New_York	38.64429	-78.54779	261			VA	139		
4046874	Sandy Ridge	sandy-ridge	US	16677	0	America/New_York	37.23765	-77.50026	64			VA	041		
4046890	Sperryville	sperryville	US	22740	342	America/New_York	38.65707	-78.22611	210			VA	157		
4046896	Stratton	stratton	US	04982	0	America/New_York	37.08788	-82.36042	460			VA	051		
4046904	Sun	sun	US	70463	0	America/New_York	36.94177	-82.2857	507			VA	167		
4046907	Beaverton	beaverton	US	35544	187	America/Chicago	33.93122	-88.02031	115			AL	075		
4046926	Tyro	tyro	US	22976	0	America/New_York	37.82153	-79.00475	255			VA	125		
4046946	Yorktown	yorktown	US	23690	195	America/New_York	37.23876	-76.50967	2	Jorktaun,Yorktown i Virginia,iorktʼauni,yokeutaun,yokutaun,yue ke zhen,ywrktwwn  wrjynya,Јорктаун,Йорктаун,یورکتوؤن، ورجینیا,იორქტაუნი,ヨークタウン,約克鎮,요크타운	199	VA	199		
4046948	Yuma	yuma	US	38390	0	America/New_York	36.6151	-82.61238	394			VA	169		
4046959	Bedford	bedford	US	01730	0	America/Chicago	33.79594	-88.20698	119			AL	075		
4046960	Antioch	antioch	US	37011	0	America/New_York	38.78592	-81.50485	249			WV	087		
4046966	Barrett	barrett	US	56311	0	America/New_York	37.88733	-81.67011	302			WV	005		
4046968	Baxter	baxter	US	26560	0	America/New_York	39.5576	-78.0775	185			WV	003		
4046998	Copen	copen	US	26615	0	America/New_York	38.8376	-80.72954	254			WV	007		
4047010	Elkhorn	elkhorn	US	24831	0	America/New_York	37.38567	-81.41094	606	Elk Horn Run,Elkhorn		WV	047		
4047020	Frenchburg	frenchburg	US	40322	0	America/New_York	39.31538	-78.66057	307	French,Frenchburg		WV	027		
4047022	Frost	frost	US	56033	0	America/New_York	38.27068	-79.88061	788			WV	075		
4047028	Hambleton	hambleton	US	26269	226	America/New_York	39.08205	-79.64534	525	Black Fork,Goff Town,Goffs,Hambleton,Hulings,Rushs		WV	093		
4047034	Hartland	hartland	US	04943	0	America/New_York	38.43205	-81.11261	222	Hartland,Middle Creek		WV	015		
4047046	Isaban	isaban	US	24846	0	America/New_York	37.53011	-81.88817	348			WV	047		
4047070	Long Branch	long-branch	US	07740	0	America/New_York	37.92289	-81.27566	526	Burgess Crossing,Long Branch		WV	019		
4047082	Madeline	madeline	US	96119	0	America/New_York	37.58039	-81.30427	539	Madeline,Malco		WV	081		
4047094	New Richmond	new-richmond	US	24867	238	America/New_York	37.57011	-81.48872	416	New Richmond,Riverside,Stewartsville		WV	109		
4047110	Pierce	pierce	US	68767	0	America/New_York	39.17372	-79.51033	915			WV	093		
4047116	Premier	premier	US	24878	0	America/New_York	37.42234	-81.64372	448	Premier,Primier		WV	047		
4047120	Raleigh	raleigh	US	25911	0	America/New_York	37.75678	-81.17427	679	Beckley,Raleigh,Roli,West Raleigh,Роли		WV	081		
4047130	Rockland	rockland	US	02370	0	America/New_York	37.72957	-80.51285	508			WV	025		
4047138	Sanford	sanford	US	04073	0	America/New_York	39.51953	-80.12702	305			WV	049		
4047139	Bel Air	bel-air	US	21014	0	America/Chicago	31.23156	-85.43716	98			AL	069		
4047146	Snow Hill	snow-hill	US	21863	0	America/New_York	38.13539	-80.78148	820	Snow Hill,Snowhill		WV	067		
4047156	Stanley	stanley	US	14561	0	America/New_York	39.30869	-80.89205	288			WV	085		
4047163	Bel Air	bel-air	US	21014	0	America/Chicago	33.5851	-86.72138	218			AL	073		
4047166	Triplett	triplett	US	65286	0	America/New_York	38.47649	-81.03594	402			WV	015		
4047168	Troy	troy	US	03465	0	America/New_York	39.01981	-80.76316	229			WV	021		
4047174	Westerly	westerly	US	02891	0	America/New_York	37.99233	-81.32066	369	Keeferton,Westerly		WV	019		
4047180	Worth	worth	US	60482	0	America/New_York	37.41484	-81.38982	578			WV	047		
4047190	North Charleston	north-charleston	US	29405	0	America/New_York	38.37426	-81.68429	179			WV	039		
4047194	Rhodes	rhodes	US	48652	0	America/Chicago	31.57822	-86.69164	88	Rhodes,Rhodes Station		AL	013		
4047198	Brighton	brighton	US	02135	2862	America/Chicago	33.43428	-86.94721	155	Brajton,Brighton,Woodward Crossing,Брайтон		AL	073		
4047200	Braggs	braggs	US	74423	0	America/Chicago	32.05042	-86.79554	87			AL	085		
4047204	Akron	akron	US	14001	337	America/Chicago	32.87652	-87.74251	40	Acorn,Akron,Акрон		AL	065		
4047206	Barnes	barnes	US	66933	0	America/Chicago	31.54267	-85.67438	151	Barnes,Barnes Cross Roads,Barnes Crossroads,Burns		AL	045		
4047212	Bluff	bluff	US	84512	0	America/Chicago	33.82066	-87.90641	150			AL	057		
4047213	Belknap	belknap	US	62908	0	America/Chicago	32.20625	-87.01388	47			AL	047		
4047215	Bell	bell	US	32619	0	America/Chicago	33.33901	-87.96058	98			AL	107		
4047222	Bethel	bethel	US	04217	0	America/Chicago	31.70071	-86.91415	115	Bethel,Manti		AL	035		
4047225	Belk	belk	US	35545	210	America/Chicago	33.64761	-87.93141	97	Belk,Mulberry Tank Junction		AL	057		
4047252	Cowpens	cowpens	US	29330	0	America/Chicago	33.0354	-85.82274	264			AL	123		
4047296	Harmon	harmon	US	61042	0	America/Chicago	33.03207	-87.27333	98			AL	007		
4047321	Bellamy	bellamy	US	36901	543	America/Chicago	32.44903	-88.13363	34			AL	119		
4047336	Lamar	lamar	US	16848	0	America/Chicago	33.39678	-85.39523	293			AL	111		
4047339	Belle Haven	belle-haven	US	23306	0	America/Chicago	33.46094	-86.8886	162			AL	073		
4047343	Belle Mina	belle-mina	US	35615	0	America/Chicago	34.65676	-86.87917	183	Belle Mina,Bellemina		AL	083		
4047357	Bellefontaine	bellefontaine	US	39737	608	America/Chicago	30.49353	-88.10361	2	Belle Fontaine,Bellefontaine,Bellefountaine		AL	097		
4047365	Bellefonte	bellefonte	US	16823	0	America/Chicago	34.71119	-85.94526	197	Beleefonte,Bellefonte		AL	071		
4047376	New Hope	new-hope	US	18938	0	America/Chicago	34.31537	-86.8625	305			AL	103		
4047390	Osco	osco	US	61274	0	America/Chicago	31.87711	-85.23577	133			AL	005		
4047395	Belleville	belleville	US	07109	0	America/Chicago	31.42989	-87.10914	133	Belleville,Bellville,The Ponds		AL	035		
4047396	Payneville	payneville	US	40157	0	America/Chicago	32.61347	-88.3467	58			AL	119		
4047398	Penn	penn	US	15675	0	America/Chicago	34.35621	-87.08334	192			AL	103		
4047400	Radford	radford	US	24141	0	America/Chicago	32.5893	-87.2	49	Radford,Radfordsville,Radfordville,Richardson Store		AL	105		
4047406	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	31.93015	-88.21446	90	Pleasant Hill,Pleasant Vale		AL	023		
4047411	Bellevue	bellevue	US	41073	0	America/Chicago	32.43764	-87.38028	52			AL	047		
4047413	Bellevue	bellevue	US	41073	0	America/Chicago	34.03454	-86.02192	245	Bellevue,Bellevue Highlands,Belvue		AL	055		
4047418	Harold	harold	US	41635	0	America/Chicago	38.27252	-99.93346	689	Harold,Shiloh		KS	135	24475	
4047428	Tabor	tabor	US	51653	0	America/Chicago	34.15148	-85.91803	252			AL	055		
4047436	Saco	saco	US	04072	0	America/Chicago	31.95515	-85.82078	116			AL	109		
4047454	South Hill	south-hill	US	23970	0	America/Chicago	34.41037	-86.03831	345	Gad,Mount Pleasant,South Hill		AL	049		
4047464	Colony	colony	US	66015	385	America/Chicago	33.94566	-86.90167	140	Colony		AL	043		
4047472	Vida	vida	US	59274	0	America/Chicago	32.61013	-86.67443	93			AL	001		
4047474	Wilton	wilton	US	03086	687	America/Chicago	33.07873	-86.88166	121	Birmingham Junction,Bismarck,Catoosa,Wilton		AL	117		
4047480	Wayside	wayside	US	24985	0	America/Chicago	33.87816	-87.89141	146			AL	057		
4047497	Bellwood	bellwood	US	16617	0	America/Chicago	31.17323	-85.79327	41			AL	061		
4047499	Bellwood	bellwood	US	16617	0	America/Chicago	30.71547	-88.15	47			AL	097		
4047500	Beech Grove	beech-grove	US	42322	0	America/Chicago	36.17229	-90.61928	94	Beech,Beech Grove		AR	055	90984	
4047501	Bellwood	bellwood	US	16617	0	America/Chicago	33.22623	-87.5789	65			AL	125		
4047506	Brumley	brumley	US	65017	0	America/Chicago	35.06259	-92.42599	88			AR	045	90600	
4047515	Belmont	belmont	US	02478	0	America/Chicago	32.55875	-87.94252	78	Belmont,Belmonte		AL	119		
4047517	Belmont	belmont	US	02478	0	America/Chicago	34.7912	-86.99362	220			AL	083		
4047524	Canaan	canaan	US	03741	0	America/Chicago	34.85482	-90.79289	69			AR	077	93699	
4047530	Collins	collins	US	14034	0	America/Chicago	33.5315	-91.5654	50	Collins,Cut-Off		AR	043	90906	
4047535	Beloit	beloit	US	44609	0	America/Chicago	32.3543	-87.1486	60	Beloit,Saltmarsh		AL	047		
4047540	Cove	cove	US	71937	373	America/Chicago	34.43511	-94.41133	319			AR	113	93996	
4047558	Etna	etna	US	03750	0	America/Chicago	35.37314	-93.85131	162			AR	047	94107	
4047562	Elba	elba	US	14058	0	America/Chicago	35.76897	-92.44599	260			AR	141	92214	
4047568	Gepp	gepp	US	72538	0	America/Chicago	36.38784	-92.10432	233			AR	049	93798	
4047572	Guy	guy	US	72061	718	America/Chicago	35.32536	-92.33432	207			AR	045	90618	
4047580	Hasty	hasty	US	72640	0	America/Chicago	36.01508	-93.04767	374	Agee,Gum Tavern,Hasty		AR	101	91641	
4047586	Johnston	johnston	US	02919	0	America/Chicago	33.26596	-93.16711	101			AR	027	92355	
4047590	Holman	holman	US	87723	0	America/Chicago	35.48453	-93.31101	219			AR	071	91683	
4047606	Kearney	kearney	US	64060	0	America/Chicago	34.41315	-92.17209	107			AR	069	90120	
4047608	Lignite	lignite	US	58752	0	America/Chicago	34.56204	-92.48766	104			AR	125	90153	
4047630	Midway	midway	US	15060	0	America/Chicago	35.56008	-91.05234	70			AR	067	93165	
4047634	Oak Forest	oak-forest	US	60452	0	America/Chicago	34.80287	-90.90817	62	Oak Forest,Oakforest		AR	077	92733	
4047640	Palmer	palmer	US	01069	0	America/Chicago	34.57621	-91.06567	53			AR	095	90846	
4047644	Onia	onia	US	72663	0	America/Chicago	35.91896	-92.3271	227			AR	137	91275	
4047650	Pitman	pitman	US	08071	0	America/Chicago	36.47839	-90.82262	128			AR	121	92220	
4047656	Provo	provo	US	84601	0	America/Chicago	34.03761	-94.1077	121	Farrabaville,Farribaville,Provo		AR	133	93060	
4047658	Pollard	pollard	US	72456	208	America/Chicago	36.43089	-90.26843	103	Advance,Pollard		AR	021	92952	
4047670	Smith	smith	US	89430	0	America/Chicago	33.13569	-92.65016	53			AR	139	91218	
4047678	Eugene	eugene	US	65032	0	America/New_York	29.61162	-83.08791	12			FL	029		
4047688	Springfield	springfield	US	01101	0	America/Chicago	35.26758	-92.55766	117	Springfild,Спрингфилд		AR	029	93672	
4047691	Benoit	benoit	US	38725	0	America/Chicago	33.754	-87.15722	92			AL	127		
4047692	Thornton	thornton	US	03285	398	America/Chicago	33.779	-92.49182	97	Tornton,Торнтон		AR	013		
4047704	Walcott	walcott	US	52773	0	America/Chicago	36.0434	-90.67122	103			AR	055	90576	
4047717	Bentleyville	bentleyville	US	15314	0	America/Chicago	32.95623	-86.26025	161			AL	037		
4047719	Benton	benton	US	17814	46	America/Chicago	32.30681	-86.81776	43	Benton,Бентон		AL	085		
4047724	Bayard	bayard	US	26707	0	America/New_York	38.50039	-75.13157	5			DE	005		
4047728	Woodbury	woodbury	US	05681	0	America/New_York	39.039	-75.55354	12			DE	001		
4047730	Red Lion	red-lion	US	17356	0	America/New_York	39.60845	-75.66382	10	Read Lyon,Red Lion		DE	003		
4047732	Johnson	johnson	US	05656	0	America/New_York	38.47539	-75.13852	3	Johnson,Johnson Corner		DE	005		
4049106	Wesley	wesley	US	04686	0	America/New_York	38.34707	-76.08327	1			MD	019		
4047734	Ocean View	ocean-view	US	08230	2035	America/New_York	38.54511	-75.08907	4	Hall's Store,Halls Store,Ocean View,Oushan Vju,awshn fyw,osana bhyu,ou shen wei you,Оушан Вју,أوشن فيو,اوشن ویو، ڈیلاویئر,اوشن‌ویو، دلاور,ओसन भ्यू,欧申维尤		DE	005		
4047740	White Hall	white-hall	US	21161	0	America/New_York	39.04095	-75.59548	18			DE	001		
4047766	Blocker	blocker	US	74529	0	America/New_York	30.58742	-84.27351	79			FL	073		
4047773	Berkley	berkley	US	02779	0	America/Chicago	34.63981	-86.42915	188			AL	089		
4047787	Berlin	berlin	US	01503	0	America/Chicago	34.18149	-86.74222	258	Berlin,Hobart,Mush Creek		AL	043		
4047789	Berlin	berlin	US	01503	0	America/Chicago	32.25931	-87.00832	52	Berlin,Sardis		AL	047		
4047820	Happy Valley	happy-valley	US	97086	0	America/Chicago	30.98129	-87.24831	18			FL	033		
4047827	Berry	berry	US	35546	1113	America/Chicago	33.65983	-87.60001	139	Berry,Berry Station		AL	057		
4047834	Lake Monroe	lake-monroe	US	32747	0	America/New_York	28.82471	-81.32701	4			FL	117		
4047876	Parrish	parrish	US	34219	0	America/New_York	27.58754	-82.42509	13	Parish,Parrish		FL	081		
4047906	Trinity	trinity	US	27370	10907	America/New_York	28.18085	-82.68177	6			FL	101		
4047907	Bertha	bertha	US	56437	0	America/Chicago	31.54128	-85.42799	142			AL	045		
4047913	Berwick	berwick	US	03901	0	America/Chicago	33.27567	-85.6694	240			AL	027		
4047914	Villas	villas	US	08251	11569	America/New_York	26.55035	-81.8687	3			FL	071		
4047916	Alexis	alexis	US	28006	0	America/New_York	30.74216	-82.91847	47			GA	101		
4047947	Bessie	bessie	US	73622	0	America/Chicago	32.94429	-86.83249	193			AL	021		
4047949	Bessie	bessie	US	73622	0	America/Chicago	33.64983	-87.03305	107	Bessie,Maben		AL	073		
4047956	Brighton	brighton	US	02135	0	America/New_York	31.50269	-83.456	115			GA	277		
4048023	Bessemer	bessemer	US	16112	26730	America/Chicago	33.40178	-86.95444	155	Besemer,Bessemer,bei se mo,bes'semara,beseomeo,bsmr,bysmyr,Бесемер,Бессемер,بسمر,بيسمير,बेस्सेमर,贝瑟默,베서머		AL	073		
4048024	Goshen	goshen	US	01032	0	America/New_York	33.86373	-82.50791	133			GA	181		
4048032	Hammond	hammond	US	13646	0	America/New_York	33.92538	-84.36743	340			GA	121		
4048084	Lenox	lenox	US	01240	852	America/New_York	31.27158	-83.46488	89			GA	075		
4048088	Long Branch	long-branch	US	07740	0	America/New_York	30.89797	-84.20601	90			GA	131		
4048094	Patterson	patterson	US	12563	751	America/New_York	31.38744	-82.14012	32	Kate,Patterson,Station Number Seven and One Half		GA	229		
4048098	Mill Creek	mill-creek	US	17060	0	America/New_York	31.82938	-81.62039	24			GA	179		
4048100	McDaniel	mcdaniel	US	21647	0	America/New_York	34.50842	-84.63049	399			GA	227		
4048111	Bethel	bethel	US	04217	0	America/Chicago	33.86399	-85.98469	176			AL	015		
4048115	Bethel	bethel	US	04217	0	America/Chicago	33.8001	-85.37968	349			AL	029		
4048117	Bethel	bethel	US	04217	0	America/Chicago	34.75509	-87.45891	165			AL	033		
4048119	Bethel	bethel	US	04217	0	America/Chicago	34.19454	-86.98278	272	Bethel,Clarkson		AL	043		
4048121	Bethel	bethel	US	04217	0	America/Chicago	34.93314	-86.81972	260	Bethel,Wooley Springs		AL	083		
4048123	Bethel	bethel	US	04217	0	America/Chicago	33.38623	-85.30411	415			AL	111		
4048125	Bethel	bethel	US	04217	0	America/Chicago	33.49122	-86.13275	176			AL	121		
4048127	Bethel	bethel	US	04217	0	America/Chicago	32.14098	-87.475	39			AL	131		
4048138	Pine Valley	pine-valley	US	14872	0	America/New_York	31.08741	-83.47322	71			GA	075		
4048154	Reeds	reeds	US	64859	0	America/New_York	34.22705	-83.07765	256			GA	147		
4048158	Sapelo Island	sapelo-island	US	31327	0	America/New_York	31.39745	-81.27871	3	Reynolds Estate,Sapelo,Sapelo Island,Sapeloe Island		GA	191		
4048166	Sanford	sanford	US	04073	0	America/New_York	34.07872	-83.34821	265	Sanford,Sawdust		GA	195		
4048182	Smyrna	smyrna	US	13464	0	America/New_York	33.59818	-83.40489	188			GA	211		
4048202	Union	union	US	03887	0	America/New_York	34.84508	-85.52496	233			GA	083		
4048209	Bethel	bethel	US	04217	0	America/Chicago	31.62822	-85.68189	139	Bethel,Bethel Stop		AL	005		
4048214	Vandiver	vandiver	US	35176	0	America/New_York	34.40121	-83.25238	222			GA	119		
4048248	Clements	clements	US	20624	0	America/Chicago	39.61894	-90.15095	213			IL	137		
4048250	Dennison	dennison	US	44621	0	America/Chicago	39.46087	-87.5978	177			IL	023	78279	
4048254	Long Branch	long-branch	US	07740	0	America/Chicago	37.88505	-88.57728	130	Hamburg,Long Branch,Longbranch		IL	165	44485	
4048280	Horton	horton	US	35980	0	America/Chicago	39.57199	-91.04347	144	Horton,Horton Station,Hortons Station		IL	149	02791	
4048290	Markham	markham	US	22643	0	America/Chicago	39.74588	-90.3279	181	Markham,Markham Station		IL	137		
4048318	Cross Plains	cross-plains	US	37049	0	America/Indiana/Indianapolis	38.94395	-85.20468	293	Cross Plains,Crossplains		IN	137	08362	
4048332	Aurora	aurora	US	04408	3701	America/New_York	39.057	-84.90134	148	Aurora,Avrora,City of Aurora,Orora,arwra  ayndyana,Аврора,Орора,آرورا، ایندیانا		IN	029	11278	
4048354	Curryville	curryville	US	16631	0	America/Indiana/Indianapolis	39.18699	-87.39252	162	Currysville,Curryville		IN	153	16390	
4048374	Johnsburg	johnsburg	US	12843	0	America/Indiana/Vincennes	38.21783	-86.95555	148	Ferdinand Station,Johnsburg,Johnsburgh		IN	037	10684	
4048380	Waynesburg	waynesburg	US	15370	0	America/Indiana/Indianapolis	39.21116	-85.66942	240	Waynesburg,Waynesburgh		IN	031	36918	
4048390	Saint Joseph	saint-joseph	US	38481	0	America/Kentucky/Louisville	38.40007	-85.8083	172	Saint Joseph,Saint Joseph's Hill,St. Joseph		IN	043	52344	
4048394	Rome	rome	US	13440	0	America/Indiana/Tell_City	37.92339	-86.52359	125	Franklin,Rome,Washington		IN	123	76040	
4048402	Solsberry	solsberry	US	47459	0	America/Indiana/Indianapolis	39.08338	-86.75611	237			IN	055	04186	
4048404	Valley City	valley-city	US	44280	0	America/Kentucky/Louisville	38.09396	-86.22275	175			IN	061	80684	
4048408	Troy	troy	US	03465	371	America/Indiana/Tell_City	37.99533	-86.79777	144	Troja,Троя		IN	123	76652	
4048432	Cora	cora	US	25614	0	America/Chicago	39.89279	-98.66368	599			KS	183	15525	
4048442	Belcamp	belcamp	US	21017	0	America/New_York	39.469	-76.23329	6	Belcamp,Belcamp Beach		MD	025		
4048446	Fairview	fairview	US	07022	286	America/Chicago	36.84338	-87.30389	195	Fairview,Georgetown		KY	047		
4048464	Milo	milo	US	04463	0	America/Chicago	39.17223	-97.96754	396			KS	105	62800	
4048466	Severance	severance	US	12872	93	America/Chicago	39.76722	-95.24998	282	Severance,Severence		KS	043	80275	
4048468	Prairie View	prairie-view	US	67664	128	America/Chicago	39.83251	-99.57261	668			KS	147	57550	
4048472	Osgood	osgood	US	45351	0	America/Chicago	38.65779	-99.84429	750	O S Good Siding,Osgood		KS	135	50125	
4048488	Stockton	stockton	US	08559	1322	America/Chicago	39.43807	-99.2651	549	Stock Town,Stockton,Stoktun,Стоктън	163	KS	163	71207	
4048498	Wilder	wilder	US	05088	0	America/Chicago	39.04306	-94.86969	235			KS	091	64500	
4048506	Woodruff	woodruff	US	29388	0	America/Chicago	39.99279	-99.42649	610			KS	147	27450	
4048512	Chaplin	chaplin	US	06235	418	America/New_York	37.89784	-85.22134	251	Chaplin,Chapline		KY	179		
4048524	Beech Grove	beech-grove	US	42322	0	America/New_York	38.3073	-82.92683	189			KY	043		
4048548	Chenoa	chenoa	US	61726	0	America/New_York	36.66925	-83.86159	441			KY	013		
4048554	Colo	colo	US	50056	0	America/New_York	37.04564	-84.48383	369			KY	199		
4048560	Deane	deane	US	41812	0	America/New_York	37.23871	-82.77321	407			KY	133		
4048570	Dwarf	dwarf	US	41739	0	America/New_York	37.3351	-83.13128	286			KY	193		
4048578	Grassy Creek	grassy-creek	US	28631	0	America/New_York	37.86703	-83.34518	240			KY	175		
4048586	Grandview	grandview	US	37337	0	America/Chicago	37.70116	-86.93027	137			KY	059		
4048610	Indian Hills	indian-hills	US	80454	0	America/Chicago	37.0345	-88.0578	112			KY	143		
4048612	Horse Branch	horse-branch	US	42349	0	America/Chicago	37.45588	-86.67665	142			KY	183		
4048618	Ingram	ingram	US	40955	0	America/New_York	36.73036	-83.79825	314			KY	013		
4048626	Kimper	kimper	US	41539	0	America/New_York	37.49705	-82.35042	280			KY	195		
4048636	Roff	roff	US	74865	0	America/Chicago	37.66034	-86.42303	209			KY	027		
4048650	Mary Alice	mary-alice	US	40964	0	America/New_York	36.78425	-83.3299	403			KY	095		
4048655	Bethlehem	bethlehem	US	03574	0	America/Chicago	33.98204	-86.26609	247	Bethlehem,Clear Springs		AL	055		
4048657	Bethlehem	bethlehem	US	03574	0	America/Chicago	32.05348	-86.34358	126			AL	101		
4048659	Bethlehem	bethlehem	US	03574	0	America/Chicago	32.80707	-87.10972	120			AL	105		
4048661	Bethlehem	bethlehem	US	03574	0	America/Chicago	33.47512	-88.07086	123			AL	107		
4048662	Paducah	paducah	US	42001	24864	America/Chicago	37.08339	-88.60005	104	PAH,Padaka,Padjuka,Paducah,Paduka,Pekin,badwka,pa di you ka,pade~yuka,pdwka  kntaky,peodyuka,Падака,Падука,Падјука,بادوكا,پاڈوکاہ، کینٹکی,پدوکا، کنتاکی,パデューカ,帕迪尤卡,퍼듀카	145	KY	145		
4048663	Bethlehem	bethlehem	US	03574	0	America/Chicago	33.50344	-85.96136	189			AL	121		
4048682	Pine Grove	pine-grove	US	17963	0	America/New_York	37.06564	-84.10215	366			KY	125		
4048694	Prosperity	prosperity	US	15329	0	America/Chicago	37.32172	-86.31748	197	Prosperity,Salem		KY	061		
4048734	Bellevue	bellevue	US	41073	0	America/Chicago	32.6732	-93.52212	87	Bellevue,Fredonia,Freedonia,Society Hill		LA	015		
4048736	Wilson	wilson	US	14172	0	America/Chicago	37.7806	-87.65807	121			KY	101		
4048752	Winslow	winslow	US	08095	0	America/New_York	38.45369	-82.68183	184			KY	019		
4048760	Woodstock	woodstock	US	03293	0	America/New_York	37.26147	-84.51661	325			KY	199		
4048762	Afton	afton	US	13730	0	America/Chicago	32.24487	-91.1915	24			LA	065		
4048770	Colt	colt	US	72326	0	America/Chicago	30.30186	-89.8334	4	Bonfouca Station,Colt		LA	103		
4048774	Carson	carson	US	23830	0	America/Chicago	30.75464	-93.31322	53	Carson,Carson Ranch,Old Carson		LA	011		
4048790	Donner	donner	US	70352	0	America/Chicago	29.69576	-90.94426	1			LA	109		
4048802	Ellsworth	ellsworth	US	04605	0	America/Chicago	29.67327	-90.81509	3			LA	109		
4048832	Merlin	merlin	US	97532	0	America/Chicago	30.38853	-91.28983	5			LA	121		
4048834	Manchester	manchester	US	01944	0	America/Chicago	30.19437	-93.0971	7	Gene,Manchester		LA	019		
4048848	Morrow	morrow	US	30260	0	America/Chicago	30.82992	-92.08012	13	Morrow,Morrow Station,Morrows,Morrows Station		LA	097		
4048850	Monticello	monticello	US	04760	4718	America/Chicago	32.59653	-91.394	26			LA	035		
4048856	Mount Olive	mount-olive	US	25185	0	America/Chicago	32.55515	-92.65932	73			LA	061		
4048882	Pine Ridge	pine-ridge	US	41360	0	America/Chicago	32.12044	-92.89599	67	Pine Ridge,Pineridge		LA	127		
4048920	Sun	sun	US	70463	483	America/Chicago	30.64908	-89.89257	21			LA	103		
4048952	Milltown	milltown	US	08850	0	America/Chicago	32.64042	-90.02508	77	Mill Town,Milltown		MS	089		
4048972	Braddock	braddock	US	15104	0	America/New_York	39.42094	-77.47693	155	Braddock,Fairview,Old Braddock		MD	021		
4048978	Clayton	clayton	US	08312	0	America/New_York	39.45039	-76.35468	57			MD	025		
4049001	Beulah	beulah	US	38726	0	America/Chicago	31.22906	-86.23245	90			AL	039		
4049003	Beulah	beulah	US	38726	0	America/Chicago	34.75925	-85.61413	494			AL	049		
4049005	Beulah	beulah	US	38726	0	America/Chicago	32.71124	-85.18216	213			AL	081		
4049018	Fairview	fairview	US	07022	76	America/New_York	39.71232	-77.84305	151			MD	043		
4049022	Millwood	millwood	US	10546	0	America/New_York	39.66732	-76.84998	252			MD	013		
4049032	Jessup	jessup	US	18434	7137	America/New_York	39.14927	-76.77525	63	Andersonville,Dzesap,Hooversville,Jessup,Jessups,Jessups Cut,Jessups Cut Station,Pierceland,jswp  mrylnd,Џесап,جسوپ، مریلند		MD	003		
4049044	Manokin	manokin	US	21836	0	America/New_York	38.38234	-75.6177	11			MD	045		
4049048	Marion	marion	US	02738	0	America/New_York	38.03929	-75.77076	2	Marion,Marion Station,Somerset		MD	039		
4049056	New Germany	new-germany	US	55367	0	America/New_York	39.63259	-79.12225	752	New Germany,Old Dutch Settlement		MD	023		
4049086	Woodbine	woodbine	US	08270	0	America/New_York	39.35983	-77.06248	146	Woodbine,Woodbine Mills		MD	013		
4049088	Weldon	weldon	US	27890	0	America/New_York	39.47871	-77.11776	197			MD	013		
4049104	Westlake	westlake	US	44145	0	America/New_York	38.38762	-75.59881	5			MD	045		
4049114	White Hall	white-hall	US	21161	0	America/New_York	39.58761	-75.83827	11			MD	015		
4049118	Benson	benson	US	05731	0	America/Chicago	39.89753	-92.85853	292			MO	115	03016	
4049120	Amoret	amoret	US	64722	184	America/Chicago	38.2553	-94.58773	258			MO	013	32788	
4049136	Bentonville	bentonville	US	22610	0	America/Chicago	38.10058	-93.44909	285			MO	015	00586	
4049154	Brent	brent	US	35034	0	America/Chicago	36.36423	-89.73564	83			MO	155	27622	
4049160	Bryant	bryant	US	35958	0	America/Chicago	37.03894	-92.61072	328			MO	067	48206	
4049174	Center Point	center-point	US	26339	0	America/Chicago	36.91784	-94.08188	377			MO	145	05032	
4049176	Chandler	chandler	US	47610	0	America/Chicago	39.30028	-94.38273	265	Chandler,Robertson Station		MO	047	42050	
4049182	Cowgill	cowgill	US	64637	180	America/Chicago	39.55918	-93.92688	296	Cowgill,Glassville		MO	025	42626	
4049194	Gordonville	gordonville	US	17529	400	America/Chicago	37.31116	-89.67926	120	Davis Mill,Gordonville,Peoples		MO	031	33454	
4049206	Eunice	eunice	US	65468	0	America/Chicago	37.24505	-91.77959	414			MO	215	55820	
4049208	Mill Creek	mill-creek	US	17060	0	America/Chicago	30.67075	-89.70257	50			MS	109		
4049212	Middle Grove	middle-grove	US	12850	0	America/Chicago	39.39504	-92.27046	242			MO	137	74806	
4049218	Hope	hope	US	02831	0	America/Chicago	39.5956	-91.20209	140			MO	163	65594	
4049226	Horton	horton	US	35980	0	America/Chicago	36.87033	-92.07404	328	Cordz,Drew,Horton		MO	091	67844	
4049286	New York	new-york	US	10001	0	America/Chicago	39.68529	-93.92688	244			MO	025	52400	
4049290	Nebo	nebo	US	25141	0	America/Chicago	37.57115	-92.33517	315			MO	105	26596	
4049294	Page	page	US	25152	0	America/Chicago	36.48617	-89.97065	85			MO	069	25804	
4049304	Pitcher	pitcher	US	13136	0	America/Chicago	38.75032	-91.96602	239			MO	027	64010	
4049305	Bexar	bexar	US	72515	0	America/Chicago	34.19094	-88.14726	158			AL	093		
4049324	Shade	shade	US	45776	0	America/Chicago	36.17562	-89.76675	81			MO	155	43382	
4049342	Tunas	tunas	US	65764	0	America/Chicago	37.84976	-93.02769	280			MO	059	67412	
4049352	Taos	taos	US	87571	0	America/Chicago	39.5775	-94.83496	326	Fanchers Cross Roads,Haarville,Old Taos,Taos		MO	021	17110	
4049390	Bradley	bradley	US	04411	0	America/Chicago	31.17518	-88.67142	56			MS	041		
4049406	Clifford	clifford	US	18413	0	America/Chicago	33.82372	-90.8851	43			MS	011		
4049408	Cash	cash	US	72421	0	America/Chicago	32.56736	-89.57202	127			MS	123		
4049414	Coats	coats	US	27521	0	America/Chicago	31.84599	-89.7048	119	Coat,Coats		MS	127		
4049416	Concord	concord	US	01742	0	America/Chicago	34.55371	-88.98256	139			MS	145		
4049432	Mayhew	mayhew	US	39753	0	America/Chicago	33.48484	-88.63449	63	Mahews Station,Mayhew,Mayhew's Station,Mayhews Station		MS	087		
4049462	Camilla	camilla	US	31730	0	America/Chicago	30.59964	-95.05799	92			TX	407		
4049463	Big Creek	big-creek	US	25505	0	America/Chicago	31.06851	-85.43382	61	Big Creek,Sanders		AL	069		
4049486	New Town	new-town	US	02456	0	America/Chicago	34.61205	-89.91509	105			MS	137		
4049510	Pinola	pinola	US	39149	0	America/Chicago	31.8771	-89.96202	95			MS	127		
4049512	Plain	plain	US	53577	0	America/Chicago	32.23181	-90.16175	83			MS	121		
4049518	Pratts	pratts	US	22731	0	America/Chicago	34.4801	-88.58533	101			MS	081		
4049520	Sardis	sardis	US	30456	0	America/Chicago	31.801	-90.32426	116	Biggs,Sardis		MS	029		
4049538	Thornton	thornton	US	03285	0	America/Chicago	33.07929	-90.32259	35			MS	051		
4049544	Spring Hill	spring-hill	US	34606	0	America/Chicago	34.93287	-89.21118	150			MS	009		
4049552	Wallace	wallace	US	26448	0	America/Chicago	34.37316	-89.73203	129			MS	107		
4049566	Baldwin	baldwin	US	11510	0	America/New_York	36.34763	-81.53288	945			NC	009	92376	
4049574	Westfield	westfield	US	01085	0	America/Chicago	33.12596	-90.26092	35			MS	051		
4049584	Azalea	azalea	US	97410	0	America/New_York	35.58011	-82.47123	625	Azalea,Gudgers Ford		NC	021	90086	
4049586	Ammon	ammon	US	23822	0	America/New_York	34.80017	-78.58029	29			NC	017	93784	
4049588	Acme	acme	US	15610	0	America/New_York	34.32572	-78.20472	14	Acme,Cronly,Livingston		NC	047	92624	
4049594	Ashford	ashford	US	06278	0	America/New_York	35.87152	-81.94789	529			NC	111	92312	
4049612	Kings Park	kings-park	US	11754	0	America/New_York	35.04152	-81.68954	206			SC	021		
4049614	Bixby	bixby	US	65439	0	America/New_York	35.94014	-80.45506	252	Bixby,Chaplins Stand		NC	059	92896	
4049652	Jasper	jasper	US	14855	0	America/New_York	32.34297	-80.94928	6			SC	053		
4049676	Corinth	corinth	US	04427	0	America/New_York	36.00404	-78.0086	72			NC	127	92212	
4049688	Harmony	harmony	US	02829	0	America/New_York	34.84014	-80.95563	185			SC	091		
4049706	Dora	dora	US	35062	0	America/New_York	35.49791	-81.4287	314			NC	109	92300	
4049714	Faith	faith	US	28041	811	America/New_York	35.58708	-80.46284	263			NC	159	91840	
4049745	Big Springs	big-springs	US	26137	0	America/Chicago	33.28262	-85.30634	384			AL	111		
4049758	Jessup	jessup	US	18434	0	America/New_York	39.02507	-83.53297	266			OH	001	71052	
4049768	Johnsonville	johnsonville	US	12094	0	America/New_York	35.28294	-79.10725	123	Camerons Hill,Johnsonville,Mount Pleasant		NC	085	91668	
4049794	Ledbetter	ledbetter	US	42058	0	America/New_York	34.98821	-79.71783	86			NC	153	92736	
4049804	Little Creek	little-creek	US	19961	0	America/New_York	35.91539	-82.55514	885			NC	115		
4049810	Lyons	lyons	US	07939	0	America/New_York	36.14737	-78.72473	114			NC	077	90936	
4049814	Long Branch	long-branch	US	07740	0	America/New_York	34.5535	-78.9692	37			NC	155	90372	
4049843	Billingsley	billingsley	US	36006	141	America/Chicago	32.65957	-86.71776	113	Billingsley,Carters Mill		AL	001		
4049846	Baxley	baxley	US	31513	0	America/New_York	34.42793	-80.36174	91			SC	055		
4049854	Pekin	pekin	US	47165	0	America/New_York	35.20681	-79.8706	89	Chisholms Store,Pekin		NC	123	90628	
4049858	Polkville	polkville	US	28136	536	America/New_York	35.41763	-81.64287	327			NC	045		
4049901	Bingham	bingham	US	04920	0	America/Chicago	34.64648	-87.49753	171			AL	033		
4049908	Vass	vass	US	28394	749	America/New_York	35.25627	-79.28225	93	Vass,Winder		NC	125		
4049914	Spring Hill	spring-hill	US	34606	0	America/New_York	35.48705	-82.84986	879			NC	087	92488	
4049934	Union Hill	union-hill	US	14563	0	America/New_York	36.40208	-80.88868	445			NC	171	90412	
4049950	Waves	waves	US	27982	134	America/New_York	35.56685	-75.46849	1	South Rodanthe,Waves		NC	055	91702	
4049954	Waterford	waterford	US	04088	0	America/New_York	36.02903	-80.41117	213			NC	067	90684	
4049958	Woodleaf	woodleaf	US	27054	0	America/New_York	35.76903	-80.5909	245			NC	159	93828	
4049968	Buckingham	buckingham	US	18912	0	America/New_York	39.93123	-74.44737	43			NJ	029	43140	
4049974	Alden	alden	US	14004	0	America/New_York	39.48341	-81.50207	188	Alden,Aldens		OH	167	53452	
4049976	Swain	swain	US	14884	0	America/New_York	39.12539	-74.80017	7	Swain,Swains		NJ	009	45810	
4049979	Birmingham	birmingham	US	08011	212461	America/Chicago	33.52066	-86.80249	187	BHM,Bermincham,Bermingkham,Birmingam,Birmingamas,Birmingem,Birmingema,Birmingham,Birmingham i Alabama,Birminhem,baminguhamu,baminhamu,barmingahema,barmingahyama,beominghaem,birmingemi,bo ming han,brmnghham,brmyngm  alabama,parminkam,Μπέρμιγχαμ,Бермингхам,Бирмингам,Бирмингем,Бірмінгем,ברמינגהאם,برمنغهام,برمنگھم، الاباما,برمینگم، آلاباما,बर्मिंगहॅम,बर्मिङ्गह्याम,பர்மிங்காம்,རྦིར་མིང་ཧམ།,ბირმინგემი,バーミングハム,バーミンハム,伯明翰,버밍햄	073	AL	073		
4049982	Afton	afton	US	13730	0	America/New_York	39.06145	-84.10021	271			OH	025	85302	
4050016	Cameron	cameron	US	14819	0	America/New_York	39.76702	-80.94482	210	Cameron,Jamestown,Jimtown,Rocky Narrows		OH	111	00296	
4050018	Coalgate	coalgate	US	74538	0	America/New_York	39.53701	-82.18487	225	Coal Gate,Coalgate,Colgate		OH	073	80780	
4050030	Gracey	gracey	US	42232	0	America/New_York	39.43869	-81.29428	321			OH	167	42196	
4050034	Gore	gore	US	22637	0	America/New_York	39.58035	-82.29487	237	Burgessville,Gore,Gore Station,Hamlin,New Gore		OH	073	26488	
4050037	Bishop	bishop	US	24604	0	America/Chicago	34.66565	-88.11393	155			AL	033		
4050048	McDonald	mcdonald	US	88262	0	America/New_York	39.86257	-81.84708	228			OH	119	70170	
4050064	Oakley	oakley	US	48649	0	America/New_York	39.15367	-84.42494	179	Oakley,Shusterville		OH	061	15000	
4050068	Racine	racine	US	25165	662	America/New_York	38.97119	-81.9143	176	Graham Station,Graham's Station,Grahams Station,Racine,Rasin,Расин		OH	105	75847	
4050072	Pleasanton	pleasanton	US	66075	0	America/New_York	39.24063	-82.0932	294	Pleasant Hill,Pleasanton		OH	009	01112	
4050081	Black	black	US	36314	208	America/Chicago	31.00935	-85.74438	69			AL	061		
4050082	Rome	rome	US	13440	0	America/New_York	39.95645	-83.14213	281			OH	049	64570	
4050084	Roselawn	roselawn	US	46372	0	America/New_York	39.19506	-84.46244	179			OH	061	15000	
4050100	Slocum	slocum	US	02877	0	America/New_York	38.76647	-82.84239	163	Slocum,Slocums,Slocums Station,Wait,Watt		OH	145	64206	
4050104	Spring Valley	spring-valley	US	10977	0	America/New_York	38.84314	-82.25848	180			OH	053	31738	
4050108	Dixon	dixon	US	42409	0	America/Chicago	35.15952	-96.52168	264			OK	133		
4050114	Wakefield	wakefield	US	01880	0	America/New_York	38.97035	-83.0199	167			OH	131	70884	
4050142	Newtown	newtown	US	06470	0	America/New_York	39.75702	-79.96978	296			PA	059	20296	
4050153	Black Creek	black-creek	US	14714	0	America/Chicago	34.17593	-85.87775	244			AL	055		
4050156	Bethel	bethel	US	04217	0	America/Chicago	34.59424	-98.15921	344			OK	031		
4050158	Hobart	hobart	US	13788	0	America/New_York	39.74288	-76.90442	246			PA	133	83440	
4050159	Black Creek	black-creek	US	14714	0	America/Chicago	33.61427	-86.7811	175			AL	073		
4050166	Dale	dale	US	14039	181	America/Chicago	35.39007	-97.04503	317			OK	125		
4050168	Clarksville	clarksville	US	12041	0	America/Chicago	35.82566	-95.51414	173			OK	145		
4050171	Black Creek	black-creek	US	14714	0	America/Chicago	33.55705	-87.12139	85	Black Creek,Black Creek Camp		AL	073		
4050203	Black Diamond	black-diamond	US	98010	0	America/Chicago	33.34483	-87.08666	144	Black Diamond,Sharp		AL	073		
4050216	Hill	hill	US	03243	0	America/Chicago	35.09454	-94.46939	192			OK	079		
4050248	Ward	ward	US	29166	0	America/Chicago	35.23732	-94.7255	161			OK	079		
4050264	Gates	gates	US	27937	0	America/New_York	39.8898	-79.91116	337	Gates,Gates Mills		PA	051	28856	
4050272	Page	page	US	25152	0	America/Chicago	34.71066	-94.54967	281			OK	079		
4050283	Blackburn	blackburn	US	65321	0	America/Chicago	34.93092	-87.64614	189			AL	077		
4050285	Blackburn	blackburn	US	65321	0	America/Chicago	34.79165	-87.05495	207			AL	083		
4050288	Rogers	rogers	US	06263	0	America/Chicago	36.91702	-95.19774	264			OK	035		
4050292	Farmers	farmers	US	40319	0	America/New_York	39.9176	-76.91109	169			PA	133	57872	
4050296	Watts	watts	US	74964	311	America/Chicago	36.10925	-94.57022	300			OK	001		
4050298	Williams	williams	US	29493	0	America/Chicago	35.16482	-94.54855	141			OK	079		
4050308	Martin	martin	US	15460	0	America/New_York	33.06904	-81.4765	28			SC	005		
4050342	Hammond	hammond	US	13646	0	America/New_York	33.90517	-78.85336	8			SC	051		
4050356	Lugoff	lugoff	US	29078	7434	America/New_York	34.22737	-80.68925	80			SC	055		
4050382	Pine Lake	pine-lake	US	30072	0	America/New_York	33.97932	-80.89064	91			SC	079		
4050405	Blackwood	blackwood	US	08012	0	America/Chicago	31.38739	-85.40827	102			AL	067		
4050420	Spur	spur	US	79370	0	America/New_York	34.16821	-80.29813	69			SC	061		
4050428	Stokes	stokes	US	27884	0	America/New_York	32.95933	-80.72566	26			SC	029		
4050434	Locust Grove	locust-grove	US	22508	0	America/Chicago	36.17424	-89.25701	101	Locust,Locust Grove		TN	045		
4050444	Wellington	wellington	US	33414	0	America/New_York	33.53819	-81.97762	76			SC	003		
4050450	White Oak	white-oak	US	25989	0	America/New_York	33.87045	-79.06643	7			SC	051		
4050460	Winona	winona	US	25942	0	America/New_York	34.20738	-79.60311	30	Gibson,Winona		SC	041		
4050461	Blairs	blairs	US	24527	0	America/Chicago	31.26406	-86.22328	95	Black,Blairs		AL	039		
4050494	Bogota	bogota	US	07603	0	America/Chicago	36.16396	-89.43841	84			TN	045		
4050538	Chewalla	chewalla	US	38393	0	America/Chicago	35.01342	-88.64644	125			TN	109		
4050542	Concord	concord	US	01742	0	America/New_York	35.86869	-84.14186	256			TN	093		
4050546	Collins	collins	US	14034	0	America/Chicago	35.38063	-85.57442	571	Camp Four,Collins,Werner		TN	061		
4050552	Cordova	cordova	US	21625	0	America/Chicago	35.15565	-89.7762	110			TN	157		
4050584	Egan	egan	US	57024	0	America/Chicago	36.222	-86.34583	170	Eagans,Eagans Station,Eagans Store,Eaganville,Egan		TN	189		
4050599	Blooming Grove	blooming-grove	US	10914	0	America/Chicago	33.79372	-87.97864	181			AL	075		
4050617	Blossburg	blossburg	US	16912	0	America/Chicago	33.63066	-86.94666	106	Blossburg,Pinkney		AL	073		
4050636	Hebron	hebron	US	03241	0	America/Chicago	35.16508	-88.89311	136			TN	069		
4050640	Hill	hill	US	03243	0	America/Chicago	35.54813	-86.94861	188	Groveland,Hill,Hill Station,Hills Station		TN	119		
4050655	Blountsville	blountsville	US	35031	1697	America/Chicago	34.08149	-86.5911	217	Blauntsvil,Blauntsvill,balontasbhila,blantswyl,blwntsfyl,bu lang te si wei er,Блаунтсвил,Блаунтсвілл,بلانتسویل,بلونتسفيل,बलोन्टस्भिल,布朗特斯维尔		AL	009		
4050670	Joppa	joppa	US	21085	0	America/New_York	36.23758	-83.61518	290			TN	057		
4050676	Kyles Ford	kyles-ford	US	37765	0	America/New_York	36.57092	-83.04322	357			TN	067		
4050682	Leonardtown	leonardtown	US	20650	0	America/New_York	36.59205	-82.27486	555	Leonard,Leonardtown		TN	163		
4050692	Pine Hill	pine-hill	US	12465	0	America/New_York	35.06841	-84.978	277			TN	011		
4050745	Blue Creek	blue-creek	US	25026	0	America/Chicago	33.37095	-87.07611	158			AL	073		
4050749	Blue Creek	blue-creek	US	25026	0	America/Chicago	32.73624	-85.78801	158	Blue Creek,Susanna		AL	123		
4050774	Ralston	ralston	US	17763	0	America/Chicago	36.32673	-88.80006	147	Ralston,Ralston Station,Ralstons Station		TN	183		
4050776	Providence	providence	US	02901	0	America/Chicago	36.58977	-86.31277	250			TN	165		
4050781	Blue Eye	blue-eye	US	65611	0	America/Chicago	33.60149	-86.13442	147	Blue Eye,Caution		AL	121		
4050784	Red Hill	red-hill	US	18076	0	America/New_York	35.07507	-84.88106	264			TN	011		
4050796	Round Rock	round-rock	US	78664	0	America/New_York	36.26508	-84.26354	471			TN	013		
4050806	Ruthton	ruthton	US	56170	0	America/New_York	36.54761	-82.1268	499			TN	163		
4050832	Silver Point	silver-point	US	38582	0	America/Chicago	36.09062	-85.7297	318	Silver Point,Silverpoint		TN	141		
4050834	Slayden	slayden	US	37165	181	America/Chicago	36.29478	-87.47029	224	Slayden,Slaydenville		TN	043		
4050844	Stephens	stephens	US	30667	0	America/New_York	36.06008	-84.44577	393			TN	129		
4051284	Booneville	booneville	US	38829	0	America/Chicago	31.20101	-87.60304	95			AL	053		
4050845	Blue Mountain	blue-mountain	US	38610	233	America/Chicago	33.68455	-85.84274	243	Blue Mountain,Blue Mountain Station		AL	015		
4050848	Stacy	stacy	US	28581	0	America/New_York	36.43038	-82.79516	371			TN	073		
4050858	Tate	tate	US	30177	0	America/Chicago	35.95729	-88.46311	178			TN	017		
4050879	Blue Ridge	blue-ridge	US	24064	1341	America/Chicago	32.49264	-86.19052	112			AL	051		
4050880	Buda	buda	US	61314	13705	America/Chicago	30.08521	-97.84028	214	Bjuda,Buda,Do Pray,Du Pree,bwda,bwda  tgzas,Бјуда,بودا,بودا، تگزاس		TX	209		
4050916	Beasley	beasley	US	77417	665	America/Chicago	29.49746	-95.91801	33			TX	157		
4050960	Blue Springs	blue-springs	US	38828	92	America/Chicago	31.66378	-85.50661	93	Blue Springs,Park		AL	005		
4050961	Blue Springs	blue-springs	US	38828	0	America/Chicago	34.12649	-86.54277	239	Blue Spring,Blue Springs,Hunt		AL	009		
4050962	Blue Springs	blue-springs	US	38828	0	America/Chicago	33.77371	-85.84024	202			AL	015		
4050963	Blue Springs	blue-springs	US	38828	0	America/Chicago	33.07345	-86.47804	124			AL	037		
4050964	Blue Springs	blue-springs	US	38828	0	America/Chicago	31.20906	-86.31301	89	Blue Spring,Blue Springs		AL	039		
4050999	Bluff City	bluff-city	US	37618	0	America/Chicago	34.54565	-86.78139	180	Bluff,Bluff City,Monroe		AL	103		
4051034	Bluff Springs	bluff-springs	US	62622	0	America/Chicago	33.16345	-85.82746	234	Bluff Spring,Bluff Springs		AL	027		
4051035	Bluff Springs	bluff-springs	US	62622	0	America/Chicago	31.571	-86.06717	117			AL	031		
4051043	Bluffton	bluffton	US	29910	0	America/Chicago	34.00704	-85.43996	259	Bluffton,Iron Bluffs		AL	019		
4051059	Boaz	boaz	US	35956	9688	America/Chicago	34.20065	-86.16637	325	Boaz,bo a si,bo'aja,boazu,bwaz,Боаз,بواز,बोआज,ボアズ,波阿斯		AL	095		
4051135	Bogue Chitto	bogue-chitto	US	39629	0	America/Chicago	32.36569	-87.30361	46	Bogue Chitto,Boguechitto		AL	047		
4051160	Boiling Springs	boiling-springs	US	17007	0	America/Chicago	33.73649	-86.04219	160			AL	015		
4051161	Boiling Springs	boiling-springs	US	17007	0	America/Chicago	32.13431	-87.46833	31	Boiling Springs,Boling Spring		AL	131		
4051184	Boligee	boligee	US	35443	309	America/Chicago	32.75597	-88.02891	37	Bolegea,Boligee,Boligee Station,Boliger		AL	063		
4051197	Bolivar	bolivar	US	14715	0	America/Chicago	34.91341	-85.77497	190	Bolivar,Widows		AL	071		
4051214	Bon Air	bon-air	US	35032	114	America/Chicago	33.26372	-86.33553	134			AL	121		
4051217	Bon Secour	bon-secour	US	36511	0	America/Chicago	30.31548	-87.72943	3	Bon Secour,Bon Secours,Dowty		AL	003		
4051225	Bon-Air	bon-air	US	35032	0	America/Chicago	33.44455	-86.93277	158	Bon Air,Bon-Air		AL	073		
4051242	Bonita	bonita	US	71223	0	America/Chicago	32.54458	-86.82832	105			AL	001		
4051331	Bostic	bostic	US	28018	0	America/Chicago	33.30373	-87.94946	81			AL	107		
4051334	Boston	boston	US	02108	0	America/Chicago	31.46794	-86.48191	123			AL	039		
4051344	Bosworth	bosworth	US	64623	0	America/Chicago	33.0229	-85.56134	220			AL	017		
4051416	Box Springs	box-springs	US	31801	0	America/Chicago	33.19595	-87.48584	116	Box Spring,Box Spring Siding,Box Springs		AL	125		
4051430	Boyd	boyd	US	54726	0	America/Chicago	32.61958	-88.3042	50	Boyd,Boyds		AL	119		
4051445	Boyds	boyds	US	20841	0	America/Chicago	32.81735	-85.40467	221	Boyds,Boyds Tank		AL	017		
4051456	Boykin	boykin	US	36723	0	America/Chicago	31.51016	-86.5733	143			AL	039		
4051457	Boykin	boykin	US	36723	0	America/Chicago	31.14601	-86.87441	51			AL	053		
4051458	Boykin	boykin	US	36723	275	America/Chicago	32.07792	-87.28138	39	Boykin,Gees Bend,Primrose		AL	131		
4051478	Boylston	boylston	US	01505	0	America/Chicago	32.42847	-86.27941	66			AL	101		
4051492	Bradford	bradford	US	02808	0	America/Chicago	33.75205	-86.70388	168	Bradford,Dixiana		AL	073		
4051504	Bradford	bradford	US	02808	0	America/Chicago	32.99484	-86.08497	199			AL	037		
4051512	Bradley	bradley	US	04411	0	America/Chicago	31.03351	-86.72551	66	Bradley,Bradley Dam		AL	053		
4051560	Branchville	branchville	US	07826	973	America/Chicago	33.7	-86.4	271	Branchville,The Branch		AL	115		
4051581	Brantley	brantley	US	36009	805	America/Chicago	31.58238	-86.25718	90	Brantley,Brantli,Brentli,Cohort,brantle,brantly,bu lan te li,Брантли,Брентлі,برانتلي,برانتلی,ब्रान्ट्ले,布兰特利		AL	041		
4051582	Brantley	brantley	US	36009	0	America/Chicago	32.42903	-86.94665	40			AL	047		
4051645	Bremen	bremen	US	04551	0	America/Chicago	33.99455	-86.97	172	Bremen,Empire,Enterprise		AL	043		
4051661	Brentwood	brentwood	US	11717	0	America/Chicago	33.77732	-86.62916	235			AL	009		
4051662	Brentwood	brentwood	US	11717	0	America/Chicago	31.25045	-85.44854	78			AL	069		
4051663	Brentwood	brentwood	US	11717	0	America/Chicago	34.70065	-86.74028	216			AL	089		
4051664	Brentwood	brentwood	US	11717	0	America/Chicago	32.34014	-86.25136	69			AL	101		
4051665	Brentwood	brentwood	US	11717	0	America/Chicago	33.21901	-87.49862	79			AL	125		
4051669	Brent	brent	US	35034	4898	America/Chicago	32.93735	-87.16472	73	Brent,Cooper Addition		AL	007		
4051714	Brewton	brewton	US	36426	5434	America/Chicago	31.10518	-87.07219	25	Brewton,Brjuton,Bruton,Crossroads,Newport,bri'utana,brwtwn,brywtwn,bu lu dun,Брутон,Брютон,بروتون,بريوتون,ब्रीउटन,布鲁顿	053	AL	053		
4051735	Brice	brice	US	43109	0	America/Chicago	34.09454	-85.97192	237	Brice,Price		AL	055		
4051774	Bridgeport	bridgeport	US	06601	2355	America/Chicago	34.94758	-85.71442	205	Bridgeport,Bridzhport,Bridzport,Jonesville,brijaporta,brydjbwrt,bryjpwrt,bu li qi bo te,Бриџпорт,Бріджпорт,برج پورٹ، الاباما,بريدجبورت,بریجپورت,ब्रिजपोर्ट,布里奇波特		AL	071		
4051787	Bridgeton	bridgeton	US	08302	0	America/Chicago	33.444	-86.65749	171	Bold Springs,Bridgeton		AL	117		
4051788	Bridgeview	bridgeview	US	60455	0	America/Chicago	33.35623	-87.60112	74			AL	125		
4051790	Bridgeville	bridgeville	US	15017	0	America/Chicago	33.10485	-88.14197	44			AL	107		
4051798	Brierfield	brierfield	US	35035	0	America/Chicago	33.03901	-86.90888	115	Briarfield,Brierfield		AL	007		
4051827	Brilliant	brilliant	US	35548	884	America/Chicago	34.02538	-87.75836	189	Boston,Brilliant		AL	093		
4051835	Briscoe	briscoe	US	79011	0	America/Chicago	34.45787	-86.5886	349			AL	103		
4051838	Bristow	bristow	US	20136	0	America/Chicago	34.19593	-85.77774	195			AL	019		
4051859	Broadview	broadview	US	59015	0	America/Chicago	33.17234	-87.49139	135			AL	125		
4051898	Brookhaven	brookhaven	US	11719	0	America/Chicago	33.18401	-87.52223	68			AL	125		
4051910	Brooklyn	brooklyn	US	06234	0	America/Chicago	31.31295	-86.17106	94	Brookland,Brooklyn		AL	031		
4051911	Brooklyn	brooklyn	US	06234	0	America/Chicago	31.26267	-86.77107	48			AL	035		
4051912	Brooklyn	brooklyn	US	06234	0	America/Chicago	34.22593	-86.61527	286	Bright,Brooklyn		AL	043		
4051927	Brooks	brooks	US	04921	0	America/Chicago	31.48183	-86.68497	104			AL	039		
4051955	Brookside	brookside	US	07926	1329	America/Chicago	33.63788	-86.91666	110	Bruksajd,brukasa'ida,brwksayd,brwksayd  alabama,bu lu ke sai de,Бруксайд,Бруксајд,بروكسايد,بروکساید، آلاباما,ब्रूकसाइड,布鲁克塞德		AL	073		
4051956	Brookside	brookside	US	07926	0	America/Chicago	34.00094	-87.7453	197			AL	093		
4051957	Brookside	brookside	US	07926	0	America/Chicago	33.24123	-87.56278	51			AL	125		
4051963	Brooksville	brooksville	US	04617	0	America/Chicago	34.16204	-86.47554	244			AL	009		
4051964	Brooksville	brooksville	US	04617	0	America/Chicago	34.50093	-86.855	248	Brooksville,Mason Ridge		AL	103		
4051970	Brookwood	brookwood	US	35444	0	America/Chicago	32.32069	-87.31611	47			AL	047		
4051971	Brookwood	brookwood	US	35444	1822	America/Chicago	33.25567	-87.32083	183	Brookwood,Horsehead		AL	125		
4051972	Brookwood	brookwood	US	35444	0	America/Chicago	34.79342	-86.93639	212			AL	083		
4051973	Brookwood	brookwood	US	35444	0	America/Chicago	30.66825	-88.10778	7			AL	097		
4051999	Broughton	broughton	US	62817	0	America/Chicago	33.18262	-85.44162	318	Broton,Broughton,Ocre		AL	111		
4052077	Browns	browns	US	62818	0	America/Chicago	32.4368	-87.36611	52	Brown,Brown's,Browns		AL	047		
4052129	Brownsboro	brownsboro	US	35741	0	America/Chicago	34.74926	-86.44304	190	Brownsboro,Brownsborough		AL	089		
4052130	Brownstown	brownstown	US	17508	0	America/Chicago	32.60208	-87.93113	31			AL	119		
4052131	Brownsville	brownsville	US	05037	0	America/Chicago	33.12595	-86.04719	232			AL	027		
4052132	Browntown	browntown	US	53522	0	America/Chicago	32.61124	-86.59109	135			AL	001		
4052133	Browntown	browntown	US	53522	0	America/Chicago	34.60286	-85.83053	433			AL	071		
4052134	Browntown	browntown	US	53522	0	America/Chicago	33.59122	-87.34056	147			AL	127		
4052135	Brownville	brownville	US	04414	0	America/Chicago	31.4685	-86.90053	108			AL	035		
4052136	Brownville	brownville	US	04414	0	America/Chicago	33.39262	-87.75335	79	Brownsville,Brownville,Hog Eye,Red Valley,Sulpher Springs		AL	125		
4052137	Brownville	brownville	US	04414	0	America/Chicago	33.44094	-86.91194	161			AL	073		
4052159	Bruceville	bruceville	US	47516	0	America/Chicago	32.09793	-85.84829	114			AL	011		
4052177	Brundidge	brundidge	US	36010	1989	America/Chicago	31.72016	-85.81606	144	Brundidge,Colliers Store		AL	109		
4052199	Brush Creek	brush-creek	US	38547	0	America/Chicago	32.79124	-87.46361	94			AL	105		
4052248	Bryan	bryan	US	43506	0	America/Chicago	33.69955	-87.04778	140	Bryan,Bryan Station		AL	127		
4052261	Bryant	bryant	US	35958	0	America/Chicago	34.94369	-85.63219	497			AL	071		
4052380	Buckhorn	buckhorn	US	41721	0	America/Chicago	34.86759	-86.45555	240			AL	089		
4052381	Buckhorn	buckhorn	US	41721	0	America/Chicago	31.80349	-85.7605	149			AL	109		
4052383	Buckhead	buckhead	US	30625	0	America/Chicago	33.24178	-87.62056	55			AL	125		
4052390	Buckingham	buckingham	US	18912	0	America/Chicago	34.83648	-87.67808	157			AL	077		
4052393	Bucks	bucks	US	36512	32	America/Chicago	31.01046	-88.02417	13	Bucks,Bucks Crossing		AL	097		
4052415	Buena Vista	buena-vista	US	15018	0	America/Chicago	31.79321	-87.2486	62	Buena Vista,Buenavista,Germany		AL	099		
4052416	Buena Vista	buena-vista	US	15018	0	America/Chicago	33.20706	-87.52056	89			AL	125		
4052440	Buhl	buhl	US	35446	0	America/Chicago	33.25706	-87.75279	82			AL	125		
4052481	Bullock	bullock	US	27507	0	America/Chicago	31.54072	-86.17856	150			AL	041		
4052517	Burbank	burbank	US	44214	0	America/Chicago	31.21795	-88.39057	69			AL	129		
4052547	Burgess	burgess	US	22432	0	America/Chicago	34.43009	-85.55135	253			AL	019		
4052585	Burlington	burlington	US	01803	0	America/Chicago	32.58041	-85.93885	169	Burlington,Mount Olive		AL	051		
4052605	Burns	burns	US	37029	0	America/Chicago	33.83844	-85.60663	259	Burns,Pin Hook		AL	015		
4052630	Burnsville	burnsville	US	26335	0	America/Chicago	32.47458	-86.89165	57	Burnsville,Byrnville		AL	047		
4052655	Burnwell	burnwell	US	35038	0	America/Chicago	33.70788	-87.0875	111			AL	127		
4052667	Burrows	burrows	US	46916	0	America/Chicago	34.56787	-86.54082	179			AL	089		
4052701	Bush	bush	US	40724	0	America/Chicago	33.73038	-85.87858	183			AL	015		
4052702	Bush	bush	US	40724	0	America/Chicago	33.44844	-86.98305	159			AL	073		
4052726	Butler	butler	US	07405	1798	America/Chicago	32.08959	-88.22197	54	Batler,Butler,Hendrick's Crossroads,Hendricks Crossroads,Hendrix Crossroads,ba te lei,batlara,batlr  alabama,btlr,Батлер,باتلر، آلاباما,بتلر,بٹلر، الاباما,बट्लर,巴特勒	023	AL	023		
4052824	Bynum	bynum	US	27228	1795	America/Chicago	33.61316	-85.96108	182	Bynum,Pig Tract		AL	015		
4052923	Caddo	caddo	US	74729	0	America/Chicago	34.56926	-87.14001	241	Caddo,Cappo		AL	079		
4053017	Cairo	cairo	US	12413	0	America/Chicago	34.87064	-87.14446	206			AL	083		
4053032	Caldwell	caldwell	US	07006	0	America/Chicago	33.81232	-86.36443	190			AL	115		
4053050	Calera	calera	US	35040	13213	America/Chicago	33.1029	-86.7536	154	Buxahatchie,Calera,Kalera,Lime Kiln,Lime Plant,Lime Station,ka lai la,kalra,kalyra,kyalera,Калера,كاليرا,کالرا,क्यालेरा,卡莱拉		AL	117		
4053059	Calhoun	calhoun	US	30701	0	America/Chicago	32.05015	-86.54497	83			AL	085		
4053067	Caledonia	caledonia	US	14423	0	America/Chicago	31.89043	-87.08749	104			AL	131		
4053085	Calumet	calumet	US	15621	0	America/Chicago	33.79483	-87.28695	101			AL	127		
4053087	Calvary	calvary	US	39829	0	America/Chicago	32.22542	-87.79307	79			AL	091		
4053172	Calvert	calvert	US	36513	277	America/Chicago	31.15517	-88.01	15			AL	097		
4053194	Cambridge	cambridge	US	02138	0	America/Chicago	33.38623	-85.45884	280			AL	111		
4053200	Camden	camden	US	04843	1930	America/Chicago	31.99098	-87.29055	64	Barboursville,Camden,Kamden,ka mu deng,kaemdeon,kamdn,kamdyn,kyamdena,Камден,كامدين,کامدن,کیمڈن، الاباما,क्याम्डेन,卡姆登,캠던	131	AL	131		
4053318	Camp Hill	camp-hill	US	17001	981	America/Chicago	32.80041	-85.65357	217	Ashbank,Camp Hill		AL	123		
4053399	Campbell	campbell	US	14821	0	America/Chicago	32.89262	-86.84665	180			AL	021		
4053400	Campbell	campbell	US	14821	0	America/Chicago	31.92349	-87.98112	29	Campbell,Millersville		AL	025		
4053401	Campbell	campbell	US	14821	0	America/Chicago	34.78731	-86.9939	217			AL	083		
4053463	Canaan	canaan	US	03741	0	America/Chicago	34.82981	-87.87003	152			AL	077		
4053464	Canaan	canaan	US	03741	0	America/Chicago	32.20487	-86.30358	83			AL	101		
4053608	Canterbury	canterbury	US	03224	0	America/Chicago	34.7487	-86.60472	196			AL	089		
4053644	Capitol Heights	capitol-heights	US	20731	0	America/Chicago	32.38236	-86.27552	97	Capital Heights,Capitol Heights		AL	101		
4053661	Capshaw	capshaw	US	35742	0	America/Chicago	34.77315	-86.79278	206	Capshaw,Lux		AL	083		
4053671	Carbon Hill	carbon-hill	US	35549	1975	America/Chicago	33.89177	-87.52612	146	Carbon Hill,Carbonhill		AL	127		
4053692	Carey	carey	US	43316	0	America/Chicago	34.87648	-86.93417	238			AL	083		
4053710	Carlisle	carlisle	US	01741	0	America/Chicago	34.12898	-86.12025	322			AL	055		
4053726	Carlton	carlton	US	16311	65	America/Chicago	31.34322	-87.84555	52	Carlton,Hals Lake		AL	025		
4053735	Carmen	carmen	US	73726	0	America/Chicago	31.63238	-86.18912	92			AL	041		
4053747	Carney	carney	US	49812	0	America/Chicago	30.92741	-87.71916	61			AL	003		
4053757	Carolina	carolina	US	02812	299	America/Chicago	31.24073	-86.52774	100	Karolajna,Karolina,ka luo lai na zhou,karwlayna,karwlyna  alabama,kyarolina,Каролајна,Кароліна,كارولاينا,کارولینا، آلاباما,क्यारोलिना,卡罗来纳州		AL	039		
4053770	Carpenter	carpenter	US	50426	0	America/Chicago	30.85713	-87.86611	35			AL	003		
4053771	Carpenter	carpenter	US	50426	0	America/Chicago	31.54155	-88.2364	56			AL	129		
4053823	Carrollton	carrollton	US	23314	988	America/Chicago	33.26169	-88.09503	75	Karolton,Karrollton,ka luo er dun,kaeleolteon,karwlltwn,karwltwn  alabama,kyarolatana,Каролтон,Карроллтон,كاروللتون,کارولتون، آلاباما,کیرولٹن، الاباما,क्यारोलटन,卡罗尔顿,캐럴턴	107	AL	107		
4053838	Carson	carson	US	23830	0	America/Chicago	31.47239	-87.94139	16			AL	129		
4053886	Cartersville	cartersville	US	23027	0	America/Chicago	34.75841	-85.60413	501	Cartersville,Carterville,Sand Rock,Sandrock,Scott		AL	049		
4053892	Cartwright	cartwright	US	58838	0	America/Chicago	34.87231	-87.06473	213			AL	083		
4053926	Casey	casey	US	50048	0	America/Chicago	32.3293	-86.94332	58			AL	047		
4053940	Castleberry	castleberry	US	36432	565	America/Chicago	31.29906	-87.02247	55	Castleberry,Wilsons Field		AL	035		
4053980	Catherine	catherine	US	36728	22	America/Chicago	32.18459	-87.46944	59			AL	131		
4054024	Cave Spring	cave-spring	US	30124	0	America/Chicago	34.72926	-87.60419	164	Cave Spring,Cave Springs		AL	033		
4054026	Cave Spring	cave-spring	US	30124	0	America/Chicago	34.90814	-85.96054	191			AL	071		
4054027	Cave Spring	cave-spring	US	30124	0	America/Chicago	34.78842	-87.13557	201			AL	077		
4054052	Cave Springs	cave-springs	US	72718	0	America/Chicago	34.07843	-86.06497	188	Cave Spring,Cave Springs		AL	055		
4054053	Cave Springs	cave-springs	US	72718	0	America/Chicago	34.54593	-86.85139	184			AL	103		
4054073	Cedar Bluff	cedar-bluff	US	24609	1802	America/Chicago	34.22009	-85.60774	181	Cedar Bluff,Cedarbluff,Jefferson		AL	019		
4054087	Cedar Brook	cedar-brook	US	08018	0	America/Chicago	32.63013	-85.48439	209			AL	081		
4054146	Cedar Crest	cedar-crest	US	87008	0	America/Chicago	33.39928	-86.78054	157			AL	073		
4054147	Cedar Crest	cedar-crest	US	87008	0	America/Chicago	33.19873	-87.52889	64			AL	125		
4054161	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	30.24465	-87.83916	3			AL	003		
4054162	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	31.35183	-86.32884	105			AL	039		
4054163	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	34.83342	-85.87275	186	Cedar,Cedar Grove,Cedar Switch		AL	071		
4054164	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	34.85675	-87.21474	220			AL	077		
4054224	Cedar Hill	cedar-hill	US	37032	0	America/Chicago	33.68733	-87.87224	123			AL	057		
4054225	Cedar Hill	cedar-hill	US	37032	0	America/Chicago	34.97703	-86.82	266			AL	083		
4054242	Cedar Lake	cedar-lake	US	46303	0	America/Chicago	34.55454	-86.97362	174	Cedar Lake,Cedarlake		AL	103		
4054244	Cedar Lake	cedar-lake	US	46303	0	America/Chicago	33.63761	-87.28195	80			AL	127		
4054265	Cedar Point	cedar-point	US	61316	0	America/Chicago	34.59953	-86.34026	195			AL	089		
4054267	Cedar Point	cedar-point	US	61316	0	America/Chicago	32.3668	-86.43997	46			AL	101		
4054281	Cedar Springs	cedar-springs	US	39832	0	America/Chicago	33.86399	-86.65444	157			AL	009		
4054282	Cedar Springs	cedar-springs	US	39832	0	America/Chicago	33.8201	-85.83497	177			AL	015		
4054294	Cedar Valley	cedar-valley	US	84013	0	America/Chicago	34.80648	-86.61722	243			AL	089		
4054299	Cedarville	cedarville	US	08311	0	America/Chicago	32.61263	-87.66945	43	Cedarville,Cederville		AL	065		
4054313	Celeste	celeste	US	75423	0	America/Chicago	30.89463	-88.12333	60			AL	097		
4054321	Centenary	centenary	US	29519	0	America/Chicago	31.77877	-86.36747	115			AL	041		
4054325	Center	center	US	42214	0	America/Chicago	34.26454	-87.5878	299			AL	133		
4054354	Center Hill	center-hill	US	33514	0	America/Chicago	32.97234	-86.77165	205			AL	021		
4054355	Center Hill	center-hill	US	33514	0	America/Chicago	34.08954	-86.72472	184			AL	043		
4054356	Center Hill	center-hill	US	33514	0	America/Chicago	34.95564	-87.44836	236			AL	077		
4054357	Center Hill	center-hill	US	33514	0	America/Chicago	34.85759	-86.79528	239	Center Hill,Centerhill,Centre Hill,Centrehill		AL	083		
4054358	Center Hill	center-hill	US	33514	0	America/Chicago	33.23567	-86.31942	137			AL	121		
4054377	Center Point	center-point	US	26339	0	America/Chicago	31.78849	-88.03001	81			AL	025		
4054378	Center Point	center-point	US	26339	16655	America/Chicago	33.64566	-86.6836	253	Senter Pojnt,Sentr-Pojnt,sentara po'inta,sntr bwynt,sntr pwynt  alabama,zhong xin dian,Сентер Појнт,Сентр-Пойнт,سنتر بوينت,سنتر پوینت، آلاباما,سەنتەر پۆینت، ئەلاباما,सेन्टर पोइन्ट,中心点		AL	073		
4054381	Center Point	center-point	US	26339	0	America/Chicago	31.98987	-86.08718	127	Center Point,Centerpoint		AL	101		
4054403	Center Ridge	center-ridge	US	72027	0	America/Chicago	31.81599	-86.41247	128			AL	041		
4054404	Center Ridge	center-ridge	US	72027	0	America/Chicago	31.19601	-85.92494	92			AL	061		
4054449	Centerville	centerville	US	02632	0	America/Chicago	31.40017	-86.87886	110			AL	035		
4054450	Centerville	centerville	US	02632	0	America/Chicago	34.27621	-86.92945	305			AL	043		
4054454	Central	central	US	29630	0	America/Chicago	34.22482	-87.00917	276			AL	043		
4054455	Central	central	US	29630	0	America/Chicago	32.68235	-86.09747	194	Central,Central Institute		AL	051		
4054456	Central	central	US	29630	0	America/Chicago	34.66619	-85.79053	421	Central,Central Crossroads,Elora		AL	071		
4054506	Central City	central-city	US	15926	0	America/Chicago	31.24323	-85.88494	96	Central City,Eta		AL	031		
4054555	Centre	centre	US	35960	3570	America/Chicago	34.15204	-85.67885	202	Center,Centre,Senter,Sentr,sentara,sntr,sntr  alabama,zhong xin,Сентер,Сентр,سنتر,سنتر، آلاباما,سەنتەر، ئەلاباما,सेन्टर,中心	019	AL	019		
4054566	Centreville	centreville	US	20120	2704	America/Chicago	32.9462	-87.11669	77	Centerville,Centreville,Falls of Cahaba,Falls of the Cahawba,Sentervil,Sentrvill,The Falls,sen te wei er,sentarabhila,sntrfyl,sntrwyl  alabama,Сентервил,Сентрвілл,سنترفيل,سنترویل، آلاباما,سەنتەرڤیل، ئەلاباما,सेन्टरभिल,森特维尔	007	AL	007		
4054613	Chambers	chambers	US	68725	0	America/Chicago	33.24178	-87.15805	191			AL	125		
4054637	Champion	champion	US	15622	0	America/Chicago	33.93565	-86.44554	292			AL	009		
4054650	Chancellor	chancellor	US	36316	0	America/Chicago	31.18156	-85.87716	84			AL	061		
4057079	Cottage Grove	cottage-grove	US	38224	0	America/Chicago	32.85568	-86.12247	219			AL	037		
4054697	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	32.99457	-85.43301	257			AL	017		
4054698	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	32.23986	-88.18863	35			AL	023		
4054699	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	31.02935	-86.23106	70			AL	039		
4054700	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	33.39872	-86.79777	184			AL	073		
4054701	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	33.81733	-87.21028	131			AL	127		
4054703	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	31.69349	-88.4403	126			AL	129		
4054728	Chapman	chapman	US	36015	0	America/Chicago	31.67127	-86.7122	79	Chapman,Chapmans Station,Thurston		AL	013		
4054747	Chappell Hill	chappell-hill	US	77426	0	America/Chicago	31.89182	-88.25557	49			AL	023		
4054786	Chase	chase	US	21027	0	America/Chicago	34.78342	-86.54666	242			AL	089		
4054818	Chatom	chatom	US	36518	1237	America/Chicago	31.46517	-88.25446	57	Chatom,catoma,cha te mu,chtwm  alabama,tshatwm,Чатом,تشاتوم,چتوم، آلاباما,چەتۆم، ئەلاباما,चाटोम,查特姆	129	AL	129		
4054825	Chavies	chavies	US	41727	0	America/Chicago	34.47287	-85.81358	361			AL	049		
4054851	Chelsea	chelsea	US	02150	0	America/Chicago	34.69065	-86.60999	184			AL	089		
4054852	Chelsea	chelsea	US	02150	12059	America/Chicago	33.34011	-86.63026	156	Chelsi,celsi,chelsi,chlsy  alabama,qie er xi,tshylsya,Челси,Челсі,تشيلسيا,چلسی، آلاباما,چێلسی، ئەلاباما,चेल्सी,切尔西,첼시		AL	117		
4054866	Cherokee	cherokee	US	28719	1014	America/Chicago	34.75703	-87.97281	163	Cheroki,ceroki,chrwky  alabama,qie nuo ji,shyrwky,Чероки,Черокі,شيروكي,چروکی، آلاباما,چێرۆکی، ئەلاباما,चेरोकी,切诺基		AL	033		
4054899	Cherokee Village	cherokee-village	US	72525	0	America/Chicago	31.7296	-86.33691	98			AL	041		
4054919	Cherry Creek	cherry-creek	US	14723	0	America/Chicago	34.78342	-86.61916	227			AL	089		
4054941	Chesterfield	chesterfield	US	01012	0	America/Chicago	34.44675	-85.52385	226			AL	019		
4054944	Chestnut	chestnut	US	62518	0	America/Chicago	31.80765	-87.23221	83			AL	099		
4054967	Chestnut Hill	chestnut-hill	US	02467	0	America/Chicago	33.27512	-87.60112	82			AL	125		
4054976	Chestnut Ridge	chestnut-ridge	US	15422	0	America/Chicago	33.39594	-86.77221	154			AL	073		
4054981	Chetopa	chetopa	US	67336	0	America/Chicago	33.67899	-86.96805	119	Chetopa,Ono		AL	073		
4054991	Chewalla	chewalla	US	38393	0	America/Chicago	33.34595	-87.60056	89			AL	125		
4054996	Chickasaw	chickasaw	US	45826	5954	America/Chicago	30.7638	-88.07472	10	Chikaso,chykasa  alabama,cikasah,qi ka suo,tshykasw,Чикасо,تشيكاسو,چیکاسا، آلاباما,چیکاسۆ، ئەلاباما,चिकासः,契卡索		AL	097		
4055029	Chico	chico	US	76431	0	America/Chicago	33.21845	-86.19581	145			AL	121		
4055045	Childersburg	childersburg	US	35044	5046	America/Chicago	33.27817	-86.35498	128	Childersberg,Childersburg,Childersburgh,ca'ildarsabarga,chai er de si bao,childeoseubeogeu,chyldrzbrg  alabama,tshyldrsbwrgh,Чилдерсберг,تشيلدرسبورغ,چیلدرزبرگ، آلاباما,چیلدەرزبورگ، ئەلاباما,चाइल्डर्सबर्ग,柴尔德斯堡,칠더스버그		AL	121		
4055063	Chilton	chilton	US	53014	0	America/Chicago	31.7821	-87.84417	49	Chilton,Mitcham		AL	025		
4055083	China	china	US	77613	0	America/Chicago	31.5235	-87.01775	115			AL	035		
4055087	China Grove	china-grove	US	28023	0	America/Chicago	32.0296	-85.94468	161	China Grove,Chinagrove		AL	109		
4055114	Chisholm	chisholm	US	55719	0	America/Chicago	32.41736	-86.28552	63			AL	101		
4055139	Choccolocco	choccolocco	US	36254	2804	America/Chicago	33.65927	-85.70357	207	Choccolocco,Frog Level		AL	015		
4055271	Christiana	christiana	US	17509	0	America/Chicago	33.37734	-85.64024	304			AL	111		
4055294	Chunchula	chunchula	US	36521	210	America/Chicago	30.92185	-88.20056	37	Chunchula,Chunehula		AL	097		
4055535	Citronelle	citronelle	US	36522	3887	America/Chicago	31.09073	-88.22806	94	Sitronel,Sitronell,sa'itronela,sytrwnl  alabama,sytrwnyl,xi te luo nei er,Ситронел,Сітронелл,سيترونيل,سیترونل، آلاباما,سیترونێل، ئەلاباما,साइट्रोनेल,锡特罗内尔		AL	097		
4055561	Claiborne	claiborne	US	21624	0	America/Chicago	31.54016	-87.51555	55	Claiborne,Clairborne,Fort Claiborne		AL	099		
4055577	Clanton	clanton	US	35045	8844	America/Chicago	32.83874	-86.62943	183	Clanton,Goose Pond,Klanton,Klenton,Pond,ke lan dun,keullaenteon,klantana,klantwn,klntn  alabama,Клантон,Клентон,كلانتون,کلنتن، آلاباما,کلەنتۆن، ئەلاباما,क्लान्टन,克兰顿,클랜턴	021	AL	021		
4055593	Clark	clark	US	07066	0	America/Chicago	33.01263	-88.28531	59			AL	107		
4055621	Clarkdale	clarkdale	US	30111	0	America/Chicago	34.80731	-86.77278	242			AL	089		
4055639	Clarksville	clarksville	US	12041	0	America/Chicago	31.72905	-87.89306	83	Clarkesville,Clarksville		AL	025		
4055650	Clay	clay	US	13041	9655	America/Chicago	33.7026	-86.59971	285	Klej,ke lai,klay,kle,kly  alabama,Клей,Клеј,كلاي,کلی، آلاباما,کلەی، ئەلاباما,क्ले,克莱		AL	073		
4055658	Clay City	clay-city	US	40312	0	America/Chicago	30.48575	-87.80666	4			AL	003		
4055689	Claymont	claymont	US	19703	0	America/Chicago	33.19901	-87.49917	99			AL	125		
4055693	Claysville	claysville	US	15323	0	America/Chicago	34.40787	-86.27193	190			AL	095		
4055696	Clayton	clayton	US	08312	2925	America/Chicago	31.87822	-85.44966	180	Klejton,ke lai dun,klaytwn,kletana,klytwn  alabama,Клейтон,Клејтон,كلايتون,کلیتون، آلاباما,کلیٹن، الاباما,کلەیتۆن، ئەلاباما,क्लेटन,克莱顿	005	AL	005		
4055784	Cleburne	cleburne	US	76031	0	America/Chicago	33.64816	-85.62968	280	Cleburne,Doubling		AL	029		
4055815	Cleveland	cleveland	US	13042	1315	America/Chicago	33.99093	-86.57749	160	Anderton,Blackwoods Cross Roads,Blackwoods Crossroads,Cleveland,Dry Creek Cross Roads,Dry Creek Crossroads,Klivlend,ke li fu lan,klibhalyanda,klyfland,klywlnd  alabama,Кливленд,Клівленд,كليفلاند,کلیولند، آلاباما,کلیولینڈ، الاباما,کلیڤلەند، ئەلاباما,क्लिभल्यान्ड,克利夫兰		AL	009		
4055816	Cleveland	cleveland	US	13042	0	America/Chicago	33.68955	-87.64973	137	Buck Snort,Cleveland		AL	057		
4055860	Clifty	clifty	US	42216	0	America/Chicago	34.29927	-87.0739	300	Blair Store,Clifty		AL	043		
4055870	Clinton	clinton	US	01510	0	America/Chicago	32.91374	-87.99252	49			AL	063		
4055877	Clintonville	clintonville	US	16372	0	America/Chicago	31.40711	-85.89411	133	Clintonville,Indigo Head		AL	031		
4055879	Clio	clio	US	29525	1529	America/Chicago	31.70878	-85.6105	160	Adkinson Head,Clio,Klajo Alabama),Klio,New Clio,ke li ou,kliyo,klyw,klyw  alabama,Клајо Алабама),Кліо,كليو,کلیو، آلاباما,کلیۆ، ئەلاباما,क्लियो,克里欧		AL	005		
4055889	Clopton	clopton	US	36317	0	America/Chicago	31.6085	-85.42994	154			AL	045		
4055909	Cloverdale	cloverdale	US	24077	0	America/Chicago	33.6026	-86.71554	203			AL	073		
4055910	Cloverdale	cloverdale	US	24077	0	America/Chicago	34.9387	-87.77142	182	Cloverdale,Rawhide,Waveland		AL	077		
4055911	Cloverdale	cloverdale	US	24077	0	America/Chicago	30.50159	-88.3889	16			AL	097		
4055912	Cloverdale	cloverdale	US	24077	0	America/Chicago	33.45288	-86.38554	136			AL	117		
4055913	Cloverdale	cloverdale	US	24077	0	America/Chicago	33.23401	-87.63501	52			AL	125		
4055914	Cloverdale	cloverdale	US	24077	0	America/Chicago	33.38955	-86.95583	158			AL	073		
4055915	Cloverdale	cloverdale	US	24077	0	America/Chicago	32.35014	-86.2958	76			AL	101		
4055916	Cloverdale	cloverdale	US	24077	0	America/Chicago	33.20012	-87.54028	66			AL	125		
4055969	Coal City	coal-city	US	25823	0	America/Chicago	33.66066	-86.26331	156	Broken Arrow,Coal City,Old Broken Arrow		AL	115		
4055988	Coal Valley	coal-valley	US	61240	0	America/Chicago	33.74011	-87.41806	112	Coal Valley,Cormick		AL	127		
4055999	Coaldale	coaldale	US	18218	0	America/Chicago	33.82677	-86.79083	162	Coaldale,Coledale		AL	073		
4056008	Coalmont	coalmont	US	37313	0	America/Chicago	33.25484	-86.88305	136			AL	117		
4056017	Coaling	coaling	US	35449	1648	America/Chicago	33.15901	-87.34083	124	Clements Depot,Coaling		AL	125		
4056069	Cochrane	cochrane	US	54622	0	America/Chicago	33.0654	-88.25114	53			AL	107		
4056087	Coden	coden	US	36523	0	America/Chicago	30.38298	-88.23834	2	Coden,Coq d' Inde,Portersville		AL	097		
4056114	Coffee Springs	coffee-springs	US	36318	229	America/Chicago	31.16462	-85.90938	65			AL	061		
4056118	Coffeeville	coffeeville	US	36524	338	America/Chicago	31.75794	-88.08973	55	Coffeeville,Koffivill,Kofivil,Murrells Landing,ka fei wei er,kafywyl  alabama,kaphibhila,kohibiru,kwfyfyl,Кофивил,Коффівілл,كوفيفيل,کافیویل، آلاباما,کۆفیڤیل، ئەلاباما,कफीभिल,コーヒービル,咖啡维尔		AL	025		
4056154	Coker	coker	US	35452	978	America/Chicago	33.24595	-87.68779	63	Big Creek,Coker,Koster		AL	125		
4056163	Colbert	colbert	US	30628	0	America/Chicago	32.28265	-85.23661	114			AL	113		
4056198	Cold Spring	cold-spring	US	10516	0	America/Chicago	32.60902	-86.36803	100	Cold Spring,Cold Springs		AL	051		
4056219	Coldwater	coldwater	US	38618	0	America/Chicago	33.58622	-85.9183	183	Coldwater,Marthadell		AL	015		
4056220	Coldwater	coldwater	US	38618	0	America/Chicago	33.78233	-85.45801	307			AL	029		
4056221	Coldwater	coldwater	US	38618	0	America/Chicago	31.43489	-86.42329	105			AL	039		
4056256	Coleman	coleman	US	33521	0	America/Chicago	32.60069	-87.47806	70			AL	105		
4056307	Collbran	collbran	US	81624	0	America/Chicago	34.37592	-85.77858	273	Brandon,Collbran,Collbran Station		AL	049		
4056312	College Grove	college-grove	US	37046	0	America/Chicago	32.3868	-86.22552	70			AL	101		
4056322	College Park	college-park	US	20740	0	America/Chicago	31.81016	-85.97745	166			AL	109		
4056354	Collins	collins	US	14034	0	America/Chicago	33.4465	-86.96444	148			AL	073		
4056381	Collinsville	collinsville	US	06022	1973	America/Chicago	34.26398	-85.86053	214	Kolinsvil,Kollinsvil',Kollinsvill,kalynzwyl  alabama,ke lin si wei er,kolinsabhila,kwlynsfyl,Колинсвил,Коллинсвиль,Коллінсвілл,كولينسفيل,کالینزویل، آلاباما,کۆلینزڤیل، ئەلاباما,कोलिन्सभिल,科林斯维尔		AL	049		
4056404	Colonial Heights	colonial-heights	US	23834	0	America/Chicago	34.71453	-87.68392	145			AL	033		
4056409	Colony	colony	US	66015	394	America/Chicago	33.5651	-86.19914	153			AL	121		
4056419	Columbia	columbia	US	06237	737	America/Chicago	31.29271	-85.11267	68	Kolambija,Kolumbija,ge lun bi ya,klmbya  alabama,kolambiya,kwlmbya  alabama,kwlwmbya,Коламбија,Коламбія,Колумбия,كولومبيا,کلمبیا، آلاباما,کولمبیا، الاباما,کۆلومبیا، ئەلاباما,कोलम्बिया,哥伦比亚		AL	069		
4056427	Columbiana	columbiana	US	35051	4168	America/Chicago	33.17817	-86.60721	160	Columbia,Columbiana,Coonsboro,German Hill,Kolambiana,Kolumbijana,ge lun bi ya na,klmbyana  alabama,kolambiyana,kwlwmbyana,Коламбіана,Колумбијана,كولومبيانا,کلمبیانا، آلاباما,کۆلومبیانا، ئەلاباما,कोलम्बियाना,哥伦比亚纳	117	AL	117		
4056433	Columbus	columbus	US	08022	0	America/Chicago	33.75816	-86.75333	140			AL	073		
4056435	Columbus City	columbus-city	US	52737	0	America/Chicago	34.46064	-86.23332	203	Columbus City,Henryville		AL	095		
4056447	Colwell	colwell	US	50620	0	America/Chicago	33.87927	-85.91914	188	Caldwell,Colwell		AL	015		
4056450	Comer	comer	US	30629	0	America/Chicago	32.03293	-85.38327	87	Comer,Harris		AL	005		
4056451	Comer	comer	US	30629	0	America/Chicago	34.92925	-87.40474	213	Comer,Williams Corner		AL	077		
4056468	Commerce	commerce	US	30529	0	America/Chicago	31.68182	-86.9672	115			AL	035		
4056513	Concord	concord	US	01742	0	America/Chicago	33.37206	-85.80552	385			AL	027		
4056514	Concord	concord	US	01742	0	America/Chicago	33.54567	-87.73029	153			AL	057		
4056515	Concord	concord	US	01742	1837	America/Chicago	33.46761	-87.03111	181	Konkord,Конкорд		AL	073		
4056516	Concord	concord	US	01742	0	America/Chicago	34.52732	-87.45391	193			AL	079		
4056517	Concord	concord	US	01742	0	America/Chicago	33.13512	-85.50273	253			AL	111		
4056610	Confluence	confluence	US	15424	0	America/Chicago	34.85148	-87.2353	177			AL	077		
4056615	Compton	compton	US	20627	0	America/Chicago	33.81732	-86.62777	222			AL	009		
4056691	Cooks	cooks	US	49817	0	America/Chicago	32.41153	-86.14663	52			AL	101		
4056755	Cooper	cooper	US	50059	0	America/Chicago	32.77513	-86.54553	142	Barboursville,Chestnut Creek,Cooper,Cooper Station,Coopersville		AL	021		
4056837	Coosada	coosada	US	36020	1240	America/Chicago	32.49791	-86.33136	55	Coosaada,Coosada,Coosada Station,Coosauda		AL	051		
4056850	Copeland	copeland	US	34137	0	America/Chicago	31.56016	-88.41919	85			AL	129		
4056854	Copeland	copeland	US	34137	0	America/Chicago	34.83481	-86.83195	243			AL	083		
4056910	Corbin	corbin	US	22446	0	America/Chicago	33.30151	-85.42551	306			AL	111		
4056914	Corcoran	corcoran	US	93212	0	America/Chicago	31.83155	-85.94967	164			AL	109		
4056920	Cordova	cordova	US	21625	2028	America/Chicago	33.75983	-87.18333	93	Cordova,Dent		AL	127		
4056928	Corinth	corinth	US	04427	0	America/Chicago	31.90377	-85.75439	162			AL	011		
4056929	Corinth	corinth	US	04427	0	America/Chicago	33.2054	-85.69163	272			AL	027		
4056930	Corinth	corinth	US	04427	0	America/Chicago	34.30454	-87.07334	308			AL	043		
4056931	Corinth	corinth	US	04427	0	America/Chicago	33.45511	-85.59246	306			AL	111		
4056932	Corinth	corinth	US	04427	0	America/Chicago	33.16845	-85.55745	269			AL	111		
4056933	Corinth	corinth	US	04427	0	America/Chicago	33.78511	-87.20334	101			AL	127		
4057034	Corona	corona	US	11368	0	America/Chicago	33.70844	-87.46945	99			AL	127		
4057055	Cornwall	cornwall	US	06753	0	America/Chicago	34.23482	-85.58885	178			AL	019		
4057107	Cotton	cotton	US	31739	0	America/Chicago	32.68124	-86.01774	195	Cotton,Cottons Store,Watson Chapel		AL	051		
4057115	Cotton Valley	cotton-valley	US	71018	0	America/Chicago	32.29292	-85.69217	106			AL	087		
4057118	Cottondale	cottondale	US	32431	0	America/Chicago	31.20518	-85.38188	96			AL	069		
4057119	Cottondale	cottondale	US	32431	0	America/Chicago	33.18956	-87.45167	105	Cotton Dale,Cottondale,Kennedale,Kennidale,Konnidale		AL	125		
4057131	Cottonton	cottonton	US	36851	0	America/Chicago	32.14682	-85.07382	67			AL	113		
4057135	Cottontown	cottontown	US	37048	0	America/Chicago	34.65537	-87.48114	173	Cotton Town,Cottontown,Kings Bottoms,Kings Bridge		AL	033		
4057139	Cottonwood	cottonwood	US	36320	1264	America/Chicago	31.04879	-85.30493	50	Cotton Wood,Cottonwood,Kotonvud,Kottonvud,ka dun,katanavuda,katnwwd  alabama,qtnwwd,Котонвуд,Коттонвуд,قطنوود,کاتنوود، آلاباما,کۆتنوود، ئەلاباما,कटनवूड,卡顿		AL	069		
4057140	Cottonwood	cottonwood	US	36320	0	America/Chicago	34.78537	-86.92639	220			AL	083		
4057153	Couch	couch	US	65690	0	America/Chicago	33.89316	-85.71246	217			AL	015		
4057176	Country Club Hills	country-club-hills	US	60478	0	America/Chicago	33.20484	-87.58723	67			AL	125		
4057261	Courtland	courtland	US	23837	597	America/Chicago	34.66898	-87.30946	174	Courtland,Ebenezer,Kortland,Kortlend,kawrtland,kortalyanda,kwrtlnd  alabama,te lan,Кортланд,Кортленд,كاورتلاند,کورتلند، آلاباما,کۆرتلند، ئەلاباما,कोर्टल्यान्ड,特兰		AL	079		
4057288	Coventry	coventry	US	02816	0	America/Chicago	33.43761	-86.76693	181			AL	073		
4057289	Coventry	coventry	US	02816	0	America/Chicago	33.19067	-87.50445	87			AL	125		
4057320	Cowarts	cowarts	US	36321	1988	America/Chicago	31.20018	-85.30465	99	Cowart,Cowarts		AL	069		
4057397	Coy	coy	US	36435	0	America/Chicago	31.89487	-87.46277	29			AL	131		
4057412	Cragford	cragford	US	36255	0	America/Chicago	33.25095	-85.67246	262	Cragford,Weesabulgee,Wheelerville		AL	027		
4057443	Crane Hill	crane-hill	US	35053	0	America/Chicago	34.09399	-87.06306	250	Crane Hill,Cranehill,Spring Hill		AL	043		
4057458	Crawford	crawford	US	26343	0	America/Chicago	32.45681	-85.18966	136	Crawford,Crockettsville		AL	113		
4057462	Crawford	crawford	US	26343	0	America/Chicago	30.76408	-88.22778	65			AL	097		
4057531	Creola	creola	US	36525	1955	America/Chicago	30.89185	-88.03972	6			AL	097		
4057553	Crestview	crestview	US	32536	0	America/Chicago	30.62103	-88.15	18			AL	097		
4057554	Crestview	crestview	US	32536	0	America/Chicago	33.23123	-87.59084	57			AL	125		
4057567	Crestwood	crestwood	US	40014	0	America/Chicago	33.22901	-87.59084	55			AL	125		
4057571	Creswell	creswell	US	27928	0	America/Chicago	33.32928	-86.38303	133	Creswell,Creswell Station		AL	117		
4057619	Cromwell	cromwell	US	06416	0	America/Chicago	32.22875	-88.27447	50	Allen,Cromwell		AL	023		
4057639	Crooked Creek	crooked-creek	US	99575	0	America/Chicago	32.64736	-85.35717	223			AL	081		
4057657	Cropwell	cropwell	US	35054	0	America/Chicago	33.55233	-86.26914	146	Chopwell,Coosa,Coosa Valley,Cropwell,Diana		AL	115		
4057665	Crosby	crosby	US	16724	0	America/Chicago	31.0388	-85.08632	43			AL	069		
4057700	Crossroads	crossroads	US	88114	0	America/Chicago	30.83491	-87.86111	68			AL	003		
4057701	Crossroads	crossroads	US	88114	0	America/Chicago	34.32204	-86.33165	200	Cross Roads,Crossroads		AL	095		
4057731	Crossville	crossville	US	35962	1848	America/Chicago	34.28759	-85.99414	347	Copelands Bridge,Crossville,Krossvill,Krosvil,ke luo si wei er,krasabhila,kraswyl  alabama,krwwsfyl,Кросвил,Кроссвілл,كرووسفيل,کراسویل، آلاباما,کراسویل، الاباما,کرۆسڤیل، ئەلاباما,क्रसभिल,克罗斯维尔		AL	049		
4057732	Crossville	crossville	US	35962	0	America/Chicago	33.744	-88.00225	146	Crossville,Jewel,Jewell		AL	075		
4057812	Crystal Springs	crystal-springs	US	33524	0	America/Chicago	33.85677	-85.9083	166	Crystal Springs,Shiloh		AL	015		
4057830	Cuba	cuba	US	14727	321	America/Chicago	32.42877	-88.37679	66	Clays Station,Cuba,Cuba Station		AL	119		
4057835	Cullman	cullman	US	35055	15350	America/Chicago	34.17482	-86.84361	242	Kallmen,Kalman,Kulman,ka er man,kalamyana,karuman,keolmeon,klmn  alabama,kwlman,Каллмен,Калман,Кулман,Кълман,كولمان,کلمن، آلاباما,کەلمەن، ئەلاباما,कलम्यान,カルマン,卡尔曼,컬먼	043	AL	043		
4057860	Culpeper	culpeper	US	22701	0	America/Chicago	31.8871	-87.5775	31	Culpeper,Culpepper		AL	131		
4057889	Cunningham	cunningham	US	37052	0	America/Chicago	31.90043	-88.07612	96	Cunningham,Rock Bar		AL	025		
4057891	Cunningham	cunningham	US	37052	0	America/Chicago	33.17401	-88.10753	55			AL	107		
4057938	Curtis	curtis	US	49820	0	America/Chicago	31.39767	-86.15689	134			AL	031		
4057961	Cusseta	cusseta	US	31805	124	America/Chicago	32.78485	-85.30578	220	Coseta,Cuseta,Cusseta		AL	017		
4057970	Cypress	cypress	US	32432	0	America/Chicago	32.9479	-87.66695	38	Cypress,Strudwick		AL	065		
4058006	Cyril	cyril	US	73029	0	America/Chicago	32.1782	-88.42225	79			AL	023		
4058027	Dadeville	dadeville	US	36853	3150	America/Chicago	32.83124	-85.76357	221	Dejdvil,Dejdvill,dai de wei er,ddwyl  alabama,dyadebhila,dydfyl,Дейдвілл,Дејдвил,ددویل، آلاباما,ديدفيل,دەیدڤیل، ئەلاباما,ड्याडेभिल,戴德维尔	123	AL	123		
4058043	Daisy	daisy	US	30423	0	America/Chicago	31.89904	-86.48469	145			AL	013		
4058044	Daisy	daisy	US	30423	0	America/Chicago	34.0676	-85.95747	218			AL	055		
4058061	Daleville	daleville	US	24083	5141	America/Chicago	31.31017	-85.71299	102	Dale Court House,Daleville,Dejlvil,Dejlvill,dai er wei er,dalyfyl,delabhila,dylwyl  alabama,Дейлвілл,Дејлвил,داليفيل,دیلویل، آلاباما,دەیلڤیل، ئەلاباما,डेलभिल,戴尔维尔		AL	045		
4058069	Dallas	dallas	US	18612	0	America/Chicago	34.74398	-86.57666	197			AL	089		
4058071	Dallas	dallas	US	18612	0	America/Chicago	33.84954	-86.66055	170			AL	009		
4058105	Damascus	damascus	US	18415	0	America/Chicago	31.32045	-86.00439	109			AL	031		
4058106	Damascus	damascus	US	18415	0	America/Chicago	33.97482	-86.87361	146			AL	043		
4058107	Damascus	damascus	US	18415	0	America/Chicago	31.17295	-86.85691	67			AL	053		
4058172	Danielsville	danielsville	US	18038	0	America/Chicago	31.92071	-86.40636	160			AL	041		
4058197	Danville	danville	US	03819	0	America/Chicago	33.59233	-86.76999	168			AL	073		
4058198	Danville	danville	US	03819	6242	America/Chicago	34.41454	-87.08751	186	Danville,Houstons Store		AL	103		
4058219	Daphne	daphne	US	36526	24896	America/Chicago	30.60353	-87.9036	49	Dafni,Daphne,Daphney,Hollywood,da fu ni,dfny  alabama,dyaphne,dyfny,Дафни,Дафні,دفنی، آلاباما,ديفني,دەفنی، ئەلاباما,ड्याफ्ने,达芙妮		AL	003		
4058247	Darlington	darlington	US	16115	0	America/Chicago	31.97765	-87.13054	60			AL	131		
4058262	Dauphin Island	dauphin-island	US	36528	1251	America/Chicago	30.25548	-88.10972	2	Dafin-Ajlend,Dauphin-eiland,Dofin Ajland,Dofin-Ajlend,dafyn aylnd  alabama,dauphina a'ilyanda,dawfyn ayslnd,dopin-aillaendeu,duo fen dao,Дафін-Айленд,Дофин Ајланд,Дофин-Айленд,دافین آیلند، آلاباما,داوفين إيسلند,دۆفین ئایلەند، ئەلاباما,डौफिन आइल्यान्ड,多芬岛,도핀아일랜드		AL	097		
4058281	Davenport	davenport	US	13750	0	America/Chicago	32.0657	-86.40636	101	Davenpoint,Davenport,Devenport,Hickory Grove		AL	101		
4058417	Daviston	daviston	US	36256	210	America/Chicago	33.0529	-85.63968	232			AL	123		
4058427	Davisville	davisville	US	26142	0	America/Chicago	32.32764	-85.66967	92			AL	087		
4058428	Dawes	dawes	US	25054	0	America/Chicago	30.60769	-88.25528	51			AL	097		
4058434	Dawson	dawson	US	15428	0	America/Chicago	34.30398	-85.92608	354	Crumly,Dawson		AL	049		
4058460	Dayton	dayton	US	08810	50	America/Chicago	32.35024	-87.64193	74	Dejton,dai dun,daytwn,detana,dytwn  alabama,Дейтон,Дејтон,دايتون,دیتون، آلاباما,دەیتۆن، ئەلاباما,ڈیٹن، الاباما,डेटन,代顿		AL	091		
4058543	Deatsville	deatsville	US	36022	1157	America/Chicago	32.60819	-86.39581	95	Deatsville,Deetsville		AL	051		
4058553	Decatur	decatur	US	30030	55437	America/Chicago	34.60593	-86.98334	171	DCU,Decatur,Dekejter,Dekejtur,decatur,dekatara,di kai te,dikeiteo,diketa,diketara,dykatwr,dykytr  alabama,Декейтер,Декејтур,ديكاتور,دیکیتر، آلاباما,دیکەیتەر، ئەلاباما,ڈیکیٹر، الاباما,डिकेटर,डेकाटर,ディケーター,迪凯特,디케이터	103	AL	103		
4058595	Deer Park	deer-park	US	11729	188	America/Chicago	31.21684	-88.31723	43	Deer Park,Deerpark,Gondola		AL	129		
4058605	Deerfield	deerfield	US	01342	0	America/Chicago	33.23623	-87.62668	55			AL	125		
4058615	Deerwood	deerwood	US	56444	0	America/Chicago	30.71352	-88.16056	48			AL	097		
4058635	Dellwood	dellwood	US	53927	0	America/Chicago	33.58149	-86.26664	175			AL	115		
4058638	Delmar	delmar	US	12054	0	America/Chicago	34.1701	-87.60586	277	Delmar,Frog Level		AL	133		
4058643	Delta	delta	US	17314	197	America/Chicago	33.44011	-85.69052	338	Delta,Deltaville		AL	027		
4058651	Demarest	demarest	US	07627	0	America/Chicago	33.34373	-87.60501	86			AL	125		
4058662	Demopolis	demopolis	US	36732	7148	America/Chicago	32.51764	-87.8364	37	Demopolis,White Bluff,dai mo bo li si,demopolisa,dmwpwlys  alabama,dymwbwlys,Демополис,Демополіс,دموپولیس، آلاباما,ديموبوليس,دێمۆپۆلیس، ئەلاباما,डेमोपोलिस,戴摩波里斯		AL	091		
4058720	Deposit	deposit	US	13754	0	America/Chicago	34.85231	-86.45805	232	Deposit,Hayes Store		AL	089		
4058724	Derby	derby	US	05829	0	America/Chicago	32.36236	-88.17447	87			AL	119		
4058728	Denver	denver	US	12421	0	America/Chicago	32.99401	-85.60662	217			AL	123		
4058738	Detroit	detroit	US	04929	227	America/Chicago	34.02816	-88.17004	111	Detroit,Millville,Детроит		AL	075		
4058775	Dewey	dewey	US	61840	0	America/Chicago	34.3262	-85.50774	195			AL	019		
4058776	Dexter	dexter	US	04930	0	America/Chicago	32.6393	-86.14969	139			AL	051		
4058782	Diamond	diamond	US	44412	0	America/Chicago	34.30232	-86.39637	184			AL	095		
4058795	Dickinson	dickinson	US	36436	0	America/Chicago	31.76349	-87.71055	68	Dickenson,Dickinson,Marianna		AL	025		
4058813	Dillard	dillard	US	30537	0	America/Chicago	31.51767	-85.69494	93	Dillard,Dillards		AL	045		
4058825	Dilworth	dilworth	US	56529	0	America/Chicago	33.80233	-87.05361	130	Dilworth,Old Warrior Town		AL	127		
4058869	Dixie	dixie	US	25059	0	America/Chicago	32.72318	-86.90582	87			AL	021		
4058870	Dixie	dixie	US	25059	0	America/Chicago	31.14462	-86.7194	77			AL	053		
4058899	Dixons Mills	dixons-mills	US	36736	0	America/Chicago	32.05821	-87.78751	63	Dixon Mills,Dixon's Mill,Dixon's Mills,Dixons Mill,Dixons Mills		AL	091		
4058904	Dixonville	dixonville	US	15734	181	America/Chicago	31.00046	-87.03608	86			AL	053		
4058922	Docena	docena	US	35060	0	America/Chicago	33.55955	-86.9311	186	Booker,Booker City,Docena,Oakwood		AL	073		
4058971	Dodge City	dodge-city	US	67801	603	America/Chicago	34.04066	-86.88583	191	Dodzh-siti,Додж-сити		AL	043		
4059026	Dolomite	dolomite	US	35061	0	America/Chicago	33.46289	-86.96138	163			AL	073		
4059042	Donald	donald	US	97020	0	America/Chicago	32.24931	-87.39416	46			AL	047		
4059070	Dora	dora	US	35062	1960	America/Chicago	33.72872	-87.09028	120	Dora,Horse Creek,Horsecreek,Sharon		AL	127		
4059102	Dothan	dothan	US	25833	68567	America/Chicago	31.22323	-85.39049	98	Cawthons Cowpen,DHN,Dotan,Dothan,Dothen,Poplar Head,dosan,doseon,dothana,dothyana,duo sen,dwthan,dwthn  alabama,Дотан,دوثان,دوثن، آلاباما,دۆتەن، ئەلاباما,ڈوتھن، الاباما,डोथान,डोथ्यान,ドーサン,多森,도선	069	AL	069		
4059162	Double Springs	double-springs	US	35553	1056	America/Chicago	34.14637	-87.40247	251		133	AL	133		
4059171	Douglas	douglas	US	01516	0	America/Chicago	34.42703	-85.72858	282			AL	049		
4059172	Douglas	douglas	US	01516	758	America/Chicago	34.17371	-86.32359	293			AL	095		
4059190	Douglasville	douglasville	US	30133	0	America/Chicago	30.86602	-87.78555	81			AL	003		
4059191	Douglasville	douglasville	US	30133	0	America/Chicago	33.55427	-86.79832	174			AL	073		
4059218	Downing	downing	US	54734	0	America/Chicago	32.14181	-86.00579	107			AL	101		
4059220	Downs	downs	US	61736	0	America/Chicago	32.26487	-85.78412	91	Downs,Kinhaw		AL	087		
4059227	Doyle	doyle	US	38559	0	America/Chicago	32.09043	-87.7814	94			AL	091		
4059229	Dozier	dozier	US	36028	332	America/Chicago	31.49211	-86.36496	73			AL	041		
4059279	Driftwood	driftwood	US	15832	0	America/Chicago	33.52567	-87.2375	94			AL	073		
4059285	Drifton	drifton	US	18221	0	America/Chicago	33.6815	-87.23278	85			AL	127		
4059291	Dripping Springs	dripping-springs	US	78620	0	America/Chicago	34.24232	-87.00445	277			AL	043		
4059312	Drummond	drummond	US	54832	0	America/Chicago	33.78288	-87.01861	113			AL	127		
4059479	Dublin	dublin	US	03444	0	America/Chicago	32.03209	-86.15913	165	Dublin,Raif,Raif Branch		AL	101		
4059523	Dudley	dudley	US	01571	0	America/Chicago	33.16095	-87.3	125			AL	125		
4059580	Duke	duke	US	65461	0	America/Chicago	33.85066	-85.90247	177	Duke,Dukes Station		AL	015		
4059588	Dunbar	dunbar	US	15431	0	America/Chicago	31.67822	-88.34613	67	Dunbar,Ellwood		AL	129		
4059599	Duncan	duncan	US	29334	0	America/Chicago	33.45705	-86.88277	172	Duncan,Newton		AL	073		
4059600	Duncan	duncan	US	29334	0	America/Chicago	32.97096	-85.89719	219			AL	123		
4059618	Duncanville	duncanville	US	35456	0	America/Chicago	33.06179	-87.44223	74	Duncan,Duncansville,Duncanville,Skelton		AL	125		
4059624	Dundee	dundee	US	14837	0	America/Chicago	31.12045	-85.6716	78			AL	061		
4059645	Dunn	dunn	US	28334	0	America/Chicago	31.84516	-85.89606	167			AL	109		
4059671	Dupree	dupree	US	57623	0	America/Chicago	31.12851	-85.23382	61			AL	069		
4059672	Dupree	dupree	US	57623	0	America/Chicago	32.46847	-85.36772	167			AL	081		
4059701	Dutton	dutton	US	23050	310	America/Chicago	34.61092	-85.91692	416			AL	071		
4059708	Duvall	duvall	US	98019	0	America/Chicago	31.27628	-86.24189	101			AL	039		
4059718	Dwight	dwight	US	60420	0	America/Chicago	31.15184	-88.25862	67			AL	129		
4059763	Eagle	eagle	US	48822	0	America/Chicago	34.14677	-87.18223	250			AL	133		
4059785	Eagle Creek	eagle-creek	US	97022	0	America/Chicago	32.94012	-85.75051	235			AL	123		
4059791	Earlville	earlville	US	13332	0	America/Chicago	30.98352	-88.40696	30			AL	097		
4059810	Easley	easley	US	29640	0	America/Chicago	33.95927	-86.54249	178			AL	009		
4059815	East Arlington	east-arlington	US	05252	0	America/Chicago	33.18595	-87.53112	61			AL	125		
4059823	East Bend	east-bend	US	27018	0	America/Chicago	33.4015	-86.34664	135	East Bend,Eastbend		AL	121		
4059909	East Hampton	east-hampton	US	06424	0	America/Chicago	34.79287	-86.93195	219			AL	083		
4059911	East Haven	east-haven	US	05837	0	America/Chicago	33.62316	-86.68388	243			AL	073		
4059912	East Haven	east-haven	US	05837	0	America/Chicago	34.74648	-87.66058	152			AL	033		
4059956	East Point	east-point	US	41216	201	America/Chicago	34.18315	-86.79361	247			AL	043		
4059990	Eastaboga	eastaboga	US	36260	0	America/Chicago	33.60594	-86.02136	179	East Boga,Eastaboga,Eastaboga Station,Eastobogo,Esta Boga,Estaboga,McFall,McFall Station,Mcfall,Shakerag		AL	015		
4060018	Easton	easton	US	02334	0	America/Chicago	32.90929	-85.69662	249			AL	123		
4060019	Easton	easton	US	02334	0	America/Chicago	34.77176	-87.67225	164			AL	033		
4060020	Eastover	eastover	US	29044	0	America/Chicago	33.17373	-87.48723	115			AL	125		
4060022	Eastpointe	eastpointe	US	48021	0	America/Chicago	33.59288	-86.73666	215			AL	073		
4060038	Eastwood	eastwood	US	40018	0	America/Chicago	30.89074	-87.75305	77			AL	003		
4060039	Eastwood	eastwood	US	40018	0	America/Chicago	33.94093	-86.45721	287			AL	009		
4060040	Eastwood	eastwood	US	40018	0	America/Chicago	33.54816	-86.76138	183			AL	073		
4060041	Eastwood	eastwood	US	40018	0	America/Chicago	33.81121	-85.75135	231	Eastwood,Needmore		AL	015		
4060156	Echo	echo	US	56237	0	America/Chicago	31.47572	-85.46577	138	Echo,Marshalls Cross Roads		AL	045		
4060169	Echola	echola	US	35457	0	America/Chicago	33.34484	-87.78946	87	Echola,Elbert,Fox,Henderson		AL	125		
4060176	Eclectic	eclectic	US	36024	1029	America/Chicago	32.63541	-86.03441	176			AL	051		
4060193	Eddy	eddy	US	76524	0	America/Chicago	34.35537	-86.50943	330			AL	095		
4060204	Eden	eden	US	05652	0	America/Chicago	33.59205	-86.31026	165	Eden,Manchester		AL	115		
4060218	Edgefield	edgefield	US	29824	0	America/Chicago	31.71683	-85.37216	125			AL	005		
4060219	Edgefield	edgefield	US	29824	0	America/Chicago	34.90397	-85.80831	197			AL	071		
4060220	Edgefield	edgefield	US	29824	0	America/Chicago	30.64241	-88.18889	56			AL	097		
4060224	Edgemont	edgemont	US	19028	0	America/Chicago	33.46566	-86.82249	213	Edgemont,Oakgrove		AL	073		
4060225	Edgemont	edgemont	US	19028	0	America/Chicago	34.82287	-87.66086	182			AL	077		
4060226	Edgemont	edgemont	US	19028	0	America/Chicago	34.76926	-86.57888	211			AL	089		
4060232	Edgewater	edgewater	US	07020	883	America/Chicago	33.52677	-86.95777	162	Edzhvoter,Edzvoter,ajwatr  alabama,aydjwatr,ejvatara,Еджвотер,Еџвотер,إيدجواتر,اجواتر، آلاباما,एज्वाटर		AL	073		
4060241	Edgewood	edgewood	US	21040	0	America/Chicago	33.46761	-86.81082	207			AL	073		
4060258	Edmond	edmond	US	25837	0	America/Chicago	34.63898	-87.47086	220			AL	079		
4060283	Edna	edna	US	67342	0	America/Chicago	32.28681	-88.07419	30			AL	023		
4060298	Edwardsville	edwardsville	US	22456	204	America/Chicago	33.70733	-85.50912	296			AL	029		
4060299	Edwardsville	edwardsville	US	22456	194	America/Chicago	34.03954	-85.92691	180			AL	055		
4060312	Egypt	egypt	US	72427	0	America/Chicago	34.34426	-86.53388	319			AL	095		
4060320	Eight Mile	eight-mile	US	36613	0	America/Chicago	30.76352	-88.12695	10			AL	097		
4060324	Egypt	egypt	US	72427	932	America/Chicago	34.07371	-86.15581	288			AL	055		
4060340	El Monte	el-monte	US	91731	0	America/Chicago	30.66075	-88.16389	49			AL	097		
4060381	Elberta	elberta	US	36530	1652	America/Chicago	30.41436	-87.59776	20	Elberta,ai er bo ta,albrta  alabama,aylbyrta,elbarta,Елберта,إيلبيرتا,ئێلبێرتا، ئەلاباما,البرتا، آلاباما,एल्बर्टा,埃尔伯塔		AL	003		
4060398	Eldridge	eldridge	US	35554	128	America/Chicago	33.92288	-87.61724	169	Camp Springs,Eldridge		AL	127		
4060405	Eleanor	eleanor	US	25070	0	America/Chicago	32.34014	-87.31916	48			AL	047		
4061263	Fairview	fairview	US	07022	0	America/Chicago	31.23823	-86.04439	99			AL	031		
4060416	Elgin	elgin	US	16413	0	America/Chicago	34.8487	-87.39113	195	Elgin,Elgin Crossroads,Ingram Crossroads,Ingrams Crossroads,Marmion		AL	077		
4060461	Elkmont	elkmont	US	35620	466	America/Chicago	34.92897	-86.9739	246	Elkmont,Fort Hampton		AL	083		
4060468	Elko	elko	US	29826	0	America/Chicago	34.70926	-86.67111	205			AL	089		
4060470	Elkwood	elkwood	US	22718	0	America/Chicago	34.97759	-86.72361	272			AL	089		
4060479	Ellaville	ellaville	US	31806	0	America/Chicago	34.25732	-87.32002	264			AL	133		
4060516	Ellis	ellis	US	67637	0	America/Chicago	32.13625	-87.23527	29			AL	047		
4060539	Ellisville	ellisville	US	39437	0	America/Chicago	30.62797	-87.79305	52			AL	003		
4060540	Ellisville	ellisville	US	39437	0	America/Chicago	34.06482	-85.60996	177	Coloma,Ellisville		AL	019		
4060541	Ellisville	ellisville	US	39437	0	America/Chicago	31.54544	-88.21334	68			AL	129		
4060578	Elon	elon	US	27244	0	America/Chicago	34.54287	-86.46888	180			AL	089		
4060581	Elrod	elrod	US	35458	0	America/Chicago	33.25623	-87.79224	75	Elrod,Mitchell,Sipsey Turnpike		AL	125		
4060625	Emelle	emelle	US	35459	50	America/Chicago	32.7293	-88.31448	79	Emelle,Ramsey		AL	119		
4060679	Emory	emory	US	24327	0	America/Chicago	31.81071	-88.45753	67			AL	023		
4060685	Empire	empire	US	35063	0	America/Chicago	33.80844	-87.01056	155			AL	127		
4060706	Englewood	englewood	US	07631	0	America/Chicago	33.11179	-87.55973	57			AL	125		
4060736	Enon	enon	US	45323	0	America/Chicago	32.15543	-85.49661	165	Eanon,Enon		AL	011		
4060737	Enon	enon	US	45323	0	America/Chicago	34.30315	-86.78444	321			AL	043		
4060738	Enon	enon	US	45323	0	America/Chicago	31.21573	-85.27688	85			AL	069		
4060739	Enon	enon	US	45323	0	America/Chicago	31.82572	-85.70633	147	Enon,Lower Josie,Owensburg		AL	109		
4060790	Enterprise	enterprise	US	26568	0	America/Chicago	32.73485	-86.61804	203			AL	021		
4060791	Enterprise	enterprise	US	26568	27978	America/Chicago	31.31517	-85.85522	108	Drake Eye,ETS,Enterprajs,Enterprajz,Enterprise,antrbrayz,antrprayz  alabama,en te pu lai si,intarapra'ija,Ентерпрайс,Ентерпрајз,إنتربرايز,ئینتەر پرایز، ئەلاباما,انترپرایز، آلاباما,इन्टरप्राइज,恩特普赖斯		AL	031		
4060819	Epes	epes	US	35460	183	America/Chicago	32.69041	-88.12613	52	Epes,Epes Station,Jones Bluff		AL	119		
4060840	Epworth	epworth	US	30541	0	America/Chicago	31.26073	-88.42418	88			AL	129		
4060847	Equality	equality	US	36026	0	America/Chicago	32.76207	-86.10191	224	Brooksville,Equality		AL	037		
4060868	Erin	erin	US	14838	0	America/Chicago	33.36261	-85.90858	294			AL	027		
4060878	Escatawpa	escatawpa	US	39552	0	America/Chicago	31.28962	-88.38724	52			AL	129		
4060921	Estillfork	estillfork	US	35745	0	America/Chicago	34.91009	-86.17054	215	Estell Fork,Estill Fork,Estillfork,Estills Fork,Estillsfork		AL	071		
4060927	Ethelsville	ethelsville	US	35461	73	America/Chicago	33.41567	-88.2167	112			AL	107		
4060954	Eufaula	eufaula	US	36027	12596	America/Chicago	31.89127	-85.14549	80	EUF,Eufala,Eufaula,Irwinton,Jufola,you fu la,yuphaula,ywfla  alabama,ywfwla,Јуфола,Юфола,يوفولا,یوفلا، آلاباما,یووفۆلا، ئەلاباما,युफौला,尤福拉		AL	005		
4060974	Eureka	eureka	US	48833	0	America/Chicago	34.90008	-85.88359	188			AL	071		
4060975	Eureka	eureka	US	48833	0	America/Chicago	33.56316	-86.16553	154			AL	121		
4060991	Eutaw	eutaw	US	35462	2766	America/Chicago	32.84059	-87.88762	66	Juto,you tuo,yutah,ywtaw,ywtyw  alabama,Јуто,Юто,يوتاو,یوتئو، آلاباما,یووتۆ، ئەلاباما,युटः,尤托	063	AL	063		
4060998	Eva	eva	US	35621	511	America/Chicago	34.33232	-86.75889	336	Cowhead,Eva		AL	103		
4061043	Evansville	evansville	US	47701	0	America/Chicago	32.83818	-87.75251	40	Evans,Evansville		AL	065		
4061063	Evergreen	evergreen	US	23939	0	America/Chicago	32.55236	-86.75776	169	Evergreen,Huckabee		AL	001		
4061064	Evergreen	evergreen	US	23939	3774	America/Chicago	31.4335	-86.95692	83	Coseys Old Field,Evergreen,Evergrin,ai fu ge lin,awrgryn  alabama,ayfrghryn,ebharagrina,Евергрин,Еверґрін,إيفرغرين,ئێڤەرگرین، ئەلاباما,اورگرین، آلاباما,एभरग्रीन,埃弗格林	035	AL	035		
4061102	Ewell	ewell	US	21824	0	America/Chicago	31.42156	-85.57466	122	Ewell,Ewells		AL	045		
4061107	Ewing	ewing	US	24248	0	America/Chicago	34.20259	-85.76441	202			AL	019		
4061108	Ewing	ewing	US	24248	0	America/Chicago	33.99065	-85.9058	165	Ewing,Ewings		AL	055		
4061113	Excel	excel	US	36439	672	America/Chicago	31.42794	-87.34137	124	Excel		AL	099		
4061164	Fabius	fabius	US	13063	0	America/Chicago	34.81092	-85.77747	438	Capertons Chapel,Fabius		AL	071		
4061165	Fackler	fackler	US	35746	0	America/Chicago	34.79258	-85.90998	186	Fackler,Flackler		AL	071		
4061185	Fair Oaks	fair-oaks	US	47943	0	America/Chicago	32.93957	-88.2517	54	Fair Oaks,Fairoaks		AL	119		
4061195	Fairdale	fairdale	US	25839	0	America/Chicago	32.93124	-87.14611	68			AL	007		
4061196	Fairfax	fairfax	US	05454	0	America/Chicago	32.79624	-85.18383	206	Fairfax,Valley		AL	017		
4061205	Fairfield	fairfield	US	04937	0	America/Chicago	31.25184	-86.64552	58			AL	039		
4061206	Fairfield	fairfield	US	04937	10907	America/Chicago	33.48594	-86.91194	171	Corey,Fairfield,Feerfild,Ferfild,Feurfild,fei er fei er de,fyrfyld,fyrfyld  alabama,peeopildeu,pheyaraphilda,Ферфилд,Феърфилд,Феєрфілд,فيرفيلد,فیئرفیلڈ، الاباما,فیرفیلد، آلاباما,فێرفیلد، ئەلاباما,फेयरफिल्ड,费尔菲尔德,페어필드		AL	073		
4061208	Fairfield	fairfield	US	04937	0	America/Chicago	34.47426	-87.19307	195			AL	079		
4061234	Fairhope	fairhope	US	15538	18730	America/Chicago	30.52297	-87.90333	37	Alabama City,Fairhope,Feergoup,Ferkhoup,fei er huo pu,fyrhwb,fyrhwp  alabama,pheyarahopa,Ферхоуп,Феєргоуп,فيرهوب,فیئرہوپ، الاباما,فیرهوپ، آلاباما,فێرھۆپ، ئەلاباما,फेयरहोप,费尔霍普		AL	003		
4061252	Fairlawn	fairlawn	US	44334	0	America/Chicago	33.1979	-87.61084	47			AL	125		
4061255	Fairmount	fairmount	US	30139	0	America/Chicago	34.80314	-86.87695	216	Fairmont,Fairmount		AL	083		
4061261	Fairview	fairview	US	07022	0	America/Chicago	33.95788	-86.56221	166			AL	009		
4061262	Fairview	fairview	US	07022	0	America/Chicago	32.77457	-86.72137	207			AL	021		
4061264	Fairview	fairview	US	07022	0	America/Chicago	31.41933	-87.00525	77			AL	035		
4061265	Fairview	fairview	US	07022	456	America/Chicago	34.25537	-86.68805	286	Fairview,Lawrence Chapel		AL	043		
4061266	Fairview	fairview	US	07022	0	America/Chicago	34.77925	-85.62636	461			AL	049		
4061267	Fairview	fairview	US	07022	0	America/Chicago	34.33842	-85.92636	355			AL	049		
4061268	Fairview	fairview	US	07022	0	America/Chicago	34.09176	-85.99303	261			AL	055		
4061269	Fairview	fairview	US	07022	0	America/Chicago	34.56093	-87.72892	261			AL	059		
4061270	Fairview	fairview	US	07022	0	America/Chicago	34.90981	-87.74364	184			AL	077		
4061271	Fairview	fairview	US	07022	0	America/Chicago	34.80314	-86.8325	229			AL	083		
4061272	Fairview	fairview	US	07022	0	America/Chicago	34.97592	-86.4736	268			AL	089		
4061273	Fairview	fairview	US	07022	0	America/Chicago	34.25204	-87.78975	293			AL	093		
4061274	Fairview	fairview	US	07022	0	America/Chicago	30.79324	-88.3014	68			AL	097		
4061275	Fairview	fairview	US	07022	0	America/Chicago	34.58148	-86.97251	173			AL	103		
4061276	Fairview	fairview	US	07022	0	America/Chicago	33.37873	-87.88557	121			AL	107		
4061277	Fairview	fairview	US	07022	0	America/Chicago	33.7426	-86.20748	177			AL	115		
4061278	Fairview	fairview	US	07022	0	America/Chicago	33.60289	-87.34972	150			AL	127		
4061279	Fairview	fairview	US	07022	0	America/Chicago	34.14094	-87.35724	245			AL	133		
4061280	Fairview	fairview	US	07022	0	America/Chicago	34.8112	-87.70614	144			AL	077		
4061281	Fairview	fairview	US	07022	0	America/Chicago	32.35153	-86.43219	52	Fairview,Klondike		AL	101		
4061351	Fairview Heights	fairview-heights	US	62208	0	America/Chicago	33.52788	-86.26192	153			AL	115		
4061464	Falkner	falkner	US	38629	0	America/Chicago	32.69541	-86.05024	196			AL	051		
4061466	Falkville	falkville	US	35622	1268	America/Chicago	34.36843	-86.90862	184			AL	103		
4061493	Falls City	falls-city	US	68355	0	America/Chicago	34.02427	-87.28279	161	Elk,Falls City		AL	133		
4061519	Farley	farley	US	52046	0	America/Chicago	34.59537	-86.56221	184			AL	089		
4061536	Farmersville	farmersville	US	45325	0	America/Chicago	32.0782	-86.89193	86			AL	085		
4061541	Farmville	farmville	US	23901	0	America/Chicago	32.66597	-85.48995	214	Farmville,Farmville City		AL	081		
4061575	Faunsdale	faunsdale	US	36738	94	America/Chicago	32.45986	-87.59389	67	Faunsdale,Fonsdejl,Saint Michaels Parish,fang si dai er,fawnsdyl,fwnsdyl  alabama,phaunsadela,Фонсдейл,Фонсдејл,فاونسديل,فونسدیل، آلاباما,فۆنسدەیل، ئەلاباما,फौन्सडेल,方斯代尔		AL	091		
4061586	Fayette	fayette	US	13065	4490	America/Chicago	33.68455	-87.83085	111	Faett,Fayette,Fayette Courthouse,Fayette Depot,Fayette Depot Town,Fayetteville,Fejet,Frog Level,Lafayette,Latona,Latone,Layfayette,fayt  alabama,fayyt,fei ye te,peies,Фаєтт,Фејет,فاييت,فایت، آلاباما,فایێت، ئەلاباما,费耶特,페이엣	057	AL	057		
4061602	Fayetteville	fayetteville	US	13066	1284	America/Chicago	33.14567	-86.40581	133	Fayetteville,New Fayetteville		AL	121		
4061662	Fenton	fenton	US	48430	0	America/Chicago	34.17982	-86.10553	315	Fenton,Finton		AL	055		
4061668	Ferguson	ferguson	US	28624	0	America/Chicago	34.13899	-85.59079	179			AL	019		
4061685	Fernwood	fernwood	US	39635	0	America/Chicago	33.19345	-87.53639	63			AL	125		
4061743	Finley	finley	US	38030	0	America/Chicago	33.05957	-85.283	238			AL	017		
4062287	Fisk	fisk	US	63940	0	America/Chicago	34.96148	-86.57333	236	Fisk,New Hazel Green		AL	089		
4062297	Fitzpatrick	fitzpatrick	US	36029	83	America/Chicago	32.21653	-85.88884	80	Fitzpatrick,Fitzpatricks,Moccasin Gap		AL	011		
4062311	Five Points	five-points	US	36855	0	America/Chicago	34.01982	-86.55055	186	Five Points,Fivepoints		AL	009		
4062312	Five Points	five-points	US	36855	142	America/Chicago	33.01818	-85.35023	266	Five Points,Fivepoints,Lystra		AL	017		
4062313	Five Points	five-points	US	36855	0	America/Chicago	34.48842	-85.52135	460			AL	019		
4062314	Five Points	five-points	US	36855	0	America/Chicago	33.584	-85.68024	309			AL	029		
4062315	Five Points	five-points	US	36855	0	America/Chicago	31.44072	-86.30329	132			AL	039		
4062316	Five Points	five-points	US	36855	0	America/Chicago	31.30184	-85.62521	104			AL	045		
4062317	Five Points	five-points	US	36855	0	America/Chicago	32.24875	-87.23555	61			AL	047		
4062318	Five Points	five-points	US	36855	0	America/Chicago	32.48958	-86.35164	55			AL	051		
4062319	Five Points	five-points	US	36855	0	America/Chicago	32.73208	-87.99585	57			AL	063		
4062320	Five Points	five-points	US	36855	0	America/Chicago	31.03213	-85.41104	55			AL	069		
4062321	Five Points	five-points	US	36855	0	America/Chicago	34.47454	-87.15752	193			AL	079		
4062322	Five Points	five-points	US	36855	0	America/Chicago	34.7387	-86.57694	198			AL	089		
4062323	Five Points	five-points	US	36855	0	America/Chicago	34.91814	-86.68139	254	Five Points,Locks Store		AL	089		
4062324	Five Points	five-points	US	36855	0	America/Chicago	34.44731	-86.1772	199			AL	095		
4062325	Five Points	five-points	US	36855	0	America/Chicago	33.19345	-86.27442	155			AL	121		
4062327	Five Points	five-points	US	36855	0	America/Chicago	33.88844	-87.28334	160			AL	127		
4062328	Five Points	five-points	US	36855	0	America/Chicago	32.63625	-85.40328	221			AL	081		
4062372	Flanders	flanders	US	07836	0	America/Chicago	34.20732	-85.90275	229			AL	049		
4062423	Flat Rock	flat-rock	US	28731	0	America/Chicago	31.4835	-86.8333	118			AL	035		
4062424	Flat Rock	flat-rock	US	28731	0	America/Chicago	34.7698	-85.69442	416	Flat Rock,Kosh		AL	071		
4062425	Flat Rock	flat-rock	US	28731	0	America/Chicago	34.53676	-87.4853	186			AL	079		
4062455	Flat Top	flat-top	US	25841	0	America/Chicago	33.66566	-87.02361	105			AL	073		
4062463	Flat Top	flat-top	US	25841	0	America/Chicago	33.12373	-87.09916	159			AL	007		
4062477	Flatwoods	flatwoods	US	26621	0	America/Chicago	34.61676	-87.73614	226			AL	033		
4062478	Flatwoods	flatwoods	US	26621	0	America/Chicago	31.97876	-86.4308	133			AL	085		
4062480	Flatwoods	flatwoods	US	26621	0	America/Chicago	33.25456	-87.57195	85			AL	125		
4062488	Fleetwood	fleetwood	US	19522	0	America/Chicago	33.23928	-87.40445	122			AL	125		
4062531	Flint Hill	flint-hill	US	22627	0	America/Chicago	33.35511	-87.00638	159			AL	073		
4062532	Flint Hill	flint-hill	US	22627	0	America/Chicago	32.92651	-85.90913	208	Flint Hill,Nabors		AL	123		
4062568	Florala	florala	US	36442	1973	America/Chicago	31.00518	-86.328	80	Florala,Lake City,Lake View,Lakeview,flwrala,flwrala  alabama,fu luo la la,phlorala,Флорала,فلورالا,فلورالا، آلاباما,فلورالا، ئەلاباما,फ्लोराला,弗洛腊拉		AL	039		
4062577	Florence	florence	US	01062	40026	America/Chicago	34.79981	-87.67725	167	Florencija,Florens,flarns  alabama,flwrns,flwrns  alabama,fu luo lun si,furorensu,peullolenseu,phlorensa,Флоренс,Флоренция,فلارنس، آلاباما,فلورنس,فلورنس، الاباما,فلۆرەنس، ئەلاباما,फ्लोरेन्स,フローレンス,弗洛伦斯,플로렌스	077	AL	077		
4062595	Flomaton	flomaton	US	36441	1411	America/Chicago	31.00018	-87.26081	21	Flomaton,Pensacola Junction,Reutersville,Whiting		AL	053		
4062621	Floyd	floyd	US	24091	0	America/Chicago	32.60013	-86.01718	135	Feattop,Floyd		AL	051		
4062644	Foley	foley	US	36535	17218	America/Chicago	30.40659	-87.6836	25	Foley,Foli,NHX,fu li,fwly,fwly  alabama,pholi,Фоли,Фолі,فولي,فولی، آلاباما,فۆلی، ئەلاباما,फोली,弗利		AL	003		
4062662	Folsom	folsom	US	19033	0	America/Chicago	32.68263	-87.40583	131	Flosom,Folsom,Webb Store		AL	105		
4062663	Folsom	folsom	US	19033	0	America/Chicago	33.454	-85.54996	370			AL	111		
4062685	Ford City	ford-city	US	16226	0	America/Chicago	34.78592	-87.52864	167	Blowing Springs,Brick,Brickenville,Brickville,Brides,Ford City		AL	033		
4062702	Fordyce	fordyce	US	68736	0	America/Chicago	32.94985	-85.58551	220	Aycock,Fordyce		AL	017		
4062703	Forest	forest	US	24551	0	America/Chicago	33.49095	-88.27587	92			AL	107		
4062722	Forest Hill	forest-hill	US	21050	0	America/Chicago	30.71491	-88.15334	56			AL	097		
4062733	Forest Hills	forest-hills	US	11375	0	America/Chicago	33.47039	-86.92499	176			AL	073		
4062734	Forest Hills	forest-hills	US	11375	0	America/Chicago	34.85286	-87.68281	181			AL	077		
4062735	Forest Hills	forest-hills	US	11375	0	America/Chicago	33.29595	-86.33609	142			AL	121		
4062736	Forest Hills	forest-hills	US	11375	0	America/Chicago	33.60483	-85.86802	230			AL	015		
4062737	Forest Hills	forest-hills	US	11375	0	America/Chicago	32.37986	-86.26108	81			AL	101		
4062738	Forest Hills	forest-hills	US	11375	0	America/Chicago	33.57927	-86.2697	169			AL	115		
4062739	Forest Hills	forest-hills	US	11375	0	America/Chicago	33.57177	-86.51387	202			AL	115		
4062740	Forest Hills	forest-hills	US	11375	0	America/Chicago	33.19095	-87.53389	61			AL	125		
4062746	Forest Home	forest-home	US	36030	0	America/Chicago	31.86237	-86.84276	132			AL	013		
4062756	Forest Lake	forest-lake	US	55025	0	America/Chicago	33.19623	-87.52973	68			AL	125		
4062763	Forest Park	forest-park	US	30297	0	America/Chicago	31.2099	-85.35132	80			AL	069		
4062764	Forest Park	forest-park	US	30297	0	America/Chicago	33.5151	-86.76638	243			AL	073		
4062765	Forest Park	forest-park	US	30297	0	America/Chicago	30.6288	-88.08889	7			AL	097		
4062766	Forest Park	forest-park	US	30297	0	America/Chicago	31.32989	-85.82855	93			AL	031		
4062767	Forest Park	forest-park	US	30297	0	America/Chicago	34.6287	-86.54721	199			AL	089		
4062774	Forestdale	forestdale	US	02644	10162	America/Chicago	33.57011	-86.89638	197			AL	073		
4062776	Forestdale	forestdale	US	02644	0	America/Chicago	32.59541	-85.46773	196			AL	081		
4062791	Forkland	forkland	US	36740	601	America/Chicago	32.64819	-87.88335	46	Falkland,Forkland		AL	063		
4062797	Forney	forney	US	75126	0	America/Chicago	34.08621	-85.4619	214			AL	019		
4062820	Fort Davis	fort-davis	US	36031	0	America/Chicago	32.2432	-85.70967	95			AL	087		
4062824	Fort Deposit	fort-deposit	US	36032	1240	America/Chicago	31.98459	-86.57859	142	Fort Deposit,Fort Deposite,Fort Depozit,Fort-Dipozit,di bo xi te bao,fwrt dpazyt  alabama,fwrt dybwzyt,pharta dipojita,Форт Депозит,Форт-Діпозіт,فورت ديبوزيت,فورت دپازیت، آلاباما,فۆرت دیپۆزیت، ئەلاباما,फर्ट डिपोजिट,迪波西特堡		AL	085		
4062836	Fort Gaines	fort-gaines	US	39851	0	America/Chicago	30.24906	-88.07821	2			AL	097		
4062852	Fort Mitchell	fort-mitchell	US	23941	0	America/Chicago	32.34154	-85.0216	108			AL	113		
4062856	Fort Morgan	fort-morgan	US	80701	0	America/Chicago	30.23115	-87.99154	3	Fort Bowyer,Fort Morgan		AL	003		
4062861	Fort Payne	fort-payne	US	35967	14150	America/Chicago	34.44425	-85.71969	275	Fort Pejn,Fort-Pejn,fwrt bayn,fwrt pyn  alabama,pei en bao,pharta peyana,Форт Пејн,Форт-Пейн,فورت باين,فورت پین، آلاباما,فۆرت پەین، ئەلاباما,फर्ट पेयन,佩恩堡	049	AL	049		
4062934	Fosters	fosters	US	35463	0	America/Chicago	33.09484	-87.68584	46	Fosters,Fosters Settlement		AL	125		
4062944	Fostoria	fostoria	US	44830	0	America/Chicago	32.08653	-86.82998	72			AL	085		
4062963	Fountain	fountain	US	27829	0	America/Chicago	31.5946	-87.40888	41			AL	099		
4062978	Fourmile	fourmile	US	40939	0	America/Chicago	33.24873	-86.55304	141			AL	117		
4063013	Fowler	fowler	US	44418	0	America/Chicago	31.58933	-87.0972	118			AL	035		
4063014	Fowler	fowler	US	44418	0	America/Chicago	32.72902	-88.06196	35			AL	063		
4063082	Francis	francis	US	74844	0	America/Chicago	33.77482	-86.03358	165			AL	015		
4063088	Francisco	francisco	US	47649	0	America/Chicago	34.98731	-86.24915	234			AL	071		
4063113	Frankfort	frankfort	US	04438	0	America/Chicago	34.56343	-87.84226	226			AL	059		
4063118	Franklin	franklin	US	02038	132	America/Chicago	32.47847	-85.80246	67	Franklin,Franklin Station,Франклин		AL	087		
4063119	Franklin	franklin	US	02038	0	America/Chicago	31.7146	-87.41138	101			AL	099		
4063156	Frankville	frankville	US	36538	0	America/Chicago	31.64655	-88.14751	46	Frankville,Pleasant Valley		AL	129		
4063182	Fredonia	fredonia	US	14063	199	America/Chicago	32.98985	-85.28856	242	Fredonia,Freedona,Hursts Store		AL	017		
4063236	Freeport	freeport	US	04032	0	America/Chicago	32.34792	-86.07413	67			AL	101		
4063238	Freetown	freetown	US	47235	0	America/Chicago	32.38819	-87.51111	73			AL	105		
4063254	Fremont	fremont	US	03044	0	America/Chicago	32.54541	-86.89471	58	Clay,Dunklin,Fremont		AL	001		
4063264	Frenchtown	frenchtown	US	08825	0	America/Chicago	33.52066	-86.88138	162	Fayette Quarters,Frenchtown		AL	073		
4063284	Friendship	friendship	US	04547	0	America/Chicago	33.58483	-85.79024	201			AL	015		
4063286	Friendship	friendship	US	04547	0	America/Chicago	31.4035	-86.20662	123			AL	039		
4063287	Friendship	friendship	US	04547	0	America/Chicago	32.53708	-85.97468	148			AL	051		
4063288	Friendship	friendship	US	04547	0	America/Chicago	34.3712	-86.45415	309	Friendship,Union Grove		AL	095		
4063289	Friendship	friendship	US	04547	0	America/Chicago	32.00626	-86.15635	155			AL	101		
4063290	Friendship	friendship	US	04547	0	America/Chicago	31.87849	-86.00412	135			AL	109		
4063291	Friendship	friendship	US	04547	0	America/Chicago	33.18429	-85.48662	308			AL	111		
4063475	Frisco City	frisco-city	US	36445	1223	America/Chicago	31.4335	-87.40138	123	Frisco City,Jones Mill,Jones Mills,Roy		AL	099		
4063482	Frisco	frisco	US	27936	0	America/Chicago	31.59544	-85.8655	120			AL	031		
4063514	Fruithurst	fruithurst	US	36262	282	America/Chicago	33.73094	-85.43384	329	Fruithurst,Summit Cut,Zidonia		AL	029		
4063533	Fruitdale	fruitdale	US	36539	185	America/Chicago	31.34267	-88.40779	75	Beanville,Bushy Creek,Fruitdale,McCann		AL	129		
4063553	Fullerton	fullerton	US	58441	0	America/Chicago	34.2962	-85.49329	191			AL	019		
4063555	Fulton	fulton	US	13069	261	America/Chicago	31.78849	-87.72722	73	Behrman,Fulton,Wades Station		AL	025		
4063570	Fultondale	fultondale	US	35068	9048	America/Chicago	33.60483	-86.79388	186	Fultondejl,fwltndyl  alabama,fwltwndal,phulatanadela,Фултондейл,Фултондејл,فولتندیل، آلاباما,فولتندەیل، ئەلاباما,فولتوندال,फुलटनडेल		AL	073		
4063592	Furman	furman	US	29921	0	America/Chicago	32.00681	-86.96693	89	Snow's Hill		AL	131		
4063613	Fyffe	fyffe	US	35971	1023	America/Chicago	34.44676	-85.90414	386			AL	049		
4063619	Gadsden	gadsden	US	29052	36084	America/Chicago	34.01434	-86.00639	167	Double Springs,GAD,Gadsden,Queen City of the Coosa,gaejeudeon,gazuden,gdsdn  alabama,ghadsdn,gyadsdena,jia ci deng,Гадсден,Ґадсден,غادسدن,گدسدن، آلاباما,گەدسدن، ئەلاباما,ग्याड्स्डेन,ガズデン,加兹登,개즈던	055	AL	055		
4063639	Gage	gage	US	73843	0	America/Chicago	33.24539	-86.0008	292			AL	027		
4063647	Gainestown	gainestown	US	36540	0	America/Chicago	31.44544	-87.69333	81	Gainestown,Gainstown		AL	025		
4063652	Gainesville	gainesville	US	14066	197	America/Chicago	32.82096	-88.15891	40	Eaton,Gainesville,Gainsville,Gejnsvil,Gejnsvill,ga'insabhila,gai en si wei er,geinjeubil,ghynsfyl,gynswyl  alabama,Гейнсвілл,Гејнсвил,غينسفيل,گینسویل، آلاباما,گەینسڤیل، ئەلاباما,गाइन्सभिल,盖恩斯维尔,게인즈빌		AL	119		
4063684	Gallant	gallant	US	35972	855	America/Chicago	33.99871	-86.24526	246	Clear Springs,Gallant		AL	055		
4063695	Gallion	gallion	US	36742	0	America/Chicago	32.4968	-87.71612	58	Gallion,Macon Station		AL	065		
4063738	Gantt	gantt	US	36038	223	America/Chicago	31.40683	-86.48413	71	Gantt,Hamptonville		AL	039		
4063749	Garden	garden	US	49835	0	America/Chicago	33.15679	-88.18336	87			AL	107		
4063753	Garden City	garden-city	US	11530	496	America/Chicago	34.01454	-86.74694	153	Garden Siti,Гарден Сити		AL	043		
4063765	Gardendale	gardendale	US	35071	13711	America/Chicago	33.6601	-86.81277	207	Gardendejl,gardenadela,gardndyl  alabama,ghardndyl,jia deng,Гардендејл,Ґардендейл,غاردنديل,گاردندیل، آلاباما,گاردندەیل، ئەلاباما,गार्डेनडेल,加登		AL	073		
4063766	Gardendale	gardendale	US	35071	0	America/Chicago	33.17429	-87.61279	43			AL	125		
4063796	Garland	garland	US	04939	0	America/Chicago	31.55655	-86.82331	64			AL	013		
4063856	Gaston	gaston	US	27832	0	America/Chicago	32.35097	-88.22364	97			AL	119		
4063871	Gate City	gate-city	US	24251	0	America/Chicago	33.54788	-86.72666	226	Gate,Gate City		AL	073		
4063902	Gaylesville	gaylesville	US	35973	144	America/Chicago	34.26843	-85.55691	181	Galesville,Gaylesville,Sulphur Springs		AL	019		
4063926	Geneva	geneva	US	14456	4460	America/Chicago	31.03296	-85.86382	29	Dzeniva,Zheneva,Zheniva,jenebha,jie ni wa,jnyfa,jnywa  alabama,Џенива,Женева,Женіва,جنيفا,جنیوا، آلاباما,جنیڤا، ئەلاباما,जेनेभा,杰尼瓦	061	AL	061		
4063927	Geneva	geneva	US	14456	0	America/Chicago	32.15904	-87.9639	65			AL	091		
4063991	Georgetown	georgetown	US	01833	0	America/Chicago	31.29656	-87.73555	11			AL	003		
4063992	Georgetown	georgetown	US	01833	0	America/Chicago	34.83564	-87.94615	153	George Town,Georgetown		AL	033		
4063993	Georgetown	georgetown	US	01833	0	America/Chicago	34.69814	-85.8922	420			AL	071		
4063994	Georgetown	georgetown	US	01833	0	America/Chicago	30.88852	-88.27028	82			AL	097		
4063995	Georgetown	georgetown	US	01833	0	America/Chicago	32.33903	-86.21608	73			AL	101		
4064006	Georgiana	georgiana	US	36033	1667	America/Chicago	31.6371	-86.74192	89	Georgiana,Pittsville		AL	013		
4064013	Gerald	gerald	US	63037	0	America/Chicago	31.32378	-85.75716	55			AL	045		
4064020	Geraldine	geraldine	US	35974	902	America/Chicago	34.35148	-86.00081	350			AL	049		
4064054	Gibson	gibson	US	18820	0	America/Chicago	32.09348	-86.15607	102			AL	101		
4064084	Gibsonville	gibsonville	US	27249	0	America/Chicago	33.19373	-85.78191	254			AL	027		
4064092	Gilbert	gilbert	US	18331	0	America/Chicago	33.91482	-86.23192	195	Gilbert,Pope		AL	115		
4064105	Gilbertown	gilbertown	US	36908	205	America/Chicago	31.8771	-88.32141	39			AL	023		
4064170	Gilmore	gilmore	US	72339	0	America/Chicago	33.5165	-87.14666	158	Gilmore,Mill		AL	073		
4064223	Girard	girard	US	16417	0	America/New_York	32.45653	-85.00438	107			AL	113		
4064260	Glasgow	glasgow	US	16644	0	America/Chicago	31.76321	-86.52775	115			AL	013		
4064261	Glasgow	glasgow	US	16644	0	America/Chicago	33.61066	-86.95277	176			AL	073		
4064274	Gladstone	gladstone	US	07934	0	America/Chicago	34.87259	-86.64305	246			AL	089		
4064283	Glen Carbon	glen-carbon	US	62034	0	America/Chicago	33.20428	-86.95832	166			AL	117		
4064290	Glen Haven	glen-haven	US	53810	0	America/Chicago	32.60402	-85.43495	210			AL	081		
4064291	Glen Haven	glen-haven	US	53810	0	America/Chicago	34.48203	-86.22082	190			AL	095		
4064303	Glen Oaks	glen-oaks	US	11004	0	America/Chicago	33.45622	-86.93666	184			AL	073		
4064304	Glen Oaks	glen-oaks	US	11004	0	America/Chicago	34.84814	-87.79448	177			AL	077		
4064310	Glencoe	glencoe	US	41046	5153	America/Chicago	33.95704	-85.93247	172	Glenko,Glinko,ge lan ke,ghlnkw,glenako,glnkw  alabama,Гленко,Ґлінко,غلنكو,گلنکو، آلاباما,گلێنکۆ، ئەلاباما,ग्लेनको,格兰克		AL	055		
4064311	Glencoe	glencoe	US	41046	0	America/Chicago	33.50399	-86.74165	225			AL	073		
4064320	Glendale	glendale	US	01229	0	America/Chicago	33.60483	-86.80471	184			AL	073		
4064341	Glen Allen	glen-allen	US	23058	498	America/Chicago	33.9151	-87.74169	183	Glen Alen,Glen Allen,Glen-Allen,Glenallen,ge lun ai lun,ghlyn aln,glena elena,gln aln  alabama,Глен Ален,Ґлен-Аллен,غلين ألن,گلن الن، آلاباما,گلێن ئەلن، ئەلاباما,ग्लेन एलेन,格伦艾伦		AL	093		
4064349	Glenview	glenview	US	40025	0	America/Chicago	33.47816	-86.89416	164			AL	073		
4064350	Glenville	glenville	US	17329	0	America/Chicago	32.12876	-85.17688	141	Glennville,Glenville		AL	113		
4064354	Glenwood	glenwood	US	07418	189	America/Chicago	31.6646	-86.17134	85			AL	041		
4064355	Glenwood	glenwood	US	07418	0	America/Chicago	31.24823	-85.41493	91			AL	069		
4064373	Glover	glover	US	05839	0	America/Chicago	31.9371	-87.84001	79			AL	025		
4064427	Goddard	goddard	US	67052	0	America/Chicago	34.24621	-87.70364	274			AL	093		
4064440	Gold Hill	gold-hill	US	28071	0	America/Chicago	33.5865	-85.52773	356			AL	029		
4064441	Gold Hill	gold-hill	US	28071	0	America/Chicago	32.7218	-85.50773	224	Gold Hill,Gold Mine,Gold Ridge,Goldhill		AL	081		
4064503	Good Hope	good-hope	US	30641	0	America/Chicago	32.57347	-86.0133	122			AL	051		
4064504	Good Hope	good-hope	US	30641	0	America/Chicago	31.8171	-86.06468	128			AL	109		
4064548	Good Hope	good-hope	US	30641	2281	America/Chicago	34.11593	-86.86361	214	Gud Khoup,Gud-Goup,ghwd hwb,gu de huo pu,guda hopa,gwd hwp  alabama,Гуд Хоуп,Ґуд-Гоуп,غود هوب,گود هوپ، آلاباما,گود ھۆپ، ئەلاباما,गूड होप,古德霍普		AL	043		
4064577	Goodman	goodman	US	39079	0	America/Chicago	31.27961	-85.99355	107			AL	031		
4064594	Goodsprings	goodsprings	US	35560	0	America/Chicago	33.669	-87.23167	180	Good Springs,Goodsprings		AL	127		
4064598	Goodwater	goodwater	US	35072	1343	America/Chicago	33.06567	-86.0533	256	Adkins Gap,Good Water,Goodwater,Gudvoter,ghwdwwtr,gu de wo te,gudavatara,gwd watr  alabama,Гудвотер,Ґудвотер,غودووتر,گود واتر، آلاباما,گودوۆتەر، ئەلاباما,गूडवाटर,古德沃特		AL	037		
4064612	Goodway	goodway	US	36449	0	America/Chicago	31.33684	-87.42582	116			AL	099		
4064632	Goodyear	goodyear	US	85338	0	America/Chicago	34.00843	-85.98886	159	Goodyear,Nowlin		AL	055		
4064664	Gordo	gordo	US	35466	1687	America/Chicago	33.32012	-87.9028	85			AL	107		
4064671	Gordon	gordon	US	17936	327	America/Chicago	31.14129	-85.0966	50	Big Pond,Gordon,Open Pond,Open Road,Woodville		AL	069		
4064684	Gordonsville	gordonsville	US	22942	0	America/Chicago	32.16292	-86.73248	68	Gordonsville,Gordonville		AL	085		
4064706	Goshen	goshen	US	01032	257	America/Chicago	31.72294	-86.11829	97	Goshen,Goshen Hill,Гошен		AL	109		
4064726	Gosport	gosport	US	47433	0	America/Chicago	31.58311	-87.58494	34			AL	025		
4064750	Grace	grace	US	38745	0	America/Chicago	31.6121	-86.88053	89			AL	013		
4064808	Grady	grady	US	36036	0	America/Chicago	31.99487	-86.20107	139			AL	101		
4064812	Graham	graham	US	27253	211	America/Chicago	33.45761	-85.32078	336	Brockville,Graham		AL	111		
4064840	Grand Bay	grand-bay	US	36541	3672	America/Chicago	30.47631	-88.34223	25	Grand Bay,Grand Bej,Grandbay,Grend-Bej,ghrand byh,grnd by  alabama,gryanda be,Гранд Беј,Ґренд-Бей,غراند بيه,گرند بی، آلاباما,ग्र्यान्ड बे		AL	097		
4064856	Grandview	grandview	US	37337	0	America/Chicago	34.1276	-86.90611	196			AL	043		
4064871	Grant	grant	US	32949	903	America/Chicago	34.5287	-86.25332	374			AL	095		
4064889	Grant Town	grant-town	US	26574	0	America/Chicago	33.54094	-85.94997	192	Grant Town,Granttown		AL	121		
4065019	Grayson	grayson	US	30017	0	America/Chicago	34.28038	-87.31946	258			AL	133		
4065034	Graysville	graysville	US	15337	2096	America/Chicago	33.62066	-86.97138	170	Gintown,Graysville,Grejsvil,Grejsvill,ge lei si wei er,ghrysfyl,grejabhila,gryswyl  alabama,Грејсвил,Ґрейсвілл,غريسفيل,گریسویل، آلاباما,گرەیسڤیل، ئەلاباما,ग्रेजभिल,格雷斯维尔		AL	073		
4065042	Graymont	graymont	US	61743	0	America/Chicago	33.51399	-86.83305	175			AL	073		
4065120	Green Bay	green-bay	US	23942	0	America/Chicago	31.17795	-86.28939	79	Green Bay,Greenbay		AL	039		
4065180	Green Pond	green-pond	US	29446	0	America/Chicago	33.22512	-87.12638	181	Green Pond,Greenpond		AL	007		
4065185	Green Ridge	green-ridge	US	65332	0	America/Chicago	31.71211	-85.80411	134			AL	109		
4065220	Green Valley	green-valley	US	54127	0	America/Chicago	33.18179	-87.58001	50			AL	125		
4065221	Greenbrier	greenbrier	US	37073	0	America/New_York	32.4932	-85.02771	116			AL	113		
4065224	Greenbrier	greenbrier	US	37073	0	America/Chicago	34.67092	-86.84361	186			AL	083		
4065235	Greenfield	greenfield	US	01301	0	America/Chicago	34.82787	-86.41221	220			AL	089		
4065282	Greensboro	greensboro	US	05841	2387	America/Chicago	32.70415	-87.5955	86	Greensboro,Greensborough,Grinsboro,New Troy,Russell Settlement,Troy,ge lin si bo luo,ghrynsbwrw,grinasbaro,grynzbwrw  alabama,Гринсборо,Ґрінсборо,غرينسبورو,گرینزبورو، آلاباما,گرینزبۆرۆ، ئەلاباما,ग्रीनस्बरो,格林斯博罗	065	AL	065		
4065299	Greenview	greenview	US	62642	0	America/Chicago	33.18901	-87.59945	48			AL	125		
4065302	Greenville	greenville	US	02828	7845	America/Chicago	31.8296	-86.61775	134	Buttsville,Greenville,Grinvil,Grinvill,ge lin wei er,ghrynfyl,grinabhila,grynwyl  alabama,Гринвил,Гринвилл,Ґрінвілл,غرينفيل,گرینویل، آلاباما,گرینویل، الاباما,گرینڤیل، ئەلاباما,ग्रीनभिल,格林维尔	013	AL	013		
4065314	Greenwood	greenwood	US	04255	0	America/Chicago	33.91899	-85.57552	216			AL	015		
4065315	Greenwood	greenwood	US	04255	0	America/Chicago	31.7796	-87.76	107			AL	025		
4065316	Greenwood	greenwood	US	04255	0	America/Chicago	34.17121	-85.94303	226			AL	055		
4065318	Greenwood	greenwood	US	04255	0	America/Chicago	33.32595	-86.9361	160			AL	073		
4065347	Greer	greer	US	29650	0	America/Chicago	32.68069	-86.15691	164			AL	051		
4065383	Griffin	griffin	US	30223	0	America/Chicago	34.19315	-85.74163	185			AL	019		
4065421	Grimes	grimes	US	50111	546	America/Chicago	31.30462	-85.44799	114	Abbeville Junction,Grimes		AL	045		
4065422	Grimes	grimes	US	50111	469	America/Chicago	33.16762	-87.39111	105	Grimes,Johnson,Johnsons Mill,Johnsons Mill Station,Johnstons Mill,Olmstead Station		AL	125		
4065475	Grove Hill	grove-hill	US	36451	1494	America/Chicago	31.70877	-87.77722	154	Grave Hill,Grove Hill,Grovehill,Macon,Magoffins Store,Smithville	025	AL	025		
4065477	Grove Hill	grove-hill	US	36451	0	America/Chicago	32.35958	-86.26802	76			AL	101		
4065503	Grover	grover	US	17735	0	America/Chicago	34.41231	-85.51163	220			AL	019		
4065524	Guin	guin	US	35563	2322	America/Chicago	33.96566	-87.91475	136	Caudle,Guin,Gvin,ghwyn,gn  alabama,gu yin,gu'ina,Гвин,Гуїн,غوين,گن، آلاباما,گوین، ئەلاباما,गुइन,古因		AL	093		
4065552	Gulf Shores	gulf-shores	US	36542	11131	America/Chicago	30.24604	-87.70082	2	GUF,Galf Shors,Galf-Shors,galf shwrz  alabama,galpha sorsa,ge er fu hai an,ghlf shwrz,Галф Шорс,Ґалф-Шорс,غلف شورز,گالف شورز، آلاباما,گەلف شۆرز، ئەلاباما,गल्फ शोर्स,格尔夫海岸		AL	003		
4065601	Gum Spring	gum-spring	US	23065	0	America/Chicago	34.43621	-86.81861	195			AL	103		
4065649	Guntersville	guntersville	US	35976	8385	America/Chicago	34.35823	-86.29446	194	Creek Path,Gantersvil,Gantersvill,Gunters Ferry,Gunters Landing,Gunters Village,Guntersville,Helican,Helicon,Kusa-Nunahi,Kusanunnahi,Marshall,White House,Wyeth City,gan te si wei er,gantrzwyl  alabama,ghntrsfyl,guntarsabhila,Гантерсвил,Гантерсвілл,غنترسفيل,گانترزویل، آلاباما,گەنتەرسڤیل، ئەلاباما,गुन्टर्सभिल,甘特斯维尔	095	AL	095		
4065665	Gurley	gurley	US	35748	788	America/Chicago	34.70176	-86.37582	195	Gerli,Gurley,Gurleysville,garle,ge li,ghyrly,grly  alabama,Герли,Ґерлі,غيرلي,گرلی، آلاباما,گێرلی، ئەلاباما,गर्ले,格利		AL	089		
4065676	Gurnee	gurnee	US	60031	0	America/Chicago	33.18956	-86.9686	149			AL	117		
4065731	Hackleburg	hackleburg	US	35564	1486	America/Chicago	34.27732	-87.82864	286			AL	093		
4065830	Haleyville	haleyville	US	35565	4088	America/Chicago	34.22649	-87.62141	287	Gejlivill,Haleysville,Haleyville,Khejlivil,halyfyl,halywyl,hei li wei er,hyalebhila,Гейлівілл,Хејливил,هاليفيل,هالیویل,ھالیڤیل، ئەلاباما,ह्यालेभिल,黑利维尔		AL	133		
4065928	Hallsville	hallsville	US	45633	0	America/Chicago	31.74543	-86.10384	95			AL	109		
4065929	Halltown	halltown	US	25423	0	America/Chicago	34.45315	-88.06143	202	Ailanthus,Alanthus,Halltown		AL	059		
4065952	Hamburg	hamburg	US	07419	0	America/Chicago	31.97598	-87.03554	77			AL	131		
4065955	Hamburg	hamburg	US	07419	0	America/Chicago	32.52791	-87.28639	68	Hamburg,Hamburg Station,Hamburgh		AL	105		
4065965	Hamilton	hamilton	US	01936	6772	America/Chicago	34.14232	-87.98864	149	Gamil'ton,Gemilton,HAB,Hamilton,Khamilton,Toll Gate,hamyltwn,han mi er dun,hmyltwn  alabama,hyamilatana,Гамильтон,Гемілтон,Хамилтон,هاميلتون,همیلتون، آلاباما,ھەمیلتۆن، ئەلاباما,ہیملٹن، الاباما,ह्यामिलटन,汉密尔顿	093	AL	093		
4066046	Hampden	hampden	US	01036	0	America/Chicago	32.08154	-87.62889	61	Hamden,Hampden		AL	091		
4066047	Hampton	hampton	US	03842	0	America/Chicago	32.95874	-85.6119	223			AL	123		
4066065	Hanceville	hanceville	US	35077	3281	America/Chicago	34.06065	-86.7675	165	Gensvill,Gilmer,Hanceville,Khensvil,han si wei er,hnswyl  alabama,hyansabhila,hynsfyl,Генсвілл,Хенсвил,هنسویل، آلاباما,هينسفيل,ھێنسڤیل، ئەلاباما,ह्यान्सभिल,汉斯维尔		AL	043		
4066106	Hannah	hannah	US	58239	0	America/Chicago	34.78787	-86.95473	211	Hannah,Hannah Heights		AL	083		
4066117	Hanover	hanover	US	02339	0	America/Chicago	33.00484	-86.20247	240			AL	037		
4066120	Hanson	hanson	US	02341	0	America/Chicago	34.08343	-85.42357	221			AL	019		
4066166	Hardaway	hardaway	US	36039	0	America/Chicago	32.28653	-85.84884	77			AL	087		
4066196	Hardwick	hardwick	US	01037	0	America/Chicago	33.68843	-86.35248	220			AL	115		
4066200	Hardy	hardy	US	24101	0	America/Chicago	33.26373	-86.81082	145			AL	117		
4066239	Harmon	harmon	US	61042	0	America/Chicago	31.09046	-85.1541	61	Harmon,Low Denver,Pleasant Hill		AL	069		
4066240	Harmon	harmon	US	61042	0	America/Chicago	33.51816	-86.26248	146			AL	115		
4066248	Harmony	harmony	US	02829	0	America/Chicago	33.65149	-85.71663	213			AL	015		
4066249	Harmony	harmony	US	02829	0	America/Chicago	31.35739	-86.37496	114			AL	039		
4066250	Harmony	harmony	US	02829	0	America/Chicago	34.52398	-87.23669	212	Harmony,Kimo		AL	079		
4066251	Harmony	harmony	US	02829	0	America/Chicago	31.89098	-86.87887	117			AL	109		
4066335	Harpersville	harpersville	US	35078	1681	America/Chicago	33.344	-86.43804	139			AL	117		
4066348	Harrell	harrell	US	71745	0	America/Chicago	32.44319	-87.21555	68			AL	047		
4066366	Harris	harris	US	12742	0	America/Chicago	34.8873	-85.85942	192			AL	071		
4066412	Harrisburg	harrisburg	US	17101	0	America/Chicago	32.87596	-87.22444	70	Harrisburg,Harrisburgh		AL	007		
4066413	Harrisburg	harrisburg	US	17101	0	America/Chicago	33.59233	-86.28942	182			AL	115		
4066428	Harrisville	harrisville	US	02830	0	America/Chicago	34.04954	-86.2347	304			AL	055		
4066437	Hartford	hartford	US	05047	2647	America/Chicago	31.1024	-85.69688	83	Clemmons City,Dundee,Gartford,Hartford,Khartford,ha te fu de,hartapharda,hartfwrd,Гартфорд,Хартфорд,هارتفورد,ھارتفۆرد، ئەلاباما,ہارٹفورڈ، الاباما,हार्टफर्ड,哈特福德		AL	061		
4066449	Hartselle	hartselle	US	35640	14493	America/Chicago	34.44343	-86.93528	205	Gartsell,Hartsel,Hartsell,Hartsell's Station,Hartselle,Hartsells,Khartsel,ha te sai er,hartasela,hartsl  alabama,hartsyl,Гартселл,Хартсел,هارتسل، آلاباما,هارتسيل,ھارتسێل، ئەلاباما,हार्टसेल,哈特塞尔		AL	103		
4071610	Lakeview	lakeview	US	28350	0	America/Chicago	34.78953	-87.61669	171			AL	033		
4066463	Harvest	harvest	US	35749	5281	America/Chicago	34.85564	-86.75083	254	Garvest,Harvest,Kelly,Kharvest,harbhesta,harfst,harwst,Гарвест,Харвест,هارفست,هاروست,हार्भेस्ट		AL	089		
4066481	Harwood Heights	harwood-heights	US	60706	0	America/Chicago	31.21129	-85.41577	92			AL	069		
4066492	Hatchechubbee	hatchechubbee	US	36858	0	America/Chicago	32.2707	-85.27577	97	Half Way Point,Hatchechubbee,Station Number 3		AL	113		
4066541	Hatton	hatton	US	58240	0	America/Chicago	34.75564	-87.4853	198	Hatton,Little Hatton		AL	033		
4066542	Hatton	hatton	US	58240	261	America/Chicago	34.56287	-87.4153	215	Hatton,Sanderson Town		AL	079		
4066566	Havana	havana	US	32333	0	America/Chicago	32.89513	-87.62029	123			AL	065		
4066601	Hawkinsville	hawkinsville	US	31036	0	America/Chicago	32.03432	-85.22771	91			AL	005		
4066605	Hawthorn	hawthorn	US	16230	0	America/Chicago	31.33322	-88.08834	22			AL	129		
4066613	Hayden	hayden	US	35079	1341	America/Chicago	33.8926	-86.75777	172	Hayden,Rockland		AL	009		
4066652	Haynes	haynes	US	72341	0	America/Chicago	32.62569	-86.67304	103			AL	001		
4066661	Hayneville	hayneville	US	36040	862	America/Chicago	32.18403	-86.58025	73	Big Swamp,Gejnvill,Hayneville,Khejnvil,hai en wei er,hayanabhila,hynfyl,hynwyl  alabama,Гейнвілл,Хејнвил,هينفيل,هینویل، آلاباما,ھەینڤیل، ئەلاباما,हायनभिल,海恩维尔	085	AL	085		
4066683	Haywood	haywood	US	22722	0	America/Chicago	33.30373	-85.38856	319			AL	111		
4066686	Hazel Green	hazel-green	US	35750	3630	America/Chicago	34.93231	-86.57194	242	Hazel Green,Hazlegreen		AL	089		
4066691	Hazelhurst	hazelhurst	US	54531	0	America/Chicago	33.15956	-87.42917	86			AL	125		
4066694	Hazen	hazen	US	58545	0	America/Chicago	32.34014	-87.20388	52			AL	047		
4066716	Headland	headland	US	36345	4736	America/Chicago	31.35128	-85.34216	116	Gedlend,Khedland,hdlnd  alabama,he lan,hedalyanda,hydland,Гедленд,Хедланд,هدلند، آلاباما,هيدلاند,ھێدلەند، ئەلاباما,हेडल्यान्ड,赫兰		AL	067		
4066751	Heath	heath	US	01346	257	America/Chicago	31.36072	-86.46968	110	Git,Khit,hitha,hyt  alabama,hyth,xi si,Гіт,Хит,هيث,هیت، آلاباما,ھیت، ئەلاباما,हीथ,希思		AL	039		
4066763	Hebron	hebron	US	03241	0	America/Chicago	33.16734	-87.06722	124			AL	007		
4066764	Hebron	hebron	US	03241	0	America/Chicago	31.35712	-85.21688	95			AL	067		
4066765	Hebron	hebron	US	03241	0	America/Chicago	34.48537	-86.38026	184			AL	095		
4066790	Hector	hector	US	14841	0	America/Chicago	32.11237	-85.90884	113			AL	011		
4066793	Heflin	heflin	US	36264	3499	America/Chicago	33.64899	-85.58746	293	Geflin,Kheflin,he fu lin,hephina,hflyn  alabama,hyfln,Гефлін,Хефлин,هفلین، آلاباما,هيفلن,ھێفلین، ئەلاباما,हेफिन,赫夫林	029	AL	029		
4066811	Helena	helena	US	13649	18264	America/Chicago	33.29622	-86.8436	127	Cove,Gelena,Helena,Hillsboro,Hillsborough,Khelena,Khelina,Lees Cove,hai lun na,helena,hlna  alabama,hylyna,Гелена,Хелена,Хелина,هلنا، آلاباما,هيلينا,ھێلێنا، ئەلاباما,हेलेना,海伦娜		AL	117		
4066844	Henagar	henagar	US	35978	2346	America/Chicago	34.63508	-85.76719	444			AL	049		
4066848	Henderson	henderson	US	13650	0	America/Chicago	34.48509	-86.83111	221			AL	103		
4066849	Henderson	henderson	US	13650	0	America/Chicago	31.66655	-86.07329	128	Gainers Store,Henderson,Hendersons Store,Henolerson		AL	109		
4066891	Hendrix	hendrix	US	74741	0	America/Chicago	34.03815	-86.45332	230	Hendrick,Hendricks,Hendrix		AL	009		
4066925	Henryville	henryville	US	18332	0	America/Chicago	34.42453	-86.2622	189	Henryville,North		AL	095		
4066948	Hephzibah	hephzibah	US	30815	0	America/Chicago	31.76543	-86.01301	162			AL	109		
4066958	Hepzibah	hepzibah	US	26369	0	America/Chicago	33.44705	-86.23164	151			AL	121		
4067048	Hickory	hickory	US	15340	0	America/Chicago	33.1629	-88.06308	67			AL	107		
4067061	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	33.34178	-86.99972	151			AL	073		
4067062	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	34.43037	-87.44447	196			AL	079		
4067093	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	34.83092	-87.65031	186			AL	077		
4067094	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	34.5487	-86.92501	181			AL	103		
4067095	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	34.85453	-87.1014	205			AL	083		
4067102	Hickory Ridge	hickory-ridge	US	72347	0	America/Chicago	33.38344	-86.72082	196			AL	117		
4067123	Hidden Valley	hidden-valley	US	15502	0	America/Chicago	32.9904	-86.49554	137			AL	037		
4067127	Higdon	higdon	US	35979	0	America/Chicago	34.84564	-85.61636	421	Higdon,Mount Olive		AL	071		
4067185	High Point	high-point	US	27260	0	America/Chicago	34.57147	-85.7283	415	High Point,Jude		AL	049		
4067188	High Point	high-point	US	27260	0	America/Chicago	33.33372	-86.87777	204			AL	073		
4067190	High Point	high-point	US	27260	0	America/Chicago	34.24232	-86.27859	312			AL	095		
4067192	High Point	high-point	US	27260	0	America/Chicago	33.20706	-87.485	123			AL	125		
4067211	Highfalls	highfalls	US	27259	0	America/Chicago	31.09851	-85.79993	77			AL	061		
4067213	High Shoals	high-shoals	US	28077	0	America/Chicago	33.23401	-85.34134	328			AL	111		
4067215	Highland	highland	US	12528	0	America/Chicago	32.79318	-86.67332	227	Highland,Stanfield		AL	021		
4067240	Highland Home	highland-home	US	36041	0	America/Chicago	31.95348	-86.31385	180	Argus,Highland Home		AL	041		
4067245	Highland Lake	highland-lake	US	12743	424	America/Chicago	33.8851	-86.41971	273			AL	009		
4067251	Highland Park	highland-park	US	08904	0	America/Chicago	34.73342	-87.67086	156			AL	033		
4067252	Highland Park	highland-park	US	08904	0	America/Chicago	33.48955	-86.8161	207			AL	073		
4067253	Highland Park	highland-park	US	08904	0	America/Chicago	31.78988	-85.95801	159			AL	109		
4067266	Highlands	highlands	US	07732	0	America/Chicago	33.29845	-86.91944	212			AL	117		
4067284	Highland	highland	US	12528	0	America/Chicago	33.35567	-85.82552	356	Flat Rock,Flatrock,Highland		AL	027		
4067404	Hilliard	hilliard	US	32046	0	America/Chicago	33.81455	-87.3764	107	Hilliard,Kings		AL	127		
4067406	Hillman	hillman	US	49746	0	America/Chicago	33.44511	-86.90805	159			AL	073		
4067432	Hillsboro	hillsboro	US	21641	519	America/Chicago	34.63926	-87.19168	182	Gilmerville,Hillsboro,Hillsborough,Khillsboro,Хиллсборо		AL	079		
4067433	Hillsboro	hillsboro	US	21641	0	America/Chicago	34.93898	-86.42332	244	Hillsboro,Hillsborough,Toliver		AL	089		
4067438	Hillsdale	hillsdale	US	07642	0	America/Chicago	33.1454	-86.60498	171			AL	117		
4067439	Hillsdale	hillsdale	US	07642	0	America/Chicago	33.86844	-87.2664	143			AL	127		
4067440	Hillsdale	hillsdale	US	07642	0	America/Chicago	33.20123	-87.4825	99			AL	125		
4067455	Hilltop	hilltop	US	25855	0	America/Chicago	33.34261	-86.92999	158	Hill Top,Hilltop		AL	073		
4067459	Hillview	hillview	US	40129	0	America/Chicago	33.57566	-86.88416	198	Cat Mountain,Hillview		AL	073		
4067460	Hillview	hillview	US	40129	0	America/Chicago	33.22234	-87.445	110			AL	125		
4067474	Hines	hines	US	56647	0	America/Chicago	34.95981	-87.64364	204			AL	077		
4067489	Hinton	hinton	US	22831	0	America/Chicago	32.09209	-88.44225	141			AL	023		
4067525	Hobgood	hobgood	US	27843	0	America/Chicago	34.71426	-87.63475	154	Habgood,Hobgood,Hobgood Station,Hobgoods Crossing,Hodgoods		AL	033		
4067526	Hoboken	hoboken	US	07030	0	America/Chicago	31.91183	-85.14882	68			AL	005		
4067527	Hoboken	hoboken	US	07030	0	America/Chicago	32.02598	-87.87695	76			AL	091		
4067530	Hobson	hobson	US	59452	0	America/Chicago	33.50983	-86.92999	195			AL	073		
4067531	Hobson	hobson	US	59452	0	America/Chicago	33.28067	-85.40745	335			AL	111		
4067532	Hobson	hobson	US	59452	126	America/Chicago	31.47239	-88.15334	45			AL	129		
4067540	Hodge	hodge	US	71247	0	America/Chicago	34.61953	-85.94942	427	Hodge,Hodges		AL	071		
4067557	Hodges	hodges	US	29653	285	America/Chicago	34.32704	-87.92642	258			AL	059		
4067725	Hollins	hollins	US	35082	545	America/Chicago	33.11762	-86.14442	252			AL	027		
4067756	Holloway	holloway	US	43985	0	America/Chicago	34.89036	-87.53864	178	Holloway,Taylor Springs,The Beeches		AL	077		
4067762	Holly Grove	holly-grove	US	72069	0	America/Chicago	33.83872	-87.42251	109			AL	127		
4067784	Holly Pond	holly-pond	US	35083	812	America/Chicago	34.17426	-86.61638	265	Holly Pond,Hollypond		AL	043		
4067794	Holly Springs	holly-springs	US	27540	0	America/Chicago	33.82454	-86.47832	373			AL	009		
4067795	Holly Springs	holly-springs	US	27540	0	America/Chicago	33.65233	-85.75135	262	Holly Springs,Jordons Springs		AL	015		
4067812	Hollytree	hollytree	US	35751	0	America/Chicago	34.79898	-86.25332	204	Holly Tree,Hollytree		AL	071		
4067814	Hollywood	hollywood	US	20636	974	America/Chicago	34.72425	-85.97248	193	Bellefonte Station,Gollivud,Hollywood,Samples,Голливуд		AL	071		
4067815	Hollywood	hollywood	US	20636	930	America/Chicago	33.47288	-86.78304	215			AL	073		
4067819	Holman	holman	US	87723	0	America/Chicago	33.27984	-87.82335	109			AL	125		
4067840	Holt	holt	US	32564	3638	America/Chicago	33.23401	-87.48445	116			AL	125		
4067862	Holtville	holtville	US	92250	4096	America/Chicago	32.63624	-86.32664	108	Holtville,Slapout		AL	051		
4067911	Holy Trinity	holy-trinity	US	36859	0	America/Chicago	32.22237	-85.00521	95			AL	113		
4067925	Homestead	homestead	US	15120	0	America/Chicago	33.20595	-86.46831	128			AL	117		
4067926	Homestead	homestead	US	15120	0	America/Chicago	33.37928	-86.74721	154			AL	117		
4067927	Homewood	homewood	US	60430	25708	America/Chicago	33.47177	-86.80082	203	Goumvud,Khomvud,homavuda,huo mu wu de,hwmwwd,hwmwwd  alabama,Гоумвуд,Хомвуд,هوموود,هوموود، آلاباما,ھۆموود، ئەلاباما,होमवूड,霍姆伍德		AL	073		
4067928	Homewood	homewood	US	60430	0	America/Chicago	31.36961	-87.59944	49	Dennard,Homewood		AL	099		
4067966	Honoraville	honoraville	US	36042	0	America/Chicago	31.85071	-86.40608	156	Honoraville,Honorville		AL	041		
4067969	Hood	hood	US	22723	0	America/Chicago	33.88843	-86.15498	161			AL	115		
4068012	Hope Hull	hope-hull	US	36043	0	America/Chicago	32.26986	-86.35719	63	Hope Hull,McGehees Switch		AL	101		
4068030	Hopewell	hopewell	US	08525	0	America/Chicago	34.25621	-86.46804	299			AL	009		
4068031	Hopewell	hopewell	US	08525	0	America/Chicago	34.20121	-85.72941	179			AL	019		
4068032	Hopewell	hopewell	US	08525	0	America/Chicago	33.63205	-85.38273	323	Hopewell,New Hopewell		AL	029		
4068033	Hopewell	hopewell	US	08525	0	America/Chicago	34.37453	-86.04748	355			AL	049		
4068034	Hopewell	hopewell	US	08525	0	America/Chicago	33.36067	-86.9386	161			AL	073		
4068035	Hopewell	hopewell	US	08525	0	America/Chicago	32.52514	-85.30244	209			AL	081		
4068050	Hooks	hooks	US	75561	0	America/Chicago	32.19182	-85.23244	98			AL	113		
4068135	Hopkins	hopkins	US	29061	0	America/Chicago	33.48455	-87.07861	179			AL	073		
4068225	Horton	horton	US	35980	0	America/Chicago	34.38453	-85.84636	281			AL	049		
4068226	Horton	horton	US	35980	4450	America/Chicago	34.20093	-86.29692	299			AL	095		
4068284	Houston	houston	US	15342	0	America/Chicago	34.14149	-87.25807	232	Kh'juston,Хьюстон		AL	133		
4068318	Howard	howard	US	16841	0	America/Chicago	33.85427	-87.56751	198	Howard,Howard Mines,Stovalls Gap		AL	057		
4068349	Howe	howe	US	46746	0	America/Chicago	32.01849	-85.1641	67	Gammage Crossroads,Howe		AL	005		
4068360	Howells	howells	US	10932	0	America/Chicago	31.0524	-86.20911	49			AL	039		
4068381	Hubbard	hubbard	US	44425	0	America/Chicago	32.89901	-86.81804	186			AL	021		
4068459	Huffman	huffman	US	77336	0	America/Chicago	33.59927	-86.69304	220	Hoffman,Huffman,Oak Grove		AL	073		
4068505	Hugo	hugo	US	55038	0	America/Chicago	32.26681	-87.6889	49			AL	091		
4068514	Hull	hull	US	02045	0	America/Chicago	33.05373	-87.57167	110			AL	125		
4068515	Hull	hull	US	02045	0	America/Chicago	33.77427	-87.05889	150			AL	127		
4068546	Hunter	hunter	US	12442	0	America/Chicago	32.39569	-86.39553	49	Hunter,Hunter Station		AL	101		
4068581	Huntington Park	huntington-park	US	90255	0	America/Chicago	33.38539	-86.78527	146			AL	073		
4068582	Huntington Park	huntington-park	US	90255	0	America/Chicago	33.43261	-86.83971	197			AL	073		
4068585	Huntland	huntland	US	37345	0	America/Chicago	33.13873	-87.45473	109			AL	125		
4071611	Lakeview	lakeview	US	28350	143	America/Chicago	34.39092	-85.97831	354			AL	049		
4068590	Huntsville	huntsville	US	35801	190582	America/Chicago	34.7304	-86.58594	193	Gantsvill,HSV,Hantsvila,Hantsvilis,Hantsvill,Hunts Spring,Huntsville,Khantsvil,Khantsvill,Khuntsvil,Twickenham,hantsabhila,hantsubiru,hantswyl  alabama,heng ci wei er,heoncheubil,hntsfyl,Гантсвілл,Хантсвил,Хантсвилл,Хънтсвил,האנטסוויל,هانتسویل، آلاباما,هنتسفيل,ھەنتسڤیل، ئەلاباما,ہنٹسویل، الاباما,हन्त्सभिल,ハンツビル,亨茨维尔,헌츠빌	089	AL	089		
4068628	Hurley	hurley	US	12443	0	America/Chicago	34.27509	-85.62302	173			AL	019		
4068635	Hurricane	hurricane	US	25526	0	America/Chicago	30.84102	-87.90194	11	Hurricane,Hurricane Bayou,Tensaw Station		AL	003		
4068707	Hurtsboro	hurtsboro	US	36860	600	America/Chicago	32.24181	-85.41633	107	Hurtsboro,Hurtsborough,Hurtsville,Hurtville,Station Number 4		AL	113		
4068734	Huxford	huxford	US	36543	0	America/Chicago	31.22017	-87.46193	102	Huxford,Local		AL	053		
4068754	Hyde Park	hyde-park	US	02136	0	America/Chicago	33.47788	-86.87999	164			AL	073		
4068778	Ider	ider	US	35981	716	America/Chicago	34.71425	-85.6808	467			AL	049		
4068807	Independence	independence	US	24348	0	America/Chicago	32.52319	-86.70137	76			AL	001		
4068882	Indian Hills	indian-hills	US	80454	0	America/Chicago	32.61041	-85.42439	216			AL	081		
4068883	Indian Hills	indian-hills	US	80454	0	America/Chicago	34.73065	-86.71111	208			AL	089		
4068884	Indian Hills	indian-hills	US	80454	0	America/Chicago	30.79185	-88.19723	48			AL	097		
4068885	Indian Hills	indian-hills	US	80454	0	America/Chicago	33.33539	-86.79527	160			AL	117		
4068886	Indian Hills	indian-hills	US	80454	0	America/Chicago	32.97596	-85.94496	213			AL	123		
4068887	Indian Hills	indian-hills	US	80454	0	America/Chicago	33.23012	-87.54334	71			AL	125		
4068895	Indian Lake	indian-lake	US	12842	0	America/Chicago	33.24678	-87.55334	73			AL	125		
4068897	Indian Lake Estates	indian-lake-estates	US	33855	0	America/Chicago	33.33956	-86.80443	185			AL	117		
4068918	Indian Springs	indian-springs	US	89018	0	America/Chicago	32.25236	-88.10085	65			AL	023		
4068919	Indian Springs	indian-springs	US	89018	0	America/Chicago	34.8262	-87.60197	176			AL	077		
4068920	Indian Springs	indian-springs	US	89018	0	America/Chicago	30.78047	-88.19167	67			AL	097		
4068921	Indian Springs	indian-springs	US	89018	0	America/Chicago	31.32962	-85.8191	104			AL	031		
4068936	Indian Valley	indian-valley	US	24105	0	America/Chicago	33.37928	-86.75499	146			AL	117		
4068951	Industry	industry	US	15052	0	America/Chicago	31.60433	-86.61275	95			AL	013		
4068974	Ingram	ingram	US	40955	0	America/Chicago	32.87013	-87.54195	67			AL	065		
4069201	Intercourse	intercourse	US	17534	0	America/Chicago	32.41625	-88.2403	107	Intercourse,Sandtuck		AL	119		
4069210	Inverness	inverness	US	34450	1621	America/Chicago	32.01488	-85.74606	130	Inverness,Thomas Station,Thomasville		AL	011		
4069211	Inverness	inverness	US	34450	0	America/Chicago	33.40705	-86.7111	150			AL	117		
4069229	Iron City	iron-city	US	38463	0	America/Chicago	33.66788	-85.66413	231	Iron City,Ironcity		AL	015		
4069243	Irondale	irondale	US	43932	12423	America/Chicago	33.53816	-86.70721	226	Ajrondejl,a'iranadela,ai ang dai er,ayrndyl  alabama,ayrwndyl,Айрондейл,Ајрондејл,آيرونديل,آیرندیل، آلاباما,ئایرۆندەیل، ئەلاباما,आइरनडेल,艾昂戴尔		AL	073		
4069259	Irvington	irvington	US	07111	0	America/Chicago	34.63981	-86.92917	181	Irvington,Irvinton		AL	083		
4069260	Irvington	irvington	US	07111	0	America/Chicago	30.50686	-88.23389	40			AL	097		
4069266	Isabella	isabella	US	15447	0	America/Chicago	32.82846	-86.78665	139	Bensen,Benson,Isabella		AL	021		
4069313	Ivanhoe	ivanhoe	US	24350	0	America/Chicago	33.48316	-86.89471	174			AL	073		
4069314	Ivanhoe	ivanhoe	US	24350	0	America/Chicago	33.14817	-86.77582	170			AL	117		
4069412	Jachin	jachin	US	36910	0	America/Chicago	32.22987	-88.16836	33	De Sotoville,Desotoville,Jachin		AL	023		
4069413	Jack	jack	US	36346	0	America/Chicago	31.57405	-86.00023	119	Deansville,Deanville,Jack		AL	031		
4069458	Jackson	jackson	US	03846	4967	America/Chicago	31.50905	-87.89444	72	Dzekson,Dzhekson,Jackson,Pine Level,Republicville,jaksn  yەlabama,jakswn,jakuson,jie ke xun,jksn  alabama,jyakasana,jyksn  alabama,Џексон,Джексон,جاكسون,جاکسن، ئەلاباما,جکسن، آلاباما,جیکسن، الاباما,ज्याकसन,ジャクソン,杰克逊		AL	025		
4069495	Jackson Heights	jackson-heights	US	11372	0	America/Chicago	30.67047	-88.15806	57			AL	097		
4069496	Jackson Heights	jackson-heights	US	11372	0	America/Chicago	34.7487	-87.64308	164			AL	033		
4069538	Jacksonburg	jacksonburg	US	26377	0	America/Chicago	34.89092	-87.66364	202			AL	077		
4069545	Jacksons Gap	jacksons-gap	US	36861	828	America/Chicago	32.88624	-85.81163	195	Jacksons Gap,Jacksons' Gap		AL	123		
4069553	Jacksonville	jacksonville	US	05342	12222	America/Chicago	33.81382	-85.7613	216	Drayton,Dzeksonvil,Dzheksonvill,Greens Trading Post,Jackson,Jackson Ville,Jacksonville,Jacksoonville,Jaksonville,Madison,jaksnvyl  yەlabama,jakswnfyl,jakusonbiru,jie ke xun wei er,jkkswnwyl  alabama,jksnwyl  alabama,jyakasanabhila,Џексонвил,Джексонвилл,Джексонвілл,جاكسونفيل,جاکسنڤیل، ئەلاباما,جکسنویل، آلاباما,جککسونویل، الاباما,ज्याकसनभिल,ジャクソンビル,杰克逊维尔		AL	015		
4069639	Jamestown	jamestown	US	02835	0	America/Chicago	34.39787	-85.57746	238			AL	019		
4069644	Jamesville	jamesville	US	13078	0	America/Chicago	32.92151	-87.18472	81	Avery,Jamesville		AL	007		
4069645	Jamesville	jamesville	US	13078	0	America/Chicago	32.71291	-85.62106	229			AL	081		
4069659	Jasper	jasper	US	14855	14071	America/Chicago	33.83122	-87.27751	100	Dzasper,Dzhasper,bi yu,gspr,jaeseupeo,jasbr,jaspr  alabama,jspr  albama,jyaspara,Џаспер,Джаспер,גספר,جاسبر,جاسپر، آلاباما,جاسپەر، ئەلاباما,جسپر، الباما,ज्यास्पर,碧玉,재스퍼	127	AL	127		
4069669	Java	java	US	24565	0	America/Chicago	31.55794	-85.84383	90			AL	031		
4069685	Jeff	jeff	US	41751	0	America/Chicago	34.82287	-86.71361	241			AL	089		
4069691	Jefferson	jefferson	US	01522	0	America/Chicago	32.38681	-87.89807	73			AL	091		
4069719	Jeddo	jeddo	US	48032	0	America/Chicago	31.33239	-87.51415	108			AL	099		
4069722	Jemison	jemison	US	35085	2619	America/Chicago	32.95985	-86.74665	219	Bristol,Jamison,Jemison,Langston Station,Langstonsville		AL	021		
4069732	Jena	jena	US	71342	0	America/Chicago	33.13068	-87.84696	61			AL	063		
4069735	Jenkins	jenkins	US	41537	0	America/Chicago	33.79955	-85.66996	240	Jenkins,Jenkins Crossroads,Teague Crossroads		AL	015		
4069778	Jericho	jericho	US	05465	0	America/Chicago	32.77402	-87.27528	59			AL	105		
4069791	Jericho	jericho	US	05465	0	America/Chicago	34.97758	-86.07915	538			AL	071		
4069796	Jerusalem	jerusalem	US	43747	0	America/Chicago	33.61178	-87.85835	186			AL	057		
4069797	Jerusalem	jerusalem	US	43747	0	America/Chicago	34.70509	-87.22696	179			AL	079		
4069850	Jet	jet	US	73749	0	America/Chicago	33.66788	-86.93194	145			AL	073		
4069929	Joffre	joffre	US	15053	0	America/Chicago	32.56367	-86.64239	132			AL	001		
4070000	Johnson	johnson	US	05656	0	America/Chicago	34.49092	-86.41721	179			AL	089		
4070118	Johnsonville	johnsonville	US	12094	0	America/Chicago	31.29461	-86.87219	88	Franklintown,Johnsonville,Johnstonville,Zeru		AL	035		
4070131	Johnstown	johnstown	US	12095	0	America/Chicago	33.1154	-87.21972	124	Johnstown,Johntown		AL	007		
4070132	Johnstown	johnstown	US	12095	0	America/Chicago	32.40153	-86.24441	67			AL	101		
4070161	Jones	jones	US	36749	0	America/Chicago	32.58402	-86.89749	61	Jones,Jones Switch		AL	001		
4070269	Jones Mill	jones-mill	US	72105	0	America/Chicago	32.75069	-85.5594	197			AL	017		
4070307	Jonesboro	jonesboro	US	04648	0	America/Chicago	34.55565	-87.76309	293			AL	059		
4070308	Jonesboro	jonesboro	US	04648	0	America/Chicago	33.38206	-86.96194	161	Jonesboro,Jonesborough		AL	073		
4070315	Jonesville	jonesville	US	05466	0	America/Chicago	31.89321	-85.90412	108			AL	109		
4070316	Jonesville	jonesville	US	05466	0	America/Chicago	33.44677	-86.09108	176	Hyena,Jonesville		AL	121		
4070318	Joppa	joppa	US	21085	501	America/Chicago	34.29787	-86.5561	309			AL	043		
4070327	Jordan	jordan	US	13080	0	America/Chicago	32.70541	-86.00219	183			AL	051		
4070328	Jordan	jordan	US	13080	0	America/Chicago	31.50489	-88.24723	49	Jordan,Shells Landing		AL	129		
4070369	Jordanville	jordanville	US	13361	0	America/Chicago	32.53152	-85.89996	118			AL	051		
4070378	Josephine	josephine	US	15750	0	America/Chicago	30.32659	-87.53109	3			AL	003		
4070386	Joy	joy	US	61260	0	America/Chicago	34.03343	-86.61666	261			AL	009		
4070403	Judson	judson	US	75660	0	America/Chicago	32.83596	-85.58606	239			AL	017		
4070465	Kalona	kalona	US	52247	0	America/Chicago	32.98068	-86.76915	209			AL	021		
4070478	Kansas	kansas	US	35573	221	America/Chicago	33.90177	-87.55196	140			AL	127		
4070499	Kaylor	kaylor	US	57354	0	America/Chicago	33.4715	-85.34828	274			AL	111		
4070551	Kellerman	kellerman	US	35468	0	America/Chicago	33.34067	-87.30472	164			AL	125		
4070566	Kelly	kelly	US	28448	0	America/Chicago	31.32378	-85.65521	50	Douglas,Douglas Kelly Station,Kelly		AL	045		
4070603	Kellyton	kellyton	US	35089	200	America/Chicago	32.97984	-86.03358	232			AL	037		
4070649	Kennedy	kennedy	US	14747	428	America/Chicago	33.58706	-87.98447	90			AL	075		
4070684	Kent	kent	US	06757	0	America/Chicago	32.61902	-85.94857	177			AL	051		
4070685	Kent	kent	US	06757	0	America/Chicago	31.95265	-86.17468	121			AL	109		
4070697	Kenwood	kenwood	US	95452	0	America/Chicago	33.40344	-86.84166	304			AL	073		
4070709	Kershaw	kershaw	US	29067	0	America/Chicago	33.75983	-87.10917	108			AL	127		
4070746	Keystone	keystone	US	46759	0	America/Chicago	33.26789	-86.80971	145	Hardyville,Keystone		AL	117		
4070774	Kilgore	kilgore	US	69216	0	America/Chicago	33.67955	-87.03055	121			AL	073		
4070786	Killen	killen	US	35645	982	America/Chicago	34.86286	-87.53753	186			AL	077		
4070806	Kimberly	kimberly	US	25118	2892	America/Chicago	33.77344	-86.81388	141	Jefferson,Kimberli,Kimberly,jin bai li,kimbarle,kmbrly,kymbrly  alabama,Кимберли,Кімберлі,كمبرلي,کیمبرلی، آلاباما,کیمبەرلی، ئەلاباما,किम्बर्ले,金佰利		AL	073		
4070874	King Hill	king-hill	US	83633	0	America/Chicago	32.39042	-86.27997	87			AL	101		
4070969	Kingston	kingston	US	02364	0	America/Chicago	33.53816	-86.76916	190			AL	073		
4070970	Kingston	kingston	US	02364	0	America/Chicago	33.36678	-86.23192	153			AL	121		
4070985	Kingwood	kingwood	US	26537	0	America/Chicago	33.26373	-86.82554	153			AL	117		
4070997	Kinsey	kinsey	US	59338	2197	America/Chicago	31.29906	-85.34438	92	Kinsi,jin sai,kinse,knsy,kynzy  alabama,Кинси,Кінсі,كنسي,کینزی، آلاباما,کینزی، ئەلاباما,किन्से,金赛		AL	069		
4071000	Kinston	kinston	US	28501	540	America/Chicago	31.216	-86.17106	82	Boone,Cross Trails,Kinston		AL	031		
4071010	Kiowa	kiowa	US	67070	0	America/Chicago	33.79927	-86.66721	161			AL	009		
4071022	Kirk	kirk	US	80824	0	America/Chicago	33.24151	-87.88752	85	Kirk,Kirk Town		AL	107		
4071032	Kirkland	kirkland	US	60146	0	America/Chicago	31.18851	-87.03053	37			AL	053		
4071033	Kirkland	kirkland	US	60146	0	America/Chicago	33.80261	-87.89613	132			AL	057		
4071077	Klondike	klondike	US	75448	0	America/Chicago	33.26456	-87.30222	187			AL	125		
4071131	Knoxville	knoxville	US	16928	0	America/Chicago	33.59177	-85.89719	196			AL	015		
4071132	Knoxville	knoxville	US	16928	0	America/Chicago	32.99235	-87.79057	88			AL	063		
4071204	La Grange	la-grange	US	28551	0	America/Chicago	34.58204	-87.54725	194	La Grange,Midway		AL	033		
4071209	La Place	la-place	US	61936	0	America/Chicago	32.37847	-85.86273	96			AL	087		
4071231	Laceys Spring	laceys-spring	US	35754	0	America/Chicago	34.53426	-86.60416	216	Lacey's Spring,Laceys Spring,Lacys Spring		AL	103		
4071244	Lacon	lacon	US	61540	0	America/Chicago	34.33482	-86.90334	182	Cedar Crossing,Lacon		AL	103		
4071262	Ladonia	ladonia	US	75449	3142	America/New_York	32.4682	-85.0791	143			AL	113		
4071267	Lafayette	lafayette	US	07848	3003	America/Chicago	32.89985	-85.40106	257	Chambersville,La Fayette,LaFayette,Lafajet,Lafayette,LayFayette,Лафайет	017	AL	017		
4071356	Lake Forest	lake-forest	US	60045	0	America/Chicago	33.19373	-87.53139	67			AL	125		
4071540	Lake View	lake-view	US	14085	2114	America/Chicago	33.28067	-87.1375	149			AL	125		
4071612	Lakeview	lakeview	US	28350	0	America/Chicago	34.70259	-87.1539	174			AL	079		
4071613	Lakeview	lakeview	US	28350	0	America/Chicago	34.33037	-86.3222	194			AL	095		
4071616	Lakeview	lakeview	US	28350	0	America/Chicago	33.61344	-85.82163	193			AL	015		
4071617	Lakeview	lakeview	US	28350	0	America/Chicago	34.85203	-87.56669	161			AL	077		
4071618	Lakeview	lakeview	US	28350	0	America/Chicago	33.57983	-86.31387	169			AL	115		
4071619	Lakeview	lakeview	US	28350	0	America/Chicago	33.1929	-87.53334	65			AL	125		
4071655	Lakewood	lakewood	US	08701	0	America/Chicago	33.55788	-86.71332	253			AL	073		
4071656	Lakewood	lakewood	US	08701	0	America/Chicago	34.81787	-86.98279	220	Elm West,Lakewood		AL	083		
4071657	Lakewood	lakewood	US	08701	0	America/Chicago	34.77953	-86.58777	223			AL	089		
4071658	Lakewood	lakewood	US	08701	0	America/Chicago	32.66458	-85.42717	227			AL	081		
4071659	Lakewood	lakewood	US	08701	0	America/Chicago	33.29734	-87.56306	85			AL	125		
4071688	Lambert	lambert	US	38643	0	America/Chicago	31.02796	-88.19334	91	Lambert,Lamberts		AL	097		
4071748	Lane	lane	US	29564	0	America/Chicago	34.31815	-86.24026	293	Lane,Laneswitch		AL	095		
4071763	Lanett	lanett	US	36863	6452	America/Chicago	32.86874	-85.1905	180	Bluffton,Lanet,Lanett,la nei te,lanyt,leneta,lnt  alabama,Ланет,Ланетт,لانيت,لانیٹٹ، الابامہ,لنت، آلاباما,لەنێت، ئەلاباما,लेनेट,拉内特		AL	017		
4071770	Laneville	laneville	US	75667	0	America/Chicago	32.52263	-87.59639	58			AL	065		
4071801	Langston	langston	US	35755	266	America/Chicago	34.53898	-86.07442	191	Coffee Settlement,Coffee Town,Langston		AL	071		
4071833	Lansdowne	lansdowne	US	19050	0	America/Chicago	30.61408	-88.16389	22			AL	097		
4071837	Lapine	lapine	US	36046	0	America/Chicago	31.96571	-86.28441	130	La Pine,Lapine		AL	101		
4071878	Latham	latham	US	12110	0	America/Chicago	31.0849	-87.83416	37	Latham,Lathan,Red Hill		AL	003		
4071884	Lathrop	lathrop	US	64465	0	America/Chicago	33.37095	-87.99224	75			AL	107		
4071922	Lavaca	lavaca	US	72941	0	America/Chicago	32.14042	-88.08002	31	Chaney Store,Lavaca		AL	023		
4071938	Lawley	lawley	US	36793	0	America/Chicago	32.85957	-86.95138	129			AL	007		
4071939	Lawley	lawley	US	36793	0	America/Chicago	33.50122	-86.44748	143			AL	117		
4071945	Lawrence	lawrence	US	01840	0	America/Chicago	34.23232	-85.53107	182			AL	019		
4071969	Lawrenceville	lawrenceville	US	12949	0	America/Chicago	31.65767	-85.2691	161			AL	067		
4071973	Lawson	lawson	US	64062	0	America/Chicago	34.72509	-87.07279	198			AL	083		
4072005	Le Grand	le-grand	US	50142	0	America/Chicago	32.16237	-86.26858	80	Le Grand,Legrand		AL	101		
4072031	Lebanon	lebanon	US	03756	0	America/Chicago	33.68122	-85.37468	308	Kemp Creek,Lebanon		AL	029		
4072033	Lebanon	lebanon	US	03756	0	America/Chicago	34.37037	-86.97001	190			AL	103		
4072069	Ledbetter	ledbetter	US	42058	0	America/Chicago	33.38483	-86.24081	156			AL	121		
4072078	Lee	lee	US	01238	0	America/Chicago	31.48794	-86.07467	107			AL	031		
4072130	Leeds	leeds	US	01053	11936	America/Chicago	33.54816	-86.54443	191	Cedar Grove,Leeds,Lids,Oak Ridge,li ci,lidsa,lydz,lydz  alabama,Лидс,Лідс,ليدز,لیدز، آلاباما,لیدز، ئەلاباما,لیڈز، الاباما,लीड्स,利兹		AL	073		
4072156	Leesburg	leesburg	US	08327	1014	America/Chicago	34.17982	-85.76136	178	Hamptonville,Leesburg,Leesburgh,Lisberg,Lizburg,li si bao,lijbarga,lysbrgh,lyzbrg  alabama,Лизбург,Лісберг,ليسبرغ,لیزبرگ، آلاباما,لیزبرگ، الاباما,لیزبێرگ، ئەلاباما,लीज्बर्ग,利斯堡		AL	019		
4072176	Lehigh	lehigh	US	50557	0	America/Chicago	33.85427	-86.68388	163			AL	009		
4072183	Leighton	leighton	US	35646	712	America/Chicago	34.70092	-87.52892	173	Cross Roads,Jeffers Cross Roads,Jeffers Crossroads,Leighton,Lejton,le'itana,leiteon,li dun,lytwn,lytwn  alabama,Лейтон,Лејтон,ليتون,لیتون، آلاباما,لەیتۆن، ئەلاباما,लेइटन,礼顿,레이턴		AL	033		
4072206	Lenox	lenox	US	01240	0	America/Chicago	31.33656	-87.18553	88			AL	035		
4072231	Leon	leon	US	14751	0	America/Chicago	31.55766	-86.39274	144			AL	041		
4072235	Leonard	leonard	US	48367	0	America/Chicago	34.20759	-85.83025	275			AL	019		
4072240	Leroy	leroy	US	36548	911	America/Chicago	31.50461	-87.98472	49	Dogwood Level,Leroy,New Canaan,Possum Corner		AL	129		
4072250	Lester	lester	US	25865	110	America/Chicago	33.99926	-86.12109	178			AL	055		
4072251	Lester	lester	US	25865	121	America/Chicago	34.99064	-87.15335	248			AL	083		
4072258	Letcher	letcher	US	41832	0	America/Chicago	34.75203	-86.16221	485			AL	071		
4072262	Letohatchee	letohatchee	US	36047	0	America/Chicago	32.12959	-86.48581	98			AL	085		
4072280	Lewis	lewis	US	12950	0	America/Chicago	31.40989	-85.46744	106			AL	045		
4072281	Lewis	lewis	US	12950	0	America/Chicago	31.88599	-85.88439	142			AL	109		
4072338	Lewiston	lewiston	US	04240	0	America/Chicago	33.04096	-88.0203	55			AL	063		
4072339	Lexington	lexington	US	02420	723	America/Chicago	34.96925	-87.37113	234	Leksington,Лексингтон		AL	077		
4072350	Lewisburg	lewisburg	US	17837	0	America/Chicago	33.5826	-86.80555	183			AL	073		
4072351	Liberty	liberty	US	04949	0	America/Chicago	31.82571	-86.70136	138	Liberty,Reddoch Springs		AL	013		
4072352	Liberty	liberty	US	04949	0	America/Chicago	34.20871	-86.04553	324			AL	049		
4072353	Liberty	liberty	US	04949	0	America/Chicago	32.52152	-85.99802	127			AL	051		
4072354	Liberty	liberty	US	04949	0	America/Chicago	33.47595	-88.17003	96			AL	107		
4072355	Liberty	liberty	US	04949	0	America/Chicago	33.36956	-85.62162	310			AL	111		
4072356	Liberty	liberty	US	04949	0	America/Chicago	33.10345	-85.94663	225			AL	123		
4072467	Liberty	liberty	US	04949	0	America/Chicago	34.10787	-86.51582	255	Liberty,Muster,Wooten		AL	009		
4072482	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	33.84871	-85.57274	288			AL	029		
4072483	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	34.17787	-86.03025	329			AL	055		
4072484	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	34.3476	-87.76503	299			AL	059		
4072485	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	34.82786	-85.71442	463			AL	071		
4072487	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	33.17039	-86.19942	226			AL	121		
4072543	Libertyville	libertyville	US	52567	116	America/Chicago	31.24156	-86.46134	82	Libertivil,Libertivill,li bo di wei er,libartibhila,lybrtyfyl,lybrtywyl  alabama,Либертивил,Лібертівілл,ليبرتيفيل,لیبرتیویل، آلاباما,لیبەرتیڤیل، ئەلاباما,लिबर्टीभिल,利伯蒂维尔		AL	039		
4072630	Lillian	lillian	US	36549	0	America/Chicago	30.41298	-87.43692	5			AL	003		
4072730	Lincoln	lincoln	US	01773	0	America/Chicago	34.74565	-86.58749	194			AL	089		
4072742	Lincoln Park	lincoln-park	US	07035	0	America/Chicago	33.18734	-87.58667	52			AL	125		
4072752	Linden	linden	US	07036	2025	America/Chicago	32.30625	-87.79807	49	Hohenlinden,Linden,Lindon,Marengo,Screamsville,lin deng,lindena,lyndn,lyndn  alabama,Линден,Лінден,ليندن,لیندن، آلاباما,لیندن، ئەلاباما,लिन्डेन,林登	091	AL	091		
4072767	Lincoln	lincoln	US	01773	6524	America/Chicago	33.61316	-86.11831	153	Kingsville,Lincoln,Linkol'n,Linkoln,lin ken,lingkeon,linkana,lnkn,lnkn  alabama,lynkwln  alabama,Линколн,Линкольн,Лінкольн,لنكن,لنکن، الاباما,لینکن، ئەلاباما,لینکولن، آلاباما,लिङ्कन,林肯,링컨		AL	121		
4072768	Lindsey	lindsey	US	43442	0	America/Chicago	31.75822	-85.46938	142			AL	005		
4072814	Lineville	lineville	US	36266	2319	America/Chicago	33.31067	-85.75441	322	County Line,Lajnvil,Lajnvill,Lineville,Lundies Crossroads,la'inabhila,lai en si wei er,laynfyl,laynwyl  alabama,Лайнвілл,Лајнвил,لاينفيل,لاینویل، آلاباما,لاینڤیل، ئەلاباما,लाइनभिल,莱恩斯维尔		AL	027		
4072815	Linton	linton	US	47441	0	America/Chicago	33.83343	-86.80138	154			AL	073		
4072817	Linwood	linwood	US	01525	0	America/Chicago	31.92682	-85.86412	115	Ezell,Linwood		AL	109		
4072834	Lisman	lisman	US	36912	505	America/Chicago	32.16876	-88.28253	50			AL	023		
4072842	Lipscomb	lipscomb	US	79056	2155	America/Chicago	33.42566	-86.92666	165	Lipscomb,Lipskom,Wheeling,li pu si ke mu,lipskomba,lybskwmb,lypskm  alabama,ripusukomu,Липском,Ліпском,ليبسكومب,لیپسکم، آلاباما,لیپسکۆم، ئەلاباما,लिप्स्कोम्ब,リプスコーム,利普斯科姆		AL	073		
4073175	Little River	little-river	US	29566	0	America/Chicago	31.25712	-87.7086	54			AL	003		
4073180	Little River	little-river	US	29566	0	America/Chicago	34.28148	-85.6733	177	Firestone,Little River		AL	019		
4073194	Little Rock	little-rock	US	29567	0	America/Chicago	31.11462	-87.38887	87	Little Rock,Ridgeway		AL	053		
4073352	Littleton	littleton	US	01460	0	America/Chicago	34.06704	-86.13303	190			AL	055		
4073353	Littleton	littleton	US	01460	0	America/Chicago	33.68872	-86.99805	102	De Berniere,Little Warrior,Littleton		AL	073		
4073372	Live Oak	live-oak	US	32060	0	America/Chicago	31.80849	-86.24746	158	Live Oak,Liveoak		AL	041		
4073374	Liverpool	liverpool	US	13088	0	America/Chicago	32.36681	-85.77829	79			AL	087		
4073383	Livingston	livingston	US	07039	3414	America/Chicago	32.5843	-88.18725	47	Livingston,Livingstone,li wen si dun,libhingastana,lyfynghstn,lywyngstwn  alabama,Ливингстон,Лівінгстон,ليفينغستن,لیونگسٹن، الاباما,لیوینگستون، آلاباما,لیڤینگستن، ئەلاباما,लिभिंगस्टन,利文斯顿	119	AL	119		
4073413	Loachapoka	loachapoka	US	36865	190	America/Chicago	32.6043	-85.59329	207	Ball's Fork,Loachapoka		AL	081		
4073483	Lockhart	lockhart	US	29364	519	America/Chicago	31.01046	-86.34967	88			AL	039		
4073504	Locust Fork	locust-fork	US	35097	1192	America/Chicago	33.9076	-86.61527	178			AL	009		
4073526	Logan	logan	US	25601	0	America/Chicago	34.13816	-87.00639	226			AL	043		
4073527	Logan	logan	US	25601	0	America/Chicago	31.98598	-86.49053	133			AL	085		
4073563	Lomax	lomax	US	61454	0	America/Chicago	32.87901	-86.66082	199			AL	021		
4073570	London	london	US	25126	0	America/Chicago	31.29767	-87.08775	83			AL	035		
4073571	London	london	US	25126	0	America/Chicago	32.2732	-86.05024	83			AL	101		
4073651	Long Island	long-island	US	04050	0	America/Chicago	34.97369	-85.67108	197	Carpenter,Carpenter Station,Carpenters Station,Long Island		AL	071		
4073666	Longleaf	longleaf	US	71448	0	America/Chicago	33.41955	-86.75832	192			AL	073		
4073679	Longview	longview	US	61852	0	America/Chicago	34.25065	-86.88611	313			AL	043		
4073680	Longview	longview	US	61852	0	America/Chicago	33.20039	-86.78165	177	Longview,Whiting		AL	117		
4073689	Longwood	longwood	US	28452	0	America/Chicago	34.71898	-86.58138	194	Longwood,Madison Heights		AL	089		
4073709	Loop	loop	US	79342	0	America/Chicago	34.32287	-85.64274	203	Loop,Pleasanton		AL	019		
4073719	Loretto	loretto	US	15940	0	America/Chicago	34.06871	-86.91611	211	Loretto,Swan,Valley Springs		AL	043		
4073723	Lorton	lorton	US	22079	0	America/Chicago	33.75538	-87.06222	152			AL	127		
4073748	Lott	lott	US	76656	0	America/Chicago	30.8113	-88.25139	66			AL	097		
4073762	Lottie	lottie	US	70756	0	America/Chicago	31.12907	-87.62221	95			AL	003		
4073771	Louisville	louisville	US	30434	487	America/Chicago	31.7835	-85.55578	168	Lewisville,Louisville,Luisvil,Луисвил		AL	005		
4073854	Lower Peach Tree	lower-peach-tree	US	36751	0	America/Chicago	31.84071	-87.54527	58	Lower Peach Tree,Lower Peachtree		AL	131		
4073889	Lowndesboro	lowndesboro	US	36752	107	America/Chicago	32.27514	-86.61137	123	Laundsboro,Lovndesboro,Lowndesboro,Lowndesborough,Lowndsboro,McGills Hill,landsbra  alabama,lang ci bo lei,lawndsbwrw,londensbro,Лаундсборо,Ловндесборо,لاندسبرا، آلاباما,لاوندسبورو,لاوندسبۆرۆ، ئەلاباما,लोन्डेन्स्ब्रो,朗兹伯勒		AL	085		
4073897	Loxley	loxley	US	36551	1785	America/Chicago	30.61825	-87.75305	52	Bennett,Loksli,Loxley,laksly  alabama,lokse,luo shi li,lwksly,Локсли,Локслі,لاکسلی، آلاباما,لوكسلي,لۆکسلی، ئەلاباما,लोक्से,洛士利		AL	003		
4073943	Luke	luke	US	21540	0	America/Chicago	34.05038	-85.89941	171			AL	055		
4073959	Lupton	lupton	US	48635	0	America/Chicago	33.93622	-87.39723	167			AL	127		
4073965	Lusk	lusk	US	82225	0	America/Chicago	31.96821	-88.28752	85			AL	023		
4073975	Luttrell	luttrell	US	37779	0	America/Chicago	34.44037	-85.9347	385			AL	049		
4074917	Mason City	mason-city	US	50401	0	America/Chicago	33.46816	-86.84971	198			AL	073		
4073985	Luverne	luverne	US	36049	2834	America/Chicago	31.71655	-86.26385	108	Lavern,Luvern,lawrn  alabama,lu wen,lubharne,lwfrn,Лаверн,Луверн,لاورن، آلاباما,لوفرن,लुभर्ने,卢文	041	AL	041		
4073991	Lydia	lydia	US	29079	0	America/Chicago	34.43314	-85.8508	373			AL	049		
4074000	Lyle	lyle	US	55953	0	America/Chicago	32.88873	-86.33525	171			AL	037		
4074013	Lynn	lynn	US	01901	641	America/Chicago	34.04705	-87.54974	221			AL	133		
4074018	Lynn Haven	lynn-haven	US	32444	0	America/Chicago	33.19817	-87.47167	110			AL	125		
4074040	Lytle	lytle	US	78052	0	America/Chicago	31.07573	-85.95244	55			AL	061		
4074071	Macedonia	macedonia	US	44056	0	America/Chicago	33.57733	-85.37079	390			AL	029		
4074072	Macedonia	macedonia	US	44056	0	America/Chicago	34.52009	-86.00025	384			AL	071		
4074073	Macedonia	macedonia	US	44056	0	America/Chicago	31.99265	-86.80387	89			AL	085		
4074074	Macedonia	macedonia	US	44056	0	America/Chicago	32.04043	-86.03162	147			AL	101		
4074075	Macedonia	macedonia	US	44056	0	America/Chicago	32.29459	-86.22163	64			AL	101		
4074076	Macedonia	macedonia	US	44056	292	America/Chicago	33.39151	-88.23337	103			AL	107		
4074077	Macedonia	macedonia	US	44056	0	America/Chicago	33.93733	-87.36668	165			AL	127		
4074231	Mackey	mackey	US	47654	0	America/Chicago	34.17176	-85.78997	181			AL	019		
4074255	Macon	macon	US	27551	0	America/Chicago	33.73066	-86.07719	152	Macon,Macon Quarters		AL	015		
4074267	Madison	madison	US	03849	46962	America/Chicago	34.69926	-86.74833	215	Madison,Medison,Mehdison,madison,madysn,mai di xun,mdyswn  alabama,myadisana,Мадисон,Медисон,Медісон,Мэдисон,ماديسن,مدیسون، آلاباما,میڈیسون، الاباما,مەدیسن، ئەلاباما,म्याडिसन,マディソン,麦迪逊		AL	089		
4074268	Madison	madison	US	03849	0	America/Chicago	32.42375	-86.22636	53	Froggy Bottom,Madison,Madison Park		AL	101		
4074307	Madrid	madrid	US	13660	338	America/Chicago	31.03574	-85.39327	50	Madrid,ma de li,madryd  alabama,mdryd,myadrida,Мадрид,مادرید، آلاباما,مدريد,میڈرڈ، الاباما,مەدردید، ئەلاباما,म्याड्रिद,马德里		AL	069		
4074310	Madison	madison	US	03849	0	America/Chicago	33.44428	-86.93916	163			AL	073		
4074311	Magazine	magazine	US	72943	0	America/Chicago	30.73436	-88.0525	8			AL	097		
4074318	Magnolia	magnolia	US	08049	0	America/Chicago	32.1357	-87.66806	84	Magnolia,Magnolia Station		AL	091		
4074363	Magnolia Springs	magnolia-springs	US	36555	791	America/Chicago	30.39964	-87.7761	10	Magnolia Plantation,Magnolia Springs		AL	003		
4074395	Majestic	majestic	US	41547	0	America/Chicago	33.74955	-86.76055	127			AL	073		
4074407	Malcolm	malcolm	US	36556	187	America/Chicago	31.19128	-88.0075	13	Malcolm,Red Bud,Rosebud		AL	129		
4074432	Malone	malone	US	12953	0	America/Chicago	34.72231	-88.10337	170	Alsobrook,Malone		AL	033		
4074433	Malone	malone	US	12953	0	America/Chicago	33.19873	-85.58412	218			AL	111		
4074450	Malta	malta	US	43758	0	America/Chicago	31.0249	-87.4547	87			AL	053		
4074452	Malvern	malvern	US	19355	1446	America/Chicago	31.13934	-85.5191	86	Eagan,Malvern		AL	061		
4074470	Manchester	manchester	US	01944	0	America/Chicago	33.9065	-87.3014	141			AL	127		
4074474	Manchester	manchester	US	01944	0	America/Chicago	34.4112	-86.34832	205			AL	095		
4074481	Manila	manila	US	72442	0	America/Chicago	31.5085	-87.72305	108	Fort Madison,Manila		AL	025		
4074482	Manila	manila	US	72442	0	America/Chicago	32.44847	-86.9211	52	Manila,Veto		AL	047		
4074483	Manistee	manistee	US	49660	0	America/Chicago	31.441	-87.49443	51			AL	099		
4074513	Mansfield	mansfield	US	02048	0	America/Chicago	33.85427	-87.97419	124			AL	075		
4074519	Mantua	mantua	US	08051	0	America/Chicago	33.05373	-87.92891	75			AL	063		
4074530	Maple Grove	maple-grove	US	55311	0	America/Chicago	34.12037	-85.76941	185	Maple Grove,Maplegrove		AL	019		
4074534	Maple Hill	maple-hill	US	28454	0	America/Chicago	34.93342	-86.76583	272			AL	089		
4074544	Maplesville	maplesville	US	36750	704	America/Chicago	32.78897	-86.87353	107	Cuba,Maplesville		AL	021		
4074550	Maplewood	maplewood	US	07040	0	America/Chicago	33.53899	-86.55276	195			AL	073		
4074551	Maplewood	maplewood	US	07040	0	America/Chicago	34.69815	-86.75833	209			AL	089		
4074568	Marbury	marbury	US	20658	1418	America/Chicago	32.70124	-86.47109	159	Bozeman,Marbury		AL	001		
4074588	Marengo	marengo	US	43334	0	America/Chicago	32.05709	-87.81418	54			AL	091		
4074599	Margaret	margaret	US	35112	4554	America/Chicago	33.68621	-86.47498	207			AL	115		
4074616	Marietta	marietta	US	13110	0	America/Chicago	31.14101	-86.77718	35			AL	053		
4074617	Marietta	marietta	US	13110	0	America/Chicago	33.70067	-87.39389	115			AL	127		
4074650	Marion Junction	marion-junction	US	36759	0	America/Chicago	32.43736	-87.23888	63	Bridges,Marion Junction		AL	047		
4074673	Marion	marion	US	02738	3447	America/Chicago	32.63235	-87.31917	114	Marion,Mehrion,Muckles Ridge,ma li ang,marywn,marywn  alabama,meriyana,Марион,Маріон,Мэрион,ماريون,ماریون، آلاباما,ماریون، الاباما,ماریۆن، ئەلاباما,मेरियन,马里昂	105	AL	105		
4074681	Marlow	marlow	US	03456	0	America/Chicago	30.46103	-87.79916	13			AL	003		
4074692	Mars Hill	mars-hill	US	04758	0	America/Chicago	32.95346	-86.82999	175	Marrs Hill,Mars Hill		AL	021		
4074693	Mars Hill	mars-hill	US	04758	0	America/Chicago	33.8401	-85.3969	341	Beacham,Beecham,Mars Hill		AL	029		
4074694	Mars Hill	mars-hill	US	04758	0	America/Chicago	33.35206	-86.84443	146			AL	073		
4074695	Mars Hill	mars-hill	US	04758	0	America/Chicago	34.85175	-87.66086	166			AL	077		
4074727	Marshall	marshall	US	20115	0	America/Chicago	32.4343	-87.325	55			AL	047		
4074728	Marshall	marshall	US	20115	0	America/Chicago	34.24287	-86.1447	341			AL	095		
4074760	Martin	martin	US	15460	0	America/Chicago	32.31292	-87.30611	46	Martin,Martin Station,Martin's Station,Martins Station		AL	047		
4074844	Marvel	marvel	US	81329	0	America/Chicago	33.14678	-87.00305	159			AL	007		
4074893	Maryville	maryville	US	37801	0	America/Chicago	34.09621	-86.09053	217	Coxville,Kellytown,Maryville		AL	055		
4074932	Massey	massey	US	21650	0	America/Chicago	34.37037	-87.02223	187	Massey,McKendra,McKendree,McKendry		AL	103		
4074991	Matthews	matthews	US	28104	593	America/Chicago	32.26542	-86.00385	77	Matthews		AL	101		
4075000	Mattawana	mattawana	US	17054	0	America/Chicago	33.92288	-86.49026	236			AL	009		
4075016	Maud	maud	US	74854	0	America/Chicago	32.87985	-86.98166	135			AL	007		
4075017	Maud	maud	US	74854	0	America/Chicago	34.64315	-88.10976	168			AL	033		
4075036	Maxwell	maxwell	US	46154	0	America/Chicago	33.07929	-87.55556	83			AL	125		
4075095	Mayflower	mayflower	US	72106	0	America/Chicago	34.79731	-86.93195	218			AL	083		
4075096	Maylene	maylene	US	35114	0	America/Chicago	33.20345	-86.86166	150			AL	117		
4075100	Maynard	maynard	US	01754	0	America/Chicago	34.37592	-85.88108	379			AL	049		
4075113	Mays	mays	US	46155	0	America/Chicago	34.09871	-86.18609	275			AL	055		
4075130	Maysville	maysville	US	26833	0	America/Chicago	34.76978	-86.42984	211	Maysville,Mayville		AL	089		
4075138	Maytown	maytown	US	17550	374	America/Chicago	33.53594	-86.99722	216	Mejtaun,mei dui,meta'una,mytawn,mytwn  alabama,Мейтаун,Мејтаун,ميتاون,میتون، آلاباما,مەیتاون، ئەلاباما,मेटाउन,梅敦		AL	073		
4075481	McIntosh	mcintosh	US	56556	226	America/Chicago	31.26628	-88.03139	15	McIntosh,McIntosh Bluff		AL	129		
4075636	McVille	mcville	US	58254	0	America/Chicago	34.2862	-86.12775	330			AL	095		
4075677	Meadow Grove	meadow-grove	US	68752	0	America/Chicago	31.76127	-86.01384	163			AL	109		
4075692	Meadowbrook	meadowbrook	US	26404	8769	America/Chicago	33.40205	-86.69665	191			AL	117		
4075694	Meadowbrook	meadowbrook	US	26404	0	America/Chicago	33.59316	-85.86441	189			AL	015		
4075695	Meadowbrook	meadowbrook	US	26404	0	America/Chicago	34.82092	-86.99056	227			AL	083		
4075696	Meadowbrook	meadowbrook	US	26404	0	America/Chicago	33.18345	-87.53473	63			AL	125		
4075718	Meadville	meadville	US	16335	0	America/Chicago	32.06793	-86.14385	128			AL	101		
4075729	Mechanicsville	mechanicsville	US	18934	0	America/Chicago	33.65566	-85.8583	225			AL	015		
4075733	Mechanicsville	mechanicsville	US	18934	0	America/Chicago	32.6668	-85.14688	197	Cawatchee,Mechanicsville		AL	081		
4075746	Media	media	US	19063	0	America/Chicago	33.66955	-87.04583	109			AL	073		
4075759	Megargel	megargel	US	36457	62	America/Chicago	31.37989	-87.42832	119			AL	099		
4075772	Melrose	melrose	US	02176	0	America/Chicago	33.75899	-85.88997	180	Melrose,Mount Zion,Ripling Springs,West Alexandria		AL	015		
4075773	Melrose	melrose	US	02176	0	America/Chicago	34.68065	-87.69725	166			AL	033		
4075774	Melrose	melrose	US	02176	0	America/Chicago	31.34906	-86.73691	73			AL	035		
4075775	Melrose	melrose	US	02176	0	America/Chicago	33.3929	-88.11781	67			AL	107		
4075791	Melvin	melvin	US	36913	0	America/Chicago	31.93043	-88.45892	106	Melvin,Nicholsons Store		AL	023		
4075831	Memphis	memphis	US	13112	31	America/Chicago	31.13268	-85.37549	82			AL	069		
4075832	Memphis	memphis	US	13112	28	America/Chicago	33.13651	-88.29753	51	Memfis,Memphis,Old Memphis,Мемфис		AL	107		
4075851	Mercury	mercury	US	89023	0	America/Chicago	34.78592	-86.5361	233			AL	089		
4075854	Meridianville	meridianville	US	35759	6021	America/Chicago	34.85148	-86.57222	241			AL	089		
4075871	Mentone	mentone	US	35984	368	America/Chicago	34.57918	-85.59009	529	Menton,menatane,meng tong,mntwn,mntwn  alabama,Ментон,منتون,منتون، آلاباما,مێنتۆن، ئەلاباما,मेनटने,蒙通		AL	049		
4075914	Mexia	mexia	US	36458	0	America/Chicago	31.50711	-87.38832	126			AL	099		
4075924	Micaville	micaville	US	28755	0	America/Chicago	33.49678	-85.54107	396			AL	029		
4075968	Middleton	middleton	US	01949	0	America/Chicago	33.76982	-85.98469	165			AL	015		
4075977	Midfield	midfield	US	77458	5222	America/Chicago	33.4615	-86.90888	156	Midfild,mdfyld,midaphilda,mydfyld  alabama,zhong chang,Мидфилд,Мідфілд,مدفيلد,میدفیلد، آلاباما,میدفیلد، ئەلاباما,मिडफिल्ड,中场		AL	073		
4075984	Midland City	midland-city	US	36350	2386	America/Chicago	31.31906	-85.49382	115	Kennedys Crossroads,Midland City		AL	045		
4075989	Midway	midway	US	15060	488	America/Chicago	32.0771	-85.52217	164	Feagins Store,Midway		AL	011		
4075990	Midway	midway	US	15060	0	America/Chicago	31.81349	-86.46358	120			AL	013		
4075991	Midway	midway	US	15060	0	America/Chicago	32.72541	-86.48387	163	Chlota,Creota,Midway		AL	021		
4075992	Midway	midway	US	15060	0	America/Chicago	31.88571	-87.78889	144			AL	025		
4075993	Midway	midway	US	15060	0	America/Chicago	33.1304	-86.09636	234			AL	027		
4075994	Midway	midway	US	15060	0	America/Chicago	33.28845	-85.78163	314			AL	027		
4075995	Midway	midway	US	15060	0	America/Chicago	34.73981	-87.44169	166	Midway,Mount Stanley		AL	033		
4075996	Midway	midway	US	15060	0	America/Chicago	33.58899	-86.94722	197			AL	073		
4075997	Midway	midway	US	15060	0	America/Chicago	34.55093	-87.1589	227			AL	079		
4075998	Midway	midway	US	15060	0	America/Chicago	31.71905	-87.04915	171	Activity,Cokesville,Midway		AL	099		
4075999	Midway	midway	US	15060	0	America/Chicago	33.27428	-85.46273	317			AL	111		
4076000	Midway	midway	US	15060	0	America/Chicago	32.88624	-85.86968	187			AL	123		
4076001	Midway	midway	US	15060	0	America/Chicago	32.08431	-87.405	23			AL	131		
4076003	Midway	midway	US	15060	0	America/Chicago	34.17676	-86.11386	327			AL	055		
4076234	Mill Run	mill-run	US	15464	0	America/Chicago	33.42094	-86.8411	287			AL	073		
4076239	Millbrook	millbrook	US	12545	15314	America/Chicago	32.47986	-86.36192	58	Milbruk,Millbruk,mi er bu lu ke,milabruka,milbeulug,mylbrwk,mylbrwk  alabama,Милбрук,Міллбрук,ميلبروك,میلبروک، آلاباما,میلبروک، ئەلاباما,मिलब्रूक,米尔布鲁克,밀브룩		AL	051		
4076250	Miller	miller	US	57362	0	America/Chicago	32.71263	-88.07863	31			AL	063		
4076251	Miller	miller	US	57362	0	America/Chicago	31.44073	-85.15382	112			AL	067		
4076252	Miller	miller	US	57362	0	America/Chicago	32.15654	-87.78556	81			AL	091		
4076255	Mill Village	mill-village	US	16427	0	America/Chicago	34.33815	-86.31443	202			AL	095		
4076341	Millerville	millerville	US	36267	278	America/Chicago	33.19151	-85.9258	261	Hillabee,Millerville		AL	027		
4076358	Millport	millport	US	14864	998	America/Chicago	33.56345	-88.08142	84			AL	075		
4076361	Millry	millry	US	36558	524	America/Chicago	31.63405	-88.31335	32			AL	129		
4076378	Milltown	milltown	US	08850	0	America/Chicago	33.05457	-85.48467	199	Graggs Mill,Milltown,Woodville		AL	017		
4076382	Millville	millville	US	01529	0	America/Chicago	32.52708	-88.33586	107			AL	119		
4076392	Milner	milner	US	30257	0	America/Chicago	33.40234	-85.54384	302			AL	111		
4076401	Milton	milton	US	02186	0	America/Chicago	32.55874	-86.80721	80			AL	001		
4076430	Mineola	mineola	US	11501	0	America/Chicago	31.27962	-87.63388	62			AL	099		
4076434	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	32.95179	-86.64526	191			AL	021		
4076435	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	33.62622	-86.8786	161			AL	073		
4076467	Minooka	minooka	US	60447	0	America/Chicago	33.04873	-86.75943	184			AL	021		
4076480	Mint Spring	mint-spring	US	24463	0	America/Chicago	34.95175	-86.46805	242			AL	089		
4076484	Minter	minter	US	36761	0	America/Chicago	32.07792	-86.9936	54			AL	047		
4076501	Mission Hills	mission-hills	US	91345	0	America/Chicago	33.19123	-86.83777	173			AL	117		
4076518	Mitchell	mitchell	US	30820	0	America/Chicago	32.24626	-85.93773	74	Mitchell,Mitchell Station,Mitchells Station		AL	011		
4076573	Mitchellville	mitchellville	US	37119	0	America/Chicago	33.72982	-86.06969	155			AL	015		
4076598	Mobile	mobile	US	36601	194288	America/Chicago	30.69436	-88.04305	3	La Mobila,La Mobile,MOB,Mo-il-la,Mobajl,Mobil,Mobila,Mobilas,Mobile,Mobille,Moville,mo bi er,moba'ila,mobil,mobila,mobili,mobiru,mwbayl  alabama,mwbyl,mwbyl  alabama,Мобајл,Мобил,Мобіл,מוביל,موبائل، الاباما,موبيل,موبیل، آلاباما,मोबाइल,मोबिल,მობილი,ម៉ូបាល,モービル,莫比尔,모빌	097	AL	097		
4076650	Moffat	moffat	US	81143	0	America/Chicago	33.05318	-87.18305	112	Moffat,Norris		AL	007		
4076705	Monmouth	monmouth	US	04259	0	America/Chicago	33.73566	-86.74777	136			AL	073		
4076724	Monroeton	monroeton	US	18832	0	America/Chicago	31.53822	-87.27804	58	Monroe,Monroe Station,Monroeton		AL	099		
4076725	Monroeville	monroeville	US	08343	6110	America/Chicago	31.52794	-87.32471	126	Centerville,MVC,Monroeville,Monroeville (Alabama),Monrovil,Monrovill,Walkers Mill,Walkers Store,men luo wei er,munrobhila,mwnrwfyl,mwnrwwyl  alabama,Монровил,Монровілл,مونروفيل,مونروویل، آلاباما,مۆنرۆڤیل، ئەلاباما,मुन्रोभिल,门罗维尔	099	AL	099		
4076741	Monrovia	monrovia	US	21770	0	America/Chicago	34.78648	-86.71389	228	Monrovia,Thompson Mill,Vaughn Corners		AL	089		
4076744	Montague	montague	US	01351	0	America/Chicago	34.96953	-85.80053	193			AL	071		
4076749	Montclair	montclair	US	07042	0	America/Chicago	33.44983	-86.79443	305			AL	073		
4076760	Monte Vista	monte-vista	US	81144	0	America/Chicago	34.03649	-86.00442	313			AL	055		
4076761	Monte Vista	monte-vista	US	81144	0	America/Chicago	33.16817	-87.49139	129			AL	125		
4076764	Monterey	monterey	US	01245	0	America/Chicago	31.90348	-86.88193	134	Elderville,Gobblersville,Monterey		AL	013		
4076769	Monterey Park	monterey-park	US	91754	0	America/Chicago	32.3057	-86.23886	64			AL	101		
4076771	Montevallo	montevallo	US	35115	6648	America/Chicago	33.10067	-86.86416	125	Kings,Montavalo,Montevallo,Montevalo,Montivello,Smiths Store,Wilsons Hill,meng te wa luo,montebhyalo,mwntyfalw,mwntywlw  alabama,Монтевало,Монтівелло,مونتيفالو,مونتیولو، آلاباما,مۆنتێڤەلۆ، ئەلاباما,मोन्तेभ्यालो,蒙特瓦洛		AL	117		
4076784	Montgomery	montgomery	US	05470	200602	America/Chicago	32.36681	-86.29997	73	MGM,Mantgomery,Mons Gomerici,Montgomeri,Montgomeris,Montgomery,Montgomuri,Montnkomeri,mamtagomeri,mantagomeri,mantgameri,mantkamari,meng ge ma li,mong-gomeli,mongomeri,montagomari,mwntghwmry,mwntgmry,mwntgwmry,mxn t kx me xri,Μοντγκόμερι,Мантгомеры,Монтгомери,Монтгомері,Монтгомъри,Մոնտգոմերի,מאנטגאמערי,מונטגומרי,مونتغومري,مونتگمری,مونٹگمری,مونٹگمری، الاباما,माँटगोमेरी,मान्टगोमेरी,मोन्टगोमरी,मोन्तगोमरी,மான்ட்கமரி,ಮಾಂಟ್ಗಾಮೆರಿ,มอนต์กอเมอรี,მონტგომერი,モンゴメリー,蒙哥馬利,蒙哥马利,몽고메리	AL	AL	101		
4076830	Monticello	monticello	US	04760	0	America/Chicago	31.82544	-85.77856	167			AL	109		
4076835	Montreat	montreat	US	28757	0	America/Chicago	33.41344	-86.80138	196			AL	073		
4076836	Montrose	montrose	US	10548	0	America/Chicago	30.56575	-87.90166	33	Montrose,Sibley,Sibley City		AL	003		
4076842	Moody	moody	US	04054	12593	America/Chicago	33.59094	-86.49082	211	Moody,Moodys,Moodys Crossroads		AL	115		
4076960	Moorefield	moorefield	US	26836	0	America/Chicago	32.82513	-85.44412	262			AL	017		
4076961	Moorefield	moorefield	US	26836	0	America/Chicago	33.43289	-86.09025	187			AL	121		
4076991	Mooresville	mooresville	US	28115	58	America/Chicago	34.62642	-86.88057	175			AL	083		
4077011	Moreland	moreland	US	30259	0	America/Chicago	34.24121	-87.30057	268			AL	133		
4077013	Morgan	morgan	US	05853	0	America/Chicago	33.33372	-86.91666	163			AL	073		
4077028	Morgan City	morgan-city	US	38946	0	America/Chicago	34.47204	-86.56971	363	Morgan City,New Rescue		AL	103		
4077069	Moriah	moriah	US	12960	0	America/Chicago	32.93373	-86.34581	184			AL	037		
4077143	Morris	morris	US	06763	1934	America/Chicago	33.74816	-86.8086	127	Moris,Morris,mo li si,morisa,mwrys,mwrys  alabama,Морис,Морріс,موريس,موریس، آلاباما,مۆریس، ئەلاباما,मोरिस,莫里斯		AL	073		
4077208	Morrisville	morrisville	US	05661	0	America/Chicago	33.72677	-85.95719	178			AL	015		
4077241	Moscow	moscow	US	05662	0	America/Chicago	33.86983	-88.10281	126			AL	075		
4077242	Moscow	moscow	US	05662	0	America/Chicago	32.43792	-87.99613	27	Berlin,Moscow		AL	091		
4077320	Motley	motley	US	56466	0	America/Chicago	33.11706	-85.65885	285			AL	027		
4077329	Moulton	moulton	US	35650	3337	America/Chicago	34.48121	-87.29335	195	Molton,ma'ulatana,mo er dun,mwltn,mwltn  alabama,Молтон,مولتن,مولتن، آلاباما,مۆلتن، ئەلاباما,माउलटन,莫尔顿	079	AL	079		
4077349	Moundville	moundville	US	35474	2460	America/Chicago	32.99762	-87.63001	50	Carthage,Maundvil,Maundvill,Moundville,ma'undabhila,mang de wei er,mawndfyl,mawndwyl  alabama,Маундвил,Маундвілл,ماوندفيل,ماوندویل، آلاباما,ماوندڤیل، ئەلاباما,माउन्डभिल,芒德维尔		AL	065		
4077447	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	31.17073	-86.00105	72			AL	061		
4077448	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	34.93647	-85.77581	196			AL	071		
4077449	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	34.79926	-86.49749	221			AL	089		
4077450	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	34.38926	-86.36915	321	Beard,Mount Carmel		AL	095		
4077451	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	32.06098	-86.36525	126			AL	101		
4077546	Mount Gilead	mount-gilead	US	27306	0	America/Chicago	32.08988	-85.23827	97			AL	005		
4077673	Mount Hope	mount-hope	US	25880	0	America/Chicago	34.45843	-87.48169	195	Mount Hope,Mounthope		AL	079		
4077674	Mount Hope	mount-hope	US	25880	0	America/Chicago	33.76927	-87.24111	101			AL	127		
4077746	Mount Meigs	mount-meigs	US	36057	0	America/Chicago	32.36264	-86.10191	78	Evansville,Mount Meigs,Mount Pleasant		AL	101		
4077816	Mount Nebo	mount-nebo	US	26679	0	America/Chicago	32.28986	-87.05249	72			AL	047		
4077862	Mount Olive	mount-olive	US	25185	0	America/Chicago	33.91621	-86.71583	151			AL	009		
4077863	Mount Olive	mount-olive	US	25185	0	America/Chicago	31.57849	-86.84803	96			AL	013		
4077864	Mount Olive	mount-olive	US	25185	0	America/Chicago	33.7126	-86.08886	177			AL	015		
4077865	Mount Olive	mount-olive	US	25185	371	America/Chicago	33.06956	-86.13497	251			AL	037		
4077866	Mount Olive	mount-olive	US	25185	0	America/Chicago	34.84786	-85.6233	426			AL	049		
4077867	Mount Olive	mount-olive	US	25185	4079	America/Chicago	33.67094	-86.8561	185			AL	073		
4077868	Mount Olive	mount-olive	US	25185	0	America/Chicago	34.83259	-87.3203	177			AL	077		
4077869	Mount Olive	mount-olive	US	25185	0	America/Chicago	34.45704	-86.55666	360			AL	095		
4077870	Mount Olive	mount-olive	US	25185	0	America/Chicago	33.15151	-85.48801	268			AL	111		
4077871	Mount Olive	mount-olive	US	25185	0	America/Chicago	33.29928	-87.65084	101	Dewdrop,Mount Olive		AL	125		
4078130	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	33.74094	-85.50857	334			AL	029		
4078131	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	31.3335	-87.69583	29			AL	099		
4078132	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	33.31262	-85.39301	309			AL	111		
4078258	Mount Sinai	mount-sinai	US	11766	0	America/Chicago	32.5493	-86.54498	153	Booms Store,Mount Sinai,Mount Sinani		AL	001		
4078259	Mount Sinai	mount-sinai	US	11766	0	America/Chicago	32.29403	-86.46831	58			AL	101		
4078299	Mount Sterling	mount-sterling	US	40353	0	America/Chicago	32.09376	-88.16307	50			AL	023		
4078304	Mount Tabor	mount-tabor	US	07878	0	America/Chicago	34.44065	-86.86667	208			AL	103		
4078338	Mount Union	mount-union	US	17066	0	America/Chicago	31.38656	-86.76997	94	Mount Union,Seminary		AL	035		
4078346	Mount Vernon	mount-vernon	US	04352	817	America/Chicago	34.29259	-85.78775	397			AL	049		
4078347	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	33.73428	-87.90836	165			AL	057		
4078348	Mount Vernon	mount-vernon	US	04352	1518	America/Chicago	31.08518	-88.01333	11	Mount Vernon,United States Arsenal		AL	097		
4078388	Mount Zion	mount-zion	US	26151	0	America/Chicago	34.1126	-87.10529	259			AL	043		
4078389	Mount Zion	mount-zion	US	26151	0	America/Chicago	33.13568	-85.41856	261			AL	111		
4078390	Mount Zion	mount-zion	US	26151	0	America/Chicago	32.85901	-85.95969	194			AL	123		
4078662	Mountain Grove	mountain-grove	US	65711	0	America/Chicago	34.08871	-86.61721	245			AL	009		
4078675	Mountain Home	mountain-home	US	28758	0	America/Chicago	34.57954	-87.26613	227	Mountain Home,Mountainhome		AL	079		
4078701	Mountain Park	mountain-park	US	73559	0	America/Chicago	33.5651	-86.77138	200			AL	073		
4078722	Mountain View	mountain-view	US	65548	0	America/Chicago	34.30509	-86.29804	300			AL	095		
4078831	Mulberry	mulberry	US	33860	0	America/Chicago	32.45958	-86.77637	93			AL	001		
4078832	Mulberry	mulberry	US	33860	0	America/Chicago	32.67096	-86.71748	139			AL	021		
4078833	Mulberry	mulberry	US	33860	0	America/Chicago	31.59488	-86.43357	89			AL	041		
4078859	Mulga	mulga	US	35118	819	America/Chicago	33.54983	-86.97416	175	Bone Camp,Malga,Mulga,mu er jia,mulga,mwlga  alabama,mwlgha,Малга,Мулґа,مولغا,مولگا، آلاباما,مولگا، ئەلاباما,मुल्गा,穆尔迦		AL	073		
4078873	Mullins	mullins	US	29574	0	America/Chicago	31.17712	-85.39854	100			AL	069		
4078898	Munford	munford	US	36268	1259	America/Chicago	33.52983	-85.9508	195	Munford,Munford Station		AL	121		
4078958	Muscadine	muscadine	US	36269	0	America/Chicago	33.73455	-85.38607	312	Beulah,Muscadine,Muscadine Junction		AL	029		
4078964	Muscle Shoals	muscle-shoals	US	35661	13706	America/Chicago	34.74481	-87.66753	152	Chustanaluyi,Dagunahi,MSL,Maskl Shols,Masl Shouls,Masl-Shols,Muscle Shoals,Quad Cities,The Shoals,Tri-Cities,ma si er xiao er si,masala solsa,masl shaywlz  alabama,msl shwls,Маскл Шолс,Масл Шоулс,Масл-Шолс,ماسل شائولز، آلاباما,مسل شولس,مەسل شۆلس، ئەلاباما,मशल शोल्स,马斯尔肖尔斯		AL	033		
4078976	Muscoda	muscoda	US	53573	0	America/Chicago	33.37955	-86.93971	172			AL	073		
4079016	Myrtlewood	myrtlewood	US	36763	124	America/Chicago	32.25042	-87.94974	66			AL	091		
4079053	Nanafalia	nanafalia	US	36764	94	America/Chicago	32.11293	-87.98807	65	Dumas,Nanafalia		AL	091		
4079082	Napoleon	napoleon	US	43545	0	America/Chicago	33.324	-85.35912	357	Bowen,Napoleon		AL	111		
4079121	Natchez	natchez	US	39120	0	America/Chicago	31.72766	-87.26054	57	Natchez,The Fork		AL	099		
4079142	Natural Bridge	natural-bridge	US	13665	36	America/Chicago	34.09344	-87.60197	232	Low Die,Natural Bridge		AL	133		
4079154	Nauvoo	nauvoo	US	35578	213	America/Chicago	33.98955	-87.4889	173	Ingle Mills,Nauvoo		AL	127		
4079206	Nebo	nebo	US	25141	0	America/Chicago	34.55509	-86.33749	183			AL	089		
4079234	Needham	needham	US	02492	91	America/Chicago	31.98793	-88.33669	52			AL	023		
4079236	Needmore	needmore	US	17238	0	America/Chicago	33.46733	-85.70135	278			AL	027		
4079237	Needmore	needmore	US	17238	0	America/Chicago	34.46371	-87.48169	189			AL	079		
4079238	Needmore	needmore	US	17238	0	America/Chicago	34.19176	-86.24415	299			AL	095		
4079239	Needmore	needmore	US	17238	0	America/Chicago	31.9021	-85.94078	140	Needmore,Rough Log,Ruff Log		AL	109		
4079240	Needmore	needmore	US	17238	0	America/Chicago	34.24732	-87.57975	299	Littleville,Needmore		AL	133		
4079256	Neely	neely	US	39461	0	America/Chicago	30.73213	-88.10028	13			AL	097		
4079261	Neenah	neenah	US	54956	0	America/Chicago	31.91459	-87.17804	62			AL	131		
4079288	Nelson	nelson	US	03457	0	America/Chicago	32.8118	-85.24466	197			AL	017		
4079289	Nelson	nelson	US	03457	0	America/Chicago	30.38631	-88.21667	4			AL	097		
4079290	Nelson	nelson	US	03457	0	America/Chicago	33.21539	-86.58109	141			AL	117		
4079323	Nesmith	nesmith	US	29580	0	America/Chicago	34.17566	-87.10918	275			AL	043		
4079423	New Brockton	new-brockton	US	36351	1159	America/Chicago	31.38572	-85.92939	140	Brock,Brockton,New Brockton,New Brocton		AL	031		
4079429	New Canaan	new-canaan	US	06840	0	America/Chicago	34.28232	-86.49443	305			AL	043		
4079449	New Castle	new-castle	US	03854	0	America/Chicago	33.64899	-86.7686	162	New Castle,Newcastle		AL	073		
4079525	New Harmony	new-harmony	US	47631	0	America/Chicago	32.78013	-85.52995	230	New Harmony,Presley		AL	017		
4079526	New Harmony	new-harmony	US	47631	0	America/Chicago	34.2426	-86.53332	288	Harmony,New Harmony		AL	043		
4079550	New Haven	new-haven	US	05472	0	America/Chicago	33.62371	-85.91663	223			AL	015		
4079551	New Haven	new-haven	US	05472	0	America/Chicago	34.63343	-86.76139	175			AL	089		
4079571	New Hill	new-hill	US	27562	0	America/Chicago	33.41844	-86.92194	200			AL	073		
4079575	New Home	new-home	US	79383	0	America/Chicago	34.05287	-86.36304	268	Harmony,New Home		AL	009		
4079576	New Home	new-home	US	79383	0	America/Chicago	34.60231	-85.69914	433			AL	049		
4079623	New Hope	new-hope	US	18938	0	America/Chicago	31.55294	-85.86772	112			AL	031		
4079624	New Hope	new-hope	US	18938	0	America/Chicago	31.54044	-86.3419	104			AL	041		
4079625	New Hope	new-hope	US	18938	0	America/Chicago	34.2051	-86.64111	290			AL	043		
4079626	New Hope	new-hope	US	18938	0	America/Chicago	33.53956	-87.6864	138			AL	057		
4079627	New Hope	new-hope	US	18938	0	America/Chicago	34.58481	-86.10692	189	Branham's Store,New Hope		AL	071		
4079628	New Hope	new-hope	US	18938	0	America/Chicago	34.8737	-87.79781	169			AL	077		
4079629	New Hope	new-hope	US	18938	0	America/Chicago	34.58981	-86.81695	183			AL	083		
4079630	New Hope	new-hope	US	18938	2800	America/Chicago	34.53712	-86.39426	177	Clouds Town,N'ju-Goup,New Hope,Newhope,Nju Khoup,Vienna,n'yu hopa,nw hwb,nyw hwp  alabama,xin xi wang,Њу Хоуп,Нью-Гоуп,نو هوب,نیو هوپ، آلاباما,न्यु होप,新希望		AL	089		
4079631	New Hope	new-hope	US	18938	0	America/Chicago	33.98066	-87.81836	167			AL	093		
4079632	New Hope	new-hope	US	18938	0	America/Chicago	33.3265	-85.42245	340			AL	111		
4079633	New Hope	new-hope	US	18938	0	America/Chicago	33.35928	-86.73721	151	New Hope,Valley Creek Junction		AL	117		
4079863	New Lexington	new-lexington	US	43764	0	America/Chicago	33.56233	-87.65751	131	Halberts,Lexington,New Lexington		AL	125		
4079864	New Liberty	new-liberty	US	40355	0	America/Chicago	33.93566	-85.8208	186			AL	015		
4079906	New London	new-london	US	03257	0	America/Chicago	33.48177	-86.35942	142	Kelly Creek,Kellys Creek,New London		AL	115		
4079916	New Market	new-market	US	21774	1597	America/Chicago	34.91003	-86.42779	231	N'ju-Market,New Market,Newmarket,Nju Market,n'yu marketa,nw markt,nyw markt  alabama,Њу Маркет,Нью-Маркет,نو ماركت,نیو مارکت، آلاباما,न्यु मार्केट		AL	089		
4080015	New Providence	new-providence	US	07974	0	America/Chicago	33.01901	-85.98524	220			AL	123		
4080070	New Sharon	new-sharon	US	04955	0	America/Chicago	34.94731	-86.64166	254	Lickskillet,New Sharon		AL	089		
4080080	New Site	new-site	US	38859	755	America/Chicago	33.03734	-85.77413	270	New Site,Newsite		AL	123		
4080102	New Town	new-town	US	02456	0	America/Chicago	34.87342	-85.81747	186			AL	071		
4080103	New Town	new-town	US	02456	0	America/Chicago	33.60233	-86.88694	128			AL	073		
4080104	New Town	new-town	US	02456	0	America/Chicago	32.39736	-86.29802	50			AL	101		
4080144	Newbern	newbern	US	24126	179	America/Chicago	32.59319	-87.53278	57	N'jubern,New Bern,New Berne,Newbern,Njubern,n'yubarna,niu bo en,nwbyrn,nywbrn  alabama,Њуберн,Ньюберн,نوبيرن,نیوبرن، آلاباما,نیووبێرن، ئەلاباما,न्युबर्न,纽伯恩		AL	065		
4080154	Newburg	newburg	US	17240	0	America/Chicago	34.48037	-87.57586	201	Newburg,Newburgh		AL	059		
4080166	Newell	newell	US	15466	0	America/Chicago	33.43317	-85.43356	275			AL	111		
4080193	Newton	newton	US	02458	1472	America/Chicago	31.33517	-85.60521	97	N'juton,Njuton,n'yutana,niu dun,nwtn,nywtn  alabama,Њутон,Ньютон,نوتن,نیوتن، آلاباما,نیووتن، ئەلاباما,न्युटन,牛顿		AL	045		
4080194	Newton	newton	US	02458	0	America/Chicago	31.16268	-85.39549	79	Newton,Newton Springs		AL	069		
4080201	Newtonville	newtonville	US	02460	0	America/Chicago	33.54539	-87.8014	95			AL	057		
4080208	Newville	newville	US	17241	520	America/Chicago	31.42184	-85.33771	121	Newville,Wells,Wells Station		AL	067		
4080320	Nokomis	nokomis	US	34274	0	America/Chicago	31.01018	-87.56471	83	Nokomis,Wilson		AL	053		
4080352	Normal	normal	US	35762	0	America/Chicago	34.78898	-86.57194	220			AL	089		
4080354	Norman	norman	US	28367	0	America/Chicago	32.5568	-87.29805	72			AL	105		
4080461	North Haven	north-haven	US	04853	0	America/Chicago	33.36817	-87.55834	85			AL	125		
4080467	North Highlands	north-highlands	US	95660	0	America/Chicago	33.42317	-86.98916	167			AL	073		
4080470	North Hills	north-hills	US	91343	0	America/Chicago	32.67374	-85.38606	239			AL	081		
4081611	Ollie	ollie	US	52576	0	America/Chicago	31.47155	-87.34221	129	Ollie,Shiverville		AL	099		
4081615	Olustee	olustee	US	32072	0	America/Chicago	31.90293	-86.16246	125			AL	109		
4081619	Omaha	omaha	US	31821	0	America/Chicago	33.30262	-85.31023	398			AL	111		
4080555	Northport	northport	US	11768	24772	America/Chicago	33.22901	-87.57723	67	Canetuck,Kentuck,North Port,North Tuskaloosa,Northport,Nortport,narthaporta,noseupoteu,nosupoto,nuo si bo te,nwrth bwrt,nwrthpwrt  alabama,Нортпорт,نورتپۆرت، ئەلاباما,نورث بورت,نورثپورت، آلاباما,नर्थपोर्ट,ノースポート,诺斯波特,노스포트		AL	125		
4080604	Northwood	northwood	US	03261	0	America/Chicago	34.21399	-86.86278	300			AL	043		
4080605	Northwood	northwood	US	03261	0	America/Chicago	34.77842	-86.75833	238			AL	089		
4080621	Norton	norton	US	02766	0	America/Chicago	34.04315	-86.11164	173			AL	055		
4080622	Norton	norton	US	02766	0	America/Chicago	34.55342	-86.53916	178			AL	089		
4080633	Norwood	norwood	US	02062	0	America/Chicago	33.53399	-86.79916	198			AL	073		
4080634	Norwood	norwood	US	02062	0	America/Chicago	30.76908	-88.09028	10			AL	097		
4080646	Notasulga	notasulga	US	36866	856	America/Chicago	32.56069	-85.67245	156	Moores Cross Roads,Moores Crossroads,Notasulga		AL	087		
4080654	Nottingham	nottingham	US	03290	0	America/Chicago	33.50538	-86.70554	263			AL	073		
4080655	Nottingham	nottingham	US	03290	0	America/Chicago	33.36233	-86.22275	141	Jones Camp Ground,Nottingham		AL	121		
4080721	Oak	oak	US	68964	0	America/Chicago	30.31798	-87.70638	3			AL	003		
4080740	Oak Forest	oak-forest	US	60452	0	America/Chicago	33.60233	-86.78194	200			AL	073		
4080742	Oak Grove	oak-grove	US	42262	0	America/Chicago	32.62235	-86.54553	168			AL	001		
4080743	Oak Grove	oak-grove	US	42262	0	America/Chicago	32.99096	-86.75887	226	Grove Hill,Oak Grove,Oakgrove		AL	021		
4080744	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.6573	-85.62941	463			AL	049		
4080745	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.41287	-87.57919	319			AL	059		
4080746	Oak Grove	oak-grove	US	42262	0	America/Chicago	31.08712	-85.77438	71			AL	061		
4080747	Oak Grove	oak-grove	US	42262	0	America/Chicago	32.54625	-87.67751	39			AL	065		
4080748	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.45483	-87.15361	130			AL	073		
4080749	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.55787	-87.45114	199			AL	079		
4080750	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.9187	-86.85584	262			AL	083		
4080751	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.51453	-86.43804	186	Kora,Oak Grove		AL	089		
4080752	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.57009	-86.17109	403			AL	095		
4080753	Oak Grove	oak-grove	US	42262	0	America/Chicago	30.85713	-88.18195	15	Bel Aire,Oak Grove,Oakgrove		AL	097		
4080754	Oak Grove	oak-grove	US	42262	517	America/Chicago	33.19178	-86.29942	170			AL	121		
4080757	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.21567	-87.49612	87			AL	125		
4080910	Oak Hill	oak-hill	US	12460	0	America/Chicago	34.31593	-86.02942	334			AL	049		
4080911	Oak Hill	oak-hill	US	12460	0	America/Chicago	33.58511	-85.81441	200			AL	121		
4080913	Oak Hill	oak-hill	US	12460	0	America/Chicago	34.87842	-87.67586	195			AL	077		
4080914	Oak Hill	oak-hill	US	12460	0	America/Chicago	33.85927	-87.28806	134			AL	127		
4080946	Oak Lawn	oak-lawn	US	60453	0	America/Chicago	33.58149	-86.75277	214			AL	073		
4080970	Oak Park	oak-park	US	48237	0	America/Chicago	33.57566	-86.76916	194			AL	073		
4080971	Oak Park	oak-park	US	48237	0	America/Chicago	34.74898	-86.55249	211			AL	089		
4080973	Oak Park	oak-park	US	48237	0	America/Chicago	32.36736	-86.27886	79			AL	101		
4080982	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	34.47815	-86.99501	201			AL	103		
4080983	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	33.60094	-86.27942	186			AL	115		
4080985	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	31.341	-85.85911	106			AL	031		
4080986	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	33.18706	-87.58306	58			AL	125		
4081017	Oakdale	oakdale	US	06370	0	America/Chicago	34.09315	-85.95497	232			AL	055		
4081018	Oakdale	oakdale	US	06370	0	America/Chicago	34.82092	-86.91195	235			AL	083		
4081019	Oakdale	oakdale	US	06370	0	America/Chicago	33.19234	-87.59529	49			AL	125		
4081047	Oak Hill	oak-hill	US	12460	25	America/Chicago	31.92186	-87.08349	121	Oak Hill,Oak Ridge,Oakhill		AL	131		
4081052	Oakhurst	oakhurst	US	07755	0	America/Chicago	33.55594	-86.83666	191			AL	073		
4081054	Oakland	oakland	US	02858	0	America/Chicago	33.01373	-85.23883	207			AL	017		
4081055	Oakland	oakland	US	02858	0	America/Chicago	34.84175	-87.79892	169			AL	077		
4081056	Oakland	oakland	US	02858	0	America/Chicago	34.82759	-87.08529	225			AL	083		
4081057	Oakland	oakland	US	02858	0	America/Chicago	34.72926	-86.80695	211			AL	083		
4081075	Oakley	oakley	US	48649	0	America/Chicago	32.99123	-86.90221	152	Oakley,Oakley Station,Oakleyville		AL	007		
4081082	Oakman	oakman	US	30732	760	America/Chicago	33.71344	-87.38862	104	Days Gap,Oakman,York		AL	127		
4081108	Oakville	oakville	US	06779	0	America/Chicago	33.57455	-86.69804	263			AL	073		
4081109	Oakville	oakville	US	06779	0	America/Chicago	34.44537	-87.16224	195			AL	079		
4081115	Oakwood	oakwood	US	24631	0	America/Chicago	33.39067	-86.96444	150			AL	073		
4081116	Oakwood	oakwood	US	24631	0	America/Chicago	33.56816	-86.93777	182			AL	073		
4081117	Oakwood	oakwood	US	24631	0	America/Chicago	34.7462	-86.60888	203			AL	089		
4081118	Oakwood	oakwood	US	24631	0	America/Chicago	34.75898	-86.66944	237			AL	089		
4081148	Oceola	oceola	US	44860	0	America/Chicago	34.1651	-85.4869	195	Oceola,Osceola		AL	019		
4081166	Odenville	odenville	US	35120	3695	America/Chicago	33.67732	-86.39665	225	Hardins Shop,Liberty,Odenville		AL	115		
4081197	Ohatchee	ohatchee	US	36271	1146	America/Chicago	33.78343	-86.00247	155	Ohatchee,Ohatchie		AL	015		
4081513	Old Town	old-town	US	04468	0	America/Chicago	31.42933	-86.84525	105			AL	035		
4081514	Old Town	old-town	US	04468	0	America/Chicago	32.23903	-86.87276	113			AL	047		
4081515	Old Town	old-town	US	04468	0	America/Chicago	33.69178	-87.83613	141			AL	057		
4081573	Oldfield	oldfield	US	65720	0	America/Chicago	33.20289	-86.21803	170	Hickman Station,Oldfield,Valley		AL	121		
4081591	Oliver	oliver	US	15472	0	America/Chicago	34.81092	-87.2503	204			AL	077		
4081622	Omega	omega	US	31775	0	America/Chicago	31.97599	-85.78495	119	Boswell,Omega		AL	011		
4081644	Opelika	opelika	US	36801	29527	America/Chicago	32.64541	-85.37828	246	Big Swamp,Opelajka,Opelika,Opelikan,Opillaka,Owls Roost,awbylyka,awplyka  alabama,opela'ika,opelika,ou pei lai ka,Опелајка,Опеліка,أوبيليكا,ئۆپێلیکا، ئەلاباما,اوپلیکا، آلاباما,ओपेलाइका,ओपेलिका,欧佩莱卡	081	AL	081		
4081664	Ophir	ophir	US	81426	0	America/Chicago	34.36009	-85.94553	359			AL	049		
4081671	Oneonta	oneonta	US	13820	6615	America/Chicago	33.94815	-86.47276	262	Oneonta,Oneonto,Onionta,ao ni ang ta,awnywnta,awnyywnta  alabama,oniyonta,Онеонта,Онионта,أونيونتا,ئۆنیۆنتا، ئەلاباما,اونیئونتا، آلاباما,ओनियोन्टा,奥尼昂塔	009	AL	009		
4081683	Opp	opp	US	36467	6658	America/Chicago	31.28267	-86.25551	103	Hallton,Op,Opp,Oupp,ao pu,ap  alabama,awb,oppa,Оп,Оупп,آپ، آلاباما,أوب,ئۆپ، ئەلاباما,ओप्प,奥普		AL	039		
4081694	Orange	orange	US	01364	0	America/Chicago	34.3576	-87.55336	294			AL	059		
4081696	Orange Beach	orange-beach	US	36561	5850	America/Chicago	30.29437	-87.57359	4			AL	003		
4081705	Orchard	orchard	US	50460	0	America/Chicago	30.71963	-88.20723	61			AL	097		
4081714	Orion	orion	US	61273	0	America/Chicago	31.95876	-86.00551	171	Orion,Prospect Ridge		AL	109		
4081740	Orrville	orrville	US	36767	190	America/Chicago	32.30625	-87.24555	58	Orrs Mill,Orrville		AL	047		
4081741	Orrville	orrville	US	36767	0	America/Chicago	34.66731	-86.97695	173			AL	083		
4081756	Osborn	osborn	US	64474	0	America/Chicago	32.68374	-87.14305	143	Osborn,Osburn		AL	105		
4081785	Otho	otho	US	50569	0	America/Chicago	31.68961	-85.12965	66			AL	067		
4081827	Overbrook	overbrook	US	66524	0	America/Chicago	33.12178	-86.19831	240			AL	121		
4081838	Overton	overton	US	68863	0	America/Chicago	33.50455	-86.68971	186			AL	073		
4081900	Owenton	owenton	US	40359	0	America/Chicago	33.51483	-86.85555	204			AL	073		
4081904	Owens Cross Roads	owens-cross-roads	US	35763	1785	America/Chicago	34.58815	-86.45888	177	Owens Cross Roads,Owens Crossroad,Owens Crossroads		AL	089		
4081914	Oxford	oxford	US	01540	21249	America/Chicago	33.61427	-85.83496	200	Lick Skillet,Lickskillet,Oksford,Oxford,Snow Creek,Snows Creek,aksapharda,aksfwrd  alabama,awksfwrd,niu jin,ogseupeodeu,Оксфорд,آکسفرڈ، الاباما,آکسفورد، آلاباما,أوكسفورد,ئۆکسفۆرد، ئەلاباما,अक्सफर्ड,牛津,옥스퍼드		AL	015		
4081933	Oyster Bay	oyster-bay	US	11771	0	America/Chicago	30.28548	-87.74304	3			AL	003		
4081935	Ozan	ozan	US	71855	0	America/Chicago	33.10595	-86.71554	164			AL	117		
4081936	Ozark	ozark	US	36360	14719	America/Chicago	31.45906	-85.64049	127	Bullards,Merrick,Merricks,OZR,Ozark,Woodshop,ao suo ka,awzark,awzark  alabama,ojarka,Озарк,أوزارك,ئۆزارک، ئەلاباما,اوزارک، آلاباما,ओजार्क,奥索卡	045	AL	045		
4081981	Paint Rock	paint-rock	US	35764	207	America/Chicago	34.66064	-86.32887	186	Camden,Paint Rock,Paintrock,Redman		AL	071		
4081984	Painter	painter	US	23420	0	America/Chicago	34.31287	-86.07748	338			AL	049		
4081991	Palestine	palestine	US	26160	0	America/Chicago	33.94149	-85.45023	268			AL	029		
4082014	Palmerdale	palmerdale	US	35123	0	America/Chicago	33.73871	-86.6461	209	Palmer,Palmerdale,Palmers		AL	073		
4082022	Palmetto	palmetto	US	30268	0	America/Chicago	33.484	-87.9778	110			AL	107		
4082028	Palmyra	palmyra	US	04965	0	America/Chicago	31.99765	-86.75248	103			AL	085		
4082029	Palmyra	palmyra	US	04965	0	America/Chicago	31.66794	-86.02717	121	Eureka,Palmyra		AL	109		
4082036	Pana	pana	US	62557	0	America/Chicago	34.03899	-86.29498	259			AL	055		
4082042	Panhandle	panhandle	US	79068	0	America/Chicago	32.68624	-87.02583	131			AL	105		
4082049	Panola	panola	US	35477	0	America/Chicago	31.97154	-86.38886	187			AL	041		
4082055	Pansey	pansey	US	36370	0	America/Chicago	31.15407	-85.17549	64	Pansey,Pansy		AL	069		
4082061	Panola	panola	US	35477	144	America/Chicago	32.95068	-88.26892	55			AL	119		
4082105	Paramount	paramount	US	90723	0	America/Chicago	33.31345	-86.82888	145			AL	117		
4082120	Parish	parish	US	13131	0	America/Chicago	31.20268	-85.38243	93			AL	069		
4082125	Park City	park-city	US	42160	0	America/Chicago	30.64325	-87.91222	23			AL	003		
4082128	Park Forest	park-forest	US	60466	0	America/Chicago	30.70741	-88.17973	49			AL	097		
4082129	Park Hill	park-hill	US	74451	0	America/Chicago	33.59649	-86.28609	194			AL	115		
4082141	Parkdale	parkdale	US	71661	0	America/Chicago	33.0979	-86.11219	259	Parkdale,Pine Grove		AL	037		
4082145	Parker	parker	US	16049	0	America/Chicago	32.63875	-88.1678	71			AL	119		
4082148	Parker	parker	US	16049	0	America/Chicago	34.71454	-86.81528	190			AL	083		
4082245	Parnell	parnell	US	52325	0	America/Chicago	32.69485	-86.91471	81			AL	021		
4082250	Parrish	parrish	US	34219	963	America/Chicago	33.73066	-87.28445	116	Jonesboro,Parrish		AL	127		
4082271	Parsons	parsons	US	26287	0	America/Chicago	33.62788	-86.50026	197			AL	115		
4082341	Patton	patton	US	16668	0	America/Chicago	33.70067	-87.45473	99	Patton,Patton Junction		AL	127		
4082360	Paul	paul	US	83347	0	America/Chicago	31.32017	-86.74385	65	New Providence,Paul		AL	035		
4082433	Pea Ridge	pea-ridge	US	72751	0	America/Chicago	31.11601	-87.09775	52			AL	053		
4082434	Pea Ridge	pea-ridge	US	72751	0	America/Chicago	33.73344	-87.57001	183			AL	057		
4082436	Pea Ridge	pea-ridge	US	72751	0	America/Chicago	34.06399	-87.86697	242			AL	093		
4082440	Pea Ridge	pea-ridge	US	72751	0	America/Chicago	33.15317	-86.92777	253			AL	117		
4082442	Pea Ridge	pea-ridge	US	72751	0	America/Chicago	34.69454	-86.62222	184			AL	089		
4082506	Pearce	pearce	US	85625	0	America/Chicago	31.25879	-85.22604	79			AL	069		
4082513	Pearson	pearson	US	31642	0	America/Chicago	33.02484	-87.31833	93			AL	125		
4082568	Pelham	pelham	US	03076	0	America/Chicago	32.27959	-88.12002	33	Bevill,Bevills Store,Pelham		AL	023		
4083543	Pineola	pineola	US	28662	0	America/Chicago	31.0574	-88.11167	33			AL	097		
4083555	Pineview	pineview	US	31071	0	America/Chicago	31.1349	-87.28942	93			AL	053		
4082569	Pelham	pelham	US	03076	22885	America/Chicago	33.28567	-86.80999	153	Pelam,Pelham,Shelby Courthouse,Shelbyville,blham,pei lei mu,pelahyama,plham  alabama,Пелам,بلهام,پلهام، آلاباما,پێلھەم، ئەلاباما,पेलह्याम,佩勒姆		AL	117		
4082589	Pell City	pell-city	US	35125	13646	America/Chicago	33.58621	-86.28609	177	PLR,Pel Siti,Pell-Siti,byl syty,pei er cheng,pella siti,pl syty  alabama,Пел Сити,Пелл-Сіті,بيل سيتي,پل سیتی، آلاباما,پێل سیتی، ئەلاباما,पेल्ल सिटी,佩尔城		AL	115		
4082601	Pendergrass	pendergrass	US	30567	0	America/Chicago	34.33342	-86.08331	321	Pendergrass,Pendergrast		AL	095		
4082633	Pennington	pennington	US	08534	210	America/Chicago	32.20709	-88.05613	32			AL	023		
4082678	Pepperell	pepperell	US	01463	0	America/Chicago	32.63541	-85.4205	223			AL	081		
4082686	Perdido	perdido	US	36562	0	America/Chicago	31.00768	-87.62721	67	Perdido,Perdido Station		AL	003		
4082704	Perdue Hill	perdue-hill	US	36470	0	America/Chicago	31.51405	-87.49332	117	Perdue Hill,Perduehill		AL	099		
4082731	Perote	perote	US	36061	0	America/Chicago	31.94766	-85.70522	147	Fulfords Cross Roads,Fulfords Crossroads,Missouri,Missouri Cross Roads,Perote		AL	011		
4082771	Perryville	perryville	US	21903	0	America/Chicago	32.6168	-87.11416	120			AL	105		
4082772	Perryville	perryville	US	21903	0	America/Chicago	33.02123	-85.80135	246			AL	123		
4082792	Petaluma	petaluma	US	94952	0	America/Chicago	30.71686	-88.27445	55			AL	097		
4082803	Peterman	peterman	US	36471	0	America/Chicago	31.1999	-85.4791	94			AL	069		
4082804	Peterman	peterman	US	36471	89	America/Chicago	31.5846	-87.25943	57	Peterman,Rumbley		AL	099		
4082821	Peterson	peterson	US	35478	0	America/Chicago	33.23262	-87.42361	127	Peterson,Peterson City,Shiras		AL	125		
4082833	Petrey	petrey	US	36062	59	America/Chicago	31.84876	-86.20774	111			AL	041		
4082860	Phelan	phelan	US	92329	0	America/Chicago	34.13315	-86.81722	227			AL	043		
4082866	Phenix City	phenix-city	US	36867	37570	America/New_York	32.47098	-85.00077	74	Browneville,Brownville,Feniks-Siti,Finiks Siti,Knights Station,Lively,Phenix City,Phoenix,feng huang cheng,fnyks syty  alabama,fynyks syty,phiniksa siti,Фенікс-Сіті,Финикс Сити,فنیکس سیتی، آلاباما,فينيكس سيتي,فینیکس سیتی، ئەلاباما,फिनिक्स सिटी,凤凰城,鳳凰城	113	AL	113		
4082869	Phil Campbell	phil-campbell	US	35581	1235	America/Chicago	34.35093	-87.70642	312	Fil Kembel,Fil-Kempbell,fyl kambl,fyl kmpbl  alabama,phila kyampabela,Фил Кембел,Філ-Кемпбелл,فيل كامبل,فیل کمپبل، آلاباما,فیل کەمبل، ئەلاباما,फिल क्याम्पबेल,菲尔·坎贝尔		AL	059		
4082882	Philadelphia	philadelphia	US	13673	0	America/Chicago	33.94177	-85.54774	220			AL	015		
4082883	Philadelphia	philadelphia	US	13673	0	America/Chicago	31.16101	-85.10743	38			AL	069		
4082957	Phillipsville	phillipsville	US	95559	0	America/Chicago	30.8963	-87.63554	59	Belle Fontaine,Phillipsville		AL	003		
4082964	Phoenixville	phoenixville	US	19460	0	America/Chicago	33.45594	-86.89416	165	Phoenixville,Trevellicks		AL	073		
4082992	Pickett	pickett	US	54964	0	America/Chicago	31.97793	-85.62606	131			AL	011		
4083004	Piedmont	piedmont	US	26750	4714	America/Chicago	33.92455	-85.61135	214	Cross Plains,Cross Point,Gross Plains,Gross Point,Hollow Stump,Pedmont,Pidmont,Piedmont,Piedmont Station,bydmwnt,pa'idamanta,pi ai meng te,pymwnt  alabama,Пидмонт,Пєдмонт,بيدمونت,پیدمۆنت، ئەلاباما,پیمونت، آلاباما,पाइडमन्ट,皮埃蒙特		AL	015		
4083020	Piedmont	piedmont	US	26750	0	America/Chicago	34.70065	-86.57694	188			AL	089		
4083073	Pike Road	pike-road	US	36064	8274	America/Chicago	32.28431	-86.10302	90	Pike Road,Pikeroad		AL	101		
4083078	Pikeville	pikeville	US	27863	0	America/Chicago	34.74369	-86.03859	192			AL	071		
4083079	Pikeville	pikeville	US	27863	0	America/Chicago	34.03816	-87.95114	214			AL	093		
4083181	Pinckard	pinckard	US	36371	634	America/Chicago	31.31156	-85.55299	106	Cross Roads,Pinckard		AL	045		
4083190	Pine Apple	pine-apple	US	36768	126	America/Chicago	31.87342	-86.98922	93	Pine Apple,Pineapple		AL	131		
4083253	Pine Grove	pine-grove	US	17963	0	America/Chicago	30.83352	-87.7411	74			AL	003		
4083254	Pine Grove	pine-grove	US	17963	0	America/Chicago	32.03599	-85.58883	151	Pine Grove,Pinegrove		AL	011		
4083255	Pine Grove	pine-grove	US	17963	0	America/Chicago	34.03315	-85.70774	191			AL	019		
4083256	Pine Grove	pine-grove	US	17963	0	America/Chicago	34.09537	-86.2597	262			AL	055		
4083257	Pine Grove	pine-grove	US	17963	0	America/Chicago	33.92788	-85.94719	231			AL	055		
4083258	Pine Grove	pine-grove	US	17963	0	America/Chicago	32.71624	-85.25189	232			AL	081		
4083259	Pine Grove	pine-grove	US	17963	0	America/Chicago	30.71325	-88.13111	32			AL	097		
4083260	Pine Grove	pine-grove	US	17963	0	America/Chicago	33.34734	-88.23059	97			AL	107		
4083261	Pine Grove	pine-grove	US	17963	0	America/Chicago	32.76985	-85.70496	209			AL	123		
4083368	Pine Hill	pine-hill	US	12465	0	America/Chicago	34.21843	-86.89528	298			AL	043		
4083369	Pine Hill	pine-hill	US	12465	0	America/Chicago	33.46706	-85.41106	333			AL	111		
4083370	Pine Hill	pine-hill	US	12465	919	America/Chicago	31.97959	-87.58806	34	Pine Hill,Pinehill		AL	131		
4083414	Pine Level	pine-level	US	27568	4183	America/Chicago	32.58374	-86.46553	175			AL	001		
4083415	Pine Level	pine-level	US	27568	0	America/Chicago	31.47572	-86.18634	144			AL	031		
4083416	Pine Level	pine-level	US	27568	0	America/Chicago	32.06793	-86.05968	149	Pine Level,Pine Tucky,Pinelevel		AL	101		
4083460	Pine Mountain	pine-mountain	US	31822	0	America/Chicago	33.80899	-86.5686	315			AL	009		
4083461	Pine Ridge	pine-ridge	US	41360	283	America/Chicago	34.43953	-85.78441	291	Pajn Ridz,Pajn-Ridzh,bayn ryj,pa'ina rija,payn ryj  alabama,qing song ling,Пайн-Ридж,Пајн Риџ,باين ريج,پاین ریج، آلاباما,پاین ریج، ئەلاباما,पाइन रीज,青松岭		AL	049		
4083512	Pinecrest	pinecrest	US	95364	0	America/Chicago	30.47103	-88.35695	23			AL	097		
4083516	Pinedale	pinedale	US	82941	0	America/Chicago	32.29514	-86.23858	69			AL	101		
4083517	Pinedale	pinedale	US	82941	0	America/Chicago	33.2654	-87.60695	73			AL	125		
4083539	Pinehurst	pinehurst	US	01866	0	America/Chicago	33.21345	-87.55973	71			AL	125		
4083556	Pineview	pineview	US	31071	0	America/Chicago	33.5376	-86.68165	297			AL	073		
4083571	Pineville	pineville	US	18946	0	America/Chicago	31.74266	-87.17721	86			AL	099		
4083636	Piney Point	piney-point	US	20674	0	America/Chicago	32.84402	-85.85968	153			AL	123		
4083642	Piney Woods	piney-woods	US	39148	0	America/Chicago	33.82149	-85.43384	341			AL	029		
4083697	Pinson	pinson	US	35126	7438	America/Chicago	33.68899	-86.68332	189	Hagoods Crossroads,Mount Pinson,Mount Pinson Station,Pinson,Wymond,bynswn,pan song,pinasana,pynsan  alabama,Пинсон,Пінсон,بينسون,پینسان، آلاباما,पिनसन,潘松		AL	073		
4083725	Pisgah	pisgah	US	35765	711	America/Chicago	34.68092	-85.84775	416			AL	071		
4083726	Pisgah	pisgah	US	35765	0	America/Chicago	34.88981	-86.81722	256			AL	083		
4083727	Pisgah	pisgah	US	35765	697	America/Chicago	31.99682	-86.11829	150			AL	101		
4083780	Pittsburg	pittsburg	US	03592	0	America/Chicago	34.52537	-87.20585	208	Pitsburg,Pitt,Pittsburg,Питсбург		AL	079		
4083781	Pittsview	pittsview	US	36871	0	America/Chicago	32.18821	-85.16327	73	Pittsboro,Pittsview		AL	113		
4083791	Plainview	plainview	US	11803	0	America/Chicago	33.66538	-85.39329	306			AL	029		
4083792	Plainview	plainview	US	11803	0	America/Chicago	31.36739	-85.61299	71			AL	045		
4083793	Plainview	plainview	US	11803	0	America/Chicago	34.48314	-85.82053	384			AL	049		
4083805	Plano	plano	US	52581	0	America/Chicago	34.11426	-85.72747	171			AL	019		
4083806	Plant City	plant-city	US	33563	0	America/Chicago	32.85318	-85.19077	190			AL	017		
4083812	Plantersville	plantersville	US	36758	0	America/Chicago	32.6568	-86.92443	75			AL	047		
4083813	Plantersville	plantersville	US	36758	0	America/Chicago	33.36983	-86.23581	145			AL	121		
4083842	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	32.92179	-86.79471	189			AL	021		
4083843	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	34.57148	-87.91809	206			AL	059		
4083844	Pleasant Grove	pleasant-grove	US	35127	447	America/Chicago	34.94369	-85.92165	193	Pleasant Grove,Pleasant Groves		AL	071		
4083846	Pleasant Grove	pleasant-grove	US	35127	10260	America/Chicago	33.49094	-86.97027	185	Earle,Frog Pond,Pleasant Grove,Plezant Grouv,Plezent-Grov,blyznt ghrwf,plijenta grobha,plyznt grww  alabama,pu lai sen te ge luo fu,Плезант Гроув,Плезент-Ґров,بليزنت غروف,پلیزنت گروو، آلاباما,پلێزنت گرۆڤ، ئەلاباما,प्लिजेन्ट ग्रोभ,普莱森特格罗夫		AL	073		
4083847	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	34.86953	-87.16168	241	Holbert Springs,Pleasant Grove,Skinhead		AL	083		
4083848	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	34.26898	-86.33859	305			AL	095		
4083849	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	33.1404	-87.92474	78	King Store,Pleasant Grove,Pleasantgrove		AL	107		
4083850	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	33.52122	-86.40915	149			AL	115		
4083851	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	33.52288	-86.14942	178			AL	121		
4083852	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	33.80011	-87.37306	105			AL	127		
4083968	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	31.74489	-85.23355	107			AL	005		
4083969	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	32.98734	-87.19777	114			AL	007		
4083970	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	31.84737	-87.63555	146			AL	025		
4083971	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	31.42934	-85.67438	123			AL	045		
4083972	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	32.16542	-86.91193	123	Fort Rascal,Pleasant Hill,Pleasanthill		AL	047		
4083973	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.44009	-85.83386	379			AL	049		
4083974	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	31.06324	-87.49109	92			AL	053		
4083975	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.10843	-86.0347	188	Nina,Pleasant Hill		AL	055		
4083977	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.5637	-86.13304	183			AL	071		
4083978	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	33.33095	-86.9961	157			AL	073		
4083979	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	32.45847	-85.61578	143			AL	087		
4083980	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	31.85904	-85.94634	132	Pleasant Hill,Rough Log		AL	109		
4083981	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	33.23956	-86.28331	158			AL	121		
4083982	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.21899	-87.44307	257			AL	133		
4084135	Pleasant Plains	pleasant-plains	US	62677	0	America/Chicago	31.30434	-85.22965	86			AL	069		
4084143	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	33.70983	-85.69913	217			AL	015		
4084144	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	34.30399	-86.815	315			AL	043		
4084145	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	34.50565	-87.68892	265	Bruceton,Pleasant Ridge		AL	059		
4084146	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	33.01429	-88.08363	93	Pleasant Ridge,Pleasantridge,Ridge		AL	063		
4084147	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	34.17177	-87.99059	198			AL	093		
4084149	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	31.6646	-86.0544	105			AL	109		
4084210	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	33.61316	-86.25359	169			AL	115		
4084212	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	34.00149	-86.1272	180			AL	055		
4084254	Pleasant View	pleasant-view	US	37146	0	America/Chicago	34.23482	-86.76555	268			AL	043		
4084281	Plevna	plevna	US	59344	0	America/Chicago	34.96175	-86.41666	259			AL	089		
4084305	Pocahontas	pocahontas	US	24635	0	America/Chicago	33.87289	-87.48307	146	Leland,Pocahontas		AL	127		
4084324	Point Clear	point-clear	US	36564	2125	America/Chicago	30.47408	-87.91916	3	Big Point Clear,Point Clear,Pointclear		AL	003		
4084374	Polk	polk	US	16342	0	America/Chicago	32.27236	-86.8886	76			AL	047		
4084382	Pollard	pollard	US	72456	135	America/Chicago	31.02713	-87.17358	19			AL	053		
4084434	Ponderosa	ponderosa	US	87044	0	America/Chicago	30.72936	-88.25834	57			AL	097		
4084455	Pope	pope	US	38658	0	America/Chicago	34.05871	-85.63663	177			AL	019		
4084456	Pope	pope	US	38658	0	America/Chicago	34.49898	-85.88608	381			AL	049		
4084457	Pope	pope	US	38658	0	America/Chicago	32.06293	-87.62445	46			AL	091		
4084505	Poplar Ridge	poplar-ridge	US	13139	0	America/Chicago	34.58731	-86.36471	182			AL	095		
4084571	Port Royal	port-royal	US	17082	0	America/Chicago	32.64152	-87.74584	26			AL	065		
4084575	Porter	porter	US	04068	0	America/Chicago	33.62316	-87.05472	97			AL	073		
4084598	Portersville	portersville	US	16051	0	America/Chicago	34.3212	-85.8208	234	Porter Town,Portersville,Porterville,Van Buren		AL	049		
4084605	Portland	portland	US	04101	0	America/Chicago	32.15459	-87.1686	30			AL	047		
4084663	Potter	potter	US	54160	0	America/Chicago	32.43125	-87.10805	45			AL	047		
4084687	Powderly	powderly	US	42367	0	America/Chicago	33.46844	-86.87138	173	Carrollsville,Carrollton,Powderly		AL	073		
4084691	Powell	powell	US	37849	957	America/Chicago	34.53183	-85.89455	344	Powell,Powells Crossroads		AL	049		
4084692	Powell	powell	US	37849	0	America/Chicago	34.97786	-87.25363	251			AL	077		
4084728	Powellville	powellville	US	21852	0	America/Chicago	33.90844	-87.09945	177			AL	127		
4084729	Powers	powers	US	49874	0	America/Chicago	32.96568	-87.65584	46			AL	065		
4084733	Powhatan	powhatan	US	23139	0	America/Chicago	33.59066	-87.10861	84	Linbergh,Powhatan		AL	073		
4084744	Prairie	prairie	US	39756	0	America/Chicago	32.15403	-87.44	49			AL	131		
4084774	Prairieville	prairieville	US	70769	0	America/Chicago	32.51014	-87.69445	58	Macon,Prairieville		AL	065		
4084795	Pratts	pratts	US	22731	0	America/Chicago	31.831	-85.50966	162	Hurst,Pratts,Pratts Station		AL	005		
4084796	Prattville	prattville	US	36066	35420	America/Chicago	32.46402	-86.4597	100	Prattvill,Pratvil,bratfyl,prtwyl  alabama,pryatabhila,pu la te wei er,Пратвил,Праттвілл,براتفيل,پرتویل، آلاباما,پرەتڤیل، ئەلاباما,प्र्याटभिल,普拉特维尔	001	AL	001		
4084825	Prescott	prescott	US	48756	0	America/Chicago	33.56844	-86.44582	176			AL	115		
4084843	Preston	preston	US	06365	0	America/Chicago	34.52592	-86.17248	183			AL	095		
4084888	Prichard	prichard	US	25555	22351	America/Chicago	30.7388	-88.07889	9	Prichard,Prichard Station,brytshard,pricarda,prychard  alabama,pu li cha de,Причард,Прічард,بريتشارد,پریچارد، آلاباما,پریچارد، ئەلاباما,प्रिचार्ड,普里查德		AL	097		
4084898	Pride	pride	US	70770	0	America/Chicago	34.7237	-87.82059	143	Pride,Prides,Prides Station		AL	033		
4084925	Princeton	princeton	US	01541	0	America/Chicago	34.84342	-86.24304	197	Birmingham,Princeton		AL	071		
4084943	Proctor	proctor	US	05765	0	America/Chicago	34.71426	-87.05668	181			AL	083		
4084963	Prospect	prospect	US	06712	0	America/Chicago	33.93261	-87.44585	197	Kirk,Prospect,Prospect Station		AL	127		
4085000	Providence	providence	US	02901	0	America/Chicago	31.7221	-86.82276	110			AL	013		
4085001	Providence	providence	US	02901	0	America/Chicago	34.2726	-86.81222	292	Needmore,Providence		AL	043		
4085002	Providence	providence	US	02901	0	America/Chicago	33.45289	-87.3	172	Cohort,Providence		AL	073		
4085003	Providence	providence	US	02901	214	America/Chicago	32.34181	-87.78057	31	Jackson's,Providence,Providens,Провиденс		AL	091		
4085004	Providence	providence	US	02901	0	America/Chicago	33.399	-85.37356	324			AL	111		
4085005	Providence	providence	US	02901	0	America/Chicago	33.51399	-86.05775	169			AL	121		
4085006	Providence	providence	US	02901	0	America/Chicago	33.72205	-87.33389	94	Gayosa,Gayoso,Providence		AL	127		
4085190	Putnam	putnam	US	06260	193	America/Chicago	32.02265	-88.0314	64	Pineville,Putnam		AL	091		
4085219	Queenstown	queenstown	US	21658	0	America/Chicago	33.58816	-86.6211	219			AL	073		
4085244	Quinton	quinton	US	08072	0	America/Chicago	33.67205	-87.06666	133			AL	127		
4085311	Ragland	ragland	US	25690	1682	America/Chicago	33.74454	-86.15581	171	Ragland,Trout Creek		AL	115		
4085333	Rainbow	rainbow	US	76077	0	America/Chicago	34.75259	-86.73639	239			AL	089		
4085336	Rainbow City	rainbow-city	US	35906	9580	America/Chicago	33.95482	-86.04192	170	Coosa Bend,Kota Rainbow,Morgans Crossroads,Rainbow City,Rejnbou Siti,Rejnbov-Siti,cai hong shi,renbo siti,rynbw syty,rynbw syty  alabama,Рейнбов-Сіті,Рејнбоу Сити,رينبو سيتي,رینبو سیتی، آلاباما,ڕەینبۆ سیتی، ئەلاباما,रेन्बो सिटी,彩虹市		AL	055		
4085368	Ralph	ralph	US	35480	0	America/Chicago	33.04207	-87.7689	48	Buck Creek,Cushing,Hickman,Hickmans,Ralph		AL	125		
4085373	Rainsville	rainsville	US	35986	5031	America/Chicago	34.49425	-85.84775	391	Rejnsvil,Rejnsvill,rensabhila,rui si wei er,rynsfyl,rynzwyl  alabama,Рейнсвілл,Рејнсвил,رينسفيل,رینزویل، آلاباما,ڕەینسڤیل، ئەلاباما,रेन्सभिल,瑞斯维尔		AL	049		
4085376	Ramah	ramah	US	80832	0	America/Chicago	31.61238	-87.13748	135			AL	035		
4085392	Ramer	ramer	US	36069	0	America/Chicago	32.05043	-86.22135	143	Athens,Ramer		AL	101		
4085398	Ramsey	ramsey	US	07446	0	America/Chicago	33.99232	-86.14914	188	Ramsay,Ramsey		AL	055		
4085413	Randolph	randolph	US	02368	0	America/Chicago	32.89957	-86.91082	169			AL	007		
4085416	Ranburne	ranburne	US	36273	409	America/Chicago	33.52289	-85.34467	311	Lost Creek,Ranburne		AL	029		
4085445	Range	range	US	36473	0	America/Chicago	31.31267	-87.23553	81	Deer Range,Range		AL	035		
4085474	Ray	ray	US	45672	443	America/Chicago	32.88735	-86.03774	223			AL	037		
4085513	Red Bank	red-bank	US	07701	0	America/Chicago	34.76731	-87.37002	171			AL	079		
4085521	Red Bay	red-bay	US	35582	3131	America/Chicago	34.43982	-88.14087	197	Red Bay,Red Bej,Red-Bej,Redbay,Vincents Cross Roads,Vincents Crossroads,hong wan,ray bay,reda be,Ред Беј,Ред-Бей,راي باي,रेड बे,红湾		AL	059		
4085554	Red Hill	red-hill	US	18076	0	America/Chicago	32.68513	-85.94302	184	Chanahatchee,Channahatchee,Channahatchie,Cheneyhatchee,Red Hill,Refuge Church,Tusslebug		AL	051		
4085555	Red Hill	red-hill	US	18076	0	America/Chicago	34.25593	-86.42415	193			AL	095		
4085558	Red Hill	red-hill	US	18076	0	America/Chicago	33.84205	-86.925	238			AL	009		
4085581	Red Level	red-level	US	36474	0	America/Chicago	33.08984	-85.47773	243			AL	017		
4085582	Red Level	red-level	US	36474	490	America/Chicago	31.40711	-86.61219	108	Read Level,Reads Level,Red Level,Redd Level,Redlevel		AL	039		
4085583	Red Level	red-level	US	36474	0	America/Chicago	32.13431	-86.2233	105			AL	101		
4085596	Red Oak	red-oak	US	23964	0	America/Chicago	31.1399	-86.46051	66			AL	039		
4085611	Red Rock	red-rock	US	74651	0	America/Chicago	33.86816	-87.16667	142			AL	127		
4085618	Red Rock	red-rock	US	74651	0	America/Chicago	34.69787	-87.86392	169			AL	033		
4085619	Red Springs	red-springs	US	28377	0	America/Chicago	32.02987	-88.27113	127			AL	023		
4085723	Reeves	reeves	US	70658	0	America/Chicago	32.96401	-85.9008	214			AL	123		
4085739	Reform	reform	US	35481	1632	America/Chicago	33.37845	-88.0153	73	Reform,ripharma,rui fu er mu,ryfwrm,ryfwrm  alabama,Реформ,ريفورم,ریفورم، آلاباما,ڕیفۆرم، ئەلاباما,रिफर्म,瑞富尔姆		AL	107		
4085771	Rehobeth	rehobeth	US	21857	1449	America/Chicago	31.12296	-85.45271	74	Rehobeth,Sanders		AL	069		
4085784	Rehoboth	rehoboth	US	02769	0	America/Chicago	32.1957	-87.38138	83	Rehobeth,Rehoboth		AL	131		
4085818	Rembert	rembert	US	29128	0	America/Chicago	32.21792	-87.86973	96	Rembert,Rembert Hills		AL	091		
4085824	Remlap	remlap	US	35133	0	America/Chicago	33.81677	-86.60082	226			AL	009		
4085852	Repton	repton	US	36475	272	America/Chicago	31.40906	-87.23915	107			AL	035		
4085856	Republic	republic	US	15475	0	America/Chicago	33.60122	-86.89083	125	Republic,Warner		AL	073		
4085896	Reynolds	reynolds	US	31076	0	America/Chicago	34.63315	-87.17279	185			AL	079		
4085911	Rhinehart	rhinehart	US	71363	0	America/Chicago	34.37037	-85.55357	245			AL	019		
4085936	Rice	rice	US	23966	0	America/Chicago	33.37344	-86.97472	153			AL	073		
4085937	Rice	rice	US	23966	0	America/Chicago	34.31843	-86.5336	331			AL	095		
4085986	Richardson	richardson	US	75080	0	America/Chicago	34.20065	-85.74247	180			AL	019		
4086008	Richburg	richburg	US	14774	0	America/Chicago	31.39683	-85.96078	127			AL	031		
4086012	Richland	richland	US	08350	0	America/Chicago	31.73294	-85.72772	124			AL	109		
4086024	Richville	richville	US	13681	0	America/Chicago	32.81513	-86.31831	160			AL	037		
4086030	Richmond	richmond	US	01254	0	America/Chicago	32.11403	-87.05499	119	Richmond,Warrenton		AL	047		
4086034	Riddle	riddle	US	97469	0	America/Chicago	32.65485	-86.24858	127			AL	051		
4086047	Riderwood	riderwood	US	21139	0	America/Chicago	32.12876	-88.3278	65			AL	023		
4086050	Ridge	ridge	US	11961	0	America/Chicago	33.00818	-88.14864	40			AL	063		
4086066	Ridgecrest	ridgecrest	US	28770	0	America/Chicago	33.40094	-86.78277	162			AL	073		
4086067	Ridgecrest	ridgecrest	US	28770	0	America/Chicago	32.34042	-86.31997	62	Ridge Crest,Ridgecrest		AL	101		
4086077	Ridgefield	ridgefield	US	06877	0	America/Chicago	32.35014	-86.25469	82			AL	101		
4086078	Ridgeland	ridgeland	US	29936	0	America/Chicago	33.24317	-87.53528	101			AL	125		
4086081	Ridgeville	ridgeville	US	29472	0	America/Chicago	31.92515	-86.84026	142	Ernests Store,Ridgeville,The Ridge		AL	013		
4086082	Ridgeville	ridgeville	US	29472	105	America/Chicago	34.05565	-86.1022	197			AL	055		
4086086	Ridgewood	ridgewood	US	07450	0	America/Chicago	33.70149	-86.64971	245			AL	073		
4086087	Ridgewood	ridgewood	US	07450	0	America/Chicago	34.6612	-86.5286	219			AL	089		
4086088	Ridgewood	ridgewood	US	07450	0	America/Chicago	31.7921	-85.94023	136			AL	109		
4086109	Riley	riley	US	47871	0	America/Chicago	31.72627	-87.1261	93			AL	099		
4086126	Ringgold	ringgold	US	15770	0	America/Chicago	34.33398	-85.54774	206			AL	019		
4086133	Ripley	ripley	US	14775	0	America/Chicago	34.76203	-87.12085	197			AL	083		
4086205	Riverdale	riverdale	US	07457	0	America/Chicago	34.56008	-85.5808	507			AL	049		
4086206	Riverdale	riverdale	US	07457	0	America/Chicago	33.23595	-87.53445	77			AL	125		
4086221	Riverside	riverside	US	02915	0	America/Chicago	34.0676	-86.49332	205			AL	009		
4086222	Riverside	riverside	US	02915	0	America/Chicago	34.09482	-86.66777	201			AL	043		
4086223	Riverside	riverside	US	02915	0	America/Chicago	33.93982	-86.02358	159	Buford,Cedar Bend,Riverside		AL	055		
4086224	Riverside	riverside	US	02915	2300	America/Chicago	33.60621	-86.20442	154	Readman,Riversajd,Riverside,Риверсайд		AL	115		
4086249	Riverton	riverton	US	06065	0	America/Chicago	34.88064	-88.0767	151	Riverton,South Riverton		AL	033		
4086254	Riverview	riverview	US	33568	182	America/Chicago	31.06046	-87.05997	22			AL	053		
4086255	Riverview	riverview	US	33568	97	America/Chicago	33.21984	-87.52834	70	Riverview,Riverview Landing,Whites Landing		AL	125		
4086277	River Falls	river-falls	US	36476	527	America/Chicago	31.35327	-86.54102	61			AL	039		
4086285	Roanoke	roanoke	US	24001	6005	America/Chicago	33.15123	-85.37217	258	Chulafinnee,High Pine,Roanok,Roanoke,Roanouk,lo-eonokeu,luo a nuo ke,royanoka,rwanwk  alabama,rwnwk,Роанок,Роаноук,روآنوک، آلاباما,رونوك,ڕوانۆک، ئەلاباما,रोयानोक,罗阿诺克,로어노크		AL	111		
4086333	Roberta	roberta	US	31078	0	America/Chicago	33.09595	-86.80693	148	Hales,Hardys,Newala,Roberta		AL	117		
4086334	Roberts	roberts	US	54023	0	America/Chicago	31.08185	-86.88885	33			AL	053		
4086363	Robertsdale	robertsdale	US	16674	5894	America/Chicago	30.5538	-87.71193	45	Robertsdale,Robertsdejl,Silver Hill,luo bo ci dai er,robartsadela,rwbrtsdyl,Робертсдейл,Робертсдејл,روبرتسديل,रोबर्ट्सडेल,罗伯茨代尔		AL	003		
4086460	Robinsonville	robinsonville	US	38664	0	America/Chicago	31.06129	-87.43831	90			AL	053		
4086482	Rock City	rock-city	US	61070	0	America/Chicago	34.53259	-85.95025	357			AL	071		
4086483	Rock City	rock-city	US	61070	0	America/Chicago	33.98455	-87.70863	203	Baccus,Rock City		AL	093		
4086490	Rock Creek	rock-creek	US	25174	0	America/Chicago	34.59676	-87.9167	205	Rock Creek,Rockcreek		AL	033		
4086496	Rock Creek	rock-creek	US	25174	0	America/Chicago	31.00879	-86.79718	73			AL	053		
4086500	Rock Creek	rock-creek	US	25174	1456	America/Chicago	33.47705	-87.08027	179			AL	073		
4086507	Rock Creek	rock-creek	US	25174	0	America/Chicago	34.1951	-87.38946	241			AL	133		
4086530	Rock Hill	rock-hill	US	12775	0	America/Chicago	31.11657	-86.99913	55			AL	053		
4086579	Rock Spring	rock-spring	US	30739	0	America/Chicago	33.93677	-85.91052	180	Rock Spring,Rocksprings		AL	055		
4086588	Rock Springs	rock-springs	US	53961	0	America/Chicago	34.16815	-86.53666	257			AL	009		
4086589	Rock Springs	rock-springs	US	53961	0	America/Chicago	32.07848	-88.36642	156			AL	023		
4086590	Rock Springs	rock-springs	US	53961	0	America/Chicago	31.95015	-88.08112	15			AL	025		
4086592	Rock Springs	rock-springs	US	53961	0	America/Chicago	31.97154	-86.99082	65			AL	131		
4086629	Rockdale	rockdale	US	76567	0	America/Chicago	33.34622	-86.97805	177			AL	073		
4086630	Rockdale	rockdale	US	76567	0	America/Chicago	33.37595	-85.48329	276	Levins Chapel,Rockdale		AL	111		
4086637	Rockford	rockford	US	35136	449	America/Chicago	32.88957	-86.21969	225	Pondalassa,Pondelassa,Rockford	037	AL	037		
4086654	Rockledge	rockledge	US	30454	0	America/Chicago	34.08926	-86.11275	296			AL	055		
4086661	Rockville	rockville	US	02873	43	America/Chicago	31.42017	-87.8425	94			AL	025		
4086672	Rockwood	rockwood	US	04478	0	America/Chicago	34.4551	-87.78476	211			AL	059		
4086766	Rocky Hill	rocky-hill	US	06067	0	America/Chicago	34.67953	-87.34447	178			AL	079		
4086781	Rocky Mount	rocky-mount	US	24151	0	America/Chicago	32.99096	-86.71693	209			AL	021		
4086819	Rocky Point	rocky-point	US	11778	0	America/Chicago	34.52843	-86.80583	188			AL	103		
4086821	Rocky Ridge	rocky-ridge	US	21778	0	America/Chicago	33.41705	-86.77304	163			AL	073		
4086824	Rocky Ridge	rocky-ridge	US	21778	0	America/Chicago	34.59592	-86.27498	187			AL	095		
4086827	Rocky Ridge	rocky-ridge	US	21778	0	America/Chicago	33.49677	-86.28387	152			AL	121		
4086871	Roebuck	roebuck	US	29376	0	America/Chicago	33.58149	-86.70304	229			AL	073		
4086872	Roebuck	roebuck	US	29376	0	America/Chicago	33.27734	-86.87249	140			AL	117		
4086892	Rogers	rogers	US	06263	0	America/Chicago	34.65536	-85.60052	285	Rodgers,Rogers		AL	049		
4086893	Rogers	rogers	US	06263	0	America/Chicago	34.34148	-86.09137	336			AL	049		
4086921	Rogersville	rogersville	US	15359	1231	America/Chicago	34.82578	-87.29676	195	Rodgersville,Rogers Ville,Rogersville		AL	077		
4086933	Roland	roland	US	50236	0	America/Chicago	31.1349	-85.43716	72			AL	069		
4086947	Rolling Meadows	rolling-meadows	US	60008	0	America/Chicago	34.7687	-86.63472	240			AL	089		
4086951	Rollins	rollins	US	59931	0	America/Chicago	32.65707	-86.45498	116			AL	001		
4086952	Rollins	rollins	US	59931	0	America/Chicago	32.94624	-85.42523	257			AL	017		
4086964	Rome	rome	US	13440	0	America/Chicago	31.14184	-86.66885	96			AL	039		
4086974	Romulus	romulus	US	14541	0	America/Chicago	33.14762	-87.75196	97			AL	125		
4086982	Roosevelt	roosevelt	US	08555	0	America/Chicago	33.43955	-86.93305	153	Roosevelt,Roosevelt City		AL	073		
4086988	Roper	roper	US	27970	0	America/Chicago	33.60649	-86.58026	261	Roper,Roper Hill		AL	073		
4087000	Rosalie	rosalie	US	68055	0	America/Chicago	34.6998	-85.76858	452	Rosalee,Rosalie		AL	071		
4087005	Rose Hill	rose-hill	US	24281	0	America/Chicago	31.44933	-86.3394	132	Rose Hill,Rosehill		AL	039		
4087006	Rose Hill	rose-hill	US	24281	0	America/Chicago	33.54899	-86.66415	256			AL	073		
4087007	Rose Hill	rose-hill	US	24281	0	America/Chicago	32.48764	-86.36303	71			AL	051		
4087024	Rosebud	rosebud	US	57570	0	America/Chicago	31.94126	-87.13693	77			AL	131		
4087028	Rosedale	rosedale	US	11422	0	America/Chicago	33.48372	-86.79416	226			AL	073		
4087029	Rosedale	rosedale	US	11422	0	America/Chicago	33.18734	-87.55667	55	Rosedale,Socktown		AL	125		
4087038	Roselawn	roselawn	US	46372	0	America/Chicago	33.23623	-87.58112	67			AL	125		
4087042	Roselle	roselle	US	07203	0	America/Chicago	33.18567	-86.04969	258	Hatchett,Hatchett Creek,Roselle		AL	027		
4087050	Rosemont	rosemont	US	08556	0	America/Chicago	33.45789	-86.88499	171			AL	073		
4087071	Rosewood	rosewood	US	43070	0	America/Chicago	33.20151	-87.51612	81			AL	125		
4087079	Roseboro	roseboro	US	28382	0	America/Chicago	34.98425	-86.40249	268			AL	089		
4087104	Roswell	roswell	US	30075	0	America/Chicago	34.2076	-86.53666	280			AL	009		
4087128	Round Mountain	round-mountain	US	78663	0	America/Chicago	34.21565	-85.68385	176			AL	019		
4087158	Roundhill	roundhill	US	42275	0	America/Chicago	31.89265	-87.71167	140	Round Hill,Roundhill,Rural		AL	025		
4087171	Roxana	roxana	US	41848	0	America/Chicago	32.68708	-85.66912	225	Rock Springs,Roxana		AL	081		
4087172	Roxana	roxana	US	41848	0	America/Chicago	32.1832	-86.27163	71			AL	101		
4087194	Royal	royal	US	51357	0	America/Chicago	34.07204	-86.50221	230			AL	009		
4087271	Russell	russell	US	01071	0	America/Chicago	31.05629	-88.23195	98			AL	097		
4087313	Russellville	russellville	US	29476	9847	America/Chicago	34.50787	-87.72864	232	Raselvil,Rassellvill,Ruselvil,la sai er wei er,leoselbil,raselabhila,raslfyl,raslwyl  alabama,Раселвил,Расселлвілл,Ръселвил,راسلفيل,راسلویل، آلاباما,ڕەسلڤیل، ئەلاباما,रसेलभिल,拉塞尔维尔,러셀빌	059	AL	059		
4087328	Ruth	ruth	US	39662	0	America/Chicago	34.36426	-86.55666	297			AL	095		
4087331	Rutherford	rutherford	US	07070	0	America/Chicago	32.18904	-85.318	88	Rutherford,Wheatley,Whetly		AL	113		
4087350	Rutledge	rutledge	US	30663	459	America/Chicago	31.73043	-86.30968	105	Barbers Cross Roads,Barbers Crossroads,Rutledge		AL	041		
4087370	Ryan	ryan	US	52330	0	America/Chicago	33.16789	-86.86666	161			AL	117		
4087380	Ryland	ryland	US	35767	0	America/Chicago	34.76981	-86.48082	215			AL	089		
4087414	Safford	safford	US	36773	0	America/Chicago	32.28792	-87.37139	70	Safford,Safford Station		AL	047		
4087421	Saginaw	saginaw	US	35137	0	America/Chicago	33.21623	-86.79193	166	Longview,Saginaw		AL	117		
4087478	Saint Clair	saint-clair	US	17970	0	America/Chicago	32.53486	-86.2333	55			AL	051		
4087479	Saint Clair	saint-clair	US	17970	0	America/Chicago	32.32347	-86.61664	64	Lowndesboro,Lowndesboro Station,Saint Clair,St. Clair		AL	085		
4087494	Saint Clair Shores	saint-clair-shores	US	48080	0	America/Chicago	33.49594	-86.30359	147			AL	115		
4087509	Saint Elmo	saint-elmo	US	36568	0	America/Chicago	30.50353	-88.25417	41			AL	097		
4088087	Saint Stephens	saint-stephens	US	36569	495	America/Chicago	31.5398	-88.05463	69	New Saint Stephens,Saint Stephens,St. Stephens		AL	129		
4088162	Salem	salem	US	01970	0	America/Chicago	32.35042	-87.26222	47			AL	047		
4088163	Salem	salem	US	01970	0	America/Chicago	33.67817	-87.49806	194			AL	057		
4088164	Salem	salem	US	01970	0	America/Chicago	32.59628	-85.23835	213	Sejlem,Сейлем		AL	081		
4088165	Salem	salem	US	01970	0	America/Chicago	34.93897	-87.11473	240			AL	083		
4088333	Samaria	samaria	US	48177	0	America/Chicago	32.81902	-86.63193	193			AL	021		
4088339	Samantha	samantha	US	35482	0	America/Chicago	33.42234	-87.60529	120	Cowden,Samantha		AL	125		
4088360	Samson	samson	US	36477	1928	America/Chicago	31.11295	-86.04605	62	Sampson,Samson,sa mu sen,samswn,samswn  alabama,syamasana,Самсон,سامسون,سامسون، آلاباما,سامسۆن، ئەلاباما,स्यामसन,萨姆森		AL	061		
4088537	Sandusky	sandusky	US	14133	0	America/Chicago	33.54983	-86.90027	170			AL	073		
4088582	Sandy Point	sandy-point	US	04972	0	America/Chicago	31.79211	-85.26994	124	Belcher,Sandy Point		AL	005		
4088586	Sandy Ridge	sandy-ridge	US	16677	0	America/Chicago	32.02459	-86.45192	117	Sandy Ridge,Sandyridge		AL	085		
4088594	Sanford	sanford	US	04073	247	America/Chicago	31.29823	-86.38912	88	Sanford,Senford,sanfwrd,sang fu de,snfwrd  alabama,syanpharda,Санфорд,Сенфорд,سانفورد,سنفورد، آلاباما,سەنفۆرد، ئەلاباما,स्यान्फर्ड,桑福德		AL	039		
4088597	Sandy Springs	sandy-springs	US	29677	0	America/Chicago	34.07315	-85.49885	210			AL	019		
4088628	Saraland	saraland	US	36571	13906	America/Chicago	30.82074	-88.07056	4	Alvarez Station,Cleveland,Cleveland Station,Saraland,Saralend,sa la lan,saraland,saralyanda,Сараланд,Сараленд,سارالاند,साराल्यान्ड,萨拉兰		AL	097		
4088641	Saratoga	saratoga	US	27873	0	America/Chicago	34.25287	-86.19276	324			AL	095		
4088646	Sardis	sardis	US	30456	0	America/Chicago	32.08904	-85.76273	155			AL	011		
4088647	Sardis	sardis	US	30456	0	America/Chicago	31.67988	-86.50664	126			AL	013		
4088648	Sardis	sardis	US	30456	0	America/Chicago	31.90293	-86.3158	178			AL	041		
4088649	Sardis	sardis	US	30456	0	America/Chicago	32.28764	-86.98582	75	Berlin,Sardis		AL	047		
4088650	Sardis	sardis	US	30456	0	America/Chicago	32.70402	-85.75801	210			AL	123		
4088651	Sardis	sardis	US	30456	0	America/Chicago	33.76483	-87.34306	149	Sardis,Tubbs Hill		AL	127		
4088652	Sardis	sardis	US	30456	0	America/Chicago	33.79677	-87.14889	95			AL	127		
4088737	Satsuma	satsuma	US	32189	6182	America/Chicago	30.85324	-88.05611	4	Sacuma,Satsuma,sa mo,satsuma,satswma,Сатсума,Сацума,ساتسوما,सात्सुमा,萨摩		AL	097		
4089140	Seminole	seminole	US	16253	0	America/Chicago	30.5152	-87.47387	30			AL	003		
4089148	Semmes	semmes	US	36575	3886	America/Chicago	30.77824	-88.25917	75			AL	097		
4088792	Sawyerville	sawyerville	US	36776	0	America/Chicago	32.7518	-87.72945	69	Sawyers Depot,Sawyerville		AL	065		
4088801	Sayre	sayre	US	18840	0	America/Chicago	33.71233	-86.97444	127	Sayre,Sayre Mines		AL	073		
4088835	Schley	schley	US	23154	0	America/Chicago	32.79318	-86.36997	144			AL	037		
4088878	Scotland	scotland	US	06264	0	America/Chicago	31.66682	-87.27304	120	Old Scotland,Scotland		AL	099		
4088896	Scott City	scott-city	US	63780	0	America/Chicago	33.54705	-86.57971	211			AL	073		
4088916	Scottsboro	scottsboro	US	35768	14722	America/Chicago	34.67231	-86.03415	196	Sage Town,Scotts Mill,Scottsboro,Scottsborough,Scottsville,Skotsboro,Skottsboro,askatsbra  alabama,si ke ci bo luo,skatasbaro,skwtsbwrw,Скотсборо,Скоттсборо,اسکاتسبرا، آلاباما,سكوتسبورو,سکۆتسبۆرۆ، ئەلاباما,स्कटस्बरो,斯科茨博罗	071	AL	071		
4088926	Scottsdale	scottsdale	US	85250	0	America/Chicago	33.209	-86.82082	171			AL	117		
4088928	Scottsville	scottsville	US	14546	0	America/Chicago	33.03318	-87.2	105			AL	007		
4088939	Scranton	scranton	US	18501	0	America/Chicago	31.19295	-85.84188	82			AL	061		
4088963	Seaboard	seaboard	US	27876	0	America/Chicago	31.32128	-88.18862	34	Seaboard,Seabord		AL	129		
4088973	Seale	seale	US	36875	0	America/Chicago	32.29737	-85.16883	104	Seal Station,Seale,Seale Courthouse,Seale's Station,Seales Station,Silver Run,Silver Runn		AL	113		
4088982	Searcy	searcy	US	72143	0	America/Chicago	31.91543	-86.60525	143			AL	013		
4088987	Searles	searles	US	56084	0	America/Chicago	33.32428	-87.32167	195			AL	125		
4089039	Section	section	US	35771	0	America/Chicago	34.70037	-87.47641	176			AL	033		
4089040	Section	section	US	35771	759	America/Chicago	34.57897	-85.98664	409	Mount Zion,Section		AL	071		
4089097	Sellers	sellers	US	29592	0	America/Chicago	32.05626	-86.30302	93			AL	101		
4089112	Sellersville	sellersville	US	18960	0	America/Chicago	31.1299	-86.00411	66			AL	061		
4089114	Selma	selma	US	24474	19519	America/Chicago	32.40736	-87.0211	38	Ecor de Bienville,High Soapstone Bluff,Moores Bluff,Piachee,Piachi,SEM,SES,Sel'ma,Selma,sai er ma,selma,seruma,slma,slma  alabama,Селма,Сельма,سلما,سلما، آلاباما,سێلما، ئەلاباما,सेल्मा,セルマ,塞尔玛,셀마	047	AL	047		
4089222	Sewell	sewell	US	08080	0	America/Chicago	33.38984	-85.30634	381	Hesters Store,Sewell		AL	111		
4089235	Seymour	seymour	US	06483	0	America/Chicago	33.11456	-87.02499	126			AL	007		
4089284	Shady Grove	shady-grove	US	17256	0	America/Chicago	33.16901	-86.00608	289			AL	027		
4089285	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.52405	-86.03773	102			AL	031		
4089286	Shady Grove	shady-grove	US	17256	0	America/Chicago	34.11398	-86.15692	332			AL	055		
4089287	Shady Grove	shady-grove	US	17256	0	America/Chicago	34.31676	-87.73058	300			AL	059		
4089288	Shady Grove	shady-grove	US	17256	0	America/Chicago	33.59316	-87.00333	173			AL	073		
4089289	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.9096	-86.16246	132	Chesser,Shady Grove		AL	109		
4089290	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.63099	-88.39141	92			AL	129		
4089420	Shadyside	shadyside	US	43947	0	America/Chicago	33.50983	-86.8761	169			AL	073		
4089449	Shannon	shannon	US	28386	0	America/Chicago	33.40539	-86.87194	197			AL	073		
4089494	Shaw	shaw	US	38773	0	America/Chicago	33.5065	-88.09419	141			AL	107		
4089504	Shawmut	shawmut	US	04975	0	America/Chicago	32.84041	-85.18327	184	Shawmut,Valley		AL	017		
4089512	Shawnee	shawnee	US	43782	0	America/Chicago	31.99376	-87.20693	97			AL	131		
4089536	Sheffield	sheffield	US	01257	9108	America/Chicago	34.76509	-87.69864	157	Sheffield,Sheffild,Shefild,York Bluff,sephaphilda,shfyld,shfyld  alabama,xie fei er de,Шефилд,Шеффилд,Шеффілд,شفيلد,شفیلد، آلاباما,شێفیلد، ئەلاباما,शेफफिल्ड,谢菲尔德		AL	033		
4089549	Shelby	shelby	US	28150	1044	America/Chicago	33.1104	-86.58415	151			AL	117		
4089571	Shell	shell	US	82441	0	America/Chicago	31.60127	-86.65358	101			AL	013		
4089669	Sherman Oaks	sherman-oaks	US	91403	0	America/Chicago	33.63677	-86.58888	251			AL	073		
4089682	Sherwood	sherwood	US	21665	0	America/Chicago	30.61964	-88.08333	6			AL	097		
4089683	Sherwood	sherwood	US	21665	0	America/Chicago	32.37986	-86.25358	79			AL	101		
4089684	Sherwood	sherwood	US	21665	0	America/Chicago	33.21706	-87.55112	51			AL	125		
4089706	Shiloh	shiloh	US	08353	0	America/Chicago	33.02096	-85.53662	230			AL	017		
4089707	Shiloh	shiloh	US	08353	0	America/Chicago	33.25734	-85.7494	326			AL	027		
4089708	Shiloh	shiloh	US	08353	0	America/Chicago	31.11545	-86.48606	78			AL	039		
4089709	Shiloh	shiloh	US	08353	275	America/Chicago	34.46259	-85.87969	385	Blackoak,Shiloh		AL	049		
4089710	Shiloh	shiloh	US	08353	266	America/Chicago	34.83508	-85.6033	429			AL	049		
4089711	Shiloh	shiloh	US	08353	0	America/Chicago	33.97482	-86.1722	182			AL	055		
4089712	Shiloh	shiloh	US	08353	0	America/Chicago	32.12737	-87.73529	123			AL	091		
4089713	Shiloh	shiloh	US	08353	0	America/Chicago	31.78127	-85.74411	148			AL	109		
4089918	Shirley	shirley	US	01464	0	America/Chicago	33.35012	-87.74723	78			AL	125		
4089997	Short Creek	short-creek	US	26058	0	America/Chicago	33.55122	-87.10139	98			AL	073		
4090008	Shorter	shorter	US	36075	429	America/Chicago	32.39486	-85.9169	112	Shorter,Shorters Depot		AL	087		
4090011	Shorterville	shorterville	US	36373	0	America/Chicago	31.57017	-85.10132	128			AL	067		
4090029	Shreve	shreve	US	44676	0	America/Chicago	31.50961	-86.70691	114	Rat,Shreve		AL	035		
4090062	Sidney	sidney	US	13838	0	America/Chicago	34.27898	-86.36582	188	Clear Springs,Sidney		AL	095		
4090063	Sidney	sidney	US	13838	0	America/Chicago	31.06796	-88.23445	97			AL	097		
4090076	Sikes	sikes	US	71473	0	America/Chicago	32.88874	-85.55856	239	Ridge Grove,Sikes		AL	017		
4090084	Silas	silas	US	36919	432	America/Chicago	31.76543	-88.32918	74			AL	023		
4090095	Siloam	siloam	US	27047	0	America/Chicago	32.42292	-88.26753	103	Daniels Villa,Siloam,Silon		AL	119		
4090112	Siluria	siluria	US	35144	0	America/Chicago	33.22928	-86.82499	150			AL	117		
4090139	Silverhill	silverhill	US	36576	761	America/Chicago	30.54547	-87.75166	44	Silver Hill,Silverhill		AL	003		
4090183	Simpson	simpson	US	26435	0	America/Chicago	33.07179	-85.7219	243			AL	123		
4090184	Simpson	simpson	US	26435	0	America/Chicago	34.58343	-87.00029	179			AL	103		
4090262	Sipsey	sipsey	US	35584	426	America/Chicago	33.82483	-87.08611	132	Janeburg,Janeburgh,Sipsey		AL	127		
4090288	Six Mile	six-mile	US	29682	0	America/Chicago	34.42398	-86.75639	190			AL	103		
4090365	Skipperville	skipperville	US	36374	0	America/Chicago	31.55767	-85.54549	140			AL	045		
4090434	Slaughters	slaughters	US	42456	0	America/Chicago	32.82541	-85.67246	221			AL	123		
4090443	Sledge	sledge	US	38670	0	America/Chicago	32.69958	-88.31003	68	Sledge,Sledge Crossing		AL	119		
4090470	Slocomb	slocomb	US	36375	1972	America/Chicago	31.10823	-85.59438	87			AL	061		
4090504	Smith	smith	US	89430	0	America/Chicago	32.52625	-85.81468	135			AL	123		
4090636	Smithdale	smithdale	US	39664	0	America/Chicago	34.20065	-86.85972	291			AL	043		
4090641	Smithfield	smithfield	US	02917	0	America/Chicago	30.66186	-88.21167	48			AL	097		
4090646	Smithfield	smithfield	US	02917	0	America/Chicago	33.50844	-86.84194	170	Smithers,Smithfield		AL	073		
4090684	Smiths Station	smiths-station	US	36877	5300	America/Chicago	32.54014	-85.09855	162	Smiths Station		AL	081		
4090695	Smithtown	smithtown	US	11787	0	America/Chicago	30.86102	-88.20862	30			AL	097		
4090708	Smyer	smyer	US	79367	0	America/Chicago	31.89349	-88.0289	109			AL	025		
4090711	Smyrna	smyrna	US	13464	0	America/Chicago	31.23518	-85.32549	77			AL	069		
4090712	Smyrna	smyrna	US	13464	0	America/Chicago	33.45678	-85.44579	330			AL	111		
4090767	Snow Hill	snow-hill	US	21863	0	America/Chicago	31.45934	-85.48049	127			AL	045		
4090769	Snow Hill	snow-hill	US	21863	0	America/Chicago	32.00459	-87.00721	69	Snow Hill,Snowhill		AL	131		
4090817	Society Hill	society-hill	US	29593	0	America/Chicago	32.42653	-85.44522	143	Society Hill,Societyhill		AL	087		
4090852	Somerset	somerset	US	02725	0	America/Chicago	31.02129	-85.89271	52			AL	061		
4090853	Somerville	somerville	US	02143	716	America/Chicago	34.47338	-86.7987	200	Samervil,Somervill,sa mo wei er,somarabhila,swmrfyl,Самервил,Сомервілл,سومرفيل,सोमरभिल,萨默维尔		AL	103		
4090863	Sonoma	sonoma	US	95476	0	America/Chicago	34.0751	-85.90275	180			AL	055		
4090940	South Gate	south-gate	US	90280	0	America/Chicago	34.62537	-86.55332	201			AL	089		
4090976	South Park	south-park	US	15129	0	America/Chicago	33.1804	-87.53945	58			AL	125		
4091034	Southern Pines	southern-pines	US	28387	0	America/Chicago	34.2226	-86.89084	274			AL	043		
4091043	Southgate	southgate	US	48195	0	America/Chicago	31.34045	-85.34993	116			AL	067		
4091046	Southlake	southlake	US	76092	0	America/Chicago	33.36317	-86.77332	163			AL	117		
4091054	Southmont	southmont	US	27351	0	America/Chicago	32.32292	-86.29914	57			AL	101		
4091058	Southside	southside	US	25187	8572	America/Chicago	33.92454	-86.02247	189	Smoke Neck,Southside		AL	055		
4091059	Southside	southside	US	25187	0	America/Chicago	34.7737	-86.96445	209			AL	083		
4092122	Straughn	straughn	US	47387	0	America/Chicago	31.38822	-86.41801	114	Haygood,Straughn		AL	039		
4094654	Union	union	US	03887	0	America/Chicago	34.37732	-87.57419	319			AL	059		
4091136	Spanish Fort	spanish-fort	US	36527	8065	America/Chicago	30.67491	-87.91527	8	Spanish Fort,Spejnish-Fort,aspnysh fwrt  alabama,sbanysh fwrt,spyanisa pharta,xi ban ya bao,Спаниш Форт,Спейніш-Форт,اسپنیش فورت، آلاباما,سبانيش فورت,سپەنیش فۆرت، ئەلاباما,स्प्यानिश फर्ट,西班牙堡		AL	003		
4091180	Speed	speed	US	27881	0	America/Chicago	32.77485	-86.23192	155	Gantt,Speed		AL	037		
4091200	Spencer	spencer	US	01562	0	America/Chicago	32.94485	-87.24639	89			AL	007		
4091279	Sprague	sprague	US	68438	0	America/Chicago	32.13292	-86.26997	78			AL	101		
4091306	Spring Brook	spring-brook	US	14140	0	America/Chicago	33.17845	-87.53028	59			AL	125		
4091322	Spring Creek	spring-creek	US	16436	0	America/Chicago	33.08429	-86.53748	124			AL	117		
4091338	Spring Garden	spring-garden	US	36275	238	America/Chicago	33.97288	-85.55385	212	Natural Bridge Recreation Site,Spring Garden		AL	019		
4091339	Spring Garden	spring-garden	US	36275	0	America/Chicago	33.61344	-86.75638	189			AL	073		
4091344	Spring Hill	spring-hill	US	34606	0	America/Chicago	32.07932	-85.33688	114	Cowikee,Harris,Spring Hill		AL	005		
4091345	Spring Hill	spring-hill	US	34606	0	America/Chicago	31.87265	-86.57414	148			AL	013		
4091346	Spring Hill	spring-hill	US	34606	0	America/Chicago	31.9471	-88.13724	111			AL	023		
4091347	Spring Hill	spring-hill	US	34606	0	America/Chicago	31.36322	-86.78886	93			AL	035		
4091348	Spring Hill	spring-hill	US	34606	0	America/Chicago	34.19454	-86.95639	296			AL	043		
4091349	Spring Hill	spring-hill	US	34606	0	America/Chicago	31.10796	-87.03525	59			AL	053		
4091350	Spring Hill	spring-hill	US	34606	0	America/Chicago	30.69852	-88.13889	56	Spring Hill,Springhill		AL	097		
4091351	Spring Hill	spring-hill	US	34606	0	America/Chicago	31.69099	-85.9605	146	Milo,Spring Hill,Springhill		AL	109		
4091352	Spring Hill	spring-hill	US	34606	0	America/Chicago	33.97761	-87.55807	201			AL	127		
4091452	Spring Park	spring-park	US	55384	0	America/Chicago	32.29597	-86.25636	62			AL	101		
4091453	Spring Valley	spring-valley	US	10977	0	America/Chicago	34.65676	-87.6167	156			AL	033		
4091454	Spring Valley	spring-valley	US	10977	0	America/Chicago	33.62927	-85.77635	219			AL	015		
4091455	Spring Valley	spring-valley	US	10977	0	America/Chicago	30.6313	-88.13806	10			AL	097		
4091456	Spring Valley	spring-valley	US	10977	0	America/Chicago	32.30847	-86.26219	64			AL	101		
4091473	Springdale	springdale	US	15144	0	America/Chicago	31.21212	-85.4366	87			AL	069		
4091474	Springdale	springdale	US	15144	0	America/Chicago	33.52399	-86.72193	224			AL	073		
4091475	Springdale	springdale	US	15144	0	America/Chicago	33.60094	-86.76638	175			AL	073		
4091476	Springdale	springdale	US	15144	0	America/Chicago	32.50513	-86.36942	75			AL	051		
4091477	Springdale	springdale	US	15144	0	America/Chicago	33.52788	-86.7111	219			AL	073		
4091487	Springfield	springfield	US	01101	0	America/Chicago	32.51819	-86.37469	112			AL	051		
4091489	Springfield	springfield	US	01101	0	America/Chicago	34.88814	-87.38808	194	Springfield,Springfields		AL	077		
4091490	Springfield	springfield	US	01101	0	America/Chicago	33.21206	-85.31717	294	Pittman,Springfield		AL	111		
4091493	Springfield	springfield	US	01101	0	America/Chicago	31.83377	-87.76195	126	Sandflat,Springfield		AL	025		
4091513	Springhill	springhill	US	71075	0	America/Chicago	33.31039	-85.92191	348			AL	027		
4091542	Springville	springville	US	14141	4198	America/Chicago	33.77505	-86.47191	221	Big Springs,Springville		AL	115		
4091553	Spruce Pine	spruce-pine	US	28777	222	America/Chicago	34.39204	-87.72642	313	Spruce Pine,Sprucepine		AL	059		
4091601	Standard	standard	US	61363	0	America/Chicago	32.41403	-88.29225	87			AL	119		
4091602	Standard	standard	US	61363	0	America/Chicago	33.73594	-87.27056	142			AL	127		
4091625	Stanley	stanley	US	14561	0	America/Chicago	31.20101	-86.44773	87			AL	039		
4091637	Stanton	stanton	US	08885	0	America/Chicago	32.73568	-86.89971	102			AL	021		
4091647	Stapleton	stapleton	US	30823	0	America/Chicago	30.74269	-87.79333	68			AL	003		
4091652	Star	star	US	27356	0	America/Chicago	33.67845	-88.17225	82			AL	075		
4091708	State Line	state-line	US	17263	0	America/Chicago	34.99064	-86.57138	255			AL	089		
4091728	Statesville	statesville	US	28625	0	America/Chicago	32.46958	-86.83054	48			AL	001		
4091754	Stedman	stedman	US	28391	0	America/Chicago	31.07129	-86.30356	77			AL	039		
4091755	Steele	steele	US	35987	1078	America/Chicago	33.93982	-86.20164	177	Steele,Steeles Depot,Steels Depot,Steels Station		AL	115		
4091847	Sterrett	sterrett	US	35147	712	America/Chicago	33.44872	-86.47998	158			AL	117		
4091851	Stevens	stevens	US	17578	0	America/Chicago	33.1279	-88.12003	43			AL	107		
4091859	Stevenson	stevenson	US	06491	1991	America/Chicago	34.86869	-85.83942	192	Stivenson,astywnsn  alabama,shi di wen sen,stebhenasana,styfnswn,Стивенсон,Стівенсон,استیونسن، آلاباما,ستيفنسون,ستیڤنسن، ئەلاباما,स्टेभेनसन,史蒂文森		AL	071		
4091872	Stewart	stewart	US	37175	0	America/Chicago	33.84788	-87.82363	135	Mont Calm P. O.,Stewart		AL	057		
4091873	Stewart	stewart	US	37175	0	America/Chicago	32.91124	-87.70612	41	Stewart,Stewart's Station,Stewarts Station		AL	065		
4091923	Stewartville	stewartville	US	55976	1767	America/Chicago	33.07929	-86.24442	220	Stewartsville,Stewartville		AL	037		
4091924	Stewartville	stewartville	US	55976	0	America/Chicago	34.94814	-87.86892	217	Stewartsville,Stewartville		AL	077		
4091983	Stockton	stockton	US	08559	0	America/Chicago	30.99379	-87.85805	32			AL	003		
4091993	Stockdale	stockdale	US	15483	0	America/Chicago	33.42289	-86.02719	189	Boswell,Stockdale		AL	121		
4091997	Stokes	stokes	US	27884	0	America/Chicago	31.49655	-87.09637	114			AL	035		
4091998	Stokes	stokes	US	27884	0	America/Chicago	33.1354	-87.505	107	Fannelle,Stokes		AL	125		
4092021	Stone Ridge	stone-ridge	US	12484	0	America/Chicago	34.73954	-86.73444	253			AL	089		
4092034	Stonewall	stonewall	US	28583	0	America/Chicago	32.56486	-87.03832	125			AL	047		
4092035	Stonewall	stonewall	US	28583	0	America/Chicago	32.70652	-85.47745	227			AL	081		
4092120	Strawberry	strawberry	US	72469	0	America/Chicago	34.24926	-86.49499	271			AL	009		
4092154	Stringer	stringer	US	39481	0	America/Chicago	34.43565	-86.75639	194	Fort Bluff,Stringer		AL	103		
4092179	Stroud	stroud	US	74079	0	America/Chicago	33.05484	-85.33078	258			AL	017		
4092195	Sturdivant	sturdivant	US	63782	0	America/Chicago	32.91096	-85.85191	178	Sturdevant,Sturdivant		AL	123		
4092199	Sturkie	sturkie	US	72578	0	America/Chicago	32.79791	-85.46884	261			AL	017		
4092251	Sugar Tree	sugar-tree	US	38380	0	America/Chicago	34.65092	-86.53555	201			AL	089		
4092267	Sulligent	sulligent	US	35586	1844	America/Chicago	33.90177	-88.13448	99	Cansler,Moscow,Sulligent		AL	075		
4092305	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	33.69427	-86.05553	160	Schenck Sulpher Springs,Sulphur Springs,Wills Sulpher Springs		AL	015		
4092306	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	33.84288	-85.86386	176			AL	015		
4092307	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	34.06427	-87.03306	227			AL	043		
4092308	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	34.69758	-85.58024	282			AL	049		
4092309	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	34.79647	-85.74192	457			AL	071		
4092310	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	34.91759	-86.50583	220	Carmichael,Quicks Mill,Sulphur Springs		AL	089		
4092333	Sumiton	sumiton	US	35148	2418	America/Chicago	33.75566	-87.05	157	Democrat,Samiton,Sumiton,sa mi dun,samytwn,sumitana,Самитон,Самітон,ساميتون,सुमिटन,萨米顿		AL	127		
4092347	Summerdale	summerdale	US	17093	1128	America/Chicago	30.4877	-87.69971	34	Samerdejl,Sammerdejl,Sonora,Summerdale,sai men dai er,samaradela,samrdyl,samrdyl  alabama,Самердејл,Саммердейл,سامرديل,سامردیل، آلاباما,سامەردەیل، ئەلاباما,समरडेल,赛门戴尔		AL	003		
4092354	Summerfield	summerfield	US	27358	0	America/Chicago	32.52069	-87.04166	98	Summerfield,Valley Creek		AL	047		
4092355	Summerfield	summerfield	US	27358	0	America/Chicago	33.20762	-87.46306	83			AL	125		
4092364	Summerville	summerville	US	15864	0	America/Chicago	30.74547	-88.07667	7			AL	097		
4092373	Summit	summit	US	07901	0	America/Chicago	34.20454	-86.49416	279	Martins Stand,Santafee,Shanty,Summit		AL	009		
4092382	Sumter	sumter	US	29150	0	America/Chicago	33.35345	-87.12777	166	Belle Sumter,Sumter		AL	073		
4092409	Sumterville	sumterville	US	33585	0	America/Chicago	32.7118	-88.23892	90	Pattons Hill,Sumterville		AL	119		
4092414	Sun Valley	sun-valley	US	83353	0	America/Chicago	33.64427	-86.69888	247			AL	073		
4092418	Sunflower	sunflower	US	36581	0	America/Chicago	31.38239	-88.00833	7	Old Wakefield,Sunflower		AL	129		
4092453	Sunnyside	sunnyside	US	11104	0	America/Chicago	33.7176	-86.59165	306			AL	073		
4092485	Sunshine	sunshine	US	70780	0	America/Chicago	32.55986	-87.54862	56			AL	065		
4092493	Superior	superior	US	51363	0	America/Chicago	33.21067	-86.93027	124	Imogene,Superior		AL	117		
4092564	Sweet Home	sweet-home	US	72164	0	America/Chicago	33.55566	-85.89997	201			AL	121		
4092589	Sweet Water	sweet-water	US	36782	246	America/Chicago	32.09737	-87.86751	56	Sweet Water,Sweetwater		AL	091		
4092599	Sweetwater	sweetwater	US	37874	0	America/Chicago	34.62843	-86.91584	177			AL	083		
4092625	Swift	swift	US	56682	0	America/Chicago	30.37631	-87.62637	4			AL	003		
4092647	Swink	swink	US	74761	0	America/Chicago	32.13764	-86.99526	37			AL	047		
4092651	Sycamore	sycamore	US	15364	0	America/Chicago	33.25123	-86.20247	165	Sycamore,Sycamore Grove		AL	121		
4092652	Sycamore	sycamore	US	15364	0	America/Chicago	33.18734	-87.51778	78			AL	125		
4092671	Sylacauga	sylacauga	US	35150	12657	America/Chicago	33.17317	-86.25164	166	Chalakagay,Clevelands Store,Cuillicoga,Cyllacogga,Marble City,Scille Coggy,Silakoga,Sillacogga,Suellocauga,Suillacouge,Suyllecogga,Sylacauga,Sylacogga,Syllacauga,Syllacogy,shirakoga,silakauga,silleokoga,sylakawgha,sylakwga  alabama,xi la ke jia,Силакога,Силакоґа,سيلاكاوغا,سیلاکوگا، آلاباما,سیلاکۆگا، ئەلاباما,सीलाकौगा,シラコーガ,锡拉科加,실러코가		AL	121		
4092684	Sylvan Grove	sylvan-grove	US	67481	0	America/Chicago	31.35378	-85.46549	107	Sylvan Grove,Sylvangrove		AL	045		
4092692	Sylvania	sylvania	US	16945	1854	America/Chicago	34.56231	-85.81247	423	Silvejnija,Silvenija,silbhyaniya,sylfanya,sylwynya  alabama,xi er wei ni ya,Силвејнија,Сілвенія,سيلفانيا,سیلوینیا، آلاباما,سیلڤەینیا، ئەلاباما,सील्भ्यानिया,西尔韦尼亚		AL	049		
4092761	Taft	taft	US	38488	0	America/Chicago	34.34231	-85.62719	225	Taff,Taft		AL	019		
4092788	Talladega	talladega	US	35160	15709	America/Chicago	33.43594	-86.1058	170	ASN,Bride of the Mountain,Highland City,Taladega,Taladiga,Talatekah,Talladega,Talladegee,Talladiga,Talladigger,Teledega,Telladega,Tulladega,ta la di jia,taelleodiga,taladega,taladiga,taladygha,Таладига,Талладіґа,تالاديغا,टालाडेगा,ടാലദീഗ,塔拉迪加,탤러디가	121	AL	121		
4092853	Tallassee	tallassee	US	36078	4778	America/Chicago	32.53597	-85.89329	119	Talasi,Talasse,Tallasee,Tallassee,Tallassi,Tallesee,ta la xi,talasi,talasy,Таласи,Таллассі,تالاسي,टालासी,塔拉西		AL	051		
4092897	Tanner	tanner	US	35671	0	America/Chicago	34.73148	-86.97056	203	McDonalds Station,Rowland,Tanner		AL	083		
4092964	Tarentum	tarentum	US	15084	0	America/Chicago	31.63933	-85.87883	138			AL	109		
4092984	Tarpley	tarpley	US	78883	0	America/Chicago	33.44483	-86.89082	188			AL	073		
4093048	Taylor	taylor	US	18517	2402	America/Chicago	31.1649	-85.46827	101	Tejlor,Тейлор		AL	069		
4093050	Taylor	taylor	US	18517	1946	America/Chicago	31.97543	-86.2333	157			AL	101		
4093123	Taylorville	taylorville	US	62568	0	America/Chicago	33.14345	-87.54723	83	Taylorsville,Taylorville		AL	125		
4093136	Tecumseh	tecumseh	US	49286	0	America/Chicago	33.99899	-85.42412	264	Bissell,Tecumseh		AL	019		
4093218	Tennille	tennille	US	31089	0	America/Chicago	31.62322	-85.76855	93			AL	109		
4093399	Theodore	theodore	US	36582	6130	America/Chicago	30.54769	-88.17528	18	Fowl River Station,Theodore		AL	097		
4093427	Thomas	thomas	US	26292	0	America/Chicago	33.53261	-86.85694	171			AL	073		
4093487	Thomaston	thomaston	US	04861	398	America/Chicago	32.26667	-87.62546	57	Tomaston,thomasatana,tuo ma si dun,twmastn,twmastn  alabama,Томастон,توماستن,توماستن، آلاباما,थोमसटन,托马斯顿		AL	091		
4093488	Thomasville	thomasville	US	17364	4051	America/Chicago	31.91349	-87.73584	116	Choctaw,Thomasville,Tomasvil,Tomasvill,thomasabhila,tomasubiru,tomeoseubil,tuo ma si wei er,twmasfyl,twmaswyl  alabama,Томасвил,Томасвілл,توماسفيل,توماسویل، آلاباما,थोमसभिल,トーマスビル,托马斯维尔,토머스빌		AL	025		
4093502	Thompson	thompson	US	06277	0	America/Chicago	32.18515	-85.81801	86	Thompson,Thompsons Station		AL	011		
4093581	Thorndale	thorndale	US	19372	0	America/Chicago	33.30845	-87.63195	102			AL	125		
4093591	Thornton	thornton	US	03285	0	America/Chicago	34.77092	-87.30335	176			AL	077		
4093592	Thornton	thornton	US	03285	0	America/Chicago	32.70208	-85.74801	206			AL	123		
4093619	Thorsby	thorsby	US	35171	2044	America/Chicago	32.91568	-86.71582	212	Strasburg,Strasburgh,Thorsby		AL	021		
4093650	Three Forks	three-forks	US	59752	0	America/Chicago	34.80703	-87.7167	182			AL	077		
4093651	Three Forks	three-forks	US	59752	0	America/Chicago	34.8237	-86.48166	208			AL	089		
4093652	Three Forks	three-forks	US	59752	0	America/Chicago	33.55344	-87.33306	186			AL	125		
4093692	Thurston	thurston	US	43157	0	America/Chicago	31.0149	-85.78188	71			AL	061		
4093697	Tibbie	tibbie	US	36583	41	America/Chicago	31.36211	-88.24862	69			AL	129		
4093742	Tilden	tilden	US	62292	0	America/Chicago	32.06598	-87.14304	88			AL	047		
4093801	Titus	titus	US	36080	0	America/Chicago	32.71235	-86.31831	142			AL	051		
4093850	Tompkinsville	tompkinsville	US	42167	0	America/Chicago	32.2032	-88.02029	24			AL	023		
4093860	Toney	toney	US	35773	0	America/Chicago	34.89814	-86.73361	252			AL	089		
4093877	Topton	topton	US	19562	0	America/Chicago	31.28628	-88.15001	34			AL	129		
4093897	Town Creek	town-creek	US	35672	1065	America/Chicago	34.6812	-87.40613	171	Jonesboro,Jonesborough,Town Creek,Towncreek		AL	079		
4093933	Townley	townley	US	35587	0	America/Chicago	33.829	-87.43167	103	Townley,Townly		AL	127		
4093954	Toxey	toxey	US	36921	131	America/Chicago	31.91293	-88.30946	33			AL	023		
4093959	Trade	trade	US	37691	0	America/Chicago	34.06621	-87.09056	248			AL	043		
4093961	Trafford	trafford	US	15085	634	America/Chicago	33.81816	-86.74277	149	Trafford,Union City		AL	073		
4093990	Travelers Rest	travelers-rest	US	29690	0	America/Chicago	32.81957	-86.33053	167	Travelers Rest,Travellers Rest		AL	037		
4094014	Trenton	trenton	US	08601	0	America/Chicago	34.74481	-86.25165	205			AL	071		
4094046	Trinity	trinity	US	27370	0	America/Chicago	33.58955	-85.86885	189			AL	015		
4094047	Trinity	trinity	US	27370	0	America/Chicago	32.4468	-87.38278	52			AL	047		
4094048	Trinity	trinity	US	27370	2157	America/Chicago	34.60676	-87.08835	195	Fennels Turnout,Triniti,Trinity,Trinity Station,te rui ne te,triniti,trynyty,trynyty  alabama,Тринити,Триніті,ترينيتي,ترینیتی، آلاباما,ट्रिनिटी,特瑞呢特		AL	103		
4094059	Trimble	trimble	US	38259	0	America/Chicago	34.09343	-86.94861	160	Burch,Trimble,Trimble Town		AL	043		
4094163	Troy	troy	US	03465	18853	America/Chicago	31.80877	-85.96995	165	Centerville,Centreville,Deer Stand Hill,TOI,Troj,Troja,Troy,Zebulon,te luo yi,teuloi,tro'i,trwy,trwy  alabama,Трой,Троя,Трој,تروي,تروی، آلاباما,ٹرائے، الاباما,ट्रोइ,特洛伊,트로이	109	AL	109		
4094212	Trussville	trussville	US	35173	21023	America/Chicago	33.61983	-86.60888	213	Trassvill,Trasvil,Truss,Trussville,te lu si wei er,trasabhila,traswyl  alabama,trwsfyl,Трасвил,Трассвілл,تراسویل، آلاباما,تروسفيل,ट्रसभिल,特鲁斯维尔		AL	073		
4094240	Tucker	tucker	US	30084	0	America/Chicago	32.8754	-86.89582	153			AL	007		
4094241	Tucker	tucker	US	30084	0	America/Chicago	33.97094	-87.77363	174			AL	093		
4094293	Tupelo	tupelo	US	38801	0	America/Chicago	34.75092	-86.07776	198			AL	071		
4094386	Turner	turner	US	04282	0	America/Chicago	31.99515	-88.38114	104	Turner,Turnertown		AL	023		
4094387	Turner	turner	US	04282	0	America/Chicago	33.24484	-86.95555	114			AL	117		
4094388	Turner	turner	US	04282	0	America/Chicago	33.53622	-86.04386	152			AL	121		
4094422	Turnerville	turnerville	US	30580	0	America/Chicago	30.97852	-88.12917	89			AL	097		
4094455	Tuscaloosa	tuscaloosa	US	35401	98332	America/Chicago	33.20984	-87.56917	68	Black Warrior Town,Druid City,Louiseville,Matildaville,Shelbyville,Shelleyville,Shelltown,Shellytown,TCL,Taskalusa,Tuscaloosa,Tuskalloosa,Tuskaloosa,ta si ka lu sa,taskalusa,taskalwsa  alabama,tasukarusa,teoseukeollusa,tsqlwsh,twskalwsa,Таскалуса,טסקלוסה,تاسکالوسا، آلاباما,توسكالوسا,टस्कालूसा,ടസ്കലൂസ,タスカルーサ,塔斯卡卢萨,터스컬루사	125	AL	125		
4094484	Tuscumbia	tuscumbia	US	35674	8474	America/Chicago	34.7312	-87.70253	142	Big Spring,Cold Water,Deshlar Cross Roads,Ococoposa,Ococoposo,Ocoposa,Oka Kapassa,Taskambi,Taskambija,Tuscumbia,Tuskumbija,ta si kan bi ya,taskambiya,taskambya  alabama,tasukanbia,twskwmbya,Таскамби,Таскамбия,Таскамбија,Таскамбія,Тъскъмбия,تاسکامبیا، آلاباما,توسكومبيا,तस्कम्बिया,タスカンビア,塔斯坎比亚	033	AL	033		
4094490	Tuskegee	tuskegee	US	36083	8817	America/Chicago	32.42415	-85.69096	141	TGE,Taskigi,Tuskegee,Tuskidzhi,ta si ji ji,taskeji,taskygy,tasukigi,teoseukigi,tsqygy,twskyjy,Таскиги,Таскігі,Тъскиджи,טסקיגי,تاسکیگی,توسكيجي,टस्केजी,タスキーギ,塔斯基吉,터스키기	087	AL	087		
4094508	Tutwiler	tutwiler	US	38963	0	America/Chicago	33.59067	-87.28056	181			AL	127		
4094542	Twin Brooks	twin-brooks	US	57269	0	America/Chicago	34.85564	-87.64614	167			AL	077		
4094555	Twin Oaks	twin-oaks	US	74368	0	America/Chicago	34.88481	-87.67503	201			AL	077		
4094570	Tyler	tyler	US	36785	0	America/Chicago	32.3393	-86.87971	62			AL	047		
4094621	Underwood	underwood	US	47177	0	America/Chicago	33.15012	-86.86249	159	Dogwood,Underwood		AL	117		
4094630	Underwood	underwood	US	47177	0	America/Chicago	34.8712	-87.70086	183			AL	077		
4094650	Union	union	US	03887	0	America/Chicago	33.81538	-85.89025	169			AL	015		
4094651	Union	union	US	03887	0	America/Chicago	31.62877	-87.78528	128			AL	025		
4094652	Union	union	US	03887	0	America/Chicago	33.44567	-85.77135	294	Dempsy,Union		AL	027		
4094653	Union	union	US	03887	0	America/Chicago	34.15871	-86.20081	325			AL	055		
4094655	Union	union	US	03887	223	America/Chicago	32.98818	-87.91502	93			AL	063		
4094656	Union	union	US	03887	0	America/Chicago	31.52045	-85.19132	125			AL	067		
4094657	Union	union	US	03887	0	America/Chicago	34.45676	-86.73805	184	Kyleton,Union		AL	103		
4094658	Union	union	US	03887	0	America/Chicago	33.41956	-85.48801	318			AL	111		
4094659	Union	union	US	03887	0	America/Chicago	32.69874	-85.84718	177			AL	123		
4094776	Union Church	union-church	US	39668	0	America/Chicago	30.56547	-88.3439	37			AL	097		
4094799	Union Grove	union-grove	US	28689	0	America/Chicago	32.98262	-86.68082	233			AL	021		
4094800	Union Grove	union-grove	US	28689	0	America/Chicago	34.20287	-86.56666	270			AL	043		
4094801	Union Grove	union-grove	US	28689	0	America/Chicago	33.59788	-86.97666	184			AL	073		
4094802	Union Grove	union-grove	US	28689	0	America/Chicago	34.92842	-86.48249	249			AL	089		
4094803	Union Grove	union-grove	US	28689	79	America/Chicago	34.40176	-86.44915	313			AL	095		
4094879	Union Hill	union-hill	US	14563	0	America/Chicago	33.0029	-85.52273	238	Pleasant Grove,Union Hill		AL	017		
4094880	Union Hill	union-hill	US	14563	0	America/Chicago	33.54039	-85.3894	355			AL	029		
4094881	Union Hill	union-hill	US	14563	0	America/Chicago	34.29982	-86.51193	311			AL	043		
4094882	Union Hill	union-hill	US	14563	0	America/Chicago	34.97731	-87.20057	250	Union Hill,Union Springs		AL	083		
4094883	Union Hill	union-hill	US	14563	0	America/Chicago	34.4737	-86.62194	387	Union Hill,Wolff		AL	103		
4094884	Union Hill	union-hill	US	14563	0	America/Chicago	34.33343	-86.80083	329	Union Hill,Wolff		AL	103		
4094975	Union Springs	union-springs	US	13160	3919	America/Chicago	32.14432	-85.71495	159	Junion Springs,Junion-Springs,lian meng quan,yuniyana springas,ywnyn sprngz  alabama,ywnywn aspryngz  alabama,ywnywn sbrynghz,Јунион Спрингс,Юніон-Спрингс,يونيون سبرينغز,یونین سپرنگز، الاباما,یونیون اسپرینگز، آلاباما,युनियन स्प्रिङ्गस्,联盟泉	011	AL	011		
4094997	Uniontown	uniontown	US	15401	2415	America/Chicago	32.44958	-87.51417	91	Juniontaun,Uniontown,Woodville,you ning dui,yuniyanata'una,ywnywntawn,ywnywntawn  alabama,Јунионтаун,Юніонтаун,يونيونتاون,یونین ٹاؤن، الاباما,یونیونتاون، آلاباما,युनियनटाउन,尤宁敦		AL	105		
4095022	Unity	unity	US	04988	0	America/Chicago	33.0054	-86.35914	201			AL	037		
4095080	University Park	university-park	US	16802	0	America/Chicago	34.74065	-86.62305	205			AL	089		
4095081	University Place	university-place	US	98467	0	America/Chicago	33.19595	-87.54084	68			AL	125		
4095152	Upton	upton	US	01568	0	America/Chicago	34.07399	-85.94608	219			AL	055		
4095164	Vaiden	vaiden	US	39176	0	America/Chicago	32.51986	-87.37111	59	Cunningham,Vaiden		AL	105		
4095170	Valdosta	valdosta	US	31601	0	America/Chicago	34.71648	-87.72364	152			AL	033		
4095173	Valentine	valentine	US	69201	0	America/Chicago	33.224	-86.47054	128			AL	117		
4095175	Valhalla	valhalla	US	10595	0	America/Chicago	33.44927	-86.92666	152	McDonald,Valhalla		AL	073		
4095180	Valhermoso Springs	valhermoso-springs	US	35775	0	America/Chicago	34.5012	-86.68583	201	Chunn Springs,Manning Springs,Valhermosa Springs,Valhermoso Springs,White Sulpher Springs,White Sulphur Springs		AL	103		
4095185	Uriah	uriah	US	36480	294	America/Chicago	31.30517	-87.50221	107	Butterfork,Maros,Uriah		AL	099		
4095186	Valley	valley	US	36854	9464	America/Chicago	32.81874	-85.17939	173	Fairfax,Langdale,River View,Shawmut,Vali,Valley,Velli,bhyali,faly,shan gu,wly  alabama,wyly  alabama,Вали,Веллі,فالي,ولی، آلاباما,ویلی، الاباما,भ्याली,山谷		AL	017		
4095212	Valley Forge	valley-forge	US	19481	0	America/Chicago	33.25484	-86.83527	158			AL	117		
4095216	Valley Grove	valley-grove	US	26060	0	America/Chicago	34.70009	-87.61253	156			AL	033		
4095233	Valley Head	valley-head	US	26294	550	America/Chicago	34.56897	-85.61497	309	Valley Head,Valleyhead		AL	049		
4095244	Valley Park	valley-park	US	39177	0	America/Chicago	34.79953	-86.60638	233			AL	089		
4095254	Valley View	valley-view	US	17983	0	America/Chicago	34.46732	-86.94056	227			AL	103		
4095255	Valley View	valley-view	US	17983	0	America/Chicago	32.91568	-85.92913	215			AL	123		
4095256	Valley View	valley-view	US	17983	0	America/Chicago	33.18345	-87.50473	89			AL	125		
4095287	Vanderbilt	vanderbilt	US	15486	0	America/Chicago	33.54983	-86.78693	177			AL	073		
4095288	Vandiver	vandiver	US	35176	1135	America/Chicago	33.47066	-86.51332	162			AL	117		
4095294	Vance	vance	US	29163	1513	America/Chicago	33.17428	-87.23361	155	Smallwood,Smallwood Station,Trion,Tryon,Vance,Vance Station,Vances Station		AL	125		
4095333	Vaughn	vaughn	US	59487	0	America/Chicago	31.0299	-87.86111	34			AL	003		
4095369	Verbena	verbena	US	36091	0	America/Chicago	32.74985	-86.51137	147	Summerfield,Verbena		AL	021		
4095392	Vernon	vernon	US	05354	1895	America/Chicago	33.75705	-88.10892	91	Swayne Courthouse,Vernon,bharnona,fu nong,fyrnwn,wrnwn  alabama,Вернон,فيرنون,ورنون، آلاباما,भर्नोन,弗农	075	AL	075		
4095450	Victoria	victoria	US	23974	0	America/Chicago	31.52989	-85.93828	150	Buzbeeville,Smut Eye,Victoria		AL	031		
4095475	Vienna	vienna	US	04360	0	America/Chicago	33.01953	-88.19322	42			AL	107		
4095516	Vina	vina	US	35593	357	America/Chicago	34.37649	-88.05865	209	Jones Cross Roads,Jones Crossroads,New Burleson,Vina		AL	059		
4095522	Vincent	vincent	US	35178	2120	America/Chicago	33.38455	-86.41192	138	Propel,Propell,Vincent		AL	117		
4095536	Vinegar Bend	vinegar-bend	US	36584	192	America/Chicago	31.26378	-88.34474	49	The Bend,Vinegar Bend		AL	129		
4095538	Vineland	vineland	US	08360	0	America/Chicago	32.0357	-87.65945	45			AL	091		
4095542	Vinemont	vinemont	US	35179	0	America/Chicago	34.24176	-86.86611	298			AL	043		
4095569	Virginia	virginia	US	55777	0	America/Chicago	33.409	-87.05055	136	Virginia,Virginia Mines		AL	073		
4095595	Vredenburgh	vredenburgh	US	36481	295	America/Chicago	31.82849	-87.32166	46	Vredenburg,Vredenburgh		AL	099		
4095597	Vulcan	vulcan	US	49892	0	America/Chicago	33.69566	-86.97361	97			AL	073		
4095997	Waco	waco	US	28169	0	America/Chicago	34.48204	-87.65392	226			AL	059		
4096021	Wadley	wadley	US	30477	738	America/Chicago	33.12289	-85.56968	208			AL	111		
4096025	Wadsworth	wadsworth	US	44281	0	America/Chicago	32.39764	-86.52831	53			AL	001		
4096026	Wadsworth	wadsworth	US	44281	0	America/Chicago	32.67485	-86.45081	139			AL	001		
4096034	Wagarville	wagarville	US	36585	0	America/Chicago	31.43628	-88.02834	18			AL	129		
4096056	Wainwright	wainwright	US	74468	0	America/Chicago	31.64905	-87.48694	64			AL	099		
4096076	Waldo	waldo	US	32694	278	America/Chicago	33.38039	-86.02691	215			AL	121		
4096167	Walkerton	walkerton	US	23177	0	America/Chicago	33.5851	-86.29637	188			AL	115		
4096172	Wallace	wallace	US	26448	0	America/Chicago	31.20962	-87.21831	50	Florence,Miriamville,Wallace		AL	053		
4096248	Walnut Grove	walnut-grove	US	35990	685	America/Chicago	34.06565	-86.30637	262	Cornelia,Cornelius,Thomas Crossroads,Walnut Grove,Walnutgrove		AL	055		
4096249	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	33.4565	-86.92277	158			AL	073		
4096250	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	34.94259	-86.49583	249			AL	089		
4096262	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	34.90981	-87.02418	180			AL	083		
4096263	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	32.71013	-85.78551	211			AL	123		
4096315	Ward	ward	US	29166	0	America/Chicago	32.36208	-88.27808	62	Cokes Chapel,Ward		AL	119		
4096347	Ware	ware	US	01082	0	America/Chicago	32.45653	-86.0508	134	Mitchells Mill,Ware		AL	051		
4096348	Ware	ware	US	01082	0	America/Chicago	33.43566	-86.88582	222	Ware,Wares		AL	073		
4096362	Warm Springs	warm-springs	US	24484	0	America/Chicago	33.1229	-86.20386	250	Sparkling Spring,Trammells Station,Warm Springs		AL	121		
4096389	Warrenton	warrenton	US	20186	0	America/Chicago	34.35676	-86.35943	189			AL	095		
4096404	Warrior	warrior	US	35180	3199	America/Chicago	33.81427	-86.80944	160	Varrier,Vorior,Warrior,Warrior Station,variyara,waryr  alabama,wo li er,wwrywr,Варріер,Вориор,واریر، آلاباما,ووريور,वारियर,沃里尔		AL	073		
4096427	Warsaw	warsaw	US	14569	0	America/Chicago	32.93763	-88.20308	37	Jamestown,Jemeston,Warsaw		AL	119		
4096483	Water Valley	water-valley	US	38965	0	America/Chicago	31.89404	-88.39308	34			AL	023		
4096492	Waterford	waterford	US	04088	0	America/Chicago	31.35267	-85.60132	52	Demmick,Waterford		AL	045		
4096497	Waterloo	waterloo	US	13165	200	America/Chicago	34.91814	-88.0642	142	Vaterlo,Vaterloo,Voterlu,hua tie lu,vataralu,watrlw,watrlw  alabama,Ватерло,Ватерлоо,Вотерлу,واترلو,واترلو، آلاباما,واٹرلو، الاباما,वाटरलू,滑铁卢		AL	077		
4096518	Watkins	watkins	US	52354	0	America/Chicago	33.3365	-86.69415	177			AL	117		
4096533	Watkins Glen	watkins-glen	US	14891	0	America/Chicago	33.45983	-86.76277	263			AL	073		
4096548	Watson	watson	US	35181	0	America/Chicago	34.32815	-85.57385	210	Davis Cross Roads,Story,Watson		AL	019		
4096549	Watson	watson	US	35181	0	America/Chicago	33.63372	-86.87944	167	Minerals,Watson		AL	073		
4096576	Watsonville	watsonville	US	95076	0	America/Chicago	31.86765	-87.16499	94	Burl,Watsons,Watsons Crossing,Watsonville		AL	131		
4096592	Wattsville	wattsville	US	23483	0	America/Chicago	33.68149	-86.2797	176	Boltons Crossroads,Coal,Coal City,Coaltown,Wattsville		AL	115		
4096607	Waverly	waverly	US	14892	148	America/Chicago	32.73541	-85.57912	232	Pea Ridge,Vejverli,Waverly,vebarali,wei fu li,wyafrly,wywrly  alabama,Вейверлі,Вејверли,ويافرلي,ویورلی، آلاباما,वेबरली,韦弗利		AL	017		
4096617	Wayne	wayne	US	04284	0	America/Chicago	32.1057	-87.80084	83	Wane,Wayne		AL	091		
4096619	Wayside	wayside	US	24985	0	America/Chicago	33.6626	-85.87219	238			AL	015		
4096645	Weaver	weaver	US	36277	3091	America/Chicago	33.75205	-85.81135	228	Viver,Weaver,Weavers,Weavers Station,vibhara,wei fu wei er,wyfr,wywr  alabama,Вивер,Вівер,ويفر,ویور، آلاباما,वीभर,威弗维尔		AL	015		
4096678	Webb	webb	US	36376	1413	America/Chicago	31.26045	-85.27327	85	Veb,Vebb,veba,wb  alabama,wei bo,wyb,Веб,Вебб,وب، آلاباما,ويب,वेब,韦伯		AL	069		
4096712	Wedowee	wedowee	US	36278	809	America/Chicago	33.309	-85.48467	259	McDonald,Vedaui,Vedovi,Wedowee,vedovi,wdwwy  alabama,wei dao yi,wydwwy,Ведауи,Ведові,ودووی، آلاباما,ويدووي,वेडोवी,韦道伊	111	AL	111		
4096742	Weems	weems	US	22576	0	America/Chicago	33.55594	-86.66277	259			AL	073		
4096780	Welch	welch	US	24801	0	America/Chicago	33.08818	-85.33939	262	Welch,Welsh		AL	017		
4096827	Wellborn	wellborn	US	32094	0	America/Chicago	33.65344	-85.88108	217			AL	015		
4096835	Wellington	wellington	US	33414	0	America/Chicago	33.8226	-85.89275	166	Marshall,Wellington,Wettington		AL	015		
4096859	Wenonah	wenonah	US	08090	0	America/Chicago	33.43955	-86.8961	178	Fossil,Wenonah		AL	073		
4096863	Weogufka	weogufka	US	35183	282	America/Chicago	33.01651	-86.3122	197	Basemore Crossroads,Bazemores Crossroads,Weogufka		AL	037		
4096929	Wessington	wessington	US	57381	0	America/Chicago	33.00262	-86.77776	194			AL	021		
4096937	West	west	US	39192	0	America/Chicago	33.25706	-85.41662	342			AL	111		
4096951	West Bend	west-bend	US	50597	0	America/Chicago	31.82432	-88.13223	41	West Bend,Westbend		AL	025		
4096956	West Blocton	west-blocton	US	35184	1261	America/Chicago	33.11817	-87.125	151	Blockton,Blocton,Suttleton,Suttletown,West Blocton		AL	007		
4096983	West Decatur	west-decatur	US	16878	0	America/Chicago	34.60426	-86.99556	176			AL	103		
4096987	West End	west-end	US	27376	0	America/Chicago	33.49038	-86.86582	170			AL	073		
4096988	West End	west-end	US	27376	0	America/Chicago	32.35431	-86.34247	52			AL	101		
4097050	West Haven	west-haven	US	06516	0	America/Chicago	33.18817	-87.57278	55			AL	125		
4097065	West Greene	west-greene	US	35491	0	America/Chicago	32.92374	-88.0853	50	Boston,Hopewell,Old West Greene,West Greene,Westgreene		AL	063		
4097071	West Jefferson	west-jefferson	US	28694	336	America/Chicago	33.64927	-87.06861	125			AL	073		
4097095	West Point	west-point	US	10996	593	America/Chicago	34.23871	-86.95917	281			AL	043		
4097097	West Point	west-point	US	10996	0	America/Chicago	34.45176	-86.64555	372			AL	103		
4097107	West Point	west-point	US	10996	0	America/Chicago	33.84649	-85.80969	223			AL	015		
4097112	West Ridge	west-ridge	US	72391	0	America/Chicago	33.69455	-86.54221	307			AL	073		
4097113	West Ridge	west-ridge	US	72391	0	America/Chicago	32.66763	-85.34217	252			AL	081		
4097145	Westbrook	westbrook	US	04092	0	America/Chicago	32.32347	-87.33333	45			AL	047		
4097147	Westbury	westbury	US	11590	0	America/Chicago	34.68676	-86.57666	186			AL	089		
4097166	Westfield	westfield	US	01085	0	America/Chicago	33.48455	-86.94055	174			AL	073		
4097167	Westfield	westfield	US	01085	0	America/Chicago	32.96123	-85.97941	227			AL	123		
4097171	Westgate	westgate	US	50681	0	America/Chicago	32.34181	-86.33608	62			AL	101		
4097180	Westland	westland	US	15378	0	America/Chicago	33.23817	-87.67862	58			AL	125		
4097206	Weston	weston	US	02493	384	America/Chicago	34.15982	-88.03198	213			AL	093		
4097211	Westover	westover	US	16692	1473	America/Chicago	33.34955	-86.53582	147			AL	117		
4097217	Westside	westside	US	51467	0	America/Chicago	32.64513	-85.40272	238	West Side,Westside		AL	081		
4097235	Westview	westview	US	40178	0	America/Chicago	31.81682	-85.97606	165			AL	109		
4097236	Westview	westview	US	40178	0	America/Chicago	33.21484	-87.4875	124			AL	125		
4097245	Westwood	westwood	US	02090	0	America/Chicago	33.58622	-86.92527	184			AL	073		
4097257	Wetumpka	wetumpka	US	36092	7994	America/Chicago	32.54374	-86.21191	55	Ouitumkis,Vetampka,Wetumka,Wetumkee,Wetumpka,Whittumke,Witumpka,vetumka,wei tun ka,wtampka  alabama,wytwmbka,Ветампка,وتامپکا، آلاباما,ويتومبكا,वेटुम्का,威屯卡	051	AL	051		
4097283	Whatley	whatley	US	36482	150	America/Chicago	31.65071	-87.705	47	Horeb,Whatley		AL	025		
4097303	Wheeler	wheeler	US	38880	0	America/Chicago	34.65262	-87.25003	182	Wheeler,Wheeler Station,Wheelers Station		AL	079		
4097374	White	white	US	15490	0	America/Chicago	33.72233	-85.66941	226			AL	015		
4097395	White City	white-city	US	66872	0	America/Chicago	32.64846	-86.59942	167			AL	001		
4097396	White City	white-city	US	66872	0	America/Chicago	34.09288	-86.77444	190	Centerdale,White City		AL	043		
4097406	White Hall	white-hall	US	21161	811	America/Chicago	32.32708	-86.71192	56	Sandtown,White Hall,Whitehall		AL	085		
4097431	White Oak	white-oak	US	25989	0	America/Chicago	31.90044	-85.3391	92	White Oak,White Oak Spring,White Oak Springs,Whiteoak Springs		AL	005		
4097432	White Oak	white-oak	US	25989	0	America/Chicago	34.54759	-87.99448	192			AL	059		
4097433	White Oak	white-oak	US	25989	0	America/Chicago	31.7685	-85.15243	82			AL	067		
4097434	White Oak	white-oak	US	25989	0	America/Chicago	34.24037	-86.24442	309	White Oak,Whiteoak		AL	095		
4097459	White Plains	white-plains	US	10601	811	America/Chicago	33.74732	-85.68913	224	White Plains,Whiteplains		AL	015		
4097460	White Plains	white-plains	US	10601	0	America/Chicago	32.99235	-85.39912	264			AL	017		
4097505	Whitehouse	whitehouse	US	08888	0	America/Chicago	34.12149	-87.73225	198	Haleys,Whitehouse		AL	093		
4097517	Whiteoak	whiteoak	US	63880	0	America/Chicago	34.65315	-87.52864	179			AL	033		
4097562	Whitesburg	whitesburg	US	30185	0	America/Chicago	34.57648	-86.5636	170	Blacks Ferry,Ditto's Landing,Dittos Landing,Hobbs Ferry,Whitesburg,Whitesburgh		AL	089		
4097572	Whiteside	whiteside	US	37396	0	America/Chicago	34.63342	-86.9514	182			AL	083		
4097576	Whitesville	whitesville	US	14897	0	America/Chicago	34.17176	-86.24276	292			AL	095		
4097585	Whitfield	whitfield	US	39193	0	America/Chicago	32.36542	-88.0903	54	Black Bluff,Blacksbluff,Whitfield		AL	119		
4097586	Whitfield	whitfield	US	39193	0	America/Chicago	34.77564	-86.93751	211			AL	083		
4097588	Whitesboro	whitesboro	US	08252	2138	America/Chicago	34.16343	-86.06942	324			AL	055		
4097609	Whitney	whitney	US	15693	0	America/Chicago	33.86788	-86.29137	182			AL	115		
4097658	Wiggins	wiggins	US	39577	0	America/Chicago	31.316	-86.32856	96			AL	039		
4097684	Wilburn	wilburn	US	72179	0	America/Chicago	33.95177	-87.03417	159	Bug Tussle,Wilburn		AL	043		
4097690	Wilcox	wilcox	US	15870	0	America/Chicago	31.5085	-86.87636	88	Greggsville,Gregville,Peachbloom,Wilcox		AL	035		
4097734	Wildwood	wildwood	US	08260	0	America/Chicago	33.44344	-85.57996	312			AL	111		
4097735	Wildwood	wildwood	US	08260	0	America/Chicago	32.34181	-86.27275	71			AL	101		
4097742	Wiley	wiley	US	30581	0	America/Chicago	32.29514	-86.30969	56			AL	101		
4097743	Wiley	wiley	US	30581	0	America/Chicago	33.53289	-87.46334	161			AL	125		
4097809	Williams	williams	US	29493	0	America/Chicago	33.90538	-86.11025	158			AL	055		
4097810	Williams	williams	US	29493	0	America/Chicago	31.30573	-85.16382	47	Omusee,Williams		AL	069		
4097811	Williams	williams	US	29493	0	America/Chicago	32.45014	-88.30586	57	Williams,Williams Spur		AL	119		
4097915	Williamsburg	williamsburg	US	01096	0	America/Chicago	33.61455	-87.05333	122			AL	073		
4097917	Williamsburg	williamsburg	US	01096	0	America/Chicago	33.39928	-86.78416	177			AL	073		
4097929	Williamstown	williamstown	US	01267	0	America/Chicago	33.70344	-87.30195	109			AL	127		
4097980	Willow Springs	willow-springs	US	60480	0	America/Chicago	32.46819	-86.18969	52			AL	051		
4097983	Willowbrook	willowbrook	US	60527	0	America/Chicago	34.65676	-86.53693	192			AL	089		
4097984	Willowbrook	willowbrook	US	60527	0	America/Chicago	32.45625	-86.46192	57			AL	001		
4098005	Wilmer	wilmer	US	36587	597	America/Chicago	30.82324	-88.3614	76			AL	097		
4098014	Wilson	wilson	US	14172	0	America/Chicago	34.92703	-87.66947	217			AL	077		
4098015	Wilson	wilson	US	14172	0	America/Chicago	31.546	-88.06167	71			AL	129		
4098110	Wilsonville	wilsonville	US	35186	1980	America/Chicago	33.23428	-86.48359	129			AL	117		
4098153	Windsor Heights	windsor-heights	US	26075	0	America/Chicago	34.8237	-87.67308	176			AL	077		
4098161	Winfield	winfield	US	17889	4570	America/Chicago	33.92899	-87.81725	145	Luxapallila,Needmore,Vinfild,Winfield,vinaphilda,wen fei er de,wynfyld,wynfyld  alabama,Винфилд,Вінфілд,وينفيلد,وینفیلد، آلاباما,विनफिल्ड,温菲尔德		AL	093		
4098171	Wing	wing	US	36483	0	America/Chicago	31.02768	-86.61051	81			AL	039		
4098186	Winn	winn	US	04495	0	America/Chicago	31.65183	-87.91722	51	Good Springs,Winn		AL	025		
4098196	Winslow	winslow	US	08095	0	America/Chicago	32.51625	-86.76998	141			AL	001		
4098197	Winslow	winslow	US	08095	0	America/Chicago	34.77564	-86.93056	217			AL	083		
4098219	Winton	winton	US	27986	0	America/Chicago	34.51176	-86.75083	177			AL	103		
4098291	Wolf Creek	wolf-creek	US	59648	0	America/Chicago	33.52927	-86.38192	157	Wolf Creek,Wolfcreek		AL	115		
4098330	Wolftown	wolftown	US	22748	0	America/Chicago	34.51371	-87.10612	203	Kitchen Mills,Wolftown		AL	103		
4098350	Wood Ridge	wood-ridge	US	07075	0	America/Chicago	33.23317	-87.52584	63			AL	125		
4098376	Woodford	woodford	US	22580	0	America/Chicago	33.40428	-86.7236	177			AL	117		
4098377	Woodford	woodford	US	22580	0	America/Chicago	32.50403	-88.00641	29			AL	119		
4098382	Woodhaven	woodhaven	US	11421	0	America/Chicago	33.7701	-86.62666	219			AL	009		
4098387	Woodland	woodland	US	16881	0	America/Chicago	34.75064	-87.82281	133	Reserve,Savages Springs,Woodland		AL	077		
4098388	Woodland	woodland	US	16881	202	America/Chicago	32.52986	-85.77273	123			AL	087		
4098389	Woodland	woodland	US	16881	183	America/Chicago	33.37428	-85.39967	336			AL	111		
4098390	Woodland	woodland	US	16881	0	America/Chicago	32.58764	-85.46384	203			AL	081		
4098410	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	32.62347	-85.49356	208			AL	081		
4098411	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	32.30708	-86.2208	71			AL	101		
4098412	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	31.80988	-85.94801	153			AL	109		
4098413	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	33.23206	-86.85388	143			AL	117		
4098414	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	33.18234	-87.47889	124			AL	125		
4098421	Woodland Mills	woodland-mills	US	38271	0	America/Chicago	34.47426	-86.69472	190	Cotaco,Woodland Mills		AL	103		
4098425	Woodland Park	woodland-park	US	80863	0	America/Chicago	33.63344	-85.82496	201			AL	015		
4098426	Woodland Park	woodland-park	US	80863	0	America/Chicago	33.18179	-87.475	114			AL	125		
4098438	Woodlawn	woodlawn	US	24381	0	America/Chicago	33.54066	-86.75166	195	Rockville,Wood Station,Woodlawn		AL	073		
4098439	Woodlawn	woodlawn	US	24381	0	America/Chicago	34.83759	-87.60364	197	Woodland,Woodlawn		AL	077		
4098470	Woodridge	woodridge	US	12789	0	America/Chicago	34.6187	-86.54721	184			AL	089		
4098518	Woodstock	woodstock	US	03293	1547	America/Chicago	33.20678	-87.15	169			AL	007		
4098527	Woodville	woodville	US	01784	735	America/Chicago	34.62787	-86.27443	189			AL	071		
4098532	Woodward	woodward	US	16882	0	America/Chicago	33.43539	-86.95805	152			AL	073		
4098533	Woodward	woodward	US	16882	0	America/Chicago	33.63621	-86.60665	237			AL	073		
4098588	Wren	wren	US	45899	0	America/Chicago	34.43426	-87.29363	204			AL	079		
4098593	Wright	wright	US	55798	0	America/Chicago	34.9087	-87.99003	137	Wright,Wrights Cross Roads		AL	077		
4098625	Wyatt	wyatt	US	26463	0	America/Chicago	33.69899	-87.07833	94	Wyatt,Wyatt Station		AL	127		
4098707	Yatesville	yatesville	US	31097	0	America/Chicago	33.60427	-86.11969	159			AL	121		
4098754	Yellow Pine	yellow-pine	US	83677	0	America/Chicago	31.40572	-88.42974	73	Yellow Pine,Yellowpine		AL	129		
4098776	York	york	US	03909	2399	America/Chicago	32.48625	-88.29642	58	Jork,York,York Station,Йорк		AL	119		
4098798	Yorkshire	yorkshire	US	14173	0	America/Chicago	34.78953	-86.92362	222			AL	083		
4098801	Young America	young-america	US	46998	0	America/Chicago	31.25851	-85.37632	86			AL	069		
4098838	Youngtown	youngtown	US	85363	0	America/Chicago	34.41676	-87.39085	205	Young Town,Youngs Store,Youngtown		AL	079		
4098839	Yucca	yucca	US	86438	0	America/Chicago	34.79925	-85.80664	188			AL	071		
4098867	Zimmerman	zimmerman	US	55398	0	America/Chicago	32.61569	-87.3825	83			AL	105		
4098870	Zion	zion	US	60099	0	America/Chicago	32.11265	-86.40275	84			AL	101		
4098871	Zion	zion	US	60099	0	America/Chicago	33.42123	-87.87752	135			AL	107		
4098998	Zoar	zoar	US	44697	0	America/Chicago	31.53155	-86.10689	136			AL	031		
4099035	Abbott	abbott	US	76621	0	America/Chicago	35.07343	-94.19382	190			AR	127	92160	
4099040	Aberdeen	aberdeen	US	21001	0	America/Chicago	34.60343	-91.34179	61			AR	095	93216	
4099058	Accident	accident	US	21520	0	America/Chicago	36.22785	-94.10159	420			AR	007	93628	
4099075	Ada	ada	US	45810	0	America/Chicago	35.10703	-92.8735	107			AR	029	91713	
4099116	Adona	adona	US	72001	204	America/Chicago	35.03814	-92.89795	116			AR	105	92862	
4099117	Advance	advance	US	27006	0	America/Chicago	36.15535	-92.38238	198			AR	005	92424	
4099151	Alamo	alamo	US	30411	0	America/Chicago	34.47398	-93.4688	225			AR	097	90013	
4099156	Albert	albert	US	67511	0	America/Chicago	34.37122	-93.87464	283			AR	097		
4099164	Albion	albion	US	02802	0	America/Chicago	35.34258	-91.78958	83			AR	145	90018	
4099194	Alexander	alexander	US	14005	2848	America/Chicago	34.62954	-92.44127	109			AR	119	90300	
4099224	Alicia	alicia	US	72410	119	America/Chicago	35.89313	-91.0829	77			AR	075	92385	
4099225	Alix	alix	US	72820	0	America/Chicago	35.42481	-93.73047	123			AR	047	90021	
4099237	Alleene	alleene	US	71820	0	America/Chicago	33.77012	-94.26048	103	Aleene,Alleene,Allene,Lawrenceville,Mineola,Minneola		AR	081	90555	
4099267	Allendale	allendale	US	07401	0	America/Chicago	34.81037	-91.26651	56			AR	095	92019	
4099286	Allison	allison	US	15413	0	America/Chicago	35.93674	-92.11737	120			AR	137	91614	
4099293	Allport	allport	US	16821	114	America/Chicago	34.54204	-91.78402	62			AR	085	90972	
4099296	Alma	alma	US	14708	5575	America/Chicago	35.47787	-94.22188	132	Al'ma,Alma,Gum Town,alma,alma  arknsas,Алма,Альма,آلما,ألما,الما، آرکنساس,अल्मा		AR	033	90024	
4099307	Almond	almond	US	14804	0	America/Chicago	35.69591	-91.79848	362			AR	023	91493	
4099313	Almyra	almyra	US	72003	274	America/Chicago	34.40621	-91.40957	62	Almyra,Long Point		AR	001	92466	
4099318	Alpena	alpena	US	49707	394	America/Chicago	36.29479	-93.29213	348	Alpena,Alpena Pass,Estes		AR	009	90678	
4099321	Alpha	alpha	US	42603	0	America/Chicago	35.11564	-93.28074	116			AR	149	92343	
4099323	Alpine	alpine	US	07620	0	America/Chicago	34.22899	-93.37907	183			AR	019	90591	
4099324	Alpine	alpine	US	07620	0	America/Chicago	34.72398	-92.46043	145			AR	119	90300	
4099347	Altheimer	altheimer	US	72004	894	America/Chicago	34.31926	-91.84736	63			AR	069	92925	
4099350	Altus	altus	US	72821	730	America/Chicago	35.4462	-93.76242	165	Altus,altws,eltasa,Алтус,آلتوس,ألتوس,एल्टस		AR	047	91740	
4099369	Amagon	amagon	US	72005	93	America/Chicago	35.56202	-91.1104	68			AR	067	93165	
4099378	Amboy	amboy	US	46911	0	America/Chicago	34.80592	-92.29154	93			AR	119	91731	
4099387	Ames	ames	US	50010	0	America/Chicago	33.57484	-93.21711	73			AR	099	90654	
4099390	Amity	amity	US	15311	702	America/Chicago	34.26482	-93.46102	156	Amiti,a mi di,amiti,amyty,Амити,آمیتی,أميتي,अमिटी,阿米蒂		AR	019	90591	
4099415	Anderson	anderson	US	29621	0	America/Chicago	34.91232	-94.1216	197	Anderson,Anderson Crossing		AR	127	91689	
4099443	Andrews	andrews	US	28901	0	America/Chicago	35.18398	-91.56819	64			AR	145	93096	
4099493	Antioch	antioch	US	37011	0	America/Chicago	35.92952	-90.57705	96			AR	031	90489	
4099494	Antioch	antioch	US	37011	0	America/Chicago	34.31176	-92.98684	132			AR	059	90039	
4099495	Antioch	antioch	US	37011	0	America/Chicago	34.95787	-92.75878	103			AR	105	93054	
4099496	Antioch	antioch	US	37011	0	America/Chicago	36.3959	-91.04763	128			AR	121	91878	
4099497	Antioch	antioch	US	37011	0	America/Chicago	35.13564	-91.91709	117			AR	145	90042	
4099573	Antoine	antoine	US	71922	112	America/Chicago	34.03622	-93.42073	91	Antoine,Wolf Creek		AR	109	94110	
4099580	Apex	apex	US	27502	0	America/Chicago	34.99982	-94.43605	184			AR	131	91626	
4099599	Applegate	applegate	US	48401	0	America/Chicago	34.69565	-92.33071	94			AR	119	90300	
4099601	Appleton	appleton	US	14008	0	America/Chicago	35.42536	-92.87433	155	Appleton,Glass Village,Glasses Village,Glassvillage		AR	115	91536	
4099618	Arcadia	arcadia	US	15712	0	America/Chicago	33.84233	-93.46601	128			AR	057	93849	
4099635	Arden	arden	US	10910	0	America/Chicago	33.68956	-94.28576	107			AR	081	90057	
4099647	Arkadelphia	arkadelphia	US	71923	10745	America/Chicago	34.12093	-93.05378	75	Arcadelphia,Archadelphia,Arkadelfija,Arkadelphia,a ka de er fei ya,arkadelphiya,arkadlpya,arkdlfya,Аркаделфија,آرکادلپیا,أركدلفيا,आर्कादेल्फिया,阿卡德尔菲亚	019	AR	019	90591	
4099673	Arkansas City	arkansas-city	US	67005	327	America/Chicago	33.60872	-91.20678	41	Arkansas City,Arkanzas Siti,Arkanzas-Siti,Campbells Landing,arkansah siti,Арканзас Сити,Арканзас-Сити,Арканзас-Сіті,आर्कान्सः सिटी	041	AR	041	91341	
4099771	Armorel	armorel	US	72310	0	America/Chicago	35.92007	-89.79814	79			AR	093	90633	
4099779	Armstrong	armstrong	US	50514	0	America/Chicago	36.37284	-91.31736	157			AR	135	92721	
4099789	Arnett	arnett	US	25007	0	America/Chicago	35.89508	-94.03964	444			AR	143	94026	
4099812	Artesian	artesian	US	57314	0	America/Chicago	33.40179	-92.46904	33			AR	013		
4099818	Arthur	arthur	US	37707	0	America/Chicago	35.30147	-92.64294	168			AR	029	90312	
4099837	Ash Flat	ash-flat	US	72513	1064	America/Chicago	36.22396	-91.60848	202	Ash Flat,Ashflat,CKK	135	AR	135	93174	
4099852	Ashdown	ashdown	US	71822	4479	America/Chicago	33.67429	-94.13131	98	Ashdown,Eshdaun,Keller,ashdawn,ashdwn,esda'una,Ешдаун,أشدون,اشداون,एश्डाउन	081	AR	081	91935	
4099861	Asher	asher	US	40803	0	America/Chicago	35.94258	-93.85047	438			AR	087	92103	
4099884	Ashton	ashton	US	20861	0	America/Chicago	33.31289	-91.33928	37	Ashton,Ashtown		AR	017	90666	
4099912	Athens	athens	US	04912	0	America/Chicago	34.31455	-93.97686	292	Athens,Fort Logan,Venetia,Venetia Grove		AR	061	92595	
4099932	Atkins	atkins	US	24311	3051	America/Chicago	35.24647	-92.93656	113			AR	115	94089	
4099936	Atlanta	atlanta	US	14808	0	America/Chicago	33.11875	-93.05266	79			AR	027	91245	
4099938	Attica	attica	US	14011	0	America/Chicago	36.3509	-90.9954	113			AR	121	91323	
4099941	Atwood	atwood	US	38220	0	America/Chicago	34.09845	-94.07269	123			AR	061	92337	
4099952	Augusta	augusta	US	04330	2051	America/Chicago	35.28231	-91.36541	66	Augusta,Chickasaw Crossing,Chickasaw Landing,Ogasta,agasta,agwsta,awghwsta,Огаста,آگسٹا، آرکنساس,آگوستا,أوغوستا,अगस्ता	147	AR	147	90078	
4099969	Aurora	aurora	US	04408	0	America/Chicago	35.9973	-93.70269	413			AR	087	90426	
4099973	Austin	austin	US	16720	0	America/Chicago	35.44202	-92.52655	249			AR	029	90081	
4099974	Austin	austin	US	16720	3383	America/Chicago	34.99842	-91.98376	75	Ostin,Остин		AR	085	90669	
4099975	Austin	austin	US	16720	0	America/Chicago	35.53063	-92.79072	443			AR	141	92190	
4099993	Ava	ava	US	13303	0	America/Chicago	34.86954	-93.20546	173			AR	105	93653	
4099995	Avant	avant	US	74001	0	America/Chicago	34.64593	-93.33991	199			AR	051	91581	
4100000	Avery	avery	US	75554	0	America/Chicago	33.92982	-91.65707	53			AR	079	93963	
4100003	Aubrey	aubrey	US	72311	155	America/Chicago	34.71676	-90.90039	62			AR	077	93459	
4100008	Avoca	avoca	US	14809	512	America/Chicago	36.40202	-94.07076	415			AR	007	93626	
4100009	Avon	avon	US	02322	0	America/Chicago	34.07484	-94.32298	162	Accident,Avon		AR	133	90175	
4100028	Avilla	avilla	US	46710	896	America/Chicago	34.68259	-92.58516	154			AR	125	93291	
4100054	Bailey	bailey	US	27807	0	America/Chicago	35.54147	-91.49597	155			AR	063	91725	
4100099	Baker	baker	US	26801	0	America/Chicago	33.46484	-93.54601	82			AR	073	92082	
4100100	Baker	baker	US	26801	0	America/Chicago	35.91369	-92.59766	369			AR	129		
4100101	Baker	baker	US	26801	0	America/Chicago	36.28062	-91.41403	106			AR	135	91605	
4100170	Bald Knob	bald-knob	US	72010	2908	America/Chicago	35.30981	-91.56791	69	Bald Knob,Baldknob,Bold Nob,Bold-Nob,bald nwb,balda noba,bldnwb,borudonobu,Болд Ноб,Болд-Ноб,بالد نوب,بلدنوب,बाल्ड नोब,ボールドノブ		AR	145	90096	
4100189	Baldwin	baldwin	US	11510	0	America/Chicago	34.2876	-92.07598	73			AR	069	93918	
4100192	Baldwin	baldwin	US	11510	0	America/Chicago	36.04841	-94.09687	371			AR	143	91283	
4100201	Ball	ball	US	71405	0	America/Chicago	35.52009	-94.26688	148			AR	033	93252	
4100226	Ballard	ballard	US	24918	0	America/Chicago	36.23507	-91.66875	215			AR	135	93174	
4100255	Banks	banks	US	36005	120	America/Chicago	33.57483	-92.26903	63			AR	011	90819	
4100265	Banner	banner	US	38913	0	America/Chicago	35.64174	-91.83153	325			AR	023	91493	
4100305	Bard	bard	US	88411	0	America/Chicago	36.07451	-90.37705	76			AR	055	92088	
4100309	Bardstown	bardstown	US	40004	0	America/Chicago	35.53564	-90.16009	68			AR	093	93330	
4100348	Barling	barling	US	72923	4740	America/Chicago	35.32565	-94.3016	148	Barling,baralinga,barlyng,barlyngh,Барлинг,Барлінг,بارلينغ,بارلینگ,बारलिङ्ग		AR	131	92544	
4100368	Barnes	barnes	US	66933	0	America/Chicago	35.63536	-93.82047	422			AR	047	90411	
4100398	Barney	barney	US	31625	0	America/Chicago	35.25175	-92.20682	149			AR	045	91251	
4100446	Barton	barton	US	05822	0	America/Chicago	34.5476	-90.76817	64			AR	107	93462	
4100496	Bassett	bassett	US	24055	162	America/Chicago	35.53647	-90.12676	72			AR	093	93330	
4100503	Batavia	batavia	US	14020	0	America/Chicago	36.25507	-93.22268	459			AR	009	90144	
4100509	Bates	bates	US	97817	0	America/Chicago	34.90816	-94.38688	184			AR	127	90882	
4100525	Batesville	batesville	US	22924	10668	America/Chicago	35.7698	-91.64097	103	BVX,Batesville,Batsvil',Bejtsvil,Bejtsvill,Big Bottom,Greenbriar,Napoleon,Oil Trough Bottom,Poke Bayou,betsabhila,btswyl,bytsfyl,Батсвіль,Бейтсвилл,Бејтсвил,بتسویل,بيتسفيل,बेट्सभिल	063	AR	063	93249	
4100574	Bauxite	bauxite	US	72011	495	America/Chicago	34.55565	-92.52127	105			AR	125	90153	
4100580	Baxter	baxter	US	26560	0	America/Chicago	33.52928	-91.49707	40	Bartholomew,Baxter		AR	043	90132	
4100592	Bay	bay	US	72411	1813	America/Chicago	35.7423	-90.56233	70	Bay,Big Bay,Big Bay Siding Station		AR	031	92433	
4100604	Bay Village	bay-village	US	44140	0	America/Chicago	35.44981	-90.67594	74	Bay Village,Shaver		AR	111	93333	
4100663	Bear	bear	US	19701	0	America/Chicago	34.53453	-93.2738	189	Bear,Bear City		AR	051	91581	
4100707	Bear Creek	bear-creek	US	18602	0	America/Chicago	35.83147	-92.76822	271	Bear Creek,Bearcreek		AR	129	92631	
4100808	Bearden	bearden	US	71720	897	America/Chicago	33.72455	-92.61571	73			AR	103	93711	
4100828	Beasley	beasley	US	77417	0	America/Chicago	35.46786	-90.32288	67			AR	111	93660	
4100856	Beaver	beaver	US	15009	101	America/Chicago	36.47368	-93.76742	284			AR	015	90195	
4100955	Bee Branch	bee-branch	US	72013	0	America/Chicago	35.45091	-92.3946	233	Bee Branch,Beebranch		AR	141	90444	
4100984	Beebe	beebe	US	72012	8106	America/Chicago	35.07064	-91.87959	74	Beebe,Beebe Station,Bibi,bibe,byby,bybyh,Биби,بيبي,بیبیه,बीबे		AR	145	93732	
4101005	Beech Creek	beech-creek	US	16822	0	America/Chicago	33.39957	-93.33906	106			AR	027	93822	
4101037	Beech Grove	beech-grove	US	42322	0	America/Chicago	33.81316	-92.44849	86			AR	039	91317	
4101049	Beedeville	beedeville	US	72014	101	America/Chicago	35.42897	-91.10985	67			AR	067	90948	
4101060	Beirne	beirne	US	71721	0	America/Chicago	33.88872	-93.20406	68	Beirne,Bierne,Bierne Station,York		AR	019	90591	
4101067	Belcher	belcher	US	41513	0	America/Chicago	35.08176	-91.60208	63			AR	145	91122	
4101074	Belfast	belfast	US	04915	0	America/Chicago	34.41454	-92.45905	84			AR	053	91050	
4101093	Bell City	bell-city	US	63735	0	America/Chicago	36.28784	-90.12204	81			AR	021	92836	
4101114	Bella Vista	bella-vista	US	72714	27999	America/Chicago	36.4807	-94.27134	315	Bela Vista,Bella Vista,Bella Vista Village,Bella-Vista,bella bhista,bellabiseuta,blawysta,byla fysta,Бела Виста,Белла-Виста,Белла-Віста,بلاویستا,بيلا فيستا,بیلا وسٹا، آرکنساس,बेल्ला भिस्ता,벨라비스타		AR	007	93644	
4101123	Bellaire	bellaire	US	43906	0	America/Chicago	33.50428	-91.35928	41			AR	017	90432	
4101133	Bellefonte	bellefonte	US	16823	478	America/Chicago	36.20091	-93.04851	323	Belle Fonte,Bellefonte		AR	009	90219	
4101139	Belleville	belleville	US	07109	433	America/Chicago	35.09315	-93.44852	111	Belleville,Fergesons Mill,Fergursons Mill,Ferguson Mills		AR	149	91293	
4101160	Bellville	bellville	US	30414	0	America/Chicago	36.46729	-93.05907	239			AR	009	92760	
4101161	Bellville	bellville	US	30414	0	America/Chicago	33.93873	-94.17492	121	Bellville,Red Colony		AR	133	92820	
4101177	Belview	belview	US	56214	0	America/Chicago	36.09035	-91.91959	176			AR	065	92673	
4101195	Ben Hur	ben-hur	US	24218	0	America/Chicago	35.73036	-92.97295	528			AR	101	91995	
4101196	Ben Lomond	ben-lomond	US	71823	147	America/Chicago	33.8354	-94.11853	141	Ben Lamond,Ben Lomond		AR	133	92820	
4101215	Bend	bend	US	76824	0	America/Chicago	35.35425	-93.3874	117			AR	071	91782	
4101241	Benton	benton	US	17814	34177	America/Chicago	34.56454	-92.58683	124	Benton,benatana,benteon,bntwn,Бентон,بنتون,بینٹن، آرکنساس,बेनटन,벤턴	125	AR	125	90153	
4101260	Bentonville	bentonville	US	22610	44499	America/Chicago	36.37285	-94.20882	395	Bentonvil,Bentonvil',Bentonvill,Bentonville,Osage,ben dun wei,benatanabhila,bentanavhila,benteonbil,bentonbiru,bntwn wyl,bntwnfyl,Бентонвил,Бентонвилл,Бентонвилле,Бентонвіль,بنتون ویل,بنتونفيل,بینٹنویل، آرکنساس,बेनटनभिल,बेन्टनव्हिल,ベントンビル,本頓維,벤턴빌	007	AR	007	93640	
4101271	Berea	berea	US	26327	0	America/Chicago	33.33928	-91.70068	55			AR	003	90183	
4101277	Berger	berger	US	63014	0	America/Chicago	34.66287	-92.30793	77			AR	119	90300	
4101279	Bergman	bergman	US	72615	448	America/Chicago	36.31618	-93.00767	369	Bergman,Bergman Station,Clabbey,Clabby		AR	009	91224	
4101288	Berlin	berlin	US	01503	0	America/Chicago	33.08068	-91.76318	40	Berlin,Berline,Bird Hill		AR	003	91263	
4101291	Bernice	bernice	US	71222	0	America/Chicago	35.25008	-93.12962	108			AR	115	91812	
4101309	Berryville	berryville	US	22611	5371	America/Chicago	36.36479	-93.56797	379	Berivil,Berrivil',Berrivill,beribhila,bryfyl,brywyly,Беривил,Берривилл,Беррівіль,بريفيل,بریویلی,बेरीभिल		AR	015	92982	
4101322	Beryl	beryl	US	84714	0	America/Chicago	35.08314	-92.26015	106			AR	045	92814	
4101337	Bethany	bethany	US	06524	0	America/Chicago	34.07761	-94.01991	140	Bethany,Possum Hollow		AR	061	92337	
4101355	Bethel	bethel	US	04217	0	America/Chicago	34.01955	-93.28767	117			AR	019	90591	
4101356	Bethel	bethel	US	04217	0	America/Chicago	33.42429	-93.32767	110			AR	027	93822	
4101357	Bethel	bethel	US	04217	0	America/Chicago	33.78483	-91.94069	58			AR	043	90834	
4101358	Bethel	bethel	US	04217	0	America/Chicago	35.98785	-90.52927	85			AR	055	93270	
4101359	Bethel	bethel	US	04217	0	America/Chicago	35.24897	-93.10906	107			AR	115	91812	
4101360	Bethel	bethel	US	04217	0	America/Chicago	35.22564	-93.22295	145			AR	149	91020	
4101374	Bertha	bertha	US	56437	0	America/Chicago	35.70647	-93.15351	580			AR	115	91377	
4101479	Bethesda	bethesda	US	20810	0	America/Chicago	35.79147	-91.78848	196			AR	063	93915	
4101487	Bethlehem	bethlehem	US	03574	0	America/Chicago	35.28369	-92.58766	165			AR	029	93672	
4101548	Beulah	beulah	US	38726	0	America/Chicago	34.87315	-91.40902	56			AR	117	93747	
4101568	Beverly	beverly	US	01915	0	America/Chicago	35.36481	-94.09659	158			AR	131	90246	
4101569	Beverly Hills	beverly-hills	US	34464	0	America/Chicago	33.65567	-93.59351	104			AR	057	91077	
4101575	Bexar	bexar	US	72515	0	America/Chicago	36.28673	-91.99571	270			AR	049	90855	
4101590	Biddle	biddle	US	59314	0	America/Chicago	34.71954	-92.25932	76			AR	119	90300	
4101759	Big Flat	big-flat	US	72617	103	America/Chicago	36.00507	-92.40433	377	Big Flat,Big Yellow Flat,Bigflat		AR	005	90288	
4101818	Big Lake	big-lake	US	55309	0	America/Chicago	35.85202	-90.14093	71	Big Lake,Big Lake Station,Biglake		AR	093	90297	
4101849	Big Rock	big-rock	US	24603	0	America/Chicago	35.17454	-94.27827	194			AR	131	90741	
4101894	Big Springs	big-springs	US	26137	0	America/Chicago	35.89841	-92.26988	166			AR	137	93567	
4101907	Bigelow	bigelow	US	56117	308	America/Chicago	35.0012	-92.62988	92			AR	105	92850	
4101909	Biggers	biggers	US	72413	337	America/Chicago	36.33256	-90.80623	85			AR	121	90990	
4101943	Bingen	bingen	US	98605	0	America/Chicago	33.97567	-93.78407	125			AR	057	92499	
4101944	Bingham	bingham	US	04920	0	America/Chicago	34.58509	-92.27376	82			AR	119	90300	
4101989	Biscoe	biscoe	US	27209	466	America/Chicago	34.82093	-91.4043	58	Biscoe,Fredonia,Surrounded Hill		AR	117	92289	
4102012	Bismarck	bismarck	US	58501	0	America/Chicago	34.3162	-93.17073	162			AR	059	90318	
4102035	Black Diamond	black-diamond	US	98010	0	America/Chicago	33.13596	-93.9099	90			AR	091	93537	
4102065	Black Oak	black-oak	US	72414	262	America/Chicago	35.83896	-90.36816	70	Black Oak,Dwight		AR	031	90330	
4102066	Black Oak	black-oak	US	72414	0	America/Chicago	35.45508	-90.41316	67	Black Oak,West Black Oak		AR	111	92229	
4102067	Black Oak	black-oak	US	72414	290	America/Chicago	35.98341	-94.07965	392			AR	143	94026	
4102088	Black Rock	black-rock	US	72415	625	America/Chicago	36.1084	-91.09735	95	Black Rock,Blackrock,Blek Rok,blak rwk,blk rak,blyaka raka,Блек Рок,بلاك روك,بلک راک,ब्ल्याक रक		AR	075	90345	
4102103	Blackburn	blackburn	US	65321	0	America/Chicago	35.81647	-94.21965	576			AR	143	92148	
4102115	Blackfoot	blackfoot	US	83221	0	America/Chicago	34.58066	-90.79456	65			AR	107	93462	
4102146	Blackville	blackville	US	29817	0	America/Chicago	35.48342	-91.16485	67	Blacksville,Blackville		AR	067	90579	
4102152	Blackwell	blackwell	US	63626	0	America/Chicago	35.22231	-92.84128	99	Blackville,Blackville Station,Blackwell		AR	029	93960	
4102167	Blakely	blakely	US	39823	0	America/Chicago	34.69676	-93.06935	229			AR	051	91581	
4102182	Blanco	blanco	US	74528	0	America/Chicago	35.92869	-92.81211	224	Blanco,Calf Creek		AR	129	90609	
4102185	Bland	bland	US	24315	0	America/Chicago	36.33341	-93.92381	407			AR	007	93628	
4102186	Bland	bland	US	24315	0	America/Chicago	34.68704	-92.68794	145			AR	125	93723	
4102216	Bledsoe	bledsoe	US	40810	0	America/Chicago	34.90537	-90.52427	60			AR	123	90321	
4102238	Blevins	blevins	US	71825	308	America/Chicago	33.87178	-93.57712	128			AR	057	93849	
4102246	Bloomer	bloomer	US	54724	0	America/Chicago	35.29398	-94.13882	137			AR	131	90351	
4102252	Bloomfield	bloomfield	US	06002	0	America/Chicago	36.27619	-94.53827	358			AR	007	93646	
4102265	Blossom	blossom	US	75416	0	America/Chicago	34.93121	-91.04568	64			AR	123	91482	
4102279	Blue Ball	blue-ball	US	17506	0	America/Chicago	34.96232	-93.70853	148	Blue Ball,Blueball		AR	127	91797	
4102305	Blue Eye	blue-eye	US	65611	30	America/Chicago	36.49784	-93.39796	393	Blue Eye,Butlers Barrens		AR	015	92727	
4102306	Blue Hill	blue-hill	US	04614	0	America/Chicago	34.87203	-92.34515	85			AR	119	91731	
4102362	Blue Mountain	blue-mountain	US	38610	120	America/Chicago	35.13037	-93.71158	157			AR	083	90363	
4102369	Blue Springs	blue-springs	US	38828	0	America/Chicago	34.6737	-93.07296	236			AR	051	91581	
4102380	Bluff City	bluff-city	US	37618	119	America/Chicago	33.71844	-93.13406	110			AR	099	93705	
4102400	Bluffton	bluffton	US	29910	0	America/Chicago	34.90537	-93.60075	134			AR	149	90372	
4102412	Blytheville	blytheville	US	72315	14694	America/Chicago	35.9273	-89.91898	78	BYH,Blajtvil,Blajtvil',Blajtvill,Blytheville,blayt wyl,bleithabhila,blythfyl,Блайтвилл,Блайтвіль,Блајтвил,بلایت ویل,بليثفيل,ब्लेीथभिल		AR	093	90783	
4102425	Board Camp	board-camp	US	71932	0	America/Chicago	34.53788	-94.09548	292			AR	113	91395	
4102512	Bohannon	bohannon	US	23021	0	America/Chicago	35.80619	-92.78406	298			AR	129	92631	
4102532	Boles	boles	US	62909	0	America/Chicago	34.77955	-94.0491	205	Boles,Stringtown		AR	127	92607	
4102553	Bonanza	bonanza	US	84008	556	America/Chicago	35.23926	-94.42605	167			AR	131	92394	
4102564	Bondsville	bondsville	US	01009	0	America/Chicago	35.64119	-90.24871	69	Bondsville,Stillman		AR	093	92226	
4102576	Bonnerdale	bonnerdale	US	71933	0	America/Chicago	34.38482	-93.38185	199			AR	059	91662	
4102581	Bono	bono	US	72416	2236	America/Chicago	35.90868	-90.80262	79	Bonnerville,Bono		AR	031	90255	
4102582	Bono	bono	US	72416	0	America/Chicago	35.25619	-92.47627	101			AR	045	93678	
4102589	Booker	booker	US	79005	0	America/Chicago	35.30731	-90.28954	69			AR	035	93873	
4102590	Booker	booker	US	79005	0	America/Chicago	34.7962	-92.19626	83			AR	119	91731	
4102606	Boone	boone	US	28607	0	America/Chicago	36.47368	-93.02101	264			AR	009	93522	
4102622	Booneville	booneville	US	38829	3888	America/Chicago	35.14009	-93.92159	153	Bunvil,Bunvil',Bunvill,bunabhila,bwnfyl,bwnwyl,Бунвил,Бунвилл,Бунвіль,بونفيل,بونویل,बूनभिल		AR	083	90405	
4102651	Boston	boston	US	02108	0	America/Chicago	35.84063	-93.6013	710			AR	087	90414	
4102662	Boswell	boswell	US	15531	0	America/Chicago	34.04427	-93.27934	86			AR	019	90591	
4102663	Boswell	boswell	US	15531	0	America/Chicago	36.04035	-92.05571	135			AR	065	90072	
4102689	Bowen	bowen	US	62316	0	America/Chicago	33.96927	-93.49435	101			AR	109	94110	
4102706	Bowman	bowman	US	29018	0	America/Chicago	33.454	-91.30317	40			AR	017	90666	
4102707	Bowman	bowman	US	29018	0	America/Chicago	35.82313	-90.49261	72			AR	031	92097	
4102732	Box Springs	box-springs	US	31801	0	America/Chicago	33.26179	-93.36823	100			AR	027	92355	
4102737	Boyd	boyd	US	54726	0	America/Chicago	33.34179	-93.92741	114			AR	091	90864	
4102769	Boynton	boynton	US	15532	0	America/Chicago	35.98146	-90.24843	73			AR	093	92664	
4102782	Bradford	bradford	US	02808	760	America/Chicago	35.42314	-91.45596	78			AR	145	92193	
4102790	Bradley	bradley	US	04411	566	America/Chicago	33.09819	-93.6549	77	Bradley,Bradley Depot		AR	073	93201	
4102837	Bragg City	bragg-city	US	63827	0	America/Chicago	33.66567	-92.986	78			AR	103		
4102849	Branch	branch	US	49402	358	America/Chicago	35.30565	-93.95354	142			AR	047	91123	
4102857	Branchville	branchville	US	07826	0	America/Chicago	33.90232	-91.88097	96			AR	079	90639	
4102858	Brandenburg	brandenburg	US	40108	0	America/Chicago	35.98618	-92.03682	145			AR	065	94014	
4102862	Brandon	brandon	US	05733	0	America/Chicago	33.71927	-91.92014	51			AR	043	90834	
4102893	Brawley	brawley	US	92227	0	America/Chicago	34.85455	-94.31271	249			AR	127	90453	
4102911	Breckenridge	breckenridge	US	48615	0	America/Chicago	34.76259	-92.39543	134			AR	119	90300	
4102925	Brentwood	brentwood	US	11717	0	America/Chicago	35.86008	-94.10715	452	Brentwood,Gunter		AR	143	90957	
4102928	Brewer	brewer	US	04412	0	America/Chicago	35.67008	-92.1796	371			AR	023	92931	
4102946	Briar	briar	US	63931	0	America/Chicago	34.08789	-93.8738	140			AR	061	92643	
4102967	Brice	brice	US	43109	0	America/Chicago	35.08426	-90.28315	64			AR	035	93033	
4102974	Brickeys	brickeys	US	72320	0	America/Chicago	34.86065	-90.59233	61			AR	077	93273	
4103010	Briggsville	briggsville	US	53920	0	America/Chicago	34.93398	-93.49436	134	Briggsville,Whitely,Whitley		AR	149	90474	
4103030	Brighton	brighton	US	02135	0	America/Chicago	36.06757	-90.35621	74			AR	055	92088	
4103042	Brinkley	brinkley	US	72021	2890	America/Chicago	34.88787	-91.19457	64	Brinkley,Brinkli,Lick Skillet,brinkle,brnkly,brynkly,Бринкли,برنکلی,برينكلي,ब्रिंक्ले		AR	095	90480	
4103104	Brockwell	brockwell	US	72517	0	America/Chicago	36.14285	-91.92654	185			AR	065	92673	
4103116	Brookings	brookings	US	57006	0	America/Chicago	36.28506	-90.72067	81			AR	021	90801	
4103117	Brookland	brookland	US	72417	2977	America/Chicago	35.90007	-90.58205	80	Brookland,Brookvale		AR	031	90489	
4103124	Brooks	brooks	US	04921	0	America/Chicago	34.5662	-92.44766	106			AR	125	91809	
4103149	Broomfield	broomfield	US	80020	0	America/Chicago	35.47647	-93.07851	170			AR	115	92181	
4103234	Browns	browns	US	62818	0	America/Chicago	35.09315	-90.38704	63			AR	035	90384	
4103261	Brownstown	brownstown	US	17508	0	America/Chicago	33.8179	-94.06714	129	Black Colony,Brownstown,Pine Woods		AR	133	92820	
4103264	Brownsville	brownsville	US	05037	0	America/Chicago	35.59813	-92.06543	262	Brownfield,Brownsville		AR	023	91329	
4103265	Brownsville	brownsville	US	05037	0	America/Chicago	35.19926	-93.92409	169			AR	083	93894	
4103266	Brownsville	brownsville	US	05037	0	America/Chicago	34.81953	-91.87931	75			AR	085	92283	
4103290	Bruno	bruno	US	25611	0	America/Chicago	36.14424	-92.77822	271	Bruno,Ebbing Springs,Hampton Valley		AR	089		
4103438	Bryan	bryan	US	43506	0	America/Chicago	34.93538	-94.22521	201			AR	127	91758	
4103447	Bryant	bryant	US	35958	0	America/Chicago	35.74174	-91.65208	155			AR	063	92313	
4103448	Bryant	bryant	US	35958	19986	America/Chicago	34.59593	-92.48905	126			AR	125	90522	
4103536	Buckeye	buckeye	US	24924	0	America/Chicago	36.10647	-93.90214	379			AR	087	93000	
4103537	Buckeye	buckeye	US	24924	0	America/Chicago	35.96007	-90.15898	73			AR	093	92664	
4103544	Buckhorn	buckhorn	US	41721	0	America/Chicago	34.73426	-91.04984	55			AR	077	91593	
4103554	Buckner	buckner	US	40010	252	America/Chicago	33.35846	-93.43601	89			AR	073	91578	
4103589	Buena Vista	buena-vista	US	15018	0	America/Chicago	33.48734	-92.95516	88	Buena Vista,Buenavista		AR	103	92388	
4103647	Buford	buford	US	30515	0	America/Chicago	36.24562	-92.42849	217			AR	005	90540	
4103678	Bull Shoals	bull-shoals	US	72619	1933	America/Chicago	36.38396	-92.58155	244	Bull Shoals,Newton Flat		AR	089		
4103708	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	35.06981	-92.66877	96	Bunker Hill,Dogtown		AR	105	91776	
4103722	Bunn	bunn	US	27508	0	America/Chicago	34.00149	-92.49543	74			AR	039	90546	
4103737	Burdette	burdette	US	72321	179	America/Chicago	35.8173	-89.93925	73			AR	093	90549	
4103749	Burlington	burlington	US	01803	0	America/Chicago	36.37951	-93.22824	446	Burlington,Gaddys Corner,Pruitt		AR	009	92268	
4103754	Burna	burna	US	42028	0	America/Chicago	35.1001	-94.34966	166			AR	131	91965	
4103827	Burton	burton	US	26562	0	America/Chicago	35.92091	-89.85564	73			AR	093	90783	
4103841	Bussey	bussey	US	50044	0	America/Chicago	33.15569	-93.45628	82			AR	027	93579	
4103846	Butler	butler	US	07405	0	America/Chicago	35.61175	-89.9387	74			AR	093	90683	
4103874	Butlerville	butlerville	US	47223	0	America/Chicago	34.97592	-91.83347	68			AR	085	90561	
4103898	Butterfield	butterfield	US	56120	0	America/Chicago	34.42731	-92.81378	122			AR	059	90567	
4103933	Byron	byron	US	14422	0	America/Chicago	36.32257	-91.95765	276			AR	049	90855	
4103957	Cabot	cabot	US	05647	25587	America/Chicago	34.97453	-92.01653	91	Kabot,kabwt,kyabota,Кабот,كابوت,کابوت,کابوٹ، آرکنساس,क्याबोत		AR	085	94131	
4103987	Caddo Gap	caddo-gap	US	71935	0	America/Chicago	34.4001	-93.61936	191	Caddo Gap,Caddo Mills,Caddogap,Centreville		AR	097		
4104000	Cades	cades	US	29518	0	America/Chicago	34.01538	-91.58651	53	Cades,Lykin		AR	079	91488	
4104031	Cairo	cairo	US	12413	0	America/Chicago	33.22013	-92.86988	94			AR	139	93777	
4104037	Caldwell	caldwell	US	07006	498	America/Chicago	35.07454	-90.81678	73	Kolduehll,Колдуэлл		AR	123	93588	
4104049	Cale	cale	US	71828	76	America/Chicago	33.62623	-93.24045	102	Cale,Cate		AR	099	90654	
4104050	Caledonia	caledonia	US	14423	0	America/Chicago	33.05569	-92.65377	64			AR	139	91884	
4104059	Calhoun	calhoun	US	30701	0	America/Chicago	33.21957	-93.15461	108			AR	027	92355	
4104060	Calhoun	calhoun	US	30701	0	America/Chicago	33.89288	-91.78874	116	Calhoun,Pleasant Hill		AR	079	90639	
4104078	Calico Rock	calico-rock	US	72519	1734	America/Chicago	36.11951	-92.13599	125	Calico Rock,Calicorock,Kaliko Rok,Kaliko-Rok,kalykw rak,kalykw rwk,kyaliko raka,Калико Рок,Калико-Рок,Каліко-Рок,كاليكو روك,کالیکو راک,क्यालिको रक		AR	065	93693	
4104089	Calion	calion	US	71724	466	America/Chicago	33.32901	-92.53849	29			AR	139	91365	
4104169	Calvin	calvin	US	16622	0	America/Chicago	35.93007	-91.05873	78			AR	075	92385	
4104171	Calumet	calumet	US	15621	0	America/Chicago	35.98174	-89.9862	74			AR	093	90429	
4104182	Camden	camden	US	04843	11347	America/Chicago	33.58456	-92.83433	63	CDH,Camden,Choteau de Fabri,Corea Fabre,Ecor a Fabri,Ecore Fabre,Ecore a Fabre,Fabres Bluff,Fabres Landing,Fabris Bluff,Fabrys Bluff,Kamden,L'Ecore a Fabri,LaCore Fabre,kaemdeon,kamdn,kyamdena,Камден,كامدن,کامدن,کیمڈن، آرکنساس,क्याम्डेन,캠던	103	AR	103	91209	
4104190	Camp	camp	US	72520	0	America/Chicago	36.41423	-91.73487	191			AR	049	93429	
4104268	Campbell	campbell	US	14821	0	America/Chicago	35.87091	-92.47516	276	Cambell,Campbell		AR	129	92801	
4104321	Canaan	canaan	US	03741	0	America/Chicago	35.86702	-92.7035	286	Canaan,Omaga,Omage		AR	129	93456	
4104394	Canehill	canehill	US	72717	0	America/Chicago	35.90869	-94.3966	402	Boonsboro,Boonsborough,Cane Hill,Canehill,Steam Mill		AR	143	90645	
4104399	Caney	caney	US	67333	0	America/Chicago	34.25704	-93.07573	96			AR	059	92535	
4104400	Caney	caney	US	67333	0	America/Chicago	36.10507	-92.62961	339			AR	089		
4104403	Caney	caney	US	67333	0	America/Chicago	35.0612	-92.3846	87			AR	045	90600	
4104516	Canfield	canfield	US	44406	0	America/Chicago	33.18291	-93.63268	80			AR	073	93201	
4104566	Caraway	caraway	US	72419	1270	America/Chicago	35.75813	-90.32232	69			AR	031	90330	
4104586	Careywood	careywood	US	83809	0	America/Chicago	34.61843	-92.48794	122			AR	125	90522	
4104602	Carlisle	carlisle	US	01741	2183	America/Chicago	34.78315	-91.74652	70	Karlajl,karlayl  arknsas,karlaysl,karlijle,karlystlh,Карлайл,Карлајл,كارلايسل,کارلائل، آرکنساس,کارلیستله,कार्लिज्ले		AR	085	90663	
4104614	Carmel	carmel	US	04419	0	America/Chicago	33.54483	-92.07153	74			AR	011	92844	
4104618	Carmi	carmi	US	62821	0	America/Chicago	35.88868	-90.27315	72			AR	093	92664	
4104640	Carpenter	carpenter	US	50426	0	America/Chicago	33.41067	-91.85013	56			AR	043	93786	
4104718	Carthage	carthage	US	13619	322	America/Chicago	34.0751	-92.55544	94			AR	039	90780	
4104722	Carver	carver	US	02330	0	America/Chicago	34.21649	-92.61849	74	Carver,Carvers		AR	053	93591	
4104727	Carver	carver	US	02330	0	America/Chicago	35.98619	-93.04184	273			AR	101	93990	
4104733	Cary	cary	US	27511	0	America/Chicago	35.72008	-90.68817	77			AR	031	91512	
4104737	Casa	casa	US	72025	167	America/Chicago	35.02287	-93.04767	113			AR	105	90690	
4104754	Cash	cash	US	72421	362	America/Chicago	35.79424	-90.93651	76	Cash,Soonover		AR	031	92232	
4104758	Casey	casey	US	50048	0	America/Chicago	35.0462	-91.19735	61			AR	147	90657	
4104767	Casscoe	casscoe	US	72026	0	America/Chicago	34.52565	-91.32596	61	Cass Coe,Cassco,Casscoe		AR	001	92010	
4104781	Cass	cass	US	24927	0	America/Chicago	35.68758	-93.81936	229	Camp Cass,Cass		AR	047	90411	
4104816	Cato	cato	US	13033	0	America/Chicago	34.92842	-92.26126	101			AR	045	94083	
4104826	Catron	catron	US	63833	0	America/Chicago	34.23733	-90.95178	47	Catron,Catron Spur		AR	107	92547	
4104857	Cave City	cave-city	US	42127	1868	America/Chicago	35.94174	-91.54847	206	Cave City,Loyal		AR	135	90705	
4104861	Cave Creek	cave-creek	US	85327	0	America/Chicago	35.92924	-92.97934	241	Cave Creek,Cavecreek		AR	101	92949	
4104897	Cave Springs	cave-springs	US	72718	3076	America/Chicago	36.26341	-94.23187	352	Allen Mill,Cave Spring,Cave Spring Mill,Cave Springs		AR	007	93632	
4104902	Cecil	cecil	US	15321	0	America/Chicago	35.4387	-93.94464	264			AR	047	91551	
4104943	Cedar Creek	cedar-creek	US	68016	0	America/Chicago	35.32258	-92.53544	145			AR	029	90696	
4105005	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	35.57758	-91.72542	209	Alonzo,Cedar Grove		AR	063	92169	
4105006	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	35.87035	-91.41819	115			AR	063	91128	
4105007	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	36.3334	-90.95096	102			AR	121	91323	
4105064	Cedarville	cedarville	US	08311	1368	America/Chicago	35.56981	-94.36688	239	Cedarville,Spencers Shop		AR	033	90726	
4105080	Center	center	US	42214	0	America/Chicago	36.14979	-91.51097	122			AR	135	92565	
4105096	Center Hill	center-hill	US	33514	0	America/Chicago	36.05979	-90.544	109			AR	055	93468	
4105097	Center Hill	center-hill	US	33514	0	America/Chicago	35.26258	-91.88403	98	Center Hill,Centerhill,Centre Hill		AR	145	91086	
4105108	Center Point	center-point	US	26339	0	America/Chicago	35.09731	-92.14737	94	Boardmansville,Center Point		AR	045	91002	
4105110	Center Point	center-point	US	26339	0	America/Chicago	34.0265	-93.94769	181	Center Point,Centerpoint,Centre Point		AR	061	90747	
4105112	Center Point	center-point	US	26339	0	America/Chicago	34.62733	-94.36911	308			AR	113	91374	
4105138	Center Ridge	center-ridge	US	72027	388	America/Chicago	35.37397	-92.56294	231	Center Ridge,Centre Ridge		AR	029	92199	
4105153	Center Valley	center-valley	US	18034	0	America/Chicago	35.33008	-93.08462	136			AR	115	93765	
4105168	Centerton	centerton	US	72719	12023	America/Chicago	36.3598	-94.28521	382	Centerpoint,Centerton		AR	007	93642	
4105173	Centerville	centerville	US	02632	0	America/Chicago	35.27314	-92.25654	144			AR	045	92427	
4105174	Centerville	centerville	US	02632	0	America/Chicago	33.64428	-93.48934	102			AR	057	91077	
4105175	Centerville	centerville	US	02632	0	America/Chicago	35.81174	-91.22235	77			AR	067	90315	
4105176	Centerville	centerville	US	02632	0	America/Chicago	35.11287	-93.16879	105			AR	149	90753	
4105181	Central	central	US	29630	0	America/Chicago	34.10093	-93.12128	98			AR	019	90591	
4105182	Central	central	US	29630	0	America/Chicago	35.25203	-90.93373	67			AR	037	91227	
4105183	Central	central	US	29630	0	America/Chicago	34.2962	-92.85295	94			AR	059	92457	
4105215	Central City	central-city	US	15926	494	America/Chicago	35.31926	-94.25215	134	Central,Central City		AR	131	92544	
4105316	Chambersville	chambersville	US	15723	0	America/Chicago	33.74788	-92.43126	95			AR	013		
4105328	Chandler	chandler	US	47610	0	America/Chicago	34.4637	-93.2638	146			AR	051	91581	
4105361	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	34.03428	-94.39632	130	Chapel Hill,Chapelhill		AR	133	92532	
4105362	Chapman	chapman	US	36015	0	America/Chicago	36.21896	-93.08073	349			AR	009	93435	
4105377	Charleston	charleston	US	04422	2483	America/Chicago	35.29704	-94.03632	158	Charl'ston,Charles Towne,Charleston,Charlestown,Charlston,carlsatana,charlztwn,tsharlstwn,Чарлстон,Чарльстон,تشارلستون,چارلزتون,چارلسٹن، آرکنساس,चार्ल्सटन		AR	047	92988	
4105399	Charlotte	charlotte	US	05445	0	America/Chicago	35.81841	-91.43874	108	Sharlott,Шарлотт		AR	063	91128	
4105403	Chatfield	chatfield	US	44825	0	America/Chicago	35.00593	-90.39732	62			AR	035	90384	
4105435	Cherokee Village	cherokee-village	US	72525	4603	America/Chicago	36.29784	-91.51597	194	Cherokee Village,Cherokee Village West		AR	135	90768	
4105454	Cherry Hill	cherry-hill	US	08002	0	America/Chicago	34.99009	-92.87434	107	Brazils Store,Cherry Hill		AR	105	90771	
4105455	Cherry Hill	cherry-hill	US	08002	0	America/Chicago	34.58594	-93.99826	270	Cherry Hill,Egger		AR	113	92604	
4105468	Cherry Valley	cherry-valley	US	01611	615	America/Chicago	35.40203	-90.75317	86			AR	037	92526	
4105478	Chester	chester	US	01011	160	America/Chicago	35.68092	-94.17521	256	Chester,Честер		AR	033	90777	
4105514	Chidester	chidester	US	71726	271	America/Chicago	33.70233	-93.02044	72			AR	103	93066	
4105525	Childress	childress	US	79201	0	America/Chicago	35.96174	-90.34232	73	Childres,Childress		AR	031	90534	
4105577	Choctaw	choctaw	US	72028	0	America/Chicago	35.52758	-92.43988	167			AR	141	90789	
4105637	Chula	chula	US	31733	0	America/Chicago	34.78676	-93.5713	281			AR	149	91836	
4105793	Cincinnati	cincinnati	US	45201	0	America/Chicago	36.0373	-94.51105	321			AR	143	91815	
4105799	Cisco	cisco	US	30708	0	America/Chicago	36.3759	-93.49408	407	Braswell Switch,Cisco		AR	015	92982	
4105824	Clarendon	clarendon	US	14429	1504	America/Chicago	34.69315	-91.31374	53	Clarendon,Klarendon,Mouth of Cache,Mouth of the Cache,Rockroe,Roe Rock,klarndwn,klyarendana,Кларендон,كلارندون,کلارندون,क्ल्यारेन्डन	095	AR	095	90585	
4105865	Clarkedale	clarkedale	US	72325	353	America/Chicago	35.30925	-90.23621	69	Clarkdale,Clarkedale,Clarketon		AR	035	93873	
4105868	Clarkridge	clarkridge	US	72623	0	America/Chicago	36.47784	-92.35127	265	Clark Ridge,Clarkridge		AR	005	92877	
4105879	Clarksville	clarksville	US	12041	9433	America/Chicago	35.47147	-93.46657	113	Clarksville,Johnson Courthouse,Klarksvil,Klarksvil',Klarksvill,klarkasbhila,klarksfyl,klarkswyl,klarkswyl  arknsas,Кларксвил,Кларксвилл,Кларксвіль,كلاركسفيل,کلارکسویل,کلارکسویل، آرکنساس,क्लार्कस्भिल	071	AR	071	93447	
4105890	Claude	claude	US	79019	0	America/Chicago	35.47286	-92.60238	250			AR	141	90951	
4105891	Claunch	claunch	US	87011	0	America/Chicago	35.87091	-90.46233	70			AR	031	92154	
4105894	Clay	clay	US	13041	0	America/Chicago	35.39675	-91.78625	79			AR	145	90825	
4105960	Clear Lake	clear-lake	US	50428	0	America/Chicago	34.31399	-92.21904	91			AR	053	93912	
4105966	Clear Lake	clear-lake	US	50428	0	America/Chicago	35.86341	-89.87342	76	Archillion,Clear Lake		AR	093	90783	
4105986	Clear Spring	clear-spring	US	21722	0	America/Chicago	34.07094	-93.38212	118	Clear Spring,Clearspring		AR	019	90591	
4106003	Clearwater	clearwater	US	29822	0	America/Chicago	35.92341	-90.25704	72			AR	093	92664	
4106025	Cleveland	cleveland	US	13042	0	America/Chicago	35.42147	-92.70961	222	Cleveland,Klivlend,Rondo,Кливленд		AR	029	92688	
4106056	Clifty	clifty	US	42216	0	America/Chicago	36.2373	-93.79631	434			AR	087	90621	
4106074	Clinton	clinton	US	01510	2538	America/Chicago	35.59147	-92.46044	172	Klinton,klintana,klyntwn,Клинтон,Клінтон,كلينتون,کلنٹن، آرکنساس,کلینتون,क्लिन्टन	141	AR	141	93970	
4106113	Cloverdale	cloverdale	US	24077	0	America/Chicago	34.67315	-92.35071	88			AR	119	90300	
4106114	Clyde	clyde	US	14433	0	America/Chicago	35.89147	-94.4066	403	Clyde,Newtown		AR	143	90645	
4106126	Coal Hill	coal-hill	US	72832	1025	America/Chicago	35.43731	-93.67297	144	Coal Hill,Coalhill		AR	071	91491	
4106130	Coaldale	coaldale	US	18218	0	America/Chicago	34.89427	-94.44883	196			AR	127	90882	
4106164	Cody	cody	US	69211	0	America/Chicago	34.84399	-90.63983	58			AR	077	91821	
4106176	Coffeeville	coffeeville	US	36524	0	America/Chicago	35.49119	-91.40041	75	Coffeeville,Coffey Ville,Coffeyville,Coffeyville Community		AR	067	91467	
4106191	Coin	coin	US	51636	0	America/Chicago	36.33035	-93.34796	357			AR	015	90891	
4106227	Coldwater	coldwater	US	38618	0	America/Chicago	35.36453	-90.579	64			AR	037	90894	
4106253	Coleman	coleman	US	33521	0	America/Chicago	33.77455	-91.74902	92	Coleman,Colemans		AR	043	93471	
4106272	Colfax	colfax	US	26566	0	America/Chicago	36.3109	-92.42294	249			AR	005	92616	
4106292	College Station	college-station	US	72053	600	America/Chicago	34.70815	-92.22126	97	College Station,Genevia,Kolledzh Stejshn,Колледж Стейшн		AR	119	90300	
4106295	Collegeville	collegeville	US	19426	0	America/Chicago	34.63676	-92.47544	129			AR	125	92799	
4106323	Colona	colona	US	61241	0	America/Chicago	35.19175	-91.23568	62			AR	147	91092	
4106336	Colt	colt	US	72326	351	America/Chicago	35.13148	-90.81122	77	Colt,Colt Station,Taylors Creek		AR	123	93588	
4106350	Columbus	columbus	US	08022	0	America/Chicago	33.77595	-93.81713	133	Kolumbus,Колумбус		AR	057	93303	
4106357	Combs	combs	US	41729	0	America/Chicago	35.82563	-93.83658	436			AR	087	92481	
4106394	Compton	compton	US	20627	0	America/Chicago	36.09674	-93.30268	659			AR	101	92928	
4106405	Concord	concord	US	01742	238	America/Chicago	35.66369	-91.84764	318	Konkord,Конкорд		AR	023	91493	
4106406	Concord	concord	US	01742	0	America/Chicago	35.47064	-94.25771	152			AR	033	93771	
4106448	Conner	conner	US	59827	0	America/Chicago	36.24118	-93.44491	429			AR	015	92163	
4106458	Conway	conway	US	01341	64980	America/Chicago	35.0887	-92.4421	95	Conway,Conway Station,Konuehj,Konvej,kanve,kanwy,kon-wei,kwnwy,Конвей,Конвеј,Конуэй,كونوي,کانوی,کونوے، آرکنساس,कन्वे,콘웨이	045	AR	045	90600	
4106600	Copeland	copeland	US	34137	0	America/Chicago	35.67147	-92.63655	461			AR	141	92610	
4106628	Cord	cord	US	72524	0	America/Chicago	35.81202	-91.34346	100			AR	063	90343	
4106635	Corinth	corinth	US	04427	0	America/Chicago	33.55094	-91.98764	35			AR	011	92844	
4106636	Corinth	corinth	US	04427	0	America/Chicago	34.04289	-93.8413	200			AR	061	90465	
4106637	Corinth	corinth	US	04427	0	America/Chicago	34.58538	-94.18326	307			AR	113	90003	
4106638	Corinth	corinth	US	04427	69	America/Chicago	35.07342	-93.42935	107			AR	149	91017	
4106689	Corning	corning	US	14830	3162	America/Chicago	36.40784	-90.57983	88	Carpenters Station,Corning,Hecht City,Korning,karninga,ke ning,kwrnyng,kwrnyngh,Корнинг,كورنينغ,کورنینگ,कर्निंग,科宁		AR	021	91474	
4106721	Cotter	cotter	US	72626	951	America/Chicago	36.27118	-92.53544	193	Cotter,Egypt,Koter,Kotter,katara,katr,kwtr,Котер,Коттер,كوتر,کاتر,कटर		AR	005	94035	
4106733	Cotton Plant	cotton-plant	US	72036	604	America/Chicago	35.00815	-91.25124	59	Cotton Plant,Cottonplant,Richmond		AR	147	90927	
4106740	Cottondale	cottondale	US	32431	0	America/Chicago	34.18038	-91.86041	61			AR	069	93795	
4106772	Council	council	US	28434	0	America/Chicago	34.87232	-90.48955	59	Council,Council Bend		AR	077	90930	
4106909	Cowan	cowan	US	37318	0	America/Chicago	36.17535	-92.64628	261			AR	089		
4106951	Coy	coy	US	36435	95	America/Chicago	34.53871	-91.87403	66			AR	085	91827	
4106957	Crabtree	crabtree	US	15624	0	America/Chicago	35.62036	-92.57516	394	Crabb Tree,Crabtree		AR	141	92610	
4107022	Crawford	crawford	US	26343	0	America/Chicago	36.17674	-92.91045	276			AR	009	92979	
4107039	Crawfordsville	crawfordsville	US	47933	456	America/Chicago	35.22509	-90.3251	67			AR	035	91857	
4107055	Crescent	crescent	US	15046	0	America/Chicago	35.28482	-94.36216	172			AR	131	92394	
4107062	Crestwood	crestwood	US	40014	0	America/Chicago	34.98453	-92.0107	89			AR	085	94131	
4107064	Creswell	creswell	US	27928	0	America/Chicago	36.0909	-92.12432	105	Cresswell,Creswell		AR	065	90798	
4107078	Crittenden	crittenden	US	14038	0	America/Chicago	35.24425	-90.45566	63			AR	035	93655	
4107084	Crocker	crocker	US	65452	0	America/Chicago	35.88285	-91.86153	90	Crocker,Crocker Spur,Croker,Croker Spur,Crooker		AR	065	92079	
4107091	Crocketts Bluff	crocketts-bluff	US	72038	0	America/Chicago	34.44399	-91.22012	54	Crockett Bluff,Crocketts Bluff		AR	001	90963	
4107100	Crockett	crockett	US	24323	0	America/Chicago	36.37589	-90.33066	105			AR	021	90448	
4107128	Crosby	crosby	US	16724	0	America/Chicago	35.28203	-91.83347	81	Armstrong Springs,Crosby,Quinton		AR	145	90978	
4107198	Crossett	crossett	US	71635	5220	America/Chicago	33.12818	-91.96124	50	CRT,Krosent,Krossett,kraseta,krast,krwsyt,Кросент,Кроссетт,كروسيت,کراست,क्रसेट		AR	003	91212	
4107219	Crossroads	crossroads	US	88114	0	America/Chicago	35.4648	-92.21543	299			AR	023	90750	
4107220	Crossroads	crossroads	US	88114	0	America/Chicago	33.72734	-93.73018	128	Cross Roads,Crossroad,Crossroads,Griffin Store		AR	057	92802	
4107221	Crossroads	crossroads	US	88114	0	America/Chicago	36.19368	-92.09432	240	Cross Roads,Crossroad,Crossroads		AR	065	93693	
4107222	Crossroads	crossroads	US	88114	0	America/Chicago	35.61536	-91.25985	69			AR	067	93696	
4107223	Crossroads	crossroads	US	88114	0	America/Chicago	35.11204	-94.19827	205			AR	131	91041	
4107224	Crossroads	crossroads	US	88114	0	America/Chicago	35.19425	-93.49352	342			AR	083	92598	
4107278	Crowley	crowley	US	70526	0	America/Chicago	36.09285	-90.614	104			AR	055	93516	
4107305	Crumrod	crumrod	US	72328	0	America/Chicago	34.14872	-90.98178	49			AR	107	92547	
4107314	Crystal Hill	crystal-hill	US	24539	0	America/Chicago	34.81481	-92.32099	84			AR	119	91731	
4107345	Crystal Springs	crystal-springs	US	33524	0	America/Chicago	34.52204	-93.33602	203	Crystal Springs,Crystalsprings		AR	051	91581	
4107421	Curtis	curtis	US	49820	0	America/Chicago	33.99788	-93.10573	73			AR	019	90591	
4107437	Cushman	cushman	US	72526	453	America/Chicago	35.87285	-91.75403	218			AR	063		
4107544	Daggett	daggett	US	49821	0	America/Chicago	35.03426	-91.31985	55			AR	147	91380	
4107545	Dagmar	dagmar	US	59219	0	America/Chicago	34.85621	-91.30068	53			AR	095	90495	
4107556	Daisy	daisy	US	30423	110	America/Chicago	34.23733	-93.74213	189			AR	109	93345	
4107566	Daleville	daleville	US	24083	0	America/Chicago	34.11565	-93.02851	55			AR	019	90591	
4107581	Dalton	dalton	US	01226	0	America/Chicago	36.42117	-91.14152	114			AR	121	91012	
4107593	Damascus	damascus	US	18415	0	America/Chicago	33.26235	-93.01822	91			AR	027	93801	
4107594	Damascus	damascus	US	18415	383	America/Chicago	35.3673	-92.4096	212	Damascus,Hutto		AR	141	90117	
4107605	Dallas	dallas	US	18612	0	America/Chicago	34.53594	-94.2191	336	Dallas,Dallas Valley,Old Dallas		AR	113	90732	
4107630	Danville	danville	US	03819	2350	America/Chicago	35.05398	-93.39352	106	Danvil,Danvil',Danvill,Danville,Monrovia,danfyl,dnwyl,dyanabhila,Данвил,Данвилл,Данвіль,دانفيل,دنویل,ड्यानभिल		AR	149	91017	
4107641	Dardanelle	dardanelle	US	72834	4659	America/Chicago	35.22314	-93.15795	101	Council Oaks,Dandenai,Darbinel,Dardanel',Dardanell,Dardanelle,Dardi,Dardonnie,Derdonnai,Dosduail,da da ni er,dardyanela,drdanl,drdnyl,Дарбинел,Дарданелл,Дарданель,دردانل,دردنيل,दार्द्यानेल,达达尼尔		AR	149	91020	
4107674	Datto	datto	US	72424	94	America/Chicago	36.39173	-90.73095	88	Datto,Day Town,Thurman		AR	021	92667	
4107696	Davidson	davidson	US	28035	0	America/Chicago	35.70008	-94.47688	260			AR	033	92145	
4107697	Davidson	davidson	US	28035	0	America/Chicago	33.45707	-93.23906	119			AR	099	93585	
4107783	Day	day	US	32013	0	America/Chicago	36.23868	-91.72765	217			AR	065	91926	
4107789	Dayton	dayton	US	08810	0	America/Chicago	35.11426	-94.2266	194			AR	131	91041	
4109021	Driver	driver	US	72329	0	America/Chicago	35.6123	-90.01203	72			AR	093	90683	
4107802	De Queen	de-queen	US	71832	6707	America/Chicago	34.03789	-94.34132	128	Calamity,De Kvin,De Queen,De-Kuin,de kvina,dy kwyn,dy kwyyn,Де Квин,Де-Куин,Де-Куін,دي كوين,دی کویین,डे क्वीन	133	AR	133	90175	
4107820	De Valls Bluff	de-valls-bluff	US	72041	587	America/Chicago	34.78482	-91.45846	58	De Vall Bluff,De Vall's Bluff,De Valls Bluff,DeValls Bluff,Devall Bluff,Devalls Bluff,Duvall's Bluff		AR	117	93939	
4107823	De Witt	de-witt	US	52742	3292	America/Chicago	34.29288	-91.3379	58	De-Uitt,De-Vitt,DeWitt,Devit,de vita,dwyt,dy wyt,Де-Вітт,Де-Уитт,Девит,دویت,دي ويت,डे विट		AR	001	92085	
4107889	Deane	deane	US	41812	0	America/Chicago	33.57039	-91.69707	60			AR	043	90915	
4107903	Decatur	decatur	US	30030	1773	America/Chicago	36.33591	-94.46077	377	Corner Springs,Decatur,Dekejter,Dekejtur,dekatara,di kai te,dkatr,dykatwr,Декейтер,Декејтур,ديكاتور,دکاتر,देकातर,迪凯特		AR	007	93645	
4107918	Deckerville	deckerville	US	48427	0	America/Chicago	35.44508	-90.3051	68	Deck Station,Deckerville		AR	111	93660	
4107941	Deer	deer	US	72628	0	America/Chicago	35.82675	-93.20934	713			AR	101	92919	
4107951	Deer Creek	deer-creek	US	56527	0	America/Chicago	34.24399	-92.40349	82			AR	053	90624	
4107963	Deerfield	deerfield	US	01342	0	America/Chicago	34.08622	-90.984	47	Deerfield,El Central		AR	041	92511	
4107968	Deerwood	deerwood	US	56444	0	America/Chicago	35.14258	-92.73155	98			AR	029	93960	
4107988	Delaware	delaware	US	07833	0	America/Chicago	35.2837	-93.29879	110			AR	083	91053	
4107991	Delaplaine	delaplaine	US	72425	117	America/Chicago	36.23368	-90.7265	84	De La Plaine,Delaplaine,Grays Station		AR	055	91992	
4107997	Delight	delight	US	71940	268	America/Chicago	34.03149	-93.50296	106			AR	109	92523	
4108001	Dell	dell	US	59724	209	America/Chicago	35.85535	-90.04176	73			AR	093	91659	
4108005	Delmar	delmar	US	12054	0	America/Chicago	36.16063	-93.34102	438			AR	015	92769	
4108010	Delta	delta	US	17314	0	America/Chicago	33.47179	-93.28489	109			AR	099	93585	
4108036	Denmark	denmark	US	04022	0	America/Chicago	35.48425	-91.58319	179			AR	067	90126	
4108038	Dennard	dennard	US	72629	530	America/Chicago	35.75674	-92.52461	462	Dennard,Donnard		AR	141	93933	
4108061	Denton	denton	US	21629	0	America/Chicago	36.09535	-91.20791	100			AR	075	91299	
4108062	Denton	denton	US	21629	0	America/Chicago	34.83677	-94.19104	222			AR	127	91071	
4108073	Denver	denver	US	12421	0	America/Chicago	36.39257	-93.3149	312			AR	015	92271	
4108090	Dermott	dermott	US	71638	2720	America/Chicago	33.52539	-91.43595	43	Dermot,Dermott,darmota,drmwt,dyrmwt,Дермот,Дермотт,درموت,ديرموت,डर्मोट		AR	017	90432	
4108091	Des Arc	des-arc	US	63636	1639	America/Chicago	34.97704	-91.49513	61	Bayou d'Arc,De Ark,De-Ark,Des Arc,Des Argues,Desarc,Desarcs,des arka,ds ark,dys ark,Де Арк,Де-Арк,دس آرک,ديس أرك,देस् आर्क		AR	117	94023	
4108098	Desha	desha	US	72527	0	America/Chicago	35.73619	-91.67986	99	Alderbrook,Desha		AR	063	91509	
4108148	Dewey	dewey	US	61840	0	America/Chicago	33.47428	-91.24261	47			AR	017	90432	
4108149	Dewey	dewey	US	61840	0	America/Chicago	35.42119	-91.7582	95			AR	145	90285	
4108159	Dexter	dexter	US	04930	0	America/Chicago	34.31676	-92.10848	80			AR	069	93918	
4108167	Diamond City	diamond-city	US	72630	781	America/Chicago	36.46451	-92.92017	245			AR	009	93522	
4108181	Diamondhead	diamondhead	US	39525	0	America/Chicago	34.43981	-92.94517	133			AR	059	91290	
4108184	Diaz	diaz	US	72043	1248	America/Chicago	35.63841	-91.26513	71	Diaz,Diez		AR	067	93696	
4108212	Dierks	dierks	US	71833	1092	America/Chicago	34.11928	-94.01658	135	Dierks,Hardscrabble		AR	061	92337	
4108245	Dilworth	dilworth	US	56529	0	America/Chicago	33.93984	-94.24937	124	Cool Easy,Dilworth,Needmore,Poole		AR	133	92820	
4108723	Dixie	dixie	US	25059	0	America/Chicago	35.92091	-90.45149	72			AR	031	92154	
4108724	Dixie	dixie	US	25059	0	America/Chicago	35.17314	-90.48927	63			AR	035	93655	
4108725	Dixie	dixie	US	25059	0	America/Chicago	36.24506	-90.31955	85	Dixie,Saint Pauls		AR	021	93971	
4108726	Dixie	dixie	US	25059	0	America/Chicago	34.76426	-92.2282	76			AR	119	91731	
4108727	Dixie	dixie	US	25059	0	America/Chicago	35.07676	-91.36318	56			AR	147	91419	
4108775	Dodd City	dodd-city	US	75438	0	America/Chicago	36.32729	-92.79295	332	Dodd City,Doddsville,Doddville		AR	089		
4108778	Doddridge	doddridge	US	71834	0	America/Chicago	33.0918	-93.90824	74			AR	091	93537	
4108780	Dodge City	dodge-city	US	67801	0	America/Chicago	33.01958	-92.96849	63			AR	139	93650	
4108781	Dodson	dodson	US	59524	0	America/Chicago	33.2418	-93.34628	87			AR	027	92355	
4108837	Dolph	dolph	US	72528	0	America/Chicago	36.2284	-92.11265	269			AR	065	90513	
4108849	Donaldson	donaldson	US	46513	300	America/Chicago	34.23676	-92.9235	70			AR	059	92781	
4108852	Donaldsonville	donaldsonville	US	70346	0	America/Chicago	34.27649	-92.13903	104			AR	069	93918	
4108855	Dongola	dongola	US	62926	0	America/Chicago	35.90869	-92.7585	279			AR	129	93456	
4108856	Doniphan	doniphan	US	63935	0	America/Chicago	35.24786	-91.66958	70			AR	145	92025	
4108873	Dora	dora	US	35062	0	America/Chicago	35.45426	-94.44077	167			AR	033	91124	
4108879	Dorothy	dorothy	US	08317	0	America/Chicago	35.90868	-90.81928	78			AR	031	90255	
4108916	Douglas	douglas	US	01516	0	America/Chicago	34.04204	-91.53457	52	Auburn,Douglas,Douglass,Staple		AR	079	90075	
4108935	Douglasville	douglasville	US	30133	0	America/Chicago	34.71454	-92.35988	96			AR	119	90300	
4108950	Dover	dover	US	02030	1398	America/Chicago	35.40147	-93.11434	136	Dover,Logans Store,Довер		AR	115	91134	
4108968	Doyle	doyle	US	38559	0	America/Chicago	33.95289	-93.75379	125			AR	057	92499	
4108971	Doylestown	doylestown	US	18901	0	America/Chicago	34.2701	-92.20376	110			AR	069	93918	
4108983	Drasco	drasco	US	72530	0	America/Chicago	35.63147	-91.94709	303	Crossroads,Drasco		AR	023	91653	
4109001	Driftwood	driftwood	US	15832	0	America/Chicago	35.97118	-91.25207	84			AR	075	92562	
4109003	Driggs	driggs	US	83422	0	America/Chicago	35.23648	-93.77242	187			AR	083	91140	
4109009	Dripping Springs	dripping-springs	US	78620	0	America/Chicago	35.53314	-94.39827	273	Dripping Springs,Statler,Stattler		AR	033	91905	
4109164	Dryfork	dryfork	US	26263	0	America/Chicago	36.15341	-93.48908	431	Dry Fork,Dryfork		AR	015	91143	
4109168	Dryden	dryden	US	04225	0	America/Chicago	35.83424	-90.90901	78			AR	031	93597	
4109171	Dublin	dublin	US	03444	0	America/Chicago	35.36203	-93.4713	138			AR	083	90642	
4109198	Duff	duff	US	37729	0	America/Chicago	36.00063	-92.76267	276			AR	129	93618	
4109214	Dugger	dugger	US	47848	0	America/Chicago	36.12591	-92.91767	286			AR	009	92979	
4109226	Dumas	dumas	US	38625	4323	America/Chicago	33.88705	-91.49179	50	Djuma,Dumas,dwmas,dyumasa,Думас,Дюма,دوماس,ड्युमास		AR	041	93051	
4109254	Duncan	duncan	US	29334	0	America/Chicago	34.62093	-91.25123	53			AR	095	91158	
4109279	Dunlap	dunlap	US	37327	0	America/Chicago	33.85261	-93.53907	128			AR	057	93849	
4109281	Dunn	dunn	US	28334	0	America/Chicago	36.24062	-91.10568	94			AR	121	93974	
4109305	Durham	durham	US	03824	0	America/Chicago	35.94952	-93.98048	380			AR	143	91164	
4109329	Duvall	duvall	US	98019	0	America/Chicago	35.20842	-90.56011	63			AR	037	93657	
4109336	Dutton	dutton	US	23050	0	America/Chicago	35.81675	-93.6938	512			AR	087	91722	
4109338	Dyer	dyer	US	38330	860	America/Chicago	35.49231	-94.13771	131	Dyer,Dyer Station		AR	033	91176	
4109346	Dyess	dyess	US	72330	384	America/Chicago	35.5898	-90.21343	68			AR	093	91182	
4109406	Earle	earle	US	72331	2282	America/Chicago	35.27509	-90.46677	63	Earl,Earle,Ehrl,Erl,Erli,ayarl,ayrl,eyarle,Ерл,Ерли,Эрл,إيرل,ایارل,एयर्ले		AR	035	93655	
4109618	Eastview	eastview	US	42732	0	America/Chicago	35.7198	-90.12648	69			AR	093	92226	
4109619	Eastwood	eastwood	US	40018	0	America/Chicago	34.34954	-92.14431	101			AR	069	91932	
4109626	Eaton	eaton	US	13334	0	America/Chicago	36.04007	-91.21624	91			AR	075	91206	
4109677	Ebony	ebony	US	23845	0	America/Chicago	35.19759	-90.26149	67	Ebony,Ebony Spur		AR	035	91857	
4109680	Echo	echo	US	56237	0	America/Chicago	35.09732	-94.13493	210			AR	083	93619	
4109688	Economy	economy	US	47339	0	America/Chicago	35.30008	-92.89295	103			AR	115	90558	
4109699	Eden	eden	US	05652	0	America/Chicago	34.86371	-91.27457	55			AR	095	90480	
4109714	Edgemont	edgemont	US	19028	0	America/Chicago	35.6023	-92.19626	175			AR	023	92556	
4109715	Edgewood	edgewood	US	21040	0	America/Chicago	34.63538	-90.78567	65			AR	107	93462	
4109716	Edgewood	edgewood	US	21040	0	America/Chicago	34.61259	-92.50571	128			AR	125	90522	
4109724	Edmondson	edmondson	US	72332	404	America/Chicago	35.10648	-90.31038	63			AR	035	90384	
4109728	Edna	edna	US	67342	0	America/Chicago	35.55481	-93.63213	193			AR	071	91770	
4109731	Edwards	edwards	US	13635	0	America/Chicago	35.02342	-91.79736	70			AR	117	91698	
4109755	Egypt	egypt	US	72427	112	America/Chicago	35.86813	-90.94568	76			AR	031	93036	
4109785	El Dorado	el-dorado	US	67042	18386	America/Chicago	33.20763	-92.66627	82	ELD,Ehl'-Dorado,El Dorado,El Dorejdo,El'-Dorado,Eldorado,al dwradw,aldwradw,el doryado,Ел Дорејдо,Ель-Дорадо,Эль-Дорадо,إل دورادو,الدورادو,एल् डोर्याडो	139	AR	139	91218	
4109797	El Paso	el-paso	US	61738	0	America/Chicago	35.1262	-92.09543	102	Ehl'-Paso,El Paso,Elpaso,Elpasso,Эль-Пасо		AR	145	91242	
4109800	Elaine	elaine	US	72333	556	America/Chicago	34.30844	-90.85205	51			AR	107	93573	
4109807	Elberta	elberta	US	36530	0	America/Chicago	35.18036	-93.15712	95	Alberta,Elberta		AR	149	91020	
4109811	Elberta	elberta	US	36530	0	America/Chicago	35.85008	-92.50211	493			AR	129	94062	
4109843	Elizabeth	elizabeth	US	07201	0	America/Chicago	36.33145	-92.09599	257			AR	049	90258	
4109857	Elkins	elkins	US	03233	2946	America/Chicago	36.00147	-94.00825	371	Elkins,Hood,Marshalls Prairie		AR	143	91225	
4109863	Elkins Park	elkins-park	US	19027	0	America/Chicago	36.40979	-90.89929	143			AR	121	93126	
4109873	Elliott	elliott	US	29046	0	America/Chicago	33.45734	-92.82794	78			AR	103	90471	
4109878	Salesville	salesville	US	43778	450	America/Chicago	36.24535	-92.26516	206	Ellis,Salesville		AR	005	90525	
4109899	Ellisville	ellisville	US	39437	0	America/Chicago	33.70094	-92.35709	58			AR	013		
4109916	Elm Grove	elm-grove	US	53122	0	America/Chicago	35.72897	-90.48427	67			AR	031	93582	
4109927	Elm Springs	elm-springs	US	72728	2147	America/Chicago	36.20619	-94.23437	361	Elm Springs,Elmsprings		AR	143	91233	
4109943	Elmo	elmo	US	59915	0	America/Chicago	35.62091	-91.3918	67			AR	063	92739	
4109949	Elmwood	elmwood	US	02337	0	America/Chicago	36.14424	-93.10545	366	Elm Wood,Elmwood		AR	009	91404	
4109950	Elmwood	elmwood	US	02337	0	America/Chicago	33.46539	-91.28317	41			AR	017	90432	
4109951	Elmwood	elmwood	US	02337	0	America/Chicago	34.22843	-91.72068	56	Elm Wood,Elmwood		AR	069	90390	
4109959	Elnora	elnora	US	47529	0	America/Chicago	36.17229	-90.96318	79			AR	121	90486	
4109968	Emerson	emerson	US	07630	354	America/Chicago	33.09763	-93.19294	98			AR	027	91245	
4109979	Eminence	eminence	US	40019	0	America/Chicago	33.22762	-91.18928	35			AR	017	92913	
4109987	Emmet	emmet	US	68734	486	America/Chicago	33.72623	-93.47045	97	Emmet,Emmett		AR	099	91248	
4109991	Emmons	emmons	US	56029	0	America/Chicago	34.80871	-91.15512	57			AR	095	91118	
4109995	Empire	empire	US	35063	0	America/Chicago	33.12207	-91.4354	32			AR	017	92913	
4109997	Enders	enders	US	69027	0	America/Chicago	35.32675	-92.22848	180	Enders,Sulphur Springs		AR	045	90240	
4110001	England	england	US	72046	2765	America/Chicago	34.54426	-91.96903	70	England,Hurgens		AR	085	91569	
4110015	English	english	US	47118	0	America/Chicago	34.17677	-91.65513	57			AR	069	92748	
4110025	Enola	enola	US	17025	344	America/Chicago	35.19536	-92.20321	98	Enola,Fredricks Lick		AR	045	91251	
4110029	Enon	enon	US	45323	0	America/Chicago	33.58844	-91.67791	55	Enon,Old Smokey		AR	043	90915	
4110041	Enterprise	enterprise	US	26568	0	America/Chicago	35.26565	-94.4291	153			AR	131	92394	
4110065	Eros	eros	US	71238	0	America/Chicago	36.18341	-92.85072	311			AR	089		
4110068	Erwin	erwin	US	28339	0	America/Chicago	35.56202	-91.22596	71			AR	067	93696	
4110069	Erwin	erwin	US	28339	0	America/Chicago	34.97204	-91.4468	58			AR	117	90612	
4110076	Essex	essex	US	01929	0	America/Chicago	35.13092	-91.87986	78			AR	145	90792	
4110091	Ethel	ethel	US	25076	0	America/Chicago	34.28649	-91.16373	54			AR	001	92973	
4110094	Etowah	etowah	US	28729	329	America/Chicago	35.72897	-90.23232	70			AR	093	92226	
4110098	Euclid	euclid	US	44117	0	America/Chicago	34.17372	-94.01853	208			AR	061	90369	
4110100	Eudora	eudora	US	65645	2102	America/Chicago	33.10957	-91.26206	41	Eudora,Judora,adwra,yudora,ywdwra,Јудора,Еудора,Юдора,ادورا,يودورا,युडोरा		AR	017	92913	
4110110	Eunice	eunice	US	65468	0	America/Chicago	34.03871	-91.99069	81			AR	025	91785	
4110119	Eureka Springs	eureka-springs	US	72631	2083	America/Chicago	36.40118	-93.73797	384	Jurika Springs,arka aspryngz,yureka springsa,yurekasupuringusu,ywryka sbrynghz,Јурика Спрингс,ارکا اسپرینگز,يوريكا سبرينغز,युरेका स्प्रिंग्स,ユーレカスプリングス		AR	015	90708	
4110142	Evadale	evadale	US	77615	0	America/Chicago	35.55119	-90.1062	72	Evadale,Idaho Landing		AR	093	93330	
4110157	Evansville	evansville	US	47701	0	America/Chicago	35.79536	-94.49688	342	Evansville,Vineyard		AR	143	93813	
4110163	Evening Shade	evening-shade	US	72532	0	America/Chicago	33.57345	-93.61268	122			AR	057	93474	
4110164	Evening Shade	evening-shade	US	72532	0	America/Chicago	34.94899	-94.13688	219			AR	127	91758	
4110165	Evening Shade	evening-shade	US	72532	421	America/Chicago	36.07174	-91.61931	143	Even Shade,Evening Shade,Hookrum,Ivning Shejd,Ivning-Shejd,ayfnyngh,ibhininga seda,Івнінг-Шейд,Ивнинг Шејд,Ивнинг-Шейд,إيفنينغ,इभिनिंग शेड		AR	135	92907	
4110185	Evergreen	evergreen	US	23939	0	America/Chicago	34.60843	-92.48016	110			AR	125	90522	
4110197	Everton	everton	US	65646	134	America/Chicago	36.15535	-92.90684	262			AR	009	92979	
4110204	Excelsior	excelsior	US	55331	0	America/Chicago	35.20009	-94.31438	178	Excelsior,Excelsor		AR	131	90141	
4110207	Experiment	experiment	US	30212	0	America/Chicago	33.20263	-93.46601	80			AR	027	93579	
4110216	Faber	faber	US	22938	0	America/Chicago	34.16843	-92.93628	66			AR	059	90498	
4110222	Fair Oaks	fair-oaks	US	47943	0	America/Chicago	35.24342	-91.03123	67	Fair Oakes,Fair Oaks,Fairoaks		AR	037	91266	
4110230	Fairbanks	fairbanks	US	47849	0	America/Chicago	35.44452	-92.2721	267			AR	141	90603	
4110231	Fairfield	fairfield	US	04937	0	America/Chicago	34.2126	-91.89514	62			AR	069	93795	
4110233	Fairfield Bay	fairfield-bay	US	72088	2268	America/Chicago	35.59424	-92.27793	265			AR	141	91830	
4110239	Fairland	fairland	US	46126	0	America/Chicago	33.23068	-93.84379	79			AR	091	90207	
4110243	Fairmount	fairmount	US	30139	0	America/Chicago	36.22675	-94.44605	376	Fairmount,Georgia Flats		AR	007	93647	
4110244	Fairmount	fairmount	US	30139	0	America/Chicago	34.59565	-91.59902	68	Fairmont,Fairmount		AR	117	90216	
4110255	Fairview	fairview	US	07022	0	America/Chicago	33.28373	-91.26067	38			AR	017	90666	
4110256	Fairview	fairview	US	07022	0	America/Chicago	33.97316	-92.87961	60			AR	039	92364	
4110257	Fairview	fairview	US	07022	0	America/Chicago	36.30979	-91.8282	244			AR	049	93498	
4110258	Fairview	fairview	US	07022	0	America/Chicago	36.0834	-90.56511	118			AR	055	93468	
4110259	Fairview	fairview	US	07022	0	America/Chicago	36.3334	-92.60461	240			AR	089		
4110260	Fairview	fairview	US	07022	0	America/Chicago	33.5365	-92.83794	54			AR	103	92073	
4110261	Fairview	fairview	US	07022	0	America/Chicago	34.70231	-92.27709	97			AR	119	90300	
4110262	Fairview	fairview	US	07022	0	America/Chicago	35.94535	-92.48711	209			AR	129	92274	
4110263	Fairview	fairview	US	07022	0	America/Chicago	34.1515	-94.25632	133			AR	133	92502	
4110324	Faith	faith	US	28041	0	America/Chicago	34.10371	-92.10348	76	Faith,Grace Station		AR	069	93570	
4110371	Falcon	falcon	US	28342	0	America/Chicago	33.46457	-93.41351	113	Falcon,Faloon		AR	099	90012	
4110427	Fargo	fargo	US	31631	90	America/Chicago	34.95148	-91.18012	61	Fargo,Фарго		AR	095	91515	
4110443	Farmington	farmington	US	03835	6701	America/Chicago	36.04202	-94.24715	362	Engels Mills,Farmington,farmnghtwn,farmyngtwn,pharmingatana,Фармингтон,Фармінгтон,فارمنغتون,فارمنگٹن، آرکنساس,فارمینگتون,फार्मिंगटन		AR	143	91274	
4110446	Farmville	farmville	US	23901	0	America/Chicago	33.51567	-92.19042	69			AR	011	92844	
4110486	Fayetteville	fayetteville	US	13066	82830	America/Chicago	36.06258	-94.15743	427	FYV,Faetvil',Fayetteville,Fejetvil,Fejetvilis,Fejetvill,Washington Courthouse,faytfyl,fayt‌wyl,fei ye te wei er,feiettobiru,peiesbil,phayetabhila,phetavhila,Фаєтвіль,Фейетвилл,Фејетвил,פאייטוויל,فائیٹویل، آرکنساس,فايتفيل,فایت‌ویل,फायेटभिल,फेटव्हिल,フェイエットビル,费耶特维尔,페이엣빌	143	AR	143	91283	
4110524	Felton	felton	US	17322	0	America/Chicago	34.80426	-90.79622	65	Clifton,Felton		AR	077	91821	
4110537	Ferguson	ferguson	US	28624	0	America/Chicago	34.13816	-90.984	49			AR	107	92547	
4110558	Ferndale	ferndale	US	12734	0	America/Chicago	34.77898	-92.55766	115			AR	119	90300	
4110598	Fifty-Six	fifty-six	US	72533	173	America/Chicago	35.95757	-92.21849	265	Fifty-Six		AR	137	92724	
4111013	Fisher	fisher	US	16225	0	America/Chicago	35.78063	-90.9804	75			AR	031	92232	
4111014	Fisher	fisher	US	16225	218	America/Chicago	35.49147	-90.97429	71			AR	111	92796	
4111048	Fitzgerald	fitzgerald	US	31750	0	America/Chicago	35.65258	-91.28874	72			AR	067	93696	
4111051	Fitzhugh	fitzhugh	US	74843	0	America/Chicago	35.35814	-91.32291	66			AR	147	94029	
4111091	Flat	flat	US	76526	0	America/Chicago	35.95952	-92.98601	348			AR	101	91545	
4111166	Flatwoods	flatwoods	US	26621	0	America/Chicago	36.0073	-93.13462	367			AR	101	91872	
4111212	Flippin	flippin	US	72634	1335	America/Chicago	36.27896	-92.59711	198	FLP,Flippin,Flippin Barrens,Goatville		AR	089		
4111224	Floral	floral	US	72534	0	America/Chicago	35.5873	-91.75709	235			AR	063	92169	
4111227	Florence	florence	US	01062	0	America/Chicago	33.76566	-91.64568	56			AR	043	92238	
4111246	Floyd	floyd	US	24091	0	America/Chicago	35.19481	-91.96764	111	Eva,Floyd		AR	145	90888	
4111253	Flynn	flynn	US	77855	0	America/Chicago	33.97093	-91.5854	52			AR	079	91488	
4112373	Glade	glade	US	67639	0	America/Chicago	36.36813	-93.91409	349			AR	007	93626	
4111307	Foreman	foreman	US	71836	951	America/Chicago	33.72178	-94.39687	127	Foreman,Forman,New Rocky Comfort,fwrman,fwrmn,phoramyana,Форман,فورمان,فورمن,फोरम्यान		AR	081	91863	
4111319	Fordyce	fordyce	US	68736	4027	America/Chicago	33.81372	-92.41293	87	Fordajs,fwrdays,fwrdys,phardisa,Фордайс,Фордајс,فوردایس,فورديس,फर्डिस	039	AR	039	91317	
4111321	Forest Grove	forest-grove	US	18922	0	America/Chicago	33.04236	-93.16461	95			AR	027	91245	
4111322	Forest Grove	forest-grove	US	18922	0	America/Chicago	33.13402	-93.5124	76			AR	073	93834	
4111339	Forest Hills	forest-hills	US	11375	0	America/Chicago	33.65484	-93.6024	103			AR	057	91077	
4111382	Forrest City	forrest-city	US	72335	14672	America/Chicago	35.00815	-90.78983	77	FCY,Forest City,Forist Siti,Forrest,Forrest City,Forrest-Siti,farst syty,fwrst syty,pharesta siti,Форист Сити,Форрест-Сити,Форрест-Сіті,فارست سیتی,فورست سيتي,फरेस्ट सिटी	123	AR	123	92340	
4111410	Fort Smith	fort-smith	US	59035	88194	America/Chicago	35.38592	-94.39855	134	Belle Point,FSM,Fort Smit,Fort Smith,Fort-Smit,fotosumisu,fwrt asmyt,fwrt smyth,pharta smitha,pwrt smyt,shi mi si bao,Форт Смит,Форт-Смит,פורט סמית,فورت اسمیت,فورت سميث,فورٹ سمتھ، آرکنساس,फर्ट स्मिथ,フォートスミス,史密斯堡		AR	131	93741	
4111470	Fouke	fouke	US	71837	873	America/Chicago	33.26124	-93.88546	95			AR	091	90207	
4111479	Fountain Hill	fountain-hill	US	71642	168	America/Chicago	33.35789	-91.85041	58	Fountain Hill,Fountainhill		AR	003	93987	
4111558	Fox	fox	US	72051	0	America/Chicago	35.79147	-92.29766	431	Fox,Smart		AR	137	93726	
4111562	Fowler	fowler	US	44418	0	America/Chicago	35.14842	-93.02017	94			AR	149	91410	
4111572	Foxboro	foxboro	US	02035	0	America/Chicago	34.80954	-92.27959	139			AR	119	91731	
4111577	Francis	francis	US	74844	0	America/Chicago	36.29201	-93.18157	337			AR	009	91848	
4111592	Franklin	franklin	US	02038	191	America/Chicago	36.17035	-91.77598	191	Franklin,Франклин		AR	065	91353	
4111718	Fresno	fresno	US	43824	0	America/Chicago	33.96316	-91.70707	53			AR	079	90639	
4111732	Friendship	friendship	US	04547	0	America/Chicago	33.97704	-92.04347	85			AR	025	94038	
4111733	Friendship	friendship	US	04547	0	America/Chicago	33.22624	-93.44295	82			AR	027	93579	
4111734	Friendship	friendship	US	04547	0	America/Chicago	35.37536	-92.50821	214			AR	029	90696	
4111735	Friendship	friendship	US	04547	176	America/Chicago	34.22315	-93.00295	92			AR	059	92991	
4111779	Frenchmans Bayou	frenchmans-bayou	US	72338	0	America/Chicago	35.46619	-90.18093	66	Frenchmans Bayou,Navoo		AR	093	92310	
4111795	Frisco	frisco	US	27936	0	America/Chicago	36.25646	-94.07826	413			AR	007	93628	
4111853	Fulton	fulton	US	13069	196	America/Chicago	33.61456	-93.81352	79			AR	057	90396	
4111874	Funston	funston	US	31753	0	America/Chicago	35.05731	-92.18709	97			AR	045	91002	
4111900	Gainesville	gainesville	US	14066	0	America/Chicago	36.16479	-90.51066	102			AR	055	93687	
4111915	Galena	galena	US	21635	0	America/Chicago	34.2515	-94.11298	259			AR	061	93663	
4111943	Gallatin	gallatin	US	37066	0	America/Chicago	36.20619	-94.42716	333	Gallatin,Gallitin		AR	007	93647	
4111953	Gamaliel	gamaliel	US	42140	0	America/Chicago	36.45673	-92.23321	275			AR	005	90165	
4111963	Galloway	galloway	US	26349	0	America/Chicago	34.77981	-92.12876	76			AR	119	91731	
4112011	Garber	garber	US	52048	0	America/Chicago	35.66508	-93.36768	275			AR	071	92847	
4112018	Gardner	gardner	US	01440	0	America/Chicago	33.10624	-92.38098	50			AR	139	92121	
4112036	Garfield	garfield	US	07026	527	America/Chicago	36.44841	-93.97409	454	Blansett,Blansett Station,Crowell,Garfield		AR	007	93626	
4112042	Garland	garland	US	04939	243	America/Chicago	33.3629	-93.7099	69	Garland,Garland City,Garland City Station,Girljanda,Lost Prairie,Гирлянда		AR	091	93084	
4112067	Garner	garner	US	27529	284	America/Chicago	35.14148	-91.78625	67	Garner,Garner Station,Garners Station,Paxson,Гарнер		AR	145	91443	
4112080	Garnett	garnett	US	29922	0	America/Chicago	33.84427	-91.77763	81			AR	079	92262	
4112081	Garrett	garrett	US	15542	0	America/Chicago	35.40564	-93.35963	147			AR	071	92910	
4112110	Gassville	gassville	US	72635	2133	America/Chicago	36.28312	-92.49405	233	Gassville,Mount Pleasant,Turkeys Neck		AR	005	94035	
4112113	Gaston	gaston	US	27832	0	America/Chicago	34.54677	-93.75908	226			AR	097		
4112129	Gateway	gateway	US	72733	425	America/Chicago	36.49035	-93.93187	468			AR	007	93626	
4112154	Geneva	geneva	US	14456	0	America/Chicago	34.02095	-94.24215	110	Geneva,Hortense,Logville		AR	133	90175	
4112158	Genoa	genoa	US	13071	0	America/Chicago	33.38374	-93.90963	110			AR	091	90864	
4112163	Gentry	gentry	US	64453	3397	America/Chicago	36.26758	-94.48466	376	Dzentri,Dzhentri,Gentry,Gentry City,Gentryville,Orchard,jentri,jntray,jyntry,Џентри,Джентри,Джентрі,جنترای,جينتري,जेन्ट्री		AR	007	93646	
4112180	George	george	US	51237	0	America/Chicago	36.0798	-93.40046	476			AR	101	92772	
4112202	Georgetown	georgetown	US	01833	0	America/Chicago	35.99563	-93.83131	421			AR	087	93144	
4112203	Georgetown	georgetown	US	01833	0	America/Chicago	35.33342	-93.27601	119	Georgetown,Mixer		AR	115	90813	
4112204	Georgetown	georgetown	US	01833	124	America/Chicago	35.12703	-91.45513	62			AR	145	91332	
4112247	Gibbs	gibbs	US	63540	0	America/Chicago	34.65926	-93.61881	205			AR	097		
4112253	Gibson	gibson	US	18820	0	America/Chicago	35.77702	-90.81567	77			AR	031	91461	
4112254	Gibson	gibson	US	18820	3543	America/Chicago	34.88426	-92.2357	80	Gibson,Runyan Acres		AR	119	91731	
4112275	Gifford	gifford	US	16732	0	America/Chicago	34.37565	-92.74433	97			AR	059	91455	
4112280	Gilbert	gilbert	US	18331	27	America/Chicago	35.98785	-92.71628	181	Gilbert,Гилберт		AR	129	93618	
4112302	Gill	gill	US	01354	0	America/Chicago	34.87759	-90.90762	63			AR	077	93600	
4112321	Gillett	gillett	US	16925	688	America/Chicago	34.11732	-91.37651	56	Champion,Gillet,Gillett		AR	001	93483	
4112324	Gillham	gillham	US	71841	162	America/Chicago	34.16928	-94.31632	231	Gillham,Silver Hill		AR	133	92502	
4112341	Gilmore	gilmore	US	72339	252	America/Chicago	35.41175	-90.27843	69			AR	035	91314	
4112400	Gleason	gleason	US	38229	0	America/Chicago	35.11092	-92.51599	95			AR	045	90600	
4112407	Glen Rose	glen-rose	US	76043	0	America/Chicago	34.45565	-92.72961	100			AR	059	93306	
4112413	Glencoe	glencoe	US	41046	0	America/Chicago	36.29423	-91.74737	239			AR	049	93498	
4112416	Glendale	glendale	US	01229	0	America/Chicago	35.8498	-90.64094	93			AR	031	92004	
4112417	Glendale	glendale	US	01229	0	America/Chicago	33.96288	-91.9593	79			AR	079	92793	
4112418	Glendale	glendale	US	01229	0	America/Chicago	35.14926	-94.00243	185			AR	083	90405	
4112428	Glenville	glenville	US	17329	0	America/Chicago	33.49151	-93.19572	113			AR	099	92130	
4112430	Glenwood	glenwood	US	07418	2141	America/Chicago	34.32677	-93.55074	171	Glenvud,Glenwood,Glinvud,Holly,ghlynwwd,glenavuda,glnwwd,Гленвуд,Глінвуд,غلينوود,گلنوود,ग्लेनवूड		AR	109	90810	
4112506	Gold Creek	gold-creek	US	59733	0	America/Chicago	35.01203	-92.41404	89			AR	045	92892	
4112515	Gold Hill	gold-hill	US	28071	0	America/Chicago	35.19592	-92.96184	104			AR	115	94089	
4112517	Golden City	golden-city	US	64748	0	America/Chicago	35.05926	-93.92604	177			AR	083	90699	
4112544	Good Hope	good-hope	US	30641	0	America/Chicago	33.644	-93.05989	85	Good Hope,Liberty		AR	103	93066	
4112568	Goodman	goodman	US	39079	0	America/Chicago	34.56037	-92.47016	100			AR	125	90153	
4112576	Goodrich	goodrich	US	48438	0	America/Chicago	35.33175	-91.2304	61			AR	147	90078	
4112587	Goodwin	goodwin	US	57238	0	America/Chicago	34.93815	-91.02095	63			AR	123	91482	
4112638	Gosnell	gosnell	US	72319	3306	America/Chicago	35.95979	-89.97203	76	Gosnel,Gosnell,gasnela,ghwsnyl,gsnl,Госнел,Госнелл,غوسنيل,گسنل,गस्नेल		AR	093	90429	
4112660	Goshen	goshen	US	01032	1589	America/Chicago	36.10119	-93.99131	363	Goshen,Гошен		AR	143	91485	
4112662	Gould	gould	US	71643	778	America/Chicago	33.9851	-91.56096	50	Gould,Joslyn,Palmer Switch		AR	079	91488	
4112712	Grady	grady	US	36036	412	America/Chicago	34.0801	-91.70068	56	Grady,Halls Station,Williamsburg,Williamsburgh		AR	079	90786	
4112736	Grand Lake	grand-lake	US	80447	0	America/Chicago	33.09234	-91.21067	35	Grand Lake,Grandlake		AR	017	92913	
4112750	Grandfield	grandfield	US	73546	0	America/Chicago	34.21844	-93.91186	214			AR	109	93993	
4112751	Grandview	grandview	US	37337	0	America/Chicago	36.43396	-93.6213	353			AR	015	92052	
4112752	Grandview	grandview	US	37337	0	America/Chicago	35.35314	-92.59738	213			AR	029	92199	
4112765	Grannis	grannis	US	71944	562	America/Chicago	34.24067	-94.33493	285	Grannis,Leon		AR	113	92805	
4112783	Grants	grants	US	87020	0	America/Chicago	33.15624	-93.6574	79			AR	073	93201	
4112791	Grapevine	grapevine	US	72057	0	America/Chicago	34.14565	-92.31543	78			AR	053	92334	
4112873	Gravelly	gravelly	US	72838	0	America/Chicago	34.88315	-93.68742	141	Gravelly,Gravelly Hill		AR	149	91500	
4112898	Gravette	gravette	US	72736	3232	America/Chicago	36.42202	-94.45355	371	Gravet,Gravett,Gravette,Grejvet,Grejvett,La Gravette,ghrafyt,grabheta,grawt,Гравет,Грейвет,Грейветт,غرافيت,گراوت,ग्राभेट		AR	007	93645	
4112941	Grayson	grayson	US	30017	0	America/Chicago	35.05565	-93.86965	160	Grayson,Joyland,Joyland Park		AR	083	93519	
4112947	Graytown	graytown	US	43432	0	America/Chicago	34.99537	-92.63627	99			AR	105	92850	
4113015	Green Forest	green-forest	US	72638	2769	America/Chicago	36.33535	-93.43602	408			AR	015	91692	
4113054	Green Ridge	green-ridge	US	65332	0	America/Chicago	34.92371	-94.02382	229	Green Ridge,Greenridge		AR	127	91689	
4113067	Greenbrier	greenbrier	US	37073	5296	America/Chicago	35.23397	-92.38765	110	Greenbrier,Grinbrajer,Grinbrir,Mooresville,Mooreville,ghrynbryr,grinabrayara,gryn braybr,Гринбрајер,Гринбрир,Грінбрір,غرينبرير,گرین برایبر,ग्रीनब्रायर		AR	045	91599	
4113094	Greenfield	greenfield	US	01301	0	America/Chicago	35.6323	-90.71261	77	Gaulett Station,Greenfield		AR	111	91518	
4113113	Greenland	greenland	US	03840	1388	America/Chicago	35.99425	-94.1752	381	Greenland,Greenland Station,Rugby,Staunton,ghrynland,غرينلاند		AR	143	91521	
4113135	Greenville	greenville	US	02828	0	America/Chicago	33.4765	-92.13208	65			AR	011	93903	
4113140	Greenway	greenway	US	22067	196	America/Chicago	36.34117	-90.22038	88			AR	021	90448	
4113141	Greenwood	greenwood	US	04255	0	America/Chicago	35.45009	-94.44105	151			AR	033	91124	
4113142	Greenwood	greenwood	US	04255	0	America/Chicago	35.40786	-93.77131	127			AR	047	91740	
4113143	Greenwood	greenwood	US	04255	9322	America/Chicago	35.21565	-94.25577	160	Grinvud,ghrynwwd,grinavuda,grynwwd,Гринвуд,Грінвуд,غرينوود,گرینوود,ग्रीनवूड		AR	131	90741	
4113174	Gregory	gregory	US	48137	0	America/Chicago	35.15537	-91.34318	61	Gregory,Gregorys,Gregorys Station,Lone Grove		AR	147	92934	
4113202	Griffin	griffin	US	30223	0	America/Chicago	33.1368	-92.77155	68			AR	139	93966	
4113213	Griffithville	griffithville	US	72060	225	America/Chicago	35.1237	-91.64513	66			AR	145	91122	
4113265	Grubbs	grubbs	US	72431	366	America/Chicago	35.6498	-91.07401	70			AR	067	91554	
4113275	Guernsey	guernsey	US	52221	0	America/Chicago	33.6429	-93.67824	89	Guernsey,Sheppard Station		AR	057	93942	
4113292	Guion	guion	US	72540	83	America/Chicago	35.92535	-91.9407	96	Guion,Louis,Wild Haw Landing,Wild Haws		AR	065	91557	
4113407	Gurdon	gurdon	US	71743	2144	America/Chicago	33.92094	-93.15406	62	Gardon,gardana,ge deng,ghwrdwn,gwrdwn,Гардон,غوردون,گوردون,गर्डन,格登		AR	019	90591	
4113457	Hackett	hackett	US	72937	818	America/Chicago	35.19037	-94.41105	164	Hackett,Hackett City,Hickory Grove		AR	131	90900	
4113467	Hagarville	hagarville	US	72839	129	America/Chicago	35.51564	-93.3249	162	Hagarsville,Hagarville,Johnsonville,Joyner		AR	071	92847	
4113528	Halfway	halfway	US	97834	0	America/Chicago	34.08482	-93.32184	101			AR	019	90591	
4113579	Halliday	halliday	US	58636	0	America/Chicago	36.12146	-90.43427	84			AR	055	91389	
4113583	Hallsville	hallsville	US	45633	0	America/Chicago	34.81676	-91.49541	63	Halls,Hallsville,Hans		AR	117	93939	
4116405	Jay	jay	US	04239	0	America/Chicago	36.20895	-90.35594	84			AR	055	91806	
4114430	Herron	herron	US	49744	0	America/Chicago	36.16368	-92.28432	120			AR	005	92709	
4114446	Heth	heth	US	72346	0	America/Chicago	35.07759	-90.4951	62			AR	123	91680	
4113607	Hamburg	hamburg	US	07419	2791	America/Chicago	33.22818	-91.79763	49	Gamburg,Hamburg,Hamburgh,Khamberg,Khamburg,hambwrg,hambwrgh,hyamabarga,Гамбург,Хамберг,Хамбург,هامبورغ,هامبورگ,ह्यामबर्ग	003	AR	003	90687	
4113611	Hamilton	hamilton	US	01936	0	America/Chicago	34.70481	-93.13324	217			AR	051	91581	
4113612	Hamilton	hamilton	US	01936	0	America/Chicago	34.62204	-91.7193	64	Hamilton,Melba		AR	085	91590	
4113625	Hamlet	hamlet	US	28345	0	America/Chicago	35.07814	-92.30515	89	Crossroads,Hamlet,Hamlett,Holmes Store,Liberty		AR	045	91188	
4113627	Hamlin	hamlin	US	14464	0	America/Chicago	35.23509	-90.92762	67			AR	037	91227	
4113641	Hammondsville	hammondsville	US	43930	0	America/Chicago	35.1712	-92.08265	127	Hammondsville,Hammonsville		AR	145	91953	
4113647	Hampton	hampton	US	03842	1281	America/Chicago	33.53789	-92.46988	61	Gempton,Khehmpton,Khempton,hambtwn,han pu dun,hmptwn,hyamptana,Гемптон,Хемптон,Хэмптон,هامبتون,همپتون,ह्याम्प्टन,汉普顿	013	AR	013		
4113663	Hancock	hancock	US	03449	0	America/Chicago	35.80146	-90.29621	70	Hancock,Hancock Station,Kentucky Settlement		AR	031	90330	
4113700	Hanna	hanna	US	46340	0	America/Chicago	33.09012	-91.27067	45			AR	017	92913	
4113704	Hanover	hanover	US	02339	0	America/Chicago	35.80341	-92.12376	282			AR	137	93177	
4113709	Happy	happy	US	41746	0	America/Chicago	35.16536	-91.6443	66			AR	145	93096	
4113746	Hardin	hardin	US	42048	0	America/Chicago	34.28121	-92.15015	107			AR	069	93918	
4113770	Hardy	hardy	US	24101	759	America/Chicago	36.3159	-91.48264	115	Gardi,Khardi,hardi,hardy,Гарді,Харди,هاردي,هاردی,हार्डी		AR	135	91605	
4113793	Harmon	harmon	US	61042	0	America/Chicago	36.21313	-92.92128	340			AR	009	90375	
4113794	Harmon	harmon	US	61042	0	America/Chicago	36.15369	-94.27715	367	Harman,Harmon,Wildcat		AR	143	91608	
4113803	Harmony	harmony	US	02829	0	America/Chicago	33.14263	-93.35517	87			AR	027	92355	
4113804	Harmony	harmony	US	02829	0	America/Chicago	35.54814	-93.55574	191			AR	071	91770	
4113805	Harmony	harmony	US	02829	0	America/Chicago	36.10813	-93.71241	433			AR	087	93888	
4113806	Harmony	harmony	US	02829	0	America/Chicago	33.65428	-93.39906	113			AR	099	90015	
4113807	Harmony	harmony	US	02829	0	America/Chicago	35.23758	-91.90681	86			AR	145	91086	
4113878	Harrell	harrell	US	71745	248	America/Chicago	33.51011	-92.39876	62			AR	013		
4113884	Harriet	harriet	US	72639	0	America/Chicago	35.99341	-92.52044	273	Gap of the Mountain,Harriet,Saratoga		AR	129	93213	
4113889	Harris	harris	US	12742	0	America/Chicago	35.06204	-90.75567	95			AR	123	91980	
4113891	Harris	harris	US	12742	0	America/Chicago	36.03119	-94.0477	365			AR	143	91225	
4113951	Harrisburg	harrisburg	US	17101	2302	America/Chicago	35.56425	-90.71678	95	Garrisberg,Harrisborough,Harrisburg,Harrisburgh,Kharisburg,harysbwrgh,hrysbwrg,hyarisabarga,Гаррисберг,Харисбург,هاريسبورغ,هریسبورگ,ہیرسبرک، آرکنساس,ह्यारिसबर्ग	111	AR	111	90402	
4113956	Harrison	harrison	US	04040	13138	America/Chicago	36.22979	-93.10768	320	Crooked Creek,Garrison,HRO,Harrison,Kharison,Kharrison,haryswn,hryswn,hyarisana,Гаррисон,Гаррісон,Харисон,Харрисон,هاريسون,هریسون,ह्यारिसन	009	AR	009	93435	
4113991	Hart	hart	US	49420	0	America/Chicago	35.29869	-92.05181	222	Boykin,Hart		AR	145	92037	
4113994	Hartford	hartford	US	05047	643	America/Chicago	35.02288	-94.38133	199	Hart Ford,Hartford,Khartford,Sugar Loaf,Хартфорд		AR	131	91626	
4114000	Hartley	hartley	US	51346	0	America/Chicago	34.36844	-94.17076	322			AR	113	91278	
4114001	Hartman	hartman	US	72840	530	America/Chicago	35.43258	-93.61547	118			AR	071	93876	
4114012	Hartwell	hartwell	US	30643	0	America/Chicago	36.12035	-93.80186	427			AR	087	93000	
4114018	Harvard	harvard	US	01451	0	America/Chicago	35.23398	-90.20732	67			AR	035	91908	
4114025	Harvey	harvey	US	50119	0	America/Chicago	34.84593	-93.7852	183			AR	127	92064	
4114044	Harwood	harwood	US	20776	0	America/Chicago	33.1629	-91.12816	38			AR	017	92913	
4114047	Haskell	haskell	US	07420	4480	America/Chicago	34.50148	-92.63655	91			AR	125	91638	
4114074	Hatfield	hatfield	US	01038	403	America/Chicago	34.48566	-94.37855	300	Hatfield,Morley		AR	113	90936	
4114092	Hattieville	hattieville	US	72063	0	America/Chicago	35.28758	-92.78683	103			AR	029	91530	
4114094	Hatton	hatton	US	58240	0	America/Chicago	34.35844	-94.37188	364			AR	113	92805	
4114104	Havana	havana	US	32333	368	America/Chicago	35.1112	-93.52963	116			AR	149	93180	
4114131	Hawkins	hawkins	US	54530	0	America/Chicago	35.06037	-90.92206	64			AR	123	92118	
4114166	Haynes	haynes	US	72341	136	America/Chicago	34.89093	-90.79206	67	Bailey,Haynes		AR	077	93699	
4114178	Haywood	haywood	US	22722	0	America/Chicago	34.36287	-91.92486	65			AR	069	92925	
4114220	Hazen	hazen	US	58545	1404	America/Chicago	34.78093	-91.58097	70			AR	117	91650	
4114225	Heber Springs	heber-springs	US	72543	7156	America/Chicago	35.49147	-92.03126	104	Heber Springs,Khiber Springs,Khiber-Springs,Sugar Loaf,hbraspryngz,hibara springsa,hybyr sbrynghz,Хибер Спрингс,Хибер-Спрингс,Хібер-Спрінгс,هبراسپرینگز,هيبير سبرينغز,हिबर स्प्रिंग्स	023	AR	023	91656	
4114235	Hebron	hebron	US	03241	0	America/Chicago	33.81455	-92.22265	73			AR	025	93069	
4114243	Hector	hector	US	14841	452	America/Chicago	35.4673	-92.97489	219	Avondale,Hector,The Plain		AR	115	91875	
4114272	Helena	helena	US	13649	5548	America/Chicago	34.52955	-90.59177	60	Helena,Khelena,Khelina,Monticello,Saint Francis,helena,Хелена,Хелина,हेलेना	107	AR	107	93276	
4114309	Henderson	henderson	US	13650	0	America/Chicago	36.38062	-92.22766	205	Khenderson,Хендерсон		AR	005	92460	
4114351	Henry	henry	US	24102	0	America/Chicago	34.28622	-93.9438	277			AR	061	92595	
4114352	Henry	henry	US	24102	0	America/Chicago	34.289	-93.94408	281			AR	061	92595	
4114368	Hensley	hensley	US	24843	139	America/Chicago	34.50537	-92.2057	79	Farrell,Hensley		AR	119	90300	
4114408	Herman	herman	US	16039	0	America/Chicago	35.85369	-90.8015	92			AR	031	92004	
4114413	Hermitage	hermitage	US	16148	804	America/Chicago	33.4465	-92.17403	56			AR	011	93903	
4114417	Herndon	herndon	US	17830	0	America/Chicago	35.95229	-90.71372	121			AR	031	91674	
4114469	Hickman	hickman	US	38567	0	America/Chicago	35.94424	-89.73314	78	Hickman,Hickman Bend		AR	093	90633	
4114495	Hickory Flat	hickory-flat	US	38633	0	America/Chicago	35.48925	-91.75375	190			AR	145	91887	
4114526	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	35.16037	-93.47019	227			AR	149	92613	
4114539	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	34.7862	-92.43293	127			AR	119	90300	
4114546	Hickory Plains	hickory-plains	US	72066	0	America/Chicago	34.99009	-91.7368	76			AR	117	91698	
4114552	Hickory Ridge	hickory-ridge	US	72347	0	America/Chicago	33.19151	-91.26039	40			AR	017	92913	
4114553	Hickory Ridge	hickory-ridge	US	72347	261	America/Chicago	35.39731	-90.99651	71	Hickory Ridge,Hickoryridge		AR	037	91701	
4114557	Hickory Ridge	hickory-ridge	US	72347	0	America/Chicago	34.78259	-92.43488	136			AR	119	90300	
4114576	Hickory Valley	hickory-valley	US	38042	0	America/Chicago	35.89591	-91.55653	184	Gray,Hickory Valley		AR	063	90123	
4114603	Hicksville	hicksville	US	11801	0	America/Chicago	34.58927	-90.97512	58			AR	107	91704	
4114606	Hico	hico	US	25854	0	America/Chicago	36.19036	-94.54105	348			AR	007	93646	
4114612	Hidden Valley	hidden-valley	US	15502	0	America/Chicago	36.27534	-91.51292	205			AR	135	91719	
4114620	Higden	higden	US	72067	117	America/Chicago	35.57341	-92.20321	160			AR	023	93294	
4114630	Higgins	higgins	US	79046	0	America/Chicago	34.65148	-92.23404	79			AR	119	90300	
4114635	Higginson	higginson	US	72068	653	America/Chicago	35.19481	-91.71264	67			AR	145	91716	
4114671	Highland	highland	US	12528	0	America/Chicago	34.03539	-93.77213	177			AR	109	90468	
4114672	Highland	highland	US	12528	0	America/Chicago	34.62705	-93.96326	323			AR	113	92604	
4114673	Highland	highland	US	12528	1054	America/Chicago	36.2759	-91.52403	186			AR	135	91719	
4114774	Hillsboro	hillsboro	US	21641	0	America/Chicago	33.13569	-92.49793	71	Boonsboro,Cane Hill,Hillsboro,Hillsborough		AR	139	91986	
4114778	Hillsborough	hillsborough	US	03244	0	America/Chicago	34.77176	-92.42377	139			AR	119	90300	
4114792	Hilo	hilo	US	96720	0	America/Chicago	33.36178	-92.27264	39			AR	011	93558	
4114796	Hilton	hilton	US	14468	0	America/Chicago	35.64591	-90.09037	68			AR	093	90683	
4114802	Hindsville	hindsville	US	72738	61	America/Chicago	36.14424	-93.86214	417			AR	087	93000	
4114810	Hinkle	hinkle	US	40953	0	America/Chicago	35.42786	-93.58352	112			AR	071	93876	
4114821	Hiram	hiram	US	04041	0	America/Chicago	35.46925	-91.86792	127			AR	023	92886	
4114830	Hiwasse	hiwasse	US	72739	497	America/Chicago	36.43174	-94.33382	406	Dickson,Hiwasse,Hiwassee,Old Town		AR	007	93644	
4114941	Holland	holland	US	01521	0	America/Chicago	34.92426	-92.05348	78			AR	085	91503	
4114945	Holland	holland	US	01521	546	America/Chicago	35.17147	-92.27376	113	Gollandija,Holland,Hollands Camp,Голландия		AR	045	91635	
4114962	Hollis	hollis	US	03049	0	America/Chicago	34.87454	-93.11046	151			AR	105	93653	
4114992	Holly Grove	holly-grove	US	72069	546	America/Chicago	34.59593	-91.19984	55	Holly Grove,Hollygrove		AR	095	91158	
4114993	Holly Grove	holly-grove	US	72069	0	America/Chicago	34.22845	-94.26965	231			AR	113	92805	
4117286	Keiser	keiser	US	72351	704	America/Chicago	35.67452	-90.09981	70			AR	093	92529	
4115040	Holly Springs	holly-springs	US	27540	0	America/Chicago	35.29869	-92.51933	140			AR	029	93672	
4115041	Holly Springs	holly-springs	US	27540	0	America/Chicago	33.81538	-92.70961	75	Holly Spring,Holly Springs,Hollysprings		AR	039	91752	
4115043	Holly Springs	holly-springs	US	27540	0	America/Chicago	34.7412	-92.51266	172			AR	119	90300	
4115044	Holly Springs	holly-springs	US	27540	0	America/Chicago	35.35369	-91.74403	84			AR	145	90825	
4115068	Hollywood	hollywood	US	20636	0	America/Chicago	34.10399	-93.24684	77	Anvil,Greenville,Holly Wood,Hollywood,Spoonerville		AR	019	90591	
4115133	Homewood	homewood	US	60430	0	America/Chicago	35.03009	-92.97656	129			AR	105	90690	
4115163	Hooker	hooker	US	73945	0	America/Chicago	36.2234	-90.53177	91	Hooker,Hookers Switch		AR	055	90456	
4115164	Hooker	hooker	US	73945	0	America/Chicago	34.11982	-91.88097	62			AR	069	92448	
4115181	Hope	hope	US	02831	9891	America/Chicago	33.66706	-93.59157	107	Khoup,hopa,hopeu,huo pu,hwb,hwp,Хоуп,هوب,هوپ,होप,霍普,호프	057	AR	057	91077	
4115212	Hopewell	hopewell	US	08525	0	America/Chicago	36.20562	-92.2321	238			AR	005	92709	
4115213	Hopewell	hopewell	US	08525	0	America/Chicago	36.33507	-93.0924	403			AR	009	92133	
4115214	Hopewell	hopewell	US	08525	0	America/Chicago	35.39814	-92.06515	268			AR	023	92901	
4115215	Hopewell	hopewell	US	08525	0	America/Chicago	36.24479	-90.35344	91			AR	055	91764	
4115216	Hopewell	hopewell	US	08525	0	America/Chicago	35.97841	-91.08901	74			AR	075	92127	
4115281	Horatio	horatio	US	29062	1058	America/Chicago	33.93845	-94.35715	123	Horatio,Rock Hill		AR	133	90840	
4115334	Horseshoe Bend	horseshoe-bend	US	72512	2092	America/Chicago	36.22923	-91.76431	265			AR	065	91926	
4115412	Hot Springs	hot-springs	US	24445	35635	America/Chicago	34.5037	-93.05518	182	HOT,Hot Springs,Hot Springs National Park,Khot-Springs,Man-a-tak-a,Valley of Vapors,Warm Springs,Хот-Спрингс	051	AR	051	91773	
4115429	Hot Springs Village	hot-springs-village	US	71909	12807	America/Chicago	34.67204	-92.99879	239			AR	051	91581	
4115450	Houston	houston	US	15342	169	America/Chicago	35.03342	-92.69461	94	Kh'juston,Хьюстон		AR	105	91776	
4115458	Howard	howard	US	16841	0	America/Chicago	34.70594	-94.43716	393			AR	113	93162	
4115487	Howell	howell	US	07731	0	America/Chicago	35.1137	-91.2454	66	Howell,Howell Station		AR	147	90588	
4115506	Hoyt	hoyt	US	66440	0	America/Chicago	35.42647	-93.5638	117			AR	071	92994	
4115508	Hoxie	hoxie	US	67740	2680	America/Chicago	36.05035	-90.97512	82	Khoksi,hoksi,hwksy,Хокси,هوكسي,هوکسی,होक्सि		AR	075	90381	
4115510	Hubbard	hubbard	US	44425	0	America/Chicago	35.90536	-94.31993	406	Hubard,Hubbard		AR	143	93768	
4115533	Huddleston	huddleston	US	24104	0	America/Chicago	34.58621	-93.84548	260			AR	097		
4115568	Huffman	huffman	US	77336	0	America/Chicago	35.97341	-89.73397	79			AR	093	90633	
4115578	Hughes	hughes	US	72348	1323	America/Chicago	34.94926	-90.47149	63			AR	123	91437	
4115601	Hulbert	hulbert	US	49748	0	America/Chicago	35.13092	-90.19315	65			AR	035	92508	
4115608	Humnoke	humnoke	US	72072	281	America/Chicago	34.54148	-91.75708	60			AR	085	90972	
4115613	Humphrey	humphrey	US	68642	524	America/Chicago	34.42204	-91.70624	58			AR	001	91668	
4115625	Hunt	hunt	US	14846	0	America/Chicago	35.52897	-93.6588	189	Hunt,Hunt Town,Huntsville		AR	071	93495	
4115627	Hunt	hunt	US	14846	0	America/Chicago	33.17819	-93.35573	82			AR	027	92355	
4115634	Hunter	hunter	US	12442	98	America/Chicago	35.05287	-91.12623	64			AR	147	90657	
4115654	Huntington	huntington	US	01050	626	America/Chicago	35.08232	-94.26327	194	Khantington,Хантингтон		AR	131	91095	
4115658	Huntsville	huntsville	US	35801	2378	America/Chicago	36.08619	-93.7413	463	Gantsvill,Huntsville,Khantsvil,Khantsvill,Sevierville,hantsbhila,hantsfyl,hantswyl,Гантсвілл,Хантсвил,Хантсвилл,هانتسفيل,هانتسویل,हन्ट्स्भिल	087	AR	087	93888	
4115754	Hutchinson	hutchinson	US	15640	0	America/Chicago	35.6448	-91.67431	258			AR	063	93111	
4115759	Huttig	huttig	US	71747	564	America/Chicago	33.03957	-92.18264	31	Huttig,Spinola		AR	139	92121	
4115776	Hyden	hyden	US	41749	0	America/Chicago	34.18899	-91.36095	57			AR	001	93483	
4115781	Ida	ida	US	48140	0	America/Chicago	35.58813	-91.92792	304			AR	023	92853	
4115796	Imboden	imboden	US	72434	640	America/Chicago	36.20257	-91.17457	96			AR	075	91065	
4115847	Index	index	US	98256	0	America/Chicago	33.54707	-94.04186	83			AR	091	91434	
4115851	Indian	indian	US	99540	0	America/Chicago	33.05262	-91.28956	41			AR	017	92913	
4115899	Ingalls	ingalls	US	46048	0	America/Chicago	33.38345	-92.15097	49	Crowtown,Ingalls		AR	011	93903	
4115901	Ingleside	ingleside	US	21644	0	America/Chicago	35.48953	-91.31985	64			AR	067	90516	
4115903	Ingram	ingram	US	40955	0	America/Chicago	36.39895	-91.00762	112	Gooberhull,Ingram		AR	121	91833	
4116098	Ionia	ionia	US	14475	0	America/Chicago	36.33258	-94.51466	373	Iona,Ionia		AR	007	93645	
4116105	Ione	ione	US	95640	0	America/Chicago	35.06371	-94.04743	170			AR	083	93619	
4116108	Irma	irma	US	54442	0	America/Chicago	33.5554	-93.2835	113			AR	099	93585	
4116126	Ironton	ironton	US	45638	0	America/Chicago	34.63204	-92.27737	100			AR	119	90300	
4116142	Island	island	US	42350	0	America/Chicago	35.41648	-94.12798	132			AR	131	91842	
4116161	Iuka	iuka	US	38852	0	America/Chicago	36.20423	-92.15515	265			AR	065	90513	
4116162	Ivan	ivan	US	71748	0	America/Chicago	33.91177	-92.4246	64			AR	039	93423	
4116171	Ivy	ivy	US	22945	0	America/Chicago	34.12815	-92.5296	79			AR	039	90780	
4116311	Jacksonport	jacksonport	US	72075	203	America/Chicago	35.64175	-91.30957	69	Jackson,Jackson Port,Jacksonport,Jacksons Port		AR	067	91929	
4116315	Jacksonville	jacksonville	US	05342	28643	America/Chicago	34.8662	-92.11015	87	Dzeksonvil,Dzhehksonvill,Dzheksonvil',Dzheksonvill,Jacksonville,LRF,jaegseunbil,jakswnfyl,jkkswnwyl  arknsas,jksnwyl,jyakasanabhila,Џексонвил,Джексонвилл,Джексонвіль,Джэксонвилл,جاكسونفيل,جکسنویل,جککسونویل، ارکنساس,ज्याकसनभिल,잭슨빌		AR	119	91731	
4116371	Jamestown	jamestown	US	02835	0	America/Chicago	35.69674	-91.70458	97			AR	063	91509	
4116372	Jamestown	jamestown	US	02835	0	America/Chicago	35.44203	-93.46268	127			AR	071	93447	
4116400	Jasper	jasper	US	14855	449	America/Chicago	36.00813	-93.18657	258	Dzasper,jasbr,jaspr,jspr  arknsas,jyaspara,Џаспер,جاسبر,جاسپر,جسپر، ارکنساس,ज्यास्पर	101	AR	101	91872	
4116425	Jefferson	jefferson	US	01522	0	America/Chicago	33.35124	-93.36878	102			AR	027	92355	
4116426	Jefferson	jefferson	US	01522	0	America/Chicago	34.38065	-92.16404	105	Jeff Springs,Jefferson,Jefferson Springs Station		AR	069	91932	
4116464	Jeffersonville	jeffersonville	US	05464	0	America/Chicago	34.72149	-90.67733	63			AR	077	91821	
4116470	Jeffrey	jeffrey	US	25114	0	America/Chicago	34.82204	-92.32154	88			AR	119	91731	
4116519	Jericho	jericho	US	05465	113	America/Chicago	35.28592	-90.22704	69			AR	035	93873	
4116526	Jerome	jerome	US	15937	39	America/Chicago	33.39956	-91.47012	39	Blissville,Jerome		AR	043	90132	
4116527	Jersey	jersey	US	22481	0	America/Chicago	33.42845	-92.31431	49			AR	011	93558	
4116531	Jerusalem	jerusalem	US	43747	0	America/Chicago	35.4048	-92.81683	232			AR	029	91533	
4116563	Jessieville	jessieville	US	71949	0	America/Chicago	34.7012	-93.06157	220			AR	051	91581	
4116575	Jesup	jesup	US	31545	0	America/Chicago	36.01702	-91.33624	88			AR	075	91959	
4116583	Jewell	jewell	US	31045	0	America/Chicago	33.85623	-94.4241	113	Jewel,Jewell		AR	081	91962	
4116650	Johnson	johnson	US	05656	0	America/Chicago	35.34286	-93.4538	123			AR	083	90642	
4116660	Johnson	johnson	US	05656	3634	America/Chicago	36.13286	-94.16548	365	Dzhonson,Dzonson,janasana,janswn  arkanzas,jwnswn,Џонсон,Джонсон,جانسون، آرکانزاس,جونسون,जनसन		AR	143	91989	
4116742	Johnstown	johnstown	US	12095	0	America/Chicago	35.57841	-91.16262	68			AR	067	90579	
4116746	Joiner	joiner	US	72350	540	America/Chicago	35.50786	-90.14704	71			AR	093	92310	
4116816	Jones Mills	jones-mills	US	15646	90	America/Chicago	34.43759	-92.88767	95	Jones Mill,Jones Mills		AR	059	92352	
4116834	Jonesboro	jonesboro	US	04648	73907	America/Chicago	35.8423	-90.70428	99	Dzhonsboro,Dzhounsburou,Dzounsboro,JBR,Jonesboro,Jonesborough,jonasbro,jonjeubeoleo,jonzuboro,jwnsbwrw  arknsas,jwnzbrw,jwnzbwrw,qiong si bo lei,Џоунсборо,Джонсборо,Джоунсбъроу,جونزبرو,جونزبورو,جونسبورو، آرکنساس,जोनस्ब्रो,ジョーンズボロ,琼斯伯勒,존즈버러		AR	031	92004	
4116852	Jonesville	jonesville	US	05466	0	America/Chicago	33.22568	-93.93768	70			AR	091	90207	
4116854	Joplin	joplin	US	59531	0	America/Chicago	34.54231	-93.45269	206			AR	097	90729	
4116859	Jordan	jordan	US	13080	0	America/Chicago	36.23285	-92.18432	257			AR	005	92709	
4116896	Judsonia	judsonia	US	72081	2027	America/Chicago	35.27009	-91.63986	65	Judsonia,Prospect Bluff		AR	145	91623	
4116902	Joy	joy	US	61260	0	America/Chicago	35.28758	-91.95042	232			AR	145	92007	
4116918	Junction City	junction-city	US	31812	547	America/Chicago	33.01625	-92.72432	59			AR	139	91665	
4117218	Kalamazoo	kalamazoo	US	49001	0	America/Chicago	35.36814	-93.69464	107			AR	083	93372	
4117226	Kansas	kansas	US	35573	0	America/Chicago	33.85816	-92.98822	51			AR	019	90591	
4117324	Kelso	kelso	US	37348	0	America/Chicago	33.79761	-91.27067	44			AR	041	93132	
4117358	Kensett	kensett	US	50448	1651	America/Chicago	35.23175	-91.66764	68	Kennsett,Kensett		AR	145	92025	
4117364	Kent	kent	US	06757	0	America/Chicago	33.62567	-92.81322	36			AR	103	93762	
4117374	Kenwood	kenwood	US	95452	0	America/Chicago	35.19981	-92.81267	96	Germantown,Kenwood		AR	029	93960	
4117375	Kenyon	kenyon	US	02836	0	America/Chicago	35.7923	-91.22346	76			AR	067	90315	
4117378	Keo	keo	US	72083	259	America/Chicago	34.60287	-92.00903	70			AR	085	92070	
4117381	Kenova	kenova	US	25530	0	America/Chicago	33.35735	-92.69738	31			AR	139	93396	
4117384	Kerr	kerr	US	45643	0	America/Chicago	34.78676	-92.05848	74	Kerr,Kerrs		AR	085	93042	
4117440	Kimball	kimball	US	24853	0	America/Chicago	33.02624	-91.60957	33			AR	003	94077	
4117467	King	king	US	27021	0	America/Chicago	36.40368	-91.52653	131			AR	049	90006	
4117468	King	king	US	27021	0	America/Chicago	34.144	-94.30021	183	Kinfs,King,Kings Spur		AR	133	92502	
4117552	Kingsland	kingsland	US	31548	420	America/Chicago	33.85844	-92.29404	66			AR	025	92049	
4117560	Kingston	kingston	US	02364	0	America/Chicago	36.05063	-93.51852	416			AR	087	92055	
4117561	Kingston	kingston	US	02364	0	America/Chicago	35.01676	-93.31518	130			AR	149	92106	
4117585	Kirby	kirby	US	43330	786	America/Chicago	34.25038	-93.6413	202	Cross Roads,Kirby		AR	109	90045	
4117602	Kirkland	kirkland	US	60146	0	America/Chicago	33.4154	-92.81377	50			AR	103	90471	
4117643	Knobel	knobel	US	72435	269	America/Chicago	36.32006	-90.60206	85			AR	021	90589	
4117660	Knoxville	knoxville	US	16928	0	America/Chicago	34.11621	-92.99212	58			AR	019	90591	
4117661	Knoxville	knoxville	US	16928	746	America/Chicago	35.38203	-93.36435	120	Noksvill,Ноксвилл		AR	071	91782	
4117674	Kokomo	kokomo	US	39643	0	America/Chicago	34.88204	-90.54955	61			AR	077	93273	
4117725	La Grange	la-grange	US	28551	89	America/Chicago	34.65649	-90.73289	66	La Grange,Lagrange		AR	077	93138	
4117735	LaCrosse	lacrosse	US	99143	0	America/Chicago	36.09063	-91.84154	238	La Crosse,LaCrosse,Lacrosse,Wild Haws		AR	065	92061	
4117743	Lacey	lacey	US	98503	0	America/Chicago	33.45511	-91.8468	64	Lacey,Lacy,Lick Skillett,Slab Town		AR	043	93786	
4117750	Laconia	laconia	US	03246	0	America/Chicago	34.05316	-90.95427	49			AR	041	92511	
4117760	Ladd	ladd	US	61329	0	America/Chicago	34.14093	-91.90902	62			AR	069	92448	
4117784	Lafe	lafe	US	72436	461	America/Chicago	36.20423	-90.514	97	Lafe,Loulyma,Newberry,Ramers Chapel,Upper Lafe		AR	055	90456	
4117793	Lafferty	lafferty	US	43951	0	America/Chicago	35.91424	-91.82515	118	Anderson,Lafferty		AR	065	92079	
4117869	Lake City	lake-city	US	16423	2324	America/Chicago	35.81619	-90.43427	69	Lake City,Old Town,Oldtown,Sunk Lands		AR	031	92097	
4117942	Lake Hamilton	lake-hamilton	US	33851	2135	America/Chicago	34.42453	-93.09518	137			AR	051	92100	
4118115	Lake View	lake-view	US	14085	0	America/Chicago	35.8923	-90.45261	71			AR	031	92154	
4118121	Lake Village	lake-village	US	46349	2575	America/Chicago	33.32873	-91.28178	33	Lejk Vilidz,Lejk-Villidzh,leka bhileja,lyk fylyj,lyk wlyj  arknsas,lyk wylyj,Лейк-Виллидж,Лейк-Віллідж,Лејк Вилиџ,ليك فيليج,لیک ولیج، ارکنساس,لیک ویلیج,लेक भिलेज	017	AR	017	90666	
4118164	Lakeport	lakeport	US	95453	0	America/Chicago	33.22512	-91.12678	37	Ford,Lakeport		AR	017	92913	
4118171	Lakeside	lakeside	US	06758	0	America/Chicago	33.57817	-92.73822	35			AR	103	90441	
4118172	Lakeside	lakeside	US	06758	0	America/Chicago	34.53676	-92.26543	76			AR	125	90105	
4118173	Lakeside	lakeside	US	06758	0	America/Chicago	34.97009	-90.62233	57			AR	123	91368	
4118196	Lakeview	lakeview	US	28350	726	America/Chicago	36.36868	-92.54544	240	Lakeview,Trimble Flat		AR	005	91548	
4118197	Lakeview	lakeview	US	28350	443	America/Chicago	34.41677	-90.80094	53	Lake View,Lakeview		AR	107	93573	
4118198	Lakeview	lakeview	US	28350	0	America/Chicago	35.13398	-93.02323	97			AR	149	91410	
4118206	Lakewood	lakewood	US	08701	0	America/Chicago	34.79454	-92.24404	106			AR	119	91731	
4118223	Lamar	lamar	US	16848	1668	America/Chicago	35.44064	-93.38796	134	Cabin Creek,Cabin Creek Station,Lamar		AR	071	92910	
4118232	Lamartine	lamartine	US	16375	0	America/Chicago	33.39318	-93.28878	110			AR	027	93822	
4118245	Lambert	lambert	US	38643	0	America/Chicago	34.30815	-93.20657	129	Lamber,Lambert,Marcus		AR	059	90318	
4118249	Lamberton	lamberton	US	56152	0	America/Chicago	33.1243	-92.66682	65			AR	139	91218	
4118253	Lambrook	lambrook	US	72353	0	America/Chicago	34.33566	-90.96761	49			AR	107	93573	
4118258	Lamont	lamont	US	32336	0	America/Chicago	34.1001	-92.27515	79			AR	053	92334	
4118261	Lanark	lanark	US	25860	0	America/Chicago	33.53122	-92.26459	67			AR	011	90819	
4118269	Landers	landers	US	92285	0	America/Chicago	34.26343	-92.75128	154			AR	059	91131	
4118270	Landers	landers	US	92285	0	America/Chicago	35.56925	-90.60844	65	Como,Landers		AR	111	90402	
4118275	Landis	landis	US	28088	0	America/Chicago	35.93952	-92.4421	227			AR	129	92274	
4118306	Langford	langford	US	57454	0	America/Chicago	34.1676	-91.59568	55			AR	069	93807	
4118312	Langley	langley	US	29834	0	America/Chicago	34.31288	-93.84186	243	Langley,Lindon		AR	109	92601	
4118324	Lansing	lansing	US	14882	0	America/Chicago	35.25037	-90.38677	66	Hanover,Lansing		AR	035	91857	
4118340	Larue	larue	US	75770	0	America/Chicago	36.34174	-93.94603	354	La Rue,Larue		AR	007	93628	
4118441	Laughlin	laughlin	US	89028	0	America/Chicago	33.33679	-93.09739	90	Laughlin,Wilson		AR	027	93801	
4118450	Lavaca	lavaca	US	72941	2404	America/Chicago	35.3362	-94.17326	129	Lavaca,Military Grove,Oak Bower		AR	131	90279	
4118479	Lawrenceville	lawrenceville	US	12949	0	America/Chicago	34.50927	-91.18095	48	Lawrenceville,Websters Landing		AR	095	91866	
4118481	Lawson	lawson	US	64062	0	America/Chicago	33.1968	-92.48293	63	Dilolo,Lawson		AR	139	94074	
4118507	Leachville	leachville	US	72438	1868	America/Chicago	35.93591	-90.25788	73			AR	093	92664	
4118513	Lead Hill	lead-hill	US	72643	274	America/Chicago	36.41979	-92.91489	260			AR	009	93522	
4118536	Lebanon	lebanon	US	03756	0	America/Chicago	34.1065	-94.09797	143	Greens Chapel,Lebanon		AR	133	93060	
4118638	Lehi	lehi	US	84043	0	America/Chicago	35.14731	-90.2926	64			AR	035	92508	
4118648	Leland	leland	US	28451	0	America/Chicago	33.37234	-91.1565	38			AR	017	90666	
4118667	Lena	lena	US	39094	0	America/Chicago	34.5562	-92.55238	109			AR	125	90153	
4118674	Lenox	lenox	US	01240	0	America/Chicago	34.24898	-93.26851	165			AR	019	90591	
4118678	Leola	leola	US	17540	503	America/Chicago	34.16954	-92.59099	82			AR	053	93591	
4118686	Leonard	leonard	US	48367	0	America/Chicago	36.21979	-90.24954	79			AR	021	91201	
4118687	Lepanto	lepanto	US	72354	1834	America/Chicago	35.61119	-90.32982	68	Lepanto,Lepanto Station		AR	111	91527	
4118695	Leslie	leslie	US	25972	415	America/Chicago	35.83035	-92.55794	311	Centerville,Lesli,Leslie,lesli,lsly,lyzly,Лесли,لسلی,ليزلي,लेस्ली		AR	129	94062	
4118701	Lester	lester	US	25865	0	America/Chicago	35.87785	-90.45344	70	Lester,Lester Landing		AR	031	92154	
4118702	Lester	lester	US	25865	0	America/Chicago	33.64872	-92.92016	47			AR	103	93198	
4118707	Lesterville	lesterville	US	57040	0	America/Chicago	36.1509	-90.95651	81	Lesterville,Rockroad		AR	121	94059	
4118711	Letona	letona	US	72085	255	America/Chicago	35.36175	-91.82931	87	Cox,Coxey,Letona		AR	145	92397	
4118731	Lewis	lewis	US	12950	0	America/Chicago	33.48761	-91.79096	56	Lewis,Lewis Spur		AR	043	93786	
4118732	Lewis	lewis	US	12950	0	America/Chicago	35.05343	-94.12521	159			AR	127	92160	
4118751	Lewisburg	lewisburg	US	17837	0	America/Chicago	35.14203	-92.73516	97			AR	029	93960	
4119512	Lockesburg	lockesburg	US	71846	741	America/Chicago	33.96734	-94.16853	132	Lockesburg,Lockesburgh		AR	133	93060	
4118755	Lewisville	lewisville	US	19351	1181	America/Chicago	33.35846	-93.57768	89	L'juisvil',L'juisvill,Lafayette Court House,Lewisville,Luisvil,New Lewisville,livisabhila,lwysfyl,Луисвил,Льюисвилл,Льюїсвіль,لوئیس‌ویل,لويسفيل,लिविसभिल	073	AR	073	93489	
4118768	Liberty	liberty	US	04949	0	America/Chicago	35.28203	-93.3624	141			AR	083	91053	
4118769	Liberty	liberty	US	04949	0	America/Chicago	34.68009	-93.44575	204			AR	097		
4118770	Liberty	liberty	US	04949	0	America/Chicago	33.40457	-92.83655	71			AR	103	90471	
4118771	Liberty	liberty	US	04949	0	America/Chicago	35.0276	-94.23104	213			AR	131	93531	
4118826	Lexa	lexa	US	72355	255	America/Chicago	34.59788	-90.75233	65			AR	107	93462	
4118981	Lincoln	lincoln	US	01773	2431	America/Chicago	35.94953	-94.42355	449	Black Jack,Georgetown,Lincoln,Linkol'n,Linkoln,linkana,lnkn  arknsas,lynkln  arkanzas,lynkwln,Линколн,Линкольн,Лінкольн,لنکن، آرکنساس,لينكولن,لینکلن، آرکانزاس,लिङ्कन		AR	143	92213	
4119011	Limestone	limestone	US	04750	0	America/Chicago	35.78397	-93.28351	278			AR	101	92919	
4119013	Lindsey	lindsey	US	43442	0	America/Chicago	35.99091	-91.01651	79			AR	075	90381	
4119045	Linwood	linwood	US	01525	0	America/Chicago	34.15371	-91.79735	59			AR	069	93135	
4119059	Lisbon	lisbon	US	03585	0	America/Chicago	33.27263	-92.82738	65	Hoggs Store,Lisbon		AR	139	93777	
4119369	Little River	little-river	US	29566	0	America/Chicago	35.80758	-90.10037	72			AR	093	91659	
4119403	Little Rock	little-rock	US	29567	197992	America/Chicago	34.74648	-92.28959	102	Acropolis,Anilco,Arkopolis,LIT,La Petit Roche,Litl Rok,Litl Rokas,Litl Roks,Litl-Rok,Litlroka,Little Rock,Littlerock,Litul Rok,Old Channel,Old Channel Little River,Petit Roche,Petit Rochelle,Petit Rocher,lie du luo bu,litala raka,litala roka,liteullog,litil rak,litila raka,littil rak,lytl rak  arkanzas,lytl rwk,lytl rwq,ritorurokku,xiao shi cheng,xiao yan cheng,Λιτλ Ροκ,Литл Рок,Литл-Рок,Литъл Рок,Літл-Рок,Լիթլ Ռոք,ליטל ראק,ליטל רוק,ليتل روك,لٹل راک,لٹل راک، آرکنساس,لیتل راک، آرکانزاس,लिटल रॉक,लिटिल रक,लिटिल् राक्,लितल रक,லிட்டில் ராக்,ලිට්ල් රොක්,ლიტლ-როკი,リトルロック,列度洛埠,小岩城,小石城,리틀록	AR	AR	119	90300	
4119475	Lloyd	lloyd	US	32337	0	America/Chicago	33.29956	-91.51401	40			AR	003	92541	
4119509	Locke	locke	US	13092	0	America/Chicago	35.67397	-94.07354	488	Locke,Saindpoint		AR	033	92240	
4119539	Locust Grove	locust-grove	US	22508	0	America/Chicago	35.72091	-91.73847	94			AR	063	91509	
4119585	Logan	logan	US	25601	0	America/Chicago	36.20091	-94.38743	318			AR	007	93647	
4119617	London	london	US	25126	1046	America/Chicago	35.32897	-93.25296	116	Haddoxburg,London		AR	115	90813	
4119636	Lone Grove	lone-grove	US	73443	0	America/Chicago	35.31508	-92.70183	153			AR	029	93282	
4119651	Lone Pine	lone-pine	US	93545	0	America/Chicago	35.57424	-92.14182	220			AR	023	91458	
4119652	Lone Pine	lone-pine	US	93545	0	America/Chicago	35.55314	-93.51296	200	Lone Pine,Lonepine		AR	071	92046	
4119653	Lone Pine	lone-pine	US	93545	0	America/Chicago	35.97313	-92.56266	366			AR	129		
4119654	Lone Pine	lone-pine	US	93545	0	America/Chicago	35.10398	-93.32185	112			AR	149	93021	
4119663	Lone Rock	lone-rock	US	50559	0	America/Chicago	36.18063	-92.3446	233	Eller,Lone Rock,Lonerock		AR	005	92265	
4119670	Lone Star	lone-star	US	75668	0	America/Chicago	36.34396	-93.75297	482			AR	015	92811	
4119671	Lone Star	lone-star	US	75668	0	America/Chicago	36.00368	-91.98987	220			AR	065	92301	
4119805	Longview	longview	US	61852	0	America/Chicago	33.38095	-91.97041	29	Long View,Longview		AR	011	92817	
4119817	Lonoke	lonoke	US	72086	4249	America/Chicago	34.78398	-91.89986	73	Hicks Station,Lone Oak,Lonok,Lonoke,lonoke,lwnkh,lwnwky,Лонок,لونوكي,لونکه,लोनोके	085	AR	085	92283	
4119835	Lonsdale	lonsdale	US	55046	95	America/Chicago	34.54454	-92.80822	130			AR	051	94047	
4119836	Lookout	lookout	US	25868	0	America/Chicago	34.56343	-91.37651	64			AR	001	92010	
4119853	Lorado	lorado	US	25630	0	America/Chicago	35.98924	-90.71761	115			AR	055	93288	
4119911	Louann	louann	US	71751	154	America/Chicago	33.39096	-92.79183	41			AR	103	93921	
4119914	Louise	louise	US	39097	0	America/Chicago	35.07648	-90.29371	63			AR	035	93033	
4119972	Lowell	lowell	US	01850	8549	America/Chicago	36.25535	-94.13076	409	Bloomington,Louehll,Louel,Lovel,Lowell,Mud Town,Mudtown,lovela,lwwl,lwyl,Ловел,Лоуел,Лоуэлл,لوول,لويل,लोवेल		AR	007	93630	
4119986	Lowden	lowden	US	52255	0	America/Chicago	35.81452	-90.06092	72			AR	093	91659	
4120034	Lowry	lowry	US	24570	0	America/Chicago	36.47173	-93.05434	210			AR	009	92760	
4120039	Lucas	lucas	US	42156	0	America/Chicago	35.06982	-94.11549	158			AR	083	93619	
4120045	Lucerne	lucerne	US	46950	0	America/Chicago	35.07148	-90.55816	62			AR	123	91539	
4120070	Luna	luna	US	87824	0	America/Chicago	33.38317	-91.20511	39			AR	017	90666	
4120076	Lunenburg	lunenburg	US	01462	0	America/Chicago	36.00257	-91.90765	132	Lunenburg,Lunerburg		AR	065	92301	
4120104	Luxora	luxora	US	72358	1102	America/Chicago	35.75619	-89.92814	75			AR	093	91308	
4120117	Lynn	lynn	US	01901	277	America/Chicago	36.00729	-91.25235	109			AR	075	92562	
4120142	Mabelvale	mabelvale	US	72103	0	America/Chicago	34.65509	-92.38654	98	Mabelvale,Mablecale		AR	119	90300	
4120157	Macedonia	macedonia	US	44056	0	America/Chicago	35.33091	-92.76266	167			AR	029	93282	
4120158	Macedonia	macedonia	US	44056	0	America/Chicago	35.11259	-90.95234	64			AR	123	92118	
4120159	Macedonia	macedonia	US	44056	0	America/Chicago	35.00592	-93.46602	108			AR	149	91677	
4120226	Macedonia	macedonia	US	44056	0	America/Chicago	33.17652	-93.30017	97			AR	027	92355	
4120256	Macon	macon	US	27551	0	America/Chicago	34.92037	-92.16848	97			AR	119	91731	
4120274	Madison	madison	US	03849	707	America/Chicago	35.01315	-90.72261	64	Madison,Мадисон		AR	123	92340	
4120286	Magazine	magazine	US	72943	823	America/Chicago	35.15092	-93.80687	152			AR	083	93114	
4120302	Magness	magness	US	72553	202	America/Chicago	35.7023	-91.48041	84			AR	063	92346	
4120323	Magnolia	magnolia	US	08049	11669	America/Chicago	33.26707	-93.23933	103	AGO,Frog Level,Magnolia,Magnolija,maghnwlya,mgnwlya,myagnoliya,mygnwlya  arknsas,Магнолија,ماغنوليا,مگنولیا,میگنولیا، آرکنساس,म्याग्नोलिया	027	AR	027	92355	
4120388	Malvern	malvern	US	19355	10928	America/Chicago	34.36231	-92.81295	96	Malvern,Malvern Junction,malfyrn,malwrn,myalbharna,Малверн,مالفيرن,مالورن,म्याल्भर्न	059	AR	059	91290	
4120398	Mammoth Spring	mammoth-spring	US	72554	969	America/Chicago	36.49562	-91.5407	161	Mammoth Spring,Mammoth Spring Station		AR	049	92361	
4120407	Mandeville	mandeville	US	70448	0	America/Chicago	33.48179	-93.96408	95			AR	091	91434	
4120426	Manila	manila	US	72442	3257	America/Chicago	35.88007	-90.16704	73	Big Lake Island,Cinda,MXA,Manila,manila,manyla,Манила,Маніла,مانيلا,مانیلا,मनिला		AR	093	90297	
4120431	Manning	manning	US	29102	0	America/Chicago	34.02121	-92.79294	68			AR	039	92697	
4120438	Mansfield	mansfield	US	02048	1096	America/Chicago	35.05954	-94.25271	186	Chocoville,Mansfield,Mansfield Station,Mehnsfild,Мэнсфилд		AR	131	93531	
4120451	Manson	manson	US	27553	0	America/Chicago	36.19423	-90.96262	81			AR	121	90486	
4120452	Maple	maple	US	27956	0	America/Chicago	36.43479	-93.49741	357			AR	015	92955	
4120459	Maple Grove	maple-grove	US	55311	0	America/Chicago	35.64202	-90.55427	66			AR	111	94068	
4120473	Maple Springs	maple-springs	US	14756	0	America/Chicago	35.63536	-91.51069	100	Hutson,Maple Springs		AR	063	93234	
4120484	Marble	marble	US	16334	0	America/Chicago	36.1398	-93.58741	410			AR	087	92367	
4120496	Marcella	marcella	US	72555	0	America/Chicago	35.78813	-91.88376	127			AR	137	92374	
4120508	Marianna	marianna	US	15345	3766	America/Chicago	34.77371	-90.75761	69	Marianna,Marijana,maryana,meriyana,Марианна,Маријана,Маріанна,ماريانا,ماریانا,मेरियाना	077	AR	077	91821	
4120524	Marion	marion	US	02738	12292	America/Chicago	35.21453	-90.19648	69	Marion,Marion City,Mehrion,marywn,marywn  arknsas,meriyana,Марион,Маріон,Мэрион,ماريون,ماریون,ماریون، آرکنساس,मेरियन	035	AR	035	91908	
4120544	Marked Tree	marked-tree	US	72365	2501	America/Chicago	35.53286	-90.42066	67	Marked Tri,markd try,markda tri,Маркед Три,ماركد تري,مارکد تری,मार्क्ड ट्री		AR	111	92229	
4120581	Marmaduke	marmaduke	US	72443	1216	America/Chicago	36.18701	-90.38316	85			AR	055	91806	
4120591	Mars Hill	mars-hill	US	04758	0	America/Chicago	35.27619	-92.99934	231			AR	115	91560	
4120611	Marshall	marshall	US	20115	1300	America/Chicago	35.90896	-92.63127	317	Burroughville,Burrowsville,Marshal,Marshall,Raccoon Springs,marsala,Маршал,Маршалл,मार्शल	129	AR	129		
4120630	Martin	martin	US	15460	0	America/Chicago	36.18341	-94.44716	313			AR	007	93647	
4120671	Martindale	martindale	US	17549	0	America/Chicago	34.72926	-92.47349	152			AR	119	90300	
4120672	Martindale	martindale	US	17549	0	America/Chicago	34.88176	-92.68822	95			AR	119	90300	
4120684	Marvell	marvell	US	72366	1047	America/Chicago	34.55566	-90.91289	64			AR	107	91704	
4120713	Marysville	marysville	US	17053	0	America/Chicago	33.22735	-92.95739	86			AR	139	91440	
4120742	Masonville	masonville	US	13804	0	America/Chicago	33.58483	-91.40512	42			AR	041	90435	
4120783	Mauldin	mauldin	US	29662	0	America/Chicago	34.59399	-93.66603	258			AR	097		
4120788	Maumee	maumee	US	43537	0	America/Chicago	36.05285	-92.64711	265			AR	129	93618	
4120792	Maumelle	maumelle	US	72113	17931	America/Chicago	34.86676	-92.40432	104	maumela,mawmwly,mawmyl,ماومولی,ماوميل,मौमेल		AR	119	91731	
4120840	Mayfield	mayfield	US	12117	0	America/Chicago	36.13369	-93.94409	371			AR	143	91485	
4120843	Mayflower	mayflower	US	72106	2431	America/Chicago	34.95703	-92.42738	86	Mayflower,Twentymile Camp		AR	045	91014	
4120855	Maynard	maynard	US	01754	417	America/Chicago	36.41979	-90.89734	117	Maynard,New Prospect		AR	121	93126	
4120865	Maysville	maysville	US	26833	130	America/Chicago	36.40369	-94.60189	318	Beaties Prairie,Mayesville,Maysville		AR	007	93645	
4120871	Mayview	mayview	US	64071	0	America/Chicago	34.20927	-91.35679	58			AR	001	93483	
4120887	McArthur	mcarthur	US	96056	0	America/Chicago	33.68955	-91.33484	44			AR	041	90831	
4120988	McDaniel	mcdaniel	US	21647	0	America/Chicago	35.6373	-90.88901	73	McDaniel,Shukibo		AR	111	93973	
4121000	McDonald	mcdonald	US	88262	0	America/Chicago	35.27009	-90.60205	65			AR	037	93657	
4121077	McGregor	mcgregor	US	55760	0	America/Chicago	35.01731	-91.22651	58			AR	147	90927	
4121118	McKinney	mckinney	US	75069	0	America/Chicago	33.63678	-92.17903	76			AR	011	92844	
4121119	McKinney	mckinney	US	75069	0	America/Chicago	33.38901	-93.79546	70			AR	091	93084	
4121238	Medina	medina	US	14103	0	America/Chicago	33.96427	-91.19873	47	Medina,Medina Swith		AR	001	90774	
4121256	Melbourne	melbourne	US	32901	1779	America/Chicago	36.05951	-91.90848	186	Mel'burn,Melborn,Melbourne,Melburn,Mill Creek,melbarna,mlbwrn,mlbwrn  arknsas,Мелборн,Мелбурн,Мельбурн,ملبورن,ملبورن، آرکنساس,मेल्बर्न	065	AR	065	92475	
4121264	Mellwood	mellwood	US	72367	0	America/Chicago	34.21983	-90.95039	48			AR	107	92547	
4121268	Melrose	melrose	US	02176	0	America/Chicago	35.74369	-91.84931	94			AR	137	92374	
4121297	Mena	mena	US	71953	5653	America/Chicago	34.58622	-94.23966	357	Mena,UMZ,mena,mna,myna,Мена,منا,مينا,मेना	113	AR	113	90732	
4121310	Mendenhall	mendenhall	US	19357	0	America/Chicago	33.55539	-93.12572	101			AR	099	91869	
4121315	Menifee	menifee	US	72107	305	America/Chicago	35.14842	-92.55405	98			AR	029	91779	
4121328	Meridian	meridian	US	13113	0	America/Chicago	33.03485	-91.97874	30			AR	003	92365	
4121344	Mesa	mesa	US	81643	0	America/Chicago	34.78176	-91.49374	68			AR	117	93939	
4121421	Middlebrook	middlebrook	US	24459	0	America/Chicago	36.45867	-90.92623	125	Middle Brook,Middlebrook,Siloam		AR	121	93378	
4121423	Middleton	middleton	US	01949	0	America/Chicago	35.33619	-92.63627	183			AR	029	90312	
4121426	Midland	midland	US	15059	321	America/Chicago	35.09315	-94.35327	166			AR	131	91965	
4121436	Midway	midway	US	15060	1084	America/Chicago	36.38534	-92.46183	277			AR	005	91818	
4121437	Midway	midway	US	15060	0	America/Chicago	34.01343	-93.11073	87			AR	019	90591	
4121438	Midway	midway	US	15060	388	America/Chicago	34.25426	-92.96351	80	Carroll,Midway		AR	059	92991	
4121439	Midway	midway	US	15060	0	America/Chicago	33.9015	-93.89046	104			AR	061	92661	
4121440	Midway	midway	US	15060	0	America/Chicago	34.29704	-92.18904	103			AR	069	93918	
4121441	Midway	midway	US	15060	0	America/Chicago	33.46179	-93.6249	87	Midway,Palm		AR	073	92082	
4121442	Midway	midway	US	15060	0	America/Chicago	34.89343	-90.45427	61			AR	077	90930	
4121443	Midway	midway	US	15060	0	America/Chicago	35.29148	-93.52741	143			AR	083	91230	
4121444	Midway	midway	US	15060	0	America/Chicago	36.41062	-92.66294	247			AR	089		
4121445	Midway	midway	US	15060	0	America/Chicago	35.98146	-90.0237	73			AR	093	90429	
4121446	Midway	midway	US	15060	0	America/Chicago	33.81122	-93.45656	116			AR	099	92520	
4121447	Midway	midway	US	15060	0	America/Chicago	35.12953	-90.57761	63			AR	123	91539	
4121448	Midway	midway	US	15060	0	America/Chicago	35.51786	-91.60097	183			AR	145	91062	
4121449	Midway	midway	US	15060	0	America/Chicago	35.29286	-91.60791	79			AR	145	91623	
4121506	Milford	milford	US	01757	0	America/Chicago	33.91873	-94.08547	109			AR	133	93060	
4121575	Mill Creek	mill-creek	US	17060	0	America/Chicago	35.32314	-93.20434	108			AR	115	90813	
4121587	Mill Creek	mill-creek	US	17060	0	America/Chicago	35.33926	-94.42299	139			AR	131	93741	
4121660	Miller	miller	US	57362	0	America/Chicago	36.41646	-94.26437	404			AR	007	93644	
4121661	Miller	miller	US	57362	0	America/Chicago	35.98035	-90.42344	73			AR	055	92358	
4121724	Millerville	millerville	US	36267	0	America/Chicago	34.18121	-92.39876	79			AR	053	90624	
4121735	Mills	mills	US	16937	0	America/Chicago	33.92788	-91.5779	52			AR	079	93963	
4121751	Milltown	milltown	US	08850	0	America/Chicago	35.15704	-94.14965	205			AR	131	94008	
4121755	Millville	millville	US	01529	0	America/Chicago	33.7115	-92.65655	67			AR	103	90867	
4121772	Millwood	millwood	US	10546	0	America/Chicago	33.67151	-93.98297	94			AR	081	91356	
4121779	Mineola	mineola	US	11501	0	America/Chicago	34.31344	-94.03075	301	Mineola,Minieola		AR	061	92595	
4121781	Mineral	mineral	US	23117	0	America/Chicago	34.18956	-94.33299	251	Mineral,Moores Spur		AR	133	92502	
4121791	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	35.64258	-93.7313	439			AR	047	92592	
4121792	Mineral Springs	mineral-springs	US	16855	1161	America/Chicago	33.87512	-93.9138	104	Greenville,Mineral Springs,Saline		AR	061	92505	
4121819	Minturn	minturn	US	72445	103	America/Chicago	35.97452	-91.02762	79			AR	075	90066	
4121868	Mitchell	mitchell	US	30820	0	America/Chicago	36.33701	-90.23454	92			AR	021	90448	
4121869	Mitchell	mitchell	US	30820	0	America/Chicago	36.32368	-92.01265	273			AR	049	90855	
4121899	Mitchellville	mitchellville	US	37119	332	America/Chicago	33.90566	-91.49901	49			AR	041	93051	
4121945	Modoc	modoc	US	29838	0	America/Chicago	34.33594	-90.77955	50			AR	107	93573	
4121946	Mohawk	mohawk	US	13407	0	America/Chicago	33.06819	-93.18517	92			AR	027	91245	
4121954	Monette	monette	US	72447	1527	America/Chicago	35.89063	-90.34427	72	Monette,Stottsville		AR	031	90534	
4121963	Monarch	monarch	US	59463	0	America/Chicago	36.37729	-92.84573	269			AR	089		
4121965	Monroe	monroe	US	03771	0	America/Chicago	34.73482	-91.10457	57			AR	095	91008	
4121989	Monterey	monterey	US	01245	0	America/Chicago	35.42258	-90.60066	63	Monterey,Turney		AR	037	90894	
4122015	Monticello	monticello	US	04760	9820	America/Chicago	33.629	-91.79096	89	Montisello,Montiselo,mantyslw,montiselo,mwntayslw,Монтиселло,Монтисело,Монтіселло,مانتیسلو,مونتايسلو,मोन्टिसेलो	043	AR	043	92382	
4122028	Montreal	montreal	US	54550	0	America/Chicago	35.1176	-94.34855	163			AR	131	91965	
4122029	Montrose	montrose	US	10548	335	America/Chicago	33.29762	-91.49373	38			AR	003	92541	
4122055	Moore	moore	US	29369	0	America/Chicago	35.75508	-92.97823	535			AR	101	91995	
4122092	Moorefield	moorefield	US	26836	137	America/Chicago	35.76841	-91.57041	95			AR	063	92550	
4122114	Moran	moran	US	49760	0	America/Chicago	35.74119	-89.9637	75			AR	093	92529	
4122119	Moreland	moreland	US	30259	0	America/Chicago	35.36758	-92.9985	231	Cross Plains,Isbel Creek,Moreland		AR	115	92553	
4122130	Morgan	morgan	US	05853	0	America/Chicago	34.88648	-92.37238	82			AR	119	91731	
4122160	Morganton	morganton	US	28655	0	America/Chicago	35.47258	-92.3396	218			AR	141	91035	
4122198	Morning Sun	morning-sun	US	52640	0	America/Chicago	35.19509	-91.73069	68			AR	145	91716	
4122203	Moro	moro	US	62067	197	America/Chicago	34.7951	-90.99123	61	Moreau,Moro,Moroe,Old Moro		AR	077	91593	
4122218	Morrilton	morrilton	US	72110	6738	America/Chicago	35.15092	-92.74405	117	Lewisburg,MPJ,Morilton,Morrillton,Morrilton,morilatana,mwryltwn,Морилтон,Моррилтон,Моррілтон,موريلتون,موریلتون,मोरिलटन	029	AR	029	93960	
4122230	Morris	morris	US	06763	0	America/Chicago	33.67011	-93.24656	80			AR	099	91449	
4122260	Morriston	morriston	US	32668	0	America/Chicago	36.2659	-91.78042	198			AR	049	93498	
4122261	Morrow	morrow	US	30260	0	America/Chicago	35.85842	-94.43744	328			AR	143	92577	
4122271	Morton	morton	US	14508	0	America/Chicago	35.2512	-91.09346	67	McPhearson,Morton		AR	147	91068	
4122279	Moscow	moscow	US	05662	0	America/Chicago	34.14649	-91.79513	59			AR	069	93135	
4122307	Mossville	mossville	US	61552	0	America/Chicago	35.89508	-93.39018	691			AR	101	91941	
4122327	Mound City	mound-city	US	57646	0	America/Chicago	35.19037	-90.12926	68	Mound,Mound City		AR	035	92580	
4122343	Mounds	mounds	US	62964	0	America/Chicago	35.11509	-90.26704	64			AR	035	93033	
4122344	Mounds	mounds	US	62964	0	America/Chicago	36.15729	-90.29399	77	Mound,Mounds		AR	055	90360	
4122376	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	34.02845	-94.03019	147			AR	061	90747	
4122377	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	35.74424	-91.44069	101			AR	063		
4122453	Mount Holly	mount-holly	US	05758	0	America/Chicago	33.30263	-92.95489	80	Beechland,Mount Holly		AR	139	90408	
4122466	Mount Ida	mount-ida	US	71957	1025	America/Chicago	34.55676	-93.63408	203	Maunt Ajda,Montgomery,Mount Ida,Salem,ma'unta ida,mant ayda,mawnt ayda,Маунт Ајда,مانت آیدا,ماونت إيدا,माउन्ट इडा	097	AR	097		
4122484	Mount Judea	mount-judea	US	72655	0	America/Chicago	35.92147	-93.06017	283			AR	101	90270	
4122526	Mount Nebo	mount-nebo	US	26679	0	America/Chicago	35.21897	-93.2524	531			AR	149	91020	
4122538	Mount Olive	mount-olive	US	25185	0	America/Chicago	33.37234	-91.68207	52			AR	003	90183	
4122539	Mount Olive	mount-olive	US	25185	0	America/Chicago	33.429	-92.05903	60			AR	011	92379	
4122540	Mount Olive	mount-olive	US	25185	0	America/Chicago	35.19675	-92.55516	117			AR	029	93492	
4122541	Mount Olive	mount-olive	US	25185	0	America/Chicago	36.00063	-92.09293	108			AR	065	92622	
4122542	Mount Olive	mount-olive	US	25185	0	America/Chicago	35.48258	-90.41288	66			AR	111	92229	
4122543	Mount Olive	mount-olive	US	25185	0	America/Chicago	36.00175	-93.95131	484			AR	143	93156	
4122655	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	33.24845	-91.61512	55			AR	003	92976	
4122656	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	36.29257	-91.8857	239			AR	049	93681	
4122657	Mount Pleasant	mount-pleasant	US	15666	403	America/Chicago	35.96174	-91.7557	187	Barren Fork,Barrenfork,Dry Town,Drytown,Mount Pleasant		AR	065	90129	
4122658	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	33.37707	-93.9813	111			AR	091	91434	
4122659	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	33.45873	-93.49379	93			AR	073	90090	
4122733	Mount Sherman	mount-sherman	US	42764	0	America/Chicago	36.03091	-93.25629	641	Lamb Mountain,Mount Sherman,Raney Mountain		AR	101	91872	
4122745	Mount Tabor	mount-tabor	US	07878	0	America/Chicago	34.70759	-93.33797	191			AR	051	91581	
4122765	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	33.32957	-93.38017	100			AR	027	92355	
4122766	Mount Vernon	mount-vernon	US	04352	148	America/Chicago	35.22647	-92.12404	132	Houseville,Mount Vernon		AR	045	92637	
4122767	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	35.55147	-93.43018	243			AR	071	93078	
4122800	Mount Zion	mount-zion	US	26151	0	America/Chicago	34.02677	-92.11209	76			AR	025	90438	
4122801	Mount Zion	mount-zion	US	26151	0	America/Chicago	35.72897	-91.42513	93			AR	063		
4122802	Mount Zion	mount-zion	US	26151	0	America/Chicago	35.56036	-93.44991	244			AR	071	93078	
4122936	Mountain Grove	mountain-grove	US	65711	0	America/Chicago	35.53536	-93.80547	225			AR	047	94005	
4122937	Mountain Grove	mountain-grove	US	65711	0	America/Chicago	35.05565	-93.81048	204			AR	083	92859	
4122945	Mountain Home	mountain-home	US	28758	0	America/Chicago	35.38675	-91.80903	91	Drake,Mountain Home		AR	145	90285	
4122962	Mountain Pine	mountain-pine	US	71956	778	America/Chicago	34.57203	-93.17324	144			AR	051	91581	
4122976	Mountain Top	mountain-top	US	18707	0	America/Chicago	35.62425	-93.72991	495			AR	047	92592	
4122986	Mountain View	mountain-view	US	65548	2837	America/Chicago	35.86841	-92.11765	232	Mauntin Vju,Mauntin-V'ju,Mauntin-Vju,Mountain View,Mountainview,ma'untena bhyu,mantyn wyw,mawntn fyw,Маунтин Вју,Маунтин-Вью,Маунтін-Вю,ماؤنٹین ویو، آرکنساس,مانتین ویو,ماونتن فيو,माउन्टेन भ्यू	137	AR	137	90366	
4123018	Mountainburg	mountainburg	US	72946	619	America/Chicago	35.63564	-94.16743	229	Mountainbrough,Mountainburg,Narrows,The Narrows		AR	033	92614	
4123037	Mountain Home	mountain-home	US	28758	12330	America/Chicago	36.33534	-92.38516	249	Mountain Home,Rapps Barren,Rapps Barrens,WMH	005	AR	005	92616	
4123110	Muir	muir	US	17957	0	America/Chicago	35.53147	-90.18287	70			AR	093	93330	
4123120	Mulberry	mulberry	US	33860	1634	America/Chicago	35.50064	-94.05159	123	Crittenden,Malberi,Malberri,Mulberry,malaberi,malbry,mwlbyry,Малбери,Малберри,Малберрі,مالبری,مولبيري,मलबेरी		AR	033	92648	
4123162	Murfreesboro	murfreesboro	US	27855	1580	America/Chicago	34.06233	-93.6899	110	Merfrisboro,Murfreesboro,Murfreesborough,Murfrizboro,Zebulon,maraphrisbaro,mwrfrysbwrw,mwrfryzbwrw,Мерфрисборо,Мурфризборо,مورفريسبورو,مورفریزبورو,मरफ्रीस्बरो	109	AR	109	93606	
4123185	Murray	murray	US	42071	0	America/Chicago	35.93008	-93.31185	322			AR	101	92655	
4123218	Myersville	myersville	US	21773	0	America/Chicago	35.88507	-91.87626	95	Myersville,Williamson		AR	065	92079	
4123222	Myrtle	myrtle	US	38650	0	America/Chicago	36.36146	-93.08462	253			AR	009	92133	
4123271	Nashville	nashville	US	27856	4479	America/Chicago	33.94567	-93.84713	116	Hells Valley,Mine Creek,Nashvill,Nashville,Neshvil,n'yasabhila,nashfyl,nshwyl,nyshwyl  arknsas,Нашвилл,Нешвил,ناشفيل,نشویل,نیشویل، آرکنساس,न्याशभिल	061	AR	061	92661	
4123295	Natural Dam	natural-dam	US	72948	0	America/Chicago	35.6487	-94.39466	202			AR	033	92145	
4123297	Naylor	naylor	US	31641	0	America/Chicago	35.1587	-92.18737	100	Naylor,Pleasant Valley		AR	045	92685	
4123311	Nebo	nebo	US	25141	0	America/Chicago	34.00288	-91.8143	61			AR	079	90135	
4123319	Nebo	nebo	US	25141	0	America/Chicago	36.41674	-94.44105	365	Chalk Valley,Gale,Nebo,Old Town		AR	007	93645	
4123320	Needham	needham	US	02492	0	America/Chicago	35.82257	-90.53511	72			AR	031	92670	
4123327	Needmore	needmore	US	17238	0	America/Chicago	36.0409	-91.69125	181			AR	065	92916	
4123328	Needmore	needmore	US	17238	0	America/Chicago	34.80899	-94.03882	213	Needmor,Needmore		AR	127	92607	
4123394	Nelsonville	nelsonville	US	45764	0	America/Chicago	36.07007	-91.42652	155			AR	135	93507	
4123395	Nemo	nemo	US	57759	0	America/Chicago	35.87313	-90.86012	76			AR	031	92004	
4123401	Nettleton	nettleton	US	38858	0	America/Chicago	35.81952	-90.65122	76			AR	031	92670	
4123426	New Augusta	new-augusta	US	39462	0	America/Chicago	35.2712	-91.35874	64			AR	147	90078	
4123473	New Blaine	new-blaine	US	72851	174	America/Chicago	35.28953	-93.42018	106	Blaine,New Blaine		AR	083	93366	
4123492	New Edinburg	new-edinburg	US	71660	127	America/Chicago	33.75733	-92.23848	88	New Edinburg,New Edinburgh		AR	025	93069	
4123512	New Home	new-home	US	79383	0	America/Chicago	35.03231	-90.57649	61			AR	123	91539	
4123541	New Hope	new-hope	US	18938	0	America/Chicago	36.46062	-93.13212	415			AR	009	92760	
4123542	New Hope	new-hope	US	18938	0	America/Chicago	33.89594	-92.79794	81			AR	039	92790	
4123543	New Hope	new-hope	US	18938	0	America/Chicago	33.53178	-91.87541	55			AR	043	93786	
4123544	New Hope	new-hope	US	18938	0	America/Chicago	35.99563	-90.48733	78			AR	055	90903	
4123545	New Hope	new-hope	US	18938	0	America/Chicago	33.54318	-93.55379	115			AR	057	90387	
4123546	New Hope	new-hope	US	18938	0	America/Chicago	35.80952	-91.77237	130			AR	063	93915	
4123547	New Hope	new-hope	US	18938	0	America/Chicago	34.74593	-90.94456	62			AR	077	91593	
4123548	New Hope	new-hope	US	18938	0	America/Chicago	35.22147	-93.11379	110	New Hope,South New Hope		AR	115	91812	
4123549	New Hope	new-hope	US	18938	0	America/Chicago	33.06486	-92.92544	57			AR	139	93650	
4123672	New Liberty	new-liberty	US	40355	0	America/Chicago	36.13146	-91.86654	239			AR	065	93816	
4123701	New London	new-london	US	03257	0	America/Chicago	33.18846	-92.33931	58			AR	139	91620	
4123749	New Salem	new-salem	US	01355	0	America/Chicago	34.87982	-90.99651	62	New Salem,Salem		AR	077	91302	
4123750	New Salem	new-salem	US	01355	0	America/Chicago	35.75591	-89.98203	73			AR	093	91308	
4123751	New Salem	new-salem	US	01355	0	America/Chicago	35.28481	-91.28735	66			AR	147	90078	
4123782	New Town	new-town	US	02456	0	America/Chicago	35.41953	-94.20521	140			AR	033	92039	
4123800	Newark	newark	US	07101	1177	America/Chicago	35.70174	-91.44152	89	N'juark,New Ark,Newark,Njuark,n'yu'arka,niu hua ke,nwark,nywark,nywark  arknsas,Њуарк,Ньюарк,نوارک,نيوارك,نیوآرک، آرکنساس,न्युआर्क,紐華克		AR	063		
4123806	Newburg	newburg	US	17240	0	America/Chicago	36.11562	-91.94987	169	Newburg,Newburgh		AR	065	92673	
4123808	Newcastle	newcastle	US	04553	0	America/Chicago	35.12092	-90.71233	125	New Castle,Newcastle		AR	123	91980	
4123813	Newell	newell	US	15466	0	America/Chicago	33.16597	-92.7446	52			AR	139	91218	
4123829	Newport	newport	US	02840	0	America/Chicago	33.42984	-92.69516	30	New Port Landing,Newport		AR	103	93921	
4123830	Newport	newport	US	02840	7767	America/Chicago	35.6048	-91.2818	68	N'juport,New Port,Newport,Newport (Arkansas),Njuport,n'yuporta,nywbwrt,nywpwrt,Њупорт,Ньюпорт,نيوبورت,نیوپورت,نیوپورٹ، آرکنساس,न्युपोर्ट	067	AR	067	93696	
4123846	Newhope	newhope	US	71959	0	America/Chicago	34.23039	-93.88019	230	New Hope,Newhope		AR	109	93993	
4123873	Newtown	newtown	US	06470	0	America/Chicago	34.33399	-91.83986	62			AR	069	92925	
4123948	Nogal	nogal	US	88341	0	America/Chicago	35.07592	-92.56738	91			AR	105	93714	
4123968	Norden	norden	US	95724	0	America/Chicago	35.55425	-90.13426	72			AR	093	93330	
4123970	Norfork	norfork	US	72658	499	America/Chicago	36.20951	-92.28432	145	Devero,Liberty,Norfork,North Fork,Northfork,narpharka,nwrfwrk,Норфорк,نورفورك,نورفورک,नर्फर्क		AR	005	92709	
4123981	Norman	norman	US	28367	359	America/Chicago	34.45537	-93.68149	211	Norman,Womble,Норман		AR	097		
4123988	Norphlet	norphlet	US	71759	824	America/Chicago	33.31596	-92.66293	55			AR	139	92703	
4124006	Norristown	norristown	US	19401	0	America/Chicago	35.27508	-93.16684	172			AR	115	91812	
4124112	North Little Rock	north-little-rock	US	72114	66504	America/Chicago	34.76954	-92.26709	81	Argenta,Barling Cross,De Cantillion,De Cantillon,Huntersville,Hunterville,Nort Litl Rok,Nort-Litl-Rok,North Little Rock,nartha litala raka,noseuliteullog,nwrt lytl rak,nwrth lytl rwk,Норт Литл Рок,Норт-Литл-Рок,Норт-Літл-Рок,نارتھ لٹل راک، آرکنساس,نورت لیتل راک,نورث ليتل روك,नर्थ लिटल रक,노스리틀록		AR	119	91731	
4124181	Northpoint	northpoint	US	15763	0	America/Chicago	34.83509	-92.55183	100	North Point,Northpoint		AR	119	90300	
4124221	Norvell	norvell	US	49263	0	America/Chicago	35.27953	-90.4776	66			AR	035	93655	
4124224	Norwood	norwood	US	02062	0	America/Chicago	36.11869	-94.46133	355			AR	007	93647	
4124304	O'Kean	o-kean	US	72449	188	America/Chicago	36.16923	-90.81428	84	O'Kean,Okean		AR	121	92742	
4124339	Oak Forest	oak-forest	US	60452	0	America/Chicago	34.95009	-91.95764	100			AR	085	92736	
4124340	Oak Forest	oak-forest	US	60452	0	America/Chicago	34.74204	-92.3296	101			AR	119	90300	
4124341	Oak Forest	oak-forest	US	60452	0	America/Chicago	34.53482	-90.61205	103			AR	107	93276	
4124347	Oak Grove	oak-grove	US	42262	0	America/Chicago	36.28813	-94.02853	366			AR	007	93628	
4124348	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.94899	-92.03236	79			AR	025	92493	
4124349	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.99732	-92.3871	67			AR	025	93297	
4124350	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.4212	-94.29438	162			AR	033	93771	
4124351	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.34843	-92.90406	108			AR	059	92259	
4124352	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.61536	-93.69214	545			AR	071	90150	
4124353	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.69873	-94.18297	101			AR	081	92196	
4124354	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.85428	-94.40659	108			AR	081	91962	
4124355	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.93064	-91.91181	88			AR	085	92736	
4124356	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.59845	-93.24183	105			AR	099	90654	
4124357	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.96592	-92.71433	95			AR	105	93054	
4124358	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.35897	-92.95934	163			AR	115	92553	
4124359	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.84231	-92.32487	107			AR	119	91731	
4124360	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.88595	-94.13353	168			AR	133	92820	
4124361	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.08372	-94.38687	148	Harvey,Oak Grove,Thelma		AR	133	92532	
4124362	Oak Grove	oak-grove	US	42262	0	America/Chicago	36.1898	-94.18715	401	Oak Grove,Oakgrove		AR	143	93465	
4124363	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.19592	-93.21712	138	Frog Bend,Oak Grove		AR	149	91020	
4124473	Oak Hill	oak-hill	US	12460	0	America/Chicago	36.47729	-93.69853	394	Oak Hill,Oakhill		AR	015	91338	
4124505	Oak Park	oak-park	US	48237	0	America/Chicago	35.43065	-94.3916	131			AR	131	93741	
4124515	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	35.89396	-90.784	119			AR	031	90255	
4124552	Oakland	oakland	US	02858	0	America/Chicago	36.4609	-92.571	319	Oakland,Orcutt Flat		AR	089		
4124604	Oakwood	oakwood	US	24631	0	America/Chicago	34.7301	-90.74789	65			AR	077	91821	
4124613	Oark	oark	US	72852	0	America/Chicago	35.68953	-93.57241	311	Estep,Oark		AR	071	92652	
4124628	Odell	odell	US	60460	0	America/Chicago	35.77258	-94.41827	501			AR	143	90420	
4124630	Oden	oden	US	49764	220	America/Chicago	34.61899	-93.77686	232			AR	097		
4124649	Ogden	ogden	US	50212	171	America/Chicago	33.58262	-94.04269	96	Ogden,Огден		AR	081	91974	
4124654	Oil Trough	oil-trough	US	72564	260	America/Chicago	35.63091	-91.46041	69	Oil Trough,Oil Trove		AR	063	92739	
4124662	Okay	okay	US	74446	0	America/Chicago	33.76762	-93.92408	97			AR	061	93324	
4124667	Okolona	okolona	US	38860	143	America/Chicago	33.99733	-93.33795	113	Okalona,Okolona		AR	019	90591	
4124671	Ola	ola	US	72853	1250	America/Chicago	35.03231	-93.22323	110	Hightsville,Ola,Petit Jean,Petite Jean,Petitejean,awla,ola,Ола,أولا,اولا,ओला		AR	149	93882	
4124727	Old Hickory	old-hickory	US	37138	0	America/Chicago	35.32675	-92.80294	159			AR	029	92745	
4124837	Old Town	old-town	US	04468	0	America/Chicago	33.38485	-93.57573	106			AR	073	92082	
4124838	Old Town	old-town	US	04468	0	America/Chicago	34.38649	-90.75428	54	Old Town,Oldtown		AR	107	93573	
4124886	Oliver	oliver	US	15472	0	America/Chicago	34.93177	-94.26077	203			AR	127	92751	
4124908	Olyphant	olyphant	US	18447	0	America/Chicago	35.52453	-91.38235	67			AR	067	91467	
4124911	Omaha	omaha	US	31821	171	America/Chicago	36.45229	-93.18851	410	Omakha,Омаха		AR	009	92760	
4124918	Omega	omega	US	31775	0	America/Chicago	33.82149	-91.47762	44	Ames Bayou,Omega		AR	041	93870	
4124934	Olmstead	olmstead	US	42265	0	America/Chicago	34.94314	-92.21237	82			AR	119	91731	
4124940	Oneida	oneida	US	13421	0	America/Chicago	34.46149	-90.78317	53	Oneida,Onieda		AR	107	93462	
4124948	Opal	opal	US	83124	0	America/Chicago	35.09731	-92.00292	79			AR	145	93246	
4124949	Opal	opal	US	83124	0	America/Chicago	34.53955	-93.98965	272			AR	113	92484	
4124953	Onyx	onyx	US	93255	0	America/Chicago	34.85148	-93.40797	224			AR	149	90960	
4124957	Ophir	ophir	US	81426	0	America/Chicago	34.44038	-93.6113	215			AR	097		
4124982	Orion	orion	US	61273	0	America/Chicago	34.47426	-92.25321	92			AR	053	93384	
4124985	Orlando	orlando	US	26412	0	America/Chicago	33.71983	-92.14125	58			AR	025	92136	
4124991	Osage	osage	US	26543	0	America/Chicago	36.18257	-93.40463	405	Fairview,Osage		AR	015	92769	
4125027	Osceola	osceola	US	16942	7233	America/Chicago	35.70508	-89.96953	75	Osceola,Oseola,Osiola,Plant Point,awskywla,awsywla,os'siyola,Осеола,Осиола,Осцеола,أوسيولا,اوسکئولا,ओस्सियोला		AR	093	92529	
4125038	Otter Creek	otter-creek	US	32683	0	America/Chicago	34.65981	-92.4371	104			AR	119	90300	
4125049	Otto	otto	US	14766	0	America/Chicago	35.02953	-92.19265	125			AR	045	91002	
4125051	Otwell	otwell	US	47564	0	America/Chicago	35.72591	-90.83789	78			AR	031	91461	
4125148	Owensville	owensville	US	45160	0	America/Chicago	34.61592	-92.82156	167			AR	125	91179	
4125168	Oxford	oxford	US	01540	647	America/Chicago	36.22118	-91.92932	239	Oksford,Оксфорд		AR	065	92679	
4125176	Ozan	ozan	US	71855	83	America/Chicago	33.84789	-93.71907	118			AR	057	92802	
4125181	Ozark	ozark	US	36360	3590	America/Chicago	35.48703	-93.8277	124	Ozark,awzark,azrk,ojarka,Озарк,آزرک,أوزارك,ओजार्क		AR	047	94005	
4125224	Ozone	ozone	US	72854	0	America/Chicago	35.64119	-93.44324	592			AR	071	93360	
4125233	Pace	pace	US	38764	0	America/Chicago	35.69591	-90.09009	70			AR	093	92529	
4125262	Palatka	palatka	US	32177	0	America/Chicago	36.46645	-90.65789	90			AR	021	90496	
4125264	Palestine	palestine	US	26160	0	America/Chicago	36.43256	-91.00651	132			AR	121	91833	
4125265	Palestine	palestine	US	26160	623	America/Chicago	34.97232	-90.90262	64			AR	123	93009	
4125294	Palisades	palisades	US	10964	0	America/Chicago	35.53202	-92.33654	313			AR	141	91035	
4125301	Palmyra	palmyra	US	04965	0	America/Chicago	33.92288	-91.93041	80	Old Sixteenth,Palmyra,Sixteenth		AR	079	92793	
4125312	Pangburn	pangburn	US	72121	602	America/Chicago	35.42675	-91.83681	106			AR	145	90285	
4125363	Paradise	paradise	US	17562	0	America/Chicago	35.6323	-93.83408	350			AR	047	90411	
4125388	Paragould	paragould	US	72450	27900	America/Chicago	36.0584	-90.49733	92	Center Hill,PGR,Paragould,Paraguld,Parmley,The Crossing,baraghwld,paragwld,pyaragolda,Парагулд,باراغولد,پاراگولد,پیراگولڈ، آرکنساس,प्यारागोल्ड	055	AR	055	90804	
4126544	Plainfield	plainfield	US	01070	0	America/Chicago	33.04791	-93.31878	83			AR	027	91245	
4125402	Paris	paris	US	04271	3443	America/Chicago	35.29203	-93.72992	123	Paris,Parizh,barys,parys,perisa,pyrs  arknsas,Париж,Парис,باريس,پاریس,پیرس، آرکنساس,पेरिस		AR	083	93372	
4125430	Park Hill	park-hill	US	74451	0	America/Chicago	34.78592	-92.26043	125			AR	119	91731	
4125450	Parkdale	parkdale	US	71661	265	America/Chicago	33.12151	-91.54568	36	Lake Enterprise,Parkdale,Parkdejl,Poplar Bluff,Poplar Bluff Landing,Poplar Bluffs,Popular Bluff,barkdl,parkadela,parkdyl,Паркдейл,Паркдејл,باركدل,پارکدیل,पार्कडेल		AR	003	91044	
4125487	Parkin	parkin	US	72373	1105	America/Chicago	35.26342	-90.57122	63			AR	037	93657	
4125502	Parks	parks	US	69041	0	America/Chicago	34.80204	-93.96076	197	Gaines Plantation,Parks,White Church		AR	127	92829	
4125523	Parma	parma	US	49269	0	America/Chicago	35.71924	-92.17904	371			AR	137	93402	
4125527	Parnell	parnell	US	52325	0	America/Chicago	34.91676	-92.0007	91			AR	085	91479	
4125531	Paron	paron	US	72122	0	America/Chicago	34.77287	-92.7585	150	Brazils,Paron		AR	125	91743	
4125554	Parthenon	parthenon	US	72666	0	America/Chicago	35.95313	-93.24212	283	Hudsons Store,Mount Parthenon,Parthenon		AR	101	91788	
4125592	Patoka	patoka	US	47666	0	America/Chicago	35.07343	-90.31121	62			AR	035	90384	
4125598	Patterson	patterson	US	12563	0	America/Chicago	36.27229	-90.12176	81			AR	021	92836	
4125599	Patterson	patterson	US	12563	414	America/Chicago	35.25675	-91.23513	61	Jelks,Martin Junction,Patterson		AR	147	91092	
4125603	Patterson	patterson	US	12563	0	America/Chicago	34.99204	-94.36105	231			AR	131	91626	
4125622	Pattonville	pattonville	US	75468	0	America/Chicago	35.79285	-91.71431	95			AR	063	93249	
4125648	Payne	payne	US	45880	0	America/Chicago	33.14763	-92.43098	48			AR	139	91986	
4125668	Pea Ridge	pea-ridge	US	72751	2879	America/Chicago	33.92066	-91.33679	47			AR	041	93063	
4125681	Pea Ridge	pea-ridge	US	72751	5242	America/Chicago	36.45396	-94.1152	393	Pea Ridge,Pearidge,Strouds Store		AR	007	93638	
4125702	Peak	peak	US	29122	0	America/Chicago	34.48842	-93.39491	220			AR	051	91581	
4125709	Pearcy	pearcy	US	71964	0	America/Chicago	34.4287	-93.28991	184			AR	051	91581	
4125713	Peach Orchard	peach-orchard	US	72453	127	America/Chicago	36.27868	-90.66289	87	Peach Orchard,Petit Baril		AR	021	90801	
4125720	Pearson	pearson	US	31642	0	America/Chicago	35.44064	-92.12793	196			AR	023	90828	
4125746	Pedro	pedro	US	45659	0	America/Chicago	36.16841	-94.4041	304			AR	007	93647	
4125754	Peel	peel	US	72668	0	America/Chicago	36.43229	-92.76878	286	Need More,Peel		AR	089		
4125780	Pendleton	pendleton	US	27862	0	America/Chicago	33.97732	-91.38206	52			AR	041	93063	
4125784	Pencil Bluff	pencil-bluff	US	71965	0	America/Chicago	34.62982	-93.73436	228	Pencil Bluff,Sock City		AR	097	92841	
4125789	Pennington	pennington	US	08534	0	America/Chicago	35.58925	-91.06123	69			AR	067	93165	
4125799	Penrose	penrose	US	28766	0	America/Chicago	35.19287	-91.05095	66			AR	147	91068	
4125836	Perkins	perkins	US	30822	0	America/Chicago	34.07678	-93.85991	165			AR	061	92643	
4125851	Perry	perry	US	04667	266	America/Chicago	35.04759	-92.79406	95			AR	105	92091	
4125875	Perryville	perryville	US	21903	1432	America/Chicago	35.00481	-92.80267	90	Perivil,byryfyl,peribhila,prywyl,Перивил,بيريفيل,پریویل,पेरीभिल	105	AR	105	91326	
4125940	Pettigrew	pettigrew	US	72752	0	America/Chicago	35.81786	-93.64852	558			AR	087	90414	
4125955	Pettus	pettus	US	78146	0	America/Chicago	34.67731	-91.91264	69			AR	085	93171	
4125973	Phenix	phenix	US	23959	0	America/Chicago	34.03343	-91.77096	56			AR	079	90135	
4125975	Philadelphia	philadelphia	US	13673	0	America/Chicago	33.20402	-93.31211	86			AR	027	92355	
4125976	Philadelphia	philadelphia	US	13673	0	America/Chicago	35.87896	-90.70261	101			AR	031	92004	
4125999	Phillips	phillips	US	04966	0	America/Chicago	35.81646	-90.58428	72			AR	031	92670	
4126044	Pickens	pickens	US	26230	0	America/Chicago	33.84566	-91.48179	48	Pickens,Walnut Lake		AR	041	93870	
4126045	Pickens	pickens	US	26230	0	America/Chicago	35.34758	-91.87431	91			AR	145	92397	
4126049	Pickering	pickering	US	64476	0	America/Chicago	33.13541	-92.70988	72			AR	139	91218	
4126068	Piedmont	piedmont	US	26750	0	America/Chicago	34.79315	-92.41293	124			AR	119	90300	
4126105	Piggott	piggott	US	72454	3655	America/Chicago	36.38284	-90.19065	92	Piggott,Pigot,Pigott,byghwt,piggata,pygat,Пигот,بيغوت,پیگات,पिग्गट		AR	021	92719	
4126222	Pinckney	pinckney	US	48169	0	America/Chicago	34.97676	-90.30537	64	Pickney,Pinckney		AR	035	92298	
4126224	Pindall	pindall	US	72669	106	America/Chicago	36.06619	-92.88128	323	Big Hurricane Switch,Kilburn,Pindall		AR	129	93012	
4126226	Pine Bluff	pine-bluff	US	71601	44772	America/Chicago	34.22843	-92.0032	67	Mount Maria,PBF,Pajn Blaf,Pine Bluff,bayn blaf,pa'ina blapha,painbeulleopeu,payn blaf  arkanzas,payn blf  arknsas,Пајн Блаф,باين بلاف,پائن بلف، آرکنساس,پاین بلاف، آرکانزاس,पाइन ब्लफ,파인블러프	069	AR	069	93783	
4126241	Pine City	pine-city	US	14871	0	America/Chicago	34.58288	-91.11318	53			AR	095	90846	
4126264	Pine Grove	pine-grove	US	17963	0	America/Chicago	33.88233	-92.77183	82	Pine Grove,Pinegrove		AR	039	92790	
4126265	Pine Grove	pine-grove	US	17963	0	America/Chicago	34.60844	-94.1041	305			AR	113	92787	
4126333	Pine Knot	pine-knot	US	42635	0	America/Chicago	36.0284	-90.59789	146			AR	055	92940	
4126363	Pine Prairie	pine-prairie	US	70576	0	America/Chicago	33.60707	-94.15019	88	Pine Prairie,Pineprairie		AR	081	91935	
4126369	Pine Ridge	pine-ridge	US	41360	0	America/Chicago	34.58594	-93.9102	258	Pine Ridge,Waters		AR	097		
4126389	Pine Top	pine-top	US	41843	0	America/Chicago	36.32452	-93.87797	418			AR	007	93628	
4126409	Pineville	pineville	US	18946	230	America/Chicago	36.16285	-92.1071	210	Pineville,Whit		AR	065	93693	
4126484	Pinnacle	pinnacle	US	27043	0	America/Chicago	34.82565	-92.49683	90			AR	119	90300	
4126510	Pisgah	pisgah	US	35765	0	America/Chicago	33.97927	-93.52601	97			AR	109	93312	
4126511	Pisgah	pisgah	US	35765	0	America/Chicago	35.14759	-93.22379	119	Omega,Pisgah		AR	149	90753	
4126536	Pitts	pitts	US	31072	0	America/Chicago	35.67452	-91.03151	72			AR	111	91119	
4126545	Plainview	plainview	US	11803	0	America/Chicago	34.48899	-91.31818	61			AR	001	92010	
4126546	Plainview	plainview	US	11803	0	America/Chicago	35.31481	-93.58963	179			AR	083	91230	
4126547	Plainview	plainview	US	11803	0	America/Chicago	35.31258	-91.67708	121			AR	145	91623	
4126548	Plainview	plainview	US	11803	598	America/Chicago	34.98954	-93.2974	129	Jennings Falls,Plainview		AR	149	92106	
4126566	Plantersville	plantersville	US	36758	0	America/Chicago	33.76705	-91.88069	68			AR	043	90834	
4126583	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.86063	-90.64956	93			AR	031	92004	
4126584	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.81646	-91.90931	145	Pleasant Grove,Red Strip,Redstripe		AR	137	93099	
4126585	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	33.09624	-92.55154	68			AR	139	91986	
4126586	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.49286	-92.61488	244			AR	141	90951	
4126587	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.38703	-91.28624	69			AR	147	94029	
4126667	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	36.37563	-94.11409	407			AR	007	93636	
4126668	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.38508	-92.5871	199			AR	029	92199	
4126669	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.52175	-94.04909	140			AR	033	92648	
4126670	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.34536	-90.71956	94			AR	037	93339	
4126671	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.45565	-93.16157	161	Milton,Pleasant Hill		AR	051	92100	
4126672	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.77758	-91.42041	99			AR	063	91128	
4126673	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.17648	-93.76464	165			AR	083	93114	
4126674	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.33731	-93.61408	128	Pleasant Hill,Wilkins		AR	083	90807	
4126675	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	33.31957	-94.02741	79			AR	091	91038	
4126676	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	33.86511	-93.42795	131			AR	099	92520	
4126677	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.81258	-93.14712	638			AR	101	93150	
4126678	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.48149	-94.41827	321			AR	113	90936	
4126679	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.90454	-94.12382	209			AR	127	91689	
4126681	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.91785	-92.29793	288			AR	137	93207	
4126682	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.88926	-93.53797	134			AR	149	90474	
4126769	Pleasant Plains	pleasant-plains	US	62677	348	America/Chicago	35.55008	-91.62625	184	Fair View,Pleasant Plains,Pleasantplains		AR	063	91272	
4126774	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	36.31785	-94.07826	424			AR	007	93626	
4126775	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	36.22535	-92.90795	318	Pleasant Ridge,Pleasantridge		AR	009	90375	
4126776	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	36.48174	-93.64408	364			AR	015	90981	
4126778	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	34.79592	-92.40654	154			AR	119	90300	
4126820	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	36.38701	-93.60991	373			AR	015	92982	
4126821	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	35.17897	-92.4496	94	Naylor Valley,Pleasant Valley		AR	045	90876	
4126822	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	36.1384	-92.16404	198			AR	065	93693	
4126823	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	33.10874	-93.81268	64			AR	073	93201	
4126824	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	34.97148	-92.67433	90			AR	105	92022	
4126825	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	35.44092	-93.13351	161			AR	115	91134	
4126826	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	34.89843	-94.01687	224			AR	127	92628	
4126827	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	34.78259	-92.4071	168			AR	119	90300	
4126879	Pleasant View	pleasant-view	US	37146	0	America/Chicago	35.4837	-94.0177	128			AR	047	91845	
4126880	Pleasant View	pleasant-view	US	37146	0	America/Chicago	34.78981	-92.42099	167			AR	119	90300	
4126911	Plumerville	plumerville	US	72127	805	America/Chicago	35.16008	-92.64072	91	Plumer,Plumerville,Plummer,Plummerville		AR	029	91779	
4126923	Pocahontas	pocahontas	US	24635	6438	America/Chicago	36.26146	-90.97123	92	Bettis Bluff,Betts Bluff,Pocahontas,Pokakhontas,bwkahwntas,pokyahontaja,pwkwhants,Покахонтас,بوكاهونتاس,پوکوهانتس,पोक्याहोन्ताज	121	AR	121	91059	
4126965	Point Comfort	point-comfort	US	77978	0	America/Chicago	33.45928	-91.16567	41			AR	017	90666	
4127052	Ponca	ponca	US	68770	0	America/Chicago	36.02424	-93.36463	327			AR	101	92958	
4127072	Ponderosa	ponderosa	US	87044	0	America/Chicago	34.68981	-92.35904	84			AR	119	90300	
4127110	Poplar Grove	poplar-grove	US	61065	0	America/Chicago	34.54788	-90.85317	58	Poplar Grove,Poplargrove		AR	107	92391	
4127111	Poplar Grove	poplar-grove	US	61065	0	America/Chicago	34.93509	-90.81761	66			AR	123	91368	
4127114	Poplar Ridge	poplar-ridge	US	13139	0	America/Chicago	35.8298	-90.40455	70	Lower Poplar Ridge,Poplar Ridge		AR	031	90330	
4127139	Portia	portia	US	72457	420	America/Chicago	36.08646	-91.06735	79			AR	075	91173	
4127143	Portland	portland	US	04101	412	America/Chicago	33.2379	-91.51151	38	Portland,Portlend,bwrtland,portalyanda,prtlnd,Портланд,Портленд,بورتلاند,پرتلند,پورٹلینڈ، آرکنساس,पोर्टल्यान्ड		AR	003	92964	
4127148	Posey	posey	US	93260	0	America/Chicago	34.95537	-91.11623	64			AR	123	93981	
4127237	Potter	potter	US	54160	0	America/Chicago	34.55372	-94.3391	284	Old Potter,Potter,Rust		AR	113	91197	
4127256	Pottsville	pottsville	US	17901	3082	America/Chicago	35.24814	-93.04906	116	Galla Station,Potts Station,Pottsville		AR	115	91407	
4127265	Poughkeepsie	poughkeepsie	US	12601	0	America/Chicago	36.07674	-91.4793	139	Poughkeepsie,Powkeepsy		AR	135	92706	
4127275	Powell	powell	US	37849	0	America/Chicago	36.23757	-92.81684	217			AR	089		
4127299	Powers	powers	US	49874	0	America/Chicago	33.66651	-93.72574	92			AR	057	93942	
4127308	Poyen	poyen	US	72128	291	America/Chicago	34.32426	-92.63988	70			AR	053	91287	
4127314	Powhatan	powhatan	US	23139	69	America/Chicago	36.08229	-91.11846	87			AR	075	90342	
4127315	Prague	prague	US	68050	0	America/Chicago	34.28676	-92.28071	100			AR	053	91023	
4127332	Prairie Creek	prairie-creek	US	47869	2066	America/Chicago	36.34202	-94.06187	428			AR	007	93626	
4127349	Prairie Creek	prairie-creek	US	47869	0	America/Chicago	35.05232	-94.35022	186			AR	131	91626	
4127359	Prairie Grove	prairie-grove	US	72753	5186	America/Chicago	35.97591	-94.31771	355	Prairie Grove,Prairiegrove,Prehjri-Grov,Prejri-Grov,Preri Grouv,bryry ghrwf,prayry grw,pre'irigrobha,Прейрі-Гров,Прери Гроув,Прэйри-Гров,بريري غروف,پرایری گرو,प्रेइरीग्रोभ		AR	143	93024	
4127374	Prairie Grove	prairie-grove	US	72753	0	America/Chicago	33.42261	-91.76263	73			AR	043	93786	
4127387	Prairie View	prairie-view	US	67664	0	America/Chicago	35.33453	-93.51796	129	Prairie View,Prairieview		AR	083	92256	
4127415	Pratt	pratt	US	25162	0	America/Chicago	36.2884	-90.26593	88			AR	021	91201	
4127421	Prattsville	prattsville	US	12468	306	America/Chicago	34.31482	-92.55349	91			AR	053	93192	
4127433	Prescott	prescott	US	48756	3133	America/Chicago	33.80261	-93.38101	99	Preskot,Preskott,bryskwt,preskata,prskat,Прескот,Прескотт,بريسكوت,پرسکات,प्रेस्कट	099	AR	099	92520	
4127441	Preston	preston	US	06365	0	America/Chicago	35.02564	-92.42238	82			AR	045	92892	
4127453	Price	price	US	21656	0	America/Chicago	34.46259	-92.93351	117			AR	051	92100	
4127483	Prim	prim	US	72130	0	America/Chicago	35.69397	-92.10848	370			AR	023	93510	
4127505	Princeton	princeton	US	01541	0	America/Chicago	33.98177	-92.6246	84			AR	039	93030	
4127515	Proctor	proctor	US	05765	0	America/Chicago	35.09509	-90.37343	64			AR	035	90384	
4127545	Prosperity	prosperity	US	15329	0	America/Chicago	36.33285	-93.20101	413			AR	009	91848	
4127546	Prosperity	prosperity	US	15329	0	America/Chicago	35.15675	-93.16545	103			AR	149	91020	
4127555	Providence	providence	US	02901	0	America/Chicago	35.37036	-91.67625	154			AR	145	91575	
4127596	Pryor	pryor	US	59066	0	America/Chicago	35.17509	-91.54874	58	Cunningham,Pryor		AR	145	93096	
4127617	Pulaski	pulaski	US	13142	0	America/Chicago	34.76842	-92.30987	79			AR	119	90300	
4127641	Pullman	pullman	US	26421	0	America/Chicago	34.11456	-94.31659	214			AR	133	92502	
4127680	Puryear	puryear	US	38251	0	America/Chicago	34.79038	-94.42633	258			AR	127	90324	
4127685	Purdy	purdy	US	65734	0	America/Chicago	36.09146	-93.5738	426			AR	087	92367	
4127688	Pyatt	pyatt	US	72672	216	America/Chicago	36.2459	-92.84489	248	Clear Creek,Pyatt,Stringtown		AR	089		
4127697	Quail Valley	quail-valley	US	92587	0	America/Chicago	35.75647	-91.59042	110			AR	063	92550	
4127729	Quinn	quinn	US	57775	0	America/Chicago	33.28179	-92.6146	43			AR	139	92703	
4127735	Quitman	quitman	US	31643	742	America/Chicago	35.38425	-92.21571	178	Kuitmen,Kvitman,kvitamyana,kwytmn,kwyyt mn,Квитман,Куитмен,Куітмен,كويتمن,کوئیت من,क्विटम्यान		AR	023	90597	
4127774	Ragan	ragan	US	68969	0	America/Chicago	34.29288	-90.85955	50	Ragan,Ragan Spur,Ragen		AR	107	93573	
4127779	Ragsdale	ragsdale	US	47573	0	America/Chicago	34.94037	-92.89517	102			AR	105	90771	
4127812	Ralph	ralph	US	35480	0	America/Chicago	36.17202	-92.67433	267			AR	089		
4127827	Ramsey	ramsey	US	07446	0	America/Chicago	33.87427	-92.55377	86			AR	039	91860	
4127842	Randall	randall	US	50231	0	America/Chicago	34.02343	-92.04125	88			AR	025	94038	
4127862	Ranger	ranger	US	25557	0	America/Chicago	35.12203	-93.34324	120			AR	149	93021	
4127899	Ratcliff	ratcliff	US	72951	196	America/Chicago	35.30842	-93.88353	128	National,National Springs,Ratcliff		AR	083	93390	
4127923	Ravenden	ravenden	US	72459	450	America/Chicago	36.2334	-91.2518	103			AR	075	93603	
4127924	Ravenden Springs	ravenden-springs	US	72460	118	America/Chicago	36.31645	-91.22263	138	Dream Town,Janes Store,Ravenden,Ravenden Springs		AR	121	91899	
4127961	Reader	reader	US	26167	66	America/Chicago	33.75205	-93.10517	59	Possum Trot,Reader		AR	103	93066	
4127973	Rector	rector	US	15677	1840	America/Chicago	36.26312	-90.2926	87			AR	021	91201	
4127982	Red Bank	red-bank	US	07701	0	America/Chicago	36.19618	-93.26685	655			AR	009	93552	
4127991	Red Bluff	red-bluff	US	96080	0	America/Chicago	33.64595	-93.95824	92	Red Bluff,Red Bluffs,Redbluff		AR	081	91356	
4128025	Red Hill	red-hill	US	18076	0	America/Chicago	35.06259	-92.5346	92			AR	045	90600	
4128027	Red Hill	red-hill	US	18076	0	America/Chicago	33.74344	-93.02461	97			AR	103	93066	
4128057	Red Oak	red-oak	US	23964	0	America/Chicago	34.42037	-93.02129	151			AR	051	92100	
4128079	Red Rock	red-rock	US	74651	0	America/Chicago	35.91452	-93.13545	286	Red Rock,Redrock		AR	101	93990	
4128085	Red Springs	red-springs	US	28377	0	America/Chicago	33.90232	-93.06434	67			AR	019	90591	
4128091	Red Wing	red-wing	US	55066	0	America/Chicago	34.04623	-94.24298	119			AR	133	90175	
4128094	Redding	redding	US	06896	0	America/Chicago	35.68008	-93.77714	250			AR	047	92316	
4128103	Redfield	redfield	US	13437	1541	America/Chicago	34.4451	-92.1832	92			AR	069	90120	
4128125	Reed	reed	US	42451	157	America/Chicago	33.70205	-91.44318	45			AR	041	90831	
4128126	Reed	reed	US	42451	0	America/Chicago	34.09289	-93.85185	146			AR	061	92643	
4128159	Reedville	reedville	US	22539	0	America/Chicago	33.93038	-91.51846	50	Reedville,Reedville Station		AR	041	93051	
4128164	Reese	reese	US	48757	0	America/Chicago	34.89732	-90.44677	62			AR	077	90930	
4128174	Reeves	reeves	US	70658	0	America/Chicago	35.91369	-93.4988	690			AR	101	92031	
4128188	Reform	reform	US	35481	0	America/Chicago	34.78981	-92.8335	226			AR	125	91743	
4128253	Rex	rex	US	28378	0	America/Chicago	35.60258	-92.706	502			AR	141	93984	
4128259	Reyno	reyno	US	72462	442	America/Chicago	36.36284	-90.75373	87	Esselwood,Reyno		AR	121	93117	
4128263	Reynolds	reynolds	US	31076	0	America/Chicago	35.98202	-93.59963	610			AR	087	90426	
4128269	Reydell	reydell	US	72133	0	America/Chicago	34.15732	-91.56763	55	Reydel,Reydell		AR	069	93807	
4128299	Riceville	riceville	US	16432	0	America/Chicago	35.12315	-90.22593	65			AR	035	93033	
4128316	Richardson	richardson	US	75080	0	America/Chicago	34.21815	-91.73819	59			AR	069	90390	
4128353	Richmond	richmond	US	01254	0	America/Chicago	33.63762	-94.20742	100			AR	081	93081	
4128362	Richwoods	richwoods	US	63071	0	America/Chicago	34.03704	-93.08545	65	Richwoods,Sloan		AR	019	90591	
4128363	Richwoods	richwoods	US	63071	0	America/Chicago	36.14257	-91.01179	82	Richmond,Richwoods		AR	075	93168	
4128398	Ridge	ridge	US	11961	0	America/Chicago	35.7473	-90.68706	82	Dee,Ridge		AR	031	91512	
4128404	Ridgecrest	ridgecrest	US	28770	0	America/Chicago	35.01898	-92.06959	98			AR	085	92349	
4128411	Ridgeway	ridgeway	US	24148	0	America/Chicago	36.31785	-93.20462	413			AR	009	91848	
4128432	Riley	riley	US	47871	0	America/Chicago	33.36317	-91.71652	52			AR	003	90183	
4128456	Rio Vista	rio-vista	US	76093	0	America/Chicago	35.29064	-91.47096	63	Rio Vista,Riovista		AR	145	90999	
4128469	Rison	rison	US	71665	1282	America/Chicago	33.95843	-92.19015	82		025	AR	025	93183	
4128508	Riverdale	riverdale	US	07457	0	America/Chicago	35.4237	-94.10409	150			AR	131	91842	
4128515	Riverside	riverside	US	02915	0	America/Chicago	35.24398	-90.57066	64			AR	037	93657	
4128516	Riverside	riverside	US	02915	0	America/Chicago	35.29897	-93.28685	113			AR	083	91053	
4128517	Riverside	riverside	US	02915	0	America/Chicago	34.97232	-90.66677	61			AR	123	91368	
4128518	Riverside	riverside	US	02915	0	America/Chicago	35.2937	-91.24124	61			AR	147	90078	
4128534	Rivervale	rivervale	US	72377	0	America/Chicago	35.67397	-90.3401	68			AR	111	91527	
4128536	Riverview	riverview	US	33568	0	America/Chicago	35.11592	-92.78433	97	Riverside,Riverview		AR	029	90237	
4128537	Riverview	riverview	US	33568	0	America/Chicago	35.74202	-91.65597	143			AR	063	92313	
4128563	Roark	roark	US	40979	0	America/Chicago	33.36178	-91.82013	51			AR	003	93987	
4128609	Robertsville	robertsville	US	44670	0	America/Chicago	35.36786	-92.79017	204			AR	029	91533	
4128613	Robinson	robinson	US	15949	0	America/Chicago	36.16925	-94.35882	325			AR	007	93647	
4128658	Rock	rock	US	24747	0	America/Chicago	36.27174	-93.86631	457	Cannuck,Canuck,Rock		AR	087	90621	
4128704	Rock Hill	rock-hill	US	12775	0	America/Chicago	36.02979	-90.52177	111			AR	055	90804	
4128715	Rock Creek	rock-creek	US	25174	0	America/Chicago	34.75731	-92.43071	148			AR	119	90300	
4128732	Rock Springs	rock-springs	US	53961	0	America/Chicago	33.76122	-91.90819	64	Rock,Rock Springs		AR	043	90834	
4128733	Rock Springs	rock-springs	US	53961	0	America/Chicago	35.43008	-92.97517	225			AR	115	90735	
4128734	Rock Springs	rock-springs	US	53961	0	America/Chicago	35.9448	-92.53544	247	Rock Spring,Rock Springs		AR	129	92274	
4128758	Rockhouse	rockhouse	US	41561	0	America/Chicago	36.28202	-93.67297	347			AR	087	90621	
4128764	Rockport	rockport	US	01966	753	America/Chicago	34.38759	-92.82545	101			AR	059	91290	
4128767	Rockwell	rockwell	US	28138	3780	America/Chicago	34.46426	-93.13379	134			AR	051	92100	
4128769	Rocky	rocky	US	73661	0	America/Chicago	34.59177	-94.36938	291	Mountain Fork,Rocky		AR	113	91374	
4128799	Rocky Comfort	rocky-comfort	US	64861	0	America/Chicago	36.23925	-94.30826	342			AR	007	93647	
4128800	Rocky Comfort	rocky-comfort	US	64861	0	America/Chicago	33.70512	-94.40576	135	Rocky Comfort,Willow Springs		AR	081	91863	
4128827	Rocky Hill	rocky-hill	US	06067	0	America/Chicago	35.7373	-92.58183	441	Retreat,Rocky Hill,Rockyhill		AR	141	93933	
4128887	Rodney	rodney	US	49342	0	America/Chicago	36.24285	-92.16127	191			AR	005	92709	
4128889	Roe	roe	US	72134	104	America/Chicago	34.63343	-91.38513	65			AR	095	93216	
4128894	Rogers	rogers	US	06263	63159	America/Chicago	36.33202	-94.11854	417	ROG,Rodzers,Rodzhers,Rogers,lojeoseu,luo jie si,rajrz  arknsas,rojarsa,rwgrz,rwjrz,Роджерс,Роџерс,راجرز، آرکنساس,روجرز,روگرز,रोजर्स,罗杰斯,로저스		AR	007	93630	
4128925	Rohwer	rohwer	US	71666	0	America/Chicago	33.76094	-91.27567	46			AR	041	93132	
4128927	Roland	roland	US	50236	746	America/Chicago	34.90064	-92.49821	86			AR	119	90300	
4128939	Rolla	rolla	US	58367	0	America/Chicago	34.20815	-92.73072	143			AR	059	90837	
4128958	Romance	romance	US	72136	0	America/Chicago	35.24092	-92.05126	171			AR	145	92403	
4128981	Roosevelt	roosevelt	US	08555	0	America/Chicago	35.51647	-91.66931	216			AR	145	91629	
4129001	Rose City	rose-city	US	48654	0	America/Chicago	34.75815	-92.20765	75			AR	119	91731	
4129013	Rose Bud	rose-bud	US	72137	482	America/Chicago	35.33147	-92.08126	193	Rose Bud,Rosebud		AR	145	92037	
4129019	Rose Hill	rose-hill	US	24281	0	America/Chicago	33.66594	-91.8143	90			AR	043	92382	
4129020	Rose Hill	rose-hill	US	24281	0	America/Chicago	33.88649	-91.69957	57			AR	079	93414	
4129048	Rosedale	rosedale	US	11422	0	America/Chicago	34.72093	-92.37293	96			AR	119	90300	
4129056	Roseland	roseland	US	07068	0	America/Chicago	35.84646	-90.1012	73	Cooks Mill,Roseland		AR	093	91659	
4129071	Roseville	roseville	US	43777	0	America/Chicago	35.38259	-93.77547	118			AR	083	93231	
4129084	Rosine	rosine	US	42370	0	America/Chicago	35.03759	-90.80428	73			AR	123	92340	
4129086	Ross	ross	US	45061	0	America/Chicago	35.45508	-93.25323	240	Rose,Ross		AR	115	92415	
4129109	Rotan	rotan	US	79546	0	America/Chicago	33.96732	-91.54762	50			AR	041	93051	
4129110	Rotan	rotan	US	79546	0	America/Chicago	35.62508	-89.99203	72			AR	093	90683	
4129114	Rosston	rosston	US	71858	249	America/Chicago	33.59262	-93.27656	118			AR	099	90654	
4129139	Round Hill	round-hill	US	20141	0	America/Chicago	34.13232	-92.79433	141			AR	039	94071	
4129167	Round Mountain	round-mountain	US	78663	0	America/Chicago	35.02536	-92.44738	94	Mount Olive,Round Mountain		AR	045	92892	
4129218	Round Pond	round-pond	US	04564	0	America/Chicago	35.06259	-90.61955	60			AR	123	91539	
4129255	Rover	rover	US	72860	0	America/Chicago	34.94648	-93.40546	120			AR	149	93240	
4129271	Roxton	roxton	US	75477	0	America/Chicago	36.03702	-93.79825	445			AR	087	93144	
4129272	Roy	roy	US	59471	0	America/Chicago	35.66036	-90.09481	70			AR	093	92529	
4129273	Roy	roy	US	59471	0	America/Chicago	34.00844	-93.69713	123			AR	109	93606	
4129291	Royal	royal	US	51357	0	America/Chicago	34.51148	-93.24102	149			AR	051	91581	
4129292	Rubicon	rubicon	US	53078	0	America/Chicago	34.6312	-92.76628	127			AR	125	91179	
4129301	Rudd	rudd	US	50471	0	America/Chicago	36.21368	-93.48602	441	Piney,Rudd		AR	015	92898	
4129317	Rudy	rudy	US	72952	60	America/Chicago	35.52786	-94.27077	150	Kenton,Rudy		AR	033	93252	
4129328	Rule	rule	US	79547	0	America/Chicago	36.27785	-93.45991	394			AR	015	92163	
4129352	Rupert	rupert	US	05768	0	America/Chicago	35.63424	-92.691	503			AR	141	93984	
4129359	Rush	rush	US	14543	0	America/Chicago	36.13313	-92.571	158			AR	089		
4129376	Russell	russell	US	01071	216	America/Chicago	35.36258	-91.50763	71	Plants,Russell		AR	145	93261	
4129397	Russellville	russellville	US	29476	29166	America/Chicago	35.27842	-93.13379	106	Raselvil,leoselbil,raselabhila,raslfyl,raslwyl,rslwyl  arknsas,Раселвил,راسلفيل,راسلویل,رسلویل، آرکنساس,रसेलभिल,러셀빌	115	AR	115	91812	
4129417	Ruth	ruth	US	39662	0	America/Chicago	36.37007	-92.13627	243			AR	049	90258	
4129419	Rutherford	rutherford	US	07070	0	America/Chicago	35.72286	-91.53875	84	Mountain Gap,Rutherford		AR	063	94011	
4129427	Ryan	ryan	US	52330	0	America/Chicago	34.54371	-91.82764	63			AR	085	91827	
4129429	Rye	rye	US	03870	146	America/Chicago	33.74622	-91.99792	57			AR	025	91800	
4129453	Saffell	saffell	US	72572	0	America/Chicago	35.9198	-91.29013	83			AR	075	93108	
4129458	Sage	sage	US	72573	0	America/Chicago	36.0459	-91.81626	207			AR	065	93264	
4129507	Saint Charles	saint-charles	US	24282	230	America/Chicago	34.37177	-91.13651	62	Sent-Charl'z,Сент-Чарльз		AR	001	92973	
4129508	Saint Charles	saint-charles	US	24282	0	America/Chicago	34.76009	-92.42293	170			AR	119	90300	
4129526	Saint Francis	saint-francis	US	04774	250	America/Chicago	36.45339	-90.14538	90			AR	021	90757	
4129530	Saginaw	saginaw	US	35137	0	America/Chicago	34.30037	-92.93628	98			AR	059	92259	
4129552	Saint James	saint-james	US	11780	0	America/Chicago	35.83841	-91.91792	176			AR	137	91362	
4129576	Saint Joe	saint-joe	US	46785	132	America/Chicago	36.03007	-92.80461	243	Old Town,Saint Joe,St. Joe		AR	129	93618	
4129795	Saint Matthews	saint-matthews	US	29135	0	America/Chicago	33.40346	-93.17517	93			AR	027	92328	
4129816	Saint Paul	saint-paul	US	24283	113	America/Chicago	35.82425	-93.76408	462			AR	087	91722	
4129939	Saint Thomas	saint-thomas	US	17252	0	America/Chicago	35.44203	-90.14287	70			AR	093	92310	
4129941	Saint Thomas	saint-thomas	US	17252	0	America/Chicago	34.7612	-92.42932	174			AR	119	90300	
4129946	Saint Vincent	saint-vincent	US	56755	0	America/Chicago	35.30119	-92.73155	184			AR	029	93282	
4129962	Salem	salem	US	01970	1634	America/Chicago	36.37118	-91.82265	202	Pilot Hill,Salem,Salem in Fulton County,Sejlem,salm,Сейлем,Сејлем,سالم,سیلم، فلٹن کاؤنٹی، آرکنساس	049	AR	049	90243	
4129963	Salem	salem	US	01970	0	America/Chicago	33.69094	-92.65738	58			AR	103	90867	
4129964	Salem	salem	US	01970	0	America/Chicago	34.31121	-93.61769	240	Salem,Salem Crossing,Wilson		AR	109	90810	
4129965	Salem	salem	US	01970	2607	America/Chicago	34.62898	-92.55822	143			AR	125	93291	
4130031	Saline	saline	US	48176	0	America/Chicago	33.87344	-92.26709	51			AR	025	92049	
4130085	Saltillo	saltillo	US	17253	0	America/Chicago	35.02759	-92.32654	108	Cross Roads,Crossroad,Saltillo,Satillo		AR	045	92814	
4130152	Sanders	sanders	US	41083	0	America/Chicago	33.48068	-93.35739	98			AR	099	90012	
4130184	Sandy	sandy	US	84070	0	America/Chicago	35.76591	-90.43594	68			AR	031	92985	
4130233	Saratoga	saratoga	US	27873	0	America/Chicago	33.75179	-93.90269	140			AR	061	93324	
4130239	Sardis	sardis	US	30456	0	America/Chicago	34.53176	-92.40793	113			AR	125	91809	
4130267	Savoy	savoy	US	01256	0	America/Chicago	36.10564	-94.33271	317	Ladds Mill,Savoy		AR	143	92217	
4130283	Sayre	sayre	US	18840	0	America/Chicago	33.75205	-93.09211	64			AR	103	93066	
4130344	Scipio	scipio	US	47273	0	America/Chicago	33.39623	-91.79402	58			AR	043	93786	
4130347	Scotia	scotia	US	29939	0	America/Chicago	35.3312	-93.2924	117			AR	115	90813	
4130348	Scotland	scotland	US	06264	0	America/Chicago	33.05264	-92.7496	66			AR	139	91665	
4130349	Scotland	scotland	US	06264	0	America/Chicago	35.52758	-92.61183	200			AR	141	90951	
4130357	Scott	scott	US	38772	72	America/Chicago	34.69648	-92.09626	76			AR	085	91125	
4130402	Scottsville	scottsville	US	14546	0	America/Chicago	35.44869	-93.04656	151	Rocky Point,Scottsville,The Level,The Levey,The Levy,The Lousy Level		AR	115	92181	
4130418	Scranton	scranton	US	18501	221	America/Chicago	35.3612	-93.53574	113	Skranton,Skrenton,askarntwn,skrantwn,skryanatana,Скрантон,Скрентон,اسکارنتون,سكرانتون,स्क्र्यानटन		AR	083	93195	
4130430	Searcy	searcy	US	72143	24196	America/Chicago	35.25064	-91.73625	81	Frankford,SRC,Searcy,Sersi,seosi,sirsi,syrsy,Серси,Серсі,سيرسي,سیرسی,सीर्सी,서시	145	AR	145	91506	
4130443	Seaton	seaton	US	61476	0	America/Chicago	34.60148	-91.81125	64			AR	085	91305	
4130499	Sedgwick	sedgwick	US	04676	146	America/Chicago	35.97785	-90.86401	79			AR	075	93039	
4130517	Selma	selma	US	24474	0	America/Chicago	33.69733	-91.56763	54			AR	043	91344	
4130592	Shady Grove	shady-grove	US	17256	0	America/Chicago	36.25146	-92.37933	239			AR	005	90540	
4130593	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.23036	-92.47266	112	Bethlehem,Shady Grove		AR	045	93678	
4130594	Shady Grove	shady-grove	US	17256	0	America/Chicago	36.36673	-91.91293	302			AR	049	90243	
4130595	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.46286	-93.52408	120			AR	071	93447	
4130596	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.23009	-93.41518	221	Hobart,Shady Grove		AR	083	93366	
4130597	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.83035	-90.17871	72	Ballards Store,Shady Grove		AR	093	90297	
4130598	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.67813	-90.6065	69			AR	111	91518	
4130599	Shady Grove	shady-grove	US	17256	0	America/Chicago	34.59316	-94.31438	348			AR	113	92967	
4130600	Shady Grove	shady-grove	US	17256	0	America/Chicago	34.76204	-92.4721	161			AR	119	90300	
4130601	Shady Grove	shady-grove	US	17256	0	America/Chicago	36.14563	-94.14409	384			AR	143	93465	
4130602	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.05287	-91.27513	59			AR	147	90927	
4130700	Shannon	shannon	US	28386	0	America/Chicago	36.20896	-90.95818	81			AR	121	91059	
4130752	Shaw	shaw	US	38773	0	America/Chicago	34.49815	-92.53822	112			AR	125	93354	
4130765	Shawmut	shawmut	US	04975	0	America/Chicago	34.15177	-93.44963	114			AR	109	92880	
4130767	Shawnee	shawnee	US	43782	0	America/Chicago	35.49536	-90.11676	72			AR	093	92310	
4130782	Shelbyville	shelbyville	US	37160	0	America/Chicago	35.95896	-91.39958	110	Shelbyville,Sofly		AR	135	93336	
4130788	Shell Lake	shell-lake	US	54871	0	America/Chicago	35.12926	-90.48899	62			AR	123	91680	
4130821	Sheridan	sheridan	US	04775	4812	America/Chicago	34.30704	-92.40127	84	Sheridan,seridyana,shrydan,shyrydan,Шеридан,Шерідан,شریدان,شيريدان,शेरिड्यान	053	AR	053	92451	
4130853	Sherrill	sherrill	US	13461	77	America/Chicago	34.38537	-91.95069	66	Barrett,Sherrill		AR	069	92925	
4130860	Shiloh	shiloh	US	08353	0	America/Chicago	33.3929	-93.27128	108			AR	027	93822	
4130861	Shiloh	shiloh	US	08353	0	America/Chicago	33.50622	-91.98291	34			AR	043	90969	
4130862	Shiloh	shiloh	US	08353	0	America/Chicago	33.87095	-94.00047	95			AR	061	90354	
4130863	Shiloh	shiloh	US	08353	0	America/Chicago	33.38873	-93.4599	113			AR	073	91578	
4130864	Shiloh	shiloh	US	08353	0	America/Chicago	35.95008	-93.35796	697			AR	101	92655	
4130865	Shiloh	shiloh	US	08353	0	America/Chicago	35.31869	-93.13573	108			AR	115	91812	
4130866	Shiloh	shiloh	US	08353	0	America/Chicago	34.76066	-94.17799	267			AR	127	90348	
4130867	Shiloh	shiloh	US	08353	0	America/Chicago	35.11815	-90.84734	66			AR	123	93588	
4130869	Shiloh	shiloh	US	08353	0	America/Chicago	34.65009	-92.37738	107			AR	119	90300	
4130982	Shirley	shirley	US	01464	282	America/Chicago	35.65619	-92.31932	168	Shirli,Ширли		AR	141	93729	
4131084	Sidney	sidney	US	13838	185	America/Chicago	36.00313	-91.65986	186	Sidnej,Сидней		AR	135	93975	
4131089	Sidon	sidon	US	38954	0	America/Chicago	35.34453	-91.93931	217			AR	145	90606	
4131108	Silex	silex	US	63377	0	America/Chicago	35.50064	-93.21518	280			AR	115	92415	
4131116	Siloam Springs	siloam-springs	US	72761	16081	America/Chicago	36.18814	-94.5405	345	Hico,SLG,Sajlom Springs,Sajlom-Springs,Siloam City,Siloam Springs,sayaloma springja,saylwm sbrynghz,silo'ama springas,sylwam aspryngz,Сайлом-Спрингс,Сайлом-Спрінгс,Сајлом Спрингс,سايلوم سبرينغز,سیلوام اسپرینگز,सायलोम स्प्रिंग्ज,सिलोआम स्प्रिङ्गस्		AR	007	93646	
4131130	Silver	silver	US	76949	0	America/Chicago	34.53482	-93.51019	183	Silver,Silver City		AR	097	90729	
4131139	Silver Creek	silver-creek	US	14136	0	America/Chicago	34.80704	-92.22182	85			AR	119	91731	
4131169	Simpson	simpson	US	26435	0	America/Chicago	35.6073	-93.06601	572			AR	115	91377	
4131172	Simpson	simpson	US	26435	0	America/Chicago	33.45872	-92.10431	62			AR	011	93903	
4131184	Sims	sims	US	27880	0	America/Chicago	34.65926	-93.69103	221			AR	097		
4131192	Simsboro	simsboro	US	71275	0	America/Chicago	35.02537	-90.37315	61			AR	035	90384	
4131217	Sitka	sitka	US	41255	0	America/Chicago	36.1884	-91.42152	142			AR	135	92718	
4131367	Sloan	sloan	US	51055	0	America/Chicago	36.16618	-91.14429	82			AR	075	91065	
4131396	Smackover	smackover	US	71762	1782	America/Chicago	33.36485	-92.72488	37			AR	139	93396	
4131505	Smithdale	smithdale	US	39664	0	America/Chicago	35.26092	-90.52316	67	Smithdale,Smithdale Spur		AR	037	93657	
4131507	Smithland	smithland	US	42081	0	America/Chicago	33.23207	-93.38295	93			AR	027	93579	
4131513	Smithton	smithton	US	15479	0	America/Chicago	33.94177	-93.12684	61			AR	019	90591	
4131517	Smithville	smithville	US	26178	0	America/Chicago	33.05402	-93.86768	72			AR	091	93537	
4131518	Smithville	smithville	US	26178	0	America/Chicago	33.22513	-92.57487	70			AR	139	91365	
4131523	Smithville	smithville	US	26178	72	America/Chicago	36.08035	-91.30374	107			AR	075	93504	
4131527	Smyrna	smyrna	US	13464	0	America/Chicago	34.06232	-93.33879	98			AR	019	90591	
4131528	Smyrna	smyrna	US	13464	0	America/Chicago	35.65091	-92.91989	283			AR	115	93420	
4131529	Smyrna	smyrna	US	13464	0	America/Chicago	35.25092	-91.84459	88			AR	145	91506	
4131579	Snow	snow	US	74567	0	America/Chicago	36.25285	-92.80211	288			AR	089		
4131590	Snow Hill	snow-hill	US	21863	0	America/Chicago	33.3879	-92.65405	56	Snow Hill,Tremont		AR	103	93921	
4131593	Snow Lake	snow-lake	US	72379	0	America/Chicago	34.06094	-91.02317	48	Snow Lake,Snowlake		AR	041	92511	
4131605	Snyder	snyder	US	68664	0	America/Chicago	33.29512	-91.62235	52			AR	003	90102	
4131623	Solgohachia	solgohachia	US	72156	0	America/Chicago	35.25619	-92.67627	130			AR	029	93906	
4131631	Solo	solo	US	65564	0	America/Chicago	35.5873	-92.9635	502			AR	115	91875	
4131639	Sonora	sonora	US	42776	0	America/Chicago	36.16535	-94.04492	399			AR	143	93465	
4131651	Soudan	soudan	US	55782	0	America/Chicago	34.82621	-90.65927	61	Soudan,Soudon Plantation		AR	077	91821	
4131666	South Bend	south-bend	US	46601	0	America/Chicago	34.84176	-92.05431	77			AR	085	91503	
4131760	South Plains	south-plains	US	79258	0	America/Chicago	34.84148	-90.99651	61			AR	077	91302	
4131812	Southside	southside	US	25187	2231	America/Chicago	35.69841	-91.62347	109	South Side,Southside		AR	063	92313	
4131813	Southside	southside	US	25187	0	America/Chicago	35.42647	-92.38988	231			AR	141	90444	
4131875	Sparkman	sparkman	US	71763	401	America/Chicago	33.91677	-92.84822	52			AR	039	92790	
4131974	Spring Creek	spring-creek	US	16436	0	America/Chicago	36.22647	-94.19132	367			AR	007	93632	
4131979	Spring Creek	spring-creek	US	16436	0	America/Chicago	34.68871	-90.89817	58	Spring Creek,Springcreek		AR	077	93459	
4132006	Spring Hill	spring-hill	US	34606	0	America/Chicago	33.58762	-93.64851	113	Spring Hill,Springhill		AR	057	93474	
4132007	Spring Hill	spring-hill	US	34606	0	America/Chicago	33.50651	-93.02155	91			AR	103	91944	
4132077	Spring Valley	spring-valley	US	10977	0	America/Chicago	35.01898	-92.07404	98			AR	085	92349	
4132078	Spring Valley	spring-valley	US	10977	0	America/Chicago	34.73287	-92.44293	141			AR	119	90300	
4132079	Spring Valley	spring-valley	US	10977	0	America/Chicago	36.17619	-93.93492	398	Spring Valley,Springvalley		AR	143	90501	
4132093	Springdale	springdale	US	15144	77859	America/Chicago	36.18674	-94.12881	403	SPZ,Shiloh,Springdale,Springdejl,Springdejl',aspryngdyl  arkanzas,sbrynghdl,seupeulingdeil,springadela,supuringuderu,Спрингдейл,Спрингдејл,Спрінгдейль,اسپرینگدیل، آرکانزاس,سبرينغدل,سپرنگڈیل، آرکنساس,स्प्रिङ्गडेल,スプリングデール,스프링데일		AR	143	93465	
4132113	Springhill	springhill	US	71075	0	America/Chicago	35.18869	-92.39238	112	Spring Hill,Springhill		AR	045	91199	
4132127	Springtown	springtown	US	18081	91	America/Chicago	36.26091	-94.42327	367	Big Spring,Hickory,Old Hickory,Springtown		AR	007	93647	
4132165	Stacy	stacy	US	28581	0	America/Chicago	35.40453	-90.2326	69			AR	035	91314	
4132166	Stacy	stacy	US	28581	0	America/Chicago	35.67841	-90.57094	67	Stacy,Stacy Store		AR	111	94068	
4132170	Stafford	stafford	US	06075	0	America/Chicago	35.15648	-93.43019	161			AR	149	92613	
4132194	Stamps	stamps	US	71860	1551	America/Chicago	33.3654	-93.49518	94			AR	073	90090	
4132200	Stanford	stanford	US	40484	0	America/Chicago	36.09729	-90.66372	88	Stanford,Stantford		AR	055	93516	
4132227	Star City	star-city	US	46985	2180	America/Chicago	33.94288	-91.84347	83	Star City,Star Siti,Star Town,Star-Siti,Twinkle Town,astar syty,star syty,stara siti,Стар Сити,Стар-Сити,Стар-Сіті,استار سیتی,ستار سيتي,स्टार सिटी	079	AR	079	90639	
4132239	Stark City	stark-city	US	64866	0	America/Chicago	35.93785	-90.03648	72			AR	093	91584	
4132251	Starks	starks	US	70661	0	America/Chicago	36.02841	-94.2666	382			AR	143	91274	
4132262	State Line	state-line	US	17263	0	America/Chicago	33.05152	-93.53906	70			AR	073	91386	
4132300	Steele	steele	US	35987	0	America/Chicago	36.14369	-94.2391	363			AR	143	93623	
4132323	Stella	stella	US	28582	0	America/Chicago	36.0109	-91.80042	255			AR	065	91149	
4132344	Stephens	stephens	US	30667	827	America/Chicago	33.41123	-93.06961	76			AR	103	93393	
4132374	Stewart	stewart	US	37175	0	America/Chicago	35.47786	-90.6015	63	Stewart,Stuart		AR	111	92304	
4132421	Stillwater	stillwater	US	04489	0	America/Chicago	34.75287	-93.41325	232			AR	149	90960	
4132445	Stokes	stokes	US	27884	0	America/Chicago	36.3559	-90.93429	97			AR	121	90909	
4132447	Stockton	stockton	US	08559	0	America/Chicago	33.44929	-93.31045	105			AR	099	93585	
4132472	Stonewall	stonewall	US	28583	0	America/Chicago	36.24312	-90.55233	87	Cache Station,Stonewall		AR	055	90456	
4132487	Stony Point	stony-point	US	10980	0	America/Chicago	35.07703	-92.60461	95			AR	105	93714	
4132501	Story	story	US	71970	0	America/Chicago	34.69315	-93.51769	214			AR	097	93934	
4132547	Strawberry	strawberry	US	72469	0	America/Chicago	35.54786	-93.35435	195	Strawberry,Strawberry Settlement		AR	071	92847	
4132548	Strawberry	strawberry	US	72469	290	America/Chicago	35.96757	-91.32124	104			AR	075	93108	
4132576	Stringtown	stringtown	US	74569	0	America/Chicago	33.9365	-94.24409	119			AR	133	92820	
4132582	Strong	strong	US	04983	558	America/Chicago	33.10763	-92.33486	30	Strong,Victoria		AR	139	92121	
4132624	Sturkie	sturkie	US	72578	0	America/Chicago	36.45729	-91.8732	223			AR	049	93909	
4132625	Stuttgart	stuttgart	US	72160	9056	America/Chicago	34.50037	-91.55263	64	SGT,Statgart,Stuttgart,Stuttgart (Arkansas  USA),ashtwtgart,shtwtghart,stutagarta,Статгарт,اشتوتگارت,شتوتغارت,स्तुतगार्त		AR	001	91563	
4132643	Subiaco	subiaco	US	72865	562	America/Chicago	35.29287	-93.63464	145			AR	083	90807	
4132650	Success	success	US	65570	140	America/Chicago	36.45451	-90.72151	88			AR	021	90496	
4132653	Stuart	stuart	US	24171	0	America/Chicago	36.26396	-91.51847	220			AR	135	91719	
4132684	Sugar Grove	sugar-grove	US	16350	0	America/Chicago	35.08204	-93.80131	137	Sugar Grove,Sugargrove		AR	083	92859	
4132758	Sulphur Rock	sulphur-rock	US	72579	457	America/Chicago	35.75119	-91.50069	99			AR	063	94011	
4132770	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	33.07179	-92.03124	24	Sulpher Springs,Sulphur Springs		AR	003	92365	
4132771	Sulphur Springs	sulphur-springs	US	44881	526	America/Chicago	36.48341	-94.45855	277			AR	007	93645	
4132772	Sulphur Springs	sulphur-springs	US	44881	1101	America/Chicago	34.18065	-92.12348	89	Sulphur Springs,White Sulphur Springs		AR	069	93450	
4132773	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	35.47758	-93.56408	151	Sulphur Springs,Union City		AR	071	93447	
4132774	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	34.49594	-93.88353	293	Redbird,Sulphur Springs		AR	097		
4132775	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	35.49174	-92.29682	224			AR	141	91035	
4132776	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	35.19259	-93.32601	139			AR	149	93549	
4132806	Summers	summers	US	72769	0	America/Chicago	35.98119	-94.49161	362	Summers,Summers Store		AR	143	93486	
4132811	Summerville	summerville	US	15864	0	America/Chicago	33.52039	-92.3557	67			AR	013		
4132814	Summit	summit	US	07901	579	America/Chicago	36.25229	-92.69072	261	North Yellville,Summit,Yellville Station		AR	089		
4132824	Sumpter	sumpter	US	97877	0	America/Chicago	33.48567	-92.0493	74			AR	011	92379	
4132852	Sunnyside	sunnyside	US	11104	0	America/Chicago	33.29456	-91.18067	38	Sunny Side,Sunnyside		AR	017	90666	
4132853	Sunnyside	sunnyside	US	11104	0	America/Chicago	35.36869	-92.62766	161			AR	029	92199	
4132873	Sunset	sunset	US	04683	189	America/Chicago	35.22176	-90.20565	67			AR	035	91908	
4132874	Sunset	sunset	US	04683	329	America/Chicago	35.81036	-94.01326	694	Sun Set,Sunset		AR	143	93102	
4132883	Sunshine	sunshine	US	70780	0	America/Chicago	33.18707	-91.52957	36			AR	003	92964	
4132884	Sunshine	sunshine	US	70780	0	America/Chicago	34.47453	-93.23602	141			AR	051	91581	
4132896	Supply	supply	US	28462	0	America/Chicago	36.45701	-90.84151	129			AR	121	92220	
4132917	Sutton	sutton	US	01590	0	America/Chicago	33.64484	-93.39851	118			AR	099	90015	
4132928	Swain	swain	US	14884	0	America/Chicago	35.84925	-93.3399	627			AR	101	91941	
4132940	Swan Lake	swan-lake	US	12783	0	America/Chicago	34.18232	-91.69402	59	Swan Lake,Swanlake		AR	069	92748	
4132975	Sweet Home	sweet-home	US	72164	0	America/Chicago	35.02175	-92.75794	90			AR	105	91326	
4132976	Sweet Home	sweet-home	US	72164	849	America/Chicago	34.68648	-92.24237	83			AR	119	90300	
4133024	Swifton	swifton	US	72471	756	America/Chicago	35.82174	-91.12846	76			AR	067	91470	
4133034	Sycamore	sycamore	US	15364	0	America/Chicago	36.44507	-92.96045	223			AR	009	93522	
4133035	Sycamore	sycamore	US	15364	0	America/Chicago	33.84261	-93.16239	68			AR	019	90591	
4133080	Sylvania	sylvania	US	16945	0	America/Chicago	34.97231	-91.92848	84			AR	085	90669	
4133113	Tafton	tafton	US	18464	0	America/Chicago	34.61954	-92.22126	76			AR	119	90300	
4133182	Tate	tate	US	30177	0	America/Chicago	35.02676	-93.99687	214			AR	083	90699	
4133234	Taylor	taylor	US	18517	545	America/Chicago	33.10041	-93.46101	73	Tejlor,Тейлор		AR	027	93579	
4133302	Temperanceville	temperanceville	US	23442	0	America/Chicago	33.97039	-93.88296	137			AR	061	92661	
4133307	Temple	temple	US	03084	0	America/Chicago	33.58234	-93.99074	82			AR	081	91974	
4133341	Tennessee	tennessee	US	62374	0	America/Chicago	33.63122	-91.84874	73	Tennessee,Tennessee Spur		AR	043	92382	
4133361	Terry	terry	US	39170	0	America/Chicago	34.07843	-91.85819	62			AR	079	93453	
4133367	Texarkana	texarkana	US	71854	30353	America/Chicago	33.44179	-94.03769	110	Miller Court House,Teksarkana,Texarcana,Texarkana,tegsakaena,teksarkana,tekusakana,tksarkana,tyksarkana,Тексаркана,تيكساركانا,تکسارکانا,ٹیکسرکینا، آرکنساس,टेक्सार्काना,テクサーカナ,텍사캐나	091	AR	091	91434	
4133408	Thebes	thebes	US	62990	0	America/Chicago	33.28623	-91.58429	39			AR	003	90102	
4133413	Thida	thida	US	72165	0	America/Chicago	35.57119	-91.47902	90			AR	063	91725	
4133456	Thomasville	thomasville	US	17364	0	America/Chicago	34.74593	-90.93401	63			AR	077	93459	
4133458	Thompson	thompson	US	06277	0	America/Chicago	35.00509	-90.33899	61			AR	035	90384	
4133459	Thompson	thompson	US	06277	0	America/Chicago	35.92175	-93.94631	412			AR	087	93759	
4133508	Thornburg	thornburg	US	22565	0	America/Chicago	34.93426	-92.80656	226			AR	105	92436	
4133531	Three Forks	three-forks	US	59752	0	America/Chicago	35.33786	-90.44566	66			AR	035	93655	
4133551	Thurman	thurman	US	45685	0	America/Chicago	34.97953	-91.78208	74			AR	117	91698	
4133556	Tichnor	tichnor	US	72166	0	America/Chicago	34.14038	-91.27067	55	Hamlet,Tichnor		AR	001	90774	
4133574	Tillar	tillar	US	71670	222	America/Chicago	33.71233	-91.4529	45			AR	043	91344	
4133583	Tilly	tilly	US	72679	0	America/Chicago	35.72008	-92.83295	593			AR	115	93420	
4133588	Tilton	tilton	US	03276	0	America/Chicago	35.31731	-91.01401	67	Nolton,Tilton		AR	037	90504	
4133603	Timbo	timbo	US	72657	0	America/Chicago	35.87091	-92.3171	260	Blue Mountain,Timbo		AR	137	93609	
4133622	Tipton	tipton	US	16684	0	America/Chicago	33.79372	-92.28681	76			AR	025	92049	
4133645	Tokio	tokio	US	58379	0	America/Chicago	34.00344	-93.75101	142	Tokie,Tokio		AR	057	92499	
4133650	Toledo	toledo	US	43601	0	America/Chicago	33.92649	-92.16126	82			AR	025	93405	
4133665	Toluca	toluca	US	61369	0	America/Chicago	35.79952	-89.92759	75			AR	093	90549	
4133678	Tomahawk	tomahawk	US	41262	0	America/Chicago	36.06063	-92.70655	301			AR	129	93618	
4133707	Tontitown	tontitown	US	72770	2811	America/Chicago	36.17786	-94.23354	393	Tonitown,Tontitown		AR	143	93623	
4133710	Topaz	topaz	US	96133	0	America/Chicago	35.03648	-90.35927	63			AR	035	90384	
4133730	Toney	toney	US	35773	0	America/Chicago	35.51814	-93.9627	221			AR	047	92649	
4133789	Trafalgar	trafalgar	US	46181	0	America/Chicago	33.35428	-91.59512	52			AR	003	90162	
4133806	Traskwood	traskwood	US	72167	543	America/Chicago	34.44926	-92.65405	98			AR	125	93648	
4133831	Trenton	trenton	US	08601	0	America/Chicago	34.49982	-90.86539	57			AR	107	90273	
4133909	Troy	troy	US	03465	0	America/Chicago	33.50095	-93.08711	97			AR	103	91944	
4133933	Trumann	trumann	US	72472	7145	America/Chicago	35.67369	-90.50733	69	Truman,Trumann,trumyana,trwman,trwmn,Труман,ترومان,ترومن,ट्रुम्यान		AR	111	94068	
4133949	Tucker	tucker	US	30084	0	America/Chicago	34.44454	-91.95458	69	Mucker,Tucker		AR	069	91155	
4133971	Tuckerman	tuckerman	US	72473	1759	America/Chicago	35.73063	-91.19846	74			AR	067	90315	
4133998	Tumbling Shoals	tumbling-shoals	US	72581	978	America/Chicago	35.54202	-91.96737	220			AR	023	92853	
4134010	Tupelo	tupelo	US	38801	170	America/Chicago	35.39314	-91.23068	66	Tjupelo,Тюпело		AR	067	90459	
4134036	Turkey	turkey	US	28393	0	America/Chicago	36.24451	-92.76378	208			AR	089		
4134053	Turkey Creek	turkey-creek	US	70585	0	America/Chicago	35.76647	-92.20988	285			AR	137	93651	
4134086	Turner	turner	US	04282	0	America/Chicago	35.83702	-90.06176	72			AR	093	91659	
4134087	Turner	turner	US	04282	0	America/Chicago	34.47621	-91.01873	53			AR	107	91005	
4134132	Turrell	turrell	US	72384	575	America/Chicago	35.37981	-90.25787	69	Big Creek,Turrell		AR	035	91314	
4134136	Tuttle	tuttle	US	58488	0	America/Chicago	36.03369	-93.97242	381			AR	143	93156	
4134138	Turtle Creek	turtle-creek	US	15145	0	America/Chicago	34.76398	-92.40793	157			AR	119	90300	
4134155	Twin Bridges	twin-bridges	US	59754	0	America/Chicago	36.1384	-91.95071	175			AR	065	92673	
4134179	Twin Oaks	twin-oaks	US	74368	0	America/Chicago	36.41201	-90.66789	90			AR	021	90874	
4134180	Twin Oaks	twin-oaks	US	74368	0	America/Chicago	36.05257	-90.44038	79			AR	055	91644	
4134181	Twin Oaks	twin-oaks	US	74368	0	America/Chicago	34.61232	-92.49182	127			AR	125	90522	
4134228	Tyro	tyro	US	22976	0	America/Chicago	33.83566	-91.72069	79			AR	079	93414	
4134232	Tyronza	tyronza	US	72386	744	America/Chicago	35.49008	-90.35871	69			AR	111	93660	
4134246	Ulm	ulm	US	59485	164	America/Chicago	34.57593	-91.46068	63			AR	117	93219	
4134250	Umpire	umpire	US	71971	0	America/Chicago	34.279	-94.05075	259	Busby,Umpire		AR	061	93663	
4134266	Union	union	US	03887	0	America/Chicago	36.25979	-91.92126	235			AR	049	93681	
4134267	Union	union	US	03887	0	America/Chicago	35.32064	-93.66741	133			AR	083	90807	
4134268	Union	union	US	03887	0	America/Chicago	34.0615	-94.36104	133			AR	133	90175	
4134269	Union	union	US	03887	0	America/Chicago	33.07596	-92.33486	51			AR	139	92121	
4134270	Union	union	US	03887	0	America/Chicago	35.30286	-91.26818	64			AR	147	90078	
4134328	Union City	union-city	US	07087	0	America/Chicago	35.48786	-93.54796	159			AR	071	93447	
4134368	Union Hill	union-hill	US	14563	0	America/Chicago	35.53425	-91.5118	213	Union Hill,Unionhill		AR	063	91725	
4134369	Union Hill	union-hill	US	14563	0	America/Chicago	34.52038	-93.85492	300			AR	097		
4134370	Union Hill	union-hill	US	14563	0	America/Chicago	34.93204	-93.78214	176	Dutch Creek,Union Hill		AR	127	91797	
4134371	Union Hill	union-hill	US	14563	0	America/Chicago	35.06037	-90.81622	74			AR	123	93588	
4134469	Uniontown	uniontown	US	15401	0	America/Chicago	35.58453	-94.4441	266	Hickory Grove,Union,Union Town,Uniontown		AR	033	93733	
4134492	Unity	unity	US	04988	0	America/Chicago	33.1354	-91.89402	47			AR	003	91212	
4134493	Unity	unity	US	04988	0	America/Chicago	36.09673	-90.48344	90			AR	055	90804	
4134494	Unity	unity	US	04988	0	America/Chicago	33.90789	-93.84741	115			AR	061	92661	
4134601	Urbana	urbana	US	43078	0	America/Chicago	33.15957	-92.44598	47			AR	139	91986	
4134629	Vail	vail	US	51465	0	America/Chicago	35.83007	-90.28399	70			AR	093	90297	
4134630	Valentine	valentine	US	69201	0	America/Chicago	34.82176	-92.16209	76			AR	119	91731	
4134657	Valley Springs	valley-springs	US	57068	184	America/Chicago	36.15757	-92.99295	331	Double Springs,Rolling Prairie,Twin Springs,Valley Springs		AR	009	91914	
4134662	Valley View	valley-view	US	17983	0	America/Chicago	35.7798	-90.74289	88			AR	031	91461	
4134685	Van	van	US	25206	0	America/Chicago	34.32677	-91.23429	55			AR	001	92973	
4134716	Van Buren	van-buren	US	04785	23081	America/Chicago	35.43676	-94.34827	126	Phillips Landing,Van Bjuren,Van Buren,Van-B'juren,Van-Buren,Vanburen,bhyana burena,fan bywryn,vu~anbyuren,wn bwrn,Ван Бјурен,Ван-Бурен,Ван-Бьюрен,فان بيورين,ون بورن,भ्यान बुरेन,ヴァンビューレン	033	AR	033	93771	
4134726	Vance	vance	US	29163	0	America/Chicago	35.7773	-91.16374	75			AR	067	90315	
4134734	Vandervoort	vandervoort	US	71972	85	America/Chicago	34.3815	-94.36577	329	Janssen,Vandervoort		AR	113	93996	
4134740	Vanndale	vanndale	US	72387	0	America/Chicago	35.31342	-90.774	84	Oak Grove,Vanndale		AR	037	93339	
4134748	Vaucluse	vaucluse	US	29850	0	America/Chicago	33.34651	-91.19872	38			AR	017	90666	
4134752	Vaughn	vaughn	US	59487	0	America/Chicago	36.31536	-94.3041	391			AR	007	93642	
4134773	Vendor	vendor	US	72683	0	America/Chicago	35.9473	-93.0774	236			AR	101	93990	
4134775	Venice	venice	US	34284	0	America/Chicago	33.03707	-92.02791	26			AR	003	92365	
4134789	Verona	verona	US	07044	0	America/Chicago	36.10924	-92.82739	387			AR	089		
4134794	Venus	venus	US	16364	0	America/Chicago	35.92536	-93.6038	622			AR	087	90426	
4134797	Vesta	vesta	US	24177	0	America/Chicago	35.37926	-94.04187	132			AR	047	93954	
4134806	Victor	victor	US	14564	0	America/Chicago	35.65064	-93.00267	271	Morning Shade,Victor		AR	115	91377	
4134809	Victoria	victoria	US	23974	0	America/Chicago	33.07485	-92.33097	44			AR	139	92121	
4134833	Village	village	US	22570	0	America/Chicago	33.26346	-93.05405	92	Machine,Village		AR	027	93801	
4134837	Victoria	victoria	US	23974	35	America/Chicago	35.75674	-90.05592	70	Viktorija,Виктория		AR	093	91308	
4134867	Vincent	vincent	US	35178	0	America/Chicago	35.21231	-90.30093	69			AR	035	91857	
4134871	Vilonia	vilonia	US	72173	4439	America/Chicago	35.08398	-92.20793	94	Vilonia,Vilsonia		AR	045	91002	
4134888	Viola	viola	US	19979	337	America/Chicago	36.39673	-91.98265	261			AR	049	91392	
4134893	Violet Hill	violet-hill	US	72584	0	America/Chicago	36.15368	-91.84154	230	Violet Hill,Violethill		AR	065	93816	
4134921	Wabash	wabash	US	46992	0	America/Chicago	34.38871	-90.82872	53			AR	107	93573	
4134923	Wabbaseka	wabbaseka	US	72175	234	America/Chicago	34.36093	-91.79597	62	Wabbaseka,Wabbasseca,Watteseka		AR	069	91161	
4134937	Wade	wade	US	28395	0	America/Chicago	33.98428	-94.38271	98			AR	133	92532	
4134992	Waldenburg	waldenburg	US	72475	60	America/Chicago	35.56536	-90.93373	73			AR	111	92796	
4134993	Waldo	waldo	US	32694	1301	America/Chicago	33.35151	-93.29573	110			AR	027	93822	
4135004	Waldron	waldron	US	46182	3442	America/Chicago	34.89843	-94.09076	201	Ponton Valley,Potou Valley,Uoldron,Voldron,Waldron,Winfield,valadrona,waldrwn,Волдрон,Уолдрон,والدرون,वालड्रोन	127	AR	127	91689	
4135022	Walker	walker	US	26180	0	America/Chicago	33.22652	-93.22517	93			AR	027	92355	
4135023	Walker	walker	US	26180	0	America/Chicago	35.12203	-91.68958	63			AR	145	93831	
4135077	Walkerville	walkerville	US	49459	0	America/Chicago	33.08958	-93.31406	90			AR	027	91245	
4135085	Wallace	wallace	US	26448	0	America/Chicago	33.24984	-91.74402	52			AR	003	90687	
4135086	Wallace	wallace	US	26448	0	America/Chicago	33.68178	-94.35854	126			AR	081	93843	
4135123	Walnut	walnut	US	38683	0	America/Chicago	35.79064	-93.35935	328	Walnut,Walnut Fork		AR	101	91941	
4135139	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	33.07263	-93.39378	73	Pine Grove,Walnut Grove		AR	027	93579	
4135140	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	35.83702	-91.38597	112			AR	063	91128	
4135141	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	35.4748	-92.93906	215			AR	115	91875	
4135142	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	35.5623	-92.55572	181	Hardy,Walnut Grove		AR	141	90951	
4135143	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	36.00369	-94.26715	354			AR	143	91274	
4135144	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	35.08398	-93.59741	120	Riley,Walnut Grove		AR	149	93159	
4135148	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	36.37145	-90.52483	88			AR	021	91474	
4135187	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	36.40841	-93.99131	431			AR	007	93626	
4135188	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	33.10985	-93.68407	76	Walnut Hill,Walnuthill		AR	073	93201	
4135203	Walnut Ridge	walnut-ridge	US	72476	0	America/Chicago	34.40204	-92.23765	86	Amber,Amper,Walnut Ridge		AR	053	93384	
4136076	Whipple	whipple	US	45788	0	America/Chicago	35.42202	-92.4621	209	Whippie,Whipple		AR	141	90444	
4135205	Walnut Ridge	walnut-ridge	US	72476	4673	America/Chicago	36.0684	-90.95595	82	ARG,Volnat Ridz,Walnut Ridge,Walnutridge,valanata rija,Волнат Риџ,वालनट रीज	075	AR	075	90627	
4135216	Walnut Springs	walnut-springs	US	76690	0	America/Chicago	33.94928	-94.29243	123			AR	133	92820	
4135234	Walters	walters	US	73572	0	America/Chicago	35.87368	-90.27732	70			AR	093	92664	
4135279	Ward	ward	US	29166	4704	America/Chicago	35.03036	-91.95042	74			AR	085	93879	
4135280	Ward	ward	US	29166	0	America/Chicago	34.67509	-92.30404	81			AR	119	90300	
4135315	Wardell	wardell	US	63879	0	America/Chicago	35.53897	-90.17843	69			AR	093	93330	
4135323	Ware	ware	US	01082	0	America/Chicago	33.02958	-93.07127	74	Chalybeate Springgs,Ware		AR	027	91245	
4135335	Warm Springs	warm-springs	US	24484	0	America/Chicago	36.48034	-91.05152	131	Warm Springs,Warmsprings		AR	121	93891	
4135339	Warner	warner	US	03278	0	America/Chicago	33.63817	-92.79766	35			AR	103	93762	
4135349	Warren	warren	US	01083	5804	America/Chicago	33.61261	-92.06458	67	Pennington,Uorren,Varren,Voren,Warren,varena,warn,waryn,Варрен,Ворен,Уоррен,وارن,وارين,वारेन	011	AR	011	92844	
4135368	Warrenton	warrenton	US	20186	0	America/Chicago	33.83899	-91.65846	55			AR	079	93414	
4135374	Warsaw	warsaw	US	14569	0	America/Chicago	34.95231	-92.15515	94			AR	119	91731	
4135379	Washburn	washburn	US	04786	0	America/Chicago	35.16843	-94.09354	185	New Market,Washburn		AR	131	93897	
4135386	Washington	washington	US	03280	176	America/Chicago	33.77401	-93.68268	136	Hempstead Court House,Old Washington,Vashington,Washington,vasingatana,washngtwn,washntn,Вашингтон,واشنطن,واشنگتون,واشنگٹن، آرکنساس,वाशिङ्गटन		AR	057	92802	
4135387	Washington	washington	US	03280	0	America/Chicago	36.38367	-90.87568	103			AR	121	90909	
4135454	Waterloo	waterloo	US	13165	0	America/Chicago	33.54317	-93.246	101			AR	099	93585	
4135457	Waterproof	waterproof	US	71375	0	America/Chicago	34.90648	-91.77347	72			AR	085	93625	
4135476	Watson	watson	US	35181	0	America/Chicago	33.64733	-92.37404	65			AR	013		
4135477	Watson	watson	US	35181	193	America/Chicago	33.8951	-91.25623	45			AR	041	93063	
4135520	Watts	watts	US	74964	0	America/Chicago	35.81841	-92.65933	347			AR	129	93087	
4135525	Waveland	waveland	US	39576	0	America/Chicago	35.1237	-93.62825	141			AR	149	93951	
4135529	Waverly	waverly	US	14892	0	America/Chicago	35.04704	-90.23898	64			AR	035	93033	
4135573	Webb City	webb-city	US	64870	0	America/Chicago	35.46814	-93.83186	139			AR	047	92454	
4135606	Weed	weed	US	88354	0	America/Chicago	35.54036	-90.42705	66	Weed,Weeds		AR	111	92229	
4135630	Welcome	welcome	US	20693	0	America/Chicago	33.02125	-93.46601	81			AR	027	93579	
4135631	Welcome	welcome	US	20693	0	America/Chicago	35.44953	-92.90406	183			AR	115	91536	
4135644	Weldon	weldon	US	27890	71	America/Chicago	35.44536	-91.23152	68			AR	067	90459	
4135648	Weiner	weiner	US	72479	688	America/Chicago	35.62036	-90.89845	75			AR	111	93973	
4135650	Wellford	wellford	US	29385	0	America/Chicago	33.05179	-91.31817	35			AR	017	92913	
4135669	Welsh	welsh	US	70591	0	America/Chicago	34.35621	-93.4738	201			AR	097	90651	
4135674	Wesley	wesley	US	04686	0	America/Chicago	36.0273	-93.9202	385	Richland,Wesley		AR	087	92103	
4135680	Wesley Chapel	wesley-chapel	US	33543	0	America/Chicago	35.26897	-92.73266	112	Possum Trot,Wesley Chapel		AR	029	91530	
4135702	Wesson	wesson	US	39191	0	America/Chicago	33.11541	-92.76266	66			AR	139	93966	
4135752	West End	west-end	US	27376	0	America/Chicago	34.22371	-92.06014	73			AR	069	93783	
4135763	West Fork	west-fork	US	72774	2543	America/Chicago	35.92425	-94.18854	409	Uehst-Fork,Vest Fork,Vest-Fork,West Fork,Westfork,Woolseys Store,vesta pharka,wst fwrk  arkanzas,wyst fwrk,Вест Форк,Вест-Форк,Уэст-Форк,وست فورک، آرکانزاس,ويست فورك,वेस्ट फर्क		AR	143	93969	
4135840	West Helena	west-helena	US	72390	7679	America/Chicago	34.55066	-90.64177	78	HEE,Vest Khelena,vesta helena,Вест Хелена,वेस्ट हेलेना		AR	107	91767	
4135851	West Hartford	west-hartford	US	05084	0	America/Chicago	35.00454	-94.41022	223			AR	131	91626	
4135858	West Liberty	west-liberty	US	26074	0	America/Chicago	36.28813	-93.76325	495			AR	087	90621	
4135865	West Memphis	west-memphis	US	72301	25052	America/Chicago	35.14648	-90.18454	64	AWM,Campo de Esperanza,Hopeville,Uehst-Memfis,Vest Memfis,Vest-Memfis,West Memphis,vesta memphisa,Вест Мемфис,Вест-Мемфіс,Уэст-Мемфис,ویسٹ میمفس، آرکنساس,वेस्ट मेम्फिस		AR	035	92508	
4135884	West Point	west-point	US	10996	0	America/Chicago	36.25286	-94.56633	342			AR	007	93646	
4135885	West Point	west-point	US	10996	185	America/Chicago	35.20703	-91.6143	62			AR	145	93096	
4135899	West Ridge	west-ridge	US	72391	0	America/Chicago	35.68313	-90.2626	69			AR	093	92226	
4135930	West Valley	west-valley	US	14171	0	America/Chicago	34.51261	-94.4416	261	Dugan,West Valley		AR	113	90936	
4135944	Westbrook	westbrook	US	04092	0	America/Chicago	34.71898	-92.38765	101			AR	119	90300	
4135947	Western	western	US	68464	0	America/Chicago	33.04652	-93.34184	107			AR	027	91245	
4135950	Western Grove	western-grove	US	72685	364	America/Chicago	36.10091	-92.95378	327	Marshall Prairie,Tight Wad,Western Grove		AR	101	91545	
4135983	Westover	westover	US	16692	0	America/Chicago	35.52119	-90.21343	67			AR	093	93330	
4135984	Westover	westover	US	16692	0	America/Chicago	34.38788	-90.66538	53	Westover,Westower		AR	107	92094	
4136015	Westville	westville	US	08093	0	America/Chicago	35.42037	-94.25854	137			AR	033	93771	
4136016	Westwood	westwood	US	02090	0	America/Chicago	34.70676	-92.37015	103			AR	119	90300	
4136033	Wharton	wharton	US	07885	0	America/Chicago	36.0248	-93.63047	430			AR	087		
4136045	Wheatley	wheatley	US	72392	328	America/Chicago	34.91287	-91.11012	64	Wheatley,Wheatly Station,Wheetley,Wheetly		AR	123	93981	
4136051	Wheeler	wheeler	US	38880	0	America/Chicago	36.11425	-94.2591	342	Litteral,Wheeler		AR	143	93985	
4136067	Wheeling	wheeling	US	26003	0	America/Chicago	36.32034	-91.8632	262			AR	049	93681	
4136068	Whelen Springs	whelen-springs	US	71772	89	America/Chicago	33.83094	-93.12628	76	Whelen,Whelen Springs,Whelen Station		AR	019	90591	
4136110	White	white	US	15490	0	America/Chicago	33.01401	-91.99569	33			AR	003	92365	
4136116	White Bluff	white-bluff	US	37187	0	America/Chicago	35.26676	-94.37855	176			AR	131	92394	
4136153	White Hall	white-hall	US	21161	5180	America/Chicago	34.27399	-92.09098	87	Uajt-Kholl,Vajt Khol,Vajt-Kholl,White Hall,Whitehall,vha'ita hala,wayt hal,Вайт-Холл,Вајт Хол,Уайт-Холл,وايت هال,وایت هال,व्हाइट हल		AR	069	93918	
4136173	White Oak	white-oak	US	25989	0	America/Chicago	35.5462	-93.85909	149	Alston,Felker Town,White Oak,White Oak Station,Whiteoak		AR	047	94005	
4136174	White Oak	white-oak	US	25989	0	America/Chicago	36.18645	-90.24954	78			AR	055	90360	
4136175	White Oak	white-oak	US	25989	0	America/Chicago	35.57619	-93.6763	549			AR	071	90150	
4136283	White Rock	white-rock	US	29177	0	America/Chicago	35.58175	-93.96937	251	White Rock,Whiterock		AR	047	94032	
4136284	White Rock	white-rock	US	29177	0	America/Chicago	36.07952	-94.25243	381			AR	143	91283	
4136288	White River	white-river	US	57579	0	America/Chicago	33.88344	-91.069	46	White River,Whiteriver		AR	041	91341	
4136309	Whitefield	whitefield	US	03598	0	America/Chicago	34.06454	-91.7568	55			AR	079	90135	
4136312	Whitehall	whitehall	US	12887	0	America/Chicago	34.76427	-90.54705	59			AR	077	93273	
4136313	Whitehall	whitehall	US	12887	0	America/Chicago	35.48036	-90.73567	82	White Hall,Whitehall		AR	111	93333	
4136314	Whitehall	whitehall	US	12887	0	America/Chicago	35.1487	-92.99712	92			AR	149	91410	
4136350	Whiteville	whiteville	US	28472	0	America/Chicago	36.31757	-92.47794	242			AR	005	94035	
4136372	Whitmore	whitmore	US	96096	0	America/Chicago	35.06954	-90.56816	62			AR	123	91539	
4136386	Whittington	whittington	US	62897	0	America/Chicago	34.61426	-92.88851	138			AR	051	94047	
4136413	Wickes	wickes	US	71973	734	America/Chicago	34.30317	-94.33827	314	Sherwood,Wickes,Winfield		AR	113	92805	
4136419	Wideman	wideman	US	72585	0	America/Chicago	36.18646	-92.00876	184			AR	065	91572	
4136423	Widener	widener	US	72394	252	America/Chicago	35.02343	-90.68483	64	Mead,Widener,Wideners,Widners		AR	123	91539	
4136436	Wilburn	wilburn	US	72179	0	America/Chicago	35.5073	-91.8882	129			AR	023	94053	
4136498	Wildwood	wildwood	US	08260	0	America/Chicago	35.00842	-92.06681	101			AR	085	94131	
4136499	Wildwood	wildwood	US	08260	0	America/Chicago	35.00954	-90.46316	61			AR	123	91680	
4136611	Williamson	williamson	US	14589	0	America/Chicago	33.92428	-94.31048	126			AR	133	90840	
4136624	Williford	williford	US	72482	73	America/Chicago	36.25285	-91.35597	99	Wilford,Williford		AR	135	91881	
4136629	Willis	willis	US	24380	0	America/Chicago	36.37812	-92.98656	279			AR	009	91224	
4136637	Willisville	willisville	US	62997	145	America/Chicago	33.51706	-93.29823	110			AR	099	93585	
4136644	Willow	willow	US	12495	0	America/Chicago	34.13371	-92.74628	100			AR	039	94071	
4136679	Wilmar	wilmar	US	71675	508	America/Chicago	33.629	-91.93152	47	Wilmar,Wilmer		AR	043	93300	
4136688	Wilmot	wilmot	US	03287	518	America/Chicago	33.05735	-91.57345	33			AR	003	94077	
4136692	Wilson	wilson	US	14172	871	America/Chicago	35.56814	-90.04203	73	Uilson,Уилсон		AR	093	91476	
4136693	Wilson	wilson	US	14172	839	America/Chicago	35.21036	-92.92961	94			AR	115	94089	
4136764	Wilton	wilton	US	03086	355	America/Chicago	33.74123	-94.14825	97	Millkin,Wilton		AR	081	90858	
4136771	Winchester	winchester	US	01890	166	America/Chicago	33.77455	-91.47457	47			AR	043	92238	
4136789	Winesburg	winesburg	US	44690	0	America/Chicago	35.84424	-90.90095	75			AR	031	93597	
4136790	Winfield	winfield	US	17889	0	America/Chicago	34.88649	-94.18632	200			AR	127	91071	
4136796	Wing	wing	US	36483	0	America/Chicago	34.94481	-93.46436	146	Fair Hill,Wing		AR	149	90918	
4136819	Winona	winona	US	25942	0	America/Chicago	34.89732	-90.53371	61			AR	077	93273	
4136831	Winslow	winslow	US	08095	421	America/Chicago	35.80091	-94.13493	527	Summit Home,Uinslou,Vinslou,Vinslov,Winslow,vinslo,wyn aslw  arkanzas,wynslw,wynslw  arknsas,Винслоу,Вінслов,Уинслоу,وينسلو,وین اسلو، آرکانزاس,وینسلو، آرکنساس,विन्स्लो		AR	143	94104	
4136853	Wiseman	wiseman	US	72587	0	America/Chicago	36.23451	-91.81543	183			AR	065	90087	
4136860	Winthrop	winthrop	US	02152	182	America/Chicago	33.83178	-94.35465	102	Little River,Winthrop		AR	081	92223	
4136867	Witter	witter	US	72776	0	America/Chicago	35.93758	-93.68352	437	Witte,Witter		AR	087	92208	
4136869	Witts Springs	witts-springs	US	72686	0	America/Chicago	35.76813	-92.86684	584	Witt Springs,Witts Spring,Witts Springs		AR	129	92631	
4137001	Woodland	woodland	US	16881	0	America/Chicago	35.52425	-93.52074	245			AR	071	92046	
4137013	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	36.3784	-91.46319	178			AR	049	90006	
4137014	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	34.60843	-92.45155	142			AR	125	90522	
4137015	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	34.75954	-92.40099	162			AR	119	90300	
4137040	Woodrow	woodrow	US	80757	0	America/Chicago	35.66341	-92.08071	331			AR	023	90615	
4137054	Woodlawn	woodlawn	US	24381	0	America/Chicago	34.92231	-91.87403	76			AR	085	90561	
4137082	Woodson	woodson	US	62695	403	America/Chicago	34.52926	-92.21098	76			AR	119	90300	
4137086	Woodville	woodville	US	01784	0	America/Chicago	34.12315	-91.69068	54			AR	079	92043	
4137113	Wooster	wooster	US	44691	999	America/Chicago	35.20203	-92.45599	97	Stony Point,Vuster,Wooster,Вустер		AR	045	90876	
4137122	Worden	worden	US	59088	0	America/Chicago	35.29425	-91.49124	64			AR	145	90999	
4137143	Wright	wright	US	55798	0	America/Chicago	34.4351	-92.06625	67	Greer,Wright		AR	069	90399	
4137171	Wrightsville	wrightsville	US	17368	2260	America/Chicago	34.60232	-92.21681	78			AR	119	90300	
4137215	Wynne	wynne	US	72396	8193	America/Chicago	35.22453	-90.78678	80	Vajn,Wynne,Wynne Junction,Wynne Station,vinne,Вајн,विन्ने	037	AR	037	94125	
4137229	Wyola	wyola	US	59089	0	America/Chicago	35.87897	-94.04715	452			AR	143	90957	
4137237	Yale	yale	US	23897	0	America/Chicago	35.67119	-93.65075	288			AR	071	91099	
4141363	Bear	bear	US	19701	19371	America/New_York	39.62928	-75.65826	21	Bear,Bear Station		DE	003		
4137291	Yellville	yellville	US	72687	1169	America/Chicago	36.22618	-92.68489	191	Jelvil,Shawneetown,Yellville,yelbhila,ylfyl,ylwyl,Јелвил,يلفيل,یلولے ، ارکنساس,یلویل,येल्भिल	089	AR	089		
4137321	Yorktown	yorktown	US	23690	0	America/Chicago	34.02093	-91.8168	56			AR	079	90135	
4137326	Young	young	US	85554	0	America/Chicago	33.57456	-93.181	98			AR	099	91869	
4137330	Yoder	yoder	US	46798	0	America/Chicago	34.45399	-91.48818	64			AR	001	92466	
4137355	Youngstown	youngstown	US	14174	0	America/Chicago	33.42345	-91.79374	61			AR	043	93786	
4137364	Yukon	yukon	US	15698	0	America/Chicago	33.79705	-91.47901	47	Yukon,Yukon Spur		AR	041	93870	
4137378	Zion	zion	US	60099	0	America/Chicago	36.08035	-91.76987	211			AR	065	92916	
4137715	Bellevue	bellevue	US	41073	0	America/New_York	38.82678	-77.0197	12	Bellevue,Bellview		DC	001		
4137775	Bloomingdale	bloomingdale	US	07403	4980	America/New_York	38.91678	-77.01137	30			DC	001		
4137810	Brightwood	brightwood	US	22715	0	America/New_York	38.96122	-77.02748	89	Bright Wood,Brightwood		DC	001		
4137828	Brookland	brookland	US	72417	0	America/New_York	38.93289	-76.98414	47	Brookland,Little Rome,McCeeneys Subdivision,South Brookland		DC	001		
4137850	Buena Vista	buena-vista	US	15018	0	America/New_York	38.85706	-76.97942	68			DC	001		
4138011	Chevy Chase	chevy-chase	US	20815	9545	America/New_York	38.964	-77.06776	101	Cheivy Chase,Chevy Chase		DC	001		
4138163	Crestwood	crestwood	US	40014	0	America/New_York	38.94178	-77.04053	63	Blagden,Blagdens Subdivision,Crestwood		DC	001		
4138376	Edgewood	edgewood	US	21040	0	America/New_York	38.92261	-77.00053	39			DC	001		
4138588	Fairlawn	fairlawn	US	44334	0	America/New_York	38.87095	-76.97886	8			DC	001		
4138680	Forest Hills	forest-hills	US	11375	0	America/New_York	38.95094	-77.05803	70			DC	001		
4138694	Fort Davis	fort-davis	US	36031	0	America/New_York	38.86678	-76.94609	71			DC	001		
4138843	Gateway	gateway	US	72733	0	America/New_York	38.92094	-76.96359	22			DC	001		
4138890	Georgetown	georgetown	US	01833	0	America/New_York	38.90483	-77.06248	19	George Town,George-Town,Georgetown,Saw Pit Landing,Town of George,West Washington,jojitaun,qiao zhi cheng,גורגטאון,جورج‌تاون,ジョージタウン,乔治城,조지타운		DC	001		
4138933	Good Hope	good-hope	US	30641	0	America/New_York	38.86261	-76.96386	84			DC	001		
4138977	Greenway	greenway	US	22067	0	America/New_York	38.88761	-76.9547	22	East Washington Park,Greenway		DC	001		
4139045	Hawthorne	hawthorne	US	07506	0	America/New_York	38.98039	-77.0547	91			DC	001		
4139296	Kenilworth	kenilworth	US	07033	0	America/New_York	38.90595	-76.94025	10			DC	001		
4139302	Kent	kent	US	06757	0	America/New_York	38.93372	-77.10359	58			DC	001		
4139392	Langdon	langdon	US	58249	0	America/New_York	38.92317	-76.97386	30	Langdon,Montello,Winthrop Heights		DC	001		
4139402	Lincoln Park	lincoln-park	US	07035	0	America/New_York	38.89122	-76.98164	22			DC	001		
4139673	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	38.93067	-77.04081	55	Ingleside,Mount Pleasant,Mount Pleasant Village,Rosemont Park,Walbridge		DC	001		
4140156	Reno	reno	US	16343	0	America/New_York	38.95289	-77.07831	125			DC	001		
4140245	Rosedale	rosedale	US	11422	0	America/New_York	38.89733	-76.97886	8	Forrest House,Rosedale		DC	001		
4140463	Shaw	shaw	US	38773	17639	America/New_York	38.91206	-77.02137	24	Shaw		DC	001		
4140551	Southwest	southwest	US	15685	0	America/New_York	38.88122	-77.01637	4	Sudoeste de Washington		DC	001		
4140567	Spring Valley	spring-valley	US	10977	0	America/New_York	38.93956	-77.09887	86	American University Heights,Spring Valley		DC	001		
4140755	Trinidad	trinidad	US	75163	0	America/New_York	38.90567	-76.98442	31			DC	001		
4140786	Twining	twining	US	48766	0	America/New_York	38.87178	-76.96581	30	Agassiz Park,Easton,Twining,Twining City		DC	001		
4140963	Washington	washington	US	03280	601723	America/New_York	38.89511	-77.03637	7	District of Columbia,Federal Capital,Federal City,Federal Town,Ouasinkton,Ranatakariahshne,Ranatakariáhshne,Territory of Columbia,Vashington,Vasingtonas,Vasingtonia,Vašingtonas,WAS,Washington,Washington City,Washington D. C.,Washington D.C.,Washington DC,Waszyngton,hua sheng dun te qu,wosingteon D.C.,wosingteon DC,Ουάσιγκτον,Вашингтон,华盛顿特区,워싱턴 D.C.,워싱턴 DC		DC	001		
4141054	West End	west-end	US	27376	0	America/New_York	38.90706	-77.0497	17			DC	001		
4141063	Westchester	westchester	US	60154	0	America/New_York	38.92594	-77.0797	78			DC	001		
4141067	Westminster	westminster	US	01441	0	America/New_York	38.91483	-77.02137	26			DC	001		
4141117	Woodland	woodland	US	16881	0	America/New_York	38.86178	-76.97053	69			DC	001		
4141126	Woodridge	woodridge	US	12789	0	America/New_York	38.93122	-76.97109	45	Avalon,Avalon Heights,Woodridge		DC	001		
4141171	Adamsville	adamsville	US	02801	0	America/New_York	38.8315	-75.6891	11	Adamsville,Marshy Hope Bridge,Marshy Hope Village,Northwest Fork Bridge		DE	001		
4141173	Afton	afton	US	13730	0	America/New_York	39.82706	-75.48075	88			DE	003		
4141185	Albertson	albertson	US	11507	0	America/New_York	39.74039	-75.62743	34			DE	003		
4141187	Albion	albion	US	02802	0	America/New_York	39.714	-75.66215	12			DE	003		
4141246	Arden	arden	US	10910	450	America/New_York	39.80928	-75.48659	78	Arden,Arden Village,Grubbs,ardena,ardn,ardn  dlawr,ya dun,Арден,آردن، دلاور,آرڈین، ڈیلاویئر,أردن,आर्डेन,雅顿		DE	003		
4141252	Armstrong	armstrong	US	50514	0	America/New_York	39.48067	-75.7166	21	Armstrong,Armstrong Corners		DE	003		
4141266	Ashland	ashland	US	01721	0	America/New_York	39.79983	-75.65715	47			DE	003		
4141267	Ashley	ashley	US	43003	0	America/New_York	39.72928	-75.58298	23			DE	003		
4141276	Atlanta	atlanta	US	14808	0	America/New_York	38.70873	-75.67799	15	Atlanta,Horsey's Cross Roads,Horseys Cross Roads		DE	005		
4141280	Auburn	auburn	US	01501	0	America/New_York	39.80844	-75.68854	90			DE	003		
4141281	Auburn Hills	auburn-hills	US	48321	0	America/New_York	39.80428	-75.69271	124			DE	003		
4141289	Avalon	avalon	US	08202	0	America/New_York	39.73067	-75.62187	26			DE	003		
4141353	Bayville	bayville	US	08721	0	America/New_York	38.46845	-75.08879	3			DE	005		
4141359	Beachwood	beachwood	US	08722	0	America/New_York	38.49595	-75.15769	6			DE	005		
4141401	Bella Vista	bella-vista	US	72714	0	America/New_York	39.76539	-75.6816	75			DE	003		
4141402	Bellefonte	bellefonte	US	16823	1193	America/New_York	39.76622	-75.50936	57			DE	003		
4141403	Bellevue	bellevue	US	41073	0	America/New_York	39.77095	-75.48353	4	Bellevue,Greggsville		DE	003		
4141415	Belvidere	belvidere	US	07823	0	America/New_York	39.72206	-75.61548	21	Belvedere,Belvidere		DE	003		
4141423	Benton	benton	US	17814	0	America/New_York	39.81122	-75.51853	113			DE	003		
4141435	Bethany Beach	bethany-beach	US	19930	1170	America/New_York	38.53956	-75.05518	2	Betani Bich,bei se ni tan,bethyani bica,bytany bytsh,sahl btany  dlawr,Бетани Бич,بيتاني بيتش,بیتھانی بیچ، ڈیلاویئر,ساحل بتانی، دلاور,बेथ्यानी बीच,貝瑟尼灘		DE	005		
4141443	Bethel	bethel	US	04217	192	America/New_York	39.23428	-75.58159	11			DE	001		
4141444	Bethel	bethel	US	04217	187	America/New_York	38.57067	-75.61937	7			DE	005		
4141445	Bethel	bethel	US	04217	0	America/New_York	38.454	-75.35547	13	Bethel,Twilley		DE	005		
4141460	Bethesda	bethesda	US	20810	0	America/New_York	39.13761	-75.69271	20			DE	001		
4141496	Big Pine	big-pine	US	93513	0	America/New_York	38.85067	-75.69437	14			DE	001		
4141533	Blackwater	blackwater	US	24221	0	America/New_York	38.54595	-75.16213	4			DE	005		
4141548	Blanchard	blanchard	US	16826	0	America/New_York	38.82067	-75.65215	17	Blanchard,Blanchards		DE	005		
4141555	Blue Ball	blue-ball	US	17506	0	America/New_York	39.77734	-75.54465	89			DE	003		
4141595	Brandon	brandon	US	05733	0	America/New_York	39.82595	-75.52409	132			DE	003		
4141596	Brandywine	brandywine	US	20613	0	America/New_York	39.82956	-75.53437	125	Brandywine,Brandywine Cross Roads,Brandywine Four Corners,Perrys Tavern		DE	003		
4141622	Breezewood	breezewood	US	15533	0	America/New_York	39.05289	-75.55326	15			DE	001		
4141623	Breezewood	breezewood	US	15533	0	America/New_York	38.72039	-75.13018	8			DE	005		
4141632	Bridgeville	bridgeville	US	15017	2256	America/New_York	38.74261	-75.60437	13	Bridge Branch,Bridge Town,Bridgebranch,Bridgeville,Bridzvil,brijabhila,brydjfyl,bu li qi wei er,Бриџвил,برج ویل، ڈیلاویئر,بريدجفيل,بریج‌ویل، دلاور,ब्रिजभिल,布里奇维尔		DE	005		
4141666	Brookfield	brookfield	US	01506	0	America/New_York	39.09622	-75.53854	8			DE	001		
4141667	Brookhaven	brookhaven	US	11719	0	America/New_York	39.69678	-75.69104	16			DE	003		
4141674	Brookside	brookside	US	07926	14353	America/New_York	39.66706	-75.72688	23	Brookside,Brookside Park		DE	003		
4141685	Brownsville	brownsville	US	05037	0	America/New_York	38.91372	-75.67965	19			DE	001		
4141748	Camden	camden	US	04843	3505	America/New_York	39.11345	-75.54187	12	Camden,Kamden,Mifflins Cross Roads,Piccadily,ka mu deng,kamdn,kmdn  dlawr,kyamdena,Камден,كامدن,کمدن، دلاور,کیمڈن، ڈیلاویئر,क्याम्डेन,卡姆登		DE	001		
4141762	Cannon	cannon	US	40923	0	America/New_York	38.69956	-75.61493	12			DE	005		
4141767	Canterbury	canterbury	US	03224	0	America/New_York	39.04261	-75.55548	17	Canterbury,Irish Hill,Joseph Caldwells Tavern		DE	001		
4141790	Carpenter	carpenter	US	50426	0	America/New_York	39.81845	-75.46436	48			DE	003		
4141849	Cedars	cedars	US	19423	0	America/New_York	39.74178	-75.63715	41			DE	003		
4141857	Centerville	centerville	US	02632	0	America/New_York	39.8215	-75.6166	133	Centerville,Centreville		DE	003		
4141865	Chambersville	chambersville	US	15723	0	America/New_York	39.36372	-75.57882	6			DE	003		
4141873	Chapel Hill	chapel-hill	US	27514	0	America/New_York	39.7015	-75.73105	51			DE	003		
4141878	Chatham	chatham	US	02633	0	America/New_York	39.80428	-75.51631	113			DE	003		
4141884	Cherry Hill	cherry-hill	US	08002	0	America/New_York	39.68206	-75.77271	44			DE	003		
4141903	Cheswold	cheswold	US	19936	1415	America/New_York	39.21928	-75.58576	12	Cheswold,DOV,Leipsic Station,Moorton		DE	001		
4141927	Christiana	christiana	US	17509	0	America/New_York	39.66511	-75.65993	9	Christiana,Christiana Bridge,Christien Bridge,Christine Bridge		DE	003		
4141971	Clarksville	clarksville	US	12041	0	America/New_York	38.549	-75.14768	5			DE	005		
4141973	Church Hill	church-hill	US	21623	0	America/New_York	39.77233	-75.67326	97			DE	003		
4141974	Claymont	claymont	US	19703	8253	America/New_York	39.80067	-75.45964	22	Claymont,Gwinhurst,Klejmont,Naaman's,Naaman's Creek,Naamans Corner,klemonta,Клејмонт,क्लेमोन्ट		DE	003		
4141982	Clayton	clayton	US	08312	3123	America/New_York	39.29067	-75.63437	14	Clayton,Jimtown,Klejton,Salisbury,Smyrna Station,klaytwn,kletana,klytwn  dlawr,Клейтон,Клејтон,كلايتون,کلیتون، دلاور,کلیٹون، ڈیلاویئر,क्लेटन		DE	001		
4141991	Clermont	clermont	US	30527	0	America/New_York	39.789	-75.52714	90			DE	003		
4142000	Clearfield	clearfield	US	16830	0	America/New_York	39.73206	-75.59409	19			DE	003		
4142007	College Park	college-park	US	20740	0	America/New_York	39.67372	-75.7691	36			DE	003		
4142023	Colonial Heights	colonial-heights	US	23834	0	America/New_York	39.74734	-75.58437	40			DE	003		
4142027	Columbia	columbia	US	06237	0	America/New_York	38.49789	-75.67771	14	Columbia,Cooper Neighborhood,Mount Hermon,Owens Store		DE	005		
4142040	Concord	concord	US	01742	0	America/New_York	39.76428	-75.5427	42			DE	003		
4142041	Concord	concord	US	01742	0	America/New_York	38.64206	-75.5552	8			DE	005		
4142091	Coventry	coventry	US	02816	0	America/New_York	39.67233	-75.63576	5			DE	003		
4142115	Cripple Creek	cripple-creek	US	24322	0	America/New_York	38.76706	-75.23963	6			DE	005		
4142137	Dagsboro	dagsboro	US	19939	859	America/New_York	38.54928	-75.24574	8	Blackfoot,Blackfoot Town,Dagsboro,Dagsborough,Dagsbury,Dogsboro		DE	005		
4142177	Deer Creek	deer-creek	US	56527	0	America/New_York	38.79178	-75.5902	14			DE	005		
4142180	Deerwood	deerwood	US	56444	0	America/New_York	38.72067	-75.30019	12			DE	005		
4142191	Delaware City	delaware-city	US	19706	1741	America/New_York	39.57789	-75.58881	1	Delavehr-Siti,Delaver Siti,Delaver-Siti,Delaware City,Newbold's Landing,delavera siti,dellaweeositi,derau~eashiti,dlawr syty  dlawr,dylawyr syty,te la hua cheng,Делавер Сити,Делавер-Сіті,Делавэр-Сити,دلاور سیتی، دلاور,ديلاوير سيتي,ڈیلاویئر سٹی، ڈیلاویئر,डेलावेर सिटी,デラウェアシティ,特拉华城,델라웨어시티		DE	003		
4142226	Delmar	delmar	US	12054	1730	America/New_York	38.45651	-75.57715	16	Delmar,de er ma,delmara,dlmar,dlmar  dlawr,Делмар,دلمار,دلمار، دلاور,ڈلمار، ڈیلاویئر,डेल्मार,德尔玛		DE	005		
4142251	Devon	devon	US	19333	0	America/New_York	39.66678	-75.76771	32			DE	003		
4142269	Devon	devon	US	19333	0	America/New_York	39.82789	-75.53992	123			DE	003		
4142290	Dover	dover	US	02030	37522	America/New_York	39.15817	-75.52437	9	DOV,Douvur,Dover,Dover i Delaware,Dovera,Doveres,Doveris,Doverės,Ntover,doba,dobeo,dobhara,dovar,dovhara,duo fu,dwbr,dwfr,dwwr  dlawr,tovar,Ντόβερ,Довер,Доувър,Դովեր,דאווער,דובר,دوفر,دوور، دلاور,ڈwwr,ڈوور,ڈوور، ڈیلاویئر,डोभर,डोवर्,डोव्हर,दोभर,டோவர்,ドーバー,多佛,도버	DE	DE	001		
4142343	Dupont	dupont	US	45837	0	America/New_York	39.19456	-75.56354	9	Dupont,Dupont Manor		DE	001		
4142398	Edgemoor	edgemoor	US	29712	5677	America/New_York	39.75011	-75.49964	10	Edge Moor,Edgemoor		DE	003		
4142404	Edgewater	edgewater	US	07020	0	America/New_York	38.75317	-75.20491	7			DE	005		
4142408	Edwardsville	edwardsville	US	22456	0	America/New_York	38.9965	-75.71382	18			DE	001		
4142412	Ellendale	ellendale	US	19941	415	America/New_York	38.80706	-75.4227	15	Elendejl,ai lun dai er,alndal  dlawr,alyndyl,elenadela,Елендејл,إلينديل,الندال، دلاور,ایلندال، ڈیلاویئر,एलेनडेल,埃伦代尔		DE	005		
4142422	Elmhurst	elmhurst	US	11373	0	America/New_York	39.73067	-75.58993	29			DE	003		
4142423	Elmwood	elmwood	US	02337	0	America/New_York	39.67456	-75.69715	22			DE	003		
4142424	Elsmere	elsmere	US	69135	6146	America/New_York	39.73928	-75.59798	31	Elsmir,ai er si mi er,alsmr,alsmr  dlawr,elsmera,Елсмир,إلسمر,السمر، دلاور,ایلسمیر، ڈیلاویئر,एल्स्मेर,埃尔斯米尔		DE	003		
4142444	Fairfax	fairfax	US	05454	0	America/New_York	39.7865	-75.54326	101			DE	003		
4142447	Fairfield	fairfield	US	04937	0	America/New_York	39.69594	-75.77049	63			DE	003		
4142455	Fairview	fairview	US	07022	0	America/New_York	39.16956	-75.53576	12			DE	001		
4142476	Fairmount	fairmount	US	30139	0	America/New_York	38.6665	-75.2213	9	Fairmont,Fairmount		DE	005		
4142477	Farmington	farmington	US	03835	117	America/New_York	38.86928	-75.57854	18	Farmington,Flatiron,Фармингтон		DE	001		
4142484	Federalsburg	federalsburg	US	21632	0	America/New_York	38.82817	-75.42936	15			DE	005		
4142485	Felton	felton	US	17322	1402	America/New_York	39.00845	-75.57798	17	Felton,fei er dun,fltwn  dlawr,fyltwn,pheltana,Фелтон,فلتون، دلاور,فيلتون,فیلٹن، ڈیلاویئر,फेल्टन,费尔顿		DE	001		
4142495	Fenwick Island	fenwick-island	US	19944	417	America/New_York	38.46233	-75.05129	3	Assawoman Beach,Fenvik Ajland,Fenwick Is,Fenwick Island,Fenwick Isle,Fenwicks Island,fen wei ke dao,fynwyk ayland,jzyrh fnwyk  dlawr,phenavika a'ilyanda,Фенвик Ајланд,جزیره فنویک، دلاور,فينويك أيلاند,فینوک آئی لینڈ، ڈیلاویئر,फेनविक आइल्यान्ड,芬威克岛		DE	005		
4142503	Fernwood	fernwood	US	39635	0	America/New_York	38.65345	-75.57187	6			DE	005		
4142544	Five Points	five-points	US	36855	0	America/New_York	38.74872	-75.17324	8			DE	005		
4142557	Florence	florence	US	01062	0	America/New_York	39.08345	-75.46353	4			DE	001		
4142563	Forest	forest	US	24551	0	America/New_York	39.36678	-75.67743	17	Blackbird,Blackbird Station,Forest		DE	003		
4142569	Forest Park	forest-park	US	30297	0	America/New_York	39.73761	-75.60798	23			DE	003		
4142601	Frankford	frankford	US	19945	933	America/New_York	38.51734	-75.23491	10	Frankford,Frankfort,Gum's Store,Long's Store		DE	005		
4142605	Frederica	frederica	US	19946	825	America/New_York	39.009	-75.46575	5	Frederica,Frederica Landing,Frederika,Indian Point,Johnnycake Landing,Woodside,frdryka  dlawr,frydryka,fu lei de li ka,phredrika,Фредерика,Фредеріка,فردریکا، دلاور,فريدريكا,فریڈرکا، ڈیلاویئر,फ्रेड्रिका,弗雷德里卡		DE	001		
4142643	Georgetown	georgetown	US	01833	7051	America/New_York	38.69011	-75.38547	16	Dzordztaun,GED,George Town,Georgetown,jorjata'una,jwrjtawn,qiao zhi dui,Џорџтаун,جرج‌تاون، دلاور,جورج ٹاؤن، ڈیلاویئر,جورجتاون,जोर्जटाउन,乔治敦	005	DE	005		
4142665	Glendale	glendale	US	01229	0	America/New_York	39.62706	-75.66854	20			DE	003		
4142669	Glenville	glenville	US	17329	0	America/New_York	39.71261	-75.63993	6			DE	003		
4142671	Goldsboro	goldsboro	US	21636	0	America/New_York	39.15678	-75.51965	7			DE	001		
4142683	Glasgow	glasgow	US	16644	14303	America/New_York	39.60483	-75.74521	22	Aikens Tavern,Aikentown,Glasgow		DE	003		
4142744	Green Spring	green-spring	US	26722	0	America/New_York	39.31761	-75.64882	14	Green Spring,Green Spring Crossing,Sassafras Station		DE	003		
4142747	Green Valley	green-valley	US	54127	0	America/New_York	39.7015	-75.69049	15			DE	003		
4142748	Greenbank	greenbank	US	98253	0	America/New_York	39.739	-75.63576	32			DE	003		
4142762	Greentop	greentop	US	63546	0	America/New_York	38.85345	-75.41853	12			DE	005		
4142764	Greenview	greenview	US	62642	0	America/New_York	39.11817	-75.52465	13			DE	001		
4142765	Greenville	greenville	US	02828	0	America/New_York	38.88622	-75.66187	15			DE	001		
4142766	Greenville	greenville	US	02828	2326	America/New_York	39.779	-75.59826	78	Grinvil,Grinvill,grinabhila,Гринвил,Гринвилл,گرینویل، ڈیلاویئر,ग्रीनभिल		DE	003		
4142770	Greenwood	greenwood	US	04255	1066	America/New_York	38.80706	-75.59132	14	Greenwood,Grinvud,Saint Johnstown,ge lin wu de,ghrynwwd,grinavuda,Гринвуд,غرينوود,گرین ووڈ، ڈیلاویئر,گرین‌وود، دلاور,ग्रीनवूड,格林伍德		DE	005		
4142821	Hampton	hampton	US	03842	0	America/New_York	39.82539	-75.52242	131			DE	003		
4142826	Harbeson	harbeson	US	19951	0	America/New_York	38.72483	-75.28491	11			DE	005		
4142831	Harmon	harmon	US	61042	0	America/New_York	38.61483	-75.20213	6			DE	005		
4142834	Harmony	harmony	US	02829	0	America/New_York	39.69539	-75.69271	14			DE	003		
4143648	Midway Park	midway-park	US	28544	0	America/New_York	38.73983	-75.14268	8			DE	005		
4145342	Whitesville	whitesville	US	14897	0	America/New_York	38.45873	-75.42686	17			DE	005		
4145371	Williamsburg	williamsburg	US	01096	0	America/New_York	39.58539	-75.68438	24			DE	003		
4142841	Harrington	harrington	US	04643	3691	America/New_York	38.92372	-75.5777	18	Clark's Corner,Clarks Corner,Garrington,Harrington,Kharington,Kharrington,ha ling dun,harinton,harynghtwn,hryngtwn  dlawr,hyaringatana,Гаррінґтон,Харингтон,Харрингтон,هارينغتون,هرینگتون، دلاور,ہیرنگٹن، ڈیلاویئر,ह्यारिंगटन,ハリントン,哈灵顿		DE	001		
4142850	Hartly	hartly	US	19953	71	America/New_York	39.16872	-75.71326	21	Arthursville,Arthurville,Butterpat,Butterpot,Davisville,Hartley,Hartly,Slaughter		DE	001		
4142859	Haverford	haverford	US	19041	0	America/New_York	39.78344	-75.6941	76			DE	003		
4142873	Hazelwood	hazelwood	US	28738	0	America/New_York	39.21845	-75.52604	5			DE	001		
4142931	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	39.25067	-75.5927	11			DE	001		
4142932	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	39.764	-75.68299	76			DE	003		
4142934	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	38.81345	-75.58493	16			DE	005		
4142940	High Point	high-point	US	27260	0	America/New_York	39.77095	-75.50798	67			DE	003		
4142969	Hockessin	hockessin	US	19707	13527	America/New_York	39.78761	-75.6966	78	Hocesion,Hockessin,Hockessing,Khokesin,Occasian,Occasion,Ockession,Okesan,Okeshion,Okesian,Okession,hokesina,Хокесин,होकेसिन		DE	003		
4142998	Holly Hill	holly-hill	US	29059	0	America/New_York	38.84011	-75.42936	12			DE	005		
4143011	Holly Ridge	holly-ridge	US	28445	0	America/New_York	38.57011	-75.0849	2			DE	005		
4143057	Houston	houston	US	15342	391	America/New_York	38.91761	-75.5052	15	Kh'juston,Хьюстон		DE	001		
4143058	Houston	houston	US	15342	0	America/New_York	38.78761	-75.24047	3			DE	005		
4143077	Huntley	huntley	US	56047	0	America/New_York	39.13706	-75.51992	8			DE	001		
4143084	Hyde Park	hyde-park	US	02136	0	America/New_York	39.74595	-75.64965	47			DE	003		
4143230	Kenton	kenton	US	19955	265	America/New_York	39.22761	-75.66298	18	Grogtown,Grogue Town,Kenton,Lewis Cross Roads,ken dun,kenatana,kntwn,kntwn  dlawr,Кентон,كنتون,کنتون، دلاور,کینٹن، ڈیلاویئر,केनटन,肯顿		DE	001		
4143237	Keystone	keystone	US	46759	0	America/New_York	39.7265	-75.6052	28			DE	003		
4143246	Kimberton	kimberton	US	19442	0	America/New_York	39.67622	-75.72771	30			DE	003		
4143264	Kirkwood	kirkwood	US	13795	0	America/New_York	39.57178	-75.69632	21	Kemps Corner,Kirkwood,Saint Georges Station		DE	003		
4143299	Lakewood	lakewood	US	08701	0	America/New_York	38.64678	-75.54631	8			DE	005		
4143300	Lakewood	lakewood	US	08701	0	America/New_York	38.90789	-75.4552	10			DE	005		
4143316	Larchmont	larchmont	US	10538	0	America/New_York	39.79733	-75.67465	98			DE	003		
4143319	Laurel	laurel	US	11948	4075	America/New_York	38.5565	-75.57131	8	Laurel,Laurel Town,Lorel,lao lei er,laurela,lawrl  dlawr,lwryl,Лорел,لارل، ڈیلاویئر,لاورل، دلاور,لوريل,लौरेल,劳雷尔		DE	005		
4143331	Lawndale	lawndale	US	28090	0	America/New_York	39.2765	-75.59048	11			DE	001		
4143341	Lebanon	lebanon	US	03756	0	America/New_York	39.1115	-75.50048	6			DE	001		
4143348	Leipsic	leipsic	US	45856	196	America/New_York	39.24095	-75.51687	2	Fast Landing,Leipsic,Lejpsik,Lipsik,le'ipsika,li pu xi ke,lybsyk,lypsyk  dlawr,Лейпсік,Липсик,ليبسيك,لیپسک، ڈیلاویئر,لیپسیک، دلاور,लेइप्सिक,利普西克		DE	001		
4143354	Lewes	lewes	US	19958	3010	America/New_York	38.77456	-75.13935	4	Fort Oplandt,Hoornkill,L'juis,Lewes,Lewes Creek,Lewes Town,Lewestown,Lewis,Lewis Town,Lewistown,Luis,Swanendael,Swanendale,Swansdak,Swansdale,Whoore Kill,Zwaanendael,liu yi si,livija,lwys,lwz  dlawr,ruisu,Луис,Льюис,Льюїс,لوز، دلاور,لويس,لیوئس، ڈیلاویئر,लीवीज,ルイス,刘易斯		DE	005		
4143367	Liberty	liberty	US	04949	0	America/New_York	39.72872	-75.61715	25			DE	003		
4143377	Lincoln	lincoln	US	01773	0	America/New_York	38.86984	-75.42297	13	Lincoln,Lincoln City,Linkol'n,Линкольн		DE	005		
4143408	Little Creek	little-creek	US	19961	233	America/New_York	39.16706	-75.44825	3	Bayview,Litl Krik,Littl-Krik,Little Creek,Little Creek Landing,litala krika,lytl kryk,lytl kryk  dlawr,xiao xi,Литл Крик,Літтл-Крік,ليتل كريك,لٹل کریک، ڈیلاویئر,لیتل کریک، دلاور,लिटल क्रीक,小溪		DE	001		
4143442	Locustville	locustville	US	23404	0	America/New_York	39.074	-75.49409	10			DE	001		
4143468	Longwood	longwood	US	28452	0	America/New_York	39.80983	-75.53853	113			DE	003		
4143478	Loveville	loveville	US	20656	0	America/New_York	39.77095	-75.66438	98			DE	003		
4143502	Lynnfield	lynnfield	US	01940	0	America/New_York	39.789	-75.50798	77			DE	003		
4143506	Magnolia	magnolia	US	08049	234	America/New_York	39.07122	-75.47603	8	Magnolija,ma ge nuo li ya,maghnwlya,mgnwlya  dlawr,myagnoliya,Магнолија,Магнолія,ماغنوليا,منگولیا، ڈیلاویئر,مگنولیا، دلاور,म्याग्नोलिया,马格诺利亚		DE	001		
4143518	Manley	manley	US	68403	0	America/New_York	39.77789	-75.69966	87			DE	003		
4143527	Maplewood	maplewood	US	07040	0	America/New_York	38.73039	-75.13602	9			DE	005		
4143551	Maplecrest	maplecrest	US	12454	0	America/New_York	39.72928	-75.65382	24			DE	003		
4143554	Marydel	marydel	US	19964	0	America/New_York	39.11233	-75.74438	18	Halltown,Marydel,Marydell		DE	001		
4143572	Mayfield	mayfield	US	12117	0	America/New_York	39.79733	-75.50798	94			DE	003		
4143581	McDonough	mcdonough	US	30252	0	America/New_York	39.4915	-75.64965	20	MacDonough,McDonough,The Trap,Trap		DE	003		
4143596	Meadow Vista	meadow-vista	US	95722	0	America/New_York	39.38178	-75.71299	21			DE	003		
4143597	Meadowbrook	meadowbrook	US	26404	0	America/New_York	39.75289	-75.72327	71			DE	003		
4143605	Mechanicsville	mechanicsville	US	18934	0	America/New_York	39.71706	-75.78355	89			DE	003		
4143637	Middletown	middletown	US	02842	20372	America/New_York	39.44956	-75.71632	21	Middle Town,Middleton,Middletown,Midltaun,mi de er dui,midalata'una,midorutaun,mydltawn  dlawr,myldtawn,Мидлтаун,ميلدتاون,مڈل ٹاؤن، ڈیلاویئر,میدلتاون، دلاور,मिडलटाउन,ミドルタウン,米德尔敦		DE	003		
4143642	Midvale	midvale	US	44653	0	America/New_York	39.65983	-75.61048	18	Midvale,Midvalf		DE	003		
4143644	Midway	midway	US	15060	0	America/New_York	38.72817	-75.12935	8			DE	005		
4143658	Milford	milford	US	01757	10252	America/New_York	38.91261	-75.42797	3	Milford,North Milford,South Milford,mi er fu de,milapharda,milpeodeu,mirufodo,mylfwrd,mylfwrd  dlawr,Милфорд,Мілфорд,ميلفورد,میلفورد، دلاور,میلفورڈ، ڈیلاویئر,मिलफर्ड,ミルフォード,米尔福德,밀퍼드		DE	005		
4143678	Mill Creek	mill-creek	US	17060	0	America/New_York	39.78483	-75.70493	79			DE	003		
4143690	Millsboro	millsboro	US	15348	4216	America/New_York	38.5915	-75.2913	7	Millsboro,Millsborough,Milsboro,Rock Haul,Rock Hole,Washington,Washington Village,mi er si bo lei,milasbaro,mylsbrw  dlawr,mylsbwrw,Милсборо,ملزبورو، ڈیلاویئر,ميلسبورو,میلسبرو، دلاور,मिलस्बरो,米尔斯伯勒		DE	005		
4143695	Milltown	milltown	US	08850	0	America/New_York	39.73095	-75.66604	38			DE	003		
4143696	Millville	millville	US	01529	590	America/New_York	38.54956	-75.12324	3			DE	005		
4143698	Milton	milton	US	02186	2824	America/New_York	38.77761	-75.30991	4	Broadkill,Clowes,Clows,Conwell's Landing,Conwells Landing,Head of Broadkill,Head of Broadkiln,Mil'ton,Milton,Osborne's Landing,Osbornes Landing,Sockumtown,Upper Landing,mi er dun,milatana,myltwn,myltwn  dlawr,Милтон,Мильтон,ملٹن، ڈیلاویئر,ميلتون,میلتون، دلاور,मिलटन,米尔顿		DE	005		
4143716	Mission	mission	US	57555	0	America/New_York	38.5465	-75.35436	13			DE	005		
4143722	Montchanin	montchanin	US	19710	0	America/New_York	39.78983	-75.58909	92			DE	003		
4143753	Mount Joy	mount-joy	US	17552	0	America/New_York	38.63206	-75.29602	9			DE	005		
4143774	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.51095	-75.71132	21			DE	003		
4143821	Nassau	nassau	US	12123	0	America/New_York	38.75206	-75.18769	8	Nassau,Rehoboth		DE	005		
4143834	New Castle	new-castle	US	03854	5382	America/New_York	39.66206	-75.56631	3	Aresapa,Cannekonkan,Delaware Town,Fort Casimir,Fort Casimires,Fort Kasimier,Fort Trefalldigheet,Fort Trinity,Macherish Kitton,N'ju-Kasl,Neu Castle,Neucastle,New Amstel,New Castel,New Castl,New Castle,New Castle Town,New Castle Towne,Newcastle,Newcastle Town,Nieu Causeland,Nieuwer-Amstel,Niew Amstel,Nju Kasl,Sandhocken,Santhoeck,Tamakonck,Tamecongh,Trefaldighet,Trefalldigheet,n'yu kyasala,niu ka si er,nyukaeseul,nyukyassuru,nyw kasl,nywkasl  dlawr,Њу Касл,Нью-Касл,نيو كاسل,نیو کیسل، ڈیلاویئر,نیوکاسل، دلاور,न्यु क्यासल,ニューキャッスル,纽卡斯尔,뉴캐슬		DE	003		
4143853	New Market	new-market	US	21774	0	America/New_York	38.80734	-75.39686	14			DE	005		
4143861	Newark	newark	US	07101	33817	America/New_York	39.68372	-75.74966	38	N'juark,New Worke,Newark,Njuark,n'yu'arka,niu wa ke,nyuaku,nywark,nywark  dlawr,Њуарк,Ньюарк,Нюарк,نيوارك,نیوآرک، دلاور,نیوآرک، ڈیلاویئر,न्युआर्क,ニューアーク,纽瓦克		DE	003		
4143871	Newport	newport	US	02840	1058	America/New_York	39.71372	-75.60937	10	N'juport,New Port,New Port Ayre,Newport,Njuport,n'yuporta,niu bo te,nywbwrt,nywpwrt  dlawr,Њупорт,Ньюпорт,نيوبورت,نیو پورٹ، ڈیلاویئر,نیوپورت، دلاور,न्युपोर्ट,纽波特		DE	003		
4143891	North Hills	north-hills	US	91343	0	America/New_York	39.77234	-75.5102	61	Georgian North Hills,North Hills		DE	003		
4143897	North Star	north-star	US	45350	7980	America/New_York	39.76122	-75.7191	106			DE	003		
4143906	Northwood	northwood	US	03261	0	America/New_York	39.79595	-75.50242	79			DE	003		
4143918	Oak Grove	oak-grove	US	42262	0	America/New_York	39.1565	-75.48937	4			DE	001		
4143919	Oak Grove	oak-grove	US	42262	0	America/New_York	38.66095	-75.70632	14	Oak Grove,Oakgrove		DE	005		
4143933	Oakdale	oakdale	US	06370	0	America/New_York	39.66595	-75.69771	23			DE	003		
4143934	Oakland	oakland	US	02858	0	America/New_York	39.68067	-75.76494	52			DE	003		
4143935	Oakley	oakley	US	48649	0	America/New_York	38.8065	-75.48881	15			DE	005		
4143937	Oakmont	oakmont	US	15139	0	America/New_York	39.71122	-75.55242	20			DE	003		
4143946	Odessa	odessa	US	14869	374	America/New_York	39.45733	-75.66132	18	Appoquinimi,Cantwell,Cantwell's Bridge,Cantwells Bridge,Odesa,Odessa,ao de sa,awdsa  dlawr,awdysa,odesa,Одеса,Одесса,أوديسا,اودسا، دلاور,اوڈیسا، ڈیلاویئر,ओडेसा,敖德萨		DE	003		
4143982	Omar	omar	US	25638	0	America/New_York	38.52734	-75.19963	7	Omar,Waples Mill,Waplesville		DE	005		
4143991	Overbrook	overbrook	US	66524	0	America/New_York	38.76761	-75.21491	8			DE	005		
4144049	Pennington	pennington	US	08534	0	America/New_York	39.82845	-75.51437	122			DE	003		
4144050	Pennock	pennock	US	56279	0	America/New_York	39.71456	-75.68715	33			DE	003		
4144078	Perth	perth	US	58363	0	America/New_York	39.80372	-75.52381	110			DE	003		
4144085	Petersburg	petersburg	US	12138	0	America/New_York	39.04928	-75.64826	17	Merediths Corners,Merediths Shop,Petersburg		DE	001		
4144108	Pilottown	pilottown	US	70081	0	America/New_York	38.77983	-75.15241	4	Pilot Town,Pilottown,Pus Town		DE	005		
4144109	Pine Grove	pine-grove	US	17963	0	America/New_York	38.53983	-75.11629	4			DE	005		
4144121	Pinecrest	pinecrest	US	95364	0	America/New_York	39.71483	-75.67049	19			DE	003		
4144123	Pinetown	pinetown	US	27865	0	America/New_York	38.74539	-75.2238	6			DE	005		
4144129	Piney Point	piney-point	US	20674	0	America/New_York	38.56456	-75.08574	1			DE	005		
4144134	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	39.74067	-75.72743	87			DE	003		
4144139	Pleasantville	pleasantville	US	08232	0	America/New_York	39.664	-75.62604	22			DE	003		
4144142	Plymouth	plymouth	US	02360	0	America/New_York	39.03122	-75.56159	18			DE	001		
4144161	Port Penn	port-penn	US	19731	0	America/New_York	39.51678	-75.57659	3	Port Pena,Port Penn		DE	003		
4144162	Porter	porter	US	04068	0	America/New_York	39.60039	-75.68993	18	Porter,Porters,Rodney Station		DE	003		
4144211	Quaker Hill	quaker-hill	US	06375	0	America/New_York	39.79733	-75.69271	109			DE	003		
4144213	Quakertown	quakertown	US	08868	0	America/New_York	38.75539	-75.15935	7	Prettymanville,Quakertown		DE	005		
4144214	Quarryville	quarryville	US	17566	0	America/New_York	39.77928	-75.48714	18			DE	003		
4145288	Westminster	westminster	US	01441	0	America/New_York	39.75706	-75.64687	52			DE	003		
4145291	Westmont	westmont	US	60559	0	America/New_York	39.75511	-75.64965	66			DE	003		
4145293	Westview	westview	US	40178	0	America/New_York	39.72095	-75.6177	17			DE	003		
4144284	Rehoboth Beach	rehoboth-beach	US	19971	1458	America/New_York	38.72095	-75.07601	0	REH,Rehobeth,Rehobeth Beach,Rehoboth,Rehoboth Beach,Rekhobot Bich,Rekhobot-Bich,li huo bo si tan,rehobosubichi,rehobotha bica,ryhwbath bych  dlawr,ryhwbwth bytsh,Рехобот Бич,Рехобот-Бич,Рехобот-Біч,ريهوبوث بيتش,ریهوباث بیچ، دلاور,ریہوبوتھ بیچ، ڈیلاویئر,रेहोबोथ बीच,レホボスビーチ,里霍伯斯灘		DE	005		
4144295	Reliance	reliance	US	37369	0	America/New_York	38.63539	-75.70632	13	Johnsons Crossroads,Reliance		MD	019		
4144317	Rising Sun	rising-sun	US	21911	0	America/New_York	39.10039	-75.51548	10	Five Points,Rising Sun		DE	001		
4144327	Riverdale	riverdale	US	07457	0	America/New_York	38.59428	-75.18435	2			DE	005		
4144328	Riverdale	riverdale	US	07457	0	America/New_York	38.594	-75.1913	1			DE	005		
4144335	Riverside	riverside	US	02915	0	America/New_York	39.79595	-75.46631	19			DE	003		
4144338	Riverview	riverview	US	33568	2456	America/New_York	39.0265	-75.51076	9			DE	001		
4144339	Riverview	riverview	US	33568	0	America/New_York	38.58261	-75.27463	6			DE	005		
4144343	Robbins	robbins	US	27325	0	America/New_York	38.76206	-75.42159	14			DE	005		
4144348	Robinsonville	robinsonville	US	38664	0	America/New_York	38.71372	-75.19213	6			DE	005		
4144358	Rockland	rockland	US	02370	0	America/New_York	39.79622	-75.57215	59			DE	003		
4144377	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	39.57678	-75.68354	21			DE	003		
4144391	Ross	ross	US	45061	0	America/New_York	38.65678	-75.62104	11			DE	005		
4144398	Roxana	roxana	US	41848	0	America/New_York	38.4965	-75.16963	9	Andy,Centerville,Centreville,Dogs Ear Corner,Roxana,Roxanna		DE	005		
4144408	Rutherford	rutherford	US	07070	0	America/New_York	39.689	-75.68021	21			DE	003		
4144434	Saint George	saint-george	US	29477	0	America/New_York	38.499	-75.58465	13			DE	005		
4144437	Saint Georges	saint-georges	US	19733	0	America/New_York	39.55511	-75.65021	6	Quinquernium,Quinquinium,Saint George,Saint Georges,Saint Georges Village,St. Georges		DE	003		
4144600	Seaford	seaford	US	11783	7586	America/New_York	38.64123	-75.61104	7	Hooper's Landing,Hoopers Landing,Seaford,Seaford City,Seford,Siford,shifodo,sipharda,syfwrd,syfwrd  dlawr,xi fu de,Сифорд,سيفورد,سیفورد، دلاور,سیفورڈ، ڈیلاویئر,सीफर्ड,シーフォード,锡福德		DE	005		
4144620	Selbyville	selbyville	US	19975	2397	America/New_York	38.46039	-75.22074	11	Sandy Branch,Selbyville		DE	005		
4144637	Shady Grove	shady-grove	US	17256	0	America/New_York	38.72595	-75.12213	9			DE	005		
4144643	Shady Side	shady-side	US	20764	0	America/New_York	38.75261	-75.20185	9			DE	005		
4144654	Shawnee	shawnee	US	43782	0	America/New_York	38.88984	-75.45659	12			DE	005		
4144677	Sherwood	sherwood	US	21665	0	America/New_York	39.1466	-75.5282	10			DE	001		
4144683	Shenandoah	shenandoah	US	17976	0	America/New_York	39.50539	-75.63076	13			DE	003		
4144719	Silver Springs	silver-springs	US	14550	0	America/New_York	39.75428	-75.59187	44			DE	003		
4144742	Slaughter	slaughter	US	70777	0	America/New_York	39.15956	-75.71493	22	Slaughter,Slaughter Station		DE	001		
4144764	Smyrna	smyrna	US	13464	11319	America/New_York	39.29983	-75.60465	10	Cross Roads,Duck Creek,Duck Creek Cross Roads,Duck Creek Town,Smirna,Smyrna,smirna,smyrna,smyrna  dlawr,Смирна,سمرنا، ڈیلاویئر,سميرنا,سمیرنا، دلاور,स्मीर्ना		DE	001		
4144795	South Wilmington	south-wilmington	US	60474	0	America/New_York	39.72928	-75.54409	3			DE	003		
4144810	Spring Hill	spring-hill	US	34606	0	America/New_York	38.96678	-75.43159	4			DE	001		
4144811	Spring Lake	spring-lake	US	07762	0	America/New_York	38.70511	-75.08713	5			DE	005		
4144812	Spring Valley	spring-valley	US	10977	0	America/New_York	39.77095	-75.64687	85			DE	003		
4144825	Stanton	stanton	US	08885	0	America/New_York	39.71567	-75.64076	7	Cuckoldstown,Stanton,Staunton,Stawton		DE	003		
4144849	Stockdale	stockdale	US	15483	0	America/New_York	39.80011	-75.45797	25			DE	003		
4144855	Stockton	stockton	US	08559	0	America/New_York	39.66983	-75.58104	9			DE	003		
4144864	Stratford	stratford	US	06614	0	America/New_York	39.66817	-75.63159	16			DE	003		
4144915	Sycamore	sycamore	US	15364	0	America/New_York	38.59595	-75.49048	14			DE	005		
4145007	Thompson	thompson	US	06277	0	America/New_York	39.72928	-75.7566	35			DE	003		
4145011	Thompsonville	thompsonville	US	12784	0	America/New_York	38.99956	-75.38964	3	Thompsonville,Thomsonville		DE	001		
4145021	Thorntown	thorntown	US	46071	0	America/New_York	39.51789	-75.6027	2	Thorntown,Thowrntown		DE	003		
4145047	Townsend	townsend	US	01469	2177	America/New_York	39.39511	-75.6916	20	Charleston,Charley Town,Charleytown,Taunsend,Townsend,ta'unasenda,tang sen de,tawnsnd,tawnsnd  dlawr,Таунсенд,تاونسند,تاونسند، دلاور,ٹاؤن سینڈ، ڈیلاویئر,टाउनसेन्ड,汤森德		DE	003		
4145061	Trinity	trinity	US	27370	0	America/New_York	38.62456	-75.18657	6	Trinity,Trinity Church		DE	005		
4145097	Tuxedo Park	tuxedo-park	US	10987	0	America/New_York	39.71817	-75.62048	14			DE	003		
4145100	Twin Oaks	twin-oaks	US	74368	0	America/New_York	39.78484	-75.53576	93			DE	003		
4145133	Valley View	valley-view	US	17983	0	America/New_York	39.79733	-75.67743	74			DE	003		
4145144	Vernon	vernon	US	05354	0	America/New_York	38.89345	-75.65271	15	Vernon,Vincents Causeway		DE	001		
4145151	Viola	viola	US	19979	170	America/New_York	39.04289	-75.57187	18	Canterbury Station,Viola		DE	001		
4145189	Walker	walker	US	26180	0	America/New_York	39.34178	-75.6027	13	Walker,Walker School		DE	003		
4145194	Walnut Hill	walnut-hill	US	62893	0	America/New_York	39.79872	-75.6941	116			DE	003		
4145195	Walnut Ridge	walnut-ridge	US	72476	0	America/New_York	39.80289	-75.63104	98			DE	003		
4145203	Ward	ward	US	29166	0	America/New_York	38.48539	-75.4777	15			DE	005		
4145212	Warwick	warwick	US	01378	0	America/New_York	38.60317	-75.23047	6			DE	005		
4145267	West Haven	west-haven	US	06516	0	America/New_York	39.75984	-75.59131	56			DE	003		
4145271	West Park	west-park	US	12493	0	America/New_York	39.75567	-75.59881	48			DE	003		
4145285	Westfield	westfield	US	01085	0	America/New_York	39.71817	-75.64132	13			DE	003		
4145372	Williamsville	williamsville	US	05362	0	America/New_York	38.89567	-75.50992	15	Guinea Town,Williamsville		DE	001		
4145373	Williamsville	williamsville	US	05362	0	America/New_York	38.46011	-75.13324	9	Tunnell's Store,Tunnells Store,Williamsville		DE	005		
4145378	Willow Grove	willow-grove	US	19090	0	America/New_York	39.07095	-75.62826	17	Willow Grove,Willowgrove		DE	001		
4145381	Wilmington	wilmington	US	01887	71948	America/New_York	39.74595	-75.54659	28	Christinahamn,Fort Altena,Fort Christina,ILG,Uilmingtan,Uilmington,Uilmingtun,Vilmington,Vilmingtona,Vilmingtonas,Vilmingtonia,Walmington,Willington,Willingtown,Wilmington,Wilmington (Delaware),Wilmington City,Wilmington i Delaware,u~iruminton,vilmingatana,wei er ming dun,wilmingteon,wylmnghtwn,wylmyngtwn,wylmyngtwn  dlawr,Вилмингтон,Вілмінгтон,Уилмингтон,Уилмингтън,Уілмінгтан,וילמינגטון,ويلمنغتون,ویلمینگتون، دلاور,ویلمینگٹن، ڈیلاویئر,विल्मिंगटन,უილმინგტონი,ウィルミントン,威尔明顿,윌밍턴	003	DE	003		
4145401	Wilmont	wilmont	US	56185	0	America/New_York	39.80706	-75.53715	109			DE	003		
4145403	Wilson	wilson	US	14172	0	America/New_York	39.66094	-75.73799	27			DE	003		
4145421	Winterthur	winterthur	US	19735	0	America/New_York	39.80289	-75.59159	82	Winterthur,Wintherthrup		DE	003		
4145434	Wood Ridge	wood-ridge	US	07075	0	America/New_York	39.75289	-75.71854	89	Wood Ridge,Woodridge		DE	003		
4145436	Woodbine	woodbine	US	08270	0	America/New_York	39.81261	-75.52881	109			DE	003		
4145451	Woodland	woodland	US	16881	0	America/New_York	39.74595	-75.61632	40			DE	003		
4145452	Woodland	woodland	US	16881	0	America/New_York	38.60011	-75.65798	1	Cannon's Ferry,Cannons,Cannons Ferry,Woodland		DE	005		
4145459	Woodland Park	woodland-park	US	80863	0	America/New_York	39.74872	-75.61632	33			DE	003		
4145471	Woodside	woodside	US	11377	196	America/New_York	39.0715	-75.56826	17	Burnt House Crossroad,Fredonia,Woodside		DE	001		
4145482	Wynnewood	wynnewood	US	19096	0	America/New_York	39.82261	-75.50103	92			DE	003		
4145483	Wyoming	wyoming	US	02898	1465	America/New_York	39.11817	-75.55881	13	Camden Station,Vajoming,West Camden,Wyoming,huai e ming,vayominga,waywmngh,waywmyng  dlawr,Вайоминг,Вайомінг,Вајоминг,وايومنغ,وایومنگ، ڈیلاویئر,وایومینگ، دلاور,वायोमिंग,怀俄明		DE	001		
4145490	York Beach	york-beach	US	03910	0	America/New_York	38.50956	-75.05296	3			DE	005		
4145492	Yorklyn	yorklyn	US	19736	0	America/New_York	39.80817	-75.67549	53			DE	003		
4145494	Yorkshire	yorkshire	US	14173	0	America/New_York	39.65289	-75.74132	24			DE	003		
4145571	Aberdeen	aberdeen	US	21001	2672	America/New_York	26.55063	-80.14866	5			FL	099		
4145602	Zoar	zoar	US	44697	0	America/New_York	38.64706	-75.29714	11	Zoar,Zoar Camp		DE	005		
4145613	Adams	adams	US	01220	0	America/New_York	30.46522	-83.04597	25			FL	047		
4145631	Adamsville	adamsville	US	02801	0	America/New_York	27.81475	-82.38398	1			FL	057		
4145632	Adamsville	adamsville	US	02801	0	America/New_York	28.79971	-82.02064	22			FL	119		
4145719	Alachua	alachua	US	32615	9757	America/New_York	29.75163	-82.42483	42			FL	001		
4145724	Alameda	alameda	US	94501	0	America/New_York	25.76343	-80.29755	3			FL	086		
4145765	Alford	alford	US	32420	467	America/Chicago	30.6938	-85.39215	45			FL	063		
4145833	Allenhurst	allenhurst	US	07711	0	America/New_York	28.73638	-80.75561	2			FL	009		
4145837	Allentown	allentown	US	08501	894	America/Chicago	30.76269	-87.04219	63			FL	113		
4145839	Alliance	alliance	US	28509	0	America/Chicago	30.60992	-85.11353	68			FL	063		
4145913	Alma	alma	US	14708	0	America/New_York	30.61103	-83.90628	33			FL	065		
4145931	Alpine	alpine	US	07620	0	America/New_York	27.63225	-81.47619	32			FL	055		
4145941	Altamonte Springs	altamonte-springs	US	32701	43159	America/New_York	28.66111	-81.36562	26	Altamont Springs,Altamonte Spgs,Altamonte Springs,Altamonte-Springs,a er ta meng te si pu lin si,altamonte springas,altamwnt aspryngz  flwryda,altamwnt sbrnghz,Алтамонт Спрингс,Алтамонте-Спрінгс,آلتامونت اسپرینگز، فلوریدا,ألتامونت سبرنغز,अल्तामोन्ते स्प्रिङ्गस्,阿尔塔蒙特斯普林斯		FL	117		
4145945	Altha	altha	US	32421	529	America/Chicago	30.57047	-85.12714	62			FL	013		
4145950	Alton	alton	US	03809	0	America/New_York	30.053	-83.13791	26			FL	067		
4145953	Altoona	altoona	US	16601	89	America/New_York	28.96582	-81.64869	30	Altuna,Алтуна		FL	069		
4145956	Alturas	alturas	US	33820	4185	America/New_York	27.87169	-81.71508	53			FL	105		
4145959	Alva	alva	US	33920	2596	America/New_York	26.71562	-81.61008	5			FL	071		
4146019	Andalusia	andalusia	US	36420	0	America/New_York	29.49997	-81.4848	3			FL	035		
4146039	Andover	andover	US	01810	9877	America/New_York	25.96843	-80.21283	1	Andover,Miami Gardens,endobhara,Андовер,एन्डोभर		FL	086		
4146044	Andrew	andrew	US	52030	0	America/New_York	30.39992	-84.41018	32			FL	073		
4146051	Andrews	andrews	US	28901	798	America/New_York	29.53293	-82.88169	11			FL	075		
4146052	Andrews	andrews	US	28901	0	America/New_York	30.73523	-81.94789	28			FL	089		
4146082	Anna Maria	anna-maria	US	34216	1669	America/New_York	27.53115	-82.73343	0			FL	081		
4146111	Anthony	anthony	US	32617	0	America/New_York	29.28942	-82.11176	26			FL	083		
4146117	Antioch	antioch	US	37011	0	America/New_York	28.04696	-82.24898	22			FL	057		
4146148	Apalachicola	apalachicola	US	32320	2281	America/New_York	29.726	-84.9856	4	AAF,Apalachicola,Apalachikola,Appalachicola,a ba la qi ke la,abalatshykwla,apalachykwla  flwryda,epalacikola,Апалачикола,آپالاچیکولا، فلوریدا,أبالاتشيكولا,एपालाचिकोला,阿巴拉契科拉	037	FL	037		
4146161	Apollo Beach	apollo-beach	US	33572	14055	America/New_York	27.77308	-82.40759	1			FL	057		
4146166	Apopka	apopka	US	32703	48382	America/New_York	28.67617	-81.51186	40	Ahahpopka,Apopka,a bo ka,abwbka,apwpka  flwryda,epopka,Апопка,آپوپکا، فلوریدا,أبوبكا,एपोप्का,阿勃卡		FL	095		
4146206	Arcadia	arcadia	US	15712	7851	America/New_York	27.21588	-81.85842	18	Arcadia,Arkadija,Tater Hill Bluff,Tater Hill Landing,Waldrons Homestead,Аркадия	027	FL	027		
4146216	Archbold	archbold	US	43502	0	America/New_York	27.18144	-81.35202	42			FL	055		
4146219	Archer	archer	US	32618	1173	America/New_York	29.52997	-82.519	28			FL	001		
4146237	Argyle	argyle	US	12809	0	America/Chicago	30.71963	-86.04438	78			FL	131		
4146243	Ariel	ariel	US	98603	0	America/New_York	28.90054	-80.86366	3			FL	127		
4146245	Aripeka	aripeka	US	34679	308	America/New_York	28.43222	-82.66427	1	Arbeka,Aripeka		FL	101		
4146248	Arlington	arlington	US	02474	0	America/New_York	28.86943	-82.36009	16			FL	017		
4146249	Arlington	arlington	US	02474	0	America/New_York	30.3358	-81.60287	11	Arlington,Arlington Heights		FL	031		
4146273	Armstrong	armstrong	US	50514	0	America/New_York	29.76219	-81.44785	11			FL	109		
4146317	Ashmore	ashmore	US	61912	0	America/New_York	30.08548	-84.47018	12			FL	129		
4146318	Ashton	ashton	US	20861	0	America/New_York	28.2464	-81.24396	23			FL	097		
4146322	Ashville	ashville	US	14710	0	America/New_York	30.61659	-83.64655	49			FL	065		
4146338	Astatula	astatula	US	34705	1917	America/New_York	28.70972	-81.73285	29			FL	069		
4146339	Astor	astor	US	32102	1556	America/New_York	29.16248	-81.52535	1	Astor,Ehstor,estara,Астор,Эстор,एस्टर		FL	069		
4146351	Athena	athena	US	97813	0	America/New_York	29.98799	-83.49431	17			FL	123		
4146354	Atlantic Beach	atlantic-beach	US	11509	13193	America/New_York	30.33441	-81.3987	3	Atlantik Bich,aeteullaentigbichi,atlantyk bych  flwryda,atlantyk bytsh,da xi yang hai tan,etlantika bica,Атлантик Бич,آتلانتیک بیچ، فلوریدا,أتلانتيك بيتش,एट्लान्टिक बीच,大西洋海滩,애틀랜틱비치		FL	031		
4146388	Auburn	auburn	US	01501	0	America/Chicago	30.82019	-86.53773	79			FL	091		
4146389	Auburndale	auburndale	US	02466	15035	America/New_York	28.0653	-81.78869	50	Oberndejl,abarnadela,ao ben dai er,awbwrndal,Оберндејл,أوبورندال,اوبورن‌دیل، فلوریدا,अबर्नडेल,奥本代尔		FL	105		
4146405	Audubon	audubon	US	08106	0	America/New_York	28.43722	-80.65977	0			FL	009		
4146415	Aurora	aurora	US	04408	0	America/New_York	28.13585	-80.68478	7			FL	009		
4146435	Avoca	avoca	US	14809	0	America/New_York	30.57799	-83.0268	36			FL	047		
4146439	Avon Park	avon-park	US	33825	0	America/New_York	26.06564	-80.17699	2			FL	011		
4146440	Avon Park	avon-park	US	33825	10086	America/New_York	27.59587	-81.50619	46	AVO,Ejvon Park,afwn bark,awwn park  flwryda,bi hu hua yuan,ebhona parka,Ејвон Парк,آوون پارک، فلوریدا,أفون بارك,एभोन पार्क,碧湖花园		FL	055		
4146448	Avondale	avondale	US	19311	0	America/New_York	30.30441	-81.71121	7			FL	031		
4146449	Avondale	avondale	US	19311	0	America/Chicago	30.45186	-87.30664	17			FL	033		
4146481	Babson Park	babson-park	US	02457	1356	America/New_York	27.83197	-81.5223	44			FL	105		
4146494	Bagdad	bagdad	US	32530	3761	America/Chicago	30.5988	-87.03223	4			FL	113		
4146516	Bailey	bailey	US	27807	0	America/New_York	30.56826	-83.59182	32			FL	079		
4146530	Baird	baird	US	79504	0	America/New_York	27.68753	-81.95592	40			FL	105		
4146536	Baker	baker	US	26801	0	America/Chicago	30.16604	-85.68576	5			FL	005		
4146537	Baker	baker	US	26801	0	America/Chicago	30.79713	-86.68134	76			FL	091		
4146559	Bakerstown	bakerstown	US	15007	0	America/New_York	29.34803	-81.49146	12			FL	127		
4146560	Bakersville	bakersville	US	28705	0	America/New_York	29.90608	-81.49119	6			FL	109		
4146570	Baldwin	baldwin	US	11510	1453	America/New_York	30.30274	-81.97539	26	Bolduin,Boldvin,baldavina,baldwyn,baldwyn  flwryda,bao de wen,Болдвин,Болдуин,بالدوين,بالدوین، فلوریدا,بالڈون، فلوریڈا,बाल्डविन,鲍德温		FL	031		
4146588	Balm	balm	US	33503	1457	America/New_York	27.75947	-82.2612	39			FL	057		
4146658	Barberville	barberville	US	32105	0	America/New_York	29.1872	-81.4209	14			FL	127		
4146723	Bartow	bartow	US	24920	18972	America/New_York	27.89641	-81.84314	37	BOW,Bartou,ba tuo,barato,bartaw  flwryda,bartw,Бартоу,بارتاو، فلوریدا,بارتو,बारटो,巴托	105	FL	105		
4146736	Bascom	bascom	US	32423	118	America/Chicago	30.92797	-85.11854	42			FL	063		
4146753	Baskin	baskin	US	71219	0	America/New_York	27.89697	-82.7951	20			FL	103		
4146791	Baxter	baxter	US	26560	0	America/New_York	30.51356	-82.23373	35			FL	003		
4146809	Bay City	bay-city	US	48706	0	America/New_York	29.7566	-85.02047	1			FL	037		
4146879	Bay Springs	bay-springs	US	39422	0	America/Chicago	30.77352	-87.47915	59			FL	033		
4146885	Bayard	bayard	US	26707	0	America/New_York	30.14358	-81.51286	6			FL	031		
4146946	Bayview	bayview	US	83803	0	America/Chicago	30.1927	-85.71271	3			FL	005		
4146947	Bayview	bayview	US	83803	0	America/New_York	27.95974	-82.71093	4			FL	103		
4146950	Bayport	bayport	US	11705	43	America/New_York	28.55068	-82.64588	1	Bay Port,Bayport		FL	053		
4146958	Beach Haven	beach-haven	US	08008	0	America/Chicago	30.38492	-87.30775	8			FL	033		
4147112	Beaver Creek	beaver-creek	US	56116	0	America/Chicago	30.88019	-86.77857	75			FL	091		
4147122	Becker	becker	US	38825	0	America/New_York	30.67135	-81.64121	6			FL	089		
4147178	Bel-Air	bel-air	US	21014	0	America/New_York	28.79499	-81.25451	10			FL	117		
4147193	Bell	bell	US	32619	464	America/New_York	29.75551	-82.86262	21	Bella,Белла		FL	041		
4147241	Belle Glade	belle-glade	US	33430	18251	America/New_York	26.68451	-80.66756	5	Bel Glejd,bei er ge lai de,bele glyada,bl ghlyd,bl glyd  flwryda,Бел Глејд,بل غليد,بل گلید، فلوریدا,बेले ग्ल्याड,贝尔格莱德		FL	099		
4147257	Belleair Beach	belleair-beach	US	33786	1609	America/New_York	27.92308	-82.84316	1			FL	103		
4147263	Belleview	belleview	US	34420	4765	America/New_York	29.05526	-82.06231	25	Belvju,bei er wei you,belebhyu,bylyfyw,Белвју,بل‌ویو، فلوریدا,بيليفيو,बेलेभ्यू,贝尔维尤		FL	083		
4147295	Bellville	bellville	US	30414	0	America/New_York	30.5978	-83.25857	33			FL	047		
4147297	Bellwood	bellwood	US	16617	0	America/New_York	28.505	-80.7845	6			FL	009		
4147301	Belmont	belmont	US	02478	0	America/New_York	30.49827	-82.75069	38			FL	047		
4147303	Belmore	belmore	US	45815	0	America/New_York	29.88663	-81.89871	36			FL	019		
4147332	Bennett	bennett	US	27208	0	America/Chicago	30.39186	-85.53215	27			FL	005		
4147348	Benton	benton	US	17814	0	America/New_York	30.48661	-82.66068	38			FL	023		
4147368	Beresford	beresford	US	57004	0	America/New_York	29.00249	-81.34729	5			FL	127		
4147373	Berkeley	berkeley	US	60163	0	America/New_York	28.50277	-82.58871	9			FL	053		
4147385	Berry	berry	US	35546	0	America/New_York	28.3189	-81.86202	36			FL	105		
4147394	Bertha	bertha	US	56437	0	America/New_York	28.61861	-81.26618	21			FL	117		
4147399	Bessemer	bessemer	US	16112	0	America/New_York	27.00755	-80.60117	6			FL	085		
4147419	Bethany	bethany	US	06524	0	America/New_York	27.47421	-82.26426	20			FL	081		
4147437	Bethel	bethel	US	04217	0	America/New_York	30.25215	-84.32407	6			FL	129		
4147516	Bethlehem	bethlehem	US	03574	0	America/Chicago	30.92463	-85.7391	45			FL	059		
4147550	Beulah	beulah	US	38726	0	America/Chicago	30.53436	-87.40164	36			FL	033		
4147551	Beulah	beulah	US	38726	0	America/New_York	28.53472	-81.57257	37			FL	095		
4147579	Beverly	beverly	US	01915	0	America/New_York	29.85299	-84.96852	2			FL	037		
4147581	Beverly Hills	beverly-hills	US	34464	8445	America/New_York	28.91692	-82.45815	31	Bevurli Khils,Бевърли Хилс		FL	017		
4147582	Beverly Hills	beverly-hills	US	34464	0	America/New_York	30.41107	-81.70788	8			FL	031		
4147794	Big Pine	big-pine	US	93513	0	America/New_York	24.67264	-81.34925	1			FL	087		
4147801	Big Pine Key	big-pine-key	US	33043	4252	America/New_York	24.66987	-81.35397	1	Big Pine,Big Pine Key,Big-Pajn-Ki,Bog Pajn Ki,biga pa'ina ki,bigpainki,Биг-Пайн-Ки,Бог Пајн Ки,बिग पाइन की,빅파인키		FL	087		
4148036	Black Creek	black-creek	US	14714	0	America/New_York	30.50826	-84.08823	31			FL	073		
4148053	Black Diamond	black-diamond	US	98010	1101	America/New_York	28.91248	-82.48593	17			FL	017		
4148168	Bland	bland	US	24315	0	America/New_York	29.90218	-82.499	47			FL	001		
4148207	Bloomingdale	bloomingdale	US	07403	22711	America/New_York	27.89364	-82.24037	16			FL	057		
4148237	Blountstown	blountstown	US	32424	2497	America/Chicago	30.44379	-85.04744	19	Blauntstaun,Blountstown,Lafarka,beulleoncheutaun,bla'untsata'una,blwntstawn,bu lang si dun,Блаунтстаун,بلاونتس‌تاون، فلوریدا,بلونتستاون,ब्लाउन्ट्सटाउन,布朗斯顿,블런츠타운	013	FL	013		
4148274	Blue Lake	blue-lake	US	95525	0	America/New_York	28.30306	-82.0573	27			FL	101		
4148321	Blue Springs	blue-springs	US	38828	0	America/New_York	30.4866	-83.21986	24			FL	047		
4148337	Bluefield	bluefield	US	24605	0	America/New_York	27.20005	-80.58728	9			FL	085		
4148350	Bluff Springs	bluff-springs	US	62622	0	America/Chicago	30.9363	-87.2947	25			FL	033		
4148353	Bluffton	bluffton	US	29910	0	America/New_York	29.12637	-81.50174	2	Bluffton,Orange Bluff		FL	127		
4148401	Boca Grande	boca-grande	US	33921	0	America/New_York	26.74896	-82.26204	1	Boca Grande,Bocagrande		FL	071		
4148411	Boca Raton	boca-raton	US	33427	93235	America/New_York	26.35869	-80.0831	4	BCT,Boca Raton,Boca Ratone,Boca Ratón,Boca de Ratones,Bocaraton,Boka Raton,Boka-Raton,WTA Boca Raton,bo ka la dun,boka retana,bokaleoton,bokaraton,bwka ratwn,bwka ratwn  flwryda,Бока Ратон,Бока-Ратон,באקא ראטאן,بوكا راتون,بوکا راتون، فلوریدا,बोका रेटन,ボカラトン,博卡拉頓,보카러톤		FL	099		
4148434	Boardman	boardman	US	97818	0	America/New_York	29.46747	-82.21399	21			FL	083		
4148498	Bohemia	bohemia	US	11716	0	America/Chicago	30.48353	-87.15997	3			FL	033		
4148504	Bokeelia	bokeelia	US	33922	1780	America/New_York	26.70563	-82.15898	0	Bokilija,bokiliya,Бокилия,Бокилија,बोकीलिया		FL	071		
4148526	Bonifay	bonifay	US	32425	2726	America/Chicago	30.79186	-85.67965	41		059	FL	059		
4148533	Bonita Springs	bonita-springs	US	34133	51704	America/New_York	26.33981	-81.7787	3	Bonita Springs,Bonita-Springs,bo ni ta wen quan,bonita springas,bwnyta aspryngz  flwryda,bwnyta sbrnghz,Бонита Спрингс,Боніта-Спрінгс,بونيتا سبرنغز,بونیتا اسپرینگز، فلوریدا,बोनिता स्प्रिङ्गस्,博尼塔温泉		FL	071		
4148573	Bonnie	bonnie	US	62816	0	America/New_York	27.86336	-81.93119	55			FL	105		
4148616	Bostwick	bostwick	US	30623	0	America/New_York	29.77413	-81.63703	9			FL	107		
4148644	Bowden	bowden	US	26254	0	America/New_York	30.26607	-81.61815	6			FL	031		
4148659	Bowling Green	bowling-green	US	22427	2919	America/New_York	27.63837	-81.82397	36	Bouling-Grin,Боулинг-Грин		FL	049		
4148669	Boyd	boyd	US	54726	0	America/New_York	30.1891	-83.60654	17			FL	123		
4148677	Boynton Beach	boynton-beach	US	33424	73966	America/New_York	26.52535	-80.06643	6	Bojnton Bich,Bojnton-Bich,Boynton,Boynton Beach,bo yin dun hai tan,bo'inatana bica,bointeonbichi,bwyntwn,bwyntwn bych  flwryda,Бойнтон-Біч,Бојнтон Бич,بوينتون,بوینتون بیچ، فلوریدا,बोइनटन बीच,博因顿海滩,보인턴비치		FL	099		
4148708	Bradenton	bradenton	US	34201	54437	America/New_York	27.49893	-82.57482	1	Braden Town,Bradenton,Bradentown,Braiden Town,Braidentown,Brejdenton,beuleideunteon,bradenatana,bradntwn,bradntwn  flwryda,bu lei deng dun,bureidenton,Брейдентон,Брејдентон,برادنتون,برادنتون، فلوریدا,ब्राडेनटन,ბრადენტონი,ブレイデントン,布雷登顿,브레이든턴	081	FL	081		
4148710	Bradenton Beach	bradenton-beach	US	34217	1171	America/New_York	27.46698	-82.70399	-3	Bradenton Beach,Brejdenton Bich,Cortez,Cortez Beach,bradenatana bica,bradntwn bych  flwryda,bu lei deng dun hai tan,Брејдентон Бич,برادنتون بیچ، فلوریدا,ब्राडेनटन बीच,布雷登顿海滩		FL	081		
4148716	Bradford	bradford	US	02808	0	America/Chicago	30.65519	-85.5516	39			FL	133		
4148754	Branchton	branchton	US	16021	0	America/New_York	28.13474	-82.28703	13			FL	057		
4148755	Branchville	branchville	US	07826	0	America/New_York	30.65408	-84.48269	70			FL	039		
4148757	Brandon	brandon	US	05733	103483	America/New_York	27.9378	-82.28592	14	Brando,Brandon,Brehndon,bryandana,burandon,Брандон,Брэндон,برینڈن، فلوریڈا,ब्र्यान्डन,ブランドン		FL	057		
4148776	Branford	branford	US	06405	721	America/New_York	29.95912	-82.92818	13			FL	121		
4148803	Brent	brent	US	35034	21804	America/Chicago	30.46881	-87.23608	34	Brent,brenta,Брент,ब्रेन्ट		FL	033		
4148804	Brentwood	brentwood	US	11717	0	America/New_York	30.35913	-81.65871	7			FL	031		
4148879	Bridgeport	bridgeport	US	06601	0	America/New_York	28.02724	-82.69093	4			FL	103		
4148880	Bridgeport	bridgeport	US	06601	0	America/New_York	29.7533	-81.57008	2			FL	107		
4148898	Brighton	brighton	US	02135	0	America/New_York	27.22588	-81.09507	9			FL	055		
4148912	Bristol	bristol	US	02809	976	America/New_York	30.43247	-84.97702	53	Bristol,brayny bryzz,bristala,brystwl  flwryda,bu li si tuo er,Бристол,برايني بريزز,برسٹل، فلوریڈا,بریستول، فلوریدا,ब्रिस्टल,布里斯托尔	077	FL	077		
4148946	Broadwater	broadwater	US	69125	0	America/New_York	27.7267	-82.68732	0			FL	103		
4148957	Bronson	bronson	US	32621	1110	America/New_York	29.44774	-82.64233	18	Bronson,branswn  flwryda,bronsana,brystwl,bu lang sen,Бронсон,برانسون، فلوریدا,برونسن، فلوریڈا,بريستول,ब्रोन्सन,布朗森	075	FL	075		
4148962	Brooker	brooker	US	32622	332	America/New_York	29.88885	-82.33261	39			FL	007		
4148971	Brooklyn	brooklyn	US	06234	0	America/New_York	30.32357	-81.67454	5			FL	031		
4148984	Brookside	brookside	US	07926	0	America/New_York	27.76753	-80.55144	7			FL	061		
4148986	Brooksville	brooksville	US	04617	7854	America/New_York	28.55554	-82.38991	62	Bruksvil,brwksfyl,bu lu ke si,Бруксвил,بروكسفيل,بروکسویل، فلوریڈا,بروکس‌ویل، فلوریدا,ब्रुक्स्‌भिल्,布鲁克斯	053	FL	053		
4149075	Brownsdale	brownsdale	US	55918	471	America/Chicago	30.88241	-87.22553	74			FL	113		
4149076	Brownsville	brownsville	US	05037	0	America/Chicago	30.4252	-87.25192	26			FL	033		
4149077	Brownsville	brownsville	US	05037	15313	America/New_York	25.82176	-80.24116	3			FL	086		
4149083	Browntown	browntown	US	53522	0	America/Chicago	30.9824	-85.46716	46			FL	063		
4149084	Brownville	brownville	US	04414	0	America/New_York	27.2981	-81.82397	23			FL	027		
4149088	Bruce	bruce	US	38915	0	America/Chicago	30.47242	-85.96521	14			FL	131		
4149092	Bruceville	bruceville	US	47516	0	America/New_York	29.23387	-81.94703	18			FL	083		
4149131	Bryant	bryant	US	35958	0	America/New_York	26.84978	-80.61644	4	Azucar,Bryant		FL	099		
4149143	Bryceville	bryceville	US	32009	0	America/New_York	30.38468	-81.93872	21			FL	089		
4149151	Buchanan	buchanan	US	10511	0	America/New_York	27.41199	-81.79258	23			FL	049		
4149227	Buckhorn	buckhorn	US	41721	0	America/New_York	30.13576	-83.91488	3			FL	123		
4149241	Buckingham	buckingham	US	18912	4036	America/New_York	26.67507	-81.73203	3			FL	071		
4149256	Buda	buda	US	61314	0	America/New_York	28.71388	-81.11117	15			FL	117		
4149260	Buda	buda	US	61314	0	America/New_York	29.75913	-82.62595	22	Buda,Wade		FL	001		
4149263	Buena Vista	buena-vista	US	15018	0	America/Chicago	30.87963	-85.03493	32			FL	063		
4149264	Buena Vista	buena-vista	US	15018	0	America/New_York	25.81315	-80.19171	4			FL	086		
4149265	Buena Vista	buena-vista	US	15018	0	America/New_York	28.37167	-81.52396	29			FL	095		
4149350	Bunker	bunker	US	63629	0	America/Chicago	30.38742	-86.08272	2			FL	131		
4149355	Bunker Hill	bunker-hill	US	25413	0	America/New_York	27.59365	-82.18676	33			FL	081		
4149363	Bunnell	bunnell	US	32110	2828	America/New_York	29.46609	-81.25784	6	Banel,bang nai er,banl  flwryda,banyl,byunela,Банел,بانل، فلوریدا,بانيل,بونیل، فلوریڈا,ब्युनेल,邦乃尔	035	FL	035		
4149366	Burbank	burbank	US	44214	0	America/New_York	29.29081	-82.00092	22			FL	083		
4149433	Bushnell	bushnell	US	33513	2995	America/New_York	28.66499	-82.11286	24	Bushnel,bu shen nei er,busanela,bwshnyl,Бушнел,بوشنيل,بوشنیل، فلوریڈا,بوش‌نل، فلوریدا,बुशनेल,布什内尔	119	FL	119		
4149575	Cadillac	cadillac	US	49601	0	America/New_York	29.74163	-82.53872	29			FL	001		
4149582	Cairo	cairo	US	12413	0	America/Chicago	30.30492	-85.47715	20			FL	005		
4149631	Callahan	callahan	US	32011	1185	America/New_York	30.56218	-81.83066	6	Kalakhan,ka la han,kalahan,klahan  flwryda,kyalahyana,Калахан,كالاهان,کلاهان، فلوریدا,क्यालाह्यान,卡拉汉		FL	089		
4149635	Callaway	callaway	US	20620	14405	America/Chicago	30.15298	-85.56993	10			FL	005		
4149845	Campbell	campbell	US	14821	2479	America/New_York	28.2589	-81.45646	23	Campbell,Campbell Station,Kehmpbell,Кэмпбелл		FL	097		
4149880	Campton	campton	US	03223	0	America/Chicago	30.87352	-86.51828	80			FL	091		
4149885	Cana	cana	US	24317	0	America/New_York	27.28366	-80.49311	9			FL	111		
4149886	Canaan	canaan	US	03741	0	America/New_York	28.79027	-81.22256	6			FL	117		
4149898	Canal Point	canal-point	US	33438	367	America/New_York	26.85923	-80.63367	4			FL	099		
4149912	Candler	candler	US	28715	0	America/New_York	29.07137	-81.96814	32			FL	083		
4149918	Campbellton	campbellton	US	32426	221	America/Chicago	30.94935	-85.40215	56			FL	063		
4149956	Cantonment	cantonment	US	32533	26493	America/Chicago	30.60853	-87.33998	45	Canton,Cantonment,North Pensacola		FL	033		
4149959	Cape Canaveral	cape-canaveral	US	32920	9912	America/New_York	28.40584	-80.60477	3	Artesia,Cabo Canaveral,Cabo Cañaveral,Cape Canaveral,Kejp Kanaveral,Port Canavera,Port Canaveral,ka na wei la er jiao,kepa kenabherala,kyb kanfral,kyp kanawral  flwryda,Кејп Канаверал,كيب كانفرال,کیپ کاناورال، فلوریدا,کیپ کیناوریل، فلوریڈا,केप केनाभेरल,卡纳维拉尔角		FL	009		
4149962	Cape Coral	cape-coral	US	33904	175229	America/New_York	26.56285	-81.94953	1	Cabo Coral,Cape Coral,Keip Koralas,Kejp Koral,Kejp Korul,Kejp-Koral,kai pu ke lei er,keipeukoleol,kepa korala,kepukoraru,kyb kwral,kyp kwral  flwryda,qyyp qwrl,Кейп Коръл,Кейп-Корал,Кејп Корал,קייפ קורל,كيب كورال,کیپ کورال، فلوریدا,کیپ کورل، فلوریڈا,केप कोरल,ケープコーラル,開普科勒爾,케이프코럴		FL	071		
4149998	Capitola	capitola	US	95010	0	America/New_York	30.45104	-84.08795	21			FL	073		
4150010	Captiva	captiva	US	33924	583	America/New_York	26.52202	-82.18926	0			FL	071		
4150029	Cardwell	cardwell	US	59721	0	America/New_York	26.7659	-80.65978	5			FL	099		
4150049	Carlton	carlton	US	16311	0	America/New_York	27.34338	-80.42255	7			FL	111		
4152793	Darlington	darlington	US	16115	0	America/Chicago	30.94379	-86.05744	59			FL	131		
4150103	Carrabelle	carrabelle	US	32322	2729	America/New_York	29.85326	-84.66435	8	Karabel,ka la bei er,karabl  flwryda,karabyl,kyarabele,Карабел,كارابيل,کارابل، فلوریدا,क्याराबेले,卡拉贝尔		FL	037		
4150145	Carver	carver	US	02330	0	America/New_York	28.65722	-82.10231	24			FL	119		
4150164	Cary	cary	US	27511	0	America/New_York	30.46274	-81.78427	7	Cary,Gary		FL	031		
4150168	Caryville	caryville	US	32427	280	America/Chicago	30.77324	-85.8141	18			FL	133		
4150188	Cassadaga	cassadaga	US	14718	0	America/New_York	28.96638	-81.23589	18	Cassadaga,Cassadega		FL	127		
4150190	Casselberry	casselberry	US	32707	27056	America/New_York	28.67778	-81.32785	17	Kaselberi,ka xi bei li,kasylbyry,kslbry  flwryda,kyaselaberi,Каселбери,كاسيلبيري,کسلبری، فلوریدا,क्यासेलबेरी,卡西贝利		FL	117		
4150229	Catawba	catawba	US	24070	0	America/New_York	28.6886	-82.37648	28			FL	017		
4150311	Cedar Creek	cedar-creek	US	68016	0	America/New_York	29.27386	-81.90175	21			FL	083		
4150340	Cedar Grove	cedar-grove	US	07009	3397	America/Chicago	30.17103	-85.6252	10			FL	005		
4150356	Cedar Key	cedar-key	US	32625	703	America/New_York	29.13858	-83.03512	3	CDK,Cedar Key,Cedar Keys,Sidar Ki,sedara ki,sydar ky  flwryda,sydr ky,xi da jiao,Сидар Ки,سيدر كي,سیدار کی، فلوریدا,सेडार की,锡达礁		FL	075		
4150373	Cedar Point	cedar-point	US	61316	0	America/New_York	30.44385	-81.4637	3			FL	031		
4150411	Center Hill	center-hill	US	33514	1194	America/New_York	28.64999	-81.99258	30			FL	119		
4150421	Center Ridge	center-ridge	US	72027	0	America/Chicago	30.80269	-86.09466	71			FL	131		
4150430	Centerville	centerville	US	02632	0	America/New_York	30.55714	-84.17629	53			FL	073		
4150466	Central City	central-city	US	15926	0	America/New_York	30.18825	-84.92575	21			FL	077		
4150517	Century	century	US	32535	1762	America/Chicago	30.97324	-87.26386	27			FL	033		
4150585	Chapman	chapman	US	36015	0	America/New_York	28.10946	-82.46009	18			FL	057		
4150616	Chapel Hill	chapel-hill	US	27514	0	America/New_York	26.49813	-80.07421	5			FL	099		
4150669	Chatham	chatham	US	02633	0	America/New_York	25.71427	-81.24397	0			FL	087		
4150673	Chattahoochee	chattahoochee	US	32324	3144	America/New_York	30.70546	-84.84574	72	Chattahooche,Chattahoochee,River Junction		FL	039		
4150713	Chester	chester	US	01011	0	America/New_York	30.68301	-81.5401	5			FL	089		
4150733	Chiefland	chiefland	US	32626	2218	America/New_York	29.47496	-82.85984	10			FL	075		
4150754	Childs	childs	US	21916	0	America/New_York	27.20977	-81.34479	36			FL	055		
4150769	Chipley	chipley	US	32428	3565	America/Chicago	30.78186	-85.53854	32	Chipley,Chipli,Orange,chyply  flwryda,cipali,qi pu li,tshybly,Чипли,تشيبلي,چیپلی، فلوریدا,चिपली,奇普利	133	FL	133		
4150788	Choctaw	choctaw	US	72028	0	America/Chicago	30.36742	-86.10605	3			FL	131		
4150879	Chokoloskee	chokoloskee	US	34138	359	America/New_York	25.81288	-81.36202	3	Chokoliska,Chokoloskee		FL	021		
4150880	Christmas	christmas	US	32709	1146	America/New_York	28.53639	-81.01756	13	Krismas,Krismehs,krismasa,Крисмас,Крисмэс,क्रिस्मस		FL	095		
4151132	Citra	citra	US	32113	5732	America/New_York	29.41192	-82.10982	24			FL	083		
4151137	Citronelle	citronelle	US	36522	0	America/New_York	28.97859	-82.56871	8			FL	017		
4151205	Clara	clara	US	39324	0	America/New_York	29.79717	-83.32014	9			FL	123		
4151207	Clarcona	clarcona	US	32710	2990	America/New_York	28.61278	-81.49868	30	Clarcona,Clarconal		FL	095		
4151211	Clark	clark	US	07066	0	America/New_York	29.7733	-82.62595	24			FL	001		
4151229	Clarksville	clarksville	US	12041	0	America/Chicago	30.43686	-85.18603	36			FL	013		
4151230	Clarksville	clarksville	US	12041	0	America/New_York	30.12108	-81.48425	6			FL	031		
4151316	Clearwater	clearwater	US	29822	113003	America/New_York	27.96585	-82.8001	9	CLW,Clearwater,Clearwater Harbor,Kliruoter,Klirvoter,Klirvoteris,Kliuruotur,ke li er wo te,keullieowoteo,kliyaravatara,klyrwatr,klyrwatr  flwryda,kuriau~ota,Клирвотер,Клируотер,Клиъруотър,Клірвотер,كليرواتر,کلیئرواٹر، فلوریڈا,کلیرواتر، فلوریدا,کلیرواٹر,क्लियरवाटर,クリアウォーター,克利爾沃特,클리어워터	103	FL	103		
4151320	Clearwater Beach	clearwater-beach	US	33767	0	America/New_York	27.97724	-82.82788	1			FL	103		
4151352	Clermont	clermont	US	30527	32390	America/New_York	28.54944	-81.77285	43	Klermont,ke lai meng,kleramonta,klrmwnt  flwryda,klyrmwnt,Клермонт,كليرمونت,کلرمونت، فلوریدا,क्लेरमोन्ट,克莱蒙		FL	069		
4151366	Clewiston	clewiston	US	33440	7505	America/New_York	26.75423	-80.93368	5	Kluston,ke lai wei si dun,klevistana,klwstwn,klwystwn  flwryda,Клустон,كلوستون,کلویستون، فلوریدا,क्लेविस्टन,克莱维斯顿		FL	051		
4151375	Clifton	clifton	US	07011	0	America/New_York	28.70916	-81.26923	13			FL	117		
4151382	Clio	clio	US	29525	0	America/New_York	30.31936	-84.82602	33			FL	077		
4151396	Cluster Springs	cluster-springs	US	24535	0	America/Chicago	30.83852	-86.20522	66			FL	131		
4151416	Cleveland	cleveland	US	13042	2990	America/New_York	26.96173	-81.98398	2	Klivlend,Кливленд		FL	015		
4151426	Cobbtown	cobbtown	US	30420	67	America/Chicago	30.88296	-87.11969	55			FL	113		
4151440	Cocoa	cocoa	US	32922	17711	America/New_York	28.38612	-80.742	11	COI,Cocoa,Koko,ke ke,koko'a,kwkaw,kwkw  flwryda,Коко,كوكاو,کوکو، فلوریدا,कोकोआ,可可		FL	009		
4151441	Cocoa Beach	cocoa-beach	US	32931	11595	America/New_York	28.32055	-80.60922	0	COF,Cocoa Beach,Koko Bich,Koko Bijch,Koko-Bich,ke ke bi qi,koko'a bica,kokoabichi,kwkaw bytsh,kwkw bych  flwryda,Коко Бийч,Коко Бич,Коко-Бич,Коко-Біч,كوكاو بيتش,کوکو بیچ، فلوریدا,कोकोआ बीच,ココアビーチ,可可比奇,코코아비치		FL	009		
4151455	Coconut Creek	coconut-creek	US	33097	59302	America/New_York	26.25175	-80.17894	2	Kokonat Krik,Kokonat-Krik,kokonata krika,kwkwnat kryk  flwryda,kwkwnt kryk,ye zi xi,Коконат Крик,Коконат-Крік,كوكونت كريك,کوکونات کریک، فلوریدا,کوکونٹ کریک، فلوریڈا,कोकोनट क्रीक,椰子溪		FL	011		
4151475	Cody	cody	US	69211	0	America/New_York	30.36076	-84.051	10			FL	065		
4151493	Coker	coker	US	35452	0	America/New_York	27.56531	-81.8148	37			FL	049		
4151509	Coleman	coleman	US	33521	843	America/New_York	28.79971	-82.07009	20	Kolman,ke er man,klmn  flwryda,kolamyana,kwlman,Колман,كولمان,کلمن، فلوریدا,कोलम्यान,科尔曼		FL	119		
4151530	College Park	college-park	US	20740	0	America/New_York	26.32452	-80.10615	2			FL	011		
4151531	College Park	college-park	US	20740	0	America/New_York	30.34496	-81.67787	7			FL	031		
4151532	College Park	college-park	US	20740	0	America/New_York	29.8833	-81.35285	10			FL	109		
4151594	Columbia	columbia	US	06237	0	America/New_York	30.07384	-82.69568	20	Columbia,Columbia City		FL	023		
4151686	Concord	concord	US	01742	0	America/New_York	30.6577	-84.36491	71			FL	039		
4151687	Concord	concord	US	01742	0	America/New_York	30.56381	-84.04545	61			FL	073		
4151721	Conner	conner	US	59827	0	America/New_York	29.24025	-81.9612	20			FL	083		
4151726	Connersville	connersville	US	47331	0	America/New_York	27.90919	-81.78619	36			FL	105		
4151727	Connersville	connersville	US	47331	0	America/New_York	29.27553	-81.4759	11			FL	127		
4151732	Conrad	conrad	US	50621	0	America/New_York	29.15915	-81.38284	4			FL	127		
4151745	Conway	conway	US	01341	13467	America/New_York	28.50278	-81.33062	33	Konvej,Конвей		FL	095		
4151758	Cook	cook	US	55723	0	America/Chicago	30.12409	-85.5177	2			FL	005		
4151842	Copeland	copeland	US	34137	0	America/New_York	25.95422	-81.35749	1			FL	021		
4152395	Cross City	cross-city	US	32628	1707	America/New_York	29.63465	-83.12694	12	CTY,Kros Siti,Kross-Siti,kras syty  flwryda,krasa siti,krws syty,kua cheng,Крос Сити,Кросс-Сити,كروس سيتي,کراس سیتی، فلوریدا,क्रस सिटी,跨城	029	FL	029		
4151871	Coral Gables	coral-gables	US	33114	51117	America/New_York	25.72149	-80.26838	3	Koral Gejbls,Koral-Gejblz,ke lei er gai bu er si,koleolgeibeuljeu,korala gyabalsa,kwral ghyblz,kwral gyblz  flwryda,Корал Гејблс,Корал-Ґейблз,كورال غيبلز,کورال گیبلز، فلوریدا,कोरल ग्याबल्स,科勒尔盖布尔斯,코럴게이블즈		FL	086		
4151909	Coral Springs	coral-springs	US	33075	129485	America/New_York	26.27119	-80.2706	3	Coral Springs,Koral Springs,Koral Springsas,Koral-Springs,ke lei er si pu lin si,koleolseupeulingseu,korala springas,korarusupuringusu,kwral aspryngz  flwryda,kwral sbrnghz,Корал Спрингс,Корал-Спрингс,Корал-Спрінгс,كورال سبرنغز,کورال اسپرینگز، فلوریدا,کورل اسپرنگز، فلوریڈا,कोरल स्प्रिङ्गस्,コーラルスプリングス,科勒爾斯普林斯,코럴스프링스		FL	011		
4152003	Cortez	cortez	US	34215	4241	America/New_York	27.46921	-82.68621	1			FL	081		
4152040	Cotton Plant	cotton-plant	US	72036	0	America/New_York	29.18025	-82.31843	19			FL	083		
4152043	Cottondale	cottondale	US	32431	900	America/Chicago	30.79714	-85.3766	40			FL	063		
4152048	Couch	couch	US	65690	0	America/Chicago	30.38353	-85.43548	23			FL	005		
4152050	Council	council	US	28434	0	America/New_York	26.37592	-81.8037	4			FL	071		
4152086	Courtenay	courtenay	US	58426	0	America/New_York	28.45695	-80.7095	1			FL	009		
4152118	Covington	covington	US	16917	0	America/New_York	30.26854	-83.83071	13			FL	123		
4152123	Cove	cove	US	71937	0	America/Chicago	30.14576	-85.64909	10			FL	005		
4152229	Crandall	crandall	US	30711	0	America/New_York	30.72107	-81.62204	3			FL	089		
4152258	Crawford	crawford	US	26343	0	America/New_York	30.50885	-81.88094	26			FL	089		
4152267	Crawfordville	crawfordville	US	30631	3702	America/New_York	30.17604	-84.37518	9		129	FL	129		
4152285	Creighton	creighton	US	15030	0	America/New_York	28.88749	-80.922	9			FL	127		
4152291	Crescent City	crescent-city	US	32112	1540	America/New_York	29.43025	-81.51063	16	Kresent Siti,kres'senta siti,krsnt syty  flwryda,krysnt syty,xin yue cheng,Кресент Сити,كريسنت سيتي,کرسنت سیتی، فلوریدا,کریسنٹ سٹی، فلوریڈا,क्रेस्सेन्ट सिटी,新月城		FL	107		
4152311	Crestview	crestview	US	32536	23270	America/Chicago	30.76213	-86.57051	72	CEW,Krestvju,ke lei si te wei,krestabhyu,krystfyw,Крествју,كريستفيو,کرست‌ویو، فلوریدا,क्रेस्टभ्यू,克雷斯特韦	091	FL	091		
4152416	Crossroads	crossroads	US	88114	0	America/New_York	30.49216	-83.13403	33			FL	047		
4152442	Crown Point	crown-point	US	12928	0	America/New_York	28.58833	-81.56702	33			FL	095		
4152452	Crystal Beach	crystal-beach	US	34681	0	America/New_York	28.0914	-82.77982	4	Crystal Beach,Seaside		FL	103		
4152460	Crystal Lake	crystal-lake	US	50432	0	America/New_York	26.28564	-80.14004	4			FL	011		
4152472	Crystal Lake	crystal-lake	US	50432	5514	America/New_York	28.03558	-81.90841	45			FL	105		
4152477	Crystal Lake	crystal-lake	US	50432	0	America/Chicago	30.44408	-85.68854	30			FL	133		
4152487	Crystal River	crystal-river	US	34423	3089	America/New_York	28.90248	-82.5926	2	Kristal River,kristala ribhara,krystal ryfr,krystal rywr  flwryda,shui jing he,Кристал Ривер,كريستال ريفر,کریستال ریور، فلوریدا,क्रिस्टल रिभर,水晶河		FL	017		
4152498	Crystal Springs	crystal-springs	US	33524	1327	America/New_York	28.1814	-82.15758	23			FL	101		
4152521	Cummings	cummings	US	58223	0	America/New_York	27.79753	-80.462	6			FL	061		
4152532	Curlew	curlew	US	50527	0	America/New_York	28.05307	-82.74288	20	Curlew,Curview		FL	103		
4152547	Curtis	curtis	US	49820	0	America/New_York	29.73746	-82.89846	18			FL	041		
4152564	Cutler	cutler	US	04626	18117	America/New_York	25.6151	-80.31061	3			FL	086		
4152595	Cypress	cypress	US	32432	0	America/Chicago	30.71325	-85.07381	42			FL	063		
4152695	Dade City	dade-city	US	33523	6955	America/New_York	28.36472	-82.19592	36	Dejd Siti,dade siti,dai de shi,dyd syty,dyd syty  flwryda,Дејд Сити,ديد سيتي,دید سیتی، فلوریدا,डाडे सिटी,戴德市	101	FL	101		
4152723	Dallas	dallas	US	18612	0	America/New_York	28.97109	-82.04092	30			FL	083		
4152751	Dana	dana	US	28724	0	America/New_York	29.94885	-82.38706	37			FL	125		
4152752	Dana Point	dana-point	US	92629	0	America/Chicago	30.48714	-86.46606	1			FL	091		
4152782	Danville	danville	US	03819	0	America/New_York	30.00135	-82.37122	41			FL	125		
4152784	Darby	darby	US	19023	0	America/New_York	28.36111	-82.35815	35			FL	101		
4152805	Davenport	davenport	US	13750	3534	America/New_York	28.1614	-81.60174	42	Dehvenport,Дэвенпорт		FL	105		
4152865	Day	day	US	32013	116	America/New_York	30.19411	-83.29125	26			FL	067		
4152872	Daytona Beach	daytona-beach	US	32114	64736	America/New_York	29.21081	-81.02283	4	DAB,Daytona,Daytona Beach,Dejtona Bich,Dejtona Bijch,Dejtona-Bich,dai tong na hai tan,daytwna bytsh,deitonabichi,detana bica,dytwna bych  flwryda,teytona katarkarai,Дейтона Бийч,Дейтона-Бич,Дейтона-Біч,Дејтона Бич,دايتونا بيتش,دیتونا بیچ، فلوریدا,डेटना बीच,டெய்டோனா கடற்கரை,デイトナビーチ,戴通納海灘,데이토나비치		FL	127		
4152888	DeFuniak Springs	defuniak-springs	US	32433	5795	America/Chicago	30.72102	-86.11522	79	De Fjunijak Springs,De Funiak Springs,De Funick Springs,de fen a ke quan,de phyuniyaka springas,dwfwnyak aspryngz  flwryda,dyfwnyak sbrnghz,Де Фјунијак Спрингс,دوفونیاک اسپرینگز، فلوریدا,ديفونياك سبرنغز,डे फ्युनियाक स्प्रिङ्गस्,德芬阿克泉	131	FL	131		
4152890	DeLand	deland	US	32720	30195	America/New_York	29.02832	-81.30312	12	De Land,DeLand,Deland,de lan,de lyanda,delandi,dwlnd  flwryda,dyland,Деланд,دولند، فلوریدا,ديلاند,डे ल्यांड,დელანდი,德兰	127	FL	127		
4152898	De Leon Springs	de-leon-springs	US	32130	2614	America/New_York	29.11989	-81.35286	15	De Leon Springs,DeLeon,DeLeon Springs,Deleon Springs		FL	127		
4152926	DeBary	debary	US	32713	19998	America/New_York	28.88305	-81.30868	22	De Bary,Deberi,de bai rui,de byari,dwbary  flwryda,dybary,Дебери,دوباری، فلوریدا,ديباري,डे ब्यारी,徳拜瑞		FL	127		
4152978	Deanville	deanville	US	77852	0	America/New_York	29.34303	-81.35257	4			FL	035		
4153058	Deer Park	deer-park	US	11729	0	America/New_York	28.16223	-82.46065	23			FL	057		
4153059	Deer Park	deer-park	US	11729	0	America/New_York	28.09141	-80.89784	13			FL	097		
4153071	Deerfield Beach	deerfield-beach	US	33441	79768	America/New_York	26.31841	-80.09977	4	Deerfield,Deerfield Beach,Dirfild Bich,Dirfild-Bich,di er fei er de hai tan,dyaraphilda bica,dyrfyld bych  flwryda,dyrfyld bytsh,Дирфилд Бич,Дирфилд-Бич,Дірфілд-Біч,ديرفيلد بيتش,دیرفیلد بیچ، فلوریدا,ड्यरफिल्ड बीच,迪尔菲尔德海滩		FL	011		
4153105	Del Rio	del-rio	US	37727	0	America/New_York	28.00919	-82.39982	12			FL	057		
4153125	Dell	dell	US	59724	0	America/New_York	30.13661	-83.23986	15			FL	121		
4153127	Dellwood	dellwood	US	53927	0	America/Chicago	30.8238	-85.04965	32			FL	063		
4153128	Dellwood	dellwood	US	53927	0	America/New_York	27.9828	-82.70899	7			FL	103		
4153132	Delray Beach	delray-beach	US	33444	66255	America/New_York	26.46146	-80.07282	5	Delray Beach,Delrej Bich,Delrej-Bich,de la hai tan,delre bica,derureibichi,dlray bytsh,dlry bych  flwryda,dlryy byz,Делрей-Бич,Делрей-Біч,Делреј Бич,דלריי ביץ,دلراي بيتش,دلری بیچ، فلوریدا,डेल्रे बीच,デルレイビーチ,德拉海灘		FL	099		
4153143	Delta	delta	US	17314	0	America/New_York	26.85839	-80.22532	6			FL	099		
4153146	Deltona	deltona	US	32725	88474	America/New_York	28.90054	-81.26367	9	Deltona,de er tuo na,deltana,dltwna,dltwna  flwryda,Делтона,دلتونا,دلتونا، فلوریدا,डेल्टना,დელტონა,德尔托纳		FL	127		
4153171	Denver	denver	US	12421	0	America/New_York	29.40442	-81.52674	21			FL	107		
4153188	Destin	destin	US	32540	13523	America/Chicago	30.39353	-86.49578	7	DSI,Dester,Destin,VPS,de si tan,destina,dstyn  flwryda,dystn,Дестин,دستین، فلوریدا,ديستن,डेस्टिन,德斯坦		FL	091		
4153330	Dixie	dixie	US	25059	0	America/New_York	28.435	-82.30259	69			FL	053		
4153350	Dixon	dixon	US	42409	0	America/Chicago	30.73963	-86.13244	79			FL	131		
4153383	Doctors Inlet	doctors-inlet	US	32030	0	America/New_York	30.10024	-81.77621	3			FL	019		
4153464	Donner	donner	US	70352	0	America/New_York	30.33691	-81.41147	3			FL	031		
4153534	Douglas City	douglas-city	US	96024	0	America/New_York	30.59408	-84.64158	81			FL	039		
4153553	Dover	dover	US	02030	3702	America/New_York	27.99419	-82.21953	31	Dover,Довер		FL	057		
4153623	Drexel	drexel	US	28619	0	America/New_York	28.24279	-82.45982	23			FL	101		
4153624	Drifton	drifton	US	18221	0	America/New_York	30.49548	-83.87933	37			FL	065		
4153687	Dublin	dublin	US	03444	0	America/New_York	28.78944	-81.62674	24			FL	069		
4153757	Dundee	dundee	US	14837	4090	America/New_York	28.02252	-81.61924	49	Dandi,Dendi,dandi,dandy,dandy  flwryda,dui ti,Данди,Денди,داندي,داندی، فلوریدا,डन्डी,敦提		FL	105		
4153759	Dunedin	dunedin	US	34697	36164	America/New_York	28.0199	-82.77323	9	Danedin,Danidin,Dunedin,Jonesboro,da ni ding,dandyn  flwryda,dywndn  flwryda,Данедин,Данидин,داندین، فلوریدا,ديوندن، فلوريدا,达尼丁		FL	103		
4153790	Dunnellon	dunnellon	US	34430	1777	America/New_York	29.04914	-82.46093	15			FL	083		
4153811	Dupont	dupont	US	45837	0	America/New_York	29.42692	-81.22256	7			FL	035		
4153820	Durant	durant	US	33530	0	America/New_York	27.90864	-82.1862	13			FL	057		
4153822	Durbin	durbin	US	26264	0	America/New_York	30.08747	-81.46119	18			FL	109		
4153884	Eagle Lake	eagle-lake	US	04739	2474	America/New_York	27.97836	-81.75647	51	Igl Lejk,aygl lyk  flwryda,ayjl lyk,igala leka,ying hu,Игл Лејк,إيجل ليك,ایگل لیک، فلوریدا,इगल लेक,鹰湖		FL	105		
4153910	Earleton	earleton	US	32631	0	America/New_York	29.74386	-82.10343	55			FL	001		
4153912	Early	early	US	50535	0	America/Chicago	30.02854	-85.31186	5			FL	045		
4154037	East Palatka	east-palatka	US	32131	1654	America/New_York	29.6583	-81.59841	5			FL	107		
4154106	Eastpoint	eastpoint	US	32328	2337	America/New_York	29.7366	-84.87852	2			FL	037		
4154108	Eastport	eastport	US	04631	0	America/New_York	30.42329	-81.59898	4			FL	031		
4154119	Eastwood	eastwood	US	40018	0	America/New_York	28.02419	-81.67036	41			FL	105		
4154124	Eaton Park	eaton-park	US	33840	0	America/New_York	28.00863	-81.90758	43			FL	105		
4154127	Eatonville	eatonville	US	98328	2271	America/New_York	28.61472	-81.38062	29	Itonvil,Itonvill,aytwnfyl,itanabhila,yi dun wei er,Итонвил,Итонвилл,إيتونفيل,ایتون‌ویل، فلوریدا,इटनभिल,伊顿维尔		FL	095		
4154157	Ebro	ebro	US	32437	270	America/Chicago	30.44797	-85.8741	23			FL	133		
4154181	Eddy	eddy	US	76524	0	America/New_York	30.54356	-82.33873	39			FL	003		
4154184	Eden	eden	US	05652	0	America/New_York	27.27671	-80.24283	5			FL	111		
4154198	Edgar	edgar	US	54426	0	America/New_York	29.59497	-81.95065	25			FL	107		
4154205	Edgewater	edgewater	US	07020	21566	America/New_York	28.98888	-80.90228	1			FL	127		
4154215	Edgewood	edgewood	US	21040	0	America/New_York	30.34274	-81.73538	7			FL	031		
4154216	Edgewood	edgewood	US	21040	2795	America/New_York	28.48612	-81.37229	29	Edzvud,ai qi wu de,ajwwd  flwryda,aydjwwd,ejvuda,Еџвуд,إيدجوود,اجوود، فلوریدا,ایجووڈ، فلوریڈا,एज्वूड,埃奇伍德		FL	095		
4154228	Edison	edison	US	08817	0	America/New_York	27.8653	-82.06648	36	Edison,Edison Station,Keysville		FL	057		
4154298	El Jobean	el-jobean	US	33927	0	America/New_York	26.9645	-82.21065	2			FL	015		
4154299	El Portal	el-portal	US	95318	2491	America/New_York	25.85537	-80.1931	2	El Portal,ai er bo te,al bwrtal,al pwrtal  flwryda,ela portala,Ел Портал,إل بورتال,ال پورتال، فلوریدا,एल पोर्टल,艾尔波特		FL	086		
4154319	Eldora	eldora	US	50627	0	America/New_York	28.90915	-80.81977	0			FL	127		
4154320	Eldorado	eldorado	US	45321	0	America/New_York	28.7961	-81.8248	21			FL	069		
4154322	Eldred	eldred	US	12732	0	America/New_York	27.33365	-80.27144	6			FL	111		
4154323	Eldridge	eldridge	US	35554	0	America/New_York	29.21137	-81.45729	15	Eldridge,Elridge		FL	127		
4154325	Eleanor	eleanor	US	25070	0	America/Chicago	30.96491	-85.55327	72			FL	059		
4154329	Electra	electra	US	76360	0	America/New_York	29.1272	-81.88758	33			FL	083		
4154336	Elfers	elfers	US	34680	13986	America/New_York	28.21668	-82.72232	12			FL	101		
4154356	Elkton	elkton	US	21921	0	America/New_York	29.78302	-81.42591	10			FL	109		
4154361	Ellaville	ellaville	US	31806	0	America/Chicago	30.97491	-85.3766	44			FL	063		
4154362	Ellaville	ellaville	US	31806	0	America/New_York	30.38133	-83.17264	21			FL	121		
4154367	Ellenton	ellenton	US	31747	4275	America/New_York	27.52171	-82.5276	3			FL	081		
4154370	Ellerslie	ellerslie	US	21529	0	America/New_York	28.31056	-82.14897	38			FL	101		
4154379	Ellis	ellis	US	67637	0	America/Chicago	30.93269	-85.23604	36			FL	063		
4154390	Ellisville	ellisville	US	39437	0	America/New_York	30.00385	-82.59734	23			FL	023		
4154404	Elwood	elwood	US	08217	0	America/New_York	29.99885	-81.54314	8			FL	109		
4154454	Emporia	emporia	US	23847	0	America/New_York	29.19915	-81.46813	14			FL	127		
4154464	Englewood	englewood	US	07631	0	America/New_York	30.28746	-81.6262	6			FL	031		
4154465	Englewood	englewood	US	07631	14863	America/New_York	26.96201	-82.3526	3	Ehnglvud,Inglvud,eng-geul-udeu,enjelavuda,Инглвуд,Энглвуд,एंजेलवूड,엥글우드		FL	115		
4154486	Enon	enon	US	45323	0	America/Chicago	30.79297	-87.52443	69			FL	033		
4154496	Enterprise	enterprise	US	26568	0	America/New_York	28.86916	-81.26673	6			FL	127		
4154541	Erie	erie	US	16501	0	America/New_York	27.57115	-82.47815	10			FL	081		
4154561	Espanola	espanola	US	87532	0	America/New_York	29.5072	-81.30951	9			FL	035		
4154568	Estero	estero	US	33928	30799	America/New_York	26.43814	-81.80675	4	Estero,Istero,estero,Естеро,Истеро,एस्तेरो		FL	071		
4154582	Ethel	ethel	US	25076	0	America/New_York	28.80222	-81.4434	19			FL	069		
4154597	Eureka	eureka	US	48833	0	America/New_York	29.3722	-81.90453	16			FL	083		
4154606	Eustis	eustis	US	04936	19986	America/New_York	28.85277	-81.68535	21	Justis,awstys  flwryda,you si di si,yustisa,ywstys,Јустис,اوستیس، فلوریدا,يوستيس,युस्तिस,尤斯蒂斯		FL	069		
4154645	Evansdale	evansdale	US	50707	0	America/New_York	28.74833	-81.31923	16			FL	117		
4154657	Everglades City	everglades-city	US	34139	379	America/New_York	25.8601	-81.38036	0	Everglades,Everglades City		FL	021		
4154700	Evinston	evinston	US	32633	0	America/New_York	29.48691	-82.23121	27	Evanston,Evinston		FL	001		
4154703	Ewell	ewell	US	21824	0	America/New_York	27.89336	-81.92481	57			FL	105		
4154742	Fairbanks	fairbanks	US	47849	0	America/New_York	29.72469	-82.26399	51			FL	001		
4154747	Fairfield	fairfield	US	04937	0	America/New_York	29.36692	-82.25121	34			FL	083		
4154757	Fairlawn	fairlawn	US	44334	0	America/New_York	26.29952	-80.10032	3			FL	011		
4154762	Fairview	fairview	US	07022	0	America/New_York	30.45133	-82.51874	42			FL	023		
4154763	Fairview	fairview	US	07022	0	America/New_York	29.72136	-81.5798	2			FL	107		
4154857	Evergreen	evergreen	US	23939	0	America/New_York	30.70023	-81.75205	3			FL	089		
4154877	Falmouth	falmouth	US	02540	0	America/New_York	30.363	-83.13125	26			FL	121		
4154910	Farmdale	farmdale	US	44417	0	America/Chicago	30.01798	-85.46964	3			FL	005		
4154945	Lakeshore	lakeshore	US	33854	0	America/New_York	27.85725	-81.41257	20	Fedhaven		FL	105		
4154949	Felda	felda	US	33930	0	America/New_York	26.5398	-81.43563	11			FL	051		
4154972	Fellsmere	fellsmere	US	32948	5514	America/New_York	27.76781	-80.60144	7	Felsmir,fei er si mi er,fylzmyr,phellsmera,Фелсмир,فلس‌مر، فلوریدا,فيلزمير,फेल्ल्स्मेर,费尔斯米尔		FL	061		
4155006	Fernandina Beach	fernandina-beach	US	32034	12339	America/New_York	30.66968	-81.46259	3	Amelia Beach,Egmont Town,Fernandina,Fernandina Beach,Fernandina Bich,fei nan di na bi qi,frnandyna bych  flwryda,frnandyna bytsh,pharn'yandina bica,Фернандина Бич,فرناندينا بيتش,فرناندینا بیچ، فلوریدا,फर्न्यांडिना बीच,费南迪纳比奇	089	FL	089		
4155011	Ferndale	ferndale	US	12734	472	America/New_York	28.62194	-81.70341	32			FL	069		
4155027	Festus	festus	US	63028	0	America/New_York	30.60159	-83.96878	30			FL	065		
4155428	Fish Creek	fish-creek	US	54212	0	America/New_York	29.78633	-83.57209	1			FL	123		
4155502	Five Points	five-points	US	36855	1265	America/New_York	30.20912	-82.63735	50			FL	023		
4155503	Five Points	five-points	US	36855	0	America/Chicago	30.71297	-85.75132	23	Cowford,Five Points		FL	133		
4156492	Garden City	garden-city	US	11530	0	America/Chicago	30.83241	-86.53329	78			FL	091		
4155533	Flagler Beach	flagler-beach	US	32136	4869	America/New_York	29.47498	-81.127	3	Flagler Bich,flaghlr bytsh,flglr bych  flwryda,fu la ge lei hai tan,phlyagalara bica,Флаглер Бич,فلاغلر بيتش,فلگلر بیچ، فلوریدا,फ्ल्यागलर बीच,弗拉格勒海滩		FL	035		
4155594	Fleming Island	fleming-island	US	32003	27126	America/New_York	30.0933	-81.71898	6			FL	019		
4155598	Flemington	flemington	US	08822	0	America/New_York	29.40775	-82.2976	29			FL	083		
4155600	Fletcher	fletcher	US	28732	0	America/New_York	29.74107	-82.98485	14			FL	029		
4155620	Florahome	florahome	US	32140	0	America/New_York	29.73274	-81.88343	39			FL	107		
4155623	Floral City	floral-city	US	34436	5217	America/New_York	28.74999	-82.29676	19			FL	017		
4155629	Florence	florence	US	01062	0	America/New_York	30.59381	-84.48269	59			FL	039		
4155630	Florence	florence	US	01062	0	America/New_York	29.99024	-81.57731	1			FL	109		
4155798	Foley	foley	US	36535	0	America/New_York	30.06938	-83.5307	16			FL	123		
4155816	Fordville	fordville	US	58231	0	America/New_York	27.3381	-82.41593	12			FL	115		
4155824	Forest City	forest-city	US	18421	13854	America/New_York	28.66678	-81.44334	33			FL	117		
4155828	Forest Grove	forest-grove	US	18922	0	America/New_York	29.74191	-82.58206	29			FL	001		
4155843	Forest Hills	forest-hills	US	11375	0	America/New_York	29.00304	-81.4259	20			FL	069		
4155844	Forest Hills	forest-hills	US	11375	0	America/New_York	28.17807	-82.73177	7			FL	101		
4155926	Fort Drum	fort-drum	US	13602	0	America/New_York	27.5267	-80.80673	17			FL	093		
4155966	Fort Lauderdale	fort-lauderdale	US	33301	178590	America/New_York	26.12231	-80.14338	1	FLL,Fort Lauderdale,Fort Loderdeil,Fort Loderdeilas,Fort Loderdejl,Fort Lodurdejl,Fort-Loderdejl,Fortloderdeila,Ft. Lauderdale,f xr tlxde xrdel,fotorodaderu,fwrt ladrdyl  flwryda,fwrt lawdrdal,lao de dai er bao,pharta la'udaradela,phorta lodaradela,poteulodeodeil,pwrt lwdrdyyl,Форт Лодердејл,Форт Лодърдейл,Форт-Лодердейл,פורט לודרדייל,فورت لادردیل، فلوریدا,فورت لاودردال,فورٹ لاؤڈرڈیل,فورٹ لاوڈرڈیل، فلوریڈا,फर्ट लाउदरदेल,फोर्ट लॉडरडेल,ฟอร์ตลอเดอร์เดล,フォートローダーデール,劳德代尔堡,포트로더데일	011	FL	011		
4155988	Fort Meade	fort-meade	US	33841	5975	America/New_York	27.75225	-81.80175	42	Fort Mid,fwrt myd,fwrt myd  flwryda,mi de bao,pharta mida,Форт Мид,فورت ميد,فورت مید، فلوریدا,फर्ट मीड,米德堡		FL	105		
4155995	Fort Myers	fort-myers	US	33901	74013	America/New_York	26.62168	-81.84059	3	FMY,Fort Majers,Fort Myers,Fort-Maers,Ft. Myers,Myers,fotomaiyazu,fwrt mayrz,fwrt mayrz  flwryda,mai er zi bao,pharta mayarsa,poteumaieoseu,Форт Майерс,Форт Мајерс,Форт-Маєрс,فورت مايرز,فورت مایرز، فلوریدا,फर्ट मायर्स,フォートマイヤーズ,麥爾茲堡,포트마이어스	071	FL	071		
4155996	Fort Myers Beach	fort-myers-beach	US	33931	6983	America/New_York	26.45271	-81.95011	1	Crescent Beach,Fort Majers Bich,Fort Myers Beach,Fort-Majers-Bich,fwrt mayrz bych  flwryda,fwrt mayrz bytsh,mai er si bao hai tan,pharta mayarsa bica,Форт Мајерс Бич,Форт-Майерс-Бич,فورت مايرز بيتش,فورت مایرز بیچ، فلوریدا,फर्ट मायर्स बीच,迈尔斯堡海滩		FL	071		
4156009	Fort Ogden	fort-ogden	US	34267	0	America/New_York	27.08728	-81.95231	12			FL	027		
4156018	Fort Pierce	fort-pierce	US	34945	44484	America/New_York	27.44671	-80.32561	5	FPR,Fort Pirs,Fort-Pirs,Ft. Pierce,fwrt byrs,fwrt pyrs  flwryda,pharta piyarsa,pi er si bao,Форт Пирс,Форт-Пірс,فورت بيرس,فورت پیرس، فلوریدا,फर्ट पियर्स,匹尔斯堡	111	FL	111		
4156042	Fort Walton Beach	fort-walton-beach	US	32547	21817	America/Chicago	30.42059	-86.61707	2	Camp Walton,Fort Volton Bich,Fort Walton Beach,Fort-Volton-Bich,VPS,fwrt waltwn bych  flwryda,fwrt waltwn bytsh,hua er dun bao tan,pharta valatana bica,Форт Волтон Бич,Форт-Волтон-Біч,فورت والتون بيتش,فورت والتون بیچ، فلوریدا,फर्ट वालटन बीच,华尔顿堡滩		FL	091	7169470	
4156050	Fort White	fort-white	US	32038	566	America/New_York	29.92329	-82.71373	21	Fort Vajt,Fort-Uajt,fwrt wayt,fwrt wayt  flwryda,lao de bai,pharta vha'ita,Форт Вајт,Форт-Уайт,فورت وايت,فورت وایت، فلوریدا,फर्ट व्हाइट,劳德白		FL	023		
4156083	Fountain	fountain	US	27829	0	America/Chicago	30.47881	-85.41965	54			FL	005		
4156096	Four Corners	four-corners	US	82715	0	America/New_York	27.91613	-82.72955	5			FL	103		
4156174	Francis	francis	US	74844	0	America/New_York	29.63441	-81.70786	21			FL	107		
4156209	Franklin	franklin	US	02038	0	America/New_York	29.74827	-85.02797	2			FL	037		
4156219	Franklintown	franklintown	US	17323	0	America/New_York	30.55635	-81.44953	3			FL	089		
4156268	Freeport	freeport	US	04032	2052	America/Chicago	30.49825	-86.13605	10	Friport,frybwrt,frypwrt  flwryda,phriporta,zi you gang,Фрипорт,فريبورت,فری پورٹ، فلوریڈا,فریپورت، فلوریدا,फ्रीपोर्ट,自由港		FL	131		
4156323	Frontenac	frontenac	US	55026	0	America/New_York	28.46167	-80.76339	4			FL	009		
4156326	Frostproof	frostproof	US	33843	3134	America/New_York	27.74586	-81.53063	34	Frostproof,Frostpruf,Keystone City,frwstbrwf,fu luo si te pu lu fu,phrastaprupha,Фростпруф,فراست‌پروف، فلوریدا,فروستبروف,फ्रस्टप्रूफ,弗罗斯特普鲁夫		FL	105		
4156334	Fruita	fruita	US	81521	0	America/New_York	27.12894	-80.16921	7			FL	085		
4156335	Fruitland	fruitland	US	21826	0	America/New_York	29.42719	-81.64369	7			FL	107		
4156337	Fruitland Park	fruitland-park	US	34731	4483	America/New_York	28.86138	-81.90647	33			FL	069		
4156363	Fulton	fulton	US	13069	0	America/New_York	30.38413	-81.49287	5			FL	031		
4156404	Gainesville	gainesville	US	14066	130128	America/New_York	29.65163	-82.32483	54	GNV,Gainesopolis,Gainesville,Geinsvilis,Gejnsvil,Gejnsvill,Hog Town,ga'insabhila,gai en si wei er,geinjeubil,geinzubiru,ghynzfyl,gynzwyl  flwryda,gyynswwyl,Гейнсвил,Гейнсвилл,Гейнсвілл,Гејнсвил,גיינסוויל,غينزفيل,گینزویل، فلوریدا,गाइन्सभिल,ゲインズビル,蓋恩斯維爾,게인즈빌	001	FL	001		
4156448	Galloway	galloway	US	26349	0	America/New_York	28.09641	-82.00647	42			FL	105		
4156491	Garden City	garden-city	US	11530	0	America/New_York	30.44079	-81.69899	6	Garden City,Lemturner		FL	031		
4156501	Garden Grove	garden-grove	US	50103	674	America/New_York	28.48027	-82.43509	29			FL	053		
4156527	Gardner	gardner	US	01440	463	America/New_York	27.35171	-81.7998	22			FL	049		
4156528	Gardner	gardner	US	01440	0	America/New_York	30.49159	-84.12545	54			FL	073		
4156556	Gary	gary	US	24836	0	America/New_York	27.95585	-82.42815	1			FL	057		
4156601	Gateway	gateway	US	72733	8401	America/New_York	26.57757	-81.75036	7			FL	071		
4156657	Geneva	geneva	US	14456	2940	America/New_York	28.73972	-81.11506	19	Zheneva,Женева		FL	117		
4156669	Genoa	genoa	US	13071	0	America/New_York	30.4005	-82.83485	42			FL	047		
4156710	Georgetown	georgetown	US	01833	0	America/New_York	29.39136	-81.63869	7			FL	107		
4156714	Georgiana	georgiana	US	36033	0	America/New_York	28.28834	-80.67505	3			FL	009		
4156739	Gibson	gibson	US	18820	0	America/New_York	30.56631	-84.39935	40			FL	039		
4156746	Gibsonia	gibsonia	US	15044	4571	America/New_York	28.11474	-81.97369	52			FL	105		
4156748	Gibsonton	gibsonton	US	33534	14234	America/New_York	27.85364	-82.38259	2	Gibsonton,Gibtown		FL	057		
4156752	Gifford	gifford	US	16732	9590	America/New_York	27.67531	-80.40922	4			FL	061		
4156781	Gillette	gillette	US	07933	0	America/New_York	27.60115	-82.52704	11			FL	081		
4156789	Gilmore	gilmore	US	72339	0	America/New_York	30.36524	-81.55676	8			FL	031		
4156793	Gilchrist	gilchrist	US	77617	0	America/New_York	26.77534	-81.89231	7			FL	015		
4156840	Glen Ridge	glen-ridge	US	07028	234	America/New_York	26.66951	-80.07421	4	Glen Ridz,Glen-Ridzh,ge lun ling,ghlynrydj,glena rija,gln ryj  flwryda,Глен Риџ,Глен-Ридж,غلينريدج,گلن ریج، فلوریدا,ग्लेन रीज,格伦岭		FL	099		
4156841	Glen Saint Mary	glen-saint-mary	US	32040	437	America/New_York	30.27579	-82.16067	40			FL	003		
4156844	Glencoe	glencoe	US	41046	2582	America/New_York	29.02582	-80.972	6			FL	127		
4156845	Glendale	glendale	US	01229	0	America/Chicago	30.86296	-86.11438	89			FL	131		
4156859	Glenwood	glenwood	US	07418	0	America/Chicago	30.16381	-85.63715	8			FL	005		
4156860	Glenwood	glenwood	US	07418	0	America/New_York	30.66107	-81.52676	5			FL	089		
4156861	Glenwood	glenwood	US	07418	0	America/New_York	29.08609	-81.35423	26			FL	127		
4156920	Golden Gate	golden-gate	US	62843	23961	America/New_York	26.18787	-81.69509	3			FL	021		
4156921	Golden Gate	golden-gate	US	62843	0	America/New_York	27.16255	-80.21616	4			FL	085		
4156959	Goldenrod	goldenrod	US	32733	12039	America/New_York	28.61028	-81.28868	26	Golden Rod Station,Goldenrod		FL	117		
4156961	Golf	golf	US	60029	252	America/New_York	26.49868	-80.10865	4			FL	099		
4156975	Gonzalez	gonzalez	US	32560	13273	America/Chicago	30.58158	-87.29136	46			FL	033		
4156979	Good Hope	good-hope	US	30641	0	America/Chicago	30.96907	-86.63134	60			FL	091		
4157015	Goodland	goodland	US	34140	267	America/New_York	25.92482	-81.64564	2			FL	021		
4157065	Gordon	gordon	US	17936	0	America/Chicago	30.88963	-86.27995	86			FL	131		
4157074	Gordonville	gordonville	US	17529	0	America/New_York	27.94586	-81.80036	37			FL	105		
4157092	Gotha	gotha	US	34734	1915	America/New_York	28.52778	-81.52313	37			FL	095		
4157193	Graceville	graceville	US	32440	2222	America/Chicago	30.95685	-85.5166	46	Grejsvil,ge lei si wei er,ghrysfyl,gresabhila,Грејсвил,غريسفيل,گریس‌ویل، فلوریدا,ग्रेसभिल,格雷斯维尔		FL	063		
4157197	Grady	grady	US	36036	0	America/New_York	29.95412	-82.93207	8			FL	067		
4157200	Graham	graham	US	27253	0	America/New_York	29.86024	-82.21844	43			FL	007		
4157212	Grahamsville	grahamsville	US	12740	0	America/New_York	29.23192	-81.9662	16			FL	083		
4157230	Grand Island	grand-island	US	14072	0	America/New_York	28.88249	-81.72897	33			FL	069		
4157237	Grand Ridge	grand-ridge	US	32442	872	America/Chicago	30.71291	-85.02328	39			FL	063		
4157243	Grandin	grandin	US	32138	0	America/New_York	29.72774	-81.91843	32			FL	107		
4157245	Grandview	grandview	US	37337	0	America/New_York	29.69969	-81.59953	1			FL	107		
4157250	Grant	grant	US	32949	0	America/New_York	27.92891	-80.52644	1			FL	009		
4157261	Grantham	grantham	US	03753	0	America/Chicago	30.50686	-85.59298	21			FL	133		
4157413	Green Bay	green-bay	US	23942	0	America/New_York	27.83614	-81.92286	50			FL	105		
4157427	Green Cove Springs	green-cove-springs	US	32043	7277	America/New_York	29.99191	-81.67815	5	Grin Kouv Springs,ghryn kwf sbrnghz,grina kobha springas,gryn kww aspryngz  flwryda,lu wan wen quan,Грин Коув Спрингс,غرين كوف سبرنغز,گرین کوو اسپرینگز، فلوریدا,گرین کوو سپرنگز، فلوریڈا,ग्रीन कोभ स्प्रिङ्गस्,绿湾温泉	019	FL	019		
4157452	Green Pond	green-pond	US	29446	0	America/New_York	28.30779	-81.89925	34			FL	105		
4157477	Greenfield	greenfield	US	01301	0	America/New_York	30.31384	-82.56262	41			FL	023		
4157478	Greenfield	greenfield	US	01301	0	America/New_York	30.35218	-81.44675	3			FL	031		
4157479	Greenfield	greenfield	US	01301	0	America/New_York	28.35362	-82.50482	23			FL	101		
4157489	Greenland	greenland	US	03840	0	America/New_York	30.17191	-81.54481	8			FL	031		
4157500	Greensboro	greensboro	US	05841	605	America/New_York	30.56961	-84.74527	82	Grinsboro,Гринсборо		FL	039		
4157505	Greenville	greenville	US	02828	803	America/New_York	30.46937	-83.63015	30	Grinvill,Гринвилл		FL	079		
4157509	Greenwood	greenwood	US	04255	657	America/Chicago	30.87019	-85.16187	35			FL	063		
4157537	Gretna	gretna	US	24557	1386	America/New_York	30.61714	-84.65991	90			FL	039		
4157546	Griffin	griffin	US	30223	0	America/New_York	28.08419	-81.99508	62			FL	105		
4157593	Grove City	grove-city	US	16127	1804	America/New_York	26.91423	-82.32704	3			FL	015		
4157604	Lake Grove	lake-grove	US	11755	0	America/Chicago	30.11881	-85.17519	6			FL	045		
4157605	Groveland	groveland	US	01834	11528	America/New_York	28.55805	-81.85119	31	Grovland,ge luo fu lan,ghrwfland,grobhalyanda,grwwlnd  flwryda,Гровланд,غروفلاند,گروولند، فلوریدا,ग्रोभल्यान्ड,格罗夫兰		FL	069		
4157627	Guilford	guilford	US	04443	0	America/New_York	30.05468	-82.41234	41			FL	125		
4157634	Gulf Breeze	gulf-breeze	US	32561	6323	America/Chicago	30.35714	-87.16386	5	Gulf Breeze,Pensacola Shores,Town Point		FL	113		
4157661	Gulf Hammock	gulf-hammock	US	32639	0	America/New_York	29.25302	-82.73095	3			FL	075		
4157687	Gulfport	gulfport	US	39501	12322	America/New_York	27.74836	-82.70343	5	Galfport,Galfporta,Gulf Port,Gulfport,galphaporta,ge er fu bo te,ghwlfbwrt,Галфпорт,Галфпорта,غولفبورت,گالف‌پورت، فلوریدا,گلف پورٹ، فلوریڈا,गल्फपोर्ट,格尔夫波特		FL	103		
4157822	Hague	hague	US	12836	0	America/New_York	29.77052	-82.42122	48			FL	001		
4157827	Haines City	haines-city	US	33844	22807	America/New_York	28.1145	-81.62009	51	Khejns Siti,hai en si cheng,hynz syty  flwryda,Хејнс Сити,هينز سيتي، فلوريدا,هینز سیتی، فلوریدا,海恩斯城		FL	105		
4157918	Hamburg	hamburg	US	07419	0	America/New_York	30.56576	-83.52682	59			FL	079		
4157961	Hammond	hammond	US	13646	0	America/New_York	29.38192	-81.52174	10			FL	107		
4157969	Hampton	hampton	US	03842	488	America/New_York	29.86441	-82.13094	46	Khehmpton,Хэмптон		FL	007		
4158018	Hanson	hanson	US	02341	0	America/New_York	30.5516	-83.36709	30			FL	079		
4158030	Harbor Beach	harbor-beach	US	48441	0	America/New_York	26.10592	-80.1156	0			FL	011		
4158051	Harbor View	harbor-view	US	43434	0	America/New_York	26.96923	-82.0412	1			FL	015		
4158052	Harbor View	harbor-view	US	43434	0	America/New_York	30.39829	-81.71593	3	Harbor View,Harborview		FL	031		
4158053	Harbor View	harbor-view	US	43434	0	America/New_York	28.04057	-82.78455	1			FL	103		
4158066	Hardaway	hardaway	US	36039	0	America/New_York	30.63047	-84.73547	93	Hardaway,Hardway		FL	039		
4158091	Harlem	harlem	US	30814	2658	America/New_York	26.73757	-80.9509	6			FL	051		
4158111	Harmony	harmony	US	02829	0	America/New_York	28.18946	-81.14507	24			FL	097		
4158112	Harold	harold	US	41635	823	America/Chicago	30.65908	-86.88024	45			FL	113		
4158118	Harper	harper	US	25851	0	America/Chicago	30.44548	-86.87913	3			FL	113		
4158129	Harris	harris	US	12742	0	America/Chicago	30.41409	-86.73634	6			FL	091		
4158149	Harrisburg	harrisburg	US	17101	0	America/New_York	26.92923	-81.31702	10			FL	043		
4158150	Harrison	harrison	US	04040	0	America/New_York	28.97609	-82.40676	18			FL	017		
4158182	Harvard	harvard	US	01451	0	America/New_York	29.77024	-82.83318	20			FL	041		
4158198	Hastings	hastings	US	13076	632	America/New_York	29.71802	-81.50813	2	Khejstings,hastnghz,hei si ting si,hstyngz  flwryda,hyastingsa,Хейстингс,Хејстингс,هاستنغز,هستینگز، فلوریدا,ह्यास्टिंग्स,黑斯廷斯		FL	109		
4158224	Havana	havana	US	32333	1688	America/New_York	30.62381	-84.41463	72	Gavana,Khavana,ha wa na,habhana,hafana,hawana,Гавана,Хавана,هافانا,هاوانا,हभाना,哈瓦那		FL	039		
4158239	Haverhill	haverhill	US	01830	2025	America/New_York	26.69118	-80.12004	5	Khaverkhill,Хаверхилл		FL	099		
4158256	Hawthorne	hawthorne	US	07506	1492	America/New_York	29.59191	-82.08732	45	Hawthorn,Hawthorne,Khotorn,hahtharna,hawthwrn,huo sang,hwthwrn,Хоторн,هاوثورن,هوثورن,हःथर्न,霍桑		FL	001		
4158257	Hawthorne	hawthorne	US	07506	1475	America/New_York	28.76138	-81.87091	24			FL	069		
4158272	Haynes	haynes	US	72341	0	America/Chicago	30.86852	-84.95743	28			FL	063		
4158327	Helen	helen	US	20635	0	America/New_York	30.30742	-84.3999	23	Helen,Simmons		FL	073		
4158401	Henrietta	henrietta	US	14467	0	America/New_York	30.3977	-84.29268	24			FL	073		
4158445	Hernando	hernando	US	34441	9054	America/New_York	28.89998	-82.37454	17			FL	017		
4158476	Hialeah	hialeah	US	33002	237069	America/New_York	25.8576	-80.27811	2	Hajalija,Hialeah,Khajalia,Khajalija,hai e li ya,haiaria,haieollia,hayali'ah,hyalya  flwryda,hyalyh,Хайалиа,Хаялия,Хаяліа,Хајалија,هياليه,هیالیا، فلوریدا,ہیالیاہ، فلوریڈا,ہیالیح,हायालिआः,ハイアリア,海厄利亞,하이얼리아		FL	086		
4158503	Hibernia	hibernia	US	07842	0	America/New_York	30.06524	-81.69759	3			FL	019		
4158592	High Point	high-point	US	27260	0	America/New_York	27.91447	-82.70538	3	Hi-Point,High Point,Highpoint		FL	103		
4158595	High Springs	high-springs	US	32643	5831	America/New_York	29.82691	-82.59678	20	Khaj Springs,gao quan,ha'i springas,hay aspryngz  flwryda,hay sbrnghz,Хај Спрингс,هاي سبرنغز,های اسپرینگز، فلوریدا,हाइ स्प्रिङ्गस्,高泉		FL	001		
4158597	Highland	highland	US	12528	0	America/New_York	30.11246	-82.04566	60			FL	019		
4158604	Highland City	highland-city	US	33846	10834	America/New_York	27.9653	-81.87786	36			FL	105		
4158608	Highland Lakes	highland-lakes	US	07422	0	America/New_York	27.63392	-81.52174	38			FL	055		
4158609	Highland Lakes	highland-lakes	US	07422	0	America/New_York	25.96843	-80.1631	2			FL	086		
4158618	Highland Park	highland-park	US	08904	249	America/New_York	27.86503	-81.56174	41	Khajlend Park,Хайленд Парк		FL	105		
4158619	Highland Park	highland-park	US	08904	0	America/New_York	28.79277	-81.2709	15			FL	117		
4158638	Highlands	highlands	US	07732	0	America/New_York	30.42552	-81.67788	3			FL	031		
4158667	Hildreth	hildreth	US	68947	0	America/New_York	29.95273	-82.8054	15			FL	121		
4158693	Hilliard	hilliard	US	32046	3154	America/New_York	30.69107	-81.91733	18			FL	089		
4158729	Hines	hines	US	56647	0	America/New_York	29.73939	-83.23652	12			FL	029		
4158758	Hobe Sound	hobe-sound	US	33455	11521	America/New_York	27.0595	-80.13643	6	Khob Saund,hoba sa'unda,Хоб Саунд,होब साउन्ड		FL	085		
4158853	Holder	holder	US	34445	0	America/New_York	28.96692	-82.42065	18	Cordeal,Hartshorn,Holder,Ladonia,Ladonia Station		FL	017		
4158865	Holiday	holiday	US	34690	22403	America/New_York	28.18779	-82.73955	5			FL	101		
4158883	Holland	holland	US	01521	0	America/New_York	30.4277	-84.53269	37			FL	073		
4158891	Holley	holley	US	14470	1630	America/Chicago	30.44686	-86.90691	2			FL	113		
4158906	Hollister	hollister	US	27844	0	America/New_York	29.62275	-81.8137	24			FL	107		
4158914	Holly Hill	holly-hill	US	29059	11943	America/New_York	29.24359	-81.03756	3			FL	127		
4161082	La Grange	la-grange	US	28551	0	America/New_York	28.63638	-80.83033	7			FL	009		
4158928	Hollywood	hollywood	US	20636	149728	America/New_York	26.0112	-80.14949	3	Gollivud,HWO,Hollywood,Hollywood by the Sea,Kholivud,Khollivud,halivuda,halliudeu,halywwd  flwryda,hao lai wu,hariuddo,hwlywwd,Голливуд,Голлівуд,Холивуд,Холливуд,הוליווד,هالیوود، فلوریدا,هوليوود,ہالی ووڈ، فلوریڈا,ہولی وڈ,हलिवूड,ハリウッド,好萊塢,할리우드		FL	011		
4158966	Holmes Beach	holmes-beach	US	34218	4199	America/New_York	27.49532	-82.71093	1	Holmes Beach,Ilexhurst		FL	081		
4158972	Holt	holt	US	32564	0	America/Chicago	30.71575	-86.74579	60			FL	091		
4159047	Homeland	homeland	US	33847	366	America/New_York	27.81781	-81.82453	44			FL	105		
4159050	Homestead	homestead	US	15120	66498	America/New_York	25.46872	-80.47756	1	Gomsted,HST,Homestead,Khomsted,homasteda,huo mu si te de,hwmstd  flwryda,hwmstyd,Гомстед,Хомстед,هومستد، فلوریدا,هومستيد,होमस्टेड,霍姆斯特德		FL	086		
4159071	Homosassa	homosassa	US	34446	2578	America/New_York	28.78137	-82.6151	0			FL	017		
4159077	Homosassa Springs	homosassa-springs	US	34447	13791	America/New_York	28.80359	-82.57593	2			FL	017		
4159088	Honeyville	honeyville	US	84314	0	America/Chicago	30.05798	-85.18992	11			FL	045		
4159107	Hooper	hooper	US	68031	0	America/New_York	28.67082	-82.26787	18			FL	017		
4159139	Hopewell	hopewell	US	08525	0	America/New_York	27.92864	-82.1237	31			FL	057		
4159140	Hopewell	hopewell	US	08525	0	America/New_York	30.38216	-83.44459	38			FL	079		
4159207	Horseshoe Beach	horseshoe-beach	US	32648	168	America/New_York	29.44135	-83.28736	2	Horseshoe Beach,Shelton		FL	029		
4159247	Hosford	hosford	US	32334	650	America/New_York	30.38705	-84.79943	38			FL	077		
4159274	Houston	houston	US	15342	0	America/New_York	30.25689	-82.90263	52			FL	121		
4159276	Howard	howard	US	16841	0	America/New_York	25.64733	-80.33422	3			FL	086		
4159315	Howey-in-the-Hills	howey-in-the-hills	US	34737	1098	America/New_York	28.71694	-81.77341	37	Howey,Howey in the Hills,Howey-in-the-Hills,Howie In The Hills		FL	069		
4159316	Hoyt	hoyt	US	66440	0	America/New_York	29.16581	-82.3976	29			FL	083		
4159334	Hudson	hudson	US	01749	0	America/Chicago	30.86241	-85.94327	57			FL	059		
4159335	Hudson	hudson	US	01749	12158	America/New_York	28.36445	-82.69343	3	Gudzon,Гудзон		FL	101		
4159369	Hull	hull	US	02045	0	America/New_York	27.11922	-81.94231	12			FL	027		
4159403	Hunter	hunter	US	12442	0	America/New_York	29.60664	-81.76314	8			FL	107		
4159420	Huntington	huntington	US	01050	0	America/New_York	29.17026	-82.06176	26			FL	083		
4159421	Huntington	huntington	US	01050	0	America/New_York	29.44053	-81.55258	16			FL	107		
4159466	Hyde Park	hyde-park	US	02136	0	America/New_York	30.28052	-81.74871	8			FL	031		
4159467	Hyde Park	hyde-park	US	02136	0	America/New_York	27.3131	-82.48676	5			FL	115		
4159468	Hyde Park	hyde-park	US	02136	0	America/New_York	30.16993	-84.26184	5			FL	129		
4159553	Immokalee	immokalee	US	34142	24154	America/New_York	26.41869	-81.4173	10	IMM,Immokali,Imokali,im'mokyali,Иммокали,Имокали,इम्मोक्याली		FL	021		
4159575	Indialantic	indialantic	US	32903	2837	America/New_York	28.08946	-80.56561	4	Indialantik,Indijalantik,andyalanktyk,ayndyalantyk  flwryda,indiyalantika,yin di ya lan ti,Индиалантик,Индијалантик,إنديالانكتيك,ایندیالانتیک، فلوریدا,इन्डियालांटिक,印第亚兰提		FL	009		
4159629	Indian Lake Estates	indian-lake-estates	US	33855	0	America/New_York	27.81392	-81.37841	20			FL	105		
4159675	Indian Rocks Beach	indian-rocks-beach	US	33785	4113	America/New_York	27.8753	-82.85122	0	Indian Rocks,Indian Rocks Beach		FL	103		
4159686	Indianola	indianola	US	15051	0	America/New_York	28.39639	-80.7145	1			FL	009		
4159687	Indiantown	indiantown	US	34956	6083	America/New_York	27.02728	-80.48561	10	Indian Town,Indiantown		FL	085		
4159702	Inglis	inglis	US	34449	1311	America/New_York	29.03025	-82.66872	5			FL	075		
4159739	Intercession City	intercession-city	US	33848	0	America/New_York	28.26251	-81.50785	21	Inter Ocean City,Intercession City,Interocean,Interocean City		FL	097		
4159765	Interlachen	interlachen	US	32148	1355	America/New_York	29.62421	-81.89256	32	Inter Lachen,Interlachen,Interlaken		FL	107		
4159786	Inverness	inverness	US	34450	7233	America/New_York	28.83582	-82.33037	15	Invernes,anfyrns,aynwrns  flwryda,inbeoneseu,inbharnes,yin fu nei si,Инвернес,إنفيرنس,اینورنس، فلوریدا,इन्भर्नेस्,因弗内斯,인버네스	017	FL	017		
4159795	Inwood	inwood	US	11096	0	America/Chicago	30.70047	-84.97409	50			FL	063		
4159796	Inwood	inwood	US	11096	6403	America/New_York	28.03697	-81.76508	44			FL	105		
4159805	Iona	iona	US	56141	15369	America/New_York	26.52036	-81.96398	2			FL	071		
4159810	Iowa City	iowa-city	US	52240	0	America/New_York	28.69138	-81.15117	7			FL	117		
4159826	Irvine	irvine	US	16329	0	America/New_York	29.40553	-82.25121	47			FL	083		
4159839	Islamorada	islamorada	US	33036	7131	America/New_York	24.9243	-80.62784	3	Ajlamorada,Islamorada,Islamorada Village,Islamorada  Village of Islands,a'ilamorada,aslamwrada,ayslamwrada  flwryda,yi si la mo la,Ајламорада,إسلامورادا,ایسلامورادا، فلوریدا,आइलामोराडा,伊斯拉摩拉		FL	087		
4159852	Island Grove	island-grove	US	32654	0	America/New_York	29.45358	-82.10648	23			FL	001		
4159872	Islandia	islandia	US	11749	18	America/New_York	25.37817	-80.25255	1			FL	086		
4159874	Isle of Palms	isle-of-palms	US	29451	0	America/New_York	30.28413	-81.42925	2	Isle of Palms,Isle of Psalms		FL	031		
4159882	Istachatta	istachatta	US	34636	116	America/New_York	28.65999	-82.27759	18			FL	053		
4159890	Ivan	ivan	US	71748	0	America/New_York	30.22354	-84.36212	4			FL	129		
4161110	Lacoochee	lacoochee	US	33537	1714	America/New_York	28.46583	-82.17203	22			FL	101		
4161112	Lacota	lacota	US	49063	0	America/New_York	29.23331	-81.92592	21			FL	083		
4161118	Lady Lake	lady-lake	US	32158	14717	America/New_York	28.91749	-81.92286	26	Ledi-Lejk,Lejdi Lejk,ledi leka,lydy lyk,lydy lyk  flwryda,sheng mu hu,Леди-Лейк,Лејди Лејк,ليدي ليك,لیدی لیک، فلوریدا,لیڈی لیک، فلوریڈا,लेडी लेक,圣母湖		FL	069		
4161126	Lafayette	lafayette	US	07848	0	America/New_York	30.42798	-84.21629	61			FL	073		
4160021	Jacksonville	jacksonville	US	05342	868031	America/New_York	30.33218	-81.65565	5	Ceksonvill,Cow Creek,Cow Ford,Cowford,Dzeksonvil,Dzeksonvila,Dzeksonvilis,Dzhaksnvil,Dzhehksanvil,Dzhehksonvill,Dzheksonvill,Džeksonvila,Džeksonvilis,Iacsoniapolis,Iacsonvilla,JAX,Jacksonville,Tzaksonvil,Wakka Pilatka,Zhehksonvill,gqswnwwyl,jaegseunbil,jaikasanavila,jaiksanavila,jakcanvil,jakswnfyl,jakusonbiru,jeksanavhila,jeksonvili,jie ke xun wei er,jyakasanabhila,jyaksanabhila,jyksn wyl,Τζάκσονβιλ,Џексонвил,Джаксънвил,Джексонвілл,Джэксанвіл,Джэксонвилл,Жэксонвилл,Ջեքսոնվիլ,גקסונוויל,جاكسونفيل,جکسون‌ویل,جیکسن ویل,जॅक्सनव्हिल,जैक्सनविल,ज्याकसनभिल,জ্যাক্সনভিল,ਜੈਕਸਨਵਿਲ,ஜாக்சன்வில்,แจ็กสันวิลล์,ჯექსონვილი,ジャクソンビル,杰克逊维尔,잭슨빌	031	FL	031		
4160023	Jacksonville Beach	jacksonville-beach	US	32240	23064	America/New_York	30.29469	-81.39314	3	Dzeksonvil Bich,Jacksonville Beach,Pablo Beach,jakswnfyl bytsh,jie ke xun wei er hai tan,jyakasanabhila bica,Џексонвил Бич,جاكسونفيل بيتش,جکسون‌ویل بیچ، فلوریدا,جککسونویل بیچ، فلوریڈا,ज्याकसनभिल बीच,杰克逊维尔海滩		FL	031		
4160083	Jamestown	jamestown	US	02835	0	America/New_York	28.63083	-81.24034	16			FL	117		
4160084	Jamieson	jamieson	US	97909	0	America/New_York	30.66269	-84.45046	44	Jameson,Jamieson		FL	039		
4160102	Jasper	jasper	US	14855	4155	America/New_York	30.51827	-82.94819	46	Dzasper,gu si pa,jasbr,jspr  flwryda,jyaspara,Џаспер,جاسبر,جسپر، فلوریدا,جسپر، فلوریڈا,ज्यास्पर,贾斯帕	047	FL	047		
4160103	Jay	jay	US	04239	578	America/Chicago	30.95296	-87.15136	78	Dzej,Dzhej,jay,je,jie yi,jy  flwryda,Џеј,Джей,جاي,جی، فلوریدا,जे,杰伊		FL	113		
4160148	Jena	jena	US	71342	0	America/New_York	29.66356	-83.37014	4			FL	029		
4160163	Jennings	jennings	US	32053	870	America/New_York	30.6041	-83.09792	44			FL	047		
4160171	Jensen Beach	jensen-beach	US	34957	11707	America/New_York	27.25449	-80.22977	2	Dzhensen-Bich,Jensen Bich,jensena bica,Јенсен Бич,Дженсен-Бич,जेन्सेन बीच		FL	085		
4160184	Jerome	jerome	US	15937	0	America/New_York	25.99778	-81.34797	3			FL	021		
4160370	Johnson	johnson	US	05656	0	America/New_York	28.13418	-81.46646	20			FL	105		
4160371	Johnson	johnson	US	05656	0	America/New_York	29.58469	-81.97315	31			FL	107		
4160428	Johnstown	johnstown	US	12095	0	America/New_York	30.04441	-82.27206	46			FL	125		
4160469	Jonesboro	jonesboro	US	04648	0	America/New_York	29.71106	-83.29708	9			FL	029		
4160470	Jonesville	jonesville	US	05466	0	America/New_York	29.65413	-82.52317	29			FL	001		
4160515	Joshua	joshua	US	76058	0	America/New_York	27.20783	-81.73314	20			FL	027		
4160610	Jupiter	jupiter	US	33458	62707	America/New_York	26.93422	-80.09421	1	Dzhjupiter,Dzupiter,Jupiter,Júpiter,jupita,jwbytr  flwryda,zhu bi te,zhwpytr  flwryda,Џупитер,Джюпітер,Юпитер,جوبيتر، فلوريدا,ژوپیتر، فلوریدا,ジュピター,朱庇特		FL	099		
4160633	Kalamazoo	kalamazoo	US	49001	0	America/New_York	28.8461	-81.11006	6			FL	127		
4160651	Kathleen	kathleen	US	31047	6332	America/New_York	28.12085	-82.02314	44			FL	105		
4160668	Keene	keene	US	03431	0	America/New_York	30.48329	-81.84677	10			FL	089		
4160701	Kenansville	kenansville	US	28349	0	America/New_York	27.87641	-80.98784	21			FL	097		
4160711	Kendall	kendall	US	14476	75371	America/New_York	25.67927	-80.31727	4	Kendal,Kendall,kendala,Кендал,Кендалл,केन्डल		FL	086		
4160755	Kent	kent	US	06757	0	America/New_York	30.52163	-81.9665	23			FL	089		
4160789	Key Biscayne	key-biscayne	US	33149	12990	America/New_York	25.69371	-80.16282	1	Ki Biskeinas,Ki Biskejn,bi si kan wan,ki bis'sayana,ky byskayn,ky byskyn  flwryda,Ки Бискејн,كي بيسكاين,کی بیسکین، فلوریدا,की बिस्सायन,比斯坎湾		FL	086		
4160792	Key Colony Beach	key-colony-beach	US	33051	851	America/New_York	24.72097	-81.01868	1			FL	087		
4160795	Key Largo	key-largo	US	33037	10433	America/New_York	25.08652	-80.44728	2	Cayo Largo,KYL,Key Largo,Ki-Largo,ki largo,Ки-Ларго,की लार्गो		FL	087		
4160812	Key West	key-west	US	33040	25755	America/New_York	24.55524	-81.78163	1	Allentown,Bone Island,Caio Os,Cayo Hueso,Cayo Huesso,Cayo de Huesos,EYW,Key West,Keywest,Ki Vest,Ki Vestas,Ki-Uehst,Ki-Vest,ji wei si te,ki vesta,kiu~esuto,kiweseuteu,ky wst  flwryda,ky wyst,qy wst,Ки Вест,Ки-Уэст,Кі-Вест,Кі-Уэст,קי וסט,كي ويست,کی وست، فلوریدا,की वेस्ट,კი-უესტი,キーウェスト,基韋斯特,키웨스트	087	FL	087		
4160822	Keystone	keystone	US	46759	24039	America/New_York	28.15585	-82.62121	12			FL	057		
4160830	Keystone Heights	keystone-heights	US	32656	1433	America/New_York	29.78608	-82.03149	43	Kistoun Khajts,kistona ha'itsa,kystwn hayts,ti xing gao de,Кистоун Хајтс,كيستون هايتس,کی‌استون هایتس، فلوریدا,कीस्टोन हाइट्स,梯形高地		FL	019		
4160842	Keysville	keysville	US	23947	0	America/New_York	27.86919	-82.09564	29	Edison Junction,Keysville		FL	057		
4160855	Killarney	killarney	US	34740	0	America/New_York	28.54722	-81.65035	40			FL	095		
4160921	Kings Bay	kings-bay	US	31547	0	America/New_York	25.63733	-80.30116	4			FL	086		
4160938	Kingsford	kingsford	US	49802	0	America/New_York	27.88003	-81.97314	37			FL	105		
4160940	Kingsland	kingsland	US	31548	0	America/New_York	26.46368	-80.10282	4			FL	099		
4160941	Kingsley	kingsley	US	18826	0	America/New_York	29.98191	-81.99594	61	Kingsley,Kingsley Lake		FL	019		
4160957	Kinsey	kinsey	US	59338	0	America/New_York	27.34032	-81.89481	23			FL	049		
4160971	Kirkwood	kirkwood	US	13795	0	America/New_York	29.53636	-82.3301	32			FL	001		
4160983	Kissimmee	kissimmee	US	34741	69152	America/New_York	28.30468	-81.41667	20	Kisimi,Kissimmee,Kissimmi,ji xi mi,kishimi,kisime,kysymy,kysymy  flwryda,qysymy,Кисими,Киссимми,Кіссіммі,קיסימי,كيسيمي,کیسیمی، فلوریدا,किसिमे,キシミー,基西米	097	FL	097		
4161075	LaBelle	labelle	US	33935	4753	America/New_York	26.76173	-81.43841	4	La Belle,Label,Labelle,bei r,labele,labl,labl  flwryda,Лабел,لابل,لابل، فلوریدا,لابیلی، فلورایڈا,लाबेले,贝儿	051	FL	051		
4161079	La Crosse	la-crosse	US	23950	378	America/New_York	29.8433	-82.40483	44	La Crosse,La-Kross,LaCrosse,Ла-Кросс		FL	001		
4161141	Laguna Beach	laguna-beach	US	92651	3932	America/Chicago	30.23965	-85.9241	7	Laguna Bich,Лагуна Бич		FL	005		
4161150	Lake Alfred	lake-alfred	US	33850	5475	America/New_York	28.09196	-81.72341	53	Lejk Alfred,hu a er fu lei de,leka alphreda,lyk alfrd  flwryda,lyk alfryd,Лејк Алфред,ليك ألفريد,لیک الفرد، فلوریدا,لیک الفریڈ، فلورایڈا,लेक अल्फ्रेड,湖阿尔弗雷德		FL	105		
4161171	Lake Butler	lake-butler	US	32054	1845	America/New_York	30.02274	-82.33956	43	Lejk Batler,btlr lyk,lai ke ba te lei,leka batlara,lyk batlr  shhrstan ywnywn  flwryda,Лејк Батлер,بتلر ليك,لیک باتلر، شهرستان یونیون، فلوریدا,لیک بوٹلیر، یونین کاؤنٹی، فلورایڈا,लेक बट्लर,萊克巴特勒	125	FL	125		
4161178	Lake Butler	lake-butler	US	32054	15400	America/New_York	28.50167	-81.54091	30	Lake Butler,Lake Butter		FL	095		
4161187	Lake City	lake-city	US	16423	12161	America/New_York	30.18968	-82.63929	59	LCQ,Lejk Siti,lai ke cheng,leka siti,lyk syty,lyk syty  flwryda,Лејк Сити,ليك سيتي,لیک سٹی، فلورایڈا,لیک سیتی، فلوریدا,लेक सिटी,莱克城	023	FL	023		
4161199	Lake Como	lake-como	US	18437	0	America/New_York	29.48386	-81.57285	21			FL	107		
4161228	Lake Forest	lake-forest	US	60045	5522	America/New_York	25.97759	-80.1831	2	Lesnoe ozero,Лесное озеро		FL	011		
4161229	Lake Forest	lake-forest	US	60045	0	America/New_York	30.39802	-81.67371	3			FL	031		
4161239	Lake Geneva	lake-geneva	US	32160	0	America/New_York	29.77219	-82.0101	42			FL	019		
4161249	Lake Grove	lake-grove	US	11755	0	America/Chicago	30.1202	-85.17686	5			FL	045		
4161250	Lake Hamilton	lake-hamilton	US	33851	1346	America/New_York	28.04446	-81.62785	45			FL	105		
4161252	Lake Harbor	lake-harbor	US	33459	45	America/New_York	26.69312	-80.81451	4			FL	099		
4161254	Lake Helen	lake-helen	US	32744	2687	America/New_York	28.98082	-81.23339	20	Lejk Khelen,hu hai lun,leka helena,lyk hln  flwryda,lyk hylyn,Лејк Хелен,ليك هيلين,لیک هلن، فلوریدا,لیک ہیلین، فلورایڈا,लेक हेलेन,湖海伦		FL	127		
4161269	Lake Jackson	lake-jackson	US	77566	0	America/New_York	30.53242	-84.36157	36			FL	073		
4161327	Lake Panasoffkee	lake-panasoffkee	US	33538	3551	America/New_York	28.75582	-82.09481	18	Lake Panasoffkee,Panasoffkee,Panasofkee		FL	119		
4161334	Lake Park	lake-park	US	31636	8538	America/New_York	26.80034	-80.06643	4	Kelsey City,Lake Park,Lejk Park,Lejk-Park,hu gong yuan,leka parka,lyk bark,lyk park  flwryda,Лейк-Парк,Лејк Парк,ليك بارك,لیک پارک، فلورایڈا,لیک پارک، فلوریدا,लेक पार्क,湖公园		FL	099		
4161344	Lake Placid	lake-placid	US	12946	2164	America/New_York	27.35197	-81.32631	20	Lake Placid,Lake Stearns,Lejk Plesid,Lejk-Plehsid,leka plasida,lyk blasyd,lyk plsyd  flwryda,pu lai xi de hu,Лейк-Плэсид,Лејк Плесид,ليك بلاسيد,لیک پلسید، فلوریدا,लेक प्लासिड,普莱西德湖		FL	055		
4161373	Lake Mary	lake-mary	US	32746	16021	America/New_York	28.75888	-81.31784	19	Lejk Meri,leka meri,lyk mary,lyk mry  flwryda,ma li hu,Лејк Мери,ليك ماري,لیک مری، فلوریدا,لیک میری، فلورایڈا,लेक मेरी,玛丽湖		FL	117		
4161396	Lake View	lake-view	US	14085	0	America/New_York	28.74888	-81.32479	13			FL	117		
4161400	Lake Wales	lake-wales	US	33853	15541	America/New_York	27.90141	-81.58591	45	Lejk Vejls,leka velsa,lyk wylz,lyk wylz  flwryda,wei er shi hu,Лејк Вејлс,ليك ويلز,لیک ویلز، فلورایڈا,لیک ویلز، فلوریدا,लेक वेल्स,威尔士湖		FL	105		
4161422	Lake Worth	lake-worth	US	33449	37498	America/New_York	26.61708	-80.07231	5	Lejk Vort,lai ke wo si,leka vartha,lyk wrth  flwryda,lyk wwrth,Лејк Ворт,ليك وورث,لیک ورتھ، فلورایڈا,لیک ورث، فلوریدا,लेक वर्थ,莱克沃思		FL	099		
4161438	Lakeland	lakeland	US	31635	104401	America/New_York	28.03947	-81.9498	60	LAL,Lakeland,Lejkland,Lejklend,lai ke lan,leikeullaendeu,lekalyanda,lykland,reikurando,Лейкленд,Лејкланд,ليكلاند,لیک لینڈ، فلورایڈا,لیک‌لند، فلوریدا,लेकल्यान्ड,レイクランド,莱克兰,레이클랜드		FL	105		
4161453	Lakemont	lakemont	US	14857	0	America/New_York	27.54309	-81.45368	30			FL	055		
4161456	Lakeport	lakeport	US	95453	0	America/New_York	26.97644	-81.12729	5			FL	043		
4161461	Lakeside	lakeside	US	06758	30943	America/New_York	30.12996	-81.76815	20			FL	019		
4161462	Lakeside	lakeside	US	06758	0	America/New_York	30.37603	-84.30073	12			FL	073		
4161484	Lakeview	lakeview	US	28350	0	America/New_York	26.29952	-80.16005	4			FL	011		
4161502	Lakeville	lakeville	US	02347	0	America/New_York	26.7609	-81.92342	6			FL	071		
4161504	Lakewood	lakewood	US	08701	0	America/New_York	30.26107	-81.63482	8			FL	031		
4161505	Lakewood	lakewood	US	08701	0	America/Chicago	30.98851	-86.28189	106			FL	131		
4161523	Lamont	lamont	US	32336	178	America/New_York	30.37715	-83.81294	20			FL	065		
4161526	Lanark Village	lanark-village	US	32323	0	America/New_York	29.88354	-84.59574	8	Lanark,Lanark Village		FL	037		
4161527	Lancaster	lancaster	US	01523	0	America/New_York	30.24911	-83.20292	29			FL	121		
4161534	Land O' Lakes	land-o-lakes	US	34637	31996	America/New_York	28.2189	-82.45759	23			FL	101		
4161544	Landrum	landrum	US	29356	0	America/New_York	28.75499	-82.38482	36			FL	017		
4161570	Lansing	lansing	US	14882	0	America/New_York	27.25671	-81.88897	18			FL	027		
4161580	Largo	largo	US	33770	81000	America/New_York	27.90979	-82.78842	10	Largo,la ge,larghw,largo,largw  flwryda,Ларго,Ларґо,لارغو,لارگو، فلورایڈا,لارگو، فلوریدا,लार्गो,拉哥		FL	103		
4161600	Larsen	larsen	US	54947	0	America/New_York	30.27857	-81.63232	7			FL	031		
4161659	Laurel	laurel	US	11948	8171	America/New_York	27.14378	-82.46158	3			FL	115		
4161662	Laurel Hill	laurel-hill	US	28351	582	America/Chicago	30.96574	-86.45967	86			FL	091		
4161685	Lawtey	lawtey	US	32058	719	America/New_York	30.04413	-82.07177	49			FL	007		
4161692	Layton	layton	US	07851	190	America/New_York	24.82425	-80.81496	0	Layton,Lejton,Long Key,Лейтон		FL	087		
4161733	Lecanto	lecanto	US	34460	5882	America/New_York	28.85165	-82.4876	14			FL	017		
4163334	Manhattan Beach	manhattan-beach	US	90266	0	America/New_York	30.36691	-81.3987	4			FL	031		
4161771	Leesburg	leesburg	US	08327	21993	America/New_York	28.81082	-81.87786	29	LEE,Leesburg (Florida),Lizburg,li si bao,lijbarga,lysbrg  flwryda,lysbrgh,Лизбург,ليسبرغ,لیزبرگ، فلوریڈا,لیسبرگ، فلوریدا,लीज्बर्ग,利斯堡		FL	069		
4161785	Lehigh Acres	lehigh-acres	US	33936	86784	America/New_York	26.62535	-81.6248	6	Leeland Heights,Lehigh,Lehigh Acres		FL	071		
4161813	Leland	leland	US	28451	0	America/New_York	30.61049	-83.32543	40			FL	079		
4161839	Leonia	leonia	US	07605	0	America/Chicago	30.90852	-86.02494	65			FL	059		
4161855	Lemon Grove	lemon-grove	US	91945	657	America/New_York	27.55837	-81.67814	38			FL	049		
4161898	Lewis	lewis	US	12950	0	America/New_York	30.21381	-85.05908	15			FL	077		
4161914	Liberty	liberty	US	04949	0	America/New_York	30.28186	-84.84158	30			FL	077		
4161915	Liberty	liberty	US	04949	0	America/Chicago	30.82046	-86.21355	64			FL	131		
4161979	Lily	lily	US	40740	0	America/New_York	27.36643	-81.96564	23	Lilly,Lily		FL	049		
4161994	Limestone	limestone	US	04750	132	America/New_York	27.3656	-81.89897	18			FL	049		
4161995	Limestone	limestone	US	04750	0	America/New_York	30.35131	-84.02794	12			FL	065		
4162028	Lincoln Park	lincoln-park	US	07035	0	America/New_York	28.6536	-82.10814	24			FL	119		
4162044	Linden	linden	US	07036	0	America/New_York	28.56194	-82.03397	29			FL	119		
4162071	Lisbon	lisbon	US	03585	260	America/New_York	28.87054	-81.78952	21			FL	069		
4162077	Lithia	lithia	US	33547	0	America/New_York	27.8503	-82.17481	31	Lithia,Lithia Church		FL	057		
4162354	Little River	little-river	US	29566	0	America/New_York	25.8476	-80.19255	2			FL	086		
4162461	Live Oak	live-oak	US	32060	6931	America/New_York	30.29495	-82.98402	32	Lajv Ouk,la'ibha oka,layf awk,layw awk  flwryda,li fu ao ke,Лајв Оук,لايف أوك,لایو اوک، فلوریدا,लाइभ ओक,利夫奥克	121	FL	121		
4162462	Live Oak	live-oak	US	32060	0	America/Chicago	30.57964	-85.86466	24			FL	133		
4162518	Lloyd	lloyd	US	32337	215	America/New_York	30.47775	-84.02279	25			FL	065		
4162526	Lochloosa	lochloosa	US	32662	0	America/New_York	29.51164	-82.10037	20			FL	001		
4162539	Lockhart	lockhart	US	29364	13060	America/New_York	28.61944	-81.44257	26			FL	095		
4162553	Lockwood	lockwood	US	14859	0	America/New_York	28.56222	-81.14423	15			FL	095		
4162626	Long Branch	long-branch	US	07740	0	America/New_York	30.37272	-82.69318	38			FL	047		
4162710	Long Point	long-point	US	61333	0	America/Chicago	30.1127	-85.6027	3	Long Point,Oyster Point		FL	005		
4162776	Longboat Key	longboat-key	US	34228	7266	America/New_York	27.41254	-82.65899	1	Longbout Ki,langabota ki,langbwt ky  flwryda,lwnghbwt ky,zhang chuan jiao,Лонгбоут Ки,لانگبوت کی، فلوریدا,لونغبوت كي,लङ्गबोट की,长船礁		FL	081		
4162778	Longdale	longdale	US	73755	0	America/New_York	28.71111	-81.33368	22			FL	117		
4162782	Longwood	longwood	US	28452	0	America/Chicago	30.46075	-86.58856	8			FL	091		
4162783	Longwood	longwood	US	28452	14085	America/New_York	28.70305	-81.3384	22	Longvud,lang wu de,langavuda,lwnghwwd,Лонгвуд,لانگ‌وود، فلوریدا,لونغوود,लङ्गवूड,朗伍德		FL	117		
4162805	Loretto	loretto	US	15940	0	America/New_York	30.15719	-81.59481	8			FL	031		
4162808	Lorida	lorida	US	33857	0	America/New_York	27.44337	-81.25368	15	Lake Istokpoga,Lorida,Sunnyland		FL	055		
4162811	Lorraine	lorraine	US	13659	0	America/New_York	27.43199	-82.39537	12			FL	081		
4162849	Lotus	lotus	US	95651	0	America/New_York	28.24751	-80.65672	0			FL	009		
4162856	Loughman	loughman	US	33858	2680	America/New_York	28.24196	-81.56674	31			FL	105		
4162867	Louise	louise	US	39097	0	America/New_York	29.83747	-82.23122	46			FL	001		
4162905	Lowell	lowell	US	01850	0	America/New_York	29.33053	-82.19148	28			FL	083		
4162938	Lowry	lowry	US	24570	0	America/New_York	30.42464	-84.77603	52			FL	077		
4162986	Lulu	lulu	US	32061	0	America/New_York	30.10746	-82.49123	47			FL	023		
4162992	Lumberton	lumberton	US	08048	0	America/New_York	28.26612	-82.13647	26			FL	101		
4163033	Lutz	lutz	US	33548	19344	America/New_York	28.15112	-82.46148	21	Lutc,Лутц		FL	057		
4163046	Lynchburg	lynchburg	US	24501	0	America/New_York	28.08807	-81.75508	48			FL	105		
4163048	Lynn	lynn	US	01901	0	America/New_York	29.17387	-81.86842	21			FL	083		
4163049	Lynn Haven	lynn-haven	US	32444	20156	America/Chicago	30.24548	-85.64826	4	Lin Khejven,layn hafn,lin en bi feng gang,lina hyabhena,lyn hywn  flwryda,Лин Хејвен,لاين هافن,لین هیون، فلوریدا,لین ہیون، فلوریڈا,लीन ह्याभेन,林恩避风港		FL	005		
4163068	Mabel	mabel	US	55954	0	America/New_York	28.57944	-81.97702	32			FL	119		
4163083	Macclenny	macclenny	US	32063	6487	America/New_York	30.28218	-82.12206	40	Macclenny,Maclenny,Makleni,McClenny,mai ke lun ni,maklyny,myakakleni,Маклени,ماكليني,مک‌کلنی، فلوریدا,میکلینی، فلورائیڈا,म्याकक्लेनी,麦克伦尼	003	FL	003		
4163123	Macon	macon	US	27551	0	America/New_York	30.49464	-84.27907	65			FL	073		
4163140	Madison	madison	US	03849	2880	America/New_York	30.46938	-83.41293	59	Madison,Medison,Mehdison,madyswn,mai di xun,mdyswn  flwryda,myadisana,Мадисон,Медисон,Мэдисон,ماديسون,مدیسون، فلوریدا,میڈیسون، فلورائیڈا,म्याडिसन,麦迪逊	079	FL	079		
4163198	Magnolia Springs	magnolia-springs	US	36555	0	America/New_York	30.01191	-81.69537	4	Magnolia,Magnolia Springs		FL	019		
4163220	Maitland	maitland	US	32751	17463	America/New_York	28.62778	-81.36312	27	Lake Maitland,Maitland,Mejtland,me'italyanda,mei te lan,mytland,Мејтланд,ميتلاند,میت‌لند، فلوریدا,मेइटल्यांड,梅特兰		FL	095		
4163232	Malabar	malabar	US	32950	2936	America/New_York	28.00363	-80.56561	7			FL	009		
4163248	Malone	malone	US	12953	2145	America/Chicago	30.95769	-85.16215	43			FL	063		
4163264	Manasota	manasota	US	34260	0	America/New_York	27.01534	-82.4026	3			FL	115		
4163316	Mandeville	mandeville	US	70448	0	America/New_York	30.32941	-81.89399	26			FL	031		
4163318	Mango	mango	US	33550	11313	America/New_York	27.97974	-82.30648	16			FL	057		
4163333	Manhattan	manhattan	US	59741	0	America/New_York	27.50754	-82.3187	21			FL	081		
4163343	Manning	manning	US	29102	0	America/New_York	30.17524	-82.17456	41			FL	003		
4163379	Marathon	marathon	US	13803	8750	America/New_York	24.71375	-81.09035	1	MTH,Marathon,Maraton,ma la song,marathwn,maratwn  flwryda,myarathana,Маратон,ماراتون، فلوریدا,ماراثون,میراتھن، فلوریڈا,म्याराथन,马拉松		FL	087		
4163382	Marathon Shores	marathon-shores	US	33052	0	America/New_York	24.7257	-81.04841	1			FL	087		
4164489	Miller	miller	US	57362	0	America/New_York	29.96774	-82.46595	46			FL	125		
4163388	Marco Island	marco-island	US	34145	17690	America/New_York	25.94121	-81.71842	1	MRK,Marko Ajland,ma ke dao,marko a'ilyanda,markw ayland,markw aylnd  flwryda,Марко Ајланд,ماركو آيلاند,مارکو آیلند، فلوریدا,मार्को आइल्यान्ड,马可岛		FL	021		
4163397	Marcy	marcy	US	13403	0	America/New_York	27.14227	-80.652	9			FL	085		
4163407	Margate	margate	US	33093	57234	America/New_York	26.24453	-80.20644	3	Margejt,ma gai te,marageta,marghyt,margyt  flwryda,Маргейт,Маргејт,مارغيت,مارگیت، فلوریدا,मारगेट,马盖特		FL	011		
4163428	Marianna	marianna	US	15345	9100	America/Chicago	30.77436	-85.22687	51	Marijana,ma li an na,mariyana,maryana,maryana  flwryda,Маријана,ماريانا,ماریانا، فلوریدا,ماریانا، فلوریڈا,मारियाना,玛丽安娜	063	FL	063		
4163440	Marietta	marietta	US	13110	0	America/New_York	30.31913	-81.78316	19			FL	031		
4163453	Marion	marion	US	02738	0	America/New_York	30.44133	-82.94652	49			FL	047		
4163511	Markham	markham	US	22643	0	America/New_York	28.79305	-81.39368	15			FL	117		
4163519	Marland	marland	US	74644	0	America/New_York	27.33921	-81.24063	12			FL	055		
4163558	Martel	martel	US	43335	0	America/New_York	29.18664	-82.24649	27			FL	083		
4163565	Martin	martin	US	15460	0	America/New_York	29.29386	-82.19037	27			FL	083		
4163599	Mary Esther	mary-esther	US	32569	4238	America/Chicago	30.41015	-86.66509	7			FL	091		
4163631	Marysville	marysville	US	17053	0	America/Chicago	30.29464	-85.09825	13			FL	013		
4163635	Mascotte	mascotte	US	34753	5473	America/New_York	28.57833	-81.88675	41			FL	069		
4163638	Mason	mason	US	25260	0	America/New_York	30.03996	-82.5979	30			FL	023		
4163678	Matoaka	matoaka	US	24736	0	America/New_York	27.4031	-82.5301	6			FL	081		
4163723	Mayo	mayo	US	21106	1237	America/New_York	30.053	-83.17486	27	Mejo,mayo,mayw,mayw  flwryda,mei ao,Мейо,Мејо,مايو,مایو، فلوریدا,मायो,梅奥	067	FL	067		
4163732	Mayport	mayport	US	16240	0	America/New_York	30.3933	-81.43064	3	Mayport,Mayport Mills,NRB		FL	031		
4163745	Maytown	maytown	US	17550	0	America/New_York	28.80721	-80.96006	9			FL	127		
4163813	McDonald	mcdonald	US	88262	0	America/New_York	28.69916	-81.57396	38			FL	095		
4163833	McGregor	mcgregor	US	55760	7406	America/New_York	26.56091	-81.91453	0			FL	071		
4163839	McIntosh	mcintosh	US	56556	461	America/New_York	29.44886	-82.22204	33			FL	083		
4163898	McPherson	mcpherson	US	67460	0	America/New_York	30.24774	-82.08011	45			FL	003		
4163942	Mecca	mecca	US	47860	0	America/New_York	28.02113	-82.74093	20			FL	103		
4163971	Melbourne	melbourne	US	32901	80127	America/New_York	28.08363	-80.60811	6	MLB,Mel'burn,Melborn,Melbourne,Melburn,melbarna,meruborun,mlbwrn,mlbwrn  flwryda,mo er ben,Мелборн,Мелбурн,Мелбърн,Мельбурн,מלבורן,ملبورن,ملبورن، فلوریدا,ملبورن، فلوریڈا,मेल्बर्न,メルボルン,墨爾本		FL	009		
4163972	Melbourne Beach	melbourne-beach	US	32951	3219	America/New_York	28.06835	-80.56033	3	Mel'burn-Bich,Melborn-Bich,Melburn Bich,melbarna bica,mlbwrn bych  flwryda,mlbwrn bytsh,mo er ben hai tan,Мелборн-Бич,Мелборн-Біч,Мелбурн Бич,Мельбурн-Бич,ملبورن بيتش,ملبورن بیچ، فلوریدا,मेल्बर्न बीच,墨尔本海滩		FL	009		
4163989	Melrose	melrose	US	02176	0	America/New_York	29.70941	-82.04982	49			FL	107		
4163994	Melrose Park	melrose-park	US	60160	7492	America/New_York	26.11342	-80.19338	2			FL	011		
4164047	Memphis	memphis	US	13112	7848	America/New_York	27.53587	-82.56121	6	Memfis,Мемфис		FL	081		
4164059	Mercer	mercer	US	16137	0	America/New_York	30.27717	-83.11402	29			FL	121		
4164072	Meridian	meridian	US	13113	0	America/New_York	30.63853	-84.28185	48			FL	073		
4164089	Merrimac	merrimac	US	01860	0	America/New_York	28.72527	-81.5623	27	Merrimac,Merrimack		FL	095		
4164092	Merritt Island	merritt-island	US	32952	34743	America/New_York	28.53917	-80.672	1			FL	009		
4164131	Mexico Beach	mexico-beach	US	32410	1167	America/Chicago	29.94809	-85.41995	4			FL	005		
4164138	Miami	miami	US	25134	441003	America/New_York	25.77427	-80.19366	2	MIA,Maiami,Majami,Majamis,Mayami,Miami,Miamia,Miamo,mai a mi,mai ya mei,maiaemi,maiami,mayami,mayamy,miyami,myamy,myamy  flwryda,Μαϊάμι,Майами,Маями,Маямі,Мајами,Մայամի,מיאמי,مايامى,ميامي,میامی,میامی، فلوریدا,मायामी,मियामी,মায়ামি,માયામિ,மயாமி,మయామి,ಮಿಯಾಮಿ,ไมแอมี,မိုင်ယာမီမြို့,მაიამი,ማያሚ,マイアミ,迈阿密,邁亞美,邁阿密,마이애미	086	FL	086		
4164143	Miami Beach	miami-beach	US	33109	92312	America/New_York	25.79065	-80.13005	1	Majami Bich,Majami Bijch,Majami-Bich,Miami Beach,Saut Bich,mai a mi hai tan,maiaemibichi,maiamibichi,mayami bica,myamy bych  flwryda,myamy bytsh,Майами-Бич,Маями Бийч,Маямі-Біч,Мајами Бич,Саут Бич,ميامي بيتش,میامی بیچ، فلوریدا,میامی بیچ، فلوریڈا,मायामी बीच,マイアミビーチ,迈阿密海滩,마이애미비치		FL	086		
4164166	Miami Gardens	miami-gardens	US	33056	2706	America/New_York	25.97981	-80.20255	2			FL	011		
4164167	Miami Gardens	miami-gardens	US	33056	113187	America/New_York	25.94204	-80.2456	2	Majami Gardens,Majami-Gardens,mai a mi hua yuan,maiaemigadeunseu,maiamigadenzu,mayami gardensa,myamy gardnz  flwryda,myamy ghardnz,Майами-Гарденс,Маямі-Ґарденс,Мајами Гарденс,ميامي غاردنز,میامی گاردنز، فلوریدا,میامی گارڈنز,میامی گارڈنز، فلوریڈا,मायामी गार्डेन्स,マイアミガーデンズ,迈阿密花园,마이애미가든스		FL	086		
4164250	Micanopy	micanopy	US	32667	630	America/New_York	29.50469	-82.27982	38	Micanopy,Miconopi		FL	001		
4164324	Middle River	middle-river	US	21220	0	America/New_York	26.16397	-80.16699	1			FL	011		
4164343	Midway	midway	US	15060	3276	America/New_York	30.49548	-84.45435	61			FL	039		
4164344	Midway	midway	US	15060	0	America/New_York	28.06585	-82.09675	34			FL	057		
4164345	Midway	midway	US	15060	0	America/New_York	30.01189	-83.07874	28			FL	067		
4164346	Midway	midway	US	15060	1705	America/New_York	28.79027	-81.2309	7			FL	117		
4164367	Midway Park	midway-park	US	28544	0	America/New_York	28.73555	-81.29951	12			FL	117		
4164385	Mildred	mildred	US	18632	0	America/New_York	27.28338	-80.93229	10			FL	093		
4164387	Middleburg	middleburg	US	17842	13008	America/New_York	30.06885	-81.86038	10	Middlberg,Midlberg,Midlburg,midalabarga,Миддлберг,Мидлбург,Мідлберґ,मिडलबर्ग		FL	019		
4164391	Miles City	miles-city	US	59301	0	America/New_York	26.15425	-81.34452	4			FL	021		
4164522	Milligan	milligan	US	32537	0	America/Chicago	30.75241	-86.64079	33			FL	091		
4164537	Milltown	milltown	US	08850	0	America/New_York	29.83271	-85.29714	6			FL	045		
4164540	Millville	millville	US	01529	0	America/Chicago	30.15131	-85.63048	7			FL	005		
4164543	Millwood	millwood	US	10546	0	America/New_York	29.38136	-82.20454	25			FL	083		
4164547	Milton	milton	US	02186	9628	America/Chicago	30.63241	-87.03969	10	Mil'ton,Milton,NSE,mi er dun,milatana,myltwn,myltwn  flwryda,Милтон,Мильтон,ملٹن، فلوریڈا,ميلتون,میلتون، فلوریدا,मिलटन,米尔顿	113	FL	113		
4164554	Mims	mims	US	32754	7058	America/New_York	28.66527	-80.84478	10			FL	009		
4164562	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	30.83269	-87.29581	9			FL	113		
4164575	Minneola	minneola	US	34755	10735	America/New_York	28.57444	-81.74619	30	Miniola,mine'ola,ming ni,mynywla,mynywla  flwryda,Миниола,مينيولا,مینیولا، فلوریدا,मिनेओला,明尼		FL	069		
4164602	Miramar Beach	miramar-beach	US	32550	6146	America/Chicago	30.37437	-86.35856	6			FL	131		
4164721	Mohawk	mohawk	US	13407	0	America/New_York	28.57222	-81.7298	43			FL	069		
4164728	Molino	molino	US	32577	1277	America/Chicago	30.72408	-87.31414	11			FL	033		
4164735	Monarch	monarch	US	59463	0	America/New_York	28.83554	-82.0487	16			FL	119		
4164774	Montague	montague	US	01351	0	America/New_York	29.15053	-82.07481	23			FL	083		
4164776	Montclair	montclair	US	07042	0	America/New_York	28.82193	-81.91619	25			FL	069		
4164803	Monticello	monticello	US	04760	2411	America/New_York	30.54515	-83.8713	71	Montiselo,mantyslw  flwryda,meng di sai luo,montiselo,mwntysylw,Монтисело,مانتیسلو، فلوریدا,مونتيسيلو,मोन्टिसेलो,蒙蒂塞洛	065	FL	065		
4164806	Montverde	montverde	US	34756	1607	America/New_York	28.60028	-81.67396	33			FL	069		
4164836	Moore Haven	moore-haven	US	33471	1794	America/New_York	26.83312	-81.09312	4	Mur Khejven,maw r he wen,mu er hei wen,mura hyabhena,mwr hafn,mwr hywn  flwryda,Мур Хејвен,مور هافن,مور هیون، فلوریدا,मूर ह्याभेन,มัวร์เฮเวน,穆尔黑文	043	FL	043		
4164892	Morgantown	morgantown	US	19543	0	America/New_York	27.00617	-81.96759	4			FL	015		
4164950	Morriston	morriston	US	32668	164	America/New_York	29.28164	-82.43788	19			FL	075		
4164992	Mossy Head	mossy-head	US	32434	0	America/Chicago	30.74324	-86.31495	79			FL	131		
4165011	Mott	mott	US	58646	0	America/New_York	26.68951	-80.8684	4			FL	099		
4165012	Moultrie	moultrie	US	31768	0	America/New_York	29.82025	-81.32257	9			FL	109		
4165055	Mount Carmel	mount-carmel	US	17851	227	America/Chicago	30.98102	-87.11858	78			FL	113		
4165069	Mount Dora	mount-dora	US	32756	13519	America/New_York	28.80249	-81.64452	44	Maunt Dora,Mt. Dora,ma'unta dora,mant dwra  flwryda,mwnt dwra,shan duo la,Маунт Дора,مانت دورا، فلوریدا,مونت دورا,माउन्ट डोरा,山多拉		FL	069		
4165118	Mount Olive	mount-olive	US	25185	0	America/New_York	29.20164	-82.28482	23			FL	083		
4165192	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	30.65741	-84.69103	90			FL	039		
4165193	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	30.13937	-84.38823	7			FL	129		
4165222	Mount Royal	mount-royal	US	08061	0	America/New_York	29.4297	-81.52091	12			FL	107		
4165419	Mulberry	mulberry	US	33860	3976	America/New_York	27.8953	-81.97342	35			FL	105		
4165457	Munson	munson	US	16860	372	America/Chicago	30.85769	-86.87302	64			FL	113		
4165480	Murdock	murdock	US	33938	0	America/New_York	27.01284	-82.1462	3			FL	015		
4165500	Mutual	mutual	US	73853	0	America/New_York	29.74301	-82.83318	21			FL	041		
4165503	Myakka City	myakka-city	US	34251	0	America/New_York	27.34977	-82.16148	13	Miakka,Miakka City,Myakka,Myakka City		FL	081		
4165552	Nalcrest	nalcrest	US	33856	0	America/New_York	27.85836	-81.42507	19			FL	105		
4165565	Naples	naples	US	04055	21512	America/New_York	26.14234	-81.79596	1	APF,Naples (Florida),Neapol',Neapolis,Nejpls,Nejplz,Nejpuls,na bu lei si,neipuruzu,nepalsa,nyblz,nyplz  flwryda,Неаполь,Нейплз,Нейплс,Нейпълс,Нејплс,نيبلز,نیپلز، فلوریدا,नेपल्स,ネイプルズ,那不勒斯	021	FL	021		
4165598	Nash	nash	US	73761	0	America/New_York	30.45437	-83.89294	67			FL	065		
4165601	Nashua	nashua	US	03060	0	America/New_York	29.51858	-81.67091	27			FL	107		
4165637	Navarre	navarre	US	32566	31378	America/Chicago	30.40159	-86.86357	3			FL	113		
4165658	Needmore	needmore	US	17238	0	America/New_York	30.53633	-82.63124	37			FL	023		
4165693	Neoga	neoga	US	62447	0	America/New_York	29.52636	-81.33646	13			FL	035		
4165695	Neptune Beach	neptune-beach	US	32266	7269	America/New_York	30.31191	-81.39647	3			FL	031		
4165715	New Berlin	new-berlin	US	13411	0	America/New_York	30.39857	-81.55259	1			FL	031		
4165763	New Harmony	new-harmony	US	47631	0	America/Chicago	30.85352	-86.27995	79			FL	131		
4165767	New Home	new-home	US	79383	0	America/Chicago	30.60908	-86.21967	33			FL	131		
4165774	New Hope	new-hope	US	18938	0	America/Chicago	30.35853	-85.06547	15			FL	013		
4165775	New Hope	new-hope	US	18938	0	America/Chicago	30.94768	-85.87938	32			FL	059		
4165776	New Hope	new-hope	US	18938	0	America/Chicago	30.57797	-85.80882	59			FL	133		
4165869	New Port Richey	new-port-richey	US	34652	15842	America/New_York	28.24418	-82.71927	5	Nju Port Richi,n'yu porta rici,nyw bwrt rytshy,nyw pwrt rychy  flwryda,xin li qi gang,Њу Порт Ричи,نيو بورت ريتشي,نیو پورت ریچی، فلوریدا,न्यु पोर्ट रिची,新里奇港		FL	101		
4165878	New River	new-river	US	24129	0	America/New_York	29.96107	-82.26539	44			FL	007		
4165913	New Smyrna Beach	new-smyrna-beach	US	32168	24298	America/New_York	29.02582	-80.927	2	Nea Smyrni,New Smyrna,New Smyrna Beach,Nju Smirna Bich,n'yu smirna bica,nyw asmyrna bych  flwryda,nyw smyrna bytsh,xin shi mai na hai tan,Νέα Σμύρνη,Њу Смирна Бич,نيو سميرنا بيتش,نیو اسمیرنا بیچ، فلوریدا,न्यु स्मीर्ना बीच,新士麦那海滩		FL	127		
4165941	New York	new-york	US	10001	0	America/Chicago	30.83852	-87.2008	70			FL	113		
4165961	Newberry	newberry	US	29108	5564	America/New_York	29.64635	-82.6065	23	Njuberi,n'yuberi,niu bei li,nywbry  flwryda,nywbyry,Њубери,نيوبيري,نیوبری، فلوریدا,न्युबेरी,纽贝里		FL	001		
4165966	Newcastle	newcastle	US	04553	0	America/New_York	30.37218	-81.58565	11			FL	031		
4165983	Newport	newport	US	02840	0	America/New_York	25.10401	-80.43117	3			FL	087		
4165984	Newport	newport	US	02840	0	America/New_York	30.19937	-84.18073	3			FL	129		
4165995	Niceville	niceville	US	32578	14714	America/Chicago	30.51686	-86.48217	11	Boggy,Najsvil,Niceville,Valparaiso,na'isabhila,naysfyl,ni si wei er,Најсвил,نائیسویل، فلوریڈا,نايسفيل,نایس‌ویل، فلوریدا,नाइसभिल,尼斯维尔		FL	091		
4165998	Nichols	nichols	US	13812	0	America/New_York	27.8903	-82.03147	35			FL	105		
4166010	Niles	niles	US	44446	0	America/New_York	29.78715	-85.27408	7			FL	045		
4166031	Nixon	nixon	US	78140	0	America/Chicago	30.32242	-85.45131	11			FL	005		
4166046	Nobleton	nobleton	US	34661	282	America/New_York	28.64555	-82.26398	18			FL	053		
4166047	Nocatee	nocatee	US	34268	4524	America/New_York	27.16033	-81.88231	13	Nakate,Nocatee		FL	027		
4166049	Nokomis	nokomis	US	34274	3167	America/New_York	27.11922	-82.44426	3			FL	115		
4166054	Noma	noma	US	32452	205	America/Chicago	30.98213	-85.61854	55			FL	059		
4166070	Norman	norman	US	28367	0	America/New_York	28.55555	-82.48649	19			FL	053		
4166071	Normandy	normandy	US	37360	0	America/New_York	30.30579	-81.76066	8			FL	031		
4166109	North Beach	north-beach	US	20714	269	America/New_York	27.78836	-80.41422	2			FL	061		
4166195	North Fort Myers	north-fort-myers	US	33903	39407	America/New_York	26.66729	-81.88009	1	North Ft. Myers		FL	071		
4166232	North Miami	north-miami	US	74358	62435	America/New_York	25.89009	-80.18671	2	Nort Majami,Nort-Majami,bei mai a mi,nartha mayami,noseumaiaemi,nwrth myamy,nwrth myamy  flwryda,Норт Мајами,Норт-Маямі,شمالی میامی، فلوریڈا,نورث ميامي,نورث میامی، فلوریدا,नर्थ मायामी,北迈阿密,노스마이애미		FL	086		
4166233	North Miami Beach	north-miami-beach	US	33160	43971	America/New_York	25.93315	-80.16255	3	Nort Majami Bich,Nort-Majami-Bich,bei mai a mi hai tan,nartha mayami bica,nwrth myamy bych  flwryda,shmal myamy bytsh,Норт Мајами Бич,Норт-Маямі-Біч,شمال ميامي بيتش,شمالی میامی بیچ، فلوریڈا,نورث میامی بیچ، فلوریدا,नर्थ मायामी बीच,北迈阿密海滩		FL	086		
4166253	North Palm Beach	north-palm-beach	US	33408	12015	America/New_York	26.81756	-80.08199	3	Nort Pam Bich,bei zong lu tan,nartha pama bica,nwrth balm bytsh,nwrth palm bych  flwryda,Норт Пам Бич,نورث بالم بيتش,نورث پالم بیچ، فلوریدا,नर्थ पाम बीच,北棕榈滩		FL	099		
4166274	North Port	north-port	US	34286	62345	America/New_York	27.04422	-82.23593	3	Nort Pojnt,Nort-Port,North Port,North Port Charlotte,bei gang,nartha porta,nosupoto,nwrth bwrt,nwrth pwrt  flwryda,Норт Појнт,Норт-Порт,نورث بورت,نورث پورت، فلوریدا,नर्थ पोर्ट,ノースポート,北港		FL	115		
4166417	Northwood	northwood	US	03261	0	America/New_York	29.70247	-82.36927	55			FL	001		
4166418	Northwood	northwood	US	03261	0	America/New_York	30.43357	-81.66232	6			FL	031		
4166429	Norwalk	norwalk	US	06850	0	America/New_York	29.43497	-81.71647	6			FL	107		
4166433	Norwood	norwood	US	02062	0	America/New_York	30.37691	-81.66787	6			FL	031		
4166475	O'Brien	o-brien	US	32071	0	America/New_York	30.03828	-82.94013	19			FL	121		
4166482	Oak	oak	US	68964	0	America/New_York	29.2522	-82.11565	22			FL	083		
4166498	Oak Grove	oak-grove	US	42262	0	America/Chicago	30.9088	-87.42748	80			FL	033		
4166499	Oak Grove	oak-grove	US	42262	0	America/New_York	30.69186	-84.73325	87			FL	039		
4166500	Oak Grove	oak-grove	US	42262	0	America/New_York	29.79049	-85.29686	2			FL	045		
4166501	Oak Grove	oak-grove	US	42262	0	America/New_York	27.48226	-81.87147	28			FL	049		
4166502	Oak Grove	oak-grove	US	42262	0	America/Chicago	30.92491	-86.56745	48			FL	091		
4166503	Oak Grove	oak-grove	US	42262	0	America/New_York	28.6	-82.04342	28			FL	119		
4166544	Oak Harbor	oak-harbor	US	43449	0	America/New_York	30.36024	-81.42481	3			FL	031		
4166546	Oak Hill	oak-hill	US	12460	0	America/New_York	30.24635	-81.75121	9			FL	031		
4166547	Oak Hill	oak-hill	US	12460	1846	America/New_York	28.86443	-80.8545	4			FL	127		
4166574	Oak Park	oak-park	US	48237	0	America/New_York	30.10242	-84.49574	12			FL	129		
4166583	Oak Ridge	oak-ridge	US	07438	22685	America/New_York	28.47112	-81.42452	27			FL	095		
4166608	Oakdale	oakdale	US	06370	0	America/Chicago	30.71047	-85.1852	26			FL	063		
4166615	Oakhurst	oakhurst	US	07755	0	America/New_York	30.38774	-81.67343	6			FL	031		
4166628	Oakland	oakland	US	02858	2829	America/New_York	28.555	-81.63313	37	Oklend,Oukland,ao ke lan,awkland,awklnd  flwryda,okalyanda,Окленд,Оукланд,أوكلاند,اوکلند، فلوریدا,اوکلینڈ، فلوریڈا,ओकल्यान्ड,奥克兰		FL	095		
4166673	Ocala	ocala	US	34470	58218	America/New_York	29.1872	-82.14009	21	OCF,Ocala,Ocola,Okala,ao ka la,awkala,awkala  flwryda,okaella,okala,okara,Окала,أوكالا,اوکالا، فلوریدا,ओकाला,オカラ,奥卡拉,오캘라	083	FL	083		
4166723	Ocean City	ocean-city	US	08226	5550	America/Chicago	30.44103	-86.61356	3			FL	091		
4166764	Ochopee	ochopee	US	34141	0	America/New_York	25.90149	-81.30341	1			FL	021		
4166767	Ocklawaha	ocklawaha	US	32179	0	America/New_York	29.04276	-81.92925	18	Ocklawaha,Oklawaha		FL	083		
4166776	Ocoee	ocoee	US	34761	43608	America/New_York	28.56917	-81.54396	37	Okoi,ao ke yi,awkwy,awkwyy  flwryda,oko'i,Окои,أوكوي,اوکوئی، فلوریدا,ओकोई,奥科伊		FL	095		
4166787	Odessa	odessa	US	14869	7267	America/New_York	28.1939	-82.59176	17	Odessa,Одесса		FL	101		
4166809	Okahumpka	okahumpka	US	34762	267	America/New_York	28.74777	-81.89591	26			FL	069		
4166822	Okeechobee	okeechobee	US	34972	5608	America/New_York	27.24393	-80.82978	8	OBE,Okechobee,Okeechobee,Okichobi,Tantic,ao ji qiao bi,awkychwby  flwryda,awkytshwby,okicobi,Окичоби,أوكيتشوبي,اوکیچوبی، فلوریدا,ओकीचोबी,奥基乔比	093	FL	093		
4166922	Old Town	old-town	US	04468	0	America/New_York	29.60135	-82.98179	7			FL	029		
4166936	Oldsmar	oldsmar	US	34677	14170	America/New_York	28.03418	-82.6651	2	Oldmars,Oldsmar,Tampashores,ao de ma er,awldsmar,awldzmar  flwryda,oldsmara,Олдсмар,أولدسمار,اولدزمار، فلوریدا,ओल्ड्स्मार,奥德马尔		FL	103		
4166943	Olga	olga	US	98279	1952	America/New_York	26.71896	-81.7123	1			FL	071		
4166946	Olive	olive	US	59343	0	America/Chicago	30.50881	-87.25525	41			FL	033		
4166972	Olustee	olustee	US	32072	0	America/New_York	30.20412	-82.42873	49			FL	003		
4166988	Ona	ona	US	25545	314	America/New_York	27.48198	-81.91897	27			FL	049		
4166990	Oneco	oneco	US	06373	0	America/New_York	27.44754	-82.54621	10			FL	081		
4167003	Opa-locka	opa-locka	US	33054	16565	America/New_York	25.90232	-80.25033	2	Apalocka,OPF,Opa Locka,Opa-Locka,Opa-locka,Opa-loka,Opalocka,ao pa luo ka,awba lwka,awpa-lwka  flwryda,opyaloka,Опа-лока,أوبا لوكا,اوپا-لوکا، فلوریدا,ओप्यालोका,奥帕洛卡		FL	086		
4167034	Orange	orange	US	01364	0	America/New_York	30.2277	-85.02492	16			FL	077		
4167055	Orange City	orange-city	US	32763	11210	America/New_York	28.94888	-81.29867	9	Orange City (Florida)		FL	127		
4167093	Orange Lake	orange-lake	US	32681	0	America/New_York	29.42358	-82.21676	34			FL	083		
4167102	Orange Park	orange-park	US	32065	8702	America/New_York	30.16607	-81.70648	4			FL	019		
4167147	Orlando	orlando	US	26412	270934	America/New_York	28.53834	-81.37924	30	ORL,Orlandas,Orlando,Orlando i Florida,Orlanto,ao lan duo,aralyando,awrlandw,awrlndw  flwryda,ollaendo,oralamdo,orando,orlando,orlanto,Ορλάντο,Орландо,Օռլանդո,אורלנדו,أورلاندو,اورلندو، فلوریدا,اورلینڈو,اورلینڈو، فلوریڈا,अरल्यान्दो,ओरलँडो,ઓર્લાન્ડો,ஒர்லாண்டோ,ออร์แลนโด,ორლანდო,オーランド,奥兰多,올랜도	095	FL	095		
4167178	Ormond Beach	ormond-beach	US	32173	40970	America/New_York	29.28581	-81.05589	2	New Britain,Ormond,Ormond Beach,Ormond Bich,ao meng de hai tan,armanda bica,awrmnd bych  flwryda,awrmwnd bytsh  flwryda,Ормонд Бич,اورمند بیچ، فلوریدا,اورموند بيتش، فلوريدا,अर्मंड बीच,奥蒙德海滩		FL	127		
4167214	Osceola	osceola	US	16942	0	America/New_York	28.79305	-81.05923	4			FL	117		
4167241	Oslo	oslo	US	56744	0	America/New_York	27.5867	-80.38033	4			FL	061		
4167245	Osprey	osprey	US	34229	6100	America/New_York	27.19616	-82.49037	3			FL	115		
4167247	Osteen	osteen	US	32764	0	America/New_York	28.8461	-81.16256	14			FL	127		
4167252	Otis	otis	US	01253	0	America/New_York	30.30941	-81.89511	26			FL	031		
4167267	Otter Creek	otter-creek	US	32683	134	America/New_York	29.32497	-82.77178	8			FL	075		
4167348	Oviedo	oviedo	US	32762	38551	America/New_York	28.67	-81.20812	15	Ov'edo,Ovido,ao wei ye duo,awfydw,obhi'edo,Овидо,Овьедо,أوفيدو,اوویه‌دو، فلوریدا,ओभिएडो,奥维耶多		FL	117		
4167381	Oxford	oxford	US	01540	0	America/New_York	28.92748	-82.03731	31			FL	119		
4167411	Ozona	ozona	US	34660	0	America/New_York	28.06946	-82.77566	3			FL	103		
4167424	Pace	pace	US	38764	20039	America/Chicago	30.59936	-87.16108	18			FL	113		
4167473	Pahokee	pahokee	US	33476	6071	America/New_York	26.82006	-80.66534	4	PHK,Pakhoki,bahwky,pa huo ji,pahoki,pahwky  flwryda,Пахоки,باهوكي,پاهوکی، فلوریدا,पाहोकी,帕霍基		FL	099		
4167478	Paisley	paisley	US	32767	818	America/New_York	28.9836	-81.54174	22			FL	069		
4167482	Palatka	palatka	US	32177	10390	America/New_York	29.64858	-81.63758	6	Palatka,Pilatka,balatka,pa la te ka,palatka,palatka  flwryda,Палатка,بالاتكا,پالاتکا، فلوریدا,पालाट्का,帕拉特卡	107	FL	107		
4167494	Palm	palm	US	18070	0	America/New_York	27.93919	-82.39787	3			FL	057		
4167499	Palm Bay	palm-bay	US	32905	107888	America/New_York	28.03446	-80.58866	5	Palm Bay,Palm Bej,Palm-Bej,balm bay,palm by  flwryda,pama be,pamubei,zong lu wan,Палм Беј,Палм-Бей,بالم باي,پالم بی، فلوریدا,पाम बे,パームベイ,棕榈湾		FL	009		
4167505	Palm Beach	palm-beach	US	33480	8612	America/New_York	26.70562	-80.03643	2	Palm Beach,Palm Bich,Palm-Bich,balm bytsh,palm bych  flwryda,pama bica,pambichi,pamubichi,pʼlm byz,zong lu tan,Палм Бич,Палм-Бич,Палм-Біч,פאלם ביץ,بالم بيتش,پالم بیچ، فلوریدا,पाम बीच,パームビーチ,棕榈滩,팜비치		FL	099		
4167797	Parker	parker	US	16049	4603	America/Chicago	30.13104	-85.60326	6	Parker,barkr,pa ke,parkara,parkr  flwryda,Паркер,باركر,پارکر، فلوریدا,پارکر، فلوریڈا,पार्कर,帕克		FL	005		
4167519	Palm Beach Gardens	palm-beach-gardens	US	33410	52923	America/New_York	26.82339	-80.13865	5	Palm Bich Gardens,Palm-Bich-Gardens,balm bytsh ghardnz,palm bych gardnz  flwryda,pama bica gardensa,zong lu tan hua yuan,Палм Бич Гарденс,Палм-Бич-Гарденс,Палм-Біч-Ґарденс,بالم بيتش غاردنز,پالم بیچ گاردنز، فلوریدا,پام بیچ گارڈنز، فلوریڈا,पाम बीच गार्डेन्स,棕櫚灘花園		FL	099		
4167536	Palm City	palm-city	US	34990	23120	America/New_York	27.16783	-80.26616	2			FL	085		
4167538	Palm Coast	palm-coast	US	32135	82893	America/New_York	29.58497	-81.20784	1	Palm Koust,Palm-Kost,balm kwst,palm kwst  flwryda,pama kosta,zong lu hai an,Палм Коуст,Палм-Кост,بالم كوست,پالم کوست، فلوریدا,پام کوسٹ، فلوریڈا,पाम कोस्ट,棕榈海岸		FL	035		
4168657	Pineville	pineville	US	18946	0	America/Chicago	30.8988	-87.58249	68			FL	033		
4168659	Pinewood	pinewood	US	29125	16520	America/New_York	25.86898	-80.21699	2			FL	086		
4167545	Palm Harbor	palm-harbor	US	34682	57439	America/New_York	28.07807	-82.76371	15	Palm Harbor,Palm-Kharbor,Pam Kharbor,Southerland,Sutherland,pama harbara,Палм-Харбор,Пам Харбор,पाम हार्बर		FL	103		
4167582	Palm Springs	palm-springs	US	92262	0	America/New_York	25.87065	-80.29894	1			FL	086		
4167583	Palm Springs	palm-springs	US	92262	22341	America/New_York	26.6359	-80.09615	3	Palm Springs,balm sbrnghz,palm aspryngz  flwryda,pama springas,zong lu quan,Палм Спрингс,بالم سبرنغز,پالم اسپرینگز، فلوریدا,پام سپرنگز، فلوریڈا,पाम स्प्रिङ्गस्,棕榈泉		FL	099		
4167620	Palmdale	palmdale	US	33944	0	America/New_York	26.94534	-81.31618	13			FL	043		
4167632	Palmetto	palmetto	US	30268	13249	America/New_York	27.52143	-82.57232	3	Palmeto,balmytw,pa er mei tuo,palmeto,palmtw  flwryda,Палмето,بالميتو,پالمتو، فلوریدا,पाल्मेटो,帕尔梅托		FL	081		
4167689	Panacea	panacea	US	32346	816	America/New_York	30.03743	-84.38768	2			FL	129		
4167694	Panama City	panama-city	US	32401	38286	America/Chicago	30.15946	-85.65983	8	ECP,PFN,Panama,Panama City,Panama Siti,Panama-Siti,ba na ma cheng,bnma syty,paeneomasiti,panama siti,panama syty  flwryda,panamashiti,Панама,Панама Сити,Панама-Сити,Панама-Сіті,بنما سيتي,پاناما سٹی، فلوریڈا,پاناما سیتی، فلوریدا,पनामा सिटी,パナマシティ,巴拿马城,패너마시티	005	FL	005		
4167695	Panama City Beach	panama-city-beach	US	32407	12624	America/Chicago	30.17659	-85.80549	3	Panama City Beach,Panama Siti Bich,ba na ma shi hai tan,bnma syty bytsh,paeneomasitibichi,panama siti bica,panama syty bych  flwryda,Панама Сити Бич,بنما سيتي بيتش,پاناما سیتی بیچ، فلوریدا,पनामा सिटी बीच,巴拿马市海滩,패너마시티비치		FL	005		
4167729	Paola	paola	US	66071	0	America/New_York	28.79388	-81.36285	18			FL	117		
4167735	Paradise	paradise	US	17562	0	America/New_York	29.70497	-82.34538	55			FL	001		
4167886	Pasadena	pasadena	US	21122	0	America/New_York	27.77058	-82.7326	6			FL	103		
4167894	Pasco	pasco	US	99301	0	America/New_York	28.32473	-82.33703	30			FL	101		
4167966	Paxton	paxton	US	01612	749	America/Chicago	30.9818	-86.30855	97			FL	131		
4168015	Peach Orchard	peach-orchard	US	72453	0	America/New_York	29.55025	-82.49622	24			FL	001		
4168070	Peck	peck	US	48466	0	America/New_York	30.53992	-84.09156	53			FL	073		
4168077	Pedro	pedro	US	45659	0	America/New_York	28.98165	-82.11981	24			FL	083		
4168114	Pelican Lake	pelican-lake	US	54463	0	America/New_York	26.81145	-80.61033	4			FL	099		
4168135	Pembroke	pembroke	US	02359	0	America/New_York	27.78642	-81.80508	40			FL	105		
4168139	Pembroke Pines	pembroke-pines	US	33028	166611	America/New_York	26.00315	-80.22394	2	Pembrok-Pajns,Pembroke Pines,Pembrouk Pajns,Pembruk Pajns,bymbrwk baynz,pembeulokeupainjeu,pembroka pa'insa,penburokupainzu,peng bu luo ke pai en si,pmbrwk paynz  flwryda,pmbrwk payynz,Пемброк-Пайнс,Пемброук Пайнс,Пембрук Пајнс,بيمبروك باينز,پمبروک پائینز,پمبروک پاینز، فلوریدا,پیمبروک پائنز، فلوریڈا,पेम्ब्रोक पाइन्स,ペンブロークパインズ,彭布羅克派恩斯,펨브로크파인즈		FL	011		
4168161	Penney Farms	penney-farms	US	32079	815	America/New_York	29.97969	-81.81037	29			FL	019		
4168228	Pensacola	pensacola	US	32501	53193	America/Chicago	30.42131	-87.21691	31	PNS,Pansacolas,Panzacola,Pencocolos,Pensacola,Pensacola i Florida,Pensacolas,Pensakola,Pensicola,bynsakwla,peng sa ge la,peng sa ke la,pensakola,pensakora,penseokolla,pnsakwla  flwryda,Пенсакола,بينساكولا,پنساکولا، فلوریدا,पेन्साकोला,ペンサコーラ,彭萨科拉,彭薩哥拉,펜서콜라	033	FL	033		
4168232	Perkins	perkins	US	30822	0	America/New_York	30.45409	-84.2224	16			FL	073		
4168244	Perry	perry	US	04667	7055	America/New_York	30.11766	-83.58274	14	FPY,Peri,byry,pei li,peli,peri,pry  flwryda,Пери,بيري,پری، فلوریدا,پیری، فلوریڈا,पेरी,佩里,페리	123	FL	123		
4168276	Peterson	peterson	US	35478	0	America/New_York	30.09272	-83.21514	21			FL	067		
4168360	Piedmont	piedmont	US	26750	0	America/New_York	28.63805	-81.45785	39			FL	095		
4168363	Pierce	pierce	US	68767	0	America/New_York	27.83503	-81.97147	42			FL	105		
4168371	Pierson	pierson	US	32180	1772	America/New_York	29.23942	-81.46563	24			FL	127		
4168414	Pine Bluff	pine-bluff	US	71601	0	America/Chicago	30.55964	-86.9783	1			FL	113		
4168415	Pine Bluff	pine-bluff	US	71601	0	America/New_York	30.12441	-81.58592	4			FL	109		
4168438	Pine Grove	pine-grove	US	17963	0	America/New_York	28.25973	-81.18451	20			FL	097		
4168468	Pine Island	pine-island	US	10969	0	America/Chicago	30.47381	-85.04297	24			FL	013		
4168475	Pine Island	pine-island	US	10969	64	America/New_York	28.57527	-82.6526	1			FL	053		
4168530	Pine Level	pine-level	US	27568	0	America/New_York	27.26533	-81.99175	18			FL	027		
4168563	Pine Ridge	pine-ridge	US	41360	9598	America/New_York	28.93831	-82.47343	29			FL	017		
4168564	Pine Ridge	pine-ridge	US	41360	1918	America/New_York	26.23064	-81.79592	3			FL	021		
4168575	Pine Top	pine-top	US	41843	0	America/New_York	30.27301	-82.18122	40	Knab,Knabb,Pine Top		FL	003		
4168589	Pinecrest	pinecrest	US	95364	0	America/New_York	27.85003	-82.14564	33	Lithia,Pinecrest		FL	057		
4168590	Pinecrest	pinecrest	US	95364	19452	America/New_York	25.66705	-80.30811	1	Pajnkrest,baynkryst,pa'inakresta,pai en ke lei si te,Пајнкрест,باينكريست,پاین‌کرست، فلوریدا,पाइनक्रेस्ट,派恩克雷斯特		FL	086		
4168591	Pinecrest	pinecrest	US	95364	0	America/New_York	25.74677	-80.93951	2			FL	087		
4168592	Pinecrest	pinecrest	US	95364	0	America/New_York	28.77472	-81.27007	15			FL	117		
4168609	Pineland	pineland	US	29934	407	America/New_York	26.66063	-82.15343	0			FL	071		
4168630	Pinellas Park	pinellas-park	US	33780	51617	America/New_York	27.8428	-82.69954	4	Pinelas Park,Pinellas City,Pinellas Park,Pinellas-Park,bynylas bark,pa'inallasa parka,paynlas park  flwryda,pi nei la si gong yuan,Пинелас Парк,Пінеллас-Парк,بينيلاس بارك,پاینلاس پارک، فلوریدا,पाइनlलस पार्क,皮内拉斯公园		FL	103		
4168643	Pineola	pineola	US	28662	0	America/New_York	28.68888	-82.27287	20			FL	017		
4168651	Pinetta	pinetta	US	32350	0	America/New_York	30.5941	-83.35237	46			FL	079		
4168685	Piney Point	piney-point	US	20674	0	America/New_York	27.6342	-82.54037	3			FL	081		
4168766	Placida	placida	US	33946	0	America/New_York	26.83229	-82.26482	1	RTD		FL	015		
4168770	Plains	plains	US	31780	0	America/New_York	27.40948	-81.18423	13			FL	055		
4168773	Plant City	plant-city	US	33563	37406	America/New_York	28.01888	-82.11469	39	Plant Siti,blant syty,planta siti,plnt syty  flwryda,pu lan te cheng,Плант Сити,بلانت سيتي,پلنت سیتی، فلوریدا,प्लान्ट सिटी,普兰特城		FL	057		
4168782	Plantation	plantation	US	33388	92560	America/New_York	26.13421	-80.23184	1	Plantacija,Plantejshn,Plantejshon,blantyshn,plantesana,plntyshn  flwryda,zhong zhi yuan,Плантация,Плантейшн,Плантејшон,بلانتيشن,پلانٹیشن، فلوریڈا,پلنتیشن، فلوریدا,प्लान्टेसन,种植园		FL	011		
4168783	Plantation	plantation	US	33388	1885	America/New_York	24.97624	-80.55228	3			FL	087		
4168784	Plantation	plantation	US	33388	4919	America/New_York	27.06811	-82.37287	3	Plantacija,Плантация		FL	115		
4168816	Pittsburg	pittsburg	US	03592	0	America/New_York	27.65392	-81.50257	32	Pitsburg,Питсбург		FL	105		
4168840	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	29.97468	-82.14316	45			FL	007		
4168841	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	30.35909	-87.34525	5			FL	033		
4168842	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	27.90558	-82.17037	19			FL	057		
4168843	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	30.82407	-86.06355	74			FL	131		
4168844	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	30.96907	-86.35467	80			FL	131		
4168885	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	30.69297	-86.17411	67			FL	131		
4168904	Plummer	plummer	US	56748	0	America/New_York	30.44385	-81.8076	6	Plummer,Plummers		FL	031		
4168920	Plymouth	plymouth	US	02360	0	America/New_York	28.69222	-81.5473	31			FL	095		
4168947	Point Baker	point-baker	US	99927	2991	America/Chicago	30.69019	-87.05358	52			FL	113		
4168957	Point Pleasant	point-pleasant	US	18950	0	America/New_York	29.3597	-81.80897	8			FL	083		
4168985	Polk City	polk-city	US	33868	1907	America/New_York	28.18251	-81.82397	52	Polk Siti,bo ke cheng shi,bwlk syty,polka siti,pwlk syty  flwryda,Полк Сити,بولك سيتي,پولک سیتی، فلوریدا,पोल्क सिटी,波克城市		FL	105		
4169012	Pomona Park	pomona-park	US	32181	879	America/New_York	29.50025	-81.59147	13	Pomona,Pomona Park		FL	107		
4169014	Pompano Beach	pompano-beach	US	33060	107762	America/New_York	26.23786	-80.12477	4	PPM,Pompano,Pompano Beach,Pompano Bich,Pompano-Bich,bwmbanw syty,pang pa nuo bi qi,pompano bica,ponpanobichi,pwmpanw bych  flwryda,Помпано Бич,Помпано-Бич,Помпано-Біч,بومبانو سيتي,پومپانو بیچ، فلوریدا,پومپانو بیچ، فلوریڈا,पोम्पानो बीच,ポンパノビーチ,龐帕諾比奇		FL	011		
4169035	Ponce de Leon	ponce-de-leon	US	32455	549	America/Chicago	30.72297	-85.93744	19			FL	059		
4169057	Pond Creek	pond-creek	US	73766	0	America/Chicago	30.79213	-86.38745	60			FL	131		
4169060	Ponte Vedra Beach	ponte-vedra-beach	US	32004	35400	America/New_York	30.23969	-81.38564	4	Mineral City,Ponte Vedra Beach,Ponte-Vedra-Bich,Понте-Ведра-Бич		FL	109		
4169067	Ponte Vedra	ponte-vedra	US	32081	0	America/New_York	30.22746	-81.38008	3			FL	109		
4169130	Port Charlotte	port-charlotte	US	33948	54392	America/New_York	26.97617	-82.09064	1	Port Sharlot,Port-Sharlott,porta sarlota,Порт Шарлот,Порт-Шарлотт,पोर्ट शार्लोट		FL	015		
4169156	Port Orange	port-orange	US	32123	59866	America/New_York	29.13832	-80.99561	2			FL	127		
4169160	Port Richey	port-richey	US	34668	2761	America/New_York	28.27168	-82.71955	3			FL	101		
4169165	Port Royal	port-royal	US	17082	0	America/New_York	26.11093	-81.79314	1			FL	021		
4169166	Port Saint Joe	port-saint-joe	US	32456	3445	America/New_York	29.81188	-85.30297	2	Port St. Joe	045	FL	045		
4169171	Port Saint Lucie	port-saint-lucie	US	34952	164603	America/New_York	27.29393	-80.35033	5	Port St. Lucie		FL	111		
4169176	Port Salerno	port-salerno	US	34992	10091	America/New_York	27.14422	-80.2006	4	Port Salerno,Salerno		FL	085		
4169227	Portland	portland	US	04101	0	America/Chicago	30.51242	-86.19578	8			FL	131		
4169244	Powell	powell	US	37849	0	America/New_York	28.4925	-82.42843	23			FL	053		
4169345	Princeton	princeton	US	01541	22038	America/New_York	25.53844	-80.40894	3	Prinston,Принстон		FL	086		
4169398	Prosperity	prosperity	US	15329	0	America/Chicago	30.85185	-85.94688	46			FL	059		
4169400	Providence	providence	US	02901	0	America/New_York	28.1539	-81.97341	44			FL	105		
4169401	Providence	providence	US	02901	0	America/New_York	30.00413	-82.54734	46			FL	125		
4169452	Punta Gorda	punta-gorda	US	33950	18150	America/New_York	26.92978	-82.04537	1	PGD,Panta Gorda,Punta-Gorda,bwnta ghwrda,peng ta ge er da,punta gorda,pwnta gwrda  flwryda,Панта Горда,Пунта-Ґорда,بونتا غوردا,پونتا گوردا، فلوریدا,पुन्टा गोर्डा,蓬塔戈尔达	015	FL	015		
4169472	Putnam Hall	putnam-hall	US	32185	0	America/New_York	29.73663	-81.95926	32			FL	107		
4169510	Quincy	quincy	US	02169	7830	America/New_York	30.58714	-84.58325	63	Kuinsi,Kvinsi,kun xi,kvinsi,kwynsy,kwyynsy  flwryda,Квинси,Куинси,كوينسي,کوئنسی، فلوریڈا,کوئینسی، فلوریدا,क्विन्सी,昆西	039	FL	039		
4169519	Quinlan	quinlan	US	75474	0	America/New_York	30.41746	-81.59926	3			FL	031		
4169576	Raiford	raiford	US	32026	248	America/New_York	30.06385	-82.2365	40			FL	125		
4169606	Raleigh	raleigh	US	25911	373	America/New_York	29.44164	-82.46622	22			FL	075		
4169761	Red Level	red-level	US	36474	0	America/New_York	28.9697	-82.63621	4			FL	017		
4169780	Reddick	reddick	US	32686	518	America/New_York	29.36664	-82.19732	22			FL	083		
4169905	Remlap	remlap	US	35133	0	America/New_York	27.83225	-82.38176	2	Remlap,Remlay		FL	057		
4169934	Rex	rex	US	28378	0	America/New_York	29.63025	-82.09732	42			FL	001		
4169992	Richland	richland	US	08350	0	America/New_York	28.28306	-82.14286	29			FL	101		
4170019	Ridgecrest	ridgecrest	US	28770	2558	America/New_York	27.8975	-82.80529	17			FL	103		
4170029	Ridgewood	ridgewood	US	07450	0	America/New_York	30.13885	-81.78426	26			FL	019		
4170030	Ridgewood	ridgewood	US	07450	0	America/New_York	27.89141	-81.91369	60			FL	105		
4170062	Rio	rio	US	26755	965	America/New_York	27.21949	-80.23921	1			FL	085		
4170065	Rio Vista	rio-vista	US	76093	0	America/New_York	27.85002	-82.63899	1			FL	103		
4170080	River Forest	river-forest	US	60305	0	America/New_York	29.01332	-81.39173	2			FL	069		
4170102	Riverdale	riverdale	US	07457	0	America/New_York	28.48278	-82.1962	20			FL	101		
4170103	Riverdale	riverdale	US	07457	0	America/New_York	29.82163	-81.55175	3			FL	109		
4170115	Riverside	riverside	US	02915	0	America/New_York	30.31218	-81.68426	3			FL	031		
4170116	Riverside	riverside	US	02915	0	America/New_York	28.99526	-81.36312	3			FL	127		
4170155	Riverview	riverview	US	33568	0	America/New_York	30.40607	-81.68732	4			FL	031		
4170156	Riverview	riverview	US	33568	71050	America/New_York	27.86614	-82.32648	5	Riverv'ju,ribharabhyu,Ривервью,रिभरभ्यू		FL	057		
4170184	Rixford	rixford	US	16745	0	America/New_York	30.35328	-82.96402	42	Rixford,Rixsford		FL	121		
4170186	Roach	roach	US	65787	0	America/New_York	30.11132	-83.7246	8			FL	123		
4170266	Rochelle	rochelle	US	22738	0	America/New_York	29.59664	-82.2176	23			FL	001		
4170284	Rock Creek	rock-creek	US	25174	0	America/Chicago	30.65186	-85.1602	24			FL	063		
4170286	Rock Creek	rock-creek	US	25174	0	America/Chicago	30.96213	-86.77885	76			FL	091		
4170293	Rock Hill	rock-hill	US	12775	0	America/Chicago	30.60075	-86.10605	62			FL	131		
4170301	Rock Island	rock-island	US	38581	3076	America/New_York	26.15509	-80.17699	1	Rok-Ajlend,Рок-Айленд		FL	011		
4170303	Rock Island	rock-island	US	38581	0	America/New_York	26.11259	-81.34424	3			FL	021		
4170349	Rockdale	rockdale	US	76567	0	America/New_York	25.62899	-80.34089	4			FL	086		
4170358	Rockledge	rockledge	US	30454	24926	America/New_York	28.35084	-80.72533	7	Rock Ledge,Rockledge,Rokledz,Rokledzh,luo ke lei zhi,rakaleja,rwklydj,Рокледж,Роклеџ,راک‌لج، فلوریدا,روكليدج,रकलेज,罗克雷治		FL	009		
4170364	Rocksprings	rocksprings	US	78880	0	America/New_York	29.11748	-82.38343	21	Piedmont,Rock Springs,Rocksprings		FL	083		
4170368	Rockwell	rockwell	US	28138	0	America/New_York	28.29445	-80.6745	1			FL	009		
4170417	Rocky Point	rocky-point	US	11778	0	America/New_York	29.59441	-82.33871	22			FL	001		
4170435	Rodman	rodman	US	13682	0	America/New_York	29.5383	-81.7562	10			FL	107		
4170463	Romeo	romeo	US	48065	0	America/New_York	29.20636	-82.43621	17			FL	083		
4170501	Rose	rose	US	14542	0	America/New_York	30.34937	-84.1335	10			FL	073		
4170517	Rosedale	rosedale	US	11422	0	America/New_York	30.65547	-84.80853	85			FL	039		
4170520	Roseland	roseland	US	07068	1472	America/New_York	27.83586	-80.49311	6			FL	061		
4170528	Rosemary Beach	rosemary-beach	US	32461	0	America/Chicago	30.28353	-86.03049	7			FL	131		
4170531	Rosemont	rosemont	US	08556	0	America/New_York	28.60111	-81.43424	27			FL	095		
4170540	Rosewood	rosewood	US	43070	0	America/New_York	29.23913	-82.93206	5			FL	075		
4170556	Rotonda West	rotonda-west	US	33947	8759	America/New_York	26.88368	-82.29009	3	RTD,Rotonda,Rotonda West		FL	015		
4170576	Round Lake	round-lake	US	12151	0	America/Chicago	30.65158	-85.38882	81			FL	063		
4170606	Roy	roy	US	59471	0	America/New_York	29.61747	-81.48869	6			FL	035		
4170609	Royal	royal	US	51357	0	America/New_York	28.89443	-82.09509	21			FL	119		
4170617	Royal Palm Beach	royal-palm-beach	US	33421	37633	America/New_York	26.7084	-80.2306	5	Rojal Pam Bich,huang jia zong lu tan,royala pama bica,rwyal balm bytsh,rwyal palm bych  flwryda,Ројал Пам Бич,رائل پام بیچ، فلوریڈا,رويال بالم بيتش,رویال پالم بیچ، فلوریدا,रोयल पाम बीच,皇家棕榈滩		FL	099		
4170688	Ruskin	ruskin	US	33570	17208	America/New_York	27.72086	-82.43315	1	Raskin,raskina,Раскин,रस्किन		FL	057		
4170697	Russell	russell	US	01071	0	America/New_York	30.05635	-81.74732	6			FL	019		
4170721	Rutland	rutland	US	01543	0	America/New_York	28.85304	-82.21342	15			FL	119		
4170725	Rutledge	rutledge	US	30663	0	America/New_York	29.68191	-82.40983	41			FL	001		
4170730	Rye	rye	US	03870	0	America/New_York	27.51448	-82.36787	3			FL	081		
4170797	Safety Harbor	safety-harbor	US	34695	17454	America/New_York	27.99085	-82.69316	6	Sejfti Kharbor,an quan gang,sephti harbara,syfty harbr  flwryda,syfty harbwr,Сејфти Харбор,سفتے ہاربر، فلوریڈا,سيفتي هاربور,سیفتی هاربر، فلوریدا,सेफ्टी हार्बर,安全港		FL	103		
4170894	Saint Augustine	saint-augustine	US	32080	12975	America/New_York	29.89469	-81.31452	0	Presidio de San Augustin,Saint Augustin,Saint Augustine,San Agustin,San Agustín,Sejnt-Ogastin,Sent-Ogastin,St. Augustine,UST,seinteuogeoseutin,senta agastina  phlorida,sentoogasutin,sheng ao gu si ding,snt agwstyn,syynt ʼwgwstyn,Сейнт-Огастін,Сент-Огастин,סיינט אוגוסטין,سنت آگوستین,सेन्त अगस्तिन  फ्लोरिदा,セントオーガスティン,聖奧古斯丁,세인트오거스틴	109	FL	109		
4170965	Saint Cloud	saint-cloud	US	34769	35183	America/New_York	28.2489	-81.28118	23	Saint Cloud,St. Cloud		FL	097		
4170994	Saint Francis	saint-francis	US	04774	0	America/New_York	29.0361	-81.41951	1	Old Town,Saint Francis,St. Francis		FL	069		
4171010	Saint George	saint-george	US	29477	2709	America/New_York	28.05641	-82.72788	19			FL	103		
4171061	Saint James City	saint-james-city	US	33956	3784	America/New_York	26.49758	-82.07843	1			FL	071		
4171187	Saint Joseph	saint-joseph	US	38481	0	America/New_York	28.37583	-82.28675	67			FL	101		
4171250	Saint Leo	saint-leo	US	33574	1340	America/New_York	28.33723	-82.25842	57			FL	101		
4171315	Saint Marks	saint-marks	US	32355	293	America/New_York	30.16127	-84.20784	3			FL	129		
4172073	Santa Clara	santa-clara	US	84765	0	America/New_York	30.58381	-84.56213	69			FL	039		
4171524	Saint Peter	saint-peter	US	56082	0	America/New_York	30.48576	-84.22906	51			FL	073		
4171668	Salem	salem	US	01970	0	America/New_York	29.88689	-83.41292	12	Sejlem,Сейлем		FL	123		
4173311	Snow Hill	snow-hill	US	21863	0	America/New_York	28.70333	-81.11451	13			FL	117		
4171771	San Antonio	san-antonio	US	33576	1308	America/New_York	28.33611	-82.27453	51	San Antinio,San Antonio,San-Antonio,san antwnyw,sheng an dong ni ao,sn antwnyw  flwryda,syana entaniyo,Сан Антонио,Сан-Антонио,سان أنطونيو,سن آنتونیو، فلوریدا,स्यान एन्टनियो,圣安东尼奥		FL	101		
4171791	San Jose	san-jose	US	62682	0	America/New_York	30.24274	-81.61593	6			FL	031		
4171820	San Mateo	san-mateo	US	32187	0	America/New_York	30.44357	-81.63232	6			FL	031		
4171821	San Mateo	san-mateo	US	32187	0	America/New_York	29.60664	-81.58452	22			FL	107		
4171827	San Pablo	san-pablo	US	94806	0	America/New_York	30.29552	-81.43759	3			FL	031		
4171845	Sanborn	sanborn	US	14132	0	America/New_York	30.07187	-84.60435	11			FL	129		
4171984	Sanderson	sanderson	US	32087	0	America/New_York	30.25218	-82.27289	48			FL	003		
4172008	Sandy	sandy	US	84070	0	America/New_York	27.27366	-82.11564	18			FL	081		
4172035	Sandy Point	sandy-point	US	04972	0	America/New_York	29.90912	-82.8654	9			FL	121		
4172052	Sanibel	sanibel	US	33957	7236	America/New_York	26.44897	-82.02231	1	Sanibel,sa ni bei er,sanybl,snybl  flwryda,syanibela,Санибел,سانيبل,سنیبل، فلوریدا,स्यानिबेल,萨尼贝尔		FL	071		
4172075	Santa Fe	santa-fe	US	38482	0	America/New_York	29.88357	-82.43039	44			FL	001		
4172086	Sanford	sanford	US	04073	58111	America/New_York	28.80055	-81.27312	9	Fort Mellon,Mellonville,Sanford,Senford,saenpeodeu,sanfwrd,sang fu de,snfwrd  flwryda,syanpharda,Санфорд,Сенфорд,سانفورد,سنفورد، فلوریدا,स्यान्फर्ड,桑福德,샌퍼드	117	FL	117		
4172088	Santa Maria	santa-maria	US	78592	0	America/Chicago	30.94963	-86.83524	83			FL	113		
4172094	Santa Rosa Beach	santa-rosa-beach	US	32459	0	America/Chicago	30.39603	-86.22883	1	Santa Rosa,Santa Rosa Beach		FL	131		
4172131	Sarasota	sarasota	US	34230	55118	America/New_York	27.33643	-82.53065	7	SRQ,Sarasota,sa la suo ta,saeleosota,sarasota,saraswta,saraswta  flwryda,Сарасота,ساراسوتا,ساراسوتا، فلوریدا,सारासोटा,サラソータ,萨拉索塔,새러소타	115	FL	115		
4172155	Saratoga	saratoga	US	27873	0	America/New_York	29.53219	-81.68369	6			FL	107		
4172166	Sargent	sargent	US	30275	0	America/New_York	30.57411	-82.42929	38			FL	003		
4172173	Satellite Beach	satellite-beach	US	32937	10633	America/New_York	28.17612	-80.59005	4	Satelajt Bich,satylayt bytsh,stlayt bych  flwryda,syatela'ita bica,wei xing hai tan,Сателајт Бич,ساتيلايت بيتش,ستلایت بیچ، فلوریدا,स्याटेलाइट बीच,卫星海滩		FL	009		
4172176	Satsuma	satsuma	US	32189	0	America/New_York	29.55497	-81.65591	21			FL	107		
4172237	Saxton	saxton	US	16678	0	America/New_York	30.01191	-82.08344	48			FL	007		
4172239	Saybrook	saybrook	US	61770	0	America/New_York	29.7758	-81.33479	8			FL	109		
4172289	Scotland	scotland	US	06264	0	America/New_York	30.57659	-84.43018	69			FL	039		
4172308	Scottsmoor	scottsmoor	US	32775	0	America/New_York	28.76694	-80.87811	9			FL	009		
4172362	Sears	sears	US	49679	0	America/New_York	26.64674	-81.37563	9			FL	051		
4172366	Seaside	seaside	US	93955	2000	America/Chicago	30.32103	-86.14161	4	Sisajd,Сисайд		FL	131		
4172372	Sebastian	sebastian	US	32958	24007	America/New_York	27.81641	-80.47061	6	Sebashchan,Sebastian,Sebastián,sai ba si di an,sbastyn  flwryda,sybastyan  flwryda,Себастіан,Себашчан,سباستین، فلوریدا,سيباستيان، فلوريدا,塞巴斯蒂安		FL	061		
4172383	Sebring	sebring	US	33870	10497	America/New_York	27.49559	-81.44091	41	SEF,Sibring,sai bai ling,sbryng  flwryda,sebringa,sybryngh,Сибринг,سبرینگ، فلوریدا,سيبرينغ,सेब्रिंग,赛百灵	055	FL	055		
4172413	Seffner	seffner	US	33583	7579	America/New_York	27.98363	-82.27565	21			FL	057		
4172426	Sellersville	sellersville	US	18960	0	America/Chicago	30.99185	-86.92802	74			FL	113		
4172434	Seminole	seminole	US	16253	18153	America/New_York	27.83975	-82.79121	11	Seminol,sai mi nuo er,seminola,smynwl  flwryda,symynwl,Семинол,سمینول، فلوریدا,سيمينول,सेमिनोल,塞米诺尔		FL	103		
4172484	Seneca	seneca	US	16346	0	America/New_York	28.8661	-81.60118	37			FL	069		
4172517	Seven Springs	seven-springs	US	28578	0	America/New_York	28.21223	-82.66593	9			FL	101		
4172552	Seville	seville	US	31084	614	America/New_York	29.31692	-81.49257	16			FL	127		
4172584	Shady Grove	shady-grove	US	17256	0	America/Chicago	30.65297	-84.99631	56			FL	063		
4172585	Shady Grove	shady-grove	US	17256	0	America/New_York	30.28799	-83.63182	25			FL	123		
4172620	Shalimar	shalimar	US	32579	796	America/Chicago	30.44575	-86.57912	4			FL	091		
4172625	Shamrock	shamrock	US	74068	0	America/New_York	29.64329	-83.14485	13			FL	029		
4172658	Sharpes	sharpes	US	32959	3411	America/New_York	28.43223	-80.76005	6			FL	009		
4172671	Shawnee	shawnee	US	43782	0	America/New_York	26.77729	-80.96506	4			FL	043		
4172686	Shawano	shawano	US	54166	0	America/New_York	26.55479	-80.51144	3			FL	099		
4172747	Shenandoah	shenandoah	US	17976	0	America/New_York	25.75954	-80.22227	3			FL	086		
4172787	Sherman	sherman	US	04776	0	America/New_York	27.2106	-80.75534	8			FL	093		
4172793	Sherman Oaks	sherman-oaks	US	91403	0	America/New_York	29.1897	-82.25593	26			FL	083		
4172808	Shiloh	shiloh	US	08353	0	America/New_York	28.79055	-80.8045	4			FL	009		
4172899	Shorewood	shorewood	US	60404	0	America/New_York	26.30341	-80.09949	3			FL	011		
4172924	Sidell	sidell	US	61876	0	America/New_York	27.11783	-82.11648	9			FL	115		
4172971	Silver Lake	silver-lake	US	03875	1879	America/New_York	28.84193	-81.79841	20			FL	069		
4173002	Silver Springs	silver-springs	US	14550	10334	America/New_York	29.21664	-82.05759	15			FL	083		
4173004	Silver Springs	silver-springs	US	14550	0	America/Chicago	30.80658	-86.55245	77			FL	091		
4173136	Skytop	skytop	US	18357	0	America/New_York	28.56722	-81.71646	29			FL	069		
4173144	Slade	slade	US	40376	0	America/New_York	30.29328	-82.99902	33			FL	121		
4173149	Slater	slater	US	29683	0	America/New_York	26.73979	-81.85092	6			FL	071		
4173256	Smyrna	smyrna	US	13464	0	America/Chicago	30.59992	-85.67799	24			FL	059		
4173293	Sneads	sneads	US	32460	1776	America/Chicago	30.70801	-84.92552	36			FL	063		
4173350	Sopchoppy	sopchoppy	US	32358	462	America/New_York	30.06025	-84.49061	9	Sockchoppy,Sopchopi,Sopchoppy,sopkoppi,suo pu qiao pi,swbtshwby,Сопчопи,سوبتشوبي,سوپ‌کاپی، فلوریدا,सोप्कोप्पी,索普乔皮		FL	129		
4173355	Sorrento	sorrento	US	04677	861	America/New_York	28.80777	-81.56368	21			FL	069		
4173376	South Bay	south-bay	US	33493	5101	America/New_York	26.66396	-80.71617	5			FL	099		
4173380	South Beach	south-beach	US	97366	3501	America/New_York	27.59115	-80.34422	0			FL	061		
4173524	South Pasadena	south-pasadena	US	91030	5081	America/New_York	27.75503	-82.7376	1	Coreytown,Juzhnaja Pasadena,South Pasadena,Южная Пасадена		FL	103		
4173634	Southgate	southgate	US	48195	7173	America/New_York	27.3081	-82.50982	0			FL	115		
4173647	Southport	southport	US	04576	0	America/Chicago	30.29064	-85.65276	2			FL	005		
4173749	Sparkman	sparkman	US	71763	0	America/New_York	27.00645	-81.71147	15			FL	015		
4173758	Sparr	sparr	US	32192	0	America/New_York	29.33858	-82.11259	28			FL	083		
4173790	Spivey	spivey	US	67142	0	America/New_York	28.06529	-82.57315	14			FL	057		
4173804	Spray	spray	US	97874	0	America/New_York	30.5141	-83.62043	27			FL	079		
4173826	Spring Creek	spring-creek	US	16436	0	America/New_York	30.08076	-84.32768	1			FL	129		
4173830	Spring Glen	spring-glen	US	12483	0	America/New_York	30.29635	-81.60954	7			FL	031		
4173837	Spring Hill	spring-hill	US	34606	0	America/New_York	29.83274	-82.52817	40			FL	001		
4173838	Spring Hill	spring-hill	US	34606	98621	America/New_York	28.47688	-82.52546	14	Spring Khil,Spring-Khill,springa hila,Спринг Хил,Спринг-Хилл,स्प्रिङ्ग हिल		FL	053		
4173839	Spring Hill	spring-hill	US	34606	0	America/New_York	30.33937	-84.38796	28			FL	073		
4173841	Spring Hill	spring-hill	US	34606	160	America/Chicago	30.76741	-86.94163	61			FL	113		
4173857	Spring Lake	spring-lake	US	07762	458	America/New_York	28.49361	-82.30287	67			FL	053		
4173892	Springfield	springfield	US	01101	9442	America/Chicago	30.15326	-85.61132	8	Springfild,sbrynghfyld,si pu lin fei er de,springaphilda,Спрингфилд,Спрінгфілд,اسپرینگ‌فیلد، فلوریدا,سبرينغفيلد,سپرنگفیلڈ، فلوریڈا,स्प्रिङ्गफिल्ड,སི་པི་རིང་ཧྥིལ་ཌི།,斯普林菲尔德		FL	005		
4173893	Springfield	springfield	US	01101	0	America/New_York	30.34579	-81.65343	6			FL	031		
4173914	Springville	springville	US	14141	0	America/New_York	30.29273	-82.76346	29			FL	023		
4173979	Stanton	stanton	US	08885	0	America/New_York	28.99637	-81.91508	43			FL	083		
4173999	Starke	starke	US	32091	5397	America/New_York	29.94413	-82.10983	50	Stark,astark  flwryda,si ta ke,stark,starki,Старк,استارک، فلوریدا,ستارك,स्टार्की,斯塔克	007	FL	007		
4174011	Starr	starr	US	29684	0	America/New_York	30.28439	-83.08013	23			FL	121		
4174015	Star	star	US	27356	0	America/Chicago	30.71769	-85.13659	40	Star,Starr		FL	063		
4174044	Steele City	steele-city	US	68440	0	America/Chicago	30.72436	-85.38771	41			FL	063		
4174059	Steinhatchee	steinhatchee	US	32359	1047	America/New_York	29.67106	-83.38764	2	Jena,Steinhatchee,Stephensville,Stewarts City		FL	123		
4174201	Stuart	stuart	US	24171	16462	America/New_York	27.19755	-80.25283	3	SUA,Stjuart,astwart  flwryda,seutyueoteu,si tu er te,stu'arta,stywart,Стјуарт,استوارت، فلوریدا,ستيوارت,स्टुआर्ट,斯图尔特,스튜어트	085	FL	085		
4174270	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	28.0253	-82.45093	6	Sulphur Spring,Sulphur Springs		FL	057		
4174274	Sumatra	sumatra	US	32335	148	America/New_York	30.02058	-84.98058	8			FL	077		
4174280	Summerfield	summerfield	US	27358	0	America/New_York	29.00859	-82.03481	27			FL	083		
4174287	Summerland Key	summerland-key	US	33042	0	America/New_York	24.6657	-81.4423	0			FL	087		
4174298	Sumner	sumner	US	04292	0	America/New_York	29.21691	-82.96762	3			FL	075		
4174312	Sumterville	sumterville	US	33585	0	America/New_York	28.74499	-82.06342	23			FL	119		
4174316	Sun City	sun-city	US	33586	0	America/New_York	27.67836	-82.47871	8			FL	057		
4174317	Sun City Center	sun-city-center	US	33571	19258	America/New_York	27.71809	-82.35176	15	Greater Sun Center		FL	057		
4174332	Sun Valley	sun-valley	US	83353	0	America/New_York	26.52813	-80.13754	6			FL	099		
4174392	Sunnyside	sunnyside	US	11104	0	America/Chicago	30.25048	-85.94771	5	Sunnyside,Sunnyside Beach		FL	005		
4174393	Sunnyside	sunnyside	US	11104	0	America/New_York	28.79888	-81.83536	24			FL	069		
4174425	Sunset	sunset	US	04683	16389	America/New_York	25.70594	-80.35228	2			FL	086		
4174426	Sunset Beach	sunset-beach	US	28468	0	America/New_York	27.92086	-82.53454	0			FL	057		
4174428	Sunset Beach	sunset-beach	US	28468	0	America/New_York	27.75225	-82.76316	1			FL	103		
4174518	Surfside	surfside	US	90743	6024	America/New_York	25.87843	-80.1256	0			FL	086		
4174540	Suwannee	suwannee	US	32692	0	America/New_York	29.32885	-83.14429	3	Demory Hill,Suwannee		FL	029		
4174541	Suwannee	suwannee	US	32692	0	America/New_York	30.38911	-82.95652	37			FL	121		
4174598	Sweetwater	sweetwater	US	37874	0	America/New_York	27.40949	-81.70258	26			FL	049		
4174599	Sweetwater	sweetwater	US	37874	0	America/New_York	30.50797	-84.97214	60			FL	077		
4174600	Sweetwater	sweetwater	US	37874	20840	America/New_York	25.76343	-80.37311	1	Svitvoter,si wei te wo te,svitavatara,swytwatr,Свитвотер,سوئیت‌واتر، فلوریدا,سوئیٹ واٹر، میامی-ڈیڈ کاؤنٹی، فلوریڈا,سويتواتر,स्विटवाटर,斯威特沃特		FL	086		
4174603	Sweetwater	sweetwater	US	37874	0	America/New_York	30.26968	-81.76427	19			FL	031		
4174663	Sydney	sydney	US	33587	0	America/New_York	27.96336	-82.20731	27			FL	057		
4174673	Sylvania	sylvania	US	16945	0	America/Chicago	30.61686	-85.67465	33			FL	133		
4174699	Tacoma	tacoma	US	98401	0	America/New_York	29.52802	-82.31899	27			FL	001		
4174700	Taft	taft	US	38488	2205	America/New_York	28.42973	-81.36507	29			FL	095		
4176366	Venetia	venetia	US	15367	0	America/New_York	30.24746	-81.69371	2			FL	031		
4178136	White City	white-city	US	66872	0	America/Chicago	29.8841	-85.21992	2			FL	045		
4174715	Tallahassee	tallahassee	US	32301	189907	America/New_York	30.43826	-84.28073	62	Apalache Old Fields,Newton,Newtown,Old Field Town,Pueblo Nueva,TLH,Talachasi,Talahasi,Talahasis,Talahasī,Talajasy,Talakhasi,Tallahassa,Tallahassee,Tallahassee Talofa,Tallahassia,Tallakhassi,Tonabys Town,Tunapy,Villanueva,da la ha xi,ta la he xi,taelleohaesi,talahaci,talahase,talahasi,talahasy,tarahashi,telahasi,Ταλαχάσι,Талахаси,Талахасі,Таллахасси,Таллахассі,Թալահասի,טאלאהאסי,تالاهاسي,تالاهاسی,تالاہاسی، فلوریڈا,ٹالیحسی,टालाहासे,टॅलाहासी,तालाहासे,টালাহাসি,டலஹாசி,ടലഹാസി,แทลลาแฮสซี,ტალაჰასი,タラハシー,塔拉赫西,達拉哈西,탤러해시	FL	FL	073		
4174757	Tampa	tampa	US	33601	369075	America/New_York	27.94752	-82.45843	1	TPA,Tampa,taempa,taimpa,tamba,tampa,tamppa,tan pa,tanpa,tmpa  flwryda,tmph,Τάμπα,Тампа,Տամպա,טמפה,تامبا,تمپا، فلوریدا,ٹیمپا، فلوریڈا,टँपा,टैम्पा,ताम्पा,டாம்ப்பா,แทมปา,ტამპა,タンパ,坦帕,탬파	057	FL	057		
4174793	Tangerine	tangerine	US	32777	2865	America/New_York	28.76499	-81.63063	46			FL	095		
4174844	Tarrytown	tarrytown	US	10591	0	America/New_York	28.555	-82.05453	26			FL	119		
4174853	Tatum	tatum	US	29594	0	America/New_York	27.31838	-82.42593	7			FL	115		
4174855	Tarpon Springs	tarpon-springs	US	34688	24605	America/New_York	28.14612	-82.75677	7	Tarpon Sprin'nks,Tarpon Springs,ta peng si pu lin si,tarbwn sbrynghz,tarpona springas,tarpwn aspryngz  flwryda,Τάρπον Σπρινγκς,Тарпон Спрингс,تاربون سبرينغز,تارپون اسپرینگز، فلوریدا,टार्पोन स्प्रिङ्गस्,塔彭斯普林斯		FL	103		
4174861	Tavares	tavares	US	32778	15430	America/New_York	28.80416	-81.72563	23	Taveris,ta wa lei si,tafarys,tawars  flwryda,tyabhareja,Таверис,تافاريس,تاوارس، فلوریدا,ट्याभारेज,塔瓦雷斯	069	FL	069		
4174870	Tavernier	tavernier	US	33070	2136	America/New_York	25.01152	-80.51506	2			FL	087		
4174875	Taylor	taylor	US	18517	0	America/New_York	30.44051	-82.29123	36			FL	003		
4174914	Teasdale	teasdale	US	84773	0	America/New_York	29.73747	-81.64647	19			FL	107		
4174933	Telogia	telogia	US	32360	0	America/New_York	30.35106	-84.82029	35			FL	077		
4175007	Tennille	tennille	US	31089	0	America/New_York	29.778	-83.32597	6	Tenille,Tennille		FL	123		
4175015	Terra Ceia	terra-ceia	US	34250	0	America/New_York	27.57948	-82.58038	1			FL	081		
4175029	Terrell	terrell	US	28682	0	America/New_York	28.56055	-82.16259	19			FL	053		
4175179	The Villages	the-villages	US	32162	51442	America/New_York	28.93408	-81.95994	22	Orange Blossom Gardens,Te-Villidzhis,The Villages,The Villages at Spanish Springs,Vilidzes,da bhilejesa,Вилиџес,Те-Виллиджис,द भिलेजेस		FL	119		
4175249	Thompson	thompson	US	06277	0	America/New_York	25.04235	-80.49256	1			FL	087		
4175269	Thonotosassa	thonotosassa	US	33592	13014	America/New_York	28.06141	-82.30231	10			FL	057		
4175296	Three Lakes	three-lakes	US	54562	15047	America/New_York	25.64205	-80.39839	2			FL	086		
4175298	Three Oaks	three-oaks	US	49128	3592	America/New_York	26.47008	-81.79397	5			FL	071		
4175328	Tidewater	tidewater	US	97390	0	America/New_York	29.12886	-82.5701	23			FL	075		
4175386	Tilton	tilton	US	03276	0	America/New_York	29.7391	-85.08214	3			FL	037		
4176220	University Park	university-park	US	16802	0	America/New_York	26.39424	-80.1306	5			FL	099		
4175437	Titusville	titusville	US	08560	45393	America/New_York	28.61222	-80.80755	3	TIX,Tajtusvil,Tajtusvill,Titusvill,Titusvill',Titusville,ta'itasabhila,tai te si wei er,taitasubiru,tytwsfyl,Тайтусвилл,Тајтусвил,Титусвилль,Тітусвілл,تيتوسفيل,تیتوس‌ویل، فلوریدا,ٹائٹسویل، فلوریڈا,टाइटसभिल,タイタスビル,泰特斯维尔	009	FL	009		
4175523	Torrey	torrey	US	84775	0	America/New_York	27.61087	-81.82619	33			FL	049		
4175568	Townsend	townsend	US	01469	0	America/New_York	30.12911	-83.33931	27			FL	067		
4175588	Trail City	trail-city	US	57657	0	America/New_York	25.76066	-80.99618	2			FL	087		
4175637	Trenton	trenton	US	08601	2066	America/New_York	29.61329	-82.81762	16	Trenton,te lun dun,trentana,trntwn  flwryda,tryntwn,Трентон,ترنتون، فلوریدا,ترينتون,ٹرنٹن، فلوریڈا,ट्रेन्टन,特伦顿	041	FL	041		
4175650	Trilby	trilby	US	33593	419	America/New_York	28.4625	-82.19481	26			FL	101		
4175733	Tropic	tropic	US	84776	0	America/New_York	28.16446	-80.61589	0			FL	009		
4175811	Tryon	tryon	US	28782	0	America/New_York	27.2481	-81.95314	18			FL	027		
4175832	Tully	tully	US	13159	0	America/New_York	30.10437	-84.38101	12			FL	129		
4175845	Turkey Creek	turkey-creek	US	70585	0	America/New_York	27.97808	-82.18481	28			FL	057		
4175993	Twin Lakes	twin-lakes	US	53181	2073	America/New_York	26.18092	-80.16005	1			FL	011		
4176031	Tyler	tyler	US	36785	0	America/New_York	29.65107	-82.76401	26			FL	041		
4176059	Umatilla	umatilla	US	32784	3702	America/New_York	28.92943	-81.66563	30	Jumatila,awmatyla,awmatyla  flwryda,umatila,you ma di la,Јуматила,أوماتيلا,اوماتیلا، فلوریدا,उमातिला,尤马蒂拉		FL	069		
4176079	Union	union	US	03887	0	America/Chicago	30.8038	-86.04216	68			FL	131		
4176217	University Park	university-park	US	16802	26995	America/New_York	25.74649	-80.36755	1	Juniversiti Park,Juniversiti-Park,yunibharsiti parka,Јуниверсити Парк,Юниверсити-Парк,युनिभर्सिटी पार्क		FL	086		
4176219	University Park	university-park	US	16802	0	America/New_York	28.56695	-81.20812	25			FL	095		
4176299	Utopia	utopia	US	78884	732	America/New_York	27.29005	-82.36009	10			FL	115		
4176306	Valdez	valdez	US	87580	0	America/New_York	28.84527	-81.32229	5			FL	127		
4176309	Valhalla	valhalla	US	10595	0	America/New_York	24.74208	-80.97757	0			FL	087		
4176316	Valparaiso	valparaiso	US	32580	5023	America/Chicago	30.50853	-86.50273	14	VPS,Val'paraiso,Valparaiso,Valparajso,Valpariso,bhyalapyariso,wa er pa lai suo,walparaysw  flwryda,Валпарајсо,Вальпараисо,والپارایسو، فلوریدا,भ्यालप्यारिसो,瓦尔帕莱索		FL	091		
4176318	Valrico	valrico	US	33594	35545	America/New_York	27.93789	-82.23644	15			FL	057		
4176361	Vaughn	vaughn	US	59487	0	America/New_York	26.63257	-80.86895	2			FL	099		
4176380	Venice	venice	US	34284	22211	America/New_York	27.09978	-82.45426	3	VNC,Venecija,Venis,bhenisa,wei ni si,wnys  flwryda,Венеция,Венис,ونیس، فلوریدا,भेनिस,威尼斯		FL	115		
4176399	Venus	venus	US	16364	0	America/New_York	27.06728	-81.35674	33			FL	055		
4176407	Vernon	vernon	US	05354	679	America/Chicago	30.62297	-85.71215	13			FL	133		
4176409	Vero Beach	vero-beach	US	32960	16358	America/New_York	27.63864	-80.39727	4	VRB,Viro Bich,bhero bica,bilobichi,wei luo hai tan,wrw bych  flwryda,Виро Бич,ورو بیچ، فلوریدا,ویرو بیچ، فلوریڈا,भेरो बीच,维罗海滩,비로비치	061	FL	061		
4176431	Vicksburg	vicksburg	US	17883	0	America/Chicago	30.32577	-85.66645	16			FL	005		
4176433	Victor	victor	US	14564	0	America/New_York	28.16973	-82.77316	3			FL	103		
4176461	Viking	viking	US	56760	0	America/New_York	27.5417	-80.362	4			FL	111		
4176465	Vilas	vilas	US	28692	0	America/New_York	30.21909	-84.88575	25			FL	077		
4176514	Vineland	vineland	US	08360	0	America/New_York	28.39529	-81.50313	35			FL	095		
4176540	Vista	vista	US	92081	0	America/New_York	29.3769	-83.04818	2			FL	075		
4177268	Wabasso	wabasso	US	32970	609	America/New_York	27.74836	-80.43616	4			FL	061		
4177287	Wacissa	wacissa	US	32361	386	America/New_York	30.35854	-83.98711	12			FL	065		
4177294	Wade	wade	US	28395	0	America/New_York	29.74135	-82.61928	24			FL	001		
4177304	Wagner	wagner	US	57380	0	America/New_York	28.705	-81.28229	8			FL	117		
4177306	Wadesboro	wadesboro	US	28170	0	America/New_York	30.5052	-84.06573	37			FL	073		
4177312	Wahoo	wahoo	US	68066	0	America/New_York	28.69055	-82.19564	15			FL	119		
4177334	Waldo	waldo	US	32694	1030	America/New_York	29.78969	-82.16732	51	Voldo,valdo,waldw,waldw  flwryda,wo er duo,Волдо,والدو,والدو، فلوریدا,वाल्डो,沃尔多		FL	001		
4177380	Wallace	wallace	US	26448	1785	America/Chicago	30.67741	-87.17997	55			FL	113		
4177392	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	30.88546	-87.50998	79			FL	033		
4177408	Walton	walton	US	13856	0	America/New_York	27.30004	-80.25616	11			FL	111		
4177465	Warrington	warrington	US	18976	14531	America/Chicago	30.38409	-87.27497	2			FL	033		
4177526	Waterbury	waterbury	US	05671	0	America/New_York	27.4456	-82.30315	24			FL	081		
4177542	Watertown	watertown	US	02471	2829	America/New_York	30.19245	-82.61457	57			FL	023		
4177549	Watson	watson	US	35181	0	America/New_York	30.58966	-82.7243	37			FL	047		
4177550	Watson	watson	US	35181	0	America/New_York	26.69062	-80.83062	3			FL	099		
4177569	Wauchula	wauchula	US	33873	4935	America/New_York	27.54726	-81.81147	34	Vochula,vaucula,wachwla  flwryda,wawtshwla,wo chu la,Вочула,واوتشولا,واچولا، فلوریدا,वौचुला,沃楚拉	049	FL	049		
4177577	Wausau	wausau	US	32463	375	America/Chicago	30.63214	-85.58882	29			FL	133		
4177579	Waveland	waveland	US	39576	0	America/New_York	27.26782	-80.20671	0			FL	111		
4177580	Waverly	waverly	US	14892	767	America/New_York	27.97891	-81.61397	39			FL	105		
4177609	Webster	webster	US	01570	995	America/New_York	28.60999	-82.05508	27	Uehbster,Vebster,vebastara,wbstr  flwryda,wei bo si te,wybstr,Вебстер,Уэбстер,وبستر، فلوریدا,ويبستر,ویبسٹر، فلوریڈا,वेबस्टर,韦伯斯特		FL	119		
4177617	Wedgefield	wedgefield	US	29168	6705	America/New_York	28.48778	-81.07729	21			FL	095		
4177654	Weirsdale	weirsdale	US	32195	0	America/New_York	28.98193	-81.92425	29			FL	083		
4177674	Welaka	welaka	US	32193	681	America/New_York	29.47914	-81.67147	8	Walaka,Welaka		FL	107		
4177686	Welcome	welcome	US	20693	0	America/New_York	27.83614	-82.10425	25			FL	057		
4177698	Wellborn	wellborn	US	32094	2724	America/New_York	30.23106	-82.81957	58			FL	121		
4177703	Wellington	wellington	US	33414	62560	America/New_York	26.65868	-80.24144	5	Velington,Vellington,hui ling dun,velalingatana,wlyngtwn  flwryda,wylnghtwn,Велингтон,Веллингтон,Веллінгтон,ولینگتون، فلوریدا,ويلنغتون,ویلنگٹن، فلوریڈا,वेललिङ्गटन,惠灵顿		FL	099		
4177727	Wesley Chapel	wesley-chapel	US	33543	44092	America/New_York	28.23973	-82.32787	33	Uehsli-Chepel,Vesli Chapel,vesli cyapela,Весли Чапел,Уэсли-Чепел,वेस्ली च्यापेल		FL	101		
4177830	West Hills	west-hills	US	91307	0	America/New_York	29.66636	-82.40788	44			FL	001		
4177834	West Hollywood	west-hollywood	US	90069	60806	America/New_York	26.02065	-80.18394	3			FL	011		
4177887	West Palm Beach	west-palm-beach	US	33401	106779	America/New_York	26.71534	-80.05337	4	Litus Palmense Occidentale,Okcidenta Palm Beach,PBI,Uehst-Palm-Bich,Vest Palm Bich,Vest-Palm-Bich,West Palm Beach,u~esutopamubichi,vesta pama bica,weseuteupambichi,wst palm bych  flwryda,wst pʼlm byz,wyst balm bytsh,xi zong lu tan,Вест Палм Бич,Вест-Палм-Біч,Уэст-Палм-Бич,וסט פאלם ביץ,وست پالم بیچ، فلوریدا,ويست بالم بيتش,ویسٹ پام بیچ، فلوریڈا,वेस्ट पाम बीच,ウェストパームビーチ,西棕榈滩,웨스트팜비치	099	FL	099		
4177896	West Park	west-park	US	12493	0	America/New_York	29.6683	-82.40177	49			FL	001		
4177897	West Park	west-park	US	12493	15097	America/New_York	25.98454	-80.19894	2			FL	011		
4177898	West Park	west-park	US	12493	0	America/New_York	28.01169	-82.51621	9			FL	057		
4177965	Westchester	westchester	US	60154	29862	America/New_York	25.75482	-80.32727	1	Uehstchester,Vestchester,vestacestara,weseuteucheseuteo,Вестчестер,Уэстчестер,वेस्टचेस्टर,웨스트체스터		FL	086		
4177978	Westgate	westgate	US	50681	0	America/New_York	25.83843	-80.25116	2			FL	086		
4178003	Weston	weston	US	02493	69959	America/New_York	26.10037	-80.39977	1	Uehston,Veston,Weston,vestana,wei si dun,wstwn,wstwn  flwryda,Вестон,Уэстон,وستون,وستون، فلوریدا,वेस्टन,韦斯顿		FL	011		
4178032	Westview	westview	US	40178	9650	America/New_York	25.88204	-80.24199	1			FL	086		
4178040	Westville	westville	US	08093	275	America/Chicago	30.77463	-85.8516	21			FL	059		
4178044	Westwood	westwood	US	02090	0	America/New_York	30.24107	-81.7601	12			FL	031		
4178073	Wetumpka	wetumpka	US	36092	0	America/New_York	30.48297	-84.62297	59			FL	039		
4178074	Wewahitchka	wewahitchka	US	32449	1995	America/Chicago	30.1127	-85.20047	14			FL	045		
4178137	White City	white-city	US	66872	3719	America/New_York	27.37393	-80.33394	4			FL	111		
4178180	White Springs	white-springs	US	32096	773	America/New_York	30.32967	-82.75902	34	Uajt-Springs,Vajt Springs,bai wen quan,vha'ita springas,wayt aspryngz  flwryda,Вајт Спрингс,Уайт-Спрингс,وایت اسپرینگز، فلوریدا,व्हाइट स्प्रिङ्गस्,白温泉		FL	047		
4178182	White Springs	white-springs	US	32096	0	America/New_York	30.4202	-84.91519	49			FL	077		
4178196	Whitehouse	whitehouse	US	08888	0	America/New_York	30.31635	-81.84621	26			FL	031		
4178209	Whiteville	whiteville	US	28472	0	America/New_York	29.61802	-81.99287	48			FL	107		
4178215	Whitfield	whitfield	US	39193	2882	America/New_York	27.41171	-82.56593	5			FL	081		
4178216	Whitfield	whitfield	US	39193	295	America/Chicago	30.8819	-87.0524	68			FL	113		
4178229	Whitney	whitney	US	15693	0	America/New_York	28.81721	-81.93703	24			FL	069		
4178237	Whittier	whittier	US	28789	0	America/New_York	27.87308	-81.00617	23			FL	097		
4178259	Wilburn	wilburn	US	72179	0	America/New_York	30.19079	-82.57873	61			FL	023		
4178273	Wilcox	wilcox	US	15870	0	America/New_York	29.61107	-82.92151	12			FL	041		
4178292	Wildwood	wildwood	US	08260	6590	America/New_York	28.86542	-82.04058	20	Vajldvud,huai er de wu de,vildavuda,wylwwd  flwryda,Вајлдвуд,وائلڈووڈ، فلوریڈا,ویلوود، فلوریدا,विल्डवूड,怀尔德伍德		FL	119		
4178309	Wiley	wiley	US	30581	0	America/New_York	28.67388	-80.82866	1			FL	009		
4178397	Williamsburg	williamsburg	US	01096	7646	America/New_York	28.41445	-81.44285	27			FL	095		
4178405	Williford	williford	US	72482	0	America/New_York	29.78635	-82.79123	22			FL	041		
4178406	Willis	willis	US	24380	0	America/Chicago	30.55325	-85.18659	34			FL	013		
4178414	Williston	williston	US	05495	2746	America/New_York	29.38747	-82.44677	23	Viliston,villijtana,wei li si dun,wylynstwn  flwryda,Вилистон,ویلینستون، فلوریدا,विल्लीज्टन,威利斯顿		FL	075		
4178429	Willow	willow	US	12495	0	America/New_York	27.64448	-82.34648	15			FL	081		
4178454	Wilson	wilson	US	14172	0	America/New_York	28.64333	-80.69644	1			FL	009		
4178488	Wimauma	wimauma	US	33598	6373	America/New_York	27.71253	-82.29898	31			FL	057		
4178501	Windermere	windermere	US	34786	3249	America/New_York	28.49556	-81.5348	37	Uindermir,Vindermir,vindaramere,wen de mi er,wyndrmyr  flwryda,Виндермир,Уиндермир,ویندرمیر، فلوریدا,विन्डरमेरे,温德米尔		FL	095		
4178511	Windsor	windsor	US	01270	0	America/New_York	29.64663	-82.18621	34			FL	001		
4178520	Winfield	winfield	US	17889	0	America/New_York	30.26301	-82.68596	43			FL	023		
4178540	Winston	winston	US	30187	9050	America/New_York	28.03169	-82.01481	42			FL	105		
4178548	Winter Beach	winter-beach	US	32971	2067	America/New_York	27.7192	-80.42061	3	Quay,Waverly,Winter Beach		FL	061		
4178550	Winter Garden	winter-garden	US	34777	40356	America/New_York	28.56528	-81.58618	38	Vinter Garden,dong ji hua yuan,vintara gardena,wyntr gardn  flwryda,Винтер Гарден,وینتر گاردن، فلوریدا,विन्टर गार्डेन,冬季花园		FL	095		
4178552	Winter Haven	winter-haven	US	33880	37689	America/New_York	28.02224	-81.73286	50	GIF,Vinter Khejven,u~intaheibun,vintara hyabhena,wen te hei wen,wyntr hywn  flwryda,Винтер Хејвен,ونٹر ہیون، فلوریڈا,وینتر هیون، فلوریدا,विन्टर ह्याभेन,ウィンターヘイブン,温特黑文		FL	105		
4178560	Winter Park	winter-park	US	32789	29943	America/New_York	28.6	-81.33924	28	Uintur Park,Vinter Park,vintara parka,wen te pa ke,winteopakeu,wyntr park  flwryda,Винтер Парк,Уинтър Парк,ونٹر پارک، فلوریڈا,وینتر پارک، فلوریدا,विन्टर पार्क,温特帕克,윈터파크		FL	095		
4178573	Winter Springs	winter-springs	US	32708	34789	America/New_York	28.69889	-81.30812	16	North Orlando,Vinter Springs,Winter Springs,dong quan,vintara springas,wyntr aspryngz  flwryda,Винтер Спрингс,ونٹر سپرنگس، فلوریڈا,وینتر اسپرینگز، فلوریدا,विन्टर स्प्रिङ्गस्,冬泉		FL	117		
4178693	Woodlawn	woodlawn	US	24381	0	America/New_York	29.93136	-81.34396	3			FL	109		
4178712	Woodmere	woodmere	US	11598	0	America/New_York	27.02061	-82.39065	4			FL	115		
4178741	Woodville	woodville	US	01784	2978	America/New_York	30.31409	-84.2474	10			FL	073		
4178774	Worthington Springs	worthington-springs	US	32697	389	America/New_York	29.92941	-82.42345	36	Worthington,Worthington Springs		FL	125		
4178775	Wright	wright	US	55798	23127	America/Chicago	30.45575	-86.63829	13	Rajt,Райт		FL	091		
4178817	Yalaha	yalaha	US	34797	1364	America/New_York	28.7386	-81.80869	23	Yalaha,Yallaha		FL	069		
4178826	Yankeetown	yankeetown	US	34498	501	America/New_York	29.02997	-82.71594	3	Garytown,Knotts,Yankeetown		FL	075		
4178866	Yellow Jacket	yellow-jacket	US	81335	0	America/New_York	29.46329	-83.00124	1			FL	029		
4178893	York	york	US	03909	0	America/New_York	29.15025	-82.3001	24			FL	083		
4178909	Youngstown	youngstown	US	14174	4324	America/Chicago	30.36436	-85.43826	26			FL	005		
4178919	Yulee	yulee	US	32041	11491	America/New_York	30.6319	-81.60649	11			FL	089		
4178932	Yukon	yukon	US	15698	0	America/New_York	30.23468	-81.69815	4			FL	031		
4178933	Zellwood	zellwood	US	32798	2817	America/New_York	28.73111	-81.60118	30			FL	095		
4178941	Zephyrhills	zephyrhills	US	33539	14611	America/New_York	28.23362	-82.18119	29	Abbott's Station,ZPH,Zephyr Hills,Zephyrhills		FL	101		
4178972	Zolfo Springs	zolfo-springs	US	33890	1803	America/New_York	27.49337	-81.79592	20			FL	049		
4178992	Abbeville	abbeville	US	29620	2815	America/New_York	31.99212	-83.30682	77	Abbeville,Abevil,Adams,a bi wei er,abfyl,abwyl  jarjya,abwyl  jwrjya,aebibil,ebebhila,Абевил,أبفيل,ابویل، جارجیا,ابویل، جورجیا,एबेभिल,阿比维尔,애비빌	315	GA	315		
4179012	Aberdeen	aberdeen	US	21001	0	America/New_York	33.409	-84.60187	275			GA	113		
4179025	Abilene	abilene	US	67410	0	America/New_York	33.64928	-85.04967	324	Abaline,Abilene		GA	045		
4179074	Acworth	acworth	US	03601	22131	America/New_York	34.06635	-84.67837	277	Ackworth,Acworth,Akvort,Northcutt Station,akwrs  jwrjya,akwwrth,ekvartha,Акворт,أكوورث,اکورس، جورجیا,ایکورتھ، جارجیا,एक्वर्थ		GA	067		
4179094	Adairsville	adairsville	US	30103	4778	America/New_York	34.3687	-84.93411	219	Adersvil,adayrsfyl,adyrswyl  jwrjya,edarsabhila,Адерсвил,أدايرسفيل,ادیرسویل، جورجیا,اڈیرسویل، جارجیا,एडर्सभिल		GA	015		
4179103	Adams	adams	US	01220	0	America/New_York	33.94595	-83.4171	211			GA	059		
4179166	Adamsville	adamsville	US	02801	0	America/New_York	33.75927	-84.50521	288	Adamsville,Lick Skillet		GA	121		
4179167	Adamsville	adamsville	US	02801	0	America/New_York	33.37542	-82.37013	136			GA	189		
4179193	Adel	adel	US	31620	5316	America/New_York	31.13727	-83.42408	73	Adel,Ejdel,Puddleville,aderu,adl,adl  jwrjya,edela,Ејдел,أدل,ادل، جورجیا,ایڈل، جارجیا,एडेल,アデル	075	GA	075		
4179213	Adrian	adrian	US	16210	657	America/New_York	32.53072	-82.5893	86	Adrian,Адриан		GA	107		
4179232	Afton	afton	US	13730	0	America/New_York	34.50037	-84.24547	442			GA	085		
4179253	Ailey	ailey	US	30410	552	America/New_York	32.1874	-82.56569	75			GA	209		
4179313	Alamo	alamo	US	30411	3330	America/New_York	32.14712	-82.77792	70	Alamo,alamo,alamw,alamw  jarjya,alamw  jwrjya,Аламо,آلامو، جورجیا,ألامو,الامو، جارجیا,अलामो	309	GA	309		
4179317	Alapaha	alapaha	US	31622	656	America/New_York	31.3852	-83.22293	87	Alapaha,Alapakha,Allapaha,alabaha,alapaha,alapaha  jwrjya,Алапаха,ألاباها,الاپاها، جورجیا,अलापाहा		GA	019		
4179320	Albany	albany	US	05820	74843	America/New_York	31.57851	-84.15574	62	ABY,Albany,City of Opportunity,Olbani,albani,albany,albany  jarjya,albany  jwrjya,ao er ba ni,olbeoni,orubani,Олбани,Олбані,آلبانی، جورجیا,ألباني,البانی، جارجیا,अल्बानी,オールバニ,奧爾巴尼,올버니	095	GA	095		
4179380	Alexander	alexander	US	14005	0	America/New_York	33.0221	-81.87678	89	Academy Council,Alexander,Alexander Village		GA	033		
4179421	Aline	aline	US	73716	0	America/New_York	32.36101	-82.1604	84			GA	043		
4179444	Allen	allen	US	21810	0	America/New_York	33.94567	-83.54378	251			GA	219		
4179494	Allendale	allendale	US	07401	0	America/New_York	33.98927	-83.98379	336			GA	135		
4179495	Allendale	allendale	US	07401	0	America/New_York	32.52792	-84.92549	130			GA	215		
4179499	Allenhurst	allenhurst	US	07711	665	America/New_York	31.7841	-81.60761	18			GA	179		
4179510	Allentown	allentown	US	08501	162	America/New_York	32.59321	-83.22571	131	Allentaun,Аллентаун		GA	289		
4179513	Allenwood	allenwood	US	08720	0	America/New_York	33.06986	-83.26127	118			GA	009		
4179557	Alma	alma	US	14708	3536	America/New_York	31.53937	-82.46236	60	Alma,The Queen City,alma,alma  jarjya,alma  jwrjya,elma,Алма,آلما، جورجیا,ألما,الما، جارجیا,एल्मा	005	GA	005		
4179574	Alpharetta	alpharetta	US	30004	63693	America/New_York	34.07538	-84.29409	347	Al'faretta,Alfareta,Alpharetta,New Prospect Campground,alfarta  jwrjya,alfaryta,alfaryta  jarjya,alphareta,Алфарета,Альфаретта,آلفارتا، جورجیا,ألفاريتا,الفاریتا، جارجیا,अल्फारेटा		GA	121		
4179584	Alpine	alpine	US	07620	0	America/New_York	34.45592	-85.49163	235			GA	055		
4179587	Almira	almira	US	99103	0	America/New_York	32.94488	-82.52596	77			GA	163		
4179593	Alston	alston	US	30412	158	America/New_York	32.08074	-82.47763	70			GA	209		
4179599	Alta Vista	alta-vista	US	50603	0	America/New_York	32.48153	-84.92493	84			GA	215		
4179600	Alta Vista	alta-vista	US	50603	0	America/New_York	33.749	-84.73882	347			GA	097		
4179624	Alto	alto	US	30510	1167	America/New_York	34.46732	-83.57378	426	Alto,Long View,Longview Station,Lulah,Lulah City,Roul		GA	011		
4179634	Alvaton	alvaton	US	42122	0	America/New_York	33.17096	-84.58048	233			GA	199		
4179635	Alvin	alvin	US	61811	0	America/New_York	34.23427	-83.32404	257			GA	195		
4179650	Ambrose	ambrose	US	31512	380	America/New_York	31.5938	-83.01431	95			GA	069		
4179667	Americus	americus	US	31709	16028	America/New_York	32.07239	-84.23269	131	Amerikus,amerikasa,amrykas  jwrjya,amryks  jarjya,amyrykws,Америкус,أميريكوس,امریکاس، جورجیا,امریکس، جارجیا,अमेरिकस	261	GA	261		
4179687	Amity	amity	US	15311	0	America/New_York	33.67596	-82.48957	137	Amity,Hogan Store		GA	181		
4179700	Amsterdam	amsterdam	US	12010	0	America/New_York	30.72742	-84.43574	74			GA	087		
4179780	Andersonville	andersonville	US	31711	0	America/New_York	34.12954	-84.49743	263			GA	057		
4179781	Andersonville	andersonville	US	31711	236	America/New_York	32.19599	-84.13991	123	Anderson,Anderson Station,Andersonville		GA	261		
4179833	Anguilla	anguilla	US	38721	0	America/New_York	31.25551	-81.60344	3			GA	127		
4179861	Ansley	ansley	US	68814	0	America/New_York	33.31875	-82.77486	133			GA	301		
4179886	Antioch	antioch	US	37011	0	America/New_York	32.67763	-85.05827	179	Antioch,Huckabee		GA	145		
4179887	Antioch	antioch	US	37011	0	America/New_York	33.95343	-85.16134	262	Antioch,Shades		GA	233		
4179888	Antioch	antioch	US	37011	0	America/New_York	34.8912	-83.29905	541			GA	241		
4179889	Antioch	antioch	US	37011	0	America/New_York	33.10762	-85.16994	226			GA	285		
4180077	Apple Valley	apple-valley	US	92307	0	America/New_York	34.15872	-83.50933	245			GA	157		
4180085	Appling	appling	US	30802	0	America/New_York	33.54608	-82.3173	89	Appling,Applingville	073	GA	073		
4180106	Arabi	arabi	US	31712	563	America/New_York	31.83157	-83.73795	134			GA	081		
4180114	Aragon	aragon	US	30104	1243	America/New_York	34.04565	-85.05606	226	Aragon,Long		GA	233		
4180118	Ararat	ararat	US	24053	0	America/New_York	32.06129	-83.12626	91			GA	091		
4180134	Arcade	arcade	US	14009	1799	America/New_York	34.07789	-83.56155	267			GA	157		
4180156	Arco	arco	US	56113	0	America/New_York	31.20134	-81.50621	4	Arco,Dock Junction		GA	127		
4180159	Arcola	arcola	US	38722	0	America/New_York	32.34352	-81.60205	38			GA	031		
4180162	Ardmore	ardmore	US	19003	0	America/New_York	32.49518	-81.42872	38			GA	103		
4180170	Argyle	argyle	US	12809	215	America/New_York	31.0741	-82.64847	49	Argyle,Saussy		GA	065		
4180176	Apple Valley	apple-valley	US	92307	0	America/New_York	33.39792	-81.99928	42			GA	245		
4180183	Arlington	arlington	US	02474	1406	America/New_York	31.4399	-84.72492	91	Arlington,Арлингтон		GA	037		
4180212	Armuchee	armuchee	US	30105	0	America/New_York	34.38898	-85.1819	190	Armuchee,Thomas		GA	115		
4180253	Arnoldsville	arnoldsville	US	30619	354	America/New_York	33.90512	-83.21682	243	Arnoldsville,Cherokee Corner,Edwin		GA	221		
4180255	Arp	arp	US	75750	0	America/New_York	34.30705	-83.41155	239	Arp,Bill Arp		GA	011		
4180256	Arp	arp	US	75750	0	America/New_York	31.75602	-83.40683	113			GA	155		
4180303	Ash	ash	US	28420	0	America/New_York	33.80372	-84.85022	338			GA	223		
4180316	Ashburn	ashburn	US	20146	3820	America/New_York	31.70601	-83.65322	130	Ashbern,Ashburn,Marion,Troupville Crossroads,ashbrn  jarjya,ashbrn  jwrjya,ashbwrn,esbarna,Ашберн,أشبورن,اشبرن، جارجیا,اشبرن، جورجیا,एश्बर्न	287	GA	287		
4180329	Ashland	ashland	US	01721	0	America/New_York	34.32566	-83.35571	227			GA	119		
4180330	Ashland	ashland	US	01721	0	America/New_York	33.90067	-83.58044	244			GA	219		
4180346	Ashmore	ashmore	US	61912	0	America/New_York	31.83771	-81.60428	25			GA	179		
4180364	Aspinwall	aspinwall	US	51432	0	America/New_York	31.43494	-82.17401	43	Aspinwall,Aspinwall Siding		GA	229		
4180374	Ashton	ashton	US	20861	0	America/New_York	31.70491	-83.15599	106			GA	017		
4180375	Astoria	astoria	US	11102	0	America/New_York	31.14855	-82.29179	44			GA	299		
4180378	Atco	atco	US	08004	0	America/New_York	34.18065	-84.81994	222			GA	015		
4180386	Athens	athens	US	04912	116714	America/New_York	33.96095	-83.37794	228	AHN,Atens,Atensas,Athens,Athens i Georgia,Athens-Clarke County,Atina,Atuns,Cedar Shoals,aeseonseu,asenzu,athensa,athyna,atn  jwrjya,atynz  jwrjya,ethensaklarka ka'unti,ya dian,Атенс,Атина,Атънс,אתנס,آتئنز، جورجیا,آتن، جورجیا,أثينا,ایتھنز، جارجیا,अथेन्स,एथेन्सक्लार्क काउन्टी,アセンズ,雅典,애선스	059	GA	059		
4180429	Atkinson	atkinson	US	03811	0	America/New_York	31.22328	-81.85261	18			GA	025		
4180439	Atlanta	atlanta	US	14808	463878	America/New_York	33.749	-84.38798	320	ATL,Atlant,Atlanta,Atlantae,Atlonta,Canebrake,Marthasdale,Marthasville,Standing Peachtree,Terminus,White Hall,Whitehall,aeteullaenta,arr‌lanra nagaram,atalanta,ateullaenta,ateullanta,atlanta,atoranta,atʼlantʼa,etalanta,etlanta,ya te lan da,Ατλάντα,Атлантæ,Атланта,Ատլանտա,אטלאנטא,אטלנטה,آتلانتا,أتلانتا,ئەتڵانتا,اٹلانٹا,اٹلانٹا، جارجیا,अटलांटा,अटलान्टा,एट्लान्टा,एत्लान्ता,আটলান্টা,એટલાન્ટા,அட்லான்டா,అట్లాంటా,ಅಟ್ಲಾಂಟಾ,അറ്റ്‌ലാന്റാ നഗരം,แอตแลนตา,ཨ་ཊི་ལཱན་ཊཱ།,အတ္တလန္တာမြို့,ატლანტა,አትላንታ,アトランタ,亚特兰大,亞特蘭大,아틀란타,아틀랜타,애틀랜타	GA	GA	121		
4180493	Attapulgus	attapulgus	US	39815	435	America/New_York	30.74932	-84.48568	98	Allapulges,Ateapulgus,Attapulgus,Borrough of Pleasant Grove,Hack,Pleasant Grove		GA	087		
4180497	Attica	attica	US	14011	0	America/New_York	34.01872	-83.49183	257			GA	157		
4180500	Atwater	atwater	US	44201	0	America/New_York	32.96846	-84.36936	237			GA	293		
4180508	Aubrey	aubrey	US	72311	0	America/New_York	34.26454	-84.75271	268			GA	015		
4180509	Aubrey	aubrey	US	72311	0	America/New_York	33.19901	-85.13605	227			GA	149		
4180512	Auburn	auburn	US	01501	7524	America/New_York	34.01372	-83.82768	320	Auburn,Loughridge		GA	013		
4180524	Audubon	audubon	US	08106	0	America/New_York	34.5662	-84.81911	210			GA	129		
4180525	Audubon	audubon	US	08106	0	America/New_York	31.59267	-84.21658	59			GA	095		
4180531	Augusta	augusta	US	04330	43459	America/New_York	33.47097	-81.97484	43	AGS,Augusta,Augusta-Richmond County,Ogasta,Ogusta,agasta,agasta ricamanda ka'unti,agwsta  jwrjya,ao gu si ta,awghsta,ogasuta,ogeoseuta,Огаста,Огъста,אוגוסטה,آگسٹا، جارجیا,آگوستا، جورجیا,أوغستا,अगस्टा,अगस्टा रिचमंड काउन्टी,অগাস্টা,オーガスタ,奥古斯塔,오거스타	245	GA	245		
4180564	Austell	austell	US	30106	7107	America/New_York	33.81261	-84.63438	283	Austell,Causeys Chapel,Cincinnati Junction,Irvine,Ostel,astela,astl  jwrjya,awstyl,Остел,آستل، جورجیا,آسٹیل، جارجیا,أوستيل,अस्टेल		GA	067		
4180591	Avalon	avalon	US	08202	0	America/New_York	33.52261	-84.39631	272			GA	063		
4180592	Avalon	avalon	US	08202	0	America/New_York	33.49317	-83.8099	212			GA	217		
4180593	Avalon	avalon	US	08202	205	America/New_York	34.50205	-83.19516	281			GA	257		
4180594	Avalon	avalon	US	08202	0	America/New_York	31.56962	-84.1888	60			GA	095		
4180603	Avera	avera	US	30803	233	America/New_York	33.19404	-82.52707	137			GA	163		
4180614	Avery	avery	US	75554	0	America/New_York	34.19565	-84.42243	342			GA	057		
4180627	Avon Park	avon-park	US	33825	0	America/New_York	32.05577	-81.05983	9			GA	051		
4180628	Avondale	avondale	US	19311	0	America/New_York	32.69181	-83.63741	107			GA	021		
4180629	Avondale	avondale	US	19311	0	America/New_York	32.05299	-81.05761	9			GA	051		
4180630	Avondale	avondale	US	19311	0	America/New_York	33.35542	-82.32596	154			GA	189		
4180631	Avondale	avondale	US	19311	0	America/New_York	32.45848	-84.97521	74			GA	215		
4180632	Avondale	avondale	US	19311	0	America/New_York	33.51152	-82.06012	104			GA	245		
4180633	Avondale	avondale	US	19311	0	America/New_York	31.5724	-84.19435	63			GA	095		
4180638	Avondale Estates	avondale-estates	US	30002	3139	America/New_York	33.77149	-84.26714	313	Avondale,Avondale Estates,Ingleside		GA	089		
4180652	Axson	axson	US	31624	0	America/New_York	31.27632	-82.73431	54	Axson,MacDonalds Mill,McDonald,McDonald Station,McDonalds Mill,Red Bluff		GA	003		
4180690	Babcock	babcock	US	54413	0	America/New_York	31.11241	-84.64158	42	Babcock,Pondtown		GA	201		
4180723	Baconton	baconton	US	31716	871	America/New_York	31.37962	-84.16102	53			GA	205		
4180731	Baden	baden	US	15005	0	America/New_York	30.71742	-83.56516	43			GA	027		
4180745	Bailey	bailey	US	27807	0	America/New_York	34.27427	-83.77462	391			GA	139		
4180775	Bainbridge	bainbridge	US	13733	12507	America/New_York	30.9038	-84.57547	37	BGE,Bainbridge,Beinbridz,Beinbridž,Bejnbridz,Bejnbridzh,Burges,Fort Hughes,Puckanawhitla,bainabrija,byn brj  jarjya,bynbrdj,bynbryj  jwrjya,Бейнбридж,Бейнбрідж,Бејнбриџ,بينبردج,بین برج، جارجیا,بینبریج، جورجیا,बैनब्रिज	087	GA	087		
4180868	Baldwin	baldwin	US	11510	3286	America/New_York	34.49177	-83.53739	466	Baldwin,Bolduin,Stonepile,Болдуин		GA	137		
4180894	Baldwinville	baldwinville	US	01436	0	America/New_York	32.65069	-84.44964	220			GA	263		
4180913	Ball Ground	ball-ground	US	30107	1720	America/New_York	34.33815	-84.37659	336	Ball Ground,Ballground		GA	057		
4180914	Ball Ground	ball-ground	US	30107	0	America/New_York	34.65203	-84.76022	228			GA	213		
4180955	Bancroft	bancroft	US	25011	0	America/New_York	31.4149	-84.83992	70	Bancroft,Burgundy,Nesbit		GA	099		
4180956	Bandy	bandy	US	24602	0	America/New_York	30.87076	-83.17487	64			GA	185		
4180993	Banning	banning	US	92220	0	America/New_York	33.51206	-84.93105	274	Banning,Bowenville		GA	045		
4181068	Barker	barker	US	14012	0	America/New_York	33.01207	-84.4702	229			GA	231		
4181089	Barnes	barnes	US	66933	0	America/New_York	34.27316	-83.91657	355			GA	139		
4181110	Barnesville	barnesville	US	18214	6625	America/New_York	33.05457	-84.15575	261	Barnsvil,barns wyl  jwrjya,barnsabhila,barnsfyl,barnswyl  jarjya,Барнсвил,بارنس ویل، جورجیا,بارنسفيل,بارنسویل، جارجیا,बार्न्सभिल	171	GA	171		
4181116	Barnett	barnett	US	65011	0	America/New_York	33.50402	-82.80764	196	Barnett,Cumming,Double Wells		GA	301		
4181135	Barney	barney	US	31625	0	America/New_York	31.00825	-83.51294	73			GA	027		
4181141	Barnhill	barnhill	US	62809	0	America/New_York	32.32656	-82.66902	62			GA	283		
4181161	Barrett	barrett	US	56311	0	America/New_York	34.33677	-83.81601	373			GA	139		
4181174	Barrington	barrington	US	02806	0	America/New_York	32.59542	-83.70574	135			GA	153		
4181175	Barrington	barrington	US	02806	0	America/New_York	33.52039	-84.03269	245			GA	217		
4181201	Bartlett	bartlett	US	03812	0	America/New_York	32.33571	-84.11519	105			GA	193		
4181214	Bartow	bartow	US	24920	0	America/New_York	34.12149	-84.74883	261			GA	015		
4181215	Bartow	bartow	US	24920	262	America/New_York	32.87877	-82.47374	74	Bartow,Spears Turnout,Spiers Station,Spiers Turnout		GA	163		
4181225	Barwick	barwick	US	31720	379	America/New_York	30.89019	-83.74072	81			GA	275		
4181235	Bascom	bascom	US	32423	0	America/New_York	32.84044	-81.66817	37			GA	251		
4181287	Batesville	batesville	US	22924	0	America/New_York	34.16343	-84.37826	318			GA	057		
4181288	Batesville	batesville	US	22924	0	America/New_York	34.74815	-83.61128	520	Batesville,Sequee,Sokee,Soque		GA	137		
4181289	Bath	bath	US	03740	0	America/New_York	33.33875	-82.17651	119	Bath,Richmond Baths		GA	245		
4181292	Batson	batson	US	77519	0	America/New_York	32.3085	-83.06793	94			GA	175		
4181333	Baxley	baxley	US	31513	4440	America/New_York	31.77825	-82.34846	62	Baksli,baksly,bksly  jwrjya,byaksali,Баксли,باكسلي,بکسلی، جورجیا,بکسلے، جارجیا,ब्याक्सली	001	GA	001		
4181346	Baxter	baxter	US	26560	0	America/New_York	34.7387	-84.07464	653			GA	291		
4181356	Bay	bay	US	72411	0	America/New_York	31.19185	-83.92656	98			GA	071		
4181421	Beach	beach	US	58621	0	America/New_York	31.43993	-82.50375	50			GA	299		
4181581	Beatrice	beatrice	US	36425	0	America/New_York	32.0071	-84.90493	170			GA	259		
4181604	Beaver Creek	beaver-creek	US	56116	0	America/New_York	33.58372	-84.48882	268			GA	121		
4181606	Beaver Creek	beaver-creek	US	56116	0	America/New_York	32.5057	-83.66241	102			GA	153		
4181610	Beaver Creek	beaver-creek	US	56116	0	America/New_York	33.589	-83.94158	225			GA	217		
4181651	Beaverdale	beaverdale	US	15921	0	America/New_York	34.92119	-84.84244	219			GA	313		
4181742	Bedford Park	bedford-park	US	60499	0	America/New_York	33.35345	-84.53521	244			GA	113		
4181803	Bel Air	bel-air	US	21014	0	America/New_York	31.22245	-81.49927	4			GA	127		
4181807	Bel-Air	bel-air	US	21014	0	America/New_York	31.37245	-81.42621	6			GA	191		
4181816	Belfast	belfast	US	04915	0	America/New_York	31.82438	-81.29177	4			GA	029		
4181821	Bell	bell	US	32619	0	America/New_York	33.98845	-82.77625	136	Bell,Bells Crossroads		GA	105		
4181867	Belleview	belleview	US	34420	0	America/New_York	32.77208	-84.5577	232	Belleview,Bellview,Bellvue		GA	263		
4181870	Bellevue	bellevue	US	41073	0	America/New_York	32.85847	-83.69157	165			GA	021		
4181871	Bellevue	bellevue	US	41073	0	America/New_York	32.93043	-82.02095	67			GA	033		
4181904	Bellville	bellville	US	30414	0	America/New_York	31.59489	-84.89937	122			GA	061		
4181905	Bellville	bellville	US	30414	122	America/New_York	32.15241	-81.97428	56	Belleville,Bellville		GA	109		
4181910	Bellwood	bellwood	US	16617	0	America/New_York	33.77455	-84.41243	289			GA	121		
4181916	Belmont	belmont	US	02478	0	America/New_York	33.72344	-84.16631	288	Belmont,Latimer's,Latimers Crossroad,Latimers Store		GA	089		
4181917	Belmont	belmont	US	02478	0	America/New_York	34.18566	-83.76128	346	Bellmont,Belmont		GA	139		
4181918	Belmont	belmont	US	02478	0	America/New_York	33.83956	-83.28766	186			GA	219		
4181930	Beloit	beloit	US	44609	0	America/New_York	31.67378	-84.07685	78			GA	177		
4181932	Belton	belton	US	29627	0	America/New_York	34.39982	-83.65545	404			GA	139		
4181979	Benedict	benedict	US	20612	0	America/New_York	31.21606	-81.50149	5			GA	127		
4181980	Benedict	benedict	US	20612	0	America/New_York	33.97399	-85.25717	247			GA	233		
4182054	Benton	benton	US	17814	0	America/New_York	34.26204	-85.29829	189			GA	115		
4182062	Benton Harbor	benton-harbor	US	49022	0	America/New_York	33.68344	-84.20936	259			GA	089		
4182096	Berlin	berlin	US	01503	559	America/New_York	31.06824	-83.62378	80	Berlin,Lens		GA	071		
4182153	Berryton	berryton	US	66409	0	America/New_York	34.45009	-85.38635	197	Berryton,Raccoon Mills,Raccoon Station		GA	055		
4182157	Berryville	berryville	US	22611	0	America/New_York	32.42852	-81.25872	28	Berrys,Berryville		GA	103		
4182185	Bethany	bethany	US	06524	0	America/New_York	31.30768	-84.59964	62			GA	007		
4182186	Bethany	bethany	US	06524	0	America/New_York	30.85741	-84.72409	36			GA	087		
4182187	Bethany	bethany	US	06524	0	America/New_York	33.52734	-84.54298	296	Bethany,Dixie		GA	113		
4182188	Bethany	bethany	US	06524	0	America/New_York	33.53096	-83.4235	191			GA	211		
4182257	Bethel	bethel	US	04217	0	America/New_York	31.82326	-82.14818	51			GA	001		
4182258	Bethel	bethel	US	04217	0	America/New_York	31.67961	-84.95909	132			GA	061		
4182259	Bethel	bethel	US	04217	0	America/New_York	31.46631	-82.88153	61			GA	069		
4182260	Bethel	bethel	US	04217	0	America/New_York	32.4138	-81.35483	27			GA	103		
4182261	Bethel	bethel	US	04217	0	America/New_York	30.7538	-84.29463	81			GA	131		
4182262	Bethel	bethel	US	04217	0	America/New_York	33.34484	-83.75434	223	Bethel,Bethel Station		GA	159		
4182263	Bethel	bethel	US	04217	0	America/New_York	31.65851	-83.56655	121			GA	287		
4182484	Bethesda	bethesda	US	20810	0	America/New_York	31.96327	-81.094	5			GA	051		
4182485	Bethesda	bethesda	US	20810	0	America/New_York	33.63429	-83.00959	189			GA	133		
4182486	Bethesda	bethesda	US	20810	0	America/New_York	33.92149	-84.08408	295			GA	135		
4182522	Bethlehem	bethlehem	US	03574	671	America/New_York	33.93206	-83.71378	262	Vifleem,Вифлеем		GA	013		
4182523	Bethlehem	bethlehem	US	03574	0	America/New_York	34.90203	-84.07741	573			GA	291		
4182668	Beulah	beulah	US	38726	0	America/New_York	33.77705	-84.70549	360			GA	097		
4182669	Beulah	beulah	US	38726	0	America/New_York	33.14265	-83.0557	178	Beulah,Sheba		GA	141		
4182670	Beulah	beulah	US	38726	0	America/New_York	33.93262	-82.62875	142			GA	181		
4182671	Beulah	beulah	US	38726	0	America/New_York	33.87871	-85.00411	389			GA	223		
4182736	Beverly Hills	beverly-hills	US	34464	0	America/New_York	34.32482	-83.86824	342			GA	139		
4182737	Beverly Hills	beverly-hills	US	34464	0	America/New_York	34.96924	-85.27107	254	Beverley Hills,Beverly Hills		GA	295		
4182738	Beverly Hills	beverly-hills	US	34464	0	America/New_York	33.59233	-84.34854	278			GA	063		
4182743	Beverly Shores	beverly-shores	US	46301	0	America/New_York	31.2044	-81.47204	4			GA	127		
4182746	Beverly	beverly	US	01915	0	America/New_York	34.09567	-82.72875	143			GA	105		
4182895	Big Creek	big-creek	US	25505	0	America/New_York	34.11649	-84.17519	362			GA	117		
4182896	Big Creek	big-creek	US	25505	0	America/New_York	33.65872	-84.60882	250			GA	121		
4182897	Big Creek	big-creek	US	25505	0	America/New_York	34.73509	-84.28075	701			GA	123		
4183039	Big Springs	big-springs	US	26137	0	America/New_York	32.99513	-84.90493	239	Big Springs,Bigspring		GA	285		
4183143	Birmingham	birmingham	US	08011	0	America/New_York	34.16649	-84.33298	324			GA	121		
4183152	Bishop	bishop	US	24604	244	America/New_York	33.81929	-83.43877	237			GA	219		
4183305	Blackshear	blackshear	US	31516	3581	America/New_York	31.30605	-82.24207	34	Blekshir,blakshyr,blk shyr  jwrjya,blyakasiyara,blyk shyr  jarjya,Блекшир,بلاكشير,بلک شیر، جورجیا,بلیک شیر، جارجیا,ब्ल्याकशीयर	229	GA	229		
4183320	Blacksville	blacksville	US	26521	4	America/New_York	33.43373	-84.14881	270			GA	151		
4183321	Blackville	blackville	US	29817	0	America/New_York	32.48211	-82.59819	80			GA	283		
4183323	Blackwell	blackwell	US	63626	0	America/New_York	33.36651	-83.68129	194			GA	159		
4183336	Blackwood	blackwood	US	08012	0	America/New_York	34.45648	-84.90272	214	Blackwood,Blackwood Springs		GA	129		
4183342	Bladen	bladen	US	68928	0	America/New_York	31.24467	-81.70205	4	Bladen,Bladen Siding		GA	127		
4183345	Blaine	blaine	US	04734	0	America/New_York	34.51064	-84.55687	341	Blaine,Old Talking Rock		GA	227		
4183354	Blairsville	blairsville	US	15717	554	America/New_York	34.8762	-83.95824	574	Blersvil,bleyasbhila,blyrsfyl,blyrzwyl  jarjya,blyrzwyl  jwrjya,Блерсвил,بليرسفيل,بلیرزویل، جارجیا,بلیرزویل، جورجیا,ब्लेयस्भिल	291	GA	291		
4183363	Blakely	blakely	US	39823	4871	America/New_York	31.37768	-84.93409	80	Blejkli,blakly,bleki,blkly  jwrjya,blykly  jarjya,Блејкли,بلاكلي,بلکلی، جورجیا,بلیکلی، جارجیا,ब्लेकी	099	GA	099		
4183399	Blandford	blandford	US	01008	0	America/New_York	32.27853	-81.26317	23	Blandford,Blanford		GA	103		
4183463	Bloomingdale	bloomingdale	US	07403	2764	America/New_York	32.13242	-81.299	6			GA	051		
4183468	Blount	blount	US	25025	0	America/New_York	33.1804	-83.95935	206			GA	207		
4183481	Blountsville	blountsville	US	35031	0	America/New_York	33.10986	-83.48183	168	Blountsville,Blountville		GA	169		
4183498	Blue Creek	blue-creek	US	25026	0	America/New_York	33.66539	-84.3002	259			GA	089		
4183910	Bowen	bowen	US	62316	0	America/New_York	31.86104	-81.59845	26			GA	179		
4183521	Blue Ridge	blue-ridge	US	24064	1286	America/New_York	34.86397	-84.32409	537	Blu Ridz,blu rija,blw rj  jarjya,blw rydj,blwryj  jwrjya,Блу Риџ,بلو رج، جارجیا,بلو ريدج,بلوریج، جورجیا,ब्लु रीज	111	GA	111		
4183564	Blue Springs	blue-springs	US	38828	0	America/New_York	30.78992	-83.45655	33	Blue Springs,Boston		GA	027		
4183565	Blue Springs	blue-springs	US	38828	0	America/New_York	34.0351	-84.66244	292			GA	067		
4183569	Blue Springs	blue-springs	US	38828	0	America/New_York	32.63323	-81.42149	12			GA	251		
4183608	Bluffton	bluffton	US	29910	101	America/New_York	31.52295	-84.8677	97	Bluffton,Blufton		GA	061		
4183623	Blythe	blythe	US	30805	701	America/New_York	33.29264	-82.20151	138	Blajt,Blythe,Blythe Station,Блайт		GA	245		
4183682	Bogart	bogart	US	30622	1042	America/New_York	33.94928	-83.53461	253	Asseola,Bogart,Osceola		GA	219		
4183744	Bolingbroke	bolingbroke	US	31004	0	America/New_York	32.9493	-83.80324	173	Bolingbroke,Colaparchee,Crawfords Crossing,Crawfords Station,Prattsville,Prattville,Stallings Store		GA	207		
4183747	Bolivar	bolivar	US	14715	0	America/New_York	34.36981	-84.7116	235			GA	015		
4183752	Bolton	bolton	US	01740	0	America/New_York	33.81427	-84.45326	240	Bolton,Boltonville,Fulton,Iceville		GA	121		
4183768	Bonaire	bonaire	US	31005	0	America/New_York	32.54376	-83.59602	102			GA	153		
4183772	Bonanza	bonanza	US	84008	3135	America/New_York	33.46567	-84.33659	268			GA	063		
4183777	Bond	bond	US	80423	0	America/New_York	34.22983	-83.18737	219			GA	195		
4183791	Boneville	boneville	US	30806	0	America/New_York	33.43347	-82.43874	144	Bonesville,Boneville		GA	189		
4183849	Boston	boston	US	02108	1323	America/New_York	30.79186	-83.78989	63	Boston,Бостон		GA	275		
4183857	Bostwick	bostwick	US	30623	369	America/New_York	33.73734	-83.51433	232			GA	211		
4183874	Boulder Creek	boulder-creek	US	95006	0	America/New_York	34.01177	-84.39826	287			GA	121		
4183899	Bowdon	bowdon	US	30108	2072	America/New_York	33.53789	-85.25328	329	Boudon,Bowdon,Cerro Gordo,bodana,bwdwn,bwdwn  jwrjya,Боудон,بودون,بودون، جورجیا,بووڈن، جارجیا,बोडन		GA	045		
4183907	Bowdon Junction	bowdon-junction	US	30109	0	America/New_York	33.66316	-85.14689	379			GA	045		
4183944	Bowersville	bowersville	US	30516	464	America/New_York	34.37288	-83.08265	281			GA	147		
4183954	Bowman	bowman	US	29018	820	America/New_York	34.20483	-83.0307	238			GA	105		
4183971	Box Springs	box-springs	US	31801	0	America/New_York	32.53264	-84.66104	112	Box Spring,Box Springs,Boxspring		GA	263		
4184000	Boykin	boykin	US	36723	143	America/New_York	31.10463	-84.68658	40			GA	201		
4184022	Boynton	boynton	US	15532	0	America/New_York	34.92341	-85.19079	236	Boynton,Peavine		GA	047		
4184051	Bradley	bradley	US	04411	0	America/New_York	33.05402	-83.5585	191			GA	169		
4184052	Bradley	bradley	US	04411	0	America/New_York	33.87734	-83.63545	232			GA	297		
4184151	Brantley	brantley	US	36009	0	America/New_York	32.37043	-84.56214	218	Brantley,Red Bone		GA	197		
4184158	Branchville	branchville	US	07826	0	America/New_York	31.15046	-84.31546	43	Branchville,Faircloth		GA	205		
4184165	Braselton	braselton	US	30517	9476	America/New_York	34.10927	-83.76267	277	Braselton,Braseltown,braseltana,brasyltwn,bureiseruton,Браселтон,براسيلتون,بریسیلٹن، جارجیا,ब्रासेल्टन,ブレイセルトン		GA	157		
4184222	Bremen	bremen	US	04551	6355	America/New_York	33.72122	-85.1455	425	Bremen,Brimen,Kramer,Repose,Wolf Pen,bremena,brmn  jwrjya,brymn,brymn  jarjya,Бримен,برمن، جورجیا,بريمن,بریمن، جارجیا,ब्रेमेन		GA	143		
4184234	Brent	brent	US	35034	0	America/New_York	32.9818	-84.01019	214	Brent,Brent Crossroads		GA	207		
4184237	Brentwood	brentwood	US	11717	0	America/New_York	33.82927	-84.13603	293			GA	089		
4184238	Brentwood	brentwood	US	11717	0	America/New_York	33.60678	-83.8274	229			GA	217		
4184239	Brentwood	brentwood	US	11717	0	America/New_York	31.69465	-82.11345	50			GA	305		
4184240	Brentwood	brentwood	US	11717	0	America/New_York	31.61906	-84.24547	73			GA	095		
4184242	Bretton Woods	bretton-woods	US	03575	0	America/New_York	33.57372	-84.29353	247			GA	063		
4184243	Bretton Woods	bretton-woods	US	03575	0	America/New_York	34.17899	-83.81851	335			GA	139		
4184261	Brewton	brewton	US	36426	0	America/New_York	32.59378	-82.79792	73	Brewton,Bruton,Bruton Station		GA	175		
4184315	Brice	brice	US	43109	0	America/New_York	34.10954	-85.15328	254	Brice,Briceville		GA	115		
4184354	Bridgeport	bridgeport	US	06601	0	America/New_York	33.46153	-82.10429	127			GA	245		
4184370	Bridgewater	bridgewater	US	02324	0	America/New_York	33.88844	-84.02658	296			GA	135		
4184410	Brinson	brinson	US	39825	209	America/New_York	30.97685	-84.7377	36	Brinson,Mount Zion,Spring Creek		GA	087		
4184426	Bristol	bristol	US	02809	0	America/New_York	31.44855	-82.21457	43	Bristol,Lightsey		GA	229		
4184437	Britt	britt	US	50423	0	America/New_York	33.72677	-84.66855	310			GA	097		
4184483	Brock	brock	US	68320	0	America/New_York	33.91899	-84.78772	368			GA	223		
4184496	Brockton	brockton	US	02301	0	America/New_York	34.12011	-83.49461	248	Brackton,Brockton,Brocton		GA	157		
4184507	Bronwood	bronwood	US	39826	391	America/New_York	31.831	-84.36436	112	Bronwood,Browns Station,Dentons Store		GA	273		
4184522	Brooker	brooker	US	32622	0	America/New_York	31.74741	-82.68542	77			GA	161		
4184523	Brookfield	brookfield	US	01506	0	America/New_York	31.41852	-83.39099	101			GA	277		
4184530	Brookhaven	brookhaven	US	11719	51910	America/New_York	33.85844	-84.3402	298	Brookhaven,Brookhaven Heights,Nort Atlanta,North Atlanta,brwk hawn  jwrjya,brwkhafn,nartha etlanta,Норт Атланта,بروكهافن,بروک هاون، جورجیا,بروک ہیون، جارجیا,नर्थ एट्लान्टा		GA	089		
4184531	Brookhaven	brookhaven	US	11719	0	America/New_York	32.4507	-84.94438	73			GA	215		
4184532	Brookhaven	brookhaven	US	11719	0	America/New_York	32.81847	-83.71963	132			GA	021		
4184533	Brookhaven	brookhaven	US	11719	0	America/New_York	33.87983	-84.35159	298			GA	121		
4184540	Brooklet	brooklet	US	30415	1457	America/New_York	32.37963	-81.66317	46			GA	031		
4184544	Brooklyn	brooklyn	US	06234	0	America/New_York	33.76038	-84.39493	314			GA	121		
4184547	Brooks	brooks	US	04921	547	America/New_York	33.29095	-84.45937	256	Brooks,Brooks Station,Haistentown,Sharon Grove		GA	113		
4184548	Brooks	brooks	US	04921	0	America/New_York	32.90986	-83.38155	159			GA	319		
4184595	Brooksville	brooksville	US	04617	0	America/New_York	31.8735	-84.65659	152	Brooksville,Brookville		GA	243		
4184596	Brookton	brookton	US	04413	0	America/New_York	34.4451	-83.77935	415			GA	139		
4184602	Brookwood	brookwood	US	35444	0	America/New_York	34.0951	-84.17658	362			GA	117		
4184603	Brookwood	brookwood	US	35444	0	America/New_York	33.80261	-84.39298	274			GA	121		
4184604	Brookwood	brookwood	US	35444	0	America/New_York	34.38343	-83.87435	358			GA	139		
4184605	Brookwood	brookwood	US	35444	0	America/New_York	33.96205	-84.79161	319			GA	223		
4184606	Brookwood	brookwood	US	35444	0	America/New_York	33.04846	-85.09716	227			GA	285		
4184607	Brookwood	brookwood	US	35444	0	America/New_York	32.82431	-83.68324	113			GA	021		
4184608	Brookwood	brookwood	US	35444	0	America/New_York	34.07232	-84.66216	276			GA	067		
4184609	Brookwood	brookwood	US	35444	0	America/New_York	31.60128	-84.17824	58			GA	095		
4184610	Brookwood	brookwood	US	35444	0	America/New_York	33.46261	-84.58965	285			GA	113		
4184611	Brookwood	brookwood	US	35444	0	America/New_York	34.26176	-85.22412	193			GA	115		
4184644	Broughton	broughton	US	62817	0	America/New_York	33.5054	-83.65323	222			GA	159		
4184748	Browning	browning	US	59417	0	America/New_York	31.9174	-83.27238	85	Bede,Browning,Browning Station		GA	315		
4184806	Brownsville	brownsville	US	05037	0	America/New_York	33.79955	-84.75744	320			GA	223		
4184807	Browntown	browntown	US	53522	0	America/New_York	31.33745	-81.78178	22			GA	025		
4184808	Brownwood	brownwood	US	63738	0	America/New_York	33.54178	-84.18853	242			GA	151		
4184809	Brownwood	brownwood	US	63738	0	America/New_York	33.56151	-83.55573	209			GA	211		
4184810	Brownwood	brownwood	US	63738	0	America/New_York	33.73622	-84.34465	300			GA	089		
4184813	Broxton	broxton	US	31519	1190	America/New_York	31.62519	-82.88681	87	Broxton,Gully Branch		GA	069		
4184845	Brunswick	brunswick	US	04011	16157	America/New_York	31.14995	-81.49149	3	Bransvik,Braunshvejg,Brunswick,Carrs Field,Port City,SSI,beuleonjeuwig,bransavika,brnswk  jarjya,brwns wyk  jwrjya,brwnzwyk,buranzuu~ikku,Брансвик,Брауншвейг,برنسوک، جارجیا,برونزويك,برونس ویک، جورجیا,ब्रन्सविक,ブランズウィック,브런즈윅	127	GA	127		
4184924	Bryant	bryant	US	35958	0	America/New_York	32.35378	-83.1346	118			GA	091		
4184962	Buchanan	buchanan	US	10511	1156	America/New_York	33.8026	-85.18856	379	Buchanan,Pierceville	143	GA	143		
4184973	Bryn Mawr	bryn-mawr	US	19010	0	America/New_York	32.56792	-83.81269	146			GA	225		
4184994	Buck Creek	buck-creek	US	47924	0	America/New_York	33.57317	-83.95852	246			GA	217		
4185041	Buckhead	buckhead	US	30625	0	America/New_York	31.79383	-81.12955	3			GA	051		
4185042	Buckhead	buckhead	US	30625	0	America/New_York	33.83955	-84.37937	307	Bakkhed,Бакхед		GA	121		
4185043	Buckhead	buckhead	US	30625	171	America/New_York	33.56846	-83.36239	191	Buck Head,Buck Head Station,Buckhead		GA	211		
4185064	Buckingham	buckingham	US	18912	0	America/New_York	33.539	-84.02686	225			GA	217		
4185073	Bud	bud	US	24716	0	America/New_York	33.8601	-84.91994	343			GA	223		
4185076	Buena Vista	buena-vista	US	15018	2206	America/New_York	32.31904	-84.51714	210	Bjuna Vista,Buena Vista,Pea Ridge,bwyna fysta,bwyna wysta  jwrjya,byuyana bhista,Бјуна Виста,بوئنا وسٹا، جارجیا,بوئنا ویستا، جورجیا,بوينا فيستا,ब्युयना भिस्टा	197	GA	197		
4185077	Buena Vista	buena-vista	US	15018	0	America/New_York	33.14179	-85.09188	231			GA	285		
4185078	Buena Vista	buena-vista	US	15018	0	America/New_York	34.20565	-84.77577	257			GA	015		
4185110	Buford	buford	US	30515	13748	America/New_York	34.12066	-84.00435	361	Bjuford,bafrd  jwrjya,bapharda,bwfwrd,Бјуфорд,بافرد، جورجیا,بفرڈ، جارجیا,بوفورد,बफर्ड		GA	135		
4185187	Bullard	bullard	US	75757	0	America/New_York	32.63042	-83.49713	114	Bullard,Bullards		GA	289		
4185229	Bunker Hill	bunker-hill	US	25413	0	America/New_York	34.83953	-84.05102	621			GA	291		
4185257	Burgess	burgess	US	22432	0	America/New_York	33.38956	-85.28606	415			GA	149		
4185293	Burlington	burlington	US	01803	0	America/New_York	33.67344	-84.18825	261			GA	089		
4185296	Burnett	burnett	US	53922	0	America/New_York	34.82369	-84.40715	512			GA	123		
4185297	Burnett	burnett	US	53922	0	America/New_York	31.65354	-81.99484	42			GA	305		
4185329	Burnside	burnside	US	15721	0	America/New_York	31.9441	-81.11067	4			GA	051		
4185392	Burwell	burwell	US	68823	0	America/New_York	33.57928	-85.20634	336	Burwell,Shiloh		GA	045		
4185415	Bushnell	bushnell	US	33513	0	America/New_York	31.56019	-82.95987	88			GA	069		
4185426	Bussey	bussey	US	50044	0	America/New_York	33.73707	-82.31068	136			GA	181		
4185437	Butler	butler	US	07405	1885	America/New_York	32.55709	-84.23825	196	Batler,batlara,batlr  jwrjya,btlr,Батлер,باتلر، جورجیا,بتلر,بٹلر، جارجیا,बट्लर	269	GA	269		
4185521	Byers	byers	US	67021	0	America/New_York	34.23538	-83.91935	365			GA	139		
4185550	Byromville	byromville	US	31007	520	America/New_York	32.20211	-83.90851	106	Byromville,Friendship		GA	093		
4185553	Byron	byron	US	14422	5105	America/New_York	32.65376	-83.75963	155	Bryon,Byron,Jackson,Jackson Station		GA	225		
4185607	Cadwell	cadwell	US	31009	530	America/New_York	32.33962	-83.04209	110			GA	175		
4185632	Cairo	cairo	US	12413	9752	America/New_York	30.87751	-84.20214	74	Cairo,Kejro,Millers Station,alqahrt,kayrw  jwrjya,siyaro,Кейро,Кејро,القاهرة,کائرہ، جارجیا,کایرو، جورجیا,सीयरो	131	GA	131		
4185657	Calhoun	calhoun	US	30701	16309	America/New_York	34.50259	-84.95105	201	Calhoun,Dawsonville,Fork Ferry,Kalkhun,Oothcaloga,Oothcaloga Depot,kalhwn,kalhwn  jwrjya,kyal'hana,Калхун,كالهون,کالهون، جورجیا,کالہون، جارجیا,क्याल्हन	129	GA	129		
4185686	California	california	US	15419	0	America/New_York	33.91899	-84.74577	317			GA	223		
4185692	Callaway	callaway	US	20620	0	America/New_York	33.80957	-82.87598	199			GA	317		
4185731	Calvary	calvary	US	39829	161	America/New_York	30.72697	-84.35088	80	Calvary,North Carolina Settlement		GA	131		
4185821	Calvin	calvin	US	16622	0	America/New_York	32.00851	-83.14015	99			GA	091		
4185822	Calvin	calvin	US	16622	0	America/New_York	33.37985	-83.70406	213			GA	159		
4185823	Camak	camak	US	30807	131	America/New_York	33.45347	-82.64597	180			GA	301		
4185831	Cambridge	cambridge	US	02138	0	America/New_York	33.53625	-82.0554	80			GA	073		
4185855	Cameron	cameron	US	14819	0	America/New_York	32.55795	-81.67372	31	Cameron,Station Number 5 1/2		GA	251		
4185863	Camilla	camilla	US	31730	5089	America/New_York	31.23129	-84.21046	54	Kamila,kamyla,kamyla  jwrjya,keomilla,kyamila,kymyla  jarjya,Камила,كاميلا,کامیلا، جورجیا,کیمیلا، جارجیا,क्यामिला,커밀라	205	GA	205		
4186060	Campbellton	campbellton	US	32426	0	America/New_York	33.65039	-84.66938	247			GA	121		
4186075	Campton	campton	US	03223	0	America/New_York	33.87178	-83.72017	280	Camps Station,Campton		GA	297		
4186078	Canaan	canaan	US	03741	0	America/New_York	33.60401	-83.46683	208			GA	211		
4186098	Candler	candler	US	28715	0	America/New_York	34.21038	-83.78128	333			GA	139		
4186193	Cannonville	cannonville	US	84718	0	America/New_York	32.96651	-85.10522	205			GA	285		
4186200	Canon	canon	US	30520	803	America/New_York	34.34622	-83.10987	281	Canon,West Bowersville		GA	147		
4186213	Canton	canton	US	02021	25469	America/New_York	34.23676	-84.49076	295	Canton,Etowah	057	GA	057		
4186234	Canyon Creek	canyon-creek	US	59633	0	America/New_York	33.90845	-83.48266	230			GA	219		
4186256	Carbondale	carbondale	US	18407	0	America/New_York	34.64453	-84.99383	234	Carbondale,Cove City		GA	313		
4186271	Carey	carey	US	43316	0	America/New_York	33.54763	-83.26905	147	Carey,Litch		GA	133		
4186300	Carlton	carlton	US	16311	262	America/New_York	34.04317	-83.03376	182	Berkley,Carlton		GA	195		
4186307	Carmel	carmel	US	04419	0	America/New_York	33.17234	-84.53743	250			GA	199		
4186325	Carnegie	carnegie	US	15106	0	America/New_York	31.64295	-84.77909	120	Carnegie,Grubbs		GA	243		
4186352	Carnesville	carnesville	US	30521	580	America/New_York	34.36983	-83.23516	216	Karnsvil,karnesabhila,karnswyl  jarjya,karnswyl  jwrjya,kranysfyl,Карнсвил,كرانيسفيل,کارنسویل، جارجیا,کارنسویل، جورجیا,कार्नेसभिल	119	GA	119		
4186409	Carrolls	carrolls	US	98609	0	America/New_York	33.01235	-84.56604	238			GA	199		
4186416	Carrollton	carrollton	US	23314	26203	America/New_York	33.58011	-85.07661	336	Carrollton,Karolton,Troupsville,karwltwn,karwltwn  jwrjya,kyarolatana,Каролтон,كارولتون,کارولتون، جورجیا,کارولٹن، جارجیا,क्यारोलटन	045	GA	045		
4186436	Carsonville	carsonville	US	48419	0	America/New_York	32.71319	-84.28964	161			GA	269		
4186531	Cartersville	cartersville	US	23027	20319	America/New_York	34.16533	-84.80231	234	Birmingham,Cartersville,Kartersvil,kartarsabhila,kartrswyl  jwrjya,kartrzfyl,Картерсвил,كارترزفيل,کارترسویل، جورجیا,کیرٹرسویل، جارجیا,कार्टर्सभिल	015	GA	015		
4186577	Cary	cary	US	27511	0	America/New_York	32.51488	-83.30489	129			GA	023		
4186609	Caseyville	caseyville	US	62232	0	America/New_York	33.91316	-85.29801	276			GA	233		
4186610	Cash	cash	US	72421	0	America/New_York	34.48981	-84.81855	202			GA	129		
4186631	Cassandra	cassandra	US	15925	0	America/New_York	34.78425	-85.39802	256	Baileys Crossroads,Cassandra,Coulters Crossroads,Hiniards Crossroad,Hinnards Crossroads,Paynes Chapel		GA	295		
4186638	Cassville	cassville	US	13318	0	America/New_York	34.24482	-84.85216	253	Cassville,Manassas		GA	015		
4186665	Castlewood	castlewood	US	24224	0	America/New_York	32.50431	-84.91882	93			GA	215		
4186683	Cataula	cataula	US	31804	0	America/New_York	32.65541	-84.86854	210			GA	145		
4186703	Catlett	catlett	US	20119	0	America/New_York	34.74952	-85.19245	268			GA	295		
4186706	Catlin	catlin	US	61817	0	America/New_York	32.51128	-82.82181	67			GA	175		
4186741	Cave Spring	cave-spring	US	30124	1175	America/New_York	34.1076	-85.33634	195	Cave Spring,Cave Springs,Cavespring,Kejv Spring,kaf sbryngh,kebha springa,kyw sprng  jarjya,kywaspryng  jwrjya,Кејв Спринг,كاف سبرينغ,کیو سپرنگ، جارجیا,کیواسپرینگ، جورجیا,केभ स्प्रिङ्ग		GA	115		
4186776	Cedar Bluff	cedar-bluff	US	24609	0	America/New_York	33.91956	-83.32599	203			GA	059		
4186785	Cecil	cecil	US	15321	277	America/New_York	31.04547	-83.3921	70			GA	075		
4186788	Cedar Creek	cedar-creek	US	68016	0	America/New_York	33.92984	-83.32599	221			GA	059		
4186797	Cedar Creek	cedar-creek	US	68016	0	America/New_York	33.87233	-84.09964	276			GA	135		
4186805	Cedar Creek	cedar-creek	US	68016	0	America/New_York	33.55789	-83.84713	205			GA	217		
4186832	Cedar Grove	cedar-grove	US	07009	0	America/New_York	31.96049	-81.15344	6			GA	051		
4186833	Cedar Grove	cedar-grove	US	07009	0	America/New_York	33.66066	-84.30215	262			GA	089		
4186834	Cedar Grove	cedar-grove	US	07009	0	America/New_York	33.62678	-84.68743	270			GA	121		
4186835	Cedar Grove	cedar-grove	US	07009	0	America/New_York	32.25017	-82.88209	92			GA	175		
4186836	Cedar Grove	cedar-grove	US	07009	0	America/New_York	34.144	-83.15432	214			GA	195		
4186837	Cedar Grove	cedar-grove	US	07009	0	America/New_York	34.71675	-85.42607	259	Cedar Grove,Cedargrove		GA	295		
4186876	Cedar Hill	cedar-hill	US	37032	0	America/New_York	34.02233	-83.76545	306			GA	013		
4186877	Cedar Hill	cedar-hill	US	37032	0	America/New_York	34.81258	-85.5408	251			GA	083		
4186893	Cedar Lake	cedar-lake	US	46303	0	America/New_York	31.56795	-84.25324	59			GA	095		
4186911	Cedar Point	cedar-point	US	61316	0	America/New_York	31.49744	-81.34927	4			GA	191		
4186914	Cedar Ridge	cedar-ridge	US	95924	0	America/New_York	34.05288	-84.75772	255			GA	223		
4186917	Cedar Ridge	cedar-ridge	US	95924	0	America/New_York	34.78119	-84.88883	222	Cedar Ridge,Cedarridge		GA	313		
4186918	Cedar Ridge	cedar-ridge	US	95924	0	America/New_York	33.62789	-83.87407	231			GA	217		
4186932	Cedar Springs	cedar-springs	US	39832	74	America/New_York	31.18351	-85.03798	46			GA	099		
4186948	Cedar Valley	cedar-valley	US	84013	0	America/New_York	34.85425	-84.91105	248			GA	313		
4186949	Cedar Valley	cedar-valley	US	84013	0	America/New_York	33.53817	-85.27273	311			GA	045		
4186955	Cedartown	cedartown	US	30125	9750	America/New_York	34.01123	-85.25593	256	Cedar Town,Cedartown,Sidartaun,kdartwn  jwrjya,kydrtwn,sedarata'una,Сидартаун,سیدار ٹاؤن، جارجیا,كيدرتون,کدارتون، جورجیا,सेडारटाउन	233	GA	233	7317779	
4186961	Celeste	celeste	US	75423	0	America/New_York	33.7829	-82.84487	193			GA	317		
4186967	Cedar Valley	cedar-valley	US	84013	0	America/New_York	33.65594	-84.30048	249			GA	089		
4186974	Centennial	centennial	US	82055	0	America/New_York	33.58596	-83.61239	229			GA	211		
4186990	Center	center	US	42214	0	America/New_York	34.19982	-84.74049	284			GA	015		
4186991	Center	center	US	42214	0	America/New_York	34.05595	-83.41933	251	Bascobel,Center		GA	157		
4186992	Center	center	US	42214	0	America/New_York	32.12797	-82.39679	76			GA	279		
4187015	Center Hill	center-hill	US	33514	0	America/New_York	31.13907	-83.89795	81			GA	071		
4187016	Center Hill	center-hill	US	33514	0	America/New_York	33.77483	-84.47187	289			GA	121		
4187050	Centerpoint	centerpoint	US	47840	0	America/New_York	31.98516	-84.53019	152			GA	307		
4187052	Centerville	centerville	US	02632	0	America/New_York	31.2749	-84.89604	71			GA	099		
4187053	Centerville	centerville	US	02632	0	America/New_York	34.2065	-82.89153	207			GA	105		
4187054	Centerville	centerville	US	02632	0	America/New_York	33.80372	-84.04297	282			GA	135		
4187055	Centerville	centerville	US	02632	7575	America/New_York	32.63014	-83.68963	137	Centerville,Hattie		GA	153		
4187056	Centerville	centerville	US	02632	0	America/New_York	32.69486	-84.45548	180	Centerville,Centre		GA	263		
4187057	Centerville	centerville	US	02632	0	America/New_York	33.80123	-82.92265	186	Centerville,Centreville,Triplett		GA	317		
4187174	Century	century	US	32535	0	America/New_York	31.67739	-84.16269	74			GA	177		
4187177	Ceres	ceres	US	14721	0	America/New_York	32.80792	-83.99658	180	Ceres,Hopewell		GA	079		
4187179	Ceylon	ceylon	US	56121	0	America/New_York	30.96162	-81.65066	7			GA	039		
4187267	Chapel Hill	chapel-hill	US	27514	0	America/New_York	33.67844	-84.20686	237			GA	089		
4187268	Chapel Hill	chapel-hill	US	27514	0	America/New_York	33.68622	-84.71577	295			GA	097		
4187269	Chapel Hill	chapel-hill	US	27514	0	America/New_York	34.24009	-85.13495	197			GA	115		
4187288	Chapman	chapman	US	36015	0	America/New_York	34.36954	-83.84546	346			GA	139		
4187347	Charlotteville	charlotteville	US	12036	0	America/New_York	32.0113	-82.52235	71			GA	209		
4187403	Chattahoochee	chattahoochee	US	32324	0	America/New_York	33.80844	-84.48187	271	Chattahoochee,Oakdale		GA	121		
4187435	Chatsworth	chatsworth	US	08019	4351	America/New_York	34.76591	-84.76994	227	Chatsvort,chtswrth  jwrjya,cyatsvartha,tshatswwrth,Чатсворт,تشاتسوورث,چتسورث، جورجیا,چیٹسورتھ، جارجیا,च्याट्स्वर्थ	213	GA	213		
4187472	Chauncey	chauncey	US	25612	0	America/New_York	30.91355	-82.69708	47			GA	065		
4187473	Chauncey	chauncey	US	25612	323	America/New_York	32.10462	-83.06459	88			GA	091		
4187504	Chelsea	chelsea	US	02150	0	America/New_York	34.52342	-85.44024	240			GA	055		
4187524	Cherokee	cherokee	US	28719	0	America/New_York	32.85819	-83.76963	137			GA	021		
4187525	Cherokee	cherokee	US	28719	0	America/New_York	34.16815	-84.57076	268	Cherokee,Sweet Water Town		GA	057		
4187589	Cherokee Village	cherokee-village	US	72525	0	America/New_York	31.81771	-81.60178	20			GA	179		
4187608	Cherry Log	cherry-log	US	30522	119	America/New_York	34.78036	-84.39076	483	Cherring,Cherry Log,Cherrylog		GA	123		
4187637	Chester	chester	US	01011	1568	America/New_York	32.39378	-83.15293	108	Chester,Честер		GA	091		
4187658	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	34.06982	-84.57077	324			GA	067		
4187659	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	34.19871	-83.86101	329			GA	139		
4187672	Chestnut Mountain	chestnut-mountain	US	30502	0	America/New_York	34.1726	-83.83795	346			GA	139		
4187696	Chickamauga	chickamauga	US	30707	3107	America/New_York	34.87119	-85.29079	223	Chickamauga,Chikamoga,Crawfish Spring,Crawfish Springs,Snow Hill,chykamaga  jwrjya,chykamawga  jarjya,cikamu'aga,tshykamawgha,Чикамога,تشيكاماوغا,چیکاماؤگا، جارجیا,چیکاماگا، جورجیا,चिकामुआगा		GA	295		
4187725	Chicopee	chicopee	US	01013	0	America/New_York	34.25344	-83.84351	377			GA	139		
4187875	Christopher	christopher	US	62822	0	America/New_York	32.32709	-84.73048	116			GA	053		
4187884	Chula	chula	US	31733	0	America/New_York	31.54963	-83.54739	117	Chula,Chula Station,Ruby		GA	277		
4187894	Church Hill	church-hill	US	21623	0	America/New_York	32.16321	-84.54547	184			GA	197		
4188099	Cisco	cisco	US	30708	0	America/New_York	34.95119	-84.73633	255			GA	213		
4188185	Clarkdale	clarkdale	US	30111	0	America/New_York	33.83094	-84.64966	291	Clarkdale,Clarksdale		GA	067		
4188196	Clarkedale	clarkedale	US	72325	0	America/New_York	33.91595	-83.34182	227			GA	059		
4188197	Clarkesville	clarkesville	US	30523	1746	America/New_York	34.6126	-83.52489	413	Clarkesville,Clarksville,Klarksvil,klarksbhila,klarksfyl,klarkswyl  jarjya,klarkzwyl  jwrjya,Кларксвил,كلاركسفيل,کلارکزویل، جورجیا,کلارکسویل، جارجیا,क्लार्क्स्भिल	137	GA	137		
4188232	Clarksboro	clarksboro	US	08020	0	America/New_York	34.04122	-83.49822	259	Clarksboro,Clarksborough		GA	157		
4188233	Clarkston	clarkston	US	30021	12215	America/New_York	33.80955	-84.23964	311	Klarkston,klark astwn  jwrjya,klarkstana,klarkstwn,Кларкстон,كلاركستون,کلارک استون، جورجیا,کلارک سٹون، جارجیا,क्लार्क्स्टन		GA	089		
4188239	Claxton	claxton	US	30417	2334	America/New_York	32.16158	-81.904	56	Klakston,klaksatana,klakstwn,klgstwn  jwrjya,Клакстон,كلاكستون,کلگستون، جورجیا,کلیکسٹن، جارجیا,क्लाक्सटन	109	GA	109		
4188287	Clayton	clayton	US	08312	2234	America/New_York	34.87815	-83.40099	588	Clayton,Clayton (Georgia),Claytonsville,Klejton,The Dividings,klaytwn,kletana,klytn  jwrjya,Клејтон,كلايتون,کلیتن، جورجیا,کلیٹن، جارجیا,क्लेटन	241	GA	241		
4188338	Clearbrook	clearbrook	US	56634	0	America/New_York	33.58233	-84.34854	265			GA	063		
4188375	Clermont	clermont	US	30527	922	America/New_York	34.47788	-83.77351	427	Clermont,Dip		GA	139		
4188377	Cleveland	cleveland	US	13042	3773	America/New_York	34.59704	-83.76324	480	Cleveland,Klivland,Klivlend,Mount Yonah,klibhalyanda,klwlnd  jwrjya,klyfland,Кливланд,Кливленд,كليفلاند,کلولند، جورجیا,کلیولینڈ، جارجیا,क्लिभल्यान्ड	311	GA	311		
4188416	Clifton	clifton	US	07011	0	America/New_York	33.76205	-84.33298	314			GA	089		
4188431	Climax	climax	US	12042	273	America/New_York	30.87602	-84.4313	87	Bainbridge Junction,Climax		GA	087		
4188439	Clinchfield	clinchfield	US	31013	0	America/New_York	32.41349	-83.63824	79	Clinchfield,Coreen		GA	153		
4188446	Clinton	clinton	US	01510	0	America/New_York	32.99875	-83.55545	167	Albany,Clinton		GA	169		
4188481	Clover	clover	US	24534	0	America/New_York	33.37401	-84.5766	263	Clover,Winona		GA	113		
4188488	Cloverdale	cloverdale	US	24077	0	America/New_York	34.72119	-85.52802	244	Cloverdail,Cloverdale		GA	083		
4188489	Cloverdale	cloverdale	US	24077	0	America/New_York	32.06687	-81.129	4			GA	051		
4188517	Clyo	clyo	US	31303	0	America/New_York	32.48407	-81.26705	21			GA	103		
4188534	Coal Mountain	coal-mountain	US	24823	0	America/New_York	34.27149	-84.10075	372			GA	117		
4188541	Cobb	cobb	US	31735	0	America/New_York	31.95878	-83.98851	89			GA	261		
4188588	Cobbtown	cobbtown	US	30420	348	America/New_York	32.28046	-82.13873	75	Cobbtown,Corsica		GA	267		
4188590	Cochran	cochran	US	31014	4363	America/New_York	32.38683	-83.35461	104	Cochran,Dykesboro,Kokran,kakryana,kchran  jwrjya,kwchryn  jarjya,kwtshran,Кокран,كوتشران,کوچرین، جارجیا,کچران، جورجیا,कक्र्यान	023	GA	023		
4188682	Cohutta	cohutta	US	30710	637	America/New_York	34.95952	-84.95272	263			GA	313		
4188708	Colbert	colbert	US	30628	600	America/New_York	34.03789	-83.21265	234	Colbert,Five Forks		GA	195		
4188723	Coldwater	coldwater	US	38618	0	America/New_York	34.22316	-82.79736	179			GA	105		
4188752	Coleman	coleman	US	33521	127	America/New_York	31.67294	-84.88909	122			GA	243		
4188801	Colesburg	colesburg	US	52035	0	America/New_York	30.92357	-81.71622	6	Clinton,Colesburg		GA	039		
4188805	Colerain	colerain	US	27924	0	America/New_York	30.83301	-81.90067	7	Colerain,Coleraine		GA	039		
4188815	College Park	college-park	US	20740	14601	America/New_York	33.65344	-84.44937	320	College Park,Koledz Park,Kolledzh Park,Manchester,kaleja parka,kalj park  jarjya,kalj park  jwrjya,kwlyj bark,Колеџ Парк,Колледж Парк,كوليج بارك,کالج پارک، جارجیا,کالج پارک، جورجیا,कलेज पार्क		GA	121		
4188816	College Park	college-park	US	20740	0	America/New_York	34.64149	-83.53045	452			GA	137		
4188817	College Park	college-park	US	20740	0	America/New_York	31.19745	-81.48316	4			GA	127		
4188852	Collins	collins	US	14034	582	America/New_York	32.1813	-82.10901	71			GA	267		
4188897	Collinsville	collinsville	US	06022	0	America/New_York	33.70233	-84.08853	276			GA	089		
4188904	Colon	colon	US	49040	0	America/New_York	30.75605	-82.62208	38			GA	065		
4188911	Colonial Heights	colonial-heights	US	23834	0	America/New_York	32.42851	-81.74817	72			GA	031		
4188912	Colonial Heights	colonial-heights	US	23834	0	America/New_York	32.88068	-85.03077	239			GA	285		
4188934	Colquitt	colquitt	US	39837	1886	America/New_York	31.17129	-84.73325	51	Colquitt,Springtown	201	GA	201		
4188985	Columbus	columbus	US	08022	200579	America/New_York	32.46098	-84.98771	82	CSG,Columbus,Kolambus,Kolumbas,Kolumbus,Kulumbus,ge lun bu,klmbws  jwrjya,kolambasa,kolleombeoseu,kolumbus,koronbasu,kwlmbs  jarjya,kwlwmbws,qwlwmbws,Коламбус,Колумбус,Кълъмбъс,קולומבוס,كولومبوس,کلمبوس، جورجیا,کولمبس، جارجیا,कोलम्बस,コロンバス,哥伦布,콜럼버스	215	GA	215		
4188997	Colwell	colwell	US	50620	0	America/New_York	34.89703	-84.47243	585			GA	111		
4189003	Comer	comer	US	30629	1138	America/New_York	34.06372	-83.12543	214			GA	195		
4189014	Commerce	commerce	US	30529	6762	America/New_York	34.204	-83.45711	278	Commerce,Groaning Rock,Harmony Grove,Komers,kamarsa,kamrs  jarjya,kamrs  jwrjya,kwmyrk,Комерс,كوميرك,کامرس، جارجیا,کامرس، جورجیا,कमर्स		GA	157		
4189077	Concord	concord	US	01742	380	America/New_York	33.09124	-84.43742	245	Concord,Hard Head,Hardhead,Konkord,Конкорд		GA	231		
4189078	Concord	concord	US	01742	0	America/New_York	32.33126	-84.34242	162	Concord,Fragolletta		GA	249		
4189079	Concord	concord	US	01742	0	America/New_York	32.14016	-84.3813	162			GA	261		
4189157	Conley	conley	US	30288	6228	America/New_York	33.64483	-84.32576	260			GA	063		
4189207	Constantine	constantine	US	49042	0	America/New_York	34.24872	-83.65184	286			GA	157		
4189213	Conyers	conyers	US	30012	15875	America/New_York	33.66761	-84.01769	274	Conyers,Conyers Station,Kanjerso,Koniurs,Konjers,Rockdale,kan'yirsa,knyrz  jwrjya,konieoseu,kwnyrz,kwnyrz  jarjya,Кониърс,Конјерс,كونيرز,کنیرز، جورجیا,کونیرز، جارجیا,कन्यीर्स,코니어스	247	GA	247		
4189275	Cooksville	cooksville	US	21723	0	America/New_York	33.23929	-84.99772	215	Cooksville,Saint Cloud		GA	149		
4189308	Coolidge	coolidge	US	31738	526	America/New_York	31.0113	-83.86628	76			GA	275		
4189365	Coosa	coosa	US	30129	0	America/New_York	34.25454	-85.3544	181	Coosa,Coosaville,Missionary Station		GA	115		
4189386	Copeland	copeland	US	34137	0	America/New_York	31.98823	-83.23932	55			GA	091		
4189419	Corbin	corbin	US	22446	0	America/New_York	34.2201	-84.69549	323			GA	015		
4189423	Cordele	cordele	US	31010	10943	America/New_York	31.96351	-83.78239	96	Kordil,kardela,krdl  jwrjya,kwrdyl,Кордил,كورديل,کردل، جورجیا,کورڈیل، جارجیا,कर्डेल	081	GA	081		
4189433	Cordova	cordova	US	21625	0	America/New_York	33.55706	-84.37548	271			GA	063		
4189439	Corea	corea	US	04624	0	America/New_York	31.23435	-84.72714	55	Corea,Eugene		GA	201		
4189440	Corinth	corinth	US	04427	213	America/New_York	33.23012	-84.94549	230			GA	149		
4189441	Corinth	corinth	US	04427	0	America/New_York	34.66758	-85.24773	277			GA	295		
4189529	Cornelia	cornelia	US	30531	4223	America/New_York	34.51149	-83.52712	461	Blaine,Cornelia,Kornilija,Paines,Rabun Gap Junction,karneliya,krnlya  jwrjya,krnylya  jarjya,kwrnylya,Корнилија,كورنيليا,کرنلیا، جورجیا,کرنیلیا، جارجیا,कर्नेलिया		GA	137		
4189541	Cornell	cornell	US	49818	0	America/New_York	33.68844	-84.36409	260			GA	121		
4189577	Cotton	cotton	US	31739	0	America/New_York	31.16157	-84.06684	99	Cotton,Mapleton		GA	205		
4189589	Cottondale	cottondale	US	32431	0	America/New_York	31.90877	-84.43686	116			GA	273		
4189593	Cottonwood	cottonwood	US	36320	0	America/New_York	33.47789	-84.44965	283			GA	113		
4189605	Council	council	US	28434	0	America/New_York	30.61411	-82.51096	37			GA	065		
4189619	Country Club Hills	country-club-hills	US	60478	0	America/New_York	32.43323	-81.83456	65			GA	031		
4189620	Country Club Hills	country-club-hills	US	60478	0	America/New_York	33.49041	-82.01651	70			GA	245		
4189774	Coventry	coventry	US	02816	0	America/New_York	33.78568	-83.39599	220			GA	219		
4189785	Covington	covington	US	16917	13916	America/New_York	33.59678	-83.86018	226	Covington,Kavington,Newtonsboro,Newtonsborough,keobingteon,kobhingtana,kwfynghtwn,kwyngtn  jwrjya,Кавингтон,كوفينغتون,کوونگٹن، جارجیا,کوینگتن، جورجیا,कोभिंग्टन,커빙턴	217	GA	217		
4189891	Crandall	crandall	US	30711	0	America/New_York	34.86675	-84.74549	253	Crandall,Loughridge		GA	213		
4189931	Crawford	crawford	US	26343	826	America/New_York	33.8829	-83.1546	237	Crawford,Lexington Depot		GA	221		
4189960	Crawfordville	crawfordville	US	30631	508	America/New_York	33.55402	-82.89598	187	Crawfordsville,Crawfordville,Krofordvil,kraphardabhila,krawfwrdwyl  jwrjya,krwfwrdfyl,Крофордвил,كروفوردفيل,کرافورڈویل، جارجیا,کراوفوردویل، جورجیا,क्रफर्डभिल	265	GA	265		
4189969	Crawley	crawley	US	24931	0	America/New_York	31.38604	-82.45347	48			GA	299		
4189992	Creekside	creekside	US	15732	0	America/New_York	32.58153	-83.62074	106			GA	153		
4190012	Crescent	crescent	US	15046	0	America/New_York	31.50939	-81.36954	9	Crescent,Crescent Station		GA	191		
4190036	Crestview	crestview	US	32536	0	America/New_York	31.33296	-84.61936	74			GA	007		
4190041	Crestwood	crestwood	US	40014	0	America/New_York	31.46768	-83.9874	76			GA	321		
4190086	Crofton	crofton	US	21114	0	America/New_York	33.50402	-82.07067	90			GA	245		
4190185	Cross Plains	cross-plains	US	37049	0	America/New_York	33.55928	-84.97411	330	Cross Plains,Crossplains		GA	045		
4190203	Crossroads	crossroads	US	88114	0	America/New_York	34.1226	-85.01411	231			GA	015		
4190204	Crossroads	crossroads	US	88114	0	America/New_York	31.33768	-84.7402	59			GA	099		
4190205	Crossroads	crossroads	US	88114	0	America/New_York	31.74744	-81.46316	5			GA	179		
4190206	Crossroads	crossroads	US	88114	0	America/New_York	31.83433	-84.99104	113			GA	239		
4190279	Crown Point	crown-point	US	12928	0	America/New_York	34.3151	-83.89518	360			GA	139		
4190285	Crowville	crowville	US	71230	0	America/New_York	34.04482	-84.77577	280	Crowsville,Crowville		GA	223		
4190314	Crystal Springs	crystal-springs	US	33524	0	America/New_York	32.83875	-83.55796	139			GA	021		
4190315	Crystal Springs	crystal-springs	US	33524	0	America/New_York	34.41203	-85.2269	204	Crystal Spring,Crystal Springs,Crystalsprings		GA	115		
4190316	Crystal Springs	crystal-springs	US	33524	0	America/New_York	33.40428	-84.28826	282			GA	151		
4190321	Cuba	cuba	US	14727	0	America/New_York	31.2924	-84.86409	63			GA	099		
4190335	Culloden	culloden	US	25510	177	America/New_York	32.86319	-84.0938	211	Culloden,Cullodenville		GA	207		
4190355	Cumberland	cumberland	US	02864	0	America/New_York	33.85067	-83.46266	240			GA	219		
4190394	Cunningham	cunningham	US	37052	0	America/New_York	34.1651	-85.26329	210	Agate,Cunningham,Cunningham Station		GA	115		
4190396	Cumming	cumming	US	30028	5718	America/New_York	34.20732	-84.14019	371	Cumming,Cummings,Kaming,kaminga,kamyng  jwrjya,keoming,kmng  jarjya,kwmyngh,Каминг,كومينغ,کامینگ، جورجیا,کمنگ، جارجیا,कमिंग,커밍	117	GA	117		
4190420	Curryville	curryville	US	16631	0	America/New_York	34.4437	-85.07884	199	Curryville,Little Row		GA	129		
4190422	Curtis	curtis	US	49820	0	America/New_York	33.614	-85.00994	360			GA	045		
4190423	Curtis	curtis	US	49820	0	America/New_York	34.92564	-84.33575	464			GA	111		
4190434	Cusseta	cusseta	US	31805	11267	America/New_York	32.30543	-84.7727	162	Cusseta,Kasihta,Kusita,Kusseta,Sand Town,Usseta,kaseta,kasta  jwrjya,ksyta  jarjya,kwzyta,Кусита,Куссета,كوزيتا,کاستا، جورجیا,کسیتا، جارجیا,कसेटा	053	GA	053		
4190451	Cuthbert	cuthbert	US	39840	3670	America/New_York	31.77127	-84.78937	142	Katbert,katbrt  jwrjya,kathbarta,kwthbrt,Катберт,كوثبرت,کاتبرت، جورجیا,کتھبرٹ، جارجیا,कठ्बर्ट	243	GA	243		
4190523	Dacula	dacula	US	30019	5330	America/New_York	33.98872	-83.89796	320	Dacula,Freeman,Freemantown		GA	135		
4190542	Dahlonega	dahlonega	US	30533	6394	America/New_York	34.53259	-83.98491	442	Dahlonega,Dalonega,Lick Log,New Mexico,Tahlanauneca,Talonaga,Talonega,Taulonica,d'ahlonega,dahlwnga  jwrjya,dahlwngha,daronega,deollaneoga,Далонега,داهلونغا,داهلونگا، جورجیا,داہلونیگا، جارجیا,डाह्लोनेगा,ダロネガ,덜라너가	187	GA	187		
4190554	Daisy	daisy	US	30423	143	America/New_York	32.15186	-81.83456	46	Conley,Daisy		GA	109		
4190556	Dakota	dakota	US	55925	0	America/New_York	31.77601	-83.69323	123	Ada,Dakota,Dakota Station		GA	287		
4190580	Dalton	dalton	US	01226	0	America/New_York	34.16594	-83.17043	220			GA	195		
4190581	Dalton	dalton	US	01226	33853	America/New_York	34.7698	-84.97022	232	Cross Plains,DNN,Dalton,Dolton,daltana,daltwn,daltwn  jwrjya,dolteon,Далтон,Долтон,دالتون,دالتون، جورجیا,ڈیلٹن، جارجیا,डाल्टन,돌턴	313	GA	313		
4190598	Dallas	dallas	US	18612	12870	America/New_York	33.92371	-84.84077	318	Dalas,Dallas,dalas,dalas  jwrjya,dyalasa,Далас,Даллас,دالاس,دالاس، جورجیا,ڈلاس، جارجیا,ड्यालास	223	GA	223		
4190604	Damascus	damascus	US	18415	238	America/New_York	31.29907	-84.71881	67	Damascus,Kestler		GA	099		
4190605	Damascus	damascus	US	18415	0	America/New_York	34.55009	-84.93578	216			GA	129		
4190650	Daniel	daniel	US	83115	0	America/New_York	31.91382	-81.36428	5	Daniel,Daniel Siding		GA	029		
4190651	Daniel	daniel	US	83115	0	America/New_York	33.66402	-82.90265	177			GA	317		
4190697	Daniels	daniels	US	25832	0	America/New_York	32.08131	-81.98012	58			GA	109		
4190698	Daniels	daniels	US	25832	0	America/New_York	34.41676	-84.36409	339			GA	227		
4191212	Deerfield	deerfield	US	01342	0	America/New_York	33.59595	-83.78879	233			GA	217		
4190721	Danielsville	danielsville	US	18038	577	America/New_York	34.12428	-83.22126	222	Danijelsvil,danylsfyl,dnylzwyl  jwrjya,dyaniyalasbhila,Данијелсвил,دانيلسفيل,دنیلزویل، جورجیا,ڈینیلزویل، جارجیا,ड्यानियलस्भिल	195	GA	195		
4190729	Danville	danville	US	03819	218	America/New_York	32.60571	-83.24544	137	Danville,Hughes		GA	289		
4190744	Darien	darien	US	06820	1858	America/New_York	31.37023	-81.43399	9	Darian,Darien,Darien City,Derijen,Fort Darien,New Inverness,daryn,daryn  jwrjya,deriyana,Деријен,دارين,دارین، جورجیا,ڈیرین، جارجیا,डेरियन		GA	191		
4190830	Davis	davis	US	26260	0	America/New_York	31.89853	-82.25651	53			GA	001		
4190940	Davisboro	davisboro	US	31018	1986	America/New_York	32.97904	-82.60791	91	Davisboro,Davisborough,Station Number 12		GA	303		
4190943	Davison	davison	US	48423	0	America/New_York	33.45486	-82.02123	57			GA	245		
4190953	Dawson	dawson	US	15428	4353	America/New_York	31.77382	-84.448	107	Doson,Dousun,dahsana,dawswn,dawswn  jwrjya,Досон,Доусън,داوسون,داوسون، جورجیا,ڈاوسن، جارجیا,डःसन	273	GA	273		
4190979	Dawsonville	dawsonville	US	30534	2525	America/New_York	34.42121	-84.11908	416	Dosonvil,dahsanabhila,dawswnfyl,dawswnwyl  jwrjya,Досонвил,داوسونفيل,داوسونویل، جورجیا,ڈاوسنویل، جارجیا,डःसनभिल	085	GA	085		
4191032	DeSoto	desoto	US	75115	195	America/New_York	31.95545	-84.06213	94	De Soto,DeSoto,Desoto		GA	261		
4191046	DeWitt	dewitt	US	23840	0	America/New_York	31.4199	-84.13991	52	DeWitt,Dewitt		GA	205		
4191099	Dearing	dearing	US	30808	547	America/New_York	33.41319	-82.38513	143	Dearing,Lombardy		GA	189		
4191124	Decatur	decatur	US	30030	21957	America/New_York	33.77483	-84.29631	318	Dekejter,Dekejtur,dekatara,dikeiteo,diketa,dykatr  jarjya,dykatr  jwrjya,dykatwr,Декейтер,Декејтур,ديكاتور,دیکاتر، جارجیا,دیکاتر، جورجیا,डेकाटर,ディケーター,디케이터	089	GA	089		
4191205	Deerbrook	deerbrook	US	54424	0	America/New_York	33.92095	-83.50322	251			GA	219		
4191209	Deerfield	deerfield	US	01342	0	America/New_York	32.48851	-81.78122	58			GA	031		
4191210	Deerfield	deerfield	US	01342	0	America/New_York	33.77788	-84.63493	283			GA	097		
4191211	Deerfield	deerfield	US	01342	0	America/New_York	33.96066	-84.2877	291			GA	121		
4191213	Deerfield	deerfield	US	01342	0	America/New_York	34.03566	-84.62077	307			GA	067		
4191223	Deerwood	deerwood	US	56444	0	America/New_York	31.15301	-81.58538	3			GA	127		
4191224	Deerwood	deerwood	US	56444	0	America/New_York	34.00899	-84.03352	328			GA	135		
4191225	Deerwood	deerwood	US	56444	0	America/New_York	32.57348	-83.58852	104			GA	153		
4191253	Delhi	delhi	US	13753	0	America/New_York	33.91373	-82.67403	159	Delhi,Pistol		GA	317		
4191266	Dellwood	dellwood	US	53927	0	America/New_York	32.67294	-82.38346	111			GA	107		
4191267	Dellwood	dellwood	US	53927	0	America/New_York	30.8577	-83.31099	56			GA	185		
4191270	Delmar	delmar	US	12054	0	America/New_York	30.88548	-83.13765	61			GA	185		
4191291	Delray	delray	US	26714	0	America/New_York	32.95207	-84.30131	206			GA	293		
4191294	Demorest	demorest	US	30535	2050	America/New_York	34.5651	-83.54517	411	Demorest,Domorest,demoresta,dmwrst  jwrjya,dmwryst  jarjya,dymwrst,Деморест,دمورست، جورجیا,دموریست، جارجیا,ديمورست,डेमोरेस्ट		GA	137		
4191315	Denmark	denmark	US	04022	0	America/New_York	32.28463	-81.724	55			GA	031		
4191318	Dennis	dennis	US	02638	0	America/New_York	34.70203	-84.70882	245			GA	213		
4191319	Dennis	dennis	US	02638	0	America/New_York	33.2143	-83.34238	138	Dennis,Dennis Station,Harllee		GA	237		
4191337	Denton	denton	US	21629	251	America/New_York	31.72269	-82.69375	81			GA	161		
4191343	Denver	denver	US	12421	0	America/New_York	33.19151	-85.17439	250			GA	149		
4191405	Dewy Rose	dewy-rose	US	30634	154	America/New_York	34.16983	-82.95292	223	Dewy Rose,Dewyrose		GA	105		
4191408	Dexter	dexter	US	04930	570	America/New_York	32.43239	-83.06126	83			GA	175		
4191416	Diamond	diamond	US	44412	0	America/New_York	34.67425	-84.27603	575			GA	123		
4191450	Dickey	dickey	US	58431	0	America/New_York	31.55712	-84.6602	86	Dickey,Whitney		GA	037		
4191470	Dickson	dickson	US	37055	0	America/New_York	33.57096	-83.60684	232			GA	211		
4191497	Dillard	dillard	US	30537	334	America/New_York	34.97009	-83.3871	660			GA	241		
4191502	Dillon	dillon	US	29536	0	America/New_York	30.89964	-83.89239	80			GA	275		
4191544	Divide	divide	US	59727	0	America/New_York	33.9726	-84.96217	356			GA	223		
4191550	Dixie	dixie	US	25059	0	America/New_York	32.86681	-83.76435	125			GA	021		
4191551	Dixie	dixie	US	25059	0	America/New_York	30.78575	-83.66433	51	Dixie,Groovers Station,Station Number 17		GA	027		
4191552	Dixie	dixie	US	25059	0	America/New_York	33.57345	-83.77018	233			GA	217		
4191671	Doerun	doerun	US	31744	773	America/New_York	31.31963	-83.91712	119			GA	071		
4191728	Donald	donald	US	97020	0	America/New_York	31.8216	-81.85012	24			GA	183		
4191735	Donalsonville	donalsonville	US	39845	2675	America/New_York	31.04046	-84.87909	45	Donalsonvil,danlsnwyl  jwrjya,donalasanabhila,dwnalswnfyl,Доналсонвил,دانلسنویل، جورجیا,دونالسونفيل,ڈونلسن ویل، جارجیا,डोनलसनभिल	253	GA	253		
4191741	Donegal	donegal	US	15628	0	America/New_York	32.56351	-81.724	31			GA	031		
4191750	Donovan	donovan	US	60931	0	America/New_York	32.77127	-82.71291	113			GA	167		
4191774	Dorchester	dorchester	US	02121	0	America/New_York	31.79549	-81.40511	4	Arcadia,Dorchester,Dorchester Station		GA	179		
4191775	Dorchester	dorchester	US	02121	0	America/New_York	33.50208	-82.05206	80			GA	245		
4191799	Dorris	dorris	US	96023	0	America/New_York	33.74483	-84.73994	343			GA	097		
4191802	Dorsey	dorsey	US	62021	0	America/New_York	33.6054	-83.55267	220			GA	211		
4191821	Doswell	doswell	US	23047	0	America/New_York	32.20992	-81.39372	15			GA	103		
4191902	Dougherty	dougherty	US	50433	0	America/New_York	34.38232	-84.06491	330	Big Savannah,Dougherty,Savannah,Tensawattee		GA	085		
4191916	Douglas	douglas	US	01516	11718	America/New_York	31.50881	-82.84987	78	Daglas,dagalasa,daglas  jwrjya,dwghlas,Даглас,داگلاس، جورجیا,دوغلاس,ڈگلس، جارجیا,डगलस	069	GA	069		
4191955	Douglasville	douglasville	US	30133	32897	America/New_York	33.7515	-84.74771	366	Daglasvil,Douglasville,Skin Chestnut,Skint Chestnut,dagalasabhila,daglas wyl  jwrjya,dwghlasfyl,Дагласвил,داگلاس ویل، جورجیا,دوغلاسفيل,ڈگلس ویل، جارجیا,डगलसभिल	097	GA	097		
4191956	Douglasville	douglasville	US	30133	0	America/New_York	31.3599	-84.6702	68			GA	099		
4191966	Dove Creek	dove-creek	US	81324	0	America/New_York	34.07983	-82.94209	197	Dove Creek,Doves Creek		GA	105		
4191979	Dover	dover	US	02030	0	America/New_York	32.57712	-81.71511	31	Dover,Station Number 6		GA	251		
4192015	Downs	downs	US	61736	0	America/New_York	33.29348	-82.70958	159			GA	301		
4192016	Downs	downs	US	61736	0	America/New_York	33.06626	-82.67347	134			GA	303		
4192026	Doyle	doyle	US	38559	0	America/New_York	32.28432	-84.44381	195	Doyle,Wigginsville		GA	197		
4192063	Dresden	dresden	US	04342	0	America/New_York	33.35151	-84.91855	256			GA	077		
4192067	Drew	drew	US	38737	0	America/New_York	34.20843	-84.21964	350			GA	117		
4192071	Drayton	drayton	US	29333	0	America/New_York	32.07406	-83.95546	90			GA	093		
4192124	Dry Branch	dry-branch	US	31020	0	America/New_York	32.80069	-83.49851	110	Dry Branch,Drybranch,Pikes Peak		GA	289		
4193436	Englewood	englewood	US	07631	0	America/New_York	32.45653	-84.91354	125			GA	215		
4193437	Englewood	englewood	US	07631	0	America/New_York	33.93456	-83.56239	267			GA	219		
4192205	Dublin	dublin	US	03444	16197	America/New_York	32.54044	-82.90375	67	DBN,Dablin,Dublin,dablina,dablyn  jwrjya,daburin,dbln,Даблин,Дублин,دابلین، جورجیا,دبلن,ڈبلن، جارجیا,डब्लिन,ダブリン	175	GA	175		
4192213	Dubois	dubois	US	47527	0	America/New_York	32.3035	-83.27321	117			GA	091		
4192222	Du Pont	du-pont	US	31630	124	America/New_York	30.98854	-82.87153	56	Du Pont,Dupont,Lawton,Station Number 12,Suwannoochee,Suwanooche		GA	065		
4192245	Ducktown	ducktown	US	37326	0	America/New_York	34.24398	-84.24937	383			GA	117		
4192271	Dudley	dudley	US	01571	570	America/New_York	32.54239	-83.07043	102	Dadli,Dudley,Elsie,dadli,dadly,dwdly  jwrjya,Дадли,دادلي,دودلی، جورجیا,ڈوڈلے، جارجیا,डड्ली		GA	175		
4192289	Duluth	duluth	US	30095	29193	America/New_York	34.00288	-84.14464	334	Dalut,Dulut,Duluth,Howells Crossroad,deolluseu,du lu si,dulutha,dwlwth,dwlwth  jwrjya,Далут,Дулут,دولوتھ، جارجیا,دولوث,دولوث، جورجیا,डुलुथ,杜魯斯,덜루스		GA	135		
4192298	Dumas	dumas	US	38625	0	America/New_York	32.0396	-84.4913	112			GA	307		
4192349	Dunlap	dunlap	US	37327	0	America/New_York	33.95345	-83.25349	240			GA	221		
4192353	Dunn	dunn	US	28334	0	America/New_York	34.94369	-84.45993	534			GA	111		
4192354	Dunn	dunn	US	28334	0	America/New_York	34.23815	-84.1263	372			GA	117		
4192397	Durand	durand	US	48429	0	America/New_York	32.91707	-84.77382	256	Durand,Stinson		GA	199		
4192419	Durham	durham	US	03824	0	America/New_York	34.85813	-85.43246	554			GA	295		
4192467	Dyke	dyke	US	22935	0	America/New_York	34.59981	-84.41159	470			GA	123		
4192516	Eagle Grove	eagle-grove	US	50533	164	America/New_York	34.29622	-83.00681	251			GA	147		
4192606	East Dublin	east-dublin	US	31027	2392	America/New_York	32.54822	-82.87181	76			GA	175		
4192608	East Ellijay	east-ellijay	US	30539	556	America/New_York	34.68397	-84.4727	388			GA	123		
4192674	East Point	east-point	US	41216	35467	America/New_York	33.67955	-84.43937	320	Ist Pojnt,ast pynt  jwrjya,ayst bwynt,ista po'inta,Ист Појнт,إيست بوينت,است پینت، جورجیا,ایسٹ پوائنٹ، جارجیا,इस्ट पोइन्ट		GA	121		
4192728	Eastanollee	eastanollee	US	30538	0	America/New_York	34.52038	-83.25544	295	Eastanolee,Eastanollee		GA	257		
4193160	Elim	elim	US	99739	0	America/New_York	31.79493	-81.67456	27			GA	183		
4192754	Eastman	eastman	US	31023	5285	America/New_York	32.19767	-83.17765	106	Eastman,Istman,Station Number 13,aystman,aystmn  jwrjya,istamyana,Истман,إيستمان,ایستمن، جورجیا,ایسٹ مین، جارجیا,इस्टम्यान	091	GA	091		
4192777	Eastview	eastview	US	42732	0	America/New_York	33.46069	-81.94428	39			GA	245		
4192789	Eastville	eastville	US	23347	0	America/New_York	33.87762	-83.50489	250			GA	219		
4192800	Eatonton	eatonton	US	31024	6520	America/New_York	33.3268	-83.3885	172	Itonton,atwntwn,aytntn  jwrjya,itanatana,Итонтон,إتونتون,ایتنتن، جورجیا,ایٹنٹن، جارجیا,इटनटन	237	GA	237		
4192940	Eden	eden	US	05652	0	America/New_York	32.17381	-81.39067	10	Eden,Station Number 2		GA	103		
4192963	Edgemoor	edgemoor	US	29712	0	America/New_York	33.94455	-84.18964	300			GA	135		
4192965	Edgewater	edgewater	US	07020	0	America/New_York	33.40123	-84.5741	246			GA	113		
4192966	Edgewood	edgewood	US	21040	0	America/New_York	33.50347	-82.10373	118			GA	073		
4192967	Edgewood	edgewood	US	21040	0	America/New_York	33.76177	-84.34131	313			GA	089		
4192968	Edgewood	edgewood	US	21040	0	America/New_York	32.49125	-84.92493	91			GA	215		
4192969	Edgewood	edgewood	US	21040	0	America/New_York	32.55654	-83.84019	146			GA	225		
4192970	Edgewood	edgewood	US	21040	0	America/New_York	31.58906	-84.18546	64			GA	095		
4192985	Edison	edison	US	08817	1478	America/New_York	31.55823	-84.73825	89	Edison,Ehdison,Nubbintown,Эдисон		GA	037		
4193007	Edna	edna	US	67342	0	America/New_York	32.2313	-81.83067	47			GA	109		
4193051	Egypt	egypt	US	72427	0	America/New_York	32.46185	-81.474	40	Egypt,Station Number 4		GA	103		
4193070	El Dorado	el-dorado	US	67042	0	America/New_York	31.1794	-81.38399	2			GA	127		
4193097	Elberta	elberta	US	36530	0	America/New_York	32.65931	-83.61879	84			GA	153		
4193099	Elberton	elberton	US	30635	4453	America/New_York	34.11159	-82.86863	213	Ehlberton,Elbert Court House,Elberton,Elbertville,albrtn  jwrjya,albyrtwn,elbartana,Елбертон,Элбертон,إلبيرتون,البرتن، جورجیا,البرٹن، جارجیا,एल्बर्टन	105	GA	105		
4193140	Eldorado	eldorado	US	45321	0	America/New_York	31.3538	-83.48544	98	Eldorado,Fender		GA	277		
4193172	Elizabeth	elizabeth	US	07201	0	America/New_York	33.97621	-84.54743	354			GA	067		
4193197	Elko	elko	US	29826	0	America/New_York	32.33099	-83.70629	128			GA	153		
4193208	Ellabell	ellabell	US	31308	0	America/New_York	32.12354	-81.48567	24			GA	029		
4193210	Ellaville	ellaville	US	31806	1879	America/New_York	32.23821	-84.30908	174	Ellaville,Pond Town	249	GA	249		
4193214	Ellenton	ellenton	US	31747	279	America/New_York	31.17602	-83.58739	80			GA	071		
4193215	Ellenwood	ellenwood	US	30294	0	America/New_York	33.61011	-84.28798	260			GA	063		
4193222	Ellerslie	ellerslie	US	21529	0	America/New_York	32.63153	-84.80132	220			GA	145		
4193229	Ellijay	ellijay	US	30536	1680	America/New_York	34.69481	-84.48215	390	Allagae,Allejoy,Alljay,Alljoy,Elatsay Yi,Elechaye,Elidzej,Elija,Elijay,Ellija,Ellijay,Elljoy,alyjay,alyjy  jwrjya,ellije,Елиџеј,إليجاي,الیجی، جورجیا,ایلجے، جارجیا,एल्लिजे	123	GA	123		
4193258	Ellis	ellis	US	67637	0	America/New_York	33.774	-84.70688	354			GA	097		
4193307	Elmwood	elmwood	US	02337	0	America/New_York	33.66594	-84.43909	317			GA	121		
4193313	Elrod	elrod	US	35458	0	America/New_York	34.40871	-83.88546	357			GA	139		
4193354	Emerson	emerson	US	07630	1535	America/New_York	34.12704	-84.75549	254	Emerson,Stegalls Station		GA	015		
4193355	Emerson	emerson	US	07630	0	America/New_York	30.77603	-83.63183	49			GA	027		
4193370	Emma	emma	US	62834	0	America/New_York	34.50787	-84.22408	487			GA	085		
4193403	Emory	emory	US	24327	0	America/New_York	33.78899	-84.32076	290			GA	089		
4193420	Empire	empire	US	35063	393	America/New_York	32.34044	-83.29627	116			GA	091		
4193462	Ennis	ennis	US	59729	0	America/New_York	32.91071	-82.98209	88			GA	303		
4193464	Enigma	enigma	US	31749	1293	America/New_York	31.41297	-83.32905	93			GA	019		
4193471	Enon	enon	US	45323	0	America/New_York	33.65789	-84.59299	270			GA	121		
4193472	Enon	enon	US	45323	0	America/New_York	31.01297	-83.80017	80			GA	275		
4193501	Enterprise	enterprise	US	26568	0	America/New_York	31.12296	-84.82576	55	Enterprise,Union		GA	201		
4193502	Enterprise	enterprise	US	26568	0	America/New_York	33.92623	-82.96987	189			GA	221		
4193542	Epworth	epworth	US	30541	480	America/New_York	34.95064	-84.38492	519	Atalla,Epworth		GA	111		
4193555	Erick	erick	US	73645	0	America/New_York	32.12323	-82.83153	82			GA	309		
4193559	Ernest	ernest	US	15739	0	America/New_York	30.7791	-82.66013	41			GA	065		
4193567	Esmond	esmond	US	58332	0	America/New_York	33.26567	-84.33326	268			GA	255		
4193568	Esom Hill	esom-hill	US	30138	0	America/New_York	33.94899	-85.38773	279	Esom,Esom Hill,Esomhill		GA	233		
4193576	Essex	essex	US	01929	0	America/New_York	33.78901	-83.39572	225			GA	219		
4193597	Ethridge	ethridge	US	38456	0	America/New_York	34.10428	-82.91986	201			GA	105		
4193598	Ethridge	ethridge	US	38456	0	America/New_York	33.13458	-83.46822	162			GA	169		
4193604	Etna	etna	US	03750	0	America/New_York	34.0076	-85.39551	273			GA	233		
4193613	Etowah	etowah	US	28729	0	America/New_York	34.19898	-85.08411	189			GA	115		
4193631	Eton	eton	US	30724	902	America/New_York	34.82508	-84.76327	228	Dunn,Eton		GA	213		
4193676	Eureka	eureka	US	48833	0	America/New_York	32.51767	-81.71539	64			GA	031		
4193699	Evans	evans	US	25241	29011	America/New_York	33.53375	-82.13067	127	Evans,Evens,Jenkins Station,ibhansa,Еванс,इभान्स		GA	073		
4193736	Evanston	evanston	US	47531	0	America/New_York	33.52514	-82.14956	145			GA	073		
4193737	Evansville	evansville	US	47701	0	America/Chicago	33.06623	-85.22411	209			GA	285		
4193742	Everett	everett	US	02149	0	America/New_York	31.3905	-81.63872	4	Everett,Everett City		GA	127		
4193743	Everett	everett	US	02149	0	America/New_York	30.70409	-83.80433	47			GA	275		
4193752	Evergreen	evergreen	US	23939	0	America/New_York	33.72789	-84.7391	349			GA	097		
4193753	Evergreen	evergreen	US	23939	0	America/New_York	31.54434	-84.19269	57			GA	095		
4193754	Evergreen	evergreen	US	23939	0	America/New_York	31.84882	-81.61095	27			GA	179		
4193815	Excelsior	excelsior	US	55331	0	America/New_York	32.31351	-81.96595	51	Excelsior,Little Creek,Red Branch		GA	043		
4193816	Excelsior	excelsior	US	55331	0	America/New_York	31.40463	-83.60795	107			GA	277		
4194072	Experiment	experiment	US	30212	2894	America/New_York	33.26539	-84.28159	289			GA	255		
4194111	Fair Oaks	fair-oaks	US	47943	8225	America/New_York	33.91649	-84.54465	336			GA	067		
4194112	Fair Oaks	fair-oaks	US	47943	0	America/New_York	34.26343	-85.2444	219			GA	115		
4194121	Fairburn	fairburn	US	30213	13967	America/New_York	33.56706	-84.58104	313	Berryville,Cartersville,Fairburn,Ferbern,fyrbrn  jarjya,fyrbrn  jwrjya,fyrbwrn,pheyarabarna,Ферберн,فيربورن,فیربرن، جارجیا,فیربرن، جورجیا,फेयरबर्न		GA	121		
4194129	Fairchild	fairchild	US	54741	0	America/New_York	30.82463	-84.90659	40	Fairchild,Fairchilds		GA	253		
4194139	Fairfax	fairfax	US	05454	0	America/New_York	33.75705	-84.67049	309			GA	097		
4194140	Fairfax	fairfax	US	05454	0	America/New_York	31.26049	-82.60764	49			GA	299		
4194141	Fairfield	fairfield	US	04937	0	America/New_York	32.03271	-81.09067	7			GA	051		
4194142	Fairfield	fairfield	US	04937	0	America/New_York	33.94317	-83.49738	237			GA	059		
4194143	Fairfield	fairfield	US	04937	0	America/New_York	33.95455	-84.33743	332			GA	089		
4194144	Fairfield	fairfield	US	04937	0	America/New_York	33.59317	-83.8224	214			GA	217		
4194145	Fairfield	fairfield	US	04937	0	America/New_York	31.60823	-84.23269	66			GA	095		
4194170	Fairhope	fairhope	US	15538	0	America/New_York	31.53744	-81.38871	1			GA	191		
4194184	Fairmount	fairmount	US	30139	736	America/New_York	34.4362	-84.69993	227	Fair Mount,Fairmount		GA	129		
4194190	Fairplay	fairplay	US	21733	0	America/New_York	33.62344	-84.85994	352			GA	097		
4194191	Fairplay	fairplay	US	21733	0	America/New_York	33.6879	-83.58295	238	Fair Play,Fairplay		GA	211		
4194196	Fairview	fairview	US	07022	0	America/New_York	34.41038	-83.16488	232			GA	119		
4194197	Fairview	fairview	US	07022	0	America/New_York	34.60121	-83.61351	439	Acorn,Fairview,Fork Courthouse		GA	137		
4194198	Fairview	fairview	US	07022	0	America/New_York	34.16511	-83.74212	312			GA	157		
4194199	Fairview	fairview	US	07022	0	America/New_York	33.61233	-83.9513	240			GA	217		
4194200	Fairview	fairview	US	07022	0	America/New_York	33.93373	-82.9632	166			GA	221		
4194201	Fairview	fairview	US	07022	0	America/New_York	34.53593	-83.16016	252			GA	257		
4194202	Fairview	fairview	US	07022	6769	America/New_York	34.94563	-85.2844	259			GA	295		
4194205	Fairview	fairview	US	07022	0	America/New_York	31.37717	-81.42455	6			GA	191		
4194238	Fairview Heights	fairview-heights	US	62208	0	America/New_York	34.73786	-85.27079	263			GA	295		
4194396	Fargo	fargo	US	31631	325	America/New_York	30.68188	-82.56652	34	Fargo,Фарго		GA	065		
4194403	Farmdale	farmdale	US	44417	0	America/New_York	32.69961	-81.61011	56	Farmdale,Kitson		GA	251		
4194419	Farmersville	farmersville	US	45325	0	America/New_York	34.4862	-85.23079	211			GA	055		
4194422	Farmington	farmington	US	03835	0	America/New_York	34.12065	-84.46437	286			GA	057		
4194423	Farmington	farmington	US	03835	0	America/New_York	33.50902	-82.11706	120			GA	073		
4194424	Farmington	farmington	US	03835	0	America/New_York	32.51958	-84.87715	97			GA	215		
4194425	Farmington	farmington	US	03835	0	America/New_York	33.77623	-83.42349	232			GA	219		
4194431	Farmville	farmville	US	23901	0	America/New_York	34.44842	-84.84438	225			GA	129		
4194433	Farrar	farrar	US	63746	0	America/New_York	33.4629	-83.63406	209			GA	159		
4196920	Georgetown	georgetown	US	01833	0	America/New_York	32.46681	-84.88854	120			GA	215		
4197055	Gibson	gibson	US	18820	657	America/New_York	33.23348	-82.59541	106		125	GA	125		
4194474	Fayetteville	fayetteville	US	13066	16990	America/New_York	33.44873	-84.45493	286	Fejetvil,faytyfyl,fytwyl  jarjya,fytwyl  jwrjya,phayetabhila,Фејетвил,فايتيفيل,فیتویل، جارجیا,فیتویل، جورجیا,फायेटभिल	113	GA	113		
4194544	Felton	felton	US	17322	0	America/New_York	33.88816	-85.22356	365			GA	143		
4194581	Fernwood	fernwood	US	39635	0	America/New_York	32.03216	-81.06428	7			GA	051		
4194582	Fernwood	fernwood	US	39635	0	America/New_York	33.61539	-84.30437	267			GA	063		
4194583	Fernwood	fernwood	US	39635	0	America/New_York	33.40151	-84.55687	267			GA	113		
4194584	Fernwood	fernwood	US	39635	0	America/New_York	33.92456	-83.54266	254			GA	219		
4194585	Fernwood	fernwood	US	39635	0	America/New_York	33.08901	-85.03049	228			GA	285		
4194616	Fields	fields	US	97710	0	America/New_York	32.27321	-83.99602	110			GA	193		
4194622	Fields Landing	fields-landing	US	95537	0	America/New_York	34.19704	-84.57382	256			GA	057		
4194659	Findlay	findlay	US	45839	0	America/New_York	32.15405	-83.77156	113	Findlay,Findley		GA	093		
4195115	Fish Creek	fish-creek	US	54212	0	America/New_York	34.0101	-85.13162	252	Fish,Fish Creek,Fish Creek Station		GA	233		
4195168	Fitzgerald	fitzgerald	US	31750	9013	America/New_York	31.71491	-83.25265	110	Ficdzerald,Fitzgerald,Shack Town,Swan,fytzjrald  jwrjya,fytzjyrald,phitjgeralda,Фицџералд,فتزجیرالڈ، جارجیا,فيتزجيرالد,فیتزجرالد، جورجیا,फिट्ज्गेराल्ड	017	GA	017		
4195186	Fitzpatrick	fitzpatrick	US	36029	0	America/New_York	32.74875	-83.4374	168	Elmwood,Fitzpatrick		GA	289		
4195203	Five Points	five-points	US	36855	0	America/New_York	32.4571	-83.34628	117			GA	023		
4195204	Five Points	five-points	US	36855	0	America/New_York	33.66678	-84.95272	344			GA	045		
4195205	Five Points	five-points	US	36855	0	America/New_York	32.07323	-83.18126	81			GA	091		
4195206	Five Points	five-points	US	36855	0	America/New_York	31.5749	-84.09296	59			GA	095		
4195207	Five Points	five-points	US	36855	0	America/New_York	33.75427	-84.38965	319			GA	121		
4195208	Five Points	five-points	US	36855	0	America/New_York	33.28764	-82.66124	157	Dye,Five Points		GA	125		
4195209	Five Points	five-points	US	36855	0	America/New_York	33.2479	-85.03855	215			GA	149		
4195210	Five Points	five-points	US	36855	0	America/New_York	33.01958	-83.65712	177			GA	169		
4195211	Five Points	five-points	US	36855	0	America/New_York	33.12512	-84.21548	234			GA	171		
4195212	Five Points	five-points	US	36855	0	America/New_York	32.3285	-82.97348	97			GA	175		
4195213	Five Points	five-points	US	36855	0	America/New_York	32.44156	-83.12015	97			GA	175		
4195214	Five Points	five-points	US	36855	0	America/New_York	30.87465	-83.29099	66			GA	185		
4195215	Five Points	five-points	US	36855	0	America/New_York	32.29155	-83.91602	119			GA	193		
4195216	Five Points	five-points	US	36855	0	America/New_York	32.45403	-84.44464	222			GA	197		
4195217	Five Points	five-points	US	36855	0	America/New_York	31.70156	-84.55797	97			GA	243		
4195218	Five Points	five-points	US	36855	0	America/New_York	31.92215	-82.03401	29			GA	267		
4195219	Five Points	five-points	US	36855	0	America/New_York	32.69264	-84.26519	173			GA	269		
4195220	Five Points	five-points	US	36855	0	America/New_York	32.42295	-82.46569	91			GA	283		
4195221	Five Points	five-points	US	36855	0	America/New_York	31.64407	-83.75962	122			GA	287		
4195222	Five Points	five-points	US	36855	0	America/New_York	32.09489	-83.58545	103			GA	315		
4195235	Five Points	five-points	US	36855	0	America/New_York	34.24122	-83.39044	240			GA	011		
4195323	Flat Rock	flat-rock	US	28731	0	America/New_York	32.55097	-84.87049	140	Flat Rock,Flatrock		GA	215		
4195324	Flat Rock	flat-rock	US	28731	0	America/New_York	33.23736	-83.31738	120			GA	237		
4195399	Fleetwood	fleetwood	US	19522	0	America/New_York	32.03132	-81.07317	7			GA	051		
4195400	Fleetwood	fleetwood	US	19522	0	America/New_York	34.28899	-83.78879	377			GA	139		
4195402	Fleming	fleming	US	16835	0	America/New_York	31.88077	-81.4265	6			GA	179		
4195413	Flemington	flemington	US	08822	718	America/New_York	31.85965	-81.564	6	Flemington,Gravel Hill		GA	179		
4195430	Flint	flint	US	48501	0	America/New_York	31.31657	-84.17907	56	Cochrans Mill,Flint		GA	205		
4195437	Flint Hill	flint-hill	US	22627	0	America/New_York	33.67039	-83.85102	250	Flint Hill,Georgetown		GA	217		
4195438	Flint Hill	flint-hill	US	22627	0	America/New_York	32.82263	-84.64465	251			GA	263		
4195477	Flintstone	flintstone	US	21530	0	America/New_York	34.94174	-85.34357	211			GA	295		
4195492	Florence	florence	US	01062	0	America/New_York	32.09127	-85.04104	67	Florence,Liverpool		GA	259		
4195511	Flovilla	flovilla	US	30216	634	America/New_York	33.25373	-83.89852	164	Flovilla,Heard,Indian Springs		GA	035		
4195533	Floyd	floyd	US	24091	0	America/New_York	33.84705	-84.58549	308			GA	067		
4195544	Flowery Branch	flowery-branch	US	30542	6683	America/New_York	34.1851	-83.92518	342	Flowery Branch,Nattagasska		GA	139		
4195600	Folkston	folkston	US	31537	5247	America/New_York	30.83095	-82.01131	24	Folkston,flkstwn  jwrjya,fu ke si tong,fwlkstwn,phoksatana,Фолкстон,فلکستون، جورجیا,فولكستون,فولکسٹن، جارجیا,फोक्सटन,福克斯通	049	GA	049		
4195605	Folsom	folsom	US	19033	0	America/New_York	34.38287	-84.82855	247			GA	015		
4195676	Forest Hills	forest-hills	US	11375	0	America/New_York	32.4274	-81.81872	77			GA	031		
4195677	Forest Hills	forest-hills	US	11375	0	America/New_York	33.45567	-84.48909	268			GA	113		
4195678	Forest Hills	forest-hills	US	11375	0	America/New_York	33.93927	-83.99269	320			GA	135		
4195679	Forest Hills	forest-hills	US	11375	0	America/New_York	33.4753	-82.05006	98			GA	245		
4195680	Forest Hills	forest-hills	US	11375	0	America/New_York	32.49014	-84.87687	119			GA	215		
4195690	Forest Lake	forest-lake	US	55025	0	America/New_York	32.87569	-83.70213	133			GA	021		
4195693	Forest Lakes	forest-lakes	US	85931	0	America/New_York	33.54872	-83.96602	223			GA	217		
4197115	Gill	gill	US	01354	0	America/New_York	33.93484	-82.62208	136			GA	181		
4197141	Gillsville	gillsville	US	30543	247	America/New_York	34.30788	-83.6335	287	Gillsville,Stonethrow		GA	011		
4195701	Forest Park	forest-park	US	30297	19383	America/New_York	33.62205	-84.36909	301	Astor,FOP,Forest Park,Forest Station,Forist Park,Forrest Park,Quick Station,frst park  jwrjya,fwrst bark,pharesta parka,Форист Парк,فاریسٹ پارک، جارجیا,فرست پارک، جورجیا,فورست بارك,फरेस्ट पार्क		GA	063		
4195702	Forest Park	forest-park	US	30297	0	America/New_York	34.17066	-83.93351	360			GA	139		
4195703	Forest Park	forest-park	US	30297	0	America/New_York	33.50986	-82.00678	53			GA	245		
4195704	Forest Park	forest-park	US	30297	0	America/New_York	31.54101	-84.17907	57			GA	095		
4195705	Forest Park	forest-park	US	30297	0	America/New_York	32.47736	-84.87854	126			GA	215		
4195727	Forestdale	forestdale	US	02644	0	America/New_York	32.48542	-84.90465	85			GA	215		
4195731	Forest River	forest-river	US	58233	0	America/New_York	33.98399	-83.99407	316			GA	135		
4195771	Forsyth	forsyth	US	31029	4013	America/New_York	33.0343	-83.93824	220	Forsajt,fwrsyt  jwrjya,fwrsyth,pharsitha,Форсајт,فورسيث,فورسیت، جورجیا,فورسیتھ، جارجیا,फर्सिथ	207	GA	207		
4195789	Fort Benning	fort-benning	US	31905	0	America/New_York	32.35237	-84.96882	94	Camp Benning,Fort Benning,LSF		GA	053		
4195809	Fort Gaines	fort-gaines	US	39851	1129	America/New_York	31.60924	-85.04933	68	A-con-hollo-wa Tal-lofa,A-con-hollo-way Tal-lofa,Fort Gaines,Fort Gejns,fwrt gyns  jwrjya,fwrt jaynz,pharta ga'ineja,Форт Гејнс,فورت جاينز,فورت گینس، جورجیا,فورٹ گینس، جارجیا,फर्ट गाइनेज	061	GA	061		
4195850	Fort Oglethorpe	fort-oglethorpe	US	30742	9803	America/New_York	34.94896	-85.2569	223			GA	047		
4195866	Fort Smith	fort-smith	US	59035	0	America/New_York	34.62981	-83.97297	512			GA	187		
4195867	Fort Stewart	fort-stewart	US	31314	0	America/New_York	31.86271	-81.51761	5			GA	267		
4195869	Fort Valley	fort-valley	US	22652	8597	America/New_York	32.55376	-83.88741	159	Fort Vali,Fort Valley,Fox Valley,fwrt faly,fwrt wly  jwrjya,pharta bhyali,Форт Вали,فورت فالي,فورت ولی، جورجیا,فورٹ ویلی، جارجیا,फर्ट भ्याली	225	GA	225		
4195894	Fortson	fortson	US	31808	0	America/New_York	32.60708	-84.93715	157	Fortson,Fortsons Crossing		GA	215		
4195895	Fortson	fortson	US	31808	0	America/New_York	33.37789	-84.28881	265			GA	151		
4195904	Fortville	fortville	US	46040	0	America/New_York	33.05347	-83.45739	198	Fortville,Old Fort,The Fortification		GA	169		
4195959	Fountainville	fountainville	US	18923	0	America/New_York	32.28349	-84.15713	141			GA	193		
4195964	Four Oaks	four-oaks	US	27524	0	America/New_York	33.94121	-84.27576	311			GA	089		
4196019	Fowlstown	fowlstown	US	39852	0	America/New_York	30.80269	-84.54714	89	Avirett,Fowl Town,Fowls Town,Fowlstown,Fowltown,Kemp,Totalosi Talofa		GA	087		
4196046	Foxboro	foxboro	US	02035	0	America/New_York	33.8576	-84.72688	299			GA	223		
4196083	Franklin	franklin	US	02038	969	America/New_York	33.27762	-85.098	202	Franklin,Франклин	149	GA	149		
4196122	Franklin Springs	franklin-springs	US	13341	1154	America/New_York	34.28483	-83.14432	249			GA	119		
4196133	Franklinton	franklinton	US	27525	0	America/New_York	32.80431	-83.53546	104			GA	021		
4196134	Franklinville	franklinville	US	08322	0	America/New_York	30.98214	-83.28321	59			GA	185		
4196154	Fredonia	fredonia	US	14063	0	America/New_York	30.91269	-83.94656	80			GA	275		
4196195	Freeman	freeman	US	23856	0	America/New_York	31.36073	-85.06271	66			GA	099		
4196248	Friendship	friendship	US	04547	0	America/New_York	32.67403	-83.86102	174			GA	079		
4196249	Friendship	friendship	US	04547	0	America/New_York	33.52733	-84.44909	278	Friendship,Milner Store		GA	113		
4196250	Friendship	friendship	US	04547	0	America/New_York	33.31262	-84.45131	258			GA	113		
4196251	Friendship	friendship	US	04547	0	America/New_York	33.08154	-83.03126	150			GA	141		
4196252	Friendship	friendship	US	04547	0	America/New_York	34.1976	-85.29634	194			GA	233		
4196253	Friendship	friendship	US	04547	0	America/New_York	32.15016	-84.4213	166			GA	261		
4196254	Friendship	friendship	US	04547	0	America/New_York	34.96398	-83.78712	607			GA	281		
4196446	Fruitland	fruitland	US	21826	0	America/New_York	30.82354	-82.85486	47			GA	101		
4196528	Funston	funston	US	31753	443	America/New_York	31.19991	-83.87351	107			GA	071		
4196586	Gainesville	gainesville	US	14066	38712	America/New_York	34.29788	-83.82407	381	GVL,Gainesville,Gejnsvil,Gejnsvil',Gejnsvill,Mule Camp Springs,Mules Crossing,Mules Junction,ga'inejabhila,geinjeubil,geinzubiru,ghynsfyl,gyns wyl  jarjya,gyns wyl  jwrjya,Гейнсвилл,Гејнсвил,Ґейнсвіль,غينسفيل,گینس ویل، جارجیا,گینس ویل، جورجیا,गाइनेजभिल,ゲインズビル,게인즈빌	139	GA	139		
4196638	Galloway	galloway	US	26349	0	America/New_York	34.93591	-84.3552	457			GA	111		
4196688	Garden City	garden-city	US	11530	8999	America/New_York	32.11437	-81.154	5	Garden City,Garden Siti,Industrial City Gardens,gardena siti,gardn syty  jwrjya,jardn syty,Гарден Сити,جاردن سيتي,گاردن سیتی، جورجیا,گارڈن سٹی، جارجیا,गार्डेन सिटी		GA	051		
4196705	Garden Valley	garden-valley	US	83622	0	America/New_York	32.43987	-84.11824	133			GA	193		
4196711	Gardner	gardner	US	01440	0	America/New_York	32.85349	-82.96264	67			GA	303		
4196719	Garfield	garfield	US	07026	204	America/New_York	32.64988	-82.09817	85			GA	107		
4196720	Garland	garland	US	04939	0	America/New_York	34.51537	-83.90546	432			GA	187		
4196781	Gary	gary	US	24836	0	America/New_York	32.55766	-82.31846	95			GA	107		
4196816	Gatewood	gatewood	US	63942	0	America/New_York	33.50872	-84.39326	260			GA	063		
4196817	Gatewood	gatewood	US	63942	0	America/New_York	32.02322	-84.17574	111			GA	261		
4196832	Gay	gay	US	25244	86	America/New_York	33.09374	-84.57382	255	Gay,Sasserville		GA	199		
4196863	Geneva	geneva	US	14456	100	America/New_York	32.57986	-84.55076	178	Cocogee,Geneva,Koockogey,Zheneva,Женева		GA	263		
4196917	Georgetown	georgetown	US	01833	11823	America/New_York	31.98326	-81.22733	4			GA	051		
4196918	Georgetown	georgetown	US	01833	0	America/New_York	31.21384	-81.67372	4			GA	127		
4196919	Georgetown	georgetown	US	01833	973	America/New_York	31.88461	-85.10743	76	Georgetown,Tabanana,Tobchanna	239	GA	239		
4197154	Gilmore	gilmore	US	72339	0	America/New_York	33.84816	-84.4941	308			GA	067		
4197200	Girard	girard	US	16417	153	America/New_York	33.04043	-81.71206	73	Girard,Liberty Hall		GA	033		
4197238	Gladys	gladys	US	24554	0	America/New_York	31.47019	-83.23766	97			GA	019		
4197243	Glasgow	glasgow	US	16644	0	America/New_York	30.72242	-83.87544	60			GA	275		
4197262	Glen Cove	glen-cove	US	11542	0	America/New_York	32.88625	-83.6899	120			GA	021		
4197270	Glen Haven	glen-haven	US	53810	0	America/New_York	33.74399	-84.21798	298			GA	089		
4197276	Glen Oaks	glen-oaks	US	11004	0	America/New_York	33.93845	-83.44544	221			GA	059		
4197277	Glen Ridge	glen-ridge	US	07028	0	America/New_York	33.67928	-84.81188	327			GA	097		
4197280	Glencliff	glencliff	US	03238	0	America/New_York	32.90763	-84.42492	231			GA	293		
4197282	Glencoe	glencoe	US	41046	0	America/New_York	31.13578	-81.72427	6			GA	039		
4197291	Glenhaven	glenhaven	US	95443	0	America/New_York	32.81208	-83.6749	112			GA	021		
4197299	Glenn	glenn	US	49416	0	America/New_York	33.15429	-85.203	250			GA	149		
4197325	Glennville	glennville	US	30427	5086	America/New_York	31.93659	-81.92845	52			GA	267		
4197331	Glenwood	glenwood	US	07418	0	America/New_York	34.31231	-85.17217	186	Glenwood,Glenwood Estates		GA	115		
4197332	Glenwood	glenwood	US	07418	739	America/New_York	32.1799	-82.66958	59			GA	309		
4197333	Glenwood	glenwood	US	07418	0	America/New_York	33.92928	-83.40266	206			GA	059		
4197363	Gloster	gloster	US	39638	0	America/New_York	33.90983	-84.06519	271			GA	135		
4197424	Gober	gober	US	75443	0	America/New_York	34.30565	-84.40715	293			GA	057		
4197430	Godfrey	godfrey	US	62035	0	America/New_York	33.45346	-83.50489	187	Godfrey,Hamburg		GA	211		
4197448	Gold Creek	gold-creek	US	59733	0	America/New_York	33.92621	-84.74799	329			GA	223		
4197481	Goldsboro	goldsboro	US	21636	0	America/New_York	32.47266	-83.22766	120			GA	023		
4197508	Good Hope	good-hope	US	30641	289	America/New_York	33.78484	-83.60906	243			GA	297		
4197593	Gordon	gordon	US	17936	1956	America/New_York	32.88209	-83.33238	106	Gordon,Griswold Station,Griswoldville		GA	319		
4197668	Gore	gore	US	22637	0	America/New_York	34.46564	-85.26912	217	Gore,Mount Hickory		GA	055		
4197669	Gore	gore	US	22637	0	America/New_York	31.90127	-84.72631	169			GA	243		
4197724	Gough	gough	US	30811	0	America/New_York	33.09182	-82.22651	122			GA	033		
4197798	Gracewood	gracewood	US	30812	0	America/New_York	33.37264	-82.03206	98	Gracewood,Richmond Camp Ground		GA	245		
4197821	Graham	graham	US	27253	299	America/New_York	31.83158	-82.50236	73			GA	001		
4197839	Granada	granada	US	56039	0	America/New_York	33.64428	-84.53132	268			GA	121		
4197844	Grandview	grandview	US	37337	0	America/New_York	34.49565	-84.39381	451	Grand View,Grandview		GA	227		
4197884	Grantville	grantville	US	17028	3183	America/New_York	33.23484	-84.83577	265	Calico Corner,Callico Corner,Callico Corners,Graniteville,Grantville		GA	077		
4197919	Gratis	gratis	US	45330	0	America/New_York	33.88261	-83.66323	250	Free,Gratis		GA	297		
4197938	Gray	gray	US	04039	3269	America/New_York	33.00958	-83.53378	184	Gray,James	169	GA	169		
4197968	Grayson	grayson	US	30017	3147	America/New_York	33.89427	-83.95574	334	Berkeley,Grayson,Trip,Tripp		GA	135		
4197977	Graysville	graysville	US	15337	0	America/New_York	34.97646	-85.14134	214	Graysville,Pull Tight		GA	047		
4198020	Green	green	US	44232	0	America/New_York	34.08843	-85.14856	265	Bird Station,Byrd,Green		GA	115		
4198129	Green Springs	green-springs	US	44836	0	America/New_York	33.51817	-84.65382	285			GA	121		
4198144	Greenacres	greenacres	US	33454	0	America/New_York	33.88149	-84.84161	332			GA	223		
4198150	Greenbrier	greenbrier	US	37073	0	America/New_York	33.49264	-82.04706	100			GA	245		
4198151	Greenbrier	greenbrier	US	37073	0	America/New_York	31.59045	-84.23547	62			GA	095		
4198167	Greene	greene	US	02827	0	America/New_York	33.954	-83.53044	245			GA	219		
4198204	Greensboro	greensboro	US	05841	3403	America/New_York	33.57568	-83.18238	195	Greenesborough,Greensboro,Greensborough,Greensburg,Grinsboro,ghrynsbwrw,grinasbaro,grynz brw  jarjya,grynzbwrw  jwrjya,Гринсборо,غرينسبورو,گرینز برو، جارجیا,گرینزبورو، جورجیا,ग्रीनस्बरो	133	GA	133		
4198217	Greenville	greenville	US	02828	0	America/New_York	30.80162	-81.83316	4			GA	039		
4198218	Greenville	greenville	US	02828	862	America/New_York	33.02874	-84.71298	263	Greeneville,Greenville,Greenville Presbyterian Church,Grinvil,Grinvill,Old Greenville Presbyterian Church,ghrynfyl,grinabhila,gryn wyl  jarjya,gryn wyl  jwrjya,Гринвил,Гринвилл,غرينفيل,گرین ویل، جارجیا,گرین ویل، جورجیا,ग्रीनभिल	199	GA	199		
4198230	Greenway	greenway	US	22067	0	America/New_York	34.30982	-83.7724	356			GA	139		
4198238	Greenwood	greenwood	US	04255	0	America/New_York	34.89369	-85.07495	250			GA	047		
4198239	Greenwood	greenwood	US	04255	0	America/New_York	33.39289	-84.16881	262			GA	151		
4198240	Greenwood	greenwood	US	04255	0	America/New_York	30.94882	-82.97403	58			GA	173		
4198241	Greenwood	greenwood	US	04255	0	America/New_York	31.19796	-84.33991	46			GA	205		
4198242	Greenwood	greenwood	US	04255	0	America/New_York	32.4349	-81.77122	63			GA	031		
4198266	Greenway	greenway	US	22067	0	America/New_York	34.05927	-84.38326	350			GA	121		
4198280	Gregory	gregory	US	48137	0	America/New_York	34.95341	-84.78244	231	Gregory,Gregorys Mill		GA	213		
4198322	Griffin	griffin	US	30223	23211	America/New_York	33.24678	-84.26409	298	Griffin,Grifin,Pleasant Grove,ghryfyn,griphina,gryfyn  jarjya,gryfyn  jwrjya,Грифин,Гриффин,غريفين,گریفین، جارجیا,گریفین، جورجیا,ग्रिफिन	255	GA	255		
4198384	Griffith	griffith	US	46319	0	America/New_York	32.63653	-84.09991	112			GA	269		
4198501	Groveland	groveland	US	01834	0	America/New_York	32.14436	-81.74567	46	Groveland,Southwell		GA	029		
4198502	Groveland	groveland	US	01834	0	America/New_York	32.02521	-81.10733	6			GA	051		
4198503	Groveland	groveland	US	01834	0	America/New_York	33.41234	-84.55187	267			GA	113		
4198504	Groveland	groveland	US	01834	0	America/New_York	32.87097	-83.58462	129			GA	021		
4198505	Groveland	groveland	US	01834	0	America/New_York	31.60573	-84.19491	68			GA	095		
4198514	Grovetown	grovetown	US	30813	13093	America/New_York	33.45042	-82.19818	146	Grouvtaun,Groveton,Grovetown,ghrwftawn,grobhata'una,grwtn  jwrjya,Гроувтаун,غروفتاون,گروتن، جورجیا,گروو ٹاؤن، جارجیا,ग्रोभटाउन		GA	073		
4198518	Grubbs	grubbs	US	72431	0	America/New_York	32.01049	-81.18095	3			GA	051		
4198633	Guyton	guyton	US	31312	1856	America/New_York	32.3363	-81.3915	29	Guyton,Station Number 3		GA	103		
4198716	Haddock	haddock	US	31033	0	America/New_York	33.03264	-83.42905	152	Haddock,Haddock Station,Haddocks Station		GA	169		
4198732	Hagan	hagan	US	30429	967	America/New_York	32.15603	-81.93373	58			GA	109		
4198750	Hahira	hahira	US	31632	2899	America/New_York	30.99131	-83.37266	70			GA	185		
4198803	Halifax	halifax	US	02338	0	America/New_York	30.96495	-81.69816	3			GA	039		
4198859	Halls	halls	US	38040	0	America/New_York	34.29843	-84.93994	235			GA	015		
4198887	Hallwood	hallwood	US	23359	0	America/New_York	33.24708	-83.36322	155	Hallwood,Oakdale		GA	237		
4198902	Hamer	hamer	US	29547	0	America/New_York	32.09409	-81.20761	4			GA	051		
4198912	Hamilton	hamilton	US	01936	1158	America/New_York	32.75791	-84.87493	234	Gamil'ton,Khamilton,hamltwn,hmyltwn  jwrjya,hyamilatana,Гамильтон,Хамилтон,هاملتون,همیلتون، جورجیا,ہیملٹن، جارجیا,ह्यामिलटन	145	GA	145		
4198936	Hammett	hammett	US	83627	0	America/New_York	32.65653	-84.0188	116			GA	079		
4198972	Hampton	hampton	US	03842	7372	America/New_York	33.38706	-84.28298	269	Bear Creek,Bear Creek Station,Hampton,Hampton Mills,Khehmpton,Khempton,hambtwn,hmptwn  jwrjya,hyamptana,Хемптон,Хэмптон,هامبتون,همپتون، جورجیا,ہیمپٹن، جارجیا,ह्याम्प्टन		GA	151		
4199044	Hannah	hannah	US	58239	0	America/New_York	33.58706	-84.86355	328			GA	097		
4199065	Hanover	hanover	US	02339	0	America/New_York	33.95317	-83.48099	193			GA	059		
4199066	Hanover	hanover	US	02339	0	America/New_York	30.94269	-84.64881	38			GA	087		
4199089	Happy Valley	happy-valley	US	97086	0	America/New_York	34.36732	-83.84907	350			GA	139		
4199090	Happy Valley	happy-valley	US	97086	0	America/New_York	33.36459	-82.46596	117			GA	189		
4199091	Happy Valley	happy-valley	US	97086	0	America/New_York	34.93535	-85.32218	248			GA	295		
4199098	Haralson	haralson	US	30229	174	America/New_York	33.22651	-84.57132	255	Haralson,Harlason		GA	077		
4199154	Hardin	hardin	US	42048	0	America/New_York	31.85434	-83.81656	86			GA	081		
4199185	Hardwick	hardwick	US	01037	3930	America/New_York	33.0682	-83.22349	82	Hardwich,Hardwick,Midway,Midway-Hardwick		GA	009		
4199219	Harlem	harlem	US	30814	2967	America/New_York	33.41458	-82.31262	163			GA	073		
4199236	Harmony	harmony	US	02829	0	America/New_York	34.24787	-84.40687	379			GA	057		
4199237	Harmony	harmony	US	02829	0	America/New_York	34.17844	-82.85347	215			GA	105		
4199238	Harmony	harmony	US	02829	0	America/New_York	33.45235	-83.35211	170			GA	237		
4199332	Harper	harper	US	25851	0	America/New_York	34.19594	-82.99375	217			GA	105		
4199390	Harrington	harrington	US	04643	0	America/New_York	31.20662	-81.3701	4			GA	127		
4199465	Harrisburg	harrisburg	US	17101	0	America/New_York	33.04848	-83.24043	112			GA	009		
4199466	Harrisburg	harrisburg	US	17101	0	America/New_York	34.59119	-85.38968	217			GA	295		
4199474	Harrison	harrison	US	04040	0	America/New_York	34.214	-83.12431	247	Berryman,Harrison		GA	195		
4199475	Harrison	harrison	US	04040	467	America/New_York	32.82627	-82.72514	125	Kharrison,Харрисон		GA	303		
4199508	Harrisonville	harrisonville	US	08039	0	America/New_York	33.17595	-84.98855	240	Asbury,Harrisonville		GA	285		
4199538	Hartford	hartford	US	05047	0	America/New_York	32.28572	-83.44906	78	Hartford,Khartford,Old Hartford,Хартфорд		GA	235		
4199543	Hartley	hartley	US	51346	0	America/New_York	32.57959	-83.91463	170			GA	225		
4199550	Harts	harts	US	25524	0	America/New_York	33.31764	-82.55902	167			GA	125		
4199554	Hartsfield	hartsfield	US	31756	0	America/New_York	31.21685	-83.97601	105			GA	071		
4199572	Hartwell	hartwell	US	30643	4514	America/New_York	34.35288	-82.93209	244	Khartvel,hartavela,hartwl  jwrjya,hartwyl,Хартвел,هارتول، جورجیا,هارتويل,ہارٹ ویل، جارجیا,हार्टवेल	147	GA	147		
4199573	Harvest	harvest	US	35749	0	America/New_York	34.62676	-83.60712	439	Harvest,Pole		GA	137		
4199597	Hastings	hastings	US	13076	0	America/New_York	33.44872	-84.3252	292			GA	063		
4199599	Hasty	hasty	US	72640	0	America/New_York	31.25771	-82.57292	46			GA	299		
4199630	Hatley	hatley	US	54440	0	America/New_York	31.89934	-83.61322	124	Hatley,Malone		GA	081		
4199670	Hawkins	hawkins	US	54530	0	America/New_York	34.60425	-85.3744	219			GA	295		
4199694	Hawkinsville	hawkinsville	US	31036	5471	America/New_York	32.28377	-83.47212	78	Khokinsvil,hakingsabhila,hawkyns wyl  jwrjya,hawkynsfyl,Хокинсвил,هاوكينسفيل,هاوکینس ویل، جورجیا,ہاکنزویل، جارجیا,हकिंग्सभिल	235	GA	235		
4199716	Hayes	hayes	US	23072	0	America/New_York	34.35704	-83.81796	350			GA	139		
4199744	Hayneville	hayneville	US	36040	0	America/New_York	32.38349	-83.62074	134			GA	153		
4199757	Haysville	haysville	US	67060	0	America/New_York	34.88035	-85.36301	238			GA	295		
4199758	Haywood	haywood	US	22722	0	America/New_York	31.35799	-82.43208	48			GA	299		
4199765	Hazard	hazard	US	41701	0	America/New_York	32.87043	-82.88653	99			GA	303		
4199776	Hazelwood	hazelwood	US	28738	0	America/New_York	32.42518	-81.819	67			GA	031		
4199777	Hazlehurst	hazlehurst	US	31539	0	America/New_York	30.91357	-81.83844	4			GA	039		
4199778	Hazlehurst	hazlehurst	US	31539	4196	America/New_York	31.86963	-82.5943	77	Hazelhurst,Hazlehurst,Khejzelkherst,hazlharst  jwrjya,hazlhwrst,hyajelaharsta,Хејзелхерст,هازلهارست، جورجیا,هازلهورست,ہیزل ہرسٹ، جارجیا,ह्याजेलहर्स्ट	161	GA	161		
4199877	Hebron	hebron	US	03241	0	America/New_York	34.28483	-83.36433	227			GA	011		
4199878	Hebron	hebron	US	03241	0	America/New_York	32.96432	-82.99737	119			GA	303		
4199921	Helen	helen	US	20635	532	America/New_York	34.70148	-83.73157	441	Khelen,helena,hln  jwrjya,hylyn,Хелен,هلن، جورجیا,هيلين,ہیلن، جارجیا,हेलेन		GA	311		
4199928	Helena	helena	US	13649	2883	America/New_York	32.07379	-82.91459	73	Khelena,Хелена		GA	271		
4199978	Henderson	henderson	US	13650	0	America/New_York	32.34127	-83.78935	144			GA	153		
4200023	Hendricks	hendricks	US	26271	0	America/New_York	32.9393	-84.46659	262	Hendrick,Hendricks,Hendrix		GA	293		
4200048	Henrico	henrico	US	23075	0	America/New_York	33.66483	-84.33909	287			GA	089		
4200088	Hephzibah	hephzibah	US	30815	3936	America/New_York	33.31403	-82.09679	122	Brothersville,Hephzibah,Khefziba,Lost Arcadia,hephjiba,hfzyba  jwrjya,hyfzybah,Хефзиба,هفزیبا، جورجیا,هيفزيباه,ہیفزیباہ، جارجیا,हेफ्जिबा		GA	245		
4200146	Herndon	herndon	US	17830	0	America/New_York	32.82044	-82.12929	53			GA	165		
4200152	Herod	herod	US	62947	0	America/New_York	31.69878	-84.4413	91	Herod,Herod Town,Herodtown		GA	273		
4200188	Hiawassee	hiawassee	US	30546	906	America/New_York	34.94926	-83.75739	601	Hiawassee,Hiwassee,Khajavosi,hayavasi,hyawasy,Хајавоси,هياواسي,हायावासी	281	GA	281		
4200241	Hickory Hills	hickory-hills	US	60457	0	America/New_York	33.589	-84.3702	278			GA	063		
4200242	Hickory Hills	hickory-hills	US	60457	0	America/New_York	33.84427	-84.02186	306			GA	135		
4200243	Hickory Hills	hickory-hills	US	60457	0	America/New_York	34.11704	-84.03796	331			GA	135		
4200335	Hidden Valley	hidden-valley	US	15502	0	America/New_York	34.25954	-85.22856	192			GA	115		
4200341	Higdon	higdon	US	35979	0	America/New_York	34.89647	-84.43881	546	Higdon,Higdon Store,Higdon's Store,Higdons,Higdons Store		GA	111		
4200345	Hidden Valley	hidden-valley	US	15502	0	America/New_York	33.59455	-84.19103	251			GA	151		
4200362	High Falls	high-falls	US	12440	0	America/New_York	33.17568	-84.02547	201	High Falls,High Shoals,Highfalls,Towaliga Shoals,Unionville		GA	207		
4200382	High Point	high-point	US	27260	0	America/New_York	30.91524	-81.42232	4			GA	039		
4200383	High Point	high-point	US	27260	0	America/New_York	33.6415	-85.30384	430			GA	045		
4200385	High Point	high-point	US	27260	0	America/New_York	33.764	-84.69799	309			GA	097		
4200387	High Point	high-point	US	27260	0	America/New_York	33.52789	-83.85185	239			GA	217		
4200391	High Point	high-point	US	27260	0	America/New_York	34.86341	-85.3669	237	High Point,Highpoint,Lisbon Station		GA	295		
4200404	High Shoals	high-shoals	US	28077	0	America/New_York	33.82095	-83.506	199	Big Shoals,High Shoals,Highshoals,Shoals		GA	211		
4200440	Highland Mills	highland-mills	US	10930	0	America/New_York	33.27789	-84.2827	287			GA	255		
4200444	Highland Park	highland-park	US	08904	0	America/New_York	32.00966	-81.10039	8			GA	051		
4200445	Highland Park	highland-park	US	08904	0	America/New_York	31.22717	-81.53566	3			GA	127		
4200446	Highland Park	highland-park	US	08904	0	America/New_York	32.48792	-84.93688	100			GA	215		
4200448	Highland Park	highland-park	US	08904	0	America/New_York	31.5724	-84.1838	63			GA	095		
4200449	Highland Park	highland-park	US	08904	0	America/New_York	33.45986	-82.03178	105			GA	245		
4200514	Hill City	hill-city	US	55748	0	America/New_York	34.59897	-85.0055	218	Blue Spring,Blue Springs,Hill City,Miller		GA	129		
4200582	Hillman	hillman	US	49746	0	America/New_York	33.60097	-82.79764	145			GA	265		
4200584	Hills	hills	US	52235	0	America/New_York	34.6001	-83.51628	437			GA	137		
4200614	Hillsboro	hillsboro	US	21641	0	America/New_York	33.17985	-83.64101	197	Hillsboro,Hillsborough		GA	159		
4200626	Hillsdale	hillsdale	US	07642	0	America/New_York	31.46768	-83.59906	101			GA	277		
4200628	Hillside	hillside	US	07205	0	America/New_York	31.56267	-84.17102	58			GA	095		
4200644	Hilltop	hilltop	US	25855	262	America/New_York	33.10401	-84.43603	259			GA	231		
4200648	Hillview	hillview	US	40129	0	America/New_York	32.84792	-83.69435	153			GA	021		
4200658	Hilton	hilton	US	14468	0	America/New_York	31.28823	-85.06521	66	Hilton,Hilton School		GA	099		
4200671	Hinesville	hinesville	US	31310	33398	America/New_York	31.84688	-81.59595	23	Khajnsvil,LIY,ha'insabhila,haynzfyl,Хајнсвил,هاينزفيل,ہینیسویل، جارجیا,हाइन्सभिल	179	GA	179		
4200693	Hinton	hinton	US	22831	0	America/New_York	34.48092	-84.58271	343			GA	227		
4200707	Hiram	hiram	US	04041	3792	America/New_York	33.87566	-84.76216	294			GA	223		
4200749	Hoboken	hoboken	US	07030	531	America/New_York	31.18106	-82.13484	40			GA	025		
4200849	Hogansville	hogansville	US	30230	3110	America/New_York	33.17318	-84.91494	217	Khogansvil,hogansbhila,hwgans wyl  jwrjya,hwghansfyl,Хогансвил,هوغانسفيل,هوگانس ویل، جورجیا,ہوگنزویل، جارجیا,होगान्स्भिल		GA	285		
4200882	Holcomb	holcomb	US	38940	0	America/New_York	34.41287	-84.28048	442			GA	227		
4200887	Holbrook	holbrook	US	02343	0	America/New_York	34.21287	-84.27103	370			GA	057		
4200950	Holland	holland	US	01521	0	America/New_York	34.35203	-85.37246	213	Holland,Hollands Store,Kincaid		GA	055		
4200951	Holland	holland	US	01521	0	America/New_York	34.17371	-83.9149	373			GA	139		
4200952	Holland	holland	US	01521	0	America/New_York	34.27232	-83.86657	363			GA	139		
4200974	Holley	holley	US	14470	0	America/New_York	34.66342	-84.82883	221	Holley,Holly		GA	213		
4200987	Hollis	hollis	US	03049	0	America/New_York	30.92269	-83.73906	79			GA	027		
4201008	Holly Bluff	holly-bluff	US	39088	0	America/New_York	32.5732	-83.58129	81			GA	153		
4201033	Holly Hill	holly-hill	US	29059	0	America/New_York	33.0854	-85.05133	201			GA	285		
4201047	Holly Springs	holly-springs	US	27540	10719	America/New_York	34.17399	-84.50132	339	Holly Springs,Hollysprings		GA	057		
4201048	Holly Springs	holly-springs	US	27540	0	America/New_York	34.23511	-83.63822	284			GA	157		
4201070	Hollywood	hollywood	US	20636	0	America/New_York	34.64954	-83.44739	468			GA	137		
4201071	Hollywood	hollywood	US	20636	0	America/New_York	31.56767	-84.16769	59			GA	095		
4201084	Holmesville	holmesville	US	44633	0	America/New_York	31.70381	-82.32068	54			GA	001		
4201102	Holt	holt	US	32564	0	America/New_York	31.59575	-83.15071	101			GA	155		
4201138	Homeland	homeland	US	33847	871	America/New_York	30.85637	-82.02264	29	Homeland,Waughtel		GA	049		
4201141	Homer	homer	US	13077	1144	America/New_York	34.33372	-83.49905	248	Allentown,Homer,Khomer,New Lebanon,homara,hwmyr,Хомер,هومير,होमर	011	GA	011		
4201144	Homerville	homerville	US	31634	2480	America/New_York	31.0366	-82.74708	54	Homerville,Khomervil,Station Number 11,hmrwyl  jwrjya,homarabhila,hwmyrfyl,Хомервил,همرویل، جورجیا,هوميرفيل,ہومرویل، جارجیا,होमरभिल	065	GA	065		
4201151	Homestead	homestead	US	15120	0	America/New_York	33.594	-84.26242	250			GA	063		
4201152	Homestead	homestead	US	15120	0	America/New_York	31.27605	-82.27707	43			GA	229		
4201164	Holt	holt	US	32564	0	America/New_York	31.50406	-84.45352	64	Holt,Holts		GA	037		
4201190	Hood	hood	US	22723	0	America/New_York	34.7637	-83.87407	617			GA	291		
4201211	Hooker	hooker	US	73945	0	America/New_York	34.97897	-85.43385	260			GA	083		
4201215	Hooper	hooper	US	68031	0	America/New_York	33.73844	-85.33745	289			GA	143		
4201248	Hopewell	hopewell	US	08525	0	America/New_York	30.98329	-81.75094	3			GA	039		
4201249	Hopewell	hopewell	US	08525	0	America/New_York	34.15287	-84.28548	341			GA	121		
4201250	Hopewell	hopewell	US	08525	0	America/New_York	32.82263	-84.9541	256			GA	145		
4201313	Hopkins	hopkins	US	29061	0	America/New_York	30.97161	-82.43041	38			GA	299		
4201416	Horseshoe Bend	horseshoe-bend	US	72512	0	America/New_York	32.41462	-81.84261	57			GA	031		
4201419	Horseshoe Bend	horseshoe-bend	US	72512	0	America/New_York	34.22371	-85.22662	207			GA	115		
4201420	Horseshoe Bend	horseshoe-bend	US	72512	0	America/New_York	33.99316	-84.28798	302			GA	121		
4201443	Hortense	hortense	US	31543	0	America/New_York	31.33661	-81.95623	17			GA	025		
4201465	Hoschton	hoschton	US	30548	1433	America/New_York	34.0965	-83.76128	275	Hoschs Store,Hoschton		GA	157		
4201507	Houston	houston	US	15342	0	America/New_York	33.15957	-85.13772	254	Houston,Kh'juston,Liberty Hill,Хьюстон		GA	149		
4201535	Howard	howard	US	16841	0	America/New_York	33.79455	-84.57521	323			GA	067		
4201536	Howard	howard	US	16841	110	America/New_York	32.59598	-84.38436	196			GA	269		
4201571	Howell	howell	US	07731	0	America/New_York	33.55652	-82.3179	122	Howell,Howells		GA	073		
4201572	Howell	howell	US	07731	0	America/New_York	30.82771	-83.05375	51			GA	101		
4201606	Hubbardsville	hubbardsville	US	13355	0	America/New_York	34.36454	-84.2377	394			GA	085		
4201610	Hubert	hubert	US	28539	0	America/New_York	32.30658	-81.49178	30	Hubert,Woodburn Station		GA	031		
4201697	Hull	hull	US	02045	201	America/New_York	34.01484	-83.29377	250			GA	195		
4201766	Hunters	hunters	US	99137	0	America/New_York	32.65462	-81.55039	56	Hunter,Hunters		GA	251		
4201782	Huntington	huntington	US	01050	0	America/New_York	32.48767	-81.77622	53			GA	031		
4201783	Huntington	huntington	US	01050	0	America/New_York	33.50764	-82.07956	102			GA	245		
4201784	Huntington	huntington	US	01050	0	America/New_York	32.00239	-84.14102	110			GA	261		
4201785	Huntington	huntington	US	01050	0	America/New_York	33.02235	-85.12883	225			GA	285		
4201787	Huntington Park	huntington-park	US	90255	0	America/New_York	33.95289	-83.46822	209			GA	059		
4201841	Hurst	hurst	US	62949	0	America/New_York	34.8412	-84.18908	597	Hurst,Upper Wilscott		GA	111		
4201876	Hutchins	hutchins	US	75141	0	America/New_York	33.84179	-83.16793	241	Huching,Huchings,Hutchings,Hutchins		GA	221		
4201890	Hyde Park	hyde-park	US	02136	0	America/New_York	33.72872	-84.72771	311			GA	097		
4201891	Hyde Park	hyde-park	US	02136	0	America/New_York	33.89677	-84.21492	311			GA	135		
4201892	Hyde Park	hyde-park	US	02136	0	America/New_York	33.42875	-81.99873	40			GA	245		
4201899	Huxford	huxford	US	36543	0	America/New_York	31.55939	-81.51011	6			GA	191		
4201905	Ideal	ideal	US	31041	459	America/New_York	32.3696	-84.18797	139	Ideal,Joetown		GA	193		
4201923	Ila	ila	US	30647	341	America/New_York	34.17261	-83.2921	244	Ila,Opossum		GA	195		
4201942	Imperial	imperial	US	15126	0	America/New_York	33.34402	-83.40489	159			GA	237		
4202000	Indian Hills	indian-hills	US	80454	0	America/New_York	33.96538	-84.44187	300			GA	067		
4202001	Indian Hills	indian-hills	US	80454	0	America/New_York	34.3951	-83.88713	356			GA	139		
4202002	Indian Hills	indian-hills	US	80454	0	America/New_York	33.88067	-83.43599	229			GA	219		
4202010	Indian Lake	indian-lake	US	12842	0	America/New_York	33.89594	-84.75438	314			GA	223		
4202021	Indian Springs	indian-springs	US	89018	2413	America/New_York	33.24262	-83.92074	162	Gunpowder Springs,Indian Spring,Indian Springs		GA	035		
4202022	Indian Springs	indian-springs	US	89018	2241	America/New_York	34.95785	-85.1644	219			GA	047		
4202023	Indian Springs	indian-springs	US	89018	0	America/New_York	33.93066	-84.78716	347			GA	223		
4202036	Indian Valley	indian-valley	US	24105	0	America/New_York	34.1176	-84.85244	227			GA	015		
4202040	Indianola	indianola	US	15051	0	America/New_York	30.86437	-83.18932	64			GA	185		
4202045	Ingleside	ingleside	US	21644	0	America/New_York	32.85153	-83.67546	149			GA	021		
4202046	Ingleside	ingleside	US	21644	0	America/New_York	33.78149	-84.26576	321			GA	089		
4202052	Inglewood	inglewood	US	90301	0	America/New_York	32.4474	-81.75872	70			GA	031		
4202066	Inman	inman	US	29349	0	America/New_York	33.38539	-84.41187	267	Acker,Inman,Jumbo		GA	113		
4202229	Ione	ione	US	95640	0	America/New_York	31.01241	-83.73378	82			GA	027		
4202242	Iron City	iron-city	US	38463	309	America/New_York	31.01352	-84.81298	44			GA	253		
4202244	Iron Gate	iron-gate	US	24448	0	America/New_York	33.47484	-84.35353	263			GA	063		
4202260	Irondale	irondale	US	43932	7446	America/New_York	33.48067	-84.35881	256			GA	063		
4202277	Irwinton	irwinton	US	31042	562	America/New_York	32.81126	-83.17265	130	Bethel,Irwinton	319	GA	319		
4202278	Irwinville	irwinville	US	31760	0	America/New_York	31.64824	-83.38266	102			GA	155		
4202281	Isabella	isabella	US	15447	0	America/New_York	31.56851	-83.85379	135			GA	321		
4202318	Ivanhoe	ivanhoe	US	24350	0	America/New_York	32.28409	-81.47733	28			GA	031		
4202323	Ithaca	ithaca	US	14850	0	America/New_York	33.68066	-84.948	348			GA	045		
4202426	Jackson	jackson	US	03846	4983	America/New_York	33.29457	-83.96602	215	Dzekson,Dzhekson,jakswn,jakuson,jkswn  jwrjya,jyakasana,jyksn  jarjya,Џексон,Джексон,جاكسون,جکسون، جورجیا,جیکسن، جارجیا,ज्याकसन,ジャクソン	035	GA	035		
4202427	Jackson	jackson	US	03846	0	America/New_York	30.81437	-83.27265	58			GA	185		
4202475	Jackson Heights	jackson-heights	US	11372	0	America/New_York	33.75207	-82.77959	165			GA	317		
4202476	Jackson Heights	jackson-heights	US	11372	0	America/New_York	32.86431	-83.65879	103			GA	021		
4202477	Jackson Heights	jackson-heights	US	11372	0	America/New_York	31.5849	-84.12157	63			GA	095		
4202523	Jacksonville	jacksonville	US	05342	0	America/New_York	33.63263	-83.03793	199			GA	133		
4202524	Jacksonville	jacksonville	US	05342	135	America/New_York	31.81299	-82.98137	63	Dzheksonvill,Джексонвилл		GA	271		
4202525	Jacksonville	jacksonville	US	05342	0	America/New_York	34.91787	-83.8574	593			GA	281		
4202543	Jakin	jakin	US	39861	150	America/New_York	31.09102	-84.98215	44			GA	099		
4202548	Jamaica	jamaica	US	05343	0	America/New_York	31.25189	-81.65233	5			GA	127		
4202590	Jamestown	jamestown	US	02835	0	America/New_York	32.27237	-84.83909	140			GA	053		
4202591	Jamestown	jamestown	US	02835	0	America/New_York	30.92827	-82.58458	41			GA	065		
4202592	Jamestown	jamestown	US	02835	0	America/New_York	33.52845	-83.81796	216			GA	217		
4202593	Jamestown	jamestown	US	02835	0	America/New_York	31.27049	-82.38319	43			GA	299		
4202617	Jarrell	jarrell	US	76537	0	America/New_York	32.66347	-84.28131	195			GA	269		
4202634	Jasper	jasper	US	14855	3762	America/New_York	34.46787	-84.42909	446	Dzasper,jasbyr,jaspr  jwrjya,jspr  jarjya,jyaspara,Џаспер,جاسبير,جاسپر، جورجیا,جسپر، جارجیا,ज्यास्पर	227	GA	227		
4202659	Jeff	jeff	US	41751	0	America/New_York	31.55628	-84.80992	100	Jeff,Jeff Crossroads		GA	061		
4202672	Jefferson	jefferson	US	01522	10195	America/New_York	34.11705	-83.57239	227	Dzeferson,Dzhefferson,Jackson Court House,Jefferson,Jeffersonton,Jeffersonville,Thomocoggan,jepharasana,jfrsn  jarjya,jfrswn  jwrjya,jyfrswn,Џеферсон,Джефферсон,جفرسن، جارجیا,جفرسون، جورجیا,جيفرسون,जेफरसन	157	GA	157		
4202673	Jefferson	jefferson	US	01522	4411	America/New_York	33.4493	-83.31155	166			GA	237		
4202697	Jefferson Valley	jefferson-valley	US	10535	0	America/New_York	33.99372	-83.42821	237			GA	059		
4202699	Jeffersonville	jeffersonville	US	05464	1050	America/New_York	32.68765	-83.34656	159	Dzefersonvil,Jeffersonville,Rains Store,jepharsanabhila,jfrsn wyl  jarjya,jfrswn wyl  jwrjya,jyfrswnfyl,Џеферсонвил,جفرسن ویل، جارجیا,جفرسون ویل، جورجیا,جيفرسونفيل,जेफर्सनभिल	289	GA	289		
4202705	Jekyll Island	jekyll-island	US	31527	0	America/New_York	31.07021	-81.42272	2	Gualdaquini Island,Gualequini Island,Ile de la Somme,Isle de la Somme,Jakes Isle,Jakyl Island,Jeckel Island,Jeekel Island,Jekil Island,Jekyl Island,Jekyll Island,Jykill Island,Obaldaquini Island,Ospo,Wollegany Island		GA	127		
4202739	Jenkinsburg	jenkinsburg	US	30234	367	America/New_York	33.32456	-84.03575	234	Jenkinsburg,Jenkinsburgh		GA	035		
4202764	Jerusalem	jerusalem	US	43747	0	America/New_York	30.97829	-81.84567	6			GA	039		
4202765	Jerusalem	jerusalem	US	43747	0	America/New_York	33.52012	-83.74129	233			GA	217		
4202766	Jerusalem	jerusalem	US	43747	0	America/New_York	34.44176	-84.58215	372			GA	227		
4202795	Jersey	jersey	US	22481	143	America/New_York	33.71567	-83.79879	255	Centerville,Jersey		GA	297		
4202810	Jesup	jesup	US	31545	9633	America/New_York	31.60785	-81.88634	29	Dzesup,Jessup,Jesup,jesapa,jysap  jwrjya,jysp  jarjya,jyswb,Џесуп,جيسوب,جیساپ، جورجیا,جیسپ، جارجیا,जेसप		GA	305		
4202815	Jewell	jewell	US	31045	0	America/New_York	33.29626	-82.77736	129	Jewell,Jewells,Jewells Mills,Rock Factory,Shivers		GA	301		
4202947	Johnson	johnson	US	05656	0	America/New_York	34.17232	-83.97074	348			GA	139		
4203118	Jones	jones	US	36749	0	America/New_York	31.63383	-81.48011	4	Jones,Jones Station,Jonesville		GA	191		
4203316	Jonesboro	jonesboro	US	04648	4746	America/New_York	33.5215	-84.35381	280	Dzhonsboro,Dzounsboro,Jonesboro,Jonesborough,Leaksville,Singleton,jonsabro,jwnzbrw  jarjya,jwnzbrw  jwrjya,jwnzbwrw,Џоунсборо,Джонсборо,جونزبرو، جارجیا,جونزبرو، جورجیا,جونزبورو,जोन्सब्रो	063	GA	063		
4203324	Jonestown	jonestown	US	17038	0	America/New_York	34.9873	-84.38798	481			GA	111		
4203325	Jonesville	jonesville	US	05466	0	America/New_York	33.56011	-85.23162	329			GA	045		
4203330	Jordan	jordan	US	13080	0	America/New_York	32.0349	-82.66875	72	Jordan,Jordon		GA	309		
4203455	Juliette	juliette	US	31046	0	America/New_York	33.10735	-83.80018	120	Brownsville,Iceberg,Iceburg,Juliette		GA	207		
4203466	Junction City	junction-city	US	31812	165	America/New_York	32.60347	-84.45936	210	Bostick,Junction City		GA	263		
4203504	Kathleen	kathleen	US	31047	0	America/New_York	32.49598	-83.60768	101			GA	153		
4203556	Keithsburg	keithsburg	US	61442	0	America/New_York	34.27454	-84.45159	316	Keithsburg,Mabel		GA	057		
4203563	Keller	keller	US	23401	0	America/New_York	31.84327	-81.25372	5	Keller,Keller Crossroads		GA	029		
4203585	Kellogg	kellogg	US	50135	0	America/New_York	33.76066	-84.72216	346			GA	097		
4203593	Kelly	kelly	US	28448	0	America/New_York	33.4404	-83.61934	208			GA	159		
4203624	Kemp	kemp	US	74747	0	America/New_York	34.3626	-83.81407	354			GA	139		
4203659	Kennedy	kennedy	US	14747	0	America/New_York	33.79983	-84.60077	306			GA	067		
4203696	Kennesaw	kennesaw	US	30144	33584	America/New_York	34.02343	-84.61549	332	Big Shanty,Keneso,Kennesaw,Kenneso,kenesah,keneso,knsaw  jwrjya,kynsaw  jarjya,kynysaw,Кенесо,Кеннесо,كينيساو,کنساو، جورجیا,کینساؤ، جارجیا,केनेसः,केनेसॉ		GA	067		
4203717	Kensington	kensington	US	20891	0	America/New_York	33.49791	-82.15818	116	Kensington,Кенсингтон		GA	073		
4203718	Kensington	kensington	US	20891	0	America/New_York	34.77425	-85.37274	251	Kensington,Кенсингтон		GA	295		
4203731	Kenwood	kenwood	US	95452	0	America/New_York	33.5115	-84.43604	265			GA	113		
4203732	Kenwood	kenwood	US	95452	0	America/New_York	32.50459	-84.92493	115			GA	215		
4203763	Kewanee	kewanee	US	61443	0	America/New_York	32.4935	-83.09015	73			GA	175		
4203777	Keysville	keysville	US	23947	348	America/New_York	33.23376	-82.23234	79			GA	033		
4203804	Kildare	kildare	US	75562	0	America/New_York	32.53435	-81.45538	37			GA	103		
4203821	Killarney	killarney	US	34740	0	America/New_York	31.1374	-84.94132	59	Kilarney,Killarney		GA	099		
4203838	Kimberly	kimberly	US	25118	0	America/New_York	33.56817	-84.48771	268			GA	121		
4203878	King City	king-city	US	64463	0	America/New_York	31.13634	-81.40065	1			GA	127		
4203985	Kings Mountain	kings-mountain	US	28086	0	America/New_York	33.83483	-84.13881	301			GA	089		
4203987	Kings Park	kings-park	US	11754	0	America/New_York	32.84542	-83.55268	137			GA	021		
4204007	Kingsland	kingsland	US	31548	16487	America/New_York	30.79996	-81.68983	11	Kingsland,kingaslyanda,knjzland,kyngzlnd  jwrjya,Кингсланд,كنجزلاند,کنگزلینڈ، جارجیا,کینگزلند، جورجیا,किङ्गस्ल्यान्ड		GA	039		
4204015	Kingston	kingston	US	02364	654	America/New_York	34.23704	-84.94411	214	Kingston,kingastana,kynghstwn,kyngstwn  jwrjya,Кингстон,كينغستون,کنگسٹن، جارجیا,کینگستون، جورجیا,किङ्गस्टन		GA	015		
4204016	Kingston	kingston	US	02364	666	America/New_York	33.48014	-82.07901	104			GA	245		
4204017	Kingston	kingston	US	02364	0	America/New_York	32.51847	-84.96104	133			GA	215		
4204051	Kirby	kirby	US	43330	0	America/New_York	32.51128	-82.33457	82			GA	107		
4204058	Kirk	kirk	US	80824	0	America/New_York	33.1979	-85.1505	234			GA	149		
4204059	Kirkland	kirkland	US	60146	0	America/New_York	31.79852	-82.76264	88			GA	161		
4204065	Kirkland	kirkland	US	60146	0	America/New_York	31.30826	-82.9082	68			GA	003		
4204071	Kirkwood	kirkwood	US	13795	0	America/New_York	31.1788	-83.76184	85	Kingwood,Kirkwood		GA	071		
4204072	Kirkwood	kirkwood	US	13795	0	America/New_York	33.75622	-84.32326	319			GA	089		
4204073	Kirkwood	kirkwood	US	13795	0	America/New_York	32.55431	-84.98271	160			GA	215		
4204096	Kite	kite	US	31049	225	America/New_York	32.69238	-82.51458	76			GA	167		
4204109	Klondike	klondike	US	75448	0	America/New_York	33.64567	-84.12658	234			GA	089		
4204110	Klondike	klondike	US	75448	0	America/New_York	34.19538	-83.77823	342			GA	139		
4204111	Klondike	klondike	US	75448	0	America/New_York	32.34821	-83.57601	116			GA	153		
4204149	Knights Landing	knights-landing	US	95645	0	America/New_York	33.56345	-83.9288	236			GA	217		
4204165	Knott	knott	US	79748	0	America/New_York	33.01179	-84.93799	230			GA	285		
4204196	Knoxville	knoxville	US	16928	69	America/New_York	32.72431	-83.99769	150		079	GA	079		
4204217	Kyle	kyle	US	24855	0	America/New_York	34.95703	-84.35687	451			GA	111		
4204229	La Crosse	la-crosse	US	23950	0	America/New_York	32.18683	-84.24019	159	La Cross,La Crosse,Lacross		GA	249		
4204230	LaGrange	lagrange	US	04453	29588	America/New_York	33.03929	-85.03133	240	City of LaGrange,LGC,La Grange,LaGrange,Lagrange		GA	285		
4204239	La Vista	la-vista	US	68128	0	America/New_York	33.8151	-84.33492	297			GA	089		
4204241	LaFayette	lafayette	US	07848	7173	America/New_York	34.7048	-85.2819	250	Benton,Chattooga,La Fayette,LaFayette,Lafayette,Lafejet,la phayeta,lafayt  jarjya,lafayt  jwrjya,lafayyt,Лафејет,لافائت، جارجیا,لافاييت,لافایت، جورجیا,ला फायेट	295	GA	295		
4204287	Lake Arrowhead	lake-arrowhead	US	92352	0	America/New_York	32.8668	-83.56101	134			GA	021		
4204350	Lake City	lake-city	US	16423	2727	America/New_York	33.6065	-84.3352	295			GA	063		
4204379	Lake Creek	lake-creek	US	75450	0	America/New_York	34.07038	-85.21717	247	Lake,Lake Creek,Lake Station,Lakecreek		GA	233		
4204425	Lake Forest	lake-forest	US	60045	0	America/New_York	34.07677	-84.56938	299			GA	057		
4204426	Lake Forest	lake-forest	US	60045	0	America/New_York	34.15066	-84.03102	342			GA	135		
4204427	Lake Forest	lake-forest	US	60045	0	America/New_York	34.14954	-83.99907	366			GA	139		
4204429	Lake Forest	lake-forest	US	60045	0	America/New_York	33.87817	-83.43933	223			GA	219		
4204623	Lake Park	lake-park	US	31636	730	America/New_York	30.68215	-83.17959	49	Lake Park,Lakepark		GA	185		
4204624	Lake Park	lake-park	US	31636	0	America/New_York	31.59462	-84.2063	66			GA	095		
4204775	Lakeland	lakeland	US	31635	3322	America/New_York	31.04104	-83.07515	60	Alapaha,Alapaha Station,Lakeland,Lejkland,Mill Town,Milltown,lekalyanda,lykland,lyklnd  jwrjya,Лејкланд,ليكلاند,لکلینڈ، جارجیا,لیکلند، جورجیا,लेकल्यान्ड	173	GA	173		
4204780	Lakemont	lakemont	US	14857	0	America/New_York	34.78204	-83.41628	489	Lakemont,Mathis		GA	241		
4204785	Lakeshore	lakeshore	US	33854	0	America/New_York	32.51931	-84.88715	103			GA	215		
4204792	Lakeside	lakeside	US	06758	0	America/New_York	32.84125	-83.57379	116			GA	021		
4204793	Lakeside	lakeside	US	06758	0	America/New_York	33.80705	-84.57993	323			GA	067		
4204794	Lakeside	lakeside	US	06758	0	America/New_York	33.39873	-84.57048	250			GA	113		
4204795	Lakeside	lakeside	US	06758	0	America/New_York	33.54956	-83.93519	215			GA	217		
4204796	Lakeside	lakeside	US	06758	0	America/New_York	31.60851	-84.15185	64			GA	095		
4204817	Lakeview	lakeview	US	28350	0	America/New_York	32.87458	-83.76935	125			GA	021		
4204818	Lakeview	lakeview	US	28350	4839	America/New_York	34.97924	-85.25884	234			GA	047		
4204819	Lakeview	lakeview	US	28350	0	America/New_York	34.27454	-85.27495	199			GA	115		
4204820	Lakeview	lakeview	US	28350	0	America/New_York	32.57792	-83.74963	141			GA	225		
4204846	Lakewood	lakewood	US	08701	0	America/New_York	33.94345	-83.34932	217			GA	059		
4204847	Lakewood	lakewood	US	08701	0	America/New_York	34.88897	-84.26131	562			GA	111		
4204848	Lakewood	lakewood	US	08701	0	America/New_York	32.85986	-83.70101	146			GA	021		
4204864	Lamar	lamar	US	16848	0	America/New_York	31.14046	-84.49297	35			GA	007		
4204865	Lamar	lamar	US	16848	0	America/New_York	32.01628	-84.07185	98			GA	261		
4204948	Landrum	landrum	US	29356	0	America/New_York	34.41426	-84.01935	330			GA	085		
4204991	Langdon	langdon	US	58249	0	America/New_York	32.94541	-84.60076	219			GA	199		
4205051	Lansdowne	lansdowne	US	19050	0	America/New_York	34.01093	-84.50438	314			GA	067		
4205130	Laurel Hill	laurel-hill	US	28351	0	America/New_York	33.43292	-82.05678	138			GA	245		
4205164	Lavonia	lavonia	US	30553	2165	America/New_York	34.43594	-83.10682	260	Lavonija,labhoniya,lafwnya,lawnya  jwrjya,lywwnya  jarjya,Лавонија,لافونيا,لاونیا، جورجیا,لیوونیا، جارجیا,लाभोनिया		GA	119		
4205196	Lawrenceville	lawrenceville	US	12949	30493	America/New_York	33.95621	-83.98796	325	LZU,Lorensvil,larensabhila,larnswyl  jarjya,larnswyl  jwrjya,lwrynsfyl,Лоренсвил,لارنسویل، جارجیا,لارنسویل، جورجیا,لورينسفيل,लरेन्सभिल	135	GA	135		
4205227	Lawton	lawton	US	18828	0	America/New_York	32.87183	-81.94539	66	Lawton,Lawton Station,Lawtonville		GA	165		
4205228	Lawton	lawton	US	18828	0	America/New_York	30.81603	-83.32682	62			GA	185		
4205240	Layton	layton	US	07851	0	America/New_York	30.83662	-81.99817	29			GA	049		
4205269	Leary	leary	US	39862	589	America/New_York	31.48573	-84.5138	63			GA	037		
4205279	Lebanon	lebanon	US	03756	0	America/New_York	34.14288	-84.50937	305	Lebanon,Toonigh		GA	057		
4205317	Ledgewood	ledgewood	US	07852	0	America/New_York	33.44789	-84.50159	276			GA	113		
4205392	Leesburg	leesburg	US	08327	2983	America/New_York	31.73212	-84.17074	77	Leesburg,Leesburgh,Lisberg,Lisburg,Lizburg,Wooten,Wootons,lijbarga,lysbrg  jarjya,lysbrg  jwrjya,lysbwrgh,Лизбург,Лисберг,Лісбург,ليسبورغ,لیسبرگ، جارجیا,لیسبرگ، جورجیا,लीज्बर्ग	177	GA	177		
4205393	Leesburg	leesburg	US	08327	0	America/New_York	32.53625	-84.89576	128			GA	215		
4205412	Lehigh	lehigh	US	50557	0	America/New_York	31.66547	-82.71542	81			GA	069		
4205432	Leland	leland	US	28451	0	America/New_York	33.81233	-84.55882	309			GA	067		
4205440	Lenora	lenora	US	67645	0	America/New_York	33.80316	-84.00324	289			GA	135		
4205451	Leo	leo	US	46765	0	America/New_York	34.54121	-83.74046	437			GA	311		
4205457	Leslie	leslie	US	25972	388	America/New_York	31.95545	-84.08657	104			GA	261		
4205462	Lester	lester	US	25865	0	America/New_York	33.59928	-84.64354	282			GA	121		
4205463	Lester	lester	US	25865	0	America/New_York	31.36962	-84.0449	68	Brest Station,Lester,Raiford		GA	205		
4205483	Leverett	leverett	US	01054	0	America/New_York	33.81068	-82.39096	144			GA	181		
4205493	Lewis	lewis	US	12950	0	America/New_York	32.80183	-81.6815	48			GA	251		
4205537	Lewiston	lewiston	US	04240	0	America/New_York	33.51014	-82.20207	107			GA	073		
4205538	Lewiston	lewiston	US	04240	0	America/New_York	32.89653	-83.40211	117			GA	319		
4205541	Lexington	lexington	US	02420	227	America/New_York	33.86984	-83.11182	214	Leksington,Лексингтон	221	GA	221		
4205552	Liberty	liberty	US	04949	0	America/New_York	31.17879	-85.07215	57			GA	099		
4205553	Liberty	liberty	US	04949	0	America/New_York	33.42152	-83.1371	171	Cawthon,Cawthorn,Liberty		GA	133		
4205625	Liberty Hill	liberty-hill	US	29074	0	America/New_York	33.15346	-84.13408	230	Davisville,Liberty Hill,Libertyhill,Van Buren		GA	171		
4205626	Liberty Hill	liberty-hill	US	29074	0	America/New_York	31.40101	-83.93962	122			GA	321		
4205724	Lilburn	lilburn	US	30047	12655	America/New_York	33.8901	-84.14297	291	Bryan,Lilbern,Lilburn,McDaniel,lilbarna,lylbrn  jarjya,lylbrn  jwrjya,lylbwrn,Лилберн,ليلبورن,لیلبرن، جارجیا,لیلبرن، جورجیا,लिल्बर्न		GA	135		
4205738	Lilly	lilly	US	15938	204	America/New_York	32.14711	-83.8774	106	Fuqua,Lilly,Midway		GA	093		
4205758	Limerick	limerick	US	04048	0	America/New_York	31.83688	-81.38594	3	Limerick,Limerick Siding		GA	179		
4205793	Lincoln Park	lincoln-park	US	07035	833	America/New_York	32.86791	-84.33047	215	Lincoln,Lincoln Park		GA	293		
4205794	Lincoln Park	lincoln-park	US	07035	0	America/New_York	30.82854	-83.26265	61			GA	185		
4205796	Lincolndale	lincolndale	US	10540	0	America/New_York	33.65039	-84.25214	277			GA	089		
4205797	Lincolnton	lincolnton	US	28092	1479	America/New_York	33.79235	-82.47902	143	Linkolnton,linkanatana,lynklntwn  jwrjya,lynkwlntwn,Линколнтон,لنکلٹن، جارجیا,لينكولنتون,لینکلنتون، جورجیا,लिङ्कनटन	181	GA	181		
4205805	Lindale	lindale	US	30147	4191	America/New_York	34.18676	-85.17467	203			GA	115		
4205807	Linden	linden	US	07036	0	America/New_York	32.46153	-84.92382	83			GA	215		
4205812	Lindsey	lindsey	US	43442	0	America/New_York	32.66155	-83.11376	122			GA	319		
4205844	Linesville	linesville	US	16424	0	America/New_York	33.84401	-82.86514	183			GA	317		
4205849	Linton	linton	US	47441	0	America/New_York	33.11654	-82.99265	137	Buffaloe,Linton		GA	141		
4205853	Linwood	linwood	US	01525	364	America/New_York	34.71286	-85.28912	245			GA	295		
4205854	Linwood	linwood	US	01525	0	America/New_York	33.76955	-84.35604	313			GA	121		
4205874	Lisbon	lisbon	US	03585	0	America/New_York	33.95679	-82.58097	123	Lisbon,Petersburg		GA	181		
4205885	Lithia Springs	lithia-springs	US	30122	15491	America/New_York	33.794	-84.66049	318	Bowden,Deer Lick,Lithia Springs,Salt Springs		GA	097		
4205889	Lithonia	lithonia	US	30038	2022	America/New_York	33.71233	-84.10519	282	Crossroads,Georges Store,Lajtonija,Lithonia,lithoniya,lythwnya,lytnya  jwrjya,Лајтонија,لتھونیا، جارجیا,ليثونيا,لیتنیا، جورجیا,लिथोनिया		GA	089		
4206262	Little River	little-river	US	29566	0	America/New_York	33.65541	-82.76681	122			GA	317		
4206413	Live Oak	live-oak	US	32060	0	America/New_York	31.81271	-81.62428	24			GA	179		
4206443	Livingston	livingston	US	07039	0	America/New_York	34.21287	-85.34857	205			GA	115		
4206444	Livingston	livingston	US	07039	0	America/New_York	31.41629	-83.94323	122			GA	321		
4206458	Lizella	lizella	US	31052	0	America/New_York	32.80708	-83.81991	171	Lizella,Warrior		GA	021		
4206502	Locust Grove	locust-grove	US	22508	5790	America/New_York	33.34595	-84.10908	254	Lokust Grouv,lokasta grobha,lwkast grw  jwrjya,lwkst grww  jarjya,lwkwst ghrwf,Локуст Гроув,لوكوست غروف,لوکاست گرو، جورجیا,لوکست گروو، جارجیا,लोकस्ट ग्रोभ		GA	151		
4206538	Logan	logan	US	25601	0	America/New_York	33.72513	-82.71292	184			GA	317		
4207719	Maplewood	maplewood	US	07040	0	America/New_York	34.25759	-85.13967	194			GA	115		
4209131	Midway	midway	US	15060	0	America/New_York	32.64572	-82.79625	90			GA	175		
4206547	Loganville	loganville	US	17342	11248	America/New_York	33.839	-83.90074	306	Buncombe,Logansville,Loganvil,Loganville,lganwyl  jwrjya,loganabhila,lwgnwyl  jarjya,lwjanfyl,Логанвил,لوجانفيل,لوگنویل، جارجیا,لگانویل، جورجیا,लोगानभिल		GA	297		
4206584	Lone Oak	lone-oak	US	75453	89	America/New_York	33.17179	-84.81604	261	Flings Cross Roads,Gold Hill,Lone Oak,Loneoak		GA	199		
4206592	Lombard	lombard	US	60148	0	America/New_York	32.42573	-82.32513	60			GA	107		
4206731	Long Pond	long-pond	US	18334	0	America/New_York	32.0813	-82.54541	86			GA	309		
4206759	Longstreet	longstreet	US	71050	0	America/New_York	33.38373	-84.66438	276			GA	077		
4206768	Longview	longview	US	61852	0	America/New_York	34.47038	-83.56934	434			GA	137		
4206783	Lookout Mountain	lookout-mountain	US	30750	1579	America/New_York	34.97758	-85.35774	549	Fairyland,Lookout Mountain		GA	295		
4206800	Lorane	lorane	US	97451	0	America/New_York	32.91403	-83.77407	166	Lorane,Lorraine,Mims Crossing		GA	021		
4206813	Lorenzo	lorenzo	US	79343	0	America/New_York	32.43769	-81.37677	30			GA	103		
4206873	Louise	louise	US	39097	0	America/New_York	33.08401	-84.93577	234			GA	285		
4206882	Louisville	louisville	US	30434	2358	America/New_York	33.00154	-82.41124	98	Lewisville,Louisville,Luisvil,lu'ibhila,lwyys wyl  jarjya,lwyys wyl  jwrjya,lwyzfyl,Луисвил,لوئیس ویل، جارجیا,لويزفيل,لوییس ویل، جورجیا,लुईभिल	163	GA	163		
4206890	Louvale	louvale	US	31814	0	America/New_York	32.17515	-84.8252	117	Antioch,Hannahatchee,Louvale		GA	259		
4206905	Lovejoy	lovejoy	US	30250	6487	America/New_York	33.43622	-84.31437	291	Lovejoy,Lovejoys,Lovejoys Station		GA	063		
4206929	Loving	loving	US	76460	0	America/New_York	34.92008	-84.22103	608			GA	111		
4206955	Lowell	lowell	US	01850	0	America/New_York	33.4665	-85.04494	326			GA	045		
4207052	Lowry	lowry	US	24570	0	America/New_York	33.31178	-84.39631	231			GA	113		
4207070	Lucile	lucile	US	83542	0	America/New_York	31.24351	-84.91715	66	Lucile,Lucille,Racketville		GA	099		
4207083	Ludowici	ludowici	US	31316	2081	America/New_York	31.70799	-81.74234	20	Johnston Station,Johnstons,Liberty City,Ludowici,Number 5	183	GA	183		
4207089	Luke	luke	US	21540	0	America/New_York	31.33795	-85.00021	72			GA	099		
4207098	Lula	lula	US	30554	2879	America/New_York	34.3876	-83.66629	396	Bellton,Belton,Lula,Lulah		GA	139		
4207114	Lumber City	lumber-city	US	31549	1254	America/New_York	31.92935	-82.67958	43	Artesian City,Camp Little Ocmulgee,Lumber City		GA	271		
4207127	Lumpkin	lumpkin	US	31815	0	America/New_York	34.36732	-84.04074	377			GA	085		
4207128	Lumpkin	lumpkin	US	31815	1093	America/New_York	32.05099	-84.79909	180	Lampkin,lampkina,lampkyn  jwrjya,lmpkn  jarjya,lwmbkyn,Лампкин,لامپکین، جورجیا,لمپکن، جارجیا,لومبكين,लम्प्किन	259	GA	259		
4207163	Luthersville	luthersville	US	30251	824	America/New_York	33.21012	-84.74438	287	Keith Crossroad,Luthersville,Lutherville		GA	199		
4207167	Lyerly	lyerly	US	30730	529	America/New_York	34.40398	-85.40329	190			GA	055		
4207192	Lynn	lynn	US	01901	0	America/New_York	30.98046	-84.61492	40			GA	087		
4207193	Lynn	lynn	US	01901	0	America/New_York	31.9727	-81.96178	53	Lynn,Lynn Station		GA	267		
4207205	Lyons	lyons	US	07939	4375	America/New_York	32.20435	-82.32179	73	Lajons,liyonja,lywnz,lywnz  jarjya,lywnz  jwrjya,Лајонс,ليونز,لیونز، جارجیا,لیونز، جورجیا,लीयोंज	279	GA	279		
4207217	Lytle	lytle	US	78052	0	America/New_York	34.91647	-85.27496	234	Battlefield Station,Battlefields Station,Lytle		GA	295		
4207226	Mableton	mableton	US	30126	37115	America/New_York	33.81872	-84.58243	298	Mejblton,mebalatana,Мејблтон,مابلیٹون، جارجیا,मेबलटन		GA	067		
4207242	Macedonia	macedonia	US	44056	0	America/New_York	34.25371	-84.36048	379			GA	057		
4207243	Macedonia	macedonia	US	44056	0	America/New_York	31.24713	-84.66131	61			GA	201		
4207244	Macedonia	macedonia	US	44056	0	America/New_York	34.91815	-83.72489	599			GA	281		
4207400	Macon	macon	US	27551	91351	America/New_York	32.84069	-83.6324	112	Fort Hawkins,MCN,Macon,Maiikon,Makon,Mejkon,Newtown,Tiger Town,Troy,makn  jwrjya,makwn,mei ken,meikeon,meikon,myakona,mykn  jarjya,myyqwn,Μαίηκον,Макон,Мейкон,Мејкон,מייקון,ماكون,ماکن، جورجیا,میکن، جارجیا,म्याकोन,メイコン,梅肯,메이컨	021	GA	021		
4207447	Madison	madison	US	03849	4026	America/New_York	33.59568	-83.46794	207	Madison,Medison,Mehdison,madyswn,mdyswn  jwrjya,myadisana,Мадисон,Медисон,Медісон,Мэдисон,ماديسون,مدیسون، جورجیا,میڈیسن، جارجیا,म्याडिसन	211	GA	211		
4207476	Madras	madras	US	97741	0	America/New_York	33.44011	-84.74216	299	Madras,Madres,Powell Station,Powells Station,Powellton,Powellton Station,Powellville,Powelville		GA	077		
4207483	Magnet	magnet	US	68749	0	America/New_York	33.56511	-84.01547	242	Magagnet,Magnet		GA	247		
4207486	Magnolia	magnolia	US	08049	0	America/New_York	30.88827	-82.73236	47	Magnolia,Polk		GA	065		
4207487	Magnolia	magnolia	US	08049	0	America/New_York	33.82094	-84.46299	254			GA	121		
4207488	Magnolia	magnolia	US	08049	0	America/New_York	30.83186	-84.35713	80			GA	131		
4207489	Magnolia	magnolia	US	08049	0	America/New_York	33.10348	-82.56652	82			GA	163		
4207578	Malibu	malibu	US	90263	0	America/New_York	33.61289	-84.4766	312			GA	121		
4207603	Malone	malone	US	12953	0	America/New_York	31.5474	-84.12991	59			GA	095		
4207612	Manassas	manassas	US	20108	95	America/New_York	32.16047	-82.01956	64	Manassas,Манассас		GA	267		
4207623	Mandeville	mandeville	US	70448	0	America/New_York	33.65455	-85.13689	361			GA	045		
4207625	Manchester	manchester	US	01944	4095	America/New_York	32.85985	-84.61993	271	Manchester,manshstr,mnchstr  jwrjya,myanacestara,Манчестер,مانشستر,مانچسٹر، جارجیا,منچستر، جورجیا,म्यानचेस्टर		GA	199		
4207669	Manor	manor	US	15665	0	America/New_York	31.10382	-82.57319	47			GA	299		
4207676	Mansfield	mansfield	US	02048	433	America/New_York	33.5179	-83.73434	232	Bob Lee,Carmel,Mansfield,Mehnsfild,Мэнсфилд		GA	217		
4207699	Maple Grove	maple-grove	US	55311	0	America/New_York	33.56761	-84.2977	255			GA	063		
4207700	Maple Grove	maple-grove	US	55311	0	America/New_York	34.91036	-84.17103	605			GA	111		
4207783	Marietta	marietta	US	13110	59067	America/New_York	33.9526	-84.54993	344	MGE,Marieta,Marietta,Marijeta,ma li ai ta,maelieta,mari'eta,marietta,maryta,mryta  jwrjya,Мариета,Мариетта,Маријета,ماريتا,مریتا، جورجیا,مریٹا، جارجیا,मारिएटा,マリエッタ,玛丽埃塔,매리에타	067	GA	067		
4207800	Marion	marion	US	02738	0	America/New_York	33.42456	-84.44548	278			GA	113		
4207801	Marion	marion	US	02738	0	America/New_York	34.63592	-84.25964	591			GA	123		
4207802	Marion	marion	US	02738	0	America/New_York	32.66237	-83.43712	116			GA	289		
4207832	Marlborough	marlborough	US	01752	0	America/New_York	33.52733	-84.38437	260			GA	063		
4207834	Marlow	marlow	US	03456	0	America/New_York	32.26909	-81.39067	21			GA	103		
4207835	Marlow	marlow	US	03456	0	America/New_York	34.41538	-83.90546	386			GA	139		
4207844	Mars Hill	mars-hill	US	04758	0	America/New_York	34.0351	-84.6916	288			GA	067		
4207883	Marshall	marshall	US	20115	0	America/New_York	31.86851	-83.88823	87			GA	081		
4207892	Marshallville	marshallville	US	31057	1333	America/New_York	32.45626	-83.94019	149	Marshallville,Marshalvil,Martialville,marsalabhila,marshal wyl  jwrjya,marshalfyl,marshl wyl  jarjya,Маршалвил,مارشال ویل، جورجیا,مارشالفيل,مارشل ویل، جارجیا,मार्शलभिल		GA	193		
4207916	Martin	martin	US	15460	367	America/New_York	34.48705	-83.18488	280			GA	257		
4207980	Martindale	martindale	US	17549	0	America/New_York	34.62286	-85.30218	235			GA	295		
4207981	Martinez	martinez	US	94553	35795	America/New_York	33.51736	-82.07567	110	Martines,Мартинес		GA	073		
4208054	Mason	mason	US	25260	0	America/New_York	33.26595	-85.26106	302			GA	149		
4208137	Matthews	matthews	US	28104	150	America/New_York	33.21098	-82.30762	119			GA	163		
4208176	Maxeys	maxeys	US	30671	224	America/New_York	33.75429	-83.17349	229	Maxeys,Salmonville,Shanty		GA	221		
4208181	Maxwell	maxwell	US	46154	0	America/New_York	34.82619	-84.35909	496			GA	111		
4208182	Maxwell	maxwell	US	46154	0	America/New_York	33.41679	-83.66101	164			GA	159		
4208191	Maxwelton	maxwelton	US	24957	0	America/New_York	33.63817	-84.38798	292			GA	063		
4208215	Mayfield	mayfield	US	12117	0	America/New_York	33.35514	-82.80069	123	Latimores Mill,Mayfield		GA	141		
4208220	Maynard	maynard	US	01754	0	America/New_York	33.05485	-83.88935	190			GA	207		
4208227	Mayo	mayo	US	21106	0	America/New_York	33.52486	-82.05373	114			GA	245		
4208245	Maysville	maysville	US	26833	1866	America/New_York	34.25288	-83.56155	275	Maysville,Maysville Station		GA	011		
4208425	McDonald	mcdonald	US	88262	0	America/New_York	33.93345	-83.43738	224			GA	059		
4208442	McDonough	mcdonough	US	30252	23417	America/New_York	33.44734	-84.14686	264	Makdona,makdwnw,mikadanoh,mk dnw  jwrjya,mk dwnw  jarjya,Макдона,ماكدونو,مک دنو، جورجیا,مک دونو، جارجیا,मिकडनोः	151	GA	151		
4208523	McGregor	mcgregor	US	55760	0	America/New_York	32.19657	-82.50485	97			GA	209		
4208538	McIntosh	mcintosh	US	56556	0	America/New_York	31.82577	-81.52372	5	Hutchinson Station,McIntosh		GA	179		
4208591	McKinney	mckinney	US	75069	0	America/New_York	32.92596	-84.29186	232	McKinney,Trice		GA	293		
4208677	McPherson	mcpherson	US	67460	0	America/New_York	33.9476	-84.90661	309			GA	223		
4208729	Meadow	meadow	US	57644	0	America/New_York	33.97816	-84.09741	293			GA	135		
4208748	Meadowbrook	meadowbrook	US	26404	0	America/New_York	33.84372	-84.84161	311			GA	223		
4208749	Meadowbrook	meadowbrook	US	26404	0	America/New_York	33.40319	-82.06651	63			GA	245		
4208750	Meadowbrook	meadowbrook	US	26404	0	America/New_York	32.83375	-83.71796	138			GA	021		
4208759	Meadowlands	meadowlands	US	55765	0	America/New_York	33.09123	-85.03188	212			GA	285		
4208772	Meadowview	meadowview	US	24361	0	America/New_York	33.50708	-82.12734	124			GA	073		
4208773	Meadowview	meadowview	US	24361	0	America/New_York	33.73927	-84.66216	299			GA	097		
4208774	Meadowview	meadowview	US	24361	0	America/New_York	34.73091	-85.2844	274			GA	295		
4208785	Meansville	meansville	US	30256	183	America/New_York	33.04929	-84.30686	241	Meansville,Old Meansville		GA	231		
4208791	Mechanicsville	mechanicsville	US	18934	0	America/New_York	33.9276	-84.24242	323	Hoyte,Mechanicsville,Peach Tree City		GA	135		
4208793	Mechanicsville	mechanicsville	US	18934	0	America/New_York	33.739	-84.39854	315			GA	121		
4208828	Meigs	meigs	US	31765	1030	America/New_York	31.07241	-84.08907	104			GA	275		
4208835	Meldrim	meldrim	US	31318	0	America/New_York	32.14326	-81.37789	9			GA	103		
4208844	Melrose	melrose	US	02176	0	America/New_York	30.64104	-83.1357	46			GA	185		
4208914	Menlo	menlo	US	30731	468	America/New_York	34.48481	-85.47635	242			GA	055		
4208943	Meridian	meridian	US	13113	0	America/New_York	31.45189	-81.37788	5			GA	191		
4208958	Merrillville	merrillville	US	46410	0	America/New_York	30.94908	-83.87989	76	Merrilliville,Merrillville		GA	275		
4208979	Mershon	mershon	US	31551	0	America/New_York	31.4641	-82.25735	49			GA	229		
4208982	Mesena	mesena	US	30819	0	America/New_York	33.45986	-82.59013	171			GA	301		
4208996	Metcalf	metcalf	US	61940	0	America/New_York	30.7002	-83.98795	53	Metcalf,Metcalfe		GA	275		
4209013	Metter	metter	US	30439	4111	America/New_York	32.39712	-82.06012	66	Meter,mettara,mtr  jwrjya,mytr,Метер,متر، جورجیا,ميتر,میٹر، جارجیا,मेट्टर	043	GA	043		
4209104	Middleton	middleton	US	01949	0	America/New_York	34.09928	-82.76736	159			GA	105		
4209111	Midland	midland	US	15059	0	America/New_York	32.57486	-84.82715	168			GA	215		
4209120	Midville	midville	US	30441	263	America/New_York	32.81905	-82.23485	58	Burton,Midville,Nine and One Half		GA	033		
4209125	Midway	midway	US	15060	0	America/New_York	34.96313	-85.2594	229			GA	047		
4209126	Midway	midway	US	15060	0	America/New_York	30.99021	-82.68319	50			GA	065		
4209127	Midway	midway	US	15060	0	America/New_York	33.75622	-84.70521	330			GA	097		
4209128	Midway	midway	US	15060	0	America/New_York	30.82658	-84.17851	76			GA	131		
4209129	Midway	midway	US	15060	0	America/New_York	34.54177	-83.54017	436			GA	137		
4209130	Midway	midway	US	15060	0	America/New_York	34.61538	-83.41128	476			GA	137		
4209132	Midway	midway	US	15060	2007	America/New_York	31.80577	-81.43066	3	Arcadia,Medway,Midway		GA	179		
4209133	Midway	midway	US	15060	0	America/New_York	33.87846	-82.55235	150			GA	181		
4209134	Midway	midway	US	15060	0	America/New_York	33.14568	-84.73188	274	Midway,Old Midway		GA	199		
4209135	Midway	midway	US	15060	0	America/New_York	32.03159	-81.89345	56			GA	267		
4209235	Milan	milan	US	03588	766	America/New_York	32.0174	-83.06265	89			GA	271		
4209262	Milford	milford	US	01757	0	America/New_York	31.38184	-84.54352	55			GA	007		
4209263	Milford	milford	US	01757	0	America/New_York	33.88094	-84.59771	304			GA	067		
4209387	Mill Creek	mill-creek	US	17060	0	America/New_York	34.73258	-85.04217	253			GA	313		
4209441	Millbrook	millbrook	US	12545	0	America/New_York	33.88344	-84.40354	304			GA	121		
4209448	Milledgeville	milledgeville	US	31059	18931	America/New_York	33.08014	-83.2321	105	MLJ,Milledgeville	009	GA	009		
4209454	Millen	millen	US	30442	2925	America/New_York	32.80405	-81.94928	51	Milen,Millen,Millen Junction,Millen Station,Old Seventynine,Seventy Nine,milena,myln,myln  jarjya,myln  jwrjya,Милен,ميلن,میلن، جارجیا,میلن، جورجیا,मिलेन	165	GA	165		
4209597	Millwood	millwood	US	10546	0	America/New_York	31.26576	-82.66042	47			GA	299		
4209602	Milner	milner	US	30257	601	America/New_York	33.11679	-84.19659	258	Milner,Milner Station		GA	171		
4209638	Mineola	mineola	US	11501	0	America/New_York	30.9077	-83.34349	58	Mineola,Mineold		GA	185		
4209639	Mineral Bluff	mineral-bluff	US	30559	150	America/New_York	34.91453	-84.27659	479	Mineral Bluff,Mineralbluff		GA	111		
4209677	Minter	minter	US	36761	0	America/New_York	32.486	-82.76042	77			GA	175		
4209704	Mission Hills	mission-hills	US	91345	0	America/New_York	34.16899	-84.84188	238			GA	015		
4209728	Mitchell	mitchell	US	30820	201	America/New_York	33.21987	-82.70319	163			GA	125		
4209850	Modoc	modoc	US	29838	0	America/New_York	32.65572	-82.30929	82			GA	107		
4209858	Molena	molena	US	30258	372	America/New_York	33.01207	-84.5002	235	Jenkinsville,Molena,Molina,Moline,Snidersville		GA	231		
4209884	Monroe	monroe	US	03771	13641	America/New_York	33.79484	-83.71323	278	Monro,Monroe,Walton Court House,men luo,meonlo,monro,munro,mwnrw,mwnrw  jwrjya,Монро,مونرو,مونرو، جورجیا,مونروئے، جارجیا,मुन्रो,モンロー,门罗,먼로	297	GA	297		
4209916	Montclair	montclair	US	07042	0	America/New_York	33.50902	-82.06873	99			GA	245		
4209921	Monterey	monterey	US	01245	0	America/New_York	33.59317	-84.47715	281			GA	121		
4209926	Montevideo	montevideo	US	56265	0	America/New_York	34.27233	-82.8218	216	Montevideo,Monteviteo,Montivedio		GA	105		
4209927	Montezuma	montezuma	US	13117	3189	America/New_York	32.30516	-84.02741	100	Montezuma,montejuma,mwntyzwma,mwntyzwma  jarjya,mwntzwma  jwrjya,Монтезума,مونتزوما، جورجیا,مونتيزوما,مونتیزوما، جارجیا,मोन्तेजुमा		GA	193		
4209934	Montgomery	montgomery	US	05470	4523	America/New_York	31.94049	-81.12205	4	Montgomeri,Монтгомери		GA	051		
4209951	Monticello	monticello	US	04760	2615	America/New_York	33.30485	-83.68323	207	Montiselo,mantyslw  jwrjya,montiselo,mwntayslw,mwnty sylw  jarjya,Монтисело,مانتیسلو، جورجیا,مونتايسلو,مونتی سیلو، جارجیا,मोन्टिसेलो	159	GA	159		
4209952	Monticello	monticello	US	04760	0	America/New_York	33.39681	-82.0379	65			GA	245		
4209961	Montpelier	montpelier	US	05601	0	America/New_York	33.08015	-83.16376	143			GA	009		
4209966	Montreal	montreal	US	54550	0	America/New_York	33.82427	-84.23659	305			GA	089		
4209969	Montrose	montrose	US	10548	213	America/New_York	32.55961	-83.15321	117			GA	175		
4210014	Moore	moore	US	29369	0	America/New_York	34.26149	-83.90351	346			GA	139		
4210079	Mora	mora	US	55051	0	America/New_York	31.41409	-82.95376	76			GA	069		
4210083	Moran	moran	US	49760	0	America/New_York	32.84875	-83.93185	133			GA	207		
4210088	Moreland	moreland	US	30259	422	America/New_York	33.28679	-84.76771	285	Henry Camps Crossing,Moreland,Mount Zion,Puckett Station,Wrights Crossing		GA	077		
4210099	Morgan	morgan	US	05853	1849	America/New_York	31.53767	-84.59936	74		037	GA	037		
4210100	Morgan	morgan	US	05853	0	America/New_York	33.74705	-85.073	400			GA	143		
4210146	Morganton	morganton	US	28655	303	America/New_York	34.87508	-84.25547	544			GA	111		
4210151	Morganville	morganville	US	07751	0	America/New_York	34.93647	-85.45357	219			GA	083		
4210186	Morris	morris	US	06763	0	America/New_York	31.79433	-84.94631	75	Morris,Morris Station		GA	239		
4210244	Morrow	morrow	US	30260	0	America/New_York	33.50512	-83.65656	225			GA	159		
4210254	Morrow	morrow	US	30260	7338	America/New_York	33.58317	-84.33937	281	Big Shanty,Marrow,Morou,Morrow,Morrow Station,Morrows Station,marw  jwrjya,morro,mwrw,mwrw  jarjya,Мороу,مارو، جورجیا,مورو,مورو، جارجیا,मोर्रो		GA	063		
4210266	Morven	morven	US	28119	532	America/New_York	30.94158	-83.49933	66	Morven,Sharpe's Store		GA	027		
4210273	Morton	morton	US	14508	0	America/New_York	32.97819	-83.52573	171			GA	169		
4210382	Mount Airy	mount-airy	US	21771	1292	America/New_York	34.51871	-83.50073	471			GA	137		
4210397	Moultrie	moultrie	US	31768	14377	America/New_York	31.17991	-83.78906	99	MGR,Moltri,Moultrie,Ochlocknee,Ocklockney,maultri,mwltry,mwltry  jwrjya,Молтри,مولتري,مولتری، جورجیا,مولٹری، جارجیا,मौल्ट्री	071	GA	071		
4210417	Mount Berry	mount-berry	US	30149	0	America/New_York	34.27509	-85.18328	191			GA	115		
4210418	Mount Bethel	mount-bethel	US	18343	0	America/New_York	33.96621	-84.41132	320			GA	067		
4210441	Mount Calvary	mount-calvary	US	53057	0	America/New_York	32.60987	-83.48518	99			GA	289		
4210481	Mount Carmel	mount-carmel	US	17851	0	America/New_York	34.66286	-85.30996	246			GA	295		
4210729	Mount Olive	mount-olive	US	25185	0	America/New_York	32.58348	-83.38739	144			GA	289		
4210844	Mount Olivet	mount-olivet	US	41064	0	America/New_York	34.40038	-82.98542	260			GA	147		
4210911	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	32.9832	-83.2471	123			GA	009		
4210912	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	34.36788	-83.44211	279			GA	011		
4210913	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	31.94743	-81.14622	5			GA	051		
4210914	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	30.97519	-84.50325	40			GA	087		
4210915	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	31.02407	-84.46019	41			GA	087		
4210916	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	32.18408	-81.85734	50			GA	109		
4210917	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	31.43411	-81.67928	17			GA	305		
4211082	Mount Vernon	mount-vernon	US	04352	0	America/New_York	34.98008	-85.00606	277			GA	047		
4211083	Mount Vernon	mount-vernon	US	04352	2276	America/New_York	32.17851	-82.59458	69	Maunt Vernon,ma'unta bharnona,mawnt fyrnwn,mwnt wrnn  jwrjya,Маунт Вернон,ماؤنٹ ورنن، جارجیا,ماونت فيرنون,مونت ورنن، جورجیا,माउन्ट भर्नोन	209	GA	209		
4211084	Mount Vernon	mount-vernon	US	04352	0	America/New_York	33.39458	-82.03317	77			GA	245		
4211085	Mount Vernon	mount-vernon	US	04352	0	America/New_York	33.83567	-83.64434	250			GA	297		
4211086	Mount Vernon	mount-vernon	US	04352	0	America/New_York	34.78425	-85.05189	283			GA	313		
4211087	Mount Vernon	mount-vernon	US	04352	0	America/New_York	32.43514	-84.91743	131			GA	215		
4211143	Mount Zion	mount-zion	US	26151	1737	America/New_York	33.63428	-85.18717	364			GA	045		
4211144	Mount Zion	mount-zion	US	26151	1514	America/New_York	33.36125	-83.00765	164			GA	141		
4211386	Mountain City	mountain-city	US	30562	1061	America/New_York	34.91815	-83.38544	657	Mountain City,Passover		GA	241		
4211428	Mountain Park	mountain-park	US	73559	11554	America/New_York	33.84427	-84.12936	312			GA	135		
4211446	Mountain View	mountain-view	US	65548	0	America/New_York	33.64178	-84.3902	303	Mountain View,Rough and Ready		GA	063		
4211447	Mountain View	mountain-view	US	65548	0	America/New_York	34.25955	-83.89907	366			GA	139		
4211448	Mountain View	mountain-view	US	65548	0	America/New_York	34.41593	-83.97935	342			GA	139		
4211449	Mountain View	mountain-view	US	65548	0	America/New_York	34.9123	-85.31885	316	Mountain View,Mountainview		GA	295		
4211484	Mountain Park	mountain-park	US	73559	578	America/New_York	34.08093	-84.41132	322			GA	121		
4211492	Mountville	mountville	US	17554	0	America/New_York	33.03929	-84.88077	279			GA	285		
4211563	Mulberry	mulberry	US	33860	0	America/New_York	34.04455	-83.71684	228			GA	013		
4211564	Mulberry	mulberry	US	33860	0	America/New_York	34.20733	-83.85823	348			GA	139		
4211572	Mulberry Grove	mulberry-grove	US	62262	0	America/New_York	32.66291	-84.95743	195			GA	145		
4211577	Mulberry Grove	mulberry-grove	US	62262	0	America/New_York	32.18965	-81.15928	1	Josephs Town,Mulberry Grove,Mulberry Grove Plantation		GA	051		
4211647	Murphy	murphy	US	28906	0	America/New_York	31.07102	-83.82351	89			GA	071		
4211705	Murrayville	murrayville	US	30564	0	America/New_York	34.41871	-83.90574	392			GA	139		
4211727	Musella	musella	US	31066	0	America/New_York	32.79792	-84.03213	180			GA	079		
4211749	Myrtle	myrtle	US	38650	0	America/New_York	32.48737	-83.81546	131			GA	225		
4211760	Mystic	mystic	US	06355	0	America/New_York	31.62213	-83.33571	112			GA	155		
4211775	Nahunta	nahunta	US	31553	1060	America/New_York	31.20439	-81.98123	20	Nahunta,Nejkhanta,Victoria,nahanta  jwrjya,nahunta,nahwnta,Нејханта,ناهانتا، جورجیا,ناهونتا,ناہنٹا، جارجیا,नाहुन्टा	025	GA	025		
4211814	Nankin	nankin	US	44848	0	America/New_York	30.66604	-83.46793	60			GA	027		
4211839	Nashville	nashville	US	27856	4854	America/New_York	31.20742	-83.25015	73	Nashvill,Neshvil,n'yasabhila,nashfyl,nshwyl  jarjya,nshwyl  jwrjya,Нашвилл,Нешвил,ناشفيل,نشویل، جارجیا,نشویل، جورجیا,न्याशभिल	019	GA	019		
4211865	Naylor	naylor	US	31641	110	America/New_York	30.90882	-83.0782	58			GA	185		
4211874	Neal	neal	US	66863	0	America/New_York	32.44015	-83.78824	113	Neal,Neal Place		GA	153		
4211875	Neal	neal	US	66863	0	America/New_York	33.05096	-84.48576	247	Neal,Williamsville		GA	231		
4211894	Nebo	nebo	US	25141	0	America/New_York	33.83844	-84.83161	326			GA	223		
4211906	Needham	needham	US	02492	0	America/New_York	31.15605	-82.42847	46			GA	299		
4211907	Needmore	needmore	US	17238	0	America/New_York	31.33355	-81.90011	21			GA	025		
4211908	Needmore	needmore	US	17238	0	America/New_York	30.6791	-82.71152	40			GA	101		
4211941	Nelson	nelson	US	03457	1347	America/New_York	34.38204	-84.37103	377			GA	227		
4212112	New England	new-england	US	58647	0	America/New_York	34.91036	-85.48024	220	Morrisons Station,New England,New England City		GA	083		
4212114	New Era	new-era	US	49446	0	America/New_York	32.11433	-84.1363	141			GA	261		
4212170	New Holland	new-holland	US	17557	0	America/New_York	34.30705	-83.8024	360	Limestone Springs,New Holland,New Holland Springs		GA	139		
4212191	New Hope	new-hope	US	18938	0	America/New_York	32.33824	-81.89678	67			GA	031		
4212192	New Hope	new-hope	US	18938	0	America/New_York	31.27101	-84.82631	61			GA	099		
4212193	New Hope	new-hope	US	18938	0	America/New_York	34.72758	-84.50882	506			GA	123		
4212194	New Hope	new-hope	US	18938	0	America/New_York	31.28745	-81.44399	5			GA	127		
4212195	New Hope	new-hope	US	18938	0	America/New_York	33.92316	-83.91629	293			GA	135		
4212196	New Hope	new-hope	US	18938	0	America/New_York	32.77735	-85.08883	211			GA	145		
4212197	New Hope	new-hope	US	18938	0	America/New_York	33.74929	-82.39179	129			GA	181		
4212198	New Hope	new-hope	US	18938	0	America/New_York	33.95816	-84.78938	327			GA	223		
4212424	New Liberty	new-liberty	US	40355	0	America/New_York	34.96952	-85.15717	227			GA	047		
4212493	New Point	new-point	US	23125	0	America/New_York	32.05489	-84.30241	148			GA	261		
4212602	New Town	new-town	US	02456	0	America/New_York	34.53064	-84.90578	204	Conasauga,Gansagi,New Echota,New Town		GA	129		
4212603	New Town	new-town	US	02456	0	America/New_York	33.81207	-82.8107	177			GA	317		
4212643	Newark	newark	US	07101	0	America/New_York	30.8238	-83.90961	58			GA	275		
4212661	Newborn	newborn	US	30056	734	America/New_York	33.51706	-83.69601	223	Crossroads,Newborn,Sandtown		GA	217		
4212668	Newell	newell	US	15466	0	America/New_York	30.94162	-82.02206	23			GA	049		
4212674	Newington	newington	US	06111	268	America/New_York	32.59017	-81.504	42			GA	251		
4212684	Newnan	newnan	US	30263	37291	America/New_York	33.38067	-84.79966	296	Bullsboro,N'junan,Newman,Newnan,Njunan,n'yun'yana,nyuneon,nywnan,nywnn  jarjya,nywnn  jwrjya,Њунан,Ньюнан,نيونان,نیونن، جارجیا,نیونن، جورجیا,न्युन्यान,뉴넌	077	GA	077		
4212716	Newport	newport	US	02840	0	America/New_York	34.72286	-84.2338	600			GA	111		
4212728	Newton	newton	US	02458	594	America/New_York	31.31296	-84.33574	43	N'juton,Njuton,n'yutana,nywtn,nywtn  jwrjya,Њутон,Ньютон,نيوتن,نیوتن، جورجیا,نیوٹن، جارجیا,न्युटन	007	GA	007		
4212759	Newtown	newtown	US	06470	0	America/New_York	34.02121	-84.26992	343			GA	121		
4212760	Newtown	newtown	US	06470	0	America/New_York	34.07483	-83.04487	194			GA	195		
4212767	Nicholasville	nicholasville	US	40340	0	America/New_York	31.40407	-84.66992	78	Nicholasville,Nicholsville		GA	099		
4212768	Nicholasville	nicholasville	US	40340	0	America/New_York	33.86817	-83.75462	282	Nicholasville,Nickelville		GA	297		
4212770	Nicholls	nicholls	US	31554	3331	America/New_York	31.51742	-82.63486	58	Nicholls,Nichols		GA	069		
4212779	Nicholson	nicholson	US	18446	1718	America/New_York	34.114	-83.43155	256	Cooper,Nicholson		GA	157		
4212793	Nickelsville	nickelsville	US	24271	0	America/New_York	34.60175	-84.86689	213	Little Five Points,Nicholsville,Nickelsville,Nickelville,Nicklesville		GA	129		
4212823	Nixon	nixon	US	78140	0	America/New_York	33.33709	-81.95595	42	Allens,Nixon		GA	245		
4212845	Noble	noble	US	62868	0	America/New_York	31.8466	-81.92901	21			GA	183		
4212846	Noble	noble	US	62868	0	America/New_York	34.78063	-85.2544	271	Copeland,Copeland Station,Noble		GA	295		
4212888	Norcross	norcross	US	30003	16634	America/New_York	33.94121	-84.21353	319	Norkros,narasrasa,nwrkras  jarjya,nwrkras  jwrjya,nwrkrws,Норкрос,نوركروس,نورکراس، جارجیا,نورکراس، جورجیا,नरस्रस		GA	135		
4212902	Norman	norman	US	28367	0	America/New_York	33.93401	-82.76319	153			GA	317		
4212913	Norman Park	norman-park	US	31771	963	America/New_York	31.26907	-83.68712	102	Norman Park,Obe		GA	071		
4212915	Normandy	normandy	US	37360	0	America/New_York	33.61122	-84.45632	306			GA	063		
4212917	Normantown	normantown	US	25267	0	America/New_York	32.30629	-82.36957	65			GA	279		
4212920	Norris	norris	US	29667	0	America/New_York	33.38264	-82.72402	174			GA	301		
4212934	Norristown	norristown	US	19401	59	America/New_York	32.50683	-82.4943	75			GA	107		
4212946	North Bend	north-bend	US	17760	0	America/New_York	34.04454	-84.67355	285			GA	067		
4212965	North Canton	north-canton	US	06059	0	America/New_York	34.24398	-84.49382	273			GA	057		
4213065	North Highlands	north-highlands	US	95660	0	America/New_York	32.49459	-84.98521	105			GA	215		
4213066	North Highlands	north-highlands	US	95660	0	America/New_York	32.85486	-83.62546	129			GA	021		
4213067	North Highlands	north-highlands	US	95660	0	America/New_York	33.79094	-84.35381	287			GA	121		
4213068	North Hills	north-hills	US	91343	0	America/New_York	34.27093	-85.13578	204			GA	115		
4213082	North Lake	north-lake	US	53064	0	America/New_York	33.04207	-85.13494	215			GA	285		
4213210	Northridge	northridge	US	91324	0	America/New_York	34.00206	-83.42349	236			GA	059		
4213211	Northridge	northridge	US	91324	0	America/New_York	33.53983	-84.46743	274			GA	113		
4213290	Northwood	northwood	US	03261	0	America/New_York	32.48045	-81.77206	57			GA	031		
4213291	Northwood	northwood	US	03261	0	America/New_York	30.87603	-83.29988	62			GA	185		
4213298	Norton	norton	US	02766	0	America/New_York	34.8548	-84.84994	222			GA	313		
4213312	Norwich	norwich	US	05055	0	America/New_York	32.53653	-84.44436	227	Norwich,Rabbit		GA	269		
4213314	Norwood	norwood	US	02062	227	America/New_York	33.46264	-82.70514	186	Gunn's Mill,Norwood		GA	301		
4213335	Nottingham	nottingham	US	03290	0	America/New_York	33.79733	-84.60354	298			GA	067		
4213347	Nunez	nunez	US	30448	149	America/New_York	32.49128	-82.34707	76			GA	107		
4213396	Oak Creek	oak-creek	US	53154	0	America/New_York	33.85149	-84.84022	342			GA	223		
4213401	Oak Forest	oak-forest	US	60452	0	America/New_York	33.55706	-84.36631	268			GA	063		
4213402	Oak Forest	oak-forest	US	60452	0	America/New_York	33.63567	-84.39437	290			GA	063		
4213403	Oak Forest	oak-forest	US	60452	0	America/New_York	32.01799	-81.06567	5			GA	051		
4213405	Oak Grove	oak-grove	US	42262	0	America/New_York	33.5215	-85.0755	355			GA	045		
4213406	Oak Grove	oak-grove	US	42262	0	America/New_York	34.09204	-84.61521	327			GA	057		
4213407	Oak Grove	oak-grove	US	42262	0	America/New_York	33.8251	-84.29298	302			GA	089		
4213408	Oak Grove	oak-grove	US	42262	0	America/New_York	32.12991	-82.52652	89			GA	209		
4213409	Oak Grove	oak-grove	US	42262	0	America/New_York	33.57234	-83.77296	238			GA	217		
4213410	Oak Grove	oak-grove	US	42262	0	America/New_York	33.94345	-83.55183	262			GA	219		
4213411	Oak Grove	oak-grove	US	42262	0	America/New_York	32.52931	-83.79241	138			GA	225		
4213412	Oak Grove	oak-grove	US	42262	0	America/New_York	32.90485	-84.92299	254			GA	285		
4213413	Oak Grove	oak-grove	US	42262	0	America/New_York	32.89346	-84.87021	262			GA	285		
4213414	Oak Grove	oak-grove	US	42262	0	America/New_York	33.72818	-82.56652	165			GA	317		
4213567	Oak Harbor	oak-harbor	US	43449	0	America/New_York	34.38343	-83.86629	360			GA	139		
4213571	Oak Hill	oak-hill	US	12460	0	America/New_York	33.80649	-84.61354	288			GA	067		
4213572	Oak Hill	oak-hill	US	12460	0	America/New_York	33.79733	-84.66549	311			GA	097		
4213574	Oak Hill	oak-hill	US	12460	0	America/New_York	34.65092	-84.42937	505			GA	123		
4213575	Oak Hill	oak-hill	US	12460	0	America/New_York	33.53872	-84.00991	231	Coran,Oak Hill		GA	217		
4213576	Oak Hill	oak-hill	US	12460	0	America/New_York	34.00705	-84.76355	281			GA	223		
4213632	Oak Park	oak-park	US	48237	0	America/New_York	31.52325	-82.81736	66			GA	069		
4213633	Oak Park	oak-park	US	48237	481	America/New_York	32.35823	-82.31457	79	Oak Park,Oakpark,Ouk-Park,Оук-Парк		GA	107		
4213634	Oak Park	oak-park	US	48237	0	America/New_York	34.70897	-85.2744	244			GA	295		
4213643	Oak Hill	oak-hill	US	12460	0	America/New_York	31.60267	-84.47714	75			GA	037		
4213644	Oak Ridge	oak-ridge	US	07438	0	America/New_York	33.36262	-84.66799	275			GA	077		
4213645	Oak Ridge	oak-ridge	US	07438	0	America/New_York	33.90373	-83.46766	230			GA	219		
4213677	Oakdale	oakdale	US	06370	0	America/New_York	33.81872	-84.49771	252			GA	067		
4213678	Oakdale	oakdale	US	06370	0	America/New_York	33.35928	-84.53132	249			GA	113		
4213679	Oakdale	oakdale	US	06370	0	America/New_York	30.82579	-82.01734	21			GA	049		
4213680	Oakdale	oakdale	US	06370	0	America/New_York	32.01799	-81.10039	6			GA	051		
4213681	Oakdale	oakdale	US	06370	0	America/New_York	31.58517	-84.07463	60			GA	095		
4213689	Oak Ridge	oak-ridge	US	07438	0	America/New_York	33.564	-84.30603	270			GA	063		
4213700	Oakfield	oakfield	US	04763	0	America/New_York	31.77795	-83.97129	82			GA	321		
4213709	Oakhurst	oakhurst	US	07755	0	America/New_York	31.99549	-81.124	4			GA	051		
4213710	Oakhurst	oakhurst	US	07755	0	America/New_York	33.76344	-84.31076	323			GA	089		
4213715	Oakland	oakland	US	02858	0	America/New_York	31.58739	-84.8477	123			GA	061		
4213716	Oakland	oakland	US	02858	0	America/New_York	34.63425	-84.38742	488			GA	123		
4213717	Oakland	oakland	US	02858	0	America/New_York	31.67406	-84.25991	83	Oakland,Oakland Plantation		GA	177		
4213718	Oakland	oakland	US	02858	0	America/New_York	32.45681	-84.53742	191			GA	197		
4213719	Oakland	oakland	US	02858	0	America/New_York	33.10846	-84.59104	250			GA	199		
4213759	Oakman	oakman	US	30732	0	America/New_York	34.56648	-84.70827	225			GA	129		
4213765	Oakton	oakton	US	22124	0	America/New_York	34.59953	-85.2869	240	Oakton,Wilson		GA	295		
4213766	Oakton	oakton	US	22124	0	America/New_York	33.9676	-84.57216	327			GA	067		
4213770	Oakville	oakville	US	06779	0	America/New_York	31.85266	-84.46408	128			GA	273		
4213771	Oakwood	oakwood	US	24631	4178	America/New_York	34.2276	-83.88435	353			GA	139		
4213772	Oakwood	oakwood	US	24631	3379	America/New_York	33.54817	-83.97435	226			GA	217		
4213805	Ochlocknee	ochlocknee	US	31773	679	America/New_York	30.97415	-84.05502	82	Ochlochnee,Ochlocknee,Ochlockonee,Ocklocknee		GA	275		
4213812	Ocilla	ocilla	US	31774	3387	America/New_York	31.59447	-83.2513	108	Osila,asyla  jwrjya,awkyla,awsyla  jarjya,osilla,Осила,أوكيلا,اسیلا، جورجیا,اوسیلا، جارجیا,ओसिल्ला	155	GA	155		
4213828	Oconee	oconee	US	31067	257	America/New_York	32.85543	-82.94987	72	Oconee,Station Number 14		GA	303		
4213866	Odessa	odessa	US	14869	0	America/New_York	31.55772	-81.82011	16			GA	305		
4213881	Odum	odum	US	31555	505	America/New_York	31.66604	-82.0279	47			GA	305		
4213895	Offerman	offerman	US	31556	440	America/New_York	31.40966	-82.11178	32	Kingsville,Offerman		GA	229		
4213919	Oglethorpe	oglethorpe	US	31068	1211	America/New_York	32.29377	-84.06102	91		193	GA	193		
4213926	Oglesby	oglesby	US	61348	0	America/New_York	34.07567	-82.96709	146			GA	105		
4213959	Ohio	ohio	US	61349	0	America/New_York	32.58292	-83.81574	119	Ohio,Ohio Station		GA	225		
4213986	Ola	ola	US	72853	0	America/New_York	33.43595	-84.04186	243			GA	151		
4214209	Old Town	old-town	US	04468	0	America/New_York	32.91404	-82.30901	91	Galphinton,Ogeechee Town,Old Town		GA	163		
4214248	Olive Branch	olive-branch	US	38654	0	America/New_York	32.67264	-84.60965	205			GA	263		
4214266	Oliver	oliver	US	15472	226	America/New_York	32.52157	-81.53316	34	Mile Post 46,Oliver,Station Number Four and One Half		GA	251		
4214282	Ollie	ollie	US	52576	0	America/New_York	34.74842	-84.60077	455			GA	123		
4214286	Olmstead	olmstead	US	42265	0	America/New_York	31.85799	-81.59595	25			GA	179		
4214289	Olney	olney	US	20830	0	America/New_York	32.25548	-81.46067	21			GA	031		
4214292	Omaha	omaha	US	31821	116	America/New_York	32.14626	-85.01326	92	Omakha,Омаха		GA	259		
4214294	Omega	omega	US	31775	1230	America/New_York	31.34102	-83.5935	98	Omega,Surrey		GA	277		
4214338	Ophir	ophir	US	81426	0	America/New_York	34.32954	-84.26492	359	McConnell,McConnell's Crossroads,Ophir		GA	057		
4214356	Orange	orange	US	01364	0	America/New_York	34.25565	-84.34131	354			GA	057		
4214362	Orange Springs	orange-springs	US	32182	0	America/New_York	30.83214	-84.31018	87			GA	131		
4214365	Orchard Hill	orchard-hill	US	30266	207	America/New_York	33.18651	-84.21131	262			GA	255		
4214370	Orchard Park	orchard-park	US	14127	0	America/New_York	33.67094	-84.77271	294			GA	097		
4214381	Orland	orland	US	04472	0	America/New_York	32.4335	-82.67236	85			GA	283		
4214399	Osborn	osborn	US	64474	0	America/New_York	34.92231	-83.69989	609	Lower Hightower,Osborn		GA	281		
4214420	Oran	oran	US	50664	0	America/New_York	34.79314	-84.76744	238			GA	213		
4214429	Otisco	otisco	US	47163	0	America/New_York	30.85325	-84.46547	89			GA	087		
4214435	Otter Creek	otter-creek	US	32683	0	America/New_York	31.32383	-82.13429	40			GA	229		
4214463	Overbrook	overbrook	US	66524	0	America/New_York	32.23769	-81.81206	42			GA	031		
4214479	Owen	owen	US	54460	0	America/New_York	31.34383	-82.18984	38	Ice,Knoles,Owen		GA	229		
4214509	Owensboro	owensboro	US	42301	0	America/New_York	31.8774	-83.42794	122			GA	315		
4214538	Oxford	oxford	US	01540	2197	America/New_York	33.619	-83.86741	232	Oksford,Оксфорд		GA	217		
4214548	Pace	pace	US	38764	0	America/New_York	33.57872	-83.96297	262			GA	217		
4214627	Palmetto	palmetto	US	30268	4733	America/New_York	33.51789	-84.66965	311	Palmeto,Palmetto,Palmetto Station,balmytw,palmeto,palmtw  jwrjya,Палмето,بالميتو,پالمتو، جورجیا,پالمیٹو، جارجیا,पाल्मेटो		GA	121		
4214628	Palmetto	palmetto	US	30268	0	America/New_York	33.90595	-82.92292	158			GA	221		
4214653	Palmyra	palmyra	US	04965	0	America/New_York	31.63767	-84.19435	63			GA	177		
4214666	Panhandle	panhandle	US	79068	0	America/New_York	32.55792	-84.18158	183			GA	269		
4214669	Panola	panola	US	35477	0	America/New_York	33.64622	-84.18742	224			GA	089		
4214695	Paoli	paoli	US	19301	0	America/New_York	34.09233	-83.09154	206			GA	195		
4214741	Parish	parish	US	13131	0	America/New_York	32.39406	-81.98873	68			GA	043		
4214749	Park City	park-city	US	42160	0	America/New_York	34.94563	-85.2669	243	Chikamauga Park,Park City		GA	295		
4214752	Park Forest	park-forest	US	60466	0	America/New_York	33.58344	-84.35826	275			GA	063		
4214753	Park Forest	park-forest	US	60466	0	America/New_York	33.77872	-84.68243	314			GA	097		
4214819	Parkersburg	parkersburg	US	26101	0	America/New_York	31.98466	-81.05206	3			GA	051		
4214850	Parksville	parksville	US	12768	0	America/New_York	31.50962	-84.76353	88			GA	037		
4214884	Parrott	parrott	US	24132	152	America/New_York	31.8935	-84.51325	140			GA	273		
4214896	Pasco	pasco	US	99301	0	America/New_York	30.91158	-83.99573	51			GA	275		
4214950	Patterson	patterson	US	12563	0	America/New_York	34.02983	-83.24515	234	Hardeman,Patterson		GA	195		
4214961	Patten	patten	US	04765	0	America/New_York	30.91714	-83.81461	82			GA	275		
4215033	Pavo	pavo	US	31778	617	America/New_York	30.95991	-83.73795	78	McDonald,Pavo		GA	027		
4215036	Pawnee	pawnee	US	62558	0	America/New_York	31.0613	-84.31768	49			GA	131		
4215037	Paxton	paxton	US	01612	0	America/New_York	30.84912	-82.0729	12			GA	049		
4215039	Payne	payne	US	45880	218	America/New_York	32.85292	-83.68796	157	Payne,Payne City,Paynes		GA	021		
4215040	Payne	payne	US	45880	0	America/New_York	34.10954	-84.6491	299			GA	057		
4215110	Peachtree City	peachtree-city	US	30269	35240	America/New_York	33.39678	-84.59576	274	Pichtri Siti,bytshtry syty,picatri siti,pychtry syty  jwrjya,Пичтри Сити,بيتشتري سيتي,پیچ ٹری سٹی، جارجیا,پیچتری سیتی، جورجیا,पीचट्री सिटी		GA	113		
4215114	Peachtree Corners	peachtree-corners	US	30092	40978	America/New_York	33.9701	-84.22159	317	byshtry kwrnrz,pychtry krnrz  jwrjya,بيشتري كورنرز,پیچ ٹری کورنرز، جارجیا,پیچتری کرنرز، جورجیا		GA	135		
4215154	Pearl	pearl	US	39208	0	America/New_York	34.10845	-82.72069	172	Pearl,Pearl Mills,Petersburg		GA	105		
4215155	Pearl	pearl	US	39208	0	America/New_York	34.95897	-84.15491	624			GA	291		
4215163	Pearson	pearson	US	31642	2112	America/New_York	31.2977	-82.85237	62	Pirson,byrswn,pirasana,pyrsn  jarjya,pyrswn  jwrjya,Пирсон,بيرسون,پیرسن، جارجیا,پیرسون، جورجیا,पीरसन	003	GA	003		
4215243	Pelham	pelham	US	03076	3708	America/New_York	31.12802	-84.15304	110	Pelam,bylham,pelahyama,plham  jwrjya,Пелам,بيلهام,پلهام، جورجیا,پلہام، جارجیا,पेलह्याम		GA	205		
4215251	Pembroke	pembroke	US	02359	2445	America/New_York	32.13634	-81.62348	27		029	GA	029		
4215255	Pendergrass	pendergrass	US	30567	447	America/New_York	34.16233	-83.67795	264	Pendergrass,Pendergrast		GA	157		
4215266	Penfield	penfield	US	14526	0	America/New_York	33.66735	-83.17738	200			GA	133		
4215289	Pennington	pennington	US	08534	0	America/New_York	33.48485	-83.56073	157			GA	211		
4215290	Pennington	pennington	US	08534	0	America/New_York	32.16016	-84.08713	129			GA	261		
4215301	Pennville	pennville	US	47369	0	America/New_York	34.51231	-85.32134	211			GA	055		
4215371	Perkins	perkins	US	30822	91	America/New_York	32.9096	-81.95289	73	Perkins,Perkins Station		GA	165		
4215391	Perry	perry	US	04667	15457	America/New_York	32.45821	-83.73157	108	Peri,Perri,Perry,Wattsville,byry,peri,pry  jwrjya,pyry  jarjya,Пери,Перри,Перрі,بيري,پری، جورجیا,پیری، جارجیا,पेरी	153	GA	153		
4215473	Petersburg	petersburg	US	12138	0	America/New_York	34.58675	-84.71549	230			GA	129		
4215559	Phelps	phelps	US	14532	0	America/New_York	34.69814	-84.98328	217			GA	313		
4215570	Phillips	phillips	US	04966	0	America/New_York	34.22789	-83.18876	221			GA	195		
4215613	Phillipsburg	phillipsburg	US	08865	707	America/New_York	31.43963	-83.51933	96			GA	277		
4215615	Philomath	philomath	US	97370	0	America/New_York	33.72735	-82.99126	195	Philomath,Woodstock		GA	221		
4215630	Phoenix	phoenix	US	13135	0	America/New_York	33.36597	-83.27766	182			GA	237		
4215670	Piedmont	piedmont	US	26750	0	America/New_York	33.01707	-84.25075	220			GA	171		
4215715	Pierceville	pierceville	US	47039	0	America/New_York	34.9523	-84.39576	511			GA	111		
4215862	Pine Grove	pine-grove	US	17963	0	America/New_York	31.81325	-82.44735	67	Pine Grove,Pinegrove		GA	001		
4215863	Pine Grove	pine-grove	US	17963	0	America/New_York	33.56956	-83.71684	238			GA	217		
4215940	Pine Hill	pine-hill	US	12465	0	America/New_York	30.72242	-84.27824	56			GA	131		
4215941	Pine Hill	pine-hill	US	12465	0	America/New_York	32.94932	-82.39929	97			GA	163		
4215942	Pine Hill	pine-hill	US	12465	0	America/New_York	32.42792	-84.93576	79			GA	215		
4215943	Pine Hill	pine-hill	US	12465	0	America/New_York	31.44713	-83.70378	117			GA	321		
4215944	Pine Hill	pine-hill	US	12465	0	America/New_York	34.1001	-84.52604	275			GA	057		
4215997	Pine Lake	pine-lake	US	30072	0	America/New_York	33.93345	-83.46155	218			GA	059		
4215999	Pine Lake	pine-lake	US	30072	763	America/New_York	33.79372	-84.20603	289			GA	089		
4216005	Pine Lake	pine-lake	US	30072	0	America/New_York	32.80763	-85.05049	195			GA	145		
4216043	Pine Mountain	pine-mountain	US	31822	1210	America/New_York	33.67594	-84.11492	283			GA	089		
4216049	Pine Mountain	pine-mountain	US	31822	1358	America/New_York	32.86485	-84.8541	279	Chipley,Harris,Hood,Old Hood,PIM,Pine Mountain		GA	145		
4216052	Pine Mountain	pine-mountain	US	31822	0	America/New_York	34.94037	-83.1871	494			GA	241		
4216068	Pine Mountain Valley	pine-mountain-valley	US	31823	0	America/New_York	32.79874	-84.82326	267	Pine Mountain Valley,Valley Plains,Valley of Hope		GA	145		
4216079	Pine Ridge	pine-ridge	US	41360	0	America/New_York	31.21134	-81.50677	4			GA	127		
4216080	Pine Ridge	pine-ridge	US	41360	0	America/New_York	33.02291	-83.48906	195	Pine Ridge,Pinesville,Pineville		GA	169		
4216083	Pine Ridge	pine-ridge	US	41360	0	America/New_York	33.94234	-83.53877	249	Pine Ridge,Pine Ridge Court		GA	219		
4216108	Pine Valley	pine-valley	US	14872	0	America/New_York	31.20132	-82.51847	47			GA	299		
4216135	Pinecrest	pinecrest	US	95364	0	America/New_York	33.59094	-84.19409	244			GA	151		
4216153	Pinehurst	pinehurst	US	01866	0	America/New_York	33.68539	-84.22548	261			GA	089		
4216154	Pinehurst	pinehurst	US	01866	336	America/New_York	32.196	-83.76295	117	Fullington,Pinehurst		GA	093		
4216155	Pinehurst	pinehurst	US	01866	0	America/New_York	31.22801	-81.51899	8			GA	127		
4216156	Pinehurst	pinehurst	US	01866	0	America/New_York	33.54428	-84.21075	257			GA	151		
4216157	Pinehurst	pinehurst	US	01866	0	America/New_York	30.83273	-81.98539	25			GA	049		
4216158	Pinehurst	pinehurst	US	01866	0	America/New_York	34.07121	-84.65549	287			GA	067		
4216164	Pineland	pineland	US	29934	0	America/New_York	30.71327	-82.76541	43			GA	101		
4216177	Pinetta	pinetta	US	32350	0	America/New_York	31.59324	-83.35821	111	Pinetta,Pinetta Missionary Baptist Church		GA	155		
4216186	Pineview	pineview	US	31071	0	America/New_York	33.79288	-84.60077	295			GA	067		
4216187	Pineview	pineview	US	31071	0	America/New_York	33.76677	-84.69855	322			GA	097		
4216188	Pineview	pineview	US	31071	0	America/New_York	31.20634	-81.49788	6			GA	127		
4216189	Pineview	pineview	US	31071	503	America/New_York	32.11017	-83.501	85			GA	315		
4216190	Pineview	pineview	US	31071	0	America/New_York	31.57795	-84.10852	63			GA	095		
4216191	Pineview	pineview	US	31071	0	America/New_York	31.84549	-81.60595	27			GA	179		
4216209	Pineville	pineville	US	18946	0	America/New_York	32.25487	-84.6202	191			GA	197		
4216212	Pinewood	pinewood	US	29125	0	America/New_York	33.51014	-82.14401	140			GA	073		
4216213	Pinewood	pinewood	US	29125	0	America/New_York	32.45903	-84.89104	114			GA	215		
4216339	Pinson	pinson	US	35126	0	America/New_York	34.36315	-85.06356	199			GA	115		
4216365	Pisgah Forest	pisgah-forest	US	28768	0	America/New_York	33.79761	-84.5866	303			GA	067		
4216368	Pisgah	pisgah	US	35765	0	America/New_York	34.72536	-84.28158	756			GA	123		
4216396	Pitts	pitts	US	31072	0	America/New_York	32.15906	-83.03792	89			GA	091		
4216397	Pitts	pitts	US	31072	0	America/New_York	32.93069	-83.50184	161			GA	169		
4216398	Pitts	pitts	US	31072	308	America/New_York	31.94462	-83.54072	118	Kings Crossing,Pitts		GA	315		
4216415	Pittsburg	pittsburg	US	03592	0	America/New_York	33.88066	-84.21936	324	Pittsburg,Pleasant Hill		GA	089		
4216421	Plainfield	plainfield	US	01070	0	America/New_York	32.28878	-83.11209	111			GA	091		
4216423	Plains	plains	US	31780	740	America/New_York	32.03405	-84.39269	152	Plains,Plejns,The Plains,The Plains of Dura,blaynz,plensa,plynz  jarjya,plynz  jwrjya,pu lai en si,Плейнс,Плејнс,بلاينز,پلینز، جارجیا,پلینز، جورجیا,प्लेन्स,普莱恩斯		GA	261		
4216430	Plainview	plainview	US	11803	0	America/New_York	34.36677	-83.35599	257			GA	119		
4216431	Plainview	plainview	US	11803	0	America/New_York	33.41792	-82.62652	159			GA	301		
4216432	Plainview	plainview	US	11803	0	America/New_York	34.87786	-84.94439	228			GA	313		
4216438	Plainville	plainville	US	02762	321	America/New_York	34.40509	-85.03717	207	Plejnvill',Плейнвилль		GA	129		
4216485	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	34.88174	-85.13828	242			GA	047		
4216486	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	30.97797	-84.16879	74			GA	131		
4216487	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	33.28956	-84.17575	245			GA	255		
4216488	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	32.96235	-84.98188	229			GA	285		
4216489	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	34.84203	-84.02325	571			GA	291		
4216490	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	34.82952	-84.94189	225			GA	313		
4216605	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	34.94536	-84.27297	561			GA	111		
4216606	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	33.60011	-84.47104	296			GA	121		
4216607	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	34.75397	-84.60215	494			GA	123		
4216608	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	33.94094	-84.12214	289	Jett Store,Pleasant Hill		GA	135		
4216609	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	32.80624	-84.49881	215			GA	263		
4216610	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	31.8785	-84.40269	112			GA	273		
4216612	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	34.89425	-83.9863	581			GA	291		
4216754	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	34.33954	-84.863	284			GA	015		
4216755	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	33.61844	-84.44687	299			GA	063		
4216756	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	34.57453	-84.45882	436			GA	123		
4216777	Pleasant View	pleasant-view	US	37146	0	America/New_York	34.2426	-83.90712	359			GA	139		
4216900	Pomona	pomona	US	08240	0	America/New_York	33.31928	-84.28381	269			GA	255		
4216926	Ponderosa	ponderosa	US	87044	0	America/New_York	33.47234	-84.42854	272			GA	113		
4216927	Ponderosa	ponderosa	US	87044	0	America/New_York	33.58567	-84.49576	273			GA	121		
4216928	Ponderosa	ponderosa	US	87044	0	America/New_York	32.19575	-82.25429	49			GA	279		
4216948	Pooler	pooler	US	31322	23133	America/New_York	32.11548	-81.24706	6			GA	051		
4216994	Poplar Grove	poplar-grove	US	61065	0	America/New_York	34.51427	-83.11543	211			GA	119		
4217073	Port Royal	port-royal	US	17082	0	America/New_York	31.90382	-81.29566	4			GA	029		
4217075	Port Wentworth	port-wentworth	US	31407	7637	America/New_York	32.14909	-81.16317	7			GA	051		
4217080	Portal	portal	US	30450	617	America/New_York	32.53822	-81.93234	90			GA	031		
4217084	Porter	porter	US	04068	0	America/New_York	32.41294	-83.39961	116			GA	023		
4217100	Porterdale	porterdale	US	30070	1483	America/New_York	33.57511	-83.8938	213	Porterdale,Steadman		GA	217		
4217105	Porterfield	porterfield	US	54159	0	America/New_York	34.10817	-83.16348	236			GA	195		
4217115	Portland	portland	US	04101	0	America/New_York	34.05732	-85.03634	229	Davitte,Davittes,Portland		GA	233		
4217181	Potter	potter	US	54160	0	America/New_York	30.64688	-82.93319	44			GA	101		
4217188	Potterville	potterville	US	48876	0	America/New_York	32.51459	-84.11741	132			GA	269		
4217195	Poulan	poulan	US	31781	803	America/New_York	31.51296	-83.78767	116			GA	321		
4217214	Powder Springs	powder-springs	US	30127	14826	America/New_York	33.85955	-84.68382	288	Gunpowder Springs,Pauder Springs,Powder Springs,Powdersprings,Springfield,bwdr sbrynghz,pa'udara springas,pwdraspryng  jwrjya,Паудер Спрингс,بودر سبرينغز,پاؤڈر سپرنگز، جارجیا,پودراسپرینگ، جورجیا,पाउडर स्प्रिङ्गस्		GA	067		
4217227	Powell	powell	US	37849	0	America/New_York	32.45155	-83.24432	119			GA	023		
4217306	Powersville	powersville	US	64672	0	America/New_York	32.60404	-83.79269	116	Powersville,Powerville		GA	225		
4217315	Prather	prather	US	93651	0	America/New_York	33.80151	-82.80014	202			GA	317		
4217333	Prescott	prescott	US	48756	0	America/New_York	30.81909	-83.27654	62			GA	185		
4217343	Preston	preston	US	06365	419	America/New_York	32.06599	-84.53742	140	Lannahassee,Preston	307	GA	307		
4217351	Prentiss	prentiss	US	39474	0	America/New_York	31.79408	-82.39569	62	Prentess,Prentiss		GA	001		
4217382	Primrose	primrose	US	68655	0	America/New_York	33.14346	-84.74188	270			GA	199		
4217393	Princeton	princeton	US	01541	0	America/New_York	33.91956	-83.38766	181			GA	059		
4217399	Pringle	pringle	US	57773	0	America/New_York	32.80016	-82.63458	113			GA	303		
4217406	Price	price	US	21656	0	America/New_York	34.38649	-83.92102	397			GA	139		
4217421	Prospect	prospect	US	06712	0	America/New_York	34.44344	-83.38794	245			GA	119		
4217422	Prospect	prospect	US	06712	0	America/New_York	33.40901	-83.76101	224	Eudora,Prospect		GA	159		
4217468	Prosperity	prosperity	US	15329	0	America/New_York	31.21078	-81.93706	22			GA	025		
4217482	Providence	providence	US	02901	0	America/New_York	30.86075	-84.28963	81			GA	131		
4217562	Pulaski	pulaski	US	13142	203	America/New_York	32.39018	-81.95678	64			GA	043		
4217624	Putnam	putnam	US	06260	0	America/New_York	32.25877	-84.41797	181			GA	197		
4217634	Putney	putney	US	05346	2898	America/New_York	31.47018	-84.11768	60	Hardaway Station,Putney		GA	095		
4217662	Quail Valley	quail-valley	US	92587	0	America/New_York	33.54456	-84.39381	280			GA	063		
4217663	Quail Valley	quail-valley	US	92587	0	America/New_York	33.59567	-83.74045	250			GA	217		
4217712	Quitman	quitman	US	31643	3871	America/New_York	30.78492	-83.55988	58	Kvitman,kvitamyana,kwyytmn  jwrjya,kywytman,Квитман,كيويتمان,کوئیتمن، جورجیا,کوئیٹ مین، جارجیا,क्विटम्यान	027	GA	027		
4217798	Radium Springs	radium-springs	US	88054	0	America/New_York	31.52629	-84.13546	53	Blue Springs,Radium Springs,Skywater,Skywater Park		GA	095		
4217808	Ragsdale	ragsdale	US	47573	0	America/New_York	31.56212	-84.15907	54			GA	095		
4217860	Raleigh	raleigh	US	25911	0	America/New_York	32.9368	-84.63632	230			GA	199		
4217902	Randall	randall	US	50231	0	America/New_York	32.06627	-84.71937	178			GA	259		
4217921	Ranger	ranger	US	25557	134	America/New_York	34.5012	-84.70966	227			GA	129		
4217984	Ray City	ray-city	US	31645	1053	America/New_York	31.07464	-83.19932	58	Ray City,Rays Mill,Rays Mills,Rays Pond		GA	019		
4218002	Raymond	raymond	US	03077	0	America/New_York	33.33873	-84.71465	244			GA	077		
4218038	Rayle	rayle	US	30660	190	America/New_York	33.78985	-82.89987	214			GA	317		
4218041	Rebecca	rebecca	US	31783	172	America/New_York	31.80657	-83.48683	107			GA	287		
4218062	Red Bluff	red-bluff	US	96080	0	America/New_York	31.77491	-83.00181	54			GA	017		
4218063	Red Bluff	red-bluff	US	96080	0	America/New_York	31.05106	-81.69566	1			GA	039		
4218092	Red Hill	red-hill	US	18076	0	America/New_York	34.4351	-83.26044	263			GA	119		
4218125	Red Oak	red-oak	US	23964	0	America/New_York	33.62483	-84.49854	311			GA	121		
4218126	Red Oak	red-oak	US	23964	0	America/New_York	33.52317	-84.2702	248			GA	151		
4218129	Red Oak	red-oak	US	23964	0	America/New_York	33.35012	-85.26217	366			GA	149		
4218155	Red Rock	red-rock	US	74651	0	America/New_York	31.58268	-83.9374	103			GA	321		
4218165	Redan	redan	US	30074	33015	America/New_York	33.74538	-84.13158	299	Redan,Редан		GA	089		
4218172	Red Rock	red-rock	US	74651	0	America/New_York	33.97955	-84.71605	322			GA	067		
4218187	Redding	redding	US	06896	0	America/New_York	32.58987	-83.59546	106			GA	153		
4218201	Redfield	redfield	US	13437	0	America/New_York	33.95566	-84.3452	330			GA	089		
4218233	Reed	reed	US	42451	0	America/New_York	34.28204	-83.89824	365			GA	139		
4218234	Reed	reed	US	42451	0	America/New_York	34.22538	-83.92129	357			GA	139		
4218308	Reese	reese	US	48757	0	America/New_York	33.54012	-83.62378	203	Ebenezer,Reese		GA	211		
4218309	Reese	reese	US	48757	0	America/New_York	33.34486	-82.57874	158			GA	301		
4218327	Reeves	reeves	US	70658	0	America/New_York	34.46148	-85.01272	192	Reeves,Reeves Station		GA	129		
4218366	Register	register	US	30452	172	America/New_York	32.36712	-81.884	59			GA	031		
4218369	Rehobeth	rehobeth	US	21857	0	America/New_York	32.64097	-84.88382	199	Mobley,Rehobeth,Rehoboth		GA	145		
4218381	Rehoboth	rehoboth	US	02769	0	America/New_York	33.82427	-84.26464	319			GA	089		
4218414	Reidsville	reidsville	US	27320	2616	America/New_York	32.08686	-82.1179	62	Ridsvil,ridsabhila,rydsfyl,rydzwyl  jwrjya,Ридсвил,ريدسفيل,ریدزویل، جورجیا,ریڈزویل، جارجیا,रीड्सभिल	267	GA	267		
4218434	Remus	remus	US	49340	0	America/New_York	33.98621	-84.893	281			GA	223		
4218440	Reno	reno	US	16343	0	America/New_York	30.7738	-84.29213	83			GA	131		
4218442	Rentz	rentz	US	31075	292	America/New_York	32.3835	-82.99126	93			GA	175		
4218450	Resaca	resaca	US	30735	775	America/New_York	34.58036	-84.94328	196	Dublin,Resaca,Resacca,Resaka,resaka,rsaka  jarjya,rsaka  jwrjya,rysaka,Ресака,رساکا، جارجیا,رساکا، جورجیا,ريساكا,रेसाका		GA	129		
4218573	Rex	rex	US	28378	0	America/New_York	33.59205	-84.26992	244	Hollingsworth,Rex		GA	063		
4218581	Reynolds	reynolds	US	31076	1026	America/New_York	32.55987	-84.0963	131			GA	269		
4218608	Reynoldsville	reynoldsville	US	15851	0	America/New_York	30.85713	-84.77798	33			GA	253		
4218611	Rhine	rhine	US	31077	377	America/New_York	31.98962	-83.20015	74			GA	091		
4218659	Riceboro	riceboro	US	31323	771	America/New_York	31.73549	-81.43344	5	Riceboro,Riceborough		GA	179		
4218708	Richardson	richardson	US	75080	0	America/New_York	33.59206	-84.13742	259			GA	247		
4218722	Richfield	richfield	US	17086	0	America/New_York	32.04104	-81.13261	6			GA	051		
4218732	Richland	richland	US	08350	1496	America/New_York	32.08793	-84.66742	185	Box Ankle,Chisholm,Richland,Richlend,ricalyanda,rychlnd  jwrjya,rytshland,Ричланд,Ричленд,ريتشلاند,رچلینڈ، جارجیا,ریچلند، جورجیا,रिचल्यान्ड		GA	259		
4218752	Richmond Hill	richmond-hill	US	11418	11935	America/New_York	31.93827	-81.30344	6	Crossroads,Richmond Hill,Richmond Hill Plantation,Sterlings Bluff,Ways,Ways Station		GA	029		
4218766	Richwood	richwood	US	08074	0	America/New_York	32.04184	-83.78628	104			GA	093		
4218781	Rico	rico	US	81332	0	America/New_York	33.58122	-84.76882	253			GA	121		
4218792	Ridgecrest	ridgecrest	US	28770	0	America/New_York	33.55678	-84.2327	239			GA	151		
4218795	Ridgedale	ridgedale	US	65739	0	America/New_York	34.16537	-85.16662	213	Chambers,Chambers Station,Ridgedale		GA	115		
4218797	Ridgefield	ridgefield	US	06877	0	America/New_York	33.38178	-84.55965	244			GA	113		
4218807	Ridgeville	ridgeville	US	29472	0	America/New_York	31.40634	-81.40149	6	Ridgeville,The Ridge		GA	191		
4218808	Ridgeway	ridgeway	US	24148	0	America/New_York	32.63541	-84.72159	236	Mount Airy,Ridgeway		GA	145		
4218809	Ridgeway	ridgeway	US	24148	0	America/New_York	33.30512	-85.24856	343			GA	149		
4218810	Ridgeway	ridgeway	US	24148	0	America/New_York	33.58678	-83.78823	224			GA	217		
4218823	Ridgewood	ridgewood	US	07450	0	America/New_York	32.03354	-81.09845	7			GA	051		
4218824	Ridgewood	ridgewood	US	07450	0	America/New_York	33.62705	-84.34854	281			GA	063		
4218825	Ridgewood	ridgewood	US	07450	0	America/New_York	34.00705	-83.98324	324			GA	135		
4218826	Ridgewood	ridgewood	US	07450	0	America/New_York	33.47041	-82.07206	112			GA	245		
4218882	Rincon	rincon	US	31326	9843	America/New_York	32.29603	-81.23539	22			GA	103		
4218896	Ringgold	ringgold	US	15770	3700	America/New_York	34.91591	-85.10912	237	Cross Roads,Ringgold,Ringold,Taylors Cross Roads,ringagolda,ryng gld  jwrjya,rynghwld,Ринголд,رنگ گولڈ، جارجیا,رينغولد,رینگ گلد، جورجیا,रिंगगोल्ड	047	GA	047		
4218904	Rio	rio	US	26755	0	America/New_York	33.28012	-84.38187	241			GA	255		
4218907	Rio Vista	rio-vista	US	76093	0	America/New_York	31.92938	-81.08789	1			GA	051		
4218908	Rio Vista	rio-vista	US	76093	0	America/New_York	31.55573	-84.13935	56			GA	095		
4218909	Ripley	ripley	US	14775	0	America/New_York	32.72514	-83.41712	168	Ripley,Ripling		GA	289		
4218912	Rising Fawn	rising-fawn	US	30738	0	America/New_York	34.76008	-85.53108	241	Hanna,Rising Farm,Rising Fawn,Rising Town,Staunton		GA	083		
4218948	River Forest	river-forest	US	60305	0	America/New_York	33.51761	-84.52354	286			GA	113		
4219001	Riverdale	riverdale	US	07457	15989	America/New_York	33.57261	-84.41326	282	Rapes Crossing,Riverdale,Riverdejl,ribharadela,ryfrdyl,rywrdyl  jwrjya,Ривердејл,ريفرديل,ریوردیل، جورجیا,ریورڈیل، جارجیا,रिभरडेल		GA	063		
4219002	Riverdale	riverdale	US	07457	0	America/New_York	31.51406	-84.15852	59			GA	095		
4219030	Riverside	riverside	US	02915	0	America/New_York	32.04549	-81.01095	4			GA	051		
4219031	Riverside	riverside	US	02915	35	America/New_York	31.18019	-83.80629	85	Riversajd,Риверсайд		GA	071		
4219032	Riverside	riverside	US	02915	0	America/New_York	34.28343	-85.16078	186	Celanese,Riverside,Riverside Village		GA	115		
4219033	Riverside	riverside	US	02915	0	America/New_York	33.81233	-84.46743	259			GA	121		
4219034	Riverside	riverside	US	02915	0	America/New_York	33.92344	-84.40132	295			GA	121		
4219035	Riverside	riverside	US	02915	0	America/New_York	33.34512	-85.09994	240			GA	149		
4219036	Riverside	riverside	US	02915	0	America/New_York	33.04457	-85.12994	217			GA	285		
4219037	Riverside	riverside	US	02915	0	America/New_York	33.9315	-83.39516	223			GA	059		
4219038	Riverside	riverside	US	02915	0	America/New_York	31.17523	-81.46204	1			GA	127		
4219039	Riverside	riverside	US	02915	0	America/New_York	33.27234	-85.11189	251			GA	149		
4219090	Riverview	riverview	US	33568	0	America/New_York	31.1669	-81.38843	3			GA	127		
4219091	Riverview	riverview	US	33568	0	America/New_York	33.05235	-85.16244	226			GA	285		
4219092	Riverview	riverview	US	33568	0	America/New_York	32.87875	-83.66129	108			GA	021		
4219093	Riverview	riverview	US	33568	0	America/New_York	30.74524	-81.57593	3			GA	039		
4219094	Riverview	riverview	US	33568	0	America/New_York	31.55712	-84.15435	54			GA	095		
4219095	Riverview	riverview	US	33568	0	America/New_York	33.05262	-85.01494	241			GA	285		
4219161	Roberta	roberta	US	31078	996	America/New_York	32.72181	-84.01324	154	New Knoxville,Roberta,robarta,rwbrta,rwbrta  jwrjya,Роберта,روبرتا,روبرتا، جورجیا,روبرٹا، جارجیا,रोबर्टा		GA	079		
4219200	Robertsville	robertsville	US	44670	0	America/New_York	34.88285	-85.29635	232			GA	295		
4219215	Robinson	robinson	US	15949	0	America/New_York	34.26343	-85.28745	195			GA	115		
4219216	Robinson	robinson	US	15949	0	America/New_York	33.58541	-82.99209	190			GA	265		
4219255	Rochelle	rochelle	US	22738	1120	America/New_York	31.95101	-83.45627	113	Rochelle,Vineyard		GA	315		
4219291	Rock City	rock-city	US	61070	0	America/New_York	34.97424	-85.35107	502			GA	295		
4219330	Rock Hill	rock-hill	US	12775	0	America/New_York	31.32823	-85.03159	67			GA	099		
4219374	Rock Spring	rock-spring	US	30739	0	America/New_York	34.82424	-85.24273	258	Rock Spring,Rock Springs,Rockspring		GA	295		
4219375	Rock Spring	rock-spring	US	30739	0	America/New_York	33.63511	-84.35465	279			GA	063		
4219392	Rock Springs	rock-springs	US	53961	0	America/New_York	33.89649	-84.88411	283			GA	223		
4219393	Rock Springs	rock-springs	US	53961	0	America/New_York	32.07325	-82.41457	67			GA	279		
4219418	Rockbridge	rockbridge	US	43149	0	America/New_York	33.81233	-84.10742	269			GA	135		
4219427	Rockdale	rockdale	US	76567	0	America/New_York	33.78705	-84.43493	286	Rockdale,Rockdale Park		GA	121		
4219453	Rockingham	rockingham	US	28379	248	America/New_York	31.54798	-82.41652	59	Rockingham,Sallie		GA	005		
4219457	Rockledge	rockledge	US	30454	0	America/New_York	32.44295	-82.69764	66			GA	175		
4219459	Rockmart	rockmart	US	30153	4300	America/New_York	34.0026	-85.04161	238	Rock Market,Rock Mart,Rockmart,Rokmart,rakamarta,rakmart  jwrjya,rwkmart,Рокмарт,راکمارت، جورجیا,راکمارٹ، جارجیا,روكمارت,रकमार्ट		GA	233		
4219475	Rockville	rockville	US	02873	0	America/New_York	33.32764	-83.21877	172			GA	237		
4219576	Rocky Face	rocky-face	US	30740	0	America/New_York	34.80508	-85.02745	235	Axoka,Buzzard Roost,Rocky Face,Rocky Face Mountain,Rockyface		GA	313		
4219581	Rocky Ford	rocky-ford	US	30455	142	America/New_York	32.6635	-81.82956	40	Chattoogata Mountain,Rocky Ford,Station Number 7		GA	251		
4219596	Rocky Hill	rocky-hill	US	06067	0	America/New_York	30.7027	-84.21018	61			GA	131		
4219612	Rocky Mount	rocky-mount	US	24151	0	America/New_York	33.1654	-84.67326	283			GA	199		
4219677	Rogers	rogers	US	06263	0	America/New_York	34.15455	-83.34043	250	Berea,Rogers		GA	195		
4219727	Roland	roland	US	50236	0	America/New_York	32.85958	-84.41575	218	Poland,Roland,Rowland		GA	293		
4219740	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	33.62039	-84.27048	287			GA	063		
4219741	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	33.41319	-82.0804	72			GA	245		
4219749	Rollins	rollins	US	59931	0	America/New_York	33.86594	-84.90216	320			GA	223		
4219762	Rome	rome	US	13440	36323	America/New_York	34.25704	-85.16467	187	Chihara,Head of Coosa,RMG,Rom,Rome,Roum,lom,rm  jwrjya,roma,romu,rwm  jarjya,rwma,Ром,Роум,رم، جورجیا,روم، جارجیا,روما,रोम,ローム,롬	115	GA	115		
4219778	Roopville	roopville	US	30170	225	America/New_York	33.4565	-85.13078	380			GA	045		
4219781	Roosevelt	roosevelt	US	08555	0	America/New_York	34.70314	-84.55049	441			GA	123		
4219801	Roper	roper	US	27970	0	America/New_York	31.81213	-82.65153	76	New Roper,Roper		GA	161		
4219810	Rosamond	rosamond	US	62083	0	America/New_York	33.00151	-85.15716	232			GA	285		
4219811	Roscoe	roscoe	US	12776	0	America/New_York	33.49484	-84.82216	262			GA	077		
4219812	Rose	rose	US	14542	0	America/New_York	32.98265	-82.65652	115			GA	303		
4219832	Rose Hill	rose-hill	US	24281	0	America/New_York	31.98966	-81.11122	6			GA	051		
4219834	Rose Hill	rose-hill	US	24281	0	America/New_York	32.48764	-84.98299	100			GA	215		
4219835	Rose Hill	rose-hill	US	24281	0	America/New_York	33.77901	-83.31127	193			GA	219		
4219836	Rose Hill	rose-hill	US	24281	0	America/New_York	33.03235	-84.33325	269			GA	231		
4219862	Rosebud	rosebud	US	57570	0	America/New_York	33.79872	-83.96658	274			GA	135		
4219866	Rosedale	rosedale	US	11422	0	America/New_York	34.43842	-85.108	189			GA	115		
4219872	Roseland	roseland	US	07068	0	America/New_York	33.71594	-84.37882	303			GA	121		
4219878	Rosemont	rosemont	US	08556	0	America/New_York	33.61958	-82.24262	110			GA	073		
4219879	Rosemont	rosemont	US	08556	0	America/New_York	33.41095	-84.57354	257			GA	113		
4219893	Rosewood	rosewood	US	43070	0	America/New_York	32.46653	-84.92215	77			GA	215		
4219901	Ross	ross	US	45061	0	America/New_York	34.04595	-83.06653	201			GA	195		
4219934	Roswell	roswell	US	30075	94501	America/New_York	34.02316	-84.36159	328	Roswell,Rozvel,lojeuwel,luo si wei er,rosvela,rwzwl  jarjya,rwzwyl,rzwl  jwrjya,Розвел,رزول، جورجیا,روزول، جارجیا,روزويل,रोस्वेल,罗斯韦尔,로즈웰		GA	121		
4219964	Rossville	rossville	US	17358	3997	America/New_York	34.98313	-85.28607	212	Popular Springs,Rossville,Rosvil,rasabhila,rwsfyl,rwzwyl  jarjya,rzwyl  jwrjya,Росвил,رزویل، جورجیا,روزویل، جارجیا,روسفيل,रसभिल		GA	295		
4220024	Rover	rover	US	72860	0	America/New_York	33.20651	-84.33492	289			GA	255		
4220036	Rowena	rowena	US	76875	0	America/New_York	31.38101	-84.71297	73			GA	099		
4220038	Rowland	rowland	US	18457	0	America/New_York	32.43655	-83.16849	98			GA	091		
4220054	Roxana	roxana	US	41848	0	America/New_York	33.99927	-84.76272	292			GA	223		
4220058	Roy	roy	US	59471	0	America/New_York	34.65509	-84.35325	530			GA	123		
4220060	Royal	royal	US	51357	0	America/New_York	32.44571	-83.37878	110			GA	023		
4220073	Royston	royston	US	30662	2574	America/New_York	34.28705	-83.11015	274	Rojston,ro'ijtana,rwystwn,rwystwn  jwrjya,Ројстон,روئسٹن، جارجیا,رويستون,رویستون، جورجیا,रोइज्टन		GA	147		
4220090	Ruckersville	ruckersville	US	22968	0	America/New_York	34.16483	-82.78819	194	Ruckersville,Ruckerville		GA	105		
4220126	Rupert	rupert	US	05768	0	America/New_York	32.44043	-84.27992	134			GA	269		
4220146	Ruskin	ruskin	US	33570	0	America/New_York	31.15133	-82.44486	44			GA	299		
4220151	Russell	russell	US	01071	1203	America/New_York	33.97872	-83.70017	299			GA	013		
4220174	Russellville	russellville	US	29476	0	America/New_York	32.90263	-83.9913	192			GA	207		
4220194	Rutland	rutland	US	01543	0	America/New_York	32.74097	-83.65463	110			GA	021		
4220204	Rutledge	rutledge	US	30663	793	America/New_York	33.62595	-83.61239	217			GA	211		
4220217	Rydal	rydal	US	30171	4087	America/New_York	34.33537	-84.71549	263			GA	015		
4220278	Sagamore	sagamore	US	02561	0	America/New_York	34.34621	-83.81657	363			GA	139		
4220285	Saginaw	saginaw	US	35137	0	America/New_York	31.51603	-82.66958	56			GA	069		
4220336	Saint Charles	saint-charles	US	24282	0	America/New_York	33.26873	-84.77577	275			GA	077		
4220339	Saint Clair	saint-clair	US	17970	0	America/New_York	33.15098	-82.2179	118	Kilpatrick Estate,Saint Clair,St. Clair		GA	033		
4220362	Saint George	saint-george	US	29477	0	America/New_York	30.52107	-82.03761	24	Batenville,Battenville,Cutler,Cutler Station,Saint George,St. George		GA	049		
4220538	Saint Louis	saint-louis	US	48880	0	America/New_York	32.46543	-83.86685	121			GA	193		
4220594	Saint Marks	saint-marks	US	32355	0	America/New_York	33.1254	-84.82104	264			GA	199		
4220866	Saint Simons Island	saint-simons-island	US	31522	13000	America/New_York	31.15051	-81.36954	2	Saint Simon Island,Saint Simons,Saint Simons Island,Saint Simons Village,St. Simons,St. Simons Island		GA	127		
4220920	Salem	salem	US	01970	0	America/New_York	34.95702	-85.04245	265			GA	047		
4220921	Salem	salem	US	01970	0	America/New_York	34.98953	-84.27825	561			GA	111		
4220922	Salem	salem	US	01970	0	America/New_York	33.7229	-83.38627	204	Candy,Salem		GA	219		
4220923	Salem	salem	US	01970	0	America/New_York	33.39403	-82.04873	60			GA	245		
4220924	Salem	salem	US	01970	310	America/New_York	32.75875	-84.18769	156	Sejlem,Сейлем		GA	293		
4220929	Salem	salem	US	01970	0	America/New_York	33.74789	-84.74716	359			GA	097		
4221050	Sale City	sale-city	US	31784	355	America/New_York	31.26435	-84.02129	109			GA	205		
4221177	Sand Springs	sand-springs	US	59077	0	America/New_York	34.32287	-85.17245	183	Sand Springs,Sandsprings		GA	115		
4221184	Sanders	sanders	US	41083	0	America/New_York	32.82431	-83.59962	88			GA	021		
4221206	Sandersville	sandersville	US	31082	5752	America/New_York	32.98154	-82.81014	137	Sandersvil,Sandersville,Saunders Cross Road,Saunders Cross Roads,Saundersville,sandrfyl,sndrzwyl  jwrjya,syandarsabhila,Сандерсвил,ساندرفيل,سندرزویل، جورجیا,سینڈرزویل، جارجیا,स्यान्डर्सभिल	303	GA	303		
4221237	Sandy	sandy	US	84070	0	America/New_York	33.23512	-83.87629	190			GA	035		
4221253	Sandy Creek	sandy-creek	US	13145	0	America/New_York	33.49956	-84.55854	293			GA	113		
4221258	Sandy Creek	sandy-creek	US	13145	0	America/New_York	33.67596	-83.53017	219			GA	211		
4221317	Sandy Point	sandy-point	US	04972	0	America/New_York	32.76903	-83.93963	185			GA	079		
4221333	Sandy Springs	sandy-springs	US	29677	105330	America/New_York	33.92427	-84.37854	333	Burdal,Sandi-Springs,Sandy Springs,Sendi Springs,sandisupuringusu,sandy sbrynghz,sang di si pu lin si,sndy aspryng  jwrjya,syandi springas,Санди-Спрингс,Санді-Спрінгс,Сенди Спрингс,ساندي سبرينغز,سندی اسپرینگ، جورجیا,سینڈی سپرنگز، جارجیا,स्यान्डी स्प्रिङ्गस्,サンディスプリングス,桑迪斯普林斯		GA	121		
4221342	Sanford	sanford	US	04073	0	America/New_York	31.9796	-84.94354	166			GA	259		
4221352	Santa Claus	santa-claus	US	47579	166	America/New_York	32.17158	-82.33151	74	Santa Claus,Santa Clause		GA	279		
4221384	Sarah	sarah	US	38665	0	America/New_York	34.66759	-84.03575	849			GA	291		
4221393	Saranac	saranac	US	12981	0	America/New_York	33.58511	-84.43215	294			GA	063		
4221394	Sardis	sardis	US	30456	964	America/New_York	32.97516	-81.75761	73			GA	033		
4221395	Sardis	sardis	US	30456	1229	America/New_York	32.79652	-84.63881	243			GA	263		
4221472	Sargent	sargent	US	30275	0	America/New_York	33.43234	-84.86938	236	Lodi,Sargent		GA	077		
4221492	Sasser	sasser	US	39885	264	America/New_York	31.71989	-84.34714	97			GA	273		
4221552	Savannah	savannah	US	13146	145674	America/New_York	32.08354	-81.09983	6	SAV,Sarannah,Savana,Savanah,Savanna,Savannah,Savannah (Georgia),Sawanna,Yamacraw,sa fan na,saban'na,sabhana,safana,savhana,sawana  jwrjya,seobaeneo,sha wa na,Савана,Саванна,סאוואנאה,סוואנה,سافانا,ساوانا، جورجیا,ساواناہ، جارجیا,सभाना,सव्हाना,サバンナ,沙瓦納,薩凡納,서배너	051	GA	051		
4221618	Saxon	saxon	US	25180	0	America/New_York	33.98623	-82.89209	152			GA	221		
4221656	Schley	schley	US	23154	0	America/New_York	31.23546	-83.82712	92			GA	071		
4221697	Scotland	scotland	US	06264	344	America/New_York	32.04879	-82.81709	51	McVille,Scotland		GA	271		
4221698	Scott	scott	US	38772	0	America/New_York	32.55183	-82.6668	110			GA	167		
4221732	Scottdale	scottdale	US	15683	10631	America/New_York	33.78983	-84.26409	314			GA	089		
4221749	Scottsboro	scottsboro	US	35768	0	America/New_York	33.02487	-83.2346	142	Scottsboro,Scottsborough		GA	009		
4221755	Screven	screven	US	31560	767	America/New_York	31.48633	-82.01706	37	Screvan,Screven		GA	305		
4221799	Sea Island	sea-island	US	31561	0	America/New_York	31.18356	-81.34982	2	Sea Island,Sea Island Beach		GA	127		
4221812	Seabrook	seabrook	US	03874	0	America/New_York	31.74355	-81.32872	9			GA	179		
4221814	Seagraves	seagraves	US	79359	0	America/New_York	34.09594	-83.35738	230			GA	195		
4221934	Sells	sells	US	85634	0	America/New_York	34.06705	-83.72267	233	Mulberry,Sells		GA	157		
4221950	Seney	seney	US	49883	0	America/New_York	34.08482	-85.12106	256			GA	233		
4221953	Senoia	senoia	US	30276	4073	America/New_York	33.30234	-84.55382	271			GA	077		
4222001	Seven Springs	seven-springs	US	28578	0	America/New_York	33.97788	-84.43104	304			GA	067		
4222014	Seville	seville	US	31084	202	America/New_York	31.96045	-83.601	113			GA	315		
4222072	Shady Dale	shady-dale	US	31085	240	America/New_York	33.40068	-83.59017	190	Shady Dale,Shadydale		GA	159		
4222075	Shady Grove	shady-grove	US	17256	0	America/New_York	33.64289	-85.0255	343			GA	045		
4222076	Shady Grove	shady-grove	US	17256	0	America/New_York	32.75624	-85.08049	205			GA	145		
4222077	Shady Grove	shady-grove	US	17256	0	America/New_York	32.52376	-83.68546	121			GA	153		
4222078	Shady Grove	shady-grove	US	17256	0	America/New_York	32.18571	-84.69798	208			GA	259		
4222147	Shady Valley	shady-valley	US	37688	0	America/New_York	34.31427	-83.77073	336			GA	139		
4222169	Shamrock	shamrock	US	74068	0	America/New_York	32.40295	-82.08401	69			GA	043		
4222182	Shannon	shannon	US	28386	1862	America/New_York	34.33676	-85.07134	213			GA	115		
4222192	Shannon	shannon	US	28386	1654	America/New_York	33.40456	-84.46826	248			GA	113		
4222196	Sharon	sharon	US	02067	135	America/New_York	33.55986	-82.79486	184	Sharon,Шарон		GA	265		
4222197	Sharon	sharon	US	02067	0	America/New_York	31.88018	-83.13765	61			GA	271		
4222258	Sharpsburg	sharpsburg	US	21782	354	America/New_York	33.33928	-84.64854	282			GA	077		
4222281	Shawnee	shawnee	US	43782	0	America/New_York	32.47574	-81.40816	36			GA	103		
4222333	Shellman	shellman	US	39886	989	America/New_York	31.75628	-84.6152	117	Notchway,Schellman,Shellman,Ward,Wards Station		GA	243		
4222350	Shenandoah	shenandoah	US	17976	0	America/New_York	33.52791	-82.10262	116			GA	073		
4222351	Shenandoah	shenandoah	US	17976	0	America/New_York	33.93816	-84.30103	309			GA	089		
4222368	Shelly	shelly	US	56581	0	America/New_York	30.99963	-83.73711	77			GA	027		
4222395	Sherwood	sherwood	US	21665	0	America/New_York	33.40792	-82.00845	49			GA	245		
4222433	Shiloh	shiloh	US	08353	443	America/New_York	32.81013	-84.69604	274			GA	145		
4222434	Shiloh	shiloh	US	08353	0	America/New_York	30.9402	-83.40766	70			GA	185		
4222435	Shiloh	shiloh	US	08353	0	America/New_York	34.21705	-83.22793	257	Shiloh,Shiloh Church		GA	195		
4222436	Shiloh	shiloh	US	08353	437	America/New_York	32.15266	-84.30963	157			GA	261		
4222724	Sibley	sibley	US	39165	0	America/New_York	31.79823	-83.71017	121			GA	287		
4222764	Siloam	siloam	US	27047	280	America/New_York	33.5368	-83.08099	214	Siloam,Smyrna		GA	133		
4222779	Silver City	silver-city	US	39166	0	America/New_York	34.33426	-84.11602	378	Silver City,Tatum		GA	085		
4222783	Silver Creek	silver-creek	US	14136	0	America/New_York	34.17621	-85.16134	212	Silver Creek,Silvercreek		GA	115		
4222801	Silver Lake	silver-lake	US	03875	0	America/New_York	31.18023	-81.37621	5			GA	127		
4222804	Silver Lake	silver-lake	US	03875	0	America/New_York	33.50623	-83.75073	219			GA	217		
4222875	Simpson	simpson	US	26435	0	America/New_York	33.34734	-85.17189	317			GA	149		
4222982	Six Mile	six-mile	US	29682	0	America/New_York	34.17732	-85.20634	214	Courtesy,Six Mile,Sixmile		GA	115		
4223102	Smarr	smarr	US	31086	0	America/New_York	32.98541	-83.88213	189	Smarr,Smarrs,Smarrs Station		GA	207		
4223278	Smithboro	smithboro	US	13840	0	America/New_York	33.30541	-83.58378	158	Smithboro,Smithborough		GA	159		
4223313	Smithville	smithville	US	26178	585	America/New_York	31.90045	-84.25185	99	Renwick,Smithville		GA	177		
4223319	Smithwick	smithwick	US	57782	0	America/New_York	33.49958	-82.13595	147			GA	073		
4223379	Smyrna	smyrna	US	13464	56146	America/New_York	33.88399	-84.51438	323	Neal Dow,Smirna,Smyrna,Varners Station,asmyrna  jwrjya,shi mai na,smirna,smrna  jarjya,smyrna,Смирна,اسمیرنا، جورجیا,سمرنا، جارجیا,سميرنا,स्मीर्ना,士麦那		GA	067		
4223413	Snellville	snellville	US	30039	19733	America/New_York	33.85733	-84.01991	323	Snell,Snellville,Snelvil,asnlwyl  jwrjya,snelabhila,snyl wyl  jarjya,snylfyl,Снелвил,اسنلویل، جورجیا,سنيلفيل,سنیل ویل، جارجیا,स्नेलभिल		GA	135		
4223469	Social Circle	social-circle	US	30025	4383	America/New_York	33.65623	-83.71823	270			GA	297		
4223502	Somerset	somerset	US	02725	0	America/New_York	32.41212	-81.76511	61			GA	031		
4223516	Soperton	soperton	US	30457	3087	America/New_York	32.37712	-82.59236	91		283	GA	283		
4223548	South Bend	south-bend	US	46601	0	America/New_York	33.64261	-84.35548	286			GA	063		
4223621	South Gate	south-gate	US	90280	0	America/New_York	33.54344	-85.06078	341			GA	045		
4223733	Southbridge	southbridge	US	01550	0	America/New_York	33.56928	-84.20548	230			GA	151		
4223771	Southgate	southgate	US	48195	0	America/New_York	31.52017	-84.16324	60			GA	095		
4223772	Southgate	southgate	US	48195	0	America/New_York	34.23871	-83.90685	372			GA	139		
4223834	Southwick	southwick	US	01077	0	America/New_York	33.41625	-82.06873	116			GA	245		
4223847	Spalding	spalding	US	49886	0	America/New_York	32.29321	-83.99768	117			GA	193		
4223871	Sparks	sparks	US	31647	2007	America/New_York	31.16686	-83.43738	74	Afton,Sparks,Спаркс		GA	075		
4223874	Sparks	sparks	US	31647	1760	America/New_York	33.08793	-82.73764	131	Mayview,Sparks		GA	303		
4223880	Sparta	sparta	US	07871	1293	America/New_York	33.2757	-82.97626	171	Montour Village,Old Factory,Sparta,asparta  jwrjya,sbarta,sparta,Спарта,اسپارتا، جورجیا,سبارتا,سپارٹا، جارجیا,स्पार्टा	141	GA	141		
4223970	Spring Branch	spring-branch	US	78070	0	America/New_York	31.84158	-82.35179	60			GA	001		
4223972	Spooner	spooner	US	54801	0	America/New_York	30.97272	-82.54403	42			GA	065		
4223988	Spring Branch	spring-branch	US	78070	0	America/New_York	32.35853	-81.31317	27			GA	103		
4224042	Spring Hill	spring-hill	US	34606	0	America/New_York	32.63516	-83.01737	109			GA	175		
4224043	Spring Hill	spring-hill	US	34606	0	America/New_York	32.01323	-82.72542	61			GA	309		
4224045	Spring Hill	spring-hill	US	34606	0	America/New_York	32.03132	-81.07983	6			GA	051		
4224114	Spring Lake	spring-lake	US	07762	0	America/New_York	34.98009	-83.30821	1049			GA	241		
4224124	Spring Lake	spring-lake	US	07762	0	America/New_York	32.54458	-84.93326	135			GA	215		
4224134	Spring Valley	spring-valley	US	10977	0	America/New_York	33.5515	-84.38798	260			GA	063		
4224135	Spring Valley	spring-valley	US	10977	0	America/New_York	33.68039	-83.89074	255			GA	217		
4224136	Spring Valley	spring-valley	US	10977	0	America/New_York	33.03762	-85.09633	237			GA	285		
4224137	Spring Valley	spring-valley	US	10977	0	America/New_York	32.5357	-84.89993	126			GA	215		
4224144	Springbrook	springbrook	US	52075	0	America/New_York	33.82483	-84.67299	286			GA	067		
4224145	Springdale	springdale	US	15144	0	America/New_York	34.31843	-83.90963	357			GA	139		
4224158	Springfield	springfield	US	01101	0	America/New_York	34.09454	-84.50854	301			GA	057		
4224159	Springfield	springfield	US	01101	0	America/New_York	33.5965	-84.30687	276			GA	063		
4224160	Springfield	springfield	US	01101	0	America/New_York	33.93927	-84.32326	307			GA	089		
4224161	Springfield	springfield	US	01101	0	America/New_York	31.58767	-84.2713	64			GA	095		
4224162	Springfield	springfield	US	01101	2889	America/New_York	32.37241	-81.3115	24	Springfild,aspryng fyld  jwrjya,sbrynghfyld,springaphilda,Спрингфилд,Спрінгфілд,اسپرینگ فیلد، جورجیا,سبرينغفيلد,سپرنگ فیلڈ، جارجیا,स्प्रिङ्गफिल्ड	103	GA	103		
4224163	Springfield	springfield	US	01101	0	America/New_York	33.41375	-82.9432	187			GA	141		
4224164	Springfield	springfield	US	01101	0	America/New_York	33.58483	-83.97158	249			GA	217		
4224165	Springfield	springfield	US	01101	0	America/New_York	33.47375	-82.08234	97			GA	245		
4224166	Springfield	springfield	US	01101	0	America/New_York	33.62791	-82.94904	164			GA	265		
4224209	Springhill	springhill	US	71075	0	America/New_York	31.52323	-83.98602	89			GA	321		
4224226	Springvale	springvale	US	04083	0	America/New_York	31.82822	-84.87965	117	Hamlet,Springvale		GA	243		
4224232	Springview	springview	US	68778	0	America/New_York	33.59178	-84.37381	268	Springfield,Springview		GA	063		
4224242	Springhill	springhill	US	71075	0	America/New_York	33.53706	-83.91324	220			GA	217		
4224260	Stafford	stafford	US	06075	0	America/New_York	30.81551	-81.46704	6			GA	039		
4224314	Stanfordville	stanfordville	US	12581	0	America/New_York	33.22319	-83.50072	189	Devil Half Acre,Stanfords Cross Roads,Stanfordville,The Half Acre		GA	237		
4224342	Stapleton	stapleton	US	30823	405	America/New_York	33.2157	-82.46818	134	Spread,Spread Oak,Stapleton		GA	163		
4224364	Stark	stark	US	66775	0	America/New_York	33.33345	-83.90657	207			GA	035		
4224399	State College	state-college	US	16801	0	America/New_York	32.53765	-83.89519	160			GA	225		
4224412	Statenville	statenville	US	31648	1040	America/New_York	30.70327	-83.02764	42	Statenville,Statesville,Troublesome	101	GA	101		
4224413	Statesboro	statesboro	US	30458	30721	America/New_York	32.44879	-81.78317	77	Statesboro,Statesborough,TBR	031	GA	031		
4224427	Statham	statham	US	30666	2624	America/New_York	33.96511	-83.59655	272	Barbers Creek,De Lay,Delay,Statham		GA	013		
4224447	Staunton	staunton	US	24401	0	America/New_York	31.2813	-83.46683	90	Mogal,Staunton		GA	075		
4224497	Stephens	stephens	US	30667	0	America/New_York	33.79484	-83.16154	233	Antioch,Antioch Depot,Stephens		GA	221		
4224540	Sterling	sterling	US	01564	0	America/New_York	31.27245	-81.56149	3	Everett Store,Sterling		GA	127		
4224545	Sterling Heights	sterling-heights	US	48310	0	America/New_York	34.08065	-84.28076	318			GA	121		
4224552	Stevens	stevens	US	17578	0	America/New_York	34.34149	-83.80129	356			GA	139		
4224556	Sterling Heights	sterling-heights	US	48310	0	America/New_York	33.52541	-82.04845	92			GA	245		
4224578	Stewart	stewart	US	37175	0	America/New_York	33.42206	-83.85213	204			GA	217		
4224653	Stillmore	stillmore	US	30464	528	America/New_York	32.44212	-82.21512	81	Durdan,Keas Mill,Stillmore		GA	107		
4224681	Stockbridge	stockbridge	US	01262	28202	America/New_York	33.54428	-84.23381	244	Stokbridz,astwk bryj  jwrjya,stakabrija,stwkbrydj,Стокбриџ,استوک بریج، جورجیا,ستوكبريدج,سٹاک برج، جارجیا,स्टकब्रिज		GA	151		
4224696	Stockton	stockton	US	08559	0	America/New_York	30.93937	-82.99959	58	Registerville,Stockton		GA	173		
4224727	Stone Creek	stone-creek	US	43840	0	America/New_York	33.55928	-84.01352	244			GA	217		
4224745	Stone Mountain	stone-mountain	US	30083	6109	America/New_York	33.80816	-84.1702	318	New Gibralter,Stone Mountain		GA	089		
4224792	Stonewall	stonewall	US	28583	0	America/New_York	33.87594	-84.4666	284			GA	067		
4224793	Stonewall	stonewall	US	28583	0	America/New_York	33.59789	-84.54743	311	Monk,Stonewall		GA	121		
4224854	Stovall	stovall	US	27582	0	America/New_York	32.96096	-84.85188	249			GA	199		
4224877	Stratford	stratford	US	06614	0	America/New_York	33.75427	-84.48049	286			GA	121		
4224883	Stratton	stratton	US	04982	0	America/New_York	32.79875	-83.63046	85			GA	021		
4224983	Sturbridge	sturbridge	US	01566	0	America/New_York	33.10373	-85.07383	226			GA	285		
4224990	Sturbridge	sturbridge	US	01566	0	America/New_York	34.10843	-84.57299	307			GA	057		
4225001	Suches	suches	US	30572	0	America/New_York	34.68898	-84.02214	851			GA	291		
4225036	Sugar Hill	sugar-hill	US	03586	0	America/New_York	32.28905	-83.65379	110			GA	093		
4225038	Sugar Hill	sugar-hill	US	03586	0	America/New_York	34.77009	-84.17325	591			GA	111		
4225039	Sugar Hill	sugar-hill	US	03586	21747	America/New_York	34.10649	-84.03352	350			GA	135		
4225040	Sugar Hill	sugar-hill	US	03586	0	America/New_York	34.22649	-83.73628	289			GA	139		
4225057	Sugar Valley	sugar-valley	US	30746	0	America/New_York	34.55814	-85.01189	198			GA	129		
4225064	Sugarcreek	sugarcreek	US	44681	0	America/New_York	33.48486	-82.18123	115			GA	073		
4225065	Sugartown	sugartown	US	70662	0	America/New_York	34.88619	-85.07162	255	Sugarland,Sugartown		GA	047		
4225109	Summerhill	summerhill	US	15958	0	America/New_York	33.73788	-84.38437	306			GA	121		
4225118	Summertown	summertown	US	38483	163	America/New_York	32.74599	-82.27624	77			GA	107		
4225122	Summerville	summerville	US	15864	4452	America/New_York	34.48064	-85.34773	198	Samervil,samarabhila,samrfyl,samrwyl  jwrjya,smrwyl  jarjya,Самервил,سامرفيل,سامرویل، جورجیا,سمرویل، جارجیا,समरभिल	055	GA	055		
4225123	Summerville	summerville	US	15864	0	America/New_York	33.94788	-84.0313	311			GA	135		
4225124	Summerville	summerville	US	15864	0	America/New_York	33.4743	-82.01845	122	Sand Hills,Summerville,The Hills		GA	245		
4225143	Summit Hill	summit-hill	US	18250	0	America/New_York	34.9573	-85.15523	274	Summit,Summit Hill		GA	047		
4225146	Sumner	sumner	US	04292	403	America/New_York	31.51296	-83.73851	115	Alford,Sumner		GA	321		
4225167	Sumter	sumter	US	29150	0	America/New_York	31.94933	-84.25491	110			GA	261		
4225182	Sun Valley	sun-valley	US	83353	0	America/New_York	33.58317	-84.30048	267			GA	063		
4225183	Sun Valley	sun-valley	US	83353	0	America/New_York	33.93399	-84.4891	295			GA	067		
4225184	Sun Valley	sun-valley	US	83353	0	America/New_York	33.63705	-84.48826	308			GA	121		
4225187	Sunbury	sunbury	US	17801	0	America/New_York	31.76827	-81.28094	6	Sunbery,Sunbury,Sunbury Landing		GA	179		
4225207	Sunny Side	sunny-side	US	30284	132	America/New_York	33.34067	-84.29076	281	Sunny Side,Sunnyside		GA	255		
4225214	Sunnyside	sunnyside	US	11104	0	America/New_York	34.93315	-83.77712	614			GA	281		
4225215	Sunnyside	sunnyside	US	11104	1303	America/New_York	31.23938	-82.34207	42			GA	299		
4225240	Sunset	sunset	US	04683	0	America/New_York	31.1038	-83.79434	90			GA	071		
4225279	Surrency	surrency	US	31563	207	America/New_York	31.72381	-82.1979	56			GA	001		
4225309	Suwanee	suwanee	US	30024	18694	America/New_York	34.05149	-84.0713	305	Suvejni,Suwanee,Suwannee,sawany  jwrjya,suvani,swany,swany  jarjya,Сувејни,ساوانی، جورجیا,سواني,سوانی، جارجیا,सुवानी		GA	135		
4225346	Swainsboro	swainsboro	US	30401	7471	America/New_York	32.59739	-82.33374	99	Paris,Svejnsboro,Swainsboro,Swainsborough,svenasbaro,swaynzbrw  jwrjya,swynsbwrgh,swynzbrw  jarjya,Свејнсборо,سواینزبرو، جورجیا,سوينسبورغ,سوینزبرو، جارجیا,स्वेनस्बरो	107	GA	107		
4225356	Swan Lake	swan-lake	US	12783	0	America/New_York	33.58539	-84.19936	235			GA	151		
4225357	Swan Lake	swan-lake	US	12783	0	America/New_York	33.84594	-84.81744	306			GA	223		
4225396	Sweet Water	sweet-water	US	36782	0	America/New_York	33.92566	-84.06241	287			GA	135		
4225487	Sycamore	sycamore	US	15364	674	America/New_York	31.67435	-83.63739	119			GA	287		
4225515	Sylvania	sylvania	US	16945	2538	America/New_York	32.75044	-81.63678	71	Old Siccum,Silvejnija,Sylvania,silbhyaniya,sylfanya,sylwanya  jarjya,sylwanya  jwrjya,Силвејнија,سيلفانيا,سیلوانیا، جارجیا,سیلوانیا، جورجیا,सील्भ्यानिया	251	GA	251		
4225522	Sylvester	sylvester	US	25193	6049	America/New_York	31.53092	-83.83693	118	Isabella Station,SYV,Silvester,Silvestur,Sylvester,silbhestara,sylfstr,sylwstr  jwrjya,Силвестер,Силвестър,سيلفستر,سیلوستر، جورجیا,سیلویسٹر، جارجیا,सील्भेस्टर	321	GA	321		
4225598	Tahoma	tahoma	US	96142	0	America/New_York	33.30987	-81.92789	44			GA	245		
4225613	Talbotton	talbotton	US	31827	887	America/New_York	32.67764	-84.53937	217	Tolboton,talbatn  jwrjya,talbotatana,talbwtwn,Толботон,تالباتن، جورجیا,تالبوتون,ٹالبٹن، جارجیا,ताल्बोटटन	263	GA	263		
4225631	Talking Rock	talking-rock	US	30175	66	America/New_York	34.50926	-84.50493	333	Loves,Loves Station,Sanderstown,Talking Rock,Talkingrock		GA	227		
4225639	Tallahassee	tallahassee	US	32301	0	America/New_York	31.91908	-82.56902	63			GA	161		
4225658	Tallapoosa	tallapoosa	US	30176	3171	America/New_York	33.74455	-85.28801	348	Possum Snout,Talabouchi,Talapoosa,Talapusa,Tallapoosa,talabwsa,talapusa,talapwsa  jwrjya,Талапуса,تالابوسا,تالاپوسا، جورجیا,ٹالاپوسا، جارجیا,टालापूसा		GA	143		
4225664	Tallulah Falls	tallulah-falls	US	30573	168	America/New_York	34.73065	-83.39433	524			GA	137		
4225687	Talmo	talmo	US	30575	192	America/New_York	34.18511	-83.72073	279	Talmo,Telmo		GA	157		
4225688	Talmo	talmo	US	30575	572	America/New_York	31.31326	-82.56903	41	Talmo,Telmore		GA	299		
4225698	Tamarack	tamarack	US	55787	0	America/New_York	33.68205	-84.25492	244			GA	089		
4225711	Tanner	tanner	US	35671	0	America/New_York	34.27343	-83.89824	373			GA	139		
4225712	Tanner	tanner	US	35671	0	America/New_York	32.97543	-82.74208	128			GA	303		
4225765	Tarboro	tarboro	US	27886	0	America/New_York	31.01773	-81.80539	5			GA	039		
4225773	Tarrytown	tarrytown	US	10591	86	America/New_York	32.31879	-82.5593	92			GA	209		
4225784	Tate	tate	US	30177	0	America/New_York	34.41843	-84.3827	380	Harnages,Harnageville,Marble Works,Tate,Tateville		GA	227		
4225913	Taylorsville	taylorsville	US	28681	214	America/New_York	34.08621	-84.98744	223			GA	015		
4225915	Tazewell	tazewell	US	24651	0	America/New_York	32.38043	-84.44075	146	Tazewell,Tazwell		GA	197		
4225961	Tell	tell	US	79259	0	America/New_York	33.6515	-84.59438	273			GA	121		
4225968	Temperance	temperance	US	48182	0	America/New_York	31.88963	-83.14626	79			GA	271		
4225973	Temple	temple	US	03084	4313	America/New_York	33.73705	-85.03244	357	Ringers Cross Road,Temple		GA	045		
4226029	Tennga	tennga	US	30751	0	America/New_York	34.98674	-84.73855	256	Tennga,Whip		GA	213		
4226031	Tennille	tennille	US	31089	1773	America/New_York	32.93599	-82.81153	142	Station Number 13,Tennelle,Tennille		GA	303		
4226045	Terrell	terrell	US	28682	0	America/New_York	32.81431	-83.51879	142			GA	021		
4226046	Terrell	terrell	US	28682	0	America/New_York	31.61796	-83.74517	128			GA	321		
4226152	The Colony	the-colony	US	75056	0	America/New_York	33.00264	-83.22377	131			GA	009		
4226178	The Lakes	the-lakes	US	88901	0	America/New_York	30.79385	-81.6476	7			GA	039		
4226203	The Plains	the-plains	US	20198	0	America/New_York	34.02843	-84.47604	338			GA	067		
4226208	The Rock	the-rock	US	30285	160	America/New_York	32.96402	-84.24103	251			GA	293		
4226338	Thomasboro	thomasboro	US	61878	0	America/New_York	32.71961	-81.79011	70			GA	251		
4226347	Thomasville	thomasville	US	17364	0	America/New_York	33.69733	-84.34965	279			GA	121		
4226348	Thomasville	thomasville	US	17364	18742	America/New_York	30.83658	-83.97878	86	TVI,Tomasvil,thomasabhila,tomeoseubil,twmas wyl  jwrjya,twmasfyl,Томасвил,توماس ویل، جورجیا,توماسفيل,ٹامسویل، جارجیا,थोमसभिल,토머스빌	275	GA	275		
4226364	Thomaston	thomaston	US	04861	9032	America/New_York	32.88819	-84.32659	230	Tomaston,thomasatana,twmastwn,twmastwn  jwrjya,Томастон,توماستون,توماستون، جورجیا,ٹامسٹن، جارجیا,थोमसटन	293	GA	293		
4226434	Thompsonville	thompsonville	US	12784	0	America/New_York	34.86341	-85.40746	549			GA	295		
4226435	Thomson	thomson	US	30824	6689	America/New_York	33.47069	-82.50457	162	Frogpond,Hickory Level,Slashes,Thomson,Tomson,tamswn  jwrjya,thamsana,twmswn,Томсон,تامسون، جورجیا,طومسون,ٹامسن، جارجیا,थम्सन	189	GA	189		
4226464	Thornwood	thornwood	US	10594	0	America/New_York	32.88097	-83.67351	124			GA	021		
4226475	Three Forks	three-forks	US	59752	0	America/New_York	34.66398	-84.18464	766			GA	111		
4226476	Three Forks	three-forks	US	59752	0	America/New_York	34.96787	-83.21349	556			GA	241		
4226481	Three Oaks	three-oaks	US	49128	0	America/New_York	32.7057	-83.68685	111			GA	021		
4226513	Thurston	thurston	US	43157	0	America/New_York	33.55402	-83.21016	164			GA	133		
4226552	Tifton	tifton	US	31793	16725	America/New_York	31.45046	-83.5085	107	Lena,TMA,Tifton,tiphtana,tyftwn,tyftwn  jwrjya,Тифтон,تيفتون,تیفتون، جورجیا,ٹفٹن، جارجیا,टिफ्टन	277	GA	277		
4226562	Tiger	tiger	US	30576	401	America/New_York	34.84704	-83.43294	598			GA	241		
4226586	Tignall	tignall	US	30668	513	America/New_York	33.86762	-82.74125	197	Tignal,Tignall		GA	317		
4226600	Tillman	tillman	US	29943	0	America/New_York	30.92409	-83.3496	66	Tillman,Tillman Crossing		GA	185		
4226616	Tilton	tilton	US	03276	0	America/New_York	34.66508	-84.93939	200			GA	313		
4226637	Timberlake	timberlake	US	27583	0	America/New_York	33.52372	-84.4277	256			GA	063		
4226662	Tioga	tioga	US	16946	0	America/New_York	34.61009	-84.5041	377			GA	123		
4226687	Titus	titus	US	36080	0	America/New_York	34.94704	-83.63155	666			GA	281		
4226712	Toccoa Falls	toccoa-falls	US	30598	0	America/New_York	34.59371	-83.35822	267			GA	257		
4228182	Valley Park	valley-park	US	39177	0	America/New_York	33.46569	-82.0579	97			GA	245		
4226722	Toccoa	toccoa	US	30577	8283	America/New_York	34.57732	-83.33239	303	Dry Pond,TOC,Toccoa,Toccoa City,Tokoa,toko'a,tokoa,tuo ke a,twkwa,twkwa  jwrjya,Токоа,توكوا,توکوآ، جورجیا,ٹوکوآ، جارجیا,टोकोआ,トコア,托科阿	257	GA	257		
4226745	Toledo	toledo	US	43601	0	America/New_York	30.63607	-82.05262	17			GA	049		
4226771	Tomahawk	tomahawk	US	41262	0	America/New_York	34.11538	-84.41354	281			GA	057		
4226808	Toomsboro	toomsboro	US	31090	451	America/New_York	32.82682	-83.07932	71	Toomsboro,Toomsborough		GA	319		
4226861	Town Creek	town-creek	US	35672	0	America/New_York	34.59092	-84.53271	361			GA	123		
4226877	Town Creek	town-creek	US	35672	0	America/New_York	34.82231	-83.86991	602			GA	291		
4226920	Townsend	townsend	US	01469	0	America/New_York	31.53939	-81.52261	6			GA	191		
4226971	Travelers Rest	travelers-rest	US	29690	0	America/New_York	32.28127	-84.0288	98	Bristol,Travelers Rest		GA	193		
4226991	Treadwell	treadwell	US	13846	0	America/New_York	34.78341	-84.87078	209	Amzi,Treadwell		GA	213		
4227006	Tremont	tremont	US	17981	0	America/New_York	32.00545	-83.64378	128			GA	081		
4227012	Trenton	trenton	US	08601	2238	America/New_York	34.87202	-85.50913	231	Salem,Trenton,trentana,trntn  jwrjya,tryntwn,Трентон,ترنتن، جورجیا,ترينتون,ٹرینٹن، جارجیا,ट्रेन्टन		GA	083		
4227053	Trimble	trimble	US	38259	0	America/New_York	33.20206	-84.89216	227			GA	285		
4227056	Trinity	trinity	US	27370	0	America/New_York	31.92993	-81.5565	20			GA	179		
4227128	Trion	trion	US	30753	1785	America/New_York	34.54397	-85.31051	201	Island Town,Trion,Trion Factory,Trion Station		GA	055		
4227184	Troutman	troutman	US	28166	0	America/New_York	31.93683	-84.69686	156			GA	259		
4227213	Tucker	tucker	US	30084	27581	America/New_York	33.85455	-84.21714	342	Taker,takara,Такер,टकर		GA	089		
4227277	Tunnel Hill	tunnel-hill	US	30755	877	America/New_York	34.84063	-85.04273	256	Tunnel Hill,Tunnelhill,Tunnell Hill		GA	313		
4227283	Turin	turin	US	13473	343	America/New_York	33.32651	-84.63576	276	Location,Turin		GA	077		
4227442	Turnerville	turnerville	US	30580	0	America/New_York	34.68676	-83.426	475	Tallula,Turnerville		GA	137		
4227465	Turtle Creek	turtle-creek	US	15145	0	America/New_York	32.57404	-83.65213	112			GA	153		
4227521	Twin City	twin-city	US	30471	1674	America/New_York	32.58294	-82.15512	94	Graymont,Summit,Twin City		GA	107		
4227540	Twin Lakes	twin-lakes	US	53181	0	America/New_York	30.69604	-83.2057	53			GA	185		
4227561	Twin Oaks	twin-oaks	US	74368	0	America/New_York	33.40708	-82.08679	79			GA	245		
4227562	Twin Oaks	twin-oaks	US	74368	0	America/New_York	33.57623	-83.87629	226			GA	217		
4227582	Ty Ty	ty-ty	US	31795	727	America/New_York	31.47185	-83.64684	96	Ty Ty,Tyty		GA	277		
4227593	Tybee Island	tybee-island	US	31328	3102	America/New_York	32.00022	-80.84567	3	Savannah Beach,Tajbi Ajland,Tajbi-Ajlend,Tybee Island,ta'ibi a'ilyanda,taibi dvip,tayabi,tayby aylnd  jwrjya,tyby ayland,Тайби-Айленд,Тайбі-Айленд,Тајби Ајланд,تایبی آیلند، جورجیا,تيبي أيلاند,ٹائی بی آئی لینڈ، جارجیا,टाइबी आइल्यान्ड,टायबी,ടൈബീ ദ്വീപ്		GA	051		
4227608	Tyner	tyner	US	27980	0	America/New_York	34.27982	-83.81295	373			GA	139		
4227612	Tyrone	tyrone	US	14887	7194	America/New_York	33.47123	-84.59715	299	Jay Bird,Tyrone		GA	113		
4227613	Tyrone	tyrone	US	14887	0	America/New_York	33.67235	-82.86126	173			GA	317		
4227639	Unadilla	unadilla	US	13849	3666	America/New_York	32.26155	-83.73657	120			GA	093		
4227645	Underwood	underwood	US	47177	0	America/New_York	33.12765	-83.1146	128			GA	009		
4227662	Union	union	US	03887	0	America/New_York	32.48267	-82.05373	82			GA	043		
4227663	Union	union	US	03887	0	America/New_York	32.09795	-83.25043	92	Mitchell,Union		GA	091		
4227664	Union	union	US	03887	0	America/New_York	34.95369	-84.31631	536			GA	111		
4227665	Union	union	US	03887	0	America/New_York	33.41512	-83.98297	231			GA	151		
4227666	Union	union	US	03887	0	America/New_York	32.34737	-84.62992	208			GA	197		
4227667	Union	union	US	03887	0	America/New_York	33.84344	-84.98106	389	Embry,Union		GA	223		
4227668	Union	union	US	03887	0	America/New_York	31.87572	-84.9377	137			GA	239		
4227669	Union	union	US	03887	0	America/New_York	32.15654	-84.90354	80	Julia,Union		GA	259		
4227777	Union City	union-city	US	07087	20805	America/New_York	33.58706	-84.54243	295	Junion-Siti,Юнион-Сити		GA	121		
4227825	Union Hill	union-hill	US	14563	0	America/New_York	34.1951	-84.38131	326			GA	057		
4227826	Union Hill	union-hill	US	14563	0	America/New_York	31.0513	-84.12934	96			GA	131		
4227827	Union Hill	union-hill	US	14563	0	America/New_York	33.17458	-83.52545	175			GA	237		
4227828	Union Hill	union-hill	US	14563	0	America/New_York	34.50232	-83.28322	268			GA	257		
4227871	Union Point	union-point	US	30669	1709	America/New_York	33.61568	-83.0746	208	Cross Road,Scruggs,Scruggsville,Thornton,Thorntons,Thorntons Cross Roads,Thorntons Crossroads,Union Point		GA	133		
4227872	Union Point	union-point	US	30669	0	America/New_York	34.76647	-84.92661	235			GA	313		
4227915	Unionville	unionville	US	06085	0	America/New_York	32.82792	-83.65824	138			GA	021		
4227916	Unionville	unionville	US	06085	0	America/New_York	33.16096	-84.04991	219			GA	171		
4227917	Unionville	unionville	US	06085	1845	America/New_York	31.43491	-83.50961	107			GA	277		
4227943	Unity	unity	US	04988	0	America/New_York	33.39234	-85.18328	293			GA	149		
4228002	Upatoi	upatoi	US	31829	0	America/New_York	32.54875	-84.73993	128	Upatoi,Upatoie		GA	215		
4228108	Upton	upton	US	01568	0	America/New_York	31.52158	-82.8932	78			GA	069		
4228139	Uvalda	uvalda	US	30473	585	America/New_York	32.03574	-82.50819	53			GA	209		
4228147	Valdosta	valdosta	US	31601	55724	America/New_York	30.83334	-83.28032	67	Troupville,VLD,Valdosta,barudosuta,bhyaladosta,faldwsta,waldsta  jwrjya,Валдоста,فالدوستا,والدستا، جورجیا,والڈوسٹا، جارجیا,भ्यालडोस्टा,バルドスタ	185	GA	185		
4228165	Valley Forge	valley-forge	US	19481	0	America/New_York	33.3932	-82.0354	65			GA	245		
4228173	Valley Head	valley-head	US	26294	0	America/New_York	34.74175	-85.33468	337			GA	295		
4228183	Valley Park	valley-park	US	39177	0	America/New_York	31.59878	-84.18741	58			GA	095		
4228188	Valley View	valley-view	US	17983	0	America/New_York	33.93705	-84.33243	313			GA	089		
4228189	Valley View	valley-view	US	17983	0	America/New_York	34.92285	-85.35135	218			GA	295		
4228213	Van Wert	van-wert	US	45891	0	America/New_York	33.98732	-85.04328	244			GA	233		
4228262	Varnell	varnell	US	30756	1790	America/New_York	34.90119	-84.97383	246	Red Hill,Varnell,Varnells Station		GA	313		
4228275	Vaughn	vaughn	US	59487	0	America/New_York	33.28095	-84.39159	241	Creswell,Vaughn		GA	255		
4228311	Vega	vega	US	79092	0	America/New_York	33.02346	-84.28853	249			GA	231		
4228329	Veribest	veribest	US	76886	0	America/New_York	33.94428	-82.99514	201	Salmon,Veribest		GA	221		
4228333	Vernon	vernon	US	05354	0	America/New_York	33.06012	-85.158	194			GA	285		
4228347	Vesta	vesta	US	24177	0	America/New_York	33.9565	-82.93848	193			GA	221		
4228378	Victoria	victoria	US	23974	0	America/New_York	34.13704	-84.60938	275	Nahenta,Victoria		GA	057		
4228425	Vidalia	vidalia	US	30474	10679	America/New_York	32.21769	-82.41346	91	VDI,Vajdejlija,Vidalia,bhidaliya,fydalya,wydalya  jwrjya,Вајдејлија,فيداليا,وڈالیا، جارجیا,ویدالیا، جورجیا,भिडालिया		GA	279		
4228440	Vienna	vienna	US	04360	3777	America/New_York	32.09156	-83.79545	97	Berrien,Brownville,Centerville,Centreville,Vajena,Vienna,bhi'ena,fyyna,wyna  jarjya,wyna  jwrjya,Вајена,فيينا,وینا، جارجیا,وینا، جورجیا,भिएना	093	GA	093		
4228452	Villa Rica	villa-rica	US	30180	14904	America/New_York	33.73205	-84.91911	347	Hicktown,Hix Town,Hixtown,Vila Rika,Villa Rica,bhilla rika,fyla ryka,wyla ryka  jarjya,wylaryka  jwrjya,Вила Рика,فيلا ريكا,ویلا ریکا، جارجیا,ویلاریکا، جورجیا,भिल्ला रिका		GA	045		
4228496	Vincent	vincent	US	35178	0	America/New_York	32.4735	-83.00042	69			GA	175		
4228531	Viola	viola	US	19979	0	America/New_York	33.25484	-85.14883	263			GA	149		
4229053	Waco	waco	US	28169	518	America/New_York	33.70288	-85.18328	421	Dean,Vako,Waco,Wacoville,Вако		GA	143		
4229079	Wadley	wadley	US	30477	2031	America/New_York	32.86682	-82.40402	76	Bethany,Shake Rag,Wadley		GA	163		
4229111	Walden	walden	US	12586	0	America/New_York	32.7082	-83.66546	114			GA	021		
4229129	Waleska	waleska	US	30183	802	America/New_York	34.31648	-84.55215	338	Walesca,Waleska,Waluska		GA	057		
4229135	Walker	walker	US	26180	0	America/New_York	31.54045	-84.31491	59	Walker,Walker Station		GA	095		
4229242	Walkersville	walkersville	US	21793	0	America/New_York	31.39383	-82.27596	42	Walkersville,Walkerville		GA	229		
4229252	Wallace	wallace	US	26448	0	America/New_York	32.19711	-83.49712	95			GA	235		
4229302	Walnut Creek	walnut-creek	US	44687	0	America/New_York	33.47484	-84.35742	264			GA	063		
4229316	Walnut Grove	walnut-grove	US	35990	0	America/New_York	34.64175	-85.29468	257			GA	295		
4229317	Walnut Grove	walnut-grove	US	35990	1378	America/New_York	33.74261	-83.8524	281	Walnut Grove,Walnutgrove		GA	297		
4229346	Walters	walters	US	73572	0	America/New_York	31.56684	-84.16352	56			GA	095		
4229357	Walthourville	walthourville	US	31333	3974	America/New_York	31.7741	-81.63261	27	Lambert,Sandhills,Walthourville,Walthourville Station		GA	179		
4229462	Waresboro	waresboro	US	31564	0	America/New_York	31.24799	-82.47375	43	Waresboro,Waresborough		GA	299		
4229465	Warfield	warfield	US	23889	0	America/New_York	33.29958	-83.38377	177			GA	237		
4229466	Waring	waring	US	78074	0	America/New_York	34.83452	-84.97133	263			GA	313		
4229468	Warm Springs	warm-springs	US	24484	404	America/New_York	32.89041	-84.68104	277	Uorm-Springs,Vorm Springs,Warm Springs,Warm Springs Village,varma springas,warm aspryng  jwrjya,warm sprngz  jarjya,wo mu si pu lin si,wrm sbrynghz,Ворм Спрингс,Уорм-Спрингс,وارم اسپرینگ، جورجیا,وارم سپرنگز، جارجیا,ورم سبرينغز,वार्म स्प्रिङ्गस्,沃姆斯普林斯		GA	199		
4229476	Warner Robins	warner-robins	US	31088	73490	America/New_York	32.61574	-83.62664	94	Uorner-Robins,Vorner Robins,Vorner-Robins,WRB,Warner Robins,Wellston,York,varnara rabinsa,warnr rwbynz,warnrrabynz  jwrjya,warnz rwbnz  jarjya,Ворнер Робинс,Ворнер-Робінс,Уорнер-Робинс,وارنر روبينز,وارنررابینز، جورجیا,وارنز روبنز، جارجیا,वार्नर रबिन्स		GA	153		
4229490	Warren	warren	US	01083	0	America/New_York	34.3862	-85.048	201			GA	115		
4229517	Warrenton	warrenton	US	20186	1812	America/New_York	33.40708	-82.66208	159	Vorenton,warntn  jwrjya,waryntwn,Ворентон,وارنتن، جورجیا,وارنٹن، جارجیا,وارينتون	301	GA	301		
4229525	Warsaw	warsaw	US	14569	0	America/New_York	31.58994	-81.49511	4	Darien Junction,Old Darien Junction,Theo,Warsaw		GA	191		
4229528	Warthen	warthen	US	31094	0	America/New_York	33.10209	-82.80375	146	Warthen,Warthens Store		GA	303		
4229530	Warwick	warwick	US	01378	407	America/New_York	31.83101	-83.91879	83			GA	321		
4229537	Warsaw	warsaw	US	14569	0	America/New_York	34.01816	-84.1902	307			GA	121		
4229546	Washington	washington	US	03280	3981	America/New_York	33.73679	-82.73931	185	Fort Washington,Heards Fort,Vashington,Washington,vasingatana,washntn,washyngtn  jwrjya,Вашингтон,واشنطن,واشنگٹن، جارجیا,واشینگتن، جورجیا,वाशिङ्गटन	317	GA	317		
4229633	Waterford	waterford	US	04088	0	America/New_York	33.89566	-84.47354	294			GA	067		
4229634	Waterford	waterford	US	04088	0	America/New_York	33.95538	-84.28798	293			GA	089		
4229635	Waterford	waterford	US	04088	0	America/New_York	34.29121	-83.86712	340			GA	139		
4229642	Waterford	waterford	US	04088	0	America/New_York	33.90845	-83.32349	197			GA	059		
4229644	Waterloo	waterloo	US	13165	0	America/New_York	31.59352	-83.47433	112			GA	155		
4229662	Waters	waters	US	49797	0	America/New_York	32.75572	-81.66567	76			GA	251		
4229678	Waterville	waterville	US	04901	0	America/New_York	34.62397	-85.24829	245			GA	295		
4229691	Watkinsville	watkinsville	US	30677	2872	America/New_York	33.8629	-83.40877	219	Big Spring,Votkinsvil,Watkinsville,vatkingsabhila,watkynsfyl,Воткинсвил,واتكينسفيل,वाट्किंग्सभिल	219	GA	219		
4229738	Waverly	waverly	US	14892	0	America/New_York	33.49458	-82.05928	75			GA	245		
4229740	Waverly	waverly	US	14892	0	America/New_York	31.09579	-81.72261	6			GA	039		
4229763	Waycross	waycross	US	31501	14053	America/New_York	31.21368	-82.3557	39	AYS,Old Nine,Pendleton,Station Number 9,Tebeauville,Vejkros,Way Cross,Waycross,Yankee Town,vekrasa,waykrws,wykras  jwrjya,Вејкрос,وايكروس,ویکراس، جورجیا,وے کراس، جارجیا,वेक्रस	299	GA	299		
4229780	Wayne	wayne	US	04284	0	America/New_York	34.17621	-83.93463	348			GA	139		
4229791	Waynesboro	waynesboro	US	17268	5704	America/New_York	33.08987	-82.01567	88	Vejnsboro,Waynesboro,Waynesborough,venasbro,waynysbwrw,wynyzbwrw  jarjya,wynzbrw  jwrjya,Вејнсборо,واينيسبورو,وینزبرو، جورجیا,وینیزبورو، جارجیا,वेनस्ब्रो	033	GA	033		
4229802	Waynesville	waynesville	US	28785	0	America/New_York	31.22939	-81.78928	15			GA	025		
4229811	Wayside	wayside	US	24985	0	America/New_York	33.06125	-83.60489	195	Black Ankle,Lousy Level,Wayside		GA	169		
4229822	Weatherford	weatherford	US	73096	0	America/New_York	34.26732	-83.9174	360			GA	139		
4229824	Waverly Hall	waverly-hall	US	31831	823	America/New_York	32.68347	-84.73826	223			GA	145		
4229855	Webb	webb	US	36376	0	America/New_York	34.09732	-84.25937	323			GA	121		
4229856	Webb	webb	US	36376	0	America/New_York	34.65148	-84.50104	404			GA	123		
4229922	Welch	welch	US	24801	0	America/New_York	34.9712	-83.88101	551			GA	281		
4229925	Welcome	welcome	US	20693	0	America/New_York	33.3965	-84.87355	270			GA	077		
4229976	Wellington	wellington	US	33414	0	America/New_York	33.59344	-84.56243	299			GA	121		
4229977	Wellington	wellington	US	33414	0	America/New_York	32.48153	-84.90521	97			GA	215		
4230004	Wenona	wenona	US	61377	0	America/New_York	31.90545	-83.76684	101			GA	081		
4230013	Wesley	wesley	US	04686	0	America/New_York	32.4835	-82.33096	72			GA	107		
4230014	Wesley	wesley	US	04686	0	America/New_York	32.65903	-84.3302	212			GA	269		
4230162	West End	west-end	US	27376	0	America/New_York	33.73816	-84.41632	322	West End,White Hall		GA	121		
4230206	West Green	west-green	US	31567	0	America/New_York	31.61297	-82.73459	79	Garrant,The Twenty,West Green		GA	069		
4230226	West Hills	west-hills	US	91307	0	America/New_York	33.52708	-82.04234	82			GA	245		
4230259	West Point	west-point	US	10996	3728	America/New_York	32.87791	-85.18327	174	Franklin,Vest Pojnt,West Point,Westpoint,vesta po'inta,wstpynt  jwrjya,wyst bwynt,Вест Појнт,وستپینت، جورجیا,ويست بوينت,वेस्ट पोइन्ट		GA	285		
4230280	West Point	west-point	US	10996	3238	America/New_York	32.79347	-83.80741	145			GA	021		
4230338	Westbury	westbury	US	11590	0	America/New_York	33.86651	-83.44099	238			GA	219		
4230339	Westchester	westchester	US	60154	0	America/New_York	32.47656	-81.79456	65			GA	031		
4230340	Westchester	westchester	US	60154	0	America/New_York	33.96345	-83.43822	220			GA	059		
4230350	Westfield	westfield	US	01085	0	America/New_York	34.02816	-84.41715	323			GA	067		
4230351	Westfield	westfield	US	01085	0	America/New_York	32.81292	-83.71102	138			GA	021		
4230355	Westgate	westgate	US	50681	0	America/New_York	34.25871	-83.87157	382			GA	139		
4230356	Westgate	westgate	US	50681	0	America/New_York	31.60406	-84.2138	72			GA	095		
4230357	Westgate	westgate	US	50681	0	America/New_York	32.5057	-84.9291	110			GA	215		
4230365	Westhampton	westhampton	US	11977	0	America/New_York	31.61545	-84.23324	71			GA	095		
4230368	Westlake	westlake	US	44145	0	America/New_York	33.5468	-82.06234	69			GA	073		
4230369	Westlake	westlake	US	44145	0	America/New_York	32.48904	-83.48351	72	Buzzard Roost,West Lake,Westlake		GA	289		
4230384	Westmont	westmont	US	60559	0	America/New_York	33.49597	-82.14179	137			GA	073		
4230387	Weston	weston	US	02493	69	America/New_York	31.97599	-84.61492	155	Hard Money,Uehston,Weston,Уэстон		GA	307		
4230391	Westover	westover	US	16692	0	America/New_York	33.94649	-84.30159	309			GA	089		
4230392	Westover	westover	US	16692	0	America/New_York	33.39486	-81.99039	43			GA	245		
4230393	Westover	westover	US	16692	0	America/New_York	31.58934	-84.2113	59			GA	095		
4230399	Westport	westport	US	02790	0	America/New_York	33.55708	-82.06928	82			GA	073		
4230402	Westside	westside	US	51467	0	America/New_York	34.95813	-85.22329	217	West Side,Westside		GA	047		
4230403	Westside	westside	US	51467	0	America/New_York	34.27566	-83.84101	374			GA	139		
4230426	Westview	westview	US	40178	0	America/New_York	34.33927	-83.90685	348			GA	139		
4230427	Westview	westview	US	40178	0	America/New_York	32.82514	-83.69046	116			GA	021		
4230436	Westville	westville	US	08093	0	America/New_York	32.04099	-84.78965	142			GA	259		
4230439	Westwood	westwood	US	02090	0	America/New_York	31.73491	-83.29238	108			GA	017		
4230440	Westwood	westwood	US	02090	0	America/New_York	33.51736	-82.08456	113			GA	073		
4230441	Westwood	westwood	US	02090	0	America/New_York	31.59323	-84.22185	64			GA	095		
4230442	Westwood	westwood	US	02090	0	America/New_York	34.26593	-85.22634	189			GA	115		
4230476	Wheaton	wheaton	US	56296	0	America/New_York	31.75548	-82.28263	59			GA	001		
4230524	Whigham	whigham	US	39897	478	America/New_York	30.88297	-84.32379	86			GA	131		
4230567	White	white	US	15490	724	America/New_York	34.28287	-84.74521	262	Warford Roads,White		GA	015		
4230568	White	white	US	15490	0	America/New_York	34.32927	-83.88851	353			GA	139		
4230572	White Bluff	white-bluff	US	37187	0	America/New_York	31.98771	-81.12872	8			GA	051		
4230591	White City	white-city	US	66872	0	America/New_York	34.24954	-84.37715	366			GA	057		
4230592	White City	white-city	US	66872	0	America/New_York	33.73122	-84.80438	361			GA	097		
4230629	White Oak	white-oak	US	25989	0	America/New_York	31.03134	-81.73038	4			GA	039		
4230630	White Oak	white-oak	US	25989	0	America/New_York	33.40234	-84.74966	292			GA	077		
4230631	White Oak	white-oak	US	25989	0	America/New_York	34.97369	-85.27218	250			GA	295		
4230675	White Plains	white-plains	US	10601	291	America/New_York	33.47208	-83.03543	211	Fort Neil,White Plains		GA	133		
4230718	White Sulphur Springs	white-sulphur-springs	US	12787	0	America/New_York	34.33344	-83.75018	288	White Sulphur Spring,White Sulphur Springs		GA	139		
4230719	White Sulphur Springs	white-sulphur-springs	US	12787	0	America/New_York	32.90791	-84.80326	238	Brandywine Station,White Sulphur Springs		GA	199		
4230728	Whitehall	whitehall	US	12887	0	America/New_York	33.90706	-83.3571	191	White Hall,Whitehall		GA	059		
4230749	Whitehouse	whitehouse	US	08888	0	America/New_York	33.54317	-84.13742	245	White House,Whitehouse		GA	151		
4230789	Whitesburg	whitesburg	US	30185	596	America/New_York	33.494	-84.91383	259			GA	045		
4230795	Whitesville	whitesville	US	14897	0	America/New_York	32.81763	-85.03132	223	Goat-town,Mountain Creek,Whitesville		GA	145		
4230798	Whitewater	whitewater	US	53190	0	America/New_York	33.35873	-84.50243	249			GA	113		
4230805	Whitestone	whitestone	US	11357	0	America/New_York	34.56037	-84.51159	344			GA	123		
4230819	Whitfield	whitfield	US	39193	0	America/New_York	33.07707	-84.94799	226	Whitfield,Whitfield Crossing		GA	285		
4230848	Whitmire	whitmire	US	29178	0	America/New_York	34.41538	-83.80518	371			GA	139		
4230849	Whitmire	whitmire	US	29178	0	America/New_York	34.25843	-83.93324	349			GA	139		
4230854	Whitney	whitney	US	15693	0	America/New_York	33.72234	-83.71184	256	Gresham Station,Whitney		GA	297		
4230986	Wildwood	wildwood	US	08260	0	America/New_York	34.96341	-85.41107	207			GA	083		
4230987	Wildwood	wildwood	US	08260	0	America/New_York	31.81966	-81.61511	25			GA	179		
4230988	Wildwood	wildwood	US	08260	0	America/New_York	33.95816	-84.75855	321			GA	223		
4230989	Wildwood	wildwood	US	08260	0	America/New_York	33.0654	-85.07355	214			GA	285		
4230990	Wildwood	wildwood	US	08260	0	America/New_York	34.18899	-84.78994	263			GA	015		
4231012	Wiley	wiley	US	30581	0	America/New_York	34.79843	-83.42016	533			GA	241		
4231065	Willacoochee	willacoochee	US	31650	1393	America/New_York	31.34076	-83.04598	74	Willacoochee,Willicoochee		GA	003		
4231072	Willard	willard	US	14588	0	America/New_York	33.30735	-83.48378	169			GA	237		
4231101	Williams	williams	US	29493	0	America/New_York	32.10631	-81.25206	6	South Pooler,Williams,Williams Crossing		GA	051		
4231228	Williamsburg	williamsburg	US	01096	0	America/New_York	31.46406	-84.59797	61	Williamsburg,Williamsburg Crossroads,Williamsburgh		GA	037		
4231229	Williamsburg	williamsburg	US	01096	0	America/New_York	30.78272	-82.51263	37			GA	065		
4231230	Williamsburg	williamsburg	US	01096	0	America/New_York	31.49823	-84.11518	59			GA	095		
4231231	Williamsburg	williamsburg	US	01096	0	America/New_York	32.54181	-84.89299	133			GA	215		
4231238	Williamson	williamson	US	14589	356	America/New_York	33.18234	-84.36159	281	Driver,Stearnsville,Williamson		GA	231		
4231267	Williamstown	williamstown	US	01267	0	America/New_York	34.98036	-84.35353	454			GA	111		
4231313	Willow Creek	willow-creek	US	59760	0	America/New_York	34.07093	-84.50326	293			GA	067		
4231314	Willow Creek	willow-creek	US	59760	0	America/New_York	33.81872	-84.88022	348			GA	223		
4231320	Willow Lake	willow-lake	US	57278	0	America/New_York	32.47571	-83.89102	140			GA	193		
4231321	Willow Lake	willow-lake	US	57278	0	America/New_York	32.52931	-83.90435	152			GA	225		
4231352	Wilmington	wilmington	US	01887	0	America/New_York	31.98188	-80.99706	4			GA	051		
4231423	Wilsonville	wilsonville	US	35186	0	America/New_York	31.41076	-82.68097	47			GA	069		
4231442	Winchester	winchester	US	01890	0	America/New_York	32.41821	-83.95769	139			GA	193		
4231472	Windsor	windsor	US	01270	0	America/New_York	33.88011	-83.84157	272			GA	297		
4231486	Windsor Heights	windsor-heights	US	26075	0	America/New_York	33.88844	-84.37132	268			GA	121		
4231520	Winfield	winfield	US	17889	0	America/New_York	33.60624	-82.39679	151	Sharon Church,Winfield		GA	073		
4231523	Winder	winder	US	30680	15447	America/New_York	33.99261	-83.72017	301	Brandon,Jug Tavern,Jug Tavern Crossroads,Snodon,The Jug,Vajnder,WDR,Winder,vindara,wyndr,wyndr  jwrjya,Вајндер,ونڈر، جارجیا,ويندر,ویندر، جورجیا,विन्डर	013	GA	013		
4231558	Winston	winston	US	30187	0	America/New_York	33.72511	-84.82494	365	Winn,Winston,Winston Station		GA	097		
4231567	Winterville	winterville	US	28590	1172	America/New_York	33.96706	-83.27821	244	Winters,Winters Station,Winterville		GA	059		
4231725	Woodbine	woodbine	US	08270	1285	America/New_York	30.96396	-81.72416	4	Vudbajn,vudaba'ina,wwdbayn,wwdbayn  jwrjya,Вудбајн,وودباين,وودباین، جورجیا,ووڈبائن، جارجیا,वूडबाइन	039	GA	039		
4231733	Woodbridge	woodbridge	US	07095	0	America/New_York	33.55875	-82.15456	81			GA	073		
4231734	Woodbridge	woodbridge	US	07095	0	America/New_York	34.16927	-83.94657	366			GA	139		
4231735	Woodbridge	woodbridge	US	07095	0	America/New_York	31.61962	-84.2388	68			GA	095		
4231738	Woodbury	woodbury	US	05681	909	America/New_York	32.98374	-84.5827	252	Sandtown,Vudbari,Woodberry,Woodbury,Вудбари		GA	199		
4231759	Woodhaven	woodhaven	US	11421	0	America/New_York	30.80162	-81.70149	6			GA	039		
4231764	Woodlake	woodlake	US	75865	0	America/New_York	34.32649	-83.81184	354			GA	139		
4231765	Woodlake	woodlake	US	75865	0	America/New_York	34.17982	-83.97907	339			GA	139		
4231766	Woodlake	woodlake	US	75865	0	America/New_York	33.3957	-82.07706	81			GA	245		
4231767	Woodland	woodland	US	16881	0	America/New_York	33.51236	-82.11734	122			GA	073		
4231768	Woodland	woodland	US	16881	0	America/New_York	30.93213	-84.16046	90			GA	131		
4231769	Woodland	woodland	US	16881	367	America/New_York	32.78736	-84.56187	234	Pleasant Hill,Woodland		GA	263		
4231770	Woodland	woodland	US	16881	0	America/New_York	31.59462	-84.18769	65			GA	095		
4231781	Woodland Hills	woodland-hills	US	91364	0	America/New_York	33.8101	-84.34409	278			GA	089		
4231782	Woodland Hills	woodland-hills	US	91364	0	America/New_York	34.97924	-85.31274	202			GA	295		
4231783	Woodland Hills	woodland-hills	US	91364	0	America/New_York	33.92456	-83.38044	215			GA	059		
4231790	Woodland Park	woodland-park	US	80863	0	America/New_York	33.62817	-84.35298	281			GA	063		
4231795	Woodlawn	woodlawn	US	24381	0	America/New_York	33.70402	-82.44402	128	Hogan Corner,Leathersville,Woodlawn		GA	181		
4231796	Woodlawn	woodlawn	US	24381	0	America/New_York	33.38289	-84.29631	262			GA	151		
4231827	Woodmere	woodmere	US	11598	0	America/New_York	33.87733	-84.47771	279			GA	067		
4231874	Woodstock	woodstock	US	03293	29898	America/New_York	34.10149	-84.51938	295	Vudstok,vudstaka,wu de si tuo ke,wwdastwk  jwrjya,wwdstwk,Вудсток,ووداستوک، جورجیا,وودستوك,ووڈسٹاک، جارجیا,वूड्स्टक,伍德斯托克		GA	057		
4231894	Woodville	woodville	US	01784	0	America/New_York	32.09187	-81.14539	5			GA	051		
4231895	Woodville	woodville	US	01784	336	America/New_York	33.67151	-83.10599	214	Beeman,Woodville		GA	133		
4231899	Woodward	woodward	US	16882	0	America/New_York	33.80066	-84.41604	287			GA	121		
4231941	Wooster	wooster	US	44691	0	America/New_York	33.14179	-84.63021	269			GA	199		
4231974	Worth	worth	US	60482	0	America/New_York	31.75073	-83.67572	119			GA	287		
4231985	Worthville	worthville	US	15784	0	America/New_York	33.38984	-83.9213	200			GA	035		
4231997	Wrens	wrens	US	30833	2051	America/New_York	33.20765	-82.39179	123			GA	163		
4232005	Wray	wray	US	31798	0	America/New_York	31.62241	-83.05487	94			GA	155		
4232046	Wrightsboro	wrightsboro	US	78677	0	America/New_York	33.55041	-82.56902	120	Brandon,Wrightboro,Wrightsboro,Wrightsborough		GA	189		
4232049	Wrightsville	wrightsville	US	17368	3642	America/New_York	32.72933	-82.71986	105		167	GA	167		
4232124	Yatesville	yatesville	US	31097	341	America/New_York	32.91374	-84.14269	233			GA	293		
4232192	Yonkers	yonkers	US	10701	0	America/New_York	32.36628	-83.21654	87	Yonkers,Younker		GA	091		
4232193	York	york	US	03909	0	America/New_York	34.93537	-83.38905	653			GA	241		
4232202	Yorktown	yorktown	US	23690	0	America/New_York	33.94899	-84.02213	320			GA	135		
4232203	Yorkville	yorkville	US	13495	0	America/New_York	33.92427	-84.9955	415			GA	223		
4232246	Young Harris	young-harris	US	30582	1325	America/New_York	34.93315	-83.84712	586	Jang Kharis,McTyeire,Young Harris,yang harys  jwrjya,yanga hyaris,ywngh harys,Јанг Харис,يونغ هاريس,یانگ هاریس، جورجیا,یونگ ہررس، جارجیا,यंग ह्यारिस्		GA	281		
4232281	Youngstown	youngstown	US	14174	0	America/New_York	34.87981	-83.9788	569			GA	291		
4232282	Youngwood	youngwood	US	15697	0	America/New_York	31.17023	-81.38565	2			GA	127		
4232290	Ypsilanti	ypsilanti	US	48197	0	America/New_York	32.74264	-84.41325	192	Red Bone,Ypsilanti,Ypsillanti		GA	263		
4232291	Yukon	yukon	US	15698	0	America/New_York	34.62731	-84.46798	477			GA	123		
4232307	Zebulon	zebulon	US	27597	0	America/New_York	33.18376	-83.0007	143			GA	141		
4232308	Zebulon	zebulon	US	27597	1153	America/New_York	33.10235	-84.3427	263		231	GA	231		
4232318	Zeigler	zeigler	US	62999	0	America/New_York	32.75183	-81.73011	87			GA	251		
4232469	Zion	zion	US	60099	0	America/New_York	31.86381	-82.17984	47			GA	001		
4232480	Abbot	abbot	US	04406	0	America/Chicago	37.55727	-88.69895	148			IL	151		
4232500	Adams	adams	US	01220	0	America/Chicago	39.86532	-91.1982	235	Adams,Newtown		IL	001	10019	
4232522	Addieville	addieville	US	62214	243	America/Chicago	38.39144	-89.49009	143			IL	189	55483	
4232532	Advance	advance	US	27006	0	America/Chicago	39.15671	-88.02892	174			IL	079	30887	
4232564	Albers	albers	US	62215	1174	America/Chicago	38.54338	-89.61231	134			IL	027	44667	
4232568	Albion	albion	US	02802	1932	America/Chicago	38.37755	-88.05615	159	Albion,albywn,albywn  aylynwy,elbiyana,Албион,آلبیون، ایلینوی,ألبيون,البیون، الینوائے,एल्बियन	047	IL	047		
4232584	Aladdin	aladdin	US	82710	0	America/Chicago	39.71643	-91.3232	141			IL	149	43003	
4232590	Alexander	alexander	US	14005	0	America/Chicago	39.72449	-90.03817	201			IL	137		
4232599	Alhambra	alhambra	US	62001	661	America/Chicago	38.88838	-89.73148	172	Al'gambra,Альгамбра		IL	119	00750	
4232609	Alda	alda	US	68810	0	America/Chicago	38.46283	-89.23674	141			IL	189	37790	
4232624	Allendale	allendale	US	07401	460	America/Chicago	38.52671	-87.70975	150			IL	185		
4232633	Allerton	allerton	US	50008	287	America/Chicago	39.9117	-87.93642	214			IL	183	69849	
4232649	Alma	alma	US	14708	315	America/Chicago	38.72171	-88.90922	190			IL	121	00932	
4232653	Alsey	alsey	US	62610	217	America/Chicago	39.5606	-90.43401	192	Alsey,Smithfield		IL	171		
4232662	Altamont	altamont	US	12009	2308	America/Chicago	39.06199	-88.74811	189	Altamont,altamonta,altamwnt,altamwnt  aylynwy,Алтамонт,آلتامونت، ایلینوی,ألتامونت,المتامونت، الینوائے,अल्तामोन्ट		IL	049	50725	
4232663	Altamont	altamont	US	12009	0	America/Chicago	38.9231	-90.20983	195			IL	119	30107	
4232675	Alto Pass	alto-pass	US	62905	382	America/Chicago	37.57033	-89.31759	228	Alto Pass,Alto Station,Quetil		IL	181		
4232679	Alton	alton	US	03809	27003	America/Chicago	38.8906	-90.18428	150	ALN,Alton (Illinois),Olton,altana,altwn,altwn  aylynwy,eltana,Олтон,آلتون، ایلینوی,آلٹن، الینوائے,ألتون,आल्टन,एल्टन		IL	119	01127	
4232725	Ames	ames	US	50010	0	America/Chicago	38.14672	-90.05455	143			IL	133		
4232728	Amity	amity	US	15311	0	America/Chicago	38.77644	-87.9242	144			IL	159	29028	
4232735	Anderson	anderson	US	29621	0	America/Chicago	39.98227	-90.15901	187			IL	017	57550	
4232736	Anderson	anderson	US	29621	0	America/Chicago	39.34394	-89.8451	195			IL	117	11209	
4232765	Andrew	andrew	US	52030	0	America/Chicago	39.89561	-89.6401	177			IL	167	25323	
4232776	Anna	anna	US	45302	4321	America/Chicago	37.46033	-89.24703	192	Ana,an'na,ana,ana  aylynwy,enna,Ана,آنا,آنا، الینوائے,آنا، ایلینوی,एन्ना,アンナ		IL	181		
4232790	Annapolis	annapolis	US	21401	55	America/Chicago	39.14448	-87.8167	177	Annapolis,Spencerville		IL	033	61470	
4232850	Applegate	applegate	US	48401	0	America/Chicago	38.79282	-87.7967	132			IL	101	59377	
4232852	Arcadia	arcadia	US	15712	0	America/Chicago	39.83921	-90.24484	184			IL	137		
4232856	Archer	archer	US	32618	0	America/Chicago	39.78144	-89.73594	184			IL	167	18160	
4232860	Archie	archie	US	64725	0	America/Chicago	39.8942	-87.82836	212			IL	183	69849	
4232862	Arcola	arcola	US	38722	2884	America/Chicago	39.68476	-88.30644	206			IL	041	01894	
4232872	Arenzville	arenzville	US	62611	389	America/Chicago	39.87699	-90.37346	153	Arenzville,Arrenzville		IL	017	01959	
4232876	Argenta	argenta	US	62501	912	America/Chicago	39.98198	-88.82285	209			IL	115	27988	
4232884	Arlington Heights	arlington-heights	US	02475	0	America/Chicago	39.81977	-89.60149	177			IL	167	11046	
4232901	Arnold	arnold	US	21012	0	America/Chicago	39.72116	-90.14512	195			IL	137		
4232911	Arthur	arthur	US	37707	2288	America/Chicago	39.71476	-88.47228	202	Arther,Arthur		IL	041	07458	
4232953	Ashland	ashland	US	01721	1256	America/Chicago	39.88783	-90.00789	193			IL	017	02518	
4232964	Ashley	ashley	US	43003	507	America/Chicago	38.32949	-89.19091	167			IL	189	02544	
4232973	Ashmore	ashmore	US	61912	766	America/Chicago	39.53309	-88.02226	211			IL	029	02570	
4232987	Assumption	assumption	US	62510	1116	America/Chicago	39.52032	-89.04897	197			IL	021	02622	
4232997	Athens	athens	US	04912	1938	America/Chicago	39.96088	-89.72399	183	Ejtens,athyna,atn  aylynwy,ethensa,Ејтенс,آتن، ایلینوی,أثينا,ایتھنز، الینوائے,एथेन्स		IL	129		
4233012	Atlas	atlas	US	48411	0	America/Chicago	39.51394	-90.96958	149			IL	149	02791	
4233020	Atwater	atwater	US	44201	0	America/Chicago	39.33283	-89.72509	193			IL	117	69121	
4233022	Atwood	atwood	US	38220	1191	America/Chicago	39.79948	-88.46228	204			IL	041	28755	
4233029	Auburn	auburn	US	01501	4793	America/Chicago	39.59172	-89.74649	191			IL	167	02928	
4233069	Ava	ava	US	13303	637	America/Chicago	37.88838	-89.49482	184	Ava,Ava Station		IL	077	07731	
4233090	Aviston	aviston	US	62216	2084	America/Chicago	38.60672	-89.60759	143	Aviston,Aviston Station,Hecker		IL	027	73365	
4233116	Bainbridge	bainbridge	US	13733	0	America/Chicago	37.73394	-88.99313	132	Bainbridge,Bainbridge Station		IL	199		
4233151	Baldwin	baldwin	US	11510	349	America/Chicago	38.18311	-89.8426	140	Bolduin,Болдуин		IL	157		
4233188	Bannister	bannister	US	48807	0	America/Chicago	38.61894	-88.85978	159			IL	121	72598	
4233200	Barclay	barclay	US	21607	0	America/Chicago	39.87477	-89.51788	174			IL	167	81776	
4233221	Barnett	barnett	US	65011	0	America/Chicago	38.85449	-89.88454	163	Barnett,Barnett Siding		IL	119	32421	
4233222	Barnett	barnett	US	65011	0	America/Chicago	39.26449	-89.69731	200			IL	135	53949	
4233232	Barnhill	barnhill	US	62809	0	America/Chicago	38.28449	-88.36421	121			IL	191	03753	
4233253	Barrow	barrow	US	99723	0	America/Chicago	39.50616	-90.40151	199	Barrow,Barrow Station		IL	061	65494	
4233255	Barry	barry	US	56210	1274	America/Chicago	39.69421	-91.03902	218	Barry,Worcester		IL	149	03974	
4233261	Bartelso	bartelso	US	62218	601	America/Chicago	38.53644	-89.46647	137			IL	027	67652	
4233288	Batchtown	batchtown	US	62006	206	America/Chicago	39.0331	-90.65762	177			IL	013		
4233292	Bates	bates	US	97817	0	America/Chicago	39.72422	-89.84955	195			IL	167	52181	
4233309	Bay City	bay-city	US	48706	0	America/Chicago	37.24894	-88.49671	103			IL	151		
4233324	Baylis	baylis	US	62314	200	America/Chicago	39.72838	-90.90819	263	Baylis,Pineville		IL	149	52818	
4233396	Beaver Creek	beaver-creek	US	56116	0	America/Chicago	38.76755	-89.39369	153	Beaver Creek,Beavercreek,Wisetown		IL	005	49321	
4233430	Beckemeyer	beckemeyer	US	62219	1016	America/Chicago	38.6056	-89.43592	140	Beckemeyer,Buxton		IL	027	78344	
4233440	Bedford	bedford	US	01730	0	America/Chicago	39.52921	-90.58429	134			IL	149	50192	
4233467	Beecher City	beecher-city	US	62414	456	America/Chicago	39.1881	-88.78673	187			IL	049	43159	
4233492	Belknap	belknap	US	62908	105	America/Chicago	37.32505	-88.93896	123			IL	087		
4233518	Belle Rive	belle-rive	US	62810	359	America/Chicago	38.23283	-88.74062	146	Belle Rive,Bellerive		IL	081	58564	
4233526	Belleview	belleview	US	34420	0	America/Chicago	39.35088	-90.78124	142			IL	013		
4233541	Bellmont	bellmont	US	62811	270	America/Chicago	38.38449	-87.91142	129	Bellmont,Belmont		IL	185		
4233552	Bement	bement	US	61813	1683	America/Chicago	39.92198	-88.57201	208			IL	147	05157	
4233572	Benld	benld	US	62009	1488	America/Chicago	39.09282	-89.80398	192	Beneld,ben er de,benlda,bnld,bnld  aylynwy,Бенелд,بنلد,بنلد، ایلینوی,بنلڈ، الینوائے,बेन्ल्ड,本尔德		IL	117	10357	
4233584	Bennington	bennington	US	03442	0	America/Chicago	38.52422	-88.13143	127	Bennington,Blood		IL	047		
4233586	Benton	benton	US	17814	7041	America/Chicago	37.99672	-88.92007	144	Benton,benatana,benteon,bntwn,bntwn  aylynwy,Бентон,بنتون,بنتون، ایلینوی,بینٹن، الینوائے,बेनटन,벤턴	055	IL	055	05313	
4233627	Berlin	berlin	US	01503	179	America/Chicago	39.75894	-89.90316	194			IL	167	37881	
4233634	Berry	berry	US	35546	0	America/Chicago	39.7131	-89.47092	180	Berry,Clarksville,Custer,Mortaraville,South Fork		IL	167	16223	
4233650	Berryville	berryville	US	22611	0	America/Chicago	38.59949	-87.92864	153			IL	159	07289	
4233651	Berryville	berryville	US	22611	0	America/Chicago	37.45699	-89.28786	145			IL	181		
4233658	Bessie	bessie	US	73622	0	America/Chicago	37.99727	-88.81256	142			IL	055	21735	
4233662	Bethalto	bethalto	US	62010	9349	America/Chicago	38.90921	-90.04066	160	Betalto,bethalo,bthaltw,Беталто,بثالتو,बेथालो		IL	119	83284	
4233670	Bethany	bethany	US	06524	1322	America/Chicago	39.64559	-88.73813	198			IL	139	47124	
4233699	Bethel	bethel	US	04217	0	America/Chicago	39.89726	-87.54446	205	Bethel,Long,Munroe,Quaker Point		IL	183	44953	
4233813	Belleville	belleville	US	07109	42034	America/Chicago	38.52005	-89.98399	157	BLV,Belleville,Bellvill,Belvil,belbil,belebhila,berubiru,blfyl,blwyl  aylynwy,Белвил,Беллвилл,Беллвілл,بلفيل,بلویل، ایلینوی,بیلویل، الینوائے,बेलेभिल,ベルビル,벨빌	163	IL	163	04858	
4233820	Beverly	beverly	US	01915	0	America/Chicago	39.79338	-90.99097	253			IL	001	05742	
4233841	Big Bay	big-bay	US	49808	0	America/Chicago	37.31672	-88.72172	106	Big Bay,Big Bay Station,McNoel		IL	127		
4233923	Bingham	bingham	US	04920	83	America/Chicago	39.11421	-89.21341	183			IL	051	70876	
4233956	Bixby	bixby	US	65439	0	America/Chicago	38.49311	-90.22372	125			IL	163	73456	
4233958	Black	black	US	36314	0	America/Chicago	38.46783	-88.10282	141	Black,Blacks Store		IL	047		
4234020	Blair	blair	US	25022	0	America/Chicago	38.04477	-89.74205	153			IL	157		
4234027	Blairsville	blairsville	US	15717	0	America/Chicago	38.16838	-88.46422	117			IL	065	04481	
4234028	Blairsville	blairsville	US	15717	0	America/Chicago	37.81116	-89.12369	122			IL	199		
4234053	Bloomfield	bloomfield	US	06002	0	America/Chicago	39.75948	-87.68252	194			IL	045	22502	
4234054	Bloomfield	bloomfield	US	06002	0	America/Chicago	37.45255	-88.87506	128			IL	087		
4234055	Bloomfield	bloomfield	US	06002	0	America/Chicago	39.65199	-90.55624	136			IL	171		
4234081	Blue Mound	blue-mound	US	62513	1111	America/Chicago	39.70115	-89.12314	190	Blue Mound,Bluemound		IL	115	60677	
4234088	Blue Point	blue-point	US	11715	0	America/Chicago	39.11949	-88.71006	192	Blue Point,Bluepoint		IL	049	49763	
4234089	Blue Point	blue-point	US	11715	0	America/Chicago	38.54255	-88.48922	155			IL	191	37387	
4234109	Bluff City	bluff-city	US	37618	0	America/Chicago	38.96393	-89.04645	157			IL	051	77330	
4234120	Bluff Springs	bluff-springs	US	62622	0	America/Chicago	39.98783	-90.34596	150			IL	017	06938	
4234125	Bluffs	bluffs	US	62621	677	America/Chicago	39.75199	-90.53513	143	Bluff City,Bluffs		IL	171		
4234131	Bluford	bluford	US	62814	673	America/Chicago	38.33088	-88.72589	159			IL	081	79514	
4234139	Boaz	boaz	US	35956	0	America/Chicago	37.29172	-88.89979	110			IL	127		
4234167	Bolivia	bolivia	US	28422	0	America/Chicago	39.74227	-89.34703	185			IL	021	50842	
4234198	Bone Gap	bone-gap	US	62815	242	America/Chicago	38.44755	-87.99587	140	Bone Gap,Bonegap		IL	047		
4234209	Bonnie	bonnie	US	62816	385	America/Chicago	38.20283	-88.9034	130			IL	081	72039	
4234217	Boody	boody	US	62514	276	America/Chicago	39.76643	-89.04924	208			IL	115	06769	
4234259	Boulder	boulder	US	59632	0	America/Chicago	38.69671	-89.22563	142			IL	027	21748	
4234266	Bourbon	bourbon	US	46504	0	America/Chicago	39.74559	-88.37894	201			IL	041	07458	
4234300	Boyd	boyd	US	54726	0	America/Chicago	38.41366	-89.0134	159			IL	081	65377	
4234327	Braden	braden	US	38010	0	America/Chicago	37.99644	-88.61617	139			IL	065	26324	
4234339	Boyle	boyle	US	38730	0	America/Chicago	39.28338	-90.57734	128			IL	061	06860	
4234360	Breckenridge	breckenridge	US	48615	0	America/Chicago	39.69894	-89.44759	179			IL	167	16223	
4234362	Breese	breese	US	62230	4506	America/Chicago	38.6106	-89.52703	138	Breese,Briz,Shoal Creek,brisa,brys,bryz  aylynwy,Бриз,بريس,بریز، الینوائے,بریز، ایلینوی,ब्रीस		IL	027	07926	
4234369	Bremen	bremen	US	04551	0	America/Chicago	37.97116	-89.74733	171	Bremen,New Bremen		IL	157		
4234416	Bridgeport	bridgeport	US	06601	1792	America/Chicago	38.70588	-87.76003	135			IL	101	08199	
4234436	Brighton	brighton	US	02135	2198	America/Chicago	39.03977	-90.14066	202	Brajton,Брайтон		IL	117	08277	
4234464	Broadlands	broadlands	US	61816	356	America/Chicago	39.90865	-87.9942	207			IL	019	03246	
4234468	Brocton	brocton	US	14716	301	America/Chicago	39.71559	-87.93253	202			IL	045	23958	
4234474	Brooklyn	brooklyn	US	06234	715	America/Chicago	38.65866	-90.16594	126	Brooklyn,Bruklin,Lovejoy,Бруклин		IL	163	72741	
4234477	Brookport	brookport	US	62910	930	America/Chicago	37.12367	-88.63033	104	Brooklyn,Brookport,Brukport,Pellonia,brukaporta,brwkbwrt,Брукпорт,بروكبورت,بروک پورٹ، الینوائے,بروک‌پورت، ایلینوی,ब्रूकपोर्ट		IL	127		
4234481	Brooks	brooks	US	04921	0	America/Chicago	38.77422	-90.09011	128	Brooks,Brookside		IL	119	14260	
4234497	Brookville	brookville	US	15825	0	America/Chicago	39.03949	-88.06615	167			IL	079	36659	
4234499	Broughton	broughton	US	62817	190	America/Chicago	37.93477	-88.46199	115			IL	065	47657	
4234550	Brownfield	brownfield	US	04010	0	America/Chicago	37.34561	-88.60699	106	Brownfield,New Brownfield		IL	151		
4234560	Browns	browns	US	62818	132	America/Chicago	38.37699	-87.98309	122	Browns,Frazier		IL	047		
4234577	Brownstown	brownstown	US	17508	747	America/Chicago	38.99588	-88.95284	181			IL	051	56913	
4234582	Brownsville	brownsville	US	05037	0	America/Chicago	38.04144	-88.24476	126			IL	193	11306	
4234590	Bruce	bruce	US	38915	0	America/Chicago	39.51892	-88.5945	195	Bruce,Bruce Station		IL	139	81451	
4234671	Brussels	brussels	US	54204	136	America/Chicago	38.94949	-90.58873	159	Brasels,Bruxellae,braselsa,brwsl,Браселс,بروسل,ब्रसेल्स		IL	013		
4234734	Buckhorn	buckhorn	US	41721	0	America/Chicago	39.93671	-90.83596	219	Buck Horn,Buckhorn		IL	009	42561	
4234753	Buckner	buckner	US	40010	451	America/Chicago	37.98311	-89.01618	123			IL	055	08940	
4234760	Buena Vista	buena-vista	US	15018	0	America/Chicago	37.73838	-88.57616	122			IL	165	33149	
4234762	Buffalo	buffalo	US	14201	490	America/Chicago	39.85255	-89.4087	187	Buffalo,Буффало		IL	167	48034	
4234790	Bulpitt	bulpitt	US	62517	215	America/Chicago	39.59172	-89.42398	183			IL	021	70798	
4234796	Buncombe	buncombe	US	62912	204	America/Chicago	37.47144	-88.97702	158			IL	087		
4234810	Bunker Hill	bunker-hill	US	25413	1716	America/Chicago	39.04282	-89.95177	202	Bunker Hill,Bunkerhill,Lincoln,Wolf Ridge		IL	117	09590	
4234862	Burlingame	burlingame	US	66413	0	America/Chicago	39.92366	-90.16345	190			IL	017	59481	
4234876	Burnt Prairie	burnt-prairie	US	62820	52	America/Chicago	38.25171	-88.26143	136	Burnt Prairie,Liberty		IL	193	49360	
4234892	Burton	burton	US	26562	0	America/Chicago	39.90477	-91.24903	200			IL	001	10019	
4234905	Bush	bush	US	40724	274	America/Chicago	37.84338	-89.13119	125			IL	199		
4234911	Bushton	bushton	US	67427	0	America/Chicago	39.59226	-88.13865	207	Brushton,Bushton		IL	029	50400	
4234916	Butler	butler	US	07405	175	America/Chicago	39.19949	-89.53398	193			IL	135	10175	
4234954	Cache	cache	US	73527	0	America/Chicago	37.10005	-89.26147	102	Beech Ridge,Beechridge,Cache,Trinity		IL	003		
4234963	Cadiz	cadiz	US	42211	0	America/Chicago	37.57922	-88.22642	171			IL	069		
4234964	Cadwell	cadwell	US	31009	0	America/Chicago	39.68114	-88.52172	204			IL	139	38609	
4234985	Cairo	cairo	US	12413	2467	America/Chicago	37.00533	-89.17646	95	CIR,Kejro,Kero,alqahrt,kai luo,kairo,qahrh  aylynwy,qhyr,siyaro,Кейро,Керо,קהיר,القاهرة,قاهره، ایلینوی,کائرو، الینوائے,सियरो,カイロ,开罗	003	IL	003		
4235014	Calhoun	calhoun	US	30701	171	America/Chicago	38.65033	-88.04365	166	Calhoun,Fairview		IL	159	46006	
4235063	Calvin	calvin	US	16622	0	America/Chicago	38.2081	-88.01864	133			IL	193	59507	
4235067	Camargo	camargo	US	61919	446	America/Chicago	39.80031	-88.16393	201			IL	041	10604	
4235075	Cambria	cambria	US	53923	1265	America/Chicago	37.78144	-89.11925	130	Cambria,Reeves		IL	199		
4235078	Camden	camden	US	04843	0	America/Chicago	38.97366	-90.46345	132			IL	083	62354	
4235119	Campbell	campbell	US	14821	0	America/Chicago	39.39587	-88.21115	214	Campbell,Farmington		IL	029	60469	
4235120	Campbell	campbell	US	14821	0	America/Chicago	38.35894	-88.46366	125			IL	191	05950	
4235127	Campbell Hill	campbell-hill	US	62916	324	America/Chicago	37.93005	-89.54899	171	Campbell Hill,Campbell Hill Station		IL	077	07731	
4235144	Campton	campton	US	03223	0	America/Chicago	37.92838	-89.80205	166			IL	157		
4235177	Cantrall	cantrall	US	62625	139	America/Chicago	39.93783	-89.67594	181			IL	167	25323	
4235193	Carbondale	carbondale	US	18407	26399	America/Chicago	37.72727	-89.21675	126	Karbondejl,MDH,Карбондейл		IL	077	11170	
4235211	Carlinville	carlinville	US	62626	5665	America/Chicago	39.27977	-89.88177	191	Karlinvil,karalinabhila,karlynfyl,karlynwyl  aylynwy,Карлинвил,كارلينفيل,کارلنویل، الینوائے,کارلینویل، ایلینوی,कारलिनभिल	117	IL	117	11209	
4235227	Carbon	carbon	US	47837	0	America/Chicago	38.59394	-89.93927	167			IL	163	11657	
4236478	Covington	covington	US	16917	0	America/Chicago	38.45477	-89.43592	144			IL	189	17042	
4235229	Carlyle	carlyle	US	62231	3224	America/Chicago	38.61033	-89.37258	139	Carlisle,Carlyle,Fredonia,Karlajl,karalili,karlayl  aylynwy,karlyl,Карлајл,كارليل,کارلائل، الینوائے,کارلایل، ایلینوی,कारलीली	027	IL	027	11241	
4235246	Carmi	carmi	US	62821	5119	America/Chicago	38.09088	-88.15865	120	Karmaj,karmi,karmy  aylynwy,krmy,Кармај,كرمي,کارمی، الینوائے,کارمی، ایلینوی,कार्मी	193	IL	193	11306	
4235265	Carpenter	carpenter	US	50426	0	America/Chicago	38.89199	-89.89427	162			IL	119	32421	
4235274	Carrier Mills	carrier-mills	US	62917	1625	America/Chicago	37.68422	-88.63283	118	Carrier Mills,Carrier's Mills,Carriers Mills,Cat Hide,Cat Skin,Morrillsville		IL	165	11404	
4235288	Carrollton	carrollton	US	23314	2429	America/Chicago	39.30227	-90.40706	189	Karolton,kaeleolteon,karwltwn,karwltwn  aylynwy,kyarolatana,Каролтон,كارولتون,کارلٹن، الینوائے,کارولتون، ایلینوی,क्यारोलटन,캐럴턴	061	IL	061	11475	
4235311	Carterville	carterville	US	62918	5818	America/Chicago	37.76005	-89.0773	138	Kartervil,kartarabhila,kartrwyl  aylynwy,Картервил,کارترویل، ایلینوی,کیٹرویل، الینوائے,कार्टरभिल		IL	199		
4235334	Casey	casey	US	50048	2709	America/Chicago	39.2992	-87.99253	197			IL	023	11631	
4235346	Cascade	cascade	US	21719	0	America/Chicago	39.67033	-89.49204	177			IL	167	16574	
4235355	Caseyville	caseyville	US	62232	4045	America/Chicago	38.63672	-90.02566	138			IL	163	11657	
4235415	Cave-in-Rock	cave-in-rock	US	62919	318	America/Chicago	37.46922	-88.16531	113	Cave in Rock,Cave-in-Rock		IL	069		
4235444	Cedar Park	cedar-park	US	78613	0	America/Chicago	38.7556	-90.104	128			IL	119	14260	
4235502	Centerville	centerville	US	02632	0	America/Chicago	39.10088	-89.97816	199			IL	117	35242	
4235503	Centerville	centerville	US	02632	0	America/Chicago	39.55838	-90.02928	193			IL	137		
4235504	Centerville	centerville	US	02632	0	America/Chicago	38.2006	-88.16615	155			IL	193	09902	
4235535	Central City	central-city	US	15926	1129	America/Chicago	38.54894	-89.12701	148			IL	121	12177	
4235587	Centralia	centralia	US	62801	12655	America/Chicago	38.52505	-89.1334	150	ENL,Sentrejlija,sntrylya  aylynwy,syntralya,Сентрејлија,سنتریلیا، ایلینوی,سينتراليا,سینٹریلیا، الینوائے		IL	121	12177	
4235600	Centreville	centreville	US	20120	5027	America/Chicago	38.58338	-90.12511	126	Centerville,Centreville,Fireworks,Sentervil,sentarabhila,sntrfyl,sntrwyl  aylynwy,Сентервил,سنترفيل,سنترویل، ایلینوی,سینٹرویل، الینوائے,सेन्टरभिल		IL	163	12210	
4235607	Cerro Gordo	cerro-gordo	US	28430	1353	America/Chicago	39.89059	-88.72813	226	Cerro Gordo,Cerrogordo		IL	147	12275	
4235625	Chambersburg	chambersburg	US	17201	0	America/Chicago	39.81727	-90.65735	142	Chambersburg,Chambersburgh		IL	149	12359	
4235645	Chapin	chapin	US	29036	575	America/Chicago	39.88142	-88.77396	204			IL	115	54859	
4235646	Chapin	chapin	US	29036	498	America/Chicago	39.76588	-90.39901	189			IL	137		
4235651	Chapman	chapman	US	36015	0	America/Chicago	39.1056	-89.31702	195			IL	135	26090	
4235668	Charleston	charleston	US	04422	21196	America/Chicago	39.49615	-88.17615	204	Charlston,carlsatana,charlztwn  aylynwy,tsharlstwn,Чарлстон,تشارلستون,چارلزتون، ایلینوی,چارلسٹن، الینوائے,चार्ल्सटन	029	IL	029	12580	
4235683	Chatham	chatham	US	02633	12351	America/Chicago	39.67616	-89.70454	184			IL	167	12697	
4235689	Chauncey	chauncey	US	25612	0	America/Chicago	38.83532	-87.87086	149			IL	101	59377	
4235691	Chautauqua	chautauqua	US	14722	0	America/Chicago	38.96449	-90.38567	133	Babbs Hollow,Chautauqua,Piasa Bluffs		IL	083	23789	
4235714	Cherry Point	cherry-point	US	28533	0	America/Chicago	39.7992	-87.72114	199	Cherry Point,Cherry Point City,Cherrypoint		IL	045	65923	
4235724	Chester	chester	US	01011	8588	America/Chicago	37.91366	-89.82205	204	Chester,cestara,chstr  aylynwy,qie si te,tshystr,Честер,تشيستر,چستر، ایلینوی,چیسٹر، الینوائے,चेस्टर,切斯特	157	IL	157		
4235730	Chesterfield	chesterfield	US	01012	182	America/Chicago	39.25505	-90.06316	180			IL	117	13178	
4235732	Chesterville	chesterville	US	43317	0	America/Chicago	39.70337	-88.39116	199	Chesterville,Chesterville Station		IL	041	07458	
4235759	Choctaw	choctaw	US	72028	0	America/Chicago	39.28226	-87.72142	172			IL	023	01465	
4235766	Chrisman	chrisman	US	61924	1272	America/Chicago	39.80365	-87.67364	196			IL	045	65923	
4235804	Christopher	christopher	US	62822	2779	America/Chicago	37.97255	-89.05341	134	Kristofer,Kristofur,krisatapahara,krystwfr,krystwfr  aylynwy,Кристофер,Кристофър,كريستوفر,کرسٹوفر، الینوائے,کریستوفر، ایلینوی,क्रिसटपहर		IL	055	76576	
4235905	Cincinnati	cincinnati	US	45201	0	America/Chicago	38.40088	-88.51199	128			IL	191	05521	
4235915	Cisne	cisne	US	62823	659	America/Chicago	38.51588	-88.43755	140			IL	191	04559	
4235937	Claremont	claremont	US	03743	175	America/Chicago	38.71949	-87.97142	155	Klermont,Клермонт		IL	159	14546	
4235941	Clark	clark	US	07066	0	America/Chicago	39.25977	-90.5779	128			IL	061	83401	
4235969	Clarksburg	clarksburg	US	15725	0	America/Chicago	39.33004	-88.74173	189			IL	173	14637	
4235970	Clarksburg	clarksburg	US	15725	0	America/Chicago	39.3181	-88.76451	186	Clarksburg,Clarksburg IL		IL	173	14637	
4235973	Clarksdale	clarksdale	US	38614	0	America/Chicago	39.48977	-89.36787	191			IL	021	04325	
4235974	Clarksville	clarksville	US	12041	0	America/Chicago	39.4517	-87.79781	200	Clarksville,Dolson		IL	023	20279	
4235980	Clay City	clay-city	US	40312	929	America/Chicago	38.68866	-88.35421	132			IL	025	14728	
4236000	Claysville	claysville	US	15323	0	America/Chicago	39.86727	-89.90039	186	Claysville,Clayville		IL	167	11579	
4236022	Clear Lake	clear-lake	US	50428	228	America/Chicago	39.81366	-89.56871	174	Clear Lake Village		IL	167	14858	
4236038	Cleburne	cleburne	US	76031	0	America/Chicago	37.93588	-89.05369	128			IL	055	70070	
4236052	Clifford	clifford	US	18413	0	America/Chicago	37.82366	-89.0773	119			IL	199		
4236102	Cobden	cobden	US	62920	1139	America/Chicago	37.53144	-89.25342	179	Cobden,Cobden Station,South Pass		IL	181		
4236118	Cody	cody	US	69211	0	America/Chicago	39.77088	-89.72399	186			IL	167	11046	
4236119	Coello	coello	US	62825	553	America/Chicago	37.99422	-89.0673	143	Coello,North City		IL	055	76576	
4236124	Coffeen	coffeen	US	62017	665	America/Chicago	39.08921	-89.39064	192			IL	135	21761	
4236153	Coleman	coleman	US	33521	0	America/Chicago	39.76116	-89.68621	183			IL	167	83310	
4236180	Collins	collins	US	14034	0	America/Chicago	38.02088	-89.94789	121			IL	157		
4236191	Collinsville	collinsville	US	06022	24754	America/Chicago	38.67033	-89.98455	171	Kolinsvil,Kollinsvil',klynsfyl,klynzwyl  aylynwy,kolinsabhila,Колинсвил,Коллинсвиль,كلينسفيل,کلینزویل، ایلینوی,کولنزویل، الینوائے,कोलिन्सभिल		IL	119	15612	
4236204	Colp	colp	US	62921	224	America/Chicago	37.80533	-89.08008	122			IL	199		
4236206	Columbia	columbia	US	06237	10191	America/Chicago	38.44366	-90.20122	153	Kolambija,Kolumbija,klmbya  aylynwy,kolambiya,kwlwmbya,Коламбија,Колумбия,كولومبيا,کلمبیا، ایلینوی,کولمبیا، الینوائے,कोलम्बिया		IL	133		
4236222	Columbus	columbus	US	08022	99	America/Chicago	39.9881	-91.14681	220	Kolumbus,Колумбус		IL	001	15859	
4236234	Comer	comer	US	30629	0	America/Chicago	39.2931	-89.97066	188			IL	117	06067	
4236257	Concord	concord	US	01742	165	America/Chicago	39.81671	-90.3729	180	Konkord,Конкорд		IL	137		
4236313	Conrad	conrad	US	50621	0	America/Chicago	38.92533	-90.61707	190			IL	013		
4236371	Cooperstown	cooperstown	US	13326	0	America/Chicago	39.96394	-90.60652	193			IL	009	16262	
4236387	Cora	cora	US	25614	0	America/Chicago	37.82394	-89.67038	112			IL	077	19148	
4236392	Corinth	corinth	US	04427	0	America/Chicago	37.81894	-88.77645	158			IL	199		
4236408	Cornland	cornland	US	62519	93	America/Chicago	39.93727	-89.40232	184			IL	107	23282	
4236420	Cottage Grove	cottage-grove	US	38224	0	America/Chicago	37.7481	-88.4106	128	Cottage Grove,Cottagegrove		IL	165	16535	
4236423	Cottage Hills	cottage-hills	US	62018	0	America/Chicago	38.9031	-90.07011	156			IL	119	83284	
4236437	Cottonwood	cottonwood	US	36320	0	America/Chicago	37.88921	-88.21309	125	Cotton Wood,Cottonwood		IL	059	02427	
4236454	Coulterville	coulterville	US	62237	913	America/Chicago	38.18644	-89.60565	169	Coultersville,Coulterville		IL	157		
4236479	Covington	covington	US	16917	0	America/Chicago	38.3981	-88.49227	125			IL	191	05521	
4236486	Cowden	cowden	US	62422	583	America/Chicago	39.24838	-88.86229	182	Cowden,Cowden City		IL	173	20851	
4236506	Crab Orchard	crab-orchard	US	25827	333	America/Chicago	37.72922	-88.80423	148	Crab Orchard,Craborchard		IL	199		
4236588	Creal Springs	creal-springs	US	62922	532	America/Chicago	37.61949	-88.83673	155	Creal Springs,Eau Mineral		IL	199		
4236606	Crest Hill	crest-hill	US	60403	0	America/Chicago	38.5395	-90.07705	167			IL	163	72988	
4236609	Crestwood	crestwood	US	40014	0	America/Chicago	37.6045	-88.94007	167			IL	199		
4236673	Crossroads	crossroads	US	88114	0	America/Chicago	37.34894	-88.81756	135	Crossroads,Crossroads Store		IL	087		
4236674	Crossroads	crossroads	US	88114	0	America/Chicago	38.59255	-89.96649	173	Crossroads,Ridge Prairie		IL	163	11657	
4236687	Crossville	crossville	US	35962	724	America/Chicago	38.16171	-88.06531	121			IL	193	59507	
4236732	Cumberland	cumberland	US	02864	0	America/Chicago	39.30393	-87.97781	193			IL	023	11631	
4236757	Curran	curran	US	48728	211	America/Chicago	39.74227	-89.77205	190			IL	167	18160	
4236766	Cushman	cushman	US	72526	0	America/Chicago	39.66003	-88.62423	204	Cushman,Cushman Station		IL	139	73508	
4236768	Cutler	cutler	US	04626	422	America/Chicago	38.03227	-89.56565	152	Cutler,Cutler Station		IL	145		
4236773	Cypress	cypress	US	32432	236	America/Chicago	37.36505	-89.01813	119			IL	087		
4236786	Dahlgren	dahlgren	US	22448	506	America/Chicago	38.1981	-88.6845	157			IL	065	18316	
4236793	Dale	dale	US	14039	0	America/Chicago	37.99505	-88.49172	122			IL	065	76472	
4236804	Dalton City	dalton-city	US	61925	527	America/Chicago	39.71198	-88.80452	208			IL	139	20344	
4236824	Darwin	darwin	US	55324	0	America/Chicago	39.28337	-87.61197	142			IL	023	18680	
4236853	Dawson	dawson	US	15428	496	America/Chicago	39.85283	-89.46343	182			IL	167	48034	
4236879	De Soto	de-soto	US	31743	1575	America/Chicago	37.81755	-89.22786	122	De Soto,Desoto		IL	077	19629	
4236895	Decatur	decatur	US	30030	73254	America/Chicago	39.84031	-88.9548	205	DEC,Decatur,Dekaturo,Dekejter,Dekejtur,dekatara,di kai te,dikatura,dikeiteo,diketa,diketara,dikhe the xr,dykadwr,dykytwr  aylynwy,Декейтер,Декејтур,ديكادور,دیکیتور، ایلینوی,ڈیکاٹر، الینوائے,डिकॅटर,डेकाटर,ডিকাটুর,ดิเคเทอร์,ディケーター,迪凯特,디케이터	115	IL	115	18836	
4236950	Delafield	delafield	US	53018	0	America/Chicago	38.14783	-88.60283	126			IL	065	18316	
4236954	Delhi	delhi	US	13753	0	America/Chicago	39.04532	-90.25595	183	Delhi,Lurtons		IL	083	59598	
4236976	Denmark	denmark	US	04022	0	America/Chicago	37.99755	-89.49732	134			IL	145		
4237000	Derby	derby	US	05829	0	America/Chicago	37.62894	-88.3856	145			IL	165	50803	
4237004	Detroit	detroit	US	04929	81	America/Chicago	39.6206	-90.67679	195	Detroit,Детроит		IL	149	19694	
4237019	Dexter	dexter	US	04930	0	America/Chicago	39.08088	-88.68339	182			IL	049	38063	
4237023	Diamond City	diamond-city	US	72630	0	America/Chicago	38.08921	-88.55255	135			IL	065	45837	
4237040	Diana	diana	US	26217	0	America/Chicago	38.09977	-88.75145	150			IL	055	53637	
4237047	Dieterich	dieterich	US	62424	609	America/Chicago	39.06199	-88.37977	179			IL	049	06145	
4237076	Divernon	divernon	US	62530	1156	America/Chicago	39.56561	-89.65732	187			IL	167	20058	
4237081	Divide	divide	US	59727	0	America/Chicago	38.44699	-88.82978	165			IL	081	25986	
4237085	Dix	dix	US	62830	457	America/Chicago	38.44172	-88.93756	183	Dix,Rome		IL	081	65377	
4237100	Dixon Springs	dixon-springs	US	37057	0	America/Chicago	37.3845	-88.66866	147			IL	151		
4237155	Dongola	dongola	US	62926	712	America/Chicago	37.36116	-89.16591	120			IL	181		
4237168	Donnellson	donnellson	US	52625	205	America/Chicago	39.02782	-89.47342	187			IL	135	31836	
4237178	Dorchester	dorchester	US	02121	146	America/Chicago	39.0856	-89.8876	200			IL	117	29249	
4237186	Dorsey	dorsey	US	62021	0	America/Chicago	38.97366	-90.00149	179	Dorsey,Dorsey Station		IL	119	50465	
4237201	Douglas	douglas	US	01516	0	America/Chicago	38.42449	-89.98261	142			IL	163	70265	
4237233	Dow	dow	US	62022	0	America/Chicago	39.01338	-90.3415	205			IL	083	49672	
4237236	Dowell	dowell	US	20629	392	America/Chicago	37.93977	-89.23786	122			IL	077	23217	
4237309	Du Bois	du-bois	US	15801	199	America/Chicago	38.22394	-89.2123	159	Caloma,Du Bois,DuBois,Dubois		IL	189	20877	
4237312	Du Quoin	du-quoin	US	62832	5949	America/Chicago	38.01144	-89.23619	142	Du Quoin,Du Quoin City,Duquoin		IL	145		
4237338	Dudley	dudley	US	01571	0	America/Chicago	39.5767	-87.85003	218			IL	045	30822	
4237361	Duncanville	duncanville	US	35456	0	America/Chicago	38.95477	-87.69558	162	Duncanville,Duncanville Station		IL	033	35970	
4237363	Dundas	dundas	US	23938	0	America/Chicago	38.83505	-88.08504	144			IL	159	61847	
4237383	Dupo	dupo	US	62239	3921	America/Chicago	38.51616	-90.21039	127			IL	163	73456	
4237422	Duvall	duvall	US	98019	0	America/Chicago	39.4792	-88.79035	207	Duval,Duvall		IL	173	55457	
4237435	Eagle	eagle	US	48822	0	America/Chicago	37.65116	-88.39282	116			IL	165	50803	
4237473	East Alton	east-alton	US	62024	6176	America/Chicago	38.88033	-90.11122	132			IL	119	83284	
4237494	East Carondelet	east-carondelet	US	62240	473	America/Chicago	38.542	-90.23289	125	East Carondelet,Henryville		IL	163	73456	
4237579	East Saint Louis	east-saint-louis	US	62201	27006	America/Chicago	38.6245	-90.15094	127	East Saint Louis,East St. Louis,Illinoistown		IL	163		
4237598	East Springfield	east-springfield	US	13333	0	America/Chicago	39.79811	-89.62732	183			IL	167	11046	
4237664	Eddyville	eddyville	US	42038	95	America/Chicago	37.49894	-88.58783	213			IL	151		
4237668	Eden	eden	US	05652	0	America/Chicago	38.12061	-89.6676	163			IL	157		
4237670	Edgar	edgar	US	54426	0	America/Chicago	39.75559	-87.70114	198			IL	045	22502	
4237676	Edgemont	edgemont	US	19028	0	America/Chicago	38.59366	-90.06372	129			IL	163		
4237680	Edgewood	edgewood	US	21040	430	America/Chicago	38.9206	-88.66144	175			IL	049	47462	
4237687	Edinburg	edinburg	US	16116	1051	America/Chicago	39.65727	-89.38953	180	Edinburg,Edinburgh,Ehdinburg,Эдинбург		IL	021	09239	
4237717	Edwardsville	edwardsville	US	22456	24992	America/Chicago	38.81144	-89.95316	165	Edvardsvil,adwardzwyl  aylynwy,adwrdsfyl,edvardasbhila,Едвардсвил,إدوردسفيل,ادواردزویل، ایلینوی,ایڈورڈزویل، الینوائے,एड्वार्डस्भिल	119	IL	119	22710	
4237727	Effingham	effingham	US	03882	12604	America/Chicago	39.12004	-88.54338	182	Efingkham,afynghm,ephingahyama,Ефингхам,إفينغم,افینگ‌هام، ایلینوی,ایفنگھم، الینوائے,एफिंगह्याम	049	IL	049	20474	
4237759	Elbridge	elbridge	US	13060	0	America/Chicago	39.51253	-87.5828	208			IL	045	22912	
4237762	Elco	elco	US	15434	0	America/Chicago	37.30061	-89.26592	113	Elco,Elco Station,Toledo		IL	003		
4237767	Eldorado	eldorado	US	45321	4064	America/Chicago	37.81366	-88.4381	119	El Dorado,Eldorado,Eldorejdo,aldwradw,aldwradw  aylynwy,eldorado,Елдорејдо,إلدورادو,الدورادو، ایلینوی,ایل ڈوراڈو، الینوائے,एल्डोराडो		IL	165	21709	
4237777	Eldred	eldred	US	12732	194	America/Chicago	39.28755	-90.55234	136			IL	061	06860	
4237790	Elizabethtown	elizabethtown	US	12932	287	America/Chicago	37.44588	-88.30504	111	Ehlizabettaun,Элизабеттаун	069	IL	069		
4237806	Elkton	elkton	US	21921	0	America/Chicago	38.29172	-89.55676	152	Elkhorn,Elkton		IL	189	54599	
4237807	Elkville	elkville	US	62932	904	America/Chicago	37.91005	-89.23592	122			IL	077	23217	
4237815	Ellery	ellery	US	62833	0	America/Chicago	38.35477	-88.14865	131			IL	191		
4237831	Ellis	ellis	US	67637	0	America/Chicago	39.59005	-89.52898	181			IL	021	70798	
4237832	Ellis	ellis	US	67637	0	America/Chicago	39.94672	-89.59871	180			IL	167	25323	
4237838	Ellis Grove	ellis-grove	US	62241	353	America/Chicago	38.00894	-89.90594	166	Ellis Grove,Ellisgrove,Florence		IL	157		
4237889	Elsah	elsah	US	62028	632	America/Chicago	38.95616	-90.35984	132	Elsa,Elsah,Jersey Landing		IL	083	23789	
4237900	Elwin	elwin	US	62532	0	America/Chicago	39.77893	-88.98008	218	Elwin,South Wheatland		IL	115	71357	
4237924	Emery	emery	US	57332	0	America/Chicago	39.9792	-88.95119	209			IL	115	47085	
4237927	Embarrass	embarrass	US	54933	0	America/Chicago	39.51726	-88.09115	201			IL	029	02570	
4237930	Emma	emma	US	62834	0	America/Chicago	37.97477	-88.12031	112	Concord,Emma		IL	193	24088	
4237953	Energy	energy	US	62933	1145	America/Chicago	37.77394	-89.02646	140	Energy,Fordville		IL	199		
4237956	Enfield	enfield	US	03748	580	America/Chicago	38.09949	-88.33754	148			IL	193	24192	
4237978	Enterprise	enterprise	US	26568	0	America/Chicago	38.52227	-88.35755	133	Enterprise,Pinch,Union		IL	191	23685	
4237987	Epworth	epworth	US	30541	0	America/Chicago	38.0706	-88.10615	120	Epworth,Hawthorn Station		IL	193	33591	
4237989	Equality	equality	US	36026	556	America/Chicago	37.73394	-88.34338	125			IL	059	24361	
4238003	Etna	etna	US	03750	0	America/Chicago	39.38948	-88.41977	201	Aetna,Etna		IL	029	57615	
4238033	Evansville	evansville	US	47701	675	America/Chicago	38.09033	-89.93844	119	Ehvansvill,Эвансвилл		IL	157		
4238049	Ewing	ewing	US	24248	304	America/Chicago	38.08866	-88.85229	143	Juing,Юинг		IL	055	24686	
4238064	Exeter	exeter	US	02822	62	America/Chicago	39.72088	-90.49651	168			IL	171		
4238077	Fairbanks	fairbanks	US	47849	0	America/Chicago	39.71726	-88.53006	207			IL	139	45083	
4238081	Fairfield	fairfield	US	04937	5040	America/Chicago	38.37894	-88.35977	134	Ferfild,Feurfild,fyrfyld,fyrfyld  aylynwy,pheyaraphilda,Ферфилд,Феърфилд,فيرفيلد,فیئرفیلڈ، الینوائے,فیرفیلد، ایلینوی,फेयरफिल्ड	191	IL	191	31953	
4238096	Fairland	fairland	US	46126	0	America/Chicago	39.87642	-88.10171	199			IL	041	51427	
4238102	Fairmont	fairmont	US	26554	0	America/Chicago	38.90894	-90.21428	190	Fairmont,Fairmount		IL	119	30107	
4238113	Fairview	fairview	US	07022	0	America/Chicago	37.41588	-88.3567	118			IL	069		
4238132	Fairview Heights	fairview-heights	US	62208	16827	America/Chicago	38.58894	-89.99038	178	Fairview,Fairview Heights		IL	163	11657	
4238185	Fall Creek	fall-creek	US	54742	0	America/Chicago	39.77893	-91.30237	145	Fall Creek,Fallcreek		IL	001	25258	
4238194	Falmouth	falmouth	US	02540	0	America/Chicago	39.05476	-88.14559	167			IL	079	78357	
4238196	Fancher	fancher	US	14452	0	America/Chicago	39.26754	-88.77312	186			IL	173	35567	
4238206	Fargo	fargo	US	31631	0	America/Chicago	39.97366	-90.85485	227	Fargo,Mount Pleasant		IL	009	42561	
4238210	Farina	farina	US	62838	512	America/Chicago	38.83421	-88.77228	177			IL	051	40533	
4238226	Farmersville	farmersville	US	45325	703	America/Chicago	39.44339	-89.65176	196			IL	135		
4238229	Farmingdale	farmingdale	US	04344	0	America/Chicago	39.82283	-89.80622	177			IL	167	28651	
4238244	Fayette	fayette	US	13065	0	America/Chicago	39.32005	-90.15372	171			IL	061	64824	
4238252	Fayetteville	fayetteville	US	13066	343	America/Chicago	38.37755	-89.79538	126	Cote de Divide,Fayetteville,Horse Prairie Town,Jefferson,Lafayette,Turkey Hill,Washington		IL	163	25726	
4238255	Fayville	fayville	US	01745	0	America/Chicago	37.16477	-89.42675	105	Fayville,Santa Fe		IL	003		
4238291	Fidelity	fidelity	US	62030	109	America/Chicago	39.15282	-90.16455	194			IL	083	25973	
4238296	Fieldon	fieldon	US	62031	228	America/Chicago	39.10866	-90.49845	211			IL	083	63745	
4238310	Fillmore	fillmore	US	14735	321	America/Chicago	39.11532	-89.27897	193			IL	135	26090	
4238324	Findlay	findlay	US	45839	653	America/Chicago	39.52254	-88.75368	207	Findli,Финдли		IL	173	75588	
4238754	Flat Rock	flat-rock	US	28731	325	America/Chicago	38.90171	-87.67169	153	Flat Rock,Flatrock		IL	033	35970	
4238761	Flatwoods	flatwoods	US	26621	0	America/Chicago	37.42366	-88.72422	160	Flat Woods,Flatwoods		IL	087		
4238772	Flint	flint	US	48501	0	America/Chicago	38.06338	-88.62728	155	Flint,Mellonville		IL	065	40299	
4238777	Flora	flora	US	39071	4944	America/Chicago	38.66894	-88.4856	150	Flora,flwra,flwra  aylynwy,phlora,Флора,فلورا,فلورا، الینوائے,فلورا، ایلینوی,फ्लोरा		IL	025	33266	
4238785	Florence	florence	US	01062	37	America/Chicago	39.62727	-90.61068	138	Augusta,Florence,Florencija,Флоренция		IL	149	19694	
4238850	Forman	forman	US	58032	0	America/Chicago	37.34672	-88.90729	107			IL	087		
4238858	Forsyth	forsyth	US	31029	3584	America/Chicago	39.93254	-88.95119	207	Forsyth,Forsythe		IL	115	34527	
4238903	Fountain	fountain	US	27829	0	America/Chicago	38.36255	-90.28289	125			IL	133		
4238914	Four Corners	four-corners	US	82715	0	America/Chicago	38.71838	-90.07566	126			IL	119	51583	
4238963	Francis	francis	US	74844	0	America/Chicago	37.89977	-88.4531	116			IL	165	63030	
4238970	Frankfort	frankfort	US	04438	0	America/Chicago	37.90005	-88.90229	145			IL	055	27611	
4238975	Franklin	franklin	US	02038	597	America/Chicago	39.62033	-90.044	208	Franklin,Франклин		IL	137		
4239030	Fredonia	fredonia	US	14063	0	America/Chicago	37.77088	-89.11952	129	Fredonia,Fredonia Station		IL	199		
4239058	Freeburg	freeburg	US	17827	4241	America/Chicago	38.42755	-89.91371	155	Freeburg,Freeburgh		IL	163	27819	
4239077	Freeman Spur	freeman-spur	US	62841	291	America/Chicago	37.86116	-88.99729	120	Freeman Spur,Freemanspur		IL	199		
4239101	French Village	french-village	US	63036	0	America/Chicago	38.60033	-90.05011	142	French Village,Little French Village		IL	163	10968	
4239134	Friendsville	friendsville	US	18818	0	America/Chicago	38.5031	-87.81642	144			IL	185		
4239141	Frisco	frisco	US	27936	0	America/Chicago	38.11338	-88.77839	140			IL	055	53637	
4239195	Fults	fults	US	62244	26	America/Chicago	38.16616	-90.21595	120	Brownsburg Station,Fults		IL	133		
4239207	Furman	furman	US	29921	0	America/Chicago	38.60144	-89.96677	168			IL	163	11657	
4239218	Galatia	galatia	US	62935	917	America/Chicago	37.8406	-88.60922	127	Galatia,Gallatia		IL	165	28274	
4239226	Gallagher	gallagher	US	25083	0	America/Chicago	38.63449	-88.16726	135			IL	159	18862	
4239267	Garland	garland	US	04939	0	America/Chicago	39.71837	-87.81142	205			IL	045	69498	
4239273	Garnerville	garnerville	US	10923	0	America/Chicago	38.11449	-88.05309	119			IL	193	33591	
4239274	Garrett	garrett	US	15542	162	America/Chicago	39.79864	-88.42422	204			IL	041	28755	
4239278	Garrison	garrison	US	10524	0	America/Chicago	38.24838	-88.51922	133			IL	065	17809	
4239314	Geff	geff	US	62842	310	America/Chicago	38.44255	-88.40421	140	Geff,Jeffersonville		IL	191	41755	
4239337	Georgetown	georgetown	US	01833	3363	America/Chicago	39.97531	-87.63585	204			IL	183	28976	
4239368	Germantown	germantown	US	12526	1285	America/Chicago	38.55366	-89.53842	131	Germantown,Hanover		IL	027	29054	
4239388	Gibsonia	gibsonia	US	15044	0	America/Chicago	37.64699	-88.26254	110			IL	059	07536	
4239392	Gila	gila	US	88038	0	America/Chicago	39.11282	-88.26032	175			IL	079	31888	
4239399	Gilead	gilead	US	68362	0	America/Chicago	39.12422	-90.66734	143			IL	013		
4239423	Gillespie	gillespie	US	62033	3176	America/Chicago	39.12977	-89.81954	200	Gilespi,Gillispie,ghylysby,glspy  aylynwy,jilepsi,Гилеспи,غيليسبي,گلسپی، الینوائے,گلسپی، ایلینوی,जिलेप्सी		IL	117	29249	
4239438	Gilmore	gilmore	US	72339	0	America/Chicago	38.97782	-89.62009	180			IL	005	69641	
4239439	Gilmore	gilmore	US	72339	0	America/Chicago	38.98754	-88.71755	177			IL	049	79891	
4239459	Glasgow	glasgow	US	16644	135	America/Chicago	39.5506	-90.48012	178			IL	171		
4239465	Glen Carbon	glen-carbon	US	62034	12966	America/Chicago	38.74838	-89.98316	142	Glen Carbon,Glen Karbon,Peters,ghln karbwn,glena karbana,Глен Карбон,غلن كاربون,ग्लेन कार्बन		IL	119	22710	
4239473	Glenarm	glenarm	US	62536	0	America/Chicago	39.62366	-89.64899	182			IL	167	03506	
4239475	Glendale	glendale	US	01229	0	America/Chicago	37.45561	-88.67144	126			IL	151		
4239476	Glendale	glendale	US	01229	0	America/Chicago	39.9281	-91.36154	200			IL	001	62380	
4239481	Glenn	glenn	US	49416	0	America/Chicago	37.80366	-89.58065	118			IL	077	40104	
4239483	Girard	girard	US	16417	2027	America/Chicago	39.44644	-89.78093	204	Girard,Otter Creek,Pleasant Grove,Waytown		IL	117	29405	
4239485	Glenview	glenview	US	40025	0	America/Chicago	38.58699	-89.93732	170	Glen View,Glenview		IL	163	11657	
4239509	Godfrey	godfrey	US	62035	17759	America/Chicago	38.9556	-90.18678	186	Gadfri,Godfrey,Godfrey Station,Monticello,gadphre,ghwdfry,Гадфри,غودفري,गड्फ्रे		IL	119	30107	
4239519	Golconda	golconda	US	62938	629	America/Chicago	37.36727	-88.48643	108	Golconda,Sarahsville	151	IL	151		
4239533	Golden Eagle	golden-eagle	US	62036	0	America/Chicago	38.89338	-90.57901	205			IL	013		
4239536	Golden Gate	golden-gate	US	62843	68	America/Chicago	38.35949	-88.20421	121	Golden Gate,Goldengate		IL	191	42626	
4239595	Gordon	gordon	US	17936	0	America/Chicago	39.0081	-87.68475	148	Gordon,Gordons		IL	033	41833	
4239597	Goreville	goreville	US	62939	1062	America/Chicago	37.5545	-88.97229	224	Goresville,Goreville		IL	087		
4239605	Gorham	gorham	US	03581	233	America/Chicago	37.71838	-89.48593	111	Gorkhehm,Горхэм		IL	077	67522	
4239660	Grafton	grafton	US	01519	653	America/Chicago	38.97005	-90.4315	137	Grafton,graftwn  aylynwy,graphtana,jraftwn,Графтон,جرافتون,گرافتون، ایلینوی,گریفٹن، الینوائے,ग्राफ्टन		IL	083	62354	
4239675	Grand Chain	grand-chain	US	62941	271	America/Chicago	37.25172	-89.0234	120			IL	153		
4239696	Grand Tower	grand-tower	US	62942	588	America/Chicago	37.62644	-89.49787	110	Grand Tauer,ghrand tawr,grnd tawr  aylynwy,gryanda tavara,Гранд Тауер,غراند تاور,گرند تاور، ایلینوی,گرینڈ ٹاور، الینوائے,ग्र्यान्ड टावर		IL	077	30783	
4239702	Grandview	grandview	US	37337	1427	America/Chicago	39.81644	-89.61871	182			IL	167	72013	
4240304	Harrisonville	harrisonville	US	08039	0	America/Chicago	38.27755	-90.35012	121			IL	133		
4240306	Harristown	harristown	US	62537	1332	America/Chicago	39.85393	-89.08397	210			IL	115	33240	
4239714	Granite City	granite-city	US	62040	29054	America/Chicago	38.70144	-90.14872	129	Granit Siti,Granite City,Kinder,ghranyt syty,grena'ita siti,Гранит Сити,غرانيت سيتي,گرانیت‌سیتی، ایلینوی,گرینائٹ سٹی، الینوائے,ग्रेनाइट सिटी		IL	119	30939	
4239737	Grantsburg	grantsburg	US	47123	0	America/Chicago	37.39089	-88.747	114	Grantsburg,Grantsburgh		IL	087		
4239773	Grayville	grayville	US	62844	1626	America/Chicago	38.25755	-87.99364	131	Bonpas,Florence,Graysville,Grayville,Oxford		IL	193	31069	
4239789	Green Castle	green-castle	US	63544	0	America/Chicago	38.88838	-89.74509	169			IL	119	00750	
4239796	Green Creek	green-creek	US	08219	0	America/Chicago	39.20282	-88.52338	187			IL	049	20474	
4239831	Greendale	greendale	US	53129	0	America/Chicago	38.62977	-88.69783	159	Fredrickstown,Greendale		IL	025	83752	
4239840	Greenfield	greenfield	US	01301	1020	America/Chicago	39.34366	-90.21261	179	Grinfild,Гринфилд		IL	061	64824	
4239858	Greenup	greenup	US	41144	1495	America/Chicago	39.24782	-88.16337	181			IL	035	31537	
4239867	Greenville	greenville	US	02828	6666	America/Chicago	38.89227	-89.41314	188	GRE,Grinvil,Grinvill,ghrynfyl,grinabhila,Гринвил,Гринвилл,غرينفيل,گرینویل، الینوائے,گرین‌ویل، ایلینوی,ग्रीनभिल	005	IL	005	12112	
4239932	Griggsville	griggsville	US	62340	1176	America/Chicago	39.70894	-90.72457	215	Grigsvil,Grigsville,ghryghsfyl,grigsabhila,grygzwyl  aylynwy,Григсвил,غريغسفيل,گرگزویل، الینوائے,گریگزویل، ایلینوی,ग्रिग्सभिल		IL	149	31784	
4239969	Grinnell	grinnell	US	50112	0	America/Chicago	37.27922	-88.87228	123	Grinnel,Grinnell		IL	127		
4239973	Grove City	grove-city	US	16127	0	America/Chicago	39.70671	-89.29703	185			IL	021	50842	
4239986	Grubbs	grubbs	US	72431	0	America/Chicago	37.9345	-89.3637	118			IL	077	77538	
4240037	Hadley	hadley	US	01035	0	America/Chicago	38.71949	-87.90864	153	Hadley,Hadley Station		IL	101	14299	
4240038	Hadley	hadley	US	01035	0	America/Chicago	39.7056	-90.97263	228	Hadley,Hadley Station		IL	149	32070	
4240047	Hagaman	hagaman	US	12086	0	America/Chicago	39.31032	-90.07816	158			IL	117	80229	
4240048	Hagarstown	hagarstown	US	62247	0	America/Chicago	38.94338	-89.1684	162	Hagarstown,Hagerstown		IL	051	04377	
4240114	Halsey	halsey	US	69142	0	America/Chicago	37.56727	-89.45287	108			IL	181		
4240129	Hamburg	hamburg	US	07419	0	America/Chicago	38.86616	-89.2748	155	Hamburg,New Hamburg		IL	005	60586	
4240130	Hamburg	hamburg	US	07419	123	America/Chicago	39.23005	-90.71762	135	Hamburg,Hamburgh		IL	013		
4240137	Hamel	hamel	US	55340	806	America/Chicago	38.88894	-89.84538	167			IL	119	32421	
4240161	Hammond	hammond	US	13646	483	America/Chicago	39.79698	-88.59173	205	Khammond,Хаммонд		IL	147	76888	
4240174	Logan	logan	US	25601	327	America/Chicago	37.95588	-88.84034	147	Hanaford,Logan		IL	055	05313	
4240195	Hanson	hanson	US	02341	0	America/Chicago	39.21727	-89.11091	197			IL	173	55145	
4240209	Hardin	hardin	US	42048	934	America/Chicago	39.15671	-90.6179	136		013	IL	013		
4240230	Harmony	harmony	US	02829	0	America/Chicago	38.40727	-88.79284	165			IL	081	25648	
4240270	Harris	harris	US	12742	0	America/Chicago	39.67642	-87.7053	204			IL	045	57641	
4241636	Island Grove	island-grove	US	32654	0	America/Chicago	39.72422	-89.96094	201			IL	167	52181	
4241655	Iuka	iuka	US	38852	472	America/Chicago	38.61616	-88.79033	158	Iuka,Middleton		IL	121	37946	
4240284	Harrisburg	harrisburg	US	17101	8891	America/Chicago	37.73838	-88.54061	121	Garrisberg,Garrisburg,HSB,Harrisburg,Harrisburg (Illinois),Harrisburgh,Kharisburg,haeliseubeogeu,harysbwrgh,hryzbrg  aylynwy,hyarisabarga,Гаррисберг,Гаррісбург,Харисбург,هاريسبورغ,هریزبرگ، ایلینوی,ہیرزبرگ، الینوائے,ह्यारिसबर्ग,해리스버그	165	IL	165	33149	
4240292	Harrison	harrison	US	04040	970	America/Chicago	37.79672	-89.33703	124			IL	077	70408	
4240319	Hartford	hartford	US	05047	1382	America/Chicago	38.83338	-90.09594	131	Hartford,Khartford,Saint Marie,Хартфорд		IL	119	14260	
4240320	Hartford	hartford	US	05047	0	America/Chicago	37.80477	-88.66561	133			IL	165	09122	
4240340	Hartsville	hartsville	US	29550	0	America/Chicago	37.53588	-88.48282	156			IL	151		
4240348	Harvel	harvel	US	62538	216	America/Chicago	39.35616	-89.53232	194			IL	135	33370	
4240359	Hastings	hastings	US	13076	0	America/Chicago	39.9092	-87.89142	210			IL	183	69849	
4240394	Hayes	hayes	US	23072	0	America/Chicago	39.86253	-88.28116	211			IL	041	76420	
4240404	Haynes	haynes	US	72341	0	America/Chicago	39.84949	-89.29648	185			IL	167	37140	
4240444	Heathsville	heathsville	US	22473	0	America/Chicago	38.89671	-87.5678	150	Heathsville,Heathville		IL	033	50205	
4240454	Hecker	hecker	US	62248	488	America/Chicago	38.30505	-89.99427	144	Freedom,Hecker		IL	133		
4240481	Helena	helena	US	13649	0	America/Chicago	38.61421	-87.86392	140			IL	101	45200	
4240483	Helm	helm	US	93627	0	America/Chicago	38.51116	-88.70867	148			IL	121	65455	
4240496	Henderson	henderson	US	13650	309	America/Chicago	39.15588	-89.79537	204			IL	117	10357	
4240523	Herald	herald	US	95638	0	America/Chicago	37.96643	-88.18143	129			IL	193	34228	
4240534	Herod	herod	US	62947	0	America/Chicago	37.58033	-88.43615	129			IL	151		
4240537	Herrick	herrick	US	57538	424	America/Chicago	39.22032	-88.98452	183			IL	173	34345	
4240540	Herrin	herrin	US	62948	12910	America/Chicago	37.80311	-89.02757	128	Herrin,Herrin's Prairie,Kherin,herrina,hryn  aylynwy,hyryn,Херин,هرین، ایلینوی,هيرين,ہیرین، الینوائے,हेर्रिन		IL	199		
4240586	Hettick	hettick	US	62649	174	America/Chicago	39.35505	-90.03705	182			IL	117	03792	
4240587	Hickory Corners	hickory-corners	US	49060	0	America/Chicago	37.99449	-89.00229	141			IL	055	08940	
4240595	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	39.93644	-91.31098	225			IL	001	23412	
4240659	Hidalgo	hidalgo	US	62432	105	America/Chicago	39.15587	-88.14698	177			IL	079	17653	
4240679	Highland	highland	US	12528	9848	America/Chicago	38.73949	-89.6712	161	Khajland,hayland,haylnd  aylynwy,Хајланд,هايلاند,هایلند، ایلینوی,ہائی لینڈ، الینوائے		IL	119	33981	
4240700	Hildreth	hildreth	US	68947	0	America/Chicago	39.86559	-87.83558	217			IL	045	84064	
4240702	Hill	hill	US	03243	0	America/Chicago	38.93032	-88.52116	163			IL	049	76654	
4240758	Hilltop	hilltop	US	25855	0	America/Chicago	38.59227	-90.05122	143			IL	163		
4240760	Hillview	hillview	US	40129	186	America/Chicago	39.4506	-90.54124	134	Happyville Station,Hillview		IL	061	58096	
4240772	Hindsboro	hindsboro	US	61930	307	America/Chicago	39.68503	-88.13365	195	Hindsboro,Hinesboro,Hinesborough		IL	041	07497	
4240782	Hillsboro	hillsboro	US	21641	5726	America/Chicago	39.16128	-89.4954	193	Hillsboro,Hillsborough,Khillsboro,Хиллсборо	135	IL	135	35060	
4240808	Hoffman	hoffman	US	28347	494	America/Chicago	38.54144	-89.26369	139			IL	027	40871	
4240848	Holden	holden	US	01520	0	America/Chicago	38.05144	-89.24175	137			IL	145		
4240862	Holland	holland	US	01521	0	America/Chicago	39.21588	-88.74895	186			IL	049	43159	
4240866	Holliday	holliday	US	65258	0	America/Chicago	39.21643	-88.82479	183			IL	173	20851	
4240995	Horace	horace	US	58047	0	America/Chicago	39.72031	-87.70669	200			IL	045	22502	
4241004	Hornsby	hornsby	US	38044	0	America/Chicago	39.1706	-89.74509	204	Clyde,Hornsby		IL	117	10357	
4241066	Houston	houston	US	15342	0	America/Chicago	38.15922	-89.78121	134			IL	157		
4241091	Hoyleton	hoyleton	US	62803	510	America/Chicago	38.44172	-89.27425	158			IL	189	36360	
4241096	Hubbard	hubbard	US	44425	0	America/Chicago	38.32866	-88.36005	136			IL	191	03753	
4241117	Huey	huey	US	62252	166	America/Chicago	38.60449	-89.29119	138	Clement,Collins,Huey		IL	027	14884	
4241130	Hughes	hughes	US	72348	0	America/Chicago	39.77448	-87.89114	198			IL	045	69498	
4241139	Hugo	hugo	US	55038	0	America/Chicago	39.75392	-88.14893	192			IL	041	07497	
4241143	Hull	hull	US	02045	439	America/Chicago	39.70699	-91.20681	143	Hull,Hulls		IL	149	39935	
4241149	Humboldt	humboldt	US	38343	430	America/Chicago	39.6042	-88.31894	201	Humboldt,Humbolt,Milton,Milton Station		IL	029	36555	
4241155	Hume	hume	US	14745	363	America/Chicago	39.7967	-87.86864	200			IL	045	84064	
4241201	Hurst	hurst	US	62949	797	America/Chicago	37.83311	-89.14286	119	Kherst,Херст		IL	199		
4241211	Hutsonville	hutsonville	US	62433	545	America/Chicago	39.10949	-87.65641	133			IL	033	36854	
4241302	Illiopolis	illiopolis	US	62539	880	America/Chicago	39.85365	-89.24203	184	Illiopolis,Wilson		IL	167	37140	
4241354	Ina	ina	US	62846	2360	America/Chicago	38.15116	-88.90396	131			IL	081	72039	
4241357	Independence	independence	US	24348	0	America/Chicago	39.53144	-90.79152	203			IL	149	32863	
4241429	Indianola	indianola	US	15051	270	America/Chicago	39.92726	-87.74003	205	Chillicothe,Dallas City,Indianola		IL	183	11449	
4241438	Ingraham	ingraham	US	62434	0	America/Chicago	38.83616	-88.33393	148			IL	025	60261	
4241443	Inman	inman	US	29349	0	America/Chicago	37.83782	-88.17309	115			IL	059	64031	
4241592	Iola	iola	US	54945	138	America/Chicago	38.83449	-88.62811	160			IL	025	42158	
4241603	Iron	iron	US	55751	0	America/Chicago	37.97393	-88.24143	141			IL	193	34228	
4241607	Irving	irving	US	14081	481	America/Chicago	39.20588	-89.40453	200	Irving,Ирвинг		IL	135	37751	
4241612	Irvington	irvington	US	07111	636	America/Chicago	38.43922	-89.16285	162			IL	189	37790	
4241625	Isabel	isabel	US	57633	0	America/Chicago	39.65531	-87.95003	204			IL	045	23958	
4241635	Island Grove	island-grove	US	32654	0	America/Chicago	39.10254	-88.33532	189			IL	079	31888	
4241660	Ivesdale	ivesdale	US	61851	269	America/Chicago	39.94337	-88.45534	208			IL	019	66547	
4241661	Ivy	ivy	US	22945	0	America/Chicago	38.15144	-90.23428	119			IL	133		
4241691	Jackson	jackson	US	03846	0	America/Chicago	38.72116	-87.6503	144			IL	101	42379	
4241704	Jacksonville	jacksonville	US	05342	19103	America/Chicago	39.73394	-90.22901	186	Dzeksonvil,Dzheksonvill,IJX,Jacksonville,jakswnfyl,jyakasanabhila,Џексонвил,Джексонвилл,جاكسونفيل,جکسون‌ویل، ایلینوی,جیکسن ویل، الینوائے,ज्याकसनभिल	137	IL	137		
4241719	Jacob	jacob	US	62950	0	America/Chicago	37.74505	-89.53704	108			IL	077	27260	
4241731	Jamaica	jamaica	US	05343	0	America/Chicago	39.99115	-87.80669	206	Jamaica,Jamaicha		IL	183	38180	
4241742	Jamestown	jamestown	US	02835	0	America/Chicago	38.73394	-89.51453	155			IL	027	67171	
4241743	Jamestown	jamestown	US	02835	0	America/Chicago	38.04977	-89.52926	139			IL	145		
4241749	Janesville	janesville	US	50647	0	America/Chicago	39.3742	-88.24365	210			IL	035	16587	
4241771	Jefferson City	jefferson-city	US	37760	0	America/Chicago	38.37866	-89.0434	166			IL	081	11670	
4241799	Jenkins	jenkins	US	41537	0	America/Chicago	37.85422	-88.92757	139			IL	199		
4241810	Jerome	jerome	US	15937	1651	America/Chicago	39.76755	-89.68066	183			IL	167	83310	
4241822	Jerseyville	jerseyville	US	62052	8469	America/Chicago	39.12005	-90.32845	201	Dzerzivil,Hickory Grove,Jerseyville,jarsibhila,jyrsyfyl,Џерзивил,جرزی‌ویل، ایلینوی,جرسی ویل، الینوائے,جيرسيفيل,जर्सीभिल	083	IL	083	38401	
4241842	Jewett	jewett	US	12444	222	America/Chicago	39.20782	-88.24587	178	Jewett,Pleasantville		IL	035	82959	
4241928	Johnsonville	johnsonville	US	12094	76	America/Chicago	38.52227	-88.537	166			IL	191	37387	
4241934	Johnston City	johnston-city	US	62951	3500	America/Chicago	37.82061	-88.92757	130			IL	199		
4241942	Johnstown	johnstown	US	12095	0	America/Chicago	39.36337	-88.28699	190			IL	035	16587	
4241959	Jones	jones	US	36749	0	America/Chicago	39.45253	-88.33588	225			IL	029	40637	
4241992	Jonesboro	jonesboro	US	04648	1768	America/Chicago	37.45172	-89.26814	172	Dzhonsboro,Dzounsboro,Jonesboro,Jonesborough,janzbrw  aylynwy,jonsbro,jwnzbwrw,Џоунсборо,Джонсборо,جانزبرو، ایلینوی,جونزبورو,جونزبورو، الینوائے,जोन्स्ब्रो	181	IL	181		
4242002	Joppa	joppa	US	21085	347	America/Chicago	37.20644	-88.84478	108			IL	127		
4242042	Junction	junction	US	62954	122	America/Chicago	37.72338	-88.2367	110	Cypress Junction,Junction		IL	059	30302	
4242043	Junction City	junction-city	US	31812	462	America/Chicago	38.58033	-89.12785	150	Glen Ridge Station,Glenridge,Junction City		IL	121	67457	
4242057	Kampsville	kampsville	US	62053	315	America/Chicago	39.29783	-90.60901	132	Farrowtown,Kampsvil,Kampsville,kambsfyl,kyampsabhila,Кампсвил,كامبسفيل,क्याम्प्सभिल		IL	013		
4242062	Kane	kane	US	16735	418	America/Chicago	39.19005	-90.35373	171			IL	061	38882	
4242066	Kansas	kansas	US	35573	744	America/Chicago	39.55281	-87.93948	217			IL	045	38999	
4242077	Karbers Ridge	karbers-ridge	US	62955	0	America/Chicago	37.57977	-88.33337	183	Karber's Ridge,Karbers Ridge		IL	069		
4242084	Karnak	karnak	US	62956	458	America/Chicago	37.29366	-88.97535	104	Cachetown,Karnak,OakXown,acheton		IL	153		
4242126	Keenes	keenes	US	62851	82	America/Chicago	38.3381	-88.64311	138			IL	191	27364	
4242128	Keensburg	keensburg	US	62852	205	America/Chicago	38.3506	-87.86864	133	Keensburg,Keensburgh		IL	185		
4242131	Kegley	kegley	US	24731	0	America/Chicago	37.90949	-88.74312	156			IL	055	11813	
4242136	Kell	kell	US	62853	215	America/Chicago	38.49116	-88.90645	186			IL	121	32187	
4242153	Kellogg	kellogg	US	50135	0	America/Chicago	38.01589	-90.05456	116			IL	157		
4242160	Kemp	kemp	US	74747	0	America/Chicago	39.69559	-88.18532	196			IL	041	07497	
4242177	Kenner	kenner	US	70062	0	America/Chicago	38.64588	-88.56811	152			IL	025	33266	
4242182	Kaufman	kaufman	US	75142	0	America/Chicago	38.86255	-89.77732	165			IL	119	00750	
4242202	Keyesport	keyesport	US	62253	401	America/Chicago	38.74199	-89.27368	138	Keyesport,Keysport		IL	005	74418	
4242242	Kincaid	kincaid	US	25119	1437	America/Chicago	39.58866	-89.41454	183			IL	021	70798	
4242252	Kinderhook	kinderhook	US	12106	210	America/Chicago	39.70227	-91.1532	148			IL	149	39935	
4242255	King	king	US	27021	0	America/Chicago	39.23088	-90.57901	128			IL	061	83401	
4242290	Kingman	kingman	US	04451	0	America/Chicago	39.30032	-88.55978	192			IL	173	06002	
4242298	Kingston	kingston	US	02364	0	America/Chicago	39.81671	-91.02791	247	Fair Weather,Kingston		IL	001	05742	
4242307	Kinmundy	kinmundy	US	62854	772	America/Chicago	38.77338	-88.84672	184	Kimmundy,Kinmundy		IL	121	40130	
4242336	Kirksville	kirksville	US	63501	0	America/Chicago	39.57059	-88.6684	206			IL	139	73508	
4242361	Klondike	klondike	US	75448	0	America/Chicago	37.06283	-89.23174	98			IL	003		
4242364	Knapp	knapp	US	54749	0	America/Chicago	39.71477	-89.81677	192			IL	167	52181	
4242427	La Grange	la-grange	US	28551	0	America/Chicago	39.94727	-90.53735	142	Cape Lookout,Grange,La Grange		IL	009	16262	
4242436	La Rue	la-rue	US	43332	0	America/Chicago	37.54561	-89.45371	107			IL	181		
4242480	Lake City	lake-city	US	16423	0	America/Chicago	39.75448	-88.72007	210			IL	139	20344	
4242489	Lake Creek	lake-creek	US	75450	0	America/Chicago	37.87616	-89.02702	118			IL	055	19421	
4242508	Lake Fork	lake-fork	US	62541	0	America/Chicago	39.9706	-89.35009	183	Lake Fork,Lakefork		IL	107	51141	
4242656	Lakeview	lakeview	US	28350	0	America/Chicago	38.79894	-90.08288	131			IL	119	14260	
4242691	Lancaster	lancaster	US	01523	0	America/Chicago	38.54783	-87.86531	148	Lankaster,Ланкастер		IL	185		
4242709	Lanesville	lanesville	US	12450	0	America/Chicago	39.85255	-89.34898	182	Lanesville,Wheatfield		IL	167	41976	
4242739	Latham	latham	US	12110	361	America/Chicago	39.96865	-89.16231	187			IL	107	40624	
4242754	Lawler	lawler	US	52154	0	America/Chicago	37.7281	-88.28587	112	Lawler,Lawler Station		IL	059	24361	
4242769	Lawrenceville	lawrenceville	US	12949	4427	America/Chicago	38.72921	-87.68169	142	LWV,Lawrenceville	101	IL	101	42379	
4242785	Leamington	leamington	US	84638	0	America/Chicago	37.63949	-88.30698	120			IL	059	21449	
4242790	Lebanon	lebanon	US	03756	4467	America/Chicago	38.60394	-89.80732	156	Lebanon,lbnan,lbnan  aylynwy,lebanan,Лебанон,لبنان,لبنان، الینوائے,لبنان، ایلینوی,लेबानन्		IL	163	42509	
4242857	Lenzburg	lenzburg	US	62255	492	America/Chicago	38.28727	-89.81732	135	Lenzburg,Lenzburgh		IL	163	42873	
4242861	Lerna	lerna	US	62440	282	America/Chicago	39.41837	-88.28866	230			IL	029	60469	
4242867	Lester	lester	US	25865	0	America/Chicago	38.80255	-88.97645	168	Fosters,Lester		IL	121	27195	
4242894	Lewisburg	lewisburg	US	17837	0	America/Chicago	39.97005	-89.83261	158			IL	129		
4242896	Liberty	liberty	US	04949	513	America/Chicago	39.87949	-91.10792	229			IL	001	43146	
4242897	Liberty	liberty	US	04949	0	America/Chicago	37.72005	-88.57172	135	Ingrams,Liberty		IL	165	33149	
4242921	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	39.20115	-88.15421	179			IL	035	31537	
4243131	Litchfield	litchfield	US	03052	6897	America/Chicago	39.17533	-89.65426	211	Lichfild,licaphilda,lytshfyld,Личфилд,ليتشفيلد,لچ فیلڈ، الینوائے,لیچ‌فیلد، ایلینوی,लिचफिल्ड		IL	135	53949	
4243142	Literberry	literberry	US	62660	0	America/Chicago	39.85421	-90.19956	184	Liter Station,Literberry		IL	137		
4243145	Lithia	lithia	US	33547	0	America/Chicago	39.42754	-88.71784	190	Lithia,Lithia Springs		IL	173	69199	
4243333	Livingston	livingston	US	07039	0	America/Chicago	39.4067	-87.64614	178			IL	023	78279	
4243334	Livingston	livingston	US	07039	827	America/Chicago	38.96755	-89.76398	180	Livingston,Ливингстон		IL	119	55834	
4243342	Loami	loami	US	62661	754	America/Chicago	39.67561	-89.84677	194	Lick Creek,Loami,White Sulphur Springs		IL	167	44186	
4243393	Logan	logan	US	25601	0	America/Chicago	39.73726	-87.60502	192			IL	045	08901	
4243455	Long Creek	long-creek	US	29658	1302	America/Chicago	39.81198	-88.84757	204	Long Creek,Longcreek		IL	115	44511	
4243503	Longview	longview	US	61852	154	America/Chicago	39.8867	-88.06643	207	Long View,Longview		IL	019	62952	
4243506	Loogootee	loogootee	US	47553	0	America/Chicago	38.90477	-88.85367	184			IL	051	44459	
4243551	Louisville	louisville	US	30434	1116	America/Chicago	38.77227	-88.50255	146	Louis,Louis Station,Louisville,Luisvil,Луисвил	025	IL	025	44940	
4243574	Lovington	lovington	US	61937	1108	America/Chicago	39.71559	-88.63256	207			IL	139	45057	
4243579	Lowder	lowder	US	62662	0	America/Chicago	39.55088	-89.84593	211			IL	167	74340	
4243642	Lusk	lusk	US	82225	0	America/Chicago	37.48283	-88.47421	163			IL	151		
4243678	Lynnville	lynnville	US	38472	115	America/Chicago	39.68699	-90.34596	189			IL	137		
4243687	Mabel	mabel	US	55954	0	America/Chicago	39.87642	-87.69225	213			IL	045	65923	
4243695	Macedonia	macedonia	US	44056	62	America/Chicago	38.05199	-88.70534	163			IL	065	40299	
4243715	Mackville	mackville	US	40040	0	America/Chicago	39.80642	-88.47589	201			IL	147	76888	
4243717	Macon	macon	US	27551	1131	America/Chicago	39.71282	-88.99702	218	Macon,Makon,Mejkon,South Macon,makwn,makwn  aylynwy,mei ken,myakana,Макон,Мејкон,ماكون,ماکون، الینوائے,ماکون، ایلینوی,म्याकन,梅肯		IL	115	70967	
4243740	Madison	madison	US	03849	3868	America/Chicago	38.68255	-90.15705	126	Madison,Medison,Mehdison,madyswn,madyswn  aylynwy,myadisana,Мадисон,Медисон,Медісон,Мэдисон,ماديسون,مادیسون، ایلینوی,میڈیسن، الینوائے,म्याडिसन		IL	119	77486	
4243764	Maeystown	maeystown	US	62256	158	America/Chicago	38.22478	-90.23345	143	Maeystown,Mayesville		IL	133		
4243772	Magnet	magnet	US	68749	0	America/Chicago	39.4392	-88.39783	230			IL	029	47566	
4243794	Makanda	makanda	US	62958	545	America/Chicago	37.61755	-89.20897	136			IL	077	46227	
4243802	Manchester	manchester	US	01944	280	America/Chicago	39.54227	-90.33234	209	Manchester,Манчестер		IL	171		
4243826	Maple	maple	US	27956	0	America/Chicago	38.86032	-89.87649	165	Maple,Maple Crossing		IL	119	32421	
4243878	Marblehead	marblehead	US	01945	0	America/Chicago	39.83977	-91.36848	150	Marble Head,Marblehead,Millville		IL	001	25258	
4243884	Maple Grove	maple-grove	US	55311	0	America/Chicago	38.53338	-88.09393	135	Maple Grove,Maplegrove		IL	047		
4243890	Marine	marine	US	62061	935	America/Chicago	38.78644	-89.77759	159			IL	119	46877	
4243898	Marion	marion	US	02738	0	America/Chicago	38.55116	-88.10837	127			IL	047		
4243899	Marion	marion	US	02738	17803	America/Chicago	37.73061	-88.93313	129	MWA,Mehrion,Merion,marino,marion,marywn,marywn  aylynwy,Мерион,Мэрион,ماريون,ماریون، الینوائے,ماریون، ایلینوی,मारिनो,マリオン	199	IL	199		
4243918	Marissa	marissa	US	62257	1856	America/Chicago	38.25005	-89.7501	138			IL	163	46968	
4243942	Marlow	marlow	US	03456	0	America/Chicago	38.32088	-88.79339	161			IL	081	79514	
4243951	Marshall	marshall	US	20115	3880	America/Chicago	39.39143	-87.69364	194	Marshal,Marshall,marsala,marshal,marshal  aylynwy,Маршал,Маршалл,مارشال,مارشال، ایلینوی,مارشل، الینوائے,मार्शल	023	IL	023	47176	
4244003	Martinsburg	martinsburg	US	13404	0	America/Chicago	39.51588	-90.84263	219	Martinsburg,Martinsburgh		IL	149	47241	
4244519	Midway	midway	US	15060	0	America/Chicago	37.23978	-88.63394	167			IL	127		
4244528	Milan	milan	US	03588	0	America/Chicago	38.08616	-88.17837	122			IL	193	11306	
4244005	Martinsville	martinsville	US	08836	1135	America/Chicago	39.33559	-87.88198	186	Martinsvil,maratinsabhila,martynsfyl,martynz wyl  aylynwy,Мартинсвил,مارتينسفيل,مارتینز ویل، ایلینوی,مارٹنز ویل، الینوائے,मारटिन्सभिल		IL	023	47267	
4244026	Maryville	maryville	US	37801	7902	America/Chicago	38.72366	-89.95593	176			IL	119	15612	
4244031	Mascoutah	mascoutah	US	62258	7975	America/Chicago	38.49033	-89.79315	131	Mascoutah,Maskuta,Mechanicsburg,maskwta  aylynwy,maskwtah,myaskotha,Маскута,ماسكوتاه,ماسکوتا، الینوائے,ماسکوتا، ایلینوی,म्यास्कोथा		IL	163	47436	
4244046	Mason	mason	US	25260	0	America/Chicago	37.52366	-89.25425	178			IL	181		
4244051	Mason	mason	US	25260	343	America/Chicago	38.9531	-88.62366	177	Mejson,Мейсон		IL	049	47462	
4244086	Matthews	matthews	US	28104	0	America/Chicago	37.96755	-89.37398	118			IL	145		
4244099	Mattoon	mattoon	US	54450	18113	America/Chicago	39.48309	-88.37283	224	MTO,Matun,ma dun,matwn,mtwn  aylynwy,myattona,Матун,ماتون,متون، ایلینوی,میٹن، الینوائے,म्याट्टोन,马顿		IL	029	47566	
4244101	Maud	maud	US	74854	0	America/Chicago	38.39755	-87.85531	131			IL	185		
4244102	Maunie	maunie	US	62861	137	America/Chicago	38.0356	-88.04559	113	Marshall's Ferry,Maunie,Wabash Station		IL	193	24088	
4244141	Mays	mays	US	46155	0	America/Chicago	39.62892	-87.79225	210			IL	045	09213	
4244142	Maysville	maysville	US	26833	0	America/Chicago	38.67783	-88.35421	141			IL	025	14728	
4244143	Maysville	maysville	US	26833	0	America/Chicago	39.70755	-90.7993	216			IL	149	31784	
4244190	McClusky	mcclusky	US	58463	0	America/Chicago	39.04338	-90.32039	194			IL	083	49672	
4244345	Meadowbrook	meadowbrook	US	26404	0	America/Chicago	38.89838	-90.00677	156	East Meadowbrook,Meadowbrook		IL	119	27130	
4244346	Meadowbrook	meadowbrook	US	26404	0	America/Chicago	39.92394	-91.35681	206			IL	001	62380	
4244350	Meadowview	meadowview	US	24361	0	America/Chicago	39.79003	-88.27533	198			IL	041	76420	
4244351	Mechanicsburg	mechanicsburg	US	17050	629	America/Chicago	39.80949	-89.39731	180			IL	167	48034	
4244368	Melrose	melrose	US	02176	0	America/Chicago	39.22337	-87.7642	182			IL	023	48229	
4244369	Melrose	melrose	US	02176	0	America/Chicago	39.91143	-91.37848	185			IL	001	62380	
4244375	Melville	melville	US	11747	0	America/Chicago	38.93699	-90.24594	185			IL	119	30107	
4244405	Menard	menard	US	62259	0	America/Chicago	37.91005	-89.83983	151			IL	157		
4244418	Meredosia	meredosia	US	62665	1018	America/Chicago	39.83116	-90.55957	135	Marais d'Ogee,Meredosha,Meredosia		IL	137		
4244439	Merrimac	merrimac	US	01860	0	America/Chicago	38.37089	-90.33345	123			IL	133		
4244440	Merritt	merritt	US	28556	0	America/Chicago	39.71449	-90.41596	183	Geneva,Maryann,Merrit,Merritt,Merritt Station		IL	171		
4244453	Metcalf	metcalf	US	61940	181	America/Chicago	39.80115	-87.80725	202			IL	045	84064	
4244462	Metropolis	metropolis	US	62960	6334	America/Chicago	37.15117	-88.732	110	Metropolis,Metropolis City,mei te luo bo li si,metoroporisu,metropolisa,mtrwbwlys,mtrwpwlys  aylynwy,Метрополис,متروبوليس,متروپولیس، ایلینوی,میٹروپولس، الینوائے,मेट्रोपोलिस,メトロポリス,梅特罗波利斯	127	IL	127		
4244484	Michael	michael	US	62065	0	America/Chicago	39.23533	-90.62346	136			IL	013		
4244513	Middleton	middleton	US	01949	0	America/Chicago	38.2931	-88.66978	149	Long Prairie,Middleton,Middletown		IL	191	27364	
4244517	Midway	midway	US	15060	0	America/Chicago	39.66976	-89.15869	190			IL	021	72962	
4244518	Midway	midway	US	15060	0	America/Chicago	38.92866	-89.97205	168			IL	119	50465	
4244529	Mildred	mildred	US	18632	0	America/Chicago	39.76255	-89.63426	182			IL	167	83310	
4244546	Mill Creek	mill-creek	US	17060	63	America/Chicago	37.34172	-89.25258	115	Mill Creek,Millcreek		IL	181		
4244562	Mill Shoals	mill-shoals	US	62862	212	America/Chicago	38.24866	-88.34671	116	Mill Shoals,Millshoals		IL	193	49360	
4244585	Miller City	miller-city	US	45864	0	America/Chicago	37.11088	-89.35619	101			IL	003		
4244622	Millersville	millersville	US	17551	0	America/Chicago	39.45115	-89.15814	200			IL	021	44251	
4244637	Millstadt	millstadt	US	62260	3896	America/Chicago	38.46144	-90.09178	188			IL	163	49399	
4244646	Millville	millville	US	01529	0	America/Chicago	39.05699	-89.93705	195			IL	117	09590	
4244647	Milmine	milmine	US	61855	0	America/Chicago	39.90753	-88.65034	217	Farnsworth,Milmine		IL	147	12275	
4244652	Milton	milton	US	02186	0	America/Chicago	38.89894	-90.14233	158			IL	119	01127	
4244653	Milton	milton	US	02186	264	America/Chicago	39.56449	-90.6504	203	Mil'ton,Мильтон		IL	149	50192	
4244695	Mitchell	mitchell	US	30820	0	America/Chicago	37.91894	-89.04619	130			IL	055	70070	
4244696	Mitchell	mitchell	US	30820	1356	America/Chicago	38.76199	-90.08538	130	Mitchell,Mitchell Station		IL	119	14260	
4244718	Moccasin	moccasin	US	59462	0	America/Chicago	39.14727	-88.75784	186			IL	049	49763	
4244723	Mode	mode	US	62444	0	America/Chicago	39.26643	-88.73367	190			IL	173	35567	
4244726	Modesto	modesto	US	62667	183	America/Chicago	39.47838	-89.98205	207	Modesto,Модесто		IL	117	54053	
4244728	Modoc	modoc	US	29838	0	America/Chicago	38.05255	-90.03733	122	Brewerville,Modoc		IL	157		
4244747	Monroe City	monroe-city	US	47557	0	America/Chicago	38.25589	-90.26595	137			IL	133		
4244766	Montezuma	montezuma	US	13117	0	America/Chicago	39.55199	-90.57985	137			IL	149	50192	
4244783	Montrose	montrose	US	10548	200	America/Chicago	39.16532	-88.37921	183			IL	049	66807	
4244853	Morganville	morganville	US	07751	0	America/Chicago	38.28033	-88.90229	137			IL	081	20227	
4244854	Moriah	moriah	US	12960	0	America/Chicago	39.21726	-87.93948	182			IL	023	38505	
4244860	Moro	moro	US	62067	0	America/Chicago	38.92477	-90.02205	162			IL	119	50465	
4244880	Morrisonville	morrisonville	US	12962	1028	America/Chicago	39.42005	-89.45565	192			IL	021	63797	
4244891	Moscow	moscow	US	05662	0	America/Chicago	37.41144	-89.05257	131			IL	181		
4244928	Mound City	mound-city	US	57646	544	America/Chicago	37.08533	-89.16257	98	Maund Siti,ma'unda siti,mwnd syty  aylynwy,mwndy syty,Маунд Сити,موند سیتی، ایلینوی,موندي سيتي,مونڈ سٹی، الینوائے,माउन्ड सिटी	153	IL	153		
4244951	Mounds	mounds	US	62964	745	America/Chicago	37.11422	-89.19785	99	Burkville,Mounds,Mounds Junction		IL	153		
4244954	Mount Auburn	mount-auburn	US	52313	462	America/Chicago	39.76615	-89.26175	213			IL	021	50842	
4244965	Mount Carbon	mount-carbon	US	25139	0	America/Chicago	37.752	-89.3212	147			IL	077	51466	
4244967	Mount Carmel	mount-carmel	US	17851	7027	America/Chicago	38.41088	-87.76142	137	Karmel,Karmel',Karmelberget,Karmelbjerget,Karmelgebergte,Karmelio kalnas,Maunt Karmel,Mont Carmel,Monte Carmelo,Monto Karmel,Mount Carmel,krml,ma'unta karamela,maunteukameol,mawnt krml,Кармель,Маунт Кармел,כרמל,ماؤنٹ کارمل، الینوائے,ماونت كرمل,مونت‌کارمل، ایلینوی,माउन्ट कारमेल,마운트카멀	185	IL	185		
4244995	Mount Clare	mount-clare	US	26408	269	America/Chicago	39.09866	-89.82621	196			IL	117	29249	
4244997	Mount Erie	mount-erie	US	62446	87	America/Chicago	38.51505	-88.23115	152			IL	191	50946	
4245045	Mount Olive	mount-olive	US	25185	2013	America/Chicago	39.07227	-89.72731	209	Maunt Oliv,ma'unta olibha,mawnt awlyf,Маунт Олив,ماؤنٹ اولائیو، الینوائے,ماونت أوليف,مونت‌الیو، ایلینوی,माउन्ट ओलिभ		IL	117	51037	
4245087	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	37.452	-89.07369	151			IL	181		
4245136	Mount Sterling	mount-sterling	US	40353	1968	America/Chicago	39.98727	-90.76346	221	Maunt Sterling,ma'unta staralinga,mawnt alastrlyny,Маунт Стерлинг,ماؤنٹ سٹرلنگ، الینوائے,ماونت الاسترليني,مونت‌استرلینگ، ایلینوی,माउन्ट स्टरलिङ्ग	009	IL	009	51167	
4245152	Mount Vernon	mount-vernon	US	04352	15087	America/Chicago	38.31727	-88.90312	156	MVN,Maunt Vernon,Mount Vernon,Mt. Vernon,ma'unta bharnona,Маунт Вернон,ماؤنٹ ورنن، الینوائے,माउन्ट भर्नोन	081	IL	081	51193	
4245174	Mount Zion	mount-zion	US	26151	5862	America/Chicago	39.77143	-88.87424	211			IL	115	51219	
4245256	Mozier	mozier	US	62070	0	America/Chicago	39.29255	-90.74929	136	Bay,Bay Town,Baytown,Mozier		IL	013		
4245258	Moweaqua	moweaqua	US	62550	1751	America/Chicago	39.62476	-89.01897	194			IL	173	51245	
4245280	Muddy	muddy	US	62965	69	America/Chicago	37.76505	-88.51672	114			IL	165	33149	
4245302	Mulberry Grove	mulberry-grove	US	62262	598	America/Chicago	38.92505	-89.26896	171			IL	005	51297	
4245311	Mulkeytown	mulkeytown	US	62865	175	America/Chicago	37.97088	-89.11147	136			IL	055	76576	
4245321	Munger	munger	US	48747	0	America/Chicago	39.75727	-91.32209	141			IL	149	43003	
4245326	Murdock	murdock	US	33938	0	America/Chicago	39.80087	-88.07837	196			IL	041	51427	
4245336	Murphysboro	murphysboro	US	62966	7768	America/Chicago	37.7645	-89.33509	128	Merfisboro,Murphysboro,Murphysborough,mafizuboro,marphisbaro,meopijeubeoleo,mwrfysbwrw,Мерфисборо,مورفيسبورو,مورفیس بورو، الینوائے,مورفیس‌بورو، ایلینوی,मर्फीस्बरो,マーフィーズボロ,머피즈버러	077	IL	077	51466	
4245345	Murrayville	murrayville	US	30564	572	America/Chicago	39.5856	-90.25206	211			IL	137		
4245369	Naples	naples	US	04055	125	America/Chicago	39.75727	-90.60735	134	Neapol',Неаполь		IL	171		
4245376	Nashville	nashville	US	27856	3132	America/Chicago	38.34366	-89.38064	158	Nashvill,Neshvil,n'yasabhila,nashfyl,Нашвилл,Нешвил,ناش ویل، الینوائے,ناشفيل,ناش‌ویل، ایلینوی,न्याशभिल	189	IL	189	51713	
4245386	Nason	nason	US	62866	235	America/Chicago	38.17616	-88.96757	133			IL	081	23334	
4245392	National City	national-city	US	48748	53	America/Chicago	38.64561	-90.16094	125			IL	163	72741	
4245403	Neal	neal	US	66863	0	America/Chicago	39.30198	-88.34171	192			IL	035	51993	
4245412	Nebo	nebo	US	25141	331	America/Chicago	39.44255	-90.79096	148			IL	149	71617	
4245443	Neoga	neoga	US	62447	1613	America/Chicago	39.31948	-88.45283	199	Nioga,ne'oga,nywga  aylynwy,nywgha,Ниога,نئوگا، ایلینوی,نيوغا,نیوگا، الینوائے,नेओगा		IL	035	51993	
4245463	New Athens	new-athens	US	43981	1951	America/Chicago	38.32644	-89.87705	121	Athens,New Athens		IL	163	52129	
4245474	New Baden	new-baden	US	62265	3313	America/Chicago	38.53505	-89.70065	140			IL	027	44667	
4245481	New Berlin	new-berlin	US	13411	1350	America/Chicago	39.72533	-89.91066	198	Novyj Berlin,Новый Берлин		IL	167	52181	
4245490	New Burnside	new-burnside	US	62967	212	America/Chicago	37.57922	-88.77089	165	Burnside,New Burnside		IL	087		
4245494	New Canton	new-canton	US	23123	350	America/Chicago	39.63616	-91.09597	145			IL	149	60651	
4245500	New City	new-city	US	10956	0	America/Chicago	39.67033	-89.53537	180			IL	167	16574	
4245506	New Columbia	new-columbia	US	17856	0	America/Chicago	37.31061	-88.77534	161			IL	127		
4245512	New Douglas	new-douglas	US	62074	317	America/Chicago	38.97005	-89.66648	189			IL	119	52428	
4245536	New Hartford	new-hartford	US	06057	0	America/Chicago	39.5756	-90.91013	238			IL	149	47241	
4245538	New Haven	new-haven	US	05472	404	America/Chicago	37.90866	-88.1292	112	N'ju-Khejven,New Haven,Newhaven,Нью-Хейвен		IL	059	52519	
4245546	New Hope	new-hope	US	18938	0	America/Chicago	37.79394	-88.68895	149			IL	165	09122	
4245592	New Liberty	new-liberty	US	40355	0	America/Chicago	37.122	-88.44782	104			IL	151		
4245612	New Memphis	new-memphis	US	62266	0	America/Chicago	38.47922	-89.67843	128			IL	027	44667	
4245618	New Palestine	new-palestine	US	46163	0	America/Chicago	37.99644	-89.82066	177	New Palestine,Palestine		IL	157		
4245619	New Philadelphia	new-philadelphia	US	17959	0	America/Chicago	39.69449	-90.95847	223	New Philadelphia,Philadelphia		IL	149	32070	
4245635	New Salem	new-salem	US	01355	133	America/Chicago	39.70755	-90.84763	239			IL	149	52818	
4245662	Newbern	newbern	US	24126	0	America/Chicago	39.00699	-90.33706	198			IL	083	49672	
4245666	Newburg	newburg	US	17240	0	America/Chicago	39.98115	-88.80396	208	Newburg,West Danville		IL	115	27988	
4245671	Newcastle	newcastle	US	04553	0	America/Chicago	37.6506	-88.67145	128			IL	165	11404	
4245681	Newman	newman	US	61942	854	America/Chicago	39.79865	-87.98587	198			IL	041	52636	
4245694	Newport	newport	US	02840	0	America/Chicago	38.68088	-90.17594	126			IL	119	77486	
4245709	Niantic	niantic	US	06357	673	America/Chicago	39.85393	-89.16619	184			IL	115	52974	
4245723	Nilwood	nilwood	US	62672	231	America/Chicago	39.39811	-89.80871	204			IL	117	53052	
4245740	Noble	noble	US	62868	668	America/Chicago	38.69755	-88.22365	144			IL	159	53156	
4245744	Nokomis	nokomis	US	34274	2185	America/Chicago	39.30116	-89.28508	205			IL	135	53182	
4245780	Norris City	norris-city	US	62869	1247	America/Chicago	37.98116	-88.32921	128			IL	193	37231	
4245879	Northbrook	northbrook	US	60062	0	America/Chicago	39.95866	-91.3757	184			IL	001	62380	
4245884	Northridge	northridge	US	91324	0	America/Chicago	39.96171	-91.40015	177			IL	001	62380	
4245890	Nortonville	nortonville	US	42442	0	America/Chicago	39.56227	-90.13984	196			IL	137		
4245892	Notre Dame	notre-dame	US	46556	0	America/Chicago	38.55561	-90.03761	169			IL	163	04858	
4245926	O'Fallon	o-fallon	US	62269	29002	America/Chicago	38.59227	-89.91121	167			IL	163	55262	
4245943	Oak	oak	US	68964	0	America/Chicago	37.57644	-88.51783	231			IL	151		
4246066	Oakdale	oakdale	US	06370	213	America/Chicago	38.26172	-89.50148	158			IL	189	54599	
4246083	Oakland	oakland	US	02858	881	America/Chicago	39.65392	-88.02615	201	Oklend,Окленд		IL	029	22138	
4246111	Oakley	oakley	US	48649	0	America/Chicago	39.87615	-88.80591	208			IL	115	54859	
4246130	Oblong	oblong	US	62449	1427	America/Chicago	39.00199	-87.90892	156			IL	033	55119	
4246138	Oconee	oconee	US	31067	176	America/Chicago	39.2856	-89.10758	204			IL	173	55145	
4246147	Odin	odin	US	56160	1040	America/Chicago	38.61727	-89.05229	161			IL	121	55223	
4246168	Ohlman	ohlman	US	62076	131	America/Chicago	39.34504	-89.2187	210			IL	135	02960	
4246180	Okawville	okawville	US	62271	1399	America/Chicago	38.43422	-89.55037	134	Okau,Okawville		IL	189	55483	
4246338	Oldenburg	oldenburg	US	47036	0	America/Chicago	38.79699	-90.1015	130			IL	119	14260	
4246339	Oldtown	oldtown	US	21555	0	America/Chicago	37.60227	-88.68839	132	Old Stonefort,Oldtown		IL	165	72897	
4246341	Olga	olga	US	98279	0	America/Chicago	37.99144	-88.577	129			IL	065	76472	
4246345	Olive Branch	olive-branch	US	38654	864	America/Chicago	37.16866	-89.35175	103	Olive Branch,Olivebranch		IL	003		
4246369	Oliver	oliver	US	15472	0	America/Chicago	39.48392	-87.68142	192			IL	045	74288	
4246378	Olivet	olivet	US	49076	428	America/Chicago	39.94198	-87.64363	203	Olivet,Olivett		IL	183	23932	
4246380	Olmsted	olmsted	US	62970	310	America/Chicago	37.18061	-89.08896	109			IL	153		
4246382	Olney	olney	US	20830	9005	America/Chicago	38.73088	-88.08532	146	OLY,Olney,Olni,awlny,awlny  aylynwy,olni,Олни,أولني,اولنی، الینوائے,اولنی، ایلینوی,ओल्नी	159	IL	159	55925	
4246389	Omaha	omaha	US	31821	253	America/Chicago	37.89032	-88.3031	114	Omakha,Омаха		IL	059	56016	
4246394	Omar	omar	US	25638	0	America/Chicago	37.50172	-88.96868	181			IL	087		
4246395	Omega	omega	US	31775	0	America/Chicago	38.70449	-88.78061	169			IL	121	56055	
4246413	Opdyke	opdyke	US	62872	254	America/Chicago	38.25977	-88.79062	157			IL	081	58564	
4246432	Orange	orange	US	01364	0	America/Chicago	39.20671	-87.82142	177			IL	023	56302	
4246436	Oraville	oraville	US	62971	0	America/Chicago	37.86505	-89.38342	120	Gillsburgh,Ora,Oraville		IL	077	56276	
4246442	Oreana	oreana	US	62554	837	America/Chicago	39.93865	-88.86563	210			IL	115	81464	
4246449	Orient	orient	US	04471	353	America/Chicago	37.91838	-88.97757	147			IL	055	19421	
4246455	Orleans	orleans	US	02653	0	America/Chicago	39.72366	-90.07956	199			IL	137		
4246467	Oskaloosa	oskaloosa	US	52577	0	America/Chicago	38.75977	-88.64894	159	OXskaloosa,Oskaloosa,Ouscauloosa,uscaloosa		IL	025	56835	
4246497	Otterville	otterville	US	65348	120	America/Chicago	39.0506	-90.39845	191	Gullom,Otterville		IL	083	56952	
4246520	Owaneco	owaneco	US	62555	231	America/Chicago	39.48227	-89.1937	189	Oneco,Owaneco,Oweneco		IL	021	44251	
4246531	Ozark	ozark	US	36360	0	America/Chicago	37.54255	-88.76284	212			IL	087		
4246557	Palermo	palermo	US	04354	0	America/Chicago	39.86559	-87.88086	217			IL	045	84064	
4246560	Palestine	palestine	US	26160	1331	America/Chicago	39.00365	-87.6128	137			IL	033	41833	
4246580	Palmer	palmer	US	01069	222	America/Chicago	39.45783	-89.40398	190			IL	021	04325	
4246587	Palmyra	palmyra	US	04965	674	America/Chicago	39.43477	-89.99594	205			IL	117	54053	
4246595	Pana	pana	US	62557	5607	America/Chicago	39.38893	-89.08008	213	Pejna,bana,pana  aylynwy,Пејна,بانا,پانا، الینوائے,پانا، ایلینوی		IL	021	57485	
4246608	Panama	panama	US	14767	331	America/Chicago	39.02949	-89.52425	181			IL	135	31836	
4246641	Paradise	paradise	US	17562	0	America/Chicago	39.41031	-88.43672	206			IL	029	57615	
4246659	Paris	paris	US	04271	8432	America/Chicago	39.61115	-87.69614	220	Parizh,Peris,barys,parys  aylynwy,Париж,Перис,باريس,پاریس، ایلینوی,پیرس، الینوائے	045	IL	045	57641	
4246678	Parker	parker	US	16049	0	America/Chicago	37.57033	-88.80006	168			IL	087		
4246687	Parkersburg	parkersburg	US	26101	198	America/Chicago	38.58977	-88.0567	146	Parkersberg,Parkersburg,Parkersburgh,Паркерсберг		IL	159	46006	
4246701	Parkville	parkville	US	21234	0	America/Chicago	39.8917	-88.36116	204	Grange,Parkville		IL	019	66547	
4246703	Parrish	parrish	US	34219	0	America/Chicago	37.94144	-88.81284	134			IL	055	11813	
4246717	Patoka	patoka	US	47666	566	America/Chicago	38.75533	-89.09534	154			IL	121	58070	
4246733	Patterson	patterson	US	12563	130	America/Chicago	39.4806	-90.4829	207	Patterson,Wilmington		IL	061	58096	
4246742	Patton	patton	US	16668	0	America/Chicago	39.47698	-87.55863	177			IL	045	22912	
4246743	Patton	patton	US	16668	0	America/Chicago	38.47699	-87.75364	126	Keenville,Patton		IL	185		
4246757	Pawnee	pawnee	US	62558	2713	America/Chicago	39.59172	-89.58037	184			IL	167	58187	
4246765	Payson	payson	US	62360	1011	America/Chicago	39.81699	-91.24237	232			IL	001	58278	
4246774	Peabody	peabody	US	01960	0	America/Chicago	39.87755	-89.60093	174			IL	167	25323	
4246787	Pearl	pearl	US	39208	134	America/Chicago	39.45977	-90.62596	139	Pearl,Pearl Depot,Pearl Station		IL	149	58356	
4246799	Pegram	pegram	US	37143	0	America/Chicago	39.34644	-90.39706	168			IL	061	11475	
4246821	Percy	percy	US	62272	930	America/Chicago	38.01644	-89.61871	144			IL	157		
4246831	Perks	perks	US	62973	0	America/Chicago	37.30977	-89.08091	104			IL	153		
4246837	Perry	perry	US	04667	387	America/Chicago	39.7831	-90.74541	180			IL	149	59169	
4246853	Pershing	pershing	US	47370	0	America/Chicago	37.88005	-88.96535	122			IL	055	19421	
4246860	Pesotum	pesotum	US	61863	544	America/Chicago	39.91475	-88.27338	217			IL	019	59286	
4246870	Petersburg	petersburg	US	12138	0	America/Chicago	38.59227	-89.92121	167			IL	163	55262	
4246879	Petrolia	petrolia	US	16050	0	America/Chicago	38.7606	-87.77892	138			IL	101	59377	
4246893	Phelps	phelps	US	14532	0	America/Chicago	38.48922	-90.21678	130	Lakeview,Phelps		IL	163	73456	
4246895	Philadelphia	philadelphia	US	13673	0	America/Chicago	39.92394	-90.11734	189	Lancaster,Philadelphia		IL	017	59481	
4246917	Piasa	piasa	US	62079	0	America/Chicago	39.11588	-90.12372	181			IL	117	69576	
4246939	Pierron	pierron	US	62273	565	America/Chicago	38.78005	-89.59814	159	Oakdale,Pierron,Pierron Station		IL	119	67275	
4246941	Pierson	pierson	US	32180	0	America/Chicago	39.79809	-88.52839	206	Pierson,Pierson Station		IL	147	76888	
4246960	Pike	pike	US	03780	0	America/Chicago	39.45977	-91.03514	138	East Louisiana Junction,Pike		IL	149	02791	
4246983	Pinckneyville	pinckneyville	US	62274	5385	America/Chicago	38.08033	-89.38203	132	Pinknivil,bynknyfyl,Пинкнивил,بينكنيفيل,پنکن ویل، الینوائے,پینک‌نویل، ایلینوی	145	IL	145		
4247058	Pittsburg	pittsburg	US	03592	0	America/Chicago	38.87144	-89.21174	162	Halbsville,Pittsburg		IL	051	68601	
4247059	Pittsburg	pittsburg	US	03592	559	America/Chicago	37.77699	-88.84951	142	Pitsburg,Питсбург		IL	199		
4247060	Pittsfield	pittsfield	US	01201	4485	America/Chicago	39.60783	-90.80513	223	Pitsfild,bytsfyld,Питсфилд,بيتسفيلد,پٹس فیلڈ، الینوائے,پیتس‌فیلد، ایلینوی	149	IL	149	60235	
4247072	Plainfield	plainfield	US	01070	0	America/Chicago	39.10365	-88.13532	171			IL	079	17653	
4247075	Plainview	plainview	US	11803	0	America/Chicago	39.15921	-89.98983	187			IL	117	35242	
4247080	Plainville	plainville	US	02762	264	America/Chicago	39.78588	-91.18542	211	Plainville,Plejnvill',Stone Prairie,Stone'sXPrairie,laneville,Плейнвилль		IL	001	58278	
4247093	Pisgah	pisgah	US	35765	0	America/Chicago	39.66866	-90.12567	205			IL	137		
4247145	Pleasant Hill	pleasant-hill	US	27866	941	America/Chicago	39.44338	-90.87235	143	Fairfield,Pleasant Hill,Pleasanthill		IL	149	60547	
4247214	Pleasant Plains	pleasant-plains	US	62677	804	America/Chicago	39.87283	-89.92122	186	Pleasant Plain,Pleasant Plains		IL	167	11579	
4247226	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	38.72255	-89.97788	171			IL	119	15612	
4247303	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	37.44088	-89.0298	134	Pleasant Grove,Pleasantgrove		IL	087		
4247323	Pocahontas	pocahontas	US	24635	745	America/Chicago	38.82782	-89.54008	171	Amity,Pocahontas		IL	005	09694	
4247335	Point Pleasant	point-pleasant	US	18950	0	America/Chicago	39.1556	-88.07781	174			IL	079	17653	
4247349	Pomona	pomona	US	08240	0	America/Chicago	37.62811	-89.33676	126	Pomona,Помона		IL	077	60963	
4247376	Pontiac	pontiac	US	48340	0	America/Chicago	38.58727	-89.98483	176			IL	163	11657	
4247412	Poplar Ridge	poplar-ridge	US	13139	0	America/Chicago	37.70033	-89.37065	191			IL	077	51466	
4247415	Posen	posen	US	49776	0	America/Chicago	38.25838	-89.33564	149	Bolo,Posen		IL	189	07172	
4247417	Posey	posey	US	93260	0	America/Chicago	38.53699	-89.35258	138			IL	027	40871	
4247431	Porterville	porterville	US	39352	0	America/Chicago	39.08976	-87.80142	164	East Berlin,Eaton,Portersville,Porterville		IL	033	61470	
4247454	Pottsville	pottsville	US	17901	0	America/Chicago	37.42199	-89.35759	105			IL	181		
4247469	Prairie	prairie	US	39756	0	America/Chicago	38.17311	-89.94316	125			IL	157		
4247545	Prairie du Rocher	prairie-du-rocher	US	62277	574	America/Chicago	38.08311	-90.09595	120	brayry dw rwshr,برايري دو روشر		IL	157		
4247581	Prentice	prentice	US	54556	0	America/Chicago	39.85699	-90.04372	192			IL	137		
4247587	Preston	preston	US	06365	0	America/Chicago	38.10616	-89.8601	143			IL	157		
4247654	Pulaski	pulaski	US	13142	188	America/Chicago	37.21366	-89.20591	105			IL	153		
4248345	Rockwood	rockwood	US	04478	41	America/Chicago	37.84061	-89.70066	114			IL	157		
4247703	Quincy	quincy	US	02169	40780	America/Chicago	39.9356	-91.40987	173	Bluffs,Gem City,Kuinsi,Kvinsi,Quincy,UIN,kwinsi,kwynsy,kwyynsy  aylynwy,Квинси,Куинси,كوينسي,کوئنسی، الینوائے,کوئینسی، ایلینوی,퀸시	001	IL	001	62380	
4247756	Radford	radford	US	24141	0	America/Chicago	39.57754	-89.03453	190			IL	021	61730	
4247758	Radom	radom	US	62876	212	America/Chicago	38.28199	-89.1923	162			IL	189	20877	
4247770	Raleigh	raleigh	US	25911	348	America/Chicago	37.82699	-88.532	125	Roli,Роли		IL	165	62601	
4247779	Ramsey	ramsey	US	07446	1026	America/Chicago	39.14449	-89.10868	186	Rehmsi,Рэмси		IL	051	62640	
4247798	Randolph	randolph	US	02368	0	America/Chicago	37.96672	-89.74983	173			IL	157		
4247838	Raven	raven	US	24639	0	America/Chicago	39.80393	-87.54613	191			IL	045	61483	
4247860	Raymond	raymond	US	03077	977	America/Chicago	39.31949	-89.57204	196			IL	135	62978	
4247862	Reader	reader	US	26167	0	America/Chicago	39.3056	-90.04094	177	Reader,Reeders		IL	117	80229	
4247880	Red Bud	red-bud	US	62278	3586	America/Chicago	38.21172	-89.99427	144			IL	157		
4247917	Redmon	redmon	US	61949	165	America/Chicago	39.64531	-87.8617	209			IL	045	09213	
4247946	Reevesville	reevesville	US	29471	0	America/Chicago	37.34311	-88.71978	107	Reeseville,Reevesville		IL	087		
4247960	Renault	renault	US	62279	0	America/Chicago	38.15366	-90.134	208	Glasgow City,Renault		IL	133		
4247980	Reno	reno	US	16343	0	America/Chicago	38.97505	-89.51397	176	Cottonwood Grove,Reno		IL	005	69641	
4248010	Reynoldsburg	reynoldsburg	US	43068	0	America/Chicago	37.51533	-88.77589	176			IL	087		
4248012	Reynoldsville	reynoldsville	US	15851	0	America/Chicago	37.36727	-89.39509	104			IL	181		
4248022	Rice	rice	US	23966	0	America/Chicago	38.20061	-89.3837	155			IL	145		
4248046	Richfield	richfield	US	17086	0	America/Chicago	39.81532	-91.11653	220			IL	001	63550	
4248049	Richland	richland	US	08350	0	America/Chicago	39.84588	-89.85816	186	Richland,Watts Station		IL	167	11579	
4248077	Richview	richview	US	62877	240	America/Chicago	38.37838	-89.18008	165			IL	189	63732	
4248087	Richwoods	richwoods	US	63071	0	America/Chicago	38.9581	-87.55419	140	Richwood,Richwoods		IL	033	41833	
4248106	Ridge Farm	ridge-farm	US	61870	853	America/Chicago	39.89559	-87.65197	214	Ridge Farm,Ridgefarm		IL	183	23932	
4248121	Ridgely	ridgely	US	21660	0	America/Chicago	39.83144	-89.63399	181			IL	167	11046	
4248128	Ridgway	ridgway	US	15853	816	America/Chicago	37.79921	-88.26115	114	Ridgeway,Ridgway		IL	059	64031	
4248150	Rileyville	rileyville	US	22650	0	America/Chicago	37.8506	-88.67284	122			IL	165	28274	
4248153	Rinard	rinard	US	62878	0	America/Chicago	38.5706	-88.4656	140			IL	191	39285	
4248170	Rising Sun	rising-sun	US	21911	0	America/Chicago	37.407	-88.5781	195	Rising Sun,Risingsun		IL	151		
4248171	Rising Sun	rising-sun	US	21911	0	America/Chicago	38.00032	-88.02809	113			IL	193	24088	
4248205	Riverton	riverton	US	06065	3462	America/Chicago	39.84422	-89.53954	174	Howlett,Jamestown,Judys Ferry,Riverton,Ривертон		IL	167	14858	
4248256	Robinson	robinson	US	15949	7631	America/Chicago	39.00532	-87.73919	162	Robinson,rabynswn  aylynwy,rwbnswn,Робинсон,رابنسن، الینوائے,رابینسون، ایلینوی,روبنسون	033	IL	033	64720	
4248281	Roby	roby	US	65557	0	America/Chicago	39.73921	-89.39925	179			IL	021	50842	
4248284	Rochester	rochester	US	02770	3779	America/Chicago	39.74949	-89.53176	170	Rochester,Рочестер		IL	167	64772	
4248285	Rochester	rochester	US	02770	0	America/Chicago	38.3456	-87.82809	120			IL	185		
4248292	Rock	rock	US	24747	0	America/Chicago	37.41283	-88.61949	202			IL	151		
4248303	Rock Creek	rock-creek	US	25174	0	America/Chicago	37.53672	-88.22726	176	Rock Creek,Rockcreek		IL	069		
4248330	Rockbridge	rockbridge	US	43149	163	America/Chicago	39.26921	-90.20428	165	Rockbridge,Sheffield		IL	061	64824	
4248341	Rockport	rockport	US	01966	0	America/Chicago	39.53894	-91.00875	149			IL	149	02791	
4248400	Roland	roland	US	50236	0	America/Chicago	37.93005	-88.26337	137			IL	193	37231	
4248420	Roodhouse	roodhouse	US	62082	1730	America/Chicago	39.48394	-90.37151	200	Rood House,Roodhouse		IL	061	65494	
4248437	Rosamond	rosamond	US	62083	0	America/Chicago	39.37977	-89.16036	216			IL	021	65598	
4248451	Rose Hill	rose-hill	US	24281	80	America/Chicago	39.10365	-88.14726	172	Harrisburg,Rose Hill,Rosehill		IL	079	17653	
4248467	Rosebud	rosebud	US	57570	0	America/Chicago	37.27839	-88.58394	175	Rose Bud,Rosebud		IL	151		
4248468	Rosedale	rosedale	US	11422	0	America/Chicago	39.04422	-90.54817	139			IL	083	65689	
4248469	Rosedale	rosedale	US	11422	0	America/Chicago	38.88283	-90.08261	163			IL	119	83284	
4248478	Rosemont	rosemont	US	08556	0	America/Chicago	38.62699	-90.09733	129			IL	163	10968	
4248482	Rosiclare	rosiclare	US	62982	1082	America/Chicago	37.42366	-88.34615	108	Rose Clare,Roseclair,Rosiclare		IL	069		
4248486	Roslyn	roslyn	US	11576	0	America/Chicago	39.22948	-88.3781	188			IL	035	72143	
4248546	Roxana	roxana	US	41848	1483	America/Chicago	38.84838	-90.07622	136			IL	119	83284	
4248562	Royalton	royalton	US	41464	1138	America/Chicago	37.87699	-89.11452	120			IL	055	70070	
4248565	Petersburg	petersburg	US	12138	0	America/Chicago	38.59171	-87.83114	153	Petersburg,Ruark		IL	101	45200	
4248613	Russellville	russellville	US	29476	91	America/Chicago	38.81893	-87.53169	130			IL	101	66378	
4248627	Sacramento	sacramento	US	17968	0	America/Chicago	38.03171	-88.33754	132			IL	193	37231	
4248648	Sadorus	sadorus	US	61872	419	America/Chicago	39.96698	-88.34644	210			IL	019	66547	
4248655	Sailor Springs	sailor-springs	US	62879	95	America/Chicago	38.76394	-88.3631	133	Sailor Springs,Saylor Springs		IL	025	36087	
4248788	Saint Elmo	saint-elmo	US	36568	1426	America/Chicago	39.02727	-88.84811	189			IL	051	03155	
4248810	Saint Francisville	saint-francisville	US	62460	697	America/Chicago	38.59116	-87.64669	142			IL	101	19395	
4248819	Saint Jacob	saint-jacob	US	62281	1098	America/Chicago	38.71394	-89.76815	157	Saint Jacob,Saint Jacobs,St. Jacob		IL	119		
4248824	Saint James	saint-james	US	11780	0	America/Chicago	38.95449	-88.85117	184			IL	051	81022	
4248843	Saint Joe	saint-joe	US	46785	0	America/Chicago	38.23283	-90.15372	215			IL	133		
4248876	Saint Johns	saint-johns	US	18247	219	America/Chicago	38.03088	-89.24092	142	Saint John,Saint Johns,St. Johns		IL	145		
4248990	Saint Libory	saint-libory	US	62282	615	America/Chicago	38.36255	-89.70982	124			IL	163	25726	
4249141	Saint Paul	saint-paul	US	24283	0	America/Chicago	38.85282	-88.95339	174			IL	051	81568	
4249203	Saint Peter	saint-peter	US	56082	359	America/Chicago	38.8681	-88.85395	182			IL	051	44459	
4249242	Saint Rose	saint-rose	US	70087	0	America/Chicago	38.68421	-89.55453	152	Blue Mound,Saint Rose,St. Rose		IL	027	67171	
4249265	Saint Thomas	saint-thomas	US	17252	0	America/Chicago	38.76199	-90.11705	130			IL	119	14260	
4249276	Sainte Marie	sainte-marie	US	62459	244	America/Chicago	38.93227	-88.02337	148	Colonie des Freres,Saint Marie,Saint Marie Village,Sainte Marie,St Marie,Ste Marie		IL	079		
4249286	Salem	salem	US	01970	7287	America/Chicago	38.62699	-88.94562	165	SLO,Salem,Salem (Illinois),Sejlem,salm,salm  aylynwy,Сейлем,Сејлем,سالم,سالم، ایلینوی,سیلم، الینوائے	121	IL	121	67249	
4249339	Saline	saline	US	48176	0	America/Chicago	37.64533	-88.69589	122	Eau de Salle,Saline		IL	165	11404	
4249355	Salisbury	salisbury	US	01952	0	America/Chicago	39.88977	-89.79816	181			IL	167	28651	
4249435	Sandersville	sandersville	US	31082	0	America/Chicago	39.61171	-89.15981	182			IL	021	72962	
4249437	Sandoval	sandoval	US	62882	1230	America/Chicago	38.6156	-89.11423	155			IL	121	67457	
4249443	Sandusky	sandusky	US	14133	0	America/Chicago	37.20255	-89.2723	104	Helena,Sandusky		IL	003		
4249491	Saratoga	saratoga	US	27873	0	America/Chicago	37.50894	-89.15702	131	Saratoga,Western Saratoga		IL	181		
4249520	Sawyerville	sawyerville	US	36776	270	America/Chicago	39.07838	-89.80732	193	Sawyersville,Sawyerville		IL	117	51037	
4249541	Scheller	scheller	US	62883	0	America/Chicago	38.18644	-89.09507	155			IL	081	03428	
4249628	Scotts	scotts	US	28699	0	America/Chicago	39.84531	-87.6628	200			IL	045	65923	
4249630	Scottsville	scottsville	US	14546	0	America/Chicago	38.32921	-88.17226	134	Scottsville,Wabash		IL	191	42626	
4249632	Scottville	scottville	US	28672	112	America/Chicago	39.48033	-90.10483	201	Scottsville,Scottville		IL	117	68419	
4249651	Sebastopol	sebastopol	US	39359	0	America/Chicago	38.71116	-89.60064	163			IL	119	33981	
4249685	Seminary	seminary	US	39479	0	America/Chicago	38.58366	-88.12643	133			IL	159	46006	
4249704	Sesser	sesser	US	62884	1906	America/Chicago	38.09172	-89.05035	146			IL	055	30406	
4249746	Shady Grove	shady-grove	US	17256	0	America/Chicago	37.12394	-88.56588	105			IL	127		
4249770	Shafter	shafter	US	93263	0	America/Chicago	39.01366	-89.18507	171			IL	051	68926	
4249780	Shamrock	shamrock	US	74068	0	America/Chicago	38.89088	-88.18726	165			IL	079	70200	
4249800	Sharpsburg	sharpsburg	US	21782	0	America/Chicago	39.61394	-89.3512	183	Sharpsburg,Sharpsburgh		IL	021	09239	
4249830	Shawneetown	shawneetown	US	62984	1164	America/Chicago	37.7131	-88.1867	122	New Shawneetown Station,Shawneetown,Shonitaun,shawnytawn,shawnytwn  aylynwy,Шонитаун,شاونيتاون,شاونی ٹاؤن، الینوائے,شاونیتون، ایلینوی	059	IL	059	30302	
4249857	Shelbyville	shelbyville	US	37160	4599	America/Chicago	39.40643	-88.79007	195	Shelbivil,shylbyfyl,Шелбивил,شلبی ویل، الینوائے,شلبی‌ویل، ایلینوی,شيلبيفيل	173	IL	173	69199	
4249879	Shepherd	shepherd	US	48883	0	America/Chicago	39.72505	-91.34459	141			IL	149	43003	
4249885	Sherman	sherman	US	04776	4605	America/Chicago	39.89366	-89.60482	177	Sherman,Шерман		IL	167	25323	
4249904	Shields	shields	US	58569	0	America/Chicago	38.46783	-88.71339	150			IL	081	25648	
4249910	Shiloh	shiloh	US	08353	12961	America/Chicago	38.56144	-89.89732	202			IL	163	69550	
4249973	Shipman	shipman	US	22971	603	America/Chicago	39.11755	-90.04427	194			IL	117	69576	
4249979	Shirley	shirley	US	01464	0	America/Chicago	38.28505	-88.83812	153			IL	081	20227	
4249999	Shobonier	shobonier	US	62885	0	America/Chicago	38.86949	-89.08868	157	Sho-bo-na,Shobonier		IL	051	39116	
4250027	Shumway	shumway	US	62461	201	America/Chicago	39.18504	-88.65228	200	Shumway,Tolerance		IL	049	03558	
4250033	Sidell	sidell	US	61876	592	America/Chicago	39.90976	-87.82114	208			IL	183	69849	
4250039	Sigel	sigel	US	15860	360	America/Chicago	39.22615	-88.49422	194			IL	173	69927	
4250042	Signal Hill	signal-hill	US	90755	0	America/Chicago	38.57727	-90.05677	179			IL	163	04858	
4250055	Siloam	siloam	US	27047	0	America/Chicago	39.8881	-90.91597	186			IL	009	09291	
4250077	Simpson	simpson	US	26435	60	America/Chicago	37.46727	-88.75506	119			IL	087		
4250098	Sims	sims	US	27880	250	America/Chicago	38.36033	-88.53061	125			IL	191	02297	
4250107	Sinclair	sinclair	US	04779	0	America/Chicago	39.80227	-90.12178	189	Sinclair,Sinclair Station		IL	137		
4250145	Sloan	sloan	US	51055	0	America/Chicago	38.91727	-90.15011	161			IL	119	01127	
4250205	Smithboro	smithboro	US	13840	170	America/Chicago	38.89616	-89.34063	168	Smithboro,Smithborough		IL	005	60586	
4250209	Smithton	smithton	US	15479	3719	America/Chicago	38.40866	-89.99205	145			IL	163	70265	
4250218	Smithville	smithville	US	26178	0	America/Chicago	38.2706	-88.59172	131			IL	191	56510	
4250252	Snyder	snyder	US	68664	0	America/Chicago	39.28254	-87.66753	161			IL	023	18680	
4250267	Somerset	somerset	US	02725	0	America/Chicago	37.65449	-88.45727	139	Somerset,Sommerset		IL	165	50803	
4250276	Sorento	sorento	US	62086	470	America/Chicago	38.99894	-89.5737	178			IL	005	69641	
4250399	South Roxana	south-roxana	US	62087	1997	America/Chicago	38.82949	-90.06288	134			IL	119	14260	
4250455	Spencer	spencer	US	01562	0	America/Chicago	39.71088	-91.26598	141			IL	149	39935	
4250476	Sparta	sparta	US	07871	4419	America/Chicago	38.12311	-89.70177	161	SAR		IL	157		
4250500	Spring Garden	spring-garden	US	36275	0	America/Chicago	38.1631	-88.85562	141			IL	081	72039	
4250522	Spring Valley	spring-valley	US	10977	0	America/Chicago	39.89671	-90.97875	184			IL	001	45746	
4250540	Springerton	springerton	US	62887	108	America/Chicago	38.17949	-88.35421	120	Springer,Springerton,Springerville		IL	193	49360	
4250542	Springfield	springfield	US	01101	116565	America/Chicago	39.80172	-89.64371	182	Campifons,SPI,Sprin'nkfilnt,Springfield,Springfijld,Springfild,Springfilda,Springfildas,Springfilds,Springfīlda,Sprinqfild,Spryngfild,icuppirinhpilt,sbrynj fyld  alynwy,seupeulingpildeu,si pu lin fei er de,sprimphilda,springaphilda,springfild,spryngpyld,supuringufirudo,Σπρίνγκφιλντ,Спрингфиелд,Спрингфийлд,Спрингфилд,Спрингфілд,Спрынгфілд,Սփրինգֆիլդ,ספרינגפילד,اسپرنگ فیلڈ، الینوائے,اسپرینگ‌فیلد,سبرينج فيلد، إلينوي,سپرنگفیلڈ,स्प्रिंगफील्ड,स्प्रिङ्गफिल्द,স্প্রিংফিল্ড,இசுப்பிரிங்ஃபீல்ட்,สปริงฟิลด์,スプリングフィールド,斯普林菲尔德,스프링필드	IL	IL	167	11046	
4250556	Springville	springville	US	14141	0	America/Chicago	37.37449	-89.26758	125			IL	181		
4250585	Star City	star-city	US	46985	0	America/Chicago	39.13422	-90.67373	140			IL	013		
4250608	Staunton	staunton	US	24401	5018	America/Chicago	39.01227	-89.79121	189	Stonton,Стонтон		IL	117	72416	
4250627	Steeleville	steeleville	US	62288	1993	America/Chicago	38.00727	-89.65843	126	Steeles Mills,Steelesville,Steeleville		IL	157		
4250661	Stewardson	stewardson	US	62463	716	America/Chicago	39.2631	-88.62978	196			IL	173	61522	
4250695	Stokes	stokes	US	27884	0	America/Chicago	38.01755	-88.27393	126			IL	193	37231	
4250718	Stonefort	stonefort	US	62987	295	America/Chicago	37.61422	-88.70811	124	Bolton,Stone Fort,Stonefort,Stonefort Station		IL	165	72897	
4250724	Stonington	stonington	US	04681	890	America/Chicago	39.64004	-89.19286	186			IL	021	72962	
4250738	Stoy	stoy	US	62464	113	America/Chicago	38.99754	-87.83308	147			IL	033	55119	
4250740	Strasburg	strasburg	US	17579	447	America/Chicago	39.35254	-88.61922	193	Strasburg,Strasburgh		IL	173	63615	
4250743	Stratton	stratton	US	04982	0	America/Chicago	38.4456	-88.71339	148			IL	081	25648	
4250755	Stringtown	stringtown	US	74569	0	America/Chicago	38.82505	-87.98365	143			IL	159	29028	
4250862	Sullivan	sullivan	US	03445	4494	America/Chicago	39.59948	-88.60784	205	Salivan,swlyfan,swlywan  aylynwy,Саливан,سوليفان,سولیوان، الینوائے,سولیوان، ایلینوی	139	IL	139	73508	
4250888	Summerfield	summerfield	US	27358	401	America/Chicago	38.59727	-89.75176	146			IL	163	42509	
4250895	Summersville	summersville	US	26651	0	America/Chicago	38.32783	-88.86701	158			IL	081	51193	
4250898	Summerville	summerville	US	15864	0	America/Chicago	39.18894	-90.12372	186			IL	117	13178	
4250899	Summit	summit	US	07901	0	America/Chicago	38.55116	-90.00483	173			IL	163	66729	
4250909	Sumner	sumner	US	04292	3183	America/Chicago	38.71699	-87.86142	139			IL	101	14299	
4250922	Sunfield	sunfield	US	48890	0	America/Chicago	38.06449	-89.24008	139	Diamond City,Sunfield		IL	145		
4250933	Sunnyside	sunnyside	US	11104	0	America/Chicago	37.80366	-89.05424	122			IL	199		
4251003	Swansea	swansea	US	02777	13543	America/Chicago	38.53394	-89.98899	166			IL	163	66729	
4251063	Tallula	tallula	US	62688	481	America/Chicago	39.94449	-89.93733	190			IL	129		
4251074	Tamaroa	tamaroa	US	62888	613	America/Chicago	38.13783	-89.23008	155	Appleton,Tamaroa		IL	145		
4251082	Tamms	tamms	US	62988	550	America/Chicago	37.23505	-89.27008	104			IL	003		
4251109	Taylor	taylor	US	18517	0	America/Chicago	39.60032	-90.96347	219			IL	149	19577	
4251138	Taylor Springs	taylor-springs	US	62089	673	America/Chicago	39.13088	-89.49203	191			IL	135	35060	
4251141	Taylorville	taylorville	US	62568	10873	America/Chicago	39.54894	-89.29453	192	Tejlorvil,tlwrfyl,tylwr wyl  aylynwy,Тејлорвил,تلورفيل,تیلور ویل، ایلینوی,ٹیلرویل، الینوائے	021	IL	021	74587	
4251185	Teutopolis	teutopolis	US	62467	1586	America/Chicago	39.1331	-88.47199	184			IL	049	74756	
4251193	Texas City	texas-city	US	77590	0	America/Chicago	37.87838	-88.39338	113			IL	165	63030	
4251195	Texico	texico	US	62889	0	America/Chicago	38.43949	-88.89701	156			IL	081	25986	
4251201	Thayer	thayer	US	46381	681	America/Chicago	39.53811	-89.76315	196			IL	167	02928	
4251217	Thebes	thebes	US	62990	375	America/Chicago	37.22088	-89.46092	105	Spar Hawks Landing,Spar Hawks Nest,Sparhawks Landing,Thebes		IL	003		
4251239	Thomasville	thomasville	US	17364	0	America/Chicago	39.48978	-89.65454	200			IL	135		
4251252	Thompsonville	thompsonville	US	12784	536	America/Chicago	37.91755	-88.76228	153	Cave,Thompsonville		IL	055	11813	
4251276	Tilden	tilden	US	62292	893	America/Chicago	38.21199	-89.6826	160			IL	157		
4251299	Tillman	tillman	US	29943	0	America/Chicago	38.53644	-90.15233	131			IL	163	12210	
4251306	Tipton	tipton	US	16684	0	America/Chicago	38.23589	-90.10122	185			IL	133		
4251313	Titus	titus	US	36080	0	America/Chicago	39.19338	-90.57873	128			IL	061	83401	
4251330	Toledo	toledo	US	43601	1221	America/Chicago	39.27365	-88.24365	182	Majority Point,Prairie City,Toledo,Толедо	035	IL	035	73729	
4251341	Tolono	tolono	US	61880	3479	America/Chicago	39.98614	-88.25894	223			IL	019	75627	
4251360	Toronto	toronto	US	43964	0	America/Chicago	39.71394	-89.62982	180			IL	167	83310	
4251371	Tower Hill	tower-hill	US	62571	590	America/Chicago	39.38782	-88.96063	202	Tower Hill,Towerhill		IL	173	75861	
4251391	Tovey	tovey	US	62570	489	America/Chicago	39.58894	-89.4562	183			IL	021	70798	
4251413	Trenton	trenton	US	08601	2667	America/Chicago	38.6056	-89.68204	151	Trenton,Трентон		IL	027	73365	
4251427	Trilla	trilla	US	62469	0	America/Chicago	39.37504	-88.35032	199			IL	029	60469	
4251428	Trimble	trimble	US	38259	0	America/Chicago	39.06337	-87.68447	150			IL	033	41833	
4251513	Troy	troy	US	03465	10036	America/Chicago	38.72921	-89.88315	171	Columbia,Troj,Troja,Troy,trwy,trwy  aylynwy,Троя,Трој,تروي,تروی، ایلینوی,ٹروئے، الینوائے		IL	119	38245	
4251546	Tunnel Hill	tunnel-hill	US	30755	0	America/Chicago	37.52366	-88.83867	194	Tunnel Hill,Tunnelhill		IL	087		
4251590	Turpin	turpin	US	73950	0	America/Chicago	39.78865	-88.91924	205			IL	115	51219	
4251593	Tuscola	tuscola	US	61953	4443	America/Chicago	39.7992	-88.2831	199	Taskola,taskola,twskwla,twskwla  aylynwy,Таскола,توسكولا,توسکولا، ایلینوی,ٹسکولا، الینوائے,টাস্কোলা	041	IL	041	76420	
4251646	Ullin	ullin	US	62992	425	America/Chicago	37.27699	-89.18341	104			IL	153		
4251680	Union Center	union-center	US	53962	0	America/Chicago	39.33281	-88.08143	188	Union Center,Union Centre		IL	035	76641	
4251734	Union Hill	union-hill	US	14563	0	America/Chicago	38.58811	-90.00594	177			IL	163	11657	
4251741	Union Point	union-point	US	30669	0	America/Chicago	37.54922	-89.50399	107	Preston,Union Point		IL	181		
4251804	Unionville	unionville	US	06085	0	America/Chicago	37.12228	-88.54671	113	Union Village,Unionville		IL	127		
4251821	Unity	unity	US	04988	0	America/Chicago	37.14977	-89.27286	102	Hodges Park Station,Unity		IL	003		
4251834	University	university	US	38677	0	America/Chicago	37.93644	-88.6095	131			IL	065	70785	
4251865	Urbandale	urbandale	US	50322	0	America/Chicago	37.05283	-89.18591	95	Irvindale,Urbandale		IL	003		
4251879	Valier	valier	US	15780	659	America/Chicago	38.01533	-89.04257	140			IL	055	76576	
4251886	Valley City	valley-city	US	44280	13	America/Chicago	39.70699	-90.65263	150	Flint,Valley City		IL	149	26415	
4251900	Valmeyer	valmeyer	US	62295	1263	America/Chicago	38.30561	-90.27651	224			IL	133		
4251917	Vandalia	vandalia	US	45377	7112	America/Chicago	38.9606	-89.09368	158	VLA,Vandalia,Vandejlija,fandalya,vu~andaria,wandalya  aylynwy,Вандејлија,فانداليا,واندالیا، ایلینوی,وینڈالیا، الینوائے,ヴァンダリア	051	IL	051	77330	
4251952	Velma	velma	US	73491	0	America/Chicago	39.51477	-89.23259	190			IL	021	44251	
4251958	Venice	venice	US	34284	1915	America/Chicago	38.67227	-90.16983	125	Venecija,Венеция		IL	119	77486	
4251965	Vera	vera	US	74082	0	America/Chicago	39.03421	-89.11313	170			IL	051	69017	
4251966	Vergennes	vergennes	US	05491	294	America/Chicago	37.90227	-89.33564	121			IL	077	77538	
4251969	Vermilion	vermilion	US	44089	215	America/Chicago	39.58115	-87.58891	205	Vermilion,Vermillion		IL	045	73092	
4251977	Vernon	vernon	US	05354	127	America/Chicago	38.80227	-89.08701	157			IL	121	58070	
4251983	Versailles	versailles	US	06383	464	America/Chicago	39.88505	-90.65596	193	Sugar Grove,Versailles		IL	009	77733	
4252025	Vienna	vienna	US	04360	1647	America/Chicago	37.41533	-88.89784	123	Vajena,fyyna,wyn  aylynwy,Вајена,فيينا,وین، ایلینوی,وینا، الینوائے	087	IL	087		
4252041	Villa Grove	villa-grove	US	61956	2495	America/Chicago	39.86281	-88.16227	198	Villa Grove,Villagrove		IL	041	10604	
4252046	Villa Ridge	villa-ridge	US	62996	0	America/Chicago	37.15866	-89.1948	118	Villa Ridge,Villaridge		IL	153		
4252053	Villas	villas	US	08251	0	America/Chicago	38.89949	-87.75364	175			IL	033	35970	
4252060	Virden	virden	US	62690	3407	America/Chicago	39.50089	-89.76787	206			IL	117	78162	
4252071	Virginia	virginia	US	55777	1516	America/Chicago	39.95116	-90.21234	186	Virdzinija,Virginia,Virginia City,frjynya,wyrjynya  aylynwy,Вирџинија,فرجينيا,ورجینیا، الینوائے,ویرجینیا، ایلینوی	017	IL	017	78214	
4252088	Vulcan	vulcan	US	49892	0	America/Chicago	38.52894	-90.24234	125			IL	163	73456	
4252277	Waggoner	waggoner	US	62572	258	America/Chicago	39.37755	-89.65315	195			IL	135	60183	
4252295	Wakefield	wakefield	US	01880	0	America/Chicago	38.84005	-88.24393	150			IL	159	19486	
4252305	Walker	walker	US	26180	0	America/Chicago	39.67643	-89.00674	197			IL	115	70967	
4252324	Walkerville	walkerville	US	49459	0	America/Chicago	39.38699	-90.4954	175			IL	061	78461	
4252330	Walla Walla	walla-walla	US	99362	0	America/Chicago	39.20087	-88.19226	179			IL	035	31537	
4252381	Walnut Hill	walnut-hill	US	62893	106	America/Chicago	38.47727	-89.0434	173	Walnut Hill,Walnuthill		IL	121	12177	
4252397	Walpole	walpole	US	02081	0	America/Chicago	37.93671	-88.55477	134			IL	065	71305	
4252401	Walshville	walshville	US	62091	62	America/Chicago	39.07088	-89.61898	188			IL	135	78669	
4252408	Walsh	walsh	US	62297	0	America/Chicago	38.08949	-89.85094	146			IL	157		
4252409	Waltersburg	waltersburg	US	15488	0	America/Chicago	37.37894	-88.56421	144	Waltersburg,Waltersburgh		IL	151		
4252434	Wanda	wanda	US	56294	0	America/Chicago	38.83449	-90.03872	135			IL	119	27130	
4252438	Ward	ward	US	29166	0	America/Chicago	37.85005	-89.23536	125			IL	077	19629	
4252440	Waltonville	waltonville	US	62894	432	America/Chicago	38.20894	-89.03896	141			IL	081	23334	
4252454	Ware	ware	US	01082	0	America/Chicago	37.44783	-89.39398	105			IL	181		
4252462	Warnock	warnock	US	43967	0	America/Chicago	38.39561	-90.26928	123			IL	133		
4252469	Warrensburg	warrensburg	US	12885	1163	America/Chicago	39.93282	-89.06203	215			IL	115	37023	
4252474	Warrington	warrington	US	18976	0	America/Chicago	39.61281	-87.93753	208			IL	045	38999	
4252476	Wartburg	wartburg	US	37887	0	America/Chicago	38.29061	-90.19567	201			IL	133		
4252477	Wartrace	wartrace	US	37183	0	America/Chicago	37.39922	-88.77867	152			IL	087		
4252544	Water Valley	water-valley	US	38965	0	America/Chicago	37.55866	-89.17536	185	Water Valley,Watervalley		IL	181		
4252548	Waterloo	waterloo	US	13165	10236	America/Chicago	38.33589	-90.14983	216	Vaterlo,Voterlu,watrlw,watrlw  aylynwy,Ватерло,Вотерлу,واترلو,واترلو، ایلینوی,واٹرلو، الینوائے	133	IL	133		
4252573	Watson	watson	US	35181	745	America/Chicago	39.02532	-88.56977	171			IL	049	79254	
4252603	Wayne City	wayne-city	US	62895	1012	America/Chicago	38.34533	-88.58783	132			IL	191	56510	
4252616	Waverly	waverly	US	14892	1268	America/Chicago	39.59172	-89.95288	208			IL	137		
4252617	Weaver	weaver	US	36277	0	America/Chicago	39.41809	-87.59947	171			IL	023	78279	
4252669	Weir	weir	US	39772	0	America/Chicago	39.26782	-87.79031	178			IL	023	47267	
4252702	Wenonah	wenonah	US	08090	36	America/Chicago	39.32699	-89.28897	205			IL	135	53182	
4252767	West End	west-end	US	27376	0	America/Chicago	37.89005	-88.70561	137	West End,Westend		IL	165	74509	
4252804	West Liberty	west-liberty	US	26074	0	America/Chicago	38.85338	-88.08448	147			IL	079	27390	
4252812	West Frankfort	west-frankfort	US	62896	8067	America/Chicago	37.89783	-88.93146	122	Vest Frankfort,wst frankfwrt  aylynwy,wyst frankfwrt,Вест Франкфорт,وست فرانکفورت، ایلینوی,ويست فرانكفورت,ویسٹ فرینکفرٹ، الینوائے		IL	055	19421	
4252822	West Point	west-point	US	10996	0	America/Chicago	37.89894	-89.62204	181			IL	077	07731	
4252836	West Ridge	west-ridge	US	72391	0	America/Chicago	39.82587	-88.21699	210	West Ridge,Westridge		IL	041	76420	
4252841	West Salem	west-salem	US	44287	872	America/Chicago	38.52088	-88.00476	160	New Salem,West Salem		IL	047		
4252871	West Union	west-union	US	26456	288	America/Chicago	39.21587	-87.66614	144			IL	023	83934	
4252889	West York	west-york	US	62478	129	America/Chicago	39.17115	-87.67364	156			IL	033	36854	
4252897	Westfield	westfield	US	01085	580	America/Chicago	39.45642	-87.99615	231			IL	023	80294	
4252906	Westport	westport	US	02790	0	America/Chicago	38.6856	-87.53974	126			IL	101	00906	
4252907	Westport	westport	US	02790	0	America/Chicago	38.82727	-87.75975	137			IL	101	59377	
4252909	Westview	westview	US	40178	0	America/Chicago	38.537	-90.10178	163			IL	163	72988	
4252923	Wheeler	wheeler	US	38880	146	America/Chicago	39.04671	-88.31643	172			IL	079	54001	
4252954	White City	white-city	US	66872	228	America/Chicago	39.06477	-89.76343	199			IL	117	51037	
4252973	White Oak	white-oak	US	25989	0	America/Chicago	39.50977	-89.57121	185			IL	135		
4252975	White Hall	white-hall	US	21161	2410	America/Chicago	39.43699	-90.40318	174	Loafers' Grove,Vajt Khol,White Hall,Whitehall,wayt hal,wayt hal  aylynwy,Вајт Хол,وائٹ ہال، الینوائے,وايت هال,وایت هال، ایلینوی		IL	061	81269	
4253022	Whiteoak	whiteoak	US	63880	0	America/Chicago	38.2281	-89.72621	155			IL	163	46968	
4253064	Whittington	whittington	US	62897	0	America/Chicago	38.08922	-88.90284	135			IL	055	24686	
4253119	Willard	willard	US	14588	0	America/Chicago	37.08644	-89.3523	98			IL	003		
4253164	Williamsburg	williamsburg	US	01096	0	America/Chicago	38.22783	-89.05868	149			IL	081	06496	
4253165	Williamsburg	williamsburg	US	01096	0	America/Chicago	39.71753	-88.57201	210	Williamsburg,Williamsburg Station,Williamsburgh		IL	139	45083	
4253168	Williamson	williamson	US	14589	224	America/Chicago	38.9856	-89.76398	184			IL	119	55834	
4253179	Williamsville	williamsville	US	05362	1496	America/Chicago	39.95422	-89.54871	183	Benton,Williamsville		IL	167	81776	
4253187	Willisville	willisville	US	62997	608	America/Chicago	37.98394	-89.58954	151			IL	145		
4253212	Willow Hill	willow-hill	US	17271	229	America/Chicago	38.99588	-88.02253	153	Liberty,Willow Hill,Willowhill		IL	079	82023	
4253265	Wilsonville	wilsonville	US	35186	566	America/Chicago	39.07088	-89.85621	195			IL	117	20383	
4253268	Winchester	winchester	US	01890	1513	America/Chicago	39.62977	-90.45624	165	Vinchester,wynchstr  aylynwy,wynshstr,Винчестер,ونچسٹر، الینوائے,وينشستر,وینچستر، ایلینوی	171	IL	171		
4253280	Windsor	windsor	US	01270	1162	America/Chicago	39.44087	-88.59478	214	Vindzor,Виндзор		IL	173	82335	
4253325	Witt	witt	US	62094	872	America/Chicago	39.25644	-89.34814	202			IL	135	82738	
4253336	Woburn	woburn	US	01801	0	America/Chicago	38.95866	-89.34647	175	Newport,Woburn		IL	005	51297	
4253355	Wolf Creek	wolf-creek	US	59648	0	America/Chicago	37.62672	-89.05285	183	Wolf Creek,Wolfcreek		IL	199		
4253363	Wolf Lake	wolf-lake	US	56593	0	America/Chicago	37.50422	-89.43843	108	Wolf Lake,Wolflake		IL	181		
4253387	Wood River	wood-river	US	62095	10294	America/Chicago	38.86116	-90.09761	133	Vud River,wwd ryfr,wwd rywr  aylynwy,Вуд Ривер,وود ريفر,وود ریور، ایلینوی,ووڈ ریور، الینوائے		IL	119	83284	
4253402	Woodburn	woodburn	US	42170	0	America/Chicago	39.04755	-90.01205	195			IL	117	09590	
4253405	Woodbury	woodbury	US	05681	0	America/Chicago	39.19587	-88.3031	181	Woodberry,Woodbury		IL	035	82959	
4253418	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	37.60755	-88.94451	162			IL	199		
4253423	Woodlawn	woodlawn	US	24381	693	America/Chicago	38.33005	-89.03257	150	Wood Lawn,Woodlawn,Woodlawn Town		IL	081	69511	
4253454	Woodside	woodside	US	11377	0	America/Chicago	39.72005	-89.67899	180	Woodside,Woodside Station		IL	167	83310	
4253461	Woodson	woodson	US	62695	512	America/Chicago	39.62894	-90.21901	207			IL	137		
4253468	Woody	woody	US	93287	0	America/Chicago	39.26366	-90.48512	183	Woodville,Woody		IL	061	06860	
4253472	Worden	worden	US	59088	1028	America/Chicago	38.93144	-89.83899	173			IL	119	56068	
4253498	Wrights	wrights	US	62098	0	America/Chicago	39.37588	-90.29428	176	Wrights,Wrightsville		IL	061	83583	
4253511	Xenia	xenia	US	45385	382	America/Chicago	38.63588	-88.63477	165	Ksenija,Ксения		IL	025	83752	
4253518	Yale	yale	US	23897	86	America/Chicago	39.11976	-88.02476	170	Grandville,Yale		IL	079	30887	
4253533	Yatesville	yatesville	US	31097	0	America/Chicago	39.84588	-90.06039	189			IL	137		
4253555	York	york	US	03909	0	America/Chicago	39.17143	-87.63919	137			IL	023	83934	
4253587	Zanesville	zanesville	US	43701	0	America/Chicago	39.32227	-89.65315	197			IL	135	84129	
4253591	Zeigler	zeigler	US	62999	1765	America/Chicago	37.89949	-89.05202	125			IL	055	70070	
4253717	Aberdeen	aberdeen	US	21001	0	America/New_York	38.90534	-84.98745	269	Aberdeen,Bascom		IN	115	10738	
4253722	Abington	abington	US	02351	0	America/Indiana/Indianapolis	39.7331	-84.96302	253			IN	177	00172	
4253731	Acton	acton	US	01718	0	America/Indiana/Indianapolis	39.6556	-85.96693	241	Acton,Farmersville		IN	097	25504	
4253734	Adams	adams	US	01220	0	America/Indiana/Indianapolis	39.38255	-85.55997	270			IN	031	00370	
4253735	Adams	adams	US	01220	0	America/Indiana/Indianapolis	39.48227	-86.35555	198			IN	109	29196	
4253749	Acme	acme	US	15610	0	America/Indiana/Indianapolis	38.97811	-86.05887	186			IN	071	30618	
4253751	Adel	adel	US	31620	0	America/Indiana/Indianapolis	39.19199	-86.79584	165	Adel,Pleasant Valley		IN	119	25540	
4253754	Advance	advance	US	27006	511	America/Indiana/Indianapolis	39.99588	-86.62	284	Advance,Osceola		IN	011	36792	
4253766	Alamo	alamo	US	30411	65	America/Indiana/Indianapolis	39.98199	-87.05723	248			IN	107	64620	
4253772	Albion	albion	US	02802	0	America/Indiana/Indianapolis	38.74367	-85.73413	192			IN	143	38772	
4253786	Alford	alford	US	32420	0	America/Indiana/Petersburg	38.49144	-87.24279	158	Alford,Alfords		IN	125	80936	
4253804	Allendale	allendale	US	07401	0	America/Indiana/Indianapolis	39.3917	-87.39585	169	Allendale,Allentown		IN	167	34546	
4253810	Allensville	allensville	US	17002	0	America/Indiana/Vevay	38.87312	-85.02023	267			IN	155	15328	
4253826	Alpine	alpine	US	07620	0	America/Indiana/Indianapolis	39.55394	-85.1758	231	Al Pine,Alpine,Ashland		IN	041	14644	
4253832	Alta	alta	US	51002	0	America/Indiana/Indianapolis	39.77226	-87.38668	153			IN	165	32962	
4253833	Alton	alton	US	03809	55	America/Indiana/Marengo	38.12256	-86.41776	130			IN	025	06508	
4253841	Amity	amity	US	15311	0	America/Indiana/Indianapolis	39.42616	-86.0011	210			IN	081	06094	
4253846	Amo	amo	US	46103	415	America/Indiana/Indianapolis	39.6881	-86.61361	250	Amo,Morristown		IN	063	13078	
4253867	Andersonville	andersonville	US	31711	0	America/Indiana/Indianapolis	39.49755	-85.28885	321	Andersonville,Ceylon		IN	047	61326	
4253878	Annapolis	annapolis	US	21401	0	America/Indiana/Indianapolis	39.85254	-87.25057	197			IN	121	58698	
4253883	Anita	anita	US	15711	0	America/Indiana/Indianapolis	39.42588	-86.19138	247			IN	081	33160	
4253884	Antioch	antioch	US	37011	0	America/Indiana/Vevay	38.85951	-84.88384	266			IN	155	61380	
4253895	Antioch	antioch	US	37011	0	America/Indiana/Indianapolis	39.09865	-87.23751	162			IN	055	85634	
4253915	Arlington	arlington	US	02474	0	America/Indiana/Indianapolis	39.18394	-86.55	263			IN	105	05878	
4253916	Arlington	arlington	US	02474	433	America/Indiana/Indianapolis	39.64255	-85.57636	281	Arlington,Beech Grove,Burlington,Арлингтон		IN	139	61362	
4253929	Armstrong	armstrong	US	50514	0	America/Chicago	38.10921	-87.64724	143			IN	163	02188	
4253953	Art	art	US	76820	0	America/Indiana/Indianapolis	39.40282	-87.15529	185			IN	021	58986	
4253972	Arthur	arthur	US	37707	0	America/Indiana/Petersburg	38.34061	-87.24584	149			IN	125	58356	
4253984	Ashland	ashland	US	01721	0	America/Indiana/Indianapolis	39.92616	-85.30441	335	Ashland,Ashton		IN	065	43308	
4253988	Atherton	atherton	US	94027	0	America/Indiana/Indianapolis	39.60809	-87.36196	161	Atherton,Athertons Island		IN	167	57294	
4253999	Augusta	augusta	US	04330	0	America/Indiana/Indianapolis	39.89004	-86.21221	253	Augusta,Eck		IN	097	59742	
4254001	Augusta	augusta	US	04330	0	America/Indiana/Petersburg	38.33144	-87.19084	169			IN	125	44532	
4254010	Austin	austin	US	16720	4295	America/Indiana/Indianapolis	38.75839	-85.80803	170	Ostin,Остин		IN	143	38448	
4254020	Avoca	avoca	US	14809	583	America/Indiana/Indianapolis	38.91199	-86.54777	190			IN	093	47304	
4254021	Avon	avon	US	02322	16451	America/Indiana/Indianapolis	39.76282	-86.39972	254	Avon,Avon Station,Hampton,Smootsdell,Whitelink		IN	063	80702	
4254035	Ayrshire	ayrshire	US	50515	0	America/Indiana/Petersburg	38.37199	-87.24084	157			IN	125	58356	
4254036	Azalia	azalia	US	48110	0	America/Indiana/Indianapolis	39.09172	-85.8472	182			IN	005	67716	
4254062	Bainbridge	bainbridge	US	13733	742	America/Indiana/Indianapolis	39.76116	-86.81195	284			IN	133	50454	
4254068	Baker	baker	US	26801	0	America/Indiana/Indianapolis	39.1306	-87.31252	143			IN	153	10792	
4254109	Bandon	bandon	US	97411	0	America/Indiana/Tell_City	38.13728	-86.60026	221			IN	123	56214	
4254124	Bargersville	bargersville	US	46106	6846	America/Indiana/Indianapolis	39.52088	-86.16777	250			IN	081	83924	
4254129	Barnard	barnard	US	05031	0	America/Indiana/Indianapolis	39.84866	-86.70056	275	Barnard,Fort Red		IN	133	37332	
4254156	Barrett	barrett	US	56311	0	America/Chicago	38.2006	-87.86947	119	Barrett,Kilroy		IN	129	65052	
4254185	Batesville	batesville	US	22924	6611	America/Indiana/Indianapolis	39.30005	-85.22218	296	Bartsville,Bates Ville,Batesville,HLB,Middleton		IN	137	42336	
4254187	Bath	bath	US	03740	0	America/Indiana/Indianapolis	39.50838	-84.86246	308	Bath,New Bath		IN	047	03700	
4254222	Bear Branch	bear-branch	US	41714	0	America/New_York	38.91284	-85.07495	266	Bear Branch,Bearbranch,Bears Branch,Coles Corner,Coles Corners,Freedom		IN	115	59760	
4254282	Bedford	bedford	US	01730	13347	America/Indiana/Indianapolis	38.86116	-86.48721	209	BFR,Bedford,Бедфорд	093	IN	093	69102	
4254304	Beech Grove	beech-grove	US	42322	14548	America/Indiana/Indianapolis	39.72199	-86.08998	245	Beech Grove,Beech Grove Farm,Bich Grouv,bych grw  ayndyana,Бич Гроув,بیچ گرو، ایندیانا,بیچ گروو، انڈیانا		IN	097	59058	
4254305	Beech Grove	beech-grove	US	42322	0	America/Indiana/Indianapolis	39.51727	-86.44638	247			IN	109	13168	
4254338	Belknap	belknap	US	62908	0	America/Chicago	37.98338	-87.68808	135	Belknap,Belknap Station		IN	163	59166	
4254357	Belleview	belleview	US	34420	0	America/Indiana/Indianapolis	38.85589	-85.37801	271	Belleview,Mud Lick		IN	077	50346	
4254358	Belleville	belleville	US	07109	0	America/Indiana/Indianapolis	39.67727	-86.48833	272	Belleville,Belville		IN	063	43290	
4254359	Bellmore	bellmore	US	11710	0	America/Indiana/Indianapolis	39.75921	-87.10529	226	Belle Moore,Bellmore,North Hampton,Northampton		IN	121	77516	
4254363	Belmont	belmont	US	02478	0	America/Indiana/Indianapolis	39.92171	-85.34969	328			IN	065	33124	
4254364	Belmont	belmont	US	02478	0	America/Indiana/Indianapolis	39.75227	-86.19499	214			IN	097	11512	
4254374	Belmont	belmont	US	02478	0	America/Indiana/Indianapolis	39.15199	-86.34721	174			IN	013	80396	
4254382	Benham	benham	US	40807	0	America/Indiana/Indianapolis	38.98367	-85.25024	295	Benham,Benhams Station,Benhams Store,Lincolnville		IN	137	08362	
4254391	Bennington	bennington	US	03442	0	America/Indiana/Vevay	38.85895	-85.14051	271	Bennington,Slawson		IN	155	60480	
4254399	Bennettsville	bennettsville	US	29512	0	America/Kentucky/Louisville	38.42562	-85.80858	174			IN	019	10432	
4254401	Bentonville	bentonville	US	22610	0	America/Indiana/Indianapolis	39.74532	-85.19413	324			IN	041	61308	
4254404	Benwood	benwood	US	26031	0	America/Indiana/Indianapolis	39.56115	-87.11418	205			IN	021	78416	
4254425	Bethany	bethany	US	06524	0	America/Indiana/Indianapolis	39.17394	-86.06527	273	Bethany,South Bethany		IN	005	31612	
4254426	Bethany	bethany	US	06524	81	America/Indiana/Indianapolis	39.53255	-86.37583	200			IN	109	13168	
4254427	Bethany	bethany	US	06524	0	America/Indiana/Indianapolis	39.85421	-87.14723	225			IN	121	80918	
4254440	Bethel	bethel	US	04217	0	America/Indiana/Indianapolis	39.98671	-84.83024	369			IN	177	25666	
4254497	Bethlehem	bethlehem	US	03574	0	America/Kentucky/Louisville	38.53923	-85.42051	143			IN	019	05122	
4254515	Bicknell	bicknell	US	47512	2892	America/Indiana/Vincennes	38.77421	-87.30779	157			IN	083	79118	
4254612	Birdseye	birdseye	US	47513	407	America/Indiana/Vincennes	38.31672	-86.69582	220	Bird,Birds Eye,Birdsey,Birdseye		IN	037	37926	
4254628	Black Oak	black-oak	US	72414	0	America/Indiana/Vincennes	38.66255	-87.08112	157			IN	027	03484	
4254655	Blairsville	blairsville	US	15717	0	America/Chicago	38.07893	-87.76197	130			IN	129	65124	
4254658	Blanford	blanford	US	47831	342	America/Indiana/Indianapolis	39.66504	-87.52058	175			IN	165	13798	
4254663	Blakesburg	blakesburg	US	52536	0	America/Indiana/Indianapolis	39.80727	-86.91001	238			IN	133	66474	
4254671	Bloomfield	bloomfield	US	06002	2336	America/Indiana/Indianapolis	39.02699	-86.93751	185	Bloomfield,Bloomington,Blumfild,Блумфилд,بلوم فیلڈ، انڈیانا	055	IN	055	64080	
4254672	Bloomfield	bloomfield	US	06002	0	America/Chicago	38.02449	-87.09639	135	Bloomfield,Grass,Yearbyville		IN	147	28944	
4254675	Blooming Grove	blooming-grove	US	10914	0	America/Indiana/Indianapolis	39.50227	-85.06468	309	Blooming Grove,Greensboro		IN	047	05824	
4254677	Bloomingdale	bloomingdale	US	07403	327	America/Indiana/Indianapolis	39.83337	-87.24974	196	Bloomfield,Bloomingdale,Elevalis,Elevatis,Elevatus,Ellevalas,Java		IN	121	58698	
4254679	Bloomington	bloomington	US	12411	84067	America/Indiana/Indianapolis	39.16533	-86.52639	235	BMG,Bloomington,Blumington,Blumingtona,Blumingtun,Blūmingtona,beullumingteon,blumintana,blwmnghtwn,blwmyngtwn,blwmyngtwn  ayndyana,bu lu ming dun,buruminton,Блумингтон,Блумингтън,Блумінгтон,בלומינגטון,بلومنغتون,بلومنگٹن، انڈیانا,بلومینگتون، ایندیانا,ব্লুমিংটন,ブルーミントン,布卢明顿,블루밍턴	105	IN	105	05878	
4254688	Blue	blue	US	85922	0	America/New_York	38.92506	-85.00467	265			IN	115	10738	
4254704	Blue Ridge	blue-ridge	US	24064	0	America/Indiana/Indianapolis	39.51921	-85.63553	276	Blue Ridge,Cynthiana,Cynthiann		IN	145	43398	
4254730	Blue River	blue-river	US	41607	0	America/Indiana/Indianapolis	38.53006	-85.93942	231			IN	175	61002	
4254739	Bluffs	bluffs	US	62621	0	America/Indiana/Indianapolis	39.56894	-86.2511	213			IN	109	31936	
4254750	Bobtown	bobtown	US	15315	0	America/Indiana/Indianapolis	39.0195	-85.94609	174			IN	071	30618	
4254762	Boggstown	boggstown	US	46110	0	America/Indiana/Indianapolis	39.5631	-85.91637	228			IN	145	73952	
4254778	Bono	bono	US	72416	0	America/Indiana/Indianapolis	39.76031	-87.49391	194			IN	165	32962	
4254797	Boonville	boonville	US	13309	6180	America/Chicago	38.04921	-87.27417	129	Booneville,Boonsboro,Boonsville,Boonville	173	IN	173	06472	
4254805	Borden	borden	US	47106	891	America/Kentucky/Louisville	38.46673	-85.9458	171	Borden,New Providence		IN	019	85166	
4254810	Boston	boston	US	02108	134	America/Indiana/Indianapolis	39.74116	-84.8519	345	Boston,Бостон		IN	177	06670	
4254836	Bowman	bowman	US	29018	0	America/Indiana/Petersburg	38.49644	-87.34696	132			IN	125	46062	
4254842	Boyd	boyd	US	54726	0	America/Indiana/Indianapolis	39.71866	-85.55109	296			IN	139	64656	
4254844	Bowling Green	bowling-green	US	22427	0	America/Indiana/Indianapolis	39.3831	-87.01168	199	Bowling Green,Bowlinggreen		IN	021	80468	
4254854	Bradford	bradford	US	02808	0	America/Kentucky/Louisville	38.36784	-86.06192	254			IN	061	51030	
4254865	Branchville	branchville	US	07826	0	America/Indiana/Tell_City	38.16367	-86.57971	132	Branchville,Oil Creek		IN	123	56214	
4254884	Brazil	brazil	US	47834	8109	America/Indiana/Indianapolis	39.52365	-87.12502	199	Brazil,brazila,brzyl  ayndyana,Бразил,برزیل، ایندیانا,ब्राज़ील	021	IN	021	07192	
4254891	Breckenridge	breckenridge	US	48615	0	America/Kentucky/Louisville	38.21785	-86.03302	202	Brackenridge,Breckenridge		IN	061	25396	
4254931	Bridgeport	bridgeport	US	06601	0	America/Kentucky/Louisville	38.17618	-85.90635	131	Bridgeport,Locust Point		IN	061	61344	
4254936	Bridgeton	bridgeton	US	08302	0	America/Indiana/Indianapolis	39.64504	-87.17751	172	Bridgeton,Lockwood Mills,Sodom		IN	121	62622	
4254942	Bridgeport	bridgeport	US	06601	0	America/Indiana/Indianapolis	39.73227	-86.31721	230			IN	097	81800	
4254951	Bristow	bristow	US	20136	0	America/Indiana/Tell_City	38.14006	-86.72165	125			IN	123	12808	
4254969	Broadview	broadview	US	59015	0	America/Indiana/Indianapolis	39.13977	-86.53833	226			IN	105	59112	
4254984	Brookfield	brookfield	US	01506	0	America/Indiana/Indianapolis	39.63782	-85.94276	233	Brookfield,Brookville		IN	145	50994	
4254985	Brooklyn	brooklyn	US	06234	1601	America/Indiana/Indianapolis	39.53921	-86.36916	202	Bruklin,Бруклин		IN	109	13168	
4254991	Brooks	brooks	US	04921	0	America/Indiana/Indianapolis	39.93837	-85.91915	253			IN	057	22612	
4254999	Brookville	brookville	US	15825	2566	America/Indiana/Indianapolis	39.42311	-85.01274	203	Brooksville,Brookville,Brukvil,brwkwyl  ayndyana,Бруквил,بروکویل، ایندیانا	047	IN	047	08200	
4255055	Browns Valley	browns-valley	US	56219	0	America/Indiana/Indianapolis	39.9031	-86.99195	246	Browns Valley,Brownsville		IN	107	08326	
4255056	Brownsburg	brownsburg	US	24415	24996	America/Indiana/Indianapolis	39.84338	-86.39777	269	Brownsburg,Brownsburgh,Harrisburg,Harrisburgh		IN	063	43794	
4255062	Brownstown	brownstown	US	17508	0	America/Indiana/Marengo	38.38089	-86.50304	194	Brownstown,Browntown,Mount Prospect		IN	025	73016	
4255063	Brownstown	brownstown	US	17508	2952	America/Indiana/Indianapolis	38.87894	-86.04192	190		071	IN	071	08488	
4255066	Brownsville	brownsville	US	05037	0	America/Indiana/Indianapolis	39.66449	-85.00468	242			IN	161	08542	
4255069	Bruceville	bruceville	US	47516	477	America/Indiana/Vincennes	38.75949	-87.41557	169			IN	083	80738	
4255078	Brunswick	brunswick	US	04011	0	America/Indiana/Indianapolis	39.19699	-87.12001	160			IN	021	43002	
4255108	Bryantsville	bryantsville	US	40410	0	America/Indiana/Indianapolis	38.76866	-86.57305	183			IN	093	72044	
4255110	Buchanan	buchanan	US	10511	0	America/Kentucky/Louisville	38.21618	-85.89941	134			IN	043	25360	
4255148	Buckskin	buckskin	US	47647	0	America/Chicago	38.22838	-87.41196	140			IN	051	03556	
4255151	Bud	bud	US	24716	0	America/Indiana/Indianapolis	39.44699	-86.17582	251			IN	081	77390	
4255155	Buena Vista	buena-vista	US	15018	0	America/Indiana/Indianapolis	39.43894	-85.27246	304	Buena Vista,Stipps Hill,Stips Hill		IN	047	61326	
4255156	Buena Vista	buena-vista	US	15018	0	America/Kentucky/Louisville	38.05896	-85.97996	207			IN	061	75014	
4255161	Buffalo	buffalo	US	14201	0	America/New_York	39.02061	-84.88384	149	Buffalo,French		IN	115	62928	
4255188	Bunker Hill	bunker-hill	US	25413	0	America/Indiana/Indianapolis	39.56644	-86.44138	247			IN	109	50400	
4255189	Bunker Hill	bunker-hill	US	25413	0	America/Indiana/Indianapolis	38.57367	-85.89442	276			IN	175	25630	
4255193	Bunker Hill	bunker-hill	US	25413	0	America/Indiana/Indianapolis	39.63338	-85.21246	287			IN	041	14950	
4255207	Burnett	burnett	US	53922	0	America/Indiana/Indianapolis	39.54282	-87.29557	162	Burnett,Grant Station,Otterville		IN	167	57294	
4255214	Burnsville	burnsville	US	26335	0	America/Indiana/Indianapolis	39.17283	-85.74026	209			IN	005	65250	
4255222	Burney	burney	US	96013	0	America/Indiana/Indianapolis	39.31727	-85.64025	252			IN	031	13042	
4255263	Butlerville	butlerville	US	47223	282	America/Indiana/Indianapolis	39.0345	-85.51274	246			IN	079	09946	
4255283	Byron	byron	US	14422	0	America/Indiana/Indianapolis	39.90365	-87.10557	232			IN	121	34942	
4255287	Cadiz	cadiz	US	42211	145	America/Indiana/Indianapolis	39.95143	-85.48664	333			IN	065	31828	
4255309	Cale	cale	US	71828	0	America/Indiana/Vincennes	38.79588	-86.75139	162	Cale,Kale School		IN	101	49995	
4255339	Cambridge City	cambridge-city	US	47327	1784	America/Indiana/Indianapolis	39.81255	-85.17163	285			IN	177	37530	
4255340	Camby	camby	US	46113	0	America/Indiana/Indianapolis	39.66255	-86.31666	235	Camby,West Union Station		IN	097	17092	
4255413	Campbellsburg	campbellsburg	US	40011	578	America/Indiana/Indianapolis	38.65144	-86.26109	255	Campbellsburg,Campbellsburgh		IN	175	08380	
4255414	Campbelltown	campbelltown	US	17010	0	America/Indiana/Petersburg	38.42144	-87.24001	171	Campbell Town,Campbelltown		IN	125	58356	
4255420	Canaan	canaan	US	03741	90	America/Indiana/Indianapolis	38.86672	-85.29579	289			IN	077	69228	
4255446	Cannelburg	cannelburg	US	47519	155	America/Indiana/Vincennes	38.66977	-86.99834	161	Cannelburg,Cannelburgh,Clarks Station		IN	027	03484	
4255448	Canton	canton	US	02021	0	America/Indiana/Indianapolis	38.62395	-86.0347	264	Canton,Eggharbor,Greensburg		IN	175	81116	
4255455	Carbon	carbon	US	47837	397	America/Indiana/Indianapolis	39.59782	-87.11863	211			IN	021	78416	
4255457	Cannelton	cannelton	US	25036	1517	America/Indiana/Tell_City	37.91144	-86.74443	125	Cannelsburg,Cannelton,Cannelton Heights,Kanelton,Kannelton,kanyltwn,knltwn  ayndyana,Канелтон,Каннелтон,كانيلتون,کنلتون، ایندیانا,کینلٹن، انڈیانا		IN	123	76652	
4255462	Carlisle	carlisle	US	01741	692	America/Indiana/Indianapolis	38.96838	-87.40557	147			IN	153	30348	
4255465	Carefree	carefree	US	85377	27	America/Indiana/Marengo	38.25173	-86.35137	233			IN	025	38394	
4255466	Carmel	carmel	US	04419	88713	America/Indiana/Indianapolis	39.97837	-86.11804	260	Bethleham,Bethlehem,Carmel,Karmel,Karmel',ka mei er,kameol,kameru,karml,karml  ayndyana,Кармел,Кармель,كارمل,کارمل، انڈیانا,کارمل، ایندیانا,カーメル,卡梅尔,카멀		IN	057	13060	
4255481	Carpentersville	carpentersville	US	60110	0	America/Indiana/Indianapolis	39.8056	-86.80556	264	Carpentersville,Carpenterville Town		IN	133	25576	
4255491	Carrollton	carrollton	US	23314	0	America/Indiana/Indianapolis	39.7056	-85.82081	255	Carlton,Carrollton,Carrolton,Finley,Finly,Kinder,Reedville,Tailholt		IN	059	07084	
4255506	Carthage	carthage	US	13619	890	America/Indiana/Indianapolis	39.73838	-85.57192	267			IN	139	64656	
4255511	Cary	cary	US	27511	0	America/Indiana/Indianapolis	39.70699	-86.82306	238			IN	133	50454	
4255512	Cascade	cascade	US	21719	0	America/Indiana/Indianapolis	39.1906	-86.53889	227	Cascade,Cascade Heights		IN	105	05878	
4255519	Cass	cass	US	24927	0	America/Indiana/Indianapolis	39.08699	-87.27863	174	Buell,Cass,Lyontown		IN	153	10792	
4255535	Castleton	castleton	US	05735	36	America/Indiana/Indianapolis	39.90698	-86.05221	247			IN	097	42444	
4255544	Cataract	cataract	US	54620	0	America/Indiana/Indianapolis	39.42755	-86.8164	235			IN	119	38430	
4255546	Cato	cato	US	13033	0	America/Indiana/Petersburg	38.43672	-87.18556	149			IN	125	38160	
4255550	Catlin	catlin	US	61817	0	America/Indiana/Indianapolis	39.69365	-87.23529	167			IN	121	62622	
4255557	Cayuga	cayuga	US	13034	1118	America/Indiana/Indianapolis	39.94865	-87.45974	155	Cayuga,Eugene Station		IN	165	21556	
4255571	Cedar Grove	cedar-grove	US	07009	154	America/Indiana/Indianapolis	39.357	-84.93773	183	Cedar Grove,Cedargrove,Rochester		IN	047	33448	
4255577	Celestine	celestine	US	47521	0	America/Indiana/Vincennes	38.38478	-86.77916	181			IN	037	30456	
4255581	Celina	celina	US	38551	0	America/Indiana/Tell_City	38.18812	-86.61276	165			IN	123	56214	
4255585	Centenary	centenary	US	29519	0	America/Indiana/Indianapolis	39.65837	-87.47335	185			IN	165	13798	
4255590	Center	center	US	42214	0	America/Chicago	38.04866	-87.34306	136			IN	173	06472	
4255602	Center Point	center-point	US	26339	239	America/Indiana/Indianapolis	39.41699	-87.07724	200	Center Point,Centerpoint,Centr Point,Centre Point,Центр Поинт		IN	021	73988	
4255607	Center Valley	center-valley	US	18034	0	America/Indiana/Indianapolis	39.63032	-86.48	244	Center Valley,Centre Valley		IN	063	43290	
4255608	Center Valley	center-valley	US	18034	0	America/Indiana/Indianapolis	39.51366	-86.40888	190			IN	109	13168	
4255626	Centerville	centerville	US	02632	0	America/Chicago	37.99422	-87.06333	139	Centerville,Centreville,Oakland		IN	147	28944	
4255627	Centerville	centerville	US	02632	2576	America/Indiana/Indianapolis	39.81782	-84.99635	309	Centerville,Centreville,Sentervil,sntrfyl,Сентервил,سنترفيل,سینٹرویل، انڈیانا		IN	177	11710	
4255629	Central	central	US	29630	0	America/Kentucky/Louisville	38.09979	-86.15858	213			IN	061	33268	
4255630	Central	central	US	29630	0	America/Indiana/Indianapolis	38.77367	-85.33329	278			IN	077	46008	
4255638	Centerton	centerton	US	72719	0	America/Indiana/Indianapolis	39.51505	-86.39499	191	Centerton,Centreton		IN	109	13168	
4255666	Chambersburg	chambersburg	US	17201	0	America/Indiana/Indianapolis	38.51811	-86.39221	201	Chambersburg,Chambersburgh		IN	117	57798	
4255673	Chandler	chandler	US	47610	3385	America/Chicago	38.04171	-87.36806	126	Chandler,Чандлер		IN	173	56178	
4255677	Chandler	chandler	US	47610	0	America/Indiana/Petersburg	38.42144	-87.35224	153			IN	125	44640	
4255679	Chapel Hill	chapel-hill	US	27514	0	America/Indiana/Indianapolis	39.77504	-86.28194	238			IN	097	81800	
4255680	Chapel Hill	chapel-hill	US	27514	0	America/Indiana/Indianapolis	38.99838	-86.44916	236	Chapel Hill,Chapelhill		IN	105	60984	
4255704	Charlestown	charlestown	US	02129	8088	America/Kentucky/Louisville	38.45312	-85.67024	180	Charlstaun,cha er si dui,charlztawn  ayndyana,sharlstwn,Чарлстаун,شارلستون,چارلزتاون، ایندیانا,چارلس ٹاؤن، انڈیانا,查尔斯敦		IN	019	12142	
4255711	Charlottesville	charlottesville	US	22901	0	America/Indiana/Indianapolis	39.53616	-84.85301	305			IN	161	77678	
4255713	Charlottesville	charlottesville	US	22901	0	America/Indiana/Indianapolis	39.79032	-85.61275	287			IN	059	37062	
4255723	Cherryvale	cherryvale	US	67335	0	America/Indiana/Indianapolis	39.46337	-87.23946	183			IN	167	45018	
4255724	Chester	chester	US	01011	0	America/Indiana/Indianapolis	39.8881	-84.88774	319			IN	177	81944	
4255726	Chelsea	chelsea	US	02150	0	America/Indiana/Indianapolis	38.65062	-85.52496	240			IN	077	67662	
4255727	Chesterville	chesterville	US	43317	0	America/New_York	39.06783	-85.05218	266			IN	029	71738	
4255731	Chesterton	chesterton	US	46304	0	America/Indiana/Indianapolis	39.92893	-86.12082	238			IN	057	13060	
4255732	Chestnut Hill	chestnut-hill	US	02467	0	America/Kentucky/Louisville	38.47589	-85.93275	268			IN	019	85166	
4255735	Chestnut Ridge	chestnut-ridge	US	15422	0	America/Indiana/Indianapolis	38.88867	-85.86025	168			IN	071	80720	
4255750	China	china	US	77613	0	America/Indiana/Indianapolis	38.82589	-85.33829	174	China,Indiana Kentucky		IN	077	69228	
4255773	Christiansburg	christiansburg	US	24068	0	America/Indiana/Indianapolis	39.08866	-86.1561	183	Christiansburg,Christiansburgh		IN	013	78398	
4255778	Chrisney	chrisney	US	47611	484	America/Chicago	38.01477	-87.03639	143	Chrisney,Spring Station,Springs Station		IN	147	28944	
4255798	Cincinnati	cincinnati	US	45201	0	America/Indiana/Indianapolis	39.02005	-86.72889	252			IN	055	11350	
4255800	Circleville	circleville	US	10919	0	America/Indiana/Indianapolis	39.60032	-85.43914	300			IN	139	66456	
4255802	Cincinnati	cincinnati	US	45201	0	America/Indiana/Indianapolis	39.85699	-87.22612	195			IN	121	80918	
4255833	Clarksburg	clarksburg	US	15725	149	America/Indiana/Indianapolis	39.43338	-85.34774	321	Clarksburg,Clarksburgh		IN	031	26098	
4255834	Clarksdale	clarksdale	US	38614	0	America/Indiana/Indianapolis	39.20005	-86.1261	207			IN	013	80396	
4255836	Clarksville	clarksville	US	12041	21866	America/Kentucky/Louisville	38.29674	-85.75996	139	Clarksville,Clarkville,Klarksvil,ke la ke si wei er,klarksfyl,Кларксвил,كلاركسفيل,کلارکسویل، انڈیانا,克拉克斯维尔		IN	019	38367	
4255841	Clay City	clay-city	US	40312	840	America/Indiana/Indianapolis	39.27671	-87.11279	181	Clay City,Markland		IN	021	31684	
4255842	Clay City	clay-city	US	40312	0	America/Chicago	38.08255	-86.95166	137			IN	147	13240	
4255863	Claysville	claysville	US	15323	0	America/Indiana/Indianapolis	38.62256	-86.28943	217	Claysville,Middletown		IN	175	78956	
4255864	Clayton	clayton	US	08312	995	America/Indiana/Indianapolis	39.68921	-86.5225	267	Claysville,Clayton		IN	063	43290	
4256585	Deputy	deputy	US	47230	86	America/Indiana/Indianapolis	38.79422	-85.6533	191			IN	077	28566	
4255872	Clear Creek	clear-creek	US	25044	0	America/Indiana/Indianapolis	39.10921	-86.54	200	Clear Creek,Clearcreek		IN	105	59112	
4255893	Clear Spring	clear-spring	US	21722	0	America/Indiana/Indianapolis	38.92505	-86.20999	268	Clear Spring,Mooney		IN	071	57474	
4255897	Clermont	clermont	US	30527	1408	America/Indiana/Indianapolis	39.80977	-86.32249	254	Clermont,Mechanicsburg,Mechanicsburgh		IN	097	81800	
4255902	Cleveland	cleveland	US	13042	0	America/Indiana/Indianapolis	39.79032	-85.6447	296	Cleveland,Portland		IN	059	37062	
4255906	Clifford	clifford	US	18413	236	America/Indiana/Indianapolis	39.28227	-85.86916	201			IN	005	23548	
4255909	Clifton	clifton	US	07011	0	America/Indiana/Indianapolis	39.81615	-86.18304	228			IN	097	11512	
4255910	Clifton	clifton	US	07011	0	America/Indiana/Indianapolis	39.69033	-84.95579	309			IN	161	08542	
4255926	Clinton	clinton	US	01510	0	America/Indiana/Indianapolis	39.21061	-85.1319	302			IN	137	25612	
4255937	Clinton	clinton	US	01510	4811	America/Indiana/Indianapolis	39.65698	-87.39807	150	Klinton,Клинтон		IN	165	13798	
4255948	Cloverdale	cloverdale	US	24077	2090	America/Indiana/Indianapolis	39.51477	-86.7939	250	Clover Dale,Cloverdale,Cloverdale (Indiana)		IN	133	13870	
4255950	Coal City	coal-city	US	25823	0	America/Indiana/Indianapolis	39.23032	-87.04584	199			IN	119	38142	
4255957	Coalmont	coalmont	US	37313	402	America/Indiana/Indianapolis	39.19338	-87.23113	192			IN	021	43002	
4255959	Coatesville	coatesville	US	19320	542	America/Indiana/Indianapolis	39.68782	-86.67028	269	Coatesville,Coatsville		IN	063	13078	
4255961	Cobb	cobb	US	31735	0	America/Indiana/Indianapolis	39.58115	-87.22335	169			IN	167	52308	
4255967	Cochran	cochran	US	31014	0	America/New_York	39.05228	-84.92051	152			IN	029	11278	
4255999	College Corner	college-corner	US	45003	0	America/Indiana/Indianapolis	39.83838	-85.07052	300			IN	177	32044	
4256024	Coloma	coloma	US	49038	0	America/Indiana/Indianapolis	39.78837	-87.29196	188	Coloma,Rocky Run		IN	121	63846	
4256029	Columbia	columbia	US	06237	0	America/Indiana/Indianapolis	39.57644	-85.20719	303			IN	041	14644	
4256430	Dalton	dalton	US	01226	0	America/Indiana/Indianapolis	39.98338	-85.18135	325	Dalton,Palmyra		IN	177	16714	
4256038	Columbus	columbus	US	08022	46690	America/Indiana/Indianapolis	39.20144	-85.92138	192	CLU,Columbus,Kolambus,Kolumbus,Tiptonia,ge lun bu,klmbws  ayndyana,koronbasu,kwlwmbws,Коламбус,Колумбус,كولومبوس,کلمبوس، ایندیانا,کولمبس، انڈیانا,コロンバス,哥伦布	005	IN	005	14752	
4256051	Commiskey	commiskey	US	47227	0	America/Indiana/Indianapolis	38.8595	-85.64552	212			IN	079	50724	
4256085	Connersville	connersville	US	47331	13010	America/Indiana/Indianapolis	39.64116	-85.14107	251	CEV,Konersvil,kanrzwyl  ayndyana,kwnrsfyl,Конерсвил,كونرسفيل,کانرزویل، ایندیانا,کونرزویل، انڈیانا	041	IN	041	14950	
4256139	Cope	cope	US	29038	0	America/Indiana/Indianapolis	39.45033	-86.31888	226			IN	109	29196	
4256157	Cornelius	cornelius	US	28031	0	America/Indiana/Indianapolis	39.29977	-86.29805	217	Cornelius,Cottonwood		IN	013	36810	
4256164	Corning	corning	US	14830	0	America/Indiana/Vincennes	38.58283	-87.0175	175			IN	027	63702	
4256168	Cornettsville	cornettsville	US	41731	0	America/Indiana/Vincennes	38.75671	-87.11001	151			IN	027	06274	
4256170	Cortland	cortland	US	13045	0	America/Indiana/Indianapolis	38.97311	-85.96415	171			IN	071	30618	
4256174	Cory	cory	US	47846	0	America/Indiana/Indianapolis	39.38226	-87.20585	192			IN	021	58986	
4256184	Corydon	corydon	US	42406	3144	America/Kentucky/Louisville	38.21201	-86.12192	179	Koridon,ke luo yi deng,kolideun,kwraydwn,Коридон,كورايدون,克罗伊登,코리든	061	IN	061	31810	
4256186	Cottage Grove	cottage-grove	US	38224	0	America/Indiana/Indianapolis	39.59644	-84.86162	317			IN	161	11656	
4256241	Craig	craig	US	64437	0	America/Indiana/Indianapolis	39.33227	-85.51942	280			IN	031	80558	
4256247	Crandall	crandall	US	30711	151	America/Kentucky/Louisville	38.28757	-86.06636	199	Crandall,Crandall Station		IN	061	37080	
4256252	Crane	crane	US	47522	183	America/Indiana/Vincennes	38.89116	-86.90389	187			IN	101	59076	
4256255	Crawford	crawford	US	26343	0	America/Indiana/Indianapolis	38.84588	-86.39721	223			IN	093	69102	
4256339	Crothersville	crothersville	US	47229	1597	America/Indiana/Indianapolis	38.80061	-85.84164	170	Crothersville,Haysville		IN	071	78884	
4256368	Crystal	crystal	US	48818	0	America/Indiana/Vincennes	38.492	-86.75388	153			IN	037	14608	
4256374	Cuba	cuba	US	14727	0	America/Indiana/Indianapolis	39.3781	-86.79806	256	Cuba,Sante Fe		IN	119	50742	
4256381	Cuba	cuba	US	14727	0	America/Indiana/Indianapolis	39.34588	-85.96916	203			IN	005	27432	
4256384	Cumberland	cumberland	US	02864	5467	America/Indiana/Indianapolis	39.77615	-85.9572	260	Kamberlend,Камберленд		IN	097	80144	
4256407	Cynthiana	cynthiana	US	41031	539	America/Chicago	38.18754	-87.7103	144			IN	129	70164	
4256409	Cypress	cypress	US	32432	0	America/Chicago	37.91421	-87.62974	113	Cypress,Dogtown		IN	163	77696	
4256418	Daggett	daggett	US	49821	0	America/Indiana/Indianapolis	39.2156	-87.0389	195			IN	119	38142	
4256426	Dale	dale	US	14039	1542	America/Chicago	38.16894	-86.99	142	Dale,Elizabeth		IN	147	10576	
4256437	Dana	dana	US	28724	581	America/Indiana/Indianapolis	39.80781	-87.49502	195			IN	165	32962	
4256447	Danville	danville	US	03819	9614	America/Indiana/Indianapolis	39.7606	-86.52639	291	Danvil,danfyl,Данвил,دانفيل	063	IN	063	11386	
4256453	Danville	danville	US	03819	0	America/Indiana/Indianapolis	39.26449	-87.09112	181			IN	021	31684	
4256467	Davidson	davidson	US	28035	0	America/Kentucky/Louisville	37.96757	-86.04719	136			IN	061	06544	
4256484	Davy	davy	US	24828	0	America/Chicago	38.86671	-87.59725	163			IN	163		
4256491	Dayville	dayville	US	06241	0	America/Chicago	37.95421	-87.32223	119			IN	173	01540	
4256522	Decker	decker	US	47524	246	America/Indiana/Vincennes	38.51894	-87.52308	142	Decker,Decker Town,Deckertown		IN	083	38700	
4256555	Delaware	delaware	US	07833	0	America/Indiana/Indianapolis	39.14783	-85.20718	281	Delaware,Delaware Station,Rei		IN	137	17524	
4256574	Denmark	denmark	US	04022	0	America/Indiana/Indianapolis	39.26976	-87.02584	167			IN	119	46998	
4256583	Depauw	depauw	US	47115	0	America/Kentucky/Louisville	38.33506	-86.21748	198	Depauw,Depaw		IN	061	06058	
4256587	Derby	derby	US	05829	0	America/Indiana/Tell_City	38.03034	-86.5272	138			IN	123	77534	
4256622	Dexter	dexter	US	04930	0	America/Indiana/Tell_City	38.05923	-86.47859	129			IN	123	77534	
4256626	Diamond	diamond	US	44412	0	America/Indiana/Indianapolis	39.61143	-87.16613	194	Caseyville,Diamond		IN	121	62622	
4256628	Dewey	dewey	US	61840	0	America/Indiana/Indianapolis	39.50948	-87.37585	146			IN	167	32026	
4256634	Dickeyville	dickeyville	US	53808	0	America/Chicago	38.15616	-87.21973	148			IN	173	57492	
4256645	Dillsboro	dillsboro	US	28725	1320	America/New_York	39.01783	-85.05884	265	Dillsboro,Dillsborough		IN	029	13024	
4256658	Dixie	dixie	US	25059	0	America/Kentucky/Louisville	38.16007	-86.2122	190			IN	061	31810	
4256659	Dixon	dixon	US	42409	0	America/Indiana/Indianapolis	39.07088	-87.03334	174			IN	055	22486	
4256709	Donaldsonville	donaldsonville	US	70346	0	America/Indiana/Indianapolis	39.52921	-87.0989	209			IN	021	07192	
4256710	Dongola	dongola	US	62926	0	America/Chicago	38.37199	-87.34029	136			IN	051	14662	
4256726	Douglas	douglas	US	01516	0	America/Chicago	38.3306	-87.50169	144	Douglas,Maxams		IN	051	11314	
4256731	Dover	dover	US	02030	0	America/New_York	39.24144	-84.94773	286	Dover,Kelso,McKenzie Cross Roads		IN	029	39330	
4256803	Dublin	dublin	US	03444	769	America/Indiana/Indianapolis	39.81227	-85.20885	321	Dublin,Дублин		IN	177	37530	
4256805	Dubois	dubois	US	47527	488	America/Indiana/Vincennes	38.44533	-86.80444	154	Dubois,Knoxville		IN	037	46890	
4256825	Duff	duff	US	37729	0	America/Indiana/Vincennes	38.32727	-87.02639	143			IN	037	58302	
4256832	Dugger	dugger	US	47848	898	America/Indiana/Indianapolis	39.07004	-87.2614	176			IN	153	10792	
4256840	Duncan	duncan	US	29334	0	America/Kentucky/Louisville	38.28812	-85.92497	245			IN	043	27342	
4256856	Dupont	dupont	US	45837	338	America/Indiana/Indianapolis	38.89006	-85.51413	241			IN	077	41940	
4256858	Durham	durham	US	03824	0	America/Chicago	38.25977	-87.58113	135			IN	051	77300	
4256866	Dunreith	dunreith	US	47337	174	America/Indiana/Indianapolis	39.80338	-85.43858	318	Coffins Station,Dunreith		IN	065	72026	
4256903	Earle	earle	US	72331	0	America/Chicago	38.0856	-87.51335	138	Earl,Earle		IN	163	68472	
4256923	East Enterprise	east-enterprise	US	47019	148	America/Indiana/Vevay	38.87284	-84.98801	269	Allensville,Clapboard Corner,East Enterprise		IN	155	15328	
4256956	East Haven	east-haven	US	05837	0	America/Indiana/Indianapolis	39.83921	-84.93079	306			IN	177	81944	
4257024	Eckerty	eckerty	US	47116	0	America/Indiana/Marengo	38.32034	-86.61193	227	Boston,Down Hill,Eckerty		IN	025	38646	
4257026	Economy	economy	US	47339	180	America/Indiana/Indianapolis	39.9781	-85.08802	352			IN	177	59184	
4257031	Eden	eden	US	05652	0	America/Indiana/Indianapolis	39.90615	-85.76998	268	Eden,Lewisburg,Lewisburgh		IN	059	29142	
4257038	Edgewood	edgewood	US	21040	0	America/Indiana/Indianapolis	39.68477	-86.13415	231			IN	097	59058	
4257043	Edinburgh	edinburgh	US	46124	4546	America/Indiana/Indianapolis	39.35422	-85.96666	205	Edinburg,Edinburgh		IN	081	06094	
4257051	Edwardsport	edwardsport	US	47528	300	America/Indiana/Vincennes	38.81199	-87.25224	152			IN	083	79118	
4257052	Edwardsville	edwardsville	US	22456	0	America/Kentucky/Louisville	38.28423	-85.90941	278			IN	043	27342	
4257062	Egg Harbor	egg-harbor	US	54209	0	America/Chicago	38.22866	-87.79058	122			IN	051	50706	
4257069	El Dorado	el-dorado	US	67042	0	America/Indiana/Indianapolis	39.59116	-86.16249	236			IN	081	83924	
4257070	Elberfeld	elberfeld	US	47613	642	America/Chicago	38.15977	-87.44835	138			IN	173	29970	
4257080	Elizabeth	elizabeth	US	07201	161	America/Kentucky/Louisville	38.12118	-85.97413	222	Ehlizabet,Элизабет		IN	061	61344	
4257084	Elizabethtown	elizabethtown	US	12932	518	America/Indiana/Indianapolis	39.13505	-85.81331	194	Ehlizabettaun,Elizabeth Town,Elizabethtown,Элизабеттаун		IN	005	67716	
4257085	Elk	elk	US	95432	0	America/Indiana/Indianapolis	39.44588	-86.42916	186			IN	109	80846	
4257110	Ellettsville	ellettsville	US	47429	6544	America/Indiana/Indianapolis	39.23393	-86.625	212	Ellettsville,Ellettville,Elliotville		IN	105	64152	
4257115	Elliott	elliott	US	29046	0	America/Chicago	38.12171	-87.47279	127			IN	163	68472	
4257117	Ellis	ellis	US	67637	0	America/Indiana/Indianapolis	39.06365	-87.22279	166			IN	055	73304	
4257123	Elliston	elliston	US	24087	0	America/Indiana/Indianapolis	39.02782	-86.97084	163			IN	055	22486	
4257127	Ellsworth	ellsworth	US	04605	0	America/Indiana/Vincennes	38.42783	-86.71833	163			IN	037	30456	
4257137	Elnora	elnora	US	47529	656	America/Indiana/Vincennes	38.87838	-87.08584	146	Elmora,Elnora		IN	027	20962	
4257139	Elrod	elrod	US	35458	0	America/Indiana/Indianapolis	39.05478	-85.16385	296			IN	137	81008	
4257154	Eminence	eminence	US	40019	0	America/Indiana/Indianapolis	39.52144	-86.64139	241			IN	109	00442	
4257171	Englewood	englewood	US	07631	0	America/Indiana/Indianapolis	38.8445	-86.49805	206			IN	093	69102	
4257173	English	english	US	47118	630	America/Indiana/Marengo	38.3345	-86.46415	154	English,Hartford	025	IN	025	73016	
4257189	Enterprise	enterprise	US	26568	0	America/Chicago	37.84255	-87.18194	113			IN	147	45216	
4257192	Epsom	epsom	US	03234	0	America/Indiana/Vincennes	38.78533	-87.06306	155			IN	027	06274	
4257196	Erie	erie	US	16501	0	America/Indiana/Indianapolis	38.88255	-86.38138	213			IN	093	69102	
4257203	Erwin	erwin	US	28339	0	America/Chicago	37.98004	-87.91919	117			IN	129	05428	
4257212	Eugene	eugene	US	65032	0	America/Indiana/Indianapolis	39.96643	-87.47279	155			IN	165	21556	
4257216	Ethel	ethel	US	25076	0	America/Indiana/Indianapolis	38.40367	-86.52443	172			IN	117	29556	
4257217	Eureka	eureka	US	48833	0	America/Chicago	37.8806	-87.215	119	Eureka,French Island,French Island City		IN	147	45216	
4257220	Eureka	eureka	US	48833	0	America/Indiana/Indianapolis	38.87088	-86.56277	186			IN	093	36054	
4257226	Evanston	evanston	US	47531	0	America/Chicago	38.0395	-86.84166	126			IN	147	35140	
4257690	Franklin	franklin	US	02038	0	America/Indiana/Indianapolis	39.97394	-85.19108	335	Franklin,Nettle Creek		IN	177	16714	
4257731	Fredericksburg	fredericksburg	US	17026	85	America/Indiana/Indianapolis	38.43312	-86.1897	187	Bridgeport,Fredericksburg,Fredericksburgh,Frederiksburg,Фредериксбург		IN	175	61398	
4257227	Evansville	evansville	US	47701	119943	America/Chicago	37.97476	-87.55585	118	EVV,Ehvansvil,Ehvansvill,Evansvil,Evansvilis,Evansville,ai wen si wei er,awanzwyl  ayndyana,ayfansfyl,ebanzubiru,ebeonjeubil,evhansavhila,evu~anzuvu~iru,ivansavila,xe wan s will,Евансвил,Евансвіл,Эвансвилл,Эвансвіл,אוונסוויל,إيفانسفيل,اوانزویل، ایندیانا,ایوانز ویل، انڈیانا,इवान्सविल,एव्हान्सव्हिल,เอวันส์วิลล์,エバンズビル,エヴァンズヴィル,埃文斯維爾,에번즈빌	163	IN	163	59670	
4257238	Ewing	ewing	US	24248	0	America/Indiana/Indianapolis	38.88478	-86.05526	172			IN	071	08488	
4257242	Everton	everton	US	65646	0	America/Indiana/Indianapolis	39.56283	-85.08968	323	Everton,Lawsburg,Lawstown,West Union		IN	041	36990	
4257244	Exchange	exchange	US	26619	0	America/Indiana/Indianapolis	39.50171	-86.32221	207			IN	109	29196	
4257253	Fairbanks	fairbanks	US	47849	0	America/Indiana/Indianapolis	39.21948	-87.52224	168	Fairbank,Fairbanks		IN	153	22162	
4257259	Fairdale	fairdale	US	25839	0	America/Kentucky/Louisville	38.32618	-86.17109	218			IN	061	71936	
4257261	Fairfax	fairfax	US	05454	0	America/Indiana/Indianapolis	39.0081	-86.48055	164			IN	105	13420	
4257263	Fairfield	fairfield	US	04937	0	America/Indiana/Indianapolis	39.51866	-84.99552	228			IN	047	22306	
4257268	Fairland	fairland	US	46126	587	America/Indiana/Indianapolis	39.58588	-85.86359	236			IN	145	07102	
4257277	Fairview	fairview	US	07022	0	America/Indiana/Indianapolis	39.6856	-85.30108	323	Fairview,Grove		IN	139	77606	
4257278	Fairview	fairview	US	07022	0	America/Indiana/Vevay	38.87339	-85.08079	272	Fairview,Sugar Branch,Sugarbranch		IN	155	15328	
4257279	Fairview	fairview	US	07022	0	America/Indiana/Indianapolis	38.73811	-86.26748	207			IN	175	08380	
4257350	Falmouth	falmouth	US	02540	0	America/Indiana/Indianapolis	39.70088	-85.30108	319	Falmouth,Old Baker Settlement		IN	139	81026	
4257356	Fargo	fargo	US	31631	0	America/Indiana/Indianapolis	38.40006	-86.48332	199	Fargo,Pittsburgh		IN	117	29556	
4257366	Farmers	farmers	US	40319	0	America/Indiana/Indianapolis	39.17532	-86.89167	180	Farmers,Farmers Station		IN	119	25540	
4257367	Farmers	farmers	US	40319	0	America/Indiana/Indianapolis	39.69893	-85.5372	296			IN	139	64656	
4257376	Farmersville	farmersville	US	45325	0	America/Chicago	37.98032	-87.89614	128	Farmersville,The Corners,Yankee Settlement,Yankeetown		IN	129	05428	
4257377	Farmington	farmington	US	03835	0	America/Indiana/Indianapolis	39.6181	-85.35886	319	Farmington,Marcellus		IN	139	77606	
4257388	Fayette	fayette	US	13065	0	America/Indiana/Indianapolis	39.93115	-86.39722	284			IN	011	58968	
4257392	Fayetteville	fayetteville	US	13066	0	America/Indiana/Indianapolis	38.86088	-86.59527	186	Danville,Fayetteville		IN	093	36054	
4257393	Fayetteville	fayetteville	US	13066	0	America/Indiana/Indianapolis	38.45173	-86.26276	214			IN	175	61398	
4257396	Farmersburg	farmersburg	US	47850	1094	America/Indiana/Indianapolis	39.24865	-87.38196	172	Ascension,Farmersburg,Farmersburgh		IN	153	16390	
4257415	Ferdinand	ferdinand	US	47532	2200	America/Indiana/Vincennes	38.22394	-86.86222	164			IN	037	23008	
4257431	Ferndale	ferndale	US	12734	0	America/Indiana/Indianapolis	39.70727	-87.06696	188			IN	121	77516	
4257444	Fillmore	fillmore	US	14735	526	America/Indiana/Indianapolis	39.66755	-86.75334	255	Fillmore,Micholsville,Nicholsonville		IN	133	47034	
4257447	Fincastle	fincastle	US	24090	0	America/Indiana/Indianapolis	39.8081	-86.89501	248			IN	133	25576	
4257458	Fields	fields	US	97710	0	America/Indiana/Indianapolis	39.54616	-86.33333	218			IN	109	46044	
4257494	Fishers	fishers	US	14453	76794	America/Indiana/Indianapolis	39.95559	-86.01387	249	Fishers,Fishers Station,Fishers Switch,fyshrz,Фишерс,فشرز، انڈیانا,فيشرز		IN	057	17488	
4257500	Fisherville	fisherville	US	40023	0	America/Chicago	38.08532	-87.43307	135			IN	173	09964	
4257507	Five Points	five-points	US	36855	0	America/Indiana/Indianapolis	38.84617	-85.50913	229			IN	077	41940	
4257508	Five Points	five-points	US	36855	0	America/Indiana/Vincennes	38.61033	-87.34807	158			IN	083	31864	
4257509	Five Points	five-points	US	36855	0	America/Indiana/Indianapolis	39.72477	-86.04498	261			IN	097	80144	
4257510	Five Points	five-points	US	36855	0	America/Indiana/Indianapolis	39.58144	-86.31694	238			IN	109	46044	
4257511	Five Points	five-points	US	36855	0	America/Indiana/Vevay	38.74673	-85.17495	267			IN	155	15580	
4257512	Five Points	five-points	US	36855	0	America/Indiana/Indianapolis	39.71199	-84.8519	344			IN	161	32008	
4257526	Flat Rock	flat-rock	US	28731	0	America/Indiana/Indianapolis	39.36422	-85.83165	210	Flat Rock,Flatrock		IN	145	81044	
4257542	Fleming	fleming	US	16835	0	America/Indiana/Indianapolis	38.97366	-85.80636	178			IN	071	63414	
4257559	Florence	florence	US	01062	80	America/Indiana/Vevay	38.78423	-84.92439	145	Florence,New York		IN	155	86048	
4257573	Floyds Knobs	floyds-knobs	US	47119	0	America/Kentucky/Louisville	38.32451	-85.87358	235	Floyds Knobs,Mooresville		IN	043	40734	
4257578	Foley	foley	US	36535	0	America/Indiana/Indianapolis	39.96532	-85.37775	323			IN	065	61560	
4257580	Fontanet	fontanet	US	47851	423	America/Indiana/Indianapolis	39.57615	-87.24363	183	Fontanet,Fountain,Fountain Station,Hunter		IN	167	52308	
4257589	Forest Hill	forest-hill	US	21050	0	America/Indiana/Indianapolis	39.257	-85.61331	254	Forest Hill,Newburg,Newburgh		IN	031	36918	
4257590	Forest Hill	forest-hill	US	21050	0	America/Chicago	37.97838	-87.60974	134			IN	163	59166	
4257601	Forest Park	forest-park	US	30297	0	America/Indiana/Indianapolis	39.23588	-85.91471	195			IN	005	14752	
4257617	Fort Branch	fort-branch	US	47648	2809	America/Chicago	38.25116	-87.58113	137			IN	051	77300	
4257630	Fortville	fortville	US	46040	3957	America/Indiana/Indianapolis	39.93226	-85.84804	261	Fortville,Phoebe Forts Corner,Walpole		IN	059	78866	
4257640	Fountain City	fountain-city	US	47341	780	America/Indiana/Indianapolis	39.9556	-84.91746	337	Fountain City,New Garden,Newport		IN	177	52938	
4257644	Fountaintown	fountaintown	US	46130	0	America/Indiana/Indianapolis	39.69477	-85.78303	259			IN	145	78578	
4257650	Four Corners	four-corners	US	82715	0	America/Indiana/Indianapolis	38.95422	-85.74025	176			IN	079	71954	
4257682	Francisco	francisco	US	47649	473	America/Chicago	38.33227	-87.4453	144			IN	051	11314	
4257732	Fredonia	fredonia	US	14063	0	America/Indiana/Marengo	38.17812	-86.38303	204			IN	025	56142	
4257740	Freedom	freedom	US	03836	0	America/Indiana/Indianapolis	39.20699	-86.86917	164			IN	119	25540	
4257750	Freelandville	freelandville	US	47535	643	America/Indiana/Vincennes	38.86477	-87.30585	173			IN	083	84158	
4257751	Freeman	freeman	US	23856	0	America/Indiana/Indianapolis	39.19532	-86.73362	186			IN	119	13186	
4257759	Freetown	freetown	US	47235	385	America/Indiana/Indianapolis	38.97311	-86.12943	198	Freeport,Freetown		IN	071	59274	
4257763	Freeport	freeport	US	04032	0	America/Indiana/Indianapolis	39.65866	-85.72581	247			IN	145	31270	
4257770	French Lick	french-lick	US	47432	1794	America/Indiana/Indianapolis	38.54894	-86.61999	152	FRH,French Lick,French Lick Springs,French Lik,Frenchlick,frntsh lyk,Френч Лик,فرنتش ليك		IN	117	25990	
4257778	Frenchtown	frenchtown	US	08825	0	America/Kentucky/Louisville	38.31479	-86.21442	266	Frenchtown,Saint Bernard		IN	061	71936	
4257790	Friendship	friendship	US	04547	0	America/Indiana/Indianapolis	38.97033	-85.14773	193	Friendship,Hart Mills,Harts Mills		IN	137	08362	
4257814	Friendswood	friendswood	US	77546	0	America/Indiana/Indianapolis	39.64643	-86.33277	221			IN	063	30204	
4257817	Fruitdale	fruitdale	US	36539	0	America/Indiana/Indianapolis	39.32199	-86.25777	258			IN	013	36810	
4257818	Fulda	fulda	US	47536	0	America/Chicago	38.11144	-86.8361	148	Fulda,Fuldah		IN	147	31990	
4257835	Galena	galena	US	21635	1818	America/Kentucky/Louisville	38.35173	-85.94164	247	Galena,Germantown		IN	043	29862	
4258267	Greenbrier	greenbrier	US	37073	0	America/Chicago	38.1206	-87.28362	145			IN	173	32188	
4257853	Garden City	garden-city	US	11530	0	America/Indiana/Indianapolis	39.18339	-85.93332	186	Garden,Garden City		IN	005	14752	
4257877	Gasburg	gasburg	US	23857	0	America/Indiana/Indianapolis	39.59449	-86.43694	258	Gasburg,Gasburgh		IN	109	50400	
4257885	Gatesville	gatesville	US	27938	0	America/Indiana/Indianapolis	39.26172	-86.14638	199	Cleona,Gatesville		IN	013	30528	
4257894	Gem	gem	US	67734	0	America/Indiana/Indianapolis	39.77949	-85.89665	261	Gem,Gem Station		IN	059	73880	
4257898	Geneva	geneva	US	14456	1316	America/Indiana/Indianapolis	39.39172	-85.71998	231	Geneva,Sulpher Hill,Sulphur Hill,Zheneva,Женева		IN	145	54144	
4257900	Gentryville	gentryville	US	47537	269	America/Chicago	38.10422	-87.03305	125			IN	147	37422	
4257913	Georgetown	georgetown	US	01833	3210	America/Kentucky/Louisville	38.29451	-85.97552	220			IN	043	27342	
4257914	Georgetown	georgetown	US	01833	0	America/Indiana/Indianapolis	38.64839	-85.99831	282			IN	175	27594	
4257925	Gerald	gerald	US	63037	0	America/Indiana/Tell_City	38.00756	-86.57304	131			IN	123	76040	
4257941	Germantown	germantown	US	12526	0	America/Indiana/Indianapolis	39.92587	-85.94332	238	Fall Creek,Germantown		IN	097	42444	
4257946	Germantown	germantown	US	12526	0	America/Indiana/Indianapolis	39.41533	-85.62636	258			IN	031	00370	
4257991	Glendale	glendale	US	01229	0	America/Indiana/Vincennes	38.56811	-87.07723	162	Glen Dale,Glendale		IN	027	31702	
4257992	Glendale	glendale	US	01229	0	America/Indiana/Indianapolis	39.7881	-86.20277	218			IN	097	81800	
4257996	Glendale Heights	glendale-heights	US	60139	0	America/Indiana/Indianapolis	39.88587	-86.11082	222	Glendale,Glendale Heights		IN	097	80792	
4258001	Glendora	glendora	US	08029	0	America/Indiana/Indianapolis	39.1281	-87.3628	151			IN	153	30672	
4258007	Glenwood	glenwood	US	07418	242	America/Indiana/Indianapolis	39.62588	-85.30024	331	Gleenwood,Glenwood,Steels,Vienna		IN	139	77606	
4258102	Goshen	goshen	US	01032	0	America/Indiana/Indianapolis	38.67145	-85.70969	189			IN	143	43164	
4258104	Gosport	gosport	US	47433	803	America/Indiana/Indianapolis	39.35088	-86.66695	212			IN	119	81872	
4258132	Grafton	grafton	US	01519	0	America/Chicago	38.00143	-87.9542	112			IN	129	05428	
4258133	Graham	graham	US	27253	0	America/Indiana/Vincennes	38.72171	-87.1964	137			IN	027	80522	
4258144	Grammer	grammer	US	47236	0	America/Indiana/Indianapolis	39.15283	-85.72498	221			IN	005	65250	
4258147	Grandview	grandview	US	37337	0	America/Indiana/Indianapolis	39.87032	-86.19582	239			IN	097	80792	
4258148	Grandview	grandview	US	37337	727	America/Chicago	37.93366	-86.98111	120	Grand View,Grandview		IN	147	31018	
4258163	Grant City	grant-city	US	64456	0	America/Indiana/Indianapolis	39.86643	-85.54247	309			IN	065	81728	
4258171	Grantsburg	grantsburg	US	47123	0	America/Indiana/Marengo	38.28812	-86.46943	187	Grantsburg,Grantsburgh,Sterling		IN	025	77210	
4258203	Graysville	graysville	US	15337	0	America/Kentucky/Louisville	38.32312	-85.80219	146			IN	043	52344	
4258204	Graysville	graysville	US	15337	0	America/Indiana/Indianapolis	39.11754	-87.55613	173			IN	153	76814	
4258251	Green Valley	green-valley	US	54127	0	America/Indiana/Indianapolis	39.60616	-86.13999	238			IN	081	83924	
4258266	Greenbrier	greenbrier	US	37073	0	America/Indiana/Indianapolis	38.46311	-86.55582	242	Green Brier,Greenbrier		IN	117	29556	
4258273	Greencastle	greencastle	US	17225	10401	America/Indiana/Indianapolis	39.64449	-86.86473	257	Green Castle,Greencastel,Greencastle,Grinkasl,ghrynkasl,grynksl  ayndyana,Гринкасл,غرينكاسل,گرین کیسل، انڈیانا,گرینکسل، ایندیانا	133	IN	133	29376	
4258277	Greendale	greendale	US	53129	4431	America/New_York	39.11256	-84.86412	161			IN	029	42480	
4258285	Greenfield	greenfield	US	01301	21497	America/Indiana/Indianapolis	39.78504	-85.76942	269	GFD,Grinfild,ghrynfyld,grynfyld  ayndyana,gurinfirudo,Гринфилд,غرينفيلد,گرین فیلڈ، انڈیانا,گرینفیلد، ایندیانا,グリーンフィールド	059	IN	059	11368	
4258300	Greensboro	greensboro	US	05841	143	America/Indiana/Indianapolis	39.87505	-85.46608	299	Greensboro,Greensborough,Grinsboro,Гринсборо		IN	065	29700	
4258302	Greensburg	greensburg	US	15601	11819	America/Indiana/Indianapolis	39.33727	-85.48358	292	Greensburg,Greensburgh,Grinsburg,ghrynsbwrgh,grynzbrg  ayndyana,Гринсбург,غرينسبورغ,گرینزبرگ، انڈیانا,گرینزبرگ، ایندیانا	031	IN	031	80558	
4258307	Greenville	greenville	US	02828	730	America/Kentucky/Louisville	38.37256	-85.98636	252	Grinvill,Гринвилл		IN	043	29862	
4258308	Greenville	greenville	US	02828	584	America/Indiana/Indianapolis	39.14088	-87.30196	157			IN	153	10792	
4258313	Greenwood	greenwood	US	04255	55586	America/Indiana/Indianapolis	39.61366	-86.10665	245	Greenfield,Greenwood,Grinvud,Smockton,ghrynwwd,grynwwd  ayndyana,Гринвуд,غرينوود,گرین ووڈ، انڈیانا,گرینوود، ایندیانا		IN	081	60390	
4258314	Greenwood	greenwood	US	04255	0	America/Indiana/Indianapolis	39.81227	-84.88802	309			IN	177	81944	
4258341	Griffin	griffin	US	30223	167	America/Chicago	38.20421	-87.91475	118	Griffin,Гриффин		IN	129	05014	
4258346	Greens Fork	greens-fork	US	47345	412	America/Indiana/Indianapolis	39.89255	-85.04163	308	Greens Fork,Greensfork,Washington		IN	177	13258	
4258367	Groveland	groveland	US	01834	0	America/Indiana/Indianapolis	39.7606	-86.72001	271			IN	133	23782	
4258375	Guilford	guilford	US	04443	0	America/New_York	39.16811	-84.9119	152			IN	029	85958	
4258379	Guion	guion	US	72540	0	America/Indiana/Indianapolis	39.84282	-87.1114	200	Bruens Crossroads,Bruins,Bruins Crossroads,Cross Roads,Guion		IN	121	29484	
4258389	Guthrie	guthrie	US	42234	0	America/Indiana/Indianapolis	38.97672	-86.50916	160			IN	093	47304	
4258397	Gwynneville	gwynneville	US	46144	0	America/Indiana/Indianapolis	39.66088	-85.64803	277			IN	145	31270	
4258411	Hadley	hadley	US	01035	0	America/Indiana/Indianapolis	39.73144	-86.60278	272			IN	063	46926	
4258413	Hagerstown	hagerstown	US	21740	1728	America/Indiana/Indianapolis	39.91116	-85.16163	307	Elizabethtown,Hagerstown		IN	177	38286	
4258430	Hall	hall	US	14463	0	America/Indiana/Indianapolis	39.55005	-86.53583	244			IN	109	29988	
4258449	Hamburg	hamburg	US	07419	0	America/Kentucky/Louisville	38.3834	-85.76746	148			IN	019	69696	
4258450	Hamburg	hamburg	US	07419	0	America/Indiana/Indianapolis	39.38088	-85.2508	297	Hamburg,Hamburgh		IN	047	67554	
4258510	Hanover	hanover	US	02339	3543	America/Indiana/Indianapolis	38.71423	-85.47357	239	Khanover,hanoba,hanwfr,Хановер,هانوفر,ハノーバー		IN	077	31234	
4258540	Hardinsburg	hardinsburg	US	40143	0	America/New_York	39.122	-84.84745	148	Hardentown,Hardinsburg,Hardinsburgh,Hardintown		IN	029	42480	
4258541	Hardinsburg	hardinsburg	US	40143	245	America/Indiana/Indianapolis	38.46089	-86.27859	210	Hardinsburg,Hardinsburgh		IN	175	61398	
4258553	Harmony	harmony	US	02829	656	America/Indiana/Indianapolis	39.53671	-87.10585	201			IN	021	07192	
4258579	Harper	harper	US	25851	0	America/Indiana/Indianapolis	39.14672	-85.59358	238	Bigrest,Harper		IN	031	67734	
4258585	Harrisburg	harrisburg	US	17101	0	America/Indiana/Indianapolis	39.68671	-85.17996	306	Harrisburg,Harrisburgh		IN	041	31792	
4258586	Harrison	harrison	US	04040	0	America/Indiana/Indianapolis	39.52865	-87.42224	140			IN	167	22882	
4258621	Harristown	harristown	US	62537	0	America/Indiana/Indianapolis	38.59784	-86.02414	267	Harristown,Norris		IN	175	81116	
4258623	Harrodsburg	harrodsburg	US	40330	691	America/Indiana/Indianapolis	39.01338	-86.545	170	Harrodsburg,Harrodsburgh,Newgene		IN	105	13420	
4258629	Hartford	hartford	US	05047	0	America/New_York	38.99311	-84.9569	153	Hartford,Laugherty,Laughery		IN	115	77498	
4258642	Hartwell	hartwell	US	30643	0	America/Indiana/Petersburg	38.32255	-87.17973	183	Cabel,Hartwell,Hartwell Junction		IN	125	44532	
4258646	Hartsville	hartsville	US	29550	388	America/Indiana/Indianapolis	39.26755	-85.69804	231			IN	005	32530	
4258649	Harveysburg	harveysburg	US	45032	0	America/Indiana/Indianapolis	39.98226	-87.29473	207	Harveys Burg,Harveysburg,Harveysburgh		IN	045	49392	
4258650	Harwood	harwood	US	20776	0	America/Chicago	38.00338	-87.57474	118			IN	163	11674	
4258661	Hatfield	hatfield	US	01038	813	America/Chicago	37.90255	-87.22417	118	Fair Fight,Hatfield		IN	147	45216	
4258664	Haubstadt	haubstadt	US	47639	1660	America/Chicago	38.20504	-87.57419	144	Haubs Station,Haubstadt		IN	051	38682	
4258695	Hayden	hayden	US	35079	521	America/Indiana/Indianapolis	38.98311	-85.74053	189	Hardenburgh,Hayden,Six Mile		IN	079	71954	
4258706	Haysville	haysville	US	67060	0	America/Indiana/Vincennes	38.48561	-86.915	165			IN	037	31324	
4258713	Hazelwood	hazelwood	US	28738	0	America/Indiana/Indianapolis	39.6156	-86.52194	250			IN	063	43290	
4258715	Hazleton	hazleton	US	18201	256	America/Chicago	38.48894	-87.54169	138	Hazelton,Hazleton		IN	051	83888	
4258749	Helmsburg	helmsburg	US	47435	0	America/Indiana/Indianapolis	39.26533	-86.29277	203	Helms,Helmsburg		IN	013	36810	
4258757	Heltonville	heltonville	US	47436	0	America/Indiana/Indianapolis	38.92783	-86.37555	199	Heltonsville,Heltonville		IN	093	60624	
4258764	Henderson	henderson	US	13650	0	America/Indiana/Indianapolis	39.66949	-85.52025	289			IN	139	61362	
4258775	Hendricks	hendricks	US	26271	0	America/Indiana/Indianapolis	39.6081	-86.14832	241			IN	081	83924	
4258788	Henry	henry	US	24102	0	America/Indiana/Indianapolis	39.78588	-85.58747	295			IN	139	64656	
4258799	Henryville	henryville	US	18332	1905	America/Kentucky/Louisville	38.54173	-85.76774	158	Henryville,Morristown		IN	019	50274	
4258834	Hibernia	hibernia	US	07842	0	America/Kentucky/Louisville	38.50201	-85.52552	220	Hibernia,Solon		IN	019	57438	
4258855	Hickory Ridge	hickory-ridge	US	72347	0	America/Chicago	38.25838	-87.8267	117			IN	051	79298	
4258871	Hidden Valley	hidden-valley	US	15502	5387	America/New_York	39.16228	-84.84301	167			IN	029	49464	
4258896	Highland	highland	US	12528	0	America/Indiana/Indianapolis	39.79448	-87.39585	191			IN	165	32962	
4258897	Highland	highland	US	12528	0	America/Indiana/Indianapolis	38.6495	-86.12748	254			IN	175	81116	
4258909	Highland	highland	US	12528	4489	America/Chicago	38.03976	-87.57307	147			IN	163	11674	
4258951	Hillsboro	hillsboro	US	21641	0	America/Indiana/Indianapolis	39.9681	-85.33164	326			IN	065	61560	
4258952	Hillsdale	hillsdale	US	07642	0	America/Chicago	38.08282	-87.55057	137			IN	163	68472	
4258953	Hillsdale	hillsdale	US	07642	0	America/Indiana/Indianapolis	39.78587	-87.39029	190			IN	165	32962	
4258960	Hilltown	hilltown	US	18927	0	America/Indiana/Indianapolis	38.837	-85.66219	199			IN	079	50724	
4258979	Hitchcock	hitchcock	US	57348	0	America/Indiana/Indianapolis	38.63811	-86.1697	261	Heffren,Hitchcock,Hitchcock Station,Hitchcocks Station,Oxonia		IN	175	81116	
4259023	Holland	holland	US	01521	618	America/Indiana/Vincennes	38.24561	-87.03611	161	Gollandija,Голландия		IN	037	10684	
4259042	Holton	holton	US	47023	470	America/Indiana/Indianapolis	39.07505	-85.38719	277			IN	137	57276	
4259071	Homer	homer	US	13077	0	America/Indiana/Indianapolis	39.5781	-85.57803	276	Goddard,Homer,Slabtown		IN	139	79658	
4259074	Homestead	homestead	US	15120	0	America/New_York	39.12422	-84.85245	162			IN	029	42480	
4259115	Hope	hope	US	02831	2167	America/Indiana/Indianapolis	39.30394	-85.77137	218	Goshen,Hope		IN	005	32530	
4259123	Hopewell	hopewell	US	08525	0	America/Indiana/Indianapolis	39.49199	-86.11721	237			IN	081	25468	
4259144	Horace	horace	US	58047	0	America/Indiana/Indianapolis	39.26255	-85.56414	266	Horace,Wyncoop		IN	031	13042	
4259193	Houston	houston	US	15342	0	America/Indiana/Indianapolis	39.01644	-86.19082	181			IN	071	67572	
4259198	Howard	howard	US	16841	0	America/Indiana/Indianapolis	39.91615	-87.37557	169	Burton,Howard,Westport		IN	121	43344	
4259220	Hubbell	hubbell	US	49934	0	America/Indiana/Indianapolis	39.1831	-87.01223	161	Hubbell,Hubbells Station		IN	119	38142	
4259230	Hudsonville	hudsonville	US	49426	0	America/Indiana/Vincennes	38.53894	-87.07278	149			IN	027	31702	
4259233	Huffman	huffman	US	77336	0	America/Chicago	38.102	-86.77693	130			IN	147	31990	
4259270	Huntersville	huntersville	US	28070	0	America/Indiana/Indianapolis	39.30366	-85.23302	293			IN	047	63126	
4259271	Huntingburg	huntingburg	US	47542	6035	America/Indiana/Vincennes	38.29894	-86.955	149	HNB,Huntingburg,Huntingburgh		IN	037	58302	
4259280	Huron	huron	US	38345	0	America/Indiana/Indianapolis	38.72227	-86.67055	167	Hoards Station,Huron		IN	093	72044	
4259303	Hymera	hymera	US	47855	774	America/Indiana/Indianapolis	39.18643	-87.30168	160	Hymera,Pittsburg,Pittsburgh		IN	153	37476	
4259389	Indian Lake	indian-lake	US	12842	0	America/Indiana/Indianapolis	39.88532	-85.98693	256			IN	097	42444	
4259390	Indian Springs	indian-springs	US	89018	0	America/Indiana/Vincennes	38.79644	-86.765	159			IN	101	49995	
4259418	Indianapolis	indianapolis	US	46201	829718	America/Indiana/Indianapolis	39.76838	-86.15804	218	IND,Indianapoles,Indianapoli,Indianapolis,Indianapolisa,Indianapolės,Indianapòlis,Indianàpolis,Indianápolis,Indijanapolis,Indiyanapolis,Indyjanapalis,andyanabwlys,ayndyanapwlys,idi'anapolisa,indiaenapolliseu,indianaporisu,indiyanapolis,indiyanapolisa,intiyanapolis,xin deiy næ pho lis,yin di an na bo li si,İndianapolis,Ινδιανάπολη,Індыянапаліс,Індіанаполіс,Индианаполис,Индијанаполис,Ինդիանապոլիս,אינדיאנאפאליס,אינדיאנפוליס,إنديانابوليس,انڈیاناپولس,انڈیاناپولس، انڈیانا,ایندیاناپولیس,इंडियानापोलिस,इन्डियानापोलिस,इन्डियानापोलिस्,इन्दियानापोलिस,ইন্ডিয়ানাপোলিস,ਇੰਡੀਆਨਾਪੋਲਿਸ,இண்டியானாபொலிஸ்,อินเดียแนโพลิส,ინდიანაპოლისი,ኢንዲያናፖሊስ,インディアナポリス,印第安納波利斯,인디애나폴리스	IN	IN	097	11512	
4259436	Ingalls	ingalls	US	46048	2382	America/Indiana/Indianapolis	39.95699	-85.80526	264			IN	095	29160	
4259438	Inglefield	inglefield	US	47618	0	America/Chicago	38.1081	-87.55891	144	Inglefield,Sandersville		IN	163	68472	
4259515	Ireland	ireland	US	26376	0	America/Indiana/Vincennes	38.41477	-86.99945	144	Irlanda		IN	037	45954	
4259517	Iona	iona	US	56141	0	America/Indiana/Vincennes	38.54866	-87.47169	139			IN	083	38700	
4259522	Ironton	ironton	US	45638	0	America/Indiana/Vincennes	38.66227	-86.77528	147			IN	101	30420	
4259524	Irvington	irvington	US	07111	0	America/Indiana/Indianapolis	39.77088	-86.07498	245			IN	097	80144	
4259538	Iva	iva	US	29655	0	America/Indiana/Petersburg	38.50283	-87.11945	150			IN	125	38160	
4259540	Ivanhoe	ivanhoe	US	24350	0	America/Indiana/Indianapolis	39.76754	-86.01276	261			IN	097	80144	
4259567	Jackson	jackson	US	03846	0	America/Indiana/Indianapolis	39.06505	-85.44135	243			IN	137	57276	
4259612	Jacksonburg	jacksonburg	US	26377	0	America/Indiana/Indianapolis	39.8531	-85.1058	302	Jacksonburg,Jacksonburgh		IN	177	32044	
4259613	Jacksonville	jacksonville	US	05342	0	America/Indiana/Vevay	38.82895	-85.04884	263			IN	155	38232	
4259636	Jamestown	jamestown	US	02835	942	America/Indiana/Indianapolis	39.92671	-86.62889	291			IN	011	36792	
4259639	Jasonville	jasonville	US	47438	2165	America/Indiana/Indianapolis	39.1631	-87.19918	193			IN	055	85634	
4259640	Jasper	jasper	US	14855	15451	America/Indiana/Vincennes	38.39144	-86.93111	142	Dzasper,jasbr,jspr  ayndyana,Џаспер,جاسبر,جسپر، انڈیانا,جسپر، ایندیانا	037	IN	037	03124	
4259671	Jeffersonville	jeffersonville	US	05464	46960	America/Kentucky/Louisville	38.27757	-85.73718	136	Dzefersonvil,jfrswnwyl  ayndyana,jie fei xun wei er,jyfrswnfyly,Џеферсонвил,جفرسن ویل، انڈیانا,جفرسونویل، ایندیانا,جيفرسونفيلي,杰斐逊维尔	019	IN	019	38367	
4259677	Jenkinsville	jenkinsville	US	29065	0	America/Indiana/Indianapolis	39.53282	-86.87529	219			IN	133	80162	
4259686	Jericho	jericho	US	05465	0	America/Indiana/Indianapolis	39.06143	-87.29752	164			IN	153	10792	
4259688	Jericho	jericho	US	05465	0	America/Indiana/Marengo	38.19923	-86.42442	192			IN	025	56142	
4259691	Jessup	jessup	US	18434	0	America/Indiana/Indianapolis	39.65726	-87.25668	162	Jessup,Jessups Station		IN	121	23764	
4259717	Johnson	johnson	US	05656	0	America/Chicago	38.27782	-87.74586	131			IN	051	50706	
4259745	Johnstown	johnstown	US	12095	0	America/Indiana/Indianapolis	39.16671	-87.0089	158			IN	055	37980	
4259746	Johnstown	johnstown	US	12095	0	America/Indiana/Vincennes	38.76449	-87.32335	145			IN	083	80738	
4259769	Jonesville	jonesville	US	05466	185	America/Indiana/Indianapolis	39.06061	-85.8897	181			IN	005	81656	
4259770	Joppa	joppa	US	21085	0	America/Indiana/Indianapolis	39.63227	-86.43222	219			IN	063	30204	
4259771	Jordan	jordan	US	13080	0	America/Indiana/Vincennes	38.68866	-87.20696	137	Jordan,Jordon		IN	027	80522	
4259772	Jordan	jordan	US	13080	0	America/Indiana/Indianapolis	39.39838	-86.91668	199	Jordan,Jordan Village		IN	119	51048	
4259774	Jonestown	jonestown	US	17038	0	America/Indiana/Indianapolis	39.7092	-87.50391	193			IN	165	32962	
4259792	Judson	judson	US	75660	53	America/Indiana/Indianapolis	39.8131	-87.13446	185	Buchanan,Buchanans Springs,Judson		IN	121	80918	
4259810	Kansas	kansas	US	35573	0	America/Indiana/Indianapolis	39.33144	-86.03249	211			IN	005	09937	
4259816	Kasson	kasson	US	55944	0	America/Chicago	38.01699	-87.63613	166			IN	163	27486	
4259831	Keller	keller	US	23401	0	America/Indiana/Indianapolis	39.36032	-87.32418	174	Ferrell,Keller		IN	167	64530	
4259857	Kennard	kennard	US	47351	464	America/Indiana/Indianapolis	39.90393	-85.51942	317			IN	065	29700	
4259858	Kennedy	kennedy	US	14747	0	America/Chicago	38.08144	-86.92249	132			IN	147	13240	
4259864	Kent	kent	US	06757	70	America/Indiana/Indianapolis	38.73784	-85.53996	217	Kent,Ramseys Mills		IN	077	63828	
4259898	Kinder	kinder	US	70648	0	America/Indiana/Indianapolis	39.54394	-86.19721	242			IN	081	83924	
4259901	King	king	US	27021	0	America/Chicago	38.30421	-87.57613	142	King,Kings,Kings Station		IN	051	58338	
4259915	Kingston	kingston	US	02364	0	America/Indiana/Indianapolis	39.37894	-85.3883	321			IN	031	26098	
4259918	Kingman	kingman	US	04451	488	America/Indiana/Indianapolis	39.96754	-87.27751	214	Kingmen,Кингмен		IN	045	49392	
4259925	Kirby	kirby	US	43330	0	America/Indiana/Indianapolis	39.13671	-86.61	255			IN	105	78542	
4259929	Kirksville	kirksville	US	63501	0	America/Indiana/Indianapolis	39.04588	-86.61305	267			IN	105	36072	
4259960	Knightstown	knightstown	US	46148	2120	America/Indiana/Indianapolis	39.7956	-85.52636	284	Knightstown,La Fayette,West Liberty		IN	065	81728	
4259963	Knightsville	knightsville	US	47857	872	America/Indiana/Indianapolis	39.52587	-87.11252	204			IN	021	07192	
4259985	Knox	knox	US	12107	0	America/Indiana/Indianapolis	39.8231	-85.54192	300			IN	065	81728	
4259993	Koleen	koleen	US	47439	0	America/Indiana/Indianapolis	38.97144	-86.82889	161	Koleen,Robison		IN	055	37026	
4259996	Kossuth	kossuth	US	16331	0	America/Indiana/Indianapolis	38.7045	-86.10276	268			IN	175	50508	
4260009	Kurtz	kurtz	US	47249	0	America/Indiana/Indianapolis	38.96061	-86.20332	182			IN	071	57474	
4260011	Kyle	kyle	US	24855	0	America/New_York	39.13839	-84.98829	276	Kyle,Manchester		IN	029	46368	
4260019	Laconia	laconia	US	03246	50	America/Kentucky/Louisville	38.03174	-86.08552	202			IN	061	06544	
4260038	Ladoga	ladoga	US	47954	984	America/Indiana/Indianapolis	39.91366	-86.80112	251			IN	107	12790	
4260103	Lake View	lake-view	US	14085	0	America/Indiana/Indianapolis	39.4856	-85.2483	308	Lake View,Lakeview		IN	047	61326	
4260119	Lakeside	lakeside	US	06758	0	America/Indiana/Indianapolis	39.88421	-86.28499	261			IN	097	59742	
4260130	Lamar	lamar	US	16848	0	America/Chicago	38.06922	-86.90555	126			IN	147	13240	
4260155	Lancaster	lancaster	US	01523	0	America/Indiana/Indianapolis	38.83145	-85.51857	218			IN	077	41940	
4260164	Lanesville	lanesville	US	12450	569	America/Kentucky/Louisville	38.23701	-85.9858	213			IN	061	25396	
4260199	Laurel	laurel	US	11948	505	America/Indiana/Indianapolis	39.50088	-85.18635	222	Conwells Mills,Laurel,Laurel City,Somerset		IN	047	42390	
4260210	Lawrence	lawrence	US	01840	47809	America/Indiana/Indianapolis	39.83865	-86.02526	266	Lorens,Lourens,lawrns  ayndyana,lwrans,Лоренс,Лоуренс,لارنس، انڈیانا,لاورنس، ایندیانا,لورانس		IN	097	42444	
4260223	Lawrenceburg	lawrenceburg	US	38464	4960	America/New_York	39.09089	-84.84995	146	Lawrenceburg,Lawrenceburgh,Lorensburg,New Lawrenceburgh,Лоренсбург	029	IN	029	42480	
4260227	Lawrenceville	lawrenceville	US	12949	0	America/New_York	39.27783	-85.0394	293	Lawrenceville,Morgantown		IN	029	36900	
4260260	Leavenworth	leavenworth	US	47137	231	America/Indiana/Marengo	38.19979	-86.34414	201	Leavenworth,Levenworth,Livenvors,Ливенворс		IN	025	38394	
4260278	Leesville	leesville	US	29070	0	America/Indiana/Indianapolis	38.84561	-86.28443	208			IN	093	30258	
4260283	Leipsic	leipsic	US	45856	0	America/Indiana/Indianapolis	38.67117	-86.36971	221	Lancaster,Leipsic		IN	117	54648	
4260287	Lena	lena	US	39094	0	America/Indiana/Indianapolis	39.60504	-87.10724	210	Lena,Marysville		IN	021	78416	
4260295	Leopold	leopold	US	47551	0	America/Indiana/Tell_City	38.10395	-86.58332	221			IN	123	42894	
4260297	Leota	leota	US	56153	0	America/Indiana/Indianapolis	38.64839	-85.85025	185	Finleys Cross Roads,Leota		IN	143	23224	
4260304	Letts	letts	US	52754	0	America/Indiana/Indianapolis	39.23505	-85.56497	273			IN	031	67734	
4260311	Lewis	lewis	US	12950	0	America/Indiana/Indianapolis	39.26004	-87.25752	186	Centerville,Centreville,Lewis		IN	167	59652	
4260322	Lewisville	lewisville	US	19351	360	America/Indiana/Indianapolis	39.80671	-85.35275	321	Lewisville,Louisville		IN	065	25432	
4260323	Lewisville	lewisville	US	19351	0	America/Indiana/Indianapolis	39.47116	-86.63195	235			IN	109	02440	
4260324	Lexington	lexington	US	02420	0	America/Indiana/Indianapolis	38.65228	-85.62524	192	Lexington,New Lexington		IN	143	43164	
4260328	Liberal	liberal	US	64762	0	America/Chicago	38.04589	-86.94305	132			IN	147	13240	
4260329	Liberty	liberty	US	04949	2038	America/Indiana/Indianapolis	39.6356	-84.93107	300		161	IN	161	11656	
4260360	Libertyville	libertyville	US	52567	0	America/Indiana/Indianapolis	39.60281	-87.51863	187			IN	167	22882	
4260421	Lincoln City	lincoln-city	US	47552	0	America/Chicago	38.12116	-86.99861	133			IN	147	10576	
4260446	Lindenwood	lindenwood	US	61049	0	America/Indiana/Indianapolis	39.65866	-86.15415	237			IN	097	59058	
4260453	Linton	linton	US	47441	5284	America/Indiana/Indianapolis	39.03477	-87.16585	162	Linton,New Jerusalem		IN	055	73304	
4260583	Little Rock	little-rock	US	29567	0	America/Indiana/Vincennes	38.49477	-87.67919	122			IN	083	17128	
4260619	Little York	little-york	US	08834	190	America/Indiana/Indianapolis	38.70284	-85.90497	167	Little York,Littleyork		IN	175	27594	
4260626	Livonia	livonia	US	14487	126	America/Indiana/Indianapolis	38.557	-86.27748	240	Bethel,Livonia,Livonija,Ливония		IN	175	46134	
4260627	Lizton	lizton	US	46149	496	America/Indiana/Indianapolis	39.88671	-86.54333	292	Lizton,New Elizabeth		IN	063	77318	
4260644	Locust Grove	locust-grove	US	22508	0	America/Indiana/Indianapolis	39.76949	-84.8519	338			IN	177	06670	
4260653	Lodi	lodi	US	07644	0	America/Indiana/Indianapolis	39.95004	-87.40585	154	Fullerton,Gilderoy,Lodi,Waterman		IN	121	43344	
4260660	Logan	logan	US	25601	0	America/New_York	39.24811	-84.89468	281	Logan,Logan Cross,Logan Cross Roads,Logan Crossroads		IN	029	44604	
4260661	Logan	logan	US	25601	0	America/Indiana/Indianapolis	38.94227	-86.50805	173			IN	093	47304	
4260673	London	london	US	25126	0	America/Indiana/Indianapolis	39.6256	-85.92026	240			IN	145	50994	
4260674	Lone Tree	lone-tree	US	52755	0	America/Indiana/Indianapolis	39.12588	-87.1289	169	Lone Tree,Lonetree		IN	055	70128	
4260711	Loogootee	loogootee	US	47553	2722	America/Indiana/Vincennes	38.67699	-86.91417	164			IN	101	59076	
4260716	Lookout	lookout	US	25868	0	America/Indiana/Indianapolis	39.19533	-85.20746	297			IN	137	17524	
4260749	Lotus	lotus	US	95651	0	America/Indiana/Indianapolis	39.61311	-84.88996	318			IN	161	11656	
4260823	Lyford	lyford	US	78569	0	America/Indiana/Indianapolis	39.65004	-87.37085	165	Clinton Locks,Lyford,Williamson		IN	121	23764	
4260826	Lyles	lyles	US	37098	0	America/Chicago	38.37032	-87.65919	122	Lyle,Lyle Station,Lyles		IN	051	58338	
4260832	Lynnville	lynnville	US	38472	921	America/Chicago	38.19616	-87.29668	141			IN	173	32188	
4260837	Lyons	lyons	US	07939	724	America/Indiana/Indianapolis	38.98921	-87.08223	162			IN	055	80648	
4260848	Mackey	mackey	US	47654	106	America/Chicago	38.25227	-87.39168	137			IN	051	03556	
4260853	Madison	madison	US	03849	12040	America/Indiana/Indianapolis	38.73589	-85.37996	149	MDN,Madison,Medison,Mehdison,madyswn,mdyswn  ayndyana,Мадисон,Медисон,Медісон,Мэдисон,ماديسون,مدیسون، ایندیانا,میڈیسن، انڈیانا	077	IN	077	46008	
4260868	Macedonia	macedonia	US	44056	0	America/Kentucky/Louisville	38.05396	-85.95996	251			IN	061	75014	
4260869	Magnetic Springs	magnetic-springs	US	43036	0	America/Indiana/Indianapolis	39.70866	-86.47277	234			IN	063	43290	
4260870	Magnolia	magnolia	US	08049	0	America/Indiana/Marengo	38.24923	-86.39303	154			IN	025	38394	
4260875	Magnet	magnet	US	68749	0	America/Indiana/Tell_City	38.09673	-86.46331	152	Magnet,Rono		IN	123	77534	
4260893	Manchester	manchester	US	01944	0	America/New_York	39.15172	-85.01218	280			IN	029	46368	
4260901	Manilla	manilla	US	46150	267	America/Indiana/Indianapolis	39.57421	-85.61942	272	Manilla,Wilmington		IN	139	79658	
4260903	Manhattan	manhattan	US	59741	0	America/Indiana/Indianapolis	39.55504	-86.92751	196			IN	133	80972	
4260916	Mansfield	mansfield	US	02048	0	America/Indiana/Indianapolis	39.67643	-87.10224	180	Dicksons Mills,Dixons Mills,Dublin,Mansfield,New Dublin		IN	121	37296	
4260920	Manville	manville	US	02838	0	America/Indiana/Indianapolis	38.78784	-85.28551	149	Buena Vista,Manville		IN	077	49824	
4260946	Maple Valley	maple-valley	US	98038	0	America/Indiana/Indianapolis	39.86699	-85.58692	304	Elizabeth City,Maple Valley		IN	065	81728	
4260950	Maplewood	maplewood	US	07040	0	America/Indiana/Indianapolis	39.83449	-86.50528	288	Maplewood,Progress		IN	063	48852	
4260955	Mapleton	mapleton	US	04757	0	America/Indiana/Indianapolis	39.82893	-86.16721	231			IN	097	80792	
4260959	Marble Hill	marble-hill	US	30148	0	America/Indiana/Indianapolis	38.59256	-85.45051	244			IN	077	67662	
4260962	Marengo	marengo	US	43334	811	America/Indiana/Marengo	38.36923	-86.34359	182			IN	025	43218	
4260968	Mariah Hill	mariah-hill	US	47556	0	America/Chicago	38.16533	-86.92472	159	Mariah Hill,Mariahhill		IN	147	10576	
4260970	Marietta	marietta	US	13110	0	America/Indiana/Indianapolis	39.44144	-85.88387	220			IN	145	33070	
4260974	Marion	marion	US	02738	0	America/Indiana/Indianapolis	39.59171	-85.75498	242	Little Marion,Marion,Noah		IN	145	47052	
4260979	Marion Heights	marion-heights	US	17832	0	America/Indiana/Indianapolis	39.49476	-87.44585	152			IN	167	73970	
4260996	Markleville	markleville	US	46056	519	America/Indiana/Indianapolis	39.97782	-85.6147	290			IN	095	00406	
4261014	Marshfield	marshfield	US	02050	0	America/Indiana/Indianapolis	38.70922	-85.78163	164			IN	143	79100	
4261016	Martin	martin	US	15460	0	America/Chicago	38.12449	-87.67363	131			IN	163	02188	
4261025	Marshall	marshall	US	20115	318	America/Indiana/Indianapolis	39.8481	-87.18779	214	Marshall,Маршалл		IN	121	80918	
4261032	Martinsville	martinsville	US	08836	11690	America/Indiana/Indianapolis	39.42783	-86.42833	184	Martinsvil,Martinsvill,Martinsvill',martynsfyl,martynzwyl  ayndyana,matinjeubil,Мартинсвил,Мартинсвилл,Мартінсвілль,مارتينسفيل,مارتینزویل، ایندیانا,مارٹنز ویل، انڈیانا,마틴즈빌	109	IN	109	80846	
4261039	Marysville	marysville	US	17053	0	America/Kentucky/Louisville	38.58562	-85.64357	217			IN	019	56898	
4261040	Marysville	marysville	US	17053	0	America/Indiana/Petersburg	38.35199	-87.27834	150			IN	125	58356	
4261053	Martinsburg	martinsburg	US	13404	0	America/Indiana/Indianapolis	38.44395	-86.02608	250	Martinsburg,Martinsburgh		IN	175	37512	
4261069	Maumee	maumee	US	43537	0	America/Indiana/Indianapolis	39.02116	-86.26165	176	Findley Mill,Maumee		IN	071	67572	
4261076	Maxwell	maxwell	US	46154	0	America/Indiana/Indianapolis	39.85754	-85.76998	278	Junction,Maxwell		IN	059	11368	
4261077	Maxwell	maxwell	US	46154	0	America/Indiana/Indianapolis	39.38727	-86.45555	186			IN	109	80846	
4261079	Mauckport	mauckport	US	47142	81	America/Kentucky/Louisville	38.02479	-86.20192	134	Mauckport,Maucksport		IN	061	33268	
4261088	Mays	mays	US	46155	0	America/Indiana/Indianapolis	39.74366	-85.42997	308	May's Station,Mays		IN	139	11620	
4261091	Maysville	maysville	US	26833	0	America/Indiana/Vincennes	38.64783	-87.22835	136			IN	027	80522	
4261092	Maywood	maywood	US	07607	0	America/Indiana/Indianapolis	39.72616	-86.21582	212	Beelers Station,Maywood		IN	097	81800	
4261132	McCordsville	mccordsville	US	46055	5773	America/Indiana/Indianapolis	39.9081	-85.92276	259			IN	059	78866	
4261147	McDaniel	mcdaniel	US	21647	0	America/Indiana/Indianapolis	39.41199	-86.44083	182			IN	109	80846	
4261211	McVille	mcville	US	58254	0	America/Indiana/Indianapolis	39.1531	-86.73861	255	McHaleysville,McVille		IN	055	04186	
4261215	Mecca	mecca	US	47860	320	America/Indiana/Indianapolis	39.72726	-87.33057	156	Maidstone,Mecca,Mecca Mills		IN	121	79334	
4261218	Mechanicsburg	mechanicsburg	US	17050	0	America/Indiana/Indianapolis	39.60088	-87.08751	208			IN	021	78416	
4261219	Mechanicsburg	mechanicsburg	US	17050	0	America/Indiana/Indianapolis	39.33727	-85.36691	323			IN	031	67536	
4261220	Mechanicsville	mechanicsville	US	18934	0	America/Chicago	38.03393	-87.56224	146			IN	163	11674	
4261221	Medora	medora	US	47260	698	America/Indiana/Indianapolis	38.82505	-86.16998	161			IN	071	10450	
4261256	Memphis	memphis	US	13112	695	America/Kentucky/Louisville	38.4834	-85.76163	148	Memfis,Мемфис		IN	019	77174	
4261265	Mentor	mentor	US	44060	0	America/Indiana/Vincennes	38.31645	-86.71888	226			IN	037	37926	
4261274	Merom	merom	US	47861	225	America/Indiana/Indianapolis	39.05643	-87.56752	167	Merom,Miriam		IN	153	27666	
4261292	Metamora	metamora	US	43540	188	America/Indiana/Indianapolis	39.44977	-85.13941	219			IN	047	48564	
4261349	Middlebury	middlebury	US	05753	3103	America/Indiana/Indianapolis	39.26421	-87.1189	204	Martz,Middlebury		IN	021	31684	
4261351	Middletown	middletown	US	02842	0	America/Indiana/Indianapolis	39.46005	-85.64886	256			IN	145	43398	
4261352	Midland	midland	US	15059	0	America/Indiana/Indianapolis	39.12199	-87.19168	200	Midland,Wright		IN	055	85634	
4261354	Midway	midway	US	15060	0	America/Indiana/Indianapolis	39.45977	-85.21663	297			IN	047	42390	
4261355	Midway	midway	US	15060	0	America/Indiana/Indianapolis	38.81645	-85.46274	251			IN	077	70398	
4261356	Midway	midway	US	15060	0	America/Indiana/Indianapolis	39.77532	-87.31752	164			IN	121	79334	
4261357	Midway	midway	US	15060	0	America/Chicago	37.99949	-87.13833	120			IN	147	28944	
4261359	Mifflin	mifflin	US	17058	0	America/Indiana/Marengo	38.30617	-86.54026	155			IN	025	77210	
4261361	Milan	milan	US	03588	1886	America/Indiana/Indianapolis	39.12117	-85.13135	302	Brooklyn,Milan,South Milan		IN	137	25612	
4261368	Milford	milford	US	01757	121	America/Indiana/Indianapolis	39.35033	-85.61803	259	Clifty,Milford,Needmore,Милфорд		IN	031	13042	
4261370	Middleboro	middleboro	US	02344	0	America/Indiana/Indianapolis	39.89394	-84.8319	315	Middleboro,Middleborough		IN	177	81944	
4261402	Miller	miller	US	57362	0	America/Indiana/Indianapolis	39.6206	-86.28193	223			IN	109	46044	
4261406	Milledgeville	milledgeville	US	31059	0	America/Indiana/Indianapolis	39.97421	-86.49695	291			IN	011	31648	
4261439	Millersburg	millersburg	US	17061	0	America/Indiana/Indianapolis	38.55728	-86.33554	221	Millersburg,Stampers Creek		IN	117	72548	
4261440	Millersburg	millersburg	US	17061	0	America/Chicago	38.09782	-87.39973	116	Canal,Millersburg,Millersburgh		IN	173	09964	
4261441	Millersport	millersport	US	43046	0	America/Indiana/Vincennes	38.34311	-87.05389	141	Duff,Millersport,Stapleton		IN	037	45954	
4261442	Millersville	millersville	US	17551	0	America/Indiana/Indianapolis	39.8531	-86.09165	228	Brubaker's Mill,Millarsville,Millersville		IN	097	80792	
4261443	Millhousen	millhousen	US	47261	130	America/Indiana/Indianapolis	39.21061	-85.43247	273			IN	031	46872	
4261444	Milligan	milligan	US	32537	0	America/Indiana/Indianapolis	39.8456	-87.03834	242	Milligan,South Waveland		IN	121	29484	
4261451	Millport	millport	US	14864	0	America/Indiana/Indianapolis	38.77144	-86.10331	161			IN	071	18712	
4261453	Milltown	milltown	US	08850	799	America/Indiana/Marengo	38.34228	-86.27609	189	Leavenworth's Mill,Milltown		IN	025	83690	
4261454	Millville	millville	US	01529	0	America/Indiana/Indianapolis	39.44922	-85.12357	232			IN	047	48564	
4261455	Millville	millville	US	01529	0	America/Indiana/Indianapolis	39.92477	-85.25191	348			IN	065	43308	
4261458	Milroy	milroy	US	17063	604	America/Indiana/Indianapolis	39.49699	-85.46969	294			IN	139	01522	
4261460	Milton	milton	US	02186	0	America/New_York	38.97839	-85.0144	150	Guionsville,Milton		IN	115	77498	
4261461	Milton	milton	US	02186	464	America/Indiana/Indianapolis	39.7881	-85.15524	284	Mil'ton,Мильтон		IN	177	81134	
4261469	Mineral City	mineral-city	US	44656	0	America/Indiana/Indianapolis	38.99421	-86.88001	157	Fellows Mill,Mineral,Mineral City		IN	055	64080	
4261486	Mitchell	mitchell	US	30820	4252	America/Indiana/Indianapolis	38.73283	-86.4736	208			IN	093	46980	
4261498	Moberly	moberly	US	65270	0	America/Kentucky/Louisville	38.26979	-86.20942	185			IN	061	71936	
4261505	Mohawk	mohawk	US	13407	0	America/Indiana/Indianapolis	39.84365	-85.84081	265			IN	059	08794	
4261509	Modesto	modesto	US	62667	0	America/Indiana/Indianapolis	39.26977	-86.54833	188			IN	105	80828	
4261525	Monroe City	monroe-city	US	47557	536	America/Indiana/Vincennes	38.61533	-87.35446	159	Lively Dale,Lovely Dale,Monroe City,Nashville		IN	083	31864	
4261539	Monrovia	monrovia	US	21770	1427	America/Indiana/Indianapolis	39.57894	-86.48222	244	Monrovija,Монровия		IN	109	50400	
4261546	Montclair	montclair	US	07042	0	America/Indiana/Indianapolis	39.8481	-86.56695	293	Montclair,Montclaire		IN	063	77318	
4261550	Montgomery	montgomery	US	05470	349	America/Indiana/Vincennes	38.66255	-87.04612	161	Montgomeri,Монтгомери		IN	027	03484	
4261552	Montezuma	montezuma	US	13117	983	America/Indiana/Indianapolis	39.79282	-87.37085	154	Montazuma,Montezuma		IN	121	63846	
4261577	Moorefield	moorefield	US	26836	0	America/Indiana/Vevay	38.80562	-85.17023	276	Moorefield,Moorfield		IN	155	60480	
4261578	Mooreland	mooreland	US	47360	365	America/Indiana/Indianapolis	39.99755	-85.25108	342			IN	065	06076	
4261584	Moorestown	moorestown	US	08057	0	America/Indiana/Indianapolis	38.71866	-86.61583	179	Moorestown,Mooretown		IN	093	72044	
4261585	Mooresville	mooresville	US	28115	9623	America/Indiana/Indianapolis	39.61282	-86.37416	219			IN	109	08344	
4261600	Moores Hill	moores-hill	US	47032	587	America/New_York	39.11339	-85.08801	302	Moore's Hill,Moore's Mill,Moores Hill		IN	029	71738	
4261611	Morgantown	morgantown	US	19543	985	America/Indiana/Indianapolis	39.37144	-86.2611	207			IN	109	37224	
4261612	Morris	morris	US	06763	0	America/Indiana/Indianapolis	39.28227	-85.17746	300	Morris,Springdale		IN	137	00478	
4261628	Morristown	morristown	US	07960	1358	America/Indiana/Indianapolis	39.67338	-85.69859	254			IN	145	31270	
4261630	Morton	morton	US	14508	0	America/Indiana/Indianapolis	39.7631	-86.9364	265			IN	133	13762	
4261633	Morven	morven	US	28119	0	America/Indiana/Indianapolis	39.42283	-85.66109	253			IN	145	54144	
4261635	Moscow	moscow	US	05662	0	America/Indiana/Indianapolis	39.48533	-85.55664	271			IN	139	56772	
4261656	Mount Auburn	mount-auburn	US	52313	0	America/Indiana/Indianapolis	39.50755	-85.19413	275			IN	047	42390	
4261657	Mount Auburn	mount-auburn	US	52313	76	America/Indiana/Indianapolis	39.39255	-85.8936	250	Black Hawk,Blackhawk,Mount Auburn		IN	145	37404	
4261658	Mount Auburn	mount-auburn	US	52313	107	America/Indiana/Indianapolis	39.81282	-85.18969	302			IN	177	37530	
4261670	Mount Carmel	mount-carmel	US	17851	85	America/Indiana/Indianapolis	39.40727	-84.87329	311	Karmel',Кармель		IN	047	72134	
4261671	Mount Carmel	mount-carmel	US	17851	104	America/Indiana/Indianapolis	38.717	-86.24943	217			IN	175	08380	
4261722	Mount Jackson	mount-jackson	US	22842	0	America/Indiana/Indianapolis	39.76532	-86.20665	214			IN	097	81800	
4261729	Mount Liberty	mount-liberty	US	43048	0	America/Indiana/Indianapolis	39.18422	-86.13027	209			IN	013	80396	
4261745	Mount Olive	mount-olive	US	25185	0	America/Indiana/Vincennes	38.79866	-86.69416	159			IN	101	49995	
4261771	Mount Pleasant	mount-pleasant	US	15666	0	America/Indiana/Indianapolis	39.46033	-86.11943	235			IN	081	25468	
4261772	Mount Pleasant	mount-pleasant	US	15666	0	America/Indiana/Vincennes	38.65199	-86.89222	181			IN	101	59076	
4261773	Mount Pleasant	mount-pleasant	US	15666	0	America/Indiana/Tell_City	38.12173	-86.51776	240			IN	123	77534	
4261818	Mount Sinai	mount-sinai	US	11766	0	America/New_York	39.08061	-84.99857	266			IN	029	34222	
4261823	Mount Sterling	mount-sterling	US	40353	0	America/Indiana/Vevay	38.79589	-85.07384	242			IN	155	38232	
4261825	Mount Tabor	mount-tabor	US	07878	0	America/Indiana/Indianapolis	39.31143	-86.63333	177			IN	105	03808	
4261837	Mount Vernon	mount-vernon	US	04352	6550	America/Chicago	37.93227	-87.89503	122	Maunt Vernon,McFadden's Bluff,McFadden's Landing,Mount Vernon,mawnt fyrnwn,Маунт Вернон,ماؤنٹ ورنن، انڈیانا,ماونت فيرنون,مونت‌ورنون، ایندیانا	129	IN	129	05428	
4261945	Murdock	murdock	US	33938	0	America/Indiana/Indianapolis	38.90977	-86.50833	151			IN	093	47304	
4261965	Nabb	nabb	US	47147	0	America/Indiana/Indianapolis	38.60562	-85.63274	213			IN	143	43164	
4261973	Napoleon	napoleon	US	43545	229	America/Indiana/Indianapolis	39.20477	-85.3308	294			IN	137	37368	
4261981	Nash	nash	US	73761	0	America/Indiana/Indianapolis	39.74949	-86.53805	288			IN	063	11386	
4261983	Nashville	nashville	US	27856	1077	America/Indiana/Indianapolis	39.20727	-86.2511	181	Jacksonburg,Nashvill,Nashville,Neshvil,nashfyl,nasshubiru,Нашвилл,Нешвил,ناشفيل,نیشویل، انڈیانا,ナッシュビル	013	IN	013	80396	
4261984	Nashville	nashville	US	27856	0	America/Indiana/Indianapolis	39.92838	-85.65942	286			IN	059	08290	
4261986	Natchez	natchez	US	39120	0	America/Indiana/Vincennes	38.61727	-86.71083	154	Natches,Natchez		IN	101	30420	
4262008	Needham	needham	US	02492	0	America/Indiana/Indianapolis	39.53005	-85.97109	222	Needham,Needham's Station		IN	081	52164	
4262012	Needmore	needmore	US	17238	0	America/Indiana/Indianapolis	39.2492	-86.34074	221			IN	013	36810	
4262013	Needmore	needmore	US	17238	0	America/Indiana/Indianapolis	38.92727	-86.52999	205			IN	093	47304	
4262014	Needmore	needmore	US	17238	0	America/Indiana/Indianapolis	39.61893	-87.4103	154			IN	165	13798	
4262045	New Albany	new-albany	US	18833	36732	America/Kentucky/Louisville	38.28562	-85.82413	137	N'ju-Albani,Nju Olbani,Њу Олбани,Нью-Албани,Ню Олбани	043	IN	043	52344	
4262055	New Augusta	new-augusta	US	39462	0	America/Indiana/Indianapolis	39.88337	-86.2386	255	Augusta,Augusta Station,Holsbrook,New Augusta		IN	097	59742	
4262056	New Baltimore	new-baltimore	US	12124	0	America/Chicago	38.17727	-87.91753	112			IN	129	65052	
4262065	New Boston	new-boston	US	03070	0	America/Kentucky/Louisville	37.9998	-86.0108	132	Boston,New Boston		IN	061	75014	
4262066	New Boston	new-boston	US	03070	0	America/Chicago	38.05867	-86.81027	140	Huff,New Boston		IN	147	35140	
4262068	New Brunswick	new-brunswick	US	08901	0	America/Indiana/Indianapolis	39.94421	-86.52278	291	N'ju-Brunsvik,Нью-Брунсвик		IN	011	31648	
4262069	New Brunswick	new-brunswick	US	08901	0	America/Indiana/Indianapolis	39.20588	-87.1214	164			IN	021	31684	
4262072	New Castle	new-castle	US	03854	17621	America/Indiana/Indianapolis	39.92894	-85.37025	324	New Castle,Newcastle,Nju Kasl,niu ka si er,nyukaeseul,nyw kasl,nywkasl  ayndyana,Њу Касл,نيو كاسل,نیو کیسل، انڈیانا,نیوکاسل، ایندیانا,紐卡斯爾,뉴캐슬	065	IN	065	33124	
4262085	New Fairfield	new-fairfield	US	06812	0	America/Indiana/Indianapolis	39.50699	-84.97246	299	Fairfield,New Fairfield		IN	047	22306	
4262090	New Goshen	new-goshen	US	47863	390	America/Indiana/Indianapolis	39.58115	-87.46224	197			IN	167	22882	
4262092	New Harmony	new-harmony	US	47631	767	America/Chicago	38.12977	-87.93503	116	Harmonie,Harmony,New Harmony,Nju Kharmoni,Nova Harmonia,Nova Harmonie,Nová Harmonie,nyw harmwny,Њу Хармони,نيو هارموني,نیو ہارمونی، انڈیانا		IN	129	31504	
4262100	New Hope	new-hope	US	18938	0	America/Indiana/Indianapolis	39.1831	-86.82778	159			IN	119	25540	
4262101	New Hope	new-hope	US	18938	0	America/Chicago	37.98977	-87.2225	137			IN	173	06472	
4262111	New Lebanon	new-lebanon	US	12125	0	America/Indiana/Indianapolis	39.04088	-87.47113	156			IN	153	27666	
4262113	New Liberty	new-liberty	US	40355	0	America/Indiana/Indianapolis	38.56812	-85.86719	250			IN	175	25630	
4262120	New Lisbon	new-lisbon	US	08064	0	America/Indiana/Indianapolis	39.86338	-85.26302	337	Jamestown,New Lisbon		IN	065	18838	
4262123	New Market	new-market	US	21774	0	America/Kentucky/Louisville	38.53562	-85.61691	199	New Market,Oregon		IN	019	56898	
4262124	New Market	new-market	US	21774	630	America/Indiana/Indianapolis	39.95254	-86.9214	246	New Market,Newmarket		IN	107	77480	
4262127	New Middletown	new-middletown	US	44442	93	America/Kentucky/Louisville	38.16396	-86.0508	214	Middletown,New Middletown		IN	061	82106	
4262130	New Palestine	new-palestine	US	46163	2221	America/Indiana/Indianapolis	39.72199	-85.88915	255	New Palestine,Palestine,Sugar Creek		IN	059	73880	
4262136	New Philadelphia	new-philadelphia	US	17959	0	America/Indiana/Indianapolis	38.62645	-85.96997	287			IN	175	25630	
4262138	New Point	new-point	US	23125	342	America/Indiana/Indianapolis	39.30977	-85.32913	297	Crackaway,New Point,Newpoint,Rossburg		IN	031	67536	
4262143	New Ross	new-ross	US	47968	346	America/Indiana/Indianapolis	39.96477	-86.71445	270			IN	107	79838	
4262145	New Salem	new-salem	US	01355	0	America/Indiana/Indianapolis	39.54227	-85.35802	314			IN	139	54126	
4262146	New Salem	new-salem	US	01355	0	America/Indiana/Indianapolis	38.62145	-85.90414	298			IN	175	25630	
4262150	New Salisbury	new-salisbury	US	47161	613	America/Kentucky/Louisville	38.31368	-86.09497	222	Corydon Junction,New Salisbury		IN	061	37080	
4262151	New Trenton	new-trenton	US	47035	252	America/Indiana/Indianapolis	39.3095	-84.90051	187			IN	047	84068	
4262158	New Washington	new-washington	US	44854	566	America/Kentucky/Louisville	38.56312	-85.53968	219			IN	019	80450	
4262165	Newark	newark	US	07101	0	America/Indiana/Indianapolis	39.12893	-86.80723	236			IN	055	04186	
4262168	Newbern	newbern	US	24126	0	America/Indiana/Indianapolis	39.23533	-85.75082	208			IN	005	13618	
4262169	Newberry	newberry	US	29108	191	America/Indiana/Indianapolis	38.92505	-87.01945	168	Newberry,Slinkards Mills		IN	055	10702	
4262171	Newburgh	newburgh	US	12550	3277	America/Chicago	37.94449	-87.40529	120	Mount Prospect,N'juberg,Newburgh,Njuburg,Sprinklesburgh,niu bao,nywbwrgh,Њубург,Ньюберг,نيوبورغ,纽堡		IN	173	56178	
4262177	Newport	newport	US	02840	489	America/Indiana/Indianapolis	39.8842	-87.40863	161	N'juport,Ньюпорт	165	IN	165	78794	
4262179	Newry	newry	US	04261	0	America/Indiana/Indianapolis	38.90478	-85.8222	171			IN	071	78884	
4262183	Newtonville	newtonville	US	02460	0	America/Chicago	38.002	-86.94333	137			IN	147	31018	
4262201	Nineveh	nineveh	US	13813	0	America/Indiana/Indianapolis	39.36227	-86.08471	235	Nineveh,Williamsburg,Williamsburgh		IN	081	54000	
4262219	Nora	nora	US	24272	0	America/Indiana/Indianapolis	39.91254	-86.13471	239			IN	097	80792	
4262224	Norman	norman	US	28367	0	America/Indiana/Indianapolis	38.95255	-86.27499	265	Norman,Norman Station		IN	071	57474	
4262227	Norristown	norristown	US	19401	0	America/Indiana/Indianapolis	39.36533	-85.76054	229			IN	145	81044	
4262309	North Salem	north-salem	US	03073	526	America/Indiana/Indianapolis	39.85977	-86.6425	273			IN	063	20530	
4262318	North Vernon	north-vernon	US	47265	6619	America/Indiana/Indianapolis	39.00617	-85.62358	219	North Vernon,North Vernon City		IN	079	11458	
4262353	Norton	norton	US	02766	0	America/Indiana/Vincennes	38.4945	-86.68305	162			IN	037	14608	
4262378	Oak Forest	oak-forest	US	60452	0	America/Indiana/Indianapolis	39.38477	-85.08524	295	Oak Forest,Oakforest		IN	047	09568	
4262380	Oak Grove	oak-grove	US	42262	0	America/Chicago	37.83616	-88.0217	110			IN	129	60858	
4262398	Oak Hill	oak-hill	US	12460	0	America/Chicago	38.30449	-87.37446	148			IN	051	14662	
4262406	Oak Park	oak-park	US	48237	5209	America/Kentucky/Louisville	38.30562	-85.69635	140	Ouk-Park,Оук-Парк		IN	019	38367	
4262419	Oakdale	oakdale	US	06370	0	America/Indiana/Indianapolis	39.01978	-85.56191	236			IN	079	11458	
4262425	Oakland City	oakland-city	US	47660	2430	America/Chicago	38.33866	-87.34501	141	Oakland,Oakland City		IN	051	14662	
4262433	Oaktown	oaktown	US	47561	601	America/Indiana/Vincennes	38.87116	-87.44141	144	OTN,Oak Station,Oaktown		IN	083	09514	
4262451	Odon	odon	US	47562	1401	America/Indiana/Vincennes	38.84283	-86.9914	167	Clark's Prairie,Clark's Spring,Clarksburg,Odon		IN	027	45936	
4262471	Ogden	ogden	US	50212	0	America/Indiana/Indianapolis	39.79921	-85.46886	306			IN	065	72026	
4262555	Oldenburg	oldenburg	US	47036	666	America/Indiana/Indianapolis	39.33977	-85.20441	271	Oldenburg,Oldenburgh		IN	047	63126	
4262557	Oldtown	oldtown	US	21555	0	America/New_York	39.09478	-84.84689	145			IN	029	42480	
4262559	Olean	olean	US	14760	0	America/Indiana/Indianapolis	38.99033	-85.21857	291			IN	137	08362	
4262578	Oliver	oliver	US	15472	0	America/Chicago	38.04338	-87.83919	128			IN	129	11584	
4262583	Oolitic	oolitic	US	47451	1156	America/Indiana/Indianapolis	38.90088	-86.52527	183			IN	093	69102	
4262600	Orangeville	orangeville	US	17859	0	America/Indiana/Indianapolis	38.63144	-86.55666	159			IN	117	56826	
4262605	Orange	orange	US	01364	0	America/Indiana/Indianapolis	39.58421	-85.29913	335	Fayetteville,Orange		IN	139	54126	
4262606	Orchard Park	orchard-park	US	14127	0	America/Indiana/Indianapolis	39.93754	-86.12999	250			IN	057	13060	
4262618	Orleans	orleans	US	02653	2129	America/Indiana/Indianapolis	38.66172	-86.45166	193			IN	117	57042	
4262629	Orrville	orrville	US	36767	0	America/Indiana/Vincennes	38.4581	-87.68614	131			IN	083	17128	
4262640	Osgood	osgood	US	45351	1610	America/Indiana/Indianapolis	39.12922	-85.29163	300			IN	137	11602	
4262645	Otisco	otisco	US	47163	0	America/Kentucky/Louisville	38.54228	-85.66719	205			IN	019	12142	
4262667	Otto	otto	US	14766	0	America/Kentucky/Louisville	38.5709	-85.4669	231	New Otto,Old Otto,Otto		IN	019	05122	
4262668	Otwell	otwell	US	47564	434	America/Indiana/Petersburg	38.45477	-87.09223	152	Ottwell,Otwell,Pierceville		IN	125	38160	
4262707	Owensburg	owensburg	US	47453	406	America/Indiana/Indianapolis	38.9231	-86.72972	196	Owensburg,Owensburgh		IN	055	37026	
4262708	Owensville	owensville	US	45160	1285	America/Chicago	38.27199	-87.6878	155			IN	051	50706	
4262742	Palestine	palestine	US	26160	0	America/Indiana/Indianapolis	39.41727	-84.92774	295	Palestine,Wynn		IN	047	72134	
4262746	Palmyra	palmyra	US	04965	934	America/Kentucky/Louisville	38.40784	-86.10997	235	Carthage,McCallan's Crossroads,Palmyra		IN	061	51030	
4262762	Paoli	paoli	US	19301	3629	America/Indiana/Indianapolis	38.55617	-86.46832	190		117	IN	117	57798	
4262764	Paradise	paradise	US	17562	0	America/Chicago	37.9956	-87.37945	140			IN	173	56178	
4262768	Paragon	paragon	US	46166	660	America/Indiana/Indianapolis	39.39505	-86.5625	177			IN	109	63144	
4262774	Paris	paris	US	04271	0	America/Indiana/Indianapolis	38.82422	-85.63385	197			IN	079	50724	
4262775	Paris Crossing	paris-crossing	US	47270	0	America/Indiana/Indianapolis	38.8295	-85.64802	190			IN	079	50724	
4262777	Park	park	US	67751	0	America/Indiana/Indianapolis	39.01616	-86.84945	202	Park,Parker		IN	055	64080	
4262796	Parkersburg	parkersburg	US	26101	0	America/Indiana/Indianapolis	39.87338	-86.90279	261	Faithville,Parkersburg,Parkersburgh		IN	107	68436	
4262826	Patoka	patoka	US	47666	729	America/Chicago	38.40699	-87.58558	133	Columbia,Patoka,Smithville		IN	051	83888	
4262843	Patricksburg	patricksburg	US	47455	0	America/Indiana/Indianapolis	39.3156	-86.95918	218	Lancaster,Patricksburg		IN	119	46998	
4262845	Patriot	patriot	US	45658	208	America/Indiana/Vevay	38.83867	-84.82689	144	Patriot,Troy		IN	155	61380	
4262858	Paxton	paxton	US	01612	0	America/Indiana/Indianapolis	39.02115	-87.38863	159	Paxton,Paxtons		IN	153	30348	
4262863	Paynesville	paynesville	US	24873	0	America/Indiana/Indianapolis	38.62117	-85.49329	233			IN	077	67662	
4262888	Peerless	peerless	US	59253	0	America/Indiana/Indianapolis	38.92449	-86.50333	171			IN	093	47304	
4262897	Pelzer	pelzer	US	29669	0	America/Chicago	37.98921	-87.25723	128			IN	173	06472	
4262901	Pendleton	pendleton	US	27862	4219	America/Indiana/Indianapolis	39.99754	-85.74664	258	Pendlton,byndltwn,Пендлтон,بيندلتون		IN	095	22648	
4262912	Pennville	pennville	US	47369	0	America/Indiana/Indianapolis	39.81394	-85.11135	306	Camden,New Lisbon,Penn,Pennville		IN	177	37530	
4262920	Peoria	peoria	US	61601	0	America/Indiana/Indianapolis	39.43339	-84.81718	306	Ingleside,Peoria		IN	047	72134	
4262962	Perth	perth	US	58363	0	America/Indiana/Indianapolis	39.5931	-87.16196	192			IN	021	18118	
4262968	Petersburg	petersburg	US	12138	2347	America/Indiana/Petersburg	38.49199	-87.27862	147	Peterburg,Petersburg,Petersburgh,Петербург	125	IN	125	80936	
4262984	Philadelphia	philadelphia	US	13673	0	America/Indiana/Indianapolis	39.78143	-85.84554	259			IN	059	73880	
4263010	Pierceville	pierceville	US	47039	0	America/Indiana/Indianapolis	39.13339	-85.17968	309			IN	137	25612	
4263013	Pigeon	pigeon	US	48755	0	America/Chicago	38.10005	-87.06667	121			IN	147	37422	
4263015	Philomath	philomath	US	97370	0	America/Indiana/Indianapolis	39.72394	-85.0158	328			IN	161	08542	
4263033	Pikeville	pikeville	US	27863	0	America/Indiana/Petersburg	38.322	-87.11139	145			IN	125	44532	
4263039	Pilot Knob	pilot-knob	US	63663	0	America/Indiana/Marengo	38.28256	-86.3497	264	Pilot Knob,Pilotknob		IN	025	38394	
4263042	Pimento	pimento	US	47866	0	America/Indiana/Indianapolis	39.30948	-87.37919	183	Hartford,Pimento		IN	167	44208	
4263055	Pine Ridge	pine-ridge	US	41360	0	America/Indiana/Indianapolis	39.5792	-87.49169	188			IN	167	22882	
4263062	Pine Valley	pine-valley	US	14872	0	America/Indiana/Indianapolis	38.47645	-86.45026	193			IN	117	71090	
4263105	Pittsboro	pittsboro	US	27312	3205	America/Indiana/Indianapolis	39.86393	-86.46694	287	Pittsboro,Pittsborough,Pittsburg		IN	063	48852	
4263108	Plainfield	plainfield	US	01070	30590	America/Indiana/Indianapolis	39.70421	-86.39944	223	Plainfield (Indiana),Plejnfild,peulleinpildeu,Плейнфилд,Плейнфілд,Плејнфилд,پلینفیلڈ، انڈیانا,플레인필드		IN	063	30204	
4263110	Plainville	plainville	US	02762	493	America/Indiana/Vincennes	38.80616	-87.15223	143	Plainville,Plejnvill',Stump Town,Плейнвилль		IN	027	72890	
4263112	Plano	plano	US	52581	0	America/Indiana/Indianapolis	39.49921	-86.60389	252			IN	109	02440	
4263125	Plattsburg	plattsburg	US	64477	0	America/Indiana/Indianapolis	38.7195	-86.0897	264			IN	175	50508	
4263143	Pleasant Hill	pleasant-hill	US	27866	0	America/Indiana/Indianapolis	39.86615	-85.6872	284			IN	059	37062	
4263180	Pleasant Valley	pleasant-valley	US	12569	0	America/Indiana/Vincennes	38.632	-86.80139	149			IN	101	11548	
4263205	Pleasantville	pleasantville	US	08232	0	America/Indiana/Indianapolis	38.86339	-86.20526	250			IN	071	57474	
4263206	Pleasantville	pleasantville	US	08232	0	America/Indiana/Indianapolis	38.96699	-87.25029	165			IN	153	38214	
4263210	Pleasant View	pleasant-view	US	37146	0	America/Indiana/Indianapolis	39.66338	-85.94165	248	Doblestown,Pleasant View,Wrights		IN	145	50994	
4263223	Plummer	plummer	US	56748	0	America/Indiana/Indianapolis	38.98171	-86.97251	151			IN	055	80648	
4263238	Poland	poland	US	04274	0	America/Indiana/Indianapolis	39.44421	-86.95085	212			IN	021	10666	
4263270	Pontiac	pontiac	US	48340	0	America/Indiana/Indianapolis	39.59032	-87.11863	205			IN	021	78416	
4263277	Poplar Grove	poplar-grove	US	61065	0	America/Indiana/Indianapolis	39.71254	-86.05137	259			IN	097	25504	
4263307	Poseyville	poseyville	US	47633	1029	America/Chicago	38.17004	-87.78308	134	Palestine,Poseyville		IN	129	65052	
4263329	Pottersville	pottersville	US	07979	0	America/Indiana/Indianapolis	39.20727	-86.81417	194			IN	119	25540	
4263345	Prairie	prairie	US	39756	0	America/Chicago	37.92143	-87.98197	110			IN	129	05428	
4263348	Prairie City	prairie-city	US	50228	0	America/Indiana/Indianapolis	39.4456	-87.11335	179			IN	021	36864	
4263353	Prairie Creek	prairie-creek	US	47869	0	America/Indiana/Indianapolis	39.27504	-87.49724	162	Middleton,Middletown,Prairie Creek		IN	167	61704	
4263368	Prather	prather	US	93651	0	America/Kentucky/Louisville	38.38173	-85.69274	161	Gibson,Gibson Station,Prather		IN	019	78128	
4263369	Prather	prather	US	93651	0	America/Indiana/Indianapolis	39.3781	-86.45527	188			IN	109	80846	
4263377	Prescott	prescott	US	48756	0	America/Indiana/Indianapolis	39.47922	-85.70831	256			IN	145	69282	
4263379	Preston	preston	US	06365	0	America/Indiana/Indianapolis	39.5067	-87.37196	156			IN	167	32026	
4263396	Princeton	princeton	US	01541	8626	America/Chicago	38.35532	-87.56752	152	Prinston,brnstwn,prynstwn  ayndyana,Принстон,برنستون,پرنسٹن، انڈیانا,پرینستون، ایندیانا	051	IN	051	58338	
4263406	Prospect	prospect	US	06712	0	America/Indiana/Indianapolis	38.57811	-86.61416	148	Lick Creek,New Prospect,Prospect		IN	117	25990	
4263408	Providence	providence	US	02901	0	America/Indiana/Indianapolis	39.49088	-86.17666	256	Providence,Union Village		IN	081	77390	
4263424	Pueblo	pueblo	US	81001	0	America/Chicago	37.82616	-87.11028	116			IN	147	56160	
4263438	Purcell	purcell	US	64857	0	America/Indiana/Vincennes	38.5956	-87.51919	132	Purcell,Purcell Station,Purcells		IN	083	38700	
4263453	Putnamville	putnamville	US	46170	0	America/Indiana/Indianapolis	39.57421	-86.86529	206			IN	133	80162	
4263466	Quakertown	quakertown	US	08868	0	America/Indiana/Indianapolis	39.58005	-85.00163	229	Millboro,Quakertown		IN	161	31522	
4263475	Quincy	quincy	US	02169	0	America/Indiana/Indianapolis	39.45366	-86.7125	225			IN	119	75050	
4263484	Raccoon	raccoon	US	41557	0	America/Indiana/Indianapolis	39.85616	-86.8964	227	Lockridge,Raccoon		IN	133	25576	
4263499	Ragsdale	ragsdale	US	47573	129	America/Indiana/Vincennes	38.74588	-87.32502	176	Aliceville,Ragsdale		IN	083	80738	
4263514	Raleigh	raleigh	US	25911	0	America/Indiana/Indianapolis	39.74393	-85.36386	308			IN	139	81026	
4263523	Ramsey	ramsey	US	07446	0	America/Kentucky/Louisville	38.32368	-86.1547	215	Barren,Ramsey		IN	061	37080	
4263529	Randall	randall	US	50231	0	America/Indiana/Indianapolis	39.77476	-87.52252	188			IN	165	32962	
4263532	Ranger	ranger	US	25557	0	America/Indiana/Tell_City	38.09589	-86.68554	131			IN	123	01504	
4263551	Ravenswood	ravenswood	US	26164	0	America/Indiana/Indianapolis	39.8881	-86.1311	221			IN	097	80792	
4263568	Raymond	raymond	US	03077	0	America/Indiana/Indianapolis	39.47172	-84.8494	311			IN	047	72134	
4263580	Red Bank	red-bank	US	07701	0	America/Chicago	37.97143	-87.62585	124			IN	163	59166	
4263586	Red Hill	red-hill	US	18076	0	America/Indiana/Indianapolis	38.93338	-86.59777	231			IN	093	59040	
4263593	Redding	redding	US	06896	0	America/Indiana/Indianapolis	38.7745	-86.50388	195			IN	093	46980	
4263612	Reelsville	reelsville	US	46171	0	America/Indiana/Indianapolis	39.55754	-86.96696	214			IN	133	80972	
4263620	Rehoboth	rehoboth	US	02769	0	America/Kentucky/Louisville	38.08257	-86.02302	235			IN	061	06544	
4263625	Reno	reno	US	16343	0	America/Indiana/Indianapolis	39.71032	-86.67028	278			IN	063	13078	
4263640	Rexville	rexville	US	14877	0	America/Indiana/Indianapolis	38.95256	-85.33663	280			IN	137	69264	
4263645	Rhodes	rhodes	US	48652	0	America/Indiana/Indianapolis	39.60948	-87.41307	156			IN	165	13798	
4263652	Riceville	riceville	US	16432	0	America/Indiana/Marengo	38.3245	-86.66554	215	Newton Station,Riceville		IN	025	58284	
4263665	Richland	richland	US	08350	0	America/Indiana/Indianapolis	39.49755	-85.39497	312			IN	139	64188	
4263681	Richmond	richmond	US	01254	35854	America/Indiana/Indianapolis	39.82894	-84.89024	299	Coxborough,RID,Richmond,Smithville,li shi man,lichimeondeu,ritchimondo,rychmwnd  ayndyana,rytshmwnd,Ричмонд,Річмонд,ريتشموند,رچمنڈ، انڈیانا,ریچموند، ایندیانا,リッチモンド,里士满,리치먼드	177	IN	177	81944	
4263699	Riddle	riddle	US	97469	0	America/Indiana/Marengo	38.25062	-86.43054	231			IN	025	56142	
4263702	Ridgewood	ridgewood	US	07450	0	America/Indiana/Indianapolis	39.60338	-86.35944	213			IN	109	08344	
4263711	Riley	riley	US	47871	0	America/Indiana/Indianapolis	39.78699	-85.73053	274			IN	059	11368	
4263724	Rincon	rincon	US	31326	0	America/Indiana/Indianapolis	39.10254	-86.99029	155			IN	055	37980	
4263726	Riley	riley	US	47871	218	America/Indiana/Indianapolis	39.39004	-87.30002	172	Lockport,Lockprt,Riley,Ripley		IN	167	64530	
4263736	Rising Sun	rising-sun	US	21911	2205	America/New_York	38.9495	-84.85384	153	Rising Sun,Risingsun	115	IN	115	62928	
4263764	Riverton	riverton	US	06065	0	America/Chicago	39.02032	-87.5678	131			IN	153	27666	
4263765	Rivervale	rivervale	US	72377	0	America/Indiana/Indianapolis	38.76894	-86.39804	157	River Vale,Rivervale		IN	093	06436	
4263766	Riverview	riverview	US	33568	0	America/Indiana/Indianapolis	38.84227	-86.54166	163			IN	093	69102	
4263767	Riverview	riverview	US	33568	0	America/Indiana/Indianapolis	39.20032	-87.58364	139			IN	153	22162	
4263775	Roachdale	roachdale	US	46172	895	America/Indiana/Indianapolis	39.84893	-86.80223	257	Langsdale,Roachdale		IN	133	25576	
4263827	Rock Hill	rock-hill	US	12775	0	America/Chicago	37.94505	-87.04	118			IN	147	56160	
4263840	Rockdale	rockdale	US	76567	0	America/Indiana/Indianapolis	39.317	-84.8469	204			IN	047	84068	
4263842	Rockford	rockford	US	35136	0	America/Indiana/Indianapolis	38.98728	-85.89137	184			IN	071	63414	
4263848	Rockport	rockport	US	01966	2085	America/Indiana/Indianapolis	39.88087	-87.2789	150	Copeland,Rockport,Rockport Mills,Wrights Mills		IN	121	58698	
4263850	Rockville	rockville	US	02873	2545	America/Indiana/Indianapolis	39.76254	-87.22918	217	Park,Rays Tavern,Rockville,Rokvil,Rokvill,Роквил,Роквилл	121	IN	121	00460	
4263856	Rockport	rockport	US	01966	2223	America/Chicago	37.88311	-87.04944	134	Hanging Rock,Rockport	147	IN	147	56160	
4263871	Rogers	rogers	US	06263	0	America/Indiana/Petersburg	38.53838	-87.2239	137			IN	125	80936	
4263889	Roland	roland	US	50236	0	America/Indiana/Indianapolis	38.59533	-86.68194	146	Roland,Rollins		IN	117	25990	
4263904	Rosebud	rosebud	US	57570	0	America/Chicago	38.19449	-87.41251	122			IN	173	29970	
4263905	Rosebud	rosebud	US	57570	0	America/Indiana/Indianapolis	38.52728	-86.21192	236			IN	175	34960	
4263906	Roseburg	roseburg	US	97470	0	America/Indiana/Indianapolis	39.58894	-84.9469	281	Roseburg,Roseburgh		IN	161	43452	
4263907	Rosedale	rosedale	US	11422	702	America/Indiana/Indianapolis	39.62282	-87.28335	164	Blacks,Darsyville,Dotyville,Rosedale		IN	121	23764	
4263914	Rosewood	rosewood	US	43070	0	America/Kentucky/Louisville	38.03813	-85.92913	132			IN	061	75014	
4263921	Rossburg	rossburg	US	45362	0	America/Indiana/Indianapolis	39.32588	-85.32608	284	Rossburg,Rossburgh,Rossville		IN	031	67536	
4263943	Rugby	rugby	US	37733	0	America/Indiana/Indianapolis	39.30922	-85.7147	233			IN	005	32530	
4263948	Royalton	royalton	US	41464	0	America/Indiana/Indianapolis	39.92699	-86.33833	280	Rodmans,Royalton		IN	011	86372	
4263965	Rushville	rushville	US	14544	6077	America/Indiana/Indianapolis	39.60921	-85.44636	292	Rashvil,rashwyl  ayndyana,rwshfyl,Рашвил,راشویل، ایندیانا,رشویل، انڈیانا,روشفيل	139	IN	139	66456	
4263968	Rusk	rusk	US	75785	0	America/Indiana/Vincennes	38.55728	-86.75694	200			IN	101	45036	
4263979	Russellville	russellville	US	29476	349	America/Indiana/Indianapolis	39.85838	-86.9839	250			IN	133	66474	
4264029	Saint Anthony	saint-anthony	US	47575	0	America/Indiana/Vincennes	38.3145	-86.82666	166			IN	037	36954	
4264058	Saint Bernice	saint-bernice	US	47875	646	America/Indiana/Indianapolis	39.7092	-87.52141	176	Jones,Saint Bernice,St. Bernice		IN	165	32962	
4264085	Saint Henry	saint-henry	US	45883	0	America/Indiana/Vincennes	38.21755	-86.92861	172			IN	037	10684	
4265104	Southport	southport	US	04576	0	America/Indiana/Indianapolis	39.27699	-86.76167	171			IN	119	80900	
4264087	Saint James	saint-james	US	11780	0	America/Chicago	38.17671	-87.57752	153	Saint James,Saint James Station,St. James		IN	051	38682	
4264134	Saint Croix	saint-croix	US	47576	0	America/Indiana/Tell_City	38.22395	-86.58637	221			IN	123	56214	
4264139	Saint Joseph	saint-joseph	US	38481	0	America/Chicago	38.06615	-87.64696	167			IN	163	27486	
4264178	Saint Marks	saint-marks	US	32355	0	America/Indiana/Vincennes	38.30561	-86.81805	160			IN	037	36954	
4264189	Saint Mary-of-the-Woods	saint-mary-of-the-woods	US	47876	797	America/Indiana/Indianapolis	39.51087	-87.46724	171	Saint Mary-of-the-Woods,Saint Marys,St. Mary-of-the-Woods,Thrall's Station		IN	167	73970	
4264192	Saint Marys	saint-marys	US	15857	0	America/Kentucky/Louisville	38.3559	-85.86469	252	Haymond,Saint Marys,St. Marys		IN	043	40734	
4264193	Saint Marys	saint-marys	US	15857	0	America/Indiana/Indianapolis	39.34783	-85.10885	261	Haymond,Haymound,Heimond,Saint Marys,St. Marys		IN	047	09568	
4264215	Saint Maurice	saint-maurice	US	71471	0	America/Indiana/Indianapolis	39.36616	-85.33441	317			IN	031	26098	
4264217	Saint Meinrad	saint-meinrad	US	47577	706	America/Chicago	38.17117	-86.80916	135			IN	147	31990	
4264243	Saint Paul	saint-paul	US	24283	1031	America/Indiana/Indianapolis	39.4281	-85.62831	261	Paultown,Saint Paul,St. Paul		IN	031	00370	
4264269	Saint Peter	saint-peter	US	56082	0	America/Indiana/Indianapolis	39.32172	-85.03163	294	Saint Peter,Saint Peters,St. Peter		IN	047	33448	
4264320	Saint Thomas	saint-thomas	US	17252	0	America/Indiana/Vincennes	38.58616	-87.56225	124			IN	083	38700	
4264333	Salem	salem	US	01970	0	America/Indiana/Indianapolis	39.59644	-84.89024	318			IN	161	77678	
4264334	Salem	salem	US	01970	6217	America/Indiana/Indianapolis	38.60561	-86.10109	229	Salem (Indiana),Sejlem,salm,salm  ayndyana,Сейлем,Сејлем,سالم,سالم، ایندیانا,سیلم، انڈیانا	175	IN	175	81116	
4264368	Salina	salina	US	15680	0	America/Kentucky/Louisville	38.15285	-85.90996	132			IN	061	61344	
4264387	Saltillo	saltillo	US	17253	91	America/Indiana/Indianapolis	38.66506	-86.28915	246	Saltillo,Saltilloville		IN	175	08380	
4264388	Saluda	saluda	US	23149	0	America/Indiana/Indianapolis	38.65062	-85.48496	235			IN	077	67662	
4264390	Samaria	samaria	US	48177	0	America/Indiana/Indianapolis	39.40394	-86.18638	244	Musselman,Newburg,Samaria		IN	081	33160	
4264405	San Jacinto	san-jacinto	US	92581	0	America/Indiana/Indianapolis	38.95644	-85.49719	229			IN	079	05212	
4264434	Sandborn	sandborn	US	47578	411	America/Indiana/Vincennes	38.89643	-87.18668	146			IN	083	79118	
4264436	Sanders	sanders	US	41083	0	America/Indiana/Indianapolis	39.07977	-86.51333	226			IN	105	59112	
4264443	Sandusky	sandusky	US	14133	0	America/Indiana/Indianapolis	39.41949	-85.47803	290			IN	031	13708	
4264452	Sandy Hook	sandy-hook	US	06482	0	America/Indiana/Vincennes	38.56838	-87.21779	144			IN	027	78722	
4264457	Santa Claus	santa-claus	US	47579	2474	America/Chicago	38.12005	-86.91416	144	Santa Claus,Santa Kloz,Santaclaus,Санта Клоз		IN	147	10576	
4264460	Santa Fe	santa-fe	US	38482	0	America/Chicago	38.11255	-86.90944	143			IN	147	13240	
4264464	Sardinia	sardinia	US	14134	0	America/Indiana/Indianapolis	39.15394	-85.63108	231	Big Creek,Sardinia		IN	031	36918	
4264478	Sassafras	sassafras	US	41759	0	America/Indiana/Tell_City	38.18839	-86.69027	184	Saffaras,Sassafras		IN	123	12808	
4264496	Schley	schley	US	23154	0	America/Chicago	38.04561	-86.87194	128			IN	147	35140	
4264501	Schnellville	schnellville	US	47580	0	America/Indiana/Vincennes	38.34117	-86.7561	199			IN	037	37926	
4264527	Scipio	scipio	US	47273	0	America/Indiana/Indianapolis	39.392	-84.81829	256	Philanthropy,Scipio		IN	047	72134	
4264528	Scipio	scipio	US	47273	153	America/Indiana/Indianapolis	39.07922	-85.71747	207			IN	079	27234	
4264533	Scotland	scotland	US	06264	134	America/Indiana/Indianapolis	38.91283	-86.90389	187			IN	055	74996	
4264539	Scott City	scott-city	US	63780	0	America/Indiana/Indianapolis	39.19393	-87.46502	161			IN	153	22162	
4264554	Scottsburg	scottsburg	US	14545	0	America/Indiana/Petersburg	38.28866	-87.21917	134			IN	125	50418	
4264555	Scottsburg	scottsburg	US	14545	6674	America/Indiana/Indianapolis	38.68561	-85.77025	172	Scottsburg,Scottsburgh	143	IN	143	79100	
4264563	Scottsville	scottsville	US	14546	0	America/Kentucky/Louisville	38.40201	-85.90914	273			IN	043	40734	
4264592	Seelyville	seelyville	US	47878	1022	America/Indiana/Indianapolis	39.49198	-87.26724	178			IN	167	45018	
4264598	Sellersburg	sellersburg	US	47172	8659	America/Kentucky/Louisville	38.39812	-85.75496	148	Sellersburg,Sellersburgh		IN	019	69696	
4264609	Seven Springs	seven-springs	US	28578	0	America/Kentucky/Louisville	38.14201	-85.97663	216			IN	061	61344	
4264617	Seymour	seymour	US	06483	19478	America/Indiana/Indianapolis	38.95922	-85.89025	184	SER,Simor,symwr,symwr  ayndyana,xi mo,Симор,سيمور,سیمور، انڈیانا,سیمور، ایندیانا,西摩		IN	071	37134	
4264660	Sharptown	sharptown	US	21861	0	America/Indiana/Indianapolis	39.367	-84.87357	308			IN	047	84068	
4264681	Shelburne	shelburne	US	05482	0	America/Indiana/Indianapolis	39.43533	-86.39277	243			IN	109	80846	
4264688	Shelbyville	shelbyville	US	37160	19133	America/Indiana/Indianapolis	39.52144	-85.77692	233	Shelbivil,Shelby,Shelbyville,Shelly,sherubibiru,syelbibil,Шелбивил,シェルビービル,셸비빌	145	IN	145	00568	
4264696	Shelburn	shelburn	US	47879	1223	America/Indiana/Indianapolis	39.17837	-87.39363	165			IN	153	16390	
4264698	Shepardsville	shepardsville	US	47880	237	America/Indiana/Indianapolis	39.60087	-87.41752	153	Shepardsville,Shephardsville,Shepherdsville		IN	167	22882	
4264699	Shepherd	shepherd	US	48883	0	America/Indiana/Indianapolis	39.96726	-86.43139	295			IN	011	58968	
4264711	Shields	shields	US	58569	0	America/Indiana/Indianapolis	38.91589	-86.00331	167			IN	071	30618	
4264714	Shiloh	shiloh	US	08353	0	America/Indiana/Indianapolis	39.03893	-87.29252	173			IN	153	10792	
4264755	Shirley	shirley	US	01464	827	America/Indiana/Indianapolis	39.89199	-85.57692	313	Shirli,Ширли		IN	059	08290	
4264771	Shoals	shoals	US	25562	782	America/Indiana/Vincennes	38.66644	-86.79111	154	Daugherty's Shoals,Shoals	101	IN	101	30420	
4264797	Silex	silex	US	63377	0	America/Indiana/Indianapolis	39.3606	-86.65972	183			IN	119	81872	
4264822	Silverdale	silverdale	US	18962	0	America/Chicago	37.91588	-87.07139	119			IN	147	56160	
4264832	Silverwood	silverwood	US	48760	0	America/Indiana/Indianapolis	39.95559	-87.40335	160	Silver Wood,Silverwood		IN	045	26134	
4264868	Skelton	skelton	US	25919	0	America/Chicago	38.34143	-87.7817	119	Shelton,Skelton		IN	051	50706	
4264957	Smithland	smithland	US	42081	0	America/Indiana/Indianapolis	39.46033	-85.84665	223			IN	145	33070	
4264960	Smithville	smithville	US	26178	0	America/Indiana/Indianapolis	39.07116	-86.50694	223			IN	105	13420	
4264961	Smithville	smithville	US	26178	0	America/Indiana/Indianapolis	39.32088	-87.02585	180			IN	119	46998	
4264968	Smyrna	smyrna	US	13464	0	America/Indiana/Indianapolis	38.782	-85.48079	226	Creswell,Smyrna		IN	077	70398	
4264975	Smyrna	smyrna	US	13464	0	America/Indiana/Indianapolis	39.26394	-85.37719	294			IN	031	67536	
4264988	Snow Hill	snow-hill	US	21863	0	America/Indiana/Indianapolis	39.6556	-87.17001	193			IN	121	62622	
4265011	Somerville	somerville	US	02143	288	America/Chicago	38.27644	-87.37779	143	Somerville,Summitville		IN	051	03556	
4265019	South Boston	south-boston	US	24592	0	America/Indiana/Indianapolis	38.58284	-85.97914	234	Boston,South Boston		IN	175	25630	
4265054	South Gate	south-gate	US	90280	0	America/Indiana/Indianapolis	39.32116	-84.95662	312			IN	047	33448	
4265103	Southport	southport	US	04576	1712	America/Indiana/Indianapolis	39.66505	-86.12776	228	South Port,Southport		IN	097	59058	
4265135	Spearsville	spearsville	US	71277	0	America/Indiana/Indianapolis	39.3306	-86.19638	294			IN	013	30528	
4265136	Speed	speed	US	27881	0	America/Kentucky/Louisville	38.41229	-85.75246	144	Petersburg,Speed		IN	019	69696	
4265138	Sparta	sparta	US	07871	0	America/New_York	39.10533	-85.04523	279			IN	029	71738	
4265147	Spencer	spencer	US	01562	2271	America/Indiana/Indianapolis	39.28671	-86.76251	171	Spenser,Спенсер	119	IN	119	80900	
4265161	Spiceland	spiceland	US	47385	868	America/Indiana/Indianapolis	39.83838	-85.43886	320			IN	065	72026	
4265188	Spring Hill	spring-hill	US	34606	0	America/Indiana/Indianapolis	39.62005	-86.11832	240			IN	081	60390	
4265189	Spring Hill	spring-hill	US	34606	0	America/Indiana/Indianapolis	39.41254	-87.37724	170			IN	167	34546	
4265195	Spring Lake	spring-lake	US	07762	217	America/Indiana/Indianapolis	39.77671	-85.85304	259	Spring Lake,Spring Lake Park		IN	059	73880	
4265204	Spring Grove	spring-grove	US	17362	332	America/Indiana/Indianapolis	39.84838	-84.89413	300			IN	177	81944	
4265215	Springfield	springfield	US	01101	0	America/Chicago	38.04254	-87.8703	134			IN	129	45450	
4265228	Springtown	springtown	US	18081	0	America/Indiana/Indianapolis	39.70227	-86.60611	258			IN	063	13078	
4265229	Springville	springville	US	14141	0	America/Kentucky/Louisville	38.421	-85.68328	171			IN	019	12142	
4265230	Springville	springville	US	14141	0	America/Indiana/Indianapolis	38.93616	-86.61944	195			IN	093	59040	
4265236	Spurgeon	spurgeon	US	47584	202	America/Indiana/Petersburg	38.25227	-87.25723	153	Pleasantville,Spurgeon		IN	125	50418	
4265268	Standard	standard	US	61363	0	America/Indiana/Indianapolis	39.19643	-87.38919	162			IN	153	16390	
4265269	Stanford	stanford	US	40484	0	America/Indiana/Indianapolis	39.08977	-86.66667	232			IN	105	78542	
4265270	Stanley	stanley	US	14561	0	America/Chicago	38.16449	-87.35501	140			IN	173	32188	
4265283	Starlight	starlight	US	18461	0	America/Kentucky/Louisville	38.41506	-85.89247	286			IN	019	85166	
4265293	State Line	state-line	US	17263	0	America/Indiana/Indianapolis	39.43698	-87.52947	171			IN	167	73970	
4265316	Staunton	staunton	US	24401	519	America/Indiana/Indianapolis	39.48754	-87.18891	197	Highland,Staunton,Stauton,Stonton,Стонтон		IN	021	61290	
4265319	Stendal	stendal	US	47585	0	America/Indiana/Petersburg	38.26672	-87.14445	186			IN	125	44532	
4265328	Sterling Heights	sterling-heights	US	48310	0	America/Indiana/Indianapolis	39.74254	-86.28416	242			IN	097	81800	
4265333	Stevenson	stevenson	US	06491	0	America/Chicago	38.01671	-87.43334	117	Armery,Stephenson,Stephenston,Stevans,Stevens,Stevenson,Stevenston		IN	173	56178	
4265348	Stewartsville	stewartsville	US	08886	0	America/Chicago	38.18477	-87.83281	146	Paris,Stewartsville		IN	129	65052	
4265353	Stilesville	stilesville	US	46180	327	America/Indiana/Indianapolis	39.63838	-86.63361	245			IN	063	25414	
4265360	Stinesville	stinesville	US	47464	213	America/Indiana/Indianapolis	39.29866	-86.65222	177			IN	105	03808	
4265369	Stockton	stockton	US	08559	0	America/Indiana/Indianapolis	39.23893	-87.02223	172			IN	119	38142	
4265400	Stonington	stonington	US	04681	0	America/Indiana/Indianapolis	38.73172	-86.36749	215			IN	093	06436	
4265405	Story	story	US	71970	0	America/Indiana/Indianapolis	39.09894	-86.21388	176	Story,Storyville		IN	013	78398	
4265429	Straughn	straughn	US	47387	219	America/Indiana/Indianapolis	39.80894	-85.29136	329	Straughn,Straughn Station,Straughn's Station,Strawns		IN	065	18838	
4265431	Stringtown	stringtown	US	74569	0	America/Indiana/Indianapolis	39.7881	-85.70803	277			IN	059	11368	
4265432	Stringtown	stringtown	US	74569	0	America/Indiana/Indianapolis	39.05338	-87.29752	171			IN	153	10792	
4265433	Stringtown	stringtown	US	74569	0	America/Chicago	38.02088	-87.56168	146	Mechanicsville,Stringtown,Zipp,Zipp's		IN	163	11674	
4265441	Stringtown	stringtown	US	74569	0	America/Indiana/Indianapolis	39.09839	-85.16329	299			IN	137	81008	
4265495	Sugar Grove	sugar-grove	US	16350	0	America/Kentucky/Louisville	38.11785	-85.91108	134			IN	061	61344	
4265507	Sullivan	sullivan	US	03445	4155	America/Indiana/Indianapolis	39.09532	-87.40585	161	SIV,Salivan,salywan  ayndyana,swlyfan,Саливан,سالیوان، ایندیانا,سوليفان,سولیون، انڈیانا	153	IN	153	30672	
4265516	Sulphur	sulphur	US	40070	0	America/Indiana/Marengo	38.22756	-86.47081	217	Sulphur,Sulphur Well		IN	025	77210	
4265536	Sulphur Springs	sulphur-springs	US	44881	0	America/Indiana/Marengo	38.21201	-86.47498	129	Sulphur Springs,Sulphur Well		IN	025	77210	
4265543	Summit	summit	US	07901	0	America/Indiana/Indianapolis	39.03116	-87.19946	155			IN	055	73304	
4265544	Summit	summit	US	07901	0	America/Indiana/Indianapolis	39.6881	-86.53667	271			IN	063	43290	
4265554	Sunman	sunman	US	47041	1039	America/Indiana/Indianapolis	39.237	-85.09468	311			IN	137	00478	
4265573	Superior	superior	US	51363	0	America/Indiana/Indianapolis	39.62949	-87.15557	198			IN	121	62622	
4265574	Surprise	surprise	US	12176	0	America/Indiana/Indianapolis	38.97061	-86.05887	177			IN	071	30618	
4265597	Swanville	swanville	US	56382	0	America/Indiana/Indianapolis	38.68645	-85.55857	214			IN	077	63828	
4265623	Switz City	switz-city	US	47465	290	America/Indiana/Indianapolis	39.035	-87.053	160	Swits City,Switz City		IN	055	22486	
4265633	Sylvania	sylvania	US	16945	0	America/Indiana/Indianapolis	39.91893	-87.29446	203			IN	121	43344	
4265636	Sylvan Grove	sylvan-grove	US	67481	0	America/Kentucky/Louisville	38.46784	-85.73635	156			IN	019	77174	
4265649	Syria	syria	US	22743	0	America/Indiana/Indianapolis	38.58617	-86.40165	207			IN	117	57798	
4265661	Tampico	tampico	US	61283	0	America/Indiana/Indianapolis	38.80006	-85.95609	169			IN	071	29016	
4265662	Tangier	tangier	US	23440	0	America/Indiana/Indianapolis	39.91921	-87.31807	192	Long Siding,Tangier,Woodys Corner		IN	121	43344	
4265670	Tanner	tanner	US	35671	0	America/Indiana/Indianapolis	39.0181	-86.79334	242			IN	055	11350	
4265674	Tannersville	tannersville	US	12485	0	America/Indiana/Indianapolis	39.09505	-85.74748	203			IN	079	27234	
4265682	Taswell	taswell	US	47175	0	America/Indiana/Marengo	38.33423	-86.5611	237			IN	025	58284	
4265703	Taylorsville	taylorsville	US	28681	919	America/Indiana/Indianapolis	39.29588	-85.95083	199	Herod,Taylorsville		IN	005	27432	
4265705	Taylorville	taylorville	US	62568	0	America/Indiana/Indianapolis	39.46254	-87.42363	142	Dresser,Taylorsville,Taylorville		IN	167	73970	
4265717	Tell City	tell-city	US	47586	7255	America/Indiana/Tell_City	37.95144	-86.76777	128	Helvetia,Tel Siti,Tell City,Tell-Siti,tl syty,tl syty  ayndyana,Тел Сити,Телл-Сити,تل سيتي,تل سیتی، ایندیانا,ٹل سٹی، انڈیانا	123	IN	123	76652	
4265721	Temple	temple	US	03084	0	America/Indiana/Marengo	38.3445	-86.41582	177			IN	025	73016	
4265726	Tecumseh	tecumseh	US	49286	658	America/Indiana/Indianapolis	39.56309	-87.42169	171			IN	167	22882	
4265731	Tennyson	tennyson	US	47637	293	America/Chicago	38.08227	-87.11833	124			IN	173	70002	
4265737	Terre Haute	terre-haute	US	47801	60825	America/Indiana/Indianapolis	39.4667	-87.41391	152	HUF,Tera Khout,Tere Khout,Terra Alta,Terre-Khot,te lei huo te,telehote,tere hauta,tere haute,terehoto,therre hot,trh‌hwt  ayndyana,tyr hwt,Тера Хоут,Тере Хоут,Терре-Хот,تر ہات، انڈیانا,تره‌هوت، ایندیانا,تير هوت,टेरे हौट,टेरे हौते,เทร์เรโฮต,テレホート,特雷霍特,테레호테	167	IN	167	32026	
4265748	Terry	terry	US	39170	0	America/Indiana/Tell_City	38.08728	-86.63304	208			IN	123	42894	
4265766	Thomas	thomas	US	26292	0	America/Indiana/Vincennes	38.61283	-87.23168	136			IN	027	80522	
4265815	Thornton	thornton	US	03285	0	America/Indiana/Indianapolis	38.91672	-86.50138	155			IN	093	47304	
4265838	Tilden	tilden	US	62292	0	America/Indiana/Indianapolis	39.82143	-86.43889	275			IN	063	48852	
4265868	Titus	titus	US	36080	0	America/Kentucky/Louisville	38.05423	-86.25608	131			IN	061	33268	
4265888	Toronto	toronto	US	43964	0	America/Indiana/Indianapolis	39.7817	-87.49557	194			IN	165	32962	
4265912	Trafalgar	trafalgar	US	46181	1150	America/Indiana/Indianapolis	39.41616	-86.15082	252	Hensley Town,Liberty,Trafalgar		IN	081	33160	
4265924	Tremont	tremont	US	17981	0	America/Indiana/Indianapolis	39.76754	-86.31583	239			IN	097	81800	
4265995	Tunnelton	tunnelton	US	26444	0	America/Indiana/Indianapolis	38.76866	-86.34276	174			IN	093	30258	
4266024	Turner	turner	US	04282	0	America/Indiana/Indianapolis	39.49837	-87.16029	205	Newburg,Sherman,Turner,Turners		IN	021	61290	
4266042	Twin Bridges	twin-bridges	US	59754	0	America/Indiana/Vincennes	38.55338	-87.63086	122			IN	083	79217	
4266043	Twin Brooks	twin-brooks	US	57269	0	America/Indiana/Indianapolis	39.66893	-86.12026	231			IN	097	59058	
4266067	Underwood	underwood	US	47177	0	America/Kentucky/Louisville	38.60367	-85.77441	190			IN	019	50274	
4266113	Union	union	US	03887	0	America/Indiana/Petersburg	38.46533	-87.43474	143			IN	125	13204	
4266139	Uniontown	uniontown	US	15401	0	America/Indiana/Indianapolis	38.84589	-85.82581	175			IN	071	78884	
4266140	Uniontown	uniontown	US	15401	0	America/Indiana/Tell_City	38.22534	-86.66082	208	Foster's Ridge,Uniontown		IN	123	12808	
4266141	Unionville	unionville	US	06085	0	America/Indiana/Indianapolis	39.23005	-86.41611	268	Buzzards Roost,Fleenersburg,Flenersburg,Old Unionville,Union,Unionville,Youngs Ridge		IN	105	04816	
4266150	Universal	universal	US	47884	344	America/Indiana/Indianapolis	39.6217	-87.45141	178	Bunsen,Universal		IN	165	13798	
4266186	Upton	upton	US	01568	0	America/Chicago	37.96449	-87.9617	116			IN	129	05428	
4266191	Utica	utica	US	13501	802	America/Kentucky/Louisville	38.33368	-85.65357	135			IN	019	78128	
4266203	Valley Mills	valley-mills	US	76689	0	America/Indiana/Indianapolis	39.69116	-86.27721	233	Fremont,Northport,Valley Mills		IN	097	17092	
4266207	Vallonia	vallonia	US	47281	336	America/Indiana/Indianapolis	38.847	-86.09776	163			IN	071	18712	
4266227	Van Nuys	van-nuys	US	91401	0	America/Indiana/Indianapolis	39.96005	-85.35386	303			IN	065	33124	
4266232	Vandalia	vandalia	US	45377	0	America/Indiana/Indianapolis	39.31254	-86.86612	240			IN	119	40770	
4266239	Vaughan	vaughan	US	27586	0	America/Chicago	37.90143	-87.63029	114	Vaughan,Vaughn		IN	163	77696	
4266247	Velpen	velpen	US	47590	0	America/Indiana/Petersburg	38.35533	-87.10195	150			IN	125	47016	
4266255	Vernon	vernon	US	05354	311	America/Indiana/Indianapolis	38.98478	-85.60941	202			IN	079	78920	
4266266	Versailles	versailles	US	06383	2100	America/Indiana/Indianapolis	39.072	-85.2519	294	Versaj,Версај	137	IN	137	38754	
4266273	Vesta	vesta	US	24177	0	America/Kentucky/Louisville	38.48506	-85.55052	208			IN	019	57438	
4266278	Vevay	vevay	US	47043	1679	America/Indiana/Vevay	38.74784	-85.06717	147	New Switzerland,The Vineyard,Vevay,Vevej,wei wei,Вевеј,韦韦	155	IN	155	38232	
4266280	Vicksburg	vicksburg	US	17883	0	America/Indiana/Indianapolis	39.0906	-87.19807	186			IN	055	85634	
4266281	Victor	victor	US	14564	0	America/Indiana/Indianapolis	39.06088	-86.58083	199			IN	105	36072	
4266282	Victoria	victoria	US	23974	0	America/Indiana/Indianapolis	39.04643	-87.22279	164			IN	055	73304	
4266288	Vienna	vienna	US	04360	0	America/Indiana/Indianapolis	38.64895	-85.76886	174			IN	143	79100	
4266297	Vilas	vilas	US	28692	0	America/Indiana/Indianapolis	39.17004	-86.84001	166	Arcola,Vilas		IN	119	25540	
4266307	Vincennes	vincennes	US	47591	18012	America/Indiana/Vincennes	38.67727	-87.52863	128	Au Poste,OEA,Post Ouabache,Post Saint Ange,Post Saint Vincent,Post Vincennes,Poste Ouabache,Vincennes,Vinsenne,Vinsens,fynsyns,wynsns  ayndyana,Винсенс,فينسينس,ونسینز، انڈیانا,وینسنس، ایندیانا	083	IN	083	79217	
4266319	Volga	volga	US	26238	0	America/Indiana/Indianapolis	38.78395	-85.51802	207			IN	077	70398	
4266469	Wadesville	wadesville	US	47638	0	America/Chicago	38.10254	-87.78614	146	Cross Roads,Wadesville		IN	129	11584	
4266486	Wakefield	wakefield	US	01880	0	America/Indiana/Indianapolis	38.78728	-85.55996	222			IN	077	70398	
4266490	Waldron	waldron	US	46182	804	America/Indiana/Indianapolis	39.45366	-85.66692	251	Conn's Creek,Conns Creek,Stroupville,Waldron		IN	145	43398	
4266506	Walkerville	walkerville	US	49459	0	America/Indiana/Indianapolis	39.52783	-85.76303	234			IN	145	00568	
4266508	Wallace	wallace	US	26448	99	America/Indiana/Indianapolis	39.98643	-87.14834	214	Jacksonville,Wallace		IN	045	37008	
4266536	Walnut Ridge	walnut-ridge	US	72476	0	America/Indiana/Indianapolis	38.92506	-85.55608	235			IN	079	78920	
4266578	Warrenton	warrenton	US	20186	0	America/Chicago	38.1731	-87.5328	147	Greeley,Tracewell,Warrenton,Warrentown		IN	051	38682	
4266580	Warrington	warrington	US	18976	0	America/Indiana/Indianapolis	39.90754	-85.63386	296			IN	059	08290	
4267198	Woodgate	woodgate	US	13494	0	America/Indiana/Indianapolis	39.38476	-87.3853	171			IN	167	34546	
4266586	Washington	washington	US	03280	12078	America/Indiana/Vincennes	38.65922	-87.17279	153	Liverpool,Vashington,Washington,Вашингтон	027	IN	027	80522	
4266642	Waterloo	waterloo	US	13165	0	America/Indiana/Indianapolis	39.70366	-85.10302	265			IN	041	81314	
4266643	Waterloo	waterloo	US	13165	2209	America/Indiana/Indianapolis	39.56255	-86.19749	246			IN	081	83924	
4266652	Watson	watson	US	35181	0	America/Kentucky/Louisville	38.34868	-85.69996	158	New Watson,Watson		IN	019	78128	
4266659	Waveland	waveland	US	39576	421	America/Indiana/Indianapolis	39.87699	-87.04445	238			IN	107	08326	
4266662	Waverly	waverly	US	14892	0	America/Indiana/Indianapolis	39.55699	-86.27138	196			IN	109	31936	
4266672	Wayne	wayne	US	04284	0	America/Indiana/Indianapolis	39.88783	-84.92552	339			IN	177	82160	
4266680	Waynesville	waynesville	US	28785	0	America/Indiana/Indianapolis	39.11505	-85.89165	183			IN	005	81656	
4266684	Waycross	waycross	US	31501	0	America/Indiana/Indianapolis	39.30366	-86.34416	216			IN	013	36810	
4266701	Webster	webster	US	01570	0	America/Indiana/Indianapolis	39.90338	-84.94524	323	Dover,Fairfax,Webster		IN	177	82160	
4266738	Wellington	wellington	US	33414	0	America/Indiana/Indianapolis	39.87171	-86.1436	219	Broad Ripple,Wellington		IN	097	80792	
4266771	West Baden Springs	west-baden-springs	US	47469	564	America/Indiana/Indianapolis	38.56533	-86.6111	146	Mile Lick,Uehst-Baden-Springs,Vest Bejden Springs,Vest-Baden-Springs,West Baden,West Baden Springs,Вест Бејден Спрингс,Вест-Баден-Спрінгс,Уэст-Баден-Спрингс		IN	117	25990	
4266783	West College Corner	west-college-corner	US	47003	644	America/Indiana/Indianapolis	39.56755	-84.81607	301	College Corner Station,West College Corner		IN	161	77678	
4266786	West Fork	west-fork	US	72774	0	America/Indiana/Marengo	38.23367	-86.52637	157	Marietta,West Fork		IN	025	77210	
4266813	West Harrison	west-harrison	US	10604	284	America/New_York	39.26089	-84.82078	158	Harrison,West Harrison		IN	029	31720	
4266821	West Grove	west-grove	US	19390	0	America/Indiana/Indianapolis	39.84644	-85.01385	321			IN	177	11710	
4266827	West Newton	west-newton	US	02465	0	America/Indiana/Indianapolis	39.6531	-86.28277	225	Easton,Newton,West Newton		IN	097	17092	
4266844	West Terre Haute	west-terre-haute	US	47885	2217	America/Indiana/Indianapolis	39.46504	-87.45002	143	Macksville,West Terre Haute		IN	167	73970	
4266845	West Union	west-union	US	26456	0	America/Indiana/Indianapolis	39.84365	-87.33668	161	Delta,Union,West Union		IN	121	63846	
4266858	Westland	westland	US	15378	0	America/Indiana/Indianapolis	39.75032	-85.68775	272			IN	059	06040	
4266859	Westland	westland	US	15378	0	America/Indiana/Indianapolis	39.58338	-86.84584	205			IN	133	80162	
4266869	Westover	westover	US	16692	0	America/Indiana/Indianapolis	39.89949	-86.22749	258			IN	097	59742	
4266870	Westphalia	westphalia	US	47596	202	America/Indiana/Vincennes	38.86282	-87.22557	142			IN	083	79118	
4266871	Westport	westport	US	02790	1422	America/Indiana/Indianapolis	39.17589	-85.57303	248			IN	031	67734	
4266873	Westside	westside	US	51467	0	America/New_York	39.06395	-84.90717	151			IN	029	11278	
4266876	Westwood	westwood	US	02090	0	America/Indiana/Indianapolis	39.91921	-85.41692	323			IN	065	33124	
4266877	Westwood	westwood	US	02090	0	America/Indiana/Indianapolis	39.78671	-86.32638	250			IN	097	81800	
4266884	Wheatland	wheatland	US	16161	474	America/Indiana/Vincennes	38.66366	-87.30946	150			IN	083	72908	
4266896	Wheeling	wheeling	US	26003	0	America/Chicago	38.4131	-87.4553	134	Bovine,Kirksville,Kirkville,Wheeling		IN	051	80612	
4266925	White Cloud	white-cloud	US	49349	0	America/Kentucky/Louisville	38.22812	-86.22442	139	White Cloud,Whitecloud		IN	061	31810	
4266946	White River	white-river	US	57579	0	America/Chicago	38.39421	-87.75308	119			IN	051	83888	
4266954	White Sulphur Springs	white-sulphur-springs	US	12787	0	America/Indiana/Petersburg	38.38561	-87.09195	151	Fidelity,Sweet Sulphur Springs,White Sulphur Springs		IN	125	47016	
4266957	Whitehall	whitehall	US	12887	0	America/Indiana/Indianapolis	39.17421	-86.68445	210	White Hall,Whitehall		IN	119	13186	
4266960	Whiteland	whiteland	US	46184	4320	America/Indiana/Indianapolis	39.55005	-86.07971	242			IN	081	60390	
4266962	Whiteoak	whiteoak	US	63880	0	America/Indiana/Petersburg	38.40949	-87.1464	167			IN	125	47016	
4266965	Whitestown	whitestown	US	46075	6013	America/Indiana/Indianapolis	39.99726	-86.34583	286	New Germantown,Whitestown		IN	011	85580	
4266966	Whitesville	whitesville	US	14897	0	America/Indiana/Indianapolis	39.96532	-86.83362	266			IN	107	77480	
4266967	Whitewater	whitewater	US	53190	70	America/Indiana/Indianapolis	39.94477	-84.83107	344	White Water,Whitewater		IN	177	25666	
4266977	Whitfield	whitfield	US	39193	0	America/Indiana/Vincennes	38.61866	-86.91278	176	Stremler,Whitfield		IN	101	59076	
4266990	Wickliffe	wickliffe	US	42087	0	America/Indiana/Marengo	38.36839	-86.6411	221			IN	025	58284	
4266995	Wilbur	wilbur	US	97494	0	America/Indiana/Indianapolis	39.51616	-86.48861	261			IN	109	29988	
4267019	Wilkinson	wilkinson	US	25653	447	America/Indiana/Indianapolis	39.88588	-85.60886	305			IN	059	08290	
4267042	Williams	williams	US	29493	286	America/Indiana/Indianapolis	38.80449	-86.64722	175			IN	093	72044	
4267065	Williamsburg	williamsburg	US	01096	0	America/Indiana/Indianapolis	39.95088	-84.99635	325	Williamsburg,Williamsburgh		IN	177	29250	
4267070	Williamstown	williamstown	US	01267	0	America/Indiana/Indianapolis	39.45283	-85.46914	291	Earl City,Williamstown		IN	139	01522	
4267071	Willis	willis	US	24380	0	America/Indiana/Vincennes	38.55338	-87.35724	150	Willis,Wills		IN	083	31864	
4267074	Willisville	willisville	US	62997	0	America/Indiana/Petersburg	38.45088	-87.29557	142	Clark,Clarks,Willisville		IN	125	80936	
4267092	Wilmington	wilmington	US	01887	0	America/New_York	39.06256	-84.94662	242			IN	029	34222	
4267093	Wilson	wilson	US	14172	0	America/Kentucky/Louisville	38.44451	-85.82969	155			IN	019	10432	
4267125	Windom	windom	US	56101	0	America/Indiana/Vincennes	38.57394	-86.79777	144			IN	101	45036	
4267138	Winslow	winslow	US	08095	847	America/Indiana/Petersburg	38.38227	-87.21279	135			IN	125	58356	
4267146	Wirt	wirt	US	56688	0	America/Indiana/Indianapolis	38.8095	-85.45357	247			IN	077	46008	
4267195	Woodbury	woodbury	US	05681	0	America/Indiana/Indianapolis	39.90865	-85.89498	262			IN	059	78866	
4267226	Woodville	woodville	US	01784	0	America/Indiana/Indianapolis	39.9156	-85.5447	319			IN	065	29700	
4267227	Woodville	woodville	US	01784	0	America/Indiana/Indianapolis	38.75589	-86.48499	205			IN	093	46980	
4267231	Woodstock	woodstock	US	03293	0	America/Indiana/Indianapolis	39.82754	-86.18471	233			IN	097	80792	
4267232	Wooster	wooster	US	44691	0	America/Indiana/Indianapolis	38.73672	-85.69274	204	Wooster,Woostertown		IN	143	38772	
4267235	Worthington	worthington	US	01098	1428	America/Indiana/Indianapolis	39.12504	-86.97945	157			IN	055	37980	
4267249	Wyandotte	wyandotte	US	48192	0	America/Indiana/Marengo	38.22868	-86.2947	188			IN	025	38394	
4267261	Yankeetown	yankeetown	US	34498	0	America/Chicago	37.91755	-87.29778	137			IN	173	01540	
4267283	Yorkville	yorkville	US	13495	0	America/New_York	39.2045	-84.96746	284	York Ridge,Yorkville		IN	029	85958	
4267285	Young	young	US	85554	0	America/Indiana/Indianapolis	39.61032	-86.33749	235			IN	109	08344	
4267295	Youngstown	youngstown	US	14174	0	America/Indiana/Indianapolis	39.36226	-87.38224	180			IN	167	34546	
4267336	Zionsville	zionsville	US	18092	26296	America/Indiana/Indianapolis	39.95087	-86.26194	257	Zajonsvil,Зајонсвил		IN	011	86372	
4267338	Zoar	zoar	US	44697	0	America/Indiana/Petersburg	38.26922	-87.07306	172			IN	037	10684	
4267351	Abbyville	abbyville	US	67510	88	America/Chicago	37.97085	-98.20423	504	Abbyville,Salt Creek		KS	155	77175	
4267354	Abilene	abilene	US	67410	6558	America/Chicago	38.91722	-97.21391	352	Abilene,Abilin,a bi lin,abirin,abylyn,abylyn  kanzas,abylyn  knsas,aebillin,Абилин,Абілін,أبيلين,ابیلین، کانزاس,ابیلین، کنساس,アビリーン,阿比林,애빌린	041	KS	041	00125	
4267372	Acme	acme	US	15610	0	America/Chicago	38.8425	-97.26086	362	Acme,Milford Depot		KS	041	50225	
4267377	Ada	ada	US	45810	100	America/Chicago	39.15139	-97.88921	396	Ada,Hot Hill		KS	143	24075	
4267379	Adams	adams	US	01220	0	America/Chicago	37.45863	-97.97756	440			KS	095	10450	
4267387	Adamsville	adamsville	US	02801	0	America/Chicago	37.17336	-97.17643	345			KS	191	73350	
4267390	Admire	admire	US	66830	155	America/Chicago	38.64112	-96.10305	377	Admire,Admire City		KS	111	34700	
4267409	Agenda	agenda	US	66930	64	America/Chicago	39.70778	-97.4317	431			KS	157	20275	
4267415	Agra	agra	US	67621	247	America/Chicago	39.76168	-99.11925	564			KS	147	56775	
4267427	Akron	akron	US	14001	0	America/Chicago	37.35169	-97.01504	354	Akron,Akron Station,Little Dutch,Lone Tree		KS	035	22475	
4267429	Alameda	alameda	US	94501	0	America/Chicago	37.56113	-98.06145	483			KS	095	50650	
4267459	Alden	alden	US	14004	146	America/Chicago	38.24223	-98.31201	512			KS	159	73100	
4267463	Alexander	alexander	US	14005	62	America/Chicago	38.46946	-99.55317	633	Alexander,Alexander Station,Harveys Ranch		KS	165	01087	
4267465	Albert	albert	US	67511	172	America/Chicago	38.45279	-99.01148	584	Albert,Bartholdi,Clarence		KS	009	74825	
4267476	Aliceville	aliceville	US	35442	0	America/Chicago	38.15447	-95.55193	342			KS	031	03550	
4267487	Allen	allen	US	21810	176	America/Chicago	38.65612	-96.16972	403	Allen,Allen Station,Аллен		KS	111	00525	
4267513	Alma	alma	US	14708	802	America/Chicago	39.01667	-96.28916	337	Alma,alma,alma  kanzas,alma  knsas,Алма,آلما، کانزاس,ألما,الما، کنساس	197	KS	197	01375	
4267519	Almena	almena	US	54805	394	America/Chicago	39.89223	-99.70706	656			KS	137	01450	
4267527	Alta Vista	alta-vista	US	50603	429	America/Chicago	38.86389	-96.48917	444	Alta Vista,Altavista,Cable City		KS	197	25850	
4267531	Altamont	altamont	US	12009	1047	America/Chicago	37.19034	-95.29719	278	Altamont,Elston		KS	099	48950	
4267536	Alton	alton	US	03809	99	America/Chicago	39.47084	-98.94814	503	Alton,Bull City,Bulls City		KS	141	69150	
4267540	Altoona	altoona	US	16601	381	America/Chicago	37.52394	-95.66137	253	Altoona,Altuna,Geddesburg,Алтуна		KS	205	11375	
4267553	Americus	americus	US	31709	884	America/Chicago	38.50696	-96.26194	353	Americus,Orleans,Sheridan		KS	111	01700	
4267556	Ames	ames	US	50010	0	America/Chicago	39.56944	-97.44198	398	Ames,Elm Creek,Shirley		KS	029	65375	
4267567	Andale	andale	US	67001	992	America/Chicago	37.79057	-97.62949	436	Andale,Magnolia		KS	173	65100	
4267585	Angola	angola	US	14006	0	America/Chicago	37.10563	-95.44942	240	Angola,Arnold		KS	099	10325	
4267589	Anson	anson	US	04911	0	America/Chicago	37.3653	-97.52977	397	Anson,Purcell		KS	191	69225	
4267592	Antelope	antelope	US	59211	0	America/Chicago	38.43613	-96.97391	418			KS	115	13750	
4267594	Andover	andover	US	01810	12745	America/Chicago	37.7139	-97.13643	412	Andover,Cloud,Minneha,andwfr,andwwr  kanzas,Андовер,آندوور، کانزاس,أندوفر,اینڈوور، کنساس		KS	015	08825	
4267605	Anthony	anthony	US	32617	2230	America/Chicago	37.15336	-98.03117	412	ANY,Entoni,antwny,antwny  kanzas,Ентони,آنتونی، کانزاس,أنتوني	077	KS	077	01975	
4267614	Antioch	antioch	US	37011	0	America/Chicago	38.72334	-94.94552	312			KS	121	59475	
4267649	Arcadia	arcadia	US	15712	310	America/Chicago	37.64199	-94.62385	255	Arcadia,Arkadija,Coxes Creek,Findlay City,Аркадия		KS	037	40575	
4267650	Arcola	arcola	US	38722	0	America/Chicago	38.75084	-97.93366	445			KS	053	10800	
4267654	Argonia	argonia	US	67004	489	America/Chicago	37.26585	-97.76561	383			KS	191	18200	
4267661	Arkansas City	arkansas-city	US	67005	12136	America/Chicago	37.06197	-97.03837	341	Adelphi,Arkansas City,Arkanzas Siti,Creswell,Fernandina,Walnut City,arkanzas syty  kanzas,arknsas syty,Арканзас Сити,آرکانزاس سیتی، کانزاس,أركنساس سيتي		KS	035	02300	
4267665	Arlington	arlington	US	02474	457	America/Chicago	37.89668	-98.17867	486	Arlington,Арлингтон		KS	155	02350	
4267669	Arma	arma	US	66712	1451	America/Chicago	37.54394	-94.70024	309	Arma,Rust		KS	037	75575	
4267676	Arrington	arrington	US	22922	0	America/Chicago	39.46278	-95.53637	289	Arington,Arrington,Arrington Springs		KS	005	36100	
4267684	Arvonia	arvonia	US	23004	0	America/Chicago	38.48057	-95.86971	336			KS	139	02550	
4267699	Ash Grove	ash-grove	US	65604	0	America/Chicago	39.1614	-98.362	456			KS	105	52950	
4267710	Ashland	ashland	US	01721	816	America/Chicago	37.18864	-99.76568	602	Ashland,Clark	025	KS	025	11600	
4267720	Ashton	ashton	US	20861	0	America/Chicago	37.08308	-97.23865	370			KS	191	75300	
4267726	Assaria	assaria	US	67416	411	America/Chicago	38.68028	-97.60448	391	Assaria,Oban		KS	169	66075	
4267733	Atchison	atchison	US	66002	10712	America/Chicago	39.56305	-95.12164	248	Achison,Atcison,Atçison,achsn  kanzas,ai qi xun,atshyswn,aychysn  knsas,Ачисон,أتشيسون,اچسن، کانزاس,ایچیسن، کنساس,艾奇逊	005	KS	005	02900	
4267746	Athens	athens	US	04912	0	America/Chicago	37.90698	-95.61387	304			KS	207	12250	
4267752	Athol	athol	US	01331	42	America/Chicago	39.76501	-98.91952	544	Athol,Corvallis		KS	183	38450	
4267754	Atlanta	atlanta	US	14808	193	America/Chicago	37.43641	-96.76475	437	Atlanta,Baltimore,Omnia,Атланта		KS	035	52850	
4267756	Atlas	atlas	US	48411	0	America/Chicago	37.36727	-94.72246	276			KS	037	03750	
4267759	Attica	attica	US	14011	591	America/Chicago	37.24141	-98.22674	443			KS	077	71201	
4267767	Auburn	auburn	US	01501	1218	America/Chicago	38.90611	-95.8161	331	Auburn,Brownsville,Brownville		KS	177	03275	
4267773	Augusta	augusta	US	04330	9299	America/Chicago	37.68668	-96.9767	389	Ogasta,awgasta  kanzas,awghsta,Огаста,آگسٹا، کنساس,أوغستا,اوگاستا، کانزاس		KS	015	03300	
4267785	Aurora	aurora	US	04408	59	America/Chicago	39.45194	-97.52726	450	Aurora,Avrora,Saint Peter,Аврора		KS	029	03450	
4267808	Axtell	axtell	US	66403	403	America/Chicago	39.87167	-96.2589	415			KS	117	49275	
4267823	Badger	badger	US	50516	0	America/Chicago	37.15839	-94.63273	265			KS	021	64475	
4267836	Baileyville	baileyville	US	04694	181	America/Chicago	39.84444	-96.18501	399	Baileyville,Haytown		KS	131	44775	
4267843	Baker	baker	US	26801	0	America/Chicago	39.75417	-95.56304	360			KS	013	47200	
4267866	Baldwin City	baldwin-city	US	66006	4669	America/Chicago	38.77501	-95.18636	316	Baldwin,Baldwin City,Boldvin Siti,Palmyra,bldwyn syty,bldwyn syty  kanzas,Болдвин Сити,بلدوين سيتي,بلدوین سیتی، کانزاس		KS	045	54225	
4267880	Balta	balta	US	58313	0	America/Chicago	38.88473	-98.91564	572			KS	167	61850	
4267881	Bancroft	bancroft	US	25011	0	America/Chicago	39.60833	-95.90027	385			KS	131	77575	
4267907	Barclay	barclay	US	21607	0	America/Chicago	38.57723	-95.88027	366			KS	139	04175	
4267912	Barnard	barnard	US	05031	68	America/Chicago	39.19056	-98.04199	401	Barnard,Nimrod		KS	105	63525	
4267913	Barnes	barnes	US	66933	154	America/Chicago	39.71195	-96.87447	406	Barnes,Elm Grove		KS	201	04275	
4267918	Barnesville	barnesville	US	18214	0	America/Chicago	38.01531	-94.66135	263			KS	011	53100	
4267932	Bartlett	bartlett	US	03812	77	America/Chicago	37.05479	-95.2108	272	Bartlett,Бартлетт		KS	099	29350	
4267937	Barton	barton	US	05822	0	America/Chicago	38.99389	-98.07755	412			KS	105	20375	
4267944	Basehor	basehor	US	66007	5402	America/Chicago	39.14167	-94.93858	299	Baschor,Basehor		KS	103	22325	
4267949	Bassett	bassett	US	24055	14	America/Chicago	37.90281	-95.40415	299			KS	001	34300	
4267955	Batesville	batesville	US	22924	0	America/Chicago	37.83615	-95.87054	323			KS	207	71075	
4267978	Baxter Springs	baxter-springs	US	66713	4028	America/Chicago	37.02368	-94.7355	257	Bakster Springs,bakstr sbrynghz,bkstr aspryngz  kanzas,Бакстер Спрингс,باكستر سبرينغز,بکستر اسپرینگز، کانزاس		KS	021	04625	
4267983	Bayard	bayard	US	26707	0	America/Chicago	37.99364	-95.16303	311			KS	001	53075	
4267994	Bazine	bazine	US	67516	325	America/Chicago	38.44446	-99.69206	649	Bazine,Bezona,Bezonia		KS	135	04800	
4268012	Beaumont	beaumont	US	23014	0	America/Chicago	37.65808	-96.53279	489	Beaumont,Lostine,Petersville		KS	015	26400	
4268019	Beaver	beaver	US	15009	0	America/Chicago	38.64029	-98.66702	587	Beaver,Bowdenville		KS	009	04975	
4268021	Beattie	beattie	US	66406	195	America/Chicago	39.86111	-96.41974	401	Beattee,Beattie		KS	117	29225	
4268079	Bellaire	bellaire	US	43906	3934	America/Chicago	37.76251	-97.26699	425	Bel Aire,Bellaire		KS	173	05337	
4268080	Bellaire	bellaire	US	43906	0	America/Chicago	39.79835	-98.67618	571			KS	183	07200	
4268081	Belle Plaine	belle-plaine	US	52208	1621	America/Chicago	37.39391	-97.28115	373	Belle Plain,Belle Plaine		KS	191	05525	
4268091	Belleville	belleville	US	07109	1907	America/Chicago	39.82445	-97.63254	471	Belvil,blfyl,blwyl  kanzas,Белвил,بلفيل,بلویل، کانزاس	157	KS	157	05600	
4268107	Belmont	belmont	US	02478	0	America/Chicago	37.52363	-97.98922	483			KS	095	19225	
4268108	Belmont	belmont	US	02478	0	America/Chicago	39.04722	-95.63359	269			KS	177	71000	
4268119	Beloit	beloit	US	44609	3790	America/Chicago	39.45612	-98.10616	422	Beloit,Belojt,Willow Springs,blwyt,blwyt  kanzas,Белојт,بلويت,بلویت، کانزاس	123	KS	123	05775	
4268124	Belpre	belpre	US	45714	83	America/Chicago	37.95002	-99.10038	640			KS	047	05850	
4268127	Belvidere	belvidere	US	07823	0	America/Chicago	37.4503	-99.08011	560	Belvidere,Glick		KS	097	37185	
4268132	Belvue	belvue	US	66407	206	America/Chicago	39.21666	-96.17805	293			KS	149	05950	
4268140	Bendena	bendena	US	66008	117	America/Chicago	39.74111	-95.17942	339	Albers,Bendena		KS	043	33850	
4268142	Benedict	benedict	US	20612	73	America/Chicago	37.62533	-95.75054	259	Benedict,Guilford		KS	205	29200	
4268150	Bennington	bennington	US	03442	653	America/Chicago	39.03056	-97.5942	372			KS	143	06100	
4268156	Bentley	bentley	US	48613	523	America/Chicago	37.88612	-97.51699	423			KS	173	19250	
4268159	Benton	benton	US	17814	876	America/Chicago	37.7889	-97.10865	419	Benton,Бентон		KS	015	06200	
4268177	Berlin	berlin	US	01503	0	America/Chicago	37.92143	-94.89608	277			KS	011	46675	
4268179	Bern	bern	US	66408	166	America/Chicago	39.96222	-95.97194	390	Basel,Bern,Collins,Lehman		KS	131	75675	
4268183	Berryton	berryton	US	66409	0	America/Chicago	38.94084	-95.63165	303			KS	177	47700	
4268187	Berwick	berwick	US	03901	0	America/Chicago	39.93333	-95.84471	415	Berwick,Sidney		KS	131	06375	
4268216	Bethel	bethel	US	04217	0	America/Chicago	39.14445	-94.75857	308			KS	209	36000	
4268263	Beverly	beverly	US	01915	156	America/Chicago	39.01278	-97.9756	404	Beverly,Colorado		KS	105	15000	
4268265	Beverly Hills	beverly-hills	US	34464	0	America/Chicago	39.15778	-94.73524	309			KS	209	36000	
4268279	Beulah	beulah	US	38726	0	America/Chicago	37.44033	-94.8283	296	Beulah,Logonda		KS	037	64675	
4269834	Colony	colony	US	66015	404	America/Chicago	38.07086	-95.36554	344	Colony,Divide		KS	003	53900	
4268321	Big Springs	big-springs	US	26137	0	America/Chicago	39.01306	-95.48498	336	Big Spring,Big Springs,Bigspring		KS	045	39175	
4268338	Birmingham	birmingham	US	08011	0	America/Chicago	39.40916	-95.68248	342			KS	085	24400	
4268339	Bisbee	bisbee	US	58317	0	America/Chicago	38.05336	-96.10583	343			KS	073	35000	
4268347	Bison	bison	US	57620	242	America/Chicago	38.52279	-99.19732	614	Bison,Buffalo		KS	165	42500	
4268382	Blaine	blaine	US	04734	0	America/Chicago	39.49666	-96.40306	459	Blaine,Butler City		KS	149	13800	
4268387	Blair	blair	US	25022	0	America/Chicago	39.78388	-95.00275	276			KS	043	75600	
4268403	Blodgett	blodgett	US	63824	0	America/Chicago	37.62558	-96.46307	442	Blodgett,Derby Station		KS	073	53650	
4268428	Bloomington	bloomington	US	12411	0	America/Chicago	37.5778	-96.87253	402			KS	015	07500	
4268429	Bloomington	bloomington	US	12411	0	America/Chicago	39.45168	-98.78702	485	Arlington,Bloomington,Tilden		KS	141	70575	
4268437	Blue Hill	blue-hill	US	04614	0	America/Chicago	39.30695	-98.36367	511			KS	123	30975	
4268447	Blue Mound	blue-mound	US	62513	277	America/Chicago	38.09003	-95.00636	316	Babcock,Blue Mound,Blue Mounds		KS	107	07625	
4268455	Blue Rapids	blue-rapids	US	66411	983	America/Chicago	39.68194	-96.65974	352			KS	117	07700	
4268475	Bluff City	bluff-city	US	37618	62	America/Chicago	37.07641	-97.87506	377	Bluff,Bluff City,Bluff Creek		KS	077	71213	
4268492	Bogue	bogue	US	67625	144	America/Chicago	39.36264	-99.68844	621	Bogue,Fagan,Wild Horse		KS	065	79225	
4268504	Bois d' Arc	bois-d-arc	US	65612	0	America/Chicago	37.59641	-96.92531	372	Bois d' Arc,Bois-D'Arc		KS	015	07500	
4268514	Bolton	bolton	US	01740	0	America/Chicago	37.15674	-95.80554	251	Bolton,Breneman		KS	125	33900	
4268519	Bonita	bonita	US	71223	0	America/Chicago	38.81112	-94.81468	335			KS	091	52600	
4268521	Bonner Springs	bonner-springs	US	66012	7606	America/Chicago	39.05973	-94.88358	266	Boner Springs,Bonner,Bonner Springs,Edwardsville,Tiblow,bwnr aspryngz  kanzas,bwnr sbrynghz,bwnr sprngz  knsas,Бонер Спрингс,بونر اسپرینگز، کانزاس,بونر سبرينغز,بونر سپرنگز، کنساس		KS	209	07975	
4268578	Boyd	boyd	US	54726	0	America/Chicago	38.51862	-98.84842	564			KS	009	21750	
4268580	Boyle	boyle	US	38730	0	America/Chicago	39.34028	-95.35275	349	Boyle,Boyles Station		KS	087	35250	
4268584	Bradford	bradford	US	02808	0	America/Chicago	38.82167	-96.03916	366			KS	197	79525	
4268591	Brainerd	brainerd	US	56401	0	America/Chicago	37.95113	-97.09531	422	Brainard,Brainerd,Holden		KS	015	46875	
4268616	Bremen	bremen	US	04551	0	America/Chicago	39.90139	-96.78919	406			KS	117	41975	
4268617	Brenham	brenham	US	77833	0	America/Chicago	37.60974	-99.20817	670			KS	097	37185	
4268628	Brewer	brewer	US	04412	0	America/Chicago	39.12445	-97.78782	386			KS	143	11975	
4268637	Bridgeport	bridgeport	US	06601	0	America/Chicago	38.62778	-97.61309	397			KS	169	66075	
4268658	Bronson	bronson	US	32621	310	America/Chicago	37.89587	-95.07331	326	Bronson,Wilsonville		KS	011	44650	
4268662	Brookhaven	brookhaven	US	11719	0	America/Chicago	37.69585	-97.15476	404	Brookhaven,Brookhaven Estates		KS	173	79000	
4268669	Brooks	brooks	US	04921	0	America/Chicago	37.38478	-95.60276	271	Brooks,Brooks Station,Fort Brooks		KS	205	50200	
4268674	Brookville	brookville	US	15825	266	America/Chicago	38.77501	-97.86838	414			KS	169	67500	
4268704	Brownell	brownell	US	67521	28	America/Chicago	38.64029	-99.74623	736	Brownell,Vansburgh		KS	135	75400	
4268759	Buck Creek	buck-creek	US	47924	0	America/Chicago	39.05	-95.28219	256	Buck Creek,Buck Creek Station		KS	087	61700	
4268766	Buckeye	buckeye	US	24924	0	America/Chicago	39.04666	-97.16696	396			KS	041	12700	
4268782	Bucklin	bucklin	US	64631	794	America/Chicago	37.54724	-99.63429	733	Bucklin,Corbett,Corbitt		KS	057	09025	
4268790	Buffalo	buffalo	US	14201	220	America/Chicago	37.70977	-95.69748	285	Buffalo,Буффало		KS	205	14250	
4268794	Bucyrus	bucyrus	US	44820	193	America/Chicago	38.7264	-94.71829	339			KS	121	70125	
4268807	Buhler	buhler	US	67522	1332	America/Chicago	38.13445	-97.77005	450	Buhler,Hamburg		KS	155	41550	
4268826	Bunker Hill	bunker-hill	US	25413	97	America/Chicago	38.87584	-98.70397	567	Bunker Hill,Bunkerhill		KS	167	12150	
4268836	Burden	burden	US	67019	533	America/Chicago	37.3128	-96.7542	421	Burden,Burdenfield		KS	035	65500	
4268839	Burdett	burdett	US	14818	241	America/Chicago	38.19196	-99.52678	647	Browns Grove,Burdett		KS	145	08750	
4268842	Burdick	burdick	US	66838	0	America/Chicago	38.56362	-96.84557	443	Burdick,Linsdale		KS	127	71232	
4268847	Burkett	burkett	US	76828	0	America/Chicago	38.04169	-96.26528	384			KS	073	35000	
4268851	Burlingame	burlingame	US	66413	892	America/Chicago	38.75389	-95.83499	327	Berlingem,Burlingame,Council City,Берлингем		KS	139	09375	
4268854	Burlington	burlington	US	01803	2615	America/Chicago	38.19447	-95.74276	315	Berlington,Burlington,Hampden,brlnghtwn,bwrlyngtwn  kanzas,Берлингтон,برلنغتون,برلنگٹن، کنساس,بورلینگتون، کانزاس	031	KS	031	09400	
4268862	Burns	burns	US	37029	220	America/Chicago	38.0903	-96.88641	457	Burns,Burns Station,Saint Francis City		KS	115	46900	
4268867	Burr Oak	burr-oak	US	49030	163	America/Chicago	39.86612	-98.30505	507	Burr Oak,Burroak		KS	089	09550	
4268886	Burrton	burrton	US	67020	895	America/Chicago	38.0239	-97.66977	442			KS	079	09600	
4268890	Bushnell	bushnell	US	33513	0	America/Chicago	37.36169	-97.16004	363	Bushnell,Ninnescah		KS	191	26975	
4268893	Bushton	bushton	US	67427	275	America/Chicago	38.51251	-98.39534	539	Bushton,Sorghum		KS	159	23100	
4268908	Busby	busby	US	59016	0	America/Chicago	37.46949	-96.04443	287	Amy,Busby		KS	049	54075	
4268913	Buxton	buxton	US	04093	0	America/Chicago	37.44838	-95.92054	298			KS	205	18800	
4268928	Byers	byers	US	67021	35	America/Chicago	37.78752	-98.86704	612			KS	151	71233	
4268935	Cairo	cairo	US	12413	0	America/Chicago	37.65002	-98.55453	525	Cairo,Irene		KS	151	71223	
4268940	Caldwell	caldwell	US	07006	1030	America/Chicago	37.03225	-97.60699	348	Kolduehll,Koldvel,kaldwyl,kldwl  kanzas,Колдвел,Колдуэлл,كالدويل,کلدول، کانزاس		KS	191	09900	
4268980	Calvert	calvert	US	36513	0	America/Chicago	39.84973	-99.75789	674			KS	137	12260	
4270552	Dubuque	dubuque	US	52001	0	America/Chicago	38.69584	-98.60896	574			KS	009	04975	
4268984	Cambridge	cambridge	US	02138	82	America/Chicago	37.31614	-96.66447	382	Cambridge,Jeffersonville,Kembridzh,Lazette,Кембридж		KS	035	79875	
4268985	Cameron	cameron	US	14819	0	America/Chicago	37.07697	-96.85392	333	Cameron,Cameron City,Townsend		KS	035	65575	
4269037	Canada	canada	US	41519	0	America/Chicago	38.35418	-97.1128	415			KS	115	25075	
4269043	Caney	caney	US	67333	2080	America/Chicago	37.01146	-95.93526	237	Cana,Caney,Caneyville		KS	125	10375	
4269054	Canton	canton	US	02021	734	America/Chicago	38.38612	-97.42809	485	Canton,Ostrog		KS	113	10500	
4269076	Carbondale	carbondale	US	18407	1396	America/Chicago	38.81862	-95.68915	343	Carbondale,Carbonhill		KS	139	59825	
4269090	Carlton	carlton	US	16311	42	America/Chicago	38.68723	-97.29336	402			KS	041	32625	
4269093	Carlyle	carlyle	US	62231	0	America/Chicago	37.99364	-95.39081	305	Carlyle,Florence		KS	001	10725	
4269137	Castleton	castleton	US	05735	0	America/Chicago	37.86779	-97.96922	447			KS	155	11000	
4269140	Cassoday	cassoday	US	66842	128	America/Chicago	38.03891	-96.63918	449	Cassaday,Cassoday		KS	015	69700	
4269146	Catharine	catharine	US	67627	104	America/Chicago	38.92723	-99.21677	614	Catharine,Catherine		KS	051	11050	
4269154	Cato	cato	US	13033	0	America/Chicago	37.66782	-94.73996	269			KS	037	40575	
4269162	Cave Springs	cave-springs	US	72718	0	America/Chicago	37.53337	-96.12249	330	Cave Springs,Cavespring		KS	049	40025	
4269169	Cedar	cedar	US	49621	23	America/Chicago	38.97917	-94.93441	248	Cedar,Cedar Junction		KS	091	17850	
4269170	Cedar	cedar	US	49621	13	America/Chicago	39.65723	-98.94036	497	Cedar,Cederville		KS	183	30550	
4269185	Cawker City	cawker-city	US	67430	455	America/Chicago	39.51251	-98.43367	456	Cawker,Cawker City		KS	123	11150	
4269213	Cedar Point	cedar-point	US	61316	27	America/Chicago	38.26002	-96.81974	380	Cedar Grove,Cedar Point		KS	017	15875	
4269217	Cedar Vale	cedar-vale	US	67024	533	America/Chicago	37.1042	-96.50001	289	Cedar Vale,Cedarvale		KS	019	35125	
4269300	Centerview	centerview	US	64019	0	America/Chicago	37.81529	-99.26845	658			KS	047	66550	
4269303	Centerville	centerville	US	02632	0	America/Chicago	38.22086	-95.01414	284			KS	107	12350	
4269311	Central	central	US	29630	0	America/Chicago	38.27224	-95.38359	299	Central,Central City		KS	003	58825	
4269365	Centralia	centralia	US	62801	509	America/Chicago	39.72583	-96.12722	388			KS	131	32900	
4269392	Chanute	chanute	US	66720	9252	America/Chicago	37.67921	-95.4572	292	CNU,Chanute,New Chicago,Shanut,shnwt  kanzas,tshanwt,Шанут,تشانوت,شانوٹ، کنساس,شنوت، کانزاس		KS	133	12500	
4269401	Chapman	chapman	US	36015	1376	America/Chicago	38.97222	-97.02251	340	Chapman,Chapmans Creek,chpmn  kanzas,tshabman,Чапман,تشابمان,چپمن، کانزاس		KS	041	50800	
4269423	Chase	chase	US	21027	460	America/Chicago	38.35501	-98.34951	523			KS	159	41100	
4269432	Chautauqua	chautauqua	US	14722	103	America/Chicago	37.02034	-96.17666	276	Chautauqua,Chautauqua Springs		KS	019	05575	
4269439	Chelsea	chelsea	US	02150	0	America/Chicago	37.90391	-96.77475	404			KS	015	12750	
4269447	Cheney	cheney	US	67025	2159	America/Chicago	37.63001	-97.78255	423	Cheney,Marshall		KS	173	48550	
4269456	Cherokee	cherokee	US	28719	713	America/Chicago	37.34589	-94.80885	288			KS	037	64675	
4269483	Cherryvale	cherryvale	US	67335	2230	America/Chicago	37.27034	-95.55248	255	Cherivejl,Cherry Vale,Cherryvale,Cherryville,chrywal  kanzas,tshyryfal,Черивејл,تشيريفال,چریوال، کانزاس		KS	125	12925	
4269493	Chetopa	chetopa	US	67336	1082	America/Chicago	37.03729	-95.08996	251			KS	099	12950	
4269498	Cheyenne	cheyenne	US	73628	0	America/Chicago	39.17668	-98.63896	513			KS	141	34875	
4269516	Chicopee	chicopee	US	01013	408	America/Chicago	37.382	-94.74191	281			KS	037	03750	
4269598	Cicero	cicero	US	13039	0	America/Chicago	37.33391	-97.3406	400			KS	191	30125	
4269604	Circleville	circleville	US	10919	168	America/Chicago	39.50833	-95.8586	346	Circleville,New Brighton		KS	085	35225	
4269609	Claflin	claflin	US	67525	630	America/Chicago	38.52501	-98.53368	552	Claflin,Giles City		KS	009	33975	
4269614	Chouteau	chouteau	US	74337	0	America/Chicago	39.04723	-94.83024	238			KS	091	64500	
4269615	Clare	clare	US	48617	0	America/Chicago	38.82695	-94.87135	313	Clare,Wainwright		KS	091	25450	
4269641	Clay Center	clay-center	US	43408	4300	America/Chicago	37.51946	-96.77114	406			KS	015	13575	
4269642	Clay Center	clay-center	US	43408	4173	America/Chicago	39.37694	-97.12474	366	Klej Senter,klay sntr,kly sntr  kanzas,Клеј Сентер,كلاي سنتر,کلی سنتر، کانزاس	027	KS	027	13625	
4269688	Clearfield	clearfield	US	16830	0	America/Chicago	38.82612	-95.09358	305			KS	045	54225	
4269690	Clearwater	clearwater	US	29822	2537	America/Chicago	37.5028	-97.50449	392			KS	173	50725	
4269700	Clements	clements	US	20624	0	America/Chicago	38.30002	-96.74085	374	Clements,Crawfordsville,Hunts Station,Silver Creek		KS	017	15875	
4269704	Cleveland	cleveland	US	13042	0	America/Chicago	37.55168	-98.13368	498	Carvel,Carvel Station,Cleveland		KS	095	59400	
4269723	Clifton	clifton	US	07011	537	America/Chicago	39.56722	-97.27864	397	Klifton,Клифтон		KS	201	14225	
4269730	Climax	climax	US	12042	68	America/Chicago	37.71975	-96.22333	317	Bell Grove,Belle Grove,Climax		KS	073	22800	
4269733	Clinton	clinton	US	01510	0	America/Chicago	38.91167	-95.39053	285	Bloomington,Clinton		KS	045	14325	
4269749	Cloverdale	cloverdale	US	24077	0	America/Chicago	37.22698	-96.48918	321			KS	019	10425	
4269752	Clyde	clyde	US	14433	689	America/Chicago	39.59111	-97.39892	395	Clyde,Hamilton,Klajd,klayd,klayd  kanzas,Клајд,كلايد,کلاید، کانزاس		KS	029	20150	
4269775	Coats	coats	US	27521	84	America/Chicago	37.51196	-98.82426	602			KS	151	71242	
4269779	Cochrane	cochrane	US	54622	0	America/Chicago	39.26667	-94.87885	232			KS	103	38650	
4269789	Coffeyville	coffeyville	US	67337	9669	America/Chicago	37.0373	-95.61637	225	CFV,Coffeyville,Cowtown,Koffivill,kafywyl  knsas,kwfyfyl,Коффивилл,كوفيفيل,کافیویل، کنساس,کافی‌ویل، کانزاس		KS	125	14600	
4269802	Coldwater	coldwater	US	38618	806	America/Chicago	37.26891	-99.32678	642	Koldvoter,Koulduoter,kwldwatr  kanzas,kwldwwtr,Колдвотер,Коулдуотер,كولدووتر,کولدواتر، کانزاس,کولڈواٹر، کنساس	033	KS	033	14725	
4269813	Coleman	coleman	US	33521	0	America/Chicago	37.86418	-97.46393	418			KS	173	73275	
4269841	Columbus	columbus	US	08022	3146	America/Chicago	37.16923	-94.84412	278	Center,Centrailia,Columbus,Kolambus,Kolumbus,klmbws  kanzas,kwlmbs  knsas,kwlwmbws,Коламбус,Колумбус,كولومبوس,کلمبوس، کانزاس,کولمبس، کنساس	021	KS	021	15075	
4269847	Colwich	colwich	US	67030	1378	America/Chicago	37.77918	-97.53644	422	Kolvich,kwlwych  kanzas,kwlwytsh,Колвич,كولويتش,کولویچ، کانزاس		KS	173	72375	
4269872	Concordia	concordia	US	64020	5218	America/Chicago	39.57084	-97.66254	423	CNK,Konkordija,kankwrdya  kanzas,kwnkwrdya,Конкордија,كونكورديا,کانکوردیا، کانزاس,کونکورڈیا، کنساس	029	KS	029	15200	
4269882	Connell	connell	US	99326	0	America/Chicago	37.61946	-97.29504	399	Connell,Green,Green Station		KS	173	60125	
4269887	Conway Springs	conway-springs	US	67031	1237	America/Chicago	37.3903	-97.64227	418	Cisne,Conway Springs,Cranmer Springs,Glen Valley,Northfield		KS	191	15300	
4269891	Cook	cook	US	55723	0	America/Chicago	39.54722	-97.61198	422			KS	029	40525	
4269896	Cookville	cookville	US	75558	0	America/Chicago	37.82032	-95.59221	303			KS	207	55475	
4269899	Conway	conway	US	01341	0	America/Chicago	38.36945	-97.78643	470			KS	113	34850	
4269936	Corbin	corbin	US	22446	0	America/Chicago	37.12641	-97.54394	354	Corbin,Hurst,Hurst Crossing		KS	191	22875	
4269941	Corinth	corinth	US	04427	0	America/Chicago	39.41612	-98.54534	459			KS	141	15625	
4269950	Corning	corning	US	14830	157	America/Chicago	39.65722	-96.02944	409			KS	131	33725	
4269960	Cornell	cornell	US	49818	0	America/Chicago	37.46338	-94.63079	290			KS	037	75575	
4269988	Cottonwood Falls	cottonwood-falls	US	66845	872	America/Chicago	38.37224	-96.54278	367	Cotton Wood Falls,Cottonwood Falls,Kotonvud Fols,katnwwd falz  kanzas,kwtnwwd fwlz,Котонвуд Фолс,كوتنوود فولز,کاتنوود فالز، کانزاس	017	KS	017	22850	
4270001	Council Grove	council-grove	US	66846	2086	America/Chicago	38.66112	-96.49195	377	Kaunsil Grouv,knsyl grww  kanzas,kwnswl ghrwf,Каунсил Гроув,كونسول غروف,کنسیل گروو، کانزاس	127	KS	127	15925	
4270029	Courtland	courtland	US	23837	270	America/Chicago	39.7814	-97.89282	457	Courtland,Prospect		KS	157	16050	
4270038	Covert	covert	US	49043	0	America/Chicago	39.28029	-98.81091	537			KS	141	16100	
4270081	Crane	crane	US	47522	0	America/Chicago	37.27951	-95.79693	238			KS	125	69750	
4270086	Crawford	crawford	US	26343	0	America/Chicago	38.51334	-98.03505	514			KS	159	25175	
4270110	Crestline	crestline	US	44827	0	America/Chicago	37.17089	-94.7044	265	Crestline,Wirtonia		KS	021	64475	
4270124	Crisfield	crisfield	US	21817	0	America/Chicago	37.17225	-98.31146	411	Crisfield,Otego		KS	077	71201	
4270166	Crystal Springs	crystal-springs	US	33524	0	America/Chicago	37.26196	-98.13479	438	Crystal Springs,Eula		KS	077	71201	
4270169	Cuba	cuba	US	14727	147	America/Chicago	39.80278	-97.45587	482	Cuba,Kuba		KS	157	59575	
4270173	Culver	culver	US	46511	119	America/Chicago	38.97084	-97.75893	384			KS	143	16725	
4270177	Cummings	cummings	US	58223	0	America/Chicago	39.46278	-95.24747	302	Cummings,Cummingsville,Saint Nicholas		KS	005	11550	
4270179	Cunningham	cunningham	US	37052	470	America/Chicago	37.64391	-98.43119	520	Cunningham,Ninnescah		KS	095	61725	
4270215	Dale	dale	US	14039	0	America/Chicago	37.33752	-97.05393	361	Dale,Hall		KS	035	50625	
4270218	Dalton	dalton	US	01226	0	America/Chicago	37.26919	-97.27254	369			KS	191	03575	
4270219	Damar	damar	US	67632	132	America/Chicago	39.3189	-99.58261	642	Damar,Enfield		KS	163	71229	
4270225	Danville	danville	US	03819	36	America/Chicago	37.28613	-97.892	408	Coleville,Danville		KS	077	71217	
4270239	Dartmouth	dartmouth	US	02714	0	America/Chicago	38.36335	-98.64591	553			KS	009	38125	
4270260	De Graff	de-graff	US	43318	0	America/Chicago	37.98113	-96.86281	427	De Graff,DeGraff		KS	015	40500	
4270269	De Soto	de-soto	US	31743	6074	America/Chicago	38.97917	-94.96858	262	De Soto,Lexington,d swtw  kanzas,dy swtw,Де Сото,د سوتو، کانزاس,دي سوتو		KS	091	17850	
4270275	Dearing	dearing	US	30808	398	America/Chicago	37.05869	-95.71331	235	Dearing,Deering		KS	125	23325	
4270317	Delavan	delavan	US	53115	0	America/Chicago	38.65612	-96.81334	458	Delavan,Grand View,Rex		KS	127	71227	
4270331	Delia	delia	US	66418	167	America/Chicago	39.24055	-95.96694	297			KS	085	75625	
4270338	Delphos	delphos	US	45833	345	America/Chicago	39.27389	-97.77198	396			KS	143	64725	
4270345	Denison	denison	US	51442	185	America/Chicago	39.39166	-95.62804	318	Denison,Денисон		KS	085	25625	
4270347	Denmark	denmark	US	04022	0	America/Chicago	39.08917	-98.287	430			KS	105	27750	
4270348	Dennis	dennis	US	02638	0	America/Chicago	37.34701	-95.41275	281			KS	099	53150	
4270352	Denton	denton	US	21629	148	America/Chicago	39.73278	-95.26942	328	Denton,Dentonville		KS	043	72125	
4270356	Derby	derby	US	05829	23509	America/Chicago	37.54557	-97.26893	394	Derbi,Derby,El Paso,Sand Ford,drby  kanzas,dyrby,Дерби,دربی، کانزاس,ديربي,ڈربی، کنساس		KS	173	60675	
4270359	Detroit	detroit	US	04929	114	America/Chicago	38.935	-97.12085	347			KS	041	11675	
4270362	Devon	devon	US	19333	0	America/Chicago	37.92226	-94.81913	263	Devon,Mill Creek		KS	011	46675	
4270372	Dexter	dexter	US	04930	275	America/Chicago	37.17725	-96.71447	369			KS	035	17950	
4270387	Diamond Springs	diamond-springs	US	95619	0	America/Chicago	38.55751	-96.74445	408	Diamond City,Diamond Springs		KS	127	71232	
4270403	Dillon	dillon	US	29536	0	America/Chicago	38.69362	-97.14696	394			KS	041	33100	
4270404	Dillwyn	dillwyn	US	23936	0	America/Chicago	37.97085	-98.87982	604			KS	185	59650	
4270441	Doniphan	doniphan	US	63935	0	America/Chicago	39.64166	-95.0808	262			KS	043	76100	
4270444	Dorrance	dorrance	US	67634	188	America/Chicago	38.84668	-98.58952	527	Dorrance,Dorrence		KS	167	56925	
4270460	Douglass	douglass	US	67039	1695	America/Chicago	37.51946	-97.01281	369	Daglas,daglas  kanzas,dwghlas,Даглас,داگلاس، کانزاس,دوغلاس		KS	015	18425	
4270466	Dover	dover	US	02030	0	America/Chicago	38.96472	-95.93749	309	Dover,Massasoit		KS	177	18475	
4270472	Downs	downs	US	61736	855	America/Chicago	39.49862	-98.54201	452	Downs,Violet		KS	141	61375	
4270499	Drury	drury	US	01343	0	America/Chicago	37.03558	-97.47782	333			KS	191	22875	
4270578	Dundee	dundee	US	14837	0	America/Chicago	38.30862	-98.89065	580			KS	009	39875	
4270585	Dunkirk	dunkirk	US	14048	0	America/Chicago	37.48449	-94.74191	293			KS	037	75575	
4270587	Dunlap	dunlap	US	37327	29	America/Chicago	38.5764	-96.36583	361	Dunlap,Hillsborough		KS	127	71202	
4270592	Duluth	duluth	US	30095	0	America/Chicago	39.52472	-96.22306	377			KS	149	46700	
4270596	Durand	durand	US	48429	0	America/Chicago	37.88976	-95.69304	304			KS	207	12250	
4270603	Durham	durham	US	03824	107	America/Chicago	38.48612	-97.22808	418	Daram,Darem,Durham,Durham Park Ranch,Moores Ranch,dwrham,dwrham  kanzas,Дарам,Дарем,دورهام,دورهام، کانزاس		KS	115	19100	
4270619	Dwight	dwight	US	60420	261	America/Chicago	38.84445	-96.59334	457	Damorris,Dwight		KS	127	71210	
4270638	Earlton	earlton	US	12058	53	America/Chicago	37.58811	-95.46915	292	Earleton,Earlton		KS	133	10525	
4270781	Easton	easton	US	02334	256	America/Chicago	39.345	-95.1158	276	Eastin,Easton,Iston,Истон		KS	103	19625	
4270788	Eaton	eaton	US	13334	0	America/Chicago	37.22975	-96.77031	413			KS	035	64650	
4270819	Edgerton	edgerton	US	43517	1736	America/Chicago	38.76473	-95.00802	305	Edgerton,Lanesfield,Martinsburgh		KS	091	19825	
4270829	Edison	edison	US	08817	0	America/Chicago	37.51394	-94.74663	293			KS	037	75575	
4270831	Edmond	edmond	US	25837	48	America/Chicago	39.62723	-99.82262	655	Edmond,Ehdmon,Port Landis,Эдмон		KS	137	66410	
4270835	Edna	edna	US	67342	428	America/Chicago	37.0598	-95.35942	298			KS	099	20750	
4270839	Edward	edward	US	27821	0	America/Chicago	37.78338	-94.69746	286			KS	011	63500	
4270847	Edwardsville	edwardsville	US	22456	4390	America/Chicago	39.06112	-94.81968	238			KS	209	20000	
4270852	Effingham	effingham	US	03882	521	America/Chicago	39.52222	-95.40081	346			KS	005	06150	
4270863	El Dorado	el-dorado	US	67042	12931	America/Chicago	37.81724	-96.86225	409	EDK,El Dorado,El Dorejdo,Eldorado,al dwradw  kanzas,aldwradw,ayl dwradw  knsas,Ел Дорејдо,إلدورادو,ال دورادو، کانزاس,ایل دورادو، کنساس	015	KS	015	20075	
4270876	Elbing	elbing	US	67041	228	America/Chicago	38.05279	-97.12781	439	Elbing,Worth,albyng  kanzas,albyngh,Елбинг,إلبينغ,البینگ، کانزاس		KS	015	22275	
4270885	Eldred	eldred	US	12732	0	America/Chicago	37.05058	-98.76787	508			KS	007	20925	
4270889	Elgin	elgin	US	16413	89	America/Chicago	37.0045	-96.27666	239			KS	019	31300	
4270892	Elk City	elk-city	US	67344	308	America/Chicago	37.28923	-95.91165	254	Elk,Elk City		KS	125	42900	
4270911	Elk Falls	elk-falls	US	67345	97	America/Chicago	37.36726	-96.1886	286	Elk Falls,Elkfalls		KS	049	20325	
4270929	Ellinwood	ellinwood	US	67526	2066	America/Chicago	38.35557	-98.58091	546			KS	009	20425	
4270936	Ellis	ellis	US	67637	2064	America/Chicago	38.93807	-99.56067	646	Elis,alys,alys  kanzas,Елис,إليس,الیس، کانزاس		KS	051	20450	
4270945	Ellsworth	ellsworth	US	04605	3057	America/Chicago	38.73056	-98.22811	469	Elsvort,alswrth,alzwrt  kanzas,Елсворт,إلسورث,الزورت، کانزاس	053	KS	053	20500	
4271003	Elmdale	elmdale	US	66850	53	America/Chicago	38.37363	-96.64473	365	Elmdale,Middle Creek		KS	017	17975	
4271008	Elmer	elmer	US	08318	0	America/Chicago	37.96946	-97.93033	470			KS	155	41050	
4271010	Elmhurst	elmhurst	US	11373	0	America/Chicago	38.97445	-94.68496	325			KS	091	53775	
4271013	Elmo	elmo	US	59915	0	America/Chicago	38.68417	-97.23002	413	Banner,Banner City,Elmo		KS	041	03975	
4271014	Elmont	elmont	US	11003	0	America/Chicago	39.16528	-95.70304	298			KS	177	66225	
4271027	Elsmore	elsmore	US	66732	73	America/Chicago	37.79449	-95.15026	321	Elsinore,Elsmore		KS	001	20900	
4271035	Elwood	elwood	US	08217	1188	America/Chicago	39.75555	-94.87247	248	Elwood,Roseport		KS	043	75600	
4271039	Elyria	elyria	US	44035	0	America/Chicago	38.29056	-97.62699	453	Elyria,King City		KS	113	36900	
4271076	Emmett	emmett	US	48022	190	America/Chicago	39.30722	-96.0561	312			KS	149	21125	
4271086	Emporia	emporia	US	23847	24649	America/Chicago	38.4039	-96.18166	348	Columbia,EMP,Emporia,Emporija,ambwrya,ampwrya  kanzas,aympwrya  knsas,empolia,Емпория,Емпорија,إمبوريا,امپوریا، کانزاس,ایمپوریا، کنساس,엠포리아	111	KS	111	21275	
4271103	Englewood	englewood	US	07631	73	America/Chicago	37.03836	-99.98347	600			KS	025	21375	
4271111	Enterprise	enterprise	US	26568	820	America/Chicago	38.90278	-97.11696	352	Enterprise,Enterprise Mills,Hoffman Falls,Hoffmans Mill		KS	041	11675	
4271131	Erie	erie	US	16501	1105	America/Chicago	37.56811	-95.24331	273	Ehri,Erie,Erie City,Iri,ary,ayry  kanzas,Ири,Эри,إري,ایری، کانزاس	133	KS	133	21525	
4271138	Esbon	esbon	US	66941	96	America/Chicago	39.82223	-98.43589	562	Esbon,Ezbon		KS	089	21625	
4271144	Eskridge	eskridge	US	66423	512	America/Chicago	38.85889	-96.10916	433			KS	197	79525	
4271159	Eureka	eureka	US	48833	2450	America/Chicago	37.82392	-96.28917	329	Ehvrika,Jurika,ywryka,ywryka  kanzas,Јурика,Эврика,يوريكا,یوریکا، کانزاس	073	KS	073	21800	
4271196	Eudora	eudora	US	65645	6378	America/Chicago	38.94334	-95.09858	256	Judora,aywdra  kanzas,ywdwra,Јудора,ایودرا، کانزاس,يودورا		KS	045	21700	
4271199	Everest	everest	US	66424	280	America/Chicago	39.67722	-95.4247	350	Everest,Eyerton		KS	013	75525	
4271210	Ewell	ewell	US	21824	0	America/Chicago	37.34002	-97.69061	410			KS	191	67575	
4271240	Fairfax	fairfax	US	05454	0	America/Chicago	39.14167	-94.61273	226	Fairfax,Fairfax Industrial District		KS	209	36000	
4271259	Fairmont	fairmont	US	26554	0	America/Chicago	39.17694	-96.54889	308			KS	161	44275	
4271261	Fairmount	fairmount	US	30139	0	America/Chicago	39.19167	-94.93552	297	Fairmount,Kellys Station,Little Stranger		KS	103	22325	
4271274	Fairport	fairport	US	14450	0	America/Chicago	39.04584	-99.03065	514	Clarkson,Fairport		KS	167	54350	
4271277	Fairview	fairview	US	07022	254	America/Chicago	39.84111	-95.72804	373			KS	013	74875	
4271378	Fall River	fall-river	US	02720	152	America/Chicago	37.60782	-96.02804	284			KS	073	62875	
4271388	Falun	falun	US	67442	87	America/Chicago	38.67112	-97.75949	411			KS	169	22925	
4271416	Farlington	farlington	US	66734	0	America/Chicago	37.61782	-94.82774	302	Farleyville,Farlington		KS	037	64875	
4271426	Farmington	farmington	US	03835	0	America/Chicago	39.51861	-95.30969	314			KS	005	11550	
4271438	Faulkner	faulkner	US	20632	0	America/Chicago	37.10146	-95.01163	251			KS	021	49725	
4271461	Fidelity	fidelity	US	62030	0	America/Chicago	39.79	-95.78888	391			KS	131	10575	
4271601	Five Points	five-points	US	36855	0	America/Chicago	39.23028	-95.03136	310			KS	103	32125	
4271608	Fleming	fleming	US	16835	0	America/Chicago	37.36811	-94.78302	281	Fleming,Flening		KS	037	64675	
4271621	Floral	floral	US	72534	0	America/Chicago	37.3528	-96.92087	375			KS	035	62625	
4271623	Florence	florence	US	01062	439	America/Chicago	38.24446	-96.92808	387	Doyle,Florence,Florencija,Florens,flwrans  kanzas,flwrns,flwrns  knsas,Флоренс,Флоренция,فلورانس، کانزاس,فلورنس,فلورنس، کنساس		KS	115	23600	
4271643	Fontana	fontana	US	53125	219	America/Chicago	38.42585	-94.83829	284	Fontana,Fontania,Osage,Фонтана		KS	121	53175	
4271647	Ford	ford	US	23850	218	America/Chicago	37.63613	-99.75402	731	Ford,Ford City		KS	057	23750	
4271657	Forest City	forest-city	US	18421	0	America/Chicago	37.32252	-98.73065	481			KS	007	47050	
4271662	Forest Hills	forest-hills	US	11375	0	America/Chicago	37.69029	-97.23865	412			KS	173	79000	
4271670	Formoso	formoso	US	66942	90	America/Chicago	39.78001	-97.99227	464			KS	089	27725	
4271671	Forney	forney	US	75126	0	America/Chicago	39.41557	-98.62007	464			KS	141	55350	
4271678	Fort Dodge	fort-dodge	US	50501	165	America/Chicago	37.73196	-99.93541	751			KS	057	27350	
4271690	Fort Scott	fort-scott	US	66701	7838	America/Chicago	37.83976	-94.7083	258	FSK,Fort Skot,fwrt askat  kanzas,fwrt skwt,Форт Скот,فورت اسکات، کانزاس,فورت سكوت,فورٹ سکاٹ، کنساس	011	KS	011	24000	
4271713	Fostoria	fostoria	US	44830	0	America/Chicago	39.43972	-96.50778	449	Fostoria,Mark		KS	149	64300	
4271719	Four Corners	four-corners	US	82715	0	America/Chicago	38.78251	-95.68637	335			KS	139	59825	
4271764	Frankfort	frankfort	US	04438	701	America/Chicago	39.70555	-96.41696	353	Frankfort,Frankfurt,Franks Fort,Nottingham,Франкфурт		KS	117	73550	
4271766	Franklin	franklin	US	02038	375	America/Chicago	37.52644	-94.7058	301			KS	037	75575	
4271794	Frederick	frederick	US	19435	18	America/Chicago	38.51334	-98.26839	536	Frederick,Frederik,Golden City,Kansas Centre,Фредерик		KS	159	21900	
4271796	Fredonia	fredonia	US	14063	2326	America/Chicago	37.53394	-95.82665	273	Fredonia,Twin Mounds	205	KS	205	24575	
4271816	Freeport	freeport	US	04032	5	America/Chicago	37.19863	-97.857	407	Freeport,Mid Lothian		KS	077	71213	
4271875	Fruitland	fruitland	US	21826	0	America/Chicago	37.20396	-95.71081	241			KS	125	33900	
4271884	Fulton	fulton	US	13069	160	America/Chicago	38.01004	-94.71968	256	Fulton,Osaga		KS	011	24600	
4271899	Galatia	galatia	US	62935	38	America/Chicago	38.64168	-98.9587	609	Dogtrot,Galatia		KS	009	22400	
4271901	Galena	galena	US	21635	2930	America/Chicago	37.0759	-94.63967	275	Galena,Galina,Leedsville,ghalyna,glyna  kanzas,Галина,غالينا,گلینا، کانزاس		KS	021	25100	
4271906	Galesburg	galesburg	US	49053	122	America/Chicago	37.47367	-95.35859	299	Galesburg,Galesburgh,Rose Hill		KS	133	12375	
4271913	Galt	galt	US	50101	0	America/Chicago	38.46445	-98.0845	503			KS	159	25175	
4271915	Galva	galva	US	51020	880	America/Chicago	38.38195	-97.53754	471	Galva,Gefle		KS	113	21200	
4271918	Frontenac	frontenac	US	55026	3422	America/Chicago	37.4556	-94.68913	291			KS	037	24850	
4271935	Gardner	gardner	US	01440	20868	America/Chicago	38.81084	-94.92719	323	Gardner,gardnr  kanzas,ghardnr,Гарднер,غاردنر,گاردنر، کانزاس,گارڈنر، کنساس		KS	091	25425	
4271945	Garden Plain	garden-plain	US	67050	897	America/Chicago	37.65835	-97.68366	443	Garden Plain,Gardenplain		KS	173	25400	
4271973	Garland	garland	US	04939	0	America/Chicago	37.73171	-94.62246	260	Appleton,Garland,Memphis		KS	011	18750	
4271974	Garnett	garnett	US	29922	3258	America/Chicago	38.28058	-95.24192	326	Garnet,Garnett,Shannon,garnt  kanzas,gharnyt,Гарнет,غارنيت,گارنت، کانزاس	003	KS	003	25925	
4271988	Garvin	garvin	US	56132	0	America/Chicago	37.24201	-95.19413	255			KS	099	40175	
4271990	Gas	gas	US	66742	522	America/Chicago	37.92365	-95.34609	312	Gas,Gas City		KS	001	20550	
4271998	Gaylord	gaylord	US	49734	109	America/Chicago	39.6439	-98.84758	486			KS	183	33225	
4272013	Garfield	garfield	US	07026	185	America/Chicago	38.07779	-99.24483	633			KS	145	25775	
4272017	Geneva	geneva	US	14456	0	America/Chicago	38.01698	-95.49415	312			KS	001	26100	
4272037	Geuda Springs	geuda-springs	US	67051	183	America/Chicago	37.11419	-97.14921	339	East Geuda Springs,Geuda,Geuda Springs,Remanto		KS	191	75300	
4272040	Gibbs	gibbs	US	63540	0	America/Chicago	37.13754	-96.32694	316			KS	019	69025	
4272047	Gilbert	gilbert	US	18331	0	America/Chicago	39.48278	-98.04116	436	Danville,Gilbert		KS	123	56825	
4272057	Geneseo	geneseo	US	14454	267	America/Chicago	38.51612	-98.15672	535	Bluffville,Geneseo		KS	159	73825	
4272061	Girard	girard	US	16417	2760	America/Chicago	37.51116	-94.83802	299	Dzirard,jyrard,jyrard  kanzas,Џирард,جيرارد,جیرارد، کانزاس	037	KS	037	26300	
4272072	Glade	glade	US	67639	92	America/Chicago	39.68473	-99.30982	552	Glade,Marion,Marvin		KS	147	66350	
4272073	Gladstone	gladstone	US	07934	0	America/Chicago	38.34307	-96.49417	357			KS	017	22850	
4272075	Glasco	glasco	US	12432	477	America/Chicago	39.35667	-97.84115	399	Del Ray,Glasco,Glasgow		KS	029	66250	
4272079	Glen Elder	glen-elder	US	67446	435	America/Chicago	39.49862	-98.30867	437	Glen Elder,West Hampton		KS	123	26525	
4272093	Glendale	glendale	US	01229	0	America/Chicago	38.89834	-97.87504	422	Glendale,Mulberry		KS	169	26475	
4272111	Glenville	glenville	US	17329	0	America/Chicago	37.61252	-97.34755	389			KS	173	79000	
4272124	Globe	globe	US	85501	0	America/Chicago	38.78223	-95.3997	322	Globe,Marion		KS	045	44700	
4272133	Goddard	goddard	US	67052	4719	America/Chicago	37.65974	-97.57533	446	Blendon,Godard,Goddard,gadrd  kanzas,ghwdard,Годард,غودارد,گادرد، کانزاس		KS	173	03125	
4272138	Godfrey	godfrey	US	62035	0	America/Chicago	37.76171	-94.70996	293			KS	011	63500	
4272143	Goessel	goessel	US	67053	510	America/Chicago	38.2464	-97.34892	467	ghwysl,gwsl  kanzas,غويسل,گوسل، کانزاس		KS	115	76775	
4272147	Goff	goff	US	66428	126	America/Chicago	39.66389	-95.93222	374	Goff,Goffs		KS	131	30375	
4272160	Goldenrod	goldenrod	US	32733	0	America/Chicago	39.06001	-98.2445	425			KS	105	44725	
4272172	Goodrich	goodrich	US	48438	0	America/Chicago	38.28475	-94.99191	273			KS	107	40200	
4272187	Gordon	gordon	US	17936	0	America/Chicago	37.58863	-96.99059	371			KS	015	74900	
4272190	Gorham	gorham	US	03581	340	America/Chicago	38.88168	-99.02315	583	Gorkhehm,Горхэм		KS	167	06700	
4272231	Grafton	grafton	US	01519	0	America/Chicago	37.20033	-96.14971	250			KS	019	37650	
4272241	Granada	granada	US	56039	0	America/Chicago	39.72	-95.7936	370	Granada,Pleasant Spring		KS	131	27275	
4272262	Grandview	grandview	US	37337	0	America/Chicago	39.06723	-94.8983	272			KS	209	07975	
4272291	Grant	grant	US	32949	0	America/Chicago	39.11862	-98.33367	440			KS	105	27750	
4272321	Grantville	grantville	US	17028	180	America/Chicago	39.08333	-95.56137	266	Grantville,Kaw City		KS	087	36125	
4272333	Gray	gray	US	04039	0	America/Chicago	38.15835	-99.64207	650			KS	083	44575	
4272340	Great Bend	great-bend	US	13643	15717	America/Chicago	38.36446	-98.76481	564	GBD,Great Bend,Greatbend,Grejt Bend,geuleiteubendeu,ghryt bynd,gryt bnd  kanzas,Грејт Бенд,غريت بيند,گریت بند، کانزاس,گریٹ بینڈ، کنساس,그레이트벤드	009	KS	009	28300	
4272358	Green	green	US	44232	128	America/Chicago	39.42778	-97.00196	421	Green,Powellsburgh		KS	027	31825	
4272369	Greeley	greeley	US	18425	293	America/Chicago	38.36669	-95.12692	273	Greeley,Greely		KS	003	74650	
4272393	Greenbush	greenbush	US	02040	0	America/Chicago	37.51449	-94.98803	299	Green Bush,Greenbush		KS	037	27575	
4272407	Greenleaf	greenleaf	US	54126	312	America/Chicago	39.72834	-96.97613	433	Greenleaf,Hopper,Round Grove		KS	201	28650	
4272411	Greensburg	greensburg	US	15601	798	America/Chicago	37.6028	-99.29261	681	Greensburg,Greensburgh,Grinsburg,Janes,ghrynsbwrj,grynzbrg  kanzas,grynzbrg  knsas,Гринсбург,غرينسبورج,گرینزبرگ، کانزاس,گرینزبرگ، کنساس	097	KS	097	37185	
4272416	Greenwich	greenwich	US	06830	0	America/Chicago	37.78279	-97.20365	427			KS	173	55075	
4272452	Grenola	grenola	US	67346	196	America/Chicago	37.34864	-96.45056	341	Canola,Grenola		KS	049	28550	
4272453	Gretna	gretna	US	24557	0	America/Chicago	39.76529	-99.21287	570	Dana,Gretna		KS	147	02150	
4272456	Gridley	gridley	US	61744	336	America/Chicago	38.0978	-95.8836	348	Bangor,Fredericktown,Gridley		KS	031	39925	
4272476	Grove	grove	US	74344	0	America/Chicago	37.32506	-95.43081	278			KS	099	53150	
4272477	Grove	grove	US	74344	0	America/Chicago	39.1675	-95.85915	286			KS	177	29075	
4272482	Groveland	groveland	US	01834	0	America/Chicago	38.29306	-97.72949	451			KS	113	29150	
4272488	Grover	grover	US	17735	0	America/Chicago	39.05972	-95.46025	260	Glendale Station,Grover		KS	045	39175	
4272492	Guilford	guilford	US	04443	0	America/Chicago	37.59922	-95.7197	257			KS	205	29200	
4272508	Gypsum	gypsum	US	43433	395	America/Chicago	38.70556	-97.42809	372	Gypsum,Gypsum City,Pliny,Prescott		KS	169	21925	
4272524	Haddam	haddam	US	06438	100	America/Chicago	39.85695	-97.3017	421			KS	201	29425	
4272545	Hale	hale	US	48739	0	America/Chicago	37.23478	-96.05499	308			KS	019	62775	
4272558	Halstead	halstead	US	67056	2093	America/Chicago	38.0014	-97.50865	424	Halstead,Khalstid,Lakin,halstyd,Халстид,هالستيد,هالستید		KS	079	29600	
4272572	Hamburg	hamburg	US	07419	0	America/Chicago	38.12557	-99.17038	619			KS	145	63025	
4272573	Hamilton	hamilton	US	01936	252	America/Chicago	37.97947	-96.16416	335	Gamil'ton,Гамильтон		KS	073	35000	
4272579	Hamlin	hamlin	US	14464	45	America/Chicago	39.91611	-95.62804	302	Hamlim,Hamlin,Hamlin City		KS	013	29725	
4272582	Hammond	hammond	US	13646	0	America/Chicago	37.93559	-94.69524	266			KS	011	53100	
4272600	Hanover	hanover	US	02339	668	America/Chicago	39.89389	-96.87947	375	Khanover,hanwfr,Хановер,هانوفر		KS	201	29900	
4272606	Hallowell	hallowell	US	04347	0	America/Chicago	37.17479	-94.99552	256			KS	021	42350	
4272614	Hanston	hanston	US	67849	204	America/Chicago	38.12196	-99.7129	657	Hanston,Marena,Narema		KS	083	44575	
4272627	Hardtner	hardtner	US	67057	173	America/Chicago	37.01392	-98.64953	434	Hardtna,Hardtner		KS	007	20925	
4272633	Harlan	harlan	US	40831	0	America/Chicago	39.60557	-98.76702	482	Harlan,Thompson		KS	183	30100	
4272660	Harper	harper	US	25851	1397	America/Chicago	37.28669	-98.02589	432	Cora City,Harper		KS	077	30175	
4272673	Harris	harris	US	12742	51	America/Chicago	38.31946	-95.43637	304	Amiot,Harris		KS	003	58825	
4272699	Hartford	hartford	US	05047	369	America/Chicago	38.30835	-95.95582	330	Khartford,Хартфорд		KS	111	20687	
4272714	Harveyville	harveyville	US	66431	243	America/Chicago	38.79001	-95.96166	347			KS	197	56800	
4272720	Hasty	hasty	US	72640	0	America/Chicago	37.93892	-95.69054	328			KS	207	40375	
4272727	Haven	haven	US	67543	1225	America/Chicago	37.8989	-97.78283	451			KS	155	30750	
4272735	Havensville	havensville	US	66432	147	America/Chicago	39.51111	-96.07805	365	Havens,Havensville		KS	149	27950	
4272738	Haverhill	haverhill	US	01830	0	America/Chicago	37.68557	-96.88309	406			KS	015	67275	
4272741	Haviland	haviland	US	45851	695	America/Chicago	37.61946	-99.1065	657			KS	097	37185	
4272756	Hawthorne	hawthorne	US	07506	0	America/Chicago	39.47639	-95.21414	293			KS	005	48925	
4272763	Havana	havana	US	32333	98	America/Chicago	37.09173	-95.94193	232			KS	125	10400	
4272766	Hayden	hayden	US	35079	0	America/Chicago	37.42783	-95.26109	281			KS	133	37600	
4272782	Hays	hays	US	28635	21092	America/Chicago	38.87918	-99.32677	616	Big Creek Station,HYS,Hays,Hays City,Khejs,Khejz,hayz,heiseu,heizu,hesa,hyz  kanzas,Хейс,Хејз,هايز,هیز، کانزاس,ہیئز، کنساس,हेस,ヘイズ,헤이스	051	KS	051	31100	
4272788	Haysville	haysville	US	67060	11212	America/Chicago	37.56446	-97.35227	384	Khejzvil,haysfyl,hayswyl  kanzas,Хејзвил,هايسفيل,هایسویل، کانزاس,ہیزویل، کنساس		KS	173	60125	
4272798	Hazelton	hazelton	US	58544	93	America/Chicago	37.0903	-98.39841	415	Hazelton,Hazleton		KS	007	31175	
4272839	Hepler	hepler	US	66746	131	America/Chicago	37.66116	-94.9683	305			KS	037	74975	
4272840	Herington	herington	US	67449	2396	America/Chicago	38.67112	-96.94251	413	Herington,Herrington,Kherington,hrynghtwn,hryngtwn  kanzas,Херингтон,هرينغتون,هرینگتون، کانزاس		KS	127	31400	
4272847	Herkimer	herkimer	US	13350	0	America/Chicago	39.89111	-96.71113	382			KS	117	41975	
4272861	Hesston	hesston	US	16647	3813	America/Chicago	38.13834	-97.43143	451	Elivon,Hesston		KS	079	21025	
4272873	Hiawatha	hiawatha	US	24729	3095	America/Chicago	39.8525	-95.53582	345	Khajavota,haywata  kanzas,hyawatha,Хајавота,هایواتا، کانزاس,هياواثا	013	KS	013	31675	
4272914	Highland	highland	US	12528	1010	America/Chicago	39.85972	-95.2697	320	Khajland,hayland,haylnd  kanzas,Хајланд,هايلاند,هایلند، کانزاس		KS	043	34400	
4272915	Highland	highland	US	12528	958	America/Chicago	39.21389	-94.8308	238			KS	103	17450	
4272946	Highland Park	highland-park	US	08904	0	America/Chicago	39.02445	-95.66359	300			KS	177	71000	
4272980	Hill City	hill-city	US	55748	1467	America/Chicago	39.36473	-99.84206	666	HLC,Hill,Hill City	065	KS	065	32200	
4273003	Hillsboro	hillsboro	US	21641	2869	America/Chicago	38.35196	-97.20447	436	Hill City,Hillsboro,Khillsboro,Risley,Хиллсборо		KS	115	32275	
4273010	Hillsdale	hillsdale	US	07642	229	America/Chicago	38.65973	-94.85024	271	Columbia,Hillsdale,Ten Mile		KS	121	45100	
4273027	Hilltop	hilltop	US	25855	0	America/Chicago	38.05558	-96.03972	334	Hill Top,Hilltop		KS	073	64600	
4273031	Hilton	hilton	US	14468	0	America/Chicago	38.44223	-97.6756	464	Hilton,Simpson Station		KS	113	50350	
4273054	Hodges	hodges	US	29653	0	America/Chicago	37.81668	-99.38373	677			KS	047	66550	
4273066	Hoisington	hoisington	US	67544	2623	America/Chicago	38.51807	-98.77814	563	hwysynghtwn,hwysyngtwn  kanzas,هويسينغتون,هویسینگتون، کانزاس		KS	009	32550	
4273072	Holland	holland	US	01521	0	America/Chicago	38.76195	-97.27947	375			KS	041	77625	
4273076	Hollenberg	hollenberg	US	66946	20	America/Chicago	39.98056	-96.99225	395			KS	201	24525	
4273078	Holliday	holliday	US	65258	0	America/Chicago	39.03834	-94.80802	239	Holliday,Waseca		KS	091	64500	
4273087	Hollister	hollister	US	27844	0	America/Chicago	37.76282	-94.8358	268			KS	011	44900	
4273096	Holton	holton	US	47023	3263	America/Chicago	39.46527	-95.73637	333		085	KS	085	32825	
4273124	Holyrood	holyrood	US	67450	433	America/Chicago	38.58695	-98.41118	550	Hollyrood,Holyrood		KS	053	72800	
4273127	Home	home	US	15747	160	America/Chicago	39.84167	-96.51974	410	Home,Home City		KS	117	24450	
4273134	Homer	homer	US	13077	0	America/Chicago	38.86946	-98.79758	569	Homer,Homer Station		KS	167	28100	
4273141	Homewood	homewood	US	60430	0	America/Chicago	38.51474	-95.37887	317	Forest Home,Homewood		KS	059	33000	
4273170	Hope	hope	US	02831	344	America/Chicago	38.69028	-97.07668	426	Hope,Wagram,Wagsam		KS	041	33100	
4273180	Hopewell	hopewell	US	08525	0	America/Chicago	37.80474	-98.99566	624	Eravel,Hopewell		KS	151	71233	
4273191	Hopkins	hopkins	US	29061	0	America/Chicago	37.89724	-96.93225	442			KS	015	40500	
4273211	Horton	horton	US	35980	1721	America/Chicago	39.66056	-95.52637	333	Khorton,hwrtwn,hwrtwn  kanzas,Хортон,هورتون,هورتون، کانزاس		KS	013	33200	
4273226	Howard	howard	US	16841	621	America/Chicago	37.47031	-96.26361	316	Howard,Howard City	049	KS	049	33275	
4273237	Hoyt	hoyt	US	66440	653	America/Chicago	39.24777	-95.70637	357			KS	085	18350	
4273244	Hudson	hudson	US	01749	124	America/Chicago	38.10557	-98.66008	570	Gudzon,Гудзон		KS	185	31025	
4273255	Humboldt	humboldt	US	38343	1856	America/Chicago	37.8106	-95.43693	299			KS	001	33450	
4273278	Hunter	hunter	US	12442	56	America/Chicago	39.23418	-98.39728	487			KS	123	16875	
4273282	Hunnewell	hunnewell	US	63443	65	America/Chicago	37.00503	-97.40477	339			KS	191	66675	
4273288	Huntsville	huntsville	US	35801	0	America/Chicago	38.05724	-98.3259	530	Huntsville,Noblesville		KS	155	33550	
4273292	Huron	huron	US	38345	53	America/Chicago	39.63833	-95.35164	354			KS	005	38350	
4273299	Hutchinson	hutchinson	US	15640	41569	America/Chicago	38.06084	-97.92977	468	HUT,Khachinson,Khatchinson,hachynswn  kanzas,htshnswn,Хатчинсон,Хачинсон,هاچینسون، کانزاس,هتشنسون,ہچینسن، کنساس	155	KS	155	33625	
4273359	Independence	independence	US	24348	8958	America/Chicago	37.22424	-95.70831	245	IDP,Independens,andybyndns,ayndypndns  kanzas,Индепенденс,إنديبيندنس,انڈیپینڈینس، کنساس,ایندیپندنس، کانزاس	125	KS	125	33875	
4273425	Industry	industry	US	15052	0	America/Chicago	39.13333	-97.17141	360	Industry,Lovejoy		KS	041	12700	
4273430	Inman	inman	US	29349	1361	America/Chicago	38.23195	-97.77338	464	Aiken,Inman,Superior		KS	113	69475	
4273441	Iola	iola	US	54945	5470	America/Chicago	37.92448	-95.39998	296	Ajola,Cofachique,Iola,aywla,aywla  kanzas,Ајола,إيولا,ایولا، کانزاس	001	KS	001	34300	
4273455	Ionia	ionia	US	14475	0	America/Chicago	39.6639	-98.34756	469	Iona,Ionia		KS	089	34375	
4273484	Isabel	isabel	US	57633	90	America/Chicago	37.46669	-98.55036	563			KS	007	72750	
4273497	Iuka	iuka	US	38852	165	America/Chicago	37.72918	-98.73509	595			KS	151	71228	
4273545	Jamestown	jamestown	US	02835	279	America/Chicago	39.59945	-97.86115	437	Alva,Jamestown		KS	029	27525	
4273560	Jefferson	jefferson	US	01522	0	America/Chicago	37.1123	-95.76137	244			KS	125	23325	
4273588	Jenkins	jenkins	US	41537	0	America/Chicago	38.55001	-97.72199	415			KS	113	72225	
4273603	Jewell	jewell	US	31045	412	America/Chicago	39.6714	-98.15366	474	Fort Jewell,Jewell		KS	089	09125	
4273616	Jetmore	jetmore	US	67854	852	America/Chicago	38.08446	-99.89346	702	Buckner,Jetmore	083	KS	083	11725	
4273652	Johnstown	johnstown	US	12095	0	America/Chicago	38.49279	-97.6756	424	Johnstown,West Johnston		KS	113	50350	
4273667	Joy	joy	US	61260	0	America/Chicago	37.5953	-99.39484	697			KS	097	37185	
4273680	Junction City	junction-city	US	31812	24621	America/Chicago	39.02861	-96.8314	337	Dzankshon Siti,Junction,Junction City,Millard,jankshn syty  kanzas,jnkshn syty,zhang ke shen cheng,Џанкшон Сити,جانکشن سیتی، کانزاس,جنكشن سيتي,جنکشن سٹی، کنساس,章克申城	061	KS	061	35750	
4273688	Juniata	juniata	US	68955	0	America/Chicago	38.91528	-97.96477	429			KS	105	44100	
4273824	Kanopolis	kanopolis	US	67454	474	America/Chicago	38.71112	-98.15728	483	Fort Ellsworth,Fort Harker,Kanapolis,Kanopolis,kanwbwlys,kanwpwlys  kanzas,Канополис,كانوبوليس,کانوپولیس، کانزاس		KS	053	20525	
4273837	Kansas City	kansas-city	US	64101	151306	America/Chicago	39.11417	-94.62746	266	Fort Cavagnolle,KCK,Kansas City,Kansas City i Kansas,Kanzas-Siti,kan sa si cheng,Канзас-Сити,堪薩斯城	209	KS	209	36000	
4273881	Kechi	kechi	US	67067	1996	America/Chicago	37.79585	-97.27949	421	Kechi,Kechi City		KS	173	36250	
4273888	Keeler	keeler	US	93530	0	America/Chicago	37.61196	-97.29143	399			KS	173	60125	
4273890	Keene	keene	US	03431	0	America/Chicago	38.9575	-96.03916	352			KS	197	47300	
4273898	Kellogg	kellogg	US	50135	0	America/Chicago	37.25919	-97.10948	359			KS	035	73575	
4273902	Kelly	kelly	US	28448	0	America/Chicago	39.73777	-96.00333	369	Kelley,Kelly		KS	131	30375	
4273908	Kelso	kelso	US	37348	0	America/Chicago	38.73473	-96.57056	404	Kelso,Kieso		KS	127	71206	
4273922	Kenneth	kenneth	US	56147	0	America/Chicago	38.85501	-94.6119	266	Kenneth,Mastin,Newington		KS	091	53775	
4273927	Kensington	kensington	US	20891	452	America/Chicago	39.76696	-99.03175	542	Kensington,Кенсингтон		KS	183	11350	
4273961	Kimball	kimball	US	24853	0	America/Chicago	37.66116	-95.16359	317	Dalton,Kimbal,Kimball		KS	133	27800	
4273965	Kincaid	kincaid	US	25119	118	America/Chicago	38.0842	-95.15359	321	Kincade,Kincaid,Ozark		KS	003	59175	
4273978	Kingman	kingman	US	04451	3086	America/Chicago	37.64585	-98.11367	464	Kingman,Kingmen,Sherman,kngmyn  knsas,kynghman,kyngman  kanzas,Кингман,Кингмен,كينغمان,کنگمین، کنساس,کینگمان، کانزاس	095	KS	095	36950	
4273993	Kinsley	kinsley	US	67547	1422	America/Chicago	37.92307	-99.40984	662	Kinsley,Peters,Petersburg	047	KS	047	37075	
4273999	Kiowa	kiowa	US	67070	1011	America/Chicago	37.01725	-98.48535	406	Kiowa,New Kiowa		KS	007	37150	
4274011	Kirkwood	kirkwood	US	13795	0	America/Chicago	37.37089	-94.72246	274	Alston,Kirkville,Kirkwood		KS	037	03750	
4274013	Kirwin	kirwin	US	67644	161	America/Chicago	39.67307	-99.12231	518			KS	147	37300	
4274055	Kramer	kramer	US	58748	0	America/Chicago	37.36033	-94.72996	283			KS	037	03750	
4274067	La Crosse	la-crosse	US	23950	1262	America/Chicago	38.5314	-99.30872	627	La Crosse,La Kros,La-Kross,Lacross,Rock Castle,la krs  kanzas,la krws,la krws  knsas,Ла Крос,Ла-Кросс,لا كروس,لا کرس، کانزاس,لا کروس، کنساس	165	KS	165	37525	
4274077	La Harpe	la-harpe	US	61450	543	America/Chicago	37.91698	-95.29915	315	La Harp,La Harpe,Laharpe		KS	001	37725	
4274094	Laclede	laclede	US	64651	0	America/Chicago	39.34722	-96.22111	320	Eagle,Laclede		KS	149	12000	
4274102	Ladysmith	ladysmith	US	22501	0	America/Chicago	39.27138	-97.18447	400			KS	027	22100	
4274121	Lake City	lake-city	US	16423	0	America/Chicago	37.35336	-98.82093	491	Lake,Lake City		KS	007	37900	
4274199	Lamar	lamar	US	16848	0	America/Chicago	39.25611	-97.57475	417			KS	143	65025	
4274203	Lamont	lamont	US	32336	0	America/Chicago	38.11252	-96.02666	343	La Monts Mill,Lamont		KS	073	64600	
4274205	Lancaster	lancaster	US	01523	290	America/Chicago	39.57278	-95.30275	353	Lancaster,Lankaster,Perry,Ланкастер		KS	005	38350	
4274213	Lane	lane	US	29564	223	America/Chicago	38.43974	-95.08219	271	Hortonburg,Lane,Shermansville		KS	059	57225	
4274220	Laneville	laneville	US	75667	0	America/Chicago	37.33284	-95.12664	256			KS	099	49775	
4274224	Langdon	langdon	US	58249	0	America/Chicago	37.35311	-94.70551	275			KS	037	03750	
4274225	Langdon	langdon	US	58249	41	America/Chicago	37.8539	-98.32451	516	Langdon,Leonville		KS	155	38525	
4274230	Langley	langley	US	29834	0	America/Chicago	38.54668	-97.96283	463			KS	053	38600	
4274235	Lansdowne	lansdowne	US	19050	0	America/Chicago	37.61835	-97.86283	428	Lansdowne,Oakland		KS	095	73975	
4274236	Lansing	lansing	US	14882	11767	America/Chicago	39.24861	-94.90024	258	Lansing,Petersburg,lansng  knsas,lansyngh,lnsyng  kanzas,ranshingu,Лансинг,لانسنگ، کنساس,لانسينغ,لنسینگ، کانزاس,ランシング		KS	103	38650	
4274249	Larned	larned	US	67550	3967	America/Chicago	38.18057	-99.09871	611	larnd  kanzas,larnyd,لارند، کانزاس,لارنيد,لارنیڈ، کنساس	145	KS	145	38700	
4274264	Latham	latham	US	12110	138	America/Chicago	37.53613	-96.64197	449	Bodock,Latham		KS	015	72050	
4274267	Latimer	latimer	US	50452	19	America/Chicago	38.73889	-96.84557	432	Aroma,Far West,Latimer		KS	127	71222	
4274269	Laton	laton	US	93242	0	America/Chicago	39.28557	-99.07676	632	Eagle Creek,Laton		KS	163	71249	
4274277	Lawrence	lawrence	US	01840	93917	America/Chicago	38.97167	-95.23525	263	LWC,Lawrence,Lorens,Lourehns,Lourens,lao lun si,larns  knsas,lolenseu,lwrans,lwrns  kanzas,rorensu,Лоренс,Лоуренс,Лоўрэнс,Լոուրենս,لارنس، کنساس,لورانس,لورنس، کانزاس,ローレンス,勞倫斯,로렌스	045	KS	045	38900	
4274290	Lawton	lawton	US	18828	0	America/Chicago	37.222	-94.63607	268			KS	021	56675	
4274291	Layton	layton	US	07851	0	America/Chicago	37.08226	-96.40806	284			KS	019	30275	
4274295	LeRoy	leroy	US	36548	548	America/Chicago	38.08392	-95.63443	306	Le Roy,LeRoy,Leroy,Scottstown		KS	031	39675	
4274305	Leavenworth	leavenworth	US	47137	35980	America/Chicago	39.31111	-94.92246	256	Leavenworth,Leavenworth City,Levenvort,Livenvors,New Town,lebeon-woseu,lyfnwwrth,lywnwrt  kanzas,rebunwasu,Левенворт,Ливенворс,ليفنوورث,لیونورت، کانزاس,لیونورتھ، کنساس,レブンワース,레번워스	103	KS	103	39000	
4274317	Leawood	leawood	US	66206	34579	America/Chicago	38.96667	-94.6169	287	Livud,lywwd,lywwd  kanzas,Ливуд,ليوود,لیوود، کانزاس,لیووڈ، کنساس		KS	091	39075	
4274327	Lebo	lebo	US	66856	905	America/Chicago	38.41668	-95.85304	357			KS	031	40550	
4274331	Lecompton	lecompton	US	66050	640	America/Chicago	39.04444	-95.3947	282	Bald Eagle,Lacompton,Le Compton,Lecompton,Lekompton,lkwmptwn  kanzas,lykwmbtwn,Лекомптон,ليكومبتون,لکومپتون، کانزاس		KS	045	39175	
4274343	Lehigh	lehigh	US	50557	168	America/Chicago	38.37279	-97.30309	467	Likhaj,lyhay,lyhay  kanzas,Лихај,ليهاي,لیهای، کانزاس		KS	115	39250	
4274356	Lenexa	lenexa	US	66215	52490	America/Chicago	38.95362	-94.73357	314	Lenexa,Sherman		KS	091	39350	
4274363	Leon	leon	US	14751	701	America/Chicago	37.6903	-96.78225	412	Leon,Little Walnut,Noble		KS	015	41625	
4274367	Leona	leona	US	75850	52	America/Chicago	39.78722	-95.32164	294			KS	043	80275	
4274369	Leonardville	leonardville	US	66449	453	America/Chicago	39.36444	-96.8589	423	Alembic,Leonardville		KS	161	03825	
4274378	Lebanon	lebanon	US	03756	208	America/Chicago	39.80973	-98.55562	562			KS	183	51650	
4274379	Lewis	lewis	US	12950	434	America/Chicago	37.93613	-99.25261	654			KS	047	76125	
4274384	Lexington	lexington	US	02420	0	America/Chicago	37.29391	-99.59957	612	Lexington,Ulysses		KS	025	39775	
4274389	Liberty	liberty	US	04949	116	America/Chicago	37.15563	-95.5947	226			KS	125	40275	
4274430	Liebenthal	liebenthal	US	67553	98	America/Chicago	38.65501	-99.31927	601	Liebentahl,Liebenthal		KS	165	06775	
4274450	Lincoln	lincoln	US	01773	1274	America/Chicago	39.04084	-98.14477	432	Lincoln,Lincoln Center,Lincoln Center City,Lincoln Centre,Linkol'n,Линкольн	105	KS	105	20375	
4274517	Lincolnville	lincolnville	US	04849	192	America/Chicago	38.49335	-96.96002	433	Lincolnville,Linkolnvil,Peabody,lynkwlnfyl,lynkwlnwyl  kanzas,Линколнвил,لينكولنفيل,لینکولنویل، کانزاس		KS	115	13750	
4274530	Lindsey	lindsey	US	43442	0	America/Chicago	39.09361	-97.67809	378	Ayersburgh,Lindsey		KS	143	15175	
4274532	Lindsborg	lindsborg	US	67456	3383	America/Chicago	38.57362	-97.67448	406	Lindsborg,Lindsburg City,lyndsbwrg  kanzas,lyndsbwrgh,Линдсборг,ليندسبورغ,لیندسبورگ، کانزاس		KS	113	41375	
4274535	Linn	linn	US	26384	398	America/Chicago	39.68	-97.08419	445	Linn,Summit		KS	201	41450	
4274547	Linwood	linwood	US	01525	384	America/Chicago	39.00139	-95.03914	245	Johnny Cake,Journey Cake,Linwood,Stranger		KS	103	65000	
4274561	Litchfield	litchfield	US	03052	0	America/Chicago	37.44088	-94.64968	278	Edwin,Lichfield,Litchfield		KS	037	03750	
4274627	Little River	little-river	US	29566	544	America/Chicago	38.39807	-98.012	490	Fair Point,Little River		KS	159	72325	
4274715	Logan	logan	US	25601	554	America/Chicago	39.66167	-99.57039	602	Deeversville,Logan		KS	147	42125	
4274735	Lone Oak	lone-oak	US	75453	0	America/Chicago	37.43699	-94.74191	290			KS	037	03750	
4274737	Lone Star	lone-star	US	75668	0	America/Chicago	38.86667	-95.35525	268	Bond,Lone Star		KS	045	44700	
4274772	Long Island	long-island	US	04050	128	America/Chicago	39.94945	-99.53594	631			KS	147	42625	
4274781	Longford	longford	US	67458	77	America/Chicago	39.17	-97.33141	408	Chapman,Longford		KS	027	12525	
4274784	Longton	longton	US	67352	311	America/Chicago	37.37782	-96.08082	281	Elk Rapids,Longton		KS	049	42675	
4274796	Lorena	lorena	US	76655	0	America/Chicago	37.69391	-97.08393	407	Four Mile,Lorena		KS	015	08825	
4274799	Loring	loring	US	59537	0	America/Chicago	39.01389	-94.90858	241	Loring,Loring Station		KS	209	17475	
4274801	Lorraine	lorraine	US	13659	135	America/Chicago	38.5689	-98.31673	545	Ashmead,Greengarden,Lorraine		KS	053	28600	
4274825	Lost Springs	lost-springs	US	66859	67	America/Chicago	38.56612	-96.9664	455	Agua Perdida,Lost Springs,Nee-Nee-Oke-Pi-Yah,last aspryngz  kanzas,lwst sbrynghz,Лост Спрингс,لاست اسپرینگز، کانزاس,لوست سبرينغز		KS	115	42850	
4274828	Louisburg	louisburg	US	27549	4276	America/Chicago	38.61946	-94.68079	333	Lodi,Louisburg,Louisburgh,Luisburg,Saint Louis,lwysbwrg  kanzas,lwysbwrgh,Луисбург,لويسبورغ,لویسبورگ، کانزاس		KS	121	42875	
4274836	Louisville	louisville	US	30434	205	America/Chicago	39.25027	-96.31472	308	Little Saint Louis,Louisville,Luisvil,Rock Creek,Луисвил		KS	149	42950	
4274847	Lowell	lowell	US	01850	283	America/Chicago	37.04867	-94.70162	260			KS	021	25250	
4274867	Lucas	lucas	US	42156	397	America/Chicago	39.05612	-98.53646	454	Blue Stem,Lucas,Lukas,lwkas,lwks  kanzas,Лукас,لوكاس,لوکس، کانزاس		KS	167	22650	
4274886	Luray	luray	US	22835	197	America/Chicago	39.11057	-98.68896	476	Leeson,Lura,Luray		KS	167	43275	
4274906	Lyndon	lyndon	US	05849	1023	America/Chicago	38.61001	-95.68443	315	Lyndon,Osage Centre	139	KS	139	73200	
4274911	Lyndon Station	lyndon-station	US	53944	0	America/Chicago	38.64195	-95.68471	335			KS	139	73200	
4274927	Lyons	lyons	US	07939	3725	America/Chicago	38.34501	-98.20173	512	Atlanta,Brookdale,LYO,Lajons,Lyons,laynz  kanzas,lywnz,Лајонс,لاینز، کانزاس,ليونز	159	KS	159	43525	
4274948	Macksville	macksville	US	67557	538	America/Chicago	37.95918	-98.96871	617	Cassaday,Macksville		KS	185	23250	
4274955	Madison	madison	US	03849	652	America/Chicago	38.13558	-96.13583	334	Madison,Мадисон		KS	073	44075	
4274975	Mahaska	mahaska	US	66955	80	America/Chicago	39.9875	-97.35421	487			KS	201	72475	
4274980	Maize	maize	US	67101	4362	America/Chicago	37.77918	-97.46727	412	Hatfield,Maize		KS	173	54425	
4274993	Manchester	manchester	US	01944	95	America/Chicago	39.09472	-97.32475	393	Keystone,Manchester,Манчестер		KS	041	23550	
4274994	Manhattan	manhattan	US	59741	56308	America/Chicago	39.18361	-96.57167	311	MHK,Mankhehtten,Menkhetn,maenhaeteun,man ha dun,manhatn,manhattan,mnhtn  kanzas,Манхэттен,Менхетн,مانهاتن,منهتن، کانزاس,مینہٹن، کنساس,マンハッタン,曼哈頓,맨해튼	161	KS	161	44250	
4275004	Mankato	mankato	US	56001	840	America/Chicago	39.78723	-98.21005	541	Jewell Centre,Jewell City,Mankato	089	KS	089	11750	
4275015	Maple City	maple-city	US	49664	0	America/Chicago	37.05586	-96.76836	409	Clarence,Maple,Maple City		KS	035	67400	
4275041	Maple Hill	maple-hill	US	28454	621	America/Chicago	39.08472	-96.02805	297	Maple Hill,Maplehill		KS	197	44525	
4275049	Mapleton	mapleton	US	04757	82	America/Chicago	38.01503	-94.88358	269			KS	011	70600	
4275067	Marietta	marietta	US	13110	0	America/Chicago	39.94306	-96.60863	362			KS	117	52550	
4275070	Marion	marion	US	02738	1842	America/Chicago	38.34835	-97.01725	400	Marion,Marion Center,Marion Centre,Mehrion,marywn  kanzas,Марион,Мэрион,ماریون، کانزاس	115	KS	115	44750	
4275100	Marquette	marquette	US	49855	622	America/Chicago	38.55556	-97.83366	423	Calmar,Markett,Marquette,Маркетт		KS	113	44950	
4275142	Marydel	marydel	US	19964	0	America/Chicago	38.94445	-97.72254	384			KS	169	56625	
4275144	Marysville	marysville	US	17053	3323	America/Chicago	39.84111	-96.64724	354	Merisvil,marysfyl,maryswyl  kanzas,melijeubil,myryzwyl  knsas,Мерисвил,ماريسفيل,ماریسویل، کانزاس,میریزویل، کنساس,메리즈빌	117	KS	117	45050	
4275159	Matfield Green	matfield-green	US	66862	45	America/Chicago	38.15918	-96.56057	401			KS	017	45125	
4275185	Mayetta	mayetta	US	66509	338	America/Chicago	39.33889	-95.72248	363			KS	085	11275	
4275188	Mayfield	mayfield	US	12117	110	America/Chicago	37.25835	-97.54477	391	Bellevue,Marengo,Mayfield		KS	191	53335	
4275197	Maywood	maywood	US	07607	0	America/Chicago	39.22611	-94.84468	233	Maywood,Pope		KS	103	17450	
4275198	Maywood	maywood	US	07607	0	America/Chicago	39.12778	-94.82524	306			KS	209	36000	
4275261	McPherson	mcpherson	US	67460	13144	America/Chicago	38.37084	-97.66421	456	MPR,Makferson,makfrswn,mkfyrsn  knsas,Макферсон,ماكفرسون,مکفیرسن، کنساس,مک‌فرسون، کانزاس	113	KS	113	43950	
4275306	Meadowview	meadowview	US	24361	0	America/Chicago	37.68974	-97.42755	407			KS	173	79000	
4275315	Medicine Lodge	medicine-lodge	US	67104	1988	America/Chicago	37.28113	-98.58036	456	Medisin Lodz,mdsyn laj  kanzas,mydysn lwdj,Медисин Лоџ,مدسین لاج، کانزاس,ميديسن لودج	007	KS	007	45525	
4275320	Medina	medina	US	14103	0	America/Chicago	39.07778	-95.42109	259	Medina,Medina Station		KS	087	36575	
4275321	Medora	medora	US	47260	0	America/Chicago	38.1489	-97.84561	452	Leslie,Medora		KS	155	45600	
4275329	Melrose	melrose	US	02176	0	America/Chicago	37.0309	-94.95829	271			KS	021	49725	
4275331	Melvern	melvern	US	66510	365	America/Chicago	38.50696	-95.63776	309			KS	139	45725	
4275371	Menoken	menoken	US	58558	0	America/Chicago	39.09083	-95.75582	273			KS	177	45850	
4275374	Mentor	mentor	US	44060	0	America/Chicago	38.74056	-97.60309	387			KS	169	66125	
4275385	Meriden	meriden	US	03770	790	America/Chicago	39.18889	-95.5697	297	Meriden,Mount Florence		KS	087	60575	
4275396	Merrick	merrick	US	11566	0	America/Chicago	38.40279	-96.24472	341			KS	111	55825	
4275411	Metcalf	metcalf	US	61940	0	America/Chicago	37.06725	-97.78422	369			KS	191	07750	
4275477	Middletown	middletown	US	02842	0	America/Chicago	37.71976	-95.83332	293			KS	205	76300	
4275480	Midland	midland	US	15059	0	America/Chicago	39.02833	-95.24219	256			KS	045	27650	
4275481	Midland	midland	US	15059	0	America/Chicago	37.6139	-97.33532	388	Butler,Midland,Minneha		KS	173	79000	
4275483	Midland Park	midland-park	US	07432	0	America/Chicago	37.58891	-97.33782	386			KS	173	79000	
4275486	Midway	midway	US	15060	0	America/Chicago	37.67946	-97.13532	403			KS	015	08825	
4275487	Midway	midway	US	15060	0	America/Chicago	37.44922	-94.63107	284	Hole-in-the-Prairie,Midway,Nyack		KS	037	03750	
4275488	Midway	midway	US	15060	0	America/Chicago	38.60945	-98.15422	511			KS	053	02575	
4275489	Midway	midway	US	15060	0	America/Chicago	37.15252	-98.24785	400			KS	077	71205	
4275490	Midway	midway	US	15060	0	America/Chicago	37.66168	-97.93589	436			KS	095	25125	
4275500	Milan	milan	US	03588	80	America/Chicago	37.25974	-97.67394	373			KS	191	61950	
4275506	Mildred	mildred	US	18632	26	America/Chicago	38.02364	-95.17109	324			KS	001	53075	
4275511	Milford	milford	US	01757	592	America/Chicago	39.16833	-96.91251	353	Bacheller,Bachellor,Batcheller,Milford,Милфорд		KS	061	46550	
4275538	Miller	miller	US	57362	0	America/Chicago	38.63445	-95.99055	342			KS	111	75925	
4275549	Millerton	millerton	US	12546	0	America/Chicago	37.43669	-97.55644	410	Millerton,Rolling Green		KS	191	33800	
4275556	Millwood	millwood	US	10546	0	America/Chicago	39.38389	-95.11691	277			KS	103	19625	
4275558	Milton	milton	US	02186	155	America/Chicago	37.43169	-97.77144	449	Levy,Milton		KS	191	19800	
4275562	Miltonvale	miltonvale	US	67466	515	America/Chicago	39.34833	-97.44614	419	Miltonvale,Miltonville,Zahnville		KS	029	68050	
4275572	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	38.84084	-95.68693	327			KS	139	59825	
4275586	Minneapolis	minneapolis	US	28652	2002	America/Chicago	39.12194	-97.7067	390	Mineapolis,Minneapolis,mineaporisu,mynyabwlys,mynyapwlys  kanzas,Минеаполис,Миннеаполис,مينيابوليس,مینیاپولیس، کانزاس,ミネアポリス	143	KS	143	47075	
4275600	Mission	mission	US	57555	9491	America/Chicago	39.02778	-94.65579	310	Mishon,Missija,mshn  knsas,myshn  kanzas,mysn,Миссия,Мишон,مشن، کنساس,ميسن,میشن، کانزاس		KS	091	47225	
4275614	Mission Hills	mission-hills	US	91345	3601	America/Chicago	39.01778	-94.6169	284			KS	091	47350	
4275632	Mitchell	mitchell	US	30820	0	America/Chicago	38.3839	-98.09978	530			KS	159	47525	
4275652	Moline	moline	US	49335	332	America/Chicago	37.36031	-96.30389	321	Boston,Molin,Moline,Молин		KS	049	79150	
4275659	Monett	monett	US	65708	0	America/Chicago	37.1445	-96.10582	241	Monett,Mount Vernon		KS	019	63775	
4275663	Monmouth	monmouth	US	04259	0	America/Chicago	37.36311	-94.93691	267			KS	037	64675	
4275670	Monrovia	monrovia	US	21770	0	America/Chicago	39.52417	-95.34608	316			KS	005	11550	
4275688	Monticello	monticello	US	04760	0	America/Chicago	38.99889	-94.84413	309			KS	091	64500	
4275694	Montrose	montrose	US	10548	0	America/Chicago	39.78446	-98.08783	501	Delta,Montrose		KS	089	75650	
4275714	Moran	moran	US	49760	520	America/Chicago	37.91615	-95.17025	337	Moran,Morantown,Orel		KS	001	44850	
4275718	Morehead	morehead	US	40351	0	America/Chicago	37.38423	-95.50776	277			KS	133	65300	
4275728	Morganville	morganville	US	07751	187	America/Chicago	39.46639	-97.20197	376	Della,Morganville		KS	027	64850	
4275737	Morrill	morrill	US	04952	227	America/Chicago	39.92833	-95.69193	334			KS	013	48325	
4275739	Morris	morris	US	06763	0	America/Chicago	39.06195	-94.75163	234			KS	209	36000	
4275753	Morrowville	morrowville	US	66958	150	America/Chicago	39.84445	-97.1717	411	Blocker,Morrow,Morrow Station,Morrowville		KS	201	46750	
4275755	Morse	morse	US	70559	0	America/Chicago	38.85029	-94.72385	325	Elizabeth Town,Elizabethtown,Morse		KS	091	53775	
4275784	Mound City	mound-city	US	57646	680	America/Chicago	38.14281	-94.81357	266	Mound,Mound City,Moundville,Sugar Mound	107	KS	107	48775	
4275793	Mound Valley	mound-valley	US	67354	386	America/Chicago	37.20535	-95.40497	254			KS	099	48850	
4275803	Moundridge	moundridge	US	67107	1696	America/Chicago	38.20307	-97.51921	455	Christian,Crooked Creek,Mound Ridge,Moundridge		KS	113	48675	
4275846	Mount Hope	mount-hope	US	25880	813	America/Chicago	37.86862	-97.66505	439	Mount Hope,Mounthope		KS	173	28400	
4275923	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	37.71751	-97.84561	452			KS	095	22000	
4275985	Mulberry	mulberry	US	33860	507	America/Chicago	37.55699	-94.6219	277	Mulberry,Mulberry Grove		KS	037	49025	
4276013	Mullinville	mullinville	US	67109	255	America/Chicago	37.58613	-99.47567	708	Mullenville,Mullinville		KS	097	37185	
4276017	Mulvane	mulvane	US	67110	6314	America/Chicago	37.47446	-97.24393	376	Littleton,Mulvane		KS	191	26975	
4276021	Muncie	muncie	US	47302	0	America/Chicago	39.0875	-94.74746	248			KS	209	36000	
4276027	Munden	munden	US	66959	94	America/Chicago	39.91389	-97.5381	498	Bethel,Munden,New Tabor		KS	157	61200	
4276040	Murdock	murdock	US	33938	0	America/Chicago	37.61113	-97.93089	452	Murdock,New Murdock		KS	095	16925	
4276047	Muscotah	muscotah	US	66058	171	America/Chicago	39.55278	-95.52165	307			KS	005	28225	
4276065	Narka	narka	US	66960	89	America/Chicago	39.96056	-97.42587	483			KS	157	00900	
4276067	Nashville	nashville	US	27856	63	America/Chicago	37.44169	-98.42258	534	Nashvill,Нашвилл		KS	095	40150	
4276077	Natoma	natoma	US	67651	316	America/Chicago	39.19084	-99.0287	559	Natoma,Tapley		KS	141	49450	
4276082	Natrona	natrona	US	82646	0	America/Chicago	37.71196	-98.66481	572			KS	151	71223	
4276084	Navarre	navarre	US	32566	0	America/Chicago	38.79695	-97.10585	411			KS	041	41850	
4276087	Neal	neal	US	66863	0	America/Chicago	37.8342	-96.08027	293			KS	073	58175	
4276128	Neodesha	neodesha	US	66757	2357	America/Chicago	37.41839	-95.68026	247			KS	205	49650	
4276133	Neola	neola	US	51559	0	America/Chicago	37.86946	-98.50897	549			KS	185	80800	
4276139	Neosho Falls	neosho-falls	US	66758	134	America/Chicago	38.00559	-95.55721	297	Millsburg,Neosho Falls		KS	207	49850	
4276143	Neosho Rapids	neosho-rapids	US	66864	263	America/Chicago	38.36946	-95.99194	333	Florence,Italia,Neosho City,Neosho Rapids		KS	111	34825	
4276147	Nekoma	nekoma	US	58355	0	America/Chicago	38.47362	-99.44205	621			KS	165	72350	
4276166	Ness City	ness-city	US	67560	1407	America/Chicago	38.45279	-99.90651	687	Iowa,Ness City	135	KS	135	11925	
4276169	Nettleton	nettleton	US	38858	0	America/Chicago	37.99863	-99.32872	647	Fitchburg,Fitchburgh,Nettleton		KS	047	37100	
4276180	New Albany	new-albany	US	18833	53	America/Chicago	37.56838	-95.93776	272	N'ju-Albani,New Albano,New Albany,Нью-Албани		KS	205	22825	
4276184	New Cambria	new-cambria	US	63558	126	America/Chicago	38.87917	-97.50586	364	Donmeyer,New Cambria		KS	169	10100	
4276222	New Salem	new-salem	US	01355	0	America/Chicago	37.31058	-96.89531	380			KS	035	62625	
4276240	Newbury	newbury	US	01951	0	America/Chicago	39.08472	-96.17527	317			KS	197	50275	
4276245	Newman	newman	US	61942	0	America/Chicago	39.08056	-95.4647	263			KS	087	36575	
4276248	Newton	newton	US	02458	19216	America/Chicago	38.04668	-97.34504	441	EWK,N'juton,Newton,Newton City,Njuton,nywtn,nywtn  kanzas,Њутон,Ньютон,نيوتن,نیوتن، کانزاس,نیوٹن، کنساس	079	KS	079	50475	
4276257	Netawaka	netawaka	US	66516	144	America/Chicago	39.60277	-95.71832	351			KS	085	49975	
4276265	Nickerson	nickerson	US	67561	1036	America/Chicago	38.14723	-98.08367	486			KS	155	50525	
4276277	Niles	niles	US	44446	0	America/Chicago	38.96944	-97.46281	365	Georgetown,Niles,Nilesville		KS	143	40950	
4276291	Niotaze	niotaze	US	67355	76	America/Chicago	37.07368	-96.01359	230	Mantanzas,Newport,Niota,Niotaze		KS	019	41525	
4276303	Nolan	nolan	US	79537	0	America/Chicago	39.56666	-96.27806	418			KS	117	14100	
4276386	North Newton	north-newton	US	67117	1803	America/Chicago	38.07223	-97.34559	438	Bethel College,Nort NJuton,North Newton,nrt nwtn  kanzas,nwrth nywtn,Норт Њутон,نرت نوتن، کانزاس,نورث نيوتن		KS	079	50500	
4276452	Norton	norton	US	02766	2841	America/Chicago	39.83389	-99.89151	705	Billingsville,Norton,nuo dun,nwrtwn,nwrtwn  kanzas,Нортон,نورتون,نورتون، کانزاس,诺顿	137	KS	137	51500	
4276465	Nortonville	nortonville	US	42442	616	America/Chicago	39.41666	-95.33358	354			KS	087	51475	
4276466	Norway	norway	US	04268	0	America/Chicago	39.69612	-97.77393	430			KS	157	51575	
4276469	Norwich	norwich	US	05055	472	America/Chicago	37.45724	-97.84894	456	Milton,Noridzh,Norwich,Норидж		KS	095	06050	
4276473	Norwood	norwood	US	02062	0	America/Chicago	38.70973	-95.24692	289			KS	059	30925	
4276482	O'Brien	o-brien	US	32071	0	America/Chicago	38.51335	-95.02802	270			KS	121	53250	
4276512	Oak Hill	oak-hill	US	12460	24	America/Chicago	39.24833	-97.34141	387	Oak Hill,Oakhill		KS	027	51725	
4276543	Oakland	oakland	US	02858	0	America/Chicago	39.06667	-95.63637	268			KS	177	71000	
4276581	Odin	odin	US	56160	101	America/Chicago	38.56612	-98.60869	561			KS	009	13025	
4276583	Offerle	offerle	US	67563	196	America/Chicago	37.89085	-99.5579	692			KS	047	71400	
4276584	Ogallah	ogallah	US	67656	0	America/Chicago	38.9914	-99.73234	724			KS	195	52250	
4276588	Ogden	ogden	US	50212	2104	America/Chicago	39.11111	-96.70612	318	Ogden,Ogdensburg,Огден		KS	161	52300	
4276609	Oketo	oketo	US	66518	64	America/Chicago	39.96361	-96.59974	385	Ackaketah,Oketo		KS	117	52550	
4276614	Olathe	olathe	US	66051	134305	America/Chicago	38.8814	-94.81913	315	Olat,Olathe,Olejt,Olejte,ao la xi,awlath,awlyta  kanzas,oreisa,Олейт,Олејте,أولاث,اولیتا، کانزاس,اولیتھی، کنساس,オレイサ,奧拉西	091	KS	091	52575	
4276676	Olmitz	olmitz	US	67564	112	America/Chicago	38.51668	-98.93648	614	Olmitz,Olmutz		KS	009	74825	
4276678	Olpe	olpe	US	66865	538	America/Chicago	38.26252	-96.16694	365	Bitler,Olpe		KS	111	11800	
4276684	Olsburg	olsburg	US	66520	225	America/Chicago	39.43055	-96.61556	434	Olesburgh,Olsburg		KS	149	07725	
4276693	Onaga	onaga	US	66521	697	America/Chicago	39.48888	-96.17	336			KS	149	46700	
4276702	Oneida	oneida	US	13421	75	America/Chicago	39.86389	-95.93916	375	Lappin,Oneida,Shinntown		KS	131	26275	
4276712	Opolis	opolis	US	66760	0	America/Chicago	37.3445	-94.62107	284	Olopolis,Opolis,State Line,Stateline,Stevenstown		KS	037	03750	
4276714	Ontario	ontario	US	14519	0	America/Chicago	39.56666	-95.88221	359			KS	131	77575	
4276724	Orchard Park	orchard-park	US	14127	0	America/Chicago	37.35839	-95.27608	273			KS	099	54675	
4276739	Orwell	orwell	US	05760	0	America/Chicago	38.01557	-99.71568	674	Orwell,Orwell City		KS	083	68175	
4276747	Osage City	osage-city	US	66523	2844	America/Chicago	38.6339	-95.82582	331	Onion Creek,Osage,Osage City		KS	139	53200	
4276772	Osawatomie	osawatomie	US	66064	4297	America/Chicago	38.49724	-94.95052	265	Osawatomie,Osawattamie,Ossawatamie,Ossawattamie,awsawatwmy,awsawatwmy  kanzas,أوساواتومي,اوساواتومی، کانزاس		KS	121	53225	
4276781	Osborne	osborne	US	67473	1369	America/Chicago	39.43914	-98.69624	473	Osborne,Osborne City,Osburn,Penn,awzbwrn,azbrn  kanzas,Осбурн,آزبرن، کانزاس,أوزبورن	141	KS	141	53325	
4276792	Oskaloosa	oskaloosa	US	52577	1086	America/Chicago	39.21528	-95.31275	340		087	KS	087	53400	
4276800	Oswego	oswego	US	13126	1766	America/Chicago	37.16757	-95.10996	278	Little Town,Osvigo,Oswego,White Hairs Village,aswygww  kanzas,awswyghw,Освиго,آسویگوو، کانزاس,أوسويغو	099	KS	099	53450	
4276806	Otego	otego	US	13825	0	America/Chicago	39.82723	-98.34728	548	Elium,Otego		KS	089	40450	
4276807	Otis	otis	US	01253	268	America/Chicago	38.53473	-99.05315	621			KS	165	55950	
4276816	Ottawa	ottawa	US	25149	12387	America/Chicago	38.61557	-95.26775	275	Otava,Ottawa,Ottawa Creek,awtawa,awtawa  kanzas,otava,otawa,Отава,أوتاوا,اوتاوا، کانزاس,اوٹاوا، کنساس,ओटावा,オタワ	059	KS	059	53550	
4276855	Ottumwa	ottumwa	US	52501	0	America/Chicago	38.2778	-95.79888	334			KS	031	53700	
4276871	Overbrook	overbrook	US	66524	1024	America/Chicago	38.78056	-95.5572	367			KS	139	20175	
4276873	Overland Park	overland-park	US	66204	186515	America/Chicago	38.98223	-94.67079	329	Ouvurlund Park,Overland Park,Overlend-Park,awfrland bark,awwrlnd park  kanzas,obarandopaku,obeollaendeupakeu,ou fu lan pa ke,Оверланд Парк,Оверленд-Парк,Оувърлънд Парк,أوفرلاند بارك,اوورلند پارک، کانزاس,اوورلینڈ پارک، کنساس,オーバーランドパーク,歐弗蘭帕克,오벌랜드파크		KS	091	53775	
4276893	Oxford	oxford	US	01540	1024	America/Chicago	37.27419	-97.16893	362	Napawalla,Nappawalla,Neptawah,Oksford,Oxford,Оксфорд		KS	191	53875	
4276908	Ozawkie	ozawkie	US	66070	633	America/Chicago	39.23333	-95.46692	304	Osawke,Osawkee,Osawkie,Ozawkie		KS	087	53950	
4276930	Palco	palco	US	67657	283	America/Chicago	39.25223	-99.56289	694	Cresson,Palco		KS	163	71234	
4276933	Palermo	palermo	US	04354	0	America/Chicago	39.73249	-94.97664	264			KS	043	44675	
4276936	Palmer	palmer	US	01069	107	America/Chicago	39.63195	-97.1403	405			KS	201	65125	
4276953	Paradise	paradise	US	17562	50	America/Chicago	39.11362	-98.91842	516	Ivamar,Paradise		KS	167	54350	
4276956	Paola	paola	US	66071	5527	America/Chicago	38.57224	-94.87913	279	Paola,Paoli,bawla,paywla  kanzas,Паола,باولا,پائولا، کانزاس	121	KS	121	54250	
4276974	Park City	park-city	US	42160	7618	America/Chicago	37.80001	-97.31838	417	Cosmosa,Park City		KS	173	36250	
4276988	Parker	parker	US	16049	273	America/Chicago	38.32835	-94.99191	306	Parker,Паркер		KS	107	40200	
4277010	Parnell	parnell	US	52325	0	America/Chicago	39.50639	-95.20664	317			KS	005	48925	
4277011	Parsons	parsons	US	26287	10090	America/Chicago	37.34034	-95.26108	275	Mendota,PPF,Parsons,Parsons City,barswnz,parsns  knsas,parswnz  kanzas,Парсонс,بارسونز,پارسنس، کنساس,پارسونز، کانزاس		KS	099	54675	
4277022	Partridge	partridge	US	40862	245	America/Chicago	37.96723	-98.09256	491	Partridge,Reno Centre		KS	155	12050	
4277025	Patterson	patterson	US	12563	0	America/Chicago	37.94334	-97.65505	438			KS	079	37825	
4277036	Pauline	pauline	US	29374	0	America/Chicago	38.96334	-95.69054	313			KS	177	71025	
4277042	Paton	paton	US	50217	0	America/Chicago	37.21614	-97.17726	357			KS	191	73350	
4277071	Paxico	paxico	US	66526	216	America/Chicago	39.06944	-96.16638	302			KS	197	50275	
4277074	Paxton	paxton	US	01612	0	America/Chicago	38.0139	-97.59199	438			KS	079	29625	
4277079	Peabody	peabody	US	01960	1144	America/Chicago	38.16946	-97.1067	420	Coneburgh,Cowsburg,Peabody,Pibodi,bybwdy,pybady  kanzas,Пибоди,بيبودي,پیبادی، کانزاس		KS	115	55125	
4277096	Pawnee Rock	pawnee-rock	US	67567	239	America/Chicago	38.26529	-98.98093	594			KS	009	54900	
4277097	Pearl	pearl	US	39208	0	America/Chicago	38.85167	-97.04418	390			KS	041	41850	
4277103	Peck	peck	US	48466	0	America/Chicago	37.47752	-97.37227	384			KS	173	52450	
4277112	Penfield	penfield	US	14526	0	America/Chicago	37.16285	-95.40803	249	Olivet,Penfield		KS	099	48850	
4277117	Penokee	penokee	US	67659	0	America/Chicago	39.35112	-99.97235	678	Penokee,Redford		KS	065	46625	
4277123	Peoria	peoria	US	61601	0	America/Chicago	38.58473	-95.14886	293			KS	059	55425	
4277131	Perry	perry	US	04667	909	America/Chicago	39.07583	-95.39331	260			KS	087	36575	
4277145	Perth	perth	US	58363	0	America/Chicago	37.17475	-97.50533	369			KS	191	18525	
4277147	Peru	peru	US	04290	139	America/Chicago	37.08867	-96.09471	239			KS	019	05575	
4277156	Petersburg	petersburg	US	12138	0	America/Chicago	37.77588	-94.97942	279			KS	011	44650	
4277160	Petrolia	petrolia	US	16050	0	America/Chicago	37.74588	-95.47165	290			KS	001	41725	
4277169	Pfeifer	pfeifer	US	67660	0	America/Chicago	38.70807	-99.16565	571	Easdale,Pfeifer,Pfeiffer		KS	051	24625	
4277177	Phillipsburg	phillipsburg	US	08865	2524	America/Chicago	39.75612	-99.32399	593	Phillipsburg,Phillipsburgh	147	KS	147	55675	
4277194	Piedmont	piedmont	US	26750	0	America/Chicago	37.62364	-96.36556	366			KS	073	53650	
4277239	Piqua	piqua	US	45356	107	America/Chicago	37.92281	-95.53526	313	Pigua,Piqua		KS	207	49850	
4277241	Pittsburg	pittsburg	US	03592	20409	America/Chicago	37.41088	-94.70496	287	Hopefield,New Pittsburg,New Pittsburgh,PTS,Pitsburg,Pittsburg,Pittsburgh,bytsbrgh,pytsbrg  kanzas,Питсбург,بيتسبرغ,پٹسبرگ، کنساس,پیتسبرگ، کانزاس		KS	037	56025	
4277246	Pixley	pixley	US	93256	0	America/Chicago	37.25197	-98.51369	460			KS	007	45525	
4277260	Plainville	plainville	US	02762	1895	America/Chicago	39.23473	-99.29816	654	Plejnvil,Plejnvill',blynfyl,plynwyl  kanzas,Плейнвилль,Плејнвил,بلينفيل,پلینویل، کانزاس		KS	163	71246	
4277277	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	38.85556	-95.2697	331			KS	045	79500	
4277481	Pleasanton	pleasanton	US	66075	1175	America/Chicago	38.17781	-94.71135	262	Hillsborough,Pleasanton,Plezantun,Potosi,Плезантън		KS	107	57175	
4277490	Plevna	plevna	US	59344	97	America/Chicago	37.97224	-98.30868	515			KS	155	56750	
4277539	Plymouth	plymouth	US	02360	0	America/Chicago	38.4139	-96.33222	355			KS	111	55825	
4277543	Polk	polk	US	16342	0	America/Chicago	37.54338	-94.74191	305	Camp Fifty,Polk		KS	037	75575	
4277547	Pollard	pollard	US	72456	0	America/Chicago	38.44973	-98.21062	530			KS	159	73825	
4277551	Pomeroy	pomeroy	US	19367	0	America/Chicago	39.16834	-94.76135	232			KS	209	36000	
4277554	Pomona	pomona	US	08240	803	America/Chicago	38.60834	-95.45165	293	Pomona,Помона		KS	059	57025	
4277555	Pomona	pomona	US	08240	969	America/Chicago	38.59584	-95.45359	283	Pomona,Помона		KS	059	57025	
4277563	Pontiac	pontiac	US	48340	0	America/Chicago	37.81752	-96.71614	433			KS	015	61125	
4277584	Porterville	porterville	US	39352	0	America/Chicago	37.7181	-95.06886	308			KS	011	74850	
4277585	Portis	portis	US	67474	99	America/Chicago	39.56362	-98.69341	470	Bethany,Portis		KS	141	06425	
4277586	Portland	portland	US	04101	0	America/Chicago	37.0778	-97.31227	362	Hamden,Portland		KS	191	29175	
4277617	Potter	potter	US	54160	0	America/Chicago	39.42583	-95.14191	294	Bennet Springs,Potter		KS	005	48925	
4277625	Potwin	potwin	US	67123	436	America/Chicago	37.93891	-97.01976	409	Ayr,Potvin,Potwin,bwtwyn,pwtwyn  kanzas,Потвин,بوتوين,پوتوین، کانزاس		KS	015	56850	
4277632	Powhattan	powhattan	US	66527	77	America/Chicago	39.76167	-95.62998	366	Powhatan,Powhattan		KS	013	57375	
4277717	Prairie Village	prairie-village	US	66208	0	America/Chicago	37.69946	-97.1381	412			KS	015	08825	
4277718	Prairie Village	prairie-village	US	66208	21877	America/Chicago	38.99167	-94.63357	302	Preri Vilidz,bryry fylyj,pryry wylyj  kanzas,Прери Вилиџ,بريري فيليج,پریری ویلیج، کانزاس,پریری گاؤں، کنساس		KS	091	57575	
4277745	Prescott	prescott	US	48756	262	America/Chicago	38.06364	-94.69551	270	Coal Centre,Prescott		KS	107	64700	
4277752	Pratt	pratt	US	25162	6849	America/Chicago	37.64391	-98.73759	575	PTT,Prat,Pratt,Pratt Center,brat,peulaes,prt  kanzas,Прат,برات,پراٹ، کنساس,پرت، کانزاس,프랫	151	KS	151	57625	
4277753	Preston	preston	US	06365	160	America/Chicago	37.75891	-98.55314	559	Preston,Silverton		KS	151	71223	
4277761	Pretty Prairie	pretty-prairie	US	67570	681	America/Chicago	37.78001	-98.01978	479			KS	155	00875	
4277762	Princeton	princeton	US	01541	265	America/Chicago	38.4889	-95.27525	295	Ohio City,Princeton,Prinston,Принстон		KS	059	52350	
4277773	Prospect	prospect	US	06712	0	America/Chicago	37.63446	-97.44699	400			KS	173	79000	
4277777	Prospect Park	prospect-park	US	19076	0	America/Chicago	37.62779	-97.42116	398			KS	173	79000	
4277783	Prospect	prospect	US	06712	0	America/Chicago	37.80696	-96.78919	422			KS	015	57775	
4277796	Protection	protection	US	67127	498	America/Chicago	37.20141	-99.48401	564			KS	033	57875	
4277804	Purcell	purcell	US	64857	0	America/Chicago	37.61113	-97.35727	388			KS	173	79000	
4277807	Putnam	putnam	US	06260	0	America/Chicago	37.9689	-97.38782	427	Putman,Putnam		KS	079	63825	
4277821	Purcell	purcell	US	64857	0	America/Chicago	39.68056	-95.33081	346			KS	043	72125	
4277824	Quenemo	quenemo	US	66528	370	America/Chicago	38.57973	-95.52693	288			KS	139	00450	
4277827	Quincy	quincy	US	02169	0	America/Chicago	37.88198	-95.99277	287	Quincy,Tailholt		KS	073	58175	
4277871	Ramona	ramona	US	57054	179	America/Chicago	38.59723	-97.06196	433			KS	115	14800	
4277873	Randall	randall	US	50231	63	America/Chicago	39.64251	-98.04477	444	Randall,Vicksburgh		KS	089	57400	
4277875	Randolph	randolph	US	02368	169	America/Chicago	39.43055	-96.76001	375	Randol'f,Randolph,Waterville,Рандольф		KS	161	34900	
4277883	Ransom	ransom	US	18653	279	America/Chicago	38.63613	-99.93373	766	Ogdensburg,Ogdensburgh,Ransom		KS	135	50125	
4277889	Ransomville	ransomville	US	14131	0	America/Chicago	38.5064	-95.42581	349			KS	059	33000	
4277890	Rantoul	rantoul	US	61866	182	America/Chicago	38.54862	-95.10025	273			KS	059	16900	
4277902	Ray	ray	US	45672	0	America/Chicago	38.17446	-98.9676	603			KS	145	42075	
4277906	Raymond	raymond	US	03077	78	America/Chicago	38.27696	-98.4159	526			KS	159	58575	
4277911	Reading	reading	US	01867	230	America/Chicago	38.51946	-95.9586	335	Reding,Рединг		KS	111	58625	
4277945	Redfield	redfield	US	13437	143	America/Chicago	37.83671	-94.88108	263			KS	011	44900	
4277961	Reedsville	reedsville	US	17084	0	America/Chicago	39.76917	-96.5389	394	Heaslyville,Reedsville		KS	117	11850	
4277971	Reno	reno	US	16343	0	America/Chicago	39.05111	-95.11997	260			KS	103	58950	
4277975	Republic	republic	US	15475	109	America/Chicago	39.92362	-97.82171	457	Gomeria,Republic,Republic City		KS	157	06550	
4277983	Reserve	reserve	US	59258	83	America/Chicago	39.97722	-95.56193	276			KS	013	54025	
4277993	Rice	rice	US	23966	0	America/Chicago	39.57222	-97.55559	407			KS	029	38875	
4278003	Richardson	richardson	US	75080	0	America/Chicago	39.26667	-94.90024	253			KS	103	38650	
4278007	Richland	richland	US	08350	0	America/Chicago	38.88361	-95.5397	285	Richland,Richland Center,Richland Corners		KS	177	47700	
4278034	Richmond	richmond	US	01254	455	America/Chicago	38.4028	-95.25386	312	Richmond,Ричмонд		KS	059	59700	
4278054	Riga	riga	US	49276	0	America/Chicago	38.95057	-99.65039	677			KS	195	26425	
4278056	Riley	riley	US	47871	994	America/Chicago	39.29889	-96.83084	393	Riley,Riley Center,Riley Centre		KS	161	44125	
4278102	Riverdale	riverdale	US	07457	0	America/Chicago	37.39002	-97.37255	390	Lookout,Mallory,Riverdale		KS	191	64000	
4278105	Riverside	riverside	US	02915	0	America/Chicago	38.29085	-99.78735	668			KS	135	32100	
4278106	Riverside	riverside	US	02915	0	America/Chicago	37.61502	-97.32227	387			KS	173	79000	
4278131	Riverton	riverton	US	06065	929	America/Chicago	37.07506	-94.70467	254			KS	021	25250	
4278135	Riverview	riverview	US	33568	0	America/Chicago	37.77585	-97.35004	405			KS	173	79000	
4278163	Robinson	robinson	US	15949	231	America/Chicago	39.81667	-95.41053	291	Lickskillet,Robinson		KS	013	60350	
4278172	Rock	rock	US	24747	0	America/Chicago	37.4403	-97.00643	358			KS	035	60525	
4278194	Rock Creek	rock-creek	US	25174	0	America/Chicago	39.24583	-95.5372	335	Cooks Ford,Rock Creek		KS	087	60575	
4278244	Rockland	rockland	US	02370	0	America/Chicago	38.42862	-96.6439	375			KS	017	17975	
4278257	Rocky Ford	rocky-ford	US	30455	0	America/Chicago	39.2375	-96.58973	335	Rockford,Rocky Ford		KS	161	44275	
4278267	Rocky Ford	rocky-ford	US	30455	0	America/Chicago	37.81726	-96.0511	280			KS	073	56375	
4278279	Rogers	rogers	US	06263	0	America/Chicago	37.14699	-96.27916	272			KS	019	69025	
4278285	Roland	roland	US	50236	0	America/Chicago	37.26613	-97.45755	385			KS	191	76500	
4278300	Rome	rome	US	13440	0	America/Chicago	37.16142	-97.14282	336			KS	035	05025	
4278301	Ronald	ronald	US	98940	0	America/Chicago	37.79171	-94.80441	276	Ronald,Walkertown		KS	011	44900	
4278325	Roper	roper	US	27970	0	America/Chicago	37.66116	-95.73276	264	Greystone,Roper,Sidell		KS	205	14250	
4278328	Rosalia	rosalia	US	67132	171	America/Chicago	37.8153	-96.61974	463			KS	015	61125	
4278330	Roscoe	roscoe	US	12776	0	America/Chicago	39.48084	-99.76956	702			KS	065	27175	
4278334	Rose	rose	US	14542	0	America/Chicago	37.7931	-95.68637	310			KS	207	12250	
4278340	Rose Hill	rose-hill	US	24281	3995	America/Chicago	37.55835	-97.13504	409	Rose Hill,Rosehill		KS	015	59250	
4278378	Roseland	roseland	US	07068	74	America/Chicago	37.28117	-94.85052	283			KS	021	61350	
4278393	Rossville	rossville	US	17358	1137	America/Chicago	39.13611	-95.95166	283	Edna,Rossville		KS	177	61425	
4278423	Roxbury	roxbury	US	02119	104	America/Chicago	38.55084	-97.43031	408	Bloomingdale,Colfax,Roxbury		KS	113	29325	
4278429	Rozel	rozel	US	67574	152	America/Chicago	38.19585	-99.40317	632	Ben Wade,Ben-Wade,Keysville,Le Rozel,Roselia,Rozel		KS	145	27925	
4278454	Rush Center	rush-center	US	67575	162	America/Chicago	38.46529	-99.31011	608	Rush Center,Rush Centre,Rushcenter,Walnut City		KS	165	12125	
4278471	Russell	russell	US	01071	4534	America/Chicago	38.89527	-98.86103	557	Fossil Station,RSL,Rasel,Russell,la sai er,rasl  kanzas,rwsyl,Расел,راسل، کانزاس,روسيل,拉塞尔	167	KS	167	61825	
4278487	Rydal	rydal	US	30171	0	America/Chicago	39.81334	-97.71143	477	Rydal,Rydel		KS	157	63375	
4278489	Sabetha	sabetha	US	66534	2585	America/Chicago	39.90222	-95.80082	402			KS	131	62025	
4278555	Saint Benedict	saint-benedict	US	15773	0	America/Chicago	39.88722	-96.09889	349			KS	131	59725	
4278604	Saint George	saint-george	US	29477	639	America/Chicago	39.19111	-96.42028	312	Eldon,Saint George,St. George,Svjatoj Georgij,Святой Георгий		KS	149		
4278620	Saint Joe	saint-joe	US	46785	0	America/Chicago	37.7489	-97.73199	467			KS	155	69200	
4278621	Saint John	saint-john	US	46373	1295	America/Chicago	38.00224	-98.76009	580	Saint John,St. John,Zion Valley	185	KS	185	62300	
4278676	Saint Joseph	saint-joseph	US	38481	0	America/Chicago	39.50972	-97.40614	419			KS	029	65375	
4278714	Saint Leo	saint-leo	US	33574	0	America/Chicago	37.52919	-98.41035	536			KS	095	36975	
4278728	Saint Marks	saint-marks	US	32355	0	America/Chicago	37.73585	-97.56227	437	Saint Mark,Saint Marks,St. Marks		KS	173	03125	
4278741	Saint Marys	saint-marys	US	15857	2627	America/Chicago	39.19416	-96.0711	291	Saint Mary Aleppo,Saint Marys,Saint Marys Catholic Mission,St. Marys		KS	149		
4278742	Saint Marys	saint-marys	US	15857	2289	America/Chicago	37.70668	-97.64005	461			KS	173	25400	
4278808	Saint Paul	saint-paul	US	24283	629	America/Chicago	37.51894	-95.17331	272	Catholic Mission,Osage Mission,Saint Paul,St. Paul		KS	133	47250	
4278809	Saint Paul	saint-paul	US	24283	0	America/Chicago	37.66251	-97.75227	417			KS	173	27300	
4278867	Salem	salem	US	01970	0	America/Chicago	39.87168	-98.4845	543			KS	089	77925	
4278890	Salina	salina	US	15680	47813	America/Chicago	38.84028	-97.61142	373	SLN,Salajna,Saliena,Salina,Saline,salayana,salyna,salyna  kanzas,saraina,seollaina,sylayna  knsas,Салајна,Салина,سالينا,سالینا، کانزاس,سیلائنا، کنساس,सलायना,サライナ,설라이나	169	KS	169	62700	
4278948	Sand Creek	sand-creek	US	49279	0	America/Chicago	38.03334	-97.36976	436			KS	079	50475	
4278985	Sanford	sanford	US	04073	0	America/Chicago	38.18057	-99.31428	626			KS	145	48525	
4279022	Savonburg	savonburg	US	66772	103	America/Chicago	37.74949	-95.14414	321	Savonburg,Savonburgh,Savonsburg		KS	001	20900	
4279029	Sawyer	sawyer	US	49125	126	America/Chicago	37.49724	-98.68231	581			KS	151	71245	
4279031	Scammon	scammon	US	66773	456	America/Chicago	37.27756	-94.82496	274	Scammon,Scammonville		KS	021	63325	
4279034	Scandia	scandia	US	55073	351	America/Chicago	39.79445	-97.78365	439	New Scandinavia,Scandia		KS	157	63375	
4279055	Schoenchen	schoenchen	US	67667	208	America/Chicago	38.71335	-99.33233	587	Schengen,Schoenchen		KS	051	42700	
4279099	Scipio	scipio	US	47273	0	America/Chicago	38.36835	-95.21775	312			KS	003	58000	
4279116	Scottsville	scottsville	US	14546	25	America/Chicago	39.54362	-97.9531	476	Scottsville,Scottville		KS	123	43225	
4279118	Scranton	scranton	US	18501	687	America/Chicago	38.78167	-95.7386	342	Skrenton,Скрентон		KS	139	63700	
4279149	Sedan	sedan	US	67361	1041	America/Chicago	37.12672	-96.18694	263		019	KS	019	63775	
4279154	Sedgwick	sedgwick	US	04676	1707	America/Chicago	37.91668	-97.42254	421			KS	079	63825	
4279170	Seneca	seneca	US	16346	2034	America/Chicago	39.83416	-96.06417	347	Castle Rock,Seneca	131	KS	131	63950	
4279186	Selma	selma	US	24474	0	America/Chicago	38.13475	-95.12331	325			KS	003		
4279193	Severy	severy	US	67137	237	America/Chicago	37.62225	-96.22805	339	Gould,Gould City,Severly,Severy,Valley		KS	073	71825	
4279197	Seward	seward	US	15954	61	America/Chicago	38.17779	-98.79481	582			KS	185	51375	
4279219	Shannon	shannon	US	28386	0	America/Chicago	39.56528	-95.24331	335	Cedar Bluff,Shannon		KS	005	38350	
4279227	Sharon	sharon	US	02067	159	America/Chicago	37.24863	-98.42063	444	Sharon,Шарон		KS	007	64350	
4279243	Shaw	shaw	US	38773	0	America/Chicago	37.60227	-95.31748	279			KS	133	21525	
4279247	Shawnee	shawnee	US	43782	65046	America/Chicago	39.04167	-94.72024	325	Shani,Shoni,shany  knsas,shawny,shwny  kanzas,syoni,Шани,Шони,شانی، کنساس,شاوني,شونی، کانزاس,쇼니		KS	091	64500	
4279298	Sherman	sherman	US	04776	0	America/Chicago	37.25728	-95.05719	274	Sherman,Sherman City		KS	021	64625	
4279397	Silver Lake	silver-lake	US	03875	1430	America/Chicago	39.10417	-95.8586	278	Hallet,Hallett,Silver Lake		KS	177	65625	
4279403	Silverdale	silverdale	US	18962	0	America/Chicago	37.04197	-96.90337	331			KS	035	65575	
4279426	Sitka	sitka	US	41255	0	America/Chicago	37.17503	-99.65151	575			KS	025	65725	
4279429	Simpson	simpson	US	26435	85	America/Chicago	39.38528	-97.93143	406	Brittsville,Simpson		KS	123	42025	
4279440	Skidmore	skidmore	US	64487	0	America/Chicago	37.24034	-94.8319	280			KS	021	47000	
4279474	Smith Center	smith-center	US	66967	1616	America/Chicago	39.77918	-98.78507	547		183	KS	183	12175	
4279487	Smithfield	smithfield	US	02917	0	America/Chicago	39.48112	-99.82623	731			KS	065	27175	
4279533	Soldier	soldier	US	41173	140	America/Chicago	39.53611	-95.96416	371	Smithland,Soldier		KS	085	66200	
4279540	Solomon	solomon	US	67480	1054	America/Chicago	38.91944	-97.37114	357	Solomon,Solomon City,Wiskapella		KS	041	40625	
4279551	Somerset	somerset	US	02725	0	America/Chicago	38.60501	-94.76885	289			KS	121	46225	
4279645	South Hutchinson	south-hutchinson	US	67505	2556	America/Chicago	38.02807	-97.94033	466			KS	155	58975	
4279657	South Haven	south-haven	US	49090	350	America/Chicago	37.05197	-97.40532	342			KS	191	66675	
4279705	Sparks	sparks	US	31647	0	America/Chicago	39.8575	-95.19025	265	Highland Station,Sparks		KS	043	34400	
4279709	Spearville	spearville	US	67876	805	America/Chicago	37.85002	-99.75679	750	Speareville,Spearville		KS	057	67150	
4279713	Speed	speed	US	27881	35	America/Chicago	39.67723	-99.42093	567	Big Ben,Big Bend,Speed		KS	147	05700	
4279715	Spencer	spencer	US	01562	0	America/Chicago	39.05778	-95.5322	263			KS	177	70100	
4279724	Spivey	spivey	US	67142	76	America/Chicago	37.44585	-98.1634	460	Leland,Spivey		KS	095	13125	
4279847	Spring Hill	spring-hill	US	34606	5981	America/Chicago	38.74306	-94.82552	324	Spring,Spring Hill,Spring-Khill,Springhill,Спринг-Хилл		KS	091	67625	
4279875	Springdale	springdale	US	15144	0	America/Chicago	39.25944	-95.12441	316			KS	103	01100	
4279876	Springdale	springdale	US	15144	0	America/Chicago	37.67502	-97.16893	396			KS	173	47125	
4279887	Springvale	springvale	US	04083	0	America/Chicago	37.51196	-98.94621	595	Lola,Springvale		KS	151	71242	
4279901	Stafford	stafford	US	06075	986	America/Chicago	37.96224	-98.60064	566	Lulu Valley,Sodtown,Stafford,Staford,astfwrd  kanzas,stafwrd,Стафорд,استفورد، کانزاس,ستافورد		KS	185	67800	
4279917	Stanley	stanley	US	14561	0	America/Chicago	38.85445	-94.66579	301			KS	091	53775	
4279922	Stanton	stanton	US	08885	0	America/Chicago	38.54335	-95.05441	290			KS	121	67925	
4279953	Stark	stark	US	66775	69	America/Chicago	37.69005	-95.14303	324	Grant Center,Stark		KS	133	27800	
4279983	Sterling	sterling	US	01564	2293	America/Chicago	38.21001	-98.20701	500	Peace,Sterling,astrlyng  kanzas,styrlyngh,Стерлинг,استرلینگ، کانزاس,ستيرلينغ		KS	159	68200	
4280008	Stilwell	stilwell	US	66085	0	America/Chicago	38.76918	-94.65635	325	Mount Auburn,Stillwell,Stilwell		KS	091	03225	
4280030	Stone	stone	US	41567	0	America/Chicago	39.12861	-94.91691	272			KS	103	22325	
4280044	Stony Point	stony-point	US	10980	0	America/Chicago	39.09445	-94.76024	272			KS	209	36000	
4280065	Stover	stover	US	65078	0	America/Chicago	37.17395	-95.19469	254	Debolt,Stover		KS	099	22550	
4280073	Strawberry	strawberry	US	72469	0	America/Chicago	39.71195	-97.25531	415			KS	201	68550	
4280093	Strong City	strong-city	US	66869	458	America/Chicago	38.39724	-96.53695	365	Cottonwood,Cottonwood Station,Strong City,Strong Siti,astrwng syty  kanzas,strwngh syty,Стронг Сити,استرونگ سیتی، کانزاس,سترونغ سيتي		KS	017	68600	
4280101	Stuttgart	stuttgart	US	72160	0	America/Chicago	39.79945	-99.45538	607			KS	147	48725	
4280112	Sullivan	sullivan	US	03445	0	America/Chicago	39.66528	-96.35584	360			KS	117	73550	
4280121	Summerfield	summerfield	US	27358	151	America/Chicago	39.99722	-96.35029	462			KS	117	62100	
4280124	Summit	summit	US	07901	0	America/Chicago	37.82113	-96.56418	490			KS	015	61125	
4280125	Summit	summit	US	07901	0	America/Chicago	39.89722	-96.34751	447	Summit,Summit Siding		KS	117	49275	
4280152	Sun City	sun-city	US	33586	53	America/Chicago	37.37863	-98.91593	509	Sun,Sun City		KS	007	69300	
4280160	Sunflower	sunflower	US	36581	0	America/Chicago	39.06528	-94.86413	243	Sunflower,Sunflower City		KS	209	07975	
4280279	Sycamore	sycamore	US	15364	0	America/Chicago	37.32701	-95.71554	257	Lay,Sycamore		KS	125	69750	
4280290	Sylvan Grove	sylvan-grove	US	67481	261	America/Chicago	39.00945	-98.39423	440			KS	105	56275	
4280296	Sylvia	sylvia	US	67581	215	America/Chicago	37.95779	-98.40813	528	Senith,Sylvia		KS	155	69825	
4280311	Tabor	tabor	US	51653	0	America/Chicago	39.85695	-97.51699	491	New Tabor,Tabor		KS	157	22575	
4280324	Talmage	talmage	US	17580	99	America/Chicago	39.025	-97.26058	369			KS	041	79450	
4280325	Talmo	talmo	US	30575	0	America/Chicago	39.69584	-97.5881	419			KS	157	28050	
4280328	Tampa	tampa	US	33601	107	America/Chicago	38.54723	-97.15308	434	Tampa,Тампа		KS	115	07125	
4280350	Tecumseh	tecumseh	US	49286	0	America/Chicago	39.04806	-95.57915	278			KS	177	70100	
4280386	Tescott	tescott	US	67484	313	America/Chicago	39.00806	-97.8756	395	Churchill,Tescot,Tescott		KS	143	48500	
4280396	Thayer	thayer	US	46381	497	America/Chicago	37.49311	-95.47026	317	Prairie Du Chien,Thayer		KS	133	12975	
4280436	Thompsonville	thompsonville	US	12784	0	America/Chicago	39.10556	-95.43359	272	Thompsons Mill,Thompsonville		KS	087	36575	
4280437	Thornburg	thornburg	US	22565	0	America/Chicago	39.94446	-98.78619	635			KS	183	05200	
4280439	Thrall	thrall	US	76578	0	America/Chicago	38.01002	-96.32112	418			KS	073	35000	
4280484	Tipton	tipton	US	16684	207	America/Chicago	39.34307	-98.4709	489	Pittsburgh,Tipton		KS	123	56050	
4280489	Toledo	toledo	US	43601	0	America/Chicago	38.42224	-96.37111	357			KS	017	70775	
4280502	Tonganoxie	tonganoxie	US	66086	5248	America/Chicago	39.10972	-95.08775	271			KS	103	70825	
4280519	Toronto	toronto	US	43964	261	America/Chicago	37.79893	-95.94916	290	Pleasant Grove,Toronto		KS	207	71075	
4280530	Toulon	toulon	US	61483	0	America/Chicago	38.85168	-99.24149	610			KS	051	06650	
4280531	Towanda	towanda	US	18848	1428	America/Chicago	37.79752	-96.99976	394			KS	015	71150	
4280539	Topeka	topeka	US	46571	127265	America/Chicago	39.04833	-95.67804	288	Google,Mid-Continent,Pomme de Terre,TOP,To-pe-ka,To-poo-ka,Too Beega,Topage,Topeca,Topeka,Topika,Topikae,Topīka,topeka,topika,tuo pi ka,twbyka  kansas,twpyka,twpyqh,Τοπίκα,Топека,Топикæ,Топика,Топіка,Տոպիկա,טופיקה,توبيكا، كانساس,توپیکا,टोपेका,டொபீகா,トピカ,托皮卡,토피카	KS	KS	177	71000	
4280613	Trenton	trenton	US	08601	0	America/Chicago	38.88695	-97.6492	373	Hasby,Trenton		KS	169	20650	
4280660	Troy	troy	US	03465	988	America/Chicago	39.78305	-95.08997	334	Troj,Troja,trwy,trwy  kanzas,Троя,Трој,تروي,تروی، کانزاس,ٹرائے، کنساس	043	KS	043	11700	
4280716	Turner	turner	US	04282	0	America/Chicago	39.08334	-94.7044	253	Farmer,Turner,Turners Stations		KS	209	36000	
4280726	Turon	turon	US	67583	378	America/Chicago	37.80724	-98.42674	537	Cottonwood Grove,Pioneer City,Turin,Turon		KS	155	46125	
4280774	Tyler	tyler	US	36785	0	America/Chicago	37.66946	-97.44477	404	Two Mile Creek,Tyler		KS	173	79000	
4280777	Tyro	tyro	US	22976	208	America/Chicago	37.03785	-95.82137	272	Fawn,Fawn Creek,Tyro		KS	125	10400	
4280778	Udall	udall	US	65766	732	America/Chicago	37.38752	-97.11421	389			KS	035	50625	
4280855	Uniontown	uniontown	US	15401	268	America/Chicago	37.84726	-94.97525	273	Turkey Creek,Uniontown		KS	011	44650	
4280881	Upland	upland	US	46989	0	America/Chicago	39.08889	-97.01918	385			KS	041	24250	
4280882	Upland	upland	US	46989	0	America/Chicago	39.82445	-96.55585	372			KS	117	11850	
4280894	Urbana	urbana	US	43078	0	America/Chicago	37.55811	-95.39942	290			KS	133	12975	
4280899	Utopia	utopia	US	78884	0	America/Chicago	37.89781	-96.22417	345	Utopia,Utopia Station		KS	073	03625	
4280902	Valencia	valencia	US	16059	0	America/Chicago	39.07861	-95.87638	276			KS	177	18475	
4280910	Valley Center	valley-center	US	67147	7222	America/Chicago	37.83473	-97.37338	410			KS	173	73275	
4280917	Valley Falls	valley-falls	US	12185	1157	America/Chicago	39.34333	-95.46025	287	Grass Hopper Falls,Grasshopper Falls,Sautrell Falls,Sautrelle Falls,Valley Falls		KS	087	17425	
4280969	Vassar	vassar	US	48768	530	America/Chicago	38.64723	-95.62248	338	La Monts Hill,Lamont Hill,Vassar		KS	139	35725	
4280971	Vaughn	vaughn	US	59487	0	America/Chicago	38.34112	-99.28622	657			KS	145	15225	
4280972	Venango	venango	US	16440	0	America/Chicago	38.6389	-97.98644	461			KS	053	21150	
4280975	Vera	vera	US	74082	0	America/Chicago	39.06694	-96.09499	296			KS	197	44525	
4280977	Verdi	verdi	US	89439	0	America/Chicago	38.99167	-97.50309	366	Coal Creek,Georgetown,Verdi		KS	143	08975	
4280982	Vermillion	vermillion	US	55085	109	America/Chicago	39.71944	-96.26584	376	Vermillion,Vermillion City		KS	117	50850	
4280988	Vernon	vernon	US	05354	0	America/Chicago	37.98059	-95.65693	324	Everett,Millers Grove,Talmage,Vernon		KS	207	40375	
4280993	Vesper	vesper	US	54489	0	America/Chicago	39.03195	-98.28006	425	Nemo,Vesper		KS	105	73650	
4281003	Victor	victor	US	14564	0	America/Chicago	39.24806	-98.28395	455			KS	123	07575	
4281010	Victoria	victoria	US	23974	1226	America/Chicago	38.85279	-99.1476	586	Hartsook,Herzog,Victoria,Viktorija,fyktwrya,wyktrya  kanzas,Виктория,Викторија,فيكتوريا,وکٹوریہ، کنساس,ویکتریا، کانزاس		KS	051	73800	
4281033	Vilas	vilas	US	28692	0	America/Chicago	37.65421	-95.58637	299			KS	205	14825	
4281041	Vincent	vincent	US	35178	0	America/Chicago	39.19168	-98.7198	522			KS	141	73000	
4281051	Vining	vining	US	52348	43	America/Chicago	39.56694	-97.29531	387	Lookout,Mulberry,Riverdale,Vining		KS	201	14225	
4281058	Vinton	vinton	US	24179	0	America/Chicago	37.10559	-96.82531	338			KS	035	65575	
4281063	Viola	viola	US	19979	131	America/Chicago	37.48307	-97.64394	408	Peotone,Viola		KS	173	74050	
4281065	Virgil	virgil	US	57379	67	America/Chicago	37.98086	-96.01027	306			KS	073	38425	
4281083	WaKeeney	wakeeney	US	67672	1811	America/Chicago	39.02501	-99.87957	746	Vakini,Wa Keeney,Wa keeney,Wa-Keeney,WaKeeney,Wakeeney,wakny  kanzas,wakyny,Вакини,واكيني,واکنی، کانزاس	195	KS	195	74475	
4281090	Waco	waco	US	28169	0	America/Chicago	37.52057	-97.30754	378	Cowskin,New Waco,Waco		KS	173	62675	
4281101	Wadsworth	wadsworth	US	44281	0	America/Chicago	39.27833	-94.90024	257	National Military Home,Veterans Administration Home,Wadsworth		KS	103	39000	
4281109	Wakarusa	wakarusa	US	46573	260	America/Chicago	38.88584	-95.69582	290	Wakarusa,Williamsport		KS	177	79350	
4281116	Wakefield	wakefield	US	01880	980	America/Chicago	39.21333	-97.00557	348			KS	027	59025	
4281125	Waldo	waldo	US	32694	31	America/Chicago	39.11834	-98.79814	522	Pleasant Run,Waldo		KS	167	74600	
4281127	Waldron	waldron	US	46182	10	America/Chicago	37.00225	-98.18257	381			KS	077	71205	
4281129	Walker	walker	US	26180	0	America/Chicago	38.86723	-99.07593	592			KS	051	31525	
4281147	Wallula	wallula	US	99363	0	America/Chicago	39.1725	-94.90052	303			KS	209	36000	
4281149	Walnut	walnut	US	38683	218	America/Chicago	37.60144	-95.07803	284	Walnut,Walnut Station		KS	037	74975	
4281220	Walton	walton	US	13856	240	America/Chicago	38.11779	-97.2567	467			KS	079	75225	
4281227	Wamego	wamego	US	66547	4627	America/Chicago	39.20194	-96.305	302	Vomego,wamgw  kanzas,wamyghw,Вомего,واميغو,وامگو، کانزاس		KS	149	75350	
4281253	Washington	washington	US	03280	1085	America/Chicago	39.81806	-97.05086	404	Vashington,washntn,washyngtn  kanzas,Вашингтон,واشنطن,واشنگٹن، کنساس,واشینگتن، کانزاس	201	KS	201	75825	
4281315	Waterloo	waterloo	US	13165	0	America/Chicago	37.67696	-97.94089	442	Stanford,Waterloo		KS	095	25125	
4281318	Waterville	waterville	US	04901	651	America/Chicago	39.69111	-96.74752	359			KS	117	75975	
4281323	Wathena	wathena	US	66090	1336	America/Chicago	39.75916	-94.94969	251	Petersburg,Wathena		KS	043	75600	
4281325	Watson	watson	US	35181	0	America/Chicago	38.98806	-95.55637	330			KS	177	70100	
4281330	Wauneta	wauneta	US	69045	0	America/Chicago	37.1131	-96.38056	292	Fulda,Wauneta		KS	019	69025	
4281333	Waverly	waverly	US	14892	564	America/Chicago	38.39391	-95.60304	341			KS	031	60500	
4281336	Wayne	wayne	US	04284	0	America/Chicago	39.71472	-97.54198	424			KS	157	28050	
4281340	Wayside	wayside	US	24985	0	America/Chicago	37.12479	-95.87332	270			KS	125	10400	
4281347	Weaver	weaver	US	36277	0	America/Chicago	38.96195	-95.06719	244			KS	045	21700	
4281355	Webber	webber	US	66970	24	America/Chicago	39.93501	-98.03504	510			KS	089	34800	
4281373	Weir	weir	US	39772	647	America/Chicago	37.31005	-94.7719	282	Weir,Weir City		KS	021	76350	
4281383	Welda	welda	US	66091	129	America/Chicago	38.16947	-95.2947	335			KS	003	76450	
4282829	Austerlitz	austerlitz	US	12017	0	America/New_York	38.09063	-84.21687	283			KY	017		
4281386	Wellington	wellington	US	33414	7987	America/Chicago	37.2653	-97.37171	375	Velington,Vellington,wlnghtwn,wlyngtwn  kanzas,Велингтон,Веллингтон,ولنغتون,ولینگتون، کانزاس,ویلنگٹن، کنساس	191	KS	191	76475	
4281401	Wells	wells	US	04090	0	America/Chicago	39.13889	-97.55086	417	Poe,Wells		KS	143	27900	
4281412	Wellsville	wellsville	US	14895	1818	America/Chicago	38.71834	-95.08164	317			KS	059	24375	
4281546	West Mineral	west-mineral	US	66782	177	America/Chicago	37.28422	-94.92302	275	Mineral,West Mineral		KS	021	61350	
4281599	Westfall	westfall	US	97920	0	America/Chicago	38.93001	-98.01144	432			KS	105	44100	
4281614	Westmoreland	westmoreland	US	03467	774	America/Chicago	39.39389	-96.41361	366		149	KS	149	60625	
4281621	Westphalia	westphalia	US	47596	157	America/Chicago	38.18197	-95.49026	336	Cornell,Thomas,Westphalia		KS	003	77275	
4281639	Westwood	westwood	US	02090	1719	America/Chicago	39.04056	-94.6169	290			KS	091	77500	
4281647	Wetmore	wetmore	US	49895	369	America/Chicago	39.63333	-95.81138	345	Powhatan,Wetmore		KS	131	77575	
4281664	Wheaton	wheaton	US	56296	101	America/Chicago	39.50222	-96.32084	458	Leghorn,Uiton,Wheaton,Уитон		KS	149	42550	
4281677	White City	white-city	US	66872	581	America/Chicago	38.79556	-96.73584	448	White,White City		KS	127	71218	
4281683	White Cloud	white-cloud	US	49349	174	America/Chicago	39.97639	-95.29692	269			KS	043	34400	
4281691	White Rock	white-rock	US	29177	0	America/Chicago	39.88612	-97.93227	463	White Rock,White Rock City,Whiterock		KS	089	65675	
4281710	Whitewater	whitewater	US	53190	710	America/Chicago	37.96474	-97.14753	418	Ovo,Vajtvoter,White Water,Whitewater,wayt wwtr,waytwtr  kanzas,Вајтвотер,وائٹ واٹر، کنساس,وايت ووتر,وایتوتر، کانزاس		KS	015	46875	
4281714	Whiteside	whiteside	US	37396	0	America/Chicago	38.00751	-98.01505	482			KS	155	58975	
4281717	Whiting	whiting	US	04691	185	America/Chicago	39.58972	-95.61276	338			KS	085	78125	
4281720	Whitman	whitman	US	02382	0	America/Chicago	37.33252	-97.18754	357			KS	191	54175	
4281730	Wichita	wichita	US	67201	389965	America/Chicago	37.69224	-97.33754	396	Camp Beecher,Camp Davidson,Doo-Dah,Doodah,ICT,Ouitsita,Uichita,Uichito,Uichyta,Vichita,Vicita,Viçita,Vičita,Wichita,uichitʼo,u~ichita,vicita,wei qi tuo,wi chi thx,wichito,wychyta  kanzas,wychyta  knsas,wytshyta,wyzyth,Ουιτσίτα,Вичита,Вічіта,Уичита,Уичито,Уічыта,Ուիչիտո,ויציטה,ويتشيتا,ویچیتا، کانزاس,ویچیتا، کنساس,विचिटा,วิชิทอ,უიჩიტო,ウィチタ,威奇托,위치토	173	KS	173	79000	
4281793	Willard	willard	US	14588	92	America/Chicago	39.09333	-95.94193	281			KS	177	18475	
4281806	Williamsburg	williamsburg	US	01096	384	America/Chicago	38.48057	-95.46692	348	Williamsburg,Williamsburgh		KS	059	79325	
4281810	Williamstown	williamstown	US	01267	0	America/Chicago	39.06278	-95.33275	259	Clement,Rural,Williamstown		KS	087	61700	
4281811	Willis	willis	US	24380	37	America/Chicago	39.725	-95.50581	354	Mission Centre,Willis		KS	013	47200	
4281831	Willowbrook	willowbrook	US	60527	86	America/Chicago	38.10196	-97.992	474			KS	155	28025	
4281836	Wilmington	wilmington	US	01887	0	America/Chicago	38.74445	-95.95943	360			KS	197	56800	
4281839	Wilmore	wilmore	US	15962	52	America/Chicago	37.33586	-99.21011	617			KS	033	57325	
4281840	Wilmot	wilmot	US	03287	0	America/Chicago	37.37613	-96.87587	409			KS	035	59275	
4281845	Wilsey	wilsey	US	66873	147	America/Chicago	38.63612	-96.67529	459	Hill Spring,Mildred,Wilsey		KS	127	71237	
4281846	Wilson	wilson	US	14172	760	America/Chicago	38.82501	-98.47534	513	Attica,Bosland,Uilson,Vilson,Wilson,wlsn  knsas,wylsn  kanzas,wylswn,Вилсон,Уилсон,ولسن، کنساس,ويلسون,ویلسن، کانزاس		KS	053	79700	
4281882	Winchester	winchester	US	01890	535	America/Chicago	39.32222	-95.26692	358			KS	087	35250	
4281887	Windom	windom	US	56101	127	America/Chicago	38.3839	-97.91005	503	Hallville,Laura,Windom		KS	113	10950	
4281897	Winfield	winfield	US	17889	12204	America/Chicago	37.23975	-96.99559	344	Legonda,Vinfild,WLD,Winfield,wynfyld,wynfyld  kanzas,Винфилд,ونفیلڈ، کنساس,وينفيلد,وینفیلد، کانزاس	035	KS	035	79950	
4281907	Wingate	wingate	US	21675	0	America/Chicago	37.48197	-96.69752	457	Tolle,Wingate		KS	015	72050	
4281909	Winifred	winifred	US	59489	0	America/Chicago	39.76944	-96.48085	369			KS	117	11850	
4281933	Wolcott	wolcott	US	05680	0	America/Chicago	39.18889	-94.80163	232	Conner,Conner City,Connor,Connors StatiOn,Wolcott		KS	209	36000	
4281948	Wolf Creek	wolf-creek	US	59648	0	America/Chicago	39.03446	-98.47812	450			KS	105	56275	
4281979	Woodbine	woodbine	US	08270	171	America/Chicago	38.79612	-96.95862	381			KS	041	40000	
4281989	Woodlawn	woodlawn	US	24381	0	America/Chicago	39.78333	-95.86471	387			KS	131	10575	
4282015	Woodston	woodston	US	67675	136	America/Chicago	39.45529	-99.09565	522	Rooks Centre,Woodston		KS	163	71203	
4282021	Worden	worden	US	59088	0	America/Chicago	38.78223	-95.33442	332			KS	045	79500	
4282028	Wright	wright	US	55798	163	America/Chicago	37.78058	-99.89208	772			KS	057	27350	
4282052	Xenia	xenia	US	45385	0	America/Chicago	37.99531	-94.98636	317	Peru,Xenia		KS	011	24300	
4282054	Yale	yale	US	23897	0	America/Chicago	37.48394	-94.6419	292			KS	037	75575	
4282061	Yates Center	yates-center	US	66783	1331	America/Chicago	37.88115	-95.73332	345	Bath,Chellis,Kalida,Yates Center	207	KS	207	80700	
4282076	Yoder	yoder	US	46798	194	America/Chicago	37.94029	-97.86838	469	Voder,Yoder		KS	155	80775	
4282093	Yuma	yuma	US	38390	0	America/Chicago	39.59111	-97.74976	418			KS	029	09100	
4282094	Lenexa	lenexa	US	66215	0	America/Chicago	39.00723	-94.82385	253	Zara,Zarah		KS	091	64500	
4282098	Zenda	zenda	US	53195	88	America/Chicago	37.44224	-98.28202	507	Rochester,Zenda		KS	095	60375	
4282139	Zurich	zurich	US	59547	99	America/Chicago	39.23445	-99.43816	675			KS	163	71243	
4282167	Aberdeen	aberdeen	US	21001	0	America/Chicago	37.25394	-86.68165	162			KY	031		
4282206	Acton	acton	US	01718	0	America/New_York	37.34701	-85.24802	222			KY	217		
4282210	Adair	adair	US	50002	0	America/Chicago	37.95061	-86.82666	125			KY	091		
4282830	Austin	austin	US	16720	0	America/Chicago	36.82533	-86.01915	235	Ostin,Остин		KY	009		
4282213	Adairville	adairville	US	42202	889	America/Chicago	36.66754	-86.85194	183	Adairville,Dromgooles Station,Edervil',Ehdervill',Ejdejrvil,Kilgores Station,a da er wei er,adayrwyl  kntaky,adyrfyl,Едервіль,Ејдејрвил,Эдервилль,آدایرویل، کنتاکی,أديرفيل,阿达尔维尔		KY	141		
4282216	Adams	adams	US	01220	0	America/New_York	38.05453	-82.70766	197			KY	127		
4282257	Addison	addison	US	04606	0	America/Chicago	37.91617	-86.56498	128			KY	027		
4282266	Adolphus	adolphus	US	42120	0	America/Chicago	36.65171	-86.26138	195			KY	003		
4282275	Agawam	agawam	US	01001	0	America/New_York	37.91452	-84.08798	262			KY	049		
4282305	Albany	albany	US	05820	2012	America/Chicago	36.6909	-85.13468	293	Albani,Olbani,albany,albany  kntaky,ao er ba ni,Албани,Олбани,آلبانی، کنتاکی,ألباني,البانی، کینٹکی,奥尔巴尼	053	KY	053		
4282307	Alberta	alberta	US	23821	0	America/New_York	38.40007	-84.47411	300			KY	097		
4282308	Albia	albia	US	52531	0	America/New_York	37.3048	-84.59328	342			KY	199		
4282309	Alcalde	alcalde	US	87511	0	America/New_York	37.05508	-84.55133	258			KY	199		
4282342	Alexandria	alexandria	US	16611	9009	America/New_York	38.95951	-84.38799	269	Aleksandrija,alaskndryt,alksandrya  kntaky,ya li shan de li ya,Александрия,Александрија,آلکساندریا، کنتاکی,الإسكندرية,الیگزینڈریا، کینٹکی,亚历山德里亚		KY	037		
4282343	Alexander	alexander	US	14005	0	America/New_York	38.82312	-84.42799	158	Alexander,Alexandria		KY	117		
4282348	Alger	alger	US	45812	0	America/New_York	37.31314	-83.73158	251			KY	051		
4282350	Alhambra	alhambra	US	62001	0	America/New_York	38.49035	-83.94548	276	Alhambra,Oakwoods		KY	201		
4282411	Allensville	allensville	US	17002	157	America/Chicago	36.71671	-87.06611	180			KY	219		
4282415	Allendale	allendale	US	07401	0	America/Chicago	37.37117	-85.58302	242	Allendale,Skaggs Station		KY	087		
4282431	Alpha	alpha	US	42603	0	America/Chicago	36.76229	-85.01023	309			KY	053		
4282433	Almo	almo	US	42020	0	America/Chicago	36.69478	-88.27837	131			KY	035		
4282436	Alpine	alpine	US	07620	0	America/New_York	36.92508	-84.52077	347			KY	199		
4282444	Altona	altona	US	12910	0	America/Chicago	37.05228	-88.39615	105			KY	157		
4282448	Alton	alton	US	03809	0	America/New_York	38.08896	-84.93495	256	Alton,Rough and Ready		KY	005		
4282466	Alva	alva	US	33920	0	America/New_York	36.73509	-83.42435	440			KY	095		
4282467	Alvaton	alvaton	US	42122	0	America/Chicago	36.87338	-86.35305	202			KY	227		
4282472	Alvin	alvin	US	61811	0	America/New_York	37.63676	-82.69488	191			KY	071		
4282497	Anchorage	anchorage	US	99501	2420	America/Kentucky/Louisville	38.26674	-85.53302	217	Anchorage,Ankoridzh,Enkoridz,Hobbs Station,an ke lei qi,ankryj  kntaky,anshwragh,Анкоридж,Енкориџ,آنکریج، کنتاکی,أنشوراغ,安克雷奇		KY	111		
4282498	Anderson	anderson	US	29621	0	America/Chicago	36.69588	-87.17028	193			KY	219		
4282500	Anderson	anderson	US	29621	0	America/Chicago	37.0181	-86.79972	194			KY	141		
4282553	Anna	anna	US	45302	0	America/Chicago	37.11643	-86.42304	164			KY	227		
4282563	Annville	annville	US	17003	1095	America/New_York	37.31925	-83.97048	336	Annville,Anville		KY	109		
4282570	Antioch	antioch	US	37011	0	America/New_York	38.56646	-84.29271	226			KY	097		
4282615	Anton	anton	US	79313	0	America/Chicago	37.35199	-87.39472	124			KY	107		
4282619	Apex	apex	US	27502	0	America/Chicago	37.09754	-87.34111	194			KY	047		
4282626	Apple Grove	apple-grove	US	25502	0	America/Chicago	37.05533	-86.07276	217			KY	009		
4282649	Argyle	argyle	US	12809	0	America/New_York	37.22591	-84.80745	369	Argyle,Valley Oak		KY	045		
4282651	Arjay	arjay	US	40902	0	America/New_York	36.80481	-83.64575	325			KY	013		
4282654	Argillite	argillite	US	41121	0	America/New_York	38.4898	-82.82822	165			KY	089		
4282658	Arlington	arlington	US	02474	393	America/New_York	37.76064	-84.30771	296			KY	151		
4282663	Arlington	arlington	US	02474	310	America/Chicago	36.79033	-89.01284	107	Arlington,Meville,Mixville,Арлингтон		KY	039		
4282670	Arnett	arnett	US	25007	0	America/New_York	37.41037	-83.56852	249			KY	189		
4282685	Arnold	arnold	US	21012	0	America/Chicago	37.58116	-87.91808	116			KY	225		
4282688	Arnold	arnold	US	21012	0	America/Chicago	37.39144	-86.65888	151	Arnold,Havena		KY	183		
4282705	Artemus	artemus	US	40903	590	America/New_York	36.83342	-83.84159	318	Artemus,Nip and Tuck		KY	121		
4282706	Arthur	arthur	US	37707	0	America/Chicago	37.1756	-86.20664	208			KY	061		
4282713	Ary	ary	US	41712	0	America/New_York	37.36648	-83.15073	267			KY	193		
4282740	Asher	asher	US	40803	0	America/New_York	37.04426	-83.40407	317			KY	131		
4282757	Ashland	ashland	US	01721	21108	America/New_York	38.47841	-82.63794	168	Ehshland,Eshland,aesyullaendeu,ai xu lan,ashland,ashlnd  kntaky,ashurando,Ешланд,Эшланд,أشلاند,اشلند، کنتاکی,ایشلنڈ، کینٹکی,アシュランド,愛許蘭,애슐랜드		KY	019		
4282773	Ashville	ashville	US	14710	0	America/Kentucky/Louisville	38.13479	-85.58051	210			KY	111		
4282779	Atchison	atchison	US	66002	0	America/New_York	37.30756	-85.30052	265	Atchison,Smith Ridge		KY	217		
4282781	Athens	athens	US	04912	0	America/New_York	37.94925	-84.3641	291	Athens,Crossplains		KY	067		
4282789	Athol	athol	US	01331	0	America/New_York	37.55259	-83.56269	232			KY	129		
4282799	Atlanta	atlanta	US	14808	0	America/New_York	37.23259	-84.04937	308			KY	125		
4282801	Atoka	atoka	US	38004	0	America/New_York	37.65008	-84.86217	276	Atoka,Caldwell Station,Harlan Station,Irving Station,Knoxville,The Town Fork		KY	021		
4282807	Atwood	atwood	US	38220	0	America/New_York	38.87229	-84.53827	270			KY	117		
4282812	Auburn	auburn	US	01501	1352	America/Chicago	36.86421	-86.71027	195	Auburn,Black Lick,Federal Grove,Obern,Woodville,abrn  kntaky,ao ben,awbwrn,Аубурн,Оберн,آبرن، کنتاکی,آبرن، کینٹکی,أوبورن,奥本		KY	141		
4282813	Auburndale	auburndale	US	02466	0	America/Kentucky/Louisville	38.14285	-85.77441	144			KY	111		
4282824	Ault	ault	US	80610	0	America/New_York	38.19536	-83.21073	344			KY	063		
4282826	Aurora	aurora	US	04408	0	America/Chicago	36.77672	-88.1442	141			KY	157		
4282836	Augusta	augusta	US	04330	1163	America/New_York	38.77174	-84.00576	157	Augusta,Ogasta,agwsta  kntaky,ao gu si ta,awghsta,Аугуста,Огаста,آگسٹا، کینٹکی,آگوستا، کنتاکی,أوغستا,奥古斯塔		KY	023		
4282839	Auxier	auxier	US	41602	669	America/New_York	37.73704	-82.75821	188			KY	071		
4282845	Avawam	avawam	US	41713	0	America/New_York	37.22454	-83.27518	297			KY	193		
4282849	Avoca	avoca	US	14809	0	America/Kentucky/Louisville	38.25924	-85.49857	215			KY	111		
4282850	Avon	avon	US	02322	0	America/New_York	38.07174	-84.31854	287			KY	067		
4282907	Badger	badger	US	50516	0	America/New_York	37.45451	-85.53135	298			KY	217		
4282911	Bagdad	bagdad	US	32530	0	America/New_York	38.26229	-85.05773	278			KY	211		
4282953	Bainbridge	bainbridge	US	13733	0	America/Chicago	36.9956	-87.66112	149			KY	047		
4282994	Bakerton	bakerton	US	25410	0	America/Chicago	36.8484	-85.33357	183			KY	057		
4283037	Baldwin	baldwin	US	11510	0	America/New_York	37.79675	-84.42521	288			KY	151		
4283062	Ballard	ballard	US	24918	0	America/New_York	37.93035	-84.99051	272			KY	005		
4283088	Baltimore	baltimore	US	21201	0	America/Chicago	36.68756	-88.80589	125			KY	083		
4283090	Bancroft	bancroft	US	25011	508	America/Kentucky/Louisville	38.28313	-85.61163	183	Bankroft,ban ke luo fu te,bnkraft  kntaky,Банкрофт,بنکرافت، کنتاکی,班克罗夫特		KY	111		
4283091	Bancroft	bancroft	US	25011	0	America/Chicago	37.16588	-87.2475	157			KY	177		
4283092	Bandana	bandana	US	42022	203	America/Chicago	37.14616	-88.9459	107	Bandana,Skillet		KY	007		
4283103	Bangor	bangor	US	04401	0	America/New_York	38.04342	-83.43879	220			KY	205		
4283107	Banks	banks	US	36005	0	America/New_York	37.08426	-83.02183	329			KY	133		
4283110	Banner	banner	US	38913	0	America/New_York	37.59927	-82.70127	201	Banner,Mouth of Prater		KY	071		
4283128	Barbourville	barbourville	US	40906	3174	America/New_York	36.86648	-83.88881	299	Barborvil,Barbourville,Barbourville City,Barbuvill,ba bo wei er,barbwrfyl,barbwrwyl  kntaky,Барборвил,Барбувилл,باربورفيل,باربورویل، کنتاکی,巴伯维尔	121	KY	121		
4283133	Bardstown	bardstown	US	40004	13091	America/New_York	37.80923	-85.4669	197	BRY,Bairdstown,Bards Town,Bardstaun,Bardstoun,Bardstown,Beardstown,Salem,Salem Town,ba ci dui,badeuseutaun,bardastawn  kntaky,bardstawn,Бардстаун,Бардстоун,بارداستاون، کنتاکی,باردستاون,巴兹敦,바드스타운	179	KY	179		
4283138	Bardwell	bardwell	US	42023	694	America/Chicago	36.87061	-89.00979	110		039	KY	039		
4283182	Barlow	barlow	US	42024	672	America/Chicago	37.05172	-89.04673	114			KY	007		
4283308	Barwick	barwick	US	31720	0	America/New_York	37.36676	-83.36629	244			KY	025		
4283309	Bascom	bascom	US	32423	0	America/New_York	38.04009	-83.16128	233			KY	063		
4283315	Baskett	baskett	US	42402	0	America/Chicago	37.87088	-87.46251	122			KY	101		
4283332	Bath	bath	US	03740	0	America/New_York	37.2426	-82.91127	350			KY	119		
4283341	Battletown	battletown	US	40104	0	America/New_York	38.06396	-86.29386	212	Battletown,Staples		KY	163		
4283350	Baxter	baxter	US	26560	0	America/New_York	36.85981	-83.33074	369			KY	095		
4283367	Bays	bays	US	41310	0	America/New_York	37.6462	-83.24684	271			KY	025		
4283383	Beals	beals	US	04611	0	America/Chicago	37.86671	-87.40278	116	Beals,Beals Switch,Deer Path		KY	101		
4283533	Beaumont	beaumont	US	23014	0	America/Chicago	36.87561	-85.65191	327	Beaumont,Rays Crossroads		KY	169		
4283536	Beauty	beauty	US	41203	0	America/New_York	37.8401	-82.43904	199	Beauty,Himlerville		KY	159		
4283538	Beaver	beaver	US	15009	0	America/New_York	37.39677	-82.65432	296			KY	071		
4283541	Beattyville	beattyville	US	41311	1244	America/New_York	37.57175	-83.70686	204	Beatty,Beatty Town,Beattyville,Carnahan Patent	129	KY	129		
4283557	Beaver Dam	beaver-dam	US	42320	3618	America/Chicago	37.40199	-86.87583	125			KY	183		
4283592	Beckley	beckley	US	25801	0	America/Kentucky/Louisville	38.2509	-85.47635	187			KY	111		
4283606	Bedford	bedford	US	01730	608	America/New_York	38.59256	-85.31773	275	Bedford,Бедфорд	223	KY	223		
4283611	Bee	bee	US	24217	0	America/Chicago	37.26894	-86.08469	258			KY	099		
4283655	Bee Spring	bee-spring	US	42207	0	America/Chicago	37.28949	-86.2847	206	Bee Spring,Grosstown		KY	061		
4283664	Beech Bottom	beech-bottom	US	26030	0	America/New_York	37.37035	-84.93523	264			KY	045		
4283676	Beech Creek	beech-creek	US	16822	0	America/Chicago	37.17699	-87.06305	141			KY	177		
4283699	Beech Grove	beech-grove	US	42322	0	America/New_York	37.93396	-85.75579	137			KY	029		
4283700	Beech Grove	beech-grove	US	42322	243	America/Chicago	37.61616	-87.39639	125	Beech Grove,Buckhorn		KY	149		
4283752	Beechmont	beechmont	US	42323	0	America/Kentucky/Louisville	38.18174	-85.76218	144	Beechmont,Beechmont Addition		KY	111		
4283753	Beechmont	beechmont	US	42323	689	America/Chicago	37.17449	-87.0325	151			KY	177		
4283790	Bel Air	bel-air	US	21014	0	America/New_York	38.00425	-84.20076	304	Bel Air,Bel-Air		KY	049		
4283794	Belcher	belcher	US	41513	0	America/New_York	37.34177	-82.37348	237			KY	195		
4283798	Belknap	belknap	US	62908	0	America/New_York	37.7212	-83.29407	304			KY	237		
4283804	Belfry	belfry	US	41514	0	America/New_York	37.62038	-82.26903	217			KY	195		
4283811	Bell City	bell-city	US	63735	0	America/New_York	38.09008	-83.12573	228			KY	063		
4283812	Bell City	bell-city	US	63735	0	America/Chicago	36.53756	-88.5006	133			KY	083		
4283837	Bellefonte	bellefonte	US	16823	866	America/New_York	38.49258	-82.69016	194			KY	089		
4283844	Belleview	belleview	US	34420	343	America/New_York	38.98617	-84.8255	155	Belleview,Bellview,Grant,Mount Vernon		KY	015		
4283845	Bellevue	bellevue	US	41073	5892	America/New_York	39.10645	-84.47883	167			KY	037		
4283867	Bellville	bellville	US	30414	0	America/Chicago	37.38171	-87.79918	109			KY	233		
4283868	Bellwood	bellwood	US	16617	0	America/New_York	37.79451	-85.54746	183			KY	179		
4283871	Belmont	belmont	US	02478	0	America/New_York	38.38952	-84.30855	244			KY	097		
4283876	Belmont	belmont	US	02478	0	America/New_York	37.89645	-85.71357	139			KY	029		
4283879	Belton	belton	US	29627	0	America/Chicago	37.16004	-87.02833	138			KY	177		
4283901	Benge	benge	US	99105	0	America/New_York	37.22842	-83.92298	315			KY	051		
4283903	Benham	benham	US	40807	470	America/New_York	36.96481	-82.9485	485			KY	095		
4283937	Benson	benson	US	05731	0	America/New_York	38.20702	-84.9594	183			KY	073		
4283953	Benton	benton	US	17814	4357	America/Chicago	36.85728	-88.35031	130	Benton,ben dun,benteon,bntn  kntaky,bntwn,Бентон,بنتن، کنتاکی,بنتون,بینٹن، کینٹکی,本顿,벤턴	157	KY	157		
4283974	Berea	berea	US	26327	14882	America/New_York	37.56869	-84.29632	312	Barea,Berea,Berija,The Bresh,The Glades,bo li ya,brya  kntaky,byrya,Береа,Берија,بریا، کنتاکی,بيريا,伯里亚		KY	151		
4283975	Berlin	berlin	US	01503	0	America/New_York	38.69479	-84.16243	295			KY	023		
4283979	Bernice	bernice	US	71222	0	America/New_York	37.20703	-83.75353	272			KY	051		
4283981	Berry	berry	US	35546	263	America/New_York	38.52063	-84.38438	203			KY	097		
4283983	Berkley	berkley	US	02779	0	America/Chicago	36.80367	-89.08229	119	Berkeley,Berkley,Burkley,Pickett		KY	039		
4284001	Bethany	bethany	US	06524	0	America/New_York	37.65037	-83.47352	253			KY	237		
4284025	Bethel	bethel	US	04217	0	America/New_York	38.24508	-83.86798	286	Bethel,Jennyville		KY	011		
4284027	Bethany	bethany	US	06524	0	America/Kentucky/Louisville	38.0984	-85.87219	138			KY	111		
4284090	Bethelridge	bethelridge	US	42516	0	America/New_York	37.23369	-84.75828	347			KY	045		
4284091	Bethesda	bethesda	US	20810	0	America/Kentucky/Monticello	36.7909	-84.90578	296			KY	231		
4284094	Bethlehem	bethlehem	US	03574	0	America/New_York	38.40062	-85.0694	269	Bethlehem,Mobley Stand		KY	103		
4284141	Betsy Layne	betsy-layne	US	41605	688	America/New_York	37.55149	-82.63349	198			KY	071		
4284156	Beulah	beulah	US	38726	0	America/Chicago	37.27143	-87.68417	161			KY	107		
4284164	Beulah	beulah	US	38726	0	America/Chicago	36.76783	-88.86811	129			KY	105		
4284165	Beverly	beverly	US	01915	0	America/Chicago	36.75671	-87.52557	160			KY	047		
4284167	Beverly Hills	beverly-hills	US	34464	0	America/New_York	37.6448	-84.75939	297			KY	021		
4284168	Bevier	bevier	US	63532	0	America/Chicago	37.24449	-87.08194	127			KY	177		
4284170	Beverly	beverly	US	01915	0	America/New_York	36.93037	-83.53269	389	Beverly,Nuckles,Red Bird		KY	013		
4284190	Biddle	biddle	US	59314	0	America/New_York	38.34952	-84.60744	273			KY	209		
4284325	Big Clifty	big-clifty	US	42712	0	America/Chicago	37.54561	-86.15358	231	Big Clifty,The Precinct		KY	085		
4284332	Big Creek	big-creek	US	25505	0	America/New_York	37.16231	-83.5688	264			KY	051		
4284419	Big Laurel	big-laurel	US	40808	0	America/New_York	36.97981	-83.21712	407			KY	095		
4284470	Big Rock	big-rock	US	24603	0	America/New_York	37.04315	-83.20712	422			KY	131		
4284510	Big Spring	big-spring	US	79720	0	America/Chicago	37.79923	-86.15219	202			KY	027		
4284563	Biggs	biggs	US	95917	0	America/New_York	37.42066	-82.27042	255			KY	195		
4284564	Bighill	bighill	US	40405	0	America/New_York	37.55453	-84.20827	244	Big Hill,Bighill		KY	151		
4284610	Bimble	bimble	US	40915	0	America/New_York	36.87509	-83.83048	314	Bimble,Yeager		KY	121		
4284643	Birmingham	birmingham	US	08011	0	America/Chicago	36.90644	-88.22364	114			KY	157		
4284678	Black Hawk	black-hawk	US	57718	0	America/Chicago	36.96005	-87.87724	165			KY	221		
4284700	Black Mountain	black-mountain	US	28711	0	America/New_York	36.8487	-83.14573	447			KY	095		
4284709	Black Rock	black-rock	US	72415	0	America/Chicago	37.41839	-86.13942	175			KY	085		
4284711	Black Rock	black-rock	US	72415	0	America/Chicago	37.46061	-86.35498	222			KY	085		
4284732	Blackburn	blackburn	US	65321	0	America/Chicago	37.6956	-88.12031	106			KY	225		
4284740	Blackey	blackey	US	41804	158	America/New_York	37.1401	-82.97905	307	Blackey,Indian Bottom		KY	133		
4284764	Blackwater	blackwater	US	24221	0	America/New_York	37.05315	-83.89493	366			KY	125		
4284769	Blaine	blaine	US	04734	47	America/New_York	38.02759	-82.84322	201	Blaine,Blainetown,Mouth of Hood		KY	127		
4284776	Blair	blair	US	25022	0	America/New_York	36.99037	-82.95294	449			KY	095		
4284796	Blairs Mills	blairs-mills	US	17213	0	America/New_York	38.08286	-83.29185	351			KY	175		
4284842	Bledsoe	bledsoe	US	40810	0	America/New_York	36.9237	-83.36685	432			KY	095		
4284848	Blevins	blevins	US	71825	0	America/New_York	38.07398	-82.90378	235			KY	127		
4284859	Bliss	bliss	US	14024	0	America/Chicago	37.08006	-85.37191	212			KY	001		
4284881	Bloomingdale	bloomingdale	US	07403	0	America/New_York	37.88702	-84.12687	193			KY	049		
4284882	Bloomington	bloomington	US	12411	0	America/New_York	37.81703	-83.14406	254			KY	153		
4284890	Bloomfield	bloomfield	US	06002	1052	America/New_York	37.91034	-85.31662	206			KY	179		
4284901	Blue Diamond	blue-diamond	US	89004	0	America/New_York	37.30787	-83.21573	307			KY	193		
4284903	Blue Grass	blue-grass	US	24413	0	America/New_York	37.84758	-84.33521	305			KY	151		
4284911	Blue Gap	blue-gap	US	86520	0	America/New_York	37.68784	-85.56552	189			KY	179		
4284943	Blue River	blue-river	US	41607	0	America/New_York	37.61926	-82.84377	203			KY	071		
4284989	Bluff City	bluff-city	US	37618	0	America/Chicago	37.80171	-87.37945	119			KY	101		
4284992	Blythe	blythe	US	30805	0	America/Chicago	36.67645	-85.54886	167	Blythe,Dog Town,Dogtown,Little Skillet		KY	171		
4285024	Boaz	boaz	US	35956	0	America/Chicago	36.88561	-88.63449	121			KY	083		
4285054	Bobtown	bobtown	US	15315	0	America/New_York	37.61758	-84.2291	321			KY	151		
4285059	Bobtown	bobtown	US	15315	0	America/New_York	37.21786	-84.53689	332			KY	199		
4285116	Bonanza	bonanza	US	84008	0	America/New_York	37.69204	-82.86377	209			KY	071		
4285118	Bond	bond	US	80423	0	America/New_York	37.31592	-83.98604	313			KY	109		
4285121	Bondurant	bondurant	US	50035	0	America/Chicago	36.5234	-89.31979	87			KY	075		
4285123	Bondville	bondville	US	05340	0	America/New_York	37.92174	-84.8719	238			KY	167		
4285134	Bonita	bonita	US	71223	0	America/New_York	38.08591	-84.708	273			KY	239		
4285141	Bonnyman	bonnyman	US	41719	0	America/New_York	37.28982	-83.23629	299			KY	193		
4285143	Bonnieville	bonnieville	US	42713	259	America/Chicago	37.37867	-85.90302	198			KY	099		
4285145	Booker	booker	US	79005	0	America/New_York	37.78201	-85.29996	203			KY	229		
4285156	Boone	boone	US	28607	0	America/New_York	37.51758	-84.3166	316			KY	203		
4285187	Booth	booth	US	36008	0	America/New_York	37.80534	-85.75163	134			KY	093		
4285188	Booth	booth	US	36008	0	America/New_York	37.69592	-83.63213	340			KY	237		
4285190	Booneville	booneville	US	38829	76	America/New_York	37.4762	-83.67491	216		189	KY	189		
4285205	Boston	boston	US	02108	0	America/Chicago	37.08866	-86.78694	151			KY	031		
4285206	Boston	boston	US	02108	0	America/Chicago	37.69116	-86.90888	142	Boston,Burtonsville		KY	059		
4285207	Boston	boston	US	02108	0	America/Kentucky/Louisville	38.23729	-85.43524	187			KY	111		
4285208	Boston	boston	US	02108	266	America/New_York	37.78756	-85.67274	140	Boston,Бостон		KY	179		
4285209	Boston	boston	US	02108	0	America/New_York	38.76285	-84.35244	169			KY	191		
4285236	Bourbon	bourbon	US	46504	0	America/New_York	37.05202	-84.62244	286	Bourbon,Burbon		KY	199		
4285238	Bow	bow	US	03304	0	America/Chicago	36.76256	-85.34496	185			KY	057		
4285240	Bowen	bowen	US	62316	0	America/New_York	37.84119	-83.77186	208			KY	197		
4285268	Bowling Green	bowling-green	US	22427	63616	America/Chicago	36.99032	-86.4436	161	BWG,Bouling Grin,Bouling-Grin,Bowling Green,Bowlinggreen,bao ling ge lin,bolling-geulin,boringugurin,bwlyngh ghryn,bwwlyng gryn  kntaky,Боулинг Грин,Боулинг-Грин,باولنگ گرین، کینٹکی,بولينغ غرين,بوولینگ گرین، کنتاکی,ボーリンググリーン,鮑靈格林,볼링그린	227	KY	227		
4285291	Boyce	boyce	US	22620	0	America/Chicago	36.83199	-86.37944	197			KY	227		
4285292	Boyd	boyd	US	54726	0	America/New_York	38.55063	-84.39411	217			KY	097		
4285334	Bradford	bradford	US	02808	0	America/New_York	38.78507	-84.14549	152			KY	023		
4285339	Bradfordsville	bradfordsville	US	40009	298	America/New_York	37.49424	-85.14885	213	Bradfordsville,Bradfordville		KY	155		
4285341	Bradley	bradley	US	04411	0	America/New_York	37.71037	-83.00656	276			KY	153		
4285357	Bradshaw	bradshaw	US	24817	0	America/New_York	37.42509	-83.96326	389			KY	109		
4285358	Bradshaw	bradshaw	US	24817	0	America/Chicago	36.78004	-87.15028	179			KY	219		
4285364	Brady	brady	US	59416	0	America/New_York	38.17119	-83.43991	223			KY	205		
4285370	Brainard	brainard	US	12024	0	America/New_York	37.66398	-82.89628	216			KY	071		
4285380	Brandenburg	brandenburg	US	40108	2852	America/New_York	37.99896	-86.16941	173	Brandenberg,Brandenburg,Brehndenburg,Buzzard Roost,bo lan deng bao,brandnbwrgh,brndnbrg  kntaky,Бранденберг,Брэнденбург,براندنبورغ,برندنبرگ، کنتاکی,勃兰登堡	163	KY	163		
4285414	Braxton	braxton	US	39044	0	America/New_York	37.84147	-84.8055	269	Braxton,Wheatland		KY	167		
4285421	Brazil	brazil	US	47834	0	America/New_York	37.52481	-84.04159	429			KY	109		
4285437	Breeding	breeding	US	42715	0	America/Chicago	36.95923	-85.43441	305			KY	001		
4285439	Bremen	bremen	US	04551	195	America/Chicago	37.36143	-87.21861	140			KY	177		
4285440	Brent	brent	US	35034	0	America/New_York	39.05478	-84.43355	150			KY	037		
4285442	Brentwood	brentwood	US	11717	0	America/Chicago	37.29671	-87.51333	135			KY	107		
4285490	Bridgeport	bridgeport	US	06601	0	America/New_York	38.16007	-84.95106	214			KY	073		
4285492	Bridgeville	bridgeville	US	15017	0	America/New_York	38.59507	-84.01993	197			KY	023		
4285520	Brighton	brighton	US	02135	0	America/New_York	38.01397	-84.41966	318	Brighton,The Shetlands		KY	067		
4285529	Brinkley	brinkley	US	72021	0	America/New_York	37.30899	-82.94877	357			KY	119		
4285532	Bristow	bristow	US	20136	0	America/Chicago	37.01865	-86.35999	165			KY	227		
4285565	Broadway	broadway	US	08808	0	America/Chicago	37.31449	-86.27358	214			KY	061		
4285567	Brock	brock	US	68320	0	America/New_York	37.10981	-83.99993	353			KY	125		
4285573	Brodhead	brodhead	US	40409	1205	America/New_York	37.40425	-84.41383	285	Broadhead,Brodhead		KY	203		
4285581	Bronston	bronston	US	42518	0	America/New_York	36.98563	-84.623	251			KY	199		
4285583	Brookhaven	brookhaven	US	11719	0	America/New_York	38.00174	-84.51383	307			KY	067		
4285585	Brooklyn	brooklyn	US	06234	0	America/Chicago	37.28977	-86.57637	129			KY	031		
4285588	Brooks	brooks	US	04921	2401	America/New_York	38.06118	-85.70968	155			KY	029		
4285605	Brookside	brookside	US	07926	0	America/New_York	36.85926	-83.24934	383			KY	095		
4285607	Brooksville	brooksville	US	04617	638	America/New_York	38.68257	-84.06576	285	Brooksville,Brookville	023	KY	023		
4285613	Browder	browder	US	42326	0	America/Chicago	37.19726	-87.03638	130			KY	177		
4285669	Browning	browning	US	59417	0	America/Chicago	36.94699	-86.60972	168			KY	227		
4285703	Browns Valley	browns-valley	US	56219	0	America/Chicago	37.64033	-87.11889	121			KY	059		
4285704	Brownsboro	brownsboro	US	35741	0	America/New_York	38.35618	-85.49829	218	Brownsboro,Brownsborough		KY	185		
4285708	Brownsville	brownsville	US	05037	826	America/Chicago	37.19255	-86.26775	166	Braunsvil,Brounsvil,Brownsville,Point Pleasant,brawnzfyl,brawnzwyl  kntaky,bu lang si wei er,Браунсвил,Броунсвил,براونزفيل,براونزویل، کنتاکی,布朗斯维尔	061	KY	061		
4285709	Brownsville	brownsville	US	05037	0	America/Chicago	36.53478	-89.21701	139			KY	075		
4285721	Bruin	bruin	US	16022	0	America/New_York	38.18786	-83.01878	210			KY	063		
4285855	Brutus	brutus	US	49716	0	America/New_York	37.24731	-83.57686	275			KY	051		
4285856	Bryan	bryan	US	43506	0	America/Chicago	36.92951	-85.20385	282	Alva,Bryan		KY	207		
4285863	Bryant	bryant	US	35958	0	America/New_York	38.23924	-84.95106	264	Bryant,Saint Johns		KY	073		
4285883	Bryantsville	bryantsville	US	40410	0	America/New_York	37.71452	-84.64911	287			KY	079		
4285884	Buchanan	buchanan	US	10511	0	America/New_York	38.24397	-82.61071	173	Buchanan,Buchannan		KY	127		
4285987	Buckeye	buckeye	US	24924	0	America/New_York	37.71564	-84.50549	291			KY	079		
4286012	Buckhorn	buckhorn	US	41721	159	America/New_York	37.3487	-83.4763	230			KY	193		
4286027	Buckingham	buckingham	US	18912	0	America/New_York	37.36927	-82.73932	296			KY	071		
4286037	Buckner	buckner	US	40010	5837	America/New_York	38.38368	-85.43996	251			KY	185		
4286058	Buena Vista	buena-vista	US	15018	0	America/New_York	37.75036	-84.66522	263			KY	079		
4286059	Buena Vista	buena-vista	US	15018	0	America/New_York	38.43646	-84.16799	271			KY	097		
4286060	Buena Vista	buena-vista	US	15018	0	America/New_York	38.60452	-83.25963	189			KY	135		
4286061	Buena Vista	buena-vista	US	15018	0	America/Chicago	36.93644	-88.22503	130			KY	157		
4286067	Buffalo	buffalo	US	14201	498	America/New_York	37.512	-85.69857	228	Buffalo,Буффало		KY	123		
4286068	Buffalo	buffalo	US	14201	0	America/Chicago	36.91949	-87.68612	162			KY	221		
4286124	Buford	buford	US	30515	0	America/Chicago	37.56422	-86.98388	147	Bell Store,Buford		KY	183		
4286132	Bulan	bulan	US	41722	0	America/New_York	37.30148	-83.16489	292			KY	193		
4286210	Bunker Hill	bunker-hill	US	25413	0	America/New_York	38.16397	-84.01298	303			KY	017		
4286219	Buras	buras	US	70041	0	America/Chicago	37.70173	-86.31609	231			KY	027		
4286229	Burdick	burdick	US	66838	0	America/New_York	37.27367	-85.37607	254	Burdick,Ireland		KY	217		
4286230	Burdine	burdine	US	41517	0	America/New_York	37.18927	-82.59904	452			KY	133		
4286257	Burgin	burgin	US	40310	965	America/New_York	37.75341	-84.76661	272	Burgin,Cane Run,Cane Run Settlement,The Crossroads		KY	167		
4286261	Burke	burke	US	12917	0	America/New_York	38.10731	-83.03989	225			KY	063		
4286280	Burkesville	burkesville	US	42717	1515	America/Chicago	36.79034	-85.37052	177	Berkesvill,Berksvil,Burkesville,Cumberland Crossing,bo ke si wei er,brkswyl  kntaky,bwrksfyl,Беркесвилл,Берксвил,برکسویل، کنتاکی,بوركسفيل,伯克斯维尔	057	KY	057		
4286281	Burlington	burlington	US	01803	15926	America/New_York	39.02756	-84.72411	256	Berligton,Berlington,Burlington,Craigs Camp,Wilmington,bo ling dun,brlyngtn  kntaky,Берлигтон,Берлингтон,برلنگٹن، کینٹکی,برلینگتن، کنتاکی,伯灵顿	015	KY	015		
4286282	Burna	burna	US	42028	257	America/Chicago	37.24561	-88.36059	167	Burna,Tailholt		KY	139		
4286307	Burnside	burnside	US	15721	843	America/New_York	36.98897	-84.59994	262	Bernsajd,Burnside,Camp Burnside,Point Burnside,Point Isabel,The Point,bo en sai de,brnsayd  kntaky,bwrnsayd,Бернсайд,Бернсајд,برنساید، کنتاکی,بورنسايد,伯恩赛德		KY	199		
4286320	Burr	burr	US	68324	0	America/New_York	37.34203	-84.30494	346			KY	203		
4286323	Burnwell	burnwell	US	35038	0	America/New_York	37.62899	-82.22319	216			KY	195		
4286327	Burton	burton	US	26562	0	America/New_York	37.35955	-82.72377	277			KY	071		
4286346	Bush	bush	US	40724	0	America/New_York	37.09259	-83.8702	372			KY	125		
4286356	Buskirk	buskirk	US	12028	0	America/New_York	37.61955	-82.16875	227			KY	195		
4286361	Busy	busy	US	41723	0	America/New_York	37.27843	-83.29046	279			KY	193		
4286369	Butler	butler	US	07405	588	America/New_York	38.78646	-84.36966	166	Butler,Fourth Luck		KY	191		
4286446	Bybee	bybee	US	37713	0	America/New_York	37.73314	-84.12465	277	Bybee,Bybeetown		KY	151		
4286476	Cabot	cabot	US	05647	0	America/Chicago	37.68867	-86.65332	241			KY	091		
4286478	Caddo	caddo	US	74729	0	America/New_York	38.74757	-84.24493	276	Caddo,Pine Grove		KY	191		
4286479	Cadiz	cadiz	US	42211	2626	America/Chicago	36.86505	-87.8353	129	Kadis,Kadiz,jia de si,kadys  kntaky,kadyz,Кадиз,Кадис,كاديز,کادیس، کنتاکی,加的斯	221	KY	221		
4286492	Cairo	cairo	US	12413	0	America/Chicago	37.7081	-87.64585	142			KY	101		
4286502	Caldwell	caldwell	US	07006	0	America/New_York	38.80673	-84.39133	171			KY	191		
4286516	Caledonia	caledonia	US	14423	0	America/Chicago	36.82033	-87.69501	140	Caledonia,Cherryville		KY	221		
4286519	Calhoun	calhoun	US	30701	762	America/Chicago	37.53894	-87.25833	120	Calhoon,Calhoun,Fort Vienna,Rhoadsville,The Settlement at Long Falls,Vienna	149	KY	149		
4286529	California	california	US	15419	86	America/New_York	38.91868	-84.26355	147			KY	037		
4286539	Callaway	callaway	US	20620	0	America/New_York	36.78342	-83.56325	333			KY	013		
4286555	Calvary	calvary	US	39829	0	America/New_York	37.51562	-85.26246	195			KY	155		
4286581	Calvert City	calvert-city	US	42029	2532	America/Chicago	37.03339	-88.35004	104	Calvert,Calvert City,Kal'vert Siti,Kalvert Siti,ka er fu te cheng,kalfyrt syty,klwrt syty  kntaky,Калверт Сити,Кальверт Сити,كالفيرت سيتي,کلورت سیتی، کنتاکی,卡尔弗特城		KY	157		
4286583	Calvin	calvin	US	16622	0	America/New_York	36.72231	-83.62214	329	Calvin,Page		KY	013		
4286590	Camargo	camargo	US	61919	1124	America/New_York	37.99425	-83.8877	281			KY	173		
4286595	Cambridge	cambridge	US	02138	179	America/Kentucky/Louisville	38.22174	-85.61663	178	Kehmbridzh,Kembridz,Kembridzh,jian qiao,kambrydj,kmbryj  kntaky,Кембридж,Кембриџ,Кэмбридж,كامبريدج,کمبریج، کنتاکی,کیمبرج، کینٹکی,剑桥		KY	111		
4286716	Campbellsburg	campbellsburg	US	40011	828	America/New_York	38.52368	-85.20273	276	Campbellsburg,Campbellsburg Station,Chiltonsville		KY	103		
4286717	Campbellsville	campbellsville	US	42718	11237	America/New_York	37.3434	-85.34191	248	Buck Horn Lick,Campbellsville,Kampbehlsvill,Kampbelsvil,kamblsfyl,kan bei er si wei er,kmblswyl  kntaky,Кампбелсвил,Кампбэлсвилл,كامبلسفيل,کمبلسویل، کنتاکی,坎贝尔斯威尔	217	KY	217		
4286728	Campton	campton	US	03223	431	America/New_York	37.73425	-83.54741	293	Campton,Kampton,Kehmpton,Soldiers Camp Town,Swifts Camp Town,kambtwn,kan pu dun,kmptwn  kntaky,Камптон,Кэмптон,كامبتون,کمپتون، کنتاکی,坎普顿	237	KY	237		
4286733	Canada	canada	US	41519	0	America/New_York	37.60566	-82.32431	254			KY	195		
4286740	Canby	canby	US	56220	0	America/New_York	38.51729	-84.66106	274			KY	187		
4286812	Cane Valley	cane-valley	US	42720	0	America/Chicago	37.18034	-85.31968	239			KY	001		
4286819	Caney	caney	US	67333	0	America/New_York	37.80148	-83.25907	265			KY	175		
4286894	Caneyville	caneyville	US	42721	620	America/Chicago	37.42422	-86.48831	150			KY	085		
4286899	Canmer	canmer	US	42722	0	America/Chicago	37.29033	-85.76719	194			KY	099		
4286902	Cannel City	cannel-city	US	41408	0	America/New_York	37.79009	-83.27407	272	Cannel City,Channel City		KY	175		
4286903	Cannon	cannon	US	40923	0	America/New_York	36.91453	-83.85826	299	Cannon,Sinking Valley		KY	121		
4286913	Cannonsburg	cannonsburg	US	49317	856	America/New_York	38.38869	-82.70266	185			KY	019		
4286926	Canton	canton	US	02021	0	America/Chicago	36.79894	-87.96086	122	Boyds Landing,Canton		KY	221		
4286960	Cardinal	cardinal	US	23025	0	America/New_York	36.80175	-83.51241	335	Brichfeild,Cardinal		KY	013		
4286969	Cardwell	cardwell	US	59721	0	America/New_York	37.82424	-85.03412	256			KY	229		
4286981	Carlisle	carlisle	US	01741	2010	America/New_York	38.31202	-84.02743	262	Karlajl,Karlisl,ka lai er,karlayl  kntaky,karlaysl,Карлајл,Карлисл,كارلايسل,کارلائل، کینٹکی,کارلایل، کنتاکی,卡莱尔	181	KY	181		
4287007	Carpenter	carpenter	US	50426	0	America/New_York	36.71592	-83.97132	310			KY	235		
4287040	Carrie	carrie	US	41725	0	America/New_York	37.33176	-83.03267	304			KY	119		
4287050	Carrollton	carrollton	US	23314	3886	America/New_York	38.6809	-85.1794	147	Carrollton,Karolton,Karrolton,Port William,The Point,ka luo er dun,karwltwn,krltn  kntaky,Каролтон,Карролтон,كارولتون,کرلتن، کنتاکی,کیرولٹن، کینٹکی,卡罗尔顿	041	KY	041		
4287056	Carson	carson	US	23830	0	America/New_York	38.68006	-84.96273	165	Bramelette,Bramlett,Carson		KY	041		
4287060	Carrsville	carrsville	US	23315	49	America/Chicago	37.39755	-88.37476	113	Carrs Landing,Carrsville		KY	139		
4287062	Carter	carter	US	41128	0	America/New_York	38.42897	-83.12073	210	Carter,Carter City		KY	043		
4287101	Cartersville	cartersville	US	23027	0	America/New_York	37.53814	-84.40799	302	Cartersville,Linchburg		KY	079		
4287103	Carthage	carthage	US	13619	0	America/New_York	38.93562	-84.30716	260			KY	037		
4287106	Cartwright	cartwright	US	58838	0	America/Chicago	36.75284	-85.07606	290			KY	053		
4287111	Carver	carver	US	02330	0	America/New_York	37.64121	-83.05017	287			KY	153		
4287114	Cary	cary	US	27511	0	America/New_York	36.7937	-83.66436	312	Cary,Poordo		KY	013		
4287116	Casey	casey	US	50048	0	America/Chicago	37.33449	-86.60749	145			KY	031		
4287135	Caseyville	caseyville	US	62232	0	America/Chicago	37.53783	-88.06419	112			KY	225		
4287185	Catawba	catawba	US	24070	0	America/New_York	38.72035	-84.32438	177			KY	191		
4287192	Catlettsburg	catlettsburg	US	41129	1808	America/New_York	38.4048	-82.60044	169	Katlitsberg,Kehtlettsburg,ka te li ci bao,katlytsbwrgh,ktltsbwrg  kntaky,Катлитсберг,Кэтлеттсбург,كاتليتسبورغ,کتلتسبورگ، کنتاکی,卡特利茨堡	019	KY	019		
4287214	Causey	causey	US	88113	0	America/New_York	37.05731	-83.28073	436			KY	131		
4287235	Cave City	cave-city	US	42127	2394	America/Chicago	37.13672	-85.95692	193	Kehjv Siti,Kejv Siti,kai fu cheng,kyf syty,kyw syty  kntaky,Кејв Сити,Кэйв Сити,كيف سيتي,کیو سیتی، کنتاکی,凯夫城		KY	009		
4287256	Cave Spring	cave-spring	US	30124	0	America/Chicago	37.6495	-86.42414	172			KY	027		
4287283	Cave Springs	cave-springs	US	72718	0	America/Chicago	36.79921	-86.95333	187			KY	141		
4287287	Cawood	cawood	US	40815	731	America/New_York	36.78398	-83.22823	403			KY	095		
4287292	Cayce	cayce	US	29033	123	America/Chicago	36.55534	-89.0359	121			KY	075		
4287293	Cecil	cecil	US	15321	0	America/Chicago	37.10256	-88.66699	106			KY	145		
4287301	Cecilia	cecilia	US	42724	572	America/New_York	37.6659	-85.95663	215			KY	093		
4287304	Cedar Bluff	cedar-bluff	US	24609	0	America/Chicago	37.08838	-87.84474	158			KY	033		
4287341	Cedar Grove	cedar-grove	US	07009	0	America/New_York	37.97229	-85.63107	165			KY	029		
4287342	Cedar Grove	cedar-grove	US	07009	0	America/New_York	37.01591	-84.60105	270			KY	199		
4287343	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	36.93421	-87.15611	250	Cedar Grove,Wolffield		KY	219		
4287393	Cedar Point	cedar-point	US	61316	0	America/New_York	38.40784	-85.47774	233			KY	185		
4287394	Cedar Point	cedar-point	US	61316	0	America/Chicago	36.86477	-87.89196	118			KY	221		
4287409	Cedar Springs	cedar-springs	US	39832	0	America/Chicago	36.83088	-86.10665	217			KY	003		
4287418	Cedarville	cedarville	US	08311	49	America/New_York	37.32539	-82.32737	303			KY	195		
4287425	Center	center	US	42214	0	America/Chicago	37.14228	-85.69303	245	Center,Frederick,Lafayette		KY	169		
4287440	Centerfield	centerfield	US	84622	0	America/New_York	38.35007	-85.40746	250			KY	185		
4287443	Centertown	centertown	US	42328	443	America/Chicago	37.41727	-86.99611	135			KY	183		
4287444	Centerview	centerview	US	64019	0	America/Chicago	37.63089	-86.30859	249			KY	027		
4287445	Centerville	centerville	US	02632	0	America/New_York	38.22396	-84.39133	284	Centerville,Centreville		KY	017		
4287446	Centerville	centerville	US	02632	0	America/New_York	37.97897	-84.36299	293			KY	067		
4287450	Central City	central-city	US	15926	5892	America/Chicago	37.29393	-87.12333	133	Cehntral Siti,Central City (Kentucky),Sentral Siti,sntr syty,sntral syty  kntaky,zhong yang shi,Сентрал Сити,Цэнтрал Сити,سنتر سيتي,سنترال سیتی، کنتاکی,中央市		KY	177		
4287466	Ceredo	ceredo	US	25507	0	America/Chicago	37.04117	-88.867	129			KY	007		
4287467	Cerulean	cerulean	US	42215	314	America/Chicago	36.95949	-87.71001	156	Cerulean,Cerulean Springs		KY	221		
4287497	Chambers	chambers	US	68725	0	America/Chicago	37.83728	-86.78527	182			KY	091		
4287510	Chandlerville	chandlerville	US	62627	0	America/New_York	37.93481	-82.81349	262	Chandlerville,Rockhouse		KY	115		
4287519	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	36.71976	-86.29277	226			KY	003		
4287538	Chapman	chapman	US	36015	0	America/Chicago	37.71616	-87.9153	116			KY	225		
4287540	Chapman	chapman	US	36015	0	America/New_York	38.0237	-82.62377	179			KY	127		
4287548	Chappell	chappell	US	40816	0	America/New_York	37.01092	-83.3499	315			KY	131		
4287554	Charleston	charleston	US	04422	0	America/Chicago	37.22477	-87.67195	161			KY	107		
4287567	Chatham	chatham	US	02633	0	America/New_York	38.71535	-84.01882	285			KY	023		
4287571	Chaumont	chaumont	US	13622	0	America/Chicago	37.12866	-86.06664	261			KY	061		
4287573	Chavies	chavies	US	41727	0	America/New_York	37.34787	-83.35629	244			KY	193		
4287594	Cherokee	cherokee	US	28719	0	America/New_York	38.07759	-82.83766	205			KY	127		
4287627	Chestnut	chestnut	US	62518	0	America/New_York	37.89009	-82.68016	194	Chestnut,Henrietta		KY	115		
4287694	Chevy Chase	chevy-chase	US	20815	0	America/New_York	38.02036	-84.48744	313			KY	067		
4287714	Chilton	chilton	US	53014	0	America/New_York	37.45507	-84.98746	259			KY	045		
4287761	Christopher	christopher	US	62822	0	America/New_York	37.23371	-83.17128	270			KY	193		
4287767	Christine	christine	US	58015	0	America/Chicago	37.14229	-85.2069	300			KY	001		
4287791	Church Hill	church-hill	US	21623	0	America/Chicago	36.80227	-87.57223	170			KY	047		
4287804	Cisco	cisco	US	30708	0	America/New_York	37.85259	-83.13517	255			KY	153		
4287817	Clarence	clarence	US	14031	0	America/New_York	37.29202	-84.55744	341			KY	199		
4287819	Clare	clare	US	48617	0	America/Chicago	36.71504	-86.39471	223			KY	003		
4287864	Clarksburg	clarksburg	US	15725	0	America/New_York	38.58508	-83.36602	169			KY	135		
4287866	Clarkson	clarkson	US	14430	895	America/Chicago	37.49533	-86.22136	222			KY	085		
4287872	Claryville	claryville	US	12725	2355	America/New_York	38.91923	-84.39549	210			KY	037		
4287873	Claxton	claxton	US	30417	0	America/Chicago	37.10421	-87.76612	146			KY	033		
4287874	Clay	clay	US	13041	1141	America/Chicago	37.47671	-87.82002	116	Clay,Claysville		KY	233		
4287881	Clay City	clay-city	US	40312	1095	America/New_York	37.85925	-83.91853	189	Clay City,Mechanicsville,Smith and Clarks Forge,Smith and Clay Forge		KY	197		
4287914	Clayhole	clayhole	US	41317	0	America/New_York	37.46731	-83.2974	246			KY	025		
4287921	Claypool	claypool	US	46510	0	America/Chicago	36.90588	-86.24082	182			KY	227		
4287925	Claysville	claysville	US	15323	0	America/New_York	38.51924	-84.18521	177	Claysville,Marysville		KY	097		
4287995	Clearfield	clearfield	US	16830	0	America/New_York	38.16203	-83.42879	223			KY	205		
4287997	Cleaton	cleaton	US	42332	0	America/Chicago	37.25449	-87.08888	134			KY	177		
4288007	Clemons	clemons	US	12819	0	America/New_York	37.29593	-83.2324	287			KY	193		
4288012	Clermont	clermont	US	30527	0	America/New_York	37.92979	-85.65274	163			KY	029		
4288017	Cliff	cliff	US	88028	0	America/New_York	37.68149	-82.78044	190			KY	071		
4288023	Clifford	clifford	US	18413	0	America/New_York	38.0012	-82.5271	188	Clifford,Tug Falls		KY	127		
4288025	Clifton	clifton	US	07011	0	America/New_York	37.64952	-84.688	261			KY	021		
4288026	Clifton	clifton	US	07011	0	America/New_York	39.08256	-84.48522	194	Clifton,Knob Hill,Nanny Goat Hill,Spaghetti Hill		KY	037		
4288027	Clifton	clifton	US	07011	0	America/New_York	38.08619	-84.82606	159	Clifton,Woodford City		KY	239		
4288037	Clifty	clifty	US	42216	0	America/Chicago	36.99532	-87.14778	247	Bivinsville,Clifty,Lickskillet		KY	219		
4288058	Climax	climax	US	12042	0	America/New_York	37.46981	-84.22493	381			KY	203		
4288062	Clinton	clinton	US	01510	1318	America/Chicago	36.66728	-88.9934	113	Klinton,Клинтон	105	KY	105		
4288067	Clintonville	clintonville	US	16372	0	America/New_York	38.08508	-84.26826	303	Clintonville,Stipps Crossroads		KY	017		
4288068	Clio	clio	US	29525	0	America/New_York	36.81786	-84.19938	317			KY	235		
4288072	Closplint	closplint	US	40927	0	America/New_York	36.90398	-83.06878	469			KY	095		
4288076	Clover	clover	US	24534	0	America/New_York	36.92815	-82.96544	545			KY	095		
4288101	Cloverport	cloverport	US	40111	1156	America/Chicago	37.83339	-86.63276	149			KY	027		
4288154	Coalton	coalton	US	26257	0	America/New_York	38.37008	-82.76905	187			KY	019		
4288158	Cobb	cobb	US	31735	0	America/Chicago	36.99033	-87.7789	140			KY	033		
4288212	Cogswell	cogswell	US	58017	0	America/New_York	38.1025	-83.49833	241			KY	205		
4288217	Coin	coin	US	51636	0	America/New_York	37.17508	-84.51022	288			KY	199		
4288218	Colby	colby	US	54421	0	America/New_York	37.99591	-84.26354	312			KY	049		
4288230	Cold Spring	cold-spring	US	10516	6170	America/New_York	39.02173	-84.43994	264	Cold Spring,Leitchs Station		KY	037		
4288241	Coldiron	coldiron	US	40819	223	America/New_York	36.82675	-83.45352	345	Coldiron,Coldron,Dixietown		KY	095		
4288248	Coldwater	coldwater	US	38618	0	America/Chicago	36.65089	-88.45532	166			KY	035		
4288266	Coleman	coleman	US	33521	0	America/New_York	37.4815	-82.18319	326			KY	195		
4288286	Colesburg	colesburg	US	52035	0	America/New_York	37.78479	-85.77385	137			KY	093		
4288308	Colfax	colfax	US	26566	0	America/New_York	38.21258	-83.63408	243			KY	069		
4288310	Collins	collins	US	14034	0	America/New_York	37.40149	-82.51793	219			KY	195		
4288344	Colmar	colmar	US	18915	0	America/New_York	36.66592	-83.65186	325			KY	013		
4288350	Colony	colony	US	66015	0	America/New_York	38.04341	-84.56189	291			KY	067		
4288361	Columbus	columbus	US	08022	216	America/New_York	38.03702	-84.36549	303	Columbia,Columbia Town,Columbus		KY	067		
4288362	Columbus	columbus	US	08022	160	America/Chicago	36.75951	-89.10349	140	Kolambus,Kolumbus,ge lun bu,klmbws  kntaky,kwlwmbws,Коламбус,Колумбус,كولومبوس,کلمبوس، کنتاکی,کولمبس، کینٹکی,哥伦布		KY	105	7169790	
4288364	Colville	colville	US	99114	0	America/New_York	38.36535	-84.21021	271			KY	097		
4288366	Columbia	columbia	US	06237	4644	America/Chicago	37.10284	-85.30635	228	Kolambija,Kolumbija,ge lun bi ya,klmbya  kntaky,kwlwmbya,Коламбија,Колумбия,كولومبيا,کلمبیا، کنتاکی,کولمبیا، کینٹکی,哥伦比亚	001	KY	001		
4288374	Combs	combs	US	41729	0	America/New_York	37.26704	-83.21267	285	Combs,Dolen,Domino,Lennut		KY	193		
4288399	Comer	comer	US	30629	0	America/Chicago	37.63782	-87.44389	140	Coiner,Comer		KY	149		
4288417	Concord	concord	US	01742	25	America/Chicago	37.56089	-86.4597	169			KY	085		
4288418	Concord	concord	US	01742	35	America/New_York	38.68619	-83.49102	165	Konkord,Конкорд		KY	135		
4288419	Concord	concord	US	01742	0	America/Chicago	37.07228	-88.70005	119			KY	145		
4288420	Concord	concord	US	01742	0	America/New_York	38.72285	-84.30077	171			KY	191		
4288451	Concordia	concordia	US	64020	0	America/New_York	38.05895	-86.42803	138			KY	163		
4288457	Concord	concord	US	01742	0	America/New_York	38.31452	-83.78103	257			KY	069		
4288459	Confluence	confluence	US	15424	0	America/New_York	37.26982	-83.38407	272			KY	131		
4288468	Conley	conley	US	30288	0	America/New_York	37.75176	-82.97822	286			KY	153		
4288490	Conner	conner	US	59827	0	America/New_York	38.22368	-85.39024	215			KY	211		
4288492	Connersville	connersville	US	47331	0	America/New_York	38.38007	-84.41272	254			KY	097		
4288509	Constantine	constantine	US	49042	0	America/Chicago	37.67534	-86.23636	245			KY	027		
4288514	Conway	conway	US	01341	0	America/New_York	37.47786	-84.33438	299			KY	203		
4288540	Cooksburg	cooksburg	US	16217	0	America/New_York	37.38897	-84.18521	291			KY	203		
4288546	Cooksville	cooksville	US	21723	0	America/Chicago	36.61228	-88.52338	168			KY	083		
4288588	Cooper	cooper	US	50059	0	America/Kentucky/Monticello	36.77118	-84.86133	265			KY	231		
4288609	Cooper Landing	cooper-landing	US	99572	0	America/Chicago	37.062	-88.33365	97			KY	139		
4288619	Cooperstown	cooperstown	US	13326	0	America/Chicago	36.93032	-86.8875	173			KY	141		
4288622	Coopersville	coopersville	US	49404	0	America/Kentucky/Monticello	36.76035	-84.73772	262			KY	231		
4288656	Corbin	corbin	US	22446	7389	America/New_York	36.9487	-84.09688	329	Korbin,ke er bin,krbyn  kntaky,kwrbn,Корбин,كوربن,کربین، کنتاکی,科尔宾		KY	235		
4288657	Cordell	cordell	US	73632	0	America/New_York	38.00565	-82.79294	207			KY	127		
4288663	Cordova	cordova	US	21625	0	America/New_York	38.5409	-84.51522	221			KY	081		
4288666	Corinth	corinth	US	04427	232	America/New_York	38.49674	-84.56411	295			KY	081		
4288667	Corinth	corinth	US	04427	0	America/Chicago	36.78893	-86.80389	195			KY	141		
4288705	Cornelius	cornelius	US	28031	0	America/New_York	37.31398	-84.00882	305			KY	109		
4288720	Cornettsville	cornettsville	US	41731	0	America/New_York	37.13398	-83.07683	284	Cornettsville,Salt Creek		KY	193		
4288729	Cory	cory	US	47846	0	America/New_York	38.28397	-83.11295	248			KY	043		
4288731	Corydon	corydon	US	42406	707	America/Chicago	37.74338	-87.70391	139	Corydon,Woods Settlement		KY	101		
4288737	Cottageville	cottageville	US	25239	0	America/New_York	38.60452	-83.60269	168			KY	135		
4288809	Covington	covington	US	16917	40997	America/New_York	39.08367	-84.50855	155	Kavington,Kovington,ka wen dun,kawyngtn  kntaky,keobingteon,kobinton,kwfynghtwn,Кавингтон,Ковингтон,Ковінгтон,كوفينغتون,کاوینگتن، کنتاکی,کوونگٹن، کینٹکی,コビントン,卡温顿,커빙턴		KY	117		
4288850	Cowan	cowan	US	37318	0	America/New_York	38.4073	-83.89187	280	Bloomington,Cowan		KY	069		
4288908	Coxs Creek	coxs-creek	US	40013	0	America/New_York	37.89867	-85.47357	210	Cox Creek,Coxs Creek,Lenore Cox Creek		KY	179		
4288910	Crab Orchard	crab-orchard	US	25827	833	America/New_York	37.46453	-84.5066	290			KY	137		
4288979	Cranks	cranks	US	40820	0	America/New_York	36.76481	-83.17212	447			KY	095		
4288984	Cranston	cranston	US	02910	0	America/New_York	38.26341	-83.43546	235			KY	205		
4288993	Crawford	crawford	US	26343	0	America/New_York	37.19453	-83.95187	311			KY	125		
4289012	Crayne	crayne	US	42033	173	America/Chicago	37.27061	-88.08252	195			KY	055		
4289020	Creekside	creekside	US	15732	316	America/Kentucky/Louisville	38.29146	-85.56941	205	Kriksajd,ke li ke sai de,kryksayd,kryksayd  kntaky,Криксайд,Криксајд,كريكسايد,کریکساید، کنتاکی,克里克赛德		KY	111		
4289023	Crenshaw	crenshaw	US	38621	0	America/New_York	38.05478	-85.4669	183			KY	215		
4289038	Creston	creston	US	26141	0	America/New_York	37.26674	-85.04218	324			KY	045		
4289039	Crestview	crestview	US	32536	486	America/New_York	39.02534	-84.41744	245			KY	037		
4289041	Crestwood	crestwood	US	40014	0	America/New_York	38.0098	-84.51105	309			KY	067		
4289042	Crestwood	crestwood	US	40014	4847	America/New_York	38.32424	-85.47246	239			KY	185		
4289044	Creswell	creswell	US	27928	0	America/Chicago	37.26866	-87.91224	124			KY	033		
4289072	Crittenden	crittenden	US	14038	3848	America/New_York	38.78284	-84.60522	284			KY	081		
4289080	Crockett	crockett	US	24323	0	America/New_York	37.98564	-83.09073	278			KY	175		
4289089	Crofton	crofton	US	21114	754	America/Chicago	37.04782	-87.485	182	Kroftona,Крофтона		KY	047		
4289094	Cromona	cromona	US	41810	0	America/New_York	37.18649	-82.6971	406			KY	133		
4289095	Cromwell	cromwell	US	06416	0	America/Chicago	37.34033	-86.78805	141			KY	183		
4289168	Crown	crown	US	16220	0	America/New_York	37.14982	-82.84127	394			KY	133		
4289174	Crum	crum	US	25669	0	America/New_York	38.4598	-83.45047	240			KY	135		
4289191	Crystal	crystal	US	48818	0	America/New_York	37.66342	-83.82547	194			KY	065		
4289200	Cub Run	cub-run	US	42729	0	America/Chicago	37.32283	-86.19469	181			KY	061		
4289202	Cub Run	cub-run	US	42729	0	America/Chicago	37.30561	-86.0608	232	Cub Run,The Crossroads		KY	099		
4289204	Cuba	cuba	US	14727	0	America/Chicago	36.58506	-88.62922	158			KY	083		
4289227	Cullen	cullen	US	23934	0	America/Chicago	37.58949	-87.87808	141			KY	225		
4289232	Cumberland	cumberland	US	02864	2103	America/New_York	36.97815	-82.9885	440	Kamberlend,Камберленд		KY	095		
4289239	Cumberland City	cumberland-city	US	37050	0	America/Chicago	36.80507	-85.06829	319			KY	053		
4289256	Culver	culver	US	46511	0	America/New_York	38.08397	-82.991	224			KY	063		
4289265	Cunningham	cunningham	US	37052	0	America/Chicago	36.90756	-88.88978	121			KY	039		
4289271	Curdsville	curdsville	US	42334	0	America/Chicago	37.73505	-87.33167	119			KY	059		
4289272	Curlew	curlew	US	50527	0	America/Chicago	37.57783	-88.0867	116			KY	225		
4289292	Curtis	curtis	US	49820	0	America/Chicago	36.93311	-85.57636	263	Cleveland,Curtis,Mann		KY	169		
4289305	Custer	custer	US	40115	0	America/Chicago	37.7384	-86.25469	250			KY	027		
4289321	Cyclone	cyclone	US	16726	0	America/Chicago	36.83756	-85.67942	288	Cyclone,Marietta		KY	171		
4289323	Cynthiana	cynthiana	US	41031	6423	America/New_York	38.39035	-84.2941	224	Kinziana,Sintijana,kynthyana,synsyana  kntaky,xin xi ya na,Кинзиана,Синтијана,سینسیانا، کنتاکی,كينثيانا,辛西亚纳	097	KY	097		
4289341	Cyrus	cyrus	US	56323	0	America/New_York	37.7937	-83.04017	290			KY	153		
4289350	Daisy	daisy	US	30423	0	America/New_York	37.11371	-83.09489	294			KY	193		
4289354	Dale	dale	US	14039	0	America/New_York	37.69148	-83.23407	283			KY	153		
4289363	Dalton	dalton	US	01226	0	America/Chicago	37.29977	-87.76195	128	Dalton,Garnettsville		KY	107		
4289402	Dana	dana	US	28724	0	America/New_York	37.55427	-82.69099	217			KY	071		
4289404	Danby	danby	US	05739	0	America/Chicago	36.88254	-86.91944	229			KY	141		
4289445	Danville	danville	US	03819	16690	America/New_York	37.64563	-84.77217	300	Crows Station,Danvil,Danville,Dehnvill,John Crows Station,daenbil,dan wei er,danfyl,dnwyl  kntaky,Данвил,Дэнвилл,دانفيل,دنویل، کنتاکی,ڈینویل، کینٹکی,丹維爾,댄빌	021	KY	021		
4289505	David	david	US	41616	0	America/New_York	37.59954	-82.89072	216			KY	071		
4289519	Davis	davis	US	26260	0	America/New_York	38.37424	-84.47216	268	Davis,Straight Fork,Straightfork		KY	209		
4289583	Davisburg	davisburg	US	48350	0	America/New_York	36.67953	-83.82325	442			KY	013		
4289588	Davisville	davisville	US	26142	0	America/New_York	37.97037	-82.82988	236			KY	127		
4289606	Dawson Springs	dawson-springs	US	42408	2737	America/Chicago	37.16727	-87.69251	128	Dawson,Dawson City,Dawson Springs,Dawsonsprings,Donson Springs,Douson Springs,Tradewater,dao sen si pu lin si,dawsn aspryngz  kntaky,dawswn sbrynghz,Донсон Спрингс,Доусон Спрингс,داوسن اسپرینگز، کنتاکی,داوسون سبرينغز,道森斯普林斯		KY	107		
4289607	Day	day	US	32013	0	America/New_York	37.07149	-82.84655	393			KY	133		
4289629	Dayton	dayton	US	08810	5433	America/New_York	39.11284	-84.47272	157	Brooklyn,Dayton,Dehjton,Dejton,Jamestown,dai dun,daytwn,detana,dytn  kntaky,Дейтон,Дејтон,Дэйтон,دايتون,دیتن، کنتاکی,ڈیٹن، کینٹکی,डेटन,代顿		KY	037		
4289678	Deatsville	deatsville	US	36022	0	America/New_York	37.89701	-85.55912	209			KY	179		
4289681	Debord	debord	US	41214	0	America/New_York	37.82648	-82.55126	205			KY	159		
4289682	Decatur	decatur	US	30030	0	America/Chicago	37.12535	-84.99801	246			KY	207		
4289684	Decker	decker	US	47524	0	America/Chicago	37.33533	-86.48554	223			KY	031		
4289741	Deerfield	deerfield	US	01342	0	America/New_York	38.01147	-84.52161	301			KY	067		
4289749	Defiance	defiance	US	16633	0	America/New_York	37.20343	-83.09183	291			KY	193		
4289754	Delafield	delafield	US	53018	0	America/Chicago	37.01115	-86.44582	147			KY	227		
4289756	Delaware	delaware	US	07833	0	America/Chicago	37.68393	-87.40417	123			KY	059		
4289760	Delia	delia	US	66418	0	America/New_York	38.65896	-84.67189	206			KY	081		
4289769	Delphia	delphia	US	41735	0	America/New_York	37.02954	-83.08683	450			KY	193		
4289770	Delta	delta	US	17314	0	America/Kentucky/Monticello	36.86452	-84.65716	251			KY	231		
4289776	Dema	dema	US	41859	0	America/New_York	37.42038	-82.80516	236			KY	071		
4289801	Denniston	denniston	US	40316	0	America/New_York	37.91592	-83.53796	337			KY	165		
4289804	Dennis	dennis	US	02638	0	America/Chicago	36.84282	-86.78722	198	Dennis,McLeods		KY	141		
4289810	Denver	denver	US	12421	0	America/New_York	37.77621	-82.85461	190	Denver,Денвер		KY	115		
4289812	Derby	derby	US	05829	0	America/Chicago	37.45921	-87.90252	116			KY	233		
4289847	Devon	devon	US	19333	0	America/New_York	38.96895	-84.61578	289			KY	015		
4289854	Dewitt	dewitt	US	23840	0	America/New_York	36.87703	-83.7377	300			KY	121		
4289856	Dexter	dexter	US	04930	277	America/Chicago	36.74283	-88.29642	135			KY	035		
4289864	Diamond	diamond	US	44412	0	America/Chicago	37.41671	-87.80224	129			KY	233		
4289871	Diamond Springs	diamond-springs	US	95619	0	America/Chicago	37.0356	-86.97583	130			KY	141		
4289872	Dice	dice	US	41736	0	America/New_York	37.36287	-83.2274	301			KY	193		
4289918	Dillon	dillon	US	29536	0	America/New_York	36.91037	-83.21406	392			KY	095		
4289946	Divide	divide	US	59727	0	America/New_York	36.93592	-83.21267	594			KY	095		
4289956	Disputanta	disputanta	US	23842	0	America/New_York	37.48842	-84.25743	311	Disputant,Disputanta		KY	203		
4289957	Dixie	dixie	US	25059	0	America/New_York	36.69453	-84.05326	298	Dixie,Polly Town		KY	235		
4289960	Dixie	dixie	US	25059	0	America/Chicago	37.67977	-87.68585	141	Dixie,Little Dixie		KY	101		
4289966	Dixon	dixon	US	42409	898	America/Chicago	37.51782	-87.69029	162		233	KY	233		
4289992	Dobbins	dobbins	US	95935	0	America/New_York	38.15703	-82.92961	206			KY	063		
4290000	Dobson	dobson	US	27017	0	America/New_York	37.74204	-82.88489	201			KY	115		
4290089	Donaldson	donaldson	US	46513	0	America/Chicago	36.75144	-87.89474	120			KY	221		
4290096	Dongola	dongola	US	62926	0	America/New_York	37.09732	-82.84377	350			KY	133		
4290116	Dorena	dorena	US	97434	0	America/New_York	37.04702	-84.90217	321	Dorena,Duly		KY	199		
4290124	Dorton	dorton	US	41520	0	America/New_York	37.27677	-82.57904	312			KY	195		
4290173	Douglas	douglas	US	01516	0	America/New_York	37.37955	-82.54238	237			KY	195		
4290189	Dow	dow	US	62022	0	America/New_York	37.15704	-83.16295	312			KY	193		
4290196	Dover	dover	US	02030	245	America/New_York	38.75813	-83.88298	158	Dover,Довер		KY	161		
4290213	Drake	drake	US	42128	0	America/Chicago	36.83615	-86.40971	168	Drake,Old Drake		KY	227		
4290224	Drakesboro	drakesboro	US	42337	509	America/Chicago	37.21754	-87.04888	135	Drehjkesboro,Drejksboro,de lei ke si bo lei,draksbwrw,drksbwrw  kntaky,Дрейксборо,Дрејксборо,Дрэйкесборо,دراكسبورو,درکسبورو، کنتاکی,德雷克斯伯勒		KY	177		
4290226	Draper	draper	US	24324	0	America/New_York	36.86065	-83.20379	389			KY	095		
4290237	Drew	drew	US	38737	0	America/New_York	37.28621	-82.85822	387			KY	119		
4290240	Drift	drift	US	41619	0	America/New_York	37.48038	-82.74766	218			KY	071		
4290344	Dry Creek	dry-creek	US	25062	0	America/New_York	37.32482	-82.76794	325			KY	119		
4290351	Dry Fork	dry-fork	US	24549	0	America/Chicago	36.81533	-85.9247	250			KY	009		
4290382	Dry Fork	dry-fork	US	24549	0	America/New_York	37.33066	-82.43182	248			KY	195		
4290421	Dry Ridge	dry-ridge	US	41035	2205	America/New_York	38.68201	-84.58994	290			KY	081		
4290441	Dublin	dublin	US	03444	0	America/Chicago	36.72534	-88.80228	152			KY	083		
4290464	Duff	duff	US	37729	0	America/Chicago	37.54978	-86.41303	198			KY	085		
4290496	Duluth	duluth	US	30095	0	America/New_York	37.57953	-84.16826	240			KY	151		
4290506	Dunbar	dunbar	US	15431	0	America/Chicago	37.1881	-86.75694	142	Big Muddy,Dunbar		KY	031		
4290515	Duncan	duncan	US	29334	0	America/New_York	37.35869	-84.72745	405			KY	045		
4290516	Duncan	duncan	US	29334	0	America/New_York	37.84924	-84.99023	255	Duncan,Duncansville		KY	167		
4290540	Dundee	dundee	US	14837	0	America/Chicago	37.55894	-86.77277	129			KY	183		
4290548	Dunlap	dunlap	US	37327	0	America/New_York	37.42816	-82.24236	263			KY	195		
4290563	Dunmor	dunmor	US	42339	317	America/Chicago	37.07366	-86.99611	180			KY	177		
4290577	Dunnville	dunnville	US	42528	0	America/New_York	37.20007	-85.00995	227			KY	045		
4290592	Durbin	durbin	US	26264	0	America/New_York	38.27925	-82.59821	168			KY	019		
4290626	Dwale	dwale	US	41621	329	America/New_York	37.62315	-82.72377	200			KY	071		
4290629	Dycusburg	dycusburg	US	42037	26	America/Chicago	37.1595	-88.18447	114			KY	055		
4290633	Dyer	dyer	US	38330	0	America/Chicago	37.70617	-86.22136	239			KY	027		
4290685	Earlington	earlington	US	18918	1395	America/Chicago	37.27421	-87.51194	129			KY	107		
4290698	East Bernstadt	east-bernstadt	US	40729	716	America/New_York	37.18953	-84.11771	365			KY	125		
4290777	East Point	east-point	US	41216	0	America/New_York	37.74621	-82.79072	194			KY	115		
4290800	Eastern	eastern	US	41622	0	America/New_York	37.51704	-82.80599	205			KY	071		
4290807	Eastland	eastland	US	76448	0	America/New_York	38.04619	-84.45966	312			KY	067		
4290811	Easton	easton	US	02334	0	America/Chicago	37.70617	-86.68165	173			KY	091		
4290816	Eastview	eastview	US	42732	0	America/New_York	37.58895	-86.0558	245			KY	093		
4290818	Eastwood	eastwood	US	40018	0	America/Kentucky/Louisville	38.23313	-85.45579	220			KY	111		
4290847	Echo	echo	US	56237	0	America/Chicago	37.02783	-85.74747	271			KY	169		
4290859	Eddyville	eddyville	US	42038	2577	America/Chicago	37.0945	-88.0803	155		143	KY	143		
4290861	Eden	eden	US	05652	0	America/Chicago	37.2756	-86.70443	172	Eden,Eden Stretch		KY	031		
4290867	Edenton	edenton	US	27932	0	America/New_York	37.76702	-84.48466	294			KY	151		
4290872	Edgewater	edgewater	US	07020	0	America/New_York	37.28955	-82.45821	396	Edge Water,Edgewater		KY	195		
4290873	Edgewood	edgewood	US	21040	8769	America/New_York	39.01867	-84.58189	263			KY	117		
4290880	Edgewood	edgewood	US	21040	0	America/New_York	36.61342	-83.78131	401			KY	013		
4290886	Edmonton	edmonton	US	42129	1568	America/Chicago	36.98006	-85.61219	252	Edmonton,Ehdmonton,admntwn  kntaky,admwntwn,ai de meng dun,edeumeonteon,Едмонтон,Эдмонтон,إدمونتون,ادمنتون، کنتاکی,埃德蒙顿,에드먼턴	169	KY	169		
4290887	Edna	edna	US	67342	0	America/New_York	37.79342	-83.15045	252			KY	153		
4290894	Edwards	edwards	US	13635	0	America/Chicago	36.95921	-86.94083	171			KY	141		
4290910	Eglon	eglon	US	26716	0	America/New_York	37.46147	-84.12993	433			KY	109		
4290914	Egypt	egypt	US	72427	0	America/New_York	37.31314	-83.89604	346			KY	109		
4290928	Eighty Eight	eighty-eight	US	42130	0	America/Chicago	36.91839	-85.78636	247			KY	009		
4290935	Ekron	ekron	US	40117	146	America/New_York	37.92923	-86.17941	200			KY	163		
4290941	Elba	elba	US	14058	0	America/Chicago	37.65338	-87.36278	145			KY	149		
4290953	Eldridge	eldridge	US	35554	0	America/New_York	38.0362	-83.05711	224			KY	063		
4290988	Elizabethtown	elizabethtown	US	12932	29678	America/New_York	37.69395	-85.85913	221	EKX,Ehlizabettaun,Elizabettaun,alyzabttawn  kntaky,yi li sha bai,Елизабеттаун,Элизабеттаун,الیزابتتاون، کنتاکی,伊丽莎白	093	KY	093		
4290997	Elizaville	elizaville	US	12523	181	America/New_York	38.41952	-83.82548	270			KY	069		
4291019	Elk Creek	elk-creek	US	24326	1539	America/New_York	38.10034	-85.37107	203			KY	215		
4291027	Elk Horn	elk-horn	US	42733	0	America/New_York	37.31645	-85.28524	224	Elk Horn,Elk Horn Mills,Pull Tight		KY	217		
4291056	Elkfork	elkfork	US	41421	1539	America/New_York	37.96481	-83.13295	261	Elk Fork,Elkfork		KY	175		
4291063	Elkhorn City	elkhorn-city	US	41522	937	America/New_York	37.304	-82.35098	241	Ehlkkhorn Siti,Elkkhorn Siti,ai er ke huo en cheng,alkhwrn syty  kntaky,alkwrn syty,Елкхорн Сити,Элкхорн Сити,إلكورن سيتي,الخورن سیتی، کنتاکی,埃尔克霍恩城		KY	195		
4291073	Elkin	elkin	US	28621	0	America/New_York	37.91286	-84.22382	222			KY	049		
4291078	Elko	elko	US	29826	0	America/Chicago	37.16171	-86.13525	225			KY	061		
4291079	Elkton	elkton	US	21921	2175	America/Chicago	36.81004	-87.15417	190	Elk Town,Elkton	219	KY	219		
4291083	Ellington	ellington	US	06029	0	America/Chicago	36.75728	-85.42302	205			KY	057		
4291100	Elliottville	elliottville	US	40317	0	America/New_York	38.18286	-83.27573	302			KY	205		
4291112	Ellisburg	ellisburg	US	13636	0	America/New_York	37.4673	-84.9194	317			KY	045		
4291116	Elliston	elliston	US	24087	0	America/New_York	38.73451	-84.74661	180			KY	081		
4291117	Elliston	elliston	US	24087	0	America/New_York	37.74091	-84.15521	244			KY	151		
4291118	Ellisville	ellisville	US	39437	0	America/New_York	38.39091	-84.02076	228			KY	181		
4291138	Elmendorf	elmendorf	US	78112	0	America/New_York	38.10841	-84.40438	272			KY	067		
4291144	Elmwood	elmwood	US	02337	0	America/Chicago	37.52699	-87.49195	122			KY	233		
4291150	Elrod	elrod	US	35458	0	America/New_York	37.21925	-84.46938	274			KY	199		
4291154	Elsie	elsie	US	48831	0	America/New_York	37.77842	-83.13601	259			KY	153		
4291155	Elsinore	elsinore	US	84724	0	America/New_York	38.22063	-84.79606	197			KY	073		
4291156	Elsmere	elsmere	US	69135	8536	America/New_York	39.01256	-84.60467	280	Elsmere,South Erlanger		KY	117		
4291176	Emerson	emerson	US	07630	0	America/New_York	38.35397	-83.2524	244			KY	135		
4291181	Eminence	eminence	US	40019	2535	America/New_York	38.37007	-85.18051	285	Ehminens,Eminens,ai mi nen si,amnns  kntaky,amynns,Еминенс,Эминенс,إميننس,امننس، کنتاکی,埃米嫩斯		KY	103		
4291182	Emlyn	emlyn	US	40730	427	America/New_York	36.70453	-84.14327	296	Diode,Emlyn,Hog Jaw		KY	235		
4291183	Emma	emma	US	62834	0	America/New_York	37.63538	-82.70016	195			KY	071		
4291187	Emmalena	emmalena	US	41740	0	America/New_York	37.33426	-83.07433	321			KY	119		
4291202	Endicott	endicott	US	13760	0	America/New_York	37.66649	-82.63849	242			KY	071		
4291210	Empire	empire	US	35063	0	America/Chicago	37.08643	-87.49722	157			KY	047		
4291218	English	english	US	47118	0	America/New_York	38.6284	-85.12801	145			KY	041		
4291221	Ennis	ennis	US	59729	0	America/Chicago	37.19838	-86.97416	139			KY	177		
4291232	Enterprise	enterprise	US	26568	0	America/New_York	38.2598	-83.25462	259			KY	043		
4291236	Eolia	eolia	US	40826	0	America/New_York	37.05371	-82.79155	517			KY	133		
4291241	Enon	enon	US	45323	0	America/Chicago	37.25366	-87.99002	147	Enon,Walnut Grove		KY	033		
4291248	Epworth	epworth	US	30541	0	America/New_York	38.51119	-83.59269	251			KY	135		
4291252	Equality	equality	US	36026	0	America/Chicago	37.39588	-87.06583	125			KY	183		
4291255	Erlanger	erlanger	US	41018	18797	America/New_York	39.01673	-84.60078	278	Ehrlanger,Erlanger,Greenwood Lake,Timberlake,aranga,ayrlanghr,e lan ge,rlngr  kntaky,Ерлангер,Эрлангер,إيرلانغر,ایرلینگیر، کینٹکی,رلنگر، کنتاکی,アーランガー,厄兰格		KY	117		
4291256	Ermine	ermine	US	41815	0	America/New_York	37.12121	-82.7921	377			KY	133		
4291269	Essie	essie	US	40827	0	America/New_York	37.06176	-83.45185	437			KY	131		
4291279	Estill	estill	US	29918	0	America/New_York	37.45704	-82.81877	285			KY	071		
4291289	Ethridge	ethridge	US	38456	0	America/New_York	38.77145	-84.95245	147			KY	077		
4291290	Etna	etna	US	03750	0	America/New_York	37.22591	-84.58022	330			KY	199		
4291291	Etoile	etoile	US	42131	0	America/Chicago	36.83561	-85.89998	222			KY	009		
4291293	Eubank	eubank	US	42567	324	America/New_York	37.27841	-84.65856	367			KY	199		
4291297	Eunice	eunice	US	65468	0	America/Chicago	37.18312	-85.12218	238			KY	001		
4291321	Evarts	evarts	US	40828	962	America/New_York	36.86592	-83.19045	480	Evarts,Woods		KY	095		
4291328	Everett	everett	US	02149	0	America/Chicago	36.93643	-87.05416	191			KY	141		
4291330	Evergreen	evergreen	US	23939	0	America/New_York	38.13563	-84.92578	259			KY	073		
4291331	Evergreen	evergreen	US	23939	0	America/New_York	38.06287	-82.68655	201			KY	127		
4291343	Evanston	evanston	US	47531	0	America/New_York	37.54204	-83.03156	300			KY	025		
4291352	Ewing	ewing	US	24248	266	America/New_York	38.4273	-83.86326	288	Juing,Юинг		KY	069		
4291361	Faber	faber	US	22938	0	America/New_York	36.8737	-84.13021	321	Faber,Watts		KY	235		
4291364	Ezel	ezel	US	41425	235	America/New_York	37.8912	-83.44435	288	Ecell,Ezel,Ezell		KY	175		
4291368	Fairbanks	fairbanks	US	47849	0	America/Chicago	36.52395	-88.54755	169	Fairbanks,Podunk		KY	083		
4291369	Fairbanks	fairbanks	US	47849	0	America/New_York	38.4334	-84.73245	276			KY	187		
4291373	Fairdale	fairdale	US	25839	8148	America/Kentucky/Louisville	38.10507	-85.75885	145	Coral Ridge,Fairdale		KY	111		
4291374	Fairdealing	fairdealing	US	63939	0	America/Chicago	36.84672	-88.2392	140			KY	157		
4291375	Fairfield	fairfield	US	04937	0	America/Chicago	37.67145	-86.2872	232			KY	027		
4291376	Fairfield	fairfield	US	04937	114	America/New_York	37.93367	-85.38357	219	Fairfield,Feurfild,Turkeytown,Феърфилд		KY	179		
4291382	Fairmont	fairmont	US	26554	0	America/Chicago	37.46005	-87.85002	111			KY	233		
4291388	Fairmount	fairmount	US	30139	0	America/Kentucky/Louisville	38.11645	-85.57079	198	Fairmaont,Fairmont,Fairmount		KY	111		
4291393	Fairplay	fairplay	US	21733	0	America/Chicago	37.01228	-85.30385	300			KY	001		
4291394	Fairview	fairview	US	07022	0	America/New_York	37.90146	-85.1069	240			KY	005		
4291395	Fairview	fairview	US	07022	0	America/New_York	38.47925	-82.67905	195			KY	019		
4291397	Fairview	fairview	US	07022	0	America/New_York	38.45952	-83.93076	283			KY	069		
4291398	Fairview	fairview	US	07022	146	America/New_York	38.99839	-84.48716	163			KY	117		
4291399	Fairview	fairview	US	07022	0	America/Chicago	37.09866	-88.06308	166			KY	143		
4291400	Fairview	fairview	US	07022	0	America/New_York	36.60008	-84.1116	304			KY	235		
4291458	Falcon	falcon	US	28342	0	America/New_York	37.78981	-83.00183	297			KY	153		
4291472	Fall Rock	fall-rock	US	40932	0	America/New_York	37.21981	-83.78825	312			KY	051		
4291500	Falls of Rough	falls-of-rough	US	40119	0	America/Chicago	37.59005	-86.54887	148			KY	027		
4291501	Falmouth	falmouth	US	02540	2127	America/New_York	38.67674	-84.33021	168	Falmouth,Falmut,Fehlmous,The Forks of the Licking,fa er mao si,falmawth,flmt  kntaky,Фалмут,Фэлмоус,فالماوث,فلمت، کنتاکی,法尔茅斯	191	KY	191		
4291504	Fallsburg	fallsburg	US	12733	0	America/New_York	38.17509	-82.67349	175	Falls of Blain,Fallsburg		KY	127		
4291506	Fancy Farm	fancy-farm	US	42039	458	America/Chicago	36.7995	-88.79144	134			KY	083		
4291508	Fannin	fannin	US	77960	0	America/New_York	38.06842	-83.08962	219	Fannin,Middle Fork		KY	063		
4291529	Farmdale	farmdale	US	44417	0	America/New_York	38.10952	-84.91662	246			KY	073		
4291533	Farmers	farmers	US	40319	284	America/New_York	38.14286	-83.54602	205			KY	205		
4291542	Farmersville	farmersville	US	45325	0	America/Chicago	37.20255	-87.90696	150			KY	033		
4291543	Farmington	farmington	US	03835	245	America/Chicago	36.6695	-88.52588	171			KY	083		
4291561	Faxon	faxon	US	73540	0	America/Chicago	36.67866	-88.14753	158			KY	035		
4291567	Faywood	faywood	US	88034	0	America/New_York	38.10285	-84.64161	249	Booneville,Faywood		KY	239		
4291584	Fedscreek	fedscreek	US	41524	0	America/New_York	37.40344	-82.24514	269			KY	195		
4291595	Fenton	fenton	US	48430	0	America/Chicago	36.777	-88.10281	120			KY	221		
4291598	Fenwick	fenwick	US	26202	0	America/New_York	38.07869	-84.35549	283			KY	067		
4291599	Ferguson	ferguson	US	28624	0	America/Chicago	36.77948	-86.97722	168			KY	141		
4291600	Ferguson	ferguson	US	28624	943	America/New_York	37.06674	-84.59994	285	Fergjuson,Ferguson,Luretha,Фергюсон		KY	199		
4291625	Ferndale	ferndale	US	12734	0	America/New_York	36.6962	-83.68464	365			KY	013		
4291641	Fidelity	fidelity	US	62030	0	America/New_York	36.66369	-84.60994	284			KY	147		
4291668	Fillmore	fillmore	US	14735	0	America/New_York	37.60453	-83.54963	266			KY	129		
4292228	Frazer	frazer	US	59225	0	America/Kentucky/Monticello	36.95646	-84.70494	275	Frazer,North Frazer		KY	231		
4291670	Fincastle	fincastle	US	24090	848	America/Kentucky/Louisville	38.30785	-85.54218	218	Finkasl,Finkastl,fei ka si tu,fynkasl,fynksl  kntaky,Финкасл,Финкастл,فينكاسل,فینکسل، کنتاکی,菲卡斯图		KY	111		
4291671	Fincastle	fincastle	US	24090	0	America/New_York	37.64536	-83.6488	218			KY	129		
4291674	Finchville	finchville	US	40022	0	America/New_York	38.15368	-85.31273	235			KY	211		
4291678	Finley	finley	US	38030	0	America/New_York	37.46145	-85.33941	310			KY	217		
4291725	Fisher	fisher	US	16225	0	America/Chicago	37.57644	-86.36831	220			KY	027		
4291740	Fisherville	fisherville	US	40023	0	America/Kentucky/Louisville	38.18979	-85.46301	170			KY	111		
4291764	Fisty	fisty	US	41743	0	America/New_York	37.33399	-83.10156	275			KY	119		
4291773	Fitchburg	fitchburg	US	01420	0	America/New_York	37.73258	-83.85186	222			KY	065		
4291783	Five Points	five-points	US	36855	0	America/Chicago	36.61672	-88.32921	169			KY	035		
4291802	Flanagan	flanagan	US	61740	0	America/New_York	37.93397	-84.21048	271	Flanagan,Flanagan Station,Rankins Station		KY	049		
4291848	Flat Lick	flat-lick	US	40935	960	America/New_York	36.82898	-83.7702	317			KY	121		
4291852	Flat Rock	flat-rock	US	28731	0	America/Chicago	37.23366	-87.96585	156			KY	033		
4291853	Flat Rock	flat-rock	US	28731	0	America/New_York	36.79675	-84.48466	391			KY	147		
4291854	Flat Rock	flat-rock	US	28731	0	America/New_York	37.36092	-84.27105	392			KY	203		
4291855	Flat Rock	flat-rock	US	28731	0	America/Chicago	36.67587	-86.56194	210			KY	213		
4291877	Flatgap	flatgap	US	41219	0	America/New_York	37.93426	-82.88739	248			KY	115		
4291884	Flatwoods	flatwoods	US	26621	7335	America/New_York	38.52258	-82.71711	208			KY	089		
4291899	Fleming	fleming	US	16835	0	America/New_York	37.19566	-82.69905	404	Fleming,Fleming-Neon		KY	133		
4291905	Flemingsburg	flemingsburg	US	41041	2894	America/New_York	38.4223	-83.73381	248	Flemingsburg,Stockton Station	069	KY	069		
4291909	Fletcher	fletcher	US	28732	0	America/New_York	37.00509	-83.97021	347			KY	125		
4291919	Flint	flint	US	48501	0	America/New_York	37.05093	-82.93349	415			KY	133		
4291925	Flint Hill	flint-hill	US	22627	0	America/New_York	37.49839	-85.99052	199			KY	093		
4291932	Flintville	flintville	US	37335	0	America/New_York	37.48481	-83.30045	240			KY	025		
4291934	Flippin	flippin	US	72634	0	America/Chicago	36.72033	-85.87414	224	Flippin,Johnstonville,The Forks of Indian Creek		KY	171		
4291945	Florence	florence	US	01062	32227	America/New_York	38.99895	-84.62661	282	Connersville,Crossroads,Florence,Florencija,Florens,Maddensville,Maddentown,Maddontwon,flwrns,flwrns  kntaky,fu luo lun sa,furorensu,Флоренс,Флоренция,فلورنس,فلورنس، کنتاکی,فلورنس، کینٹکی,フローレンス,佛羅倫薩		KY	015		
4291947	Floral	floral	US	72534	0	America/Chicago	37.78672	-86.81082	173			KY	091		
4291952	Flournoy	flournoy	US	96029	0	America/Chicago	37.6956	-87.86141	128			KY	225		
4291955	Floyd	floyd	US	24091	0	America/New_York	37.25091	-84.65244	344			KY	199		
4291990	Folsom	folsom	US	19033	0	America/New_York	38.71201	-84.74745	180			KY	081		
4291993	Ford	ford	US	23850	0	America/New_York	37.88175	-84.26021	204			KY	049		
4292006	Fords Branch	fords-branch	US	41526	0	America/New_York	37.43316	-82.51099	211			KY	195		
4292011	Fordsville	fordsville	US	42343	530	America/Chicago	37.63616	-86.71749	152			KY	183		
4292014	Forest Grove	forest-grove	US	18922	0	America/New_York	37.94563	-84.22437	274	Forest Grove,Germantown		KY	049		
4292017	Forest Hill	forest-hill	US	21050	0	America/Chicago	37.05339	-88.63838	132			KY	145		
4292020	Forest Hills	forest-hills	US	11375	457	America/Kentucky/Louisville	38.21535	-85.58579	201	Forest Hills,Linn Station		KY	111		
4292021	Forest Hills	forest-hills	US	11375	0	America/New_York	39.03423	-84.5055	161			KY	117		
4292022	Forest Hills	forest-hills	US	11375	0	America/New_York	37.63816	-82.29375	236	Forest Hills,Road Fork		KY	195		
4292034	Forestville	forestville	US	14062	0	America/Chicago	37.26838	-85.99664	258	Forestville,Wildcat		KY	099		
4292061	Forkland	forkland	US	36740	0	America/New_York	37.55257	-84.97996	243			KY	021		
4292067	Fort Mitchell	fort-mitchell	US	23941	8306	America/New_York	39.0595	-84.54744	260			KY	117		
4292071	Fort Thomas	fort-thomas	US	41075	16398	America/New_York	39.07506	-84.44716	262	Fort Thomas,Guyville,Mount Pleasant,Rossford		KY	037		
4292078	Foster	foster	US	02825	44	America/New_York	38.79924	-84.21299	163	Foster,Fosters		KY	023		
4292095	Fountain Run	fountain-run	US	42133	211	America/Chicago	36.7189	-85.9657	235	Fountain Run,Jamestown,Jimtown		KY	171		
4292099	Four Corners	four-corners	US	82715	0	America/New_York	38.65257	-84.68439	268			KY	081		
4292100	Four Corners	four-corners	US	82715	0	America/New_York	37.74895	-86.08802	235	Four Corners,Miller Corners		KY	093		
4292102	Four Oaks	four-oaks	US	27524	0	America/New_York	38.63396	-84.31799	192			KY	191		
4292106	Fourmile	fourmile	US	40939	0	America/New_York	36.79342	-83.74186	305			KY	013		
4292142	Fox	fox	US	72051	0	America/New_York	37.75925	-84.06687	276			KY	065		
4292161	Frakes	frakes	US	40940	0	America/New_York	36.64286	-83.9277	454			KY	013		
4292188	Frankfort	frankfort	US	04438	27830	America/New_York	38.20091	-84.87328	155	FFT,Fran'kfort,Frankfart,Frankfort,Frankforta,Frankfortas,Frankforts,Frankfurt,Frehnkfort,Frenkfort,The Big Bend,fa lan ke fu,frankfort,frankfwrt,frankfwrt  kntaky,furankufoto,peulaengkeupeoteu,phramkaphorta,phrankapharta,phryankaphorta,piranport,prnqpwrt,Φράνκφορτ,Франкфарт,Франкфорт,Франкфурт,Френкфорт,Фрэнкфорт,Ֆրանկֆորտ,פרנקפורט,فرانكفورت,فرانکفورت، کنتاکی,فرینک فورٹ، کینٹکی,فرینکفورٹ,फ़्रांक्फ़ोर्ट्,फ्रँकफोर्ट,फ्राङ्कफर्त,फ्र्यांकफोर्ट,பிராங்போர்ட்,แฟรงก์เฟิร์ต,フランクフォート,法兰克福,프랭크퍼트	KY	KY	073		
4292193	Franklin	franklin	US	02038	8787	America/Chicago	36.72226	-86.57722	216	Franklin,Frehnklin,franklyn,franklyn  kntaky,fu lan ke lin,Франклин,Фрэнклин,فرانكلين,فرانکلین، کنتاکی,فرینکلن، کینٹکی,富兰克林	213	KY	213		
4292214	Franklinton	franklinton	US	27525	0	America/New_York	38.45257	-85.05551	261			KY	103		
4292244	Fredericktown	fredericktown	US	15333	0	America/New_York	37.75895	-85.3419	160	Fredericksburg,Fredericktown		KY	229		
4292252	Fredonia	fredonia	US	14063	393	America/Chicago	37.20811	-88.05669	130			KY	033		
4292259	Freeburn	freeburn	US	41528	399	America/New_York	37.56455	-82.1418	221			KY	195		
4292260	Freedom	freedom	US	03836	0	America/Chicago	36.92284	-85.10551	314			KY	207		
4292262	Free Union	free-union	US	22940	0	America/Chicago	37.52532	-87.75418	117			KY	233		
4292290	Freetown	freetown	US	47235	0	America/Chicago	36.68033	-85.7972	264			KY	171		
4292308	Frenchburg	frenchburg	US	40322	531	America/New_York	37.95092	-83.62575	266	Frenchberg,Frenchburg,frnchbwrg  kntaky,frnshbwrgh,fu lun qi bao,Френчберг,Френчбург,فرنشبورغ,فرنچبورگ، کنتاکی,弗伦奇堡	165	KY	165		
4292312	Fresh Meadows	fresh-meadows	US	11365	0	America/New_York	36.84314	-83.37352	363			KY	095		
4292348	Friendship	friendship	US	04547	0	America/Chicago	37.05699	-87.7664	161			KY	033		
4292374	Frost	frost	US	56033	0	America/New_York	38.72897	-82.92739	166			KY	089		
4292422	Fullerton	fullerton	US	58441	0	America/New_York	38.72174	-82.98184	183			KY	089		
4292424	Fulton	fulton	US	13069	2235	America/Chicago	36.50423	-88.87423	110	Fulton,fu er dun,fwltn  kntaky,fwltwn,Фултон,فلٹن، کینٹکی,فولتن، کنتاکی,فولتون,富尔顿		KY	075		
4292435	Funston	funston	US	31753	0	America/New_York	36.89702	-84.40577	369			KY	147		
4292476	Gage	gage	US	73843	0	America/Chicago	36.99117	-88.8895	145			KY	007		
4292480	Gainesville	gainesville	US	14066	0	America/Chicago	36.8506	-86.15832	166			KY	003		
4292494	Gallup	gallup	US	87301	0	America/New_York	38.01315	-82.62266	177			KY	127		
4292497	Galveston	galveston	US	46932	0	America/New_York	37.4401	-82.62877	277			KY	071		
4292543	Gardner	gardner	US	01440	0	America/New_York	36.96814	-83.53852	346			KY	051		
4292548	Garfield	garfield	US	07026	0	America/Chicago	37.78284	-86.35748	245			KY	027		
4292556	Garner	garner	US	27529	0	America/New_York	37.35815	-82.92516	392	Garner,Garney		KY	119		
4292558	Garner	garner	US	27529	0	America/New_York	38.29481	-82.73572	195			KY	019		
4292564	Garnett	garnett	US	29922	0	America/New_York	38.45924	-84.32744	216			KY	097		
4292567	Garrard	garrard	US	40941	0	America/New_York	37.1237	-83.74631	264			KY	051		
4292571	Garrett	garrett	US	15542	0	America/New_York	37.47982	-82.83155	267			KY	071		
4292572	Garrett	garrett	US	15542	0	America/New_York	37.89785	-86.11302	209			KY	163		
4292586	Garrison	garrison	US	10524	866	America/New_York	38.60619	-83.17323	164	Garrison,Stone City		KY	135		
4292620	Gates	gates	US	27937	0	America/New_York	38.23397	-83.36657	253			KY	205		
4292621	Gatesville	gatesville	US	27938	0	America/Chicago	37.51699	-87.60806	149			KY	233		
4292622	Gatewood	gatewood	US	63942	0	America/Chicago	37.83311	-86.8661	172	Asberry Chapel,Asbury Chapel,Gatewood		KY	059		
4292638	Gays Creek	gays-creek	US	41745	0	America/New_York	37.32815	-83.42768	270			KY	193		
4292644	Geddes	geddes	US	57342	0	America/Chicago	36.65671	-86.54972	229			KY	213		
4292657	Geneva	geneva	US	14456	0	America/Chicago	37.81199	-87.69196	118	Geneva,Walkers Crossroads		KY	101		
4292658	Geneva	geneva	US	14456	0	America/New_York	37.43952	-84.74634	291			KY	137		
4292685	Georgetown	georgetown	US	01833	0	America/New_York	36.88926	-83.05517	495			KY	095		
4292686	Georgetown	georgetown	US	01833	32356	America/New_York	38.2098	-84.55883	258	Dzhorzhtaun,Dzordztaun,George Town,Georgetown,Lebanon Station,McClellans Station,jojitaun,jrj‌tawn  kntaky,jwrjtawn,qiao zhi dui,Џорџтаун,Джоржтаун,جارج ٹاؤن، کینٹکی,جرج‌تاون، کنتاکی,جورجتاون,ジョージタウン,乔治敦,조지타운	209	KY	209		
4292692	Germantown	germantown	US	12526	150	America/New_York	38.6548	-83.96465	295			KY	023		
4292706	Gibbs	gibbs	US	63540	0	America/New_York	37.02092	-83.90243	314			KY	121		
4292709	Ghent	ghent	US	12075	320	America/New_York	38.73756	-85.05828	148	Ghent,McCools Creek Settlement		KY	041		
4292729	Gifford	gifford	US	16732	0	America/New_York	37.75759	-83.12128	259			KY	153		
4292730	Gilbert	gilbert	US	18331	0	America/New_York	37.57397	-84.59411	260			KY	137		
4292744	Gilbertsville	gilbertsville	US	13776	458	America/Chicago	37.0245	-88.29976	107	Freedom Corner,Gilbertsville,Hells Half Acre,Jesseville		KY	157		
4292813	Girdler	girdler	US	40943	0	America/New_York	36.93981	-83.84326	318			KY	121		
4292815	Glade	glade	US	67639	0	America/Chicago	36.81894	-88.3117	121			KY	157		
4292826	Glasgow	glasgow	US	16644	14470	America/Chicago	36.99588	-85.91192	230	GLW,Glazgou,ge la si ge,ghlaskw,glasgw  kntaky,Глазгоу,غلاسكو,گلاسگو، کنتاکی,格拉斯哥	009	KY	009		
4292845	Glenarm	glenarm	US	62536	0	America/New_York	38.35368	-85.46301	247			KY	185		
4292847	Glencoe	glencoe	US	41046	359	America/New_York	38.71451	-84.82273	167			KY	077		
4292848	Glendale	glendale	US	01229	0	America/New_York	37.60173	-85.90552	215			KY	093		
4292863	Glens Fork	glens-fork	US	42741	0	America/Chicago	37.01395	-85.25052	247	Glennsville,Glens Fork,Hardscratch		KY	001		
4292866	Glenview	glenview	US	40025	544	America/Kentucky/Louisville	38.3084	-85.65024	137	Glenv'ju,Glenvju,ge lun wei you,ghlynfyw,glnwyw  kntaky,Гленвью,Гленвју,غلينفيو,گلنویو، کنتاکی,格伦维尤		KY	111		
4292873	Glenville	glenville	US	17329	0	America/Chicago	37.59455	-87.19336	135	Glenville,Lickskillet		KY	149		
4292875	Glenwood	glenwood	US	07418	0	America/New_York	38.22231	-82.786	225			KY	127		
4292884	Globe	globe	US	85501	0	America/New_York	38.28758	-83.2449	248			KY	043		
4292900	Goddard	goddard	US	67052	0	America/New_York	38.36258	-83.61464	215	Goddard,Hamburg,Hammonds Store,Tuffy		KY	069		
4292983	Goodwater	goodwater	US	35072	0	America/New_York	37.07536	-84.37327	377			KY	199		
4293005	Goose Creek	goose-creek	US	29445	294	America/Kentucky/Louisville	38.31618	-85.64857	129	Florida Heights,Goose Creek		KY	111		
4293026	Goose Rock	goose-rock	US	40944	0	America/New_York	37.09037	-83.69436	281	Goose Rock,Gooserock		KY	051		
4293036	Gordon	gordon	US	17936	0	America/New_York	36.99287	-83.02433	411			KY	133		
4294024	Hardin	hardin	US	42048	599	America/Chicago	36.76478	-88.29531	125			KY	157		
4293037	Gordonsville	gordonsville	US	22942	0	America/Chicago	36.84004	-87.01889	180	Gordonsville,Gordonville		KY	141		
4293055	Goshen	goshen	US	01032	909	America/New_York	38.40312	-85.57413	207	Goshen,Гошен		KY	185		
4293072	Grace	grace	US	38745	0	America/New_York	37.19731	-83.86548	288			KY	051		
4293086	Gracey	gracey	US	42232	138	America/Chicago	36.8781	-87.66223	155			KY	047		
4293087	Gradyville	gradyville	US	19039	0	America/Chicago	37.06339	-85.42246	213			KY	001		
4293090	Graham	graham	US	27253	0	America/Chicago	37.25171	-87.27972	159			KY	177		
4293102	Grahn	grahn	US	41142	0	America/New_York	38.28369	-83.07517	211			KY	043		
4293110	Grand Rivers	grand-rivers	US	42045	374	America/Chicago	37.00311	-88.23447	118	Grand Rivers,Otisville		KY	139		
4293124	Grandview	grandview	US	37337	0	America/Chicago	36.7195	-85.68719	299			KY	171		
4293140	Grant	grant	US	32949	0	America/New_York	38.96367	-84.45133	168			KY	117		
4293152	Grapevine	grapevine	US	72057	0	America/Chicago	37.30004	-87.48583	157			KY	107		
4293226	Gratz	gratz	US	17030	77	America/New_York	38.47368	-84.95273	137	Clay Lick,Gratz		KY	187		
4293241	Gravel Switch	gravel-switch	US	40328	0	America/New_York	37.57868	-85.05218	277			KY	155		
4293270	Gray Hawk	gray-hawk	US	40434	0	America/New_York	37.39509	-83.9402	388			KY	109		
4293308	Graysville	graysville	US	15337	0	America/Chicago	37.77228	-86.29747	240			KY	027		
4293311	Grayson	grayson	US	30017	4058	America/New_York	38.33258	-82.9485	193		043	KY	043		
4293347	Green	green	US	44232	0	America/New_York	38.14064	-83.07517	232			KY	063		
4293353	Greeley	greeley	US	18425	0	America/New_York	37.67647	-83.75297	269			KY	129		
4293422	Greenacres	greenacres	US	33454	0	America/Chicago	37.02477	-88.01613	117			KY	143		
4293427	Green Spring	green-spring	US	26722	740	America/Kentucky/Louisville	38.31618	-85.61385	188			KY	111		
4293432	Greenbrier	greenbrier	US	37073	0	America/New_York	37.72951	-85.45913	214			KY	179		
4293446	Greencastle	greencastle	US	17225	0	America/Chicago	37.09171	-86.49554	134	Browns Lock,Green Castle,Greencastle,Swan Creek		KY	227		
4293448	Greendale	greendale	US	53129	0	America/New_York	38.10591	-84.5255	289			KY	067		
4293470	Greensburg	greensburg	US	15601	2123	America/Chicago	37.26089	-85.49885	183	Grinsburg,ge lin,ghrynsbwrj,grynzbrg  kntaky,Гринсбург,غرينسبورج,گرینزبرگ، کنتاکی,گرینزبرگ، کینٹکی,格林	087	KY	087		
4293473	Greenup	greenup	US	41144	1157	America/New_York	38.57313	-82.83017	160	Grinap,Grinup,ge li na pu,grynap  kntaky,Гринап,Гринуп,گریناپ، کنتاکی,格里纳普	089	KY	089		
4293477	Greenville	greenville	US	02828	4395	America/Chicago	37.20115	-87.17889	160	Grinvil,Grinvil',Grinvill,ge lin wei er,ghrynfyl,grynwyl  kntaky,Гринвил,Гринвилл,Ґрінвіль,غرينفيل,گرینویل، کنتاکی,گرینویل، کینٹکی,格林维尔	177	KY	177		
4293482	Greenwood	greenwood	US	04255	0	America/Kentucky/Louisville	38.14729	-85.89608	137			KY	111		
4293483	Greenwood	greenwood	US	04255	0	America/New_York	36.87452	-84.49549	371			KY	147		
4293484	Greenwood	greenwood	US	04255	0	America/New_York	38.75118	-84.3891	271			KY	191		
4293485	Greenwood	greenwood	US	04255	0	America/Chicago	36.94032	-86.41999	168			KY	227		
4293499	Gregory	gregory	US	48137	0	America/Kentucky/Monticello	36.82952	-84.70189	254			KY	231		
4293514	Gresham	gresham	US	29546	0	America/Chicago	37.19673	-85.45024	254			KY	087		
4293516	Grethel	grethel	US	41631	0	America/New_York	37.49121	-82.64766	220			KY	071		
4293530	Griffin	griffin	US	30223	0	America/Kentucky/Monticello	36.70452	-84.72883	285			KY	231		
4293540	Griffith	griffith	US	46319	0	America/Chicago	37.81532	-87.21278	116			KY	059		
4293596	Grove	grove	US	74344	0	America/New_York	36.93258	-84.22355	349			KY	235		
4293619	Grundy	grundy	US	24614	0	America/New_York	37.12619	-84.52216	302			KY	199		
4293690	Gunlock	gunlock	US	41632	0	America/New_York	37.5476	-82.926	305			KY	153		
4293702	Guston	guston	US	40142	0	America/New_York	37.89284	-86.22192	216			KY	163		
4293704	Guthrie	guthrie	US	42234	1437	America/Chicago	36.64838	-87.16639	167			KY	219		
4293708	Guy	guy	US	72061	0	America/Chicago	37.12393	-86.61305	154			KY	227		
4293714	Gypsy	gypsy	US	26361	0	America/New_York	37.66259	-82.96378	297			KY	153		
4293747	Hadensville	hadensville	US	23067	0	America/Chicago	36.67032	-87.13111	170	Hadensville,Pleasant Vale		KY	219		
4293748	Hadley	hadley	US	01035	0	America/Chicago	37.05977	-86.60694	204			KY	227		
4293756	Hagerhill	hagerhill	US	41222	0	America/New_York	37.78621	-82.79349	190			KY	115		
4293790	Halfway	halfway	US	97834	0	America/Chicago	36.7956	-86.2961	235			KY	003		
4293791	Halfway	halfway	US	97834	0	America/Chicago	37.08839	-85.79553	226			KY	009		
4293798	Halifax	halifax	US	02338	0	America/Chicago	36.82838	-86.24221	221			KY	003		
4293800	Hall	hall	US	14463	0	America/New_York	37.78397	-84.61689	287	Ariel,Hall		KY	113		
4293801	Hall	hall	US	14463	0	America/New_York	37.29927	-82.77016	303			KY	119		
4293845	Hallam	hallam	US	68368	0	America/New_York	38.50257	-84.78967	282			KY	187		
4293848	Hallie	hallie	US	41821	0	America/New_York	37.10232	-83.02127	314			KY	133		
4293875	Hamilton	hamilton	US	01936	0	America/New_York	38.8834	-84.78161	148			KY	015		
4293897	Hamlin	hamlin	US	14464	0	America/Chicago	36.59839	-88.07642	127			KY	035		
4293906	Hammond	hammond	US	13646	0	America/New_York	36.95703	-83.72742	315			KY	121		
4293926	Hampton	hampton	US	03842	0	America/Chicago	37.28311	-88.37143	162			KY	139		
4293978	Hannah	hannah	US	58239	0	America/New_York	38.04759	-82.87239	208			KY	127		
4293987	Hanson	hanson	US	02341	736	America/Chicago	37.41727	-87.48083	133	Hanson,Jones Stand,The Villiage		KY	107		
4293989	Hansford	hansford	US	25103	0	America/New_York	37.26981	-84.36994	336			KY	203		
4293993	Happy	happy	US	41746	0	America/New_York	37.20398	-83.09656	285			KY	193		
4294017	Harcourt	harcourt	US	50544	0	America/New_York	37.55589	-86.01219	191			KY	093		
4294023	Hardesty	hardesty	US	73944	0	America/New_York	37.80201	-85.21329	245			KY	229		
4294044	Hardinsburg	hardinsburg	US	40143	2333	America/Chicago	37.78006	-86.46053	216	Hardinsburg,Smoketown	027	KY	027		
4294047	Hardwick	hardwick	US	01037	0	America/Kentucky/Monticello	36.92896	-84.69078	301			KY	231		
4294057	Hardy	hardy	US	24101	0	America/New_York	37.62149	-82.24403	224			KY	195		
4294065	Hardyville	hardyville	US	23070	156	America/Chicago	37.25422	-85.78608	214			KY	099		
4294072	Harlan	harlan	US	40831	1639	America/New_York	36.84314	-83.32185	363	Kharlan,ha lun,harlan,harln  kntaky,Харлан,هارلان,هارلن، کنتاکی,哈伦	095	KY	095		
4294089	Harmony	harmony	US	02829	0	America/New_York	38.36729	-84.738	223			KY	187		
4294103	Harned	harned	US	40144	0	America/Chicago	37.75173	-86.41359	228			KY	027		
4294108	Harold	harold	US	41635	0	America/New_York	37.53677	-82.63321	205	Harold,Laynesville		KY	071		
4294113	Harper	harper	US	25851	0	America/New_York	37.80176	-83.19573	262			KY	153		
4294135	Harris	harris	US	12742	0	America/New_York	38.37869	-83.33268	261			KY	135		
4294172	Harrisonville	harrisonville	US	08039	0	America/New_York	38.0884	-85.06718	272	Connersville,Harrisonville		KY	211		
4294176	Harrods Creek	harrods-creek	US	40027	0	America/Kentucky/Louisville	38.32757	-85.62774	155	Harrods Creek,Seminary Land		KY	111		
4294180	Harrodsburg	harrodsburg	US	40330	8394	America/New_York	37.7623	-84.84329	259	Harrod's Town,Harrodsburg,Harrodstown,Hogtown,Kharodsburg,Kharrodsburg,Old Town,ha luo ci bai ge,harwdsbwrg,harwdsbwrgh,Хародсбург,Харродсбург,هارودسبورغ,هارودسبورگ,哈洛兹柏格	167	KY	167		
4294195	Hartford	hartford	US	05047	2750	America/Chicago	37.45116	-86.90916	127	Fort Hartford,Hartford,Hartford Court House,Hartford Station,Hartsford,Hartsford Station,Khartford,ha te fu de,hartfrd  kntaky,hartfwrd,Хартфорд,هارتفرد، کنتاکی,هارتفورد,ہارٹفورڈ، کینٹکی,哈特福德	183	KY	183		
4294196	Hartley	hartley	US	51346	0	America/New_York	37.31094	-82.63293	282			KY	195		
4294208	Harvey	harvey	US	50119	0	America/Chicago	36.80839	-88.41782	155	Harvey,Harvy		KY	157		
4294227	Hatfield	hatfield	US	01038	0	America/New_York	37.72454	-82.36848	216			KY	195		
4294244	Hatton	hatton	US	58240	0	America/New_York	38.2259	-85.00662	210	Hatton,North Benson		KY	211		
4294267	Hawesville	hawesville	US	42348	1002	America/Chicago	37.90006	-86.75499	158	Khauesvill,hawsfyl,hawswyl,huo si wei er,Хауесвилл,هاوسفيل,هاوسویل,霍斯维尔	091	KY	091		
4294272	Hawkins	hawkins	US	54530	0	America/Chicago	37.02921	-87.65056	230			KY	047		
4294290	Hawthorne	hawthorne	US	07506	0	America/New_York	38.98062	-84.42022	165			KY	037		
4294299	Hayes	hayes	US	23072	0	America/New_York	38.64868	-84.36577	194	Hayes,Hayesvalley		KY	191		
4294326	Haynesville	haynesville	US	22472	0	America/Chicago	37.68505	-86.75665	145			KY	183		
4294327	Hays	hays	US	28635	0	America/Chicago	37.03144	-86.13887	206	Hays,Haysford		KY	227		
4294345	Haysville	haysville	US	67060	0	America/New_York	37.9034	-86.24247	210	Haynesville,Haysville		KY	163		
4294346	Hayward	hayward	US	54843	0	America/New_York	38.25619	-83.28574	278			KY	043		
4294347	Haywood	haywood	US	22722	0	America/Chicago	36.94616	-85.97442	232			KY	009		
4294349	Hazard	hazard	US	41701	5341	America/New_York	37.24954	-83.19323	283	Khazard,ha ze de,haejeodeu,hazard,hzrd  kntaky,Хазард,هازارد,هزرد، کنتاکی,哈泽德,해저드	193	KY	193		
4294352	Hazel	hazel	US	42049	406	America/Chicago	36.50228	-88.32587	172			KY	035		
4294353	Hazel	hazel	US	42049	0	America/Chicago	37.51227	-87.98947	132			KY	225		
4294365	Hazel Green	hazel-green	US	35750	228	America/New_York	37.79759	-83.41657	281	Hazel Green,Hazle Green,Tribles Store		KY	237		
4294373	Hazelwood	hazelwood	US	28738	0	America/Kentucky/Louisville	38.17785	-85.78135	145			KY	111		
4294418	Heath	heath	US	01346	0	America/Chicago	37.08672	-88.79006	117			KY	145		
4294425	Hebron	hebron	US	03241	5929	America/New_York	39.06589	-84.70106	268	Briar Patch,Hebron,Tailholt		KY	015		
4294436	Hecla	hecla	US	57446	0	America/Chicago	37.28505	-87.52694	126	Hechla,Hecla		KY	107		
4294437	Hector	hector	US	14841	0	America/New_York	37.15315	-83.6538	294			KY	051		
4294452	Heflin	heflin	US	36264	0	America/Chicago	37.50671	-87.00694	126	Abbyville,Heflin		KY	183		
4294455	Heidelberg	heidelberg	US	39439	0	America/New_York	37.55536	-83.77881	219			KY	129		
4294456	Heidrick	heidrick	US	40949	0	America/New_York	36.88259	-83.87854	305	Heidrick,Highland Park		KY	121		
4294462	Helena	helena	US	13649	0	America/New_York	38.49341	-83.7752	252			KY	161		
4294469	Hellier	hellier	US	41534	0	America/New_York	37.28761	-82.47126	382			KY	195		
4294470	Helm	helm	US	93627	0	America/Chicago	36.89562	-85.15273	175			KY	207		
4294476	Helton	helton	US	40840	0	America/New_York	36.95398	-83.39074	378			KY	131		
4294488	Hemphill	hemphill	US	75948	0	America/New_York	37.21566	-82.70516	420			KY	133		
4294494	Henderson	henderson	US	13650	28890	America/Chicago	37.83615	-87.59001	124	Khenderson,hendason,heng de sen,hndrsn  kntaky,hndrswn,Хендерсон,هندرسن، کنتاکی,هندرسون,ہینڈرسن، کینٹکی,ヘンダーソン,亨德森	101	KY	101		
4294519	Hendricks	hendricks	US	26271	0	America/New_York	37.70815	-83.11851	267			KY	153		
4294563	Hensley	hensley	US	24843	0	America/Chicago	37.79201	-86.33497	254			KY	027		
4294564	Hensley	hensley	US	24843	0	America/New_York	37.23787	-83.67408	243			KY	051		
4294592	Hermon	hermon	US	13652	0	America/Chicago	36.74282	-87.165	186			KY	219		
4294595	Herndon	herndon	US	17830	0	America/Chicago	36.73366	-87.56529	160	Herndon,Knockum Hill		KY	047		
4294611	Hestand	hestand	US	42151	0	America/Chicago	36.65423	-85.62942	268			KY	171		
4294618	Hi Hat	hi-hat	US	41636	0	America/New_York	37.39177	-82.72905	314	Clear Creek Junction,Fed,Hi Hat,Hi-Hat,HiHat,Hihat		KY	071		
4294625	Hickman	hickman	US	38567	2202	America/Chicago	36.57117	-89.18618	142	Hickman,Khikman,Mills Point,hykman,hykmn  kntaky,xi ke man,Хикман,هيكمان,هیکمن، کنتاکی,希克曼	075	KY	075		
4294627	Hibernia	hibernia	US	07842	0	America/New_York	37.45895	-85.55997	291			KY	217		
4294634	Hickory	hickory	US	15340	0	America/Chicago	36.82256	-88.64755	130	Hickory,Hickory Grove		KY	083		
4294643	Hickory Flat	hickory-flat	US	38633	0	America/Chicago	36.70782	-86.46194	218			KY	213		
4294651	Hickory Grove	hickory-grove	US	29717	0	America/New_York	37.9673	-84.99329	267			KY	005		
4294652	Hickory Grove	hickory-grove	US	29717	0	America/New_York	36.67508	-84.48633	394			KY	147		
4294702	Hicksville	hicksville	US	11801	0	America/Chicago	36.79617	-88.50282	133			KY	083		
4294704	Hico	hico	US	25854	0	America/Chicago	36.7295	-88.18337	158			KY	035		
4294705	Hidalgo	hidalgo	US	62432	0	America/Kentucky/Monticello	36.73562	-84.94745	316			KY	231		
4294707	Higdon	higdon	US	35979	0	America/Chicago	37.4295	-86.17442	170			KY	085		
4294721	High Bridge	high-bridge	US	08829	242	America/New_York	37.82424	-84.71828	232			KY	113		
4294723	High Falls	high-falls	US	12440	0	America/New_York	37.72981	-83.5838	307			KY	237		
4294736	High Point	high-point	US	27260	0	America/Chicago	37.11422	-88.71561	102			KY	145		
4294745	Highgate Springs	highgate-springs	US	05460	0	America/Kentucky/Louisville	38.21535	-85.64024	154			KY	111		
4294748	Highland	highland	US	12528	0	America/New_York	37.42813	-84.65383	427			KY	137		
4294749	Highland	highland	US	12528	0	America/Chicago	36.70671	-86.43916	224			KY	213		
4294771	Highland Park	highland-park	US	08904	0	America/Kentucky/Louisville	38.18451	-85.75302	148			KY	111		
4294772	Highland Park	highland-park	US	08904	0	America/New_York	36.74925	-84.15882	322			KY	235		
4294779	Highlands	highlands	US	07732	0	America/New_York	38.0898	-84.50827	283			KY	067		
4294780	Highlands	highlands	US	07732	0	America/Kentucky/Louisville	38.22729	-85.70829	166			KY	111		
4294802	Hilda	hilda	US	29813	0	America/New_York	38.23814	-83.50769	263			KY	205		
4294843	Hillsboro	hillsboro	US	21641	0	America/New_York	38.29341	-83.6588	263	Foudraysville,Hillsboro,Hillsbrough		KY	069		
4294848	Hillside	hillside	US	07205	0	America/Chicago	37.24838	-87.16333	139			KY	177		
4294849	Hilltop	hilltop	US	25855	0	America/New_York	38.60535	-84.57328	279			KY	081		
4294850	Hilltop	hilltop	US	25855	0	America/Chicago	37.39505	-86.10719	245			KY	085		
4294851	Hilltop	hilltop	US	25855	0	America/Chicago	36.66421	-86.77916	186			KY	141		
4294858	Hillview	hillview	US	40129	8080	America/New_York	38.06979	-85.68551	165	Hillview,Maryville		KY	029		
4294859	Hillview	hillview	US	40129	0	America/Chicago	37.29922	-86.22858	181			KY	061		
4294866	Hilton	hilton	US	14468	0	America/New_York	37.27121	-83.17628	290			KY	193		
4294868	Hima	hima	US	40951	0	America/New_York	37.12065	-83.77825	262			KY	051		
4294872	Hindman	hindman	US	41822	741	America/New_York	37.33593	-82.98044	340	Fork of Troublesome,Hindman,Khajndman,hyndman,hyndmn  kntaky,xin de man,Хайндман,Хајндман,هيندمان,هیندمن، کنتاکی,辛德曼	119	KY	119		
4294880	Hinkle	hinkle	US	40953	0	America/New_York	36.91259	-83.81881	308			KY	121		
4294889	Hinton	hinton	US	22831	0	America/New_York	38.45729	-84.52939	287			KY	097		
4294896	Hiram	hiram	US	04041	0	America/New_York	36.96648	-83.04711	425			KY	095		
4294902	Hiseville	hiseville	US	42152	240	America/Chicago	37.10089	-85.81247	214			KY	009		
4294910	Hitchins	hitchins	US	41146	0	America/New_York	38.28092	-82.92017	183			KY	043		
4294918	Hobart	hobart	US	13788	0	America/Chicago	36.68395	-85.26302	305			KY	053		
4294924	Hobbs	hobbs	US	46047	0	America/New_York	37.92729	-85.62523	179	Hobbs,Quarry Switch,Rockdale		KY	029		
4294931	Hobson	hobson	US	59452	0	America/New_York	37.42562	-85.36885	288			KY	217		
4294937	Hodgenville	hodgenville	US	42748	3256	America/New_York	37.57395	-85.73996	222	Khodzenvil,Khodzhenvill,hajnwyl  kntaky,huo jin wei er,hwdghnfyl,Ходженвилл,Хоџенвил,هاجنویل، کنتاکی,هودغنفيل,霍金维尔	123	KY	123		
4294994	Holbrook	holbrook	US	02343	0	America/New_York	38.59062	-84.71411	268			KY	081		
4295025	Holland	holland	US	01521	0	America/Chicago	36.69894	-86.06832	246			KY	003		
4295036	Holliday	holliday	US	65258	0	America/New_York	37.81092	-83.22295	272			KY	175		
4295087	Holmes	holmes	US	12531	0	America/Chicago	37.20757	-85.26968	260			KY	001		
4295089	Hollywood	hollywood	US	20636	0	America/New_York	38.02786	-84.49355	305			KY	067		
4295090	Holmes Mill	holmes-mill	US	40843	0	America/New_York	36.86842	-83.00239	553			KY	095		
4295099	Holt	holt	US	32564	0	America/New_York	38.08481	-82.59821	180			KY	127		
4295100	Holt	holt	US	32564	0	America/Chicago	37.25588	-87.09583	142			KY	177		
4295106	Holt	holt	US	32564	0	America/Chicago	37.91089	-86.58109	130			KY	027		
4295114	Holy Cross	holy-cross	US	52053	0	America/New_York	37.67395	-85.44691	208			KY	155		
4295132	Homer	homer	US	13077	0	America/Chicago	36.96143	-86.83972	164			KY	141		
4295139	Honaker	honaker	US	24260	0	America/New_York	37.52371	-82.67988	215			KY	071		
4295156	Honey Grove	honey-grove	US	17035	0	America/Chicago	36.88977	-87.30973	218			KY	047		
4295179	Hooker	hooker	US	73945	0	America/New_York	37.1362	-83.83548	298			KY	051		
4295189	Hooper	hooper	US	68031	0	America/New_York	38.17479	-85.1569	244			KY	211		
4295208	Hope	hope	US	02831	0	America/New_York	38.01591	-83.77297	244			KY	173		
4295211	Hopewell	hopewell	US	08525	0	America/New_York	38.40619	-82.91072	171			KY	089		
4295212	Hopewell	hopewell	US	08525	0	America/Kentucky/Louisville	38.17451	-85.50746	218			KY	111		
4295213	Hopewell	hopewell	US	08525	0	America/New_York	36.99259	-84.09188	384			KY	125		
4295251	Hopkinsville	hopkinsville	US	42240	32205	America/Chicago	36.86561	-87.49117	161	Elizabeth,Elizabethtown,HOP,Hopkinsville,Hoptown,Khopkinsvil,Khopkinsvill,Khopkinsville,Woods Settlement,hapkynzwyl,hopukinsubiru,huo pu jin si,hwbkynzfyl,Хопкинсвил,Хопкинсвилл,Хопкинсвилле,هاپکینزویل,هوبكينزفيل,ہاپکنزویل، کینٹکی,ホプキンスビル,霍普金斯	047	KY	047		
4295280	Horntown	horntown	US	23395	0	America/Chicago	37.47672	-86.12636	227	Horntown,Macedonia		KY	085		
4295283	Horntown	horntown	US	23395	0	America/Chicago	37.06785	-85.00551	321			KY	207		
4295288	Horse Cave	horse-cave	US	42749	2344	America/Chicago	37.1795	-85.90692	193	Khors Kehjv,Khors Kejv,huo si kai fu,hwrs kyf,hwrs kyw  kntaky,Хорс Кејв,Хорс Кэйв,هورس كيف,هورس کیو، کنتاکی,霍斯凯夫		KY	099		
4295351	Horton	horton	US	35980	0	America/Chicago	37.4356	-86.79888	128	Hornton,Horton,Salt Lick,Thompson		KY	183		
4295364	Hoskinston	hoskinston	US	40844	0	America/New_York	37.07731	-83.39157	285			KY	131		
4295392	Houston	houston	US	15342	0	America/New_York	37.44565	-83.5163	254			KY	025		
4295397	Howard	howard	US	16841	0	America/New_York	37.98896	-85.9608	134			KY	093		
4295489	Huddy	huddy	US	41535	0	America/New_York	37.59483	-82.27542	230			KY	195		
4295491	Hudgins	hudgins	US	23076	0	America/Chicago	37.34867	-85.68052	218			KY	087		
4295493	Hudson	hudson	US	01749	0	America/Chicago	37.65117	-86.27664	239			KY	027		
4295525	Huffman	huffman	US	77336	0	America/Chicago	37.39005	-86.21914	178			KY	085		
4295548	Humble	humble	US	77338	0	America/Chicago	37.08868	-85.06662	317			KY	207		
4295569	Hunt	hunt	US	14846	0	America/New_York	37.91063	-84.16048	243			KY	049		
4295571	Hunnewell	hunnewell	US	63443	0	America/New_York	38.41341	-82.84544	176			KY	089		
4295579	Hunter	hunter	US	12442	0	America/New_York	37.50621	-82.75627	205	Hunter,Salisbury		KY	071		
4295592	Hunters	hunters	US	99137	0	America/New_York	37.86034	-85.50107	214			KY	179		
4295601	Huntersville	huntersville	US	28070	0	America/Chicago	36.62479	-85.13551	278			KY	053		
4295609	Huntsville	huntsville	US	35801	0	America/Chicago	37.16338	-86.88166	168	Gum Grove,Huntsville		KY	031		
4295612	Hurley	hurley	US	12443	0	America/New_York	37.41259	-84.03715	302			KY	109		
4295678	Hurst	hurst	US	62949	0	America/New_York	37.63703	-83.50491	245			KY	025		
4295695	Hustonville	hustonville	US	40437	399	America/New_York	37.47313	-84.81578	300	Farmington,Hanging Fork,Hustonville,The Cross Roads,The Crossroads,The Farmington		KY	137		
4295710	Hyattsville	hyattsville	US	20781	0	America/New_York	37.60508	-84.52244	317			KY	079		
4295712	Hyden	hyden	US	41749	351	America/New_York	37.16093	-83.37324	281	Khajden,Khehjden,hai dun,haydn,hydn  kntaky,Хајден,Хэйден,هايدن,هیدن، کنتاکی,海顿	131	KY	131		
4295716	Hydro	hydro	US	73048	0	America/Chicago	36.9756	-86.15637	198			KY	227		
4295725	Iberia	iberia	US	43325	0	America/Chicago	37.37311	-86.16608	172			KY	085		
4295734	Ida	ida	US	48140	0	America/Chicago	36.76757	-85.16801	281			KY	053		
4295739	Idlewild	idlewild	US	38346	0	America/New_York	39.07756	-84.79495	202	Gainesville,Idlewild		KY	015		
4295771	Index	index	US	98256	0	America/New_York	37.89814	-83.2849	237			KY	175		
4295776	Independence	independence	US	24348	26819	America/New_York	38.94312	-84.54411	274	Independens,Independense,andbndns,ayndypndns  kntaky,du li cheng,indipendensu,Индепенденс,Индепенденсе,إندبندنس,انڈیپینڈینس، کینٹکی,ایندیپندنس، کنتاکی,インディペンデンス,独立城		KY	117		
4295848	Indian Hills	indian-hills	US	80454	0	America/New_York	38.67728	-85.14106	151			KY	041		
4295849	Indian Hills	indian-hills	US	80454	0	America/New_York	38.00924	-84.55327	301			KY	067		
4295850	Indian Hills	indian-hills	US	80454	0	America/New_York	38.21702	-84.83078	227			KY	073		
4295851	Indian Hills	indian-hills	US	80454	0	America/New_York	37.70895	-85.84607	246			KY	093		
4295852	Indian Hills	indian-hills	US	80454	2959	America/Kentucky/Louisville	38.27257	-85.66274	160			KY	111		
4295853	Indian Hills	indian-hills	US	80454	0	America/Chicago	36.99285	-84.93356	288			KY	207		
4295854	Indian Hills	indian-hills	US	80454	0	America/New_York	38.20313	-84.56855	272			KY	209		
4295855	Indian Hills	indian-hills	US	80454	0	America/Chicago	36.98976	-86.40499	149			KY	227		
4295877	Indian Valley	indian-valley	US	24105	0	America/Chicago	37.57478	-86.44026	186			KY	085		
4295878	Inez	inez	US	41224	684	America/New_York	37.86648	-82.53876	194	Ajnez,Eden,Inez,anyz,aynz  kntaky,yi nei ci,Айнез,Ајнез,إنيز,اینز، کنتاکی,伊内兹	159	KY	159		
4295881	Ingleside	ingleside	US	21644	0	America/Chicago	37.12339	-88.90145	116			KY	007		
4295930	Irma	irma	US	54442	0	America/Chicago	37.38811	-88.24781	158	Irma,Whites Chapel		KY	055		
4295954	Irvine	irvine	US	16329	2416	America/New_York	37.70064	-83.97381	207	Ervajn,Irvin,arfyn,arwyn  kntaky,eobain,ou wen,Ервајн,Ирвин,إرفين,اروین، کنتاکی,欧文,어바인	065	KY	065		
4295960	Irvington	irvington	US	07111	1184	America/Chicago	37.88034	-86.28386	189			KY	027		
4295962	Irwin	irwin	US	15642	0	America/New_York	38.68285	-83.56936	159			KY	135		
4295982	Island	island	US	42350	458	America/Chicago	37.44505	-87.14389	137	Island,Island Station		KY	149		
4296005	Isom	isom	US	41824	0	America/New_York	37.18788	-82.89877	339			KY	133		
4296011	Iuka	iuka	US	38852	0	America/Chicago	37.08089	-88.2367	105			KY	139		
4296013	Ivel	ivel	US	41642	0	America/New_York	37.59121	-82.66821	196			KY	071		
4296017	Ivor	ivor	US	23866	0	America/New_York	38.85979	-84.24077	190			KY	191		
4296020	Isonville	isonville	US	41149	0	America/New_York	38.06509	-83.05267	216	Forks of Newcombe,Isonville		KY	063		
4296064	Jacks Creek	jacks-creek	US	38347	0	America/New_York	37.20703	-83.55658	310			KY	051		
4296067	Jacks Creek	jacks-creek	US	38347	0	America/New_York	37.36594	-82.73294	283			KY	071		
4296081	Jackson	jackson	US	03846	2152	America/New_York	37.55315	-83.38351	236	Dzekson,Dzhehkson,Dzhekson,jakswn,jakuson,jie ke xun,jksn  kntaky,Џексон,Джексон,Джэксон,جاكسون,جکسن، کنتاکی,جیکسن، کینٹکی,ジャクソン,杰克逊	025	KY	025		
4296082	Jackson	jackson	US	03846	2356	America/New_York	37.82508	-84.87079	260			KY	167		
4296129	Jacksonville	jacksonville	US	05342	0	America/New_York	38.27285	-84.36577	264			KY	017		
4296130	Jacksonville	jacksonville	US	05342	0	America/New_York	38.27424	-85.01301	275			KY	211		
4296173	Jamestown	jamestown	US	02835	1804	America/Chicago	36.98479	-85.06301	296	Dzejmstaun,Dzhehjmstoun,Jacksonville,Jamestown,Jim Town,Jtown,jymstawn,jymztawn  kntaky,zhan mu si dui,Џејмстаун,Джэймстоун,جيمستاون,جیمز ٹاون، کینٹکی,جیمزتاون، کنتاکی,詹姆斯敦	207	KY	207		
4296202	Jeff	jeff	US	41751	323	America/New_York	37.2051	-83.13628	279			KY	193		
4296219	Jeffersonville	jeffersonville	US	05464	1704	America/New_York	37.97369	-83.84186	249	Jeffersonville,Ticktown		KY	173		
4296220	Jeffrey	jeffrey	US	25114	0	America/Chicago	36.75117	-85.84053	232			KY	171		
4297238	La Grange	la-grange	US	28551	8619	America/New_York	38.40757	-85.37885	263	La Grange,LaGrange,The Crossroads	185	KY	185		
4296229	Jenkins	jenkins	US	41537	2103	America/New_York	37.17344	-82.63099	469	Dzenkins,Dzhenkins,jnkyns  kntaky,jynkynz,zhan jin si,Џенкинс,Дженкинс,جنکینس، کنتاکی,جينكينز,詹金斯		KY	133		
4296237	Jenkinsville	jenkinsville	US	29065	0	America/New_York	37.73201	-85.03968	237			KY	229		
4296265	Jericho	jericho	US	05465	0	America/New_York	38.7309	-84.67356	278	Jericho,Jerico		KY	081		
4296266	Jericho	jericho	US	05465	0	America/New_York	38.40507	-85.28996	274			KY	103		
4296267	Jericho	jericho	US	05465	0	America/New_York	37.51867	-85.6483	269			KY	123		
4296268	Jericho	jericho	US	05465	0	America/Chicago	37.08646	-85.04912	311			KY	207		
4296271	Jeremiah	jeremiah	US	41826	0	America/New_York	37.16732	-82.92905	326			KY	133		
4296309	Jetson	jetson	US	42252	0	America/Chicago	37.24921	-86.53193	192			KY	031		
4296559	Johnsonville	johnsonville	US	12094	0	America/New_York	37.93507	-85.1069	252			KY	005		
4296571	Jonancy	jonancy	US	41538	0	America/New_York	37.31649	-82.58293	288			KY	195		
4296670	Jonesburg	jonesburg	US	63351	0	America/Chicago	37.72088	-87.74418	113	Jones,Jonesburg		KY	101		
4296672	Jonestown	jonestown	US	17038	0	America/New_York	37.97702	-84.4966	276	Jonesboro,Jonestown		KY	067		
4296673	Jonesville	jonesville	US	05466	0	America/New_York	38.63979	-84.7755	279	Jonesville,Macedonia,Nonsuch		KY	081		
4296674	Jonesville	jonesville	US	05466	0	America/Chicago	37.38784	-85.7683	263			KY	099		
4296679	Jones Mill	jones-mill	US	72105	0	America/Chicago	36.65673	-85.10468	255			KY	053		
4296681	Joppa	joppa	US	21085	0	America/Chicago	37.05173	-85.24218	255			KY	001		
4296684	Jordan	jordan	US	13080	0	America/Chicago	36.5034	-89.03701	122			KY	075		
4296694	Josephine	josephine	US	15750	0	America/New_York	38.39868	-84.64994	225			KY	209		
4296701	Joy	joy	US	61260	0	America/Chicago	37.35505	-88.38587	129	Crossroads,Joy,Lawless Blacksmith Shop		KY	139		
4296720	Judson	judson	US	75660	0	America/New_York	37.68647	-84.56911	203			KY	079		
4296734	Junction City	junction-city	US	31812	2283	America/New_York	37.58674	-84.79384	302	Dzankshon Siti,Dzhankshn Siti,Goresburgh,Junction,Junction City,jankshn syty  kntaky,jnkshn syty,qiang ke xun cheng,Џанкшон Сити,Джанкшн Сити,جانکشن سیتی، کنتاکی,جنكشن سيتي,强克逊城		KY	021		
4296741	Justice	justice	US	24851	0	America/Chicago	36.88115	-87.05611	215			KY	141		
4296759	Kansas	kansas	US	35573	0	America/Chicago	36.90172	-88.72839	151			KY	083		
4296784	Keaton	keaton	US	41226	0	America/New_York	37.98564	-82.96017	227			KY	115		
4296785	Keavy	keavy	US	40737	0	America/New_York	37.0037	-84.16104	384	Keary,Keavy		KY	125		
4296803	Keene	keene	US	03431	0	America/New_York	37.94341	-84.64189	276	Hard Scrabble,Keene,North Liberty		KY	113		
4296836	Kelly	kelly	US	28448	0	America/Chicago	36.9706	-87.47695	212			KY	047		
4296859	Kellyville	kellyville	US	74039	0	America/Chicago	37.19729	-85.32552	231			KY	001		
4296870	Kemp	kemp	US	74747	0	America/Chicago	37.13645	-85.45802	183			KY	087		
4296875	Kennebec	kennebec	US	57544	0	America/New_York	38.20702	-84.91301	158			KY	073		
4296876	Kennedy	kennedy	US	14747	0	America/Chicago	36.64838	-87.41501	171	Kennedy,Laurel River Reservoir		KY	047		
4296894	Keno	keno	US	97627	0	America/New_York	36.89397	-84.57466	361			KY	199		
4296901	Kenton	kenton	US	19955	0	America/New_York	38.8684	-84.45605	161	Benton,Kenton		KY	117		
4296911	Kensington	kensington	US	20891	0	America/New_York	38.90367	-84.61328	277	Kensington,Кенсингтон		KY	015		
4296942	Kenwood	kenwood	US	95452	0	America/Kentucky/Louisville	38.16451	-85.76913	145			KY	111		
4296955	Kenvir	kenvir	US	40847	297	America/New_York	36.8537	-83.15712	444			KY	095		
4296965	Kettle Island	kettle-island	US	40958	0	America/New_York	36.79064	-83.60519	342			KY	013		
4296970	Kevil	kevil	US	42053	620	America/Chicago	37.08505	-88.88673	131			KY	007		
4296971	Kewanee	kewanee	US	61443	0	America/New_York	37.44371	-82.51599	210			KY	195		
4296987	Kidder	kidder	US	64649	0	America/Kentucky/Monticello	36.91508	-84.65161	240			KY	231		
4297062	Kingsley	kingsley	US	18826	392	America/Kentucky/Louisville	38.2209	-85.67191	163	Kingslej,Kingsli,jin si li,kynghsly,kyngzly  kntaky,Кингслей,Кингсли,كينغسلي,کنگزلی، کینٹکی,کینگزلی، کنتاکی,金斯利		KY	111		
4297064	Kingston	kingston	US	02364	0	America/New_York	38.08647	-84.45327	289			KY	067		
4297065	Kingston	kingston	US	02364	0	America/New_York	37.65036	-84.2416	282			KY	151		
4297071	Kings Mountain	kings-mountain	US	28086	0	America/New_York	37.37258	-84.688	359	King Mountain Station Tunnel,Kings Mountain,Tunnel City		KY	137		
4297090	Kirk	kirk	US	80824	0	America/Chicago	37.72395	-86.47859	218			KY	027		
4297104	Kirksey	kirksey	US	42054	0	America/Chicago	36.69867	-88.39532	169			KY	035		
4297105	Kirksville	kirksville	US	63501	0	America/New_York	37.66536	-84.4091	300	Baghdad,Centerville,Kirksville		KY	151		
4297107	Kirkville	kirkville	US	13082	0	America/New_York	38.69758	-83.04129	173			KY	135		
4297108	Kirkwood	kirkwood	US	13795	0	America/New_York	37.91646	-84.92329	258	Kirkwood,Tattletown		KY	167		
4297134	Kite	kite	US	31049	0	America/New_York	37.32121	-82.80294	273			KY	119		
4297140	Klondike	klondike	US	75448	0	America/New_York	38.02063	-83.99687	322			KY	173		
4297148	Knifley	knifley	US	42753	0	America/Chicago	37.24284	-85.1894	219			KY	001		
4297163	Knob Lick	knob-lick	US	42154	0	America/Chicago	37.07839	-85.69441	244	Antioch,Knob Lick		KY	169		
4297195	Knoxville	knoxville	US	16928	0	America/New_York	38.70118	-84.50577	282			KY	191		
4297199	Kodak	kodak	US	37764	0	America/New_York	37.20537	-83.03128	334	Kodak,Meem-Haskins		KY	193		
4297205	Kohler	kohler	US	53044	0	America/New_York	38.87034	-84.32938	217			KY	037		
4297221	Krebs	krebs	US	74554	0	America/Chicago	36.9945	-88.60588	110			KY	145		
4297222	Krypton	krypton	US	41754	0	America/New_York	37.3112	-83.33935	248			KY	193		
4297236	La Center	la-center	US	42056	1005	America/Chicago	37.07672	-88.97368	112	Ballard Center,La Center,Maryville		KY	007		
4297237	La Fayette	la-fayette	US	13084	0	America/Chicago	36.65838	-87.65835	167			KY	047		
4297241	LaFayette	lafayette	US	07848	165	America/Chicago	36.68116	-87.62029	182			KY	047		
4297243	Lacey	lacey	US	98503	0	America/New_York	37.85981	-83.03156	256			KY	153		
4297245	Kuttawa	kuttawa	US	42055	661	America/Chicago	37.05894	-88.13253	137			KY	143		
4297249	Lackey	lackey	US	23694	0	America/New_York	37.46843	-82.82877	252			KY	071		
4297253	Lacon	lacon	US	61540	0	America/Chicago	37.49228	-86.08414	241			KY	085		
4297282	Lake	lake	US	25121	0	America/New_York	37.08953	-83.88548	368			KY	125		
4297283	Lake City	lake-city	US	16423	0	America/Chicago	37.02756	-88.24836	126			KY	139		
4297314	Lakeland	lakeland	US	31635	0	America/Kentucky/Louisville	38.27035	-85.55413	211			KY	111		
4297322	Laketon	laketon	US	46943	0	America/Chicago	36.86339	-89.10173	96			KY	039		
4297323	Lakeview	lakeview	US	28350	0	America/New_York	39.03867	-84.52855	160			KY	117		
4297330	Lakeville	lakeville	US	02347	0	America/New_York	37.71898	-83.071	261			KY	153		
4297332	Lakeshore	lakeshore	US	33854	0	America/Chicago	37.13421	-87.69945	135			KY	033		
4297350	Lamont	lamont	US	32336	0	America/Chicago	37.057	-88.80422	120			KY	145		
4297351	Lamont	lamont	US	32336	0	America/New_York	37.34982	-83.31351	253			KY	193		
4297354	Lancaster	lancaster	US	01523	3864	America/New_York	37.61952	-84.578	313	Lancaster,Lankaster,Wallaces Crossroads,lan kai si te,lankstr,lnkstr  kntaky,Ланкастер,لانكستر,لانکیسٹر، کینٹوکی,لنکستر، کنتاکی,兰开斯特	079	KY	079		
4297404	Langley	langley	US	29834	0	America/New_York	37.53177	-82.79072	200	Langley,Maytown,Maytown Station		KY	071		
4297411	Lansdowne	lansdowne	US	19050	0	America/New_York	37.99869	-84.50244	298			KY	067		
4297423	Larue	larue	US	75770	0	America/New_York	37.20314	-83.92493	319			KY	051		
4297435	Laura	laura	US	45337	0	America/New_York	37.72593	-82.44293	205			KY	159		
4297438	Latonia	latonia	US	41015	0	America/New_York	39.04812	-84.50883	162			KY	117		
4297581	Lawrenceburg	lawrenceburg	US	38464	11103	America/New_York	38.0373	-84.89662	240	Coffman Station,Kaufman Station,Kaufmans Station,Laurensburg,Lawrence,Lawrenceburg,Lorensburg,lao lun si bao,larnsbrg  kntaky,lolenseubeogeu,lwrns,rorensubagu,Лауренсбург,Лоренсбург,لارنسبرگ، کنتاکی,لورنس,ローレンスバーグ,劳伦斯堡,로렌스버그	005	KY	005		
4297582	Lawrenceville	lawrenceville	US	12949	0	America/New_York	38.56812	-84.64994	276	Crossroads,Lawrenceville,Lawreneville		KY	081		
4297583	Lawson	lawson	US	64062	0	America/New_York	37.60203	-83.45852	236			KY	025		
4297600	Lawton	lawton	US	18828	0	America/New_York	38.26675	-83.22073	243			KY	043		
4297626	Leander	leander	US	78641	0	America/New_York	37.75315	-82.87155	204			KY	115		
4297653	Lebanon	lebanon	US	03756	5680	America/New_York	37.56979	-85.25274	241	Lebanon,lbnan,lbnan  kntaky,lebeoneon,li ba nen,Лебанон,لبنان,لبنان، کنتاکی,黎巴嫩,레버넌	155	KY	155		
4297664	Lebanon Junction	lebanon-junction	US	40150	1917	America/New_York	37.83451	-85.7319	140			KY	029		
4297668	Leburn	leburn	US	41831	0	America/New_York	37.34815	-82.95516	331			KY	119		
4297673	Ledbetter	ledbetter	US	42058	1683	America/Chicago	37.04756	-88.47699	106	Ledbetter,Panhandle		KY	139		
4297679	Lee	lee	US	01238	0	America/Chicago	37.29588	-86.49943	200			KY	031		
4297727	Leesburg	leesburg	US	08327	0	America/New_York	38.29452	-84.41827	273			KY	097		
4297868	Leighton	leighton	US	35646	0	America/New_York	37.6037	-83.88603	386			KY	065		
4297882	Leitchfield	leitchfield	US	42754	6873	America/Chicago	37.48005	-86.29386	227	Lehjtchfild,Lichfild,li qi fei er de,lychfyld  kntaky,lytshfyld,Личфилд,Лэйтчфилд,ليتشفيلد,لیچفیلد، کنتاکی,利奇菲尔德	085	KY	085		
4297883	Lenore	lenore	US	25676	0	America/New_York	37.93839	-85.5094	165			KY	179		
4297884	Lenox	lenox	US	01240	0	America/New_York	37.95731	-83.20129	243			KY	175		
4297886	Leon	leon	US	14751	0	America/New_York	38.28786	-82.97684	185			KY	043		
4297896	Leslie	leslie	US	25972	0	America/Chicago	36.77951	-85.45191	193			KY	057		
4297917	Letcher	letcher	US	41832	0	America/New_York	37.1451	-82.95905	312			KY	133		
4297974	Lewisburg	lewisburg	US	17837	807	America/Chicago	36.98643	-86.94722	146	Henrysville,Lewisburg,Lewisburgh		KY	141		
4297975	Lewisburg	lewisburg	US	17837	0	America/New_York	38.54896	-83.76492	223			KY	161		
4297979	Lewisport	lewisport	US	42351	1698	America/Chicago	37.937	-86.90221	121	L'juuisport,Lewisport,Little Yellow Banks,Luisport,Prentisport,lu yi si bo te,lwysbwrt,lwyspwrt  kntaky,Луиспорт,Льюуиспорт,لويسبورت,لویسپورت، کنتاکی,路易斯波特		KY	091		
4297980	Lewistown	lewistown	US	17044	0	America/Chicago	37.14283	-87.80057	143	Baker and Carter Settlement,Lewistown,Pleasant Grove		KY	033		
4297983	Lexington	lexington	US	02420	225366	America/New_York	37.98869	-84.47772	295	LEX,Leksington,Leksingtona,Leksingtonas,Leksingtono,Leksingtun,Leksinqton,Lexington,Lexington-Fayette,Lexintonia,legsingteon,leksingtana,lie ke xing dui,lksyngtwn  kntaky,lqsyngtwn,lyksynghtwn,rekishinton,Лексингтон,Лексингтън,לקסינגטון,ليكسينغتون,لکسینگتون، کنتاکی,لیکسنگٹن، کینٹکی,लेक्सिंग्टन,ലെക്സിങ്ടൺ,ლექსინგტონი,レキシントン,列克星敦,렉싱턴	067	KY	067		
4298003	Liberty	liberty	US	04949	2160	America/New_York	37.31841	-84.9394	247	Liberti,li bo di,lybrty,lybrty  kntaky,Либерти,ليبرتي,لیبرتی، کنتاکی,利伯蒂	045	KY	045		
4298004	Liberty	liberty	US	04949	0	America/New_York	38.02812	-86.31914	244	Bombay,Liberty		KY	163		
4298005	Liberty	liberty	US	04949	0	America/Chicago	36.8881	-87.19278	217			KY	219		
4298006	Liberty	liberty	US	04949	0	America/New_York	36.76481	-84.2041	333			KY	235		
4298175	Lick Creek	lick-creek	US	41540	0	America/New_York	37.38038	-82.29709	282			KY	195		
4298264	Lily	lily	US	40740	0	America/New_York	37.02453	-84.07521	341			KY	125		
4298277	Limestone	limestone	US	04750	0	America/New_York	38.26619	-83.20712	238			KY	043		
4298289	Lincoln	lincoln	US	01773	0	America/New_York	37.05787	-83.73909	279			KY	051		
4299642	Maceo	maceo	US	42355	413	America/Chicago	37.86394	-86.99388	119	Maceo,Powers,Powers Station		KY	059		
4299651	Mackville	mackville	US	40040	225	America/New_York	37.73674	-85.06746	278	Mackville,Maxville		KY	229		
4298310	Lincolnshire	lincolnshire	US	60069	150	America/Kentucky/Louisville	38.22313	-85.62135	175	Linkol'nshir,Linkolnshir,lin ken jun,lynknshyr  kntaky,lynkwlnshayr,Линколншир,Линкольншир,لينكولنشاير,لینکنشیر، کنتاکی,林肯郡		KY	111		
4298342	Linefork	linefork	US	41833	0	America/New_York	37.01982	-82.95961	377			KY	133		
4298350	Linwood	linwood	US	01525	0	America/Chicago	37.342	-86.17608	202			KY	085		
4298351	Linwood	linwood	US	01525	0	America/Chicago	37.3395	-85.75997	208			KY	099		
4298354	Linton	linton	US	47441	0	America/Chicago	36.68672	-87.91863	117	Linton,Olives Landing,Shipsport		KY	221		
4298362	Lisman	lisman	US	36912	0	America/Chicago	37.46616	-87.73418	125	Lisman,Shilo		KY	233		
4298366	Littcarr	littcarr	US	41834	0	America/New_York	37.24093	-82.94877	332			KY	119		
4298704	Little Rock	little-rock	US	29567	0	America/New_York	38.19397	-84.05104	262	Flat Rock,Little Rock		KY	017		
4298770	Little Valley	little-valley	US	14755	0	America/Chicago	37.20421	-87.45639	127	Bean Bottom,Little Valley		KY	107		
4298798	Littleton	littleton	US	01460	0	America/New_York	37.16259	-83.75464	275			KY	051		
4298805	Livermore	livermore	US	04253	1354	America/Chicago	37.4931	-87.13194	124	Livurmor,Ливърмор		KY	149		
4298807	Livingston	livingston	US	07039	225	America/New_York	37.29786	-84.21493	278	Livingston,Ливингстон		KY	203		
4298824	Lloyd	lloyd	US	32337	0	America/New_York	38.62008	-82.86461	165			KY	089		
4298865	Lockport	lockport	US	14094	0	America/New_York	38.4359	-84.96717	144	Lockport,Wallaces Warehouse,Wallaces Wharehouse,Wallaceville		KY	103		
4298866	Lockwood	lockwood	US	14859	0	America/New_York	38.30842	-82.58016	175			KY	019		
4298870	Locust	locust	US	28097	0	America/New_York	38.2998	-83.73436	252			KY	069		
4298873	Locust	locust	US	28097	0	America/New_York	38.70312	-85.26079	142	Locust,Locust School		KY	041		
4298882	Locust Grove	locust-grove	US	22508	0	America/New_York	38.63729	-84.488	283			KY	191		
4298904	Locust Hill	locust-hill	US	23092	0	America/Chicago	37.72784	-86.35664	187			KY	027		
4298909	Locust Grove	locust-grove	US	22508	0	America/New_York	37.93452	-84.31854	290			KY	049		
4298947	Logansport	logansport	US	46947	0	America/Chicago	37.28505	-86.76805	149	Lebanon,Logansport		KY	031		
4298960	London	london	US	25126	8126	America/New_York	37.12898	-84.08326	378	LOZ,Landon,London,Riceton,lndn,lndn  kntaky,lun dui,Ландон,Лондон,لندن,لندن، کنتاکی,伦敦	125	KY	125		
4298967	Lone	lone	US	41347	0	America/New_York	37.53009	-83.6038	229			KY	129		
4298972	Lone Oak	lone-oak	US	75453	439	America/Chicago	37.42561	-86.07164	226			KY	085		
4298973	Lone Oak	lone-oak	US	75453	454	America/Chicago	37.03617	-88.66477	144	Lone Oak,Peppers Mill,Pottsville		KY	145		
4298981	Lone Star	lone-star	US	75668	0	America/Chicago	37.40478	-85.94663	270			KY	099		
4298998	Long Bottom	long-bottom	US	45743	0	America/Chicago	36.88229	-85.12968	179			KY	207		
4299199	Longview	longview	US	61852	0	America/Kentucky/Louisville	38.29924	-85.65885	163			KY	111		
4299204	Longton	longton	US	67352	0	America/New_York	36.83564	-83.41019	347			KY	095		
4299205	Lookout	lookout	US	25868	0	America/New_York	37.31344	-82.46682	307	Lookout,Marrowbone Coal Mine		KY	195		
4299220	Loretto	loretto	US	15940	722	America/New_York	37.63534	-85.4008	225			KY	155		
4299230	Lost City	lost-city	US	26810	0	America/Chicago	36.97699	-86.905	174			KY	141		
4299235	Lost Creek	lost-creek	US	17946	0	America/New_York	37.48176	-83.32518	239			KY	025		
4299267	Lothair	lothair	US	59461	0	America/New_York	37.24204	-83.18073	267			KY	193		
4299270	Lotus	lotus	US	95651	0	America/New_York	37.91895	-85.59662	200			KY	029		
4299275	Louisa	louisa	US	23093	2455	America/New_York	38.11425	-82.60321	178	Fork of the Big Sandy,Italy,Louisa,Luiza,Lujza,lu yi sha,lwyyza  kntaky,lwyza,Луиза,Луйза,لوئیزا، کنتاکی,لويزا,路易莎	127	KY	127		
4299276	Louisville	louisville	US	30434	243639	America/Kentucky/Louisville	38.25424	-85.75941	142	Louisvil,Louisville,Louisville-Jefferson County,Ludovicopolis,Luisvil,Luisvilis,Luisvill,Luivil,Luivila,Lujzvill,Lūivila,SDF,lu yi wei er,lu'ivhila,lu-ibil,lu-ijeubil,lubhala,luisvili,luizvili,luy s will,luyivil,lwyfyl,lwyywyl  kntaky,ruibiru,Λούισβιλ,Луивил,Луисвил,Луисвилл,Луйзвилл,Луісвіл,Луїсвілл,Լուիսվիլ,לואיוויל,لوئیزویل، کینٹکی,لويفيل,لوییویل، کنتاکی,लुईव्हिल,লুভল,லூயிவில்,ลุยส์วิลล์,ლუიზვილი,ლუისვილი,ルイビル,路易維爾,루이빌,루이즈빌	111	KY	111		
4299300	Lovelaceville	lovelaceville	US	42060	148	America/Chicago	36.96867	-88.83089	112			KY	007		
4299304	Lovely	lovely	US	41231	0	America/New_York	37.82593	-82.40126	191	Lovely,Smoky Bottom,South Kermit		KY	159		
4299318	Loving	loving	US	76460	0	America/Chicago	37.02032	-86.2911	174			KY	227		
4299354	Lowell	lowell	US	01850	0	America/New_York	37.60953	-84.42521	253			KY	079		
4299502	Lowmansville	lowmansville	US	41232	0	America/New_York	37.91731	-82.73182	196			KY	127		
4299504	Lowes	lowes	US	42061	98	America/Chicago	36.88561	-88.77394	143			KY	083		
4299505	Lucas	lucas	US	42156	0	America/Chicago	36.89172	-86.03748	229			KY	009		
4299510	Loyall	loyall	US	40854	654	America/New_York	36.85203	-83.35407	358			KY	095		
4299531	Ludlow	ludlow	US	01056	4551	America/New_York	39.09256	-84.54744	164	Ladlou,ladlww  kntaky,lei de luo,lwdlw,Ладлоу,لادلوو، کنتاکی,لودلو,勒德洛		KY	117		
4299551	Luzerne	luzerne	US	18709	0	America/Chicago	37.21838	-87.21083	145			KY	177		
4299557	Lynch	lynch	US	40855	709	America/New_York	36.9662	-82.92238	523			KY	095		
4299562	Lyndon	lyndon	US	05849	11372	America/Kentucky/Louisville	38.25674	-85.60163	177	Lindon,lin deng,lyndn  kntaky,lyndwn,Линдон,ليندون,لیندن، کنتاکی,林登		KY	111		
4299565	Lynn	lynn	US	01901	0	America/New_York	38.58369	-82.93934	176	Lynn,Waring		KY	089		
4299592	Lynnville	lynnville	US	38472	0	America/Chicago	36.56034	-88.56921	169			KY	083		
4299598	Lyons	lyons	US	07939	0	America/New_York	37.67784	-85.61246	151			KY	123		
4299621	Macedonia	macedonia	US	44056	0	America/New_York	37.4587	-83.96576	401			KY	109		
4299652	Macon	macon	US	27551	0	America/Chicago	37.33089	-86.01969	245			KY	099		
4299670	Madisonville	madisonville	US	37354	19539	America/Chicago	37.3281	-87.49889	144	Medisonvil,Mehdisonvil',madisonbiru,madyswnfyl,mai di xun wei er,mdsnwyl  kntaky,medisanavhila,Медисонвил,Мэдисонвиль,ماديسونفيل,مدسنویل، کنتاکی,میڈیسونویلی، کینٹوکی,मॅडिसनव्हिल,マディソンビル,麦迪逊维尔	107	KY	107		
4299674	Madrid	madrid	US	13660	0	America/Chicago	37.61228	-86.3422	223			KY	027		
4299693	Magnolia	magnolia	US	08049	524	America/New_York	37.44395	-85.74357	262			KY	123		
4299704	Majestic	majestic	US	41547	0	America/New_York	37.534	-82.09985	274			KY	195		
4299711	Malaga	malaga	US	08328	0	America/New_York	37.71175	-83.4274	312			KY	237		
4299721	Malone	malone	US	12953	0	America/New_York	37.87203	-83.25823	243	Malone,Mudville		KY	175		
4299728	Mammoth Cave	mammoth-cave	US	42259	0	America/Chicago	37.18616	-86.09998	225			KY	061		
4299741	Manchester	manchester	US	01944	1401	America/New_York	37.1537	-83.76186	265	Manchester,man che si te,manshstr,mnchstrr  kntaky,Манчестер,مانشستر,مانچسٹر، کینٹکی,منچسترر، کنتاکی,曼彻斯特	051	KY	051		
4299748	Mangum	mangum	US	73554	0	America/New_York	37.17341	-84.77272	336			KY	199		
4299749	Manila	manila	US	72442	0	America/New_York	37.84287	-82.91544	242			KY	115		
4299752	Manitou	manitou	US	42436	181	America/Chicago	37.37116	-87.57973	125			KY	107		
4299763	Mannington	mannington	US	26582	0	America/Chicago	37.12004	-87.4875	139	Mannington,Petersburg		KY	047		
4299764	Mannington	mannington	US	26582	0	America/Chicago	37.12778	-87.48778	134			KY	107		
4299765	Mannsville	mannsville	US	13661	0	America/New_York	37.37257	-85.19663	225	Buena Vista,Manns Lick,Mannsville		KY	217		
4299773	Manton	manton	US	49663	0	America/New_York	37.71478	-85.38524	161			KY	229		
4299774	Maple	maple	US	27956	0	America/New_York	37.46423	-85.50219	257			KY	217		
4299777	Maple Grove	maple-grove	US	55311	0	America/Chicago	36.77505	-87.89585	131			KY	221		
4299801	Maplesville	maplesville	US	36750	0	America/New_York	37.15009	-84.02771	377			KY	125		
4299810	Marcellus	marcellus	US	13108	0	America/New_York	37.68619	-84.67717	277			KY	079		
4299823	Marcus	marcus	US	51035	0	America/New_York	38.56813	-84.46411	250	Marcus,Marcys		KY	191		
4299842	Marion	marion	US	02738	2986	America/Chicago	37.33283	-88.08113	181	Marion,Mehrion,ma li ang,marywn,mryan  kntaky,Марион,Мэрион,ماريون,ماریون، کینٹکی,مریان، کنتاکی,马里昂	055	KY	055		
4299850	Mark	mark	US	61340	0	America/New_York	37.16314	-84.50438	286			KY	199		
4299860	Marlow	marlow	US	03456	0	America/Chicago	36.77729	-85.09245	251			KY	053		
4299867	Marrowbone	marrowbone	US	42759	217	America/Chicago	36.82784	-85.50663	196			KY	057		
4299868	Marrowbone	marrowbone	US	42759	0	America/New_York	37.36594	-82.41376	230	Marrowbone,Marrowbone - Regina Post Office		KY	195		
4299882	Marshall	marshall	US	20115	0	America/Chicago	36.94589	-88.23475	120	Marshall,Marshall Cabin Area		KY	157		
4299883	Marshall	marshall	US	20115	0	America/New_York	38.54508	-83.76298	240			KY	161		
4299902	Marshallville	marshallville	US	31057	0	America/New_York	37.67815	-82.98933	290			KY	153		
4299903	Marshes Siding	marshes-siding	US	42631	0	America/New_York	36.74369	-84.48077	405			KY	147		
4299910	Martha	martha	US	41159	0	America/New_York	38.00926	-82.91322	212			KY	127		
4299916	Martin	martin	US	15460	602	America/New_York	37.57288	-82.75266	201			KY	071		
4299971	Martinsburg	martinsburg	US	13404	0	America/Chicago	36.64589	-85.48525	172			KY	171		
4299974	Martinsville	martinsville	US	08836	0	America/Chicago	36.92449	-86.21471	189	Martinsville,Rocky Hill Station		KY	227		
4300004	Mason	mason	US	25260	0	America/New_York	38.57618	-84.58522	284			KY	081		
4300005	Mason	mason	US	25260	0	America/New_York	37.72065	-83.04989	269			KY	153		
4300023	Masonville	masonville	US	13804	0	America/Chicago	36.76755	-87.47057	172			KY	047		
4300024	Masonville	masonville	US	13804	1014	America/Chicago	37.67505	-87.03472	129			KY	059		
4300044	Matlock	matlock	US	51244	0	America/Chicago	36.83282	-86.4661	197			KY	227		
4300055	Mattoon	mattoon	US	54450	0	America/Chicago	37.40338	-88.02308	156			KY	055		
4300056	Maud	maud	US	74854	0	America/New_York	37.82145	-85.29662	171	Glenville,Maud,Racum,Rays Mill		KY	229		
4300067	Maurice	maurice	US	51036	0	America/New_York	39.01284	-84.53355	153			KY	117		
4300082	Maxwell	maxwell	US	46154	0	America/Chicago	37.56144	-87.0375	130			KY	059		
4300085	May	may	US	73851	0	America/New_York	37.27121	-82.86322	348			KY	119		
4300105	Mayfield	mayfield	US	12117	10080	America/Chicago	36.74172	-88.63672	145	Mehjfild,Mejfild,mayfyld,mei fei er de,myfyld  kntaky,Мејфилд,Мэйфилд,مايفيلد,میفیلد، کنتاکی,梅菲尔德	083	KY	083		
4300120	Mayking	mayking	US	41837	487	America/New_York	37.13343	-82.76599	367			KY	133		
4300121	Maynard	maynard	US	01754	0	America/Chicago	36.76922	-86.07582	241	Buncombe,Maynard		KY	003		
4300139	Mayo	mayo	US	21106	0	America/New_York	37.87174	-84.92495	273	Mavo,Mayo		KY	167		
4300152	Maysville	maysville	US	26833	8819	America/New_York	38.64119	-83.74437	165	Maysville,Mehjsvil,Mejsvil,Plugtown,maysfyl,mayzwyl  kntaky,mei si wei er,meijeubil,Мејсвил,Мэйсвил,مايسفيل,مایزویل، کنتاکی,梅斯维尔,메이즈빌	161	KY	161		
4300155	Maytown	maytown	US	17550	243	America/New_York	37.84897	-83.47185	285			KY	175		
4300156	Maywood	maywood	US	07607	0	America/New_York	37.48036	-84.61689	310			KY	137		
4300157	Mazie	mazie	US	41160	0	America/New_York	38.02703	-82.97239	230			KY	127		
4300325	McHenry	mchenry	US	58464	393	America/Chicago	37.38199	-86.92249	128			KY	183		
4300360	McKinney	mckinney	US	75069	0	America/New_York	37.45258	-84.75911	311	McKinney,McKinneys Fort,McKinneys Station,Montgomery Fort		KY	137		
4300394	McNary	mcnary	US	85930	0	America/Chicago	37.21532	-87.32944	123			KY	177		
4300416	McVille	mcville	US	58254	0	America/New_York	38.97756	-84.82412	155	Mackville,Maxville,McVille,Rices Landing		KY	015		
4300476	Meadowbrook	meadowbrook	US	26404	0	America/New_York	38.0023	-84.20437	290			KY	049		
4300491	Meally	meally	US	41234	0	America/New_York	37.79676	-82.73988	199			KY	115		
4300492	Means	means	US	40346	0	America/New_York	37.94925	-83.77242	259			KY	165		
4300511	Medora	medora	US	47260	0	America/Kentucky/Louisville	38.05313	-85.86996	136			KY	111		
4300535	Melber	melber	US	42069	0	America/Chicago	36.94644	-88.72533	114	Burg,Lewisburg,Melber		KY	145		
4300541	Melbourne	melbourne	US	32901	467	America/New_York	39.02978	-84.36633	153	Mel'burn,Мельбурн		KY	037		
4300542	Melrose	melrose	US	02176	0	America/New_York	37.48922	-85.99219	203			KY	093		
4300546	Melrose	melrose	US	02176	0	America/New_York	38.54952	-82.7285	168			KY	089		
4300547	Melvin	melvin	US	36913	0	America/New_York	37.35038	-82.69405	330			KY	071		
4300566	Mentor	mentor	US	44060	211	America/New_York	38.88729	-84.24632	160			KY	037		
4300568	Mercer	mercer	US	16137	0	America/Chicago	37.25754	-87.15111	164			KY	177		
4300576	Meredith	meredith	US	03253	0	America/Chicago	37.40255	-86.23692	250	Meredith,Meridith		KY	085		
4300578	Meridian	meridian	US	13113	0	America/New_York	38.77674	-84.35383	172			KY	191		
4300581	Merrifield	merrifield	US	22081	0	America/Kentucky/Louisville	38.27868	-85.64024	179			KY	111		
4300582	Merrimac	merrimac	US	01860	0	America/New_York	37.41257	-85.12857	243	Merrimac,Merrimack,Robinson Creek Church,Robinsons Creek Church		KY	217		
4300590	Merrittstown	merrittstown	US	15463	0	America/Chicago	36.84644	-87.5714	168			KY	047		
4300605	Meta	meta	US	65058	0	America/New_York	37.57038	-82.43737	228			KY	195		
4300612	Mexico	mexico	US	04257	0	America/Chicago	37.22505	-88.09669	151	Annora,Mexico		KY	055		
4300715	Middleburg	middleburg	US	17842	0	America/New_York	37.35785	-84.82106	262			KY	045		
4300717	Middlesboro	middlesboro	US	40965	10730	America/New_York	36.60842	-83.71658	348	Middlesboro,Middlesborough		KY	013		
4300718	Middleton	middleton	US	01949	0	America/Chicago	36.75088	-86.73472	195			KY	213		
4300725	Middletown	middletown	US	02842	7874	America/Kentucky/Louisville	38.24535	-85.53885	221			KY	111		
4300726	Middletown	middletown	US	02842	0	America/New_York	37.5898	-84.29993	297			KY	151		
4300727	Middletown	middletown	US	02842	0	America/Chicago	37.02062	-85.07607	308	Middlestown,Middletown,Stingy Ridge,Welfare		KY	207		
4300732	Midland	midland	US	15059	0	America/New_York	38.13314	-83.57769	210			KY	011		
4300733	Midland	midland	US	15059	0	America/Chicago	37.30588	-87.23055	145			KY	177		
4300735	Midway	midway	US	15060	0	America/Chicago	37.13783	-87.78112	129			KY	033		
4300736	Midway	midway	US	15060	0	America/Chicago	36.55144	-88.32393	158	Midway,Tobacco,Willisville		KY	035		
4300737	Midway	midway	US	15060	0	America/Chicago	37.30561	-88.17586	159			KY	055		
4300738	Midway	midway	US	15060	0	America/New_York	37.95201	-86.23858	195			KY	163		
4300739	Midway	midway	US	15060	1701	America/New_York	38.15091	-84.68383	252	Middleway,Miduehj,Midvej,Midway,mi de wei,mydwy  kntaky,Мидвеј,Мидуэй,میدوی، کنتاکی,米德韦		KY	239		
4300758	Milburn	milburn	US	42070	0	America/Chicago	36.79867	-88.89978	147			KY	039		
4300762	Mildred	mildred	US	18632	0	America/New_York	37.35398	-83.92743	342			KY	109		
4300780	Milford	milford	US	01757	0	America/New_York	38.58174	-84.1566	185			KY	023		
4300940	Milledgeville	milledgeville	US	31059	0	America/New_York	37.52063	-84.81384	320			KY	137		
4300941	Miller	miller	US	57362	0	America/Chicago	36.5184	-89.33868	87			KY	075		
4301006	Millers Creek	millers-creek	US	28651	0	America/New_York	37.67175	-83.89687	194	Millers Creek,Mount Tabor		KY	065		
4301013	Millersburg	millersburg	US	17061	796	America/New_York	38.30202	-84.14743	254			KY	017		
4301014	Millerstown	millerstown	US	17062	0	America/Chicago	37.44533	-86.0508	179			KY	085		
4301022	Millport	millport	US	14864	0	America/Chicago	37.36088	-87.2875	124			KY	177		
4301042	Millstone	millstone	US	25261	117	America/New_York	37.16732	-82.75155	378			KY	133		
4301050	Milltown	milltown	US	08850	0	America/New_York	38.33341	-83.84603	194			KY	181		
4301052	Millville	millville	US	01529	0	America/New_York	38.13702	-84.82189	174			KY	239		
4301054	Millwood	millwood	US	10546	0	America/Chicago	37.45033	-86.39053	206	Middlewood,Millwood		KY	085		
4301058	Milltown	milltown	US	08850	0	America/Chicago	37.12228	-85.40746	193	Milltown,Townsend Mill		KY	001		
4301059	Milo	milo	US	04463	0	America/New_York	37.91648	-82.57682	195			KY	159		
4301060	Milton	milton	US	02186	572	America/New_York	38.72367	-85.3694	140	Kingston,Mil'ton,Milton,Мильтон		KY	223		
4301064	Milner	milner	US	30257	0	America/New_York	38.03341	-84.80717	256			KY	239		
4301073	Mina	mina	US	89422	0	America/New_York	37.86258	-84.06715	245			KY	049		
4301080	Minerva	minerva	US	12851	0	America/New_York	38.70535	-83.91909	288			KY	161		
4301087	Minnie	minnie	US	41651	0	America/New_York	37.47232	-82.75405	214			KY	071		
4301111	Miracle	miracle	US	40856	0	America/New_York	37.46675	-84.68244	338			KY	137		
4301114	Miracle	miracle	US	40856	0	America/New_York	36.76064	-83.58408	327			KY	013		
4301129	Mistletoe	mistletoe	US	41351	0	America/New_York	37.31259	-83.59158	264			KY	189		
4301147	Mize	mize	US	39116	0	America/New_York	37.85953	-83.37351	249			KY	175		
4301150	Mitchellsburg	mitchellsburg	US	40452	0	America/New_York	37.60063	-84.94968	304			KY	021		
4301151	Moberly	moberly	US	65270	0	America/New_York	37.74175	-84.18271	268			KY	151		
4301164	Modoc	modoc	US	29838	0	America/Chicago	36.7359	-85.30274	317			KY	057		
4301184	Monitor	monitor	US	98836	0	America/New_York	38.65478	-85.26634	280			KY	223		
4301190	Monroe	monroe	US	03771	0	America/Chicago	37.23228	-85.69775	217	Monroe,New Monroe,Young Town,Youngtown		KY	099		
4301196	Montclair	montclair	US	07042	0	America/New_York	38.02258	-84.49772	312			KY	067		
4301197	Montclair	montclair	US	07042	0	America/New_York	38.22007	-85.32885	235	Evansville,Mont Clair,Montclair		KY	211		
4301198	Monterey	monterey	US	01245	0	America/New_York	38.17258	-84.30882	267			KY	017		
4301199	Monterey	monterey	US	01245	137	America/New_York	38.42201	-84.87245	150	Branhams Mill,Byrnes Landing,Cedar Lock,Monterej,Monterey,Williamsburg,Монтерей		KY	187		
4301205	Montgomery	montgomery	US	05470	0	America/Chicago	36.8781	-87.74057	165			KY	221		
4301224	Monticello	monticello	US	04760	6090	America/Kentucky/Monticello	36.82979	-84.84911	281	Montichello,Montiselo,mantyslw  kntaky,meng di sai luo,mwntayslw,Монтисело,Монтичелло,مانتیسلو، کنتاکی,مونتايسلو,蒙蒂塞洛	231	KY	231		
4301226	Montpelier	montpelier	US	05601	0	America/Chicago	37.01895	-85.18551	267			KY	001		
4301227	Montrose	montrose	US	10548	0	America/New_York	38.0723	-84.40521	290			KY	067		
4301229	Monticello	monticello	US	04760	6103	America/New_York	37.9923	-84.55022	305			KY	067		
4301237	Moon	moon	US	23119	0	America/New_York	37.97342	-83.04878	230			KY	175		
4301245	Moore	moore	US	29369	0	America/New_York	37.33507	-84.89634	259			KY	045		
4301284	Moorefield	moorefield	US	26836	0	America/New_York	38.27313	-83.93104	301			KY	181		
4301296	Mooresville	mooresville	US	28115	0	America/New_York	37.79895	-85.26524	239			KY	229		
4301297	Moorland	moorland	US	50566	431	America/Kentucky/Louisville	38.27229	-85.58357	191			KY	111		
4301307	Morehead	morehead	US	40351	7045	America/New_York	38.18397	-83.43268	225	Morkhid,mo er hei de,mwrhd  kntaky,mwrhyd,Морхид,مورهد، کنتاکی,مورهيد,莫尔黑德	205	KY	205		
4301313	Moreland	moreland	US	30259	0	America/New_York	37.50563	-84.81328	333			KY	137		
4301317	Morehead	morehead	US	40351	7622	America/Chicago	37.27115	-87.17638	153			KY	177		
4301325	Morgan	morgan	US	05853	0	America/New_York	38.60285	-84.39883	193			KY	191		
4301345	Morganfield	morganfield	US	42437	3578	America/Chicago	37.68338	-87.91669	133		225	KY	225		
4301349	Morgantown	morgantown	US	19543	2475	America/Chicago	37.2256	-86.6836	172	Funkhouser Hill,Morgantaun,Morgantown,Morgantuan,mo gen cheng,mwrgantawn  kntaky,mwrghantawn,Моргантаун,Моргантуан,مورغانتاون,مورگانتاون، کنتاکی,مورگن ٹاؤن، کینٹکی,摩根城	031	KY	031		
4301355	Morning View	morning-view	US	41063	0	America/New_York	38.83201	-84.45633	165			KY	117		
4301358	Morrill	morrill	US	04952	0	America/New_York	37.51925	-84.19743	454			KY	109		
4301420	Mortons Gap	mortons-gap	US	42440	852	America/Chicago	37.23671	-87.47528	144			KY	107		
4301424	Moscow	moscow	US	05662	0	America/Chicago	36.607	-89.03618	100			KY	105		
4301456	Motley	motley	US	56466	0	America/Chicago	36.90754	-86.28804	177			KY	227		
4301466	Mount Auburn	mount-auburn	US	52313	0	America/New_York	38.78951	-84.27271	265	Mount Auburn,Pribbles Crossroads		KY	191		
4301477	Mount Carmel	mount-carmel	US	17851	0	America/New_York	38.48452	-83.63658	269			KY	069		
4301478	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	37.16754	-87.36833	138			KY	107		
4301504	Mount Eden	mount-eden	US	40046	0	America/New_York	38.05618	-85.15106	258			KY	215		
4301516	Mount Gilead	mount-gilead	US	27306	0	America/Chicago	37.17312	-85.38413	217			KY	087		
4301517	Mount Gilead	mount-gilead	US	27306	0	America/New_York	38.51091	-83.70297	244			KY	161		
4301540	Mount Hermon	mount-hermon	US	42157	0	America/Chicago	36.80672	-85.82081	298	Mount Herman,Mount Hermon		KY	171		
4301584	Mount Olive	mount-olive	US	25185	0	America/New_York	37.27952	-84.76578	393			KY	045		
4301585	Mount Olive	mount-olive	US	25185	0	America/New_York	37.61509	-83.73019	338			KY	129		
4301603	Mount Olivet	mount-olivet	US	41064	346	America/New_York	38.53146	-84.03687	285		201	KY	201		
4301632	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	37.41116	-86.7511	174			KY	183		
4301633	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	38.61312	-85.38385	259			KY	223		
4301678	Mount Savage	mount-savage	US	21545	0	America/New_York	38.26536	-82.89128	201			KY	043		
4301680	Mount Sherman	mount-sherman	US	42764	0	America/New_York	37.45256	-85.6683	278			KY	123		
4301683	Mount Sterling	mount-sterling	US	40353	7208	America/New_York	38.05647	-83.94326	297	Maunt Sterling,Maunt Streling,mang te si te ling,mawnt astrlyng  kntaky,mawnt styrlyngh,Маунт Стерлинг,Маунт Стрелинг,ماونت استرلینگ، کنتاکی,ماونت ستيرلينغ,芒特斯特灵	173	KY	173		
4301686	Mount Tabor	mount-tabor	US	07878	0	America/Chicago	36.95865	-87.21917	233			KY	219		
4301702	Mount Vernon	mount-vernon	US	04352	2583	America/New_York	38.02563	-84.49522	308			KY	067		
4301703	Mount Vernon	mount-vernon	US	04352	2499	America/New_York	37.35286	-84.34049	360	Langford,Mount Vernon,Rockcastle,Spout Springs,White Rock	203	KY	203		
4301728	Mount Victory	mount-victory	US	43340	0	America/New_York	37.02925	-84.38633	365			KY	199		
4301732	Mount Washington	mount-washington	US	03589	14028	America/New_York	38.05006	-85.54579	215	Crossroads,Mount Vernon,Mount Washington,Mountvernon,The Cross Roads		KY	029		
4301737	Mount Zion	mount-zion	US	26151	0	America/Chicago	36.68311	-86.05721	249			KY	003		
4301738	Mount Zion	mount-zion	US	26151	0	America/New_York	38.03091	-84.09604	278			KY	049		
4301739	Mount Zion	mount-zion	US	26151	0	America/New_York	38.7409	-84.65967	281			KY	081		
4301740	Mount Zion	mount-zion	US	26151	0	America/New_York	37.18424	-84.67633	330			KY	199		
4301804	Mountain Top	mountain-top	US	18707	0	America/New_York	38.29008	-83.12545	290			KY	043		
4301825	Mouthcard	mouthcard	US	41548	0	America/New_York	37.38427	-82.25514	257			KY	195		
4301829	Mozelle	mozelle	US	40858	0	America/New_York	37.00259	-83.39796	330			KY	131		
4301831	Mousie	mousie	US	41839	0	America/New_York	37.41843	-82.87822	243			KY	119		
4301957	Muir	muir	US	17957	0	America/New_York	38.10591	-84.37716	285			KY	067		
4301958	Mulberry	mulberry	US	33860	0	America/New_York	38.26507	-85.13412	258			KY	211		
4301975	Muldraugh	muldraugh	US	40155	985	America/New_York	37.93702	-85.99163	225	Muldraugh,Stithton		KY	163		
4301984	Mullins	mullins	US	29574	0	America/New_York	37.34509	-84.22716	268			KY	203		
4302012	Munfordville	munfordville	US	42765	1640	America/Chicago	37.27228	-85.89108	187		099	KY	099		
4302035	Murray	murray	US	42071	18954	America/Chicago	36.61033	-88.31476	163	CEY,Mari,Mjurrej,Murray,Murrehj,Pleasant Hill,Pooltown,Williston,mare,meoli,mu lei,mwray,mwry  kntaky,Мари,Муррэй,Мюррей,مرے، کینٹکی,موراي,موری، کنتاکی,マレー,穆雷,머리	035	KY	035		
4302054	Muses Mills	muses-mills	US	41065	0	America/New_York	38.35008	-83.52713	218			KY	069		
4302081	Myra	myra	US	25544	0	America/New_York	37.28983	-82.59988	293			KY	195		
4302084	Mystic	mystic	US	06355	0	America/Chicago	37.89701	-86.44276	127			KY	027		
4302094	Nancy	nancy	US	42544	0	America/New_York	37.07174	-84.748	327	Logans Crossroads,Nancy		KY	199		
4302105	Napier	napier	US	26631	0	America/New_York	36.98454	-83.28546	349			KY	131		
4302115	Naples	naples	US	04055	0	America/New_York	38.43591	-82.76961	175			KY	089		
4302116	Napoleon	napoleon	US	43545	0	America/New_York	38.76034	-84.78884	259			KY	077		
4302129	Narrows	narrows	US	24124	0	America/Chicago	37.56727	-86.72999	134	Narrows,The Narrows		KY	183		
4302144	Nash	nash	US	73761	0	America/Chicago	37.32033	-86.43081	150			KY	061		
4302171	Nazareth	nazareth	US	18064	0	America/New_York	37.84812	-85.47273	222			KY	179		
4302200	Nebo	nebo	US	25141	231	America/Chicago	37.38366	-87.64278	123			KY	107		
4302201	Nebo	nebo	US	25141	224	America/Chicago	37.24171	-87.19416	167			KY	177		
4302220	Needmore	needmore	US	17238	0	America/Chicago	37.18172	-88.94729	111	Needmore,Ogalalla,Ogden,Ogden Landing,Ogdens Landing		KY	007		
4302221	Needmore	needmore	US	17238	0	America/New_York	37.65174	-84.87773	286	East Needmore,Little Needmore,Needmore,West Needmore		KY	021		
4302222	Needmore	needmore	US	17238	0	America/Chicago	37.11088	-86.6511	151			KY	031		
4302223	Needmore	needmore	US	17238	0	America/Chicago	37.22171	-87.84529	185			KY	033		
4302224	Needmore	needmore	US	17238	0	America/New_York	38.57451	-84.73411	270	Bachelors Headquarters,Needmore		KY	187		
4302273	Nelson	nelson	US	03457	0	America/Chicago	37.32977	-87.05083	128			KY	177		
4302286	Nelsonville	nelsonville	US	45764	0	America/New_York	37.7309	-85.63968	150	Furnace,Nelson-Furnace,Nelsonville		KY	179		
4302292	Nerinx	nerinx	US	40049	0	America/New_York	37.66423	-85.39941	215			KY	155		
4302295	Neon	neon	US	41840	0	America/New_York	37.19149	-82.71349	396	Fleming-Neon,Neon		KY	133		
4302338	New Castle	new-castle	US	03854	926	America/New_York	38.4334	-85.16968	254		103	KY	103		
4302347	New Concord	new-concord	US	42076	0	America/Chicago	36.54839	-88.15476	126	Concord,New Concord		KY	035		
4302364	Nevada	nevada	US	44849	0	America/New_York	37.69646	-84.90968	250	Dry Fork,Nevada		KY	167		
4302374	New Haven	new-haven	US	05472	887	America/New_York	37.65784	-85.59107	145	N'ju-Khejven,Нью-Хейвен		KY	179		
4302384	New Hope	new-hope	US	18938	129	America/New_York	37.63201	-85.5083	166			KY	179		
4302423	New Liberty	new-liberty	US	40355	0	America/Chicago	37.00755	-85.69303	290			KY	169		
4302424	New Liberty	new-liberty	US	40355	0	America/New_York	38.6159	-84.90662	271	Adams Town,New Liberty		KY	187		
4302441	New Market	new-market	US	21774	0	America/New_York	37.50173	-85.3108	197			KY	155		
4302449	New Providence	new-providence	US	07974	0	America/Chicago	36.52894	-88.23698	166			KY	035		
4302454	New Salem	new-salem	US	01355	0	America/Chicago	37.28339	-88.19419	130			KY	055		
4302455	New Salem	new-salem	US	01355	0	America/New_York	37.40924	-84.76745	273			KY	137		
4302486	New York	new-york	US	10001	0	America/Chicago	36.98894	-88.95256	140			KY	007		
4302487	New Zion	new-zion	US	29111	0	America/New_York	37.47092	-83.89576	335	Muncie,Muncy,New Zion		KY	109		
4302488	New Zion	new-zion	US	29111	0	America/New_York	38.17924	-84.48855	270			KY	209		
4302501	Newbern	newbern	US	24126	0	America/Chicago	37.08589	-88.31726	131			KY	139		
4302504	Newburg	newburg	US	17240	19967	America/Kentucky/Louisville	38.16007	-85.65968	148			KY	111		
4302519	Newfoundland	newfoundland	US	07435	0	America/New_York	38.13147	-83.09934	244	Crackers Neck,Newfoundland		KY	063		
4302523	Newman	newman	US	61942	0	America/Chicago	37.83699	-87.29528	116			KY	059		
4302529	Newport	newport	US	02840	15354	America/New_York	39.09145	-84.49578	156	N'juport,Newport (Kentucky),Njuport,niu bo te,nyupoto,nywbwrt,nywpwrt  kntaky,Њупорт,Ньюпорт,نيوبورت,نیوپورت، کنتاکی,نیوپورٹ، کینٹکی,ニューポート,纽波特	037	KY	037		
4302555	Newtown	newtown	US	06470	0	America/New_York	38.22035	-84.46994	262	Newton,Newtown		KY	209		
4302560	Niagara	niagara	US	54151	0	America/Chicago	37.72088	-87.4864	146	Cross Plains,Niagara,Tillotsons Precinct		KY	101		
4302561	Nicholasville	nicholasville	US	40340	29754	America/New_York	37.88063	-84.573	286	Nicholasvill,Nikolasvil,ni gu la si wei er,nikorasubiru,nyklaswyl  kntaky,nyshlsfyl,Николасвил,Ничоласвилл,نيشلسفيل,نیکلاسویل، کنتاکی,نیکولسویل، کینٹکی,ニコラスビル,尼古拉斯維爾	113	KY	113		
4302562	Nichols	nichols	US	13812	0	America/Chicago	36.69367	-88.86978	126			KY	105		
4302575	Nicholson	nicholson	US	18446	0	America/New_York	38.90562	-84.54411	283			KY	117		
4302614	Noble	noble	US	62868	0	America/New_York	37.45093	-83.18878	273			KY	025		
4302653	Nora	nora	US	24272	0	America/Chicago	36.76062	-85.04273	322			KY	053		
4302667	Normandy	normandy	US	37360	0	America/New_York	38.09812	-85.34273	230			KY	215		
4302734	North Middletown	north-middletown	US	40357	650	America/New_York	38.14508	-84.11132	279	North Middleton,North Middletown		KY	017		
4302761	Northfield	northfield	US	01360	1051	America/Kentucky/Louisville	38.28701	-85.64107	178			KY	111		
4302762	Northfield	northfield	US	01360	0	America/New_York	37.00619	-84.50799	283			KY	199		
4302778	Nortonville	nortonville	US	42442	1190	America/Chicago	37.19088	-87.45278	123	Norton,Norton Village,Nortonville		KY	107		
4302780	Norwood	norwood	US	02062	381	America/Kentucky/Louisville	38.25202	-85.61135	168			KY	111		
4302781	Norwood	norwood	US	02062	0	America/New_York	37.15174	-84.63189	342			KY	199		
4302804	Nunn	nunn	US	80648	0	America/Chicago	37.42755	-87.97002	114			KY	055		
4302822	Oak Forest	oak-forest	US	60452	0	America/Chicago	36.71588	-86.09832	245	Oak Forest,Roary		KY	003		
4302827	Oak Grove	oak-grove	US	42262	7444	America/Chicago	36.66505	-87.44279	165	Oak Grove,Thompkinsville		KY	047		
4302828	Oak Grove	oak-grove	US	42262	7989	America/Chicago	37.34421	-86.75471	162	Flint Springs,Oak Grove		KY	183		
4302876	Oak Hill	oak-hill	US	12460	0	America/Chicago	37.2106	-87.45667	137			KY	107		
4302877	Oak Hill	oak-hill	US	12460	0	America/New_York	37.05813	-84.64633	304			KY	199		
4302894	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	37.74005	-87.04	144			KY	059		
4302895	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	37.29477	-86.23886	176			KY	061		
4302896	Oak Ridge	oak-ridge	US	07438	0	America/New_York	38.96895	-84.50383	271			KY	117		
4302911	Oakdale	oakdale	US	06370	0	America/New_York	37.55592	-83.51713	240			KY	025		
4302912	Oakdale	oakdale	US	06370	0	America/Kentucky/Louisville	38.19646	-85.77691	139			KY	111		
4302913	Oakdale	oakdale	US	06370	0	America/Chicago	37.03589	-88.56699	101			KY	145		
4302918	Oakland	oakland	US	02858	233	America/Chicago	37.04199	-86.24832	178	Oklend,Окленд		KY	227		
4302934	Oakley	oakley	US	48649	0	America/New_York	37.23842	-84.09771	353			KY	125		
4302943	Oaks	oaks	US	19456	0	America/New_York	36.72259	-83.5563	344			KY	013		
4302944	Oakton	oakton	US	22124	0	America/Chicago	36.66339	-89.06729	104	Baldwins Precinct,Oakton		KY	105		
4302946	Oakville	oakville	US	06779	0	America/Chicago	36.74893	-86.87555	190	Oakville,Red Oak		KY	141		
4302953	Oaks	oaks	US	19456	0	America/Chicago	36.96839	-88.54421	102			KY	145		
4302988	Oil City	oil-city	US	16301	0	America/Chicago	37.03338	-85.98303	197			KY	009		
4302996	Oil Springs	oil-springs	US	41238	0	America/New_York	37.81009	-82.94239	254	Medina,Oil Springs		KY	115		
4303004	Oilton	oilton	US	74052	0	America/Kentucky/Monticello	36.77424	-84.87884	280			KY	231		
4303008	Olaton	olaton	US	42361	0	America/Chicago	37.52588	-86.68749	129			KY	183		
4303009	Olcott	olcott	US	14126	0	America/New_York	36.68592	-83.83353	391			KY	013		
4303012	Okolona	okolona	US	38860	17134	America/Kentucky/Louisville	38.14118	-85.68774	141	Lone Oak,Okolona,The Ponds Area		KY	111		
4303152	Old Washington	old-washington	US	43768	795	America/New_York	38.61591	-83.80853	273	Old Washington,Washington		KY	161		
4303159	Oldham	oldham	US	57051	0	America/New_York	38.49756	-85.42107	167			KY	185		
4303183	Oldtown	oldtown	US	21555	0	America/New_York	38.44036	-82.89822	175			KY	089		
4303184	Olin	olin	US	28660	0	America/New_York	37.35203	-83.96632	406			KY	109		
4303186	Olive	olive	US	59343	0	America/Chicago	36.80089	-88.26114	149			KY	157		
4303188	Olga	olga	US	98279	0	America/Chicago	36.9509	-85.16024	300			KY	207		
4303190	Olive Branch	olive-branch	US	38654	0	America/New_York	38.32258	-83.82214	277			KY	069		
4303194	Olive Hill	olive-hill	US	41164	1599	America/New_York	38.30008	-83.17407	228			KY	043		
4303202	Olive Branch	olive-branch	US	38654	0	America/New_York	38.12562	-85.26495	223			KY	211		
4303212	Ollie	ollie	US	52576	0	America/Chicago	37.25199	-86.18025	256			KY	061		
4303213	Olmstead	olmstead	US	42265	0	America/Chicago	36.75226	-87.015	177			KY	141		
4303214	Olney	olney	US	20830	0	America/Chicago	37.22477	-87.78001	121	Iron Bridge,Olney		KY	107		
4303215	Olympia	olympia	US	40358	0	America/New_York	38.09814	-83.69575	232			KY	011		
4303219	Omaha	omaha	US	31821	0	America/New_York	37.2751	-82.84183	381			KY	119		
4303220	Omega	omega	US	31775	0	America/New_York	36.95202	-84.50855	258			KY	199		
4303223	Oneida	oneida	US	13421	410	America/New_York	37.26953	-83.64908	237			KY	051		
4303230	Oneonta	oneonta	US	13820	0	America/New_York	38.97506	-84.3016	139			KY	037		
4303234	Ono	ono	US	17077	0	America/Chicago	36.98868	-84.96662	299			KY	207		
4303257	Ophir	ophir	US	81426	0	America/New_York	37.90731	-83.01433	224			KY	175		
4303308	Ordinary	ordinary	US	23131	0	America/New_York	38.15481	-83.19462	340			KY	063		
4303310	Oregon	oregon	US	43616	0	America/New_York	37.9123	-84.82356	159	Harrods Landing,Oregon,Warwick,Warwick Bottom		KY	167		
4303317	Orlando	orlando	US	26412	0	America/New_York	37.37286	-84.26799	280	Brush Creek Station,Orlando,Орландо		KY	203		
4303322	Orr	orr	US	55771	0	America/New_York	38.13564	-82.89183	217			KY	127		
4303328	Osborn	osborn	US	64474	0	America/New_York	37.47677	-82.61265	233	Osborn,Osborne		KY	071		
4303348	Oscar	oscar	US	70762	0	America/Chicago	37.13644	-89.02701	110			KY	007		
4303349	Ottawa	ottawa	US	25149	0	America/New_York	37.36175	-84.45605	360			KY	203		
4303436	Owensboro	owensboro	US	42301	59042	America/Chicago	37.77422	-87.11333	120	OWB,Ouensboro,Ouensburou,Ounsboro,Ovensboro,Owensboro,Owensborough,Yellow Banks,awwnzbrww  kntaky,awynsbwrw,o-eonjeubeoleo,oenzuboro,ou wen si bo lei,Овенсборо,Оуенсборо,Оуенсбъроу,Оунсборо,أوينسبورو,اوونزبروو، کنتاکی,اوینسبورو، کینٹکی,オーエンズボロ,欧文斯伯勒,오언즈버러	059	KY	059		
4303439	Owenton	owenton	US	40359	1550	America/New_York	38.53672	-84.84338	295	Ouenton,awwntwn  kntaky,awyntwn,ou wen dun,Оуентон,أوينتون,اوونتون، کنتاکی,欧文顿	187	KY	187		
4303441	Owingsville	owingsville	US	40360	1581	America/New_York	38.1448	-83.76408	306	Ouingsvill,ao yin si wei er,awwyngswyl  kntaky,awynghsfyl,Оуингсвилл,أوينغسفيل,اووینگسویل، کنتاکی,奥因斯维尔	011	KY	011		
4303459	Oxford	oxford	US	01540	0	America/New_York	38.26841	-84.503	293	Barkleys Crossroads,Marion,Marion Crossroads,Oxford,Patterson Crossroads		KY	209		
4303466	Ozark	ozark	US	36360	0	America/Chicago	37.07923	-85.23135	269			KY	001		
4303508	Paint Lick	paint-lick	US	40461	0	America/New_York	37.61675	-84.40938	250			KY	079		
4303537	Palisades	palisades	US	10964	0	America/Chicago	37.02172	-88.02724	146			KY	143		
4303539	Palmer	palmer	US	01069	0	America/New_York	37.81341	-84.06631	249			KY	065		
4303543	Paintsville	paintsville	US	41240	4249	America/New_York	37.81454	-82.80711	187	Pehjntsvill,Pejnttsvil,byntsfyl,pei en ci wei er,pyntswyl  kntaky,Пејнттсвил,Пэйнтсвилл,بينتسفيل,پینتسویل، کنتاکی,佩恩茨维尔	115	KY	115		
4303547	Panama	panama	US	14767	0	America/New_York	37.84953	-83.30129	277			KY	175		
4303553	Panola	panola	US	35477	0	America/New_York	37.66092	-84.11521	243			KY	151		
4303555	Panther	panther	US	24872	0	America/Chicago	37.64005	-87.225	140			KY	059		
4303557	Panhandle	panhandle	US	79068	0	America/New_York	37.55676	-83.38324	218			KY	025		
4303577	Paradise	paradise	US	17562	0	America/Chicago	37.2681	-86.98361	122	Monterey,Paradise,Stums Landing		KY	177		
4303583	Paragon	paragon	US	46166	0	America/New_York	38.04814	-83.39935	220			KY	205		
4303590	Park	park	US	67751	0	America/Chicago	37.14033	-85.77469	219			KY	009		
4303593	Park City	park-city	US	42160	555	America/Chicago	37.09394	-86.04637	195			KY	009		
4303595	Park Hills	park-hills	US	63601	3007	America/New_York	39.07145	-84.53217	229			KY	117		
4303602	Paris	paris	US	04271	9870	America/New_York	38.2098	-84.25299	257	Paris,Parizh,ba li,barys,parys  kntaky,Париж,Парис,باريس,پاریس، کنتاکی,پیرس، کینٹکی,巴黎	017	KY	017		
4303614	Parkers Lake	parkers-lake	US	42634	0	America/New_York	36.84202	-84.48077	386			KY	147		
4303630	Parksville	parksville	US	12768	0	America/New_York	37.59785	-84.89134	330			KY	021		
4303640	Parnell	parnell	US	52325	0	America/Kentucky/Monticello	36.86785	-84.94523	312			KY	231		
4303660	Partridge	partridge	US	40862	0	America/New_York	37.00648	-82.89794	468	Partridge,Patridge		KY	133		
4303672	Pathfork	pathfork	US	40863	379	America/New_York	36.75592	-83.46463	378			KY	095		
4303674	Patrick	patrick	US	29584	0	America/New_York	37.92398	-82.64349	180			KY	127		
4303725	Paw Paw	paw-paw	US	25434	0	America/New_York	37.43761	-82.11069	335			KY	195		
4303737	Paxton	paxton	US	01612	0	America/New_York	37.67648	-83.40852	254			KY	025		
4303739	Payne	payne	US	45880	0	America/Chicago	36.66367	-88.65088	165			KY	083		
4303752	Payneville	payneville	US	40157	0	America/New_York	37.98951	-86.31303	247	Caseyville,Payneville		KY	163		
4303781	Peach Orchard	peach-orchard	US	72453	0	America/New_York	37.94204	-82.61516	184	Mellensburg,Peach Orchard		KY	127		
4303783	Peabody	peabody	US	01960	0	America/New_York	37.13898	-83.59075	258			KY	051		
4303804	Pearl	pearl	US	39208	0	America/New_York	36.63147	-83.94659	443	Germany,Pearl		KY	235		
4303806	Peak	peak	US	29122	0	America/New_York	38.17535	-84.60967	267			KY	209		
4303850	Pekin	pekin	US	47165	0	America/New_York	37.87953	-83.38963	269			KY	175		
4303856	Pellville	pellville	US	42364	0	America/Chicago	37.75227	-86.8136	169	Bucksnort,Pellville		KY	091		
4303861	Pembroke	pembroke	US	02359	889	America/Chicago	36.77588	-87.35556	179			KY	047		
4303867	Pendleton	pendleton	US	27862	0	America/New_York	38.46229	-85.30357	261			KY	103		
4303918	Perkins	perkins	US	30822	0	America/New_York	36.78397	-84.06076	317			KY	235		
4303964	Perryville	perryville	US	21903	761	America/New_York	37.65035	-84.95162	256	Harberson Crossing,Harberson Station,Harbersons Crossing,Harbersons Fort,Perivil,Perrivill,Perryville,byryfyl,prywwyl,prywyl  kntaky,Перивил,Перривилл,פריוויל,بيريفيل,پریویل، کنتاکی		KY	021		
4303965	Perryville	perryville	US	21903	0	America/New_York	37.72951	-86.04858	233			KY	093		
4303966	Perryville	perryville	US	21903	0	America/Chicago	37.28505	-85.8983	187			KY	099		
4303970	Perry Park	perry-park	US	40363	0	America/New_York	38.54812	-84.99967	142	Balls Landing,Moxley,Perry Park		KY	187		
4304035	Petersburg	petersburg	US	12138	620	America/New_York	39.06922	-84.86828	156	Caledonia,New Caldonia,Petersburg,Pitersburg,Tanners Bottom,Питерсбург,پیٹرزبرگ، بون کاؤنٹی، کینٹکی		KY	015		
4304036	Petersburg	petersburg	US	12138	0	America/Kentucky/Louisville	38.17868	-85.6594	152			KY	111		
4304044	Petroleum	petroleum	US	26161	0	America/Chicago	36.69532	-86.24832	184			KY	003		
4304045	Petros	petros	US	37845	0	America/Chicago	36.89726	-86.59666	183			KY	227		
4304058	Pewee Valley	pewee-valley	US	40056	1529	America/New_York	38.31062	-85.48746	238	Pivi Vali,Pivi Vehllej,bywy,pywy wly  kntaky,Пиви Вали,Пиви Вэллей,بيوي,پیوی ولی، کنتاکی		KY	185		
4304067	Peytona	peytona	US	25154	0	America/New_York	38.18118	-85.06106	257			KY	211		
4304076	Phelps	phelps	US	14532	893	America/New_York	37.51288	-82.15013	255			KY	195		
4304121	Phillipsburg	phillipsburg	US	08865	0	America/New_York	37.45645	-85.25996	216			KY	155		
4304126	Philpot	philpot	US	42366	0	America/Chicago	37.73311	-86.98888	131			KY	059		
4304134	Phyllis	phyllis	US	41554	0	America/New_York	37.4426	-82.33598	271			KY	195		
4304143	Pickett	pickett	US	54964	0	America/Chicago	37.12256	-85.47552	206			KY	001		
4304155	Pierce	pierce	US	68767	0	America/Chicago	37.18645	-85.60775	244			KY	087		
4304175	Pigeon	pigeon	US	48755	0	America/New_York	37.43205	-82.55349	231			KY	195		
4304232	Pikeville	pikeville	US	27863	7012	America/New_York	37.47927	-82.51876	207	PVL,Pajkvill,Pakjvil,bayksfyl,pai ke wei er,paikubiru,paykwyl  kntaky,Пайквилл,Пакјвил,بايكسفيل,پایکویل، کنتاکی,パイクビル,派克维尔	195	KY	195		
4304255	Pilot	pilot	US	24138	0	America/New_York	37.74925	-83.77964	331			KY	065		
4304257	Pilgrim	pilgrim	US	41250	0	America/New_York	37.79926	-82.42126	194			KY	159		
4304291	Pinckneyville	pinckneyville	US	62274	0	America/Chicago	37.18728	-88.23975	107			KY	139		
4304298	Pinckard	pinckard	US	36371	0	America/New_York	37.9773	-84.68161	249	Pinckard,Satansville		KY	239		
4304336	Pine Hill	pine-hill	US	12465	0	America/New_York	37.32953	-84.26327	302			KY	203		
4304348	Pine Grove	pine-grove	US	17963	0	America/New_York	38.00202	-84.31577	292	Ebenezer,Pine Grove		KY	049		
4304361	Pine Knot	pine-knot	US	42635	1621	America/New_York	36.65091	-84.43855	433	High Point,Pine Knot		KY	147		
4304370	Pine Mountain	pine-mountain	US	31822	0	America/New_York	36.9487	-83.18212	532			KY	095		
4304380	Pine Ridge	pine-ridge	US	41360	0	America/New_York	37.76397	-83.6138	386			KY	237		
4304389	Pine Top	pine-top	US	41843	0	America/New_York	37.2726	-82.88238	345			KY	119		
4304393	Pinehurst	pinehurst	US	01866	0	America/New_York	38.0723	-84.45716	305			KY	067		
4304396	Pineville	pineville	US	18946	1762	America/New_York	36.76203	-83.69492	309	Pajnvil,Pajnvill,bynyfyly,pai en wei er,paynwyl  kntaky,Пайнвилл,Пајнвил,بينيفيلي,پاینویل، کنتاکی,派恩维尔	013	KY	013		
4304408	Piney Fork	piney-fork	US	43941	0	America/Chicago	37.29199	-88.00419	164			KY	055		
4304427	Pinnacle	pinnacle	US	27043	0	America/New_York	37.6212	-83.81742	279			KY	129		
4304443	Pinsonfork	pinsonfork	US	41555	0	America/New_York	37.55316	-82.26375	276			KY	195		
4304458	Pippa Passes	pippa-passes	US	41844	643	America/New_York	37.33482	-82.87405	302			KY	119		
4304462	Pisgah	pisgah	US	35765	0	America/New_York	38.05674	-84.65494	264			KY	239		
4304469	Piqua	piqua	US	45356	0	America/New_York	38.46619	-84.04521	215			KY	201		
4304485	Pitman	pitman	US	08071	0	America/New_York	37.37812	-85.48941	250			KY	217		
4304498	Pitts	pitts	US	31072	0	America/New_York	37.70925	-83.88381	387			KY	065		
4304510	Pittsburg	pittsburg	US	03592	0	America/New_York	37.16009	-84.1041	349	Pitsburg,Питсбург		KY	125		
4304518	Plantation	plantation	US	33388	859	America/Kentucky/Louisville	38.2834	-85.59107	193	Plantacija,Плантация		KY	111		
4304519	Plato	plato	US	55370	0	America/New_York	37.23286	-84.41772	296			KY	199		
4304523	Plano	plano	US	52581	1117	America/Chicago	36.88032	-86.41832	186	Plano,Plano Store		KY	227		
4304533	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	37.75173	-85.17246	245			KY	229		
4304567	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	37.18032	-86.86527	163			KY	031		
4304568	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	36.71394	-88.29337	156			KY	035		
4304569	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	36.90727	-87.36861	218			KY	047		
4304629	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	37.59838	-86.98722	159			KY	183		
4304667	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	38.37924	-83.93798	219			KY	181		
4304668	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	37.46732	-82.5046	243			KY	195		
4304690	Pleasant View	pleasant-view	US	37146	350	America/New_York	36.67786	-84.12854	304			KY	235		
4304716	Pleasureville	pleasureville	US	40057	844	America/New_York	38.3459	-85.11523	272	Pleasureville,South Pleasureville,Southtown		KY	211		
4304719	Pleasureville	pleasureville	US	40057	0	America/New_York	38.47813	-83.60353	254			KY	069		
4304721	Plum	plum	US	78952	0	America/New_York	38.17897	-84.03132	259	Levy,Pinhook,Plum		KY	017		
4304743	Plumville	plumville	US	16246	0	America/New_York	38.60146	-83.67436	281			KY	161		
4304749	Plummers Landing	plummers-landing	US	41081	0	America/New_York	38.31897	-83.56102	201			KY	069		
4304758	Point Pleasant	point-pleasant	US	18950	0	America/Chicago	37.45116	-87.10055	126	Point Pleasant,The Point		KY	183		
4304788	Polkville	polkville	US	28136	0	America/Chicago	36.97254	-86.27082	173			KY	227		
4304791	Pollard	pollard	US	72456	0	America/New_York	37.80675	-84.50994	305			KY	113		
4304873	Ponderosa	ponderosa	US	87044	0	America/Chicago	37.34061	-86.19608	201			KY	085		
4304883	Poole	poole	US	42444	0	America/Chicago	37.64032	-87.64418	150	Poole,Pooles Mill		KY	233		
4304905	Pope	pope	US	38658	0	America/Chicago	36.76254	-86.33971	223			KY	003		
4304908	Poplar	poplar	US	54864	0	America/New_York	38.44202	-83.15295	238			KY	043		
4304931	Poplar Grove	poplar-grove	US	61065	0	America/New_York	38.50369	-83.67742	286			KY	069		
4304932	Poplar Grove	poplar-grove	US	61065	0	America/Chicago	37.46921	-87.30722	138			KY	149		
4304933	Poplar Grove	poplar-grove	US	61065	0	America/New_York	38.65812	-84.84106	272			KY	187		
4304975	Poplarville	poplarville	US	39470	0	America/New_York	37.02425	-84.43772	318			KY	199		
4304980	Port Royal	port-royal	US	17082	0	America/New_York	38.55534	-85.08023	251			KY	103		
4304981	Porter	porter	US	04068	0	America/New_York	38.38202	-84.60522	287			KY	209		
4305000	Portland	portland	US	04101	0	America/Chicago	37.12062	-85.44608	220			KY	001		
4305001	Portland	portland	US	04101	0	America/Kentucky/Louisville	38.26924	-85.8108	135			KY	111		
4305002	Portland	portland	US	04101	0	America/New_York	38.74812	-84.44772	265			KY	191		
4305012	Portsmouth	portsmouth	US	02871	0	America/New_York	37.53148	-83.31518	228			KY	025		
4305023	Post	post	US	79356	0	America/Chicago	37.47311	-86.47554	187			KY	085		
4305075	Pottsville	pottsville	US	17901	0	America/New_York	37.64729	-85.0669	242	Pottsburgh,Pottsville		KY	229		
4305077	Pottsville	pottsville	US	17901	0	America/Chicago	36.85506	-88.72922	137			KY	083		
4305110	Powderly	powderly	US	42367	732	America/Chicago	37.23699	-87.15916	137			KY	177		
4305147	Powersville	powersville	US	64672	0	America/New_York	38.65674	-84.11215	295			KY	023		
4305153	Prairie Village	prairie-village	US	66208	0	America/Kentucky/Louisville	38.11313	-85.83635	144			KY	111		
4305178	Pratt	pratt	US	25162	0	America/Chicago	37.61504	-87.5689	145			KY	233		
4305187	Premier	premier	US	24878	0	America/New_York	36.59564	-83.76381	377			KY	013		
4305188	Prentiss	prentiss	US	39474	0	America/Chicago	37.33477	-86.84055	130	Gasburg,Prentiss		KY	183		
4305202	Preston	preston	US	06365	0	America/New_York	38.08564	-83.75325	231			KY	011		
4305210	Prestonsburg	prestonsburg	US	41653	3347	America/New_York	37.66565	-82.77155	193	Prestonburg,Prestons Station,Prestonsberg,Prestonsburg,Prestonsburgh,Surlocks Station,brystwnzbwrgh,prstwnsbwrg  kntaky,pu lei si dun,Престонбург,Престонсберг,بريستونزبورغ,پرستونسبورگ، کنتاکی,پریسٹنسبرگ، کینٹکی,普勒斯顿	071	KY	071		
4305215	Prewitt	prewitt	US	87045	0	America/New_York	38.02813	-83.98103	320			KY	173		
4305222	Price	price	US	21656	0	America/New_York	37.4026	-82.7421	239			KY	071		
4305254	Pride	pride	US	70770	0	America/Chicago	37.55838	-87.89085	120			KY	225		
4305258	Primrose	primrose	US	68655	0	America/New_York	37.60231	-83.60852	275			KY	129		
4305266	Princeton	princeton	US	01541	6174	America/Chicago	37.10922	-87.88196	147	Pricton,Prince Place,Princeton,Princetown,Prinston,brynstwn,prynstwn  kntaky,pu lin si dun,Принстон,Прицтон,برينستون,پرنسٹن، کینٹکی,پرینستون، کنتاکی,普林斯顿	033	KY	033		
4305269	Printer	printer	US	41655	0	America/New_York	37.52982	-82.74627	205			KY	071		
4305278	Proctor	proctor	US	05765	0	America/New_York	37.57009	-83.7138	251			KY	129		
4305287	Prospect	prospect	US	06712	4881	America/Kentucky/Louisville	38.34507	-85.61552	143	Prospect,Sand Hill		KY	111		
4305292	Providence	providence	US	02901	0	America/New_York	36.86703	-83.91159	299			KY	121		
4305293	Providence	providence	US	02901	0	America/Chicago	36.66615	-86.6775	224	Providens,Провиденс		KY	213		
4305294	Providence	providence	US	02901	3492	America/New_York	38.57451	-85.22107	259			KY	223		
4305295	Providence	providence	US	02901	3065	America/Chicago	37.39755	-87.76279	134	Providence,Providens,Savageville,Провиденс		KY	233		
4305319	Pruden	pruden	US	37851	0	America/New_York	36.59064	-83.89131	391	Pruden,Pruden-Fonde		KY	013		
4305321	Provo	provo	US	84601	0	America/Chicago	37.2331	-86.82833	143	Provo,Прово		KY	031		
4305360	Pueblo	pueblo	US	81001	0	America/Kentucky/Monticello	36.8098	-84.70827	256			KY	231		
4305367	Pulaski	pulaski	US	13142	0	America/New_York	37.20897	-84.63883	337			KY	199		
4305420	Purdy	purdy	US	65734	0	America/Chicago	37.15146	-85.18496	310			KY	001		
4305427	Putney	putney	US	05346	0	America/New_York	36.90537	-83.22629	383			KY	095		
4305434	Quail	quail	US	79251	0	America/New_York	37.3273	-84.45466	345	Macon,Quail		KY	203		
4305456	Quincy	quincy	US	02169	0	America/New_York	38.62397	-83.13073	165	New Hampshire Landing,Quincy		KY	135		
4305457	Quinn	quinn	US	57775	0	America/Chicago	37.29338	-87.8364	157			KY	033		
4305459	Quinton	quinton	US	08072	0	America/New_York	36.95285	-84.62661	261			KY	199		
4305471	Raccoon	raccoon	US	41557	0	America/New_York	37.49038	-82.43987	266			KY	195		
4305500	Raceland	raceland	US	70394	2387	America/New_York	38.54008	-82.7285	166			KY	089		
4305504	Radcliff	radcliff	US	40159	22387	America/New_York	37.84035	-85.94913	235	Mill Creek,Rad Cliffe,Radcliff,Radcliffe,Radklif,Rehdkliff,lei de ke li fu,radklyf,radokurifu,rdklyf  kntaky,Радклиф,Рэдклифф,رادكليف,ردکلیف، کنتاکی,ریڈکلف، کینٹکی,ラドクリフ,雷德克里夫		KY	093		
4305506	Radcliffe	radcliffe	US	50230	0	America/New_York	38.07841	-84.46688	305			KY	067		
4305517	Ragland	ragland	US	25690	0	America/Chicago	37.16366	-88.8884	112			KY	145		
4305540	Raleigh	raleigh	US	25911	0	America/Chicago	37.72782	-88.05948	104			KY	225		
4305544	Ralph	ralph	US	35480	0	America/Chicago	37.61811	-86.83749	127			KY	183		
4305555	Ramey	ramey	US	16671	0	America/New_York	38.17925	-83.57186	215			KY	205		
4305583	Randolph	randolph	US	02368	0	America/Chicago	36.97089	-85.71053	288	New Randolph,Randolph		KY	169		
4305586	Bandy	bandy	US	24602	0	America/New_York	37.29369	-84.50355	337	Bandy,Randy		KY	199		
4305591	Rankin	rankin	US	60960	0	America/Kentucky/Monticello	36.91757	-84.83772	264			KY	231		
4305593	Rankin	rankin	US	60960	0	America/Chicago	37.78254	-87.57723	117			KY	101		
4305596	Ransom	ransom	US	18653	0	America/New_York	37.56649	-82.18819	245			KY	195		
4305636	Raven	raven	US	24639	0	America/New_York	37.40288	-82.80627	231			KY	119		
4305643	Ravenna	ravenna	US	40472	590	America/New_York	37.68453	-83.95298	194			KY	065		
4305671	Raymond	raymond	US	03077	0	America/Chicago	37.93895	-86.36525	238			KY	027		
4305676	Raywick	raywick	US	40060	136	America/New_York	37.56034	-85.43052	185			KY	155		
4305691	Red Ash	red-ash	US	24640	0	America/New_York	36.61647	-84.12187	297			KY	235		
4305707	Red Hill	red-hill	US	18076	0	America/Chicago	36.74115	-86.29916	216			KY	003		
4305708	Red Hill	red-hill	US	18076	0	America/Chicago	37.61033	-87.04166	144			KY	059		
4305709	Red Hill	red-hill	US	18076	0	America/New_York	37.85562	-85.96746	238			KY	093		
4305746	Redbird	redbird	US	74458	0	America/New_York	36.76203	-84.21994	279			KY	235		
4305759	Redfox	redfox	US	41847	0	America/New_York	37.21482	-82.94377	348			KY	119		
4305769	Reed	reed	US	42451	0	America/Chicago	37.85116	-87.35417	115	Reads,Reed		KY	101		
4305780	Reedville	reedville	US	22539	0	America/New_York	38.25119	-82.91017	187			KY	043		
4305823	Renfro Valley	renfro-valley	US	40473	0	America/New_York	37.38786	-84.3316	290			KY	203		
4305824	Renick	renick	US	24966	0	America/New_York	38.05841	-84.2066	286	Renick,Renick Station		KY	049		
4305826	Repton	repton	US	36475	0	America/Chicago	37.38866	-88.01697	149			KY	055		
4305828	Republic	republic	US	15475	0	America/New_York	37.37261	-82.36292	327			KY	195		
4305843	Revelo	revelo	US	42638	0	America/New_York	36.68341	-84.47049	428			KY	147		
4305845	Rex	rex	US	28378	0	America/New_York	36.85176	-83.30018	403			KY	095		
4305846	Rex	rex	US	28378	0	America/Chicago	37.22283	-85.78553	215			KY	099		
4305848	Rexville	rexville	US	14877	0	America/New_York	37.8237	-83.37101	265			KY	175		
4305867	Reynoldsville	reynoldsville	US	15851	0	America/New_York	38.19036	-83.82353	310			KY	011		
4305883	Rhodelia	rhodelia	US	40161	0	America/New_York	38.00701	-86.42053	197	Rhodelia,Vessel Woods,Vessells Woods		KY	163		
4305911	Ricetown	ricetown	US	41364	0	America/New_York	37.39009	-83.62269	249			KY	189		
4305912	Riceville	riceville	US	16432	0	America/Chicago	36.51423	-88.89312	122			KY	075		
4305913	Riceville	riceville	US	16432	0	America/New_York	37.73454	-82.92433	213			KY	115		
4305934	Richardson	richardson	US	75080	0	America/New_York	37.94398	-82.64238	189			KY	127		
4305944	Richardsville	richardsville	US	22736	0	America/Chicago	37.10477	-86.47082	208			KY	227		
4305951	Richland	richland	US	08350	0	America/Chicago	37.27727	-87.59472	130			KY	107		
4305974	Richmond	richmond	US	01254	33533	America/New_York	37.74786	-84.29465	289	Richmond,li shi man,lichimeondeu,rychmnd  kntaky,ryzmwnd,Ричмонд,ריצמונד,ریچمند، کنتاکی,里士滿,리치먼드	151	KY	151		
4305975	Richwood	richwood	US	08074	0	America/New_York	38.92062	-84.62494	283			KY	015		
4305996	Ridgedale	ridgedale	US	65739	0	America/Chicago	37.2606	-86.2672	177			KY	061		
4305997	Ridgetop	ridgetop	US	37152	0	America/New_York	37.90701	-85.62107	249			KY	029		
4305999	Ridgeway	ridgeway	US	24148	0	America/New_York	36.89759	-83.12545	429			KY	095		
4306153	Riley	riley	US	47871	0	America/New_York	37.55951	-85.09885	283			KY	155		
4306166	Rileyville	rileyville	US	22650	0	America/New_York	36.89731	-83.06572	476			KY	095		
4306169	Rineyville	rineyville	US	40162	0	America/New_York	37.74951	-85.96996	238			KY	093		
4306171	Ringgold	ringgold	US	15770	0	America/New_York	37.10813	-84.65355	331			KY	199		
4306174	Rio	rio	US	26755	0	America/Chicago	37.31895	-85.77108	157	Glenbrook,Rio		KY	099		
4306175	Rio Vista	rio-vista	US	76093	0	America/New_York	36.84398	-83.35935	356	Emerling Station,Rio Vista		KY	095		
4306206	Riverside	riverside	US	02915	0	America/Chicago	37.15893	-86.5436	168			KY	227		
4306219	Riverview	riverview	US	33568	0	America/New_York	38.51286	-82.68211	171			KY	089		
4306220	Riverview	riverview	US	33568	0	America/Chicago	37.0295	-88.53449	119			KY	145		
4306277	Roanoke	roanoke	US	24001	0	America/New_York	37.67701	-85.70579	272	Roan Oak,Roanoke		KY	123		
4306289	Roaring Spring	roaring-spring	US	16673	0	America/Chicago	36.7256	-87.70696	170			KY	221		
4306290	Roark	roark	US	40979	0	America/New_York	37.02259	-83.51519	318			KY	131		
4306299	Robards	robards	US	42452	513	America/Chicago	37.67393	-87.54667	131	Robard,Robards,The Sanctified Town		KY	101		
4306307	Roberta	roberta	US	31078	0	America/New_York	38.11062	-86.43776	176			KY	163		
4306351	Robinson	robinson	US	15949	0	America/New_York	38.49118	-84.34827	201			KY	097		
4306363	Robinson Creek	robinson-creek	US	41560	0	America/New_York	37.38705	-82.53738	231			KY	195		
4306377	Rochester	rochester	US	02770	156	America/Chicago	37.21254	-86.89305	125	Rochester,Рочестер		KY	031		
4306396	Rock Creek	rock-creek	US	25174	0	America/Chicago	37.432	-86.15803	196			KY	085		
4306448	Rock Spring	rock-spring	US	30739	0	America/Chicago	37.49505	-87.87752	152			KY	233		
4306453	Rock Springs	rock-springs	US	53961	0	America/New_York	38.76757	-84.09215	172			KY	023		
4306454	Rock Springs	rock-springs	US	53961	0	America/Chicago	37.72588	-87.65474	144			KY	101		
4306466	Rockbridge	rockbridge	US	43149	0	America/Chicago	36.78395	-85.68414	282			KY	171		
4306476	Rockdale	rockdale	US	76567	0	America/New_York	38.41897	-82.69794	200			KY	019		
4306477	Rockdale	rockdale	US	76567	0	America/New_York	38.40924	-84.68467	236			KY	187		
4306485	Rockholds	rockholds	US	40759	390	America/New_York	36.8287	-84.11632	300	Rockhold's,Rockholds,Watts Valley		KY	235		
4306486	Rockhouse	rockhouse	US	41561	0	America/New_York	37.32705	-82.45237	309			KY	195		
4306489	Rockfield	rockfield	US	42274	0	America/Chicago	36.91032	-86.56444	180			KY	227		
4306549	Rockland	rockland	US	02370	0	America/Chicago	37.08977	-86.58388	194	Rockland,The Mouth of Gasper		KY	227		
4306563	Rockport	rockport	US	01966	269	America/Chicago	37.33393	-86.99611	133	Dentons Ferry,Old Rockport,Riverside,Rock Port,Rockport		KY	183		
4306565	Rockvale	rockvale	US	37153	0	America/Chicago	37.63255	-86.57665	142			KY	027		
4306567	Rockwood	rockwood	US	04478	0	America/New_York	38.05563	-84.45633	305			KY	067		
4306608	Rocky Hill	rocky-hill	US	06067	0	America/Chicago	36.94005	-86.07109	227			KY	009		
4306609	Rocky Hill	rocky-hill	US	06067	0	America/Chicago	37.06894	-86.13637	190			KY	061		
4306651	Rogers	rogers	US	06263	0	America/New_York	37.74397	-83.63547	373	Dogtrot,Oklahoma,Pumphead,Rogers		KY	237		
4306666	Rogersville	rogersville	US	15359	0	America/New_York	37.82034	-85.92885	233			KY	093		
4306693	Rome	rome	US	13440	0	America/Chicago	37.72116	-87.18083	123	Clearys Grocery,Rome		KY	059		
4306702	Roosevelt	roosevelt	US	08555	0	America/New_York	37.4062	-83.36685	240			KY	025		
4306708	Roper	roper	US	27970	0	America/Chicago	36.61478	-88.80617	122			KY	083		
4306714	Roscoe	roscoe	US	12776	0	America/New_York	38.03398	-83.09462	224			KY	063		
4306743	Rose Hill	rose-hill	US	24281	0	America/New_York	38.33591	-83.23435	333			KY	043		
4306762	Roseburg	roseburg	US	97470	0	America/Chicago	37.33005	-86.07942	200			KY	099		
4306773	Roseville	roseville	US	43777	0	America/Chicago	36.88727	-85.92553	226			KY	009		
4306774	Roseville	roseville	US	43777	0	America/Chicago	37.71728	-86.75499	156	Lyonia,Roseville		KY	091		
4306776	Rosewood	rosewood	US	43070	0	America/Chicago	37.08671	-87.08944	183			KY	177		
4306777	Rosine	rosine	US	42370	113	America/Chicago	37.45033	-86.74138	171	Pigeon Roost,Rosine		KY	183		
4306781	Ross	ross	US	45061	0	America/New_York	39.02034	-84.33299	152	Indian Springs,Ross		KY	037		
4306844	Round Hill	round-hill	US	20141	0	America/New_York	37.67897	-84.41605	295			KY	151		
4306863	Roundhill	roundhill	US	42275	0	America/Chicago	37.23699	-86.43081	138			KY	061		
4306872	Rousseau	rousseau	US	41366	0	America/New_York	37.59315	-83.22962	237			KY	025		
4306884	Rowena	rowena	US	76875	0	America/Chicago	36.87784	-85.10634	299			KY	207		
4306886	Rowland	rowland	US	18457	0	America/New_York	37.52286	-84.63161	263			KY	137		
4306894	Roxana	roxana	US	41848	0	America/New_York	37.11121	-82.94988	326			KY	133		
4306899	Royal	royal	US	51357	0	America/Chicago	37.44089	-86.09525	238			KY	085		
4306902	Royalton	royalton	US	41464	0	America/New_York	37.67509	-83.02183	268			KY	153		
4306939	Rumsey	rumsey	US	42371	0	America/Chicago	37.53199	-87.25805	116			KY	149		
4306946	Rush	rush	US	14543	0	America/New_York	38.33536	-82.78155	194			KY	019		
4306972	Russell	russell	US	01071	3260	America/New_York	38.5173	-82.69766	197			KY	089		
4307012	Russell Springs	russell-springs	US	42642	2511	America/Chicago	37.05618	-85.08857	331	Allen Spring,Russell Springs,Seven Sister Spring		KY	207		
4307016	Ruth	ruth	US	39662	0	America/Chicago	37.10866	-87.74862	142			KY	033		
4307017	Ruth	ruth	US	39662	0	America/New_York	37.07508	-84.52411	258			KY	199		
4307018	Rutherford	rutherford	US	07070	0	America/New_York	36.88481	-83.03683	503			KY	095		
4307021	Ruthton	ruthton	US	56170	0	America/New_York	37.73286	-84.43355	215			KY	151		
4307022	Rutland	rutland	US	01543	0	America/New_York	38.44479	-84.45077	243			KY	097		
4307023	Ryan	ryan	US	52330	0	America/New_York	38.37008	-83.48269	248			KY	069		
4307025	Russellville	russellville	US	29476	7056	America/Chicago	36.84532	-86.88722	181	Big Boiling Spring,Butchers Station,Cooks Station,Gasper,Logan Courthouse,Raselvil,Rassellvill,Rasselvil,Russellville,la sai er wei er,leoselbil,raslwyl  kntaky,Раселвил,Расселвил,Расселлвилл,راسلویل، کنتاکی,拉塞尔维尔,러셀빌	141	KY	141		
4307043	Ryland	ryland	US	35767	0	America/New_York	38.93867	-84.46911	158			KY	117		
4307057	Sacramento	sacramento	US	17968	461	America/Chicago	37.41588	-87.26555	150	Cross Roads,Sacramento,Sakramento,Social Hill,Сакраменто		KY	149		
4307065	Sadler	sadler	US	76264	0	America/Chicago	37.35783	-86.33414	215			KY	085		
4307068	Sadieville	sadieville	US	40370	332	America/New_York	38.38924	-84.53744	254			KY	209		
4307116	Saint Catharine	saint-catharine	US	40061	0	America/New_York	37.70867	-85.25774	240	Saint Catharine,Saint Catherine,St. Catharine		KY	229		
4307122	Saint Charles	saint-charles	US	24282	277	America/Chicago	37.18616	-87.55584	134	Sent-Charl'z,Сент-Чарльз		KY	107		
4307140	Saint Elmo	saint-elmo	US	36568	0	America/Chicago	36.70255	-87.39279	169			KY	047		
4307142	Saint Francis	saint-francis	US	04774	0	America/New_York	37.62645	-85.42774	215	Chicago,Saint Francis,St. Francis		KY	155		
4307156	Saint Helens	saint-helens	US	41368	0	America/New_York	37.58286	-83.64713	222	Saint Helens,St. Helens,Three Forks		KY	129		
4307172	Saint John	saint-john	US	46373	0	America/New_York	37.6984	-85.96635	230			KY	093		
4307193	Saint Joseph	saint-joseph	US	38481	0	America/Chicago	37.69449	-87.32528	132	Maple Mount		KY	059		
4307194	Saint Joseph	saint-joseph	US	38481	0	America/New_York	37.52201	-85.38969	198			KY	155		
4307228	Saint Mary	saint-mary	US	40063	0	America/New_York	37.58062	-85.34635	234			KY	155		
4307238	Saint Matthews	saint-matthews	US	29135	17472	America/Kentucky/Louisville	38.25285	-85.65579	168	Gilmans Point,Saint Matthews,St. Matthews		KY	111		
4307254	Saint Paul	saint-paul	US	24283	0	America/Chicago	37.55089	-86.19358	223			KY	085		
4307255	Saint Paul	saint-paul	US	24283	0	America/New_York	38.67091	-83.08712	165			KY	135		
4307300	Saint Vincent	saint-vincent	US	56755	0	America/Chicago	37.70477	-87.84002	129			KY	225		
4307315	Salem	salem	US	01970	739	America/Chicago	37.2645	-88.2442	135	Sejlem,Сейлем		KY	139		
4307316	Salem	salem	US	01970	746	America/Chicago	37.06896	-84.98551	301			KY	207		
4307318	Salem	salem	US	01970	0	America/New_York	37.81203	-83.33351	274			KY	175		
4307386	Salt Lick	salt-lick	US	40371	321	America/New_York	38.12008	-83.61463	206			KY	011		
4307435	Salvisa	salvisa	US	40372	420	America/New_York	37.91674	-84.85773	246			KY	167		
4307447	Salyersville	salyersville	US	41465	1816	America/New_York	37.75259	-83.06878	260	Adamsville,Salyersville,Sehliersvill,sa li er si wei er,salyrsfyl,slyrswyl  kntaky,Сэлиерсвилл,ساليرسفيل,سلیرسویل، کنتاکی,萨利尔斯维尔	153	KY	153		
4307465	Samaria	samaria	US	48177	0	America/New_York	38.42008	-82.94517	206			KY	089		
4307557	Sand Springs	sand-springs	US	59077	0	America/New_York	37.5262	-83.99993	422			KY	109		
4307558	Sand Springs	sand-springs	US	59077	0	America/New_York	37.29703	-84.3591	296			KY	203		
4307564	Sanders	sanders	US	41083	236	America/New_York	38.65534	-84.94717	148	Liberty Station,Rislerville,Sanders		KY	041		
4307575	Sandersville	sandersville	US	31082	0	America/New_York	38.08758	-84.51966	290	Sandersville,Sanderville		KY	067		
4307578	Sandgap	sandgap	US	40481	0	America/New_York	37.4862	-84.09049	443			KY	109		
4307597	Sandy	sandy	US	84070	0	America/Chicago	37.30782	-87.26833	166			KY	177		
4307616	Sandy Hook	sandy-hook	US	06482	630	America/New_York	38.08647	-83.12628	235	Martinsburg,Sandi Khuk,Sandy Hook,Sehndi Khuk,sandy hwk,sang di hu ke,sndy hwk  kntaky,Санди Хук,Сэнди Хук,ساندي هوك,سندی هوک، کنتاکی,桑迪胡克	063	KY	063		
4307632	Santa Fe	santa-fe	US	38482	0	America/New_York	38.57118	-84.1216	194			KY	023		
4307639	Sarah	sarah	US	38665	0	America/New_York	38.06203	-82.96044	232			KY	063		
4307641	Sardis	sardis	US	30456	100	America/New_York	38.53174	-83.95576	291			KY	161		
4307642	Sardis	sardis	US	30456	147	America/New_York	37.04563	-84.69605	292			KY	199		
4307646	Saratoga	saratoga	US	27873	0	America/Chicago	37.06005	-87.99752	123	Asbridge,Saratoga		KY	143		
4307651	Sassafras	sassafras	US	41759	0	America/New_York	37.22065	-83.05517	289			KY	119		
4307655	Sasser	sasser	US	39885	0	America/New_York	37.07148	-83.89104	368			KY	125		
4307661	Saul	saul	US	40981	0	America/New_York	37.27259	-83.49546	313			KY	193		
4307664	Savage	savage	US	20763	0	America/Chicago	36.69285	-85.04773	293			KY	053		
4307672	Savoy	savoy	US	01256	0	America/New_York	36.72258	-84.1566	290			KY	235		
4307686	Sawyer	sawyer	US	49125	0	America/New_York	36.90008	-84.3516	323			KY	147		
4307694	Saxton	saxton	US	16678	0	America/New_York	36.63369	-84.10993	293			KY	235		
4307718	Scalf	scalf	US	40982	0	America/New_York	36.91842	-83.7002	322			KY	121		
4307729	Schley	schley	US	23154	0	America/Chicago	36.68615	-86.92	168			KY	141		
4307782	Science Hill	science-hill	US	42553	696	America/New_York	37.17702	-84.63578	345			KY	199		
4307822	Scottown	scottown	US	45678	0	America/Chicago	37.3231	-86.96527	168			KY	183		
4307836	Scottsburg	scottsburg	US	14545	0	America/Chicago	37.07866	-87.8214	160			KY	033		
4307837	Scottsville	scottsville	US	14546	4411	America/Chicago	36.75338	-86.19054	232	Skotsvil,Skotsvill,askatswyl  kntaky,si ke ci wei er,skwtsfyl,sukottsubiru,Скотсвил,Скотсвилл,اسکاتسویل، کنتاکی,سكوتسفيل,سکاٹسویل، کینٹکی,スコッツビル,斯科茨维尔	003	KY	003		
4307844	Scranton	scranton	US	18501	0	America/New_York	37.98731	-83.52158	241			KY	165		
4307854	Scuddy	scuddy	US	41760	0	America/New_York	37.20371	-83.0835	290			KY	193		
4307874	Sebastian	sebastian	US	32958	0	America/New_York	37.36092	-83.62019	237			KY	189		
4307876	Seatonville	seatonville	US	61359	0	America/Kentucky/Louisville	38.1309	-85.51773	155			KY	111		
4307879	Sebree	sebree	US	42455	1559	America/Chicago	37.60699	-87.52862	118	McElroys Gap,Sebree,Springdale		KY	233		
4307884	Seco	seco	US	41849	0	America/New_York	37.17205	-82.7321	384			KY	133		
4307896	Sedalia	sedalia	US	27342	295	America/Chicago	36.64117	-88.60533	156			KY	083		
4307956	Sewell	sewell	US	08080	0	America/New_York	37.62564	-83.38879	224			KY	025		
4307969	Seymour	seymour	US	06483	0	America/Chicago	37.16589	-85.8033	196			KY	099		
4307972	Sextons Creek	sextons-creek	US	40983	0	America/New_York	37.31509	-83.78381	249			KY	051		
4307978	Shade	shade	US	45776	0	America/New_York	37.64175	-83.86464	199			KY	065		
4307983	Shady Grove	shady-grove	US	17256	0	America/Chicago	36.97645	-88.50782	107			KY	145		
4307984	Shady Grove	shady-grove	US	17256	0	America/Chicago	37.1645	-85.68247	238	Peggyville,Shady Grove		KY	169		
4308005	Shafter	shafter	US	93263	0	America/New_York	37.01396	-84.69161	297			KY	199		
4308009	Shady Grove	shady-grove	US	17256	0	America/Chicago	37.33671	-87.87918	129			KY	055		
4308021	Shannon	shannon	US	28386	0	America/New_York	38.54841	-83.89131	280			KY	161		
4308042	Sharon Grove	sharon-grove	US	42280	0	America/Chicago	36.91338	-87.0975	197	Frog Level,Sharon Grove		KY	219		
4308054	Sharpsville	sharpsville	US	16150	0	America/New_York	37.85535	-85.06746	208			KY	229		
4308063	Sharpsburg	sharpsburg	US	21782	343	America/New_York	38.20202	-83.92937	308			KY	011		
4308107	Shelbiana	shelbiana	US	41562	0	America/New_York	37.42538	-82.49293	247	Shelbiana,Shelbyiana		KY	195		
4308122	Shelbyville	shelbyville	US	37160	15253	America/New_York	38.21201	-85.22357	232	Shelbivil,Shelbivll,shlbywyl  kntaky,shylbyfyl,xie er bi wei er,Шелбивил,Шелбивлл,شلبیویل، کنتاکی,شيلبيفيل,谢尔比维尔	211	KY	211		
4308134	Shelton	shelton	US	06484	0	America/Chicago	37.56866	-87.79613	135			KY	233		
4308163	Shepherdsville	shepherdsville	US	40165	11967	America/New_York	37.9884	-85.71579	137		029	KY	029		
4308164	Sherburne	sherburne	US	13460	0	America/New_York	38.28174	-83.8027	194	Mouth of Flat Creek,Sherburne		KY	069		
4308165	Sheridan	sheridan	US	04775	0	America/Chicago	37.35172	-88.19892	162			KY	055		
4308168	Sherman	sherman	US	04776	0	America/New_York	38.73257	-84.59661	286			KY	081		
4308184	Shields	shields	US	58569	0	America/New_York	36.89648	-83.14184	427			KY	095		
4308204	Shiloh	shiloh	US	08353	0	America/Chicago	36.68589	-88.21365	156			KY	035		
4308283	Short Creek	short-creek	US	26058	0	America/Chicago	37.52783	-86.47442	177			KY	085		
4308324	Shreve	shreve	US	44676	0	America/Chicago	37.57866	-86.62887	195	Pettyville,Shreve		KY	183		
4308326	Shrewsbury	shrewsbury	US	01545	0	America/Chicago	37.37894	-86.3847	202			KY	085		
4308359	Sidell	sidell	US	61876	0	America/New_York	37.19259	-83.82492	301			KY	051		
4308362	Sidney	sidney	US	13838	0	America/New_York	37.6201	-82.35653	228			KY	195		
4308377	Siler	siler	US	40763	0	America/New_York	36.9412	-84.03965	338	Dewey Station,Place,Siler,Siler Station		KY	121		
4308378	Siler	siler	US	40763	0	America/New_York	36.69453	-83.95882	298	Poplar,Poplar Creek,Siler		KY	235		
4308386	Siloam	siloam	US	27047	0	America/New_York	38.73535	-82.89462	169			KY	089		
4308394	Silver City	silver-city	US	39166	0	America/Chicago	37.13782	-86.83166	211			KY	031		
4308398	Silver Creek	silver-creek	US	14136	0	America/New_York	37.6573	-84.36605	265			KY	151		
4308401	Silver Grove	silver-grove	US	41085	1120	America/New_York	39.03451	-84.39022	151			KY	037		
4308412	Silverhill	silverhill	US	36576	0	America/New_York	37.88231	-83.04906	316			KY	175		
4308439	Simpson	simpson	US	26435	0	America/New_York	37.66814	-83.37018	265			KY	025		
4308453	Simpsonville	simpsonville	US	21150	2702	America/New_York	38.22257	-85.35523	243			KY	211		
4308465	Sinai	sinai	US	57061	0	America/New_York	37.95424	-85.02718	241	Shiloh,Sinai		KY	005		
4308519	Sitka	sitka	US	41255	0	America/New_York	37.88065	-82.83822	216			KY	115		
4308530	Sizerock	sizerock	US	41762	0	America/New_York	37.2187	-83.49741	325			KY	131		
4308557	Skillman	skillman	US	08558	0	America/Chicago	37.89283	-86.67165	125			KY	091		
4308595	Slade	slade	US	40376	0	America/New_York	37.79508	-83.70408	225			KY	197		
4308633	Slater	slater	US	29683	0	America/Chicago	37.01644	-88.98923	141			KY	007		
4308644	Slaughters	slaughters	US	42456	209	America/Chicago	37.48893	-87.50222	128	Slaughter's,Slaughters,Slaughtersville,Slaughterville		KY	233		
4308660	Slemp	slemp	US	41763	0	America/New_York	37.0787	-83.11156	316			KY	193		
4308680	Sligo	sligo	US	16255	0	America/New_York	38.48895	-85.31329	268			KY	103		
4308689	Sloan	sloan	US	51055	0	America/New_York	37.61982	-82.75766	214			KY	071		
4308725	Smilax	smilax	US	41764	0	America/New_York	37.13565	-83.28212	280			KY	131		
4308727	Smith	smith	US	89430	0	America/New_York	36.73592	-83.25935	413			KY	095		
4308822	Smith Mills	smith-mills	US	42457	0	America/Chicago	37.79838	-87.76196	125			KY	101		
4308834	Smithfield	smithfield	US	02917	107	America/New_York	38.38673	-85.2569	267			KY	103		
4308835	Smithland	smithland	US	42081	295	America/Chicago	37.13894	-88.40337	106	Smithland,Smiths Landing,Smithtown	139	KY	139		
4308837	Smiths Creek	smiths-creek	US	48074	0	America/New_York	38.45869	-83.18601	273			KY	043		
4308838	Smiths Grove	smiths-grove	US	42171	736	America/Chicago	37.05255	-86.20776	194	Rollins Grove,Smith's Grove,Smiths Grove		KY	227		
4308842	Smithville	smithville	US	26178	0	America/New_York	38.01312	-85.51412	148			KY	029		
4308860	Smyrna	smyrna	US	13464	0	America/Kentucky/Louisville	38.13257	-85.6519	185			KY	111		
4308895	Snow	snow	US	74567	0	America/Chicago	36.75034	-85.1369	299			KY	053		
4308911	Soldier	soldier	US	41173	0	America/New_York	38.25925	-83.29935	295			KY	043		
4308922	Somerset	somerset	US	02725	11439	America/New_York	37.09202	-84.60411	296	SME,Samerset,Somerset,Somerset (Kentucky),sa mo sai te,samrst  kntaky,swmrst,Самерсет,Сомерсет,سامرست، کنتاکی,سومرست,萨默塞特	199	KY	199		
4308925	Solway	solway	US	56678	0	America/New_York	37.62117	-86.17664	237			KY	093		
4308931	Sonora	sonora	US	42776	487	America/New_York	37.52423	-85.89302	221	Grangerville,Sonora		KY	093		
4308955	South Carrollton	south-carrollton	US	42374	182	America/Chicago	37.33754	-87.14194	137			KY	177		
4308965	South Fork	south-fork	US	15956	0	America/New_York	37.40952	-84.738	297	Arabia,South Fork		KY	137		
4309032	South Hill	south-hill	US	23970	0	America/Chicago	37.17588	-86.80471	154			KY	031		
4309044	South Park	south-park	US	15129	0	America/Kentucky/Louisville	38.11257	-85.74774	141	Manslick,South Park		KY	111		
4309052	South Portsmouth	south-portsmouth	US	41174	0	America/New_York	38.72452	-83.01323	169			KY	089		
4309076	South Shore	south-shore	US	41175	1101	America/New_York	38.72091	-82.95823	166	McCall,South Shore,Taylor		KY	089		
4309097	Southgate	southgate	US	48195	3856	America/New_York	39.072	-84.47272	210			KY	037		
4309142	Sparta	sparta	US	07871	266	America/New_York	38.67701	-84.90689	155	Brocks Station,Grandville Brocks Station,Sparta		KY	077		
4309163	Speedwell	speedwell	US	24374	0	America/New_York	37.67425	-84.17521	283			KY	151		
4309219	Spiro	spiro	US	74959	0	America/New_York	37.34258	-84.39966	341			KY	203		
4309241	Spottsville	spottsville	US	42458	325	America/Chicago	37.85754	-87.41362	122	Knights,Shanty and the Locks,Spottsville		KY	101		
4309283	Spring Creek	spring-creek	US	16436	0	America/New_York	37.06287	-83.54269	281			KY	051		
4309304	Spring Grove	spring-grove	US	17362	0	America/Chicago	37.68088	-88.02753	128			KY	225		
4309305	Spring Hill	spring-hill	US	34606	0	America/Chicago	36.73728	-88.97173	133	Spring Hill,Springhill		KY	105		
4309320	Spring Valley	spring-valley	US	10977	671	America/Kentucky/Louisville	38.29701	-85.61135	189	Spring-Vehlli,Спринг-Вэлли		KY	111		
4309323	Springdale	springdale	US	15144	0	America/Kentucky/Louisville	38.29424	-85.60357	187			KY	111		
4309324	Springdale	springdale	US	15144	0	America/New_York	38.9959	-84.463	155			KY	117		
4309329	Springfield	springfield	US	01101	3055	America/New_York	37.68534	-85.22218	234	Springfild,aspryngfyld  kntaky,sbrynghfyld,si pu lin fei er de,Спрингфилд,Спрінґфілд,اسپرینگفیلد، کنتاکی,سبرينغفيلد,سپرنگفیلڈ، کینٹکی,斯普林菲尔德	229	KY	229		
4309333	Springhill	springhill	US	71075	0	America/Chicago	36.97615	-86.47971	158			KY	227		
4309334	Springlake	springlake	US	79082	0	America/New_York	38.99506	-84.46494	156			KY	117		
4309360	Spruce Pine	spruce-pine	US	28777	0	America/New_York	36.92342	-83.44519	410			KY	131		
4309430	Stacy	stacy	US	28581	0	America/New_York	37.40315	-83.21017	253	Rowdy,Stacy		KY	193		
4309445	Staffordsville	staffordsville	US	24167	0	America/New_York	37.82982	-82.84211	204			KY	115		
4309477	Stamping Ground	stamping-ground	US	40379	730	America/New_York	38.27174	-84.68634	242	Buffalo Springs,Herdonsville,Old Stamp,Stamping Ground,Stomping Ground,The Stamp		KY	209		
4309487	Stanford	stanford	US	40484	3675	America/New_York	37.53119	-84.66189	287	Logans Fort,Saint Asaph,Saint Asaph Station,Stanford,Stehnford,astnfrd  kntaky,si tan fu,stanfwrd,Станфорд,Стэнфорд,استنفرد، کنتاکی,ستانفورد,سٹینفورڈ، کینٹکی,斯坦福	137	KY	137		
4309489	Stanhope	stanhope	US	07874	0	America/Chicago	37.44504	-87.66862	141	Liberty,Stanhope		KY	233		
4309498	Stanton	stanton	US	08885	2666	America/New_York	37.84564	-83.85825	205	Beavers Pond,Stanton,Stehnton,astntn  kntaky,si tan dun,stantwn,Стантон,Стэнтон,استنتن، کنتاکی,ستانتون,斯坦顿	197	KY	197		
4309502	Stanville	stanville	US	41659	0	America/New_York	37.56677	-82.64238	203	Mare Creek,Stanville		KY	071		
4309507	Stanley	stanley	US	14561	0	America/Chicago	37.82338	-87.24389	118			KY	059		
4309516	Stark	stark	US	66775	0	America/New_York	38.17369	-83.1349	284			KY	063		
4309559	Stearns	stearns	US	42647	1416	America/New_York	36.69897	-84.47744	408	Hemlock,Stearns		KY	147		
4309610	Stella	stella	US	28582	0	America/New_York	37.73787	-83.16601	266			KY	153		
4309613	Stella	stella	US	28582	0	America/Chicago	36.64033	-88.39671	173	Goshen,Stella		KY	035		
4309616	Stephens	stephens	US	30667	0	America/New_York	38.13536	-82.95878	208			KY	063		
4309635	Stephensport	stephensport	US	40170	0	America/Chicago	37.91256	-86.5272	131	Sinking Creek,Stephensport		KY	027		
4309647	Steubenville	steubenville	US	43952	0	America/Kentucky/Monticello	36.88757	-84.80272	274			KY	231		
4309668	Stevenson	stevenson	US	06491	0	America/New_York	37.58092	-83.26101	244			KY	025		
4309692	Stewartsville	stewartsville	US	08886	0	America/New_York	38.63312	-84.64828	276			KY	081		
4309700	Stidham	stidham	US	74461	0	America/New_York	37.88259	-82.58515	219			KY	159		
4309748	Stillwater	stillwater	US	04489	0	America/New_York	37.75648	-83.48435	281	Stillwater,Williamsbourgh		KY	237		
4309757	Stinnett	stinnett	US	40868	0	America/New_York	37.09037	-83.39546	277			KY	131		
4309767	Stites	stites	US	83552	0	America/New_York	38.01674	-85.90469	130			KY	029		
4309770	Stockholm	stockholm	US	04783	0	America/Chicago	37.2481	-86.13081	267			KY	061		
4309778	Stone	stone	US	41567	0	America/New_York	37.72814	-84.54605	177			KY	079		
4309779	Stone	stone	US	41567	0	America/New_York	37.58594	-82.27097	239			KY	195		
4309840	Stonewall	stonewall	US	28583	0	America/New_York	38.61924	-84.01132	282			KY	023		
4309841	Stonewall	stonewall	US	28583	0	America/New_York	38.43924	-84.56467	294			KY	209		
4309846	Stoney Fork	stoney-fork	US	40988	0	America/New_York	36.83231	-83.53464	339			KY	013		
4309874	Stony Point	stony-point	US	10980	0	America/New_York	38.12063	-84.19382	288			KY	017		
4309891	Stopover	stopover	US	41568	0	America/New_York	37.51594	-82.09124	338			KY	195		
4309908	Stovall	stovall	US	27582	0	America/Chicago	37.05644	-86.01026	219			KY	009		
4309975	Stringtown	stringtown	US	74569	0	America/New_York	38.23286	-83.66242	248			KY	069		
4309976	Stringtown	stringtown	US	74569	0	America/New_York	38.51202	-84.50105	277			KY	081		
4309977	Stringtown	stringtown	US	74569	0	America/New_York	38.17675	-82.66905	176			KY	127		
4309978	Stringtown	stringtown	US	74569	0	America/New_York	37.8198	-84.41299	182			KY	151		
4309979	Stringtown	stringtown	US	74569	0	America/New_York	37.76454	-83.04739	266			KY	153		
4309980	Stringtown	stringtown	US	74569	0	America/New_York	37.77341	-84.82328	270			KY	167		
4309981	Stringtown	stringtown	US	74569	0	America/Chicago	37.25199	-87.11444	172			KY	177		
4309982	Stringtown	stringtown	US	74569	0	America/Chicago	37.35504	-87.30055	125			KY	177		
4309983	Stringtown	stringtown	US	74569	0	America/New_York	37.63316	-82.22125	204			KY	195		
4309985	Stringtown	stringtown	US	74569	0	America/New_York	39.08117	-84.64606	156			KY	015		
4310000	Strunk	strunk	US	42649	0	America/New_York	36.62202	-84.43355	435	Silerville,Strunk		KY	147		
4310002	Stroud	stroud	US	74079	0	America/Chicago	37.40893	-87.1525	128			KY	177		
4310018	Sturgeon	sturgeon	US	15082	0	America/New_York	37.41925	-83.78492	277			KY	189		
4310030	Sturgis	sturgis	US	39769	1912	America/Chicago	37.54671	-87.98391	113			KY	225		
4310101	Sugar Grove	sugar-grove	US	16350	0	America/New_York	37.45814	-84.56633	275			KY	137		
4310110	Sugar Hill	sugar-hill	US	03586	0	America/New_York	37.12702	-84.55439	333			KY	199		
4310113	Sugar Grove	sugar-grove	US	16350	0	America/Chicago	37.09004	-86.66499	153			KY	031		
4310176	Sullivan	sullivan	US	03445	0	America/Chicago	37.49755	-87.9453	114			KY	225		
4310181	Sulphur	sulphur	US	40070	0	America/New_York	38.49479	-85.27357	210	Abbots Ford,Sulphur		KY	103		
4310228	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	37.53561	-86.77666	130			KY	183		
4310245	Summer Shade	summer-shade	US	42166	307	America/Chicago	36.88422	-85.70247	273	Glovers Creek,Summer Shade		KY	169		
4310248	Summersville	summersville	US	26651	568	America/Chicago	37.32617	-85.54441	245	Shanks Painters Station,Skaggs Station,Somersville,Summersville		KY	087		
4310250	Summit	summit	US	07901	0	America/New_York	38.4398	-82.70405	220			KY	019		
4310251	Summit	summit	US	07901	0	America/New_York	37.56895	-86.08108	258			KY	093		
4310252	Summit	summit	US	07901	0	America/New_York	38.03676	-82.59043	224			KY	127		
4310257	Sumpter	sumpter	US	97877	0	America/Kentucky/Monticello	36.7609	-84.84661	289			KY	231		
4310281	Sunset	sunset	US	04683	0	America/New_York	38.28452	-83.69047	272			KY	069		
4310286	Sunshine	sunshine	US	70780	0	America/New_York	38.70758	-82.94851	164			KY	089		
4310287	Sunshine	sunshine	US	70780	0	America/New_York	36.83731	-83.32852	361			KY	095		
4310298	Sutherland	sutherland	US	23885	0	America/Chicago	37.67005	-87.12111	122			KY	059		
4310303	Sutton	sutton	US	01590	0	America/New_York	37.41649	-82.45654	211			KY	195		
4310314	Suwanee	suwanee	US	30024	0	America/Chicago	37.05033	-88.1653	132			KY	143		
4310332	Swan Lake	swan-lake	US	12783	0	America/New_York	36.8262	-83.92715	305			KY	121		
4310346	Sweeden	sweeden	US	42285	0	America/Chicago	37.25366	-86.27886	232			KY	061		
4310368	Swifton	swifton	US	72471	0	America/Kentucky/Monticello	36.86785	-84.90495	324			KY	231		
4310378	Sycamore	sycamore	US	15364	164	America/Kentucky/Louisville	38.24702	-85.56079	212			KY	111		
4310411	Sylvania	sylvania	US	16945	0	America/Kentucky/Louisville	38.15701	-85.87413	134			KY	111		
4310416	Symsonia	symsonia	US	42082	615	America/Chicago	36.92034	-88.52004	124			KY	083		
4310459	Taft	taft	US	38488	0	America/New_York	37.36148	-83.68658	218			KY	189		
4310468	Talmage	talmage	US	17580	0	America/New_York	37.85091	-84.8694	251			KY	167		
4310484	Tanner	tanner	US	35671	0	America/New_York	37.5095	-85.78496	251			KY	123		
4310554	Tateville	tateville	US	42558	0	America/New_York	36.96452	-84.58133	262	Tatesville,Tateville		KY	199		
4310638	Taylorsville	taylorsville	US	28681	1028	America/New_York	38.03173	-85.34245	150	Tehjlorsvill,Tejlorsvil,tai lei si wei er,taylwrsfyl,taylwrswyl  kntaky,Тејлорсвил,Тэйлорсвилл,تايلورسفيل,تایلورسویل، کنتاکی,泰勒斯维尔	215	KY	215		
4310647	Teaberry	teaberry	US	41660	0	America/New_York	37.42677	-82.64293	259			KY	071		
4310657	Temperance	temperance	US	48182	0	America/Chicago	36.77699	-86.4311	212			KY	213		
4310717	Terryville	terryville	US	06786	0	America/New_York	37.98944	-82.98743	224			KY	127		
4310723	Texola	texola	US	73668	0	America/New_York	37.6537	-83.87131	206			KY	065		
4310758	Thelma	thelma	US	41260	0	America/New_York	37.81926	-82.76544	194	Buskirk,Thelma		KY	115		
4310765	Thomas	thomas	US	26292	0	America/New_York	37.68176	-82.58571	213			KY	071		
4310839	Thompsonville	thompsonville	US	12784	0	America/New_York	37.72701	-85.1369	260			KY	229		
4310841	Thomson	thomson	US	30824	0	America/New_York	38.00591	-84.02603	317			KY	049		
4310851	Thornton	thornton	US	03285	0	America/New_York	37.17343	-82.77849	391			KY	133		
4310860	Thousandsticks	thousandsticks	US	41766	0	America/New_York	37.18509	-83.4288	293			KY	131		
4310863	Three Forks	three-forks	US	59752	0	America/New_York	37.69091	-84.57494	196	Three Forks,Three Forks of Sugar Creek		KY	079		
4310864	Three Forks	three-forks	US	59752	0	America/Chicago	36.9531	-86.20387	189			KY	227		
4310881	Three Springs	three-springs	US	17264	0	America/Chicago	37.17172	-85.74358	210			KY	099		
4310882	Three Springs	three-springs	US	17264	0	America/Chicago	36.91671	-86.43694	163			KY	227		
4310931	Tilden	tilden	US	62292	0	America/Chicago	37.60421	-87.71029	134			KY	233		
4310937	Tiline	tiline	US	42083	0	America/Chicago	37.17255	-88.24447	105	Cumberland Valley,Tiline		KY	139		
4310940	Tilton	tilton	US	03276	0	America/New_York	38.34647	-83.75964	256			KY	069		
4310952	Tina	tina	US	64682	0	America/New_York	37.36121	-83.01961	356			KY	119		
4310993	Toddville	toddville	US	21672	0	America/New_York	37.73258	-84.63605	291			KY	079		
4311007	Tollesboro	tollesboro	US	41189	0	America/New_York	38.55952	-83.57603	246			KY	135		
4311035	Tompkinsville	tompkinsville	US	42167	2289	America/Chicago	36.70228	-85.69164	280	Tompkinsvil,Tompkinsvill,Tompkinsville,Watsons Store,tampkynswyl  kntaky,tang pu jin si wei er,twmbkynsfyl,Томпкинсвил,Томпкинсвилл,تامپکینسویل، کنتاکی,تومبكينسفيل,汤普金斯维尔	171	KY	171		
4311038	Tomahawk	tomahawk	US	41262	0	America/New_York	37.86871	-82.5971	204			KY	159		
4311071	Totz	totz	US	40870	0	America/New_York	36.94481	-83.11767	415			KY	095		
4311206	Tracy	tracy	US	50256	0	America/Chicago	36.79811	-85.97054	259			KY	009		
4311213	Tram	tram	US	41663	0	America/New_York	37.57343	-82.64627	193			KY	071		
4311241	Tremont	tremont	US	17981	0	America/New_York	36.84398	-83.39713	359	Pine Flat,Tremont		KY	095		
4311242	Trent	trent	US	57065	0	America/New_York	37.77203	-83.4613	314			KY	237		
4311246	Trenton	trenton	US	08601	386	America/Chicago	36.72393	-87.26278	179	Lewisville,Trenton,Трентон		KY	219		
4311256	Tribune	tribune	US	67879	0	America/Chicago	37.34783	-87.99196	132	Hills Chapel,Hillsdale,Tribune		KY	055		
4311260	Trimble	trimble	US	38259	0	America/New_York	37.01202	-84.73578	290	Tribble,Trimble		KY	199		
4311268	Trinity	trinity	US	27370	0	America/New_York	38.66702	-83.61631	172			KY	135		
4311282	Triplett	triplett	US	65286	0	America/New_York	38.29341	-83.39629	250			KY	205		
4311289	Trosper	trosper	US	40995	0	America/New_York	36.78842	-83.81909	309			KY	121		
4311299	Trout	trout	US	71371	0	America/New_York	38.63867	-85.40885	146			KY	223		
4311304	Troy	troy	US	03465	0	America/New_York	37.91008	-84.69467	254			KY	239		
4311368	Tunnel Hill	tunnel-hill	US	30755	0	America/Chicago	37.68421	-87.64112	135			KY	101		
4311380	Turkey	turkey	US	28393	0	America/New_York	37.47926	-83.50768	213			KY	025		
4311405	Turkey Creek	turkey-creek	US	70585	0	America/New_York	37.67093	-82.30709	200			KY	195		
4311513	Turners Station	turners-station	US	40075	0	America/New_York	38.55562	-85.16773	239			KY	103		
4311534	Tuttle	tuttle	US	58488	0	America/New_York	37.01037	-83.93159	371			KY	125		
4311543	Tutor Key	tutor-key	US	41263	0	America/New_York	37.84454	-82.76683	183			KY	115		
4311577	Twin Lakes	twin-lakes	US	53181	0	America/Chicago	36.96394	-88.19003	134			KY	143		
4311589	Twin Oaks	twin-oaks	US	74368	0	America/New_York	38.01924	-84.54077	296			KY	067		
4311609	Tyler	tyler	US	36785	0	America/Chicago	36.50756	-89.35146	88			KY	075		
4311610	Tyler	tyler	US	36785	0	America/Chicago	37.06006	-88.58282	103			KY	145		
4311613	Tyner	tyner	US	27980	0	America/New_York	37.34537	-83.90409	361			KY	109		
4311629	Tyrone	tyrone	US	14887	0	America/New_York	38.03285	-84.83634	161			KY	005		
4311637	Ulysses	ulysses	US	16948	0	America/New_York	37.94593	-82.67349	176			KY	127		
4311646	Union	union	US	03887	5795	America/New_York	38.9459	-84.6805	255	Ehnion,Junion,anywn  kntaky,ywnywn,Јунион,Энион,انیون، کنتاکی,يونيون,یونین، کینٹکی		KY	015		
4311679	Union City	union-city	US	07087	0	America/Chicago	37.13699	-86.07192	268			KY	061		
4311680	Union City	union-city	US	07087	0	America/New_York	37.7973	-84.19771	272			KY	151		
4311699	Union Mills	union-mills	US	28167	0	America/New_York	37.89036	-84.50994	269	Bell Mills,Union Mills		KY	113		
4311714	Union Star	union-star	US	40171	0	America/Chicago	37.9384	-86.45164	229			KY	027		
4311722	Uniontown	uniontown	US	15401	967	America/Chicago	37.77532	-87.93058	111	Union Town,Uniontown		KY	225		
4311913	Upton	upton	US	01568	665	America/New_York	37.46506	-85.8933	228	Upton,Uptonville		KY	093		
4311915	Utica	utica	US	13501	0	America/Chicago	37.60227	-87.11305	127			KY	059		
4311924	Valley	valley	US	36854	0	America/Kentucky/Louisville	38.10618	-85.86219	139			KY	111		
4311947	Valley View	valley-view	US	17983	0	America/New_York	37.84619	-84.43049	176			KY	151		
4311953	Van	van	US	25206	0	America/New_York	37.15149	-82.87349	373			KY	133		
4311955	Van Buren	van-buren	US	04785	0	America/New_York	37.97451	-85.16523	165	Van Buren,Vanburen		KY	005		
4311959	Van Lear	van-lear	US	41265	1079	America/New_York	37.77121	-82.75794	196			KY	115		
4311960	Van Meter	van-meter	US	50261	0	America/New_York	38.0548	-84.58605	277			KY	067		
4311976	Vanceburg	vanceburg	US	41179	1448	America/New_York	38.59924	-83.3188	164	Vansbero,Vehnsburg,fankybwrgh,wan si bao,wnsbwrg  kntaky,Вансберо,Вэнсбург,فانكيبورغ,ونسبورگ، کنتاکی,万斯堡	135	KY	135		
4311977	Vancleve	vancleve	US	41385	0	America/New_York	37.62759	-83.41352	219	Van Cleve,Vancleve		KY	025		
4311996	Varney	varney	US	25696	0	America/New_York	37.63871	-82.42376	280			KY	195		
4311998	Vanzant	vanzant	US	65768	0	America/Chicago	37.64311	-86.61248	159			KY	027		
4312039	Venus	venus	US	16364	0	America/New_York	38.44202	-84.19243	269	Phillips,Routtsburg,Salem,Venus		KY	097		
4312046	Vernon	vernon	US	05354	0	America/Chicago	36.63701	-85.50913	169			KY	171		
4312051	Verona	verona	US	07044	1455	America/New_York	38.8184	-84.66078	271			KY	015		
4312057	Versailles	versailles	US	06383	9146	America/New_York	38.05258	-84.72995	272	Falling Spring,Versailles,Versaj,Versal',fan er sai,frsaylys,wrsay  kntaky,Версаль,Версај,فرسايليس,ورسای، کنتاکی,凡尔赛	239	KY	239		
4312059	Vest	vest	US	41772	0	America/New_York	37.39676	-83.00655	333			KY	119		
4312072	Vicco	vicco	US	41773	320	America/New_York	37.21565	-83.06155	287	Millard,Vicco		KY	193		
4312075	Victoria	victoria	US	23974	0	America/Chicago	37.30699	-87.50778	137			KY	107		
4312091	Vicksburg	vicksburg	US	17883	0	America/Chicago	37.18533	-88.33281	104			KY	139		
4312096	Vine Grove	vine-grove	US	40175	5760	America/New_York	37.81007	-85.98135	208			KY	093		
4312101	Vincent	vincent	US	35178	0	America/New_York	37.46842	-83.77381	309			KY	189		
4312113	Viper	viper	US	41774	0	America/New_York	37.18287	-83.14823	275			KY	193		
4312115	Virden	virden	US	62690	0	America/New_York	37.88203	-83.95492	207			KY	197		
4312117	Viola	viola	US	19979	0	America/Chicago	36.85561	-88.64144	123			KY	083		
4312119	Virgie	virgie	US	41572	279	America/New_York	37.3351	-82.5796	275			KY	195		
4312121	Visalia	visalia	US	93277	101	America/New_York	38.91618	-84.44911	161			KY	117		
4312124	Virginia	virginia	US	55777	0	America/Chicago	37.46394	-87.89169	108			KY	233		
4312127	Volga	volga	US	26238	0	America/New_York	37.87148	-82.87322	219			KY	115		
4312497	Wabash	wabash	US	46992	0	America/Chicago	37.40645	-85.84941	206	Mount Pisgah,Wabash		KY	099		
4312500	Waco	waco	US	28169	0	America/New_York	37.74258	-84.14409	251			KY	151		
4312507	Waddy	waddy	US	40076	0	America/New_York	38.13702	-85.0744	275			KY	211		
4312516	Wadesboro	wadesboro	US	28170	0	America/Chicago	36.74811	-88.32143	141	Wadesboro,Wadesborough,Waidsboro		KY	035		
4312542	Wakefield	wakefield	US	01880	0	America/New_York	37.97173	-85.30801	220			KY	215		
4312543	Walbridge	walbridge	US	43465	0	America/New_York	38.07759	-82.60266	205			KY	127		
4312546	Walden	walden	US	12586	0	America/New_York	36.84592	-84.16771	362			KY	235		
4312547	Waldo	waldo	US	32694	0	America/New_York	37.57593	-82.97767	299			KY	153		
4312550	Wales	wales	US	01081	0	America/New_York	37.33621	-82.63793	323	Indian Creek,Wales		KY	195		
4312551	Walker	walker	US	26180	0	America/New_York	36.88314	-83.71492	306			KY	121		
4312579	Walkertown	walkertown	US	27051	0	America/New_York	37.26371	-83.19045	271			KY	193		
4312584	Wallace	wallace	US	26448	0	America/New_York	38.12119	-84.69217	255			KY	239		
4312601	Wallaceton	wallaceton	US	16876	0	America/New_York	37.56814	-84.36216	270			KY	151		
4312604	Wallingford	wallingford	US	05773	0	America/New_York	38.40508	-83.61214	242			KY	069		
4314861	Antioch	antioch	US	37011	0	America/Chicago	32.3171	-92.68876	92			LA	049		
4312605	Wallins Creek	wallins-creek	US	40873	149	America/New_York	36.8312	-83.41685	346	Wallins,Wallins Creek		KY	095		
4312625	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	36.82867	-88.31865	134			KY	157		
4312626	Walnut Grove	walnut-grove	US	35990	0	America/New_York	37.27175	-84.45077	323			KY	199		
4312645	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	36.72311	-86.04582	237			KY	003		
4312647	Walnut Hill	walnut-hill	US	62893	0	America/New_York	37.95925	-84.41577	319			KY	067		
4312648	Walnut Hill	walnut-hill	US	62893	0	America/New_York	38.01119	-84.38743	317			KY	067		
4312662	Walsh	walsh	US	62297	0	America/New_York	38.68119	-82.96489	170			KY	089		
4312671	Walton	walton	US	13856	3907	America/New_York	38.87562	-84.61022	283	Gaines Croosroads,Walton		KY	015		
4312681	Waneta	waneta	US	40488	0	America/New_York	37.47453	-84.04104	326			KY	109		
4312702	Warbranch	warbranch	US	40874	0	America/New_York	36.95676	-83.45019	385			KY	131		
4312710	Warfield	warfield	US	23889	255	America/New_York	37.84426	-82.41737	191	Warfield,Wayfield		KY	159		
4312714	Ware	ware	US	01082	0	America/New_York	37.20869	-84.76884	345			KY	045		
4312718	Warnock	warnock	US	43967	0	America/New_York	38.49258	-82.9785	178			KY	089		
4312722	Warren	warren	US	01083	0	America/New_York	36.75342	-83.84409	324	Cumberland Station,Warren		KY	121		
4312733	Warrenton	warrenton	US	20186	0	America/New_York	38.06647	-84.46688	302	Warren Town,Warrenton		KY	067		
4312734	Warsaw	warsaw	US	14569	1695	America/New_York	38.7834	-84.90162	151	Fredricksburg,Great Landing,Johnsons Landing,Warsaw	077	KY	077		
4312754	Watauga	watauga	US	37694	0	America/Chicago	36.81701	-85.06468	320	Pine Grove,Piney Woods,Watauga		KY	053		
4312766	Water Valley	water-valley	US	38965	282	America/Chicago	36.56562	-88.81117	119			KY	083		
4312769	Waterford	waterford	US	04088	0	America/New_York	38.03895	-85.43718	146	Waterford,Waterford Park		KY	215		
4312771	Waterloo	waterloo	US	13165	0	America/New_York	38.97228	-84.78967	259			KY	015		
4312786	Watkinsville	watkinsville	US	30677	0	America/New_York	38.24313	-84.72634	236			KY	209		
4312809	Watts	watts	US	74964	0	America/New_York	37.44454	-83.31379	230	Leatherwood,Watts		KY	025		
4312824	Waverly	waverly	US	14892	312	America/Chicago	37.70977	-87.8128	126			KY	225		
4312834	Wayland	wayland	US	01778	409	America/New_York	37.4451	-82.80516	220			KY	071		
4312838	Waynesburg	waynesburg	US	15370	0	America/New_York	37.33286	-84.67161	371			KY	137		
4312839	Wayside	wayside	US	24985	0	America/New_York	38.02507	-85.10523	204	The Spot,Wayside		KY	005		
4312876	Webbville	webbville	US	41180	0	America/New_York	38.17953	-82.87128	199			KY	127		
4312878	Webster	webster	US	01570	0	America/Chicago	37.88895	-86.33886	178			KY	027		
4312895	Weeksbury	weeksbury	US	41667	0	America/New_York	37.32788	-82.68821	359	Weeksburg,Weeksbury		KY	071		
4312898	Weed	weed	US	88354	0	America/Chicago	37.03867	-85.47135	318			KY	001		
4312906	Weir	weir	US	39772	0	America/Chicago	37.1231	-87.2125	192			KY	177		
4312915	Welcome	welcome	US	20693	0	America/Chicago	37.30366	-86.65138	134			KY	031		
4312923	Wellington	wellington	US	33414	579	America/Kentucky/Louisville	38.21646	-85.66913	153	Vellington,Веллингтон		KY	111		
4312924	Wellington	wellington	US	33414	0	America/New_York	37.91453	-83.51185	364			KY	165		
4312925	Wells	wells	US	04090	0	America/Chicago	37.14143	-87.07472	154			KY	177		
4312948	Wellsburg	wellsburg	US	14894	0	America/New_York	38.77146	-84.10354	153			KY	023		
4312950	Wendover	wendover	US	41775	0	America/New_York	37.12648	-83.36268	276			KY	131		
4312956	Wesco	wesco	US	65586	0	America/Chicago	37.29254	-87.51167	141			KY	107		
4312987	West Fork	west-fork	US	72774	0	America/Chicago	36.78282	-86.28054	231			KY	003		
4312990	West Danville	west-danville	US	05873	0	America/New_York	37.6448	-84.79023	289			KY	021		
4313038	West Liberty	west-liberty	US	26074	3330	America/New_York	37.92148	-83.25962	249	Vest Liberti,wst lybrty  kntaky,wyst lybrty,xi li bo di,Вест Либерти,وست لیبرتی، کنتاکی,ويست ليبرتي,西利伯蒂	175	KY	175		
4313041	West Louisville	west-louisville	US	42377	0	America/Chicago	37.69671	-87.28695	139			KY	059		
4313043	West Paducah	west-paducah	US	42086	0	America/Chicago	37.08311	-88.74422	110			KY	145		
4313047	West Point	west-point	US	10996	868	America/New_York	37.99952	-85.94357	133	The Mouth of Salt River,Vest Pojnt,West Point,wst pwynt  kntaky,wyst bwynt,Вест Пойнт,Вест Појнт,وست پوینت، کنتاکی,ويست بوينت,ویسٹ پوائنٹ، کینٹکی		KY	093		
4313063	West Van Lear	west-van-lear	US	41268	0	America/New_York	37.78622	-82.78065	186	Junction City,Van Lear Junction,West Van Lear		KY	115		
4313083	Westmoreland	westmoreland	US	03467	0	America/New_York	38.04535	-84.63439	291			KY	067		
4313084	Weston	weston	US	02493	0	America/Chicago	37.47255	-88.0728	110			KY	055		
4313085	Weston	weston	US	02493	0	America/New_York	38.29702	-83.96298	298			KY	181		
4313088	Westport	westport	US	02790	268	America/New_York	38.47895	-85.47496	148	Liberty,West Port,Westport		KY	185		
4313091	Westview	westview	US	40178	0	America/Chicago	37.70006	-86.40914	226			KY	027		
4313093	Westwood	westwood	US	02090	4746	America/New_York	38.48314	-82.66988	208			KY	019		
4313094	Westwood	westwood	US	02090	651	America/Kentucky/Louisville	38.28007	-85.58274	195			KY	111		
4313106	Wheatcroft	wheatcroft	US	42463	155	America/Chicago	37.49005	-87.8628	115			KY	233		
4313110	Wheatley	wheatley	US	72392	0	America/New_York	38.6134	-84.97689	270	Dallasburg,Wheatley		KY	187		
4313117	Wheeler	wheeler	US	38880	0	America/New_York	36.72536	-83.84298	343			KY	121		
4313140	Wheelwright	wheelwright	US	01094	551	America/New_York	37.3326	-82.72099	347			KY	071		
4313144	Wheelersburg	wheelersburg	US	45694	0	America/New_York	37.82676	-83.011	260			KY	153		
4313154	Whick	whick	US	41390	0	America/New_York	37.42176	-83.37601	246			KY	025		
4313199	White City	white-city	US	66872	0	America/Chicago	37.95282	-87.58474	104			KY	101		
4313215	White Mills	white-mills	US	18473	0	America/New_York	37.55534	-86.03219	187			KY	093		
4313217	White Oak	white-oak	US	25989	0	America/New_York	37.73786	-84.643	285	Galilea,White Oak		KY	079		
4313218	White Oak	white-oak	US	25989	0	America/New_York	37.85842	-83.20212	244	Grab Nickell,White Oak		KY	175		
4313285	White Plains	white-plains	US	10601	872	America/Chicago	37.18366	-87.38361	127	New White Plains,Pond River Mills,White Plains		KY	107		
4313317	Whitehouse	whitehouse	US	08888	0	America/New_York	37.8737	-82.69877	191			KY	115		
4313346	Whitesburg	whitesburg	US	30185	2006	America/New_York	37.11843	-82.82683	357	BRG,Uajtsburg,Vajtsburg,Whitesburg,huai ci bao,wytsbwrg  kntaky,wytsbwrgh,Вајтсбург,Уайтсбург,ويتسبورغ,ویتسبورگ، کنتاکی,怀茨堡	133	KY	133		
4313350	Whitewood	whitewood	US	24657	0	America/Chicago	37.28367	-85.43608	180			KY	087		
4313351	Whitfield	whitfield	US	39193	0	America/New_York	38.09618	-85.47051	220			KY	029		
4313354	Whitesville	whitesville	US	14897	538	America/Chicago	37.68311	-86.87138	152	Cross Roads,Whitesville		KY	059		
4313358	Whitley City	whitley-city	US	42653	1170	America/New_York	36.72341	-84.47049	412	Coolidge,Whitley,Whitley City	147	KY	147		
4313395	Wickliffe	wickliffe	US	42087	685	America/Chicago	36.96478	-89.08923	108		007	KY	007		
4313418	Wilbur	wilbur	US	97494	0	America/New_York	37.9862	-82.7846	215			KY	127		
4313448	Wilder	wilder	US	05088	3088	America/New_York	39.05645	-84.48689	165			KY	037		
4313461	Wildie	wildie	US	40492	0	America/New_York	37.42342	-84.30216	288			KY	203		
4313470	Wildwood	wildwood	US	08260	271	America/Kentucky/Louisville	38.24952	-85.57302	200			KY	111		
4313495	Willard	willard	US	14588	0	America/New_York	38.21175	-82.89711	192			KY	043		
4313506	Williams	williams	US	29493	0	America/Chicago	37.52366	-87.85974	115	Williams,Williamsport		KY	233		
4313563	Williamsburg	williamsburg	US	01096	5293	America/New_York	36.74342	-84.15966	283	Spring Ford,Uilliamsburg,Vilijamsburg,Williamsburg,Williamsburgh,wei lian si bao,wylyamzbrg  kntaky,wylyamzbwrgh,Вилијамсбург,Уиллиамсбург,ويليامزبورغ,ویلمزبرگ، کینٹکی,ویلیامزبرگ، کنتاکی,威廉斯堡	235	KY	235		
4313572	Williamstown	williamstown	US	01267	3943	America/New_York	38.63812	-84.5605	296	Williamstown (Kentucky)	081	KY	081		
4313574	Williamsport	williamsport	US	17701	0	America/New_York	37.82065	-82.72905	200			KY	115		
4313589	Willisburg	willisburg	US	40078	287	America/New_York	37.80979	-85.12635	265	Willisburg,Willisburgh		KY	229		
4313598	Willow	willow	US	12495	0	America/New_York	37.5912	-83.81353	207	Willow		KY	129		
4313601	Willow	willow	US	12495	0	America/New_York	38.66563	-84.15243	295			KY	023		
4313624	Willow Grove	willow-grove	US	19090	0	America/New_York	38.7884	-84.17188	160			KY	023		
4313628	Wilmore	wilmore	US	15962	6247	America/New_York	37.86202	-84.66161	269	Locust Grove,Wilmore		KY	113		
4313686	Wilsonville	wilsonville	US	35186	0	America/New_York	37.59424	-84.87745	334			KY	021		
4313687	Wilsonville	wilsonville	US	35186	0	America/New_York	38.12729	-85.4069	196			KY	215		
4313690	Wilton	wilton	US	03086	0	America/New_York	36.89037	-84.04743	357			KY	121		
4313697	Winchester	winchester	US	01890	18446	America/New_York	37.99008	-84.17965	303	Uinchester,Vinchester,u~inchesuta,wen che si te,wincheseuteo,wynchstr  kntaky,wynshstr,Винчестер,Уинчестер,ونچیسٹر، کینٹکی,وينشستر,وینچستر، کنتاکی,ウィンチェスター,温彻斯特,윈체스터	049	KY	049		
4313714	Windsor	windsor	US	01270	0	America/New_York	37.12785	-84.91217	352			KY	045		
4313722	Windyville	windyville	US	65783	0	America/Chicago	37.21616	-86.32442	231			KY	061		
4313723	Windyville	windyville	US	65783	0	America/Chicago	37.36033	-86.41887	239			KY	085		
4313732	Wingo	wingo	US	42088	640	America/Chicago	36.64228	-88.73894	153			KY	083		
4313739	Winifred	winifred	US	59489	0	America/New_York	37.9462	-82.85461	256			KY	115		
4313745	Winston	winston	US	30187	0	America/New_York	37.70564	-84.08215	269	Newman Stand,Winston		KY	065		
4313754	Wisdom	wisdom	US	59761	0	America/Chicago	37.00394	-85.71997	286	Nicols,Old Randloph,Randolph,Wisdom		KY	169		
4313776	Wittensville	wittensville	US	41274	0	America/New_York	37.86287	-82.7996	211	Whittensville,Wittensville		KY	115		
4313780	Wolf	wolf	US	82844	0	America/New_York	38.37925	-83.09934	274			KY	043		
4313783	Witt	witt	US	62094	0	America/New_York	37.67314	-84.02659	204			KY	065		
4313810	Wolf Creek	wolf-creek	US	59648	0	America/New_York	38.10284	-86.3897	129	Tobin Hill,Wolf Creek		KY	163		
4313922	Wolverine	wolverine	US	49799	0	America/New_York	37.58092	-83.40824	220			KY	025		
4313938	Woodburn	woodburn	US	42170	377	America/Chicago	36.84254	-86.52749	194			KY	227		
4313941	Woodbury	woodbury	US	05681	92	America/Chicago	37.18338	-86.63388	126	Lock Number Four,Vudbari,Woodbury,Вудбари		KY	031		
4313943	Woodbine	woodbine	US	08270	0	America/New_York	36.90481	-84.08882	340	The Joe Fields,Woodbine		KY	235		
4313950	Woodlake	woodlake	US	75865	0	America/New_York	38.21063	-84.75356	226			KY	073		
4313956	Woodland Hills	woodland-hills	US	91364	696	America/Kentucky/Louisville	38.24035	-85.52413	221			KY	111		
4313959	Woodland Park	woodland-park	US	80863	0	America/New_York	37.24676	-83.17767	268			KY	193		
4313960	Woodlawn	woodlawn	US	24381	229	America/New_York	39.09256	-84.47522	167	Oddfellow Grove,Woodlawn		KY	037		
4313961	Woodlawn	woodlawn	US	24381	0	America/Chicago	37.042	-88.56894	103			KY	145		
4313962	Woodlawn	woodlawn	US	24381	250	America/New_York	37.81312	-85.36524	240	Gasburg,Woodlawn		KY	179		
4313968	Woodman	woodman	US	53827	0	America/New_York	37.52122	-82.04457	257			KY	195		
4313969	Woodrow	woodrow	US	80757	0	America/Chicago	37.74145	-86.3197	254			KY	027		
4313991	Woodside	woodside	US	11377	0	America/Chicago	37.25338	-86.26497	233			KY	061		
4313992	Woodside	woodside	US	11377	0	America/Kentucky/Louisville	38.30507	-85.65302	165			KY	111		
4313993	Woodside	woodside	US	11377	0	America/New_York	37.40761	-82.33403	239			KY	195		
4314001	Woodville	woodville	US	01784	0	America/Chicago	37.09672	-88.87339	136	Jamestown,Woodville		KY	145		
4314026	Wooton	wooton	US	41776	0	America/New_York	37.17898	-83.30212	267			KY	131		
4314041	Worley	worley	US	83876	0	America/New_York	36.69952	-84.53383	273			KY	147		
4314044	Worthington	worthington	US	01098	1577	America/New_York	38.54841	-82.72433	171			KY	089		
4314048	Worthville	worthville	US	15784	184	America/New_York	38.60979	-85.06745	147	Coonskin,Worthville		KY	041		
4314051	Worthington	worthington	US	01098	1643	America/Kentucky/Louisville	38.31562	-85.56163	214			KY	111		
4314067	Wrights	wrights	US	62098	0	America/New_York	37.31256	-85.39996	237			KY	217		
4314071	Wrigley	wrigley	US	41477	0	America/New_York	38.01842	-83.27129	249			KY	175		
4314074	Wyandotte	wyandotte	US	48192	0	America/New_York	38.0498	-84.27215	296			KY	049		
4314091	Wyoming	wyoming	US	02898	0	America/New_York	38.2198	-83.69853	193	Mouth of Slate,Wyoming		KY	011		
4314098	Wysox	wysox	US	18854	0	America/Chicago	37.2731	-86.90777	122			KY	183		
4314100	Yancey	yancey	US	78886	0	America/New_York	36.7687	-83.32074	464	Slaters Fork,Yancey		KY	095		
4314116	Yatesville	yatesville	US	31097	0	America/New_York	38.14786	-82.68599	177			KY	127		
4314117	Yeaddiss	yeaddiss	US	41777	0	America/New_York	37.0687	-83.21767	343			KY	131		
4314157	Yerkes	yerkes	US	41778	0	America/New_York	37.27732	-83.30101	267			KY	193		
4314160	Yoder	yoder	US	46798	0	America/New_York	38.06062	-85.34495	163			KY	215		
4314164	York	york	US	03909	0	America/New_York	38.56563	-83.04629	219			KY	089		
4314170	Yosemite	yosemite	US	42566	0	America/New_York	37.34674	-84.82467	256			KY	045		
4314172	Yorktown	yorktown	US	23690	0	America/New_York	37.44288	-82.52487	210			KY	195		
4314205	Youngtown	youngtown	US	85363	0	America/Chicago	37.18143	-86.7186	137	Davenport,Youngtown		KY	031		
4314208	Yuma	yuma	US	38390	0	America/New_York	37.28034	-85.24163	220			KY	217		
4314221	Zebulon	zebulon	US	27597	0	America/New_York	37.53343	-82.46654	232			KY	195		
4314230	Zion	zion	US	60099	0	America/Chicago	37.81477	-87.48362	137			KY	101		
4314231	Zion	zion	US	60099	0	America/Chicago	36.67782	-87.29584	168	Hammacksville,Hammackville,Zion		KY	219		
4314232	Zion	zion	US	60099	0	America/Chicago	36.75338	-87.16945	194			KY	219		
4314277	Zoe	zoe	US	41397	0	America/New_York	37.68036	-83.68408	349			KY	129		
4314295	Abbeville	abbeville	US	29620	12434	America/Chicago	29.97465	-92.13429	5	Abbevill,Abbeville,Abevil,La Chapelle,a bu wei er,abfyl,abywyl  lwyyzyana,aebibil,Аббевилл,Абевил,أبفيل,ابیویل، لوئیزیانا,阿布维尔,애비빌	113	LA	113		
4314315	Abington	abington	US	02351	0	America/Chicago	32.11155	-93.47879	41			LA	081		
4314382	Acme	acme	US	15610	0	America/Chicago	31.28574	-91.8204	15			LA	029		
4314388	Abita Springs	abita-springs	US	70420	2499	America/Chicago	30.47864	-90.04008	9	Abeta Springs,Abita,Abita Springs,Christy Springs		LA	103		
4314389	Ada	ada	US	45810	0	America/Chicago	32.54599	-93.14044	77			LA	013		
4314409	Addis	addis	US	70710	4589	America/Chicago	30.3538	-91.26539	6			LA	121		
4314444	Aimwell	aimwell	US	71401	0	America/Chicago	31.7835	-91.99347	37	Aimwell,Debourn,Hickory Flat		LA	025		
4314484	Akers	akers	US	70421	0	America/Chicago	30.2902	-90.40175	1			LA	105		
4314498	Albany	albany	US	05820	1104	America/Chicago	30.50436	-90.58231	12	Olbani,Олбани		LA	063		
4314502	Albemarle	albemarle	US	28001	0	America/Chicago	29.8827	-90.97482	4	Albemarle,Albermarle		LA	007		
4314507	Alberta	alberta	US	23821	0	America/Chicago	32.23294	-93.15378	59	Alberta,Mulberry		LA	013		
4314969	Arcadia	arcadia	US	15712	2861	America/Chicago	32.54904	-92.92016	117	Arkadija,Arkejdija,a ka di ya,arkadya  lwyyzyana,Аркадия,Аркејдија,آرکادیا، لوئیزیانا,آرکیڈیا، لوزیانا,阿卡迪亚	013	LA	013		
4314550	Alexandria	alexandria	US	16611	47889	America/Chicago	31.31129	-92.44514	23	AEX,Aleksandrija,alaskndryt,alksandrya  lwyyzyana,allegsandeulia,ya li shan de li ya,Александрия,Александрија,الإسكندرية,الکساندریا، لوئیزیانا,الیگزینڈریا، لوزیانا,亚历山德里亚,알렉산드리아	079	LA	079		
4314564	Alhambra	alhambra	US	62001	0	America/Chicago	30.17659	-91.12316	6	Alhambra,Alhambra Plantation		LA	047		
4314565	Alice	alice	US	78332	0	America/Chicago	30.9199	-91.29761	61			LA	125		
4314569	Aline	aline	US	73716	0	America/Chicago	30.61325	-91.64122	9			LA	077		
4314588	Allen	allen	US	21810	0	America/Chicago	31.83544	-93.2885	51			LA	069		
4314610	Allendale	allendale	US	07401	0	America/Chicago	30.49658	-91.27289	8			LA	121		
4314611	Allendale	allendale	US	07401	0	America/Chicago	31.13991	-93.27239	90			LA	115		
4314617	Alliance	alliance	US	28509	0	America/Chicago	29.68854	-89.98174	2			LA	075		
4314618	Alliance	alliance	US	28509	0	America/Chicago	31.53184	-93.65018	61			LA	085		
4314676	Alma	alma	US	14708	0	America/Chicago	30.5963	-91.38956	10	Alma,Alma Plantation		LA	077		
4314694	Alsen	alsen	US	58311	0	America/Chicago	30.5713	-91.20427	22			LA	033		
4314702	Alto	alto	US	30510	0	America/Chicago	32.35765	-91.85985	22			LA	083		
4314704	Alton	alton	US	03809	0	America/Chicago	30.33075	-89.76201	8	Alton,Guthrie		LA	103		
4314710	Altoona	altoona	US	16601	0	America/Chicago	32.45459	-91.45373	23	Altoona,Joes Bayou		LA	065		
4314712	Ama	ama	US	70031	1316	America/Chicago	29.95215	-90.29647	3	Ama,Madisonville		LA	089		
4314724	Amelia	amelia	US	45102	2459	America/Chicago	29.66632	-91.10204	2			LA	101		
4314744	Amite	amite	US	70422	4640	America/Chicago	30.72657	-90.50898	35	Amite,Amite City,Amitei	105	LA	105		
4314769	Anabel	anabel	US	63431	0	America/Chicago	32.29321	-92.25097	29	Anabel,Anabell		LA	073		
4314770	Anacoco	anacoco	US	71403	845	America/Chicago	31.25213	-93.34128	102	Anacoco,Orange		LA	115		
4314783	Anchor	anchor	US	61720	0	America/Chicago	30.68352	-91.35511	11			LA	077		
4314787	Anchorage	anchorage	US	99501	0	America/Chicago	30.48269	-91.21039	7			LA	121		
4314801	Anderson	anderson	US	29621	0	America/Chicago	32.2671	-93.17656	59			LA	013		
4314815	Andrew	andrew	US	52030	0	America/Chicago	30.08493	-92.24291	6			LA	113		
4314833	Angie	angie	US	70426	243	America/Chicago	30.96657	-89.80952	43			LA	117		
4314838	Angola	angola	US	14006	0	America/Chicago	30.95046	-91.56928	15	Angola,Angola Plantation		LA	125		
4314854	Ansley	ansley	US	68814	0	America/Chicago	32.39571	-92.69293	60			LA	049		
4314860	Antioch	antioch	US	37011	0	America/Chicago	32.86459	-92.9246	93			LA	027		
4314862	Antioch	antioch	US	37011	0	America/Chicago	32.58626	-92.73904	75			LA	061		
4314937	Antrim	antrim	US	03440	0	America/Chicago	32.87736	-93.70518	85			LA	015		
4314956	Arabi	arabi	US	31712	3635	America/Chicago	29.95437	-90.00535	1	Arabi,Stock Landing		LA	087		
4314962	Ararat	ararat	US	24053	0	America/Chicago	30.30048	-93.19988	6			LA	019		
4314983	Archibald	archibald	US	71218	0	America/Chicago	32.34904	-91.77735	23			LA	083		
4314986	Archie	archie	US	64725	0	America/Chicago	31.5799	-91.96735	17			LA	025		
4314988	Arcola	arcola	US	38722	0	America/Chicago	30.77657	-90.51037	41	Arcola,Prospect Hill		LA	105		
4315004	Argyle	argyle	US	12809	0	America/Chicago	30.65852	-91.644	9			LA	077		
4315005	Argyle	argyle	US	12809	0	America/Chicago	29.57216	-90.74704	3			LA	109		
4315016	Arlington	arlington	US	02474	0	America/Chicago	30.38825	-91.17177	6	Arlington,Arlington Plantation		LA	033		
4315017	Arlington	arlington	US	02474	0	America/Chicago	32.82096	-91.17566	30			LA	035		
4315021	Armagh	armagh	US	15920	0	America/Chicago	31.42851	-91.75096	17			LA	029		
4315034	Arnaudville	arnaudville	US	70512	1069	America/Chicago	30.3977	-91.93151	8	Arnaudville,L'Habitation Des Arnauds,La Jonction		LA	097		
4315083	Ashland	ashland	US	01721	263	America/Chicago	32.14183	-93.09822	68			LA	069		
4315084	Ashland	ashland	US	01721	0	America/Chicago	31.97488	-91.39234	22	Ashland,Mayflower		LA	107		
4315085	Ashland	ashland	US	01721	0	America/Chicago	29.52966	-90.67564	1			LA	109		
4315091	Ashley	ashley	US	43003	0	America/Chicago	30.46408	-91.04455	14			LA	033		
4315096	Ashland	ashland	US	01721	0	America/Chicago	31.28601	-91.58123	17			LA	029		
4315097	Ashton	ashton	US	20861	0	America/Chicago	29.83604	-91.60817	2			LA	101		
4315137	Athens	athens	US	04912	234	America/Chicago	32.65043	-93.02572	92			LA	027		
4315143	Atherton	atherton	US	94027	0	America/Chicago	32.69847	-91.17039	30			LA	035		
4315147	Atkins	atkins	US	24311	0	America/Chicago	32.3096	-93.5149	45	Atkins,Atkins Station		LA	015		
4315153	Atlanta	atlanta	US	14808	154	America/Chicago	31.80517	-92.73821	70	Atlanta,New Atlanta,Атланта		LA	127		
4315166	Aubrey	aubrey	US	72311	0	America/Chicago	31.9321	-91.32067	22			LA	107		
4315169	Audubon	audubon	US	08106	0	America/Chicago	30.40908	-89.78395	12	Audubon,Dixie,Ella,Hill Switch		LA	103		
4315180	Augusta	augusta	US	04330	0	America/Chicago	29.80021	-90.01729	2			LA	075		
4315181	Augusta	augusta	US	04330	0	America/Chicago	30.83381	-92.20485	14			LA	097		
4315188	Augusta	augusta	US	04330	0	America/Chicago	30.18992	-91.21538	4	Augusta,Augusta Plantation		LA	047		
4315208	Avalon	avalon	US	08202	0	America/Chicago	29.71799	-91.33094	3			LA	101		
4315209	Avalon	avalon	US	08202	0	America/Chicago	30.4463	-91.02094	13			LA	033		
4315217	Avery Island	avery-island	US	70513	0	America/Chicago	29.90354	-91.9104	13	Avery Island,McIlheny,Salt Mine Station		LA	045		
4315221	Avoca	avoca	US	14809	0	America/Chicago	29.6841	-91.19038	2			LA	101		
4315225	Avondale	avondale	US	19311	4954	America/Chicago	29.91298	-90.20369	1	Ejvondejl,Ейвондейл		LA	051		
4315226	Avondale	avondale	US	19311	0	America/Chicago	31.94044	-91.28178	21	Avandale,Avondale		LA	107		
4315285	Bagdad	bagdad	US	32530	0	America/Chicago	31.46657	-92.59376	48			LA	043		
4315305	Bailey	bailey	US	27807	0	America/Chicago	30.87907	-90.33842	85			LA	105		
4315312	Baker	baker	US	26801	13695	America/Chicago	30.58824	-91.16816	24	Baker,Bejker,Cottonville,bei ke,bykr,bykr  lwyyzyana,Бејкер,بيكر,بیکر، لوئیزیانا,贝克		LA	033		
4315342	Baldwin	baldwin	US	11510	2345	America/Chicago	29.83798	-91.54428	5	Baldwin,Bolduin,La Teche,Болдуин		LA	101		
4315350	Ball	ball	US	71405	3990	America/Chicago	31.41546	-92.4118	49			LA	079		
4315379	Bancroft	bancroft	US	25011	0	America/Chicago	30.5652	-93.68545	26			LA	011		
4315422	Barataria	barataria	US	70036	1109	America/Chicago	29.72327	-90.12369	1			LA	051		
4315466	Barnes	barnes	US	66933	0	America/Chicago	32.37931	-91.12316	26	Barnes,Barnes Mill		LA	065		
4315477	Barnsdall	barnsdall	US	74002	0	America/Chicago	30.48076	-92.65514	15			LA	053		
4315485	Barrett	barrett	US	56311	0	America/Chicago	31.36713	-92.51347	25			LA	079		
4315491	Barron	barron	US	54812	0	America/Chicago	31.33685	-92.24958	26			LA	079		
4315508	Barton	barton	US	05822	0	America/Chicago	30.08631	-91.05455	5			LA	005		
4315514	Basile	basile	US	70515	1816	America/Chicago	30.4852	-92.59597	14	Basile,Schamber		LA	039		
4315520	Baskin	baskin	US	71219	247	America/Chicago	32.25904	-91.74763	22			LA	041		
4315535	Bastrop	bastrop	US	71220	10713	America/Chicago	32.77828	-91.91144	51	Bastrop,Bastrop (Louisiana),ba si te luo pu,bstrp  lwyyzyana,Бастроп,بسترپ، لوئیزیانا,巴斯特罗普	067	LA	067		
4315546	Batchelor	batchelor	US	70715	2389	America/Chicago	30.84046	-91.66151	12	Batcheller,Batchelor		LA	077		
4315555	Bates	bates	US	97817	0	America/Chicago	30.42159	-92.39847	12			LA	001		
4315588	Baton Rouge	baton-rouge	US	70801	228590	America/Chicago	30.44332	-91.18747	14	BTR,Batan-Ruzh,Baton Rouge,Baton Rouz,Baton Ruj,Baton Ruzas,Baton Ruzh,Baton Ruzos,Baton Ružas,Baton Ružos,Baton-Rouge,Baton-Ruzh,Batonruza,Batonrūža,Batun Ruzh,Bâton-Rouge,Dironbourg,New Richmond,Rubribaculum,ba tun lu ri,baeteonluji,batonruju,batwn rwj,batwn rwzh,batwn‌rwzh  lwyyzyana,betana ru,betana ruja,byatana ruja,bʼtwn rwz,patan ruj,Μπατόν Ρουζ,Батан-Руж,Батон Руж,Батон-Руж,Батън Руж,Բաթոն Ռուժ,באטון רוז,باتون روج,باتون روژ,باتون‌روژ، لوئیزیانا,باٹن روگ,بیٹون روج، لوزیانا,बॅटन रूज,बेटन रु,बेटन रूज,ब्यातन रुज,பாடன் ரூஜ்,แบตันรูช,バトンルージュ,巴吞鲁日,배턴루지	LA	LA	033		
4316019	Beachwood	beachwood	US	08722	0	America/Chicago	30.8599	-91.36872	66	Beachwood,Beech Woods Plantation,Beechwood		LA	125		
4316048	Bear Creek	bear-creek	US	18602	0	America/Chicago	32.4096	-92.96516	67	Bear Creek,Bear Creek Siding,Bearcreek		LA	013		
4316055	Bear Creek	bear-creek	US	18602	0	America/Chicago	32.3146	-92.75876	70			LA	049		
4316126	Beaver	beaver	US	15009	0	America/Chicago	30.79575	-92.57208	31			LA	039		
4316180	Bedford	bedford	US	01730	0	America/Chicago	32.24098	-91.01511	28	Bedford,Bedford Plantation		LA	065		
4316254	Bel Air	bel-air	US	21014	0	America/Chicago	30.26214	-89.73339	2			LA	103		
4316273	Belcher	belcher	US	41513	257	America/Chicago	32.74875	-93.83296	56	Belcher,Horseshoe		LA	017		
4316275	Belfair	belfair	US	98528	0	America/Chicago	30.46741	-91.14594	15			LA	033		
4316279	Belfield	belfield	US	58622	0	America/Chicago	30.33909	-93.20071	8			LA	019		
4316285	Beggs	beggs	US	74421	0	America/Chicago	30.68047	-92.0529	12	Begg,Beggs,Beggs Station		LA	097		
4316294	Bell City	bell-city	US	63735	0	America/Chicago	30.11326	-92.96265	2	Bell City,Ikeville		LA	019		
4316316	Bellaire	bellaire	US	43906	0	America/Chicago	32.48738	-93.67323	49			LA	015		
4316329	Belle Chasse	belle-chasse	US	70037	12679	America/Chicago	29.85493	-89.99063	2	BCS		LA	075		
4316362	Belle Rose	belle-rose	US	70341	1902	America/Chicago	30.05048	-91.04149	6	Belle Rose,Bellerose,Cranes Forge		LA	007		
4316380	Belleville	belleville	US	07109	0	America/Chicago	31.15713	-92.0979	22			LA	009		
4316381	Bellevue	bellevue	US	41073	0	America/Chicago	30.19243	-93.08432	6			LA	019		
4316382	Bellevue	bellevue	US	41073	0	America/Chicago	32.11293	-92.0493	21			LA	021		
4316383	Bellevue	bellevue	US	41073	0	America/Chicago	29.61855	-89.89035	2	Belleview		LA	075		
4316403	Bellwood	bellwood	US	16617	0	America/Chicago	31.52739	-93.20545	40			LA	069		
4316406	Belmont	belmont	US	02478	0	America/Chicago	30.01919	-90.77774	4	Belmont,Belmont Plantation		LA	093		
4316407	Belmont	belmont	US	02478	0	America/Chicago	30.4988	-91.23566	8			LA	121		
4316424	Bend	bend	US	76824	0	America/Chicago	30.02104	-90.75259	3			LA	093		
4316439	Belmont	belmont	US	02478	361	America/Chicago	31.71628	-93.50907	108	Bellemont,Belmont		LA	085		
4316463	Benson	benson	US	05731	0	America/Chicago	31.86628	-93.69379	77			LA	031		
4316471	Benton	benton	US	17814	2015	America/Chicago	32.69487	-93.74185	63	Benton,Бентон	015	LA	015		
4316473	Bentley	bentley	US	48613	0	America/Chicago	31.51573	-92.4882	62			LA	043		
4316492	Bernard	bernard	US	04612	0	America/Chicago	30.59687	-92.77931	20			LA	003		
4316497	Bernice	bernice	US	71222	1648	America/Chicago	32.82209	-92.65793	67			LA	111		
4316523	Berwick	berwick	US	03901	4765	America/Chicago	29.69465	-91.21899	1	Berwick,Berwick City		LA	101		
4316545	Bethany	bethany	US	06524	0	America/Chicago	32.37321	-94.04269	106	Bethany,Lickskillet		LA	017		
4316564	Bethel	bethel	US	04217	0	America/Chicago	31.78933	-93.05127	36			LA	069		
4316565	Bethel	bethel	US	04217	0	America/Chicago	30.92186	-92.70959	38			LA	079		
4316626	Bethel Springs	bethel-springs	US	38315	0	America/Chicago	32.96097	-92.71127	64			LA	111		
4316629	Bethlehem	bethlehem	US	03574	0	America/Chicago	32.00544	-92.77349	53			LA	127		
4316686	Beverly Hills	beverly-hills	US	34464	0	America/Chicago	30.26631	-89.75201	3			LA	103		
4316727	Bienville	bienville	US	71008	209	America/Chicago	32.35682	-92.98044	74			LA	013		
4316749	Big Bend	big-bend	US	26136	0	America/Chicago	31.07361	-91.79328	14	Big Bend,Bigbend		LA	009		
4316815	Big Creek	big-creek	US	25505	0	America/Chicago	32.29181	-91.76318	14			LA	041		
4316867	Big Island	big-island	US	24526	0	America/Chicago	31.33713	-92.16541	26			LA	079		
4317099	Black Hawk	black-hawk	US	57718	0	America/Chicago	31.15573	-91.63595	16	Black Hawk,Blackhawk		LA	029		
4317156	Blackburn	blackburn	US	65321	0	America/Chicago	32.84681	-93.20461	93			LA	027		
4317188	Blairstown	blairstown	US	07825	0	America/Chicago	30.75268	-90.9626	53	Blairs Town,Blairstown		LA	037		
4317201	Blanchard	blanchard	US	16826	2935	America/Chicago	32.58098	-93.89268	68			LA	017		
4317373	Bobtown	bobtown	US	15315	0	America/Chicago	29.47383	-90.70092	1			LA	109		
4317412	Bogalusa	bogalusa	US	70427	11933	America/Chicago	30.79102	-89.84869	29	BXA,Bogaloosa,Bogalusa,bo jia lu sa,bwgalwsa  lwyyzyana,bwghalwsa,Богалуса,بوغالوسا,بوگالوسا، لوئیزیانا,博加卢萨		LA	117		
4317506	Boley	boley	US	74829	0	America/Chicago	31.68572	-92.89877	51			LA	043		
4317513	Bolivar	bolivar	US	14715	0	America/Chicago	30.86907	-90.39481	68			LA	105		
4317525	Bon Air	bon-air	US	35032	0	America/Chicago	30.19076	-93.02571	6			LA	019		
4317538	Bonaire	bonaire	US	31005	0	America/Chicago	30.41602	-91.10233	10			LA	033		
4317542	Bond	bond	US	80423	0	America/Chicago	30.69103	-92.61292	27			LA	003		
4317557	Bonita	bonita	US	71223	265	America/Chicago	32.9193	-91.67707	32	Bonita,Lind Grove		LA	067		
4317607	Boothville	boothville	US	70038	854	America/Chicago	29.34355	-89.41978	-1			LA	075		
4317617	Bordelonville	bordelonville	US	71320	525	America/Chicago	31.10546	-91.90734	16			LA	009		
4317639	Bossier City	bossier-city	US	71111	68094	America/Chicago	32.51599	-93.73212	53	Bossier,Bossier City,Bozher Siti,bo xi er cheng,bosyeositi,bwsyr syty,bwwzhr  lwyyzyana,Божер Сити,بوسير سيتي,بوسیئر سٹی، لوزیانا,بووژر، لوئیزیانا,波西尔城,보셔시티		LA	015		
4317656	Boston	boston	US	02108	0	America/Chicago	29.88326	-92.05568	2			LA	113		
4317709	Bourg	bourg	US	70343	2579	America/Chicago	29.55355	-90.60231	2	Bourg,Little Pass Des Ilettes		LA	109		
4317718	Boutte	boutte	US	70039	3075	America/Chicago	29.90243	-90.38814	1	Boutte,Boutte Station		LA	089		
4317725	Bowie	bowie	US	20715	0	America/Chicago	32.75819	-91.26817	27			LA	035		
4317726	Bowie	bowie	US	20715	0	America/Chicago	29.74604	-90.59453	1			LA	057		
4317734	Boyce	boyce	US	22620	979	America/Chicago	31.39046	-92.66931	26	Boyce,Cotile		LA	079		
4317741	Bowden	bowden	US	26254	0	America/Chicago	30.16298	-90.99343	7			LA	005		
4317764	Braithwaite	braithwaite	US	70040	0	America/Chicago	29.86632	-89.94368	2	Orange Grove		LA	075		
4317772	Branch	branch	US	49402	388	America/Chicago	30.34881	-92.26763	12	Branch,Plaquemine Brule,Plaquemine Brulee		LA	001		
4317780	Brandon	brandon	US	05733	0	America/Chicago	30.90435	-91.51901	16			LA	125		
4317784	Brandywine	brandywine	US	20613	0	America/Chicago	29.77215	-90.77926	2			LA	057		
4319359	Cedar Glen	cedar-glen	US	92321	0	America/Chicago	30.53019	-91.1265	18			LA	033		
4317801	Breaux Bridge	breaux-bridge	US	70517	8395	America/Chicago	30.27353	-91.89928	7	Breaux,Breaux Bridge,La Pointe,Le Pont Breaux,Pont Breaux,beulobeuliji,brawks bryj  lwyyzyana,brywks brydj,bu li ao ke si qiao,براوکس بریج، لوئیزیانا,بريوكس بريدج,布里奥克斯桥,브로브리지		LA	099		
4317821	Bremond	bremond	US	76629	0	America/Chicago	29.45661	-89.66312	0			LA	075		
4317833	Brent	brent	US	35034	0	America/Chicago	32.85819	-93.98213	74			LA	017		
4317864	Bridge City	bridge-city	US	77611	7706	America/Chicago	29.93326	-90.17007	1			LA	051		
4317912	Bristol	bristol	US	02809	0	America/Chicago	30.37103	-92.13846	16			LA	097		
4317913	Bristol	bristol	US	02809	0	America/Chicago	30.49769	-91.11733	17			LA	033		
4317916	Brittany	brittany	US	70718	0	America/Chicago	30.21214	-90.88149	2			LA	005		
4317952	Broadview	broadview	US	59015	0	America/Chicago	32.4246	-93.86824	77			LA	017		
4317965	Brooks	brooks	US	04921	0	America/Chicago	30.72824	-91.48539	12	Brooks,Suber Station		LA	077		
4317967	Bronson	bronson	US	32621	0	America/Chicago	30.06965	-91.73595	6			LA	045		
4317984	Broussard	broussard	US	70518	0	America/Chicago	30.89325	-91.94345	12			LA	009		
4317985	Broussard	broussard	US	70518	11303	America/Chicago	30.14715	-91.96123	10	Broussard,Broussardville,Cote Gelee,brwsard,brwsard  lwyyzyana,bu lu sa er,بروسارد,بروسارد، لوئیزیانا,布鲁萨尔		LA	055		
4318036	Brownell	brownell	US	67521	0	America/Chicago	32.11654	-91.74207	20			LA	041		
4318043	Browns	browns	US	62818	0	America/Chicago	30.8049	-91.11261	61	Brown,Browns		LA	037		
4318055	Brownsville	brownsville	US	05037	4317	America/Chicago	32.48709	-92.1543	24	Brownsville,Brownville		LA	073		
4318068	Brule	brule	US	54820	0	America/Chicago	29.8041	-90.87537	3			LA	057		
4318163	Brusly	brusly	US	70719	2785	America/Chicago	30.39436	-91.25372	7			LA	121		
4318214	Buckeye	buckeye	US	24924	0	America/Chicago	31.36629	-92.18902	22			LA	079		
4318222	Buckner	buckner	US	40010	0	America/Chicago	32.30098	-91.93874	21			LA	083		
4318261	Buhler	buhler	US	67522	0	America/Chicago	30.33298	-93.3621	6			LA	019		
4318320	Bunkie	bunkie	US	71322	4066	America/Chicago	30.95325	-92.18263	20	Bunkie,Bunkie Station,Irion		LA	009		
4318332	Buras	buras	US	70041	945	America/Chicago	29.35189	-89.52422	0	Buras,Buras Settlement		LA	075		
4318352	Burke	burke	US	12917	0	America/Chicago	30.06104	-91.88206	8	Burke,Burke Station		LA	045		
4318375	Burns	burns	US	37029	0	America/Chicago	29.57355	-91.53289	1			LA	101		
4318382	Burnside	burnside	US	15721	0	America/Chicago	30.13881	-90.92399	6			LA	005		
4318425	Bush	bush	US	40724	0	America/Chicago	30.6088	-89.90007	25			LA	103		
4318513	Cabot	cabot	US	05647	0	America/Chicago	29.6891	-91.464	1			LA	101		
4318519	Caddo	caddo	US	74729	0	America/Chicago	32.75653	-93.97379	60	Caddo,Caddo City		LA	017		
4318541	Cade	cade	US	70519	1723	America/Chicago	30.08742	-91.9054	10	Cade,Cades		LA	099		
4318610	Calhoun	calhoun	US	30701	679	America/Chicago	32.51265	-92.35847	54			LA	073		
4318636	Calumet	calumet	US	15621	0	America/Chicago	29.69965	-91.36344	2	Bartels,Calimet,Calumet		LA	101		
4318673	Calvin	calvin	US	16622	225	America/Chicago	31.96572	-92.77571	52			LA	127		
4318695	Cameron	cameron	US	14819	406	America/Chicago	29.79772	-93.32515	1	Cameron,Leesburg	023	LA	023		
4318782	Campbell	campbell	US	14821	0	America/Chicago	31.40184	-92.7946	48			LA	079		
4318783	Campbell	campbell	US	14821	0	America/Chicago	29.90382	-89.9034	3			LA	087		
4318784	Campbell	campbell	US	14821	0	America/Chicago	30.45741	-90.44398	8	Campbell,Campbells		LA	105		
4318812	Campti	campti	US	71411	1044	America/Chicago	31.8935	-93.11822	39	Campti,Compti		LA	069		
4318930	Caney	caney	US	67333	0	America/Chicago	31.12019	-93.38767	65			LA	115		
4318997	Cannon	cannon	US	40923	0	America/Chicago	32.45682	-93.85657	81			LA	017		
4319004	Canton	canton	US	02021	0	America/Chicago	30.67631	-92.73487	26			LA	003		
4319014	Capitan	capitan	US	88316	0	America/Chicago	30.06548	-91.98262	8			LA	055		
4319030	Carencro	carencro	US	70520	8575	America/Chicago	30.31714	-92.04901	12	Carencro,La Chapelle,Saint Pierre		LA	055		
4319048	Carey	carey	US	43316	0	America/Chicago	30.50269	-91.31594	7	Boudrequx Spur,Carey		LA	121		
4319055	Carlton	carlton	US	16311	0	America/Chicago	32.53737	-92.35959	66			LA	073		
4319060	Carmel	carmel	US	04419	0	America/Chicago	32.08738	-93.62073	74	Bayou Pierre,Carmel		LA	031		
4319069	Carlisle	carlisle	US	01741	0	America/Chicago	29.68688	-89.96229	2			LA	075		
4319071	Carney	carney	US	49812	0	America/Chicago	30.84601	-91.30206	67			LA	125		
4319074	Carolina	carolina	US	02812	0	America/Chicago	32.19599	-92.93766	71			LA	013		
4319079	Caroline	caroline	US	54928	0	America/Chicago	30.0727	-91.66678	3			LA	045		
4319107	Carroll	carroll	US	43112	0	America/Chicago	32.07877	-93.39156	43	Carroll,Sterling		LA	081		
4319117	Carrollton	carrollton	US	23314	0	America/Chicago	29.94727	-90.12969	1			LA	071	98000	
4319164	Carterville	carterville	US	62918	0	America/Chicago	32.96986	-93.58823	75			LA	015		
4319167	Cartwright	cartwright	US	58838	0	America/Chicago	32.46793	-92.46987	61			LA	049		
4319180	Carville	carville	US	70721	1108	America/Chicago	30.21742	-91.09621	6	Carville,Island		LA	047		
4319200	Cason	cason	US	75636	0	America/Chicago	30.88352	-91.81123	12			LA	009		
4319208	Cassandra	cassandra	US	15925	0	America/Chicago	31.18908	-92.16902	23			LA	009		
4319227	Castlewood	castlewood	US	24224	0	America/Chicago	30.45491	-91.08677	15			LA	033		
4319231	Castor	castor	US	71016	247	America/Chicago	32.25321	-93.16572	54			LA	013		
4319305	Catherine	catherine	US	36728	0	America/Chicago	30.16548	-91.17288	6	Catherine,Catherine Plantation		LA	047		
4319306	Catherine	catherine	US	36728	0	America/Chicago	30.4963	-91.26178	8			LA	121		
4319307	Catherine	catherine	US	36728	0	America/Chicago	30.46186	-91.26122	6			LA	121		
4319336	Cecil	cecil	US	15321	0	America/Chicago	32.96096	-92.23597	33			LA	111		
4319339	Cecilia	cecilia	US	42724	1980	America/Chicago	30.33714	-91.85317	8	Cecilia,Cecilia Station,Grand Point,Grand Pointe,La Grande Pointe,La Place		LA	099		
4319360	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	32.4421	-93.74268	59			LA	017		
4319361	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	29.79493	-90.02229	1			LA	075		
4319362	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	31.24935	-92.2793	31			LA	079		
4319417	Center Point	center-point	US	26339	492	America/Chicago	31.24824	-92.20985	26	Center Point,Centerpoint		LA	009		
4319428	Centerville	centerville	US	02632	0	America/Chicago	30.89325	-92.30985	16			LA	039		
4319429	Centerville	centerville	US	02632	0	America/Chicago	29.75965	-91.42844	3	Centerville,Centreville		LA	101		
4319435	Central	central	US	29630	28295	America/Chicago	30.55435	-91.03677	20			LA	033		
4319436	Central	central	US	29630	0	America/Chicago	30.06853	-90.88732	6			LA	093		
4319437	Central	central	US	29630	0	America/Chicago	29.6416	-90.8137	3			LA	109		
4319518	Chalmette	chalmette	US	70043	16751	America/Chicago	29.94296	-89.96537	1	Chalmette,Port Chalmette,cha er mei te,chalmt  lwyyzyana,شالمیٹ، لوزیانا,چالمت، لوئیزیانا,查尔梅特	087	LA	087		
4319540	Chambers	chambers	US	68725	0	America/Chicago	31.17852	-92.41375	22			LA	079		
4319589	Charenton	charenton	US	70523	1903	America/Chicago	29.88159	-91.52511	4	Charenton,Indian Bend		LA	101		
4319618	Charlotte	charlotte	US	05445	0	America/Chicago	29.99576	-91.9129	3			LA	045		
4319627	Chase	chase	US	21027	0	America/Chicago	32.0971	-91.69901	23			LA	041		
4319634	Chataignier	chataignier	US	70524	361	America/Chicago	30.56853	-92.32207	18	Chataignier,Chattaignier		LA	039		
4319649	Chatham	chatham	US	02633	544	America/Chicago	32.30626	-92.45042	55	Avard,Chatham,Chathamville		LA	049		
4319668	Chauvin	chauvin	US	70344	2912	America/Chicago	29.43855	-90.59537	1	Bayou Petit Caillou,Chauvin,Little Caillou		LA	109		
4319710	Cheneyville	cheneyville	US	71325	608	America/Chicago	31.01491	-92.28735	20			LA	079		
4319761	Chester	chester	US	01011	0	America/Chicago	32.11155	-92.3132	38			LA	127		
4319762	Chestnut	chestnut	US	62518	0	America/Chicago	32.05683	-93.01627	79			LA	069		
4319783	Chickasaw	chickasaw	US	45826	0	America/Chicago	31.84267	-92.20736	46			LA	059		
4319784	Chickasaw	chickasaw	US	45826	0	America/Chicago	32.96263	-91.33095	35			LA	123		
4319830	China	china	US	77613	0	America/Chicago	30.40187	-92.7057	12			LA	053		
4319843	Chloe	chloe	US	25235	0	America/Chicago	30.23993	-93.11432	4			LA	019		
4319847	Choctaw	choctaw	US	72028	0	America/Chicago	30.12631	-91.2765	3			LA	047		
4319848	Choctaw	choctaw	US	72028	879	America/Chicago	29.8391	-90.69092	1			LA	057		
4319849	Choctaw	choctaw	US	72028	0	America/Chicago	30.38825	-91.29872	5			LA	121		
4319883	Choudrant	choudrant	US	71227	955	America/Chicago	32.53015	-92.51431	50	Choudrant,Choudron,Roan,Roane,Shudder,Shuder,Shudree		LA	061		
4319966	Chula	chula	US	31733	0	America/Chicago	29.84271	-90.95537	5			LA	007		
4319972	Church Point	church-point	US	70525	4521	America/Chicago	30.40298	-92.21513	14	Church Point,Churchpoint,L'englise a la pointe,La Chapelle de la pointe de Plaquemine Brulee,Plaquemine Brule,Plaquemine Brulee,Plaquemine Point,Upper Plaquemine Brulee		LA	001		
4320107	Claiborne	claiborne	US	21624	11507	America/Chicago	32.51598	-92.1918	48			LA	073		
4320133	Clare	clare	US	48617	0	America/Chicago	31.32546	-93.60462	70			LA	085		
4320134	Clarence	clarence	US	14031	488	America/Chicago	31.82155	-93.02961	36	Clarence,Tiger Island		LA	069		
4320154	Clarks	clarks	US	68628	1006	America/Chicago	32.02655	-92.13903	43	Clark Spur,Clarks,The Dream City		LA	021		
4320169	Clay	clay	US	13041	0	America/Chicago	32.43293	-92.67709	63	Clay,Elmore		LA	049		
4320174	Clayton	clayton	US	08312	686	America/Chicago	31.72266	-91.54318	17	Clayton,Triva		LA	029		
4320251	Clearwater	clearwater	US	29822	0	America/Chicago	30.99047	-92.39402	32	Clear Water,Clearwater		LA	039		
4320254	Clearmont	clearmont	US	64431	0	America/Chicago	30.48769	-91.06733	16			LA	033		
4320264	Clifford	clifford	US	18413	0	America/Chicago	32.96403	-93.45434	75			LA	119		
4320268	Clifton	clifton	US	07011	0	America/Chicago	31.30518	-92.87126	72			LA	079		
4320269	Clifton	clifton	US	07011	0	America/Chicago	30.92546	-90.17981	59			LA	117		
4320277	Clinton	clinton	US	01510	1577	America/Chicago	30.86574	-91.01566	66	Klinton,Клинтон	037	LA	037		
4320283	Clio	clio	US	29525	0	America/Chicago	30.30964	-90.60981	3			LA	063		
4320295	Cloutierville	cloutierville	US	71416	0	America/Chicago	31.54323	-92.91821	31			LA	069		
4320301	Cloverdale	cloverdale	US	24077	0	America/Chicago	31.1988	-92.47653	19			LA	079		
4320302	Cloverdale	cloverdale	US	24077	0	America/Chicago	32.53376	-93.70101	51			LA	015		
4320308	Clyde	clyde	US	14433	0	America/Chicago	31.64184	-93.67518	61	Clyde,Darnells Gin,Palmers Mill		LA	085		
4320318	Cobb	cobb	US	31735	0	America/Chicago	32.40098	-92.11875	22			LA	073		
4320323	Coburn	coburn	US	16832	0	America/Chicago	31.49323	-93.27378	66			LA	085		
4320324	Coburn	coburn	US	16832	0	America/Chicago	30.51241	-90.39842	12			LA	105		
4320392	Cofield	cofield	US	27922	0	America/Chicago	30.12992	-90.93371	7			LA	005		
4320398	Coldwater	coldwater	US	38618	0	America/Chicago	31.98211	-92.86404	44	Cold Water,Coldwater		LA	127		
4320406	Coker	coker	US	35452	0	America/Chicago	31.9835	-93.71379	106			LA	031		
4320408	Coleman	coleman	US	33521	0	America/Chicago	32.3257	-91.08455	25			LA	065		
4320425	Colfax	colfax	US	26566	1524	America/Chicago	31.51906	-92.70682	29	Kolfaks,ke er,kwlfaks,kwwlfks  lwyyzyana,Колфакс,كولفاكس,کوولفکس، لوئیزیانا,科尔	043	LA	043		
4320443	College Park	college-park	US	20740	0	America/Chicago	30.41908	-91.1915	7			LA	033		
4320481	Colquitt	colquitt	US	39837	0	America/Chicago	32.94986	-92.97377	80	Colquit,Colquitt,Owens		LA	027		
4320489	Collinston	collinston	US	71229	268	America/Chicago	32.69097	-91.87179	24			LA	067		
4320492	Columbia	columbia	US	06237	382	America/Chicago	32.10516	-92.07791	23	Kolambija,Kolumbija,ge lun bi ya,klmbya  lwyyzyana,kwlmbya  lwzyana,kwlwmbya,Коламбија,Колумбия,كولومبيا,کلمبیا، لوئیزیانا,کولمبیا، لوزیانا,哥伦比亚	021	LA	021		
4320493	Columbia	columbia	US	06237	0	America/Chicago	30.02354	-90.5712	1			LA	095		
4320560	Como	como	US	27818	0	America/Chicago	32.09877	-91.60262	23			LA	041		
4320579	Concord	concord	US	01742	0	America/Chicago	32.9554	-91.44678	31			LA	123		
4320605	Concord	concord	US	01742	0	America/Chicago	32.31349	-92.49459	68			LA	049		
4320643	Convent	convent	US	70723	711	America/Chicago	30.02076	-90.82982	6		093	LA	093		
4320648	Converse	converse	US	29329	439	America/Chicago	31.78156	-93.69379	65			LA	085		
4320653	Conway	conway	US	01341	0	America/Chicago	32.88847	-92.39709	45			LA	111		
4320735	Coopersville	coopersville	US	49404	0	America/Chicago	30.00937	-91.80901	5			LA	045		
4320746	Copenhagen	copenhagen	US	13626	0	America/Chicago	32.02377	-92.03902	65	Copenhagen,Copenhague,New Kentucky		LA	021		
4320759	Cora	cora	US	25614	0	America/Chicago	30.17659	-91.13038	6	Cora,Cora Plantation		LA	047		
4320760	Cora	cora	US	25614	0	America/Chicago	31.10907	-92.86849	72	Cora,Cota,Smiths Mill		LA	115		
4320764	Corbin	corbin	US	22446	0	America/Chicago	30.49575	-90.84954	14			LA	063		
4320777	Corinth	corinth	US	04427	0	America/Chicago	32.72959	-92.78765	77			LA	061		
4320811	Cornland	cornland	US	62519	0	America/Chicago	30.06131	-90.54453	3			LA	095		
4320871	Cotton Valley	cotton-valley	US	71018	974	America/Chicago	32.81931	-93.41767	68			LA	119		
4320874	Cottonport	cottonport	US	71327	1953	America/Chicago	30.98408	-92.05346	17	Cotton Port,Cottonport		LA	009		
4320878	Cottonwood	cottonwood	US	36320	0	America/Chicago	32.88846	-91.10177	32			LA	035		
4320882	Cotton Plant	cotton-plant	US	72036	0	America/Chicago	32.10599	-92.26625	60	Cotton Plant,Cottonplant		LA	021		
4321005	Covington	covington	US	16917	9928	America/Chicago	30.47549	-90.10042	8	Covington,Kavington,Wharton,ka wen dun,kawyngtn  lwyyzyana,keobingteon,kwfynghtwn,Кавингтон,كوفينغتون,کاوینگتن، لوئیزیانا,کوونگٹن، لوزیانا,卡温顿,커빙턴	103	LA	103		
4321014	Coushatta	coushatta	US	71019	1852	America/Chicago	32.01488	-93.34212	44	Coushatta,Coushatta Chite,kao sha ta,kwshata,kwwshata  lwyyzyana,كوشاتا,کووشاتا، لوئیزیانا,考沙塔	081	LA	081		
4321111	Crane	crane	US	47522	0	America/Chicago	31.3299	-92.68098	27	Crane,Oakland Plantation		LA	079		
4321133	Creola	creola	US	36525	209	America/Chicago	31.42832	-92.47879	59			LA	043		
4321135	Creole	creole	US	70632	0	America/Chicago	29.79605	-93.11126	0			LA	023		
4321148	Crescent	crescent	US	15046	959	America/Chicago	30.2477	-91.28733	4	Blakes Landing,Crescent,Crescent Plantation,Portage Plantation,The Portage		LA	047		
4321149	Crescent	crescent	US	15046	0	America/Chicago	29.6141	-90.79093	2			LA	109		
4321162	Creston	creston	US	26141	0	America/Chicago	31.97599	-93.04988	49	Creston,Weaver		LA	069		
4321239	Crosby	crosby	US	16724	0	America/Chicago	31.30128	-91.54734	16			LA	029		
4321285	Crossroads	crossroads	US	88114	0	America/Chicago	32.6707	-92.81265	94	Colvin,Crossroads		LA	061		
4321286	Crossroads	crossroads	US	88114	0	America/Chicago	32.72153	-92.22097	52			LA	111		
4321310	Crowley	crowley	US	70526	13144	America/Chicago	30.21409	-92.37458	6	Krouli,ke luo li,keulolli,krawly,krawly  lwyyzyana,kurouri,Кроули,كراولي,کراولی، لوئیزیانا,クロウリー,克羅利,크롤리	001	LA	001		
4321322	Crown Point	crown-point	US	12928	0	America/Chicago	29.77215	-90.08535	1			LA	051		
4321325	Crowville	crowville	US	71230	0	America/Chicago	32.2407	-91.59012	27			LA	041		
4321329	Crozier	crozier	US	23039	0	America/Chicago	29.53772	-90.72009	1	Crozier,Grozier		LA	109		
4321354	Culbertson	culbertson	US	59218	0	America/Chicago	32.68626	-92.51292	77			LA	111		
4321358	Cullen	cullen	US	23934	1125	America/Chicago	32.96903	-93.45073	75			LA	119		
4321377	Cuba	cuba	US	14727	0	America/Chicago	32.28404	-92.0968	21			LA	073		
4321388	Curtis	curtis	US	49820	0	America/Chicago	32.43932	-93.6424	48			LA	015		
4321399	Cut Off	cut-off	US	70345	5976	America/Chicago	29.54272	-90.33814	2	Cut Off,Cut-Off,Cutoff		LA	057		
4321454	Cypress	cypress	US	32432	0	America/Chicago	32.32237	-92.24986	63			LA	073		
4321457	Cypress	cypress	US	32432	0	America/Chicago	31.60545	-93.03877	31			LA	069		
4321634	Danville	danville	US	03819	0	America/Chicago	32.22905	-92.84793	61			LA	013		
4321643	Darby	darby	US	19023	0	America/Chicago	30.38436	-91.92012	8			LA	099		
4321654	Darrow	darrow	US	70725	0	America/Chicago	30.11825	-90.98538	6	Darrow,Darrowville		LA	005		
4321660	Darlington	darlington	US	16115	0	America/Chicago	30.87796	-90.78149	79	Darlington,Pipkins Mills		LA	091		
4321726	Day	day	US	32013	0	America/Chicago	30.86018	-90.51121	52			LA	105		
4321737	Dayton	dayton	US	08810	0	America/Chicago	30.48825	-91.16177	18			LA	033		
4321770	DeQuincy	dequincy	US	70633	3161	America/Chicago	30.45048	-93.43322	24	De Quincy,DeQuincy,Dequincy		LA	019		
4321781	DeRidder	deridder	US	70634	10890	America/Chicago	30.84631	-93.28905	62	DRI,De Ridder,DeKidder,DeRidder,Deridder,Schovall,de li de,dryddr  lwyyzyana,dyraydr,Дериддер,دریددر، لوئیزیانا,ديرايدر,德里德	011	LA	011		
4321821	Dearborn	dearborn	US	48120	0	America/Chicago	32.1821	-91.27872	22			LA	107		
4321867	Deer Island	deer-island	US	97054	0	America/Chicago	30.22908	-89.66839	0			LA	103		
4321891	Deer Park	deer-park	US	11729	0	America/Chicago	31.41739	-91.58151	16	Deer Park,Deerpark,Fish Pond		LA	029		
4321920	Delcambre	delcambre	US	70528	1866	America/Chicago	29.94826	-91.98873	2	Delcambre,Grand Marais,Grand Marias,Gregg,Marais Carlin,Marias Carlin,Meadow,Meadows,Peigneur		LA	045		
4321925	Delaware	delaware	US	07833	0	America/Chicago	29.89215	-91.75123	2			LA	045		
4321929	Delhi	delhi	US	13753	2900	America/Chicago	32.45764	-91.49317	27	Delhi (Louisiana)		LA	083		
4321953	Delta	delta	US	17314	259	America/Chicago	32.3257	-90.92705	27			LA	065		
4321988	Denham Springs	denham-springs	US	70706	10125	America/Chicago	30.4874	-90.95753	13	Amite Springs,Denham Springs,Dunham Springs,Hills Springs		LA	063		
4322004	Dennison	dennison	US	44621	0	America/Chicago	29.94937	-91.83623	2			LA	045		
4322013	Derry	derry	US	03038	0	America/Chicago	31.53406	-92.94766	32			LA	069		
4322016	Des Allemands	des-allemands	US	70030	2505	America/Chicago	29.82382	-90.47508	1	Allemands,Des Allemands		LA	089		
4322034	Destrehan	destrehan	US	70047	11535	America/Chicago	29.94322	-90.35345	3	Destrehan,Destréhan,dstrhan  lwyyzyana,دسترهان، لوئیزیانا		LA	089		
4322048	Deville	deville	US	71328	1764	America/Chicago	31.3574	-92.16541	23			LA	079		
4322074	Diamond	diamond	US	44412	0	America/Chicago	29.53549	-89.76201	1			LA	075		
4322715	Dixie	dixie	US	25059	0	America/Chicago	32.69265	-93.8349	55	Dixie,Rushpoint		LA	017		
4322716	Dixie	dixie	US	25059	0	America/Chicago	31.1363	-93.26905	82			LA	115		
4322765	Dodson	dodson	US	59524	319	America/Chicago	32.08044	-92.66043	79	Dodson,Pyburn		LA	127		
4322811	Donaldsonville	donaldsonville	US	70346	7792	America/Chicago	30.10114	-90.99412	7	Ascension,Donaldsontown,Donaldsonvil,Donaldsonville,Donisonville,La Fourche,La Ville De Donaldson,donarudosonbiru,dwnaldswnfyl,dwnaldswnwyl  lwyyzyana,tang na sen wei er,Доналдсонвил,دونالدسونفيل,دونالدسونویل، لوئیزیانا,ドナルドソンビル,唐纳森维尔	005	LA	005		
4322880	Douglas	douglas	US	01516	0	America/Chicago	32.58154	-92.52681	85			LA	061		
4322897	Downsville	downsville	US	13755	139	America/Chicago	32.62681	-92.41431	78			LA	111		
4322903	Doyle	doyle	US	38559	0	America/Chicago	30.50352	-90.73898	14			LA	063		
4322910	Doyline	doyline	US	71023	795	America/Chicago	32.53571	-93.411	69			LA	119		
4322931	Drew	drew	US	38737	0	America/Chicago	32.54514	-92.24125	50			LA	073		
4322985	Dry Creek	dry-creek	US	25062	0	America/Chicago	30.67203	-93.0456	30	Dry Creek,Drycreek		LA	011		
4323036	Dry Prong	dry-prong	US	71423	438	America/Chicago	31.58129	-92.53292	69	Cottonburg,Cottonburgh,Dry Prong		LA	043		
4323049	Dubberly	dubberly	US	71024	263	America/Chicago	32.53682	-93.24239	76	Brushwood,Dubberly,Dubbly		LA	119		
4323065	Dubach	dubach	US	71235	979	America/Chicago	32.6991	-92.6566	50	Dubach,Dubach Station		LA	061		
4323131	Dulac	dulac	US	70353	1463	America/Chicago	29.38883	-90.71398	1	Dulac,Live Oak		LA	109		
4323133	Dunbarton	dunbarton	US	03046	0	America/Chicago	31.72683	-91.65874	18	Dunbarton,Lamargus,Lamarque		LA	029		
4323153	Dunn	dunn	US	28334	0	America/Chicago	32.46431	-91.57845	27			LA	083		
4323161	Dunlap	dunlap	US	37327	0	America/Chicago	31.20935	-92.05901	17			LA	009		
4323168	Dupont	dupont	US	45837	0	America/Chicago	30.92936	-91.9479	12	Bayou Jack,Dupont		LA	009		
4323169	Dupont	dupont	US	45837	0	America/Chicago	30.64435	-91.47956	11			LA	077		
4323171	Duplessis	duplessis	US	70728	0	America/Chicago	30.26964	-90.93843	5	Calbasse,Duplessis		LA	005		
4323190	Duson	duson	US	70529	1775	America/Chicago	30.23576	-92.1854	10	Duson,Duson Station		LA	055		
4323428	East Point	east-point	US	41216	0	America/Chicago	32.16544	-93.43129	44	East Point,Eastpoint		LA	081		
4323476	Eastland	eastland	US	76448	0	America/Chicago	30.43352	-91.15372	11			LA	033		
4323478	Easton	easton	US	02334	0	America/Chicago	30.75131	-92.42874	27			LA	039		
4323488	Eastwood	eastwood	US	40018	4093	America/Chicago	32.55626	-93.56712	73			LA	015		
4323534	Echo	echo	US	56237	0	America/Chicago	31.11019	-92.2418	19	Bijou,Bijou Station,Echo		LA	079		
4323540	Eden	eden	US	05652	0	America/Chicago	31.65406	-92.21513	50			LA	059		
4323551	Edgard	edgard	US	70049	2441	America/Chicago	30.04326	-90.56009	4	Edgard,Saint John,Saint John Settlement	095	LA	095		
4323555	Edgefield	edgefield	US	29824	206	America/Chicago	32.05072	-93.33295	55			LA	081		
4323559	Edgewater	edgewater	US	07020	0	America/Chicago	32.52598	-92.06819	25			LA	073		
4323574	Edna	edna	US	67342	0	America/Chicago	30.42104	-92.88654	11			LA	053		
4323594	Effie	effie	US	56639	0	America/Chicago	31.21602	-92.15568	25			LA	009		
4323596	Egan	egan	US	57024	631	America/Chicago	30.23687	-92.50597	7	Canal Switch,Egan,Jonas Point		LA	001		
4323625	Elba	elba	US	14058	0	America/Chicago	30.75546	-91.764	11	Churchville,Elba		LA	097		
4323639	Elizabeth	elizabeth	US	07201	553	America/Chicago	30.86853	-92.79293	44	Ehlizabet,Элизабет		LA	003		
4323655	Elkhorn	elkhorn	US	24831	0	America/Chicago	31.61656	-91.66623	17	Elkhorn,Ogden		LA	029		
4323656	Elkins	elkins	US	03233	0	America/Chicago	32.40016	-93.83407	60			LA	017		
4323663	Ellendale	ellendale	US	19941	0	America/Chicago	29.63216	-90.80926	3			LA	109		
4323669	Ellerslie	ellerslie	US	21529	0	America/Chicago	29.63966	-91.50956	1			LA	101		
4323671	Ellington	ellington	US	06029	0	America/Chicago	29.90576	-90.38064	1			LA	089		
4323676	Ellis	ellis	US	67637	0	America/Chicago	30.30354	-92.4068	9			LA	001		
4323684	Elm Grove	elm-grove	US	53122	0	America/Chicago	32.34821	-93.55268	46	Elm Grove,Elmgrove		LA	015		
4323692	Elm Hall	elm-hall	US	48830	0	America/Chicago	29.93409	-91.05066	3	Elm Hall,Elm Hall Plantation		LA	007		
4323703	Elmer	elmer	US	08318	0	America/Chicago	29.81882	-90.86593	4			LA	057		
4323704	Elmer	elmer	US	08318	0	America/Chicago	31.13241	-92.68098	57			LA	079		
4323711	Elmwood	elmwood	US	02337	4635	America/Chicago	29.95659	-90.1898	1			LA	051		
4323712	Elmwood	elmwood	US	02337	0	America/Chicago	31.03658	-93.30628	60			LA	115		
4323727	Elton	elton	US	15934	1127	America/Chicago	30.48131	-92.6957	15			LA	053		
4323746	Emden	emden	US	62635	0	America/Chicago	31.74295	-92.75904	73			LA	127		
4323752	Emma	emma	US	62834	0	America/Chicago	29.93854	-91.88567	1			LA	045		
4323767	Emmett	emmett	US	48022	0	America/Chicago	32.07183	-93.44267	43			LA	081		
4323768	Empire	empire	US	35063	993	America/Chicago	29.38772	-89.59728	1			LA	075		
4323780	Englewood	englewood	US	07631	0	America/Chicago	32.38514	-91.20706	24			LA	065		
4323781	Englewood	englewood	US	07631	0	America/Chicago	29.6641	-91.12927	0	Englewood,Inglewood		LA	101		
4323782	English	english	US	47118	0	America/Chicago	32.25988	-92.79182	55			LA	013		
4323799	Enola	enola	US	17025	0	America/Chicago	29.94242	-91.0526	4	Enola,Enola Plantation		LA	007		
4323800	Enon	enon	US	45323	0	America/Chicago	30.72741	-90.08425	34	Enon,Zona		LA	117		
4323806	Enterprise	enterprise	US	26568	0	America/Chicago	30.97491	-92.0954	17			LA	009		
4323807	Enterprise	enterprise	US	26568	0	America/Chicago	31.90322	-91.88319	18			LA	025		
4323814	Eola	eola	US	60519	0	America/Chicago	30.9113	-92.21596	14			LA	009		
4323830	Epps	epps	US	71237	837	America/Chicago	32.60403	-91.4779	30	Calvit,Epps,Lefay		LA	123		
4323842	Erath	erath	US	70533	2107	America/Chicago	29.95826	-92.03596	2			LA	113		
4323857	Eros	eros	US	71238	149	America/Chicago	32.39237	-92.42403	62			LA	049		
4323860	Erwinville	erwinville	US	70729	2192	America/Chicago	30.53102	-91.40789	7			LA	121		
4323880	Estherwood	estherwood	US	70534	959	America/Chicago	30.18076	-92.4643	5	Coulee Triet,Coulee Trive,Esterwood,Estherwood		LA	001		
4323885	Ethel	ethel	US	25076	0	America/Chicago	30.79129	-91.13066	50			LA	037		
4323900	Eunice	eunice	US	65468	10310	America/Chicago	30.49437	-92.41763	14	Eunice,Junis,Seeleyville,UCE,aywnys  lwyyzyana,you ni si,yunisu,ywnys,Јунис,ایونیس، لوئیزیانا,يونيس,ユーニス,尤尼斯		LA	097		
4323912	Eureka	eureka	US	48833	0	America/Chicago	32.5682	-92.35486	45			LA	073		
4323917	Eva	eva	US	35621	0	America/Chicago	31.42906	-91.78762	16			LA	029		
4323923	Evangeline	evangeline	US	70537	0	America/Chicago	30.26243	-92.57069	9			LA	001		
4323944	Evans	evans	US	25241	0	America/Chicago	30.98908	-93.50212	39			LA	115		
4323983	Evergreen	evergreen	US	23939	0	America/Chicago	32.17766	-92.76682	65			LA	049		
4323984	Evergreen	evergreen	US	23939	0	America/Chicago	32.75042	-92.54626	62			LA	111		
4324017	Ewing	ewing	US	24248	0	America/Chicago	29.75827	-90.6862	3			LA	057		
4324031	Evergreen	evergreen	US	23939	301	America/Chicago	30.95269	-92.10873	19			LA	009		
4324040	Fairbanks	fairbanks	US	47849	0	America/Chicago	32.64431	-92.03652	26			LA	073		
4324049	Fairfax	fairfax	US	05454	0	America/Chicago	29.72882	-91.38844	3			LA	101		
4324050	Fairfield	fairfield	US	04937	0	America/Chicago	32.45654	-93.76296	68			LA	017		
4324051	Fairfield	fairfield	US	04937	0	America/Chicago	31.58073	-92.5907	61			LA	043		
4324066	Fairmont	fairmont	US	26554	0	America/Chicago	30.4363	-91.0376	13			LA	033		
4324067	Fairmount	fairmount	US	30139	0	America/Chicago	31.43768	-92.67765	28	Fairmont,Fairmount,Fairmount Landing,Fairmount Plantation		LA	043		
4324068	Fairview	fairview	US	07022	0	America/Chicago	31.32517	-91.53234	16			LA	029		
4324179	Farmerville	farmerville	US	71241	3862	America/Chicago	32.77347	-92.4057	52	Farmersville,Farmerville	111	LA	111		
4324185	Farmland	farmland	US	47340	0	America/Chicago	31.55295	-92.39403	57			LA	043		
4324188	Farmers	farmers	US	40319	0	America/Chicago	29.86215	-91.63706	3			LA	101		
4324272	Fenton	fenton	US	48430	372	America/Chicago	30.36715	-92.9182	10			LA	053		
4324280	Ferguson	ferguson	US	28624	0	America/Chicago	32.55071	-93.67546	52			LA	015		
4324293	Ferriday	ferriday	US	71334	3375	America/Chicago	31.63017	-91.55456	16	Feridej,fei li di,frydy  lwyyzyana,fyrydy,Феридеј,فریدی، لوئیزیانا,فيريدي,费里迪		LA	029		
4324322	Fields	fields	US	97710	0	America/Chicago	30.52631	-93.57489	32	Fields,Hyatt		LA	011		
4324675	Fisher	fisher	US	16225	226	America/Chicago	31.49379	-93.46573	105			LA	085		
4324677	Fish Creek	fish-creek	US	54212	0	America/Chicago	32.53681	-92.09124	24			LA	073		
4324695	Fisherville	fisherville	US	40023	0	America/Chicago	31.33546	-93.141	102			LA	115		
4324738	Flanders	flanders	US	07836	0	America/Chicago	30.09909	-92.03234	6			LA	055		
4324812	Flatwoods	flatwoods	US	26621	0	America/Chicago	31.40268	-92.86821	91			LA	079		
4324814	Flora	flora	US	39071	0	America/Chicago	31.61239	-93.09766	35	Flora,Flora Weaver Station		LA	069		
4324817	Florence	florence	US	01062	0	America/Chicago	29.78771	-91.72373	1			LA	101		
4324832	Florien	florien	US	71429	629	America/Chicago	31.44379	-93.4574	83			LA	085		
4324846	Floyd	floyd	US	24091	0	America/Chicago	32.67763	-91.40595	30			LA	123		
4324849	Fluker	fluker	US	70436	0	America/Chicago	30.82157	-90.51093	46	Fluker,Hyde		LA	105		
4324858	Foley	foley	US	36535	0	America/Chicago	30.66075	-92.74237	26			LA	003		
4324859	Foley	foley	US	36535	0	America/Chicago	29.92326	-91.02482	4	Foley,Foley Plantation		LA	007		
4324881	Folsom	folsom	US	19033	792	America/Chicago	30.63019	-90.1873	47			LA	103		
4324908	Fordoche	fordoche	US	70732	904	America/Chicago	30.59602	-91.6165	9			LA	077		
4324913	Fords	fords	US	08863	0	America/Chicago	32.54821	-92.99544	76			LA	013		
4324914	Foreman	foreman	US	71836	0	America/Chicago	30.36908	-91.00982	7			LA	033		
4324917	Forest	forest	US	24551	270	America/Chicago	31.77794	-93.13683	41			LA	069		
4324918	Forest	forest	US	24551	342	America/Chicago	32.79208	-91.41345	38			LA	123		
4324923	Forest Grove	forest-grove	US	18922	0	America/Chicago	32.81959	-92.97016	94			LA	027		
4324931	Forest Hill	forest-hill	US	21050	796	America/Chicago	31.04186	-92.53125	51	Bismark,Forest Hill,Foresthill		LA	079		
4324932	Forest Hill	forest-hill	US	21050	0	America/Chicago	30.41547	-91.09483	10			LA	033		
4324937	Forest Home	forest-home	US	36030	0	America/Chicago	32.54653	-92.08958	21			LA	073		
4324948	Forest Park	forest-park	US	30297	0	America/Chicago	32.54792	-92.15347	33			LA	073		
4324949	Forest Park	forest-park	US	30297	0	America/Chicago	30.52241	-91.12261	18			LA	033		
4324968	Forksville	forksville	US	18616	0	America/Chicago	32.50765	-92.32375	43			LA	073		
4325005	Fort Necessity	fort-necessity	US	71243	0	America/Chicago	32.04793	-91.81791	20			LA	041		
4325018	Fort Polk	fort-polk	US	71459	0	America/Chicago	31.04658	-93.20544	95	POE		LA	115		
4325063	Fosters	fosters	US	35463	0	America/Chicago	32.52654	-93.67073	51			LA	015		
4325077	Four Corners	four-corners	US	82715	0	America/Chicago	29.84909	-91.63984	4			LA	101		
4325112	Fowler	fowler	US	44418	0	America/Chicago	32.65681	-92.03291	25			LA	073		
4325150	Franklin	franklin	US	02038	7302	America/Chicago	29.79604	-91.5015	3	Franklin,Frenklin,franklyn,franklyn  lwyyzyana,frynkln  lwzyana,fu lan ke lin,furankurin,Франклин,Френклин,فرانكلين,فرانکلین، لوئیزیانا,فرینکلن، لوزیانا,フランクリン,富兰克林	101	LA	101		
4325165	Franklinton	franklinton	US	27525	3782	America/Chicago	30.84731	-90.15527	47	Franklin,Franklinton	117	LA	117		
4325186	Fred	fred	US	77616	0	America/Chicago	30.6488	-91.10538	28			LA	033		
4325211	Freeland	freeland	US	18224	0	America/Chicago	30.77824	-91.26705	35			LA	125		
4325222	Freetown	freetown	US	47235	0	America/Chicago	30.04576	-91.0426	6			LA	007		
4325223	Freetown	freetown	US	47235	0	America/Chicago	29.85715	-90.9751	5			LA	007		
4325224	Freetown	freetown	US	47235	0	America/Chicago	29.7841	-91.66623	2	Crawford,Freetown		LA	101		
4325242	French Settlement	french-settlement	US	70733	1130	America/Chicago	30.29599	-90.7963	4	French Settlement,La Cote Francaise,Londell,Vausers Landing		LA	063		
4325271	Friendship	friendship	US	04547	0	America/Chicago	30.58269	-90.87093	22			LA	063		
4325308	Frierson	frierson	US	71027	143	America/Chicago	32.25183	-93.6899	58	Frierson,Frierson Mill		LA	031		
4325310	Friendship	friendship	US	04547	0	America/Chicago	32.2396	-92.88266	51			LA	013		
4325314	Frisco	frisco	US	27936	0	America/Chicago	30.58575	-91.52567	5	Frisco,Friscoville		LA	077		
4325334	Frost	frost	US	56033	0	America/Chicago	30.40408	-90.73926	8			LA	063		
4325343	Fryeburg	fryeburg	US	04037	0	America/Chicago	32.41293	-93.23433	79	Fryeburg,Hope		LA	013		
4325357	Fullerton	fullerton	US	58441	0	America/Chicago	30.99324	-92.9821	62	Fullerton,Russville,Фуллертон		LA	115		
4325363	Fulton	fulton	US	13069	0	America/Chicago	30.5127	-93.20071	24	Fulton,Fulton Station		LA	011		
4325367	Funston	funston	US	31753	0	America/Chicago	32.04989	-93.96908	67			LA	031		
4325418	Galion	galion	US	44833	0	America/Chicago	32.85958	-91.75318	30	Galion,Gallion		LA	067		
4325424	Galliano	galliano	US	70354	7676	America/Chicago	29.44216	-90.29925	1	Galiano,Galliano,Gallino		LA	057		
4325431	Galva	galva	US	51020	0	America/Chicago	30.27992	-90.39897	1			LA	095		
4325467	Garden City	garden-city	US	11530	0	America/Chicago	29.76548	-91.46567	4			LA	101		
4325493	Gardner	gardner	US	01440	0	America/Chicago	31.26963	-92.69292	56			LA	079		
4325501	Garland	garland	US	04939	0	America/Chicago	30.72714	-92.07234	12	Garland,Garland Station		LA	097		
4325516	Garyville	garyville	US	70051	2811	America/Chicago	30.05604	-90.61926	2	Garyville,Glencoe Plantation		LA	095		
4325565	Geismar	geismar	US	70734	0	America/Chicago	30.21958	-91.00791	7	Geismar,New River		LA	005		
4325606	Georgetown	georgetown	US	01833	0	America/Chicago	30.00743	-91.83901	6			LA	045		
4325624	Georgetown	georgetown	US	01833	325	America/Chicago	31.761	-92.38458	29			LA	043		
4325629	Germantown	germantown	US	12526	0	America/Chicago	32.70015	-93.231	113			LA	119		
4325641	Gheens	gheens	US	70355	0	America/Chicago	29.67938	-90.46258	1	Gheens,Golden Ranch,Vacherie		LA	057		
4325645	Gibbs	gibbs	US	63540	0	America/Chicago	30.54325	-91.99206	10			LA	097		
4325648	Gibbstown	gibbstown	US	08027	0	America/Chicago	29.93438	-93.07654	1			LA	023		
4325649	Gibsland	gibsland	US	71028	948	America/Chicago	32.54404	-93.05294	82	Gibsland,ghybsland,gybsland  lwyyzyana,ji bu si lan,Гибсланд,غيبسلاند,گیبسلاند، لوئیزیانا,吉布斯兰		LA	013		
4325652	Gibson	gibson	US	18820	0	America/Chicago	29.68688	-90.99065	1			LA	109		
4325665	Gifford	gifford	US	16732	0	America/Chicago	32.59348	-93.33489	51			LA	119		
4325668	Gilbert	gilbert	US	18331	566	America/Chicago	32.04932	-91.65818	23	Gilbert,Гилберт		LA	041		
4325675	Gilead	gilead	US	68362	0	America/Chicago	30.79435	-90.86205	46			LA	037		
4325698	Gilliam	gilliam	US	65330	161	America/Chicago	32.82709	-93.84518	59			LA	017		
4325741	Girard	girard	US	16417	0	America/Chicago	32.48181	-91.80652	24			LA	083		
4325746	Glade	glade	US	67639	0	America/Chicago	31.49323	-91.86152	17			LA	025		
4325785	Glen Oaks	glen-oaks	US	11004	0	America/Chicago	30.51213	-91.1465	17			LA	033		
4325791	Glenbrook	glenbrook	US	89413	0	America/Chicago	30.50158	-91.04316	12			LA	033		
4325793	Glencoe	glencoe	US	41046	211	America/Chicago	29.80576	-91.66789	2			LA	101		
4325795	Glendale	glendale	US	01229	0	America/Chicago	32.53071	-93.71101	51			LA	015		
4325803	Glenmora	glenmora	US	71433	1320	America/Chicago	30.97658	-92.58514	41			LA	079		
4325812	Glenwood	glenwood	US	07418	0	America/Chicago	29.95159	-91.04371	5	Glenwood,Glenwood Plantation		LA	007		
4325825	Gloster	gloster	US	39638	94	America/Chicago	32.19099	-93.8149	74			LA	031		
4325843	Glynn	glynn	US	70736	0	America/Chicago	30.62658	-91.35539	11			LA	077		
4325859	Golden Meadow	golden-meadow	US	70357	2060	America/Chicago	29.37911	-90.26008	0			LA	057		
4325877	Goldonna	goldonna	US	71031	427	America/Chicago	32.01683	-92.90932	44			LA	069		
4325889	Gonzales	gonzales	US	70707	10678	America/Chicago	30.23853	-90.9201	3	Gonzales,gang sa lei si,ghwnzalys,gwnzals  lwyyzyana,Гонзалес,غونزاليس,گونزالس، لوئیزیانا,冈萨雷斯		LA	005		
4325905	Good Hope	good-hope	US	30641	0	America/Chicago	29.99131	-90.40064	3	Good Hope,Goodhope,Norco-goodhope		LA	089		
4326000	Gordon	gordon	US	17936	0	America/Chicago	32.98736	-93.0335	77			LA	027		
4326001	Gordon	gordon	US	17936	0	America/Chicago	30.82963	-91.81012	12			LA	097		
4326010	Gordon	gordon	US	17936	0	America/Chicago	30.48437	-93.32322	21			LA	011		
4326011	Gorum	gorum	US	71434	0	America/Chicago	31.43295	-92.94349	42			LA	069		
4326041	Gowen	gowen	US	49326	0	America/Chicago	32.6543	-91.46095	33	Gowan,Gowen		LA	123		
4326074	Grambling	grambling	US	71245	5209	America/Chicago	32.52765	-92.71404	93	Allen Greene,Grambling		LA	061		
4326081	Gramercy	gramercy	US	70052	3457	America/Chicago	30.04742	-90.68981	5	Gramercy,Grammercy		LA	093		
4326138	Grand Cane	grand-cane	US	71032	243	America/Chicago	32.08444	-93.8095	91	Grand Cane,Grandcane		LA	031		
4326143	Grand Chenier	grand-chenier	US	70643	0	America/Chicago	29.76689	-92.97515	2	Grand Chenier,Grand Cheniere,Grande Cheniere		LA	023		
4326153	Grand Coteau	grand-coteau	US	70541	938	America/Chicago	30.41992	-92.04651	16	Grand Coteau,Sunset Station		LA	097		
4326186	Grand Lake	grand-lake	US	80447	0	America/Chicago	30.03077	-93.2721	3	Grand Lake,Grandlake		LA	023		
4326198	Grand Isle	grand-isle	US	04746	1399	America/Chicago	29.23662	-89.98729	2			LA	051		
4326214	Grand Prairie	grand-prairie	US	75050	0	America/Chicago	30.68325	-92.14762	18			LA	097		
4326219	Grand River	grand-river	US	44045	0	America/Chicago	30.22659	-91.41844	1			LA	047		
4326249	Grant	grant	US	32949	0	America/Chicago	30.78853	-92.94849	38	Fairview,Grant		LA	003		
4326258	Grangeville	grangeville	US	83530	0	America/Chicago	30.74241	-90.83371	39			LA	091		
4326320	Gray	gray	US	04039	5584	America/Chicago	29.69771	-90.78648	3	Beatieville,Gray		LA	109		
4326343	Grayson	grayson	US	30017	524	America/Chicago	32.04988	-92.1093	50	Emory,Grayson		LA	021		
4326426	Green	green	US	44232	0	America/Chicago	32.83013	-91.44067	32			LA	123		
4326472	Green Springs	green-springs	US	44836	0	America/Chicago	32.53626	-92.20986	55			LA	073		
4326480	Greendale	greendale	US	53129	0	America/Chicago	30.50713	-91.11538	16			LA	033		
4326482	Greenfield	greenfield	US	01301	0	America/Chicago	32.75819	-91.22844	28			LA	035		
4326511	Greensburg	greensburg	US	15601	685	America/Chicago	30.83074	-90.67176	67	Greensburg,Greensburgh	091	LA	091		
4326513	Greenville	greenville	US	02828	0	America/Chicago	31.79294	-91.57929	20			LA	025		
4326514	Greenville	greenville	US	02828	0	America/Chicago	29.93493	-90.12868	1			LA	071	98000	
4326515	Greenville	greenville	US	02828	0	America/Chicago	30.45908	-91.15288	17			LA	033		
4326528	Greenwell Springs	greenwell-springs	US	70739	0	America/Chicago	30.57963	-90.99427	20			LA	033		
4326533	Greenwood	greenwood	US	04255	3191	America/Chicago	32.44293	-93.97296	75			LA	017		
4326534	Greenwood	greenwood	US	04255	2508	America/Chicago	30.54491	-91.10677	19			LA	033		
4326535	Greenwood	greenwood	US	04255	0	America/Chicago	29.7816	-90.01368	1			LA	075		
4326536	Greenwood	greenwood	US	04255	0	America/Chicago	29.68688	-91.15427	2			LA	101		
4326537	Greenwood	greenwood	US	04255	0	America/Chicago	29.62049	-90.90371	0			LA	109		
4326570	Greig	greig	US	13345	0	America/Chicago	29.94882	-91.82984	2			LA	045		
4326575	Gretna	gretna	US	24557	17880	America/Chicago	29.91465	-90.05396	0	Gretna,Mechancisk Village,Mechanickkham,Mechanicks Village,Mechanikham,ge lei te na,ghrytna,grtna  lwyyzyana,Гретна,غريتنا,گرتنا، لوئیزیانا,格雷特纳	051	LA	051		
4326592	Griffin	griffin	US	30223	0	America/Chicago	32.03766	-91.56707	20			LA	041		
4326594	Grimes	grimes	US	50111	0	America/Chicago	32.65597	-91.18178	30			LA	035		
4326615	Grosse Tete	grosse-tete	US	70740	631	America/Chicago	30.41103	-91.43372	5	Groose Tate,Grosse Tete,Regina		LA	047		
4326621	Grove	grove	US	74344	0	America/Chicago	32.73765	-93.33128	74			LA	119		
4326622	Grove Hill	grove-hill	US	36451	0	America/Chicago	31.96183	-93.56046	112			LA	031		
4326636	Gueydan	gueydan	US	70542	1396	America/Chicago	30.02604	-92.50847	2			LA	113		
4326727	Guthrie	guthrie	US	42234	0	America/Chicago	32.68125	-92.02013	26			LA	073		
4326731	Gurley	gurley	US	35748	0	America/Chicago	30.86935	-91.134	63	Gayden Station,Gurley		LA	037		
4326734	Guyton	guyton	US	31312	0	America/Chicago	32.41321	-92.37736	63			LA	073		
4326739	Gypsy	gypsy	US	26361	0	America/Chicago	30.03187	-90.46758	4	Gypsie,Gypsy		LA	095		
4326758	Hackberry	hackberry	US	70645	1261	America/Chicago	29.99605	-93.3421	1			LA	023		
4326779	Hadley	hadley	US	01035	0	America/Chicago	32.39877	-93.8074	65			LA	017		
4326799	Hahnville	hahnville	US	70057	3344	America/Chicago	29.97659	-90.40897	4	Hahnville,Saint Charles,Tillys Store	089	LA	089		
4326820	Halfway	halfway	US	97834	0	America/Chicago	32.10988	-93.36767	64			LA	081		
4326832	Hall Summit	hall-summit	US	71034	283	America/Chicago	32.17738	-93.30239	67			LA	081		
4326847	Hamburg	hamburg	US	07419	0	America/Chicago	31.03074	-91.93151	15	Hamburg,Hamburgh		LA	009		
4326849	Hamilton	hamilton	US	01936	0	America/Chicago	30.80268	-91.31178	60			LA	125		
4326868	Hammond	hammond	US	13646	20480	America/Chicago	30.50463	-90.46293	13	Hammond,Hammond Station,Hammonds Crossing,Khammond,Khamond,ha meng de,hamwnd,hmnd  lwyyzyana,Хаммонд,Хамонд,هاموند,همند، لوئیزیانا,ہیمنڈ، لوزیانا,哈蒙德		LA	105		
4326882	Hampton	hampton	US	03842	0	America/Chicago	30.59464	-92.62042	19	Hampo,Hampton		LA	003		
4326888	Hancock	hancock	US	03449	0	America/Chicago	32.59597	-91.95541	23			LA	073		
4326897	Hanna	hanna	US	46340	0	America/Chicago	31.96127	-93.34767	40			LA	081		
4326910	Happy Jack	happy-jack	US	86024	0	America/Chicago	29.52188	-89.73368	1	Happy Jack,Point Michael,Ronquillo Settlement		LA	075		
4326957	Harmon	harmon	US	61042	0	America/Chicago	32.06599	-93.43045	42			LA	081		
4326964	Harmony	harmony	US	02829	0	America/Chicago	30.59603	-92.91376	17			LA	003		
4326985	Harlem	harlem	US	30814	0	America/Chicago	29.62299	-89.90062	4			LA	075		
4326997	Harris	harris	US	12742	0	America/Chicago	31.91239	-93.4149	67			LA	069		
4327024	Harrisonburg	harrisonburg	US	22801	337	America/Chicago	31.77211	-91.82152	24	Harrisonbugh,Harrisonburg	025	LA	025		
4327047	Harvey	harvey	US	50119	20348	America/Chicago	29.90354	-90.07729	1	Cosmopolite City,Harvey,Kharvi,Харви		LA	051		
4327063	Harwich	harwich	US	02645	0	America/Chicago	30.38991	-91.18483	7			LA	033		
4327073	Hatfield	hatfield	US	01038	0	America/Chicago	31.91183	-92.64682	45			LA	127		
4327075	Hathaway	hathaway	US	59333	0	America/Chicago	30.34965	-92.67153	8	Hathaway,Hathoway		LA	053		
4327084	Haughton	haughton	US	71037	3334	America/Chicago	32.53265	-93.50406	73	Haughton,Lawrenceville		LA	015		
4327108	Hawthorne	hawthorne	US	07506	0	America/Chicago	31.18435	-93.2885	75	Hawthorn,Hawthorne		LA	115		
4327114	Hayes	hayes	US	23072	780	America/Chicago	30.10882	-92.92015	3	Hayes,Hayes Station		LA	019		
4327129	Haynesville	haynesville	US	22472	2174	America/Chicago	32.96208	-93.14016	113			LA	027		
4327142	Hayti	hayti	US	57241	0	America/Chicago	32.71209	-93.83546	56			LA	017		
4327146	Hazelwood	hazelwood	US	28738	0	America/Chicago	30.54742	-91.91734	6			LA	097		
4327191	Hebron	hebron	US	03241	0	America/Chicago	32.87653	-92.79599	74			LA	027		
4327192	Hebron	hebron	US	03241	0	America/Chicago	32.2871	-92.61959	93			LA	049		
4327208	Hecker	hecker	US	62248	0	America/Chicago	30.3552	-93.08821	1			LA	019		
4327212	Heflin	heflin	US	36264	232	America/Chicago	32.45627	-93.26406	84			LA	119		
4327222	Helena	helena	US	13649	0	America/Chicago	31.87127	-91.39345	20			LA	107		
4327235	Helvetia	helvetia	US	26224	0	America/Chicago	30.07742	-90.8676	5			LA	093		
4327237	Hemphill	hemphill	US	75948	0	America/Chicago	31.24935	-92.77459	53			LA	079		
4327245	Henderson	henderson	US	13650	1740	America/Chicago	30.31325	-91.79039	3	Henderson,Henderson Landing,Khenderson,New Henderson Landing,Хендерсон		LA	099		
4327260	Henry	henry	US	24102	0	America/Chicago	32.73737	-92.68126	75			LA	061		
4327261	Henry	henry	US	24102	0	America/Chicago	29.88326	-92.07846	2			LA	113		
4327297	Hermitage	hermitage	US	16148	0	America/Chicago	30.64519	-91.33844	10			LA	077		
4327311	Hessmer	hessmer	US	71341	780	America/Chicago	31.05963	-92.12124	24			LA	009		
4327314	Hester	hester	US	70743	0	America/Chicago	31.73906	-92.32931	25	Hester,Willye		LA	059		
4327339	Hickory	hickory	US	15340	0	America/Chicago	30.4163	-89.78507	13			LA	103		
4327341	Hickory	hickory	US	15340	0	America/Chicago	30.95158	-92.02095	14			LA	009		
4327357	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	30.31853	-89.71117	3			LA	103		
4327365	Hickory Ridge	hickory-ridge	US	72347	0	America/Chicago	30.3988	-91.02649	12			LA	033		
4327370	Hickory Valley	hickory-valley	US	38042	0	America/Chicago	32.02294	-92.40542	47			LA	127		
4327384	Hico	hico	US	25854	0	America/Chicago	32.74487	-92.71376	76			LA	061		
4327399	High Island	high-island	US	77623	0	America/Chicago	32.26988	-93.43517	44			LA	015		
4327404	Highland	highland	US	12528	0	America/Chicago	32.85624	-91.21844	32			LA	035		
4327405	Highland	highland	US	12528	0	America/Chicago	31.83794	-91.48567	20			LA	107		
4327426	Highland Lakes	highland-lakes	US	07422	0	America/Chicago	30.3438	-91.0526	10			LA	033		
4327430	Highland Park	highland-park	US	08904	0	America/Chicago	29.64882	-90.76509	3			LA	109		
4327431	Highland Park	highland-park	US	08904	0	America/Chicago	32.02294	-93.68963	96			LA	031		
4327432	Highland Park	highland-park	US	08904	0	America/Chicago	32.53348	-92.14041	27			LA	073		
4327458	Hill	hill	US	03243	0	America/Chicago	32.08294	-92.41959	47			LA	127		
4327484	Hillsdale	hillsdale	US	07642	0	America/Chicago	30.74463	-90.62093	47			LA	091		
4327487	Hillside	hillside	US	07205	0	America/Chicago	30.38603	-91.11261	8			LA	033		
4327490	Hilltop	hilltop	US	25855	0	America/Chicago	32.34099	-92.70182	74			LA	049		
4327498	Hineston	hineston	US	71438	0	America/Chicago	31.14352	-92.75876	61			LA	079		
4327505	Hinkle	hinkle	US	40953	0	America/Chicago	32.5321	-93.71823	52			LA	015		
4327516	Hobart	hobart	US	13788	0	America/Chicago	30.32242	-90.93899	7			LA	005		
4327518	Hodge	hodge	US	71247	470	America/Chicago	32.27682	-92.72349	58			LA	049		
4327589	Holden	holden	US	01520	0	America/Chicago	30.50404	-90.67051	12	Coopers Spur,Holden		LA	063		
4327616	Holloway	holloway	US	43985	0	America/Chicago	31.39046	-92.22985	24			LA	079		
4327622	Holly	holly	US	48442	0	America/Chicago	32.13738	-93.70157	58	Holly,Talbotton		LA	031		
4327630	Holly Grove	holly-grove	US	72069	0	America/Chicago	31.92794	-91.70346	22	Holly Grove,Hollygrove		LA	041		
4327641	Holly Hill	holly-hill	US	29059	0	America/Chicago	32.45154	-93.80796	64			LA	017		
4327644	Holly Ridge	holly-ridge	US	28445	0	America/Chicago	32.58015	-93.61545	64			LA	015		
4327645	Holly Ridge	holly-ridge	US	28445	0	America/Chicago	32.46764	-91.62679	26			LA	083		
4327646	Holly Ridge	holly-ridge	US	28445	0	America/Chicago	31.89572	-91.47179	20			LA	107		
4327654	Holly Springs	holly-springs	US	27540	0	America/Chicago	32.70793	-93.1685	99			LA	027		
4327665	Hollywood	hollywood	US	20636	0	America/Chicago	30.22771	-93.32599	4			LA	019		
4327666	Hollywood	hollywood	US	20636	0	America/Chicago	29.60021	-90.75815	3			LA	109		
4327667	Hollywood	hollywood	US	20636	0	America/Chicago	30.9499	-91.409	58			LA	125		
4327668	Hollywood	hollywood	US	20636	0	America/Chicago	32.4521	-93.78574	59			LA	017		
4327693	Holmesville	holmesville	US	44633	0	America/Chicago	30.90353	-92.19457	16	Holmesville,Homesville,Homeville		LA	009		
4327694	Holmesville	holmesville	US	44633	0	America/Chicago	32.6932	-92.39653	56			LA	111		
4327705	Holton	holton	US	47023	0	America/Chicago	30.74435	-90.36426	62			LA	105		
4327785	Homer	homer	US	13077	3005	America/Chicago	32.79192	-93.05503	86		027	LA	027		
4327815	Hood	hood	US	22723	0	America/Chicago	31.28851	-92.89321	65			LA	115		
4327838	Hope	hope	US	02831	0	America/Chicago	29.94493	-91.70817	5			LA	045		
4327839	Hope	hope	US	02831	0	America/Chicago	30.05853	-90.62037	3			LA	095		
4327840	Hope	hope	US	02831	0	America/Chicago	30.3427	-91.83012	7			LA	099		
4327859	Hopedale	hopedale	US	01747	0	America/Chicago	29.82048	-89.65673	1	Hopedale,Yscloskey		LA	087		
4327896	Hornbeck	hornbeck	US	71439	465	America/Chicago	31.32574	-93.3985	99			LA	115		
4327986	Hosston	hosston	US	71043	309	America/Chicago	32.88764	-93.87851	66			LA	017		
4328010	Houma	houma	US	70360	34287	America/Chicago	29.59577	-90.71953	3	HUM,Khouma,homa,huo ma,hwma,hwma  lwyyzyana,Хоума,هوما,هوما، لوئیزیانا,ہووما، لوزیانا,霍玛,호마	109	LA	109		
4328030	Howard	howard	US	16841	0	America/Chicago	32.22655	-93.48267	44	Bayou La Chute,Cotton Point,Howard		LA	081		
4328039	Howell	howell	US	07731	0	America/Chicago	30.5238	-91.14427	20			LA	033		
4328068	Hudson	hudson	US	01749	0	America/Chicago	32.03711	-92.58515	43			LA	127		
4328095	Hughes	hughes	US	72348	0	America/Chicago	32.78792	-93.7099	63	Hughes,Hughes Spur		LA	015		
4328125	Humphreys	humphreys	US	64646	0	America/Chicago	32.99679	-91.96624	32			LA	067		
4328126	Humphreys	humphreys	US	64646	0	America/Chicago	29.60882	-90.85676	1			LA	109		
4328140	Hunt	hunt	US	14846	0	America/Chicago	32.84403	-92.65765	57			LA	111		
4328144	Hunter	hunter	US	12442	0	America/Chicago	31.89711	-93.8513	80			LA	031		
4328159	Huntington Park	huntington-park	US	90255	0	America/Chicago	30.58324	-91.02788	22			LA	033		
4328160	Huntington Park	huntington-park	US	90255	0	America/Chicago	30.03548	-89.98896	-2			LA	071	98000	
4328161	Huntington Park	huntington-park	US	90255	0	America/Chicago	32.49042	-92.05708	20			LA	073		
4328162	Huntington Park	huntington-park	US	90255	0	America/Chicago	32.42932	-93.86185	70			LA	017		
4328174	Huron	huron	US	38345	0	America/Chicago	30.35214	-91.87373	8			LA	099		
4328176	Hurricane	hurricane	US	25526	0	America/Chicago	32.61765	-92.94016	126	Hurrican,Hurricane		LA	027		
4328217	Husser	husser	US	70442	0	America/Chicago	30.67981	-90.33839	44			LA	105		
4328235	Hyde Park	hyde-park	US	02136	0	America/Chicago	30.31214	-89.78395	5			LA	103		
4328269	Ida	ida	US	48140	215	America/Chicago	33.0043	-93.8949	85			LA	017		
4328270	Idlewild	idlewild	US	38346	0	America/Chicago	29.67826	-91.29344	3			LA	101		
4328271	Idlewild	idlewild	US	38346	0	America/Chicago	29.64216	-90.75759	2			LA	109		
4328285	Immaculata	immaculata	US	19345	0	America/Chicago	30.72492	-91.97095	11	Immaculata,Immaculate		LA	097		
4328319	Independence	independence	US	24348	1810	America/Chicago	30.63551	-90.50335	27	Independence,Uncle Sam		LA	105		
4328390	Indian Lake Estates	indian-lake-estates	US	33855	0	America/Chicago	32.55181	-92.2393	49			LA	073		
4328422	Ingleside	ingleside	US	21644	0	America/Chicago	29.89826	-90.9876	6	Chrevretteville,Ingleside,Ingleside Plantation		LA	007		
4328423	Ingleside	ingleside	US	21644	0	America/Chicago	30.60463	-91.42817	8			LA	077		
4328427	Inglewood	inglewood	US	90301	0	America/Chicago	31.22991	-92.42125	22			LA	079		
4328432	Innis	innis	US	70747	0	America/Chicago	30.87796	-91.68067	14	Innis,Innis Plantation		LA	077		
4328671	Iota	iota	US	70543	1480	America/Chicago	30.33131	-92.49569	9	Cartville,Fabacher,Iota,Point-Aux-Loupes,Pointe-aux-Loupe,Wolf Point		LA	001		
4328676	Iowa	iowa	US	70647	3219	America/Chicago	30.23687	-93.01376	6			LA	019		
4328682	Irene	irene	US	57037	0	America/Chicago	30.61241	-91.23011	25			LA	033		
4328700	Ironton	ironton	US	45638	0	America/Chicago	29.64882	-89.96146	1			LA	075		
4328712	Isabel	isabel	US	57633	0	America/Chicago	30.67491	-89.99897	28	Isabel,Isabell		LA	117		
4328716	Island	island	US	42350	0	America/Chicago	30.67657	-91.39095	11			LA	077		
4328760	Ivan	ivan	US	71748	0	America/Chicago	32.79431	-93.53545	70			LA	015		
4328764	Ivanhoe	ivanhoe	US	24350	0	America/Chicago	29.78271	-91.73984	2			LA	101		
4328787	Jack	jack	US	36346	0	America/Chicago	30.73824	-90.71232	55			LA	091		
4328824	Jackson	jackson	US	03846	3788	America/Chicago	30.8374	-91.21761	46	Buncombe,Dzhekson,Jackson,Джексон		LA	037		
4328908	Jamestown	jamestown	US	02835	133	America/Chicago	32.34405	-93.21183	70			LA	013		
4328921	Jarreau	jarreau	US	70749	0	America/Chicago	30.62074	-91.45095	10			LA	077		
4328925	Jay	jay	US	04239	0	America/Chicago	29.59522	-90.46842	2			LA	057		
4328952	Jeanerette	jeanerette	US	70544	5527	America/Chicago	29.91104	-91.66345	5			LA	045		
4328973	Jefferson	jefferson	US	01522	11193	America/Chicago	29.96604	-90.15313	1	Dzhefferson,Джефферсон		LA	051		
4329008	Jenkins	jenkins	US	41537	0	America/Chicago	30.81213	-90.13703	45			LA	117		
4329021	Jena	jena	US	71342	3417	America/Chicago	31.68323	-92.13374	51	Dzhena,Hemp Creek,Hemps Creek,Jejna,Jena,jyna,ye na,yyna  lwyyzyana,Јејна,Джена,جينا,یینا، لوئیزیانا,耶拿	059	LA	059		
4329037	Jennings	jennings	US	32053	10180	America/Chicago	30.22243	-92.65708	8	Dzenings,jnyngz  lwyyzyana,zhan ning si,Џенингс,جنینگز، لوئیزیانا,詹宁斯	053	LA	053		
4329038	Jericho	jericho	US	05465	0	America/Chicago	31.2674	-92.86654	62			LA	115		
4329110	Jigger	jigger	US	71249	0	America/Chicago	32.03488	-91.74679	20			LA	041		
4329208	Johnson	johnson	US	05656	0	America/Chicago	29.6941	-91.46233	2			LA	101		
4329211	Johnson	johnson	US	05656	0	America/Chicago	30.01659	-90.63481	3	Johnson,Johnson Station		LA	095		
4329273	Jones	jones	US	36749	0	America/Chicago	32.96763	-91.64818	32			LA	067		
4329308	Jonesboro	jonesboro	US	04648	4587	America/Chicago	32.24127	-92.71599	68	Coon Town,Coontown,Dzhonsboro,Jonesboro,Macedonia,Джонсборо	049	LA	049		
4329316	Jonesburg	jonesburg	US	63351	0	America/Chicago	32.52514	-91.75679	25			LA	083		
4329317	Jonesville	jonesville	US	05466	2181	America/Chicago	31.62656	-91.81818	18	Anilco,Dzhonsvil',Dzhonsvill,Dzounsvil,Jonesville,Troyville,jwnsfyl,jwnswyl  lwyyzyana,qiong si wei er,Џоунсвил,Джонсвилл,Джонсвіль,جونسفيل,جونسویل، لوئیزیانا,琼斯维尔		LA	025		
4329356	Joyce	joyce	US	71440	384	America/Chicago	31.93933	-92.59876	39			LA	127		
4329402	Junction	junction	US	62954	0	America/Chicago	30.83798	-93.50906	29			LA	011		
4329405	Junction City	junction-city	US	31812	566	America/Chicago	33.01375	-92.72516	58			LA	111		
4329654	Kaplan	kaplan	US	70548	4617	America/Chicago	29.99798	-92.28485	4			LA	113		
4329660	Katy	katy	US	77449	0	America/Chicago	29.82743	-91.51095	4			LA	101		
4329664	Keatchie	keatchie	US	71046	271	America/Chicago	32.18842	-93.90572	101	Keachi,Keachie,Kechi		LA	031		
4329679	Keithville	keithville	US	71047	0	America/Chicago	32.33321	-93.83629	60			LA	017		
4329682	Keller	keller	US	23401	0	America/Chicago	30.94185	-91.72206	14	Keller,Lettsworth		LA	077		
4329701	Kellogg	kellogg	US	50135	0	America/Chicago	29.91076	-90.35675	3			LA	089		
4329703	Kelly	kelly	US	28448	0	America/Chicago	31.98072	-92.1768	36			LA	021		
4329738	Kenilworth	kenilworth	US	07033	0	America/Chicago	29.86687	-89.81867	1	Estopinal,Kenilworth,Kennilworth		LA	087		
4329739	Kenilworth	kenilworth	US	07033	0	America/Chicago	30.38075	-91.12927	12			LA	033		
4329745	Kenmore	kenmore	US	98028	0	America/Chicago	30.50964	-91.54039	7			LA	077		
4329753	Kenner	kenner	US	70062	67091	America/Chicago	29.99409	-90.24174	0	Cannes Brulees,Kener,Kenner,ken na,kena,knr  lwyyzyana,kynr  lwzyana,kynyr,Кенер,Кеннер,كينير,کنر، لوئیزیانا,کینر، لوزیانا,ケナー,肯纳		LA	051		
4329767	Kent	kent	US	06757	0	America/Chicago	31.28574	-92.47514	24			LA	079		
4329775	Kentwood	kentwood	US	70444	2340	America/Chicago	30.93824	-90.50898	64			LA	105		
4329795	Keystone	keystone	US	46759	0	America/Chicago	30.34826	-92.48347	10			LA	001		
4329796	Keystone	keystone	US	46759	0	America/Chicago	30.08048	-91.83762	7			LA	099		
4329808	Kildare	kildare	US	75562	0	America/Chicago	30.49186	-91.10455	16			LA	033		
4329822	Kilbourne	kilbourne	US	43032	401	America/Chicago	32.99957	-91.31511	38			LA	123		
4329849	Kinder	kinder	US	70648	2442	America/Chicago	30.48548	-92.8507	14			LA	003		
4329857	King	king	US	27021	0	America/Chicago	32.24071	-91.1215	25			LA	065		
4329872	King Hill	king-hill	US	83633	0	America/Chicago	31.87794	-93.32656	50			LA	069		
4329928	Kingston	kingston	US	02364	0	America/Chicago	32.18433	-93.71101	62			LA	031		
4329931	Kingsville	kingsville	US	21087	0	America/Chicago	31.3624	-92.41153	54			LA	079		
4329935	Kipling	kipling	US	27543	0	America/Chicago	30.7527	-93.08905	34	Kipling,Shiloh		LA	011		
4330015	Kraemer	kraemer	US	70371	934	America/Chicago	29.86687	-90.69703	1			LA	057		
4330019	Krotz Springs	krotz-springs	US	70750	1203	America/Chicago	30.53686	-91.75289	8			LA	097		
4330029	Kurthwood	kurthwood	US	71443	0	America/Chicago	31.3374	-93.16572	101			LA	115		
4330065	La Mesa	la-mesa	US	88044	0	America/Chicago	32.54237	-92.66265	84			LA	061		
4330088	Labadieville	labadieville	US	70372	1854	America/Chicago	29.83743	-90.95621	5	Labadie Plantation,Labadieville,Star		LA	007		
4330110	Lacassine	lacassine	US	70650	480	America/Chicago	30.23549	-92.92154	6	Lacassine,Lakassine,Rice		LA	053		
4330126	Lacombe	lacombe	US	70445	8679	America/Chicago	30.31353	-89.94313	4	Bayou Lacomb,Lacomb,Lacombe		LA	103		
4330145	Lafayette	lafayette	US	07848	127657	America/Chicago	30.22409	-92.01984	11	LFT,La Fayette,Lafajet,Lafayette,Lafejet,Lafejett,Little Manchac,Pinhool,Vermilion,Vermilionville,Vermillion Bridge,Vermillionville,Village of Saint Jean Au Vermilion,la fa ye,lafayt  lwyyzyana,lafayyt,lapies,rafaietto,Лафайет,Лафейетт,Лафејет,לפאייט,لافاييت,لافایت، لوئیزیانا,لافیت، لوسیانہ,ラファイエット,拉法葉,라피엣	055	LA	055		
4330172	Lafitte	lafitte	US	70067	972	America/Chicago	29.66688	-90.10841	1	Fishers,Laffite Village,Lafitte		LA	051		
4330208	Lake	lake	US	25121	0	America/Chicago	30.29992	-90.85287	3			LA	005		
4330209	Lake Arthur	lake-arthur	US	70549	2742	America/Chicago	30.08076	-92.67153	2			LA	053		
4330236	Lake Charles	lake-charles	US	70601	76070	America/Chicago	30.21309	-93.2044	4	Charlestown,LCH,Lake Charles,Lejk Charls,Lejk-Charl'z,lai ke cha er si,leikeuchalseu,lyk charlz  lwyyzyana,lyk tsharlz,reikucharuzu,Лейк-Чарльз,Лејк Чарлс,ليك تشارلز,لیک چارلز، لوئیزیانا,لیک چارلس، لوسیانہ,レイクチャールズ,莱克查尔斯,레이크찰스	019	LA	019		
4330278	Lake Forest	lake-forest	US	60045	0	America/Chicago	30.04798	-89.99896	-1			LA	071	98000	
4330331	Lake Providence	lake-providence	US	71254	3715	America/Chicago	32.80499	-91.17098	32	Lejk Providens,lai ke pu luo wei deng si,lyk brwfaydns,lyk prawydns  lwyyzyana,Лејк Провиденс,ليك بروفايدنس,لیک پراویدنس، لوئیزیانا,莱克普罗维登斯	035	LA	035		
4330369	Lake View	lake-view	US	14085	0	America/Chicago	30.79269	-89.83063	23			LA	117		
4330371	Lake Village	lake-village	US	46349	0	America/Chicago	30.29575	-89.73478	4			LA	103		
4330380	Lakefield	lakefield	US	56150	0	America/Chicago	32.2796	-92.75488	46			LA	049		
4330383	Lakeland	lakeland	US	31635	0	America/Chicago	30.60074	-91.39733	9			LA	077		
4330389	Lakeshore	lakeshore	US	33854	1930	America/Chicago	32.53514	-92.02958	24			LA	073		
4330399	Lakeside	lakeside	US	06758	0	America/Chicago	30.36241	-91.10177	10			LA	033		
4330416	Lakeview	lakeview	US	28350	948	America/Chicago	32.52321	-93.82935	56	Lake View,Lakeview		LA	017		
4330417	Lakeview	lakeview	US	28350	0	America/Chicago	31.5785	-92.95266	32			LA	069		
4330418	Lakeview	lakeview	US	28350	0	America/Chicago	30.00465	-90.10813	-1			LA	071	98000	
4330431	Lakewood	lakewood	US	08701	0	America/Chicago	30.28214	-89.75923	4			LA	103		
4330447	Lamar	lamar	US	16848	0	America/Chicago	32.3107	-91.5404	28	Lamar,Warsaw		LA	041		
4330501	Langston	langston	US	35755	0	America/Chicago	32.67626	-93.15239	119			LA	027		
4330507	Land O'Lakes	land-o-lakes	US	34637	0	America/Chicago	30.42852	-91.0876	13			LA	033		
4330517	Lapine	lapine	US	36046	0	America/Chicago	32.38959	-92.25264	63			LA	073		
4330541	Larose	larose	US	70373	7400	America/Chicago	29.57244	-90.38175	2	Canal Harang,La Rose,Larose		LA	057		
4330573	Lauderdale	lauderdale	US	39335	0	America/Chicago	30.48131	-92.77515	16			LA	003		
4330574	Lauderdale	lauderdale	US	39335	0	America/Chicago	30.08631	-90.91454	6	Lauderdale,Lauderdale Plantation		LA	093		
4330581	Laurel Hill	laurel-hill	US	28351	0	America/Chicago	30.95351	-91.34039	93			LA	125		
4330633	Lawtell	lawtell	US	70550	1198	America/Chicago	30.51853	-92.18485	18			LA	097		
4330680	LeBlanc	leblanc	US	70651	0	America/Chicago	30.23881	-91.08566	5	LeBlanc,Leblanc		LA	047		
4330681	Leander	leander	US	78641	0	America/Chicago	31.14852	-92.84654	72	Leander,Leandre		LA	115		
4330692	Lebeau	lebeau	US	71345	0	America/Chicago	30.73131	-91.97706	11	Bayou Petite Prairie,Lebeau		LA	097		
4330701	Lecompte	lecompte	US	71346	1189	America/Chicago	31.09463	-92.40041	21			LA	079		
4330739	Leesburg	leesburg	US	08327	0	America/Chicago	30.00298	-91.82067	5			LA	045		
4330740	Leesville	leesville	US	29070	6333	America/Chicago	31.14352	-93.261	78	Lisvil,li si wei er,lswyl  lwyyzyana,Лисвил,لسویل، لوئیزیانا,利斯维尔	115	LA	115		
4330768	Leighton	leighton	US	35646	0	America/Chicago	29.7966	-90.85787	3			LA	057		
4330775	Leland	leland	US	28451	0	America/Chicago	31.82322	-91.72152	25			LA	025		
4330792	Lena	lena	US	39094	0	America/Chicago	31.46073	-92.77071	41	Lena,Lena Station		LA	079		
4330809	Leonville	leonville	US	70551	1101	America/Chicago	30.47047	-91.97845	9			LA	097		
4330814	Leroy	leroy	US	36548	0	America/Chicago	30.07882	-92.19235	6	Leroy,Red Hill		LA	113		
4330825	Lettsworth	lettsworth	US	70753	0	America/Chicago	30.93351	-91.70484	13	Lettsworth,Lettsworth Plantation,Lower Lettsworth		LA	077		
4330828	Leslie	leslie	US	25972	0	America/Chicago	32.58876	-93.48323	62			LA	015		
4330851	Lewisburg	lewisburg	US	17837	0	America/Chicago	30.44937	-92.16901	16			LA	097		
4330852	Lewisburg	lewisburg	US	17837	0	America/Chicago	30.36964	-90.10313	2			LA	103		
4330854	Lewiston	lewiston	US	04240	0	America/Chicago	31.20102	-92.73515	74			LA	079		
4330855	Lewiston	lewiston	US	04240	0	America/Chicago	30.94129	-90.42232	92	Lewiston,Lewiston Station		LA	105		
4330857	Lewistown	lewistown	US	17044	0	America/Chicago	29.73854	-90.61703	2			LA	057		
4330862	Liberty	liberty	US	04949	0	America/Chicago	32.07266	-93.19739	61	Clear,Liberty		LA	081		
4330885	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	32.33766	-92.8921	97	Liberty Hill,Libertyhill		LA	013		
4330886	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	32.62932	-92.80377	93			LA	061		
4330958	Lillie	lillie	US	71256	115	America/Chicago	32.93208	-92.65682	37			LA	111		
4330989	Lincoln Park	lincoln-park	US	07035	0	America/Chicago	32.4557	-92.08708	22			LA	073		
4330990	Lincoln Park	lincoln-park	US	07035	0	America/Chicago	30.50908	-90.49314	12			LA	105		
4330991	Lincoln Park	lincoln-park	US	07035	0	America/Chicago	30.26686	-89.77867	1			LA	103		
4331000	Lindsay	lindsay	US	59339	0	America/Chicago	30.71768	-91.21789	43			LA	037		
4331018	Linton	linton	US	47441	0	America/Chicago	32.68792	-93.63657	72			LA	015		
4331020	Linville	linville	US	22834	0	America/Chicago	32.84208	-92.19291	52	Linville,Lynnville		LA	111		
4331024	Linwood	linwood	US	01525	0	America/Chicago	29.78993	-90.0084	2			LA	075		
4331025	Linwood	linwood	US	01525	0	America/Chicago	29.86937	-91.52567	4			LA	101		
4331040	Lisbon	lisbon	US	03585	173	America/Chicago	32.79598	-92.86516	100			LA	027		
4331046	Lismore	lismore	US	56155	0	America/Chicago	31.51573	-91.77207	17			LA	029		
4331180	Little Creek	little-creek	US	19961	0	America/Chicago	31.71962	-92.2943	37	Joy,Little Creek,Littlecreek		LA	059		
4331449	Live Oak	live-oak	US	32060	0	America/Chicago	32.40349	-93.70101	48			LA	017		
4331450	Live Oak	live-oak	US	32060	0	America/Chicago	29.75493	-90.02868	1			LA	075		
4331479	Liverpool	liverpool	US	13088	0	America/Chicago	30.91518	-90.68038	68			LA	091		
4331485	Livingston	livingston	US	07039	1917	America/Chicago	30.50213	-90.74787	13	Livingston,Ливингстон	063	LA	063		
4331493	Livonia	livonia	US	14487	1410	America/Chicago	30.55908	-91.55594	8	Livonija,Ливония		LA	077		
4331524	Lockhart	lockhart	US	29364	0	America/Chicago	30.49047	-90.90454	14			LA	063		
4331525	Lockhart	lockhart	US	29364	0	America/Chicago	33.00819	-92.58321	66			LA	111		
4331530	Lockport	lockport	US	14094	2531	America/Chicago	29.64605	-90.53925	3	Lockport,Longueville,Longville		LA	057		
4331537	Loco	loco	US	73442	0	America/Chicago	32.94819	-92.16541	30	Loco,Loco Spur		LA	111		
4331567	Logansport	logansport	US	46947	1564	America/Chicago	31.97545	-93.99797	65	Logans Ferry,Logansport,Waterloo		LA	031		
4331592	Lone Pine	lone-pine	US	93545	0	America/Chicago	30.95575	-92.31957	17	Lone Pine,Lonepine		LA	039		
4331600	Lone Star	lone-star	US	75668	0	America/Chicago	30.10214	-91.21705	2	Lone Star,Lone Star Plantation		LA	047		
4331601	Lone Star	lone-star	US	75668	0	America/Chicago	29.92771	-90.34064	2			LA	089		
4331603	Lone Pine	lone-pine	US	93545	0	America/Chicago	29.99605	-93.63072	1			LA	023		
4331731	Longleaf	longleaf	US	71448	0	America/Chicago	31.00658	-92.55264	39			LA	079		
4331739	Longstreet	longstreet	US	71050	156	America/Chicago	32.09766	-93.95213	98			LA	031		
4331742	Longview	longview	US	61852	0	America/Chicago	32.26209	-91.57818	28			LA	041		
4331746	Longville	longville	US	56655	635	America/Chicago	30.6052	-93.23183	40			LA	011		
4331754	Longwood	longwood	US	28452	0	America/Chicago	32.55932	-93.97852	78			LA	017		
4331755	Longwood	longwood	US	28452	0	America/Chicago	30.34019	-91.13705	8	Longwood,Longwood Plantation		LA	033		
4331756	Longwood	longwood	US	28452	0	America/Chicago	30.47963	-91.08622	16			LA	033		
4331771	Loranger	loranger	US	70446	0	America/Chicago	30.63581	-90.39967	34	Jesseca,Jessica,Loranger		LA	105		
4331781	Loreauville	loreauville	US	70552	899	America/Chicago	30.05659	-91.73706	6	Loreauville,Picotville,Picouville		LA	045		
4331788	Loring	loring	US	59537	0	America/Chicago	31.60267	-93.60073	86			LA	085		
4331793	Lorraine	lorraine	US	13659	0	America/Chicago	32.47265	-94.04269	78			LA	017		
4331794	Lorraine	lorraine	US	13659	0	America/Chicago	30.50602	-90.27842	10			LA	105		
4331829	Lottie	lottie	US	70756	0	America/Chicago	30.5563	-91.64178	9			LA	077		
4331832	Lotus	lotus	US	95651	0	America/Chicago	31.48545	-93.13044	66			LA	069		
4331834	Loudon	loudon	US	03307	0	America/Chicago	30.50908	-91.13788	18			LA	033		
4332062	Lowry	lowry	US	24570	0	America/Chicago	30.0241	-92.77098	3			LA	023		
4332068	Lucas	lucas	US	42156	0	America/Chicago	32.40071	-93.69129	49			LA	017		
4332069	Lucas	lucas	US	42156	0	America/Chicago	30.37409	-93.56239	17			LA	019		
4332096	Ludington	ludington	US	49431	0	America/Chicago	30.87408	-93.28516	60			LA	011		
4332103	Lukeville	lukeville	US	85341	0	America/Chicago	30.37964	-91.24372	7			LA	121		
4332105	Lula	lula	US	30554	0	America/Chicago	30.04798	-91.0676	4	Esperanzo Plantation,Lula,Lula Plantation		LA	007		
4332106	Lula	lula	US	30554	0	America/Chicago	31.88072	-93.78074	69			LA	031		
4332109	Luling	luling	US	70070	12119	America/Chicago	29.93215	-90.36647	2			LA	089		
4332122	Luna	luna	US	87824	0	America/Chicago	32.32515	-92.22208	59	Gladden,Luna		LA	073		
4332143	Lydia	lydia	US	29079	952	America/Chicago	29.92394	-91.78305	3	Lydia,Tobias		LA	045		
4332146	Lyles	lyles	US	37098	0	America/Chicago	30.52326	-92.82487	14			LA	003		
4332152	Lutcher	lutcher	US	70071	3373	America/Chicago	30.04048	-90.69898	5			LA	093		
4332154	Lynch	lynch	US	40855	0	America/Chicago	30.39797	-91.3565	3			LA	121		
4332165	Lyons	lyons	US	07939	0	America/Chicago	32.15988	-92.48403	61			LA	049		
4332168	Lyons	lyons	US	07939	0	America/Chicago	29.88409	-91.69984	3			LA	045		
4332222	Mack	mack	US	81525	0	America/Chicago	29.96493	-92.07373	4			LA	113		
4332261	Madisonville	madisonville	US	37354	813	America/Chicago	30.40436	-90.15702	2			LA	103		
4332295	Magnolia	magnolia	US	08049	0	America/Chicago	30.5363	-90.98816	15			LA	033		
4332296	Magnolia	magnolia	US	08049	0	America/Chicago	31.50768	-92.2043	29			LA	059		
4332297	Magnolia	magnolia	US	08049	0	America/Chicago	30.56019	-90.70621	15	Magnolia,Otts Mill,Otts Mills		LA	063		
4332298	Magnolia	magnolia	US	08049	0	America/Chicago	31.5485	-92.94155	32			LA	069		
4332299	Magnolia	magnolia	US	08049	0	America/Chicago	29.55466	-89.78062	2	Magnolia,Magnolia Plantation		LA	075		
4332300	Magnolia	magnolia	US	08049	0	America/Chicago	32.03988	-93.43267	43			LA	081		
4332301	Magnolia	magnolia	US	08049	0	America/Chicago	29.71965	-90.81204	3			LA	109		
4332334	Magnolia	magnolia	US	08049	0	America/Chicago	30.00409	-91.06454	4	Magnolia,Magnolia Plantation		LA	007		
4332397	Maitland	maitland	US	32751	0	America/Chicago	31.75711	-91.60984	16			LA	025		
4332432	Mamou	mamou	US	70554	3181	America/Chicago	30.63381	-92.4193	19			LA	039		
4332455	Mandeville	mandeville	US	70448	12345	America/Chicago	30.35825	-90.06563	2	Mandervil,man de wei er,mandfyl,mndwyl  lwyyzyana,Мандервил,ماندفيل,مندویل، لوئیزیانا,曼德维尔		LA	103		
4332464	Mangham	mangham	US	71259	647	America/Chicago	32.30904	-91.77485	23			LA	083		
4332494	Mansfield	mansfield	US	02048	4946	America/Chicago	32.03766	-93.70018	102	Mehnsfild,Mensfild,maenseupildeu,man si fei er de,mansfyld,mnsfyld  lwyyzyana,Менсфилд,Мэнсфилд,مانسفيلد,منسفیلد، لوئیزیانا,曼斯菲尔德,맨스필드	031	LA	031		
4332507	Mansura	mansura	US	71350	1385	America/Chicago	31.05797	-92.04901	22			LA	009		
4332518	Many	many	US	71449	2790	America/Chicago	31.56878	-93.48406	84	Baldwins Store,Manny,Many,Meni,many,mei ni,mny  lwyyzyana,Мени,ماني,منی، لوئیزیانا,梅尼	085	LA	085		
4332533	Maplewood	maplewood	US	07040	0	America/Chicago	30.23132	-93.31627	5			LA	019		
4332545	Marathon	marathon	US	13803	0	America/Chicago	30.05937	-90.60148	4			LA	095		
4332574	Marchand	marchand	US	15758	0	America/Chicago	30.14936	-90.99427	5			LA	005		
4332582	Maringouin	maringouin	US	70757	1061	America/Chicago	30.4913	-91.51955	6			LA	047		
4332587	Marion	marion	US	02738	755	America/Chicago	32.90152	-92.24208	55	Mehrion,Мэрион		LA	111		
4332604	Marksville	marksville	US	71351	5533	America/Chicago	31.12797	-92.06624	25	Marksvil,Marksville,Markville,ma ke si wei er,marksfyl,markswyl  lwyyzyana,Марксвил,ماركسفيل,مارکسویل، لوئیزیانا,马克斯维尔	009	LA	009		
4332628	Marrero	marrero	US	70072	33141	America/Chicago	29.89937	-90.10035	1	Ames Plantation,Amesville,Marero,Marrero,marrw  lwyyzyana,myryrw  lwzyana,Мареро,Марреро,ماررو، لوئیزیانا,میریرو، لوزیانا		LA	051		
4332645	Mars Hill	mars-hill	US	04758	0	America/Chicago	31.71822	-92.79682	60			LA	127		
4332665	Marthaville	marthaville	US	71450	0	America/Chicago	31.73878	-93.39656	75			LA	069		
4332670	Martin	martin	US	15460	0	America/Chicago	29.56355	-89.77368	1			LA	075		
4332671	Martin	martin	US	15460	562	America/Chicago	32.08544	-93.22017	73			LA	081		
4332742	Maryland	maryland	US	12116	0	America/Chicago	30.54602	-91.17594	21			LA	033		
4332743	Maryland	maryland	US	12116	0	America/Chicago	29.71243	-91.46261	2			LA	101		
4332744	Maryland	maryland	US	12116	0	America/Chicago	31.92266	-91.36873	22			LA	107		
4332747	Maryland Heights	maryland-heights	US	63043	0	America/Chicago	30.55158	-91.17177	22			LA	033		
4332755	Mason	mason	US	25260	0	America/Chicago	32.0696	-91.88707	18			LA	041		
4332788	Mathews	mathews	US	23109	2209	America/Chicago	29.68632	-90.54675	3	Mathews,Matthews		LA	057		
4332794	Maurice	maurice	US	51036	1266	America/Chicago	30.10854	-92.12457	6			LA	113		
4332799	Maurepas	maurepas	US	70449	0	America/Chicago	30.29686	-90.66398	1	Catfish Bluff,Maurepas,Tiger Bluff		LA	063		
4332804	Maxie	maxie	US	24628	0	America/Chicago	30.3252	-92.40791	9			LA	001		
4332827	Mayflower	mayflower	US	72106	0	America/Chicago	31.95155	-91.39151	20	Ashland,Mayflower		LA	107		
4332842	Mayo	mayo	US	21106	0	America/Chicago	31.19935	-93.03349	96			LA	115		
4332866	McCall	mccall	US	83638	0	America/Chicago	30.11603	-91.04343	5			LA	005		
4333004	McLeod	mcleod	US	58057	0	America/Chicago	29.6466	-90.51786	2			LA	057		
4333015	McNary	mcnary	US	85930	204	America/Chicago	30.98741	-92.57625	38			LA	079		
4333071	Mechanicville	mechanicville	US	12118	0	America/Chicago	29.57688	-90.6862	3			LA	109		
4333074	Meeker	meeker	US	74855	0	America/Chicago	31.05658	-92.38069	22			LA	079		
4333085	Melrose	melrose	US	02176	0	America/Chicago	31.59878	-92.9671	33	Melrose,Rescue Plantation		LA	069		
4333095	Melville	melville	US	11747	1050	America/Chicago	30.69297	-91.744	9			LA	097		
4333122	Mer Rouge	mer-rouge	US	71261	590	America/Chicago	32.77513	-91.79263	29	Mer Rouge,Merrouge		LA	067		
4333126	Meraux	meraux	US	70075	5816	America/Chicago	29.93017	-89.91623	2	Melonie,Meraux		LA	087		
4333143	Meridian	meridian	US	13113	0	America/Chicago	30.92547	-92.40541	38	Meridian,Pierre		LA	039		
4333147	Mermentau	mermentau	US	70556	654	America/Chicago	30.18993	-92.58264	3	Mentau,Mermentau,Mermenteau,Mermento,Mermenton,Nementau,Nemento,Nementou		LA	001		
4333163	Merryville	merryville	US	70653	1115	America/Chicago	30.75437	-93.54045	24			LA	011		
4333174	Merrick	merrick	US	11566	0	America/Chicago	31.00351	-91.7229	14	Merrick,Merricks Store		LA	077		
4333177	Metairie	metairie	US	70001	138481	America/Chicago	29.98409	-90.15285	1	Maiterie,Metairie,Metairieburgh,Metairieville,Metari,metali,meteri,mitiry  lwyyzyana,Метари,مِتِری، لوئیزیانا,میٹیری، لوزیانا,メテリー,메타리		LA	051		
4333200	Metropolis	metropolis	US	62960	0	America/Chicago	31.96349	-91.69124	21			LA	041		
4333275	Midway	midway	US	15060	0	America/Chicago	32.71459	-93.59351	72			LA	015		
4333277	Midway	midway	US	15060	1291	America/Chicago	31.69212	-92.15236	62			LA	059		
4333278	Midway	midway	US	15060	0	America/Chicago	31.0613	-92.47264	49			LA	079		
4333279	Midway	midway	US	15060	0	America/Chicago	29.65521	-91.4915	1			LA	101		
4333280	Midway	midway	US	15060	0	America/Chicago	32.92208	-93.45351	80			LA	119		
4333315	Midland	midland	US	15059	0	America/Chicago	30.18076	-92.50291	4			LA	001		
4333320	Milburn	milburn	US	42070	0	America/Chicago	30.86769	-92.21179	15	Milburn,Millburn		LA	009		
4333337	Miles	miles	US	52064	0	America/Chicago	30.00465	-90.73509	5			LA	093		
4333347	Miles	miles	US	52064	0	America/Chicago	30.13936	-91.08538	2			LA	005		
4333427	Milldale	milldale	US	06467	0	America/Chicago	30.66769	-91.0276	33			LA	033		
4333476	Millerton	millerton	US	12546	0	America/Chicago	33.00042	-93.22156	85			LA	027		
4333477	Millerville	millerville	US	36267	0	America/Chicago	30.33298	-92.61653	6	Millersville,Millerville		LA	001		
4333478	Millerville	millerville	US	36267	0	America/Chicago	30.4513	-91.02455	12			LA	033		
4333500	Milton	milton	US	02186	3030	America/Chicago	30.10381	-92.07651	7			LA	055		
4333533	Minden	minden	US	25879	12690	America/Chicago	32.61543	-93.28684	78	Minden,ming deng,mndn,myndn  lwyyzyana,Минден,مندن,میندن، لوئیزیانا,明登	119	LA	119		
4333537	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	32.63987	-92.57376	72			LA	061		
4333566	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	32.45848	-92.35931	46			LA	073		
4333594	Mitchell	mitchell	US	30820	0	America/Chicago	31.791	-93.62796	98			LA	085		
4333595	Mitchell	mitchell	US	30820	0	America/Chicago	30.85824	-90.50259	50			LA	105		
4333617	Mittie	mittie	US	70654	0	America/Chicago	30.70686	-92.90682	28			LA	003		
4333661	Monhegan	monhegan	US	04852	0	America/Chicago	30.54074	-91.09094	18			LA	033		
4333669	Monroe	monroe	US	03771	49598	America/Chicago	32.50931	-92.1193	23	Fort Miro,Fuerte Miro,MLU,Monro,Monroe,Monroe (Louisiana),Post of Ouachita,Poste d'Ouachita,Poste du Ouachita,Prairie des Canots,Prairie of the Canoes,Puesto De Ouachitta,manro,men luo,meonlo,mnrww  lwyyzyana,monro,mwnrw,mwnrw  lwzyana,Монро,מונרו,منروو، لوئیزیانا,مونرو,مونرو، لوزیانا,मन्रो,モンロー,门罗,먼로	073	LA	073		
4333670	Monroe	monroe	US	03771	0	America/Chicago	32.81513	-92.20569	39			LA	111		
4333694	Montegut	montegut	US	70377	1786	America/Chicago	30.07076	-90.50203	5			LA	095		
4333695	Montegut	montegut	US	70377	1540	America/Chicago	29.47439	-90.55703	2	Lower Terrebonne,Montegut		LA	109		
4333701	Monterey	monterey	US	01245	439	America/Chicago	31.4499	-91.71818	17	Monterey,Monterey Landing		LA	029		
4333702	Monterey	monterey	US	01245	0	America/Chicago	30.52352	-91.13594	19			LA	033		
4333711	Montgomery	montgomery	US	05470	721	America/Chicago	31.66739	-92.89071	47	Bon Dieu Falls,Buffalo Crossing,Creola,Creola Bluff,Machen,Montgomeri,Montgomery,Montgomery Landing,Монтгомери		LA	043		
4333718	Monticello	monticello	US	04760	5172	America/Chicago	30.48908	-91.04872	15			LA	033		
4333720	Montpelier	montpelier	US	05601	250	America/Chicago	30.68102	-90.64898	37	Mont Pelier,Montpelier		LA	091		
4333721	Montrose	montrose	US	10548	0	America/Chicago	31.57072	-92.99183	31			LA	069		
4333745	Moore	moore	US	29369	0	America/Chicago	31.84128	-92.58431	58			LA	127		
4333758	Mooringsport	mooringsport	US	71060	786	America/Chicago	32.68765	-93.96102	69	Moorings Port,Mooringsport		LA	017		
4333764	Mora	mora	US	55051	0	America/Chicago	31.37323	-92.94794	88			LA	069		
4333781	Moreauville	moreauville	US	71355	904	America/Chicago	31.03463	-91.97568	16	Borodino,Moreauville,Moroville		LA	009		
4333794	Moreland	moreland	US	30259	0	America/Chicago	31.19685	-92.42319	25	Mooreland,Moorland,Moreland		LA	079		
4333795	Moreland	moreland	US	30259	0	America/Chicago	30.43214	-91.15011	15			LA	033		
4333811	Morgan City	morgan-city	US	38946	11835	America/Chicago	29.69937	-91.20677	2	Brashear City,Morgan City,Morgan Siti,mo gen cheng,mrgn syty  lwyyzyana,mwrghan syty,Морган Сити,مرگن سیتی، لوئیزیانا,مورغان سيتي,摩根城		LA	101		
4333841	Morganza	morganza	US	20660	594	America/Chicago	30.73852	-91.59428	11	Marganza,Morganza,Morganzia		LA	077		
4333852	Morley	morley	US	49336	0	America/Chicago	30.39158	-91.32122	3			LA	121		
4333890	Moro	moro	US	62067	0	America/Chicago	31.60684	-91.70985	18			LA	029		
4333893	Morris	morris	US	06763	0	America/Chicago	32.53321	-93.59573	63			LA	015		
4333906	Morrison	morrison	US	37357	0	America/Chicago	30.71269	-91.52873	9			LA	077		
4333911	Morrisonville	morrisonville	US	12962	0	America/Chicago	30.32214	-91.22483	6			LA	047		
4333917	Morse	morse	US	70559	804	America/Chicago	30.12187	-92.49819	4	Lorna,Morse		LA	001		
4333952	Moss	moss	US	38575	0	America/Chicago	32.3146	-93.58434	46			LA	017		
4333977	Mossville	mossville	US	61552	0	America/Chicago	30.24771	-93.30904	6			LA	019		
4333993	Mound	mound	US	55364	17	America/Chicago	32.33931	-91.024	27			LA	065		
4334015	Mount Airy	mount-airy	US	21771	0	America/Chicago	30.05131	-90.63787	3	Mount Airy,Mountairy		LA	095		
4334080	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	31.46934	-93.38045	99			LA	085		
4334137	Mount Hermon	mount-hermon	US	42157	0	America/Chicago	30.96018	-90.29592	99	Mount Hermon,Mount Merman		LA	117		
4334194	Mount Olive	mount-olive	US	25185	0	America/Chicago	32.33127	-92.80404	89	Mount Olive,Mount Olivet		LA	013		
4334304	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	32.13571	-92.18069	49			LA	021		
4334305	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	30.64574	-91.2865	29	Mount Pleasant,Mount Pleasant Plantation		LA	033		
4334306	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	32.44098	-92.30014	37			LA	073		
4334377	Mount Union	mount-union	US	17066	0	America/Chicago	32.93347	-92.55515	61			LA	111		
4334391	Mount Zion	mount-zion	US	26151	0	America/Chicago	32.66487	-92.74293	66			LA	061		
4334392	Mount Zion	mount-zion	US	26151	0	America/Chicago	32.15933	-93.33628	62			LA	081		
4334393	Mount Zion	mount-zion	US	26151	0	America/Chicago	31.72433	-92.86071	68			LA	127		
4334557	Mulberry	mulberry	US	33860	0	America/Chicago	29.55466	-90.71953	1			LA	109		
4334656	Mystic	mystic	US	06355	0	America/Chicago	30.57437	-93.52906	35			LA	011		
4334696	Napoleonville	napoleonville	US	70390	639	America/Chicago	29.94048	-91.02482	6	Assumption,Napoleon City,Napoleonville,Napolionvil,na po lun wei er,napwlwnwyl  lwyyzyana,Наполионвил,ناپولونویل، لوئیزیانا,拿破仑维尔	007	LA	007		
4334706	Natalbany	natalbany	US	70451	2984	America/Chicago	30.54622	-90.48619	15	Natalbani,Natalbany,Talbany		LA	105		
4334717	Natchez	natchez	US	39120	588	America/Chicago	31.67544	-93.04461	32			LA	069		
4334720	Natchitoches	natchitoches	US	71457	18365	America/Chicago	31.76072	-93.08627	36	Nachitoches,Nakitosh,Natchitoches,na qi tuo shen,nkytash  lwyyzyana,ntshtwshs,nychaytwchys  lwzyana,Накитош,نتشتوشس,نکیتاش، لوئیزیانا,نیچایتوچیس، لوزیانا,纳契托什	069	LA	069		
4334752	Naylor	naylor	US	31641	0	America/Chicago	32.34793	-93.65379	48			LA	017		
4334776	Nebo	nebo	US	25141	0	America/Chicago	31.58879	-92.1418	31			LA	059		
4334783	Negreet	negreet	US	71460	0	America/Chicago	31.46934	-93.5749	68			LA	085		
4334886	New Era	new-era	US	49446	0	America/Chicago	31.36712	-91.82735	16			LA	029		
4334913	New Hope	new-hope	US	18938	0	America/Chicago	32.1446	-93.4249	41			LA	081		
4334971	New Iberia	new-iberia	US	70560	30754	America/Chicago	30.00354	-91.81873	5	ARA,Iberia,La Nouvelle-Iberie,La Nouvelle-Ibérie,New Iberia,New Town,Nju Ajbirija,Nouvelle Iberie,Nueva Iberia,Nuevo Iberia,nwwa aybyrya  lwyyzyana,nyw aybyrya,nyw aybyrya  lwzyana,xin yi bi li ya,Њу Ајбирија,ניו איבריה,نووا آیبیریا، لوئیزیانا,نيو أيبيريا,نیو آئبیریا، لوزیانا,新伊比利亚	045	LA	045		
4335024	New Llano	new-llano	US	71461	2468	America/Chicago	31.11491	-93.27155	68	New Llano,Newllano,Stables		LA	115		
4335045	New Orleans	new-orleans	US	70112	389617	America/Chicago	29.95465	-90.07507	0	Bagong Orleans,Big Easy,Cene Orlean,Crescent City,La Nouvelle-Orleans,La Nouvelle-Orléans,MSY,N'ju-Orlean,N'ju-Orleans,NOLA,Naujasis Orleanas,Nawlins,Nea Orleani,Neu Orleans,Neuva Orleans,New Orleans,Nieuw Orleans,Nju Orleans,Nju Orliuns,Nog Orlean,Nor Orlean,Nouvelle Orleans,Nov-Orleano,Nov-Orleans,Nova Aurelia,Nova Orleaes,Nova Orleans,Nova Orleáns,Nova Orleães,Novij Orlean,Novy Arlean,Novyj Orlean,Nowy Orlean,Nowy Uorlean,Nueva Orleans,Nuoba Orleanes,Nuorleana,Nyu-Orlean,Nòva Orleans,Orleans Parish,The Big Easy,U Orlean,Uz Orlean,Yancuic Orleans,Yengi Orlean,Yéngi Orléan,akhali orleani,awrlynz parsh,n'yu orlins,n'yu orlinsa,n'yu orliyansa,new orleans louisiana,ni wx xr lins,ni'u aralinsa,niu ao liang,niyu orlens,nyuollieonseu,nyuorinzu,nyw awrlynz,nywawrlyan  lwyyzyana,oralensa parisa,xin ao er liang,Çĕнĕ Орлеан,Ņūorleāna,Νέα Ορλεάνη,Њу Орлеанс,Жаңы орлеан,Новий Орлеан,Новы Арлеан,Новый Орлеан,Ног Орлеан,Нью-Орлеан,Нью-Орлеанс,Ню Орлиънс,У Орлеан,Նոր Օռլեան,ניו אורלינס,ניו ארלינס,اورلینز پارش,نيو أورلينز,نیواورلئان، لوئیزیانا,न्यू ऑर्लिन्स,न्यू ओर्लियंस,न्‍यू आर्लीन्‍स,ওরলেন্স পারিশ,নিউ অরলিন্স,நியூ ஓர்லென்ஸ்,ನ್ಯೂ ಒರ್ಲೀನ್ಸ್,นิวออร์ลีนส์,ახალი ორლეანი,ニューオーリンズ,新奥尔良,紐奧良,뉴올리언스	071	LA	071	98000	
4335096	New Roads	new-roads	US	70760	4697	America/Chicago	30.70157	-91.43622	9	Chomin Neuf,HZR,New Roads,Newroads,Nju Rouds,Saint Marys,nyw rwdz,nyw rwdz  lwyyzyana,xin lu,Њу Роудс,نيو رودز,نیو رودز، لوئیزیانا,新路	077	LA	077		
4335123	New Sarpy	new-sarpy	US	70078	1464	America/Chicago	29.97817	-90.38963	1	New Sarpy,Sarpy		LA	089		
4335212	Newellton	newellton	US	71357	1074	America/Chicago	32.07265	-91.24095	24			LA	107		
4335218	Newhope	newhope	US	71959	0	America/Chicago	32.6818	-91.52762	29			LA	123		
4335233	Newport	newport	US	02840	0	America/Chicago	32.08266	-92.3682	56			LA	127		
4335239	Newton	newton	US	02458	0	America/Chicago	30.31159	-93.20043	8			LA	019		
4335303	Noble	noble	US	62868	252	America/Chicago	31.68962	-93.68407	82			LA	085		
4335309	Noel	noel	US	64854	0	America/Chicago	30.13103	-91.07066	4			LA	005		
4335326	Norco	norco	US	70079	3074	America/Chicago	29.99909	-90.4123	3	Norco,Norco-Goodhope		LA	089		
4335331	Norma	norma	US	08347	0	America/Chicago	31.04213	-92.13374	20			LA	009		
4335369	North Bend	north-bend	US	17760	0	America/Chicago	29.68271	-91.46983	2			LA	101		
4335429	North Highlands	north-highlands	US	95660	0	America/Chicago	32.56932	-93.7899	61			LA	017		
4335430	North Highlands	north-highlands	US	95660	0	America/Chicago	30.49352	-91.14038	17			LA	033		
4335623	Norton	norton	US	02766	0	America/Chicago	32.33321	-93.69657	53			LA	017		
4335628	Norwood	norwood	US	02062	312	America/Chicago	30.96768	-91.10399	95			LA	037		
4335655	Nunez	nunez	US	30448	0	America/Chicago	29.99132	-92.22874	3	Edwards,Edwards Station,Nunez,Spring Hill		LA	113		
4335680	Oak Forest	oak-forest	US	60452	0	America/Chicago	29.6316	-90.93287	1			LA	109		
4335681	Oak Forest	oak-forest	US	60452	0	America/Chicago	30.48436	-91.0776	16			LA	033		
4335684	Oak Grove	oak-grove	US	42262	0	America/Chicago	30.31797	-90.97482	7	Big Swamp,Oak Grove		LA	005		
4335685	Oak Grove	oak-grove	US	42262	0	America/Chicago	29.75689	-93.11404	1			LA	023		
4335686	Oak Grove	oak-grove	US	42262	0	America/Chicago	31.52018	-92.54236	64			LA	043		
4335687	Oak Grove	oak-grove	US	42262	0	America/Chicago	32.49654	-92.86599	117			LA	061		
4335688	Oak Grove	oak-grove	US	42262	0	America/Chicago	31.77377	-93.14905	37			LA	069		
4335689	Oak Grove	oak-grove	US	42262	0	America/Chicago	31.78739	-93.6449	92			LA	085		
4335690	Oak Grove	oak-grove	US	42262	1662	America/Chicago	32.86096	-91.38845	36	Oak Grove,Oake Grove,Oakgrove,Pin Hook	123	LA	123		
4335743	Oak Harbor	oak-harbor	US	43449	0	America/Chicago	30.22964	-89.79256	2			LA	103		
4335744	Oak Hill	oak-hill	US	12460	0	America/Chicago	32.01294	-93.74796	106			LA	031		
4335745	Oak Hill	oak-hill	US	12460	0	America/Chicago	30.44825	-91.07455	14			LA	033		
4335761	Oak Park	oak-park	US	48237	0	America/Chicago	30.45936	-91.07205	15			LA	033		
4335772	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	32.3821	-92.50931	75			LA	049		
4335773	Oak Ridge	oak-ridge	US	07438	134	America/Chicago	32.62403	-91.7729	27	Oak Ridge,Oakridge,Point Jefferson		LA	067		
4335774	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	30.53825	-90.40842	14			LA	105		
4335775	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	30.28019	-89.80951	2			LA	103		
4335796	Oakdale	oakdale	US	06370	7710	America/Chicago	30.81603	-92.66042	36			LA	003		
4335808	Oakland	oakland	US	02858	0	America/Chicago	32.46821	-93.50962	61			LA	015		
4335809	Oakland	oakland	US	02858	0	America/Chicago	30.59463	-91.409	10			LA	077		
4335810	Oakland	oakland	US	02858	0	America/Chicago	32.99569	-92.3507	80	Oakland,Union Crossroads		LA	111		
4335830	Oakley	oakley	US	48649	0	America/Chicago	29.87382	-91.01204	4	Oakley,Oakley Plantation		LA	007		
4335831	Oakley	oakley	US	48649	0	America/Chicago	31.99821	-91.61985	23			LA	041		
4335832	Oakley	oakley	US	48649	0	America/Chicago	30.26908	-91.10399	6			LA	047		
4335838	Oakmont	oakmont	US	15139	0	America/Chicago	30.32242	-89.82395	6			LA	103		
4335843	Oaks	oaks	US	19456	0	America/Chicago	32.92014	-93.11878	103	Oakes,Oaks		LA	027		
4335850	Oakville	oakville	US	06779	0	America/Chicago	29.78299	-90.02646	1			LA	075		
4335851	Oakwood	oakwood	US	24631	0	America/Chicago	30.25158	-89.7834	2			LA	103		
4335887	Oberlin	oberlin	US	44074	1752	America/Chicago	30.6202	-92.76265	22		003	LA	003		
4335921	Oil City	oil-city	US	16301	997	America/Chicago	32.74403	-93.97157	62			LA	017		
4336065	Oldfield	oldfield	US	65720	0	America/Chicago	30.62741	-90.84454	28	Old Field,Oldfield		LA	063		
4336068	Olga	olga	US	98279	0	America/Chicago	29.34661	-89.40283	2	New Canal,Olga		LA	075		
4336086	Oliver	oliver	US	15472	0	America/Chicago	32.57931	-92.06263	24			LA	073		
4336087	Oliver	oliver	US	15472	0	America/Chicago	30.4938	-90.45787	11			LA	105		
4336092	Olla	olla	US	71465	1386	America/Chicago	31.90294	-92.24319	48	Castor Sulphur Springs,Olla,Sulphur Springs		LA	059		
4336098	Ollie	ollie	US	52576	0	America/Chicago	29.74299	-90.01757	2			LA	075		
4336105	Omega	omega	US	31775	0	America/Chicago	31.57184	-91.80346	17	Normandy,Omega		LA	029		
4336106	Omega	omega	US	31775	0	America/Chicago	32.51653	-91.13955	27			LA	065		
4336121	Oneida	oneida	US	13421	0	America/Chicago	30.01937	-90.79787	4			LA	093		
4336124	Olive Branch	olive-branch	US	38654	0	America/Chicago	30.74407	-91.06205	40			LA	037		
4336153	Opelousas	opelousas	US	70570	16591	America/Chicago	30.53353	-92.08151	20	OPL,ao po lu sa si,aplwss  lwyyzyana,operusasu,آپلوسس، لوئیزیانا,オペルーサス,奥珀卢萨斯	097	LA	097		
4336183	Orchard	orchard	US	50460	0	America/Chicago	29.26883	-89.3545	1			LA	075		
4336202	Osburn	osburn	US	83849	0	America/Chicago	30.9213	-92.69764	41	Osborn,Osburn		LA	079		
4336204	Oscar	oscar	US	70762	0	America/Chicago	30.61519	-91.46122	10			LA	077		
4336206	Osceola	osceola	US	16942	0	America/Chicago	30.65074	-90.31148	31	Oceola,Osceola		LA	105		
4336214	Otis	otis	US	01253	0	America/Chicago	31.21546	-92.72792	71			LA	079		
4336350	Oxbow	oxbow	US	04764	0	America/Chicago	32.02433	-93.39573	40			LA	081		
4336351	Oxford	oxford	US	01540	0	America/Chicago	31.9235	-93.62796	81	Lassiter,Oxford,San Patrice		LA	031		
4336352	Oxford	oxford	US	01540	0	America/Chicago	29.85409	-91.47872	4			LA	101		
4336388	Pace	pace	US	38764	0	America/Chicago	32.66543	-93.32211	57			LA	119		
4336418	Paincourtville	paincourtville	US	70391	911	America/Chicago	29.9902	-91.0551	5	Paincourt,Paincourtville,Pincourt City		LA	007		
4336419	Palmetto	palmetto	US	30268	0	America/Chicago	32.3971	-93.55768	43			LA	015		
4336420	Palmetto	palmetto	US	30268	162	America/Chicago	30.71741	-91.90928	11	Gossen,Negro Foot,Palmetto		LA	097		
4336442	Palo Alto	palo-alto	US	94301	0	America/Chicago	30.09187	-91.03816	6			LA	005		
4336471	Panola	panola	US	35477	0	America/Chicago	32.90763	-91.22594	32			LA	035		
4336485	Paradise	paradise	US	17562	0	America/Chicago	31.38407	-92.40708	38			LA	079		
4336492	Paradis	paradis	US	70080	1298	America/Chicago	29.87965	-90.43397	1			LA	089		
4336514	Park Forest	park-forest	US	60466	0	America/Chicago	30.48019	-91.07427	15			LA	033		
4336552	Parks	parks	US	69041	677	America/Chicago	30.21437	-91.83206	8	La Pointe De Repose,Parks,Potier		LA	099		
4336591	Pasadena	pasadena	US	21122	0	America/Chicago	30.48797	-91.07344	17			LA	033		
4336646	Patterson	patterson	US	12563	6106	America/Chicago	29.69326	-91.30205	3	PTN,Patterson,Pattersonville		LA	101		
4336678	Paulina	paulina	US	70763	1178	America/Chicago	30.02631	-90.71315	5	Long View,Paulina		LA	093		
4336694	Pawnee	pawnee	US	62558	0	America/Chicago	30.89047	-92.62709	39			LA	003		
4336713	Pearl	pearl	US	39208	0	America/Chicago	30.90491	-92.62014	40			LA	079		
4336717	Pearl River	pearl-river	US	10965	2530	America/Chicago	30.37603	-89.7484	8			LA	103		
4336772	Peck	peck	US	48466	0	America/Chicago	31.92516	-91.66124	23			LA	025		
4336780	Pelican	pelican	US	71063	0	America/Chicago	31.88239	-93.58601	97			LA	031		
4336851	Perkins	perkins	US	30822	0	America/Chicago	30.39326	-93.41183	17			LA	019		
4336874	Perry	perry	US	04667	0	America/Chicago	29.94854	-92.15707	2	Perry,Perrys Bridge,Pont Perry		LA	113		
4336884	Perryville	perryville	US	21903	0	America/Chicago	32.70791	-92.00541	26			LA	067		
4336986	Phillips	phillips	US	04966	0	America/Chicago	32.54654	-93.08905	63			LA	013		
4337007	Phoenix	phoenix	US	13135	0	America/Chicago	29.64605	-89.93979	1			LA	075		
4337017	Pickering	pickering	US	64476	0	America/Chicago	31.03408	-93.27072	71			LA	115		
4337022	Pickett	pickett	US	54964	0	America/Chicago	32.63987	-93.78879	55			LA	017		
4337040	Piermont	piermont	US	03779	0	America/Chicago	31.95155	-93.28239	47			LA	081		
4337049	Pierre Part	pierre-part	US	70339	3169	America/Chicago	29.9652	-91.20316	1	Pierre Part,Pierre Part Settlement,Pierre Pass,Pierre Port,The Lafourche Interior		LA	007		
4337074	Pigeon	pigeon	US	48755	0	America/Chicago	30.07687	-91.29955	3			LA	047		
4337142	Pilottown	pilottown	US	70081	0	America/Chicago	29.18	-89.25665	1	Pilot Town,Pilottown		LA	075		
4337156	Pine	pine	US	80470	0	America/Chicago	30.90768	-90.01369	104			LA	117		
4337177	Pine Grove	pine-grove	US	17963	0	America/Chicago	32.21044	-93.051	72			LA	013		
4337178	Pine Grove	pine-grove	US	17963	0	America/Chicago	32.52876	-92.19791	50			LA	073		
4337179	Pine Grove	pine-grove	US	17963	0	America/Chicago	32.45348	-92.05124	21			LA	073		
4337180	Pine Grove	pine-grove	US	17963	0	America/Chicago	30.70991	-90.75399	50			LA	091		
4337238	Pine Island	pine-island	US	10969	0	America/Chicago	30.34993	-92.77487	12			LA	053		
4337272	Pine Prairie	pine-prairie	US	70576	1592	America/Chicago	30.78381	-92.42541	38			LA	039		
4337275	Pine Village	pine-village	US	47975	0	America/Chicago	30.02298	-90.01924	-3			LA	071	98000	
4337278	Pinecrest	pinecrest	US	95364	0	America/Chicago	30.25992	-89.77145	3			LA	103		
4337279	Pinecrest	pinecrest	US	95364	0	America/Chicago	31.13852	-93.28767	84			LA	115		
4337291	Pineville	pineville	US	18946	14403	America/Chicago	31.3224	-92.4343	36	El Rapido,Pajnvil,Pineville,Poste Du Rapides,pai en wei er,paynwyl  lwyyzyana,Пајнвил,پاینویل، لوئیزیانا,派恩维尔		LA	079		
4337310	Pinewood	pinewood	US	29125	0	America/Chicago	30.96352	-93.28211	76			LA	115		
4337337	Pioneer	pioneer	US	37847	151	America/Chicago	32.73624	-91.43345	32			LA	123		
4337365	Pisgah	pisgah	US	35765	0	America/Chicago	32.86014	-92.63404	56			LA	111		
4337378	Pitkin	pitkin	US	70656	576	America/Chicago	30.9363	-92.93626	51	Pitkin,Sigler		LA	115		
4337395	Plain Dealing	plain-dealing	US	71064	969	America/Chicago	32.90514	-93.69684	80			LA	015		
4337404	Plains	plains	US	31780	0	America/Chicago	30.69018	-91.20566	38	Browns Plains,Buhlers Plains,Plains,Saint Johns Plains,The Plains,White Plains		LA	033		
4337406	Plainview	plainview	US	11803	0	America/Chicago	30.53991	-90.9701	13	Plain View,Plainview		LA	063		
4337407	Plainview	plainview	US	11803	0	America/Chicago	30.75158	-89.96897	70			LA	117		
4337436	Plaquemine	plaquemine	US	70764	6871	America/Chicago	30.29005	-91.23497	7	Placaminas,Plaquemine,blakywmyn,plakwmyn  lwyyzyana,pu la kui mai en,بلاكيومين,پلاکومین، لوئیزیانا,普拉奎迈恩	047	LA	047		
4337469	Plattenville	plattenville	US	70393	0	America/Chicago	29.98881	-91.02204	5	Platonville,Plattenville		LA	007		
4337471	Plaucheville	plaucheville	US	71362	239	America/Chicago	30.96547	-91.98179	14			LA	009		
4337498	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	32.56876	-93.90324	74			LA	017		
4337525	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	32.48015	-93.07655	91			LA	013		
4337526	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	32.20654	-92.43348	61			LA	049		
4337527	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	32.48265	-92.73349	100			LA	061		
4337528	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	31.92739	-93.37656	38			LA	069		
4337529	Pleasant Hill	pleasant-hill	US	27866	718	America/Chicago	31.81989	-93.51434	87	Pleasant Hill,Pleasanthill,Sodus		LA	085		
4337573	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	32.56098	-92.38959	49			LA	073		
4337623	Point	point	US	75472	0	America/Chicago	32.66097	-92.27764	49			LA	111		
4337676	Point Pleasant	point-pleasant	US	18950	0	America/Chicago	32.68793	-92.97294	103			LA	027		
4337678	Point Pleasant	point-pleasant	US	18950	0	America/Chicago	32.7718	-91.95263	27			LA	067		
4337717	Pointe à la Hache	pointe-a-la-hache	US	70082	187	America/Chicago	29.57633	-89.79173	1	Pointe a la Hache,Pointe à la Hache		LA	075		
4337728	Poland	poland	US	04274	0	America/Chicago	31.16713	-92.27569	21			LA	079		
4337755	Pollock	pollock	US	57648	475	America/Chicago	31.52573	-92.40708	36	Oction,Pollock		LA	043		
4337775	Ponchatoula	ponchatoula	US	70454	7068	America/Chicago	30.4388	-90.44148	8	bwntshatwla,pang sha tu la,pwnchatwwla  lwyyzyana,بونتشاتولا,پونچاتوولا، لوئیزیانا,پونچاٹولا، لوزیانا,庞沙图拉		LA	105		
4337800	Poole	poole	US	42444	0	America/Chicago	32.28655	-93.49212	45			LA	015		
4337810	Poplar Grove	poplar-grove	US	61065	0	America/Chicago	30.53631	-91.99873	10			LA	097		
4337823	Port Allen	port-allen	US	70767	5130	America/Chicago	30.45214	-91.21011	8	Allain,Port Allen,Saint Michael	121	LA	121		
4337836	Port Barre	port-barre	US	70577	2119	America/Chicago	30.5602	-91.95401	7	Barres Landing,Port Barre		LA	097		
4337859	Port Sulphur	port-sulphur	US	70083	1760	America/Chicago	29.48049	-89.69395	1	Grande Ecaille,Grande Port,Port Sulphur		LA	075		
4337877	Portage	portage	US	04768	0	America/Chicago	30.11353	-91.67567	1			LA	099		
4337878	Portage	portage	US	04768	0	America/Chicago	30.41242	-91.86151	5			LA	099		
4337900	Porterville	porterville	US	39352	0	America/Chicago	32.94597	-93.45795	81			LA	119		
4337947	Powell	powell	US	37849	0	America/Chicago	30.73935	-91.32983	33			LA	125		
4337961	Powhatan	powhatan	US	23139	132	America/Chicago	31.87294	-93.20128	37	Irono,Powhatan		LA	069		
4338012	Prairieville	prairieville	US	70769	26895	America/Chicago	30.30297	-90.97205	7			LA	005		
4338022	Pratt	pratt	US	25162	0	America/Chicago	32.49154	-92.98933	113			LA	013		
4338042	Preston	preston	US	06365	0	America/Chicago	32.25572	-93.8774	77			LA	017		
4338060	Prichard	prichard	US	25555	0	America/Chicago	31.79961	-91.87763	32			LA	025		
4338064	Pride	pride	US	70770	0	America/Chicago	30.6938	-90.97816	33			LA	033		
4338081	Princeton	princeton	US	01541	0	America/Chicago	32.58932	-93.51517	80			LA	015		
4338108	Prospect	prospect	US	06712	476	America/Chicago	31.45046	-92.48764	56			LA	043		
4338109	Prospect	prospect	US	06712	0	America/Chicago	29.98576	-90.38758	0			LA	089		
4338122	Provencal	provencal	US	71468	608	America/Chicago	31.65295	-93.20211	52	Provencal,Warnock		LA	069		
4338162	Puckett	puckett	US	39151	0	America/Chicago	30.56852	-91.04816	21			LA	033		
4338229	Quimby	quimby	US	51049	0	America/Chicago	32.23543	-91.2165	26			LA	065		
4338233	Quinton	quinton	US	08072	0	America/Chicago	30.82241	-91.70512	10			LA	077		
4338235	Quitman	quitman	US	31643	174	America/Chicago	32.34877	-92.72154	58	Allandale,Quitman		LA	049		
4338298	Raceland	raceland	US	70394	10193	America/Chicago	29.72743	-90.59898	4			LA	057		
4338300	Ragley	ragley	US	70657	0	America/Chicago	30.5127	-93.23238	28	Hollingsworth,Ragley		LA	011		
4338312	Ramah	ramah	US	80832	0	America/Chicago	30.40242	-91.50733	5			LA	047		
4338328	Ramsay	ramsay	US	49959	0	America/Chicago	30.52575	-90.12591	15	Blair,Ramsay		LA	103		
4338331	Randolph	randolph	US	02368	0	America/Chicago	32.98653	-92.69043	39			LA	111		
4338348	Rapidan	rapidan	US	22733	0	America/Chicago	30.07076	-90.89093	7			LA	093		
4338378	Rattan	rattan	US	74562	0	America/Chicago	31.3474	-93.52795	78			LA	085		
4338389	Ravenswood	ravenswood	US	26164	0	America/Chicago	30.67213	-91.68956	9	Ravenswood,Ravenswood Plantation,Ravenwood		LA	077		
4338403	Raymond	raymond	US	03077	0	America/Chicago	30.34993	-92.7057	10			LA	053		
4338406	Rayne	rayne	US	70578	8016	America/Chicago	30.23493	-92.26846	10	Pauppenville,Poupeville,Pouppeville,Queue Tortue,Rayne,lei en,rayn,rayn  lwyyzyana,rein,راين,راین، لوئیزیانا,レイン,雷恩		LA	001		
4338415	Rayville	rayville	US	64084	3664	America/Chicago	32.47736	-91.75485	25		083	LA	083		
4338469	Red Oak	red-oak	US	23964	0	America/Chicago	30.46575	-91.0676	15	Red Oak,Red Oaks		LA	033		
4338502	Reddell	reddell	US	70580	733	America/Chicago	30.67409	-92.42624	20	Mamon,Reddell,Reddell Switc		LA	039		
4338577	Reeves	reeves	US	70658	230	America/Chicago	30.52103	-93.04765	16			LA	003		
4338615	Reserve	reserve	US	59258	9766	America/Chicago	30.05381	-90.55175	4			LA	095		
4338644	Reynolds	reynolds	US	31076	0	America/Chicago	31.21685	-92.22791	27			LA	009		
4338648	Rhinehart	rhinehart	US	71363	0	America/Chicago	31.63767	-92.0068	18	Hawkins,Rhinehart		LA	059		
4338653	Rhodes	rhodes	US	48652	0	America/Chicago	30.30631	-91.12149	6			LA	047		
4338670	Riceville	riceville	US	16432	0	America/Chicago	30.07632	-92.5143	3	Dixie,Riceville		LA	113		
4338686	Richardson	richardson	US	75080	0	America/Chicago	30.85463	-90.21314	60	Richardson,Richardsons Store		LA	117		
4338700	Richland	richland	US	08350	0	America/Chicago	30.14464	-91.17983	4			LA	047		
4338701	Richland	richland	US	08350	0	America/Chicago	29.78632	-91.69512	2			LA	101		
4338702	Richland	richland	US	08350	0	America/Chicago	31.83655	-91.45123	20			LA	107		
4338719	Richmond	richmond	US	01254	543	America/Chicago	32.38792	-91.18205	23	Richmond,Ричмонд		LA	065		
4338720	Richwood	richwood	US	08074	3474	America/Chicago	32.44876	-92.08486	22			LA	073		
4338723	Riddle	riddle	US	97469	0	America/Chicago	30.71963	-91.30983	23			LA	125		
4338727	Ridge	ridge	US	11961	0	America/Chicago	32.23849	-93.08766	113			LA	013		
4338728	Ridge	ridge	US	11961	0	America/Chicago	30.15909	-92.17624	8			LA	055		
4338736	Ridgecrest	ridgecrest	US	28770	666	America/Chicago	31.60294	-91.5279	16			LA	029		
4338737	Ridgecrest	ridgecrest	US	28770	0	America/Chicago	32.47209	-92.18597	30			LA	073		
4338744	Ridgewood	ridgewood	US	07450	0	America/Chicago	30.50547	-91.03205	15			LA	033		
4338745	Ridgewood	ridgewood	US	07450	0	America/Chicago	32.38627	-93.79101	58			LA	017		
4338772	Ringgold	ringgold	US	15770	1432	America/Chicago	32.32849	-93.27989	85	Ringgold,Slabtown		LA	013		
4338777	Ringwood	ringwood	US	07456	0	America/Chicago	31.98405	-92.5232	47			LA	127		
4338779	Rio	rio	US	26755	0	America/Chicago	30.69297	-89.89007	30			LA	117		
4338859	Riverton	riverton	US	06065	0	America/Chicago	32.16071	-92.09625	21			LA	021		
4338862	Riverview	riverview	US	33568	0	America/Chicago	30.4613	-90.99594	13			LA	033		
4338876	Roanoke	roanoke	US	24001	546	America/Chicago	30.23687	-92.74709	8	Esterley,Esterly,Roanoke		LA	053		
4338883	Robeline	robeline	US	71469	170	America/Chicago	31.69045	-93.30462	47	Leolia,Robeline		LA	069		
4338887	Robert	robert	US	70455	0	America/Chicago	30.50589	-90.34216	8			LA	105		
4338949	Robson	robson	US	25173	0	America/Chicago	32.36182	-93.64296	47			LA	017		
4338952	Rochelle	rochelle	US	22738	0	America/Chicago	31.79017	-92.36958	25			LA	043		
4338954	Robinson	robinson	US	15949	0	America/Chicago	32.98902	-91.89013	41			LA	067		
4338955	Rock	rock	US	24747	0	America/Chicago	31.43712	-92.73459	29	Quarry,Rock,Rock Quarry,Rock Quarry Station		LA	079		
4338964	Rock Hill	rock-hill	US	12775	274	America/Chicago	31.44712	-92.57098	45			LA	043		
4338981	Rockfield	rockfield	US	42274	0	America/Chicago	32.29099	-92.72515	46			LA	049		
4339008	Rocky Mount	rocky-mount	US	24151	0	America/Chicago	32.81459	-93.62934	124	Rocky Mount,Rockymount		LA	015		
4339039	Rogers	rogers	US	06263	0	America/Chicago	31.5324	-92.22513	27	Norris Plantation,Rodgers,Rogers		LA	059		
4339040	Rogers	rogers	US	06263	0	America/Chicago	32.93152	-91.97596	27			LA	067		
4339046	Rodessa	rodessa	US	71069	263	America/Chicago	32.97125	-93.9949	70			LA	017		
4339061	Rome	rome	US	13440	0	America/Chicago	30.37714	-90.55065	1			LA	063		
4339084	Roosevelt	roosevelt	US	08555	0	America/Chicago	32.57208	-91.18233	27			LA	035		
4339106	Rose Hill	rose-hill	US	24281	0	America/Chicago	29.91715	-92.12818	1			LA	113		
4339135	Rosedale	rosedale	US	11422	0	America/Chicago	29.92159	-90.97371	3	Boatner Plantation,Rosedale,Rosedale Plantation		LA	007		
4339136	Rosedale	rosedale	US	11422	776	America/Chicago	30.44131	-91.45205	6	Rose Dale,Rosedale		LA	047		
4339148	Roseland	roseland	US	07068	1203	America/Chicago	30.76491	-90.51176	40			LA	105		
4339179	Rosepine	rosepine	US	70659	1634	America/Chicago	30.91991	-93.28239	69			LA	115		
4339187	Rosewood	rosewood	US	43070	0	America/Chicago	30.99796	-91.88345	15			LA	009		
4339208	Rougon	rougon	US	70773	0	America/Chicago	30.60908	-91.37428	9	Chenal,Rougon		LA	077		
4339254	Rousseau	rousseau	US	41366	0	America/Chicago	29.76354	-90.72259	2			LA	057		
4339266	Roxana	roxana	US	41848	0	America/Chicago	31.1188	-92.25874	18			LA	079		
4339267	Roy	roy	US	59471	0	America/Chicago	32.22405	-93.15211	61	Roy,Royville		LA	013		
4339269	Royal	royal	US	51357	0	America/Chicago	31.986	-92.4482	50			LA	127		
4339274	Royal Oak	royal-oak	US	21662	0	America/Chicago	30.43269	-91.02649	12			LA	033		
4339281	Ruby	ruby	US	12475	0	America/Chicago	31.18935	-92.24874	30			LA	079		
4339305	Rushmore	rushmore	US	56168	0	America/Chicago	30.47158	-91.0276	14			LA	033		
4339315	Russellville	russellville	US	29476	0	America/Chicago	32.66598	-93.02877	115	Moffitt,Russellville		LA	027		
4339330	Ruth	ruth	US	39662	0	America/Chicago	30.23798	-91.88178	8			LA	099		
4339348	Ruston	ruston	US	71270	22340	America/Chicago	32.52321	-92.63793	102	RSN,Raston,Ruston,la si dun,rastn  lwyyzyana,rwstwn,Растон,راستن، لوئیزیانا,رسٹن، لوزیانا,روستون,拉斯顿	061	LA	061		
4339429	Saint Amant	saint-amant	US	70774	0	America/Chicago	30.22464	-90.86899	2			LA	005		
4339514	Saint Benedict	saint-benedict	US	15773	0	America/Chicago	30.52686	-90.11258	13	Cedar Hill,Saint Benedict,St. Benedict		LA	103		
4339520	Saint Bernard	saint-bernard	US	70085	0	America/Chicago	29.86715	-89.85868	1			LA	087		
4339561	Saint Charles	saint-charles	US	24282	0	America/Chicago	29.75327	-90.72092	3			LA	057		
4339593	Saint Clair	saint-clair	US	17970	0	America/Chicago	29.86993	-89.96896	3			LA	075		
4339648	Saint Elmo	saint-elmo	US	36568	0	America/Chicago	30.11992	-90.96065	6	Saint Elma,Saint Elmo,St. Elmo		LA	005		
4339649	Saint Elmo	saint-elmo	US	36568	0	America/Chicago	30.0227	-90.73481	6			LA	093		
4339684	Saint Francisville	saint-francisville	US	62460	1765	America/Chicago	30.7799	-91.3765	35	Post of Atakapas,Puesto de Attacapas,Saint Francisville,St. Francisville,Webbsville	125	LA	125		
4339690	Saint Gabriel	saint-gabriel	US	70776	6677	America/Chicago	30.2577	-91.09927	7	Iberville,Saint Gabriel,Saint Gabriel Plantation,Sanford,St. Gabriel		LA	047		
4339738	Saint James	saint-james	US	11780	828	America/Chicago	29.98187	-90.83176	5	Sent-Dzhejms,Сент-Джеймс		LA	093		
4339739	Saint James	saint-james	US	11780	0	America/Chicago	30.41825	-91.09344	14			LA	033		
4339818	Saint Joe	saint-joe	US	46785	0	America/Chicago	30.34464	-89.75617	9			LA	103		
4339821	Saint John	saint-john	US	46373	0	America/Chicago	30.15881	-91.80873	6	Saint John,Saint John Plantation,St. John		LA	099		
4339822	Saint John	saint-john	US	46373	0	America/Chicago	31.75627	-91.43317	19			LA	107		
4339934	Saint Joseph	saint-joseph	US	38481	1176	America/Chicago	31.91849	-91.23345	23	Sent-Dzhozef,Сент-Джозеф	107	LA	107		
4340041	Saint Landry	saint-landry	US	71367	0	America/Chicago	30.84436	-92.2579	15			LA	039		
4340064	Saint Louis	saint-louis	US	48880	0	America/Chicago	30.25658	-91.23094	5			LA	047		
4340065	Saint Louis	saint-louis	US	48880	0	America/Chicago	30.80547	-92.17457	13			LA	097		
4340196	Saint Martinville	saint-martinville	US	70582	6114	America/Chicago	30.1252	-91.83345	7	Le Poste Des Attakapas,Petit Paris,Saint Martinsville,Saint Martinville,St. Martinville	099	LA	099		
4340328	Saint Maurice	saint-maurice	US	71471	323	America/Chicago	31.75961	-92.95905	50			LA	127		
4340551	Saint Rose	saint-rose	US	70087	8122	America/Chicago	29.94687	-90.32313	3	Elkinsville,Saint Rose,St. Rose		LA	089		
4340596	Saint Thomas	saint-thomas	US	17252	0	America/Chicago	29.89354	-91.00677	3	Saint Thomas,Saint Thomas Plantation,St. Thomas		LA	007		
4340667	Saline	saline	US	48176	266	America/Chicago	32.1646	-92.97433	56			LA	013		
4340692	Salix	salix	US	15952	0	America/Chicago	29.92632	-90.30925	0			LA	089		
4340881	Sarah	sarah	US	38665	0	America/Chicago	29.77021	-90.03007	2			LA	075		
4340885	Saranac	saranac	US	12981	0	America/Chicago	32.00932	-91.35289	21			LA	107		
4340889	Sardis	sardis	US	30456	0	America/Chicago	31.751	-93.6449	78			LA	085		
4340890	Sardis	sardis	US	30456	0	America/Chicago	31.84489	-92.70737	85			LA	127		
4340902	Sarepta	sarepta	US	71071	864	America/Chicago	32.89292	-93.44851	78			LA	119		
4340916	Satsuma	satsuma	US	32189	0	America/Chicago	30.50269	-90.80038	14	Satsuma,Stafford Station		LA	063		
4340947	Savoy	savoy	US	01256	0	America/Chicago	30.50742	-92.31957	16			LA	097		
4340987	Scarsdale	scarsdale	US	10583	0	America/Chicago	29.84521	-89.97785	2			LA	075		
4341007	Schriever	schriever	US	70395	6853	America/Chicago	29.74215	-90.81037	4			LA	109		
4341026	Scotland	scotland	US	06264	0	America/Chicago	30.5238	-91.16427	19			LA	033		
4341033	Scott	scott	US	38772	9018	America/Chicago	30.23576	-92.09457	11			LA	055		
4341060	Scottsville	scottsville	US	14546	0	America/Chicago	32.93736	-92.76682	54	Scottsville,Scottville		LA	027		
4341067	Seabrook	seabrook	US	03874	0	America/Chicago	30.03187	-90.0134	-2			LA	071	98000	
4341074	Seale	seale	US	36875	0	America/Chicago	30.56187	-93.436	35			LA	011		
4341077	Searcy	searcy	US	72143	0	America/Chicago	31.70517	-92.22819	31			LA	059		
4341084	Sebastopol	sebastopol	US	39359	0	America/Chicago	29.86771	-89.87284	3	Sebastapol,Sebastopol		LA	087		
4341167	Sellers	sellers	US	29592	0	America/Chicago	29.99909	-90.42675	5			LA	089		
4341169	Selma	selma	US	24474	0	America/Chicago	31.74128	-92.38708	22			LA	043		
4341188	Serena	serena	US	60549	0	America/Chicago	31.44045	-91.86401	17	Pullins Landing,Serena		LA	025		
4341228	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.73544	-93.25989	55			LA	069		
4341229	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.96127	-91.42484	20			LA	107		
4341272	Shadyside	shadyside	US	43947	0	America/Chicago	29.7341	-91.39039	3			LA	101		
4341282	Shamrock	shamrock	US	74068	0	America/Chicago	31.70878	-93.33073	44			LA	069		
4341295	Sharon	sharon	US	02067	0	America/Chicago	32.77181	-92.76404	89			LA	027		
4341321	Shaw	shaw	US	38773	0	America/Chicago	31.19157	-91.63123	17			LA	029		
4341342	Shelburn	shelburn	US	47879	0	America/Chicago	32.88429	-91.22567	31			LA	035		
4341378	Shenandoah	shenandoah	US	17976	18399	America/Chicago	30.4013	-91.00094	12			LA	033		
4341379	Shenandoah	shenandoah	US	17976	0	America/Chicago	32.54875	-92.01013	25			LA	073		
4341394	Sherburne	sherburne	US	13460	0	America/Chicago	30.51492	-91.719	8	Sherbourne,Sherburne		LA	077		
4341398	Sheridan	sheridan	US	04775	0	America/Chicago	30.86852	-90.00314	68	Sheridan,Sheridan Store		LA	117		
4341412	Sherwood	sherwood	US	21665	0	America/Chicago	31.85044	-91.94791	50			LA	025		
4341438	Shiloh	shiloh	US	08353	0	America/Chicago	32.79348	-92.58932	73			LA	111		
4341439	Shiloh	shiloh	US	08353	0	America/Chicago	30.42714	-91.02121	12			LA	033		
4341470	Shiloh	shiloh	US	08353	0	America/Chicago	30.68713	-90.50787	29			LA	105		
4341491	Shongaloo	shongaloo	US	71072	176	America/Chicago	32.94153	-93.29878	78			LA	119		
4341513	Shreveport	shreveport	US	71101	197204	America/Chicago	32.52515	-93.75018	44	SHV,Shreve Town,Shreveport,Shreves Landing,Shrivport,shen li fu bo te,shryfbwrt,shrywpwrt  lwyyzyana,shuribupoto,srivaporta,srybpwrt,syulibeupoteu,Шревепорт,Шривпорт,שריבפורט,شريفبورت,شریوپورت، لوئیزیانا,شریوپورٹ، لوزیانا,श्रीवपोर्ट,シュリーブポート,什里夫波特,슈리브포트	017	LA	017		
4341532	Shrewsbury	shrewsbury	US	01545	0	America/Chicago	29.97104	-90.1423	0	Shrewsberry,Shrewsbury		LA	051		
4341543	Sibley	sibley	US	39165	1184	America/Chicago	32.53932	-93.29628	62	Overton,Sibley		LA	119		
4341545	Sibley	sibley	US	39165	0	America/Chicago	32.5757	-92.46737	71			LA	061		
4341556	Sicily Island	sicily-island	US	71368	508	America/Chicago	31.84655	-91.65624	23	Florence,Sicily Island		LA	025		
4341568	Sieper	sieper	US	71472	0	America/Chicago	31.21102	-92.80821	55	Seiper,Sieper		LA	079		
4341584	Siloam Springs	siloam-springs	US	72761	0	America/Chicago	32.16294	-92.67237	76			LA	049		
4341588	Sikes	sikes	US	71473	113	America/Chicago	32.08099	-92.48681	52			LA	127		
4341601	Silverwood	silverwood	US	48760	0	America/Chicago	30.18965	-92.59792	4			LA	053		
4341610	Simmesport	simmesport	US	71369	2117	America/Chicago	30.98352	-91.80012	12	Simmesport,Simsport		LA	009		
4341623	Simms	simms	US	59477	0	America/Chicago	31.46129	-92.42347	57			LA	043		
4341634	Simpson	simpson	US	26435	618	America/Chicago	31.24574	-93.01544	77			LA	115		
4341648	Simsboro	simsboro	US	71275	859	America/Chicago	32.5346	-92.78849	99			LA	061		
4341655	Singer	singer	US	70660	287	America/Chicago	30.65492	-93.41239	45			LA	011		
4341715	Slagle	slagle	US	71475	0	America/Chicago	31.20241	-93.12738	84			LA	115		
4341724	Slaughter	slaughter	US	70777	963	America/Chicago	30.71741	-91.1415	40	Belzoro,Burnsville,Slaughter		LA	037		
4341727	Slidell	slidell	US	70458	27942	America/Chicago	30.27519	-89.78117	1	Slajdel,aslaydl  lwyyzyana,si lai de er,slydl,Слајдел,اسلایدل، لوئیزیانا,سلایڈیل، لوزیانا,سليدل,斯莱德尔		LA	103		
4341741	Sligo	sligo	US	16255	0	America/Chicago	32.45099	-93.58156	55			LA	015		
4341744	Slocum	slocum	US	02877	0	America/Chicago	31.28295	-91.63873	18	Bougere,Slocum		LA	029		
4341820	Smithfield	smithfield	US	02917	0	America/Chicago	30.54547	-91.29455	9			LA	121		
4341823	Smithland	smithland	US	42081	0	America/Chicago	30.91018	-91.66373	19	Hog Point,Smithland		LA	077		
4341828	Smithville	smithville	US	26178	0	America/Chicago	31.32463	-92.41014	28			LA	079		
4341833	Smyrna	smyrna	US	13464	0	America/Chicago	32.09211	-93.8888	92			LA	031		
4341894	Somerset	somerset	US	02725	0	America/Chicago	32.17626	-91.234	26			LA	107		
4341899	Sondheimer	sondheimer	US	71276	0	America/Chicago	32.55014	-91.17594	26			LA	035		
4341920	Sorrento	sorrento	US	04677	1582	America/Chicago	30.18436	-90.85926	2	Landry,Sorrento		LA	005		
4341946	South Bend	south-bend	US	46601	0	America/Chicago	29.63021	-91.53567	2	South Bend,Wooster		LA	101		
4341974	South Dayton	south-dayton	US	14138	0	America/Chicago	30.47713	-91.1365	15			LA	033		
4342050	South Point	south-point	US	45680	0	America/Chicago	30.14298	-89.88451	2	South Point,South Shore		LA	071	98000	
4342155	Southport	southport	US	04576	0	America/Chicago	29.96243	-90.14285	1	Southport,Tchoupitoulas		LA	051		
4342229	Spanish Fort	spanish-fort	US	36527	0	America/Chicago	30.02104	-90.08257	2			LA	071	98000	
4342249	Sparks	sparks	US	31647	0	America/Chicago	30.4988	-91.52733	7			LA	077		
4342250	Sparta	sparta	US	07871	0	America/Chicago	32.36738	-93.07961	65			LA	013		
4342261	Spearsville	spearsville	US	71277	134	America/Chicago	32.93597	-92.60515	58			LA	111		
4342269	Spencer	spencer	US	01562	0	America/Chicago	32.74014	-92.1318	37			LA	111		
4342310	Spokane	spokane	US	65754	442	America/Chicago	31.69933	-91.4604	20			LA	029		
4342363	Spring Creek	spring-creek	US	16436	0	America/Chicago	30.91213	-90.44704	75	Spring Creek,Springcreek		LA	105		
4342380	Spring Hill	spring-hill	US	34606	0	America/Chicago	32.20877	-92.64071	78			LA	049		
4342404	Spring Lake	spring-lake	US	07762	0	America/Chicago	32.73348	-93.05516	99			LA	027		
4342415	Springfield	springfield	US	01101	499	America/Chicago	30.42908	-90.5487	5	Bookters Landing,Springfield,Springfild,Спрингфилд		LA	063		
4342428	Springhill	springhill	US	71075	0	America/Chicago	30.80796	-90.10008	57	Spring Hill,Springhill		LA	117		
4342429	Springhill	springhill	US	71075	5097	America/Chicago	33.00597	-93.46684	88			LA	119		
4342450	Springville	springville	US	14141	0	America/Chicago	30.43547	-90.68315	9	Centerville,Springville		LA	063		
4342472	Stacy	stacy	US	28581	0	America/Chicago	31.60267	-91.6904	18			LA	029		
4342492	Standard	standard	US	61363	0	America/Chicago	31.91766	-92.22014	53			LA	059		
4342493	Standard	standard	US	61363	0	America/Chicago	31.15574	-93.361	65			LA	115		
4342504	Stanley	stanley	US	14561	147	America/Chicago	30.49798	-92.89793	13			LA	003		
4342505	Stanley	stanley	US	14561	107	America/Chicago	31.961	-93.89797	95	Oak Grove,Stanley		LA	031		
4342513	Stanton	stanton	US	08885	0	America/Chicago	29.91743	-89.9409	2			LA	071	98000	
4342514	Staples	staples	US	56479	0	America/Chicago	32.36432	-93.81657	52			LA	017		
4342515	Star	star	US	27356	0	America/Chicago	30.02909	-91.0626	5	Star,Star Plantation		LA	007		
4342516	Star	star	US	27356	0	America/Chicago	29.7341	-90.00813	2			LA	075		
4342541	Starks	starks	US	70661	664	America/Chicago	30.31548	-93.66183	9			LA	019		
4342570	Start	start	US	71279	905	America/Chicago	32.48653	-91.85929	22	Charleston,Start		LA	083		
4342577	State Line	state-line	US	17263	0	America/Chicago	30.98074	-89.95036	58			LA	117		
4342614	Stella	stella	US	28582	0	America/Chicago	29.81937	-89.9959	2			LA	075		
4342620	Stephens	stephens	US	30667	0	America/Chicago	31.76877	-93.15017	45			LA	069		
4342625	Stephenville	stephenville	US	76401	0	America/Chicago	29.77826	-91.16594	1	Stephensville,Stephenville		LA	099		
4342626	Sterling	sterling	US	01564	0	America/Chicago	29.80632	-91.4765	3			LA	101		
4342638	Sterlington	sterlington	US	71280	2463	America/Chicago	32.69625	-92.08597	18	Hamilton,Sterlington		LA	073		
4342653	Stevenson	stevenson	US	06491	0	America/Chicago	32.92096	-91.94319	31			LA	067		
4342696	Stonewall	stonewall	US	28583	2093	America/Chicago	32.28183	-93.82407	66			LA	031		
4342706	Story	story	US	71970	0	America/Chicago	29.91326	-89.90923	1			LA	087		
4342799	Sugartown	sugartown	US	70662	54	America/Chicago	30.83992	-93.01488	54	Sugar Town,Sugartown		LA	011		
4342816	Sulphur	sulphur	US	40070	20189	America/Chicago	30.23659	-93.37738	5	Salfer,Sulphur,Sulphur City,Sulphur Mine Station,sa er fu,salfr  lwyyzyana,slfr  lwzyana,swlfwr,Салфер,سالفر، لوئیزیانا,سلفر، لوزیانا,سولفور,萨尔弗		LA	019		
4342839	Summerfield	summerfield	US	27358	0	America/Chicago	30.32381	-90.84093	4			LA	005		
4342840	Summerfield	summerfield	US	27358	0	America/Chicago	32.91264	-92.82932	70			LA	027		
4342841	Summerfield	summerfield	US	27358	0	America/Chicago	31.57989	-92.72154	33			LA	043		
4342849	Summerville	summerville	US	15864	0	America/Chicago	31.75545	-92.16236	46	Centerville,Funny Louis,Summerville		LA	059		
4342855	Summit	summit	US	07901	0	America/Chicago	32.3982	-92.1768	29			LA	073		
4342921	Sunset	sunset	US	04683	2967	America/Chicago	30.41131	-92.06845	14	Grand Coteau Depot,Sunset		LA	097		
4342932	Sunshine	sunshine	US	70780	0	America/Chicago	30.27881	-91.13066	7	Forlorn Hope,Sunshine		LA	047		
4342933	Sunshine	sunshine	US	70780	0	America/Chicago	29.52466	-90.73954	1			LA	109		
4342944	Superior	superior	US	51363	0	America/Chicago	32.82486	-93.97879	64			LA	017		
4342975	Swan Lake	swan-lake	US	12783	0	America/Chicago	32.54098	-93.66907	51			LA	015		
4342984	Swartz	swartz	US	71281	4536	America/Chicago	32.56875	-91.98513	28	Schwartz,Swartz		LA	073		
4342997	Sweet Home	sweet-home	US	72164	0	America/Chicago	30.01215	-91.03066	5	Sweet Home,Sweet Home Plantation		LA	007		
4343040	Swift	swift	US	56682	0	America/Chicago	32.44654	-93.25378	84			LA	119		
4343048	Sycamore	sycamore	US	15364	0	America/Chicago	31.61267	-91.53429	18	Chotards,Sycamore,Sycamore Plantation		LA	029		
4343084	Taft	taft	US	38488	63	America/Chicago	29.99131	-90.44814	4			LA	089		
4343087	Talisheek	talisheek	US	70464	0	America/Chicago	30.53269	-89.87674	18			LA	103		
4343093	Tall Timbers	tall-timbers	US	20690	0	America/Chicago	32.56126	-93.57962	61			LA	015		
4343094	Tall Timbers	tall-timbers	US	20690	0	America/Chicago	29.90493	-89.99757	-2			LA	071	98000	
4343103	Tallulah	tallulah	US	71282	6995	America/Chicago	32.40848	-91.18678	26	Tallula,Tallulah,Talula,ta lu la,talwlah,tlwla  lwyyzyana,Талула,تالولاه,تلولا، لوئیزیانا,塔卢拉	065	LA	065		
4343108	Tama	tama	US	52339	0	America/Chicago	32.3271	-92.25569	49			LA	073		
4343119	Tangipahoa	tangipahoa	US	70465	808	America/Chicago	30.87602	-90.51204	54			LA	105		
4343177	Taylor	taylor	US	18517	0	America/Chicago	32.54571	-93.11933	68			LA	013		
4343233	Temple	temple	US	03084	0	America/Chicago	31.27824	-92.95543	86			LA	115		
4343255	Tenmile	tenmile	US	97481	0	America/Chicago	30.76631	-92.90432	29			LA	003		
4343322	Terry	terry	US	39170	0	America/Chicago	32.92957	-91.34873	33			LA	123		
4343402	The Rock	the-rock	US	30285	0	America/Chicago	31.55101	-92.71321	32	Rock Hill,The Rock		LA	043		
4343421	Theriot	theriot	US	70397	0	America/Chicago	29.75049	-90.63203	2			LA	057		
4343422	Theriot	theriot	US	70397	0	America/Chicago	29.46133	-90.75148	1	Bayou du Large,Theriot		LA	109		
4343429	Thibodaux	thibodaux	US	70301	14584	America/Chicago	29.79576	-90.82287	4	Thibadeauxville,Thibodaux,Thibodauxville,Thibodeaux,Tibodo,di bo,thybwdwks,tybdww  lwyyzyana,Тибодо,تیبدوو، لوئیزیانا,ثيبودوكس,蒂博	057	LA	057		
4343476	Thomas	thomas	US	26292	0	America/Chicago	30.96796	-90.0287	106			LA	117		
4343509	Thomastown	thomastown	US	39171	0	America/Chicago	32.35737	-91.06983	27			LA	065		
4343588	Tickfaw	tickfaw	US	70466	744	America/Chicago	30.5776	-90.48443	19			LA	105		
4343627	Tigerville	tigerville	US	29688	0	America/Chicago	30.0427	-90.54342	4			LA	095		
4343670	Tioga	tioga	US	16946	0	America/Chicago	31.38712	-92.42569	52	Levin,Levine,Seiss,Tioga		LA	079		
4343686	Todd	todd	US	16685	0	America/Chicago	29.70826	-91.46372	2			LA	101		
4343713	Tony	tony	US	54563	0	America/Chicago	30.04159	-91.73345	6			LA	045		
4343795	Transylvania	transylvania	US	71286	0	America/Chicago	32.67847	-91.18261	30			LA	035		
4343822	Tremont	tremont	US	17981	0	America/Chicago	32.51931	-92.45487	35			LA	061		
4343825	Trenton	trenton	US	08601	0	America/Chicago	31.95017	-93.71935	105			LA	031		
4343839	Trinity	trinity	US	27370	0	America/Chicago	31.63211	-91.81096	18			LA	025		
4343899	Triumph	triumph	US	61371	216	America/Chicago	29.33939	-89.47672	2	Silver,Triumph		LA	075		
4343920	Trout	trout	US	71371	0	America/Chicago	31.69573	-92.17875	62			LA	059		
4343929	Troy	troy	US	03465	0	America/Chicago	31.81266	-91.45095	19			LA	107		
4344007	Tullos	tullos	US	71479	387	America/Chicago	31.8196	-92.33078	38			LA	059		
4344015	Tunica	tunica	US	38676	0	America/Chicago	30.92935	-91.55512	20	Bayou Tunica,Tunica,Tunica Village,Wilhelm		LA	125		
4344044	Turkey Creek	turkey-creek	US	70585	444	America/Chicago	30.87714	-92.41319	38	Turkey Creek,Turkeycreek		LA	039		
4344085	Turnerville	turnerville	US	30580	0	America/Chicago	30.29436	-91.239	8			LA	047		
4344146	Twin Oaks	twin-oaks	US	74368	0	America/Chicago	30.5863	-91.00371	20			LA	033		
4344147	Twin Oaks	twin-oaks	US	74368	0	America/Chicago	32.89263	-91.7904	42			LA	067		
4344151	Twin Bridges	twin-bridges	US	59754	0	America/Chicago	32.79874	-91.50151	29			LA	123		
4344166	Tyrone	tyrone	US	14887	0	America/Chicago	30.49715	-92.51125	15			LA	039		
4344186	Union	union	US	03887	892	America/Chicago	30.08714	-90.90482	7	Pointville,Poinville,Union		LA	093		
4344255	Union Hill	union-hill	US	14563	0	America/Chicago	30.99463	-92.73126	60			LA	079		
4344256	Union Hill	union-hill	US	14563	0	America/Chicago	31.94072	-92.73904	69			LA	127		
4344277	Union Point	union-point	US	30669	0	America/Chicago	31.22073	-91.62568	15			LA	029		
4344286	Union Springs	union-springs	US	13160	0	America/Chicago	31.83045	-93.78991	80			LA	085		
4344297	Unionville	unionville	US	06085	0	America/Chicago	32.66931	-92.64154	69	Union Village,Unionville		LA	061		
4344301	United	united	US	15689	0	America/Chicago	29.77993	-91.74623	2			LA	101		
4344351	University Park	university-park	US	16802	0	America/Chicago	32.41488	-93.70629	48			LA	017		
4344352	University Place	university-place	US	98467	0	America/Chicago	30.17215	-93.22099	4			LA	019		
4344353	University Place	university-place	US	98467	0	America/Chicago	30.51686	-90.47453	13			LA	105		
4344354	University Place	university-place	US	98467	0	America/Chicago	30.5363	-91.19789	19			LA	033		
4344372	Upland	upland	US	46989	0	America/Chicago	32.73125	-91.88318	45	Uplana,Upland		LA	067		
4344414	Urania	urania	US	71480	1316	America/Chicago	31.86378	-92.29597	29	Prestridge Spur,Urania		LA	059		
4344419	Ursa	ursa	US	62376	0	America/Chicago	29.66743	-91.06371	3			LA	007		
4344429	Vacherie	vacherie	US	70090	0	America/Chicago	30.01104	-90.71954	5	LaVacherie,Vacherie		LA	093		
4344445	Valentine	valentine	US	69201	0	America/Chicago	29.59466	-90.46731	2			LA	057		
4344492	Vaughn	vaughn	US	59487	0	America/Chicago	32.95207	-91.96319	34			LA	067		
4344506	Velma	velma	US	73491	0	America/Chicago	30.65935	-90.49898	27			LA	105		
4344509	Venice	venice	US	34284	202	America/Chicago	29.27717	-89.35478	0	Jump,Venice		LA	075		
4344513	Ventress	ventress	US	70783	890	America/Chicago	30.68185	-91.40817	10			LA	077		
4344523	Verdunville	verdunville	US	25649	0	America/Chicago	29.7541	-91.40094	2			LA	101		
4344534	Vernon	vernon	US	05354	0	America/Chicago	32.38876	-92.57154	79			LA	049		
4344556	Versailles	versailles	US	06383	0	America/Chicago	29.94826	-89.9609	1			LA	087		
4344573	Victoria	victoria	US	23974	0	America/Chicago	31.66406	-93.22545	57			LA	069		
4344599	Vidalia	vidalia	US	30474	4112	America/Chicago	31.56544	-91.42595	21	Concord,Concordia,Post of Concord,Post of Concordia,Post of New Concordia,Vajdejlija,Vidalia,fydalya,wei da li ya,wydylya  lwyyzyana,Вајдејлија,فيداليا,ویدیلیا، لوئیزیانا,维达利亚	029	LA	029		
4344622	Vida	vida	US	59274	0	America/Chicago	30.03409	-91.73039	6			LA	045		
4344640	Vienna	vienna	US	04360	389	America/Chicago	32.59098	-92.64793	81			LA	061		
4344651	Ville Platte	ville-platte	US	70586	7264	America/Chicago	30.68797	-92.27152	22	Flat Town,Ville Platte,Villeplatte,fyl blat,wei le pu la te,wyl plt  lwyyzyana,فيل بلات,ویل پلت، لوئیزیانا,威乐普拉特	039	LA	039		
4344676	Vinton	vinton	US	24179	3355	America/Chicago	30.19076	-93.58127	5			LA	019		
4344684	Violet	violet	US	70092	4973	America/Chicago	29.89576	-89.89784	1	Bank Station,Borgne Mouth,Canal,Violet		LA	087		
4344697	Vivian	vivian	US	57576	3626	America/Chicago	32.87153	-93.9874	78			LA	017		
4344803	Waddell	waddell	US	85355	0	America/Chicago	32.75235	-91.27011	27			LA	035		
4344811	Wadesboro	wadesboro	US	28170	0	America/Chicago	30.42436	-90.48537	4			LA	105		
4344827	Wakefield	wakefield	US	01880	0	America/Chicago	30.88935	-91.35011	75	Brothers,Wakefield,Wakefield Plantation		LA	125		
4344831	Walden	walden	US	12586	0	America/Chicago	30.39241	-91.11955	7			LA	033		
4344843	Walker	walker	US	26180	0	America/Chicago	32.19016	-92.58376	84			LA	049		
4344844	Walker	walker	US	26180	6318	America/Chicago	30.48797	-90.86149	14	Melton Old Field,Milton Old Field,Walker		LA	063		
4344878	Walkertown	walkertown	US	27051	0	America/Chicago	29.89021	-90.11368	1			LA	051		
4344883	Wall Lake	wall-lake	US	51466	0	America/Chicago	32.63264	-92.1418	25	Wall Lake,Walls Lake		LA	073		
4344888	Wallace	wallace	US	26448	671	America/Chicago	30.04326	-90.66731	6	Wallace,Willow Grove		LA	095		
4344911	Waller	waller	US	77484	0	America/Chicago	32.51654	-93.6999	50			LA	015		
4344919	Walls	walls	US	38680	0	America/Chicago	30.58713	-91.32622	8			LA	121		
4344931	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	31.19685	-93.09183	82	Walnut Hill,Walnuthill		LA	115		
4344932	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	30.42908	-91.149	15			LA	033		
4344942	Walsh	walsh	US	62297	0	America/Chicago	32.37099	-92.91349	97			LA	013		
4344948	Walters	walters	US	73572	0	America/Chicago	31.5474	-91.99596	16			LA	025		
4344954	Ward	ward	US	29166	0	America/Chicago	30.74047	-92.70237	32			LA	003		
4345453	Warden	warden	US	98857	0	America/Chicago	32.53764	-91.49706	27	Richland,Warden		LA	083		
4345464	Wardville	wardville	US	74576	0	America/Chicago	32.87485	-91.90513	29			LA	067		
4345465	Wardville	wardville	US	74576	0	America/Chicago	31.30935	-92.40652	31			LA	079		
4345498	Washington	washington	US	03280	956	America/Chicago	30.61631	-92.05706	14	Church Landing,Vashington,Washington,Вашингтон		LA	097		
4345533	Waterford	waterford	US	04088	0	America/Chicago	29.99659	-90.47314	4	Waterford,Waterford Spur		LA	089		
4345538	Waterloo	waterloo	US	13165	0	America/Chicago	30.69463	-91.35733	14			LA	077		
4345543	Waterproof	waterproof	US	71375	609	America/Chicago	31.80488	-91.38345	21	Water Proof,Waterproof		LA	107		
4345544	Waterproof	waterproof	US	71375	0	America/Chicago	29.56299	-90.79509	3			LA	109		
4345555	Watson	watson	US	35181	1047	America/Chicago	30.57574	-90.95316	21			LA	063		
4345577	Waverly	waverly	US	14892	0	America/Chicago	32.44625	-91.4115	21	Waverly,Waverly Station		LA	065		
4345610	Webb	webb	US	36376	0	America/Chicago	31.73211	-91.94624	30			LA	025		
4345613	Weber City	weber-city	US	24290	0	America/Chicago	30.22936	-90.88899	2	Walker,Weber City		LA	005		
4345644	Welcome	welcome	US	20693	800	America/Chicago	30.05937	-90.86843	6	Bon Secour,Bon Secours,Welcome,Welcome Plantation		LA	093		
4345645	Welcome	welcome	US	20693	0	America/Chicago	30.05965	-90.5912	5			LA	095		
4345653	Weldon	weldon	US	27890	0	America/Chicago	32.85959	-92.72543	54			LA	027		
4345658	Wellington	wellington	US	33414	0	America/Chicago	30.42519	-91.0501	13			LA	033		
4345667	Welsh	welsh	US	70591	3227	America/Chicago	30.23604	-92.82265	6	Welch,Welchs,Welsh,Welshs Station		LA	053		
4345767	West End	west-end	US	27376	0	America/Chicago	30.02298	-90.11257	1			LA	071	98000	
4345768	West End	west-end	US	27376	0	America/Chicago	31.14324	-93.27294	81			LA	115		
4345850	West Monroe	west-monroe	US	13167	12966	America/Chicago	32.51848	-92.14764	25	Trenton,West Monroe		LA	073		
4345864	West Point	west-point	US	10996	0	America/Chicago	29.4641	-89.21088	0			LA	075		
4345899	Westchester	westchester	US	60154	0	America/Chicago	30.35519	-91.07094	11			LA	033		
4345903	Westdale	westdale	US	13483	0	America/Chicago	32.16488	-93.4799	42			LA	081		
4345904	Westdale	westdale	US	13483	0	America/Chicago	30.51464	-90.48703	14			LA	105		
4345917	Westfield	westfield	US	01085	0	America/Chicago	29.98437	-91.07955	3	Augustin Plantation,Westfield,Westfield Plantation		LA	007		
4345920	Westgate	westgate	US	50681	0	America/Chicago	30.0027	-90.22535	-2			LA	051		
4345925	Westlake	westlake	US	44145	4615	America/Chicago	30.24215	-93.25071	5	Bryan,West Lake,West Lake Charles,Westlake		LA	019		
4345926	Westlake	westlake	US	44145	0	America/Chicago	31.75822	-93.15017	42			LA	069		
4345948	Westover	westover	US	16692	0	America/Chicago	30.49102	-91.27455	7			LA	121		
4345952	Westport	westport	US	02790	0	America/Chicago	30.96463	-92.79737	52			LA	079		
4345968	Westwego	westwego	US	70094	8542	America/Chicago	29.90604	-90.1423	0	Salaville,Westwego		LA	051		
4345978	Westwood	westwood	US	02090	0	America/Chicago	30.4552	-93.45127	26			LA	019		
4345979	Westwood	westwood	US	02090	0	America/Chicago	32.47876	-92.19597	33			LA	073		
4345980	Westwood	westwood	US	02090	0	America/Chicago	32.18515	-91.32011	17			LA	107		
4345995	Weyanoke	weyanoke	US	70787	0	America/Chicago	30.94684	-91.46123	46			LA	125		
4346007	Wheeling	wheeling	US	26003	0	America/Chicago	31.74628	-92.83932	72			LA	127		
4346014	Westminster	westminster	US	01441	3008	America/Chicago	30.4138	-91.0876	8			LA	033		
4346053	White Castle	white-castle	US	70788	1825	America/Chicago	30.16992	-91.14705	7	Bellys Estate,Pemberton Plantation,White Castle,White Castle Plantation,Whitecastle,Zacharie Plantation		LA	047		
4346054	White Hall	white-hall	US	21161	0	America/Chicago	30.07937	-90.90149	7	White Hall,White Hall Plantation		LA	093		
4346082	White Plains	white-plains	US	10601	0	America/Chicago	30.49602	-91.1315	17			LA	033		
4346090	White Sulphur Springs	white-sulphur-springs	US	12787	0	America/Chicago	31.60156	-92.27319	29			LA	059		
4346096	Whitehall	whitehall	US	12887	0	America/Chicago	30.28864	-90.70192	3	White Hall,Whitehall		LA	063		
4346106	Whitehouse	whitehouse	US	08888	0	America/Chicago	30.31409	-92.60292	5			LA	001		
4346110	Whitehall	whitehall	US	12887	0	America/Chicago	31.62434	-92.0418	27	White Hall,Whitehall		LA	059		
4346117	Whiteville	whiteville	US	28472	0	America/Chicago	30.78825	-92.14762	13			LA	097		
4346136	Wickliffe	wickliffe	US	42087	0	America/Chicago	30.68657	-91.39761	11	Wickliff,Wickliffe		LA	077		
4346138	Whittington	whittington	US	62897	0	America/Chicago	31.17741	-92.33152	19			LA	079		
4346189	Wildsville	wildsville	US	71377	0	America/Chicago	31.61573	-91.78402	17			LA	029		
4346192	Wildwood	wildwood	US	08260	0	America/Chicago	29.91215	-91.05649	3	Wildwood,Wildwood Plantation		LA	007		
4346193	Wildwood	wildwood	US	08260	0	America/Chicago	31.786	-91.57651	20	Wild Wood,Wildwood		LA	025		
4346194	Wildwood	wildwood	US	08260	0	America/Chicago	32.04961	-93.68601	86			LA	031		
4346195	Wildwood	wildwood	US	08260	0	America/Chicago	30.36991	-91.11288	11			LA	033		
4346222	Williams	williams	US	29493	0	America/Chicago	30.46576	-92.46625	12			LA	001		
4346223	Williams	williams	US	29493	0	America/Chicago	32.19405	-93.48101	44	Williams,Williams Plantation		LA	081		
4346280	Williamsport	williamsport	US	17701	0	America/Chicago	30.89518	-91.66734	15			LA	077		
4346282	Willis	willis	US	24380	0	America/Chicago	30.73658	-90.06675	36			LA	117		
4346305	Willow Creek	willow-creek	US	59760	0	America/Chicago	30.53547	-91.00233	16			LA	033		
4346316	Willow Grove	willow-grove	US	19090	0	America/Chicago	30.04604	-90.65648	5			LA	095		
4346352	Willow Wood	willow-wood	US	45696	0	America/Chicago	30.28797	-89.72228	4			LA	103		
4346359	Wills Point	wills-point	US	75169	0	America/Chicago	29.74688	-90.0059	2			LA	075		
4346364	Wilmer	wilmer	US	36587	0	America/Chicago	30.81407	-90.36259	65	Kingsburys Crossing,Wilmer		LA	105		
4346371	Wilson	wilson	US	14172	574	America/Chicago	30.92018	-91.11566	78	Uilson,Wilson,Wilson Station,Wilsons Landing,Уилсон		LA	037		
4346431	Winchester	winchester	US	01890	0	America/Chicago	30.52713	-91.08288	16			LA	033		
4346434	Windfall	windfall	US	46076	0	America/Chicago	30.49686	-91.11233	16			LA	033		
4346437	Windsor	windsor	US	01270	0	America/Chicago	32.65264	-91.88624	22			LA	067		
4346455	Winnfield	winnfield	US	71483	4565	America/Chicago	31.92558	-92.64131	39	Vinfild,waynfyld,wen fei er de,wynfyld  lwyyzyana,Винфилд,Вінфілд,واينفيلد,وینفیلد، لوئیزیانا,温菲尔德	127	LA	127		
4346466	Winnsboro	winnsboro	US	29180	4762	America/Chicago	32.16321	-91.72068	21	Winnsboro,Winnsborough	041	LA	041		
4346505	Wisner	wisner	US	68791	931	America/Chicago	31.98099	-91.65568	23			LA	041		
4346538	Wood	wood	US	16694	0	America/Chicago	31.90016	-93.16183	46			LA	069		
4346541	Wood Lake	wood-lake	US	56297	0	America/Chicago	29.80743	-89.76423	1			LA	087		
4346549	Woodbridge	woodbridge	US	07095	0	America/Chicago	30.53714	-90.47731	15			LA	105		
4346555	Woodhaven	woodhaven	US	11421	0	America/Chicago	30.5263	-90.55426	13			LA	105		
4346558	Woodland	woodland	US	16881	0	America/Chicago	30.9474	-90.93621	89			LA	037		
4346559	Woodland	woodland	US	16881	0	America/Chicago	29.58494	-89.82534	3			LA	075		
4346567	Woodland Park	woodland-park	US	80863	0	America/Chicago	30.50214	-90.44703	12			LA	105		
4346579	Woodlawn	woodlawn	US	24381	0	America/Chicago	29.91326	-90.97426	4	Woodlawn,Woodlawn Plantation		LA	007		
4346580	Woodlawn	woodlawn	US	24381	0	America/Chicago	30.39908	-91.0176	12			LA	033		
4346581	Woodlawn	woodlawn	US	24381	0	America/Chicago	30.29298	-92.95848	8			LA	053		
4346582	Woodlawn	woodlawn	US	24381	0	America/Chicago	29.76132	-90.01813	2			LA	075		
4346583	Woodlawn	woodlawn	US	24381	0	America/Chicago	29.5541	-90.67259	2			LA	109		
4346584	Woodlawn	woodlawn	US	24381	0	America/Chicago	30.06215	-92.07707	5			LA	113		
4346585	Woodlawn	woodlawn	US	24381	0	America/Chicago	33.00514	-93.44878	76			LA	119		
4346615	Woodmere	woodmere	US	11598	12080	America/Chicago	29.85798	-90.08035	0			LA	051		
4346627	Woodside	woodside	US	11377	0	America/Chicago	30.84324	-91.82012	13			LA	097		
4346642	Woodville	woodville	US	01784	0	America/Chicago	32.45765	-92.69848	88	Goodview,Woodville		LA	061		
4346646	Woodworth	woodworth	US	53194	1084	America/Chicago	31.14658	-92.49736	27	Morris,Woodworth		LA	079		
4346672	Wright	wright	US	55798	0	America/Chicago	30.00743	-92.42874	2	Haire,Wright		LA	113		
4346684	Wyandotte	wyandotte	US	48192	0	America/Chicago	29.68993	-91.17121	2			LA	101		
4346689	Wyatt	wyatt	US	26463	0	America/Chicago	32.15544	-92.70321	56			LA	049		
4346738	Yellow Pine	yellow-pine	US	83677	0	America/Chicago	32.4771	-93.32434	62	Yellow Pine,Yellowpine		LA	119		
4346788	Zachary	zachary	US	70791	16448	America/Chicago	30.64852	-91.1565	31			LA	033		
4346810	Youngsville	youngsville	US	12791	11961	America/Chicago	30.09965	-91.99012	9	Le Blanc,Royville,Youngsville		LA	055		
4346813	Zion	zion	US	60099	0	America/Chicago	31.78295	-92.48959	36			LA	043		
4346875	Zoar	zoar	US	44697	0	America/Chicago	32.17932	-92.37959	65			LA	049		
4346881	Zimmerman	zimmerman	US	55398	0	America/Chicago	31.41573	-92.70293	28			LA	079		
4346884	Zwolle	zwolle	US	71486	1972	America/Chicago	31.63156	-93.64407	62			LA	085		
4346909	Abell	abell	US	20606	0	America/New_York	38.2543	-76.74358	4			MD	037		
4346913	Aberdeen	aberdeen	US	21001	15580	America/New_York	39.50956	-76.16412	29	APG,Aberdeen,Aberdin,Halls Cross Roads,Mechanicsville,a bo ding,abadin,abrdyn,abrdyn  mrylnd,aebeodin,Абердин,Աբերդին,آبردین، مریلند,أبردين,ایبرڈین، میری لینڈ,アバディーン,阿伯丁,애버딘		MD	025		
4346928	Abingdon	abingdon	US	21009	0	America/New_York	39.46233	-76.27912	50			MD	025		
4346947	Accident	accident	US	21520	316	America/New_York	39.6287	-79.31976	727			MD	023		
4346952	Accokeek	accokeek	US	20607	10573	America/New_York	38.66762	-77.02831	58	Accokeek,Moyaone		MD	033		
4346978	Adamstown	adamstown	US	19501	2372	America/New_York	39.31094	-77.47471	93	Adamstown,Adamstown Junction,Adamsville,Davis Warehouse		MD	021		
4346991	Adelphi	adelphi	US	43101	15086	America/New_York	39.00317	-76.97192	52	Adelphi,Riggs Mill Village		MD	033		
4347060	Algonquin	algonquin	US	60102	1241	America/New_York	38.5829	-76.10577	4			MD	019		
4347102	Allen	allen	US	21810	210	America/New_York	38.28734	-75.68798	3	Allen,Bereington,Brereton,Brerton,Brewington,Trappe,Upper Trappe		MD	045		
4347125	Alloway	alloway	US	08001	0	America/New_York	39.14094	-76.47857	15			MD	003		
4347136	Alpha	alpha	US	42603	0	America/New_York	39.32122	-76.92775	181			MD	027		
4347139	Alpine	alpine	US	07620	0	America/New_York	39.41316	-77.32304	154			MD	021		
4347142	Alta Vista	alta-vista	US	50603	0	America/New_York	39.009	-77.10859	92	Alta Vista		MD	031		
4347145	Altamont	altamont	US	12009	0	America/New_York	39.4276	-79.28198	802	Altamont,Summitville		MD	023		
4347203	Anchorage	anchorage	US	99501	0	America/New_York	38.944	-76.47357	9			MD	003		
4347204	Anchorage	anchorage	US	99501	0	America/New_York	38.79567	-76.13828	4			MD	041		
4347231	Andrews	andrews	US	28901	0	America/New_York	38.35679	-76.10994	1			MD	019		
4347238	Angelica	angelica	US	14709	0	America/New_York	38.5854	-76.52468	31			MD	009		
4347241	Annandale	annandale	US	08801	0	America/New_York	39.32344	-76.9747	192			MD	027		
4347242	Annapolis	annapolis	US	21401	39474	America/New_York	38.97859	-76.49184	12	ANP,Anapalis,Anapoles,Anapoli,Anapolis,Anapolisa,Anapolės,Anapołi,Annapolis,Annapòlis,Anne Arundel Town,Anne Arundel Towne,Anne Arundell Town,Anne Arundell Towne,Arundel Towne,Arundelton,Crabtown,Proctors,Providence,The Athens of America,The Paris of America,Todds Landing,Town Land at Proctors,an na bo li si,anabwlys,anapalis,anapealis,anapolis,anapolliseu,anaporisu,anapwlys,aynapwls,enapolisa,Αννάπολις,Анапаліс,Анаполис,Аннаполис,Аннаполіс,Աննապոլիս,אנאפוליס,آناپولیس,أنابوليس,ایناپولس,ایناپولس، میری لینڈ,अ‍ॅनापोलिस,आनापालिस्,एनापोलिस,அனாபொலிஸ்,അനാപൊളിസ്,แอนแนโพลิส,አናፖሊስ,アナポリス,安納波里斯,安那波利斯,아나폴리스	MD	MD	003		
4347300	Anthony	anthony	US	32617	0	America/New_York	38.87789	-75.78827	8			MD	011		
4347339	Apple Grove	apple-grove	US	25502	0	America/New_York	38.78845	-76.96081	37			MD	033		
4347344	Applegate	applegate	US	48401	0	America/New_York	39.43482	-77.41387	103			MD	021		
4347347	Appleton	appleton	US	14008	0	America/New_York	39.69844	-75.8141	102	Appleton,Dysarts		MD	015		
4347357	Aquasco	aquasco	US	20608	981	America/New_York	38.58512	-76.72497	51	Acquackack,Acquasco,Aquasco,Woodville		MD	033		
4347378	Arcadia	arcadia	US	15712	0	America/New_York	39.09594	-76.42885	10			MD	003		
4347385	Arcola	arcola	US	38722	0	America/New_York	39.04789	-77.05164	137			MD	031		
4347393	Ardmore	ardmore	US	19003	0	America/New_York	38.93344	-76.85192	42			MD	033		
4347407	Arlington	arlington	US	02474	3065	America/New_York	39.34857	-76.68324	134	Arlington,Arlington Junction,Hookstown		MD	510		
4347418	Armagh	armagh	US	15920	0	America/New_York	39.38122	-76.61997	120			MD	005		
4347426	Arnold	arnold	US	21012	23106	America/New_York	39.03206	-76.50274	39	Arnol'd,Arnold,Arnolds Store,Арнольд		MD	003		
4347476	Asbury	asbury	US	08802	0	America/New_York	38.85706	-75.8566	11			MD	011		
4347528	Ashford	ashford	US	06278	0	America/New_York	38.64373	-76.94358	64			MD	017		
4347529	Ashland	ashland	US	01721	0	America/New_York	39.49538	-76.63997	87			MD	005		
4347537	Ashley	ashley	US	43003	0	America/New_York	38.92178	-76.61857	23			MD	003		
4347538	Ashley	ashley	US	43003	0	America/New_York	39.50232	-77.56582	203			MD	021		
4347543	Ashton	ashton	US	20861	0	America/New_York	39.14927	-77.01248	152			MD	031		
4347544	Ashton	ashton	US	20861	0	America/New_York	39.6301	-77.915	135			MD	043		
4347552	Aspen	aspen	US	81611	0	America/New_York	39.41871	-77.3186	189			MD	021		
4347578	Athol	athol	US	01331	0	America/New_York	38.42651	-75.78854	6	Athal,Athel,Athol		MD	045		
4347593	Auburn	auburn	US	01501	0	America/New_York	38.68234	-77.02275	56			MD	033		
4347596	Augusta	augusta	US	04330	0	America/New_York	39.36788	-77.67471	144			MD	043		
4347609	Avalon	avalon	US	08202	0	America/New_York	39.2315	-76.71997	68			MD	005		
4347610	Avalon	avalon	US	08202	0	America/New_York	38.70929	-76.33828	3			MD	041		
4347616	Avenel	avenel	US	07001	0	America/New_York	39.15677	-77.08581	142			MD	031		
4347617	Avenel	avenel	US	07001	0	America/New_York	39.00261	-76.97998	60			MD	033		
4347619	Avenue	avenue	US	20609	0	America/New_York	38.25624	-76.76775	4			MD	037		
4347622	Avery	avery	US	75554	0	America/New_York	39.10955	-77.12165	137	Avery,Avery Village		MD	031		
4347627	Avondale	avondale	US	19311	0	America/New_York	39.55927	-77.03082	179	Avondale,Avondale Station		MD	013		
4347628	Avondale	avondale	US	19311	0	America/New_York	38.94872	-76.97525	31	Avondale,Avondale Grove		MD	033		
4347708	Baden	baden	US	15005	2128	America/New_York	38.65928	-76.77775	63			MD	033		
4347713	Bagley	bagley	US	50026	0	America/New_York	39.49844	-76.39774	140			MD	025		
4347724	Bainbridge	bainbridge	US	13733	0	America/New_York	38.39178	-75.17352	5			MD	047		
4347736	Bakersfield	bakersfield	US	05441	0	America/New_York	39.56316	-76.48858	187			MD	025		
4347737	Bakersville	bakersville	US	28705	30	America/New_York	39.51482	-77.75749	129			MD	043		
4347747	Baker	baker	US	26801	0	America/New_York	39.00789	-76.13856	7			MD	035		
4347749	Baldwin	baldwin	US	11510	0	America/New_York	39.49483	-76.47024	113			MD	005		
4347762	Ballard	ballard	US	24918	0	America/New_York	38.76678	-76.88108	75			MD	033		
4347778	Baltimore	baltimore	US	21201	621849	America/New_York	39.29038	-76.61219	10	BWI,Baltemore Town,Baltimor,Baltimor shaary,Baltimora,Baltimore,Baltimore City,Baltimorė,Baltimòra,Baltymar,Charm City,Jonas Town,Jones Town,Jonestown,Old Town,Oldtown,Valtimori,ba er de mo,balatimora,baltimor,baltimora,baltymwr,baltʼimori,boltimo-eo,boruchimoa,bwltymwr,bxl thim xr,palttimor,Βαλτιμόρη,Балтимор,Балтимор шаары,Балтымар,Բալթիմոր,באלטימאר,בולטימור,بالتيمور,بالتیمور,بالٹیمور,بالٹیمور، میری لینڈ,बाल्टिमोर,बाल्टीमोर,বাল্টিমোর,ਬਾਲਟੀਮੋਰ,பால்ட்டிமோர்,ಬಾಲ್ಟಿಮೋರ್,ബാൾട്ടിമോർ,บอลทิมอร์,བྷལ་ཏྲི་མོར།,ဘော်လ်တီမိုးမြို့,ბალტიმორი,ボルチモア,巴爾的摩,볼티모어	510	MD	510		
4347828	Bancroft	bancroft	US	25011	0	America/New_York	39.01844	-76.5083	25			MD	003		
4347840	Bannister	bannister	US	48807	0	America/New_York	38.59484	-76.90247	61			MD	017		
4347849	Bar Harbor	bar-harbor	US	04609	0	America/New_York	39.15761	-76.50774	8			MD	003		
4347863	Barclay	barclay	US	21607	118	America/New_York	39.14428	-75.8641	20			MD	035		
4347890	Barksdale	barksdale	US	78828	0	America/New_York	39.669	-75.81466	64			MD	015		
4347902	Barnett	barnett	US	65011	0	America/New_York	39.4051	-77.2222	148			MD	021		
4347909	Barnesville	barnesville	US	18214	178	America/New_York	39.22066	-77.37749	169			MD	031		
4347921	Barrett	barrett	US	56311	0	America/New_York	39.4076	-77.01637	209	Barrett,Berrett		MD	013		
4347926	Barrington	barrington	US	02806	0	America/New_York	39.35483	-76.46802	30			MD	005		
4347931	Barstow	barstow	US	20610	0	America/New_York	38.5254	-76.61607	47			MD	009		
4347938	Barton	barton	US	05822	435	America/New_York	39.53065	-79.01753	377			MD	001		
4347947	Bartonsville	bartonsville	US	18321	1451	America/New_York	39.3926	-77.35804	125			MD	021		
4347983	Battery Park	battery-park	US	23304	0	America/New_York	38.98955	-77.10748	115			MD	031		
4348017	Bay City	bay-city	US	48706	0	America/New_York	38.96706	-76.34246	7			MD	035		
4348058	Bayard	bayard	US	26707	0	America/New_York	38.84567	-76.67719	23	Bayard,Baynard		MD	003		
4348085	Beachwood	beachwood	US	08722	0	America/New_York	39.27427	-76.45468	2			MD	005		
4348105	Beallsville	beallsville	US	15313	0	America/New_York	39.17899	-77.41276	160	Bealls Crossroads,Beallsville,Beallville		MD	031		
4348159	Beaver Creek	beaver-creek	US	56116	251	America/New_York	39.58399	-77.64194	158	Beaver Creek,Witners		MD	043		
4348220	Beech Creek	beech-creek	US	16822	0	America/New_York	39.23372	-76.88692	136			MD	027		
4348240	Bel Air	bel-air	US	21014	10190	America/New_York	39.53594	-76.34829	118	Aquila Scotts Old Field,Behl Ehjr,Bel Air,Bel Er,Belair,Bell-Air,Bellair,Belly Air,bei lai er,bl ayr  mrylnd,byl ayr,Бел Ер,Бэл Эйр,بل ایر، مریلند,بيل أير,貝萊爾	025	MD	025		
4348260	Bel Alton	bel-alton	US	20611	0	America/New_York	38.46401	-76.98275	51	Bel Alton,Belalton,Cox,Cox Station,Coxs Station		MD	017		
4348268	Bel Air	bel-air	US	21014	1258	America/New_York	39.57314	-78.84974	212			MD	001		
4348283	Belfast	belfast	US	04915	0	America/New_York	39.54788	-76.67858	139			MD	005		
4348306	Belle Haven	belle-haven	US	23306	0	America/New_York	38.41262	-75.68715	12			MD	045		
4348317	Bellevue	bellevue	US	41073	0	America/New_York	38.70345	-76.18439	3	Bellevue,Ferry Neck		MD	041		
4348337	Bellvale	bellvale	US	10912	0	America/New_York	39.52427	-76.45524	151			MD	025		
4348339	Belmar	belmar	US	07715	0	America/New_York	39.34566	-76.54052	50			MD	510		
4348342	Belmont	belmont	US	02478	0	America/New_York	39.30733	-76.75386	143			MD	005		
4348343	Belmont	belmont	US	02478	0	America/New_York	38.3704	-75.57187	10			MD	045		
4348353	Beltsville	beltsville	US	20704	16772	America/New_York	39.03483	-76.90747	41	Behltsvill,Beltsvil,Beltsville,Old Vansville,Vansville,ZFE,bltswyl  mrylnd,Белтсвил,Бэлтсвилл,بلتسویل، مریلند		MD	033		
4348388	Benedict	benedict	US	20612	261	America/New_York	38.50929	-76.67968	2	Benedict,Benedict Leonard Town,Benedict Town,Benedict-Leonard Town,Benedict-Town		MD	017		
4348416	Bennington	bennington	US	03442	0	America/New_York	39.1515	-77.2372	115			MD	031		
4348425	Benson	benson	US	05731	0	America/New_York	39.50539	-76.38635	131			MD	025		
4348427	Benson	benson	US	05731	0	America/New_York	39.27399	-76.95053	162			MD	027		
4348453	Berkley	berkley	US	02779	0	America/New_York	39.6615	-76.20884	106			MD	025		
4348455	Berkshire	berkshire	US	01224	0	America/New_York	38.944	-76.58219	12			MD	003		
4348456	Berkshire	berkshire	US	01224	0	America/New_York	38.85067	-76.89386	85			MD	033		
4348460	Berlin	berlin	US	01503	4529	America/New_York	38.32262	-75.21769	11	Ber Lin,Berlin,Burleigh Manor,Burley,Stephens Cross Roads,Stevensons Crossroads,brlyn,brlyn  mrylnd,Берлин,برلن، میری لینڈ,برلين,برلین، مریلند		MD	047		
4348475	Berry	berry	US	35546	0	America/New_York	38.64873	-76.95692	64	Berry,Troy		MD	017		
4348483	Bertha	bertha	US	56437	0	America/New_York	38.39068	-76.43301	36			MD	009		
4348484	Berwyn	berwyn	US	19312	0	America/New_York	38.99511	-76.92636	21			MD	033		
4348531	Bethel	bethel	US	04217	0	America/New_York	39.54621	-76.91915	236	Bethel,Friendship		MD	013		
4348532	Bethel	bethel	US	04217	0	America/New_York	39.53345	-75.78244	10			MD	015		
4348533	Bethel	bethel	US	04217	0	America/New_York	39.5701	-77.20943	144			MD	021		
4348534	Bethel	bethel	US	04217	0	America/New_York	39.50066	-77.4411	124			MD	021		
4348535	Bethel	bethel	US	04217	0	America/New_York	39.44509	-79.11864	516			MD	023		
4349459	Brimfield	brimfield	US	01010	0	America/New_York	39.38844	-76.93803	171			MD	013		
4348599	Bethesda	bethesda	US	20810	60858	America/New_York	38.98067	-77.10026	97	Betesda,Budezda,bei sai si da,beseoseuda,besesuda,btzda  mrylnd,bythysda,Бетесда,Бъдезда,بتزدا، مریلند,بيثيسدا,بیتھسڈا، میری لینڈ,ベセスダ,贝塞斯达,베서스다		MD	031		
4348630	Bethlehem	bethlehem	US	03574	0	America/New_York	38.74623	-75.9441	14	Bethlehem,Brannocks Crossroads		MD	011		
4348645	Betterton	betterton	US	21610	325	America/New_York	39.36595	-76.06217	22			MD	029		
4348656	Beulah	beulah	US	38726	0	America/New_York	38.67789	-75.8991	9			MD	019		
4348666	Beverly Hills	beverly-hills	US	34464	0	America/New_York	39.33927	-76.57024	60			MD	510		
4348724	Big Pool	big-pool	US	21711	82	America/New_York	39.62371	-78.01583	130	Big Pool,Bigpool		MD	043		
4348740	Big Spring	big-spring	US	79720	84	America/New_York	39.62926	-77.93944	130	Big Spring,Bigspring		MD	043		
4348746	Big Spring	big-spring	US	79720	0	America/New_York	39.49538	-76.73997	122			MD	005		
4348767	Birchwood	birchwood	US	37308	0	America/New_York	39.06261	-76.50246	11			MD	003		
4348784	Bishop	bishop	US	24604	0	America/New_York	38.42761	-75.22102	13	Bishop,Milltown		MD	047		
4348793	Bishopville	bishopville	US	21813	531	America/New_York	38.44261	-75.19352	4	Bishopville,Slabtown		MD	047		
4348801	Bittinger	bittinger	US	21522	0	America/New_York	39.60231	-79.22337	820			MD	023		
4348809	Bivalve	bivalve	US	21814	201	America/New_York	38.30623	-75.8891	4	Bivalve,Waltersville		MD	045		
4348830	Black Oak	black-oak	US	72414	0	America/New_York	39.49926	-78.91891	221			MD	001		
4348877	Blackwater	blackwater	US	24221	0	America/New_York	38.3854	-76.14216	1			MD	019		
4348886	Bladen	bladen	US	68928	0	America/New_York	38.99733	-76.63969	46			MD	003		
4348888	Bladensburg	bladensburg	US	20710	9640	America/New_York	38.93928	-76.93386	15	Beall Town,Bladensburg,Bladensburgh,Blejdensburg,Garrisons Landing,bladnsbwrg  mrylnd,bladynsbwrgh,Бладенсбург,Блејденсбург,بلادنسبورگ، مریلند,بلادينسبورغ		MD	033		
4348913	Blenheim	blenheim	US	29516	0	America/New_York	39.48955	-76.54608	168			MD	005		
4348933	Bloomery	bloomery	US	26817	0	America/New_York	38.76678	-75.72604	11	Bloomery,Blumery,Old Bloomery		MD	011		
4348938	Bloomfield	bloomfield	US	06002	0	America/New_York	39.47566	-77.42137	98			MD	021		
4348940	Bloomfield	bloomfield	US	06002	0	America/New_York	38.77706	-76.10689	5			MD	041		
4348947	Bloomingdale	bloomingdale	US	07403	0	America/New_York	38.97261	-76.12328	23			MD	035		
4348948	Bloomington	bloomington	US	12411	305	America/New_York	39.48009	-79.07114	320	Bloomington,Langollen,Llangollen,Slangallen		MD	023		
4348954	Bloomsbury	bloomsbury	US	08804	0	America/New_York	39.264	-76.72969	140			MD	005		
4348967	Blue Hill	blue-hill	US	04614	0	America/New_York	39.69815	-78.19362	162			MD	043		
4348969	Blue Mountain	blue-mountain	US	38610	0	America/New_York	39.5976	-77.41915	137			MD	021		
4348970	Blue Mountain	blue-mountain	US	38610	0	America/New_York	39.70593	-77.52943	286			MD	043		
4349006	Blythedale	blythedale	US	64426	0	America/New_York	39.58817	-76.06356	92			MD	015		
4349059	Bolivar	bolivar	US	14715	0	America/New_York	39.46649	-77.59166	158	Bolivar,Boliver		MD	021		
4349069	Bolton	bolton	US	01740	0	America/New_York	38.64456	-76.98747	71			MD	017		
4349070	Bolton	bolton	US	01740	0	America/New_York	39.21428	-75.78049	18			MD	035		
4349085	Bonfield	bonfield	US	60913	0	America/New_York	38.67845	-76.16411	2			MD	041		
4349106	Boonsboro	boonsboro	US	21713	0	America/New_York	38.95011	-75.85994	18			MD	011		
4349107	Boonsboro	boonsboro	US	21713	3455	America/New_York	39.50621	-77.65249	165	Boonesboro,Boonsboro,Boonsborough,Boonsburg,Margarettsville,Margaretville		MD	043		
4349130	Boring	boring	US	21020	0	America/New_York	39.53177	-76.82275	213	Boring,Fairview		MD	005		
4349159	Bowie	bowie	US	20715	58025	America/New_York	38.94278	-76.73028	42	Boui,Bovi,Bowie,Bowie Station,Bui,Huntington City,Huntington Station,bawy,bui,bwwy  mrylnd,Бови,Боуи,Буи,باوي,بووئی، میری لینڈ,بووی، مریلند,ブーイ		MD	033		
4349180	Bowling Green	bowling-green	US	22427	1077	America/New_York	39.6237	-78.80446	201			MD	001		
4349203	Boyds	boyds	US	20841	0	America/New_York	39.18372	-77.31276	128	Boyd's Station,Boyds,Boyds Station		MD	031		
4349228	Braddock Heights	braddock-heights	US	21714	2608	America/New_York	39.41871	-77.5036	278			MD	021		
4349234	Bozman	bozman	US	21612	0	America/New_York	38.77012	-76.27106	2	Bosman,Bozman		MD	041		
4349252	Bradshaw	bradshaw	US	24817	0	America/New_York	39.42316	-76.38107	22			MD	005		
4349257	Brady	brady	US	59416	0	America/New_York	39.59231	-78.82169	196	Brady,Bradys Mill		MD	001		
4349272	Branchville	branchville	US	07826	0	America/New_York	38.999	-76.92414	21			MD	033		
4349283	Brandywine	brandywine	US	20613	6719	America/New_York	38.69678	-76.84775	70			MD	033		
4349301	Brantwood	brantwood	US	54513	0	America/New_York	39.55872	-75.80383	19			MD	015		
4349324	Breezy Point	breezy-point	US	11697	0	America/New_York	38.62206	-76.51579	5	Breezy Point,Breezy Point Beach,Plum Point Beach		MD	009		
4349328	Bremerton	bremerton	US	98310	0	America/New_York	38.39734	-75.51076	18			MD	045		
4349336	Brentwood	brentwood	US	11717	0	America/New_York	39.37927	-77.49276	158			MD	021		
4349337	Brentwood	brentwood	US	11717	3191	America/New_York	38.94317	-76.95664	8	Brentwood,Highland		MD	033		
4349347	Bretton Woods	bretton-woods	US	03575	0	America/New_York	39.08011	-76.65524	48			MD	003		
4349383	Brice	brice	US	43109	0	America/New_York	38.55873	-76.94303	57			MD	017		
4349406	Bridgeport	bridgeport	US	06601	0	America/New_York	39.67927	-77.23776	114			MD	021		
4349407	Bridgeport	bridgeport	US	06601	0	America/New_York	39.64232	-77.67805	168			MD	043		
4349436	Brighton	brighton	US	02135	0	America/New_York	39.35233	-76.70664	137			MD	510		
4349437	Brighton	brighton	US	02135	0	America/New_York	39.19288	-77.02637	148			MD	031		
4349452	Brightwood	brightwood	US	22715	0	America/New_York	39.10955	-76.61358	49			MD	003		
4349453	Brightwood	brightwood	US	22715	0	America/New_York	39.40427	-76.66692	100			MD	005		
4349454	Brightwood	brightwood	US	22715	0	America/New_York	38.86456	-76.34856	2			MD	035		
4349465	Brinklow	brinklow	US	20862	0	America/New_York	39.16594	-77.01553	140			MD	031		
4349468	Briscoe	briscoe	US	79011	0	America/New_York	38.42374	-76.56412	7			MD	009		
4349470	Bristol	bristol	US	02809	0	America/New_York	38.79234	-76.66802	49	Bristol,Pig Point		MD	003		
4349476	Brittany	brittany	US	70718	0	America/New_York	39.25066	-76.80664	134			MD	027		
4349477	Britton	britton	US	49229	0	America/New_York	38.26013	-76.64496	3	Bretton,Britton		MD	037		
4349512	Broad Run	broad-run	US	20137	0	America/New_York	39.39371	-77.59749	161			MD	021		
4349530	Broadview	broadview	US	59015	0	America/New_York	39.49316	-76.30551	60			MD	025		
4349531	Broadview	broadview	US	59015	0	America/New_York	38.81261	-76.92664	47	Broadview,Crotcher's Ferry,Crothers Ferry		MD	033		
4349535	Broadwater	broadwater	US	69125	0	America/New_York	38.79289	-76.5344	2			MD	003		
4349565	Brookdale	brookdale	US	95007	0	America/New_York	38.95928	-77.09164	90			MD	031		
4349575	Brookeville	brookeville	US	20833	139	America/New_York	39.18066	-77.05915	133	Brookeville,Brookville,Brukvil,Brukvill,brwkfyl,brwkwyl  mrylnd,Бруквил,Бруквилл,بروكفيل,بروکویل، مریلند		MD	031		
4349580	Brookfield	brookfield	US	01506	0	America/New_York	39.11817	-76.53885	18			MD	003		
4349581	Brookfield	brookfield	US	01506	0	America/New_York	39.15789	-76.64136	20			MD	003		
4349582	Brookfield	brookfield	US	01506	0	America/New_York	39.52899	-76.57302	185			MD	005		
4349590	Brookland	brookland	US	72417	0	America/New_York	38.99122	-76.81997	40			MD	033		
4349591	Brooklandville	brooklandville	US	21022	0	America/New_York	39.42038	-76.66997	91			MD	005		
4349594	Brooklyn	brooklyn	US	06234	13252	America/New_York	39.23039	-76.60219	19	Brooklyn,Freetown		MD	510		
4349629	Brookside	brookside	US	07926	0	America/New_York	38.66484	-76.54246	45			MD	009		
4349638	Brookwood	brookwood	US	35444	0	America/New_York	39.40372	-76.68275	126			MD	005		
4349639	Brookwood	brookwood	US	35444	0	America/New_York	38.76261	-76.82525	68			MD	033		
4349644	Broomes Island	broomes-island	US	20615	405	America/New_York	38.41818	-76.54412	2	Broome Island,Broomes Island		MD	009		
4349690	Brownstown	brownstown	US	17508	0	America/New_York	39.14122	-77.29443	104			MD	031		
4349692	Brownsville	brownsville	US	05037	0	America/New_York	39.68454	-77.20721	151			MD	013		
4349693	Brownsville	brownsville	US	05037	0	America/New_York	39.04678	-76.10911	18			MD	035		
4349694	Brownsville	brownsville	US	05037	89	America/New_York	39.38205	-77.66027	166	Banjotown,Brownsville		MD	043		
4349699	Bruceville	bruceville	US	47516	0	America/New_York	39.60982	-77.23498	114			MD	013		
4349700	Bruceville	bruceville	US	47516	0	America/New_York	38.67123	-75.98383	10			MD	041		
4349706	Brunswick	brunswick	US	04011	6116	America/New_York	39.31427	-77.62777	90	Barry,Berlin,Bransvik,Braunshvejg,Brunswick,branzwyk  mrylnd,brwnzwyk,Брансвик,Брауншвейг,برانزویک، مریلند,برنزوک، میری لینڈ,برونزويك		MD	021		
4349727	Bryans Road	bryans-road	US	20616	7244	America/New_York	38.62706	-77.07303	54	Bryans Crossroads,Bryans Road		MD	017		
4349733	Bryantown	bryantown	US	20617	655	America/New_York	38.55512	-76.84191	44	Bryan Town,Bryantown		MD	017		
4349734	Bryantown	bryantown	US	20617	0	America/New_York	38.94178	-76.16995	4	Bryantown,Guys		MD	035		
4349755	Buckeystown	buckeystown	US	21717	1019	America/New_York	39.33482	-77.43165	83	Buckey Town,Buckeys Town,Buckeystown		MD	021		
4349793	Buena Vista	buena-vista	US	15018	0	America/New_York	38.5279	-76.65163	6	Buena Vista,Buenavista		MD	009		
4349794	Buena Vista	buena-vista	US	15018	0	America/New_York	38.95678	-76.82469	40			MD	033		
4349824	Bullock	bullock	US	27507	0	America/New_York	39.6676	-77.25915	119			MD	021		
4349849	Bureau	bureau	US	61315	0	America/New_York	38.81595	-75.85521	12			MD	011		
4349852	Burdette	burdette	US	72321	0	America/New_York	39.19955	-77.30498	149	Burdette,Burdettes,Burdetts		MD	031		
4349858	Burkittsville	burkittsville	US	21718	155	America/New_York	39.39371	-77.62888	179	Burkittsville,Burquisville,Harley,Harleys,Harleys Store,Hurleys		MD	021		
4349903	Burtonsville	burtonsville	US	20866	8323	America/New_York	39.11122	-76.93248	149	Burton's,Burtonsvill,Burtonsville,bwrtwnswyl  mrylnd,Буртонсвилл,بورتونسویل، مریلند		MD	031		
4349912	Bush	bush	US	40724	0	America/New_York	39.47372	-76.26412	5	Bush,Harford,Harford Town		MD	025		
4349929	Bushwood	bushwood	US	20618	0	America/New_York	38.29652	-76.77913	33	Bushwood,Port Wicomico,Wicomico,Wicomico Town		MD	037		
4349945	Butler	butler	US	07405	0	America/New_York	39.53538	-76.72803	107			MD	005		
4349954	Butterfield	butterfield	US	56120	0	America/New_York	39.36344	-77.27054	164			MD	021		
4349973	Bynum	bynum	US	27228	0	America/New_York	39.56566	-76.36468	127	Bimams,Binum,Byman,Bynhams,Bynum,Bynums		MD	025		
4350013	Cabin John	cabin-john	US	20818	2280	America/New_York	38.97539	-77.15803	52	Cabin John,Captain Johns Mill,Captain Johns Mills		MD	031		
4350049	California	california	US	15419	11857	America/New_York	38.3004	-76.50745	30	Benita,Benitia,California		MD	037		
4350050	California	california	US	15419	0	America/New_York	38.3654	-75.61076	6			MD	045		
4350053	Callaway	callaway	US	20620	0	America/New_York	38.23846	-76.51912	31	Callaway,Callaways,Clifton Mills		MD	037		
4350061	Calvary	calvary	US	39829	0	America/New_York	39.53511	-76.26051	92			MD	025		
4350109	Calvert	calvert	US	36513	0	America/New_York	39.70039	-75.98245	139	Brick Meeting,Brick Meeting House,Calvert,East Nottingham,Nottingham		MD	015		
4350159	Calverton	calverton	US	11933	0	America/New_York	39.28955	-76.66025	41			MD	510		
4350160	Calverton	calverton	US	11933	17724	America/New_York	39.05761	-76.93581	84			MD	033		
4350161	Calverton	calverton	US	11933	0	America/New_York	38.94011	-76.29857	4			MD	035		
4350172	Cambria	cambria	US	53923	0	America/New_York	39.49455	-76.58719	129			MD	005		
4350173	Cambria	cambria	US	53923	0	America/New_York	39.71122	-76.34857	151			MD	025		
4350175	Cambridge	cambridge	US	02138	12507	America/New_York	38.56317	-76.07883	6	CGE,Kehmbridzh,Kembridz,Kembridzh,jian qiao,kambrydj,kenburijji,kymbryj  mrylnd,Кембридж,Кембриџ,Кэмбридж,كامبريدج,کیمبرج، میری لینڈ,کیمبریج، مریلند,ケンブリッジ,劍橋	019	MD	019		
4350258	Camden	camden	US	04843	0	America/New_York	38.35845	-75.60937	6			MD	045		
4350280	Campbell	campbell	US	14821	0	America/New_York	39.16316	-76.79275	65			MD	027		
4350281	Campbell	campbell	US	14821	0	America/New_York	38.41178	-75.23769	8			MD	047		
4350321	Canterbury	canterbury	US	03224	0	America/New_York	39.52843	-77.02859	226			MD	013		
4350322	Canterbury	canterbury	US	03224	0	America/New_York	38.72039	-76.10439	4			MD	041		
4350323	Canterbury	canterbury	US	03224	0	America/New_York	38.43373	-75.62882	14			MD	045		
4350327	Canton	canton	US	02021	0	America/New_York	39.28039	-76.56663	21	Canton,Hampstead Hill,Hampstead Hills		MD	510		
4350328	Canton	canton	US	02021	0	America/New_York	38.37123	-75.5877	10			MD	045		
4350359	Capitol Heights	capitol-heights	US	20731	4574	America/New_York	38.88511	-76.91581	38			MD	033		
4350368	Capitola	capitola	US	95010	0	America/New_York	38.28873	-75.80632	2	Capitola,Old Town		MD	045		
4350394	Canterbury	canterbury	US	03224	0	America/New_York	39.35233	-76.47274	39			MD	005		
4350408	Carmichael	carmichael	US	95608	0	America/New_York	38.94234	-76.13356	19			MD	035		
4350413	Carney	carney	US	49812	29941	America/New_York	39.39427	-76.52358	108	Carney,Carny,Karni,Карни		MD	005		
4350454	Carrington	carrington	US	58421	0	America/New_York	38.6029	-76.91886	62			MD	017		
4350456	Carroll	carroll	US	43112	0	America/New_York	39.28094	-76.67191	49			MD	510		
4350515	Carrollton	carrollton	US	23314	0	America/New_York	39.40538	-77.42415	99			MD	021		
4350535	Carrollton	carrollton	US	23314	0	America/New_York	39.55705	-76.91692	183	Carrollton,Carrolton		MD	013		
4350558	Carville	carville	US	70721	0	America/New_York	39.04928	-76.00383	19	Carville,Carvilles Corner,Carvilles Station		MD	035		
4350559	Cascade	cascade	US	21719	0	America/New_York	39.71093	-77.48943	411	Camp Ritchie Station,Cascade		MD	043		
4350577	Cassatt	cassatt	US	29032	0	America/New_York	38.0779	-75.57937	4			MD	039		
4350597	Castleton	castleton	US	05735	0	America/New_York	39.67483	-76.21468	78			MD	025		
4350635	Catonsville	catonsville	US	21228	41567	America/New_York	39.27205	-76.73192	146	Catonsville,Johnny Cake,Johnnycake,Katonsvil,Katonsvill,kytnzwyl  mrylnd,Катонсвил,Катонсвилл,کیتنزویل، مریلند,کیٹونسویل، میری لینڈ		MD	005		
4350675	Cavetown	cavetown	US	21720	1473	America/New_York	39.64426	-77.58582	222	Cave Town,Cavetown		MD	043		
4350702	Cecilton	cecilton	US	21913	671	America/New_York	39.404	-75.86744	23	Broxens Point,Caecil Town,Caecilton,Cecils Cross Roads,Cecilton,Ceocil Cross Roads,Savington		MD	015		
4350726	Cedar Grove	cedar-grove	US	07009	0	America/New_York	39.58372	-76.71664	215			MD	005		
4350727	Cedar Grove	cedar-grove	US	07009	0	America/New_York	38.47818	-77.0747	38			MD	017		
4350728	Cedar Grove	cedar-grove	US	07009	0	America/New_York	39.24677	-77.23387	211			MD	031		
4350729	Cedar Grove	cedar-grove	US	07009	0	America/New_York	39.53176	-77.82222	109			MD	043		
4350744	Cedar Hill	cedar-hill	US	37032	0	America/New_York	39.60761	-75.94328	13			MD	015		
4350745	Cedar Hill	cedar-hill	US	37032	0	America/New_York	39.67511	-75.89189	107			MD	015		
4350772	Cedar Point	cedar-point	US	61316	0	America/New_York	38.56818	-76.62968	8			MD	009		
4350786	Cedar Point	cedar-point	US	61316	0	America/New_York	38.74401	-76.10383	4			MD	041		
4350794	Cedar Run	cedar-run	US	17727	0	America/New_York	38.74178	-76.63302	29			MD	009		
4350807	Cedarhurst	cedarhurst	US	11516	0	America/New_York	38.82873	-76.50051	2	Cedarhurst,Cedarhurst On the Bay		MD	003		
4350808	Cedarhurst	cedarhurst	US	11516	0	America/New_York	39.49871	-76.88276	143	Asbestos,Cedarhurst,Lamotte		MD	013		
4350809	Cedarhurst	cedarhurst	US	11516	0	America/New_York	39.50056	-76.89417	185			MD	013		
4350815	Cedars	cedars	US	19423	0	America/New_York	39.16955	-76.79081	65			MD	027		
4350818	Cedartown	cedartown	US	30125	0	America/New_York	38.19595	-75.30353	5			MD	047		
4350819	Cedarville	cedarville	US	08311	717	America/New_York	38.6629	-76.80219	64			MD	033		
4350852	Centerville	centerville	US	02632	0	America/New_York	39.33649	-77.32971	152	Centerville,Chester Mill		MD	021		
4350853	Centerville	centerville	US	02632	0	America/New_York	39.52455	-77.27165	196			MD	021		
4350874	Central Village	central-village	US	06332	0	America/New_York	38.55429	-76.57662	42			MD	009		
4350878	Centreville	centreville	US	20120	4627	America/New_York	39.04178	-76.06633	15	Centerville,Centreville,Chester Mills,Chesterfield,Sentervil,Sentrvill,shen te wei,sntrfyl,sntrwyl  mrylnd,Сентервил,Сентрвилл,سنترفيل,سنترویل، مریلند,申特維	035	MD	035		
4350892	Chadwick	chadwick	US	61014	0	America/New_York	39.32399	-77.25859	182			MD	021		
4350893	Chadwick	chadwick	US	61014	0	America/New_York	39.60122	-76.43691	155			MD	025		
4350945	Chapel Hill	chapel-hill	US	27514	0	America/New_York	39.43761	-76.66025	158			MD	005		
4350946	Chapel Hill	chapel-hill	US	27514	0	America/New_York	38.52096	-76.61246	46			MD	009		
4350947	Chapel Hill	chapel-hill	US	27514	0	America/New_York	38.72345	-76.98247	65			MD	033		
4350985	Chaptico	chaptico	US	20621	0	America/New_York	38.36763	-76.78302	3	Chaptico,Chapticoe,Cheptico,Choptico		MD	037		
4351036	Charlestown	charlestown	US	02129	0	America/New_York	39.5562	-78.97475	513			MD	001		
4351037	Charlestown	charlestown	US	02129	1116	America/New_York	39.26816	-76.70525	98			MD	005		
4351038	Charlestown	charlestown	US	02129	1198	America/New_York	39.57373	-75.97495	11	Charles Town,Charlestown		MD	015		
4351048	Charlotte Hall	charlotte-hall	US	20622	1420	America/New_York	38.48096	-76.77802	51	Charlotte Hall,Ye Cool Springs of Saint Maries,Ye Coole Springs,Ye Coole Springs of Saint Maries		MD	037		
4351055	Charlton	charlton	US	01507	171	America/New_York	39.6301	-77.89416	145			MD	043		
4351060	Chartley	chartley	US	02712	0	America/New_York	39.45955	-76.81248	197			MD	005		
4351067	Chase	chase	US	21027	0	America/New_York	39.36344	-76.37107	5	Chase,Chases Station		MD	005		
4351084	Chatham	chatham	US	02633	0	America/New_York	39.53233	-76.26051	94			MD	025		
4351085	Chatham	chatham	US	02633	0	America/New_York	39.28205	-76.83581	128			MD	027		
4351086	Chatham	chatham	US	02633	0	America/New_York	38.98705	-76.95886	38			MD	033		
4351096	Chelsea	chelsea	US	02150	0	America/New_York	39.41955	-76.22273	4			MD	025		
4351103	Cheltenham	cheltenham	US	19012	0	America/New_York	38.73567	-76.82636	73			MD	033		
4351127	Cherry Hill	cherry-hill	US	08002	0	America/New_York	39.25483	-76.63441	8			MD	510		
4351128	Cherry Hill	cherry-hill	US	08002	0	America/New_York	38.35457	-76.43356	23			MD	009		
4351129	Cherry Hill	cherry-hill	US	08002	0	America/New_York	39.66344	-75.85272	71	Cherry Hill,Cherryhill		MD	015		
4351130	Cherry Hill	cherry-hill	US	08002	0	America/New_York	39.45927	-77.45888	168			MD	021		
4351131	Cherry Hill	cherry-hill	US	08002	0	America/New_York	39.64233	-76.38052	155			MD	025		
4351132	Cherry Hill	cherry-hill	US	08002	0	America/New_York	39.0165	-76.9322	33			MD	033		
4351146	Cherry Point	cherry-point	US	28533	0	America/New_York	38.83012	-76.53246	1			MD	003		
4351156	Cherry Valley	cherry-valley	US	01611	0	America/New_York	39.44622	-76.81303	194			MD	005		
4351157	Cherry Valley	cherry-valley	US	01611	0	America/New_York	39.139	-77.07331	151			MD	031		
4351184	Chesapeake Beach	chesapeake-beach	US	20732	5873	America/New_York	38.68623	-76.53468	15			MD	009		
4351189	Chesapeake City	chesapeake-city	US	21915	691	America/New_York	39.53095	-75.80744	8	Bohemia Village,Chesapeake,Chesapeake City		MD	015		
4351248	Chester	chester	US	01011	4167	America/New_York	38.97539	-76.2894	2	Chester,Честер		MD	035		
4351257	Chesterfield	chesterfield	US	01012	0	America/New_York	39.00122	-76.62385	39			MD	003		
4351258	Chesterfield	chesterfield	US	01012	0	America/New_York	39.13316	-76.52468	18			MD	003		
4351259	Chesterfield	chesterfield	US	01012	0	America/New_York	39.56816	-76.65025	161			MD	005		
4351264	Chestertown	chestertown	US	12817	5093	America/New_York	39.209	-76.06661	4	Chestehrtaun,Chester,Chester Town,Chester-Town,Chestertaun,Chestertown,New Town,New-Town,Newtown,Port of Chester,chstrtwwn  mrylnd,qie si te dun,tshystrtawn,Честертаун,Честэртаун,تشيسترتاون,چسترتوون، مریلند,切斯特頓	029	MD	029		
4351277	Chesterville	chesterville	US	43317	0	America/New_York	39.27594	-75.91522	16	Chesterville,New Market,Newmarket		MD	029		
4351293	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	39.40538	-76.61969	136			MD	005		
4351295	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	39.61288	-76.35329	127			MD	025		
4351297	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	39.28899	-76.79136	144			MD	027		
4351298	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	38.42512	-75.56187	13			MD	045		
4351311	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	39.00205	-76.65247	43			MD	003		
4351312	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	39.45983	-76.7322	203			MD	005		
4351315	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	39.03483	-77.03637	118			MD	031		
4351335	Chevy Chase	chevy-chase	US	20815	9545	America/New_York	39.00287	-77.07115	109	Cheivy Chace,Chevi Chehjs,Chevi Chejs,Chevy Chase,Chevy Chase Section Four,chwy chys  mrylnd,Чеви Чејс,Чеви Чэйс,چوی چیس، مریلند		MD	031		
4351359	Chewsville	chewsville	US	21721	238	America/New_York	39.64287	-77.63499	194			MD	043		
4351379	Childs	childs	US	21916	0	America/New_York	39.64622	-75.87161	48	Child,Childs,Childs Station,Spring Hill		MD	015		
4351491	Christiana	christiana	US	17509	0	America/New_York	38.63984	-76.5394	38			MD	009		
4351515	Church Creek	church-creek	US	21622	123	America/New_York	38.50206	-76.15216	1	Back Creek,Church Creek,Church Creek Town,Churchcreek,Dorchester Town,Dorset,Old Dorchester Town,White Haven		MD	019		
4351519	Church Hill	church-hill	US	21623	0	America/New_York	39.34399	-77.47499	117			MD	021		
4351521	Church Hill	church-hill	US	21623	747	America/New_York	39.14122	-75.9855	11			MD	035		
4351656	Churchton	churchton	US	20733	0	America/New_York	38.80262	-76.5369	2			MD	003		
4351659	Churchville	churchville	US	14428	0	America/New_York	39.56122	-76.24551	126	Churchville,Herberts Cross Roads,Lower Cross Roads		MD	025		
4351685	Claiborne	claiborne	US	21624	0	America/New_York	38.83762	-76.27773	1			MD	041		
4351692	Clara	clara	US	39324	0	America/New_York	38.27595	-75.81993	1			MD	045		
4351708	Clarksburg	clarksburg	US	15725	13766	America/New_York	39.23872	-77.27943	202			MD	031		
4351714	Clarkson	clarkson	US	14430	0	America/New_York	39.29816	-76.93553	151			MD	027		
4351715	Clarksville	clarksville	US	12041	0	America/New_York	39.2065	-76.94303	147	Clarksville,Owingsville		MD	027		
4351733	Claysville	claysville	US	15323	0	America/New_York	39.194	-77.12442	172			MD	031		
4351742	Clear Spring	clear-spring	US	21722	351	America/New_York	39.65621	-77.93166	174	Clear Spring,Clearspring		MD	043		
4351758	Clearfield	clearfield	US	16830	0	America/New_York	39.54955	-76.95304	249			MD	013		
4351775	Clements	clements	US	20624	0	America/New_York	38.32624	-76.72719	4	Clements,Old Burnt Store,Saint Clement Bay,Saint Clements,Saint Clements Bay,Saint Clements Town		MD	037		
4351788	Clifford	clifford	US	18413	0	America/New_York	39.24705	-76.63302	19			MD	510		
4351796	Clifton	clifton	US	07011	0	America/New_York	39.42066	-77.48582	184	Clifton,Clifton Station		MD	021		
4351797	Clifton	clifton	US	07011	0	America/New_York	38.76817	-76.058	15			MD	041		
4351842	Cloverdale	cloverdale	US	24077	0	America/New_York	39.46288	-77.43054	110			MD	021		
4351843	Cloverdale	cloverdale	US	24077	0	America/New_York	39.52844	-76.43024	160			MD	025		
4351871	Clinton	clinton	US	01510	35970	America/New_York	38.76511	-76.89831	76	Clinton,Klinton,Robeystown,Surrats,Surratsville,Surratts,Surrattsville,klyntn  mrylnd,Клинтон,کلنٹن، میری لینڈ,کلینتن، مریلند		MD	033		
4351887	Cockeysville	cockeysville	US	21030	20776	America/New_York	39.48122	-76.64386	94	Kokizvil,Kokkehjsvill,kakyzwyl  mrylnd,Кокизвил,Коккэйсвилл,کاکیزویل-ہنٹ ویلی، میری لینڈ,کاکیزویل، مریلند		MD	005		
4351907	Cohasset	cohasset	US	02025	0	America/New_York	38.98567	-77.13748	104			MD	031		
4351933	Cold Spring	cold-spring	US	10516	0	America/New_York	39.34844	-76.65775	131	Coldspring		MD	510		
4351945	Coleman	coleman	US	33521	0	America/New_York	39.3415	-76.078	24			MD	029		
4351949	Colebrook	colebrook	US	03576	0	America/New_York	39.4126	-77.54554	158			MD	021		
4351959	Colgate	colgate	US	53017	0	America/New_York	39.2965	-76.51635	29			MD	005		
4351960	Colgate	colgate	US	53017	0	America/New_York	39.2715	-76.55552	6			MD	510		
4351977	College Park	college-park	US	20740	32301	America/New_York	38.98067	-76.93692	21	CGS,Koledz Park,Kolledzh Park,Saeptum Collegii,da xue gong yuan shi,kallijipakeu,kalyj park  mrylnd,karejjipaku,khxllec phar k,kwlyj bark,Колеџ Парк,Колледж Парк,كوليج بارك,کالج پارک، میری لینڈ,کالیج پارک، مریلند,คอลเลจพาร์ก,カレッジパーク,大學公園市,칼리지파크		MD	033		
4351992	College Station	college-station	US	72053	0	America/New_York	39.05483	-76.52191	13			MD	003		
4352027	Colonial Heights	colonial-heights	US	23834	0	America/New_York	39.62926	-77.40026	158			MD	021		
4352028	Colonial Heights	colonial-heights	US	23834	0	America/New_York	38.78289	-76.07466	10			MD	041		
4352045	Colora	colora	US	21917	0	America/New_York	39.67205	-76.09856	90	Colora,West Nottingham		MD	015		
4352051	Coltons Point	coltons-point	US	20626	0	America/New_York	38.22457	-76.7533	4	Colton,Coltons,Coltons Point,Longworth Point		MD	037		
4352053	Columbia	columbia	US	06237	99615	America/New_York	39.24038	-76.83942	124	Columbia,Kolambija,Kolumbija,keolleombia,klmbya  mrylnd,koronbia,kwlwmbya,Коламбија,Колумбия,كولومبيا,کلمبیا، مریلند,کولمبیا، میریلینڈ,コロンビア,컬럼비아		MD	027		
4352095	Compton	compton	US	20627	0	America/New_York	38.27513	-76.69302	7			MD	037		
4352101	Concord	concord	US	01742	0	America/New_York	38.80261	-75.7891	16			MD	011		
4352102	Concord	concord	US	01742	0	America/New_York	39.36927	-77.5011	160			MD	021		
4352104	Concord	concord	US	01742	0	America/New_York	39.56317	-76.07217	19			MD	015		
4352115	Compton	compton	US	20627	0	America/New_York	38.45123	-77.11442	4			MD	017		
4352149	Conowingo	conowingo	US	21918	0	America/New_York	39.67789	-76.15912	88			MD	015		
4352216	Cooper	cooper	US	50059	0	America/New_York	39.69927	-76.28329	80			MD	025		
4352224	Coopersville	coopersville	US	49404	0	America/New_York	39.54761	-76.74192	133	Cooperstown,Coopersville		MD	005		
4352226	Copeland	copeland	US	34137	0	America/New_York	39.3015	-76.17301	10			MD	029		
4352243	Corbett	corbett	US	97019	0	America/New_York	39.57011	-76.61803	109	Corbet,Corbett		MD	005		
4352245	Corbin	corbin	US	22446	0	America/New_York	38.1554	-75.49075	8			MD	047		
4352248	Cordova	cordova	US	21625	562	America/New_York	38.87567	-75.99605	16	Cordova,Thimbletown		MD	041		
4352259	Cornersville	cornersville	US	37047	0	America/New_York	38.59651	-76.20911	1			MD	019		
4352272	Corriganville	corriganville	US	21524	455	America/New_York	39.69286	-78.7928	225	Corriganville,Kreigbaum		MD	001		
4352288	Cottage Grove	cottage-grove	US	38224	0	America/New_York	38.10207	-75.67076	5			MD	039		
4352387	Coventry	coventry	US	02816	0	America/New_York	39.13122	-77.2372	133			MD	031		
4352462	Cranberry	cranberry	US	16319	0	America/New_York	39.62955	-76.93359	265	Cranberry,Cranbury		MD	013		
4352480	Crandon	crandon	US	54520	0	America/New_York	39.46927	-76.8172	201			MD	005		
4352487	Crapo	crapo	US	21626	0	America/New_York	38.31984	-76.13105	1	Crapo,Woodland,Woodlandtown		MD	019		
4352514	Crestview	crestview	US	32536	0	America/New_York	39.55622	-76.14162	109			MD	025		
4352515	Crestview	crestview	US	32536	0	America/New_York	39.23344	-76.07245	19			MD	029		
4352516	Crestview	crestview	US	32536	0	America/New_York	38.95289	-77.0997	85			MD	031		
4352517	Crestview	crestview	US	32536	0	America/New_York	39.50066	-77.66499	153			MD	043		
4352520	Crestwood	crestwood	US	40014	0	America/New_York	39.21622	-76.6608	37			MD	003		
4352521	Crestwood	crestwood	US	40014	0	America/New_York	38.74067	-76.63163	39			MD	009		
4352522	Crestwood	crestwood	US	40014	0	America/New_York	38.35928	-75.55048	12			MD	045		
4352527	Creswell	creswell	US	27928	0	America/New_York	39.50761	-76.26996	76			MD	025		
4352538	Crocheron	crocheron	US	21627	0	America/New_York	38.2429	-76.05216	1			MD	019		
4352539	Crofton	crofton	US	21114	27348	America/New_York	39.00178	-76.68747	30	Kroftona,Крофтона		MD	003		
4352540	Crofton	crofton	US	21114	0	America/New_York	38.77928	-76.048	20			MD	041		
4352577	Crisfield	crisfield	US	21817	2655	America/New_York	37.98346	-75.85382	1	Annemessex,Crisfield,Krisfild,Somers Cove,krysfyld,krysfyld  mrylnd,Крисфилд,كريسفيلد,کریسفیلد، مریلند		MD	039		
4352591	Crosby	crosby	US	16724	0	America/New_York	39.11678	-76.19523	7	Crosby,Piney Neck		MD	029		
4352605	Crossroads	crossroads	US	88114	0	America/New_York	38.38401	-76.19133	1			MD	019		
4352618	Crownsville	crownsville	US	21032	1757	America/New_York	39.02844	-76.60135	38	Cronsville,Crownsville,Kraunsvil,Krounsvill,krwwnswyl  mrylnd,Краунсвил,Кроунсвилл,کروونسویل، مریلند		MD	003		
4352625	Crumpton	crumpton	US	21628	0	America/New_York	39.2415	-75.92161	5	Crumpton,McAllisters Ferry		MD	035		
4352633	Crystal Beach	crystal-beach	US	34681	0	America/New_York	39.0715	-76.51885	2			MD	003		
4352641	Crowder	crowder	US	38622	0	America/New_York	39.23344	-76.80747	148			MD	027		
4352671	Curtis Bay	curtis-bay	US	21226	0	America/New_York	39.22677	-76.58802	14	Curtis Bay,Freetown,South Baltimore		MD	510		
4352681	Cumberland	cumberland	US	02864	20130	America/New_York	39.65287	-78.76252	191	CBE,Cumberland,Cumbria,Fort Cumberland,Kamberland,Kamberlend,Kjumberland,Washington Town,Will's Creek,Wills Creek,kan bo lan,kanbarando,keombeollaendeu,kmbrland,Камберланд,Камберленд,Кюмберланд,كمبرلاند,کمبرلینڈ، میری لینڈ,カンバーランド,坎伯蘭,컴벌랜드	001	MD	001		
4352714	Daisy	daisy	US	30423	0	America/New_York	39.29372	-77.06859	168			MD	027		
4352728	Damascus	damascus	US	18415	15257	America/New_York	39.28844	-77.20387	264	Black Ankle,Damascus		MD	031		
4352748	Dameron	dameron	US	20628	0	America/New_York	38.15235	-76.36939	27	Dameron,Trap,Trapp		MD	037		
4352757	Daniel	daniel	US	83115	0	America/New_York	39.4351	-77.05359	237	Braddock Manor,Daniel,Defiance,Dog Town		MD	013		
4352760	Daniels	daniels	US	25832	0	America/New_York	39.31677	-76.81636	66	Alberton,Daniel,Daniels		MD	005		
4352767	Danville	danville	US	03819	271	America/New_York	39.50565	-78.92808	335			MD	001		
4352768	Danville	danville	US	03819	0	America/New_York	38.68539	-76.92164	67	Danville,McKendree,Mckendree		MD	033		
4352813	Darlington	darlington	US	16115	409	America/New_York	39.63927	-76.20273	99	Battle Swamp,Darlington,Red Door,Woodlawn		MD	025		
4352815	Davidsonville	davidsonville	US	21035	8000	America/New_York	38.92289	-76.6283	54			MD	003		
4352823	Davis	davis	US	26260	0	America/New_York	39.34566	-77.19693	250			MD	021		
4352839	Dawson	dawson	US	15428	103	America/New_York	39.47759	-78.94364	234			MD	001		
4352842	Dawsonville	dawsonville	US	30534	0	America/New_York	39.12844	-77.34304	93	Dawsonville,Seneca Mills		MD	031		
4352845	Day	day	US	32013	0	America/New_York	39.38733	-77.05526	237			MD	013		
4352881	Deal Island	deal-island	US	21821	471	America/New_York	38.15901	-75.94799	1	Deal,Deal Island,Deal Islands,Deal's Island,Deals Island,Deil's Island,Deils Island		MD	039		
4352888	Deale	deale	US	20751	4945	America/New_York	38.77651	-76.55524	2			MD	003		
4352952	Deep Run	deep-run	US	28525	0	America/New_York	39.6851	-76.9897	196			MD	013		
4352966	Deer Creek	deer-creek	US	56527	0	America/New_York	39.04011	-76.45885	32			MD	003		
4352979	Deer Park	deer-park	US	11729	0	America/New_York	39.39899	-76.82998	194			MD	005		
4352981	Deer Park	deer-park	US	11729	0	America/New_York	38.47123	-76.91469	47			MD	017		
4352982	Deer Park	deer-park	US	11729	381	America/New_York	39.42371	-79.32504	765	Davis Mills,Deer Park,Deerpark		MD	023		
4352983	Deer Park	deer-park	US	11729	0	America/New_York	39.64177	-76.30857	107			MD	025		
4352984	Deer Park	deer-park	US	11729	0	America/New_York	39.06761	-76.95025	111			MD	031		
4353003	Deerfield	deerfield	US	01342	0	America/New_York	39.12233	-76.52913	23			MD	003		
4353004	Deerfield	deerfield	US	01342	0	America/New_York	38.61012	-76.62524	49			MD	009		
4353005	Deerfield	deerfield	US	01342	0	America/New_York	39.65649	-76.26857	128			MD	025		
4353006	Deerfield	deerfield	US	01342	0	America/New_York	39.01511	-77.16359	78			MD	031		
4353007	Deerfield	deerfield	US	01342	0	America/New_York	39.09511	-76.08245	17			MD	035		
4353008	Deerfield	deerfield	US	01342	0	America/New_York	38.37595	-75.55103	13			MD	045		
4353009	Deerfield	deerfield	US	01342	0	America/New_York	39.4901	-77.32998	102			MD	021		
4353018	Deerwood	deerwood	US	56444	0	America/New_York	38.61679	-76.96497	65			MD	017		
4353026	Delight	delight	US	71940	0	America/New_York	39.44066	-76.80609	201			MD	005		
4353027	Delight	delight	US	71940	0	America/New_York	38.6504	-76.88858	64			MD	017		
4353034	Dellwood	dellwood	US	53927	0	America/New_York	39.009	-76.52746	30			MD	003		
4353041	Delmont	delmont	US	08314	0	America/New_York	39.1265	-76.6808	46			MD	003		
4353075	Denton	denton	US	21629	4349	America/New_York	38.88456	-75.82716	13	Dehnton,Denton,Eden Town,Eden-Town,Edenton,Pig Point,deng dun,dntn  mrylnd,dntwn,Дентон,Дэнтон,دنتن، مریلند,دنتون,登頓	011	MD	011		
4353084	Derwood	derwood	US	20855	2381	America/New_York	39.11733	-77.16109	143			MD	031		
4353123	Dickens	dickens	US	51333	0	America/New_York	39.70731	-78.69307	238			MD	001		
4353131	Dickeyville	dickeyville	US	53808	0	America/New_York	39.319	-76.70358	78	Dickeyville,Franklin,Hillsdale		MD	510		
4353133	Dickinson	dickinson	US	36436	0	America/New_York	39.16455	-76.86775	89			MD	027		
4353153	Dickerson	dickerson	US	20842	0	America/New_York	39.2201	-77.42415	103			MD	031		
4353463	District Heights	district-heights	US	20747	6144	America/New_York	38.85761	-76.88942	81			MD	033		
4353499	Doe Run	doe-run	US	63637	0	America/New_York	38.30512	-75.59242	13			MD	045		
4353534	Donnybrook	donnybrook	US	58734	0	America/New_York	39.39233	-76.59413	137			MD	005		
4353540	Dorchester	dorchester	US	02121	0	America/New_York	38.61817	-76.94331	65			MD	017		
4353558	Dorsey	dorsey	US	62021	0	America/New_York	39.17733	-76.74303	32	Dorsey,Dorseys Switch Station		MD	003		
4353610	Dover	dover	US	02030	0	America/New_York	39.51233	-76.76942	118			MD	005		
4353625	Dowell	dowell	US	20629	0	America/New_York	38.34624	-76.45884	7			MD	009		
4353632	Downsville	downsville	US	13755	355	America/New_York	39.54843	-77.80166	141	Downsville,Downsville Christian Church		MD	043		
4353642	Drayden	drayden	US	20630	0	America/New_York	38.17874	-76.48162	14			MD	037		
4353647	Drexel	drexel	US	28619	0	America/New_York	39.554	-76.37246	136			MD	025		
4353680	Drummond	drummond	US	54832	0	America/New_York	38.97011	-77.09748	85			MD	031		
4353681	Drury	drury	US	01343	0	America/New_York	38.81234	-76.69274	13			MD	003		
4353683	Driver	driver	US	72329	0	America/New_York	39.33816	-76.89414	155			MD	027		
4353689	Dry Run	dry-run	US	17220	0	America/New_York	39.71287	-77.88111	183	Dry Run,Dry Run Store		MD	043		
4353697	Dublin	dublin	US	03444	0	America/New_York	39.65094	-76.26662	138			MD	025		
4353699	Drybranch	drybranch	US	25061	0	America/New_York	39.66372	-76.5433	176			MD	025		
4353707	Dubois	dubois	US	47527	0	America/New_York	38.47623	-76.82691	55			MD	017		
4353728	Duffield	duffield	US	24244	0	America/New_York	39.07955	-76.57358	24			MD	003		
4353758	Dunbar	dunbar	US	15431	0	America/New_York	39.41399	-76.77192	154			MD	005		
4353765	Dundalk	dundalk	US	21222	63597	America/New_York	39.25066	-76.52052	5	Avondale,Dandalk,Dandok,Dandolk,Dundalk,dandk  mrylnd,Дандалк,Дандок,Дандолк,داندک، مریلند,ڈنڈاک، میری لینڈ		MD	005		
4353784	Dundee	dundee	US	14837	0	America/New_York	39.14178	-76.62497	20			MD	003		
4353798	Dunkirk	dunkirk	US	14048	2509	America/New_York	38.72178	-76.66052	47	Dunkirk,Smithville		MD	009		
4353855	Eagle Nest	eagle-nest	US	87718	0	America/New_York	39.27733	-76.39496	6			MD	005		
4353877	Earleville	earleville	US	21919	0	America/New_York	39.41539	-75.91744	26			MD	015		
4353880	Earlton	earlton	US	12058	0	America/New_York	39.57344	-76.14829	123			MD	025		
4353911	East New Market	east-new-market	US	21631	390	America/New_York	38.59901	-75.92605	12	Crossroads,East New Market,East Newmarket,Ist N'ju Market,Ist NJu Market,New Market,Newmarket,ayst nw markyt  mrylnd,ayst nyw markt,Ист Њу Маркет,Ист Нью Маркет,إيست نيو ماركت,ایست نو مارکیت، مریلند		MD	019		
4353962	Easton	easton	US	02334	16617	America/New_York	38.77428	-76.07633	7	Court House,ESN,Easton,Iston,Pitts Bridge,Talbot Court House,Talbot Courthouse,Talbot Town,aystn  mrylnd,aystwn,yi si dun,Истон,ايستون,ایستن، مریلند,伊斯頓	041	MD	041		
4353977	Eastpoint	eastpoint	US	32328	0	America/New_York	39.28455	-76.51496	20			MD	005		
4353979	Eastport	eastport	US	04631	0	America/New_York	38.9715	-76.47829	4	Eastport,Horn Point,Severn City,Severn Point,Severne City		MD	003		
4353986	Eastview	eastview	US	42732	0	America/New_York	39.50732	-76.94859	236			MD	013		
4353987	Eastview	eastview	US	42732	0	America/New_York	39.43732	-77.47249	164			MD	021		
4354035	Eckhart Mines	eckhart-mines	US	21528	932	America/New_York	39.65259	-78.89697	516	Eckart Mines,Eckhart,Eckhart Mills,Eckhart Mines		MD	001		
4354039	Eden	eden	US	05652	823	America/New_York	38.28068	-75.65104	9	Denton,Eden		MD	039		
4354065	Edgemont	edgemont	US	19028	231	America/New_York	39.67815	-77.54138	296			MD	043		
4354067	Edgemont	edgemont	US	19028	0	America/New_York	39.42343	-77.49388	221			MD	021		
4354070	Edgemoor	edgemoor	US	29712	0	America/New_York	38.98594	-77.10331	111			MD	031		
4354072	Edgewater	edgewater	US	07020	9023	America/New_York	38.95706	-76.54996	15			MD	003		
4354073	Edgewater	edgewater	US	07020	0	America/New_York	39.32594	-76.44829	12			MD	005		
4354085	Edgewood	edgewood	US	21040	0	America/New_York	39.45955	-77.47415	229			MD	021		
4354086	Edgewood	edgewood	US	21040	0	America/New_York	39.50093	-77.14359	220			MD	021		
4354087	Edgewood	edgewood	US	21040	25562	America/New_York	39.41872	-76.2944	14	EDG,Edgewood,Edgewood Station,Ehdzhvud,Эджвуд		MD	025		
4354088	Edgewood	edgewood	US	21040	0	America/New_York	38.99372	-77.11081	109			MD	031		
4354089	Edgewood	edgewood	US	21040	0	America/New_York	39.01511	-76.91636	39			MD	033		
4354169	Eldorado	eldorado	US	45321	58	America/New_York	38.58428	-75.7891	3	Eldorado,The Ferry		MD	019		
4354172	Eldridge	eldridge	US	35554	0	America/New_York	39.58899	-77.5511	355			MD	021		
4354193	Elk	elk	US	95432	0	America/New_York	39.54511	-75.83716	21			MD	015		
4354200	Elk Mills	elk-mills	US	21920	0	America/New_York	39.65872	-75.82605	44	Baldwin,Elk Forge,Elk Mill,Elk Mills		MD	015		
4354217	Elkhorn	elkhorn	US	24831	0	America/New_York	39.18733	-76.83664	97			MD	027		
4354234	Elkton	elkton	US	21921	15782	America/New_York	39.60678	-75.83327	8	Ehlkton,Elk Town,Elkton,Elktown,Head of Elk,Hollingsworth,Sahakitko,ai er ke dun,alktwn,alktwn  mrylnd,Елктон,Элктон,إلكتون,الکتون، مریلند,埃尔克顿	015	MD	015		
4354252	Ellaville	ellaville	US	31806	0	America/New_York	38.95928	-76.94303	31			MD	033		
4354256	Elkridge	elkridge	US	21075	15593	America/New_York	39.21261	-76.71358	29	Ehlkridzh,Elk Ridge,Elk Ridge Landing,Elkridge,Elkridge Landing,Elkridz,alkrydg  mrylnd,Елкриџ,Элкридж,الکریدگ، مریلند,ایلکریج، میری لینڈ		MD	027		
4354259	Ellenwood	ellenwood	US	30294	0	America/New_York	38.52179	-76.94136	47			MD	017		
4354260	Ellerslie	ellerslie	US	21529	572	America/New_York	39.72064	-78.77419	223			MD	001		
4354265	Ellicott City	ellicott-city	US	21041	65834	America/New_York	39.26733	-76.79831	55	Ehllikot Siti,Elikot Siti,Ellicott,Ellicott City,Ellicott Mills,Ellicotts Lower Mills,Ellicotts Mills,ai li ke te cheng,alykt  mrylnd,erikottoshiti,Еликот Сити,Элликот Сити,الیکت، مریلند,ایلیکاٹ سٹی، میری لینڈ,エリコットシティ,埃利科特城	027	MD	027		
4354278	Elliott	elliott	US	29046	52	America/New_York	38.31012	-75.99632	3	Elliot,Elliott,Elliotts		MD	019		
4354293	Elmer	elmer	US	08318	0	America/New_York	39.13622	-77.4836	92			MD	031		
4354295	Elmhurst	elmhurst	US	11373	0	America/New_York	39.14011	-76.66302	39			MD	003		
4354300	Elmwood	elmwood	US	02337	0	America/New_York	39.35233	-76.52219	35			MD	005		
4354352	Emmitsburg	emmitsburg	US	21727	3021	America/New_York	39.70454	-77.32693	133	Carrollsburg,Ehmmitsburg,Emitsberg,Emmetsburg,Emmettsburgh,Emmitsburg,Poplar Fields,Silver Fancy,Silver Field,amytsbwrg  mrylnd,amytsbwrgh,Емитсберг,Эммитсбург,إميتسبورغ,امیتسبورگ، مریلند		MD	021		
4354428	Essex	essex	US	01929	39262	America/New_York	39.30927	-76.47496	12	Ehssehks,Ehsseks,Eseks,asyks  mrylnd,Есекс,Эссекс,Эссэкс,اسیکس، مریلند,ایسیکس، میری لینڈ		MD	005		
4354443	Essington	essington	US	19029	0	America/New_York	38.94789	-76.73136	47			MD	033		
4354479	Evergreen	evergreen	US	23939	0	America/New_York	39.38011	-76.51608	77			MD	005		
4354480	Evergreen	evergreen	US	23939	0	America/New_York	39.34511	-76.62747	81			MD	510		
4354493	Evergreen Park	evergreen-park	US	60805	0	America/New_York	39.25622	-76.43579	2			MD	005		
4354494	Evergreen Park	evergreen-park	US	60805	0	America/New_York	38.20957	-76.38912	5			MD	037		
4354509	Ewell	ewell	US	21824	0	America/New_York	37.99568	-76.03327	1			MD	039		
4354520	Exline	exline	US	52555	0	America/New_York	39.6712	-78.28112	269			MD	043		
4354549	Fairbank	fairbank	US	15435	0	America/New_York	38.68567	-76.338	2			MD	041		
4354551	Fairfield	fairfield	US	04937	0	America/New_York	39.23789	-76.57913	6			MD	510		
4354552	Fairfield	fairfield	US	04937	0	America/New_York	39.55232	-76.9872	263			MD	013		
4354553	Fairfield	fairfield	US	04937	0	America/New_York	38.37151	-75.56603	12			MD	045		
4354562	Fairhaven	fairhaven	US	02719	0	America/New_York	38.74428	-76.55774	2	Fair Haven,Fairhaven		MD	003		
4354563	Fairhaven	fairhaven	US	02719	0	America/New_York	39.37733	-76.97137	173			MD	013		
4354564	Fairhaven	fairhaven	US	02719	0	America/New_York	39.53982	-77.25665	161			MD	021		
4354573	Fairland	fairland	US	46126	23681	America/New_York	39.07622	-76.95775	126			MD	031		
4354579	Fairlee	fairlee	US	05045	490	America/New_York	39.22261	-76.1719	24	Bel Air,Belair,Belle Air,Fair Lea,Fairlee,Farley,Farleys,Farlo,Forleys		MD	029		
4354585	Fairmont	fairmont	US	26554	0	America/New_York	39.52177	-76.33301	110			MD	025		
4354588	Fairmount	fairmount	US	30139	0	America/New_York	39.53704	-77.59332	365			MD	021		
4354589	Fairmount	fairmount	US	30139	457	America/New_York	38.0904	-75.81743	1	Fairmount,Lower Fairmount		MD	039		
4354603	Fairplay	fairplay	US	21733	0	America/New_York	39.52204	-78.46418	160			MD	001		
4354604	Fairplay	fairplay	US	21733	580	America/New_York	39.53649	-77.74749	143	Fair Play,Fairplay		MD	043		
4354609	Fairview	fairview	US	07022	0	America/New_York	39.15372	-76.49552	7	Fairview,Fairview Beach		MD	003		
4354610	Fairview	fairview	US	07022	0	America/New_York	38.76428	-76.56162	7			MD	003		
4354611	Fairview	fairview	US	07022	0	America/New_York	39.34621	-77.58999	136			MD	021		
4354612	Fairview	fairview	US	07022	0	America/New_York	39.59342	-79.14614	799			MD	023		
4354613	Fairview	fairview	US	07022	0	America/New_York	39.58122	-76.42135	186			MD	025		
4354614	Fairview	fairview	US	07022	0	America/New_York	39.11372	-76.95275	145			MD	031		
4354615	Fairview	fairview	US	07022	76	America/New_York	39.7037	-78.17778	164			MD	043		
4354708	Fallston	fallston	US	21047	8958	America/New_York	39.51455	-76.41107	142	Fallston,White House		MD	025		
4354734	Farmington	farmington	US	03835	0	America/New_York	39.67872	-76.03217	126	Brickleytown,College Green,Farmington,Principio		MD	015		
4354735	Farmington	farmington	US	03835	0	America/New_York	39.63205	-76.53941	177			MD	025		
4354749	Faulkner	faulkner	US	20632	0	America/New_York	38.43901	-76.97831	48	Faulkner,Lothair		MD	017		
4354775	Federalsburg	federalsburg	US	21632	2661	America/New_York	38.69428	-75.77216	1	Federalsberg,Federalsburg,Federalsburgh,Northwest Fork Bridge,The Bridge,fdralsbwrg  mrylnd,fydyralsbwrgh,Федералсберг,Федералсбург,فدرالسبورگ، مریلند,فيديرالسبورغ		MD	011		
4354804	Fenwick	fenwick	US	26202	0	America/New_York	38.6429	-77.10803	4			MD	017		
4354805	Fenwick	fenwick	US	26202	0	America/New_York	38.44567	-75.05574	2			MD	047		
4354816	Ferguson	ferguson	US	28624	0	America/New_York	38.63345	-76.63441	37			MD	009		
4354821	Ferndale	ferndale	US	12734	16746	America/New_York	39.18316	-76.64024	24	Ferndale,Wellhams		MD	003		
4354831	Fernwood	fernwood	US	39635	0	America/New_York	39.01817	-77.1372	93			MD	031		
4354888	Finchville	finchville	US	40022	0	America/New_York	38.63206	-75.77104	11			MD	019		
4354890	Finksburg	finksburg	US	21048	0	America/New_York	39.49288	-76.88942	172	Finksburg,Finksburgh		MD	013		
4355042	Fischer	fischer	US	78623	0	America/New_York	39.45955	-77.11998	244			MD	021		
4355061	Fishing Creek	fishing-creek	US	21634	163	America/New_York	38.32234	-76.22439	1			MD	019		
4355132	Flint	flint	US	48501	0	America/New_York	39.65787	-77.4436	250			MD	021		
4355133	Flint Hill	flint-hill	US	22627	0	America/New_York	39.31371	-77.39721	142			MD	021		
4355137	Flintstone	flintstone	US	21530	177	America/New_York	39.70314	-78.56779	249	Flint Stone,Flintstone		MD	001		
4355148	Florence	florence	US	01062	0	America/New_York	39.31038	-77.10859	189			MD	027		
4355162	Floyd	floyd	US	24091	0	America/New_York	39.50426	-79.15559	465			MD	023		
4355224	Forest Grove	forest-grove	US	18922	0	America/New_York	38.57179	-76.97081	61			MD	017		
4355225	Forest Grove	forest-grove	US	18922	0	America/New_York	38.37289	-75.47409	18			MD	045		
4355233	Forest Hill	forest-hill	US	21050	0	America/New_York	39.58511	-76.38774	166	Forest Hill,Foresthill		MD	025		
4355242	Forest Hills	forest-hills	US	11375	0	America/New_York	39.53038	-77.02137	249			MD	013		
4355243	Forest Hills	forest-hills	US	11375	0	America/New_York	39.21427	-76.92109	136			MD	027		
4355244	Forest Hills	forest-hills	US	11375	0	America/New_York	39.68537	-77.71777	193			MD	043		
4355247	Forest Lake	forest-lake	US	55025	0	America/New_York	39.55705	-76.38857	121			MD	025		
4355255	Forest Park	forest-park	US	30297	0	America/New_York	39.32594	-76.68191	127			MD	510		
4355256	Forest Park	forest-park	US	30297	0	America/New_York	38.59512	-76.86747	58			MD	017		
4355257	Forest Park	forest-park	US	30297	0	America/New_York	38.25762	-76.41634	12			MD	037		
4355258	Forest Park	forest-park	US	30297	0	America/New_York	39.70287	-78.29946	341			MD	043		
4355272	Foreston	foreston	US	56330	0	America/New_York	39.61372	-76.75525	217			MD	005		
4355274	Forestville	forestville	US	14062	12353	America/New_York	38.84511	-76.87497	85	Forestville,Forrestville,Long Old Fields		MD	033		
4355285	Fork	fork	US	21051	0	America/New_York	39.46816	-76.44191	130			MD	005		
4355329	Fort Howard	fort-howard	US	21052	0	America/New_York	39.20733	-76.44496	5			MD	005		
4355355	Fort Washington	fort-washington	US	19034	23717	America/New_York	38.70734	-77.02303	32	Fort Vashington,Fort Voshington,Fort Warburton,Fort Washington (Maryland),Fort Washington Estates,Ft. Washington,fwrt washyngtn  mrylnd,Форт Вашингтон,Форт Вошингтон,فورت واشینگتن، مریلند		MD	033		
4355381	Fountain Green	fountain-green	US	84632	0	America/New_York	39.54733	-76.31357	105			MD	025		
4355394	Fountain Valley	fountain-valley	US	92708	0	America/New_York	39.605	-77.03806	201			MD	013		
4355395	Fountain Valley	fountain-valley	US	92708	0	America/New_York	39.59705	-77.04637	207			MD	013		
4355399	Four Corners	four-corners	US	82715	0	America/New_York	38.96345	-75.76493	17			MD	011		
4355400	Four Corners	four-corners	US	82715	7945	America/New_York	39.02039	-77.01275	103			MD	031		
4355538	Frankford	frankford	US	19945	0	America/New_York	38.74706	-76.07161	10			MD	041		
4355544	Franklin	franklin	US	02038	290	America/New_York	39.49815	-79.04614	307			MD	001		
4355561	Franklin Park	franklin-park	US	08823	0	America/New_York	39.05372	-77.09581	90			MD	031		
4355576	Franklintown	franklintown	US	17323	0	America/New_York	39.30455	-76.71164	93	Franklin,Franklintown		MD	005		
4355577	Franklinville	franklinville	US	08322	0	America/New_York	39.44789	-76.38468	51			MD	005		
4355578	Franklinville	franklinville	US	08322	0	America/New_York	39.45899	-77.09915	227			MD	013		
4355780	Fruitland	fruitland	US	21826	5215	America/New_York	38.32206	-75.6202	11	Disharoons Crossroads,Forktown,Fruitland		MD	045		
4355801	Fullerton	fullerton	US	58441	0	America/New_York	39.37177	-76.51108	62			MD	005		
4356213	Glen Ellen	glen-ellen	US	95442	0	America/New_York	39.429	-76.56441	136			MD	005		
4356219	Glen Haven	glen-haven	US	53810	0	America/New_York	39.03372	-77.04276	112			MD	031		
4356233	Glen Oaks	glen-oaks	US	11004	0	America/New_York	39.16233	-76.8297	105			MD	027		
4356236	Glen Ridge	glen-ridge	US	07028	0	America/New_York	39.18983	-76.61636	19			MD	003		
4355585	Frederick	frederick	US	19435	69479	America/New_York	39.41427	-77.41054	87	FDK,Frederic Town,Frederick,Frederick City,Frederick Town,Frederick i Maryland,Fredericktown,Frederik,Frederikas,Frehderik,Fridericus,Friedrichtown,Monaquesy,Monocacy,Monockkasye,frdryk  mrylnd,frydryk,fu lei de li ke,furederikku,peuledeolig,Фредерик,Фредерік,Фрэдерик,فردریک، مریلند,فريدريك,فریڈرک، میری لینڈ,フレデリック,弗雷德里克,프레더릭	021	MD	021		
4355627	Fredericktown	fredericktown	US	15333	0	America/New_York	39.36622	-75.88383	10	Frederick,Frederick Town,Fredericktown,Georgetown,Happy Harbor,Penningtons Point		MD	015		
4355636	Freedom	freedom	US	03836	0	America/New_York	39.40955	-76.9722	192			MD	013		
4355645	Freeland	freeland	US	18224	0	America/New_York	39.70483	-76.68386	209			MD	005		
4355656	Frenchtown	frenchtown	US	08825	0	America/New_York	39.57539	-76.08162	6	French Town,Frenchtown,Gurleytown,Thompsontown,Transtown		MD	015		
4355657	Frenchtown	frenchtown	US	08825	0	America/New_York	38.08318	-75.86215	1			MD	039		
4355668	Freetown	freetown	US	47235	0	America/New_York	39.14205	-76.57469	22			MD	003		
4355670	Friendly	friendly	US	26146	9250	America/New_York	38.75178	-76.97859	71			MD	033		
4355694	Friendship	friendship	US	04547	447	America/New_York	38.73678	-76.5894	44	Friendship,Greenhead		MD	003		
4355695	Friendship	friendship	US	04547	0	America/New_York	39.66232	-77.44027	278			MD	021		
4355696	Friendship	friendship	US	04547	0	America/New_York	39.32955	-77.26359	190			MD	021		
4355697	Friendship	friendship	US	04547	0	America/New_York	39.30705	-77.1972	236			MD	031		
4355698	Friendship	friendship	US	04547	0	America/New_York	38.37178	-75.2113	8			MD	047		
4355732	Friendsville	friendsville	US	18818	476	America/New_York	39.66369	-79.40532	457	Friends,Friendsville,Friendsville Town,Look Sharp		MD	023		
4355752	Frost	frost	US	56033	0	America/New_York	39.09761	-76.56913	23			MD	003		
4355756	Frostburg	frostburg	US	21532	8667	America/New_York	39.65814	-78.92836	631	Frost Town,Frostberg,Frostburg,Frostburgh,Mount Pleasant,frwstbwrg  mrylnd,frwstbwrgh,fu luo si te bao,Фростберг,Фростбург,فروستبورغ,فروستبورگ، مریلند,弗羅斯特堡		MD	001		
4355808	Fulton	fulton	US	13069	0	America/New_York	39.30233	-76.64802	52			MD	510		
4355809	Fulton	fulton	US	13069	2049	America/New_York	39.15094	-76.92303	138	Fulton,Waters Store		MD	027		
4355816	Funkstown	funkstown	US	21734	884	America/New_York	39.60899	-77.70444	150	Funks Town,Funkstown,Hamburg,Jerusalem,Jerusalem Town		MD	043		
4355843	Gaithersburg	gaithersburg	US	20877	67456	America/New_York	39.14344	-77.20137	153	Forest Oak,GAI,Gaithersburg,Gaithersburgum,Gejtersberg,Gejtersburg,Gejtursburg,Gejzehrsburg,gai se si bao,geideoseubeogeu,geizasubagu,ghaythrsbyrgh,gytrzbrg  mrylnd,Гейзэрсбург,Гейтерсберг,Гейтърсбърг,Гејтерсбург,Ґейтерсбург,غايثرسبيرغ,گیترزبرگ، مریلند,گیتھرزبرگ، میری لینڈ,ゲイザースバーグ,盖瑟斯堡,게이더스버그		MD	031		
4355859	Galena	galena	US	21635	598	America/New_York	39.34067	-75.87883	21	Cross Roads,Downs Cross Roads,Downs Crossroads,Galena,Georgetown Cross Roads,Georgetown Crossroads		MD	029		
4355871	Galesville	galesville	US	20765	684	America/New_York	38.84317	-76.54357	3	Browntown,Galesville,Gallaways,Galloways,West River Landing		MD	003		
4355891	Galt	galt	US	50101	0	America/New_York	39.68899	-77.13887	161	Galt,Kump,Kump Station		MD	013		
4355899	Gambrills	gambrills	US	21054	2800	America/New_York	39.06705	-76.66524	46	Gambrills,Sappington,Sappington Station		MD	003		
4355927	Garfield	garfield	US	07026	0	America/New_York	39.60399	-77.52193	444			MD	021		
4355931	Garland	garland	US	04939	0	America/New_York	39.18677	-76.6383	27			MD	003		
4355932	Garland	garland	US	04939	0	America/New_York	39.58928	-76.17273	121			MD	025		
4355949	Garrett Park	garrett-park	US	20896	1044	America/New_York	39.03816	-77.09303	87			MD	031		
4355958	Garrison	garrison	US	10524	8823	America/New_York	39.40594	-76.76053	135			MD	005		
4355966	Gary	gary	US	24836	0	America/New_York	39.26011	-77.00887	178			MD	027		
4355976	Gateway	gateway	US	72733	0	America/New_York	39.6126	-77.40526	153			MD	021		
4355999	Gentry	gentry	US	64453	0	America/New_York	38.96761	-76.51079	20			MD	003		
4356019	Georgetown	georgetown	US	01833	0	America/New_York	39.13761	-76.7683	75			MD	003		
4356020	Georgetown	georgetown	US	01833	0	America/New_York	39.36178	-75.88022	10	George Town,Georgetown		MD	029		
4356021	Georgetown	georgetown	US	01833	143	America/New_York	39.22233	-76.19523	13			MD	029		
4356048	Germantown	germantown	US	12526	0	America/New_York	38.89261	-76.52301	8			MD	003		
4356049	Germantown	germantown	US	12526	0	America/New_York	39.41677	-76.45857	81			MD	005		
4356050	Germantown	germantown	US	12526	86395	America/New_York	39.17316	-77.27165	134	Dzermantaun,Dzhermantaun,Germantown,jamantaun,jrmntawn  mrylnd,jyrmantawn,Џермантаун,Джермантаун,جرمن ٹاؤن، مونٹگمری کاؤنٹی، میری لینڈ,جرمنتاون، مریلند,جيرمانتاون,ジャーマンタウン		MD	031		
4356051	Germantown	germantown	US	12526	0	America/New_York	38.30845	-75.20963	9			MD	047		
4356079	Gibson	gibson	US	18820	0	America/New_York	39.59316	-76.32385	139			MD	025		
4356082	Gibson Island	gibson-island	US	21056	0	America/New_York	39.07428	-76.42385	8			MD	003		
4356112	Gilmore	gilmore	US	72339	127	America/New_York	39.58287	-78.95002	512	Gilmore,Midland Junction,Tannery		MD	001		
4356133	Girdletree	girdletree	US	21829	149	America/New_York	38.09456	-75.39742	10	Fleaville,Girdle Tree,Girdle Tree Hill,Girdletree		MD	047		
4356139	Gilboa	gilboa	US	12076	0	America/New_York	39.38871	-77.12359	213			MD	013		
4356184	Glen Arm	glen-arm	US	21057	0	America/New_York	39.45344	-76.49441	102	Glen Arm,Glenarm		MD	005		
4356188	Glen Burnie	glen-burnie	US	21060	67639	America/New_York	39.16261	-76.62469	17	Glehn Bjurni,Glen Berni,Glen Burnie,Glenburnie,Myrtle,Traceys Station,ny  mrylnd,Глен Берни,Глэн Бюрни,نی، مریلند,گلین برنی، میری لینڈ		MD	003		
4356205	Glen Cove	glen-cove	US	11542	0	America/New_York	38.95733	-77.0972	74			MD	031		
4356208	Glen Echo	glen-echo	US	20812	272	America/New_York	38.969	-77.14248	42	Glehn Ehkho,Glen Eko,ghlyn aykw,gln akww  mrylnd,Глен Еко,Глэн Эхо,غلين إيكو,گلن اکوو، مریلند		MD	031		
4356240	Glenallen	glenallen	US	63751	0	America/New_York	39.05955	-77.04248	113			MD	031		
4356250	Glenbrook	glenbrook	US	89413	0	America/New_York	39.1615	-76.64913	25			MD	003		
4356251	Glenbrook	glenbrook	US	89413	0	America/New_York	38.99539	-77.0922	94	Glenbrook,Glenbrook Village		MD	031		
4356253	Glencoe	glencoe	US	41046	0	America/New_York	39.54899	-76.63525	85			MD	005		
4356254	Glencoe	glencoe	US	41046	0	America/New_York	39.36428	-75.94883	16			MD	029		
4356256	Glendale	glendale	US	01229	0	America/New_York	39.37983	-76.58552	111	Glendale,Glenndale		MD	005		
4356261	Glendale Heights	glendale-heights	US	60139	0	America/New_York	38.97483	-76.81664	49	Glen Dale Heights,Glendale Heights		MD	033		
4356265	Glenelg	glenelg	US	21737	0	America/New_York	39.26427	-76.99248	190			MD	027		
4356278	Glenmont	glenmont	US	12077	0	America/New_York	39.38372	-76.5833	127			MD	005		
4356279	Glenmont	glenmont	US	12077	0	America/New_York	39.22538	-76.82636	130			MD	027		
4356280	Glenmont	glenmont	US	12077	13529	America/New_York	39.05789	-77.0497	135	Glenmont,Glenmont Heights		MD	031		
4356289	Glenn Dale	glenn-dale	US	20769	13466	America/New_York	38.98761	-76.82053	35	Glen Dale,Glendale,Glenn Dale,Glenn Ville,Glenndale,Glenndale Station,Glennville		MD	033		
4356306	Glenview	glenview	US	40025	0	America/New_York	39.03039	-77.04303	108			MD	031		
4356307	Glenville	glenville	US	17329	0	America/New_York	39.61011	-76.21579	58			MD	025		
4356309	Glenwood	glenwood	US	07418	0	America/New_York	39.159	-76.60802	24			MD	003		
4356310	Glenwood	glenwood	US	07418	0	America/New_York	39.51539	-76.3219	92			MD	025		
4356311	Glenwood	glenwood	US	07418	0	America/New_York	39.2876	-77.02803	161			MD	027		
4356312	Glenwood	glenwood	US	07418	0	America/New_York	38.99567	-77.1072	100			MD	031		
4356333	Glyndon	glyndon	US	21071	0	America/New_York	39.47698	-76.81499	210	Emory Grove,Glyndon,Reisterstown Station		MD	005		
4356341	Goddard	goddard	US	67052	6177	America/New_York	38.98955	-76.85331	56	Goddard		MD	033		
4356364	Goldsboro	goldsboro	US	21636	237	America/New_York	39.034	-75.7866	17	Goldsboro,Goldsborough,Old Town Branch,Oldtown		MD	011		
4356386	Good Hope	good-hope	US	30641	0	America/New_York	39.0965	-76.98692	148			MD	031		
4356454	Gorman	gorman	US	76454	106	America/New_York	39.29538	-79.34643	711	Gorman,Schaeffersville,Shaefferville		MD	023		
4356468	Goshen	goshen	US	01032	0	America/New_York	39.20344	-77.18748	124			MD	031		
4356478	Gosnell	gosnell	US	72319	0	America/New_York	39.40205	-77.09665	218			MD	013		
4356606	Grand View	grand-view	US	54839	0	America/New_York	39.39705	-76.95859	183			MD	013		
4356614	Granite	granite	US	73547	0	America/New_York	39.34288	-76.85553	133	Granite,Waltersville		MD	005		
4356622	Grantsville	grantsville	US	21536	765	America/New_York	39.69508	-79.15114	702	Cornucopia,Grantsvil,Grantsvill,Grantsville,Little Crossings,Tomlinson,Tomlinsons,ghrantsfyl,grantswyl  mrylnd,Грантсвил,Грантсвилл,غرانتسفيل,گرانتسویل، مریلند		MD	023		
4356634	Grasonville	grasonville	US	21638	3425	America/New_York	38.95817	-76.21023	3	Ford's Store,Fords Store,Grasonville,Graysonville,Winchester		MD	035		
4356669	Gray	gray	US	04039	0	America/New_York	39.25733	-76.78553	102			MD	027		
4356710	Great Falls	great-falls	US	22066	0	America/New_York	39.00233	-77.24609	62			MD	031		
4356723	Great Meadows	great-meadows	US	07838	0	America/New_York	39.00983	-76.47663	7			MD	003		
4356724	Great Mills	great-mills	US	20634	0	America/New_York	38.23679	-76.49718	4	Cecils Mill,Clifton Factory,Clifton Mills,Great Mills		MD	037		
4356811	Green Ridge	green-ridge	US	65332	0	America/New_York	39.5937	-78.42862	166	Green Ridge,Green Ridge Station		MD	001		
4356812	Green Ridge	green-ridge	US	65332	0	America/New_York	39.41927	-76.61247	116	Green Ridge,Greenridge		MD	005		
4356813	Green Ridge	green-ridge	US	65332	0	America/New_York	39.54511	-76.30524	131	Green Ridge,Greenridge		MD	025		
4356819	Green Spring	green-spring	US	26722	0	America/New_York	38.6004	-76.77497	55	Green Spring,Greenspring		MD	017		
4356836	Green Valley	green-valley	US	54127	12262	America/New_York	39.30927	-77.29721	121	Green Valley,Green Valley Estates		MD	021		
4356837	Green Valley	green-valley	US	54127	0	America/New_York	39.59677	-76.4883	203			MD	025		
4356838	Green Valley	green-valley	US	54127	0	America/New_York	39.51872	-76.1594	34			MD	025		
4356844	Green Village	green-village	US	07935	0	America/New_York	39.4976	-77.36998	103			MD	021		
4356847	Greenbelt	greenbelt	US	20768	24272	America/New_York	39.00455	-76.87553	48	Greenbelt,Grinbehlt,Grinbelt,Grinbelte,ghrynbylt,grynblt  mrylnd,gurinberuto,Гринбелт,Гринбелте,Гринбэлт,Ґрінбелт,غرينبيلت,گرین بیلٹ، میری لینڈ,گرینبلت، مریلند,グリーンベルト		MD	033		
4356867	Greenbrier	greenbrier	US	37073	0	America/New_York	39.39594	-76.59025	147	Greenbrier,Towson Heights		MD	005		
4356868	Greenbrier	greenbrier	US	37073	0	America/New_York	39.57594	-76.90887	239			MD	013		
4356869	Greenbrier	greenbrier	US	37073	0	America/New_York	39.48149	-77.32193	104			MD	021		
4356871	Greenbrier	greenbrier	US	37073	0	America/New_York	39.54982	-77.62082	216	Greenbriar,Greenbrier		MD	043		
4356889	Greenfield	greenfield	US	01301	0	America/New_York	39.53594	-76.53524	181			MD	005		
4356890	Greenfield	greenfield	US	01301	0	America/New_York	39.71232	-77.00248	252			MD	013		
4356901	Greenhurst	greenhurst	US	14742	0	America/New_York	39.66956	-76.01634	133			MD	015		
4356902	Greenland	greenland	US	03840	0	America/New_York	38.42873	-75.49131	19			MD	045		
4356905	Greenlawn	greenlawn	US	11740	0	America/New_York	38.3754	-75.55326	14			MD	045		
4356910	Greenleaf	greenleaf	US	54126	0	America/New_York	39.49538	-76.9597	232			MD	013		
4356920	Greenock	greenock	US	15047	0	America/New_York	38.81539	-76.63302	49			MD	003		
4356936	Greensburg	greensburg	US	15601	229	America/New_York	39.67982	-77.56249	212			MD	043		
4356949	Greenwood	greenwood	US	04255	0	America/New_York	39.43538	-76.48663	99			MD	005		
4356950	Greenwood	greenwood	US	04255	0	America/New_York	39.43399	-76.69775	163			MD	005		
4356953	Greensboro	greensboro	US	05841	1873	America/New_York	38.97372	-75.80493	5	Bridge Town,Bridgetown,Choptank Bridge,Greensboro,Greensborough,Grinsboro,Head of Choptank,Гринсборо		MD	011		
4356981	Griffin	griffin	US	30223	0	America/New_York	38.8615	-75.91383	10			MD	011		
4356988	Grimes	grimes	US	50111	0	America/New_York	39.52121	-77.7711	115			MD	043		
4357011	Grove	grove	US	74344	0	America/New_York	38.74928	-75.87688	17			MD	011		
4357012	Grove	grove	US	74344	0	America/New_York	39.40066	-77.39304	90			MD	021		
4357017	Grove Hill	grove-hill	US	36451	0	America/New_York	39.41955	-77.4611	115			MD	021		
4357042	Guilford	guilford	US	04443	0	America/New_York	39.33483	-76.61802	81			MD	510		
4357043	Guilford	guilford	US	04443	0	America/New_York	39.16983	-76.83053	119	Guilford,Guilford Factory		MD	027		
4357088	Gunpowder	gunpowder	US	21010	0	America/New_York	39.41483	-76.38774	24	Gunpowder,Joppa Cross Roads,Little Gunpowder		MD	005		
4357112	Guys	guys	US	38339	0	America/New_York	38.93956	-76.17023	5			MD	035		
4357116	Gwynn Oak	gwynn-oak	US	21207	47092	America/New_York	39.33261	-76.69275	130			MD	510		
4357141	Hagerstown	hagerstown	US	21740	40432	America/New_York	39.64176	-77.71999	164	Elizabeth Hagers Town,Elizabeth Town,Elizabethtown,Gejgerstaun,HGR,Hagers Town,Hagers-Town,Hagerstown,Khagehrtaun,Khagerstaun,Khejgerstaun,hajrstawn,hei ge si dui,heigazutaun,heigeoseutaun,hygrztawn  mrylnd,Гейґерстаун,Хагерстаун,Хагэртаун,Хейгерстаун,هاجرستاون,هیگرزتاون، مریلند,ہیگرزٹاؤن، میری لینڈ,ヘイガーズタウン,黑格斯敦,헤이거스타운	043	MD	043		
4357168	Halethorpe	halethorpe	US	21227	0	America/New_York	39.23983	-76.68025	36	Halethorp,Halethorpe		MD	005		
4357176	Halfway	halfway	US	97834	10701	America/New_York	39.62065	-77.75888	184			MD	043		
4357182	Hall	hall	US	14463	0	America/New_York	38.90233	-76.73552	25	Hall,Halls		MD	033		
4357216	Hambleton	hambleton	US	26269	0	America/New_York	38.95678	-76.58885	18	Hambleton,Hambleton Estates,Riverview		MD	003		
4357217	Hambleton	hambleton	US	26269	0	America/New_York	38.69512	-76.06438	15	Hambleton,Hole in the Wall		MD	041		
4357220	Hallowell	hallowell	US	04347	0	America/New_York	39.14316	-77.06081	160			MD	031		
4357227	Hamilton	hamilton	US	01936	0	America/New_York	39.32233	-76.52219	38			MD	005		
4357228	Hamilton	hamilton	US	01936	0	America/New_York	39.3565	-76.55691	104			MD	510		
4357268	Hampden	hampden	US	01036	0	America/New_York	39.33094	-76.63497	75			MD	510		
4357275	Hampshire	hampshire	US	38461	0	America/New_York	38.62234	-76.95525	63			MD	017		
4357279	Hampstead	hampstead	US	03841	6359	America/New_York	39.60483	-76.84998	283	Coxville,Hampstead,Khehmpsted,Spring Garden,Spring Gardens,Хэмпстед		MD	013		
4357289	Hampton	hampton	US	03842	5052	America/New_York	39.42288	-76.58469	103	Khehmpton,Хэмптон		MD	005		
4357290	Hampton	hampton	US	03842	0	America/New_York	38.64873	-76.10939	3			MD	041		
4357304	Hampshire	hampshire	US	38461	0	America/New_York	39.51622	-76.55552	185			MD	005		
4357310	Hancock	hancock	US	03449	1550	America/New_York	39.69898	-78.17973	134	Hancock,Hancocks,Hancocks Town,Handcocks,Khenkok,North Bend Settlement,han kao ke,hankwk,hnkak  mrylnd,Хенкок,هانكوك,هنکاک، مریلند,汉考克		MD	043		
4357340	Hanover	hanover	US	02339	38088	America/New_York	39.19289	-76.72414	32	Hanover,Hanoversville,Hanoverville		MD	027		
4357355	Happy Valley	happy-valley	US	97086	0	America/New_York	39.66927	-76.8122	264			MD	013		
4357376	Harbor View	harbor-view	US	43434	0	America/New_York	38.89456	-76.50468	5			MD	003		
4357377	Harbor View	harbor-view	US	43434	0	America/New_York	39.50984	-75.87688	8			MD	015		
4357390	Hardesty	hardesty	US	73944	0	America/New_York	38.90761	-76.57746	37			MD	003		
4357391	Queen Anne	queen-anne	US	21657	1280	America/New_York	38.89872	-76.6783	14	Hardesty,Queen Anne		MD	033		
4357455	Harmans	harmans	US	21077	0	America/New_York	39.15733	-76.69664	41	Harman Station,Harmans		MD	003		
4357465	Harmony	harmony	US	02829	0	America/New_York	38.779	-75.88049	14	Fowling Creek,Harmony		MD	011		
4357466	Harmony	harmony	US	02829	0	America/New_York	39.49288	-77.52999	187	Beallsville,Beallville,Bealsville,Harmony		MD	021		
4357530	Harrisonville	harrisonville	US	08039	0	America/New_York	39.38594	-76.83331	200			MD	005		
4357531	Harristown	harristown	US	62537	0	America/New_York	39.28788	-76.74275	150			MD	005		
4357532	Harrisville	harrisville	US	02830	0	America/New_York	39.4201	-77.14498	177	Harrisville,West Falls		MD	013		
4357533	Harrisville	harrisville	US	02830	0	America/New_York	39.69566	-76.08134	111			MD	015		
4357534	Harrisville	harrisville	US	02830	0	America/New_York	38.47762	-76.18883	2			MD	019		
4357560	Hartman	hartman	US	72840	0	America/New_York	39.39232	-77.3136	149			MD	021		
4357577	Harvey	harvey	US	50119	0	America/New_York	39.70315	-78.27779	285			MD	043		
4357581	Harwood	harwood	US	20776	0	America/New_York	38.86539	-76.61996	53	Butlers,Butlers Tavern,Harwood,Obligation		MD	003		
4357599	Hathaway	hathaway	US	59333	0	America/New_York	39.44122	-76.81359	202			MD	005		
4357615	Haverford	haverford	US	19041	0	America/New_York	39.44205	-76.62191	115			MD	005		
4357617	Havre de Grace	havre-de-grace	US	21078	13504	America/New_York	39.54928	-76.09162	17	French Town,Harmers Town,Havre de Grace,Khaver de Grejs,Khavr deh Grehjs,Le Havre de Grace,Stocketts Town,Susquehanna Lower Ferry,The Lower Ferry,habadigureisu,hafr dy ghrys,hwr da grys  mrylnd,Хавер де Грејс,Хавр дэ Грэйс,هافر دي غريس,هور دا گریس، مریلند,ہاوری ڈی گریس، میری لینڈ,ハバディグレイス		MD	025		
4357639	Hawkeye	hawkeye	US	52147	0	America/New_York	38.55956	-75.91883	8			MD	019		
4357654	Hawthorn	hawthorn	US	16230	0	America/New_York	39.20261	-76.88164	125			MD	027		
4357659	Hawthorne	hawthorne	US	07506	0	America/New_York	39.32316	-76.43496	6			MD	005		
4357660	Hawthorne	hawthorne	US	07506	0	America/New_York	38.5404	-77.01136	31			MD	017		
4357672	Hayden	hayden	US	35079	0	America/New_York	39.07817	-75.97661	23	Ashland,Hayden		MD	035		
4357689	Hazelhurst	hazelhurst	US	54531	0	America/New_York	39.47037	-79.27143	760			MD	023		
4357693	Hazelwood	hazelwood	US	28738	0	America/New_York	38.93233	-76.5708	11			MD	003		
4357694	Hazelwood	hazelwood	US	28738	0	America/New_York	39.55983	-76.49941	188			MD	025		
4357697	Hazen	hazen	US	58545	0	America/New_York	39.72036	-78.68113	273			MD	001		
4357731	Hebron	hebron	US	03241	1092	America/New_York	38.42012	-75.68771	12	Hebron,Nelsons		MD	045		
4357740	Helen	helen	US	20635	0	America/New_York	38.3829	-76.72163	38	Helen,Hellen		MD	037		
4357764	Henderson	henderson	US	13650	143	America/New_York	39.07428	-75.76604	18	Henderson,Khenderson,Melvilles Cross Roads,Melvilles Crossroads,Meredith Crossroads,Merediths Crossing,River Bridge,Хендерсон		MD	011		
4357801	Hereford	hereford	US	18056	0	America/New_York	39.58899	-76.6633	208	Hereford,Loveton		MD	005		
4357833	Hermanville	hermanville	US	39086	0	America/New_York	38.24707	-76.42912	36	Hermanville,Uncle		MD	037		
4357887	Hickman	hickman	US	38567	0	America/New_York	38.83317	-75.72299	16	Hickman,Hickmantown,Marshyhope		MD	011		
4357894	Hickory	hickory	US	15340	0	America/New_York	39.57872	-76.34524	145	Hickory,Hickory Tavern		MD	025		
4357901	Hickory Hills	hickory-hills	US	60457	0	America/New_York	39.01678	-76.50524	32			MD	003		
4357902	Hickory Hills	hickory-hills	US	60457	0	America/New_York	38.65845	-76.57801	36			MD	009		
4357903	Hickory Hills	hickory-hills	US	60457	0	America/New_York	39.58038	-76.35496	148			MD	025		
4357904	Hickory Hills	hickory-hills	US	60457	0	America/New_York	39.54594	-76.35246	112			MD	025		
4357916	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	39.26872	-77.17998	198			MD	031		
4357917	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	38.97233	-76.158	5			MD	035		
4357918	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	38.5354	-76.96247	57			MD	017		
4357945	Hidden Valley	hidden-valley	US	15502	0	America/New_York	38.54734	-76.56051	42			MD	009		
4357946	Hidden Valley	hidden-valley	US	15502	0	America/New_York	39.61205	-76.93998	277			MD	013		
4357947	Hidden Valley	hidden-valley	US	15502	0	America/New_York	38.56762	-76.78775	47			MD	017		
4357948	Hidden Valley	hidden-valley	US	15502	0	America/New_York	39.51455	-76.40552	136			MD	025		
4357954	Higgins	higgins	US	79046	0	America/New_York	38.81373	-76.05244	20			MD	041		
4357971	High Point	high-point	US	27260	0	America/New_York	39.14511	-76.54107	13			MD	003		
4357972	High Point	high-point	US	27260	0	America/New_York	39.33594	-76.50691	42			MD	005		
4357975	High Point	high-point	US	27260	0	America/New_York	39.559	-76.42191	164			MD	025		
4357976	High Point	high-point	US	27260	0	America/New_York	38.964	-77.11831	91			MD	031		
4357981	High Ridge	high-ridge	US	63049	0	America/New_York	39.48205	-76.95109	218			MD	013		
4357982	High Ridge	high-ridge	US	63049	0	America/New_York	39.13639	-76.87917	124			MD	027		
4357983	High Ridge	high-ridge	US	63049	0	America/New_York	39.11816	-76.85858	81	High Ridge,High Ridge Park		MD	027		
4357997	Highland	highland	US	12528	0	America/New_York	39.52093	-77.51804	362			MD	021		
4357998	Highland	highland	US	12528	1034	America/New_York	39.179	-76.95748	158			MD	027		
4357999	Highland	highland	US	12528	0	America/New_York	38.93872	-76.95386	20			MD	033		
4358012	Highland Lake	highland-lake	US	12743	0	America/New_York	39.18983	-76.96914	167			MD	027		
4358015	Highland Park	highland-park	US	08904	0	America/New_York	39.61956	-76.07939	126			MD	015		
4358017	Highland Park	highland-park	US	08904	0	America/New_York	38.90511	-76.8972	23			MD	033		
4358018	Highland Park	highland-park	US	08904	0	America/New_York	38.34567	-75.56715	11			MD	045		
4358019	Highland Park	highland-park	US	08904	0	America/New_York	38.32067	-75.18852	5			MD	047		
4358122	Hillsboro	hillsboro	US	21641	158	America/New_York	38.91678	-75.93883	12	Hillsboro,Hillsborough,Khillsboro,Tuckahoe Bridge,Хиллсборо		MD	011		
4358126	Hillsborough	hillsborough	US	03244	0	America/New_York	39.11955	-76.89609	122			MD	033		
4358127	Hillsdale	hillsdale	US	07642	0	America/New_York	39.58566	-76.91387	261			MD	013		
4358132	Hillside	hillside	US	07205	0	America/New_York	39.58955	-76.95665	276			MD	013		
4358133	Hillside	hillside	US	07205	0	America/New_York	38.87289	-76.92414	87			MD	033		
4358134	Hillside	hillside	US	07205	0	America/New_York	39.50206	-76.17773	22			MD	025		
4358149	Hilltop	hilltop	US	25855	0	America/New_York	39.27288	-76.80108	104			MD	027		
4358153	Hillview	hillview	US	40129	0	America/New_York	39.55844	-76.30579	127			MD	025		
4358168	Hilltop	hilltop	US	25855	0	America/New_York	39.38372	-76.93248	172			MD	013		
4358177	Hobbs	hobbs	US	46047	0	America/New_York	38.8615	-75.78438	15			MD	011		
4358185	Hoffman	hoffman	US	28347	0	America/New_York	39.63564	-78.90586	572			MD	001		
4358186	Hoffman	hoffman	US	28347	0	America/New_York	39.5101	-77.27054	179			MD	021		
4358221	Holbrook	holbrook	US	02343	0	America/New_York	39.39455	-76.85275	188	Holbrook,Ward Chapel,Wards Chapel		MD	005		
4358294	Holly Grove	holly-grove	US	72069	0	America/New_York	38.33234	-75.15546	3	Holly Grove,Hollygrove		MD	047		
4358304	Holly Hill	holly-hill	US	29059	0	America/New_York	38.73206	-76.56524	39			MD	003		
4358305	Holly Hill	holly-hill	US	29059	0	America/New_York	38.63067	-75.82466	7			MD	019		
4358306	Holly Hill	holly-hill	US	29059	0	America/New_York	39.00817	-77.16359	77			MD	031		
4358307	Holly Hill	holly-hill	US	29059	0	America/New_York	38.66623	-76.9872	61			MD	033		
4358332	Hollywood	hollywood	US	20636	0	America/New_York	39.07511	-76.5858	21			MD	003		
4358333	Hollywood	hollywood	US	20636	0	America/New_York	39.01233	-76.92525	48			MD	033		
4358334	Hollywood	hollywood	US	20636	0	America/New_York	38.34596	-76.57162	40			MD	037		
4358335	Hollywood	hollywood	US	20636	0	America/New_York	38.32429	-75.55131	13			MD	045		
4358425	Homeland	homeland	US	33847	0	America/New_York	39.35816	-76.62441	125			MD	510		
4358429	Homestead	homestead	US	15120	0	America/New_York	39.32177	-76.59691	51			MD	510		
4358434	Homewood	homewood	US	60430	0	America/New_York	39.67453	-78.79391	229			MD	001		
4358435	Homewood	homewood	US	60430	0	America/New_York	39.02539	-77.06276	116			MD	031		
4358436	Homewood	homewood	US	60430	0	America/New_York	38.97983	-76.51163	13			MD	003		
4358437	Homewood	homewood	US	60430	0	America/New_York	38.06123	-75.55437	8			MD	047		
4358487	Hope	hope	US	02831	0	America/New_York	39.04206	-75.96938	21			MD	035		
4358501	Hopewell	hopewell	US	08525	0	America/New_York	39.17983	-76.83553	110			MD	027		
4358502	Hopewell	hopewell	US	08525	0	America/New_York	38.00624	-75.81826	1			MD	039		
4358635	Howardsville	howardsville	US	24562	0	America/New_York	39.3615	-76.72358	141	Howardsville,Howardville		MD	005		
4358647	Hubbard	hubbard	US	44425	0	America/New_York	38.60678	-75.90327	13			MD	019		
4358656	Hudson	hudson	US	01749	0	America/New_York	38.59206	-76.25439	1			MD	019		
4358671	Hughesville	hughesville	US	17737	2197	America/New_York	38.53262	-76.78386	54	Hughesville,Hughsville		MD	017		
4358701	Hunt Valley	hunt-valley	US	21031	23915	America/New_York	39.49983	-76.64108	91			MD	005		
4358726	Huntersville	huntersville	US	28070	0	America/New_York	38.46929	-76.73024	51	Huntersville,Hunterville		MD	037		
4358756	Huntington	huntington	US	01050	0	America/New_York	38.60984	-76.89747	59			MD	017		
4358757	Huntington	huntington	US	01050	0	America/New_York	39.55177	-76.4983	177			MD	025		
4358758	Huntington	huntington	US	01050	0	America/New_York	39.15705	-76.83997	109			MD	027		
4358759	Huntington	huntington	US	01050	0	America/New_York	38.98733	-77.10748	110			MD	031		
4358760	Huntington	huntington	US	01050	0	America/New_York	39.06289	-77.01248	91			MD	031		
4358761	Huntington	huntington	US	01050	0	America/New_York	39.00317	-76.77858	47			MD	033		
4358762	Huntington	huntington	US	01050	0	America/New_York	38.38706	-75.16102	5			MD	047		
4358771	Huntington Woods	huntington-woods	US	48070	0	America/New_York	38.99428	-76.6358	41			MD	003		
4358772	Huntingtown	huntingtown	US	20639	2587	America/New_York	38.61595	-76.61302	49	Hunting Town,Huntingtown		MD	009		
4358787	Huntsville	huntsville	US	35801	0	America/New_York	38.909	-76.89247	27			MD	033		
4358790	Hurlock	hurlock	US	21643	2092	America/New_York	38.62428	-75.85438	11			MD	019		
4358821	Hyattsville	hyattsville	US	20781	18501	America/New_York	38.95594	-76.94553	32	Bealltown,Hart,Hyattsville,Khiatsvill,haytsfyl,haytswyl  mrylnd,Хиатсвилл,هايتسفيل,هایتسویل، مریلند		MD	033		
4358833	Hyde Park	hyde-park	US	02136	0	America/New_York	39.28761	-76.44079	4			MD	005		
4358834	Hyde Park	hyde-park	US	02136	0	America/New_York	39.67037	-77.72749	183			MD	043		
4358835	Hyde Park	hyde-park	US	02136	0	America/New_York	38.38234	-75.59465	8			MD	045		
4358838	Hydes	hydes	US	21082	0	America/New_York	39.484	-76.4933	100	Hyde,Hydes		MD	005		
4358848	Idlewild	idlewild	US	38346	0	America/New_York	38.764	-76.06272	15			MD	041		
4358859	Ijamsville	ijamsville	US	21754	0	America/New_York	39.36038	-77.32276	105	Ijams Mills,Ijamsville		MD	021		
4358900	Idlewild	idlewild	US	38346	0	America/New_York	38.98761	-76.72608	34			MD	033		
4358916	Indian Head	indian-head	US	15446	3857	America/New_York	38.60012	-77.1622	29	Indian Head,Indian Khid,Indian-Ged,Indian-Khed,Indianhead,Infijan Khed,andyan hyd,ayndyan hd  mrylnd,Індіан-Гед,Индиан Хид,Индиан-Хед,Инфијан Хед,إنديان هيد,ایندیان هد، مریلند		MD	017		
4358927	Indian Hills	indian-hills	US	80454	0	America/New_York	39.02094	-76.49274	17			MD	003		
4358928	Indian Hills	indian-hills	US	80454	0	America/New_York	39.6801	-76.51052	153			MD	025		
4358948	Indian Springs	indian-springs	US	89018	0	America/New_York	39.46482	-77.44749	129	Indian Springs,Sunset Hill		MD	021		
4358949	Indian Springs	indian-springs	US	89018	64	America/New_York	39.64648	-78.00167	165			MD	043		
4358962	Indiantown	indiantown	US	34956	0	America/New_York	38.36513	-76.83469	7	Indian Town,Indiantown		MD	037		
4358963	Indiantown	indiantown	US	34956	0	America/New_York	38.18873	-75.40742	6	Askiminokonson,Indian Town,Indiantown		MD	047		
4358979	Ingleside	ingleside	US	21644	0	America/New_York	39.09233	-75.87688	18	Beaver Dam,Beaver Dams,Cleaves Tavern,Ingleside,Long Marsh,Tappahanna,Tappahannah		MD	035		
4359180	Inverness	inverness	US	34450	0	America/New_York	39.26261	-76.49218	8	Grange,Inverness		MD	005		
4359183	Inwood	inwood	US	11096	0	America/New_York	39.30233	-77.02026	188			MD	027		
4359200	Ironsides	ironsides	US	20643	0	America/New_York	38.49179	-77.1597	38			MD	017		
4359207	Irvington	irvington	US	07111	4548	America/New_York	39.28288	-76.68608	68			MD	510		
4359282	Jackson	jackson	US	03846	0	America/New_York	39.58261	-76.04189	46			MD	015		
4359300	Jacksonville	jacksonville	US	05342	0	America/New_York	39.51816	-76.55941	178			MD	005		
4359359	Jarrettsville	jarrettsville	US	21084	2916	America/New_York	39.60455	-76.47774	204	Carmens,Jarrettsville		MD	025		
4359377	Jefferson	jefferson	US	01522	2111	America/New_York	39.36205	-77.53165	178	Jefferson,New Town,Newtons,Newtons Trap,Newtown Trap,The Trap,Trap Town		MD	021		
4359395	Jenkins	jenkins	US	41537	0	America/New_York	39.48205	-76.4808	108			MD	005		
4359413	Jennings	jennings	US	32053	113	America/New_York	39.64647	-79.18253	670			MD	023		
4359417	Jennings	jennings	US	32053	0	America/New_York	39.09039	-76.5633	26			MD	003		
4359425	Jersey	jersey	US	22481	0	America/New_York	38.37456	-75.60465	6			MD	045		
4359429	Jerusalem	jerusalem	US	43747	0	America/New_York	39.46289	-76.38913	47	Jerusalem,Jerusalem Mills		MD	005		
4359430	Jerusalem	jerusalem	US	43747	0	America/New_York	39.52427	-77.57999	244			MD	021		
4359431	Jerusalem	jerusalem	US	43747	0	America/New_York	39.15927	-77.4061	127			MD	031		
4359444	Jersey	jersey	US	22481	0	America/New_York	37.97429	-75.86077	1			MD	039		
4359454	Jewell	jewell	US	31045	0	America/New_York	38.75484	-76.61857	46			MD	003		
4359557	Johnstown	johnstown	US	12095	0	America/New_York	38.32901	-76.46356	2			MD	009		
4359574	Jones	jones	US	36749	0	America/New_York	39.05622	-76.52913	18			MD	003		
4359575	Jones	jones	US	36749	0	America/New_York	39.65982	-77.35332	140			MD	021		
4359600	Jonestown	jonestown	US	17038	0	America/New_York	38.72956	-75.89132	14	Johnstown,Jonestown		MD	011		
4359601	Jonestown	jonestown	US	17038	0	America/New_York	39.22205	-76.80747	155			MD	027		
4359602	Jonestown	jonestown	US	17038	0	America/New_York	38.25624	-76.43884	34			MD	037		
4359604	Jonesville	jonesville	US	05466	0	America/New_York	39.15761	-77.39721	123			MD	031		
4359605	Joppa	joppa	US	21085	0	America/New_York	39.43372	-76.35774	45	Gunpowder Town,Joppa,Joppa Crossroads,Joppa Town		MD	025		
4359643	Joyce	joyce	US	71440	0	America/New_York	39.02483	-76.51996	22			MD	003		
4359692	Kearney	kearney	US	64060	0	America/New_York	39.34316	-79.32226	823			MD	023		
4359694	Keedysville	keedysville	US	21756	1159	America/New_York	39.48621	-77.69971	120	Centerville,Keedysville,kdyswyl  mrylnd,kydysfyl,كيديسفيل,کدیسویل، مریلند		MD	043		
4359706	Keller	keller	US	23401	0	America/New_York	39.33594	-77.44332	85			MD	021		
4359728	Kempton	kempton	US	19529	0	America/New_York	39.20677	-79.48533	832			MD	023		
4359735	Kendall	kendall	US	14476	0	America/New_York	39.63342	-79.41754	494	Kendall,Krug,Manor Land		MD	023		
4359737	Kenilworth	kenilworth	US	07033	0	America/New_York	38.38067	-75.51214	15			MD	045		
4359744	Kenmore	kenmore	US	98028	0	America/New_York	39.69261	-75.86716	113			MD	015		
4359759	Kensington	kensington	US	20891	0	America/New_York	39.08317	-76.57996	19			MD	003		
4359760	Kensington	kensington	US	20891	2330	America/New_York	39.02567	-77.07637	87	Kensington,Knowles,Knowles Station,knsynghtwn,knzyngtn  mrylnd,Кенсингтон,كنسينغتون,کنزینگتن، مریلند		MD	031		
4359808	Kentfield	kentfield	US	94914	0	America/New_York	39.314	-76.10023	21			MD	029		
4359809	Kentland	kentland	US	47951	0	America/New_York	38.92372	-76.87997	33			MD	033		
4359817	Kentwood	kentwood	US	70444	0	America/New_York	38.92539	-76.33995	3			MD	035		
4359818	Kenwood	kenwood	US	95452	0	America/New_York	39.34066	-76.50552	49			MD	005		
4359819	Kenwood	kenwood	US	95452	0	America/New_York	39.2715	-76.7108	103			MD	005		
4359820	Kenwood	kenwood	US	95452	0	America/New_York	38.97094	-77.10526	81			MD	031		
4359836	Kennedyville	kennedyville	US	21645	199	America/New_York	39.30539	-75.99494	21			MD	029		
4359848	Keymar	keymar	US	21757	0	America/New_York	39.59954	-77.23693	139	Keymar,York Road,Yorkroad		MD	013		
4359853	Keyser	keyser	US	26726	0	America/New_York	39.43705	-77.30998	173			MD	021		
4359868	Keysville	keysville	US	23947	0	America/New_York	39.63399	-77.2586	152	Keysville,Keyville		MD	013		
4359881	Kilmarnock	kilmarnock	US	22482	0	America/New_York	39.10178	-76.59524	41			MD	003		
4359951	Kings Park	kings-park	US	11754	0	America/New_York	39.37233	-76.82886	174			MD	005		
4359963	Kingsley	kingsley	US	18826	0	America/New_York	39.26483	-77.2786	135			MD	031		
4359969	Kingston	kingston	US	02364	0	America/New_York	39.27122	-76.96859	187			MD	027		
4359970	Kingston	kingston	US	02364	0	America/New_York	38.07457	-75.72798	3	Kings Town,Kingston		MD	039		
4359984	Kingsville	kingsville	US	21087	4318	America/New_York	39.44872	-76.41774	83	Fork Meeting House,Kings Tavern,Kingsville		MD	005		
4360006	Kirkwood	kirkwood	US	13795	0	America/New_York	38.40206	-75.60937	12			MD	045		
4360016	Kirkwood	kirkwood	US	13795	0	America/New_York	38.95956	-76.96831	14			MD	033		
4360024	Kitzmiller	kitzmiller	US	21538	310	America/New_York	39.38788	-79.18226	489	Kitzmiller,Kitzmillersville,Military Lot 300		MD	023		
4360036	Klondike	klondike	US	75448	118	America/New_York	39.60925	-78.96253	577	Klondike,Lord,Lord Dolph,Lorddolph		MD	001		
4360073	Knoxville	knoxville	US	16928	0	America/New_York	39.32705	-77.66416	87			MD	021		
4360082	Kitts Hill	kitts-hill	US	45645	0	America/New_York	38.33234	-75.18685	6			MD	047		
4360103	La Plata	la-plata	US	20646	9125	America/New_York	38.52929	-76.97525	57	La Plata,La-Plata,LaPlata,LaPlata Station,Laplata,Le Plateau,la blata,la plata  mrylnd,la pu la ta,Ла Плата,Ла-Плата,لا بلاتا,لا پلاتا، مریلند,لا پلاٹا، میری لینڈ,拉普拉塔	017	MD	017		
4360124	Ladiesburg	ladiesburg	US	21759	0	America/New_York	39.57649	-77.26498	148	Ladiesburg,Ladiesburgh		MD	021		
4360133	Lahaina	lahaina	US	96761	0	America/New_York	38.76678	-76.74275	49			MD	033		
4360135	Lake	lake	US	25121	0	America/New_York	39.3915	-76.6408	79			MD	005		
4360158	Lake Forest	lake-forest	US	60045	0	America/New_York	39.07761	-76.59524	14			MD	003		
4360209	Lake View	lake-view	US	14085	0	America/New_York	39.1665	-76.50885	4			MD	003		
4360212	Lake Village	lake-village	US	46349	0	America/New_York	39.13761	-76.71358	53			MD	003		
4360225	Lakeland	lakeland	US	31635	0	America/New_York	39.07928	-76.59802	15	Lakeland,Lakeland Point		MD	003		
4360226	Lakeland	lakeland	US	31635	0	America/New_York	39.25816	-76.6508	23			MD	510		
4360227	Lakeland	lakeland	US	31635	0	America/New_York	38.989	-76.92886	18			MD	033		
4360234	Lakeside	lakeside	US	06758	0	America/New_York	39.45566	-76.53747	135			MD	005		
4360240	Lakeview	lakeview	US	28350	0	America/New_York	39.41344	-76.90998	183			MD	013		
4360241	Lakeview	lakeview	US	28350	0	America/New_York	39.13066	-76.87331	119			MD	027		
4360244	Lakewood	lakewood	US	08701	0	America/New_York	39.09233	-76.50246	10			MD	003		
4360245	Lakewood	lakewood	US	08701	0	America/New_York	38.33679	-75.60076	9			MD	045		
4360264	Lancaster	lancaster	US	01523	0	America/New_York	38.62734	-76.93581	63			MD	017		
4360272	Land-O-Lakes	land-o-lakes	US	34637	0	America/New_York	38.36124	-76.60579	39			MD	037		
4360273	Lander	lander	US	82520	0	America/New_York	39.30899	-77.55916	91	Catoctin,Catoctin Station,Catootin,Lander		MD	021		
4360304	Langford	langford	US	57454	0	America/New_York	39.18844	-76.14078	20	Broad Creek Ferry,Langford,Langford Corners,Lankford,Lankfords,Trap		MD	029		
4360321	Lanham	lanham	US	20703	10157	America/New_York	38.96875	-76.8634	43	Lanham,Lanhams,lanham-sabrwk  mrylnd,لانهام-سابروک، مریلند,لینہم، میری لینڈ		MD	033		
4360328	Lansdowne	lansdowne	US	19050	8409	America/New_York	39.24511	-76.66052	26	Lansdown,Lansdowne		MD	005		
4360345	Largo	largo	US	33770	10709	America/New_York	38.89761	-76.83025	53	Largo		MD	033		
4360369	Laurel	laurel	US	11948	26215	America/New_York	39.09928	-76.84831	51	Laurehl,Laurel,Laurel Factory,Lorel,loleol,lrl  mrylnd,lwryl,roreru,Лаурэл,Лорел,لرل، مریلند,لورل، میری لینڈ,لوريل,ローレル,로럴		MD	033		
4360429	Lawndale	lawndale	US	28090	0	America/New_York	39.52177	-76.87748	146			MD	013		
4360430	Lawrence	lawrence	US	01840	0	America/New_York	39.47455	-77.46276	181			MD	021		
4360435	Lawson	lawson	US	64062	0	America/New_York	37.97401	-75.83938	1			MD	039		
4360494	Leeds	leeds	US	01053	0	America/New_York	39.15761	-76.70941	55			MD	003		
4360495	Leeds	leeds	US	01053	0	America/New_York	39.65261	-75.88022	72	Leeds,New Leeds		MD	015		
4360516	Lehigh	lehigh	US	50557	0	America/New_York	39.1465	-76.62663	24			MD	003		
4360534	Leming	leming	US	78050	0	America/New_York	38.49123	-76.6469	5			MD	009		
4360551	Leonardtown	leonardtown	US	20650	3633	America/New_York	38.29124	-76.63579	26	Benedict Leonard Town,LTW,Leonard Town,Leonardtown,Lionardtaun,Seymour Town,Seymourtown,Shepherds Old Fields,Sheppards Old Fields,lun na de dun,lwnardtwwn  mrylnd,lywnardtawn,Лионардтаун,لوناردتوون، مریلند,ليوناردتاون,倫納德頓	037	MD	037		
4360565	Leslie	leslie	US	25972	0	America/New_York	39.61956	-75.95106	54			MD	015		
4360585	Lewiston	lewiston	US	04240	0	America/New_York	39.02872	-76.95998	77			MD	033		
4360586	Lewistown	lewistown	US	17044	0	America/New_York	39.5376	-77.41554	122	Lewistown,Millers Mill		MD	021		
4360587	Lewistown	lewistown	US	17044	0	America/New_York	38.84511	-75.94772	13	Lewistown,Louis Town		MD	041		
4360592	Lexington Park	lexington-park	US	20653	11626	America/New_York	38.26679	-76.45384	36	Centerville,Jarboesville,Lexington Park		MD	037		
4360625	Libertytown	libertytown	US	21762	950	America/New_York	39.4851	-77.24026	160	Liberty,Liberty Town,Libertytown		MD	021		
4360626	Libertytown	libertytown	US	21762	0	America/New_York	38.319	-75.29853	7	Hungrytown,Libertytown,Reedsville		MD	047		
4360663	Lincoln	lincoln	US	01773	0	America/New_York	38.96317	-76.81942	42			MD	033		
4360682	Linden	linden	US	07036	0	America/New_York	39.00817	-77.04914	102			MD	031		
4360697	Lineboro	lineboro	US	21088	0	America/New_York	39.71871	-76.84387	210	Lineboro,Linesboro		MD	013		
4360709	Linkwood	linkwood	US	21835	0	America/New_York	38.53984	-75.94605	6	Hicksburgh,Linkwood		MD	019		
4360720	Linthicum Heights	linthicum-heights	US	21090	0	America/New_York	39.20344	-76.66219	53	Linthicum,Linthicum Heights		MD	003		
4360727	Linwood	linwood	US	01525	0	America/New_York	39.56343	-77.14276	131			MD	013		
4360728	Linwood	linwood	US	01525	0	America/New_York	39.27733	-76.80525	122			MD	027		
4360737	Lisbon	lisbon	US	03585	0	America/New_York	39.33622	-77.07109	179	Lisbon,New Lisbon		MD	027		
4361028	Locust Grove	locust-grove	US	22508	0	America/New_York	39.67536	-78.7878	211			MD	001		
4361029	Locust Grove	locust-grove	US	22508	0	America/New_York	39.56899	-77.39165	98			MD	021		
4361030	Locust Grove	locust-grove	US	22508	0	America/New_York	39.65342	-79.45949	638			MD	023		
4361031	Locust Grove	locust-grove	US	22508	0	America/New_York	39.33039	-75.94605	23	Locust Grove,Locustgrove		MD	029		
4361032	Locust Grove	locust-grove	US	22508	0	America/New_York	38.66817	-76.08716	4			MD	041		
4361033	Locust Grove	locust-grove	US	22508	0	America/New_York	39.44843	-77.66471	172			MD	043		
4361039	Locust Hill	locust-hill	US	23092	0	America/New_York	39.50205	-76.5183	166			MD	005		
4361063	Locust Valley	locust-valley	US	11560	0	America/New_York	39.4226	-77.63055	214			MD	021		
4361081	Lombard	lombard	US	60148	0	America/New_York	39.71872	-75.94633	137	Lombard,Lombardville		MD	015		
4361085	Lonaconing	lonaconing	US	21539	1144	America/New_York	39.56592	-78.9803	454	Coney,Lonaconing,Lonakoning,lwnakwnyng  mrylnd,lwnakwnyngh,Лонаконинг,لوناكونينغ,لوناکونینگ، مریلند		MD	001		
4361090	Londonderry	londonderry	US	03053	0	America/New_York	39.13733	-77.20804	142			MD	031		
4361091	Londonderry	londonderry	US	03053	0	America/New_York	38.76817	-76.08855	6			MD	041		
4361099	Lone Oak	lone-oak	US	75453	0	America/New_York	39.01983	-77.11803	101			MD	031		
4361109	Long Beach	long-beach	US	11561	1821	America/New_York	38.46096	-76.46884	7			MD	009		
4361140	Long Green	long-green	US	21092	0	America/New_York	39.47288	-76.52302	150	Long Green,Unionville		MD	005		
4361168	Long Point	long-point	US	61333	0	America/New_York	39.09678	-76.44524	1			MD	003		
4361217	Longmeadow	longmeadow	US	01106	0	America/New_York	39.069	-76.53302	9			MD	003		
4361218	Longmeadow	longmeadow	US	01106	0	America/New_York	39.55594	-76.34913	115			MD	025		
4361228	Longview	longview	US	61852	0	America/New_York	39.06233	-76.49579	9			MD	003		
4361229	Longview	longview	US	61852	0	America/New_York	39.40732	-77.29776	150			MD	021		
4361236	Longville	longville	US	56655	0	America/New_York	39.6901	-77.18721	165			MD	013		
4361258	Longwood	longwood	US	28452	0	America/New_York	39.01039	-77.14498	90			MD	031		
4361259	Loretto	loretto	US	15940	0	America/New_York	38.2604	-75.68159	5	Loretta,Loretto,Loretto Station		MD	039		
4361268	Lothian	lothian	US	20711	0	America/New_York	38.83178	-76.61135	55			MD	003		
4361279	Louisville	louisville	US	30434	0	America/New_York	39.44871	-76.92387	182			MD	013		
4361334	Lowndes	lowndes	US	63951	0	America/New_York	39.54898	-78.8603	206			MD	001		
4361359	Luke	luke	US	21540	63	America/New_York	39.47509	-79.05697	293	Luke,West Piedmont		MD	001		
4361365	Lusby	lusby	US	20657	1835	America/New_York	38.41068	-76.45523	31	Lusby,Lusbys		MD	009		
4361388	Lynch	lynch	US	40855	0	America/New_York	39.29539	-76.06272	23			MD	029		
4361413	Lynwood	lynwood	US	90262	0	America/New_York	39.57844	-76.89553	209			MD	013		
4361458	Madison	madison	US	03849	204	America/New_York	38.51151	-76.22022	1	Madison,Tobacco Stick,Мадисон		MD	019		
4361474	Magness	magness	US	72553	0	America/New_York	39.50427	-76.34107	85			MD	025		
4361475	Magnolia	magnolia	US	08049	0	America/New_York	39.40483	-76.32468	14			MD	025		
4361538	Malcolm	malcolm	US	36556	0	America/New_York	38.61679	-76.78691	61	Malcolm,Woodville,Woodville Station		MD	017		
4361540	Malvern	malvern	US	19355	0	America/New_York	39.39372	-76.63886	78			MD	005		
4361547	Manchester	manchester	US	01944	4818	America/New_York	39.66121	-76.88498	302	Manchester,Noodle Doosey,manshstr,mnchstr  mrylnd,Манчестер,مانشستر,مانچسٹر، میری لینڈ,منچستر، مریلند		MD	013		
4361557	Manhattan Beach	manhattan-beach	US	90266	0	America/New_York	39.06844	-76.5208	6	Manhattan Beach,Manhattan Woods		MD	003		
4361565	Manokin	manokin	US	21836	0	America/New_York	38.1154	-75.75576	2	Manokin,Nearoakin		MD	039		
4361580	Manor	manor	US	15665	0	America/New_York	39.55733	-76.56469	178			MD	005		
4361606	Mantua	mantua	US	08051	0	America/New_York	39.50511	-76.74414	110			MD	005		
4361614	Maple Grove	maple-grove	US	55311	0	America/New_York	39.64927	-76.86026	249	Maple Grove,Maplegrove		MD	013		
4361625	Maple View	maple-view	US	13107	0	America/New_York	39.55899	-76.98387	272			MD	013		
4361633	Mapleville	mapleville	US	02839	238	America/New_York	39.53899	-77.64749	187			MD	043		
4361634	Maplewood	maplewood	US	07040	0	America/New_York	39.30622	-76.86359	150			MD	027		
4361635	Maplewood	maplewood	US	07040	0	America/New_York	39.00761	-77.10331	91			MD	031		
4361636	Maplewood	maplewood	US	07040	0	America/New_York	39.40566	-77.41804	96			MD	021		
4361646	Marble Hill	marble-hill	US	30148	0	America/New_York	39.49594	-76.65053	94			MD	005		
4361647	Marble Hill	marble-hill	US	30148	0	America/New_York	39.19733	-76.74219	51			MD	027		
4361649	Marbury	marbury	US	20658	0	America/New_York	38.5754	-77.15553	23			MD	017		
4361657	Mardela Springs	mardela-springs	US	21837	350	America/New_York	38.45984	-75.7591	8	Baron Creek Springs,Barren Creek,Barren Creek Springs,Mardela Springs,Mardella Springs,Russum Creek		MD	045		
4361665	Margate	margate	US	33093	0	America/New_York	39.16761	-76.59524	13			MD	003		
4361666	Margate	margate	US	33093	0	America/New_York	39.48955	-76.44135	137			MD	005		
4361725	Marlton	marlton	US	08053	9031	America/New_York	38.77373	-76.78997	61			MD	033		
4361736	Marriottsville	marriottsville	US	21104	0	America/New_York	39.3501	-76.89942	93			MD	027		
4361770	Marston	marston	US	28363	0	America/New_York	39.50788	-77.10026	205	Jewsburg,Marston		MD	013		
4361772	Martin	martin	US	15460	0	America/New_York	39.37788	-77.30804	173			MD	021		
4361796	Martindale	martindale	US	17549	0	America/New_York	39.139	-76.5958	19			MD	003		
4361797	Martindale	martindale	US	17549	0	America/New_York	39.58205	-76.36718	157			MD	025		
4361810	Martinsburg	martinsburg	US	13404	0	America/New_York	39.16427	-77.47554	122			MD	031		
4361825	Marydel	marydel	US	19964	136	America/New_York	39.11289	-75.74577	18	Halltown,Marydel,Marydell		MD	011		
4361849	Maryland Line	maryland-line	US	21105	0	America/New_York	39.71427	-76.65386	257	Maryland Line,New Market		MD	005		
4361921	Masonville	masonville	US	13804	0	America/New_York	39.24316	-76.59052	4			MD	510		
4361924	Massey	massey	US	21650	0	America/New_York	39.30983	-75.82521	20	Massey,Masseys Cross Roads,Massys,Massys Cross Roads		MD	029		
4361947	Mathews	mathews	US	23109	0	America/New_York	39.37566	-77.47471	129			MD	021		
4361969	Maugansville	maugansville	US	21767	3071	America/New_York	39.69287	-77.74472	189	Maugansville,Morgansville		MD	043		
4361980	Maxwelton	maxwelton	US	24957	0	America/New_York	38.51734	-76.97692	57			MD	017		
4361987	Matthews	matthews	US	28104	0	America/New_York	38.81623	-75.95272	12	Matthews,Matthewstown		MD	041		
4361990	Mayfield	mayfield	US	12117	0	America/New_York	39.09594	-76.69664	38			MD	003		
4361991	Mayfield	mayfield	US	12117	0	America/New_York	39.29372	-76.91831	171			MD	027		
4362001	Mayo	mayo	US	21106	8298	America/New_York	38.88761	-76.5119	4	Mayo,Rhodes River		MD	003		
4362044	McDaniel	mcdaniel	US	21647	0	America/New_York	38.81762	-76.27801	5	McDaniel,McDanieltown		MD	041		
4362048	McDonald	mcdonald	US	88262	0	America/New_York	39.43344	-77.16415	229			MD	021		
4362059	McHenry	mchenry	US	58464	0	America/New_York	39.55842	-79.35282	757	Buffalo Marsh,Locust Tree Bottom,McHenry		MD	023		
4362089	McKinleyville	mckinleyville	US	95519	0	America/New_York	39.11456	-76.1819	3			MD	029		
4362099	McPherson	mcpherson	US	67460	0	America/New_York	39.16261	-76.66775	44			MD	003		
4362100	McPherson	mcpherson	US	67460	0	America/New_York	39.40371	-77.19832	200			MD	021		
4362141	Meadowbrook	meadowbrook	US	26404	0	America/New_York	38.59179	-76.86358	56			MD	017		
4362142	Meadowbrook	meadowbrook	US	26404	0	America/New_York	39.47121	-77.4236	116			MD	021		
4362143	Meadowbrook	meadowbrook	US	26404	0	America/New_York	39.32372	-77.26526	188			MD	021		
4362144	Meadowbrook	meadowbrook	US	26404	0	America/New_York	39.57122	-76.19023	126			MD	025		
4362165	Meadowview	meadowview	US	24361	0	America/New_York	39.65289	-75.79549	40			MD	015		
4362173	Mechanicsville	mechanicsville	US	18934	1508	America/New_York	38.4429	-76.74385	48	Harrisburg,Mechanicsville		MD	037		
4362178	Mecklenburg	mecklenburg	US	14863	0	America/New_York	38.75706	-76.06911	9			MD	041		
4362182	Medford	medford	US	02153	0	America/New_York	39.54816	-77.05387	170	Medford,Richardson Station,Waesches Station		MD	013		
4362197	Mellwood	mellwood	US	72367	3051	America/New_York	38.81039	-76.82414	66			MD	033		
4362205	Melrose	melrose	US	02176	0	America/New_York	39.68982	-76.89776	244			MD	013		
4362206	Melrose	melrose	US	02176	0	America/New_York	39.57066	-76.36496	140			MD	025		
4362247	Merrill	merrill	US	48637	0	America/New_York	39.59898	-79.08308	532			MD	023		
4362291	Mexico	mexico	US	04257	0	America/New_York	39.60094	-76.94442	295			MD	013		
4362300	Miami Beach	miami-beach	US	33109	0	America/New_York	39.30705	-76.36996	3			MD	005		
4362310	Mexico	mexico	US	04257	0	America/New_York	39.6037	-78.7428	184			MD	001		
4362344	Middle River	middle-river	US	21220	25191	America/New_York	39.33427	-76.43941	8			MD	005		
4362348	Middlebrook	middlebrook	US	24459	0	America/New_York	39.33566	-77.54721	138			MD	021		
4362349	Middlebrook	middlebrook	US	24459	0	America/New_York	39.17733	-77.23859	136			MD	031		
4362354	Middleburg	middleburg	US	17842	70	America/New_York	39.59399	-77.21276	155	Middleburg,Middleburgh		MD	013		
4362365	Middlesex	middlesex	US	08846	0	America/New_York	39.32761	-76.45468	13			MD	005		
4362370	Middletown	middletown	US	02842	0	America/New_York	38.30763	-76.88441	5			MD	017		
4362371	Middletown	middletown	US	02842	0	America/New_York	38.60734	-76.97581	64	Billingsley,Duffield,Middletown		MD	017		
4362372	Middletown	middletown	US	02842	4469	America/New_York	39.44371	-77.54471	172	Middle Town,Middletown,Middltaun,Midltaun,Smithfield,mydltawn,mydltawn  mrylnd,Миддлтаун,Мидлтаун,ميدلتاون,مڈل ٹاؤن، میری لینڈ,میدلتاون، مریلند		MD	021		
4362395	Midland	midland	US	15059	429	America/New_York	39.59009	-78.94975	522	Midland,Midlehnd,Mullan,mydland,mydlnd  mrylnd,Мидланд,Мидлэнд,ميدلاند,مڈلینڈ، میری لینڈ,میدلند، مریلند		MD	001		
4362400	Midlothian	midlothian	US	21543	320	America/New_York	39.63425	-78.95002	586	Midlothian,Midlothian Junction		MD	001		
4362434	Milford	milford	US	01757	0	America/New_York	39.34788	-76.74108	128	Milford,Milford Town		MD	005		
4362472	Mill Creek	mill-creek	US	17060	0	America/New_York	38.89067	-76.08217	7			MD	041		
4362499	Mill Run	mill-run	US	15464	0	America/New_York	38.88928	-75.96188	14			MD	041		
4362514	Millbrook	millbrook	US	12545	0	America/New_York	39.2715	-76.15245	12			MD	029		
4362519	Miller	miller	US	57362	0	America/New_York	39.59592	-78.93308	558			MD	001		
4362543	Millersville	millersville	US	17551	0	America/New_York	39.05955	-76.64802	47			MD	003		
4362548	Millington	millington	US	07946	617	America/New_York	39.25817	-75.83716	6	Bridge Town,Bridgetown,Head of Chester,Head-of-Chester,Millington		MD	029		
4362576	Milton	milton	US	02186	0	America/New_York	38.4979	-76.18522	1	Loom Town,Loomtown,Milton,Woolford		MD	019		
4362587	Millwood	millwood	US	10546	0	America/New_York	39.49733	-76.36246	74			MD	025		
4362624	Mitchellville	mitchellville	US	37119	10967	America/New_York	38.92511	-76.74275	32	Mitchellville,Mullikin,Mullikin Station		MD	033		
4362658	Monkton	monkton	US	05469	0	America/New_York	39.57872	-76.61553	99	Charlotte Town,Monckton Mills,Monkton,Monkton Mills		MD	005		
4362685	Monrovia	monrovia	US	21770	416	America/New_York	39.37205	-77.27193	126	Bush Creek,Monearovia,Monrovia		MD	021		
4362705	Montevideo	montevideo	US	56265	0	America/New_York	39.16261	-76.76692	47			MD	003		
4362743	Montgomery Village	montgomery-village	US	20886	32032	America/New_York	39.17677	-77.19526	114			MD	031		
4362750	Montpelier	montpelier	US	05601	0	America/New_York	39.0615	-76.85081	48			MD	033		
4362758	Montrose	montrose	US	10548	0	America/New_York	38.61623	-77.09109	51			MD	017		
4362759	Montrose	montrose	US	10548	0	America/New_York	39.05705	-77.13137	110			MD	031		
4362798	Moorland	moorland	US	50566	0	America/New_York	39.56122	-76.3044	115			MD	025		
4362810	Morgan	morgan	US	05853	0	America/New_York	39.36121	-77.04637	142			MD	013		
4362829	Morgantown	morgantown	US	19543	0	America/New_York	38.3454	-76.97108	4			MD	017		
4362831	Morganza	morganza	US	20660	0	America/New_York	38.3754	-76.69552	26			MD	037		
4362856	Morrisville	morrisville	US	05661	0	America/New_York	39.46122	-76.70247	170			MD	005		
4362860	Moscow	moscow	US	05662	240	America/New_York	39.5437	-79.00503	408	Moscow,Moscow Mills,Shaw		MD	001		
4362880	Mount Aetna	mount-aetna	US	19544	561	America/New_York	39.60232	-77.62416	164			MD	043		
4362882	Mount Airy	mount-airy	US	21771	9380	America/New_York	39.37621	-77.1547	238	Maunt Ehjri,Maunt Eri,Mount Airy,Mountairy,Parrs Spring Ridge,maunteueeoli,mawnt ayry,mawnt ayry  mrylnd,Маунт Ери,Маунт Эйри,ماونت إيري,ماونت ایری، مریلند,마운트에어리		MD	013		
4362931	Mount Carmel	mount-carmel	US	17851	0	America/New_York	39.10705	-76.46218	15	Lake Shore,Mount Carmel		MD	003		
4362932	Mount Carmel	mount-carmel	US	17851	0	America/New_York	39.58872	-76.74053	204			MD	005		
4362933	Mount Carmel	mount-carmel	US	17851	0	America/New_York	38.55595	-77.00359	39			MD	017		
4362934	Mount Carmel	mount-carmel	US	17851	0	America/New_York	39.47288	-77.65527	161			MD	043		
4362955	Mount Clare	mount-clare	US	26408	0	America/New_York	39.28594	-76.63191	21			MD	510		
4362961	Mount Ephraim	mount-ephraim	US	08059	0	America/New_York	39.24594	-77.3986	155			MD	031		
4362981	Mount Hermon	mount-hermon	US	42157	0	America/New_York	38.35401	-75.52937	13	Minksville,Mount Herman,Mount Hermon		MD	045		
4362986	Mount Holly	mount-holly	US	05758	0	America/New_York	38.55262	-76.00299	7			MD	019		
4362987	Mount Hope	mount-hope	US	25880	0	America/New_York	39.35177	-76.70358	134			MD	510		
4362988	Mount Hope	mount-hope	US	25880	0	America/New_York	38.45984	-77.17609	27			MD	017		
4363068	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.64593	-77.00581	232			MD	013		
4363069	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.45371	-77.32582	139			MD	021		
4363070	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	38.30096	-76.73997	11			MD	037		
4363071	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	38.78762	-76.25356	2			MD	041		
4363072	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.53538	-77.64805	195			MD	043		
4363073	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	38.35289	-75.33464	11			MD	045		
4363075	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	38.78623	-76.06772	15			MD	041		
4363124	Mount Rainier	mount-rainier	US	20712	8475	America/New_York	38.9415	-76.96498	23	Maunt Rejnehr,Maunt Rejnir,Mount Rainier,Mud Ranier,mawnt rynyyr,rynyr  mrylnd,Маунт Рейнэр,Маунт Рејнир,رینیر، مریلند,ماؤنٹ رائنیر، میری لینڈ,ماونت رينيير		MD	033		
4363134	Mount Royal	mount-royal	US	08061	0	America/New_York	39.30761	-76.6308	49			MD	510		
4363141	Mount Savage	mount-savage	US	21545	873	America/New_York	39.69564	-78.87974	378	Arnold Settlement,Corriganville,Jennings,Jennings Run,Jennons Run,Luthworth,Mount Savage		MD	001		
4363170	Mount Vernon	mount-vernon	US	04352	779	America/New_York	38.2454	-75.8216	2			MD	039		
4363171	Mount Vernon	mount-vernon	US	04352	0	America/New_York	38.37845	-75.61215	10			MD	045		
4363185	Mount Victoria	mount-victoria	US	20661	0	America/New_York	38.35346	-76.8958	44	Cooksey,Mount Victoria		MD	017		
4363190	Mount Washington	mount-washington	US	03589	0	America/New_York	39.36427	-76.67275	102	Mount Washington,Washingtonville		MD	510		
4363199	Mount Wilson	mount-wilson	US	91023	0	America/New_York	39.38316	-76.75664	127			MD	005		
4363204	Mount Zion	mount-zion	US	26151	0	America/New_York	38.83234	-76.61135	51	Lothian,Mount Zion		MD	003		
4363205	Mount Zion	mount-zion	US	26151	0	America/New_York	39.09956	-75.78549	21	Beartown,Mount Zion		MD	011		
4363206	Mount Zion	mount-zion	US	26151	0	America/New_York	39.18483	-77.10081	157			MD	031		
4363273	Mountain	mountain	US	54149	0	America/New_York	39.46539	-76.36885	110			MD	025		
4363291	Mountain View	mountain-view	US	65548	0	America/New_York	39.51843	-77.00054	255			MD	013		
4363292	Mountain View	mountain-view	US	65548	0	America/New_York	39.44399	-77.46749	166			MD	021		
4363303	Mountain Village	mountain-village	US	99632	0	America/New_York	39.39316	-77.42776	97			MD	021		
4363315	Mountville	mountville	US	17554	0	America/New_York	39.34399	-77.51749	214			MD	021		
4363425	Mutual	mutual	US	73853	0	America/New_York	38.47096	-76.54801	47			MD	009		
4363436	Myersville	myersville	US	21773	1708	America/New_York	39.5051	-77.56638	205			MD	021		
4363450	Myrtle Point	myrtle-point	US	97458	0	America/New_York	38.32624	-76.50106	7			MD	037		
4363462	Nanjemoy	nanjemoy	US	20662	0	America/New_York	38.45484	-77.21692	25	Cross Roads,Crossroads,Nagemy,Nangeme,Nangemi,Nangemie,Nangemy,Nanjeme,Nanjemoy,Nanjemoy Cross Roads,Nanjemy,Nanmie,Nansemicke,Nansemy		MD	017		
4363479	Nanticoke	nanticoke	US	18634	225	America/New_York	38.27234	-75.90549	3			MD	045		
4363481	Nantucket	nantucket	US	02554	0	America/New_York	38.37706	-75.16019	3			MD	047		
4363486	Narrows	narrows	US	24124	0	America/New_York	38.97011	-76.24273	2			MD	035		
4363535	Naylor	naylor	US	31641	0	America/New_York	38.71234	-76.7458	43	Naylor,Naylors Landing		MD	033		
4363550	Neavitt	neavitt	US	21652	0	America/New_York	38.72456	-76.28245	2			MD	041		
4363584	Nelson	nelson	US	03457	0	America/New_York	38.54095	-77.08664	47			MD	017		
4363585	Nelson	nelson	US	03457	0	America/New_York	37.96929	-75.84854	1			MD	039		
4363624	New Enterprise	new-enterprise	US	16664	0	America/New_York	38.59068	-76.65607	24			MD	009		
4363639	New Hope	new-hope	US	18938	0	America/New_York	38.80067	-75.90549	4			MD	011		
4363640	New Hope	new-hope	US	18938	0	America/New_York	38.39095	-75.33519	11	New Hope,Newhope		MD	045		
4363653	New London	new-london	US	03257	0	America/New_York	39.42205	-77.25304	126			MD	021		
4363654	New Market	new-market	US	21774	697	America/New_York	39.3826	-77.26943	166	New Market,Newmarket		MD	021		
4363668	New Midway	new-midway	US	21775	0	America/New_York	39.56704	-77.29082	150			MD	021		
4363675	New Point	new-point	US	23125	0	America/New_York	38.96956	-76.4869	6			MD	003		
4363692	New Windsor	new-windsor	US	12553	1400	America/New_York	39.54205	-77.10804	152	New Windsor,Sulphur Springs		MD	013		
4363702	Newark	newark	US	07101	0	America/New_York	39.69706	-75.80049	92			MD	015		
4363703	Newark	newark	US	07101	336	America/New_York	38.25067	-75.29103	10	Capomco,Coponco,N'juark,Newark,Quapanquah,Quapomquah,Queponco,Queponco Station,Quepongo,Ньюарк		MD	047		
4363708	Newburg	newburg	US	17240	0	America/New_York	38.37735	-76.95331	39	Newburg,Newburgh		MD	017		
4363710	Newcomb	newcomb	US	12852	0	America/New_York	38.75373	-76.17606	2	Newcomb,Royal Oak,Royal Oak Station		MD	041		
4363724	Newmarket	newmarket	US	03857	0	America/New_York	38.47373	-76.77441	55	New Market,Newmarket		MD	037		
4363725	Newport	newport	US	02840	0	America/New_York	38.41957	-76.9033	3	New Port,New-Port,Newport		MD	017		
4363726	Newport	newport	US	02840	0	America/New_York	38.40039	-75.15491	3			MD	047		
4363747	Newtown	newtown	US	06470	0	America/New_York	38.3504	-76.45773	18	New Town,New Towne,Newtown,Newtowne		MD	009		
4363748	Newtown	newtown	US	06470	0	America/New_York	38.50012	-76.94247	54	Newton,Newtown		MD	017		
4363749	Newtown	newtown	US	06470	0	America/New_York	39.30428	-76.14801	12			MD	029		
4363750	Newtown	newtown	US	06470	0	America/New_York	38.90567	-76.04772	16			MD	041		
4363756	Newtown Square	newtown-square	US	19073	0	America/New_York	38.93372	-76.05744	15			MD	041		
4363758	Nichols	nichols	US	13812	0	America/New_York	38.72317	-75.81188	12	Midway,Nicholls,Nichols		MD	011		
4363773	Newton	newton	US	02458	0	America/New_York	38.76484	-75.9316	12	Hog Creek,Newton,Smithson		MD	011		
4363831	North Beach	north-beach	US	20714	2014	America/New_York	38.70734	-76.53107	0	North Beach,North Chesapeake Beach		MD	009		
4363837	North Bend	north-bend	US	17760	0	America/New_York	39.28066	-76.70442	83			MD	510		
4363847	North Branch	north-branch	US	12766	0	America/New_York	39.58953	-78.73224	198			MD	001		
4363889	North East	north-east	US	16428	3723	America/New_York	39.60011	-75.94133	5	Herringtown,Nors Ist,Nort Ist,North East,North East Point,North-east,Northeast,Welch Port,nrtyst  mrylnd,nwrth ayst,Норс Ист,Норт Ист,نرتیست، مریلند,نورث إيست		MD	015		
4363904	North Easton	north-easton	US	02356	0	America/New_York	38.80373	-76.06133	19			MD	041		
4363952	North Hills	north-hills	US	91343	0	America/New_York	39.70789	-76.06162	104			MD	015		
4363953	North Hills	north-hills	US	91343	0	America/New_York	39.52233	-76.16218	42			MD	025		
4364018	Northampton	northampton	US	01060	0	America/New_York	39.4365	-76.6108	96			MD	005		
4364019	Northampton	northampton	US	01060	0	America/New_York	39.64233	-76.45024	165			MD	025		
4364025	Northbrook	northbrook	US	60062	0	America/New_York	39.60705	-76.87609	248			MD	013		
4364061	Northport	northport	US	11768	0	America/New_York	39.03956	-76.47052	21			MD	003		
4364062	Northridge	northridge	US	91324	0	America/New_York	39.5015	-76.29801	62			MD	025		
4364084	Northwood	northwood	US	03261	0	America/New_York	38.64734	-76.90386	63			MD	017		
4364085	Northwood	northwood	US	03261	0	America/New_York	38.39512	-75.58298	11			MD	045		
4364102	Norwood	norwood	US	02062	0	America/New_York	39.12539	-77.02748	129	Norwood,Norwood Corner		MD	031		
4364121	Nottingham	nottingham	US	03290	0	America/New_York	39.19927	-76.63719	44			MD	003		
4364122	Nottingham	nottingham	US	03290	0	America/New_York	39.02817	-76.54774	36			MD	003		
4364123	Nottingham	nottingham	US	03290	0	America/New_York	39.364	-76.45218	19			MD	005		
4364139	Norwood	norwood	US	02062	0	America/New_York	38.43346	-76.86803	49			MD	017		
4364162	Oak Forest	oak-forest	US	60452	0	America/New_York	39.26094	-76.74303	147			MD	005		
4364164	Oak Grove	oak-grove	US	42262	0	America/New_York	39.06817	-76.52885	8			MD	003		
4364165	Oak Grove	oak-grove	US	42262	0	America/New_York	39.71428	-76.08495	110			MD	015		
4364166	Oak Grove	oak-grove	US	42262	0	America/New_York	38.87428	-76.77664	36	Oak Grove,Oakgrove		MD	033		
4364180	Oak Hill	oak-hill	US	12460	0	America/New_York	39.38594	-76.63164	129			MD	005		
4364196	Oak Park	oak-park	US	48237	0	America/New_York	39.23677	-76.67719	50			MD	005		
4364197	Oak Park	oak-park	US	48237	0	America/New_York	39.47843	-77.58943	176			MD	021		
4364199	Oak Ridge	oak-ridge	US	07438	0	America/New_York	39.54733	-76.33551	105			MD	025		
4364200	Oak Ridge	oak-ridge	US	07438	0	America/New_York	39.19372	-77.30832	134			MD	031		
4364201	Oak Ridge	oak-ridge	US	07438	0	America/New_York	39.61537	-77.75083	181			MD	043		
4364214	Oakdale	oakdale	US	06370	0	America/New_York	39.11483	-76.63858	27			MD	003		
4364215	Oakdale	oakdale	US	06370	0	America/New_York	39.339	-76.40829	7			MD	005		
4364216	Oakdale	oakdale	US	06370	0	America/New_York	39.13039	-77.07109	156			MD	031		
4364224	Oakhurst	oakhurst	US	07755	0	America/New_York	39.41538	-76.48996	96			MD	005		
4364228	Oakland	oakland	US	02858	0	America/New_York	38.81428	-76.54385	3			MD	003		
4364229	Oakland	oakland	US	02858	0	America/New_York	39.7126	-76.69025	218			MD	005		
4364230	Oakland	oakland	US	02858	0	America/New_York	39.41872	-76.88387	133			MD	013		
4364231	Oakland	oakland	US	02858	1875	America/New_York	39.40787	-79.40671	731	Armstrongs,Armstrongs in the Green Glades,Glades,Green Glades,McCartys Mill,ODM,Oakland,Oaklehnd,Oklend,Oukland,Slabtown,Yough Glades,Yox Glades,ao ke lan,awkland,awwklnd  mrylnd,Оаклэнд,Окленд,Оукланд,أوكلاند,اووکلند، مریلند,奧克蘭	023	MD	023		
4364232	Oakland	oakland	US	02858	0	America/New_York	38.86095	-76.91025	85			MD	033		
4364245	Oakland Mills	oakland-mills	US	17076	0	America/New_York	39.21872	-76.84386	113	Oakland Mill,Oakland Mills,Village of Oakland Mills		MD	027		
4364269	Oakley	oakley	US	48649	0	America/New_York	38.27291	-76.73969	7			MD	037		
4364271	Oakmont	oakmont	US	15139	0	America/New_York	39.039	-76.47829	22			MD	003		
4364272	Oakmont	oakmont	US	15139	0	America/New_York	39.53566	-76.4283	155			MD	025		
4364273	Oakmont	oakmont	US	15139	0	America/New_York	39.00372	-77.11331	103			MD	031		
4364275	Oakridge	oakridge	US	97463	0	America/New_York	39.65706	-75.81133	51			MD	015		
4364276	Oakridge	oakridge	US	97463	0	America/New_York	39.33455	-77.31748	144			MD	021		
4364277	Oaks	oaks	US	19456	0	America/New_York	38.49873	-76.77663	52			MD	037		
4364286	Oakville	oakville	US	06779	0	America/New_York	38.22151	-75.62048	11			MD	039		
4364287	Oakville	oakville	US	06779	0	America/New_York	38.39124	-76.64357	42			MD	037		
4364291	Oakwood	oakwood	US	24631	0	America/New_York	38.91706	-76.47413	5			MD	003		
4364292	Oakwood	oakwood	US	24631	0	America/New_York	39.699	-76.17995	112	Mexico,Mount Pleasant,Oakwood		MD	015		
4364293	Oakwood	oakwood	US	24631	0	America/New_York	38.61651	-76.96136	65			MD	017		
4364294	Oakwood	oakwood	US	24631	0	America/New_York	38.56734	-77.03359	58			MD	017		
4364295	Oakwood	oakwood	US	24631	0	America/New_York	39.54094	-76.22273	113			MD	025		
4364312	Ocean City	ocean-city	US	08226	7055	America/New_York	38.3365	-75.08491	1	OCE,Ocean City,Oshen Siti,Oushan Siti,Oushehn Siti,Oushun Siti,SBY,Sinepuxent Beach,The Ladies Resort to the Ocean,Urbs Oceana,awshn syty,awwshn syty  mrylnd,da yang cheng,oshanshiti,osyeon siti,Оушан Сити,Оушън Сити,Оушэн Сити,Ошен Сити,أوشن سيتي,اوشن سٹی، میری لینڈ,اووشن سیتی، مریلند,オーシャンシティ,大洋城,오션 시티		MD	047		
4364362	Odenton	odenton	US	21113	37132	America/New_York	39.084	-76.70025	47			MD	003		
4364395	Oil City	oil-city	US	16301	0	America/New_York	38.90511	-75.81466	14	Manships Cross Roads,Oil City		MD	011		
4364402	Old Fields	old-fields	US	26845	0	America/New_York	39.54983	-76.35524	111			MD	025		
4364420	Old Hickory	old-hickory	US	37138	0	America/New_York	38.35179	-76.43578	26			MD	009		
4364480	Old Town	old-town	US	04468	0	America/New_York	39.294	-76.60719	6	Old Town,Oldtown		MD	510		
4364481	Old Town	old-town	US	04468	0	America/New_York	39.14205	-76.10606	6			MD	029		
4364501	Oldfield	oldfield	US	65720	0	America/New_York	38.59873	-76.52468	25			MD	009		
4364502	Oldfield	oldfield	US	65720	0	America/New_York	39.49621	-77.19276	186			MD	021		
4364507	Oldtown	oldtown	US	21555	86	America/New_York	39.54148	-78.6114	173	King Opessas Town,Old Shawnee Town,Old Town,Oldtown,Shawanese,Shawanese Old Town,Shawanese Oldtown,Shawnee Old Town,Shawnees,Skipton		MD	001		
4364515	Olive	olive	US	59343	0	America/New_York	39.3276	-77.58249	134			MD	021		
4364527	Olivet	olivet	US	49076	0	America/New_York	38.3379	-76.44273	3			MD	009		
4364537	Olney	olney	US	20830	33844	America/New_York	39.15316	-77.06692	165	Fair Hill,Machanicsville,Mechanicsville,Olnehj,Olney,Olni,awlny  mrylnd,Олни,Олнэй,اولنی، مریلند,اولنی، میری لینڈ		MD	031		
4364569	Orangeville	orangeville	US	17859	0	America/New_York	39.30198	-76.56039	21			MD	510		
4364571	Oraville	oraville	US	62971	0	America/New_York	38.4179	-76.69413	48	Howards Race,Oraville,Turner		MD	037		
4364578	Orchard Hill	orchard-hill	US	30266	0	America/New_York	39.21955	-76.09689	20			MD	029		
4364604	Oregon	oregon	US	43616	0	America/New_York	39.49733	-76.68636	112	Oregon,Oregon Ridge		MD	005		
4364622	Osborne	osborne	US	67473	0	America/New_York	39.53678	-76.11717	21			MD	025		
4364687	Overbrook	overbrook	US	66524	0	America/New_York	39.43482	-77.46888	155			MD	021		
4364688	Overbrook	overbrook	US	66524	0	America/New_York	38.99567	-76.73441	33			MD	033		
4364704	Overton	overton	US	68863	0	America/New_York	39.03289	-76.20995	1			MD	029		
4364718	Owensville	owensville	US	45160	0	America/New_York	38.73651	-76.64441	34			MD	009		
4364721	Owings	owings	US	20736	2149	America/New_York	38.71762	-76.60135	27			MD	009		
4364727	Owings Mills	owings-mills	US	21117	30622	America/New_York	39.41955	-76.78025	152	Ovings Mills,wwyngs mylz  mrylnd,Овингс Миллс,اوونگز ملز، میری لینڈ,ووینگس میلز، مریلند,オーウィングス・ミルズ		MD	005		
4364745	Oxford	oxford	US	01540	621	America/New_York	38.68651	-76.17161	2	Oksford,Oxford,Third Haven,Thread Haven,Williamstadt,aksfrd  mrylnd,aksfwrd,Оксфорд,آکسفرد، مریلند,آکسفورڈ، میری لینڈ,أكسفورد		MD	041		
4364759	Oxon Hill	oxon-hill	US	20745	17722	America/New_York	38.80345	-76.9897	57	Gilman Corner,Grimesville,Oxen Hill,Oxon,Oxon Hill		MD	033		
4364806	Palisades Park	palisades-park	US	07650	0	America/New_York	39.03872	-76.5733	15			MD	003		
4364821	Palmetto	palmetto	US	30268	0	America/New_York	38.22401	-75.64576	8			MD	039		
4364849	Paramount	paramount	US	90723	0	America/New_York	39.68315	-77.6961	189			MD	043		
4364853	Paris	paris	US	04271	0	America/New_York	38.70262	-76.58274	48			MD	009		
4364865	Park Hall	park-hall	US	20667	0	America/New_York	39.4551	-77.64749	219			MD	043		
4364890	Park Ridge	park-ridge	US	07656	0	America/New_York	39.65038	-76.8947	310			MD	013		
4364900	Paradise	paradise	US	17562	0	America/New_York	39.26955	-76.71803	110			MD	005		
4364938	Parkton	parkton	US	21120	0	America/New_York	39.64094	-76.65914	127			MD	005		
4364946	Parkville	parkville	US	21234	30734	America/New_York	39.37733	-76.53969	101	Lavender Hill,Parkville		MD	005		
4364986	Parsonsburg	parsonsburg	US	21849	339	America/New_York	38.38762	-75.47103	26	Johnsons Fork,Parsonburgh,Parsonsburg		MD	045		
4364990	Pasadena	pasadena	US	21122	24287	America/New_York	39.10733	-76.57108	25	Pasadena,Pleasantena,Summit Knoll,psdyna  mrylnd,Пасадена,پسدینا، مریلند		MD	003		
4365119	Peach Orchard	peach-orchard	US	72453	0	America/New_York	38.74539	-76.11411	3			MD	041		
4365173	Pendleton	pendleton	US	27862	0	America/New_York	38.55512	-76.52412	33			MD	009		
4365227	Perry Hall	perry-hall	US	21128	28474	America/New_York	39.41261	-76.46357	77			MD	005		
4365245	Perry Point	perry-point	US	21902	0	America/New_York	39.55428	-76.07189	13			MD	015		
4365254	Perryman	perryman	US	21130	2342	America/New_York	39.46955	-76.2044	13	Perryman,Perrymans,Perrymansville,Perrymanville		MD	025		
4365264	Perryville	perryville	US	21903	4437	America/New_York	39.56011	-76.07134	14	Chesapeake,Lower Ferry,Pehrrivill,Perivil,Perrivill,Perry Point,Perryville,Susquehanna,byryfyl,prywyl  mrylnd,Перивил,Перривилл,Пэрривилл,بيريفيل,پریویل، مریلند		MD	015		
4365305	Petersburg	petersburg	US	12138	0	America/New_York	38.60373	-75.8566	12			MD	019		
4365323	Phelps	phelps	US	14532	0	America/New_York	39.45399	-77.49721	317			MD	021		
4365324	Phelps	phelps	US	14532	0	America/New_York	38.84984	-76.87108	82	Oxon,Phelps		MD	033		
4365339	Phoenix	phoenix	US	13135	0	America/New_York	39.51649	-76.61608	96	Finiks,Финикс		MD	005		
4365387	Pikesville	pikesville	US	21208	30764	America/New_York	39.37427	-76.72247	155	Pajksvil,Pajksvill,Pajksvill',paykswyl  mrylnd,pyyqswwyl,Пайксвилл,Пайксвилль,Пајксвил,פייקסוויל,پائکسویل، میری لینڈ,پایکسویل، مریلند		MD	005		
4365402	Pilot	pilot	US	24138	0	America/New_York	39.704	-76.20134	128	Pilot,Pilot Town		MD	015		
4365416	Pine Bluff	pine-bluff	US	71601	0	America/New_York	39.024	-76.50941	42			MD	003		
4365419	Pine Beach	pine-beach	US	08741	0	America/New_York	38.24651	-75.83493	5			MD	039		
4365426	Pine Grove	pine-grove	US	17963	0	America/New_York	38.37873	-75.52659	13			MD	045		
4365441	Pine Hill	pine-hill	US	12465	0	America/New_York	39.04316	-76.97775	100	Pine Hill,Pine Ridge		MD	031		
4365461	Pine Ridge	pine-ridge	US	41360	0	America/New_York	39.41594	-76.52413	124			MD	005		
4365473	Pine Valley	pine-valley	US	14872	0	America/New_York	39.13677	-76.88581	108			MD	027		
4365477	Pinedale	pinedale	US	82941	0	America/New_York	39.40844	-76.4733	74			MD	005		
4365481	Pinehurst	pinehurst	US	01866	0	America/New_York	39.11761	-76.43357	7	Pinehurst,Pinehurst on the Bay		MD	003		
4365482	Pinehurst	pinehurst	US	01866	0	America/New_York	39.37344	-76.61858	137			MD	005		
4365483	Pinehurst	pinehurst	US	01866	0	America/New_York	39.4176	-77.29721	134			MD	021		
4365484	Pinehurst	pinehurst	US	01866	0	America/New_York	39.58705	-76.39691	173			MD	025		
4365485	Pinehurst	pinehurst	US	01866	0	America/New_York	38.384	-75.15046	3			MD	047		
4365514	Piney Creek	piney-creek	US	28663	0	America/New_York	39.58205	-76.64358	198			MD	005		
4365569	Piney Point	piney-point	US	20674	864	America/New_York	38.14235	-76.50745	3	Piney Point,Pineypoint,The Point		MD	037		
4365571	Piney Point	piney-point	US	20674	0	America/New_York	38.41123	-75.18158	3			MD	047		
4365598	Pinto	pinto	US	21556	0	America/New_York	39.56981	-78.83919	240	Pinto,Potomac		MD	001		
4365618	Piscataway	piscataway	US	08854	0	America/New_York	38.70067	-76.9722	8	Pascattaway,Pascattoway,Piscataway,Piscattaway		MD	033		
4365624	Pisgah	pisgah	US	35765	0	America/New_York	38.54623	-77.1347	38	Pisga,Pisgah,Pisgau,Sandy Bottom		MD	017		
4365634	Pittsville	pittsville	US	21850	1428	America/New_York	38.39539	-75.41297	15	Derricksons Cross Roads,Pittsville		MD	045		
4365643	Plainfield	plainfield	US	01070	0	America/New_York	38.38484	-75.51326	15			MD	045		
4365655	Pleasant Dale	pleasant-dale	US	68423	0	America/New_York	39.61427	-77.06693	208			MD	013		
4365659	Pleasant Grove	pleasant-grove	US	35127	353	America/New_York	39.54399	-76.79803	191			MD	005		
4365660	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	39.32788	-77.2886	165			MD	021		
4365661	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	39.17289	-76.87192	117			MD	027		
4365677	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	39.42927	-76.7922	193			MD	005		
4365678	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	39.67039	-75.90216	117	Pleasant Hill,Pleasanthill		MD	015		
4365691	Pleasant Plains	pleasant-plains	US	62677	0	America/New_York	39.00844	-76.44385	8			MD	003		
4365696	Pleasant Ridge	pleasant-ridge	US	48069	0	America/New_York	39.46955	-77.30082	144			MD	021		
4365702	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	39.70981	-78.64057	369			MD	001		
4365703	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	38.66762	-76.60274	48			MD	009		
4365704	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	39.63316	-77.04609	186			MD	013		
4365708	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	39.63649	-77.53582	467			MD	043		
4365715	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	39.39232	-77.6586	189			MD	043		
4365718	Pleasant View	pleasant-view	US	37146	0	America/New_York	39.66816	-76.11578	105			MD	015		
4365719	Pleasant View	pleasant-view	US	37146	0	America/New_York	39.28288	-77.49388	100			MD	021		
4365720	Pleasant View	pleasant-view	US	37146	0	America/New_York	39.22205	-76.78164	116			MD	027		
4365732	Pleasantville	pleasantville	US	08232	0	America/New_York	39.19094	-76.62858	46			MD	003		
4365733	Pleasantville	pleasantville	US	08232	0	America/New_York	39.54566	-76.44163	162			MD	025		
4365734	Pleasantville	pleasantville	US	08232	0	America/New_York	39.33982	-77.73777	148			MD	043		
4365766	Pocomoke City	pocomoke-city	US	21851	4133	America/New_York	38.07568	-75.56798	2	Meeting House Landing,New Town,Newton,Newtown,Pitts Creek,Pocomocke,Pocomocke City,Pocomoke,Pocomoke City,Pokomok Siti,Pokomoke,Pokomouk Siti,Stevens Ferry,Stevens Landing,Warehouse Landing,bwkwmwk syty,pwkwmwk syty  mrylnd,Покомок Сити,Покомоук Сити,بوكوموك سيتي,پوکوموک سیتی، مریلند		MD	047		
4365807	Point Pleasant	point-pleasant	US	18950	0	America/New_York	39.17872	-76.58747	10			MD	003		
4365812	Point of Rocks	point-of-rocks	US	21777	1466	America/New_York	39.27594	-77.53915	77	Nelsons Ferry,Point of Rocks,Trammelstown		MD	021		
4365841	Pomona	pomona	US	08240	0	America/New_York	39.16233	-76.10939	6			MD	029		
4365845	Pomfret	pomfret	US	06258	517	America/New_York	38.57734	-77.03053	58	Pomfret,Pomfret Chapple Land		MD	017		
4365872	Poole	poole	US	42444	0	America/New_York	39.64122	-76.25579	126			MD	025		
4365877	Poolesville	poolesville	US	20837	5201	America/New_York	39.14594	-77.41693	125	Pooles Store,Poolesville,Pulsvil,bwlysfyl,pwlswyl  mrylnd,Пулсвил,بوليسفيل,پولسویل، مریلند		MD	031		
4365897	Poplar	poplar	US	54864	0	America/New_York	39.35427	-76.45246	32			MD	005		
4365898	Poplar Grove	poplar-grove	US	61065	0	America/New_York	39.63705	-76.26746	133			MD	025		
4365921	Poplar Ridge	poplar-ridge	US	13139	0	America/New_York	39.13011	-76.46441	3			MD	003		
4365937	Port Deposit	port-deposit	US	21904	659	America/New_York	39.60483	-76.11523	5	Cresap,Cresaps Ferry,Creswells Ferry,Port Deposit,Port Depozit,Rock Run,Smiths Falls,Smiths Ferry,Upper Ferry,bwrt dybwst,prt dypazyt  mrylnd,Порт Депозит,Порт Депосит,بورت ديبوست,پرت دیپازیت، مریلند		MD	015		
4365949	Port Republic	port-republic	US	08241	0	America/New_York	38.50096	-76.5294	44			MD	009		
4365952	Port Tobacco	port-tobacco	US	20677	36	America/New_York	38.51373	-77.01831	6	Chandlers Town,Charles Town,Charlestown,Port Tabacco,Port Tobacco,Port Tobacco Village,Port Tobaccoe,Portobacco,Portobaccoe,Portobacke,Potopaco		MD	017		
4366000	Potomac	potomac	US	20854	0	America/New_York	39.56759	-78.83891	200			MD	001		
4366001	Potomac	potomac	US	20854	44965	America/New_York	39.01817	-77.20859	110	Offutt's Crossroads,Offutts Cross Road,Potomac,Potomak,Potomak Khehjts,Section Eight,ptwwmk  mrylnd,Потомак,Потомак Хэйтс,پتوومک، مریلند,پوٹومیک، میری لینڈ		MD	031		
4366088	Powellville	powellville	US	21852	189	America/New_York	38.32873	-75.37547	9	Powellsville,Powellville		MD	045		
4366102	Pratt	pratt	US	25162	0	America/New_York	39.69064	-78.5064	303			MD	001		
4366104	Powhatan	powhatan	US	23139	0	America/New_York	39.32288	-76.72831	104	Powhatan,Powhattan		MD	005		
4366114	Preston	preston	US	06365	703	America/New_York	38.71262	-75.90994	14	Preston,Snow Hill		MD	011		
4366134	Price	price	US	21656	0	America/New_York	39.09761	-75.95883	20	Price,Prices,Prices Station		MD	035		
4366159	Prince Frederick	prince-frederick	US	20678	2538	America/New_York	38.5404	-76.5844	42	Little Fields,Littlefields,Old Fields,Princ Fredehrik,Prince Frederic,Prince Frederick,Prince Fredericktown,Prins Frederik,Williams Old Fields,fu lei de li ke wang zi cheng,pryns frdryk  mrylnd,Принс Фредерик,Принц Фредэрик,پرینس فردریک، مریلند,弗雷德里克王子城	009	MD	009		
4366176	Princess Anne	princess-anne	US	21853	3303	America/New_York	38.2029	-75.69243	5	Princess Ann,Princess Anne,Princess Anne Town,Princessa Anna,Prinses An,an ni gong zhu zhen,brnsys an,prynsys an  mrylnd,Принсес Ан,Принцесса Анна,برنسيس آن,پرینسیس ان، مریلند,安妮公主鎮	039	MD	039		
4366198	Prospect	prospect	US	06712	0	America/New_York	39.69038	-76.30274	124			MD	025		
4366204	Prospect Heights	prospect-heights	US	60070	0	America/New_York	39.56344	-76.31163	130			MD	025		
4366213	Providence	providence	US	02901	0	America/New_York	39.424	-76.56247	148			MD	005		
4366214	Providence	providence	US	02901	0	America/New_York	39.69039	-75.87605	62			MD	015		
4366215	Providence	providence	US	02901	0	America/New_York	38.77039	-75.96577	4			MD	041		
4366273	Purdum	purdum	US	69157	0	America/New_York	39.28455	-77.24026	216			MD	031		
4366300	Pylesville	pylesville	US	21132	693	America/New_York	39.68983	-76.37302	118			MD	025		
4366316	Quail Valley	quail-valley	US	92587	0	America/New_York	39.16122	-77.18831	143			MD	031		
4366325	Putnam	putnam	US	06260	0	America/New_York	39.56538	-76.46024	179			MD	025		
4366327	Quantico	quantico	US	21856	133	America/New_York	38.37429	-75.74243	5	Quantico,Quantico Mills,Quanticott		MD	045		
4366341	Queen Anne	queen-anne	US	21657	216	America/New_York	38.92095	-75.95522	11	Queen Anne,Queen Anns		MD	035		
4366378	Queenstown	queenstown	US	21658	615	America/New_York	38.95067	-76.9647	8			MD	033		
4366379	Queenstown	queenstown	US	21658	652	America/New_York	38.99067	-76.15773	6	Queen Annes Town,Queens-Towne,Queenstown		MD	035		
4366406	Quinn	quinn	US	57775	0	America/New_York	39.50705	-76.53302	176			MD	005		
4366430	Radcliffe	radcliffe	US	50230	0	America/New_York	38.60929	-76.61496	34			MD	009		
4366458	Ralph	ralph	US	35480	0	America/New_York	38.50706	-75.83021	4			MD	019		
4366460	Ralston	ralston	US	17763	0	America/New_York	39.37094	-76.72664	147			MD	005		
4366471	Randalia	randalia	US	52164	0	America/New_York	39.51956	-75.87188	4	Randalia,Randalla		MD	015		
4366476	Randallstown	randallstown	US	21133	32430	America/New_York	39.36733	-76.79525	176			MD	005		
4366516	Rawlings	rawlings	US	21557	693	America/New_York	39.53453	-78.88336	226	Hickory Flats,Rawlings,Rawlings Station		MD	001		
4366530	Rayville	rayville	US	64084	0	America/New_York	39.64927	-76.70081	244			MD	005		
4366548	Red Hill	red-hill	US	18076	0	America/New_York	39.6387	-78.85697	385			MD	001		
4366549	Red Hill	red-hill	US	18076	0	America/New_York	38.34124	-76.5344	22			MD	037		
4366551	Red Hill	red-hill	US	18076	0	America/New_York	39.46816	-77.69721	202			MD	043		
4366615	Reese	reese	US	48757	0	America/New_York	39.54288	-76.93776	243			MD	013		
4366628	Rehobeth	rehobeth	US	21857	0	America/New_York	38.03901	-75.66298	3	Pocomoke Town,Rehobeth,Rehoboth,Rehoboth Town		MD	039		
4366647	Reisterstown	reisterstown	US	21136	25968	America/New_York	39.46976	-76.8319	221	Rajsterstaun,Reisterstown,Reisterville,Washington,raystrztawn  mrylnd,Рајстерстаун,رایسترزتاون، مریلند,ریئسٹرٹاون، میری لینڈ		MD	005		
4366705	Reynolds	reynolds	US	31076	0	America/New_York	39.50926	-79.02781	344			MD	001		
4366713	Rhodesdale	rhodesdale	US	21659	0	America/New_York	38.57623	-75.83605	12			MD	019		
4366715	Rice	rice	US	23966	0	America/New_York	39.33316	-77.63249	153			MD	021		
4366751	Riderwood	riderwood	US	21139	0	America/New_York	39.40927	-76.64858	78	Rider,Riderwood,Sherwood		MD	005		
4366756	Ridge	ridge	US	11961	0	America/New_York	38.11929	-76.37384	18	Friendship,Ridge,Tall Pine,The Pine,The Ridge		MD	037		
4366768	Ridgefield	ridgefield	US	06877	0	America/New_York	39.13761	-76.73747	84			MD	003		
4366772	Ridgely	ridgely	US	21660	1615	America/New_York	38.94789	-75.88438	18			MD	011		
4366793	Ridgeview	ridgeview	US	25169	0	America/New_York	39.15622	-76.6983	37			MD	003		
4366794	Ridgeview	ridgeview	US	25169	0	America/New_York	38.71151	-76.56024	27			MD	009		
4366795	Ridgeview	ridgeview	US	25169	0	America/New_York	38.53679	-76.82052	53			MD	017		
4366796	Ridgeview	ridgeview	US	25169	0	America/New_York	39.64982	-77.38471	134			MD	021		
4366797	Ridgeview	ridgeview	US	25169	0	America/New_York	39.58594	-76.39441	180			MD	025		
4366801	Ridgeville	ridgeville	US	29472	0	America/New_York	39.3651	-77.16554	253			MD	013		
4366803	Ridgeway	ridgeway	US	24148	0	America/New_York	39.11483	-76.68358	30			MD	003		
4366804	Ridgeway	ridgeway	US	24148	0	America/New_York	39.27427	-76.7622	134			MD	005		
4366809	Ridgewood	ridgewood	US	07450	0	America/New_York	38.33985	-76.75941	40			MD	037		
4366835	Ringgold	ringgold	US	15770	166	America/New_York	39.70954	-77.56666	232	Ridgeville,Ringgold		MD	043		
4366841	Rio Vista	rio-vista	US	76093	0	America/New_York	38.7779	-76.2105	3			MD	041		
4366844	Ripley	ripley	US	14775	0	America/New_York	38.54484	-77.07831	53			MD	017		
4366851	Rising Sun	rising-sun	US	21911	0	America/New_York	39.67732	-77.20387	157			MD	013		
4366852	Rising Sun	rising-sun	US	21911	2859	America/New_York	39.69789	-76.06273	118	Rajzig San,Rajzing San,Rising Sun,Risingsun,Summer Hill,Summerhill,rayzyng san  mrylnd,ryzyngh sn,Райзинг Сан,Рајзиг Сан,رایزینگ سان، مریلند,ريزينغ صن		MD	015		
4366866	Rison	rison	US	71665	0	America/New_York	38.54901	-77.1772	14			MD	017		
4366877	Riva	riva	US	21140	4076	America/New_York	38.95206	-76.57802	13	Riva,Riverview		MD	003		
4366890	River Edge	river-edge	US	07661	0	America/New_York	39.15483	-76.05689	9			MD	035		
4366910	Riverdale	riverdale	US	07457	0	America/New_York	39.09928	-76.5358	9			MD	003		
4366928	Riverside	riverside	US	02915	0	America/New_York	38.3879	-77.14637	6			MD	017		
4366929	Riverside	riverside	US	02915	6425	America/New_York	39.47372	-76.24134	24	Riversajd,Риверсайд		MD	025		
4366930	Riverside	riverside	US	02915	6507	America/New_York	39.17344	-76.88525	98			MD	027		
4366931	Riverside	riverside	US	02915	0	America/New_York	38.77012	-76.20745	3			MD	041		
4366944	Riverton	riverton	US	06065	0	America/New_York	38.5779	-76.248	1			MD	019		
4366945	Riverton	riverton	US	06065	0	America/New_York	38.51123	-75.75438	1	Bacons Quarter,Brooke Black Meadow,Riverton		MD	045		
4366948	Riverview	riverview	US	33568	0	America/New_York	38.724	-77.02775	13			MD	033		
4366949	Riverview	riverview	US	33568	0	America/New_York	39.14511	-76.06411	11			MD	035		
4366965	Rives	rives	US	38253	0	America/New_York	38.9315	-76.95664	22			MD	033		
4366981	Robbins	robbins	US	27325	0	America/New_York	38.37568	-76.07549	1			MD	019		
4367002	Roberts	roberts	US	54023	0	America/New_York	39.6312	-78.80363	200			MD	001		
4367003	Roberts	roberts	US	54023	0	America/New_York	39.11733	-75.91827	20	Roberts,Tilghman		MD	035		
4367024	Robinson	robinson	US	15949	0	America/New_York	39.079	-76.55302	15			MD	003		
4367045	Rock	rock	US	24747	0	America/New_York	39.62539	-76.13995	14	Canal,Rock		MD	015		
4367080	Rock Hall	rock-hall	US	21661	0	America/New_York	39.26871	-77.5261	72	Rock Hall,Wood Lane		MD	021		
4367081	Rock Hall	rock-hall	US	21661	1303	America/New_York	39.13817	-76.23495	5	Eastern Neck,Rock Hall,Rockhall		MD	029		
4367106	Rock Point	rock-point	US	20682	107	America/New_York	38.27207	-76.8408	3	Rock Point,Rockpoint		MD	017		
4367124	Rock Spring	rock-spring	US	30739	0	America/New_York	39.57288	-76.38496	158			MD	025		
4367128	Rock Springs	rock-springs	US	53961	0	America/New_York	39.71511	-76.15856	155	Rock Spring,Rock Springs,Rocksprings		MD	015		
4367140	Rockaway Beach	rockaway-beach	US	65740	0	America/New_York	39.29483	-76.39913	4			MD	005		
4367148	Rockdale	rockdale	US	76567	0	America/New_York	39.68094	-76.76803	180			MD	005		
4367149	Rockdale	rockdale	US	76567	0	America/New_York	39.35622	-76.76553	159			MD	005		
4367150	Rockdale	rockdale	US	76567	0	America/New_York	39.70121	-77.84389	145	Hicksville,Rockdale		MD	043		
4367160	Rockland	rockland	US	02370	0	America/New_York	39.4015	-76.66775	90			MD	005		
4367161	Rockland	rockland	US	02370	0	America/New_York	39.29899	-76.81331	144	Jonestown,Rockland		MD	027		
4367162	Rockland	rockland	US	02370	0	America/New_York	39.07261	-77.12637	110	Autrey Park,Rockland		MD	031		
4367175	Rockville	rockville	US	02873	66980	America/New_York	39.084	-77.15276	137	Hungerford's Tavern,Hungerfords,Hungerfords Tavern,Montgomery Court House,Montgomery Courthouse,Owen's Ordinary,Rockvilla,Rockville,Rokvil,Rokvil',Rokvilis,Rokvill,Williamsburg,Williamsburgh,logbil,luo ke wei er,rakwyl  mrylnd,rokkubiru,rwkfyl,rwqwwyl,Роквил,Роквилл,Роквіль,רוקוויל,راکویل، مریلند,راکویل، میری لینڈ,روكفيل,როკვილი,ロックビル,羅克維爾,록빌	031	MD	031		
4367198	Rockwell	rockwell	US	28138	0	America/New_York	39.27733	-76.77608	128			MD	005		
4367226	Rocky Ridge	rocky-ridge	US	21778	0	America/New_York	39.6051	-77.31748	139	Rocky Ridge,Rockyridge		MD	021		
4367246	Roe	roe	US	72134	0	America/New_York	39.06289	-75.92466	22	Roe,Roes Cross Roads,Roesville		MD	035		
4367268	Rohrersville	rohrersville	US	21779	175	America/New_York	39.43343	-77.66277	192	Crampton Gap,Rohersville,Rohrers Mill,Rohrersville		MD	043		
4367304	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	38.35817	-75.67604	4			MD	045		
4367352	Rose Hill	rose-hill	US	24281	0	America/New_York	38.55623	-76.56885	40			MD	009		
4367372	Rosedale	rosedale	US	11422	19257	America/New_York	39.32011	-76.51552	6	Mount Hayes,Mount Hays,Rosedale		MD	005		
4367374	Rosedale	rosedale	US	11422	0	America/New_York	39.4251	-77.42165	104			MD	021		
4367386	Rosemont	rosemont	US	08556	0	America/New_York	39.23733	-76.63469	16			MD	005		
4367387	Rosemont	rosemont	US	08556	307	America/New_York	39.32927	-77.62249	153	Rozemont,Роземонт		MD	021		
4367388	Rosemont	rosemont	US	08556	0	America/New_York	39.13566	-76.87414	120			MD	027		
4367389	Rosemont	rosemont	US	08556	0	America/New_York	39.12789	-77.18859	142			MD	031		
4367395	Rosewood	rosewood	US	43070	0	America/New_York	38.51734	-76.53718	45			MD	009		
4367409	Roslyn	roslyn	US	11576	0	America/New_York	39.37427	-76.73858	129			MD	005		
4367419	Rossville	rossville	US	17358	15147	America/New_York	39.33844	-76.47968	13			MD	005		
4367434	Round Hill	round-hill	US	20141	0	America/New_York	39.43566	-77.49999	320			MD	021		
4367470	Roxbury	roxbury	US	02119	0	America/New_York	39.55454	-77.7036	129			MD	043		
4367481	Royal Oak	royal-oak	US	21662	0	America/New_York	38.74234	-76.17772	2	Bartletts Oak,Royal Oak,Royaloak		MD	041		
4367482	Royal Oak	royal-oak	US	21662	0	America/New_York	38.34984	-75.79271	3	Roxbury,Royal Oak		MD	045		
4367492	Roxbury	roxbury	US	02119	0	America/New_York	39.26261	-77.04887	148			MD	027		
4367523	Rush	rush	US	14543	0	America/New_York	39.6637	-78.61113	284			MD	001		
4367538	Rushville	rushville	US	14544	0	America/New_York	39.07039	-77.32748	59	Rushville,Seneca Mills		MD	031		
4367554	Rutland	rutland	US	01543	0	America/New_York	38.97233	-76.63969	33			MD	003		
4367558	Rutledge	rutledge	US	30663	0	America/New_York	39.55705	-76.49608	179			MD	025		
4367573	Sabillasville	sabillasville	US	21780	354	America/New_York	39.7001	-77.45638	332	Harbaugh Valley,Sabillasville,Sabillisville,Savillasville,Siblysville,Sybilisville,Zollingers Town		MD	021		
4367658	Saint Anne	saint-anne	US	60964	0	America/New_York	39.62927	-76.3344	94			MD	025		
4367669	Saint Anthony	saint-anthony	US	47575	0	America/New_York	39.67649	-77.3561	175			MD	021		
4367677	Saint Augustine	saint-augustine	US	32080	0	America/New_York	39.49428	-75.80883	23			MD	015		
4367734	Saint Charles	saint-charles	US	24282	36376	America/New_York	38.60317	-76.93858	61	Saint Charles,Saint Charles City,St. Charles		MD	017		
4367827	Saint George Island	saint-george-island	US	99591	257	America/New_York	38.12013	-76.48356	0	Saint George Island,Saint Georges Island,St. George Island		MD	037		
4367832	Saint Georges	saint-georges	US	19733	0	America/New_York	39.46622	-76.80775	189	Saint George,Saint Georges,St. Georges		MD	005		
4367848	Saint Helena	saint-helena	US	68774	0	America/New_York	39.26011	-76.52524	10	Bonaparte,Longwood,Saint Helena,St. Helena		MD	005		
4367871	Saint James	saint-james	US	11780	0	America/New_York	38.19874	-76.39495	32			MD	037		
4367872	Saint James	saint-james	US	11780	2953	America/New_York	39.5626	-77.75805	139	Lydia,Saint James,Saint James Station,Sent-Dzhejms,St. James,Сент-Джеймс		MD	043		
4368120	Saint Leonard	saint-leonard	US	20685	742	America/New_York	38.47429	-76.50634	34	Rollin,Saint Leonard,Saint Leonards,Saint Leonards Town,St. Leonard		MD	009		
4368233	Saint Martin	saint-martin	US	56376	0	America/New_York	38.37206	-75.24797	11	Martins,Saint Martin,Saint Martin's,Saint Martins,St. Martin		MD	047		
4368380	Saint Michaels	saint-michaels	US	21663	1029	America/New_York	38.78512	-76.22439	2	Saint Michaels,Shipping Creek,St. Michaels		MD	041		
4368455	Saint Pauls	saint-pauls	US	28384	0	America/New_York	39.71094	-76.78998	251			MD	005		
4368618	Saint Stephen	saint-stephen	US	29479	0	America/New_York	38.18734	-75.83993	1	Haliday,Saint Stephen,Saint Stephens,St. Stephen		MD	039		
4368679	Salem	salem	US	01970	0	America/New_York	38.51595	-75.91244	5	Big Mills,Salem		MD	019		
4368711	Salisbury	salisbury	US	01952	32899	America/New_York	38.36067	-75.59937	7	Carrs Landing,Handys Landing,SBY,Salisbjuri,Salisbury,Salisbury Town,Salsbury,Sarisberia,Solsberi,Solsburi,salzbry  mrylnd,salzbwry,soljeubeli,soruzuberi,suo er zi bo li,Салисбюри,Солсбери,Солсбері,Солсбъри,سالزبری، مریلند,سالزبوري,سیلسبری، میری لینڈ,ソールズベリー,索爾茲伯里,솔즈베리	045	MD	045		
4368810	Sandy Hook	sandy-hook	US	06482	188	America/New_York	39.32593	-77.71055	83	Keep Trieste,Keep Tryst,Keeptryst,Kepe Triste,Sandy Hook		MD	043		
4368824	Sandy Point	sandy-point	US	04972	0	America/New_York	38.33512	-75.66132	3			MD	045		
4368834	Sandy Spring	sandy-spring	US	20860	0	America/New_York	39.14955	-77.02692	149	Sandy Spring,Sandy Springs		MD	031		
4368849	Sandyville	sandyville	US	25275	0	America/New_York	39.52482	-76.92526	228	Sandy Mount,Sandymount,Sandyville		MD	013		
4368850	Sanford	sanford	US	04073	0	America/New_York	39.01928	-77.04137	112			MD	031		
4368864	Sassafras	sassafras	US	41759	0	America/New_York	39.37317	-75.80244	11	Head of Sassafras,Sassafras,Sassafras Town		MD	029		
4368872	Saulsbury	saulsbury	US	38067	0	America/New_York	38.89817	-76.02355	17			MD	041		
4368879	Savage	savage	US	20763	7054	America/New_York	39.13789	-76.82386	64	Santa Heim,Savage,Savage Factory,Savidz,Савиџ		MD	027		
4368909	Saybrook	saybrook	US	61770	0	America/New_York	39.13955	-76.87997	114			MD	027		
4369033	Scotland	scotland	US	06264	0	America/New_York	39.04066	-77.15915	92			MD	031		
4369034	Scotland	scotland	US	06264	0	America/New_York	38.08902	-76.36189	4			MD	037		
4369051	Scottown	scottown	US	45678	0	America/New_York	38.96178	-76.09411	18			MD	035		
4369076	Seabrook	seabrook	US	03874	17287	America/New_York	38.96805	-76.84658	47			MD	033		
4369091	Seaview	seaview	US	23429	0	America/New_York	38.56623	-76.258	1			MD	019		
4369093	Sebring	sebring	US	33870	0	America/New_York	39.20122	-76.86636	116			MD	027		
4369106	Secretary	secretary	US	21664	529	America/New_York	38.60928	-75.94744	6			MD	019		
4369148	Seneca	seneca	US	16346	0	America/New_York	39.07872	-77.33915	59	Middlebrook Mills,Newport,Seneca,Senica		MD	031		
4370076	Sparks	sparks	US	31647	0	America/New_York	39.53094	-76.6458	132	Philopolis,Sparks,Спаркс		MD	005		
4369190	Severn	severn	US	21144	44231	America/New_York	39.13705	-76.6983	49	Boone,Sevehrn,Severn,Sevren,Sivern,aswrn  mrylnd,Северн,Севрен,Севэрн,Сиверн,اسورن، مریلند,سیورن، میری لینڈ		MD	003		
4369224	Severna Park	severna-park	US	21146	37634	America/New_York	39.07039	-76.54524	12	Boon,Boons,Saverna Park,Severna Park		MD	003		
4369237	Seward	seward	US	15954	0	America/New_York	38.44706	-76.08077	1	Seward,Sewards		MD	019		
4369263	Shady Dale	shady-dale	US	31085	0	America/New_York	38.45568	-76.71302	46			MD	037		
4369265	Shady Grove	shady-grove	US	17256	0	America/New_York	39.5226	-77.54638	190			MD	021		
4369286	Shady Side	shady-side	US	20764	5803	America/New_York	38.84178	-76.51218	3	Parrishes Choice,Rural Felicity,Shady Side,Shadyside,The Swamp		MD	003		
4369304	Shamrock	shamrock	US	74068	0	America/New_York	39.53955	-76.34163	118			MD	025		
4369331	Sharon Hill	sharon-hill	US	19079	0	America/New_York	39.59733	-76.42107	168			MD	025		
4369335	Sharon	sharon	US	02067	0	America/New_York	39.60399	-76.41107	116			MD	025		
4369352	Sharpsburg	sharpsburg	US	21782	704	America/New_York	39.4576	-77.74888	128	Sharfsburg,Sharpsburg,Sharpsburgh,Sharpsburgum,sharbsbwrgh,sharpsbrg  mrylnd,Шарпсбург,Шарфсбург,شاربسبورغ,شارپسبرگ، مریلند		MD	043		
4369360	Sharptown	sharptown	US	21861	645	America/New_York	38.54262	-75.71938	3	Sharp Town,Sharpetown,Sharptown,Slabtown,Twifords Wharf		MD	045		
4369372	Shawnee	shawnee	US	43782	0	America/New_York	39.62538	-76.34274	69			MD	025		
4369403	Shawsville	shawsville	US	24162	0	America/New_York	39.63788	-76.55497	198			MD	025		
4369421	Sherwood	sherwood	US	21665	0	America/New_York	39.48622	-76.63386	171			MD	005		
4369422	Sherwood	sherwood	US	21665	0	America/New_York	38.76151	-76.31884	2	Sherwood,Sherwoodville		MD	041		
4369444	Shiloh	shiloh	US	08353	0	America/New_York	39.59816	-76.88498	209			MD	013		
4369467	Shiloh	shiloh	US	08353	0	America/New_York	38.36429	-76.92525	40			MD	017		
4369513	Shorewood	shorewood	US	60404	0	America/New_York	39.35845	-75.8516	10			MD	029		
4369528	Showell	showell	US	21862	0	America/New_York	38.39789	-75.21491	8	Saint Martins,Showell		MD	047		
4369562	Siloam	siloam	US	27047	0	America/New_York	38.3279	-75.68298	8	Siloam,Whayland		MD	045		
4369596	Silver Spring	silver-spring	US	17575	71452	America/New_York	38.99067	-77.02609	104	Fons Argenteus,Silvehr Spring,Silver Spring,Silver Spring  Md.,Silver-Spring,Silvur Spring,shirubasupuringu,silbeoseupeuling,sylwr aspryng  mrylnd,yin quan,Силвер Спринг,Силвер-Спринг,Силвър Спринг,Силвэр Спринг,Сілвер-Спрінг,سلور سپرنگ، میری لینڈ,سیلور اسپرینگ، مریلند,シルバースプリング,银泉,실버스프링		MD	031		
4369634	Simpsonville	simpsonville	US	21150	0	America/New_York	39.18677	-76.88192	124	Atholton,Owings Mill,Simpsonville,Warfields Mill		MD	027		
4369642	Singer	singer	US	70660	0	America/New_York	39.47455	-76.33885	32			MD	025		
4369658	Skidmore	skidmore	US	64487	0	America/New_York	39.02122	-76.41524	6	Cedar Grove,Skidmore		MD	003		
4369703	Slidell	slidell	US	70458	0	America/New_York	39.21955	-77.33193	177			MD	031		
4369704	Sligo	sligo	US	16255	0	America/New_York	38.99622	-77.02831	102			MD	031		
4369720	Smallwood	smallwood	US	12778	0	America/New_York	39.51288	-76.97443	266			MD	013		
4369727	Smith	smith	US	89430	0	America/New_York	39.32038	-77.27221	184			MD	021		
4369758	Smithsburg	smithsburg	US	21783	2998	America/New_York	39.65482	-77.57277	235	Smithsburg,Smithsburgh		MD	043		
4369769	Smithville	smithville	US	26178	0	America/New_York	38.71178	-76.67052	39			MD	009		
4369770	Smithville	smithville	US	26178	0	America/New_York	38.774	-75.73271	11			MD	011		
4369771	Smithville	smithville	US	26178	0	America/New_York	38.47179	-76.27217	1			MD	019		
4369772	Smithville	smithville	US	26178	0	America/New_York	39.29761	-76.108	25			MD	029		
4369773	Smithville	smithville	US	26178	0	America/New_York	39.07094	-76.98775	121			MD	031		
4369807	Snow Hill	snow-hill	US	21863	2086	America/New_York	38.17706	-75.3927	4	Flawhill,Snow Hill,Snow Hill Towne,Snow-Hill Town,Snowhill,Snowhill Town	047	MD	047		
4369839	Snydersburg	snydersburg	US	16257	0	America/New_York	39.61899	-76.89581	236	Schneidersburg,Snydersburg,Snydersburgh		MD	013		
4369843	Society Hill	society-hill	US	29593	0	America/New_York	38.26791	-76.66552	18			MD	037		
4369872	Solomons	solomons	US	20688	2368	America/New_York	38.31846	-76.45412	0	Solomon,Solomons,slmn  mrylnd,Соломонс,سلمن، مریلند		MD	009		
4369886	Somerset	somerset	US	02725	0	America/New_York	39.15344	-76.62969	22			MD	003		
4369887	Somerset	somerset	US	02725	0	America/New_York	38.70456	-76.62607	42			MD	009		
4369888	Somerset	somerset	US	02725	0	America/New_York	39.53177	-77.04304	245			MD	013		
4369889	Somerset	somerset	US	02725	0	America/New_York	39.41066	-77.50749	266			MD	021		
4369890	Somerset	somerset	US	02725	0	America/New_York	39.26677	-76.85664	130			MD	027		
4369891	Somerset	somerset	US	02725	1288	America/New_York	38.96594	-77.09609	90	Somerset,Somerset Heights,Town of Somerset,Сомерсет		MD	031		
4369892	Somerset	somerset	US	02725	0	America/New_York	38.39511	-75.16658	6			MD	047		
4369906	Sonoma	sonoma	US	95476	0	America/New_York	39.00122	-77.11359	98			MD	031		
4369910	Sorrento	sorrento	US	04677	0	America/New_York	39.39483	-76.65247	94			MD	005		
4369964	South Gate	south-gate	US	90280	29658	America/New_York	39.129	-76.6258	16			MD	003		
4369975	South Haven	south-haven	US	49090	0	America/New_York	38.96317	-76.58246	21	South Haven,South Haven Beach		MD	003		
4369999	South River	south-river	US	08882	0	America/New_York	38.90317	-76.56052	31			MD	003		
4370019	Southampton	southampton	US	01073	0	America/New_York	38.25346	-76.43356	35			MD	037		
4370044	Southern Pines	southern-pines	US	28387	0	America/New_York	38.30095	-75.48853	15			MD	045		
4370049	Southgate	southgate	US	48195	0	America/New_York	39.129	-76.60941	27			MD	003		
4370050	Southgate	southgate	US	48195	0	America/New_York	38.2554	-76.41634	13			MD	037		
4370060	Southview	southview	US	15361	0	America/New_York	39.29038	-76.83581	138			MD	027		
4370061	Southview	southview	US	15361	0	America/New_York	39.27205	-77.20276	239			MD	031		
4370085	Sparrows Point	sparrows-point	US	21219	0	America/New_York	39.21928	-76.47607	3	Sparrows Point,Steelton		MD	005		
4370109	Spencerville	spencerville	US	20868	1594	America/New_York	39.11427	-76.97831	152			MD	031		
4370147	Spring Branch	spring-branch	US	78070	0	America/New_York	38.94178	-75.81354	12			MD	011		
4370158	Spring Gap	spring-gap	US	21560	55	America/New_York	39.56537	-78.71641	183			MD	001		
4370167	Spring Grove	spring-grove	US	17362	0	America/New_York	38.48845	-75.75132	7			MD	045		
4370171	Spring Hill	spring-hill	US	34606	0	America/New_York	39.39677	-76.49052	80			MD	005		
4370172	Spring Hill	spring-hill	US	34606	0	America/New_York	39.004	-77.07192	80			MD	031		
4370173	Spring Hill	spring-hill	US	34606	0	America/New_York	38.95372	-77.10637	79			MD	031		
4370205	Spring Valley	spring-valley	US	10977	0	America/New_York	38.60206	-76.99053	64			MD	017		
4370206	Spring Valley	spring-valley	US	10977	0	America/New_York	38.27235	-76.46634	36			MD	037		
4370207	Spring Valley	spring-valley	US	10977	0	America/New_York	39.68537	-77.6886	179			MD	043		
4370208	Spring Valley	spring-valley	US	10977	0	America/New_York	39.43232	-77.41193	104			MD	021		
4370211	Springbrook	springbrook	US	52075	0	America/New_York	39.05372	-76.9947	120			MD	031		
4370216	Springdale	springdale	US	15144	0	America/New_York	39.48066	-76.60664	153			MD	005		
4370217	Springdale	springdale	US	15144	0	America/New_York	39.4176	-77.50971	212			MD	021		
4370218	Springdale	springdale	US	15144	0	America/New_York	39.53816	-76.40607	128			MD	025		
4370219	Springdale	springdale	US	15144	2994	America/New_York	38.93761	-76.83886	34			MD	033		
4370221	Springfield	springfield	US	01101	0	America/New_York	38.75873	-76.65802	25			MD	009		
4370222	Springfield	springfield	US	01101	0	America/New_York	38.96733	-77.1147	97			MD	031		
4370223	Springfield	springfield	US	01101	0	America/New_York	38.99289	-76.79941	46			MD	033		
4370224	Springfield	springfield	US	01101	0	America/New_York	38.73623	-76.08161	6			MD	041		
4370235	Springhill	springhill	US	71075	0	America/New_York	38.50457	-76.9847	53	Port Tobacco Station,Spring Hill,Springhill		MD	017		
4370236	Springhill	springhill	US	71075	0	America/New_York	39.58733	-76.18301	111			MD	025		
4370244	Springvale	springvale	US	04083	0	America/New_York	39.47649	-77.67388	132			MD	043		
4370245	Springview	springview	US	68778	0	America/New_York	39.34871	-77.5511	149			MD	021		
4370246	Springview	springview	US	68778	0	America/New_York	39.23678	-75.88966	18			MD	035		
4370253	Springlake	springlake	US	79082	0	America/New_York	39.45705	-76.6083	148			MD	005		
4370260	Squires	squires	US	65755	0	America/New_York	39.39844	-76.91581	149			MD	013		
4370265	Saint Marys City	saint-marys-city	US	20686	0	America/New_York	38.18707	-76.4344	11	Citie of Saint Maries,Saint Maries,Saint Mary,Saint Mary's,Saint Mary's City,Saint Marys,Saint Marys City,St. Marys City,Yaocomico,Yoacomaco		MD	037		
4370276	Stafford	stafford	US	06075	0	America/New_York	38.97178	-76.88747	40			MD	033		
4370281	Standard	standard	US	61363	0	America/New_York	39.4151	-79.17531	507			MD	023		
4370283	Stanley	stanley	US	14561	0	America/New_York	39.69676	-78.14973	164			MD	043		
4370300	Starr	starr	US	29684	0	America/New_York	38.97817	-76.01022	24	Star,Starr		MD	035		
4370360	Stevenson	stevenson	US	06491	0	America/New_York	39.41038	-76.71303	108			MD	005		
4370366	Stevensville	stevensville	US	18845	6803	America/New_York	38.98067	-76.3144	4	Broad Creek,Broak Creek,Kent Island,Stevensville,Stivensvil,Stivensvill,astwnswyl  mrylnd,Стивенсвил,Стивенсвилл,استونسویل، مریلند		MD	035		
4370385	Still Pond	still-pond	US	21667	0	America/New_York	39.32928	-76.0455	23	Four Corners,Steeles Pone,Still Pond,Still Pond Cross Roads,Stillpond		MD	029		
4370398	Stinnett	stinnett	US	40868	0	America/New_York	38.69901	-76.54273	24			MD	009		
4370406	Stockton	stockton	US	08559	0	America/New_York	39.53316	-76.57358	195			MD	005		
4370407	Stockton	stockton	US	08559	0	America/New_York	39.47483	-76.38024	108			MD	025		
4370408	Stockton	stockton	US	08559	92	America/New_York	38.05373	-75.40992	9	Hursley,Mount Scarlugh,Porterville,Sandy Hill,Stock Town,Stockton,Stoktun,Ticktown,Стоктън		MD	047		
4370412	Stoddard	stoddard	US	03464	0	America/New_York	39.53288	-76.64803	136			MD	005		
4370484	Stonington	stonington	US	04681	0	America/New_York	39.05567	-76.47135	19			MD	003		
4370519	Stratford	stratford	US	06614	0	America/New_York	39.44816	-76.61914	142			MD	005		
4370521	Strathmore	strathmore	US	93267	0	America/New_York	39.52122	-76.42718	153			MD	025		
4370539	Strawn	strawn	US	61775	0	America/New_York	39.72119	-79.2967	707	Oakton,Strawn		MD	023		
4370541	Streamwood	streamwood	US	60107	0	America/New_York	39.41177	-77.02192	214			MD	013		
4370543	Street	street	US	21154	0	America/New_York	39.66899	-76.37941	163	Highland,Street		MD	025		
4370547	Stringtown	stringtown	US	74569	0	America/New_York	39.55455	-76.71886	142			MD	005		
4370568	Sturbridge	sturbridge	US	01566	0	America/New_York	39.01928	-76.48746	15			MD	003		
4370569	Sturbridge	sturbridge	US	01566	0	America/New_York	39.49316	-76.52469	174			MD	005		
4370583	Sudlersville	sudlersville	US	21668	485	America/New_York	39.18706	-75.85883	21	Sadlers,Sadlers Cross Roads,Sudlers Cross Roads,Sudlersville,Sudlerville		MD	035		
4370605	Sugar Valley	sugar-valley	US	30746	0	America/New_York	39.71955	-76.81081	258			MD	013		
4370616	Suitland	suitland	US	20746	25825	America/New_York	38.84872	-76.92386	87	Sutland,swtlndsylwr  mrylnd,Сутланд,سوتلندسیلور، مریلند		MD	033		
4370640	Summerfield	summerfield	US	27358	0	America/New_York	39.13205	-76.51441	19			MD	003		
4370643	Summers	summers	US	72769	0	America/New_York	39.48899	-77.58443	205			MD	021		
4370650	Summit	summit	US	07901	0	America/New_York	38.32179	-75.61354	11			MD	045		
4370656	Sumner	sumner	US	04292	0	America/New_York	38.95539	-77.11498	60			MD	031		
4370659	Sun Valley	sun-valley	US	83353	0	America/New_York	39.139	-76.58496	21			MD	003		
4370660	Sun Valley	sun-valley	US	83353	0	America/New_York	39.46121	-77.07193	255			MD	013		
4370667	Sunderland	sunderland	US	01375	0	America/New_York	38.67123	-76.59801	50	Chestnut Hill,Sunderland,Sunderlandville		MD	009		
4370689	Sunnyside	sunnyside	US	11104	0	America/New_York	39.62178	-76.06412	136			MD	015		
4370690	Sunnyside	sunnyside	US	11104	0	America/New_York	38.53345	-76.86636	53			MD	017		
4370691	Sunnyside	sunnyside	US	11104	0	America/New_York	39.34038	-79.44699	770			MD	023		
4370692	Sunnyside	sunnyside	US	11104	0	America/New_York	39.02317	-76.90692	28			MD	033		
4370703	Sunrise Beach	sunrise-beach	US	65079	0	America/New_York	39.06983	-76.59052	21			MD	003		
4370708	Sunset	sunset	US	04683	0	America/New_York	38.62623	-76.57774	27			MD	009		
4370711	Sunset Beach	sunset-beach	US	28468	0	America/New_York	39.15844	-76.52246	8			MD	003		
4370727	Sunshine	sunshine	US	70780	0	America/New_York	39.22122	-77.05998	158			MD	031		
4370731	Surfside	surfside	US	90743	0	America/New_York	39.16178	-76.50357	8			MD	003		
4370734	Summit	summit	US	07901	0	America/New_York	38.70234	-76.5594	31			MD	009		
4370814	Swanton	swanton	US	05488	58	America/New_York	39.45898	-79.23087	710	Swans Mill,Swanton,Swantown		MD	023		
4370854	Sykesville	sykesville	US	15865	4412	America/New_York	39.37371	-76.96776	166	Sajksvil,Sajksvill,Sykes,Sykes Mill,Sykesville,asykswyl  mrylnd,skaysfyl,Сайксвилл,Сајксвил,اسیکسویل، مریلند,سكايسفيل		MD	013		
4370860	Sylmar	sylmar	US	91342	0	America/New_York	39.7215	-76.02773	149			MD	015		
4370885	Sylvan Grove	sylvan-grove	US	67481	0	America/New_York	39.66454	-77.79694	155			MD	043		
4370890	Takoma Park	takoma-park	US	20912	17713	America/New_York	38.97789	-77.00748	88	Brightwood,City of Azaleas,North Takoma,Takoma,Takoma Park,takomapaku,takwma bark,tkwwma  mrylnd,Такома Парк,تاكوما بارك,تکووما، مریلند,ٹاکوما پارک، میری لینڈ,タコマパーク		MD	031		
4370920	Tall Timbers	tall-timbers	US	20690	0	America/New_York	39.04872	-76.6083	47			MD	003		
4370921	Tall Timbers	tall-timbers	US	20690	462	America/New_York	38.16902	-76.54496	3			MD	037		
4370931	Taneytown	taneytown	US	21787	6746	America/New_York	39.65788	-77.17443	154	Tanejtaun,Taney Town,Taneytown,Tawneytown,Tonitaun,tanytawn,tanytwwn  mrylnd,Танейтаун,Тонитаун,تانيتاون,تانیتوون، مریلند		MD	013		
4371005	Taylor	taylor	US	18517	0	America/New_York	39.57622	-76.51719	177			MD	025		
4371025	Taylors Island	taylors-island	US	21669	173	America/New_York	38.46901	-76.29911	1	Taylor Island,Taylor's Island,Taylors Island		MD	019		
4371029	Taylorsville	taylorsville	US	28681	0	America/New_York	39.45788	-77.08665	254			MD	013		
4371032	Taylorville	taylorville	US	62568	0	America/New_York	38.35845	-75.16824	3	Taylor,Taylorsville,Taylorville		MD	047		
4371052	Temple Hills	temple-hills	US	20748	0	America/New_York	39.49261	-76.32051	86			MD	025		
4371053	Temple Hills	temple-hills	US	20748	7852	America/New_York	38.814	-76.94553	82	Temple,Temple Hills		MD	033		
4371065	Templeville	templeville	US	21670	112	America/New_York	39.13622	-75.76604	20	Bullock-Town,Bullockville,Mount Pleasant,Templeville		MD	011		
4371132	The Colony	the-colony	US	75056	0	America/New_York	39.40844	-76.61636	126			MD	005		
4371133	The Colony	the-colony	US	75056	0	America/New_York	39.17788	-77.26137	141			MD	031		
4371170	The Lakes	the-lakes	US	88901	0	America/New_York	39.46927	-76.6083	144			MD	005		
4371200	The Plains	the-plains	US	20198	0	America/New_York	38.44929	-76.86497	51			MD	017		
4371235	Theodore	theodore	US	36582	0	America/New_York	39.63872	-76.00995	127			MD	015		
4371245	Thomas	thomas	US	26292	0	America/New_York	38.57151	-76.27689	1			MD	019		
4371284	Thompson	thompson	US	06277	0	America/New_York	38.53595	-76.03077	4			MD	019		
4371294	Thompsontown	thompsontown	US	17094	0	America/New_York	38.57484	-75.90021	10			MD	019		
4371334	Thurmont	thurmont	US	21788	6454	America/New_York	39.62371	-77.41082	158	Mechanics Town,Mechanicstown,Mechanicsville,Surmont,Tarmont,Thurmont,thwrmwnt,thwrmwnt  mrylnd,Сурмонт,Тармонт,تهورمونت، مریلند,ثورمونت		MD	021		
4371347	Thurston	thurston	US	43157	0	America/New_York	39.2801	-77.35804	93			MD	021		
4371364	Tilghman	tilghman	US	21671	0	America/New_York	38.71706	-76.33439	3			MD	041		
4371406	Timberlake	timberlake	US	27583	0	America/New_York	38.33845	-75.62854	5			MD	045		
4371462	Toddville	toddville	US	21672	0	America/New_York	38.29984	-76.07049	1			MD	019		
4371505	Tompkinsville	tompkinsville	US	42167	0	America/New_York	38.32179	-76.89247	5			MD	017		
4371543	Town Creek	town-creek	US	35672	0	America/New_York	39.52565	-78.5389	181	Old Town Creek,Town Creek,Towncreek		MD	001		
4371546	Town Creek	town-creek	US	35672	0	America/New_York	38.32179	-76.4794	5	Harvey Town,Saint Josephs Town,Town Creek,Town Point		MD	037		
4371579	Townshend	townshend	US	05353	0	America/New_York	38.66512	-76.86692	62	Osborne,Townshend		MD	033		
4371582	Towson	towson	US	21204	55197	America/New_York	39.4015	-76.60191	141	Tauson,Towson,Towson Town,Towsontown,tao sen,tauson,tawsn  mrylnd,Таусон,تاوسن، مریلند,ٹاوسن، میری لینڈ,タウソン,陶森	005	MD	005		
4371606	Tracys Landing	tracys-landing	US	20779	0	America/New_York	38.78012	-76.59579	32	Traceys Landing,Tracys Landing		MD	003		
4371614	Tranquility	tranquility	US	07879	0	America/New_York	38.72178	-76.58163	45			MD	003		
4371615	Tranquility	tranquility	US	07879	0	America/New_York	38.61568	-76.54829	41			MD	009		
4371616	Tranquility	tranquility	US	07879	0	America/New_York	39.34594	-77.26054	177			MD	021		
4371620	Trappe	trappe	US	21673	1025	America/New_York	38.65845	-76.058	16	Trap,Trappe		MD	041		
4371621	Trappe	trappe	US	21673	0	America/New_York	38.31428	-75.19074	3	Poplartown,Poplartown Cross Roads,Trap,Trapp,Trappe		MD	047		
4371653	Trego	trego	US	54888	0	America/New_York	39.43316	-77.67805	179	Rohersville Station,Rohrersville Station,Trego		MD	043		
4371661	Trenton	trenton	US	08601	0	America/New_York	39.57899	-76.80775	219	Soucksville,Trenton		MD	005		
4371679	Trinity	trinity	US	27370	0	America/New_York	38.93789	-75.87855	18			MD	011		
4371680	Trinity	trinity	US	27370	0	America/New_York	38.29373	-75.74632	4	Muddy Hole,Trinity		MD	045		
4371781	Troutville	troutville	US	15866	0	America/New_York	39.55343	-77.33721	131			MD	021		
4371864	Turner	turner	US	04282	0	America/New_York	39.24483	-76.51468	4	Turner,Turner Station,Turner's Station,Turners Station		MD	005		
4371884	Tuscarora	tuscarora	US	17982	0	America/New_York	39.25677	-77.47026	89	Licksville,Tuscarora,Tuscarora Station,Tuskarora		MD	021		
4371892	Tuxedo	tuxedo	US	28784	0	America/New_York	38.92094	-76.91914	31	Magruder,Tuxedo		MD	033		
4371919	Twin Lakes	twin-lakes	US	53181	0	America/New_York	38.65123	-76.61079	32			MD	009		
4371920	Twin Lakes	twin-lakes	US	53181	0	America/New_York	39.70121	-77.00554	233			MD	013		
4371922	Twin Oaks	twin-oaks	US	74368	0	America/New_York	39.21094	-76.65497	50			MD	003		
4371923	Twin Oaks	twin-oaks	US	74368	0	America/New_York	39.159	-76.88275	116			MD	027		
4371947	Two Rivers	two-rivers	US	54241	0	America/New_York	39.48956	-75.9055	14			MD	015		
4371954	Tyaskin	tyaskin	US	21865	236	America/New_York	38.32207	-75.87354	6			MD	045		
4371959	Tyler	tyler	US	36785	0	America/New_York	39.4276	-76.85331	185			MD	005		
4371960	Tyler	tyler	US	36785	0	America/New_York	37.96651	-75.83604	1			MD	039		
4371968	Tylerton	tylerton	US	21866	0	America/New_York	37.9679	-76.02299	1			MD	039		
4371975	Tyrone	tyrone	US	14887	0	America/New_York	39.61871	-77.09359	176			MD	013		
4372064	Union Mills	union-mills	US	28167	0	America/New_York	39.66982	-77.0247	178	Meyersville,Union Mills		MD	013		
4372083	Uniontown	uniontown	US	15401	0	America/New_York	39.59343	-77.11609	200	The Forks,Union Town,Uniontown		MD	013		
4372090	Unionville	unionville	US	06085	0	America/New_York	39.47482	-77.18554	138	Idletown,Unionville		MD	021		
4372091	Unionville	unionville	US	06085	0	America/New_York	38.81345	-76.13967	4			MD	041		
4372092	Unionville	unionville	US	06085	0	America/New_York	38.06068	-75.59909	6			MD	047		
4372112	Union Bridge	union-bridge	US	21791	971	America/New_York	39.56899	-77.17693	139	Buttersburg,Junion Bridz,Junion Bridzh,Little Pipe Creek Settlement,Pipe Creek Settlement,Union Bridge,aywnyn bryj  mrylnd,ywnywn brydj,Јунион Бриџ,Юнион Бридж,ایونین بریج، مریلند,يونيون بريدج		MD	013		
4372121	Unity	unity	US	04988	0	America/New_York	39.22622	-77.06942	164	Unity,University		MD	031		
4372137	University Park	university-park	US	16802	2665	America/New_York	38.97039	-76.94192	22	Juniversiti Park,aywnwrsyty park  mrylnd,ywnyfrsyty bark,Јуниверсити Парк,Юниверсити Парк,ایونورسیتی پارک، مریلند,يونيفرسيتي بارك		MD	033		
4372167	Upper Fairmount	upper-fairmount	US	21867	0	America/New_York	38.10401	-75.79132	1	Jamestown,Upper Fairmount		MD	039		
4372170	Upper Falls	upper-falls	US	21156	0	America/New_York	39.43733	-76.40329	71	McCubbinsville,Upper Falls		MD	005		
4372183	Upper Marlboro	upper-marlboro	US	20772	667	America/New_York	38.81595	-76.74969	7	Aper Marlboro,Appeh Marlboro,Marlboro,Marlborough,Marlborough Town,Upper Marlboro,Upper Marlborough,abr marlbwrw,apr marlww  mrylnd,shang ma er bo lei,Апер Марлборо,Аппэ Марлборо,آپر مارلوو، مریلند,أبر مارلبورو,上马尔伯勒	033	MD	033		
4372196	Upperco	upperco	US	21155	0	America/New_York	39.56288	-76.83526	251	Arcadia,Burkes Station,Upperco		MD	005		
4372201	Urbana	urbana	US	43078	9175	America/New_York	39.32594	-77.35137	140			MD	021		
4372217	Utica	utica	US	13501	0	America/New_York	39.52593	-77.39387	111	Utica,Utica Mills		MD	021		
4372221	Vale	vale	US	28168	0	America/New_York	39.53344	-76.39135	73			MD	025		
4372242	Valley Lee	valley-lee	US	20692	0	America/New_York	38.50984	-76.62107	44			MD	009		
4372243	Valley Lee	valley-lee	US	20692	0	America/New_York	38.19596	-76.51273	7			MD	037		
4372252	Valley Stream	valley-stream	US	11580	0	America/New_York	39.37677	-76.6858	135			MD	005		
4372254	Valley View	valley-view	US	17983	0	America/New_York	39.48344	-76.53997	134			MD	005		
4372255	Valley View	valley-view	US	17983	0	America/New_York	39.70482	-76.92165	332			MD	013		
4372256	Valley View	valley-view	US	17983	0	America/New_York	38.53401	-77.00109	46			MD	017		
4372257	Valley View	valley-view	US	17983	0	America/New_York	39.39705	-77.45943	116			MD	021		
4372258	Valley View	valley-view	US	17983	0	America/New_York	39.49594	-76.33468	94			MD	025		
4372259	Valley View	valley-view	US	17983	0	America/New_York	39.22927	-76.80247	142			MD	027		
4372260	Valley View	valley-view	US	17983	0	America/New_York	38.73456	-76.97386	54			MD	033		
4372271	Valliant	valliant	US	74764	0	America/New_York	38.76873	-76.37967	0			MD	041		
4372316	Verona	verona	US	07044	0	America/New_York	39.56011	-76.6558	153	Vernon,Verona		MD	005		
4372318	Vernon	vernon	US	05354	0	America/New_York	39.63733	-76.59775	187	Gemmills,Vernon		MD	005		
4372341	Vienna	vienna	US	04360	276	America/New_York	38.48484	-75.82466	4	Baltimore,Emperors Landing,Vienna		MD	019		
4372574	Wakefield	wakefield	US	01880	0	America/New_York	39.44788	-76.59219	91			MD	005		
4372575	Wakefield	wakefield	US	01880	0	America/New_York	39.31261	-76.69803	115			MD	510		
4372576	Wakefield	wakefield	US	01880	0	America/New_York	39.55538	-77.07359	154			MD	013		
4372577	Wakefield	wakefield	US	01880	0	America/New_York	38.5954	-76.89358	59			MD	017		
4372595	Walden	walden	US	12586	0	America/New_York	39.02511	-76.67302	37			MD	003		
4372599	Waldorf	waldorf	US	20601	67752	America/New_York	38.62456	-76.93914	64	Beantown,Valdof,Voldorf,Waldorf,u~orudofu,waldwrf  mrylnd,woldopeu,Валдоф,Волдорф,والدورف، مریلند,والڈورف، میری لینڈ,ウォルドーフ,월도프		MD	017		
4372617	Walker	walker	US	26180	0	America/New_York	39.65955	-76.67164	145	Walker,Walker Station,Walkers Station,Walkers Switch		MD	005		
4372630	Walkersville	walkersville	US	21793	5993	America/New_York	39.48621	-77.35193	94	Georgetown,Uolkersvill,Vokersvil,Walkersville,walkrswyl  mrylnd,wwkrsfyl,Вокерсвил,Уолкерсвилл,والکرسویل، مریلند,ووكرسفيل		MD	021		
4372641	Walkertown	walkertown	US	27051	0	America/New_York	38.79178	-76.03577	15			MD	041		
4372657	Walnut Cove	walnut-cove	US	27052	0	America/New_York	38.44373	-76.47523	34			MD	009		
4372658	Walnut Grove	walnut-grove	US	35990	0	America/New_York	39.69843	-77.17137	164			MD	013		
4372661	Walnut Hill	walnut-hill	US	62893	0	America/New_York	39.53538	-77.11526	166			MD	013		
4372663	Walnut Hill	walnut-hill	US	62893	0	America/New_York	39.12983	-77.18026	153			MD	031		
4372676	Walnut Ridge	walnut-ridge	US	72476	0	America/New_York	39.03344	-76.4444	19			MD	003		
4372677	Walnut Ridge	walnut-ridge	US	72476	0	America/New_York	39.55288	-76.96915	265			MD	013		
4372680	Walnut Springs	walnut-springs	US	76690	0	America/New_York	39.6626	-76.58108	221			MD	005		
4372685	Walston	walston	US	15781	0	America/New_York	38.38539	-75.50492	16			MD	045		
4372710	Ward	ward	US	29166	0	America/New_York	37.99179	-75.84354	1			MD	039		
4372711	Ward	ward	US	29166	0	America/New_York	38.01068	-75.81438	2			MD	039		
4372735	Warfield	warfield	US	23889	0	America/New_York	39.4501	-77.44137	110			MD	021		
4372747	Warfield	warfield	US	23889	0	America/New_York	39.11983	-76.70636	43			MD	003		
4372755	Warren	warren	US	01083	0	America/New_York	39.47622	-76.61664	107			MD	005		
4372762	Warwick	warwick	US	01378	0	America/New_York	39.55011	-76.34829	104			MD	025		
4372763	Warwick	warwick	US	01378	0	America/New_York	39.52344	-76.19134	74			MD	025		
4372794	Washington Grove	washington-grove	US	20880	578	America/New_York	39.13983	-77.17526	156			MD	031		
4372837	Water View	water-view	US	23180	0	America/New_York	39.23066	-76.45135	4			MD	005		
4372838	Water View	water-view	US	23180	0	America/New_York	39.35927	-77.26804	160			MD	021		
4372839	Waterbury	waterbury	US	05671	0	America/New_York	39.04761	-76.62663	26			MD	003		
4372845	Waterford	waterford	US	04088	0	America/New_York	39.20344	-76.97275	168			MD	027		
4372846	Waterford	waterford	US	04088	0	America/New_York	39.42121	-77.43471	97			MD	021		
4372852	Waterloo	waterloo	US	13165	0	America/New_York	39.55788	-77.5686	285			MD	021		
4372853	Waterloo	waterloo	US	13165	0	America/New_York	39.17205	-76.78497	70	Spurriers Tavern,Waterloo,Waterloo Tavern		MD	027		
4372854	Waterloo	waterloo	US	13165	0	America/New_York	38.23124	-76.77913	3			MD	037		
4372909	Waverly	waverly	US	14892	0	America/New_York	38.75873	-76.10522	5			MD	041		
4372912	Waverly	waverly	US	14892	0	America/New_York	39.32844	-76.60608	63			MD	510		
4372933	Wayne	wayne	US	04284	0	America/New_York	39.40844	-77.32943	163			MD	021		
4372944	Weatherly	weatherly	US	18255	0	America/New_York	39.05567	-76.45524	3			MD	003		
4372949	Webster	webster	US	01570	0	America/New_York	39.57344	-76.15634	142			MD	025		
4372968	Weidman	weidman	US	48893	0	America/New_York	39.15094	-75.90938	24			MD	035		
4372989	Wellington	wellington	US	33414	0	America/New_York	39.18761	-76.62747	29			MD	003		
4372990	Wellington	wellington	US	33414	0	America/New_York	38.15651	-75.60937	6			MD	039		
4373014	Wenona	wenona	US	61377	0	America/New_York	38.13901	-75.95021	1			MD	039		
4373018	Wesley	wesley	US	04686	0	America/New_York	38.21012	-75.34464	5			MD	047		
4373029	Wesley Chapel	wesley-chapel	US	33543	0	America/New_York	39.55483	-76.87942	218			MD	013		
4373116	West Friendship	west-friendship	US	21794	0	America/New_York	39.3026	-76.95276	149			MD	027		
4373122	West Grove	west-grove	US	19390	0	America/New_York	39.499	-76.38885	139			MD	025		
4373126	West Haven	west-haven	US	06516	0	America/New_York	38.62901	-75.94633	6			MD	019		
4373128	West Hills	west-hills	US	91307	0	America/New_York	39.29566	-76.7133	129			MD	005		
4373129	West Hills	west-hills	US	91307	0	America/New_York	39.44732	-77.43332	110			MD	021		
4373139	West Liberty	west-liberty	US	26074	0	America/New_York	39.68455	-76.59719	223			MD	005		
4373147	West Nottingham	west-nottingham	US	03291	0	America/New_York	39.66955	-76.07634	109			MD	015		
4373161	West River	west-river	US	20778	0	America/New_York	38.85039	-76.59607	47	Lebanon,Owensville,West River		MD	003		
4373188	Westboro	westboro	US	54490	0	America/New_York	38.98928	-77.09137	102			MD	031		
4373190	Westbury	westbury	US	11590	0	America/New_York	39.4476	-76.82275	209			MD	005		
4373193	Westchester	westchester	US	60154	0	America/New_York	39.27927	-76.76442	145			MD	005		
4373194	Westchester	westchester	US	60154	0	America/New_York	39.46455	-77.54304	184			MD	021		
4373199	Westerly	westerly	US	02891	0	America/New_York	39.13761	-77.4136	119			MD	031		
4373225	Westernport	westernport	US	21562	1810	America/New_York	39.48537	-79.04475	281	Georges Creek,Hardscrabble,Vestehrnport,Vesternport,West Port,Western Port,Westernport,wstrnpwrt  mrylnd,wystrnbwrt,Вестернпорт,Вестэрнпорт,وسترنپورت، مریلند,ويسترنبورت		MD	001		
4373230	Westgate	westgate	US	50681	0	America/New_York	38.95511	-77.10192	85			MD	031		
4373231	Westgate	westgate	US	50681	0	America/New_York	38.95706	-76.85747	48			MD	033		
4373234	Westlake Village	westlake-village	US	91359	0	America/New_York	38.62234	-76.93581	63			MD	017		
4373238	Westminster	westminster	US	01441	18670	America/New_York	39.57538	-76.99581	233	Bedford,Grandadam Farm,Logsdon Tavern Land,New London Town,Vehstminster,Vestminster,Westminster,Westminster Town,Winchester,u~esutominsuta,wei si min si te,wstmnstr,wstmynstr  mrylnd,Вестминстер,Вэстминстер,وستمنستر,وستمینستر، مریلند,ویسٹ منسٹر، میری لینڈ,ウェストミンスター,威斯敏斯特	013	MD	013		
4373267	Westover	westover	US	16692	0	America/New_York	38.12401	-75.70632	4			MD	039		
4373268	Westover	westover	US	16692	0	America/New_York	39.60011	-75.93689	9			MD	015		
4373275	Westphalia	westphalia	US	47596	7266	America/New_York	38.84539	-76.81108	52			MD	033		
4373281	Westport	westport	US	02790	0	America/New_York	39.26205	-76.63552	19			MD	510		
4373289	Westview	westview	US	40178	0	America/New_York	38.3979	-75.61131	12			MD	045		
4373298	Westwood	westwood	US	02090	0	America/New_York	39.43427	-77.32609	154			MD	021		
4373299	Westwood	westwood	US	02090	0	America/New_York	38.96622	-77.10859	85			MD	031		
4373300	Westwood	westwood	US	02090	0	America/New_York	38.65651	-76.73969	60			MD	033		
4373301	Westwood	westwood	US	02090	0	America/New_York	38.37873	-75.60381	7			MD	045		
4373310	Wethersfield	wethersfield	US	06109	0	America/New_York	39.08955	-76.68136	68			MD	003		
4373320	Wexford	wexford	US	15090	0	America/New_York	39.05594	-76.50524	19			MD	003		
4373321	Wexford	wexford	US	15090	0	America/New_York	39.19872	-77.24137	178			MD	031		
4373325	Whaleyville	whaleyville	US	21872	149	America/New_York	38.39678	-75.30214	11	Mitchell's Store,Turn in the Road,Whaley Ville,Whaleysville,Whaleyville		MD	047		
4373349	Wheaton	wheaton	US	56296	48284	America/New_York	39.03983	-77.05526	142	Mitchell's Crossroads,Mitchells Cross Roads,Viton,Wheaton,wytwn,Витон,ويتون		MD	031		
4373409	White Hall	white-hall	US	21161	0	America/New_York	39.62177	-76.62858	109	White Hall,Whitehall		MD	005		
4373410	White Hall	white-hall	US	21161	0	America/New_York	38.68623	-76.98886	19	White Hall,Whitehall		MD	033		
4373426	White Marsh	white-marsh	US	21162	9513	America/New_York	39.38372	-76.43218	16	Cowanton,White Marsh,Whitemarsh		MD	005		
4373443	White Oak	white-oak	US	25989	0	America/New_York	39.53122	-76.32635	97			MD	025		
4373449	White Oak	white-oak	US	25989	17403	America/New_York	39.03983	-76.99303	113	White Oak,Whiteoak		MD	031		
4373465	White Plains	white-plains	US	10601	0	America/New_York	38.5904	-76.94025	60	Duffield,White Plains,Whiteplains		MD	017		
4373466	White Plains	white-plains	US	10601	0	America/New_York	38.37178	-75.54576	13			MD	045		
4373480	White Rock	white-rock	US	29177	0	America/New_York	39.39677	-77.00109	189			MD	013		
4373481	White Rock	white-rock	US	29177	0	America/New_York	39.49038	-77.4561	144			MD	021		
4373500	Whiteford	whiteford	US	21160	0	America/New_York	39.70899	-76.34552	167			MD	025		
4373503	Whitehall	whitehall	US	12887	0	America/New_York	38.56123	-76.01327	4			MD	019		
4373516	Whitehouse	whitehouse	US	08888	0	America/New_York	39.60177	-76.77414	228	Black Rock,Blackrock,White House,Whitehouse		MD	005		
4373517	Whitehouse	whitehouse	US	08888	0	America/New_York	39.02372	-76.92386	53			MD	033		
4373543	Whittier	whittier	US	28789	0	America/New_York	39.45566	-77.45249	121			MD	021		
4373552	Wicomico	wicomico	US	23184	0	America/New_York	38.41346	-76.87664	44	Wiccocomaco,Wiccocomico,Wiccocomiko,Wiccocomoko,Wiccomaco,Wickcowcomaco,Wickocomeko,Wicockomeco,Wicomico		MD	017		
4373587	Wilber	wilber	US	68465	0	America/New_York	39.21399	-77.29832	189			MD	031		
4373619	Wildwood	wildwood	US	08260	0	America/New_York	39.53056	-76.4	120			MD	025		
4373620	Wildwood	wildwood	US	08260	0	America/New_York	39.45844	-76.24496	6			MD	025		
4373621	Wildwood	wildwood	US	08260	0	America/New_York	38.39179	-76.57635	10			MD	037		
4373647	Willards	willards	US	21874	989	America/New_York	38.39123	-75.34853	11	Grover,Holly Swamp,Willard's,Willards,Williards		MD	045		
4373691	Williamsburg	williamsburg	US	01096	0	America/New_York	39.36316	-76.72886	150			MD	005		
4373692	Williamsburg	williamsburg	US	01096	0	America/New_York	38.65789	-75.8291	12	Bunker Hill,Slabtown,Williamsburg,Williamsburgh		MD	019		
4373693	Williamsburg	williamsburg	US	01096	0	America/New_York	38.72262	-76.06855	15	Bunker Hill,Slabtown,Stumptown,Williamsburg,Williamsburgh		MD	041		
4373719	Williamsport	williamsport	US	17701	2162	America/New_York	39.60065	-77.82055	124	Potomac Valley Junction,Vilijamsport,Williams Port,Williams' Ferry,Williamsport,willieomseupoteu,wylymzprt  mrylnd,Вилијамспорт,ویلیمزپرت، مریلند,윌리엄스포트		MD	043		
4373723	Williston	williston	US	05495	155	America/New_York	38.83123	-75.85105	8	Potter Town,Potters Landing,Williston		MD	011		
4373730	Willoughby	willoughby	US	44094	0	America/New_York	38.93428	-76.01827	21			MD	035		
4373734	Willow	willow	US	12495	0	America/New_York	39.20122	-76.61691	29			MD	003		
4373743	Willow Grove	willow-grove	US	19090	0	America/New_York	38.09262	-75.5027	4			MD	047		
4373750	Willowbrook	willowbrook	US	60527	0	America/New_York	39.119	-76.54274	16			MD	003		
4373756	Willows	willows	US	95988	0	America/New_York	38.62762	-76.53773	44			MD	009		
4373757	Willows	willows	US	95988	0	America/New_York	39.53844	-76.4358	170			MD	025		
4373775	Wilson	wilson	US	14172	0	America/New_York	38.60318	-76.5219	23			MD	009		
4373777	Wilson	wilson	US	14172	0	America/New_York	39.43232	-79.27032	777			MD	023		
4373778	Wilson	wilson	US	14172	0	America/New_York	39.65815	-77.84861	117			MD	043		
4373805	Wimbledon	wimbledon	US	58492	0	America/New_York	39.50872	-76.40663	149			MD	025		
4373811	Winchester	winchester	US	01890	0	America/New_York	39.63064	-78.83724	337			MD	001		
4373812	Winchester	winchester	US	01890	0	America/New_York	39.01372	-76.49329	31			MD	003		
4373813	Winchester	winchester	US	01890	0	America/New_York	39.67067	-75.86994	46			MD	015		
4373861	Windsor Mill	windsor-mill	US	21244	0	America/New_York	39.33288	-76.75942	158			MD	005		
4373887	Wingate	wingate	US	21675	0	America/New_York	38.28207	-76.08188	1			MD	019		
4373888	Wingate	wingate	US	21675	0	America/New_York	39.41066	-77.43332	105			MD	021		
4373909	Winter Springs	winter-springs	US	32708	0	America/New_York	39.46538	-77.25082	139			MD	021		
4373916	Winfield	winfield	US	17889	0	America/New_York	39.44732	-77.05498	252			MD	013		
4373932	Wittman	wittman	US	21676	0	America/New_York	38.79373	-76.29412	2	Whitman,Wittman		MD	041		
4373956	Wolfe	wolfe	US	24751	0	America/New_York	39.53066	-77.52054	351			MD	021		
4373978	Wood Ridge	wood-ridge	US	07075	0	America/New_York	39.20261	-76.98164	152			MD	027		
4373995	Woodbridge	woodbridge	US	07095	0	America/New_York	39.47566	-77.07137	265			MD	013		
4374001	Woodburn	woodburn	US	42170	0	America/New_York	38.97344	-77.12665	86			MD	031		
4374023	Woodhaven	woodhaven	US	11421	0	America/New_York	38.99372	-77.13331	85			MD	031		
4374028	Woodland	woodland	US	16881	113	America/New_York	39.60842	-78.95086	539			MD	001		
4374029	Woodland	woodland	US	16881	0	America/New_York	38.83956	-76.0255	18	Chapel,Woodland		MD	041		
4374030	Woodland	woodland	US	16881	0	America/New_York	38.75928	-76.0855	5			MD	041		
4374043	Woodland Hills	woodland-hills	US	91364	0	America/New_York	38.70317	-76.56496	28			MD	009		
4374054	Woodlawn	woodlawn	US	24381	37879	America/New_York	39.32288	-76.72803	103	Vudlon,wwdlawn  mrylnd,Вудлон,وودلاون، مریلند,ووڈلان، بالٹیمور کاؤنٹی، میری لینڈ		MD	005		
4374055	Woodlawn	woodlawn	US	24381	0	America/New_York	39.63428	-76.07578	142	Battle Swamp,Woodlawn		MD	015		
4374056	Woodlawn	woodlawn	US	24381	6334	America/New_York	38.94956	-76.89136	47			MD	033		
4374058	Woodlawn	woodlawn	US	24381	0	America/New_York	38.44789	-75.55742	15			MD	045		
4374073	Woodleaf	woodleaf	US	27054	0	America/New_York	39.48109	-76.85928	201			MD	005		
4374106	Woodridge	woodridge	US	12789	0	America/New_York	39.4226	-77.32832	144			MD	021		
4374111	Woodridge	woodridge	US	12789	0	America/New_York	38.52929	-76.5969	49			MD	009		
4374122	Woodsboro	woodsboro	US	21798	1196	America/New_York	39.53316	-77.31471	121	Woods Town,Woodsberry,Woodsboro,Woodsborough		MD	021		
4374132	Woodside	woodside	US	11377	0	America/New_York	39.55372	-76.23996	122			MD	025		
4374133	Woodside	woodside	US	11377	0	America/New_York	39.00344	-77.03775	116			MD	031		
4374134	Woodside	woodside	US	11377	0	America/New_York	39.54594	-76.35663	125			MD	025		
4374148	Woodstock	woodstock	US	03293	0	America/New_York	39.32872	-76.87192	97	Ranters Ridge,Woodstock		MD	027		
4374156	Woodville	woodville	US	01784	0	America/New_York	39.4101	-77.17776	166			MD	021		
4374160	Woodward	woodward	US	16882	0	America/New_York	39.43316	-76.67247	156			MD	005		
4374170	Woolford	woolford	US	21677	0	America/New_York	38.50262	-76.18328	1	Loomtown,Milton,Woolford		MD	019		
4374191	Worthington	worthington	US	01098	0	America/New_York	39.46011	-76.75386	197			MD	005		
4374192	Worthington	worthington	US	01098	0	America/New_York	39.24177	-76.78608	142			MD	027		
4374208	Worton	worton	US	21678	249	America/New_York	39.27455	-76.09217	22			MD	029		
4374224	Wrights	wrights	US	62098	0	America/New_York	38.58234	-76.23439	1			MD	019		
4374251	Wye Mills	wye-mills	US	21679	0	America/New_York	38.94122	-76.0805	6	Old Mill,Old Wye Mills,Wye Mills		MD	041		
4374273	Wynne	wynne	US	72396	0	America/New_York	38.10985	-76.40523	2	Benville,Benville Wharf,Potomac View,Wynne,Wynne Acres		MD	037		
4374275	Wynnewood	wynnewood	US	19096	0	America/New_York	39.23483	-76.69691	31			MD	005		
4374293	Yellow Springs	yellow-springs	US	45387	0	America/New_York	39.47955	-77.45999	182	Brook Hill,Brooke Hill,Yellow Springs		MD	021		
4374299	Yonkers	yonkers	US	10701	0	America/New_York	39.69509	-78.64891	381			MD	001		
4374307	Yorktown	yorktown	US	23690	0	America/New_York	39.11178	-76.6308	32			MD	003		
4374308	Yorktown	yorktown	US	23690	0	America/New_York	39.0265	-76.42274	6			MD	003		
4374309	Yorktown	yorktown	US	23690	0	America/New_York	39.38372	-76.60663	142			MD	005		
4374331	Zion	zion	US	60099	0	America/New_York	39.67567	-75.96494	119			MD	015		
4374436	Acme	acme	US	15610	0	America/Chicago	39.23084	-94.54495	291			MO	047	26290	
4374454	Adams	adams	US	01220	0	America/Chicago	39.09167	-94.33773	242			MO	095	06490	
4374497	Adrian	adrian	US	16210	1622	America/Chicago	38.39752	-94.35162	263	Adrian,Адриан		MO	013	18766	
4374502	Advance	advance	US	27006	1366	America/Chicago	37.10455	-89.90953	110	Advance,Lakeville,New Lakeville		MO	207	57548	
4374523	Agency	agency	US	52530	672	America/Chicago	39.64472	-94.73996	252	Agency,Agency Ford		MO	021	00316	
4374548	Akers	akers	US	70421	0	America/Chicago	37.37616	-91.55375	251			MO	203	70144	
4374556	Alba	alba	US	16910	539	America/Chicago	37.23839	-94.41745	302			MO	097	48692	
4374557	Albany	albany	US	05820	1791	America/Chicago	39.22334	-94.11328	224	Ada,Albany,Ashton		MO	177	54956	
4374560	Alberta	alberta	US	23821	0	America/Chicago	38.36391	-93.66966	248			MO	083	05140	
4374577	Aldrich	aldrich	US	56434	80	America/Chicago	37.54754	-93.55465	275			MO	167	74860	
4374611	Alice	alice	US	78332	0	America/Chicago	37.29838	-92.18877	458			MO	215	50042	
4374667	Allenton	allenton	US	48002	0	America/Chicago	38.50366	-90.67596	155			MO	189	47450	
4374687	Alliance	alliance	US	28509	0	America/Chicago	37.56228	-89.99678	212	Alliance,Jugtown		MO	017	74518	
4374702	Alma	alma	US	14708	394	America/Chicago	39.0953	-93.54521	244			MO	107	47882	
4374707	Alpha	alpha	US	42603	0	America/Chicago	39.9853	-93.42105	246	Alpha,Lickskillet,Nevada		MO	079	80224	
4374718	Alta Vista	alta-vista	US	50603	0	America/Chicago	39.90917	-94.20523	265	Alta Vista,Altavista		MO	063	00208	
4374721	Altamont	altamont	US	12009	200	America/Chicago	39.88862	-94.08911	312			MO	061	42104	
4374730	Alton	alton	US	03809	877	America/Chicago	36.69423	-91.3993	238		149	MO	149	57854	
4374739	Altona	altona	US	12910	0	America/Chicago	38.39974	-94.23495	275			MO	013	28234	
4374747	Amanda	amanda	US	43102	0	America/Chicago	38.05949	-91.41209	317			MO	055	04618	
4374751	Amazonia	amazonia	US	64421	307	America/Chicago	39.88611	-94.89191	255	Amazonia,Boston,Savannah Landing		MO	003	42572	
4374766	Americus	americus	US	31709	0	America/Chicago	38.78032	-91.56406	184	Americus,Dry Fork Mills		MO	139	44228	
4374771	Amity	amity	US	15311	53	America/Chicago	39.87083	-94.43579	315			MO	063	10720	
4374784	Altenburg	altenburg	US	63732	351	America/Chicago	37.63088	-89.58538	178	Altenburg,altnbrgh,atnbrg  myswry,Алтенбург,ألتنبرغ,اتنبرگ، میسوری,لٹنبرگ، مسوری		MO	157	08092	
4374790	Anabel	anabel	US	63431	0	America/Chicago	39.74587	-92.33324	255	Anabel,Beverly,Round Grove		MO	121	63326	
4374792	Anaconda	anaconda	US	59711	0	America/Chicago	38.30172	-91.0407	256	Anaconda,Dry Branch,Morrellton		MO	071	12754	
4374798	Anderson	anderson	US	29621	1982	America/Chicago	36.65063	-94.44355	269	Anderson,Андерсон		MO	119	01236	
4374800	Amsterdam	amsterdam	US	12010	235	America/Chicago	38.34974	-94.58912	270	Amsterdam,Burrows		MO	013	78946	
4374876	Annada	annada	US	63330	29	America/Chicago	39.26116	-90.82763	137			MO	163	10594	
4374878	Annapolis	annapolis	US	21401	345	America/Chicago	37.36033	-90.69762	199	Annapolis,Аннаполис		MO	093	74698	
4374888	Anniston	anniston	US	36201	226	America/Chicago	36.82589	-89.32785	95	Anniston,Аннистон		MO	133	64406	
4374967	Antrim	antrim	US	03440	0	America/Chicago	37.19005	-92.6485	430			MO	229	26614	
4374972	Apex	apex	US	27502	0	America/Chicago	39.11088	-90.75513	135	Apex,Hurricane		MO	113	09928	
4374981	Apple Creek	apple-creek	US	44606	0	America/Chicago	37.61283	-89.75094	144	Apple Creek,Applecreek,Schnerbusch,Schnurbusch		MO	157	74842	
4374991	Old Appleton	old-appleton	US	63770	87	America/Chicago	37.59727	-89.71288	125	Appleton,Old Appleton		MO	031	01450	
4374993	Appleton City	appleton-city	US	64724	1092	America/Chicago	38.19058	-94.02939	267	Appleton City,Arlington		MO	185	01504	
4375000	Apple Creek	apple-creek	US	44606	0	America/Chicago	37.58255	-89.73788	154			MO	031	01450	
4375005	Aquilla	aquilla	US	76622	0	America/Chicago	36.947	-89.91481	110			MO	207	11980	
4375007	Arab	arab	US	35016	0	America/Chicago	37.09366	-90.07677	110			MO	017	77956	
4375008	Arab	arab	US	35016	0	America/Chicago	37.07089	-90.11955	125			MO	223	36987	
4375015	Arbyrd	arbyrd	US	63821	486	America/Chicago	36.0509	-90.23871	76			MO	069	65252	
4375016	Arcadia	arcadia	US	15712	575	America/Chicago	37.58811	-90.62901	279	Arkadija,Аркадия		MO	093	01666	
4375027	Arcola	arcola	US	38722	53	America/Chicago	37.54921	-93.87521	312	Arcola,Pleasant Hill,Sons Creek		MO	057	52868	
4375030	Arden	arden	US	10910	0	America/Chicago	36.98533	-92.80462	415			MO	067	42716	
4375035	Ardmore	ardmore	US	19003	0	America/Chicago	39.64309	-92.53574	245			MO	121	13240	
4375040	Archie	archie	US	64725	1201	America/Chicago	38.48168	-94.35439	254			MO	037	02620	
4375044	Argyle	argyle	US	12809	160	America/Chicago	38.29448	-92.02378	222	Argyle,Campbells Switch		MO	151	77632	
4375048	Ark	ark	US	23003	0	America/Chicago	37.68116	-91.33597	410			MO	065	47378	
4375052	Arley	arley	US	35541	0	America/Chicago	39.40445	-94.44523	281			MO	047	38090	
4375054	Arlington	arlington	US	02474	0	America/Chicago	37.92032	-91.971	215	Arlington,Арлингтон		MO	161	01918	
4375062	Armour	armour	US	57313	0	America/Chicago	39.54861	-95.04636	239	Armour,Armour Junction		MO	021	63542	
4375066	Armstrong	armstrong	US	50514	287	America/Chicago	39.26975	-92.70129	258			MO	089	59546	
4375076	Arnett	arnett	US	25007	0	America/Chicago	36.56257	-94.22215	416			MO	119	79540	
4375087	Arnold	arnold	US	21012	21357	America/Chicago	38.43283	-90.37762	184	Arnol'd,Arnold,arnwld,arnwld  myzwry,Арнолд,Арнольд,آرنلڈ، مسوری,آرنولد، میزوری,أرنولد		MO	099	01975	
4375118	Arrow Rock	arrow-rock	US	65320	58	America/Chicago	39.06975	-92.94658	216			MO	195	02062	
4375159	Asbury	asbury	US	08802	205	America/Chicago	37.2745	-94.60551	274			MO	097	36530	
4375168	Ash	ash	US	28420	0	America/Chicago	39.51504	-92.2899	245			MO	137	46100	
4375172	Ash Grove	ash-grove	US	65604	1466	America/Chicago	37.31533	-93.5852	319	Ash Grove,Ashgrove		MO	077		
4375187	Ashburn	ashburn	US	20146	52	America/Chicago	39.54477	-91.16875	144			MO	163	65594	
4375227	Ashley	ashley	US	43003	90	America/Chicago	39.25115	-91.22042	221	Ashley,Mount Pleasant		MO	163	02278	
4375229	Ashland	ashland	US	01721	3865	America/Chicago	38.77448	-92.25713	274			MO	019	12142	
4375267	Astoria	astoria	US	11102	0	America/Chicago	37.37977	-92.28877	374			MO	229	49556	
4375276	Atherton	atherton	US	94027	0	America/Chicago	39.18612	-94.3055	223			MO	095	06490	
4375277	Athol	athol	US	01331	0	America/Chicago	38.17253	-94.37884	233			MO	013	43796	
4375278	Athol	athol	US	01331	0	America/Chicago	39.10723	-94.48329	251			MO	095	06490	
4375288	Atlanta	atlanta	US	14808	374	America/Chicago	39.89865	-92.48102	275	Atlanta,Атланта		MO	121	44642	
4375291	Atlas	atlas	US	48411	0	America/Chicago	37.09506	-94.38606	306			MO	097	35828	
4375309	Auburn	auburn	US	01501	0	America/Chicago	39.12671	-90.97403	232			MO	113	74770	
4375335	Augusta	augusta	US	04330	255	America/Chicago	38.57255	-90.88208	171	Augusta,Mount Pleasant,Ogasta,Огаста		MO	183	07232	
4375349	Aurora	aurora	US	04408	7477	America/Chicago	36.97089	-93.71798	427	Avrora,Orora,arwra  mswry,awrwra,Аврора,Орора,أورورا,ارورا، مسوری		MO	109	02566	
4375358	Austin	austin	US	16720	0	America/Chicago	38.50279	-94.29995	274			MO	037	02620	
4375359	Austin	austin	US	16720	0	America/Chicago	36.1609	-90.15926	79			MO	069	65252	
4375379	Auxvasse	auxvasse	US	65231	985	America/Chicago	39.0181	-91.89712	265			MO	027	35612	
4375383	Ava	ava	US	13303	2934	America/Chicago	36.952	-92.66045	391	Ava,Militia Springs	067	MO	067	04654	
4375385	Avalon	avalon	US	08202	0	America/Chicago	39.65919	-93.4416	258			MO	117	23500	
4375391	Avery	avery	US	75554	0	America/Chicago	38.06781	-93.3602	243			MO	085	79108	
4375402	Avilla	avilla	US	46710	124	America/Chicago	37.19533	-94.12966	342			MO	097	44930	
4375411	Avon	avon	US	02322	0	America/Chicago	38.83029	-94.31578	273			MO	037	05374	
4375412	Avon	avon	US	02322	0	America/Chicago	37.75144	-90.22345	223			MO	186	65396	
4375416	Avondale	avondale	US	19311	459	America/Chicago	39.15417	-94.5469	240	Avon,Avondale,Ejvondejl,Ейвондейл		MO	047	26290	
4375417	Axtell	axtell	US	66403	0	America/Chicago	39.82448	-92.47296	271	Axtel,Axtell,Moccasinville,Tell		MO	121	20638	
4375467	Baden	baden	US	15005	0	America/Chicago	38.70561	-90.23011	131			MO	510		
4375487	Bailey	bailey	US	27807	0	America/Chicago	38.22505	-90.43151	130	Bailey,Bailey Station,Hanover		MO	099	62179	
4375520	Bainbridge	bainbridge	US	13733	0	America/Chicago	37.41061	-89.43704	108			MO	031	60572	
4375529	Baird	baird	US	79504	0	America/Chicago	36.44756	-90.0037	85			MO	069	25804	
4375534	Baker	baker	US	26801	3	America/Chicago	36.77283	-89.76425	89			MO	207	61616	
4375590	Bakersfield	bakersfield	US	05441	237	America/Chicago	36.52256	-92.1421	214	Bakersfield,Bejkursfild,Waterville,Бейкърсфилд		MO	153	03647	
4375629	Baldwin Park	baldwin-park	US	91706	92	America/Chicago	38.7939	-94.2455	271	Bolduin park,Болдуин парк		MO	037	58412	
4375649	Ballard	ballard	US	24918	0	America/Chicago	38.36141	-94.14328	281			MO	013	70198	
4375663	Ballwin	ballwin	US	63011	30577	America/Chicago	38.59505	-90.54623	192	Baldwin,Ballwin,Bolvin,balwn  mswry,balwyn,balwyn  myzwry,Болвин,بالون، مسوری,بالوين,بالوین، میزوری		MO	189	39682	
4375684	Banner	banner	US	38913	0	America/Chicago	37.69699	-90.83457	315	Banner,Brule		MO	093	38018	
4375694	Bannister	bannister	US	48807	0	America/Chicago	38.03503	-92.98825	228	Banister,Bannister		MO	029	63668	
4375814	Barnesville	barnesville	US	18214	0	America/Chicago	39.50417	-94.23133	300			MO	049	35702	
4375815	Barnesville	barnesville	US	18214	0	America/Chicago	39.89948	-92.58991	273			MO	121	35018	
4375817	Barnett	barnett	US	65011	201	America/Chicago	38.37836	-92.67463	295	Barnetsville,Barnett,Barnettsville,Stone House		MO	141	49880	
4375832	Barnhart	barnhart	US	63012	5682	America/Chicago	38.34422	-90.39345	132			MO	099	34358	
4375879	Barron	barron	US	54812	0	America/Chicago	36.77144	-90.26316	98			MO	023	02224	
4375880	Barry	barry	US	56210	0	America/Chicago	39.24639	-94.60079	303			MO	047	26290	
4375884	Barryville	barryville	US	12719	0	America/Chicago	39.66781	-92.66213	238			MO	121	50114	
4375889	Bartlett	bartlett	US	03812	0	America/Chicago	37.00477	-91.4143	321			MO	203	03484	
4375912	Barwick	barwick	US	31720	0	America/Chicago	39.71362	-94.12328	285			MO	025	38540	
4375950	Bates City	bates-city	US	64011	220	America/Chicago	39.00612	-94.07245	262			MO	107	14428	
4375973	Batesville	batesville	US	22924	0	America/Chicago	36.69894	-90.24621	99			MO	023	02224	
4376006	Baxter	baxter	US	26560	0	America/Chicago	36.51089	-89.93176	84			MO	143	15832	
4376007	Baxter	baxter	US	26560	0	America/Chicago	36.56618	-93.49213	300			MO	209	57751	
4376014	Bay	bay	US	72411	0	America/Chicago	38.50838	-91.5585	175			MO	073	07462	
4376053	Beach	beach	US	58621	0	America/Chicago	37.43116	-92.95907	383	Attebury,Beach,Belshe School		MO	225	77758	
4376082	Bear Branch	bear-branch	US	41714	0	America/Chicago	39.94141	-93.03381	267			MO	115	28612	
4376170	Bearcreek	bearcreek	US	59007	0	America/Chicago	37.65726	-93.65826	322	Bear Creek,Bearcreek,Payntersville		MO	039	45344	
4376185	Beaufort	beaufort	US	28516	0	America/Chicago	38.42088	-91.18904	256	Beauford,Beaufort		MO	071	44714	
4376217	Beaverdam	beaverdam	US	23015	0	America/Chicago	36.75311	-90.63095	128			MO	181	37448	
4376254	Beckville	beckville	US	75631	0	America/Chicago	37.14394	-90.7004	152	Beckville,Carters		MO	223	04816	
4376262	Bedford	bedford	US	01730	0	America/Chicago	39.69613	-93.37299	220	Bedford,La Born		MO	117	28306	
4376361	Belews Creek	belews-creek	US	27009	0	America/Chicago	38.29922	-90.56679	214	Belew Creek,Belews Creek,Bellews Creek		MO	099	12790	
4376367	Belgrade	belgrade	US	04917	0	America/Chicago	37.78671	-90.8493	271			MO	221	04078	
4376377	Belfast	belfast	US	04915	0	America/Chicago	36.86646	-94.45439	346			MO	145	51590	
4376392	Bell City	bell-city	US	63735	436	America/Chicago	37.02366	-89.81981	100			MO	207	57548	
4376430	Bellamy	bellamy	US	36901	0	America/Chicago	37.68504	-94.1805	291	Bellamy,Bellamy City		MO	217	19972	
4376432	Belle	belle	US	25015	1528	America/Chicago	38.28588	-91.72044	313			MO	125	36872	
4376433	Belle Center	belle-center	US	43310	0	America/Chicago	37.10117	-94.58273	291			MO	097	26236	
4376441	Bellefontaine	bellefontaine	US	39737	0	America/Chicago	38.02588	-90.70013	251	Bellefontaine,Bellefountaine		MO	221	75040	
4376451	Belleview	belleview	US	34420	0	America/Chicago	37.68755	-90.7404	319	Belleview,Crossroads		MO	093	35360	
4376460	Belleville	belleville	US	07109	0	America/Chicago	37.1245	-94.59051	263	Belleville,Bellville,Zincite		MO	097	26236	
4376462	Bellflower	bellflower	US	61724	364	America/Chicago	39.00671	-91.35516	234	Bellflower,Liege		MO	139	03754	
4376472	Bellville	bellville	US	30414	0	America/Chicago	39.77449	-91.82989	227	Bell Town,Bellville		MO	127	77074	
4376482	Belton	belton	US	29627	23168	America/Chicago	38.81195	-94.5319	337	Belton,Rankin,Белтон		MO	037	50564	
4376484	Belvidere	belvidere	US	07823	0	America/Chicago	38.85806	-94.52412	291	Belvider Siding,Belvidere		MO	095	77506	
4376494	Bellefontaine	bellefontaine	US	39737	0	America/Chicago	38.657	-90.55457	191	Bellefontaine,Hilltown		MO	189	13605	
4376512	Bend	bend	US	76824	0	America/Chicago	38.19449	-91.84655	267			MO	125	35918	
4376520	Bennett	bennett	US	27208	0	America/Chicago	36.73367	-91.00457	140			MO	181	38144	
4376569	Benton	benton	US	17814	863	America/Chicago	37.09783	-89.56258	133	Benton,Бентон	201	MO	201	49916	
4376570	Benton	benton	US	17814	731	America/Chicago	38.61866	-90.30345	145	Benton,Glades		MO	510		
4376577	Benton City	benton-city	US	65232	105	America/Chicago	39.13448	-91.76517	250	Benton City,Jefftown		MO	007	44210	
4376618	Berger	berger	US	63014	220	America/Chicago	38.67421	-91.33877	169	Berger,Berger Station		MO	071	06796	
4376623	Berkeley	berkeley	US	60163	9073	America/Chicago	38.7545	-90.33123	164	Behrkelej,Berkeley,Berkeley Acres,Berkli,Kinlock,Nuroad,byrkly,Беркли,Бэркелей,برکلے، مسوری,بيركلي		MO	189	53448	
4376632	Bernie	bernie	US	63822	1951	America/Chicago	36.66894	-89.9687	92			MO	207	42356	
4376666	Bertha	bertha	US	56437	0	America/Chicago	36.83784	-92.38461	230			MO	067	35756	
4376668	Bertrand	bertrand	US	63823	792	America/Chicago	36.9095	-89.45258	98			MO	133	43886	
4376670	Berwick	berwick	US	03901	0	America/Chicago	36.93312	-94.09466	342			MO	145	05032	
4376686	Bethany	bethany	US	06524	0	America/Chicago	36.61172	-90.06926	135			MO	069	74608	
4376711	Bethel	bethel	US	04217	118	America/Chicago	39.87671	-92.02406	218			MO	205	05122	
4376817	Bethlehem	bethlehem	US	03574	0	America/Chicago	36.7209	-94.13243	399			MO	119	61760	
4376859	Bethpage	bethpage	US	11714	0	America/Chicago	36.69007	-94.23632	359			MO	119	21700	
4376863	Beulah	beulah	US	38726	0	America/Chicago	37.32894	-90.50234	164			MO	123	42212	
4376864	Beulah	beulah	US	38726	0	America/Chicago	37.62421	-91.9171	344			MO	161	69716	
4376876	Beverly	beverly	US	01915	0	America/Chicago	39.36805	-94.86718	238	Beverly,Beverly Junction,Beverly Station		MO	165	23230	
4376877	Beverly Hills	beverly-hills	US	34464	566	America/Chicago	38.70005	-90.29234	194	Bevurli Khils,Бевърли Хилс		MO	189	52814	
4376879	Bevier	bevier	US	63532	703	America/Chicago	39.74698	-92.56408	241			MO	121	05284	
4376894	Bidwell	bidwell	US	45614	0	America/Chicago	37.8717	-92.70963	305	Bidwell,Partlow		MO	105	21556	
4376912	Big Bend	big-bend	US	26136	0	America/Chicago	38.05421	-92.03239	337			MO	125	20206	
4376965	Big Creek	big-creek	US	25505	0	America/Chicago	37.2356	-91.84432	371			MO	215	55820	
4377054	Big Piney	big-piney	US	83113	0	America/Chicago	37.67199	-92.09794	336			MO	169	57872	
4377092	Big Spring	big-spring	US	79720	167	America/Chicago	38.80254	-91.47766	167	Big Spring,Bigspring		MO	139	44228	
4377158	Billings	billings	US	12510	1083	America/Chicago	37.06755	-93.55214	417	Billings,Биллингс		MO	043	21041	
4377190	Birch Tree	birch-tree	US	65438	662	America/Chicago	36.99116	-91.49264	302			MO	203	05752	
4377224	Birmingham	birmingham	US	08011	193	America/Chicago	39.16584	-94.45134	224	Birmingem,Бирмингем		MO	047	13780	
4377247	Bismarck	bismarck	US	58501	1500	America/Chicago	37.76922	-90.62485	313	Bismark,Бисмарк		MO	187	35378	
4377258	Bixby	bixby	US	65439	0	America/Chicago	37.66032	-91.11513	428			MO	093	19108	
4377259	Black	black	US	36314	0	America/Chicago	37.53144	-90.93318	244	Black,Camp Ground		MO	179	06094	
4377312	Black Oak	black-oak	US	72414	0	America/Chicago	39.54724	-93.83855	273	Black Oak,Blackoak		MO	025	18370	
4377361	Blackburn	blackburn	US	65321	250	America/Chicago	39.10641	-93.48354	242			MO	195	22096	
4377400	Blackwater	blackwater	US	24221	163	America/Chicago	38.9803	-92.99075	192			MO	053	06166	
4377408	Blackwell	blackwell	US	63626	0	America/Chicago	38.04366	-90.62402	203	Blackwell,Blackwell Station		MO	187	05590	
4377420	Blaine	blaine	US	04734	0	America/Chicago	37.94948	-94.38495	233			MO	217	55226	
4377446	Blairstown	blairstown	US	07825	95	America/Chicago	38.55585	-93.96077	241	Blair,Blairstown		MO	083	06850	
4377452	Bland	bland	US	24315	522	America/Chicago	38.30171	-91.63294	309			MO	073	14356	
4377495	Bliss	bliss	US	14024	0	America/Chicago	38.09311	-90.74041	196	Bliss,Kingston		MO	221	38882	
4377531	Bloomfield	bloomfield	US	06002	1903	America/Chicago	36.88589	-89.92926	147		207	MO	207	11980	
4377539	Bloomington	bloomington	US	12411	0	America/Chicago	39.79698	-92.56019	251	Bloomington,Box Ancle,Box Ankle,Owenby Settlement		MO	121	42194	
4377542	Bloomsdale	bloomsdale	US	63627	529	America/Chicago	38.0095	-90.2179	156	Bloomsdale,Blumesdale,La Fourche a Duclos		MO	186	36098	
4377601	Blue Mound	blue-mound	US	62513	0	America/Chicago	39.6278	-93.55799	300	Blue Mound,Bluemound,Mound Creek		MO	117	06580	
4377664	Blue Springs	blue-springs	US	38828	54148	America/Chicago	39.01695	-94.28161	297	Blu Springs,blw aspryngz  myzwry,blw sbrynghz,blyw sprngz  mswry,Блу Спрингс,بلو اسپرینگز، میزوری,بلو سبرينغز,بلیو سپرنگز، مسوری		MO	095	68438	
4377717	Bluffton	bluffton	US	29910	0	America/Chicago	38.70754	-91.62461	163	Bluffton,Stringtown		MO	139	44228	
4377749	Boaz	boaz	US	35956	0	America/Chicago	37.01867	-93.40047	392			MO	043	42644	
4377789	Bogard	bogard	US	64622	160	America/Chicago	39.45752	-93.52355	263	Bogard,Bogards Mound		MO	033	75742	
4377827	Bois D'Arc	bois-d-arc	US	65612	0	America/Chicago	37.25644	-93.5077	369	Bois D'Arc,Bois d'Arc		MO	077		
4377835	Bolivar	bolivar	US	14715	10714	America/Chicago	37.61448	-93.41047	322		167	MO	167	53018	
4377841	Boles	boles	US	62909	0	America/Chicago	38.53089	-90.89014	152	Augusta,Augusta Station,Boles		MO	071	06958	
4377860	Bonanza	bonanza	US	84008	0	America/Chicago	39.64418	-93.97272	236			MO	025	52400	
4377890	Bonham	bonham	US	75418	0	America/Chicago	36.94228	-93.63464	380	Bonham,Star		MO	109	09442	
4377907	Bonnots Mill	bonnots-mill	US	65016	0	America/Chicago	38.5781	-91.96573	166	Bonnets Mills,Bonnots,Bonnots Mill,Bonnotts Mill,Dauphine		MO	151	43256	
4377913	Bonne Terre	bonne-terre	US	63628	7133	America/Chicago	37.92311	-90.5554	251	Bon Ter,Bonn Tehrr,Bonne Terre,Bonneterre,Bontear,Fullerton,Saint Joe Mines,bwn tyr,Бон Тер,Бонн Тэрр,بون تير,بونے تیتے، مسوری		MO	187	57098	
4377957	Boonville	boonville	US	13309	8403	America/Chicago	38.97364	-92.74324	204	Bunvil,Bunvill,bwnfyl  myzwry,Бунвил,Бунвилл,بونفيل، ميزوري	053	MO	053	07336	
4377986	Boss	boss	US	65440	0	America/Chicago	37.6431	-91.1893	342			MO	065	55118	
4377987	Boston	boston	US	02108	0	America/Chicago	37.41283	-94.28189	287	Beloit,Boston,Carleton Station		MO	011	61454	
4377999	Bosworth	bosworth	US	64623	297	America/Chicago	39.46975	-93.33465	231	Bosworth,North Bosworth		MO	033	61832	
4378015	Boulder City	boulder-city	US	89005	0	America/Chicago	36.79396	-94.24938	329			MO	145	04744	
4378027	Bourbon	bourbon	US	46504	1621	America/Chicago	38.15477	-91.24403	287			MO	055	07156	
4378034	Bourbon	bourbon	US	46504	0	America/Chicago	39.23893	-92.31462	261	Bourbon,Bourbonton,Buena Vista		MO	019	07498	
4378043	Bowen	bowen	US	62316	0	America/Chicago	38.55807	-93.59104	258			MO	083	80368	
4378070	Bowling Green	bowling-green	US	22427	5388	America/Chicago	39.34199	-91.19514	272	Bouling Grin,Bouling-Grin,bao lin ge lin,bawlng gryn  mswry,bwlngh ghryn,Боулинг Грин,Боулинг-Грин,باولنگ گرین، مسوری,بولنغ غرين,鲍林格林	163	MO	163	17704	
4378092	Bowmansville	bowmansville	US	14026	0	America/Chicago	38.70918	-93.73383	266			MO	101	77110	
4378101	Boyd	boyd	US	54726	0	America/Chicago	37.50203	-93.07583	372			MO	059	35720	
4378167	Bradleyville	bradleyville	US	65614	0	America/Chicago	36.78367	-92.90823	260			MO	213	03808	
4378182	Bragg City	bragg-city	US	63827	143	America/Chicago	36.26812	-89.91092	79	Bragg City,Clay Root		MO	155	56450	
4378185	Braggadocio	braggadocio	US	63826	0	America/Chicago	36.17535	-89.82953	81	Braggadocia,Braggadocio		MO	155	07858	
4378205	Branch	branch	US	49402	0	America/Chicago	37.91087	-93.00519	337			MO	029	63668	
4378211	Brandsville	brandsville	US	65688	160	America/Chicago	36.65034	-91.69015	307	Brandsville,Flag Pond		MO	091	33382	
4378219	Branson	branson	US	65615	11431	America/Chicago	36.64367	-93.21851	237	BKG,Branson,Brehnson,Lucia,beulaenseun,branswn,brnswn  myzwry,brynsn  mswry,buranson,Брансон,Брэнсон,برانسون,برنسون، میزوری,برینسن، مسوری,ブランソン,브랜슨		MO	213	07984	
4378239	Brandon	brandon	US	05733	0	America/Chicago	38.50807	-93.42299	282			MO	015	79252	
4378256	Brawley	brawley	US	92227	0	America/Chicago	36.87394	-91.28402	264			MO	149	23608	
4378271	Braymer	braymer	US	64624	848	America/Chicago	39.58696	-93.79605	233			MO	025	18370	
4378278	Brazeau	brazeau	US	63737	0	America/Chicago	37.66116	-89.65288	171			MO	157	74842	
4378282	Brazil	brazil	US	47834	0	America/Chicago	37.84616	-91.06347	273			MO	221	30394	
4378299	Breckenridge	breckenridge	US	48615	358	America/Chicago	39.76223	-93.80438	281	Breckenridge,Breckinridge		MO	025	08146	
4378312	Brentwood	brentwood	US	11717	8057	America/Chicago	38.61755	-90.34928	146	Brentwood,Brentwood Station		MO	189	14590	
4378324	Brewer	brewer	US	04412	374	America/Chicago	37.78089	-89.92539	178	Brewer,Brewerville		MO	157	65360	
4378343	Briar	briar	US	63931	0	America/Chicago	36.64839	-90.97179	202	Briar,Briarcreek		MO	181	67570	
4378365	Brickeys	brickeys	US	72320	0	America/Chicago	38.0845	-90.21067	167	Brickeys,Brickeys Landing		MO	186	36098	
4378376	Bridgeport	bridgeport	US	06601	0	America/Chicago	38.74366	-91.39988	211	Bridgeport,Kosses Store		MO	219	08362	
4379548	Call	call	US	75933	0	America/Chicago	37.20116	-93.77715	405			MO	109	42806	
4378391	Bridgeton	bridgeton	US	08302	11786	America/Chicago	38.767	-90.41151	178	Bridgeton,Bridzhton,Bridzton,Marais des Liards,Owens Fort,Owens Station,Villa de Roberts,Village a Robert,brjtwn,bryjtwn  myzwry,Бриджтон,Бриџтон,برجتون,برجٹن، مسوری,بریجتون، میزوری		MO	189	53360	
4378406	Brighton	brighton	US	02135	0	America/Chicago	37.45782	-93.34797	354			MO	167	20972	
4378424	Brinktown	brinktown	US	65443	0	America/Chicago	38.12671	-92.08461	322	Brinktown,Viessman		MO	125	48260	
4378426	Briscoe	briscoe	US	79011	0	America/Chicago	39.08199	-91.01208	163			MO	113	74770	
4378437	Bristol	bristol	US	02809	0	America/Chicago	39.09167	-94.45301	275			MO	095	06490	
4378442	Bristow	bristow	US	20136	0	America/Chicago	37.80504	-94.26439	267			MO	217	02926	
4378448	Brixey	brixey	US	65618	0	America/Chicago	36.75062	-92.40488	302	Brixey,Brixy		MO	153	35990	
4378458	Broadwater	broadwater	US	69125	0	America/Chicago	36.582	-89.9212	84			MO	143	15832	
4378460	Broadway	broadway	US	08808	0	America/Chicago	38.54311	-90.26261	139	Broadway,Broadway Junction		MO	510		
4378481	Bronaugh	bronaugh	US	64728	247	America/Chicago	37.69421	-94.46884	271			MO	217	50348	
4378488	Brookfield	brookfield	US	01506	4358	America/Chicago	39.78447	-93.07353	232	Brookfield,The Scatters		MO	115	08668	
4378503	Brookline	brookline	US	02445	367	America/Chicago	37.16338	-93.42019	391	Brookline,Brookline Station,Bruklin,Little York,Бруклин		MO	077	08704	
4378526	Brookside	brookside	US	07926	0	America/Chicago	37.45922	-89.69621	155			MO	031	10234	
4378530	Broseley	broseley	US	63932	0	America/Chicago	36.67506	-90.24177	98	Bailey,Baileys End,Broseley		MO	023	02224	
4378624	Brownfield	brownfield	US	04010	0	America/Chicago	37.66699	-92.34489	347			MO	105	26596	
4378638	Browns	browns	US	62818	0	America/Chicago	39.05004	-92.26129	277	Brown's Station,Browns,Browns Station		MO	019	62840	
4378639	Browns	browns	US	62818	0	America/Chicago	36.86255	-89.63286	92			MO	201	63047	
4378663	Brownwood	brownwood	US	63738	0	America/Chicago	37.08088	-89.95454	107			MO	207	57548	
4378672	Brumley	brumley	US	65017	93	America/Chicago	38.08642	-92.48685	237	Brumley,Mill Creek		MO	131	27244	
4378677	Bruner	bruner	US	65620	0	America/Chicago	37.01478	-92.98601	446			MO	043	09010	
4378719	Brush Creek	brush-creek	US	38547	0	America/Chicago	37.61615	-92.71351	395			MO	105	70072	
4378871	Bryant	bryant	US	35958	0	America/Chicago	38.95973	-94.5119	291			MO	095	77506	
4378889	Bryson	bryson	US	76427	0	America/Chicago	38.58029	-93.47882	290	Bryson,Kansas City Junction,Rodelia		MO	159	29350	
4378895	Buchanan	buchanan	US	10511	0	America/Chicago	37.21116	-90.19233	137			MO	017	24210	
4378921	Buck Creek	buck-creek	US	47924	0	America/Chicago	38.23142	-92.76852	253	Berry Lewis Graveyard,Buck Creek		MO	141	55190	
4378951	Buckeye	buckeye	US	24924	0	America/Chicago	36.9045	-89.49258	95			MO	133	43886	
4378968	Buckhorn	buckhorn	US	41721	0	America/Chicago	37.7831	-92.26933	338			MO	169	17740	
4378970	Buckhorn	buckhorn	US	41721	0	America/Chicago	37.33811	-90.28956	170			MO	123	05410	
4378982	Bucklin	bucklin	US	64631	446	America/Chicago	39.78169	-92.8902	274	Bucklin,Bucklinville		MO	115	09406	
4378990	Buckner	buckner	US	40010	3067	America/Chicago	39.13251	-94.19856	229	Buckner,Buckner Hill		MO	095	25282	
4379006	Bucyrus	bucyrus	US	44820	0	America/Chicago	37.34421	-92.01682	375	Buckyrus,Bucyrus,Odd		MO	215	57890	
4379016	Bucoda	bucoda	US	98530	0	America/Chicago	36.09007	-90.21426	76	Bucado,Bucoda,Byrds		MO	069	65252	
4379025	Buffalo	buffalo	US	14201	3040	America/Chicago	37.64393	-93.09241	366	Buffalo,Буффало	059	MO	059	52886	
4379109	Bunceton	bunceton	US	65237	348	America/Chicago	38.78808	-92.79936	239			MO	053	38198	
4379119	Bunker	bunker	US	63629	400	America/Chicago	37.4556	-91.20958	425	Bunker,West Bunker		MO	179	11530	
4379123	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	39.21809	-92.53074	230	Bunker Hill,Myers		MO	089	07084	
4379124	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	36.70589	-89.96981	93			MO	207	42356	
4379151	Burbank	burbank	US	44214	0	America/Chicago	37.147	-90.37039	212	Burbank,Camp Number Nine,Highland Orchard		MO	223	64334	
4379158	Burdett	burdett	US	14818	0	America/Chicago	38.43363	-94.48273	264			MO	013	20800	
4379167	Burfordville	burfordville	US	63739	0	America/Chicago	37.36755	-89.80704	123			MO	031	38702	
4379172	Burgess	burgess	US	22432	55	America/Chicago	37.55616	-94.61496	272			MO	011	55748	
4379210	Burnham	burnham	US	04922	0	America/Chicago	36.92672	-91.95765	404			MO	091	80116	
4379217	Burns	burns	US	37029	0	America/Chicago	37.60476	-93.30908	287			MO	167	52894	
4379237	Burr	burr	US	68324	0	America/Chicago	36.50201	-90.98624	139			MO	181	74950	
4379256	Burton	burton	US	26562	0	America/Chicago	39.21476	-92.61213	206			MO	089	09964	
4379306	Bushnell	bushnell	US	33513	0	America/Chicago	37.49699	-94.15106	307			MO	011	52238	
4379322	Butler	butler	US	07405	4091	America/Chicago	38.25863	-94.33051	263	BUM,Batlehr,Batler,Butler,Butlur,bwtlr,Батлер,Батлэр,Бътлър,بوتلر,بٹلر، مسوری	013	MO	013	50546	
4379362	Butterfield	butterfield	US	56120	465	America/Chicago	36.75007	-93.9077	466	Barry City,Butterfield		MO	009	10162	
4379383	Buxton	buxton	US	04093	0	America/Chicago	39.31889	-94.8733	232			MO	165	41240	
4379413	Byers	byers	US	67021	0	America/Chicago	38.39561	-90.37429	173			MO	099	80370	
4379439	Byron	byron	US	14422	0	America/Chicago	38.33532	-91.71072	243	Byrne,Byron		MO	151	36926	
4379478	Cabool	cabool	US	65689	2130	America/Chicago	37.12394	-92.10127	391	Kabul,kabwl,kabwl  mswry,Кабул,كابول,کابول، مسوری		MO	215	09766	
4379482	Caddo	caddo	US	74729	0	America/Chicago	37.34199	-93.04712	402			MO	225	28576	
4379484	Cadet	cadet	US	63630	0	America/Chicago	37.98755	-90.68846	241			MO	221	75040	
4379512	Cairo	cairo	US	12413	290	America/Chicago	39.51198	-92.44046	262	Cairo,Fairview		MO	175	10378	
4379528	Caledonia	caledonia	US	14423	130	America/Chicago	37.76338	-90.77291	279	Kaledonija,Каледония		MO	221	04320	
4379534	Calhoun	calhoun	US	30701	450	America/Chicago	38.46724	-93.62632	242			MO	083	72592	
4379545	California	california	US	15419	4396	America/Chicago	38.62753	-92.56658	272	Boonsborough,California	135	MO	135	76642	
4379566	Callao	callao	US	22435	281	America/Chicago	39.76086	-92.62325	250			MO	121	10504	
4379574	Callaway	callaway	US	20620	0	America/Chicago	38.91532	-91.95074	240	Callaway,Calleaway		MO	027	20854	
4379583	Calumet	calumet	US	15621	0	America/Chicago	39.32699	-91.01208	179			MO	163	10594	
4379627	Cambridge	cambridge	US	02138	0	America/Chicago	39.25781	-92.9488	210			MO	195	10702	
4379634	Camdenton	camdenton	US	65020	3880	America/Chicago	38.00809	-92.74463	318		029	MO	029	38585	
4379641	Camden Point	camden-point	US	64018	526	America/Chicago	39.45278	-94.74163	281			MO	165	29026	
4379644	Cameron	cameron	US	14819	9836	America/Chicago	39.74028	-94.24106	315			MO	049	67592	
4379785	Campbell	campbell	US	14821	1922	America/Chicago	36.49339	-90.07509	96	Kehmpbell,Кэмпбелл		MO	069	74608	
4379830	Campbellton	campbellton	US	32426	0	America/Chicago	38.54005	-91.16071	236	Cambellton,Campbellton,Campbelltown		MO	071	44714	
4379854	Canaan	canaan	US	03741	0	America/Chicago	38.31227	-91.55905	320			MO	073	14356	
4379861	Canalou	canalou	US	63828	314	America/Chicago	36.75505	-89.68703	88	Canalou,Stansfield Switch		MO	143	78478	
4379943	Cantwell	cantwell	US	99729	0	America/Chicago	37.87255	-90.51179	241			MO	187	60608	
4379958	Cape Fair	cape-fair	US	65624	0	America/Chicago	36.73006	-93.51019	324			MO	209	24478	
4379966	Cape Girardeau	cape-girardeau	US	63701	39462	America/Chicago	37.30588	-89.51815	108	CGI,Cap-Girardeau,Cape Girardeau,Decatur - in-part,Kejp DZirardo,Kejp Dzhirardo,Kejp Zhirardo,kab jyrardw,kai pu ji la duo,keipeujilado,kepujirado,kyp jyradw  mswry,kyp zhrardw  myzwry,Кейп Джирардо,Кейп Жирардо,Кејп Џирардо,كاب جيراردو,کیپ جیرادو، مسوری,کیپ ژراردو، میزوری,ケープジラード,开普吉拉多,케이프지라도		MO	031	11260	
4379979	Caplinger Mills	caplinger-mills	US	65607	0	America/Chicago	37.7942	-93.80438	245	Caplinger Mills,Sacville,Williams Mill		MO	039	77272	
4380008	Carbon Hill	carbon-hill	US	35549	0	America/Chicago	38.77918	-93.60771	235			MO	101	49700	
4380027	Cardwell	cardwell	US	59721	687	America/Chicago	36.04701	-90.29288	75			MO	069	09532	
4380043	Carl Junction	carl-junction	US	64834	7729	America/Chicago	37.17672	-94.56551	273			MO	097	74266	
4380130	Carrington	carrington	US	58421	0	America/Chicago	38.8081	-92.05963	268			MO	027	63362	
4380145	Carrollton	carrollton	US	23314	3638	America/Chicago	39.35835	-93.49577	230		033	MO	033	11584	
4380199	Carterville	carterville	US	62918	1852	America/Chicago	37.14923	-94.443	300			MO	097	37610	
4380202	Carthage	carthage	US	13619	14319	America/Chicago	37.17645	-94.31022	306	Kartidz,Karzehjdzh,karthj  myzwry,kartj  myzwry,kasiji,Карзэйдж,Картиџ,كارثج، ميزوري,کارتج، میزوری,카시지	097	MO	097	46064	
4380211	Caruthersville	caruthersville	US	63830	5930	America/Chicago	36.19312	-89.65564	84		155	MO	155	43382	
4380233	Cascade	cascade	US	21719	0	America/Chicago	37.2995	-90.26928	160			MO	223	12304	
4380253	Caseyville	caseyville	US	62232	0	America/Chicago	38.20533	-91.07986	214			MO	071	47396	
4380254	Cash	cash	US	72421	0	America/Chicago	39.85059	-92.63408	273			MO	121	75436	
4380284	Cassville	cassville	US	13318	3306	America/Chicago	36.67701	-93.86881	399		009	MO	009	24436	
4380287	Castle Point	castle-point	US	12511	3962	America/Chicago	38.75811	-90.24817	152			MO	189	64208	
4380293	Castlewood	castlewood	US	24224	0	America/Chicago	38.55005	-90.55373	171			MO	189	47450	
4380302	Castor	castor	US	71016	0	America/Chicago	37.06755	-89.97871	107			MO	017	77956	
4380316	Catawba	catawba	US	24070	0	America/Chicago	39.64085	-93.83355	263			MO	025	23464	
4380318	Catawissa	catawissa	US	17820	0	America/Chicago	38.42478	-90.78263	163			MO	071	10630	
4380340	Cato	cato	US	13033	0	America/Chicago	36.7209	-93.68019	371			MO	009	48674	
4380345	Catron	catron	US	63833	64	America/Chicago	36.61145	-89.70314	86	Catron,Mays Switch		MO	143	15832	
4380355	Caulfield	caulfield	US	65626	0	America/Chicago	36.61451	-92.10488	313			MO	091	04690	
4380370	Cave City	cave-city	US	42127	0	America/Chicago	39.68949	-91.33181	147			MO	127	46658	
4380405	Cave Spring	cave-spring	US	30124	0	America/Chicago	37.35143	-93.46353	327	Cave Spring,Cave Springs		MO	077	11818	
4380448	Cavendish	cavendish	US	05142	0	America/Chicago	39.68946	-93.49021	241			MO	117	23500	
4380465	Cedar Bluff	cedar-bluff	US	24609	0	America/Chicago	38.54116	-90.57151	135			MO	189	47450	
4380467	Cedar Bluff	cedar-bluff	US	24609	0	America/Chicago	37.1195	-92.09238	387			MO	215	09766	
4380496	Cedar City	cedar-city	US	84720	0	America/Chicago	38.59726	-92.17963	168			MO	027	71548	
4380570	Cedar Hill	cedar-hill	US	37032	1721	America/Chicago	38.35339	-90.64124	168	Cedar Hill,Cedarhill		MO	099	47414	
4380638	Cedar Ridge	cedar-ridge	US	95924	0	America/Chicago	37.65171	-92.91296	355			MO	059	80170	
4380645	Cedar Valley	cedar-valley	US	84013	0	America/Chicago	36.767	-90.45317	125			MO	023	59114	
4380661	Cedarcreek	cedarcreek	US	65627	0	America/Chicago	36.57895	-92.99768	306	Cedar Creek,Cedarcreek		MO	213	12286	
4380665	Cedarville	cedarville	US	08311	0	America/Chicago	37.57449	-93.98438	302	Cedarville,Farmers Station		MO	057	12196	
4380676	Cement City	cement-city	US	49233	0	America/Chicago	39.14473	-94.4169	242			MO	095	06490	
4380695	Center	center	US	42214	506	America/Chicago	39.5081	-91.52877	218	Center,Centre,Jefftown		MO	173	12610	
4380698	Cedar Springs	cedar-springs	US	39832	0	America/Chicago	37.87365	-93.89355	274	Balm,Cedar Springs		MO	039	12178	
4380767	Centertown	centertown	US	42328	275	America/Chicago	38.61864	-92.41241	262			MO	051	45974	
4380768	Centerview	centerview	US	64019	270	America/Chicago	38.74418	-93.84522	266	Center View,Centerview,Graham		MO	101	12700	
4380775	Centerville	centerville	US	02632	188	America/Chicago	37.43505	-90.95846	226		179	MO	179	11530	
4380778	Central	central	US	29630	0	America/Chicago	37.46505	-90.34678	325			MO	123	12808	
4380789	Central City	central-city	US	15926	0	America/Chicago	37.08562	-94.58356	301	Cagle,Central City		MO	097	26236	
4380848	Centralia	centralia	US	62801	4194	America/Chicago	39.21032	-92.13795	269			MO	019	12916	
4380859	Chaffee	chaffee	US	14030	2943	America/Chicago	37.18005	-89.65509	104	Chaffee,Leaming		MO	201	38234	
4380894	Chamois	chamois	US	65024	385	America/Chicago	38.67532	-91.76962	164			MO	151	04762	
4380898	Champion	champion	US	15622	0	America/Chicago	36.93144	-92.391	273			MO	067	13114	
4380899	Champion	champion	US	15622	0	America/Chicago	36.78811	-89.58786	97			MO	143	05518	
4380935	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	38.91751	-94.05828	328	Chapel Hill,Chapelhill,Cool Spring		MO	107	68456	
4380950	Chapin	chapin	US	29036	0	America/Chicago	36.69062	-91.77154	271	Chapin,Chapin Station,Chapinville		MO	091	33382	
4380958	Chariton	chariton	US	50049	0	America/Chicago	39.64809	-92.52324	239			MO	121	13240	
4380997	Charleston	charleston	US	04422	5815	America/Chicago	36.92089	-89.35063	98	Charlston,Чарлстон	133	MO	133	74392	
4381007	Charter Oak	charter-oak	US	51439	0	America/Chicago	36.71533	-89.7198	87	Charter Oak,Charteroak		MO	207	21592	
4381027	Cheney	cheney	US	67025	0	America/Chicago	36.907	-92.44155	366			MO	067	45272	
4381052	Cherry Valley	cherry-valley	US	01611	0	America/Chicago	37.95477	-91.26653	313			MO	055	16930	
4381063	Cherryville	cherryville	US	18035	0	America/Chicago	37.85199	-91.27681	311			MO	055	55100	
4381064	Chesapeake	chesapeake	US	23320	49	America/Chicago	37.117	-93.68159	360	Chesapik,Чесапик		MO	109	74104	
4381072	Chesterfield	chesterfield	US	01012	47864	America/Chicago	38.66311	-90.57707	144	Chehsterfild,Chesterfield,Chesterfild,Drews Station,chstrfyld  myzwry,tshystrfyld,Честерфилд,Чэстерфилд,تشيسترفيلد,چسترفیلد، میزوری,چیسٹرفیلڈ، مسوری		MO	189	13605	
4381080	Chestnut Ridge	chestnut-ridge	US	15422	0	America/Chicago	37.79811	-90.33651	307			MO	186	74968	
4381084	Chestnutridge	chestnutridge	US	65630	0	America/Chicago	36.83672	-93.25185	404			MO	043	68816	
4381100	Chicopee	chicopee	US	01013	0	America/Chicago	36.98505	-91.00568	147			MO	035	11620	
4381101	Chilhowee	chilhowee	US	64733	329	America/Chicago	38.5889	-93.85438	281	Chilhowee,Simpsons Store		MO	101	13672	
4381104	Chillicothe	chillicothe	US	45601	9487	America/Chicago	39.79529	-93.55244	243	Chillcothe,Chillicothe	117	MO	117	13708	
4381107	Chilton	chilton	US	53014	0	America/Chicago	36.93311	-90.92151	133			MO	035	38162	
4381123	China	china	US	77613	0	America/Chicago	36.61201	-91.89959	319			MO	091	68780	
4381139	Chloride	chloride	US	86431	0	America/Chicago	37.46061	-90.68706	243	Chloride,Jordan		MO	093	42158	
4381143	Chloe	chloe	US	25235	0	America/Chicago	38.18419	-93.73327	263			MO	185	10108	
4381201	Christopher	christopher	US	62822	0	America/Chicago	36.79868	-94.28966	399			MO	145	04744	
4381213	Chula	chula	US	31733	203	America/Chicago	39.92168	-93.47438	227			MO	117	17146	
4381276	Cincinnati	cincinnati	US	45201	0	America/Chicago	39.56338	-91.59432	161			MO	173	65378	
4381338	Clara	clara	US	39324	0	America/Chicago	37.29977	-92.02127	386			MO	215	57890	
4381344	Clarence	clarence	US	14031	781	America/Chicago	39.74198	-92.25852	250			MO	205	14518	
4381363	Clark	clark	US	07066	296	America/Chicago	39.28115	-92.34268	263	Clark,Clarks Switch,Perche		MO	175	59654	
4381415	Clarksburg	clarksburg	US	15725	334	America/Chicago	38.65919	-92.66352	276			MO	135	49862	
4381417	Clarksdale	clarksdale	US	38614	268	America/Chicago	39.81361	-94.55051	286			MO	063	77380	
4381419	Clarkson	clarkson	US	14430	0	America/Chicago	37.04895	-94.00493	363	Big Spring,Clarkson		MO	109	50582	
4381424	Clarksville	clarksville	US	12041	431	America/Chicago	39.3706	-90.90513	142	Appletown,Clarksville		MO	163	10594	
4381426	Clarkton	clarkton	US	28433	1231	America/Chicago	36.45173	-89.96704	86	Beech,Clarkton		MO	069	25804	
4381430	Claryville	claryville	US	12725	0	America/Chicago	37.89227	-89.829	114	Claryville,West Chester Station		MO	157	06886	
4381476	Claysville	claysville	US	15323	0	America/Chicago	39.39445	-94.21411	323			MO	047	77308	
4381478	Clayton	clayton	US	08312	15884	America/Chicago	38.64255	-90.32373	173	Clayton (Missouri),Klehjton,Klejton,klaytwn,klytwn  myzwry,Клејтон,Клэйтон,كلايتون,کلیتون، میزوری,کلیٹن، مسوری	189	MO	189	29818	
4381482	Claysville	claysville	US	15323	0	America/Chicago	38.66142	-92.25935	170			MO	019	12142	
4381547	Clearwater	clearwater	US	29822	0	America/Chicago	37.76561	-90.13845	172			MO	186	65396	
4381572	Cleveland	cleveland	US	13042	663	America/Chicago	38.67918	-94.59357	299	Cleveland,Klivlend,Maxwell,Кливленд		MO	037	74536	
4381585	Clever	clever	US	65631	2517	America/Chicago	37.03033	-93.47297	426			MO	043	42644	
4381604	Cliff	cliff	US	88028	0	America/Chicago	37.16866	-89.78843	103	Cliff,Whitewater Cliff		MO	031	78280	
4381608	Clifton	clifton	US	07011	0	America/Chicago	36.55673	-91.53014	195			MO	149	72844	
4381615	Clifton Hill	clifton-hill	US	65244	113	America/Chicago	39.43809	-92.6663	218	Clifton,Clifton Hill		MO	175	14824	
4381620	Clifton Heights	clifton-heights	US	19018	0	America/Chicago	38.60922	-90.28623	175			MO	510		
4381632	Climax Springs	climax-springs	US	65324	124	America/Chicago	38.1042	-93.05019	296	Climax,Climax Springs		MO	029	00190	
4381643	Clinton	clinton	US	01510	8899	America/Chicago	38.36863	-93.77827	245	Klinton,klyntwn,Клинтон,كلينتون,کلنٹن، مسوری	083	MO	083	15004	
4381644	Clinton	clinton	US	01510	0	America/Chicago	37.81365	-91.5596	357			MO	161	47432	
4381687	Cloverdale	cloverdale	US	24077	0	America/Chicago	37.63476	-93.02657	303			MO	059	52886	
4381701	Clubb	clubb	US	63934	0	America/Chicago	37.2145	-90.34567	168			MO	223	16966	
4381730	Coal Hill	coal-hill	US	72832	0	America/Chicago	37.87837	-93.93355	285			MO	039	07696	
4381751	Cobb	cobb	US	31735	0	America/Chicago	36.91755	-90.21344	104	Cobb,Cobbs,Cobbs Station		MO	207	20260	
4381776	Cobb	cobb	US	31735	0	America/Chicago	37.89448	-93.75465	237	Cobb,Howards Mill,Ritchie Mill		MO	185	63092	
4381784	Cody	cody	US	69211	0	America/Chicago	37.11866	-93.11935	436			MO	077	77452	
4381838	Coldwater	coldwater	US	38618	0	America/Chicago	37.30338	-90.40984	149			MO	223	12304	
4381845	Coldspring	coldspring	US	77331	0	America/Chicago	36.97172	-92.43044	308	Cold Spring,Coldspring		MO	067	45272	
4381856	Cole Camp	cole-camp	US	65325	1105	America/Chicago	38.46002	-93.2027	321			MO	015	79936	
4381887	Coleman	coleman	US	33521	0	America/Chicago	38.7514	-94.39467	310			MO	037	56774	
4381914	Coleville	coleville	US	96107	0	America/Chicago	38.41557	-94.30217	248			MO	013	18766	
4381952	Collins	collins	US	14034	155	America/Chicago	37.89115	-93.62298	260			MO	185	15580	
4381975	Coloma	coloma	US	49038	0	America/Chicago	39.53141	-93.52327	252	Coloma,Oloma		MO	033	70882	
4381982	Columbia	columbia	US	06237	119108	America/Chicago	38.95171	-92.33407	215	COU,Columbia,Kolambija,Kolumbia,Kolumbija,ge lun bi ya,keolleombia,klmbya  myzwry,koronbia,kwlmbya  mswry,kwlwmbya,Коламбија,Коламбія,Колумбиа,Колумбия,كولومبيا,کلمبیا، میزوری,کولمبیا، مسوری,コロンビア,哥倫比亞,컬럼비아	019	MO	019	15688	
4382003	Columbus	columbus	US	08022	0	America/Chicago	38.85862	-93.89078	256			MO	101	15724	
4382030	Commerce	commerce	US	30529	67	America/Chicago	37.15894	-89.44286	101			MO	201	15778	
4382049	Como	como	US	27818	0	America/Chicago	36.62006	-89.75536	87			MO	143	15832	
4382070	Concord	concord	US	01742	0	America/Chicago	39.0331	-91.96768	277			MO	027	41996	
4382071	Concord	concord	US	01742	0	America/Chicago	36.2934	-89.70091	84			MO	155	16012	
4382072	Concord	concord	US	01742	16421	America/Chicago	38.5245	-90.35734	190			MO	189	16048	
4382119	Concordia	concordia	US	64020	2390	America/Chicago	38.98335	-93.56855	241			MO	107	25858	
4382136	Conklin	conklin	US	13748	0	America/Chicago	37.38532	-93.01907	429			MO	225	28576	
4382169	Conway	conway	US	01341	777	America/Chicago	37.50199	-92.82101	429	Konvej,Конвей		MO	105	74734	
4382175	Converse	converse	US	29329	0	America/Chicago	39.49889	-94.27633	330			MO	049	35702	
4382219	Cookville	cookville	US	75558	0	America/Chicago	37.64893	-92.20989	308			MO	169	63254	
4382329	Cooter	cooter	US	63839	442	America/Chicago	36.04674	-89.81008	80	Cooter,Coutre		MO	155	16354	
4382339	Copeland	copeland	US	34137	0	America/Chicago	38.19225	-93.90355	239			MO	185	49142	
4382384	Corder	corder	US	64021	397	America/Chicago	39.09835	-93.64077	264			MO	107	19936	
4382433	Cornelia	cornelia	US	30531	0	America/Chicago	38.64363	-93.73938	271	Cornelia,Shanghai		MO	101	59312	
4382437	Cornland	cornland	US	62519	0	America/Chicago	38.1778	-94.38384	231			MO	013	51950	
4382440	Cornwall	cornwall	US	06753	0	America/Chicago	37.51228	-90.20289	229			MO	123	11962	
4382444	Corona	corona	US	11368	0	America/Chicago	36.55117	-91.4118	283			MO	149	36692	
4382450	Corry	corry	US	16407	0	America/Chicago	37.48754	-93.72521	317			MO	057	68996	
4382452	Corsicana	corsicana	US	75109	0	America/Chicago	36.79895	-93.99493	394	Corsicana,Gadfly		MO	009	16534	
4382459	Cosby	cosby	US	37722	125	America/Chicago	39.86416	-94.67829	286			MO	003	49286	
4382491	Cottleville	cottleville	US	63338	4723	America/Chicago	38.74616	-90.65401	151	Cotterville,Cottleville		MO	183	18244	
4382511	Cotton Plant	cotton-plant	US	72036	0	America/Chicago	36.09007	-90.0912	77			MO	069	14338	
4382544	Couch	couch	US	65690	0	America/Chicago	36.60617	-91.38319	207			MO	149	16768	
4382551	Coulter	coulter	US	50431	0	America/Chicago	36.88589	-89.25257	96			MO	133	54128	
4382559	Country Club Hills	country-club-hills	US	60478	1272	America/Chicago	38.72088	-90.27484	165			MO	189	52814	
4382606	Cove	cove	US	71937	0	America/Chicago	36.58063	-94.10271	360			MO	119	12574	
4382616	Covington	covington	US	16917	0	America/Chicago	36.10729	-89.87786	78			MO	155	76372	
4382649	Cowan	cowan	US	37318	0	America/Chicago	37.07811	-93.17296	420			MO	043	42968	
4382686	Coy	coy	US	36435	0	America/Chicago	36.66118	-94.53216	288			MO	119	45240	
4382741	Crane	crane	US	47522	1352	America/Chicago	36.90534	-93.57158	350			MO	209	57458	
4382789	Cream Ridge	cream-ridge	US	08514	0	America/Chicago	39.7853	-93.46271	227			MO	117	13708	
4382805	Creighton	creighton	US	15030	344	America/Chicago	38.49474	-94.07328	240			MO	037	67394	
4382814	Crescent	crescent	US	15046	0	America/Chicago	38.52116	-90.60624	156	Crescent,Diecke		MO	189	47450	
4382833	Crestwood	crestwood	US	40014	11966	America/Chicago	38.557	-90.38178	189	Krehstvud,Krestvud,krystwwd,Крествуд,Крэствуд,كريستوود,کرست‌وود، میزوری,کریسٹووڈ، مسوری		MO	189	28792	
4382837	Creve Coeur	creve-coeur	US	61610	18276	America/Chicago	38.66089	-90.42262	184	Kriv Koeur,Kriv Kour,krw kwr  myzwry,kryf kwyr,kryw kwyr  mswry,Крив Коеур,Крив Коур,كريف كوير,کرو کور، میزوری,کریو کویر، مسوری		MO	189	17290	
4382874	Crocker	crocker	US	65452	1071	America/Chicago	37.94893	-92.26378	344	Krokehr,Kroker,krwkr  myzwry,Крокер,Крокэр,كروكر، ميزوري		MO	169	72448	
4382881	Crook	crook	US	80726	0	America/Chicago	38.5506	-91.77767	248			MO	151	17128	
4382948	Cross Timbers	cross-timbers	US	65634	210	America/Chicago	38.02475	-93.22686	315			MO	085	17542	
4382952	Crossroads	crossroads	US	88114	0	America/Chicago	38.07477	-91.24403	283			MO	055	42086	
4383001	Crowder	crowder	US	38622	0	America/Chicago	36.96255	-89.68342	94			MO	201	63047	
4383012	Crown	crown	US	16220	0	America/Chicago	37.26449	-92.95129	399			MO	225	78888	
4383031	Crump	crump	US	38327	0	America/Chicago	37.27866	-89.82926	121	Crossroads,Crump		MO	031	42014	
4383041	Crystal City	crystal-city	US	63019	4847	America/Chicago	38.22117	-90.37901	135	Crystal City,New Detroit,Plattins Landing		MO	099	62179	
4383070	Cuba	cuba	US	14727	3374	America/Chicago	38.06282	-91.40348	305	Amanda,Cuba		MO	055	04618	
4383109	Cunningham	cunningham	US	37052	0	America/Chicago	39.64169	-93.24021	208			MO	041	17776	
4383110	Cunningham	cunningham	US	37052	0	America/Chicago	36.19701	-89.70036	81			MO	155	43382	
4383144	Curryville	curryville	US	16631	226	America/Chicago	39.3456	-91.34487	249			MO	163	69392	
4383157	Custer	custer	US	40115	0	America/Chicago	37.53643	-91.51959	379			MO	065	25570	
4383167	Cyclone	cyclone	US	16726	0	America/Chicago	36.61841	-94.25632	281			MO	119	57843	
4383189	Cyrus	cyrus	US	56323	0	America/Chicago	36.6595	-90.05565	104			MO	207	42356	
4383202	Dadeville	dadeville	US	36853	227	America/Chicago	37.48032	-93.67382	331	Dadeville,Melville		MO	057	68996	
4383714	Delmar	delmar	US	12054	0	America/Chicago	38.35669	-93.94216	253	Deimar,Delmar		MO	083	18388	
4383219	Daisy	daisy	US	30423	0	America/Chicago	37.52366	-89.79316	183			MO	031	01450	
4383226	Dale	dale	US	14039	0	America/Chicago	36.74117	-93.78436	412			MO	009	44912	
4383227	Dale	dale	US	14039	0	America/Chicago	36.88005	-90.2426	104			MO	207	20260	
4383236	Dallas	dallas	US	18612	0	America/Chicago	38.93973	-94.60301	254			MO	095	38054	
4383244	Dalton	dalton	US	01226	17	America/Chicago	39.39753	-92.98992	217	Dalton,Далтон		MO	041	07624	
4383260	Dameron	dameron	US	20628	0	America/Chicago	39.2181	-90.8004	136			MO	113	34030	
4383261	Damon	damon	US	77430	0	America/Chicago	37.177	-90.61067	210			MO	223	43616	
4383270	Danby	danby	US	05739	0	America/Chicago	38.10922	-90.30762	169			MO	099	58232	
4383291	Danville	danville	US	03819	34	America/Chicago	38.9106	-91.53489	248			MO	139	18208	
4383309	Darien	darien	US	06820	0	America/Chicago	37.52004	-91.59237	410			MO	065	25570	
4383344	Davenport	davenport	US	13750	0	America/Chicago	37.45004	-94.06935	309			MO	057	45992	
4383369	Davis	davis	US	26260	0	America/Chicago	39.0581	-91.01959	145			MO	113	48458	
4383370	Davis	davis	US	26260	0	America/Chicago	37.82172	-90.59124	306	Davis,Davis Crossing		MO	187	60608	
4383458	Davisville	davisville	US	26142	0	America/Chicago	37.80782	-91.18514	256	Boyd,Davisville,Pucky-Huddle		MO	055	55100	
4383462	Dawn	dawn	US	64638	128	America/Chicago	39.66835	-93.63549	222			MO	117	06580	
4383464	Dawson	dawson	US	15428	0	America/Chicago	37.25699	-92.30794	436			MO	229	75634	
4383481	Day	day	US	32013	0	America/Chicago	36.81311	-93.24379	383	Day,Whackerdam		MO	213	36584	
4383489	Dayton	dayton	US	08810	0	America/Chicago	38.48529	-94.19383	278			MO	037	18604	
4383499	De Kalb	de-kalb	US	39328	219	America/Chicago	39.58694	-94.92524	349	Bloomington,De Kalb,Dekalb		MO	021	06418	
4383510	De Witt	de-witt	US	52742	121	America/Chicago	39.38447	-93.22104	226	De Witt,Dewitt		MO	033	19360	
4383513	De Soto	de-soto	US	31743	6495	America/Chicago	38.1395	-90.55513	160	De Soto,Deh Soto,Desoto,dy swtw,Де Сото,Дэ Сото,دي سوتو		MO	099	75400	
4383553	Dearborn	dearborn	US	48120	506	America/Chicago	39.52194	-94.76996	278			MO	165	29026	
4383564	Decatur	decatur	US	30030	0	America/Chicago	37.29477	-89.52231	109			MO	031	11260	
4383565	Decatur	decatur	US	30030	0	America/Chicago	38.45253	-92.41991	201			MO	051	49844	
4383566	Decaturville	decaturville	US	38329	0	America/Chicago	37.90754	-92.6999	323			MO	029	77038	
4383593	Deepwater	deepwater	US	08023	415	America/Chicago	38.26058	-93.77299	226			MO	083	23482	
4383600	Deer	deer	US	72628	0	America/Chicago	38.62199	-91.79684	203			MO	151	04762	
4383641	Deer Park	deer-park	US	11729	0	America/Chicago	38.86143	-92.25018	262	Deer Park,Deerpark		MO	019	73129	
4383653	Deerfield	deerfield	US	01342	80	America/Chicago	37.83865	-94.50607	238			MO	217	18820	
4383658	Deering	deering	US	58731	0	America/Chicago	36.1909	-89.88287	79			MO	155	07858	
4383671	Defiance	defiance	US	16633	155	America/Chicago	38.63227	-90.77846	146			MO	183	07232	
4383692	Delaware	delaware	US	07833	0	America/Chicago	37.10338	-91.40819	222			MO	203	19000	
4383702	Delhi	delhi	US	13753	0	America/Chicago	38.12838	-91.34765	289			MO	055	53696	
4383705	Dell	dell	US	59724	0	America/Chicago	38.17197	-93.30881	294	Dell,Dell Delight		MO	015	26074	
4383713	Dellwood	dellwood	US	53927	5011	America/Chicago	38.7495	-90.28567	164			MO	189	24004	
4383715	Delmar	delmar	US	12054	0	America/Chicago	37.78254	-92.55017	344			MO	105	46937	
4383719	Delta	delta	US	17314	440	America/Chicago	37.19672	-89.7362	104			MO	031	78280	
4383750	Dent	dent	US	56528	0	America/Chicago	37.55338	-91.97377	372			MO	215	07246	
4383758	Denton	denton	US	21629	0	America/Chicago	38.61335	-93.92911	264			MO	101	13672	
4383759	Denton	denton	US	21629	0	America/Chicago	36.08979	-89.89148	79			MO	155	76372	
4383763	Depew	depew	US	14043	0	America/Chicago	37.02255	-92.86295	483			MO	067	69374	
4383771	Derby	derby	US	05829	0	America/Chicago	37.82505	-90.53874	236			MO	187	60608	
4383773	Dermott	dermott	US	71638	0	America/Chicago	37.38338	-92.9374	388			MO	225	77758	
4383775	Des Arc	des-arc	US	63636	166	America/Chicago	37.28255	-90.63734	165			MO	093	74698	
4383830	Devils Elbow	devils-elbow	US	65457	0	America/Chicago	37.84587	-92.06377	228			MO	169	17740	
4383857	Dexter	dexter	US	04930	7992	America/Chicago	36.79589	-89.95787	113			MO	207	42356	
4383865	Diamond	diamond	US	44412	925	America/Chicago	36.99534	-94.31605	353			MO	145	46118	
4383887	Dickens	dickens	US	51333	0	America/Chicago	36.72756	-93.0474	315	Dickens,Taney City		MO	213	71818	
4383930	Diggins	diggins	US	65636	308	America/Chicago	37.17255	-92.85434	504			MO	225	19506	
4383936	Dillard	dillard	US	30537	0	America/Chicago	37.73671	-91.2043	272			MO	055	55100	
4383952	Dillon	dillon	US	29536	0	America/Chicago	37.97199	-91.69793	335	Dillon,Wishons Store		MO	161	19558	
4384125	Dittmer	dittmer	US	63023	0	America/Chicago	38.33561	-90.68818	204			MO	099	47414	
4384131	Dixie	dixie	US	25059	0	America/Chicago	38.71893	-92.00935	250			MO	027	10414	
4384134	Dixon	dixon	US	42409	1499	America/Chicago	37.99171	-92.09378	356			MO	169	74878	
4384181	Dodge City	dodge-city	US	67801	0	America/Chicago	39.79421	-91.51682	188			MO	127	42230	
4384186	Dodson	dodson	US	59524	0	America/Chicago	38.97501	-94.55301	243			MO	095	08686	
4384199	Doe Run	doe-run	US	63637	915	America/Chicago	37.74283	-90.49762	282			MO	187	56864	
4384260	Dongola	dongola	US	62926	0	America/Chicago	37.16811	-89.95982	118			MO	017	41960	
4384264	Doniphan	doniphan	US	63935	1991	America/Chicago	36.62089	-90.82346	122	Doniphan,Galigini	181	MO	181	19810	
4384300	Dorena	dorena	US	97434	0	America/Chicago	36.61617	-89.23729	91			MO	133	36278	
4384321	Dora	dora	US	35062	0	America/Chicago	36.777	-92.21738	317			MO	153	61544	
4384329	Doss	doss	US	78618	0	America/Chicago	37.57616	-91.48487	376			MO	065	25570	
4384353	Douglas	douglas	US	01516	0	America/Chicago	36.02535	-89.84203	78			MO	155	16354	
4384381	Dover	dover	US	02030	101	America/Chicago	39.19335	-93.68772	250	Dover,Довер		MO	107	19936	
4384421	Doyle	doyle	US	38559	0	America/Chicago	36.59978	-90.90985	140			MO	181	67570	
4384432	Drake	drake	US	42128	0	America/Chicago	38.46838	-91.4646	262			MO	073	06814	
4384451	Dresden	dresden	US	04342	0	America/Chicago	38.75113	-93.33493	252	Dresden,Dresdon		MO	159	20098	
4384465	Drew	drew	US	38737	0	America/Chicago	37.5481	-92.46822	338			MO	105	25660	
4384480	Drexel	drexel	US	28619	956	America/Chicago	38.47946	-94.60857	305	Drexel,Stuart City		MO	037	15382	
4384495	Drury	drury	US	01343	0	America/Chicago	36.93006	-92.32266	368			MO	067	13114	
4384686	Dudley	dudley	US	01571	232	America/Chicago	36.78866	-90.09315	108			MO	207	20260	
4384695	Duenweg	duenweg	US	64841	1306	America/Chicago	37.08367	-94.41356	329			MO	097	37610	
4384717	Duke	duke	US	65461	0	America/Chicago	37.66032	-92.01072	341			MO	161	69716	
4384741	Duncan	duncan	US	29334	0	America/Chicago	37.28172	-92.69184	442			MO	229	07264	
4384768	Dundee	dundee	US	14837	0	America/Chicago	38.59338	-91.12459	151	Dundee,New Port,Newport		MO	071	06796	
4384786	Dunn	dunn	US	28334	0	America/Chicago	36.40951	-89.9337	81			MO	143	01234	
4384787	Dunn	dunn	US	28334	0	America/Chicago	37.14116	-92.19044	458	Dunn,Impo		MO	215	15022	
4384809	Duquesne	duquesne	US	15110	1736	America/Chicago	37.07673	-94.45939	327			MO	097	37610	
4384812	Dunnegan	dunnegan	US	65640	0	America/Chicago	37.70809	-93.57687	285	Dunnegan,Dunnegan Springs		MO	167	10900	
4384818	Durbin	durbin	US	26264	0	America/Chicago	37.37588	-92.50156	411			MO	229	21628	
4384821	Durham	durham	US	03824	0	America/Chicago	39.97616	-91.66794	197	Cannonsville,Darem,Durham,Nunnsville,Дарем		MO	111	32014	
4384841	Dutchtown	dutchtown	US	63745	96	America/Chicago	37.25283	-89.65981	107	Dutchtown,Hendrickson		MO	031	33454	
4384847	Dutzow	dutzow	US	63342	0	America/Chicago	38.60561	-90.99459	151			MO	219	13402	
4384893	Eagle Rock	eagle-rock	US	24085	199	America/Chicago	36.54812	-93.75436	279			MO	009	62318	
4384908	Earl	earl	US	28038	0	America/Chicago	38.93115	-92.06129	272			MO	027	07516	
4384921	Earth City	earth-city	US	63045	0	America/Chicago	38.76894	-90.46817	134			MO	189	53360	
4384922	Easley	easley	US	29640	0	America/Chicago	38.8017	-92.37602	181	Easley,Rutland		MO	019	73129	
4385037	East Lynne	east-lynne	US	64743	304	America/Chicago	38.66834	-94.22939	261			MO	037	10936	
4385054	East Prairie	east-prairie	US	63845	3155	America/Chicago	36.77978	-89.38563	93			MO	133	64406	
4385113	Eastville	eastville	US	23347	0	America/Chicago	38.95254	-92.03213	269			MO	027	44876	
4385114	Eastwood	eastwood	US	40018	0	America/Chicago	36.89089	-91.03291	279			MO	035	38162	
4385115	Eastwood	eastwood	US	40018	0	America/Chicago	39.03473	-94.50745	282			MO	095	06490	
4385127	Easton	easton	US	02334	238	America/Chicago	39.72222	-94.64163	281	Iston,Истон		MO	021	45938	
4385183	Eccles	eccles	US	25836	0	America/Chicago	39.48919	-92.8688	198			MO	041	38504	
4385185	Echo	echo	US	56237	0	America/Chicago	39.59808	-92.84853	234			MO	041	15238	
4385193	Economy	economy	US	47339	0	America/Chicago	39.8892	-92.42074	269	Economy,Vienna		MO	121	44642	
4385215	Edgar Springs	edgar-springs	US	65462	203	America/Chicago	37.70449	-91.86655	368	Edgar Prairie,Edgar Springs		MO	161	69716	
4385221	Edgerton	edgerton	US	43517	575	America/Chicago	39.505	-94.63329	253			MO	165	59924	
4385224	Edgewood	edgewood	US	21040	0	America/Chicago	39.27171	-91.07486	256			MO	163	17704	
4385250	Edwards	edwards	US	13635	0	America/Chicago	38.1367	-93.16964	241			MO	015	74500	
4385254	Edmonson	edmonson	US	79032	0	America/Chicago	38.30947	-93.22409	236			MO	015	15418	
4385317	El Dorado Springs	el-dorado-springs	US	64744	3564	America/Chicago	37.87698	-94.02133	259	El Dorado Springs,Eldorado Springs		MO	039	07696	
4385339	Eldon	eldon	US	52554	4632	America/Chicago	38.34836	-92.58158	282	Eldon,Elmira		MO	131	65342	
4385350	Eldridge	eldridge	US	35554	0	America/Chicago	37.82976	-92.74907	363			MO	105	21556	
4385359	Elgin	elgin	US	16413	0	America/Chicago	39.9356	-91.99684	225			MO	205	05122	
4385382	Elk Creek	elk-creek	US	24326	0	America/Chicago	37.18894	-91.9971	344			MO	215	11854	
4385417	Elkhorn	elkhorn	US	24831	0	America/Chicago	39.30917	-94.11272	312	Crab Orchard,Elkhorn		MO	177	24310	
4385431	Elkland	elkland	US	16920	0	America/Chicago	37.4431	-93.03101	406			MO	225	36188	
4385434	Elkton	elkton	US	21921	0	America/Chicago	37.85253	-93.42603	339			MO	085	74320	
4385436	Ellendale	ellendale	US	19941	0	America/Chicago	38.61311	-90.31234	146			MO	510		
4385440	Ellington	ellington	US	06029	960	America/Chicago	37.24171	-90.96874	202			MO	179	43598	
4385458	Elliott	elliott	US	29046	0	America/Chicago	37.04283	-93.7477	371			MO	109	50690	
4385466	Ellis	ellis	US	67637	0	America/Chicago	37.82476	-94.44856	254	Ellis,Prewitt		MO	217	18820	
4385494	Ellisville	ellisville	US	39437	9284	America/Chicago	38.59255	-90.58707	221			MO	189	79801	
4385495	Ellsinore	ellsinore	US	63937	449	America/Chicago	36.93422	-90.74679	227	Ellsinore,Elsinore		MO	035	37376	
4385496	Ellsworth	ellsworth	US	04605	0	America/Chicago	37.4531	-92.01155	370			MO	215	44660	
4385498	Elm	elm	US	17521	0	America/Chicago	38.85334	-94.04244	273			MO	101	35846	
4385573	Elmer	elmer	US	08318	79	America/Chicago	39.95698	-92.65047	224	Elmer,Mercyville		MO	121	76822	
4385578	Elmira	elmira	US	14901	49	America/Chicago	39.50723	-94.15466	291	Ehl'mira,Эльмира		MO	177	58844	
4385583	Elmont	elmont	US	11003	0	America/Chicago	38.2356	-91.24265	296	Elmo,Elmont		MO	071	07192	
4385589	Elmwood	elmwood	US	02337	0	America/Chicago	39.43282	-91.06847	148	Elmwood,Stock Yards		MO	163	09604	
4385590	Elmwood	elmwood	US	02337	0	America/Chicago	39.06863	-93.43299	241	Elm Wood,Elmwood		MO	195	22096	
4385603	Elsberry	elsberry	US	63343	1986	America/Chicago	39.16672	-90.78096	136	Elsberry,Nelson,Nelsons Store		MO	113	34030	
4385617	Elwood	elwood	US	08217	0	America/Chicago	37.2281	-93.4313	385	Campbells Station,Ellwood,Elwood		MO	077		
4385618	Ely	ely	US	52227	0	America/Chicago	39.69171	-91.63321	224	Ely,Ely Station		MO	127	77074	
4385631	Emden	emden	US	62635	0	America/Chicago	39.79643	-91.86294	226	Dennisons Corner,Emden		MO	205	53264	
4385639	Emerson	emerson	US	07630	0	America/Chicago	39.88949	-91.69766	202	Emerson,Houston		MO	127	63344	
4385654	Eminence	eminence	US	40019	587	America/Chicago	37.1506	-91.35764	205		203	MO	203	22294	
4385660	Emma	emma	US	62834	238	America/Chicago	38.97168	-93.49466	232			MO	195	65522	
4385692	Empire	empire	US	35063	0	America/Chicago	36.76339	-90.31566	99			MO	023	59114	
4385696	Englewood	englewood	US	07631	0	America/Chicago	38.8217	-92.18435	267			MO	019	73129	
4385697	Englewood	englewood	US	07631	0	America/Chicago	39.08695	-94.45606	259			MO	095	06490	
4385720	Enon	enon	US	45323	0	America/Chicago	38.45697	-92.48963	212			MO	135	09910	
4385721	Enon	enon	US	45323	0	America/Chicago	38.86311	-90.83124	140	Enon,Hoeberville		MO	183	78448	
4385732	Enterprise	enterprise	US	26568	0	America/Chicago	39.64893	-92.26018	247			MO	205	36985	
4385745	Eolia	eolia	US	40826	512	America/Chicago	39.23588	-91.00819	252			MO	163	59780	
4385757	Epworth	epworth	US	30541	0	America/Chicago	39.89421	-92.09434	238			MO	205	05122	
4385764	Erie	erie	US	16501	0	America/Chicago	36.72785	-94.36327	307			MO	119	22554	
4385785	Essex	essex	US	01929	460	America/Chicago	36.81255	-89.86148	91	Ehsseks,Эссекс		MO	207	61616	
4385801	Ethel	ethel	US	25076	61	America/Chicago	39.89475	-92.73797	253	Ethel,Ratliff		MO	121	76822	
4385808	Eton	eton	US	30724	0	America/Chicago	39.17084	-94.34745	224	Eaton,Eaton Station,Eton,Eton Towers		MO	095	06490	
4385815	Eudora	eudora	US	65645	0	America/Chicago	37.48254	-93.5377	338	Eudora,Sharon		MO	167	36008	
4385819	Eugene	eugene	US	65032	156	America/Chicago	38.35281	-92.40379	255			MO	051	14032	
4385834	Eureka	eureka	US	48833	0	America/Chicago	37.67894	-89.73705	195			MO	157	74842	
4385835	Eureka	eureka	US	48833	10602	America/Chicago	38.50255	-90.6279	139	Ehureka,Ehvrika,Jurika,ywryka,ywryka  myzwry,Јурика,Эврика,Эурека,يوريكا,یوریکا، میزوری		MO	189	47450	
4385871	Evans	evans	US	25241	0	America/Chicago	36.89589	-92.44072	351			MO	067	45272	
4385875	Estill	estill	US	29918	0	America/Chicago	39.04836	-92.74435	203			MO	089	25642	
4385888	Evanston	evanston	US	47531	0	America/Chicago	39.19695	-94.5394	273			MO	047	26290	
4385890	Evansville	evansville	US	47701	0	America/Chicago	39.69611	-94.72052	269			MO	021	00316	
4385891	Evansville	evansville	US	47701	0	America/Chicago	39.44976	-92.3024	233			MO	137	74806	
4385894	Evening Shade	evening-shade	US	72532	0	America/Chicago	37.5756	-92.14155	410			MO	215	63290	
4385909	Everett	everett	US	02149	0	America/Chicago	38.50446	-94.42717	265			MO	037	22942	
4385917	Evergreen	evergreen	US	23939	28	America/Chicago	37.5431	-92.59684	361	Evergreen,Twin Bridges		MO	105	77542	
4385937	Everton	everton	US	65646	303	America/Chicago	37.34255	-93.70243	332			MO	057	62732	
4385948	Excello	excello	US	65247	49	America/Chicago	39.63614	-92.47546	264	Emerson,Excello		MO	121	51176	
4385949	Excelsior	excelsior	US	55331	0	America/Chicago	38.47753	-92.72214	273			MO	141	49880	
4385966	Excelsior Springs	excelsior-springs	US	64024	11486	America/Chicago	39.33917	-94.22606	239	Ehkselsior Springs,Excelsior Springs,Golf Hill,Ikselsir Springs,akslsywr aspryngz  myzwry,ghkslsywr sbrnghz,Икселсир Спрингс,Экселсиор Спрингс,اکسلسیور اسپرینگز، میزوری,غكسلسيور سبرنغز		MO	047	24292	
4385974	Exeter	exeter	US	02822	775	America/Chicago	36.67229	-93.94104	474			MO	009	23140	
4386003	Fagus	fagus	US	63938	0	America/Chicago	36.51145	-90.26705	94	Fagus,Slapout		MO	023	27046	
4386009	Fair Grove	fair-grove	US	65648	1459	America/Chicago	37.38393	-93.1513	369	Fair Grove,Fairgrove		MO	077		
4386012	Fair Haven	fair-haven	US	05743	0	America/Chicago	37.97642	-94.17328	250	Connelys Springs,Fair Haven,Fair Haven Springs,Fairhaven		MO	217	02872	
4386018	Fair Play	fair-play	US	29643	466	America/Chicago	37.63004	-93.57326	299	Fair Play,Fairplay,Oakland		MO	167	20995	
4386034	Fairdealing	fairdealing	US	63939	676	America/Chicago	36.66283	-90.61678	140			MO	181	77668	
4386050	Fairmount	fairmount	US	30139	0	America/Chicago	39.11056	-94.46301	254			MO	095	06490	
4386065	Fairport	fairport	US	14450	0	America/Chicago	39.98778	-94.34606	311			MO	063	28468	
4386067	Fairview	fairview	US	07022	0	America/Chicago	39.0356	-91.18348	202			MO	113	52544	
4386068	Fairview	fairview	US	07022	381	America/Chicago	36.81757	-94.08827	397			MO	145	25696	
4386069	Fairview	fairview	US	07022	0	America/Chicago	36.63784	-92.85878	418			MO	213	03808	
4386070	Fairview	fairview	US	07022	0	America/Chicago	37.29838	-92.16377	450			MO	215	50042	
4386214	Faith	faith	US	28041	0	America/Chicago	38.05448	-92.39768	272			MO	131	61778	
4386226	Falcon	falcon	US	28342	0	America/Chicago	37.60504	-92.37878	353			MO	105	26596	
4386268	Farber	farber	US	63345	318	America/Chicago	39.27254	-91.5746	233			MO	007	17686	
4386274	Farley	farley	US	52046	284	America/Chicago	39.28222	-94.83135	236			MO	165	41240	
4386275	Farmer	farmer	US	43520	0	America/Chicago	39.25726	-91.30932	221	Farmer,Farmersville		MO	163	35090	
4386288	Farmersville	farmersville	US	45325	0	America/Chicago	39.96085	-93.54188	228			MO	117	17146	
4386289	Farmington	farmington	US	03835	18181	America/Chicago	37.78088	-90.42179	278	FAM,Farmington,Murphys Settlement,farmnghtwn,farmyngtwn  myzwry,Фармингтон,فارمنغتون,فارمنگٹن، مسوری,فارمینگتون، میزوری	187	MO	187	64316	
4386300	Farrar	farrar	US	63746	0	America/Chicago	37.70227	-89.68871	145			MO	157	65288	
4386317	Faucett	faucett	US	64448	0	America/Chicago	39.6	-94.79746	295			MO	021	17110	
4386328	Fay	fay	US	73646	0	America/Chicago	36.55534	-92.34349	201			MO	153	42446	
4386332	Fayette	fayette	US	13065	2702	America/Chicago	39.14587	-92.68379	214	Fajehtt,Fejet,faietto,fayt,Файэтт,Фејет,فايت,ファイエット	089	MO	089	61652	
4386338	Fayetteville	fayetteville	US	13066	0	America/Chicago	38.88112	-93.75633	260	Fayetteville,Hazel Hill		MO	101	31240	
4386381	Fenton	fenton	US	48430	4052	America/Chicago	38.51311	-90.43595	132	Fehnton,Fenton,fyntwn,Фентон,Фэнтон,فينتون		MO	189	07066	
4386386	Fenwick	fenwick	US	26202	0	America/Chicago	38.66973	-94.10522	248			MO	101	63146	
4386387	Ferguson	ferguson	US	28624	21059	America/Chicago	38.74422	-90.30539	153	Fergjuson,Ferguson,fagason,fei ge xun shi,frgwsn  myzwry,fu ge sen,fyrghswn,peogeoseun,perkucan,Фергусон,Фергюсон,فرگوسن، میزوری,فيرغسون,பெர்குசன்,ファーガソン,弗格森,費格遜市,퍼거슨		MO	189	53448	
4386418	Fertile	fertile	US	50434	0	America/Chicago	38.07394	-90.68569	223			MO	221	38882	
4386419	Festus	festus	US	63028	12065	America/Chicago	38.22061	-90.39595	132	Derby City,Fehstas,Festas,Festus,Limitville,Tanglefoot,fstws  myzwry,fystws,Фестас,Фэстас,فستوس، میزوری,فيستوس		MO	099	62179	
4386437	Fidelity	fidelity	US	62030	259	America/Chicago	37.06812	-94.31328	342	Fidelity,Lehigh,Skeeterville		MO	097	35828	
4386468	Filer	filer	US	83328	0	America/Chicago	37.02978	-92.41461	418			MO	067	11800	
4386490	Filley	filley	US	68357	0	America/Chicago	37.75893	-93.94911	263			MO	039	07696	
4386620	Fisk	fisk	US	63940	339	America/Chicago	36.782	-90.20871	101			MO	023	02224	
4386660	Flat	flat	US	76526	0	America/Chicago	37.74532	-91.92905	351	Flat,Flat Wood		MO	161	69716	
4386715	Flatwoods	flatwoods	US	26621	0	America/Chicago	36.68061	-90.7004	160			MO	181	24544	
4386731	Fleming	fleming	US	16835	124	America/Chicago	39.19918	-94.0655	224			MO	177	10756	
4386734	Flemington	flemington	US	08822	148	America/Chicago	37.80476	-93.50131	344			MO	167	24598	
4386740	Fletcher	fletcher	US	28732	0	America/Chicago	38.16589	-90.73346	172			MO	099	05554	
4386761	Flint Hill	flint-hill	US	22627	0	America/Chicago	39.62393	-91.38321	152	Flint Hill,Flinthill Salt River,Salt River		MO	173	14482	
4386762	Flint Hill	flint-hill	US	22627	522	America/Chicago	38.85505	-90.86124	167			MO	183	78448	
4386797	Florence	florence	US	01062	0	America/Chicago	38.58891	-92.97909	289	Florence,Jonesboro,Williamsville		MO	141	61526	
4386798	Florida	florida	US	10921	0	America/Chicago	39.4931	-91.78711	201	Florida,Флорида		MO	137	36890	
4386802	Florissant	florissant	US	63031	52268	America/Chicago	38.78922	-90.32261	175	Ferdinand,Fleurissant,Florisant,Florissant,Saint Ferdinand,Saint Ferdinand Florissant,Saint Ferdinand de Florissant,San Fernando,San Fernando de Florissant,flwrysant,flwrysnt  myzwry,Флорисант,Флориссант,فلوريسانت,فلوریسنت، میزوری,فلوریسینٹ، مسوری		MO	189	24796	
4386812	Floyd	floyd	US	24091	0	America/Chicago	39.19251	-94.11078	219	Alfred,Floyd		MO	177	54956	
4386813	Floyd	floyd	US	24091	0	America/Chicago	37.95421	-90.94875	267			MO	221	76894	
4386854	Foley	foley	US	36535	167	America/Chicago	39.04644	-90.74235	134			MO	113	09928	
4386861	Folsom	folsom	US	19033	0	America/Chicago	38.73337	-92.15435	251			MO	027	12160	
4386873	Forbes	forbes	US	55738	0	America/Chicago	39.90277	-95.08275	260			MO	087	24976	
4386898	Fordland	fordland	US	65652	815	America/Chicago	37.15755	-92.94073	489			MO	225	29254	
4386908	Forest City	forest-city	US	18421	253	America/Chicago	39.9825	-95.19192	268			MO	087	25048	
4386970	Foristell	foristell	US	63348	520	America/Chicago	38.81505	-90.95597	215	Foristeel,Foristell,Mellville,Millville,Snow Hill		MO	183	07232	
4386981	Forsyth	forsyth	US	31029	2431	America/Chicago	36.68506	-93.1199	283	Forsajt,Forsis,fwrsyth,Форсајт,Форсис,فورسيث	213	MO	213	71818	
4387009	Fortuna	fortuna	US	58844	0	America/Chicago	38.56669	-92.79797	292			MO	135	80080	
4387019	Foster	foster	US	02825	113	America/Chicago	38.16614	-94.50745	258	Foster,Walnut		MO	013	76804	
4387090	Fowler	fowler	US	44418	0	America/Chicago	37.23338	-92.21655	455			MO	215	50042	
4387168	Frankford	frankford	US	19945	321	America/Chicago	39.49004	-91.32015	187	Frankford,Frankfort		MO	163	56972	
4387169	Franklin	franklin	US	02038	96	America/Chicago	39.0117	-92.75324	182	Franklin,Франклин		MO	089	25642	
4387218	Frankville	frankville	US	36538	0	America/Chicago	36.69728	-91.8057	296			MO	091	33382	
4387238	Fredericksburg	fredericksburg	US	17026	0	America/Chicago	38.60754	-91.64156	156	Fredericksburg,Fredericksburgh		MO	073	61490	
4387240	Fredericktown	fredericktown	US	15333	4076	America/Chicago	37.55978	-90.29401	226	Fredehriktaun,Fredericktown,Frederiktaun,Saint Michaels,The Village,frydyryktawn  myzwry,Фредериктаун,Фредэриктаун,فريديريكتاون، ميزوري	123	MO	123	65072	
4387256	Freeburg	freeburg	US	17827	429	America/Chicago	38.31504	-91.92267	275	Engelbert,Frankberg,Freeburg		MO	151	77632	
4387258	Freedom	freedom	US	03836	0	America/Chicago	38.03615	-92.58963	274			MO	029	35630	
4387259	Freedom	freedom	US	03836	0	America/Chicago	38.46366	-91.69072	214			MO	151	17128	
4387276	Freeman	freeman	US	23856	484	America/Chicago	38.61834	-94.50523	268	Freeman,Morristown		MO	037	19738	
4387302	Freistatt	freistatt	US	65654	162	America/Chicago	37.01839	-93.89771	408			MO	109	25930	
4387304	Fremont	fremont	US	03044	129	America/Chicago	36.95227	-91.1643	190			MO	035	57530	
4387321	French Village	french-village	US	63036	0	America/Chicago	37.97255	-90.38985	274	French Village,Petit Canada		MO	187	46154	
4387355	Friedheim	friedheim	US	63747	0	America/Chicago	37.57005	-89.8201	166			MO	031	01450	
4387403	Frisco	frisco	US	27936	0	America/Chicago	36.75894	-89.86231	89			MO	207	61616	
4387432	Frohna	frohna	US	63748	258	America/Chicago	37.63866	-89.62149	178	Frohna,Nieder-Frohna		MO	157	08092	
4387435	Frontenac	frontenac	US	55026	3574	America/Chicago	38.63561	-90.41512	176			MO	189	48989	
4387444	Fruitland	fruitland	US	21826	0	America/Chicago	37.44866	-89.63871	187	Fruitland,Pleasant Hill		MO	031	67070	
4387445	Fruitland	fruitland	US	21826	0	America/Chicago	37.38921	-93.23352	371	Fruitland,New Hope		MO	077		
4387496	Fulton	fulton	US	13069	12939	America/Chicago	38.84671	-91.94796	233	Fulton,Fulton (Missouri),Volney,fu er dun,furuton,fwltn  myzwry,fwltwn,Фултон,فلٹن، مسوری,فولتن، میزوری,فولتون,ფულტონი,フルトン,富尔顿	027	MO	027	78766	
4387529	Turner	turner	US	04282	0	America/Chicago	38.91754	-92.40018	183	Furner,Turner		MO	019	48944	
4387538	Gaines	gaines	US	16921	0	America/Chicago	38.28725	-93.6616	234	Gaines,Gaines Farm,Gouge-eye,Goughi		MO	083	05140	
4387545	Gainesville	gainesville	US	14066	760	America/Chicago	36.60312	-92.42822	238		153	MO	153	78634	
4387557	Galena	galena	US	21635	409	America/Chicago	36.80534	-93.46658	311	Galena,Jamestown	209	MO	209	77722	
4387560	Galesburg	galesburg	US	49053	0	America/Chicago	37.2695	-94.51551	266			MO	097	36530	
4387569	Gallatin	gallatin	US	37066	1744	America/Chicago	39.91445	-93.96217	281		061	MO	061	74590	
4387575	Galloway	galloway	US	26349	0	America/Chicago	37.13672	-93.23796	359			MO	077	70009	
4387601	Garber	garber	US	52048	0	America/Chicago	36.69173	-93.29907	281			MO	213	07984	
4387605	Garden City	garden-city	US	11530	1625	America/Chicago	38.56112	-94.19133	281	Garden Siti,Гарден Сити		MO	037	35072	
4387629	Gardnerville	gardnerville	US	89410	0	America/Chicago	38.81144	-90.52623	158			MO	183	43026	
4387630	Garfield	garfield	US	07026	0	America/Chicago	36.58534	-91.32597	187	Garfield,Sittonville		MO	149	16768	
4387639	Garland	garland	US	04939	0	America/Chicago	38.44335	-93.8541	245	Garland,Harvey		MO	083	32860	
4387647	Garner	garner	US	27529	0	America/Chicago	39.96586	-92.97659	280			MO	115	53300	
4387671	Garrison	garrison	US	10524	0	America/Chicago	36.83895	-93.01962	271			MO	043	26542	
4387695	Garwood	garwood	US	07027	0	America/Chicago	37.06644	-90.8779	275			MO	179	78100	
4387699	Gasconade	gasconade	US	65036	214	America/Chicago	38.66949	-91.56017	161	Gasconade,Gasconade City		MO	073	61490	
4387723	Gatewood	gatewood	US	63942	0	America/Chicago	36.577	-91.08985	169			MO	181	26704	
4387776	Gentryville	gentryville	US	47537	0	America/Chicago	36.86395	-92.36072	338			MO	067	35756	
4387801	Georgetown	georgetown	US	01833	0	America/Chicago	38.75863	-93.23798	254			MO	159	12214	
4387807	Gerald	gerald	US	63037	1318	America/Chicago	38.39977	-91.33071	275	Gerald,Shotwell		MO	071	07192	
4387830	Germantown	germantown	US	12526	0	America/Chicago	38.29002	-94.01883	251			MO	083	18748	
4387855	Gibson	gibson	US	18820	0	America/Chicago	36.44117	-90.03093	86	Canaan Island,Gibson		MO	069	32554	
4387856	Gibson	gibson	US	18820	0	America/Chicago	36.11785	-89.84509	80			MO	155	76372	
4387885	Gideon	gideon	US	63848	1041	America/Chicago	36.45201	-89.91926	82			MO	143	01234	
4387892	Gila	gila	US	88038	0	America/Chicago	37.43032	-91.30791	288			MO	065		
4387893	Gilbert	gilbert	US	18331	0	America/Chicago	36.03313	-90.04287	75			MO	069	14338	
4387907	Gill	gill	US	01354	0	America/Chicago	36.21923	-89.78953	81			MO	155	31150	
4387924	Gilliam	gilliam	US	65330	198	America/Chicago	39.23336	-93.00464	253			MO	195	10702	
4387935	Gilmore	gilmore	US	72339	0	America/Chicago	38.81033	-90.80624	176			MO	183	78448	
4387954	Gipsy	gipsy	US	15741	0	America/Chicago	37.147	-90.17955	124			MO	017	77956	
4387990	Gladstone	gladstone	US	07934	26861	America/Chicago	39.20389	-94.55468	287	Evanston,Gladston,Gladstone,Gladstoun,Gledston,Linden,Thomas Heights,ghladstwn,gldastwn  myzwry,Гладстон,Гладстоун,Гледстон,غلادستون,گلداستون، میزوری,گلیڈسٹون، مسوری		MO	047	26290	
4388009	Glasgow	glasgow	US	16644	1103	America/Chicago	39.22725	-92.84658	205			MO	089	13222	
4388031	Glenallen	glenallen	US	63751	85	America/Chicago	37.31783	-90.02788	141			MO	017	44084	
4388033	Glencoe	glencoe	US	41046	0	America/Chicago	38.5445	-90.62374	135			MO	189	79801	
4388035	Glendale	glendale	US	01229	0	America/Chicago	36.41062	-89.90564	82			MO	143	01234	
4388036	Glendale	glendale	US	01229	5927	America/Chicago	38.59589	-90.37706	179	Glendejl,Глендейл		MO	189	36962	
4388052	Glenn	glenn	US	49416	0	America/Chicago	36.53034	-90.68428	89			MO	181	72970	
4388079	Globe	globe	US	85501	0	America/Chicago	36.56284	-91.75515	241			MO	091	50960	
4388080	Globe	globe	US	85501	0	America/Chicago	36.93089	-93.84548	443			MO	109	70090	
4388090	Glover	glover	US	05839	0	America/Chicago	37.48644	-90.69123	260	Glover,Scogginville		MO	093	42158	
4388109	Gobler	gobler	US	63849	0	America/Chicago	36.15618	-89.95926	77			MO	155	07858	
4388140	Golden	golden	US	38847	280	America/Chicago	36.52423	-93.6538	352			MO	009	79522	
4388159	Golden City	golden-city	US	64748	729	America/Chicago	37.39311	-94.09383	324			MO	011	27694	
4388212	Goodland	goodland	US	34140	0	America/Chicago	39.98004	-92.30157	256			MO	103	65576	
4388216	Goodman	goodman	US	39079	1248	America/Chicago	36.74174	-94.39911	381	Erie Station,Goodman,New Erie,Wade		MO	119	22550	
4388224	Goodland	goodland	US	34140	0	America/Chicago	37.63616	-91.0018	290			MO	093	19108	
4388230	Goodville	goodville	US	17528	0	America/Chicago	37.03144	-92.29516	399			MO	067	80710	
4388309	Gore	gore	US	22637	0	America/Chicago	38.71449	-91.32238	155	Gore,Gunboat		MO	219	08362	
4388353	Gower	gower	US	64454	1501	America/Chicago	39.61083	-94.5994	288			MO	049	02332	
4388358	Grace	grace	US	38745	0	America/Chicago	39.60085	-93.44049	240			MO	033	70882	
4388359	Grace	grace	US	38745	0	America/Chicago	37.85754	-92.74463	352			MO	105	21556	
4388380	Grady	grady	US	36036	0	America/Chicago	37.14783	-90.93818	211			MO	179	43598	
4388385	Graff	graff	US	65660	0	America/Chicago	37.31755	-92.28266	406			MO	229	75634	
4388402	Grain Valley	grain-valley	US	64029	13379	America/Chicago	39.01501	-94.19856	242			MO	095	68438	
4388407	Granada	granada	US	56039	0	America/Chicago	37.02783	-92.73656	392			MO	067	24220	
4388409	Granby	granby	US	01033	2128	America/Chicago	36.91923	-94.25522	343			MO	145	28126	
4388456	Grandin	grandin	US	32138	297	America/Chicago	36.82922	-90.8229	179			MO	035	37376	
4388460	Grandview	grandview	US	37337	25256	America/Chicago	38.88584	-94.53301	320	GVW,Grandview		MO	095	77506	
4388474	Graniteville	graniteville	US	05654	0	America/Chicago	37.65033	-90.67985	369			MO	093	35360	
4388505	Grantsville	grantsville	US	21536	0	America/Chicago	39.94308	-93.11354	277			MO	115	28612	
4388511	Granville	granville	US	01034	0	America/Chicago	39.56254	-92.09767	216			MO	137	14464	
4388565	Gratiot	gratiot	US	43740	0	America/Chicago	38.62227	-90.2815	135			MO	510		
4388614	Gravois Mills	gravois-mills	US	65037	143	America/Chicago	38.30836	-92.82547	208	Garvis Mills,Gravois Mill,Gravois Mills,Grovois Mills,Milltown,Millville,Walton Settlement		MO	141	55190	
4388632	Gray Summit	gray-summit	US	63039	2701	America/Chicago	38.48978	-90.8168	203	Gray Summit,Grays Gap,Grays Summit,Point Labaddie,Port William		MO	071	06958	
4388634	Grayridge	grayridge	US	63850	127	America/Chicago	36.82422	-89.78092	90	Gray Ridge,Grayridge		MO	207	61616	
4388643	Grayson	grayson	US	30017	0	America/Chicago	39.53333	-94.5644	298	Grayson,Graysonville		MO	049	30304	
4388668	Greeley	greeley	US	18425	0	America/Chicago	37.51505	-91.18708	308			MO	179	11530	
4388695	Green Forest	green-forest	US	72638	0	America/Chicago	36.767	-90.46511	142			MO	023	59114	
4388729	Green Mountain	green-mountain	US	28740	0	America/Chicago	37.33588	-92.32489	434			MO	229	75634	
4388733	Green Ridge	green-ridge	US	65332	491	America/Chicago	38.62029	-93.40938	275	Green Ridge,Parkersburg		MO	159	29350	
4388778	Greendale	greendale	US	53129	653	America/Chicago	38.69533	-90.31317	187	Grindehjl,Grindejl,ghryndyl,Гриндејл,Гриндэйл,غرينديل		MO	189	52814	
4388784	Greenbrier	greenbrier	US	37073	0	America/Chicago	37.11061	-90.02565	110			MO	017	77956	
4388790	Greenfield	greenfield	US	01301	1316	America/Chicago	37.41532	-93.84104	334	Grinfild,Гринфилд	057	MO	057	12502	
4388791	Greenfield	greenfield	US	01301	0	America/Chicago	36.96505	-89.17174	96	Birdville,Greenfield		MO	133	54128	
4388797	Greenlawn	greenlawn	US	11740	0	America/Chicago	39.47754	-91.68627	220	Green Lawn,Greenlawn		MO	173	65612	
4388818	Greenview	greenview	US	62642	0	America/Chicago	37.65615	-92.25794	367			MO	169	63254	
4388821	Greenville	greenville	US	02828	0	America/Chicago	39.385	-94.26272	278			MO	047	77308	
4388822	Greenville	greenville	US	02828	490	America/Chicago	37.12727	-90.45011	124	Grinvill,Гринвилл	223	MO	223	64334	
4388831	Greenwood	greenwood	US	04255	5569	America/Chicago	38.85168	-94.34384	290			MO	095	59564	
4388832	Greenwood	greenwood	US	04255	0	America/Chicago	39.19	-94.54273	286			MO	047	13780	
4388864	Greer	greer	US	29650	0	America/Chicago	36.7695	-91.35347	263			MO	149	80944	
4388899	Gretna	gretna	US	24557	0	America/Chicago	36.66034	-93.26796	244			MO	213	07984	
4388919	Griffin	griffin	US	30223	0	America/Chicago	37.08061	-93.37825	337			MO	043	75104	
4388975	Griswold	griswold	US	51535	0	America/Chicago	36.51145	-91.14485	149			MO	149	12232	
4389008	Grover	grover	US	17735	0	America/Chicago	38.57616	-90.63735	242	Grover,Saint Friedling		MO	189	79801	
4389012	Grovespring	grovespring	US	65662	0	America/Chicago	37.39977	-92.60961	394	Grove Spring,Grove Springs,Grovespring		MO	229	75094	
4389016	Grubville	grubville	US	63041	0	America/Chicago	38.28839	-90.75485	276			MO	099	05554	
4389034	Guild	guild	US	03754	0	America/Chicago	37.07005	-91.80181	366			MO	215	57476	
4389037	Guin	guin	US	35563	0	America/Chicago	37.08727	-93.34547	348			MO	043	75104	
4389102	Guthrie	guthrie	US	42234	0	America/Chicago	38.75698	-92.09657	259			MO	027	29800	
4389134	Guyton	guyton	US	31312	0	America/Chicago	39.51445	-94.32383	325			MO	049	35702	
4389160	Hadley	hadley	US	01035	0	America/Chicago	37.07283	-90.79818	175	Hadley,Stockton		MO	179	78100	
4389199	Hailey	hailey	US	83333	0	America/Chicago	36.7109	-93.70742	328	Hailey,Halley		MO	009	48674	
4389218	Hale	hale	US	48739	407	America/Chicago	39.60363	-93.34243	234			MO	033	34012	
4389236	Halfway	halfway	US	97834	173	America/Chicago	37.61643	-93.24464	332	Half Way,Halfway		MO	167	68640	
4389238	Halifax	halifax	US	02338	0	America/Chicago	38.012	-90.48985	300	Halifax,Stony Point		MO	187	05590	
4389284	Halls	halls	US	38040	0	America/Chicago	39.63333	-94.9733	245	Eveline,Halls		MO	021	77974	
4389293	Hallsville	hallsville	US	45633	1551	America/Chicago	39.11699	-92.22074	275			MO	019	62840	
4389294	Halltown	halltown	US	25423	172	America/Chicago	37.19338	-93.62548	358			MO	109	55784	
4389304	Hamburg	hamburg	US	07419	0	America/Chicago	38.66978	-90.73179	180	Hamburg,Hamburgh		MO	183	07232	
4389307	Hamden	hamden	US	06514	0	America/Chicago	39.57725	-92.82325	226			MO	041	15238	
4389309	Hamilton	hamilton	US	01936	1711	America/Chicago	39.74362	-93.99827	301	Gamil'ton,Гамильтон		MO	025	30052	
4389344	Hamlet	hamlet	US	28345	0	America/Chicago	37.75726	-93.64104	308	Hamlet,Sexson		MO	039	36728	
4389356	Hammond	hammond	US	13646	0	America/Chicago	36.67562	-92.64433	233			MO	153	73114	
4389362	Hampton	hampton	US	03842	0	America/Chicago	39.28139	-94.73329	313	Hampton,Hampton Corners		MO	165	11512	
4389379	Hancock	hancock	US	03449	0	America/Chicago	37.98643	-92.18184	339	Hancock,Iron Summit		MO	169	74878	
4389390	Handley	handley	US	25102	0	America/Chicago	37.52838	-92.92962	398			MO	059	77344	
4389391	Handley	handley	US	25102	0	America/Chicago	37.88226	-94.19745	244			MO	217	76678	
4389413	Hanna	hanna	US	46340	0	America/Chicago	37.73504	-92.24683	270			MO	169	63254	
4389418	Hannibal	hannibal	US	13074	17839	America/Chicago	39.70838	-91.35848	153	Gannibal,Hannibal,Khanibal,Khannibal,North Hannibal,South Hannibal,Staveley's Landing,Stavelys Landing,han'nibaru,hanybal,Ганнибал,Ганнібал,Ханибал,Ханнибал,هانيبال,هانیبال,ハンニバル		MO	127	46658	
4389480	Hardenville	hardenville	US	65666	0	America/Chicago	36.58923	-92.37127	296			MO	153	08380	
4389487	Hardin	hardin	US	42048	542	America/Chicago	39.27085	-93.83439	212	Harden,Hardin		MO	177	17398	
4389497	Hardyville	hardyville	US	23070	0	America/Chicago	37.89448	-93.76021	240			MO	185	63092	
4389513	Harlem	harlem	US	30814	0	America/Chicago	39.11778	-94.5869	227			MO	047	26290	
4389570	Harold	harold	US	41635	0	America/Chicago	37.37782	-93.51548	360			MO	077	76858	
4389574	Harper	harper	US	25851	0	America/Chicago	38.06253	-93.51854	284			MO	185	58862	
4389629	Harrisburg	harrisburg	US	17101	275	America/Chicago	39.1417	-92.46268	255	Garrisberg,Гаррисберг		MO	019	57026	
4389658	Harrisonville	harrisonville	US	08039	9986	America/Chicago	38.65334	-94.34884	292	Garrisonvill,Kharisonvil,Kharrisonvill,haryswnfyl  myzwry,Гаррісонвілл,Харисонвил,Харрисонвилл,هاريسونفيل، ميزوري,هریسون‌ویل، میزوری	037	MO	037	28252	
4389664	Harriston	harriston	US	39081	0	America/Chicago	38.83446	-92.94825	259			MO	053	14626	
4389676	Hart	hart	US	49420	0	America/Chicago	39.83642	-92.82325	263	Evelyn,Hart		MO	121	63686	
4389677	Hart	hart	US	49420	0	America/Chicago	36.73729	-94.60578	335			MO	119	09613	
4389726	Hartsburg	hartsburg	US	62643	104	America/Chicago	38.69503	-92.3088	172			MO	019	12142	
4389728	Hartshorn	hartshorn	US	65479	0	America/Chicago	37.26477	-91.67042	399			MO	215	17848	
4389731	Hartville	hartville	US	44632	596	America/Chicago	37.25088	-92.51044	363	Khartvil,Khartvill,hartfyl,Хартвил,Хартвилл,هارتفيل	229	MO	229	30664	
4389733	Hartwell	hartwell	US	30643	16	America/Chicago	38.4353	-93.93466	232			MO	083	32860	
4389741	Harvey	harvey	US	50119	0	America/Chicago	38.44585	-93.86688	233	Harvey,New Covington		MO	083	32860	
4389747	Harviell	harviell	US	63945	106	America/Chicago	36.66478	-90.47233	97			MO	023	03826	
4389757	Harwood	harwood	US	20776	47	America/Chicago	37.95614	-94.15439	256	Hardwood,Harwood		MO	217	02872	
4389772	Hatch	hatch	US	84735	0	America/Chicago	39.58893	-91.61794	174	Hatch,Romney		MO	173	65378	
4389781	Hatton	hatton	US	58240	0	America/Chicago	39.02421	-92.02629	270			MO	027	41996	
4389821	Hawk Point	hawk-point	US	63349	682	America/Chicago	38.97088	-91.13126	221			MO	113	31042	
4389823	Hawkeye	hawkeye	US	52147	0	America/Chicago	38.00559	-92.39295	337			MO	169	72448	
4389874	Hayden	hayden	US	35079	0	America/Chicago	38.07504	-91.97683	266			MO	125	20206	
4389901	Haynesville	haynesville	US	22472	0	America/Chicago	39.46139	-94.31578	312			MO	049	35702	
4389910	Hayti	hayti	US	57241	2787	America/Chicago	36.23368	-89.74953	82			MO	155	31150	
4389913	Hayward	hayward	US	54843	131	America/Chicago	36.39868	-89.67008	86	Hayward,Khejuurd,Needmore,Хейуърд		MO	155	10090	
4389967	Hazelwood	hazelwood	US	28738	25661	America/Chicago	38.77144	-90.37095	171	Khejzelvud,Khejzlvud,hazlwwd,Хейзлвуд,Хејзелвуд,هازلوود,هیزل‌وود، میزوری,ہیزلووڈ، مسوری		MO	189	00406	
4389972	Hazleton	hazleton	US	18201	0	America/Chicago	37.52504	-92.02488	276			MO	215	07246	
4390015	Hebron	hebron	US	03241	0	America/Chicago	36.85228	-92.15321	248			MO	067	61472	
4390016	Hebron	hebron	US	03241	0	America/Chicago	39.89226	-92.0299	231			MO	205	05122	
4390032	Hecla	hecla	US	57446	0	America/Chicago	39.93974	-93.3041	248			MO	115	35864	
4390044	Hedrick	hedrick	US	52563	0	America/Chicago	37.63199	-91.66626	359			MO	065	72808	
4390070	Helena	helena	US	13649	0	America/Chicago	39.91277	-94.64941	325			MO	003	62534	
4390078	Helm	helm	US	93627	0	America/Chicago	37.98421	-92.15434	369			MO	169	74878	
4390095	Helton	helton	US	40840	0	America/Chicago	39.77477	-91.42126	145	Helton,Helton Station		MO	127	42230	
4390106	Hematite	hematite	US	63047	0	America/Chicago	38.202	-90.48096	147	Hematite,Hemetite		MO	099	37340	
4390120	Henderson	henderson	US	13650	0	America/Chicago	37.14116	-93.0599	408			MO	225	04820	
4390154	Henley	henley	US	65040	0	America/Chicago	38.34448	-92.3224	181			MO	051	14032	
4390166	Henrietta	henrietta	US	14467	361	America/Chicago	39.23418	-93.9355	215	Henrietta,Henry,Lexington Junction		MO	177	61688	
4390172	Henrietta	henrietta	US	14467	460	America/Chicago	38.60252	-93.61882	287			MO	101	36836	
4390186	Hensley	hensley	US	24843	0	America/Chicago	38.24339	-90.87097	246			MO	071	59528	
4390204	Herculaneum	herculaneum	US	63048	3935	America/Chicago	38.26839	-90.38012	135	Khehrkulaneum,Kherkjulejnijum,hyrkywlanwm,Херкјулејнијум,Хэркуланеум,هيركيولانوم		MO	099	37340	
4390205	Hercules	hercules	US	94547	0	America/Chicago	36.70756	-92.87295	272			MO	213	03808	
4390210	Hereford	hereford	US	18056	0	America/Chicago	38.99171	-92.09379	278			MO	027	14752	
4390221	Hermann	hermann	US	65041	2376	America/Chicago	38.70421	-91.43738	162	Khehrmann,hyrman  myzwry,Хэрманн,هيرمان، ميزوري	073	MO	073	62336	
4390229	Hermitage	hermitage	US	16148	458	America/Chicago	37.94142	-93.31631	250		085	MO	085	31785	
4390236	Herndon	herndon	US	17830	0	America/Chicago	39.00419	-93.27021	230			MO	195	42320	
4390270	Hester	hester	US	70743	0	America/Chicago	39.91088	-91.62683	182			MO	127	63344	
4390299	Hickman	hickman	US	38567	0	America/Chicago	36.99061	-90.11704	108			MO	207	20260	
4390429	Hickory Ridge	hickory-ridge	US	72347	0	America/Chicago	37.17339	-89.80509	162			MO	031	78280	
4390475	Higdon	higdon	US	35979	0	America/Chicago	37.59283	-90.16789	256			MO	123	11962	
4390482	Higbee	higbee	US	65257	554	America/Chicago	39.30476	-92.51268	265			MO	175	49250	
4390485	Higginsville	higginsville	US	64037	4662	America/Chicago	39.07251	-93.71716	249			MO	107	18406	
4390496	High Hill	high-hill	US	63350	185	America/Chicago	38.87838	-91.38349	272			MO	139	03754	
4390519	High Point	high-point	US	27260	0	America/Chicago	38.48447	-92.59074	273	High Point,Highpoint		MO	135	30556	
4390555	High Ridge	high-ridge	US	63049	4305	America/Chicago	38.45894	-90.53651	281	High Ridge,Highridge		MO	099	32144	
4390566	Highland	highland	US	12528	0	America/Chicago	37.6645	-89.8915	203			MO	157	13870	
4390602	Highlandville	highlandville	US	52149	958	America/Chicago	36.93283	-93.28046	421	Dutch Store,Highlandville		MO	043	53066	
4390631	Hilda	hilda	US	29813	0	America/Chicago	36.66367	-92.98212	301			MO	213	03808	
4390655	Hill City	hill-city	US	55748	0	America/Chicago	36.66618	-93.67186	442			MO	009	67250	
4390705	Hillsboro	hillsboro	US	21641	3076	America/Chicago	38.23228	-90.5629	242	Hillsboro,Hillsborough,Khillsboro,Monticello,Хиллсборо	099	MO	099	12790	
4390708	Hillsdale	hillsdale	US	07642	1513	America/Chicago	38.68338	-90.284	170			MO	189	75210	
4390718	Hilltop	hilltop	US	25855	0	America/Chicago	36.65423	-93.85603	440	Hilltop,Thompsons Corner		MO	009	24436	
4390719	Hilltop	hilltop	US	25855	0	America/Chicago	37.23172	-89.50676	146			MO	201	38234	
4390736	Hilliard	hilliard	US	32046	0	America/Chicago	36.82533	-90.41678	110	Hilbert,Hillard,Hilliard,Hills Yard		MO	023	59114	
4390774	Hinton	hinton	US	22831	0	America/Chicago	39.05365	-92.34046	239			MO	019	57026	
4390793	Hiram	hiram	US	04041	0	America/Chicago	37.17894	-90.31483	154			MO	223	16966	
4390803	Hobart	hobart	US	13788	0	America/Chicago	39.21088	-91.09903	183			MO	113	77884	
4390818	Hobson	hobson	US	59452	0	America/Chicago	37.7556	-91.6321	340			MO	065	52778	
4390836	Hodge	hodge	US	71247	0	America/Chicago	39.22363	-93.62688	213	Edwards Mill,Hodge		MO	107	19936	
4390858	Hoffman	hoffman	US	28347	0	America/Chicago	38.84363	-92.94519	259			MO	053	14626	
4390859	Hoffman	hoffman	US	28347	0	America/Chicago	38.92445	-93.76022	262			MO	101	31240	
4390911	Holcomb	holcomb	US	38940	607	America/Chicago	36.39923	-90.0237	85	Halcomb,Holcomb,Pine City		MO	069	32554	
4390914	Holden	holden	US	01520	2263	America/Chicago	38.71418	-93.99133	260			MO	101	45434	
4390943	Holland	holland	US	01521	220	America/Chicago	36.0559	-89.87092	78	Gollandija,Голландия		MO	155	32608	
4390955	Holliday	holliday	US	65258	133	America/Chicago	39.49448	-92.12879	238			MO	137	46100	
4390960	Hollis	hollis	US	03049	0	America/Chicago	36.7045	-91.30513	272			MO	149	27640	
4390975	Hollister	hollister	US	27844	4499	America/Chicago	36.62117	-93.21546	220			MO	213	54632	
4390985	Hollywood	hollywood	US	20636	0	America/Chicago	36.05424	-90.18621	75	Hollywood,Klondike		MO	069	65252	
4390986	Holman	holman	US	87723	0	America/Chicago	37.2731	-93.05324	460	Halman,Holman		MO	225	78888	
4391013	Holstein	holstein	US	51025	0	America/Chicago	38.65533	-91.17126	199	Cowtown,Holstein,Lehmbergs Store		MO	219	13402	
4391016	Holt	holt	US	32564	471	America/Chicago	39.45278	-94.34217	263			MO	047	38090	
4391029	Holts Summit	holts-summit	US	65043	3600	America/Chicago	38.64032	-92.12241	259			MO	027	71548	
4391030	Holtville	holtville	US	92250	0	America/Chicago	36.9145	-92.26405	351			MO	067	09190	
4391050	Homeland	homeland	US	33847	0	America/Chicago	36.66756	-91.91932	354			MO	091	33382	
4391054	Homer	homer	US	13077	0	America/Chicago	36.5209	-93.39602	396			MO	209	57749	
4391058	Homestead	homestead	US	15120	184	America/Chicago	39.36278	-94.20078	268			MO	177	24310	
4391076	Honey Creek	honey-creek	US	51542	0	America/Chicago	38.46281	-92.24185	241			MO	051	55082	
4391106	Hooker	hooker	US	73945	0	America/Chicago	37.86004	-92.06072	215			MO	169	17740	
4391131	Hope	hope	US	02831	0	America/Chicago	38.52838	-91.67128	177	Boegers Store,Hope		MO	151	17128	
4391136	Hopewell	hopewell	US	08525	0	America/Chicago	38.68866	-91.1407	164	Hopewell,Hopewell Academy		MO	219	13402	
4391137	Hopewell	hopewell	US	08525	0	America/Chicago	37.88755	-90.70291	259			MO	221	08254	
4391198	Hopkinsville	hopkinsville	US	42240	0	America/Chicago	39.17421	-91.1057	209			MO	113	77884	
4391232	Hornersville	hornersville	US	63855	635	America/Chicago	36.04174	-90.11398	75			MO	069	14338	
4391302	Hortense	hortense	US	31543	0	America/Chicago	38.36224	-93.59604	231			MO	083	41384	
4391305	Horton	horton	US	35980	0	America/Chicago	37.97476	-94.36523	233	Blaine,Horton,Humble,Marion		MO	217	55226	
4391328	Houck	houck	US	86506	0	America/Chicago	37.30089	-89.74871	158			MO	031	33454	
4391349	House Springs	house-springs	US	63051	0	America/Chicago	38.40894	-90.57013	142	House Springs,House's Spring,House's Springs,Houses Spring,Houses Springs		MO	099	32144	
4391354	Houston	houston	US	15342	2082	America/Chicago	37.32616	-91.95599	355	Houston,Kh'juston,Mineral Springs City,Хьюстон	215	MO	215	57890	
4391365	Houstonia	houstonia	US	65333	221	America/Chicago	38.89891	-93.35826	231			MO	159	33274	
4391414	Howell	howell	US	07731	0	America/Chicago	38.74311	-90.61096	150			MO	183	16681	
4391428	Howes	howes	US	57748	0	America/Chicago	37.70949	-91.51459	381	Gano,Howes		MO	065	67664	
4391441	Hubbard	hubbard	US	44425	0	America/Chicago	39.58253	-92.69297	220			MO	175	13276	
4391469	Huddleston	huddleston	US	24104	0	America/Chicago	36.72756	-91.42486	287			MO	149	57854	
4391476	Hudson	hudson	US	01749	0	America/Chicago	38.20364	-94.09022	260	Hudson,Lahai,Lahi,Lahia		MO	013	33562	
4391526	Huggins	huggins	US	65484	0	America/Chicago	37.32005	-92.19849	450			MO	215	50042	
4391538	Hughesville	hughesville	US	17737	184	America/Chicago	38.83863	-93.29549	250			MO	159	33670	
4391546	Hugo	hugo	US	55038	0	America/Chicago	37.99531	-92.65907	287	Chauncy,Hugo		MO	029	38585	
4391564	Humansville	humansville	US	65674	1038	America/Chicago	37.79448	-93.57798	294			MO	167	37430	
4391569	Hume	hume	US	14745	326	America/Chicago	38.09003	-94.58384	273	Howard,Hume		MO	013	33310	
4391585	Hunnewell	hunnewell	US	63443	179	America/Chicago	39.6681	-91.86183	229			MO	205	36134	
4391603	Hunter	hunter	US	12442	168	America/Chicago	36.89061	-90.84901	219			MO	035	37376	
4391634	Huntington	huntington	US	01050	0	America/Chicago	39.66143	-91.59877	222			MO	173	65378	
4391635	Huntington	huntington	US	01050	0	America/Chicago	37.86672	-90.58596	224			MO	187	60608	
4391641	Huntsville	huntsville	US	35801	1524	America/Chicago	39.44059	-92.54518	245	Khantsvill,Хантсвилл	175	MO	175	65684	
4391646	Hurley	hurley	US	12443	169	America/Chicago	36.93145	-93.49908	333	Hurley,Spring Creek Mill		MO	209	33940	
4391650	Huron	huron	US	38345	0	America/Chicago	37.71587	-93.35325	346			MO	167	45164	
4391652	Hurricane	hurricane	US	25526	0	America/Chicago	37.41617	-90.01205	210			MO	017	17380	
4391653	Hurricane	hurricane	US	25526	0	America/Chicago	38.18116	-90.82541	306			MO	221	61814	
4391681	Hurst	hurst	US	62949	0	America/Chicago	37.23672	-92.08682	376			MO	215	50042	
4391752	Iberia	iberia	US	43325	743	America/Chicago	38.09032	-92.29267	272	Iberia,Oakhurst		MO	131	61778	
4391758	Idalia	idalia	US	80735	0	America/Chicago	36.86394	-89.86092	95			MO	207	11980	
4391759	Idlewild	idlewild	US	38346	0	America/Chicago	38.01282	-91.39709	224			MO	055	47360	
4391760	Idlewild	idlewild	US	38346	0	America/Chicago	37.00366	-90.10399	104	Idlewild,Idlewilde		MO	207	20260	
4391808	Imperial	imperial	US	15126	4709	America/Chicago	38.36978	-90.37845	135	Imperial,Liberty,West Kimmswick		MO	099	80370	
4391812	Independence	independence	US	24348	117255	America/Chicago	39.09112	-94.41551	315	Bristol,Indehpendens,Independence,Independens,Independensas,Indipenduns,andybndns,ayndypndns  myzwry,du li cheng,indipendensu,indipendeonseu,Індепенденс,Индепенденс,Индипендънс,Индэпенденс,אינדפנדנס,إنديبندنس,انڈیپینڈینس، مسوری,ایندیپندنس، میزوری,インディペンデンス,独立城,인디펜던스		MO	095	06490	
4391926	Indian Mound	indian-mound	US	37079	0	America/Chicago	36.15118	-89.69897	80			MO	155	43382	
4391949	Indian Springs	indian-springs	US	89018	0	America/Chicago	38.04503	-94.17022	244			MO	217	06598	
4392014	Ionia	ionia	US	14475	87	America/Chicago	38.50419	-93.3241	292			MO	015	79252	
4392016	Ira	ira	US	50127	0	America/Chicago	37.87281	-92.84963	325			MO	105	21556	
4392021	Irma	irma	US	54442	0	America/Chicago	36.74589	-93.28129	425			MO	213	07984	
4392033	Iron Mountain	iron-mountain	US	49801	0	America/Chicago	37.69533	-90.6404	329	City of Iron Mountain,Iron Mountain		MO	187	35378	
4392049	Irondale	irondale	US	43932	445	America/Chicago	37.83199	-90.67818	246	Irondale,Savoy		MO	221	16066	
4392057	Ironton	ironton	US	45638	1392	America/Chicago	37.59727	-90.62734	277	Ironton,Wilsonville	093	MO	093	01666	
4392074	Irwin	irwin	US	15642	69	America/Chicago	37.58866	-94.2855	296			MO	011	74482	
4392087	Isabella	isabella	US	15447	0	America/Chicago	36.5809	-92.61267	289			MO	153	36548	
4392116	Ivy	ivy	US	22945	0	America/Chicago	37.77115	-93.86549	261			MO	039	77272	
4392140	Jack	jack	US	36346	0	America/Chicago	37.57615	-91.62126	406	Jack,Nursery Hill		MO	065	72808	
4392163	Jackson	jackson	US	03846	14869	America/Chicago	37.38227	-89.66621	141	Dzekson,Dzhehkson,Dzhekson,jaikasana,jakswn,jakuson,jkswn  myzwry,jyksn  mswry,Џексон,Джексон,Джэксон,جاكسون,جکسون، میزوری,جیکسن، مسوری,ਜੈਕਸਨ,ジャクソン	031	MO	031		
4392248	Jacksonville	jacksonville	US	05342	172	America/Chicago	37.55838	-92.42267	382			MO	105	25660	
4392249	Jacksonville	jacksonville	US	05342	149	America/Chicago	39.58837	-92.4713	263	Dzheksonvill,Джексонвилл		MO	175	36044	
4392314	Jamesport	jamesport	US	11947	507	America/Chicago	39.97473	-93.80105	302			MO	061	36350	
4392321	Jamestown	jamestown	US	02835	391	America/Chicago	38.76559	-92.48074	265			MO	135	43220	
4392323	Jamesville	jamesville	US	13078	0	America/Chicago	36.96006	-93.37102	387			MO	209	11836	
4392351	Jasper	jasper	US	14855	928	America/Chicago	37.33616	-94.30134	289	Jasper,Midway		MO	097	59906	
4392376	Jeff	jeff	US	41751	0	America/Chicago	36.50756	-91.38819	233			MO	149	36692	
4392388	Jefferson City	jefferson-city	US	37760	43169	America/Chicago	38.5767	-92.17352	192	City of Jefferson,Dinas Jefferson,Dzeferson Siti,Dzeferson Sitis,Dzefersonsitija,Dzhefersun Siti,Dzhefferson Siti,Dzhefferson-Siti,Dzhehfersan-Sici,Dzhehfferson Siti,Džeferson Sitis,Džefersonsitija,JEF,Jefferson,Jefferson City,Jeffersonurbo,Kota Jefferson,Lungsod ng Jefferson,Tzeferson Siti,gprswn syty,jefasonshiti,jeparcan nakaram,jepeoseunsiti,jepharasana siti,jepharsan-nagaram,jepharsana siti,jfrswn syty,jie fei xun cheng,Τζέφερσον Σίτι,Џеферсон Сити,Джеферсън Сити,Джефферсон Сити,Джефферсон-Сити,Джефферсон-Сіті,Джэферсан-Сіці,Джэфферсон Сити,Ջեֆերսոն Սիթի,גפרסון סיטי,جفرسون سيتي,جفرسون‌سیتی,جیفرسن سٹی,جیفرسن سٹی، مسوری,जेफरसन सिटी,जेफर्सन सिटी,जेफर्सन सिति,जेफर्सन्-नगरम्,ஜெபர்சன் நகரம்,ジェファーソンシティ,杰斐逊城,제퍼슨시티	MO	MO	051	36764	
4392431	Jenkins	jenkins	US	41537	0	America/Chicago	36.77867	-93.68603	342			MO	009	37142	
4392445	Jennings	jennings	US	32053	14819	America/Chicago	38.71922	-90.26039	158	Dogtown,Dzenings,Dzhehnnings,Jennings,jnyngz  myzwry,jynynghz,Џенингс,Джэннингс,جنینگز، میزوری,جينينغز		MO	189	53448	
4392459	Jerico Springs	jerico-springs	US	64756	229	America/Chicago	37.62226	-94.00855	310	Jericho,Jericho Springs,Jerico,Jerico Springs,Jerusalem		MO	039	04600	
4392464	Jerome	jerome	US	15937	0	America/Chicago	37.92615	-91.97766	216	Fremont Store,Jerome		MO	161	01918	
4392481	Jewett	jewett	US	12444	0	America/Chicago	37.38033	-90.50151	159			MO	123	42212	
4392512	Joanna	joanna	US	29351	0	America/Chicago	39.54087	-91.66933	185	Joanna,New Portland,Newport,Oakland		MO	173	65378	
4392604	Johnson City	johnson-city	US	13790	0	America/Chicago	38.11697	-93.92799	242			MO	185	49142	
4392691	Johnstown	johnstown	US	12095	0	America/Chicago	38.31002	-94.08244	247	Hardscrabble,Johnstown		MO	013	70198	
4392692	Johnstown	johnstown	US	12095	0	America/Chicago	39.90336	-92.97437	276			MO	115	03016	
4392766	Jonesburg	jonesburg	US	63351	729	America/Chicago	38.85338	-91.30599	275	Green Hill,Jonesburg		MO	139	03754	
4392768	Joplin	joplin	US	59531	51818	America/Chicago	37.08423	-94.51328	306	Dzhoplin,Dzoplin,JLN,Joplin,Union City,gwplyn,japlyn  myzwry,jopurin,jwbln,jwpln  mswry,Џоплин,Джоплин,גופלין,جاپلین، میزوری,جوبلن,جوپلن، مسوری,ジョプリン		MO	097	37610	
4392775	Jordan	jordan	US	13080	0	America/Chicago	38.02142	-93.14131	258			MO	085	37646	
4392811	Joy	joy	US	61260	0	America/Chicago	37.51449	-91.67432	396			MO	065	72808	
4392861	Junction City	junction-city	US	31812	327	America/Chicago	37.57644	-90.28817	226	Junction City,Springtown,Stringtown		MO	123	65072	
4393197	Kaiser	kaiser	US	65047	456	America/Chicago	38.13365	-92.58991	277	Kaiser,Success		MO	131	27244	
4393217	Kansas City	kansas-city	US	64101	475378	America/Chicago	39.09973	-94.57857	274	Caasimada Kansas,City of Kansas,Dinas Kansas,Greenwood,Ilu Kansas,Kansas City,Kansas City i Missouri,Kansas Lakanbalen,Kansas Sity,Kansasurbo,Kanzas Shehiri,Kanzas Siti,Kanzas Sitis,Kanzas-Sici,Kanzas-Siti,Kanzassitija,Kota Kansas,Lungsod ng Kansas,MKC,Maple Gardens,Milton,Town of Kansas,Westport,Winnetonka,Winnwood,kaenjaseusiti,kan sa si cheng,kanasasa siti,kansas syty,kanzasushiti,kanzas‌syty  myzwry,kencas nakaram,kensasa siti,kʼanzas-sitʼi,qnzs syty,Ìlú Kansas,Κάνσας Σίτυ,Канзас Сити,Канзас-Сити,Канзас-Сіті,Канзас-Сіці,Կանզաս Սիթի,קנזס סיטי,كانساس سيتي,کانزاس‌سیتی، میزوری,کنساس شہر، مسوری,कॅन्सस सिटी,কানসাস সিটি,கேன்சஸ் நகரம்,แคนซัสซิตี,კანზას-სიტი,カンザスシティ,堪薩斯城,캔자스시티		MO	095	38054	
4393260	Katy	katy	US	77449	0	America/Chicago	37.82837	-94.57162	246			MO	217	15166	
4393269	Kearney	kearney	US	64060	9423	America/Chicago	39.36778	-94.36217	261	Centerville,Kearney,Kerni,Керни		MO	047	38090	
4393359	Kellogg	kellogg	US	50135	0	America/Chicago	39.79615	-92.44241	263	Dannerville,Kellogg		MO	121	20638	
4393405	Kelso	kelso	US	37348	603	America/Chicago	37.19061	-89.54953	133	Kelso,Spring Hill		MO	201	38234	
4393426	Kendall	kendall	US	14476	0	America/Chicago	39.71671	-91.91711	220	Kendall,Sniderburg		MO	205	36134	
4393438	Kennedy	kennedy	US	14747	0	America/Chicago	36.26451	-89.59008	84			MO	155	16012	
4393451	Kennett	kennett	US	63857	10662	America/Chicago	36.23618	-90.05565	82	Butler,KNT,Kehnnett,Kenit,Kennett,Kennett's,knt  myzwry,kynyt,Кенит,Кэннетт,كينيت,کنت، میزوری	069	MO	069	34390	
4393474	Keota	keota	US	52248	0	America/Chicago	39.70753	-92.57658	249			MO	121	05284	
4393494	Kerr	kerr	US	45643	0	America/Chicago	39.67834	-94.13133	274			MO	025	48872	
4393498	Kerrville	kerrville	US	78028	0	America/Chicago	39.37833	-94.69524	256	Kerr Station,Kerrville		MO	165	11512	
4393516	Kewanee	kewanee	US	61443	0	America/Chicago	36.67117	-89.57397	91			MO	143	52094	
4393532	Keysville	keysville	US	23947	0	America/Chicago	37.87532	-91.38903	273			MO	055	74572	
4394670	Latty	latty	US	45855	0	America/Chicago	37.98783	-90.85069	245			MO	221	42392	
4393535	Keytesville	keytesville	US	65261	455	America/Chicago	39.43447	-92.93825	218	Kehjtesvill,ji si wei er,kitesubiru,kytyzfyl,Кэйтесвилл,كيتيزفيل,キーテスビル,基斯维尔	041	MO	041	38504	
4393549	Kidder	kidder	US	64649	309	America/Chicago	39.78028	-94.10244	310	Emmett,Kidder		MO	025	38540	
4393557	Kiel	kiel	US	53042	0	America/Chicago	38.52172	-91.24376	227			MO	071	44714	
4393581	Kimberling City	kimberling-city	US	65686	2313	America/Chicago	36.6334	-93.41685	290			MO	209	63763	
4393583	Kimberly	kimberly	US	25118	0	America/Chicago	39.4317	-92.48907	260			MO	175	53318	
4393596	Kimmswick	kimmswick	US	63053	158	America/Chicago	38.36533	-90.3629	125			MO	099	80370	
4393605	Kinder	kinder	US	70648	0	America/Chicago	37.01588	-90.07815	103	Givens,Kinder		MO	207	52040	
4393653	Kingdom City	kingdom-city	US	65262	130	America/Chicago	38.95282	-91.93907	259	Kingdom,Kingdom City,McCredie,McCredie Station		MO	027	44876	
4393687	Kingston	kingston	US	02364	338	America/Chicago	39.64417	-94.03855	271	Kingston,Кингстон	025	MO	025	38864	
4393692	Kingsville	kingsville	US	21087	269	America/Chicago	38.74307	-94.06994	278	Kingsville,Ramey		MO	101	38936	
4393713	Kinsey	kinsey	US	59338	0	America/Chicago	38.03116	-90.30012	171			MO	186	36098	
4393724	Kirbyville	kirbyville	US	65679	213	America/Chicago	36.62312	-93.16407	306	Kerbyville,Kirbyville,Warnersville		MO	213	66350	
4393731	Kirk	kirk	US	80824	0	America/Chicago	36.25423	-89.97092	76			MO	069	34390	
4393739	Kirkwood	kirkwood	US	13795	27750	America/Chicago	38.58339	-90.40678	201	Kirkvud,Kirkvuda,ke ke wu de,kyrkwwd,Кирквуд,Кирквуда,كيركوود,کرکووڈ، مسوری,کرک‌وود، میزوری,柯克伍德		MO	189	07066	
4393747	Kissee Mills	kissee-mills	US	65680	1109	America/Chicago	36.68367	-93.0499	300			MO	213	71818	
4393759	Kirby	kirby	US	43330	0	America/Chicago	39.84559	-92.11462	234			MO	205	05968	
4393786	Klondike	klondike	US	75448	0	America/Chicago	37.14506	-94.5994	269			MO	097	26236	
4393787	Klondike	klondike	US	75448	0	America/Chicago	38.57839	-90.84263	173	Klondike,Klondike Station		MO	183	07232	
4393813	Knob Lick	knob-lick	US	42154	0	America/Chicago	37.67533	-90.36734	287			MO	187	42302	
4393816	Knob Noster	knob-noster	US	65336	2762	America/Chicago	38.76668	-93.55855	245	Knob Noster,Knobnoster,SZL		MO	101	77524	
4393843	Knox	knox	US	12107	0	America/Chicago	37.47449	-93.61048	311	Knox,Nox		MO	167	36008	
4393852	Knoxville	knoxville	US	16928	0	America/Chicago	39.44612	-94.01688	294	Buncombe,Knoxville		MO	177	39314	
4393862	Kodiak	kodiak	US	99615	0	America/Chicago	39.95194	-94.75719	304			MO	003	62534	
4393869	Koeltztown	koeltztown	US	65048	0	America/Chicago	38.32476	-92.04212	284			MO	151	35972	
4393907	Koshkonong	koshkonong	US	65692	213	America/Chicago	36.59589	-91.6457	297			MO	149	05338	
4393913	Krakow	krakow	US	54137	0	America/Chicago	38.49755	-91.0457	232	Krakow,Saint Gertrude		MO	071	74644	
4393964	Kyle	kyle	US	24855	0	America/Chicago	39.68638	-94.83246	341			MO	021	12484	
4393983	La Monte	la-monte	US	65337	1134	America/Chicago	38.77418	-93.42521	262	La Monte,Lamonte		MO	159	40538	
4393990	La Russell	la-russell	US	64848	113	America/Chicago	37.14145	-94.0616	324	La Russell,Larussell		MO	097	66008	
4393999	Labadie	labadie	US	63055	0	America/Chicago	38.52894	-90.85014	159	Labaddie,Labadie		MO	071	06958	
4394028	Laclede	laclede	US	64651	327	America/Chicago	39.78558	-93.16659	236			MO	115	36854	
4394036	Ladd	ladd	US	61329	0	America/Chicago	37.58643	-92.11211	340			MO	215	63290	
4394046	Laddonia	laddonia	US	63352	510	America/Chicago	39.24254	-91.64544	238	Laddonia,Mutton Town		MO	007	59474	
4394079	Laguna Beach	laguna-beach	US	92651	0	America/Chicago	38.13031	-92.65157	236			MO	029	56596	
4394090	Lake	lake	US	25121	0	America/Chicago	38.6795	-90.52012	189			MO	189	13605	
4394143	Lake City	lake-city	US	16423	0	America/Chicago	39.11028	-94.25522	229			MO	095	25282	
4394148	Lake Creek	lake-creek	US	75450	0	America/Chicago	38.51141	-93.13354	297	Heimsaths Store,Lake Creek		MO	015	79936	
4394281	Lake Ozark	lake-ozark	US	65049	1761	America/Chicago	38.19864	-92.6388	229	Lake Ozark,Lakeside		MO	131	27244	
4394302	Lake Saint Louis	lake-saint-louis	US	63367	14545	America/Chicago	38.79755	-90.78568	172			MO	183		
4394335	Lake Station	lake-station	US	46405	0	America/Chicago	39.70138	-94.88941	249			MO	021	77974	
4394428	Lakeland	lakeland	US	31635	376	America/Chicago	38.22198	-92.63102	260			MO	131	27244	
4394429	Lakeland	lakeland	US	31635	0	America/Chicago	39.89476	-92.27379	228			MO	205	72520	
4394441	Lakeside	lakeside	US	06758	0	America/Chicago	37.15895	-94.41495	301			MO	097	48692	
4394442	Lakeside	lakeside	US	06758	0	America/Chicago	38.20781	-92.61963	253			MO	131	27244	
4394451	Lakeview	lakeview	US	28350	111	America/Chicago	38.21448	-92.62296	247			MO	131	27244	
4394452	Lakeview	lakeview	US	28350	0	America/Chicago	39.32251	-93.77688	244			MO	177	17398	
4394453	Lakeview	lakeview	US	28350	47	America/Chicago	36.69673	-93.3688	416			MO	209	63766	
4394487	Lamar	lamar	US	16848	4361	America/Chicago	37.49505	-94.27661	293	Lamar,la ma er,lamar,lamar  mswry,lamar  myzwry,Ламар,لامار,لامار، مسوری,لامار، میزوری,拉马尔	011	MO	011	13897	
4394498	Lambert	lambert	US	38643	34	America/Chicago	37.09283	-89.55397	103			MO	201	49916	
4394501	Lake Spring	lake-spring	US	65532	0	America/Chicago	37.78254	-91.67876	301			MO	065	77830	
4394519	Lampe	lampe	US	65681	0	America/Chicago	36.56368	-93.43796	399			MO	209	57751	
4394522	Lanagan	lanagan	US	64847	412	America/Chicago	36.60813	-94.44772	265	Lanagan,Lanegan,Lanegans Addition		MO	119	57840	
4394548	Landrum	landrum	US	29356	0	America/Chicago	37.05978	-93.91493	384			MO	109	32428	
4394586	Langston	langston	US	35755	0	America/Chicago	37.18116	-93.24407	410			MO	077	70009	
4394596	Laquey	laquey	US	65534	0	America/Chicago	37.77032	-92.3035	323			MO	169	42266	
4394600	Larimore	larimore	US	58251	0	America/Chicago	38.77338	-90.20705	156			MO	189	64208	
4394610	Larrabee	larrabee	US	51029	0	America/Chicago	39.24448	-92.23351	265	Larrabee,Larrabee Station,Larrbee Station		MO	007	65432	
4394655	Lathrop	lathrop	US	64465	2049	America/Chicago	39.54834	-94.32995	324			MO	049	40844	
4394685	Laurie	laurie	US	65038	932	America/Chicago	38.1992	-92.83352	294			MO	141	55190	
4394712	Lawrenceburg	lawrenceburg	US	38464	0	America/Chicago	37.2445	-93.6602	372	Dunkles Store,Lawrenceburg,Lawrenceburgh		MO	109	55784	
4394716	Lawson	lawson	US	64062	2409	America/Chicago	39.43834	-94.20411	325			MO	177	58844	
4394784	Leasburg	leasburg	US	27291	334	America/Chicago	38.09199	-91.29653	313			MO	055	42086	
4394788	Leadwood	leadwood	US	63653	1236	America/Chicago	37.86727	-90.59318	246	Hoffman,Leadwood,Owl Creek,Owlcreek		MO	187	60608	
4394791	Leawood	leawood	US	66206	676	America/Chicago	37.03701	-94.49689	307			MO	145	67610	
4394794	Lebanon	lebanon	US	03756	14688	America/Chicago	37.6806	-92.66379	384	Lebanon,Lehbanon,lbann  myzwry,lybanwn,Лебанон,Лэбанон,لبانن، میزوری,ليبانون	105	MO	105	41186	
4394810	Lebo	lebo	US	66856	0	America/Chicago	36.52034	-91.90876	282			MO	091	68780	
4394858	Leeds	leeds	US	01053	0	America/Chicago	39.05584	-94.50856	232			MO	095	06490	
4394863	Leeper	leeper	US	16233	0	America/Chicago	37.07505	-90.7079	149			MO	223	48404	
4394873	Leesville	leesville	US	29070	0	America/Chicago	38.34863	-93.54465	249	Leesville,Tebo		MO	083	41384	
4394876	Leeton	leeton	US	64761	563	America/Chicago	38.58307	-93.69466	289			MO	101	59312	
4394920	Lenox	lenox	US	01240	0	America/Chicago	37.6531	-91.76126	390			MO	065	77830	
4394922	Lentner	lentner	US	63450	0	America/Chicago	39.71865	-92.14795	241	Crooked Creek,Lentner,Lentners Station		MO	205	41528	
4394930	Leonard	leonard	US	48367	59	America/Chicago	39.89643	-92.17851	238	Greenfield,Leonard,Millersburg		MO	205	72520	
4394936	Leopold	leopold	US	47551	0	America/Chicago	37.25783	-89.92649	192	Leopold,Vinemount		MO	017	44084	
4394941	Leota	leota	US	56153	0	America/Chicago	36.53145	-92.03765	301			MO	091	04690	
4394950	Leslie	leslie	US	25972	169	America/Chicago	38.41783	-91.23209	253			MO	071	07192	
4394959	Lesterville	lesterville	US	57040	0	America/Chicago	37.45394	-90.84346	220			MO	179	41726	
4394966	Levasy	levasy	US	64066	83	America/Chicago	39.13556	-94.133	216			MO	095	25282	
4394986	Lewis	lewis	US	12950	0	America/Chicago	38.4353	-93.6916	242			MO	083	18784	
4395035	Lexington	lexington	US	02420	4598	America/Chicago	39.18473	-93.87994	259	Leksington,Leksingtun,lksynghtwn,Лексингтон,Лексингтън,لكسينغتون,لیکسنگٹن، مسوری	107	MO	107	41888	
4395051	Liberty	liberty	US	04949	0	America/Chicago	38.68921	-91.95935	197			MO	027	10414	
4395052	Liberty	liberty	US	04949	30450	America/Chicago	39.24611	-94.41912	268	Libehrti,Liberti,Liberty,White Hall Fields,lybrty,lybrty  myzwry,Либерти,Либэрти,لبرٹی، مسوری,ليبرتي,لیبرتی، میزوری	047	MO	047	42050	
4395115	Liberal	liberal	US	64762	721	America/Chicago	37.5581	-94.51996	275	Liberal'naja,Либеральная		MO	011	55748	
4395192	Libertyville	libertyville	US	52567	0	America/Chicago	37.70366	-90.28818	279	Cooks Settlement,Kinkead,Liberty Meeting House,Libertyville,Locust Ridge		MO	187	42302	
4395255	Licking	licking	US	65542	3115	America/Chicago	37.49949	-91.8571	385	Licking,The Lick		MO	215	67520	
4395275	Lilbourn	lilbourn	US	63862	1137	America/Chicago	36.59228	-89.61536	87	Lilbourn,Pawpaw		MO	143	41816	
4395283	Lilly	lilly	US	15938	0	America/Chicago	39.47	-94.44467	308	Lilly,Lily		MO	049	14950	
4395324	Lincoln	lincoln	US	01773	1173	America/Chicago	38.39086	-93.33465	293	Linkol'n,Линкольн		MO	015	79252	
4395362	Lindale	lindale	US	30147	0	America/Chicago	38.15336	-94.04383	256	Lindale,Marge		MO	185	01504	
4395367	Linden	linden	US	07036	0	America/Chicago	37.04644	-93.13407	352	Kenton,Linden,Lindenlure		MO	043	42968	
4395368	Linden	linden	US	07036	0	America/Chicago	39.22139	-94.57079	306			MO	047	26290	
4395407	Lingo	lingo	US	88123	0	America/Chicago	39.76808	-92.82047	249	Lingo,Linoo,Peabodys Woodyard		MO	121	43112	
4395429	Linn Creek	linn-creek	US	65052	244	America/Chicago	38.03809	-92.71157	209			MO	029	55046	
4395447	Linneus	linneus	US	64653	270	America/Chicago	39.87863	-93.18882	252	Linneus,Linnville,Linville	115	MO	115	43526	
4395476	Lisbon	lisbon	US	03585	0	America/Chicago	39.10641	-92.9063	192			MO	089	07300	
4395477	Lisle	lisle	US	13797	0	America/Chicago	38.54946	-94.59468	299			MO	037	15382	
4396625	Lusk	lusk	US	82225	0	America/Chicago	37.03227	-89.38174	97			MO	201	74410	
4395573	Little Compton	little-compton	US	02837	0	America/Chicago	39.56836	-93.28604	222			MO	033	34012	
4395763	Little River	little-river	US	29566	0	America/Chicago	36.8545	-89.66341	92			MO	143	78478	
4395891	Lively	lively	US	22507	0	America/Chicago	38.21031	-93.10798	204			MO	015	74500	
4395897	Livingston	livingston	US	07039	0	America/Chicago	38.4078	-93.81077	236	Coon Creek,Livingston		MO	083	24148	
4395917	Lock Springs	lock-springs	US	64654	56	America/Chicago	39.8489	-93.77744	220	Lock Spring,Lock Springs,Lockspring		MO	061	35738	
4395934	Lockwood	lockwood	US	14859	905	America/Chicago	37.3856	-93.95327	331	Davis,Eldridge,Lockwood,Taggart		MO	057	43508	
4395937	Locust	locust	US	28097	0	America/Chicago	36.56367	-92.54239	234			MO	153	78634	
4395969	Lodi	lodi	US	07644	0	America/Chicago	37.25644	-90.45289	130			MO	223	12304	
4395995	Logan	logan	US	25601	0	America/Chicago	37.0145	-93.61603	418			MO	109	09442	
4396036	Lohman	lohman	US	65053	161	America/Chicago	38.54309	-92.36435	204			MO	051	49844	
4396044	Loma Linda	loma-linda	US	92350	784	America/Chicago	36.99118	-94.58717	313	Loma Linda,Лома Линда		MO	145	24346	
4396070	Loma Linda	loma-linda	US	92350	0	America/Chicago	36.79339	-90.43706	135			MO	023	59114	
4396090	Lone Jack	lone-jack	US	64070	1124	America/Chicago	38.87084	-94.17383	311	Lone Jack,Lonejack		MO	095	75598	
4396124	Lone Star	lone-star	US	75668	0	America/Chicago	39.57805	-94.79024	287			MO	021	17110	
4396125	Lone Star	lone-star	US	75668	0	America/Chicago	36.51534	-89.73675	82			MO	143	15832	
4396175	Lone Tree	lone-tree	US	52755	0	America/Chicago	38.57223	-94.36106	268			MO	037	28252	
4396180	Lonedell	lonedell	US	63060	0	America/Chicago	38.30811	-90.82763	175	Lone Dell,Lonedell		MO	071	59528	
4396194	Long Beach	long-beach	US	11561	0	America/Chicago	36.70728	-93.1299	218	Comoville,Long Beach,Longbeach		MO	213	66350	
4396257	Long Lane	long-lane	US	65590	0	America/Chicago	37.61143	-92.90935	346			MO	059	80170	
4396293	Longview	longview	US	61852	0	America/Chicago	38.90417	-94.40467	290			MO	095	59564	
4396294	Longview	longview	US	61852	0	America/Chicago	36.72313	-94.20299	396			MO	119	21700	
4396302	Longwood	longwood	US	28452	0	America/Chicago	38.89919	-93.16993	244	Hermantown,Longwood,Oak Grove		MO	159	44012	
4396317	Loose Creek	loose-creek	US	65054	0	America/Chicago	38.5081	-91.9574	251	L'Ours Creek,L'Ourse Creek,Locks Mill,Loose Creek,Russellville		MO	151	43256	
4396329	Loring	loring	US	59537	0	America/Chicago	37.34477	-92.57461	450			MO	229	07264	
4396337	Lopez	lopez	US	18628	0	America/Chicago	37.65199	-90.64651	345			MO	187	35378	
4396423	Louisburg	louisburg	US	27549	121	America/Chicago	37.75782	-93.13936	358			MO	059	28450	
4396425	Louisiana	louisiana	US	63353	3296	America/Chicago	39.44894	-91.05153	148	Louisiana,Louisianaville,Luiziana,Luizijana,lwyzyana,Луизиана,Луизијана,لويزيانا		MO	163	09604	
4396427	Louisville	louisville	US	30434	0	America/Chicago	39.24253	-92.8438	242	Louisville,Thorntonsburg		MO	041	13204	
4396428	Louisville	louisville	US	30434	0	America/Chicago	39.19977	-91.17459	220			MO	113	77884	
4396465	Lovejoy	lovejoy	US	30250	0	America/Chicago	37.53338	-89.52815	112			MO	031	67070	
4396521	Lowell	lowell	US	01850	0	America/Chicago	39.85141	-93.35465	230			MO	115	14446	
4396551	Lowndes	lowndes	US	63951	0	America/Chicago	37.14894	-90.26344	135	Hog Eye,Jim Town,Lowndes		MO	223	16966	
4396553	Lowry City	lowry-city	US	64763	624	America/Chicago	38.14003	-93.72688	266			MO	185	10108	
4396562	Lucas	lucas	US	42156	0	America/Chicago	38.41641	-94.02883	235			MO	083	79504	
4396589	Luebbering	luebbering	US	63061	0	America/Chicago	38.27033	-90.8193	234	Luebbering,Luebberings and Co Store		MO	071	59528	
4396605	Lulu	lulu	US	32061	0	America/Chicago	36.68867	-91.30513	236	Lula,Lulu		MO	149	27640	
4396611	Ludlow	ludlow	US	01056	132	America/Chicago	39.65502	-93.70216	227			MO	117	49340	
4396613	Luna	luna	US	87824	0	America/Chicago	36.65201	-92.30572	254			MO	153	57764	
4396668	Lynchburg	lynchburg	US	24501	0	America/Chicago	37.4931	-92.29433	421			MO	105	26596	
4396673	Lyon	lyon	US	38645	0	America/Chicago	38.51172	-91.17404	235			MO	071	44714	
4396681	Lyons	lyons	US	07939	0	America/Chicago	37.56588	-92.49461	321	Delto,Lyons		MO	105	25660	
4396696	Mabel	mabel	US	55954	0	America/Chicago	39.82167	-94.19995	312			MO	061	15472	
4396759	Macks Creek	macks-creek	US	65786	244	America/Chicago	37.96642	-92.96936	268			MO	029	63668	
4396764	Macomb	macomb	US	48042	0	America/Chicago	37.09422	-92.49183	463			MO	229	14086	
4396767	Macon	macon	US	27551	5436	America/Chicago	39.74226	-92.47269	265	Macon,Macon City,Makon,Mehkon,Mejkon,mei ken,mykwn,mykwn  myswry,Макон,Мејкон,Мэкон,ميكون,میکون، میسوری,梅肯	121	MO	121	33580	
4396778	Mackville	mackville	US	40040	0	America/Chicago	39.05921	-91.06014	188			MO	113	48458	
4396796	Madison	madison	US	03849	535	America/Chicago	39.47365	-92.2099	244	Madison,Мадисон		MO	137	46100	
4396806	Madisonville	madisonville	US	37354	0	America/Chicago	39.45726	-91.49654	209			MO	173	36566	
4396821	Magnolia	magnolia	US	08049	0	America/Chicago	38.63918	-93.91411	269			MO	101	13672	
4396871	Malden	malden	US	02148	4121	America/Chicago	36.557	-89.96648	89	MAW		MO	069	16696	
4396903	Mammoth	mammoth	US	15664	0	America/Chicago	36.5359	-92.40072	204			MO	153	08380	
4396907	Malta Bend	malta-bend	US	65339	251	America/Chicago	39.19335	-93.36299	213			MO	195	28216	
4396915	Manchester	manchester	US	01944	18229	America/Chicago	38.597	-90.50929	176	Manchester,Манчестер		MO	189	39682	
4396922	Mandeville	mandeville	US	70448	0	America/Chicago	39.49641	-93.62105	295			MO	033	41672	
4396939	Manila	manila	US	72442	0	America/Chicago	38.55113	-93.33632	289			MO	159	77650	
4396967	Mansfield	mansfield	US	02048	1261	America/Chicago	37.10672	-92.58072	452	Mehnsfild,Мэнсфилд		MO	229	58556	
4396983	Mapaville	mapaville	US	63065	0	America/Chicago	38.24894	-90.48346	203			MO	099	37340	
4396988	Maple Grove	maple-grove	US	55311	0	America/Chicago	37.25367	-94.12577	335	Maple Grove,Maplegrove		MO	097	42788	
4397019	Maple Hill	maple-hill	US	28454	0	America/Chicago	39.70167	-94.40773	310	Maple Hill,Maplehill		MO	049	58160	
4397028	Maple Park	maple-park	US	60151	0	America/Chicago	39.18973	-94.50829	273			MO	047	13780	
4397042	Maplewood	maplewood	US	07040	7945	America/Chicago	38.61255	-90.32456	154			MO	189	29818	
4397065	Marble Hill	marble-hill	US	30148	1482	America/Chicago	37.30589	-89.97038	149	Dallas,Greene,Marble Hill,New California	017	MO	017	44084	
4397071	Marceline	marceline	US	64658	2154	America/Chicago	39.71197	-92.94825	263			MO	115	45884	
4397106	Marion	marion	US	02738	0	America/Chicago	38.69087	-92.3663	177			MO	051	45974	
4397123	Marionville	marionville	US	23408	2189	America/Chicago	37.00311	-93.63742	416			MO	109	09442	
4397124	Mark	mark	US	61340	0	America/Chicago	39.8881	-91.46349	143			MO	127	23176	
4397162	Marlborough	marlborough	US	01752	0	America/Chicago	38.97667	-94.56218	266			MO	095	08686	
4397163	Marlborough	marlborough	US	01752	2191	America/Chicago	38.57033	-90.33706	164	Marlboro,Марлборо		MO	189	36962	
4397174	Marlow	marlow	US	03456	0	America/Chicago	36.38978	-89.97898	84			MO	069	25804	
4397184	Marquand	marquand	US	63655	208	America/Chicago	37.42922	-90.16817	175			MO	123	46262	
4397211	Marshall	marshall	US	20115	13039	America/Chicago	39.12308	-93.19687	233	MHL,Marshal,Marshall,marshal,marshal  myzwry,marshl  mswry,Маршал,Маршалл,مارشال,مارشال، میزوری,مارشل، مسوری	195	MO	195	46334	
4397238	Marshfield	marshfield	US	02050	7138	America/Chicago	37.33866	-92.90712	455	Marshfijld,Marshfild,masipildeu,Маршфийлд,Маршфилд,마시필드	225	MO	225	46390	
4397242	Marston	marston	US	28363	477	America/Chicago	36.51895	-89.61258	89			MO	143	39710	
4397248	Marthasville	marthasville	US	63357	1152	America/Chicago	38.62838	-91.05764	171			MO	219	13402	
4397276	Martin City	martin-city	US	59926	0	America/Chicago	38.88612	-94.59023	270	Martin City,Tilden		MO	095	38054	
4397311	Martinsburg	martinsburg	US	13404	308	America/Chicago	39.10226	-91.64766	246	Hudson City,Martinsburg		MO	007	44210	
4397333	Marvin	marvin	US	57251	0	America/Chicago	38.41642	-92.77075	310			MO	141	49880	
4397339	Maryknoll	maryknoll	US	10545	0	America/Chicago	38.93533	-90.77818	155	Bals,Mary Knoll,Maryknoll		MO	113	49322	
4397340	Maryland Heights	maryland-heights	US	63043	27389	America/Chicago	38.71311	-90.42984	161	Maryland Heights,Maryland Heights Station,Mehrilehnd Khehjts,Meriland Khajts,mrylnd hayts  myzwry,Мериланд Хајтс,Мэрилэнд Хэйтс,مریلند هایتس، میزوری,میری لینڈ ہائٹس، مسوری		MO	189	47918	
4397353	Mascot	mascot	US	23108	0	America/Chicago	37.26282	-93.29686	377			MO	077		
4397411	Mathis	mathis	US	78368	0	America/Chicago	37.7217	-93.16547	309			MO	059	52886	
4397433	Matthews	matthews	US	28104	628	America/Chicago	36.75922	-89.58675	95			MO	143	05518	
4397453	Maud	maud	US	74854	0	America/Chicago	39.63337	-92.19546	235	Black Hawk,Maud,Petersburg,Stivers Corners		MO	205	36985	
4397457	Maupin	maupin	US	97037	0	America/Chicago	38.24061	-90.78402	189			MO	071	59528	
4397474	Max	max	US	56659	0	America/Chicago	37.57477	-91.38347	375			MO	065	43202	
4397486	May	may	US	73851	0	America/Chicago	36.75118	-94.52216	276			MO	119	09617	
4397521	Mayfield	mayfield	US	12117	0	America/Chicago	37.45422	-89.94927	188			MO	017	66314	
4397530	Mayflower	mayflower	US	72106	0	America/Chicago	36.51063	-94.05159	356			MO	009	02116	
4397543	Maysville	maysville	US	26833	1094	America/Chicago	39.88917	-94.3619	296		063	MO	063	10720	
4397546	Mayview	mayview	US	64071	208	America/Chicago	39.05307	-93.8305	274	Mayview,Mounds,Seths Knobs		MO	107	77560	
4397549	Maywood	maywood	US	07607	0	America/Chicago	39.095	-94.44551	261			MO	095	06490	
4397550	Maywood	maywood	US	07607	0	America/Chicago	39.95421	-91.60321	157	Longville,Maywood		MO	111	74752	
4397791	McIntosh	mcintosh	US	56556	0	America/Chicago	39.40421	-90.97347	155			MO	163	09604	
4397929	Meadville	meadville	US	16335	449	America/Chicago	39.78419	-93.30215	219	Bottsville,Meadville,New Baltimore		MO	115	56378	
4397936	Mecca	mecca	US	47860	0	America/Chicago	39.48417	-94.52301	264			MO	049	30304	
4397937	Mechanicsville	mechanicsville	US	18934	0	America/Chicago	38.69255	-90.79846	217			MO	183	07232	
4397947	Medford	medford	US	02153	0	America/Chicago	38.65168	-94.00716	267			MO	101	63146	
4397975	Melrose	melrose	US	02176	0	America/Chicago	38.57283	-90.72318	227			MO	189	13605	
4397984	Melville	melville	US	11747	0	America/Chicago	38.99028	-94.54495	261			MO	095	08686	
4398016	Mendon	mendon	US	01756	167	America/Chicago	39.58975	-93.13465	215	Mendon,Salt Creek		MO	041	47306	
4398030	Mentor	mentor	US	44060	0	America/Chicago	37.10616	-93.19907	410			MO	077	14542	
4398057	Merna	merna	US	61758	0	America/Chicago	38.97114	-92.64963	179	Elliot,Merna		MO	053	07336	
4398079	Merritt	merritt	US	28556	0	America/Chicago	36.89867	-92.86934	305			MO	067	09262	
4398082	Meta	meta	US	65058	227	America/Chicago	38.31254	-92.16601	197			MO	151	35972	
4398099	Metz	metz	US	26585	49	America/Chicago	37.99753	-94.44329	240	Metz,Pleasant Valley		MO	217	47630	
4398103	Mexico	mexico	US	04257	11660	America/Chicago	39.16976	-91.88295	244	Meksiko,Mexico,New Mexico,mksykw,mkzykw  myzwry,mo xi ge,myksykw  mswry,Мексико,مكسيكو,مکزیکو، میزوری,میکسیکو، مسوری,墨西哥	007	MO	007	65558	
4398117	Miami	miami	US	25134	175	America/Chicago	39.32141	-93.22798	238	Majami,Майами		MO	195	47702	
4398183	Middlebrook	middlebrook	US	24459	0	America/Chicago	37.66276	-90.64841	346			MO	093	35360	
4398185	Middleton	middleton	US	01949	0	America/Chicago	39.11726	-92.30212	256			MO	019	62840	
4398191	Middletown	middletown	US	02842	159	America/Chicago	39.12699	-91.41404	208	Middleton,Middletown		MO	139	59618	
4398194	Midland	midland	US	15059	0	America/Chicago	37.97838	-91.32709	270			MO	055	47360	
4398203	Midvale	midvale	US	44653	0	America/Chicago	37.21116	-91.72987	419			MO	215	11548	
4398205	Midway	midway	US	15060	0	America/Chicago	38.98504	-92.44935	197			MO	019	38045	
4398206	Midway	midway	US	15060	0	America/Chicago	37.0295	-92.59517	325			MO	067	48206	
4398208	Midway	midway	US	15060	0	America/Chicago	37.05478	-94.50272	325			MO	145	67610	
4398209	Midway	midway	US	15060	0	America/Chicago	36.61062	-91.47708	270			MO	149	72844	
4398211	Midway	midway	US	15060	0	America/Chicago	37.21283	-92.64906	465			MO	229	26614	
4398230	Mildred	mildred	US	18632	0	America/Chicago	36.63701	-93.09934	299			MO	213	71818	
4398236	Milford	milford	US	01757	26	America/Chicago	37.58477	-94.15717	281	Milford,Милфорд		MO	011	48116	
4398237	Milford	milford	US	01757	0	America/Chicago	39.40697	-93.3691	219			MO	033	15742	
4398340	Mill Spring	mill-spring	US	28756	183	America/Chicago	37.062	-90.68401	133			MO	223	48404	
4398349	Millbrook	millbrook	US	12545	0	America/Chicago	38.4992	-92.35657	192			MO	051	49844	
4398352	Millcreek	millcreek	US	62961	0	America/Chicago	37.52672	-90.30984	227			MO	123	65072	
4398357	Miller	miller	US	57362	686	America/Chicago	37.21478	-93.83993	397			MO	109	42806	
4398444	Millersburg	millersburg	US	17061	0	America/Chicago	38.89865	-92.12352	247			MO	027	07516	
4398446	Millersville	millersville	US	17551	0	America/Chicago	37.43283	-89.79954	141			MO	031	79630	
4398449	Millheim	millheim	US	16854	0	America/Chicago	37.61755	-89.88733	181			MO	157	13870	
4398473	Millville	millville	US	01529	0	America/Chicago	39.40529	-93.918	236	Buck Snort,Millville		MO	177	28666	
4398474	Millwood	millwood	US	10546	0	America/Chicago	39.10282	-91.10625	196	Millward,Millwood,Milwood		MO	113	48458	
4398482	Milo	milo	US	04463	89	America/Chicago	37.75615	-94.30606	268			MO	217	20242	
4398485	Milton	milton	US	02186	0	America/Chicago	39.47004	-92.32907	254	Firth,Milton		MO	175	74914	
4398486	Milton	milton	US	02186	0	America/Chicago	39.21945	-94.62246	255			MO	165	56598	
4398494	Milltown	milltown	US	08850	0	America/Chicago	36.77755	-90.60512	134	Kerens,Milltown		MO	023	22492	
4398502	Mindenmines	mindenmines	US	64769	346	America/Chicago	37.47144	-94.58996	293	Minden,Minden Mines,Mindenmines,Munden		MO	011	69194	
4398528	Mineola	mineola	US	11501	0	America/Chicago	38.8881	-91.57155	171			MO	139	18208	
4398536	Mineral City	mineral-city	US	44656	0	America/Chicago	37.71644	-90.53373	346			MO	187	56864	
4398544	Mineral Point	mineral-point	US	15942	347	America/Chicago	37.94477	-90.7243	267			MO	221	08254	
4398563	Mingo	mingo	US	43047	0	America/Chicago	36.93727	-90.2001	106	Grindle,Mingo		MO	207	20260	
4398583	Minnie	minnie	US	41651	0	America/Chicago	39.18893	-92.45685	255			MO	019	07498	
4398654	Missouri City	missouri-city	US	64072	280	America/Chicago	39.24084	-94.288	221	Atchison,Missouri City,Richfield,Saint Bernard		MO	047	24292	
4398686	Mitchell	mitchell	US	30820	0	America/Chicago	37.84672	-90.57985	287			MO	187	60608	
4398730	Moberly	moberly	US	65270	13919	America/Chicago	39.41837	-92.43824	265	MBY,Magic City,Mobehrli,Moberli,Moberly,mwbrly,mwbrly  myzwry,Моберли,Мобэрли,موبرلي,موبرلی، میزوری		MO	175	53318	
4398752	Mokane	mokane	US	65059	187	America/Chicago	38.67504	-91.87435	165	Mokane,Saint Anberts,Saint Aubert,Smiths Landing		MO	027	64010	
4398756	Molino	molino	US	32577	0	America/Chicago	39.30171	-91.87822	226			MO	007	65558	
4398761	Monarch	monarch	US	59463	0	America/Chicago	38.64339	-90.67152	206			MO	189	13605	
4398776	Monett	monett	US	65708	8988	America/Chicago	36.92895	-93.92771	413	Forest Park,Monett,Plymouth Junction		MO	109	57440	
4398859	Monroe City	monroe-city	US	47557	2446	America/Chicago	39.65365	-91.73461	227	Monroe,Monroe City		MO	137	49358	
4398875	Montague	montague	US	01351	0	America/Chicago	36.92811	-93.32796	336			MO	043	53066	
4398880	Montauk	montauk	US	11954	0	America/Chicago	37.44782	-91.6957	351			MO	065	17830	
4398886	Monterey	monterey	US	01245	0	America/Chicago	37.57199	-90.85318	268			MO	179	41726	
4398887	Montevallo	montevallo	US	35115	0	America/Chicago	37.72615	-94.10828	291			MO	217	49484	
4398894	Montgomery City	montgomery-city	US	63361	2734	America/Chicago	38.97754	-91.50488	251	Montgomery,Montgomery City	139	MO	139	49520	
4398912	Montier	montier	US	65546	98	America/Chicago	36.987	-91.57542	328	Monteer,Montier		MO	203	49628	
4398914	Montreal	montreal	US	54550	0	America/Chicago	37.96893	-92.59212	314			MO	029	02476	
4398915	Montrose	montrose	US	10548	370	America/Chicago	38.2578	-93.98133	255			MO	083	18748	
4398925	Moody	moody	US	04054	0	America/Chicago	36.52951	-91.98932	298			MO	091	04690	
4399012	Mooresville	mooresville	US	28115	88	America/Chicago	39.74529	-93.71771	280			MO	117	49808	
4399020	Mora	mora	US	55051	0	America/Chicago	38.52363	-93.21576	310			MO	015	79936	
4399032	Morehouse	morehouse	US	63868	925	America/Chicago	36.84727	-89.68536	92			MO	143	78478	
4399043	Morgan	morgan	US	05853	0	America/Chicago	37.51032	-92.67656	382			MO	105	74734	
4399067	Morley	morley	US	49336	687	America/Chicago	37.04366	-89.61036	105			MO	201	50006	
4399081	Morocco	morocco	US	47963	0	America/Chicago	36.73672	-90.36011	100			MO	023	59114	
4399113	Morrison	morrison	US	37357	137	America/Chicago	38.67282	-91.63628	160			MO	073	61490	
4399126	Morrisville	morrisville	US	05661	385	America/Chicago	37.48115	-93.42742	355	Morrisville,Mount Pleasant,Pleasant Prairie		MO	167	78842	
4399135	Morse Mill	morse-mill	US	63066	0	America/Chicago	38.27672	-90.65318	159	Morse Mill,Morses Mill		MO	099	05554	
4399140	Morton	morton	US	14508	0	America/Chicago	39.31946	-93.86077	244	Morton,Shaws Shop		MO	177	17398	
4399148	Mosby	mosby	US	59058	198	America/Chicago	39.31556	-94.29384	232			MO	047	24292	
4399152	Moscow	moscow	US	05662	0	America/Chicago	39.16639	-94.5419	270			MO	047	26290	
4399153	Moscow Mills	moscow-mills	US	63362	2567	America/Chicago	38.94783	-90.91819	164	Moscow,Moscow Mills,Moscow on the Cuivre		MO	113	14050	
4399156	Moselle	moselle	US	39459	0	America/Chicago	38.38672	-90.89791	155	Moselle,Moselle Furnace		MO	071	12754	
4399199	Motley	motley	US	56466	0	America/Chicago	37.06034	-94.18605	341			MO	097	74716	
4399248	Moundville	moundville	US	35474	123	America/Chicago	37.76421	-94.45218	263	Mound Ville,Moundville		MO	217	50348	
4399256	Mount Airy	mount-airy	US	21771	0	America/Chicago	39.37698	-92.63491	228	Mount Airy,Mountairy,Uptonsville		MO	175	67898	
4399324	Mount Freedom	mount-freedom	US	07970	0	America/Chicago	38.19339	-90.64735	227			MO	099	05554	
4399350	Mount Hope	mount-hope	US	25880	0	America/Chicago	38.29839	-90.87375	214	Mount Hope,Mounthope		MO	071	59528	
4399414	Mount Olive	mount-olive	US	25185	0	America/Chicago	38.90057	-93.69494	228	Mount Olive,Priest		MO	101	68006	
4399500	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	38.36809	-92.52352	282	Mount Pleasant,Pleasant Mound		MO	131	65342	
4399589	Mount Sterling	mount-sterling	US	40353	0	America/Chicago	38.46505	-91.62711	176	Mount Sterling,Shockleys Bluff		MO	073	07462	
4399605	Mount Vernon	mount-vernon	US	04352	4537	America/Chicago	37.10367	-93.81854	369		109	MO	109	50690	
4399625	Mount Washington	mount-washington	US	03589	0	America/Chicago	39.09945	-94.46634	249			MO	095	06490	
4399629	Mount Zion	mount-zion	US	26151	0	America/Chicago	37.01339	-92.661	385			MO	067	24220	
4399630	Mount Zion	mount-zion	US	26151	0	America/Chicago	38.21753	-93.63799	265			MO	083	55136	
4399722	Mountain Dale	mountain-dale	US	12763	0	America/Chicago	37.18894	-92.75406	470			MO	225	31312	
4399725	Mountain Grove	mountain-grove	US	65711	4685	America/Chicago	37.13061	-92.26349	451	Fyan,Mountain Grove		MO	229	50420	
4399745	Mountain View	mountain-view	US	65548	2673	America/Chicago	36.99533	-91.70376	348	Campbell Town,Mauntin-V'ju,Mountain View,Маунтин-Вью		MO	091	27748	
4399853	Mulberry	mulberry	US	33860	0	America/Chicago	38.29058	-94.56468	249			MO	013	32788	
4399889	Mumford	mumford	US	14511	0	America/Chicago	37.18783	-93.20074	364			MO	077		
4399896	Munger	munger	US	48747	0	America/Chicago	37.59755	-90.79651	294	Munger,Mungers Mill		MO	179	41726	
4399914	Murphy	murphy	US	28906	8690	America/Chicago	38.49033	-90.48707	175			MO	099	62552	
4399992	Myrtle	myrtle	US	38650	0	America/Chicago	36.50867	-91.26708	172			MO	149	51068	
4400019	Napoleon	napoleon	US	43545	218	America/Chicago	39.1314	-94.07078	228			MO	107	14428	
4400037	Nash	nash	US	73761	0	America/Chicago	37.23811	-89.61954	109	Nash,Shepley		MO	031	11260	
4400043	Nashua	nashua	US	03060	0	America/Chicago	39.30056	-94.57996	321			MO	047	58142	
4400044	Nashville	nashville	US	27856	0	America/Chicago	37.3745	-94.49079	294	Nashvill,Нашвилл		MO	011	51248	
4400070	Nauvoo	nauvoo	US	35578	0	America/Chicago	36.50395	-93.51213	328			MO	209	79954	
4400073	Naylor	naylor	US	31641	615	America/Chicago	36.57534	-90.604	93	Barfield,Naylor		MO	181	72970	
4400096	Neck City	neck-city	US	64849	184	America/Chicago	37.257	-94.44439	285	Hells Neck,Neck City		MO	097	48692	
4400101	Needmore	needmore	US	17238	0	America/Chicago	37.61837	-93.70715	296			MO	039	45344	
4400102	Needmore	needmore	US	17238	0	America/Chicago	38.07172	-90.23845	240			MO	186	36098	
4400120	Neelyville	neelyville	US	63954	471	America/Chicago	36.56172	-90.50622	93	Neeleyville,Neelysville,Neelyville		MO	023	51392	
4400155	Nelson	nelson	US	03457	193	America/Chicago	38.99474	-93.0327	205			MO	195	02062	
4400178	Nemo	nemo	US	57759	0	America/Chicago	37.8767	-93.26186	302	Cross Roads,Nemo		MO	085	28954	
4400181	Neola	neola	US	51559	0	America/Chicago	37.5056	-93.86966	285			MO	057	52868	
4400183	Neosho	neosho	US	53059	12156	America/Chicago	36.86896	-94.368	316	EOS,Niosho,Nisho,nywshw  myzwry,Ниошо,Нишо,نیوشو، میزوری	145	MO	145	51590	
4400189	Nesbit	nesbit	US	38651	0	America/Chicago	36.09035	-90.13482	77			MO	069	14338	
4400192	Nelsonville	nelsonville	US	45764	0	America/Chicago	39.92615	-91.79655	218			MO	127	63344	
4400202	Nettleton	nettleton	US	38858	0	America/Chicago	39.75806	-93.90466	294	Gomer,Nettleton		MO	025	27784	
4400203	Nevada	nevada	US	44849	8253	America/Chicago	37.83921	-94.35467	266	Hog Eye,NVD,Nevada,Nevada City,Невада	217	MO	217	12646	
4400236	New Bloomfield	new-bloomfield	US	17068	676	America/Chicago	38.72032	-92.0913	263			MO	027	12160	
4400237	New Boston	new-boston	US	03070	0	America/Chicago	39.95197	-92.85964	294			MO	115	03016	
4400241	New Cambria	new-cambria	US	63558	194	America/Chicago	39.77531	-92.75047	253	New Cambria,Stockton		MO	121	43112	
4400244	New Castle	new-castle	US	03854	0	America/Chicago	38.57057	-93.6366	271			MO	101	36836	
4400253	New Florence	new-florence	US	15944	728	America/Chicago	38.91032	-91.44822	266	Florence,New Florence		MO	139	18208	
4400260	New Franklin	new-franklin	US	65274	1082	America/Chicago	39.01725	-92.73741	196			MO	089	25642	
4400275	New Harmony	new-harmony	US	47631	0	America/Chicago	39.29421	-91.37487	214	Harmony,New Harmony		MO	163	35090	
4400287	New Hartford	new-hartford	US	06057	0	America/Chicago	39.19949	-91.27015	185			MO	163	30682	
4400289	New Haven	new-haven	US	05472	2096	America/Chicago	38.60838	-91.21904	206	Baltimore,Blish Mill,Blish Mills,Millers Bend,Millers Landing,Millers Station,Millersburg,N'ju-Khejven,New Haven,Newhaven,Нью-Хейвен		MO	071	51932	
4400297	New Home	new-home	US	79383	0	America/Chicago	38.14364	-94.47245	242	New Home,Newhome		MO	013	51950	
4400324	New Hope	new-hope	US	18938	0	America/Chicago	39.13671	-90.8643	219	New Hope,Newhope		MO	113	34030	
4400400	New Lebanon	new-lebanon	US	12125	0	America/Chicago	38.76391	-92.93936	255	Lebanon,New Lebanon		MO	053	41150	
4400401	New Liberty	new-liberty	US	40355	0	America/Chicago	36.8645	-91.28069	198			MO	149	23608	
4400423	New London	new-london	US	03257	969	America/Chicago	39.58532	-91.40098	200	N'ju-London,Нью-Лондон	173	MO	173	69410	
4400427	New Madrid	new-madrid	US	63869	3011	America/Chicago	36.58645	-89.52785	90	N'ju Madrid,New Madrid,Nju Madrid,Nouveau Madrid,Nova Madrid,Nueva Madrid,Њу Мадрид,Нью Мадрид,نیو میڈرڈ، مسوری	143	MO	143	52094	
4400435	New Market	new-market	US	21774	0	America/Chicago	39.5025	-94.79941	266	Jacksonville,New Market,Newmarket		MO	165	29026	
4400437	New Melle	new-melle	US	63365	494	America/Chicago	38.70977	-90.87958	235			MO	183	07232	
4400522	Newark	newark	US	07101	90	America/Chicago	39.9931	-91.97295	211	N'juark,Ньюарк		MO	103	23158	
4400528	Newburg	newburg	US	17240	452	America/Chicago	37.91421	-91.90266	218			MO	161	01918	
4400536	Newhall	newhall	US	24866	0	America/Chicago	39.57725	-93.03214	249			MO	041	65486	
4400538	Newland	newland	US	28657	0	America/Chicago	38.80946	-93.17326	206			MO	159	44012	
4400549	Newmarket	newmarket	US	03857	0	America/Chicago	39.75976	-91.73211	185	New Market,Newmarket		MO	127	77074	
4400571	Newtonia	newtonia	US	64853	200	America/Chicago	36.87673	-94.18549	367			MO	145	52310	
4400573	Newport	newport	US	02840	0	America/Chicago	37.52782	-94.10439	307	Horse Creek,Newport		MO	011	52238	
4400583	Niangua	niangua	US	65713	411	America/Chicago	37.38727	-92.83268	439	Niangua,Niangua City		MO	225	52436	
4400587	Niantic	niantic	US	06357	0	America/Chicago	39.96557	-93.45688	247			MO	117	17146	
4400590	Nichols	nichols	US	13812	0	America/Chicago	37.21783	-93.36213	384	Junction City,Nichols,Nichols Junction		MO	077	70009	
4400648	Nixa	nixa	US	65714	20984	America/Chicago	37.04339	-93.29435	395	Niksa,nyksa  myzwry,Никса,نیکسا، میزوری		MO	043	26441	
4400654	Noble	noble	US	62868	0	America/Chicago	36.74756	-92.56989	318			MO	153	52652	
4400669	Nodaway	nodaway	US	50857	0	America/Chicago	39.90944	-94.96775	254			MO	003	42572	
4400673	Noel	noel	US	64854	1824	America/Chicago	36.54563	-94.48522	254			MO	119	21792	
4400708	Norborne	norborne	US	64668	679	America/Chicago	39.30252	-93.67744	210			MO	033	21412	
4400737	Normandy	normandy	US	37360	4978	America/Chicago	38.72088	-90.29734	184	Normandi,Норманди		MO	189	52814	
4400748	Norris	norris	US	29667	0	America/Chicago	38.52057	-93.89549	263	Norris,Norris Forks		MO	083	05392	
4400799	North Fork	north-fork	US	83466	0	America/Chicago	39.61115	-91.91906	205	Clinton,North Fork,Northfork,Somerset		MO	137	77596	
4400899	North River	north-river	US	12856	0	America/Chicago	39.84393	-91.4896	148	North River,North River Station		MO	127	23176	
4400965	Norton	norton	US	02766	0	America/Chicago	39.19613	-93.13492	212			MO	195	46334	
4400971	Norwalk	norwalk	US	06850	0	America/Chicago	36.62701	-93.53352	350			MO	209	00892	
4400973	Norwood	norwood	US	02062	641	America/Chicago	37.10839	-92.41489	454			MO	229	14086	
4401225	Nyssa	nyssa	US	97913	0	America/Chicago	36.63978	-90.2426	98	Nyassa,Nyssa		MO	023	02224	
4401242	O'Fallon	o-fallon	US	62269	85040	America/Chicago	38.81061	-90.69985	165	O'Fallon,O'Fallon Station		MO	183	54080	
4401256	Oak	oak	US	68964	0	America/Chicago	39.89361	-94.52968	293			MO	063	67430	
4401282	Oak Grove	oak-grove	US	42262	7937	America/Chicago	39.00501	-94.12939	268	Lickskillet,Oak Grove		MO	095	68438	
4401283	Oak Grove	oak-grove	US	42262	0	America/Chicago	37.57283	-90.39484	224			MO	123	58790	
4401429	Oak Hill	oak-hill	US	12460	0	America/Chicago	38.20588	-91.42071	229	Oak Hill,Putman Hill		MO	055	53696	
4401485	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	36.71229	-93.79242	453			MO	009	48674	
4401487	Oak Ridge	oak-ridge	US	07438	249	America/Chicago	37.50116	-89.72982	183			MO	031	01450	
4401488	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	36.03007	-89.84175	78			MO	155	16354	
4401489	Oak Ridge	oak-ridge	US	07438	202	America/Chicago	37.8592	-94.14883	242			MO	217	14644	
4401541	Oakdale	oakdale	US	06370	0	America/Chicago	39.7606	-91.93295	218			MO	205	36134	
4401559	Oakland	oakland	US	02858	0	America/Chicago	37.63643	-92.55934	380			MO	105	55154	
4401560	Oakland	oakland	US	02858	1382	America/Chicago	38.57644	-90.38567	187	Oakland,Oakland Station,Oklend,Окленд		MO	189	07066	
4401602	Oakley	oakley	US	48649	0	America/Chicago	37.14894	-90.9554	230			MO	179	43598	
4401609	Oaks	oaks	US	19456	135	America/Chicago	39.19639	-94.56968	300			MO	047	26290	
4401612	Oakton	oakton	US	22124	0	America/Chicago	37.4581	-94.35412	297	Oak Grove,Oakton		MO	011	53048	
4401617	Oakville	oakville	US	06779	0	America/Chicago	36.15368	-89.89648	78			MO	155	07858	
4401618	Oakville	oakville	US	06779	36143	America/Chicago	38.47005	-90.30456	183			MO	189	53880	
4401626	Oakwood	oakwood	US	24631	195	America/Chicago	39.20195	-94.57023	304			MO	047	26290	
4401627	Oakwood	oakwood	US	24631	0	America/Chicago	39.68532	-91.39682	159	Oakwood,Stringtown		MO	127	46658	
4401658	Oakmont	oakmont	US	15139	0	America/Chicago	36.53256	-93.27852	353			MO	213	54632	
4401659	Odessa	odessa	US	14869	5178	America/Chicago	38.99917	-93.95356	285	Odessa,Одесса		MO	107	68456	
4401681	Odin	odin	US	56160	0	America/Chicago	37.26838	-92.6185	381			MO	229	07264	
4401685	Ogden	ogden	US	50212	0	America/Chicago	36.7445	-89.55647	94			MO	143	05518	
4401695	Ohio	ohio	US	61349	0	America/Chicago	38.15558	-93.85188	255			MO	185	49142	
4401700	Ohlman	ohlman	US	62076	0	America/Chicago	37.42644	-91.11541	375			MO	179	11530	
4401702	Oil City	oil-city	US	16301	0	America/Chicago	39.34447	-92.84936	190			MO	041	13204	
4401836	Old Monroe	old-monroe	US	63369	282	America/Chicago	38.93172	-90.74679	136	Monroe,Old Monroe		MO	113	49322	
4401869	Old Town	old-town	US	04468	0	America/Chicago	36.50395	-91.54347	192	Centertown,Old Town		MO	149	72844	
4401887	Olden	olden	US	76466	0	America/Chicago	36.83395	-91.91043	377			MO	091	20188	
4401888	Oldfield	oldfield	US	65720	0	America/Chicago	36.97839	-93.04018	421	Lees Spur,Oldfield		MO	043	54308	
4401891	Oldham	oldham	US	57051	0	America/Chicago	38.73087	-92.26296	266			MO	019	12142	
4401898	Olean	olean	US	14760	130	America/Chicago	38.41086	-92.52935	236	Olean,Proctor		MO	131	65342	
4401901	Olga	olga	US	98279	0	America/Chicago	37.08866	-92.90684	481			MO	225	29254	
4401904	Olive	olive	US	59343	0	America/Chicago	37.45921	-93.1088	400	Olive,Skillet		MO	059	67304	
4401940	Olney	olney	US	20830	0	America/Chicago	39.08393	-91.24321	216	Lost Branch,Nineveh,Olney		MO	113	52544	
4401942	Olympia	olympia	US	40358	0	America/Chicago	37.72615	-94.02855	290	Hyattsville,Olympia		MO	039	04600	
4401965	Only	only	US	37140	0	America/Chicago	37.9167	-92.95047	336			MO	029	63668	
4401968	Opal	opal	US	83124	0	America/Chicago	37.02117	-93.7702	399			MO	109	02566	
4401987	Oran	oran	US	50664	1277	America/Chicago	37.08505	-89.65536	103	Oran,Saint Cloud		MO	201	72088	
4401990	Orange	orange	US	01364	0	America/Chicago	37.04506	-93.71687	382			MO	109	50690	
4402011	Oregon	oregon	US	43616	776	America/Chicago	39.98694	-95.14498	333	Finley,Oregon,Орегон	087	MO	087	41798	
4402019	Orla	orla	US	79770	0	America/Chicago	37.52643	-92.58267	354			MO	105	77542	
4402027	Oronogo	oronogo	US	64855	2425	America/Chicago	37.18839	-94.47023	280	Center Creek,Leadville Hollow,Minersville,Oronogo		MO	097	48692	
4402029	Orrick	orrick	US	64077	809	America/Chicago	39.21278	-94.12272	219			MO	177	54956	
4402031	Orrville	orrville	US	36767	0	America/Chicago	38.637	-90.66013	158			MO	189	13605	
4402040	Osage Beach	osage-beach	US	65065	4433	America/Chicago	38.12956	-92.65277	262	OSB,Osage Beach,Zebra		MO	029	56596	
4402048	Osage City	osage-city	US	66523	0	America/Chicago	38.55254	-92.0324	170			MO	051	42068	
4402079	Osborn	osborn	US	64474	0	America/Chicago	36.58061	-90.21149	96			MO	023	27046	
4402080	Osborn	osborn	US	64474	413	America/Chicago	39.7496	-94.35523	312			MO	063	15490	
4402093	Oscar	oscar	US	70762	0	America/Chicago	37.41421	-91.83043	387			MO	215	36170	
4402099	Osceola	osceola	US	16942	915	America/Chicago	38.0467	-93.70438	229	Crossing of the Osage at Crow and Crutchfield,Crow and Crutchfield,Osceola	185	MO	185	55406	
4402109	Oskaloosa	oskaloosa	US	52577	0	America/Chicago	37.63921	-94.59246	262			MO	011	41618	
4402117	Otis	otis	US	01253	0	America/Chicago	36.61339	-89.60341	86			MO	143	41816	
4402119	Oto	oto	US	51044	0	America/Chicago	36.85867	-93.45491	312			MO	209	42878	
4402145	Otterville	otterville	US	65348	451	America/Chicago	38.69974	-93.00214	226			MO	053	55496	
4402180	Otto	otto	US	14766	0	America/Chicago	38.37089	-90.5004	266	Otto,Ottoville		MO	099	34358	
4402201	Overton	overton	US	68863	0	America/Chicago	38.94781	-92.5763	180			MO	053	65306	
4402213	Owensville	owensville	US	45160	2627	America/Chicago	38.3456	-91.50155	289			MO	073	11008	
4402239	Oxly	oxly	US	63955	200	America/Chicago	36.59506	-90.68762	104	Oakdale,Oxly,Varner		MO	181	75778	
4402245	Ozark	ozark	US	36360	19120	America/Chicago	37.02089	-93.20602	356	Ozark,awzark,awzark  myzwry,Озарк,أوزارك,اوزارک، میزوری	043	MO	043	20846	
4402300	Pacific	pacific	US	63069	7161	America/Chicago	38.482	-90.74152	142	Franklin,Pacific,Pasifik,Пасифик		MO	071	06958	
4402362	Palmer	palmer	US	01069	0	America/Chicago	37.83949	-90.99597	274	Harmony,Palmer,Webster		MO	221	30394	
4402380	Palmetto	palmetto	US	30268	0	America/Chicago	37.14227	-93.09546	438			MO	077	77452	
4402381	Palmyra	palmyra	US	04965	3616	America/Chicago	39.79421	-91.52321	195	Athens of Missouri,Battle of Athens State Park,City of Flowers,Pal'mira,Palmajra,Palmira,Palmyra,Springfield,palmyra  myzwry,Палмајра,Палмира,Пальмира,پالمیرا، میزوری	127	MO	127	42230	
4402384	Palo Pinto	palo-pinto	US	76484	0	America/Chicago	38.38169	-93.45549	248	Palo Pinto,Palopinto		MO	015	79252	
4402385	Panama	panama	US	14767	0	America/Chicago	38.04698	-94.35495	238	Bedford,Handley,Panama		MO	217	55226	
4402438	Paradise	paradise	US	17562	0	America/Chicago	39.4275	-94.51579	282	Gosneyville,Paradise		MO	047	58142	
4402452	Paris	paris	US	04271	1176	America/Chicago	39.48087	-92.00128	211	Parizh,Париж	137	MO	137	35936	
4402479	Park Hills	park-hills	US	63601	8692	America/Chicago	37.85422	-90.51818	232			MO	187	64316	
4402494	Parkdale	parkdale	US	71661	170	America/Chicago	38.47811	-90.52262	230			MO	099	32144	
4402495	Parkdale	parkdale	US	71661	0	America/Chicago	39.19	-94.64774	276			MO	165	25450	
4402496	Parker	parker	US	16049	0	America/Chicago	37.06449	-89.67147	99			MO	201	72088	
4402530	Parks	parks	US	69041	0	America/Chicago	36.61395	-90.56539	93	Park,Parks		MO	023	51392	
4402544	Parkville	parkville	US	21234	6296	America/Chicago	39.195	-94.68218	253	Englishs Landing,Parkville		MO	165	68073	
4402550	Parma	parma	US	49269	665	America/Chicago	36.61367	-89.81647	85	Parma,Парма		MO	143	15832	
4402608	Passaic	passaic	US	07055	33	America/Chicago	38.32197	-94.34828	265			MO	013	50294	
4402610	Patterson	patterson	US	12563	0	America/Chicago	37.18838	-90.55067	132			MO	223	43616	
4402637	Patton	patton	US	16668	0	America/Chicago	37.50228	-90.01344	189			MO	017	74518	
4402649	Pattonville	pattonville	US	75468	0	America/Chicago	38.73644	-90.40678	187	Fee Fee,Feefe,Pattonville		MO	189	53360	
4402663	Paulding	paulding	US	39348	0	America/Chicago	36.01368	-90.23621	73			MO	069	65252	
4402704	Pea Ridge	pea-ridge	US	72751	0	America/Chicago	38.12588	-91.04208	243			MO	221	37484	
4402713	Paynesville	paynesville	US	24873	77	America/Chicago	39.26255	-90.90041	163	Painesville,Paynes Ville,Paynesville		MO	163	10594	
4402742	Peace Valley	peace-valley	US	65788	0	America/Chicago	36.8745	-91.73126	266			MO	091	68078	
4402755	Peach Orchard	peach-orchard	US	72453	0	America/Chicago	36.36562	-89.93398	81			MO	155	43400	
4402772	Pearl	pearl	US	39208	0	America/Chicago	37.35171	-93.48659	349	Asher,Pearl		MO	077	11818	
4402787	Pease	pease	US	56363	0	America/Chicago	37.49477	-92.63267	343			MO	105	74734	
4402809	Peculiar	peculiar	US	64078	4885	America/Chicago	38.71918	-94.45856	302			MO	037	78892	
4402856	Pembina	pembina	US	58271	0	America/Chicago	37.067	-93.12185	422			MO	043	42968	
4402857	Pembina	pembina	US	58271	0	America/Chicago	37.10783	-93.14963	430			MO	077	77452	
4402889	Pendleton	pendleton	US	27862	44	America/Chicago	38.82727	-91.23515	279	Besley,Lily Dale,Pendelton,Pendleton		MO	219	53024	
4402900	Pennsboro	pennsboro	US	26415	0	America/Chicago	37.32727	-93.8341	323			MO	057	68618	
4402930	Peoria	peoria	US	61601	0	America/Chicago	37.75616	-90.8843	284			MO	221	04078	
4402954	Perkins	perkins	US	30822	0	America/Chicago	37.09477	-89.77537	103			MO	201	72088	
4402971	Perrin	perrin	US	76486	0	America/Chicago	39.66028	-94.40245	314			MO	049	58160	
4402973	Perry	perry	US	04667	696	America/Chicago	39.43115	-91.67516	212			MO	173	65612	
4402998	Perryville	perryville	US	21903	8398	America/Chicago	37.72422	-89.86122	177	Pehrrivill,Perivil,peribiru,Перивил,Пэрривилл,ペリービル	157	MO	157	12826	
4403006	Pershing	pershing	US	47370	0	America/Chicago	38.57727	-91.61433	209	Pershing,Potsdam		MO	073	61490	
4403034	Peru	peru	US	04290	0	America/Chicago	38.18253	-94.29189	254			MO	013	43796	
4403070	Petersburg	petersburg	US	12138	0	America/Chicago	38.51918	-93.8466	249	Carrsville,Petersburg,Petersburgh		MO	083	05392	
4403071	Petersburg	petersburg	US	12138	0	America/Chicago	39.05836	-92.89325	185			MO	089	07300	
4403102	Pevely	pevely	US	63070	5652	America/Chicago	38.28339	-90.39512	137			MO	099	37340	
4403114	Phelps	phelps	US	14532	0	America/Chicago	37.18978	-93.90243	364			MO	109	28972	
4403123	Phenix	phenix	US	23959	0	America/Chicago	37.37866	-93.54576	312	Phenix,Phoenix		MO	077	76858	
4403125	Philadelphia	philadelphia	US	13673	0	America/Chicago	39.83865	-91.73905	215	Filadel'fija,Филадельфия		MO	127	74788	
4403182	Piedmont	piedmont	US	26750	1977	America/Chicago	37.15449	-90.69567	151	Danielsville,Piedmont		MO	223	04816	
4403187	Pierce City	pierce-city	US	65723	1279	America/Chicago	36.9459	-94.00021	371	Peirce City,Pierce City		MO	109	57440	
4403198	Pierpont	pierpont	US	44082	77	America/Chicago	38.86226	-92.31491	232			MO	019	62592	
4403257	Pilgrim	pilgrim	US	41250	0	America/Chicago	37.35755	-93.77549	282			MO	057	57584	
4403261	Pilot Grove	pilot-grove	US	52648	761	America/Chicago	38.87474	-92.91158	257			MO	053	57620	
4403269	Pilot Knob	pilot-knob	US	63663	713	America/Chicago	37.62116	-90.6404	293	English Town,Pilot Knob		MO	093	01666	
4403321	Pinckney	pinckney	US	48169	0	America/Chicago	38.67866	-91.23293	160			MO	219	57692	
4403325	Pine City	pine-city	US	14871	0	America/Chicago	36.38256	-90.02398	85			MO	069	32554	
4403392	Pine Ridge	pine-ridge	US	41360	0	America/Chicago	36.83728	-93.11323	404			MO	043	68948	
4403442	Pineville	pineville	US	18946	786	America/Chicago	36.59452	-94.3841	274	Marysville,Maryville,Pineville	119	MO	119	57843	
4403479	Pink Hill	pink-hill	US	28572	0	America/Chicago	39.05028	-94.19717	252			MO	095	68438	
4403512	Pioneer	pioneer	US	37847	0	America/Chicago	36.8359	-94.05493	363			MO	009	57962	
4403534	Pisgah	pisgah	US	35765	0	America/Chicago	38.77641	-92.64936	252			MO	053	53156	
4403561	Pittsburg	pittsburg	US	03592	0	America/Chicago	37.83392	-93.30047	318	Pitsburg,Питсбург		MO	085	28954	
4403566	Pittsville	pittsville	US	21850	0	America/Chicago	38.85056	-93.99022	262			MO	101	35846	
4403573	Plainview	plainview	US	11803	0	America/Chicago	39.595	-94.23467	318			MO	049	40844	
4403574	Plainview	plainview	US	11803	0	America/Chicago	39.92726	-92.55075	285			MO	121	35018	
4403575	Plainview	plainview	US	11803	0	America/Chicago	36.66507	-94.29605	393			MO	119	57843	
4403593	Plano	plano	US	52581	0	America/Chicago	37.19283	-93.55103	373			MO	077	59024	
4403595	Plato	plato	US	55370	109	America/Chicago	37.50366	-92.22488	340			MO	215	63290	
4403599	Platte City	platte-city	US	64079	4833	America/Chicago	39.37028	-94.78246	250	Martinsville,Platte,Platte City,Platte Falls	165	MO	165	11512	
4403615	Plattsburg	plattsburg	US	64477	2291	America/Chicago	39.56555	-94.44801	289	Concord,Plattsburg,Springfield	049	MO	049	15976	
4403641	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	37.9467	-92.87408	245			MO	029	63668	
4403642	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	38.86864	-92.55185	247			MO	053	65306	
4403643	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	36.73783	-90.82901	183			MO	181	37664	
4403710	Pleasant Hill	pleasant-hill	US	27866	8289	America/Chicago	38.78751	-94.26939	277			MO	037	58412	
4403803	Pleasant Hope	pleasant-hope	US	65725	614	America/Chicago	37.4631	-93.27269	339	Lick Skillet,Pin Hook,Pinhook,Pleasant Hope		MO	167	49736	
4403816	Pleasant Mount	pleasant-mount	US	18453	0	America/Chicago	38.37642	-92.52269	283			MO	131	65342	
4403834	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	36.89645	-93.79159	437			MO	009	58484	
4403836	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	37.36366	-92.16988	403			MO	215	75292	
4403887	Pleasant Valley	pleasant-valley	US	12569	3056	America/Chicago	39.21639	-94.48412	236	Pleasant Valley,Ravena Gardens		MO	047	42050	
4403888	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	37.29588	-93.28213	388			MO	077		
4403889	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	37.15478	-94.34245	315			MO	097	35828	
4404004	Plevna	plevna	US	59344	21	America/Chicago	39.97365	-92.08629	241	Hickman Farm,Owl Creek,Plevna		MO	103	07552	
4404031	Plummer	plummer	US	56748	0	America/Chicago	38.56142	-92.32269	210	Plummer,Plummers		MO	051	45974	
4404037	Plymouth	plymouth	US	02360	0	America/Chicago	39.59668	-93.70188	244			MO	033	77254	
4404052	Pocahontas	pocahontas	US	24635	117	America/Chicago	37.50116	-89.63899	178			MO	031	67070	
4404079	Point Lookout	point-lookout	US	11569	0	America/Chicago	36.61756	-93.23935	284	PLK,Point Lookout		MO	213	54632	
4404081	Point Pleasant	point-pleasant	US	18950	0	America/Chicago	36.45256	-89.57452	87			MO	143	41654	
4404125	Polk	polk	US	16342	0	America/Chicago	37.7292	-93.29936	317			MO	167	45164	
4404151	Polo	polo	US	61064	540	America/Chicago	39.55223	-94.04077	309			MO	025	28396	
4404162	Pomona	pomona	US	08240	511	America/Chicago	36.86728	-91.91432	380	Pomona,Помона		MO	091	20188	
4404165	Ponce de Leon	ponce-de-leon	US	32455	0	America/Chicago	36.87589	-93.35158	338			MO	209	58988	
4404199	Pontiac	pontiac	US	48340	175	America/Chicago	36.51562	-92.60378	252			MO	153	59078	
4404205	Ponder	ponder	US	76259	0	America/Chicago	36.58395	-90.98901	145	Doherty,Mill Creek,Ponder,Segin		MO	181	74950	
4404233	Poplar Bluff	poplar-bluff	US	63901	17266	America/Chicago	36.757	-90.39289	110	Ashcroft Addition,Bluff City,East Poplar Bluff,Kelley Town,POF,Poplar Blaf,Poplar Blaff,Poplar Bluff,The Bluff,Vinegar Hill,paplr blwf  myzwry,Поплар Блаф,Поплар Блафф,پاپلر بلوف، میزوری	023	MO	023	59114	
4404262	Portage Des Sioux	portage-des-sioux	US	63373	332	America/Chicago	38.92505	-90.34178	132	Portage,Portage De Sioux,Portage Des Sioux,Portage des Scioux,Portage des Sioux		MO	183	62112	
4404267	Portageville	portageville	US	14536	3146	America/Chicago	36.42534	-89.69953	87			MO	143	59132	
4404269	Porter	porter	US	04068	0	America/Chicago	36.98033	-89.47758	98			MO	201	65864	
4404288	Portia	portia	US	72457	0	America/Chicago	37.90837	-94.07494	254			MO	217	14644	
4404289	Portland	portland	US	04101	0	America/Chicago	38.71088	-91.71767	170	Portlend,Портленд		MO	027	02656	
4404348	Potosi	potosi	US	53820	2640	America/Chicago	37.93644	-90.78791	275	Mine-a-Breton,Potosi,Потоси	221	MO	221	08254	
4404387	Pottersville	pottersville	US	07979	0	America/Chicago	36.69589	-92.03126	294			MO	091	69644	
4404399	Powell	powell	US	37849	0	America/Chicago	36.62285	-94.18076	302			MO	119	12574	
4404419	Powellville	powellville	US	21852	0	America/Chicago	37.88948	-92.01461	308			MO	161	01918	
4404427	Powersite	powersite	US	65731	0	America/Chicago	36.65562	-93.12129	280			MO	213	71818	
4404428	Poynor	poynor	US	75782	0	America/Chicago	36.52034	-90.90707	134			MO	181	59456	
4404445	Prairie City	prairie-city	US	50228	0	America/Chicago	38.07892	-94.17467	244			MO	013	59492	
4404487	Prairie Hill	prairie-hill	US	76678	0	America/Chicago	39.51864	-92.73797	223			MO	041	77902	
4404511	Prairie Home	prairie-home	US	65068	282	America/Chicago	38.81308	-92.59047	272			MO	053	59744	
4404623	Pratt	pratt	US	25162	0	America/Chicago	36.53006	-90.83123	114			MO	181	17866	
4404641	Preston	preston	US	06365	217	America/Chicago	37.94087	-93.2077	318	Black Oak,Preston		MO	085	70378	
4404642	Preston	preston	US	06365	0	America/Chicago	37.27922	-94.38912	280			MO	097	59906	
4404710	Proctor	proctor	US	05765	0	America/Chicago	38.25503	-92.93575	210			MO	141	09568	
4404715	Proctorville	proctorville	US	28375	0	America/Chicago	39.66918	-93.77771	244			MO	025	23464	
4404735	Prospect Hill	prospect-hill	US	27314	0	America/Chicago	38.73755	-90.21928	141			MO	189	64208	
4404746	Prosperity	prosperity	US	15329	0	America/Chicago	37.12645	-94.42078	313			MO	097	37610	
4404748	Protem	protem	US	65733	0	America/Chicago	36.52895	-92.85878	213			MO	213	05446	
4404750	Providence	providence	US	02901	0	America/Chicago	38.83753	-92.40546	177			MO	019	62592	
4404751	Providence	providence	US	02901	0	America/Chicago	36.51645	-89.97176	86			MO	069	16696	
4404805	Pulaski	pulaski	US	13142	0	America/Chicago	36.61395	-90.74679	132	Mullen,Pulaski		MO	181	19810	
4404843	Purcell	purcell	US	64857	397	America/Chicago	37.24228	-94.43523	294			MO	097	48692	
4404848	Purdy	purdy	US	65734	1103	America/Chicago	36.81729	-93.92076	452	Purdy,Winslow		MO	009	60194	
4404857	Purvis	purvis	US	39475	0	America/Chicago	38.16392	-92.81741	214			MO	029	36476	
4404862	Puxico	puxico	US	63960	871	America/Chicago	36.94977	-90.15843	114			MO	207	20260	
4404865	Purdin	purdin	US	64674	185	America/Chicago	39.95197	-93.16576	270	Bondville,Purdin		MO	115	04726	
4404889	Quail	quail	US	79251	0	America/Chicago	36.89506	-93.51547	331			MO	209	57458	
4404916	Qulin	qulin	US	63961	453	America/Chicago	36.59589	-90.24732	96	Melville,Qulin		MO	023	02224	
4404935	Quincy	quincy	US	02169	0	America/Chicago	38.00836	-93.47243	301	Judys Gap,Quincy		MO	085	49502	
4404967	Racine	racine	US	25165	0	America/Chicago	36.89618	-94.52744	293	Dayton,Racine		MO	145	18622	
4405048	Ralls	ralls	US	79357	0	America/Chicago	39.68366	-91.40154	162	Outer Depot,Ralls		MO	173	14482	
4405081	Randolph	randolph	US	02368	54	America/Chicago	39.15778	-94.49551	234	Arnold,East Kansas City,Randol'f,Randolph,Рандольф		MO	047	13780	
4405091	Ranger	ranger	US	25557	0	America/Chicago	37.55838	-91.73154	421			MO	065	72808	
4405179	Raymondville	raymondville	US	13678	362	America/Chicago	37.33977	-91.83404	402			MO	215	36170	
4405180	Raymore	raymore	US	64083	20374	America/Chicago	38.80195	-94.45273	334			MO	037	60770	
4405193	Rayville	rayville	US	64084	223	America/Chicago	39.34834	-94.063	299	Hallard,Haller,Rayville,Sheridan		MO	177	61688	
4405202	Reading	reading	US	01867	0	America/Chicago	39.49144	-91.13236	138	Reading,Reading Station		MO	163	09604	
4405221	Rector	rector	US	15677	0	America/Chicago	37.40699	-91.50959	288			MO	203	52274	
4405227	Red Bank	red-bank	US	07701	0	America/Chicago	36.93839	-92.81073	402	Red Bank,Redbank		MO	067	77398	
4405256	Red Oak	red-oak	US	23964	0	America/Chicago	37.22867	-94.01133	351			MO	109	61040	
4405279	Redbird	redbird	US	74458	0	America/Chicago	38.18171	-91.57044	257	Red Bird,Redbird		MO	073	07480	
4405295	Redford	redford	US	12978	0	America/Chicago	37.32005	-90.89846	213			MO	179	43598	
4405358	Reeds Spring	reeds-spring	US	65737	865	America/Chicago	36.74978	-93.37796	360	Reed Spring,Reeds Spring,Reeds Springs		MO	209	63761	
4405368	Reeds	reeds	US	64859	94	America/Chicago	37.11617	-94.16577	340			MO	097	66008	
4405380	Regina	regina	US	41559	0	America/Chicago	38.32644	-90.59207	160			MO	099	47414	
4405385	Reform	reform	US	35481	0	America/Chicago	38.76532	-91.77907	256			MO	027	02656	
4405418	Renick	renick	US	24966	171	America/Chicago	39.34281	-92.41379	266	Randolph,Renick,Renick Station		MO	175	59654	
4405432	Rensselaer	rensselaer	US	12144	231	America/Chicago	39.6706	-91.5446	213			MO	173	14482	
4405434	Republic	republic	US	15475	16005	America/Chicago	37.12005	-93.48019	399	Repablik,rybablk,rypablyk  myzwry,rypblk  mswry,Репаблик,ريبابلك,ریپابلیک، میزوری,ریپبلک، مسوری		MO	077	61265	
4405439	Rescue	rescue	US	23424	0	America/Chicago	37.19172	-93.97882	368			MO	109	61040	
4405458	Rex	rex	US	28378	0	America/Chicago	37.53615	-93.24908	341			MO	167	68640	
4405465	Reynolds	reynolds	US	31076	0	America/Chicago	37.63865	-93.15797	336			MO	059	68636	
4405466	Reynolds	reynolds	US	31076	0	America/Chicago	37.40088	-91.07346	383			MO	179	36062	
4405487	Rhineland	rhineland	US	65069	135	America/Chicago	38.71754	-91.51739	157			MO	139	44228	
4405516	Rich Hill	rich-hill	US	64779	1336	America/Chicago	38.09642	-94.36106	244			MO	013	55028	
4405532	Richards	richards	US	64778	96	America/Chicago	37.90726	-94.55718	254			MO	217	61634	
4405558	Richland	richland	US	08350	1826	America/Chicago	37.85698	-92.40434	346	Richland,Richlend,Ричланд,Ричленд		MO	169	42266	
4405588	Richmond	richmond	US	01254	5595	America/Chicago	39.27862	-93.97689	251	Richmond,Ричмонд	177	MO	177	61688	
4405599	Richville	richville	US	13681	0	America/Chicago	36.84034	-92.23933	363			MO	067	09082	
4405600	Richville	richville	US	13681	0	America/Chicago	39.98972	-95.04775	314	Helwig,Richeville,Richville		MO	087	52706	
4405606	Richwoods	richwoods	US	63071	0	America/Chicago	38.16033	-90.82819	247			MO	221	61814	
4405638	Ridgedale	ridgedale	US	65739	0	America/Chicago	36.50395	-93.22379	425	Pinetop,Ridgedale		MO	213	54632	
4405643	Ridgely	ridgely	US	21660	111	America/Chicago	39.45555	-94.63857	292	Ridgeley,Ridgely		MO	165	59924	
4405718	Ripley	ripley	US	14775	0	America/Chicago	39.13417	-94.31467	227	Adams Station,Ripley		MO	095	06490	
4405733	Risco	risco	US	63874	328	America/Chicago	36.55339	-89.81786	84			MO	143	15832	
4405785	Riverdale	riverdale	US	07457	0	America/Chicago	36.99533	-93.28991	326			MO	043	26441	
4405794	Riverside	riverside	US	02915	2946	America/Chicago	38.28672	-90.38012	129	Illinois,Riverside		MO	099	37340	
4405795	Riverside	riverside	US	02915	3150	America/Chicago	39.1775	-94.61301	236	Riversajd,Риверсайд		MO	165	57242	
4405811	Riverton	riverton	US	06065	0	America/Chicago	36.64839	-91.20152	128			MO	149	37412	
4405815	Riverview	riverview	US	33568	3014	America/Chicago	38.27586	-93.06964	253			MO	141	09568	
4405816	Riverview	riverview	US	33568	2835	America/Chicago	38.74783	-90.2115	167	Riverview,Riverview Gardens		MO	189	64208	
4405836	Rives	rives	US	38253	61	America/Chicago	36.09368	-90.01342	75			MO	069	14338	
4405840	Roach	roach	US	65787	0	America/Chicago	37.99392	-92.8363	307			MO	029	63668	
4405843	Riverside	riverside	US	02915	0	America/Chicago	36.04257	-90.33732	76			MO	069	09532	
4405854	Roanoke	roanoke	US	24001	0	America/Chicago	39.31698	-92.68879	254			MO	175	67898	
4405891	Robbins	robbins	US	27325	0	America/Chicago	38.9064	-93.808	268	Robbins,Robins		MO	101	31240	
4405935	Robertson	robertson	US	82944	0	America/Chicago	38.76422	-90.38206	189	Anglum,Robertson		MO	189	53360	
4405946	Robertsville	robertsville	US	44670	0	America/Chicago	38.41477	-90.81402	154	Calvey Station,Robertsville,Warrensville,Warrenville		MO	071	10630	
4405986	Roby	roby	US	65557	0	America/Chicago	37.5156	-92.13905	425			MO	215	63290	
4405992	Rocheport	rocheport	US	65279	249	America/Chicago	38.98003	-92.56407	187	Rocheport,Rock Port		MO	019	38045	
4405993	Rochester	rochester	US	02770	0	America/Chicago	39.91222	-94.68468	273			MO	003	62534	
4405997	Rock	rock	US	24747	0	America/Chicago	38.04726	-94.50912	257			MO	217	31672	
4406024	Rock Creek	rock-creek	US	25174	0	America/Chicago	38.43978	-90.49762	251			MO	099	62552	
4406041	Rock Hill	rock-hill	US	12775	4646	America/Chicago	38.60755	-90.37845	161			MO	189	14590	
4406096	Rock Springs	rock-springs	US	53961	0	America/Chicago	37.75644	-90.48346	287	Rock Spring,Rock Springs		MO	187	56864	
4406097	Rock Springs	rock-springs	US	53961	0	America/Chicago	38.62894	-90.27734	153			MO	510		
4406109	Rockaway Beach	rockaway-beach	US	65740	866	America/Chicago	36.69923	-93.1599	220	Pedrow,Rockaway Beach		MO	213	36584	
4406110	Rockbridge	rockbridge	US	43149	0	America/Chicago	36.7895	-92.40905	236			MO	153	35990	
4406115	Rockford	rockford	US	35136	0	America/Chicago	39.34642	-92.91436	191			MO	041	13204	
4406140	Rockingham	rockingham	US	28379	0	America/Chicago	39.35668	-93.78244	225			MO	177	28666	
4410113	Steelville	steelville	US	65565	1699	America/Chicago	37.9681	-91.35487	228		055	MO	055	47360	
4406149	Rockville	rockville	US	02873	161	America/Chicago	38.07142	-94.07967	235	Rokvill,Роквилл		MO	013	62804	
4406182	Rocky Comfort	rocky-comfort	US	64861	0	America/Chicago	36.74646	-94.09049	397			MO	119	61760	
4406217	Rocky Mount	rocky-mount	US	24151	0	America/Chicago	38.3242	-92.66519	307	Rockmount,Rocky Mount		MO	131	25678	
4406218	Rocky Mount	rocky-mount	US	24151	0	America/Chicago	38.27225	-92.71963	276			MO	141	55190	
4406271	Rogersville	rogersville	US	15359	3374	America/Chicago	37.117	-93.05573	445	Rodgersville,Rogersville		MO	225	04820	
4406282	Rolla	rolla	US	58367	20019	America/Chicago	37.95143	-91.77127	342	RLA,Rola,Rolla,Weber,luo la,rwla,rwla  myzwry,Рола,Ролла,رولا,رولا، میزوری,罗拉	161	MO	161	62930	
4406318	Rombauer	rombauer	US	63962	0	America/Chicago	36.84311	-90.28011	102			MO	023	64262	
4406321	Rome	rome	US	13440	0	America/Chicago	36.84145	-92.7735	294			MO	067	10846	
4406327	Romance	romance	US	72136	0	America/Chicago	36.71701	-92.50266	303			MO	153	03412	
4406339	Roosevelt	roosevelt	US	08555	0	America/Chicago	36.83061	-92.12349	286			MO	067	61472	
4406356	Roscoe	roscoe	US	12776	121	America/Chicago	37.97281	-93.81216	231	Roscoe,Want-a-More		MO	185	63092	
4406369	Rose Hill	rose-hill	US	24281	0	America/Chicago	38.63279	-94.06911	270	Big Creek,Rose Hill		MO	101	63146	
4406397	Rosebud	rosebud	US	57570	407	America/Chicago	38.38727	-91.40099	273	Bourbois,Rosebud,Sniders Store		MO	073	11008	
4406402	Roseland	roseland	US	07068	0	America/Chicago	38.39335	-93.54243	244			MO	083	70018	
4406405	Roselle	roselle	US	07203	0	America/Chicago	37.5995	-90.52595	257			MO	123	58790	
4406408	Roseville	roseville	US	43777	0	America/Chicago	37.26449	-93.26519	391			MO	077		
4406431	Rossville	rossville	US	17358	0	America/Chicago	36.73311	-90.24649	98			MO	023	02224	
4406446	Rothville	rothville	US	64676	97	America/Chicago	39.65336	-93.06409	228			MO	041	81286	
4406537	Rover	rover	US	72860	0	America/Chicago	36.72173	-91.62098	293			MO	149	32032	
4406544	Rowena	rowena	US	76875	0	America/Chicago	39.32587	-92.05767	248	Rowe,Rowena		MO	007	80152	
4406545	Rowland	rowland	US	18457	0	America/Chicago	37.59865	-93.81604	307			MO	039	43166	
4406551	Roy	roy	US	59471	0	America/Chicago	36.89033	-92.80378	385			MO	067	10846	
4406557	Royal	royal	US	51357	0	America/Chicago	38.1281	-91.57988	294			MO	161	18514	
4406561	Royal Oak	royal-oak	US	21662	0	America/Chicago	36.73395	-91.47236	276			MO	149	49754	
4406598	Rueter	rueter	US	65744	0	America/Chicago	36.6084	-92.86906	399	Reuter,Rueter		MO	213	03808	
4406629	Rush Hill	rush-hill	US	65280	151	America/Chicago	39.21004	-91.72155	241			MO	007	43148	
4406639	Rushville	rushville	US	14544	276	America/Chicago	39.58666	-95.02608	249	Columbus,Rushville		MO	021	63542	
4406643	Ruskin	ruskin	US	33570	0	America/Chicago	38.92278	-94.51384	312			MO	095	77506	
4406651	Russell	russell	US	01071	0	America/Chicago	37.71671	-92.63573	358			MO	105	41186	
4406675	Russellville	russellville	US	29476	802	America/Chicago	38.5117	-92.44019	268			MO	051	49844	
4406676	Russellville	russellville	US	29476	0	America/Chicago	37.59172	-90.61957	287			MO	093	01666	
4406677	Russellville	russellville	US	29476	0	America/Chicago	39.40668	-93.83022	290	Fox,Russellville,Russelville		MO	177	28666	
4406699	Ryder	ryder	US	58779	0	America/Chicago	39.30476	-92.43768	268			MO	175	59654	
4406720	Sabula	sabula	US	52070	0	America/Chicago	37.40477	-90.69623	211	New Ozark,Reynolds,Sabula		MO	093	74698	
4406726	Saco	saco	US	04072	0	America/Chicago	37.36561	-90.43928	154			MO	123	74248	
4406747	Sadler	sadler	US	76264	0	America/Chicago	39.43861	-94.94191	237			MO	165	78874	
4406760	Saginaw	saginaw	US	35137	308	America/Chicago	37.02395	-94.46828	287	Saginaw,Thurman		MO	145	67610	
4406770	Saint Albans	saint-albans	US	04971	0	America/Chicago	38.57922	-90.77513	147	Becker,Saint Albans,St. Albans		MO	071	06958	
4406783	Saint Ann	saint-ann	US	63074	13020	America/Chicago	38.72727	-90.38317	177	Mary Ridge,Saint Ann,Sent-Ehnn,St. Ann,Сент-Энн		MO	189	00406	
4406796	Saint Anthony	saint-anthony	US	47575	0	America/Chicago	38.15559	-92.27406	287	Claxby,Saint Anthony,Saint Antony,St. Anthony		MO	131	61778	
4406824	Saint Catharine	saint-catharine	US	40061	0	America/Chicago	39.79586	-92.99381	255			MO	115	81304	
4406831	Saint Charles	saint-charles	US	24282	65794	America/Chicago	38.78394	-90.48123	147	City of Saint Charles,Las Pequenas Cuestas,Le Village de Cotes,Le Village du Cote,Les Petites Cotes,Petit Cotes,Saint Andrew,Saint Charles,Saint Charles City,San Carlos del Missouri,San Carlos del Misuri,San Fernando,Sehjnt Charlz,Sent Charls,Sent-Charl'z,St. Charles,sent chal s,snt charlz  myzwry,Сент Чарлс,Сент-Чарльз,Сэйнт Чарлз,سنت چارلز، میزوری,เซนต์ชาลส์	183	MO	183	62112	
4406840	Saint Clair	saint-clair	US	17970	4724	America/Chicago	38.34533	-90.98097	234	Saint Clair,St. Clair,The Ridge,Travelers Repose,Travellers Repose		MO	071	12754	
4406848	Saint Cloud	saint-cloud	US	34769	41	America/Chicago	38.16866	-91.21764	291			MO	055	07156	
4406849	Saint Cloud	saint-cloud	US	34769	0	America/Chicago	39.29279	-94.01828	231	Saint Cloud,Saint Cloud Springs,St. Cloud		MO	177	61688	
4406857	Saint Elizabeth	saint-elizabeth	US	65075	336	America/Chicago	38.25587	-92.26795	249	Charleytown,Saint Elizabeth,St. Elizabeth		MO	131	55172	
4406895	Saint George	saint-george	US	29477	1337	America/Chicago	38.53672	-90.31484	165			MO	189	16048	
4406896	Saint George	saint-george	US	29477	0	America/Chicago	37.38088	-92.44211	384			MO	229	21628	
4406909	Saint James	saint-james	US	11780	4216	America/Chicago	37.99726	-91.61432	333	Big Prairie,Saint James,Sent-Dzhejms,St. James,Сент-Джеймс		MO	161		
4406941	Saint John	saint-john	US	46373	6584	America/Chicago	38.71484	-90.34627	196			MO	189	47918	
4406951	Saint Johns	saint-johns	US	18247	7690	America/Chicago	38.71338	-90.34317	185	Home Heights,Home Station,Saint Johm,Saint John,Saint Johns,Saint Johns Station,St. Johns		MO	189	47918	
4407010	Saint Joseph	saint-joseph	US	38481	76780	America/Chicago	39.76861	-94.84663	270	Robidoux Landing,STJ,Saint Joseph,Sankta Jozefo,Sejnt Dzhouzef,Sent DZozef,Sent Dzhozef,Sent-Dzhozef,South Saint Joseph,St. Joseph,seinteujojipeu,snt jwzf  myzwry,Сейнт Джоузеф,Сент Џозеф,Сент Джозеф,Сент-Джозеф,سنت جوزف، میزوری,세인트조지프	021	MO	021	77236	
4407110	Saint Mary	saint-mary	US	40063	360	America/Chicago	37.87894	-89.94928	119	Camp Rowdy,Iron Mountain City,Saint Mary,Saint Marys,Saint Marys Landing,St. Mary,Yankeetown		MO	186	03790	
4407186	Saint Paul	saint-paul	US	24283	1829	America/Chicago	38.86144	-90.74179	157			MO	183	78448	
4407237	Saint Peters	saint-peters	US	19470	52575	America/Chicago	38.80033	-90.62651	134	City of Saint Peters,Sejnt Piters,Сейнт Питерс		MO	183	62112	
4407259	Saint Robert	saint-robert	US	65584	4340	America/Chicago	37.8281	-92.17767	317			MO	169	17740	
4407277	Saint Thomas	saint-thomas	US	17252	263	America/Chicago	38.36837	-92.21685	236			MO	051	55082	
4407294	Sainte Genevieve	sainte-genevieve	US	63670	4410	America/Chicago	37.98144	-90.04178	117	Misere,Saint Genevieve,Sainte Genevieve,Santa Genoveva,St. Genevieve,Town of Saint Jude Acres		MO	186		
4407308	Salem	salem	US	01970	4992	America/Chicago	37.6456	-91.53598	361	Salem,Sejlem,Салем,Сейлем,Сејлем	065	MO	065	69775	
4407399	Salisbury	salisbury	US	01952	1561	America/Chicago	39.42392	-92.80158	226			MO	041	65468	
4407483	Samoa	samoa	US	95564	0	America/Chicago	37.27449	-91.91265	372			MO	215	57890	
4407500	San Antonio	san-antonio	US	33576	0	America/Chicago	39.77694	-94.68357	300			MO	021	45938	
4407563	Sandstone	sandstone	US	25985	0	America/Chicago	37.75865	-94.20106	259			MO	217	19972	
4407588	Sandy Hook	sandy-hook	US	06482	0	America/Chicago	38.74837	-92.40852	172	Sandy Hook,Sandyhook		MO	135	43220	
4407603	Santa Fe	santa-fe	US	38482	0	America/Chicago	39.36893	-91.81905	219	Santa-Fe,Санта-Фе		MO	137	68798	
4407608	Santa Rosa	santa-rosa	US	78593	0	America/Chicago	39.97972	-94.20551	247			MO	063	18046	
4407611	Santiago	santiago	US	55377	0	America/Chicago	38.42697	-93.45687	257			MO	015	79252	
4407626	Saratoga	saratoga	US	27873	0	America/Chicago	36.54146	-94.55661	311	Saratoga,Saratoga Springs		MO	119	59600	
4407631	Sarcoxie	sarcoxie	US	64862	1301	America/Chicago	37.06923	-94.1166	332	Centerville,Sarcoxie		MO	097	66008	
4407637	Sargent	sargent	US	30275	0	America/Chicago	36.90089	-89.50591	95	Sargent,Scofield,Scoville		MO	201	61598	
4407638	Sargent	sargent	US	30275	0	America/Chicago	37.08672	-92.0271	406			MO	215	66026	
4407662	Saverton	saverton	US	63467	0	America/Chicago	39.64643	-91.2682	149			MO	173	66080	
4407665	Savannah	savannah	US	13146	5108	America/Chicago	39.94166	-94.83025	337	Savana,Savanna,Савана,Саванна	003	MO	003	52688	
4407678	Sawyer	sawyer	US	49125	0	America/Chicago	37.46783	-89.64426	186			MO	031	67070	
4407684	Saxton	saxton	US	16678	0	America/Chicago	39.7225	-94.75913	272			MO	021	77236	
4407732	Schell City	schell-city	US	64783	247	America/Chicago	38.02003	-94.11578	234			MO	217	02872	
4407772	Schofield	schofield	US	54476	0	America/Chicago	37.55226	-93.20658	370			MO	167	68640	
4407872	Scotia	scotia	US	29939	0	America/Chicago	38.02782	-91.21375	200			MO	055	42086	
4407885	Scott	scott	US	38772	0	America/Chicago	38.61892	-92.27713	187	Duck,Scott,Scotts Station		MO	051	36764	
4407888	Scotland	scotland	US	06264	0	America/Chicago	37.08312	-94.37717	316			MO	097	35828	
4407900	Scott City	scott-city	US	63780	4526	America/Chicago	37.21672	-89.52453	113	Ancell,Fornfelt,Scott City		MO	201	38234	
4407969	Seaton	seaton	US	61476	0	America/Chicago	37.80782	-91.60237	333			MO	161	47432	
4407975	Sebree	sebree	US	42455	0	America/Chicago	39.12698	-92.53101	215			MO	089	49232	
4407994	Sedgewickville	sedgewickville	US	63781	172	America/Chicago	37.51617	-89.90705	194	Sedgewickville,Smithville		MO	017	79594	
4408000	Sedalia	sedalia	US	27342	21516	America/Chicago	38.70446	-93.22826	277	DMO,Sedalia,Seoville,Sidejlija,sdalya  myzwry,sydalya,Седалиа,Сидејлија,سدالیا، میزوری,سيداليا	159	MO	159	66458	
4408023	Seligman	seligman	US	65745	841	America/Chicago	36.52257	-93.93964	468			MO	009	71332	
4408030	Selkirk	selkirk	US	12158	0	America/Chicago	36.72395	-89.4548	90			MO	143	33166	
4408041	Selma	selma	US	24474	0	America/Chicago	38.14978	-90.34151	162			MO	099	58232	
4408052	Senath	senath	US	63876	1711	America/Chicago	36.13423	-90.15982	78			MO	069	65252	
4408054	Seneca	seneca	US	16346	2397	America/Chicago	36.84146	-94.61106	258			MO	145	66692	
4408061	Seney	seney	US	49883	0	America/Chicago	39.84753	-92.58158	269			MO	121	42194	
4408064	Sentinel	sentinel	US	73664	0	America/Chicago	37.79365	-93.29575	311			MO	167	45164	
4408117	Seymour	seymour	US	06483	1967	America/Chicago	37.14644	-92.76878	501	Ketcher,Seymour		MO	225	24256	
4408146	Shady Grove	shady-grove	US	17256	0	America/Chicago	36.97478	-93.13574	415			MO	043	44858	
4408147	Shady Grove	shady-grove	US	17256	0	America/Chicago	37.50949	-92.8799	381			MO	059	77344	
4408148	Shady Grove	shady-grove	US	17256	0	America/Chicago	37.85865	-92.27795	308			MO	169	42266	
4408208	Shafter	shafter	US	93263	0	America/Chicago	39.98391	-93.28493	248			MO	115	35864	
4408215	Shamrock	shamrock	US	74068	0	America/Chicago	39.00282	-91.69433	233			MO	027	66962	
4408270	Sharpsburg	sharpsburg	US	21782	0	America/Chicago	39.68699	-91.76238	209			MO	127	77074	
4408276	Shaw	shaw	US	38773	0	America/Chicago	38.97386	-92.20405	265			MO	019	15688	
4408313	Shawneetown	shawneetown	US	62984	0	America/Chicago	37.55116	-89.65204	159	Shawnee Indian Village,Shawneetown		MO	031	67070	
4408334	Shelbina	shelbina	US	63468	1639	America/Chicago	39.69393	-92.04295	237			MO	205	65666	
4408341	Shelby	shelby	US	28150	0	America/Chicago	39.96863	-93.01826	284			MO	115	28612	
4408342	Shelby	shelby	US	28150	0	America/Chicago	36.50367	-91.52236	173			MO	149	72844	
4408350	Shelbyville	shelbyville	US	37160	526	America/Chicago	39.80587	-92.04156	232		205	MO	205	05968	
4408353	Sheldon	sheldon	US	05483	532	America/Chicago	37.6581	-94.29273	281			MO	217	20242	
4408358	Shell Knob	shell-knob	US	65747	1379	America/Chicago	36.63229	-93.63436	350			MO	009	67250	
4408418	Sherman	sherman	US	04776	0	America/Chicago	38.53783	-90.59207	165			MO	189	47450	
4408429	Sherrill	sherrill	US	13461	0	America/Chicago	37.58865	-91.87627	365			MO	215	67520	
4408527	Shirley	shirley	US	01464	0	America/Chicago	37.91505	-90.9193	269	Shirley,Waltons Mill		MO	221	76894	
4408610	Shreve	shreve	US	44676	0	America/Chicago	36.64617	-90.09593	99			MO	207	42356	
4408611	Shrewsbury	shrewsbury	US	01545	6254	America/Chicago	38.59033	-90.33678	167	Shrjusbjuri,Shrouzberi,Shrusberi,shrwzbry,Шроузбери,Шрусбери,Шрюсбюри,شروزبري		MO	189	36962	
4408648	Sibley	sibley	US	39165	356	America/Chicago	39.17862	-94.19328	246	Fort Clark,Fort Osage,Fort Point,Fort Sibley,Sibley		MO	095	25282	
4408672	Sikeston	sikeston	US	63801	16436	America/Chicago	36.87672	-89.58786	100	SIK,Sajkston,sai ke si dun,saykstwn  myzwry,Сайкстон,Сајкстон,سایکستون، میزوری,赛克斯顿		MO	201	61598	
4408678	Silex	silex	US	63377	283	America/Chicago	39.12338	-91.05431	152			MO	113	74770	
4408691	Siloam Springs	siloam-springs	US	72761	0	America/Chicago	36.79561	-92.07543	323	Brown Springs,Siloam Springs		MO	091	67844	
4408696	Silva	silva	US	63964	0	America/Chicago	37.17616	-90.46373	123			MO	223	64334	
4408703	Silver Creek	silver-creek	US	14136	623	America/Chicago	37.04062	-94.47272	316			MO	145	67610	
4408719	Silver Lake	silver-lake	US	03875	0	America/Chicago	37.68367	-89.99011	173			MO	157	65036	
4408746	Silver Springs	silver-springs	US	14550	0	America/Chicago	37.99922	-90.52457	247			MO	187	05590	
4408757	Silverton	silverton	US	79257	0	America/Chicago	36.81728	-92.56544	341			MO	067	76732	
4408788	Simpson	simpson	US	26435	0	America/Chicago	39.08334	-93.74994	242			MO	107	19936	
4408789	Simpson	simpson	US	26435	0	America/Chicago	36.66061	-91.37375	232			MO	149	57854	
4408953	Slagle	slagle	US	71475	0	America/Chicago	37.53226	-93.3752	332			MO	167	20972	
4408964	Slater	slater	US	29683	1832	America/Chicago	39.21808	-93.06909	259			MO	195	10702	
4409006	Sligo	sligo	US	16255	0	America/Chicago	37.77393	-91.37764	324	Sligo,Sligo Furnace		MO	065	67664	
4409193	Smithboro	smithboro	US	13840	0	America/Chicago	37.39227	-90.82457	197			MO	179	41726	
4409194	Smithfield	smithfield	US	02917	0	America/Chicago	37.16895	-94.60301	263			MO	097	74266	
4409195	Smithton	smithton	US	15479	564	America/Chicago	38.68002	-93.09298	266	Smith City,Smithton		MO	159	68402	
4409199	Smithville	smithville	US	26178	9233	America/Chicago	39.38694	-94.58107	248	Smiths Mill,Smithville		MO	047	58142	
4409281	Snyder	snyder	US	68664	0	America/Chicago	39.51641	-93.24021	201	Dean Lake,Snyder		MO	041	73888	
4409311	Solo	solo	US	65564	0	America/Chicago	37.23338	-91.95321	372			MO	215	11854	
4409352	South Carrollton	south-carrollton	US	42374	0	America/Chicago	39.34113	-93.49549	203			MO	033	76552	
4409374	South Fork	south-fork	US	15956	241	America/Chicago	36.62784	-91.96265	333			MO	091	04690	
4409441	South Greenfield	south-greenfield	US	65752	88	America/Chicago	37.37616	-93.84104	294	South Greenfield,Watkins		MO	057	77326	
4409456	South Lee	south-lee	US	01260	0	America/Chicago	38.8889	-94.37801	306			MO	095	59564	
4409500	South River	south-river	US	08882	0	America/Chicago	39.83255	-91.44793	144			MO	127	42230	
4409507	South Shore	south-shore	US	41175	0	America/Chicago	38.86533	-90.52317	131			MO	183	62112	
4409526	South West City	south-west-city	US	64863	970	America/Chicago	36.51258	-94.61133	286	Honey Creek,South West City,Southwest City,Southwest Village		MO	119	59600	
4409531	Southard	southard	US	73770	0	America/Chicago	37.53921	-92.33767	358			MO	105	26596	
4409585	Spalding	spalding	US	49886	0	America/Chicago	39.61865	-91.52654	162			MO	173	14482	
4409614	Sparta	sparta	US	07871	0	America/Chicago	39.65027	-94.83302	348			MO	021	12484	
4409615	Sparta	sparta	US	07871	1792	America/Chicago	37.00116	-93.08157	428			MO	043	69320	
4409630	Speed	speed	US	27881	0	America/Chicago	38.84808	-92.80325	204			MO	053	56000	
4409641	Spencer	spencer	US	01562	0	America/Chicago	37.1845	-93.70243	324	Johnsons Mill,Spencer		MO	109	55784	
4409686	Spokane	spokane	US	65754	177	America/Chicago	36.86811	-93.29685	407			MO	043	68816	
4409715	Sprague	sprague	US	68438	0	America/Chicago	38.09559	-94.45967	282			MO	013	33310	
4409740	Spring City	spring-city	US	19475	0	America/Chicago	36.98673	-94.53411	339			MO	145	24346	
4409757	Spring Creek	spring-creek	US	16436	0	America/Chicago	37.76254	-92.02405	237			MO	161	69716	
4409791	Spring Garden	spring-garden	US	36275	0	America/Chicago	38.38531	-92.42268	268			MO	131	65342	
4409796	Spring Grove	spring-grove	US	17362	0	America/Chicago	37.55199	-93.03768	351			MO	059	35720	
4409866	Spring Valley	spring-valley	US	10977	0	America/Chicago	36.55202	-94.49994	248	Noel,Spring Valley		MO	119	21794	
4409896	Springfield	springfield	US	01101	166810	America/Chicago	37.21533	-93.29824	396	North Springfield,SGF,Springfield,Springfijld,Springfild,aspryngfyld  myzwry,sbrynghfyld,seupeulingpildeu,si pu lin fei er de,spryngpyld,supuringufirudo,Спрингфийлд,Спрингфилд,Спрингфілд,ספרינגפילד,اسپرینگفیلد، میزوری,سبرينغفيلد,سپرنگفیلڈ، مسوری,スプリングフィールド,斯普林菲尔德,스프링필드	077	MO	077	70009	
4409905	Springhill	springhill	US	71075	0	America/Chicago	39.87363	-93.64383	268	Navestown,Spring Hill,Springhill		MO	117	35882	
4409908	Springtown	springtown	US	18081	0	America/Chicago	37.92366	-90.76069	322	Hilltop,Springtown		MO	221	08254	
4409915	Spruce	spruce	US	48762	0	America/Chicago	38.26641	-94.13328	254			MO	013	18712	
4409924	Spurgeon	spurgeon	US	47584	0	America/Chicago	36.93451	-94.47161	321			MO	145	51590	
4409933	Squires	squires	US	65755	0	America/Chicago	36.85145	-92.62489	418			MO	067	76732	
4409983	Standish	standish	US	04084	0	America/Chicago	39.38447	-93.42938	215	Newcomb,Standish		MO	033	11584	
4409989	Stanhope	stanhope	US	07874	0	America/Chicago	39.18752	-93.26048	203			MO	195	46334	
4409990	Stanley	stanley	US	14561	0	America/Chicago	36.33729	-89.70119	85			MO	155	27622	
4410000	Stanton	stanton	US	08885	0	America/Chicago	38.27449	-91.1057	264	Stanton,Staunton		MO	071	47396	
4410007	Star	star	US	27356	0	America/Chicago	36.89783	-90.22871	103			MO	207	20260	
4410010	Star City	star-city	US	46985	0	America/Chicago	36.77034	-93.81381	360			MO	009	44912	
4410035	Stark	stark	US	66775	0	America/Chicago	39.37255	-91.02486	195			MO	163	09604	
4410038	Stark City	stark-city	US	64866	140	America/Chicago	36.86229	-94.18577	372			MO	145	52310	
4410101	Steele	steele	US	35987	2103	America/Chicago	36.08396	-89.82925	80			MO	155	16354	
4410122	Steedman	steedman	US	65077	0	America/Chicago	38.70476	-91.81795	166			MO	027	02656	
4410139	Stella	stella	US	28582	159	America/Chicago	36.76146	-94.19132	349			MO	145	25696	
4410144	Stephens	stephens	US	30667	0	America/Chicago	39.02893	-92.26629	260			MO	019	62840	
4410145	Stephens	stephens	US	30667	0	America/Chicago	38.97754	-92.13102	267			MO	027	14752	
4410176	Sterling	sterling	US	01564	0	America/Chicago	37.04394	-92.00821	459			MO	091	80116	
4410186	Stet	stet	US	64680	0	America/Chicago	39.42307	-93.75883	242			MO	033	59510	
4410193	Stevens	stevens	US	17578	0	America/Chicago	38.65839	-90.62262	145			MO	189	13605	
4410226	Stewartsville	stewartsville	US	08886	735	America/Chicago	39.75083	-94.49662	294			MO	063	77380	
4410229	Stickney	stickney	US	57375	0	America/Chicago	38.06754	-91.93544	216			MO	125	20206	
4410284	Stockdale	stockdale	US	15483	0	America/Chicago	39.29084	-94.34245	253			MO	047	24292	
4410287	Stockton	stockton	US	08559	1859	America/Chicago	37.69893	-93.79604	289	Fremont,Lancaster,Stockton,Stoktun,Стоктън	039	MO	039	43166	
4410295	Stoddard	stoddard	US	03464	0	America/Chicago	36.79144	-90.03426	107			MO	207	42356	
4410412	Stotts City	stotts-city	US	65756	219	America/Chicago	37.10367	-93.94966	349			MO	109	76228	
4410418	Stoutland	stoutland	US	65567	192	America/Chicago	37.81421	-92.51406	354			MO	029	02476	
4410425	Stover	stover	US	65078	1074	America/Chicago	38.44086	-92.99187	328	Newstover,Stover		MO	141	30988	
4410428	Stoutsville	stoutsville	US	43154	45	America/Chicago	39.54726	-91.8585	186			MO	137	36890	
4410432	Strafford	strafford	US	03884	2361	America/Chicago	37.26838	-93.11713	454	Stafford,Strafford,Stratford		MO	077		
4410467	Stringtown	stringtown	US	74569	0	America/Chicago	38.52281	-92.35407	250			MO	051	49844	
4410468	Stringtown	stringtown	US	74569	0	America/Chicago	37.17034	-94.57995	270	Lehigh,Stringtown		MO	097	74266	
4410470	Stringtown	stringtown	US	74569	0	America/Chicago	36.75283	-90.58289	148			MO	023	03826	
4410534	Sturdivant	sturdivant	US	63782	0	America/Chicago	37.0495	-90.01398	106			MO	017	77956	
4410536	Sturgeon	sturgeon	US	15082	907	America/Chicago	39.23421	-92.28073	257			MO	019	07498	
4410546	Success	success	US	65570	0	America/Chicago	37.44366	-92.08766	428			MO	215	75292	
4410669	Sullivan	sullivan	US	03445	7135	America/Chicago	38.2081	-91.16042	299	Mount Helicon,Salivan,Sullivan,Sullivans Station,Саливан,Сулливан		MO	071	47396	
4410689	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	38.33617	-90.37401	122			MO	099	80370	
4410705	Summerfield	summerfield	US	27358	0	America/Chicago	38.28366	-91.80489	260	Drysse,Summerfield		MO	125	36872	
4410722	Summersville	summersville	US	26651	500	America/Chicago	37.17922	-91.65681	376			MO	215	11548	
4410726	Summit	summit	US	07901	0	America/Chicago	37.91199	-90.70818	305	Summit,Summitville		MO	221	08254	
4410739	Sumner	sumner	US	04292	99	America/Chicago	39.65252	-93.24465	208	Crossland,Sumner		MO	041	17776	
4410750	Sundown	sundown	US	79372	48	America/Chicago	36.56645	-92.63683	235			MO	153	36548	
4410788	Sunnyside	sunnyside	US	11104	0	America/Chicago	38.34839	-90.36956	128			MO	099	80370	
4410809	Sunnyvale	sunnyvale	US	75182	0	America/Chicago	37.05089	-94.49522	321			MO	145	67610	
4410813	Sunrise Beach	sunrise-beach	US	65079	449	America/Chicago	38.17586	-92.78436	258			MO	029	36476	
4410826	Sunset	sunset	US	04683	0	America/Chicago	37.55115	-93.30769	319			MO	167	68640	
4410877	Sutherland	sutherland	US	23885	0	America/Chicago	38.58502	-93.59271	297			MO	101	36836	
4410912	Swan	swan	US	50252	0	America/Chicago	36.79534	-93.06268	251			MO	213	71818	
4410978	Sweet Springs	sweet-springs	US	65351	1467	America/Chicago	38.96363	-93.41493	217	Brownsville,Sweet Springs		MO	195	65522	
4410985	Sweetwater	sweetwater	US	37874	0	America/Chicago	36.82673	-94.26577	388			MO	145	04744	
4411002	Swift	swift	US	56682	0	America/Chicago	36.32923	-89.75425	83	Godair,Swift		MO	155	27622	
4411014	Swiss	swiss	US	26690	0	America/Chicago	38.56282	-91.47127	276			MO	073	06814	
4411026	Sycamore	sycamore	US	15364	0	America/Chicago	36.70339	-92.27433	248			MO	153	57764	
4411072	Sylvania	sylvania	US	16945	0	America/Chicago	37.50782	-94.02272	326			MO	057	12196	
4411080	Syracuse	syracuse	US	13201	170	America/Chicago	38.67002	-92.87325	281	Pacific,Pacific City,Syracuse		MO	141	48170	
4411089	Table Rock	table-rock	US	68447	254	America/Chicago	37.96365	-91.99655	276			MO	161	01918	
4411091	Table Rock	table-rock	US	68447	229	America/Chicago	36.60479	-93.29879	286	Table Rock,Table Rock Townsite		MO	213	07984	
4411169	Taft	taft	US	38488	0	America/Chicago	36.63506	-90.53789	95			MO	023	03826	
4411184	Tallapoosa	tallapoosa	US	30176	161	America/Chicago	36.50812	-89.81925	83			MO	143	59132	
4411193	Talmage	talmage	US	17580	0	America/Chicago	37.25783	-92.41294	386			MO	229	75634	
4411207	Taneyville	taneyville	US	65759	396	America/Chicago	36.74145	-93.03434	327			MO	213	71818	
4411215	Tanner	tanner	US	35671	0	America/Chicago	36.91811	-89.68342	93			MO	201	63047	
4411228	Taos	taos	US	87571	1134	America/Chicago	38.50643	-92.07101	222	Blocktown,Taos		MO	051	42068	
4411242	Tarrytown	tarrytown	US	10591	0	America/Chicago	39.28445	-94.67801	324			MO	165	46874	
4411294	Taylor	taylor	US	18517	0	America/Chicago	39.9381	-91.52377	149	Taylor,Taylors Mills		MO	127	23176	
4411343	Tea	tea	US	57064	0	America/Chicago	38.30005	-91.39654	228	Baur,Tea		MO	073	09100	
4411364	Tebbetts	tebbetts	US	65080	0	America/Chicago	38.6206	-91.9624	172			MO	027	16642	
4411373	Tecumseh	tecumseh	US	49286	0	America/Chicago	36.58673	-92.28655	186	Tecamseh,Tecumseh		MO	153	18568	
4411409	Ten Mile	ten-mile	US	37880	0	America/Chicago	39.80837	-92.37518	260	La Porte,Ten Mile,Tenmile		MO	121	72718	
4411443	Terrell	terrell	US	28682	0	America/Chicago	37.08283	-93.41908	335			MO	043	42644	
4411454	Terry	terry	US	39170	0	America/Chicago	37.97531	-93.53243	292			MO	185	18100	
4411458	Terry	terry	US	39170	0	America/Chicago	36.27673	-89.76064	82			MO	155	16012	
4411477	Thayer	thayer	US	46381	2245	America/Chicago	36.52451	-91.5382	161	Augusta,Thayer		MO	149	72844	
4411509	Thelma	thelma	US	41260	0	America/Chicago	36.74256	-93.36963	380			MO	209	63761	
4411510	Theodosia	theodosia	US	65761	258	America/Chicago	36.58284	-92.676	271			MO	153	05428	
4411568	Thomasville	thomasville	US	17364	68	America/Chicago	36.78922	-91.53208	195	Eleven Points,Rich Woods,Thomasville		MO	149	49754	
4411571	Thompson	thompson	US	06277	0	America/Chicago	39.18865	-91.98295	256	Thompson,Thompson Station,Thompson's Station		MO	007	80152	
4411625	Thornfield	thornfield	US	65762	0	America/Chicago	36.70867	-92.65933	246			MO	153	73114	
4411634	Thornton	thornton	US	03285	0	America/Chicago	39.15111	-94.5244	230			MO	047	26290	
4411651	Thorpe	thorpe	US	24888	0	America/Chicago	37.48777	-92.99785	367			MO	059	77344	
4411653	Thousand Oaks	thousand-oaks	US	91358	0	America/Chicago	37.98977	-91.46265	247			MO	055	39242	
4411720	Tiff	tiff	US	63674	0	America/Chicago	38.01922	-90.65291	201			MO	221	75040	
4411721	Tiff City	tiff-city	US	64868	0	America/Chicago	36.6684	-94.61717	250			MO	119	45246	
4411728	Tiffin	tiffin	US	44883	0	America/Chicago	37.95503	-93.93827	257	New Tiffin,Tiffin,Whitley		MO	185	69356	
4411735	Tilden	tilden	US	62292	0	America/Chicago	37.70615	-92.96046	330			MO	059	36494	
4411745	Tillman	tillman	US	29943	0	America/Chicago	37.05533	-89.86426	138	Tillman,Tilman		MO	207	57548	
4411751	Timber	timber	US	97144	0	America/Chicago	37.3631	-91.42653	336			MO	203	52274	
4411778	Tina	tina	US	64682	153	America/Chicago	39.53613	-93.44021	220			MO	033	70882	
4411787	Tingley	tingley	US	50863	0	America/Chicago	37.66115	-93.99911	299			MO	039	04600	
4411809	Tipton	tipton	US	16684	3377	America/Chicago	38.65558	-92.77992	282			MO	135	80080	
4411810	Toccoa	toccoa	US	30577	0	America/Chicago	36.75117	-92.23599	266			MO	153	61544	
4411829	Toledo	toledo	US	43601	0	America/Chicago	38.8406	-91.81823	223			MO	027	10666	
4411830	Toledo	toledo	US	43601	0	America/Chicago	36.7745	-92.68545	291			MO	153	73114	
4411865	Topaz	topaz	US	96133	0	America/Chicago	36.94561	-92.20294	269			MO	067	09190	
4411872	Toronto	toronto	US	43964	0	America/Chicago	38.00365	-92.52546	230			MO	029	35630	
4411926	Townley	townley	US	35587	0	America/Chicago	36.61672	-89.96981	90			MO	069	16696	
4411944	Tracy	tracy	US	50256	221	America/Chicago	39.37694	-94.79302	239	Trejsi,Трейси		MO	165	23230	
4411945	Tracy	tracy	US	50256	215	America/Chicago	37.98003	-93.65521	275			MO	185	20008	
4411954	Trail	trail	US	56684	0	America/Chicago	36.76812	-92.29572	221			MO	153	61544	
4411992	Treloar	treloar	US	63378	0	America/Chicago	38.64449	-91.18793	154			MO	219	13402	
4412043	Trimble	trimble	US	38259	640	America/Chicago	39.47111	-94.56468	285	Carpenters Store,Trimble		MO	049	30304	
4412053	Triplett	triplett	US	65286	40	America/Chicago	39.49808	-93.19381	202	Porches Prairie,Triplett		MO	041	73888	
4412089	Troy	troy	US	03465	11542	America/Chicago	38.97949	-90.9807	165	Troj,Troja,trwy,trwy  myzwry,Трой,Троя,Трој,تروي,تروی، میزوری,ٹرائے، مسوری	113	MO	113	03880	
4412096	Truesdale	truesdale	US	50592	730	America/Chicago	38.81171	-91.13043	262	Truesdail,Truesdaile,Truesdale		MO	219	68702	
4412119	Truxton	truxton	US	13158	94	America/Chicago	39.00199	-91.23987	224			MO	113	59582	
4412124	Tuckahoe	tuckahoe	US	08250	0	America/Chicago	37.12867	-94.52939	304			MO	097	26236	
4412125	Tucker	tucker	US	30084	0	America/Chicago	36.76172	-90.93679	115	Tucker,Tuckertown		MO	181	38144	
4412126	Tucker	tucker	US	30084	0	America/Chicago	36.54478	-91.07124	186			MO	181	26704	
4412263	Turner	turner	US	04282	0	America/Chicago	36.58784	-89.91259	85			MO	143	15832	
4412301	Turners	turners	US	65765	0	America/Chicago	37.18088	-93.15546	364	Turner,Turners		MO	077	72466	
4412308	Turnerville	turnerville	US	30580	0	America/Chicago	37.04061	-91.73931	361			MO	091	27748	
4412309	Turney	turney	US	64493	147	America/Chicago	39.63472	-94.32106	321	Turney,Turney's Station,Turneys Station		MO	049	40844	
4412325	Tuscumbia	tuscumbia	US	35674	205	America/Chicago	38.23309	-92.45852	176		131	MO	131	22528	
4412368	Twin Oaks	twin-oaks	US	74368	393	America/Chicago	38.56478	-90.49651	181			MO	189	60363	
4412409	Tyler	tyler	US	36785	0	America/Chicago	36.03396	-89.7373	78			MO	155	56846	
4412419	Tyrone	tyrone	US	14887	0	America/Chicago	37.20338	-91.87654	446			MO	215	11854	
4412428	Udall	udall	US	65766	0	America/Chicago	36.54395	-92.25877	260			MO	153	03647	
4412433	Ulman	ulman	US	65083	0	America/Chicago	38.15309	-92.44407	284			MO	131	27244	
4412439	Umpire	umpire	US	71971	0	America/Chicago	37.17977	-92.606	393			MO	229	26614	
4412454	Union	union	US	03887	10957	America/Chicago	38.45005	-91.00848	162	Union,Union City	071	MO	071	74644	
4412528	Union City	union-city	US	07087	0	America/Chicago	36.97894	-93.46575	408			MO	209	75004	
4412584	Union Point	union-point	US	30669	0	America/Chicago	38.95056	-94.46606	290			MO	095	08686	
4412635	Union Star	union-star	US	40171	421	America/Chicago	39.98055	-94.5944	292			MO	063	58772	
4412668	Uniontown	uniontown	US	15401	0	America/Chicago	37.61477	-89.71399	172	LeGrand Village Sauvage,Uniontown		MO	157	74842	
4412754	Upton	upton	US	01568	0	America/Chicago	37.36894	-92.16405	436			MO	215	75292	
4412759	Urbana	urbana	US	43078	407	America/Chicago	37.84226	-93.16686	322	Urbana,Урбана		MO	059	42680	
4412761	Urbandale	urbandale	US	50322	0	America/Chicago	39.39504	-92.44407	266			MO	175	69122	
4412762	Urich	urich	US	64788	486	America/Chicago	38.45974	-94.00077	240			MO	083	79504	
4412775	Utica	utica	US	13501	256	America/Chicago	39.74363	-93.6266	232			MO	117	28990	
4412787	Vale	vale	US	28168	0	America/Chicago	38.94362	-94.43773	247			MO	095	08686	
4412803	Valles Mines	valles-mines	US	63087	0	America/Chicago	38.042	-90.49985	233	Tunnel,Tunnel Station,Tyro,Valle Mines,Valles Mines		MO	099	75400	
4412811	Valley City	valley-city	US	44280	0	America/Chicago	38.86557	-93.61188	216	Gallaher Mills,Gallaher Mills Settlement,Grover,Kirkpatricks Mill,Millford,Valley City		MO	101	68006	
4412820	Valley Park	valley-park	US	39177	6974	America/Chicago	38.54922	-90.49262	130	Meramec,Nasby,Vali Park,Vallehj Park,Valley Park,Valleypark,faly bark,wly park  myzwry,wyly park  mswry,Вали Парк,Валлэй Парк,فالي بارك,ولی پارک، میزوری,ویلی پارک، مسوری		MO	189	60363	
4412833	Valley View	valley-view	US	17983	0	America/Chicago	38.20614	-93.42826	215			MO	015	73564	
4412834	Valley View	valley-view	US	17983	0	America/Chicago	38.052	-90.27568	184			MO	186	36098	
4412846	Van	van	US	25206	0	America/Chicago	37.56143	-93.28714	320			MO	167	68640	
4412847	Van Buren	van-buren	US	04785	834	America/Chicago	36.99561	-91.01457	144	Van Bjuren,fan bwrn,wn bwrn  myzwry,Ван Бюрен,Ван Бјурен,فان بورن,ون بورن، میزوری	035	MO	035	11620	
4412887	Vance	vance	US	29163	0	America/Chicago	37.43949	-92.7799	388			MO	225	75058	
4412896	Vandalia	vandalia	US	45377	4348	America/Chicago	39.31087	-91.48849	232			MO	007	17686	
4412918	Vandiver	vandiver	US	35176	72	America/Chicago	39.1631	-91.8435	247			MO	007	68744	
4412921	Vanduser	vanduser	US	63784	274	America/Chicago	36.99061	-89.68564	95			MO	201	50006	
4412931	Vanzant	vanzant	US	65768	0	America/Chicago	36.96978	-92.30294	357			MO	067	09190	
4412982	Venice	venice	US	34284	0	America/Chicago	37.20783	-91.39986	342			MO	203	22294	
4412985	Venus	venus	US	16364	0	America/Chicago	38.18032	-92.03406	247			MO	125	07228	
4412986	Vera	vera	US	74082	0	America/Chicago	39.37838	-91.14514	189	Vera,Watson,Watson Station		MO	163	17704	
4413013	Versailles	versailles	US	06383	2440	America/Chicago	38.43141	-92.84103	315	VRS,Versailles	141	MO	141	49880	
4413015	Verona	verona	US	07044	604	America/Chicago	36.96395	-93.79576	390			MO	109	70090	
4413024	Viburnum	viburnum	US	65566	662	America/Chicago	37.71532	-91.13513	387			MO	093	19108	
4413031	Vichy	vichy	US	65580	0	America/Chicago	38.11143	-91.76044	338	VIH,Vichy		MO	125	37394	
4413037	Vicksburg	vicksburg	US	17883	0	America/Chicago	36.15396	-89.87009	80			MO	155	07858	
4413040	Victor	victor	US	14564	0	America/Chicago	39.45421	-91.82933	185	Sodom,Victor		MO	137	36890	
4413047	Victoria	victoria	US	23974	0	America/Chicago	38.17783	-90.52596	145	Victoria,Victoria Station		MO	099	12790	
4413082	Vida	vida	US	59274	0	America/Chicago	37.85699	-91.7996	315			MO	161	15346	
4413085	Vienna	vienna	US	04360	597	America/Chicago	38.18671	-91.94711	267		125	MO	125	35918	
4413121	Vineland	vineland	US	08360	0	America/Chicago	38.09533	-90.61291	217	Tunnel,Tunnel Station,Tyro,Vineland		MO	099	75400	
4413144	Viola	viola	US	19979	0	America/Chicago	36.57312	-93.58213	349			MO	209	79954	
4413148	Violet	violet	US	70092	0	America/Chicago	37.66754	-93.31964	331			MO	167	52894	
4413157	Virginia	virginia	US	55777	0	America/Chicago	38.26697	-94.49579	266			MO	013	13384	
4413174	Vista	vista	US	92081	53	America/Chicago	37.98836	-93.6641	266	Decherd,Vista		MO	185	20008	
4413238	Vulcan	vulcan	US	49892	0	America/Chicago	37.30949	-90.66262	169			MO	093	74698	
4413240	Waco	waco	US	28169	86	America/Chicago	37.247	-94.5994	275	Vako,Вако		MO	097	74266	
4413271	Wagoner	wagoner	US	74467	0	America/Chicago	37.6706	-93.92549	293			MO	039	43166	
4413277	Wainwright	wainwright	US	74468	0	America/Chicago	38.58365	-92.06824	175			MO	027	71548	
4413297	Waldo	waldo	US	32694	0	America/Chicago	38.99389	-94.5919	295			MO	095	38054	
4413298	Waldo	waldo	US	32694	0	America/Chicago	37.18922	-92.74461	467	Bloomington,Lickskillet,Waldo		MO	225	31312	
4413312	Walker	walker	US	26180	268	America/Chicago	37.89865	-94.23217	260			MO	217	76678	
4413314	Waldron	waldron	US	46182	0	America/Chicago	39.22222	-94.79329	232			MO	165	76606	
4413363	Wallace	wallace	US	26448	0	America/Chicago	39.55527	-94.84691	322			MO	021	17110	
4413372	Walkersville	walkersville	US	21793	0	America/Chicago	39.74059	-92.06851	214			MO	205	65666	
4413403	Walnut	walnut	US	38683	0	America/Chicago	39.99031	-92.71825	250			MO	121	20710	
4413420	Walnut Grove	walnut-grove	US	35990	766	America/Chicago	37.41116	-93.54964	368	Beef Neck,Possum Trot,Walnut Grove		MO	077	76858	
4413493	Walnut Shade	walnut-shade	US	65771	0	America/Chicago	36.73256	-93.19351	230			MO	213	36584	
4413523	Wanda	wanda	US	56294	0	America/Chicago	36.81062	-94.19966	359	Old Harmony,Wanda,Wando		MO	145	25696	
4413534	Wappapello	wappapello	US	63966	0	America/Chicago	36.93561	-90.27094	108			MO	223	44120	
4413550	Wardell	wardell	US	63879	402	America/Chicago	36.35145	-89.81786	84			MO	155	43400	
4413558	Ware	ware	US	01082	0	America/Chicago	38.21366	-90.66263	167			MO	099	05554	
4413577	Warren	warren	US	01083	0	America/Chicago	39.77365	-91.75655	220			MO	127	77074	
4413595	Warrensburg	warrensburg	US	12885	19927	America/Chicago	38.76279	-93.73605	263	Uorrensberg,Varrehnsburg,Vorensburg,warnsbwrgh,warnzbrg  myzwry,Варрэнсбург,Воренсбург,Уорренсберг,وارنزبرگ، میزوری,وارنسبورغ	101	MO	101	77110	
4413598	Warrenton	warrenton	US	20186	8106	America/Chicago	38.81144	-91.14154	270		219	MO	219	53024	
4413601	Warsaw	warsaw	US	14569	2100	America/Chicago	38.24308	-93.38187	218	Uarsav,Vorso,Ворсо,Уарсав	015	MO	015	68933	
4413611	Washburn	washburn	US	04786	435	America/Chicago	36.58701	-93.96604	447	Keetsville,Washburn		MO	009	77218	
4413621	Washington	washington	US	03280	14050	America/Chicago	38.55811	-91.01209	168	Bassora,Goosetown,New Washington,Owensville,Vashington,Washington,Washington Landing,washntn,washyngtn  myzwry,Вашингтон,واشنطن,واشنگٹن، مسوری,واشینگتن، میزوری		MO	071	77434	
4413704	Wasola	wasola	US	65773	113	America/Chicago	36.79367	-92.57572	391			MO	153	52652	
4413740	Waterloo	waterloo	US	13165	0	America/Chicago	39.13306	-94.03439	214			MO	107	14428	
4413750	Watkins	watkins	US	52354	0	America/Chicago	38.12365	-92.38129	274			MO	131	61778	
4413788	Waverly	waverly	US	14892	824	America/Chicago	39.20946	-93.51771	248	Middleton,Saint Thomas,Waverly		MO	107	47882	
4413796	Wayne	wayne	US	04284	0	America/Chicago	36.63757	-93.96215	482			MO	009	23140	
4413802	Waynesville	waynesville	US	28785	5374	America/Chicago	37.82865	-92.20072	246	Vehjnesvill,Vejnsvil,Вејнсвил,Вэйнесвилл	169	MO	169	17740	
4413817	Weatherby	weatherby	US	64497	106	America/Chicago	39.90945	-94.24439	268			MO	063	00208	
4413820	Weaubleau	weaubleau	US	65774	398	America/Chicago	37.89059	-93.54187	298			MO	085	78082	
4413842	Webb City	webb-city	US	64870	11165	America/Chicago	37.14645	-94.463	305	Veb Siti,Vehbb Siti,wb syty  myzwry,wyb syty,Веб Сити,Вэбб Сити,وب سیتی، میزوری,ويب سيتي		MO	097	37610	
4413923	Weldon	weldon	US	27890	0	America/Chicago	38.69089	-90.66457	164	Weldon,Weldon Spring Station		MO	183	07232	
4413944	Wellington	wellington	US	33414	790	America/Chicago	39.13418	-93.98272	240	Vellington,Веллингтон		MO	107	14428	
4413977	Wellston	wellston	US	45692	2323	America/Chicago	38.67283	-90.29928	158	Rinkelville,Wellston		MO	189	75210	
4413978	Wellsville	wellsville	US	14895	1151	America/Chicago	39.07198	-91.57016	249			MO	139	75256	
4413998	Wentworth	wentworth	US	03282	148	America/Chicago	36.99339	-94.07438	373			MO	145	75616	
4414001	Wentzville	wentzville	US	63385	35603	America/Chicago	38.81144	-90.85291	190	Vehntsvill,Ventzvil,wntzfyl,wyntzwyl  myzwry,Вентзвил,Вэнтсвилл,ونتزفيل,وینتزویل، میزوری,وینٹزویل، مسوری		MO	183	78448	
4414011	Wesco	wesco	US	65586	0	America/Chicago	37.85949	-91.43209	264	Boaz,Wesco,Wilsons Mill		MO	055	74572	
4414033	West Alton	west-alton	US	63386	530	America/Chicago	38.86505	-90.22261	134	West Alton,Westalton		MO	183	62112	
4414043	West Bend	west-bend	US	50597	0	America/Chicago	37.45754	-93.46103	319			MO	167	78842	
4414095	West Fork	west-fork	US	72774	0	America/Chicago	37.49171	-91.10902	277			MO	179	11530	
4414142	West Hartford	west-hartford	US	05084	0	America/Chicago	39.4106	-91.60544	223			MO	173	36566	
4414155	West Lebanon	west-lebanon	US	03784	0	America/Chicago	37.66949	-92.67656	381			MO	105	41186	
4414200	West Plains	west-plains	US	65775	12285	America/Chicago	36.72812	-91.85237	306	Summers Addition,Vehst Plehjns,Vest Plejns,West Plains,Westplains,wst plynz  myzwry,Вест Плејнс,Вэст Плэйнс,وست پلینز، میزوری	091	MO	091	33382	
4414259	Westfield	westfield	US	01085	0	America/Chicago	37.86198	-92.96435	328			MO	059	48188	
4414270	Weston	weston	US	02493	1724	America/Chicago	39.41111	-94.90163	243	Uehston,Уэстон		MO	165	78874	
4414274	Westover	westover	US	16692	0	America/Chicago	37.92255	-91.22792	237			MO	055	16930	
4414280	Westphalia	westphalia	US	47596	388	America/Chicago	38.44198	-91.99934	186	Thompsons Store,Westphalia		MO	151	77632	
4414281	Westport	westport	US	02790	0	America/Chicago	39.05445	-94.58023	275			MO	095	38054	
4414292	Westview	westview	US	40178	0	America/Chicago	36.83701	-94.52022	347			MO	145	09586	
4414295	Westville	westville	US	08093	0	America/Chicago	39.6428	-92.90797	250			MO	041	14014	
4414297	Westwood	westwood	US	02090	279	America/Chicago	38.64366	-90.43984	190			MO	189	48989	
4414323	Wexford	wexford	US	15090	0	America/Chicago	39.54306	-94.39523	292			MO	049	15976	
4414333	Wheatland	wheatland	US	16161	355	America/Chicago	37.94614	-93.40103	321			MO	085	79108	
4414343	Wheaton	wheaton	US	56296	699	America/Chicago	36.76285	-94.05604	421	Uiton,Уитон		MO	009	79144	
4414365	Wheeling	wheeling	US	26003	264	America/Chicago	39.78669	-93.38549	228			MO	117	79198	
4414435	White City	white-city	US	66872	0	America/Chicago	37.93587	-92.84546	283			MO	029	77038	
4414436	White City	white-city	US	66872	0	America/Chicago	36.88034	-93.39797	313			MO	209	58988	
4414437	White Cloud	white-cloud	US	49349	0	America/Chicago	38.02114	-93.37326	302			MO	085	79108	
4414475	White Oak	white-oak	US	25989	0	America/Chicago	36.33034	-90.02787	82			MO	069	32554	
4414532	White Rock	white-rock	US	29177	0	America/Chicago	39.33447	-93.28465	235			MO	033	22780	
4414608	Whiteside	whiteside	US	37396	78	America/Chicago	39.18532	-91.0168	243			MO	113	74770	
4414615	Whitewater	whitewater	US	53190	128	America/Chicago	37.23755	-89.79593	114	White Water Station,Whitewater		MO	031	33454	
4414626	Whiting	whiting	US	04691	0	America/Chicago	36.78894	-89.37396	93			MO	133	64406	
4414667	Wickes	wickes	US	71973	0	America/Chicago	38.39311	-90.35373	121			MO	099	01975	
4414749	Wildwood	wildwood	US	08260	35899	America/Chicago	38.58283	-90.6629	230	Vajldvud,Vildvud,wayldwwd,wayldwwd  myzwry,Вајлдвуд,Вилдвуд,وائلڈووڈ، مسوری,وايلدوود,وایلدوود، میزوری		MO	189	13605	
4414816	Willard	willard	US	14588	5454	America/Chicago	37.30505	-93.42853	377	Robertson,Willard		MO	077	50852	
4414895	Williamsburg	williamsburg	US	01096	0	America/Chicago	38.92032	-91.70156	256	Fruits,Williamsburg		MO	027	52508	
4414898	Williamsville	williamsville	US	05362	347	America/Chicago	36.97116	-90.54956	125			MO	223	79972	
4414959	Willow Springs	willow-springs	US	60480	2150	America/Chicago	36.99228	-91.96987	387			MO	091	80116	
4415058	Wilsonville	wilsonville	US	35186	0	America/Chicago	37.60116	-90.62318	282			MO	093	01666	
4415059	Wilton	wilton	US	03086	0	America/Chicago	38.73503	-92.35908	179			MO	019	12142	
4415065	Winchester	winchester	US	01890	1540	America/Chicago	38.59033	-90.5279	190			MO	189	79801	
4415076	Windsor	windsor	US	01270	2808	America/Chicago	38.53224	-93.52215	278	Belmont,Spring Grove,Vindzor,Windsor,Виндзор		MO	083	80368	
4415095	Windyville	windyville	US	65783	0	America/Chicago	37.70671	-92.92713	327			MO	059	36494	
4415101	Winfield	winfield	US	17889	1434	America/Chicago	38.99727	-90.73846	136			MO	113	49322	
4415106	Wingate	wingate	US	21675	0	America/Chicago	38.73112	-94.20467	256			MO	037	58718	
4415122	Winner	winner	US	57580	0	America/Chicago	39.3325	-94.4919	304			MO	047	58142	
4415134	Winona	winona	US	25942	1310	America/Chicago	37.00977	-91.32347	284	Vajnona,Вайнона		MO	203	80530	
4415154	Winthrop	winthrop	US	02152	0	America/Chicago	39.55972	-95.10747	243	East Atchison,Winthrop,Winthrop Station		MO	021	63542	
4415158	Wisdom	wisdom	US	59761	0	America/Chicago	38.16697	-93.47687	233			MO	015	00586	
4415185	Wittenberg	wittenberg	US	54499	0	America/Chicago	37.65255	-89.52454	112	Stephans Landing,Wittenberg,Wittenburg		MO	157	08092	
4415256	Wolf Island	wolf-island	US	63881	0	America/Chicago	36.73922	-89.21035	95			MO	133	80674	
4415301	Wood	wood	US	16694	0	America/Chicago	39.95166	-94.45329	296	Wood,Woods		MO	063	58772	
4415350	Woodland	woodland	US	16881	0	America/Chicago	39.75282	-91.59377	207	Caldwell,Woodland		MO	127	42230	
4415372	Woodlawn	woodlawn	US	24381	0	America/Chicago	39.57837	-92.21268	238			MO	137	80854	
4415392	Woodruff	woodruff	US	29388	0	America/Chicago	39.44389	-94.81663	251			MO	165	78874	
4415425	Woodside	woodside	US	11377	0	America/Chicago	36.74172	-91.38819	268			MO	149	80944	
4415435	Woodstock	woodstock	US	03293	0	America/Chicago	38.73116	-90.29289	174			MO	189	53448	
4417848	Bethel	bethel	US	04217	0	America/Chicago	31.43351	-89.70007	134			MS	091		
4415437	Woodville	woodville	US	01784	0	America/Chicago	39.62031	-92.33629	248	Old Centerville,Woodville		MO	121	47810	
4415447	Wooldridge	wooldridge	US	65287	61	America/Chicago	38.90615	-92.52324	180	Wooldridge,Woolridge		MO	053	65306	
4415462	Worcester	worcester	US	01601	0	America/Chicago	39.27365	-91.75405	234			MO	007	59474	
4415479	Wortham	wortham	US	76693	275	America/Chicago	37.84449	-90.60874	280	Cherrytown,Cherryville,Wortham		MO	187	60608	
4415483	Worland	worland	US	82401	0	America/Chicago	38.1878	-94.5919	250			MO	013	76804	
4415502	Wright City	wright-city	US	63390	3445	America/Chicago	38.82755	-91.02014	223	Wright,Wright City,Wrights City		MO	219	31888	
4415530	Wrightsville	wrightsville	US	17368	0	America/Chicago	36.47312	-89.99593	87			MO	069	25804	
4415539	Wyatt	wyatt	US	26463	311	America/Chicago	36.90922	-89.22257	97	Manes,Peavine,Pevey Switch,Wyatt		MO	133	54128	
4415544	Wylie	wylie	US	75098	0	America/Chicago	36.66007	-94.33299	373			MO	119	57843	
4415619	Yolo	yolo	US	95697	0	America/Chicago	38.4328	-93.53882	245			MO	083	70018	
4415665	Yukon	yukon	US	15698	0	America/Chicago	37.2731	-91.84821	403			MO	215	55820	
4415671	Zalma	zalma	US	63787	90	America/Chicago	37.14477	-90.07621	113			MO	017	77956	
4415677	Zanoni	zanoni	US	65784	0	America/Chicago	36.68617	-92.33183	213			MO	153	57764	
4415687	Zenda	zenda	US	53195	0	America/Chicago	37.01755	-92.69378	370			MO	067	24220	
4415703	Zion	zion	US	60099	0	America/Chicago	37.42172	-90.31012	225			MO	123	74248	
4415799	Abbeville	abbeville	US	29620	435	America/Chicago	34.50316	-89.50314	112			MS	071		
4415812	Abbott	abbott	US	76621	0	America/Chicago	33.68012	-88.7745	77			MS	025		
4415813	Aberdeen	aberdeen	US	21001	5397	America/Chicago	33.82511	-88.54366	73	Aberdeen,Aberdin,Dundee,New Aberdeen,a bo ding,abrdyn,abrdyn  mysysypy,aebeodin,Абердин,أبردين,ابردین، میسیسیپی,ایبرڈین، مسیسپی,阿伯丁,애버딘	095	MS	095		
4415878	Ackerman	ackerman	US	39735	1482	America/Chicago	33.31012	-89.17284	159		019	MS	019		
4415886	Acme	acme	US	15610	0	America/Chicago	31.96765	-89.17339	131			MS	061		
4415900	Adams	adams	US	01220	0	America/Chicago	32.15987	-90.56065	82	Adams,Adams Station		MS	049		
4415904	Adair	adair	US	50002	0	America/Chicago	33.31374	-90.09064	104			MS	015		
4415957	Aiken	aiken	US	29801	0	America/Chicago	34.63094	-89.73981	127			MS	137		
4415974	Akron	akron	US	14001	0	America/Chicago	32.74097	-88.52476	73			MS	069		
4415994	Albin	albin	US	82050	0	America/Chicago	33.91345	-90.32981	46			MS	135		
4416057	Algoma	algoma	US	38820	602	America/Chicago	34.17622	-89.03117	127	Algoma,New Algoma		MS	115		
4416062	Alice	alice	US	78332	0	America/Chicago	32.91096	-89.28007	156			MS	099		
4416070	Alhambra	alhambra	US	62001	0	America/Chicago	33.0279	-91.06011	32			MS	151		
4416074	Allen	allen	US	21810	0	America/Chicago	32.00182	-91.00372	52			MS	021		
4416075	Allen	allen	US	21810	0	America/Chicago	34.14595	-90.23398	46			MS	119		
4416076	Allen	allen	US	21810	0	America/Chicago	32.10793	-90.95816	32	Allen,Allen Station,Fish Hill		MS	149		
4416079	Allen	allen	US	21810	0	America/Chicago	31.7485	-90.65843	146			MS	029		
4416113	Allentown	allentown	US	08501	0	America/Chicago	34.85731	-88.60505	153			MS	003		
4416115	Alligator	alligator	US	38720	198	America/Chicago	34.08955	-90.71955	49			MS	011		
4416144	Alpine	alpine	US	07620	0	America/Chicago	34.49538	-88.79784	128			MS	145		
4416157	Altus	altus	US	72821	0	America/Chicago	34.34094	-89.39619	139			MS	071		
4416158	Alva	alva	US	33920	0	America/Chicago	33.6379	-89.5073	103	Alva,Stateland		MS	097		
4416192	Amory	amory	US	38821	7067	America/Chicago	33.98428	-88.4881	73	Amori,Ejmori,amwry,amwry  msyspy,aymry  mysysypy,eimoli,Амори,Ејмори,أموري,اموری، مسیسپی,ایمری، میسیسیپی,에이모리		MS	095		
4416213	Anchor	anchor	US	61720	0	America/Chicago	33.82678	-89.03812	102			MS	017		
4416217	Anchorage	anchorage	US	99501	0	America/Chicago	32.93152	-90.61426	30			MS	053		
4416221	Anderson	anderson	US	29621	0	America/Chicago	32.55931	-90.24509	84			MS	089		
4416289	Anguilla	anguilla	US	38721	666	America/Chicago	32.97402	-90.82454	32	Anguilla,Auguilla,McKinneyville		MS	125		
4416300	Annandale	annandale	US	08801	0	America/Chicago	32.51486	-90.18842	113			MS	089		
4416315	Ansley	ansley	US	68814	0	America/Chicago	30.2252	-89.48366	2	Ansley,Claiborne,Grand Plains		MS	045		
4416318	Antioch	antioch	US	37011	0	America/Chicago	34.69927	-89.8712	107			MS	137		
4416319	Antioch	antioch	US	37011	0	America/Chicago	32.24654	-90.84899	79	Alverson Plantation,Antioch		MS	149		
4416431	Antioch	antioch	US	37011	0	America/Chicago	31.63378	-89.05811	67			MS	067		
4416462	Arcola	arcola	US	38722	359	America/Chicago	33.26984	-90.87982	37			MS	151		
4416474	Ariel	ariel	US	98603	0	America/Chicago	31.10073	-90.98733	110	Ariel,Mutrie		MS	005		
4416479	Arkabutla	arkabutla	US	38602	0	America/Chicago	34.69899	-90.12232	95			MS	137		
4416490	Arlington	arlington	US	02474	0	America/Chicago	31.41851	-90.55677	147			MS	085		
4416491	Arlington	arlington	US	02474	0	America/Chicago	32.8768	-89.17729	160			MS	099		
4416536	Arnot	arnot	US	16911	0	America/Chicago	31.25573	-91.60845	18			MS	001		
4416543	Artesia	artesia	US	39736	431	America/Chicago	33.4154	-88.64394	70	Artesia,Artesia Depot		MS	087		
4416602	Ashland	ashland	US	01721	538	America/Chicago	34.83287	-89.1759	196		009	MS	009		
4416603	Ashland	ashland	US	01721	0	America/Chicago	32.88763	-91.05122	31	Ashland,Clover Hill		MS	055		
4416604	Ashland	ashland	US	01721	0	America/Chicago	31.80016	-91.34817	22	Ashland,Ashland Landing		MS	063		
4416619	Ashley	ashley	US	43003	0	America/Chicago	31.80211	-90.26314	135			MS	029		
4416632	Ashwood	ashwood	US	97711	0	America/Chicago	31.0449	-91.29706	84	Ashwood,Ashwood Station		MS	157		
4416664	Athens	athens	US	04912	0	America/Chicago	33.87233	-88.44171	92			MS	095		
4416665	Atlanta	atlanta	US	14808	0	America/Chicago	33.79845	-89.14757	122			MS	017		
4416681	Aubrey	aubrey	US	72311	0	America/Chicago	33.14762	-88.33226	54			MS	103		
4416683	Auburn	auburn	US	01501	0	America/Chicago	34.28483	-88.63172	101			MS	081		
4416684	Auburn	auburn	US	01501	0	America/Chicago	31.35934	-90.60788	131	Adams Camp Ground,Auburn		MS	085		
4416697	Austin	austin	US	16720	0	America/Chicago	34.64066	-90.44927	60			MS	143		
4416708	Avalon	avalon	US	08202	0	America/Chicago	33.65512	-90.08564	42			MS	015		
4416715	Avera	avera	US	30803	0	America/Chicago	31.29601	-88.74142	97			MS	041		
4416726	Avon	avon	US	02322	0	America/Chicago	33.23012	-91.04733	35	Avon,Avon Station		MS	151		
4416729	Avondale	avondale	US	19311	0	America/Chicago	33.47234	-88.80672	104			MS	105		
4416798	Bailey	bailey	US	27807	0	America/Chicago	32.46764	-88.72282	119			MS	075		
4416828	Baird	baird	US	79504	0	America/Chicago	33.42512	-90.58342	36			MS	133		
4416831	Baker	baker	US	26801	0	America/Chicago	34.5026	-88.94728	154			MS	145		
4416877	Baldwyn	baldwyn	US	38824	3339	America/Chicago	34.50954	-88.63533	122			MS	081		
4416902	Ballard	ballard	US	24918	0	America/Chicago	32.60292	-90.0787	70			MS	089		
4416912	Ballentine	ballentine	US	29002	0	America/Chicago	34.39427	-90.09648	55	Ballentine,Dickens Place		MS	107		
4416927	Banks	banks	US	36005	0	America/Chicago	34.82593	-90.22982	61			MS	143		
4416937	Banner	banner	US	38913	0	America/Chicago	34.08872	-89.3848	105			MS	013		
4416995	Barksdale	barksdale	US	78828	0	America/Chicago	34.224	-90.39482	52			MS	119		
4417002	Barlow	barlow	US	42024	0	America/Chicago	31.82266	-90.64926	93			MS	029		
4417009	Barnes	barnes	US	66933	0	America/Chicago	32.90235	-89.50174	156			MS	079		
4417027	Barnesville	barnesville	US	18214	0	America/Chicago	34.99398	-90.09593	70			MS	033		
4417028	Barnett	barnett	US	65011	0	America/Chicago	31.98682	-88.90505	94	Barnett,Richmond		MS	023		
4417065	Bartlett	bartlett	US	03812	0	America/Chicago	32.25848	-89.31673	131			MS	101		
4417068	Barto	barto	US	19504	0	America/Chicago	31.17573	-90.31148	87			MS	113		
4417069	Barton	barton	US	05822	0	America/Chicago	30.77102	-88.59808	39			MS	039		
4417070	Barton	barton	US	05822	0	America/Chicago	34.96398	-89.68925	120	Barton,Oak Grove		MS	093		
4417111	Bassfield	bassfield	US	39421	228	America/Chicago	31.49656	-89.73952	139			MS	065		
4417130	Batesville	batesville	US	22924	7385	America/Chicago	34.3115	-89.94426	71	Batesville,Behjtesvill,Bejtsvil,Bejtsvil',Bejtsvill,Panola,btswyl  mysysypy,bytsfyl,Бейтсвилл,Бейтсвіль,Бејтсвил,Бэйтесвилл,بتسویل، میسیسیپی,بيتسفيل,بیٹسویل، مسیسپی		MS	107		
4417138	Batson	batson	US	77519	0	America/Chicago	31.26907	-89.19589	46			MS	035		
4417180	Baxter	baxter	US	26560	0	America/Chicago	32.19126	-89.16978	195			MS	061		
4417205	Bay Saint Louis	bay-saint-louis	US	39520	9260	America/Chicago	30.30881	-89.33005	7	Bay Saint Louis,Bay St. Louis,Chicapoula,Shieldsboro	045	MS	045		
4417212	Bay Springs	bay-springs	US	39422	1738	America/Chicago	31.97904	-89.28728	129	Bay Springs,Bayspring,Behj Springs,Bej Springs,bay sbrynghz,by aspryngz  mysysypy,Беј Спрингс,Бэй Спрингс,باي سبرينغز,بی اسپرینگز، میسیسیپی,بے سپرنگز، مسیسپی		MS	061		
4417259	Beach	beach	US	58621	0	America/Chicago	32.49653	-89.65507	114	Beach,Old Beach		MS	123		
4417299	Bear Creek	bear-creek	US	18602	0	America/Chicago	32.06377	-90.51954	91	Bear Creek,Bear Creek Church Community		MS	049		
4417353	Beasley	beasley	US	77417	0	America/Chicago	33.68484	-88.92922	91			MS	025		
4417369	Beatrice	beatrice	US	36425	0	America/Chicago	32.07126	-88.88088	80	Beatrice,Coopers Spur		MS	023		
4417370	Beatrice	beatrice	US	36425	0	America/Chicago	30.73908	-88.94698	49			MS	131		
4417377	Beatty	beatty	US	89003	0	America/Chicago	33.26985	-89.73897	90	Beatty,Beattys Switch		MS	015		
4417378	Beaumont	beaumont	US	23014	942	America/Chicago	31.16935	-88.92004	28			MS	111		
4417418	Beaver Creek	beaver-creek	US	56116	0	America/Chicago	32.43625	-90.12092	98			MS	089		
4417472	Becker	becker	US	38825	0	America/Chicago	33.93317	-88.48115	71	Becker,Howells Crossing		MS	095		
4417531	Beech Grove	beech-grove	US	42322	0	America/Chicago	31.99349	-90.25731	84			MS	029		
4417553	Belden	belden	US	38826	0	America/Chicago	34.31038	-88.78839	106	Belden,Bells,Leighton		MS	081		
4417558	Belen	belen	US	38609	0	America/Chicago	34.27317	-90.35426	51			MS	119		
4417614	Bellefontaine	bellefontaine	US	39737	0	America/Chicago	33.64873	-89.31007	106	Bellefontaine,Berryhill		MS	155		
4417623	Belleville	belleville	US	07109	0	America/Chicago	31.2124	-89.12644	37	Belleville,Bellville		MS	111		
4417630	Bells	bells	US	38006	0	America/Chicago	33.54207	-88.88422	83			MS	105		
4417642	Belmont	belmont	US	02478	1941	America/Chicago	31.56877	-88.48391	54	Belmont,Belmont Mill,Belmont Springs		MS	153		
4417666	Belmont	belmont	US	02478	2039	America/Chicago	34.50982	-88.20921	177	Belmont,Gum Springs,Белмонт		MS	141		
4417676	Belzoni	belzoni	US	39038	2069	America/Chicago	33.18429	-90.48926	34	Bel'zoni,Belzona,Belzoni,Fisks Landing,blzwny,blzwny  mysysypy,bylzwny  msyspy,Белзони,Бельзони,بلزوني,بلزونی، میسیسیپی,بیلزونی، مسیسپی	053	MS	053		
4417721	Benoit	benoit	US	38725	457	America/Chicago	33.6515	-91.00955	43	Benoit,Ingomar		MS	011		
4417724	Benson	benson	US	05731	0	America/Chicago	31.5485	-89.21895	80			MS	067		
4417736	Benton	benton	US	17814	0	America/Chicago	32.82652	-90.25953	104			MS	163		
4417743	Bentonia	bentonia	US	39040	426	America/Chicago	32.64097	-90.36481	59	Bentonia,Pritchetts Cross Roads		MS	163		
4417754	Benwood	benwood	US	26031	0	America/Chicago	33.94067	-89.51591	73			MS	161		
4417757	Berclair	berclair	US	78107	0	America/Chicago	33.47179	-90.36509	38	Berclair,Blue Lake		MS	083		
4417775	Bernard	bernard	US	04612	0	America/Chicago	32.11321	-90.2587	88			MS	049		
4417792	Berryville	berryville	US	22611	0	America/Chicago	32.74875	-90.1662	72			MS	163		
4417796	Berwick	berwick	US	03901	0	America/Chicago	31.1099	-90.92955	109			MS	005		
4417803	Bethany	bethany	US	06524	0	America/Chicago	34.50538	-88.72922	140	Bethany,Brices Cross Roads		MS	081		
4417845	Bethel	bethel	US	04217	0	America/Chicago	34.72287	-89.1359	177			MS	009		
4417846	Bethel	bethel	US	04217	0	America/Chicago	31.54045	-89.40645	135			MS	031		
4417847	Bethel	bethel	US	04217	0	America/Chicago	31.65072	-89.4084	111			MS	031		
4417849	Bethel	bethel	US	04217	0	America/Chicago	32.28209	-89.19451	133			MS	101		
4418040	Bethlehem	bethlehem	US	03574	0	America/Chicago	34.57843	-89.32758	122			MS	093		
4418155	Beulah	beulah	US	38726	331	America/Chicago	33.78678	-90.97983	44	Beulah,Beulah Plantation		MS	011		
4418156	Beulah	beulah	US	38726	460	America/Chicago	32.50847	-89.03006	153	Beulah,Beulah-hubbard,Thames Place		MS	101		
4418199	Beverly	beverly	US	01915	0	America/Chicago	34.174	-90.64204	50	Beverly,Davenport		MS	027		
4418272	Big Creek	big-creek	US	25505	151	America/Chicago	33.85261	-89.41119	84			MS	013		
4418478	Biloxi	biloxi	US	39530	45637	America/Chicago	30.39603	-88.88531	6	BIX,Biloksi,Biloxi,bi luo ke xi,billeogsi,birokushi,bylaksy  mysysypy,bylwksy,bylwksy  msyspy,Билокси,Білоксі,بيلوكسي,بیلاکسی، میسیسیپی,بیلوکسی، مسیسپی,ビロクシ,比洛克西,빌럭시		MS	047		
4418494	Binford	binford	US	58416	0	America/Chicago	33.75317	-88.58088	80			MS	095		
4418513	Birmingham	birmingham	US	08011	0	America/Chicago	34.40844	-88.76922	113			MS	081		
4418586	Black Hawk	black-hawk	US	57718	0	America/Chicago	33.32624	-90.01175	92	Black Hawk,Blackhawk		MS	015		
4418666	Blackwater	blackwater	US	24221	0	America/Chicago	32.61903	-88.68255	97	Blackwater,Blackwater Precinct,Folsom,Jacksonville,Zada		MS	069		
4418670	Blackwater	blackwater	US	24221	0	America/Chicago	34.55538	-89.59675	98			MS	093		
4418690	Blair	blair	US	25022	0	America/Chicago	34.45121	-88.737	111	Blair,Cedar Hill,Parker		MS	081		
4418696	Blakely	blakely	US	39823	0	America/Chicago	32.44375	-90.82233	31	Blakeley,Blakely		MS	149		
4418698	Blaine	blaine	US	04734	0	America/Chicago	33.60789	-90.52259	38	Blaine,Vances Crossing		MS	133		
4418730	Blodgett	blodgett	US	63824	0	America/Chicago	31.46156	-88.98644	64			MS	067		
4418736	Bloomfield	bloomfield	US	06002	0	America/Chicago	32.73375	-89.01811	165	Bloomfield,Bloomo		MS	099		
4418744	Bloomfield	bloomfield	US	06002	0	America/Chicago	32.79485	-88.73866	122	Bloomfield,West Calico		MS	069		
4418759	Blue Hill	blue-hill	US	04614	0	America/Chicago	31.76294	-90.8576	91	Blue Hill,Clark		MS	063		
4418790	Blue Lake	blue-lake	US	95525	0	America/Chicago	33.89761	-90.43343	43			MS	135		
4418800	Blue Mountain	blue-mountain	US	38610	953	America/Chicago	34.67093	-89.02645	135	Blue Mountain,Prospect Hill		MS	139		
4418812	Blue Ridge	blue-ridge	US	24064	0	America/Chicago	31.89599	-89.14728	121			MS	061		
4418819	Blue Springs	blue-springs	US	38828	233	America/Chicago	34.40177	-88.87284	129			MS	145		
4418833	Bluff	bluff	US	84512	0	America/Chicago	34.61343	-88.9559	131			MS	139		
4418846	Bluff Springs	bluff-springs	US	62622	0	America/Chicago	32.78097	-88.81533	158			MS	069		
4418847	Bluff Springs	bluff-springs	US	62622	0	America/Chicago	34.34594	-89.8087	122			MS	107		
4418952	Bogue Chitto	bogue-chitto	US	39629	522	America/Chicago	31.43878	-90.45232	123	Bogue Chitto,Lick Skillet		MS	085		
4418959	Bogue Chitto	bogue-chitto	US	39629	887	America/Chicago	32.83069	-88.932	148			MS	099		
4419023	Bolivar	bolivar	US	14715	0	America/Chicago	33.65974	-91.05429	43			MS	011		
4419025	Bolton	bolton	US	01740	548	America/Chicago	32.34931	-90.4601	66	Bolton,Boltons Depot		MS	049		
4419035	Bond	bond	US	80423	0	America/Chicago	32.85874	-88.98728	147			MS	099		
4419036	Bond	bond	US	80423	0	America/Chicago	30.89435	-89.16866	93			MS	131		
4419061	Bonita	bonita	US	71223	0	America/Chicago	32.36542	-88.66588	107			MS	075		
4419067	Bonner	bonner	US	59823	0	America/Chicago	31.81377	-89.04894	102			MS	067		
4419086	Boon	boon	US	49618	0	America/Chicago	33.10068	-88.95645	152			MS	159		
4419087	Boone	boone	US	28607	0	America/Chicago	34.13178	-90.52982	50			MS	027		
4419094	Booneville	booneville	US	38829	8816	America/Chicago	34.65815	-88.56672	158	Boones Camp,Booneville,Bunvil,Buunevill',Cross Ridge,bwnfyl,bwnwyl  msyspy,bwnwyl  mysysypy,Бунвил,Бууневилль,بونفيل,بونویل، مسیسپی,بونویل، میسیسیپی	117	MS	117		
4419109	Booth	booth	US	36008	0	America/Chicago	32.96068	-90.93177	32			MS	055		
4419159	Bourbon	bourbon	US	46504	0	America/Chicago	33.32429	-90.79871	33			MS	151		
4419166	Bovina	bovina	US	79009	0	America/Chicago	32.35209	-90.73482	73	Bovina,Bovina Station		MS	149		
4419177	Bowie	bowie	US	20715	0	America/Chicago	31.39295	-89.37173	53			MS	035		
4419201	Bowling Green	bowling-green	US	22427	0	America/Chicago	33.16263	-89.91314	99			MS	051		
4419202	Bowman	bowman	US	29018	0	America/Chicago	34.69955	-89.84564	94	Bowman,Bowman Town		MS	137		
4419245	Boyle	boyle	US	38730	622	America/Chicago	33.704	-90.72648	43			MS	011		
4419258	Bradley	bradley	US	04411	0	America/Chicago	33.37457	-88.98006	99			MS	105		
4419285	Branch	branch	US	49402	0	America/Chicago	32.43042	-89.71146	125	Branch,Groveton		MS	123		
4419290	Brandon	brandon	US	05733	23529	America/Chicago	32.2732	-89.98592	147	Brandon,Brehndon,brandwn,brndn  mysysypy,Брандон,Брэндон,براندون,برندن، میسیسیپی,برینڈن، مسیسپی	121	MS	121		
4419330	Braxton	braxton	US	39044	181	America/Chicago	32.02515	-89.97036	108			MS	127		
4419335	Brazil	brazil	US	47834	0	America/Chicago	34.0265	-90.28065	47	Bessie,Brazil,Lay,Murphrees Spur,Stover		MS	135		
4419342	Breckenridge	breckenridge	US	48615	0	America/Chicago	32.35153	-90.30426	94			MS	049		
4419360	Brewer	brewer	US	04412	0	America/Chicago	31.97487	-88.60615	104			MS	023		
4419361	Brewer	brewer	US	04412	0	America/Chicago	34.14789	-88.68366	85			MS	081		
4419362	Brewer	brewer	US	04412	0	America/Chicago	31.37267	-88.86643	71			MS	111		
4419424	Bridgeport	bridgeport	US	06601	0	America/Chicago	31.82377	-90.09092	90			MS	127		
4419445	Brighton	brighton	US	02135	0	America/Chicago	33.47873	-91.00455	40			MS	151		
4419462	Bristow	bristow	US	20136	0	America/Chicago	34.00539	-88.36393	113			MS	095		
4419500	Brookhaven	brookhaven	US	11719	12414	America/Chicago	31.57906	-90.44065	149	Brukkhehven,Brukkhejven,brwkhafn,brwkhywn  mysysypy,Брукхејвен,Брукхэвен,بروكهافن,بروکهیون، میسیسیپی,بروکہیون، مسیسپی	085	MS	085		
4419515	Brooklyn	brooklyn	US	06234	0	America/Chicago	31.05629	-89.18617	46	Brooklyn,Bullis		MS	035		
4419516	Brooklyn	brooklyn	US	06234	0	America/Chicago	33.17262	-90.48648	35			MS	053		
4419523	Brooks	brooks	US	04921	0	America/Chicago	33.79623	-90.46065	38			MS	133		
4419538	Brookside	brookside	US	07926	0	America/Chicago	31.2999	-90.7526	128			MS	005		
4419539	Brooksville	brooksville	US	04617	1173	America/Chicago	33.23457	-88.58227	84	Brooksville,Brookville		MS	103		
4419547	Brookwood	brookwood	US	35444	0	America/Chicago	32.21348	-90.27453	99			MS	049		
4419611	Brownfield	brownfield	US	04010	0	America/Chicago	34.99009	-88.89256	139	Brownfield,Gatlin,Gatlin Crossing		MS	139		
4419617	Browning	browning	US	59417	0	America/Chicago	33.51818	-90.11981	39			MS	083		
4419649	Brownsville	brownsville	US	05037	0	America/Chicago	32.44875	-90.43704	90			MS	049		
4419654	Bruce	bruce	US	38915	1906	America/Chicago	33.99206	-89.34896	84			MS	013		
4419676	Brunswick	brunswick	US	04011	0	America/Chicago	32.55458	-91.06177	30			MS	149		
4419746	Bryant	bryant	US	35958	0	America/Chicago	33.92567	-89.70342	67	Bryant,Perryville		MS	161		
4419801	Buckatunna	buckatunna	US	39322	516	America/Chicago	31.53905	-88.52892	46	Bucatunna,Buckatanna,Buckatonna,Buckatunna,Puckatunna,Shiloh		MS	153		
4419816	Buckhorn	buckhorn	US	41721	0	America/Chicago	34.09261	-89.15757	105			MS	115		
4419845	Bude	bude	US	39630	1012	America/Chicago	31.46295	-90.8501	72			MS	037		
4419851	Buena Vista	buena-vista	US	15018	0	America/Chicago	33.88456	-88.83811	104	Buena Vista,Monterey		MS	017		
4419852	Buena Vista	buena-vista	US	15018	0	America/Chicago	34.66676	-88.91506	173			MS	139		
4419941	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	31.38767	-89.80341	100			MS	091		
4419942	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	31.80655	-89.51396	91			MS	129		
4419943	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	33.55428	-88.39865	94			MS	087		
4419971	Burdette	burdette	US	72321	0	America/Chicago	33.34845	-90.91482	36	Burdett,Burdette		MS	151		
4419979	Burgess	burgess	US	22432	0	America/Chicago	34.3415	-89.66814	123	Burgess,Morganville,Welcometon		MS	071		
4420023	Burns	burns	US	37029	0	America/Chicago	32.13543	-89.54785	124			MS	129		
4420041	Burnsville	burnsville	US	26335	932	America/Chicago	34.84065	-88.31477	141			MS	141		
4420051	Burnside	burnside	US	15721	0	America/Chicago	32.85347	-89.10339	122			MS	099		
4420071	Burt	burt	US	14028	0	America/Chicago	34.49566	-89.33341	115			MS	071		
4420073	Burton	burton	US	26562	0	America/Chicago	34.63815	-88.33949	153	Burton,Burtons		MS	117		
4420105	Bush	bush	US	40724	0	America/Chicago	31.8621	-89.98675	96			MS	127		
4420161	Byhalia	byhalia	US	38611	1255	America/Chicago	34.87232	-89.69064	110	Bajkhalija,Bikhalia,bai hei li ya,byhalya,byhalya  mysysypy,Байхалия,Бихалиа,بيهاليا,بیهالیا، میسیسیپی,拜黑利亚		MS	093		
4420166	Bynum	bynum	US	27228	0	America/Chicago	31.39434	-89.54201	114			MS	073		
4420167	Bynum	bynum	US	27228	0	America/Chicago	34.71259	-88.55144	159			MS	117		
4420177	Byram	byram	US	39272	11509	America/Chicago	32.17932	-90.24537	81			MS	049		
4420251	Cadillac	cadillac	US	49601	0	America/Chicago	31.65155	-91.11038	88			MS	063		
4420270	Cairo	cairo	US	12413	0	America/Chicago	33.67012	-88.89756	78	Cairo,Rural Hill		MS	025		
4420271	Cairo	cairo	US	12413	0	America/Chicago	34.37788	-89.04312	115			MS	115		
4420272	Cairo	cairo	US	12413	0	America/Chicago	34.72676	-88.3481	159	Cairo,Clausell Hill,Odum Hill		MS	117		
4420288	Caledonia	caledonia	US	14423	1017	America/Chicago	33.68289	-88.32448	108	Kaledonija,Каледония		MS	087		
4420295	Calhoun	calhoun	US	30701	0	America/Chicago	32.26765	-89.15173	125			MS	101		
4420304	Calhoun City	calhoun-city	US	38916	1739	America/Chicago	33.85539	-89.31146	83	Burkett,Calhoun City		MS	013		
4420319	Calhoun	calhoun	US	30701	0	America/Chicago	31.696	-89.20534	85			MS	067		
4420329	Calvary	calvary	US	39829	0	America/Chicago	33.08902	-89.12645	165	Calvary,Coulter		MS	159		
4420416	Camden	camden	US	04843	0	America/Chicago	32.78236	-89.83869	103			MS	089		
4420421	Cameron	cameron	US	14819	0	America/Chicago	32.83569	-89.88397	109			MS	089		
4420539	Canaan	canaan	US	03741	0	America/Chicago	34.93037	-89.12673	185	Canaan,Hoods Mill		MS	009		
4420615	Cannonsburg	cannonsburg	US	49317	0	America/Chicago	31.63378	-91.21122	84	Cannonsburg,Cannonsburgh		MS	063		
4420617	Canton	canton	US	02021	13676	America/Chicago	32.61264	-90.03675	71		089	MS	089		
4420650	Carlisle	carlisle	US	01741	0	America/Chicago	32.00266	-90.78455	37			MS	021		
4420652	Carlos	carlos	US	56319	0	America/Chicago	31.61822	-90.37926	150			MS	085		
4420664	Carmichael	carmichael	US	95608	0	America/Chicago	31.95154	-88.58476	101	Carmichael,Maxville		MS	023		
4420665	Carmichael	carmichael	US	95608	0	America/Chicago	32.06988	-90.53149	87			MS	049		
4420676	Carolina	carolina	US	02812	0	America/Chicago	34.11844	-88.48199	104	Bowlands,Carolina		MS	057		
4420693	Carpenter	carpenter	US	50426	0	America/Chicago	32.03404	-90.68038	50			MS	029		
4420719	Carriere	carriere	US	39426	13198	America/Chicago	30.61686	-89.65256	48	Carriere,Carriere Station,Highland,Lacey		MS	109		
4420729	Carrollton	carrollton	US	23314	182	America/Chicago	33.50818	-89.92036	86	Karolton,Karrollton,karwltwn,krltn  mysysypy,Каролтон,Карроллтон,كارولتون,کرلتن، میسیسیپی,کیرولٹن، مسیسپی	015	MS	015		
4420746	Carson City	carson-city	US	48811	0	America/Chicago	31.3674	-88.66392	65			MS	041		
4420753	Carson	carson	US	23830	0	America/Chicago	31.53795	-89.79508	153			MS	065		
4420758	Carter	carter	US	41128	0	America/Chicago	34.44177	-90.46538	55			MS	027		
4420759	Carter	carter	US	41128	0	America/Chicago	32.98902	-90.44926	31			MS	163		
4420796	Carterville	carterville	US	62918	0	America/Chicago	31.3199	-89.24617	44			MS	035		
4420798	Carthage	carthage	US	13619	0	America/Chicago	31.52656	-91.44595	22			MS	001		
4420799	Carthage	carthage	US	13619	4899	America/Chicago	32.73264	-89.53618	107	Carthage,Kartehjdzh,Kartidz,Leakille,kartyj  mysysypy,qrtaj,Картиџ,Картэйдж,قرطاج,کارتھیج، مسیسپی,کارتیج، میسیسیپی	079	MS	079		
4420829	Cary	cary	US	27511	287	America/Chicago	32.80596	-90.92677	31	Cary,Kehri,Leighton,Schola,Кэри		MS	125		
4420833	Cascilla	cascilla	US	38920	0	America/Chicago	33.85678	-90.00425	116	Ashland,Cascilla,Ross Mill		MS	135		
4420844	Caseyville	caseyville	US	62232	0	America/Chicago	31.67294	-90.65565	140			MS	085		
4420861	Castalian Springs	castalian-springs	US	37031	0	America/Chicago	33.07291	-89.90425	91			MS	051		
4420914	Cato	cato	US	13033	0	America/Chicago	32.09015	-89.87813	113	Cato,Cato Springs		MS	121		
4420936	Cayce	cayce	US	29033	0	America/Chicago	34.95537	-89.61814	128	Bainville,Cayce		MS	093		
4420937	Cayuga	cayuga	US	13034	0	America/Chicago	32.15932	-90.69399	81	Cayuga,Cayuga Plantation		MS	049		
4420946	Cedar Bluff	cedar-bluff	US	24609	0	America/Chicago	33.58679	-88.83228	81	Cedar Bluff,Cedarbluff		MS	025		
4420958	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	32.34903	-89.18589	141			MS	101		
4421001	Cedar Hill	cedar-hill	US	37032	0	America/Chicago	32.4832	-90.17592	122			MS	089		
4421002	Cedar Hill	cedar-hill	US	37032	0	America/Chicago	33.56512	-89.58674	141			MS	097		
4421010	Cedar Lake	cedar-lake	US	46303	0	America/Chicago	30.46825	-88.93809	3			MS	047		
4421021	Cedar Point	cedar-point	US	61316	0	America/Chicago	33.48345	-88.83478	85			MS	105		
4421022	Cedar Point	cedar-point	US	61316	0	America/Chicago	32.16348	-90.16814	125			MS	121		
4421030	Cedars	cedars	US	19423	0	America/Chicago	32.25071	-90.92538	30	Cedars,South Vicksburg		MS	149		
4421041	Center	center	US	42214	0	America/Chicago	32.94541	-89.4309	148	Center,Centre		MS	007		
4421043	Center	center	US	42214	0	America/Chicago	34.46594	-88.92701	172			MS	145		
4421044	Center	center	US	42214	0	America/Chicago	33.58068	-89.35979	121			MS	155		
4421060	Center Hill	center-hill	US	33514	0	America/Chicago	32.52236	-88.76449	114			MS	075		
4421079	Center Point	center-point	US	26339	0	America/Chicago	31.39962	-90.61593	139			MS	085		
4421093	Center Ridge	center-ridge	US	72027	0	America/Chicago	32.42514	-88.95144	155			MS	101		
4421094	Center Ridge	center-ridge	US	72027	0	America/Chicago	31.9471	-89.47701	134			MS	129		
4421095	Center Ridge	center-ridge	US	72027	0	America/Chicago	33.07235	-89.06506	164			MS	159		
4421129	Centerville	centerville	US	02632	0	America/Chicago	33.45429	-90.03508	107	Centerville,Mallory		MS	015		
4421130	Centerville	centerville	US	02632	0	America/Chicago	34.36427	-88.50922	110			MS	057		
4421145	Central	central	US	29630	0	America/Chicago	30.8813	-88.65419	64			MS	039		
4421208	Centreville	centreville	US	20120	1560	America/Chicago	31.08962	-91.06844	117	Centerville,Centreville,Sentervil,Sentrvill,sntrfyl,sntrwyl  mysysypy,Сентервил,Сентрвилл,سنترفيل,سنترویل، میسیسیپی		MS	157		
4421242	Chancellor	chancellor	US	36316	0	America/Chicago	32.01043	-88.62976	108	Chancellor,Chancellors Switch		MS	023		
4421270	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	32.11432	-90.51371	97	Chapel Hill,Chapelhill		MS	049		
4421338	Charleston	charleston	US	04422	2048	America/Chicago	34.00678	-90.05676	66	Charl'ston,Charlston,charlztwn  mysysypy,tsharlstwn,Чарлстон,Чарльстон,تشارلستون,چارلزتون، میسیسیپی,چارلسٹن، مسیسپی		MS	135		
4421352	Charlton	charlton	US	01507	0	America/Chicago	32.58181	-90.12842	79			MS	089		
4421362	Chatawa	chatawa	US	39632	0	America/Chicago	31.06046	-90.47232	77	Carters Hill,Chatawa		MS	113		
4421365	Chatham	chatham	US	02633	0	America/Chicago	33.10068	-91.09789	35	Chatham,The Burr		MS	151		
4421376	Cheraw	cheraw	US	29520	0	America/Chicago	31.15573	-89.84341	45			MS	091		
4421383	Cherry Creek	cherry-creek	US	14723	0	America/Chicago	34.35066	-88.98756	133	Cherry Creek,Cherrycreek		MS	115		
4421402	Chester	chester	US	01011	0	America/Chicago	33.35873	-89.2384	162			MS	019		
4421409	Chesterville	chesterville	US	43317	0	America/Chicago	34.28649	-88.82561	117			MS	115		
4421468	Chicora	chicora	US	16025	0	America/Chicago	31.56377	-88.57531	47			MS	153		
4421479	China Grove	china-grove	US	28023	0	America/Chicago	31.21268	-90.05342	116			MS	147		
4421495	Chinquapin	chinquapin	US	28521	0	America/Chicago	30.73491	-89.77396	76			MS	109		
4421533	Choctaw	choctaw	US	72028	0	America/Chicago	33.55789	-90.81315	39			MS	011		
4421534	Choctaw	choctaw	US	72028	0	America/Chicago	33.83039	-89.64647	83			MS	043		
4421535	Choctaw	choctaw	US	72028	0	America/Chicago	33.1729	-90.30453	35			MS	051		
4421631	Christmas	christmas	US	32709	0	America/Chicago	33.7765	-90.97844	43	Chistmas Crossing,Christmas		MS	011		
4421649	Chunky	chunky	US	39323	327	America/Chicago	32.3257	-88.92811	97	Chunkey Station,Chunkeys Station,Chunky,Chunkyville		MS	101		
4421866	Clara	clara	US	39324	410	America/Chicago	31.58044	-88.69643	63	Big Creek,Clara		MS	153		
4421871	Claremont	claremont	US	03743	0	America/Chicago	34.12067	-90.52399	50			MS	027		
4421878	Clark	clark	US	07066	0	America/Chicago	31.28823	-88.57391	76			MS	041		
4421935	Clarksdale	clarksdale	US	38614	16847	America/Chicago	34.20011	-90.57093	53	CKM,Clarksdale,Clarksville,Diamond of the Delta,Golden Buckle of the Cotton Belt,Klarksdehjl,Klarksdejl,Little New York,klarksdyl,klarksdyl  mysysypy,kurakusuderu,Кларксдејл,Кларксдэйл,كلاركسديل,کلارکسدیل، میسیسیپی,کلارکسڈیل، مسیسپی,クラークスデール	027	MS	027		
4421944	Clarkson	clarkson	US	14430	0	America/Chicago	33.6354	-89.14951	153			MS	155		
4421960	Clay	clay	US	13041	0	America/Chicago	34.2701	-88.33727	141			MS	057		
4421976	Clayton	clayton	US	08312	0	America/Chicago	34.6001	-90.41649	59			MS	143		
4422106	Cleveland	cleveland	US	13042	12327	America/Chicago	33.744	-90.72482	43	Cleveland,Coleman,Coleman Station,Fontaine,Kleveland,Klivland,Klivlend,Sims,klyfland,klywlnd  mysysypy,Клевеланд,Кливланд,Кливленд,كليفلاند,کلیولند، میسیسیپی,کلیولینڈ، مسیسپی		MS	011		
4422107	Cleveland	cleveland	US	13042	0	America/Chicago	32.75124	-88.83005	159	Cleveland,Pea Ridge		MS	069		
4422126	Clifton	clifton	US	07011	0	America/Chicago	31.83488	-91.04455	85			MS	063		
4422127	Clifton	clifton	US	07011	0	America/Chicago	32.46625	-89.56646	125			MS	123		
4422133	Clinton	clinton	US	01510	25254	America/Chicago	32.34153	-90.32176	109	Clinton,Klinton,Mount Dexter,Mount Salus,klyntn  mysysypy,klyntwn,Клинтон,كلينتون,کلنٹن، مسیسپی,کلینتن، میسیسیپی		MS	049		
4422161	Cloverdale	cloverdale	US	24077	645	America/Chicago	31.49795	-91.42067	41			MS	001		
4422169	Clyde	clyde	US	14433	0	America/Chicago	31.35017	-89.46784	129			MS	073		
4422188	Coahoma	coahoma	US	38617	356	America/Chicago	34.36677	-90.52316	53			MS	027		
4422194	Coalville	coalville	US	84017	0	America/Chicago	30.4627	-89.00142	13			MS	047		
4422228	Coffeeville	coffeeville	US	36524	872	America/Chicago	33.97678	-89.67564	81			MS	161		
4422237	Coila	coila	US	38923	0	America/Chicago	33.3954	-89.97119	88	Coa-i-ille Springs,Coila		MS	015		
4422261	Colby	colby	US	54421	0	America/Chicago	32.87846	-90.68593	28			MS	163		
4422281	Coldwater	coldwater	US	38618	1608	America/Chicago	32.71486	-89.21423	143	Coldwater,Darden Ridge		MS	099		
4422289	Coldwater	coldwater	US	38618	1603	America/Chicago	34.69177	-89.97731	76	Cold Water,Coldwater,Coldwater Depot		MS	137		
4422375	Collins	collins	US	14034	2570	America/Chicago	31.64544	-89.55535	89	Collins,Kolins,Kollins,Williamsburg Depot,kalynz  mysysypy,kwlnz  msyspy,kwlynz,Колинс,Коллинс,كولينز,کالینز، میسیسیپی,کولنز، مسیسپی	031	MS	031		
4422398	Collinsville	collinsville	US	06022	1948	America/Chicago	32.49792	-88.84588	141	Kollinsvil',Коллинсвиль		MS	075		
4422442	Columbus	columbus	US	08022	23168	America/Chicago	33.49567	-88.42726	66	Columbus,Kolambus,Kolumbus,Kulumbus,Possum Town,UBS,ge lun bu,klmbws  mysysypy,kwlmbs  msyspy,kwlwmbws,Коламбус,Колумбус,Кълъмбъс,كولومبوس,کلمبوس، میسیسیپی,کولمبس، مسیسپی,哥伦布	087	MS	087		
4422457	Columbia	columbia	US	06237	6229	America/Chicago	31.25184	-89.83758	45	Columbia,Kolambija,Kolumbia,Kolumbija,Lotts Bluff,klmbya  mysysypy,kwlmbya  msyspy,kwlwmbya,Коламбија,Колумбиа,Колумбия,كولومبيا,کلمبیا، میسیسیپی,کولمبیا، مسیسپی	091	MS	091		
4422461	Commerce	commerce	US	30529	0	America/Chicago	34.81719	-90.37332	61			MS	143		
4422485	Como	como	US	27818	1245	America/Chicago	34.51066	-89.93981	109	Como,Como Depot,Komo,kwmw,kwmw  mysysypy,Комо,كومو,کومو، میسیسیپی		MS	107		
4422543	Concordia	concordia	US	64020	0	America/Chicago	33.97761	-90.95066	50	Concordia,Concordia Landing		MS	011		
4422552	Conehatta	conehatta	US	39057	1342	America/Chicago	32.45125	-89.28534	147	Centreville,Conehatta		MS	101		
4422595	Conway	conway	US	01341	0	America/Chicago	32.85624	-89.59007	142			MS	079		
4422628	Cooksville	cooksville	US	21723	0	America/Chicago	32.98374	-88.35892	56	Cooksville,Pleasant Ridge		MS	103		
4422698	Coosa	coosa	US	30129	0	America/Chicago	32.84236	-89.42229	140			MS	079		
4422709	Coral	coral	US	15731	0	America/Chicago	31.38628	-89.52979	117			MS	073		
4422713	Corinth	corinth	US	04427	14866	America/Chicago	34.93425	-88.52227	134	CRX,Corinth,Cross City,Korinf,Korint,krynt  mysysypy,kwrynth,Коринт,Коринф,كورينث,کرینت، میسیسیپی,کورنتھ، مسیسپی	003	MS	003		
4422714	Corinth	corinth	US	04427	0	America/Chicago	31.34379	-89.13978	56			MS	111		
4422766	Cornersville	cornersville	US	37047	0	America/Chicago	34.53899	-89.25563	106			MS	093		
4422771	Cornish	cornish	US	03745	0	America/Chicago	34.26816	-89.35841	104			MS	071		
4422797	Cotton Plant	cotton-plant	US	72036	0	America/Chicago	34.60038	-89.00451	128			MS	139		
4422806	Cottondale	cottondale	US	32431	0	America/Chicago	33.69012	-90.54287	40	Cottondale,Cottondale Plantation		MS	133		
4422899	Courtland	courtland	US	23837	509	America/Chicago	34.24094	-89.94287	77	Courtland,Long Creek,Randolphs Crossing		MS	107		
4422981	Coy	coy	US	36435	0	America/Chicago	32.90346	-88.91478	156			MS	069		
4422992	Craig	craig	US	64437	0	America/Chicago	32.93013	-90.59593	32			MS	053		
4423004	Crandall	crandall	US	30711	0	America/Chicago	31.9746	-88.53226	81			MS	023		
4423023	Crawford	crawford	US	26343	627	America/Chicago	33.30151	-88.61477	95			MS	087		
4423053	Crenshaw	crenshaw	US	38621	857	America/Chicago	34.50261	-90.1987	56			MS	119		
4423079	Crockett	crockett	US	24323	0	America/Chicago	34.61955	-90.08343	100			MS	137		
4423102	Crosby	crosby	US	16724	297	America/Chicago	31.28378	-91.06316	51	Crosby,Dayton,Stephenson		MS	005		
4423157	Crossroads	crossroads	US	88114	0	America/Chicago	30.88519	-88.71059	46	Cross Roads,Crossroads		MS	039		
4423158	Crossroads	crossroads	US	88114	0	America/Chicago	32.75902	-88.94839	179			MS	099		
4423159	Crossroads	crossroads	US	88114	0	America/Chicago	30.78269	-89.77479	27			MS	109		
4423195	Crowder	crowder	US	38622	670	America/Chicago	34.17345	-90.13759	49			MS	119		
4423203	Cruger	cruger	US	38924	361	America/Chicago	33.32096	-90.23231	37	Cruger,Elwood		MS	051		
4423213	Crump	crump	US	38327	0	America/Chicago	32.98902	-90.41953	31			MS	163		
4423227	Crystal Springs	crystal-springs	US	33524	4939	America/Chicago	31.98738	-90.35704	143	Crystal,Crystal Springs,Kristal Springs,krystal aspryngz  mysysypy,krystal sbrynghz,Кристал Спрингс,كريستال سبرينغز,کرسٹل سپرنگز، مسیسپی,کریستال اسپرینگز، میسیسیپی		MS	029		
4423241	Cuba	cuba	US	14727	0	America/Chicago	34.97509	-88.6945	123			MS	003		
4423256	Cumberland	cumberland	US	02864	0	America/Chicago	33.6204	-89.07923	141	Cumberland,New Cumberland		MS	155		
4423275	Currie	currie	US	28435	0	America/Chicago	31.06963	-89.18478	58			MS	035		
4423276	Currie	currie	US	28435	0	America/Chicago	31.63155	-89.147	83			MS	067		
4423304	Cyclone	cyclone	US	16726	0	America/Chicago	31.87044	-89.80008	167			MS	127		
4423399	D'Lo	d-lo	US	39062	447	America/Chicago	31.98571	-89.90119	91	D'Lo,Dlo		MS	127		
4423416	Dale	dale	US	14039	0	America/Chicago	30.83491	-88.78309	49			MS	039		
4423421	Daleville	daleville	US	24083	0	America/Chicago	32.56986	-88.67616	117			MS	075		
4423442	Damascus	damascus	US	18415	0	America/Chicago	32.65764	-88.83394	164			MS	069		
4423443	Damascus	damascus	US	18415	0	America/Chicago	32.55542	-89.3884	129	Chamascus,Damascus		MS	123		
4423481	Danforth	danforth	US	04424	0	America/Chicago	34.46399	-90.50399	55	Danforth,Dowds Landing		MS	027		
4423483	Daniel	daniel	US	83115	0	America/Chicago	32.12821	-89.72091	110	Daniel,Rock Bluff		MS	129		
4423519	Darden	darden	US	38328	0	America/Chicago	34.50316	-89.19368	98			MS	145		
4423521	Darling	darling	US	38623	226	America/Chicago	34.359	-90.27426	50			MS	119		
4423531	Darrington	darrington	US	98241	0	America/Chicago	31.30684	-91.23566	39	Crooked Creek,Darrington		MS	157		
4423553	Davis	davis	US	26260	0	America/Chicago	32.03987	-88.67504	82			MS	023		
4423554	Davis	davis	US	26260	0	America/Chicago	32.6918	-90.02314	90			MS	089		
4423639	De Kalb	de-kalb	US	39328	1057	America/Chicago	32.76763	-88.65088	141	De Kalb,DeKalb	069	MS	069		
4423650	De Soto	de-soto	US	31743	0	America/Chicago	31.97376	-88.71338	64			MS	023		
4423657	DeWeese	deweese	US	68934	0	America/Chicago	32.71014	-88.93755	176	De Weese,DeWeese,Deweese		MS	099		
4423701	Decatur	decatur	US	30030	1797	America/Chicago	32.43903	-89.10839	131	Dekejter,Декейтер	101	MS	101		
4423749	Deerbrook	deerbrook	US	54424	0	America/Chicago	33.2354	-88.48671	79			MS	103		
4423752	Deerfield	deerfield	US	01342	0	America/Chicago	32.51931	-90.02842	85			MS	089		
4423753	Deerfield	deerfield	US	01342	0	America/Chicago	33.41596	-88.84367	95			MS	105		
4423769	Delta	delta	US	17314	0	America/Chicago	34.42316	-90.12898	57			MS	107		
4423773	Delta City	delta-city	US	39061	0	America/Chicago	33.07401	-90.7951	32	Delta City,Tail Holt		MS	125		
4423797	Delta	delta	US	17314	0	America/Chicago	34.40455	-90.57233	53			MS	027		
4423807	Denmark	denmark	US	04022	0	America/Chicago	34.31094	-89.34674	144			MS	071		
4423815	Dennis	dennis	US	02638	0	America/Chicago	34.55871	-88.22615	177	Davis Mills,Davis Store,Dennis		MS	141		
4423843	Denton	denton	US	21629	0	America/Chicago	34.14622	-90.31259	47			MS	119		
4423844	Derby	derby	US	05829	0	America/Chicago	30.75963	-89.58312	53	Derby,Virginia City		MS	109		
4423847	Derma	derma	US	38839	1006	America/Chicago	33.85567	-89.28452	89			MS	013		
4423872	Dexter	dexter	US	04930	0	America/Chicago	31.07435	-89.99286	95			MS	147		
4423888	Diamondhead	diamondhead	US	39525	8132	America/Chicago	30.39464	-89.36394	20			MS	045		
4423892	Dickerson	dickerson	US	20842	0	America/Chicago	34.32122	-90.63649	54			MS	027		
4423917	Dillon	dillon	US	29536	0	America/Chicago	31.0224	-90.22342	76	Dillion,Dillon		MS	147		
4424451	Dixie	dixie	US	25059	0	America/Chicago	34.10761	-90.84594	49			MS	011		
4424452	Dixie	dixie	US	25059	0	America/Chicago	31.21518	-89.30367	104			MS	035		
4424453	Dixie	dixie	US	25059	0	America/Chicago	31.02407	-89.20228	77	Dixie,Yeaton,Yeaton Spur		MS	035		
4424465	Dixon	dixon	US	42409	0	America/Chicago	32.3257	-90.25259	102			MS	049		
4424466	Dixon	dixon	US	42409	0	America/Chicago	32.66541	-89.22062	177			MS	099		
4424524	Doddsville	doddsville	US	38736	91	America/Chicago	33.65762	-90.52481	39			MS	133		
4424565	Donegal	donegal	US	15628	0	America/Chicago	31.05601	-91.37706	94			MS	157		
4424592	Dorsey	dorsey	US	62021	0	America/Chicago	34.25205	-88.50977	116			MS	057		
4424626	Double Springs	double-springs	US	35553	0	America/Chicago	33.48151	-89.0609	142			MS	105		
4424650	Dover	dover	US	02030	0	America/Chicago	32.69847	-90.32398	80			MS	163		
4424655	Dover	dover	US	02030	0	America/Chicago	32.5843	-89.21423	145			MS	099		
4424661	Dowell	dowell	US	20629	0	America/Chicago	32.90124	-89.56341	129			MS	079		
4424689	Drew	drew	US	38737	1775	America/Chicago	33.80956	-90.52648	41	Drju,Dru,drw,drw  mysysypy,Дру,Дрю,درو,درو، میسیسیپی,ڈریو، مسیسپی		MS	133		
4424829	Dublin	dublin	US	03444	0	America/Chicago	34.07233	-90.49065	49	Dublin,Hopson Bayou		MS	027		
4424837	Duck Hill	duck-hill	US	38925	1210	America/Chicago	33.63318	-89.71119	78	Duck Hill,Duckhill		MS	097		
4424876	Duke	duke	US	65461	0	America/Chicago	32.11293	-90.71732	73			MS	049		
4424891	Dumas	dumas	US	38625	466	America/Chicago	34.64038	-88.84395	190			MS	139		
4424908	Duncan	duncan	US	29334	408	America/Chicago	34.04455	-90.74482	49	Dunkan,Дункан		MS	011		
4424927	Dundee	dundee	US	14837	0	America/Chicago	34.52427	-90.45566	56	Carnesville,Dundee		MS	143		
4424935	Dunkirk	dunkirk	US	14048	0	America/Chicago	33.45734	-90.88177	36	Dunkirk,Walnut Bayou		MS	151		
4424956	Durant	durant	US	33530	2486	America/Chicago	33.07513	-89.85453	81			MS	051		
4424975	Durham	durham	US	03824	0	America/Chicago	34.15344	-90.54315	50			MS	027		
4425030	Eagle Bend	eagle-bend	US	56446	0	America/Chicago	32.52042	-91.00677	32	Eagle Bend,Eaglebend		MS	149		
4425113	East Enterprise	east-enterprise	US	47019	0	America/Chicago	32.17237	-88.80838	76	East Enterprise,East Station		MS	023		
4425241	Eastabuchie	eastabuchie	US	39436	0	America/Chicago	31.43545	-89.28339	54	Eastabuchie,Estabutchie		MS	035		
4425265	Eastland	eastland	US	76448	0	America/Chicago	33.65067	-90.52203	39			MS	133		
4425268	Eastman	eastman	US	31023	0	America/Chicago	34.33843	-88.23615	125			MS	057		
4425270	Eastover	eastover	US	29044	0	America/Chicago	32.34098	-90.13342	91			MS	049		
4425271	Eastport	eastport	US	04631	0	America/Chicago	34.88564	-88.10059	135			MS	141		
4425283	Eastview	eastview	US	42732	0	America/Chicago	31.69711	-89.09117	95			MS	067		
4425296	Eatonville	eatonville	US	98328	0	America/Chicago	31.41406	-89.32923	93	Eastonville,Eatonville		MS	035		
4425369	Ecru	ecru	US	38841	966	America/Chicago	34.35316	-89.02312	117			MS	115		
4425385	Eden	eden	US	05652	100	America/Chicago	32.98485	-90.32342	35	Eden,Engersols		MS	163		
4425401	Edgemont	edgemont	US	19028	0	America/Chicago	34.29177	-88.74033	103			MS	081		
4425410	Edinburg	edinburg	US	16116	0	America/Chicago	32.7993	-89.33618	115	Edinburg,Edinburgh		MS	079		
4425421	Edna	edna	US	67342	0	America/Chicago	31.17712	-89.78619	52			MS	091		
4425435	Edwards	edwards	US	13635	1019	America/Chicago	32.33015	-90.60565	73	Edwards,Edwards Depot,Liverpool		MS	049		
4425453	Effie	effie	US	56639	0	America/Chicago	33.93484	-90.17731	44			MS	135		
4425463	Egypt	egypt	US	72427	0	America/Chicago	33.89845	-88.72977	93	Egypt,Egypt Station,Pikeville		MS	017		
4425464	Egypt	egypt	US	72427	0	America/Chicago	33.34123	-90.27731	36			MS	051		
4425508	Eldorado	eldorado	US	45321	0	America/Chicago	32.57958	-90.65954	32			MS	149		
4425511	Eldridge	eldridge	US	35554	0	America/Chicago	34.1115	-90.84122	47			MS	011		
4425536	Elizabeth	elizabeth	US	07201	0	America/Chicago	33.42373	-90.88121	37			MS	151		
4425561	Elliott	elliott	US	29046	990	America/Chicago	33.68345	-89.74925	69	Elliot,Elliott,Elliott Station,Elliotts		MS	043		
4425603	Ellisville	ellisville	US	39437	4573	America/Chicago	31.60405	-89.19561	77	Ehllisvil,Elisvil,Ellisville,Ellisville Depot,Leesburg,alsfyl,alyzwyl  mysysypy,aylswyl  msyspy,Елисвил,Эллисвил,إلسفيل,الیزویل، میسیسیپی,ایلسویل، مسیسپی		MS	067		
4425623	Elmo	elmo	US	59915	0	America/Chicago	31.62183	-90.93844	145			MS	063		
4425634	Elton	elton	US	15934	0	America/Chicago	32.22098	-90.21926	82	Elton,Seigers		MS	049		
4425637	Elwood	elwood	US	08217	0	America/Chicago	32.01821	-88.80171	77			MS	023		
4425663	Eminence	eminence	US	40019	0	America/Chicago	31.61294	-89.43395	134			MS	031		
4425691	Emory	emory	US	24327	0	America/Chicago	33.25263	-89.92397	141			MS	051		
4425697	Empire	empire	US	35063	0	America/Chicago	33.21901	-90.83149	33			MS	151		
4425703	Energy	energy	US	62933	0	America/Chicago	32.17959	-88.54976	128			MS	023		
4425711	Enid	enid	US	38927	0	America/Chicago	34.1165	-89.93981	94	Enid,Harrison,Harrison Station		MS	135		
4425721	Enola	enola	US	17025	0	America/Chicago	32.72736	-90.58482	32			MS	163		
4425723	Enon	enon	US	45323	0	America/Chicago	33.8265	-88.89589	89			MS	017		
4425724	Enon	enon	US	45323	0	America/Chicago	31.2624	-89.67591	68			MS	091		
4425725	Enon	enon	US	45323	0	America/Chicago	31.30379	-90.22315	120			MS	147		
4425751	Enterprise	enterprise	US	26568	0	America/Chicago	31.1649	-90.87816	116			MS	005		
4425752	Enterprise	enterprise	US	26568	503	America/Chicago	32.17431	-88.83144	80	Ehnterprajs,Enterprajz,antrbrayz,antrprayz  mysysypy,Ентерпрајз,Энтерпрайс,إنتربرايز,انترپرایز، میسیسیپی		MS	023		
4425753	Enterprise	enterprise	US	26568	0	America/Chicago	31.47351	-90.38537	134			MS	085		
4425754	Enterprise	enterprise	US	26568	0	America/Chicago	34.46705	-89.15729	102			MS	145		
4425784	Epps	epps	US	71237	0	America/Chicago	31.13101	-89.19589	74			MS	035		
4425814	Erwin	erwin	US	28339	0	America/Chicago	33.10401	-91.04372	35			MS	151		
4425816	Escatawpa	escatawpa	US	39552	3722	America/Chicago	30.44048	-88.54363	4			MS	059		
4425821	Eskridge	eskridge	US	66423	0	America/Chicago	33.5754	-89.70091	90			MS	097		
4425822	Eskridge	eskridge	US	66423	0	America/Chicago	33.55706	-88.40921	69			MS	087		
4425826	Essex	essex	US	01929	0	America/Chicago	34.32983	-90.27482	50	Essex,McPherson		MS	119		
4425832	Estill	estill	US	29918	0	America/Chicago	33.21818	-90.87093	34			MS	151		
4425835	Ethel	ethel	US	25076	407	America/Chicago	33.12041	-89.46591	129	Davis Old Field,Ethel,Stonewall		MS	007		
4425838	Etta	etta	US	38627	0	America/Chicago	34.47038	-89.22757	98			MS	145		
4425851	Eudora	eudora	US	65645	0	America/Chicago	34.83038	-90.14926	95	Dixie,Ellaville,Eudora		MS	033		
4425861	Eunice	eunice	US	65468	0	America/Chicago	31.28934	-90.97455	67			MS	005		
4425862	Eupora	eupora	US	39744	2106	America/Chicago	33.54068	-89.26701	117	Early Grove,Eupora		MS	155		
4425868	Eureka	eureka	US	48833	0	America/Chicago	32.50903	-89.78591	104			MS	121		
4425882	Eureka Springs	eureka-springs	US	72631	0	America/Chicago	34.24372	-89.86453	104	Eureka,Eureka Springs		MS	107		
4425886	Eutaw	eutaw	US	35462	0	America/Chicago	33.65872	-91.15067	43	Eutaw,Eutaw Plantation		MS	011		
4425902	Evans	evans	US	25241	0	America/Chicago	32.85319	-90.17481	98			MS	163		
4425919	Evanston	evanston	US	47531	0	America/Chicago	30.90741	-88.56363	82			MS	039		
4425920	Evansville	evansville	US	47701	0	America/Chicago	34.62705	-90.21593	63			MS	137		
4425921	Evansville	evansville	US	47701	0	America/Chicago	34.64038	-90.38871	59			MS	143		
4425929	Everett	everett	US	02149	0	America/Chicago	32.02766	-89.8223	106			MS	127		
4425940	Evergreen	evergreen	US	23939	0	America/Chicago	34.16205	-88.51144	84			MS	057		
4425941	Evergreen	evergreen	US	23939	0	America/Chicago	30.52381	-88.64863	17			MS	059		
4425942	Evergreen	evergreen	US	23939	0	America/Chicago	33.18124	-89.00701	159			MS	159		
4425944	Evergreen	evergreen	US	23939	0	America/Chicago	33.81011	-88.54699	67			MS	095		
4426009	Fairfield	fairfield	US	04937	0	America/Chicago	34.42205	-88.84173	118			MS	145		
4426022	Fairhaven	fairhaven	US	02719	0	America/Chicago	34.93398	-89.7987	124			MS	033		
4426044	Fairview	fairview	US	07022	0	America/Chicago	34.36455	-88.31727	158			MS	057		
4426045	Fairview	fairview	US	07022	0	America/Chicago	32.75402	-89.17562	170			MS	099		
4426046	Fairview	fairview	US	07022	0	America/Chicago	33.50928	-90.74676	38	Fairview,Upper Indian Bayou		MS	133		
4426047	Fairview	fairview	US	07022	0	America/Chicago	34.4001	-89.08701	101	Fairview,Fredonia		MS	145		
4426123	Falcon	falcon	US	28342	152	America/Chicago	34.39316	-90.25648	50			MS	119		
4426129	Falkner	falkner	US	38629	509	America/Chicago	34.84204	-88.93423	141			MS	139		
4426190	Farmington	farmington	US	03835	2194	America/Chicago	34.93009	-88.45227	159	Farmington,Фармингтон		MS	003		
4426196	Fannin	fannin	US	77960	0	America/Chicago	32.41737	-89.95675	117			MS	121		
4426198	Farrell	farrell	US	16121	218	America/Chicago	34.26427	-90.67232	50	Farrell,McLemore Station		MS	027		
4426218	Fayette	fayette	US	13065	1577	America/Chicago	31.71155	-91.06066	86	Fajette,Fejet,fayt,fayt  mysysypy,Файетте,Фејет,فائیٹ، مسیسپی,فايت,فایت، میسیسیپی	063	MS	063		
4426268	Fentress	fentress	US	78622	0	America/Chicago	33.29679	-89.22229	155			MS	019		
4426270	Fenwick	fenwick	US	26202	0	America/Chicago	31.556	-91.249	128			MS	001		
4426273	Fenton	fenton	US	48430	0	America/Chicago	30.41492	-89.38088	3			MS	045		
4426274	Ferguson	ferguson	US	28624	0	America/Chicago	31.19407	-88.9756	30			MS	111		
4426282	Fernwood	fernwood	US	39635	0	America/Chicago	31.18545	-90.44899	119			MS	113		
4426296	Ferguson	ferguson	US	28624	0	America/Chicago	31.63239	-90.08175	64			MS	077		
4426687	Fitzhugh	fitzhugh	US	74843	0	America/Chicago	33.88845	-90.5087	43	Fitzhugh,Fitzhugh Plantation		MS	133		
4426725	Flat Rock	flat-rock	US	28731	0	America/Chicago	31.40767	-91.09316	53			MS	037		
4426747	Flat Top	flat-top	US	25841	0	America/Chicago	30.47991	-89.59562	20			MS	045		
4426763	Flint Hill	flint-hill	US	22627	0	America/Chicago	33.71622	-88.27559	128			MS	087		
4426772	Flora	flora	US	39071	1886	America/Chicago	32.5432	-90.30926	73			MS	089		
4426781	Florence	florence	US	01062	4363	America/Chicago	32.15348	-90.1312	95	Florence,Florencija,Steens Creek,Флоренция		MS	121		
4426811	Floweree	floweree	US	59440	0	America/Chicago	32.54431	-90.8501	30			MS	149		
4426822	Flowood	flowood	US	39232	8705	America/Chicago	32.30959	-90.13898	82			MS	121		
4426851	Ford	ford	US	23850	0	America/Chicago	30.4252	-88.52307	2			MS	059		
4426853	Ford	ford	US	23850	0	America/Chicago	33.10568	-89.17923	169	Ford,Simonfield		MS	159		
4426884	Forest	forest	US	24551	5695	America/Chicago	32.36459	-89.47423	145		123	MS	123		
4426893	Forest Grove	forest-grove	US	18922	0	America/Chicago	32.73069	-89.71286	130			MS	079		
4426905	Forest Hill	forest-hill	US	21050	0	America/Chicago	32.26542	-90.28092	124			MS	049		
4426914	Forest Hills	forest-hills	US	11375	0	America/Chicago	34.28261	-88.67589	94			MS	081		
4426936	Forestdale	forestdale	US	02644	0	America/Chicago	32.77902	-88.94894	180			MS	099		
4426944	Forkland	forkland	US	36740	0	America/Chicago	33.5265	-91.01427	38			MS	151		
4426966	Forreston	forreston	US	61030	0	America/Chicago	33.33734	-88.31365	46			MS	087		
4427009	Foster	foster	US	02825	0	America/Chicago	31.60044	-91.329	55			MS	001		
4427029	Fouke	fouke	US	71837	0	America/Chicago	32.02904	-89.11617	109			MS	061		
4427070	Fox	fox	US	72051	0	America/Chicago	33.51707	-89.66508	132			MS	097		
4427086	Fox Island	fox-island	US	98333	0	America/Chicago	34.6751	-90.44593	58			MS	143		
4427090	Foxworth	foxworth	US	39483	603	America/Chicago	31.23823	-89.86869	47	Foxworth,Nearest,West Columbia		MS	091		
4427110	Franklin	franklin	US	02038	0	America/Chicago	31.42156	-91.09816	55			MS	037		
4427111	Franklin	franklin	US	02038	0	America/Chicago	33.03596	-90.00203	107			MS	051		
4427123	Francis	francis	US	74844	0	America/Chicago	34.08177	-90.85483	48			MS	011		
4427214	French Camp	french-camp	US	39745	170	America/Chicago	33.29318	-89.39952	125	French Camp,French Camps		MS	019		
4427216	Friars Point	friars-point	US	38631	1120	America/Chicago	34.37088	-90.63834	53	Frajers Pojnt,Friar Point,Friar's Point,Friars Point,Friars Pojnt,Union,frayr pwynt  mysysypy,fryrz bwynt,Фрајерс Појнт,Фриарс Пойнт,فرایر پوینت، میسیسیپی,فريرز بوينت		MS	027		
4427221	Friendship	friendship	US	04547	0	America/Chicago	31.63878	-89.68896	122			MS	031		
4427222	Friendship	friendship	US	04547	0	America/Chicago	31.61267	-90.39676	152			MS	085		
4427223	Friendship	friendship	US	04547	0	America/Chicago	34.32399	-89.03756	120			MS	115		
4427327	Fruitland Park	fruitland-park	US	34731	0	America/Chicago	30.91602	-89.17116	98			MS	035		
4427345	Fulton	fulton	US	13069	4077	America/Chicago	34.27399	-88.40921	104	Fulton,Fulton (Mississippi),fwltn  mysysypy,fwltwn,Фултон,فلٹن، مسیسپی,فولتن، میسیسیپی,فولتون	057	MS	057		
4427401	Galena	galena	US	21635	0	America/Chicago	34.65704	-89.5523	176	Cox,Galena		MS	093		
4427405	Gainesville	gainesville	US	14066	0	America/Chicago	30.35103	-89.63978	7			MS	045		
4427439	Gallman	gallman	US	39077	0	America/Chicago	31.9321	-90.38926	144	Gallman,Wyoming		MS	029		
4427443	Galloway	galloway	US	26349	0	America/Chicago	32.06654	-90.96677	28			MS	021		
4427457	Gallatin	gallatin	US	37066	0	America/Chicago	31.85072	-90.4537	91			MS	029		
4427469	Garden City	garden-city	US	11530	0	America/Chicago	31.36711	-91.12788	50			MS	037		
4427513	Gaston	gaston	US	27832	0	America/Chicago	34.70426	-88.59811	159			MS	117		
4427528	Gatesville	gatesville	US	27938	0	America/Chicago	31.99793	-90.24342	76			MS	029		
4427533	Gatewood	gatewood	US	63942	0	America/Chicago	33.97483	-89.76453	96	Gatewood,Walthall		MS	161		
4427545	Gattman	gattman	US	38844	87	America/Chicago	33.88539	-88.23531	91			MS	095		
4427569	Gautier	gautier	US	39553	18570	America/Chicago	30.38575	-88.61169	2	Gautier,Got'e,Got'er,Gotijej,West Pascagoula,ghwtyr,gwwtyy  mysysypy,Готијеј,Готье,Готьер,غوتير,گاوٹیر، مسیسپی,گووتیی، میسیسیپی		MS	059		
4427588	George	george	US	51237	0	America/Chicago	32.85013	-90.70176	30	Cardill,George		MS	163		
4427612	Georgetown	georgetown	US	01833	283	America/Chicago	31.87155	-90.16453	73	George Town,Georgetown		MS	029		
4427647	Gibson	gibson	US	18820	0	America/Chicago	33.84011	-88.68449	80			MS	095		
4427648	Gibson	gibson	US	18820	0	America/Chicago	33.54512	-89.28007	130			MS	155		
4427677	Gill	gill	US	01354	0	America/Chicago	32.67958	-89.53174	149	Gill,Pleasant Hill		MS	079		
4427704	Gilmore	gilmore	US	72339	0	America/Chicago	31.77988	-89.49173	126	Gilmer,Gilmore		MS	031		
4427734	Glade	glade	US	67639	0	America/Chicago	31.65516	-89.10728	76			MS	067		
4427762	Glen Allan	glen-allan	US	38744	0	America/Chicago	33.02401	-91.03011	34			MS	151		
4427773	Glendale	glendale	US	01229	1657	America/Chicago	31.36462	-89.30617	56	Glendale,Hickory Grove		MS	035		
4427776	Glendale	glendale	US	01229	0	America/Chicago	33.46818	-88.80422	107			MS	105		
4427784	Glendora	glendora	US	08029	141	America/Chicago	33.82928	-90.29314	45			MS	135		
4427786	Glenfield	glenfield	US	13343	0	America/Chicago	34.51121	-89.03368	120			MS	145		
4427796	Glenville	glenville	US	17329	0	America/Chicago	34.52844	-89.74009	140			MS	107		
4427801	Glenwood	glenwood	US	07418	0	America/Chicago	33.97983	-88.46671	76			MS	095		
4427809	Gloster	gloster	US	39638	909	America/Chicago	31.1974	-91.02177	129			MS	005		
4427816	Glover	glover	US	05839	0	America/Chicago	34.9326	-90.18009	64			MS	033		
4427840	Golden	golden	US	38847	190	America/Chicago	34.48843	-88.18865	168			MS	141		
4427873	Good Hope	good-hope	US	30641	0	America/Chicago	33.10179	-90.30037	34	Good Hope,Good Hope Plantation		MS	051		
4427874	Good Hope	good-hope	US	30641	0	America/Chicago	31.36267	-89.76397	112			MS	091		
4427875	Good Hope	good-hope	US	30641	0	America/Chicago	32.72791	-89.15701	153			MS	099		
4427876	Good Hope	good-hope	US	30641	0	America/Chicago	31.40434	-88.94894	81			MS	111		
4427883	Good Hope	good-hope	US	30641	0	America/Chicago	32.62819	-89.62896	115			MS	079		
4427939	Goode	goode	US	24556	0	America/Chicago	34.57622	-90.17093	89			MS	137		
4427960	Goodman	goodman	US	39079	1330	America/Chicago	32.97013	-89.91231	81			MS	051		
4427970	Goodwater	goodwater	US	35072	0	America/Chicago	31.91627	-88.86005	91			MS	023		
4428017	Gordon	gordon	US	17936	0	America/Chicago	31.89683	-90.97233	45			MS	021		
4428034	Gore Springs	gore-springs	US	38929	0	America/Chicago	33.75428	-89.61647	110			MS	043		
4428045	Goshen	goshen	US	01032	0	America/Chicago	32.76208	-89.4959	131			MS	079		
4428086	Grace	grace	US	38745	0	America/Chicago	32.99957	-90.95649	29	Grace,Graces		MS	055		
4428113	Grady	grady	US	36036	0	America/Chicago	33.5129	-89.30868	108	Grady,Lamb		MS	155		
4428119	Graham	graham	US	27253	0	America/Chicago	32.34264	-88.84922	95			MS	075		
4428120	Graham	graham	US	27253	0	America/Chicago	34.54954	-88.79339	165			MS	145		
4428188	Grapeland	grapeland	US	75844	0	America/Chicago	33.61706	-90.98761	42			MS	011		
4428194	Grass Lake	grass-lake	US	49240	0	America/Chicago	33.17068	-90.38342	35			MS	053		
4428239	Gray	gray	US	04039	0	America/Chicago	32.91124	-89.44702	144	Gray,Lovorn Town		MS	079		
4428404	Greenacres	greenacres	US	33454	0	America/Chicago	33.52317	-88.43421	53			MS	087		
4428413	Green River	green-river	US	82935	0	America/Chicago	34.77232	-90.24315	57			MS	143		
4428424	Greenfield	greenfield	US	01301	0	America/Chicago	32.24931	-90.05286	95	Green,Greenfield		MS	121		
4428441	Greenland	greenland	US	03840	0	America/Chicago	32.55125	-89.05283	164			MS	101		
4428475	Greenville	greenville	US	02828	32156	America/Chicago	33.40898	-91.05978	40	GLH,Grinvil,Grinvill,ghrynfyl,grynwyl  msyspy,grynwyl  mysysypy,Гринвил,Гринвилл,غرينفيل,گرینویل، مسیسپی,گرینویل، میسیسیپی	151	MS	151		
4428494	Greenwood	greenwood	US	04255	0	America/Chicago	34.21788	-88.51005	97			MS	057		
4428495	Greenwood	greenwood	US	04255	15431	America/Chicago	33.51623	-90.17953	40	GWO,Greenwood,Grijnud,Grinvud,Williams Landing,ghrynwwd,grynwwd  mysysypy,Грийнуд,Гринвуд,غرينوود,گرینوود، میسیسیپی,گرینووڈ، مسیسپی	083	MS	083		
4428522	Greenwood Springs	greenwood-springs	US	38848	0	America/Chicago	33.88705	-88.30893	88			MS	095		
4428539	Grenada	grenada	US	38901	12900	America/Chicago	33.769	-89.80842	66	Grenada,Grenejda,Pittsburg,Tullahoma,ghrynada,grynyda  mysysypy,Гренада,Гренејда,غرينادا,گریناڈا، مسیسپی,گرینیدا، میسیسیپی	043	MS	043		
4428559	Gretna	gretna	US	24557	0	America/Chicago	31.7596	-88.50197	92			MS	153		
4428563	Gridley	gridley	US	61744	0	America/Chicago	32.05987	-89.11256	117	Girdley,Gridley		MS	061		
4428594	Griffith	griffith	US	46319	0	America/Chicago	33.63512	-88.82811	80			MS	025		
4428667	Gulfport	gulfport	US	39501	71856	America/Chicago	30.36742	-89.09282	6	GPT,Galfport,Galfporta,Gulfport,galfpwrt  mysysypy,garufupoto,ge er fu bo te,ghwlfbwrt,Галфпорт,Галфпорта,Гулфпорт,Гълфпорт,Ґалфпорт,غولفبورت,گالفپورت، میسیسیپی,گلف پورٹ، مسیسپی,ガルフポート,格尔夫波特		MS	047		
4428725	Gum Spring	gum-spring	US	23065	0	America/Chicago	32.45959	-89.4509	118	Gum Spring,Gum Springs		MS	123		
4428736	Gunnison	gunnison	US	38746	430	America/Chicago	33.94428	-90.94511	46			MS	011		
4428744	Guntown	guntown	US	38849	2608	America/Chicago	34.44316	-88.65978	122			MS	081		
4428822	Hale	hale	US	48739	0	America/Chicago	31.96376	-88.7756	91			MS	023		
4428845	Hall	hall	US	14463	0	America/Chicago	33.88872	-89.0684	93	Brevard,Hall,Halls Siding		MS	017		
4428874	Halltown	halltown	US	25423	0	America/Chicago	34.52427	-88.81256	136			MS	145		
4428879	Halstead	halstead	US	67056	0	America/Chicago	33.704	-90.64148	40			MS	133		
4428890	Hamburg	hamburg	US	07419	0	America/Chicago	31.57878	-91.06677	122	Hamburg,Hamburgh		MS	037		
4428899	Hamilton	hamilton	US	01936	0	America/Chicago	34.91676	-89.05395	190			MS	009		
4428900	Hamilton	hamilton	US	01936	457	America/Chicago	33.74039	-88.41115	74	Hamilton,Hamilton Farm,Monroe Court House,Old Hamilton		MS	095		
4428926	Hamlin	hamlin	US	14464	0	America/Chicago	34.50316	-90.45732	55			MS	143		
4428946	Hampton	hampton	US	03842	0	America/Chicago	33.03096	-91.00205	33	Hampton,Hampton Acres,Linden		MS	151		
4428978	Hanford	hanford	US	93230	0	America/Chicago	31.11268	-89.42784	105			MS	073		
4428987	Hankinson	hankinson	US	58041	0	America/Chicago	32.10654	-90.87955	43	Hankinson,Saint Albans		MS	021		
4428999	Hannah	hannah	US	58239	0	America/Chicago	33.63706	-91.02566	43	Hannah,Nugent		MS	011		
4429045	Hardy	hardy	US	24101	0	America/Chicago	33.88206	-89.82953	75	Hardy,Hardy Station,Hardys		MS	043		
4429067	Harmon	harmon	US	61042	0	America/Chicago	31.09324	-89.41479	88			MS	073		
4429082	Harmony	harmony	US	02829	0	America/Chicago	31.98543	-88.81616	96			MS	023		
4429083	Harmony	harmony	US	02829	0	America/Chicago	32.72458	-89.41062	140	Galilee,Harmony		MS	079		
4429084	Harmony	harmony	US	02829	0	America/Chicago	31.52239	-90.26815	139			MS	085		
4429085	Harmony	harmony	US	02829	0	America/Chicago	31.28434	-89.82508	67			MS	091		
4429157	Harperville	harperville	US	39080	0	America/Chicago	32.49431	-89.48951	124	Harpers Mills,Harpersville,Harperville		MS	123		
4429212	Harriston	harriston	US	39081	0	America/Chicago	31.72516	-91.03233	64			MS	063		
4429213	Harrisville	harrisville	US	02830	0	America/Chicago	31.97238	-90.07786	129	Buck Snort,Harrisville		MS	127		
4429237	Hartman	hartman	US	72840	0	America/Chicago	31.51378	-90.43676	142			MS	085		
4429256	Harvey	harvey	US	50119	0	America/Chicago	31.33129	-89.26228	45			MS	035		
4429290	Hatley	hatley	US	54440	467	America/Chicago	33.97678	-88.4206	107	Haltey,Hatley,Tubbs Cross Roads		MS	095		
4429295	Hattiesburg	hattiesburg	US	39401	46805	America/Chicago	31.32712	-89.29034	52	Gordonville,HBG,Hattiesburg,Hattiesburgh,Hub City,Khatisberg,Khattisberg,The Hub,Twin Forks,ha di si bao,haetijeubeogeu,hattizubagu,hatysbwrgh,htyzbrg  mysysypy,Хатисберг,Хаттисберг,هاتيسبورغ,هتیزبرگ، میسیسیپی,ہیٹیسبرگ، مسیسپی,ハッティズバーグ,哈蒂斯堡,해티즈버그	035	MS	035		
4429331	Hawthorne	hawthorne	US	07506	0	America/Chicago	31.53906	-91.4015	56			MS	001		
4429332	Hawthorne	hawthorne	US	07506	0	America/Chicago	30.64991	-89.64257	66	Hawthorne,Tates Switch		MS	109		
4429356	Hays	hays	US	28635	0	America/Chicago	32.53736	-89.36118	129			MS	123		
4429357	Hays	hays	US	28635	0	America/Chicago	33.34651	-90.89871	37			MS	151		
4429379	Hazel	hazel	US	42049	0	America/Chicago	32.38125	-89.30145	142			MS	101		
4429387	Hazlehurst	hazlehurst	US	31539	3924	America/Chicago	31.86044	-90.39593	144	Khazlzurst,Khejzelkherst,Khejzulkhurst,hazlhwrst,hyzlhwrst  mysysypy,Хазлзурст,Хейзълхърст,Хејзелхерст,هازلهورست,هیزلهورست، میسیسیپی,ہیزلہرسٹ، مسیسپی	029	MS	029		
4429422	Hebron	hebron	US	03241	0	America/Chicago	31.23351	-90.67788	113			MS	005		
4429423	Hebron	hebron	US	03241	0	America/Chicago	31.7235	-89.9523	112			MS	065		
4429424	Hebron	hebron	US	03241	0	America/Chicago	31.70627	-89.3709	83	Bethel,Fuller,Hebron,Reddoch,Reddochs Ferry		MS	067		
4429425	Hebron	hebron	US	03241	0	America/Chicago	34.14677	-89.13979	116			MS	115		
4429475	Heidelberg	heidelberg	US	39439	684	America/Chicago	31.88682	-88.98394	101			MS	061		
4429484	Helena	helena	US	13649	1184	America/Chicago	30.49464	-88.49585	3	Khelena,Хелена		MS	059		
4429496	Helm	helm	US	93627	0	America/Chicago	33.50095	-90.83454	38			MS	151		
4429507	Henderson	henderson	US	13650	0	America/Chicago	31.44878	-88.77365	92			MS	153		
4429525	Hendrix	hendrix	US	74741	0	America/Chicago	33.46651	-89.62813	112	Hendrex,Hendrix		MS	097		
4429579	Hermanville	hermanville	US	39086	0	America/Chicago	31.95932	-90.8401	52			MS	021		
4429589	Hernando	hernando	US	34441	15503	America/Chicago	34.82399	-89.9937	116	Hernando,Jefferson,Khernando,hrnandw  mysysypy,hyrnandw,Хернандо,هرناندو، میسیسیپی,هيرناندو,ہرنینڈو، مسیسپی	033	MS	033		
4429661	Hickory	hickory	US	15340	532	America/Chicago	32.31764	-89.02561	99			MS	101		
4429679	Hickory Flat	hickory-flat	US	38633	557	America/Chicago	34.61593	-89.1884	128			MS	009		
4429684	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	31.39462	-89.64618	138			MS	073		
4429685	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	30.99768	-89.40756	81	Hickory Grove,Villa Ridge		MS	109		
4429718	Hickory Hills	hickory-hills	US	60457	3107	America/Chicago	30.45687	-88.63919	6			MS	059		
4429743	Higdon	higdon	US	35979	0	America/Chicago	34.76815	-89.38702	198			MS	093		
4429748	Higgins	higgins	US	79046	0	America/Chicago	31.42323	-89.59757	121			MS	073		
4429757	High Hill	high-hill	US	63350	0	America/Chicago	32.6243	-89.31784	146			MS	079		
4429762	High Point	high-point	US	27260	0	America/Chicago	34.96148	-88.23921	154			MS	141		
4429781	Highland Park	highland-park	US	08904	0	America/Chicago	33.99872	-88.47865	73			MS	095		
4429802	Hilda	hilda	US	29813	0	America/Chicago	30.39464	-88.66808	6	Hilda,Lyon School Community		MS	059		
4429848	Hillman	hillman	US	49746	0	America/Chicago	31.13352	-88.6328	61			MS	041		
4429861	Hillsboro	hillsboro	US	21641	1130	America/Chicago	32.45931	-89.51146	133	Hillsboro,Hillsborough		MS	123		
4429863	Hillsdale	hillsdale	US	07642	0	America/Chicago	30.92796	-89.49729	72			MS	109		
4429913	Hiram	hiram	US	04041	0	America/Chicago	31.22851	-91.12622	109			MS	157		
4429940	Hoffman	hoffman	US	28347	0	America/Chicago	33.14596	-89.80897	86	Hoffman,Megee Switch		MS	051		
4429973	Holcomb	holcomb	US	38940	600	America/Chicago	33.76123	-89.97592	59			MS	043		
4430014	Holladay	holladay	US	38341	0	America/Chicago	33.93095	-89.00645	94			MS	017		
4430017	Hollandale	hollandale	US	38748	2545	America/Chicago	33.16901	-90.85399	35	Kholandejl,Khollandehjl,hwlndyl,hwlndyl  mysysypy,Холандејл,Холландэйл,هولنديل,هولندیل، میسیسیپی,ہولنڈیل، مسیسپی		MS	151		
4430030	Hollis	hollis	US	03049	0	America/Chicago	33.86345	-89.24174	97			MS	013		
4430046	Holly Bluff	holly-bluff	US	39088	0	America/Chicago	32.82152	-90.70899	30			MS	163		
4430060	Holly Grove	holly-grove	US	72069	0	America/Chicago	33.41096	-90.17008	37			MS	015		
4430097	Holly Ridge	holly-ridge	US	28445	0	America/Chicago	33.44567	-90.75343	35	Holly Ridge,Hollybridge		MS	133		
4430103	Holly Springs	holly-springs	US	27540	7901	America/Chicago	31.31573	-89.97786	93			MS	091		
4430104	Holly Springs	holly-springs	US	27540	7610	America/Chicago	34.7676	-89.44869	183	Holly Springs,Kholi Springs,Kholli Springs,Suavatooky,haly aspryngz,hwly sbrynghz,Холи Спрингс,Холли Спрингс,هالی اسپرینگز,هولي سبرينغز,ہالی سپرنگز، مسیسپی	093	MS	093		
4430122	Hollywood	hollywood	US	20636	0	America/Chicago	34.74538	-90.35815	61	Holly Grove,Hollywood,Lesser		MS	143		
4430159	Holmesville	holmesville	US	44633	0	America/Chicago	31.20351	-90.3087	91			MS	113		
4430210	Homewood	homewood	US	60430	0	America/Chicago	32.24015	-89.50618	145	Buck Snort,Hells Half Acre,Homewood		MS	123		
4430243	Hooker	hooker	US	73945	0	America/Chicago	31.63433	-90.04925	107			MS	077		
4430260	Hope	hope	US	02831	0	America/Chicago	32.74736	-89.24534	151			MS	099		
4430274	Hopedale	hopedale	US	01747	0	America/Chicago	32.95707	-91.0126	33			MS	055		
4430276	Hopewell	hopewell	US	08525	0	America/Chicago	34.96815	-89.04812	193	Hopewell,Laird		MS	009		
4430277	Hopewell	hopewell	US	08525	0	America/Chicago	33.65706	-88.85367	82			MS	025		
4430278	Hopewell	hopewell	US	08525	0	America/Chicago	31.94738	-90.21536	77			MS	029		
4430279	Hopewell	hopewell	US	08525	0	America/Chicago	31.71822	-89.4709	124			MS	031		
4430280	Hopewell	hopewell	US	08525	0	America/Chicago	31.33629	-89.66118	85			MS	091		
4430391	Horatio	horatio	US	29062	0	America/Chicago	34.43789	-90.05565	110			MS	107		
4430400	Horn Lake	horn-lake	US	38637	26915	America/Chicago	34.95537	-90.03481	91			MS	033		
4430507	Houlka	houlka	US	38850	552	America/Chicago	34.03816	-89.02201	114	Houlka,New Houlka		MS	017		
4430516	House	house	US	88121	0	America/Chicago	32.62875	-88.99478	174			MS	099		
4430529	Houston	houston	US	15342	3544	America/Chicago	33.89845	-88.99923	108	Kh'juston,Khauston,hywstn,hywstn  mysysypy,Хаустон,Хьюстон,هيوستن,هیوستن، میسیسیپی,ہیوسٹن، مسیسپی		MS	017		
4430530	Houston	houston	US	15342	0	America/Chicago	32.41264	-88.70004	135			MS	075		
4430552	Howard	howard	US	16841	0	America/Chicago	33.1229	-90.19092	42	Howard,Howard Station		MS	051		
4430575	Howell	howell	US	07731	0	America/Chicago	30.7938	-88.4289	47			MS	039		
4430601	Hubbard	hubbard	US	44425	0	America/Chicago	32.21265	-90.6601	66			MS	049		
4430602	Hubbard	hubbard	US	44425	0	America/Chicago	32.50764	-89.01256	138			MS	101		
4430642	Hudsonville	hudsonville	US	49426	0	America/Chicago	34.86121	-89.37508	148	Hudsonville,Scales Station		MS	093		
4430682	Hugo	hugo	US	55038	0	America/Chicago	33.78706	-90.15009	41			MS	135		
4430701	Humphreys	humphreys	US	64646	0	America/Chicago	32.08043	-90.84094	92			MS	021		
4430715	Hunt	hunt	US	14846	0	America/Chicago	33.48678	-91.0415	39	Hunt,Hunts Flat		MS	151		
4430749	Hurley	hurley	US	12443	1551	America/Chicago	30.66103	-88.49418	30			MS	059		
4430752	Huron	huron	US	38345	0	America/Chicago	31.10018	-90.64149	105			MS	005		
4430754	Huntsville	huntsville	US	35801	0	America/Chicago	33.34818	-89.46118	123			MS	097		
4430755	Hurricane	hurricane	US	25526	0	America/Chicago	34.35122	-89.14785	107			MS	115		
4430756	Hurricane	hurricane	US	25526	0	America/Chicago	32.16682	-91.14817	26			MS	149		
4430758	Hurricane	hurricane	US	25526	0	America/Chicago	33.02513	-89.64508	115	Hurricane,Pleasant		MS	007		
4430827	Hustler	hustler	US	54637	0	America/Chicago	31.28212	-90.6976	135			MS	005		
4430842	Hyde	hyde	US	16843	0	America/Chicago	33.92928	-89.5598	71			MS	161		
4430893	Independence	independence	US	24348	0	America/Chicago	32.28154	-89.65729	140			MS	123		
4430894	Independence	independence	US	24348	0	America/Chicago	34.7051	-89.80898	103	Flewellenes Crossroads,Independence		MS	137		
4430961	Indian Hills	indian-hills	US	80454	0	America/Chicago	34.31761	-88.6845	93			MS	081		
4430970	Indian Springs	indian-springs	US	89018	0	America/Chicago	34.84037	-88.41477	172			MS	003		
4430971	Indian Springs	indian-springs	US	89018	0	America/Chicago	31.29768	-89.13783	68			MS	111		
4430981	Indianola	indianola	US	15051	9943	America/Chicago	33.45095	-90.65509	37	Belegante,Eureka,Indian Bayou,Indianola,Indijanola,andyanwla,ayndyanwwla  mysysypy,yin di an nuo la,Индианола,Индијанола,إنديانولا,انڈینولا، مسیسپی,ایندیانوولا، میسیسیپی,印第安诺拉	133	MS	133		
4431003	Ingleside	ingleside	US	21644	0	America/Chicago	32.03571	-90.98288	76			MS	021		
4431006	Ingomar	ingomar	US	15127	0	America/Chicago	34.40927	-89.03673	109			MS	145		
4431028	Institute	institute	US	25112	0	America/Chicago	32.3357	-90.63066	56	Institute,Lehman		MS	049		
4431209	Inverness	inverness	US	34450	952	America/Chicago	33.35373	-90.59259	36			MS	133		
4431214	Inwood	inwood	US	11096	0	America/Chicago	33.50595	-90.52481	36			MS	133		
4431222	Ireland	ireland	US	26376	0	America/Chicago	31.34711	-91.22261	35	Ireland,Ireland Plantation,Irlanda		MS	157		
4431224	Irene	irene	US	57037	0	America/Chicago	31.17018	-90.54621	116			MS	113		
4431259	Isola	isola	US	38754	664	America/Chicago	33.26207	-90.59231	35	Dawson Lake,Isola		MS	053		
4431280	Itta Bena	itta-bena	US	38941	1955	America/Chicago	33.49512	-90.31981	40	Ita Bena,Itta Bena,Ittabena,ayta bna  mysysypy,ayta byna,Ита Бена,Итта Бена,إيتا بينا,اٹا بینا، مسیسپی,ایتا بنا، میسیسیپی		MS	083		
4431283	Iuka	iuka	US	38852	3001	America/Chicago	34.81176	-88.19004	171	Ajuka,Greshams Mills,Iuka,aywka,aywka  mysysypy,ayywka  msyspy,iuka,Ајука,آئیوکا، مسیسپی,إيوكا,ایوکا، میسیسیپی,イウカ	141	MS	141		
4431382	Jack	jack	US	36346	0	America/Chicago	32.01738	-90.5701	67			MS	029		
4431410	Jackson	jackson	US	03846	170674	America/Chicago	32.29876	-90.18481	85	Dzekson,Dzeksona,Dzeksonas,Dzeksons,Dzhaksun,Dzhehksan,Dzhekson,Džeksona,Džeksonas,Džeksons,JAN,Jackson,Jackson i Mississippi,Le Fleurs Bluff,Siti of Dzhekson,Tzakson,Zhehkson,gqswn,jaegseun,jakcan,jaksan,jakswn,jakuson,jeksana,jie ke xun,jkswn  mysysypy,jyakasana,jyaksana,jyksn,jyksn  msyspy,Τζάκσον,Џексон,Джаксън,Джексон,Джэксан,Жэксон,Сити оф Джексон,Ջեքսոն,גקסון,جاكسون,جکسون، میسیسیپی,جیکسن,جیکسن، مسیسپی,जाक्सन्,जॅक्सन,ज्याकसन,ज्याक्सन,ஜாக்சன்,ジャクソン,杰克逊,잭슨	MS	MS	049		
4431581	Jayess	jayess	US	39641	0	America/Chicago	31.3649	-90.20592	136			MS	077		
4431587	Jeannette	jeannette	US	15644	0	America/Chicago	31.48656	-91.24483	116			MS	001		
4431589	Jeff	jeff	US	41751	0	America/Chicago	32.42125	-89.12784	127			MS	101		
4431601	Jefferson	jefferson	US	01522	0	America/Chicago	33.63262	-89.89508	104			MS	015		
4431602	Jefferson	jefferson	US	01522	0	America/Chicago	31.66322	-90.98344	149			MS	063		
4431634	Jenkins	jenkins	US	41537	0	America/Chicago	31.59405	-89.15534	65			MS	067		
4431653	Jennings	jennings	US	32053	0	America/Chicago	31.19407	-90.37787	130			MS	113		
4431665	Jericho	jericho	US	05465	0	America/Chicago	34.51121	-88.7545	135			MS	145		
4431831	Johnson	johnson	US	05656	0	America/Chicago	31.53906	-89.14339	107			MS	067		
4431909	Johnsonville	johnsonville	US	12094	0	America/Chicago	33.41956	-90.59537	36			MS	133		
4431910	Johnston	johnston	US	02919	0	America/Chicago	33.28206	-90.88566	36			MS	151		
4432025	Jones Mill	jones-mill	US	72105	0	America/Chicago	30.39797	-89.18449	10			MS	047		
4432040	Jonestown	jonestown	US	17038	0	America/Chicago	34.87092	-88.66672	159			MS	003		
4432041	Jonestown	jonestown	US	17038	1214	America/Chicago	34.31955	-90.45565	53	Jonestown,Swan Lake		MS	027		
4432042	Jonestown	jonestown	US	17038	0	America/Chicago	32.31959	-90.87483	73			MS	149		
4432043	Jonestown	jonestown	US	17038	0	America/Chicago	32.8418	-90.43065	31			MS	163		
4432080	Joseph	joseph	US	84739	0	America/Chicago	32.97569	-89.72786	113			MS	007		
4432123	Junction City	junction-city	US	31812	0	America/Chicago	31.96098	-88.57309	83			MS	023		
4432160	Kearney	kearney	US	64060	0	America/Chicago	32.75319	-90.72899	30			MS	163		
4432204	Kelly	kelly	US	28448	0	America/Chicago	31.58767	-89.44451	119			MS	031		
4432210	Kelso	kelso	US	37348	0	America/Chicago	32.6693	-90.90371	27			MS	125		
4432228	Kendrick	kendrick	US	83537	0	America/Chicago	34.97036	-88.38171	141			MS	003		
4432269	Kerr	kerr	US	45643	0	America/Chicago	33.12735	-89.26979	154			MS	019		
4432272	Kentwood	kentwood	US	70444	0	America/Chicago	32.34459	-90.31592	108			MS	049		
4432274	Kewanee	kewanee	US	61443	0	America/Chicago	32.42403	-88.43837	86			MS	075		
4432304	Kilmichael	kilmichael	US	39747	602	America/Chicago	33.44346	-89.57174	110			MS	097		
4432310	Kiln	kiln	US	39556	2238	America/Chicago	30.40908	-89.43505	7			MS	045		
4432317	Kimberly	kimberly	US	25118	0	America/Chicago	32.15821	-90.94344	34			MS	149		
4432326	Kincaid	kincaid	US	25119	0	America/Chicago	33.75067	-89.65536	79			MS	043		
4432335	King	king	US	27021	0	America/Chicago	32.08737	-90.13036	98			MS	121		
4432442	Kipling	kipling	US	27543	0	America/Chicago	32.67236	-88.64838	90			MS	069		
4432443	Kirby	kirby	US	43330	0	America/Chicago	31.51156	-90.98094	75			MS	037		
4432455	Kirklin	kirklin	US	46050	0	America/Chicago	31.04796	-90.11592	98			MS	147		
4432463	Kirkville	kirkville	US	13082	0	America/Chicago	31.21323	-90.49704	134			MS	113		
4432477	Kirkville	kirkville	US	13082	0	America/Chicago	34.45149	-88.48977	115			MS	057		
4432479	Kittrell	kittrell	US	27544	0	America/Chicago	31.43045	-88.56308	40			MS	041		
4432483	Kittrell	kittrell	US	27544	0	America/Chicago	31.20713	-88.91338	30			MS	111		
4432488	Klondike	klondike	US	75448	0	America/Chicago	32.62236	-88.75616	151	Hand,Klondike		MS	069		
4432512	Knox	knox	US	12107	0	America/Chicago	32.95985	-89.56257	132			MS	007		
4432519	Knoxville	knoxville	US	16928	0	America/Chicago	31.37878	-91.12094	42			MS	037		
4432529	Kokomo	kokomo	US	39643	0	America/Chicago	31.1974	-90.00286	109			MS	091		
4432542	Kosciusko	kosciusko	US	39090	7187	America/Chicago	33.058	-89.58956	147	Attala,Cosciusco,Kosciusko,Kosijasko,Kosk'jusko,OSX,Paris,Parrish,Peakedend,Peking,Perish,Red Bud Springs,kaskywskww  mysysypy,kwsyaskw  msyspy,kwsywskw,Косијаско,Коскьюско,كوسيوسكو,کاسکیوسکوو، میسیسیپی,کوسیاسکو، مسیسپی	007	MS	007		
4432553	Kossuth	kossuth	US	16331	209	America/Chicago	34.87203	-88.64589	141	Kossuth,New Hope		MS	003		
4432652	Lackey	lackey	US	23694	0	America/Chicago	33.80317	-88.46226	67	Lackey,Noah		MS	095		
4432687	Lake	lake	US	25121	324	America/Chicago	32.3432	-89.32868	134	Lake,Maryville		MS	123		
4432722	Lake City	lake-city	US	16423	0	America/Chicago	32.92319	-90.49315	32			MS	053		
4432723	Lake City	lake-city	US	16423	0	America/Chicago	34.64204	-88.54977	158			MS	117		
4432731	Lake Como	lake-como	US	18437	0	America/Chicago	31.96238	-89.21256	105			MS	061		
4432736	Lake Cormorant	lake-cormorant	US	38641	0	America/Chicago	34.90426	-90.21454	63	Blythe,Blythville,Lake Cormorant		MS	033		
4432751	Lake Forest	lake-forest	US	60045	0	America/Chicago	32.38626	-90.80288	97			MS	149		
4432814	Lake Park	lake-park	US	31636	0	America/Chicago	32.23626	-90.82233	67			MS	149		
4432855	Lake View	lake-view	US	14085	0	America/Chicago	34.98898	-90.13982	69	Lake View,Lakeview		MS	033		
4432876	Lakeland	lakeland	US	31635	0	America/Chicago	32.22293	-90.15675	86			MS	121		
4432887	Lakeshore	lakeshore	US	33854	0	America/Chicago	30.24659	-89.43588	2	Fig Orchard,Lakeshore		MS	045		
4432888	Lakeshore	lakeshore	US	33854	0	America/Chicago	32.39181	-90.03203	96			MS	121		
4432891	Lakeside	lakeside	US	06758	0	America/Chicago	34.16122	-89.8087	76			MS	161		
4432892	Lakeside	lakeside	US	06758	0	America/Chicago	32.32987	-90.31065	98			MS	049		
4432900	Lakeview	lakeview	US	28350	0	America/Chicago	34.28622	-88.71672	103			MS	081		
4432910	Lakewood	lakewood	US	08701	0	America/Chicago	31.31823	-89.37479	78			MS	073		
4432911	Lakewood	lakewood	US	08701	0	America/Chicago	33.83817	-88.58032	73			MS	095		
4432912	Lakewood	lakewood	US	08701	0	America/Chicago	32.31459	-90.84955	61			MS	149		
4432921	Lamar	lamar	US	16848	0	America/Chicago	34.91731	-89.31785	150			MS	009		
4432931	Lambert	lambert	US	38643	1490	America/Chicago	34.20178	-90.28343	48	Lambert,O'Neal Switch		MS	119		
4432948	Lamont	lamont	US	32336	0	America/Chicago	33.53539	-91.07622	41			MS	011		
4432961	Landers	landers	US	92285	0	America/Chicago	33.4704	-88.82839	101			MS	105		
4432983	Langford	langford	US	57454	0	America/Chicago	32.34653	-89.9723	120	Langford,Oakdale		MS	121		
4432998	Lanham	lanham	US	20703	0	America/Chicago	31.58322	-89.097	62			MS	067		
4433008	Larue	larue	US	75770	0	America/Chicago	30.62436	-88.84837	40			MS	059		
4433016	Latimer	latimer	US	50452	6079	America/Chicago	30.53464	-88.8667	22			MS	059		
4433025	Lauderdale	lauderdale	US	39335	442	America/Chicago	32.52069	-88.5117	63	Lauderdale,Lauderdale Station,Spring Depot		MS	075		
4433034	Laughlin	laughlin	US	89028	0	America/Chicago	33.71845	-90.79788	39	Laughlin,Laughlin Spur		MS	011		
4433039	Laurel	laurel	US	11948	18837	America/Chicago	31.69405	-89.13061	82	LUL,Laurel,Lawurell,Lorel,larl  mysysypy,loleol,lwrl  msyspy,Лаурел,Лорел,لارل، میسیسیپی,لورل، مسیسپی,로럴		MS	067		
4433043	Laurel Hill	laurel-hill	US	28351	0	America/Chicago	32.73125	-89.31645	129	Laurel Hill,Laurelhill		MS	099		
4433056	Lawrence	lawrence	US	01840	0	America/Chicago	32.32514	-89.23284	139			MS	101		
4433062	Latonia	latonia	US	41015	0	America/Chicago	30.86102	-88.42779	25			MS	039		
4433098	Leaf River	leaf-river	US	61047	0	America/Chicago	31.67239	-89.43479	111			MS	031		
4433116	Leakesville	leakesville	US	39451	880	America/Chicago	31.15574	-88.5578	33		041	MS	041		
4433127	Lebanon	lebanon	US	03756	0	America/Chicago	32.16682	-90.51287	92			MS	049		
4433128	Lebanon	lebanon	US	03756	0	America/Chicago	33.18902	-90.05286	100			MS	051		
4433129	Lebanon	lebanon	US	03756	0	America/Chicago	32.39875	-89.03756	130			MS	101		
4433131	Lebanon	lebanon	US	03756	0	America/Chicago	34.55649	-88.73339	141			MS	117		
4433231	Leesburg	leesburg	US	08327	0	America/Chicago	32.44042	-89.76035	113	Leesburg,Leesburgh		MS	121		
4433242	Leflore	leflore	US	74942	0	America/Chicago	33.69373	-90.05481	47			MS	043		
4433252	Leggett	leggett	US	77350	0	America/Chicago	31.13546	-90.30398	110			MS	113		
4433267	Lehr	lehr	US	58460	0	America/Chicago	31.03407	-90.18092	68			MS	147		
4433284	Lena	lena	US	39094	148	America/Chicago	32.5943	-89.61202	104	Friendship,Lena		MS	079		
4433289	Leland	leland	US	28451	4188	America/Chicago	33.40539	-90.8976	38	Leland,Liland,Snowden,lyland,lylnd  mysysypy,Леланд,Лиланд,ليلاند,لیلند، میسیسیپی,لیلینڈ، مسیسپی		MS	151		
4433300	Leota	leota	US	56153	0	America/Chicago	33.10457	-91.07635	34			MS	151		
4433325	Leverett	leverett	US	01054	0	America/Chicago	33.88289	-90.07564	47			MS	135		
4433356	Lewisburg	lewisburg	US	17837	0	America/Chicago	34.86204	-89.83342	116	Lewisburg,Lewisburgh		MS	033		
4433359	Lexington	lexington	US	02420	1609	America/Chicago	33.11318	-90.05314	71	Leksington,lkzyngtn  mysysypy,lyksynghtwn,Лексингтон,ليكسينغتون,لکزینگتن، میسیسیپی,لیکسنگٹن، مسیسپی	051	MS	051		
4433362	Liberty	liberty	US	04949	694	America/Chicago	31.15823	-90.81232	103	Liberti,li bo di,lybrty,lybrty  mysysypy,Либерти,ليبرتي,لیبرتی، میسیسیپی,利伯蒂	005	MS	005		
4433363	Liberty	liberty	US	04949	0	America/Chicago	31.58683	-89.55896	111			MS	031		
4433364	Liberty	liberty	US	04949	0	America/Chicago	32.66125	-88.75894	146			MS	069		
4433365	Liberty	liberty	US	04949	0	America/Chicago	32.27515	-89.12089	122			MS	101		
4433366	Liberty	liberty	US	04949	0	America/Chicago	32.98485	-89.16951	168			MS	159		
4433501	Lillian	lillian	US	36549	0	America/Chicago	32.50514	-89.54535	127	Lilian,Lillian		MS	123		
4433517	Limerick	limerick	US	04048	0	America/Chicago	32.75513	-90.56232	33	Limerick,Stuarts Landing		MS	163		
4433576	Linn	linn	US	26384	0	America/Chicago	33.65984	-90.61648	41			MS	133		
4433582	Linton	linton	US	47441	0	America/Chicago	32.03432	-88.58754	107	Linton,Lisla,Lisle		MS	023		
4433584	Linwood	linwood	US	01525	0	America/Chicago	31.511	-91.414	36	Linnwood,Linwood		MS	001		
4433585	Linwood	linwood	US	01525	0	America/Chicago	32.66041	-89.15089	165			MS	099		
4433586	Linwood	linwood	US	01525	0	America/Chicago	34.59733	-90.08898	97	Echols,Eckles,Linwood		MS	137		
4433587	Linwood	linwood	US	01525	0	America/Chicago	32.79236	-90.14509	85			MS	163		
4433601	Lingle	lingle	US	82223	0	America/Chicago	32.19571	-89.57729	135			MS	129		
4433708	Little Creek	little-creek	US	19961	0	America/Chicago	31.12741	-88.85337	25			MS	111		
4433817	Little Rock	little-rock	US	29567	0	America/Chicago	32.52597	-89.02533	134	Litl-Rok,Литл-Рок		MS	101		
4433944	Livingston	livingston	US	07039	0	America/Chicago	32.55292	-90.2162	88			MS	089		
4434001	Locust Grove	locust-grove	US	22508	0	America/Chicago	34.50316	-88.94728	155			MS	145		
4434012	Lodi	lodi	US	07644	0	America/Chicago	33.5504	-89.52091	143	Lodi		MS	097		
4434025	Lodi	lodi	US	07644	0	America/Chicago	33.04652	-90.41009	33			MS	053		
4434046	Lone Pine	lone-pine	US	93545	0	America/Chicago	34.9712	-88.74255	196			MS	003		
4434052	Lone Star	lone-star	US	75668	0	America/Chicago	31.63878	-89.73785	124	Dry Creek,Lone Star,Vex Station		MS	031		
4434069	Long Beach	long-beach	US	11561	15555	America/Chicago	30.35048	-89.15282	8	Long Beach,Long Bich,Long-Bich,Scotts Station,lang bych  msyspy,lang bych  mysysypy,lwngh bytsh,Лонг Бич,Лонг-Бич,لانگ بیچ، مسیسپی,لانگ بیچ، میسیسیپی,لونغ بيتش		MS	047		
4434122	Long Branch	long-branch	US	07740	0	America/Chicago	34.13483	-89.84676	74			MS	161		
4434152	Long Lake	long-lake	US	12847	0	America/Chicago	34.36816	-90.57788	50			MS	027		
4434169	Long Lake	long-lake	US	12847	0	America/Chicago	32.40875	-90.88344	27			MS	149		
4434190	Longstreet	longstreet	US	71050	0	America/Chicago	34.11345	-90.32981	46			MS	119		
4434194	Longview	longview	US	61852	0	America/Chicago	33.40401	-88.92117	89			MS	105		
4434195	Longview	longview	US	61852	0	America/Chicago	34.28122	-88.89534	119	Cox,Longview		MS	115		
4434196	Longview	longview	US	61852	0	America/Chicago	33.98789	-88.45254	81			MS	095		
4434206	Longwood	longwood	US	28452	0	America/Chicago	33.14707	-91.06622	33			MS	151		
4434226	Lorena	lorena	US	76655	0	America/Chicago	32.18293	-89.50951	165			MS	129		
4434230	Loring	loring	US	59537	0	America/Chicago	32.78041	-89.93786	88			MS	089		
4434232	Lorman	lorman	US	39096	0	America/Chicago	31.82044	-91.05011	66	Hayes,Lorman		MS	063		
4434236	Loraine	loraine	US	62349	0	America/Chicago	30.45547	-89.02531	6	Loraine,Stonewall		MS	047		
4434276	Louin	louin	US	39338	269	America/Chicago	32.07126	-89.2609	128			MS	061		
4434280	Louise	louise	US	39097	185	America/Chicago	32.98235	-90.5887	33			MS	053		
4434283	Louisville	louisville	US	30434	6314	America/Chicago	33.12374	-89.05506	174	LMS,Luisvil,Lujsvill,lwyyzwyl  msyspy,lwyyzwyl  mysysypy,lwyzfyl,Луисвил,Луйсвилл,لوئیزویل، مسیسپی,لوئیزویل، میسیسیپی,لويزفيل	159	MS	159		
4434378	Lucas	lucas	US	42156	0	America/Chicago	31.58795	-89.95841	91			MS	065		
4434388	Lucedale	lucedale	US	39452	3011	America/Chicago	30.92519	-88.59002	90	Ljukedehjl,Lusdejl,lwsydyl,lwsydyl  mysysypy,Лусдејл,Люкедэйл,لوسيديل,لوسڈیل، مسیسپی,لوسیدیل، میسیسیپی	039	MS	039		
4434396	Lucien	lucien	US	73757	0	America/Chicago	31.51684	-90.66399	101			MS	037		
4434406	Ludlow	ludlow	US	01056	0	America/Chicago	32.57181	-89.71285	104			MS	123		
4434418	Lula	lula	US	30554	281	America/Chicago	34.45316	-90.47871	56			MS	027		
4434435	Lumberton	lumberton	US	08048	2223	America/Chicago	31.00129	-89.45229	90			MS	073		
4434452	Luther	luther	US	49656	0	America/Chicago	32.8168	-89.4809	122	Luther,Reformation		MS	079		
4434459	Lyman	lyman	US	29365	1277	America/Chicago	30.49474	-89.12561	22			MS	047		
4434465	Lynchburg	lynchburg	US	24501	2437	America/Chicago	34.96232	-90.09593	92			MS	033		
4434466	Lynchburg	lynchburg	US	24501	3416	America/Chicago	32.44014	-90.54899	79			MS	049		
4434478	Lyon	lyon	US	38645	330	America/Chicago	34.21789	-90.54204	53			MS	027		
4434502	Maben	maben	US	25870	874	America/Chicago	33.5554	-89.08478	135	Good Water,Maben		MS	105		
4434519	Macedonia	macedonia	US	44056	0	America/Chicago	33.85706	-88.82228	95	Hot Air,Macedonia		MS	017		
4434520	Macedonia	macedonia	US	44056	0	America/Chicago	31.38212	-89.16867	70	Macedonia,Tallahala		MS	035		
4434521	Macedonia	macedonia	US	44056	0	America/Chicago	34.3626	-88.79561	116			MS	081		
4434522	Macedonia	macedonia	US	44056	0	America/Chicago	33.02152	-88.67283	79			MS	103		
4434523	Macedonia	macedonia	US	44056	0	America/Chicago	34.50288	-89.20868	112			MS	145		
4434633	Mack	mack	US	81525	0	America/Chicago	34.83843	-89.48008	146	Mack,Stephenson Place		MS	093		
4434645	Macon	macon	US	27551	2616	America/Chicago	33.1054	-88.56088	60	Makon,Mehkon,Mejkon,makwn,mei ken,mykn  mysysypy,mykwn  msysypy,Макон,Мејкон,Мэкон,ماكون,میکن، میسیسیپی,میکون، مسیسیپی,梅肯	103	MS	103		
4434663	Madison	madison	US	03849	25799	America/Chicago	32.46181	-90.11536	103	DXE,Madison,Madison Station,Medison,Mehdison,madyswn,mdsn  mysysypy,Мадисон,Медисон,Медісон,Мэдисон,ماديسون,مدسن، میسیسیپی,میڈیسون، مسیسیپی		MS	089		
4434668	Madison Heights	madison-heights	US	24572	0	America/Chicago	34.26844	-88.71033	98			MS	081		
4434678	Madisonville	madisonville	US	37354	0	America/Chicago	32.52681	-89.97758	104			MS	089		
4434683	Madden	madden	US	39109	0	America/Chicago	32.67903	-89.34812	135			MS	079		
4434697	Magee	magee	US	39111	4368	America/Chicago	31.87377	-89.73369	132	Magee,Magi,Mangum,Mehgi,maghy,mgy  mysysypy,mygy  msyspy,Маги,Мэги,ماغي,مگی، میسیسیپی,میگی، مسیسپی		MS	127		
4434720	Magnolia	magnolia	US	08049	2371	America/Chicago	31.14323	-90.45871	93	Magnolia,Magnolija,maghnwlya,mgnwlya  mysysypy,mygnwlya  msyspy,Магнолиа,Магнолија,ماغنوليا,مگنولیا، میسیسیپی,میگنولیا، مسیسپی	113	MS	113		
4434822	Malone	malone	US	12953	0	America/Chicago	34.57621	-89.47786	87	Malone,Malone Station,Nick		MS	093		
4434839	Manhattan	manhattan	US	59741	0	America/Chicago	33.27179	-90.85732	35			MS	151		
4434850	Mantachie	mantachie	US	38855	1138	America/Chicago	34.32427	-88.49116	105	Mantachie,Mataches		MS	057		
4434856	Mantee	mantee	US	39751	224	America/Chicago	33.73151	-89.05534	103			MS	155		
4434872	Marathon	marathon	US	13803	0	America/Chicago	33.0654	-91.01927	35			MS	151		
4434882	Marcella	marcella	US	72555	0	America/Chicago	33.12957	-90.29759	35			MS	051		
4434893	Marianna	marianna	US	15345	0	America/Chicago	34.7176	-89.59897	153			MS	093		
4434897	Marietta	marietta	US	13110	257	America/Chicago	34.50204	-88.46894	116	Marietta,Мариетта		MS	117		
4434904	Marion	marion	US	02738	1574	America/Chicago	32.41736	-88.64782	112	Marion,Marion Station,Mehrion,Мэрион		MS	075		
4434921	Markham	markham	US	22643	0	America/Chicago	33.40484	-90.5612	36	Markham,Markham Plantation		MS	133		
4434925	Marks	marks	US	38646	1581	America/Chicago	34.25683	-90.27298	50	MMS,Marks,Riverside,ma ke si,mark  mysysypy,marks,marks  msyspy,Маркс,ماركس,مارک، میسیسیپی,مارکس، مسیسپی,马克斯	119	MS	119		
4434930	Marksville	marksville	US	71351	0	America/Chicago	33.30929	-90.28036	37	Ashton Plantation,Marksville		MS	051		
4434947	Mars Hill	mars-hill	US	04758	0	America/Chicago	31.26629	-89.27228	56			MS	035		
4434967	Mars Hill	mars-hill	US	04758	0	America/Chicago	31.30323	-90.62816	123			MS	005		
4434999	Martin	martin	US	15460	0	America/Chicago	32.54958	-88.84505	140	Martin,Martins		MS	075		
4435000	Martin	martin	US	15460	0	America/Chicago	31.18573	-90.37898	128			MS	113		
4435067	Martinsville	martinsville	US	08836	0	America/Chicago	31.791	-90.40704	135			MS	029		
4435140	Matagorda	matagorda	US	77457	0	America/Chicago	34.33816	-90.45704	52			MS	027		
4435145	Matherville	matherville	US	61263	0	America/Chicago	31.87738	-88.56892	93			MS	023		
4435146	Matherville	matherville	US	61263	0	America/Chicago	31.86571	-88.56559	88	Matherville,Miltonville		MS	153		
4435161	Mathiston	mathiston	US	39752	676	America/Chicago	33.54012	-89.12423	129	Mathis Town,Mathiston		MS	155		
4435162	Matthews	matthews	US	28104	0	America/Chicago	31.79599	-89.21811	102			MS	067		
4435163	Matthews	matthews	US	28104	0	America/Chicago	34.09261	-89.2184	122			MS	115		
4435180	Mattoon	mattoon	US	54450	0	America/Chicago	33.45123	-90.4712	35			MS	133		
4435181	Maud	maud	US	74854	0	America/Chicago	34.56205	-90.43704	57			MS	143		
4435191	Maxie	maxie	US	24628	0	America/Chicago	30.97796	-89.19589	68	Maxcey,Maxie		MS	035		
4435217	Mayersville	mayersville	US	39113	553	America/Chicago	32.90207	-91.05122	32	Gibson,Gibsons Landing,Mayersville,Mount Level,Wadelawn	055	MS	055		
4435253	Maywood	maywood	US	07607	0	America/Chicago	34.97093	-89.84731	116			MS	033		
4435318	McComb	mccomb	US	39648	12661	America/Chicago	31.24379	-90.45315	129	MCB,MakKomb,Makom,maekom,mai ku mu,makwmb,mk kwmb  msyspy,МакКомб,Маком,ماكومب,مک کومب، مسیسپی,مک‌کام، میسیسیپی,麦库姆,매콤		MS	113		
4435369	McDonald	mcdonald	US	88262	0	America/Chicago	31.61961	-89.57368	113			MS	031		
4435370	McDonald	mcdonald	US	88262	0	America/Chicago	32.66041	-89.13284	137	McDonald,Sol		MS	099		
4435457	McHenry	mchenry	US	58464	0	America/Chicago	30.70769	-89.13838	79			MS	131		
4435534	McLeod	mcleod	US	58057	0	America/Chicago	33.09235	-88.45171	69			MS	103		
4435625	McVille	mcville	US	58254	0	America/Chicago	32.93152	-89.62202	122	McVille,Planters Academy,Yockanookany		MS	007		
4435649	Meadowview	meadowview	US	24361	0	America/Chicago	34.25288	-88.74172	90			MS	081		
4435652	Meadville	meadville	US	16335	431	America/Chicago	31.47239	-90.89677	93		037	MS	037		
4435659	Mechanicsburg	mechanicsburg	US	17050	0	America/Chicago	32.63264	-90.50287	109	Mechanicsburg,Mechanicsburgh		MS	163		
4435697	Melba	melba	US	83641	0	America/Chicago	31.44489	-89.64563	131	Lottstown,Melba		MS	065		
4435722	Mendenhall	mendenhall	US	19357	2488	America/Chicago	31.96182	-89.87008	102	Edna,Mendenhall	127	MS	127		
4435764	Meridian	meridian	US	13113	39661	America/Chicago	32.36431	-88.70366	105	MEI,Meridian,Meridijan,Ragsdale City,Sowashee Station,meolidieon,meridian,mrydyan  mysysypy,myrydyan,Меридиан,Меридијан,مریدیان، میسیسیپی,ميريديان,میریڈیئن، مسیسپی,メリディアン,머리디언	075	MS	075		
4435769	Merigold	merigold	US	38759	418	America/Chicago	33.839	-90.72621	44			MS	011		
4435773	Merit	merit	US	75458	0	America/Chicago	31.92794	-89.90869	89			MS	127		
4435778	Merrill	merrill	US	48637	0	America/Chicago	30.97908	-88.72059	16			MS	039		
4435802	Mesa	mesa	US	81643	0	America/Chicago	31.1474	-90.20037	118	Mesa,Simmonsville		MS	147		
4435803	Metcalfe	metcalfe	US	38760	1014	America/Chicago	33.454	-91.00733	38	Metcalfe,Wilczinski		MS	151		
4435831	Michigan City	michigan-city	US	38647	0	America/Chicago	34.98092	-89.25063	123	Davis Mills,Michigan City		MS	009		
4435864	Middleton	middleton	US	01949	0	America/Chicago	32.16376	-88.61226	157			MS	023		
4435878	Midnight	midnight	US	39115	0	America/Chicago	33.04957	-90.57343	34			MS	053		
4435880	Midway	midway	US	15060	0	America/Chicago	31.71683	-90.55649	147	Midway,Peetsville		MS	029		
4435881	Midway	midway	US	15060	0	America/Chicago	32.16904	-90.37565	122			MS	049		
4435882	Midway	midway	US	15060	0	America/Chicago	32.80763	-89.4409	144			MS	079		
4435883	Midway	midway	US	15060	0	America/Chicago	32.54625	-89.53174	137			MS	123		
4435884	Midway	midway	US	15060	0	America/Chicago	34.7312	-88.22477	177			MS	141		
4435885	Midway	midway	US	15060	0	America/Chicago	32.88652	-90.19231	98			MS	163		
4435955	Mildred	mildred	US	18632	0	America/Chicago	31.14796	-89.84202	45			MS	091		
4436069	Mill Creek	mill-creek	US	17060	0	America/Chicago	32.36264	-90.01258	97			MS	121		
4436095	Millcreek	millcreek	US	62961	0	America/Chicago	33.15679	-88.94895	130	Mill Creek,Millcreek		MS	159		
4436097	Miller	miller	US	57362	0	America/Chicago	34.91759	-89.7687	95			MS	033		
4436129	Millington	millington	US	07946	0	America/Chicago	32.88124	-88.41587	65			MS	069		
4436154	Millville	millville	US	01529	0	America/Chicago	32.67097	-89.76869	108			MS	089		
4436157	Milroy	milroy	US	17063	0	America/Chicago	33.30707	-90.59037	34			MS	133		
4436162	Mims	mims	US	32754	0	America/Chicago	34.22928	-90.12898	49	Mimms,Mims		MS	107		
4436165	Milton	milton	US	02186	0	America/Chicago	31.85294	-89.60007	120			MS	129		
4436169	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	31.95099	-89.4284	95			MS	129		
4436175	Mineral Wells	mineral-wells	US	26120	0	America/Chicago	34.99065	-89.86564	102	Kelly,Mineral Wells		MS	033		
4436178	Minerva	minerva	US	12851	0	America/Chicago	33.52846	-89.57924	129			MS	097		
4436183	Mingo	mingo	US	43047	0	America/Chicago	34.63204	-88.15032	141	Manns,Mingo		MS	141		
4436192	Minot	minot	US	02055	0	America/Chicago	33.94206	-90.48982	45			MS	133		
4436195	Minter City	minter-city	US	38944	0	America/Chicago	33.75345	-90.29453	42			MS	083		
4436301	Mitchell	mitchell	US	30820	0	America/Chicago	34.70954	-88.84311	191	Mitchell,Pull Tite		MS	139		
4436302	Mitchell	mitchell	US	30820	0	America/Chicago	34.42844	-89.04868	117	Mitchell,Mitchells Switch		MS	145		
4436351	Mize	mize	US	39116	331	America/Chicago	31.86849	-89.5559	90	Mize,No Negro		MS	129		
4436372	Molino	molino	US	32577	0	America/Chicago	34.57538	-88.89256	120			MS	145		
4436377	Monarch	monarch	US	59463	0	America/Chicago	31.51267	-89.07284	55	Beatty,Earl,Monarch		MS	067		
4436379	Moncure	moncure	US	27559	0	America/Chicago	32.05543	-90.25953	85			MS	049		
4436381	Money	money	US	38945	0	America/Chicago	33.65123	-90.20925	41	Money,Woodstock Plantation		MS	083		
4436389	Monroe	monroe	US	03771	0	America/Chicago	31.47156	-90.82677	73	Holly,Monroe		MS	037		
4436411	Monterey	monterey	US	01245	0	America/Chicago	32.18487	-90.08092	131			MS	121		
4436422	Montgomery	montgomery	US	05470	0	America/Chicago	33.29735	-90.32675	35			MS	051		
4436423	Montgomery	montgomery	US	05470	0	America/Chicago	31.64183	-90.41954	148			MS	085		
4436445	Monticello	monticello	US	04760	1541	America/Chicago	31.55378	-90.10731	60	Montikehllo,Montiselo,mantyslw  mysysypy,meng di sai luo,mwntayslw,Монтикэлло,Монтисело,مانتیسلو، میسیسیپی,مونتايسلو,蒙蒂塞洛	077	MS	077		
4436452	Montpelier	montpelier	US	05601	0	America/Chicago	33.7179	-88.94784	90	Crosstown,LaCross,Montpelier		MS	025		
4436456	Montrose	montrose	US	10548	136	America/Chicago	32.12432	-89.23562	131	Montrose,The Oxford of Jasper County		MS	061		
4436475	Moon	moon	US	23119	0	America/Chicago	34.42205	-90.48843	56			MS	027		
4436543	Mooreville	mooreville	US	38857	650	America/Chicago	34.26761	-88.57672	122			MS	081		
4436546	Moorhead	moorhead	US	38761	2261	America/Chicago	33.45012	-90.50564	35			MS	133		
4436572	Morgan City	morgan-city	US	38946	245	America/Chicago	33.38068	-90.35036	37			MS	083		
4436597	Morgantown	morgantown	US	19543	1412	America/Chicago	31.57267	-91.34761	59			MS	001		
4436598	Morgantown	morgantown	US	19543	0	America/Chicago	31.3124	-89.91592	49	Claude,Morgantown		MS	091		
4436599	Morgantown	morgantown	US	19543	0	America/Chicago	33.30568	-88.99701	95			MS	105		
4436664	Morris	morris	US	06763	0	America/Chicago	31.46239	-89.66146	133			MS	065		
4436682	Morriston	morriston	US	32668	0	America/Chicago	31.41573	-89.19617	75			MS	035		
4436694	Morton	morton	US	14508	3439	America/Chicago	32.35376	-89.65452	144			MS	123		
4436708	Moscow	moscow	US	05662	0	America/Chicago	32.71014	-88.80005	154			MS	069		
4436710	Moseley	moseley	US	23120	0	America/Chicago	32.45153	-88.82922	104			MS	075		
4436713	Moselle	moselle	US	39459	0	America/Chicago	31.50239	-89.27895	71	Moselle,Tusconola		MS	067		
4436731	Moss	moss	US	38575	0	America/Chicago	31.81516	-89.17784	91			MS	061		
4436743	Moss Point	moss-point	US	39562	13654	America/Chicago	30.41159	-88.53446	5	Mos Pojnt,Moss Pojnt,mas pwynt  mysysypy,mws bwynt,Мос Појнт,Мосс Пойнт,ماس پوائنٹ، مسیسپی,ماس پوینت، میسیسیپی,موس بوينت		MS	059		
4436772	Mound Bayou	mound-bayou	US	38762	1473	America/Chicago	33.87817	-90.72732	43	Maund Baju,Mound Baju,mawnd bayw  mysysypy,mwnd bayw,Маунд Бају,Моунд Баю,ماؤنڈ بائیو، مسیسپی,ماوند بایو، میسیسیپی,موند بايو		MS	011		
4436781	Mound City	mound-city	US	57646	0	America/Chicago	33.77928	-90.91538	43			MS	011		
4436782	Mound City	mound-city	US	57646	0	America/Chicago	34.45232	-88.91895	140			MS	145		
4436866	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	31.64517	-89.7898	149	Mount Carmel,Mount Garmel		MS	065		
4437008	Mount Horeb	mount-horeb	US	53572	0	America/Chicago	31.5835	-89.57035	97			MS	031		
4437107	Mount Nebo	mount-nebo	US	26679	0	America/Chicago	32.70291	-88.70699	116			MS	069		
4437148	Mount Olive	mount-olive	US	25185	0	America/Chicago	31.34378	-90.7101	141			MS	005		
4437149	Mount Olive	mount-olive	US	25185	973	America/Chicago	31.76127	-89.65507	102			MS	031		
4437150	Mount Olive	mount-olive	US	25185	0	America/Chicago	31.35517	-90.93538	79			MS	037		
4437151	Mount Olive	mount-olive	US	25185	0	America/Chicago	31.74433	-89.05228	97			MS	067		
4437285	Mount Olivet	mount-olivet	US	41064	0	America/Chicago	34.29372	-89.78814	134			MS	107		
4437356	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	31.69655	-89.6973	149			MS	031		
4437357	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	34.95593	-89.51591	143	Mount Pleasant,North Mount Pleasant,Pleasant Mountain		MS	093		
4437358	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	32.02321	-89.41257	116			MS	129		
4437359	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	31.07879	-91.15011	104			MS	157		
4437498	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	34.3301	-88.75367	100			MS	081		
4437499	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	32.23404	-89.07228	137			MS	101		
4437548	Mount Zion	mount-zion	US	26151	0	America/Chicago	31.64544	-89.24784	87			MS	067		
4437549	Mount Zion	mount-zion	US	26151	0	America/Chicago	34.84093	-88.96506	164			MS	139		
4437824	Mulberry	mulberry	US	33860	0	America/Chicago	32.05237	-89.13756	113			MS	061		
4437825	Mulberry	mulberry	US	33860	0	America/Chicago	31.47711	-88.84782	79			MS	153		
4437840	Muldrow	muldrow	US	74948	0	America/Chicago	33.54679	-88.70449	70	Muldrow,Muldrow Station		MS	105		
4437875	Murphy	murphy	US	28906	0	America/Chicago	33.12096	-90.70148	31			MS	151		
4437909	Muskegon	muskegon	US	49440	0	America/Chicago	32.3482	-89.35229	130			MS	123		
4437935	Myrtle	myrtle	US	38650	502	America/Chicago	34.55843	-89.11923	122			MS	145		
4437954	Nancy	nancy	US	42544	0	America/Chicago	31.94349	-88.84255	80			MS	023		
4437966	Napoleon	napoleon	US	43545	0	America/Chicago	30.32631	-89.62756	5			MS	045		
4437981	Nason	nason	US	62866	0	America/Chicago	33.72317	-89.8987	82			MS	043		
4437982	Natchez	natchez	US	39120	15128	America/Chicago	31.56017	-91.40329	66	Fort Panmure,Fort Rosalie,HEZ,Naches,Nachez,Natches,Natchez,na qi ci,nachezu,natshyz,nchyz  mysysypy,nchz  msyspy,Натчез,Начез,ناتشيز,نچز، مسیسپی,نچیز، میسیسیپی,ナチェズ,纳奇兹	001	MS	001		
4438061	Neely	neely	US	39461	0	America/Chicago	31.16491	-88.75475	68	Neely,Washington		MS	041		
4438095	Nesbit	nesbit	US	38651	0	America/Chicago	34.88206	-90.00764	85	Nesbit,Nesbitt		MS	033		
4438112	Nettleton	nettleton	US	38858	1953	America/Chicago	34.089	-88.62227	80			MS	081		
4438119	Nevada	nevada	US	44849	0	America/Chicago	32.52403	-90.46815	55			MS	049		
4438120	Neville	neville	US	45156	0	America/Chicago	32.58375	-89.24784	128	Neville,Newville		MS	099		
4438121	New Albany	new-albany	US	18833	8830	America/Chicago	34.49427	-89.00784	110	N'ju Albani,N'ju-Albani,Nju Olbani,nyw albany,nyw albany  msyspy,nyw albany  mysysypy,xin ao er ba ni,Њу Олбани,Нью Албани,Нью-Албани,Ню Олбани,نيو ألباني,نیو آلبانی، میسیسیپی,نیو البانی، مسیسپی,新奥尔巴尼	145	MS	145		
4438134	New Augusta	new-augusta	US	39462	641	America/Chicago	31.20263	-89.03668	34		111	MS	111		
4438200	New Canaan	new-canaan	US	06840	0	America/Chicago	34.94759	-89.11784	172	Collier,New Canaan		MS	009		
4438277	New Harmony	new-harmony	US	47631	0	America/Chicago	34.39399	-88.91978	147			MS	145		
4438285	New Haven	new-haven	US	05472	0	America/Chicago	31.81599	-89.58479	146			MS	129		
4438305	New Hope	new-hope	US	18938	0	America/Chicago	31.5535	-90.83288	141			MS	037		
4438306	New Hope	new-hope	US	18938	0	America/Chicago	30.43825	-89.13643	15			MS	047		
4438307	New Hope	new-hope	US	18938	3193	America/Chicago	33.46817	-88.3267	67			MS	087		
4438308	New Hope	new-hope	US	18938	0	America/Chicago	31.15768	-89.91342	73			MS	091		
4438309	New Hope	new-hope	US	18938	0	America/Chicago	34.62621	-88.39227	137	New Home,New Hope		MS	117		
4438310	New Hope	new-hope	US	18938	0	America/Chicago	34.67926	-88.95284	159			MS	139		
4438311	New Hope	new-hope	US	18938	0	America/Chicago	33.94234	-89.55119	85			MS	161		
4438522	New Liberty	new-liberty	US	40355	0	America/Chicago	33.8915	-89.23618	107			MS	013		
4438621	New Providence	new-providence	US	07974	0	America/Chicago	32.35764	-88.92061	130			MS	101		
4438638	New Salem	new-salem	US	01355	0	America/Chicago	34.13955	-88.35865	126			MS	057		
4438682	New Site	new-site	US	38859	0	America/Chicago	34.55926	-88.40949	123			MS	117		
4438696	New Town	new-town	US	02456	0	America/Chicago	33.27095	-90.75343	30			MS	133		
4438793	Newman	newman	US	61942	0	America/Chicago	32.23571	-90.69732	57	Newman,Newmans Store		MS	049		
4438808	Newport	newport	US	02840	0	America/Chicago	32.93708	-89.76453	98			MS	007		
4438820	Newton	newton	US	02458	3356	America/Chicago	32.32126	-89.16339	130	N'juton,Newton,Newton Depot,Ньютон		MS	101		
4438839	Newtonia	newtonia	US	64853	0	America/Chicago	31.04045	-91.20594	108	Newtonia,Whites Town,Whitestown		MS	157		
4438845	Nichols	nichols	US	13812	0	America/Chicago	33.3179	-90.41286	35			MS	083		
4438855	Nicholson	nicholson	US	18446	3092	America/Chicago	30.47714	-89.69367	15	Crescent City,Nicholson		MS	109		
4438867	Niles	niles	US	44446	0	America/Chicago	33.85539	-90.95733	43			MS	011		
4438877	Nixon	nixon	US	78140	0	America/Chicago	34.28677	-88.97228	156			MS	115		
4438897	Norfolk	norfolk	US	02056	0	America/Chicago	34.95148	-90.23065	64			MS	033		
4438910	Norris	norris	US	29667	0	America/Chicago	32.29404	-89.4359	165			MS	123		
4438923	North Bend	north-bend	US	17760	0	America/Chicago	32.86819	-88.99311	142			MS	099		
4438938	North Carrollton	north-carrollton	US	38947	455	America/Chicago	33.51818	-89.92064	70	North Carrollton,Northcarrollton,Rathbone		MS	015		
4438973	North Haven	north-haven	US	04853	0	America/Chicago	34.52093	-88.98895	116			MS	145		
4439091	Northwood	northwood	US	03261	0	America/Chicago	33.47318	-88.812	99			MS	105		
4439104	Norway	norway	US	04268	0	America/Chicago	32.90402	-90.39815	32			MS	163		
4439105	Norwood	norwood	US	02062	0	America/Chicago	32.37542	-90.18564	92			MS	049		
4439109	Noxapater	noxapater	US	39346	451	America/Chicago	32.99235	-89.06617	166	Noxapater,Noxupata		MS	159		
4439205	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.25096	-90.30925	37			MS	051		
4439206	Oak Grove	oak-grove	US	42262	0	America/Chicago	31.53628	-89.20784	71			MS	067		
4439207	Oak Grove	oak-grove	US	42262	0	America/Chicago	32.6743	-88.56449	126			MS	069		
4439208	Oak Grove	oak-grove	US	42262	0	America/Chicago	31.28601	-89.41451	125			MS	073		
4439209	Oak Grove	oak-grove	US	42262	0	America/Chicago	31.0363	-88.97421	79			MS	111		
4439344	Oak Hill	oak-hill	US	12460	0	America/Chicago	34.32288	-88.94728	162			MS	115		
4439381	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	32.48125	-90.70649	115			MS	149		
4439409	Oak Creek	oak-creek	US	53154	0	America/Chicago	32.25848	-90.30565	108			MS	049		
4439430	Oak Vale	oak-vale	US	39656	0	America/Chicago	31.43851	-89.96453	63	Oak Vale,Oakvale		MS	077		
4439434	Oakland	oakland	US	02858	0	America/Chicago	34.28288	-88.23254	123			MS	057		
4439435	Oakland	oakland	US	02858	0	America/Chicago	31.26156	-90.50065	139			MS	113		
4439436	Oakland	oakland	US	02858	514	America/Chicago	34.05567	-89.91648	107	Oklend,Окленд		MS	161		
4439470	Oakley	oakley	US	48649	0	America/Chicago	32.21765	-90.50315	60			MS	049		
4439491	Oaks	oaks	US	19456	0	America/Chicago	32.79986	-89.97703	82			MS	089		
4439496	Oakridge	oakridge	US	97463	0	America/Chicago	34.26872	-88.72422	92			MS	081		
4439506	Ocean Springs	ocean-springs	US	39564	17636	America/Chicago	30.41131	-88.82781	7	Ocean Springs,Old Biloxi,Oshan Springs,Oushen Springs,Vieux Biloxi,awshn aspryngz  mysysypy,awshn sbrynghz,awshn sprngz  msyspy,hai quan shi,Оушен Спрингс,Ошан Спрингс,أوشن سبرينغز,اوشن اسپرینگز، میسیسیپی,اوشن سپرنگز، مسیسپی,海泉市		MS	059		
4439541	Oil City	oil-city	US	16301	0	America/Chicago	32.69125	-90.43398	104			MS	163		
4439566	Okolona	okolona	US	38860	2638	America/Chicago	34.00178	-88.75533	103	Okolona,Rose Hill,akwlwna  mysysypy,awkwlwna,awkwlwna  msyspy,Околона,أوكولونا,اوکولونا، مسیسپی,اکولونا، میسیسیپی		MS	017		
4439860	Oldenburg	oldenburg	US	47036	0	America/Chicago	31.57406	-90.97455	103			MS	037		
4439864	Oldham	oldham	US	57051	0	America/Chicago	34.77315	-88.12837	135			MS	141		
4439869	Olive Branch	olive-branch	US	38654	36010	America/Chicago	34.96176	-89.82953	118	OLV,Oliv Branch,Oliv Brehnch,alyw brnch  mysysypy,awlyf bransh,awlyw branch  msyspy,Олив Бранч,Олив Брэнч,أوليف برانش,الیو برنچ، میسیسیپی,اولیو برانچ، مسیسپی		MS	033		
4439903	Omega	omega	US	31775	0	America/Chicago	33.12346	-90.31314	32			MS	051		
4439910	Onward	onward	US	46967	0	America/Chicago	32.72541	-90.94205	31			MS	125		
4439925	Ora	ora	US	46968	0	America/Chicago	31.65767	-89.57451	91			MS	031		
4439933	Orange	orange	US	01364	0	America/Chicago	31.52767	-91.0726	85			MS	037		
4439934	Orange	orange	US	01364	0	America/Chicago	32.09515	-88.92061	99			MS	061		
4439936	Orange Grove	orange-grove	US	78372	0	America/Chicago	30.45464	-89.08837	14			MS	047		
4439937	Orange Grove	orange-grove	US	78372	0	America/Chicago	30.42075	-88.45862	3			MS	059		
4439943	Orangeville	orangeville	US	17859	0	America/Chicago	32.47181	-90.47954	86	Orange Hill,Orangeville		MS	049		
4439944	Oregon	oregon	US	43616	0	America/Chicago	33.14402	-90.11342	97			MS	051		
4439952	Orion	orion	US	61273	0	America/Chicago	34.71538	-89.65203	143			MS	093		
4439964	Osborn	osborn	US	64474	0	America/Chicago	33.52151	-88.72227	80	Camp Oaks,Osborn		MS	105		
4439979	Oswego	oswego	US	13126	0	America/Chicago	33.21707	-90.22453	37	Lacey,Oswego		MS	051		
4439981	Osyka	osyka	US	39657	434	America/Chicago	31.00685	-90.47232	80			MS	113		
4439992	Otho	otho	US	50569	0	America/Chicago	32.23543	-89.4084	130			MS	123		
4440036	Ovett	ovett	US	39464	0	America/Chicago	31.48545	-89.03283	61			MS	067		
4440075	Oxford	oxford	US	01540	0	America/Chicago	31.26795	-90.89816	128			MS	005		
4440076	Oxford	oxford	US	01540	22314	America/Chicago	34.3665	-89.51925	154	Oksford,UOX,aksfwrd,aksfwrd  mysysypy,niu jin,ogseupeodeu,Оксфорд,آکسفورد، میسیسیپی,آکسفورڈ، مسیسپی,أكسفورد,牛津,옥스퍼드	071	MS	071		
4440089	Ozark	ozark	US	36360	0	America/Chicago	34.41399	-88.46949	92			MS	057		
4440095	Ozona	ozona	US	34660	0	America/Chicago	30.58463	-89.66368	39			MS	109		
4440100	Pace	pace	US	38764	261	America/Chicago	33.7915	-90.85705	43	Arnold,Pace		MS	011		
4440108	Pachuta	pachuta	US	39347	250	America/Chicago	32.04043	-88.88477	86			MS	023		
4440113	Paden	paden	US	74860	115	America/Chicago	34.65982	-88.26588	138	Paden,Padens		MS	141		
4440146	Palestine	palestine	US	26160	0	America/Chicago	33.71012	-88.92172	98			MS	025		
4440147	Palestine	palestine	US	26160	0	America/Chicago	32.18098	-90.41704	119			MS	049		
4440148	Palestine	palestine	US	26160	0	America/Chicago	30.53241	-89.73034	14			MS	109		
4440149	Palestine	palestine	US	26160	0	America/Chicago	34.18344	-89.59369	146			MS	161		
4440200	Palmetto	palmetto	US	30268	0	America/Chicago	34.19177	-88.78089	98			MS	081		
4440221	Palo Alto	palo-alto	US	94301	0	America/Chicago	33.68067	-88.80005	85	Palo Alto,Savannah		MS	025		
4440243	Panther Burn	panther-burn	US	38765	0	America/Chicago	33.06624	-90.86843	32			MS	125		
4440263	Parchman	parchman	US	38738	0	America/Chicago	33.91789	-90.49648	44			MS	133		
4440269	Paris	paris	US	04271	0	America/Chicago	34.17872	-89.4598	113			MS	071		
4440285	Parkdale	parkdale	US	71661	0	America/Chicago	33.47234	-88.81728	110			MS	105		
4440336	Parkersburg	parkersburg	US	26101	0	America/Chicago	33.96567	-88.95284	119			MS	017		
4440340	Parks	parks	US	69041	0	America/Chicago	34.49066	-88.87589	137			MS	145		
4440389	Parsons	parsons	US	26287	0	America/Chicago	33.73345	-90.03175	48			MS	043		
4440397	Pascagoula	pascagoula	US	39567	22126	America/Chicago	30.36576	-88.55613	3	PGL,Paskagula,baskaghwla,pa si ka gu la,paskagwla  msyspy,pasukagura,pskgwla  mysysypy,Паскагула,Паскаґула,باسكاغولا,پاسکاگولا، مسیسپی,پسکگولا، میسیسیپی,パスカグーラ,帕斯卡古拉	059	MS	059		
4440413	Pass Christian	pass-christian	US	39571	5498	America/Chicago	30.31575	-89.24754	4	Pas Krischan,Pass Christian,Pass Krishtian,Scranton,bas krystyan,pas krschyn  msyspy,ps krystyn  mysysypy,Пас Крисчан,Пасс Криштиан,باس كريستيان,پاس کرسچین، مسیسپی,پس کریستین، میسیسیپی		MS	047		
4440441	Patrick	patrick	US	29584	0	America/Chicago	33.4879	-88.77172	93	Patrick,Pats		MS	105		
4440453	Patterson	patterson	US	12563	0	America/Chicago	32.97763	-89.43202	156			MS	007		
4440467	Pattison	pattison	US	39144	0	America/Chicago	31.88849	-90.88733	62	Martin,Pattison		MS	021		
4440479	Paul	paul	US	83347	0	America/Chicago	33.91178	-89.95287	117			MS	135		
4440492	Paulding	paulding	US	39348	0	America/Chicago	32.03071	-89.03756	152	Paulding,The Queen City of the East		MS	061		
4440559	Pearl	pearl	US	39208	26462	America/Chicago	32.27459	-90.13203	84	Perl,byarl,prl  msyspy,prl  mysysypy,Перл,بيارل,پرل، مسیسپی,پرل، میسیسیپی		MS	121		
4440561	Pearl	pearl	US	39208	0	America/Chicago	32.0021	-90.19898	79			MS	127		
4440572	Pearl River	pearl-river	US	10965	3601	America/Chicago	32.78347	-89.22784	159			MS	099		
4440602	Pearlington	pearlington	US	39572	1332	America/Chicago	30.24658	-89.61117	3	Little Jerusalem,Pearlington		MS	045		
4440606	Pearson	pearson	US	31642	0	America/Chicago	32.24681	-90.12314	87			MS	121		
4440660	Pelahatchie	pelahatchie	US	39145	1356	America/Chicago	32.31292	-89.79841	109	Pelahatchee,Pelahatches,Pelahatchie		MS	121		
4440749	Peoria	peoria	US	61601	0	America/Chicago	31.14157	-90.68093	103	Peoria,Robinson		MS	005		
4440758	Percy	percy	US	62272	0	America/Chicago	33.10901	-90.87955	35	Percy,Tanglewood		MS	151		
4440774	Perkinston	perkinston	US	39573	0	America/Chicago	30.78213	-89.1381	41			MS	131		
4440784	Perry	perry	US	04667	0	America/Chicago	30.72075	-89.14144	83			MS	131		
4440833	Perth	perth	US	58363	0	America/Chicago	31.65933	-90.86788	145			MS	063		
4440837	Petal	petal	US	39465	10701	America/Chicago	31.34656	-89.26006	48			MS	035		
4440890	Peyton	peyton	US	80831	0	America/Chicago	31.83766	-90.80232	81			MS	021		
4440902	Pheba	pheba	US	39755	0	America/Chicago	33.58429	-88.94978	80			MS	025		
4440906	Philadelphia	philadelphia	US	13673	7391	America/Chicago	32.77152	-89.11673	128	Filadel'fija,Filadelfia,Filadelfija,fyladlfya,fyladlfya  mysysypy,Филаделфија,Филадельфия,فلاڈیلفیا، مسیسپی,فيلادلفيا,فیلادلفیا، میسیسیپی	099	MS	099		
4440949	Philipp	philipp	US	38950	0	America/Chicago	33.75762	-90.20425	48			MS	135		
4440972	Phoenix	phoenix	US	13135	0	America/Chicago	32.58125	-90.56287	108			MS	163		
4440975	Picayune	picayune	US	39466	10675	America/Chicago	30.52556	-89.67788	22	PCU,Picayune,Pickayune,Pikajun,Pikijun,bykaywn,pykaywn  msyspy,pykywn  mysysypy,Пикаюн,Пикијун,بيكايون,پیکایون، مسیسپی,پیکیون، میسیسیپی		MS	109		
4440988	Pickens	pickens	US	26230	1075	America/Chicago	32.88374	-89.97147	72	Boles Ferry,Montgomery,Pickens,Pickens Station,Shiloh		MS	051		
4441165	Pinckneyville	pinckneyville	US	62274	0	America/Chicago	31.01601	-91.48095	73			MS	157		
4441169	Pine Bluff	pine-bluff	US	71601	0	America/Chicago	33.34846	-90.15397	45			MS	015		
4441170	Pine Bluff	pine-bluff	US	71601	0	America/Chicago	32.38209	-89.18506	161			MS	101		
4441206	Pine Grove	pine-grove	US	17963	0	America/Chicago	34.70593	-89.17479	159			MS	009		
4441207	Pine Grove	pine-grove	US	17963	0	America/Chicago	31.27823	-89.18061	56			MS	035		
4441208	Pine Grove	pine-grove	US	17963	0	America/Chicago	32.1296	-90.3712	129			MS	049		
4441209	Pine Grove	pine-grove	US	17963	0	America/Chicago	33.02652	-90.14592	106			MS	051		
4441210	Pine Grove	pine-grove	US	17963	0	America/Chicago	31.18768	-89.48229	114			MS	073		
4441211	Pine Grove	pine-grove	US	17963	0	America/Chicago	34.08928	-88.70894	83			MS	081		
4441212	Pine Grove	pine-grove	US	17963	0	America/Chicago	34.66426	-88.80117	198			MS	139		
4441324	Pine Lake	pine-lake	US	30072	0	America/Chicago	32.01265	-89.96897	104			MS	127		
4441341	Pine Ridge	pine-ridge	US	41360	0	America/Chicago	31.62878	-91.34511	85			MS	001		
4441342	Pine Ridge	pine-ridge	US	41360	0	America/Chicago	32.06654	-88.47559	133			MS	023		
4441343	Pine Ridge	pine-ridge	US	41360	0	America/Chicago	31.20323	-89.44534	117			MS	073		
4441373	Pine Valley	pine-valley	US	14872	0	America/Chicago	34.06844	-89.52036	101			MS	161		
4441386	Pinecrest	pinecrest	US	95364	0	America/Chicago	34.27566	-88.71255	98			MS	081		
4441387	Pinecrest	pinecrest	US	95364	0	America/Chicago	33.48262	-88.29865	93			MS	087		
4441393	Pinedale	pinedale	US	82941	0	America/Chicago	34.4051	-89.19257	132			MS	145		
4441394	Pinedale	pinedale	US	82941	0	America/Chicago	34.82231	-88.19199	176			MS	141		
4441399	Pinehurst	pinehurst	US	01866	0	America/Chicago	34.27511	-88.72672	98			MS	081		
4441400	Pinehurst	pinehurst	US	01866	0	America/Chicago	33.82984	-88.5606	77			MS	095		
4441407	Pineview	pineview	US	31071	0	America/Chicago	31.72627	-88.94283	93			MS	153		
4441414	Pineville	pineville	US	18946	0	America/Chicago	32.13515	-89.40284	124			MS	129		
4441461	Piney Woods	piney-woods	US	39148	0	America/Chicago	32.06265	-89.99286	149			MS	121		
4441498	Pisgah	pisgah	US	35765	0	America/Chicago	31.10435	-88.48863	93			MS	041		
4441499	Pisgah	pisgah	US	35765	0	America/Chicago	34.74093	-88.632	165	Hosma,Pisgah		MS	117		
4441500	Pisgah	pisgah	US	35765	0	America/Chicago	32.46986	-89.87008	111			MS	121		
4441551	Pitts	pitts	US	31072	0	America/Chicago	31.18907	-90.4126	109			MS	113		
4441555	Pittsboro	pittsboro	US	27312	199	America/Chicago	33.94039	-89.33757	116	Orrsville,Pittsboro,Pittsborough	013	MS	013		
4441564	Plainview	plainview	US	11803	0	America/Chicago	32.20432	-90.15425	99			MS	121		
4441573	Plantation	plantation	US	33388	0	America/Chicago	33.09735	-89.50924	141			MS	007		
4441578	Plantersville	plantersville	US	36758	1163	America/Chicago	34.21344	-88.6645	94			MS	081		
4441588	Plattsburg	plattsburg	US	64477	0	America/Chicago	32.94152	-89.19257	159	Fort Growl,Plattsburg,Plattsburgh		MS	159		
4441627	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	34.43927	-90.08954	99	Pleasant Grove,Pleasantgrove		MS	107		
4441628	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	31.70961	-88.92283	98			MS	153		
4441752	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	31.72433	-90.73677	147			MS	029		
4441753	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.91454	-89.89453	110	Pleasant Hill,Robertsons Cross Roads		MS	033		
4441754	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.78343	-90.09454	79	Mooretown,Pleasant Hill		MS	033		
4441755	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	32.29626	-88.65088	140			MS	075		
4441756	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	34.53204	-88.94451	134			MS	145		
4441851	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	31.66377	-89.23978	126			MS	067		
4441852	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	33.38623	-89.00201	110			MS	105		
4441853	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	34.56899	-88.83673	188			MS	145		
4441988	Pocahontas	pocahontas	US	24635	0	America/Chicago	32.47431	-90.2862	74			MS	049		
4442004	Point Harbor	point-harbor	US	27964	0	America/Chicago	33.58901	-88.49671	52			MS	025		
4442042	Polkville	polkville	US	28136	810	America/Chicago	32.19376	-89.69257	156			MS	129		
4442067	Pontotoc	pontotoc	US	38863	5944	America/Chicago	34.24788	-88.99867	152	Pontotoc,Pontotock,Pontotok,bwntwtwk,pantwtwk  mysysypy,Понтоток,بونتوتوك,پانتوتوک، میسیسیپی,پونٹوٹاک، مسیسپی	115	MS	115		
4442093	Poolville	poolville	US	76487	0	America/Chicago	34.4676	-89.12007	116	Pooleville,Pooltville,Poolville		MS	145		
4442101	Pope	pope	US	38658	209	America/Chicago	34.21511	-89.94787	69	Pope,Popes,Popes Depot		MS	107		
4442164	Poplarville	poplarville	US	39470	2985	America/Chicago	30.84019	-89.53423	97	PCU	109	MS	109		
4442187	Port Gibson	port-gibson	US	14537	1436	America/Chicago	31.96099	-90.98399	36	Fort Gibson,Gibsons Landing,Gibsons Port,Port Gibson,Port-Gibson,bwrt jybswn,pwrt gybsn  mysysypy,Порт Гибсон,Порт-Гибсон,Порт-Ґібсон,بورت جيبسون,پورت گیبسن، میسیسیپی,پورٹ گبسن، مسیسپی	021	MS	021		
4442214	Porterville	porterville	US	39352	0	America/Chicago	32.68791	-88.47226	61	Maryville,Porterville		MS	069		
4442280	Potts Camp	potts-camp	US	38659	499	America/Chicago	34.64621	-89.30535	105	Potts Camp,Potts Camp Station		MS	093		
4442293	Powell	powell	US	37849	0	America/Chicago	34.4851	-90.52649	56	Powell,Powells Gin		MS	027		
4442314	Powers	powers	US	49874	0	America/Chicago	31.69794	-89.06867	77			MS	067		
4442363	Prentiss	prentiss	US	39474	1002	America/Chicago	31.5985	-89.86702	101	Blountville,Prentiss	065	MS	065		
4442408	Preston	preston	US	06365	0	America/Chicago	32.88263	-88.82894	164	Pleasant Springs,Preston		MS	069		
4442432	Pricedale	pricedale	US	15072	0	America/Chicago	31.29045	-90.29482	102			MS	113		
4442437	Prichard	prichard	US	25555	0	America/Chicago	34.69955	-90.24426	57	Prichard,Wanamaker		MS	143		
4442489	Prospect	prospect	US	06712	0	America/Chicago	32.55236	-89.26895	155			MS	101		
4442517	Providence	providence	US	02901	0	America/Chicago	33.0493	-89.41507	166			MS	007		
4442518	Providence	providence	US	02901	0	America/Chicago	31.64044	-89.50562	125			MS	031		
4442519	Providence	providence	US	02901	0	America/Chicago	31.43073	-89.36117	89			MS	035		
4442607	Puckett	puckett	US	39151	326	America/Chicago	32.08099	-89.77591	104			MS	121		
4442609	Pulaski	pulaski	US	13142	0	America/Chicago	32.27209	-89.60229	127			MS	123		
4442639	Purvis	purvis	US	39475	2335	America/Chicago	31.14324	-89.40979	118	Purvis,bwrfys,prwys  mysysypy,pwrwys  msyspy,Пурвис,بورفيس,پرویس، میسیسیپی,پورویس، مسیسپی	073	MS	073		
4442656	Quail Valley	quail-valley	US	92587	0	America/Chicago	33.39401	-88.81255	95			MS	105		
4442673	Quentin	quentin	US	17083	0	America/Chicago	31.50628	-90.74649	89			MS	037		
4442684	Quincy	quincy	US	02169	0	America/Chicago	33.90983	-88.36698	118			MS	095		
4442692	Quitman	quitman	US	31643	2209	America/Chicago	32.04015	-88.7281	70	Kuitman,Kvitman,kwytman,kwytmn  mysysypy,Квитман,Куитман,كويتمان,کوئٹمین، مسیسپی,کویتمن، میسیسیپی	023	MS	023		
4442770	Ragland	ragland	US	25690	0	America/Chicago	31.21907	-89.17367	41	Raglan,Ragland		MS	035		
4442797	Raleigh	raleigh	US	25911	1427	America/Chicago	32.03349	-89.52229	166	Indian Springs,Raleigh,Roli,Роли	129	MS	129		
4442807	Ralston	ralston	US	17763	0	America/Chicago	31.23879	-89.24173	76	Enon,Enon Landing,Old Enon,Ralston		MS	035		
4442833	Randolph	randolph	US	02368	0	America/Chicago	34.1815	-89.1684	155			MS	115		
4442839	Rankin	rankin	US	60960	0	America/Chicago	32.28654	-89.90702	135	Rankin,Spears Cut		MS	121		
4442878	Ravine	ravine	US	17966	0	America/Chicago	33.21373	-88.36698	64			MS	103		
4442913	Raymond	raymond	US	03077	2225	America/Chicago	32.25931	-90.4226	98	Rehjmond,Rejmond,rymwnd,rymwnd  mysysypy,Рејмонд,Рэймонд,ريموند,ریمنڈ، مسیسپی,ریموند، میسیسیپی		MS	049		
4442946	Red Banks	red-banks	US	38661	0	America/Chicago	34.82815	-89.56453	137			MS	093		
4442982	Red Hill	red-hill	US	18076	0	America/Chicago	32.2257	-90.24037	113			MS	049		
4443029	Redding	redding	US	06896	0	America/Chicago	33.72262	-89.51313	97			MS	043		
4443050	Redwater	redwater	US	75573	633	America/Chicago	32.7668	-89.53674	117			MS	079		
4443053	Redwood	redwood	US	13679	0	America/Chicago	32.47764	-90.80371	31			MS	149		
4443098	Reese	reese	US	48757	0	America/Chicago	34.41594	-88.89423	135			MS	145		
4443113	Reform	reform	US	35481	0	America/Chicago	33.43068	-89.15479	130			MS	019		
4443143	Remus	remus	US	49340	0	America/Chicago	32.86874	-89.34368	143			MS	079		
4443147	Rena Lara	rena-lara	US	38767	0	America/Chicago	34.14983	-90.78038	49	Rena Lara,Rena Lara Plantation,Renalara		MS	027		
4443175	Rexburg	rexburg	US	83440	0	America/Chicago	33.43123	-90.84399	37	Ingrams,Rexburg		MS	151		
4443176	Rexford	rexford	US	12148	0	America/Chicago	32.04265	-90.07481	128			MS	127		
4443191	Rhodes	rhodes	US	48652	0	America/Chicago	31.43212	-88.96561	81			MS	111		
4443228	Richardson	richardson	US	75080	0	America/Chicago	30.56019	-89.66729	22	Mitchell Station,Mitchells Mill,Mitchells Station,Richardson		MS	109		
4443232	Riceville	riceville	US	16432	0	America/Chicago	30.6063	-89.29588	69			MS	047		
4443243	Richey	richey	US	59259	0	America/Chicago	33.03013	-90.73287	32	Richey,Ritchey		MS	125		
4443245	Richburg	richburg	US	14774	0	America/Chicago	31.27434	-89.35312	128	Richberg,Richburg		MS	073		
4443248	Richland	richland	US	08350	0	America/Chicago	33.06429	-90.4887	33			MS	053		
4443249	Richland	richland	US	08350	7087	America/Chicago	32.23904	-90.15842	81	Lakeland,Plain,Plainview,Richland,Richlend,Ричленд		MS	121		
4443257	Richland	richland	US	08350	0	America/Chicago	32.9743	-89.98647	99			MS	051		
4443267	Richmond	richmond	US	01254	0	America/Chicago	34.1915	-88.55672	98			MS	081		
4443275	Richton	richton	US	39476	0	America/Chicago	32.57903	-90.14953	77			MS	089		
4443276	Richton	richton	US	39476	1066	America/Chicago	31.34934	-88.94005	53			MS	111		
4443296	Ridgeland	ridgeland	US	29936	24351	America/Chicago	32.42848	-90.13231	109	Highland Colony,Ridgeland,Ridzhland,Ridzland,rydjland,ryjlnd  mysysypy,Риджланд,Риџланд,ريدجلاند,ریجلند، میسیسیپی,ریجلینڈ، مسیسپی		MS	089		
4443297	Ridgeland	ridgeland	US	29936	0	America/Chicago	34.3265	-89.52369	120			MS	071		
4443298	Ridgeland	ridgeland	US	29936	0	America/Chicago	33.58345	-88.4006	61			MS	087		
4443309	Rienzi	rienzi	US	38865	316	America/Chicago	34.76593	-88.52672	132			MS	003		
4443322	Riggins	riggins	US	83549	0	America/Chicago	34.05066	-88.25282	149			MS	095		
4443337	Rio	rio	US	26755	0	America/Chicago	32.61403	-88.87561	122	Pinder,Rio		MS	069		
4443338	Ripley	ripley	US	14775	5357	America/Chicago	34.72982	-88.95062	152	Riplej,Ripli,li pu li,rply  msyspy,rybly,ryply  mysysypy,Риплей,Рипли,ريبلي,رپلی، مسیسپی,ریپلی، میسیسیپی,里普利	139	MS	139		
4443366	Rising Sun	rising-sun	US	21911	0	America/Chicago	33.45873	-90.20869	41			MS	083		
4443386	Riverdale	riverdale	US	07457	0	America/Chicago	33.83428	-89.82481	62			MS	043		
4443391	Riverside	riverside	US	02915	0	America/Chicago	31.35406	-89.33173	52	Lakeview,Riverside		MS	035		
4443392	Riverside	riverside	US	02915	0	America/Chicago	34.50982	-89.36258	91			MS	071		
4443416	Riverton	riverton	US	06065	0	America/Chicago	34.19316	-90.57927	51	Dolan,Riverton		MS	027		
4443422	Riverview	riverview	US	33568	0	America/Chicago	34.28372	-90.24898	49			MS	119		
4443467	Roberts	roberts	US	54023	0	America/Chicago	32.22931	-89.22951	133			MS	101		
4443540	Robinsonville	robinsonville	US	38664	0	America/Chicago	34.81732	-90.31621	61			MS	143		
4443547	Rochdale	rochdale	US	01542	0	America/Chicago	34.09955	-90.85038	47			MS	011		
4443556	Rock Creek	rock-creek	US	25174	0	America/Chicago	30.95296	-88.53891	73			MS	039		
4443560	Rock Creek	rock-creek	US	25174	0	America/Chicago	32.56208	-89.027	171			MS	101		
4443563	Rock Hill	rock-hill	US	12775	0	America/Chicago	31.70572	-89.63396	120			MS	031		
4443564	Rock Hill	rock-hill	US	12775	0	America/Chicago	31.08518	-89.30951	100			MS	035		
4443565	Rock Hill	rock-hill	US	12775	0	America/Chicago	32.18626	-89.9223	135			MS	121		
4443613	Rockport	rockport	US	01966	0	America/Chicago	31.79488	-90.15675	67			MS	029		
4443655	Rocky Ford	rocky-ford	US	30455	0	America/Chicago	34.37094	-89.1134	109			MS	115		
4443659	Rocky Hill	rocky-hill	US	06067	0	America/Chicago	33.5254	-88.80005	116			MS	105		
4443681	Rocky Point	rocky-point	US	11778	0	America/Chicago	33.16874	-89.70008	114			MS	007		
4443710	Rodney	rodney	US	49342	0	America/Chicago	31.86127	-91.19983	25	Little Gulf,Petite Gulf,Rodney		MS	063		
4443723	Roebuck	roebuck	US	29376	0	America/Chicago	33.44484	-90.23453	39			MS	083		
4443769	Rolling Fork	rolling-fork	US	39159	2038	America/Chicago	32.90652	-90.87816	32	Head of Rolling Fork,RFK,Rolling Fork	125	MS	125		
4443777	Rolling Meadows	rolling-meadows	US	60008	0	America/Chicago	32.39181	-90.10675	91			MS	049		
4443788	Rome	rome	US	13440	0	America/Chicago	33.96317	-90.47843	45	Rome,Shafter		MS	133		
4443789	Rome	rome	US	13440	0	America/Chicago	33.10457	-89.24007	143			MS	159		
4443794	Romeo	romeo	US	48065	0	America/Chicago	33.02513	-90.56537	32			MS	053		
4443821	Rose Hill	rose-hill	US	24281	0	America/Chicago	32.14459	-88.99589	116	Rose Hill,Twistwood		MS	061		
4443822	Rose Hill	rose-hill	US	24281	0	America/Chicago	32.35903	-90.80705	101			MS	149		
4443870	Rosebud	rosebud	US	57570	0	America/Chicago	32.6493	-89.39201	133			MS	079		
4443872	Rosedale	rosedale	US	11422	0	America/Chicago	33.47234	-88.82783	93			MS	105		
4443947	Round Lake	round-lake	US	12151	0	America/Chicago	34.05344	-90.85288	49	Round Lake,Roundlake		MS	011		
4444007	Roy	roy	US	59471	0	America/Chicago	32.1807	-88.70893	135			MS	023		
4444031	Ruby	ruby	US	12475	0	America/Chicago	31.94599	-90.24814	85			MS	029		
4444032	Ruby	ruby	US	12475	0	America/Chicago	33.69484	-90.22786	43	Dabney,Geren,Gwin,Ruby,Ruby Station		MS	083		
4444038	Roxie	roxie	US	39661	473	America/Chicago	31.50461	-91.06899	73			MS	037		
4444050	Rufus	rufus	US	97050	0	America/Chicago	32.17821	-89.78063	135			MS	121		
4444056	Rudyard	rudyard	US	49780	0	America/Chicago	34.33511	-90.53677	50			MS	027		
4444067	Ruleville	ruleville	US	38771	2790	America/Chicago	33.72595	-90.55148	41	Rulevill,Rulvil,rwlfyl,rwlwyl  msyspy,rwlwyl  mysysypy,Рулвил,Рулевилл,رولفيل,رولویل، مسیسپی,رولویل، میسیسیپی		MS	133		
4444095	Russell	russell	US	01071	0	America/Chicago	32.40375	-88.59393	128	Russell,Russells		MS	075		
4444108	Russellville	russellville	US	29476	0	America/Chicago	32.54097	-90.65288	110			MS	149		
4444115	Ruth	ruth	US	39662	0	America/Chicago	31.38156	-90.31648	141			MS	085		
4444202	Saint Ann	saint-ann	US	63074	0	America/Chicago	32.78291	-89.66035	125			MS	079		
4444237	Saint Elmo	saint-elmo	US	36568	0	America/Chicago	31.99516	-90.81038	46			MS	021		
4444592	Saint Paul	saint-paul	US	24283	0	America/Chicago	31.07518	-89.81397	39	Hickman,Saint Paul,St. Paul,Sweetwater		MS	091		
4444805	Salem	salem	US	01970	0	America/Chicago	31.68044	-89.53035	128			MS	031		
4444806	Salem	salem	US	01970	0	America/Chicago	32.16821	-90.54121	95			MS	049		
4444807	Salem	salem	US	01970	0	America/Chicago	32.59736	-89.34895	152			MS	079		
4444808	Salem	salem	US	01970	0	America/Chicago	31.2299	-90.11731	103	Melis,Salem,Varnel		MS	147		
4444901	Sallis	sallis	US	39160	130	America/Chicago	33.02235	-89.76536	103			MS	007		
4444938	Saltillo	saltillo	US	17253	5004	America/Chicago	34.37649	-88.68172	98			MS	081		
4445028	Sand Point	sand-point	US	99661	0	America/Chicago	32.08821	-89.46062	164			MS	129		
4445059	Sandersville	sandersville	US	31082	721	America/Chicago	31.7867	-89.03453	84			MS	067		
4445118	Sandy Hook	sandy-hook	US	06482	0	America/Chicago	31.03629	-89.8048	43			MS	091		
4445126	Sandy Ridge	sandy-ridge	US	16677	0	America/Chicago	33.71262	-90.21897	41			MS	083		
4445135	Sandy Springs	sandy-springs	US	29677	0	America/Chicago	34.43288	-88.37505	138			MS	057		
4445138	Sanford	sanford	US	04073	0	America/Chicago	31.48684	-89.42701	66	Sanford,Stanford		MS	031		
4445146	Santa Rosa	santa-rosa	US	78593	0	America/Chicago	30.42964	-89.64784	12	Santa Rosa,Tigerville		MS	045		
4445147	Santee	santee	US	29142	0	America/Chicago	31.55434	-89.7223	140			MS	065		
4445167	Saratoga	saratoga	US	27873	0	America/Chicago	31.79711	-89.67757	103	Saratoga,Togey		MS	127		
4445170	Sardis	sardis	US	30456	1661	America/Chicago	34.43705	-89.91592	113	Bellmont,Belmont,Danville,Sardis,asardys  mysysypy,sards,Сардис,اساردیس، میسیسیپی,ساردس		MS	107		
4445174	Sarah	sarah	US	38665	0	America/Chicago	34.56955	-90.21037	57			MS	137		
4445194	Sarepta	sarepta	US	71071	0	America/Chicago	34.12455	-89.28757	124			MS	013		
4445214	Satartia	satartia	US	39162	53	America/Chicago	32.67097	-90.54426	33			MS	163		
4445217	Saucier	saucier	US	39574	1342	America/Chicago	30.63575	-89.13504	49			MS	047		
4445235	Savage	savage	US	20763	0	America/Chicago	34.62983	-90.22315	58	Savage,Storm Town		MS	137		
4445237	Savannah	savannah	US	13146	0	America/Chicago	30.73963	-89.49089	88			MS	109		
4445253	Savoy	savoy	US	01256	0	America/Chicago	32.2707	-88.76977	87			MS	075		
4445264	Sawyer	sawyer	US	49125	0	America/Chicago	33.5254	-89.73647	140			MS	097		
4445265	Saxon	saxon	US	25180	0	America/Chicago	31.12324	-89.83425	43			MS	091		
4445277	Schlater	schlater	US	38952	298	America/Chicago	33.64067	-90.34814	39	Maryland,Schlater		MS	083		
4445280	Schley	schley	US	23154	0	America/Chicago	31.78738	-90.09425	88			MS	127		
4445295	Scobey	scobey	US	38953	0	America/Chicago	33.9415	-89.86592	109	Garner,Garner Station,Preston,Scobey		MS	161		
4445297	Scooba	scooba	US	39358	702	America/Chicago	32.82819	-88.47643	64			MS	069		
4445309	Scotland	scotland	US	06264	0	America/Chicago	32.70541	-90.2212	70			MS	163		
4445311	Scott	scott	US	38772	0	America/Chicago	33.59178	-91.07427	41			MS	011		
4445366	Sebastopol	sebastopol	US	39359	279	America/Chicago	32.57292	-89.33506	128	Sebastapol,Sebastopol		MS	123		
4445426	Sellers	sellers	US	29592	0	America/Chicago	30.59158	-89.35755	53			MS	109		
4445435	Selma	selma	US	24474	0	America/Chicago	31.60155	-91.279	73	Selma,Selma Plantation		MS	001		
4445438	Seminary	seminary	US	39479	313	America/Chicago	31.56239	-89.49757	77			MS	031		
4445447	Senatobia	senatobia	US	38668	7963	America/Chicago	34.6176	-89.9687	88	Senatobia,Senatobija,Sennatoba,snatwbya  mysysypy,synatwbya,Сенатобиа,Сенатобија,سناتوبیا، میسیسیپی,سيناتوبيا,سیناٹوبیا، مسیسپی	137	MS	137		
4445467	Seneca	seneca	US	16346	0	America/Chicago	31.03935	-89.43951	98			MS	073		
4445486	Seven Springs	seven-springs	US	28578	0	America/Chicago	32.21598	-90.3737	132			MS	049		
4445526	Shady Grove	shady-grove	US	17256	0	America/Chicago	33.21124	-89.53535	126			MS	007		
4445527	Shady Grove	shady-grove	US	17256	0	America/Chicago	33.40929	-90.01314	115			MS	015		
4445528	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.86544	-90.35009	138			MS	029		
4445529	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.75266	-89.15395	98			MS	067		
4445530	Shady Grove	shady-grove	US	17256	0	America/Chicago	34.37455	-89.10562	110			MS	115		
4445531	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.89794	-89.63007	115			MS	129		
4445532	Shady Grove	shady-grove	US	17256	0	America/Chicago	34.74982	-89.05284	172			MS	139		
4445533	Shady Grove	shady-grove	US	17256	0	America/Chicago	33.51901	-89.34174	133			MS	155		
4445668	Shannon	shannon	US	28386	1771	America/Chicago	34.11622	-88.71172	78			MS	081		
4445683	Sharon	sharon	US	02067	1406	America/Chicago	31.7896	-89.09867	100			MS	067		
4445684	Sharon	sharon	US	02067	0	America/Chicago	32.65847	-89.93619	108			MS	089		
4445710	Sharpsburg	sharpsburg	US	21782	0	America/Chicago	32.75597	-89.98953	74			MS	089		
4445737	Shelby	shelby	US	28150	2123	America/Chicago	33.95094	-90.76788	47	Bellevue,Bellevue Plantation,Shelby		MS	011		
4445765	Shelton	shelton	US	06484	0	America/Chicago	31.49239	-89.34923	108			MS	067		
4445781	Shepherd	shepherd	US	48883	0	America/Chicago	33.96928	-89.39952	77			MS	013		
4445789	Sherard	sherard	US	38669	0	America/Chicago	34.21566	-90.70621	50			MS	027		
4445792	Sherman	sherman	US	04776	677	America/Chicago	34.35927	-88.84117	111	Sherman,Шерман		MS	115		
4445813	Sherwood	sherwood	US	21665	0	America/Chicago	33.4879	-89.13395	147	Livingston,Republican,Sherwood		MS	019		
4445824	Shiloh	shiloh	US	08353	0	America/Chicago	32.01043	-88.49698	109			MS	023		
4445825	Shiloh	shiloh	US	08353	0	America/Chicago	34.32344	-88.52727	98			MS	057		
4445826	Shiloh	shiloh	US	08353	0	America/Chicago	34.134	-88.59616	97	Allenburg,Petersburg,Rands,Shiloh		MS	081		
4445932	Shipman	shipman	US	22971	0	America/Chicago	30.87741	-88.47502	37			MS	039		
4446002	Shubuta	shubuta	US	39360	422	America/Chicago	31.86016	-88.69949	58	Chobota,Shubuta		MS	023		
4446010	Shuqualak	shuqualak	US	39361	482	America/Chicago	32.97846	-88.57004	65			MS	103		
4446021	Sibley	sibley	US	39165	0	America/Chicago	31.37934	-91.39873	49			MS	001		
4446027	Sidon	sidon	US	38954	509	America/Chicago	33.40818	-90.20397	39	Marion,Marion Landing,Sidon		MS	083		
4446071	Silver Creek	silver-creek	US	14136	204	America/Chicago	31.60517	-89.99842	83			MS	077		
4446073	Silver City	silver-city	US	39166	300	America/Chicago	33.09652	-90.49676	33	Palmetto Home,Silver City		MS	053		
4446105	Silver Springs	silver-springs	US	14550	0	America/Chicago	34.78037	-88.78061	208			MS	139		
4446153	Simpson	simpson	US	26435	0	America/Chicago	31.84238	-89.33701	108			MS	129		
4446185	Sinai	sinai	US	57061	0	America/Chicago	32.12265	-90.18703	90	Siani,Sinai		MS	121		
4446278	Slate Spring	slate-spring	US	38955	117	America/Chicago	33.74067	-89.37118	104	Slate Spring,Slate Springs		MS	013		
4446291	Slayden	slayden	US	37165	0	America/Chicago	34.94704	-89.44091	174	Slayden,Slaydens Crossing		MS	093		
4446298	Sledge	sledge	US	38670	519	America/Chicago	34.43205	-90.22093	50			MS	119		
4446311	Sloan	sloan	US	51055	0	America/Chicago	32.56014	-90.05981	78			MS	089		
4446326	Smith	smith	US	89430	0	America/Chicago	31.75711	-89.56979	138	Shiloh,Smith,Yawn		MS	031		
4446327	Smith	smith	US	89430	0	America/Chicago	32.42431	-88.47504	86	Smith,Smiths Spur		MS	075		
4446428	Smithburg	smithburg	US	26436	0	America/Chicago	31.02851	-90.29037	90	Smithburg,Smithburgh		MS	113		
4446429	Smithdale	smithdale	US	39664	0	America/Chicago	31.33962	-90.68288	143			MS	005		
4446448	Smithtown	smithtown	US	11787	0	America/Chicago	31.43739	-88.71587	90			MS	153		
4446449	Smithville	smithville	US	26178	913	America/Chicago	34.07011	-88.39115	80			MS	095		
4446459	Smyrna	smyrna	US	13464	0	America/Chicago	32.98874	-89.48535	155			MS	007		
4446460	Smyrna	smyrna	US	13464	0	America/Chicago	31.87016	-90.50926	89	Hunter,Smyrna		MS	029		
4446517	Society Hill	society-hill	US	29593	0	America/Chicago	31.40878	-89.88897	96			MS	065		
4446529	Somerville	somerville	US	02143	0	America/Chicago	33.79206	-90.26564	44			MS	083		
4446533	Sonora	sonora	US	42776	0	America/Chicago	33.84511	-88.99923	103			MS	017		
4446537	Sontag	sontag	US	39665	0	America/Chicago	31.65239	-90.20425	79			MS	077		
4446548	Soso	soso	US	39480	403	America/Chicago	31.75683	-89.27423	96			MS	067		
4446675	Southaven	southaven	US	38671	52589	America/Chicago	34.98898	-90.01259	95	Sautaven,Southhaven,Soutkhehven,sausuheibun,sawthywn  mysysypy,Саутавен,Соутхэвен,ساؤتھایون، مسیسپی,ساوتهیون، میسیسیپی,サウスヘイブン		MS	033		
4446707	Southside	southside	US	25187	0	America/Chicago	33.35012	-90.56315	33			MS	133		
4446756	Sparta	sparta	US	07871	0	America/Chicago	33.76873	-88.97923	101			MS	017		
4446762	Spearman	spearman	US	79081	0	America/Chicago	33.92734	-89.59342	78			MS	161		
4446765	Spanish Fort	spanish-fort	US	36527	0	America/Chicago	32.75958	-90.73482	29			MS	125		
4446783	Spencer	spencer	US	01562	0	America/Chicago	33.01818	-90.97621	33			MS	151		
4446855	Spring Creek	spring-creek	US	16436	0	America/Chicago	32.83235	-89.03978	152	Jonestown,Spring Creek		MS	099		
4446867	Spring Hill	spring-hill	US	34606	0	America/Chicago	34.19733	-89.25702	128			MS	071		
4446868	Spring Hill	spring-hill	US	34606	0	America/Chicago	33.67845	-89.40146	92			MS	155		
4446993	Spring Valley	spring-valley	US	10977	0	America/Chicago	33.54762	-89.11256	141	Colfax,Spring Valley		MS	155		
4446999	Springdale	springdale	US	15144	0	America/Chicago	33.10735	-89.68758	104			MS	007		
4447000	Springdale	springdale	US	15144	0	America/Chicago	34.22178	-89.60925	89	Spring Dale,Springdale		MS	071		
4447049	Springville	springville	US	14141	0	America/Chicago	34.23177	-89.10368	149	Mudcreek,Springville		MS	115		
4447059	Springhill	springhill	US	71075	0	America/Chicago	31.7446	-89.21423	99			MS	067		
4447069	Saint Martin	saint-martin	US	56376	7730	America/Chicago	30.43798	-88.86809	3			MS	059		
4447084	Stafford Springs	stafford-springs	US	06076	0	America/Chicago	31.90488	-88.93338	126			MS	061		
4447102	Standard	standard	US	61363	0	America/Chicago	30.54964	-89.37783	59			MS	045		
4447117	Stanford	stanford	US	40484	0	America/Chicago	33.82789	-88.57921	70			MS	095		
4447122	Stanton	stanton	US	08885	0	America/Chicago	31.616	-91.24039	94			MS	001		
4447127	Star	star	US	27356	0	America/Chicago	32.09404	-90.04619	128	Cherry,Star		MS	121		
4447158	State Line	state-line	US	17263	556	America/Chicago	31.43628	-88.47447	77			MS	041		
4447161	Starkville	starkville	US	39759	25366	America/Chicago	33.45049	-88.81961	101	Boardtown,Starkvil,Starkville,astarkwyl  mysysypy,seutagbil,si ta ke wei er,starkfyl,Старквил,استارکویل، میسیسیپی,ستاركفيل,سٹارکویل، مسیسپی,斯塔克維爾,스탁빌	105	MS	105		
4447208	Steele	steele	US	35987	0	America/Chicago	32.49042	-89.42534	134			MS	123		
4447220	Steens	steens	US	39766	0	America/Chicago	33.56345	-88.31615	58	Jamisons Mill,Steens		MS	087		
4447230	Stella	stella	US	28582	0	America/Chicago	31.18407	-90.34482	104			MS	113		
4447236	Stephen	stephen	US	56757	0	America/Chicago	33.56262	-88.54477	55			MS	025		
4447246	Stephenson	stephenson	US	22656	0	America/Chicago	31.27851	-91.05566	53			MS	005		
4447250	Stephenville	stephenville	US	76401	0	America/Chicago	33.54817	-90.67176	37			MS	133		
4447253	Sterling	sterling	US	01564	0	America/Chicago	32.30514	-88.77366	98	Sageville,Sterling		MS	075		
4447256	Stevens	stevens	US	17578	0	America/Chicago	32.03099	-89.27562	124			MS	061		
4447272	Stewart	stewart	US	37175	0	America/Chicago	33.45068	-89.43618	107			MS	097		
4447315	Stokes	stokes	US	27884	0	America/Chicago	32.59514	-90.20398	73			MS	089		
4447342	Stoneville	stoneville	US	27048	0	America/Chicago	33.42401	-90.9151	38			MS	151		
4447344	Stonewall	stonewall	US	28583	1031	America/Chicago	32.13181	-88.79338	70	Newtown,Stonewall,Stonewall Station		MS	023		
4447345	Stonewall	stonewall	US	28583	0	America/Chicago	34.85954	-89.76203	115	Stonewal,Stonewall		MS	033		
4447346	Stonewall	stonewall	US	28583	0	America/Chicago	33.08346	-90.37037	36	Stonewall,Stonewall Plantation		MS	051		
4447357	Stonington	stonington	US	04681	0	America/Chicago	31.75905	-91.01733	67			MS	063		
4447365	Stout	stout	US	45684	0	America/Chicago	32.30043	-90.89927	31	Stout,Stouts		MS	149		
4447370	Stovall	stovall	US	27582	0	America/Chicago	34.29677	-90.64482	53	Prairie Plantation,Stovall		MS	027		
4447378	Stover	stover	US	65078	0	America/Chicago	34.04789	-90.2787	47			MS	135		
4447398	Stratton	stratton	US	04982	0	America/Chicago	32.49958	-89.13423	136			MS	101		
4447433	Stringer	stringer	US	39481	0	America/Chicago	31.86682	-89.26339	107			MS	061		
4447444	Stringtown	stringtown	US	74569	0	America/Chicago	33.57484	-90.98455	40			MS	011		
4447445	Strong	strong	US	04983	0	America/Chicago	33.69539	-88.60449	77	Strong,Strongs,Strongs Station		MS	095		
4447480	Sturgis	sturgis	US	39769	268	America/Chicago	33.34457	-89.04534	101	Palestine,Sturgis		MS	105		
4447500	Suffolk	suffolk	US	23432	0	America/Chicago	31.46128	-90.96621	124			MS	037		
4447502	Success	success	US	65570	0	America/Chicago	30.61075	-89.05171	60			MS	047		
4447507	Sugar Hill	sugar-hill	US	03586	0	America/Chicago	33.54929	-89.58674	137			MS	097		
4447532	Summerland	summerland	US	93067	0	America/Chicago	31.79933	-89.36034	94			MS	129		
4447545	Summit	summit	US	07901	1682	America/Chicago	31.28379	-90.46843	133			MS	113		
4447550	Sumner	sumner	US	04292	301	America/Chicago	33.97095	-90.3687	42			MS	135		
4447557	Sumrall	sumrall	US	39482	1711	America/Chicago	31.41739	-89.54229	89			MS	073		
4447567	Sumrall	sumrall	US	39482	0	America/Chicago	31.9071	-88.71254	60			MS	023		
4447568	Sun	sun	US	70463	0	America/Chicago	32.22626	-89.36118	145	Son,Sun		MS	123		
4447576	Sunflower	sunflower	US	36581	0	America/Chicago	34.66398	-88.55144	158			MS	117		
4447577	Sunflower	sunflower	US	36581	1075	America/Chicago	33.5429	-90.53703	35	Sunflower,Sunflower City		MS	133		
4447609	Sunnyside	sunnyside	US	11104	0	America/Chicago	33.69651	-90.29509	42	Emmaville,Sunnyside		MS	083		
4447632	Sunset	sunset	US	04683	0	America/Chicago	31.66405	-89.62868	129			MS	031		
4447633	Sunset	sunset	US	04683	0	America/Chicago	33.42151	-88.87033	92			MS	105		
4447665	Swan Lake	swan-lake	US	12783	0	America/Chicago	33.87484	-90.28342	45			MS	135		
4447768	Swiftown	swiftown	US	38959	0	America/Chicago	33.30568	-90.42509	36	Lochleven Plantation,Swiftown		MS	083		
4447770	Swiftwater	swiftwater	US	18370	0	America/Chicago	33.33762	-91.05983	37			MS	151		
4447928	Tallula	tallula	US	62688	0	America/Chicago	32.77958	-91.11455	32	Shipland,Tallula,Tallulah		MS	055		
4448007	Tatum	tatum	US	29594	0	America/Chicago	31.14906	-91.04372	126			MS	005		
4448020	Taylor	taylor	US	18517	348	America/Chicago	34.27233	-89.58869	98	Taylor,Taylors,Taylors Depot,Tejlor,Тейлор		MS	071		
4448073	Taylorsville	taylorsville	US	28681	0	America/Chicago	32.22598	-90.2387	106			MS	049		
4448074	Taylorsville	taylorsville	US	28681	1302	America/Chicago	31.8296	-89.42812	84	Taylorsville,Taylorville		MS	129		
4448086	Tchula	tchula	US	39169	2006	America/Chicago	33.1829	-90.22286	36			MS	051		
4448089	Teasdale	teasdale	US	84773	0	America/Chicago	34.11595	-90.02231	110			MS	135		
4448130	Ten Mile	ten-mile	US	37880	0	America/Chicago	30.76547	-89.14366	40	Ten Mile,Tenmile		MS	131		
4448154	Terrace Park	terrace-park	US	45174	0	America/Chicago	34.26205	-88.71394	92			MS	081		
4448163	Terrell	terrell	US	28682	0	America/Chicago	31.59933	-89.73174	99			MS	065		
4448168	Terry	terry	US	39170	1103	America/Chicago	32.09626	-90.29426	89			MS	049		
4448201	Thaxton	thaxton	US	24174	656	America/Chicago	34.30761	-89.17813	128	Buttermilk Springs,Thaxton		MS	115		
4448205	Thayer	thayer	US	46381	0	America/Chicago	31.49017	-90.44787	118	Suttons Switch,Thayer		MS	085		
4448229	Thelma	thelma	US	41260	0	America/Chicago	33.98761	-89.02645	100			MS	017		
4448280	Thomasville	thomasville	US	17364	0	America/Chicago	32.15654	-90.01286	116	Dry Creek,Thomasville		MS	121		
4448282	Thompson	thompson	US	06277	0	America/Chicago	31.25684	-90.63816	118			MS	005		
4448283	Thompson	thompson	US	06277	0	America/Chicago	32.29792	-90.36648	85	Thompson,Thompson Station		MS	049		
4448287	Thomastown	thomastown	US	39171	0	America/Chicago	32.86402	-89.66952	125			MS	079		
4448348	Thompsonville	thompsonville	US	12784	0	America/Chicago	32.05932	-90.45926	90	Hollingsworth,Thompsonville		MS	049		
4448382	Three Rivers	three-rivers	US	01080	0	America/Chicago	30.58686	-88.56252	11			MS	059		
4448410	Tidewater	tidewater	US	97390	0	America/Chicago	32.43014	-90.09036	98			MS	089		
4448413	Tie Plant	tie-plant	US	38960	0	America/Chicago	33.74151	-89.79009	61			MS	043		
4448425	Tilden	tilden	US	62292	0	America/Chicago	34.18677	-88.35199	137			MS	057		
4448428	Tillatoba	tillatoba	US	38961	91	America/Chicago	33.98484	-89.89676	94	Dame Station,Tillatoba		MS	161		
4448436	Tillman	tillman	US	29943	0	America/Chicago	31.85461	-90.91621	44	Tillman,Tillmans Station		MS	021		
4448437	Tillman	tillman	US	29943	0	America/Chicago	31.89266	-90.44648	134			MS	029		
4448460	Tinsley	tinsley	US	39173	0	America/Chicago	32.73208	-90.46037	67	Lincoln,Taylors Switch,Tinsley		MS	163		
4448465	Tiplersville	tiplersville	US	38674	0	America/Chicago	34.89565	-88.90756	134			MS	139		
4448478	Tilton	tilton	US	03276	0	America/Chicago	31.4149	-90.02092	57			MS	077		
4448490	Tippo	tippo	US	38962	0	America/Chicago	33.91206	-90.18064	44			MS	135		
4448514	Tishomingo	tishomingo	US	38873	338	America/Chicago	34.63676	-88.23171	157			MS	141		
4448533	Toccopola	toccopola	US	38874	251	America/Chicago	34.2565	-89.23563	122	Toccopola,Tockapullo,Tocopola		MS	115		
4448552	Tokio	tokio	US	58379	0	America/Chicago	31.74488	-88.54809	67			MS	153		
4448614	Toomsuba	toomsuba	US	39364	773	America/Chicago	32.41847	-88.50698	92			MS	075		
4448621	Topeka	topeka	US	46571	0	America/Chicago	31.41517	-90.18842	143			MS	077		
4448629	Topton	topton	US	19562	0	America/Chicago	32.46736	-88.60226	133			MS	075		
4448632	Tougaloo	tougaloo	US	39174	0	America/Chicago	32.39764	-90.15898	108	Tougaloo,Tugaloo		MS	049		
4448674	Townsend	townsend	US	01469	0	America/Chicago	32.75541	-88.54893	75			MS	069		
4448723	Trebloc	trebloc	US	38875	0	America/Chicago	33.84123	-88.83033	98			MS	017		
4448728	Tremont	tremont	US	17981	466	America/Chicago	34.23483	-88.25865	107	Tremont,Williams Crossroads		MS	057		
4448734	Trenton	trenton	US	08601	0	America/Chicago	32.16932	-89.6109	131	Dutch Colony,Trenton		MS	129		
4448751	Trinity	trinity	US	27370	0	America/Chicago	34.80927	-90.17537	86			MS	033		
4448813	Troy	troy	US	03465	0	America/Chicago	34.119	-88.88506	154			MS	115		
4448866	Tucker	tucker	US	30084	662	America/Chicago	32.70652	-89.05395	150	Taker,Такер		MS	099		
4448882	Tula	tula	US	38675	0	America/Chicago	34.23289	-89.3623	148			MS	071		
4448894	Tunica	tunica	US	38676	981	America/Chicago	34.68455	-90.38288	60	Tunica,Tunika,UTM,twnyka,twnyka  mysysypy,Туника,تونيكا,تونیکا، میسیسیپی,ٹونیکا، مسیسپی	143	MS	143		
4448903	Tupelo	tupelo	US	38801	35680	America/Chicago	34.25807	-88.70464	85	Gum Pond,TUP,Tjupulou,Tupelo,te~yupero,tu po luo,tupeollo,twbylw,twplww  mysysypy,ˈtuːpəloʊ,Тупело,Тюпълоу,توبيلو,توپلوو، میسیسیپی,ٹوپولو، مسیسپی,テューペロ,图珀洛,투펄로	081	MS	081		
4448947	Turkey Creek	turkey-creek	US	70585	0	America/Chicago	33.88761	-89.68203	85			MS	161		
4448988	Turner	turner	US	04282	0	America/Chicago	33.97372	-90.28481	45			MS	135		
4449013	Turnerville	turnerville	US	30580	0	America/Chicago	32.02571	-89.20339	156	Antioch,Turnersville,Turnerville		MS	061		
4449025	Turon	turon	US	67583	0	America/Chicago	34.10427	-88.32504	116	Prospect,Turon		MS	057		
4449028	Turtle Creek	turtle-creek	US	15145	0	America/Chicago	32.3807	-90.02619	92			MS	121		
4449035	Tuscola	tuscola	US	61953	0	America/Chicago	32.62014	-89.52785	109	Pensacola,Tuscola		MS	079		
4449055	Tutwiler	tutwiler	US	38963	3496	America/Chicago	34.01483	-90.43176	47			MS	135		
4449079	Twin Lake	twin-lake	US	49457	0	America/Chicago	32.48903	-90.8201	30	Twin Lake,Twin Lake Station		MS	149		
4449080	Twin Lakes	twin-lakes	US	53181	0	America/Chicago	34.94454	-90.09176	89			MS	033		
4449103	Tyler	tyler	US	36785	0	America/Chicago	30.70741	-89.60618	52	McClure,McClures Switch,Tyler		MS	109		
4449106	Tylertown	tylertown	US	39667	1515	America/Chicago	31.11601	-90.14203	89	Magees Creek,Tyler Town,Tylers Mill,Tylertown	147	MS	147		
4449120	Tyro	tyro	US	22976	0	America/Chicago	34.58371	-89.70536	142			MS	137		
4449137	Una	una	US	29378	0	America/Chicago	33.79706	-88.807	86			MS	025		
4449141	Union	union	US	03887	0	America/Chicago	31.73766	-89.49034	122			MS	031		
4449142	Union	union	US	03887	0	America/Chicago	31.47934	-89.20117	88			MS	067		
4449143	Union	union	US	03887	0	America/Chicago	34.16094	-88.63172	89	Rusk,Union		MS	081		
4449144	Union	union	US	03887	1987	America/Chicago	32.57153	-89.12145	147			MS	101		
4449145	Union	union	US	03887	0	America/Chicago	31.88071	-90.08397	85	Fork,Ina,Union		MS	127		
4449146	Union	union	US	03887	0	America/Chicago	31.98349	-89.5209	155			MS	129		
4449204	Union Church	union-church	US	39668	0	America/Chicago	31.68294	-90.7876	146	Buie,Union Church		MS	063		
4449246	Union	union	US	03887	0	America/Chicago	31.50239	-89.4809	92	Foxtrott,Union		MS	031		
4449287	Union Hall	union-hall	US	24176	0	America/Chicago	34.22455	-89.54286	134			MS	071		
4449291	Union Hill	union-hill	US	14563	0	America/Chicago	34.48649	-88.95201	154			MS	145		
4449404	University	university	US	38677	4202	America/Chicago	34.36594	-89.52536	148			MS	071		
4449456	Upton	upton	US	01568	0	America/Chicago	31.99016	-89.70396	131			MS	127		
4449467	Utica	utica	US	13501	857	America/Chicago	32.1096	-90.62343	90	Cane Ridge,Jutika,Utica,Utika,ywtyka,ywtyka  mysysypy,Јутика,Утика,يوتيكا,یوتیکا، میسیسیپی		MS	049		
4449475	Vaiden	vaiden	US	39176	750	America/Chicago	33.33207	-89.74119	102			MS	015		
4449481	Valley	valley	US	36854	0	America/Chicago	33.6329	-90.03203	104			MS	015		
4449482	Valley	valley	US	36854	0	America/Chicago	32.75986	-90.48037	43	Poplar Grove,Valley		MS	163		
4449498	Valley Mills	valley-mills	US	76689	0	America/Chicago	32.38987	-90.85844	38			MS	149		
4449499	Valley Park	valley-park	US	39177	0	America/Chicago	32.63347	-90.86677	30	Halpins,Valley Park		MS	055		
4449506	Valley View	valley-view	US	17983	0	America/Chicago	33.48484	-88.92034	85			MS	105		
4449512	Van Buren	van-buren	US	04785	0	America/Chicago	34.19177	-88.41143	80			MS	057		
4449516	Van Vleet	van-vleet	US	38877	0	America/Chicago	33.98706	-88.90033	115	Van Vleet,Vanvleet		MS	017		
4449526	Vance	vance	US	29163	0	America/Chicago	34.07289	-90.35093	47			MS	119		
4449532	Vancleave	vancleave	US	39565	5886	America/Chicago	30.54047	-88.68752	9	Bluff Creek,Van Cleave,Vancleave		MS	059		
4449545	Varnado	varnado	US	70467	0	America/Chicago	31.33878	-89.35784	67			MS	073		
4449552	Vardaman	vardaman	US	38878	1297	America/Chicago	33.87567	-89.17729	86	Ticky Bin,Timberville,Vardaman		MS	013		
4449555	Vaughan	vaughan	US	27586	0	America/Chicago	30.85908	-88.51557	79	Vaughan,Vaughan Switch,Vaughn		MS	039		
4449556	Vaughan	vaughan	US	27586	0	America/Chicago	32.80652	-90.04175	64	Vaughan,Vaughans,Vaughn		MS	163		
4449562	Vaughn	vaughn	US	59487	0	America/Chicago	31.57711	-90.57343	143			MS	085		
4449571	Velma	velma	US	73491	0	America/Chicago	34.06039	-89.64453	97	Dickson,Dixon Switch,Velma		MS	161		
4449583	Vernal	vernal	US	84078	0	America/Chicago	31.03852	-88.61086	23			MS	041		
4449588	Vernon	vernon	US	05354	0	America/Chicago	31.91016	-89.15339	125			MS	061		
4449589	Vernon	vernon	US	05354	0	America/Chicago	32.58958	-90.32981	58			MS	089		
4449590	Vernon	vernon	US	05354	0	America/Chicago	32.98568	-88.93145	156			MS	159		
4449603	Verona	verona	US	07044	3054	America/Chicago	34.19427	-88.71977	98			MS	081		
4449620	Vicksburg	vicksburg	US	17883	23131	America/Chicago	32.35265	-90.87788	73	Fort McHenry,Fort Nogales,Nogales,VKS,Vicksburg,Vicksburgh,Vicksburgum,Viksberg,Viksburg,Walnut Hills,bigseubeogeu,fyksbyrgh,vu~ikkusubagu,wei ke si bao,wyksbrg  msyspy,wyksbrg  mysysypy,Виксберг,Виксбург,Виксбърг,Віксбург,فيكسبيرغ,ویکسبرگ، مسیسپی,ویکسبرگ، میسیسیپی,ヴィックスバーグ,维克斯堡,빅스버그	149	MS	149		
4449633	Victor	victor	US	14564	0	America/Chicago	33.77706	-90.8251	40			MS	011		
4449635	Victoria	victoria	US	23974	0	America/Chicago	34.84621	-89.61814	125			MS	093		
4449664	Villanova	villanova	US	19085	0	America/Chicago	32.43375	-90.77288	104	Villa Nova,Villanova		MS	149		
4449673	Vinton	vinton	US	24179	0	America/Chicago	33.65845	-88.52338	76			MS	025		
4449677	Violet	violet	US	70092	0	America/Chicago	31.82072	-90.85288	59			MS	063		
4449689	Vossburg	vossburg	US	39366	0	America/Chicago	31.92877	-88.94088	151	Vosburg,Vosburgh,Vossburg		MS	061		
4449994	Wade	wade	US	28395	1074	America/Chicago	30.64242	-88.56974	13			MS	059		
4449998	Waddell	waddell	US	85355	0	America/Chicago	33.5804	-88.87117	72			MS	025		
4450032	Wakefield	wakefield	US	01880	0	America/Chicago	34.74315	-89.74092	117			MS	137		
4450041	Waldo	waldo	US	32694	0	America/Chicago	32.73736	-89.27701	150	Waldo,Woodland		MS	099		
4450141	Wallis	wallis	US	77485	0	America/Chicago	31.15546	-89.23839	72	Wallis,Walls		MS	035		
4450142	Walls	walls	US	38680	1268	America/Chicago	34.95824	-90.15256	64	Alpika,Walls		MS	033		
4450149	Walnut	walnut	US	38683	752	America/Chicago	34.149	-90.39898	49			MS	119		
4450150	Walnut	walnut	US	38683	764	America/Chicago	34.9462	-88.89978	140	Hopkins,Walnut		MS	139		
4450159	Walnut Creek	walnut-creek	US	44687	0	America/Chicago	34.80648	-88.88978	175			MS	139		
4450163	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	34.14039	-90.76955	47			MS	027		
4450164	Walnut Grove	walnut-grove	US	35990	1619	America/Chicago	32.59042	-89.4584	110			MS	079		
4450186	Walsh	walsh	US	62297	0	America/Chicago	32.57125	-90.83955	29			MS	149		
4450190	Walters	walters	US	73572	0	America/Chicago	31.6435	-89.17811	64			MS	067		
4450203	Walthall	walthall	US	39771	139	America/Chicago	33.60734	-89.27729	140	Mount Tabor,Walthall	155	MS	155		
4450239	Ward	ward	US	29166	0	America/Chicago	30.86685	-88.54724	85			MS	039		
4450297	Warrenton	warrenton	US	20186	0	America/Chicago	32.24737	-90.92844	32	Hopewell,Warrenton		MS	149		
4450305	Warsaw	warsaw	US	14569	0	America/Chicago	33.19429	-90.8651	35			MS	151		
4450309	Warsaw	warsaw	US	14569	0	America/Chicago	34.83093	-89.6862	113	Cross Roads,Oak Hill,Warsaw		MS	093		
4450310	Washington	washington	US	03280	0	America/Chicago	31.57878	-91.29928	85	Vashington,Вашингтон		MS	001		
4450344	Waterford	waterford	US	04088	0	America/Chicago	34.6476	-89.4573	127			MS	093		
4450347	Water Valley	water-valley	US	38965	3380	America/Chicago	34.1515	-89.63147	89	Oke Chukma,Water Valley		MS	161		
4450377	Watson	watson	US	35181	0	America/Chicago	34.7876	-89.6887	118			MS	093		
4450411	Waveland	waveland	US	39576	6391	America/Chicago	30.28686	-89.37616	5	Uehjvland,Vejvland,wyfland,wywlnd  mysysypy,Вејвланд,Уэйвланд,ويفلاند,ویولند، میسیسیپی,ویولینڈ، مسیسپی		MS	045		
4450419	Waverly	waverly	US	14892	0	America/Chicago	33.56762	-88.50393	55	Mullens Bluff,Waverley,Waverley Plantation,Waverly		MS	025		
4450426	Waxhaw	waxhaw	US	28173	0	America/Chicago	33.91761	-90.96927	45	Waxhaw,Waxhaw Plantation		MS	011		
4450441	Waynesboro	waynesboro	US	17268	4975	America/Chicago	31.67488	-88.64615	59	Uehjnesboro,Vejnsboro,Waynesboro,Waynesborough,waynysbwrw,wynzbwrw  mysysypy,wyynzbwrw  msyspy,Вејнсборо,Уэйнесборо,واينيسبورو,ویئنزبورو، مسیسپی,وینزبورو، میسیسیپی	153	MS	153		
4450455	Wayside	wayside	US	24985	0	America/Chicago	33.26901	-91.03372	37			MS	151		
4450476	Webb	webb	US	36376	528	America/Chicago	33.94734	-90.34426	46	Hood,Webb		MS	135		
4450491	Webster	webster	US	01570	0	America/Chicago	33.21763	-88.98367	159			MS	159		
4450520	Weir	weir	US	39772	445	America/Chicago	33.26679	-89.2909	143	Weir,Weirs Mill		MS	019		
4450546	Wells	wells	US	04090	0	America/Chicago	33.59789	-88.39448	61	Marx,Wells		MS	087		
4450552	Wellman	wellman	US	52356	0	America/Chicago	31.45851	-90.36065	141			MS	085		
4450606	Wesson	wesson	US	39191	1908	America/Chicago	31.70128	-90.39759	142	Vehsson,Veson,Wessen,Wesson,wswn  mysysypy,wyswn,Весон,Вэссон,وسون، میسیسیپی,ويسون		MS	029		
4450613	West	west	US	39192	173	America/Chicago	33.19707	-89.77731	89	West,Wests Station		MS	051		
4450663	West End	west-end	US	27376	0	America/Chicago	33.45929	-88.83978	104			MS	105		
4450683	West Fulton	west-fulton	US	12194	0	America/Chicago	34.27094	-88.45421	89			MS	057		
4450702	West Hills	west-hills	US	91307	0	America/Chicago	31.34573	-89.3584	63			MS	073		
4450753	West Point	west-point	US	10996	10990	America/Chicago	33.60762	-88.65033	71	Robertsons Store,Vest Pojnt,West Point,wst pwynt  mysysypy,wyst bwynt,Вест Пойнт,Вест Појнт,وست پوینت، میسیسیپی,ويست بوينت,ویسٹ پوائنٹ، مسیسپی	025	MS	025		
4450820	Westgate	westgate	US	50681	0	America/Chicago	31.29823	-89.35006	93			MS	073		
4450840	Westover	westover	US	16692	0	America/Chicago	31.3349	-89.35923	62			MS	073		
4450844	Westside	westside	US	51467	0	America/Chicago	31.90516	-91.12872	80			MS	021		
4450855	Westville	westville	US	08093	0	America/Chicago	33.854	-88.38587	116			MS	095		
4450856	Westville	westville	US	08093	0	America/Chicago	31.86627	-89.94119	129			MS	127		
4450860	Westwood	westwood	US	02090	0	America/Chicago	33.45512	-88.83283	103			MS	105		
4450861	Westwood	westwood	US	02090	0	America/Chicago	33.5454	-89.28757	130			MS	155		
4450864	Westwood	westwood	US	02090	0	America/Chicago	31.31545	-89.32173	61			MS	035		
4450873	Wheeler	wheeler	US	38880	0	America/Chicago	34.58038	-88.60755	110	Five Mile Crossing,Wheeler		MS	117		
4450907	White Bluff	white-bluff	US	37187	0	America/Chicago	31.3649	-89.96592	46	White Bluff,Whitebluff		MS	091		
4450929	White City	white-city	US	66872	0	America/Chicago	33.704	-90.63343	40			MS	133		
4450961	White Oak	white-oak	US	25989	0	America/Chicago	34.49094	-90.15926	112	Baptist,White Oak		MS	107		
4450963	White Oak	white-oak	US	25989	0	America/Chicago	32.07071	-89.68785	130	Gunn,White Oak		MS	129		
4450964	White Oak	white-oak	US	25989	692	America/Chicago	34.64594	-90.35426	55			MS	143		
4450989	White Plains	white-plains	US	10601	0	America/Chicago	30.55575	-88.93059	27			MS	047		
4451073	Whitfield	whitfield	US	39193	0	America/Chicago	31.44517	-89.0745	85			MS	067		
4451074	Whitfield	whitfield	US	39193	0	America/Chicago	32.23543	-90.07203	94			MS	121		
4451093	Whitney	whitney	US	15693	0	America/Chicago	33.84789	-90.5162	41	Whitney,Whitney Plantation		MS	133		
4451139	Wiggins	wiggins	US	39577	0	America/Chicago	32.70208	-89.63674	115			MS	079		
4451140	Wiggins	wiggins	US	39577	4550	America/Chicago	30.85824	-89.13533	80	Niles City,Viggings,Vigins,Wiggins,wyghynz,wygyns  mysysypy,wygynz  msyspy,Виггингс,Вигинс,ويغينز,ویگینز، مسیسپی,ویگینس، میسیسیپی	131	MS	131		
4451171	Wildwood	wildwood	US	08260	0	America/Chicago	33.61928	-90.2412	41			MS	083		
4451173	Wildwood	wildwood	US	08260	0	America/Chicago	34.26761	-88.75617	97			MS	081		
4451174	Wildwood	wildwood	US	08260	0	America/Chicago	33.99455	-88.47227	73			MS	095		
4451208	Wilkinson	wilkinson	US	25653	0	America/Chicago	31.22239	-91.239	42	Buffalo,Wilkinson		MS	157		
4451226	Willet	willet	US	13863	0	America/Chicago	33.1204	-90.75093	32			MS	151		
4451228	Wilkinson	wilkinson	US	25653	0	America/Chicago	31.39045	-90.40954	144			MS	085		
4451238	Williams	williams	US	29493	0	America/Chicago	33.39457	-89.16979	189			MS	019		
4451239	Williams	williams	US	29493	0	America/Chicago	31.55323	-90.61565	113			MS	085		
4451306	Williamsburg	williamsburg	US	01096	0	America/Chicago	31.61933	-89.61063	104	Williamsburg,Williamsburgh		MS	031		
4451324	Williamsville	williamsville	US	05362	0	America/Chicago	33.0268	-89.56702	128			MS	007		
4451325	Williamsville	williamsville	US	05362	0	America/Chicago	32.75902	-89.14367	122			MS	099		
4451336	Willis	willis	US	24380	0	America/Chicago	34.14039	-90.79455	47			MS	027		
4451347	Williston	williston	US	05495	0	America/Chicago	32.76208	-89.39173	115			MS	079		
4451348	Willoughby	willoughby	US	44094	0	America/Chicago	32.54736	-89.06172	145			MS	101		
4451373	Willows	willows	US	95988	0	America/Chicago	32.03627	-90.89622	92	Willow Springs,Willows		MS	021		
4451380	Wilmot	wilmot	US	03287	0	America/Chicago	33.30512	-90.8926	36			MS	151		
4451439	Winchester	winchester	US	01890	0	America/Chicago	31.61766	-88.59059	50			MS	153		
4451455	Wingate	wingate	US	21675	0	America/Chicago	31.20268	-89.00144	35			MS	111		
4451465	Winona	winona	US	25942	4439	America/Chicago	33.48207	-89.72814	116	Vajnona,wynwna,wynwna  msyspy,wynwna  mysysypy,Вайнона,Вајнона,وينونا,وینونا، مسیسپی,وینونا، میسیسیپی	097	MS	097		
4451485	Winstonville	winstonville	US	38781	182	America/Chicago	33.91011	-90.75149	45	Chambers,Winstonville,Wyandotte		MS	011		
4451489	Winston	winston	US	30187	0	America/Chicago	33.2704	-88.83617	75			MS	159		
4451493	Wisner	wisner	US	68791	0	America/Chicago	31.84183	-89.47062	101			MS	129		
4451514	Wolf	wolf	US	82844	0	America/Chicago	32.44098	-89.40451	136	Ringgold,Wolf		MS	123		
4451577	Wood Dale	wood-dale	US	60191	0	America/Chicago	33.4779	-88.82422	100			MS	105		
4451599	Woodhaven	woodhaven	US	11421	0	America/Chicago	31.28295	-89.34201	113			MS	035		
4451600	Woodhaven	woodhaven	US	11421	0	America/Chicago	32.39098	-90.17925	105			MS	049		
4451601	Woodlake	woodlake	US	75865	0	America/Chicago	32.3932	-90.03481	92			MS	121		
4451602	Woodland	woodland	US	16881	123	America/Chicago	33.77873	-89.05145	98	Dewey,Woodland		MS	017		
4451603	Woodland	woodland	US	16881	0	America/Chicago	34.16011	-88.89811	155			MS	115		
4451618	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	32.3382	-90.17092	95			MS	049		
4451628	Woodlawn	woodlawn	US	24381	0	America/Chicago	33.62289	-88.31309	88	Woodlawn,Woods Lawn		MS	087		
4451629	Woodlawn	woodlawn	US	24381	0	America/Chicago	32.37653	-90.81066	110			MS	149		
4451630	Woodlawn	woodlawn	US	24381	0	America/Chicago	32.86097	-90.28064	98			MS	163		
4451632	Woodlawn	woodlawn	US	24381	0	America/Chicago	34.36483	-89.57508	134			MS	071		
4451669	Woodside	woodside	US	11377	0	America/Chicago	33.0154	-90.97455	33			MS	151		
4451678	Woodville	woodville	US	01784	995	America/Chicago	31.10462	-91.29956	123	Vudvil,Vudvill,wwdfyl,wwdwyl  mysysypy,Вудвил,Вудвилл,وودفيل,وودویل، میسیسیپی	157	MS	157		
4451707	Wortham	wortham	US	76693	0	America/Chicago	30.55464	-89.13254	25			MS	047		
4451710	Wren	wren	US	45899	0	America/Chicago	33.97178	-88.59977	85	Wren,Wrens		MS	095		
4451717	Wright	wright	US	55798	0	America/Chicago	33.88455	-90.99872	44			MS	011		
4451784	Wyatt	wyatt	US	26463	0	America/Chicago	33.23318	-90.22036	34			MS	051		
4451810	Yazoo City	yazoo-city	US	39194	11245	America/Chicago	32.85513	-90.40565	34	Hanans Bluff,Jazu Siti,Jazuu Siti,Queen City of the Delta,Yazoo City,yazw syty,yazw syty  mysysypy,Јазу Сити,Язуу Сити,يازو سيتي,یازو سیتی، میسیسیپی,یضو سٹی، مسیسپی	163	MS	163		
4451905	Young	young	US	85554	0	America/Chicago	30.99796	-89.36923	80			MS	109		
4451952	Zion	zion	US	60099	0	America/Chicago	34.20594	-88.88617	97	Black Zion,Zion		MS	115		
4452137	Aberdeen	aberdeen	US	21001	7343	America/New_York	35.13155	-79.42948	105	Aberdeen,Aberdin,Blue's Crossing,Абердин		NC	125		
4452150	Abingdon	abingdon	US	21009	0	America/New_York	35.91124	-81.59593	339	Abingdon,Parsons Crossroads		NC	027	91780	
4452180	Acton	acton	US	01718	0	America/New_York	35.5615	-82.63902	656	Action,Acton		NC	021	91932	
4452224	Adamsville	adamsville	US	02801	0	America/New_York	35.371	-77.95332	36	Adams Store,Adamsville		NC	191	91260	
4452248	Afton	afton	US	13730	0	America/New_York	36.33876	-78.2161	132	Afton,Hunters Store		NC	185	92828	
4452253	Advance	advance	US	27006	1138	America/New_York	35.94125	-80.40922	251	Advance,Shady Grove		NC	059	92896	
4452256	Ahoskie	ahoskie	US	27910	4910	America/New_York	36.28682	-76.98468	14	Ahoskey,Ahoskie,Ahosky,Ahosky Ridge,Ahostskey,Ahostsky,Akhoski,ahwsky,ahwsky  karwlynay shmaly,Ахоски,أهوسكي,اهوسکی، کارولینای شمالی		NC	091	90016	
4452285	Alamance	alamance	US	27201	991	America/New_York	36.03514	-79.48585	169	Alamance,Allemance		NC	001		
4452302	Albemarle	albemarle	US	28001	0	America/New_York	35.6115	-82.54263	680			NC	021	90086	
4452303	Albemarle	albemarle	US	28001	16003	America/New_York	35.35014	-80.20006	145	Albemarde,Albemarl,Albemarle,albmarl  karwlynay shmaly,albymarl,albymarl  shmaly kyrwlayna,arubemaru,Албемарл,ألبيمارل,البمارل، کارولینای شمالی,البیمارل، شمالی کیرولائنا,アルベマール	167	NC	167	93028	
4452323	Albertson	albertson	US	11507	0	America/New_York	35.11433	-77.81887	44			NC	061	90020	
4452327	Albion	albion	US	02802	0	America/New_York	36.5193	-80.44895	359			NC	171	93948	
4452367	Alexis	alexis	US	28006	0	America/New_York	35.39986	-81.11786	266	Alex's Cross Roads,Alexis,Hardin		NC	071	90872	
4452387	Allen	allen	US	21810	0	America/New_York	35.22598	-80.61396	234			NC	119		
4452441	Allendale	allendale	US	07401	0	America/New_York	35.31485	-81.51342	264			NC	045		
4452457	Allensville	allensville	US	17002	0	America/New_York	36.39042	-78.88862	166	Allensville,Trilby		NC	145	90040	
4452462	Allenton	allenton	US	48002	0	America/New_York	34.59239	-78.92614	41			NC	155	94080	
4452465	Alliance	alliance	US	28509	749	America/New_York	35.14489	-76.80216	3	Al'jans,Alliance,West Alliance,Альянс		NC	137	93364	
4452467	Alligator	alligator	US	38720	0	America/New_York	35.91461	-76.11242	1			NC	177	90044	
4452500	Allison	allison	US	15413	0	America/New_York	36.40903	-79.46419	207			NC	033	91888	
4452522	Almond	almond	US	14804	0	America/New_York	35.36982	-83.56516	525			NC	173	92208	
4452536	Altamahaw	altamahaw	US	27202	347	America/New_York	36.1843	-79.50725	193			NC	001		
4452538	Altamont	altamont	US	12009	0	America/New_York	35.99096	-81.94428	996			NC	011	90052	
4452541	Alton	alton	US	03809	0	America/New_York	34.88098	-80.54173	220	Alton,Atlan		NC	179	90432	
4452547	Alma	alma	US	14708	0	America/New_York	34.72377	-79.31254	54	Alma,Daystrom		NC	155	92016	
4452557	Amelia	amelia	US	45102	0	America/New_York	36.54263	-81.20315	827	Amelia,Elk Creek		NC	005	92508	
4452569	Amherst	amherst	US	01002	0	America/New_York	35.79902	-81.59621	365	Amherst,Amherst College		NC	023	92996	
4452608	Anderson	anderson	US	29621	0	America/New_York	36.26708	-79.3453	227	Anderson,Andersons Store		NC	033	90056	
4452655	Andrews	andrews	US	28901	1752	America/New_York	35.20175	-83.82407	542	Andrews,Endruz,Valley Town,andrwz  karwlynay shmaly,Ендруз,اندروز، کارولینای شمالی		NC	039	93852	
4452686	Angier	angier	US	27501	4970	America/New_York	35.5071	-78.73918	89			NC	085	90292	
4452692	Angola	angola	US	14006	0	America/New_York	34.70989	-77.63497	27			NC	133	91632	
4452713	Ansonville	ansonville	US	28007	595	America/New_York	35.10459	-80.10923	101			NC	007	90064	
4452725	Antioch	antioch	US	37011	0	America/New_York	34.02295	-78.15166	11			NC	019	93252	
4452726	Antioch	antioch	US	37011	0	America/New_York	34.23961	-78.71835	32			NC	047	91764	
4452727	Antioch	antioch	US	37011	0	America/New_York	34.88572	-79.20837	67			NC	093	90068	
4452728	Antioch	antioch	US	37011	0	America/New_York	35.9076	-82.88765	483			NC	115		
4452729	Antioch	antioch	US	37011	0	America/New_York	36.15347	-81.02119	369	Antioch,Antiock		NC	193	90072	
4452808	Apex	apex	US	27502	45585	America/New_York	35.73265	-78.85029	152	Apeks,Ejpeks,ai pei ke si,apekkusu,aypks  karwlynay shmaly,aypyks  shmaly kyrwlayna,Апекс,Ејпекс,ایپکس، کارولینای شمالی,ایپیکس، شمالی کیرولائنا,アペックス,埃佩克斯		NC	183	93984	
4452824	Apple Creek	apple-creek	US	44606	0	America/New_York	35.17514	-80.66646	212			NC	119		
4452825	Apple Grove	apple-grove	US	25502	0	America/New_York	36.52873	-81.58483	915			NC	009	91540	
4452833	Applegate	applegate	US	48401	0	America/New_York	36.13541	-80.07254	304			NC	067	91696	
4452848	Arapahoe	arapahoe	US	28510	538	America/New_York	35.02572	-76.82549	12			NC	137	93464	
4452850	Ararat	ararat	US	24053	0	America/New_York	36.40403	-80.56062	275	Ararat,Forge		NC	171	91904	
4452860	Arcadia	arcadia	US	15712	0	America/New_York	35.94736	-80.30839	254			NC	057	90076	
4452861	Arcadia	arcadia	US	15712	0	America/New_York	36.07097	-80.24588	257			NC	067	94068	
4452885	Arcola	arcola	US	38722	0	America/New_York	36.28959	-77.97999	95			NC	185	91112	
4452886	Arden	arden	US	10910	0	America/New_York	35.46623	-82.51651	676	Arden,Shufordsville		NC	021	90086	
4452889	Ardmore	ardmore	US	19003	0	America/New_York	36.08486	-80.27394	274			NC	067	94068	
4452897	Arlington	arlington	US	02474	781	America/New_York	36.22736	-80.8334	301	Arlington,Арлингтон		NC	197	92321	
4452898	Arlington	arlington	US	02474	0	America/New_York	35.26931	-80.97257	220			NC	119		
4452909	Armour	armour	US	57313	0	America/New_York	34.34711	-78.25417	18			NC	047	92624	
4452924	Arnold	arnold	US	21012	0	America/New_York	35.89347	-80.28061	258			NC	057	91796	
4452975	Artesia	artesia	US	39736	0	America/New_York	34.32239	-78.57501	19			NC	047	90316	
4452980	Asbury	asbury	US	08802	0	America/New_York	35.6082	-79.19974	117			NC	037	92352	
4452981	Asbury	asbury	US	08802	0	America/New_York	35.49375	-79.77392	197	Asbury,Auman's Hill		NC	123	93100	
4452982	Asbury	asbury	US	08802	0	America/New_York	36.52958	-80.42117	389			NC	169	90260	
4452983	Asbury	asbury	US	08802	0	America/New_York	35.79015	-78.7375	149			NC	183	92036	
4453005	Ash	ash	US	28420	0	America/New_York	34.06684	-78.5264	15			NC	019	93868	
4453035	Asheboro	asheboro	US	27203	26103	America/New_York	35.70791	-79.81364	256	Ashboro,a shen bo lei,ashbwrw,ashuboro,ashww  karwlynay shmaly,ayshbrw  shmaly kyrwlayna,Ашборо,آشبورو,اشوو، کارولینای شمالی,ایشبرو، شمالی کیرولائنا,アシュボロ,阿什伯勒	151	NC	151	90084	
4453066	Asheville	asheville	US	28801	88512	America/New_York	35.60095	-82.55402	649	AVL,Asheville,Biltmore,Ehshvill,Eshvil,Eshvil',Kasdu'yi,Keniworth,Montford,Morristown,Ramoth,Sunset Park,Victoria,West Asheville,Woolsey,a shen wei er,aesyubil,ashfyl,ashubiru,ashwyl  karwlynay shmaly,ayshwyl  shmaly kyrwlayna,Ешвил,Ешвіль,Эшвилл,אשוויל,آشفيل,اشویل، کارولینای شمالی,ایشویل، شمالی کیرولائنا,アシュビル,阿什维尔,애슈빌	021	NC	021	90086	
4453067	Ashland	ashland	US	01721	0	America/New_York	36.08599	-76.77995	10			NC	015	93988	
4453068	Ashland	ashland	US	01721	0	America/New_York	36.32986	-79.51669	229			NC	033	93137	
4453070	Ashland	ashland	US	01721	0	America/New_York	36.44096	-81.65956	905	Ashland,Solitude		NC	009	92316	
4453099	Ashton	ashton	US	20861	0	America/New_York	34.47544	-77.9011	17			NC	141	92744	
4453104	Ashwood	ashwood	US	97711	0	America/New_York	35.07405	-76.71604	2			NC	137	93312	
4453126	Atkinson	atkinson	US	03811	329	America/New_York	34.5285	-78.17111	19	Atkinson,Lewis		NC	141	90548	
4453144	Atlantic	atlantic	US	16111	543	America/New_York	34.88489	-76.34047	5	Atlantic,Atlantic City,Hunting Quarters		NC	031	90092	
4453145	Atlantic Beach	atlantic-beach	US	11509	1502	America/New_York	34.69905	-76.74021	3	Atlantik Bich,aeteullaentigbichi,atlntyk bych  karwlynay shmaly,Атлантик Бич,اتلنتیک بیچ، کارولینای شمالی,애틀랜틱비치		NC	031	92120	
4453161	Atwood	atwood	US	38220	0	America/New_York	36.04986	-80.32644	255			NC	067	94068	
4453166	Auburn	auburn	US	01501	0	America/New_York	35.69321	-78.55528	103			NC	183	92788	
4453174	Aulander	aulander	US	27805	834	America/New_York	36.2296	-77.11413	20	Aulander,Harmons Crossroad's		NC	015	92096	
4453184	Aurora	aurora	US	04408	522	America/New_York	35.30545	-76.78854	1	Aurora,Avrora,Betty Town,Аврора		NC	013	92664	
4453191	Austin	austin	US	16720	0	America/New_York	36.32374	-80.97702	458			NC	193	93756	
4453214	Autryville	autryville	US	28318	202	America/New_York	34.99795	-78.64251	32			NC	163	91844	
4453243	Avoca	avoca	US	14809	0	America/New_York	36.00266	-76.71161	6	Avoca,Duckenfield Estate		NC	015	92044	
4453244	Avon	avon	US	02322	776	America/New_York	35.35212	-75.51043	1	Avon,Kinnakeet		NC	055	91702	
4453246	Avondale	avondale	US	19311	0	America/New_York	35.26957	-81.79066	264			NC	161	91488	
4453256	Axtell	axtell	US	66403	0	America/New_York	36.36265	-78.25638	139	Axtell,Old Shatter,Shatter		NC	185	92828	
4453271	Ayden	ayden	US	28513	5053	America/New_York	35.47266	-77.41552	20	Ayden,Harriston		NC	147	90112	
4453278	Aydlett	aydlett	US	27916	0	America/New_York	36.32599	-75.90686	4			NC	053	92552	
4453351	Badin	badin	US	28009	1981	America/New_York	35.40597	-80.11672	157	Baden,Badin		NC	167	92296	
4453361	Bagley	bagley	US	50026	0	America/New_York	35.57655	-78.16944	51			NC	101	92048	
4453365	Bahama	bahama	US	27503	0	America/New_York	36.16598	-78.87667	156	Bahama,Balltown,Hunkadora		NC	063	91972	
4453370	Bailey	bailey	US	27807	0	America/New_York	36.05317	-82.32569	725			NC	121	92548	
4453371	Bailey	bailey	US	27807	565	America/New_York	35.78071	-78.11888	67	Bailey,Baileys		NC	127	90124	
4453413	Bainbridge	bainbridge	US	13733	0	America/New_York	35.69043	-78.59917	100			NC	183	92788	
4453467	Bakersville	bakersville	US	28705	452	America/New_York	36.01567	-82.15874	753	Bakersfield,Bakersville,Davis	121	NC	121	90128	
4453475	Bakersville	bakersville	US	28705	0	America/New_York	35.34457	-81.91538	323			NC	161	92776	
4453570	Balfour	balfour	US	58712	1187	America/New_York	35.34651	-82.47206	646			NC	089	91456	
4453589	Ballard	ballard	US	24918	0	America/New_York	35.90377	-77.14885	12			NC	117	92556	
4453617	Balm	balm	US	33503	0	America/New_York	36.16985	-81.85233	1169			NC	011	90148	
4453619	Balsam	balsam	US	28707	0	America/New_York	35.42677	-83.08514	1007			NC	099	92868	
4453625	Balsam Grove	balsam-grove	US	28708	0	America/New_York	35.22955	-82.87374	862			NC	175	91248	
4453633	Baltic	baltic	US	06330	0	America/New_York	34.99378	-78.15971	45			NC	163	93780	
4453634	Baltimore	baltimore	US	21201	0	America/New_York	34.43656	-78.44028	21			NC	017	90528	
4453636	Baltimore	baltimore	US	21201	0	America/New_York	36.14792	-80.52978	275			NC	197	91128	
4453646	Bandana	bandana	US	42022	0	America/New_York	35.97317	-82.17596	795			NC	121	93012	
4453651	Bandy	bandy	US	24602	0	America/New_York	35.64208	-81.0898	315	Bandy,Bundys Crossroads		NC	035	90476	
4453665	Banks	banks	US	36005	0	America/New_York	35.63571	-78.71418	86			NC	183	92056	
4453688	Banner Elk	banner-elk	US	28604	1138	America/New_York	36.16318	-81.8715	1128	Banner Elk,Banners Elk,Shawneehaw		NC	011	90148	
4453733	Barco	barco	US	27917	0	America/New_York	36.39182	-75.97965	3	Barco,Coenjock,Coinjock		NC	053	90816	
4453753	Barium Springs	barium-springs	US	28010	0	America/New_York	35.71903	-80.89813	289	Barium Springs,Linsters Springs,Poison Springs		NC	097	91076	
4453779	Barnard	barnard	US	05031	0	America/New_York	35.83955	-82.75403	468	Barnard,Barnard Station		NC	115		
4453787	Barnardsville	barnardsville	US	28709	0	America/New_York	35.77761	-82.45485	671			NC	021	91604	
4453813	Barnesville	barnesville	US	18214	0	America/New_York	34.40878	-79.0467	31			NC	155	93120	
4453835	Barrett	barrett	US	56311	0	America/New_York	36.52735	-80.96813	857			NC	005	91232	
4453857	Bartlett	bartlett	US	03812	0	America/New_York	36.28932	-76.08437	2	Bartlett,Bluebutton		NC	029	92920	
4453866	Bartonsville	bartonsville	US	18321	0	America/New_York	36.47515	-76.95857	10			NC	091	91968	
4453890	Bass Lake	bass-lake	US	93604	0	America/New_York	35.28956	-82.6254	653			NC	175	90344	
4453903	Bat Cave	bat-cave	US	28710	0	America/New_York	35.45151	-82.28706	451			NC	089	90972	
4453931	Bath	bath	US	03740	250	America/New_York	35.47711	-76.8116	4	Bat,Bath,Historic Bath Tour,bt  karwlynay shmaly,Бат,باتھ، شمالی کیرولائنا,بت، کارولینای شمالی		NC	013	90168	
4453954	Battleboro	battleboro	US	27809	527	America/New_York	36.04904	-77.74914	39			NC	127	93068	
4453986	Baxter	baxter	US	26560	0	America/New_York	35.31734	-82.34789	554			NC	089	90304	
4454001	Bay City	bay-city	US	48706	0	America/New_York	35.17933	-76.77049	4			NC	137	93364	
4454022	Bayboro	bayboro	US	28515	1243	America/New_York	35.14294	-76.77021	2		137	NC	137	93364	
4454043	Bayview	bayview	US	83803	346	America/New_York	35.43683	-76.79188	2	Bayside,Bayview		NC	013	90168	
4454128	Bear Creek	bear-creek	US	18602	0	America/New_York	35.61681	-79.38474	141	Bear Creek,Richmond		NC	037	91352	
4454132	Bear Creek	bear-creek	US	18602	0	America/New_York	35.27176	-83.72212	772			NC	075	90636	
4454144	Bear Creek	bear-creek	US	18602	0	America/New_York	34.66294	-77.18051	10			NC	133	93188	
4454247	Bearcreek	bearcreek	US	59007	0	America/New_York	35.38516	-77.89693	35			NC	191	92256	
4454338	Beasley	beasley	US	77417	0	America/New_York	35.91572	-76.54883	3	Beasley,Holly Neck		NC	187	92968	
4454370	Beaufort	beaufort	US	28516	4212	America/New_York	34.71822	-76.66382	3	Beaufort,Bofort,Fishtown,Wareiock,bofoto,bopeoteu,bwfwrt,bwwfrt  karwlynay shmaly,Бофорт,بوفورت,بووفرت، کارولینای شمالی,بیوفورٹ، شمالی کیرولائنا,ボーフォート,보퍼트	031	NC	031	90180	
4454386	Beaumont	beaumont	US	23014	0	America/New_York	35.27734	-82.4854	680			NC	089	91456	
4454399	Beaver Creek	beaver-creek	US	56116	0	America/New_York	36.37735	-81.50233	921			NC	009	92376	
4454404	Beaver Creek	beaver-creek	US	56116	0	America/New_York	35.09377	-78.98614	76			NC	051	92892	
4454448	Beaver Island	beaver-island	US	49782	0	America/New_York	36.46014	-79.99004	290			NC	157	91956	
4454461	Beaverdam	beaverdam	US	23015	0	America/New_York	35.49733	-82.68679	689			NC	021	93840	
4454462	Beaverdam	beaverdam	US	23015	0	America/New_York	36.27071	-77.70692	41			NC	083	91088	
4454589	Bedford	bedford	US	01730	0	America/New_York	35.55794	-77.38358	21			NC	147	94072	
4454650	Beech Bottom	beech-bottom	US	26030	0	America/New_York	36.07207	-82.00901	923			NC	011	91154	
4454659	Beech Creek	beech-creek	US	16822	0	America/New_York	36.25762	-81.90067	787			NC	011	90212	
4454735	Bel Air	bel-air	US	21014	0	America/New_York	34.78211	-79.44338	68			NC	165	93132	
4454736	Bel-Air	bel-air	US	21014	0	America/New_York	35.91127	-77.83804	33			NC	127	92740	
4454748	Belews Creek	belews-creek	US	27009	0	America/New_York	36.24458	-80.06976	265	Belew Creek,Belews Creek,Belews Creek Mill		NC	067	90216	
4454753	Belfast	belfast	US	04915	0	America/New_York	35.42711	-77.98193	39	Belfast,Scotssville		NC	191	93138	
4454760	Belgrade	belgrade	US	04917	0	America/New_York	34.88016	-77.23495	13	Belgrade,Bells Grade		NC	133	93976	
4454761	Belhaven	belhaven	US	27810	1602	America/New_York	35.54017	-76.62299	0			NC	013	92436	
4454821	Bellamy	bellamy	US	36901	0	America/New_York	34.58572	-78.88753	34			NC	155	94080	
4454834	Bellemont	bellemont	US	86015	0	America/New_York	36.02569	-79.44308	169			NC	001		
4454859	Bellwood	bellwood	US	16617	0	America/New_York	35.76542	-80.80618	266			NC	097	90616	
4454860	Belmont	belmont	US	02478	10533	America/New_York	35.24292	-81.0373	208	Belmont,Garibaldi,Garibuldi,blmant  karwlynay shmaly,blmwnt,Белмонт,بلمانت، کارولینای شمالی,بلمونت		NC	071	93048	
4454861	Belmont	belmont	US	02478	0	America/New_York	36.46487	-77.6797	60			NC	083	92704	
4454862	Belmont	belmont	US	02478	0	America/New_York	35.77208	-80.85396	279			NC	097	93104	
4454864	Belmont	belmont	US	02478	0	America/New_York	35.23459	-80.81424	235			NC	119		
4454865	Belmont	belmont	US	02478	0	America/New_York	36.33402	-79.68614	246			NC	157	92652	
4454866	Belmont	belmont	US	02478	0	America/New_York	35.68514	-80.4845	217			NC	159	92812	
4454881	Belva	belva	US	26656	0	America/New_York	35.93427	-82.74292	517			NC	115		
4454886	Belvidere	belvidere	US	07823	0	America/New_York	36.26877	-76.53578	4	Belvidere,Newbes Bridge,Newbys Bridge		NC	143	90220	
4454927	Benham	benham	US	40807	0	America/New_York	36.29041	-80.91757	392			NC	193	90976	
4454933	Bennett	bennett	US	27208	282	America/New_York	35.56542	-79.54364	151	Beck Mountain,Beck Springs,Bennett		NC	037	90172	
4454971	Benson	benson	US	05731	3591	America/New_York	35.38211	-78.54862	74			NC	101	90144	
4455012	Bentonville	bentonville	US	22610	0	America/New_York	35.34877	-78.29694	52			NC	101	90232	
4455020	Berea	berea	US	26327	0	America/New_York	36.3207	-78.74167	155			NC	077	93884	
4455034	Berkeley	berkeley	US	60163	0	America/New_York	35.95293	-77.86109	41			NC	127	93144	
4455070	Bertha	bertha	US	56437	0	America/New_York	36.27322	-75.91047	2			NC	053	92552	
4455079	Bessemer	bessemer	US	16112	0	America/New_York	36.08375	-79.74281	248	Bessemer,Glendale Hills,Kings Forest		NC	081	91228	
4455080	Bessemer City	bessemer-city	US	28016	5548	America/New_York	35.28486	-81.28397	275	Bessemer City,Crowders Mountain		NC	071	90844	
4455087	Bessie	bessie	US	73622	0	America/New_York	35.15621	-83.17459	1227			NC	099	91384	
4455108	Bethania	bethania	US	27010	346	America/New_York	36.18236	-80.33811	249	Bethania,Bethinia,New Town		NC	067	90236	
4455112	Bethany	bethany	US	06524	0	America/New_York	36.30736	-79.85865	272			NC	157	92232	
4455166	Bethel	bethel	US	04217	0	America/New_York	36.45347	-79.45169	184			NC	033	92468	
4455167	Bethel	bethel	US	04217	0	America/New_York	34.12406	-78.71279	17			NC	047	94020	
4455168	Bethel	bethel	US	04217	0	America/New_York	35.47344	-82.89597	823			NC	087	92488	
4455169	Bethel	bethel	US	04217	0	America/New_York	35.88317	-82.47708	722			NC	115		
4455170	Bethel	bethel	US	04217	0	America/New_York	36.11405	-76.48161	4	Bethel,Eva		NC	143	90248	
4455171	Bethel	bethel	US	04217	1620	America/New_York	35.8071	-77.37886	21			NC	147	90252	
4455172	Bethel	bethel	US	04217	0	America/New_York	36.29346	-81.84928	824	Bethel,Hattie		NC	189	90204	
4455313	Bethesda	bethesda	US	20810	0	America/New_York	35.87958	-80.24088	240			NC	057	91796	
4455314	Bethesda	bethesda	US	20810	0	America/New_York	35.94237	-78.83834	128			NC	063	92344	
4455335	Bethlehem	bethlehem	US	03574	4214	America/New_York	35.82569	-81.30703	343	Vifleem,Вифлеем		NC	003	94086	
4455336	Bethlehem	bethlehem	US	03574	0	America/New_York	36.27793	-76.88551	14			NC	091	90016	
4455337	Bethlehem	bethlehem	US	03574	0	America/New_York	36.45569	-79.71864	218			NC	157	93936	
4455434	Beulah	beulah	US	38726	0	America/New_York	35.42155	-76.49326	1	Beulah,Fortescue Creek		NC	095	90856	
4455435	Beulah	beulah	US	38726	0	America/New_York	35.28539	-82.11706	281			NC	149	90740	
4455436	Beulah	beulah	US	38726	0	America/New_York	34.95017	-78.33667	48			NC	163	93032	
4455473	Beulaville	beulaville	US	28518	1330	America/New_York	34.92378	-77.77387	26			NC	061	91820	
4455482	Beverly Hills	beverly-hills	US	34464	0	America/New_York	35.58567	-82.50457	669			NC	021	90086	
4455483	Beverly Hills	beverly-hills	US	34464	0	America/New_York	36.10347	-79.41724	175			NC	001		
4455783	Big Laurel	big-laurel	US	40808	0	America/New_York	35.92788	-82.67597	630			NC	115		
4455784	Big Laurel	big-laurel	US	40808	0	America/New_York	35.33926	-83.35182	1251			NC	173	90624	
4455833	Big Pine	big-pine	US	93513	0	America/New_York	35.79094	-82.80847	724			NC	115		
4456028	Birchwood	birchwood	US	37308	0	America/New_York	36.13875	-79.46808	182			NC	001		
4456034	Birchwood	birchwood	US	37308	0	America/New_York	35.60405	-77.59442	25			NC	147	91084	
4456054	Biscoe	biscoe	US	27209	1690	America/New_York	35.35986	-79.77976	188	Biscoe,Filo		NC	123	90272	
4456058	Bishop	bishop	US	24604	0	America/New_York	34.17906	-78.08499	7			NC	019	93252	
4456098	Black Creek	black-creek	US	14714	767	America/New_York	35.63516	-77.93304	38			NC	195	90276	
4456121	Black Mountain	black-mountain	US	28711	8278	America/New_York	35.6179	-82.32123	731	Black Mountain,Grey Eagle,Grey Eagle Mountain		NC	021	90284	
4456176	Blackburn	blackburn	US	65321	0	America/New_York	35.61597	-81.33092	303			NC	035	91636	
4456222	Blackwell	blackwell	US	63626	0	America/New_York	36.44264	-79.46363	191			NC	033	91888	
4456233	Blackwood	blackwood	US	08012	0	America/New_York	35.99236	-79.07223	147			NC	135	90620	
4456253	Bladenboro	bladenboro	US	28320	1726	America/New_York	34.53878	-78.78752	32			NC	017	90296	
4456260	Blaine	blaine	US	04734	0	America/New_York	35.49125	-80.05922	178	Blaine,Post Oak		NC	123	90988	
4456280	Blanch	blanch	US	27212	0	America/New_York	36.50792	-79.29502	117	Blanch,Blanche		NC	033	90880	
4456357	Bloomingdale	bloomingdale	US	07403	0	America/New_York	34.44072	-79.02031	32			NC	155	92420	
4456358	Bloomington	bloomington	US	12411	0	America/New_York	35.33264	-80.30534	188			NC	167	90048	
4456362	Blount	blount	US	25025	0	America/New_York	35.91655	-76.6005	4			NC	187	91768	
4456371	Bloomfield	bloomfield	US	06002	0	America/New_York	35.79069	-80.91591	277			NC	097	93104	
4456373	Blounts Creek	blounts-creek	US	27814	0	America/New_York	35.34989	-76.95994	10	Blount Creek,Blounts Creek		NC	013	90664	
4456376	Blowing Rock	blowing-rock	US	28605	1292	America/New_York	36.13513	-81.67761	1089	Blouing Rok,blwwyng rak  karwlynay shmaly,Блоуинг Рок,بلووینگ راک، کارولینای شمالی		NC	189	90300	
4456415	Blue Ridge	blue-ridge	US	24064	0	America/New_York	35.35039	-82.36289	688			NC	089	90304	
4456442	Blue Rock	blue-rock	US	43720	0	America/New_York	35.89067	-82.17957	837			NC	199	90804	
4456457	Bluefield	bluefield	US	24605	0	America/New_York	34.52489	-78.60196	38	Bluefield,Bluefield Crossroads		NC	017	90392	
4456468	Bluff	bluff	US	84512	0	America/New_York	35.83788	-82.85792	577			NC	115		
4456504	Boardman	boardman	US	97818	155	America/New_York	34.43906	-78.9492	27	Bordman,Бордман		NC	047	93216	
4456583	Bogue	bogue	US	67625	701	America/New_York	34.69933	-77.03689	7			NC	031	93968	
4456594	Boiling Springs	boiling-springs	US	17007	0	America/New_York	35.20592	-84.00963	616			NC	039	92192	
4456595	Boiling Springs	boiling-springs	US	17007	4674	America/New_York	35.25429	-81.66704	269	Boiling Springs,Bojling Springs,Metal,bwylyng aspryngz  karwlynay shmaly,bwylyngh sbrynghz,Бојлинг Спрингс,بويلينغ سبرينغز,بویلینگ اسپرینگز، کارولینای شمالی		NC	045		
4456615	Bolivia	bolivia	US	28422	151	America/New_York	34.06767	-78.14833	12		019	NC	019	93252	
4456624	Bolton	bolton	US	01740	673	America/New_York	34.32072	-78.40195	20			NC	047	90320	
4456644	Bon Air	bon-air	US	35032	0	America/New_York	36.12847	-80.24199	303			NC	067	94068	
4456665	Bonlee	bonlee	US	27213	0	America/New_York	35.64598	-79.41447	158	Bonlee,Causey,Dunlaps Mill		NC	037	90172	
4456695	Boomer	boomer	US	25031	0	America/New_York	36.06735	-81.2537	375	Boomer,Warrior Creek		NC	193	90324	
4456703	Boone	boone	US	28607	18156	America/New_York	36.21679	-81.67455	981	Boon,Boone,Bun,Councills Store,bun,bwn,bwn  karwlynay shmaly,bwn  shmaly kyrwlayna,Бун,بون,بون، شمالی کیرولائنا,بون، کارولینای شمالی,ブーン	189	NC	189	90332	
4456748	Boonville	boonville	US	13309	1207	America/New_York	36.23264	-80.70812	325			NC	197	90340	
4456776	Bostic	bostic	US	28018	378	America/New_York	35.36262	-81.83566	282			NC	161	90768	
4456782	Boswell	boswell	US	15531	0	America/New_York	35.579	-82.61429	677			NC	021	90086	
4456786	Beulah	beulah	US	38726	0	America/New_York	36.47485	-80.77396	348	Beulah,Bottom		NC	171	93128	
4456876	Boylston	boylston	US	01505	0	America/New_York	35.35011	-82.62346	679	Boilston,Boylston		NC	089	92076	
4456955	Brandon	brandon	US	05733	0	America/New_York	36.53568	-81.51094	902			NC	009	92512	
4456956	Brandon	brandon	US	05733	0	America/New_York	35.1457	-80.85479	202			NC	119		
4456967	Brandywine	brandywine	US	20613	0	America/New_York	34.26323	-77.81082	7			NC	129	91404	
4456989	Brasstown	brasstown	US	28902	0	America/New_York	35.03953	-83.95685	489			NC	043	90360	
4457012	Breckenridge	breckenridge	US	48615	0	America/New_York	35.72266	-77.94832	44			NC	195	94048	
4457025	Brentwood	brentwood	US	11717	0	America/New_York	35.58683	-77.37747	21			NC	147	91328	
4457026	Brentwood	brentwood	US	11717	0	America/New_York	35.04183	-78.98447	63			NC	051	92892	
4457027	Brentwood	brentwood	US	11717	0	America/New_York	35.92405	-77.57525	23			NC	065		
4457028	Brentwood	brentwood	US	11717	0	America/New_York	35.47154	-79.21252	106			NC	105		
4457029	Brentwood	brentwood	US	11717	0	America/New_York	35.29655	-77.56441	23			NC	107	91704	
4457030	Brentwood	brentwood	US	11717	0	America/New_York	35.82515	-78.60195	89			NC	183	92792	
4457040	Brevard	brevard	US	28712	7735	America/New_York	35.23345	-82.73429	678	Brevard,brward  karwlynay shmaly,bryfard,Бревард,بروارد، کارولینای شمالی,بريفارد	175	NC	175	90364	
4457075	Briarcliff Manor	briarcliff-manor	US	10510	0	America/New_York	36.06292	-80.28838	243			NC	067	94068	
4457086	Brice	brice	US	43109	0	America/New_York	35.19151	-81.84955	270	Brice,Hicks Grove		NC	161	93172	
4457131	Bridgeton	bridgeton	US	08302	440	America/New_York	35.12155	-77.02078	2			NC	049	93308	
4457133	Bridgewater	bridgewater	US	02324	0	America/New_York	35.71152	-81.8626	365			NC	023	92952	
4457197	Brightwood	brightwood	US	22715	0	America/New_York	36.13291	-79.75947	244			NC	081	91228	
4457317	Broadview	broadview	US	59015	0	America/New_York	35.5665	-82.50485	644			NC	021	90086	
4457318	Broadview	broadview	US	59015	0	America/New_York	36.11958	-79.7842	247			NC	081	91228	
4457319	Broadview	broadview	US	59015	0	America/New_York	35.79486	-80.82646	261			NC	097	90616	
4457324	Broadway	broadway	US	08808	0	America/New_York	34.306	-78.85975	32			NC	047	90612	
4457325	Broadway	broadway	US	08808	1264	America/New_York	35.45793	-79.05308	144			NC	105		
4457359	Brookdale	brookdale	US	95007	0	America/New_York	35.30151	-82.45401	644			NC	089	91456	
4457364	Brookfield	brookfield	US	01506	0	America/New_York	35.26931	-80.89396	230			NC	119		
4457365	Brookfield	brookfield	US	01506	0	America/New_York	34.27628	-77.87804	9			NC	129	90508	
4457369	Brookhaven	brookhaven	US	11719	0	America/New_York	35.44377	-79.18086	132			NC	105		
4457370	Brookhaven	brookhaven	US	11719	0	America/New_York	34.99487	-80.50284	154			NC	179	92108	
4457371	Brookhaven	brookhaven	US	11719	0	America/New_York	35.86543	-78.68417	128			NC	183	91548	
4457380	Brooks	brooks	US	04921	0	America/New_York	35.24516	-77.60997	11			NC	107	92224	
4457415	Brookston	brookston	US	47923	0	America/New_York	36.36653	-78.34055	151			NC	181	92050	
4457419	Brookwood	brookwood	US	35444	0	America/New_York	36.12653	-80.22949	276			NC	067	94068	
4457420	Brookwood	brookwood	US	35444	0	America/New_York	35.47849	-79.20224	95			NC	105		
4457421	Brookwood	brookwood	US	35444	0	America/New_York	36.21319	-81.13536	357			NC	193	92184	
4457556	Browns Summit	browns-summit	US	27214	0	America/New_York	36.21264	-79.71364	245			NC	081	92104	
4457562	Brownwood	brownwood	US	63738	0	America/New_York	36.27679	-81.55455	891	Brownwood,Riverside		NC	009	91004	
4457567	Bruce	bruce	US	38915	0	America/New_York	35.67322	-77.48386	23			NC	147	91064	
4457578	Brunswick	brunswick	US	04011	1131	America/New_York	34.28684	-78.70113	24	Braunshvejg,Brunswick,Brunswik,Брауншвейг		NC	047	94000	
4457696	Bryantown	bryantown	US	20617	0	America/New_York	36.28071	-77.35886	23			NC	131	92676	
4457719	Bryson City	bryson-city	US	28713	1458	America/New_York	35.43127	-83.44944	528	Brajson Siti,Bryson,Bryson City,Charleston,Thanh pho Bryson,Thành phố Bryson,brayswn syty,bryswn syty  karwlynay shmaly,Брајсон Сити,برايسون سيتي,بریسون سیتی، کارولینای شمالی,بریسوں سٹی، شمالی کیرولائنا	173	NC	173	90624	
4457875	Buckhead	buckhead	US	30625	0	America/New_York	34.37461	-78.41806	19			NC	047	90320	
4457914	Buckland	buckland	US	01338	0	America/New_York	36.47432	-76.76135	10			NC	073	91220	
4457923	Buckner	buckner	US	40010	0	America/New_York	35.864	-82.48402	697			NC	115		
4457951	Buena Vista	buena-vista	US	15018	0	America/New_York	36.12071	-76.9644	14			NC	015	92096	
4457952	Buena Vista	buena-vista	US	15018	0	America/New_York	35.53206	-82.5279	680			NC	021	90086	
4457953	Buena Vista	buena-vista	US	15018	0	America/New_York	36.11153	-80.28227	280			NC	067	94068	
4457954	Buena Vista	buena-vista	US	15018	0	America/New_York	36.44182	-77.11941	28			NC	091	92188	
4457959	Buffalo	buffalo	US	14201	0	America/New_York	35.2037	-83.79268	568			NC	039	93852	
4457960	Buffalo	buffalo	US	14201	0	America/New_York	35.7143	-81.03397	250			NC	097	92924	
4457961	Buffalo	buffalo	US	14201	0	America/New_York	36.4908	-80.05691	339			NC	169	93016	
4458033	Buies Creek	buies-creek	US	27506	2942	America/New_York	35.41322	-78.73557	63			NC	085	92220	
4458095	Bullock	bullock	US	27507	0	America/New_York	36.49125	-78.545	130			NC	077	92844	
4458140	Bunker Hill	bunker-hill	US	25413	0	America/New_York	34.95488	-79.77117	85			NC	153	92736	
4458147	Bunn	bunn	US	27508	362	America/New_York	35.96099	-78.25361	85	Ban,ban,ban  karwlynay shmaly,Бан,بان,بان، کارولینای شمالی		NC	069	90926	
4458153	Bunnlevel	bunnlevel	US	28323	552	America/New_York	35.30961	-78.7803	43	Bunlevel,Bunn Level,Bunnlevel		NC	085	93124	
4458166	Burden	burden	US	67019	0	America/New_York	36.15905	-77.06468	19			NC	015	92096	
4458175	Burgaw	burgaw	US	28425	4100	America/New_York	34.55211	-77.9261	15	Burgaw,Stanford	141	NC	141	90444	
4458185	Burgess	burgess	US	22432	0	America/New_York	36.13488	-76.40716	4			NC	143	90248	
4458228	Burlington	burlington	US	01803	52472	America/New_York	36.09569	-79.4378	198	Berlington,Berlingtona,Bjorlington,Burlington,Bērlingtona,Company Shops,barinton,brlnghtwn,lyngtn  karwlynay shmaly,Берлингтон,Берлінгтон,Бёрлингтон,برلنغتون,برلنگٹن، شمالی کیرولائنا,لینگتن، کارولینای شمالی,バーリントン		NC	001		
4458243	Burney	burney	US	96013	0	America/New_York	34.73184	-78.71752	20			NC	017	93964	
4458264	Burnsville	burnsville	US	26335	1641	America/New_York	35.11237	-80.24451	159	Burnsville,Hammonds Store		NC	007	90452	
4458265	Burnsville	burnsville	US	26335	1660	America/New_York	35.91734	-82.30096	861	Bernsvil,brnzwyl  karwlynay shmaly,bwrnzfyl,Бернсвил,برنزویل، کارولینای شمالی,بورنزفيل	199	NC	199	90456	
4458313	Burton	burton	US	26562	0	America/New_York	36.04042	-78.8189	110			NC	063	92344	
4458372	Butner	butner	US	27509	7751	America/New_York	36.13209	-78.75667	113	Butner,Camp Butner		NC	077	90936	
4458391	Buxton	buxton	US	04093	1273	America/New_York	35.26768	-75.54237	3	Buxton,The Cape		NC	055	91424	
4458438	Bynum	bynum	US	27228	0	America/New_York	35.77403	-79.14224	104			NC	037	90136	
4458574	Cairo	cairo	US	12413	0	America/New_York	34.8846	-79.93284	126			NC	007	92140	
4458584	Calabash	calabash	US	28467	2119	America/New_York	33.89073	-78.56834	15	Calabash,Pea Landing		NC	019	92900	
4458592	Caldwell	caldwell	US	07006	0	America/New_York	35.45375	-80.84285	247			NC	119		
4458593	Caldwell	caldwell	US	07006	0	America/New_York	36.18986	-79.01723	189			NC	135	91860	
4458639	California	california	US	15419	0	America/New_York	35.90434	-75.68045	2			NC	055	92196	
4458640	California	california	US	15419	0	America/New_York	36.36265	-76.9669	14			NC	091	94076	
4458641	California	california	US	15419	0	America/New_York	35.86678	-82.51958	725			NC	115		
4458642	California	california	US	15419	0	America/New_York	35.63322	-77.55664	23			NC	147	91084	
4458647	Call	call	US	75933	0	America/New_York	36.14597	-81.07758	351			NC	193	94012	
4458718	Calvert	calvert	US	36513	0	America/New_York	35.15706	-82.81069	690			NC	175	90564	
4458722	Calvin	calvin	US	16622	0	America/New_York	35.73346	-81.73038	321	Calvin,Carbon City		NC	023	92136	
4458728	Calypso	calypso	US	28325	548	America/New_York	35.15378	-78.10527	49			NC	061	91060	
4458732	Cambridge	cambridge	US	02138	0	America/New_York	35.09183	-78.94003	70			NC	051	90832	
4458733	Cambridge	cambridge	US	02138	0	America/New_York	36.33486	-79.63308	243			NC	157	92652	
4458737	Camden	camden	US	04843	599	America/New_York	36.32849	-76.17188	3	Camden,Jonesborough,Plank Bridge	029	NC	029	90784	
4458745	Cambridge	cambridge	US	02138	0	America/New_York	35.58127	-77.38747	19			NC	147	91328	
4458760	Cameron	cameron	US	14819	295	America/New_York	35.32682	-79.2553	109			NC	125		
4458840	Camp Creek	camp-creek	US	25820	0	America/New_York	35.57458	-81.55343	372			NC	023	91928	
4458994	Cana	cana	US	24317	0	America/New_York	35.9743	-80.57728	235			NC	059	92100	
4458995	Canaan	canaan	US	03741	0	America/New_York	35.16315	-82.99625	1249			NC	175	91504	
4459017	Candler	candler	US	28715	0	America/New_York	35.5365	-82.69291	647			NC	021	93840	
4459022	Candor	candor	US	13743	838	America/New_York	35.29514	-79.74532	224			NC	123	90272	
4459118	Canterbury	canterbury	US	03224	0	America/New_York	35.54683	-77.38302	20			NC	147	94072	
4459120	Canton	canton	US	02021	4190	America/New_York	35.53288	-82.83736	797	Buford,Canton,Pigeon River		NC	087	90196	
4459230	Carlos	carlos	US	56319	0	America/New_York	35.20961	-78.77169	35			NC	051	90532	
4459239	Carmel	carmel	US	04419	0	America/New_York	35.13653	-80.81424	203			NC	119		
4459240	Carmel	carmel	US	04419	0	America/New_York	35.10042	-80.83729	186			NC	119		
4459253	Carmen	carmen	US	73726	0	America/New_York	36.00483	-82.64097	706			NC	115		
4459257	Caroleen	caroleen	US	28019	652	America/New_York	35.28096	-81.79621	257			NC	161	91488	
4459258	Carolina	carolina	US	02812	0	America/New_York	36.1318	-79.41252	178			NC	001		
4459259	Carolina	carolina	US	02812	0	America/New_York	35.38847	-81.37147	284			NC	071	90644	
4459261	Carolina Beach	carolina-beach	US	28428	6137	America/New_York	34.03517	-77.8936	2			NC	129	91092	
4459316	Carpenter	carpenter	US	50426	0	America/New_York	35.8207	-78.87167	119			NC	183	90576	
4459327	Carr	carr	US	80612	0	America/New_York	36.21153	-79.22002	219			NC	135	90580	
4459343	Carrboro	carrboro	US	27510	21156	America/New_York	35.91014	-79.07529	141	Carrboro,Karboro,Venable,ka bo luo,kaboro,karbwrw,karbwrw  shmaly kyrwlayna,krbwrw  karwlynay shmaly,Карборо,كاربورو,کاربورو، شمالی کیرولائنا,کربورو، کارولینای شمالی,カーボロ,卡勃羅		NC	135	90620	
4459353	Carroll	carroll	US	43112	0	America/New_York	34.95211	-78.0761	42	Carlton,Carroll		NC	061	93900	
4459386	Carter	carter	US	41128	0	America/New_York	36.35738	-76.6844	6	Carter,Carter Crossroads		NC	073	92092	
4459425	Cartersville	cartersville	US	23027	0	America/New_York	34.77322	-77.91943	10			NC	061	91600	
4459426	Carthage	carthage	US	13619	2395	America/New_York	35.34599	-79.41697	178	Carthage,Fagansville	125	NC	125		
4459467	Cary	cary	US	27511	159769	America/New_York	35.79154	-78.78112	152	Cary,Kehri,Keri,Keris,Pages Siding,Pages Tavern,Pages Turnout,ka rui,kary,keli,keri,kry  karwlynay shmaly,kyry  shmaly kyrwlayna,Кери,Кері,Кэри,كاري,کری، کارولینای شمالی,کیری، شمالی کیرولائنا,ケーリー,卡瑞,케리		NC	183	90536	
4459478	Casar	casar	US	28020	294	America/New_York	35.51235	-81.61732	346			NC	045		
4459514	Cashiers	cashiers	US	28717	157	America/New_York	35.10565	-83.09653	1062	Cashier,Cashier Valley,Cashier's,Cashiers,Cashiers Valley,Keshirs,kshyr  karwlynay shmaly,Кеширс,کشیر، کارولینای شمالی		NC	099	90540	
4459523	Castalia	castalia	US	27816	262	America/New_York	36.08182	-78.05749	94			NC	127	90544	
4459530	Castle Hayne	castle-hayne	US	28429	1202	America/New_York	34.35572	-77.89999	5	Castle Hayne,Castle Haynes,Spring Garden		NC	129	90508	
4459569	Catawba	catawba	US	24070	618	America/New_York	35.70736	-81.07563	265	Catawba,Chesnut Grove		NC	035	90556	
4459696	Cedar Brook	cedar-brook	US	08018	0	America/New_York	35.22375	-80.65896	210			NC	119		
4459724	Cedar Creek	cedar-creek	US	68016	0	America/New_York	34.956	-78.75724	37			NC	051	90572	
4459740	Cedar Creek	cedar-creek	US	68016	0	America/New_York	35.72153	-79.8442	202			NC	151	90116	
4459747	Cedar Creek	cedar-creek	US	68016	0	America/New_York	34.8135	-77.45441	11			NC	133	91632	
4459758	Cedar Crest	cedar-crest	US	87008	0	America/New_York	36.06153	-79.4303	182			NC	001		
4459759	Cedar Falls	cedar-falls	US	27230	0	America/New_York	35.75208	-79.73142	156	Cedar Falls,Everetts Mill		NC	151	91172	
4459765	Cedar Creek	cedar-creek	US	68016	0	America/New_York	35.77876	-78.80528	133			NC	183	90536	
4459771	Cedar Grove	cedar-grove	US	07009	0	America/New_York	34.29045	-78.91169	33			NC	047	90608	
4459773	Cedar Grove	cedar-grove	US	07009	0	America/New_York	35.72347	-80.18505	212			NC	057	92956	
4459774	Cedar Grove	cedar-grove	US	07009	0	America/New_York	36.16764	-79.16779	216			NC	135	90580	
4459775	Cedar Grove	cedar-grove	US	07009	0	America/New_York	35.67569	-79.88865	182			NC	151	90584	
4459830	Cedar Hill	cedar-hill	US	37032	0	America/New_York	35.14293	-80.11811	101			NC	007	90064	
4459831	Cedar Hill	cedar-hill	US	37032	0	America/New_York	34.28461	-78.03055	7			NC	019	92324	
4459832	Cedar Hill	cedar-hill	US	37032	0	America/New_York	36.3668	-80.53117	315			NC	171	92496	
4459833	Cedar Hill	cedar-hill	US	37032	0	America/New_York	35.95848	-79.0414	146			NC	135	90620	
4459834	Cedar Hill	cedar-hill	US	37032	0	America/New_York	35.84682	-78.61222	109			NC	183	92228	
4459853	Cedar Island	cedar-island	US	28520	0	America/New_York	35.00822	-76.31603	1			NC	031	90588	
4459871	Cedar Knolls	cedar-knolls	US	07927	0	America/New_York	35.39959	-80.18506	170			NC	167	92296	
4459880	Cedar Mountain	cedar-mountain	US	28718	0	America/New_York	35.14345	-82.6429	830			NC	175	91864	
4459889	Cedar Point	cedar-point	US	61316	1304	America/New_York	34.68766	-77.07245	6			NC	031	93968	
4459898	Cedar Ridge	cedar-ridge	US	95924	0	America/New_York	36.42014	-79.65698	239			NC	157	92772	
4459919	Cedar Valley	cedar-valley	US	84013	0	America/New_York	35.90291	-81.43454	404			NC	027	91852	
4459958	Center	center	US	42214	0	America/New_York	35.9118	-80.61951	253			NC	059	90472	
4459959	Center	center	US	42214	0	America/New_York	36.14764	-80.71423	315			NC	197	92322	
4459991	Center Hill	center-hill	US	33514	0	America/New_York	36.21516	-76.61078	14	Center Hill,Centre Hill,Tyner		NC	041		
4460007	Centerview	centerview	US	64019	0	America/New_York	35.49069	-80.6184	241			NC	025		
4460011	Centerville	centerville	US	02632	92	America/New_York	36.18626	-78.10555	98			NC	069	91258	
4460014	Central	central	US	29630	0	America/New_York	35.93708	-80.96646	318	Central,Williamsburg		NC	097	92912	
4460038	Central Falls	central-falls	US	02863	0	America/New_York	35.76208	-79.77614	197			NC	151	91172	
4460084	Chadbourn	chadbourn	US	28431	1791	America/New_York	34.32211	-78.82697	32			NC	047	90612	
4460090	Cerro Gordo	cerro-gordo	US	28430	200	America/New_York	34.32211	-78.92642	27			NC	047	90608	
4460096	Chadwick	chadwick	US	61014	0	America/New_York	34.95544	-77.2419	12			NC	103		
4460144	Chantilly	chantilly	US	20151	0	America/New_York	36.30182	-76.17076	2			NC	029	90784	
4460145	Chantilly	chantilly	US	20151	0	America/New_York	35.21375	-80.81007	216			NC	119		
4460161	Chapel Hill	chapel-hill	US	27514	0	America/New_York	35.94288	-82.70875	658			NC	115		
4460162	Chapel Hill	chapel-hill	US	27514	59568	America/New_York	35.9132	-79.05584	148			NC	135	90620	
4460222	Charleston	charleston	US	04422	0	America/New_York	36.12016	-77.37552	24	Charleston,Kehukee		NC	083	92432	
4460243	Charlotte	charlotte	US	05445	827097	America/New_York	35.22709	-80.84313	229	CLT,Carolinum,Charlotte,Charlotte i Nord-Carolina,Charlottesburg,Charlottesburgh,Sarlot,Sarlota,Sarlote,Sarlott,Sharlt,Sharlat,Sharlot,Sharlott,carlat,charlxtt,saralata,sarlata,sarlet,sharlotʼi,sharlwt  karwlynay shmaly,sharotto,syalleos,syallos,tsharlwt,xia luo te,Şarlott,Šarlota,Šarlotė,Σάρλοτ,Шарлат,Шарлот,Шарлотт,Шарлът,Շառլոթ,שארלוט,تشارلوت,شارلوت، کارولینای شمالی,شارلوٹ، شمالی کیرولائنا,शार्लट,শার্লট,ਸ਼ਾਰਲਟ,சார்லட்,షార్లెట్,ಷಾರ್ಲೆಟ್,ชาร์ลอตต์,შარლოტი,シャーロット,夏洛特,샬럿,샬롯	119	NC	119		
4460364	Cherokee	cherokee	US	28719	2138	America/New_York	35.47427	-83.31487	605	Cherokee,Cheroki,Elawa diyi,chrwky  karwlynay shmaly,Чероки,چروکی، کارولینای شمالی		NC	173	90624	
4460379	Cherry	cherry	US	61317	0	America/New_York	35.84878	-76.42132	1	Cherry,Sherard,Sherards Crossroads		NC	187	92876	
4460380	Cherry	cherry	US	61317	0	America/New_York	35.21181	-80.83313	206			NC	119		
4460449	Cherryfield	cherryfield	US	04622	0	America/New_York	35.17372	-82.80457	681			NC	175	90564	
4460465	Cherryville	cherryville	US	18035	5974	America/New_York	35.37874	-81.37897	298	Cherivil,Cherry Ville,Cherryville,White Pines,chrywyl  karwlynay shmaly,shyryfyl,Черивил,شيريفيل,چریویل، کارولینای شمالی		NC	071	90644	
4460473	Chesterfield	chesterfield	US	01012	0	America/New_York	35.81013	-81.66093	331	Chesterfield,Hoodsville		NC	023	91920	
4460522	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	36.5054	-81.35232	832			NC	009	90648	
4460523	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	35.47484	-82.34262	819			NC	089	90972	
4460630	Chimney Rock	chimney-rock	US	28720	113	America/New_York	35.43929	-82.2465	333	Chimney Rock,Chimneyrock		NC	161	90656	
4460651	China Grove	china-grove	US	28023	4182	America/New_York	35.56931	-80.58173	252	China Grove,Luthersville,Savage		NC	159	90660	
4460659	Chinquapin	chinquapin	US	28521	0	America/New_York	34.831	-77.81637	12	Chinkapin,Chinquapin,Chinquepin		NC	061	90864	
4460689	Chocowinity	chocowinity	US	27817	821	America/New_York	35.51266	-77.10051	12	Chockowinity,Chocowinity,Godleys Crossroads		NC	013	90664	
4460793	Church Hill	church-hill	US	21623	0	America/New_York	36.47931	-78.04471	106	Church Hill,Churchill		NC	185	92964	
4460804	Cisco	cisco	US	30708	0	America/New_York	36.18988	-76.63384	12			NC	041		
4460831	Claremont	claremont	US	03743	1365	America/New_York	35.71458	-81.14619	299	Charlotte Crossing,Claremont,Klermont,Клермонт		NC	035	90700	
4460832	Claremont	claremont	US	03743	0	America/New_York	35.26289	-82.43567	678			NC	089	91456	
4460835	Clarendon	clarendon	US	14429	0	America/New_York	34.21017	-78.8453	32			NC	047	94020	
4460837	Clark	clark	US	07066	0	America/New_York	35.14599	-77.15995	9			NC	049	93592	
4460838	Clark	clark	US	07066	0	America/New_York	35.44038	-83.07375	1011			NC	087	93920	
4460910	Clarkton	clarkton	US	28433	820	America/New_York	34.48739	-78.65613	29	Brown Marsh Station,Clarkton,Dalton		NC	017	90392	
4460920	Clay	clay	US	13041	0	America/New_York	36.24265	-78.58778	113			NC	077	91108	
4460943	Clayton	clayton	US	08312	19304	America/New_York	35.65071	-78.45639	104	Clayton,Clayton (North Carolina),Klejton,Stallings Station,klaytwn,klytn  karwlynay shmaly,kureiton,Клејтон,كلايتون,کلیتن، کارولینای شمالی,کلیٹن، شمالی کیرولائنا,クレイトン		NC	101	90676	
4460972	Clear Creek	clear-creek	US	25044	0	America/New_York	35.20209	-80.60007	183			NC	119		
4461015	Clemmons	clemmons	US	27012	19844	America/New_York	36.02153	-80.382	256	Clementsville,Clemmons,Clemmonstown		NC	067	90684	
4461027	Cleveland	cleveland	US	13042	873	America/New_York	35.7332	-80.67701	246	Cleveland,Klivlend,Third Creek,Third Creek Station,Кливленд		NC	159	90692	
4461066	Cliffside	cliffside	US	28024	611	America/New_York	35.23818	-81.76982	225			NC	161	91488	
4461073	Cliffwood	cliffwood	US	07721	0	America/New_York	36.14069	-80.0706	308			NC	067	91696	
4461074	Clifton	clifton	US	07011	0	America/New_York	36.44679	-81.57094	845			NC	009	90696	
4461084	Climax	climax	US	12042	0	America/New_York	35.91291	-79.71753	244			NC	081	91096	
4461086	Clifton Forge	clifton-forge	US	24422	0	America/New_York	34.97628	-78.94225	43			NC	051	92724	
4461087	Clinchfield	clinchfield	US	31013	0	America/New_York	35.69901	-81.9915	438			NC	111	91984	
4461100	Clinton	clinton	US	01510	0	America/New_York	35.75681	-80.46006	202			NC	059	91660	
4461101	Clinton	clinton	US	01510	8767	America/New_York	34.99795	-78.32333	47	CTZ,Klinton,klyntn  karwlynay shmaly,klyntwn,Клинтон,كلينتون,کلینتن، کارولینای شمالی	163	NC	163	93032	
4461129	Cloverdale	cloverdale	US	24077	0	America/New_York	35.72821	-78.61945	102			NC	183	92788	
4461130	Cloverdale	cloverdale	US	24077	0	America/New_York	35.78597	-80.89563	279			NC	097	93104	
4461145	Cloverdale	cloverdale	US	24077	0	America/New_York	35.86652	-81.5801	337			NC	027	91780	
4461150	Clyde	clyde	US	14433	1243	America/New_York	35.53344	-82.91069	772	Clyde,Lower Pigeon		NC	087	90704	
4461169	Coats	coats	US	27521	2408	America/New_York	35.40794	-78.67196	94	Coats,Trowville		NC	085	91348	
4461176	Coalville	coalville	US	84017	0	America/New_York	35.18842	-83.89101	506			NC	039	93852	
4461194	Coburn	coburn	US	16832	0	America/New_York	35.53511	-82.75513	698			NC	021	93840	
4461250	Cofield	cofield	US	27922	395	America/New_York	36.35654	-76.90996	12			NC	091	94076	
4461263	Coinjock	coinjock	US	27923	335	America/New_York	36.34294	-75.95242	1	Arlington,Coinjock		NC	053	92552	
4461340	Coleman	coleman	US	33521	0	America/New_York	35.65345	-82.25484	669			NC	111	92384	
4461355	Colerain	colerain	US	27924	191	America/New_York	36.20127	-76.76856	18	Colerain,Coleraine		NC	015	90712	
4461359	Coleridge	coleridge	US	68727	0	America/New_York	35.64014	-79.6153	124	Coleridge,Fousts Mill		NC	151	90716	
4461380	Colfax	colfax	US	26566	0	America/New_York	36.11264	-80.01448	294			NC	081	90896	
4461403	College Park	college-park	US	20740	0	America/New_York	34.87294	-76.89216	7			NC	049	93508	
4461404	College Park	college-park	US	20740	0	America/New_York	34.77766	-77.38385	13			NC	133	91632	
4461424	Collettsville	collettsville	US	28611	0	America/New_York	35.92569	-81.67455	334	Colletsville,Collettsville		NC	027	91672	
4461453	Collinsville	collinsville	US	06022	0	America/New_York	35.2115	-82.08733	268			NC	149		
4461464	Colon	colon	US	49040	0	America/New_York	35.52682	-79.15224	97	Buckner,Colon		NC	105		
4461470	Colonial Heights	colonial-heights	US	23834	0	America/New_York	34.94544	-78.94475	49			NC	051	92724	
4461471	Colonial Heights	colonial-heights	US	23834	0	America/New_York	35.7993	-80.22144	232			NC	057	90756	
4461472	Colonial Heights	colonial-heights	US	23834	0	America/New_York	35.69738	-78.67001	102			NC	183	92788	
4461473	Colonial Heights	colonial-heights	US	23834	0	America/New_York	35.20542	-80.82674	217			NC	119		
4461474	Colonial Heights	colonial-heights	US	23834	0	America/New_York	35.92709	-79.05696	120			NC	135	90620	
4461475	Colonial Heights	colonial-heights	US	23834	0	America/New_York	35.78766	-77.90637	43			NC	195	93244	
4461493	Columbia	columbia	US	06237	832	America/New_York	35.91766	-76.25215	1	Columbia,Elizabeth Town,Hearts Desire,Kolumbija,Shallops Landing,Колумбия	177	NC	177	90736	
4461499	Columbus	columbus	US	08022	994	America/New_York	35.25317	-82.19706	336	Kolumbus,Колумбус	149	NC	149	90740	
4461523	Comfort	comfort	US	25049	0	America/New_York	35.00572	-77.50885	16			NC	103		
4461566	Como	como	US	27818	89	America/New_York	36.50154	-77.00941	23	Buckhorn,Como		NC	091	91968	
4461574	Concord	concord	US	01742	87696	America/New_York	35.40888	-80.58158	228	Concord,Konkord,USA,kankrd  karwlynay shmaly,konkodo,kwnkwrd,Конкорд,كونكورد,کانکرد، کارولینای شمالی,کونکورڈ، شمالی کیرولائنا,コンコード	025	NC	025		
4461575	Concord	concord	US	01742	0	America/New_York	34.83767	-78.1161	34			NC	061	91960	
4461576	Concord	concord	US	01742	0	America/New_York	36.44597	-79.0664	175			NC	145	90852	
4461577	Concord	concord	US	01742	0	America/New_York	35.34457	-81.82093	292			NC	161	90768	
4461578	Concord	concord	US	01742	0	America/New_York	34.98295	-78.41667	50			NC	163	90228	
4461579	Concord	concord	US	01742	0	America/New_York	35.87984	-82.32263	812			NC	199	90456	
4461632	Conetoe	conetoe	US	27819	281	America/New_York	35.81571	-77.4558	15	Coneeto,Coneto,Conetoe,Congeto,Keneighton,Warrens Station		NC	065		
4461668	Connelly Springs	connelly-springs	US	28612	1635	America/New_York	35.74291	-81.51343	358	Connelly Springs,Connellys Springs,Murry		NC	023	91912	
4461696	Conover	conover	US	28613	8248	America/New_York	35.70652	-81.21869	322	Konover,kwnwfr,kwnwwr  karwlynay shmaly,kwnwwr  shmaly kyrwlayna,Коновер,كونوفر,کونوور، شمالی کیرولائنا,کونوور، کارولینای شمالی		NC	035	92284	
4461704	Conway	conway	US	01341	772	America/New_York	36.4371	-77.22886	32	Conway,Kirby,Konvej,Martins Crossroads,Конвей		NC	131	91708	
4461735	Cooksville	cooksville	US	21723	0	America/New_York	35.59319	-81.47592	380			NC	035	90140	
4461771	Cooleemee	cooleemee	US	27014	972	America/New_York	35.81042	-80.55589	218			NC	059	91660	
4461793	Cooper	cooper	US	50059	0	America/New_York	35.15517	-78.62918	44			NC	163	92088	
4461840	Copeland	copeland	US	34137	0	America/New_York	36.33847	-80.65006	356			NC	171	92732	
4461870	Corapeake	corapeake	US	27926	0	America/New_York	36.53432	-76.57634	14	Corapeake,Orapeake		NC	073	91520	
4461874	Corbett	corbett	US	97019	0	America/New_York	36.24986	-79.23891	212			NC	033	91492	
4461890	Cordova	cordova	US	21625	1775	America/New_York	34.91293	-79.822	87			NC	153	94088	
4461906	Corinth	corinth	US	04427	0	America/New_York	35.56932	-78.99807	90			NC	037	90504	
4461907	Corinth	corinth	US	04427	0	America/New_York	35.36151	-81.79677	309			NC	161	90720	
4461941	Cornelius	cornelius	US	28031	28092	America/New_York	35.4868	-80.86007	245	Kornelius,Корнелиус		NC	119		
4461961	Cornwall	cornwall	US	06753	0	America/New_York	36.47959	-78.66528	140			NC	077	92348	
4461962	Corolla	corolla	US	27927	0	America/New_York	36.38127	-75.83297	2	Corolla,Currituck Beach		NC	053	92552	
4462014	Council	council	US	28434	0	America/New_York	34.421	-78.46751	21			NC	017	90528	
4462035	Country Club Hills	country-club-hills	US	60478	0	America/New_York	35.06627	-77.08106	6			NC	049	93552	
4462036	Country Club Hills	country-club-hills	US	60478	0	America/New_York	34.76822	-77.36913	10			NC	133	91632	
4462037	Country Club Hills	country-club-hills	US	60478	0	America/New_York	35.70431	-80.47367	205			NC	159	91160	
4462038	Country Club Hills	country-club-hills	US	60478	0	America/New_York	35.82765	-78.65917	80			NC	183	92612	
4462039	Country Club Hills	country-club-hills	US	60478	0	America/New_York	36.11819	-81.14175	343			NC	193	94012	
4462093	Cove	cove	US	71937	0	America/New_York	35.67594	-82.94014	803			NC	087	91104	
4462101	Cove City	cove-city	US	28523	396	America/New_York	35.18738	-77.32079	14	ConeCreek,Core Creek,Cove,Cove City,Cove Creek		NC	049	93360	
4462135	Coventry	coventry	US	02816	0	America/New_York	35.96542	-79.04446	162			NC	135	90620	
4462137	Covington	covington	US	16917	0	America/New_York	36.45486	-79.35085	187			NC	033	90880	
4462138	Covington	covington	US	16917	0	America/New_York	35.13626	-79.84755	172			NC	153	93116	
4462189	Cowarts	cowarts	US	36321	0	America/New_York	35.29704	-83.11209	686			NC	099	90500	
4462307	Crabtree	crabtree	US	15624	0	America/New_York	35.60177	-82.94125	773			NC	087	90800	
4462356	Cramerton	cramerton	US	28032	4328	America/New_York	35.23875	-81.07508	186	Cramerton,Mayesworth,Mayworth		NC	071	93048	
4462359	Cranberry	cranberry	US	16319	0	America/New_York	36.14318	-81.96706	954	Cranberry,Cranberry Forge		NC	011	90812	
4462446	Creedmoor	creedmoor	US	27522	4425	America/New_York	36.12237	-78.68611	113	Kridmur,krdmwr  karwlynay shmaly,krydmwr,Кридмур,كريدمور,کردمور، کارولینای شمالی		NC	077	90936	
4462469	Crescent	crescent	US	15046	0	America/New_York	35.57542	-80.42006	246			NC	159	91256	
4462479	Creston	creston	US	26141	0	America/New_York	36.4279	-81.62372	871			NC	009	90820	
4462481	Crestview	crestview	US	32536	0	America/New_York	35.71294	-77.94387	38			NC	195	94048	
4462488	Crestwood	crestwood	US	40014	0	America/New_York	36.07514	-79.47558	199			NC	001		
4462489	Crestwood	crestwood	US	40014	0	America/New_York	35.36762	-82.52012	649			NC	089	91456	
4462492	Creswell	creswell	US	27928	261	America/New_York	35.87044	-76.39216	2	Cool Spring,Cressville,Cresswell,Creswell		NC	187	92876	
4462549	Crooked Creek	crooked-creek	US	99575	0	America/New_York	35.28706	-82.47345	658			NC	089	91456	
4462603	Crossnore	crossnore	US	28616	192	America/New_York	36.02179	-81.92956	1031			NC	011	90052	
4462617	Crouse	crouse	US	28033	0	America/New_York	35.42097	-81.30536	261			NC	109	91552	
4462644	Crumpler	crumpler	US	28617	0	America/New_York	36.50401	-81.39427	779			NC	009	93892	
4462686	Culberson	culberson	US	28903	0	America/New_York	34.99175	-84.16769	496			NC	039	92336	
4462701	Cullowhee	cullowhee	US	28723	6228	America/New_York	35.31371	-83.17653	645	Cullowhee,Kullaughee Valley,Painter,kwlwwh  karwlynay shmaly,کولووه، کارولینای شمالی		NC	099	90848	
4462711	Cumberland	cumberland	US	02864	0	America/New_York	35.00489	-78.96725	56	Beaver Creek,Cumberland		NC	051	92724	
4462712	Cumberland	cumberland	US	02864	0	America/New_York	36.07486	-79.7817	241			NC	081	91228	
4462732	Cumnock	cumnock	US	27237	0	America/New_York	35.55487	-79.2378	83	Cumnock,Egypt		NC	105		
4462736	Cunningham	cunningham	US	37052	0	America/New_York	36.5382	-79.07835	175	Cunningham,Cunningham Store		NC	145	90852	
4462748	Currie	currie	US	28435	0	America/New_York	34.46267	-78.10111	9			NC	141	91272	
4462759	Currituck	currituck	US	27929	0	America/New_York	36.44988	-76.01548	2		053	NC	053	90816	
4462760	Currituck	currituck	US	27929	0	America/New_York	35.16542	-80.87063	210			NC	119		
4462879	Cyrus	cyrus	US	56323	0	America/New_York	34.72072	-77.57886	18			NC	133	91632	
4462893	Dalton	dalton	US	01226	0	America/New_York	36.30903	-80.40117	271	Boyles Store,Dalton		NC	169	94108	
4462896	Dallas	dallas	US	18612	4622	America/New_York	35.31653	-81.17619	242	Dalas,Dallas,dalas,dls  karwlynay shmaly,Далас,Даллас,دالاس,دلس، کارولینای شمالی		NC	071	90872	
4462937	Dana	dana	US	28724	3329	America/New_York	35.32928	-82.3754	686			NC	089	90304	
4462940	Danbury	danbury	US	03230	187	America/New_York	36.4093	-80.20588	248	Crawford,Danberi,Danbury,danbwry,dnbry  karwlynay shmaly,Данбери,دانبوري,دنبری، کارولینای شمالی	169	NC	169	90876	
4462967	Daniels	daniels	US	25832	0	America/New_York	35.51624	-81.31508	280			NC	109	91552	
4462990	Darby	darby	US	19023	0	America/New_York	36.12124	-81.49538	391			NC	193	91012	
4463018	Darlington	darlington	US	16115	0	America/New_York	36.31876	-77.71803	49			NC	083	91088	
4463053	Davidson	davidson	US	28035	12207	America/New_York	35.50233	-80.83912	256	Davidson,Davidson College,Davison College,Dejvidson,dafydswn,dywydsn  karwlynay shmaly,Дејвидсон,دافيدسون,دیویدسن، کارولینای شمالی		NC	071		
4463086	Davis	davis	US	26260	422	America/New_York	34.79738	-76.4602	1			NC	031	90888	
4463186	Dawson	dawson	US	15428	0	America/New_York	35.34516	-77.63636	30			NC	107	93856	
4463356	Deep Gap	deep-gap	US	28618	0	America/New_York	36.23707	-81.51233	915			NC	189	93152	
4463390	Deep River	deep-river	US	06417	0	America/New_York	36.03041	-79.96837	271			NC	081	90896	
4463395	Deep Run	deep-run	US	28525	0	America/New_York	35.14544	-77.70386	31			NC	107	93760	
4463436	Deerfield	deerfield	US	01342	0	America/New_York	34.81072	-77.44469	15			NC	133	91632	
4463437	Deerfield	deerfield	US	01342	0	America/New_York	35.47211	-77.40608	15			NC	147	90112	
4463438	Deerfield	deerfield	US	01342	0	America/New_York	35.47651	-82.19428	390			NC	161	90656	
4463439	Deerfield	deerfield	US	01342	0	America/New_York	36.07875	-79.50336	197			NC	001		
4463440	Deerfield	deerfield	US	01342	0	America/New_York	35.77376	-78.36083	96			NC	183	91992	
4463441	Deerfield	deerfield	US	01342	0	America/New_York	35.76599	-77.9211	35			NC	195	94048	
4463451	Deerwood	deerwood	US	56444	0	America/New_York	35.27792	-80.95035	233			NC	119		
4463455	Deerwood	deerwood	US	56444	0	America/New_York	35.29822	-77.8822	29			NC	191	92256	
4463464	Delight	delight	US	71940	0	America/New_York	35.46818	-81.63315	313	Delight,Eakers Corner		NC	045		
4463469	Delco	delco	US	28436	348	America/New_York	34.31572	-78.22472	14	Brinkly,Delco,Pershing		NC	047	92624	
4463474	Dellwood	dellwood	US	53927	0	America/New_York	35.33234	-82.4904	690			NC	089	91456	
4463475	Dellwood	dellwood	US	53927	0	America/New_York	35.58738	-77.35052	22			NC	147	91328	
4463478	Delmar	delmar	US	12054	0	America/New_York	36.25571	-77.62692	28			NC	083	91036	
4463480	Dellwood	dellwood	US	53927	0	America/New_York	35.52344	-83.02847	836			NC	087	91608	
4463481	Delta	delta	US	17314	0	America/New_York	36.47458	-80.10116	337			NC	169	93016	
4463499	Dendron	dendron	US	23839	0	America/New_York	35.64929	-82.23067	519			NC	111	92384	
4463501	Dennis	dennis	US	02638	0	America/New_York	36.22514	-80.17005	258	Dennis,Salem Chapel		NC	067	92808	
4463519	Denton	denton	US	21629	1657	America/New_York	35.63347	-80.11588	213	Denton,Finchs Cross Roads,Finchs Crossroads		NC	057	91028	
4463523	Denver	denver	US	12421	2309	America/New_York	35.53125	-81.0298	274	Denver,Dry Pond,Денвер		NC	109	90560	
4463527	Derby	derby	US	05829	0	America/New_York	35.14543	-79.63476	160			NC	153	90200	
4463590	Deweese	deweese	US	68934	0	America/New_York	35.46042	-80.73174	233			NC	025		
4463598	Dexter	dexter	US	04930	0	America/New_York	36.38876	-78.51361	138			NC	077	92800	
4463621	Dickerson	dickerson	US	20842	0	America/New_York	35.13738	-77.01272	4			NC	049	93308	
4463622	Dickerson	dickerson	US	20842	0	America/New_York	36.26487	-78.55167	144			NC	077	91108	
4463658	Diggs	diggs	US	23045	0	America/New_York	34.84738	-79.85673	110			NC	153	94088	
4463674	Dillard	dillard	US	30537	0	America/New_York	36.40236	-80.09366	283			NC	169	90208	
4463686	Dillingham	dillingham	US	99576	0	America/New_York	35.75372	-82.40679	741			NC	021	91604	
4465036	Elberon	elberon	US	23846	0	America/New_York	36.3132	-78.21916	120			NC	185	92828	
4463696	Dillsboro	dillsboro	US	28725	240	America/New_York	35.36927	-83.25237	607	Dillsboro,Webster Station		NC	099	90900	
4463699	Dilworth	dilworth	US	56529	0	America/New_York	35.20959	-80.84757	220			NC	119		
4463760	Dixie	dixie	US	25059	0	America/New_York	35.20459	-80.96118	226			NC	119		
4463761	Dixie	dixie	US	25059	0	America/New_York	35.67266	-77.94832	38			NC	195	90276	
4463767	Dixon	dixon	US	42409	0	America/New_York	35.18708	-81.38036	261			NC	045		
4463768	Dixon	dixon	US	42409	0	America/New_York	34.586	-77.47997	17			NC	133	93160	
4463810	Dobson	dobson	US	27017	1573	America/New_York	36.39569	-80.72257	383		171	NC	171	90908	
4463936	Dorchester	dorchester	US	02121	0	America/New_York	36.15875	-80.38922	267			NC	067	93864	
4463949	Dothan	dothan	US	25833	0	America/New_York	34.0335	-78.74752	13			NC	047	90436	
4464036	Dover	dover	US	02030	0	America/New_York	35.30291	-81.57343	249	Dover,Dover Mill		NC	045		
4464037	Dover	dover	US	02030	398	America/New_York	35.21627	-77.43691	19	Dover,Довер		NC	049	93360	
4464038	Dover	dover	US	02030	430	America/New_York	35.44403	-79.72226	179			NC	125		
4464069	Dozier	dozier	US	36028	0	America/New_York	36.19181	-80.40617	279			NC	067	92388	
4464080	Drake	drake	US	42128	0	America/New_York	36.03821	-77.81748	45			NC	127	93068	
4464090	Dresden	dresden	US	04342	0	America/New_York	36.45818	-81.54566	826			NC	009	90696	
4464091	Drew	drew	US	38737	0	America/New_York	36.04682	-77.03551	18	Draw,Drew		NC	015	93008	
4464096	Drexel	drexel	US	28619	1866	America/New_York	35.75791	-81.60426	364	Baker,Drexel		NC	023	90912	
4464186	Dublin	dublin	US	03444	333	America/New_York	34.65684	-78.72641	40	Dublin,Дублин		NC	017	90244	
4464192	Duck	duck	US	25063	383	America/New_York	36.16961	-75.75519	4	DUF,Duck,Town of Duck		NC	055	90096	
4464224	Ducktown	ducktown	US	37326	0	America/New_York	35.2315	-82.74763	672			NC	175	90364	
4464291	Dunbar	dunbar	US	15431	0	America/New_York	35.96127	-77.65331	19			NC	065		
4464298	Duncan	duncan	US	29334	0	America/New_York	35.56266	-78.87196	143			NC	085	90416	
4464326	Dunn	dunn	US	28334	9723	America/New_York	35.30627	-78.6089	63	Dan,Dunn,Lucknow,Tearshirt,dan,dwn,dwn  karwlynay shmaly,Дан,دون,دون، کارولینای شمالی,ڈن، شمالی کیرولائنا,ダン		NC	085	90104	
4464361	Durant	durant	US	33530	0	America/New_York	36.13766	-76.29744	3			NC	143	92248	
4464368	Durham	durham	US	03824	257636	America/New_York	35.99403	-78.89862	123	Daram,Darehm,Darem,Daremas,Duram,Durham,Durhamsville,RDU,daramu,de han,deoleom,dwrham,dyurema,Дарам,Дарем,Дарэм,Дърам,דרהאם,دورهام,ڈرہم، شمالی کیرولائنا,ड्युरॅम,เดอแรม,ダーラム,德罕,더럼	063	NC	063	90932	
4464466	Eagle Rock	eagle-rock	US	24085	0	America/New_York	35.79126	-78.40833	96			NC	183	91992	
4464469	Eagle Springs	eagle-springs	US	27242	0	America/New_York	35.29154	-79.65281	204			NC	125		
4464480	Eagletown	eagletown	US	74734	0	America/New_York	36.27154	-77.2283	22			NC	131	92676	
4464485	Earl	earl	US	28038	257	America/New_York	35.19346	-81.53315	254	Earl,Earl Station,Erwinsville		NC	045		
4464518	East Bend	east-bend	US	27018	600	America/New_York	36.21653	-80.51256	324	Banners Store,East Bend		NC	197	90952	
4464564	East Flat Rock	east-flat-rock	US	28726	4995	America/New_York	35.28012	-82.42206	673			NC	089	91456	
4464637	East Marion	east-marion	US	11939	0	America/New_York	35.68429	-81.99177	439			NC	111	91984	
4464684	East Spencer	east-spencer	US	28039	1549	America/New_York	35.68181	-80.43228	218	East Spencer,Southern City		NC	159	92812	
4464750	Eastover	eastover	US	29044	3677	America/New_York	35.1	-78.8	29			NC	051	90968	
4464751	Eastover	eastover	US	29044	0	America/New_York	35.27461	-77.5758	18			NC	107	91704	
4464752	Eastover	eastover	US	29044	0	America/New_York	35.19903	-80.80674	207			NC	119		
4464773	Eastwood	eastwood	US	40018	0	America/New_York	35.29933	-77.7797	31			NC	107	92144	
4464774	Eastwood	eastwood	US	40018	0	America/New_York	35.24571	-79.44781	123			NC	125		
4464775	Eastwood	eastwood	US	40018	0	America/New_York	36.08347	-79.07779	181			NC	135	91496	
4464776	Eastwood	eastwood	US	40018	0	America/New_York	35.59044	-77.34163	17			NC	147	91328	
4464777	Eastwood	eastwood	US	40018	0	America/New_York	35.77154	-78.60056	78			NC	183	92612	
4464778	Eastwood	eastwood	US	40018	0	America/New_York	35.69377	-77.87137	37			NC	195	94048	
4464851	Echo	echo	US	56237	0	America/New_York	34.49961	-79.27754	44			NC	155	92760	
4464873	Eden	eden	US	05652	15403	America/New_York	36.48847	-79.7667	181	Draper,Eden,Iden,Leaksville,Spray,aydn,iden,Иден,إيدن,ایڈن، شمالی کیرولائنا,イーデン		NC	157	91752	
4464897	Edenton	edenton	US	27932	4849	America/New_York	36.05794	-76.60772	3	EDE,Edenton,Identon,Town on Matecomack Creek,Town on Queen Annes Creek,adntwn  karwlynay shmaly,adyntwn,Идентон,إدينتون,ادنتون، کارولینای شمالی	041	NC	041		
4464906	Edgar	edgar	US	54426	0	America/New_York	35.85625	-79.90531	244			NC	151	92268	
4464919	Edgemont	edgemont	US	19028	0	America/New_York	36.00235	-81.77483	478			NC	027	94052	
4464926	Edgewood	edgewood	US	21040	0	America/New_York	35.08488	-77.09912	6			NC	049	93592	
4464927	Edgewood	edgewood	US	21040	0	America/New_York	36.12847	-81.10675	374	Edgewood,Straw		NC	193	94012	
4464928	Edgewood	edgewood	US	21040	0	America/New_York	36.28182	-76.2116	2			NC	139	92292	
4464929	Edgewood	edgewood	US	21040	0	America/New_York	35.80015	-78.65473	102			NC	183	92612	
4464930	Edgewood	edgewood	US	21040	0	America/New_York	35.74849	-77.95637	39			NC	195	94048	
4464949	Edinburgh	edinburgh	US	46124	0	America/New_York	34.90572	-79.31004	75	Edenburg,Edinburgh		NC	093	90312	
4464954	Edmonds	edmonds	US	98020	0	America/New_York	36.56069	-80.94341	840			NC	005	91232	
4464955	Edmondson	edmondson	US	72332	0	America/New_York	35.55516	-78.59945	80			NC	101	92528	
4464963	Edneyville	edneyville	US	28727	2367	America/New_York	35.39401	-82.34095	684			NC	089	90972	
4464971	Edward	edward	US	27821	0	America/New_York	35.32433	-76.87522	9			NC	013	92664	
4465013	Efland	efland	US	27243	734	America/New_York	36.08125	-79.16918	199			NC	135	90632	
4465018	Egypt	egypt	US	72427	0	America/New_York	35.316	-76.94967	10			NC	013	90664	
4465037	Elberta	elberta	US	36530	0	America/New_York	35.28487	-79.63253	201			NC	125		
4465049	Eldorado	eldorado	US	45321	0	America/New_York	35.46708	-80.02922	158			NC	123	90988	
4465075	Elizabeth	elizabeth	US	07201	0	America/New_York	35.21375	-80.80535	206			NC	119		
4465087	Elizabeth City	elizabeth-city	US	27906	0	America/New_York	35.29291	-81.4912	284			NC	045		
4465088	Elizabeth City	elizabeth-city	US	27906	17988	America/New_York	36.2946	-76.25105	1	ECG,Elizabeth City,Elizabethtown,Ilizabet Siti,Reading,Redding,alyzabyth syty,aylyzbt syty  karwlynay shmaly,erizabesushiti,Илизабет Сити,إليزابيث سيتي,الزبتھ شہر، شمالی کیرولائنا,ایلیزبت سیتی، کارولینای شمالی,エリザベスシティ	139	NC	139	92164	
4465106	Elizabethtown	elizabethtown	US	12932	3586	America/New_York	34.62934	-78.60529	33	Ehlizabettaun,Elizabettaun,alyzabythtawn,Елизабеттаун,Элизабеттаун,إليزابيثتاون,الزبتھ ٹاؤن، شمالی کیرولائنا,الیزابت‌تاون، کارولینای شمالی	017	NC	017	91000	
4465129	Elk Mountain	elk-mountain	US	82324	0	America/New_York	35.63789	-82.59346	625			NC	021	90088	
4465131	Elk Park	elk-park	US	28622	442	America/New_York	36.15735	-81.97817	962			NC	011	91018	
4465155	Elkin	elkin	US	28621	4060	America/New_York	36.2443	-80.8484	273	Elkin,alkyn,alkyn  karwlynay shmaly,Елкин,ألكين,الکین، کارولینای شمالی		NC	171	91016	
4465171	Elkton	elkton	US	21921	0	America/New_York	34.46684	-78.60529	28			NC	017	93992	
4465177	Elkville	elkville	US	62932	0	America/New_York	36.06985	-81.40176	334			NC	193	91012	
4465181	Ellenboro	ellenboro	US	26346	854	America/New_York	35.32901	-81.75871	320	Ellenboro,Ellenburwell		NC	161	90720	
4465184	Ellendale	ellendale	US	19941	0	America/New_York	35.92569	-81.27953	387	Ellendale,Ellendale Chalybeat Springs		NC	003	91020	
4465198	Ellerbe	ellerbe	US	28338	1005	America/New_York	35.07126	-79.76144	164	Ellerbe,The Fair Grounds		NC	153	92084	
4465203	Ellijay	ellijay	US	30536	0	America/New_York	35.19176	-83.27043	697			NC	113	91024	
4465215	Elliott	elliott	US	29046	0	America/New_York	34.98406	-78.21361	41	Elliot,Elliott		NC	163	93780	
4465251	Elm City	elm-city	US	27822	1350	America/New_York	35.80655	-77.86332	41	Elm City,Toisnot		NC	195	93244	
4465254	Elm Grove	elm-grove	US	53122	0	America/New_York	36.13599	-76.90773	17			NC	015	94064	
4465255	Elm Grove	elm-grove	US	53122	0	America/New_York	35.14544	-77.53636	24			NC	107	93060	
4465271	Elmore	elmore	US	36025	0	America/New_York	34.7946	-79.50866	73	Elmore,Elmores Crossroads		NC	165	91748	
4465278	Elmwood	elmwood	US	02337	0	America/New_York	35.97294	-76.71439	6			NC	015	92044	
4465279	Elmwood	elmwood	US	02337	0	America/New_York	35.75125	-80.7609	256			NC	097	90616	
4465285	Elon	elon	US	27244	10024	America/New_York	36.10291	-79.50669	215	Elon,Elon College		NC	001		
4465287	Elrod	elrod	US	35458	417	America/New_York	34.61405	-79.24198	49			NC	155	93812	
4465291	Elroy	elroy	US	53929	3869	America/New_York	35.34266	-77.90859	34	El Roy,Elroy,Elroy Store		NC	191	92256	
4465303	Emerald Isle	emerald-isle	US	28594	3720	America/New_York	34.67794	-76.95078	3			NC	031	93968	
4465307	Emerson	emerson	US	07630	0	America/New_York	34.45795	-78.5664	29	Emerson,Portersville,Porterville		NC	017	93992	
4465308	Emerson	emerson	US	07630	0	America/New_York	34.181	-78.86614	31			NC	047	93072	
4465312	Emery	emery	US	57332	0	America/New_York	35.24737	-79.72254	208			NC	123	92748	
4465320	Emma	emma	US	62834	0	America/New_York	35.59678	-82.59179	642			NC	021	90088	
4465364	Enfield	enfield	US	03748	2427	America/New_York	36.18099	-77.66664	32	Enfield,Huckleberry Swamp		NC	083	91036	
4465369	Engelhard	engelhard	US	27824	445	America/New_York	35.50962	-75.99602	1			NC	095	91724	
4465376	Englewood	englewood	US	07631	0	America/New_York	35.59183	-77.35469	20			NC	147	91328	
4465377	Englewood	englewood	US	07631	0	America/New_York	35.09016	-78.93586	64			NC	051	90832	
4465384	English	english	US	47118	0	America/New_York	35.95039	-82.5268	1070			NC	115		
4465391	Enka	enka	US	28728	0	America/New_York	35.54983	-82.65013	631			NC	021	90086	
4465400	Ennice	ennice	US	28623	0	America/New_York	36.55346	-80.99591	775			NC	005	91232	
4465412	Enola	enola	US	17025	0	America/New_York	35.66513	-81.65398	408			NC	023	93836	
4465413	Enon	enon	US	45323	0	America/New_York	36.13986	-80.46895	270			NC	197	91128	
4465424	Enterprise	enterprise	US	26568	0	America/New_York	35.94486	-80.27644	263	Enterprise,Epworth		NC	057	90076	
4465425	Enterprise	enterprise	US	26568	0	America/New_York	36.4657	-77.94832	106			NC	185	92688	
4465450	Epsom	epsom	US	03234	0	America/New_York	36.24543	-78.32861	148	Dukes Crossroads,Epsom		NC	181	92824	
4465460	Erlanger	erlanger	US	41018	0	America/New_York	35.83903	-80.25338	243			NC	057	91796	
4465461	Ernul	ernul	US	28527	0	America/New_York	35.25266	-77.07967	7	Ernul,Wasp		NC	049	93256	
4465463	Erwin	erwin	US	28339	4679	America/New_York	35.32683	-78.67613	58	Duke,Erwin		NC	085	90920	
4465487	Essex	essex	US	01929	0	America/New_York	36.24682	-77.95665	83			NC	083	90368	
4465488	Essex	essex	US	01929	0	America/New_York	35.33623	-82.49262	672			NC	089	91456	
4465500	Ether	ether	US	27247	0	America/New_York	35.43986	-79.78393	191	Ether,Freemans Cross Roads		NC	123	93100	
4465507	Etowah	etowah	US	28729	6944	America/New_York	35.31762	-82.59429	642			NC	089	92076	
4465517	Eure	eure	US	27935	0	America/New_York	36.42738	-76.85329	6			NC	073	91376	
4465521	Eureka	eureka	US	48833	199	America/New_York	35.54266	-77.87637	38	Ehvrika,Eureka,Sauls Cross Roads,Эврика		NC	191	92200	
4465529	Eureka Springs	eureka-springs	US	72631	0	America/New_York	35.14961	-78.90919	73			NC	051	90532	
4465532	Eutaw	eutaw	US	35462	0	America/New_York	35.07739	-78.92642	66			NC	051	90832	
4465566	Evansdale	evansdale	US	50707	0	America/New_York	35.65516	-77.8697	36			NC	195	93096	
4465580	Everetts	everetts	US	27825	159	America/New_York	35.83488	-77.17357	17	Everetts,Everitts		NC	117	90836	
4465585	Evergreen	evergreen	US	23939	420	America/New_York	34.296	-78.21778	14			NC	047	92624	
4465586	Evergreen	evergreen	US	23939	420	America/New_York	34.40822	-78.90169	31			NC	047	93216	
4465602	Evergreen Park	evergreen-park	US	60805	0	America/New_York	35.26542	-80.75924	225			NC	119		
4465604	Everton	everton	US	65646	0	America/New_York	35.03794	-78.04582	44			NC	061	93900	
4465637	Fair Bluff	fair-bluff	US	28439	917	America/New_York	34.3135	-79.03725	19			NC	047	91044	
4465640	Fair Grove	fair-grove	US	65648	0	America/New_York	35.85208	-80.07754	256	Cedar Lodge,Fair Grove,Fairgrove		NC	057	93232	
4465656	Fairfax	fairfax	US	05454	0	America/New_York	35.45314	-83.8399	411			NC	173	91144	
4465660	Fairfield	fairfield	US	04937	0	America/New_York	36.10014	-79.81864	260			NC	081	92124	
4465661	Fairfield	fairfield	US	04937	258	America/New_York	35.54128	-76.22436	1			NC	095	91048	
4465662	Fairfield	fairfield	US	04937	0	America/New_York	35.06043	-80.38729	161			NC	179	92280	
4465663	Fairfield	fairfield	US	04937	0	America/New_York	35.51933	-78.31639	42			NC	101	92888	
4465684	Fairgrove	fairgrove	US	48733	0	America/New_York	35.70735	-81.26536	297			NC	035	91468	
4465689	Fairlawn	fairlawn	US	44334	0	America/New_York	34.24795	-77.89221	11			NC	129	94044	
4465691	Fairmont	fairmont	US	26554	2697	America/New_York	34.49683	-79.1142	38	Ashpole,Fairmont,Union City		NC	155	91052	
4465692	Fairmont	fairmont	US	26554	0	America/New_York	35.7896	-78.66639	130			NC	183	92612	
4465702	Fairport	fairport	US	14450	0	America/New_York	36.22737	-78.52194	132			NC	077	91108	
4465705	Fairview	fairview	US	07022	2678	America/New_York	35.51401	-82.39595	678			NC	021	91056	
4465707	Fairview	fairview	US	07022	0	America/New_York	35.2812	-83.63267	949			NC	113	92204	
4465708	Fairview	fairview	US	07022	0	America/New_York	36.08708	-79.11335	200			NC	135	91496	
4465709	Fairview	fairview	US	07022	0	America/New_York	36.52736	-79.78976	233			NC	157	91752	
4465710	Fairview	fairview	US	07022	0	America/New_York	36.32847	-80.72034	338	Alberty,Fair View Crossroads,Fairview,Fairview Crossroads		NC	171	90908	
4465711	Fairview	fairview	US	07022	3684	America/New_York	35.13848	-80.53757	161	Benton Crossroads,Coburn Store,Coburns,Fairview,Fairview Crossroads,Oakville,Stewart		NC	179	91264	
4465712	Fairview	fairview	US	07022	0	America/New_York	35.90988	-77.54525	22			NC	065		
4465713	Fairview	fairview	US	07022	0	America/New_York	35.65347	-80.46867	224			NC	159	92812	
4465842	Falcon	falcon	US	28342	269	America/New_York	35.18989	-78.64835	43	Falcon,Starlings Bridge		NC	051	90288	
4465848	Falkland	falkland	US	27827	98	America/New_York	35.69933	-77.51303	23	Bensborough,Falkland		NC	147	91064	
4465853	Faison	faison	US	28341	985	America/New_York	35.11628	-78.1361	49	Faison,Faisons Depot		NC	061	91060	
4465903	Falls	falls	US	18615	0	America/New_York	35.93987	-78.57945	61			NC	183	92228	
4465910	Falls Church	falls-church	US	22040	0	America/New_York	35.86182	-78.61584	107			NC	183	92228	
4465913	Falls Creek	falls-creek	US	15840	0	America/New_York	35.22234	-82.69596	737			NC	175	90928	
4465926	Fallston	fallston	US	21047	601	America/New_York	35.42902	-81.50148	312			NC	045		
4465956	Farmer	farmer	US	43520	0	America/New_York	35.65347	-79.97699	163	Farmer,Former		NC	151	90748	
4465972	Farmington	farmington	US	03835	0	America/New_York	36.01569	-80.53228	239	Farmington,Little Currituck		NC	059	91080	
4465973	Farmington	farmington	US	03835	0	America/New_York	35.93988	-77.84137	34			NC	127	93144	
4465983	Farmville	farmville	US	23901	4613	America/New_York	35.57071	-79.22002	86	Coalgen,Farmville		NC	037	92352	
4465984	Farmville	farmville	US	23901	4758	America/New_York	35.59544	-77.58525	25	Farmville,New Town		NC	147	91084	
4465995	Farrar	farrar	US	63746	0	America/New_York	35.89543	-77.54275	20	Farrar,Hilma,West Tarboro		NC	065		
4466033	Fayetteville	fayetteville	US	13066	201963	America/New_York	35.05266	-78.87836	29	Campbellton,Cross Creek,FAY,Fajetvil,Fayetteville,Feetvil',Fejetvil,Fejetvill,Lower Campbellton,Upper Campbellton,faiettobiru,fayytfyl,fei ye te wei er,fey xett will,fyytwyl  karwlynay shmaly,peiesbil,Файетвил,Фейетвилл,Феєтвіль,Фејетвил,פאייטוויל,فائیٹویل، شمالی کیرولائنا,فاييتفيل,فییتویل، کارولینای شمالی,เฟย์เอตต์วิลล์,ファイエットビル,費耶特維爾,페이엣빌	051	NC	051	90832	
4466093	Ferguson	ferguson	US	28624	0	America/New_York	36.08569	-81.36843	331	Ferguson,Gist		NC	193	91012	
4466108	Fernwood	fernwood	US	39635	0	America/New_York	35.38012	-81.96538	335			NC	161	92776	
4466109	Fernwood	fernwood	US	39635	0	America/New_York	35.22456	-82.69485	699			NC	175	90928	
4466146	Fields	fields	US	97710	0	America/New_York	35.28377	-77.73081	31			NC	107	92144	
4466157	Fillmore	fillmore	US	14735	0	America/New_York	35.71877	-78.03138	46			NC	195	92380	
4466175	Finger	finger	US	38334	0	America/New_York	35.38486	-80.35784	192			NC	167	92680	
4466178	Finley	finley	US	38030	0	America/New_York	36.0743	-81.59177	544			NC	027	92452	
4466207	Firestone	firestone	US	80520	0	America/New_York	35.28792	-80.86979	231			NC	119		
4466316	Fishing Creek	fishing-creek	US	21634	0	America/New_York	36.13263	-81.06564	396			NC	193	94012	
4466347	Five Points	five-points	US	36855	0	America/New_York	35.56183	-76.88661	11			NC	013	91896	
4466348	Five Points	five-points	US	36855	0	America/New_York	35.45235	-81.66648	316			NC	045		
4466349	Five Points	five-points	US	36855	0	America/New_York	36.02736	-80.29311	261			NC	067	94068	
4466350	Five Points	five-points	US	36855	0	America/New_York	35.9621	-78.29111	86			NC	069	91414	
4466351	Five Points	five-points	US	36855	0	America/New_York	35.26762	-82.40956	662			NC	089	91456	
4466352	Five Points	five-points	US	36855	689	America/New_York	35.01683	-79.36087	106	Five Point,Five Points		NC	093	92600	
4466353	Five Points	five-points	US	36855	0	America/New_York	35.35016	-78.48695	68			NC	101	90144	
4466354	Five Points	five-points	US	36855	0	America/New_York	34.95265	-79.7895	95			NC	153	92736	
4466355	Five Points	five-points	US	36855	0	America/New_York	35.57097	-80.65451	272			NC	159	90100	
4466356	Five Points	five-points	US	36855	0	America/New_York	35.59599	-78.7589	118	Cairo,Five Point,Five Points		NC	183	92056	
4466357	Five Points	five-points	US	36855	0	America/New_York	35.71432	-77.92443	41			NC	195	94048	
4466361	Fitzgerald	fitzgerald	US	31750	0	America/New_York	36.53319	-79.67309	163			NC	157	91752	
4466444	Flat Rock	flat-rock	US	28731	3313	America/New_York	35.27123	-82.44151	672			NC	089	91456	
4466445	Flat Rock	flat-rock	US	28731	0	America/New_York	36.38347	-80.39533	362			NC	169	92588	
4466446	Flat Rock	flat-rock	US	28731	1556	America/New_York	36.51236	-80.56978	349	Flat Rock,Flatrock		NC	171	92156	
4466447	Flat Rock	flat-rock	US	28731	0	America/New_York	36.39126	-78.36777	132			NC	181	92050	
4466496	Flat Top	flat-top	US	25841	0	America/New_York	35.56845	-82.38151	1270			NC	021	91056	
4466534	Fleetwood	fleetwood	US	19522	0	America/New_York	36.30624	-81.51344	876			NC	009	92376	
4466547	Fletcher	fletcher	US	28732	7582	America/New_York	35.43067	-82.50123	645			NC	089	91536	
4466571	Flint Hill	flint-hill	US	22627	0	America/New_York	35.47819	-79.91477	202			NC	123	92412	
4466572	Flint Hill	flint-hill	US	22627	0	America/New_York	35.8018	-79.92365	214			NC	151	90116	
4466573	Flint Hill	flint-hill	US	22627	0	America/New_York	36.17514	-80.47783	283			NC	197	91128	
4466607	Florence	florence	US	01062	0	America/New_York	36.02541	-79.95893	274			NC	081	91484	
4466608	Florence	florence	US	01062	0	America/New_York	35.14433	-76.63104	2	Florence,Spring Creek		NC	137	93312	
4466689	Footville	footville	US	53537	0	America/New_York	36.06069	-80.70201	316	Footsville,Footville		NC	197	90892	
4466720	Forest City	forest-city	US	18421	7282	America/New_York	35.33401	-81.8651	309	Burnt Chimney,Forest City,Forist Siti,fryst syty  karwlynay shmaly,fwrst syty,Форист Сити,فریست سیتی، کارولینای شمالی,فورست سيتي		NC	161	90768	
4466724	Forest Grove	forest-grove	US	18922	0	America/New_York	36.3004	-81.80733	879			NC	189	90204	
4466725	Forest Grove	forest-grove	US	18922	0	America/New_York	34.76905	-77.4158	7			NC	133	91632	
4466729	Forest	forest	US	24551	0	America/New_York	35.16155	-77.04717	3			NC	049	93308	
4466732	Forest Hill	forest-hill	US	21050	0	America/New_York	35.39322	-77.94915	36			NC	191	93138	
4466738	Forest Hills	forest-hills	US	11375	0	America/New_York	35.84791	-81.52926	386			NC	027	91556	
4466739	Forest Hills	forest-hills	US	11375	0	America/New_York	36.14458	-80.24838	296			NC	067	94068	
4466740	Forest Hills	forest-hills	US	11375	372	America/New_York	35.29732	-83.19348	701			NC	099	90848	
4466741	Forest Hills	forest-hills	US	11375	0	America/New_York	35.59377	-77.36246	20			NC	147	91328	
4466742	Forest Hills	forest-hills	US	11375	0	America/New_York	36.3118	-79.69836	241			NC	157	92652	
4466743	Forest Hills	forest-hills	US	11375	0	America/New_York	35.21845	-82.73596	652			NC	175	90364	
4466744	Forest Hills	forest-hills	US	11375	327	America/New_York	35.70404	-78.61862	98			NC	183	92788	
4466745	Forest Hills	forest-hills	US	11375	0	America/New_York	36.04153	-79.3978	171			NC	001		
4466746	Forest Hills	forest-hills	US	11375	0	America/New_York	35.08655	-78.92419	45			NC	051	90832	
4466747	Forest Hills	forest-hills	US	11375	0	America/New_York	35.50126	-79.19585	90			NC	105		
4466748	Forest Hills	forest-hills	US	11375	0	America/New_York	34.22795	-77.90999	9			NC	129	94044	
4466749	Forest Hills	forest-hills	US	11375	0	America/New_York	35.68097	-80.47534	217			NC	159	92812	
4466750	Forest Hills	forest-hills	US	11375	0	America/New_York	35.35318	-81.97372	297			NC	161	92776	
4466751	Forest Hills	forest-hills	US	11375	0	America/New_York	34.96209	-80.5609	194			NC	179	92108	
4466752	Forest Hills	forest-hills	US	11375	0	America/New_York	36.14541	-81.13981	327			NC	193	94012	
4466753	Forest Hills	forest-hills	US	11375	0	America/New_York	35.74682	-77.94887	43			NC	195	94048	
4466787	Forest Park	forest-park	US	30297	0	America/New_York	36.30321	-76.25799	2			NC	139	92164	
4466797	Forestburg	forestburg	US	76239	0	America/New_York	36.19099	-76.37799	4	Forestburg,Newhope Proper		NC	143	92248	
4466798	Forestdale	forestdale	US	02644	0	America/New_York	36.45597	-79.71614	210			NC	157	93936	
4466799	Forestville	forestville	US	14062	0	America/New_York	35.96154	-78.51806	120			NC	183	93880	
4466807	Fork	fork	US	21051	0	America/New_York	35.88069	-80.44561	248	Fork,Fork Church		NC	059	91192	
4466915	Fort Defiance	fort-defiance	US	24437	0	America/New_York	36.01707	-81.4951	365	Defiance,Fort Defiance		NC	027	94116	
4466953	Foster	foster	US	02825	0	America/New_York	35.39732	-83.18292	658			NC	099	93204	
4466971	Fountain	fountain	US	27829	0	America/New_York	34.841	-77.67275	24	Fountain,Fountaintown		NC	061	90864	
4466972	Fountain	fountain	US	27829	435	America/New_York	35.67405	-77.63997	34	Fountain,Reba		NC	147	91152	
4466978	Fountain Hill	fountain-hill	US	71642	0	America/New_York	35.40989	-77.5008	12			NC	107	90760	
4466984	Four Corners	four-corners	US	82715	0	America/New_York	36.03625	-80.60812	267			NC	059	90668	
4466988	Four Oaks	four-oaks	US	27524	2050	America/New_York	35.44488	-78.42695	60			NC	101	91584	
4467002	Fountain Hill	fountain-hill	US	71642	0	America/New_York	35.07765	-80.2884	152			NC	007	90452	
4467113	Francisco	francisco	US	47649	0	America/New_York	36.50903	-80.35589	347			NC	169	90260	
4467128	Franklin	franklin	US	02038	3940	America/New_York	35.18232	-83.38154	646	Franklin,frankln,frnklyn  karwlynay shmaly,frynkln  shmaly kyrwlayna,Франклин,فرانكلن,فرنکلین، کارولینای شمالی,فرینکلن، شمالی کیرولائنا	113	NC	113	91156	
4467129	Franklin	franklin	US	02038	3619	America/New_York	35.72125	-80.49895	240	Franklin,Franklinville		NC	159	91160	
4467130	Franklin	franklin	US	02038	0	America/New_York	36.4893	-80.63368	343			NC	171	92156	
4467145	Franklin Grove	franklin-grove	US	61031	0	America/New_York	35.43565	-83.46294	568			NC	173	90624	
4467150	Franklin Park	franklin-park	US	08823	0	America/New_York	35.23095	-82.72624	655			NC	175	90364	
4467161	Franklinton	franklinton	US	27525	2135	America/New_York	36.10182	-78.45805	125	Franklin Depot,Franklinton,franklyntwn,franklyntwn  karwlynay shmaly,Франклинтон,فرانكلينتون,فرانکلینتون، کارولینای شمالی		NC	069	91170	
4467167	Franklinville	franklinville	US	08322	1157	America/New_York	35.74375	-79.69225	143	Franklinsville,Franklinville		NC	151	91172	
4467223	Freeland	freeland	US	18224	0	America/New_York	34.10711	-78.53723	11			NC	019	93868	
4467226	Freeman	freeman	US	23856	0	America/New_York	34.31711	-78.28417	16			NC	047	92624	
4467254	Fremont	fremont	US	03044	1280	America/New_York	35.54544	-77.97471	45	Frimont,Фримонт		NC	191	92200	
4467302	Friendship	friendship	US	04547	0	America/New_York	35.07536	-84.19214	534	Friendship,Suit		NC	039	92932	
4467303	Friendship	friendship	US	04547	0	America/New_York	35.0635	-78.04027	44			NC	061	91060	
4467304	Friendship	friendship	US	04547	0	America/New_York	36.09208	-79.95393	272			NC	081	92124	
4467305	Friendship	friendship	US	04547	0	America/New_York	36.30847	-80.26588	298			NC	169	92028	
4467306	Friendship	friendship	US	04547	0	America/New_York	35.69876	-78.89973	118	Friendship,Jordans		NC	183	90420	
4467307	Friendship	friendship	US	04547	0	America/New_York	36.26403	-80.56395	308			NC	197	92314	
4467359	Friendswood	friendswood	US	77546	0	America/New_York	36.07014	-79.89615	275			NC	081	92124	
4467369	Frisco	frisco	US	27936	200	America/New_York	35.23518	-75.62849	1	Frisco,Trent		NC	055	91424	
4467399	Fruitland	fruitland	US	21826	2031	America/New_York	35.39651	-82.39317	675			NC	089	90680	
4467400	Fruitland	fruitland	US	21826	0	America/New_York	34.9246	-79.65033	128			NC	153	91988	
4467479	Funston	funston	US	31753	0	America/New_York	34.101	-78.02694	13			NC	019	93252	
4467485	Fuquay-Varina	fuquay-varina	US	27526	23907	America/New_York	35.58432	-78.80001	119	F'jukvej-Varina,Fjukvej-Varina,Fuquay Springs,Fuquay Varina,Fuquay-Varina,Sippehaw,Varina,fakway faryna,fukibarina,fwkway-waryna  karwlynay shmaly,Фьюквей-Варина,Фюквей-Варіна,فاكواي فارينا,فوکئے-وارینا، شمالی کیرولینا,فوکوای-وارینا، کارولینای شمالی,フキーバリナ		NC	183	92056	
4467541	Galatia	galatia	US	62935	0	America/New_York	36.47154	-77.30247	33			NC	131	94004	
4467640	Gardnerville	gardnerville	US	89410	0	America/New_York	35.38961	-77.29885	10			NC	147	93196	
4467644	Garland	garland	US	04939	632	America/New_York	34.78628	-78.39417	40	Garland,Girljanda,Sloans Crossing,Гирлянда		NC	163	93052	
4467657	Garner	garner	US	27529	28053	America/New_York	35.71126	-78.61417	110	Gardners Station,Garner,gana,garnr  karwlynay shmaly,garnr  shmaly kyrwlyna,gharnr,Гарнер,غارنر,گارنر، شمالی کیرولینا,گارنر، کارولینای شمالی,ガーナー		NC	183	92788	
4467701	Garysburg	garysburg	US	27831	977	America/New_York	36.45099	-77.55887	41	Blakely Depot,Dupreesville,Garysburg,Garysburgh,Peebles Tavern		NC	131	92368	
4467732	Gastonia	gastonia	US	28052	74543	America/New_York	35.26208	-81.1873	245	Gastonija,gaeseutonia,gasutonia,ghastwnya,gstwwnya  karwlynay shmaly,jia si tuo ni ya,kastaniya,Гастония,Гастонија,Ґастонія,غاستونيا,گستوونیا، کارولینای شمالی,گیسٹونیا، شمالی کیرولائنا,கஸ்டானியா,แกสโตเนีย,ガストニア,加斯托尼亞,개스토니아	071	NC	071	91216	
4467739	Gates	gates	US	27937	0	America/New_York	36.50349	-76.76912	21			NC	073	92660	
4467743	Gatesville	gatesville	US	27938	302	America/New_York	36.40349	-76.75301	7	Bennetts Creek Landing,Gates Courthouse,Gatesville,Gejtsvil,gatswyl  karwlynay shmaly,ghytsfyl,Гејтсвил,غيتسفيل,گاتسویل، کارولینای شمالی	073	NC	073	91220	
4467751	Gatewood	gatewood	US	63942	0	America/New_York	36.53708	-79.4003	192			NC	033	92468	
4467752	Gatewood	gatewood	US	63942	0	America/New_York	35.0282	-80.72285	207			NC	179	92836	
4467757	Gaston	gaston	US	27832	1067	America/New_York	36.50043	-77.64498	55	Camps Store,Gaston,Wilkins Ferry		NC	131	91212	
4467761	Gay	gay	US	25244	0	America/New_York	35.29149	-83.2732	702			NC	099	92856	
4467767	Gaylord	gaylord	US	49734	0	America/New_York	35.43156	-76.74215	3			NC	013	90168	
4467768	Gaylord	gaylord	US	49734	0	America/New_York	35.60572	-76.7491	4			NC	013	92436	
4467785	Genoa	genoa	US	13071	0	America/New_York	35.32627	-78.04027	35			NC	191	90384	
4467794	George	george	US	51237	0	America/New_York	36.32238	-77.23052	21			NC	131	92676	
4467826	Georgetown	georgetown	US	01833	0	America/New_York	35.62094	-82.6543	670			NC	021	91776	
4467827	Georgetown	georgetown	US	01833	0	America/New_York	36.01514	-80.09949	281			NC	057	90008	
4467828	Georgetown	georgetown	US	01833	0	America/New_York	35.26461	-77.55052	24			NC	107	91704	
4467829	Georgetown	georgetown	US	01833	0	America/New_York	34.74127	-77.44302	4			NC	133	91632	
4467830	Georgetown	georgetown	US	01833	0	America/New_York	35.80487	-78.635	89			NC	183	92612	
4467841	Germanton	germanton	US	27019	827	America/New_York	36.26292	-80.23088	212	Germanton,Germantown		NC	169	92028	
4467843	Germantown	germantown	US	12526	0	America/New_York	35.43183	-76.46298	1	Germanton,Germantown		NC	095	90856	
4467856	Gerton	gerton	US	28735	254	America/New_York	35.47928	-82.34817	814			NC	089	90972	
4467899	Gibson	gibson	US	18820	519	America/New_York	34.75905	-79.61061	76			NC	165	94036	
4467926	Gibsonville	gibsonville	US	27249	6773	America/New_York	36.10569	-79.54225	219			NC	081	92716	
4467945	Gilead	gilead	US	68362	0	America/New_York	35.45266	-76.98495	10			NC	013	90664	
4467959	Gill	gill	US	01354	0	America/New_York	36.26598	-78.40805	151			NC	181	91712	
4468019	Glade Valley	glade-valley	US	28627	0	America/New_York	36.4718	-81.05147	842			NC	005	90640	
4468030	Glady	glady	US	26268	0	America/New_York	35.50872	-82.72707	686			NC	021	93840	
4468056	Glen Alpine	glen-alpine	US	28628	1500	America/New_York	35.72902	-81.77927	370	Glen Alpine,Glen Alpine Station,Sigmonsburg,Sigmundsville,Turkey Tail		NC	023	92952	
4468072	Glen Cove	glen-cove	US	11542	0	America/New_York	36.16821	-76.07187	0			NC	139	92804	
4468078	Glenbrook	glenbrook	US	89413	0	America/New_York	35.05127	-79.00114	68			NC	051	92892	
4468083	Glencoe	glencoe	US	41046	0	America/New_York	36.13902	-79.4278	176			NC	001		
4468090	Glendale Springs	glendale-springs	US	28629	0	America/New_York	36.34513	-81.38038	937			NC	009	92364	
4468092	Glenfield	glenfield	US	13343	0	America/New_York	35.38211	-77.63525	25			NC	079	91532	
4468095	Glenhaven	glenhaven	US	95443	0	America/New_York	35.04433	-78.9942	65			NC	051	92892	
4468115	Glenview	glenview	US	40025	0	America/New_York	36.16765	-77.81165	46			NC	083	90368	
4468117	Glenville	glenville	US	17329	110	America/New_York	35.17343	-83.12931	1097			NC	099	91384	
4468122	Glenwood	glenwood	US	07418	0	America/New_York	35.82097	-80.27366	228			NC	057	91796	
4468123	Glenwood	glenwood	US	07418	0	America/New_York	36.05514	-79.80975	253			NC	081	92124	
4468124	Glenwood	glenwood	US	07418	0	America/New_York	35.61457	-81.98205	393	Glenwood,Nealsville		NC	111	91236	
4468125	Glenwood	glenwood	US	07418	0	America/New_York	34.9321	-79.75839	83			NC	153	92736	
4468142	Globe	globe	US	85501	0	America/New_York	36.04624	-81.70816	409			NC	027	91244	
4468161	Gloucester	gloucester	US	01930	537	America/New_York	34.72627	-76.54104	2			NC	031	93156	
4468214	Gold Hill	gold-hill	US	28071	0	America/New_York	36.31819	-79.93059	263			NC	157	92232	
4468215	Gold Hill	gold-hill	US	28071	0	America/New_York	35.52125	-80.33811	235			NC	159	92128	
4468225	Gold Hill	gold-hill	US	28071	0	America/New_York	34.92128	-79.17309	69			NC	093	93136	
4468261	Goldsboro	goldsboro	US	21636	35826	America/New_York	35.38488	-77.99277	33	GSB,Goldsboro,Goldsborough,ghwldzbwrw,goruzuboro,gwwldzww  karwlynay shmaly,Голдсборо,Ґолдсборо,غولدزبورو,گولڈزبرو، شمالی کیرولائنا,گوولدزوو، کارولینای شمالی,ゴールズボロ	191	NC	191	91260	
4468298	Goldston	goldston	US	27252	301	America/New_York	35.5932	-79.32835	128			NC	037	91352	
4468331	Goose Creek	goose-creek	US	29445	0	America/New_York	36.22821	-76.02798	1			NC	029	92920	
4468384	Gorman	gorman	US	76454	1011	America/New_York	36.03653	-78.82334	111			NC	063	92344	
4468453	Grace	grace	US	38745	0	America/New_York	35.62817	-82.55235	663			NC	021	90086	
4468525	Graham	graham	US	27253	14647	America/New_York	36.06903	-79.40058	194	Grejam,Grejgem,ghraham,grym  karwlynay shmaly,gurahamu,Грейам,Грејам,Ґрейгем,غراهام,گراہم، شمالی کیرولائنا,گریم، کارولینای شمالی,グラハム	001	NC	001		
4468569	Grandin	grandin	US	32138	0	America/New_York	36.04402	-81.41593	346			NC	027	91700	
4468578	Grandview	grandview	US	37337	0	America/New_York	35.16758	-84.04519	535	Grand View,Grandview		NC	039	92192	
4468585	Grandy	grandy	US	27939	0	America/New_York	36.24211	-75.87908	4			NC	053	92552	
4468590	Granite Falls	granite-falls	US	28630	4662	America/New_York	35.79652	-81.43065	364	Catawba View,Falls of Gunpowder,Granite Falls		NC	027	91916	
4468595	Granite Quarry	granite-quarry	US	28072	2995	America/New_York	35.61236	-80.44673	244	Granite Quarry,Woodside		NC	159	91256	
4468613	Grantham	grantham	US	03753	0	America/New_York	35.29711	-78.16361	48	Grantham,Granthams Store		NC	191	91280	
4468622	Grantsboro	grantsboro	US	28529	662	America/New_York	35.14044	-76.84244	12	Grants,Grantsboro		NC	137	93364	
4468676	Grassy Creek	grassy-creek	US	28631	0	America/New_York	36.57373	-81.38871	809			NC	009	91282	
4468682	Grassy Creek	grassy-creek	US	28631	0	America/New_York	35.88235	-82.05678	800			NC	121	91285	
4468832	Grayson	grayson	US	30017	0	America/New_York	36.53623	-81.68372	1017			NC	009	92544	
4468896	Great Neck	great-neck	US	11020	0	America/New_York	34.93016	-76.67465	2			NC	049	93460	
4468948	Green Creek	green-creek	US	08219	0	America/New_York	35.22039	-82.05067	315			NC	149		
4469004	Green Mountain	green-mountain	US	28740	0	America/New_York	35.99372	-82.25902	654			NC	199	91312	
4469023	Green Pond	green-pond	US	29446	0	America/New_York	34.7846	-79.63256	81	Green Pond,High Crossroads		NC	165	94036	
4469045	Green Springs	green-springs	US	44836	0	America/New_York	35.60849	-77.3483	10			NC	147	91328	
4469053	Green Valley	green-valley	US	54127	0	America/New_York	36.40873	-81.70344	962	Green Valley,Wheeler		NC	009	92316	
4469073	Greenbrier	greenbrier	US	37073	0	America/New_York	35.58905	-77.39219	18			NC	147	91328	
4469074	Greenbrier	greenbrier	US	37073	0	America/New_York	36.07097	-79.45724	199			NC	001		
4469077	Green Valley	green-valley	US	54127	0	America/New_York	36.09597	-79.83587	255			NC	081	92124	
4469106	Greenfield	greenfield	US	01301	0	America/New_York	36.03264	-79.76447	244			NC	081	91228	
4469108	Greenfield	greenfield	US	01301	0	America/New_York	36.06016	-76.45549	3			NC	041		
4469123	Greenleaf	greenleaf	US	54126	0	America/New_York	35.41044	-77.98304	38			NC	191	91260	
4469139	Greens Fork	greens-fork	US	47345	0	America/New_York	36.39432	-76.5455	15	Green Forks,Greens Fork		NC	073	91560	
4469146	Greensboro	greensboro	US	05841	285342	America/New_York	36.07264	-79.79198	266	GSO,Greensboro,Grijnsburo,Grinsboras,Grinsboro,Grynsbara,Qrinsboro,ge lin si bo lei,geulinjeubeoleo,ghrynzbwrw,grinsaboro,grynsbwrw,grynzbwrw  karwlynay shmaly,grynzbwrw  shmaly kyrwlayna,gurinzuboro,kri ns bo ro,Грийнсбъро,Гринсборо,Грынсбара,Ґрінсборо,Գրինսբորո,גרינסבורו,غرينزبورو,گرینزبورو، شمالی کیرولائنا,گرینزبورو، کارولینای شمالی,ग्रीन्सबोरो,กรีนส์โบโร,グリーンズボロ,格林斯伯勒,그린즈버러		NC	081	92124	
4469158	Greentown	greentown	US	18426	0	America/New_York	36.50071	-76.08715	0			NC	053	92176	
4469160	Greenville	greenville	US	02828	90597	America/New_York	35.61266	-77.36635	18	Greenesville,Greensville,Greenville,Grinvil,Grinvill,Martinsborough,PGV,ghrynfyl,grynwwyl,grynwyl  karwlynay shmaly,grynwyl  shmaly kyrwlayna,gurinbiru,Гринвил,Гринвилл,גרינוויל,غرينفيل,گرینویل، شمالی کیرولائنا,گرینویل، کارولینای شمالی,グリーンビル	147	NC	147	91328	
4469161	Greenville	greenville	US	02828	0	America/New_York	35.24542	-80.84257	210			NC	119		
4469180	Greenwood	greenwood	US	04255	0	America/New_York	35.07933	-77.08717	3			NC	049	93592	
4469181	Greenwood	greenwood	US	04255	0	America/New_York	35.91348	-79.03029	105			NC	135	90620	
4469215	Gregory	gregory	US	48137	0	America/New_York	36.38404	-76.12299	2			NC	053	90816	
4469281	Grifton	grifton	US	28530	2673	America/New_York	35.37266	-77.43746	8	Bells Ferry,Blounts Ford,Griffton,Grifton,Peters Ferry		NC	147	91340	
4469297	Grimesland	grimesland	US	27837	444	America/New_York	35.5635	-77.19218	12	Boyds Ferry,Grimesland,Mount Calvert		NC	147	91344	
4469357	Grover	grover	US	17735	701	America/New_York	35.17458	-81.44981	262	Grover,Whitaker		NC	045		
4469361	Groves	groves	US	77619	0	America/New_York	35.27347	-81.16841	231			NC	071	91216	
4469382	Grove Hill	grove-hill	US	36451	0	America/New_York	36.33515	-78.00916	104			NC	185	91112	
4469405	Guilford	guilford	US	04443	0	America/New_York	36.0768	-79.89809	284			NC	081	92124	
4469407	Gulf	gulf	US	27256	144	America/New_York	35.56043	-79.28169	83			NC	037	91352	
4469533	Guthrie	guthrie	US	42234	0	America/New_York	36.12153	-80.15116	283			NC	067	92062	
4469568	Hadley	hadley	US	01035	0	America/New_York	34.91655	-77.71414	27			NC	061	91820	
4469617	Halifax	halifax	US	02338	225	America/New_York	36.32849	-77.58942	38	Khalifaks,halyfaks,hlyfks  karwlynay shmaly,Халифакс,هاليفاكس,هلیفکس، کارولینای شمالی	083	NC	083	91372	
4469665	Halls	halls	US	38040	0	America/New_York	34.33989	-78.64363	25			NC	047	90316	
4469693	Hallsboro	hallsboro	US	28442	465	America/New_York	34.32239	-78.5989	18			NC	047	90316	
4469696	Hallsville	hallsville	US	45633	0	America/New_York	34.90739	-77.83887	12	Hallsborough,Hallsville		NC	061	91820	
4469715	Hamer	hamer	US	29547	0	America/New_York	36.45653	-79.27474	172			NC	033	90880	
4469726	Hamilton	hamilton	US	01936	384	America/New_York	35.9446	-77.20968	23	Gamil'ton,Hamilton,Hog Town,Hogton,Milton,Гамильтон		NC	117	91388	
4469730	Hamlet	hamlet	US	28345	6454	America/New_York	34.88488	-79.69422	91			NC	153	91988	
4469764	Hampstead	hampstead	US	03841	0	America/New_York	36.14486	-80.12282	273			NC	067	91696	
4469765	Hampstead	hampstead	US	03841	4083	America/New_York	34.36767	-77.71053	11	Khehmpsted,Хэмпстед		NC	141	93248	
4469766	Hampton	hampton	US	03842	0	America/New_York	36.21848	-78.83528	167			NC	063	91972	
4469785	Hamptonville	hamptonville	US	27020	0	America/New_York	36.09847	-80.76035	311			NC	197	90892	
4469796	Hancock	hancock	US	03449	0	America/New_York	36.09933	-76.62856	6			NC	041		
4469847	Hankins	hankins	US	12741	0	America/New_York	35.73262	-82.0065	395			NC	111	91984	
4469885	Happy Valley	happy-valley	US	97086	0	America/New_York	35.60706	-82.50874	715			NC	021	90088	
4469886	Happy Valley	happy-valley	US	97086	0	America/New_York	35.98874	-81.55871	372			NC	027	92452	
4469894	Harbinger	harbinger	US	27941	0	America/New_York	36.10211	-75.81408	4			NC	053	92552	
4469917	Hardin	hardin	US	42048	0	America/New_York	35.2262	-83.84435	685			NC	039	93852	
4469955	Harkers Island	harkers-island	US	28531	1207	America/New_York	34.69516	-76.55937	3	Kharkers Ajland,harkrs aylnd,Харкерс Ајланд,هارکرس آیلند		NC	031	91396	
4469979	Harmony	harmony	US	02829	563	America/New_York	35.95569	-80.77173	300	Harmony,Harmony Hill,Harmony Hill Camp Ground		NC	097	93788	
4470011	Harper	harper	US	25851	0	America/New_York	35.30183	-78.32194	56			NC	101	90232	
4470032	Harrells	harrells	US	28444	205	America/New_York	34.72767	-78.20111	26	Harrell Store,Harrells,Harrells Store,Harrells Town		NC	163	91164	
4470042	Harrellsville	harrellsville	US	27942	105	America/New_York	36.30266	-76.79245	19	Bethel,Harrellsville		NC	091	91412	
4470053	Harris	harris	US	12742	0	America/New_York	35.30376	-79.53531	161			NC	125		
4470054	Harris	harris	US	12742	0	America/New_York	35.2429	-81.87455	241	Harris,Orenburg		NC	161	93172	
4470109	Harrisburg	harrisburg	US	17101	14539	America/New_York	35.32395	-80.65784	196	Garrisberg,Harris Depot,Harrisburg,Гаррисберг		NC	025		
4470129	Harrisville	harrisville	US	02830	0	America/New_York	35.20903	-79.82255	128			NC	123	92748	
4470149	Hartland	hartland	US	04943	0	America/New_York	35.85319	-81.64621	361	Hartland,Tuttles Cross Roads		NC	027	91780	
4470157	Hartman	hartman	US	72840	0	America/New_York	36.42208	-80.17199	289			NC	169	90876	
4470191	Hassell	hassell	US	27841	81	America/New_York	35.90794	-77.27858	24	Dogville Crossroads,Hassell		NC	117	91388	
4470195	Hasty	hasty	US	72640	0	America/New_York	34.69044	-79.4781	60			NC	165	93132	
4470225	Hatteras	hatteras	US	27943	504	America/New_York	35.21934	-75.69016	0	HNC,Khateres,htrs  karwlynay shmaly,Хатерес,هترس، کارولینای شمالی		NC	055	91424	
4470244	Havelock	havelock	US	28532	20364	America/New_York	34.87905	-76.90133	7	Khavlok,haburokku,haflwk,hwlak  karwlynay shmaly,Хавлок,هافلوك,هولاک، کارولینای شمالی,ہیولاک، شمالی کیرولائنا,ハブロック		NC	049	93508	
4470274	Haw River	haw-river	US	27258	2402	America/New_York	36.09153	-79.36419	173			NC	001		
4470323	Hawthorne	hawthorne	US	07506	0	America/New_York	35.59345	-82.51151	659			NC	021	90086	
4470336	Hayes	hayes	US	23072	0	America/New_York	35.97265	-78.86417	120			NC	063	92344	
4470359	Hayesville	hayesville	US	28904	364	America/New_York	35.0462	-83.81795	576	Khejzvil,hayswyl  karwlynay shmaly,hayzfyl,Хејзвил,هايزفيل,هایسویل، کارولینای شمالی	043	NC	043	91436	
4470384	Hays	hays	US	28635	1851	America/New_York	36.24985	-81.11564	414	Hay Meadow,Hays,Mount View		NC	193	92720	
4470404	Haywood	haywood	US	22722	0	America/New_York	35.62015	-79.0639	75	Haywood,Haywoodsborough,Lyons		NC	037	91428	
4470412	Hazel Green	hazel-green	US	35750	0	America/New_York	35.59011	-82.58374	628			NC	021	90086	
4470415	Hazelton	hazelton	US	58544	0	America/New_York	36.51821	-76.69912	20	Hazelton,Hazleton		NC	073	91420	
4470416	Hazelwood	hazelwood	US	28738	1655	America/New_York	35.46871	-83.00403	842			NC	087	93920	
4470417	Hazelwood	hazelwood	US	28738	0	America/New_York	35.80515	-78.80167	121			NC	183	90576	
4470450	Heath	heath	US	01346	0	America/New_York	35.29739	-77.53802	19			NC	107	91704	
4470467	Heathsville	heathsville	US	22473	0	America/New_York	36.26932	-77.7647	63			NC	083	91088	
4470474	Hebron	hebron	US	03241	0	America/New_York	36.3607	-78.70167	177	Hebron,Kedron		NC	077	93884	
4470475	Hebron	hebron	US	03241	0	America/New_York	35.12987	-80.87896	199			NC	119		
4470517	Heflin	heflin	US	36264	0	America/New_York	35.71016	-78.2075	76			NC	101	92408	
4470538	Helton	helton	US	40840	0	America/New_York	36.54818	-81.46872	832			NC	009	91448	
4470566	Henderson	henderson	US	13650	15271	America/New_York	36.32959	-78.39916	154	Henderson,Khenderson,Lonesome Valley,hendason,hendeoseun,hndrsn  karwlynay shmaly,hndrswn,Хендерсон,هندرسن، کارولینای شمالی,هندرسون,ہینڈرسن، شمالی کیرولائنا,ヘンダーソン,헨더슨	181	NC	181	91452	
4470592	Hendersonville	hendersonville	US	15339	13814	America/New_York	35.31873	-82.46095	658	Khendersonvil,hendasonbiru,hendeoseunbil,hndrsnwyl  karwlynay shmaly,hyndyrswnfyl,Хендерсонвил,هندرسنویل، کارولینای شمالی,هينديرسونفيل,ہینڈرسنویل، شمالی کیرولائنا,ヘンダーソンビル,헨더슨빌	089	NC	089	91456	
4470615	Henrico	henrico	US	23075	0	America/New_York	36.53432	-77.83082	83			NC	131	91212	
4470616	Henrietta	henrietta	US	14467	0	America/New_York	35.85793	-77.58275	32			NC	065		
4470617	Henrietta	henrietta	US	14467	461	America/New_York	35.2579	-81.79621	239			NC	161	91488	
4470618	Henry	henry	US	24102	0	America/New_York	35.55847	-81.42564	331			NC	109	91552	
4470691	Hermitage	hermitage	US	16148	0	America/New_York	35.06294	-78.97558	67			NC	051	92892	
4470727	Hertford	hertford	US	27930	2148	America/New_York	36.19016	-76.46605	3	Hartford,Hertford,Khartford,Phelps Point,harfrd,hrtfwrd,Хартфорд,هارفرد,هرتفورد	143	NC	143	91464	
4470735	Hester	hester	US	70743	0	America/New_York	36.17015	-78.6725	119			NC	077	90936	
4470754	Hewitt	hewitt	US	07421	0	America/New_York	35.30898	-83.64767	588			NC	173	92208	
4470778	Hickory	hickory	US	15340	40374	America/New_York	35.73319	-81.3412	350	Berryville,Gikori,HKY,Hickory,Hickory Tavern,Khikori,West Hickory,hikkori,hykry,hykry  karwlynay shmaly,xi ke li,Гікорі,Хикори,هيكري,هیکری، کارولینای شمالی,ہیکری، شمالی کیرولائنا,ヒッコリー,希科里		NC	035	91468	
4470779	Hickory	hickory	US	15340	0	America/New_York	36.12904	-77.80109	42	Hickory,Pitmans Store,Pittmans Store		NC	127	92328	
4470819	Hickory Grove	hickory-grove	US	29717	0	America/New_York	34.92377	-79.32448	80			NC	093	90312	
4470820	Hickory Grove	hickory-grove	US	29717	0	America/New_York	35.22875	-80.72062	240			NC	119		
4470821	Hickory Grove	hickory-grove	US	29717	0	America/New_York	35.21012	-82.104	294	Hickory Grove,Left Fork Eagle Fork Creek		NC	149		
4470822	Hickory Grove	hickory-grove	US	29717	0	America/New_York	36.51875	-79.53836	186			NC	157	92772	
4470824	Hickory Grove	hickory-grove	US	29717	0	America/New_York	35.02544	-79.00947	65			NC	051	92892	
4470850	Hickory Hills	hickory-hills	US	60457	0	America/New_York	35.77097	-80.95063	266			NC	097	92924	
4470851	Hickory Hills	hickory-hills	US	60457	0	America/New_York	35.28766	-77.65414	30			NC	107	91072	
4470852	Hickory Hills	hickory-hills	US	60457	0	America/New_York	35.84404	-78.62806	87			NC	183	92612	
4470883	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	35.22348	-80.71924	235			NC	119		
4470933	Hidden Valley	hidden-valley	US	15502	0	America/New_York	35.39486	-81.37675	268			NC	071	90644	
4470934	Hidden Valley	hidden-valley	US	15502	0	America/New_York	35.50571	-79.22197	98			NC	105		
4470935	Hidden Valley	hidden-valley	US	15502	0	America/New_York	35.27209	-80.79063	229			NC	119		
4470936	Hidden Valley	hidden-valley	US	15502	0	America/New_York	35.22289	-82.67929	745			NC	175	90928	
4470940	Hiddenite	hiddenite	US	28636	536	America/New_York	35.90374	-81.09064	353	Hiddenite,White Plains		NC	003	92908	
4470953	Higgins	higgins	US	79046	0	America/New_York	35.95956	-82.38013	735			NC	199	90980	
4470970	High Falls	high-falls	US	12440	0	America/New_York	35.48376	-79.52169	111	High Falls,The Big Falls,The Great Falls		NC	125		
4470979	High Hill	high-hill	US	63350	0	America/New_York	36.44043	-77.07774	21			NC	091	92188	
4471025	High Point	high-point	US	27260	110268	America/New_York	35.95569	-80.00532	281	Khaj Pojnt,Khaj-Pojnt,hai bo yin te,haipointo,hay bwynt,hay pwynt  karwlynay shmaly,Хай-Пойнт,Хај Појнт,هاي بوينت,های پوینت، کارولینای شمالی,ہائی پوائنٹ، شمالی کیرولائنا,ハイポイント,海波因特		NC	081	91484	
4471064	High Shoals	high-shoals	US	28077	722	America/New_York	35.40264	-81.2023	235	Fullingwilder,High Shoals		NC	071	90872	
4471107	Highland Park	highland-park	US	08904	0	America/New_York	34.91432	-79.67589	125			NC	153	91988	
4471108	Highland Park	highland-park	US	08904	0	America/New_York	34.74238	-79.5056	66			NC	165	93132	
4471109	Highland Park	highland-park	US	08904	0	America/New_York	35.77848	-78.77306	150			NC	183	90536	
4471110	Highland Park	highland-park	US	08904	0	America/New_York	36.15819	-81.12786	330			NC	193	94012	
4471123	Highlands	highlands	US	07732	937	America/New_York	35.05287	-83.1986	1168	Khajlands,haylands,haylndz  karwlynay shmaly,Хајландс,هايلاندس,هایلندز، کارولینای شمالی		NC	113	91480	
4471149	Hildebran	hildebran	US	28637	2000	America/New_York	35.71402	-81.42203	355			NC	023	91572	
4471222	Hills	hills	US	52235	0	America/New_York	35.3132	-80.26089	160			NC	167	91032	
4471241	Hillsborough	hillsborough	US	03244	6415	America/New_York	36.07542	-79.09973	166	Childsburg,Childsburgh,Corbinton,Hillsboro,Hillsborough	135	NC	135	91496	
4471243	Hillsdale	hillsdale	US	07642	0	America/New_York	35.26457	-81.52259	247			NC	045		
4471244	Hillsdale	hillsdale	US	07642	984	America/New_York	36.00514	-80.4395	245	Hillsdale,Hillsdale Census Designated Place (historical)		NC	059	91080	
4471245	Hillsdale	hillsdale	US	07642	0	America/New_York	36.20014	-79.8442	266			NC	081	90600	
4471246	Hillsdale	hillsdale	US	07642	0	America/New_York	35.59349	-77.39441	22			NC	147	91328	
4471247	Hillsdale	hillsdale	US	07642	0	America/New_York	35.00848	-80.55201	174			NC	179	92108	
4471248	Hillsdale	hillsdale	US	07642	0	America/New_York	35.33933	-78.06166	35			NC	191	90384	
4471265	Hilltop	hilltop	US	25855	0	America/New_York	36.03069	-79.88448	268			NC	081	92124	
4471301	Hinton	hinton	US	22831	0	America/New_York	35.78098	-78.69056	106			NC	183	92612	
4471328	Hiwassee	hiwassee	US	24347	0	America/New_York	35.16425	-84.25409	483			NC	039	92932	
4471332	Hobbsville	hobbsville	US	27946	0	America/New_York	36.3471	-76.60467	12			NC	073	92092	
4471337	Hobgood	hobgood	US	27843	335	America/New_York	36.02988	-77.39775	28			NC	083	92432	
4471342	Hobucken	hobucken	US	28537	129	America/New_York	35.24572	-76.56909	1	Hobucken,Jones Bay		NC	137	93412	
4471368	Hoffman	hoffman	US	28347	572	America/New_York	35.03238	-79.54754	130			NC	153	90200	
4471480	Holbrook	holbrook	US	02343	0	America/New_York	35.28457	-81.49342	284			NC	045		
4471481	Holbrook	holbrook	US	02343	0	America/New_York	35.37792	-80.17395	175			NC	167	92296	
4471528	Holland	holland	US	01521	0	America/New_York	35.57294	-78.77029	124			NC	183	92056	
4471556	Hollis	hollis	US	03049	0	America/New_York	35.43624	-81.73065	364			NC	161	90924	
4471560	Hollister	hollister	US	27844	674	America/New_York	36.25598	-77.93582	75			NC	083	90368	
4471591	Holly Grove	holly-grove	US	72069	0	America/New_York	35.81736	-80.19144	234	Conrad Hill,Holly Grove,McKee		NC	057	90756	
4471592	Holly Grove	holly-grove	US	72069	0	America/New_York	36.50543	-76.56884	12			NC	073	91520	
4471606	Holly Hill	holly-hill	US	29059	0	America/New_York	35.34428	-82.49651	686			NC	089	91456	
4471629	Holly Ridge	holly-ridge	US	28445	2096	America/New_York	34.49544	-77.55497	19			NC	133	93160	
4471638	Holly Springs	holly-springs	US	27540	0	America/New_York	34.79933	-76.90939	5			NC	031	92272	
4471639	Holly Springs	holly-springs	US	27540	0	America/New_York	35.34567	-82.60235	676	Boylston,Holly Springs		NC	089	92076	
4471640	Holly Springs	holly-springs	US	27540	0	America/New_York	35.25234	-81.90594	286			NC	161	93172	
4471641	Holly Springs	holly-springs	US	27540	31377	America/New_York	35.65127	-78.83362	134	Kholi Springs,haly aspryngz,horisupuringusu,hwly sbrynghz,Холи Спрингс,هالی اسپرینگز,هولي سبرينغز,ہالی سپرنگز، شمالی کیرولائنا,ホリースプリングス		NC	183	91524	
4471642	Holly Springs	holly-springs	US	27540	0	America/New_York	35.08822	-78.89475	60			NC	051	90832	
4471663	Hollywood	hollywood	US	20636	0	America/New_York	34.73516	-76.80271	7			NC	031	92120	
4471664	Hollywood	hollywood	US	20636	0	America/New_York	35.0735	-78.83863	25			NC	051	90968	
4471682	Holmesville	holmesville	US	44633	0	America/New_York	34.36016	-79.14282	28			NC	155	93962	
4471737	Homestead	homestead	US	15120	0	America/New_York	35.28347	-80.91313	250	Homestead,Homestead Village		NC	119		
4471738	Homestead	homestead	US	15120	0	America/New_York	35.13903	-80.68507	237			NC	119		
4471739	Homestead	homestead	US	15120	0	America/New_York	36.46014	-79.81781	181			NC	157	92020	
4471746	Hominy	hominy	US	74035	0	America/New_York	35.54594	-82.67624	651			NC	021	93840	
4471780	Honolulu	honolulu	US	96801	0	America/New_York	35.36294	-77.28163	7			NC	049	93256	
4471797	Hooker	hooker	US	73945	0	America/New_York	36.50374	-81.02536	820			NC	005	91232	
4471805	Hookerton	hookerton	US	28538	401	America/New_York	35.42516	-77.5883	17			NC	079	91532	
4471851	Hope Mills	hope-mills	US	28348	16163	America/New_York	34.97044	-78.94531	34	Khoup Mils,hopumiruzu,hwb mylz,hwwp mylz  karwlynay shmaly,Хоуп Милс,هوب ميلز,هووپ میلز، کارولینای شمالی,ہوپ ملز، شمالی کیرولائنا,ホープミルズ		NC	051	92724	
4471865	Hopedale	hopedale	US	01747	0	America/New_York	36.12403	-79.40224	168			NC	001		
4471866	Hopedale	hopedale	US	01747	0	America/New_York	35.6996	-78.63334	97			NC	183	92788	
4471869	Hopewell	hopewell	US	08525	0	America/New_York	35.46708	-80.81424	228			NC	119		
4471870	Hopewell	hopewell	US	08525	0	America/New_York	35.3829	-81.73454	318			NC	161	90720	
4471871	Hopewell	hopewell	US	08525	0	America/New_York	35.22627	-77.98776	53	Hopewell,Hopewell Crossroads		NC	191	91576	
4471910	Hopkins	hopkins	US	29061	0	America/New_York	35.88488	-78.35222	105			NC	183	91868	
4471914	Horace	horace	US	58047	0	America/New_York	35.37178	-82.2965	846			NC	089	90972	
4471925	Horner	horner	US	26372	0	America/New_York	36.33237	-78.56917	145			NC	077	92800	
4472025	Horse Shoe	horse-shoe	US	28742	2351	America/New_York	35.34317	-82.55651	637	Horse Shoe,Horsehoe,Horseshoe		NC	089	91456	
4472118	Hoskins	hoskins	US	68740	0	America/New_York	35.26264	-80.88591	229			NC	119		
4472119	Hot Springs	hot-springs	US	24445	562	America/New_York	35.89263	-82.83112	406	Hot Springs,Khot-Springs,Warm Springs,Хот-Спрингс		NC	115		
4472130	House	house	US	88121	0	America/New_York	35.6546	-77.36497	9			NC	147	90224	
4472157	Houston	houston	US	15342	0	America/New_York	34.95737	-80.62812	201			NC	179	92108	
4472223	Hubert	hubert	US	28539	0	America/New_York	34.71377	-77.24523	12			NC	133	93188	
4472247	Hudson	hudson	US	01749	3721	America/New_York	35.84846	-81.49593	384	Gudzon,Hudson,Lovelady,Гудзон		NC	027	91556	
4472276	Hughes	hughes	US	72348	0	America/New_York	36.05985	-81.96428	1153			NC	011	91558	
4472303	Hugo	hugo	US	55038	0	America/New_York	35.39155	-77.53275	22			NC	107	90760	
4472321	Humphrey	humphrey	US	68642	0	America/New_York	34.77572	-77.36635	9			NC	133	91632	
4472370	Huntersville	huntersville	US	28070	52704	America/New_York	35.41069	-80.84285	247	Khantersvil,hantazubiru,hantrsfyl,hwntrswyl  karwlynay shmaly,Хантерсвил,هانترسفيل,هونترسویل، کارولینای شمالی,ہنٹرزویل، شمالی کیرولائنا,ハンターズビル		NC	119		
4472393	Huntington Park	huntington-park	US	90255	0	America/New_York	35.06739	-78.94197	64			NC	051	90832	
4472396	Huntley	huntley	US	56047	0	America/New_York	35.07072	-78.51001	49			NC	163	91528	
4472405	Huntsville	huntsville	US	35801	0	America/New_York	36.08236	-80.5295	263			NC	197	93042	
4472415	Hurdle Mills	hurdle-mills	US	27541	0	America/New_York	36.2732	-79.04751	186			NC	145	90464	
4472424	Hurricane	hurricane	US	25526	0	America/New_York	35.91427	-82.75764	487			NC	115		
4472474	Hutchinson	hutchinson	US	15640	0	America/New_York	35.29014	-81.0248	199			NC	071	92692	
4472539	Idalia	idalia	US	80735	0	America/New_York	35.28017	-76.79104	2			NC	013	92664	
4472541	Idlewild	idlewild	US	38346	0	America/New_York	36.2893	-81.44621	888			NC	009	92504	
4472542	Idlewild	idlewild	US	38346	0	America/New_York	35.18876	-80.74396	220			NC	119		
4472557	Icard	icard	US	28666	2664	America/New_York	35.72735	-81.47065	362	Drowning,Icard		NC	023	91572	
4472658	Indian Hills	indian-hills	US	80454	0	America/New_York	35.96874	-81.53371	469			NC	027	91924	
4472659	Indian Hills	indian-hills	US	80454	0	America/New_York	35.33678	-82.49706	699			NC	089	91456	
4472660	Indian Hills	indian-hills	US	80454	0	America/New_York	35.4601	-83.31515	609			NC	099	92596	
4472661	Indian Hills	indian-hills	US	80454	0	America/New_York	36.47514	-79.78643	175			NC	157	91752	
4472662	Indian Hills	indian-hills	US	80454	0	America/New_York	35.77321	-78.71278	126			NC	183	92612	
4472668	Indian Lake Estates	indian-lake-estates	US	33855	0	America/New_York	35.15704	-82.93875	974			NC	175	91504	
4472682	Indian Springs	indian-springs	US	89018	0	America/New_York	34.8185	-77.41913	7			NC	133	91632	
4472685	Indian Springs	indian-springs	US	89018	0	America/New_York	35.231	-77.94776	52			NC	191	91576	
4472687	Indian Trail	indian-trail	US	28079	37073	America/New_York	35.07681	-80.66924	213			NC	179	93860	
4472688	Indian Trail	indian-trail	US	28079	0	America/New_York	35.73849	-78.83723	135			NC	183	93984	
4472696	Indiantown	indiantown	US	34956	0	America/New_York	36.33432	-76.07632	2	Indian Town,Indiantown		NC	029	92920	
4472697	Inez	inez	US	41224	0	America/New_York	36.27209	-78.09166	112	Inez,Shady Grove		NC	185	91132	
4472702	Ingalls	ingalls	US	46048	0	America/New_York	35.97151	-82.01178	843			NC	011	91582	
4472707	Ingleside	ingleside	US	21644	0	America/New_York	36.17626	-78.29611	121			NC	069	91906	
4472713	Ingram	ingram	US	40955	0	America/New_York	35.10043	-79.93783	68			NC	007	91808	
4472737	Institute	institute	US	25112	0	America/New_York	35.35766	-77.71386	33			NC	107	91588	
4472751	Inverness	inverness	US	34450	0	America/New_York	35.18155	-79.24058	108			NC	093	91148	
4472767	Iredell	iredell	US	76649	0	America/New_York	33.93323	-78.59112	10	Iradell,Iredel,Iredell		NC	019	92900	
4472787	Iron Station	iron-station	US	28080	755	America/New_York	35.44152	-81.15619	268	Iron,Iron Station		NC	109	91596	
4472873	Ivanhoe	ivanhoe	US	24350	264	America/New_York	34.61072	-78.24194	9	Black RIver,Ivanhoe		NC	163	91164	
4472888	Ivy	ivy	US	22945	0	America/New_York	35.81455	-82.51485	633			NC	115		
4473017	Jackson	jackson	US	03846	481	America/New_York	36.3896	-77.42136	31	Atherton,Dzhekson,Jackson,Northampton Court House,Potecase Bridge,Джексон	131	NC	131	91620	
4473020	Jackson	jackson	US	03846	0	America/New_York	34.86682	-80.6834	195			NC	179	91624	
4473063	Jackson Springs	jackson-springs	US	27281	0	America/New_York	35.20959	-79.62587	135			NC	125		
4473082	Jacksontown	jacksontown	US	43030	0	America/New_York	36.42348	-78.32944	127			NC	181	92050	
4473083	Jacksonville	jacksonville	US	05342	67357	America/New_York	34.75405	-77.43024	4	Dzeksonvil,Dzhaksunvil,Dzhehksonvill,Dzheksonvil',Dzheksonvill,Jacksonville,OAJ,Onslow Court House,jakswnfyl,jakusonbiru,jksnwyl  karwlynay shmaly,jyksn wyl  shmaly kyrwlayna,Џексонвил,Джаксънвил,Джексонвилл,Джексонвіль,Джэксонвилл,جاكسونفيل,جکسنویل، کارولینای شمالی,جیکسن ویل، شمالی کیرولائنا,ジャクソンビル	133	NC	133	91632	
4473137	James City	james-city	US	16734	5899	America/New_York	35.08877	-77.03495	4			NC	049	93552	
4473158	Jamestown	jamestown	US	02835	3737	America/New_York	35.9943	-79.93531	242	Dzejmstaun,jymstawn,jymztawn  karwlynay shmaly,Џејмстаун,جيمستاون,جیمز ٹاون، شمالی کیرولائنا,جیمزتاون، کارولینای شمالی		NC	081	91640	
4473164	Jamesville	jamesville	US	13078	468	America/New_York	35.81127	-76.89662	11	James - Town,Jameston,Jamestown,Jamesville		NC	117	91644	
4473202	Jarvisburg	jarvisburg	US	27947	0	America/New_York	36.20294	-75.86658	4			NC	053	92552	
4473226	Jefferson	jefferson	US	01522	1606	America/New_York	36.4204	-81.47344	890	Dzhefferson,Джефферсон	009	NC	009	91652	
4473291	Jennings	jennings	US	32053	0	America/New_York	36.01208	-80.88035	290			NC	097	93824	
4473302	Jericho	jericho	US	05465	0	America/New_York	36.28708	-79.36641	218			NC	033	90056	
4473315	Jerome	jerome	US	15937	0	America/New_York	34.84267	-78.73391	33			NC	017	93964	
4473331	Jerusalem	jerusalem	US	43747	0	America/New_York	35.81514	-80.51561	241			NC	059	91660	
4473349	Jersey	jersey	US	22481	0	America/New_York	35.73097	-80.31533	213			NC	057	90780	
4473626	Johnsonville	johnsonville	US	12094	0	America/New_York	35.01147	-84.26297	571			NC	039	91544	
4473641	Johnstown	johnstown	US	12095	0	America/New_York	35.44763	-81.3637	299			NC	109	91552	
4473665	Jonas Ridge	jonas-ridge	US	28641	0	America/New_York	35.97263	-81.89483	1161			NC	023	91676	
4473666	Jones	jones	US	36749	0	America/New_York	35.28989	-76.68909	1			NC	013	92664	
4473667	Jones	jones	US	36749	0	America/New_York	36.4293	-79.43002	196			NC	033	91888	
4473760	Jones Mill	jones-mill	US	72105	0	America/New_York	35.10981	-83.90546	590			NC	039	92192	
4473793	Jonestown	jonestown	US	17038	0	America/New_York	36.05347	-80.3445	249			NC	067	94068	
4473794	Jonestown	jonestown	US	17038	0	America/New_York	35.08405	-77.64247	27			NC	107	92520	
4473796	Jonesville	jonesville	US	05466	2257	America/New_York	36.2393	-80.84452	283	Jonesville,Martinsborough		NC	197	92321	
4473804	Joppa	joppa	US	21085	0	America/New_York	36.35516	-76.55995	15			NC	073	92092	
4473806	Jordan	jordan	US	13080	0	America/New_York	35.66905	-78.30694	81			NC	101	94008	
4473890	Judson	judson	US	75660	0	America/New_York	35.00211	-78.80891	29			NC	051	90572	
4473953	Junction	junction	US	62954	0	America/New_York	35.26509	-83.93768	823			NC	075	90636	
4474005	Jupiter	jupiter	US	33458	0	America/New_York	35.76094	-82.59347	663			NC	021	91116	
4474008	Justice	justice	US	24851	0	America/New_York	36.05848	-78.17055	111			NC	069	90590	
4474040	Kannapolis	kannapolis	US	28081	46144	America/New_York	35.48736	-80.62173	244	Kanapolis,Kannapolis,kanabwlys,kanaporisu,knplys  karwlynay shmaly,kynapwls  shmaly kyrwlayna,Канаполис,Каннаполис,Каннаполіс,كانابوليس,کنپلیس، کارولینای شمالی,کیناپولس، شمالی کیرولائنا,カナポリス		NC	025		
4474063	Kearney	kearney	US	64060	0	America/New_York	36.22459	-78.27333	120			NC	069	92822	
4474103	Kelford	kelford	US	27847	236	America/New_York	36.1796	-77.22358	28			NC	015	92768	
4474123	Kelly	kelly	US	28448	544	America/New_York	34.46628	-78.32445	8	Centerville,Hungry Neck,Kelly		NC	017	91180	
4474147	Kenansville	kenansville	US	28349	870	America/New_York	34.96239	-77.96221	38	Grovemont,Kenansville	061	NC	061	91688	
4474159	Kenly	kenly	US	27542	1450	America/New_York	35.59627	-78.12416	59			NC	101	90256	
4474164	Kenmore	kenmore	US	98028	0	America/New_York	35.81821	-78.64111	77			NC	183	92612	
4474167	Kennebec	kennebec	US	57544	0	America/New_York	35.54016	-78.74724	105			NC	183	92056	
4474172	Kenilworth	kenilworth	US	07033	0	America/New_York	35.57595	-82.53874	665			NC	021	90086	
4474207	Kentwood	kentwood	US	70444	0	America/New_York	35.86736	-80.3045	251			NC	057	91796	
4474219	Kerr	kerr	US	45643	0	America/New_York	34.65628	-78.28194	26			NC	163	91164	
4474221	Kernersville	kernersville	US	27284	23811	America/New_York	36.11986	-80.07365	308	Dobson,Dobsons Crossroads,Kerners Crossroads,Kernersvil,Kernersville,kanazubiru,krnrswyl  karwlynay shmaly,kyrnrzwyl  shmaly kyrwlayna,kyrnyrsfyl,Кернерсвил,كيرنيرسفيل,کرنرسویل، کارولینای شمالی,کیرنرزویل، شمالی کیرولائنا,カーナーズビル		NC	067	91696	
4474232	Kershaw	kershaw	US	29067	0	America/New_York	35.04794	-76.7366	2			NC	137	93312	
4474237	Keswick	keswick	US	22947	0	America/New_York	34.96682	-80.52896	180			NC	179	92108	
4474272	Kilkenny	kilkenny	US	56052	0	America/New_York	35.63628	-76.21575	0	Kilkenny,Warbler		NC	177	91360	
4474274	Kill Devil Hills	kill-devil-hills	US	27948	7058	America/New_York	36.03072	-75.67601	2	Croatan Shores,FFA,Kill Devil Hills		NC	055	90096	
4474316	King	king	US	27021	7059	America/New_York	36.28069	-80.35922	341	Five Forks,King,Kings Cabin,Spainhours Store		NC	169	94108	
4474388	Kings Mountain	kings-mountain	US	28086	10760	America/New_York	35.24513	-81.34119	307	King Mountain,Kings Mount,Kings Mountain		NC	045		
4474436	Kinston	kinston	US	28501	21337	America/New_York	35.26266	-77.58164	13	Atkins Bank,Caswell,ISO,Kinston,jin si dun,kinsuton,kynstn  karwlynay shmaly,kynstwn,Кинстон,كينستون,کینستن، کارولینای شمالی,کینسٹن، شمالی کیرولائنا,キンストン,金斯顿	107	NC	107	91704	
4474451	Kipling	kipling	US	27543	0	America/New_York	35.47988	-78.82113	93	Bradleys Store,Kipling		NC	085	91444	
4474462	Kirkland	kirkland	US	60146	619	America/New_York	34.30017	-77.78804	15			NC	129	91404	
4474474	Kirkwood	kirkwood	US	13795	0	America/New_York	36.10458	-79.8092	250			NC	081	92124	
4474475	Kirkwood	kirkwood	US	13795	0	America/New_York	35.06266	-78.94836	68			NC	051	90832	
4474485	Kirkwood	kirkwood	US	13795	0	America/New_York	36.44903	-79.77476	229			NC	157	93936	
4474498	Kittrell	kittrell	US	27544	473	America/New_York	36.22209	-78.43778	134	Kittrell,Staunton		NC	181	91712	
4474505	Kitty Hawk	kitty-hawk	US	27949	3447	America/New_York	36.06461	-75.70573	2	Chickehauk,Kiti Khok,Kitti-Khok,Kitty Hawk,New Inlet,kiti haka,kitihokeu,kitihoku,kyty hwk,kytyhk  karwlynay shmaly,Кити Хок,Китти-Хок,Кітті-Хок,كيتي هوك,کیتیهک، کارولینای شمالی,किटि हाक,キティホーク,키티호크		NC	055	90096	
4474527	Knightdale	knightdale	US	27545	14256	America/New_York	35.78765	-78.48056	96	Najtdejl,knaytdyl,knyghtdal  karwlynay shmaly,Најтдејл,كنايتديل,نائٹڈیل، شمالی کیرولینا,کنیگهتدال، کارولینای شمالی		NC	183	92792	
4474571	Knotts Island	knotts-island	US	27950	0	America/New_York	36.51349	-75.91909	3			NC	053	91188	
4474609	Kure Beach	kure-beach	US	28449	2091	America/New_York	33.99684	-77.90721	4			NC	129	91092	
4474615	Kyle	kyle	US	24855	0	America/New_York	35.2212	-83.61544	980			NC	113	92204	
4474627	La Grange	la-grange	US	28551	2804	America/New_York	35.30683	-77.78803	33	La Grange,LaGrange,Moseley Hall,Rantersville		NC	107	92144	
4474649	Ladonia	ladonia	US	75449	0	America/New_York	36.48235	-80.83785	379			NC	171	91168	
4474729	Lake Forest	lake-forest	US	60045	0	America/New_York	35.21126	-80.7184	231			NC	119		
4474730	Lake Forest	lake-forest	US	60045	0	America/New_York	34.21545	-77.93749	10			NC	129	94044	
4474773	Lake Junaluska	lake-junaluska	US	28745	2734	America/New_York	35.52788	-82.95958	778	Junaluska,Lake Junaluska		NC	087	93920	
4474803	Lake Lure	lake-lure	US	28746	1184	America/New_York	35.4279	-82.20483	337	Lake Lure,Lake Lure Village		NC	161	90656	
4474845	Lake Park	lake-park	US	31636	3789	America/New_York	35.08626	-80.63507	200			NC	179	93860	
4474896	Lake Toxaway	lake-toxaway	US	28747	0	America/New_York	35.13232	-82.93403	919			NC	175	91504	
4474911	Lake View	lake-view	US	14085	0	America/New_York	36.2232	-78.28361	108			NC	069	91438	
4474912	Lake View	lake-view	US	14085	0	America/New_York	36.40014	-79.00251	231			NC	145	92764	
4474919	Lake Waccamaw	lake-waccamaw	US	28450	1465	America/New_York	34.31906	-78.50001	18	Flemington,Lake Waccamaw		NC	047	93872	
4474945	Lake Worth	lake-worth	US	33449	0	America/New_York	35.69684	-75.77379	1			NC	055	90824	
4474958	Lakemont	lakemont	US	14857	0	America/New_York	35.84654	-78.63556	100			NC	183	92612	
4474963	Lakeside	lakeside	US	06758	0	America/New_York	35.80264	-80.89591	257			NC	097	93104	
4474964	Lakeside	lakeside	US	06758	0	America/New_York	35.36125	-80.25784	196			NC	167	90048	
4474965	Lakeside	lakeside	US	06758	0	America/New_York	36.11347	-79.43474	193			NC	001		
4474966	Lakeside	lakeside	US	06758	0	America/New_York	35.75321	-78.71973	133			NC	183	93200	
4474973	Lakeview	lakeview	US	28350	0	America/New_York	36.15514	-79.42335	197			NC	001		
4474974	Lakeview	lakeview	US	28350	0	America/New_York	35.73958	-80.36978	233			NC	057	90328	
4474975	Lakeview	lakeview	US	28350	0	America/New_York	35.24377	-79.30864	94			NC	125		
4474989	Lakewood	lakewood	US	08701	0	America/New_York	36.14125	-79.69447	246			NC	081	91952	
4474990	Lakewood	lakewood	US	08701	0	America/New_York	35.29373	-82.48929	670			NC	089	91456	
4474991	Lakewood	lakewood	US	08701	0	America/New_York	35.24375	-81.06285	191			NC	071	93048	
4474992	Lakewood	lakewood	US	08701	0	America/New_York	34.79294	-77.42719	14			NC	133	91632	
4475019	Lambert	lambert	US	38643	0	America/New_York	35.31348	-80.35951	208			NC	167	91196	
4475050	Lancaster	lancaster	US	01523	0	America/New_York	35.85821	-77.69303	34			NC	065		
4475057	Landis	landis	US	28088	3116	America/New_York	35.54569	-80.6109	265			NC	159	90660	
4475075	Lane	lane	US	29564	0	America/New_York	35.19766	-78.77752	34			NC	051	90532	
4475107	Langley	langley	US	29834	0	America/New_York	35.63683	-77.32107	9			NC	147	92428	
4475113	Langston	langston	US	35755	0	America/New_York	35.41544	-77.9386	39			NC	191	93138	
4475122	Lansing	lansing	US	14882	155	America/New_York	36.49929	-81.51094	812	Lansing,Лансинг		NC	009	92512	
4475159	Latham	latham	US	12110	0	America/New_York	35.6035	-77.13412	5			NC	013	93904	
4475171	Lattimore	lattimore	US	28089	484	America/New_York	35.31818	-81.66065	284			NC	045		
4475186	Laurel	laurel	US	11948	0	America/New_York	36.17987	-78.1886	89			NC	069	92822	
4475274	Laurel Hill	laurel-hill	US	28351	0	America/New_York	35.55458	-81.50287	384			NC	109	92300	
4475276	Laurel Hill	laurel-hill	US	28351	1254	America/New_York	34.80905	-79.54783	77			NC	165	94036	
4475328	Laurel Springs	laurel-springs	US	28644	0	America/New_York	36.41152	-81.26287	838	Laurel Springs,Laurelsprings		NC	005	90808	
4475329	Laurel Springs	laurel-springs	US	28644	0	America/New_York	35.94098	-79.11501	161			NC	135	90620	
4475347	Laurinburg	laurinburg	US	28352	15507	America/New_York	34.77405	-79.46282	68	Laurenburg,Laurinburg,Lorinberg,lao lin bao,lawrynbrg  shmaly kyrwlayna,lrynbrg  karwlynay shmaly,lwrynbrgh,rorinbagu,Лоринберг,لاورینبرگ، شمالی کیرولائنا,لرینبرگ، کارولینای شمالی,لورينبرغ,ローリンバーグ,劳林堡	165	NC	165	93132	
4475357	Lawndale	lawndale	US	28090	592	America/New_York	35.41402	-81.56315	258	Camp Creek,Lawndale		NC	045		
4475360	Lawrence	lawrence	US	01840	0	America/New_York	36.01432	-77.49886	27	Hickory Hill,Killquick,Lawrence		NC	065		
4475385	Lawsonville	lawsonville	US	27022	0	America/New_York	36.39291	-79.56364	215	Lawsons Store,Lawsonville		NC	157	92772	
4475386	Lawsonville	lawsonville	US	27022	0	America/New_York	36.48903	-80.23255	357			NC	169	92480	
4475421	Leander	leander	US	78641	0	America/New_York	36.28651	-81.85873	818			NC	189	90204	
4475426	Leasburg	leasburg	US	27291	0	America/New_York	36.39458	-79.15446	185	Leasburg,Leesburg		NC	033	91756	
4475508	Ledger	ledger	US	59456	0	America/New_York	35.96429	-82.12957	849			NC	121	93012	
4475567	Leesville	leesville	US	29070	0	America/New_York	35.90709	-78.72612	158			NC	183	91772	
4475594	Leggett	leggett	US	77350	58	America/New_York	35.99099	-77.58303	18	Leggetsville,Leggett,Logsboro		NC	065		
4475616	Leicester	leicester	US	01524	0	America/New_York	35.65511	-82.69624	636			NC	021	91776	
4475622	Leland	leland	US	28451	17924	America/New_York	34.25628	-78.04471	7			NC	019	92324	
4475631	Lena	lena	US	39094	0	America/New_York	34.90906	-78.79363	25			NC	051	90572	
4475640	Lenoir	lenoir	US	28633	17888	America/New_York	35.91402	-81.53898	357	Lenoir,Lenor,Tuckers Barn,lnwar  karwlynay shmaly,lynwr  shmaly kyrwlayna,lynwyr,renoa,Ленор,لنوار، کارولینای شمالی,لينوير,لینور، شمالی کیرولائنا,レノア	027	NC	027	91924	
4475643	Lemon Springs	lemon-springs	US	28355	0	America/New_York	35.3896	-79.19447	119			NC	105		
4475663	Lenoxville	lenoxville	US	18441	0	America/New_York	34.71072	-76.62715	3	Lennoxville,Lenoxville		NC	031	90180	
4475667	Leon	leon	US	14751	0	America/New_York	35.02905	-77.81998	29			NC	061	92972	
4475706	Lewis	lewis	US	12950	0	America/New_York	36.37598	-78.59472	166			NC	077	92424	
4475708	Lewis	lewis	US	12950	0	America/New_York	35.25764	-80.92479	213			NC	119		
4475766	Lewiston Woodville	lewiston-woodville	US	27849	508	America/New_York	36.12293	-77.17663	23	Lewiston,Lewiston Woodville,Turners Cross Roads,Woodville		NC	015	94104	
4475767	Lewisville	lewisville	US	19351	13567	America/New_York	36.09708	-80.41922	297	Lewisville,Thornton		NC	067	91792	
4475773	Lexington	lexington	US	02420	19326	America/New_York	35.82403	-80.25338	258	Leksington,Lexington,lie ke xing dui,lksyngtwn  karwlynay shmaly,lyksynghtwn,rekishinton,Лексингтон,ليكسينغتون,لکسینگتون، کارولینای شمالی,لیکسنگٹن، شمالی کیرولائنا,レキシントン,列克星敦	057	NC	057	91796	
4475784	Liberty	liberty	US	04949	0	America/New_York	35.12313	-84.29409	506			NC	039	92932	
4475785	Liberty	liberty	US	04949	2683	America/New_York	35.85347	-79.57169	239			NC	151	91800	
4475786	Liberty	liberty	US	04949	0	America/New_York	35.58125	-80.33561	229			NC	159	92128	
4475821	Liberty Hill	liberty-hill	US	29074	0	America/New_York	35.33653	-79.99589	213			NC	123	93848	
4475843	Lewisburg	lewisburg	US	17837	0	America/New_York	35.99455	-82.39236	711			NC	199	90980	
4475936	Lilesville	lilesville	US	28091	505	America/New_York	34.96765	-79.9845	152	Leslieville,Lilesville,Lislesville		NC	007	91808	
4476779	Lockwood	lockwood	US	14859	0	America/New_York	35.06072	-78.92058	47			NC	051	90832	
4475942	Lillington	lillington	US	27546	3476	America/New_York	35.39933	-78.81585	59	Lilington,Lillington,Long Creek Village,lylynghtwn,lylyngtwn  karwlynay shmaly,Лилингтон,ليلينغتون,لیلینگتون، کارولینای شمالی	085	NC	085	91812	
4475945	Lilly	lilly	US	15938	0	America/New_York	36.48543	-76.30272	3			NC	029	93044	
4475958	Lima	lima	US	14485	0	America/New_York	35.19738	-77.13551	5			NC	049	93628	
4475987	Lincoln Park	lincoln-park	US	07035	0	America/New_York	35.08655	-79.47198	114			NC	125		
4475988	Lincoln Park	lincoln-park	US	07035	0	America/New_York	35.61099	-77.39219	18			NC	147	91328	
4475989	Lincoln Park	lincoln-park	US	07035	0	America/New_York	35.60905	-77.39385	21			NC	147	91328	
4475991	Lincoln Park	lincoln-park	US	07035	0	America/New_York	35.92622	-82.29707	905			NC	199	90456	
4475995	Lincolnton	lincolnton	US	28092	10900	America/New_York	35.47375	-81.25453	254	Linkolnton,lynklntwn  karwlynay shmaly,lynkntwn,Линколнтон,لينكنتون,لینکلنتون، کارولینای شمالی	109	NC	109	91824	
4476003	Linden	linden	US	07036	134	America/New_York	35.25489	-78.74724	34	Choeffenington,Linden,Little River Academy,Линден		NC	051	90532	
4476045	Linville	linville	US	22834	0	America/New_York	36.06652	-81.87039	1117	Clay,Linville,Porcelain		NC	011	91826	
4476046	Linville	linville	US	22834	0	America/New_York	35.79652	-81.89038	369			NC	023	91832	
4476052	Linville Falls	linville-falls	US	28647	0	America/New_York	35.95929	-81.94289	1021			NC	111	92312	
4476067	Linwood	linwood	US	01525	0	America/New_York	35.75069	-80.31783	200	Hollsburg,Linwood		NC	057	90780	
4476077	Lisbon	lisbon	US	03585	0	America/New_York	34.51712	-78.52695	35			NC	017	93992	
4476091	Lithia Springs	lithia-springs	US	30122	0	America/New_York	35.45847	-81.22675	264			NC	109	91824	
4476569	Little River	little-river	US	29566	0	America/New_York	35.8893	-81.3062	345			NC	003	91020	
4476580	Little River	little-river	US	29566	0	America/New_York	35.23873	-82.62901	644	Grange,Little River		NC	175	91864	
4476669	Little Switzerland	little-switzerland	US	28749	0	America/New_York	35.84929	-82.09039	1057			NC	111	92312	
4476724	Littleton	littleton	US	01460	646	America/New_York	36.43459	-77.91193	118	Littleton,Littlton,Person Ordinary,Peterson Inn,Литтлтон		NC	083	91876	
4476780	Lockwood	lockwood	US	14859	0	America/New_York	35.79987	-78.61167	73			NC	183	92612	
4476786	Locust	locust	US	28097	2966	America/New_York	35.25987	-80.42534	221	Locust,Locust Level		NC	167	91196	
4476812	Locust Hill	locust-hill	US	23092	0	America/New_York	36.36264	-79.44613	184	Browns Store,Locust Hill		NC	033	91888	
4476860	Logan	logan	US	25601	0	America/New_York	35.42735	-81.89927	271	Itom,Iton,Logan,Logan Station		NC	161	91892	
4476885	Lomax	lomax	US	61454	0	America/New_York	36.29347	-81.00091	428			NC	193	90976	
4476919	Long Beach	long-beach	US	11561	5618	America/New_York	33.91045	-78.11777	2	Long-Bich,Лонг-Бич		NC	019	92992	
4477075	Long Creek	long-creek	US	29658	0	America/New_York	34.44211	-78.00971	8	Lillington,Long Creek,Longcreek		NC	141	91900	
4477113	Long Island	long-island	US	04050	0	America/New_York	35.67791	-80.99341	258	Long Island,Long-island,Shawnee		NC	035	90556	
4477139	Long Pine	long-pine	US	69217	0	America/New_York	34.82404	-80.22562	135			NC	007	93996	
4477228	Longview	longview	US	61852	4871	America/New_York	35.7293	-81.38342	349	Long View,Longview		NC	035	91468	
4477229	Longview	longview	US	61852	0	America/New_York	35.78237	-78.60584	91			NC	183	92612	
4477238	Longwood	longwood	US	28452	0	America/New_York	34.0035	-78.54223	14			NC	019	92900	
4477296	Louisburg	louisburg	US	27549	3553	America/New_York	36.09904	-78.30111	67	LFN,Lewisburg,Louisburg,Luisburg,lwysbrg  karwlynay shmaly,lwysbrgh,Луисбург,لويسبرغ,لویسبرگ، کارولینای شمالی	069	NC	069	91906	
4477331	Lovejoy	lovejoy	US	30250	0	America/New_York	35.42264	-79.91949	220	Love Joy,Lovejoy,Queen		NC	123	92412	
4477400	Lowell	lowell	US	01850	3649	America/New_York	35.26792	-81.10285	249	Louel,Lowell,Wrights Station,Лоуел		NC	071	93048	
4477482	Lowgap	lowgap	US	27024	324	America/New_York	36.52569	-80.8673	444	Beulah,Low Gap,Lowgap		NC	171	91168	
4477484	Lowland	lowland	US	28552	0	America/New_York	35.29906	-76.56437	1			NC	137	93412	
4477495	Lucama	lucama	US	27851	1132	America/New_York	35.64544	-78.00971	40	Lucama,Lucass Crossroads		NC	195	90840	
4477521	Lumber Bridge	lumber-bridge	US	28357	93	America/New_York	34.8885	-79.07225	59			NC	155	91936	
4477525	Lumberton	lumberton	US	08048	21667	America/New_York	34.61834	-79.01045	39	LBT,Lamberton,lambrtn  karwlynay shmaly,lan bo dun,lwmbyrtwn,ranbaton,Ламбертон,لامبرتن، کارولینای شمالی,لمبرٹن، شمالی کیرولائنا,لومبيرتون,ランバートン,兰伯顿	155	NC	155	91940	
4477537	Lupton	lupton	US	48635	0	America/New_York	34.96155	-76.28213	3			NC	031	90588	
4477544	Luther	luther	US	49656	0	America/New_York	35.53594	-82.7368	666			NC	021	93840	
4477567	Lyman	lyman	US	29365	0	America/New_York	34.85794	-77.7472	18			NC	061	91820	
4477582	Lynn	lynn	US	01901	0	America/New_York	35.22845	-82.23456	278			NC	149	93776	
4477616	Mabel	mabel	US	55954	0	America/New_York	36.31735	-81.76872	905			NC	189	90788	
4477630	Macclesfield	macclesfield	US	27852	451	America/New_York	35.7521	-77.66998	29			NC	065		
4477633	Macedonia	macedonia	US	44056	0	America/New_York	35.74571	-78.73751	148			NC	183	93200	
4477634	Macedonia	macedonia	US	44056	0	America/New_York	35.87544	-76.66494	4			NC	187	91768	
4477635	Macedonia	macedonia	US	44056	0	America/New_York	36.21347	-80.47756	298			NC	197	90952	
4477696	Macedonia	macedonia	US	44056	0	America/New_York	36.10183	-76.66717	7			NC	041		
4477722	Macon	macon	US	27551	116	America/New_York	36.43876	-78.08388	116	Burnt Ordinary,Chestnut Crossroads,Macon,Macon Depot,Makon,Макон		NC	185	92964	
4477732	Madison	madison	US	03849	2197	America/New_York	36.38542	-79.95949	183	Madison,Мадисон		NC	157	91956	
4477757	Maggie Valley	maggie-valley	US	28751	1251	America/New_York	35.51816	-83.09764	918	Maggie,Maggie Valley		NC	087	91608	
4477762	Magnolia	magnolia	US	08049	949	America/New_York	34.89656	-78.05415	42	Magnolia,Stricklandsville		NC	061	91960	
4477776	Magnolia	magnolia	US	08049	0	America/New_York	35.7243	-81.69371	366			NC	023	92136	
4477779	Maiden	maiden	US	28650	3369	America/New_York	35.57569	-81.21175	274	Mejden,maydn,mydn  karwlynay shmaly,Мејден,مايدن,میدن، کارولینای شمالی		NC	035	92284	
4477797	Maine	maine	US	13802	0	America/New_York	35.93125	-80.54562	243	Maine,Oak Grove		NC	059	92100	
4477832	Malmo	malmo	US	68040	0	America/New_York	34.266	-78.09888	19			NC	019	93252	
4477844	Mamers	mamers	US	27552	826	America/New_York	35.41682	-78.93335	99			NC	085	93844	
4477849	Manchester	manchester	US	01944	0	America/New_York	35.19266	-78.98642	45			NC	051	91964	
4477850	Manchester	manchester	US	01944	0	America/New_York	35.2082	-80.67451	238			NC	119		
4477870	Mangum	mangum	US	73554	0	America/New_York	35.12293	-79.98728	87			NC	153	93116	
4477872	Manly	manly	US	50456	0	America/New_York	35.18571	-79.3717	135	Manly,Manly Station		NC	125		
4477886	Manns Harbor	manns-harbor	US	27953	821	America/New_York	35.88572	-75.76268	1			NC	055	90824	
4477892	Manson	manson	US	27553	0	America/New_York	36.42181	-78.28305	129	Branchville,Cheathamsville,Manson		NC	185	92340	
4477893	Manteo	manteo	US	27954	1388	America/New_York	35.90823	-75.67573	2	MEO,Manteo,maente-o,mantw  karwlynay shmaly,mantyw,Мантео,مانتو، کارولینای شمالی,مانتيو,맨테오	055	NC	055	92196	
4477894	Manteo	manteo	US	27954	0	America/New_York	34.88099	-76.89994	7			NC	049	93508	
4477898	Mansfield	mansfield	US	02048	0	America/New_York	34.73238	-76.78632	3			NC	031	92120	
4477900	Maple	maple	US	27956	0	America/New_York	36.41488	-76.00409	1			NC	053	90816	
4477921	Maple Grove	maple-grove	US	55311	0	America/New_York	36.00541	-81.72649	721			NC	027	91244	
4477935	Maple Hill	maple-hill	US	28454	0	America/New_York	34.66128	-77.69636	10			NC	141	91516	
4477944	Maple Springs	maple-springs	US	14756	0	America/New_York	36.17485	-81.37843	392	Maple Springs,Maplesprings		NC	193	91788	
4477946	Maple Springs	maple-springs	US	14756	0	America/New_York	35.35704	-83.5335	651			NC	173	92208	
4477960	Mapleton	mapleton	US	04757	0	America/New_York	36.42682	-77.03468	19			NC	091	92188	
4477961	Mapleville	mapleville	US	02839	0	America/New_York	36.07654	-78.22722	99	Maple Spring,Mapleville		NC	069	91906	
4477962	Maplewood	maplewood	US	07040	0	America/New_York	34.9246	-79.75395	88			NC	153	92736	
4477963	Maplewood	maplewood	US	07040	0	America/New_York	35.80182	-78.48639	92			NC	183	92792	
4477976	Marble	marble	US	16334	321	America/New_York	35.17509	-83.92491	512			NC	039	93852	
4477978	Maple Valley	maple-valley	US	98038	0	America/New_York	35.88652	-81.47593	407			NC	027	91924	
4477990	Margaret	margaret	US	35112	0	America/New_York	36.02487	-78.2261	98			NC	069	90866	
4477993	Maribel	maribel	US	54227	0	America/New_York	35.16683	-76.7066	1	Maribel,Shoofly		NC	137	93412	
4477997	Marietta	marietta	US	13110	177	America/New_York	34.36878	-79.12226	27	Affinity,Marietta,Мариетта		NC	155	93962	
4478002	Margarettsville	margarettsville	US	27853	0	America/New_York	36.53126	-77.34886	16	Margaret,Margaretsville,Margaretts,Margarettsville,Margaretville		NC	131	94004	
4478003	Marion	marion	US	02738	7861	America/New_York	35.68401	-82.00927	428	Marion,Mehrion,marywn,marywn  shmaly kyrwlayna,mryan  karwlynay shmaly,Марион,Мэрион,ماريون,ماریون، شمالی کیرولائنا,مریان، کارولینای شمالی	111	NC	111	91984	
4478013	Mariposa	mariposa	US	95338	0	America/New_York	35.41458	-81.0623	212			NC	109	90560	
4478032	Marlboro	marlboro	US	05344	0	America/New_York	34.38933	-77.89304	7			NC	141	92744	
4478033	Marlboro	marlboro	US	05344	0	America/New_York	35.58016	-77.59192	25			NC	147	91084	
4478048	Marmaduke	marmaduke	US	72443	0	America/New_York	36.34737	-78.06916	112			NC	185	91112	
4478056	Mars Hill	mars-hill	US	04758	2256	America/New_York	35.8265	-82.5493	704			NC	115	93376	
4478090	Marshall	marshall	US	20115	876	America/New_York	35.79733	-82.68403	505	Marshall,Маршалл	115	NC	115	93290	
4478108	Marshallberg	marshallberg	US	28553	403	America/New_York	34.72794	-76.51576	1	Marshallberg,Marshallburg		NC	031	92000	
4478116	Marshville	marshville	US	28103	2638	America/New_York	34.98849	-80.36701	169	Beaverdam,Griffinsville,Marshville		NC	179	92004	
4478119	Marston	marston	US	28363	0	America/New_York	34.98821	-79.58227	129			NC	153	90200	
4478131	Martha	martha	US	41159	0	America/New_York	35.61097	-80.01866	172			NC	151	90748	
4478184	Martins Creek	martins-creek	US	18063	0	America/New_York	35.02508	-84.03074	507			NC	039	92192	
4478192	Marvin	marvin	US	57251	6181	America/New_York	34.99182	-80.81479	208	Marvin,Poortith		NC	179	92836	
4478269	Masontown	masontown	US	15461	0	America/New_York	34.81155	-76.88661	8			NC	031	92272	
4478270	Masontown	masontown	US	15461	0	America/New_York	34.86961	-76.41547	1			NC	031	93088	
4478334	Matthews	matthews	US	28104	30678	America/New_York	35.11681	-80.72368	222	Fullwood,Fullwoods Store,Matthews,Metjuz,mashuzu,mathywz,mtywz  karwlynay shmaly,Метјуз,ماثيوز,متیوز، کارولینای شمالی,میتھیوز، شمالی کیرولائنا,マシューズ		NC	119		
4478365	Maury	maury	US	28554	1685	America/New_York	35.48211	-77.58608	24			NC	079	92416	
4478372	Maxton	maxton	US	28364	2451	America/New_York	34.73516	-79.34893	59	MXE,Mackstown,Maxton,Quhele,Shoe Heel,Tilden		NC	155	92016	
4478397	Mayfield	mayfield	US	12117	0	America/New_York	35.81874	-81.48148	362			NC	027	91916	
4478398	Mayfield	mayfield	US	12117	0	America/New_York	36.51125	-79.56669	203			NC	157	92772	
4478400	Mayhew	mayhew	US	39753	0	America/New_York	35.56375	-80.91257	261	Long Camp,Mayhew		NC	097	90884	
4478408	Mayodan	mayodan	US	27027	2470	America/New_York	36.41236	-79.96699	192			NC	157	91956	
4478424	Maysville	maysville	US	26833	1004	America/New_York	34.90488	-77.23134	12	Cross Roads,Maysville,Youngs,Youngs Cross Roads		NC	103		
4478430	Mazeppa	mazeppa	US	55956	0	America/New_York	35.64181	-80.78063	268			NC	097	90160	
4478574	McDonald	mcdonald	US	88262	114	America/New_York	34.55405	-79.17559	45	McDonald,McDonalds		NC	155	93236	
4478836	Meadowbrook	meadowbrook	US	26404	0	America/New_York	35.63127	-77.3683	6			NC	147	91328	
4478837	Meadowbrook	meadowbrook	US	26404	0	America/New_York	35.69208	-80.49562	212			NC	159	91160	
4478838	Meadowbrook	meadowbrook	US	26404	0	America/New_York	35.77821	-78.37667	92			NC	183	91992	
4478856	Meadowview	meadowview	US	24361	0	America/New_York	35.80542	-80.28227	227			NC	057	91796	
4478877	Mebane	mebane	US	27302	13698	America/New_York	36.09597	-79.26696	206	Mebane,Mebansville,Mebejn,mban  karwlynay shmaly,mybany,Мебејн,مبان، کارولینای شمالی,ميباني		NC	001		
4478891	Medfield	medfield	US	02052	0	America/New_York	35.80654	-78.74528	138			NC	183	90536	
4478923	Melrose	melrose	US	02176	0	America/New_York	35.21956	-82.32262	456			NC	149	92816	
4478935	Melville	melville	US	11747	0	America/New_York	36.0218	-79.33335	169	Burnt Shop,Melville		NC	001		
4478966	Mercer	mercer	US	16137	0	America/New_York	35.83682	-77.69303	35	Mercer,Mercersville		NC	065		
4479000	Merritt	merritt	US	28556	0	America/New_York	35.09794	-76.71437	1	Merritt,Trent		NC	137	93312	
4479008	Merry Hill	merry-hill	US	27957	0	America/New_York	36.01183	-76.77245	11			NC	015	92044	
4479033	Metcalf	metcalf	US	61940	0	America/New_York	35.36402	-81.57676	280			NC	045		
4479055	Micaville	micaville	US	28755	0	America/New_York	35.90956	-82.21318	744			NC	199	90804	
4479068	Micro	micro	US	27555	484	America/New_York	35.56377	-78.20444	57	Jerome,Micro		NC	101	92048	
4479167	Middle River	middle-river	US	21220	0	America/New_York	34.04489	-78.27944	15			NC	019	91884	
4479187	Middlebrook	middlebrook	US	24459	0	America/New_York	36.0068	-80.397	227			NC	067	90684	
4479188	Middleburg	middleburg	US	17842	132	America/New_York	36.39959	-78.3225	141			NC	181	92050	
4479191	Middlesex	middlesex	US	08846	814	America/New_York	35.79016	-78.20388	80			NC	127	90916	
4479199	Middletown	middletown	US	02842	0	America/New_York	35.47823	-76.01213	0			NC	095	91724	
4479207	Midland	midland	US	15059	3379	America/New_York	35.22737	-80.50062	153	Garmon,Midland		NC	025	93688	
4479216	Midway	midway	US	15060	0	America/New_York	35.90735	-81.11869	369			NC	003	92908	
4479217	Midway	midway	US	15060	0	America/New_York	35.51183	-76.89967	10			NC	013	91896	
4479218	Midway	midway	US	15060	0	America/New_York	36.03433	-76.78578	13			NC	015	92044	
4479219	Midway	midway	US	15060	0	America/New_York	33.97212	-78.12805	14			NC	019	91884	
4479220	Midway	midway	US	15060	4742	America/New_York	35.95347	-80.2181	275	Eller,Midway		NC	057	92064	
4479221	Midway	midway	US	15060	0	America/New_York	35.44317	-82.50623	677			NC	089	91536	
4479222	Midway	midway	US	15060	0	America/New_York	34.93071	-79.78922	73			NC	153	94088	
4479223	Midway	midway	US	15060	0	America/New_York	36.27347	-79.78892	257			NC	157	92960	
4479224	Midway	midway	US	15060	0	America/New_York	35.16017	-78.47028	58			NC	163	92524	
4479252	Midway Park	midway-park	US	28544	0	America/New_York	34.726	-77.34135	10			NC	133	90482	
4479269	Mildred	mildred	US	18632	0	America/New_York	35.84849	-77.49053	14			NC	065		
4479277	Miles	miles	US	52064	0	America/New_York	36.08625	-79.22641	214			NC	135	90632	
4479365	Mill Creek	mill-creek	US	17060	0	America/New_York	36.31929	-81.56372	960	Mill Creek,Raven		NC	009	91004	
4479373	Mill Creek	mill-creek	US	17060	0	America/New_York	34.0985	-78.08638	10			NC	019	93252	
4479379	Mill Creek	mill-creek	US	17060	0	America/New_York	34.77599	-76.74716	3	Bordensville,Mill Creek		NC	031	91400	
4479517	Mill Spring	mill-spring	US	28756	0	America/New_York	35.29762	-82.16122	305	Mill Spring,Mills Springs		NC	149	93980	
4479534	Millbrook	millbrook	US	12545	0	America/New_York	35.85098	-78.60528	100	Mill Brook,Millbrook		NC	183	92228	
4479535	Millbrook	millbrook	US	12545	0	America/New_York	34.17795	-77.86776	6			NC	129	94044	
4479536	Millbrook	millbrook	US	12545	0	America/New_York	35.71932	-77.97888	40			NC	195	92380	
4479542	Millboro	millboro	US	24460	0	America/New_York	35.79986	-79.74808	233			NC	151	91172	
4479602	Millers Creek	millers-creek	US	28651	2112	America/New_York	36.1893	-81.23759	432	Miller Creek,Millers Creek,Millers Creek Village		NC	193	92628	
4479609	Millersville	millersville	US	17551	0	America/New_York	35.85569	-81.18342	293	Broad Shoals,Millersville		NC	003	93228	
4479639	Mills River	mills-river	US	28759	7162	America/New_York	35.38845	-82.56679	639			NC	089	92076	
4479661	Milton	milton	US	02186	161	America/New_York	36.53903	-79.20863	147	Mil'ton,Mill Town,Milton,Thomas Mill,Мильтон		NC	033	92080	
4479663	Milwaukee	milwaukee	US	53201	0	America/New_York	36.40543	-77.23219	27	Bethany,Miluoki,Milwaukee,Милуоки		NC	131	91708	
4479669	Milltown	milltown	US	08850	0	America/New_York	35.31009	-83.81546	645			NC	075	90636	
4479701	Mineral Springs	mineral-springs	US	16855	0	America/New_York	34.94404	-80.24117	129			NC	007	91732	
4479702	Mineral Springs	mineral-springs	US	16855	2908	America/New_York	34.93793	-80.66868	193			NC	179	92836	
4479717	Mingo	mingo	US	43047	0	America/New_York	35.1885	-78.56835	58			NC	163	92088	
4479740	Minneapolis	minneapolis	US	28652	0	America/New_York	36.09929	-81.98706	971	Minneapolis,Миннеаполис		NC	011	92090	
4479779	Misenheimer	misenheimer	US	28109	717	America/New_York	35.48486	-80.28839	204	Gladstone,Misenheimer,Misenheimer Springs		NC	167	92680	
4479783	Mission	mission	US	57555	0	America/New_York	35.0712	-83.9299	499			NC	039	92192	
4479891	Mocksville	mocksville	US	27028	5151	America/New_York	35.89403	-80.56145	262	Mocks Old Field Bay,Mocksville,Moksvil,mwksfyl,mwkswyl  karwlynay shmaly,Моксвил,موكسفيل,موکسویل، کارولینای شمالی	059	NC	059	92100	
4479892	Mocksville	mocksville	US	27028	0	America/New_York	35.71847	-80.49895	239			NC	159	91160	
4479926	Moncure	moncure	US	27559	711	America/New_York	35.62265	-79.07835	66			NC	037	91428	
4479946	Monroe	monroe	US	03771	34623	America/New_York	34.98543	-80.54951	180	Monro,Monroe (North Carolina),meonlo,mnrww  karwlynay shmaly,monro,mwnrw,mwnrw  shmaly kyrwlayna,Монро,מונרו,منروو، کارولینای شمالی,مونرو,مونرو، شمالی کیرولائنا,モンロー,먼로	179	NC	179	92108	
4479961	Monroeton	monroeton	US	18832	0	America/New_York	36.28958	-79.73475	254	Monroeton,Monroetown		NC	157	92960	
4479964	Montague	montague	US	01351	0	America/New_York	34.43378	-78.0661	11			NC	141	91272	
4479967	Montclair	montclair	US	07042	0	America/New_York	34.75933	-77.32774	12			NC	133	93976	
4479968	Montclair	montclair	US	07042	0	America/New_York	35.05016	-78.95808	65			NC	051	92892	
4479969	Montclair	montclair	US	07042	0	America/New_York	35.79486	-80.27477	227			NC	057	91796	
4479970	Montclair	montclair	US	07042	0	America/New_York	34.72822	-79.50811	65			NC	165	93132	
4479971	Montclair	montclair	US	07042	0	America/New_York	35.74238	-77.90637	33			NC	195	94048	
4479981	Montezuma	montezuma	US	13117	0	America/New_York	36.06513	-81.90261	1159	Aaron,Bull Scrape,Montezuma		NC	011	92110	
4479994	Monticello	monticello	US	04760	0	America/New_York	36.2193	-79.67781	257	Lambeth,Monticello		NC	081	91952	
4479995	Monticello	monticello	US	04760	0	America/New_York	35.79902	-80.93508	286			NC	097	93104	
4480007	Montreat	montreat	US	28757	723	America/New_York	35.64428	-82.3029	793			NC	021	90284	
4480009	Montrose	montrose	US	10548	0	America/New_York	35.04266	-79.33559	138			NC	093	92600	
4480017	Monterey Park	monterey-park	US	91754	0	America/New_York	35.29708	-81.14286	230			NC	071	91216	
4480124	Mooresboro	mooresboro	US	28114	308	America/New_York	35.29874	-81.69899	272	Mooresboro,Mooresborough		NC	045		
4480125	Mooresville	mooresville	US	28115	36009	America/New_York	35.58486	-80.81007	277	Fallston,Mooresville,Mursvil,muazubiru,mwrswyl  karwlynay shmaly,mwrysfyl,mwrzwyl  shmaly kyrwlayna,Мурсвил,مورزویل، شمالی کیرولائنا,مورسویل، کارولینای شمالی,موريسفيل,ムーアズビル		NC	097	90708	
4480150	Moravian Falls	moravian-falls	US	28654	1901	America/New_York	36.0968	-81.18231	364	Forks of the Road,Moravian Falls,Petersburg		NC	193	92116	
4480153	Morehead City	morehead-city	US	28557	9347	America/New_York	34.72294	-76.72604	5	Morehead City,Shepherds Point,moaheddoshiti,mwrhad syty  karwlynay shmaly,mwrhyd syty,مورهاد سیتی، کارولینای شمالی,مورهيد سيتي,مورہیڈ سٹی، شمالی کیرولائنا,モアヘッドシティ		NC	031	92120	
4480219	Morganton	morganton	US	28655	16692	America/New_York	35.74541	-81.68482	352	MRN,Morganton,moganton,mrgntn  karwlynay shmaly,mwrghantwn,Моргантон,مرگنتن، کارولینای شمالی,مورغانتون,مورگنٹن، شمالی کیرولائنا,モーガントン	023	NC	023	92136	
4480228	Morgantown	morgantown	US	19543	0	America/New_York	36.12208	-79.42891	194			NC	001		
4480230	Moriah	moriah	US	12960	0	America/New_York	36.25764	-78.82945	179	Five Forks,Moriah		NC	145	92168	
4480285	Morrisville	morrisville	US	05661	23820	America/New_York	35.82348	-78.82556	92	Morisvil,morisubiru,mwrswyl  shmaly kyrwlayna,mwryzwyl  karwlynay shmaly,Морисвил,مورسویل، شمالی کیرولائنا,موریزویل، کارولینای شمالی,モリスビル		NC	183	90576	
4480297	Morse	morse	US	70559	0	America/New_York	36.51849	-76.16632	2			NC	053	92176	
4480316	Morven	morven	US	28119	471	America/New_York	34.86404	-80.00117	109	Laneir,Morven,Morvon		NC	007	92140	
4480376	Moulton	moulton	US	35650	0	America/New_York	36.17154	-78.25222	123			NC	069	92822	
4480378	Mount Airy	mount-airy	US	21771	10354	America/New_York	36.4993	-80.60729	335	Maunt Eri,Mount Airy,Mountairy,The Hallow,The Hollow,mang te ai li,maunteueeoli,mawnt ayry,mawnt ayry  karwlynay shmaly,Маунт Ери,ماونت إيري,ماونت ایری، کارولینای شمالی,マウント・エアリー,芒特艾里,마운트에어리		NC	171	92156	
4480496	Mount Gilead	mount-gilead	US	27306	0	America/New_York	36.26818	-81.909	945			NC	011	90212	
4480497	Mount Gilead	mount-gilead	US	27306	1180	America/New_York	35.21487	-80.00228	123			NC	123	92160	
4480560	Mount Holly	mount-holly	US	05758	14176	America/New_York	35.29819	-81.01591	187	Huntersville,Maunt Kholi,Mount Holly,Woodland,Woodlawn,mawnt haly  karwlynay shmaly,mwnt hwly,Маунт Холи,ماونت هالی، کارولینای شمالی,مونت هولي		NC	071	92692	
4480621	Mount Mourne	mount-mourne	US	28123	0	America/New_York	35.54319	-80.8473	259			NC	097	90884	
4480633	Mount Olive	mount-olive	US	25185	0	America/New_York	34.58823	-78.58668	34			NC	017	91000	
4480634	Mount Olive	mount-olive	US	25185	0	America/New_York	34.42461	-78.79697	31			NC	047	93216	
4480635	Mount Olive	mount-olive	US	25185	0	America/New_York	35.23567	-82.47484	907			NC	089	91316	
4480636	Mount Olive	mount-olive	US	25185	0	America/New_York	35.576	-76.47021	2			NC	095	90856	
4480637	Mount Olive	mount-olive	US	25185	0	America/New_York	36.32792	-80.33644	344			NC	169	94108	
4480638	Mount Olive	mount-olive	US	25185	4728	America/New_York	35.19655	-78.06638	48			NC	191	90384	
4480726	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	36.05207	-81.95539	1171			NC	011	91558	
4480727	Mount Pleasant	mount-pleasant	US	15666	1821	America/New_York	35.39931	-80.4359	191	Maunt Plezant,Mt Pleasant,mawnt plznt  karwlynay shmaly,mwnt blystant,Маунт Плезант,ماؤنٹ پلیزینٹ، شمالی کیرولینا,ماونت پلزنت، کارولینای شمالی,مونت بليستانت		NC	025		
4480728	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	35.41517	-76.08296	0			NC	095	91724	
4480729	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	35.20544	-79.17086	84			NC	125		
4480730	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	35.82238	-78.11249	82	Glover,Mount Pleasant		NC	127	90124	
4480731	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	35.56182	-78.67862	92			NC	183	92440	
4480732	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	36.14902	-81.32065	391	Champion,Lewis Fork,Mount Pleasant		NC	193	91788	
4480733	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	36.22458	-80.62784	317			NC	197	93034	
4480809	Mount Sinai	mount-sinai	US	11766	0	America/New_York	35.20096	-81.60009	254			NC	045		
4480826	Mount Sterling	mount-sterling	US	40353	0	America/New_York	35.76204	-83.10376	473			NC	087	90552	
4480833	Mount Tabor	mount-tabor	US	07878	0	America/New_York	36.11903	-80.3195	291			NC	067	94068	
4480834	Mount Tabor	mount-tabor	US	07878	0	America/New_York	35.87016	-76.44188	2			NC	187	92876	
4480853	Mount Ulla	mount-ulla	US	28125	0	America/New_York	35.65847	-80.72674	251	Mount Ulla,Rowan		NC	159	92172	
4480860	Mount Vernon	mount-vernon	US	04352	0	America/New_York	35.78764	-80.64673	214			NC	159	92860	
4480861	Mount Vernon	mount-vernon	US	04352	0	America/New_York	35.41068	-81.90844	312			NC	161	91892	
4480862	Mount Vernon	mount-vernon	US	04352	0	America/New_York	35.79265	-78.72473	132			NC	183	92036	
4480900	Mount Zion	mount-zion	US	26151	0	America/New_York	36.50846	-81.28454	898			NC	005	92564	
4480901	Mount Zion	mount-zion	US	26151	0	America/New_York	35.91597	-80.39144	240			NC	059	92896	
4480902	Mount Zion	mount-zion	US	26151	0	America/New_York	36.09708	-79.72586	248			NC	081	91228	
4480904	Mount Zion	mount-zion	US	26151	0	America/New_York	36.15346	-81.44593	429			NC	193	91012	
4481036	Mountain Grove	mountain-grove	US	65711	0	America/New_York	35.21982	-83.25793	936			NC	113	92072	
4481046	Mountain Home	mountain-home	US	28758	3622	America/New_York	35.36956	-82.4929	649			NC	089	91456	
4481062	Mountain Park	mountain-park	US	73559	0	America/New_York	36.3743	-80.85479	392			NC	171	90412	
4481089	Mountain View	mountain-view	US	65548	0	America/New_York	35.47234	-82.50401	728			NC	021	91816	
4481090	Mountain View	mountain-view	US	65548	3552	America/New_York	35.68319	-81.36898	336	Mauntin-V'ju,Маунтин-Вью		NC	035	91468	
4481091	Mountain View	mountain-view	US	65548	0	America/New_York	35.24347	-81.28647	231			NC	071	90844	
4481092	Mountain View	mountain-view	US	65548	0	America/New_York	36.07764	-79.07418	158			NC	135	91496	
4481093	Mountain View	mountain-view	US	65548	0	America/New_York	36.30903	-80.30394	335	Mizpah,Mountain View		NC	169	94108	
4481095	Mountain View	mountain-view	US	65548	0	America/New_York	35.25095	-82.70318	641			NC	175	90364	
4481150	Moyock	moyock	US	27958	3759	America/New_York	36.5246	-76.17827	2			NC	053	92176	
4481211	Mulberry	mulberry	US	33860	0	America/New_York	36.03457	-81.6451	409			NC	027	92180	
4481212	Mulberry	mulberry	US	33860	2332	America/New_York	36.23958	-81.18064	404			NC	193	92184	
4481215	Mulberry	mulberry	US	33860	0	America/New_York	36.32708	-80.80285	371			NC	171	91996	
4481292	Murchison	murchison	US	75778	0	America/New_York	35.82984	-82.31596	893			NC	199	92476	
4481298	Murfreesboro	murfreesboro	US	27855	3002	America/New_York	36.44238	-77.09858	26	Merfrisboro,Murfrees Ferry,Murfrees Landing,Murfreesboro,Murfrizboro,mwrfrysbwrw,mwrfryzbwrw  karwlynay shmaly,Мерфрисборо,Мурфризборо,مورفريسبورو,مورفریزبورو، کارولینای شمالی		NC	091	92188	
4481308	Murphy	murphy	US	28906	1615	America/New_York	35.08758	-84.03463	486	Christie Ford,Huntersville,Merfi,Murphy,Tlanusi'yi,mrfy  karwlynay shmaly,myrfy,Мерфи,مرفی، کارولینای شمالی,ميرفي	039	NC	039	92192	
4481427	Nags Head	nags-head	US	27959	2908	America/New_York	35.95739	-75.62406	2	Nag's Head,Nags Head		NC	055	92196	
4481440	Nahunta	nahunta	US	31553	0	America/New_York	35.50794	-78.06332	44	Academy Crossroads,Fremont,Nahunta,Narhantes,Torhunta		NC	191	90428	
4481451	Nakina	nakina	US	28455	0	America/New_York	34.13461	-78.66807	14			NC	047	91764	
4481487	Naples	naples	US	04055	0	America/New_York	35.39262	-82.50068	635			NC	089	91536	
4481519	Nashville	nashville	US	27856	5460	America/New_York	35.9746	-77.96554	57	Nashvill,Нашвилл	127	NC	127	92212	
4481569	Nebo	nebo	US	25141	0	America/New_York	36.21708	-80.65451	326	Mount Nebo,Nebo		NC	197	93034	
4481581	Nebo	nebo	US	25141	0	America/New_York	35.71513	-81.93094	398			NC	111	92216	
4481592	Needmore	needmore	US	17238	0	America/New_York	34.17378	-78.71752	16			NC	047	94020	
4481593	Needmore	needmore	US	17238	0	America/New_York	36.12237	-78.41389	119			NC	069	91170	
4481594	Needmore	needmore	US	17238	0	America/New_York	35.80958	-80.63479	234			NC	159	92860	
4481595	Needmore	needmore	US	17238	0	America/New_York	35.32676	-83.52294	545			NC	173	92208	
4481627	Nelson	nelson	US	03457	0	America/New_York	35.88237	-78.85001	125			NC	063	93764	
4481681	New Berlin	new-berlin	US	13411	0	America/New_York	34.31517	-78.21972	15			NC	047	92624	
4481682	New Bern	new-bern	US	28560	30070	America/New_York	35.10849	-77.04411	3	EWN,N'ju-Bern,New Bern,Newbern,Nju Bern,nyuban,nyw brn  karwlynay shmaly,nyw brn  shmaly kyrwlayna,nywbyrn,Њу Берн,Нью-Берн,نيوبيرن,نیو برن، شمالی کیرولائنا,نیو برن، کارولینای شمالی,ニューバーン	049	NC	049	93592	
4481727	New Castle	new-castle	US	03854	0	America/New_York	36.10736	-80.90591	332			NC	193	93024	
4481762	New Haven	new-haven	US	05472	0	America/New_York	36.53179	-81.16009	799			NC	005	91204	
4481771	New Hill	new-hill	US	27562	0	America/New_York	35.68099	-78.93557	104	New Hill,Newhill		NC	183	90420	
4481773	New Holland	new-holland	US	17557	0	America/New_York	35.4435	-76.16964	2			NC	095	91724	
4481777	New Home	new-home	US	79383	0	America/New_York	35.50568	-81.66704	339			NC	023		
4481787	New Hope	new-hope	US	18938	0	America/New_York	36.49457	-81.25954	915			NC	005	92564	
4481788	New Hope	new-hope	US	18938	0	America/New_York	34.10878	-78.16666	14			NC	019	93252	
4481789	New Hope	new-hope	US	18938	0	America/New_York	35.96876	-78.33555	111			NC	069	91414	
4481790	New Hope	new-hope	US	18938	0	America/New_York	36.01486	-80.95646	309			NC	097	92244	
4481791	New Hope	new-hope	US	18938	0	America/New_York	36.01014	-79.0739	176			NC	135	90620	
4481792	New Hope	new-hope	US	18938	0	America/New_York	36.15433	-76.31438	1	Durants Neck,New Hope,Newhope		NC	143	92248	
4481794	New Hope	new-hope	US	18938	0	America/New_York	35.55486	-80.01532	181	New Hope,New Hope Academy		NC	151	92252	
4481795	New Hope	new-hope	US	18938	0	America/New_York	36.41986	-80.71173	326			NC	171	90908	
4481796	New Hope	new-hope	US	18938	0	America/New_York	35.8396	-78.58056	97			NC	183	92228	
4481797	New Hope	new-hope	US	18938	0	America/New_York	35.376	-77.88304	36			NC	191	92256	
4481798	New Hope	new-hope	US	18938	0	America/New_York	35.79543	-77.95054	49			NC	195	93220	
4481941	New London	new-london	US	03257	604	America/New_York	35.4432	-80.21922	223	Bilesville,Kendalls Store,N'ju-London,New London,Нью-Лондон		NC	167	91416	
4481943	New Market	new-market	US	21774	0	America/New_York	35.8293	-79.86559	244			NC	151	92268	
4481967	New Providence	new-providence	US	07974	0	America/New_York	36.41321	-76.09354	4			NC	053	90816	
4481989	New Salem	new-salem	US	01355	0	America/New_York	35.13098	-80.36923	164	Euto,New Salem		NC	179	92280	
4482012	New Town	new-town	US	02456	0	America/New_York	34.87682	-79.69506	85			NC	153	91988	
4482013	New Town	new-town	US	02456	0	America/New_York	34.89683	-79.36448	70			NC	165	93080	
4482018	New River	new-river	US	24129	0	America/New_York	34.75739	-77.40968	7			NC	133	91632	
4482046	Newdale	newdale	US	83436	0	America/New_York	35.91067	-82.18901	767			NC	199	90804	
4482049	Newell	newell	US	15466	0	America/New_York	35.27959	-80.73562	230			NC	119		
4482058	Newfoundland	newfoundland	US	07435	0	America/New_York	35.94849	-76.12965	0			NC	177	90044	
4482066	Newland	newland	US	28657	686	America/New_York	36.08735	-81.92734	1101	Newland,Old Fields of Toe	011	NC	011		
4482084	Newport	newport	US	02840	4723	America/New_York	34.78655	-76.85911	6	Bells Corner,Bells Corners,N'juport,Newport,Ньюпорт		NC	031	92272	
4482101	Newton	newton	US	02458	13035	America/New_York	35.66986	-81.22147	305	N'juton,Njuton,nyuton,nywtn,nywtwn  karwlynay shmaly,Њутон,Ньютон,نيوتن,نیوتون، کارولینای شمالی,نیوٹن، شمالی کیرولائنا,ニュートン	035	NC	035	92284	
4482109	Newton Grove	newton-grove	US	28366	576	America/New_York	35.24516	-78.35417	55	Blackmans Store,Coxes Store,Greasy Spoon,New Town at the Grove,Newton Grove,Williams		NC	163	92288	
4482125	Niagara	niagara	US	54151	0	America/New_York	35.20738	-79.35559	121			NC	125		
4482264	Norlina	norlina	US	27563	1081	America/New_York	36.4457	-78.19833	129	Mount Regis,Norlina,Regio		NC	185	92976	
4482266	Norman	norman	US	28367	132	America/New_York	35.17042	-79.72282	197	Norman,Sprawls Old Field,Норман		NC	153	92084	
4482359	North Concord	north-concord	US	05858	0	America/New_York	35.43431	-80.62062	195			NC	025		
4482395	North Fork	north-fork	US	83466	0	America/New_York	36.32735	-81.77761	959			NC	189	90788	
4482396	North Fork	north-fork	US	83466	0	America/New_York	36.17959	-79.02751	188			NC	135	91860	
4482455	North Henderson	north-henderson	US	61466	0	America/New_York	36.34181	-78.39	154			NC	181	91452	
4482459	North Hills	north-hills	US	91343	0	America/New_York	36.14708	-79.8317	243			NC	081	92124	
4482460	North Hills	north-hills	US	91343	0	America/New_York	36.38347	-79.67198	231			NC	157	92652	
4482461	North Hills	north-hills	US	91343	0	America/New_York	35.84015	-78.65223	98			NC	183	92612	
4482468	North Haven	north-haven	US	04853	0	America/New_York	35.87237	-78.63389	124			NC	183	91548	
4482478	North Hyde Park	north-hyde-park	US	05665	0	America/New_York	36.1268	-79.8092	263			NC	081	92124	
4482536	North River	north-river	US	12856	0	America/New_York	34.81655	-76.63576	1			NC	031	90180	
4482577	North Wilkesboro	north-wilkesboro	US	28656	4226	America/New_York	36.15847	-81.14758	305	Mulberry Fields,Nort Vilkesboro,North Wilkesboro,Northwilkesboro,nrt wylksbwrw  karwlynay shmaly,nwrth wylkysbwrw,Норт Вилкесборо,نرت ویلکسبورو، کارولینای شمالی,نورث ويلكيسبورو		NC	193	92332	
4482625	Northridge	northridge	US	91324	0	America/New_York	36.53764	-79.73531	215			NC	157	91752	
4482667	Northwood	northwood	US	03261	0	America/New_York	36.09514	-79.41724	180			NC	001		
4482668	Northwood	northwood	US	03261	0	America/New_York	35.11655	-78.87697	56			NC	051	90532	
4482669	Northwood	northwood	US	03261	0	America/New_York	35.27931	-80.86146	225			NC	119		
4482670	Northwood	northwood	US	03261	0	America/New_York	35.96625	-79.06307	177			NC	135	90620	
4482671	Northwood	northwood	US	03261	0	America/New_York	34.99876	-80.53729	181			NC	179	92108	
4482680	Norton	norton	US	02766	0	America/New_York	35.13065	-83.15598	1116			NC	099	91384	
4482681	Norton	norton	US	02766	0	America/New_York	35.01676	-83.38099	636	Norton,Tryphosa		NC	113	92974	
4482692	Norwood	norwood	US	02062	0	America/New_York	36.35264	-79.71281	248			NC	157	92652	
4482693	Norwood	norwood	US	02062	2394	America/New_York	35.21959	-80.11895	119	Centre,Norwood		NC	167	90596	
4482755	Oak City	oak-city	US	27857	300	America/New_York	35.96377	-77.30802	25			NC	117	91268	
4482766	Oak Forest	oak-forest	US	60452	0	America/New_York	35.49178	-82.5279	696			NC	021	90086	
4482767	Oak Forest	oak-forest	US	60452	0	America/New_York	35.35739	-78.42445	57			NC	101	91584	
4482768	Oak Forest	oak-forest	US	60452	0	America/New_York	35.3585	-77.93999	34			NC	191	92256	
4482775	Oak Grove	oak-grove	US	42262	0	America/New_York	33.99406	-78.30472	13			NC	019	91884	
4482776	Oak Grove	oak-grove	US	42262	0	America/New_York	35.20814	-83.88351	636			NC	039	93852	
4482777	Oak Grove	oak-grove	US	42262	0	America/New_York	35.98153	-78.82056	97			NC	063	92344	
4482778	Oak Grove	oak-grove	US	42262	0	America/New_York	36.04791	-79.79892	244	Hampton Homes,Oak Grove		NC	081	92124	
4482779	Oak Grove	oak-grove	US	42262	0	America/New_York	35.03405	-77.24357	9			NC	103		
4482780	Oak Grove	oak-grove	US	42262	0	America/New_York	35.2801	-83.44682	606			NC	113	90792	
4482781	Oak Grove	oak-grove	US	42262	0	America/New_York	36.48374	-80.75674	380			NC	171	93128	
4482782	Oak Grove	oak-grove	US	42262	0	America/New_York	36.49013	-80.57451	331			NC	171	92156	
4482783	Oak Grove	oak-grove	US	42262	0	America/New_York	36.22485	-81.709	1063			NC	189	90404	
4482784	Oak Grove	oak-grove	US	42262	0	America/New_York	34.76683	-77.41218	6			NC	133	91632	
4482785	Oak Grove	oak-grove	US	42262	0	America/New_York	36.27877	-76.22604	3			NC	139	90996	
4482894	Oak Hill	oak-hill	US	12460	0	America/New_York	35.77874	-81.75593	404	Murphy,Oak Hill		NC	023	92592	
4482895	Oak Hill	oak-hill	US	12460	0	America/New_York	35.90319	-81.41509	391			NC	027	91852	
4482896	Oak Hill	oak-hill	US	12460	0	America/New_York	36.43875	-78.72028	148	Oak Hill,Youngs Store		NC	077	92348	
4482897	Oak Hill	oak-hill	US	12460	0	America/New_York	35.36623	-82.43762	664			NC	089	90680	
4482898	Oak Hill	oak-hill	US	12460	0	America/New_York	35.17148	-83.40765	661			NC	113	91156	
4482899	Oak Hill	oak-hill	US	12460	0	America/New_York	34.95544	-79.39365	84			NC	165	93080	
4482916	Oak Island	oak-island	US	28465	7507	America/New_York	33.91656	-78.16111	3	Long Beach (in part),Oak Island,Yaupon Beach (in part)		NC	019	92992	
4482921	Oak Lawn	oak-lawn	US	60453	0	America/New_York	35.26127	-77.54219	21			NC	107	91704	
4482935	Oak Park	oak-park	US	48237	0	America/New_York	35.44789	-82.50818	680			NC	021	91816	
4482936	Oak Park	oak-park	US	48237	0	America/New_York	35.11619	-84.23214	484			NC	039	92932	
4482937	Oak Park	oak-park	US	48237	0	America/New_York	36.19264	-80.38755	272			NC	067	92388	
4482941	Oak Ridge	oak-ridge	US	07438	6671	America/New_York	36.17347	-79.98893	286			NC	081	92360	
4482944	Oak Ridge	oak-ridge	US	07438	0	America/New_York	36.50292	-80.12977	348			NC	169	93016	
4482945	Oak Ridge	oak-ridge	US	07438	0	America/New_York	36.07403	-79.05473	197			NC	135	91040	
4482946	Oak Ridge	oak-ridge	US	07438	0	America/New_York	35.64958	-80.46034	235			NC	159	92812	
4482973	Oakboro	oakboro	US	28129	1874	America/New_York	35.2257	-80.32895	158	Furr City,Oakboro		NC	167	90264	
4482977	Oakdale	oakdale	US	06370	0	America/New_York	35.09155	-77.09967	6			NC	049	93592	
4482978	Oakdale	oakdale	US	06370	0	America/New_York	35.42572	-77.80915	38			NC	079	92928	
4482979	Oakdale	oakdale	US	06370	0	America/New_York	35.9818	-79.92837	226			NC	081	91640	
4482980	Oakdale	oakdale	US	06370	0	America/New_York	35.30181	-80.89479	245			NC	119		
4482981	Oakdale	oakdale	US	06370	0	America/New_York	35.57183	-77.41747	22			NC	147	94072	
4482982	Oakdale	oakdale	US	06370	0	America/New_York	36.09402	-81.33759	355			NC	193	90184	
4482983	Oakdale	oakdale	US	06370	0	America/New_York	35.03822	-78.95392	62			NC	051	92892	
4483014	Oakhurst	oakhurst	US	07755	0	America/New_York	35.19598	-80.7809	233			NC	119		
4483015	Oakhurst	oakhurst	US	07755	0	America/New_York	35.59155	-77.32107	14			NC	147	91328	
4483021	Oakland	oakland	US	02858	0	America/New_York	35.99488	-78.03943	74			NC	127	92212	
4483022	Oakland	oakland	US	02858	0	America/New_York	34.83878	-78.96058	53			NC	155		
4483023	Oakland	oakland	US	02858	0	America/New_York	35.11343	-82.97542	920			NC	175	91504	
4483024	Oakland	oakland	US	02858	0	America/New_York	35.12183	-78.87725	67			NC	051	90532	
4483025	Oakland	oakland	US	02858	0	America/New_York	35.65986	-80.45006	223			NC	159	92812	
4483026	Oakland	oakland	US	02858	0	America/New_York	34.96793	-80.53673	186			NC	179	92108	
4483050	Oakley	oakley	US	48649	0	America/New_York	35.56016	-82.51046	671			NC	021	90086	
4483051	Oakley	oakley	US	48649	0	America/New_York	35.75794	-77.28663	19	Leens,Oakley		NC	147	90512	
4483058	Oakmont	oakmont	US	15139	0	America/New_York	35.58683	-77.35635	21			NC	147	91328	
4483063	Oaks	oaks	US	19456	0	America/New_York	35.95347	-79.25724	175			NC	135	90268	
4483069	Oakton	oakton	US	22124	0	America/New_York	34.49544	-79.04892	41			NC	155	92420	
4483076	Oakville	oakville	US	06779	0	America/New_York	36.49765	-78.10055	116			NC	185	91432	
4483079	Oakwood	oakwood	US	24631	0	America/New_York	36.03986	-79.84976	261	Fairview Homes,Oakwood		NC	081	92124	
4483080	Oakwood	oakwood	US	24631	0	America/New_York	34.79266	-77.36607	13			NC	133	91632	
4483109	Oberlin	oberlin	US	44074	0	America/New_York	35.79876	-78.65306	95			NC	183	92612	
4483124	Ocean Isle Beach	ocean-isle-beach	US	28469	597	America/New_York	33.89434	-78.42667	1			NC	019	92900	
4483129	Ocean View	ocean-view	US	08230	0	America/New_York	34.261	-77.78026	7			NC	129	91404	
4483142	Ocracoke	ocracoke	US	27960	948	America/New_York	35.11462	-75.98101	1	Ile dOcracoke,Ocracoke Island,Okrakok,wkrakwk  karwlynay shmaly,Île dOcracoke,Окракок,وکراکوک، کارولینای شمالی		NC	095	92372	
4483169	Odell	odell	US	60460	0	America/New_York	36.35737	-77.9436	81			NC	185	91684	
4483174	Ogden	ogden	US	50212	6766	America/New_York	34.27239	-77.81859	14	Baymeade,Ogden,Огден		NC	129	91404	
4483196	Ola	ola	US	72853	0	America/New_York	35.66954	-83.09792	893			NC	087	90552	
4483271	Old Fort	old-fort	US	28762	911	America/New_York	35.62901	-82.18067	438	Catawba Vale,Old Fort,awld fwrt,awwld frt  karwlynay shmaly,Олд Форт,أولد فورت,اوولد فرت، کارولینای شمالی		NC	111	92384	
4483379	Old Town	old-town	US	04468	0	America/New_York	36.16625	-80.33366	265	Bethabara,Old Town		NC	067	94068	
4483392	Old Town	old-town	US	04468	0	America/New_York	34.13656	-77.96054	3	Charles Town,New Town,Old Town		NC	019	93252	
4483420	Olds	olds	US	52647	0	America/New_York	36.17516	-75.86297	4			NC	053	92552	
4483423	Oldtown	oldtown	US	21555	0	America/New_York	36.15264	-80.29394	243	Bara,Bethabara,Betharaba,Oldtown		NC	067	94068	
4483429	Olin	olin	US	28660	0	America/New_York	35.95263	-80.83979	278	New Insitute,Olin		NC	097	92400	
4483433	Olive Branch	olive-branch	US	38654	0	America/New_York	35.10404	-80.32117	147			NC	179	92280	
4483447	Olive Hill	olive-hill	US	41164	0	America/New_York	35.21509	-83.45071	636			NC	113	91156	
4483448	Olive Hill	olive-hill	US	41164	0	America/New_York	36.42458	-79.04946	203	Olive Hill,Olivehill		NC	145	92404	
4483464	Olivet	olivet	US	49076	0	America/New_York	35.45454	-83.29654	641			NC	099	92596	
4483472	Olivia	olivia	US	28368	0	America/New_York	35.3596	-79.10975	93	Olivia,Rock Branch		NC	085	90152	
4483478	Olympia	olympia	US	40358	0	America/New_York	35.13905	-76.97078	8			NC	137	93260	
4483512	Ophir	ophir	US	81426	0	America/New_York	35.47792	-79.97894	158			NC	123	92412	
4483520	Ora	ora	US	46968	0	America/New_York	35.30679	-81.58343	248	McSwain Store,Ora,Ora Mill		NC	045		
4483521	Orange	orange	US	01364	0	America/New_York	35.12961	-78.52223	51			NC	163	92088	
4483528	Orange Grove	orange-grove	US	78372	0	America/New_York	35.97597	-79.1939	170			NC	135	90268	
4483547	Orchard Park	orchard-park	US	14127	0	America/New_York	35.21292	-80.68924	230			NC	119		
4483561	Oriental	oriental	US	28571	885	America/New_York	35.031	-76.69299	3	Oriental,Smiths Creek		NC	137	93312	
4483562	Orion	orion	US	61273	0	America/New_York	36.39763	-81.42093	853			NC	009	91652	
4483563	Orlando	orlando	US	26412	0	America/New_York	35.00342	-83.37932	636			NC	113	92974	
4483564	Orleans	orleans	US	02653	0	America/New_York	35.46986	-81.40259	264			NC	109	92300	
4483576	Orrum	orrum	US	28369	92	America/New_York	34.466	-79.0092	31			NC	155	92420	
4483593	Osborne	osborne	US	67473	0	America/New_York	34.81182	-79.77006	90			NC	153	94088	
4483611	Osceola	osceola	US	16942	0	America/New_York	36.22791	-79.61558	252			NC	081	93908	
4483614	Osgood	osgood	US	45351	0	America/New_York	35.55404	-79.12835	95	Osgood,Shakerag		NC	105		
4483618	Osmond	osmond	US	68765	0	America/New_York	36.44708	-79.15835	174			NC	033	92080	
4483619	Ossipee	ossipee	US	03864	562	America/New_York	36.17208	-79.51058	188			NC	001		
4483621	Osprey	osprey	US	34229	0	America/New_York	36.18572	-75.75769	6			NC	055	90096	
4483623	Oswego	oswego	US	13126	0	America/New_York	36.15015	-78.19721	117			NC	069	92822	
4483625	Othello	othello	US	99344	0	America/New_York	36.36235	-81.44621	891			NC	009	93956	
4483649	Otto	otto	US	14766	0	America/New_York	35.06009	-83.38765	631			NC	113	92974	
4483651	Otway	otway	US	45657	0	America/New_York	34.77572	-76.55798	2			NC	031	93156	
4483745	Oxford	oxford	US	01540	8742	America/New_York	36.3107	-78.59083	147	Oksford,aksfwrd  karwlynay shmaly,awksfwrd,Оксфорд,آکسفورد، کارولینای شمالی,آکسفورڈ، شمالی کیرولائنا,أوكسفورد	077	NC	077	92424	
4483820	Paige	paige	US	78659	0	America/New_York	35.61516	-77.39413	11			NC	147	91328	
4483839	Paint Rock	paint-rock	US	35764	0	America/New_York	35.93066	-82.88959	386			NC	115		
4483850	Palestine	palestine	US	26160	0	America/New_York	35.40431	-80.16422	180			NC	167	91416	
4483900	Palmyra	palmyra	US	04965	0	America/New_York	36.07127	-77.34108	26			NC	083	92432	
4483916	Pantego	pantego	US	27860	177	America/New_York	35.58905	-76.66216	1			NC	013	92436	
4484040	Parker	parker	US	16049	0	America/New_York	36.4579	-81.68928	956			NC	009	92316	
4484087	Parkersburg	parkersburg	US	26101	0	America/New_York	34.83711	-78.44334	36			NC	163	91944	
4484089	Parkhill	parkhill	US	15945	0	America/New_York	35.71374	-81.79954	381			NC	023	92952	
4484107	Parkton	parkton	US	21120	439	America/New_York	34.90266	-79.0117	57	Gillis Station,Parkton		NC	155	92444	
4484115	Parkville	parkville	US	21234	0	America/New_York	36.29155	-76.39911	4			NC	143	90220	
4484140	Parmele	parmele	US	27861	264	America/New_York	35.81655	-77.31413	22			NC	117	92712	
4484241	Patterson	patterson	US	12563	0	America/New_York	35.9993	-81.56399	383	Paterson,Patterson		NC	027	92452	
4484243	Patten	patten	US	04765	0	America/New_York	35.65096	-81.8601	350			NC	111	90940	
4484297	Paw Creek	paw-creek	US	28130	0	America/New_York	35.27486	-80.93841	234			NC	119		
4484340	Pea Ridge	pea-ridge	US	72751	0	America/New_York	35.32178	-82.09844	319			NC	149	93980	
4484343	Pea Ridge	pea-ridge	US	72751	0	America/New_York	35.95794	-76.47855	4			NC	187	92968	
4484344	Pea Ridge	pea-ridge	US	72751	0	America/New_York	36.13708	-80.86563	317			NC	197	92302	
4484362	Peachland	peachland	US	28133	414	America/New_York	34.99377	-80.26451	136	Mulcahy,Peachland		NC	007	91732	
4484422	Pebble Beach	pebble-beach	US	93953	0	America/New_York	34.65655	-77.06217	6			NC	031	93968	
4484478	Pelham	pelham	US	03076	0	America/New_York	36.51014	-79.47169	225			NC	033	92468	
4484490	Pembroke	pembroke	US	02359	3004	America/New_York	34.68016	-79.19504	52	Campbells Mill,Pembroke,Scuffletown		NC	155	92472	
4484496	Pender	pender	US	68047	0	America/New_York	36.31043	-77.59275	35			NC	083	91372	
4484513	Pendleton	pendleton	US	27862	0	America/New_York	36.47154	-77.19858	24	Pendleton,Woodwards Crossroads		NC	131	91708	
4484515	Penelope	penelope	US	76676	0	America/New_York	35.72902	-81.39981	349			NC	023	91572	
4484525	Penland	penland	US	28765	0	America/New_York	35.93012	-82.11206	750			NC	121	93012	
4484559	Penrose	penrose	US	28766	0	America/New_York	35.27234	-82.63901	642			NC	175	90344	
4484561	Pensacola	pensacola	US	32501	0	America/New_York	35.84789	-82.30818	870			NC	199	92476	
4484583	Peoria	peoria	US	61601	0	America/New_York	36.29068	-81.89345	836			NC	189	90204	
4484597	Perkinsville	perkinsville	US	05151	0	America/New_York	35.8693	-81.73177	318	Perkins,Perkinsville		NC	023	93832	
4484598	Perkinsville	perkinsville	US	05151	0	America/New_York	36.21902	-81.65927	957			NC	189	92276	
4484610	Perry	perry	US	04667	0	America/New_York	35.33347	-81.34842	302			NC	071	90644	
4484634	Perry Park	perry-park	US	40363	0	America/New_York	35.27933	-77.59302	24			NC	107	91704	
4484679	Peru	peru	US	04290	0	America/New_York	34.55072	-77.36774	5			NC	133	93160	
4484716	Petersburg	petersburg	US	12138	0	America/New_York	35.70652	-81.67093	356	Brittain Store,Petersburg		NC	023	92136	
4484717	Petersburg	petersburg	US	12138	0	America/New_York	35.82205	-82.61152	605			NC	115	93660	
4484718	Petersburg	petersburg	US	12138	0	America/New_York	34.92766	-77.53858	17			NC	133	92672	
4484721	Peterson	peterson	US	35478	0	America/New_York	36.04094	-82.33541	621	Peterson,Warrick		NC	121	92548	
4484757	Pfafftown	pfafftown	US	27040	0	America/New_York	36.15264	-80.36228	249	Peaff Town,Pfafftown,Pfaftown		NC	067	94068	
4484773	Philadelphia	philadelphia	US	13673	0	America/New_York	36.25988	-76.04715	2			NC	029	92920	
4484774	Philadelphia	philadelphia	US	13673	0	America/New_York	34.95293	-79.72755	103			NC	153	92736	
4484856	Phoenix	phoenix	US	13135	0	America/New_York	34.2935	-78.05833	11			NC	019	92324	
4484918	Pierceville	pierceville	US	47039	0	America/New_York	36.44849	-76.29355	1	Pearceville,Pierceville		NC	029	93044	
4484954	Pike Road	pike-road	US	36064	0	America/New_York	35.68294	-76.62744	2			NC	013	92436	
4484957	Pikeville	pikeville	US	27863	692	America/New_York	35.4971	-77.98193	42			NC	191	92492	
4484986	Pilot	pilot	US	24138	0	America/New_York	35.88014	-80.12949	241	Pilot,Rich Fork		NC	057	93232	
4484987	Pilot	pilot	US	24138	0	America/New_York	35.88488	-78.265	108			NC	069	90926	
4485005	Pilot Mountain	pilot-mountain	US	27041	1465	America/New_York	36.38653	-80.4695	352	Pilot Mountain,Pilotmountain		NC	171	92496	
4485099	Pine Hall	pine-hall	US	27042	0	America/New_York	36.32458	-80.04949	196			NC	169	90208	
4485110	Pine Hill	pine-hill	US	12465	0	America/New_York	35.04849	-79.40615	94			NC	093	92600	
4485111	Pine Hill	pine-hill	US	12465	0	America/New_York	36.34903	-80.58951	361			NC	171	90984	
4485113	Pine Hill	pine-hill	US	12465	0	America/New_York	34.78238	-77.37496	13			NC	133	91632	
4485115	Pine Grove	pine-grove	US	17963	0	America/New_York	34.9271	-76.94828	9			NC	049	93508	
4485127	Pine Island	pine-island	US	10969	0	America/New_York	35.30569	-80.97369	207			NC	119		
4485160	Pine Level	pine-level	US	27568	0	America/New_York	34.10656	-78.69168	16			NC	047	91764	
4485161	Pine Level	pine-level	US	27568	1861	America/New_York	35.51322	-78.24444	51			NC	101	92500	
4485205	Pine Ridge	pine-ridge	US	41360	0	America/New_York	35.91154	-78.24111	93			NC	069	90926	
4485210	Pine Ridge	pine-ridge	US	41360	0	America/New_York	35.28403	-80.67535	223			NC	119		
4485213	Pine Ridge	pine-ridge	US	41360	0	America/New_York	36.49902	-80.71729	395	Pine Ridge,Pineridge		NC	171	93128	
4485218	Pine Ridge	pine-ridge	US	41360	0	America/New_York	35.91988	-77.54442	22			NC	065		
4485259	Pinebluff	pinebluff	US	28373	1439	America/New_York	35.10988	-79.47226	127			NC	125		
4485261	Pinecrest	pinecrest	US	95364	0	America/New_York	35.81986	-80.29283	236			NC	057	91796	
4485262	Pinecrest	pinecrest	US	95364	0	America/New_York	35.2132	-80.90257	222			NC	119		
4485263	Pinecrest	pinecrest	US	95364	0	America/New_York	35.34179	-81.88788	314			NC	161	90768	
4485270	Pinehurst	pinehurst	US	01866	0	America/New_York	35.85263	-81.60649	329			NC	027	91780	
4485271	Pinehurst	pinehurst	US	01866	0	America/New_York	35.34512	-82.46123	653			NC	089	91456	
4485272	Pinehurst	pinehurst	US	01866	15752	America/New_York	35.19543	-79.46948	160	Pajnkherst,bynhwrst,pynhwrst  karwlynay shmaly,Пајнхерст,بينهورست,پینهورست، کارولینای شمالی		NC	125		
4485293	Pineola	pineola	US	28662	0	America/New_York	36.02846	-81.8915	1082	Pineola,Saginaw		NC	011	92502	
4485294	Pinetops	pinetops	US	27864	1319	America/New_York	35.78849	-77.63775	31			NC	065		
4485295	Pinetown	pinetown	US	27865	155	America/New_York	35.61044	-76.86133	12			NC	013	91896	
4485305	Pineville	pineville	US	18946	8429	America/New_York	35.0832	-80.8923	174	Pajnvil,bynfyl,paynwyl  karwlynay shmaly,Пајнвил,بينفيل,پاینویل، کارولینای شمالی		NC	119		
4485310	Pinewood	pinewood	US	29125	0	America/New_York	35.82319	-81.46981	365			NC	027	91916	
4485311	Pinewood	pinewood	US	29125	0	America/New_York	35.91596	-81.56704	363			NC	027	91780	
4485312	Pinewood	pinewood	US	29125	0	America/New_York	35.39544	-77.91915	37			NC	191	93138	
4485330	Pineview	pineview	US	31071	0	America/New_York	35.30627	-79.08947	98	Pine View,Pineview		NC	085	90152	
4485341	Piney Creek	piney-creek	US	28663	0	America/New_York	36.5504	-81.28871	841	Piney Creek,Pineycreek		NC	005	92508	
4485426	Piney Fork	piney-fork	US	43941	0	America/New_York	36.44597	-79.7767	227			NC	157	93936	
4485504	Piney Woods	piney-woods	US	39148	0	America/New_York	35.13734	-82.7743	711			NC	175	90948	
4485509	Piney Woods	piney-woods	US	39148	0	America/New_York	34.20989	-77.87193	9			NC	129	94044	
4485534	Pinnacle	pinnacle	US	27043	894	America/New_York	36.32931	-80.43311	329	Culler,Pinnacle		NC	169	94108	
4485538	Pink Hill	pink-hill	US	28572	540	America/New_York	35.05516	-77.74637	41			NC	107	92520	
4485578	Pinson	pinson	US	35126	0	America/New_York	35.52569	-80.03338	193			NC	151	92252	
4485587	Pisgah	pisgah	US	35765	0	America/New_York	35.54986	-79.87115	240			NC	151	93808	
4485621	Pisgah Forest	pisgah-forest	US	28768	0	America/New_York	35.25428	-82.70012	642			NC	175	90364	
4486614	Prosper	prosper	US	75078	0	America/New_York	34.25211	-78.25083	18			NC	047	92624	
4485655	Pittsboro	pittsboro	US	27312	4198	America/New_York	35.72015	-79.17724	124	Pitsboro,bytsbwrw,pytsbwrw  karwlynay shmaly,Питсборо,بيتسبورو,پیتسبورو، کارولینای شمالی	037	NC	037	90592	
4485658	Pittsburg	pittsburg	US	03592	0	America/New_York	35.82514	-80.70034	262	Pitsburg,Питсбург		NC	159	92860	
4485716	Pleasant Garden	pleasant-garden	US	27313	4715	America/New_York	35.96208	-79.76225	261	Fentress,Pleasant Garden		NC	081	91096	
4485721	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.19208	-79.32669	217			NC	001		
4485722	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.41735	-81.20509	919			NC	005	90808	
4485723	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	35.68956	-82.52818	642			NC	021	92648	
4485724	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	35.63374	-81.5837	420			NC	023	91928	
4485725	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.38931	-79.26696	196			NC	033	94120	
4485726	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	35.09378	-77.84859	35			NC	061	91240	
4485727	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.43932	-77.44442	42			NC	131	92880	
4485728	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	35.92488	-76.59022	4			NC	187	91768	
4485800	Pleasant Hill	pleasant-hill	US	27866	1087	America/New_York	35.87347	-79.48169	224			NC	001		
4485801	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	35.15702	-84.24686	505			NC	039	92932	
4485802	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	35.23957	-81.4812	252			NC	045		
4485803	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	35.06683	-77.5908	17			NC	103		
4485805	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	36.5321	-77.53553	38			NC	131	92536	
4485807	Pleasant Hill	pleasant-hill	US	27866	878	America/New_York	36.25736	-80.88341	346			NC	193	90976	
4485886	Pleasant Plains	pleasant-plains	US	62677	0	America/New_York	34.24434	-78.68085	17			NC	047	91764	
4485887	Pleasant Plains	pleasant-plains	US	62677	0	America/New_York	36.3496	-76.98024	16			NC	091	94076	
4485896	Pleasant Ridge	pleasant-ridge	US	48069	0	America/New_York	35.41766	-77.43302	19			NC	147	91340	
4485897	Pleasant Ridge	pleasant-ridge	US	48069	0	America/New_York	36.31958	-80.88757	395			NC	193	90976	
4485914	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	35.11064	-84.0163	501			NC	039	92192	
4485920	Pleasant View	pleasant-view	US	37146	0	America/New_York	35.88933	-76.23271	1			NC	177	90736	
4485921	Pleasant View	pleasant-view	US	37146	0	America/New_York	35.39961	-77.96804	35			NC	191	91260	
4485936	Pleasantville	pleasantville	US	08232	0	America/New_York	35.3196	-79.46614	151			NC	125		
4485937	Pleasantville	pleasantville	US	08232	0	America/New_York	36.37736	-79.83754	234			NC	157	93936	
4485968	Plumtree	plumtree	US	28664	0	America/New_York	36.02707	-82.00789	874			NC	011	92538	
4485973	Plymouth	plymouth	US	02360	3658	America/New_York	35.86683	-76.74856	4	Plimut,blymwth,playmawt  shmaly kyrwlayna,plymwth  karwlynay shmaly,Плимут,بليموث,پلایماؤت، شمالی کیرولائنا,پلیموث، کارولینای شمالی	187	NC	187	92540	
4486004	Point Harbor	point-harbor	US	27964	0	America/New_York	36.07877	-75.79463	2	Marvin,Point Harbor		NC	053	92552	
4486078	Polkton	polkton	US	28135	3495	America/New_York	35.00765	-80.20089	99	Luneville,Polkton		NC	007	91732	
4486086	Pollocksville	pollocksville	US	28573	308	America/New_York	35.00599	-77.22107	5	Pollacksville,Pollock,Pollocksville,Polloksville,Trent Bridge		NC	103		
4486098	Pomona	pomona	US	08240	0	America/New_York	36.06014	-79.85587	268			NC	081	92124	
4486117	Ponderosa	ponderosa	US	87044	0	America/New_York	35.78488	-77.91221	38			NC	195	94048	
4486165	Poplar	poplar	US	54864	0	America/New_York	36.07261	-82.34319	615	Hollow Poplar,Poplar		NC	121	92548	
4486170	Poplar Branch	poplar-branch	US	27965	0	America/New_York	36.28016	-75.8927	4	Currituck Narrows,Poplar Branch		NC	053	92552	
4486211	Poplar Grove	poplar-grove	US	61065	0	America/New_York	35.38429	-82.13178	287			NC	149	90772	
4486212	Poplar Grove	poplar-grove	US	61065	0	America/New_York	35.10628	-78.21638	51			NC	163	92516	
4486213	Poplar Grove	poplar-grove	US	61065	0	America/New_York	36.19791	-81.70872	1074			NC	189	90404	
4486237	Poplar Ridge	poplar-ridge	US	13139	0	America/New_York	36.07236	-79.06862	187			NC	135	91040	
4486286	Porter	porter	US	04068	0	America/New_York	35.26931	-80.16895	157	Porter,Porters		NC	167	90596	
4486314	Portsmouth	portsmouth	US	02871	0	America/New_York	35.06961	-76.06379	0			NC	031	92560	
4486355	Potecasi	potecasi	US	27867	0	America/New_York	36.36321	-77.23913	21			NC	131	92696	
4486428	Powells Point	powells-point	US	27966	0	America/New_York	36.15738	-75.8588	3			NC	053	92552	
4486433	Powellsville	powellsville	US	27967	259	America/New_York	36.22571	-76.93301	20	Powells Crossroads,Powellsville		NC	015	92096	
4486436	Powers	powers	US	49874	0	America/New_York	34.69239	-78.98836	44			NC	155	92780	
4486445	Powhatan	powhatan	US	23139	0	America/New_York	35.61377	-78.4175	92			NC	101	90676	
4486458	Prentiss	prentiss	US	39474	0	America/New_York	35.1212	-83.37904	621			NC	113	91156	
4486465	Prescott	prescott	US	48756	0	America/New_York	35.24656	-76.85216	15			NC	013	92664	
4486477	Preston	preston	US	06365	0	America/New_York	35.79515	-78.83251	96			NC	183	90576	
4486491	Price	price	US	21656	0	America/New_York	36.53903	-79.91476	305	Grogansville,Price,Prices Store		NC	157	92568	
4486537	Princeton	princeton	US	01541	1284	America/New_York	35.46599	-78.16055	46	Boon Hill,Freedom Hill,Princeton,Prinston,Принстон		NC	101	90336	
4486540	Princeville	princeville	US	61559	1991	America/New_York	35.8896	-77.53219	8	Freedom Hill,Princeville		NC	065		
4486560	Proctor	proctor	US	05765	0	America/New_York	35.47342	-83.72628	522			NC	173	91144	
4486572	Proctorville	proctorville	US	28375	118	America/New_York	34.47655	-79.03642	35			NC	155	92420	
4486588	Prospect	prospect	US	06712	0	America/New_York	34.04767	-78.32861	15			NC	019	91884	
4486589	Prospect	prospect	US	06712	981	America/New_York	34.73322	-79.22976	58			NC	155	92984	
4486609	Prospect Hill	prospect-hill	US	27314	0	America/New_York	36.2493	-79.19085	215			NC	033	91492	
4486619	Providence	providence	US	02901	0	America/New_York	36.50514	-79.3703	169	Hells Half Acre,Providence,Providens,Провиденс		NC	033	90880	
4486620	Providence	providence	US	02901	0	America/New_York	36.25431	-78.66167	134	Hargrove,Providence		NC	077	91108	
4486621	Providence	providence	US	02901	0	America/New_York	35.63651	-82.05122	463			NC	111	91984	
4486622	Providence	providence	US	02901	0	America/New_York	35.06487	-80.76979	217			NC	119		
4486624	Providence	providence	US	02901	0	America/New_York	36.47375	-79.82865	191	Grassy Springs,Providence,Providence Creek		NC	157	92020	
4486626	Providence	providence	US	02901	0	America/New_York	35.10042	-80.76563	202			NC	119		
4486780	Purlear	purlear	US	28665	0	America/New_York	36.18208	-81.28426	409	Loafersville,Purlear,Purlears		NC	193	92628	
4486781	Purvis	purvis	US	39475	0	America/New_York	34.58877	-79.26337	45			NC	155	93812	
4486783	Putnam	putnam	US	06260	0	America/New_York	35.44459	-79.47003	138	Johnson City,Putnam		NC	125		
4486983	Raeford	raeford	US	28376	4860	America/New_York	34.981	-79.2242	80		093	NC	093	92604	
4487042	Raleigh	raleigh	US	25911	451066	America/New_York	35.7721	-78.63861	96	RDU,Ralei,Raleigh,Rali,Roles,Roli,Rolis,Rolės,Wake Court House,lolli,luo li,ra li,raley,rali,raly,raly  shmaly kyrwlyna,rele,reli,roli,rori,ryale'i,Ράλεϊ,Рали,Ралі,Роли,Ролі,Ռոլի,ראלי,رالي,رالی,رالی، شمالی کیرولینا,रालेय्,रॅले,रेली,र्यालेइ,র‌্যালি,ராலீ,ราลี,როლი,ローリー,罗利,롤리	NC	NC	183	92612	
4487078	Ramseur	ramseur	US	27316	1701	America/New_York	35.73347	-79.65253	148	Allens Fall,Columbia,Ramseur,Ramsure		NC	151	90732	
4487083	Ramsey	ramsey	US	07446	0	America/New_York	35.58291	-81.56231	393			NC	023	91928	
4487116	Randleman	randleman	US	27317	4153	America/New_York	35.81791	-79.80309	210	Dicks,Randleman,Randleman Mills,Union Factory		NC	151	92620	
4487151	Rankin	rankin	US	60960	0	America/New_York	36.11708	-79.76364	245			NC	081	91228	
4487161	Ransomville	ransomville	US	14131	0	America/New_York	35.45239	-76.68521	2			NC	013	90168	
4487267	Ravenswood	ravenswood	US	26164	0	America/New_York	34.97905	-77.23412	10	Ravenswood,Ravenwood		NC	103		
4487268	Ravenwood	ravenwood	US	64479	0	America/New_York	35.71208	-80.30728	218			NC	057	90780	
4487269	Ravenwood	ravenwood	US	64479	0	America/New_York	35.26873	-82.44484	677			NC	089	91456	
4487270	Ravenwood	ravenwood	US	64479	0	America/New_York	35.90569	-79.96115	247			NC	151	93768	
4487271	Ravenwood	ravenwood	US	64479	0	America/New_York	35.24709	-80.72507	224			NC	119		
4487272	Ravenwood	ravenwood	US	64479	0	America/New_York	35.09792	-80.91424	175			NC	119		
4487273	Ravenwood	ravenwood	US	64479	0	America/New_York	36.47403	-79.82809	183	Ravenwood,Ravenwood Estates		NC	157	92020	
4487274	Ravenwood	ravenwood	US	64479	0	America/New_York	35.38238	-77.91498	39			NC	191	93138	
4487296	Raynham	raynham	US	02767	73	America/New_York	34.57433	-79.19504	45			NC	155	93812	
4487349	Red Banks	red-banks	US	38661	0	America/New_York	34.70294	-79.25087	54	Red Banks,Redbanks		NC	155	92472	
4487363	Red Hill	red-hill	US	18076	0	America/New_York	34.46989	-78.43056	21			NC	017	90528	
4487365	Red Hill	red-hill	US	18076	0	America/New_York	35.07516	-77.91137	30			NC	061	91240	
4487367	Red Hill	red-hill	US	18076	0	America/New_York	36.02234	-82.22791	724			NC	121	92632	
4487370	Red Hill	red-hill	US	18076	0	America/New_York	35.14794	-78.38917	48			NC	163	91460	
4487398	Red Mountain	red-mountain	US	93558	0	America/New_York	36.22514	-78.90362	148			NC	063	91972	
4487401	Red Oak	red-oak	US	23964	3424	America/New_York	36.03849	-77.90637	62	Jones Store,Red Oak		NC	127	92636	
4487402	Red Oak	red-oak	US	23964	0	America/New_York	35.57238	-77.4233	22			NC	147	94072	
4487421	Red Springs	red-springs	US	28377	3433	America/New_York	34.81516	-79.18309	62	Dora,Red Springs		NC	155	92640	
4487460	Redmon	redmon	US	61949	0	America/New_York	35.79566	-82.71708	502			NC	115	93290	
4487469	Redwood	redwood	US	13679	0	America/New_York	36.04709	-78.77139	91			NC	063	92344	
4487587	Reese	reese	US	48757	0	America/New_York	36.32568	-81.82456	927			NC	189	90204	
4487592	Reeves	reeves	US	70658	0	America/New_York	34.05406	-78.60029	10			NC	047	90436	
4487607	Regan	regan	US	58477	0	America/New_York	34.01712	-78.56557	13			NC	019	93868	
4487616	Register	register	US	30452	0	America/New_York	34.85156	-77.95943	31	Register,Sutton		NC	061	91600	
4487619	Rehobeth	rehobeth	US	21857	0	America/New_York	35.36402	-81.65621	306			NC	045		
4487630	Rehoboth	rehoboth	US	02769	0	America/New_York	36.34349	-77.37608	24			NC	131	92696	
4487674	Resaca	resaca	US	30735	0	America/New_York	35.07016	-77.75803	42			NC	061	90020	
4487682	Reidsville	reidsville	US	27320	14067	America/New_York	36.35486	-79.66447	245	Ridsvil,rizubiru,rydsfyl,rydzwyl  karwlynay shmaly,Ридсвил,ريدسفيل,ریدزویل، کارولینای شمالی,ریڈزویل، شمالی کیرولائنا,リーズビル		NC	157	92652	
4487697	Revere	revere	US	02151	0	America/New_York	35.90261	-82.70319	665			NC	115	93706	
4487705	Rex	rex	US	28378	55	America/New_York	34.85711	-79.0492	58			NC	155	91936	
4487749	Rhodes	rhodes	US	48652	0	America/New_York	36.17043	-77.12413	21			NC	015	93008	
4487761	Rhodhiss	rhodhiss	US	28667	1048	America/New_York	35.77402	-81.4312	293	Cliffs,Rhodhiss		NC	027	91916	
4487809	Riceville	riceville	US	16432	0	America/New_York	35.63261	-82.47012	696			NC	021	93180	
4487825	Rich Hill	rich-hill	US	64779	0	America/New_York	36.47319	-80.99008	861			NC	005	90640	
4487877	Rich Square	rich-square	US	27869	901	America/New_York	36.27404	-77.28441	22	Rich Square,Richsquare		NC	131	92676	
4487889	Richardson	richardson	US	75080	0	America/New_York	34.55656	-78.83586	34			NC	017	90296	
4487912	Richfield	richfield	US	17086	611	America/New_York	35.47014	-80.25783	197			NC	167	91416	
4487915	Richland	richland	US	08350	0	America/New_York	36.07985	-81.59816	556			NC	027	92452	
4487940	Richlands	richlands	US	24641	0	America/New_York	36.0865	-82.3143	1056			NC	121	92548	
4487941	Richlands	richlands	US	24641	1689	America/New_York	34.89933	-77.54663	18			NC	133	92672	
4487950	Richmond Hill	richmond-hill	US	11418	0	America/New_York	36.24514	-80.61062	330			NC	197	92314	
4487976	Rico	rico	US	81332	0	America/New_York	34.43878	-78.6239	29			NC	047	93928	
4487984	Riddle	riddle	US	97469	0	America/New_York	36.29016	-76.04409	2			NC	029	92920	
4487996	Ridgecrest	ridgecrest	US	28770	0	America/New_York	35.62067	-82.28262	772			NC	021	90284	
4488002	Ridgefield	ridgefield	US	06877	0	America/New_York	35.92737	-79.02334	82			NC	135	90620	
4488003	Ridgefield Park	ridgefield-park	US	07660	0	America/New_York	35.92153	-79.01779	75			NC	135	90620	
4488009	Ridgeview	ridgeview	US	25169	0	America/New_York	35.29931	-80.78729	241			NC	119		
4488017	Ridgeville	ridgeville	US	29472	0	America/New_York	36.30042	-79.18057	211	Pea Ridge,Ridgeville		NC	033	91492	
4488018	Ridgeway	ridgeway	US	24148	0	America/New_York	36.4357	-78.23666	128	Colers Ordinary,Marshall Tavern,Paschalls,Ridgeway		NC	185	93896	
4488024	Ridgewood	ridgewood	US	07450	0	America/New_York	35.65958	-80.49784	216			NC	159	92812	
4488025	Ridgewood	ridgewood	US	07450	0	America/New_York	34.96126	-80.55146	173			NC	179	92108	
4488026	Ridgewood	ridgewood	US	07450	0	America/New_York	35.80682	-78.68278	122			NC	183	92612	
4488027	Ridgewood	ridgewood	US	07450	0	America/New_York	35.381	-77.95165	34			NC	191	91260	
4488031	Riegelwood	riegelwood	US	28456	579	America/New_York	34.33989	-78.22528	11			NC	047	92624	
4488063	Riley	riley	US	47871	0	America/New_York	35.93154	-78.35305	118	Riley,Rileys Cross Roads		NC	069	90926	
4488078	Ringwood	ringwood	US	07456	0	America/New_York	36.21126	-77.8472	71			NC	083	90368	
4488145	Riverdale	riverdale	US	07457	0	America/New_York	34.99599	-76.98661	7			NC	049	93552	
4488146	Riverdale	riverdale	US	07457	0	America/New_York	35.61572	-77.38941	14			NC	147	91328	
4488150	Riverside	riverside	US	02915	0	America/New_York	35.35322	-77.30829	10			NC	049	93256	
4488151	Riverside	riverside	US	02915	0	America/New_York	35.61816	-82.96792	752			NC	087	90800	
4488152	Riverside	riverside	US	02915	0	America/New_York	35.09093	-83.37821	624	Hickory Knoll,Riverside		NC	113	92974	
4488153	Riverside	riverside	US	02915	0	America/New_York	35.91206	-82.34652	776			NC	199	90456	
4488180	Riverview	riverview	US	33568	0	America/New_York	34.18767	-78.55807	12	Crusoe Island,River View,Riverview		NC	047	91764	
4488232	Roanoke Rapids	roanoke-rapids	US	27870	15345	America/New_York	36.46154	-77.65415	48	Great Falls,RZZ,Roanoke Rapids,Rounok Rapids,roanokurapizzu,rwnwk rabydz,rwwnwwk rpyd  karwlynay shmaly,Роунок Рапидс,روانوک ریپڈس، شمالی کیرولائنا,رونوك رابيدز,روونووک رپید، کارولینای شمالی,ロアノークラピッズ		NC	083	92704	
4488269	Roaring Gap	roaring-gap	US	28668	0	America/New_York	36.40291	-80.98536	877	Roaring Gap,Roaringgap		NC	005	90640	
4488278	Roaring River	roaring-river	US	28669	0	America/New_York	36.20652	-81.00369	297			NC	193	90976	
4488289	Robbins	robbins	US	27325	1184	America/New_York	35.43403	-79.58697	132	Elise,Elsie,Hemp,Mechanicks Hill,Mechanics Hill,Mechanicsville,Robbins		NC	125		
4488298	Robbinsville	robbinsville	US	28771	598	America/New_York	35.32287	-83.8074	624	Robbinsville,Robinsvil,Robinsville,rwbbynswyl  karwlynay shmaly,rwbnzfyl,Робинсвил,روببینسویل، کارولینای شمالی,روبنزفيل	075	NC	075	90636	
4488314	Robersonville	robersonville	US	27871	1424	America/New_York	35.82516	-77.24913	22	Robersonvil,rwbrswnwyl  karwlynay shmaly,Роберсонвил,روبرسونویل، کارولینای شمالی		NC	117	92712	
4488431	Rock Creek	rock-creek	US	25174	0	America/New_York	35.97458	-79.46558	192			NC	001		
4488507	Rock Spring	rock-spring	US	30739	0	America/New_York	35.63266	-77.44497	25			NC	147	91064	
4488516	Rock Springs	rock-springs	US	53961	0	America/New_York	35.60183	-77.3658	17			NC	147	91328	
4488517	Rock Springs	rock-springs	US	53961	0	America/New_York	35.39567	-82.13067	352	Rock Springs,Rock Springs Church		NC	149	90772	
4488528	Rockdale	rockdale	US	76567	0	America/New_York	35.48263	-81.50787	290			NC	045		
4488545	Rockford	rockford	US	35136	0	America/New_York	36.26847	-80.64867	260			NC	171	92732	
4488587	Rockingham	rockingham	US	28379	9220	America/New_York	34.93932	-79.77395	86	Richmond Court House,Rockingham	153	NC	153	92736	
4488594	Rockwood	rockwood	US	04478	0	America/New_York	36.03875	-79.40196	174			NC	001		
4488600	Rockwell	rockwell	US	28138	2144	America/New_York	35.55125	-80.40645	239	Rockville,Rockwell		NC	159	91256	
4488675	Rocky Ford	rocky-ford	US	30455	0	America/New_York	36.19987	-78.34333	121			NC	069	91438	
4488692	Rocky Hill	rocky-hill	US	06067	0	America/New_York	35.21595	-82.75429	691			NC	175	90364	
4488758	Rocky Point	rocky-point	US	11778	1602	America/New_York	34.43517	-77.88776	11			NC	141	92744	
4488762	Rocky Mount	rocky-mount	US	24151	55806	America/New_York	35.93821	-77.79053	30	RWI,Rocky Mount,Roki Maunt,Roki-Maunt,raky mawnt  karwlynay shmaly,rokkimaunto,rwky mawnt,Роки Маунт,Роки-Маунт,Рокі-Маунт,راکی ماؤنٹ، شمالی کیرولائنا,راکی ماونت، کارولینای شمالی,روكي ماونت,ロッキーマウント		NC	127		
4488771	Rocky River	rocky-river	US	44116	0	America/New_York	35.30625	-80.59785	187			NC	025		
4488807	Rodanthe	rodanthe	US	27968	261	America/New_York	35.59351	-75.46794	1	North Rodanthe,Rodanthe		NC	055	91702	
4488817	Roduco	roduco	US	27969	0	America/New_York	36.46182	-76.81246	11	Greens,Roduco		NC	073	92660	
4488818	Roe	roe	US	72134	0	America/New_York	34.99239	-76.3088	1			NC	031	90588	
4488844	Rogersville	rogersville	US	15359	0	America/New_York	36.51514	-78.96696	147			NC	145	94100	
4488859	Rolesville	rolesville	US	27571	6289	America/New_York	35.92321	-78.4575	135			NC	183	93880	
4488873	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	35.58266	-77.29691	17			NC	147	91344	
4488887	Rollins	rollins	US	59931	0	America/New_York	35.78955	-82.66347	530			NC	115	93290	
4488899	Ronda	ronda	US	28670	413	America/New_York	36.21847	-80.94119	293			NC	193	90976	
4488913	Roper	roper	US	27970	570	America/New_York	35.87794	-76.61522	4	Lees Mill,Roper		NC	187	91768	
4488954	Rose Hill	rose-hill	US	24281	1665	America/New_York	34.82822	-78.02304	30			NC	061	92752	
4488955	Rose Hill	rose-hill	US	24281	0	America/New_York	36.51875	-78.30777	110			NC	185	92340	
4488978	Roseboro	roseboro	US	28382	1203	America/New_York	34.95295	-78.50862	39			NC	163	91844	
4488981	Rosebud	rosebud	US	57570	0	America/New_York	35.30206	-82.47623	656			NC	089	91456	
4488982	Rosebud	rosebud	US	57570	0	America/New_York	36.30708	-80.18088	241			NC	169	92852	
4488983	Rosebud	rosebud	US	57570	0	America/New_York	35.76682	-77.85748	43			NC	195	93244	
4488985	Rosedale	rosedale	US	11422	0	America/New_York	35.58488	-77.08912	3			NC	013	93904	
4488986	Roseland	roseland	US	07068	0	America/New_York	34.23267	-78.83947	33			NC	047	94020	
4488987	Roseland	roseland	US	07068	0	America/New_York	35.44486	-81.27591	253	Rhyne,Roseland		NC	109	91824	
4488988	Roseland	roseland	US	07068	0	America/New_York	35.13516	-79.5092	134			NC	125		
4488994	Rosemead	rosemead	US	91770	0	America/New_York	36.18016	-76.86606	19			NC	015	90712	
4488995	Rosemont	rosemont	US	08556	0	America/New_York	36.04792	-80.24255	282			NC	067	94068	
4488996	Rosemont	rosemont	US	08556	0	America/New_York	35.20737	-80.81646	212			NC	119		
4489012	Roseville	roseville	US	43777	0	America/New_York	36.35486	-79.04168	207	Longs Cross Roads,Roseville		NC	145	92404	
4489014	Rosewood	rosewood	US	43070	0	America/New_York	35.41349	-78.07082	39	Rose,Rosewood		NC	191	91136	
4489015	Rosewood	rosewood	US	43070	0	America/New_York	36.07792	-79.12307	191			NC	135	91496	
4489016	Rosewood	rosewood	US	43070	0	America/New_York	36.32016	-76.21716	2			NC	139	92576	
4489022	Rosman	rosman	US	28772	573	America/New_York	35.14372	-82.82124	671	Eastatoe,Estatoe,Rosman,Toxaway		NC	175	90564	
4489042	Rosser	rosser	US	75157	0	America/New_York	35.55543	-79.09113	60			NC	105		
4489048	Rougemont	rougemont	US	27572	978	America/New_York	36.21848	-78.9264	171			NC	063	91972	
4489106	Round Mountain	round-mountain	US	78663	0	America/New_York	35.07816	-82.84986	734			NC	175	90948	
4489154	Rover	rover	US	72860	0	America/New_York	35.40627	-77.00661	10			NC	013	90664	
4489158	Roundhill	roundhill	US	42275	0	America/New_York	35.43121	-83.52488	636			NC	173	92208	
4489161	Rowan	rowan	US	50470	0	America/New_York	34.51295	-78.27111	16			NC	017	91720	
4489185	Rowland	rowland	US	18457	1050	America/New_York	34.53655	-79.29143	45			NC	155	92760	
4489199	Roxana	roxana	US	41848	0	America/New_York	35.88458	-79.94282	243			NC	151	93768	
4489200	Roxboro	roxboro	US	27573	8334	America/New_York	36.39375	-78.98279	218	Moccasin Gap,Roksboro,Roxboro,Roxborough,rwksbwrw,rwksbwrw  karwlynay shmaly,Роксборо,روكسبورو,روکسبورو، کارولینای شمالی	145	NC	145	92764	
4489211	Roxobel	roxobel	US	27872	225	America/New_York	36.20293	-77.24524	28	Brittons Store,Cottens Cross Roads,Cottons Crossroads,Granberrys Crossroads,Roxobel		NC	015	92768	
4489218	Royal	royal	US	51357	0	America/New_York	35.28961	-76.76937	1	Dublin,Royal		NC	013	92664	
4489219	Royal	royal	US	51357	0	America/New_York	36.01515	-78.35805	116			NC	069	91414	
4489259	Rudd	rudd	US	50471	0	America/New_York	36.16597	-79.74281	251	Morehead,Rudd,Sippanaw		NC	081	91228	
4489262	Ruffin	ruffin	US	27326	368	America/New_York	36.44708	-79.54392	217	Little Rock,Rawlinsburg,Ruffin,Staceyville,Stacyville,Stubblefield		NC	157	92772	
4489266	Rufus	rufus	US	97050	0	America/New_York	35.99874	-81.64121	371	Risden,Rufus		NC	027	92180	
4489271	Rugby	rugby	US	37733	0	America/New_York	35.36539	-82.5204	638			NC	089	91456	
4489303	Rural Hall	rural-hall	US	27045	3126	America/New_York	36.24042	-80.29338	308			NC	067	90236	
4489323	Ruskin	ruskin	US	33570	0	America/New_York	34.70989	-78.67446	19			NC	017	90604	
4489349	Russellville	russellville	US	29476	0	America/New_York	34.98349	-80.13839	104			NC	007	93876	
4489350	Ruth	ruth	US	39662	428	America/New_York	35.38207	-81.94705	316	Hampton,Ruth		NC	161	92776	
4489354	Rutherford College	rutherford-college	US	28671	1341	America/New_York	35.74846	-81.52259	368	Excelsior,Rutherford College		NC	023	91912	
4489365	Rutherfordton	rutherfordton	US	28139	4182	America/New_York	35.36929	-81.95677	295	Raderfordton,Rutherford,Rutherford Court House,Rutherford Town,Rutherfordton,rwdhrfwrdtwn,rwthrfwrdtwn  karwlynay shmaly,Радерфордтон,روتهرفوردتون، کارولینای شمالی,روذرفوردتون	161	NC	161	92776	
4489393	Ryland	ryland	US	35767	0	America/New_York	36.2771	-76.62328	12			NC	041		
4489424	Sadler	sadler	US	76264	0	America/New_York	36.40875	-79.61697	240			NC	157	92772	
4489502	Saint Helena	saint-helena	US	68774	389	America/New_York	34.51656	-77.91554	16			NC	141	90444	
4489504	Saint James	saint-james	US	11780	3165	America/New_York	33.92934	-78.11638	3			NC	019	91884	
4489547	Saint John	saint-john	US	46373	0	America/New_York	36.30627	-77.08635	17	Saint John,Saint Johns,St. John		NC	091	92784	
4489558	Saint Johns	saint-johns	US	18247	0	America/New_York	36.03072	-76.52661	2			NC	041		
4489559	Saint Johns	saint-johns	US	18247	0	America/New_York	35.37461	-77.35968	9			NC	147	91340	
4489705	Saint Martin	saint-martin	US	56376	0	America/New_York	35.26376	-80.27284	129			NC	167	91032	
4489790	Saint Pauls	saint-pauls	US	28384	2035	America/New_York	34.80655	-78.97114	51			NC	155		
4489915	Salem	salem	US	01970	2218	America/New_York	35.69874	-81.69704	371	Sejlem,Сейлем		NC	023	92136	
4489916	Salem	salem	US	01970	0	America/New_York	36.08375	-80.24644	248			NC	067	94068	
4489917	Salem	salem	US	01970	0	America/New_York	35.43402	-81.19536	275			NC	109	91596	
4489918	Salem	salem	US	01970	0	America/New_York	36.1146	-77.86137	61			NC	127	92328	
4489919	Salem	salem	US	01970	0	America/New_York	36.1996	-76.12993	2			NC	139	92804	
4489920	Salem	salem	US	01970	0	America/New_York	35.83903	-79.7892	231	New Salem,Salem		NC	151	92620	
4489921	Salem	salem	US	01970	0	America/New_York	36.37986	-79.69475	258			NC	157	92652	
4489922	Salem	salem	US	01970	0	America/New_York	36.53819	-80.60118	386			NC	171	92156	
4489980	Salemburg	salemburg	US	28385	435	America/New_York	35.01545	-78.50306	51	Salem,Salemburg		NC	163	91528	
4489985	Salisbury	salisbury	US	01952	34017	America/New_York	35.67097	-80.47423	234	SRW,Solsberi,salysbry,salzbry  karwlynay shmaly,soruzuberi,sylsbry  shmaly kyrwlayna,Солсбери,Солсбері,سالزبری، کارولینای شمالی,ساليسبري,سیلسبری، شمالی کیرولائنا,ソールズベリー	159	NC	159	92812	
4490015	Salter Path	salter-path	US	28575	0	America/New_York	34.6885	-76.88605	3			NC	031	92120	
4490028	Salvo	salvo	US	27972	229	America/New_York	35.54018	-75.47293	1	Clarks,Clarksville,Salvo		NC	055	91702	
4490031	Saluda	saluda	US	23149	707	America/New_York	35.23623	-82.34928	639			NC	149	92816	
4490044	Samaria	samaria	US	48177	0	America/New_York	35.85988	-78.17833	83			NC	127	91100	
4490183	Sandy Creek	sandy-creek	US	13145	267	America/New_York	34.28711	-78.15083	11			NC	019	92324	
4490191	Sandy Creek	sandy-creek	US	13145	0	America/New_York	35.70877	-77.88415	35			NC	195	94048	
4490281	Sandy Ridge	sandy-ridge	US	16677	0	America/New_York	36.17822	-75.75269	10			NC	055	90096	
4490282	Sandy Ridge	sandy-ridge	US	16677	0	America/New_York	36.07597	-79.99532	292			NC	081	90896	
4490285	Sandy Ridge	sandy-ridge	US	16677	0	America/New_York	36.49903	-80.10421	342	Crooked Creek,Sandy Ridge		NC	169	93016	
4490315	Sandy Springs	sandy-springs	US	29677	0	America/New_York	35.33266	-77.94415	31			NC	191	92256	
4490322	Sandy Springs	sandy-springs	US	29677	0	America/New_York	35.2029	-81.97094	308			NC	149		
4490329	Sanford	sanford	US	04073	29144	America/New_York	35.47988	-79.1803	109	Sanford,Sehnford,Senford,asnfrd  karwlynay shmaly,sanfodo,sanfwrd,Санфорд,Сенфорд,Сэнфорд,اسنفرد، کارولینای شمالی,سانفورد,سینفورڈ، شمالی کیرولائنا,サンフォード	105	NC	105		
4490355	Sapphire	sapphire	US	28774	0	America/New_York	35.10704	-83.00292	968			NC	175	91504	
4490361	Saratoga	saratoga	US	27873	408	America/New_York	35.65377	-77.77553	36			NC	195	92840	
4490363	Sardis	sardis	US	30456	0	America/New_York	35.12626	-80.77618	188			NC	119		
4490464	Savage	savage	US	20763	0	America/New_York	36.48515	-76.59078	10			NC	073	91520	
4490468	Savannah	savannah	US	13146	0	America/New_York	35.30927	-83.25959	664			NC	099	92856	
4490469	Savannah	savannah	US	13146	0	America/New_York	35.34127	-77.5158	22			NC	107	90760	
4490533	Saxapahaw	saxapahaw	US	27340	1648	America/New_York	35.94736	-79.32196	134			NC	001		
4490549	Scaly Mountain	scaly-mountain	US	28775	0	America/New_York	35.01176	-83.31627	1061	Scaly,Scaly Mountain		NC	113	91124	
4490551	Scarborough	scarborough	US	04070	0	America/New_York	35.57822	-77.34469	22			NC	147	94072	
4490561	Schley	schley	US	23154	0	America/New_York	36.15264	-79.0614	178			NC	135	91860	
4490567	Scarsdale	scarsdale	US	10583	0	America/New_York	35.85321	-78.64139	133			NC	183	92612	
4490606	Scotland Neck	scotland-neck	US	27874	1965	America/New_York	36.1296	-77.42025	30			NC	083	92864	
4490611	Scotia	scotia	US	29939	0	America/New_York	35.85961	-76.21715	1			NC	177	90736	
4490635	Scotts	scotts	US	28699	0	America/New_York	35.84291	-81.00924	311	Scotts,Scotts X Roads		NC	097	90744	
4490636	Scotts	scotts	US	28699	0	America/New_York	35.68155	-78.01638	47	Scotts,Scotts Store		NC	195	90840	
4490642	Scotts Hill	scotts-hill	US	38374	0	America/New_York	34.32128	-77.76581	12			NC	141	93248	
4490649	Scottsdale	scottsdale	US	85250	0	America/New_York	34.76544	-79.48671	68			NC	165	93132	
4490650	Scottville	scottville	US	28672	0	America/New_York	36.4804	-81.3076	870	Flint Hill,Scottville		NC	009	90648	
4490655	Scranton	scranton	US	18501	0	America/New_York	35.49711	-76.45131	1	Clark,Scranton		NC	095	90856	
4490677	Seaboard	seaboard	US	27876	587	America/New_York	36.49015	-77.44136	40	Concord,Seaboard		NC	131	92880	
4490686	Seaforth	seaforth	US	56287	0	America/New_York	35.74015	-79.0314	66			NC	037	92240	
4490691	Seagrove	seagrove	US	27341	229	America/New_York	35.54041	-79.77309	228			NC	151	92668	
4490695	Sealevel	sealevel	US	28577	0	America/New_York	34.86239	-76.3877	1			NC	031	92884	
4490704	Seaside	seaside	US	93955	0	America/New_York	33.88962	-78.48529	4			NC	019	92900	
4490759	Sedalia	sedalia	US	27342	660	America/New_York	36.06736	-79.62058	214			NC	081	92716	
4490778	Selma	selma	US	24474	6307	America/New_York	35.53655	-78.28444	53	Mitchenors Station,Sel'ma,Selma,Сельма		NC	101	92888	
4490789	Seminole	seminole	US	16253	0	America/New_York	35.44016	-79.03669	135			NC	085	93844	
4490791	Semora	semora	US	27343	0	America/New_York	36.49847	-79.1489	181	Campbells Crossroads,Semora		NC	033	92080	
4490855	Seven Springs	seven-springs	US	28578	111	America/New_York	35.22739	-77.84693	16	Seven Springs,Sevensprings,White Hall,Whitehall		NC	191	91576	
4490856	Seven Springs	seven-springs	US	28578	0	America/New_York	35.24623	-82.68346	679			NC	175	90364	
4490873	Severn	severn	US	21144	258	America/New_York	36.51515	-77.18969	21	Meherrin,Severn,Северн		NC	131	91708	
4490876	Sevier	sevier	US	84766	0	America/New_York	35.80262	-82.01678	427			NC	111	92312	
4490877	Seward	seward	US	15954	0	America/New_York	36.18653	-80.36922	290			NC	067	92388	
4490915	Shady Grove	shady-grove	US	17256	0	America/New_York	35.14016	-77.50691	21			NC	103		
4490916	Shady Grove	shady-grove	US	17256	0	America/New_York	36.24181	-80.52339	278			NC	197	90952	
4490973	Shalimar	shalimar	US	32579	0	America/New_York	36.09125	-80.19699	250			NC	067	94068	
4490976	Shallotte	shallotte	US	28459	3991	America/New_York	33.97323	-78.38584	5			NC	019	91884	
4491010	Shannon	shannon	US	28386	263	America/New_York	34.84794	-79.13698	61			NC	155	92904	
4491032	Sharon	sharon	US	02067	0	America/New_York	36.49571	-76.30966	4	Sharon,Slab Ridge		NC	029	93044	
4491034	Sharon	sharon	US	02067	0	America/New_York	35.77541	-81.06702	304	Poplar Grove,Sharon		NC	097	92924	
4491035	Sharon	sharon	US	02067	0	America/New_York	35.33822	-77.50247	22			NC	107	90760	
4491081	Sharps	sharps	US	22548	0	America/New_York	36.3643	-80.02838	210			NC	157	91956	
4491086	Sharpsburg	sharpsburg	US	21782	2003	America/New_York	35.8671	-77.82915	42			NC	127	92740	
4491111	Shawboro	shawboro	US	27973	0	America/New_York	36.40543	-76.0941	4	Bayley,Shawboro,Shaws Corner		NC	053	90816	
4491174	Sheffield	sheffield	US	01257	0	America/New_York	35.96625	-80.68006	287			NC	059	90472	
4491180	Shelby	shelby	US	28150	20189	America/New_York	35.29235	-81.53565	262	Shelbi,sherubi,shlby  karwlynay shmaly,shylby,shylby  shmaly kyrwlayna,Шелби,شلبی، کارولینای شمالی,شيلبي,شیلبی، شمالی کیرولائنا,シェルビー	045	NC	045		
4491230	Shelton	shelton	US	06484	0	America/New_York	36.53569	-79.45808	215			NC	033	92468	
4491249	Shenandoah	shenandoah	US	17976	0	America/New_York	35.02072	-78.98308	58			NC	051	92724	
4491300	Sherrills Ford	sherrills-ford	US	28673	1007	America/New_York	35.62041	-80.98647	273	Sherrill Ford,Sherrills Ford,Sherrills Mill		NC	035	92152	
4491301	Sherwood	sherwood	US	21665	0	America/New_York	36.26985	-81.7765	821			NC	189	90788	
4491340	Shiloh	shiloh	US	08353	0	America/New_York	35.54913	-82.53067	677			NC	021	90086	
4491341	Shiloh	shiloh	US	08353	0	America/New_York	36.27321	-76.08521	2	Mill Town,Shiloh		NC	029	92920	
4491342	Shiloh	shiloh	US	08353	0	America/New_York	36.44764	-79.86421	235			NC	157	92020	
4491343	Shiloh	shiloh	US	08353	0	America/New_York	35.29984	-81.94094	335			NC	161	93172	
4491508	Shoals	shoals	US	25562	0	America/New_York	36.27403	-80.51117	298			NC	171	92936	
4491627	Sidney	sidney	US	13838	0	America/New_York	34.18711	-78.78919	28			NC	047	94020	
4491651	Siler City	siler-city	US	27344	8396	America/New_York	35.72347	-79.46224	185	Matthews Cross Roads,Sajler Siti,Siler City,Silers Station,Silers Store,sylr syty  karwlynay shmaly,Сајлер Сити,سیلر سیتی، کارولینای شمالی		NC	037	92012	
4491671	Siloam	siloam	US	27047	0	America/New_York	36.28597	-80.56256	254			NC	171	92948	
4491692	Silver City	silver-city	US	39166	882	America/New_York	34.996	-79.22614	76			NC	093	92604	
4491715	Silver Lake	silver-lake	US	03875	5598	America/New_York	34.14878	-77.9136	10			NC	129	92008	
4491729	Silver Springs	silver-springs	US	14550	0	America/New_York	36.41765	-76.6719	10			NC	073	91560	
4491730	Silver Springs	silver-springs	US	14550	0	America/New_York	35.09627	-79.47115	110			NC	125		
4491738	Silverdale	silverdale	US	18962	0	America/New_York	34.76877	-77.1819	7			NC	133	93976	
4491754	Silverton	silverton	US	79257	0	America/New_York	35.81987	-78.79278	131			NC	183	90536	
4491798	Simpson	simpson	US	26435	426	America/New_York	35.57516	-77.27857	19			NC	147	91344	
4491812	Sims	sims	US	27880	282	America/New_York	35.76099	-78.05888	60			NC	195	92380	
4491913	Skyland	skyland	US	28776	0	America/New_York	35.48928	-82.52429	684			NC	021	90086	
4492001	Sligo	sligo	US	16255	0	America/New_York	36.45182	-76.07715	0			NC	053	90816	
4492009	Sloan	sloan	US	51055	0	America/New_York	34.77822	-77.82915	22			NC	061	90864	
4492015	Slocomb	slocomb	US	36375	0	America/New_York	35.17739	-78.82364	34			NC	051	90532	
4492016	Slocum	slocum	US	02877	0	America/New_York	35.456	-76.08908	0			NC	095	91724	
4492039	Smallwood	smallwood	US	12778	0	America/New_York	35.56294	-77.03273	10			NC	013	93904	
4492047	Smethport	smethport	US	16749	0	America/New_York	36.42651	-81.50177	861			NC	009	93956	
4492168	Smithfield	smithfield	US	02917	12022	America/New_York	35.50849	-78.33945	45	Johnston Court House,Smitfild,Smithfield,asmytfyld  karwlynay shmaly,smythfyld,sumisufirudo,Смитфилд,اسمیتفیلد، کارولینای شمالی,سمتھفیلڈ، شمالی کیرولائنا,سميثفيلد,スミスフィールド	101	NC	101	92980	
4492205	Smithtown	smithtown	US	11787	0	America/New_York	35.52155	-76.66382	2			NC	013	92436	
4492206	Smithtown	smithtown	US	11787	0	America/New_York	36.24321	-76.48855	0			NC	143	92448	
4492207	Smithtown	smithtown	US	11787	0	America/New_York	36.23597	-80.57756	336			NC	197	92314	
4492208	Smithville	smithville	US	26178	0	America/New_York	35.4843	-80.87063	248			NC	119		
4492211	Smithwick	smithwick	US	57782	0	America/New_York	35.72655	-77.03634	13			NC	117	91332	
4492236	Smyrna	smyrna	US	13464	0	America/New_York	34.75933	-76.52742	1	Smiths Corner,Smyrna,Wit		NC	031	93000	
4492300	Sneads Ferry	sneads-ferry	US	28460	2646	America/New_York	34.55267	-77.39718	8	Lower Ferry,Sneads Ferry		NC	133	93160	
4492318	Snow Camp	snow-camp	US	27349	0	America/New_York	35.89347	-79.43002	183			NC	001		
4492329	Snow Hill	snow-hill	US	21863	1574	America/New_York	35.45155	-77.68109	27		079	NC	079	93020	
4492331	Snow Hill	snow-hill	US	21863	0	America/New_York	36.27043	-76.56967	14			NC	143	90220	
4492332	Snow Hill	snow-hill	US	21863	0	America/New_York	34.96072	-78.45473	44			NC	163	91844	
4492333	Snow Hill	snow-hill	US	21863	0	America/New_York	36.48542	-80.19672	324			NC	169	92480	
4492334	Snow Hill	snow-hill	US	21863	0	America/New_York	36.41626	-78.18833	125			NC	185	93896	
4492379	Snyder	snyder	US	68664	0	America/New_York	35.66042	-80.11227	205	Lick Creek,Snider,Snyder		NC	057	91028	
4492434	Solo	solo	US	65564	0	America/New_York	36.28207	-81.61761	991			NC	189	92032	
4492449	Somerset	somerset	US	02725	0	America/New_York	36.06044	-76.46161	3	Somer,Somerset		NC	041		
4492450	Somerset	somerset	US	02725	0	America/New_York	36.35431	-78.9789	199	Picks,Picks Siding,Somerset		NC	145	92764	
4492460	Sophia	sophia	US	25921	0	America/New_York	35.82319	-79.86087	237			NC	151	92268	
4492528	South Fork	south-fork	US	15956	0	America/New_York	36.08986	-80.31839	272			NC	067	94068	
4492580	South Haven	south-haven	US	49090	0	America/New_York	35.2835	-78.01554	54			NC	191	90384	
4492602	South Mills	south-mills	US	27976	454	America/New_York	36.44571	-76.32744	4	New Lebanon,South Mills		NC	029	93044	
4492652	South River	south-river	US	08882	0	America/New_York	34.95877	-76.59687	2			NC	031	92040	
4492695	Southbridge	southbridge	US	01550	0	America/New_York	35.89264	-79.07585	131			NC	135	90620	
4492722	Southern Pines	southern-pines	US	28387	13539	America/New_York	35.17405	-79.39225	152	SOP,Sadern Pajns,Southern Pines,Vineland,nan pai en si,sadrn paynz  karwlynay shmaly,sazanpainzu,sdrn paynz  shmaly kyrwlayna,Садерн Пајнс,سادرن پاینز، کارولینای شمالی,سدرن پائنز، شمالی کیرولائنا,サザンパインズ,南派恩斯		NC	125		
4492737	Southgate	southgate	US	48195	0	America/New_York	35.09738	-77.08773	6			NC	049	93592	
4492738	Southgate	southgate	US	48195	0	America/New_York	35.75571	-78.61028	74			NC	183	92788	
4492750	Southmont	southmont	US	27351	1470	America/New_York	35.66792	-80.267	207	Fairmont,Southmont		NC	057	90780	
4492751	Southmont	southmont	US	27351	0	America/New_York	36.04402	-79.81003	238			NC	081	92124	
4492756	Southport	southport	US	04576	3475	America/New_York	33.92156	-78.02027	5	Fort Johnston,Sautport,Smithville,Southport,sawthbwrt,swtprt  karwlynay shmaly,Саутпорт,ساوثبورت,سوتپرت، کارولینای شمالی		NC	019	92992	
4492761	Southside	southside	US	25187	0	America/New_York	35.4368	-81.24591	255			NC	109	91824	
4492775	Southwest	southwest	US	15685	0	America/New_York	34.7385	-77.5083	19	Southwest,Waltons Store		NC	133	91632	
4492829	Sparta	sparta	US	07871	1726	America/New_York	36.50541	-81.12092	893	Bowers Store,Gap,Sparta,asparta  karwlynay shmaly,sbarta,Спарта,اسپارتا، کارولینای شمالی,سبارتا	005	NC	005	91204	
4492843	Speed	speed	US	27881	78	America/New_York	35.96793	-77.44525	17			NC	065		
4492848	Speedwell	speedwell	US	24374	0	America/New_York	35.28427	-83.18792	663			NC	099	90848	
4492871	Spencer	spencer	US	01562	3291	America/New_York	35.69236	-80.43478	216			NC	159	92812	
4492904	Spicewood	spicewood	US	78669	0	America/New_York	36.12791	-79.7942	260			NC	081	92124	
4492909	Spindale	spindale	US	28160	4263	America/New_York	35.36012	-81.92927	331			NC	161	92776	
4492984	Spring Creek	spring-creek	US	16436	0	America/New_York	35.32433	-76.65604	1			NC	013	92664	
4492987	Spring Creek	spring-creek	US	16436	0	America/New_York	35.79871	-82.85431	641			NC	115		
4492996	Spring Garden	spring-garden	US	36275	0	America/New_York	35.20433	-77.15551	8			NC	049	93628	
4493006	Spring Hill	spring-hill	US	34606	0	America/New_York	34.19434	-78.06916	6	El Paso,Spring Hill		NC	019	93252	
4493007	Spring Hill	spring-hill	US	34606	0	America/New_York	36.2071	-77.4333	20			NC	083	90752	
4493009	Spring Hill	spring-hill	US	34606	0	America/New_York	34.88294	-79.38254	73			NC	165	93080	
4493010	Spring Hill	spring-hill	US	34606	0	America/New_York	35.41405	-77.97249	36			NC	191	91260	
4493027	Spring Hope	spring-hope	US	27882	0	America/New_York	35.19516	-76.97939	9			NC	049	93308	
4493028	Spring Hope	spring-hope	US	27882	1313	America/New_York	35.94515	-78.11193	80			NC	127	91976	
4493029	Spring Hope	spring-hope	US	27882	0	America/New_York	35.30211	-78.0386	47			NC	191	90384	
4493035	Spring Lake	spring-lake	US	07762	13234	America/New_York	35.16794	-78.97281	84	Spring Lake (North Carolina)		NC	051	91964	
4493037	Spring Lake	spring-lake	US	07762	0	America/New_York	35.31292	-80.86729	240			NC	119		
4493038	Spring Lake	spring-lake	US	07762	0	America/New_York	35.75738	-77.92498	42			NC	195	94048	
4493052	Spring Valley	spring-valley	US	10977	0	America/New_York	36.12152	-79.4678	194			NC	001		
4493053	Spring Valley	spring-valley	US	10977	0	America/New_York	36.04209	-78.97806	144			NC	063	90932	
4493054	Spring Valley	spring-valley	US	10977	0	America/New_York	36.03875	-79.81586	235			NC	081	92124	
4493055	Spring Valley	spring-valley	US	10977	0	America/New_York	35.1407	-80.85146	203			NC	119		
4493056	Spring Valley	spring-valley	US	10977	0	America/New_York	35.92459	-79.08446	149			NC	135	90620	
4493064	Springdale	springdale	US	15144	0	America/New_York	35.28903	-81.1448	228			NC	071	91216	
4493074	Springfield	springfield	US	01101	0	America/New_York	35.93291	-79.98726	254			NC	081	91484	
4493075	Springfield	springfield	US	01101	0	America/New_York	34.78294	-79.53283	60			NC	165	94036	
4493077	Springfield	springfield	US	01101	0	America/New_York	35.16514	-80.90063	200			NC	119		
4493110	Spruce Pine	spruce-pine	US	28777	2134	America/New_York	35.9154	-82.06456	780	Sprus Pajn,asprws payn  karwlynay shmaly,Спрус Пајн,اسپروس پاین، کارولینای شمالی		NC	121	91285	
4493146	Saint Stephens	saint-stephens	US	36569	8759	America/New_York	35.76458	-81.27314	341			NC	035	90700	
4493155	Stacy	stacy	US	28581	0	America/New_York	34.84989	-76.41575	1	Piney Point,Stacy		NC	031	93088	
4493180	Staley	staley	US	27355	395	America/New_York	35.79597	-79.55141	221			NC	151	90732	
4493215	Stanfield	stanfield	US	28163	1490	America/New_York	35.23348	-80.42701	185			NC	167	91196	
4493224	Stanhope	stanhope	US	07874	0	America/New_York	35.86571	-78.0811	75	Finch,Stanhope		NC	127	91616	
4493226	Stanley	stanley	US	14561	3685	America/New_York	35.35903	-81.09702	256	Brevard,Brevard Station,Brovard,Stanley,Stanley Center,Stanley Creek		NC	071	92692	
4493250	Stantonsburg	stantonsburg	US	27883	788	America/New_York	35.60683	-77.82331	26	Moyton,Stantonsburg,Stantonsburgh		NC	195	93096	
4493256	Star	star	US	27356	874	America/New_York	35.40208	-79.7842	194			NC	123	93100	
4493275	Starlight	starlight	US	18461	0	America/New_York	35.26655	-78.25833	51			NC	191	91280	
4493308	State Road	state-road	US	28676	0	America/New_York	36.32597	-80.86757	406	State Road,Stateroad		NC	171	91016	
4493316	Statesville	statesville	US	28625	26221	America/New_York	35.78264	-80.8873	278	SVH,Statesville,Stejtsvil',Stejtsvill,astytswyl,suteitsubiru,Стейтсвилл,Стейтсвіль,استیتسویل,ステイツビル	097	NC	097	93104	
4493332	Staunton	staunton	US	24401	0	America/New_York	36.19541	-81.31315	384	Stanton,Staunton		NC	193	93092	
4493335	Stearns	stearns	US	42647	0	America/New_York	35.27261	-82.21623	783			NC	149	90740	
4493343	Stedman	stedman	US	28391	1045	America/New_York	35.0135	-78.69391	38	Blockers,Blockersville,Stedman		NC	051	90572	
4493392	Stem	stem	US	27581	471	America/New_York	36.19987	-78.72223	144			NC	077	93212	
4493394	Stella	stella	US	28582	0	America/New_York	34.77433	-77.15051	2	Barkers Bridge,Stella		NC	031	93968	
4493412	Sterling	sterling	US	01564	0	America/New_York	35.1082	-80.88646	202			NC	119		
4493536	Stokes	stokes	US	27884	376	America/New_York	35.71655	-77.26469	16			NC	147	90512	
4493547	Stokesdale	stokesdale	US	27357	5340	America/New_York	36.23708	-79.97948	291	Pine,Stokesdale		NC	081	92360	
4493592	Stoneville	stoneville	US	27048	1038	America/New_York	36.46653	-79.90698	251	Mayo,Stoneville		NC	157	92020	
4493595	Stonewall	stonewall	US	28583	270	America/New_York	35.13739	-76.74771	3	Jackson,Stonewall		NC	137	93364	
4493629	Stony Creek	stony-creek	US	12878	0	America/New_York	36.25875	-79.42002	213	Marrow Bone River,Stony Creek		NC	033	93137	
4493685	Stony Point	stony-point	US	10980	1317	America/New_York	35.86347	-81.0473	323	Sloan,Sloans Station,Stony Point		NC	003	92908	
4493686	Stony Point	stony-point	US	10980	0	America/New_York	35.30513	-81.43259	267			NC	045		
4493712	Stovall	stovall	US	27582	430	America/New_York	36.4482	-78.57028	145	Sassafras Fork,Stovall		NC	077	92844	
4493720	Strabane	strabane	US	15363	0	America/New_York	35.19516	-77.7747	34			NC	107	93760	
4493749	Stratford	stratford	US	06614	0	America/New_York	35.59516	-77.37135	18			NC	147	91328	
4493755	Stratford	stratford	US	06614	0	America/New_York	36.51846	-81.21592	799			NC	005	92564	
4493838	Stumpy Point	stumpy-point	US	27978	0	America/New_York	35.69851	-75.74045	1	Stumpey Point,Stumpy Point		NC	055	90824	
4493900	Sugar Grove	sugar-grove	US	16350	0	America/New_York	36.2579	-81.78817	816			NC	189	91744	
4493902	Sugar Hill	sugar-hill	US	03586	0	America/New_York	35.58457	-82.04233	388			NC	111	92112	
4493903	Sugar Hill	sugar-hill	US	03586	0	America/New_York	34.75766	-79.45894	66			NC	165	93132	
4493943	Sugartown	sugartown	US	70662	0	America/New_York	36.15014	-80.62006	301			NC	197	92322	
4493976	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	35.57039	-82.62235	629			NC	021	90086	
4493978	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	35.23846	-81.52731	265			NC	045		
4493979	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	36.53986	-80.57451	327			NC	171	92156	
4493990	Summerfield	summerfield	US	27358	10861	America/New_York	36.20875	-79.90476	276	Bruces Crossroads,Summerfield		NC	081	90396	
4493991	Summerfield	summerfield	US	27358	0	America/New_York	35.56822	-77.40274	23			NC	147	94072	
4493992	Summerfield	summerfield	US	27358	0	America/New_York	35.90821	-77.56942	25			NC	065		
4494008	Summit	summit	US	07901	0	America/New_York	35.34127	-78.04082	22			NC	191	90384	
4494027	Sun Valley	sun-valley	US	83353	0	America/New_York	35.97654	-77.95665	52			NC	127	92212	
4494032	Sunburst	sunburst	US	59482	0	America/New_York	35.41066	-82.93208	896			NC	087	90568	
4494034	Sunbury	sunbury	US	17801	289	America/New_York	36.44099	-76.61162	10			NC	073	91520	
4494038	Sun	sun	US	70463	0	America/New_York	35.69655	-77.8347	37			NC	195	91208	
4494052	Sunny Side	sunny-side	US	30284	0	America/New_York	35.92267	-75.71184	2			NC	055	92196	
4494056	Sunnyside	sunnyside	US	11104	0	America/New_York	35.69346	-81.65732	376			NC	023	92136	
4494057	Sunnyside	sunnyside	US	11104	0	America/New_York	36.0693	-80.2206	278			NC	067	94068	
4494058	Sunnyside	sunnyside	US	11104	0	America/New_York	35.31791	-81.30869	263	Snapp,Sunnyside		NC	071	90644	
4494059	Sunnyside	sunnyside	US	11104	0	America/New_York	34.70322	-78.03304	21			NC	141	93804	
4494064	Sunnyvale	sunnyvale	US	75182	0	America/New_York	35.73901	-82.13595	519			NC	111	91984	
4494070	Sunrise Beach	sunrise-beach	US	65079	0	America/New_York	35.76263	-81.0973	283			NC	035	90700	
4494082	Sunset Beach	sunset-beach	US	28468	3801	America/New_York	33.88073	-78.51223	0			NC	019	92900	
4494119	Sunshine	sunshine	US	70780	0	America/New_York	35.44901	-81.81038	336			NC	161	91892	
4494142	Sutherland	sutherland	US	23885	0	America/New_York	36.39429	-81.69178	939	Sutherland,Sutherlands		NC	009	92316	
4494152	Sutton	sutton	US	01590	0	America/New_York	35.92765	-78.26111	57			NC	069	90926	
4494217	Swannanoa	swannanoa	US	28778	4576	America/New_York	35.59789	-82.39984	670	Cooper,Swannanoa,Swannanona		NC	021	93180	
4494228	Swanquarter	swanquarter	US	27885	324	America/New_York	35.40628	-76.32909	1		095	NC	095	93184	
4494238	Swansboro	swansboro	US	28584	3149	America/New_York	34.68766	-77.11912	5	Bogie,Bogue,New Town,Swannsborough,Swansboro,The Wharf,Weeks Point		NC	133	93188	
4494274	Sweetwater	sweetwater	US	37874	0	America/New_York	35.73069	-81.29953	343			NC	035	91468	
4494275	Sweetwater	sweetwater	US	37874	0	America/New_York	36.29262	-81.81984	844			NC	189	90204	
4494294	Swepsonville	swepsonville	US	27359	1204	America/New_York	36.02125	-79.36141	159			NC	001		
4494315	Swiss	swiss	US	26690	0	America/New_York	35.91428	-82.44985	842			NC	199	90492	
4494323	Sycamore	sycamore	US	15364	0	America/New_York	35.34928	-82.50151	683			NC	089	91456	
4494335	Sylva	sylva	US	28779	2617	America/New_York	35.37371	-83.22598	623	Silva,sylfa,sylwa  karwlynay shmaly,Силва,سيلفا,سیلوا، کارولینای شمالی	099	NC	099	93204	
4494393	Table Rock	table-rock	US	68447	0	America/New_York	35.83818	-81.80455	385	Table Rock,Tablerock		NC	023	93832	
4494408	Tabor City	tabor-city	US	28463	3927	America/New_York	34.14878	-78.87669	31	Tabor,Tabor City,Tejbor Siti,tybr syty  karwlynay shmaly,Тејбор Сити,تیبر سیتی، کارولینای شمالی		NC	047	93072	
4494479	Tar Heel	tar-heel	US	28392	146	America/New_York	34.73322	-78.79002	39	Tar Heel,Tarheel		NC	017	91508	
4494513	Tarboro	tarboro	US	27886	11164	America/New_York	35.89682	-77.5358	13	Tarboro,Tawboro,taboro,tarbwrw,tarbwrw  karwlynay shmaly,tarbwrw  shmaly kyrwlayna,Тарборо,تاربورو,تاربورو، شمالی کیرولائنا,تاربورو، کارولینای شمالی,ターボロ	065	NC	065		
4494650	Taylorsville	taylorsville	US	28681	2078	America/New_York	35.9218	-81.17647	377		003	NC	003	93228	
4494662	Teachey	teachey	US	28464	436	America/New_York	34.76822	-78.00804	22	Teachey,Teacheys		NC	061	91600	
4494736	Terra Ceia	terra-ceia	US	34250	0	America/New_York	35.60127	-76.76494	3			NC	013	92436	
4494751	Terrell	terrell	US	28682	0	America/New_York	35.5893	-80.97813	259			NC	035	92152	
4494824	The Lakes	the-lakes	US	88901	0	America/New_York	35.07266	-78.98114	61			NC	051	92892	
4494862	Thelma	thelma	US	41260	0	America/New_York	36.47043	-77.79332	69	South Gaston,Thelma		NC	083	91876	
4494936	Thomasboro	thomasboro	US	61878	0	America/New_York	33.93878	-78.55529	11	Thomasboro,Thomasboro Crossroads,Thomasboro X-roads		NC	019	92900	
4494937	Thomasboro	thomasboro	US	61878	0	America/New_York	35.25792	-80.88257	224			NC	119		
4494942	Thomasville	thomasville	US	17364	27061	America/New_York	35.88264	-80.08199	259	Thomas Village,Thomasville,Tomasvil,tamswyl  karwlynay shmaly,tomasubiru,tomeoseubil,twmasfyl,Томасвил,تامسویل، کارولینای شمالی,توماسفيل,تھامسویل، شمالی کیرولائنا,トマスビル,토머스빌		NC	057	93232	
4495028	Three Forks	three-forks	US	59752	0	America/New_York	35.64482	-83.2621	1283			NC	173	90624	
4495077	Thurman	thurman	US	45685	0	America/New_York	35.0446	-77.003	8			NC	049	93552	
4495078	Thurmond	thurmond	US	25936	1611	America/New_York	36.36652	-80.92841	427	Termond,Термонд		NC	171	90412	
4495102	Tillery	tillery	US	27887	0	America/New_York	36.25182	-77.48553	20			NC	083	90752	
4495128	Timber Lake	timber-lake	US	57656	0	America/New_York	34.95932	-80.56257	193			NC	179	92108	
4495130	Timberlake	timberlake	US	27583	0	America/New_York	36.28625	-78.95251	180	Helena,Timberlake		NC	145	91120	
4495131	Timberlake	timberlake	US	27583	0	America/New_York	34.97377	-78.97947	54			NC	051	92724	
4495132	Timberlake	timberlake	US	27583	0	America/New_York	35.8071	-78.58695	65			NC	183	92792	
4495169	Toast	toast	US	27049	1450	America/New_York	36.50041	-80.62645	325			NC	171	92156	
4495175	Tobaccoville	tobaccoville	US	27050	2584	America/New_York	36.23819	-80.37144	310	Hansers,Hausers,Reeds,Tobaccoville		NC	067	92388	
4495182	Toddville	toddville	US	21672	0	America/New_York	35.27403	-80.91313	235			NC	119		
4495193	Todd	todd	US	16685	0	America/New_York	36.30957	-81.59538	909	Buffalo,Elkland,Todd		NC	009	91004	
4495198	Toledo	toledo	US	43601	0	America/New_York	35.98706	-82.26957	703			NC	199	91312	
4495208	Toluca	toluca	US	61369	0	America/New_York	35.5293	-81.51092	332			NC	045		
4495230	Tomahawk	tomahawk	US	41262	0	America/New_York	34.71128	-78.3275	30			NC	163	93052	
4495295	Topton	topton	US	19562	0	America/New_York	35.24703	-83.70323	809			NC	039	93852	
4495323	Town Creek	town-creek	US	35672	0	America/New_York	34.16517	-78.09305	6			NC	019	93252	
4495330	Town Creek	town-creek	US	35672	0	America/New_York	35.81516	-77.80109	39			NC	195	93244	
4495506	Townsville	townsville	US	27584	0	America/New_York	36.49459	-78.42361	130	Townesville,Townsville		NC	181	93752	
4495540	Tranquility	tranquility	US	07879	0	America/New_York	35.27512	-82.46623	667			NC	089	91456	
4495558	Traphill	traphill	US	28685	0	America/New_York	36.34652	-81.03258	396	Elk Spur,Trap Hill,Traphill		NC	193	93756	
4495585	Trenton	trenton	US	08601	287	America/New_York	35.0671	-77.35274	4	Trent,Trenton,Трентон	103	NC	103		
4495616	Trinity	trinity	US	27370	6669	America/New_York	35.89458	-79.99087	245			NC	151	93768	
4495617	Trinity	trinity	US	27370	0	America/New_York	34.84987	-80.5309	176			NC	179	90432	
4495672	Triplett	triplett	US	65286	0	America/New_York	36.20318	-81.55871	583			NC	189	91008	
4495700	Trout	trout	US	71371	0	America/New_York	36.39512	-81.60928	921			NC	009	90820	
4495710	Troutman	troutman	US	28166	2544	America/New_York	35.70069	-80.88813	286	Troutman,Troutmans,Troutmens		NC	097	91076	
4495714	Troy	troy	US	03465	3427	America/New_York	35.35847	-79.89449	201	Troja,Троя	123	NC	123	93772	
4495749	Tryon	tryon	US	28782	1632	America/New_York	35.20817	-82.23845	336	Trajon,Trajun,trywn  karwlynay shmaly,Трайън,Трајон,تریون، کارولینای شمالی		NC	149	93776	
4495762	Tryon	tryon	US	28782	1721	America/New_York	35.33986	-81.32203	303			NC	071	90644	
4495766	Tuckahoe	tuckahoe	US	08250	0	America/New_York	36.15239	-75.74657	9			NC	055	90096	
4495768	Tuckahoe	tuckahoe	US	08250	0	America/New_York	35.57488	-77.34441	20			NC	147	94072	
4495779	Tuckasegee	tuckasegee	US	28783	0	America/New_York	35.27038	-83.12264	660			NC	099	92684	
4495843	Turkey	turkey	US	28393	296	America/New_York	34.99239	-78.18305	44	Turkey,Turkey Creek		NC	163	93780	
4495957	Turnersburg	turnersburg	US	28688	0	America/New_York	35.90847	-80.80729	234	Turnersburg,Turnersburgh		NC	097	92400	
4495973	Tuscarora	tuscarora	US	17982	0	America/New_York	35.1596	-77.21384	12			NC	049	93628	
4496001	Tuxedo	tuxedo	US	28784	0	America/New_York	35.22539	-82.42956	626			NC	089	91316	
4496017	Twin Brooks	twin-brooks	US	57269	0	America/New_York	35.35206	-82.50568	658			NC	089	91456	
4496027	Twin Lakes	twin-lakes	US	53181	0	America/New_York	35.24072	-78.95725	68			NC	085	90060	
4496031	Twin Oaks	twin-oaks	US	74368	0	America/New_York	36.52763	-81.16314	835			NC	005	91204	
4496032	Twin Oaks	twin-oaks	US	74368	0	America/New_York	35.79597	-80.23949	204			NC	057	91796	
4496065	Tyro	tyro	US	22976	3879	America/New_York	35.80903	-80.37283	251	Cason,Tyro		NC	057	93796	
4496118	Union	union	US	03887	0	America/New_York	36.33377	-77.02413	16			NC	091	92784	
4496119	Union	union	US	03887	0	America/New_York	35.11787	-83.39599	642			NC	113	91156	
4496120	Union	union	US	03887	0	America/New_York	35.31845	-81.99094	265			NC	161	93816	
4496121	Union	union	US	03887	0	America/New_York	35.08871	-82.98153	921			NC	175	91504	
4496122	Union	union	US	03887	0	America/New_York	34.98154	-80.7234	190			NC	179	92836	
4496208	Union Grove	union-grove	US	28689	0	America/New_York	35.66516	-76.6091	2			NC	013	92436	
4496209	Union Grove	union-grove	US	28689	0	America/New_York	36.02458	-80.86618	341			NC	097	93824	
4496210	Union Grove	union-grove	US	28689	0	America/New_York	36.20764	-80.60728	329			NC	197	93034	
4496248	Union Hill	union-hill	US	14563	0	America/New_York	35.35151	-82.34012	677			NC	089	90304	
4496249	Union Hill	union-hill	US	14563	0	America/New_York	36.24042	-80.48145	299			NC	197	90952	
4496271	Union Mills	union-mills	US	28167	0	America/New_York	35.4879	-81.96344	328			NC	161	90480	
4496276	Union Point	union-point	US	30669	0	America/New_York	34.79961	-76.85327	4			NC	031	92272	
4496304	Unionville	unionville	US	06085	6547	America/New_York	35.08737	-80.50896	181			NC	179	91264	
4496334	University	university	US	38677	0	America/New_York	36.03736	-79.03557	145	Glenn,University		NC	135	91040	
4496349	University Place	university-place	US	98467	0	America/New_York	35.31042	-80.76424	223			NC	119		
4496447	Upton	upton	US	01568	0	America/New_York	36.07013	-81.69538	437			NC	027	91244	
4496484	Valdese	valdese	US	28690	4459	America/New_York	35.74069	-81.56315	368			NC	023	91912	
4496489	Vale	vale	US	28168	0	America/New_York	36.09707	-81.94511	1082			NC	011		
4496490	Vale	vale	US	28168	0	America/New_York	35.53985	-81.39731	286			NC	109	91552	
4496493	Valhalla	valhalla	US	10595	0	America/New_York	35.22484	-82.26456	293			NC	149	93776	
4496495	Valle Crucis	valle-crucis	US	28691	412	America/New_York	36.20929	-81.77844	816			NC	189	93912	
4496501	Valley	valley	US	36854	0	America/New_York	36.08457	-82.04123	1025	Roaring Creek,Senia,Valley		NC	011	92708	
4496504	Valhalla	valhalla	US	10595	0	America/New_York	36.1371	-76.65772	12			NC	041		
4496515	Valley Springs	valley-springs	US	57068	0	America/New_York	35.51289	-82.52096	703			NC	021	90086	
4496518	Valley Stream	valley-stream	US	11580	0	America/New_York	35.78375	-80.87285	262			NC	097	93104	
4496520	Valley View	valley-view	US	17983	0	America/New_York	36.15347	-80.31783	238			NC	067	94068	
4496570	Vanceboro	vanceboro	US	04491	1000	America/New_York	35.3085	-77.15412	7	Durgantown,Swift Creek,Vanceboro		NC	049	93256	
4496574	Vandalia	vandalia	US	45377	0	America/New_York	36.01652	-79.77642	253			NC	081	91096	
4496576	Vandemere	vandemere	US	28587	244	America/New_York	35.18406	-76.66354	1			NC	137	93412	
4496605	Vaughan	vaughan	US	27586	0	America/New_York	36.42654	-78.0036	105	Browns Siding,Browns Turnout,Vaughan,Vaughn		NC	185	92688	
4496638	Verona	verona	US	07044	0	America/New_York	34.66961	-77.47163	15			NC	133	93160	
4496671	Vienna	vienna	US	04360	0	America/New_York	36.13764	-80.402	283			NC	067	93864	
4496680	Vilas	vilas	US	28692	0	America/New_York	36.24568	-81.76761	837	Vilas,Villas		NC	189	90404	
4496725	Violet	violet	US	70092	0	America/New_York	35.1898	-84.2177	465			NC	039	90188	
4497222	Waco	waco	US	28169	318	America/New_York	35.36152	-81.4287	282	Vako,Вако		NC	045		
4497231	Wade	wade	US	28395	560	America/New_York	35.16294	-78.73613	42	Averasboro,Wade		NC	051	90968	
4497244	Wadesboro	wadesboro	US	28170	5584	America/New_York	34.96821	-80.07673	156	New Town,Vejdsboro,Wadesboro,Wadesborough,wadsbwrw  karwlynay shmaly,wydsbwrw,Вејдсборо,وادسبورو، کارولینای شمالی,ويدسبورو	007	NC	007	93876	
4497267	Wagoner	wagoner	US	74467	0	America/New_York	36.15708	-80.79424	330			NC	197	93041	
4497270	Wagoner	wagoner	US	74467	0	America/New_York	36.40179	-81.38649	838			NC	009	91652	
4497290	Wake Forest	wake-forest	US	27587	38199	America/New_York	35.97987	-78.50972	119	Town of Wake Forest College,Vejk Forist,Wake Forest,u~eikuforesuto,wyk fryst  karwlynay shmaly,Вејк Форист,ویک فارسٹ، شمالی کیرولائنا,ویک فریست، کارولینای شمالی,ウェイクフォレスト		NC	183	93880	
4497311	Walden	walden	US	12586	0	America/New_York	35.64404	-78.44417	99			NC	101	90676	
4497314	Wagram	wagram	US	28396	807	America/New_York	34.88794	-79.36615	73	Fontcal,Montpelier,Wagram		NC	165	93080	
4497372	Walkertown	walkertown	US	27051	0	America/New_York	35.65345	-82.33901	773			NC	021	90284	
4497373	Walkertown	walkertown	US	27051	4969	America/New_York	36.17541	-80.1531	302			NC	067	92808	
4497374	Walkertown	walkertown	US	27051	4331	America/New_York	35.28572	-78.81363	62			NC	085	93124	
4497385	Wallace	wallace	US	26448	3964	America/New_York	34.73572	-77.99526	15	Volas,walys  karwlynay shmaly,Волас,والیس، کارولینای شمالی		NC	061	91600	
4497413	Wallburg	wallburg	US	27373	3078	America/New_York	36.01014	-80.13921	280			NC	057	90008	
4497425	Walnut	walnut	US	38683	0	America/New_York	35.84955	-82.73875	593			NC	115		
4497437	Walnut Cove	walnut-cove	US	27052	1402	America/New_York	36.29541	-80.14171	200	Lash,Walnut Cove		NC	169	92852	
4497439	Walnut Cove	walnut-cove	US	27052	0	America/New_York	36.0082	-79.09557	156			NC	135	90620	
4497448	Walnut Creek	walnut-creek	US	44687	0	America/New_York	35.84733	-82.67125	640			NC	115	93290	
4497450	Walnut Creek	walnut-creek	US	44687	0	America/New_York	34.75266	-77.32579	11			NC	133	93976	
4497476	Walnut Creek	walnut-creek	US	44687	861	America/New_York	35.30711	-77.86498	30	Uolnut Krijk,Уолнът Крийк		NC	191	92256	
4497483	Walnut Ridge	walnut-ridge	US	72476	0	America/New_York	35.77099	-78.74334	121			NC	183	90536	
4497490	Walstonburg	walstonburg	US	27888	218	America/New_York	35.5946	-77.69692	34	Fieldsboro,Walstonburg		NC	079	93076	
4497520	Wanchese	wanchese	US	27981	1642	America/New_York	35.84267	-75.63851	2			NC	055	92196	
4497572	Wardville	wardville	US	74576	0	America/New_York	36.40682	-76.58495	10	Bosley,Wardville		NC	073	91560	
4497590	Warne	warne	US	28909	0	America/New_York	34.99453	-83.89296	529			NC	043	90360	
4497621	Warrensville	warrensville	US	28693	0	America/New_York	36.46068	-81.519	822	Buffalo Creek,Warrensville		NC	009	90696	
4497622	Warrenton	warrenton	US	20186	866	America/New_York	36.39848	-78.15527	118	Hastings,Vorenton,Warrenton,warntwn  karwlynay shmaly,waryntwn,Ворентон,وارنتون، کارولینای شمالی,وارنٹن، شمالی کیرولائنا,وارينتون	185	NC	185	93896	
4497631	Warrior	warrior	US	35180	0	America/New_York	35.97152	-81.56843	405			NC	027	92452	
4497643	Warsaw	warsaw	US	14569	3175	America/New_York	34.99933	-78.0911	47			NC	061	93900	
4497659	Washburn	washburn	US	04786	0	America/New_York	35.33096	-81.62926	290	Washburn,Washburn Switch		NC	045		
4497660	Washburn	washburn	US	04786	0	America/New_York	35.39318	-81.81649	317	Washburn,Washburns Store		NC	161	91892	
4497666	Washington	washington	US	03280	9788	America/New_York	35.54655	-77.05217	3	Bonner,Forks of Tar River,OCW,Vashington,Washington,washntn,washyngtn  karwlynay shmaly,wosingteon,Вашингтон,واشنطن,واشنگٹن، شمالی کیرولائنا,واشینگتن، کارولینای شمالی,워싱턴	013	NC	013	93904	
4497741	Waterford	waterford	US	04088	0	America/New_York	35.74655	-77.94221	42			NC	195	94048	
4497764	Waterville	waterville	US	04901	0	America/New_York	35.77121	-83.1007	446			NC	087	90552	
4497774	Watkins	watkins	US	52354	0	America/New_York	36.28126	-78.50528	133			NC	181	93916	
4497789	Watson	watson	US	35181	0	America/New_York	35.07487	-80.42895	139			NC	179	92280	
4497828	Waverly Hall	waverly-hall	US	31831	0	America/New_York	35.15237	-80.77118	205			NC	119		
4497833	Waxhaw	waxhaw	US	28173	13495	America/New_York	34.92459	-80.7434	202			NC	179	91624	
4497835	Waverly	waverly	US	14892	0	America/New_York	35.85956	-82.44985	715			NC	115		
4497845	Waycross	waycross	US	31501	0	America/New_York	34.851	-78.18083	45			NC	163	93224	
4497868	Waynesville	waynesville	US	28785	9809	America/New_York	35.48871	-82.98875	837	Mount Prospect,Vejnsvil,Waynesville,u~einzubiru,waynswyl  karwlynay shmaly,wynzfyl,wynzwyl  shmaly kyrwlayna,Вејнсвил,واینسویل، کارولینای شمالی,وينزفيل,وینزویل، شمالی کیرولائنا,ウェインズビル	087	NC	087	93920	
4497897	Weaver	weaver	US	36277	0	America/New_York	36.04875	-78.87334	109			NC	063	90932	
4497912	Weaverville	weaverville	US	28787	3936	America/New_York	35.69705	-82.56069	664	Elkwood,Pine Cabbin,Salem Camp Ground,Vivervil,Weaverville,wawrwyl  karwlynay shmaly,Вивервил,واورویل، کارولینای شمالی		NC	021	92648	
4497916	Webb	webb	US	36376	0	America/New_York	36.04317	-82.28124	685			NC	121	90352	
4497947	Webster	webster	US	01570	375	America/New_York	35.34621	-83.21931	656			NC	099	93924	
4498003	Welcome	welcome	US	20693	4162	America/New_York	35.90292	-80.25699	264	Hinklesville,Welcome		NC	057	91796	
4498017	Weldon	weldon	US	27890	1586	America/New_York	36.4271	-77.59553	22	Veldon,Weldon,Weldons,Weldons Orchard,Weldons Place,wldwn  karwlynay shmaly,Велдон,ولدون، کارولینای شمالی		NC	083	93932	
4498053	Wenona	wenona	US	61377	0	America/New_York	35.71822	-76.64938	5			NC	187	91768	
4498056	Wentworth	wentworth	US	03282	2765	America/New_York	36.40014	-79.77448	224	Rockingham Courthouse,Rockingham Springs,Wentworth	157	NC	157	93936	
4498075	Wesley Chapel	wesley-chapel	US	33543	8355	America/New_York	35.00709	-80.67451	186			NC	179	92836	
4498084	Wendell	wendell	US	01379	6285	America/New_York	35.78099	-78.36972	97	Vendl,Wendel,Wendell,wndl  karwlynay shmaly,Вендл,وندل، کارولینای شمالی		NC	183	91992	
4498125	West Bend	west-bend	US	50597	0	America/New_York	36.09514	-80.48867	273			NC	067	91792	
4498159	West Concord	west-concord	US	55985	0	America/New_York	35.38792	-80.59562	212			NC	025		
4498179	West End	west-end	US	27376	0	America/New_York	35.23987	-79.56753	185			NC	125		
4498216	West Haven	west-haven	US	06516	0	America/New_York	35.46928	-82.57651	661			NC	021	90108	
4498221	West Hills	west-hills	US	91307	0	America/New_York	36.0307	-78.98306	158			NC	063	90932	
4498222	West Hills	west-hills	US	91307	0	America/New_York	35.89877	-77.55442	21			NC	065		
4498231	West Jefferson	west-jefferson	US	28694	1308	America/New_York	36.40374	-81.49288	907	Vest DZeferson,wst jfrsn  karwlynay shmaly,Вест Џеферсон,وست جفرسن، کارولینای شمالی		NC	009	93956	
4498310	West Salem	west-salem	US	44287	0	America/New_York	36.08319	-80.25199	262	Paper,West Salem		NC	067	94068	
4498329	West haven	west-haven	US	06516	0	America/New_York	35.29377	-77.60525	24			NC	107	91704	
4498335	Westbrook	westbrook	US	04092	0	America/New_York	34.47545	-78.4225	23			NC	017	90528	
4498336	Westbrook	westbrook	US	04092	0	America/New_York	36.09458	-79.52447	202			NC	001		
4498342	Westbury	westbury	US	11590	0	America/New_York	36.01402	-79.82975	246			NC	081	92124	
4498343	Westchester	westchester	US	60154	0	America/New_York	35.00155	-78.9153	66			NC	051	92460	
4498344	Westchester	westchester	US	60154	0	America/New_York	35.26431	-80.91646	212			NC	119		
4498345	Westchester	westchester	US	60154	0	America/New_York	35.82793	-78.67278	95			NC	183	92612	
4498379	Westfield	westfield	US	01085	0	America/New_York	36.47541	-80.44672	382	Toms Creek,Westfield		NC	171	93948	
4498391	Westgate	westgate	US	50681	0	America/New_York	34.81572	-77.46052	8			NC	133	91632	
4498402	Westminster	westminster	US	01441	0	America/New_York	35.4504	-81.88899	309	Brittain,Little Britain,Westminister,Westminster		NC	161	91892	
4498410	Westmoreland	westmoreland	US	03467	0	America/New_York	35.24597	-80.98646	218			NC	119		
4498411	Westmoreland	westmoreland	US	03467	0	America/New_York	35.75988	-77.9386	44			NC	195	94048	
4498415	Weston	weston	US	02493	0	America/New_York	35.82459	-78.80556	95			NC	183	90536	
4498418	Westover	westover	US	16692	0	America/New_York	35.78958	-80.9473	284			NC	097	92924	
4498419	Westover	westover	US	16692	0	America/New_York	35.79098	-78.71528	147	Thompson,Westover		NC	183	92036	
4498420	Westover	westover	US	16692	0	America/New_York	35.90405	-76.67689	3			NC	187	91768	
4498421	Westover	westover	US	16692	0	America/New_York	35.83097	-80.25977	231			NC	057	91796	
4498422	Westover	westover	US	16692	0	America/New_York	35.40433	-78.03582	37			NC	191	91136	
4498428	Westport	westport	US	02790	4026	America/New_York	35.50125	-80.97869	239			NC	109	90560	
4498446	Westview	westview	US	40178	0	America/New_York	36.10014	-80.29227	284			NC	067	94068	
4498447	Westview	westview	US	40178	0	America/New_York	35.53266	-78.3725	45			NC	101	92980	
4498448	Westview	westview	US	40178	0	America/New_York	36.09236	-79.51391	212			NC	001		
4498458	Westwood	westwood	US	02090	0	America/New_York	35.82375	-80.28005	224			NC	057	91796	
4498459	Westwood	westwood	US	02090	0	America/New_York	35.59738	-77.4033	22			NC	147	91328	
4498460	Westwood	westwood	US	02090	0	America/New_York	35.91208	-79.98393	262			NC	151	93768	
4498461	Westwood	westwood	US	02090	0	America/New_York	35.06211	-78.95253	68			NC	051	90832	
4498462	Westwood	westwood	US	02090	0	America/New_York	36.11486	-79.84392	268			NC	081	92124	
4498463	Westwood	westwood	US	02090	0	America/New_York	35.29345	-82.46956	665			NC	089	91456	
4498464	Westwood	westwood	US	02090	0	America/New_York	35.79597	-80.8873	252			NC	097	93104	
4498465	Westwood	westwood	US	02090	0	America/New_York	35.30155	-77.5983	21			NC	107	91704	
4498466	Westwood	westwood	US	02090	0	America/New_York	34.7721	-79.48588	68			NC	165	93132	
4498467	Westwood	westwood	US	02090	0	America/New_York	35.73044	-77.93998	40			NC	195	94048	
4498571	Whitakers	whitakers	US	27891	725	America/New_York	36.10543	-77.71275	39	Whitakers,Whitakers Turnout		NC	127		
4498603	White Lake	white-lake	US	12786	782	America/New_York	34.64045	-78.4839	21	Bartrams Lake,Granston Lake,White Lake		NC	017	90724	
4498627	White Oak	white-oak	US	25989	0	America/New_York	36.44626	-76.7869	11	White Oak,Whiteoak		NC	073	92660	
4498628	White Oak	white-oak	US	25989	0	America/New_York	36.10652	-79.77309	237			NC	081	91228	
4498629	White Oak	white-oak	US	25989	0	America/New_York	36.18543	-77.85693	77			NC	083	90368	
4498630	White Oak	white-oak	US	25989	0	America/New_York	35.92821	-78.03777	66			NC	127	92212	
4498631	White Oak	white-oak	US	25989	0	America/New_York	35.02376	-80.74118	213			NC	179	92836	
4498632	White Oak	white-oak	US	25989	0	America/New_York	35.66599	-78.57639	108			NC	183	92788	
4498635	White Oak	white-oak	US	25989	338	America/New_York	34.74961	-78.70807	17			NC	017	93964	
4498720	White Plains	white-plains	US	10601	1041	America/New_York	35.23402	-81.39814	267			NC	045		
4498721	White Plains	white-plains	US	10601	0	America/New_York	35.45156	-76.02935	0			NC	095	91724	
4498722	White Plains	white-plains	US	10601	1074	America/New_York	36.44569	-80.6334	343	White Plains,Whiteplains		NC	171	92156	
4498745	White Rock	white-rock	US	29177	0	America/New_York	35.95261	-82.70153	573	White Rock,Whiterock		NC	115		
4498793	Whitehouse	whitehouse	US	08888	0	America/New_York	35.52707	-82.09177	365	Montford Cove,Whitehouse		NC	161	92132	
4498899	Whiteville	whiteville	US	28472	5589	America/New_York	34.33878	-78.70307	30	Vajtvil,Vineland,Whites Crossing,Whitesville,Whiteville,waytfyl,whytwyl  karwlynay shmaly,Вајтвил,وايتفيل,وهیتویل، کارولینای شمالی	047	NC	047	94000	
4498944	Whitney	whitney	US	15693	0	America/New_York	35.47236	-80.1445	160			NC	167	91416	
4498946	Whitsett	whitsett	US	27377	623	America/New_York	36.07125	-79.56447	207			NC	081	92716	
4498964	Whittier	whittier	US	28789	0	America/New_York	35.4351	-83.36015	561			NC	173	90624	
4499093	Wildwood	wildwood	US	08260	0	America/New_York	34.74877	-76.82577	5			NC	031	92120	
4499094	Wildwood	wildwood	US	08260	0	America/New_York	35.51682	-79.23224	93			NC	105		
4499095	Wildwood	wildwood	US	08260	0	America/New_York	35.25764	-80.97591	212			NC	119		
4499096	Wildwood	wildwood	US	08260	0	America/New_York	36.0457	-79.08696	208			NC	135	91496	
4499097	Wildwood	wildwood	US	08260	0	America/New_York	35.74766	-77.93748	33			NC	195	94048	
4499138	Wilkesboro	wilkesboro	US	28697	3531	America/New_York	36.14596	-81.16064	312	IKB,Mulberry Fields,Vilksboro,Wilkesboro,Wilkesborough,wylksbwrw,wylksbwrw  karwlynay shmaly,Вилксборо,ويلكسبورو,ویلکسبورو، کارولینای شمالی		NC	193	94012	
4499151	Wilkinson	wilkinson	US	25653	0	America/New_York	35.60933	-76.69883	3			NC	013	92436	
4499171	Willard	willard	US	14588	0	America/New_York	34.69017	-77.97971	14	Leesburg,Willard		NC	141	93804	
4499200	Williams	williams	US	29493	0	America/New_York	34.20434	-78.7628	34			NC	047	94020	
4499201	Williams	williams	US	29493	0	America/New_York	35.186	-77.97388	44	Williams,Williams Crossroads		NC	191	91576	
4499272	Williamsburg	williamsburg	US	01096	0	America/New_York	35.98375	-80.81368	311			NC	097	93824	
4499273	Williamsburg	williamsburg	US	01096	0	America/New_York	36.28291	-79.59753	228	Thompsonville,Williamsburg		NC	157	94032	
4499294	Williamston	williamston	US	27892	5508	America/New_York	35.8546	-77.05551	21	Skewarky,Squhawky,Vilijamston,Williamston,Williamstown,wylyamstwn,wylyamstwn  karwlynay shmaly,Вилијамстон,ويليامستون,ویلیامستون، کارولینای شمالی	117	NC	117	94040	
4499302	Williamsville	williamsville	US	05362	0	America/New_York	36.44486	-79.10918	173			NC	145	92404	
4499329	Williston	williston	US	05495	0	America/New_York	34.78933	-76.5052	1			NC	031	93000	
4499346	Willow Creek	willow-creek	US	59760	0	America/New_York	35.83126	-78.54333	65			NC	183	92792	
4499358	Willow Springs	willow-springs	US	60480	0	America/New_York	35.55238	-78.52806	79			NC	101	90688	
4499359	Willow Springs	willow-springs	US	60480	0	America/New_York	35.59571	-78.7314	109	Willow Spring,Willow Springs		NC	183	92056	
4499378	Wilmar	wilmar	US	71675	0	America/New_York	35.39516	-77.14356	17			NC	049	93256	
4499379	Wilmington	wilmington	US	01887	115933	America/New_York	34.22573	-77.94471	9	ILM,New Carthage,New Liverpool,New Town,Newton,Uilmington,Uilmingtun,Vilmington,Wilmington,Wilmington (North Carolina),u~iruminton,wei er ming dun,wilmingteon,wylmynghtwn,wylmyngtn  karwlynay shmaly,wylmyngtwn,Вилмингтон,Вілмінгтон,Уилмингтон,Уилмингтън,וילמינגטון,ويلمينغتون,ویلمینگتن، کارولینای شمالی,ویلمینگٹن، شمالی کیرولائنا,ウィルミントン,威尔明顿,윌밍턴	129	NC	129	94044	
4499382	Wilmore	wilmore	US	15962	0	America/New_York	35.21403	-80.85896	221			NC	119		
4499384	Wilmot	wilmot	US	03287	0	America/New_York	35.40232	-83.31293	584	Wilmont,Wilmot		NC	099	90156	
4499388	Wilson	wilson	US	14172	0	America/New_York	35.594	-82.42651	682			NC	021	93180	
4499389	Wilson	wilson	US	14172	49643	America/New_York	35.72127	-77.91554	33	Hickory Grove,Tosnot Depot,Uilson,Vilson,Wilson,u~iruson,wlsn  shmaly kyrwlayna,wylsn  karwlynay shmaly,wylswn,Вилсон,Вілсон,Уилсон,ولسن، شمالی کیرولائنا,ويلسون,ویلسن، کارولینای شمالی,ウィルソン	195	NC	195	94048	
4499395	Willow Creek	willow-creek	US	59760	0	America/New_York	35.51794	-77.52969	21			NC	079	92416	
4499483	Wilsons Mills	wilsons-mills	US	27593	2277	America/New_York	35.58405	-78.35583	70	Wilson,Wilsons Mills		NC	101	94056	
4499488	Wilsonville	wilsonville	US	35186	0	America/New_York	35.73654	-79.00029	88			NC	037	92240	
4499490	Wilton	wilton	US	03086	0	America/New_York	36.14209	-78.57667	135			NC	077	90356	
4499497	Wimbledon	wimbledon	US	58492	0	America/New_York	35.75071	-78.77584	130			NC	183	90536	
4499523	Windom	windom	US	56101	0	America/New_York	35.91817	-82.25485	774			NC	199	90804	
4499528	Windsor	windsor	US	01270	3785	America/New_York	35.99849	-76.94606	2	Bertie,Grays Landing,Rosemont,Vindzor,Windsor,wynzr  karwlynay shmaly,wynzwr,Виндзор,وينزور,وینزر، کارولینای شمالی	015	NC	015	94064	
4499529	Windsor	windsor	US	01270	2192	America/New_York	35.55294	-77.36108	21			NC	147	94072	
4499569	Winfall	winfall	US	27985	600	America/New_York	36.21905	-76.46383	4	Winfall,Winfield		NC	143	92448	
4499571	Wing	wing	US	36483	0	America/New_York	35.94484	-82.14568	747			NC	121	93012	
4499573	Wingate	wingate	US	21675	3854	America/New_York	34.98432	-80.44923	173	Ames Turnout,Beaver Dam,Wingate		NC	179	92108	
4499585	Winnabow	winnabow	US	28479	0	America/New_York	34.14934	-78.0936	8	Evans Store Crossroads,Winnabow		NC	019	93252	
4499591	Winslow	winslow	US	08095	0	America/New_York	36.1796	-76.19854	2			NC	139	92804	
4499612	Winston-Salem	winston-salem	US	27101	241218	America/New_York	36.09986	-80.24422	293	INT,Uinston-Sejlem,Uinstun-Sejlum,Vinston-Salem,Vinston-Sejlem,Vinstonas-Seilemas,Winston,Winston Salem,Winston-Salem,wen si dun-sai lei mu,winseuteonseilleom,wynstwn-salm  karwlayna alshmalyt,wynstwn-sylm,Винстон-Салем,Винстон-Сейлем,Винстон-Сејлем,Уинстон-Сейлем,Уинстън-Сейлъм,وينستون-سالم، كارولاينا الشمالية,وینستون-سیلم,ウィンストン・セーラム,温斯顿-塞勒姆,윈스턴세일럼	067	NC	067	94068	
4499616	Winter Park	winter-park	US	32789	0	America/New_York	34.21045	-77.88665	12			NC	129	94044	
4499617	Winter Park	winter-park	US	32789	0	America/New_York	35.02405	-78.99364	61			NC	051	92892	
4499618	Winter Park	winter-park	US	32789	0	America/New_York	35.84321	-78.57084	88			NC	183	92792	
4499629	Winterville	winterville	US	28590	9464	America/New_York	35.52905	-77.40108	21			NC	147	94072	
4499635	Winton	winton	US	27986	745	America/New_York	36.39571	-76.9319	13	Winton,Wynnton	091	NC	091	94076	
4499642	Wise	wise	US	24293	0	America/New_York	36.48653	-78.17083	118			NC	185	91432	
4499682	Wolf Creek	wolf-creek	US	59648	0	America/New_York	35.01369	-84.30381	576			NC	039	91544	
4499820	Woodberry Forest	woodberry-forest	US	22989	0	America/New_York	35.16681	-80.75146	209			NC	119		
4499821	Woodbine	woodbine	US	08270	0	America/New_York	35.65125	-80.42895	225			NC	159	92812	
4499822	Woodbine	woodbine	US	08270	0	America/New_York	36.40653	-79.9581	206			NC	157	92020	
4499825	Woodbridge	woodbridge	US	07095	0	America/New_York	35.2893	-81.43842	254			NC	045		
4499826	Woodbridge	woodbridge	US	07095	0	America/New_York	36.09597	-80.16505	259			NC	067	94068	
4499827	Woodbridge	woodbridge	US	07095	0	America/New_York	35.15711	-78.89141	67			NC	051	90532	
4499828	Woodbridge	woodbridge	US	07095	0	America/New_York	35.42543	-79.13919	104			NC	105		
4499829	Woodbridge	woodbridge	US	07095	0	America/New_York	35.14542	-80.79924	210			NC	119		
4499832	Woodburn	woodburn	US	42170	0	America/New_York	34.23656	-78.00443	6			NC	019	92324	
4499857	Woodford	woodford	US	22580	0	America/New_York	36.34513	-81.59066	980			NC	009	91004	
4499861	Woodhaven	woodhaven	US	11421	0	America/New_York	35.27178	-82.49456	689			NC	089	91456	
4499862	Woodhaven	woodhaven	US	11421	0	America/New_York	35.40961	-78.0686	39			NC	191	91136	
4499867	Woodland	woodland	US	16881	744	America/New_York	36.33154	-77.21274	20			NC	131	92676	
4499878	Woodland Hills	woodland-hills	US	91364	0	America/New_York	35.36178	-82.53679	653			NC	089	91456	
4499879	Woodland Park	woodland-park	US	80863	0	America/New_York	36.3368	-79.6892	259			NC	157	92652	
4499890	Woodlawn	woodlawn	US	24381	900	America/New_York	36.11014	-79.2953	184			NC	001		
4499891	Woodlawn	woodlawn	US	24381	0	America/New_York	35.7854	-82.04039	438			NC	111	92312	
4499914	Woodridge	woodridge	US	12789	0	America/New_York	35.96543	-77.85359	42			NC	127	93144	
4499915	Woodridge	woodridge	US	12789	0	America/New_York	35.71015	-78.63028	101			NC	183	92788	
4499917	Woodrow	woodrow	US	80757	0	America/New_York	35.12766	-77.05745	1			NC	049	93592	
4499918	Woodrow	woodrow	US	80757	0	America/New_York	35.47622	-82.88986	819			NC	087	92488	
4499964	Woodside	woodside	US	11377	0	America/New_York	34.41933	-77.6472	15			NC	141	93248	
4499971	Woodville	woodville	US	01784	0	America/New_York	35.19175	-83.88268	514			NC	039	93852	
4499972	Woodville	woodville	US	01784	0	America/New_York	36.23432	-76.32633	1			NC	143	92248	
4499973	Woodville	woodville	US	01784	0	America/New_York	36.5018	-80.47978	432			NC	171	93948	
4499974	Woodville	woodville	US	01784	0	America/New_York	36.11599	-77.18441	23	Hotel,Woodville		NC	015	94104	
4499985	Woodworth	woodworth	US	53194	0	America/New_York	36.5382	-78.37889	112			NC	181	93752	
4500022	Worley	worley	US	83876	0	America/New_York	35.80566	-82.79097	651			NC	115		
4500046	Worthville	worthville	US	15784	0	America/New_York	35.80208	-79.78003	202	Hoppers Ford,Worths Mill,Worthville		NC	151	92620	
4500088	Wrightsboro	wrightsboro	US	78677	4896	America/New_York	34.2885	-77.9211	10			NC	129	90508	
4500091	Wrightsville	wrightsville	US	17368	0	America/New_York	34.22073	-77.81721	4	Wrightsville,Wrightsville Sound		NC	129	94044	
4500092	Wrightsville Beach	wrightsville-beach	US	28480	2564	America/New_York	34.2085	-77.79637	1			NC	129	91404	
4500101	Wyatt	wyatt	US	26463	0	America/New_York	35.93737	-78.54278	104			NC	183	93880	
4500107	Wynnewood	wynnewood	US	19096	0	America/New_York	35.76849	-78.70056	108			NC	183	92612	
4500154	Yadkinville	yadkinville	US	27055	2927	America/New_York	36.13458	-80.65951	293	Wilson,Yadkinville	197	NC	197	92322	
4500157	Yale	yale	US	23897	0	America/New_York	35.33428	-82.52207	658			NC	089	91456	
4500166	Yanceyville	yanceyville	US	27379	2004	America/New_York	36.40403	-79.33613	185	Caswell Court House,Jansivil,Yanceyville,yansyfyl,yansywyl  karwlynay shmaly,yynsywyl  shmaly kyrwlayna,Јансивил,يانسيفيل,یئنسیویل، شمالی کیرولائنا,یانسیویل، کارولینای شمالی	033	NC	033	94120	
4500262	Yorktown	yorktown	US	23690	0	America/New_York	36.05764	-80.06921	288			NC	067	90012	
4500320	Youngsville	youngsville	US	12791	1217	America/New_York	36.02487	-78.47444	142	Pacific,Youngsville		NC	069	94150	
4500324	Zebulon	zebulon	US	27597	4964	America/New_York	35.82432	-78.31472	98	Zebjulon,zbylan  karwlynay shmaly,Зебјулон,زبیلان، کارولینای شمالی		NC	183	91868	
4500329	Zephyr	zephyr	US	76890	0	America/New_York	36.36763	-80.81424	396			NC	171	90412	
4500335	Zion	zion	US	60099	0	America/New_York	35.34624	-81.56009	250			NC	045		
4500392	Zion Grove	zion-grove	US	17985	0	America/New_York	35.33654	-79.60225	196			NC	125		
4500429	Zionville	zionville	US	28698	0	America/New_York	36.33485	-81.74317	978			NC	189	90788	
4500431	Zirconia	zirconia	US	28790	0	America/New_York	35.24178	-82.41623	666			NC	089	91316	
4500458	Absecon	absecon	US	08201	8317	America/New_York	39.42845	-74.49571	8	Absecom,Absecom Village,Absecombe,Absecon,Absecum,Absehkon,Absikon,Lower Island,Mount Eagle,Ragtown,abskwn  nywjrsy,Абсикон,Абсэкон,ابسکون، نیوجرسی		NJ	001	00100	
4500469	Acton	acton	US	01718	0	America/New_York	39.58428	-75.41325	5			NJ	033	43200	
4500476	Albion	albion	US	02802	0	America/New_York	39.77873	-74.95489	43			NJ	007	58770	
4500489	Alliance	alliance	US	28509	0	America/New_York	39.51873	-75.09185	32			NJ	033	59130	
4500491	Alloway	alloway	US	08001	1402	America/New_York	39.56095	-75.36242	12	Alloway,Alloways Town,Allowaystown,Thompson's Bridge		NJ	033	00880	
4500514	Andrews	andrews	US	28901	0	America/New_York	39.724	-74.95905	37			NJ	007	81740	
4500533	Asbury	asbury	US	08802	0	America/New_York	39.77261	-75.2838	18			NJ	015	82840	
4500538	Ashland	ashland	US	01721	8302	America/New_York	39.86317	-75.006	26			NJ	007	12280	
4500541	Atco	atco	US	08004	12350	America/New_York	39.76984	-74.88739	45			NJ	007	77630	
4501678	Elmer	elmer	US	08318	1343	America/New_York	39.59511	-75.17018	35	Cohockan,Ehlmer,Elmer,Pittstown,Terrapin Town,Ticktown,almr  nywjrsy,Елмер,Элмер,المر، نیوجرسی		NJ	033	21240	
4500546	Atlantic City	atlantic-city	US	08401	39260	America/New_York	39.36415	-74.42306	2	ACY,AIY,Absecon Beach,Absecum Beach,Abseon Beach,Atlantic City,Atlantic city,Atlantik Siti,Atlantik Sitis,Atlantik-Siti,Atlantiksitija,Kota Atlantic,Thanh pho Atlantic,Thành phố Atlantic,aeteullaentigsiti,atlantyk syty,atlantyk syty  nywjrsy,atorantikkushiti,da xi yang cheng,Ατλάντικ Σίτι,Атлантик Сити,Атлантик-Сити,Атлантик-Сіті,אטלאנטיק סיטי,אטלנטיק סיטי,آتلانتیک سیتی، نیوجرسی,اتلانتيك سيتي,اٹلانٹک سٹی، نیو جرسی,アトランティックシティ,大西洋城,애틀랜틱시티		NJ	001	02080	
4500571	Auburn	auburn	US	01501	0	America/New_York	39.71095	-75.36769	24	Auburn,Sculltown		NJ	033	54810	
4500572	Audubon	audubon	US	08106	8730	America/New_York	39.89095	-75.07295	17	Audjubon park,Odjubon,Odubon,awdwban  nywjrsy,Аудюбон парк,Одубон,Одюбон,اودوبان، نیوجرسی		NJ	007	02200	
4500579	Avalon	avalon	US	08202	1283	America/New_York	39.10122	-74.71766	3	Avalon,Ehvalon,Leaming,Piermont,Seven Mile Beach,awalwn  nywjrsy,aywalwn  nyw jrsy,Авалон,Эвалон,اوالون، نیوجرسی,ایوالون، نیو جرسی		NJ	009	02320	
4500628	Barnard	barnard	US	05031	0	America/New_York	39.62095	-74.78433	26	Banard,Barnard		NJ	001	29430	
4500630	Barnegat	barnegat	US	08005	2817	America/New_York	39.75318	-74.22292	11			NJ	029	03050	
4500637	Barnegat Light	barnegat-light	US	08006	576	America/New_York	39.75762	-74.10625	2	Barnegat City,Barnegat Lajt,Barnegat Light,Barnegejt Lajt,barngat layt  nywjrsy,Барнегат Лайт,Барнегејт Лајт,بارنگات لایت، نیوجرسی		NJ	029	03130	
4500653	Barrington	barrington	US	02806	6817	America/New_York	39.86484	-75.05517	22	Barington,Barrington,Dentdale,baryngtwn  nywjrsy,Барингтон,Баррингтон,بارینگتون، نیوجرسی,بیرنگٹن، نیو جرسی		NJ	007	03250	
4500678	Bay Shore	bay-shore	US	11706	0	America/New_York	39.95095	-74.11319	2	Bay Shore,Bay Shore Park,Bayshore		NJ	029	73125	
4500688	Bayville	bayville	US	08721	20512	America/New_York	39.90929	-74.15486	11	Bayville,Chaseford,Dover Chapel,Potters Creek		NJ	029	05305	
4500696	Beach Haven	beach-haven	US	08008	1172	America/New_York	39.55928	-74.2432	1	Beach Haven,Beachhaven,Beyehaven,Bich Khehjvn,Bich Khejven,Eyerhaven,bych hywn  nywjrsy,Бич Хејвен,Бич Хэйвн,بیچ هیون، نیوجرسی		NJ	029	03940	
4500709	Beachwood	beachwood	US	08722	11214	America/New_York	39.93901	-74.19292	8	Bichvud,bychwwd  nywjrsy,Бичвуд,بیچ ووڈ، نیو جرسی,بیچوود، نیوجرسی		NJ	029	04180	
4500730	Beaver Dam	beaver-dam	US	42320	0	America/New_York	39.65039	-75.49214	1			NJ	033	57870	
4500738	Beaverville	beaverville	US	60912	0	America/New_York	39.90178	-74.74183	13			NJ	005	68610	
4500750	Bellmawr	bellmawr	US	08031	11462	America/New_York	39.86761	-75.09462	18	Behllmavr,Belmar,blmawr  nywjrsy,Белмар,Бэллмавр,بلماور، نیوجرسی		NJ	007	04750	
4500771	Berlin	berlin	US	01503	7590	America/New_York	39.79123	-74.92905	50	Berlin,Long-a-coming,Longacoming,Magnolia,brlyn  nywjrsy,Берлин,برلین، نیوجرسی		NJ	007	05440	
4500773	Berlin Heights	berlin-heights	US	44814	0	America/New_York	39.81317	-74.89044	37			NJ	005	22110	
4500830	Birmingham	birmingham	US	08011	0	America/New_York	39.97595	-74.71016	10	Birmingem,Birmingham,Brumahin,New Mills,Бирмингем		NJ	005	57510	
4500840	Bivalve	bivalve	US	21814	0	America/New_York	39.23428	-75.03379	1	Bivalve,Long Reach		NJ	011	14710	
4500845	Blackwood	blackwood	US	08012	4545	America/New_York	39.80234	-75.06406	24	Blackwood,Blackwoodtown,Blehkvud,Blekvud,Блеквуд,Блэквуд		NJ	007	26760	
4500848	Blenheim	blenheim	US	29516	0	America/New_York	39.80928	-75.07739	16	Blenheim,Mechanicsville		NJ	007	26760	
4500856	Blue Bell	blue-bell	US	19422	0	America/New_York	39.57206	-74.97406	41			NJ	015	24840	
4500869	Bon Air	bon-air	US	35032	0	America/New_York	39.96928	-75.02295	9			NJ	007	57660	
4500886	Braddock	braddock	US	15104	0	America/New_York	39.70095	-74.88961	40			NJ	007	81740	
4500911	Bridgeport	bridgeport	US	06601	0	America/New_York	39.80095	-75.34741	6	Bridgeport,New Stockholm,Raccoon Lower Bridge		NJ	015	41160	
4500920	Brigantine	brigantine	US	08203	9204	America/New_York	39.41012	-74.36459	1	Atmoonica,Bridzhantajn,Brigantin,Brigantine,Brigantine Beach,Brigantine City,Brigintine,brygntyn  nywjrsy,Бригантин,Бриджантайн,بریگنتین، نیوجرسی		NJ	001	07810	
4500942	Bridgeton	bridgeton	US	08302	25031	America/New_York	39.42734	-75.23408	3	Bridgeton,Bridgetown,Bridzhton,Bridzhtun,Bridzton,Cohansey Bridge,The Bridge,bryjtwn  nywjrsy,bu li qi dun,burijjiton,Бриджтон,Бриджтън,Бриџтон,برجٹن، نیو جرسی,بریجتون، نیوجرسی,ブリッジトン,布里奇頓	011	NJ	011	07600	
4500954	Brookville	brookville	US	15825	0	America/New_York	39.78179	-74.30737	40	Brookville,Millville		NJ	029	54300	
4500957	Brookfield	brookfield	US	01506	675	America/New_York	39.88261	-75.01572	16	Brookfield,Brookfields		NJ	007	12280	
4500959	Browns Mills	browns-mills	US	08015	11223	America/New_York	39.97261	-74.58293	27	Biddle's Mills,Biddles Mills,Brown Mills,Brown's Mills,Browns Mills,Browns Mills-in-the-Pines		NJ	005	57510	
4500964	Brownsville	brownsville	US	05037	0	America/New_York	39.81206	-75.0185	17			NJ	007	40440	
4500977	Buena	buena	US	08310	4603	America/New_York	39.51373	-74.92462	30	Buehna,Buena,Buena Vista,Buna,bwyna  nywjrsy,Буна,Буэна,بوئنا، نیوجرسی		NJ	001	08710	
4500986	Bullock	bullock	US	27507	0	America/New_York	39.88178	-74.44959	43			NJ	005	82420	
4501017	Cambridge	cambridge	US	02138	0	America/New_York	39.89761	-74.90794	21			NJ	005	22110	
4501018	Camden	camden	US	04843	76119	America/New_York	39.92595	-75.11962	6	Camden,Camden Village,Cooper's Ferry,Cooper's Point Ferry Village,Coopers Ferry,Coopersville,Dogwood,Kaighnton,Kamdehn,Kamden,Kamdun,Pinchtown,Spicers,Stockton,Wrightsville,kaemdeon,kamdn,kamuden,kemdena,ken dun,kmdn  nywjrsy,qmdn,Камден,Камдън,Камдэн,קמדן,كامدن,کمدن، نیوجرسی,کیڈمن، نیو جرسی,कॅम्डेन,カムデン,肯頓,캠던	007	NJ	007	10000	
4501044	Canton	canton	US	02021	0	America/New_York	39.47095	-75.41492	6			NJ	033	41640	
4501057	Cape May Court House	cape-may-court-house	US	08210	5338	America/New_York	39.08261	-74.82378	4	Cape May,Cape May Court House,Kehjp Mehj Kurt Khaus,Kejp Maj Kort Khaus,Kejp-Mehj Kort Khaus,Middletown,Romney Marsh,Rumly Moch,kai pu mei fa yuan,Кейп-Мэй Корт Хаус,Кејп Мај Корт Хаус,Кэйп Мэй Курт Хаус,開普梅法院	009	NJ	009	45810	
4501060	Cape May Point	cape-may-point	US	08212	281	America/New_York	38.93733	-74.96934	3	Cape May Point,Kehjp Mehj Pojnt,Kejp Mej Pojnt,Sea Grove,Seagrove,Stites Beach,kyp my pwynt  nywjrsy,Кејп Меј Појнт,Кэйп Мэй Пойнт,کیپ می پوینت، نیوجرسی		NJ	009	10330	
4501066	Cape May	cape-may	US	08204	3514	America/New_York	38.93511	-74.90601	2	Caep May,Cape Island,Cape May,Cape May City,Cape May Town,Kehjp Mehj,Kejp Mej,Kejp-Mej,Kep-Mej,kai pu mei,kyp my  nywjrsy,Кейп Мей,Кейп-Мей,Кеп-Мей,Кејп Меј,Кэйп Мэй,کیپ می، نیوجرسی,開普梅		NJ	009	10270	
4501070	Carmel	carmel	US	04419	0	America/New_York	39.43428	-75.12129	21			NJ	011	16900	
4501083	Catawba	catawba	US	24070	0	America/New_York	39.40706	-74.71405	4			NJ	001	29280	
4501095	Cecil	cecil	US	15321	0	America/New_York	39.64845	-74.94711	39	Cecil,Coles Mills		NJ	015	47250	
4501105	Cedar Brook	cedar-brook	US	08018	0	America/New_York	39.71539	-74.90072	37			NJ	007	81740	
4501113	Cedar Grove	cedar-grove	US	07009	0	America/New_York	39.16261	-74.76655	7			NJ	009	17560	
4501114	Cedar Grove	cedar-grove	US	07009	0	America/New_York	39.70206	-75.23074	24			NJ	015	69030	
4501115	Cedar Grove	cedar-grove	US	07009	0	America/New_York	39.97345	-74.16847	16			NJ	029	73125	
4501121	Cedar Crest	cedar-crest	US	87008	0	America/New_York	39.90262	-74.32209	29	Bamber,Cedar Crest,Ferrago		NJ	029	37380	
4501125	Cedar Lake	cedar-lake	US	46303	0	America/New_York	39.58373	-74.90017	25			NJ	001	08710	
4501141	Cedar Run	cedar-run	US	17727	0	America/New_York	39.68484	-74.26709	8	Cedar Run,Cedarrun,Poplar Neck		NJ	029	70320	
4501142	Cedar Springs	cedar-springs	US	39832	0	America/New_York	39.24539	-74.70683	3			NJ	009	74810	
4501147	Cedarville	cedarville	US	08311	0	America/New_York	39.62456	-75.3413	18			NJ	033	58530	
4501152	Centerton	centerton	US	72719	0	America/New_York	39.99567	-74.87294	6	Boughen,Centerton,Centreton		NJ	005	49020	
4501153	Centerton	centerton	US	72719	0	America/New_York	39.52539	-75.16768	25	Bougher,Centerton,Centreton,Five Points		NJ	033	59130	
4501167	Chadwick	chadwick	US	61014	0	America/New_York	39.99317	-74.06375	2	Chadwick,Chadwicks,Chadwicks Beach		NJ	029	73125	
4501173	Cedarville	cedarville	US	08311	776	America/New_York	39.33261	-75.19963	8	Cedar Creek,Cedarville,Cederville,Williamsburg		NJ	011	39450	
4501186	Chatsworth	chatsworth	US	08019	0	America/New_York	39.81762	-74.53487	29	Chamong,Chatsworth,Chesilhurst,Shamong,Shamong Station		NJ	005	82420	
4501198	Cherry Hill	cherry-hill	US	08002	70475	America/New_York	39.93484	-75.03073	17	Cherry Hill,Ellisburg		NJ	007	12280	
4501216	Cherry Valley	cherry-valley	US	01611	0	America/New_York	39.93706	-74.99072	14			NJ	007	12280	
4501256	Clarksboro	clarksboro	US	08020	0	America/New_York	39.79984	-75.22379	19	Clarksboro,Clarksborough		NJ	015	19180	
4501261	Clayville	clayville	US	02815	0	America/New_York	39.43345	-75.03073	23			NJ	011	76070	
4501265	Clayton	clayton	US	08312	8493	America/New_York	39.66011	-75.09212	39	Clayton,Fislertown,Fislerville,Glehjton,Klejton,klaytwn  nywjrsy,Глэйтон,Клејтон,کلایتون، نیوجرسی		NJ	015	13360	
4501269	Clementon	clementon	US	08021	4947	America/New_York	39.8115	-74.98294	27	Cementon,Clementon,Klemehnton,Klementon,Newman's Mills,klmntwn  nywjrsy,Клементон,Клемэнтон,کلمنتون، نیوجرسی		NJ	007	13420	
4501276	Clermont	clermont	US	30527	0	America/New_York	39.15123	-74.76266	4			NJ	009	17560	
4501279	Clermont	clermont	US	30527	0	America/New_York	39.99067	-74.79961	12			NJ	005	48900	
4501301	Cold Spring	cold-spring	US	10516	0	America/New_York	38.96678	-74.91628	3	Centerville,Cold Spring,Coldspring		NJ	009	41610	
4501306	Collingswood	collingswood	US	08108	14000	America/New_York	39.91817	-75.07128	9	Collingswood,Kolingsvud,Kollingsvud,Newton Colony,kalyngswwd  nywjrsy,Колингсвуд,Коллингсвуд,کالینگسوود، نیوجرسی		NJ	007	14260	
4501314	Cologne	cologne	US	08213	0	America/New_York	39.50484	-74.61321	18			NJ	001	25560	
4501335	Cooper	cooper	US	50059	0	America/New_York	39.79928	-75.33269	3			NJ	015	41160	
4501401	Cropwell	cropwell	US	35054	0	America/New_York	39.89372	-74.93544	28			NJ	005	22110	
4501410	Crossroads	crossroads	US	88114	0	America/New_York	39.91539	-74.826	20			NJ	005	45120	
4501419	Crystal Lake	crystal-lake	US	50432	0	America/New_York	39.89429	-74.18847	11			NJ	029	05305	
4501426	Cumberland	cumberland	US	02864	0	America/New_York	39.36984	-74.94073	12	Cumberland,Manumuskin Manor		NJ	011	44580	
4501454	Davisville	davisville	US	26142	0	America/New_York	39.79317	-75.04628	32	Davidstown,Davisville		NJ	007	26760	
4501472	Deepwater	deepwater	US	08023	0	America/New_York	39.68345	-75.49048	3	Deep Water Point,Deepwater		NJ	033	57870	
4501481	Deer Park	deer-park	US	11729	0	America/New_York	39.90622	-74.976	22			NJ	007	12280	
4501496	Delmont	delmont	US	08314	0	America/New_York	39.21428	-74.9499	3	Delmont,Ewing's Neck,Ewings Neck		NJ	011	44580	
4501500	Deerfield	deerfield	US	01342	0	America/New_York	39.52373	-75.23602	36	Deerfield,Deerfield Street		NJ	011	74870	
4501503	Dennisville	dennisville	US	08214	0	America/New_York	39.19317	-74.82517	1	Dennis Creek,Dennis's Creek,Dennisville,North Dennisville		NJ	009	17560	
4501527	Dividing Creek	dividing-creek	US	08315	0	America/New_York	39.27039	-75.10102	3	Dividing Creek,Dragston,Mincetown,Strongtown,Turkey Point		NJ	011	18220	
4501540	Dorchester	dorchester	US	02121	0	America/New_York	39.27289	-74.97684	3	Doncaster,Dorchester		NJ	011	44580	
4501541	Dorothy	dorothy	US	08317	0	America/New_York	39.40067	-74.82378	22			NJ	001	80330	
4501583	Dunbarton	dunbarton	US	03046	0	America/New_York	39.74928	-74.87489	41			NJ	007	77630	
4501590	Dutchtown	dutchtown	US	63745	0	America/New_York	39.72067	-74.7371	15			NJ	001	29430	
4501594	Eagle	eagle	US	48822	0	America/New_York	39.76734	-74.56765	25			NJ	005	72060	
4501604	East Berlin	east-berlin	US	06023	0	America/New_York	39.79734	-74.91516	48			NJ	007	05470	
4501646	Egg Harbor City	egg-harbor-city	US	08215	4239	America/New_York	39.52873	-74.64794	17	Eg Kharbor Siti,Egg Harbor,Egg Harbor City,Ehgg Kharbor Siti,Gloucester Landing,ag harbwr syty  nywjrsy,Ег Харбор Сити,Эгг Харбор Сити,اگ هاربور سیتی، نیوجرسی		NJ	001	20350	
4501663	Eldora	eldora	US	50627	0	America/New_York	39.21539	-74.906	5			NJ	009	17560	
4501677	Ellisburg	ellisburg	US	13636	4413	America/New_York	39.91372	-75.01045	18	Ellis,Ellisburg,Ellisburgh		NJ	007	12280	
4501687	Elsmere	elsmere	US	69135	0	America/New_York	39.6965	-75.13712	45			NJ	015	26340	
4501689	Elwood	elwood	US	08217	1437	America/New_York	39.57651	-74.71683	28	Colville,Elwood,Elwood-Magnolia		NJ	001	49410	
4501697	Elm	elm	US	17521	0	America/New_York	39.67928	-74.82905	30			NJ	007	81740	
4501708	Estell Manor	estell-manor	US	08319	1731	America/New_York	39.41206	-74.74239	7	Ehstehll Manor,Estel Manor,Estell Manor,Estelle Manor,Risley,astl manwr  nywjrsy,Естел Манор,Эстэлл Манор,استل مانور، نیوجرسی		NJ	001	21870	
4501724	Ewan	ewan	US	08025	0	America/New_York	39.69873	-75.18601	35	Ewan,Ewan's Mills,Ewans Mills		NJ	015	30180	
4501732	Fairton	fairton	US	08320	1264	America/New_York	39.38178	-75.21991	8	Fairfield,Fairton,New England Town Cross Roads		NJ	011	22350	
4501733	Fairview	fairview	US	07022	0	America/New_York	39.87456	-74.81211	17			NJ	005	45120	
4501734	Fairview	fairview	US	07022	0	America/New_York	39.90678	-75.1024	6	Fairview,Yorkship,Yorkship Village		NJ	007	10000	
4501735	Fairview	fairview	US	07022	0	America/New_York	39.78345	-75.10156	35			NJ	015	17710	
4501751	Farmingdale	farmingdale	US	04344	0	America/New_York	39.37623	-75.10963	26			NJ	011	46680	
4501756	Fenwick	fenwick	US	26202	0	America/New_York	39.61761	-75.33686	20			NJ	033	43200	
4501763	Finley	finley	US	38030	0	America/New_York	39.47734	-75.20213	33	Finley,Finley Station,Stretch's,Stretche,Stretche's		NJ	011	74870	
4501779	Fishing Creek	fishing-creek	US	21634	0	America/New_York	39.02289	-74.93378	3	Fisher's Creek,Fishing Creek		NJ	009	41610	
4501792	Five Points	five-points	US	36855	0	America/New_York	39.47984	-74.8935	30			NJ	001	08710	
4501793	Five Points	five-points	US	36855	0	America/New_York	39.7565	-75.41464	5			NJ	033	54810	
4501808	Folsom	folsom	US	19033	1851	America/New_York	39.60206	-74.84267	28	Folsom,Germantown,New Germany,fwlswm  nywjrsy,Фолсом,فولسوم، نیوجرسی		NJ	001	23940	
4501814	Forest Grove	forest-grove	US	18922	0	America/New_York	39.52678	-75.04268	30			NJ	011	76070	
4501815	Forest Grove	forest-grove	US	18922	0	America/New_York	39.52734	-74.98628	30			NJ	015	24840	
4501818	Forked River	forked-river	US	08731	5244	America/New_York	39.83984	-74.19014	4			NJ	029	37380	
4501820	Fordville	fordville	US	58231	0	America/New_York	39.42539	-75.16991	30			NJ	011	22350	
4501833	Fortescue	fortescue	US	08321	0	America/New_York	39.23761	-75.17157	0	Fortescue,Fortesque		NJ	011	18220	
4501857	Franklinville	franklinville	US	08322	0	America/New_York	39.61817	-75.07573	31	Franklinville,Little Ease		NJ	015	24840	
4501869	Friendship	friendship	US	04547	0	America/New_York	39.87067	-74.69127	18			NJ	005	72060	
4501870	Friendship	friendship	US	04547	0	America/New_York	39.75095	-74.58515	18			NJ	005	77150	
4501871	Friendship	friendship	US	04547	0	America/New_York	39.48345	-75.1938	34			NJ	011	74870	
4501872	Friendship	friendship	US	04547	0	America/New_York	39.62234	-75.1824	39			NJ	033	75110	
4501906	Garden City	garden-city	US	11530	0	America/New_York	39.77261	-75.07045	24			NJ	015	77180	
4501919	Gibbsboro	gibbsboro	US	08026	2244	America/New_York	39.83817	-74.96489	31	Gibbsboro,Gibbsborough,Gibsboro,gybbsbwrw  nywjrsy,Гиббсборо,Гибсборо,گیببسبورو، نیوجرسی		NJ	007	26070	
4501921	Gibbstown	gibbstown	US	08027	3739	America/New_York	39.82511	-75.28352	3			NJ	015	28185	
4501931	Glassboro	glassboro	US	08028	19216	America/New_York	39.70289	-75.11184	44	Glasboro,Glass Town,Glassboro,Glassborough,Glassworks,ge la si bao luo,glsbwrw  nywjrsy,Гласборо,Глассборо,گلسبورو، نیوجرسی,葛拉斯堡罗		NJ	015	26340	
4501936	Glen Cove	glen-cove	US	11542	0	America/New_York	39.88345	-74.14264	0			NJ	029	05305	
4501939	Glendale	glendale	US	01229	0	America/New_York	39.85372	-74.98239	31			NJ	007	76220	
4501940	Glendora	glendora	US	08029	4750	America/New_York	39.83956	-75.07351	18	Glendora,Hillmanton		NJ	007	26760	
4501941	Glenside	glenside	US	19038	0	America/New_York	39.6665	-75.48825	1			NJ	033	57870	
4501943	Gloucester City	gloucester-city	US	08030	11329	America/New_York	39.89178	-75.11629	6	Axwamus,Glocester,Gloster Siti,Gloucester,Gloucester City,Gloucester Point,Gloucester Town,Gloucestertown,Glousestehr Siti,glastr syty  nywjrsy,Глостер Сити,Глоусестэр Сити,گلاستر سیتی، نیوجرسی		NJ	007	26820	
4501977	Goshen	goshen	US	01032	0	America/New_York	39.1415	-74.85295	3			NJ	009	45810	
4502031	Green Bank	green-bank	US	24944	0	America/New_York	39.6129	-74.58793	3	Green Bank,Upper Bank,Upper Green Bank		NJ	005	77150	
4502039	Green Creek	green-creek	US	08219	0	America/New_York	39.04622	-74.90128	4	Green Creek,Greencreek		NJ	009	45810	
4502045	Greenfield	greenfield	US	01301	0	America/New_York	39.22845	-74.70572	6			NJ	009	74810	
4502048	Greenland	greenland	US	03840	0	America/New_York	39.859	-75.02961	21			NJ	007	42630	
4502051	Greenville	greenville	US	02828	0	America/New_York	39.56678	-75.19213	34			NJ	033	59130	
4502052	Greenwich	greenwich	US	06830	0	America/New_York	39.38984	-75.33853	3	Greenwich,Manor Town		NJ	011	28170	
4502065	Grenloch	grenloch	US	08032	0	America/New_York	39.78567	-75.05573	24	Grenloch,Spring Mills		NJ	007	26760	
4502093	Haddon Heights	haddon-heights	US	08035	7514	America/New_York	39.87734	-75.06462	23	Baker's Corner,Borton's Hill,Haddon Heights,Khaddon Khehjts,Khadon Khajkhts,hdn hayts  nywjrsy,Хаддон Хэйтс,Хадон Хајхтс,هدن هایتس، نیوجرسی		NJ	007	28800	
4502434	Jackson	jackson	US	03846	54856	America/New_York	39.7765	-74.86238	37			NJ	007	77630	
4502103	Haddonfield	haddonfield	US	08033	11414	America/New_York	39.8915	-75.03767	25	Haddanfield,Haddenfield,Haddonfield,Heddonfield,Khaddonfild,Khadonfild,hdnfyld  nywjrsy,Хаддонфилд,Хадонфилд,هدنفیلد، نیوجرسی		NJ	007	28770	
4502111	Hainesport	hainesport	US	08036	0	America/New_York	39.98372	-74.82711	11	Hainesport,Long Bridge		NJ	005	29010	
4502119	Haleyville	haleyville	US	35565	0	America/New_York	39.28956	-75.01684	9			NJ	011	14710	
4502129	Hammonton	hammonton	US	08037	14618	America/New_York	39.63651	-74.80239	29	Coffin's Mill,Hammond Town,Hammondtown,Hammonton,Khammonton,Khamonton,hamwntn,Хаммонтон,Хамонтон,هامونتن		NJ	001	29430	
4502131	Halltown	halltown	US	25423	0	America/New_York	39.63817	-75.41269	11			NJ	033	43200	
4503318	Northville	northville	US	12134	0	America/New_York	39.51123	-75.20435	41			NJ	011	74870	
4502141	Hancocks Bridge	hancocks-bridge	US	08038	254	America/New_York	39.50539	-75.46187	1	Hancock's Bridge,Hancocks Bridge,Hancocks Bridge Village		NJ	033	41640	
4502161	Harmony	harmony	US	02829	0	America/New_York	39.49928	-75.28769	36			NJ	011	33120	
4502162	Harmony	harmony	US	02829	0	America/New_York	39.51678	-75.39131	10			NJ	033	61470	
4502167	Harrisonville	harrisonville	US	08039	0	America/New_York	39.68511	-75.26602	24	Bassett,Coles Mills,Coles Town,Colestown,Harrisonville,Harrisonville Station,Pig's Eye		NJ	015	69030	
4502168	Harrisonville	harrisonville	US	08039	0	America/New_York	39.60178	-75.49687	3	Harrisonville,Pigs Eye,Pigseye		NJ	033	57870	
4502172	Harrisville	harrisville	US	02830	0	America/New_York	39.66151	-74.52182	4	Harrisville,McCartyville		NJ	005	03370	
4502179	Hartford	hartford	US	05047	0	America/New_York	39.97622	-74.89405	13			NJ	005	49020	
4502204	Heislerville	heislerville	US	08324	0	America/New_York	39.22317	-74.9924	3			NJ	011	44580	
4502214	Herman	herman	US	16039	0	America/New_York	39.61762	-74.59432	3	Herman,Herman City,Hermann City,Hermon		NJ	005	77150	
4502240	High Point	high-point	US	27260	0	America/New_York	39.70984	-74.13236	3	High Point,Highpoint		NJ	029	30390	
4502243	Highland Park	highland-park	US	08904	0	America/New_York	39.88872	-75.10795	6			NJ	007	26820	
4502252	Hilltop	hilltop	US	25855	0	America/New_York	39.82456	-75.06739	19			NJ	007	26760	
4502268	Holgate	holgate	US	43527	0	America/New_York	39.54012	-74.25681	3			NJ	029	41250	
4502313	Howardsville	howardsville	US	24562	0	America/New_York	39.8129	-74.36487	41			NJ	029	03050	
4502401	Iona	iona	US	56141	0	America/New_York	39.6015	-75.06712	31			NJ	015	24840	
4502420	Island Heights	island-heights	US	08732	1668	America/New_York	39.94206	-74.14986	10	Ajland Khajts,Ajland Khehjts,aylnd hayts  nywjrsy,Айланд Хэйтс,Ајланд Хајтс,آیلند هایتس، نیوجرسی		NJ	029	34530	
4502456	Jefferson	jefferson	US	01522	0	America/New_York	39.75372	-75.21185	43	Allenboro,Cox's Hill,Jefferson,Lawrenceville		NJ	015	30180	
4502458	Jenkins	jenkins	US	41537	0	America/New_York	39.69817	-74.52654	13	Harrisville,Jenkins,Jenkins Neck		NJ	005	77150	
4502466	Jericho	jericho	US	05465	0	America/New_York	39.47011	-75.35158	9			NJ	011	71160	
4502467	Jericho	jericho	US	05465	0	America/New_York	39.80567	-75.1399	30			NJ	015	17710	
4502501	Jones Mill	jones-mill	US	72105	0	America/New_York	39.79651	-74.52682	23			NJ	005	82420	
4502502	Jones Mill	jones-mill	US	72105	0	America/New_York	39.32123	-74.94101	6			NJ	011	44580	
4502548	Kirkwood	kirkwood	US	13795	0	America/New_York	39.83123	-74.99128	21			NJ	007	40440	
4502562	Lacey	lacey	US	98503	0	America/New_York	39.87262	-74.29514	32			NJ	029	37380	
4502594	Lakeland	lakeland	US	31635	0	America/New_York	39.78539	-75.07545	16			NJ	007	26760	
4502610	Landisville	landisville	US	08326	0	America/New_York	39.52484	-74.93823	34			NJ	001	08680	
4502614	Lanoka Harbor	lanoka-harbor	US	08734	0	America/New_York	39.86679	-74.16792	2	Aumacktown,Cedar Creek,Good Luck,Lanes Oaks,Lanes Oaks Harbor,Lanoka Harbor,Williams,Williamsburg		NJ	029	37380	
4502635	Lavallette	lavallette	US	08735	1807	America/New_York	39.9704	-74.06875	2	Lavalet,Lavallehtt,laballeteu,lwlt  nywjrsy,Лавалет,Лаваллэтт,لولت، نیوجرسی,라발레트		NJ	029	39390	
4502641	Lawnside	lawnside	US	08045	2919	America/New_York	39.8665	-75.02823	26	Free Haven,Lawnside,Lonsajd,Snow Hill,lawnsayd  nywjrsy,Лонсайд,Лонсајд,لاونساید، نیوجرسی		NJ	007	39420	
4502649	Laurel Springs	laurel-springs	US	28644	1884	America/New_York	39.82011	-75.00628	25	Laurehl Springs,Lorel Springs,lawrl aspryngz  nywjrsy,Лаурэл Спрингс,Лорел Спрингс,لاورل اسپرینگز، نیوجرسی		NJ	007	39210	
4502662	Leeds Point	leeds-point	US	08220	0	America/New_York	39.49206	-74.42904	18	Leed's Point,Leeds,Leeds Point		NJ	001	25560	
4502665	Leesburg	leesburg	US	08327	0	America/New_York	39.25678	-74.9874	5	Leesburg,Leesburgh		NJ	011	44580	
4502683	Lincoln	lincoln	US	01773	0	America/New_York	39.66956	-75.24074	40			NJ	015	69030	
4502685	Lincoln Park	lincoln-park	US	07035	0	America/New_York	39.74206	-74.24403	23			NJ	029	03050	
4502690	Linwood	linwood	US	01525	6973	America/New_York	39.33984	-74.57516	8	Leedsville,Linvud,Linwood,Pearville,Steelmanville,lynwwd  nywjrsy,Линвуд,لینوود، نیوجرسی		NJ	001	40530	
4502759	Long Beach	long-beach	US	11561	0	America/New_York	39.68568	-74.14486	2			NJ	029	30390	
4502777	Longport	longport	US	08403	886	America/New_York	39.31428	-74.52488	2	Longport,Sand Hills Beach,langpwrt  nywjrsy,Лонгпорт,لانگپورت، نیوجرسی		NJ	001	41370	
4502820	Lumberton	lumberton	US	08048	0	America/New_York	39.96595	-74.80516	9	Lumberton,Old Long Bridge		NJ	005	42060	
4502832	Magnolia	magnolia	US	08049	4383	America/New_York	39.94984	-74.66071	18			NJ	005	57510	
4502833	Magnolia	magnolia	US	08049	4298	America/New_York	39.85456	-75.03906	24	Greenland,Magnolia,Magnolija,Scrapetown,Turkeytown,mgnwlya  nywjrsy,mygnwlya  nyw jrsy,Магнолия,Магнолија,مگنولیا، نیوجرسی,میگنولیا، نیو جرسی		NJ	007	42630	
4502842	Magnolia	magnolia	US	08049	0	America/New_York	39.58901	-74.72377	25			NJ	001	49410	
4502866	Manahawkin	manahawkin	US	08050	2303	America/New_York	39.6954	-74.25875	6	Manahawkin,Manahocking,Manakhavkin,Манахавкин		NJ	029	70320	
4502881	Mantua	mantua	US	08051	0	America/New_York	39.794	-75.17212	7	Carpenters Landing,Easleys Landing,Eastlacks,Henessey's Landing,Mantua,Smith's Landing		NJ	015	43440	
4502892	Maple Grove	maple-grove	US	55311	0	America/New_York	39.62456	-75.20074	40			NJ	033	75110	
4502898	Maple Shade	maple-shade	US	08052	0	America/New_York	39.97984	-74.20709	15			NJ	029	73125	
4502901	Maple Shade	maple-shade	US	08052	19077	America/New_York	39.95261	-74.99239	17	Mapl Shehjd Taunship,Maple Shade Township,Municipio de Maple Shade,mypl shyd  nywjrsy,Мапл Шэйд Тауншип,میپل شید، نیوجرسی		NJ	005	43740	
4502904	Margate City	margate-city	US	08402	6237	America/New_York	39.32789	-74.50349	2	Margate,Margate City,Margehjt Siti,Margejt Siti,South Atlantic City,margyt syty  nywjrsy,Маргејт Сити,Маргэйт Сити,مارگیت سیتی، نیوجرسی		NJ	001	43890	
4502907	Marlboro	marlboro	US	05344	0	America/New_York	39.90289	-74.92183	25			NJ	005	22110	
4502908	Marlboro	marlboro	US	05344	0	America/New_York	39.48511	-75.32797	22			NJ	011	71160	
4502911	Marlton	marlton	US	08053	10133	America/New_York	39.89122	-74.92183	31	Evesham,Marlton,Mehrlton,Rising Sun,Swain's,Марлтон,Мэрлтон		NJ	005	22110	
4502918	Marmora	marmora	US	08223	0	America/New_York	39.26678	-74.64488	7			NJ	009	74810	
4502924	Marshallville	marshallville	US	31057	0	America/New_York	39.2965	-74.7685	4	Cumberland Works,Marshallsville,Marshallville		NJ	009	74810	
4502930	Martha	martha	US	41159	0	America/New_York	39.68206	-74.51043	10			NJ	005	03370	
4502942	Marshalltown	marshalltown	US	50158	0	America/New_York	39.63761	-75.45325	1	Marshalltown,Marshallville		NJ	033	43200	
4502946	Masonville	masonville	US	13804	0	America/New_York	39.97845	-74.87017	14	Five Points,Masonville		NJ	005	49020	
4502957	Mauricetown	mauricetown	US	08329	0	America/New_York	39.28595	-74.99323	4	Cumberland,Mattock's Landing,Mattox Landing,Mauricetown		NJ	011	14710	
4502959	Maxwell	maxwell	US	46154	0	America/New_York	39.66929	-74.54599	12			NJ	005	77150	
4502961	Mayetta	mayetta	US	66509	0	America/New_York	39.6779	-74.27292	8			NJ	029	70320	
4502962	Mays Landing	mays-landing	US	08330	2135	America/New_York	39.45234	-74.72766	5	Hamilton,Iliff Town,Ilifftown,May's Landing,May's Place,Mays Landing,Mayslanding,Mehjs Lehnding,Mejs Landing,mei si lan ding,Мејс Ландинг,Мэйс Лэндинг,梅斯兰丁	001	NJ	001	29280	
4502964	Mayville	mayville	US	14757	0	America/New_York	39.06734	-74.83156	5			NJ	009	45810	
4502969	McDonald	mcdonald	US	88262	0	America/New_York	39.90678	-74.54488	31			NJ	005	82420	
4502981	Meadowbrook	meadowbrook	US	26404	0	America/New_York	39.97872	-74.796	15			NJ	005	42060	
4502982	Meadowbrook	meadowbrook	US	26404	0	America/New_York	39.96789	-75.03989	12			NJ	007	57660	
4502983	Mechanicsville	mechanicsville	US	18934	0	America/New_York	39.81123	-75.06823	23			NJ	007	26760	
4502984	Medford	medford	US	02153	0	America/New_York	39.90095	-74.8235	17	Medford,Municipio de Medford,Nebo,Shinntown,Upper Evesham,mdfwrd  nywjrsy,مدفورد، نیوجرسی,میڈفورڈ، نیو جرسی		NJ	005	45120	
4502991	Melrose	melrose	US	02176	0	America/New_York	39.89872	-74.85266	19			NJ	005	45120	
4503007	Miami Beach	miami-beach	US	33109	0	America/New_York	39.03456	-74.93684	2			NJ	009	41610	
4503013	Mickleton	mickleton	US	08056	0	America/New_York	39.79011	-75.23768	21			NJ	015	19180	
4503035	Middletown	middletown	US	02842	0	America/New_York	39.27123	-74.7435	9			NJ	009	74810	
4503077	Milltown	milltown	US	08850	0	America/New_York	39.63595	-75.28602	21			NJ	033	58530	
4503078	Millville	millville	US	01529	28230	America/New_York	39.40206	-75.03934	12	MIV,Maurice River Bridge,Millvill,Millville,Milvil,Shingle Landing,mylwyl  nywjrsy,Милвил,Миллвилл,میلویل، نیوجرسی		NJ	011	46680	
4503081	Milmay	milmay	US	08340	0	America/New_York	39.43928	-74.85683	29			NJ	001	08710	
4503083	Minotola	minotola	US	08341	0	America/New_York	39.51873	-74.94823	38			NJ	001	08680	
4503088	Mizpah	mizpah	US	08342	0	America/New_York	39.48678	-74.83572	28			NJ	001	29280	
4503099	Monroeville	monroeville	US	08343	0	America/New_York	39.629	-75.15935	42	Monroe,Monroeville,Monroeville Station		NJ	033	75110	
4503106	Moorestown	moorestown	US	08057	0	America/New_York	39.96706	-74.94267	23	Chester,Chestertown,Moorefields,Moorestown,Moorestown Township,Moorfield,Moors Town,Moorsfield,Moorstown,Murehstaun Taunship,Rodmantown,mwrstawn  nywjrsy,Мурэстаун Тауншип,مورستاون، نیوجرسی		NJ	005	47880	
4503112	Morris	morris	US	06763	0	America/New_York	39.98733	-75.04434	8			NJ	007	57660	
4503114	Morrisville	morrisville	US	05661	0	America/New_York	39.97233	-75.04878	16			NJ	007	57660	
4503132	Mount Ephraim	mount-ephraim	US	08059	4639	America/New_York	39.87845	-75.09267	8	Ephraim's Mount,Maunt Ehfrehjm,Maunt Ifram,Mount Ephraim,mawnt afrym  nywjrsy,Маунт Ифрам,Маунт Эфрэйм,ماونت افریم، نیوجرسی		NJ	007	48750	
4503134	Mount Holly	mount-holly	US	05758	10804	America/New_York	39.99289	-74.78766	3	Bridgeton,Crips Mount,LLY,Mount Holly,Mounthalli,Mountholly	005	NJ	005	48900	
4503136	Mount Laurel	mount-laurel	US	08054	41864	America/New_York	39.934	-74.891	26			NJ	005	49020	
4503149	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.40151	-74.51293	7			NJ	001	59640	
4503150	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.22095	-74.77905	11			NJ	009	81890	
4503157	Mount Royal	mount-royal	US	08061	0	America/New_York	39.81011	-75.21129	10	Berkley,Mount Royal,Sandtown		NJ	015	19180	
4503195	Mullica Hill	mullica-hill	US	08062	3982	America/New_York	39.73928	-75.22407	21	Blue Bell,Mullica Hill,Spicerville		NJ	015	30180	
4503198	Murphy	murphy	US	28906	0	America/New_York	39.65456	-74.83211	35			NJ	007	81740	
4503217	National Park	national-park	US	08063	2999	America/New_York	39.86595	-75.17879	5	Nashonal Park,Nehjshnal Park,nshnal park  nywjrsy,Нашонал Парк,Нэйшнал Парк,نشنال پارک، نیوجرسی		NJ	015	49680	
4503241	New Freedom	new-freedom	US	17349	0	America/New_York	39.75873	-74.92655	54			NJ	007	81740	
4503242	New Freedom	new-freedom	US	17349	0	America/New_York	39.65539	-75.1899	43			NJ	033	75110	
4503244	New Gretna	new-gretna	US	08224	0	America/New_York	39.59234	-74.45098	2	Allentown,Bass River,Harmony,New Gretna		NJ	005	03370	
4503250	New Lisbon	new-lisbon	US	08064	0	America/New_York	39.95817	-74.62793	13			NJ	005	57510	
4503253	New Sharon	new-sharon	US	04955	0	America/New_York	39.80845	-75.12879	29			NJ	015	17710	
4503264	Newfield	newfield	US	04056	1534	America/New_York	39.54688	-75.02636	35	N'jufild,Njufild,nywfyld  nywjrsy,Њуфилд,Ньюфилд,نیوفیلد، نیوجرسی		NJ	015	51390	
4503268	Newport	newport	US	02840	0	America/New_York	39.29678	-75.17657	3	Nantuxet,Newport		NJ	011	18220	
4503275	Newtonville	newtonville	US	02460	0	America/New_York	39.55901	-74.866	30			NJ	001	08710	
4503285	Norma	norma	US	08347	0	America/New_York	39.49623	-75.08796	25			NJ	033	59130	
4503288	North Beach	north-beach	US	20714	0	America/New_York	39.67929	-74.15125	3	Frazier,Frazier Park,North Beach		NJ	029	41250	
4504265	Staffordville	staffordville	US	06077	0	America/New_York	39.66623	-74.2807	9			NJ	029	18670	
4503316	Northfield	northfield	US	01360	8521	America/New_York	39.37039	-74.55015	8	Bakersville,Dolphin,Norsfild,Nortfild,Northfield,nwrthfyld  nywjrsy,Норсфилд,Нортфилд,نارتھفیلڈ، نیو جرسی,نورثفیلد، نیوجرسی		NJ	001	52950	
4503320	Northwood	northwood	US	03261	0	America/New_York	39.91595	-74.98378	15			NJ	007	12280	
4503331	Oak Ridge	oak-ridge	US	07438	0	America/New_York	39.97317	-74.22459	12	Oak Ridge,Oak Ridge Estates		NJ	029	73125	
4503335	Oakland	oakland	US	02858	0	America/New_York	39.59872	-75.3413	17			NJ	033	00880	
4503337	Nortonville	nortonville	US	42442	0	America/New_York	39.78539	-75.40603	3	New Bridge,Nortonville		NJ	015	41160	
4503339	Oaklyn	oaklyn	US	08107	3992	America/New_York	39.90095	-75.08462	7	Oaklin,Ouklin,awaklyn  nywjrsy,Оаклин,Оуклин,اواکلین، نیوجرسی		NJ	007	53880	
4503342	Oakville	oakville	US	06779	0	America/New_York	39.36206	-74.75655	10			NJ	001	21870	
4503349	Ocean Beach	ocean-beach	US	11770	0	America/New_York	39.98151	-74.06625	2			NJ	029	73125	
4503351	Ocean City	ocean-city	US	08226	11355	America/New_York	39.27762	-74.5746	3	New Brighton,Ocean City,Oushan Siti,Oushehn Siti,Oushun Siti,Peck's Beach,Pecks Beach,Pet's Beach,Peter's Beach,awshn syty  nywjrsy,oshanshiti,Оушан Сити,Оушън Сити,Оушэн Сити,اوشن سٹی، نیو جرسی,اوشن سیتی، نیوجرسی,オーシャンシティ		NJ	009	54360	
4503360	Ocean Gate	ocean-gate	US	08740	2010	America/New_York	39.92679	-74.13375	1	Ocean Gate,Oceangate,Oushan Gejt,Oushehn Gehjt,awshn gyt  nywjrsy,Оушан Гејт,Оушэн Гэйт,اوشن گیت، نیوجرسی		NJ	029	54450	
4503368	Ocean View	ocean-view	US	08230	0	America/New_York	39.1765	-74.7335	7			NJ	009	17560	
4503370	Oceanville	oceanville	US	08231	0	America/New_York	39.47123	-74.46043	12	Oceanville,Tanners Brook,Toadtown		NJ	001	25560	
4503371	Ogden	ogden	US	50212	0	America/New_York	39.81178	-75.20213	5			NJ	015	78800	
4503401	Olivet	olivet	US	49076	1408	America/New_York	39.54817	-75.15463	34			NJ	033	59130	
4503405	Ong	ong	US	68452	0	America/New_York	39.91095	-74.62071	28	Ong,Ong Hat,Ongs,Ongs Hat		NJ	005	68610	
4503413	Oriental	oriental	US	28571	0	America/New_York	39.81567	-74.7271	32			NJ	005	72060	
4503418	Osage	osage	US	26543	0	America/New_York	39.85039	-75.00683	21			NJ	007	76220	
4503429	Othello	othello	US	99344	0	America/New_York	39.41261	-75.34686	6			NJ	011	28170	
4503437	Overbrook	overbrook	US	66524	0	America/New_York	39.81789	-74.98794	22			NJ	007	40440	
4503470	Palatine	palatine	US	60038	0	America/New_York	39.55345	-75.18102	33			NJ	033	59130	
4503479	Palermo	palermo	US	04354	0	America/New_York	39.24011	-74.67238	6			NJ	009	74810	
4503487	Paradise	paradise	US	17562	0	America/New_York	39.83928	-75.22213	3			NJ	015	78800	
4503492	Parkdale	parkdale	US	71661	0	America/New_York	39.72123	-74.75988	18			NJ	007	77630	
4503502	Parkville	parkville	US	21234	0	America/New_York	39.81484	-75.18212	15			NJ	015	78800	
4503516	Paulsboro	paulsboro	US	08066	5989	America/New_York	39.83039	-75.24046	3	Crown Point,Paulsboro,Paulsborough,Polsboro,paywlsbwrw  nywjrsy,Паулсборо,Полсборо,پائولسبورو، نیوجرسی		NJ	015	57150	
4503525	Pebble Beach	pebble-beach	US	93953	0	America/New_York	39.7654	-74.19681	0			NJ	029	54300	
4503529	Pedricktown	pedricktown	US	08067	524	America/New_York	39.75886	-75.40602	4	Pedrick's Town,Pedricktown,Pedrictown		NJ	033	54810	
4503532	Pemberton	pemberton	US	08068	1383	America/New_York	39.97206	-74.68294	18	Hampton Hanover,New Mills,Pehmberton,Pemberton,Пембертон,Пэмбертон		NJ	005	57480	
4503542	Paulding	paulding	US	39348	0	America/New_York	39.60928	-75.28352	42			NJ	033	58530	
4503544	Penns Grove	penns-grove	US	08069	4945	America/New_York	39.72956	-75.46797	3	Helm's Cove,Pehnns Grouv,Penn Grove,Penn's Grove,Penngrove,Penns Grove,Pennsgrove,Pens Grouv,pns grww  nywjrsy,Пенс Гроув,Пэннс Гроув,پنس گروو، نیوجرسی		NJ	033	57750	
4503548	Pennsauken	pennsauken	US	08110	36332	America/New_York	39.95622	-75.05795	19	Pennsauken,Pennsoakin		NJ	007	57660	
4503555	Pennsville	pennsville	US	08070	11888	America/New_York	39.65345	-75.51659	3	Craven's Ferry,Kinseyville,Municipio de Pennsville,Obisquahassit,Pehnnsvill Taunship,Pennsville,Pennsville Township,Pensvil,pnswyl  nywjrsy,Пенсвил,Пэннсвилл Тауншип,پنسویل، نیوجرسی		NJ	033	57870	
4503575	Petersburg	petersburg	US	12138	0	America/New_York	39.25373	-74.72655	10	Littleworth,Petersburg,Petersburgh		NJ	009	74810	
4503596	Pine Beach	pine-beach	US	08741	2150	America/New_York	39.93595	-74.17097	6	Pajn Bich,payn bych  nywjrsy,Пайн Бич,Пајн Бич,پاین بیچ، نیوجرسی		NJ	029	58590	
4503604	Pine Grove	pine-grove	US	17963	0	America/New_York	39.88373	-74.87989	18			NJ	005	22110	
4503606	Pine Hill	pine-hill	US	12465	10510	America/New_York	39.78428	-74.99211	49			NJ	007	58770	
4503610	Pine Island	pine-island	US	10969	0	America/New_York	39.42039	-75.4252	1			NJ	033	41640	
4503619	Pine Valley	pine-valley	US	14872	12	America/New_York	39.78567	-74.97517	51	Pajn Vali,Pajn Vallehj,payn wly  nywjrsy,Пайн Валлэй,Пајн Вали,پاین ولی، نیوجرسی		NJ	007	58920	
4503624	Pinehurst	pinehurst	US	01866	0	America/New_York	39.47845	-74.5496	20			NJ	001	25560	
4503635	Pitman	pitman	US	08071	8898	America/New_York	39.73289	-75.13157	37	Camp Meeting Town,Pitman,Pitman Grove,Pitmehn,pytmn  nywjrsy,Питман,Питмэн,پیتمن، نیوجرسی		NJ	015	59070	
4503643	Plainville	plainville	US	02762	0	America/New_York	39.59262	-75.01545	39	Hopeville,Plainville,Woolfordtown		NJ	015	24840	
4503646	Pleasantville	pleasantville	US	08232	20755	America/New_York	39.38984	-74.52404	6	Adamstown,Lakestown,Pleasantville,Plezantvil,Plisantvill,Risleytown,Smith's Landing,plyzntwyl  nywjrsy,Плезантвил,Плисантвилл,پلیزنتویل، نیوجرسی		NJ	001	59640	
4503647	Pleasantville	pleasantville	US	08232	0	America/New_York	39.54456	-75.04906	29			NJ	011	76070	
4503653	Pleasant Mills	pleasant-mills	US	46780	0	America/New_York	39.63984	-74.66127	4	Forks of the Mullica,Nescochague,Pleasant Mills,Sweetwater,The Mills		NJ	001	49410	
4503665	Pomona	pomona	US	08240	7124	America/New_York	39.47845	-74.57516	20	Cedar Bridge,Doughty Station,Pomerania,Pomona,Swamp Siding,Помона		NJ	001	25560	
4503680	Port Elizabeth	port-elizabeth	US	08348	0	America/New_York	39.31345	-74.98101	4			NJ	011	44580	
4503681	Port Norris	port-norris	US	08349	1377	America/New_York	39.24595	-75.03518	3	Dallas Ferry,Port Norris		NJ	011	14710	
4505021	Adamsville	adamsville	US	02801	0	America/New_York	38.87536	-82.35543	176			OH	053	65228	
4505025	Addison	addison	US	04606	0	America/New_York	38.88619	-82.14626	171			OH	053	00422	
4503682	Port Republic	port-republic	US	08241	1100	America/New_York	39.52067	-74.48571	4	Clark's Mills,Port Repablik,Port Republic,Union,Uniontown,Unionville,Wrangleboro,pwrt rypablyk  nywjrsy,Порт Репаблик,پورت ریپابلیک، نیوجرسی		NJ	001	60600	
4503716	Quinton	quinton	US	08072	588	America/New_York	39.54595	-75.41242	6	Quinton,Quinton's Bridge,Quintons Bridge		NJ	033	61470	
4503745	Red Bank	red-bank	US	07701	0	America/New_York	39.87289	-75.17268	6			NJ	015	78800	
4503751	Red Lion	red-lion	US	17356	0	America/New_York	39.88956	-74.7446	19	Red Lion,Red Lyon,Redlion		NJ	005	68610	
4503779	Richland	richland	US	08350	0	America/New_York	39.49178	-74.87072	29			NJ	001	08710	
4503781	Richwood	richwood	US	08074	3459	America/New_York	39.72261	-75.16546	46	Campbell's Crossroads,Five Points,Mount Pleasant,Richwood,White Horse		NJ	015	30180	
4503782	Riddleton	riddleton	US	37151	0	America/New_York	39.59456	-75.35269	13			NJ	033	00880	
4503788	Rio Grande	rio-grande	US	08242	2670	America/New_York	39.01456	-74.88156	6	Hildreths,Rio Grande,Riogrande		NJ	009	45810	
4503813	Rosedale	rosedale	US	11422	0	America/New_York	39.65012	-74.82627	39			NJ	001	29430	
4503816	Rosenhayn	rosenhayn	US	08352	1098	America/New_York	39.47817	-75.13129	33			NJ	011	16900	
4503823	Rockwood	rockwood	US	04478	0	America/New_York	39.69456	-74.69127	9			NJ	001	29430	
4503944	Salem	salem	US	01970	4894	America/New_York	39.57178	-75.46714	3	Fenwick's Colony,Ferkens Creek,New Salem,Oijtsessing,Salam,Salam Town,Salem,Salem Town,Sejlem,Watcessi,sai lei mu,sylm  nyw jrsy,sylm  nywjrsy,Сейлем,Сејлем,سیلم، نیو جرسی,سیلم، نیوجرسی,塞勒姆	033	NJ	033	65490	
4503953	Runnemede	runnemede	US	08078	8381	America/New_York	39.85234	-75.06795	35	Marlboro,New Hope,Rannehmid,Runnemede,ranamd  nywjrsy,Раннэмид,رانامد، نیوجرسی		NJ	007	65160	
4503955	Salina	salina	US	15680	0	America/New_York	39.77317	-75.12406	19	Bees Corner,Salina		NJ	015	17710	
4504003	Sea Isle City	sea-isle-city	US	08243	2087	America/New_York	39.15345	-74.69294	2	Ludlam's Beach,Sea Isle City,Si Ajl Siti,Si Ajsl Siti,Strathmere,sy ayl syty  nywjrsy,Си Айсл Сити,Си Ајл Сити,سی آیل سیتی، نیوجرسی		NJ	009	66390	
4504006	Seabrook	seabrook	US	03874	0	America/New_York	39.50178	-75.21908	33			NJ	011	74870	
4504010	Seaside Heights	seaside-heights	US	08751	2892	America/New_York	39.94429	-74.07291	2	Sisajd Khajts,Sisajd Khehjts,sysayd hayts  nywjrsy,Сисайд Хэйтс,Сисајд Хајтс,سیساید هایتس، نیوجرسی		NJ	029	66450	
4504014	Seaside Park	seaside-park	US	08752	1551	America/New_York	39.92679	-74.07708	2	Sisajd Park,sysayd park  nywjrsy,Сисайд Парк,Сисајд Парк,سیساید پارک، نیوجرسی		NJ	029	66480	
4504037	Seeley	seeley	US	92273	0	America/New_York	39.48206	-75.25769	21	Cedar Grove,Seeley		NJ	011	33120	
4504048	Sewell	sewell	US	08080	37433	America/New_York	39.7665	-75.14434	20	Chewville,Sewell		NJ	015	43440	
4504064	Sharptown	sharptown	US	21861	0	America/New_York	39.65567	-75.36519	6	Blessington,Sharpstown,Sharptown		NJ	033	58530	
4504091	Shiloh	shiloh	US	08353	505	America/New_York	39.459	-75.29908	34	Cohansey,Cohansey Corners,Shajlo,Shiloah,Shiloh,Shilokh,shaylw  nywjrsy,Шајло,Шилох,شایلو، نیوجرسی		NJ	011	67020	
4504102	Shirley	shirley	US	01464	0	America/New_York	39.56956	-75.23824	43			NJ	033	75110	
4504118	Sicklerville	sicklerville	US	08081	42891	America/New_York	39.71734	-74.96933	43	Sicklertown,Sicklerville,Waretown		NJ	007	81740	
4504164	Smithville	smithville	US	26178	7242	America/New_York	39.49401	-74.45709	10	Galloway Cross Roads,Smithville		NJ	001	25560	
4504165	Smithville	smithville	US	26178	0	America/New_York	39.98595	-74.74849	13	French Mills,French's Mills,Parker's Mills,Shreeville,Shreveport,Shreveville,Smithville		NJ	005	18790	
4504169	Snow Hill	snow-hill	US	21863	0	America/New_York	39.87011	-75.03267	25			NJ	007	39420	
4504180	Somerdale	somerdale	US	08083	5460	America/New_York	39.844	-75.02267	20	Samerdehjl,Samerdejl,samrdyl  nywjrsy,Самердејл,Самердэйл,سامردیل، نیوجرسی		NJ	007	68340	
4504186	Somers Point	somers-point	US	08244	10688	America/New_York	39.31762	-74.5946	8	Job's Point,Samers Pojnt,Somehrs Pojnt,Somers Ferry,Somers Point,samrs pwynt  nywjrsy,Самерс Појнт,Сомэрс Пойнт,سامرس پوینت، نیوجرسی		NJ	001	68430	
4504204	South Dennis	south-dennis	US	02660	0	America/New_York	39.17845	-74.81989	3	South Dennis,South Dennisville		NJ	009	17560	
4504214	South Park	south-park	US	15129	0	America/New_York	39.82623	-74.60432	32	South Park,Whitehorse		NJ	005	72060	
4504220	South Seaville	south-seaville	US	08246	0	America/New_York	39.179	-74.75989	7			NJ	009	17560	
4504245	Speedwell	speedwell	US	24374	0	America/New_York	39.76317	-74.54543	22			NJ	005	72060	
4504250	Springdale	springdale	US	15144	14518	America/New_York	39.90261	-74.96628	27			NJ	007	12280	
4504253	Springtown	springtown	US	18081	0	America/New_York	39.41428	-75.33158	11			NJ	011	28170	
4504254	Springville	springville	US	14141	0	America/New_York	39.93734	-74.86794	21			NJ	005	49020	
4504308	Stone Harbor	stone-harbor	US	08247	836	America/New_York	39.05095	-74.75794	3	Stone Harbor,Stoneharbor,Stoun Kharbor,astwn harbwr  nywjrsy,Стоун Харбор,استون هاربور، نیوجرسی		NJ	009	71010	
4504336	Stratford	stratford	US	06614	7013	America/New_York	39.82678	-75.01545	24	Stratford,astrtfwrd  nywjrsy,stratfwrd,Стратфорд,استرتفورد، نیوجرسی,ستراتفورد		NJ	007	71220	
4504340	Strathmere	strathmere	US	08248	158	America/New_York	39.19567	-74.65794	1	Ludlams Beach,Strathmere		NJ	009	74810	
4504361	Sunrise Beach	sunrise-beach	US	65079	0	America/New_York	39.84151	-74.14625	0			NJ	029	37380	
4504363	Sunset Beach	sunset-beach	US	28468	0	America/New_York	38.94595	-74.97045	-1			NJ	009		
4504364	Sunset Beach	sunset-beach	US	28468	0	America/New_York	39.814	-75.09573	15			NJ	015	17710	
4504391	Swedesboro	swedesboro	US	08085	2613	America/New_York	39.74761	-75.31047	12	Laddtown,Raccoon,Svedehsboro,Svidensboro,Swedesboro,Swedesborough,aswdsbwrw  nywjrsy,Сведэсборо,Свиденсборо,اسودسبورو، نیوجرسی		NJ	015	71850	
4504393	Sweetwater	sweetwater	US	37874	0	America/New_York	39.62651	-74.64932	2			NJ	001	49410	
4504429	Thelma	thelma	US	41260	0	America/New_York	39.41512	-74.65599	14			NJ	001	29280	
4504435	Thompsontown	thompsontown	US	17094	0	America/New_York	39.41651	-74.70877	4			NJ	001	29280	
4504476	Toms River	toms-river	US	08753	88791	America/New_York	39.95373	-74.19792	6	Goose Creek,MJX,Main Branch Toms River,North Branch Toms River,Tom's River,Toms Creek,Toms Rivehr Taunship,Toms River,Toms River Bay,Toms Rivur,tamz rywr  nywjrsy,tang mu si he,tomseulibeo,tomuzuriba,Томс Ривер,Томс Ривър,Томс Ривэр Тауншип,تامز ریور، نیوجرسی,トムズリバー,湯姆斯河,톰스리버	029	NJ	029	73125	
4504522	Tuckahoe	tuckahoe	US	08250	0	America/New_York	39.29012	-74.75377	6	Head of the River,Tuckahoe,Williamsburg		NJ	009	74810	
4504525	Tuckerton	tuckerton	US	08087	3377	America/New_York	39.60317	-74.34015	4	Clamtown,Little Egg Harbour,Middle-of-the-Shore,Takerton,Takkehrton,Tucker Town,Tuckerton,takrtwn  nywjrsy,Такертон,Таккэртон,تاکرتون، نیوجرسی		NJ	029	74210	
4504550	Tylertown	tylertown	US	39667	0	America/New_York	39.65484	-74.60904	18			NJ	005	77150	
4504563	Union Grove	union-grove	US	28689	0	America/New_York	39.64095	-75.28213	36			NJ	033	58530	
4504567	Union Mills	union-mills	US	28167	0	America/New_York	39.97233	-74.856	8	Milltown,Union Mills		NJ	005	29010	
4504568	Union Mills	union-mills	US	28167	0	America/New_York	39.85317	-74.90933	23			NJ	005	22110	
4504570	Unionville	unionville	US	06085	0	America/New_York	39.52706	-74.50126	9			NJ	001	60600	
4504590	Upton	upton	US	01568	0	America/New_York	39.93484	-74.52404	30			NJ	005	57510	
4504598	Ventnor City	ventnor-city	US	08406	10486	America/New_York	39.34039	-74.47737	3	Ventnor,Ventnor City,Ventnor Siti,wntnwr syty  nywjrsy,Вентнор Сити,ونتنور سیتی، نیوجرسی		NJ	001	75620	
4504603	Vernon	vernon	US	05354	0	America/New_York	39.89734	-75.03184	21			NJ	007	28770	
4504616	Villas	villas	US	08251	9483	America/New_York	39.02872	-74.93851	3	Fisher's Creek,Villas,Wildwood Villas		NJ	009	41610	
4504618	Vincentown	vincentown	US	08088	24664	America/New_York	39.934	-74.74849	12	Brimstone Neck,Quakertown,Quakytown,Vincent Town,Vincent's Town,Vincentown,Vincents Town,Vincenttown,Weepink		NJ	005	68610	
4504621	Vineland	vineland	US	08360	60818	America/New_York	39.48623	-75.02573	33	Vajnland,bainrando,waynlnd  nywjrsy,Вайнланд,Вајнланд,وائنلینڈ، نیو جرسی,واینلند، نیوجرسی,バインランド		NJ	011	76070	
4504699	Wading River	wading-river	US	11792	0	America/New_York	39.6154	-74.50404	3	Bridgeport,Leaks Wharf,Wading River		NJ	005	77150	
4504713	Waretown	waretown	US	08758	1569	America/New_York	39.79151	-74.19514	4	Waer Town,Waertown,Waiers Mill,Waretown,Wiretown		NJ	029	54300	
4504728	Washington	washington	US	03280	0	America/New_York	39.68401	-74.57599	18			NJ	005	77150	
4504734	Waterford Works	waterford-works	US	08089	0	America/New_York	39.72317	-74.84905	36	Shane's Castle,Waterford,Waterford Works		NJ	007	77630	
4504761	Wenonah	wenonah	US	08090	2254	America/New_York	39.79456	-75.14879	22	Vehnonakh,Venona,wnwna  nywjrsy,Венона,Вэнонах,ونونا، نیوجرسی		NJ	015	78110	
4504772	West Berlin	west-berlin	US	08091	0	America/New_York	39.80873	-74.94128	51			NJ	007	05470	
4504789	West End	west-end	US	27376	0	America/New_York	39.83484	-75.16546	11			NJ	015	82120	
4504806	West Creek	west-creek	US	08092	0	America/New_York	39.63456	-74.30709	3	Pharos Mill,West Creek,Westcreek,Westecunk,Westecunk Mills		NJ	029	18670	
4504809	Westmont	westmont	US	60559	0	America/New_York	39.90984	-75.04795	16	Glenwood,Rowandtown,Westmont		NJ	007	28740	
4504811	Westville	westville	US	08093	4224	America/New_York	39.86789	-75.13156	4	Vehstvill,Vestvil,wstwyl  nywjrsy,Вествил,Вэствилл,وستویل، نیوجرسی		NJ	015	80120	
4504815	Weymouth	weymouth	US	02188	0	America/New_York	39.51512	-74.77878	9	Weymouth,Weymouth Station		NJ	001	29280	
4504823	Wheatland	wheatland	US	16161	0	America/New_York	39.89512	-74.43376	46	Pasadena,Wheatland		NJ	029	43140	
4504839	Whitesboro	whitesboro	US	08252	2205	America/New_York	39.039	-74.85684	5	White,Whitesboro		NJ	009	45810	
4504840	Manchester Township	manchester-township	US	08759	0	America/New_York	39.95456	-74.37848	55	Whiting,Whitings		NJ	029	43140	
4504856	Wildwood	wildwood	US	08260	5149	America/New_York	38.99178	-74.81489	0	Five Mile Beach,Holly Beach,Vajldvud,Vildvud,WWD,Wildwood,Wildwood-By-The-Sea,Woodland,wyldwwd  nywjrsy,Вайлдвуд,Вајлдвуд,Вилдвуд,Вілдвуд,وائلڈووڈ، نیو جرسی,ویلدوود، نیوجرسی		NJ	009	81170	
4504871	Williamstown	williamstown	US	01267	15567	America/New_York	39.68623	-74.99517	44	Squankum,Squankum Neck,Squankum Village,Vilijamstaun,Villiamstaun,Williams Town,Williamstown,Williamstown (New Jersey),Вилијамстаун,Виллиамстаун,ولیمزٹاؤن، نیو جرسی		NJ	015	47250	
4504877	Willow Grove	willow-grove	US	19090	0	America/New_York	39.55428	-75.07879	27	Willow Grove,Willowgrove		NJ	033	59130	
4504897	Winslow	winslow	US	08095	0	America/New_York	39.65734	-74.86239	34	Municipio de Winslow,Vinslou Taunship,Winslow Township,wynzlww  nywjrsy,Винслоу Тауншип,وینزلوو، نیوجرسی,وینسلو ٹاؤن شپ، نیو جرسی		NJ	007	81740	
4504911	Woodbine	woodbine	US	08270	2482	America/New_York	39.24178	-74.81517	12	Vudbajn,wwdbyn  nywjrsy,Вудбайн,Вудбајн,وودبین، نیوجرسی		NJ	009	81890	
4504915	Woodbury	woodbury	US	05681	10020	America/New_York	39.83817	-75.15268	17	Piscozackasing,Vudbari,Vudberi,Vudbjuri,Woodbury,wu de bo li,wwdbwry  nywjrsy,Вудбари,Вудбери,Вудбюри,وودبوری، نیوجرسی,伍德伯里	015	NJ	015	82120	
4504919	Woodbury Heights	woodbury-heights	US	08097	3010	America/New_York	39.81706	-75.15518	19	Vudberi Khajts,Vudbjuri Khehjts,wwdbwry hayts  nywjrsy,Вудбери Хајтс,Вудбюри Хэйтс,وودبوری هایتس، نیوجرسی		NJ	015	82180	
4504938	Woodmere	woodmere	US	11598	0	America/New_York	39.51011	-75.38742	12			NJ	033	61470	
4504942	Woodruff	woodruff	US	29388	0	America/New_York	39.46873	-75.18574	31			NJ	011	74870	
4504946	Woodstown	woodstown	US	08098	3524	America/New_York	39.6515	-75.32825	13	Millbrooke,Pilesgrove,Vudstaun,Wood Town,Wood's Town,Woodstown,wwdstawn  nywjrsy,Вудстаун,وودستاون، نیوجرسی		NJ	033	82720	
4504949	Woodville	woodville	US	01784	0	America/New_York	39.98845	-74.14736	9			NJ	029	73125	
4504963	Wrightsville	wrightsville	US	17368	0	America/New_York	39.98511	-74.9985	11			NJ	005	12940	
4504984	Yorktown	yorktown	US	23690	0	America/New_York	39.61261	-75.30491	33			NJ	033	58530	
4504988	Aberdeen	aberdeen	US	21001	1607	America/New_York	38.65563	-83.76103	157	Aberdin,abrdyn,abrdyn  awhyw,aebeodin,Абердин,أبردين,ابردین، اوهیو,애버딘		OH	015	36834	
4505028	Addyston	addyston	US	45001	931	America/New_York	39.13672	-84.70911	144	Addyston,Addystone,Addystown		OH	061	49364	
4505031	Adelphi	adelphi	US	43101	374	America/New_York	39.46673	-82.74711	256	Adelph,Adelpha,Adelphi,Adelphi Station,Adelphia		OH	141	16630	
4505068	Albany	albany	US	05820	905	America/New_York	39.22757	-82.20237	231	Albany,Albany Station,Lee,Olbani,albany,albany  awhyw,Олбани,ألباني,البانی، اوهیو,البانی، اوہائیو		OH	009	42420	
4505105	Alexandria	alexandria	US	16611	0	America/New_York	38.72452	-83.04795	156			OH	145	81606	
4505107	Alexis	alexis	US	28006	0	America/New_York	39.63646	-81.03122	224			OH	111	61952	
4505111	Alfred	alfred	US	04002	0	America/New_York	39.17258	-81.92097	213	Alfred,Alfreda,Five Forks		OH	105	58646	
4505116	Alice	alice	US	78332	0	America/New_York	39.02119	-82.37265	219			OH	053	36848	
4505128	Alledonia	alledonia	US	43902	0	America/New_York	39.89868	-80.96926	253	Alledonia,Caldwell		OH	013	81088	
4505155	Allensville	allensville	US	17002	0	America/New_York	39.27257	-82.60683	203			OH	163	66768	
4505157	Allentown	allentown	US	08501	0	America/New_York	38.69619	-82.85823	162			OH	145	64206	
4505164	Alma	alma	US	14708	0	America/New_York	39.18812	-82.97879	193			OH	141	28420	
4505170	Alpha	alpha	US	42603	0	America/New_York	39.71173	-84.02327	244	Alpha,Harbines		OH	057	04724	
4505180	Alton	alton	US	03809	0	America/New_York	39.95034	-83.17463	277			OH	049	64570	
4505185	Altoona	altoona	US	16601	0	America/New_York	39.11341	-82.58655	221			OH	079	16336	
4505202	Amanda	amanda	US	43102	747	America/New_York	39.64951	-82.74434	281			OH	045	01637	
4505219	Amelia	amelia	US	45102	4932	America/New_York	39.0284	-84.21771	267	Amelia,Milltown,Milton		OH	025	04157	
4505231	Amesville	amesville	US	45711	158	America/New_York	39.40063	-81.9557	193	Ames,Amesville		OH	009	01770	
4505235	Amity	amity	US	15311	0	America/New_York	39.20561	-84.40411	259			OH	061	21266	
4505236	Amity	amity	US	15311	0	America/New_York	39.78922	-84.36689	302			OH	113	61966	
4505240	Amsterdam	amsterdam	US	12010	549	America/New_York	39.95757	-82.37821	359	Amsterdam,Melgen		OH	089	07944	
4505244	Anderson	anderson	US	29621	0	America/New_York	39.3609	-83.07046	208	Anderson,Anderson Station,Andersons Station		OH	141	78540	
4505272	Andersonville	andersonville	US	31711	0	America/New_York	39.0409	-83.98688	280			OH	015	74559	
4505273	Andersonville	andersonville	US	31711	779	America/New_York	39.42784	-83.00963	198	Andersonville,Lewiston,Lewistown,Lewisville		OH	141	78540	
4505305	Anthony	anthony	US	32617	0	America/New_York	39.23619	-81.98236	280			OH	009	44590	
4505311	Antioch	antioch	US	37011	89	America/New_York	39.76617	-83.27158	277			OH	097	63338	
4505312	Antioch	antioch	US	37011	86	America/New_York	39.66007	-81.06788	326	Antiok,Антиок		OH	111	61952	
4505372	Apple Grove	apple-grove	US	25502	0	America/New_York	38.88675	-81.86763	182	Apple Grove,Applegrove		OH	105	42868	
4505390	Arcanum	arcanum	US	45304	2087	America/New_York	39.99005	-84.55329	320	Arcanum,Smithville		OH	037	77980	
4505407	Arion	arion	US	51520	0	America/New_York	38.84618	-83.10379	181			OH	145	78554	
4505414	Arlington	arlington	US	02474	0	America/New_York	39.86644	-84.42467	319	Arlington,Corwin,South Arlington,Vorhees		OH	113	15518	
4505419	Arlington Heights	arlington-heights	US	02475	740	America/New_York	39.21506	-84.4555	169	Arlington,Arlington Heights,Maple Wood,Maplewood		OH	061	02428	
4505420	Arlington Heights	arlington-heights	US	02475	0	America/New_York	39.42591	-81.4779	220			OH	167	47628	
4505468	Asbury	asbury	US	08802	0	America/New_York	39.06062	-84.34216	253			OH	061	01980	
4505519	Ashton	ashton	US	20861	0	America/New_York	39.71424	-81.46457	243			OH	121	25438	
4505522	Ashville	ashville	US	14710	4190	America/New_York	39.71562	-82.95296	216	Asheville,Ashville,Eshvil,aesyubil,ashfyl,Ешвил,أشفيل,애슈빌		OH	129	33978	
4505542	Athens	athens	US	04912	25044	America/New_York	39.32924	-82.10126	219	ATO,Afiny,Asehns,Atens,Athens,Coates Ferry,Elizabethtown,Harpers Ferry,Middletown,a sen si,aeseonseu,asenzu,athyns,atn  awhayw,Асэнс,Атенс,Афины,آتن، اوهایو,أثينس,ایتھنز، اوہائیو,アセンズ,阿森斯,애선스	009	OH	009	02750	
4505560	Atherton	atherton	US	94027	0	America/New_York	39.96062	-82.43599	288	Atherton,National Road,National Road Station,National Roads		OH	089	43456	
4505567	Atlanta	atlanta	US	14808	0	America/New_York	39.56145	-83.19047	256	Atlanta,Propstville,Propsville		OH	129	62008	
4505577	Auburn	auburn	US	01501	0	America/New_York	39.39117	-84.70217	242	Auburn,Mount Auburn,Selkirk		OH	017	68616	
4505589	Astoria	astoria	US	11102	0	America/New_York	39.55922	-84.46661	244	Astoria,Jackstown,Jacktown		OH	017	46340	
4505603	Ava	ava	US	13303	0	America/New_York	39.83174	-81.57485	232	Ava,Ava Station		OH	121	56028	
4505605	Avalon	avalon	US	08202	0	America/New_York	39.53089	-84.37883	200			OH	017	49840	
4505612	Avondale	avondale	US	19311	0	America/New_York	39.97952	-80.74119	206			OH	013	64962	
4505613	Avondale	avondale	US	19311	0	America/New_York	39.14784	-84.49494	219	Avondale,Clintonville,Locust Grove		OH	061	15000	
4505614	Avondale	avondale	US	19311	0	America/New_York	39.79339	-84.14299	236	Avon Village,Avondale		OH	113	67468	
4505615	Avondale	avondale	US	19311	0	America/New_York	39.87062	-82.05958	218			OH	119	55608	
4505641	Austin	austin	US	16720	0	America/New_York	39.43673	-83.22241	230	Austin,Bushs Mills		OH	141	18238	
4505667	Bainbridge	bainbridge	US	13733	852	America/New_York	39.22757	-83.27047	220			OH	141	61308	
4505698	Bald Knob	bald-knob	US	72010	0	America/New_York	38.57258	-82.51294	273			OH	087	42154	
4505716	Baltimore	baltimore	US	21201	2970	America/New_York	39.84534	-82.60072	263	Baltimor,Baltimore,Basil,Liberty,New Market,Балтимор		OH	045	43120	
4505734	Bantam	bantam	US	06750	0	America/New_York	38.99868	-84.14132	263			OH	025	76155	
4505737	Banner	banner	US	38913	0	America/New_York	38.94007	-82.59489	218	Banner,Vaughns,Vaughns Station		OH	079	28322	
4505760	Bardwell	bardwell	US	42023	0	America/New_York	39.04784	-83.92187	287	Bardwell,Bardwell Corners		OH	015	31696	
4505771	Barlow	barlow	US	42024	0	America/New_York	39.39869	-81.66485	230	Barley,Barlow		OH	167	03898	
4507918	Carbondale	carbondale	US	18407	0	America/New_York	39.37785	-82.27098	228			OH	009	81777	
4505786	Barnesville	barnesville	US	18214	4125	America/New_York	39.98813	-81.1765	387	Barnesville,Barnsvil,Barnsville,barnsfyl,Барнсвил,بارنسفيل		OH	013	80864	
4505848	Bartlett	bartlett	US	03812	0	America/New_York	39.41952	-81.81569	268	Bartlett,Pleasanton,Plymouth		OH	167	82838	
4505868	Batavia	batavia	US	14020	1648	America/New_York	39.07701	-84.17688	181	Batavija,Batejvija,batafya,Батавия,Батејвија,باتافيا	025	OH	025	04157	
4505881	Batesville	batesville	US	22924	98	America/New_York	39.91424	-81.28122	277	Bates Mill,Batesville,Williamsburg		OH	121	04682	
4505914	Beallsville	beallsville	US	15313	404	America/New_York	39.84841	-81.03677	383	Beallsville,Bealsville,Elva		OH	111	75686	
4505918	Beals	beals	US	04611	0	America/New_York	39.88784	-82.74934	264			OH	045	80206	
4505934	Bear Creek	bear-creek	US	18602	0	America/New_York	38.93118	-83.06573	195	Bear Creek,Bearcreek		OH	145	52150	
4505974	Beatty	beatty	US	89003	0	America/New_York	39.88173	-83.84021	309	Beatty,Beatty Town,Chambersburg,Emery Chapel,Emery Chappel		OH	023	74119	
4505978	Beaumont	beaumont	US	23014	0	America/New_York	39.38563	-82.1382	213	Beaumont,Tylor		OH	009	22414	
4505980	Beaver	beaver	US	15009	439	America/New_York	39.03063	-82.82434	209	Beaver,Beavertown,Reynolds		OH	131	04710	
4506008	Beavercreek	beavercreek	US	97004	46277	America/New_York	39.70923	-84.06327	266	Beaver Creek,Beavercreek,Bivehrkrik,Biverkrik,bawrkrk  awhayw,bibakuriku,byfrkryk,Биверкрик,Бивэркрик,باورکرک، اوهایو,بيفركريك,ビーバークリーク		OH	057	04724	
4506018	Beavertown	beavertown	US	17813	0	America/New_York	39.70395	-84.1416	299			OH	113	40040	
4506019	Beavertown	beavertown	US	17813	0	America/New_York	39.47258	-81.11289	199	Beavertown,Bevertown,Dawes,Henby		OH	167	31276	
4506049	Beebe	beebe	US	72012	0	America/New_York	39.31285	-81.85791	183			OH	009	68238	
4506083	Beechgrove	beechgrove	US	37018	0	America/New_York	39.98949	-84.61607	334	Beechgrove,Bruss		OH	037	10576	
4506115	Belfast	belfast	US	04915	0	America/New_York	39.17673	-84.13355	271			OH	025	74825	
4506116	Belfast	belfast	US	04915	0	America/New_York	39.06285	-83.53242	256	Belfast,Bell		OH	071	37828	
4506153	Belle Valley	belle-valley	US	43717	217	America/New_York	39.79063	-81.55624	227	Bell Valley,Belle Valley		OH	121	56028	
4506166	Bellbrook	bellbrook	US	45305	7053	America/New_York	39.63562	-84.07077	237	Behllbruk,Belbrook,Belbruk,Bellbrook,blbrwk  awhayw,bylbrwk,Белбрук,Бэллбрук,بلبروک، اوهایو,بيلبروك		OH	057	05102	
4506170	Belmont	belmont	US	02478	519	America/New_York	39.7295	-84.13966	290	Bellmont,Belmont		OH	113	21000	
4506171	Belmont	belmont	US	02478	0	America/New_York	39.38006	-84.5255	221			OH	017	25984	
4506187	Belpre	belpre	US	45714	6476	America/New_York	39.27396	-81.5729	187	Behlpr,Bell Pre,Belle Prairie,Belle Pre,Bellepre,Belleprie,Bellpre,Belpre,Belpri,blpr  awhayw,bylbryh,Белпри,Бэлпр,بلپر، اوهایو,بيلبريه		OH	167	05424	
4506229	Bentonville	bentonville	US	22610	287	America/New_York	38.74952	-83.61325	279			OH	001	74069	
4506237	Benwood	benwood	US	26031	0	America/New_York	39.68591	-81.00038	250			OH	111	31808	
4506273	Bessemer	bessemer	US	16112	0	America/New_York	39.46507	-82.19793	211	Bessemer,Snow Fork Junction		OH	009	86982	
4506286	Bethany	bethany	US	06524	0	America/New_York	39.3845	-84.37355	256	Bethany,Huntsville		OH	017	43050	
4506308	Bethel	bethel	US	04217	2771	America/New_York	38.96368	-84.08077	269	Bethel,Denhams Town,Denhamsville,Dunhamstown,Plainfield		OH	025	76155	
4506309	Bethel	bethel	US	04217	2530	America/New_York	39.73034	-83.39353	302			OH	097	65480	
4506310	Bethel	bethel	US	04217	0	America/New_York	39.00952	-83.12379	182	Bethel,Pike		OH	131	55622	
4506474	Beverly	beverly	US	01915	1308	America/New_York	39.54785	-81.63957	201			OH	167	81774	
4506480	Beverly Hills	beverly-hills	US	34464	0	America/New_York	39.19034	-84.27355	202			OH	025	49322	
4506517	Bidwell	bidwell	US	45614	0	America/New_York	38.91869	-82.29904	208	Bidwell,Heatley		OH	053	74120	
4506547	Big Rock	big-rock	US	24603	0	America/New_York	39.10174	-82.77628	207			OH	079	43204	
4506554	Big Run	big-run	US	15715	0	America/New_York	39.35535	-81.87264	183	Big Run,Big Run Station		OH	009	68238	
4506594	Bingham	bingham	US	04920	0	America/New_York	39.84757	-80.96093	397	Bingen,Bingham,Binghampton		OH	111	75945	
4506615	Bishopville	bishopville	US	21813	0	America/New_York	39.51313	-82.04903	250			OH	115	36092	
4506652	Blacklick	blacklick	US	43004	0	America/New_York	39.99562	-82.81129	290	Black Lick,Black Lick Station,Blacklick,Blacklick Station,Blacks Lick,Havens Corners,Smithville		OH	049	38612	
4506667	Bladen	bladen	US	68928	0	America/New_York	38.66008	-82.18681	172	Bladen,Bladenburg,Bladensburg,Blandenburg,South New Castle,South Newcastle		OH	053	57974	
4506680	Blairsville	blairsville	US	15717	0	America/New_York	38.9934	-84.29355	153	Blairsville,Blairville		OH	025	62540	
4506684	Blanchester	blanchester	US	45107	4246	America/New_York	39.29312	-83.98882	296			OH	027	47670	
4506704	Blessing	blessing	US	77419	0	America/New_York	39.70256	-83.60353	339	Blessing,Blessings,Blessining		OH	047	38598	
4506731	Bloomfield	bloomfield	US	06002	0	America/New_York	39.56174	-81.204	211	Bloomfield,Flint Mills,Flint's Mills,Flints Mill,Flints Mills		OH	167	45360	
4506736	Bloomingburg	bloomingburg	US	12721	921	America/New_York	39.60506	-83.39547	303	Bloomingburg,Bloomingburgh,Bloomingsburg,Bloomingsburgh,Lexington,New Lexington		OH	047	59486	
4506743	Bloomington	bloomington	US	12411	0	America/New_York	39.53701	-83.70631	335			OH	027	85820	
4506770	Blue Ball	blue-ball	US	17506	0	America/New_York	39.49339	-84.33633	227	Blue Ball,Blueball		OH	017	49840	
4506777	Blue Creek	blue-creek	US	25026	0	America/New_York	38.77757	-83.33019	208	Blue Creek,Bluecreek		OH	001	38486	
4506785	Blue Jay	blue-jay	US	92317	959	America/New_York	39.227	-84.73717	239	Blue Jay,Revere		OH	061	84938	
4506786	Blue Rock	blue-rock	US	43720	0	America/New_York	39.80007	-81.89152	219			OH	119	07398	
4506809	Bluebell	bluebell	US	84007	0	America/New_York	39.89868	-81.58957	257	Blue Bell,Bluebell,Opperman		OH	059	79156	
4506902	Boston	boston	US	02108	0	America/New_York	39.88813	-81.19844	391			OH	013	72970	
4506903	Boston	boston	US	02108	0	America/New_York	39.21534	-83.51103	316	Boston,Dallas,New Boston		OH	071	59500	
4507924	Carey	carey	US	43316	0	America/New_York	39.49256	-83.10241	220	Carey,Carrie		OH	141	21224	
4506914	Bourneville	bourneville	US	45617	199	America/New_York	39.28201	-83.15657	207	Barbourville,Bourneville,Bournville,Twin Town,Twintown		OH	141	78008	
4506926	Bowersville	bowersville	US	30516	313	America/New_York	39.58062	-83.72492	332			OH	057	38626	
4506941	Boyds	boyds	US	20841	0	America/New_York	39.49506	-83.38325	291	Boyd,Boyds		OH	047	82166	
4506991	Brandt	brandt	US	57218	0	America/New_York	39.902	-84.09188	302			OH	109	06110	
4507027	Brentwood	brentwood	US	11717	0	America/New_York	39.22839	-84.52967	243			OH	061	74121	
4507028	Brentwood	brentwood	US	11717	0	America/New_York	38.4423	-82.43904	176			OH	087	78372	
4507045	Brice	brice	US	43109	121	America/New_York	39.91812	-82.83212	239			OH	049	77714	
4507064	Bridgeport	bridgeport	US	06601	0	America/New_York	39.64061	-84.29466	215			OH	113	49392	
4507072	Bridgeville	bridgeville	US	15017	0	America/New_York	39.96951	-81.86763	261			OH	119	61994	
4507080	Briggs	briggs	US	78608	0	America/New_York	39.32563	-81.06067	293	Briggs,Briggs Station		OH	167		
4507088	Briggsdale	briggsdale	US	80611	0	America/New_York	39.9259	-83.05824	233	Briggsdale,Brigsdale		OH	049	28280	
4507095	Brighton	brighton	US	02135	0	America/New_York	39.93006	-83.56131	366	Brighton,Brighton Center,Brighton Centre,Norton,Orchard		OH	023	33586	
4507121	Bristol	bristol	US	02809	0	America/New_York	39.69785	-81.73124	298	Bristol,Muttonburg,Stevens Stand		OH	115	08910	
4507122	Bristol	bristol	US	02809	0	America/New_York	39.66896	-82.22765	320	Bristol,Bristolville,Burlington,Maholm,Pike		OH	127	62680	
4507157	Brokaw	brokaw	US	54417	0	America/New_York	39.52813	-81.72708	199			OH	115	86016	
4507164	Brookdale	brookdale	US	95007	0	America/New_York	38.40619	-82.53905	170			OH	087	26782	
4507187	Brookville	brookville	US	15825	0	America/New_York	39.34452	-82.16098	201			OH	009	02750	
4507188	Brookville	brookville	US	15825	5900	America/New_York	39.83672	-84.41134	314	Brookfield,Brooksville,Brookville		OH	113	15518	
4507195	Brookwood	brookwood	US	35444	0	America/New_York	39.20145	-84.44105	192			OH	061	01672	
4507236	Browns	browns	US	62818	0	America/New_York	39.90255	-84.59968	326	Browns,Browns Station,Hood,Hoods		OH	135	51548	
4507252	Brownstown	brownstown	US	17508	0	America/New_York	38.97007	-83.8402	293	Brownstown,Browntown		OH	015	81102	
4507254	Brownsville	brownsville	US	05037	220	America/New_York	39.94701	-82.25654	287			OH	089	07944	
4507255	Brownsville	brownsville	US	05037	0	America/New_York	39.58896	-81.08428	300	Brownsville,Jolly		OH	111	05606	
4507256	Brownsville	brownsville	US	05037	0	America/New_York	39.26062	-83.05046	227			OH	141	36890	
4507260	Browntown	browntown	US	53522	0	America/New_York	39.04369	-82.00958	177			OH	105	70114	
4507266	Bruno	bruno	US	25611	0	America/New_York	39.8484	-82.41376	329	Avondale,Avondale Park,Bruno		OH	127	76659	
4507273	Brush Creek	brush-creek	US	38547	0	America/New_York	39.87035	-81.98597	239			OH	119	09757	
4507327	Buchtel	buchtel	US	45716	557	America/New_York	39.46201	-82.18181	206			OH	009	86982	
4507332	Buchanan	buchanan	US	10511	0	America/New_York	39.14979	-83.12352	276	Buchanan,Peepee		OH	131	61392	
4507359	Buckeye	buckeye	US	24924	0	America/New_York	39.05452	-82.45905	196	Buckeye,Buckeye Furnace		OH	079	50624	
4507360	Buckeye	buckeye	US	24924	0	America/New_York	39.8884	-81.99319	204			OH	119	74125	
4507378	Buckeye Lake	buckeye-lake	US	43008	2760	America/New_York	39.93368	-82.47238	274			OH	089	78400	
4507395	Buckhorn	buckhorn	US	41721	0	America/New_York	38.74647	-82.63516	200			OH	087	21084	
4507403	Buckingham	buckingham	US	18912	0	America/New_York	39.59174	-82.13765	225	Buckingham,Comly		OH	127	51520	
4507417	Buena Vista	buena-vista	US	15018	0	America/New_York	39.42201	-83.49408	308	Beuna Vista,Buena Vista,Moons,Moors		OH	047	31724	
4507418	Buena Vista	buena-vista	US	15018	0	America/New_York	39.55006	-82.67072	274	Beuna Vista,Buena Vista,Middle Fork,Middlefork		OH	073	61868	
4507419	Buena Vista	buena-vista	US	15018	0	America/New_York	38.63008	-83.26129	267	Beuna Vista,Buena Vista,Buenavista		OH	145	55902	
4507423	Buffalo	buffalo	US	14201	401	America/New_York	39.91591	-81.52012	262	Buffalo,Hartford Buffalo P O & Station,Hartford Station,Буффало		OH	059	79156	
4507441	Buford	buford	US	30515	352	America/New_York	39.07673	-83.84409	289			OH	071	15476	
4507466	Bunker Hill	bunker-hill	US	25413	0	America/New_York	39.41728	-84.72301	213	Bunker Hill,Bunkerhill		OH	017	66096	
4507497	Burlington	burlington	US	01803	2676	America/New_York	38.4073	-82.53571	170	Berlington,Берлингтон		OH	087	26782	
4507506	Burlingham	burlingham	US	12722	0	America/New_York	39.16674	-82.02125	204	Bungtown,Burlingham,Burlington		OH	105	04906	
4507520	Burr Oak	burr-oak	US	49030	0	America/New_York	39.5509	-82.06375	220	Buroak,Burr Oak,Burrock		OH	009	77420	
4507573	Butlerville	butlerville	US	47223	166	America/New_York	39.30256	-84.08993	263	Butlersville,Butlerville		OH	165	33474	
4507599	Byesville	byesville	US	43723	2375	America/New_York	39.96979	-81.53651	249	Byers Mills,Byes Mill,Byesville		OH	059	37786	
4507608	Byron	byron	US	14422	0	America/New_York	39.78617	-83.98077	279			OH	057	04220	
4507658	Calais	calais	US	04619	0	America/New_York	39.85702	-81.27622	261			OH	111	71349	
4507661	Caldwell	caldwell	US	07006	1690	America/New_York	39.74785	-81.51651	226	Kolduehll,Koldvel,klaydwl,Колдвел,Колдуэлл,كلايدول	121	OH	121	58310	
4507682	California	california	US	15419	0	America/New_York	39.06534	-84.42327	155	Caledonia,California,Tompkins		OH	061	15000	
4507755	Camden	camden	US	04843	1969	America/New_York	39.62894	-84.64856	255	Camden,Dover,Newcomb,Newcombe,Newcome		OH	135	72964	
4507767	Camp	camp	US	72520	0	America/New_York	38.97368	-83.11518	188	Camp,Camp Creek		OH	131	11122	
4507792	Camp Dennison	camp-dennison	US	45111	375	America/New_York	39.19812	-84.28883	176	Camp Dennison,Germany,Grand Valley		OH	061	76028	
4507883	Canal Winchester	canal-winchester	US	43110	7818	America/New_York	39.84284	-82.80462	233	Canal Winchester,Kanal Vinchester,Winchester,kanal wnshstr  awhayw,Канал Винчестер,كانال ونشستر، أوهايو		OH	049	46410	
4507893	Cannon	cannon	US	40923	0	America/New_York	39.82729	-82.1382	239			OH	119	55608	
4507915	Carbon Hill	carbon-hill	US	35549	233	America/New_York	39.50174	-82.24459	217	Carbon Hill,Carbon Hills,Carbonhill		OH	073	80780	
4507936	Carlisle	carlisle	US	01741	0	America/New_York	39.74563	-81.36373	230	Bern,Berne,Carlisle,Gassaways Mill,Gassaways Mills		OH	121	74728	
4507937	Carlisle	carlisle	US	01741	5259	America/New_York	39.582	-84.32022	213	Carlisle,Carlisle Junction,Carlisle Station,Jersey Settlement		OH	165	28490	
4507946	Carlton	carlton	US	16311	0	America/New_York	38.96369	-82.09848	174			OH	105	70114	
4507954	Carmel	carmel	US	04419	0	America/New_York	39.16701	-83.40825	293	Carmel,Mount Carmel		OH	071	09736	
4507974	Carpenter	carpenter	US	50426	0	America/New_York	39.16285	-82.21931	191			OH	105	16924	
4507985	Carrington	carrington	US	58421	0	America/New_York	39.59618	-82.16487	235			OH	127	70226	
4507987	Carroll	carroll	US	43112	520	America/New_York	39.79895	-82.701	255	Carrol,Carroll,West Carrollton,West Carrolton		OH	045	32060	
4508018	Carthage	carthage	US	13619	0	America/New_York	39.197	-84.47911	166	Carthage,White's Station,Whites Station		OH	061	15000	
4508045	Castine	castine	US	04420	128	America/New_York	39.93172	-84.6244	328	Castine,New Castine		OH	037	10576	
4508064	Catawba	catawba	US	24070	265	America/New_York	39.99923	-83.62159	377	Buck Creek,Catawaba,Catawba,Newburg		OH	023	63226	
4508096	Cedar Grove	cedar-grove	US	07009	0	America/New_York	39.43784	-82.5396	270	Cedar Grove,Cedargrove		OH	073	05578	
4508107	Cedar Hill	cedar-hill	US	37032	0	America/New_York	39.69006	-82.80517	266	Cedar Hill,Cedarhill		OH	045	01637	
4508126	Cedar Run	cedar-run	US	17727	0	America/New_York	39.77313	-81.90236	204	Cedar Run,Cedarrun		OH	119	33936	
4508132	Cedarville	cedarville	US	08311	4177	America/New_York	39.74423	-83.80854	320	Adarville,Cedarville,Hannas Store,Massies Creek,Milford,Newports Mill,Sidervil,sydarfyl,Сидервил,سيدارفيل		OH	057	12798	
4508148	Centenary	centenary	US	29519	0	America/New_York	38.79925	-82.26765	176			OH	053	31738	
4508161	Cedar Springs	cedar-springs	US	39832	0	America/New_York	39.8381	-84.79413	350	Cedar Spring,Cedar Springs		OH	135	38780	
4508195	Centerpoint	centerpoint	US	47840	0	America/New_York	38.7984	-83.8902	155	Center Point,Centerpoint,Sheep Run,Sheep Runs		OH	015	78232	
4508196	Centerpoint	centerpoint	US	47840	0	America/New_York	38.85147	-82.44988	230	Centerpoint,Wales		OH	053	61854	
4508202	Centerville	centerville	US	02632	0	America/New_York	39.97591	-80.96537	396	Centerville,Centreville,Demos,Demoss		OH	013	72736	
4508203	Centerville	centerville	US	02632	0	America/New_York	39.0809	-83.95243	289			OH	015	74559	
4508204	Centerville	centerville	US	02632	23882	America/New_York	39.62839	-84.15938	311	Centerville,Centreville,Sehntervill,Sentervil,sntrfyl,sntrwyl  awhayw,Сентервил,Сэнтервилл,سنترفيل,سنترویل، اوهایو,سینٹرویل، مونٹگمری کاؤنٹی، اوہائیو		OH	113	81494	
4508205	Centerville	centerville	US	02632	0	America/New_York	39.63979	-81.62374	305	Centerville,Moscow Mills		OH	115	12980	
4508308	Chandlersville	chandlersville	US	43727	0	America/New_York	39.8984	-81.82735	220	Chandlersville,Salt Creek		OH	119	70170	
4508332	Chapman	chapman	US	36015	0	America/New_York	39.08924	-82.61822	211	Chapman,Chapmans		OH	079	16336	
4508339	Chapel Hill	chapel-hill	US	27514	0	America/New_York	39.62368	-82.05348	316	Chapel Hill,Thompsonville		OH	127	51520	
4508357	Chase	chase	US	21027	0	America/New_York	39.20563	-82.09792	232			OH	009	01112	
4508373	Chauncey	chauncey	US	25612	1039	America/New_York	39.39785	-82.12931	201	Chauncey,Chauncy		OH	009	22414	
4508377	Chautauqua	chautauqua	US	14722	0	America/New_York	39.58978	-84.29633	212	Chatauqua,Chautaugua,Chautauqua		OH	113	49392	
4508390	Cherry Fork	cherry-fork	US	45618	156	America/New_York	38.88757	-83.61436	274	Cherry Fork,Cherryfork,Liberty,North Liberty		OH	001	82012	
4508412	Chesapeake	chesapeake	US	23320	726	America/New_York	38.42786	-82.4571	169	Chesapeake,Chesapik,Frampton,HTW,Kounston,Kuntzs Landing,Чесапик		OH	087	78372	
4508419	Cheshire	cheshire	US	01225	131	America/New_York	38.9448	-82.11125	173	Cheshir,Чешир		OH	053	13946	
4508425	Chester	chester	US	01011	0	America/New_York	39.08758	-81.92264	190			OH	105	14016	
4508440	Chesterhill	chesterhill	US	43728	285	America/New_York	39.48841	-81.86597	297	Chester Hill,Chesterfield,Chesterhill		OH	115	47796	
4508497	Chilo	chilo	US	45112	63	America/New_York	38.79313	-84.14077	152	Chilo,Chio,Mechanicsburg,Mechanicsburgh		OH	025	28224	
4508508	Chrisman	chrisman	US	61924	0	America/New_York	39.83312	-83.3727	302			OH	097	57708	
4508722	Cincinnati	cincinnati	US	45201	296943	America/New_York	39.12711	-84.51439	191	CVG,Cincinnati,Cincinnatopolis,Covalts Station,Cyncynaci,Fort Washington,Losantiville,Porkopolis,Queen City,Queen City of the West,Sinsinati,Sinsinatis,Sinsinatti,Sinsinnati,cincinatti,shinshinati,sinasinati,sinsinaeti,synsynaty,synsynty,synsynty  awhayw,xin xin na ti,Σινσινάτι,Синсинати,Синсинатти,Цинциннати,Цинциннаті,Цынцынаці,Ցինցինատի,סינסינטי,سنسیناٹی,سينسيناتي,سینسینتی، اوهایو,सिनसिनाटी,சின்சினாட்டி,ซินซินแนติ,ცინცინატი,シンシナティ,辛辛那提,신시내티	061	OH	061	15000	
4508778	Circleville	circleville	US	10919	13857	America/New_York	39.60062	-82.94601	212	Circleville,Round Town,Serkelvil,Soklvill,syrklfyl,syrklwyl  awhayw,Серкелвил,Соклвилл,سيركلفيل,سیرکلویل، اوهایو	129	OH	129	15070	
4508792	Clare	clare	US	48617	0	America/New_York	39.1395	-84.37688	148	Batavia Junction,Claire,Claire Station,Clare		OH	061	47600	
4508796	Clarington	clarington	US	15828	380	America/New_York	39.76563	-80.87121	193	Clarington,Clearington,Sunfish		OH	111	69918	
4508800	Clarion	clarion	US	16214	0	America/New_York	39.09091	-82.38321	201			OH	163	85204	
4508843	Clarksburg	clarksburg	US	15725	459	America/New_York	39.50534	-83.15324	235	Clarksburg,Clarksburgh,Clarsburg		OH	141	21224	
4508849	Clarksville	clarksville	US	12041	499	America/New_York	39.70535	-82.29126	304			OH	127	37968	
4508856	Clay	clay	US	13041	0	America/New_York	38.93535	-82.56683	213	Clay,Cross Roads		OH	079	28322	
4508872	Clarksville	clarksville	US	12041	547	America/New_York	39.40145	-83.98132	250	Clarkesville,Clarksville		OH	027	79772	
4508882	Claysville	claysville	US	15323	0	America/New_York	39.93618	-81.6704	319			OH	059	83664	
4508884	Clayton	clayton	US	08312	0	America/New_York	38.74368	-83.67547	288			OH	001	74069	
4509967	Decker	decker	US	47524	0	America/New_York	39.75952	-81.19067	389			OH	111	75497	
4508885	Clayton	clayton	US	08312	13146	America/New_York	39.86311	-84.3605	305	Clayton,Klehjton,Klejton,Salem,Salem Pike,klaytwn,klaytwn  awhayw,Клејтон,Клэйтон,كلايتون,کلایتون، اوهایو,کلیٹن، اوہائیو		OH	113	15644	
4508944	Cleves	cleves	US	45002	3386	America/New_York	39.16172	-84.74912	151	Cleves,Clevestown		OH	061	49364	
4508953	Clifford	clifford	US	18413	0	America/New_York	38.92674	-83.01962	177			OH	145	79170	
4508959	Clifton	clifton	US	07011	151	America/New_York	39.797	-83.82548	306	Klifton,Клифтон		OH	057	49336	
4508960	Clifton	clifton	US	07011	0	America/New_York	39.15006	-84.518	210	Clifton,Clifton Heights		OH	061	15000	
4508961	Clifton	clifton	US	07011	0	America/New_York	39.53952	-81.55179	191			OH	167	00338	
4508971	Clifton Heights	clifton-heights	US	19018	0	America/New_York	39.13561	-84.52494	241			OH	061	15000	
4508987	Clinton	clinton	US	01510	0	America/New_York	39.46589	-83.75159	318	Clinton,Clinton Station,Harlan,Wilson's Station,Wilsons Station		OH	027	78302	
4509001	Clipper Mills	clipper-mills	US	95930	0	America/New_York	38.76369	-82.20931	172	Cipper Mills,Clipper Mills		OH	053	15462	
4509017	Clover	clover	US	24534	0	America/New_York	38.99868	-84.04299	271			OH	025	85302	
4509037	Coal Hill	coal-hill	US	72832	0	America/New_York	39.79174	-81.71874	340			OH	119	48916	
4509046	Coal Run	coal-run	US	45721	0	America/New_York	39.56757	-81.58124	198	Coal Run,Coal Run Village,Coalrun		OH	167	81774	
4509056	Coalton	coalton	US	26257	465	America/New_York	39.11368	-82.61127	211	Coalton,Eureka,Eurekaville		OH	079	16336	
4509068	Coats	coats	US	27521	0	America/New_York	39.78091	-81.05927	263	Coates,Coats,Coats Station,Goats,Sunfish		OH	111	12966	
4509117	Colfax	colfax	US	26566	0	America/New_York	39.74034	-82.5021	304			OH	045	63240	
4509120	College Corner	college-corner	US	45003	410	America/New_York	39.56755	-84.8144	299	College Corner,College Corners		OH	017	59241	
4509152	Colonial Heights	colonial-heights	US	23834	0	America/New_York	39.99507	-81.70152	287			OH	059	83664	
4509161	Columbia	columbia	US	06237	0	America/New_York	39.11173	-84.43466	160	Columbia,Columbia Park,Finney Station,Fort Finney,Sugar Camp		OH	061	15000	
4509177	Columbus	columbus	US	08022	850106	America/New_York	39.96118	-82.99879	235	CMH,Columbopolis,Columbus,Columbus i Ohio,Franklin,Franklinton,Kalumbus,Kolambus,Kolompous,Kolumbas,Kolumbs,Kolumbu,Kolumbus,Kolumbusa,Kulumbus,ge lun bu,kalabasa,kalambasa,kholambas,klmbws  awhayw,kolambas,kolambasa,kolampas,kolleombeoseu,koronbasu,kwlwmbws,qwlwmbws,Κολόμπους,Калумбус,Коламбус,Колумбус,Кълъмбъс,Կոլումբուս,קאלומבוס,קולומבוס,كولومبوس,کلمبوس، اوهایو,کولمبس، اوہائیو,कोलंबस,कोलम्बस,कोलम्बस्,কলম্বাস,ਕਲੰਬਸ,கொலம்பஸ்,โคลัมบัส,კოლუმბუსი,コロンバス,哥伦布,哥倫布,콜럼버스	OH	OH	049	18000	
4509221	Commercial Point	commercial-point	US	43116	1611	America/New_York	39.7684	-83.05713	238	Becketts Store,Commercial Point,Genoa,Rome		OH	129	70870	
4509243	Collinsville	collinsville	US	06022	0	America/New_York	39.51533	-84.60939	215			OH	017	50162	
4509252	Concord	concord	US	01742	0	America/New_York	39.02201	-84.08021	263			OH	025	85302	
4509347	Cook	cook	US	55723	0	America/New_York	39.68312	-83.30714	277	Cook,Cook Station,Cooks		OH	047	46396	
4509358	Coolville	coolville	US	45723	493	America/New_York	39.22174	-81.79736	213			OH	009	77546	
4509397	Coopersville	coopersville	US	49404	0	America/New_York	38.96118	-83.04268	160			OH	131	70884	
4509411	Cora	cora	US	25614	0	America/New_York	38.82452	-82.3696	176	Cora,Corn		OH	053	61854	
4509436	Corning	corning	US	14830	573	America/New_York	39.60257	-82.0882	221	Corning,Ferrara		OH	127	51520	
4509530	Cowlesville	cowlesville	US	14037	0	America/New_York	39.98144	-84.18661	269			OH	109	51492	
4509548	Crabtree	crabtree	US	15624	0	America/New_York	38.89257	-83.10435	222			OH	145	52150	
4509574	Cranford	cranford	US	07016	0	America/New_York	38.44397	-82.35348	168			OH	087	68280	
4509621	Creola	creola	US	36525	0	America/New_York	39.31535	-82.46627	232	Creola,Creole,Karns City,Karns Grove		OH	163	75854	
4509634	Crooksville	crooksville	US	43731	2498	America/New_York	39.76896	-82.09209	239	Clay City,Crooksville		OH	127	33964	
4509682	Crown City	crown-city	US	45623	402	America/New_York	38.59092	-82.28293	174	Crown City,Crown Point,The Crown,The Point		OH	053	32760	
4509687	Crown Point	crown-point	US	12928	0	America/New_York	39.75089	-84.26716	291			OH	113	21000	
4509702	Cuba	cuba	US	14727	0	America/New_York	39.36117	-83.86382	313	Cuba,Paris,The Crossroads		OH	027	81144	
4509720	Cumberland	cumberland	US	02864	359	America/New_York	39.85202	-81.65763	257	Cumberland,Cumberland City,Kamberlend,Камберленд		OH	059	73986	
4509723	Cunningham	cunningham	US	37052	0	America/New_York	39.57839	-83.55131	315			OH	047	38388	
4509744	Cutler	cutler	US	04626	0	America/New_York	39.35424	-81.79013	246	Cutler,Cuttler,Olds		OH	167	26096	
4509758	Cynthiana	cynthiana	US	41031	68	America/New_York	39.17368	-83.34852	293	Cynthian,Cynthiana		OH	131	62022	
4509765	Dairy	dairy	US	97625	0	America/New_York	39.65257	-80.98038	386	Dairy,Dary		OH	111	42448	
4509771	Dale	dale	US	14039	0	America/New_York	39.48896	-81.76652	295	Dale,Fairview,Hebron		OH	115	86016	
4509780	Dalzell	dalzell	US	29040	0	America/New_York	39.5648	-81.304	321			OH	167	43386	
4509801	Danville	danville	US	03819	0	America/New_York	39.14479	-83.73798	326	Danville,Nevin		OH	071	32970	
4509802	Danville	danville	US	03819	0	America/New_York	39.02535	-82.25626	232	Alberta,Danville		OH	105	69904	
4509833	Darlington	darlington	US	16115	0	America/New_York	39.88118	-82.03319	225	Darlington,Darlington Station,Newton		OH	119	55608	
4509837	Darwin	darwin	US	55324	0	America/New_York	39.14619	-82.02347	208	Darwin,Millersburg		OH	105	04906	
4509871	Davisville	davisville	US	26142	0	America/New_York	39.09785	-82.61211	225			OH	079	16336	
4509884	Dayton	dayton	US	08810	140599	America/New_York	39.75895	-84.19161	225	Cabintown,DAY,Dayton,Dehjton,Deitonas,Dejton,Dejtun,Venice,dai dun,daytwn  awhayw,deiteon,deiton,detana,dytwn,dyytwn,Дейтон,Дейтън,Дејтон,Дэйтон,דייטון,دايتون، أوهايو,دیتون,डेटन,デイトン,代顿,데이턴	113	OH	113	21000	
4509966	Decaturville	decaturville	US	38329	0	America/New_York	39.3348	-81.75485	250	Decatur,Decaturville		OH	167	21098	
4509974	Decatur	decatur	US	30030	0	America/New_York	38.81563	-83.70381	282	Decatur,Dicatur,Saint Clairsville		OH	015	10758	
4509986	Deer Park	deer-park	US	11729	5682	America/New_York	39.20534	-84.39466	265	Dia Park,Dir Park,dyr bark,dyr park  awhayw,Диа Парк,Дир Парк,دير بارك,دیر پارک، اوهایو		OH	061	21266	
4510004	Deering	deering	US	58731	0	America/New_York	38.50341	-82.58321	218	Dearing,Deering		OH	087	61910	
4510013	Delano	delano	US	18220	0	America/New_York	39.40701	-82.95546	213			OH	141	31822	
4510018	Delhi	delhi	US	13753	0	America/New_York	39.09506	-84.60522	274	Delhi,Delhi Station,Delphi,Home City,Industry		OH	061	21504	
4510036	Dell	dell	US	59724	0	America/New_York	39.41257	-81.35651	187			OH	167	55356	
4510037	Delmont	delmont	US	08314	0	America/New_York	39.68284	-82.68072	318	Del Mount,Delmont,Delmount		OH	045	35812	
4510050	Dennis	dennis	US	02638	0	America/New_York	38.70702	-83.07712	159			OH	145	81606	
4510062	Dent	dent	US	56528	10497	America/New_York	39.18589	-84.65134	257	Challengeville,Dent		OH	061	31752	
4510067	Denver	denver	US	12421	0	America/New_York	39.19312	-83.05574	254	Denver,Farmersville,Hoop Pole,Hooppole		OH	141	36890	
4510071	Derby	derby	US	05829	408	America/New_York	39.76867	-83.20575	277	Darby,Derby		OH	129	20156	
4510072	Derwent	derwent	US	43733	0	America/New_York	39.92313	-81.54429	245	Derwant,Derwent		OH	059	79156	
4510100	Dexter City	dexter-city	US	45727	126	America/New_York	39.65785	-81.47207	217	Dexter City,Dexter Station		OH	121	38766	
4510105	Dexter	dexter	US	04930	0	America/New_York	39.0873	-82.21293	180			OH	105	69904	
4510143	Dillonvale	dillonvale	US	43917	3474	America/New_York	39.21811	-84.40216	239			OH	061	75973	
4510159	Dixie	dixie	US	25059	0	America/New_York	39.65201	-82.24959	256	Dickie,Dickson,Dixie		OH	127	62680	
4510201	Dodson	dodson	US	59524	0	America/New_York	39.85061	-84.44328	319			OH	113	15518	
4510237	Donnelsville	donnelsville	US	45319	300	America/New_York	39.91839	-83.94854	284	Donnellsville,Donnelsville		OH	023	06054	
4510303	Drexel	drexel	US	28619	2076	America/New_York	39.74645	-84.28661	290	Drexel,Drexel Park		OH	113	38738	
4510329	Dry Ridge	dry-ridge	US	41035	2782	America/New_York	39.25922	-84.61911	281	Bridgetown,Dry Ridge		OH	061	16616	
4510342	Dry Run	dry-run	US	17220	7281	America/New_York	39.10423	-84.33049	266			OH	061	01980	
4510366	Dry Run	dry-run	US	17220	0	America/New_York	38.7773	-83.02879	170	Dry Run,Dryrun		OH	145	81606	
4510388	Dudley	dudley	US	01571	0	America/New_York	39.70063	-81.50873	234	Dudley,Dudley Station		OH	121	58310	
4510413	Dunbar	dunbar	US	15431	0	America/New_York	39.35952	-81.7418	231	Dunbar,Little Hocking Station		OH	167	26096	
4510418	Duncan Falls	duncan-falls	US	43734	880	America/New_York	39.87201	-81.9093	219	Dead Mans Ripple,Duncan Falls,Duncans Falls,Duncans Flls,Old Town		OH	119	82236	
4510424	Duke	duke	US	65461	0	America/New_York	38.99896	-83.23352	373			OH	131	11122	
4510433	Dundas	dundas	US	23938	0	America/New_York	39.20368	-82.48016	231	Dundas,McArthur Junction,McArthur Station,McArthy Station		OH	163	16210	
4510437	Dungannon	dungannon	US	24245	0	America/New_York	39.61507	-81.57235	300	Drugannon,Dungannon,Ridge		OH	121	37940	
4510456	Dunlap	dunlap	US	37327	1719	America/New_York	39.29228	-84.618	261	Colerain,Dunlap,Dunlap's Station,Dunlaps Station,Fort Dunlap,Georgetown		OH	061	16616	
4510479	Durant	durant	US	33530	0	America/New_York	39.75035	-81.91069	206			OH	115	06964	
4510481	Durbin	durbin	US	26264	0	America/New_York	39.91173	-83.89104	268			OH	023	74119	
4510501	Dutchtown	dutchtown	US	63745	0	America/New_York	39.02313	-81.98875	197			OH	105	75847	
4510503	Duvall	duvall	US	98019	0	America/New_York	39.75868	-81.48512	243			OH	121	12994	
4510504	Duvall	duvall	US	98019	0	America/New_York	39.77201	-82.95768	218	Duvall,Duvalls		OH	129	33978	
4510507	Dwight	dwight	US	60420	0	America/New_York	39.81119	-80.93093	380			OH	111	75945	
4510618	East Fultonham	east-fultonham	US	43735	335	America/New_York	39.85007	-82.12209	231	Axline,Axlines,East Fultonham,East Fultonham Station,Fultonham Station		OH	119	55608	
4510714	Eastwood	eastwood	US	40018	0	America/New_York	39.04895	-83.98465	283			OH	015	74559	
4510719	Eaton	eaton	US	13334	8217	America/New_York	39.74394	-84.63662	317	Iton,aytwn,aytwn  awhayw,Итон,إيتون,ایتون، اوهایو	135	OH	135	24234	
4510782	Eden	eden	US	05652	0	America/New_York	39.15674	-81.75902	252			OH	105	58282	
4510795	Edenton	edenton	US	27932	0	America/New_York	39.22839	-84.05299	274	Edenton,Sloansville,Sloneville		OH	025	82110	
4510801	Edgefield	edgefield	US	29824	0	America/New_York	39.61423	-83.64464	324			OH	047	38388	
4510804	Edgemont	edgemont	US	19028	0	America/New_York	39.20061	-84.46466	182			OH	061	74121	
4510805	Edgemont	edgemont	US	19028	0	America/New_York	39.74589	-84.20105	227			OH	113	21000	
4510813	Edgewood	edgewood	US	21040	0	America/New_York	39.41117	-84.58828	206			OH	017	33012	
4510831	Edward	edward	US	27821	0	America/New_York	39.8834	-82.93074	229	Edward,Edwards,Edwards Station		OH	049	33026	
4510839	Edwardsville	edwardsville	US	22456	0	America/New_York	39.33701	-84.02743	282	Edwards,Edwardsville		OH	165	33474	
4510847	Egypt	egypt	US	72427	0	America/New_York	38.84424	-82.801	179			OH	145	34020	
4510869	Elba	elba	US	14058	0	America/New_York	39.60813	-81.41318	206			OH	167	03072	
4510877	Eldorado	eldorado	US	45321	0	America/New_York	39.51256	-84.36661	239			OH	017	49840	
4510878	Eldorado	eldorado	US	45321	499	America/New_York	39.90199	-84.67496	346	El Dorado,Eldorado		OH	135	51548	
4510895	Elizabeth	elizabeth	US	07201	0	America/New_York	39.87535	-82.06181	219	Elizabeth,Powell,Powells Mill		OH	119	55608	
4510903	Elizabethtown	elizabethtown	US	12932	350	America/New_York	39.15867	-84.80467	150	Elizabeth Town,Elizabethtown		OH	061	84938	
4510907	Elk	elk	US	95432	0	America/New_York	39.67313	-81.33595	215	Elk,Frederickstown,Fredericktown		OH	121	24878	
4510954	Elliottville	elliottville	US	40317	0	America/New_York	39.31202	-82.12264	231			OH	009	02750	
4510979	Elm Grove	elm-grove	US	53122	0	America/New_York	39.04646	-83.16379	189	Elm Grove,Elmgrove,York		OH	131	75637	
4510991	Elmwood	elmwood	US	02337	0	America/New_York	39.50062	-82.92796	227	Elmwood,Elmwood Farm		OH	129	62484	
4511019	Emerson	emerson	US	07630	0	America/New_York	39.43396	-81.45262	273			OH	167	47628	
4511064	Englewood	englewood	US	07631	13460	America/New_York	39.87756	-84.30217	279	Englewood,Harrisburg,Harrisburgh,Iamton,Jamton,Jamtown		OH	113	25396	
4511086	Enon	enon	US	45323	2393	America/New_York	39.87812	-83.93688	274			OH	023	46788	
4511097	Enterprise	enterprise	US	26568	0	America/New_York	39.56479	-82.4796	237			OH	073	26488	
4511098	Enterprise	enterprise	US	26568	0	America/New_York	39.697	-84.5005	284	Enterprise,Lanier		OH	135	41846	
4511118	Era	era	US	76238	0	America/New_York	39.74117	-83.24047	274	Era,Palestine		OH	129	20156	
4511135	Essex	essex	US	01929	0	America/New_York	38.4973	-82.51655	189			OH	087	26782	
4511148	Etna	etna	US	03750	0	America/New_York	38.62425	-82.65377	189	Aetna Furnace,Etna,Etna Furnace,Pedro		OH	087	24822	
4511149	Etna	etna	US	03750	1215	America/New_York	39.95729	-82.68183	324	Carthage,Etna		OH	089	25690	
4511163	Eureka	eureka	US	48833	0	America/New_York	38.67731	-82.19153	177	Chambersburg,Chambersburgh,Eureka		OH	053	15462	
4511194	Evanston	evanston	US	47531	0	America/New_York	39.94478	-84.19966	287			OH	109	51492	
4511202	Evergreen	evergreen	US	23939	0	America/New_York	38.89119	-82.27376	218			OH	053	74120	
4511219	Ewing	ewing	US	24248	0	America/New_York	39.47257	-82.43321	252			OH	073	81354	
4511225	Evanston	evanston	US	47531	0	America/New_York	39.1445	-84.46939	221			OH	061	15000	
4511231	Excello	excello	US	65247	0	America/New_York	39.48089	-84.41883	191	Excello,Exello,Morrell's Station		OH	017	42672	
4511251	Fair Oaks	fair-oaks	US	47943	0	America/New_York	38.78063	-82.8385	171			OH	145	34020	
4511263	Fairborn	fairborn	US	45324	33452	America/New_York	39.82089	-84.01938	255	Fairborn,Fairfield,Fajabon,Ferborn,Osborn,fayrbwrn  awhayw,fyrbwrn,Файабон,Ферборн,فایربورن، اوهایو,فيربورن,فیئربورن، اوہائیو		OH	057	04220	
4511274	Fairfax	fairfax	US	05454	1703	America/New_York	39.14534	-84.39327	172			OH	061	25942	
4511275	Fairfax	fairfax	US	05454	0	America/New_York	39.04785	-83.58742	342			OH	071	37828	
4511283	Fairfield	fairfield	US	04937	42767	America/New_York	39.34589	-84.5605	180	Feurfild,Феърфилд		OH	017	25970	
4511328	Fairhaven	fairhaven	US	02719	0	America/New_York	39.63894	-84.77162	295	Fair Haven,Fairhaven		OH	135	37590	
4511332	Fairland	fairland	US	46126	0	America/New_York	38.44397	-82.36737	174			OH	087	68280	
4511347	Fairmount	fairmount	US	30139	0	America/New_York	39.12784	-84.55356	172			OH	061	15000	
4511354	Fairplay	fairplay	US	21733	0	America/New_York	39.337	-84.59578	172	Fair Play,Fairplay		OH	017	25970	
4511358	Fairview	fairview	US	07022	0	America/New_York	38.80729	-83.64797	274	Fairview,Hills Fork		OH	001	43036	
4511359	Fairview	fairview	US	07022	0	America/New_York	39.47978	-83.30519	269			OH	047	82166	
4511360	Fairview	fairview	US	07022	0	America/New_York	38.84397	-82.25709	186			OH	053	31738	
4511361	Fairview	fairview	US	07022	0	America/New_York	39.90202	-81.55429	249			OH	059	79156	
4511362	Fairview	fairview	US	07022	0	America/New_York	39.20451	-83.7302	314	Economy,Fairview		OH	071	78344	
4511363	Fairview	fairview	US	07022	0	America/New_York	39.78645	-84.22105	274			OH	113	21000	
4511364	Fairview	fairview	US	07022	0	America/New_York	39.9259	-82.06681	291			OH	119	74125	
4511407	Fairview Heights	fairview-heights	US	62208	0	America/New_York	39.41452	-81.46818	250			OH	167	47628	
4511490	Far Hills	far-hills	US	07931	0	America/New_York	39.70728	-84.16661	299			OH	113	57764	
4511494	Farmers	farmers	US	40319	0	America/New_York	39.32173	-83.76354	324	Farmers,Farmers Station,Farmersville Station		OH	027	15238	
4511500	Farmersville	farmersville	US	45325	1006	America/New_York	39.6795	-84.42911	268			OH	113	37912	
4511517	Fay	fay	US	73646	0	America/New_York	39.46813	-81.27873	199			OH	167	42196	
4511530	Fayetteville	fayetteville	US	13066	321	America/New_York	39.18673	-83.93215	289			OH	015	61770	
4511546	Feesburg	feesburg	US	45119	0	America/New_York	38.8784	-83.99882	285	Feesburg,Feesburgh,Freesburg		OH	015	42910	
4511551	Felicity	felicity	US	45120	828	America/New_York	38.83896	-84.09632	280	Fee Town,Feel City,Feelicity,Feestown,Feetown,Felicity,Filicity		OH	025	28224	
4511623	Fillmore	fillmore	US	14735	0	America/New_York	39.30341	-81.74513	245	Fillmore,Lower Settlement		OH	167	21098	
4511628	Fincastle	fincastle	US	24090	0	America/New_York	38.99173	-83.71465	301	Fincastle,South Fincastle		OH	015	23072	
4511908	Fisher	fisher	US	16225	0	America/New_York	39.27924	-82.14487	201			OH	009	01112	
4511932	Five Points	five-points	US	36855	0	America/New_York	39.35229	-82.22626	294			OH	009	81777	
4511933	Five Points	five-points	US	36855	0	America/New_York	38.9884	-83.76993	305	Biehn,Biehn P O,Five Points,Fivepoints		OH	015	23072	
4511934	Five Points	five-points	US	36855	0	America/New_York	39.78978	-84.02132	287			OH	057	04220	
4511935	Five Points	five-points	US	36855	0	America/New_York	39.05536	-81.97125	223	Five Points,Fivepoints		OH	105	14016	
4511936	Five Points	five-points	US	36855	0	America/New_York	39.91978	-84.4155	313			OH	109	78456	
4511938	Five Points	five-points	US	36855	0	America/New_York	39.67451	-83.18019	259	Dawson,Five Points,Fivepoints		OH	129	51534	
4511939	Five Points	five-points	US	36855	1824	America/New_York	39.56867	-84.19299	302			OH	165	15700	
4511988	Flatwoods	flatwoods	US	26621	0	America/New_York	39.07036	-81.97681	225	Flat Woods,Flatwood,Flatwoods		OH	105	14016	
4512010	Fleming	fleming	US	16835	0	America/New_York	39.39174	-81.61068	242			OH	167	03898	
4512014	Flora	flora	US	39071	0	America/New_York	39.1648	-81.97819	252			OH	105	04906	
4512022	Florence	florence	US	01062	0	America/New_York	39.84784	-83.54714	349	Florence,Florence Station		OH	097	59528	
4512023	Florence	florence	US	01062	0	America/New_York	39.75785	-81.53124	230			OH	121	56028	
4512035	Folsom	folsom	US	19033	0	America/New_York	39.09507	-83.5927	332			OH	071	81340	
4512053	Forest Hills	forest-hills	US	11375	0	America/New_York	39.10924	-83.0099	236			OH	131	61434	
4512054	Forest Hills	forest-hills	US	11375	0	America/New_York	39.94089	-83.86076	300			OH	023	74119	
4512060	Forest Park	forest-park	US	30297	18676	America/New_York	39.29034	-84.50411	255			OH	061	27706	
4512079	Forestdale	forestdale	US	02644	0	America/New_York	38.5023	-82.60349	205	Forest Dale,Forestdale,Forrest Dale,Forrestdale		OH	087	61910	
4512083	Forestville	forestville	US	14062	10532	America/New_York	39.07506	-84.34494	250			OH	061	01980	
4512119	Fort Scott	fort-scott	US	66701	0	America/New_York	39.27089	-84.65967	162			OH	061	19470	
4512127	Foster	foster	US	02825	0	America/New_York	39.31923	-84.25299	182	Foster,Fosters,Fosters Crossing,Fosters Crossings		OH	165	21238	
4512135	Fosterville	fosterville	US	37063	0	America/New_York	39.62589	-84.70329	318			OH	135	37590	
4512177	Fox	fox	US	72051	0	America/New_York	39.6434	-83.01241	218			OH	129	37982	
4512200	Frankfort	frankfort	US	04438	1065	America/New_York	39.40145	-83.18074	225	Chillicothe,Frankford,Frankfort,Frankfurt,Old Chillicothe,Old Town,Oldtown,Франкфурт		OH	141	18238	
4512203	Franklin	franklin	US	02038	11783	America/New_York	39.55895	-84.30411	207	Franklin,franklyn,franklyn  awhayw,Франклин,فرانكلين,فرانکلین، اوهایو,فرینکلن، اوہائیو		OH	165	28490	
4512229	Franklin Furnace	franklin-furnace	US	45629	1660	America/New_York	38.64508	-82.84878	175			OH	145	31836	
4512275	Frederick	frederick	US	19435	0	America/New_York	39.92533	-84.27439	278	Fidelity,Frederick,Fredericksburgh,Frederickstown,Fredericktown,Fredrick		OH	109	51492	
4512276	Frederick	frederick	US	19435	0	America/New_York	38.81119	-82.77767	172	Edmunds,Frederick		OH	145	06992	
4512302	Freeland	freeland	US	18224	0	America/New_York	39.88118	-81.77541	239	Freeland,Freelands		OH	119	66600	
4512340	Friendship	friendship	US	04547	351	America/New_York	38.69785	-83.09379	168			OH	145	55902	
4512365	Frost	frost	US	56033	0	America/New_York	39.27674	-81.82958	183	Frost,Frosts		OH	009	68238	
4512370	Fruitdale	fruitdale	US	36539	0	America/New_York	39.30173	-83.33964	257			OH	141	59542	
4512381	Fulda	fulda	US	47536	0	America/New_York	39.72452	-81.41568	353	Enoch,Folda,Fulda,Fuldah		OH	121	25438	
4512394	Fulton	fulton	US	13069	0	America/New_York	39.12173	-84.4755	156			OH	061	15000	
4512402	Fultonham	fultonham	US	12071	179	America/New_York	39.85562	-82.14153	299	Fultonham,Union Town,Uniontown		OH	119	55608	
4512417	Gage	gage	US	73843	0	America/New_York	38.79619	-82.39765	202			OH	053	61854	
4512449	Gallipolis	gallipolis	US	45631	3469	America/New_York	38.8098	-82.20237	175	French City,Galipolis,Galliopolis,Gallipolis,ghalybwlys,Галиполис,غاليبوليس	053	OH	053	29218	
4512456	Galloway	galloway	US	26349	0	America/New_York	39.91312	-83.16241	273	Calloways,Galloway,Galloway Station		OH	049	64570	
4512474	Garden	garden	US	49835	0	America/New_York	39.20785	-81.97625	219			OH	009	44590	
4512477	Garden City	garden-city	US	11530	0	America/New_York	38.70786	-82.85378	165			OH	145	64206	
4512490	Garfield	garfield	US	07026	0	America/New_York	39.12368	-82.61989	210			OH	079	16336	
4512500	Garland	garland	US	04939	0	America/New_York	39.93478	-84.36939	313			OH	109	78456	
4512547	Gem	gem	US	67734	0	America/New_York	39.66396	-81.42623	249			OH	121	25438	
4512557	Geneva	geneva	US	14456	6447	America/New_York	39.66201	-82.43349	305	Flagdale,Geneva,Genova		OH	045	69120	
4512584	Georgetown	georgetown	US	01833	4447	America/New_York	38.86451	-83.90409	280	Dzordztaun,George Town,Georgetown,jwrjtawn,Џорџтаун,جارج ٹاؤن، اوہائیو,جورجتاون	015	OH	015	63212	
4512585	Georgetown	georgetown	US	01833	0	America/New_York	39.43812	-83.50909	308			OH	047	31724	
4512586	Georgetown	georgetown	US	01833	0	America/New_York	39.9684	-81.88374	228			OH	119	61994	
4512587	Georgetown	georgetown	US	01833	0	America/New_York	39.90144	-84.54106	315			OH	135	33992	
4512620	Germantown	germantown	US	12526	5503	America/New_York	39.62617	-84.36939	220	German Town,Germantown,Twin City		OH	113	29904	
4512621	Germantown	germantown	US	12526	0	America/New_York	39.58396	-81.31762	226	Germantown,Saltpeter,Saltpetre		OH	167	43386	
4512642	Gettysburg	gettysburg	US	17325	0	America/New_York	39.84061	-84.72051	358	Gettysburg,Gettysburgh,Harrisburg,Harrisburgh		OH	135	38780	
4512660	Gibson	gibson	US	18820	0	America/New_York	39.97646	-81.41317	256	Gibson,Gibson Station,Gibsons,Gibsons Station		OH	059	66698	
4512683	Gillette	gillette	US	07933	0	America/New_York	38.46064	-82.32543	173			OH	087	68280	
4512715	Glade	glade	US	67639	0	America/New_York	39.01341	-82.78267	210	Glade,Whitmans,Whitmans Station		OH	079	70856	
4512727	Gladstone	gladstone	US	07934	0	America/New_York	39.74367	-83.68492	340			OH	057	68630	
4512759	Glen Jean	glen-jean	US	25846	0	America/New_York	39.11285	-82.9774	173			OH	131	61434	
4512773	Glendale	glendale	US	01229	2153	America/New_York	39.27061	-84.45939	192	Fosdick,Glendale,Glendejl,Глендейл		OH	061	30380	
4512774	Glendale	glendale	US	01229	0	America/New_York	38.56675	-82.76017	171			OH	087	33054	
4512792	Glenford	glenford	US	12433	177	America/New_York	39.88812	-82.31709	258			OH	127	36386	
4512804	Glenwood	glenwood	US	07418	0	America/New_York	39.86729	-81.57401	265	Glenwood,Glenwood Mills,Glenwood Station		OH	121	10142	
4512821	Glouster	glouster	US	45732	1797	America/New_York	39.50313	-82.08459	207	Glouster,Sedalia		OH	009	77420	
4512860	Goldsboro	goldsboro	US	21636	0	America/New_York	39.11702	-82.56794	238	Goldsboro,Goldsborough,Goldsrow		OH	079	16336	
4512868	Good Hope	good-hope	US	30641	234	America/New_York	39.44729	-83.36492	281	Good Hope,Goodhope,McElwains Tanyard		OH	047	82166	
4512869	Good Hope	good-hope	US	30641	0	America/New_York	38.60425	-82.31376	195			OH	053	32760	
4512908	Goodwin	goodwin	US	57238	0	America/New_York	39.6798	-80.91149	399			OH	111	57988	
4512928	Gordon	gordon	US	17936	208	America/New_York	39.93061	-84.50856	318	Gordon,Gordontown		OH	037	77980	
4512940	Goshen	goshen	US	01032	11644	America/New_York	39.23339	-84.16132	255	Goshen,Гошен		OH	025	31010	
4513030	Graham	graham	US	27253	0	America/New_York	39.65674	-81.20206	322			OH	111	81480	
4513038	Grahamsville	grahamsville	US	12740	0	America/New_York	38.95868	-82.70933	234	Grahamsville,Hayes		OH	079	70856	
4513044	Grand View	grand-view	US	54839	0	America/New_York	39.41533	-84.56884	196			OH	017	33012	
4513045	Grand View	grand-view	US	54839	0	America/New_York	39.43035	-81.45345	240			OH	167	47628	
4513047	Grandview	grandview	US	37337	1466	America/New_York	39.19422	-84.72439	197			OH	061	49364	
4513048	Grandview	grandview	US	37337	0	America/New_York	39.50813	-81.08206	192	Grand View,Grandview		OH	167	31276	
4513114	Gratiot	gratiot	US	43740	224	America/New_York	39.95118	-82.21598	301			OH	089	36316	
4513117	Gratis	gratis	US	45330	859	America/New_York	39.64783	-84.52717	268	Gratis,Winchester		OH	135	31486	
4513138	Graysville	graysville	US	15337	76	America/New_York	39.66563	-81.17372	336	Graysville,Greysville		OH	111	81480	
4513145	Grayson	grayson	US	30017	0	America/New_York	39.99506	-84.14439	247			OH	109	24836	
4513149	Great Bend	great-bend	US	13643	0	America/New_York	38.95314	-81.81541	181	Great Bend,Greatbend		OH	105	42336	
4513191	Greeleyville	greeleyville	US	29056	0	America/New_York	39.63979	-82.21126	254			OH	127	70226	
4513228	Green Valley	green-valley	US	54127	0	America/New_York	38.55119	-82.70516	164			OH	087	78974	
4513248	Greenbrier	greenbrier	US	37073	0	America/New_York	39.63896	-81.11733	328	Green Briar,Green Brier,Greenbrier		OH	111	61952	
4513266	Greenbush	greenbush	US	02040	0	America/New_York	39.07534	-83.92521	288	Greenbush,Union Plains		OH	015	31696	
4513267	Greenbush	greenbush	US	02040	0	America/New_York	39.60144	-84.49856	283	Greenbrush,Greenbush		OH	135	31486	
4513272	Greencastle	greencastle	US	17225	0	America/New_York	39.77395	-82.76073	318	Courtright,Courtwright,Courtwrights,Green Camp,Green Castle,Greencastle		OH	045	06950	
4513275	Greendale	greendale	US	53129	0	America/New_York	39.54201	-82.27543	212	Crafts,Crafts Furnace,Glendale,Greendale,Kachelmacher		OH	073	80780	
4513294	Greenfield	greenfield	US	01301	4572	America/New_York	39.35201	-83.38269	278	Greenfield,Grinfild,Massietown,McArthurs Town,Гринфилд		OH	071	46452	
4513318	Greenland	greenland	US	03840	0	America/New_York	39.44506	-83.12046	254	Greenland,Wrightsville		OH	141	21224	
4513368	Greenwood	greenwood	US	04255	0	America/New_York	39.92479	-81.46179	257			OH	059	66698	
4513377	Griffin	griffin	US	30223	0	America/New_York	39.92312	-81.92625	273	Carwick,Griffin,Griffin Station		OH	119	82236	
4513380	Griffith	griffith	US	46319	0	America/New_York	39.72091	-81.10483	349			OH	111	12966	
4513394	Groesbeck	groesbeck	US	76642	6788	America/New_York	39.22311	-84.58689	264	Goesbeck,Groesbeck,Grosbeck,West Union		OH	061	16616	
4513409	Grove City	grove-city	US	16127	39388	America/New_York	39.88145	-83.09296	259	Grouv Siti,Grove,Grove City,ghrwf syty,grww syty  awhayw,Гроув Сити,غروف سيتي,گروو سیتی، اوهایو		OH	049	37772	
4513425	Groveport	groveport	US	43125	5737	America/New_York	39.8784	-82.88379	226	Groveport,Grovport,Rarey's Port,Wert's Grove,ghrwfbwrt,Гровпорт,غروفبورت		OH	049	46410	
4513466	Guthrie	guthrie	US	42234	0	America/New_York	38.44397	-82.33821	169			OH	087	68280	
4513481	Guysville	guysville	US	45735	0	America/New_York	39.29007	-81.92347	196	Guysville,Savannah		OH	009	68238	
4513558	Hallsville	hallsville	US	45633	0	America/New_York	39.44395	-82.82712	256	Economy,Hallsville		OH	141	16630	
4513560	Hamburg	hamburg	US	07419	0	America/New_York	39.65451	-82.66072	319	Hamburg,Hamburgh		OH	045	35812	
4513561	Hamburg	hamburg	US	07419	0	America/New_York	39.88727	-84.67634	345	El Dorado,Hamburg,Hamburgh		OH	135	51548	
4513566	Hamden	hamden	US	06514	863	America/New_York	39.15979	-82.52683	220	Charleston,Hamden,Hamden Junction,Hamden Reed Mills P O,Reeds Mills		OH	163	16210	
4513572	Hamersville	hamersville	US	45130	533	America/New_York	38.91785	-83.98326	295	Hamersville,Hammersville		OH	015	15224	
4513575	Hamilton	hamilton	US	01936	62407	America/New_York	39.3995	-84.56134	181	Fort Hamilton,Gamil'ton,HAO,Hamilton,Hamilton!,Khamilton,Khamiltun,Khehmilton,Rossville,haemilteon,hamiruton,hamltn,han mi er dun,hmyltwn  awhayw,Гамильтон,Гамільтон,Хамилтон,Хамилтън,Хэмилтон,هاملتن,همیلتون، اوهایو,ہیملٹن، اوہائیو,ハミルトン,漢密爾頓,해밀턴	017	OH	017	33012	
4513576	Hamilton	hamilton	US	01936	0	America/New_York	39.76507	-81.24122	305			OH	111	75497	
4513628	Hamlet	hamlet	US	28345	0	America/New_York	39.01895	-84.19966	268	Brown's Farm,Hamlet		OH	025	04157	
4513641	Hampstead	hampstead	US	03841	0	America/New_York	39.68089	-84.13494	298	Hampstead,Hempstead,Khehmpsted,Хэмпстед		OH	113	40040	
4513652	Hanford	hanford	US	93230	0	America/New_York	39.95145	-82.94796	235			OH	049	18000	
4513668	Hannibal	hannibal	US	13074	411	America/New_York	39.6673	-80.87204	200	Bares,Bares Landing,Baresville,Bearsville,Hannibal		OH	111	57988	
4513749	Harmony	harmony	US	02829	0	America/New_York	39.92284	-83.69715	325			OH	023	33586	
4513770	Harper	harper	US	25851	0	America/New_York	39.36479	-83.26158	282	Harper,Harpers,Harpers Station		OH	141	10016	
4513790	Harris	harris	US	12742	0	America/New_York	39.21562	-83.14102	305	Harris,Harris Station		OH	141	78008	
4513798	Harrisburg	harrisburg	US	17101	334	America/New_York	39.80951	-83.17102	242	Big Darby,Darby,Darby Cross Roads,Garrisberg,Harrisburg,Harrisburgh,Гаррисберг		OH	049	63254	
4513799	Harrisburg	harrisburg	US	17101	0	America/New_York	38.89952	-82.34515	200	Harris,Harrisburg		OH	053	65228	
4513805	Harrison	harrison	US	04040	9897	America/New_York	39.262	-84.81995	159	Kharrison,Харрисон		OH	061		
4513843	Harrisonville	harrisonville	US	08039	0	America/New_York	39.12646	-82.13376	202			OH	105	70996	
4513872	Hartshorn	hartshorn	US	65479	0	America/New_York	39.70674	-81.219	347	Hartshorn,Hartshorn Ridge		OH	111	82208	
4513877	Hartwell	hartwell	US	30643	0	America/New_York	39.21339	-84.46855	167	Hartwell,Maplewood		OH	061	15000	
4513891	Harveysburg	harveysburg	US	45032	551	America/New_York	39.50367	-84.01049	283	Harveysburg,Harveysburgh,Herveysburg		OH	165	48216	
4513892	Harwood	harwood	US	20776	0	America/New_York	39.13118	-83.84604	301	Harwood,Pulse		OH	071	69862	
4513901	Hatch	hatch	US	84735	0	America/New_York	39.00896	-83.17629	342			OH	131	75637	
4513914	Hatfield	hatfield	US	01038	0	America/New_York	39.57785	-82.06737	263			OH	127	51520	
4513917	Haverhill	haverhill	US	01830	0	America/New_York	38.5848	-82.83211	167	Burrsburg,Burrsburgh,French Grant,Haver Hill,Haverhill		OH	145	31836	
4513935	Hawks	hawks	US	49743	0	America/New_York	39.11146	-82.3871	195	Cornel,Cornelia,Cornell,Hawk,Hawks,Hawks Station		OH	163	85204	
4513951	Haydenville	haydenville	US	01039	381	America/New_York	39.48201	-82.32821	215			OH	073	31780	
4513957	Hayesville	hayesville	US	28904	0	America/New_York	39.53701	-82.93268	221			OH	129	62484	
4513958	Haynes	haynes	US	72341	0	America/New_York	39.43479	-82.67906	210	Haynes,Pineville		OH	073	70142	
4513969	Hayward	hayward	US	54843	0	America/New_York	39.57257	-81.67263	198			OH	167	81774	
4513991	Heath	heath	US	01346	0	America/New_York	39.95618	-80.7837	221	Heath,Mapleton		OH	013	48580	
4514004	Hebron	hebron	US	03241	2409	America/New_York	39.96173	-82.49127	271			OH	089	78400	
4514015	Hecla	hecla	US	57446	0	America/New_York	38.54925	-82.63877	184	Hecla,Hecla Furnace		OH	087	78974	
4514043	Helena	helena	US	13649	0	America/New_York	39.92729	-81.6104	260	Elkhorn,Helena		OH	059	79156	
4514045	Hemlock	hemlock	US	14466	156	America/New_York	39.58868	-82.15542	232			OH	127	70226	
4514059	Henley	henley	US	65040	0	America/New_York	38.8448	-83.15601	183			OH	145	78554	
4514108	Hewitt	hewitt	US	07421	0	America/New_York	39.98922	-84.68301	335	Hewitt,Junction		OH	037	10576	
4514125	Hickory Hills	hickory-hills	US	60457	0	America/New_York	39.29646	-82.0582	293			OH	009	11220	
4514168	Higginsport	higginsport	US	45131	244	America/New_York	38.78979	-83.96743	156	Higgansport,Higginsport,White Haven		OH	015	42910	
4514174	High Hill	high-hill	US	63350	0	America/New_York	39.83202	-81.76541	371			OH	119	48916	
4514194	Highland	highland	US	12528	253	America/New_York	39.34451	-83.59742	324	Highland,Lexington,New Lexington		OH	071	26026	
4514217	Highland Park	highland-park	US	08904	0	America/New_York	39.09062	-84.61856	258			OH	061	21504	
4514219	Highland Park	highland-park	US	08904	0	America/New_York	38.63508	-82.84767	165			OH	145	31836	
4514272	Hills	hills	US	52235	0	America/New_York	39.25534	-84.18744	222	Hill Station,Hills,Hills Station		OH	025	31010	
4514273	Hills	hills	US	52235	0	America/New_York	39.43313	-81.36206	195			OH	167	47642	
4514282	Hillsboro	hillsboro	US	21641	6557	America/New_York	39.20229	-83.61159	342	Hillsboro,Hillsborough,Hillsbury,Khillsboro,Хиллсборо	071	OH	071	43190	
4514302	Hilltop	hilltop	US	25855	0	America/New_York	39.69674	-81.15344	333			OH	111	82208	
4514337	Hitchcock	hitchcock	US	57348	0	America/New_York	38.88341	-82.57572	211			OH	079	38654	
4514346	Hoagland	hoagland	US	46745	0	America/New_York	39.20423	-83.68131	323	Hoagland,Hoagland Crossing,Hoagland's Crossing,Hoaglands,Hoaglands Crossing,Ludwick,Ludwick Station		OH	071	55048	
4514355	Hobson	hobson	US	59452	0	America/New_York	38.99175	-82.0757	173			OH	105	70114	
4514379	Hockingport	hockingport	US	45739	212	America/New_York	39.18813	-81.7518	188	Fort Gower,Hocking,Hocking City,Hocking Port,Hockingport,Hockingsport,Troy		OH	009	77546	
4514438	Hollansburg	hollansburg	US	45332	223	America/New_York	39.99699	-84.79218	354	Hollandsburgh,Hollansburg,Hollansburgh,Republican		OH	037	33810	
4514445	Hollister	hollister	US	27844	0	America/New_York	39.50563	-82.11181	218			OH	009	77420	
4514563	Hooker	hooker	US	73945	0	America/New_York	39.74756	-82.65989	258	Hooker,Hooker Station,Hookers,Hookers Station		OH	045	32060	
4514587	Hooven	hooven	US	45033	534	America/New_York	39.17811	-84.75912	154	Berea,Hooven		OH	061	84938	
4514593	Hope	hope	US	02831	0	America/New_York	39.3184	-82.3371	213	Big Sand Station,Golf,Hope,Hope Furnace,Hope Furnace Station,Hope Station		OH	163	09526	
4514608	Hopewell	hopewell	US	08525	0	America/New_York	39.95562	-82.1707	331	Coal Dale,Coaldale,Hopewell		OH	119	36372	
4514650	Hopkinsville	hopkinsville	US	42240	0	America/New_York	39.33895	-84.21966	235			OH	165	33068	
4514731	Howell	howell	US	07731	0	America/New_York	38.44591	-82.50405	171			OH	087	26782	
4514781	Hughes	hughes	US	72348	0	America/New_York	39.387	-84.408	216	Hughes,Hughes Station,Hughs		OH	017	43050	
4514792	Hull	hull	US	02045	0	America/New_York	39.25396	-81.96819	244	Hull,Hulls		OH	009	44590	
4514798	Humboldt	humboldt	US	38343	0	America/New_York	39.27729	-83.3138	243	Humboldt,Spout Spring		OH	141	59542	
4514821	Hunter	hunter	US	12442	0	America/New_York	39.94785	-81.05732	375	Hunter,Liberty,Mount Liberty		OH	013	82068	
4514822	Hunter	hunter	US	12442	2100	America/New_York	39.49284	-84.28966	270			OH	165	28490	
4514860	Huntington Park	huntington-park	US	90255	0	America/New_York	38.67118	-83.76964	163			OH	015	36834	
4514861	Huntsville	huntsville	US	35801	0	America/New_York	39.53979	-82.76989	259			OH	129	70184	
4514864	Huntsville	huntsville	US	35801	0	America/New_York	39.39145	-84.38355	254			OH	017	43050	
4514891	Hyde Park	hyde-park	US	02136	0	America/New_York	39.142	-84.43383	204	Hyde Park,Hydepark		OH	061	15000	
4514904	Ideal	ideal	US	31041	0	America/New_York	39.98007	-81.53262	245			OH	059	37786	
4514905	Idlewild	idlewild	US	38346	0	America/New_York	39.14589	-84.47772	205			OH	061	15000	
4515004	Indian Springs	indian-springs	US	89018	0	America/New_York	39.35533	-84.52828	185			OH	017	25970	
4515018	Ingomar	ingomar	US	15127	0	America/New_York	39.712	-84.49995	283			OH	135	41846	
4515220	Ireland	ireland	US	26376	0	America/New_York	39.25563	-81.77152	237	Irlanda		OH	009	77546	
4515247	Ironton	ironton	US	45638	10900	America/New_York	38.53675	-82.68294	168	Ajronton,Iron Town,Ironton,New Town,Newtown,ayrntwn,ayrwntwn  awhayw,Ајронтон,Иронтон,أيرنتون,ایرونتون، اوهایو	087	OH	087	78974	
4515259	Irvington	irvington	US	07111	0	America/New_York	39.84061	-84.26022	254	Hacker,Irvington		OH	113	15644	
4515289	Ithaca	ithaca	US	14850	134	America/New_York	39.93727	-84.55329	315	Itak,Ithaca,Ithica,Twinsboro,Twinsborough,Twinsburg,Итак		OH	037	77980	
4515318	Jackson	jackson	US	03846	6243	America/New_York	39.05202	-82.63655	211	Dzekson,Dzhehkson,Dzhekson,Jackson,Jackson Court House,Poplar Row,Salt Lick,Scioto Salt Licks,Scioto Salt Works,jakswn,jakuson,jkswn  awhayw,Џексон,Джексон,Джэксон,جاكسون,جکسون، اوهایو,جیکسن، اوہائیو,ジャクソン	079	OH	079	37842	
4515341	Jackson Heights	jackson-heights	US	11372	0	America/New_York	39.03146	-82.62794	211			OH	079	37842	
4515380	Jacksonburg	jacksonburg	US	26377	64	America/New_York	39.53839	-84.50245	293	Jacksonboro,Jacksonborough,Jacksonburg,Jacksonburgh		OH	017	82082	
4515384	Jacksontown	jacksontown	US	43030	0	America/New_York	39.95951	-82.41293	304	Jackson,Jacksontown,Jackstown,Jacktown		OH	089	43456	
4515389	Jacksonville	jacksonville	US	05342	0	America/New_York	38.90813	-83.43991	272	Dunbarton,Jackson,Jacksonville,Jacktown		OH	001	48888	
4515390	Jacksonville	jacksonville	US	05342	484	America/New_York	39.47507	-82.08181	209	Dzheksonvill,Джексонвилл		OH	009	77420	
4515391	Jacksonville	jacksonville	US	05342	0	America/New_York	39.95867	-83.86465	326			OH	023	29862	
4515400	Jacobsburg	jacobsburg	US	43933	0	America/New_York	39.96507	-80.90426	395	Jacobsburg,Jacobsburgh,Jacobstown		OH	013	72736	
4515401	Jacobsburg	jacobsburg	US	43933	0	America/New_York	39.75896	-81.24845	366			OH	111	75497	
4515427	Jamestown	jamestown	US	02835	2027	America/New_York	39.65812	-83.73492	323	James Town,Jamestown		OH	057	72473	
4515433	Jasper	jasper	US	14855	0	America/New_York	39.05007	-83.05657	169			OH	131	55622	
4515454	Jefferson	jefferson	US	01522	0	America/New_York	39.81395	-82.76073	260			OH	045	06950	
4515485	Jeffersonville	jeffersonville	US	05464	1192	America/New_York	39.65367	-83.56381	320			OH	047	38598	
4515506	Jericho	jericho	US	05465	0	America/New_York	39.39145	-84.37105	265	Jericho,Jerico		OH	017	43050	
4515507	Jericho	jericho	US	05465	0	America/New_York	39.54783	-84.6744	290	Jericho,Jerico		OH	017	50162	
4515508	Jericho	jericho	US	05465	0	America/New_York	39.61757	-81.10622	215	Jericho,Jerico		OH	111	05606	
4515517	Jerusalem	jerusalem	US	43747	0	America/New_York	39.12089	-84.5155	200			OH	061	15000	
4515518	Jerusalem	jerusalem	US	43747	161	America/New_York	39.85174	-81.09233	385			OH	111	75686	
4515608	Johnson	johnson	US	05656	0	America/New_York	39.54728	-83.33047	274	Johnson,Johnson Corners,Johnsons,Johnsons Crossing		OH	047	78316	
4515655	Jonesboro	jonesboro	US	04648	0	America/New_York	39.30201	-83.8252	311			OH	027	15238	
4515656	Jonesboro	jonesboro	US	04648	0	America/New_York	39.53006	-83.47936	306			OH	047	78316	
4515657	Jonestown	jonestown	US	17038	0	America/New_York	39.09507	-82.63239	243			OH	079	16336	
4515658	Joppa	joppa	US	21085	0	America/New_York	39.15285	-81.79847	264			OH	105	58282	
4515672	Joy	joy	US	61260	0	America/New_York	39.47035	-81.94097	209	Joy,Winfred		OH	115	36092	
4515688	Junction City	junction-city	US	31812	810	America/New_York	39.72118	-82.29876	254	Damascus,East Rush Creek,East Rushcreek,Hard Scrabble,Junction City,Trio City,Wolfs Station,Wolftown		OH	127	37968	
4515798	Keno	keno	US	97627	0	America/New_York	39.09813	-81.86319	182	Adams Mill,Keno		OH	105	14016	
4515813	Kenwood	kenwood	US	95452	6981	America/New_York	39.21061	-84.36716	244			OH	061	75973	
4515830	Kerr	kerr	US	45643	0	America/New_York	38.87286	-82.2607	186	Kerr,Kerr Station,Kerrs		OH	053	74120	
4515831	Kerr	kerr	US	45643	0	America/New_York	39.77618	-81.13483	360			OH	111	12966	
4515863	Keystone	keystone	US	46759	0	America/New_York	39.01007	-82.44849	194	Keystone,Keystone Furnace		OH	079	07090	
4515864	Keystone	keystone	US	46759	0	America/New_York	38.98813	-82.60905	219	Keystone,Keystone Station		OH	079	28322	
4515888	Kimberly	kimberly	US	25118	0	America/New_York	39.42729	-82.21515	205	Kimberley,Kimberly		OH	009	86982	
4515898	Kinderhook	kinderhook	US	12106	0	America/New_York	39.57478	-83.06824	221	Kinderhook,Yellow Bird,Yellow Bud Station		OH	129	21168	
4515925	Kingman	kingman	US	04451	0	America/New_York	39.50089	-83.93993	302	King Man,Kingman,South Kingman		OH	027	13974	
4515935	Kings Mills	kings-mills	US	45034	1319	America/New_York	39.35561	-84.24855	232	Gainsboro,King's Mills,Kings Mills		OH	165	21238	
4515941	Kingsbury	kingsbury	US	46345	0	America/New_York	39.11147	-82.0057	200			OH	105	04906	
4515947	Kingston	kingston	US	02364	1024	America/New_York	39.47395	-82.91073	241	Ingstown,Kingston,Kingstown,Кингстон		OH	141	31822	
4515962	Kinsey	kinsey	US	59338	0	America/New_York	39.85394	-84.29272	293	Kinsey,Kinseys		OH	113	15644	
4515966	Kipling	kipling	US	27543	0	America/New_York	39.99618	-81.50068	250	Kipling,Klondyke,Norris Mines,Rigby		OH	059	12938	
4515970	Kirbyville	kirbyville	US	65679	0	America/New_York	39.12645	-83.97715	283	Kirbysville,Kirbyville,Prall		OH	015	74559	
4515976	Kirkersville	kirkersville	US	43033	541	America/New_York	39.95951	-82.59572	284			OH	089	33894	
4515991	Kitts Hill	kitts-hill	US	45645	0	America/New_York	38.56147	-82.57738	292			OH	087	42154	
4516019	Knox	knox	US	12107	0	America/New_York	39.26618	-82.28571	206	Foster Mills,Knox		OH	163	40880	
4516087	La Grange	la-grange	US	28551	0	America/New_York	38.57175	-82.6785	177	La Grange,LaGrange,Lagrange		OH	087	78974	
4516094	Ladd	ladd	US	61329	0	America/New_York	38.98729	-83.18074	329			OH	131	11122	
4516099	Lafayette	lafayette	US	07848	202	America/New_York	39.93756	-83.40659	308	Fayette,La Fayette,Lafayette,Lawrenceville,Limerick		OH	097	21154	
4516114	Laings	laings	US	43752	0	America/New_York	39.71702	-81.01233	312	Laines,Laing's,Laings,New Castle,Newcastle		OH	111	31808	
4516193	Lakeland	lakeland	US	31635	0	America/New_York	38.45536	-82.32682	174			OH	087	68280	
4516194	Lakeland	lakeland	US	31635	0	America/New_York	39.88729	-81.37401	287			OH	121	71352	
4516195	Lakeside	lakeside	US	06758	0	America/New_York	39.92201	-82.51766	270	Lake Side,Lakeside,Lakeside Park		OH	045	80570	
4516202	Lakeview	lakeview	US	28350	0	America/New_York	39.92202	-81.43317	259			OH	121	82250	
4516233	Lancaster	lancaster	US	01523	39766	America/New_York	39.71368	-82.59933	268	Lancaster,Lankastehr,Lankaster,New Lancaster,lankstr,lankstr  awhayw,Ланкастер,Ланкастэр,لانكستر,لانکستر، اوهایو,لانکیسٹر، اوہائیو	045	OH	045		
4516267	Langsville	langsville	US	45741	0	America/New_York	39.04702	-82.18154	177	Glencoe,Langsville,Longville		OH	105	69372	
4516286	Latham	latham	US	12110	0	America/New_York	39.09896	-83.24658	192			OH	131	50078	
4516293	Lathrop	lathrop	US	64465	0	America/New_York	39.42285	-81.91542	194	Lathrop,Latrobe		OH	009	05942	
4516300	Laura	laura	US	45337	469	America/New_York	39.99477	-84.408	302			OH	109	78456	
4516305	Laurel	laurel	US	11948	0	America/New_York	38.91534	-84.1916	269	Laurel,Van Burenburgh,Van Burenville		OH	025	51338	
4516336	Laurelville	laurelville	US	43135	517	America/New_York	39.4734	-82.73934	224	Laurel,Laurelville		OH	073	61868	
4516345	Lawrence	lawrence	US	01840	0	America/New_York	38.64508	-82.6735	183	Culbertson,Cutherson,Lawrence,Lawrence Station		OH	087	24822	
4516366	Lawrenceville	lawrenceville	US	12949	284	America/New_York	39.98673	-83.87854	339	Bull Skin,Laurenceville,Lawrenceville,Noblesville		OH	023	29862	
4516411	Lebanon	lebanon	US	03756	0	America/New_York	39.60785	-81.27317	326	Lebanon,Masterson,Masterton		OH	111	06124	
4516412	Lebanon	lebanon	US	03756	20623	America/New_York	39.43534	-84.20299	234	Lebanon,lbanwn  awhayw,lbnan,lebeoneon,Лебанон,لبانون، اوهایو,لبنان,레버넌	165	OH	165	42364	
4516446	Leesburg	leesburg	US	08327	1294	America/New_York	39.34506	-83.55297	309	Leesburg,Leesburgh,Lexington,Lexington Station		OH	071	26026	
4516476	Leo	leo	US	46765	0	America/New_York	39.14813	-82.66906	216	Leo,Steam Mills,Swiftsville		OH	079	37856	
4516523	Lewisburg	lewisburg	US	17837	1770	America/New_York	39.84616	-84.53967	304	Lewisburg,Lewisburgh		OH	135	33992	
4516527	Lewisville	lewisville	US	19351	176	America/New_York	39.76535	-81.21844	366			OH	111	75497	
4516534	Liberty	liberty	US	04949	0	America/New_York	39.72006	-84.32494	254			OH	113	38738	
4516654	Lima	lima	US	14485	0	America/New_York	39.06424	-82.11987	182			OH	105	69372	
4516660	Limerick	limerick	US	04048	0	America/New_York	39.12563	-82.75017	192	Limerick,Limerock		OH	079	37856	
4516690	Lincoln Park	lincoln-park	US	07035	0	America/New_York	38.42647	-82.52821	235			OH	087	26782	
4516703	Lincolnville	lincolnville	US	04849	0	America/New_York	39.09868	-83.40186	261			OH	071	09736	
4516705	Lindale	lindale	US	30147	0	America/New_York	38.99006	-84.20994	271	Lindale,Lyndon		OH	025	57960	
4516727	Linn	linn	US	26384	0	America/New_York	39.10118	-82.81406	227			OH	131	37996	
4516738	Linwood	linwood	US	01525	0	America/New_York	39.12673	-84.40966	150			OH	061	15000	
4516749	Lisbon	lisbon	US	03585	2845	America/New_York	39.86089	-83.6352	347			OH	023	33586	
4516751	Lisman	lisman	US	36912	0	America/New_York	38.63619	-82.68044	183			OH	087	24822	
4516752	Lithopolis	lithopolis	US	43136	1351	America/New_York	39.80284	-82.80628	288	Centerville,Centreville,Lithopolis,Lower Centreville,Lythopolis		OH	045	06950	
4516809	Little Hocking	little-hocking	US	45742	263	America/New_York	39.26063	-81.69985	194	Little Hockhocking,Little Hocking		OH	167	05438	
4516880	Little York	little-york	US	08834	0	America/New_York	39.85867	-84.258	253	Little York,Littleyork,York		OH	113	10618	
4516925	Lockbourne	lockbourne	US	43137	247	America/New_York	39.80923	-82.9724	217	Eight Locks,Lockbourn,Lockbourne		OH	049	33026	
4516952	Locust Grove	locust-grove	US	22508	0	America/New_York	38.9884	-83.37797	239	Locust Grove,Locustgrove		OH	001	28196	
4516982	Lodi	lodi	US	07644	0	America/New_York	39.61119	-80.9401	198			OH	111	42448	
4516989	Logan	logan	US	25601	7117	America/New_York	39.54007	-82.4071	226	Logan,lwgan  awhayw,lwghan,Логан,لوغان,لوگان، اوهایو	073	OH	073	26488	
4517009	London	london	US	25126	10060	America/New_York	39.88645	-83.44825	321	Landon,Limerick,London,New London,lndn,lndn  awhayw,Ландон,لندن,لندن، اوهایو	097	OH	097	44674	
4517025	Londonderry	londonderry	US	03053	0	America/New_York	39.26673	-82.79045	210	Derry,Gillespie,Gillespiesville,Gillespieville,London,Londonderry		OH	141	43302	
4517030	Long Bottom	long-bottom	US	45743	0	America/New_York	39.08619	-81.80374	183	Long Bottom,Longbottom		OH	105	58282	
4517035	Locust Fork	locust-fork	US	35097	0	America/New_York	39.43702	-81.51679	290			OH	167	80934	
4517107	Lore City	lore-city	US	43755	319	America/New_York	39.98479	-81.45845	250	Campbells,Lore City		OH	059	85708	
4517131	Louisville	louisville	US	30434	0	America/New_York	38.99285	-83.46436	278	Gustine,Louisville		OH	001	08350	
4517140	Loveland	loveland	US	45140	12585	America/New_York	39.26895	-84.26383	181	Lavland,Lavlehnd,Lavlend,Loveland,Lovelands,Lovlend,Paxton,lawlnd  awhayw,leobeulaendeu,luo fu lan de,lwfland,raburando,Лавланд,Лавленд,Лавлэнд,Ловленд,لاولند، اوهایو,لوفلاند,لولینڈ، اوہائیو,ラブランド,洛弗兰德,러브랜드		OH	061	45108	
4517149	Lovell	lovell	US	04051	0	America/New_York	39.60285	-81.81486	200	Lovell,Lovells		OH	115	46984	
4517157	Lowell	lowell	US	01850	548	America/New_York	39.5298	-81.50623	188	Carrol,Louel,Lowell,Лоуел		OH	167	00338	
4517178	Lower Salem	lower-salem	US	45745	86	America/New_York	39.56118	-81.39651	198	Lower Salem,Salem		OH	167	70002	
4517204	Lucasville	lucasville	US	45648	2757	America/New_York	38.87952	-82.99684	167	George,Lucasville		OH	145	79170	
4517213	Ludington	ludington	US	49431	0	America/New_York	39.59368	-82.16042	232			OH	127	70226	
4517214	Ludlow	ludlow	US	01056	0	America/New_York	39.58813	-81.65124	194			OH	167	81774	
4517220	Ludlow Falls	ludlow-falls	US	45339	211	America/New_York	39.99811	-84.33884	275	Ludlow,Ludlow Falls,Ludlows Station		OH	109	78456	
4517233	Lumberton	lumberton	US	08048	0	America/New_York	39.55701	-83.84882	308			OH	027	43064	
4517239	Luray	luray	US	22835	0	America/New_York	39.57701	-83.51464	311			OH	047	38598	
4517240	Luray	luray	US	22835	0	America/New_York	39.95784	-82.53155	281			OH	089	78400	
4517256	Luttrell	luttrell	US	37779	0	America/New_York	39.58478	-83.64964	321			OH	047	38388	
4517264	Lynchburg	lynchburg	US	24501	1487	America/New_York	39.24173	-83.79131	307			OH	071	22204	
4517269	Lyndon	lyndon	US	05849	0	America/New_York	39.35256	-83.31214	274	Lyndon,Lyndon Station,Zoar,Zora		OH	141	10016	
4517273	Lynx	lynx	US	45650	0	America/New_York	38.77313	-83.41297	249			OH	001	09722	
4517285	Lytle	lytle	US	78052	0	America/New_York	39.56089	-84.13494	314	Lytle,Raysville		OH	165	82306	
4517307	Macedonia	macedonia	US	44056	0	America/New_York	39.34867	-84.79579	267			OH	017	52080	
4517323	Mack	mack	US	81525	11585	America/New_York	39.15811	-84.64967	276			OH	061	31752	
4517336	Macon	macon	US	27551	0	America/New_York	38.96507	-83.72826	329			OH	015	23072	
4517338	Mad River	mad-river	US	95552	0	America/New_York	39.89589	-83.92493	265	Mad River,Madriver		OH	023	46788	
4517340	Macksburg	macksburg	US	45746	186	America/New_York	39.6323	-81.45651	214	Mack's Store,Macksburg,Macksburg Village,Macksburgh,Macksville,Maxburg,Portland,Regnier's Mills,Regniers Mills		OH	167	03072	
4517379	Madison Lake	madison-lake	US	56063	0	America/New_York	39.87089	-83.37964	306			OH	097	78428	
4517415	Madisonville	madisonville	US	37354	0	America/New_York	39.15756	-84.39105	184	Madison,Madisonville		OH	061	15000	
4517441	Maineville	maineville	US	45039	979	America/New_York	39.31506	-84.22077	247	Mainesville,Maineville,Mainville,Yankeetown		OH	165	33068	
4517446	Malaga	malaga	US	08328	0	America/New_York	39.85479	-81.14927	402	Malaga,Malage		OH	111	46928	
4517461	Malta	malta	US	43758	657	America/New_York	39.64924	-81.86208	206			OH	115	46984	
4517471	Manchester	manchester	US	01944	1976	America/New_York	38.68813	-83.60936	154	Manchester,Masseys Station,Манчестер		OH	001	47026	
4517502	Maple	maple	US	27956	0	America/New_York	38.9034	-84.03549	287	Brownsvill,Brownsville,Maple,Poetown		OH	015	15224	
4517512	Maple Grove	maple-grove	US	55311	0	America/New_York	39.37312	-83.10435	282			OH	141	78540	
4517555	Marathon	marathon	US	13803	0	America/New_York	39.14479	-84.00632	279	Cynthiana,Gordonsville,Marathon		OH	025	37716	
4517573	Marcy	marcy	US	13403	0	America/New_York	39.75173	-82.82851	288			OH	129	46564	
4517586	Marietta	marietta	US	13110	13900	America/New_York	39.41535	-81.45484	187	Adelphi,Adelphia,Campus Martius,Marietta,Marijeta,Muskingham,ma li ai ta,maelieta,maryta  awhayw,maryyta,Мариетта,Маријета,مارييتا,ماریتا، اوهایو,玛丽埃塔,매리에타	167	OH	167	47628	
4517643	Marshall	marshall	US	20115	0	America/New_York	39.15201	-83.48492	317	Marshal,Marshall,Slabtown,West Liberty		OH	071	48034	
4517696	Marysville	marysville	US	17053	0	America/New_York	39.94729	-81.60346	280			OH	059	37786	
4517698	Mason	mason	US	25260	32662	America/New_York	39.36006	-84.30994	247	Kirkwood,Mason,Mehjson,Mehson,Mejson,Palmyra,maswn  awhayw,maysn,Мейсон,Мејсон,Мэйсон,Мэсон,ماسون، اوهایو,مايسن,میسن، اوہائیو		OH	165	48188	
4517707	Martinsville	martinsville	US	08836	464	America/New_York	39.32395	-83.81493	331			OH	027	15238	
4517740	Maud	maud	US	74854	0	America/New_York	39.35534	-84.39022	251	Maud,Maud Station,Mauds,Maudville,Shoemaker		OH	017	83150	
4517759	Mayfield	mayfield	US	12117	3294	America/New_York	39.49478	-84.37272	207			OH	017	49840	
4517769	Maysville	maysville	US	26833	0	America/New_York	39.54979	-82.32098	286			OH	073	31780	
4517770	Maysville	maysville	US	26833	0	America/New_York	39.89618	-82.03403	250			OH	119	74125	
4517774	McArthur	mcarthur	US	96056	1664	America/New_York	39.24646	-82.47849	233	Makartur,McArthur,McArthurstown,mk arthr,Макартур,مك أرثر	163	OH	163	24892	
4517816	McConnelsville	mcconnelsville	US	43756	1789	America/New_York	39.64868	-81.85319	211	Makonelsvil,McConnellsville,McConnelsville,Mcconnelsville,Old Town,mk kwnylsfyl,Маконелсвил,مك كونيلسفيل	115	OH	115	52122	
4517952	McLean	mclean	US	68747	0	America/New_York	39.49117	-83.33686	275	Cisco,McLean		OH	047	82166	
4517988	Meade	meade	US	67864	0	America/New_York	39.50478	-82.87684	245	Meade,Mutton Jerk,Salem		OH	129	62484	
4518004	Meadowbrook	meadowbrook	US	26404	0	America/New_York	39.99784	-82.03514	268			OH	119	88084	
4518014	Mechanicsburg	mechanicsburg	US	17050	0	America/New_York	39.64619	-81.08427	216	Aitch,Mechanicsburg		OH	111	61952	
4518023	Medway	medway	US	02053	0	America/New_York	39.882	-84.00966	258	Medway,Midway		OH	023	06054	
4518034	Meigs	meigs	US	31765	0	America/New_York	39.16591	-81.89736	192			OH	105	58646	
4518035	Meigs	meigs	US	31765	0	America/New_York	39.69035	-81.77513	228	Meigs,Meigs Creek,Meigsville		OH	115	08910	
4518058	Melvin	melvin	US	36913	0	America/New_York	39.4734	-83.7177	323			OH	027	66642	
4518083	Memphis	memphis	US	13112	0	America/New_York	39.40978	-83.60937	336			OH	027	82124	
4518108	Merritt	merritt	US	28556	0	America/New_York	39.02841	-81.85097	269			OH	105	42336	
4518141	Merrittstown	merrittstown	US	15463	0	America/New_York	39.49423	-84.19994	291			OH	165	15700	
4518188	Miamisburg	miamisburg	US	45342	20034	America/New_York	39.64284	-84.28661	213	Holes Station,Majamisberg,Majamisburg,Miamis Berg,Miamisburg,myamysbwrg  awhayw,myamysbyrgh,Майамисбург,Мајамисберг,مياميسبيرغ,میامیسبورگ، اوهایو		OH	113	49392	
4518202	Miamitown	miamitown	US	45041	1259	America/New_York	39.21589	-84.70411	158	Miami,Miami Town,Miamitown		OH	061	84938	
4518214	Miamiville	miamiville	US	45147	242	America/New_York	39.21256	-84.29938	177	Miamisville,Miamiville		OH	025	49322	
4518255	Middleboro	middleboro	US	02344	0	America/New_York	39.35062	-84.0416	274			OH	165	33474	
4518256	Middleburg	middleburg	US	17842	0	America/New_York	39.67452	-81.38956	219	Middle Creek,Middleburg,Middlebury,Middlecreek		OH	121	38766	
4518257	Middleport	middleport	US	14105	2474	America/New_York	39.00175	-82.04875	173	Coal Port,Coalport,Middleport,Midlport,Salisbury,Sheffield,mydlbwrt,Мидлпорт,ميدلبورت		OH	105	70114	
4518264	Middletown	middletown	US	02842	48760	America/New_York	39.51506	-84.39828	200	MWO,Middle Town,Middletown,Middltaun,Midltaun,mideultaun,mydltawn,mydltawwn  awhayw,Миддлтаун,Мидлтаун,Мідлтаун,ميدلتاون,مڈل ٹاؤن، اوہائیو,میدلتاوون، اوهایو,미들타운		OH	017	49840	
4518284	Midland	midland	US	15059	316	America/New_York	39.30617	-83.91104	300	Clinton Valley,Midland,Midland City		OH	027	38542	
4518288	Midway	midway	US	15060	0	America/New_York	39.95561	-84.46467	313			OH	037	51366	
4518289	Midway	midway	US	15060	327	America/New_York	39.73339	-83.4777	324	Cross Roads,Midway,Sedalia		OH	097	65480	
4518290	Midway	midway	US	15060	0	America/New_York	39.12313	-82.0082	237	Fivepoints,Midway		OH	105	04906	
4518307	Milford	milford	US	01757	6876	America/New_York	39.17534	-84.29438	167	Hagamans Mills,Hagemans Mills,Milford,Millford,mylfwrd  awhayw,Милфорд,ميلفورد، أوهايو,میلفورد، اوهایو		OH	025	50176	
4518344	Mill Run	mill-run	US	15464	0	America/New_York	39.95062	-81.99653	229	Mile Run,Mill Run,Mill Run Shops		OH	119	88084	
4518355	Miller	miller	US	57362	0	America/New_York	38.53675	-82.30182	172	Miller,Millers,Millersport,Millersport Village		OH	087	68280	
4518365	Milledgeville	milledgeville	US	31059	113	America/New_York	39.59284	-83.58742	320	Milleageville,Milledgeville		OH	047	38388	
4518397	Millersport	millersport	US	43046	1049	America/New_York	39.90006	-82.53405	274			OH	045	80570	
4518406	Millfield	millfield	US	45761	341	America/New_York	39.43285	-82.09681	200	Denmans Salt Works,Millfield		OH	009	22414	
4518412	Milligan	milligan	US	32537	0	America/New_York	39.72785	-82.10181	232			OH	127	04584	
4518418	Millport	millport	US	14864	0	America/New_York	39.71562	-82.97296	212			OH	129	33978	
4518419	Mills	mills	US	16937	0	America/New_York	38.84925	-82.23543	176	Mill Station,Mills,Mills Station		OH	053	74120	
4518438	Milo	milo	US	04463	0	America/New_York	39.9834	-82.98324	247			OH	049	18000	
4518456	Mineral	mineral	US	23117	0	America/New_York	39.32396	-82.26459	216	Mineral,Mineral City,Waterloo		OH	009	81777	
4518458	Mineral Springs	mineral-springs	US	16855	0	America/New_York	38.88702	-83.32935	231	Mineral Spring,Mineral Springs,Mineralsprings		OH	001	48888	
4518464	Millville	millville	US	01529	724	America/New_York	39.38922	-84.65439	189	Melville,Millville,Milville		OH	017	68616	
4518469	Minford	minford	US	45653	693	America/New_York	38.85896	-82.86212	200	Harrisonville,Minford,Scioto		OH	145	34020	
4518479	Minersville	minersville	US	17954	0	America/New_York	39.02258	-81.99347	175			OH	105	75847	
4518520	Modoc	modoc	US	29838	0	America/New_York	39.4684	-82.12987	217			OH	009	77420	
4518550	Monroe	monroe	US	03771	13393	America/New_York	39.44034	-84.36216	254	Monro,Monroe,Monroe (Ohio),Monroe Station,Monroj,mwnrw,mwnrw  awhayw,Монро,Монрой,مونرو,مونرو، اوهایو		OH	017	42672	
4518551	Monroe	monroe	US	03771	0	America/New_York	39.67728	-83.86493	317			OH	057	86786	
4518552	Monroe	monroe	US	03771	0	America/New_York	38.85647	-82.62905	210	Monroe,Monroe Station,Roman		OH	079	38654	
4518591	Monterey	monterey	US	01245	0	America/New_York	39.13367	-84.08132	275			OH	025	37716	
4518592	Monterey	monterey	US	01245	0	America/New_York	39.11173	-84.61106	257			OH	061	21504	
4518597	Montgomery	montgomery	US	05470	10506	America/New_York	39.22811	-84.35411	244	Montgomeri,Montgomery,Montgomery Station,meng ge ma li,mwntghwmry,mwntgwmry  awhayw,Монтгомери,مونتغومري,مونتگومری، اوهایو,مونٹگمری، اوہائیو,蒙哥马利		OH	061	51716	
4518656	Mooresville	mooresville	US	28115	0	America/New_York	39.32784	-82.85129	208	Crisp,Mooresville,Moorsville		OH	141	34006	
4518697	Morgantown	morgantown	US	19543	0	America/New_York	39.12951	-83.19824	190	Morgans Fork,Morgansville,Morgantown		OH	131	05648	
4518700	Morganville	morganville	US	07751	0	America/New_York	39.63229	-81.95458	269	Morgan,Morgansville,Morganville,Wolf Creek		OH	115	78484	
4518708	Morning Sun	morning-sun	US	52640	0	America/New_York	39.59644	-84.73718	304	Morning Sun,Rising Sun		OH	135	37590	
4518734	Morristown	morristown	US	07960	300	America/New_York	39.41452	-82.12042	206	Morristown,Sunday		OH	009	22414	
4518735	Morrisville	morrisville	US	05661	0	America/New_York	39.35534	-83.8027	324			OH	027	81144	
4518737	Morrow	morrow	US	30260	1272	America/New_York	39.3545	-84.12716	195	Morrow,Morrows		OH	165	69988	
4518746	Morton	morton	US	14508	0	America/New_York	39.67341	-80.94982	400			OH	111	57988	
4518753	Moscow	moscow	US	05662	186	America/New_York	38.85701	-84.2291	152	Gorod Moskva,Город Москва		OH	025	81130	
4518756	Moscow Mills	moscow-mills	US	63362	0	America/New_York	39.60285	-81.62568	207	Farley,Moscow Mills		OH	115	12980	
4518772	Mott	mott	US	58646	0	America/New_York	38.44564	-82.36071	176			OH	087	68280	
4518790	Moundsville	moundsville	US	26041	0	America/New_York	39.66674	-81.48234	225			OH	121	58310	
4518795	Mount Airy	mount-airy	US	21771	0	America/New_York	39.19145	-84.57022	286	Browns Grove,Mount Airy,Mount Ary,Mountairy		OH	061	15000	
4518808	Mount Auburn	mount-auburn	US	52313	0	America/New_York	39.11812	-84.50355	220	Keys Hill,Mount Auburn		OH	061	15000	
4518834	Mount Carmel	mount-carmel	US	17851	4741	America/New_York	39.10589	-84.3041	270	Cherry Grove,Glenrose,Karmel',Mount Carmel,Union Town,Кармель		OH	025	78288	
4518878	Mount Ephraim	mount-ephraim	US	08059	0	America/New_York	39.84729	-81.4179	348			OH	121	71352	
4518906	Mount Holly	mount-holly	US	05758	0	America/New_York	39.01284	-84.18132	268	Fair Oak,Mount Holly		OH	025	51338	
4518907	Mount Holly	mount-holly	US	05758	0	America/New_York	39.57173	-84.03243	239	Mount Helley,Mount Holley,Mount Holly,Pences Mills		OH	165	82306	
4518927	Mount Joy	mount-joy	US	17552	0	America/New_York	38.95146	-83.17352	326			OH	145	65522	
4518941	Mount Lookout	mount-lookout	US	26678	0	America/New_York	39.12895	-84.43022	178			OH	061	15000	
4518957	Mount Olive	mount-olive	US	25185	0	America/New_York	38.88673	-84.09188	266			OH	025	28224	
4519005	Mount Orab	mount-orab	US	45154	3660	America/New_York	39.02757	-83.91965	287	Mount Horab,Mount Orab,Mount Oreb		OH	015	31696	
4519016	Mount Perry	mount-perry	US	43760	0	America/New_York	39.87868	-82.21987	258			OH	127	46550	
4519028	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.53423	-83.84826	302			OH	027	43064	
4519029	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.39285	-82.45682	291	Mount Pleasant,New Mount Pleasant,Swan		OH	163	75854	
4519051	Mount Saint Joseph	mount-saint-joseph	US	45051	0	America/New_York	39.09645	-84.63745	250			OH	061	21504	
4519057	Mount Sinai	mount-sinai	US	11766	0	America/New_York	39.14257	-82.7985	302	Mount Sinai,Sinai		OH	131	37996	
4519065	Mount Sterling	mount-sterling	US	40353	1745	America/New_York	39.71951	-83.26519	275	Coaldale,Mount Starling,Mount Sterling,Mount Stirling		OH	097	63338	
4519066	Mount Sterling	mount-sterling	US	40353	0	America/New_York	39.95646	-82.14986	328	Hopewell,Mount Starling,Mount Sterling		OH	119	36372	
4519074	Mount Summit	mount-summit	US	47361	0	America/New_York	39.08867	-84.32994	267			OH	061	01980	
4519105	Mount Washington	mount-washington	US	03589	0	America/New_York	39.08756	-84.38633	227	Mears Farm,Mount Washington,Washington		OH	061	15000	
4519116	Mount Zion	mount-zion	US	26151	0	America/New_York	39.87479	-81.52484	316			OH	121	10142	
4519193	Mountville	mountville	US	17554	0	America/New_York	39.51813	-81.9857	306	Log Cabin,Mountsville,Mountville		OH	115	36092	
4519196	Mowrystown	mowrystown	US	45155	359	America/New_York	39.0384	-83.74854	304	Maury Town,Moureytown,Mourytown,Mowry Town,Mowrystown,Murrytown		OH	071	84826	
4519199	Moxahala	moxahala	US	43761	0	America/New_York	39.66257	-82.13626	247			OH	127	63366	
4519246	Mulberry	mulberry	US	33860	3323	America/New_York	39.19339	-84.24216	256	Mulberry,New Salisbury,New Salsberry,New Salsbury,Newberry		OH	025	49322	
4519253	Mulga	mulga	US	35118	0	America/New_York	39.11729	-82.46849	205			OH	079	50624	
4519278	Murphy	murphy	US	28906	0	America/New_York	39.41535	-81.20206	189			OH	167	55356	
4519283	Murray City	murray-city	US	43144	435	America/New_York	39.51146	-82.16348	216	Murray,Murray City		OH	073	80780	
4519288	Murdock	murdock	US	33938	0	America/New_York	39.292	-84.20605	248	Murdoch,Murdock		OH	165	33068	
4519375	Napier	napier	US	26631	0	America/New_York	39.37369	-81.7168	248			OH	167	26096	
4519384	Nashville	nashville	US	27856	0	America/New_York	39.96533	-84.27967	271			OH	109	78456	
4520094	Oak Park	oak-park	US	48237	0	America/New_York	39.61395	-82.89407	237			OH	129	81550	
4519445	Nelsonville	nelsonville	US	45764	5197	America/New_York	39.45868	-82.23182	207	Englishtown,Nehlsonvill,Nelsonvil,Nelsonville,Nelsunvil,nlswnwyl  awhayw,nylswnfyl,Нелсонвил,Нелсънвил,Нэлсонвилл,نلسونویل، اوهایو,نيلسونفيل		OH	009	86982	
4519458	Neville	neville	US	45156	100	America/New_York	38.81007	-84.21216	152	Neville,Nevillesville,Nevilleville,Nevillsville,Nevilsville,Neviltown		OH	025	81130	
4519470	New Baltimore	new-baltimore	US	12124	661	America/New_York	39.26478	-84.66745	169	New Baltimore,Sater		OH	061	19470	
4519478	New Boston	new-boston	US	03070	2174	America/New_York	38.7523	-82.93684	156			OH	145	54166	
4519497	New Carlisle	new-carlisle	US	45344	5693	America/New_York	39.93617	-84.02549	274	Carlisle,Monroe,New Carlisle,York		OH	023	06054	
4519504	New Castle	new-castle	US	03854	0	America/New_York	39.89091	-81.07566	386	New Castle,Newcastle,Pilcher		OH	013	82068	
4519505	New Castle	new-castle	US	03854	0	America/New_York	38.58591	-82.69683	201			OH	087	33054	
4519510	New Concord	new-concord	US	42076	2343	America/New_York	39.99368	-81.73402	263	Concord,Concord Station,New Concord		OH	119	78498	
4519520	New England	new-england	US	58647	0	America/New_York	39.33396	-81.94097	243			OH	009	68238	
4519530	New Germany	new-germany	US	55367	0	America/New_York	39.77478	-84.07994	297			OH	057	04724	
4519536	New Harmony	new-harmony	US	47631	0	America/New_York	39.01368	-84.01215	277			OH	015	62596	
4519540	New Haven	new-haven	US	05472	583	America/New_York	39.27561	-84.74078	171	New Haven,Newhaven,Preston		OH	061	19470	
4519545	New Holland	new-holland	US	17557	836	America/New_York	39.55395	-83.25686	260	Flemingsburgh,Holland,New Holland		OH	129	62008	
4519554	New Hope	new-hope	US	18938	0	America/New_York	38.96396	-83.91243	272	New Hope,Newhope		OH	015	71066	
4519555	New Hope	new-hope	US	18938	0	America/New_York	39.79172	-84.71329	351	Crawfordsville,New Hope,Newhope,Upshur		OH	135	38010	
4519583	New Lebanon	new-lebanon	US	12125	4001	America/New_York	39.74533	-84.38495	276	Medill,New Lebanon		OH	113	37912	
4519591	New Lexington	new-lexington	US	43764	4727	America/New_York	39.71396	-82.20848	288	Lexington,N'ju-Leksington,New Lexington,Nju Leksington,Nju Leksingtun,nyw lksynghtwn,nyw lksyngtwn  awhayw,Њу Лексингтон,Нью-Лексингтон,Нью-Лексінґтон,Ню Лексингтън,نيو لكسينغتون,نیو لکسینگتون، اوهایو	127	OH	127	62680	
4519592	New Lexington	new-lexington	US	43764	0	America/New_York	39.76005	-84.53384	272	Lexington,New Lexington,Twin		OH	135	77994	
4519613	New Madison	new-madison	US	45346	878	America/New_York	39.96783	-84.70912	338			OH	037	33810	
4519617	New Market	new-market	US	21774	0	America/New_York	39.13534	-83.66881	344	New Market,Newmarket		OH	071	55048	
4519621	New Marshfield	new-marshfield	US	45766	326	America/New_York	39.32507	-82.21793	255	Marshfield,New Marshfield		OH	009	81777	
4519625	New Matamoras	new-matamoras	US	45767	1135	America/New_York	39.52452	-81.06705	197	Matamoras,Metamoras,New Matamora,New Matamoras,New Metamoras		OH	167	31276	
4519640	New Palestine	new-palestine	US	46163	0	America/New_York	39.00867	-84.30494	150	New Palestine,New Palistine,Palestine		OH	025	62540	
4519642	New Paris	new-paris	US	15554	1580	America/New_York	39.85699	-84.79329	316	New Paris,Paris		OH	135	38780	
4519650	New Plymouth	new-plymouth	US	45654	0	America/New_York	39.38479	-82.39626	233			OH	163	09526	
4519657	New Richmond	new-richmond	US	24867	2642	America/New_York	38.94868	-84.27994	143	New Richmond,Susanna,Susannah		OH	025	57960	
4519675	New Salem	new-salem	US	01355	0	America/New_York	39.84784	-82.47238	313	New Salem,New Salem Township		OH	045	80570	
4519685	New Straitsville	new-straitsville	US	43766	715	America/New_York	39.57785	-82.23765	240			OH	127	16350	
4519697	New Town	new-town	US	02456	0	America/New_York	39.5209	-82.1707	219	Brenholt,Brenholts,New Town		OH	073	80780	
4519701	New Vienna	new-vienna	US	45159	1202	America/New_York	39.32367	-83.69103	342	Buzzards Glory,New Vienna,New Viennia,North Vienna,Vienna,Vienna Station		OH	027	31710	
4519736	Newkirk	newkirk	US	74647	0	America/New_York	39.40561	-84.78773	280			OH	017	66096	
4519745	Newport	newport	US	02840	1003	America/New_York	39.39091	-81.22678	197	Newport,Upper Newport		OH	167	55356	
4519758	Newtonsville	newtonsville	US	45158	393	America/New_York	39.18201	-84.08632	274	Black Hawk,Newtonsville,Newtonville,Newtown		OH	025	82110	
4519761	Newtown	newtown	US	06470	2664	America/New_York	39.1245	-84.36161	152	Mercers Station,Mercersburg,Mercersburgh,New Town,Newton,Newtown,Njutaun,nywthn,Њутаун,نيوثن,نیو ٹاؤن، اوہائیو		OH	061	55678	
4519786	Newport	newport	US	02840	0	America/New_York	39.83506	-83.4652	326	Newport,Walnut Run,Walnutrun		OH	097	59528	
4519835	North Bend	north-bend	US	17760	860	America/New_York	39.15256	-84.748	175	North Bend,Northbend,Symmes City		OH	061	49364	
4519887	North Hampton	north-hampton	US	03862	472	America/New_York	39.99006	-83.93993	333	Hampton,North Hampton,Northampton		OH	023	62610	
4519893	North Hills	north-hills	US	91343	0	America/New_York	39.43869	-81.44595	207			OH	167	47628	
4519901	North Middletown	north-middletown	US	40357	0	America/New_York	39.53339	-84.3655	204	Avalon,North Middletown		OH	017	49840	
4519924	Northbrook	northbrook	US	60062	10668	America/New_York	39.24645	-84.58356	253			OH	061	16616	
4519950	Northridge	northridge	US	91324	7572	America/New_York	39.99173	-83.77854	330			OH	023	51912	
4519951	Northridge	northridge	US	91324	8487	America/New_York	39.80756	-84.19689	244	Ebenezer,Northridge		OH	113	33922	
4519982	Northwood	northwood	US	03261	0	America/New_York	38.45008	-82.35293	175			OH	087	68280	
4519990	Norwich	norwich	US	05055	104	America/New_York	39.98507	-81.79152	296	Noridzh,Норидж		OH	119	78498	
4519995	Norwood	norwood	US	02062	19915	America/New_York	39.15561	-84.45966	200	Norvud,Norwood,Sharpsburg,nwrwwd,nwrwwd  awhayw,Норвуд,نوروود,نوروود، اوهایو		OH	061	57386	
4519996	Norwood	norwood	US	02062	0	America/New_York	39.41924	-81.43318	197			OH	167	47628	
4520050	Oak	oak	US	68964	0	America/New_York	39.74119	-80.93954	404			OH	111	69918	
4520056	Oak Grove	oak-grove	US	42262	0	America/New_York	39.44869	-81.46651	201			OH	167	53452	
4520081	Oak Hill	oak-hill	US	12460	1500	America/New_York	38.89396	-82.57349	213	Menager,Oak Hill,Oakhill,Portland		OH	079	38654	
4520097	Oak Ridge	oak-ridge	US	07438	0	America/New_York	39.65839	-84.13744	299	Oak Ridge,Oakridge		OH	113	81494	
4520106	Oakdale	oakdale	US	06370	0	America/New_York	39.52174	-82.09403	210			OH	009	77420	
4520107	Oakdale	oakdale	US	06370	0	America/New_York	39.21117	-84.60578	261			OH	061	16616	
4520108	Oakdale	oakdale	US	06370	0	America/New_York	39.69089	-84.1341	294			OH	113	40040	
4520116	Oakfield	oakfield	US	04763	0	America/New_York	39.65924	-82.11598	299			OH	127	63366	
4520124	Oakland	oakland	US	02858	0	America/New_York	39.48284	-83.91271	308			OH	027	13974	
4520125	Oakland	oakland	US	02858	0	America/New_York	39.5984	-82.75656	318	Clear Creek,Clear Creek Station,Clearcreek,Oakland		OH	045	15686	
4520126	Oakland	oakland	US	02858	0	America/New_York	39.7445	-84.14327	278			OH	113	21000	
4520128	Oakland	oakland	US	02858	0	America/New_York	39.46228	-84.34883	201			OH	017	42672	
4520129	Oakland	oakland	US	02858	0	America/New_York	39.50672	-84.40022	200	Monroe,Oakland		OH	017	49840	
4520163	Oakwood	oakwood	US	24631	9052	America/New_York	39.72534	-84.17411	301	Oakvud,Oukvud,awakwwd  awhayw,awkwwd,Оаквуд,Оуквуд,أوكوود,اواکوود، اوهایو,اوکووڈ، مونٹگمری کاؤنٹی، اوہائیو		OH	113	57764	
4520164	Oakwood	oakwood	US	24631	0	America/New_York	39.98313	-81.55984	252			OH	059	37786	
4520193	Ogden	ogden	US	50212	0	America/New_York	39.43089	-83.91132	278	Linden,Ogden		OH	027	00226	
4520390	Okeana	okeana	US	45053	0	America/New_York	39.34783	-84.76745	195	Okeana,Okena,Tariff		OH	017	52080	
4520526	Oldtown	oldtown	US	21555	0	America/New_York	39.73034	-83.93771	251	Chillicothe,Old Chillicothe,Old Town,Oldtown		OH	057	86786	
4520538	Olive Branch	olive-branch	US	38654	0	America/New_York	39.08395	-84.22521	241			OH	025	04157	
4520587	Omega	omega	US	31775	0	America/New_York	39.15173	-82.91018	181	Omega,Omega Station,Sharon,Sharonville		OH	131	37996	
4520591	Oneida	oneida	US	13421	0	America/New_York	39.47839	-84.39022	200	Oneida,Reeds Station		OH	017	49840	
4520628	Orchard Hill	orchard-hill	US	30266	0	America/New_York	38.81397	-82.21154	200			OH	053	29218	
4520638	Oregonia	oregonia	US	45054	0	America/New_York	39.45089	-84.09605	211	Freeport,Freeport Station,Oregonia		OH	165	81690	
4520642	Orient	orient	US	04471	270	America/New_York	39.80284	-83.15186	256	Morgan,Morgan Station,Morgans,Orient		OH	129	70870	
4520647	Orland	orland	US	04472	0	America/New_York	39.38285	-82.42377	235	Orland,Swan Station		OH	163	75854	
4520664	Osceola	osceola	US	16942	0	America/New_York	39.34173	-84.05521	238	Oceola,Osceola,Osseola		OH	165	33474	
4520676	Otterbein	otterbein	US	47970	0	America/New_York	39.44617	-84.27799	270	Otterbein,Shaker Village,Shakerstown,Union,Union Village		OH	165	77868	
4520686	Otterbein	otterbein	US	47970	0	America/New_York	39.94588	-84.67162	338	Otterbein,Otterbine		OH	037	10576	
4520688	Otway	otway	US	45657	84	America/New_York	38.86646	-83.1874	182	Otaway,Ottway,Otway		OH	145	09764	
4520733	Overpeck	overpeck	US	45055	0	America/New_York	39.45089	-84.51439	193	Overpeck,Overpeck Station,Overpecks,Overpecks Station		OH	017	69498	
4520741	Owensville	owensville	US	45160	814	America/New_York	39.12256	-84.13577	263	Boston,Owensville		OH	025	74825	
4520742	Owensville	owensville	US	45160	0	America/New_York	38.85119	-83.04018	172			OH	145	69092	
4520760	Oxford	oxford	US	01540	22104	America/New_York	39.507	-84.74523	283	OXD,Oksford,aksfwrd  awhayw,awksfwrd,Оксфорд,آکسفورڈ، اوہائیو,أوكسفورد,اکسفورد، اوهایو		OH	017	59241	
4520775	Ozark	ozark	US	36360	0	America/New_York	39.82674	-81.08177	380			OH	111	75686	
4520844	Panhandle	panhandle	US	79068	0	America/New_York	38.81118	-83.60603	285			OH	001	43036	
4520897	Parrott	parrott	US	24132	0	America/New_York	39.61423	-83.53159	318	Parrett Station,Parrott		OH	047	38598	
4520904	Pasadena	pasadena	US	21122	0	America/New_York	39.69923	-84.14855	301			OH	113	40040	
4520905	Pataskala	pataskala	US	43062	15245	America/New_York	39.99562	-82.67433	305	Pataskala,bataskala,pataskala  awhayw,Патаскала,باتاسكالا,پاتاسکالا، اوهایو		OH	089	61112	
4520917	Patriot	patriot	US	45658	0	America/New_York	38.77452	-82.38376	221	Greenville,Patriot		OH	053	61854	
4520921	Patterson	patterson	US	12563	0	America/New_York	39.73256	-84.21133	225			OH	113	21000	
4520994	Peck	peck	US	48466	0	America/New_York	39.15618	-83.01629	188	Hills Switch,Peck		OH	131	61434	
4521005	Pedro	pedro	US	45659	0	America/New_York	38.63036	-82.66739	185			OH	087	24822	
4521011	Peebles	peebles	US	45660	1764	America/New_York	38.94896	-83.40575	252			OH	001	48888	
4521024	Pendleton	pendleton	US	27862	0	America/New_York	39.12339	-84.45772	152			OH	061	15000	
4521037	Pennsville	pennsville	US	08070	0	America/New_York	39.57535	-81.85541	301			OH	115	61602	
4521046	Pekin	pekin	US	47165	0	America/New_York	39.50284	-84.19938	289			OH	165	15700	
4521141	Petersburg	petersburg	US	12138	0	America/New_York	38.9898	-82.74434	219			OH	079	70856	
4521179	Phillipsburg	phillipsburg	US	08865	554	America/New_York	39.9045	-84.40161	316	Centre,Phillipsburg		OH	113	15518	
4521187	Philo	philo	US	43771	732	America/New_York	39.86118	-81.9068	224	Philo,Taylorsville		OH	119	33936	
4521209	Pickerington	pickerington	US	43147	19745	America/New_York	39.88423	-82.7535	255	Jacksonville,Pickering,Pickerington,Pikerington,bykyrynghtwn,pykryngtwn  awhayw,Пикерингтон,بيكيرينغتون,پیکرینگتون، اوهایو		OH	045	80206	
4521268	Piketon	piketon	US	45661	2146	America/New_York	39.06813	-83.01434	175	Jefferson,Millers Bank,Pajkton,Piketon,bykytwn,Пайктон,Пајктон,بيكيتون		OH	131	71171	
4521317	Pine Grove	pine-grove	US	17963	0	America/New_York	39.17146	-82.69989	286			OH	079	37856	
4521318	Pine Grove	pine-grove	US	17963	0	America/New_York	38.60813	-82.70489	189	Pine Grove,Pine Grove Furnace,Pinegrove		OH	087	24822	
4521365	Pinehurst	pinehurst	US	01866	0	America/New_York	39.4073	-81.49873	196			OH	167	80934	
4521418	Pitsburg	pitsburg	US	45358	382	America/New_York	39.98755	-84.48745	312	Arnettsville,Pitsburg,Pitsburgh,Pittsburg,Pittsburgh,Питсбург		OH	037	51366	
4521426	Plainview	plainview	US	11803	0	America/New_York	39.67896	-81.10539	338	Plain View,Plainview		OH	111	61952	
4521434	Plainville	plainville	US	02762	87	America/New_York	39.142	-84.35994	152			OH	061	16882	
4521437	Plano	plano	US	52581	0	America/New_York	39.4909	-83.28658	267	Dogtown,Plano		OH	047	82166	
4521443	Plantsville	plantsville	US	06479	0	America/New_York	39.45229	-81.87569	296			OH	115	47796	
4521450	Plattsburg	plattsburg	US	64477	0	America/New_York	39.89617	-83.61159	352	Plattsburg,Plattsburgh		OH	023	33586	
4521458	Pleasant City	pleasant-city	US	43772	435	America/New_York	39.90368	-81.5454	251	Dysons,Pleasant City,Point Pleasant,Point Pleasant Station		OH	059	79156	
4521465	Pleasant Grove	pleasant-grove	US	35127	1742	America/New_York	39.95201	-81.95902	281			OH	119	81522	
4521466	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	39.22868	-83.13213	320			OH	141	78008	
4521488	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	39.67145	-82.50794	312			OH	045	05956	
4521536	Pleasant Plain	pleasant-plain	US	45162	158	America/New_York	39.2795	-84.11216	270	New Columbia,Pleasant Plain		OH	165	33474	
4521537	Pleasant Ridge	pleasant-ridge	US	48069	0	America/New_York	39.18339	-84.42466	241	Pleasant Ridge,Pleasantridge		OH	061	15000	
4521562	Pisgah	pisgah	US	35765	0	America/New_York	39.31839	-84.36883	296	Pisga,Pisgah		OH	017	83150	
4521580	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	39.06118	-83.09296	183	Pleasant Valley,Sioux		OH	131	55622	
4521582	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	39.37256	-83.04018	228			OH	141	78540	
4521612	Pleasant View	pleasant-view	US	37146	0	America/New_York	39.66506	-83.63326	328	Eli,Pleasant View		OH	047	38598	
4521613	Pleasant View	pleasant-view	US	37146	0	America/New_York	39.80756	-84.01577	258			OH	057	04220	
4521632	Pleasantville	pleasantville	US	08232	958	America/New_York	39.80979	-82.5221	277	Pleasant,Pleasantville		OH	045	80570	
4521673	Point Pleasant	point-pleasant	US	18950	0	America/New_York	38.89451	-84.23382	149	Cox's Landing,Point Pleasant		OH	025	51338	
4521708	Pomeroy	pomeroy	US	19367	1821	America/New_York	39.02758	-82.03375	174	Nyesville,Pamroj,Pomeroy,Памрој	105	OH	105	70114	
4521763	Poplar Grove	poplar-grove	US	61065	0	America/New_York	39.04396	-83.30491	342	Poplar Grove,Poplargrove		OH	131	75637	
4521782	Port William	port-william	US	45164	254	America/New_York	39.55201	-83.78631	311	Port William,Port Williams,Port Williams Village,West Liberty		OH	027	43064	
4521786	Porter	porter	US	04068	0	America/New_York	38.92841	-82.28237	209	Pine Grove,Pinegrove,Porter		OH	053	74120	
4521807	Porterfield	porterfield	US	54159	0	America/New_York	39.28341	-81.65568	192	Belpre,Belpre Center,Center Belpre,Centre Belphri,Centre Belpre,Porterfield		OH	167	05438	
4521811	Portland	portland	US	04101	0	America/New_York	39.00341	-81.77124	187	Lower Portland,Portland,Portlend,Sterling Botton,Портленд		OH	105	42336	
4521816	Portsmouth	portsmouth	US	02871	20409	America/New_York	38.73174	-82.99767	162	Logtown,PMH,Portsmaus,Portsmouth,Portsmut,bwrtsmwth,pu ci mao si,pwrtsmwth  awhayw,Портсмаус,Портсмут,بورتسموث,پورتسموث، اوهایو,朴次茅斯	145	OH	145	64304	
4521833	Portersville	portersville	US	16051	0	America/New_York	39.67479	-82.03097	322	Portersville,Porterville,Ruskville		OH	127	04584	
4521841	Poston	poston	US	85371	0	America/New_York	39.37896	-82.08542	210			OH	009	22414	
4521855	Potsdam	potsdam	US	13676	293	America/New_York	39.96339	-84.41745	308	Georgetown,Ludlow,New Lebanon,Potsdam,Pottsdam		OH	109	78456	
4521870	Powellsville	powellsville	US	27967	0	America/New_York	38.66674	-82.7835	171	Junior,Powellsville		OH	145	31836	
4521880	Powhatan Point	powhatan-point	US	43942	1573	America/New_York	39.86008	-80.81537	208	Pawhattan Point,Powhatan,Powhatan Point,Powhattan,Powhattan Point		OH	013	86996	
4521930	Prattsville	prattsville	US	12468	0	America/New_York	39.23868	-82.39126	241	Lone Star,Prattsville		OH	163	46620	
4521957	Princeton	princeton	US	01541	0	America/New_York	39.38839	-84.45383	258			OH	017	43050	
4521969	Proctorville	proctorville	US	28375	559	America/New_York	38.43703	-82.3771	169	Proctorsville,Proctorville,Proktorvil,Quaker Bottom,brwktwrfyl,Прокторвил,بروكتورفيل		OH	087	78372	
4521978	Prospect	prospect	US	06712	0	America/New_York	39.13507	-83.56381	319			OH	071	81340	
4521985	Prospect Hill	prospect-hill	US	27314	0	America/New_York	39.11534	-84.50633	246			OH	061	15000	
4521990	Pride	pride	US	70770	0	America/New_York	39.23368	-82.89573	179	Pride,Stony Creek Station		OH	141	28420	
4522053	Putnam	putnam	US	06260	0	America/New_York	39.92229	-82.00791	213	Putnam,Springfield		OH	119	88084	
4522073	Quaker City	quaker-city	US	43773	490	America/New_York	39.97007	-81.29928	260	Leatherwood,Millwood,Quaker City		OH	059	50568	
4522128	Radcliff	radcliff	US	40159	0	America/New_York	39.14091	-82.37682	213	Radcliff,Radcliffs Station		OH	163	80192	
4522142	Rainbow	rainbow	US	76077	0	America/New_York	39.49452	-81.4654	196	Rainbow,Rainbow Station		OH	167	53452	
4522170	Range	range	US	36473	0	America/New_York	39.732	-83.42464	309	Danville,Range		OH	097	65480	
4522184	Ransom	ransom	US	18653	0	America/New_York	39.74422	-84.58079	301			OH	135	77994	
4522191	Rarden	rarden	US	45671	154	America/New_York	38.92229	-83.24241	189	Galena,Moccasin,Rarden		OH	145	65522	
4522215	Ray	ray	US	45672	0	America/New_York	39.20368	-82.6835	181	Ray,Rays,Raysville		OH	079	37856	
4522228	Reading	reading	US	01867	10324	America/New_York	39.22367	-84.44216	171	Reading,Reding,Vorheestown,Рединг		OH	061	65732	
4522246	Red Bank	red-bank	US	07701	0	America/New_York	39.13562	-84.39966	151	Red Bank,Red Bank Station,Redbank Station		OH	061	25942	
4522264	Red Lion	red-lion	US	17356	0	America/New_York	39.49145	-84.24966	293	Red Lion,Red Lyon,Redlion		OH	165	15700	
4522272	Redfield	redfield	US	13437	0	America/New_York	39.7884	-82.16848	267			OH	127	15658	
4522293	Reeds	reeds	US	64859	0	America/New_York	38.78285	-83.90937	156			OH	015	78232	
4522296	Reedsville	reedsville	US	17084	0	America/New_York	39.12147	-81.74763	195	Cooper Shop Town,Reedsville,Reedville		OH	105	58282	
4522300	Reese	reese	US	48757	0	America/New_York	39.86617	-82.95268	225	Rees,Reese,Reeses		OH	049	33026	
4522303	Reesville	reesville	US	45166	0	America/New_York	39.48228	-83.67687	330	Reeseville,Reesville		OH	027	66642	
4522324	Rehoboth	rehoboth	US	02769	0	America/New_York	39.74368	-82.19404	284	Rehobeth,Rehoboth		OH	127	15658	
4522345	Remington	remington	US	22734	328	America/New_York	39.22811	-84.32133	177			OH	061	76028	
4522353	Renick	renick	US	24966	0	America/New_York	39.2984	-82.95379	188			OH	141	70898	
4522359	Reno	reno	US	16343	1293	America/New_York	39.37285	-81.39567	197			OH	167	47642	
4522411	Reynoldsburg	reynoldsburg	US	43068	37158	America/New_York	39.95479	-82.81212	268	Frenchtown,Rehjnoldsburg,Rejnoldsberg,Reynoldsburg,Reynoldsburgh,Roynoldsburg,rynwldsbwrg  awhayw,rynwldzbwrgh,Рејнолдсберг,Рэйнолдсбург,رينولدزبورغ,رینولدسبورگ، اوهایو		OH	049	77714	
4522420	Rialto	rialto	US	92376	0	America/New_York	39.32561	-84.45189	184	Rialto,Rialto Mill		OH	017	83150	
4522468	Richmond Dale	richmond-dale	US	45673	377	America/New_York	39.20201	-82.81378	181	Moffits Town,Moffitts Town,New Richmond,Richmond,Richmond Dale,Richmondale,Richmondale Station,Richmonddale		OH	141	38808	
4522473	Richland	richland	US	08350	0	America/New_York	39.18701	-82.59738	204	Richland,Richland Furnace		OH	163	66768	
4522489	Ridgeland	ridgeland	US	29936	0	America/New_York	39.01369	-82.52238	201			OH	079	07090	
4522491	Ridgeville	ridgeville	US	29472	0	America/New_York	39.52867	-84.17688	263	Bridgeville,Ridgeville		OH	165	15700	
4522493	Ridgewood	ridgewood	US	07450	0	America/New_York	39.95006	-83.81437	313			OH	023	74118	
4522527	Ringgold	ringgold	US	15770	0	America/New_York	39.59035	-81.97959	281			OH	115	78484	
4522533	Rio Grande	rio-grande	US	08242	854	America/New_York	38.87952	-82.38043	198			OH	053	65228	
4522540	Ripley	ripley	US	14775	1721	America/New_York	38.74563	-83.84492	153	Ripley,Rixs Mills,Staunton		OH	015	78232	
4522572	Riverdale	riverdale	US	07457	0	America/New_York	39.77006	-84.19438	225			OH	113	21000	
4522573	Riverdale	riverdale	US	07457	0	America/New_York	39.00868	-83.06296	166			OH	131	55622	
4522574	Riverdale	riverdale	US	07457	0	America/New_York	39.43619	-81.46373	193			OH	167	47628	
4522585	Riverside	riverside	US	02915	0	America/New_York	39.07756	-84.603	153	Riverside,Sedamsville,South Bend		OH	061	15000	
4522586	Riverside	riverside	US	02915	24972	America/New_York	39.77978	-84.1241	238	Harshmanville,Rivehsajd,River Side,Riversajd,Riverside,ryfrsayd,rywrsayd  awhayw,Риверсайд,Риверсајд,Ривэсайд,رورسائیڈ، اوہائیو,ريفرسايد,ریورساید، اوهایو		OH	113	67468	
4522598	Riverview	riverview	US	33568	0	America/New_York	38.44258	-82.34043	169			OH	087	68280	
4522599	Riverview	riverview	US	33568	0	America/New_York	39.97785	-81.98347	214			OH	119	81522	
4522600	Riverview	riverview	US	33568	0	America/New_York	39.36785	-81.53374	191	Gravel Bank,Gravel Bank Station,Gravelbank,Riverview		OH	167	80934	
4522634	Roberts	roberts	US	54023	0	America/New_York	39.87701	-82.08931	224			OH	119	55608	
4522656	Robins	robins	US	52328	0	America/New_York	39.95535	-81.51318	251	Robbins,Robins,Trail Run		OH	059	37786	
4522674	Rochester	rochester	US	02770	0	America/New_York	39.83091	-81.52346	313	Noblesville,Nobleville,Rochester		OH	121	56028	
4522676	Rock Camp	rock-camp	US	45675	0	America/New_York	38.5298	-82.54849	185	Rock Camp,Rockcamp		OH	087	61910	
4522706	Rock Springs	rock-springs	US	53961	0	America/New_York	39.06008	-82.01597	194	Rock Spring,Rock Springs,Rocksprings		OH	105	70114	
4522711	Rockbridge	rockbridge	US	43149	182	America/New_York	39.57979	-82.5221	232	Millville,Rockbridge		OH	073	30842	
4522718	Rockdale	rockdale	US	76567	0	America/New_York	39.43256	-84.45522	210			OH	017	43050	
4522724	Rockland	rockland	US	02370	0	America/New_York	39.28119	-81.60596	198	Cedarville,Rockland		OH	167	05424	
4522731	Rockville	rockville	US	02873	0	America/New_York	38.61702	-83.27157	156	Commercial Town,Rockville		OH	001	31668	
4522736	Rockwood	rockwood	US	04478	0	America/New_York	38.43092	-82.43877	170			OH	087	78372	
4522756	Rocky Hill	rocky-hill	US	06067	0	America/New_York	38.98896	-82.54488	217	Foreacher,Rocky Hill,Rockyhill		OH	079	07090	
4522783	Rodney	rodney	US	49342	0	America/New_York	38.84925	-82.30404	207			OH	053	31738	
4522805	Rome	rome	US	13440	0	America/New_York	38.44592	-82.36376	176	LaBelle,Labella,Labelle,Rome		OH	087	68280	
4522866	Roseland	roseland	US	07068	0	America/New_York	39.9834	-82.91657	245			OH	049	18000	
4522873	Rosemount	rosemount	US	55068	2112	America/New_York	38.78619	-82.97906	185	Rosemont,Rosemont Hollow,Rosemount,Rosemount Hollow		OH	145	15560	
4522884	Ross	ross	US	45061	3417	America/New_York	39.31228	-84.6505	167	Ross,Venice,Venince,Venus,Vince		OH	017	68616	
4522898	Roseville	roseville	US	43777	1853	America/New_York	39.80729	-82.07125	221	Milford,New Milford,Roseville,Rozvell,Розвелл		OH	119	15532	
4522958	Roxbury	roxbury	US	02119	0	America/New_York	39.52285	-81.74819	197	Roxbury,Roxsbury		OH	115	86016	
4522961	Royal	royal	US	51357	0	America/New_York	39.3059	-82.57294	222			OH	163	38136	
4522970	Royalton	royalton	US	41464	0	America/New_York	39.72756	-82.76656	308	Royalton,Tobey Town,Toby Town		OH	045	01637	
4523005	Rupert	rupert	US	05768	0	America/New_York	39.88256	-83.35325	294			OH	097	78428	
4523050	Rushville	rushville	US	14544	305	America/New_York	39.76451	-82.43154	320	Clinton,East Rushville,Rushville		OH	045	66684	
4523051	Rushville	rushville	US	14544	0	America/New_York	39.12397	-81.76013	259			OH	105	58282	
4523064	Russell	russell	US	01071	0	America/New_York	39.21951	-83.72853	320	Russell,Russell Station,Russells Station,Russels		OH	071	78344	
4523072	Russellville	russellville	US	29476	543	America/New_York	38.86646	-83.78687	293	Russellville,Russelville		OH	015	38528	
4523091	Rutland	rutland	US	01543	381	America/New_York	39.04536	-82.13042	175	Ratlend,Ратленд		OH	105	69372	
4523097	Sabina	sabina	US	45169	2534	America/New_York	39.48867	-83.63687	320	Sabina,Sapina		OH	027	66642	
4523190	Saint Bernard	saint-bernard	US	70085	4368	America/New_York	39.167	-84.49855	170			OH	061	69470	
4523220	Saint Charles	saint-charles	US	24282	0	America/New_York	39.39144	-84.74245	282	Isis,Saint Charles,St. Charles		OH	017	66096	
4523468	Saint Martin	saint-martin	US	56376	129	America/New_York	39.21451	-83.89326	298	Saint Martin,Saint Martins,St. Martin		OH	015	61770	
4523554	Saint Paul	saint-paul	US	24283	0	America/New_York	39.74729	-82.91268	219	Saint Paul,Saint Pauls,St. Paul		OH	129	46564	
4523622	Saint Peter	saint-peter	US	56082	0	America/New_York	39.12534	-84.55828	158	Saint Peter,Saint Peterstown,St. Peter		OH	061	15000	
4523731	Salem	salem	US	01970	0	America/New_York	39.68257	-82.33543	269			OH	127	37968	
4523799	Salesville	salesville	US	43778	127	America/New_York	39.9734	-81.33678	264			OH	059	50568	
4523835	Saltillo	saltillo	US	17253	0	America/New_York	39.79451	-82.14903	257	Buckeye,Buckeye Cottage,Saltillo		OH	127	15658	
4523847	Samantha	samantha	US	35482	0	America/New_York	39.2834	-83.59186	344	Beesons Cross Roads,Beesons Crossroads,Beesons Store,Samantha		OH	071	61588	
4523867	Sand Fork	sand-fork	US	26430	0	America/New_York	38.70897	-82.38849	207	Sand Fork,Sandfork		OH	053	80584	
4523891	Sandhill	sandhill	US	39161	0	America/New_York	39.37896	-81.38762	220	Sand Hill,Sandhill		OH	167	47642	
4523922	Sarahsville	sarahsville	US	43779	166	America/New_York	39.80729	-81.4679	295	Sarahsville,Saysville		OH	121	12994	
4523924	Sardinia	sardinia	US	14134	957	America/New_York	39.00784	-83.80854	292	Lilly,Sardinia		OH	015	81102	
4523929	Sardis	sardis	US	30456	559	America/New_York	39.62285	-80.9126	204			OH	111	42448	
4523938	Sandy Springs	sandy-springs	US	29677	0	America/New_York	38.61119	-83.29685	177	Sandy Spring,Sandy Springs,Sandysprings		OH	001	31668	
4523939	Sargents	sargents	US	81248	0	America/New_York	39.0034	-83.02295	177			OH	131	70884	
4523961	Savona	savona	US	14879	0	America/New_York	39.98949	-84.66162	335	Savona,Tecumseh		OH	037	10576	
4523979	Sayre	sayre	US	18840	0	America/New_York	39.68451	-82.05875	257			OH	127	04584	
4523983	Saxon	saxon	US	25180	0	America/New_York	38.93119	-81.84541	183			OH	105	42868	
4524007	Schley	schley	US	23154	0	America/New_York	39.44285	-81.25511	327			OH	167	42196	
4524231	Scioto Furnace	scioto-furnace	US	45677	0	America/New_York	38.79869	-82.76489	184			OH	145	06992	
4524283	Scottown	scottown	US	45678	0	America/New_York	38.55036	-82.38876	178	Scott Town,Scottown		OH	087	86002	
4524299	Seaman	seaman	US	45679	924	America/New_York	38.94201	-83.57242	276	Seaman,Seman		OH	001	71052	
4524348	Sedan	sedan	US	67361	0	America/New_York	38.94757	-83.11824	240			OH	145	52150	
4524372	Selma	selma	US	24474	0	America/New_York	39.78673	-83.70853	336	Green Plains,Selma		OH	023	46354	
4524384	Senecaville	senecaville	US	43780	445	America/New_York	39.93424	-81.46234	272			OH	059	66698	
4524401	Seven Mile	seven-mile	US	45062	768	America/New_York	39.48006	-84.55189	199	Seven Hills,Seven Mile,Seven Mile Station,Sevenmile,Tree		OH	017	82082	
4524419	Shade	shade	US	45776	0	America/New_York	39.22591	-82.03848	246	Jerseyville,Pleasant Valley,Shade		OH	009	44590	
4524433	Shady Grove	shady-grove	US	17256	0	America/New_York	39.70339	-83.64214	335			OH	047	38598	
4524446	Shadyside	shadyside	US	43947	3714	America/New_York	39.97091	-80.75064	210	Shady Side,Shadyside,Shadyside Station		OH	013	48580	
4524471	Shandon	shandon	US	45063	0	America/New_York	39.32644	-84.71467	183	Glendower,New London,Paddy's Run,Paddys Run,Shandon		OH	017	52080	
4524482	Sharon	sharon	US	02067	0	America/New_York	39.73618	-81.5654	297			OH	121	71826	
4524490	Sharon	sharon	US	02067	0	America/New_York	39.06118	-82.67322	199	Sharon,Sharonville		OH	079	43204	
4524527	Sharpsburg	sharpsburg	US	21782	0	America/New_York	39.43591	-81.91153	201	Sharpsburg,Sharpsburgh		OH	009	05942	
4524528	Shawnee	shawnee	US	43782	646	America/New_York	39.60479	-82.21154	260			OH	127	70226	
4524613	Sheridan	sheridan	US	04775	0	America/New_York	38.46897	-82.60044	165	Sheridan,Sheridan Coal Works		OH	087	61910	
4524626	Sherwood	sherwood	US	21665	3719	America/New_York	39.08478	-84.36077	221			OH	061	01980	
4524640	Shiloh	shiloh	US	08353	0	America/New_York	38.98868	-83.96076	286	Shiloh,Surryville		OH	015	62596	
4524641	Shiloh	shiloh	US	08353	0	America/New_York	39.23006	-84.10882	265	O'Bannon,Obanionville,Obanon,Shiloh		OH	025	31010	
4524642	Shiloh	shiloh	US	08353	11272	America/New_York	39.81867	-84.22855	248			OH	113	33922	
4524693	Short Hills	short-hills	US	07078	0	America/New_York	39.69173	-84.17494	308			OH	113	40040	
4524752	Silver Springs	silver-springs	US	14550	0	America/New_York	39.63423	-83.86993	287	Silver Springs,Silverspring		OH	057	54810	
4524753	Silverton	silverton	US	79257	4764	America/New_York	39.19284	-84.4005	259	Mosner,Silverton		OH	061	72522	
4524791	Sitka	sitka	US	41255	0	America/New_York	39.44785	-81.33845	195			OH	167	42196	
4524794	Sinking Spring	sinking-spring	US	45172	133	America/New_York	39.07285	-83.38686	264	Middletown,Sinking Spring,Sinking Springs		OH	071	09736	
4524798	Six Mile	six-mile	US	29682	0	America/New_York	39.74645	-84.3105	296	Six Mile,Sixmile		OH	113	77504	
4524863	Sligo	sligo	US	16255	0	America/New_York	39.44173	-83.92021	298			OH	027	00226	
4524955	Snow Hill	snow-hill	US	21863	0	America/New_York	39.35062	-83.7202	350	Snow Hill,Snow Hill Town,Snowhill		OH	027	31710	
4524961	Snowville	snowville	US	84336	0	America/New_York	39.16813	-82.09098	213			OH	105	70996	
4524993	Somerset	somerset	US	02725	1464	America/New_York	39.80701	-82.29709	330	Middleton,Samerset,Somerset,samrst,Самерсет,Сомерсет,سامرست		OH	127	65760	
4525003	Somerton	somerton	US	85350	0	America/New_York	39.90118	-81.13677	360	Somerton,Sommerton		OH	013	72970	
4525006	Somerville	somerville	US	02143	286	America/New_York	39.56311	-84.63856	235	Somerville,Sommerville,Summerville,Yankeetown		OH	017	50162	
4525011	Sonora	sonora	US	42776	0	America/New_York	39.98424	-81.9043	246			OH	119	61994	
4525025	South Beach	south-beach	US	97366	0	America/New_York	39.18257	-83.47686	270			OH	071	48034	
4525031	South Bloomingville	south-bloomingville	US	43152	0	America/New_York	39.41868	-82.59933	214	Bloomingville,South Bloomingville		OH	073	05578	
4525041	South Charleston	south-charleston	US	25303	1661	America/New_York	39.82534	-83.63437	343	Charleston,Charlestown,South Charleston,South Charlestown		OH	023	46354	
4525076	South Hamilton	south-hamilton	US	01982	0	America/New_York	39.38172	-84.55939	174			OH	017	33012	
4525084	South Lebanon	south-lebanon	US	45065	4346	America/New_York	39.37089	-84.21327	190	Deerfield,Deerfieldville,South Lebanon		OH	165	78610	
4525092	South Milford	south-milford	US	46786	0	America/New_York	39.15478	-84.28827	158	Broadwell,Gravel Pit,South Milford		OH	025	78288	
4525102	South Plymouth	south-plymouth	US	13844	0	America/New_York	39.58006	-83.58659	321	Plymouth,South Plymouth		OH	047	38388	
4525103	South Point	south-point	US	45680	3924	America/New_York	38.41786	-82.58627	172	Greens Store,Saut Pojnt,South Point,Southpoint,sawt bwynt,Саут Појнт,ساوت بوينت		OH	087	26782	
4525114	South Salem	south-salem	US	10590	208	America/New_York	39.33618	-83.30658	280	Salem,South Salem		OH	141	10016	
4525127	South Vienna	south-vienna	US	45369	379	America/New_York	39.927	-83.61242	364	South Vienna,Vienna,Vienna Cross Roads,Vienna Crossroads		OH	023	33586	
4525131	South Webster	south-webster	US	45682	829	America/New_York	38.81341	-82.72683	218	Bloomfield,Iron Furnace,South Webster,Webster		OH	145	06992	
4525175	Southgate	southgate	US	48195	0	America/New_York	39.90089	-83.82076	306			OH	023	74118	
4525248	Sprague	sprague	US	68438	0	America/New_York	39.67896	-81.21761	336			OH	111	06124	
4525289	Spring Valley	spring-valley	US	10977	486	America/New_York	39.60895	-84.00771	232	Spring Valley,Spring-Vehlli,Transylvania,Спринг-Вэлли		OH	057	74223	
4525290	Spring Valley	spring-valley	US	10977	0	America/New_York	39.98452	-81.5554	243			OH	059	37786	
4525304	Springboro	springboro	US	16435	18213	America/New_York	39.55228	-84.23327	236	Sprigbaro,Springboro,Springborou,Springborough,Springsboro,aspryngbwrw  awhayw,sbrynghbwrw,Спригбаро,Спрингбороу,اسپرینگبورو، اوهایو,سبرينغبورو		OH	165	15700	
4525310	Springdale	springdale	US	15144	11182	America/New_York	39.287	-84.48522	225	Spring Dale,Springdale,Springdale Village,Springdehjl,Springdejl,Springfield,aspryngdyl  awhayw,sbrynghdyl,Спрингдејл,Спрингдэйл,اسپرینگدیل، اوهایو,سبرينغديل		OH	061	74104	
4525311	Springdale	springdale	US	15144	0	America/New_York	39.4048	-81.4729	190			OH	167	47642	
4525350	Springvale	springvale	US	04083	0	America/New_York	39.22728	-84.19577	257			OH	025	31010	
4525353	Springfield	springfield	US	01101	59680	America/New_York	39.92423	-83.80882	298	Gillistown,Post Town,SGH,Springfield,Springfild,aspryngfyld  awhayw,sbrynghfyld,seupeulingpildeu,si pu lin fei er de,spryngpyld,supuringufirudo,Спрингфилд,Спрінгфілд,ספרינגפילד,اسپرینگفیلد، اوهایو,سبرينغفيلد,سپرنگفیلڈ، اوہائیو,སི་པི་རིང་ཧྥིལ་ཌི།,スプリングフィールド,斯普林菲尔德,스프링필드	023	OH	023	74118	
4525378	Stafford	stafford	US	06075	81	America/New_York	39.71341	-81.27623	329	Bethel,Stafford		OH	111	28357	
4525414	Starr	starr	US	29684	0	America/New_York	39.39701	-82.36099	237	Star,Starr		OH	073	74405	
4525431	Staunton	staunton	US	24401	0	America/New_York	39.47534	-83.48325	299			OH	047	18154	
4525456	Stella	stella	US	28582	0	America/New_York	39.34868	-82.55183	322	Locust Grove,Stella		OH	163	38136	
4525484	Stewart	stewart	US	37175	247	America/New_York	39.30813	-81.89458	203	Federalton,Stewart		OH	009	68238	
4525523	Stockdale	stockdale	US	15483	135	America/New_York	38.95646	-82.85823	219	California,Flat,Stockdale		OH	131	47824	
4525534	Stockport	stockport	US	43787	489	America/New_York	39.54841	-81.79291	211	Old Windsor,Stockport		OH	115	86016	
4525537	Stockton	stockton	US	08559	0	America/New_York	39.32256	-84.50383	212			OH	017	25970	
4525551	Stone	stone	US	41567	0	America/New_York	39.7834	-81.90875	207			OH	119	33936	
4525620	Stout	stout	US	45684	97	America/New_York	38.66396	-83.37908	158	Rome,Stout,Stout's,Stouts		OH	001	31668	
4525628	Stoutsville	stoutsville	US	43154	566	America/New_York	39.60479	-82.82906	296	Stouts,Stoutsville		OH	045	15686	
4525661	Stringtown	stringtown	US	74569	0	America/New_York	39.30146	-81.98625	193			OH	009	11220	
4525662	Stringtown	stringtown	US	74569	0	America/New_York	38.76063	-83.82659	161			OH	015	78232	
4525663	Stringtown	stringtown	US	74569	0	America/New_York	39.11756	-83.98715	282			OH	015	74559	
4525664	Stringtown	stringtown	US	74569	0	America/New_York	38.82229	-84.09827	269			OH	025	28224	
4525665	Stringtown	stringtown	US	74569	0	America/New_York	39.68617	-83.84632	323			OH	057	54810	
4525666	Stringtown	stringtown	US	74569	0	America/New_York	39.23479	-83.48825	311	Overman,Stringtown		OH	071	59500	
4525667	Stringtown	stringtown	US	74569	0	America/New_York	39.81811	-84.31217	274			OH	113	77504	
4525668	Stringtown	stringtown	US	74569	0	America/New_York	39.74535	-82.0882	234			OH	127	33964	
4525669	Stringtown	stringtown	US	74569	0	America/New_York	39.5034	-82.77406	253	String Town,Stringtown		OH	129	70184	
4525702	Success	success	US	65570	0	America/New_York	39.13508	-81.83236	211	Success,Sucess		OH	105	58282	
4525731	Sugar Grove	sugar-grove	US	16350	431	America/New_York	39.62645	-82.54849	238	Sugar Grove,Sugargrove		OH	045	05956	
4525732	Sugar Grove	sugar-grove	US	16350	0	America/New_York	38.71202	-83.06101	162			OH	145	81606	
4525775	Sugar Valley	sugar-valley	US	30746	0	America/New_York	39.69227	-84.71301	335			OH	135	22106	
4525816	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	38.45175	-82.54182	202	Manhattan,Sulphur Springs		OH	087	26782	
4525817	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	39.60063	-82.16626	239			OH	127	70226	
4525821	Summerfield	summerfield	US	27358	243	America/New_York	39.79674	-81.33595	366			OH	121	47810	
4525834	Summit	summit	US	07901	0	America/New_York	39.12673	-84.62189	266			OH	061	31752	
4525841	Summit Station	summit-station	US	17979	0	America/New_York	39.99701	-82.75212	331	Summit,Summit Station		OH	089	61112	
4525847	Sumner	sumner	US	04292	0	America/New_York	39.13924	-81.92653	212			OH	105	58646	
4525853	Sun Valley	sun-valley	US	83353	0	America/New_York	39.91062	-83.7627	313			OH	023	74119	
4525858	Sunbury	sunbury	US	17801	0	America/New_York	39.61311	-84.36578	219	Sunbury,Sunsbury		OH	113	29904	
4525896	Sunshine	sunshine	US	70780	0	America/New_York	38.71563	-83.31546	357			OH	001	31668	
4525952	Swift	swift	US	56682	0	America/New_York	39.55368	-81.71624	196	Swift,Swifts		OH	167	81774	
4525967	Switzer	switzer	US	25647	0	America/New_York	39.83591	-80.88898	380			OH	111	75945	
4525974	Sycamore	sycamore	US	15364	0	America/New_York	39.28339	-84.31688	252			OH	061	76028	
4526027	Syracuse	syracuse	US	13201	821	America/New_York	38.99758	-81.97403	179			OH	105	75847	
4526045	Tacoma	tacoma	US	98401	0	America/New_York	39.99729	-81.14649	390	Olney,Tacoma		OH	013	80864	
4526090	Tarlton	tarlton	US	43156	290	America/New_York	39.5559	-82.776	275	Newellston,Tarleton,Tarlton,Tralton		OH	129	70184	
4526121	Taylorsville	taylorsville	US	28681	0	America/New_York	39.07729	-83.73409	308	New Corwin,Taylorsville		OH	071	84826	
4526122	Taylorsville	taylorsville	US	28681	0	America/New_York	39.86422	-84.16633	235	Marysville,Taylorsburg,Taylorsville		OH	113	36610	
4526166	Temperanceville	temperanceville	US	23442	0	America/New_York	39.90785	-81.22956	288			OH	013	72970	
4526167	Tennyson	tennyson	US	47637	0	America/New_York	39.05451	-83.1224	180			OH	131	55622	
4526172	Terrace Park	terrace-park	US	45174	2245	America/New_York	39.15923	-84.30716	171	Camden City,Miami Grove,Terrace Park,Terrace Park Station		OH	061	76428	
4526215	The Plains	the-plains	US	20198	3080	America/New_York	39.36896	-82.13237	218			OH	009	02750	
4526291	Thornville	thornville	US	43076	997	America/New_York	39.89645	-82.42015	314			OH	127	76659	
4526297	Three Forks	three-forks	US	59752	0	America/New_York	39.69091	-81.53401	318	Haga,Three Forks		OH	121	58310	
4526301	Three Oaks	three-oaks	US	49128	0	America/New_York	38.50453	-82.64155	186			OH	087	78974	
4526312	Thurman	thurman	US	45685	133	America/New_York	38.90008	-82.44571	207	Centerville,Centreville,Ridgeway,Thurman		OH	053	65228	
4526317	Thurston	thurston	US	43157	610	America/New_York	39.84034	-82.54599	269			OH	045	80570	
4526365	Tipp City	tipp-city	US	45371	9899	America/New_York	39.95839	-84.17216	252	Hyattsville,Livingston,Tip Siti,Tipp City,Tipp Siti,Tippecanoe,Tippecanoe City,tyb syty,typ syty  awhayw,Тип Сити,Типп Сити,تيب سيتي,تیپ سیتی، اوهایو		OH	109	51492	
4526452	Tranquility	tranquility	US	07879	0	America/New_York	38.96257	-83.53297	236	Tranquility,Tranquillity		OH	001	71052	
4526469	Trenton	trenton	US	08601	12281	America/New_York	39.48089	-84.45772	198	Bloomfield,Tenton,Trenton,trntwn  awhayw,Трентон,ترنتون، اوهایو		OH	017	77322	
4526490	Triadelphia	triadelphia	US	26059	0	America/New_York	39.69979	-81.96542	307			OH	115	21182	
4526502	Trimble	trimble	US	38259	398	America/New_York	39.48479	-82.07903	202	Oxford,Trimble		OH	009	77420	
4526571	Tropic	tropic	US	84776	0	America/New_York	39.73757	-82.07125	257	Tropic,Tropic Station		OH	115	87066	
4526648	Tucson	tucson	US	85701	0	America/New_York	39.35645	-82.82601	219	Tucon,Tucson,Tuscon		OH	141	34006	
4526655	Tuppers Plains	tuppers-plains	US	45783	465	America/New_York	39.16869	-81.84652	225	Martinsville,Martinville,New Martinsville,Tuppers Plain,Tuppers Plains		OH	105	58646	
4526657	Turkey	turkey	US	28393	0	America/New_York	39.1084	-83.4488	286			OH	071	09736	
4526740	Twin Valley	twin-valley	US	56584	0	America/New_York	38.79035	-82.9524	199			OH	145	15560	
4526790	Union	union	US	03887	6461	America/New_York	39.89783	-84.30633	281			OH	113	78625	
4526845	Union Furnace	union-furnace	US	43158	0	America/New_York	39.46174	-82.35626	225	Five Mile Furnace,New Cadiz,Union Furnace		OH	073	74405	
4526912	Unionville	unionville	US	06085	0	America/New_York	39.62868	-81.72402	200	Meigsville,Unionville		OH	115	48930	
4526913	Unionville	unionville	US	06085	0	America/New_York	39.4523	-81.4579	184			OH	167	53452	
4527038	Utica	utica	US	13501	0	America/New_York	39.49756	-84.16021	293	Dunlevy,Utica		OH	165	15700	
4527044	Utopia	utopia	US	78884	0	America/New_York	38.77618	-84.05715	151	South Utopia,Utopia		OH	025	28224	
4527067	Valley Ford	valley-ford	US	94972	0	America/New_York	39.16674	-82.24459	228			OH	105	16924	
4527086	Valley View	valley-view	US	17983	620	America/New_York	39.96562	-83.07241	237	Valley View,Valleyview		OH	049	28280	
4527087	Valley View	valley-view	US	17983	0	America/New_York	38.77202	-83.01545	160			OH	145	81606	
4527089	Valley View	valley-view	US	17983	0	America/New_York	39.28896	-82.11903	244			OH	009	02750	
4527103	Vallonia	vallonia	US	47281	0	America/New_York	39.96035	-80.82981	284	Irwin,Irwin Station,Vallonia,Valonia		OH	013	48580	
4527114	Van Meter	van-meter	US	50261	0	America/New_York	39.04229	-83.02684	172	Van Meter,Van Meters		OH	131	71171	
4527124	Vandalia	vandalia	US	45377	15106	America/New_York	39.89061	-84.19883	303	Vandalia,Vandejlija,fandalya,wan da li ya,wndalya  awhayw,Вандалиа,Вандејлија,فانداليا,وندالیا، اوهایو,万达利亚		OH	113	79492	
4527155	Vega	vega	US	79092	0	America/New_York	38.95813	-82.4971	275	Herdman,Vega		OH	079	07090	
4527175	Verona	verona	US	07044	486	America/New_York	39.90339	-84.48551	312	Baltimore,Schenckville,Verona,West Baltimore		OH	135	33992	
4527237	Vincent	vincent	US	35178	339	America/New_York	39.37535	-81.66957	237	Vincent,Vincents		OH	167	03898	
4527247	Vinton	vinton	US	24179	220	America/New_York	38.97647	-82.34154	187	McGhees,Vinton		OH	053	36848	
4527248	Vinton	vinton	US	24179	342	America/New_York	39.24424	-82.43682	211	Vinton,Vinton Station		OH	163	24892	
4527473	Wade	wade	US	28395	0	America/New_York	39.44063	-81.17261	194	Ostend,Reas Landing,Wade		OH	167	37268	
4527491	Wagram	wagram	US	28396	0	America/New_York	39.95673	-82.73045	321	Cumberland,Havana,Wagram		OH	089	25690	
4527497	Wainwright	wainwright	US	74468	0	America/New_York	39.12229	-82.4896	205	Wainright,Wainwright		OH	079	50624	
4527504	Walhonding	walhonding	US	43843	0	America/New_York	39.90452	-81.49734	250	Waldhonding,Waldhoning,Walhonding		OH	059	79156	
4527525	Walnut	walnut	US	38683	0	America/New_York	39.70951	-82.85184	247			OH	129	80598	
4527635	Warner	warner	US	03278	0	America/New_York	39.56285	-81.41818	206			OH	167	70002	
4527660	Washington Court House	washington-court-house	US	43160	14019	America/New_York	39.53645	-83.43908	297	Vashington Kourt Khaus,Voshington Kort Khaus,Washington,Washington Court House,Washington Courthouse,washntn kwrt haws,washyngtn kwrt haws  awhayw,Вашингтон Коурт Хаус,Вошингтон Корт Хаус,واشنطن كورت هاوس,واشنگٹن، اوہائیو,واشینگتن کورت هاوس، اوهایو	047	OH	047	81718	
4527678	Washington Mills	washington-mills	US	13479	0	America/New_York	39.64756	-84.04688	232			OH	057	75201	
4527716	Waterford	waterford	US	04088	450	America/New_York	39.5423	-81.63985	198			OH	167	81774	
4527720	Waterloo	waterloo	US	13165	0	America/New_York	39.83979	-82.7849	237			OH	045	80206	
4527721	Waterloo	waterloo	US	13165	0	America/New_York	38.70147	-82.47377	197			OH	087	76031	
4527732	Watertown	watertown	US	02471	0	America/New_York	39.46591	-81.63318	216			OH	167	81844	
4527760	Waverly	waverly	US	14892	4274	America/New_York	39.12673	-82.98546	181	Union,Uniontown,Waverly,Waverly City,wyfrly,wywrly  awhayw,ويفرلي,ویورلی، اوهایو	131	OH	131	61434	
4527805	Waynesville	waynesville	US	28785	2999	America/New_York	39.52978	-84.0866	229	Vejnsvil,Вејнсвил		OH	165	82306	
4527825	Webb	webb	US	36376	0	America/New_York	39.9548	-80.77842	214	Ambler,Heath,Lashley,Webb		OH	013	48580	
4527872	Wellman	wellman	US	52356	0	America/New_York	39.48256	-84.03243	287	Hen Peck,Henpeck,Wellman,Wells		OH	165	48216	
4527879	Wellston	wellston	US	45692	5494	America/New_York	39.12341	-82.53294	226			OH	079	82712	
4527888	Welsh	welsh	US	70591	0	America/New_York	39.15063	-82.17292	198			OH	105	70996	
4527903	Wesley	wesley	US	04686	0	America/New_York	39.8009	-82.21681	313			OH	127	15658	
4527906	Wesley Chapel	wesley-chapel	US	33543	0	America/New_York	39.74534	-82.73239	315			OH	045	06950	
4527941	West Alexandria	west-alexandria	US	45381	1341	America/New_York	39.7445	-84.53217	271	Alexander,West Alexander,West Alexandria		OH	135	77994	
4527972	West Charleston	west-charleston	US	05872	0	America/New_York	39.92311	-84.13355	292	Charlestown,Friendtown,West Charleston		OH	109	06110	
4527984	West Elkton	west-elkton	US	45070	193	America/New_York	39.58783	-84.55439	314			OH	135	31486	
4528015	West Jefferson	west-jefferson	US	28694	4279	America/New_York	39.94478	-83.2688	277	Hamden,Jefferson,New Hamden,New Hampton,West Jefferson,West Jefferson Station		OH	097	38696	
4528026	West Manchester	west-manchester	US	45382	465	America/New_York	39.90255	-84.62634	333	Manchester,West Manchester		OH	135	51548	
4528034	West Middletown	west-middletown	US	15379	0	America/New_York	39.52367	-84.418	199	Madison,Madison City,Middleton,Middletown,Middletown Station,West Middletown		OH	017	46340	
4528036	West Milton	west-milton	US	17886	4714	America/New_York	39.96255	-84.328	276	Milton,West Milton		OH	109	78456	
4528051	West Portsmouth	west-portsmouth	US	45663	3149	America/New_York	38.75841	-83.02906	188	Bertha,Nauvoo,Union Mill,Union Mills,West Portsmouth		OH	145	81606	
4528071	West Union	west-union	US	26456	3179	America/New_York	38.79452	-83.54519	290	Adamsville,Scant,Vest Junion,West Union,wst ywnywn,xi you ning,Вест Јунион,وست يونيون,ویسٹ یونین، اوہائیو,西尤宁	001	OH	001	76768	
4528089	Westboro	westboro	US	54490	0	America/New_York	39.28145	-83.91048	302	Westboro,Westborough		OH	027	38542	
4528097	Westchester	westchester	US	60154	0	America/New_York	39.33034	-84.40828	199	Chester,Hogtown,Mechanicsburg,West Chester,Westchester,Westchester Village		OH	017	83150	
4528123	Westfall	westfall	US	97920	0	America/New_York	39.55812	-82.99907	202	Chillicothe,Kings Ferry,Logans Cabin,Logans Town,Lower Shawaneese Town,Old Chillicothe,Pickaway Town,Shawneetown,Westfall		OH	129	82264	
4528133	Westland	westland	US	15378	0	America/New_York	39.55035	-81.8993	310			OH	115	61602	
4528156	Westview	westview	US	40178	0	America/New_York	39.42841	-81.49707	274			OH	167	80934	
4528165	Westwood	westwood	US	02090	0	America/New_York	39.14867	-84.59939	277	Challengeville,West Tower Park,Westwood		OH	061	15000	
4528188	Wetmore	wetmore	US	49895	0	America/New_York	38.95841	-83.02379	174			OH	131	70884	
4528192	Wheat Ridge	wheat-ridge	US	80033	0	America/New_York	38.88424	-83.50325	289	Wheat,Wheat Ridge		OH	001	58366	
4528203	Wheelersburg	wheelersburg	US	45694	6437	America/New_York	38.73035	-82.85545	169	Concord,Wheelersburg,Wheelersburgh		OH	145	64206	
4528216	Whipple	whipple	US	45788	0	America/New_York	39.5223	-81.41456	197			OH	167	70002	
4528244	White Cottage	white-cottage	US	43791	0	America/New_York	39.87173	-82.09764	219	Newton,Newtonville,White Cottage,Whitecottage		OH	119	55608	
4528258	White Oak	white-oak	US	25989	0	America/New_York	39.68895	-83.34436	285	White Oak,Whiteoak		OH	047	46396	
4528259	White Oak	white-oak	US	25989	19167	America/New_York	39.21311	-84.59939	279	Creedville,White Oak		OH	061	16616	
4528269	White Oak	white-oak	US	25989	0	America/New_York	39.0159	-83.87687	289	White Oak,Whiteoak		OH	015	62596	
4528291	Whitehall	whitehall	US	12887	18694	America/New_York	39.96673	-82.88546	242	Uajtkhol,Vajtkhol,wayt hwl,wythal  awhayw,Вајтхол,Уайтхол,وائٹ ہال، اوہائیو,وايت هول,ویتهال، اوهایو		OH	049	84742	
4528320	Whitfield	whitfield	US	39193	0	America/New_York	39.67339	-84.27605	217			OH	113	83090	
4528348	Wilberforce	wilberforce	US	45384	2271	America/New_York	39.71617	-83.87771	307	Tawawa Springs,Wilberforce		OH	057	86786	
4528373	Wilkesville	wilkesville	US	45695	147	America/New_York	39.07452	-82.32599	214	Wilkes,Wilkesville,Wilksville		OH	163	85204	
4528414	Williamsburg	williamsburg	US	01096	2549	America/New_York	39.05423	-84.05299	248	Lytles Town,Lytlestown,Williamsburg,Williamsburgh		OH	025	85302	
4528434	Williamsport	williamsport	US	17701	1051	America/New_York	39.5859	-83.12046	231			OH	129	21168	
4528453	Willow Wood	willow-wood	US	45696	0	America/New_York	38.56119	-82.46793	184	Linville,Millville,Willow Wood,Willowwood		OH	087	86002	
4528463	Wilmington	wilmington	US	01887	12449	America/New_York	39.44534	-83.82854	310	Armenia,Clinton,ILN,Mount Pleasant,Robertsons Mills,Uilmington,Vilmington,Wilmington,Wilmington (Ohio),u~iruminton,wylmnghtwn,wylmyngtwn  awhayw,Вилмингтон,Уилмингтон,ويلمنغتون,ویلمینگتون، اوهایو,ویلمینگٹن، اوہائیو,ウィルミントン	027	OH	027	85792	
4528481	Wilson	wilson	US	14172	125	America/New_York	39.85674	-81.06677	381	Uilson,Уилсон		OH	111	75686	
4528527	Winchester	winchester	US	01890	1035	America/New_York	38.94174	-83.65075	296	New Market,Scott,South Winchester,Winchester		OH	001	85890	
4528528	Winchester	winchester	US	01890	0	America/New_York	38.98702	-82.53905	229	Rocky Hill,Winchester		OH	079	07090	
4528540	Windsor	windsor	US	01270	0	America/New_York	39.28478	-84.04993	280	Level,Level Station,Windsor		OH	165	33474	
4528553	Wingett Run	wingett-run	US	45789	0	America/New_York	39.53674	-81.24317	200	Winget Run,Wingett Run,Wingetts Run		OH	167	45360	
4528625	Wolf Creek	wolf-creek	US	59648	0	America/New_York	39.47952	-81.73208	204	Wolf Creek,Wolf Creek Mills		OH	167	59626	
4528673	Woodbourne	woodbourne	US	12788	0	America/New_York	39.65923	-84.15827	279	Woodbourn,Woodbourne,Woodburn,Woodburne		OH	113	81494	
4528675	Woodburn	woodburn	US	42170	0	America/New_York	39.12978	-84.47661	247			OH	061	15000	
4528687	Woodland Hills	woodland-hills	US	91364	0	America/New_York	39.79089	-84.07521	277			OH	057	04220	
4528688	Woodland Park	woodland-park	US	80863	0	America/New_York	39.19728	-84.06854	274			OH	025	82110	
4528695	Woodlawn	woodlawn	US	24381	3292	America/New_York	39.252	-84.47022	178			OH	061	86366	
4528705	Woodlyn	woodlyn	US	19094	0	America/New_York	39.57006	-83.11408	228	Williamsport Station,Woodlyn		OH	129	21168	
4528724	Woodsfield	woodsfield	US	43793	2348	America/New_York	39.76257	-81.11538	367	Woodfield,Woodsfield	111	OH	111	12966	
4528736	Woodville	woodville	US	01784	0	America/New_York	39.25506	-84.01104	287	West Woodville,Woodville		OH	025	82110	
4528773	Wrightsville	wrightsville	US	17368	0	America/New_York	38.70285	-83.51214	153	Mahala,Vineyard,Vineyard Hill,Vineyard Hills,Wrightsville		OH	001	51268	
4528780	Wrightstown	wrightstown	US	08562	0	America/New_York	39.47618	-81.97347	313	Calvary,Wrightstown,Wrightsville		OH	115	36092	
4528793	Wyoming	wyoming	US	02898	8411	America/New_York	39.23117	-84.46578	175	Vajoming,waywmyng  awhayw,wwywmyngh,Вайоминг,Вајоминг,وائیومنگ، اوہائیو,وایومینگ، اوهایو,وويومينغ		OH	061	86730	
4528810	Xenia	xenia	US	45385	25976	America/New_York	39.68478	-83.92965	284	Exenia,Ksenia,Ksenija,Xenia,Zenea,Zinija,znya  awhayw,zynya,Зинија,Ксениа,Ксения,زنیا، اوهایو,زينيا	057	OH	057	86772	
4528841	Yankeetown	yankeetown	US	34498	0	America/New_York	38.93951	-84.02021	278			OH	015	15224	
4528842	Yankeetown	yankeetown	US	34498	0	America/New_York	39.92977	-84.72218	360			OH	037	33810	
4528843	Yankeetown	yankeetown	US	34498	0	America/New_York	39.66145	-83.26825	257	Duffs Fork,Duffs Forks,Yankee Town,Yankeetown		OH	047	46396	
4528844	Yankeetown	yankeetown	US	34498	0	America/New_York	39.24257	-83.05685	276			OH	141	36890	
4528853	Yatesville	yatesville	US	31097	0	America/New_York	39.67784	-83.44936	310			OH	047	59486	
4528866	Yellow Springs	yellow-springs	US	45387	3793	America/New_York	39.80645	-83.88687	295	Forest Village,Forrest Village,Jelou Springs,Ludlow,Yellow Spring,Yellow Springs,Yellowsprings,ylw sbrynghz,Јелоу Спрингс,يلو سبرينغز,یلو اسپرنگس، اوہائیو		OH	057	49336	
4528912	Youngsville	youngsville	US	12791	0	America/New_York	38.92285	-83.56742	270			OH	001	82012	
4528914	Zaleski	zaleski	US	45698	267	America/New_York	39.28229	-82.39488	230	Zaleski,zalysky,Залески,زاليسكي		OH	163	46620	
4528923	Zanesville	zanesville	US	43701	25498	America/New_York	39.94035	-82.01319	206	Westbourne,ZZV,Zanes Town,Zanesville,Zehjnsvill,Zejnsvil,ceng si wei er,zanysfyl,zeinzubiru,znswyl  awhayw,Зејнсвил,Зэйнсвилл,زانيسفيل,زنسویل، اوهایو,ゼインズビル,曾斯維爾	119	OH	119	88084	
4528951	Zimmerman	zimmerman	US	55398	0	America/New_York	39.72784	-84.05744	271	Push-On,Shoups Station,Zimmerman,Zimmermansville		OH	057	04724	
4529027	Zoar	zoar	US	44697	0	America/New_York	39.35089	-84.1916	241			OH	165	33068	
4529091	Achille	achille	US	74720	510	America/Chicago	33.83343	-96.38721	204	Achilla,Achille		OK	013		
4529094	Acme	acme	US	15610	0	America/Chicago	34.79896	-98.01921	393			OK	051		
4529096	Ada	ada	US	45810	17303	America/Chicago	34.77453	-96.67834	308	ADT,Ada,Ejda,ada,ayda  aklahma,eida,Ада,Ејда,أدا,ایدا، اکلاهما,ایڈا، اوکلاہوما,에이다	123	OK	123		
4529104	Adair	adair	US	50002	819	America/Chicago	36.43676	-95.27136	208			OK	097		
4529135	Addington	addington	US	73520	109	America/Chicago	34.24454	-97.96698	286			OK	067		
4529137	Adel	adel	US	31620	0	America/Chicago	34.57927	-95.59442	217			OK	127		
4529143	Afton	afton	US	13730	1050	America/Chicago	36.69369	-94.96302	240	Aftan,Ehfton,NRI,aftwn,aftwn  aklahma,Афтан,Эфтон,أفتون,افتون، اکلاهما		OK	115		
4529148	Agawam	agawam	US	01001	0	America/Chicago	34.8734	-97.94615	376			OK	051		
4529156	Agra	agra	US	67621	346	America/Chicago	35.89478	-96.87225	314			OK	081		
4529191	Albany	albany	US	05820	143	America/Chicago	33.88149	-96.16276	181	Olbani,Олбани		OK	013		
4529194	Albert	albert	US	67511	0	America/Chicago	35.23284	-98.41145	463			OK	015		
4529204	Albion	albion	US	02802	102	America/Chicago	34.66288	-95.09996	205			OK	127		
4529210	Alden	alden	US	14004	0	America/Chicago	34.97534	-98.58534	451			OK	015		
4529215	Alderson	alderson	US	24910	291	America/Chicago	34.9001	-95.69193	210			OK	121		
4529218	Aledo	aledo	US	61231	0	America/Chicago	35.82727	-99.12426	589			OK	043		
4529220	Alex	alex	US	73002	554	America/Chicago	34.91479	-97.77865	315			OK	051		
4529234	Aline	aline	US	73716	219	America/Chicago	36.50976	-98.44897	393			OK	003		
4529244	Allen	allen	US	21810	935	America/Chicago	34.87898	-96.41251	265	Allen,Аллен		OK	123		
4529267	Allison	allison	US	15413	0	America/Chicago	33.89593	-96.37166	196			OK	013		
4529277	Alma	alma	US	14708	0	America/Chicago	34.41953	-97.61225	324			OK	137		
4529283	Alpha	alpha	US	42603	0	America/Chicago	35.87032	-98.10034	355			OK	073		
4529286	Alston	alston	US	30412	0	America/Chicago	36.43615	-99.29038	566			OK	153		
4529289	Altona	altona	US	12910	0	America/Chicago	35.7831	-98.17117	379			OK	073		
4529292	Altus	altus	US	72821	19214	America/Chicago	34.63813	-99.33398	426	Altus,Frazier,LTS,altws,altws  aklahma,Алтус,آلتوس، اکلاهما,ألتوس	065	OK	065		
4529308	Alva	alva	US	33920	5180	America/Chicago	36.80499	-98.66718	411	Alva,alfa,alwa  aklahma,Алва,آلوا، اکلاهما,ألفا	151	OK	151		
4529318	Amber	amber	US	73004	454	America/Chicago	35.16034	-97.87921	383			OK	051		
4529332	Ames	ames	US	50010	247	America/Chicago	36.24587	-98.18534	369	Ames,Hoyle		OK	093		
4529339	Amorita	amorita	US	73719	39	America/Chicago	36.92447	-98.29174	368			OK	003		
4529348	Anchor	anchor	US	61720	0	America/Chicago	35.83566	-95.40303	184			OK	145		
4529350	Anderson	anderson	US	29621	0	America/Chicago	35.82645	-96.99031	317			OK	081		
4529351	Anderson	anderson	US	29621	0	America/Chicago	35.0873	-96.98447	310			OK	125		
4529353	Anadarko	anadarko	US	73005	6717	America/Chicago	35.07256	-98.24366	360	Anadarko,Vetapahaetoe-mahoevehoeno,Vétapâhaetoe-mâhoévehoéno,anadarkw,anadarkw  aklahma,Анадарко,أناداركو,انادارکو، اکلاهما	015	OK	015		
4529391	Anthon	anthon	US	51004	0	America/Chicago	35.74033	-99.01315	562			OK	039		
4529392	Antioch	antioch	US	37011	0	America/Chicago	34.72508	-97.40558	305			OK	049		
4529393	Antioch	antioch	US	37011	0	America/Chicago	34.1001	-96.82834	269			OK	095		
4529418	Antlers	antlers	US	74523	2354	America/Chicago	34.23121	-95.62025	156	ATE,Antlehrs,Antlers,antlr  aklahma,antlyrs,Антлерс,Антлэрс,أنتليرس,انتلر، اکلاهما	127	OK	127		
4529424	Apache	apache	US	73006	1430	America/Chicago	34.89368	-98.36589	394			OK	015		
4529448	Arapaho	arapaho	US	73620	826	America/Chicago	35.57783	-98.96453	504		039	OK	039		
4529465	Arcadia	arcadia	US	15712	256	America/Chicago	35.66672	-97.3267	295	Arkadija,Аркадия		OK	109		
4529469	Ardmore	ardmore	US	19003	25176	America/Chicago	34.17426	-97.14363	266	ADM,Ardmor,admwr,ardmr  aklahma,Ардмор,آردمر، اکلاهما,آرڈمور، اوکلاہوما,أدمور	019	OK	019		
4529480	Arkoma	arkoma	US	74901	1925	America/Chicago	35.35454	-94.4341	158			OK	079		
4529484	Arlington	arlington	US	02474	0	America/Chicago	35.57896	-96.67974	278			OK	081		
4529489	Armstrong	armstrong	US	50514	109	America/Chicago	34.05148	-96.34527	177			OK	013		
4529499	Arnett	arnett	US	25007	532	America/Chicago	36.13504	-99.77484	746		045	OK	045		
4529500	Arnett	arnett	US	25007	0	America/Chicago	34.74728	-99.9651	534			OK	057		
4529550	Asher	asher	US	40803	415	America/Chicago	34.98952	-96.92363	315	Asher,Avoca,ashr  aklahma,Ашер,اشر، اکلاهما		OK	125		
4529554	Ashland	ashland	US	01721	63	America/Chicago	34.76787	-96.06972	236			OK	121		
4529555	Ashley	ashley	US	43003	0	America/Chicago	36.80447	-98.5248	394	Ashley,Short Springs		OK	003		
4529604	Atoka	atoka	US	38004	3065	America/Chicago	34.38593	-96.12833	176	Ato,Atoka,atwka,atwka  aklahma,Атока,أتوكا,اتوکا، اکلاهما	005	OK	005		
4529623	Atwood	atwood	US	38220	72	America/Chicago	34.9562	-96.33862	244	Atwood,Newburg		OK	063		
4529642	Avant	avant	US	74001	317	America/Chicago	36.48953	-96.06222	207			OK	113		
4529650	Avery	avery	US	75554	0	America/Chicago	35.88423	-96.75225	295	Avery,Mound City		OK	081		
4529653	Avoca	avoca	US	14809	0	America/Chicago	35.01397	-96.93058	319			OK	125		
4529683	Bailey	bailey	US	27807	0	America/Chicago	34.71619	-97.79809	354			OK	051		
4529728	Ballard	ballard	US	24918	0	America/Chicago	36.09453	-94.58939	296			OK	001		
4529744	Banner	banner	US	38913	0	America/Chicago	35.51283	-97.84894	393	Banner,Cereal		OK	017		
4529973	Barnsdall	barnsdall	US	74002	1209	America/Chicago	36.56202	-96.16167	226	Barnsdall,Bigheart		OK	113		
4529987	Bartlesville	bartlesville	US	74003	36595	America/Chicago	36.74731	-95.98082	214	BVO,Bartlehsvill,Bartlesvil,Bartlsvill,bartlzwyl  aklahma,bateuljeubil,brtlsfyl,Бартлесвил,Бартлсвилл,Бартлэсвилл,بارتلزویل، اکلاهما,بارٹلزویل، اوکلاہوما,برتلسفيل,바틀즈빌	147	OK	147		
4529998	Battiest	battiest	US	74722	0	America/Chicago	34.39344	-94.92495	251	Battiest,Ida		OK	089		
4530149	Bearden	bearden	US	71720	132	America/Chicago	35.34814	-96.38862	285			OK	107		
4530242	Bee	bee	US	24217	140	America/Chicago	34.12204	-96.57222	212			OK	069		
4530265	Beggs	beggs	US	74421	1247	America/Chicago	35.7426	-96.07027	225			OK	111		
4530278	Bell	bell	US	32619	535	America/Chicago	35.71814	-94.57605	264			OK	001		
4530300	Bellemont	bellemont	US	86015	0	America/Chicago	35.46313	-96.77113	318			OK	125		
4530303	Belleville	belleville	US	07109	0	America/Chicago	33.92566	-97.54363	235			OK	085		
4530310	Bellvue	bellvue	US	80512	0	America/Chicago	35.90091	-96.38723	286			OK	037		
4530313	Belva	belva	US	26656	0	America/Chicago	36.49892	-98.9751	461			OK	153		
4530315	Belzoni	belzoni	US	39038	0	America/Chicago	34.18566	-95.46552	140			OK	127		
4530341	Bennington	bennington	US	03442	347	America/Chicago	34.00454	-96.03776	191			OK	013		
4530350	Berlin	berlin	US	01503	0	America/Chicago	35.45061	-99.62538	661	Berlin,Doxey		OK	129		
4530353	Bernice	bernice	US	71222	562	America/Chicago	36.61591	-94.91774	232	Bernice,Needmore		OK	041		
4530363	Bentley	bentley	US	48613	0	America/Chicago	34.21482	-96.07888	177			OK	005		
4530366	Bessie	bessie	US	73622	182	America/Chicago	35.38588	-98.98814	473	Bessie,Stout		OK	149		
4530372	Bethany	bethany	US	06524	19589	America/Chicago	35.51867	-97.63226	399	Behsani,Betani,btny  aklahma,bythany,Бетани,Бэсани,بتنی، اکلاهما,بيثاني,بیتھانی، اوکلاہوما		OK	109		
4530395	Bethel	bethel	US	04217	0	America/Chicago	34.35983	-94.83745	262			OK	089		
4530519	Big Cabin	big-cabin	US	74332	262	America/Chicago	36.53787	-95.22136	220			OK	035		
4530685	Billings	billings	US	12510	510	America/Chicago	36.52892	-97.44394	309	Billings,Биллингс		OK	103		
4530700	Binger	binger	US	73009	654	America/Chicago	35.30895	-98.342	402			OK	015		
4530737	Bison	bison	US	57620	65	America/Chicago	36.19643	-97.89006	381			OK	047		
4530801	Bixby	bixby	US	65439	24657	America/Chicago	35.94204	-95.88332	183	Biksbi,byksby,byksby  aklahma,Биксби,بيكسبي,بیکسبی، اوکلاہوما,بیکسبی، اکلاهما		OK	143		
4530842	Blackburn	blackburn	US	65321	108	America/Chicago	36.37312	-96.59614	247			OK	117		
4531492	Brundidge	brundidge	US	36010	0	America/Chicago	35.59177	-95.9625	200			OK	111		
4530866	Blackwell	blackwell	US	63626	6875	America/Chicago	36.80448	-97.28282	309	BWL,Blackwell,Blakvehll,Blekvel,Parker,blakwyl,blkwl  aklahma,Блаквэлл,Блеквел,بلاكويل,بلکول، اکلاهما		OK	071		
4530879	Blair	blair	US	25022	778	America/Chicago	34.77951	-99.33536	446	Blair,Dot		OK	065		
4530882	Blanch	blanch	US	27212	0	America/Chicago	35.78314	-94.66606	308			OK	001		
4530883	Blanchard	blanchard	US	16826	8280	America/Chicago	35.13784	-97.65809	387	Blanchard,Blehnkhard,blanchard  aklahma,blanshard,Бланчард,Блэнхард,بلانشارد,بلانچارد، اکلاهما		OK	087		
4530885	Blanco	blanco	US	74528	0	America/Chicago	34.75121	-95.77443	217			OK	121		
4530893	Blocker	blocker	US	74529	0	America/Chicago	35.06149	-95.56832	196			OK	121		
4530899	Bloomington	bloomington	US	12411	0	America/Chicago	35.00172	-99.63093	512			OK	055		
4530906	Blue	blue	US	85922	195	America/Chicago	33.99649	-96.22999	174			OK	013		
4530952	Bluejacket	bluejacket	US	74333	335	America/Chicago	36.7998	-95.07108	238			OK	035		
4530963	Bluff	bluff	US	84512	0	America/Chicago	33.93982	-95.69302	144			OK	023		
4531136	Bokchito	bokchito	US	74726	657	America/Chicago	34.01732	-96.14276	195			OK	013		
4531143	Bokoshe	bokoshe	US	74930	494	America/Chicago	35.18649	-94.78578	157			OK	079		
4531160	Boley	boley	US	74829	1183	America/Chicago	35.49341	-96.48362	272	Boli,bwly  aklahma,Боли,بولی، اکلاهما		OK	107		
4531168	Bond	bond	US	80423	0	America/Chicago	34.81426	-95.65443	198			OK	121		
4531187	Boone	boone	US	28607	0	America/Chicago	34.89868	-98.462	416			OK	015		
4531202	Boswell	boswell	US	15531	699	America/Chicago	34.02732	-95.86914	186	Boswell,Mayhew		OK	023		
4531230	Bowden	bowden	US	26254	0	America/Chicago	36.06287	-96.08722	236			OK	037		
4531233	Bowers	bowers	US	19511	0	America/Chicago	34.91232	-95.41914	195			OK	077		
4531235	Bowlegs	bowlegs	US	74830	406	America/Chicago	35.14619	-96.67002	286			OK	133		
4531260	Boynton	boynton	US	15532	243	America/Chicago	35.64871	-95.65609	190			OK	101		
4531268	Braden	braden	US	38010	0	America/Chicago	35.28426	-94.50133	129			OK	079		
4531273	Bradley	bradley	US	04411	131	America/Chicago	34.87813	-97.70837	330			OK	051		
4531280	Brady	brady	US	59416	0	America/Chicago	34.62286	-97.28252	297			OK	049		
4531282	Braggs	braggs	US	74423	254	America/Chicago	35.66343	-95.19802	170	Braggs,Patrick		OK	101		
4531284	Braidwood	braidwood	US	60408	0	America/Chicago	34.94843	-94.79579	169			OK	079		
4531285	Braithwaite	braithwaite	US	70040	0	America/Chicago	35.37366	-99.05842	485			OK	149		
4531286	Braman	braman	US	74632	212	America/Chicago	36.92364	-97.33366	321			OK	071		
4531310	Brent	brent	US	35034	716	America/Chicago	35.36787	-94.79356	156			OK	135		
4531322	Brewer	brewer	US	04412	0	America/Chicago	34.81315	-95.86083	217			OK	121		
4531355	Bridgeport	bridgeport	US	06601	110	America/Chicago	35.54644	-98.38451	458			OK	015		
4531361	Briggs	briggs	US	78608	303	America/Chicago	35.9208	-94.89544	277			OK	021		
4531370	Bristow	bristow	US	20136	4248	America/Chicago	35.83063	-96.39112	247	Bristou,brystw,brystww  aklahma,Бристоу,بريستو,بریستوو، اکلاهما		OK	037		
4531378	Britton	britton	US	49229	0	America/Chicago	35.56561	-97.53115	372			OK	109		
4531398	Brock	brock	US	68320	0	America/Chicago	34.11593	-97.23946	281			OK	019		
4531405	Broken Arrow	broken-arrow	US	74011	106563	America/Chicago	36.0526	-95.79082	230	Broken Arou,Broken Arrow,Broken-Ehrrou,Broken-Errov,Broukehn Arrou,beulokeun-aelo,brwkn arw,brwkn arww  aklahma,burokun'aro,Брокен Ароу,Брокен-Ерров,Брокен-Эрроу,Броукэн Арроу,ברוקן ארו,بروكن أرو,بروکن اروو، اکلاهما,بروکن ایرو، اوکلاہوما,ブロークンアロー,브로큰애로		OK	143		
4531414	Broken Bow	broken-bow	US	68822	4131	America/Chicago	34.02928	-94.7391	143	Broken Bou,Broukehn Bou,brwkn baw  aklahma,brwkn bw,Брокен Боу,Броукэн Боу,بروكن بو,بروکن باو، اکلاهما		OK	089		
4531443	Bromide	bromide	US	74530	166	America/Chicago	34.41843	-96.49694	216	Bromide,Zenobia		OK	069		
4531455	Brooksville	brooksville	US	04617	60	America/Chicago	35.19813	-96.96836	289	Brooksville,Sewell		OK	125		
4531498	Bruno	bruno	US	25611	0	America/Chicago	34.34426	-96.07527	180			OK	005		
4531500	Broxton	broxton	US	31519	0	America/Chicago	34.9859	-98.40922	437			OK	015		
4531504	Brush Creek	brush-creek	US	38547	35	America/Chicago	36.41675	-94.78606	290			OK	041		
4531573	Bryant	bryant	US	35958	0	America/Chicago	35.39065	-96.06472	222			OK	111		
4531627	Buffalo	buffalo	US	14201	1311	America/Chicago	36.83559	-99.6304	553	Brule,Bufalo,Buffalo,bwfalw,bwfalw  aklahma,Буфало,Буффало,بفیلو، اوکلاہوما,بوفالو,بوفالو، اکلاهما	059	OK	059		
4531711	Bunch	bunch	US	74931	0	America/Chicago	35.68259	-94.76106	238			OK	001		
4531720	Burbank	burbank	US	44214	139	America/Chicago	36.69504	-96.73198	314	Berbank,Бербанк		OK	113		
4531743	Burlington	burlington	US	01803	161	America/Chicago	36.90003	-98.42285	372	Berlington,Берлингтон		OK	003		
4531745	Burnett	burnett	US	53922	0	America/Chicago	35.15591	-97.08086	292			OK	125		
4531752	Burneyville	burneyville	US	73430	0	America/Chicago	33.90788	-97.28891	234			OK	085		
4531760	Burns Flat	burns-flat	US	73624	2049	America/Chicago	35.34894	-99.17036	578			OK	149		
4531777	Burt	burt	US	14028	0	America/Chicago	34.45036	-99.08091	413			OK	141		
4531781	Burwell	burwell	US	68823	0	America/Chicago	34.18594	-95.15134	148			OK	127		
4531795	Butler	butler	US	07405	305	America/Chicago	35.63671	-99.18593	540			OK	039		
4531817	Butner	butner	US	27509	0	America/Chicago	35.26091	-96.4589	281			OK	133		
4531840	Byars	byars	US	74831	262	America/Chicago	34.87425	-97.05002	314			OK	087		
4531853	Byron	byron	US	14422	37	America/Chicago	36.90197	-98.29396	364			OK	003		
4531875	Cache	cache	US	73527	2925	America/Chicago	34.62952	-98.62867	387	Kach,Kesh,kash,ksh  aklahma,Кач,Кеш,كاش,کش، اکلاهما		OK	031		
4531896	Caddo	caddo	US	74729	1048	America/Chicago	34.12676	-96.26332	222			OK	013		
4531970	Cade	cade	US	70519	0	America/Chicago	34.09871	-95.98998	169			OK	013		
4531980	Calera	calera	US	35040	2247	America/Chicago	33.93454	-96.4286	217	Cale,Calera,Sterrett		OK	013		
4531983	Cairo	cairo	US	12413	0	America/Chicago	34.59065	-96.13194	200			OK	029		
4531984	Calhoun	calhoun	US	30701	0	America/Chicago	35.10371	-94.74606	204	Calhoun,Sutter		OK	079		
4531994	Calumet	calumet	US	15621	564	America/Chicago	35.60116	-98.11867	421			OK	017		
4531998	Callahan	callahan	US	32011	0	America/Chicago	36.29587	-97.56894	347			OK	047		
4532058	Camargo	camargo	US	61919	186	America/Chicago	36.01727	-99.28927	591			OK	043		
4532061	Cambridge	cambridge	US	02138	0	America/Chicago	35.07283	-99.20536	487			OK	075		
4532063	Calvin	calvin	US	16622	285	America/Chicago	34.96787	-96.24862	226	Calvin,Riverview		OK	063		
4532065	Cameron	cameron	US	14819	293	America/Chicago	35.13399	-94.53467	148			OK	079		
4532135	Canadian	canadian	US	74425	207	America/Chicago	35.17732	-95.65527	203	Canadian,South Canadian		OK	121		
4532200	Caney	caney	US	67333	198	America/Chicago	34.23231	-96.21416	183			OK	005		
4532268	Canton	canton	US	02021	615	America/Chicago	36.05365	-98.58842	483			OK	011		
4532279	Canute	canute	US	73626	545	America/Chicago	35.42199	-99.27953	578			OK	149		
4532311	Capron	capron	US	23829	23	America/Chicago	36.8967	-98.57758	394	Capron,Virgel		OK	151		
4532316	Carbon	carbon	US	47837	0	America/Chicago	34.92621	-95.63915	205	Carbon,Cherryvale,Simpson Station		OK	121		
4532318	Carbondale	carbondale	US	18407	0	America/Chicago	36.09537	-96.02028	215			OK	143		
4532331	Carleton	carleton	US	48117	0	America/Chicago	36.01504	-98.52036	485			OK	011		
4532335	Carlisle	carlisle	US	01741	606	America/Chicago	35.50065	-95.02634	171	Carlile,Carlisle		OK	135		
4532339	Carlton	carlton	US	16311	0	America/Chicago	36.01448	-98.51536	482	Carleton,Carlton,Hopkins		OK	011		
4532352	Carmen	carmen	US	73726	367	America/Chicago	36.57892	-98.4623	412			OK	003		
4532357	Carnegie	carnegie	US	15106	1700	America/Chicago	35.10367	-98.60367	399			OK	015		
4532366	Carney	carney	US	49812	661	America/Chicago	35.80839	-97.01281	333	Karni,Карни		OK	081		
4532371	Carpenter	carpenter	US	50426	0	America/Chicago	35.53033	-99.37176	591			OK	129		
4532384	Carrier	carrier	US	73727	89	America/Chicago	36.47698	-98.02228	411			OK	047		
4532386	Carson	carson	US	23830	0	America/Chicago	35.16593	-96.08861	227			OK	063		
4532393	Carter	carter	US	41128	266	America/Chicago	35.21894	-99.50565	557	Beulah,Carter		OK	009		
4532413	Cartersville	cartersville	US	23027	0	America/Chicago	35.23149	-94.84495	181			OK	061		
4532415	Cartwright	cartwright	US	58838	609	America/Chicago	33.85288	-96.56194	203			OK	013		
4532418	Carver	carver	US	02330	0	America/Chicago	34.52342	-97.48447	282			OK	049		
4532429	Casey	casey	US	50048	0	America/Chicago	36.28256	-96.6742	285			OK	117		
4532432	Cashion	cashion	US	73016	847	America/Chicago	35.7981	-97.67866	345			OK	073		
4532436	Castle	castle	US	74833	106	America/Chicago	35.47452	-96.38223	295			OK	107		
4532493	Catoosa	catoosa	US	74015	7146	America/Chicago	36.18899	-95.74582	190	Katusa,katwsa,ktwsa  aklahma,Катуса,كاتوسا,کتوسا، اکلاهما		OK	131		
4532575	Cedar	cedar	US	49621	0	America/Chicago	35.01843	-94.9894	180			OK	077		
4532580	Cayuga	cayuga	US	13034	140	America/Chicago	36.63424	-94.67995	229			OK	041		
4532641	Cedar Crest	cedar-crest	US	87008	312	America/Chicago	36.11343	-95.22913	201			OK	097		
4532684	Cedar Ridge	cedar-ridge	US	95924	0	America/Chicago	36.20786	-96.27001	251			OK	117		
4532689	Cedar Springs	cedar-springs	US	39832	0	America/Chicago	36.21754	-98.58342	521			OK	093		
4532690	Cedar Valley	cedar-valley	US	84013	317	America/Chicago	35.86421	-97.56199	316			OK	083		
4532704	Cedars	cedars	US	19423	0	America/Chicago	35.27426	-94.44272	143			OK	079		
4532707	Cement	cement	US	73017	495	America/Chicago	34.93201	-98.14033	444			OK	015		
4532716	Center	center	US	42214	0	America/Chicago	34.79925	-96.81557	319			OK	123		
4532723	Center Point	center-point	US	26339	0	America/Chicago	34.94649	-95.31358	196			OK	077		
4532738	Centerview	centerview	US	64019	0	America/Chicago	35.43368	-96.66529	298			OK	125		
4532740	Centerville	centerville	US	02632	0	America/Chicago	34.72534	-99.10591	433			OK	075		
4532741	Centerville	centerville	US	02632	0	America/Chicago	34.86677	-95.51776	212			OK	121		
4532743	Centrahoma	centrahoma	US	74534	93	America/Chicago	34.60981	-96.34556	216	Centrahoma,Owl		OK	029		
4532818	Centralia	centralia	US	62801	0	America/Chicago	36.79675	-95.35331	261	Centralia,Lucas		OK	035		
4532827	Ceres	ceres	US	14721	0	America/Chicago	36.47726	-97.28255	296	Ceres,McKinney		OK	103		
4532839	Chambers	chambers	US	68725	0	America/Chicago	34.86982	-95.82471	217			OK	121		
4532846	Chandler	chandler	US	47610	3175	America/Chicago	35.70173	-96.88086	287	Chandlehr,Chandler,chndlr  aklahma,tshandlr,Чандлер,Чандлэр,تشاندلر,چندلر، اکلاهما	081	OK	081		
4532895	Chattanooga	chattanooga	US	37401	455	America/Chicago	34.42286	-98.65645	351	Chattanuga,Чаттануга		OK	031		
4532917	Checotah	checotah	US	74426	3261	America/Chicago	35.4701	-95.52304	199	Chekota,Chekotakh,chkwtah  aklahma,tshykwta,Чекота,Чекотах,تشيكوتا,چکوتاه، اکلاهما		OK	091		
4532918	Chelsea	chelsea	US	02150	1969	America/Chicago	36.53565	-95.43247	220			OK	131		
4532929	Cherokee	cherokee	US	28719	1560	America/Chicago	36.75447	-98.35674	360	CKA,Cherokee,Cheroki,chrky  aklahma,shyrwky,Чероки,شيروكي,چرکی، اکلاهما	003	OK	003		
4532995	Cherry Tree	cherry-tree	US	15724	883	America/Chicago	35.74148	-94.64328	331			OK	001		
4532999	Chester	chester	US	01011	117	America/Chicago	36.21643	-98.92093	523			OK	093		
4533006	Cheyenne	cheyenne	US	73628	824	America/Chicago	35.61394	-99.67149	601	Chejni,Shajen,Shajenn,shayn  aklahma,tshyny,Чейни,Шайенн,Шајен,تشيني,شاین، اکلاهما	129	OK	129		
4533029	Chickasha	chickasha	US	73018	16488	America/Chicago	35.05257	-97.93643	333	CHK,Chichashej,Chickasha,Chikasha,Pensee,chykshy  aklahma,tshykasha,Чикаша,Чичашеј,تشيكاشا,چیکشی، اکلاهما	051	OK	051		
4533130	Choctaw	choctaw	US	72028	12179	America/Chicago	35.49756	-97.26892	350	Choctaw,Choctaw City		OK	109		
4533166	Chouteau	chouteau	US	74337	2092	America/Chicago	36.18593	-95.34302	191	Choteau,Chouteau,Chouteau Station		OK	097		
4533556	Citra	citra	US	32113	0	America/Chicago	34.79648	-96.37639	229			OK	063		
4533580	Claremore	claremore	US	74017	18997	America/Chicago	36.3126	-95.61609	182	Klehrmor,Klermor,klarmwr,klyrmr  aklahma,Клермор,Клэрмор,كلارمور,کلیرمر، اکلاهما	131	OK	131		
4533613	Clarita	clarita	US	74535	0	America/Chicago	34.48287	-96.43333	206	Clarita,Kittie		OK	029		
4533617	Clayton	clayton	US	08312	795	America/Chicago	34.58955	-95.35275	185	Clayton,Dexter,Klehiton,Klejton,klaytwn,klytn  aklahma,Клејтон,Клэитон,كلايتون,کلیتن، اکلاهما,کلیٹن، اوکلاہوما		OK	127		
4533680	Cleo Springs	cleo-springs	US	73729	350	America/Chicago	36.40531	-98.44063	389	Cleo,Cleo Springs		OK	093		
4533688	Cleveland	cleveland	US	13042	3216	America/Chicago	36.31032	-96.46584	237	Cleveland,Herbert,Klivlend,Кливленд		OK	117		
4533710	Clifton	clifton	US	07011	0	America/Chicago	35.5159	-96.91197	265			OK	081		
4533732	Clothier	clothier	US	25047	0	America/Chicago	35.31979	-97.41476	374			OK	027		
4533738	Clinton	clinton	US	01510	9565	America/Chicago	35.51561	-98.96731	477	CSM,Klinton,Tsex-hotoxaha,Tséx-hótôxáha,klyntn  aklahma,klyntwn,Клинтон,كلينتون,کلنٹن، اوکلاہوما,کلینتن، اکلاهما		OK	039		
4533756	Clyde	clyde	US	14433	0	America/Chicago	36.84642	-97.82117	339			OK	053		
4533771	Coal Creek	coal-creek	US	81221	0	America/Chicago	35.18899	-94.66078	134			OK	079		
4533797	Coalton	coalton	US	26257	0	America/Chicago	35.49761	-95.93916	217			OK	111		
4533799	Cobb	cobb	US	31735	0	America/Chicago	34.08482	-96.40777	206			OK	013		
4533835	Cody	cody	US	69211	0	America/Chicago	35.80532	-98.69064	470			OK	039		
4533836	Cody	cody	US	69211	0	America/Chicago	36.31895	-96.71031	250			OK	117		
4533854	Colbert	colbert	US	30628	1183	America/Chicago	33.85316	-96.50249	202			OK	013		
4533878	Colcord	colcord	US	25048	815	America/Chicago	36.26425	-94.693	351			OK	041		
4533892	Coleman	coleman	US	33521	0	America/Chicago	34.27148	-96.41916	235	Coleman,Ego		OK	069		
4533909	Collinsville	collinsville	US	06022	6492	America/Chicago	36.36454	-95.83888	195	Collins,Collinsville,Kollinsvil',Коллинсвиль		OK	143		
4533921	Colony	colony	US	66015	137	America/Chicago	35.34867	-98.67674	449			OK	149		
4533928	Comanche	comanche	US	73529	1625	America/Chicago	34.36897	-97.96392	301	Comanche,Tucker		OK	137		
4533952	Commerce	commerce	US	30529	2483	America/Chicago	36.9334	-94.87301	247	Commerce,Komers,Kommehrs,North Miami,kamrs  aklahma,kwmyrk,Комерс,Коммэрс,كوميرك,کامرس، اوکلاہوما,کامرس، اکلاهما		OK	115		
4533978	Compton	compton	US	20627	0	America/Chicago	34.80454	-95.02135	282			OK	079		
4533985	Concho	concho	US	73022	0	America/Chicago	35.6156	-97.9945	424			OK	017		
4534002	Connerville	connerville	US	74836	0	America/Chicago	34.44759	-96.63612	304			OK	069		
4534016	Cook	cook	US	55723	0	America/Chicago	34.2712	-96.19721	171			OK	005		
4534023	Cookson	cookson	US	74427	0	America/Chicago	35.71093	-94.91995	275			OK	021		
4534068	Cooper	cooper	US	50059	0	America/Chicago	36.81115	-96.75198	361			OK	113		
4534096	Copeland	copeland	US	34137	1629	America/Chicago	36.65591	-94.82829	241	Copeland,Copeland Switch		OK	041		
4534098	Copan	copan	US	74022	741	America/Chicago	36.89758	-95.92609	234	Copan,Weldon		OK	147		
4534102	Cora	cora	US	25614	0	America/Chicago	36.79781	-98.91704	541			OK	151		
4534104	Corbett	corbett	US	97019	0	America/Chicago	34.97341	-97.22947	330	Corbett,Higbee		OK	027		
4534117	Cordell	cordell	US	73632	2892	America/Chicago	35.29061	-98.98841	475	Cordell,New Cordell	149	OK	149		
4534122	Corn	corn	US	73024	506	America/Chicago	35.37811	-98.78202	482	Corn,Korn		OK	149		
4534124	Corinne	corinne	US	25826	0	America/Chicago	34.18594	-95.29135	183			OK	127		
4534139	Cornish	cornish	US	03745	158	America/Chicago	34.15898	-97.59697	259			OK	067		
4534166	Cotton Valley	cotton-valley	US	71018	0	America/Chicago	36.97091	-95.85887	232			OK	147		
4534181	Cottonwood	cottonwood	US	36320	0	America/Chicago	34.55593	-96.20389	183			OK	029		
4534182	Cottonwood	cottonwood	US	36320	0	America/Chicago	35.36843	-94.54911	148			OK	135		
4534252	Council Hill	council-hill	US	74428	151	America/Chicago	35.55556	-95.65139	201	Council Hill,Old Creek Council Ground		OK	101		
4534283	Countyline	countyline	US	73425	0	America/Chicago	34.4487	-97.5628	320	County Line,Countyline		OK	137		
4534305	Covington	covington	US	16917	554	America/Chicago	36.30754	-97.58644	348	Covington,Tripp		OK	047		
4534356	Cowden	cowden	US	62422	0	America/Chicago	35.24783	-98.71201	442			OK	149		
4534386	Coweta	coweta	US	74429	9559	America/Chicago	35.95177	-95.65081	201	Coveda Mission,Coveta Mission,Coweta,Cowetah,Kauehta,Kauita,kwwta  aklahma,kwyta,Кауита,Кауэта,كويتا,کووتا، اکلاهما		OK	145		
4534410	Coyle	coyle	US	73027	357	America/Chicago	35.95672	-97.23448	267			OK	083		
4534415	Craig	craig	US	64437	0	America/Chicago	34.84038	-95.62748	213	Coleman,Craig		OK	121		
4534433	Crawford	crawford	US	26343	0	America/Chicago	35.82699	-99.79956	710			OK	129		
4534452	Crescent	crescent	US	15046	1527	America/Chicago	35.95254	-97.59477	348			OK	083		
4534522	Cromwell	cromwell	US	06416	287	America/Chicago	35.34008	-96.45723	293			OK	133		
4534554	Crossroads	crossroads	US	88114	0	America/Chicago	33.98261	-94.79105	128			OK	089		
4534577	Crowder	crowder	US	38622	412	America/Chicago	35.12399	-95.66999	189			OK	121		
4534610	Crystal	crystal	US	48818	0	America/Chicago	34.22676	-95.93026	174			OK	005		
4534631	Cumberland	cumberland	US	02864	0	America/Chicago	34.06454	-96.59972	219			OK	095		
4534652	Curtis	curtis	US	49820	0	America/Chicago	36.4392	-99.1426	591			OK	153		
4534659	Cushing	cushing	US	04563	7867	America/Chicago	35.98506	-96.76697	285	CUH,Kashing,Kushing,ku xin,kusing,kwshyng  aklahma,kwshyngh,Кашинг,Кушинг,كوشينغ,کوشینگ، اکلاهما,库欣,쿠싱		OK	119		
4534672	Custer City	custer-city	US	16725	399	America/Chicago	35.66505	-98.88314	540	Custer,Custer City		OK	039		
4534687	Cyril	cyril	US	73029	1046	America/Chicago	34.89646	-98.2006	416			OK	015		
4534702	Dacoma	dacoma	US	73731	114	America/Chicago	36.65948	-98.56314	415			OK	151		
4534716	Daisy	daisy	US	30423	0	America/Chicago	34.53593	-95.7397	224			OK	005		
4534728	Damon	damon	US	77430	0	America/Chicago	34.8551	-95.30775	247			OK	077		
4534735	Dane	dane	US	53529	0	America/Chicago	36.21698	-98.61953	528			OK	093		
4534752	Darrow	darrow	US	70725	0	America/Chicago	36.09809	-98.38841	389			OK	011		
4534753	Darwin	darwin	US	55324	0	America/Chicago	34.24788	-95.77942	193			OK	005		
4534763	Davenport	davenport	US	13750	821	America/Chicago	35.70479	-96.7653	257	Dehvenport,Дэвенпорт		OK	081		
4534771	Davidson	davidson	US	28035	298	America/Chicago	34.24092	-99.07563	356			OK	141		
4534774	Davis	davis	US	26260	2794	America/Chicago	34.50453	-97.11946	258	Davis (Oklahoma),Dehvis,Dejvis,dyfys,dywys  aklahma,Дейвис,Дејвис,Дэвис,ديفيس,دیویس، اکلاهما,ڈیوس، اوکلاہوما		OK	099		
4534802	Dawes	dawes	US	25054	0	America/Chicago	36.88146	-94.99135	260			OK	115		
4534804	Dawson	dawson	US	15428	0	America/Chicago	36.17982	-95.9086	202			OK	143		
4534901	Deer Creek	deer-creek	US	56527	132	America/Chicago	36.80586	-97.51949	332			OK	053		
4534945	Delaware	delaware	US	07833	417	America/Chicago	36.7787	-95.63942	219	Delavarskij,Делаварский		OK	105		
4534986	Delhi	delhi	US	13753	0	America/Chicago	35.17477	-99.67649	586			OK	009		
4535004	Dennis	dennis	US	02638	195	America/Chicago	36.53925	-94.88412	270	Dennis,Деннис		OK	041		
4535012	Denton	denton	US	21629	0	America/Chicago	34.66646	-98.12449	371			OK	137		
4535017	Denver	denver	US	12421	0	America/Chicago	35.23257	-97.28225	333			OK	027		
4535021	Depew	depew	US	14043	482	America/Chicago	35.80285	-96.50612	269			OK	037		
4535041	Devol	devol	US	73531	147	America/Chicago	34.19592	-98.59006	327			OK	033		
4535044	Dewar	dewar	US	50623	872	America/Chicago	35.45816	-95.94139	205			OK	111		
4535051	Dewey	dewey	US	61840	3499	America/Chicago	36.79592	-95.93554	214			OK	147		
4535076	Dibble	dibble	US	73031	827	America/Chicago	35.0334	-97.62976	379			OK	087		
4535089	Dickson	dickson	US	37055	1253	America/Chicago	34.18732	-96.98446	250			OK	019		
4535095	Dighton	dighton	US	02715	0	America/Chicago	35.4676	-95.89305	200	Bartlett,Dighton		OK	111		
4535097	Dill City	dill-city	US	73641	566	America/Chicago	35.27672	-99.13508	565	Dill,Dill City		OK	149		
4535100	Dillard	dillard	US	30537	0	America/Chicago	34.18732	-97.40474	275			OK	019		
4535101	Dilworth	dilworth	US	56529	0	America/Chicago	36.94142	-97.2281	336			OK	071		
4535108	Disney	disney	US	74340	303	America/Chicago	36.48119	-95.01496	249			OK	097		
4535123	Divide	divide	US	59727	0	America/Chicago	34.47593	-95.30941	246			OK	127		
4535135	Dodge	dodge	US	54625	115	America/Chicago	36.57369	-94.65606	286			OK	041		
4535205	Dougherty	dougherty	US	50433	221	America/Chicago	34.39953	-97.05557	236			OK	099		
4535207	Douglas	douglas	US	01516	34	America/Chicago	36.26059	-97.66922	348			OK	047		
4535208	Douglas	douglas	US	01516	0	America/Chicago	36.18371	-95.88082	192			OK	143		
4535223	Dover	dover	US	02030	473	America/Chicago	35.98143	-97.91117	315	Dover,Довер		OK	073		
4535226	Dow	dow	US	62022	0	America/Chicago	34.87676	-95.60026	195			OK	121		
4535260	Drake	drake	US	42128	0	America/Chicago	34.39787	-96.95085	286			OK	099		
4535268	Driftwood	driftwood	US	15832	0	America/Chicago	36.8792	-98.35952	363			OK	003		
4535275	Dripping Springs	dripping-springs	US	78620	0	America/Chicago	34.18704	-97.03835	250			OK	019		
4535276	Dripping Springs	dripping-springs	US	78620	50	America/Chicago	36.17397	-94.67217	336			OK	041		
4535286	Drummond	drummond	US	54832	473	America/Chicago	36.30031	-98.0359	373			OK	047		
4535287	Drumright	drumright	US	74030	2880	America/Chicago	35.9884	-96.60113	259	Dramrajt,Drumrajt,drwmrayt,drwmryght  aklahma,Драмрајт,Друмрайт,درومرايت,درومریگهت، اکلاهما		OK	037		
4535305	Dry Creek	dry-creek	US	25062	227	America/Chicago	35.73704	-94.87328	301			OK	021		
4535362	Dudley	dudley	US	01571	0	America/Chicago	35.81145	-97.06642	342			OK	081		
4535379	Duke	duke	US	65461	341	America/Chicago	34.66146	-99.57009	432	Duke,East Duke		OK	065		
4535380	Dunbar	dunbar	US	15431	0	America/Chicago	34.45871	-95.56053	162			OK	127		
4535389	Duncan	duncan	US	29334	23231	America/Chicago	34.5023	-97.95781	342	DUC,Dankan,Dunkan,dankn  aklahma,dnkan,Данкан,Дункан,دانکن، اکلاهما,دنكان,ڈنکن، اوکلاہوما	137	OK	137		
4535399	Dundee	dundee	US	14837	0	America/Chicago	34.2312	-97.54503	300			OK	019		
4535403	Dunbar	dunbar	US	15431	0	America/Chicago	33.94093	-97.28224	231			OK	085		
4535411	Dunlap	dunlap	US	37327	0	America/Chicago	36.6067	-99.6754	618			OK	059		
4535414	Durant	durant	US	33530	17286	America/Chicago	33.99399	-96.37082	194	DUA,Djurant,Durant,drnt  aklahma,dywrant,Дурант,Дюрант,درنت، اکلاهما,ديورانت	013	OK	013		
4535422	Durham	durham	US	03824	0	America/Chicago	35.84199	-99.92484	753	Darem,Дарем		OK	129		
4535428	Dustin	dustin	US	74839	379	America/Chicago	35.27065	-96.03083	218			OK	063		
4535438	Dutton	dutton	US	23050	0	America/Chicago	35.20395	-98.09449	366			OK	015		
4535474	Eagletown	eagletown	US	74734	528	America/Chicago	34.03428	-94.57493	121			OK	089		
4535477	Eakly	eakly	US	73033	334	America/Chicago	35.30533	-98.55784	456			OK	015		
4535481	Earl	earl	US	28038	0	America/Chicago	34.20176	-96.89779	229			OK	069		
4535488	Earlsboro	earlsboro	US	74840	639	America/Chicago	35.26757	-96.80335	312			OK	125		
4535667	Eastman	eastman	US	31023	0	America/Chicago	33.98843	-97.26474	259			OK	085		
4535672	Eastport	eastport	US	04631	0	America/Chicago	33.789	-94.48187	125			OK	089		
4535718	Eddy	eddy	US	76524	0	America/Chicago	36.7317	-97.45866	325			OK	071		
4535740	Edmond	edmond	US	25837	90092	America/Chicago	35.65283	-97.4781	367	Edmond,Edmont,Ehdmon,Ehdmond,Ehdmont,admnd  aklahma,admwnd,edeumeondeu,edomondo,Едмонд,Едмонт,Эдмон,Эдмонд,Эдмонт,אדמונד,إدموند,ادمند، اکلاهما,ایڈمونڈ، اوکلاہوما,エドモンド,에드먼드		OK	109		
4535753	Edna	edna	US	67342	0	America/Chicago	35.70398	-96.21056	215			OK	037		
4535783	El Reno	el-reno	US	73036	18516	America/Chicago	35.53227	-97.95505	414	Ehl Reno,El Reno,Elreno,Ponoe,al rnw  aklahma,alrynw,Ел Рено,Эл Рено,إلرينو,ال رنو، اکلاهما	017	OK	017		
4535795	Elba	elba	US	14058	0	America/Chicago	36.40287	-95.67943	184			OK	131		
4535798	Eldon	eldon	US	52554	368	America/Chicago	35.92814	-94.84023	241			OK	021		
4535801	Eldorado	eldorado	US	45321	428	America/Chicago	34.47202	-99.64815	443			OK	065		
4535806	Elgin	elgin	US	16413	2969	America/Chicago	34.78035	-98.29227	394	Ceegee,Elgin		OK	031		
4535823	Elk City	elk-city	US	67344	12717	America/Chicago	35.41199	-99.40426	585	Busch,ELK,Ehlk Siti,Elk City,Elk Siti,alk syty,alk syty  aklahma,Елк Сити,Элк Сити,إلك سيتي,الک سیتی، اکلاهما		OK	009		
4535838	Ellaville	ellaville	US	31806	0	America/Chicago	35.10147	-96.80946	277			OK	125		
4535840	Elliott	elliott	US	29046	0	America/Chicago	36.9423	-95.62942	222			OK	105		
4535895	Elmer	elmer	US	08318	92	America/Chicago	34.48119	-99.35092	399			OK	065		
4535904	Elmore City	elmore-city	US	73433	706	America/Chicago	34.62286	-97.39641	297	Banner,Elmore,Elmore City		OK	049		
4535958	England	england	US	72046	0	America/Chicago	35.88453	-94.668	323			OK	001		
4535961	Enid	enid	US	38927	51776	America/Chicago	36.39559	-97.87839	378	Ehnid,Enid,Inid,WDG,anyd,aynyd  aklahma,inideu,Енід,Инид,Энид,إنيد,اینڈ، اوکلاہوما,اینید، اکلاهما,이니드	047	OK	047		
4535974	Enterprise	enterprise	US	26568	0	America/Chicago	35.22982	-95.37997	201			OK	061		
4535978	Enville	enville	US	38332	0	America/Chicago	33.98371	-96.9864	216	Enville,Ran		OK	085		
4535979	Eola	eola	US	60519	0	America/Chicago	34.55036	-97.4403	292			OK	049		
4535992	Erick	erick	US	73645	1093	America/Chicago	35.21533	-99.86649	629	Ehrik,Erik,aryk,aryk  aklahma,Ерик,Эрик,إريك,اریک، اکلاهما		OK	009		
4536011	Ethel	ethel	US	25076	0	America/Chicago	34.22955	-95.54413	180			OK	127		
4536012	Etna	etna	US	03750	0	America/Chicago	36.37059	-97.74672	361			OK	047		
4536016	Etowah	etowah	US	28729	92	America/Chicago	35.12702	-97.16891	334			OK	027		
4536022	Eucha	eucha	US	74342	0	America/Chicago	36.39203	-94.88301	342	Eucha,New Eucha		OK	041		
4536031	Eufaula	eufaula	US	36027	2936	America/Chicago	35.28722	-95.5825	188	Ehufaula,Eufaula,Jufola,North Fork Town,aywfla  aklahma,ywfawla,Јуфола,Эуфаула,ایوفلا، اکلاهما,يوفاولا	091	OK	091		
4536074	Evening Shade	evening-shade	US	72532	359	America/Chicago	35.62454	-94.92856	351			OK	135		
4536093	Fair Oaks	fair-oaks	US	47943	103	America/Chicago	36.16664	-95.69427	194			OK	145		
4536099	Fairfax	fairfax	US	05454	1349	America/Chicago	36.57366	-96.7042	260	Fajafaks,Ferfaks,frfks  aklahma,fyrfaks,Фаяфакс,Ферфакс,فرفکس، اکلاهما,فيرفاكس,فیئرفیکس، اوکلاہوما		OK	113		
4536106	Fairfield	fairfield	US	04937	584	America/Chicago	35.84731	-94.61244	348			OK	001		
4536109	Fairland	fairland	US	46126	1062	America/Chicago	36.75118	-94.84746	254			OK	115		
4536119	Fairmont	fairmont	US	26554	141	America/Chicago	36.35559	-97.70561	366			OK	047		
4536124	Fairview	fairview	US	07022	2655	America/Chicago	36.26892	-98.4798	397		093	OK	093		
4536228	Fallon	fallon	US	59326	0	America/Chicago	33.99788	-95.4169	147			OK	023		
4536249	Fargo	fargo	US	31631	375	America/Chicago	36.37615	-99.62373	643	Fargo,Фарго		OK	045		
4536263	Farwell	farwell	US	48622	0	America/Chicago	34.8859	-98.0056	359			OK	051		
4536273	Fanshawe	fanshawe	US	74935	407	America/Chicago	34.95093	-94.90829	166			OK	079		
4536283	Fay	fay	US	73646	0	America/Chicago	35.81338	-98.65786	519			OK	043		
4536289	Faxon	faxon	US	73540	134	America/Chicago	34.45702	-98.57895	339			OK	031		
4536349	Finley	finley	US	38030	0	America/Chicago	34.32843	-95.49497	149			OK	127		
4536354	Fillmore	fillmore	US	14735	0	America/Chicago	34.27426	-96.49611	228			OK	069		
4536910	Fisher	fisher	US	16225	0	America/Chicago	36.12925	-96.14223	199			OK	143		
4536927	Fittstown	fittstown	US	74842	0	America/Chicago	34.61481	-96.63445	254			OK	123		
4536946	Fitzhugh	fitzhugh	US	74843	232	America/Chicago	34.66592	-96.77501	381			OK	123		
4536992	Fleetwood	fleetwood	US	19522	0	America/Chicago	33.89677	-97.85114	258			OK	067		
4536996	Fletcher	fletcher	US	28732	1169	America/Chicago	34.82312	-98.24422	422			OK	031		
4537000	Flint	flint	US	48501	0	America/Chicago	36.18731	-94.708	268			OK	041		
4537005	Flora	flora	US	39071	0	America/Chicago	34.52593	-96.03194	199			OK	005		
4537035	Flynn	flynn	US	77855	0	America/Chicago	35.40173	-97.48754	388			OK	109		
4537048	Foley	foley	US	36535	0	America/Chicago	35.68394	-98.84953	518			OK	039		
4537052	Folsom	folsom	US	19033	0	America/Chicago	34.19343	-96.42055	223			OK	069		
4537054	Fonda	fonda	US	12068	0	America/Chicago	36.14754	-98.75898	498			OK	043		
4537062	Foreman	foreman	US	71836	0	America/Chicago	35.33482	-94.63689	143			OK	135		
4537072	Forest Hill	forest-hill	US	21050	0	America/Chicago	34.9276	-94.61967	164			OK	079		
4537079	Forest Park	forest-park	US	30297	1074	America/Chicago	35.50423	-97.44615	370			OK	109		
4537089	Forney	forney	US	75126	0	America/Chicago	34.02982	-95.61969	168			OK	023		
4537096	Fort Cobb	fort-cobb	US	73038	627	America/Chicago	35.09784	-98.43561	382	Cobb,Fort Cobb		OK	015		
4537123	Fort Gibson	fort-gibson	US	74434	4083	America/Chicago	35.7976	-95.25052	172	Fort Gibson,frt gybsn  aklahma,fwrt ghybswn,Форт Гибсон,فرت گیبسن، اکلاهما,فورت غيبسون		OK	101		
4537140	Fort Supply	fort-supply	US	73841	352	America/Chicago	36.57365	-99.57234	610	Fort Supply,Supply		OK	153		
4537146	Fort Towson	fort-towson	US	74735	499	America/Chicago	34.01872	-95.26634	141			OK	023		
4537155	Foss	foss	US	73647	152	America/Chicago	35.45449	-99.16981	500			OK	149		
4537163	Foster	foster	US	02825	162	America/Chicago	34.61647	-97.48919	307			OK	049		
4537236	Fowler	fowler	US	44418	0	America/Chicago	35.50729	-97.05308	316			OK	081		
4537239	Fox	fox	US	72051	0	America/Chicago	34.3637	-97.49225	294			OK	019		
4537247	Francis	francis	US	74844	318	America/Chicago	34.8737	-96.59557	288			OK	123		
4537255	Foyil	foyil	US	74031	343	America/Chicago	36.43482	-95.51942	232	Foyil,Foyll		OK	131		
4537261	Frankfort	frankfort	US	04438	0	America/Chicago	36.97587	-96.67975	355			OK	113		
4537263	Franklin	franklin	US	02038	0	America/Chicago	35.27646	-97.33559	327			OK	027		
4537289	Frederick	frederick	US	19435	3692	America/Chicago	34.39203	-99.01841	398	FDR,Frederik,frdryk  aklahma,frydryk,Фредерик,فردریک، اکلاهما,فريدريك,فریڈرک، اوکلاہوما	141	OK	141		
4537312	Freedom	freedom	US	03836	307	America/Chicago	36.76892	-99.11288	468			OK	151		
4537344	Friendship	friendship	US	04547	23	America/Chicago	34.6959	-99.22897	424			OK	065		
4537361	Frisco	frisco	US	27936	0	America/Chicago	34.64787	-96.5789	217			OK	123		
4537381	Frost	frost	US	56033	0	America/Chicago	35.88422	-97.24698	335			OK	083		
4537418	Gage	gage	US	73843	443	America/Chicago	36.31559	-99.75762	654	GAG		OK	045		
4537440	Gans	gans	US	15439	302	America/Chicago	35.38898	-94.69217	165	Gann,Gans		OK	135		
4537460	Garden City	garden-city	US	11530	0	America/Chicago	36.11065	-96.00305	193			OK	143		
4537462	Garden Grove	garden-grove	US	50103	0	America/Chicago	35.41951	-96.77113	293			OK	125		
4537470	Garber	garber	US	52048	852	America/Chicago	36.43698	-97.58561	360	Garbehr,Garber,garbr  aklahma,gharbr,Гарбер,Гарбэр,غاربر,گاربر، اکلاهما		OK	047		
4537483	Garland	garland	US	04939	0	America/Chicago	35.31899	-95.05162	160			OK	061		
4537496	Garnett	garnett	US	29922	0	America/Chicago	36.18704	-95.82665	201			OK	143		
4537510	Garvin	garvin	US	56132	251	America/Chicago	33.954	-94.94244	150			OK	089		
4537519	Gas City	gas-city	US	46933	0	America/Chicago	34.4498	-98.08698	330			OK	137		
4537526	Gay	gay	US	25244	0	America/Chicago	33.95344	-95.62135	135			OK	023		
4537530	Geary	geary	US	73040	1305	America/Chicago	35.63116	-98.31729	472			OK	011		
4537533	Gene Autry	gene-autry	US	73436	158	America/Chicago	34.2837	-97.03807	223	Berwyn,Dresden,Gene Autry,Lou		OK	019		
4537556	Gerlach	gerlach	US	89412	0	America/Chicago	36.43587	-99.45261	611			OK	153		
4537560	Geronimo	geronimo	US	73543	1235	America/Chicago	34.48119	-98.38311	338			OK	031		
4537578	Gibbon	gibbon	US	55335	0	America/Chicago	36.9428	-97.98228	361			OK	053		
4537579	Gibson	gibson	US	18820	0	America/Chicago	35.87093	-95.35191	164			OK	145		
4537583	Gideon	gideon	US	63848	49	America/Chicago	36.00954	-95.03329	241			OK	021		
4537584	Gilbert	gilbert	US	18331	0	America/Chicago	36.78975	-97.94756	346			OK	053		
4537598	Gilmore	gilmore	US	72339	0	America/Chicago	35.05288	-94.523	164			OK	079		
4537629	Glencoe	glencoe	US	41046	606	America/Chicago	36.22866	-96.92559	326			OK	119		
4537633	Glendale	glendale	US	01229	0	America/Chicago	34.92316	-94.70939	187			OK	079		
4537641	Glenpool	glenpool	US	74033	13225	America/Chicago	35.95537	-96.00888	215			OK	143		
4537663	Glover	glover	US	05839	0	America/Chicago	34.07039	-94.898	122			OK	089		
4537699	Golden	golden	US	38847	0	America/Chicago	34.03455	-94.89633	120			OK	089		
4537709	Goltry	goltry	US	73739	263	America/Chicago	36.53253	-98.15173	421			OK	003		
4537736	Goodland	goodland	US	34140	0	America/Chicago	33.98177	-95.55524	170	Good,Goodland		OK	023		
4537744	Goodwater	goodwater	US	35072	0	America/Chicago	33.91011	-94.57327	112			OK	089		
4537760	Gore	gore	US	22637	944	America/Chicago	35.52926	-95.11718	151	Campbell,Gore		OK	135		
4537777	Gotebo	gotebo	US	73041	221	America/Chicago	35.07033	-98.87229	436			OK	075		
4537779	Gould	gould	US	71643	134	America/Chicago	34.6709	-99.77121	497			OK	057		
4537785	Gowen	gowen	US	49326	0	America/Chicago	34.88149	-95.47692	220			OK	077		
4537844	Gracemont	gracemont	US	73042	314	America/Chicago	35.18839	-98.26061	378			OK	015		
4537852	Grady	grady	US	36036	0	America/Chicago	34.02038	-97.66558	259			OK	067		
4537856	Graham	graham	US	27253	0	America/Chicago	34.34064	-97.43447	284			OK	019		
4537884	Grandfield	grandfield	US	73546	972	America/Chicago	34.22842	-98.68451	345	Grandfil,Grandild,ghrandfyld,grandfyld  aklahma,Грандилд,Грандфил,غراندفيلد,گراندفیلد، اکلاهما		OK	141		
4537904	Granite	granite	US	73547	2031	America/Chicago	34.96228	-99.38064	491			OK	055		
4537910	Goodwin	goodwin	US	57238	0	America/Chicago	36.19671	-99.93512	735			OK	045		
4537911	Grant	grant	US	32949	289	America/Chicago	33.94316	-95.51357	142			OK	023		
4537949	Gray	gray	US	04039	0	America/Chicago	36.13037	-96.08056	206			OK	143		
4537968	Grayson	grayson	US	30017	156	America/Chicago	35.50316	-95.87277	200	Grayson,Wild Cat,Wildcat		OK	111		
4538013	Green	green	US	44232	0	America/Chicago	35.97703	-94.62661	289			OK	001		
4538014	Green	green	US	44232	0	America/Chicago	36.38593	-95.28941	203			OK	097		
4538038	Greenfield	greenfield	US	01301	93	America/Chicago	35.72866	-98.37785	444	Grinfild,Гринфилд		OK	011		
4538055	Greenville	greenville	US	02828	0	America/Chicago	34.00732	-97.12585	233			OK	085		
4538060	Greenwood	greenwood	US	04255	0	America/Chicago	34.19232	-95.58775	161			OK	127		
4538077	Gregory	gregory	US	48137	171	America/Chicago	36.17065	-95.57248	197			OK	131		
4538096	Grimes	grimes	US	50111	0	America/Chicago	35.46616	-99.76094	689			OK	129		
4538126	Grove	grove	US	74344	6751	America/Chicago	36.59369	-94.76912	236	Grouv,ghrwf,grww  aklahma,Гроув,غروف,گروو، اکلاهما		OK	041		
4538142	Guthrie	guthrie	US	42234	11270	America/Chicago	35.87894	-97.42532	299	GOK,Gazri,Guthrie,gatry  aklahma,Газри,گاتری، اکلاهما	083	OK	083		
4538170	Gypsy	gypsy	US	26361	0	America/Chicago	35.71174	-96.45945	252			OK	037		
4538217	Haileyville	haileyville	US	74546	779	America/Chicago	34.85454	-95.5822	193			OK	121		
4538238	Hallett	hallett	US	74034	124	America/Chicago	36.23396	-96.56753	279	Ahllet,Hallett		OK	117		
4538247	Hamden	hamden	US	06514	0	America/Chicago	34.14232	-95.56663	144			OK	023		
4538254	Hammon	hammon	US	73650	592	America/Chicago	35.63283	-99.38177	532			OK	129		
4538272	Hanna	hanna	US	46340	135	America/Chicago	35.2051	-95.89028	206			OK	091		
4538275	Hanson	hanson	US	02341	0	America/Chicago	35.43454	-94.69883	177			OK	135		
4538300	Hardy	hardy	US	24101	0	America/Chicago	36.97087	-96.79836	361			OK	071		
4538320	Harmon	harmon	US	61042	0	America/Chicago	36.14476	-99.56039	761			OK	045		
4538346	Harrah	harrah	US	73045	5891	America/Chicago	35.48951	-97.16364	337			OK	109		
4538364	Harris	harris	US	12742	0	America/Chicago	33.75039	-94.7291	104			OK	089		
4538375	Harrisburg	harrisburg	US	17101	0	America/Chicago	34.43481	-97.78975	311			OK	137		
4538376	Harrison	harrison	US	04040	0	America/Chicago	35.42009	-94.86745	154			OK	135		
4538400	Hartshorne	hartshorne	US	74547	2017	America/Chicago	34.8451	-95.55748	214			OK	121		
4538428	Haskell	haskell	US	07420	1979	America/Chicago	35.82038	-95.67415	175			OK	101		
4538441	Hastings	hastings	US	13076	138	America/Chicago	34.22676	-98.11004	306	Khejstings,Хейстингс		OK	067		
4538445	Hart	hart	US	49420	0	America/Chicago	34.71425	-96.91724	321			OK	123		
4538459	Hawley	hawley	US	18428	0	America/Chicago	36.75308	-98.01923	332			OK	053		
4538461	Haworth	haworth	US	07641	295	America/Chicago	33.8465	-94.65271	122			OK	089		
4538476	Haydenville	haydenville	US	01039	0	America/Chicago	35.59537	-96.26361	230			OK	107		
4538489	Haywood	haywood	US	22722	0	America/Chicago	34.88732	-95.94833	217			OK	121		
4538494	Hayward	hayward	US	54843	0	America/Chicago	36.27781	-97.51255	365			OK	047		
4538506	Healdton	healdton	US	73438	2776	America/Chicago	34.23315	-97.4878	294	Khildton,haldtwn  aklahma,hyldtwn,Хилдтон,هالدتون، اکلاهما,هيلدتون		OK	019		
4538518	Headrick	headrick	US	73549	90	America/Chicago	34.62757	-99.13814	415			OK	065		
4538519	Heavener	heavener	US	74937	3340	America/Chicago	34.88927	-94.60078	169	Khevener,Khivenehr,hawnr  aklahma,hyfnr,Хевенер,Хивенэр,هاونر، اکلاهما,هيفنر		OK	079		
4538544	Helena	helena	US	13649	1426	America/Chicago	36.54614	-98.27007	430	Khelena,Хелена		OK	003		
4538559	Hendrix	hendrix	US	74741	82	America/Chicago	33.77371	-96.40582	177			OK	013		
4538560	Hennepin	hennepin	US	61327	0	America/Chicago	34.50897	-97.34697	284			OK	049		
4538562	Hennessey	hennessey	US	73742	2199	America/Chicago	36.1092	-97.89867	354			OK	073		
4538577	Henryetta	henryetta	US	74437	5765	America/Chicago	35.43983	-95.98194	209	Khenriehtta,hnryta,hnryta  aklahma,Хенриэтта,هنريتا,هنریتا، اکلاهما		OK	111		
4538606	Hester	hester	US	70743	0	America/Chicago	34.80117	-99.43342	447			OK	055		
4538610	Hewitt	hewitt	US	07421	0	America/Chicago	34.16898	-97.40474	277			OK	019		
4538615	Hext	hext	US	76848	0	America/Chicago	35.24755	-99.75288	586			OK	009		
4538616	Heyburn	heyburn	US	83336	0	America/Chicago	35.9123	-96.28389	227			OK	037		
4538631	Hiawatha	hiawatha	US	24729	0	America/Chicago	34.8926	-94.46717	196			OK	079		
4538635	Hickory	hickory	US	15340	73	America/Chicago	34.55676	-96.86029	368			OK	099		
4538679	Higgins	higgins	US	79046	0	America/Chicago	34.81149	-95.43359	205			OK	077		
4538682	High Hill	high-hill	US	63350	0	America/Chicago	34.1351	-95.2969	171			OK	023		
4538776	Hillsdale	hillsdale	US	07642	127	America/Chicago	36.56309	-97.99145	375			OK	047		
4538796	Hilton	hilton	US	14468	0	America/Chicago	36.00982	-96.0475	247			OK	037		
4538801	Hinton	hinton	US	22831	3244	America/Chicago	35.47144	-98.35562	512			OK	015		
4538813	Hitchcock	hitchcock	US	57348	121	America/Chicago	35.96893	-98.34841	392			OK	011		
4538815	Hitchita	hitchita	US	74438	86	America/Chicago	35.51982	-95.75138	198	Hichita,Hitchita		OK	091		
4538821	Hobart	hobart	US	13788	3621	America/Chicago	35.0295	-99.09313	473	HBR,Khobart,hwbart,hwwbrt  aklahma,Хобарт,هوبارت,هووبرت، اکلاهما	075	OK	075		
4538841	Hoffman	hoffman	US	28347	124	America/Chicago	35.48927	-95.84277	196			OK	111		
4538845	Hodgen	hodgen	US	74939	0	America/Chicago	34.84177	-94.63134	165	Hodgen,Hodgens,Houston		OK	079		
4538869	Holdenville	holdenville	US	74848	5750	America/Chicago	35.08036	-96.39918	264	Kholdenvil,Kholdenvill,hwldnfyl,hwldnwyl  aklahma,Холденвил,Холденвилл,هولدنفيل,هولدنویل، اکلاهما	063	OK	063		
4538890	Hollis	hollis	US	03049	1967	America/Chicago	34.68839	-99.91205	496	Khalis,Khollis,hwlys,hwlys  aklahma,Халис,Холлис,هوليس,هولیس، اکلاهما	057	OK	057		
4538898	Hollister	hollister	US	27844	47	America/Chicago	34.34231	-98.8709	343			OK	141		
4538946	Homer	homer	US	13077	0	America/Chicago	34.78148	-96.61695	304			OK	123		
4538951	Homestead	homestead	US	15120	0	America/Chicago	36.14976	-98.39396	382			OK	011		
4538955	Hominy	hominy	US	74035	3508	America/Chicago	36.41424	-96.3953	240	Khomini,hamny  aklahma,hwmyny,Хомини,هامنی، اکلاهما,هوميني		OK	113		
4538980	Honobia	honobia	US	74549	0	America/Chicago	34.53899	-94.93745	275			OK	079		
4538992	Hooper	hooper	US	68031	0	America/Chicago	34.15926	-98.17393	287			OK	033		
4539007	Hope	hope	US	02831	0	America/Chicago	34.56897	-97.8367	341			OK	137		
4539018	Hopeton	hopeton	US	73746	0	America/Chicago	36.68809	-98.66592	431			OK	151		
4539020	Hopewell	hopewell	US	08525	0	America/Chicago	34.23342	-96.37305	221			OK	005		
4539038	Horntown	horntown	US	23395	94	America/Chicago	35.08703	-96.24778	257			OK	063		
4539108	Howard	howard	US	16841	0	America/Chicago	36.49537	-95.45886	229			OK	131		
4539113	Howe	howe	US	46746	791	America/Chicago	34.95121	-94.63717	149			OK	079		
4539122	Hoyt	hoyt	US	66440	0	America/Chicago	35.27176	-95.30219	175			OK	061		
4539139	Hughes	hughes	US	72348	0	America/Chicago	34.94927	-94.9719	170			OK	077		
4539145	Hugo	hugo	US	55038	5224	America/Chicago	34.01066	-95.50968	166	HUJ,Khjugo,Khugo,hwghw,hywgw  aklahma,Хуго,Хјуго,هوغو,هیوگو، اکلاهما	023	OK	023		
4539163	Hulbert	hulbert	US	49748	603	America/Chicago	35.9326	-95.14135	191			OK	021		
4539167	Hulen	hulen	US	40845	0	America/Chicago	34.50397	-98.22143	331			OK	033		
4539176	Humphreys	humphreys	US	64646	0	America/Chicago	34.55591	-99.23731	392			OK	065		
4539197	Hunter	hunter	US	12442	173	America/Chicago	36.56364	-97.66116	333			OK	047		
4539217	Hydro	hydro	US	73048	960	America/Chicago	35.5495	-98.57813	474			OK	011		
4539224	Idabel	idabel	US	74745	7007	America/Chicago	33.89566	-94.82633	144	Bokhoma,Idabehl,Idabel,aydabl  aklahma,aydabyl,Идабэл,إيدابيل,ایدابل، اکلاهما	089	OK	089		
4539231	Hyde Park	hyde-park	US	02136	0	America/Chicago	35.78954	-95.30413	159			OK	101		
4539270	Independence	independence	US	24348	0	America/Chicago	34.88399	-94.68189	163			OK	079		
4539283	Indiahoma	indiahoma	US	73552	341	America/Chicago	34.61979	-98.75146	408			OK	031		
4539304	Independence	independence	US	24348	0	America/Chicago	35.72505	-98.9337	540			OK	039		
4539327	Indian Springs	indian-springs	US	89018	0	America/Chicago	35.89643	-97.57199	298			OK	083		
4539335	Indianapolis	indianapolis	US	46201	0	America/Chicago	35.55144	-98.86258	507			OK	039		
4539336	Indianola	indianola	US	15051	155	America/Chicago	35.16288	-95.77472	200	Indianalo,Indianola		OK	121		
4539344	Ingalls	ingalls	US	46048	0	America/Chicago	36.10172	-96.88142	283			OK	119		
4539348	Ingram	ingram	US	40955	0	America/Chicago	35.70645	-97.08503	289			OK	081		
4539351	Inola	inola	US	74036	1834	America/Chicago	36.15121	-95.50942	183			OK	131		
4539377	Iona	iona	US	56141	0	America/Chicago	34.61703	-97.02974	333			OK	099		
4539409	Irving	irving	US	14081	0	America/Chicago	34.04232	-98.05309	291			OK	067		
4539422	Isabella	isabella	US	15447	136	America/Chicago	36.23559	-98.34007	397			OK	093		
4539540	Jamestown	jamestown	US	02835	10	America/Chicago	36.56954	-95.62998	213			OK	131		
4539542	Jamesville	jamesville	US	13078	0	America/Chicago	35.7551	-95.64054	179			OK	101		
4539554	Jasper	jasper	US	14855	0	America/Chicago	34.0276	-95.74747	141			OK	023		
4539557	Jay	jay	US	04239	2483	America/Chicago	36.42119	-94.7969	318	Dzej,Dzhehj,jay,jie li,jy  aklahma,Џеј,Джэй,جاي,جی، اکلاهما,傑里	041	OK	041		
4539569	Jefferson	jefferson	US	01522	12	America/Chicago	36.72059	-97.79061	319	Dzhefferson,Джефферсон		OK	053		
4539615	Jenks	jenks	US	74037	20740	America/Chicago	36.02287	-95.96833	188	Dzenks,Dzhenks,jnks,jnks  aklahma,Џенкс,Дженкс,جنكس,جنکس، اکلاهما		OK	143		
4539621	Jennings	jennings	US	32053	358	America/Chicago	36.18118	-96.56975	284			OK	117		
4539633	Jesse	jesse	US	24849	0	America/Chicago	34.58204	-96.52973	230			OK	123		
4539646	Jet	jet	US	73749	225	America/Chicago	36.66614	-98.18118	379			OK	003		
4539690	Johnson	johnson	US	05656	252	America/Chicago	35.40563	-96.84169	317			OK	125		
4539715	Johnsonville	johnsonville	US	12094	0	America/Chicago	34.89563	-97.05363	308	Johnson,Johnsonville		OK	087		
4539726	Jones	jones	US	36749	2948	America/Chicago	35.56589	-97.28698	340			OK	109		
4539775	Justice	justice	US	24851	1324	America/Chicago	36.29287	-95.56664	207			OK	131		
4540051	Kansas	kansas	US	35573	783	America/Chicago	36.20509	-94.79773	349			OK	041		
4540064	Kaw City	kaw-city	US	74641	375	America/Chicago	36.76031	-96.83337	308	Kaw,Kaw City		OK	071		
4540109	Kellyville	kellyville	US	74039	1147	America/Chicago	35.9437	-96.21361	239	Kelleyville,Kellyville		OK	037		
4540110	Kellyville	kellyville	US	74039	0	America/Chicago	36.75868	-94.69828	235			OK	115		
4540116	Kelso	kelso	US	37348	0	America/Chicago	36.70564	-95.10997	228			OK	035		
4540117	Kemp	kemp	US	74747	138	America/Chicago	33.76955	-96.35415	193			OK	013		
4540127	Kendrick	kendrick	US	83537	142	America/Chicago	35.78479	-96.77808	260	Avondale,Kendrick		OK	081		
4540129	Kenefic	kenefic	US	74748	204	America/Chicago	34.14815	-96.36221	204	Kenefic,Kenefick		OK	013		
4540145	Kent	kent	US	06757	0	America/Chicago	34.11316	-95.62302	189			OK	023		
4540155	Kenwood	kenwood	US	95452	1224	America/Chicago	36.31453	-94.98579	231			OK	041		
4540158	Keota	keota	US	52248	564	America/Chicago	35.25565	-94.92162	153			OK	061		
4540176	Ketchum	ketchum	US	74349	438	America/Chicago	36.52453	-95.02385	235			OK	035		
4540258	Kildare	kildare	US	75562	98	America/Chicago	36.80976	-97.0492	343			OK	071		
4540261	Kiefer	kiefer	US	74041	1920	America/Chicago	35.94482	-96.06528	213			OK	037		
4540313	Kingfisher	kingfisher	US	73750	4865	America/Chicago	35.86143	-97.93172	321	Kingfisher,Kingsfishehr,kyngfyshr  aklahma,kynghfyshr,Кингсфишэр,Кингфишер,كينغفيشر,کینگفیشر، اکلاهما	073	OK	073		
4540329	Kingston	kingston	US	02364	1632	America/Chicago	33.99871	-96.71972	247	Kingston,Кингстон		OK	095		
4540336	Kinta	kinta	US	74552	297	America/Chicago	35.11926	-95.23775	166			OK	061		
4540339	Kiowa	kiowa	US	67070	695	America/Chicago	34.72065	-95.89916	220			OK	121		
4540403	Konawa	konawa	US	74849	1290	America/Chicago	34.95953	-96.7528	294			OK	133		
4540422	Krebs	krebs	US	74554	1973	America/Chicago	34.92787	-95.71582	200			OK	121		
4540426	Kremlin	kremlin	US	59532	268	America/Chicago	36.54725	-97.83145	341			OK	047		
4540458	Lacey	lacey	US	98503	0	America/Chicago	36.11615	-98.08617	362			OK	073		
4540465	Lafayette	lafayette	US	07848	0	America/Chicago	35.17399	-95.10357	166			OK	061		
4540476	Lake	lake	US	25121	0	America/Chicago	36.14009	-96.08195	197			OK	143		
4540495	Lahoma	lahoma	US	73754	651	America/Chicago	36.38753	-98.08979	379			OK	047		
4540497	Lake Creek	lake-creek	US	75450	0	America/Chicago	35.0295	-99.41342	506			OK	055		
4540625	Lakeside	lakeside	US	06758	0	America/Chicago	33.9551	-96.55194	201			OK	013		
4540635	Lakeview	lakeview	US	28350	0	America/Chicago	35.79783	-97.42532	304			OK	083		
4540646	Lamar	lamar	US	16848	153	America/Chicago	35.09954	-96.1275	233			OK	063		
4540652	Lambert	lambert	US	38643	6	America/Chicago	36.68309	-98.42313	389	Lamber,Lambert		OK	003		
4540660	Lamont	lamont	US	32336	411	America/Chicago	36.69086	-97.55765	308			OK	053		
4540671	Lane	lane	US	29564	414	America/Chicago	34.29871	-95.98804	177			OK	005		
4540676	Langley	langley	US	29834	821	America/Chicago	36.46397	-95.04774	233			OK	097		
4540677	Langston	langston	US	35755	1830	America/Chicago	35.94505	-97.25531	292	Langston,Lehngston,langhstwn,lngstn  aklahma,Лангстон,Лэнгстон,لانغستون,لانگسٹن، اوکلاہوما,لنگستن، اکلاهما		OK	083		
4540694	Latham	latham	US	12110	0	America/Chicago	35.12343	-94.80551	147			OK	079		
4540699	Latta	latta	US	29565	0	America/Chicago	34.74703	-96.70585	313			OK	123		
4540713	Laverne	laverne	US	73848	1365	America/Chicago	36.70975	-99.89346	643			OK	059		
4540725	Lawrence	lawrence	US	01840	0	America/Chicago	34.68648	-96.73307	342			OK	123		
4540737	Lawton	lawton	US	18828	96655	America/Chicago	34.60869	-98.39033	339	LAW,Lavton,Lawton,Loton,Louton,lao dun,loteon,ltn  aklahma,lwtwn,roton,Лавтон,Лотон,Лоутон,לוטון,لاٹن، اوکلاہوما,لتن، اکلاهما,لوتون,ロートン,劳顿,로턴	031	OK	031		
4540833	Leander	leander	US	78641	0	America/Chicago	36.22313	-96.30612	263			OK	117		
4540839	Lebanon	lebanon	US	03756	303	America/Chicago	33.98232	-96.90778	206			OK	095		
4540858	Leedey	leedey	US	73654	453	America/Chicago	35.87005	-99.34677	631			OK	043		
4540865	Leflore	leflore	US	74942	190	America/Chicago	34.89871	-94.98024	171	Le Flore,Leflore		OK	079		
4540876	Lehigh	lehigh	US	50557	340	America/Chicago	34.46926	-96.21639	189			OK	029		
4540886	Lenapah	lenapah	US	74042	293	America/Chicago	36.85064	-95.63609	229			OK	105		
4540893	Lenora	lenora	US	67645	0	America/Chicago	36.04115	-99.06204	549			OK	043		
4540894	Lenox	lenox	US	01240	0	America/Chicago	34.69566	-94.82467	226			OK	079		
4540896	Leon	leon	US	14751	96	America/Chicago	33.87927	-97.42919	249			OK	085		
4540897	Leonard	leonard	US	48367	0	America/Chicago	35.92038	-95.79943	186			OK	143		
4540906	Lequire	lequire	US	74943	0	America/Chicago	35.10454	-95.10746	166			OK	061		
4540908	Leroy	leroy	US	36548	0	America/Chicago	36.21036	-96.25696	251			OK	117		
4540930	Lewisville	lewisville	US	19351	0	America/Chicago	35.1201	-95.27691	183			OK	061		
4540932	Lexington	lexington	US	02420	2161	America/Chicago	35.01479	-97.33558	315	Leksington,lie ke xing dun,lksyngtn  aklahma,lyksynghtwn,Лексингтон,ليكسينغتون,لکسینگتن، اکلاهما,لیکسنگٹن، اوکلاہوما,列克星頓		OK	027		
4540937	Liberty	liberty	US	04949	0	America/Chicago	33.73621	-96.34276	170			OK	013		
4540938	Liberty	liberty	US	04949	0	America/Chicago	36.07481	-94.98079	323			OK	021		
4540939	Liberty	liberty	US	04949	220	America/Chicago	35.47759	-94.54244	245			OK	135		
4540940	Liberty	liberty	US	04949	220	America/Chicago	34.44925	-97.96476	321			OK	137		
4540941	Liberty	liberty	US	04949	218	America/Chicago	35.85871	-95.97749	196			OK	143		
4541044	Lima	lima	US	14485	53	America/Chicago	35.17397	-96.59974	267	Lima,Лима		OK	133		
4541049	Limestone	limestone	US	04750	629	America/Chicago	36.31593	-95.74915	216			OK	131		
4541062	Lincoln	lincoln	US	01773	0	America/Chicago	34.49396	-99.76037	447			OK	065		
4541105	Lincolnville	lincolnville	US	04849	0	America/Chicago	36.94368	-94.75717	253			OK	115		
4541112	Lindley	lindley	US	14858	0	America/Chicago	36.20615	-98.23285	347			OK	093		
4541116	Lindsay	lindsay	US	59339	2830	America/Chicago	34.8348	-97.60253	296			OK	049		
4541128	Linn	linn	US	26384	0	America/Chicago	34.11815	-96.625	220			OK	095		
4541585	Loco	loco	US	73442	121	America/Chicago	34.32925	-97.68114	295			OK	137		
4541597	Locust Grove	locust-grove	US	22508	1406	America/Chicago	36.20009	-95.16774	206			OK	097		
4541601	Lodi	lodi	US	07644	0	America/Chicago	35.00926	-95.04218	197			OK	077		
4541625	Lone Grove	lone-grove	US	73443	5213	America/Chicago	34.17537	-97.26279	289			OK	019		
4541633	Lone Oak	lone-oak	US	75453	0	America/Chicago	35.39065	-94.54883	150			OK	135		
4541639	Lone Pine	lone-pine	US	93545	0	America/Chicago	34.18899	-95.81442	162			OK	005		
4541675	Lone Wolf	lone-wolf	US	73655	419	America/Chicago	34.9895	-99.24952	479			OK	075		
4541735	Longdale	longdale	US	73755	262	America/Chicago	36.13337	-98.55064	503	Cainville,Longdale		OK	011		
4541753	Lookeba	lookeba	US	73053	164	America/Chicago	35.36283	-98.367	418			OK	015		
4541773	Lost City	lost-city	US	26810	770	America/Chicago	35.98787	-95.13635	212			OK	021		
4541823	Loveland	loveland	US	45140	12	America/Chicago	34.30536	-98.77173	327			OK	141		
4541826	Lovell	lovell	US	04051	0	America/Chicago	36.05698	-97.63533	312			OK	083		
4541829	Loving	loving	US	76460	0	America/Chicago	34.86705	-94.47994	167			OK	079		
4541956	Loyal	loyal	US	54446	81	America/Chicago	35.97115	-98.1209	339			OK	073		
4541957	Lucien	lucien	US	73757	88	America/Chicago	36.27476	-97.45477	341			OK	103		
4541971	Ludlow	ludlow	US	01056	0	America/Chicago	34.53621	-94.85078	313			OK	079		
4541978	Lula	lula	US	30554	0	America/Chicago	34.70065	-96.43223	218			OK	123		
4541984	Luther	luther	US	49656	1541	America/Chicago	35.66173	-97.19559	279			OK	109		
4541998	Lyman	lyman	US	29365	0	America/Chicago	36.84031	-96.74336	337	Layman,Lyman		OK	113		
4542012	Lyons	lyons	US	07939	0	America/Chicago	35.7512	-94.71106	270			OK	001		
4542042	Macomb	macomb	US	48042	33	America/Chicago	35.14674	-97.00891	305	Macomb,McComb		OK	125		
4542052	Madill	madill	US	73446	3923	America/Chicago	34.09038	-96.77167	240	Madil,Madill,madyl,madyl  aklahma,Мадил,Мадилл,ماديل,مادیل، اکلاهما,میڈیل، اوکلاہوما	095	OK	095		
4542098	Manchester	manchester	US	01944	103	America/Chicago	36.99391	-98.03756	391	Manchester,Манчестер		OK	053		
4542100	Mangum	mangum	US	73554	2910	America/Chicago	34.872	-99.50426	487		055	OK	055		
4542107	Manitou	manitou	US	42436	171	America/Chicago	34.50758	-98.98341	382			OK	141		
4542113	Mannford	mannford	US	74044	3121	America/Chicago	36.13341	-96.35446	221	Manford,Mannford,New Mannford		OK	037		
4542121	Mannsville	mannsville	US	13661	850	America/Chicago	34.18593	-96.88056	228	Gene Autry,Mannsville,Mansville		OK	069		
4542125	Maple	maple	US	27956	0	America/Chicago	35.47148	-94.62661	215			OK	135		
4542138	Maramec	maramec	US	74045	91	America/Chicago	36.24201	-96.68031	294			OK	117		
4542149	Marble City	marble-city	US	74945	252	America/Chicago	35.58037	-94.82106	197			OK	135		
4542163	Marietta	marietta	US	13110	106	America/Chicago	35.84342	-94.658	307	Marietta,Maryetta		OK	001		
4542164	Marietta	marietta	US	13110	2729	America/Chicago	33.93704	-97.11668	258	Mariehtta,Marietta,maryta,Мариетта,Мариэтта,ماريتا	085	OK	085		
4542174	Markham	markham	US	22643	0	America/Chicago	36.06118	-96.60752	239			OK	037		
4542178	Marland	marland	US	74644	226	America/Chicago	36.56087	-97.15115	311	Bliss,Marland		OK	103		
4542179	Marlow	marlow	US	03456	4594	America/Chicago	34.64813	-97.95809	400			OK	137		
4542189	Marshall	marshall	US	20115	299	America/Chicago	36.15393	-97.6256	321	Marshall,New Marshall,Маршалл		OK	083		
4542203	Martha	martha	US	41159	157	America/Chicago	34.72534	-99.38703	429			OK	065		
4542209	Martin	martin	US	15460	0	America/Chicago	35.56649	-95.3108	162			OK	101		
4542225	Marty	marty	US	57361	0	America/Chicago	34.52952	-99.50787	419			OK	065		
4542240	Mason	mason	US	25260	0	America/Chicago	35.56619	-96.35223	230			OK	107		
4542267	Maud	maud	US	74854	1076	America/Chicago	35.13036	-96.77585	295			OK	133		
4542272	Maxwell	maxwell	US	46154	0	America/Chicago	34.90342	-96.84418	311			OK	123		
4542277	Matoaka	matoaka	US	24736	0	America/Chicago	36.6787	-95.97832	201			OK	147		
4542281	May	may	US	73851	40	America/Chicago	36.61698	-99.74734	622			OK	059		
4542299	Mayfield	mayfield	US	12117	0	America/Chicago	35.33894	-99.87677	611			OK	009		
4542305	Mayhew	mayhew	US	39753	0	America/Chicago	34.06093	-95.88609	162			OK	023		
4542312	Maysville	maysville	US	26833	1231	America/Chicago	34.8173	-97.40586	286	Beef Creek,Maysville		OK	049		
4542361	Mazie	mazie	US	41160	91	America/Chicago	36.1076	-95.3633	190			OK	097		
4542367	McAlester	mcalester	US	74501	18310	America/Chicago	34.93343	-95.76971	224	MLC,MacAlister,MacAllister,Mak Alester,Makalester,McAlester,South McAlester,makalstr,mklystr  aklahma,Мак Алестер,Макалестер,ماكالستر,مکلیستر، اکلاهما	121	OK	121		
4542424	McCurtain	mccurtain	US	74944	516	America/Chicago	35.14982	-94.97079	177			OK	061		
4542500	McLoud	mcloud	US	74851	4615	America/Chicago	35.4359	-97.09142	333			OK	125		
4542528	Mead	mead	US	68041	127	America/Chicago	33.99954	-96.50916	234			OK	013		
4542557	Medford	medford	US	02153	987	America/Chicago	36.80697	-97.73366	333	Medford,Mehdford,mdfrd  aklahma,mydfwrd,Медфорд,Мэдфорд,مدفرد، اکلاهما,ميدفورد,میڈفورڈ، اوکلاہوما	053	OK	053		
4542561	Medicine Park	medicine-park	US	73557	444	America/Chicago	34.72924	-98.50256	388			OK	031		
4542564	Meeker	meeker	US	74855	1172	America/Chicago	35.5034	-96.9028	272	Clifton,Meeker		OK	081		
4542571	Meers	meers	US	73558	0	America/Chicago	34.78284	-98.57895	445			OK	031		
4542577	Mellette	mellette	US	57461	0	America/Chicago	35.21732	-95.71582	209	Mellete,Mellette		OK	091		
4542630	Meno	meno	US	73760	243	America/Chicago	36.38614	-98.17785	408			OK	093		
4542641	Meridian	meridian	US	13113	42	America/Chicago	35.842	-97.24698	303	Meridian,Меридиан		OK	083		
4542642	Meridian	meridian	US	13113	0	America/Chicago	35.46588	-99.96456	689			OK	129		
4542643	Meridian	meridian	US	13113	1493	America/Chicago	34.42731	-97.97809	333	Meridian,Меридиан		OK	137		
4542653	Merrick	merrick	US	11566	0	America/Chicago	35.85644	-97.14114	328			OK	081		
4542654	Merritt	merritt	US	28556	0	America/Chicago	35.36977	-99.50537	628			OK	009		
4542692	Miami	miami	US	25134	13611	America/Chicago	36.87451	-94.87746	242	MIO,Majami,myamy,myamy  aklahma,Майами,Мајами,ميامي,میامی، اوکلاہوما,میامی، اکلاهما	115	OK	115		
4542736	Middleton	middleton	US	01949	0	America/Chicago	36.95586	-97.11421	365			OK	071		
4542742	Midlothian	midlothian	US	21543	0	America/Chicago	35.63729	-96.92253	261			OK	081		
4542744	Midway	midway	US	15060	0	America/Chicago	35.49256	-97.08864	346			OK	081		
4542745	Midway	midway	US	15060	0	America/Chicago	36.07254	-97.5331	305			OK	083		
4542746	Midway	midway	US	15060	0	America/Chicago	35.75482	-95.7486	198			OK	101		
4542747	Midway	midway	US	15060	0	America/Chicago	35.61007	-96.56474	260			OK	107		
4542777	Milburn	milburn	US	42070	317	America/Chicago	34.24093	-96.54917	216			OK	069		
4542779	Milfay	milfay	US	74046	0	America/Chicago	35.75507	-96.56585	247			OK	037		
4542789	Mill Creek	mill-creek	US	17060	319	America/Chicago	34.40426	-96.8264	315			OK	069		
4542860	Millerton	millerton	US	12546	317	America/Chicago	33.98594	-95.01356	154			OK	089		
4542870	Milo	milo	US	04463	0	America/Chicago	34.33259	-97.33947	271			OK	019		
4542873	Milton	milton	US	02186	0	America/Chicago	35.16176	-94.86356	168			OK	079		
4542876	Minco	minco	US	73059	1656	America/Chicago	35.31284	-97.94449	395			OK	051		
4542885	Mingo	mingo	US	43047	0	America/Chicago	36.22065	-95.86888	183			OK	143		
4542939	Mohawk	mohawk	US	13407	0	America/Chicago	36.20593	-95.92749	194			OK	143		
4542945	Moffett	moffett	US	74946	122	America/Chicago	35.39037	-94.44688	126			OK	135		
4542968	Monroe	monroe	US	03771	0	America/Chicago	34.9926	-94.51689	163			OK	079		
4542973	Moon	moon	US	23119	0	America/Chicago	33.82428	-94.5716	133			OK	089		
4542975	Moore	moore	US	29369	60451	America/Chicago	35.33951	-97.4867	382	Mur,mu er,mua,mueo,mwr,mwr  aklahma,Мур,مور,مور، اکلاهما,موور، اوکلاہوما,ムーア,穆尔,무어		OK	027		
4542985	Moodys	moodys	US	74444	0	America/Chicago	36.0312	-94.95773	282			OK	021		
4542994	Mooreland	mooreland	US	47360	1282	America/Chicago	36.4392	-99.20482	577			OK	153		
4543004	Moravia	moravia	US	13118	0	America/Chicago	35.11922	-99.51009	541			OK	055		
4543027	Morris	morris	US	06763	1462	America/Chicago	35.6076	-95.86027	220			OK	111		
4543040	Morrison	morrison	US	37357	736	America/Chicago	36.29727	-97.00809	286	Autry,Morrison		OK	103		
4543045	Morse	morse	US	70559	0	America/Chicago	35.53675	-96.28223	240			OK	107		
4543082	Mounds	mounds	US	62964	1177	America/Chicago	35.87648	-96.06111	225			OK	037		
4543176	Mount Zion	mount-zion	US	26151	0	America/Chicago	33.93927	-95.03467	143			OK	089		
4543220	Mountain Park	mountain-park	US	73559	399	America/Chicago	34.69729	-98.94952	418	Burford,Kiowa,Mountain Park		OK	075		
4543228	Mountain View	mountain-view	US	65548	769	America/Chicago	35.09756	-98.74646	408	Mauntin-V'ju,Маунтин-Вью		OK	075		
4543245	Moyers	moyers	US	74557	0	America/Chicago	34.32621	-95.65358	152			OK	127		
4543280	Muldrow	muldrow	US	74948	3282	America/Chicago	35.4062	-94.59883	154			OK	135		
4543310	Mulhall	mulhall	US	73063	248	America/Chicago	36.06477	-97.40699	287	Alfred,Mulhall,Mullhall		OK	083		
4543316	Murphy	murphy	US	28906	219	America/Chicago	36.14704	-95.24469	182			OK	097		
4543327	Muse	muse	US	15350	0	America/Chicago	34.67205	-94.76273	227			OK	079		
4543338	Muskogee	muskogee	US	74401	38456	America/Chicago	35.74788	-95.36969	184	MKO,Maskodzh,Maskogi,Muscogee,Muskogee,Muskogy,ma si ke ji,maskwwgy  aklahma,meoseukoji,Маскоги,Маскодж,ماسکووگی، اکلاهما,مسکوگی، اوکلاہوما,馬斯科吉,머스코지	101	OK	101		
4543352	Mustang	mustang	US	73064	20226	America/Chicago	35.38423	-97.72449	411			OK	017		
4543363	Mutual	mutual	US	73853	65	America/Chicago	36.23143	-99.16816	571			OK	153		
4543400	Nardin	nardin	US	74646	52	America/Chicago	36.80559	-97.44588	331			OK	071		
4543403	Nash	nash	US	73761	204	America/Chicago	36.66614	-98.05034	340			OK	053		
4543435	Neal	neal	US	66863	0	America/Chicago	35.33313	-96.78974	329			OK	125		
4543438	Nebo	nebo	US	25141	0	America/Chicago	34.36148	-96.95279	278			OK	099		
4543441	Needmore	needmore	US	17238	0	America/Chicago	35.13118	-97.21225	320			OK	027		
4543471	Nelson	nelson	US	03457	0	America/Chicago	34.12732	-95.68525	189			OK	023		
4543476	Neodesha	neodesha	US	66757	0	America/Chicago	36.04621	-95.43442	186			OK	145		
4543555	New Liberty	new-liberty	US	40355	0	America/Chicago	35.36366	-99.7176	627			OK	009		
4543615	Newalla	newalla	US	74857	0	America/Chicago	35.40507	-97.16281	350			OK	109		
4543622	Newcastle	newcastle	US	04553	9438	America/Chicago	35.24729	-97.59976	364	N'jukastl,Njukasl,nywkasl,nywkasl  aklahma,Њукасл,Ньюкастл,نيوكاسل,نیوکاسل، اکلاهما		OK	087		
4543627	Newkirk	newkirk	US	74647	2253	America/Chicago	36.88225	-97.05337	351	N'jukirk,Njukirk,nywkyrk,nywkyrk  aklahma,Њукирк,Ньюкирк,نيوكيرك,نیوکیرک، اکلاهما	071	OK	071		
4543643	Newport	newport	US	02840	0	America/Chicago	34.25287	-97.27474	265			OK	019		
4543650	Nichols	nichols	US	13812	0	America/Chicago	36.52008	-96.13806	233			OK	113		
4543671	Nicoma Park	nicoma-park	US	73066	2469	America/Chicago	35.49117	-97.32309	370			OK	109		
4543678	Niles	niles	US	44446	0	America/Chicago	35.4345	-98.25478	497			OK	017		
4543724	Ninnekah	ninnekah	US	73067	1036	America/Chicago	34.94785	-97.92393	339	East Ninnekah,Minnekah,Ninnekah		OK	051		
4543733	Noble	noble	US	62868	6666	America/Chicago	35.13924	-97.39475	364			OK	027		
4543753	Noel	noel	US	64854	0	America/Chicago	36.78114	-98.71925	446			OK	151		
4543761	Norge	norge	US	23127	149	America/Chicago	34.9884	-97.99699	387			OK	051		
4543762	Norman	norman	US	28367	120284	America/Chicago	35.22257	-97.43948	357	Norman,OUN,noman,nomeon,normana,nuo man,nwrmn  aklahma,Норман,نورمن، اکلاهما,नॉर्मन,ノーマン,諾曼,노먼	027	OK	027		
4543773	Norris	norris	US	29667	0	America/Chicago	34.99899	-94.97051	166	Fowlerville,Norris		OK	077		
4543876	North Miami	north-miami	US	74358	382	America/Chicago	36.91729	-94.87968	245	Severnyj Majami,Северный Майами		OK	115		
4543905	North Pole	north-pole	US	99705	0	America/Chicago	34.09177	-94.88939	125			OK	089		
4544025	Nowata	nowata	US	74048	3743	America/Chicago	36.70065	-95.63803	216	Metz,Novata,Nowata,Noweta,nwata,nwwata  aklahma,Новата,نواتا,نوواتا، اکلاهما,ᎠᎹᏗᎧᏂᎬᎾᎬᎾ	105	OK	105		
4544095	Oak Grove	oak-grove	US	42262	0	America/Chicago	34.61481	-96.96696	351			OK	099		
4544096	Oak Grove	oak-grove	US	42262	0	America/Chicago	36.91784	-94.71162	265	New Tulsa,Oak Grove		OK	115		
4544097	Oak Grove	oak-grove	US	42262	18	America/Chicago	36.20535	-96.33807	235			OK	117		
4544121	Oak Hill	oak-hill	US	12460	0	America/Chicago	34.04094	-94.83577	153			OK	089		
4544134	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	36.89701	-96.11304	251			OK	113		
4544174	Oakhurst	oakhurst	US	07755	2185	America/Chicago	36.07537	-96.06444	232			OK	143		
4544175	Oakland	oakland	US	02858	1073	America/Chicago	34.1001	-96.79389	247	Oklend,Окленд		OK	095		
4544183	Oakman	oakman	US	30732	0	America/Chicago	34.83231	-96.61696	320			OK	123		
4544185	Oakridge	oakridge	US	97463	0	America/Chicago	36.07509	-96.03583	230			OK	143		
4544189	Oaks	oaks	US	19456	285	America/Chicago	36.1662	-94.85467	315			OK	041		
4544196	Oakwood	oakwood	US	24631	68	America/Chicago	35.93171	-98.70509	559			OK	043		
4544204	Oberlin	oberlin	US	44074	0	America/Chicago	33.87371	-95.85164	139			OK	013		
4544209	Ochelata	ochelata	US	74051	428	America/Chicago	36.60009	-95.97971	225			OK	147		
4544234	Oglesby	oglesby	US	61348	0	America/Chicago	36.62648	-95.85665	198	Ogelesby,Oglesby		OK	147		
4544242	Oil City	oil-city	US	16301	0	America/Chicago	34.52313	-98.07309	349			OK	137		
4544245	Oil City	oil-city	US	16301	0	America/Chicago	34.27454	-97.41836	291			OK	019		
4544252	Oilton	oilton	US	74052	1015	America/Chicago	36.08451	-96.58363	239			OK	037		
4544257	Okarche	okarche	US	73762	1307	America/Chicago	35.72588	-97.97644	379			OK	017		
4544261	Okay	okay	US	74446	615	America/Chicago	35.85065	-95.3183	166			OK	145		
4544263	Okeene	okeene	US	73763	1213	America/Chicago	36.11615	-98.31702	370	O'Keene,Okeene		OK	011		
4544272	Okemah	okemah	US	74859	3247	America/Chicago	35.43259	-96.30501	278		107	OK	107		
4544349	Oklahoma City	oklahoma-city	US	73101	631346	America/Chicago	35.46756	-97.51643	366	Aklakhoma-Sici,Caayr Oklahoma,Cathair Oklahoma,Dinas Oklahoma,Kota Oklahoma,Kutha Oklahoma,Lungsod ng Oklahoma,Maxeponoe,Maxepónoe,OKC,Oklachoma Siti,Oklahoma,Oklahoma Ceety,Oklahoma City,Oklahoma Sites,Oklahoma Siti,Oklahoma Sitis,Oklahoma Sitės,Oklahoma Station,Oklahoma llaqta,Oklahomasitija,Oklahomaurbo,Oklakhoma,Oklakhoma Siti,Oklakhoma-Siti,Oklakhomae-Siti,Oklaxoma Shehiri,aklahma syty,ao ke la he ma shi,awklahwma syty,e ke la he ma cheng,okalahoma siti,okeullahomasiti,oklahoma nakaram,oklahoma siti,oklahoma-siti,okurahomashiti,xo khla ho ma si ti,Οκλαχόμα Σίτι,Аклахома-Сіці,Оклахомæ-Сити,Оклахома,Оклахома Сити,Оклахома-Сити,Оклахома-Сіті,Օկլահոմա Սիթի,אוקלהומה סיטי,أوكلاهوما سيتي,اوکلاہوما شہر، اوکلاہوما,اکلاهما سیتی,ओक्लाहोमा सिटी,ওকলাহোমা সিটি,ஓக்லஹோமா நகரம்,โอคลาโฮมาซิตี,ოკლაჰომა-სიტი,ოქლაჰომა-სითი,オクラホマシティ,俄克拉荷馬城,奧克拉荷馬市,오클라호마시티	OK	OK	109		
4544383	Okmulgee	okmulgee	US	74447	12244	America/Chicago	35.62344	-95.96055	207	OKM,Ockmulgee,Okmalgi,Okmulgee,Okmulgi,Okmulkee,awkmalgy  aklahma,awkmwlghy,Окмалги,Окмулги,أوكمولغي,اوکمالگی، اکلاهما	111	OK	111		
4547139	Oktaha	oktaha	US	74450	383	America/Chicago	35.57649	-95.47498	184			OK	101		
4547193	Olive	olive	US	59343	0	America/Chicago	33.90788	-96.44805	209			OK	013		
4547194	Olive	olive	US	59343	0	America/Chicago	36.0284	-96.48001	265			OK	037		
4547212	Olney	olney	US	20830	0	America/Chicago	34.47259	-96.36111	188			OK	029		
4547214	Olustee	olustee	US	32072	583	America/Chicago	34.54868	-99.42231	406			OK	065		
4547220	Omega	omega	US	31775	0	America/Chicago	35.87032	-98.19784	365			OK	073		
4547240	Oneida	oneida	US	13421	0	America/Chicago	35.97087	-98.06728	335			OK	073		
4547241	Ontario	ontario	US	14519	0	America/Chicago	36.98757	-94.763	257			OK	115		
4547242	Oologah	oologah	US	74053	1179	America/Chicago	36.44704	-95.70832	199	Oolagah,Oologah		OK	131		
4547277	Ord	ord	US	68862	0	America/Chicago	33.9101	-95.4994	129			OK	023		
4547285	Oriental	oriental	US	28571	0	America/Chicago	35.53648	-96.22889	222			OK	107		
4547286	Orion	orion	US	61273	0	America/Chicago	36.2167	-98.7787	540			OK	093		
4547288	Orlando	orlando	US	26412	163	America/Chicago	36.14893	-97.3781	335	Orlando,Орландо		OK	083		
4547290	Orr	orr	US	55771	0	America/Chicago	34.03204	-97.53558	253			OK	085		
4547298	Osage	osage	US	26543	154	America/Chicago	36.29285	-96.41585	247			OK	113		
4547337	Oscar	oscar	US	70762	0	America/Chicago	33.98399	-97.75281	270			OK	067		
4547347	Otoe	otoe	US	68417	0	America/Chicago	36.38393	-97.18338	314			OK	103		
4547356	Ottawa	ottawa	US	25149	0	America/Chicago	36.85674	-94.78773	276			OK	115		
4547400	Overbrook	overbrook	US	66524	0	America/Chicago	34.06732	-97.14112	229			OK	085		
4547407	Owasso	owasso	US	74055	34542	America/Chicago	36.26954	-95.85471	186	Ovaso,Ovasso,awasw,awwasw  aklahma,Овасо,Овассо,أواسو,اواسو، اوکلاہوما,اوواسو، اکلاهما		OK	143		
4547411	Owen	owen	US	54460	0	America/Chicago	36.99924	-95.93165	221			OK	147		
4547464	Ozark	ozark	US	36360	0	America/Chicago	34.63813	-99.21175	403			OK	065		
4547477	Paden	paden	US	74860	459	America/Chicago	35.50785	-96.56751	304			OK	107		
4547504	Panama	panama	US	14767	1370	America/Chicago	35.16732	-94.67245	138			OK	079		
4547505	Panola	panola	US	35477	0	America/Chicago	34.92871	-95.2133	196			OK	077		
4547506	Panther	panther	US	24872	0	America/Chicago	35.13482	-94.99857	205			OK	061		
4547544	Paoli	paoli	US	19301	614	America/Chicago	34.82674	-97.25919	290			OK	049		
4547567	Park Hill	park-hill	US	74451	3909	America/Chicago	35.8612	-94.95884	228			OK	021		
4547586	Parker	parker	US	16049	0	America/Chicago	34.73787	-96.18028	207			OK	029		
4547596	Parkersburg	parkersburg	US	26101	0	America/Chicago	35.49255	-99.0237	464			OK	039		
4547648	Patterson	patterson	US	12563	0	America/Chicago	34.95482	-95.40164	220			OK	077		
4547655	Patton	patton	US	16668	0	America/Chicago	36.47676	-95.2558	201			OK	097		
4547671	Paw Paw	paw-paw	US	25434	0	America/Chicago	35.33232	-94.51355	128			OK	135		
4547675	Pawhuska	pawhuska	US	74056	3605	America/Chicago	36.66784	-96.33723	250	Paukhuska,Pawhuska,Pawluska,bwhwska,pawhwska  aklahma,poheoseuka,Паухуска,بوهوسكا,پاوهوسکا، اکلاهما,포허스카	113	OK	113		
4547684	Pawnee	pawnee	US	62558	2160	America/Chicago	36.33783	-96.80392	265	Pavni,Poni,bawny,pany  aklahma,Павни,Пони,باوني,پانی، اکلاهما	117	OK	117		
4547690	Pauls Valley	pauls-valley	US	73075	6152	America/Chicago	34.74008	-97.22225	266	Pauls Vallehj,Pols Vali,bwls faly,pl wly  aklahma,Паулс Валлэй,Полс Вали,بولس فالي,پل ولی، اکلاهما	049	OK	049		
4547699	Payne	payne	US	45880	0	America/Chicago	34.90618	-97.53003	316			OK	087		
4547705	Payson	payson	US	62360	0	America/Chicago	35.55035	-96.8553	275			OK	081		
4547728	Pearson	pearson	US	31642	0	America/Chicago	35.07285	-96.9178	304			OK	125		
4547782	Peggs	peggs	US	74452	813	America/Chicago	36.08093	-95.0994	283			OK	021		
4547812	Pensacola	pensacola	US	32501	124	America/Chicago	36.45509	-95.13052	203	Pensakola,Пенсакола		OK	097		
4547840	Peoria	peoria	US	61601	133	America/Chicago	36.91534	-94.66995	268	Peorija,Пеория		OK	115		
4547849	Perkins	perkins	US	30822	2857	America/Chicago	35.97394	-97.03364	273			OK	119		
4547861	Perry	perry	US	04667	5097	America/Chicago	36.28949	-97.2881	308	Pehrri,Peri,Perri,byry,pry  aklahma,Пери,Перри,Пэрри,بيري,پری، اکلاهما,پیری، اوکلاہوما	103	OK	103		
4547876	Pershing	pershing	US	47370	0	America/Chicago	36.5934	-96.27528	280			OK	113		
4547896	Petersburg	petersburg	US	12138	0	America/Chicago	33.9551	-97.56975	254			OK	067		
4547907	Petros	petros	US	37845	0	America/Chicago	34.86955	-94.60884	168	Petros,Petross Mill		OK	079		
4547934	Phillips	phillips	US	04966	129	America/Chicago	34.50593	-96.21972	181			OK	029		
4547955	Pickens	pickens	US	26230	0	America/Chicago	34.39649	-95.0119	261			OK	089		
4547963	Pickett	pickett	US	54964	0	America/Chicago	34.78203	-96.77474	297			OK	123		
4547969	Piedmont	piedmont	US	26750	7118	America/Chicago	35.642	-97.74643	363			OK	017		
4547973	Pierce	pierce	US	68767	0	America/Chicago	35.43482	-95.71638	192			OK	091		
4547985	Pike	pike	US	03780	0	America/Chicago	33.96454	-97.3253	230			OK	085		
4548046	Pine Ridge	pine-ridge	US	41360	0	America/Chicago	35.01506	-98.4445	445	Broxton,Pine Ridge		OK	015		
4548052	Pine Top	pine-top	US	41843	0	America/Chicago	34.67732	-95.74193	238			OK	121		
4548100	Pittsburg	pittsburg	US	03592	199	America/Chicago	34.71315	-95.84999	233	Pitsburg,Питсбург		OK	121		
4548106	Plainview	plainview	US	11803	0	America/Chicago	35.07339	-99.72232	598			OK	055		
4548107	Plainview	plainview	US	11803	0	America/Chicago	34.11344	-95.12162	152			OK	089		
4548108	Plainview	plainview	US	11803	0	America/Chicago	36.84114	-99.24122	554			OK	151		
4548126	Platter	platter	US	74753	0	America/Chicago	33.90704	-96.53499	204			OK	013		
4548140	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.2248	-96.73752	297			OK	133		
4548148	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	33.769	-94.66438	119			OK	089		
4548183	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	35.98949	-97.30059	281			OK	119		
4548230	Pocasset	pocasset	US	02559	204	America/Chicago	35.19367	-97.95255	364			OK	051		
4548233	Pocola	pocola	US	74902	4031	America/Chicago	35.23121	-94.478	147			OK	079		
4548267	Ponca City	ponca-city	US	74601	24758	America/Chicago	36.70698	-97.08559	308	PNC,Ponca,Ponca City,Ponka,Ponka Siti,bwnka syty,pang ka cheng,panka syty  aklahma,Понка Сити,بونكا سيتي,پانکا سیتی، اکلاهما,پونکا سٹی، اوکلاہوما,庞卡城		OK	071		
4548280	Pond Creek	pond-creek	US	73766	866	America/Chicago	36.6692	-97.80117	320	Pond Creek,Pondcreek		OK	053		
4548293	Poole	poole	US	42444	0	America/Chicago	35.60895	-97.2267	308			OK	109		
4548295	Pontotoc	pontotoc	US	38863	0	America/Chicago	34.4887	-96.62584	310			OK	069		
4548312	Porter	porter	US	04068	586	America/Chicago	35.87093	-95.52248	196			OK	145		
4548320	Porum	porum	US	74455	714	America/Chicago	35.35621	-95.26552	180			OK	101		
4548363	Poteau	poteau	US	74953	8732	America/Chicago	35.05371	-94.62356	149	Potiu,Poto,RKR,bwtw,pwtaw  aklahma,Потиу,Пото,بوتو,پوتاو، اکلاهما	079	OK	079		
4548384	Powell	powell	US	37849	0	America/Chicago	33.9551	-96.8625	205			OK	095		
4548390	Powers	powers	US	49874	0	America/Chicago	35.44978	-97.95227	424			OK	017		
4548393	Prague	prague	US	68050	2453	America/Chicago	35.48674	-96.68502	308	Pragju,Prejg,bragh,prag  aklahma,Прагю,Прејг,براغ,پراگ، اکلاهما		OK	081		
4548410	Prairie Hill	prairie-hill	US	76678	0	America/Chicago	34.59396	-99.54426	443			OK	065		
4548438	Prattville	prattville	US	36066	0	America/Chicago	36.10453	-96.11861	235			OK	143		
4548447	Prentiss	prentiss	US	39474	0	America/Chicago	35.36394	-99.80566	655			OK	009		
4548461	Preston	preston	US	06365	0	America/Chicago	35.71149	-95.99166	239			OK	111		
4548471	Price	price	US	21656	0	America/Chicago	36.13565	-96.06833	197			OK	143		
4548498	Proctor	proctor	US	05765	231	America/Chicago	35.9662	-94.77745	251			OK	001		
4548510	Prue	prue	US	74060	465	America/Chicago	36.23813	-96.31668	234			OK	113		
4548516	Pryor	pryor	US	59066	8708	America/Chicago	36.30843	-95.31691	192	Coo-y-yah,Pryor,Pryor Creek	097	OK	097		
4548543	Pulaski	pulaski	US	13142	0	America/Chicago	35.81369	-96.43973	242			OK	037		
4548560	Purcell	purcell	US	64857	6370	America/Chicago	35.01368	-97.36114	335	Parsel,Pursehll,bwrsyl,prsl  aklahma,Парсел,Пурсэлл,بورسيل,پرسل، اکلاهما	087	OK	087		
4548566	Purdy	purdy	US	65734	0	America/Chicago	34.71591	-97.58753	315			OK	049		
4548575	Putnam	putnam	US	06260	30	America/Chicago	35.8556	-98.96843	598			OK	043		
4548606	Quapaw	quapaw	US	74363	906	America/Chicago	36.95451	-94.78801	258			OK	115		
4548769	Quay	quay	US	88433	44	America/Chicago	36.15951	-96.71086	285			OK	119		
4548777	Quinlan	quinlan	US	75474	22	America/Chicago	36.45448	-99.04538	534			OK	153		
4548780	Quinton	quinton	US	08072	1009	America/Chicago	35.12288	-95.37109	186			OK	121		
4548820	Raiford	raiford	US	32026	0	America/Chicago	35.26788	-95.78694	196			OK	091		
4548892	Ralph	ralph	US	35480	0	America/Chicago	35.50894	-99.01203	467			OK	039		
4548895	Ralston	ralston	US	17763	328	America/Chicago	36.50394	-96.73226	251			OK	117		
4548897	Ramona	ramona	US	57054	545	America/Chicago	36.53037	-95.9236	203	Bonton,Ramona		OK	147		
4548924	Randlett	randlett	US	73562	425	America/Chicago	34.17731	-98.46367	317			OK	033		
4548935	Rankin	rankin	US	60960	0	America/Chicago	35.62449	-99.92456	735			OK	129		
4548942	Rattan	rattan	US	74562	298	America/Chicago	34.20038	-95.41302	142			OK	127		
4548947	Ratliff City	ratliff-city	US	73481	120	America/Chicago	34.44897	-97.50947	318			OK	019		
4548955	Ravia	ravia	US	73455	523	America/Chicago	34.24176	-96.75139	233			OK	069		
4548969	Reagan	reagan	US	38368	0	America/Chicago	34.34898	-96.72167	278			OK	069		
4549014	Red Hill	red-hill	US	18076	0	America/Chicago	35.34732	-94.94051	158			OK	061		
4549026	Red Oak	red-oak	US	23964	505	America/Chicago	34.95093	-95.08024	179			OK	077		
4549045	Red Rock	red-rock	US	74651	284	America/Chicago	36.45921	-97.17893	283			OK	103		
4549089	Reed	reed	US	42451	0	America/Chicago	34.90061	-99.69565	531			OK	055		
4549134	Rentiesville	rentiesville	US	74459	125	America/Chicago	35.52149	-95.49498	183			OK	091		
4549141	Remington	remington	US	22734	0	America/Chicago	36.64449	-96.72114	277			OK	113		
4549176	Reydon	reydon	US	73660	219	America/Chicago	35.65366	-99.919	696			OK	129		
4549178	Reynolds	reynolds	US	31076	0	America/Chicago	34.66537	-95.9311	219			OK	005		
4549211	Richardsville	richardsville	US	22736	0	America/Chicago	35.47843	-95.68082	185			OK	091		
4549213	Richland	richland	US	08350	0	America/Chicago	35.58005	-97.80477	416			OK	017		
4549220	Richmond	richmond	US	01254	0	America/Chicago	36.19087	-99.05232	552			OK	153		
4549224	Richville	richville	US	13681	0	America/Chicago	34.93787	-95.67443	192			OK	121		
4549253	Ringling	ringling	US	59642	1002	America/Chicago	34.17843	-97.59253	278			OK	067		
4549255	Ringold	ringold	US	74754	0	America/Chicago	34.2151	-95.12523	140	Burwell,Leflore Creek,Ringold		OK	089		
4549257	Ringwood	ringwood	US	07456	514	America/Chicago	36.37948	-98.24535	400			OK	093		
4549259	Ripley	ripley	US	14775	406	America/Chicago	36.01784	-96.90558	258			OK	119		
4549399	Roberta	roberta	US	31078	0	America/Chicago	33.92649	-96.30249	204			OK	013		
4549461	Rock Creek	rock-creek	US	25174	0	America/Chicago	34.84009	-96.12722	259			OK	063		
4549574	Rock Island	rock-island	US	38581	636	America/Chicago	35.18232	-94.47383	151	Rok-Ajlend,Рок-Айленд		OK	079		
4549599	Rocky	rocky	US	73661	163	America/Chicago	35.157	-99.06035	503			OK	149		
4549609	Rocky Ford	rocky-ford	US	30455	62	America/Chicago	34.84535	-98.07199	378			OK	051		
4549616	Rocky Point	rocky-point	US	11778	0	America/Chicago	36.02843	-95.32802	190			OK	145		
4549632	Rocky Ford	rocky-ford	US	30455	61	America/Chicago	36.17592	-94.91107	339			OK	041		
4549633	Roff	roff	US	74865	720	America/Chicago	34.62759	-96.84085	383			OK	123		
4549656	Roland	roland	US	50236	3529	America/Chicago	35.4212	-94.51466	147			OK	135		
4549659	Roll	roll	US	85347	0	America/Chicago	35.77921	-99.7115	692			OK	129		
4549668	Romulus	romulus	US	14541	0	America/Chicago	35.11646	-96.92335	312			OK	125		
4549679	Roosevelt	roosevelt	US	08555	242	America/Chicago	34.84867	-99.02174	446			OK	075		
4549701	Rose	rose	US	14542	285	America/Chicago	36.21953	-95.02968	301			OK	097		
4549729	Rosedale	rosedale	US	11422	70	America/Chicago	34.91841	-97.18391	320			OK	087		
4549762	Rosston	rosston	US	71858	32	America/Chicago	36.81336	-99.93402	653			OK	059		
4549763	Rossville	rossville	US	17358	0	America/Chicago	35.59395	-96.99892	314			OK	081		
4549849	Roxana	roxana	US	41848	0	America/Chicago	36.10143	-97.65727	302			OK	083		
4549852	Rufe	rufe	US	74755	0	America/Chicago	34.12372	-95.14412	152			OK	089		
4549984	Rush Springs	rush-springs	US	73082	1275	America/Chicago	34.78257	-97.95698	412			OK	051		
4549989	Russell	russell	US	01071	0	America/Chicago	34.76812	-99.66732	469			OK	055		
4550001	Russellville	russellville	US	29476	0	America/Chicago	35.15176	-95.43526	215			OK	121		
4550007	Ryan	ryan	US	52330	789	America/Chicago	34.0201	-97.95754	275	Baldwin,Ryan		OK	067		
4550014	Sacred Heart	sacred-heart	US	56285	0	America/Chicago	35.00119	-96.80946	324			OK	125		
4550222	Saint Louis	saint-louis	US	48880	158	America/Chicago	35.07424	-96.85308	312	Sent-Luis,Сент-Луис		OK	125		
4550352	Salem	salem	US	01970	112	America/Chicago	35.76647	-94.573	392	Sejlem,Сейлем		OK	001		
4550353	Salem	salem	US	01970	91	America/Chicago	35.38399	-95.92861	220			OK	111		
4550364	Salina	salina	US	15680	1384	America/Chicago	36.29287	-95.1533	195	Salina,Saline,Салина		OK	097		
4550374	Sallisaw	sallisaw	US	74955	8596	America/Chicago	35.46037	-94.78745	162	Childer's Station,Salaiseau,Salisaw,Sallisaw,Sollisau,salysw,slysaw  aklahma,Соллисау,ساليسو,سلیساو، اکلاهما	135	OK	135		
4550621	Sand Creek	sand-creek	US	49279	0	America/Chicago	36.84031	-98.01978	344			OK	053		
4550655	Sand Point	sand-point	US	99661	0	America/Chicago	33.96454	-96.5625	199			OK	013		
4550659	Sand Springs	sand-springs	US	59077	19783	America/Chicago	36.13981	-96.10889	206			OK	143		
4550669	Sanders	sanders	US	41083	0	America/Chicago	35.92064	-94.70689	277			OK	001		
4550670	Sanders	sanders	US	41083	0	America/Chicago	36.81481	-95.4497	220			OK	105		
4550765	Sandy	sandy	US	84070	0	America/Chicago	34.81256	-99.96483	585			OK	057		
4550874	Santa Fe	santa-fe	US	38482	0	America/Chicago	34.41981	-97.69253	335			OK	137		
4550881	Sapulpa	sapulpa	US	74066	20579	America/Chicago	35.9987	-96.11417	218	Sapalpa,Sapulpa,sabwlba,spalpa  aklahma,Сапалпа,Сапулпа,سابولبا,سپالپا، اکلاهما	037	OK	037		
4550889	Sardis	sardis	US	30456	0	America/Chicago	34.66593	-95.4097	177			OK	127		
4550910	Sasakwa	sasakwa	US	74867	145	America/Chicago	34.9487	-96.52529	257	Sa-sak-wa,Sasakwa,Wild Goose		OK	133		
4550923	Savanna	savanna	US	61074	657	America/Chicago	34.82899	-95.84388	224	Savanna,Savannah,Саванна		OK	121		
4550928	Sayre	sayre	US	18840	4773	America/Chicago	35.29116	-99.6401	551	Sajr,Sejri,sai er,sayr,syr  aklahma,Сайр,Сејри,ساير,سیر، اکلاهما,塞尔	009	OK	009		
4550938	Sawyer	sawyer	US	49125	317	America/Chicago	34.01372	-95.37162	129			OK	023		
4550962	Schulter	schulter	US	74460	501	America/Chicago	35.51455	-95.95666	213			OK	111		
4550967	Scipio	scipio	US	47273	0	America/Chicago	35.05482	-95.95667	221			OK	121		
4550972	Scott	scott	US	38772	0	America/Chicago	35.37672	-98.23644	471			OK	017		
4550999	Sealy	sealy	US	77474	0	America/Chicago	34.95647	-96.50334	232			OK	133		
4551015	Sedan	sedan	US	67361	0	America/Chicago	34.97173	-98.7609	445			OK	075		
4551021	Seiling	seiling	US	73663	882	America/Chicago	36.1481	-98.92426	533			OK	043		
4551042	Seminole	seminole	US	16253	7522	America/Chicago	35.22452	-96.67057	272	Seminol,asmnwwl  aklahma,symynwl,Семинол,اسمنوول، اکلاهما,سيمينول		OK	133		
4551060	Sentinel	sentinel	US	73664	907	America/Chicago	35.15783	-99.17536	500	Barton,Sentinel		OK	149		
4551116	Seward	seward	US	15954	0	America/Chicago	35.7981	-97.48838	304			OK	083		
4551124	Shady Grove	shady-grove	US	17256	556	America/Chicago	35.94426	-95.09496	233			OK	021		
4551125	Shady Grove	shady-grove	US	17256	194	America/Chicago	35.4396	-95.40905	213			OK	091		
4551126	Shady Grove	shady-grove	US	17256	2	America/Chicago	36.18925	-96.28779	242			OK	117		
4551127	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.39065	-94.51327	137			OK	135		
4551141	Shady Point	shady-point	US	74956	997	America/Chicago	35.1301	-94.65856	139	Shady Point,Shadypoint		OK	079		
4551156	Shamrock	shamrock	US	74068	101	America/Chicago	35.91007	-96.58391	309			OK	037		
4551164	Sharon	sharon	US	02067	135	America/Chicago	36.27587	-99.33566	623	Sharon,Шарон		OK	153		
4551173	Shattuck	shattuck	US	73858	1385	America/Chicago	36.27614	-99.88276	685			OK	045		
4551177	Shawnee	shawnee	US	43782	31286	America/Chicago	35.32729	-96.9253	323	SNL,Shani,Shauni,Shavni,Shoni,Shouni,Soni,shany  aklahma,shoni,shwny,syoni,xiao ni,Šonī,Шавни,Шани,Шауні,Шони,Шоуни,شانی، اوکلاہوما,شانی، اکلاهما,شوني,ショーニー,肖尼,쇼니	125	OK	125		
4551245	Sherwood	sherwood	US	21665	0	America/Chicago	34.33122	-94.77828	317			OK	089		
4551250	Shidler	shidler	US	74652	436	America/Chicago	36.78198	-96.66114	356			OK	113		
4551259	Shiloh	shiloh	US	08353	0	America/Chicago	35.80561	-97.15948	281			OK	083		
4551277	Shoals	shoals	US	25562	0	America/Chicago	33.89788	-95.39773	148			OK	023		
4551334	Silver City	silver-city	US	39166	0	America/Chicago	36.09035	-96.49446	259			OK	037		
4551360	Simpson	simpson	US	26435	0	America/Chicago	34.15287	-96.88945	256			OK	095		
4551408	Skiatook	skiatook	US	74070	7880	America/Chicago	36.36842	-96.00138	197	Skajatuk,Ski-a-took,Skiatook,Skiotook,askyatwk  aklahma,Скаятук,اسکیاتوک، اکلاهما		OK	113		
4551456	Slick	slick	US	74071	131	America/Chicago	35.77703	-96.26611	219			OK	037		
4551486	Smithville	smithville	US	26178	113	America/Chicago	34.46677	-94.64383	212			OK	089		
4551520	Snow	snow	US	74567	0	America/Chicago	34.39593	-95.41275	166			OK	127		
4551532	Snyder	snyder	US	68664	1345	America/Chicago	34.65896	-98.95174	413			OK	075		
4551610	Soper	soper	US	74759	258	America/Chicago	34.03288	-95.69719	163			OK	023		
4551754	Southard	southard	US	73770	0	America/Chicago	36.05587	-98.47536	471	Cherryvale,Southard		OK	011		
4551889	Sparks	sparks	US	31647	173	America/Chicago	35.60812	-96.82113	260	Sparks,Спаркс		OK	081		
4551898	Spavinaw	spavinaw	US	74366	433	America/Chicago	36.3912	-95.04663	212	Spavina,Spavinaw		OK	097		
4551910	Speer	speer	US	61479	0	America/Chicago	34.11344	-95.5558	148	Cooksville,Speer		OK	023		
4551915	Spencer	spencer	US	01562	4027	America/Chicago	35.52284	-97.37726	366	Spence,Spencer		OK	109		
4551925	Spencerville	spencerville	US	20868	0	America/Chicago	34.14233	-95.35829	159			OK	023		
4551928	Sperry	sperry	US	52650	1268	America/Chicago	36.29731	-95.99139	190			OK	143		
4551934	Spiro	spiro	US	74959	2167	America/Chicago	35.24121	-94.61994	150			OK	079		
4551966	Spring Creek	spring-creek	US	16436	0	America/Chicago	35.26173	-98.18339	393			OK	015		
4552030	Spring Hill	spring-hill	US	34606	0	America/Chicago	35.0148	-97.2653	339			OK	027		
4552061	Springer	springer	US	73458	702	America/Chicago	34.31454	-97.14279	280			OK	019		
4552066	Springhill	springhill	US	71075	0	America/Chicago	35.81316	-95.57081	196			OK	145		
4552109	Stafford	stafford	US	06075	0	America/Chicago	35.53672	-99.12203	486			OK	039		
4552111	Staley	staley	US	27355	0	America/Chicago	33.82677	-96.52999	168			OK	013		
4552122	Stanley	stanley	US	14561	0	America/Chicago	34.5401	-95.46969	165			OK	127		
4552131	Star	star	US	27356	0	America/Chicago	35.31121	-94.86495	156			OK	061		
4552132	Star	star	US	27356	0	America/Chicago	34.67121	-95.53887	211			OK	121		
4552166	Steedman	steedman	US	65077	0	America/Chicago	34.81564	-96.48001	235	Blackrock,Steedman		OK	123		
4552174	Stella	stella	US	28582	0	America/Chicago	35.31923	-97.21281	369			OK	027		
4552189	Sterling	sterling	US	01564	803	America/Chicago	34.75035	-98.17171	375	Sterling,Стерлинг		OK	031		
4552203	Stidham	stidham	US	74461	20	America/Chicago	35.36871	-95.69971	193			OK	091		
4552206	Stigler	stigler	US	74462	2766	America/Chicago	35.25371	-95.12302	175	Stiglehr,astyglr  aklahma,styghlr,Стиглэр,استیگلر، اکلاهما,ستيغلر	061	OK	061		
4552215	Stillwater	stillwater	US	04489	48967	America/Chicago	36.11561	-97.05837	273	SWO,Stilgouoter,Stilluateh,Stilvoter,astylwatr  aklahma,seutil-woteo,si di er wo te,stilavotara,stylwwtr,sutiruu~ota,Στίλγουοτερ,Стилвотер,Стиллуатэ,استیلواتر، اکلاهما,ستيلووتر,سٹیلواٹر، اوکلاہوما,स्टिलवॉटर,スティルウォーター,斯蒂尔沃特,스틸워터	119	OK	119		
4552910	Thackerville	thackerville	US	73459	467	America/Chicago	33.79344	-97.14307	264			OK	085		
4552280	Stilwell	stilwell	US	66085	4016	America/Chicago	35.81453	-94.62856	332	Stillvehll,Stiluehll,Stilvel,Stilvell,astylwl  aklahma,stylwyl,Стилвел,Стиллвэлл,Стилуэлл,Стілвелл,استیلول، اکلاهما,ستيلويل	001	OK	001		
4552310	Stonewall	stonewall	US	28583	474	America/Chicago	34.65259	-96.52612	214			OK	123		
4552317	Stony Point	stony-point	US	10980	0	America/Chicago	35.84786	-94.69467	285			OK	001		
4552319	Stony Point	stony-point	US	10980	0	America/Chicago	35.25287	-94.66856	143			OK	079		
4552328	Story	story	US	71970	0	America/Chicago	34.85535	-97.45864	300			OK	049		
4552337	Strang	strang	US	68444	88	America/Chicago	36.41064	-95.1308	202			OK	097		
4552339	Stratford	stratford	US	06614	1535	America/Chicago	34.79675	-96.95946	341	Stratford,Стратфорд		OK	049		
4552352	Stringtown	stringtown	US	74569	403	America/Chicago	34.46676	-96.05333	191			OK	005		
4552358	Strong City	strong-city	US	66869	49	America/Chicago	35.67033	-99.59955	574			OK	129		
4552361	Stroud	stroud	US	74079	2767	America/Chicago	35.74868	-96.65807	270	SUD,Straud,Stroud,Stroud (Oklahoma),astrawd  aklahma,strwd,Страуд,Строуд,استراود، اکلاهما,سترود		OK	081		
4552372	Stuart	stuart	US	24171	174	America/Chicago	34.90148	-96.09889	224			OK	063		
4552384	Success	success	US	65570	0	America/Chicago	36.61286	-95.03496	229			OK	035		
4552519	Sulphur	sulphur	US	40070	5097	America/Chicago	34.50787	-96.96835	305	Salfer,salfr  aklahma,swlfwr,Салфер,سالفر، اکلاهما,سولفور	099	OK	099		
4552541	Summerfield	summerfield	US	27358	0	America/Chicago	34.89871	-94.86607	170			OK	079		
4552546	Summit	summit	US	07901	137	America/Chicago	35.66593	-95.42275	185			OK	101		
4552553	Sumner	sumner	US	04292	0	America/Chicago	36.31893	-97.12143	291			OK	103		
4552555	Sumpter	sumpter	US	97877	0	America/Chicago	36.88364	-97.29449	314			OK	071		
4552587	Sunray	sunray	US	79086	0	America/Chicago	34.41258	-97.96504	324	Beckett,Sunray,Sunray Village		OK	137		
4552594	Sunset	sunset	US	04683	0	America/Chicago	35.75449	-98.9687	567			OK	039		
4552646	Sweetwater	sweetwater	US	37874	91	America/Chicago	35.42227	-99.9115	662			OK	009		
4552649	Swan Lake	swan-lake	US	12783	0	America/Chicago	35.23478	-98.51617	421			OK	015		
4552659	Swink	swink	US	74761	66	America/Chicago	34.01788	-95.20218	149			OK	023		
4552664	Sycamore	sycamore	US	15364	177	America/Chicago	36.40508	-94.71328	348			OK	041		
4552691	Tabor	tabor	US	51653	0	America/Chicago	35.80175	-96.26361	224			OK	037		
4552706	Taft	taft	US	38488	245	America/Chicago	35.76177	-95.54637	178			OK	101		
4552707	Tahlequah	tahlequah	US	74464	16598	America/Chicago	35.91537	-94.96996	243	Takhlguakh,Talekva,tahlkwah  aklahma,tahlykwa,tallekwa,Талеква,Тахлгуах,تاهليكوا,تاهلکواه، اکلاهما,ᏓᎵᏆ,탈레콰	021	OK	021		
4552718	Talala	talala	US	74080	276	America/Chicago	36.52982	-95.70137	208			OK	131		
4552725	Talihina	talihina	US	74571	1097	America/Chicago	34.75149	-95.04802	208			OK	079		
4552740	Taloga	taloga	US	73667	314	America/Chicago	36.03865	-98.96371	521		043	OK	043		
4552751	Tangier	tangier	US	23440	0	America/Chicago	36.42087	-99.53345	668			OK	153		
4552776	Tatums	tatums	US	73487	151	America/Chicago	34.48286	-97.46169	300			OK	019		
4552780	Taylor	taylor	US	18517	0	America/Chicago	35.24811	-99.38231	529			OK	009		
4552781	Taylor	taylor	US	18517	0	America/Chicago	34.1737	-98.33116	303			OK	033		
4552820	Tecumseh	tecumseh	US	49286	6630	America/Chicago	35.25785	-96.93669	330			OK	125		
4552840	Temple	temple	US	03084	969	America/Chicago	34.27203	-98.23588	307	Botsford,Temple		OK	033		
4552877	Terlton	terlton	US	74081	107	America/Chicago	36.18813	-96.4903	240			OK	117		
4552884	Terral	terral	US	73569	403	America/Chicago	33.89677	-97.93642	258			OK	067		
4552903	Texola	texola	US	73668	38	America/Chicago	35.21922	-99.99122	654			OK	009		
4552981	Thomas	thomas	US	26292	1244	America/Chicago	35.74422	-98.74758	532			OK	039		
4553060	Tiger	tiger	US	30576	0	America/Chicago	36.18871	-95.80471	219			OK	131		
4553121	Tipton	tipton	US	16684	794	America/Chicago	34.50285	-99.14091	394			OK	141		
4553126	Tishomingo	tishomingo	US	38873	3075	America/Chicago	34.23621	-96.67861	204	Tishomingo,tyshwmynghw,tyshwmyngw  aklahma,Тишоминго,تيشومينغو,تیشومینگو، اکلاهما	069	OK	069		
4553135	Todd	todd	US	16685	0	America/Chicago	36.66675	-95.0533	217			OK	035		
4553160	Tonkawa	tonkawa	US	74653	3126	America/Chicago	36.67837	-97.31004	300	Tonkava,twnkawa,twnkawa  aklahma,Тонкава,تونكاوا,تونکاوا، اکلاهما		OK	071		
4553245	Trail	trail	US	56684	0	America/Chicago	35.96866	-99.29677	579			OK	043		
4553393	Troy	troy	US	03465	0	America/Chicago	34.32732	-96.78167	288			OK	069		
4553407	Tryon	tryon	US	28782	502	America/Chicago	35.86978	-96.96392	316			OK	081		
4553411	Tucker	tucker	US	30084	0	America/Chicago	35.30371	-94.73022	140			OK	079		
4553433	Tulsa	tulsa	US	74101	403505	America/Chicago	36.15398	-95.99277	220	Tlsa,TUL,Talsa,Tulsa,tarusa,tu er sa,Талса,Тълса,タルサ,圖爾薩	143	OK	143		
4553466	Tupelo	tupelo	US	38801	315	America/Chicago	34.60481	-96.42417	210	Tjupelo,Тюпело		OK	029		
4553567	Tuskahoma	tuskahoma	US	74574	151	America/Chicago	34.61788	-95.27663	183			OK	127		
4553569	Tuskegee	tuskegee	US	36083	0	America/Chicago	35.65314	-96.28111	232			OK	037		
4553573	Tussy	tussy	US	73488	0	America/Chicago	34.50675	-97.54308	301			OK	019		
4553574	Tuttle	tuttle	US	58488	6805	America/Chicago	35.29089	-97.81227	402			OK	051		
4553606	Twin Lakes	twin-lakes	US	53181	0	America/Chicago	35.86949	-97.66477	293			OK	073		
4553624	Twin Oaks	twin-oaks	US	74368	198	America/Chicago	36.20536	-94.85134	345			OK	041		
4553639	Tyler	tyler	US	36785	0	America/Chicago	34.10371	-96.90973	270			OK	095		
4553643	Tyner	tyner	US	27980	0	America/Chicago	36.73892	-97.29227	302			OK	071		
4553686	Union	union	US	03887	0	America/Chicago	36.02893	-97.80116	362			OK	073		
4553687	Union	union	US	03887	0	America/Chicago	36.07371	-95.86471	221			OK	143		
4553709	Union City	union-city	US	07087	1942	America/Chicago	35.39172	-97.94144	403	Junion-Siti,Union,Union City,Юнион-Сити		OK	017		
4553716	Union Hill	union-hill	US	14563	0	America/Chicago	34.82286	-96.76585	320			OK	123		
4554319	Utica	utica	US	13501	0	America/Chicago	33.90149	-96.22137	180			OK	013		
4554334	Valley Park	valley-park	US	39177	70	America/Chicago	36.29287	-95.73748	218			OK	131		
4554351	Valliant	valliant	US	74764	746	America/Chicago	34.00233	-95.09384	158			OK	089		
4554395	Velma	velma	US	73491	612	America/Chicago	34.46008	-97.67392	318			OK	137		
4554398	Vera	vera	US	74082	247	America/Chicago	36.44926	-95.88082	195			OK	147		
4554400	Verden	verden	US	73092	532	America/Chicago	35.0834	-98.08783	346			OK	051		
4554406	Vernon	vernon	US	05354	0	America/Chicago	35.21565	-95.92583	212	Bower,Vernon		OK	091		
4554418	Vian	vian	US	74962	1396	America/Chicago	35.49843	-94.96967	165			OK	135		
4554425	Vici	vici	US	73859	726	America/Chicago	36.14976	-99.29816	690			OK	043		
4554428	Victor	victor	US	14564	0	America/Chicago	34.96649	-94.7869	161			OK	079		
4554495	Vining	vining	US	52348	0	America/Chicago	36.76753	-98.16423	352			OK	003		
4554496	Vinita	vinita	US	74301	5643	America/Chicago	36.63869	-95.15413	214	Vinita,Vinita City,fynyta,wynyta  aklahma,Винита,فينيتا,وینیتا، اکلاهما	035	OK	035		
4554502	Vinson	vinson	US	73571	0	America/Chicago	34.90061	-99.85982	573			OK	057		
4554504	Virgil	virgil	US	57379	0	America/Chicago	34.06983	-95.38246	141			OK	023		
4554508	Vivian	vivian	US	57576	0	America/Chicago	35.28982	-95.71638	192			OK	091		
4554538	Wade	wade	US	28395	0	America/Chicago	33.88899	-96.07609	161			OK	013		
4554541	Wadena	wadena	US	52169	0	America/Chicago	34.4026	-95.59692	154			OK	127		
4554548	Wagoner	wagoner	US	74467	8713	America/Chicago	35.95954	-95.36941	180	Vagonehr,Vagoner,waghwnr,wgnr  aklahma,Вагонер,Вагонэр,واغونر,وگنر، اکلاهما	145	OK	145		
4554562	Wainwright	wainwright	US	74468	162	America/Chicago	35.6126	-95.56442	195			OK	101		
4554564	Wakita	wakita	US	73771	344	America/Chicago	36.88336	-97.922	358			OK	053		
4554601	Walls	walls	US	38680	0	America/Chicago	35.03704	-94.90912	162			OK	079		
4554634	Walters	walters	US	73572	2502	America/Chicago	34.35981	-98.30783	305	Uehlters,Voters,Walter,Walters,waltrz,waltrz  aklahma,Вотерс,Уэлтерс,والترز,والترز، اکلاهما	033	OK	033		
4554649	Wanette	wanette	US	74878	356	America/Chicago	34.96202	-97.03252	313			OK	125		
4554654	Wann	wann	US	74083	125	America/Chicago	36.91536	-95.80442	263	Coon,Wann		OK	105		
4554656	Wapanucka	wapanucka	US	73461	437	America/Chicago	34.37398	-96.42444	193			OK	069		
4554675	Wardville	wardville	US	74576	54	America/Chicago	34.65371	-96.03027	210	Herbert,Wardville		OK	005		
4554691	Warren	warren	US	01083	0	America/Chicago	34.78312	-99.20842	471			OK	065		
4554693	Warner	warner	US	03278	1623	America/Chicago	35.49426	-95.30552	176			OK	101		
4554703	Washington	washington	US	03280	634	America/Chicago	35.05896	-97.48448	339	Vashington,Вашингтон		OK	087		
4554711	Warwick	warwick	US	01378	151	America/Chicago	35.6859	-97.00419	267			OK	081		
4554798	Watkins	watkins	US	52354	0	America/Chicago	35.98093	-96.01166	211			OK	143		
4554800	Watonga	watonga	US	73772	3008	America/Chicago	35.84477	-98.41313	462	Tseh-maehoaeta,Tséh-maêhoaëta,Vatonga,Votonga,watwnga  aklahma,watwngha,Ватонга,Вотонга,واتونغا,واتونگا، اکلاهما	011	OK	011		
4554812	Watson	watson	US	35181	0	America/Chicago	34.43733	-94.55744	255			OK	089		
4554814	Waterloo	waterloo	US	13165	0	America/Chicago	35.72533	-97.4781	336			OK	109		
4554823	Waukomis	waukomis	US	73773	1365	America/Chicago	36.28031	-97.89811	381			OK	047		
4554829	Waurika	waurika	US	73573	1988	America/Chicago	34.16704	-97.99754	273	Vaurika,Vorika,wawryka,wawryka  aklahma,Ваурика,Ворика,واوريكا,واوریکا، اکلاهما	067	OK	067		
4554839	Wayne	wayne	US	04284	706	America/Chicago	34.91813	-97.31447	336			OK	087		
4554849	Waynoka	waynoka	US	73860	966	America/Chicago	36.58226	-98.87981	455			OK	151		
4554858	Weatherford	weatherford	US	73096	12126	America/Chicago	35.52616	-98.70757	504			OK	039		
4554866	Webb City	webb-city	US	64870	61	America/Chicago	36.80698	-96.70864	335			OK	113		
4554868	Webb	webb	US	36376	0	America/Chicago	35.92782	-99.1326	636			OK	043		
4554891	Webbers Falls	webbers-falls	US	74470	601	America/Chicago	35.51093	-95.12996	147	Webber Falls,Webbers Falls		OK	101		
4554897	Welch	welch	US	24801	611	America/Chicago	36.87369	-95.0958	250			OK	035		
4554906	Weleetka	weleetka	US	74880	987	America/Chicago	35.33565	-96.13639	221			OK	107		
4554915	Welling	welling	US	74471	771	America/Chicago	35.87787	-94.90106	226			OK	021		
4554920	Wellston	wellston	US	45692	795	America/Chicago	35.69423	-97.06336	274			OK	081		
4554939	Wesley	wesley	US	04686	0	America/Chicago	34.58787	-95.89777	247			OK	005		
4555077	West Point	west-point	US	10996	0	America/Chicago	36.18839	-96.8542	311			OK	119		
4555173	Westport	westport	US	02790	293	America/Chicago	36.21897	-96.32474	269			OK	117		
4555189	Westville	westville	US	08093	1567	America/Chicago	35.99258	-94.568	343	Vestvil,Vestvill,wstwyl  aklahma,Вествил,Вествилл,وستویل، اکلاهما		OK	001		
4555204	Wetumka	wetumka	US	74883	1245	America/Chicago	35.23759	-96.24167	233	Wetumka,Wetumpka		OK	063		
4555211	Wewoka	wewoka	US	74884	3445	America/Chicago	35.15869	-96.49335	245	Uehvoka,We-wo-ka,Wewoka,wwka  aklahma,wywka,Уэвока,ووکا، اکلاهما,ويوكا	133	OK	133		
4555221	Wheatland	wheatland	US	16161	0	America/Chicago	35.39784	-97.65226	402			OK	109		
4555280	White Oak	white-oak	US	25989	0	America/Chicago	35.72565	-95.02968	234			OK	021		
4555281	White Oak	white-oak	US	25989	263	America/Chicago	36.62036	-95.26414	234	White Oak,Whiteoak		OK	035		
4555305	Whitefield	whitefield	US	03598	391	America/Chicago	35.2526	-95.23747	171			OK	061		
4555382	Whitesboro	whitesboro	US	08252	250	America/Chicago	34.6926	-94.88523	210			OK	079		
4555423	Wilburton	wilburton	US	17888	2683	America/Chicago	34.91871	-95.30914	201	Vilbarton,Vilberton,wylbwrtwn,wylbwrtwn  aklahma,Вилбартон,Вилбертон,ويلبورتون,ویلبورتون، اکلاهما	077	OK	077		
4555729	Willard	willard	US	14588	0	America/Chicago	36.97253	-99.7254	595			OK	059		
4555748	Willis	willis	US	24380	0	America/Chicago	33.88566	-96.82917	210			OK	095		
4555754	Willow	willow	US	12495	145	America/Chicago	35.05144	-99.50953	531			OK	055		
4555789	Wilson	wilson	US	14172	0	America/Chicago	34.34592	-96.35472	210			OK	005		
4555790	Wilson	wilson	US	14172	1730	America/Chicago	34.16204	-97.42586	285	Uilson,Уилсон		OK	019		
4555791	Wilson	wilson	US	14172	1613	America/Chicago	35.5076	-96.03472	208			OK	111		
4555841	Winchester	winchester	US	01890	506	America/Chicago	35.78621	-95.99222	274			OK	111		
4555842	Winchester	winchester	US	01890	0	America/Chicago	36.95725	-98.79731	453			OK	151		
4555921	Wirt	wirt	US	56688	0	America/Chicago	34.23093	-97.53169	294			OK	019		
4555925	Wister	wister	US	74966	1069	America/Chicago	34.96732	-94.72467	148			OK	079		
4555945	Wolf	wolf	US	82844	0	America/Chicago	35.08758	-96.65863	294	Dewright,Snomac,Wolf		OK	133		
4556044	Woodford	woodford	US	22580	0	America/Chicago	34.3387	-97.28446	284			OK	019		
4556050	Woodward	woodward	US	16882	12993	America/Chicago	36.43365	-99.39039	582	Vudvard,WWR,wwdward,wwdward  aklahma,Вудвард,وودوارد,وودوارد، اکلاهما	153	OK	153		
4556085	Wright City	wright-city	US	63390	745	America/Chicago	34.06011	-95.00328	121	Bismark,Wright,Wright City		OK	089		
4556089	Wyandotte	wyandotte	US	48192	333	America/Chicago	36.7934	-94.72523	232			OK	115		
4556096	Wynnewood	wynnewood	US	19096	2223	America/Chicago	34.64342	-97.16447	275			OK	049		
4556101	Wynona	wynona	US	74084	432	America/Chicago	36.54618	-96.32723	276			OK	113		
4556110	Yale	yale	US	23897	1223	America/Chicago	36.11423	-96.69919	245			OK	119		
4556144	Yonkers	yonkers	US	10701	0	America/Chicago	36.05288	-95.2608	182			OK	145		
4556165	Yukon	yukon	US	15698	25892	America/Chicago	35.50672	-97.76254	393	Jukon,aywkan  aklahma,yu kong,ywkwn,Јукон,Юкон,ایوکان، اکلاهما,يوكون,یکون، اوکلاہوما,育空		OK	017		
4556183	Zion	zion	US	60099	41	America/Chicago	35.78259	-94.63494	314	Sion,Сион		OK	001		
4556211	Zoe	zoe	US	41397	0	America/Chicago	34.76788	-94.62828	182			OK	079		
4556216	Abbottstown	abbottstown	US	17301	1020	America/New_York	39.88649	-76.9847	166	Abbottstown,Berwick,Berwick Borough		PA	001	00116	
4556226	Adah	adah	US	15410	0	America/New_York	39.89646	-79.922	263			PA	051	28856	
4556230	Adamsville	adamsville	US	02801	118	America/New_York	39.88288	-76.62108	202			PA	133	87056	
4556232	Addison	addison	US	04606	201	America/New_York	39.7473	-79.3392	624	Addison,Petersburg		PA	111	00396	
4556238	Admire	admire	US	66830	0	America/New_York	39.96204	-76.87053	168			PA	133	19704	
4556241	Airville	airville	US	17302	3100	America/New_York	39.83232	-76.40635	207			PA	133	44872	
4556251	Aleppo	aleppo	US	15310	0	America/New_York	39.82397	-80.44618	323			PA	059	00740	
4556263	Allison	allison	US	15413	625	America/New_York	39.98896	-79.86477	331	Allison,Allison Number One		PA	051	63904	
4556283	Andover	andover	US	01810	0	America/New_York	39.94648	-78.08389	230			PA	057	43200	
4556286	Angora	angora	US	55703	0	America/New_York	39.944	-75.23768	26			PA	101	60000	
4556302	Appleton	appleton	US	14008	0	America/New_York	39.91316	-76.63136	244			PA	133	87056	
4556310	Arendtsville	arendtsville	US	17303	961	America/New_York	39.92315	-77.2986	215			PA	001	02928	
4556322	Artemas	artemas	US	17211	0	America/New_York	39.74703	-78.4389	298			PA	009	46928	
4556335	Aspers	aspers	US	17304	350	America/New_York	39.97954	-77.22276	215			PA	001	48608	
4556338	Aston	aston	US	19014	0	America/New_York	39.87428	-75.44825	73	Aston,Aston Mills,Llewellyn Mills		PA	045	03336	
4556341	Atglen	atglen	US	19310	1408	America/New_York	39.94927	-75.97356	149			PA	029	03384	
4556344	Atlantic	atlantic	US	16111	0	America/New_York	39.77813	-79.91561	304			PA	051	73240	
4556349	Avondale	avondale	US	19311	1399	America/New_York	39.82344	-75.78327	82	Ejvondejl,Ейвондейл		PA	029	03656	
4556350	Avondale	avondale	US	19311	0	America/New_York	39.93593	-76.68913	191			PA	133	87056	
4556363	Baker	baker	US	26801	0	America/New_York	39.83566	-75.80661	95			PA	029	44480	
4556374	Baldwin	baldwin	US	11510	0	America/New_York	39.86233	-75.33602	6			PA	045	22296	
4556383	Bard	bard	US	88411	0	America/New_York	39.92786	-78.65919	389			PA	009	32840	
4556389	Barlow	barlow	US	42024	0	America/New_York	39.75538	-77.22999	123			PA	001	51640	
4556486	Bellemont	bellemont	US	86015	0	America/New_York	39.99482	-76.10134	118			PA	071	57848	
4556490	Bellevue	bellevue	US	41073	0	America/New_York	39.76066	-76.39857	180			PA	133	58560	
4556493	Bella Vista	bella-vista	US	72714	0	America/New_York	39.93539	-75.15712	8			PA	101	60000	
4556495	Belmont	belmont	US	02478	0	America/New_York	39.96567	-75.2024	31			PA	101	60000	
4556502	Bendersville	bendersville	US	17306	644	America/New_York	39.98259	-77.24943	226	Bendersville,Wilsonville		PA	001	05536	
4556516	Benton	benton	US	17814	0	America/New_York	39.77649	-76.25107	44			PA	071	20032	
4556518	Berlin	berlin	US	01503	2019	America/New_York	39.92064	-78.9578	710			PA	111	05776	
4556530	Bethel	bethel	US	04217	0	America/New_York	39.81594	-76.15468	148			PA	071	43832	
4556546	Bethesda	bethesda	US	20810	0	America/New_York	39.84594	-76.30385	201			PA	071	47824	
4556558	Beverly Hills	beverly-hills	US	34464	0	America/New_York	39.95956	-75.2788	70			PA	045	79000	
4556559	Beverly Hills	beverly-hills	US	34464	0	America/New_York	39.95121	-76.69913	191			PA	133	73168	
4556562	Bidwell	bidwell	US	45614	0	America/New_York	39.85619	-79.42448	408			PA	051	74080	
4556570	Big Cove Tannery	big-cove-tannery	US	17212	0	America/New_York	39.84898	-78.04945	201			PA	057	03704	
4556595	Biglerville	biglerville	US	17307	1209	America/New_York	39.93037	-77.24804	197	Biglervil,Biglerville,Middletown,Биглервил		PA	001	06296	
4556608	Birmingham	birmingham	US	08011	0	America/New_York	39.90511	-75.59437	115			PA	029	06544	
4556611	Bittinger	bittinger	US	21522	0	America/New_York	39.83788	-77.01443	164			PA	001	57472	
4556659	Blooming Grove	blooming-grove	US	10914	0	America/New_York	39.79482	-76.94415	231			PA	133	58888	
4556661	Blue Hill	blue-hill	US	04614	0	America/New_York	39.95094	-75.41297	68			PA	045	79248	
4556668	Blue Ridge Summit	blue-ridge-summit	US	17214	891	America/New_York	39.72426	-77.47138	410			PA	055	81240	
4556681	Bobtown	bobtown	US	15315	757	America/New_York	39.76119	-79.98145	362	Bobtown,Shannopin		PA	059	20296	
4556689	Bluff	bluff	US	84512	0	America/New_York	39.80508	-80.30729	432			PA	059	37376	
4556693	Bon Air	bon-air	US	35032	0	America/New_York	39.96706	-75.31824	90			PA	045	33144	
4556697	Boon	boon	US	49618	0	America/New_York	39.91678	-75.26629	18			PA	045	15232	
4556713	Bowling Green	bowling-green	US	22427	0	America/New_York	39.91928	-75.38047	96			PA	045	53104	
4556726	Boynton	boynton	US	15532	0	America/New_York	39.76675	-79.06669	606			PA	111	23168	
4556743	Brave	brave	US	15316	201	America/New_York	39.7248	-80.26007	294			PA	059	81768	
4556750	Breezy Point	breezy-point	US	11697	0	America/New_York	39.98481	-78.04612	304			PA	057	43200	
4556760	Breezewood	breezewood	US	15533	0	America/New_York	39.99925	-78.23862	392			PA	009	21736	
4556761	Bridgeport	bridgeport	US	06601	0	America/New_York	39.93232	-77.31165	211	Bells Mill,Bridgeport		PA	001	27320	
4556762	Bridgeton	bridgeton	US	08302	0	America/New_York	39.79094	-76.42052	92			PA	133	44872	
4556763	Bridgeville	bridgeville	US	15017	0	America/New_York	39.9376	-76.45385	76			PA	133	12584	
4556764	Bridgewater	bridgewater	US	02324	0	America/New_York	39.86456	-75.39797	12			PA	045	03336	
4556766	Brier Hill	brier-hill	US	13614	0	America/New_York	39.98035	-79.8281	342			PA	051	63904	
4556785	Brogue	brogue	US	17309	0	America/New_York	39.87177	-76.48302	249	Brogue,Brogueville,Union		PA	133	12584	
4556789	Brock	brock	US	68320	0	America/New_York	39.74258	-80.17285	298			PA	059	59472	
4556792	Brookfield	brookfield	US	01506	0	America/New_York	39.85317	-75.5966	55			PA	029	59136	
4556793	Brookhaven	brookhaven	US	11719	8078	America/New_York	39.86928	-75.38241	30	Brook Haven,Brookhaven		PA	045	09080	
4556796	Brookline	brookline	US	02445	0	America/New_York	39.98233	-75.30491	89			PA	045	33144	
4556802	Broomall	broomall	US	19008	10789	America/New_York	39.9815	-75.35658	107			PA	045	47616	
4556812	Brownfield	brownfield	US	04010	0	America/New_York	39.85702	-79.71199	367	Browfield,Brownfield		PA	051	72544	
4556826	Brownsville	brownsville	US	05037	0	America/New_York	39.90093	-77.5211	292	Africa,Brownsville		PA	055	30944	
4556827	Brownton	brownton	US	55312	0	America/New_York	39.86982	-76.56191	189			PA	133	12584	
4556832	Bruce	bruce	US	38915	0	America/New_York	39.7951	-76.44496	109			PA	133	44872	
4556845	Bryan	bryan	US	43506	0	America/New_York	39.87536	-80.47868	294			PA	059	64512	
4556889	Buffalo Mills	buffalo-mills	US	15534	0	America/New_York	39.93342	-78.64585	503			PA	009	32840	
4556896	Burdette	burdette	US	72321	0	America/New_York	39.96813	-80.44646	297			PA	059	64512	
4556970	Camargo	camargo	US	61919	0	America/New_York	39.91621	-76.17495	133			PA	071	22336	
4556995	Canterbury	canterbury	US	03224	0	America/New_York	39.98399	-76.70969	121			PA	133	72992	
4556997	Cardale	cardale	US	15420	0	America/New_York	39.95674	-79.86616	297			PA	051	63904	
4557000	Cardington	cardington	US	43315	0	America/New_York	39.94067	-75.24629	29			PA	045	86968	
4557004	Carmichaels	carmichaels	US	15320	466	America/New_York	39.89674	-79.9745	308	Carmichael,Carmichael's,Carmichaels,Carmichaels Town,Carmichaelstown,New Lisbon		PA	059	11328	
4557021	Cashtown	cashtown	US	17310	459	America/New_York	39.88454	-77.35943	230			PA	001	27320	
4557022	Cashtown	cashtown	US	17310	0	America/New_York	39.86787	-77.73638	197			PA	055	32152	
4557030	Castile	castile	US	14427	0	America/New_York	39.98868	-80.12617	401			PA	059	50992	
4557034	Castle Rock	castle-rock	US	55010	0	America/New_York	39.97428	-75.4402	94	Castle Rock,Castlerock		PA	045	22584	
4557050	Cedar Park	cedar-park	US	78613	0	America/New_York	39.95039	-75.2274	30			PA	101	60000	
4557051	Cedar Ridge	cedar-ridge	US	95924	0	America/New_York	39.84621	-77.11109	181			PA	001	51776	
4557054	Centennial	centennial	US	82055	0	America/New_York	39.81538	-77.05887	163	Centennial,Mount Rock		PA	001	51776	
4557070	Centerville	centerville	US	02632	0	America/New_York	39.82953	-78.64974	364	Bedford Valley,Centerville		PA	009	17664	
4557071	Centerville	centerville	US	02632	0	America/New_York	39.80094	-76.73775	164			PA	133	70576	
4557079	Central Square	central-square	US	13036	0	America/New_York	39.99678	-75.40631	135			PA	045	54224	
4557084	Chadds Ford	chadds-ford	US	19317	0	America/New_York	39.87178	-75.59132	50	Chad's Ford,Chadd Ford,Chadd's Ford,Chadds Ford,Chaddsford,Chads Ford		PA	045	12442	
4557109	Chambersburg	chambersburg	US	17201	20691	America/New_York	39.93759	-77.6611	188	Chambers-town,Chambersburg,Chejmbersberg,chenbazubagu,chymbrzbrg  pnslwanya,qian bo si bao,Чејмберсберг,چیمبرزبرگ، پنسلوانیا,チェンバーズバーグ,钱伯斯堡	055	PA	055	12536	
4557116	Charlestown	charlestown	US	02129	0	America/New_York	39.86009	-77.93444	232			PA	055	59600	
4557122	Chatham	chatham	US	02633	0	America/New_York	39.85344	-75.82161	133			PA	029	44480	
4557127	Chelsea	chelsea	US	02150	0	America/New_York	39.86706	-75.46798	91			PA	045	06024	
4557137	Chester	chester	US	01011	34092	America/New_York	39.84967	-75.35707	4	Chester,Chester Town,Oplandt,Upland,Uplandt,cheseuteo,chesuta,chstr  pnsylwanya,tshystr,Честер,تشيستر,چستر، پنسیلوانیا,چیسٹر، پنسلوانیا,チェスター,체스터		PA	045	13208	
4557146	Chesterville	chesterville	US	43317	0	America/New_York	39.77789	-75.81077	124			PA	029	27376	
4557148	Chester Heights	chester-heights	US	19017	2626	America/New_York	39.89011	-75.47548	101	Chester Heights,Chester Khajts,Logtown,Peters Mill,Честер Хајтс		PA	045	13232	
4557153	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	39.92204	-76.66275	228			PA	133	87056	
4557158	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	39.98035	-79.80643	311			PA	051	63904	
4557161	Cheyney	cheyney	US	19319	0	America/New_York	39.92844	-75.5227	79	Cheyney,Cheyney Shops,Cheyney's Shops		PA	045	76576	
4557181	Christiana	christiana	US	17509	1171	America/New_York	39.95483	-75.99689	145			PA	071	13512	
4557191	Church Hill	church-hill	US	21623	0	America/New_York	39.83815	-77.86194	165			PA	055	59600	
4557201	Clarksville	clarksville	US	12041	231	America/New_York	39.97285	-80.04394	245	Carklsville,Clarksville		PA	059	13896	
4557206	Church Hill	church-hill	US	21623	0	America/New_York	39.8798	-79.88116	350			PA	051	28856	
4557226	Clearville	clearville	US	15535	0	America/New_York	39.91675	-78.3839	425			PA	009	50424	
4557228	Clifton Heights	clifton-heights	US	19018	6684	America/New_York	39.92928	-75.2963	49	Clifton,Clifton Heights		PA	045	14264	
4557247	Coatesville	coatesville	US	19320	13148	America/New_York	39.98316	-75.82384	97	CTH,Koutsvil,Koutsvil',Koutsvill,kwtsfyl,kwtswyl  pnsylwanya,Коутсвил,Коутсвилл,Коутсвіль,كوتسفيل,کوتسویل، پنسیلوانیا		PA	029	14712	
4557251	Coal Run	coal-run	US	45721	0	America/New_York	39.77675	-79.08197	644			PA	111	23168	
4557253	Cochranville	cochranville	US	19330	668	America/New_York	39.89177	-75.92161	177			PA	029	82936	
4557264	Cobbs Creek	cobbs-creek	US	23035	0	America/New_York	39.94761	-75.24018	30			PA	101	60000	
4557268	Cold Spring	cold-spring	US	10516	0	America/New_York	39.82982	-76.83247	178			PA	133	54904	
4557289	Collins	collins	US	14034	0	America/New_York	39.8801	-76.13273	201	Collins,Dry Wells		PA	071	15056	
4557291	Collinsville	collinsville	US	06022	0	America/New_York	39.85677	-76.4508	236	Chanceford,Collinsville		PA	133	12584	
4557303	Compton	compton	US	20627	0	America/New_York	39.76175	-79.12225	634	Compton,Comptons Mill		PA	111	23168	
4557310	Concordville	concordville	US	19331	0	America/New_York	39.88511	-75.5202	126			PA	045	15488	
4557316	Conestoga	conestoga	US	17516	1258	America/New_York	39.94066	-76.34635	151	Conestoga,Conestoga Center		PA	071	15592	
4557319	Confluence	confluence	US	15424	749	America/New_York	39.81285	-79.3567	406			PA	111	15680	
4557340	Coolspring	coolspring	US	15730	0	America/New_York	39.90369	-79.67976	320	Coal Spring Furnace,Coolspring		PA	051	55464	
4557352	Coopersville	coopersville	US	49404	0	America/New_York	39.9376	-76.03523	197			PA	071	67096	
4557356	Corinne	corinne	US	25826	0	America/New_York	39.90539	-75.67188	114	Corinne,Locust Grove		PA	029	61800	
4557368	Cornish	cornish	US	03745	0	America/New_York	39.75758	-79.82561	332			PA	051	73240	
4557394	Craley	craley	US	17312	0	America/New_York	39.9476	-76.51052	193			PA	133	45152	
4557409	Creswell	creswell	US	27928	0	America/New_York	39.96204	-76.43441	165			PA	071	46992	
4557436	Crucible	crucible	US	15325	725	America/New_York	39.94841	-79.96477	328			PA	059	17648	
4557442	Crum Lynne	crum-lynne	US	19022	0	America/New_York	39.87233	-75.32797	19			PA	045	64832	
4557446	Crystal	crystal	US	48818	0	America/New_York	39.74758	-79.8245	308			PA	051	73240	
4557450	Crystal Spring	crystal-spring	US	15536	0	America/New_York	39.94981	-78.22862	356	Crystal Spring,Crystal Springs		PA	057	09568	
4557476	Daleville	daleville	US	24083	0	America/New_York	39.86427	-75.88494	193	Daleville,Londonderry		PA	029	44456	
4557477	Dallastown	dallastown	US	17313	4017	America/New_York	39.89954	-76.64025	270			PA	133	18072	
4557485	Darby	darby	US	19023	10687	America/New_York	39.91845	-75.25907	15	Darbi,Darby,Derby Town,Дарби,ڈاربی، پنسلوانیا		PA	045	18152	
4557504	Darling	darling	US	38623	0	America/New_York	39.90344	-75.46964	44	Darling,Darlington		PA	045	49136	
4557505	Davidson	davidson	US	28035	0	America/New_York	39.98869	-79.84643	359			PA	051	63904	
4557512	Davidson	davidson	US	28035	0	America/New_York	39.72286	-79.88006	332	Davidson,Davis		PA	051	73240	
4557544	Delta	delta	US	17314	724	America/New_York	39.72705	-76.32663	139			PA	133	18800	
4557563	Dickey	dickey	US	58431	0	America/New_York	39.86815	-77.89555	171	Dickey,Dickey Station		PA	055	59600	
4557575	Dilliner	dilliner	US	15327	0	America/New_York	39.75174	-79.92506	250			PA	059	20296	
4557599	Downey	downey	US	83234	0	America/New_York	39.96786	-78.88002	714			PA	111	74440	
4557606	Drexel Hill	drexel-hill	US	19026	28043	America/New_York	39.94706	-75.29213	75			PA	045	79000	
4557612	Drumore	drumore	US	17518	0	America/New_York	39.79177	-76.26496	36	Drumore,Fishing Creek		PA	071	20032	
4557619	Drytown	drytown	US	95699	0	America/New_York	39.86094	-76.29246	263			PA	071	47824	
4557622	Duffield	duffield	US	24244	0	America/New_York	39.8837	-77.57582	246	Duffield,New Guilford		PA	055	31720	
4557627	Dumas	dumas	US	38625	0	America/New_York	39.78563	-79.3192	428			PA	111	00404	
4557629	Dunbar	dunbar	US	15431	1018	America/New_York	39.97785	-79.61448	319			PA	051	20216	
4557648	Durbin	durbin	US	26264	0	America/New_York	39.91813	-80.48479	272			PA	059	64512	
4557656	Dutchtown	dutchtown	US	63745	0	America/New_York	39.89703	-77.92278	218			PA	055	59600	
4557666	East Berlin	east-berlin	US	06023	1534	America/New_York	39.9376	-76.97859	131	Berlin,East Berlin		PA	001	20792	
4557704	East Millsboro	east-millsboro	US	15433	0	America/New_York	39.98119	-79.99339	238			PA	051	45560	
4557707	East Prospect	east-prospect	US	17317	936	America/New_York	39.97204	-76.51997	142	East Prospect,Prospect		PA	133	21728	
4557721	Eastland	eastland	US	76448	0	America/New_York	39.75455	-76.11523	118			PA	071	43832	
4557740	Edenton	edenton	US	27932	0	America/New_York	39.85677	-75.93245	192			PA	029	79208	
4557741	Edenville	edenville	US	48620	0	America/New_York	39.95759	-77.80388	231			PA	055	67400	
4557746	Edgemont	edgemont	US	19028	0	America/New_York	39.97483	-75.45048	110	Edgemont,Edgmont		PA	045	22584	
4557768	Eldora	eldora	US	50627	0	America/New_York	39.79122	-76.18412	121			PA	071	28168	
4557770	Elim	elim	US	99739	0	America/New_York	39.78094	-76.10717	146			PA	071	43832	
4557774	Elk Mills	elk-mills	US	21920	0	America/New_York	39.72789	-75.92244	102			PA	029	23032	
4557775	Elk Park	elk-park	US	28622	0	America/New_York	39.76202	-79.45226	686			PA	051	33896	
4557782	Elkview	elkview	US	25071	0	America/New_York	39.80844	-75.89522	142			PA	029	58808	
4557786	Elm Grove	elm-grove	US	53122	0	America/New_York	39.98896	-79.69837	319			PA	051	27400	
4557787	Elmwood	elmwood	US	02337	0	America/New_York	39.91789	-75.22796	7	Elmwood,Paschalville		PA	101	60000	
4557788	Elmwood	elmwood	US	02337	0	America/New_York	39.96954	-76.6983	127			PA	133	73168	
4557802	Emerson	emerson	US	07630	0	America/New_York	39.9137	-78.32974	414			PA	009	50424	
4557803	Emery	emery	US	57332	0	America/New_York	39.85758	-79.86172	332			PA	051	28856	
4557824	Essington	essington	US	19029	0	America/New_York	39.86206	-75.29713	3	Essington,Lazzaretto		PA	045	76792	
4557826	Enon	enon	US	45323	0	America/New_York	39.97507	-80.42062	300	Eno,Enon		PA	125	21144	
4557850	Fairbank	fairbank	US	15435	0	America/New_York	39.94341	-79.84949	303	Fairbank,Fairbanks		PA	051	63904	
4557851	Fairchance	fairchance	US	15436	1932	America/New_York	39.8248	-79.75449	337	Fairchance,Fairchance Iron Works		PA	051	24536	
4557852	Fairchance	fairchance	US	15436	0	America/New_York	39.74619	-80.0609	270			PA	059	59472	
4557857	Fairdale	fairdale	US	25839	2059	America/New_York	39.88702	-79.96811	310			PA	059	17648	
4557858	Fairfield	fairfield	US	04937	509	America/New_York	39.78732	-77.3686	183	Ferfild,Feurfild,Ферфилд,Феърфилд,فیئرفیلڈ، پنسلوانیا		PA	001	24560	
4557862	Fairfield	fairfield	US	04937	0	America/New_York	39.78483	-76.2244	135			PA	071	20032	
4557868	Fairmont	fairmont	US	26554	0	America/New_York	39.94146	-79.44115	527			PA	051	73064	
4557869	Fairmount	fairmount	US	30139	0	America/New_York	39.81455	-76.12829	158			PA	071	43832	
4557870	Fairmount	fairmount	US	30139	0	America/New_York	39.97233	-75.18101	25			PA	101	60000	
4557875	Fairplay	fairplay	US	21733	0	America/New_York	39.74232	-77.28582	158			PA	001	27704	
4557877	Fairview	fairview	US	07022	0	America/New_York	39.87178	-75.34463	20			PA	045	64800	
4557878	Fairview	fairview	US	07022	0	America/New_York	39.79982	-77.55499	307			PA	055	63200	
4557879	Fairview	fairview	US	07022	0	America/New_York	39.99008	-79.00197	721			PA	111	71784	
4557898	Evans	evans	US	25241	0	America/New_York	39.90785	-79.6881	304			PA	051	55464	
4557914	Fawn Grove	fawn-grove	US	17321	456	America/New_York	39.72788	-76.45191	222			PA	133	25416	
4557917	Fayette	fayette	US	13065	0	America/New_York	39.8223	-79.91894	245			PA	051	54392	
4557920	Fayetteville	fayetteville	US	13066	3128	America/New_York	39.9112	-77.54999	249			PA	055	30944	
4557931	Felton	felton	US	17322	505	America/New_York	39.85482	-76.56441	166			PA	133	25584	
4557937	Ferguson	ferguson	US	28624	0	America/New_York	39.95924	-79.62282	359			PA	051	20224	
4557940	Farmington	farmington	US	03835	767	America/New_York	39.8073	-79.5656	561			PA	051	84344	
4557944	Fernwood	fernwood	US	39635	0	America/New_York	39.93845	-75.25296	30			PA	045	86968	
4557976	Five Points	five-points	US	36855	0	America/New_York	39.94843	-77.10165	185	Bowlder,Five Points		PA	001	36424	
4557977	Five Points	five-points	US	36855	0	America/New_York	39.83261	-75.70744	112			PA	029	39344	
4557981	Flat Rock	flat-rock	US	28731	0	America/New_York	39.7698	-79.47671	735			PA	051	33896	
4557999	Foley	foley	US	36535	0	America/New_York	39.82953	-78.81808	504			PA	111	54704	
4558002	Folsom	folsom	US	19033	8323	America/New_York	39.88983	-75.32519	31			PA	045	64800	
4558004	Folcroft	folcroft	US	19032	6637	America/New_York	39.89095	-75.2838	22	Flokroft,Флокрофт		PA	045	26408	
4558007	Fordville	fordville	US	58231	0	America/New_York	39.95149	-76.91247	152			PA	133	57872	
4558008	Fordyce	fordyce	US	68736	0	America/New_York	39.84758	-80.08089	316			PA	059	30952	
4558012	Forestville	forestville	US	14062	0	America/New_York	39.81705	-75.91078	151			PA	029	79208	
4558014	Fort Hill	fort-hill	US	15540	0	America/New_York	39.83036	-79.27253	481	Fort Hill,Fort Hills		PA	111	79336	
4558020	Fort Loudon	fort-loudon	US	17224	886	America/New_York	39.91481	-77.90472	193	Fort Loudon,Loudon		PA	055	59600	
4558054	Franklin Furnace	franklin-furnace	US	45629	0	America/New_York	39.95926	-77.82166	293			PA	055	67400	
4558085	Franklin	franklin	US	02038	0	America/New_York	39.74289	-75.84855	93			PA	029	27376	
4558123	Gallatin	gallatin	US	37066	0	America/New_York	39.82397	-79.91783	248	Gallatin,Monvue		PA	051	54392	
4558129	Gans	gans	US	15439	0	America/New_York	39.74286	-79.82422	301			PA	051	73240	
4558131	Gap	gap	US	17527	1931	America/New_York	39.98732	-76.02051	166			PA	071	67568	
4558135	Garards Fort	garards-fort	US	15334	0	America/New_York	39.81591	-80.02645	297	Garards Fort,Garardsfort,Whiteley		PA	059	30952	
4558137	Garden City	garden-city	US	11530	0	America/New_York	39.8765	-75.37047	28			PA	045	53104	
4558139	Gardendale	gardendale	US	35071	0	America/New_York	39.84233	-75.44631	36	Butlers Mill,Gardendale		PA	045	78776	
4558149	Garrett	garrett	US	15542	436	America/New_York	39.86314	-79.05808	586			PA	111	28520	
4558154	Garrison	garrison	US	10524	0	America/New_York	39.72953	-80.42258	459			PA	059	27800	
4558172	Georgetown	georgetown	US	01833	1022	America/New_York	39.9376	-76.08329	205	Bart,Georgetown		PA	071	04376	
4558174	Georgetown	georgetown	US	01833	0	America/New_York	39.72316	-77.09609	184			PA	001	28936	
4558178	Germantown	germantown	US	12526	0	America/New_York	39.76927	-77.14804	177			PA	001	51640	
4558179	Germantown	germantown	US	12526	0	America/New_York	39.92065	-77.54554	253			PA	055	30944	
4558183	Gettysburg	gettysburg	US	17325	7608	America/New_York	39.83093	-77.2311	162	GTY,Getisburg,Getizburg,Gettisberg,Gettys-town,Gettysburg,Gettystown,gai ci bao,getijeubeogeu,getisubagu,gtyzbrg  pnsylwanya,ket tis beirk,ketticuperkku,Гетизбург,Гетисбърг,Геттисберг,گتیزبرگ، پنسیلوانیا,கெட்டிசுபெர்க்கு,เกตตีสเบิร์ก,ゲティスバーグ,蓋茨堡,게티즈버그	001	PA	001	28960	
4558192	Gibbon Glade	gibbon-glade	US	15440	0	America/New_York	39.7398	-79.59449	512			PA	051	84344	
4558195	Gilmore	gilmore	US	72339	0	America/New_York	39.83008	-79.80283	339			PA	051	28792	
4558215	Glade	glade	US	67639	0	America/New_York	39.99591	-78.86613	695			PA	111	74440	
4558229	Glen Mills	glen-mills	US	19342	0	America/New_York	39.91928	-75.49159	65			PA	045	76576	
4558236	Glen Rock	glen-rock	US	07452	2031	America/New_York	39.79316	-76.73025	166			PA	133	29760	
4558244	Glencoe	glencoe	US	41046	0	America/New_York	39.82119	-78.84558	498			PA	111	54704	
4558246	Glennville	glennville	US	30427	0	America/New_York	39.87844	-75.95245	147	Glennville,Glenville		PA	029	82936	
4558247	Glenolden	glenolden	US	19036	7173	America/New_York	39.90011	-75.28907	28	Glen Olden,Glenolden		PA	045	29720	
4558251	Glenville	glenville	US	17329	0	America/New_York	39.75705	-76.81525	215			PA	133	14832	
4558280	Goshen	goshen	US	01032	0	America/New_York	39.78788	-76.16551	114			PA	071	28168	
4558300	Gradyville	gradyville	US	19039	0	America/New_York	39.94317	-75.46937	131			PA	045	22584	
4558330	Graysville	graysville	US	15337	0	America/New_York	39.93202	-80.38479	350	Graysville,Harvey's,Harveys		PA	059	30640	
4558353	Green Ridge	green-ridge	US	65332	0	America/New_York	39.86817	-75.41353	47			PA	045	03336	
4558363	Green Springs	green-springs	US	44836	0	America/New_York	39.84899	-77.00331	207			PA	001	05880	
4558365	Green Village	green-village	US	07935	0	America/New_York	39.99315	-77.60832	207	Green Village,Greene Village,Greenvillage		PA	055	30944	
4558369	Greencastle	greencastle	US	17225	4043	America/New_York	39.79037	-77.72777	178	Green Castle,Greencastle,Grinkasl,Гринкасл		PA	055	30896	
4558375	Greendale	greendale	US	53129	0	America/New_York	39.80232	-77.62221	252			PA	055	63200	
4558390	Greensboro	greensboro	US	05841	258	America/New_York	39.79119	-79.91283	243	Grinsboro,Гринсборо		PA	059	31192	
4558400	Greenwood	greenwood	US	04255	0	America/New_York	39.90593	-77.51943	268			PA	055	30944	
4558410	Griffin	griffin	US	30223	0	America/New_York	39.84008	-79.89144	289			PA	051	54392	
4558424	Guernsey	guernsey	US	52221	0	America/New_York	39.94732	-77.23248	195			PA	001	10456	
4558466	Hampton	hampton	US	03842	632	America/New_York	39.92954	-77.05831	165	Khehmpton,Хэмптон		PA	001	63616	
4558475	Hanover	hanover	US	02339	15496	America/New_York	39.80066	-76.98304	183	Hanover,Hickory-Town,Khanover,McAllister,McAllisters Folly,McAllisters Town,Rogues Harbor,Rogues Resort,hanoba,hanwwr  pnsylwanya,Хановер,هانوور، پنسیلوانیا,ハノーバー		PA	133	32448	
4558506	Harrisonville	harrisonville	US	08039	0	America/New_York	39.98759	-78.05945	238			PA	057	43200	
4558523	Havertown	havertown	US	19083	0	America/New_York	39.98095	-75.30852	84	Havertown,Llanereh		PA	045	33144	
4558525	Hawthorne	hawthorne	US	07506	0	America/New_York	39.93595	-75.16712	10			PA	101	60000	
4558530	Hatfield	hatfield	US	01038	0	America/New_York	39.87785	-79.73921	360			PA	051	72544	
4558532	Hayesville	hayesville	US	28904	0	America/New_York	39.82039	-75.96467	177			PA	029	45040	
4558537	Hayti	hayti	US	57241	0	America/New_York	39.98288	-75.84134	152			PA	029	79544	
4558549	Helen	helen	US	20635	0	America/New_York	39.97119	-79.78088	325			PA	051	48616	
4558551	Hays	hays	US	28635	0	America/New_York	39.87647	-79.78394	367			PA	051	28792	
4558558	Hensel	hensel	US	58241	0	America/New_York	39.82177	-76.20079	190	Centreville,Hensel		PA	071	20032	
4558559	Hephzibah	hephzibah	US	30815	0	America/New_York	39.95066	-75.808	157	Hephzibah,McWilliamstown		PA	029	21104	
4558579	Hewitt	hewitt	US	07421	0	America/New_York	39.75481	-78.51529	272			PA	009	71888	
4558592	Higbee	higbee	US	65257	0	America/New_York	39.84091	-80.40591	369			PA	059	00740	
4558607	Highland Park	highland-park	US	08904	0	America/New_York	39.96539	-75.27157	60	Highland Park,Upper Darby		PA	045	79000	
4558628	Hibbs	hibbs	US	15443	0	America/New_York	39.93174	-79.88255	306	Dearth,Dearthtown,Hibbs		PA	051	63904	
4558632	Hilltown	hilltown	US	18927	0	America/New_York	39.89398	-77.35887	237			PA	001	27320	
4558658	Holbrook	holbrook	US	02343	0	America/New_York	39.85535	-80.31368	305			PA	059	12032	
4558665	Holmes	holmes	US	12531	0	America/New_York	39.90428	-75.30852	33			PA	045	64800	
4558668	Holtwood	holtwood	US	17532	0	America/New_York	39.83205	-76.32746	118	Holtwood,McCalls Ferry		PA	071	47824	
4558694	Hopewell	hopewell	US	08525	0	America/New_York	39.77927	-76.01634	105			PA	029	21624	
4558703	Hopwood	hopwood	US	15445	2090	America/New_York	39.87702	-79.70199	339	Hopwood,Monroe		PA	051	72544	
4558734	Hungerford	hungerford	US	77448	0	America/New_York	39.75649	-76.67775	276			PA	133	70568	
4558743	Huron	huron	US	38345	0	America/New_York	39.87369	-79.91922	243			PA	051	28856	
4558744	Huston	huston	US	83630	0	America/New_York	39.82952	-79.37531	409			PA	111	45136	
4558745	Hutchinson	hutchinson	US	15640	0	America/New_York	39.86258	-79.70282	355			PA	051	72544	
4558752	Hyndman	hyndman	US	15545	910	America/New_York	39.82314	-78.71807	286	Bridgeport,Hyndman		PA	009	44448	
4558797	Iron Ridge	iron-ridge	US	53035	0	America/New_York	39.84066	-76.91164	154			PA	133	33624	
4558801	Isabella	isabella	US	15447	0	America/New_York	39.94396	-79.93616	281			PA	051	45560	
4558806	Iva	iva	US	29655	0	America/New_York	39.96316	-76.13551	147			PA	071	57848	
4558824	Jacksonville	jacksonville	US	05342	0	America/New_York	39.98482	-76.04301	154	Bethania,Jacksonville		PA	071	67568	
4558843	Jefferson	jefferson	US	01522	257	America/New_York	39.93007	-80.05895	296	Dzhefferson,Джефферсон		PA	059	37880	
4558844	Jefferson	jefferson	US	01522	737	America/New_York	39.81732	-76.84164	199	Codorus,Jefferson		PA	133	37944	
4558868	Johnsburg	johnsburg	US	12843	0	America/New_York	39.86953	-78.84335	697			PA	111	54704	
4558875	Johnston	johnston	US	02919	0	America/New_York	39.75843	-77.75499	163			PA	055	02696	
4558892	Juniata	juniata	US	68955	0	America/New_York	39.99674	-79.69171	341	Juniata,Juniata Ovens,Juniataville		PA	051	27400	
4558921	Keisterville	keisterville	US	15449	0	America/New_York	39.96146	-79.78254	357	Keisterville,Keitersville		PA	051	48616	
4558929	Kelton	kelton	US	19346	0	America/New_York	39.80872	-75.878	174			PA	029	58808	
4558931	Kemblesville	kemblesville	US	19347	0	America/New_York	39.749	-75.82411	126			PA	029	27376	
4558934	Kellyville	kellyville	US	74039	0	America/New_York	39.93567	-75.28685	21			PA	045	79000	
4558942	Kennett Square	kennett-square	US	19348	6167	America/New_York	39.84678	-75.7116	116	Kenit Skver,Кенит Сквер		PA	029	39352	
4558950	Kensington	kensington	US	20891	0	America/New_York	39.98595	-75.13184	12	Kensington,Кенсингтон		PA	101	60000	
4558962	Keystone	keystone	US	46759	0	America/New_York	39.80647	-78.98558	664	Keystone,Keystone Junction		PA	111	41568	
4558982	Kingwood	kingwood	US	26537	0	America/New_York	39.90147	-79.26864	693			PA	111	79336	
4558986	Kinzers	kinzers	US	17535	0	America/New_York	39.99844	-76.06162	141	Kinzer,Kinzer Station,Kinzers		PA	071	57848	
4558988	Kirby	kirby	US	43330	0	America/New_York	39.80286	-80.11701	309	Kirby,Newtown		PA	059	84608	
4558995	Kirkwood	kirkwood	US	13795	396	America/New_York	39.85622	-76.0769	158			PA	071	15056	
4559050	Lake Lynn	lake-lynn	US	15451	0	America/New_York	39.72813	-79.86061	270	Lake Lynn,Lake Run		PA	051	73240	
4559061	Lamberton	lamberton	US	56152	0	America/New_York	39.91369	-79.87894	343			PA	051	28856	
4559065	Lampeter	lampeter	US	17537	1669	America/New_York	39.9901	-76.23968	124			PA	071	83256	
4559070	Landenberg	landenberg	US	19350	0	America/New_York	39.77733	-75.77133	57	Chandlerville,Landenberg,Landenburg		PA	029	53608	
4559077	Lansdowne	lansdowne	US	19050	10639	America/New_York	39.93817	-75.27185	40	Lansdaun,Лансдаун		PA	045	41440	
4559083	Larchmont	larchmont	US	10538	0	America/New_York	39.98761	-75.38269	113			PA	045	54224	
4559088	Larue	larue	US	75770	0	America/New_York	39.82038	-76.76025	155			PA	133	73096	
4559092	Laurel	laurel	US	11948	0	America/New_York	39.93816	-75.77355	80			PA	029	53784	
4559093	Laurel	laurel	US	11948	0	America/New_York	39.82538	-76.50969	129			PA	133	21296	
4559099	Laurel Hill	laurel-hill	US	28351	0	America/New_York	39.97119	-79.71504	294			PA	051	27400	
4559143	Leckrone	leckrone	US	15454	0	America/New_York	39.86147	-79.87005	295			PA	051	28856	
4559153	Lehman	lehman	US	18627	0	America/New_York	39.86454	-76.85831	164			PA	133	54904	
4559162	Leisenring	leisenring	US	15455	0	America/New_York	39.99841	-79.64421	321			PA	051	20224	
4559164	Lemasters	lemasters	US	17231	0	America/New_York	39.8612	-77.85944	176	Lehmasters,Lemaster,Lemasters		PA	055	59600	
4559168	Lemont Furnace	lemont-furnace	US	15456	827	America/New_York	39.91424	-79.66976	317			PA	051	55464	
4559170	Lenni	lenni	US	19052	0	America/New_York	39.894	-75.4477	48	Lenni,Lenni Mills		PA	045	49136	
4559177	Lester	lester	US	25865	0	America/New_York	39.87095	-75.28269	3	Corbindale,Lester,Spring		PA	045	76792	
4559193	Lewisville	lewisville	US	19351	0	America/New_York	39.72261	-75.87494	130			PA	029	23032	
4559210	Lima	lima	US	14485	2735	America/New_York	39.91733	-75.44047	106	Lima,Лима		PA	045	49136	
4559225	Linwood	linwood	US	01525	3281	America/New_York	39.8265	-75.42547	31			PA	045	44888	
4559273	Littlestown	littlestown	US	17340	4478	America/New_York	39.74454	-77.08804	192	Kleina Stedtle,Kleine-staedtel,Litltaun,Littlestown,Petersburg,Литлтаун		PA	001	43944	
4559286	Lockport	lockport	US	14094	0	America/New_York	39.91566	-76.40607	98			PA	133	12584	
4559290	Locust Grove	locust-grove	US	22508	0	America/New_York	39.96177	-76.63052	195			PA	133	85736	
4559296	Locust Hill	locust-hill	US	23092	0	America/New_York	39.75452	-79.86922	338	Fallen Timbers,Locust Hill		PA	051	73240	
4559302	Loganville	loganville	US	17342	1232	America/New_York	39.85566	-76.70747	239	Logansville,Loganville		PA	133	44416	
4559335	Longwood	longwood	US	28452	0	America/New_York	39.86761	-75.67049	137			PA	029	39344	
4559367	Luzerne	luzerne	US	18709	2772	America/New_York	39.99924	-79.96283	231			PA	051	45560	
4559409	Mantua	mantua	US	08051	0	America/New_York	39.96261	-75.19129	31			PA	101	60000	
4559411	Maple Grove	maple-grove	US	55311	0	America/New_York	39.769	-75.93856	128			PA	029	21624	
4559412	Maple Grove	maple-grove	US	55311	0	America/New_York	39.88065	-76.95303	193			PA	133	57872	
4559431	Marcus Hook	marcus-hook	US	19061	2397	America/New_York	39.81928	-75.41853	9	Chichester,Maartes Hook,Marcus Hook,Marretie's Hook,Marreties Hoeck		PA	045	47344	
4559439	Marion	marion	US	02738	953	America/New_York	39.85731	-77.69527	193			PA	055	31720	
4559445	Markham	markham	US	22643	0	America/New_York	39.89094	-75.50576	67			PA	045	15488	
4559446	Markleton	markleton	US	15551	0	America/New_York	39.86063	-79.22698	517			PA	111	06640	
4559447	Markleysburg	markleysburg	US	15459	278	America/New_York	39.73313	-79.45282	616	Markleysburg,Marleysburg		PA	051	47560	
4559449	Marlboro	marlboro	US	05344	0	America/New_York	39.89566	-75.7041	131	Marlboro,Marlboroughville		PA	029	21480	
4559464	Marshall	marshall	US	20115	0	America/New_York	39.81509	-77.37582	203			PA	001	32200	
4559471	Martin	martin	US	15460	0	America/New_York	39.80647	-79.90978	301			PA	051	54392	
4559472	Martin	martin	US	15460	0	America/New_York	39.88815	-76.84053	134			PA	133	37488	
4559480	Martinsville	martinsville	US	08836	0	America/New_York	39.94038	-76.52469	189			PA	133	45152	
4559490	Masontown	masontown	US	15461	3399	America/New_York	39.84674	-79.89978	319			PA	051	48000	
4559495	Mather	mather	US	15346	737	America/New_York	39.9348	-80.07367	292			PA	059	50992	
4559575	Media	media	US	19063	5363	America/New_York	39.91678	-75.38769	87	Midija,Мидија	045	PA	045	48480	
4559584	Meadowbrook	meadowbrook	US	26404	0	America/New_York	39.87285	-79.7156	318	Meadow Run,Meadowbrook		PA	051	72544	
4559586	Melrose	melrose	US	02176	0	America/New_York	39.99202	-79.95616	281	Big Meadow Run,Melrose		PA	051	45560	
4559595	Mendenhall	mendenhall	US	19357	0	America/New_York	39.854	-75.64132	101			PA	029	39344	
4559600	Mercersburg	mercersburg	US	17236	1558	America/New_York	39.82787	-77.90333	173	Mersersberg,Мерсерсберг		PA	055	48704	
4559612	Merrittstown	merrittstown	US	15463	0	America/New_York	39.97285	-79.87755	307			PA	051	63904	
4559619	Meyersdale	meyersdale	US	15552	2082	America/New_York	39.81369	-79.02475	605	Majersdejl,Мајерсдејл		PA	111	48912	
4559638	Midvale	midvale	US	44653	0	America/New_York	39.72259	-77.54277	215			PA	055	81240	
4559639	Midway	midway	US	15060	2125	America/New_York	39.80843	-77.00276	175			PA	001	15632	
4559647	Milford	milford	US	01757	1222	America/New_York	39.95313	-79.10419	594			PA	111	06640	
4559655	Mill Creek	mill-creek	US	17060	0	America/New_York	39.96622	-75.21546	25			PA	101	60000	
4559685	Millersville	millersville	US	17551	8420	America/New_York	39.99788	-76.35413	99			PA	071	49728	
4559692	Millsboro	millsboro	US	15348	666	America/New_York	39.98674	-79.99366	240	Millsboro,Millsborough		PA	125	20808	
4559693	Milltown	milltown	US	08850	0	America/New_York	39.96594	-75.54548	105			PA	029	21192	
4559700	Milnor	milnor	US	58060	0	America/New_York	39.75482	-77.74499	169			PA	055	02696	
4559715	Modena	modena	US	12548	528	America/New_York	39.96201	-75.80026	94	Modena,Modeville,Paperville		PA	029	50232	
4559720	Monarch	monarch	US	59463	0	America/New_York	39.97924	-79.65782	369			PA	051	20224	
4559730	Mont Alto	mont-alto	US	17237	1733	America/New_York	39.84426	-77.55832	258	Mont Alto,Mount Alto		PA	055	50544	
4559735	Monterey	monterey	US	01245	0	America/New_York	39.73815	-77.47138	408			PA	055	81240	
4559748	Morgan	morgan	US	05853	0	America/New_York	39.86539	-75.41797	62			PA	045	03336	
4559749	Morgan	morgan	US	05853	0	America/New_York	39.92591	-79.65865	354			PA	051	55464	
4559761	Morrisville	morrisville	US	05661	1265	America/New_York	39.8948	-80.16173	300	Bridgeport,Morrisville		PA	059	27408	
4559762	Morton	morton	US	14508	2695	America/New_York	39.90983	-75.32352	41			PA	045	51176	
4559779	Mount Braddock	mount-braddock	US	15465	0	America/New_York	39.94285	-79.64449	358			PA	051	55464	
4559781	Mount Carmel	mount-carmel	US	17851	0	America/New_York	39.77175	-80.51147	434			PA	059	73248	
4559796	Mount Hope	mount-hope	US	25880	0	America/New_York	39.80343	-77.42749	313			PA	001	32200	
4559797	Mount Hope	mount-hope	US	25880	0	America/New_York	39.96146	-79.72337	297			PA	051	27400	
4559812	Mount Morris	mount-morris	US	14510	737	America/New_York	39.73313	-80.06784	287			PA	059	59472	
4559813	Mount Nebo	mount-nebo	US	26679	0	America/New_York	39.88371	-76.32496	214			PA	071	47824	
4559831	Mount Pleasant	mount-pleasant	US	15666	4497	America/New_York	39.73371	-77.07554	205			PA	001	28936	
4559832	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.77954	-77.00637	191			PA	001	15632	
4559833	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.93149	-76.10301	214			PA	071	04376	
4559849	Mount Sterling	mount-sterling	US	40353	0	America/New_York	39.84619	-79.93505	246			PA	051	28856	
4559851	Mount Union	mount-union	US	17066	0	America/New_York	39.90537	-77.50304	277			PA	055	30944	
4559855	Mount Vernon	mount-vernon	US	04352	0	America/New_York	39.80955	-76.02578	98			PA	029	45040	
4559859	Mount Washington	mount-washington	US	03589	0	America/New_York	39.81452	-79.58004	558			PA	051	84344	
4559913	Murdock	murdock	US	33938	0	America/New_York	39.95813	-79.09892	600			PA	111	06640	
4559922	Nashville	nashville	US	27856	0	America/New_York	39.89927	-76.85247	144			PA	133	37488	
4559930	Nebo	nebo	US	25141	0	America/New_York	39.94563	-80.44701	428	Nebo,Video,Viedo		PA	059	64512	
4559933	Needmore	needmore	US	17238	170	America/New_York	39.84592	-78.14473	190			PA	057	05144	
4559943	Nemacolin	nemacolin	US	15351	937	America/New_York	39.87841	-79.92478	317			PA	059	17648	
4559951	New Baltimore	new-baltimore	US	12124	175	America/New_York	39.98591	-78.7728	434			PA	111	53168	
4559952	New Baltimore	new-baltimore	US	12124	0	America/New_York	39.8251	-76.97331	185			PA	133	32448	
4559965	New Franklin	new-franklin	US	65274	0	America/New_York	39.88093	-77.63582	220			PA	055	31720	
4559967	New Freedom	new-freedom	US	17349	4585	America/New_York	39.73788	-76.70136	250	Freedom,New Freedom,New Freedom Summit		PA	133	53568	
4559970	New Freeport	new-freeport	US	15352	112	America/New_York	39.7598	-80.42563	324			PA	059	27800	
4559977	New Geneva	new-geneva	US	15467	0	America/New_York	39.78841	-79.90922	290			PA	051	54392	
4559978	New Lexington	new-lexington	US	43764	0	America/New_York	39.9373	-79.2367	632			PA	111	49024	
4559979	New London	new-london	US	03257	0	America/New_York	39.78261	-75.8755	143			PA	029	53816	
4559983	New Oxford	new-oxford	US	17350	1796	America/New_York	39.86371	-77.05581	170	New Oxford,Oxford Town		PA	001	53920	
4559985	New Park	new-park	US	17352	0	America/New_York	39.73483	-76.50552	240	New Park,Newpark		PA	133	25408	
4559986	New Providence	new-providence	US	07974	0	America/New_York	39.92538	-76.19801	117	N'ju-Providens,Нью-Провиденс		PA	071	62832	
4559990	New Salem	new-salem	US	01355	579	America/New_York	39.92424	-79.8356	317			PA	051	48616	
4559991	New Salem	new-salem	US	01355	777	America/New_York	39.90149	-76.78942	185	New Salem,York New Salem		PA	133	54056	
4560006	Newtown Square	newtown-square	US	19073	0	America/New_York	39.98678	-75.40103	127			PA	045	54224	
4560015	Nineveh	nineveh	US	13813	0	America/New_York	39.96146	-80.30784	311			PA	059	51064	
4560027	Normalville	normalville	US	15469	0	America/New_York	39.99869	-79.44809	511	Normalville,Springfield		PA	051	73064	
4560039	North Hills	north-hills	US	91343	0	America/New_York	39.98426	-76.69274	128			PA	133	72992	
4560051	Northbrook	northbrook	US	60062	0	America/New_York	39.92039	-75.68883	61			PA	029	61800	
4560056	Norway	norway	US	04268	0	America/New_York	39.849	-75.61021	55			PA	029	59136	
4560057	Norwood	norwood	US	02062	5898	America/New_York	39.89178	-75.29963	27	Norwood,Norwood Park,Norwood Station		PA	045	55664	
4560062	Nottingham	nottingham	US	03290	0	America/New_York	39.74844	-76.01856	168			PA	029	83712	
4560066	Nova	nova	US	44859	0	America/New_York	39.73176	-77.81944	168			PA	055	50616	
4560069	Oak Forest	oak-forest	US	60452	0	America/New_York	39.84202	-80.23896	307			PA	059	12032	
4560070	Oak Grove	oak-grove	US	42262	0	America/New_York	39.73177	-77.11359	184			PA	001	28936	
4560080	Oak Hill	oak-hill	US	12460	0	America/New_York	39.78205	-76.08967	142			PA	071	43832	
4560110	Oakmont	oakmont	US	15139	0	America/New_York	39.98706	-75.30796	98			PA	045	33144	
4560113	Oakridge	oakridge	US	97463	0	America/New_York	39.93649	-76.70886	215			PA	133	73168	
4560124	Ohiopyle	ohiopyle	US	15470	57	America/New_York	39.87174	-79.49226	371	Falls City,Ohio Pyle,Ohiopehelle,Ohiopile,Ohiopyle		PA	051	56408	
4560127	Ogden	ogden	US	50212	0	America/New_York	39.82983	-75.45631	37	Hance,Ogden		PA	045	78776	
4560137	Old Forge	old-forge	US	13420	0	America/New_York	39.79454	-77.48416	272			PA	055	63200	
4560152	Oliver	oliver	US	15472	2535	America/New_York	39.91869	-79.71782	306			PA	051	55464	
4560156	Orchard Hill	orchard-hill	US	30266	0	America/New_York	39.97454	-76.6183	199			PA	133	72992	
4560159	Orient	orient	US	04471	0	America/New_York	39.95119	-79.85394	311			PA	051	63904	
4560160	Orrtanna	orrtanna	US	17353	173	America/New_York	39.84509	-77.36082	205			PA	001	32200	
4560179	Overbrook	overbrook	US	66524	0	America/New_York	39.98928	-75.24324	74			PA	101	60000	
4560185	Oxford	oxford	US	01540	5385	America/New_York	39.78539	-75.97883	171	Oksford,Оксфорд,آکسفورڈ، پنسلوانیا		PA	029	57480	
4560206	Paisley	paisley	US	32767	0	America/New_York	39.86258	-79.95478	284			PA	059	17648	
4560207	Palmer	palmer	US	01069	0	America/New_York	39.91174	-79.91977	293	Palmer,Palmer Mine		PA	051	28856	
4560211	Palo Alto	palo-alto	US	94301	0	America/New_York	39.7637	-78.75002	275			PA	009	44448	
4560229	Parkesburg	parkesburg	US	19365	3687	America/New_York	39.95872	-75.91939	160			PA	029	58032	
4560237	Parkville	parkville	US	21234	6706	America/New_York	39.78121	-76.96331	233			PA	133	58888	
4560258	Peach Bottom	peach-bottom	US	17563	0	America/New_York	39.75094	-76.22579	43	Peach Bottom,Peach Bottom Beach,Peach Bottom Ferry		PA	071	28168	
4560275	Penfield	penfield	US	14526	0	America/New_York	39.98067	-75.2888	76			PA	045	33144	
4560318	Pennville	pennville	US	47369	1947	America/New_York	39.78954	-76.99804	170			PA	133	58888	
4560320	Pequea	pequea	US	17565	0	America/New_York	39.88816	-76.36718	52			PA	071	15592	
4560325	Percy	percy	US	62272	0	America/New_York	39.93258	-79.65143	377	Percy,Shady Grove		PA	051	55464	
4560333	Petersburg	petersburg	US	12138	0	America/New_York	39.90093	-76.57802	258			PA	133	85736	
4560349	Philadelphia	philadelphia	US	13673	1567442	America/New_York	39.95233	-75.16379	12	Coaquannock,Fi-sang,Fi-sàng,Filadehl'fija,Filadel'fi,Filadel'fij,Filadel'fija,Filadelfi,Filadelfia,Filadelfiae,Filadelfie,Filadelfii,Filadelfija,Filadelfijo,Filadelfio,Filadelfiya,Filadelfiye,Filadelfiä,Filadèlfia,Filadélfia,Filadélfiye,Ga-na-ta-jen-go-na,PHL,Phila,Philadelpheia,Philadelphia,Philadelphie,Philly,Quequenakee,Tsi wahswen:to Tekahso:ken,Tsi wahswèn:to Tekahsó:ken,fei cheng,fi la delfeiy,filadailafi'a,firaderufia,flaڈylfya,fyladlfya,fyladlfya  pnsylwanya,philadelaphiya,philadelphiya,piladelpia,pilatelpiya,pilladelpia,pyldlpyh,Φιλαδέλφεια,Филаделфиа,Филаделфия,Филаделфија,Филадельфи,Филадельфий,Филадельфия,Філадельфія,Філадэльфія,Ֆիլադելֆիա,פילאדעלפיע,פילדלפיה,فلاڈیلفیا,فلاڈیلفیا، پنسلوانیا,فيلادلفيا,فیلادلفیا,فیلادلفیا، پنسیلوانیا,फिलाडेल्फिया,ফিলাডেলফিয়া,ਫ਼ਿਲਾਡੈਲਫ਼ੀਆ,ફિલાડેલ્ફિયા,பிலடெல்பியா,ఫిలడెల్ఫియా,ಫಿಲಡೆಲ್ಫಿಯಾ,ഫിലഡെൽഫിയ,ฟิลาเดลเฟีย,ဖီလာဒဲလ်ဖီးယားမြို့,ფილადელფია,ፊላዴልፊያ,ភីឡាដេលផ្យា,フィラデルフィア,費城,费城,필라델피아	101	PA	101	60000	
4560357	Pierceville	pierceville	US	47039	0	America/New_York	39.75427	-76.7797	217			PA	133	14832	
4560359	Phillips	phillips	US	04966	0	America/New_York	39.93924	-79.72893	307			PA	051	55464	
4560385	Pine Hill	pine-hill	US	12465	0	America/New_York	39.8873	-78.98975	727			PA	111	09256	
4560393	Pine Grove	pine-grove	US	17963	0	America/New_York	39.79455	-76.04689	81			PA	071	43832	
4560396	Pine Ridge	pine-ridge	US	41360	0	America/New_York	39.91956	-75.37214	88			PA	045	53104	
4560427	Plainview	plainview	US	11803	0	America/New_York	39.92621	-77.16415	170			PA	001	10456	
4560434	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	39.73094	-76.19384	110			PA	071	28168	
4560452	Pleasant Ridge	pleasant-ridge	US	48069	0	America/New_York	39.92814	-78.10751	305			PA	057	43200	
4560460	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	39.92733	-75.58243	106			PA	029	84104	
4560462	Pleasant View	pleasant-view	US	37146	0	America/New_York	39.92342	-77.6986	224			PA	055	32152	
4560463	Pleasant View	pleasant-view	US	37146	0	America/New_York	39.90288	-76.59024	270			PA	133	85736	
4560478	Plummer	plummer	US	56748	0	America/New_York	39.87063	-79.86533	293			PA	051	28856	
4560482	Pocopson	pocopson	US	19366	0	America/New_York	39.90039	-75.62577	55	Painters Bridge,Pocopson		PA	029	61800	
4560484	Pocahontas	pocahontas	US	24635	0	America/New_York	39.7412	-78.95836	807			PA	111	31336	
4560492	Point Marion	point-marion	US	15474	1140	America/New_York	39.73897	-79.89867	254			PA	051	61864	
4560511	Pomeroy	pomeroy	US	19367	401	America/New_York	39.96427	-75.88661	141			PA	029	67080	
4560518	Poplar	poplar	US	54864	0	America/New_York	39.96539	-75.15379	14			PA	101	60000	
4560526	Porters Sideling	porters-sideling	US	17354	0	America/New_York	39.82538	-76.8947	160			PA	133	33624	
4560530	Potosi	potosi	US	53820	0	America/New_York	39.82066	-76.67302	263			PA	133	73096	
4560549	Prospect Park	prospect-park	US	19076	6481	America/New_York	39.88789	-75.30824	27			PA	045	62792	
4560554	Providence	providence	US	02901	0	America/New_York	39.88845	-75.3763	39			PA	045	53104	
4560564	Purcell	purcell	US	64857	0	America/New_York	39.78842	-78.36724	259			PA	009	46928	
4560577	Quarryville	quarryville	US	17566	2736	America/New_York	39.89705	-76.16357	156			PA	071	63064	
4560588	Quincy	quincy	US	02169	0	America/New_York	39.80343	-77.57444	217			PA	055	63200	
4560600	Railroad	railroad	US	17355	279	America/New_York	39.76066	-76.6983	227	Rail Road,Railroad		PA	133	63288	
4560606	Ralph	ralph	US	35480	0	America/New_York	39.92841	-79.89033	349			PA	051	28856	
4560638	Red Lion	red-lion	US	17356	0	America/New_York	39.87817	-75.6816	139			PA	029	21480	
4560639	Red Lion	red-lion	US	17356	6321	America/New_York	39.90093	-76.6058	280			PA	133	63840	
4560662	Refton	refton	US	17568	298	America/New_York	39.94732	-76.23273	125			PA	071	74720	
4560671	Republic	republic	US	15475	1096	America/New_York	39.96258	-79.87671	304			PA	051	63904	
4560686	Rices Landing	rices-landing	US	15357	443	America/New_York	39.94535	-79.99561	293			PA	059	64432	
4560690	Richland	richland	US	08350	0	America/New_York	39.96317	-75.31574	88			PA	045	33144	
4560691	Richmond	richmond	US	01254	0	America/New_York	39.99345	-75.10017	6			PA	101	60000	
4560692	Richmond	richmond	US	01254	0	America/New_York	39.93482	-76.50413	171			PA	133	12584	
4560704	Ridgefield	ridgefield	US	06877	0	America/New_York	39.92399	-76.72608	212			PA	133	87056	
4560709	Ridley Park	ridley-park	US	19078	7035	America/New_York	39.88122	-75.3238	28			PA	045	64832	
4560735	Roberts	roberts	US	54023	0	America/New_York	39.97897	-79.08947	623			PA	111	71784	
4560743	Robinsonville	robinsonville	US	38664	0	America/New_York	39.81564	-78.3389	332			PA	009	50424	
4560764	Rockdale	rockdale	US	76567	0	America/New_York	39.88789	-75.43909	84			PA	045	03336	
4560765	Rockdale	rockdale	US	76567	0	America/New_York	39.85981	-77.81305	158			PA	055	59600	
4560773	Rockville	rockville	US	02873	0	America/New_York	39.93092	-78.67113	407			PA	009	32840	
4560774	Rockville	rockville	US	02873	0	America/New_York	39.77871	-76.77497	200			PA	133	14832	
4560776	Rockwood	rockwood	US	04478	854	America/New_York	39.91563	-79.15225	555			PA	111	65736	
4560783	Rocky Hill	rocky-hill	US	06067	0	America/New_York	39.9765	-75.53576	146			PA	029	21192	
4560802	Rogersville	rogersville	US	15359	249	America/New_York	39.88119	-80.27285	304			PA	059	12032	
4560810	Ronco	ronco	US	15476	256	America/New_York	39.8698	-79.92033	314			PA	051	28856	
4560822	Rosedale	rosedale	US	11422	0	America/New_York	39.84789	-75.6641	103			PA	029	39344	
4560825	Rosemount	rosemount	US	55068	0	America/New_York	39.9476	-76.69719	198			PA	133	73168	
4560837	Round Top	round-top	US	12473	0	America/New_York	39.79593	-77.2311	166			PA	001	17640	
4560843	Rouzerville	rouzerville	US	17250	917	America/New_York	39.73676	-77.53499	209	Pikesville,Rouzerville		PA	055	81240	
4560844	Roxbury	roxbury	US	02119	0	America/New_York	39.94758	-78.90502	688			PA	111	09256	
4560863	Russellville	russellville	US	29476	0	America/New_York	39.84233	-75.94133	192	Russellville,Russelville		PA	029	79208	
4560865	Rutledge	rutledge	US	30663	795	America/New_York	39.90178	-75.32852	40			PA	045	66928	
4560869	Rye	rye	US	03870	0	America/New_York	39.87816	-76.66302	222			PA	133	87056	
4560886	Sadsburyville	sadsburyville	US	19369	0	America/New_York	39.98177	-75.89134	195			PA	029	67080	
4560894	Saint Albans	saint-albans	US	04971	0	America/New_York	39.98872	-75.38992	119			PA	045	54224	
4561015	Saint Paul	saint-paul	US	24283	0	America/New_York	39.77564	-79.10614	713			PA	111	23168	
4561041	Saint Thomas	saint-thomas	US	17252	0	America/New_York	39.91759	-77.79777	197	Campbellstown,Saint Thomas,St. Thomas		PA	055	67400	
4561055	Salem	salem	US	01970	0	America/New_York	39.98509	-77.65416	239	Beautiful,Salem		PA	055	30944	
4561064	Salisbury	salisbury	US	01952	697	America/New_York	39.75286	-79.08086	654			PA	111	67584	
4561083	Sandy Hook	sandy-hook	US	06482	0	America/New_York	39.99509	-77.77777	230			PA	055	32152	
4561120	Scotland	scotland	US	06264	1395	America/New_York	39.9687	-77.58721	213			PA	055	30944	
4561142	Sedgwick	sedgwick	US	04676	0	America/New_York	39.79399	-77.23137	163			PA	001	17640	
4561160	Seven Valleys	seven-valleys	US	17360	506	America/New_York	39.85566	-76.76858	149			PA	133	69360	
4561163	Shady Grove	shady-grove	US	17256	0	America/New_York	39.77787	-77.6686	243	Shady Grove,Shadygrove		PA	055	02696	
4561174	Shamrock	shamrock	US	74068	0	America/New_York	39.91785	-79.80644	332			PA	051	48616	
4561175	Shamrock	shamrock	US	74068	0	America/New_York	39.72175	-80.26952	301			PA	059	81768	
4561176	Shamrock	shamrock	US	74068	0	America/New_York	39.9373	-79.11447	581			PA	111	06640	
4561188	Sharon Hill	sharon-hill	US	19079	5702	America/New_York	39.9065	-75.27157	23			PA	045	69752	
4561215	Shiloh	shiloh	US	08353	11218	America/New_York	39.97815	-76.79719	141			PA	133	83432	
4561233	Shrewsbury	shrewsbury	US	01545	3863	America/New_York	39.76871	-76.67969	300	Shrusberi,Шрусбери		PA	133	70568	
4561268	Sitka	sitka	US	41255	0	America/New_York	39.99146	-79.61143	303			PA	051	20224	
4561276	Slate Hill	slate-hill	US	10973	0	America/New_York	39.73927	-76.2894	125			PA	133	58560	
4561287	Smiley	smiley	US	78159	0	America/New_York	39.83869	-79.80283	334			PA	051	28792	
4561301	Smithfield	smithfield	US	02917	859	America/New_York	39.80313	-79.80783	332	Shmithfield,Smithfield		PA	051	71320	
4561304	Smiths Station	smiths-station	US	36877	0	America/New_York	39.8151	-76.92526	177			PA	133	33624	
4561305	Smithville	smithville	US	26178	0	America/New_York	39.92649	-76.25218	102			PA	071	62832	
4561307	Smock	smock	US	15480	583	America/New_York	39.99813	-79.7831	265			PA	051	48616	
4561308	Smoketown	smoketown	US	17576	0	America/New_York	39.94898	-77.57554	234	Smoke Town,Smoketown		PA	055	30944	
4561309	Smyrna	smyrna	US	13464	0	America/New_York	39.94649	-76.04356	199			PA	071	67096	
4561324	Society Hill	society-hill	US	29593	0	America/New_York	39.94095	-75.1474	7			PA	101	60000	
4561355	South Mountain	south-mountain	US	17261	0	America/New_York	39.84648	-77.48777	486	Pinchgut,South Mountain		PA	055	63200	
4561372	Southside	southside	US	25187	0	America/New_York	39.78121	-76.39468	93			PA	133	44872	
4561388	Spring Garden	spring-garden	US	36275	0	America/New_York	39.96567	-75.16879	26			PA	101	60000	
4561391	Spring Grove	spring-grove	US	17362	2168	America/New_York	39.87454	-76.86581	145			PA	133	73192	
4561398	Spraggs	spraggs	US	15362	0	America/New_York	39.78063	-80.21618	324			PA	059	81768	
4561402	Springdale	springdale	US	15144	0	America/New_York	39.95065	-76.71469	141			PA	133	87048	
4561407	Springfield	springfield	US	01101	23363	America/New_York	39.93067	-75.32019	76	Springfild,Спрингфилд		PA	045	73032	
4561416	Springhill	springhill	US	71075	0	America/New_York	39.73147	-79.80283	322	Spring Hill,Springhill		PA	051	73240	
4561421	Springs	springs	US	15562	0	America/New_York	39.73369	-79.1492	756	Springs,Tub		PA	111	23168	
4561424	Springvale	springvale	US	04083	0	America/New_York	39.89482	-76.5833	228			PA	133	85736	
4561475	State Line	state-line	US	17263	0	America/New_York	39.72509	-78.76752	220	State Line,State Line Junction		PA	009	44448	
4561477	State Line	state-line	US	17263	2709	America/New_York	39.72482	-77.72444	214	Middleburg,State Line		PA	055	02696	
4561484	Steelville	steelville	US	65565	0	America/New_York	39.90483	-75.99356	119	Steeleville,Steelville		PA	029	82936	
4561494	Stanton	stanton	US	08885	0	America/New_York	39.98983	-75.15934	28			PA	101	60000	
4561501	Stewartstown	stewartstown	US	17363	2305	America/New_York	39.75371	-76.59136	263			PA	133	74104	
4561526	Stony Point	stony-point	US	10980	0	America/New_York	39.92702	-80.08228	300			PA	059	50992	
4561542	Strasburg	strasburg	US	17579	2906	America/New_York	39.98316	-76.18412	143	Bettelhausen,Strasburg		PA	071	74712	
4561562	Stringtown	stringtown	US	74569	0	America/New_York	39.75064	-78.75196	243			PA	009	44448	
4561563	Stringtown	stringtown	US	74569	0	America/New_York	39.91035	-79.93922	331	Stringtown,Wiley Heights		PA	059	17648	
4561588	Sugartown	sugartown	US	70662	0	America/New_York	39.99983	-75.50798	156	Shugarttown,Sugartown		PA	029	85352	
4561592	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	39.96397	-78.6078	411			PA	009	32840	
4561598	Summerhill	summerhill	US	15958	0	America/New_York	39.774	-76.07384	113			PA	071	43832	
4561614	Sunshine	sunshine	US	70780	0	America/New_York	39.81647	-79.91644	255			PA	051	54392	
4561616	Superior	superior	US	51363	0	America/New_York	39.99202	-79.89283	279			PA	051	45560	
4561628	Swarthmore	swarthmore	US	19081	6211	America/New_York	39.90206	-75.34991	39	Svortmor,Swarthmore,Swarthmore Boro,Свортмор		PA	045	75648	
4561641	Sycamore	sycamore	US	15364	0	America/New_York	39.92674	-80.24479	294			PA	059	81248	
4561643	Sylmar	sylmar	US	91342	0	America/New_York	39.72316	-76.02773	148			PA	029	83712	
4561650	Table Rock	table-rock	US	68447	62	America/New_York	39.91343	-77.22137	172	Lower Settlement,Table Rock		PA	001	10456	
4561706	Thomasville	thomasville	US	17364	0	America/New_York	39.92871	-76.85053	147			PA	133	37488	
4561716	Thorndale	thorndale	US	19372	3407	America/New_York	39.99288	-75.74522	105			PA	029	10824	
4561749	Tolna	tolna	US	58380	0	America/New_York	39.76205	-76.65164	233	Tolna,Tonley		PA	133	70576	
4561755	Toughkenamon	toughkenamon	US	19374	1492	America/New_York	39.8315	-75.75744	103			PA	029	53608	
4561786	Triumph	triumph	US	61371	0	America/New_York	39.77758	-80.34563	325			PA	059	29152	
4561823	Twin Oaks	twin-oaks	US	74368	0	America/New_York	39.839	-75.42214	33			PA	045	78776	
4561833	Uledi	uledi	US	15484	0	America/New_York	39.89619	-79.79032	362	Revere,Revere Uledi,Uledi		PA	051	72544	
4561838	Union	union	US	03887	0	America/New_York	39.84094	-76.06051	141	Colerain,Union		PA	071	15056	
4561859	Uniontown	uniontown	US	15401	9990	America/New_York	39.90008	-79.71643	328	Beesons-town,Juniontaun,Union-town,Uniontown,you ning dui,ywnywntawn,Јунионтаун,Юніонтаун,انیون‌تاوون، پنسیلوانیا,يونيونتاون,یونین ٹاؤن، پنسلوانیا,尤宁敦	051	PA	051	78528	
4561863	Unionville	unionville	US	06085	0	America/New_York	39.89539	-75.73438	137			PA	029	21480	
4561873	Upland	upland	US	46989	2895	America/New_York	39.8865	-75.77439	162			PA	029	83464	
4561874	Upland	upland	US	46989	3251	America/New_York	39.85261	-75.38269	10	Apland,Апланд		PA	045	78712	
4561879	Upper Darby	upper-darby	US	19082	0	America/New_York	39.92845	-75.2738	20			PA	045	79000	
4561892	Upton	upton	US	01568	0	America/New_York	39.80537	-77.80666	186			PA	055	59600	
4561894	Ursina	ursina	US	15485	209	America/New_York	39.81758	-79.32781	412			PA	111	79424	
4561902	Valley Forge	valley-forge	US	19481	0	America/New_York	39.98454	-76.70747	127			PA	133	72992	
4561908	Valley View	valley-view	US	17983	0	America/New_York	39.98122	-75.38408	140			PA	045	54224	
4561909	Valley View	valley-view	US	17983	2817	America/New_York	39.9501	-76.70108	188			PA	133	73168	
4561934	Victoria	victoria	US	23974	0	America/New_York	39.85202	-79.45782	426			PA	051	74080	
4561942	Violet Hill	violet-hill	US	72584	0	America/New_York	39.94177	-76.71108	189			PA	133	73168	
4562001	Walker	walker	US	26180	0	America/New_York	39.92758	-79.72032	297			PA	051	55464	
4562005	Wakefield	wakefield	US	01880	609	America/New_York	39.77372	-76.17912	119			PA	071	28168	
4562009	Wallingford	wallingford	US	05773	0	America/New_York	39.89095	-75.36297	40			PA	045	53104	
4562015	Walnut Hill	walnut-hill	US	62893	0	America/New_York	39.74063	-79.90922	325			PA	059	20296	
4562023	Waltersburg	waltersburg	US	15488	0	America/New_York	39.98035	-79.76393	273			PA	051	27400	
4562031	Warfordsburg	warfordsburg	US	17267	0	America/New_York	39.75176	-78.18751	169			PA	057	06032	
4562043	Washington Boro	washington-boro	US	17582	729	America/New_York	39.9926	-76.46719	87	Washington,Washington Boro,Washington Manor,Washingtonboro		PA	071	46992	
4562056	Waterford	waterford	US	04088	0	America/New_York	39.9501	-76.65441	212			PA	133	87056	
4562057	Waterloo	waterloo	US	13165	0	America/New_York	39.73204	-77.52082	238			PA	055	81240	
4562058	Waterville	waterville	US	04901	0	America/New_York	39.88011	-75.37047	29			PA	045	53104	
4562070	Waynesboro	waynesboro	US	17268	10848	America/New_York	39.75593	-77.57777	216	Vejnsboro,Wallacetown,Waynesboro,Waynesborough,Waynsboro,Вејнсборо		PA	055	81824	
4562078	Waynesburg	waynesburg	US	15370	4045	America/New_York	39.89646	-80.17923	296	Vejnsburg,Вејнсбург	059	PA	059	81832	
4562095	Wellersburg	wellersburg	US	15564	175	America/New_York	39.73286	-78.8503	418			PA	111	82128	
4562110	West Bend	west-bend	US	50597	0	America/New_York	39.97313	-79.97311	360	Ormond,West Bend		PA	051	45560	
4562136	West End	west-end	US	27376	0	America/New_York	39.95203	-78.74863	554			PA	009	38576	
4562142	West Finley	west-finley	US	15377	0	America/New_York	39.99313	-80.46312	428	Burnsville,West Finley		PA	125	83000	
4562144	West Chester	west-chester	US	19380	19842	America/New_York	39.96097	-75.60804	140	Vest Chester,u~esutochesuta,wei che si te,weseuteucheseuteo,Вест Честер,ویسٹ چیسٹر، پنسلوانیا,ウェストチェスター,威徹斯特,웨스트체스터	029	PA	029	82704	
4562148	West Grove	west-grove	US	19390	2859	America/New_York	39.82205	-75.82744	120			PA	029	83104	
4562154	West Leisenring	west-leisenring	US	15489	0	America/New_York	39.95924	-79.69865	319			PA	051	20224	
4562171	West Salisbury	west-salisbury	US	15565	0	America/New_York	39.75425	-79.09503	611			PA	111	23168	
4562173	West Willow	west-willow	US	17583	0	America/New_York	39.97288	-76.28801	134			PA	071	59360	
4562174	West York	west-york	US	62478	4569	America/New_York	39.9526	-76.75136	118			PA	133	84288	
4562191	Westwood	westwood	US	02090	950	America/New_York	39.97177	-75.85328	110			PA	029	79544	
4562193	Wharton	wharton	US	07885	49732	America/New_York	39.92678	-75.15712	7			PA	101	60000	
4562198	Westtown	westtown	US	10998	0	America/New_York	39.93094	-75.55187	79			PA	029	76568	
4562212	White House	white-house	US	37188	0	America/New_York	39.75285	-79.7945	383			PA	051	73240	
4562220	White Rock	white-rock	US	29177	0	America/New_York	39.82149	-76.08967	98			PA	071	43832	
4562228	Whitehall	whitehall	US	12887	0	America/New_York	39.79093	-77.10943	186	Red Lands,White Hall,Whitehall		PA	001	51776	
4562230	Whitehorse	whitehorse	US	57661	0	America/New_York	39.98983	-75.46853	134	White Horse,Whitehorse		PA	029	85352	
4562237	Whitman	whitman	US	02382	49732	America/New_York	39.91678	-75.15546	5			PA	101	60000	
4562249	Wiley	wiley	US	30581	0	America/New_York	39.77924	-79.97284	330			PA	059	20296	
4562250	Wiley	wiley	US	30581	0	America/New_York	39.72233	-76.5433	236			PA	133	35704	
4562257	Williams	williams	US	29493	0	America/New_York	39.83064	-78.77057	378	Williams,Williams Station		PA	111	24680	
4562264	Williamstown	williamstown	US	01267	0	America/New_York	39.97924	-80.04089	256			PA	125	20808	
4562272	Williamson	williamson	US	14589	0	America/New_York	39.85315	-77.7975	148			PA	055	67400	
4562275	Willow Street	willow-street	US	17584	7578	America/New_York	39.97927	-76.27635	147			PA	071	83256	
4562294	Wilson Creek	wilson-creek	US	98860	0	America/New_York	39.91758	-79.10336	641			PA	111	06640	
4562309	Wind Ridge	wind-ridge	US	15380	215	America/New_York	39.91285	-80.43424	436	Jacksonville,Jacktown,Wind Ridge		PA	059	64512	
4562311	Windsor	windsor	US	01270	1480	America/New_York	39.91621	-76.58441	208	Vindzor,Виндзор		PA	133	85728	
4562342	Wittenberg	wittenberg	US	54499	0	America/New_York	39.78231	-78.92225	779	Wittenberg,Wittenburg		PA	111	41568	
4562358	Woodbine	woodbine	US	08270	0	America/New_York	39.78483	-76.4058	89			PA	133	58560	
4562366	Woodlyn	woodlyn	US	19094	9485	America/New_York	39.87233	-75.33713	20			PA	045	64800	
4562369	Woodruff	woodruff	US	29388	0	America/New_York	39.84424	-80.31813	312			PA	059	37376	
4562374	Woodside	woodside	US	11377	0	America/New_York	39.83341	-79.84838	371			PA	051	54392	
4562375	Woodstock	woodstock	US	03293	0	America/New_York	39.9387	-77.5836	220			PA	055	30944	
4562377	Woodville	woodville	US	01784	0	America/New_York	39.87039	-75.79828	130			PA	029	44480	
4562407	York	york	US	03909	43992	America/New_York	39.9626	-76.72774	118	Jork,THV,Yarrick,yokeu,yoku,yue ke,ywrk  bnslfanya,ywrk  pnsylwanya,Јорк,Йорк,يورك، بنسلفانيا,یورک، پنسیلوانیا,ヨーク,約克,요크	133	PA	133	87048	
4562441	Yorklyn	yorklyn	US	19736	1912	America/New_York	39.99232	-76.64635	132			PA	133	72992	
4562442	Yorkshire	yorkshire	US	14173	0	America/New_York	39.96621	-76.6608	183			PA	133	72992	
4562444	Yorktown	yorktown	US	23690	0	America/New_York	39.97345	-75.15296	17			PA	101	60000	
4562450	Youngstown	youngstown	US	14174	0	America/New_York	39.93091	-79.65782	342			PA	051	55464	
4562451	Youngstown	youngstown	US	14174	0	America/New_York	39.99177	-76.42635	115			PA	071	46992	
4562460	Zeigler	zeigler	US	62999	0	America/New_York	39.75566	-76.60775	237			PA	133	35704	
4562476	Zullinger	zullinger	US	17272	0	America/New_York	39.77009	-77.62971	227			PA	055	81240	
4568985	Abbeville	abbeville	US	29620	5191	America/New_York	34.17817	-82.37901	180	Abbeville,Abbivill,Abevil,Ebbivil',Townville,a bu wei er,abebiru,abfyl,abywyl  karwlynay jnwby,aebibil,aybywyl  jnwby kyrwlayna,Аббивилл,Абевил,Еббівіль,أبفيل,ابیویل، کارولینای جنوبی,ایبیویل، جنوبی کیرولائنا,アベビル,阿布维尔,애비빌	001	SC	001		
4568987	Abingdon	abingdon	US	21009	0	America/New_York	34.99235	-81.49954	183	Abingdon,Abingdon Creek		SC	021		
4569043	Adams Run	adams-run	US	29426	0	America/New_York	32.72073	-80.34816	18			SC	019		
4569047	Adamsburg	adamsburg	US	15611	0	America/New_York	34.79125	-81.54288	191	Adam Station,Adamsburg		SC	087		
4569059	Adrian	adrian	US	16210	0	America/New_York	33.94684	-79.01753	20	Adrian,Sodom		SC	051		
4569064	Adger	adger	US	35006	0	America/New_York	34.43653	-81.12564	159	Adger,Adgers		SC	039		
4571994	Bowman	bowman	US	29018	934	America/New_York	33.34877	-80.68287	43	Bowman,Dibble		SC	075		
4569067	Aiken	aiken	US	29801	30604	America/New_York	33.56042	-81.71955	157	AIK,Aiken,Ajken,Ejken,Plunkett,ai ken,aykn,aykn  jnwby kyrwlayna,aykn  karwlynay jnwby,eikin,Айкен,Ејкен,أيكن,ایکن، جنوبی کیرولائنا,ایکن، کارولینای جنوبی,エイキン,艾肯	003	SC	003		
4569155	Alcolu	alcolu	US	29001	429	America/New_York	33.751	-80.21425	38			SC	027		
4569181	Allen	allen	US	21810	0	America/New_York	33.92128	-79.04059	18			SC	051		
4569207	Allendale	allendale	US	07401	3126	America/New_York	33.00793	-81.30844	57	Alendejl,a lun da,alndal  karwlynay jnwby,Алендејл,آلندال، کارولینای جنوبی,ایلنڈیل، جنوبی کیرولائنا,阿倫達	005	SC	005		
4569208	Allendale	allendale	US	07401	0	America/New_York	34.42983	-82.75819	208			SC	007		
4569227	Allentown	allentown	US	08501	0	America/New_York	33.626	-79.35033	12			SC	043		
4569266	Alston	alston	US	30412	0	America/New_York	34.24348	-81.31676	74			SC	039		
4569273	Alta Vista	alta-vista	US	50603	0	America/New_York	34.83401	-82.38929	290			SC	045		
4569277	Alvin	alvin	US	61811	0	America/New_York	33.34906	-79.81619	14			SC	015		
4569298	Anderson	anderson	US	29621	27335	America/New_York	34.50344	-82.65013	240	AND,Anderson,Anderson Court House,aendeoseun,an de sen,andason,andrswn,andrswn  karwlynay jnwby,Андерсон,أندرسون,اندرسون، کارولینای جنوبی,اینڈرسن، جنوبی کیرولائنا,アンダーソン,安德森,앤더슨	007	SC	007		
4569362	Andrews	andrews	US	28901	2888	America/New_York	33.45128	-79.5609	8	ADR,Andrews,Rosemary		SC	089		
4569410	Antioch	antioch	US	37011	0	America/New_York	35.1493	-81.43481	247			SC	021		
4569411	Antioch	antioch	US	37011	0	America/New_York	34.4446	-79.95229	61			SC	031		
4569412	Antioch	antioch	US	37011	0	America/New_York	33.76902	-82.03401	161			SC	037		
4569413	Antioch	antioch	US	37011	0	America/New_York	34.23988	-80.46869	94			SC	055		
4569414	Antioch	antioch	US	37011	0	America/New_York	34.70265	-80.67673	190	Antioch,Antioch Cross Roads		SC	057		
4569415	Antioch	antioch	US	37011	0	America/New_York	33.47989	-79.59645	9			SC	089		
4569528	Appleton	appleton	US	14008	0	America/New_York	33.04349	-81.36289	79			SC	005		
4569533	Apple Valley	apple-valley	US	92307	0	America/New_York	34.05515	-81.09815	69			SC	079		
4569541	Arcadia	arcadia	US	15712	2634	America/New_York	34.95818	-81.99066	242			SC	083		
4569556	Ararat	ararat	US	24053	0	America/New_York	32.97851	-80.00342	11			SC	015		
4569564	Argyle	argyle	US	12809	0	America/New_York	34.48905	-79.68228	37			SC	069		
4569614	Arthur	arthur	US	37707	0	America/New_York	33.97182	-81.1376	96			SC	063		
4569626	Asbury	asbury	US	08802	0	America/New_York	34.92652	-81.63093	187			SC	021		
4569665	Ashland	ashland	US	01721	0	America/New_York	34.33988	-80.19813	95			SC	061		
4569674	Ashley	ashley	US	43003	0	America/New_York	34.90568	-82.00121	229			SC	083		
4569713	Ashton	ashton	US	20861	0	America/New_York	33.01599	-80.97066	35			SC	029		
4569718	Ashwood	ashwood	US	97711	0	America/New_York	34.10904	-80.31647	58			SC	061		
4569746	Atkins	atkins	US	24311	0	America/New_York	34.03794	-80.11535	47			SC	061		
4569751	Atlantic Beach	atlantic-beach	US	11509	384	America/New_York	33.80267	-78.71641	9			SC	051		
4569756	Auburn	auburn	US	01501	0	America/New_York	34.37543	-79.9759	59	Auburn,Jovann		SC	031		
4569780	Averill	averill	US	05901	0	America/New_York	33.07432	-81.51344	42			SC	005		
4569785	Avondale	avondale	US	19311	0	America/New_York	32.78823	-79.98981	4			SC	019		
4569786	Avondale	avondale	US	19311	0	America/New_York	34.71593	-83.01404	261			SC	073		
4569787	Avondale	avondale	US	19311	0	America/New_York	33.91127	-80.40592	52			SC	085		
4569788	Avondale	avondale	US	19311	0	America/New_York	34.22179	-82.14623	182			SC	047		
4569793	Awendaw	awendaw	US	29429	1371	America/New_York	33.03767	-79.61313	6	Awendaw,Awensdaw,Owendaw		SC	019		
4569801	Aynor	aynor	US	29511	667	America/New_York	33.99989	-79.19949	31			SC	051		
4569905	Baldwin	baldwin	US	11510	0	America/New_York	34.38123	-82.1465	178			SC	059		
4569920	Ballentine	ballentine	US	29002	0	America/New_York	34.12432	-81.23732	137	Balentine,Ballentine		SC	079		
4569929	Bamberg	bamberg	US	29003	3383	America/New_York	33.2971	-81.03482	51	Bamberg,Lowrys Station,Lowrys Turnout,bambrj,ban bei ge,bmbrg  karwlynay jnwby,Бамберг,بامبرج,بمبرگ، کارولینای جنوبی,班贝格	009	SC	009		
4569975	Barberville	barberville	US	32105	0	America/New_York	35.03265	-80.87618	198			SC	057		
4569986	Barksdale	barksdale	US	78828	0	America/New_York	34.56957	-82.08732	233			SC	059		
4569987	Barksdale	barksdale	US	78828	0	America/New_York	34.80956	-82.36484	269			SC	045		
4570012	Barnhill	barnhill	US	62809	0	America/New_York	33.70239	-79.37561	11			SC	043		
4570015	Barnwell	barnwell	US	29812	4592	America/New_York	33.24487	-81.35872	66	BNL,Barnuel,Barnvel,Barnwell,Barnwell Court House,Barnwell Hill,Red Hill,ba en wei er,barnwl  karwlynay jnwby,barnwyl,barnwyl  jnwby kyrwlayna,Барнвел,Барнуел,بارنول، کارولینای جنوبی,بارنويل,بارنویل، جنوبی کیرولائنا,巴恩韦尔	011	SC	011		
4570063	Barton	barton	US	05822	0	America/New_York	32.92238	-81.28649	39			SC	005		
4570111	Batesburg	batesburg	US	29006	4380	America/New_York	33.90792	-81.54733	196	Batesburg,Batesburg-Leesville,Batesburgh,Batesville		SC	063		
4570123	Batesville	batesville	US	22924	0	America/New_York	34.85067	-82.23067	250	Batesville,Rocky Creek Factory		SC	045		
4570124	Bath	bath	US	03740	0	America/New_York	33.50458	-81.869	50			SC	003		
4570130	Baton Rouge	baton-rouge	US	70801	0	America/New_York	34.69708	-81.34398	172	Baton Rouge,Batonrouge		SC	023		
4570172	Battle Creek	battle-creek	US	49014	0	America/New_York	34.74815	-83.29016	492	Battle Creek,Battlecreek		SC	073		
4570187	Bay Pines	bay-pines	US	33744	0	America/New_York	32.17187	-80.77483	3			SC	013		
4570193	Bay Springs	bay-springs	US	39422	0	America/New_York	34.60627	-80.15479	115			SC	025		
4570194	Bay Springs	bay-springs	US	39422	0	America/New_York	33.89932	-80.40953	55			SC	085		
4570201	Bayboro	bayboro	US	28515	0	America/New_York	34.00961	-79.02226	31	Bayboro,Old Bayboro		SC	051		
4572005	Boyd	boyd	US	54726	0	America/New_York	32.44547	-80.89622	8			SC	053		
4570284	Beaufort	beaufort	US	28516	13306	America/New_York	32.43158	-80.66983	2	BFT,Beaufort,Bjufort,Granville,bo fu te,bwwfrt  karwlynay jnwby,byafwrt,byufoto,byupeoteu,Бјуфорт,بووفرت، کارولینای جنوبی,بيافورت,بیوفورٹ، جنوبی کیرولائنا,ビューフォート,博福特,뷰퍼트	013	SC	013		
4570323	Beaver Creek	beaver-creek	US	56116	0	America/New_York	34.59011	-82.62458	248			SC	007		
4570328	Beaver Creek	beaver-creek	US	56116	0	America/New_York	34.08348	-80.7262	107			SC	055		
4570339	Beaver Dam	beaver-dam	US	42320	0	America/New_York	34.53958	-81.5451	108			SC	087		
4570349	Beaverdam	beaverdam	US	23015	0	America/New_York	35.04013	-81.70149	219			SC	021		
4570448	Beech Island	beech-island	US	29842	0	America/New_York	33.42736	-81.89095	69	Beech Highland,Beech Island		SC	003		
4570524	Belleview	belleview	US	34420	0	America/New_York	34.16904	-79.80006	37			SC	041		
4570525	Belleview	belleview	US	34420	0	America/New_York	34.01654	-81.03759	82			SC	079		
4570534	Bellingham	bellingham	US	02019	0	America/New_York	34.75456	-82.24678	250			SC	045		
4570556	Bellvue	bellvue	US	80512	0	America/New_York	35.00845	-82.41568	334	Bellvue,Belview		SC	045		
4570579	Belton	belton	US	29627	4336	America/New_York	34.52289	-82.49429	275	Belton,Brown,Sugar Hill,bei er dun,bltwn,bltwn  karwlynay jnwby,Белтон,بلتون,بلتون، کارولینای جنوبی,بیلٹن، جنوبی کیرولائنا,贝尔顿		SC	007		
4570622	Bennett	bennett	US	27208	0	America/New_York	32.86212	-80.02565	12			SC	019		
4570634	Bennettsville	bennettsville	US	29512	8605	America/New_York	34.61738	-79.68478	47	BTN,Benetsvil,Bennettsville,Bennetville,Carlisle,Winfieldville,bntswyl  karwlynay jnwby,byntsfyl,ni ci wei er,Бенетсвил,بنتسویل، کارولینای جنوبی,بينتسفيل,بینیٹسویل، جنوبی کیرولائنا,尼茨维尔	069	SC	069		
4570664	Berea	berea	US	26327	14295	America/New_York	34.8854	-82.45596	317	Berea,Berea Cross Roads,Berea Crossroads,Береа		SC	045		
4570700	Berlin	berlin	US	01503	0	America/New_York	33.67376	-81.30371	131	Berlin,Berlin Station		SC	003		
4570749	Bethany	bethany	US	06524	0	America/New_York	35.11708	-81.30619	250			SC	091		
4570813	Bethel	bethel	US	04217	0	America/New_York	34.11734	-82.38235	185			SC	001		
4570814	Bethel	bethel	US	04217	0	America/New_York	33.44128	-79.49145	7			SC	043		
4571003	Bethesda	bethesda	US	20810	0	America/New_York	34.64127	-80.04757	75			SC	025		
4571138	Bethune	bethune	US	29009	345	America/New_York	34.41488	-80.34868	85	Bethune,Lizenby,Lynchwood		SC	055		
4571215	Beverly	beverly	US	01915	0	America/New_York	34.80623	-82.66819	316			SC	077		
4571218	Beverly Hills	beverly-hills	US	34464	0	America/New_York	33.48321	-80.90426	70			SC	075		
4571219	Beverly Hills	beverly-hills	US	34464	0	America/New_York	34.90012	-82.54985	334			SC	077		
4571220	Beverly Hills	beverly-hills	US	34464	0	America/New_York	33.01573	-80.03231	15			SC	015		
4571243	Beverly Hills	beverly-hills	US	34464	0	America/New_York	34.49316	-82.6818	232			SC	007		
4571317	Big Creek	big-creek	US	25505	0	America/New_York	34.06597	-81.84845	156	Big Creek,Bigcreek		SC	081		
4571396	Big Springs	big-springs	US	26137	0	America/New_York	34.42099	-80.30924	74			SC	025		
4571433	Bingham	bingham	US	04920	0	America/New_York	34.43516	-79.54311	39			SC	033		
4571470	Bishopville	bishopville	US	21813	3274	America/New_York	34.21821	-80.24841	68	Bishopvil,bi xia pu wei er,byshwbfyl,byshwpwyl  karwlynay jnwby,Бишопвил,بيشوبفيل,بیشوپویل، کارولینای جنوبی,比夏普维尔	061	SC	061		
4571479	Black	black	US	36314	0	America/New_York	34.33623	-82.28984	211			SC	047		
4571484	Black Creek	black-creek	US	14714	0	America/New_York	33.28489	-80.25759	28			SC	015		
4571572	Blackstock	blackstock	US	29014	0	America/New_York	34.55848	-81.15231	189	Black Stocks,Blacks Stocks,Blackstock		SC	023		
4571582	Blackville	blackville	US	29817	2295	America/New_York	33.35793	-81.27066	89	Blackville,Clinton		SC	011		
4571593	Blacksburg	blacksburg	US	24060	1883	America/New_York	35.12124	-81.51592	236	Black's,Black's Station,Blacks,Blacks Station,Blacksburg,Blehksburg,Bleksburg,Stark's Folly,Starks Folly,blksbwrg  karwlynay jnwby,bu lai ke si bao,Блексбург,Блэксбург,بلکسبورگ، کارولینای جنوبی,布莱克斯堡		SC	021		
4571599	Bladen	bladen	US	68928	0	America/New_York	34.34321	-80.08062	66			SC	031		
4571601	Blair	blair	US	25022	0	America/New_York	34.42153	-81.39621	118	Blair,Blair Station,Blairs		SC	039		
4571603	Blairsville	blairsville	US	15717	0	America/New_York	34.91541	-81.35036	199			SC	091		
4571613	Blakely	blakely	US	39823	0	America/New_York	33.49461	-79.75674	18	Blakeley,Blakely		SC	089		
4571635	Blenheim	blenheim	US	29516	148	America/New_York	34.51071	-79.65284	36	Blenheim,Mineral Spring,Spring Hill,Three Creeks		SC	069		
4571662	Bloomville	bloomville	US	13739	0	America/New_York	33.63489	-80.16147	40			SC	027		
4571665	Blossom	blossom	US	75416	0	America/New_York	33.94655	-79.57256	19			SC	041		
4571667	Blountville	blountville	US	37617	0	America/New_York	32.69657	-80.8515	14			SC	049		
4571685	Blue Ridge	blue-ridge	US	24064	0	America/New_York	35.04234	-82.30512	315			SC	045		
4571722	Bluffton	bluffton	US	29910	16728	America/New_York	32.23715	-80.86039	6	Blafton,blaftwn,blwftwn  karwlynay jnwby,bu la fu dun,Блафтон,بلافتون,بلفٹن، جنوبی کیرولائنا,بلوفتون، کارولینای جنوبی,布拉夫顿		SC	013		
4571725	Blythewood	blythewood	US	29016	2782	America/New_York	34.21432	-80.97398	152	Blythewood,Doko		SC	079		
4571804	Boiling Springs	boiling-springs	US	17007	5076	America/New_York	33.13515	-81.43122	59	Boiling Springs,Caters Boiling Spring,Lyndhurst		SC	011		
4571805	Boiling Springs	boiling-springs	US	17007	8219	America/New_York	35.04651	-81.98177	282			SC	083		
4571856	Bonneau	bonneau	US	29431	505	America/New_York	33.30545	-79.95786	18	Bonneau,Bonneaus Depot		SC	015		
4571877	Bonham	bonham	US	75418	0	America/New_York	34.7768	-81.64649	210			SC	087		
4571907	Booth	booth	US	36008	0	America/New_York	33.95045	-79.05976	26			SC	051		
4571924	Borden	borden	US	47106	0	America/New_York	34.06765	-80.47814	63			SC	085		
4571988	Bowling Green	bowling-green	US	22427	0	America/New_York	35.14986	-81.2123	244	Bowlin Station,Bowling Green		SC	091		
4572006	Boyd	boyd	US	54726	0	America/New_York	34.23625	-81.56149	173			SC	071		
4572037	Boykin	boykin	US	36723	100	America/New_York	34.11682	-80.58147	49	Boykin,Boykins Turnout		SC	055		
4572038	Boykin	boykin	US	36723	0	America/New_York	34.73266	-79.64422	73			SC	069		
4572068	Bradford	bradford	US	02808	0	America/New_York	33.96432	-80.38091	53			SC	085		
4572071	Bradley	bradley	US	04411	170	America/New_York	34.04929	-82.24457	177			SC	047		
4572081	Bradleyville	bradleyville	US	65614	0	America/New_York	33.51236	-81.939	135			SC	003		
4572098	Branchville	branchville	US	07826	989	America/New_York	33.25127	-80.81565	35			SC	075		
4572103	Brandon	brandon	US	05733	0	America/New_York	34.84595	-82.43401	305			SC	045		
4572108	Brandywine	brandywine	US	20613	0	America/New_York	34.04877	-80.96231	88			SC	079		
4572118	Brasstown	brasstown	US	28902	0	America/New_York	34.74482	-83.23766	416			SC	073		
4572136	Breeden	breeden	US	25666	0	America/New_York	34.65321	-79.65922	62	Breeden,Breeden Siding,Breedens		SC	069		
4572139	Breezewood	breezewood	US	15533	0	America/New_York	34.07151	-82.14651	193	Breezewood,Lugairs Store		SC	047		
4572144	Brent	brent	US	35034	0	America/New_York	34.0196	-80.37008	56	Brent,Brent Crossing		SC	085		
4572145	Brentwood	brentwood	US	11717	0	America/New_York	32.85656	-80.0112	7			SC	019		
4572146	Brentwood	brentwood	US	11717	0	America/New_York	34.72456	-82.26651	251			SC	045		
4572147	Brentwood	brentwood	US	11717	0	America/New_York	33.48432	-80.81787	60			SC	075		
4572156	Brewerton	brewerton	US	13029	0	America/New_York	34.43067	-82.24012	213			SC	059		
4572164	Brewton	brewton	US	36426	0	America/New_York	32.65101	-80.80594	6			SC	013		
4572220	Bridgewater	bridgewater	US	02324	0	America/New_York	34.51816	-82.78153	239			SC	007		
4572230	Brierfield	brierfield	US	35035	0	America/New_York	33.52097	-81.9615	125			SC	003		
4572246	Brighton	brighton	US	02135	0	America/New_York	32.61268	-81.27372	21			SC	049		
4572259	Bristow	bristow	US	20136	0	America/New_York	34.41933	-79.61839	39			SC	069		
4572266	Britton	britton	US	49229	0	America/New_York	33.85044	-80.29008	44			SC	085		
4572319	Brock	brock	US	68320	0	America/New_York	34.65065	-83.08182	285			SC	073		
4572335	Brockton	brockton	US	02301	0	America/New_York	34.18488	-79.88062	43			SC	041		
4572352	Brookdale	brookdale	US	95007	4873	America/New_York	33.50682	-80.82342	67			SC	075		
4572353	Brookdale	brookdale	US	95007	0	America/New_York	34.9579	-82.18483	262			SC	083		
4572368	Brookhaven	brookhaven	US	11719	0	America/New_York	34.91234	-82.23289	292			SC	045		
4572369	Brookhaven	brookhaven	US	11719	0	America/New_York	34.89429	-82.04733	213			SC	083		
4572380	Brooklyn	brooklyn	US	06234	0	America/New_York	35.18068	-81.92566	299			SC	083		
4572381	Brooklyn	brooklyn	US	06234	0	America/New_York	34.69875	-81.21287	152			SC	023		
4572392	Brookside	brookside	US	07926	0	America/New_York	34.17262	-82.20012	185			SC	047		
4572393	Brookside	brookside	US	07926	0	America/New_York	34.76429	-82.30484	275			SC	045		
4572395	Brooksville	brooksville	US	04617	0	America/New_York	33.90628	-78.65863	12			SC	051		
4572398	Brookwood	brookwood	US	35444	0	America/New_York	34.69955	-82.91376	276			SC	073		
4572399	Brookwood	brookwood	US	35444	0	America/New_York	34.9932	-81.01786	186			SC	091		
4572400	Brookwood	brookwood	US	35444	0	America/New_York	33.9621	-81.09009	63			SC	063		
4572401	Brookwood	brookwood	US	35444	0	America/New_York	34.6715	-82.80209	240			SC	077		
4572402	Brookwood	brookwood	US	35444	0	America/New_York	34.7315	-82.7807	269			SC	077		
4572512	Brownsville	brownsville	US	05037	0	America/New_York	33.02878	-80.19815	29			SC	035		
4572513	Brownsville	brownsville	US	05037	0	America/New_York	34.39238	-79.59228	41			SC	069		
4572535	Bruner	bruner	US	65620	0	America/New_York	33.92099	-80.84148	65	Bruner,James,James Crossing		SC	079		
4572537	Brunson	brunson	US	29911	523	America/New_York	32.92544	-81.18733	41	Brunson,Pineville		SC	049		
4572665	Bucksport	bucksport	US	04416	876	America/New_York	33.66489	-79.10254	3			SC	051		
4572675	Buffalo	buffalo	US	14201	0	America/New_York	35.16541	-81.58704	232			SC	021		
4572676	Buffalo	buffalo	US	14201	0	America/New_York	33.94957	-82.37263	146			SC	065		
4572677	Buffalo	buffalo	US	14201	1266	America/New_York	34.72569	-81.68343	180	Buffalo,Буффало		SC	087		
4572706	Buford	buford	US	30515	0	America/New_York	34.7446	-80.61673	198	Buford,Buford Crossroads		SC	057		
4572789	Bunker Hill	bunker-hill	US	25413	0	America/New_York	34.45072	-79.41949	45			SC	033		
4572790	Bunker Hill	bunker-hill	US	25413	0	America/New_York	33.83378	-79.21921	10			SC	051		
4572806	Burgess	burgess	US	22432	0	America/New_York	33.60656	-79.05559	4			SC	051		
4572869	Burr Hill	burr-hill	US	22433	0	America/New_York	32.93156	-80.51316	14			SC	029		
4572881	Burton	burton	US	26562	6976	America/New_York	32.43575	-80.724	10	Berton,Бертон		SC	013		
4572936	Buxton	buxton	US	04093	0	America/New_York	34.90289	-82.40568	333			SC	045		
4573027	Cades	cades	US	29518	0	America/New_York	33.78655	-79.78257	21	Cade Station,Cades,Camp Branch,Camp Ridge		SC	089		
4573050	Caldwell	caldwell	US	07006	0	America/New_York	33.04183	-80.90371	30			SC	029		
4573066	Calhoun	calhoun	US	30701	0	America/New_York	34.69261	-82.83153	229			SC	077		
4573077	Calhoun Falls	calhoun-falls	US	29628	1964	America/New_York	34.09234	-82.59569	161	Calhoun Falls,Terry Town,Terryville		SC	001		
4573199	Calvert	calvert	US	36513	0	America/New_York	34.94429	-82.00594	259			SC	083		
4573202	Cambridge	cambridge	US	02138	0	America/New_York	34.07763	-81.95845	177			SC	047		
4573203	Cambridge	cambridge	US	02138	0	America/New_York	34.9154	-82.05399	239			SC	083		
4573209	Camden	camden	US	04843	7085	America/New_York	34.24654	-80.60702	57	CDN,Camden,Fredericksburg,Friends Neck,Kamden,Pine Tree Hill,Pinetree,ka mu deng,kaemdeon,kamdn,kamuden,kmdn  karwlynay jnwby,Камден,كامدن,کمدن، کارولینای جنوبی,کیمڈن، جنوبی کیرولائنا,カムデン,卡姆登,캠던	055	SC	055		
4573237	Cameron	cameron	US	14819	415	America/New_York	33.55765	-80.71453	54	Cameron,Summers		SC	017		
4573282	Camp Creek	camp-creek	US	25820	0	America/New_York	34.76098	-80.69562	191			SC	057		
4573356	Campbell	campbell	US	14821	0	America/New_York	34.51094	-82.55791	244			SC	007		
4573390	Campobello	campobello	US	29322	526	America/New_York	35.11567	-82.15011	281	Campa Bella,Campobello		SC	083		
4573395	Campton	campton	US	03223	0	America/New_York	35.02873	-82.064	270			SC	083		
4573400	Canaan	canaan	US	03741	0	America/New_York	32.96573	-80.29426	6			SC	035		
4573401	Canaan	canaan	US	03741	0	America/New_York	33.32877	-80.94093	48			SC	075		
4573402	Canaan	canaan	US	03741	0	America/New_York	34.89318	-81.93205	218			SC	083		
4573436	Canadys	canadys	US	29433	0	America/New_York	33.05572	-80.62038	25	Canady Crossroads,Canadys,Cannady		SC	029		
4573542	Canterbury	canterbury	US	03224	0	America/New_York	34.69262	-82.39568	278			SC	045		
4573543	Canterbury	canterbury	US	03224	0	America/New_York	34.22318	-82.17596	189			SC	047		
4573544	Canterbury	canterbury	US	03224	0	America/New_York	35.08068	-81.68482	224			SC	021		
4573611	Carlisle	carlisle	US	01741	0	America/New_York	35.05706	-81.93761	289			SC	083		
4573612	Carlisle	carlisle	US	01741	413	America/New_York	34.59292	-81.4626	137	Carlisle,Fish Dam,Fishdam,Hills		SC	087		
4573647	Carolina	carolina	US	02812	0	America/New_York	34.57461	-79.4381	39			SC	033		
4573721	Cartersville	cartersville	US	23027	0	America/New_York	34.08627	-80.02868	47			SC	041		
4573757	Cash	cash	US	72421	0	America/New_York	34.61849	-79.87729	44	Cash,Cashs		SC	025		
4573770	Cassatt	cassatt	US	29032	0	America/New_York	34.3646	-80.43591	119			SC	055		
4573790	Castlewood	castlewood	US	24224	0	America/New_York	32.80434	-80.03092	6			SC	019		
4573805	Catawba	catawba	US	24070	1343	America/New_York	34.85292	-80.91119	174	Catawba,Catawba Junction		SC	091		
4573873	Causey	causey	US	88113	0	America/New_York	34.2635	-79.09809	16			SC	051		
4573888	Cayce	cayce	US	29033	13619	America/New_York	33.96571	-81.07398	73	Cayce,Cayces Siding,Cayces Tavern,Granby,Kejsi,kai xi,keishi,kysy,kysy  jnwby kyrwlayna,kysy  karwlynay jnwby,Кејси,كيسي,کیسی، جنوبی کیرولائنا,کیسی، کارولینای جنوبی,ケイシー,凯西		SC	063		
4573921	Cedar Creek	cedar-creek	US	68016	0	America/New_York	34.07598	-80.7187	82			SC	055		
4573926	Cedar Creek	cedar-creek	US	68016	0	America/New_York	34.18459	-81.13176	109			SC	079		
4573928	Cedar Creek	cedar-creek	US	68016	0	America/New_York	33.35878	-79.65562	7			SC	089		
4573966	Cedar Grove	cedar-grove	US	07009	0	America/New_York	33.83628	-79.12421	9			SC	051		
4573970	Cedar Grove	cedar-grove	US	07009	0	America/New_York	34.72236	-81.23259	164			SC	023		
4574023	Cedar Hill	cedar-hill	US	37032	0	America/New_York	33.90901	-82.33318	141			SC	065		
4574033	Cedar Lake	cedar-lake	US	46303	0	America/New_York	34.20429	-82.1829	190			SC	047		
4574070	Cedar Springs	cedar-springs	US	39832	0	America/New_York	34.08095	-82.30179	153	Cedar Hill,Cedar Springs,Cedar Springs Church		SC	001		
4574071	Cedar Springs	cedar-springs	US	39832	0	America/New_York	32.72046	-80.06259	7			SC	019		
4574072	Cedar Springs	cedar-springs	US	39832	0	America/New_York	34.24181	-80.8187	114			SC	055		
4574099	Centenary	centenary	US	29519	0	America/New_York	34.031	-79.35561	17			SC	067		
4574140	Centerville	centerville	US	02632	6586	America/New_York	34.53205	-82.70402	254			SC	007		
4574141	Centerville	centerville	US	02632	0	America/New_York	32.73407	-79.9687	4			SC	019		
4574142	Centerville	centerville	US	02632	0	America/New_York	34.41155	-79.49227	37			SC	033		
4574143	Centerville	centerville	US	02632	5288	America/New_York	32.99573	-80.17037	24			SC	035		
4574153	Central	central	US	29630	5167	America/New_York	34.72427	-82.78125	278	Center,Central,Garvin,Sentral,sntral,sntrl  karwlynay jnwby,zhong yang,Сентрал,سنترال,سنترل، کارولینای جنوبی,中央		SC	077		
4574219	Chadwick	chadwick	US	61014	0	America/New_York	34.82151	-82.55374	325			SC	077		
4574236	Chandler	chandler	US	47610	0	America/New_York	32.90462	-79.73563	4			SC	019		
4574280	Chapin	chapin	US	29036	1554	America/New_York	34.16598	-81.34982	142	Chaplin,chapyn  karwlynay jnwby,cui ping,tshabyn,Чаплин,تشابين,چاپین، کارولینای جنوبی,翠萍		SC	063		
4574303	Chappells	chappells	US	29037	49	America/New_York	34.17985	-81.86678	133	Chappell,Chappells,Chappells Bridge		SC	071		
4574324	Charleston	charleston	US	04422	132609	America/New_York	32.77657	-79.93092	6	Carolopolis,Charles Town,Charles Towne,Charleston,Charleston i Sor-Carolina,Charleston i Sør-Carolina,Charlestowne,Charlston,Charlstoun,Charlstown,Charlstun,Tsarleston,cha er si dun,chalseuteon,charlstwn  karwlynay jnwby,charusuton,tsharlstwn,zʼrlstwn,Τσάρλεστον,Чарлстон,Чарлстън,צארלסטון,تشارلستون,چارلستون، کارولینای جنوبی,چارلسٹن، جنوبی کیرولائنا,チャールストン,查尔斯顿,찰스턴	019	SC	019		
4574407	Chelsea	chelsea	US	02150	0	America/New_York	32.35436	-80.88816	6			SC	013		
4574434	Cheraw	cheraw	US	29520	5778	America/New_York	34.69766	-79.8834	47	Chatham,Chera,Cherah,Cheraw,Cheraw Hill,Cheraw Hills,HCW,Sara,Saraw,Serah,Shero,chraw  karwlynay jnwby,qi luo,tshyraw,Шеро,تشيراو,چراو، کارولینای جنوبی,奇罗		SC	025		
4574480	Cherry Hill	cherry-hill	US	08002	0	America/New_York	33.22878	-79.94313	10			SC	015		
4574481	Cherry Hill	cherry-hill	US	08002	0	America/New_York	34.19735	-82.01234	152			SC	047		
4574482	Cherry Hill	cherry-hill	US	08002	0	America/New_York	34.9879	-81.83733	206			SC	083		
4574483	Cherry Hill	cherry-hill	US	08002	0	America/New_York	33.41822	-79.60201	8			SC	089		
4574514	Cherryvale	cherryvale	US	67335	2496	America/New_York	33.95571	-80.45814	64			SC	085		
4574517	Chesnee	chesnee	US	29323	899	America/New_York	35.14845	-81.86094	272	Chesni,chsny  karwlynay jnwby,qie si ni,tshsny,Чесни,تشسني,چسنی، کارولینای جنوبی,切斯尼		SC	083		
4574549	Chesterfield	chesterfield	US	01012	0	America/New_York	32.40158	-80.764	6			SC	013		
4574550	Chesterfield	chesterfield	US	01012	1452	America/New_York	34.73599	-80.08812	89	Chesterfild,chstrfyld  karwlynay jnwby,qie si te fei er de,tshystrfyld,Честерфилд,تشيسترفيلد,چسترفیلد، کارولینای جنوبی,چیسٹرفیلڈ، جنوبی کیرولائنا,切斯特菲尔德	025	SC	025		
4574551	Chesterfield	chesterfield	US	01012	0	America/New_York	32.75796	-79.99148	5			SC	019		
4574565	Chester	chester	US	01011	5486	America/New_York	34.70486	-81.21426	163	Chester,Chester Court House,Chesterville,chstr  karwlynay jnwby,qie si te,tshystr,Честер,تشيستر,چستر، کارولینای جنوبی,چیسٹر، جنوبی کیرولائنا,切斯特	023	SC	023		
4574594	Chicora	chicora	US	16025	0	America/New_York	33.26711	-80.10953	23	Bansterdown,Chicora,New England City		SC	015		
4574601	Chicora	chicora	US	16025	0	America/New_York	33.86545	-79.05726	6			SC	051		
4574603	Childs	childs	US	21916	0	America/New_York	33.95127	-80.96092	51			SC	079		
4574628	Chinquapin	chinquapin	US	28521	0	America/New_York	34.17623	-82.21401	172			SC	047		
4574690	Church Creek	church-creek	US	21622	0	America/New_York	32.82379	-80.05259	7			SC	019		
4574856	Clarendon	clarendon	US	14429	0	America/New_York	34.54983	-82.62791	245			SC	007		
4574870	Claremont	claremont	US	03743	0	America/New_York	33.97377	-80.55953	40			SC	085		
4574888	Clarks Hill	clarks-hill	US	29821	381	America/New_York	33.67097	-82.1729	142	Clark Hill,Clark's Hill,Clarks Hill		SC	065		
4574898	Clarks Point	clarks-point	US	99569	0	America/New_York	32.73907	-79.95231	3			SC	019		
4574920	Clayton	clayton	US	08312	0	America/New_York	34.48792	-81.41899	108	Clayton,Shivar Springs		SC	039		
4574941	Clearmont	clearmont	US	64431	0	America/New_York	34.66926	-83.06043	282			SC	073		
4574947	Clearwater	clearwater	US	29822	4370	America/New_York	33.4968	-81.89206	45			SC	003		
4574985	Cleveland	cleveland	US	13042	0	America/New_York	35.07234	-82.52735	305	Klivlend,Кливленд		SC	045		
4574989	Clemson	clemson	US	29631	15446	America/New_York	34.68344	-82.83737	221	CEU,Calhoun,Clemson,Klemson,ke lai mu sen,klmswn  karwlynay jnwby,klymswn,kuremuson,Клемсон,كليمسون,کالہون، جنوبی کیرولائنا,کلمسون، کارولینای جنوبی,クレムソン,克莱姆森		SC	077		
4575008	Clifton	clifton	US	07011	541	America/New_York	34.97957	-81.81788	184	Clifton,Clifton Mill Village		SC	083		
4575024	Climax	climax	US	12042	0	America/New_York	34.06625	-81.45844	130			SC	063		
4575028	Clinton	clinton	US	01510	8637	America/New_York	34.47263	-81.88066	206	Clinton,Five Forks,Five Points,Hollands Store,Klinton,ke lin dun,klyntwn,klyntwn  karwlynay jnwby,Клинтон,كلينتون,کلنٹن، جنوبی کیرولائنا,کلینتون، کارولینای جنوبی,克林顿		SC	059		
4575048	Clio	clio	US	29525	689	America/New_York	34.57961	-79.54644	59	Clio,Hawleyville,Iveys Crossroads,Ivys Cross Roads		SC	069		
4575061	Clover	clover	US	24534	5744	America/New_York	35.11125	-81.22646	258			SC	091		
4575070	Cloverdale	cloverdale	US	24077	0	America/New_York	34.48177	-82.69736	222			SC	007		
4575087	Clyde	clyde	US	14433	0	America/New_York	34.38543	-80.18451	71			SC	031		
4575157	Cold Spring	cold-spring	US	10516	0	America/New_York	34.23845	-82.39707	211	Cold Spring,Santuc		SC	001		
4575159	Cold Spring	cold-spring	US	10516	0	America/New_York	34.91457	-82.00677	254			SC	083		
4575202	Colerain	colerain	US	27924	0	America/New_York	34.72374	-81.79788	203			SC	087		
4575217	College Park	college-park	US	20740	0	America/New_York	33.01739	-80.09814	12			SC	015		
4575218	College Park	college-park	US	20740	0	America/New_York	33.79989	-79.00865	12			SC	051		
4575219	College Park	college-park	US	20740	0	America/New_York	35.04596	-81.65843	245			SC	021		
4575220	College Park	college-park	US	20740	0	America/New_York	34.16321	-79.80229	37			SC	041		
4575240	Colliers	colliers	US	26035	0	America/New_York	33.70874	-82.07762	129	Collier,Colliers		SC	037		
4575282	Colonial Heights	colonial-heights	US	23834	0	America/New_York	32.42103	-80.749	6			SC	013		
4575283	Colonial Heights	colonial-heights	US	23834	0	America/New_York	34.20015	-79.87534	42			SC	041		
4575284	Colonial Heights	colonial-heights	US	23834	0	America/New_York	34.76898	-83.03098	295			SC	073		
4575285	Colonial Heights	colonial-heights	US	23834	0	America/New_York	33.01462	-80.03953	15			SC	015		
4575286	Colonial Heights	colonial-heights	US	23834	0	America/New_York	34.16874	-82.02206	161			SC	047		
4575287	Colonial Heights	colonial-heights	US	23834	0	America/New_York	33.51293	-80.85759	86			SC	075		
4575288	Colonial Heights	colonial-heights	US	23834	0	America/New_York	34.03238	-81.03426	84			SC	079		
4575352	Columbia	columbia	US	06237	133803	America/New_York	34.00071	-81.03481	89	CAE,Columbia,Columbia i Sor-Carolina,Columbia i Sør-Carolina,Colùmbia,Colúmbia,Kalumbija,Kolambija,Koloumpia,Kolumbi,Kolumbia,Kolumbija,Kuolumbeje,Kuolumbėjė,ge lun bi ya,kalambiya,keolleombia,klmbya  karwlynay jnwby,kolambiya,kolampiya,koronbia,kwlmbya  jnwby kyrwlayna,kwlwmbya,qwlwmbyh,Κολούμπια,Калумбія,Коламбија,Колумби,Колумбия,Колумбија,Колумбія,Կոլումբիա,קאלאמביע,קולומביה,كولومبيا,کلمبیا، کارولینای جنوبی,کولمبیا، جنوبی کیرولائنا,कोलंबिया,कोलम्बिया,কলাম্বিয়া,કોલંબિયા,கொலம்பியா,కొలంబియా,კოლუმბია,コロンビア,哥伦比亚,컬럼비아	SC	SC	079		
4575376	Concord	concord	US	01742	0	America/New_York	34.55455	-82.64624	242			SC	007		
4575377	Concord	concord	US	01742	0	America/New_York	35.05014	-81.06452	195			SC	091		
4575417	Conestee	conestee	US	29636	0	America/New_York	34.76817	-82.34984	254	Conestee,Reedy River Factory		SC	045		
4575455	Converse	converse	US	29329	608	America/New_York	34.99207	-81.83483	213	Converse,Hurricane Shoals		SC	083		
4575461	Conway	conway	US	01341	21053	America/New_York	33.836	-79.04781	10	Conway,Conway Boro,Conwayboro,Conwayborough,Kingston,Konuej,Konvej,kang wei,kanwy  karwlynay jnwby,kwnway,Конвей,Конвеј,Конуей,كونواي,کانوی، کارولینای جنوبی,کونوے، جنوبی کیرولائنا,康威	051	SC	051		
4575483	Cook	cook	US	55723	0	America/New_York	33.64239	-79.48423	12			SC	089		
4575544	Cooper	cooper	US	50059	0	America/New_York	33.56628	-79.61006	15			SC	089		
4575584	Coosawhatchie	coosawhatchie	US	29912	0	America/New_York	32.58879	-80.92733	3			SC	053		
4575613	Cope	cope	US	29038	75	America/New_York	33.37793	-81.00704	60	Cope,Copes Station		SC	075		
4575619	Cordesville	cordesville	US	29434	0	America/New_York	33.13211	-79.88341	15	Cordesville,Cordesville Station		SC	015		
4575623	Cordova	cordova	US	21625	165	America/New_York	33.43543	-80.92093	76	Cordova,Smoaks		SC	075		
4575687	Cottageville	cottageville	US	25239	738	America/New_York	32.93684	-80.48094	14			SC	029		
4575701	Cotton Valley	cotton-valley	US	71018	0	America/New_York	34.4785	-79.28449	42			SC	033		
4575754	Courtenay	courtenay	US	58426	0	America/New_York	34.71316	-82.91959	289			SC	073		
4575768	Coventry	coventry	US	02816	0	America/New_York	33.55902	-81.954	139			SC	003		
4575793	Coward	coward	US	29530	750	America/New_York	33.97322	-79.74701	25	Coward,Cowards		SC	041		
4575800	Cowden	cowden	US	62422	0	America/New_York	33.28681	-81.79622	36			SC	003		
4575815	Cowpens	cowpens	US	29330	2267	America/New_York	35.01679	-81.80399	262	Cowpens,Hanna's Cow-pens,Hannahs Cowpens,Saunders Cowpens,The Cowpens		SC	083		
4575896	Creekside	creekside	US	15732	0	America/New_York	32.97378	-80.19509	11			SC	035		
4575897	Creekside	creekside	US	15732	0	America/New_York	33.84351	-78.63168	5			SC	051		
4575904	Crescent	crescent	US	15046	0	America/New_York	34.77096	-82.11122	238			SC	083		
4575914	Creston	creston	US	26141	0	America/New_York	33.59738	-80.64759	55			SC	017		
4575915	Crestview	crestview	US	32536	0	America/New_York	34.25571	-79.76645	29			SC	031		
4575916	Crestview	crestview	US	32536	0	America/New_York	34.23401	-82.14123	171			SC	047		
4575925	Crestwood	crestwood	US	40014	0	America/New_York	32.97184	-80.20343	23			SC	035		
4575940	Crocketville	crocketville	US	29913	0	America/New_York	32.91655	-81.07733	34	Crocketville,Whippy Swamp Crossroads		SC	049		
4575972	Cross	cross	US	29436	0	America/New_York	33.32739	-80.14842	24			SC	015		
4575973	Cross Anchor	cross-anchor	US	29331	126	America/New_York	34.64291	-81.85788	204			SC	083		
4575984	Cross Hill	cross-hill	US	29332	497	America/New_York	34.30485	-81.98289	179	Carroll,Cross Hill,Crosshill		SC	059		
4575991	Cross Plains	cross-plains	US	37049	0	America/New_York	35.09845	-82.42095	372			SC	045		
4576083	Crystal Lake	crystal-lake	US	50432	0	America/New_York	33.65239	-78.95392	8			SC	051		
4576093	Crystal Falls	crystal-falls	US	49920	0	America/New_York	34.76037	-83.02348	293			SC	073		
4576125	Cumberland	cumberland	US	02864	0	America/New_York	33.36267	-79.43478	6			SC	043		
4576134	Cummings	cummings	US	58223	0	America/New_York	32.78712	-80.99039	22			SC	049		
4576142	Cunningham	cunningham	US	37052	0	America/New_York	34.99651	-82.05872	277			SC	083		
4576254	Daisy	daisy	US	30423	0	America/New_York	33.99545	-78.86725	28			SC	051		
4576261	Dale	dale	US	14039	0	America/New_York	32.55658	-80.68983	3	Dale,Keans Neck		SC	013		
4576267	Dalton	dalton	US	01226	0	America/New_York	34.66677	-82.96876	266			SC	073		
4576268	Dalzell	dalzell	US	29040	3059	America/New_York	34.01682	-80.43008	66			SC	085		
4576294	Daniels	daniels	US	25832	0	America/New_York	32.4788	-80.62733	6			SC	013		
4576319	Darlington	darlington	US	16115	6155	America/New_York	34.29988	-79.87617	46	Darlington,Darlington Court House,da lin dun,darlyngtwn  karwlynay jnwby,Дарлингтон,دارلینگتون، کارولینای جنوبی,ڈارلنگٹن، جنوبی کیرولائنا,达林顿	031	SC	031		
4576365	Davidson	davidson	US	28035	0	America/New_York	32.7249	-80.90066	24			SC	049		
4576402	Davis Station	davis-station	US	29041	0	America/New_York	33.60266	-80.26453	43			SC	027		
4576403	Daviston	daviston	US	36256	0	America/New_York	33.88711	-79.37616	13			SC	067		
4576501	Deer Park	deer-park	US	11729	0	America/New_York	32.97128	-80.06648	18			SC	019		
4576506	Deerfield	deerfield	US	01342	0	America/New_York	34.14682	-79.78312	34			SC	041		
4576507	Deerfield	deerfield	US	01342	0	America/New_York	34.87095	-82.27039	279			SC	045		
4576508	Deerfield	deerfield	US	01342	0	America/New_York	32.38241	-81.0965	7			SC	053		
4576509	Deerfield	deerfield	US	01342	0	America/New_York	33.93349	-80.3998	51			SC	085		
4576511	Deerwood	deerwood	US	56444	0	America/New_York	33.52708	-81.76067	147			SC	003		
4576513	Dekalb	dekalb	US	60115	0	America/New_York	34.37737	-80.59591	125	DeKalb,Dekalb		SC	055		
4576515	Del Norte	del-norte	US	81132	0	America/New_York	34.87956	-82.30373	276			SC	045		
4576526	Dellwood	dellwood	US	53927	0	America/New_York	34.87817	-82.36123	310			SC	045		
4576527	Dellwood	dellwood	US	53927	0	America/New_York	34.66955	-82.79264	233			SC	077		
4576528	Delmar	delmar	US	12054	0	America/New_York	34.02014	-81.52233	151			SC	081		
4576529	Delmar	delmar	US	12054	0	America/New_York	34.9229	-81.8776	228			SC	083		
4576539	Delphia	delphia	US	41735	0	America/New_York	34.94097	-81.2298	225	Delphia,Philadelphia		SC	091		
4576540	Delta	delta	US	17314	0	America/New_York	34.53986	-81.56121	114			SC	087		
4576544	Denmark	denmark	US	04022	3315	America/New_York	33.32265	-81.14232	73	Denmark,Grahams,Grahams Turn Out,Grahams Turnout,Sato,dan mai,danmark  karwlynay jnwby,dnmark,Денмарк,دانمارک، کارولینای جنوبی,دنمارك,丹麦		SC	009		
4576574	Denver	denver	US	12421	0	America/New_York	34.57538	-82.73653	226			SC	007		
4576579	Dellwood	dellwood	US	53927	0	America/New_York	32.73351	-79.92259	5			SC	019		
4576653	Dillon	dillon	US	29536	6677	America/New_York	34.41655	-79.37116	34	DLL,Dilon,di long,dylwn,dylwn  karwlynay jnwby,Дилон,ديلون,دیلون، کارولینای جنوبی,ڈلن، جنوبی کیرولائنا,狄龙	033	SC	033		
4576783	Donalds	donalds	US	29638	343	America/New_York	34.37706	-82.34734	232	Donalds,Donaldsville,Donalsville,Donnalds,Donnaldsville		SC	001		
4576800	Dongola	dongola	US	62926	0	America/New_York	33.75739	-79.18699	5			SC	051		
4576814	Dorchester	dorchester	US	02121	0	America/New_York	32.84962	-79.98814	4			SC	019		
4576815	Dorchester	dorchester	US	02121	0	America/New_York	33.13989	-80.39426	32	Dorchester,Ross		SC	035		
4576843	Dothan	dothan	US	25833	0	America/New_York	34.40099	-79.43338	35	Bethea Camp Ground,Dothan		SC	033		
4576867	Double Springs	double-springs	US	35553	0	America/New_York	34.50399	-82.87598	241			SC	007		
4576905	Douglass	douglass	US	67039	0	America/New_York	34.45875	-81.2487	144			SC	039		
4576917	Drake	drake	US	42128	0	America/New_York	34.35234	-82.36179	225			SC	001		
4576918	Drake	drake	US	42128	0	America/New_York	34.47266	-79.667	26			SC	069		
4576924	Doyle	doyle	US	38559	0	America/New_York	33.96211	-79.15171	23			SC	051		
4576925	Drayton	drayton	US	29333	0	America/New_York	34.9679	-81.90649	222			SC	083		
4576959	Drayton	drayton	US	29333	0	America/New_York	32.84601	-80.05676	11	Drayton,Drayton Hall,Drayton Station		SC	019		
4576963	Dry Branch	dry-branch	US	31020	0	America/New_York	33.43347	-81.71817	119			SC	003		
4577036	Dudley	dudley	US	01571	0	America/New_York	34.78099	-80.49757	165			SC	025		
4577039	Due West	due-west	US	29639	1239	America/New_York	34.33345	-82.3879	213	De Witts Corner,DeWitt,DeWitt's Corner,DeWitts,Devises,Devises Corner,Dewises,Dewises Corner,Dewiss Corner,Dewitts Corner,Drumtochty,Du Vest,Due West,Due West Corner,Duets,Duets Corner,Duetts,Duetts Corner,Duewest,Jewitts Corner,Selma,di wei si te,dw wst,dw wst  karwlynay jnwby,Ду Вест,دو وست,دو وست، کارولینای جنوبی,迪韦斯特		SC	001		
4577067	Dunbar	dunbar	US	15431	0	America/New_York	33.52989	-79.35478	6			SC	043		
4577068	Dunbar	dunbar	US	15431	0	America/New_York	34.53377	-79.56116	40			SC	069		
4577078	Dunbarton	dunbarton	US	03046	0	America/New_York	34.3071	-79.33783	22			SC	033		
4577083	Duncan	duncan	US	29334	3317	America/New_York	34.9379	-82.14511	264	Duncan,Duncans Cross Roads,Dunkan,Vernonsville,Дункан		SC	083		
4577152	Durant	durant	US	33530	0	America/New_York	33.82988	-80.15424	32			SC	027		
4577235	Eagle Point	eagle-point	US	97524	0	America/New_York	33.51822	-80.18703	25			SC	027		
4577241	Earle	earle	US	72331	0	America/New_York	33.46489	-79.63618	12	Earle,Earls		SC	089		
4577262	Early Branch	early-branch	US	29916	0	America/New_York	32.74573	-80.92789	22			SC	049		
4577263	Easley	easley	US	29640	20765	America/New_York	34.82984	-82.60152	329	Easley,Easley Station,Izli,aysly,ayzly  karwlynay jnwby,ayzyly  jnwby kyrwlayna,izuri,yi si li,Изли,إيسلي,ایزلی، کارولینای جنوبی,ایزیلی، جنوبی کیرولائنا,イーズリー,伊斯利		SC	077	4577263	
4577375	Eastover	eastover	US	29044	817	America/New_York	33.87682	-80.69287	57	Istover,astwwr  karwlynay jnwby,aystwfr,yi si tuo fu,Истовер,إيستوفر,استوور، کارولینای جنوبی,伊斯托弗		SC	079		
4577397	Eau Claire	eau-claire	US	16030	0	America/New_York	34.0346	-81.04509	85			SC	079		
4577532	Edgefield	edgefield	US	29824	4760	America/New_York	33.78958	-81.92956	162	Edgefield,Edgefield Court House,Edzfild,adgfyld  karwlynay jnwby,adyghfyld,ai qi fei er de,Еџфилд,إديغفيلد,ادگفیلد، کارولینای جنوبی,ایجفیلڈ، جنوبی کیرولائنا,埃奇菲尔德	037	SC	037		
4577541	Edgemoor	edgemoor	US	29712	0	America/New_York	34.8057	-81.01147	181	Ashland,Ashlund,Edgemoor		SC	023		
4577544	Edgewater	edgewater	US	07020	0	America/New_York	33.92071	-80.38119	48			SC	085		
4577546	Edgewood	edgewood	US	21040	0	America/New_York	34.28737	-80.61369	87			SC	055		
4577554	Edinburgh	edinburgh	US	46124	0	America/New_York	34.08515	-80.94842	82			SC	079		
4577570	Edisto Island	edisto-island	US	29438	0	America/New_York	32.56018	-80.27982	2			SC	019		
4577591	Edmund	edmund	US	53535	0	America/New_York	33.86154	-81.2001	141	Edmond,Edmund,Ossa,Owsa		SC	063		
4577601	Edwards	edwards	US	13635	0	America/New_York	33.56433	-79.9548	21			SC	089		
4577612	Effingham	effingham	US	03882	0	America/New_York	34.05794	-79.75312	30			SC	041		
4577622	Ehrhardt	ehrhardt	US	29081	507	America/New_York	33.09683	-81.01427	44			SC	009		
4577653	Elgin	elgin	US	16413	1475	America/New_York	34.17098	-80.79425	122	Blaney,Elgin,Woodville		SC	055		
4577654	Elgin	elgin	US	16413	2607	America/New_York	34.67293	-80.71896	183	Elgin,Saint Luke,Woodville		SC	057		
4577661	Elim	elim	US	99739	0	America/New_York	34.04766	-79.79784	33			SC	041		
4577686	Elko	elko	US	29826	187	America/New_York	33.38043	-81.37955	103	Elco,Elko,Mims,Ninety Six		SC	011		
4577708	Elliott	elliott	US	29046	0	America/New_York	34.1071	-80.16368	52	Elliots,Elliott,Law's Crossroads,Laws Cross Road,Laws Cross Roads		SC	061		
4577727	Elloree	elloree	US	29047	681	America/New_York	33.53099	-80.57203	50	Elloree,Eloree,Popular		SC	075		
4577736	Elmwood	elmwood	US	02337	0	America/New_York	34.01349	-81.04676	89			SC	079		
4577740	Elmwood Park	elmwood-park	US	07407	0	America/New_York	33.50431	-81.70316	146			SC	003		
4577742	Elsie	elsie	US	48831	0	America/New_York	33.93209	-81.33399	155			SC	063		
4577792	Emory	emory	US	24327	0	America/New_York	33.98736	-81.70344	147			SC	081		
4577814	Enola	enola	US	17025	0	America/New_York	35.0154	-81.8676	257	Alone,Enola		SC	083		
4577825	Enoree	enoree	US	29335	665	America/New_York	34.65652	-81.9651	178	Enoree,Mountain Shoals		SC	083		
4577835	Englewood	englewood	US	07631	0	America/New_York	34.5565	-82.62624	258			SC	007		
4577869	Epworth	epworth	US	30541	0	America/New_York	34.08874	-82.04206	175			SC	047		
4577886	Erwin	erwin	US	28339	0	America/New_York	34.69181	-80.81507	157	Erwin,Erwin Farms,Irwin Farm,Irwin Farms		SC	057		
4577897	Estill	estill	US	29918	1950	America/New_York	32.75489	-81.24205	34			SC	049		
4577921	Eureka	eureka	US	48833	0	America/New_York	33.69403	-81.76705	159	Eureka,Lick Skillett,Seigler		SC	003		
4577941	Eutawville	eutawville	US	29048	306	America/New_York	33.39461	-80.34731	33	Eutaw Village,Eutawville,The Village		SC	075		
4577945	Evans	evans	US	25241	0	America/New_York	34.66986	-81.19064	187			SC	023		
4577971	Evergreen	evergreen	US	23939	0	America/New_York	32.98017	-80.19593	15			SC	035		
4577972	Evergreen	evergreen	US	23939	0	America/New_York	34.06849	-79.67895	31	Evergreen,Lucille		SC	041		
4577992	Evergreen Park	evergreen-park	US	60805	0	America/New_York	34.08293	-81.04287	78			SC	079		
4578039	Fair Play	fair-play	US	29643	687	America/New_York	34.51121	-82.98543	248	Fair Play,Fairplay		SC	073		
4578047	Fairfax	fairfax	US	05454	1822	America/New_York	32.95905	-81.2365	42	Campbellton,Fairfax,First Variant,Sanders		SC	005		
4578048	Fairfax	fairfax	US	05454	0	America/New_York	33.02656	-80.06036	20			SC	015		
4578049	Fairfax	fairfax	US	05454	0	America/New_York	34.26015	-80.5673	77			SC	055		
4578078	Fairforest	fairforest	US	29336	0	America/New_York	34.1679	-82.10206	175			SC	047		
4578079	Fairforest	fairforest	US	29336	1693	America/New_York	34.95651	-82.01011	256	Fair Forest,Fairforest		SC	083		
4578091	Fairlawn	fairlawn	US	44334	0	America/New_York	34.96681	-81.03869	198			SC	091		
4578095	Fairmont	fairmont	US	26554	0	America/New_York	34.89929	-82.05788	211	Crawfordsville,Fairmont		SC	083		
4578105	Fairview	fairview	US	07022	0	America/New_York	32.58324	-80.78983	9			SC	013		
4578106	Fairview	fairview	US	07022	0	America/New_York	34.94678	-82.26956	341			SC	045		
4578107	Fairview	fairview	US	07022	0	America/New_York	34.13681	-81.46844	136			SC	071		
4578108	Fairview	fairview	US	07022	0	America/New_York	34.74593	-82.96848	285			SC	073		
4578146	Fairview Heights	fairview-heights	US	62208	0	America/New_York	34.9654	-81.92066	232			SC	083		
4578211	Fall Creek	fall-creek	US	54742	0	America/New_York	34.90149	-82.92042	298			SC	073		
4578226	Farmdale	farmdale	US	44417	0	America/New_York	32.97323	-80.22065	24			SC	035		
4578228	Farmington	farmington	US	03835	0	America/New_York	32.7274	-79.95259	3			SC	019		
4578287	Fenwick	fenwick	US	26202	0	America/New_York	32.65157	-80.45149	7			SC	029		
4578303	Ferndale	ferndale	US	12734	0	America/New_York	34.18988	-79.90368	44			SC	041		
4578304	Ferndale	ferndale	US	12734	0	America/New_York	35.02179	-81.94733	254			SC	083		
4578305	Ferndale	ferndale	US	12734	0	America/New_York	32.88184	-80.00453	11			SC	019		
4578306	Fernwood	fernwood	US	39635	0	America/New_York	34.45288	-82.64569	227			SC	007		
4578354	Fingerville	fingerville	US	29338	134	America/New_York	35.13401	-82.0065	271			SC	083		
4578358	Finland	finland	US	55603	0	America/New_York	33.36599	-81.09315	70			SC	009		
4578610	Five Points	five-points	US	36855	0	America/New_York	34.72454	-83.12488	308			SC	073		
4578611	Five Points	five-points	US	36855	0	America/New_York	35.09181	-81.09813	206			SC	091		
4578648	Flat Rock	flat-rock	US	28731	0	America/New_York	34.424	-82.6518	243	Bleckley,Flat Rock		SC	007		
4578649	Flat Rock	flat-rock	US	28731	0	America/New_York	34.47043	-80.63396	142	Flat Rock,Flatrock		SC	055		
4578706	Fletcher	fletcher	US	28732	0	America/New_York	34.71433	-79.59533	68			SC	069		
4578716	Flint Hill	flint-hill	US	22627	0	America/New_York	34.90903	-81.04952	178			SC	091		
4578737	Florence	florence	US	01062	38228	America/New_York	34.19543	-79.76256	42	FLO,Florencija,Florens,flrns  karwlynay jnwby,flwrns,flwrns  jnwby kyrwlayna,fu luo lun sa,furorensu,peullolenseu,Флоренс,Флоренция,فلرنس، کارولینای جنوبی,فلورنس,فلورنس، جنوبی کیرولائنا,フローレンス,佛罗伦萨,플로렌스	041	SC	041		
4578773	Floyd	floyd	US	24091	0	America/New_York	34.37099	-79.90368	51	Floyd,Floyds		SC	031		
4578791	Flint Hill	flint-hill	US	22627	0	America/New_York	34.40765	-80.95092	150	Flint Hill,Flinthill,Poplar Spring		SC	039		
4578801	Folly Beach	folly-beach	US	29439	2774	America/New_York	32.65518	-79.94037	5			SC	019		
4578863	Forest Hills	forest-hills	US	11375	0	America/New_York	32.89962	-80.08565	14			SC	019		
4578864	Forest Hills	forest-hills	US	11375	0	America/New_York	34.67014	-81.19648	180			SC	023		
4578865	Forest Hills	forest-hills	US	11375	0	America/New_York	34.36877	-80.12673	70			SC	031		
4578866	Forest Hills	forest-hills	US	11375	0	America/New_York	34.95651	-82.22345	262			SC	045		
4578867	Forest Hills	forest-hills	US	11375	0	America/New_York	34.23623	-82.18318	187			SC	047		
4578868	Forest Hills	forest-hills	US	11375	0	America/New_York	34.69927	-82.90709	273			SC	073		
4578869	Forest Hills	forest-hills	US	11375	0	America/New_York	33.88349	-80.37175	42			SC	085		
4578870	Forest Hills	forest-hills	US	11375	0	America/New_York	34.98653	-81.01841	174			SC	091		
4578871	Forest Hills	forest-hills	US	11375	0	America/New_York	34.6615	-82.79625	233			SC	007		
4578872	Forest Hills	forest-hills	US	11375	0	America/New_York	35.05152	-81.65815	235			SC	021		
4578873	Forest Hills	forest-hills	US	11375	0	America/New_York	34.0121	-81.00537	100			SC	079		
4578874	Forest Hills	forest-hills	US	11375	0	America/New_York	34.9793	-81.23313	210			SC	091		
4578877	Forest Lake	forest-lake	US	55025	0	America/New_York	34.21123	-82.19512	189			SC	047		
4578881	Forest Lake	forest-lake	US	55025	0	America/New_York	35.06903	-80.93591	197			SC	091		
4578883	Forest Lake	forest-lake	US	55025	0	America/New_York	33.82878	-78.69141	7			SC	051		
4578892	Forest Lakes	forest-lakes	US	85931	0	America/New_York	32.81684	-80.04842	6			SC	019		
4578897	Forest Park	forest-park	US	30297	0	America/New_York	34.564	-82.6918	225			SC	007		
4578898	Forest Park	forest-park	US	30297	0	America/New_York	34.81178	-82.5343	303			SC	077		
4578899	Forest Park	forest-park	US	30297	0	America/New_York	34.95151	-82.01566	249			SC	083		
4578905	Forestdale	forestdale	US	02644	0	America/New_York	32.92656	-80.04009	13			SC	019		
4578907	Foreston	foreston	US	56330	0	America/New_York	33.63183	-80.06174	28	Foreston,Forreston		SC	027		
4578916	Fork	fork	US	21051	0	America/New_York	34.28822	-79.27532	30	Fork,The Fork		SC	033		
4578948	Forney	forney	US	75126	0	America/New_York	33.83545	-79.17393	12	Cedar Grove,Forney		SC	051		
4578973	Fort Lawn	fort-lawn	US	29714	867	America/New_York	34.70209	-80.8948	162			SC	023		
4578977	Fort Mill	fort-mill	US	29707	13662	America/New_York	35.00737	-80.94508	190	Fort Mil,Fort Mill,Fort Mills,Fort Station,Ft. Mill,frt myl  karwlynay jnwby,fwrt myl,mi er bao,Форт Мил,فرت میل، کارولینای جنوبی,فورت ميل,فورٹ مل، جنوبی کیرولائنا,米尔堡		SC	091		
4579043	Fountain Inn	fountain-inn	US	29644	8317	America/New_York	34.68901	-82.19567	264	Fauntin In,fawntn ann,fawntn ayn  karwlynay jnwby,pen quan ke zhan,Фаунтин Ин,فاؤنٹین ان، جنوبی کیرولائنا,فاونتن إنن,فاونتن این، کارولینای جنوبی,喷泉客栈		SC	045		
4579089	Fowler	fowler	US	44418	0	America/New_York	33.70266	-79.69673	22			SC	089		
4579119	Fox Valley	fox-valley	US	60599	0	America/New_York	34.53122	-82.60319	232			SC	007		
4579166	Fredonia	fredonia	US	14063	0	America/New_York	33.92737	-81.46205	181			SC	063		
4579228	Friendship	friendship	US	04547	0	America/New_York	34.49845	-82.38096	240			SC	007		
4579229	Friendship	friendship	US	04547	0	America/New_York	34.04207	-81.95956	173			SC	047		
4579230	Friendship	friendship	US	04547	0	America/New_York	34.01683	-79.43533	15	Friend,Friendship		SC	067		
4579231	Friendship	friendship	US	04547	0	America/New_York	34.62844	-82.91681	270			SC	073		
4579232	Friendship	friendship	US	04547	0	America/New_York	34.9207	-80.91452	194			SC	091		
4579317	Frierson	frierson	US	71027	0	America/New_York	33.5335	-80.21703	29			SC	027		
4579334	Frost	frost	US	56033	0	America/New_York	34.07626	-81.08565	54			SC	079		
4579360	Fulton	fulton	US	13069	0	America/New_York	34.77821	-79.79173	68			SC	069		
4579374	Furman	furman	US	29921	228	America/New_York	32.68156	-81.18816	35	Furman,Goethe		SC	049		
4579400	Gable	gable	US	29051	0	America/New_York	33.82516	-80.10924	32	Gable,Gable Cross Roads		SC	027		
4579411	Gadsden	gadsden	US	29052	1632	America/New_York	33.84571	-80.76592	45	Gadsden,Gadsden Depot		SC	079		
4579418	Gaffney	gaffney	US	29340	12566	America/New_York	35.07179	-81.64982	239	Gaffney,Gaffney City,Gaffney's Cross Roads,Gaffneys Cross Roads,Gaffneys Old Field,Gafni,gafuni,gfny  karwlynay jnwby,gpny,gyfny  jnwby kyrwlayna,jafny,jia fu ni,Гафни,גפני,جافني,گفنی، کارولینای جنوبی,گیفنی، جنوبی کیرولائنا,ガフニー,加夫尼	021	SC	021		
4579459	Galivants Ferry	galivants-ferry	US	29544	0	America/New_York	34.05627	-79.24643	13	Elirsees Landing,Elvises Landing,Galivants Ferry,Gallwants Ferry		SC	051		
4579484	Gantt	gantt	US	36038	14229	America/New_York	34.80012	-82.42429	299			SC	045		
4579503	Garden City	garden-city	US	11530	9209	America/New_York	33.59295	-79.00865	6	Garden Siti,Гарден Сити		SC	051		
4579512	Gardendale	gardendale	US	35071	0	America/New_York	34.03765	-81.13898	57			SC	063		
4579535	Garnett	garnett	US	29922	0	America/New_York	32.60629	-81.24538	23			SC	049		
4579559	Gary	gary	US	24836	0	America/New_York	34.35236	-81.7315	178	Gary,Garys Lane		SC	071		
4579571	Gaston	gaston	US	27832	1658	America/New_York	33.8171	-81.10093	152			SC	063		
4579585	Gatewood	gatewood	US	63942	0	America/New_York	34.8579	-81.96649	223			SC	083		
4579586	Gatewood	gatewood	US	63942	0	America/New_York	33.53625	-81.69844	153			SC	003		
4579631	Genoa	genoa	US	13071	0	America/New_York	34.45627	-79.662	27			SC	069		
4579662	Georgetown	georgetown	US	01833	9062	America/New_York	33.37683	-79.2945	4	Dzordztaun,Džordžtaun,GGE,George Town,Georges Town,Georgetown,jrj‌tawn  karwlynay jnwby,jwrjtawn,qiao zhi dui,Џорџтаун,جارج ٹاؤن، جنوبی کیرولائنا,جرج‌تاون، کارولینای جنوبی,جورجتاون,乔治敦	043	SC	043		
4579663	Georgetown	georgetown	US	01833	0	America/New_York	34.86317	-82.52152	293			SC	077		
4579697	Germantown	germantown	US	12526	0	America/New_York	33.19545	-79.44728	6			SC	019		
4579720	Gettysburg	gettysburg	US	17325	0	America/New_York	34.2182	-80.71369	92			SC	055		
4579737	Gibson	gibson	US	18820	0	America/New_York	32.69907	-80.25871	7			SC	019		
4579753	Gideon	gideon	US	63848	0	America/New_York	33.95211	-79.22227	20			SC	051		
4579757	Gilbert	gilbert	US	18331	604	America/New_York	33.92431	-81.39371	163	Gilbert,Gilbert Hollow,Lewie,Lewisdale,Гилберт		SC	063		
4579767	Gifford	gifford	US	16732	273	America/New_York	32.85961	-81.23899	42			SC	049		
4579874	Glendale	glendale	US	01229	0	America/New_York	34.20127	-79.70284	40			SC	041		
4579875	Glendale	glendale	US	01229	0	America/New_York	34.79956	-82.4079	288			SC	045		
4579876	Glendale	glendale	US	01229	307	America/New_York	34.94485	-81.8376	207	Berwicks Iron Works,Bivingsville,Buffingtons Iron Works,Glendale,Pooles Iron Works,Rivingsville,Woffords Iron Works		SC	083		
4579877	Glendale	glendale	US	01229	0	America/New_York	34.39682	-80.09562	73			SC	031		
4579878	Glendale	glendale	US	01229	0	America/New_York	34.22818	-82.15568	172			SC	047		
4579887	Glenhaven	glenhaven	US	95443	0	America/New_York	35.06985	-81.60676	234			SC	021		
4579889	Glenn	glenn	US	49416	0	America/New_York	34.07517	-78.8753	32			SC	051		
4579902	Glenwood	glenwood	US	07418	0	America/New_York	34.83178	-82.58124	321			SC	077		
4579923	Gloverville	gloverville	US	29828	2831	America/New_York	33.52597	-81.83011	62	Gloversville,Gloverville		SC	003		
4579924	Gloverville	gloverville	US	29828	0	America/New_York	32.90017	-80.49344	9			SC	029		
4579998	Good Hope	good-hope	US	30641	0	America/New_York	33.65656	-79.30477	12			SC	043		
4579999	Good Hope	good-hope	US	30641	0	America/New_York	34.03541	-81.89067	155	Good Hope,Mayson		SC	081		
4580098	Goose Creek	goose-creek	US	29445	40633	America/New_York	32.98101	-80.03259	14	Gus Krik,e xi,ghws kryk,gusukuriku,gws kryk  karwlynay jnwby,gwz kryk  jnwby kyrwlayna,Гус Крик,غوس كريك,گوز کریک، جنوبی کیرولائنا,گوس کریک، کارولینای جنوبی,グースクリーク,鹅溪		SC	015		
4580124	Gordonville	gordonville	US	17529	0	America/New_York	33.68683	-79.44533	15	Gordon,Gordonville		SC	089		
4580126	Goshen	goshen	US	01032	0	America/New_York	32.73296	-80.19315	10			SC	019		
4580167	Grace	grace	US	38745	0	America/New_York	34.70792	-80.84313	155	Grace,Grace Station		SC	057		
4580239	Gramling	gramling	US	29348	86	America/New_York	35.07678	-82.13261	305	Grambling Station,Gramling		SC	083		
4580265	Graniteville	graniteville	US	05654	2614	America/New_York	33.56375	-81.80789	71			SC	003		
4580329	Gray Court	gray-court	US	29645	791	America/New_York	34.60818	-82.11344	245	Dorrahs,Dorroh,Dorrohville,Gray Court,Graycourt,Highland Home		SC	059		
4580354	Great Falls	great-falls	US	22066	1932	America/New_York	34.57514	-80.90202	142	Grejt Fols,da pu bu,ghryt fals,gryt falz  karwlynay jnwby,Грејт Фолс,غريت فالس,گریت فالز، کارولینای جنوبی,گریٹ فالز، جنوبی کیرولائنا,大瀑布		SC	023		
4580384	Greeleyville	greeleyville	US	29056	409	America/New_York	33.581	-79.98897	24	Clocktown,Greeleyville,Greelyville		SC	089		
4580391	Green Bay	green-bay	US	23942	0	America/New_York	33.01489	-79.75536	9			SC	015		
4580393	Green Bay	green-bay	US	23942	0	America/New_York	33.44433	-79.51923	8			SC	043		
4580412	Green Forest	green-forest	US	72638	0	America/New_York	34.8954	-82.32262	290			SC	045		
4580448	Green Pond	green-pond	US	29446	0	America/New_York	32.38575	-80.74677	2			SC	013		
4580451	Green Pond	green-pond	US	29446	0	America/New_York	32.73185	-80.61427	9	Green Pond,Greenpond		SC	029		
4580452	Green Pond	green-pond	US	29446	0	America/New_York	34.62318	-82.20317	248	Babbtown,Green Pond,Greenpond		SC	059		
4580453	Green Pond	green-pond	US	29446	0	America/New_York	34.80012	-82.08038	237			SC	083		
4580474	Green Sea	green-sea	US	29545	0	America/New_York	34.12628	-78.97559	26			SC	051		
4580484	Green Forest	green-forest	US	72638	0	America/New_York	34.53344	-82.7343	242			SC	007		
4580488	Green Springs	green-springs	US	44836	0	America/New_York	34.12876	-80.90425	122			SC	079		
4580490	Green Valley	green-valley	US	54127	0	America/New_York	34.12598	-80.71008	47			SC	055		
4580515	Greenfield	greenfield	US	01301	0	America/New_York	33.53458	-81.94095	151			SC	003		
4580516	Greenfield	greenfield	US	01301	0	America/New_York	33.54432	-80.91537	76			SC	075		
4580522	Greenhurst	greenhurst	US	14742	0	America/New_York	32.99184	-80.16176	14			SC	035		
4580543	Greenville	greenville	US	02828	64579	America/New_York	34.85262	-82.39401	307	GSP,Greenville,Greenville City,Greenville Court House,Greenville Courthouse,Grijnvil,Grinvil,Grinvil',Grinvill,Pleasantburg,Pleasantville,ge lin wei er,geulinbil,ghrynfyl,grinvili,grynwwyl,grynwyl  jnwby kyrwlayna,grynwyl  karwlynay jnwby,gurinbiru,Грийнвил,Гринвил,Гринвилл,Ґрінвіль,גרינוויל,غرينفيل,گرینویل، جنوبی کیرولائنا,گرینویل، کارولینای جنوبی,გრინვილი,グリーンビル,格林维尔,그린빌	045	SC	045		
4580569	Greenwood	greenwood	US	04255	23260	America/New_York	34.1954	-82.16179	202	GRD,Green Wood,Greenwood,Grinvud,Old Greenwood,Woodville,ge lin wu de,ghrynwwd,grynwwd  karwlynay jnwby,gurin'uddo,Гринвуд,غرينوود,گرینوود، کارولینای جنوبی,گرینووڈ، جنوبی کیرولائنا,グリーンウッド,格林伍德	047	SC	047		
4580570	Greenwood	greenwood	US	04255	0	America/New_York	34.25846	-81.97512	153			SC	059		
4580571	Greenwood	greenwood	US	04255	0	America/New_York	33.9496	-80.3123	43			SC	085		
4580599	Greer	greer	US	29650	28365	America/New_York	34.93873	-82.22706	312	Greer,Greer's Depot,Greers Depot,Grer,Grir,ge li er,ghryr,gryr  jnwby kyrwlayna,gryr  karwlynay jnwby,guria,Грер,Грир,غرير,گریر، جنوبی کیرولائنا,گریر، کارولینای جنوبی,グリア,格里尔		SC	045		
4580638	Gresham	gresham	US	29546	0	America/New_York	33.93016	-79.41116	16			SC	067		
4580715	Grover	grover	US	17735	0	America/New_York	33.10516	-80.59482	25			SC	035		
4580835	Haddock	haddock	US	31033	0	America/New_York	33.4821	-80.89676	58			SC	075		
4580838	Hagan	hagan	US	30429	0	America/New_York	33.05739	-79.90897	9			SC	015		
4580875	Hale	hale	US	48739	0	America/New_York	34.82706	-82.53902	309			SC	077		
4580928	Hamburg	hamburg	US	07419	0	America/New_York	33.47986	-81.95789	41			SC	003		
4580931	Hamer	hamer	US	29547	0	America/New_York	34.47794	-79.33088	45			SC	033		
4580965	Hammond	hammond	US	13646	0	America/New_York	34.55455	-82.60041	259			SC	007		
4580966	Hammond	hammond	US	13646	0	America/New_York	34.1396	-80.58425	45			SC	055		
4580983	Hampton	hampton	US	03842	2664	America/New_York	32.87794	-81.12761	33	Hampton,Hampton Court House,Hoovers Crossing,Khehmpton,Khempton,hambtwn,han pu dun,hmptwn  karwlynay jnwby,Хемптон,Хэмптон,هامبتون,همپتون، کارولینای جنوبی,汉普顿	049	SC	049		
4581023	Hanahan	hanahan	US	29410	17997	America/New_York	32.91851	-80.02203	16	Hanahan,Khanakhan,Saxon,ha na han,hanahan,hnhn  karwlynay jnwby,Ханахан,هاناهان,هنهن، کارولینای جنوبی,哈那汗		SC	015		
4581027	Hancock	hancock	US	03449	0	America/New_York	34.9082	-80.81063	168	Hancock,Hancock Station,Osceola		SC	057		
4581042	Hankinson	hankinson	US	58041	0	America/New_York	33.3307	-81.83261	46			SC	003		
4581048	Hannah	hannah	US	58239	0	America/New_York	33.88322	-79.58034	18			SC	041		
4581080	Hanover	hanover	US	02339	0	America/New_York	34.53566	-82.65013	221			SC	007		
4581082	Harbor View	harbor-view	US	43434	0	America/New_York	32.75684	-79.95565	4			SC	019		
4581095	Hardeeville	hardeeville	US	29927	5301	America/New_York	32.28714	-81.08067	8	Khardivil,ha di wei er,hardwyl  karwlynay jnwby,hardyfyl,Хардивил,هاردویل، کارولینای جنوبی,هارديفيل,ہارڈیویل، جنوبی کیرولائنا,哈迪维尔		SC	053		
4581116	Harleyville	harleyville	US	29448	694	America/New_York	33.21461	-80.44787	27			SC	035		
4581139	Harmony	harmony	US	02829	0	America/New_York	33.80041	-81.84067	195			SC	037		
4581185	Harris	harris	US	12742	0	America/New_York	34.22012	-82.2029	205			SC	047		
4581208	Harrisburg	harrisburg	US	17101	0	America/New_York	33.95404	-81.22538	125			SC	063		
4581224	Harristown	harristown	US	62537	0	America/New_York	33.35628	-79.88591	17			SC	015		
4581261	Hartsville	hartsville	US	29550	7826	America/New_York	34.37404	-80.0734	66	HVS,Khartsvil,ha ci wei er,hartsfyl,hartswyl  karwlynay jnwby,Хартсвил,هارتسفيل,هارتسویل، کارولینای جنوبی,哈茨维尔		SC	031		
4581287	Hattieville	hattieville	US	72063	0	America/New_York	33.11237	-81.61122	39			SC	011		
4581361	Heath Springs	heath-springs	US	29058	900	America/New_York	34.59321	-80.67535	209	Heath Spring,Heath Springs,Heaths Spring,Pleasant Hill		SC	057		
4581388	Hebron	hebron	US	03241	0	America/New_York	34.57572	-79.59283	54			SC	069		
4581422	Helena	helena	US	13649	0	America/New_York	34.28292	-81.64094	158			SC	071		
4581442	Hemingway	hemingway	US	29554	432	America/New_York	33.75378	-79.44756	16	Hemingway,Lamberts,Lamberts Crossroads		SC	089		
4581451	Hendersonville	hendersonville	US	15339	0	America/New_York	32.79073	-80.72538	12			SC	029		
4581454	Hendricks	hendricks	US	26271	0	America/New_York	34.92901	-82.59152	327			SC	077		
4581467	Henry	henry	US	24102	0	America/New_York	33.68544	-79.49756	14			SC	089		
4581526	Hester	hester	US	70743	0	America/New_York	34.07039	-82.58708	169			SC	001		
4581553	Hibernia	hibernia	US	07842	0	America/New_York	33.88597	-81.58538	196			SC	081		
4581561	Hickory Grove	hickory-grove	US	29717	0	America/New_York	34.23932	-79.77256	39			SC	041		
4581562	Hickory Grove	hickory-grove	US	29717	0	America/New_York	33.87656	-78.97337	15			SC	051		
4581563	Hickory Grove	hickory-grove	US	29717	360	America/New_York	34.08847	-81.73427	147			SC	081		
4581564	Hickory Grove	hickory-grove	US	29717	490	America/New_York	34.98319	-81.41648	208	Hickory,Hickory Grove		SC	091		
4581609	Hickory Hills	hickory-hills	US	60457	0	America/New_York	35.03067	-82.03038	262			SC	083		
4581646	Higgins	higgins	US	79046	0	America/New_York	34.12736	-81.74789	162			SC	081		
4581679	High Point	high-point	US	27260	0	America/New_York	34.49372	-82.45818	253			SC	007		
4581680	High Point	high-point	US	27260	0	America/New_York	34.75154	-80.43673	208			SC	025		
4581694	Highland	highland	US	12528	0	America/New_York	35.08762	-82.32095	337			SC	045		
4581695	Highland	highland	US	12528	0	America/New_York	33.52765	-80.87315	77			SC	075		
4581706	Highland Park	highland-park	US	08904	0	America/New_York	32.91767	-80.01842	16			SC	015		
4581707	Highland Park	highland-park	US	08904	0	America/New_York	33.42571	-80.88093	53			SC	075		
4581708	Highland Park	highland-park	US	08904	0	America/New_York	35.06317	-82.089	293			SC	083		
4581721	Highlands	highlands	US	07732	0	America/New_York	32.98962	-80.03259	16			SC	015		
4581722	Highlands	highlands	US	07732	0	America/New_York	33.73434	-78.8303	10			SC	051		
4581739	Hilda	hilda	US	29813	426	America/New_York	33.27349	-81.24705	77			SC	011		
4581804	Hillsborough	hillsborough	US	03244	0	America/New_York	34.78734	-82.30262	269			SC	045		
4581805	Hillsdale	hillsdale	US	07642	0	America/New_York	34.27348	-80.59175	70			SC	055		
4581807	Hillside	hillside	US	07205	0	America/New_York	32.79684	-79.99259	2			SC	019		
4581808	Hillside	hillside	US	07205	0	America/New_York	34.25682	-79.78589	39	Hillcrest,Hillside,Tifton		SC	031		
4581809	Hillside	hillside	US	07205	0	America/New_York	33.96043	-81.18149	112			SC	063		
4581815	Hillsville	hillsville	US	16132	0	America/New_York	34.66263	-81.96649	186			SC	083		
4581816	Hilltop	hilltop	US	25855	0	America/New_York	34.98207	-81.96372	250			SC	083		
4581820	Hillview	hillview	US	40129	0	America/New_York	33.60792	-81.72066	145			SC	003		
4581821	Hillview	hillview	US	40129	0	America/New_York	33.53404	-80.89315	66			SC	075		
4581825	Hilton	hilton	US	14468	0	America/New_York	34.13709	-81.30621	130	Hillerton,Hilltown,Hilton		SC	079		
4582306	Horse Creek	horse-creek	US	82061	0	America/New_York	33.52041	-81.879	100			SC	003		
4581832	Hilton Head Island	hilton-head-island	US	29925	40512	America/New_York	32.19382	-80.73816	3	Gilton-Ged-Ajlend,Great Wassaw Island,Hilton Head Island,Hilton's Head Island,Ile de Hilton-Head,Isla De Los Osos,Isle De Tranches,Khilton Khed Ajland,Khilton-Khed-Ajlend,Trenches Island,Trenchs Island,hirutonheddoairando,hyltn hd aylnd  karwlynay jnwby,hyltwn hyd ayland,xi er dun hei de dao,Île de Hilton-Head,Гілтон-Гед-Айленд,Хилтон Хед Ајланд,Хилтон-Хед-Айленд,هيلتون هيد أيلاند,هیلتن هد آیلند، کارولینای جنوبی,ہلٹن ہیڈ جزیرہ، جنوبی کیرولائنا,ヒルトンヘッドアイランド,希尔顿黑德岛		SC	013		
4581869	Hodges	hodges	US	29653	154	America/New_York	34.28762	-82.24429	212			SC	047		
4582000	Holly Hill	holly-hill	US	29059	1237	America/New_York	33.32266	-80.4137	32			SC	075		
4582001	Holly Hill	holly-hill	US	29059	0	America/New_York	34.85373	-82.60596	319			SC	077		
4582020	Holly Ridge	holly-ridge	US	28445	0	America/New_York	33.04711	-80.43954	12			SC	029		
4582022	Holly Springs	holly-springs	US	27540	0	America/New_York	34.76067	-82.3904	285			SC	045		
4582023	Holly Springs	holly-springs	US	27540	0	America/New_York	34.78956	-82.28456	261			SC	045		
4582024	Holly Springs	holly-springs	US	27540	0	America/New_York	34.70787	-83.19516	319			SC	073		
4582025	Holly Springs	holly-springs	US	27540	0	America/New_York	35.00428	-82.17622	288	Holly Heights,Holly Springs		SC	083		
4582042	Hollywood	hollywood	US	20636	4962	America/New_York	32.73434	-80.24177	13	Gollivud,Голливуд		SC	019		
4582043	Hollywood	hollywood	US	20636	0	America/New_York	33.84184	-78.6414	4			SC	051		
4582044	Hollywood	hollywood	US	20636	0	America/New_York	33.98766	-81.01676	89			SC	079		
4582127	Homewood	homewood	US	60430	0	America/New_York	33.88406	-79.04837	7	Grantsville,Homewood		SC	051		
4582133	Honea Path	honea-path	US	29654	3707	America/New_York	34.4465	-82.39151	241	Honea Path,Honeapath,Honey Path		SC	007		
4582196	Hopewell	hopewell	US	08525	0	America/New_York	33.67406	-79.41589	16			SC	089		
4582197	Hopewell	hopewell	US	08525	0	America/New_York	34.9268	-81.4412	179			SC	091		
4582263	Hopkins	hopkins	US	29061	2882	America/New_York	33.90432	-80.87703	50	Hopkins,Hopkins Turnout		SC	079		
4582270	Horatio	horatio	US	29062	0	America/New_York	34.02126	-80.56592	42			SC	085		
4582424	Howard	howard	US	16841	0	America/New_York	34.11239	-78.87586	28			SC	051		
4582439	Howe	howe	US	46746	0	America/New_York	34.13405	-79.75812	32	Howe,Howes Spring		SC	041		
4582447	Howells	howells	US	10932	0	America/New_York	33.97656	-78.99809	28	Howell,Howells		SC	051		
4582493	Huger	huger	US	29450	0	America/New_York	33.09656	-79.80341	9	Huger,McKnights Cross Roads		SC	015		
4582513	Hughes	hughes	US	72348	0	America/New_York	33.13655	-81.01621	47			SC	009		
4582579	Huntington	huntington	US	01050	0	America/New_York	35.07791	-81.67065	214			SC	021		
4582580	Huntington	huntington	US	01050	0	America/New_York	34.06626	-80.93648	73			SC	079		
4582597	Huntington Woods	huntington-woods	US	48070	0	America/New_York	32.8199	-80.0062	6			SC	019		
4582602	Huntington	huntington	US	01050	0	America/New_York	33.8996	-80.36786	48			SC	085		
4582665	Hyde Park	hyde-park	US	02136	0	America/New_York	34.24179	-82.20929	204			SC	047		
4582666	Hyde Park	hyde-park	US	02136	0	America/New_York	33.50932	-80.87287	74			SC	075		
4582681	Idlewild	idlewild	US	38346	0	America/New_York	34.73317	-82.36234	269			SC	045		
4582737	Indian Hills	indian-hills	US	80454	0	America/New_York	34.52149	-82.76042	238			SC	007		
4582738	Indian Hills	indian-hills	US	80454	0	America/New_York	34.70705	-82.92348	290			SC	073		
4582739	Indian Hills	indian-hills	US	80454	0	America/New_York	34.89151	-82.45568	310			SC	045		
4582752	Indian Trail	indian-trail	US	28079	0	America/New_York	34.47566	-82.70152	209			SC	007		
4582754	Indiantown	indiantown	US	34956	0	America/New_York	33.72517	-79.55951	9	Indian Town,Indian Village,Indiantown		SC	089		
4582759	Indian Springs	indian-springs	US	89018	0	America/New_York	32.98906	-80.22871	19			SC	035		
4582771	Ingleside	ingleside	US	21644	0	America/New_York	35.14484	-82.16817	301	Engleside,Ingleside		SC	083		
4582788	Inman	inman	US	29349	2273	America/New_York	35.04706	-82.09011	305			SC	083		
4583057	Irmo	irmo	US	29063	12056	America/New_York	34.08598	-81.18315	108	Ermo,aiamo,armw  jnwby kyrwlayna,ayrmw,ayrmw  karwlynay jnwby,e mo,Ермо,إيرمو,ارمو، جنوبی کیرولائنا,ایرمو، کارولینای جنوبی,アイアモ,厄莫		SC	063		
4583062	Iron Gate	iron-gate	US	24448	0	America/New_York	32.97712	-80.17537	16			SC	035		
4583070	Irving	irving	US	14081	0	America/New_York	34.26345	-82.22623	196			SC	047		
4583071	Irwin	irwin	US	15642	1405	America/New_York	34.69376	-80.82229	149			SC	057		
4583111	Islandton	islandton	US	29929	70	America/New_York	32.90906	-80.93538	19			SC	029		
4583114	Isle of Palms	isle-of-palms	US	29451	4133	America/New_York	32.78684	-79.7948	1	Ajl ov Pams,airuobupamuzu,ayl af pamz  jnwby kyrwlayna,ayl aw pam  karwlynay jnwby,ayzly,formerly Long Island,zong lu dao,Ајл ов Памс,آئل آف پامز، جنوبی کیرولائنا,آیل آو پام، کارولینای جنوبی,إيزلي,アイルオブパームズ,棕榈岛		SC	019		
4583126	Italy	italy	US	76651	0	America/New_York	33.4485	-79.5409	7			SC	043		
4583127	Iva	iva	US	29655	1278	America/New_York	34.3065	-82.66374	217	Cooks,Cooks Station,Iva		SC	007		
4583210	Jackson	jackson	US	03846	0	America/New_York	33.49934	-79.19894	4			SC	043		
4583213	Jackson	jackson	US	03846	1762	America/New_York	33.32542	-81.78789	62	Dzhekson,Jackson,Jackson Station,Silver Town,Silverton,Джексон		SC	003		
4583246	Jacksonboro	jacksonboro	US	29452	478	America/New_York	32.77018	-80.45455	12	Jacksonboro,Jacksonborough		SC	029		
4583253	Jacksonville	jacksonville	US	05342	0	America/New_York	33.50291	-81.84289	93			SC	003		
4583302	Jamestown	jamestown	US	02835	80	America/New_York	33.286	-79.69257	9			SC	015		
4583303	Jamestown	jamestown	US	02835	0	America/New_York	34.22849	-79.60422	18			SC	041		
4583304	Jamestown	jamestown	US	02835	0	America/New_York	33.82906	-79.07226	14			SC	051		
4583305	Jamestown	jamestown	US	02835	0	America/New_York	33.58545	-79.00948	5			SC	051		
4583309	Jamison	jamison	US	18929	0	America/New_York	33.5821	-80.81787	101	Jamison,Jamisons,Jamisons Turnout		SC	075		
4583322	Java	java	US	24565	0	America/New_York	34.12044	-79.75812	36			SC	041		
4583337	Jefferson	jefferson	US	01522	745	America/New_York	34.65015	-80.38896	145	Dzhefferson,Джефферсон		SC	025		
4583382	Jenkinsville	jenkinsville	US	29065	46	America/New_York	34.26737	-81.28843	141	Broad River,Jenkinsville		SC	039		
4583387	Jennings	jennings	US	32053	0	America/New_York	34.24043	-81.15537	136			SC	039		
4583396	Jericho	jericho	US	05465	0	America/New_York	32.75907	-80.31649	17			SC	019		
4583491	Joanna	joanna	US	29351	1539	America/New_York	34.41491	-81.8124	183	Goldville,Huntsville,Joanna,Martins Depot,Milton		SC	059		
4583544	Johns Island	johns-island	US	29455	0	America/New_York	32.7924	-80.10815	6			SC	019		
4583577	Johnson City	johnson-city	US	13790	0	America/New_York	34.9654	-81.98899	261			SC	083		
4583632	Johnsonville	johnsonville	US	12094	1504	America/New_York	33.81794	-79.44922	28			SC	041		
4583636	Johnston	johnston	US	02919	2348	America/New_York	33.83208	-81.80094	202	Johnson,Johnston,Lotts		SC	037		
4583650	Johnstown	johnstown	US	12095	0	America/New_York	33.49291	-81.87622	80	Johns Town,Johnstown		SC	003		
4583720	Jonestown	jonestown	US	17038	0	America/New_York	33.94655	-79.24088	19			SC	051		
4583721	Jonesville	jonesville	US	05466	0	America/New_York	32.73629	-80.81594	15			SC	029		
4583722	Jonesville	jonesville	US	05466	864	America/New_York	34.83597	-81.68093	209	Jonesville,Pea Ridge		SC	087		
4583734	Jordan	jordan	US	13080	0	America/New_York	33.606	-80.20897	37			SC	027		
4583736	Jordan	jordan	US	13080	0	America/New_York	35.04317	-82.25234	307			SC	045		
4583768	Jordanville	jordanville	US	13361	0	America/New_York	33.89933	-79.23699	8			SC	051		
4583774	Joshua	joshua	US	76058	0	America/New_York	32.85406	-80.01426	9			SC	019		
4583794	Judson	judson	US	75660	0	America/New_York	34.5585	-79.46838	46			SC	033		
4583795	Judson	judson	US	75660	2050	America/New_York	34.83317	-82.42762	298			SC	045		
4583934	Kelton	kelton	US	19346	0	America/New_York	34.83347	-81.57954	217	Kelton,Robat Station		SC	087		
4583951	Kensington	kensington	US	20891	0	America/New_York	33.13045	-79.84008	6			SC	015		
4583952	Kensington	kensington	US	20891	0	America/New_York	33.40406	-79.28311	5			SC	043		
4583953	Kensington	kensington	US	20891	0	America/New_York	33.53765	-80.88843	71			SC	075		
4583957	Kent	kent	US	06757	0	America/New_York	33.42906	-79.48228	12			SC	043		
4583958	Kentwood	kentwood	US	70444	0	America/New_York	35.04512	-81.87927	240			SC	083		
4583962	Kenwood	kenwood	US	95452	0	America/New_York	34.92873	-81.94983	233			SC	083		
4584007	Kershaw	kershaw	US	29067	2052	America/New_York	34.55182	-80.58368	159	Kershaw,Kersho,Welchs,Welchs Station,Welshs Station,ke xiao,krshaw  karwlynay jnwby,kyrshaw,Кершо,كيرشاو,کرشاو، کارولینای جنوبی,克肖		SC	057		
4584030	Kilgore	kilgore	US	69216	0	America/New_York	34.6929	-81.99538	212			SC	083		
4584038	Kimberly	kimberly	US	25118	0	America/New_York	34.66266	-79.95868	35			SC	025		
4584046	Kinards	kinards	US	29355	0	America/New_York	34.38041	-81.77733	180	Kinard,Kinards		SC	071		
4584114	Kingsburg	kingsburg	US	93631	0	America/New_York	33.88044	-79.452	23	Kingsburg,Savage		SC	041		
4584125	Kingstree	kingstree	US	29556	3183	America/New_York	33.66766	-79.83063	19	Kings Tree,Kingstree,Kingstri,Williamsburgh,jin si te li,kynghstry,kyngstr  karwlynay jnwby,Кингстри,كينغستري,کنگزٹری، جنوبی کیرولائنا,کینگستر، کارولینای جنوبی,金斯特里	089	SC	089		
4584159	Kirkland	kirkland	US	60146	0	America/New_York	34.29626	-80.61119	90			SC	055		
4584173	Kirksey	kirksey	US	42054	0	America/New_York	34.03124	-82.04151	152			SC	047		
4584176	Kirkwood	kirkwood	US	13795	0	America/New_York	34.26932	-80.60925	78	Kirkwood,Mortimer Spring		SC	055		
4584177	Kirkwood	kirkwood	US	13795	0	America/New_York	34.16349	-79.78006	36			SC	041		
4584184	Kittredge	kittredge	US	80457	0	America/New_York	33.06962	-79.97619	5			SC	015		
4584188	Klondike	klondike	US	75448	0	America/New_York	33.691	-79.11782	4	Klondike,Klondike Crossroads,Klondyke		SC	051		
4584213	Knightsville	knightsville	US	47857	0	America/New_York	33.01156	-80.23787	21			SC	035		
4584228	Knox	knox	US	12107	0	America/New_York	34.72181	-81.08092	172	Knox,Knox Station		SC	023		
4584247	Kress	kress	US	79052	0	America/New_York	32.64351	-80.88427	12			SC	053		
4584269	La France	la-france	US	29656	0	America/New_York	34.61205	-82.76514	229	Auton,Autun,La France,Pendleton Factory		SC	007		
4584277	Ladson	ladson	US	29456	13790	America/New_York	32.98573	-80.10981	15	Ladson,Ladsons		SC	015		
4584322	Lake City	lake-city	US	16423	6788	America/New_York	33.871	-79.75535	23	Grahams Crossroads,Lake City,Lejk Siti,Lynches Lake,McCreas Crossroads,The Crossroads,lai ke cheng,lyk syty,lyk syty  karwlynay jnwby,Лејк Сити,ليك سيتي,لیک سٹی، جنوبی کیرولائنا,لیک سیتی، کارولینای جنوبی,莱克城		SC	041		
4584365	Lake Forest	lake-forest	US	60045	0	America/New_York	34.87095	-82.34151	305			SC	045		
4584366	Lake Forest	lake-forest	US	60045	0	America/New_York	34.96762	-81.86094	228			SC	083		
4584452	Lake View	lake-view	US	14085	0	America/New_York	34.64876	-80.8998	131			SC	023		
4584453	Lake View	lake-view	US	14085	790	America/New_York	34.34572	-79.16559	27	Fords Mill,Lake View,Lakeview,Pages Mill		SC	033		
4584462	Lake Village	lake-village	US	46349	0	America/New_York	34.02764	-81.44399	122			SC	063		
4584481	Lakeland	lakeland	US	31635	0	America/New_York	33.98987	-81.2526	123			SC	063		
4584482	Lakemont	lakemont	US	14857	0	America/New_York	35.06484	-82.62957	328	Lakemont,Venus		SC	045		
4584483	Lakeside	lakeside	US	06758	0	America/New_York	34.50316	-82.68791	240			SC	007		
4584484	Lakeside	lakeside	US	06758	0	America/New_York	34.77706	-82.42957	290	Lakeside,Oakvale		SC	045		
4584485	Lakeside	lakeside	US	06758	0	America/New_York	34.48846	-81.96121	173			SC	059		
4584486	Lakeside	lakeside	US	06758	0	America/New_York	34.1696	-79.77979	33			SC	041		
4584487	Lakeside	lakeside	US	06758	0	America/New_York	34.64182	-79.68589	54			SC	069		
4584499	Lakeview	lakeview	US	28350	0	America/New_York	34.02321	-80.95481	58			SC	079		
4584500	Lakeview	lakeview	US	28350	0	America/New_York	32.91129	-79.99509	10			SC	015		
4584517	Lakewood	lakewood	US	08701	0	America/New_York	33.51625	-81.90067	64			SC	003		
4584518	Lakewood	lakewood	US	08701	0	America/New_York	34.57344	-82.66791	219			SC	007		
4584519	Lakewood	lakewood	US	08701	0	America/New_York	34.73208	-81.17509	161			SC	023		
4584521	Lakewood	lakewood	US	08701	0	America/New_York	34.19293	-79.81645	42			SC	041		
4584522	Lakewood	lakewood	US	08701	0	America/New_York	33.62711	-78.96309	6			SC	051		
4584523	Lakewood	lakewood	US	08701	0	America/New_York	33.9932	-81.24066	127			SC	063		
4584524	Lakewood	lakewood	US	08701	3032	America/New_York	33.84683	-80.35008	53	Lejkvud,Лейквуд		SC	085		
4584525	Lakewood	lakewood	US	08701	0	America/New_York	35.02098	-81.0448	190			SC	091		
4584526	Lakewood	lakewood	US	08701	0	America/New_York	33.52041	-81.98178	77			SC	003		
4584527	Lakewood	lakewood	US	08701	0	America/New_York	34.38682	-80.02368	61			SC	031		
4584541	Lamar	lamar	US	16848	971	America/New_York	34.16877	-80.06257	52	Devils Woodyard,Lamar,Lisbon,Mims Cross Roads,Mims Crossroads		SC	031		
4584549	Lambert	lambert	US	38643	0	America/New_York	33.326	-79.57229	9	Lambert,Lambert Town		SC	043		
4584556	Lancaster	lancaster	US	01523	8956	America/New_York	34.72043	-80.7709	173	Barnetsville,Barnettsville,Lancaster,Lancasterville,Lankaster,lan kai si te,lankstr,lnkstr  karwlynay jnwby,Ланкастер,لانكستر,لنکاسٹر، جنوبی کیرولائنا,لنکستر، کارولینای جنوبی,兰开斯特	057	SC	057		
4584588	Lando	lando	US	29724	0	America/New_York	34.77625	-81.01008	155	Eaves Mill,Lando,Lewisville Mills,Manetta Mills,Whites Mill		SC	023		
4584590	Landrum	landrum	US	29356	2493	America/New_York	35.17511	-82.18928	319	Earles Ford,Earlesville,Earleville,Landrum		SC	083		
4584617	Lane	lane	US	29564	477	America/New_York	33.52155	-79.87869	20	Lane,Lanes,Lanes Station		SC	089		
4584633	Langley	langley	US	29834	1447	America/New_York	33.51791	-81.844	59	Langley,Marshes		SC	003		
4584664	Latimer	latimer	US	50452	0	America/New_York	34.13206	-82.59263	174			SC	001		
4584668	Latta	latta	US	29565	1351	America/New_York	34.3371	-79.43116	32	Bishopville,Lata,Latta,Sardis,la ta,lata,lata  jnwby kyrwlayna,lata  karwlynay jnwby,Лата,لاتا,لاتا، جنوبی کیرولائنا,لاتا، کارولینای جنوبی,拉塔		SC	033		
4584702	Laurel Hill	laurel-hill	US	28351	0	America/New_York	32.72184	-80.28649	12			SC	019		
4584705	Laurel Hill	laurel-hill	US	28351	0	America/New_York	32.99739	-80.16926	23			SC	035		
4584738	Laurens	laurens	US	13796	9166	America/New_York	34.49901	-82.01426	186	Laurens,Laurens Court House,Laurensville,Lorens,lao lun si,laryns  jnwby kyrwlayna,lrnz  karwlynay jnwby,lwrns,Лоренс,لارینس، جنوبی کیرولائنا,لرنز، کارولینای جنوبی,لورنس,劳伦斯	059	SC	059		
4584777	Lawson	lawson	US	64062	0	America/New_York	34.97762	-81.91122	225			SC	083		
4584782	Lawton	lawton	US	18828	0	America/New_York	32.14354	-80.78844	3			SC	013		
4584812	Leawood	leawood	US	66206	0	America/New_York	33.88821	-80.31341	43			SC	085		
4584813	Lebanon	lebanon	US	03756	0	America/New_York	34.61816	-82.69125	248			SC	007		
4584814	Lebanon	lebanon	US	03756	0	America/New_York	33.141	-80.21481	21			SC	015		
4584815	Lebanon	lebanon	US	03756	0	America/New_York	34.41153	-81.20481	158			SC	039		
4584840	Leawood	leawood	US	66206	0	America/New_York	34.89178	-82.40318	317			SC	045		
4584864	Leeds	leeds	US	01053	0	America/New_York	34.62958	-81.39621	118			SC	023		
4584881	Leesburg	leesburg	US	08327	0	America/New_York	34.01654	-80.70536	79			SC	079		
4584885	Leesville	leesville	US	29070	2235	America/New_York	33.91653	-81.51344	200	Batesburg-Leesville,Leesville		SC	063		
4584917	Leland	leland	US	28451	0	America/New_York	34.43626	-80.17285	90			SC	025		
4584927	Lena	lena	US	39094	0	America/New_York	32.7535	-81.2151	33	Lena,Willingham		SC	049		
4584935	Leo	leo	US	46765	0	America/New_York	33.8335	-79.61506	18			SC	041		
4584949	Lester	lester	US	25865	0	America/New_York	34.67933	-79.65089	61	Alice,Lester		SC	069		
4584974	Lewis	lewis	US	12950	0	America/New_York	34.77875	-81.13342	168	Lewis,Lewis Station,Lewis Turnout,Lewisville,Walkers		SC	023		
4585000	Lexington	lexington	US	02420	20138	America/New_York	33.98154	-81.23621	120	Leksington,Lexington,Pompeytown,Saxe-Gotha,lie ke xing dui,lksyngtwn  karwlynay jnwby,lyksynghtwn,rekishinton,Лексингтон,ليكسينغتون,لکسینگتون، کارولینای جنوبی,لیکسنگٹن، جنوبی کیرولائنا,レキシントン,列克星敦	063	SC	063		
4585025	Liberty	liberty	US	04949	3246	America/New_York	34.78789	-82.69236	311	Liberti,Liberty,Salubrity,li bo di,lybrty,lybrty  karwlynay jnwby,Либерти,لبرٹی، جنوبی کیرولائنا,ليبرتي,لیبرتی، کارولینای جنوبی,利伯蒂		SC	077		
4585048	Liberty Hill	liberty-hill	US	29074	0	America/New_York	34.4782	-80.80174	171	Garlicks Store,Liberty Hill,Libertyhill		SC	055		
4585049	Liberty Hill	liberty-hill	US	29074	0	America/New_York	33.91874	-82.17373	136	Liberty Hill,Longmire		SC	065		
4585152	Lima	lima	US	14485	0	America/New_York	35.08928	-82.44734	323			SC	045		
4585159	Limerick	limerick	US	04048	0	America/New_York	33.136	-79.81508	7	Limerick,Limerick Plantation		SC	015		
4585161	Limestone	limestone	US	04750	0	America/New_York	33.90346	-82.03373	129			SC	037		
4585196	Lincolnshire	lincolnshire	US	60069	0	America/New_York	34.09265	-81.03287	79			SC	079		
4585198	Lincolnville	lincolnville	US	04849	1211	America/New_York	33.00684	-80.15537	24			SC	019		
4585390	Little Mountain	little-mountain	US	29075	296	America/New_York	34.19626	-81.41232	187			SC	071		
4585421	Little River	little-river	US	29566	8960	America/New_York	33.87323	-78.61418	11			SC	051		
4585466	Little Rock	little-rock	US	29567	0	America/New_York	34.47655	-79.4031	40	Harleesville,Harlleesville,Harlleeville,Litl-Rok,Little Rock,Литл-Рок		SC	033		
4585534	Littleton	littleton	US	01460	0	America/New_York	34.17904	-81.17565	65			SC	079		
4585535	Live Oak	live-oak	US	32060	0	America/New_York	34.05573	-78.93864	32			SC	051		
4585549	Livingston	livingston	US	07039	133	America/New_York	33.55349	-81.11871	101	Livingston,Ливингстон		SC	075		
4585568	Lobeco	lobeco	US	29931	0	America/New_York	32.55269	-80.74344	6	Lebeco,Lobeco		SC	013		
4585573	Lockhart	lockhart	US	29364	473	America/New_York	34.78652	-81.46204	138	Lockhart,Lockharts		SC	087		
4585598	Lodge	lodge	US	29082	118	America/New_York	33.06794	-80.95371	33			SC	029		
4585606	Locust Hill	locust-hill	US	23092	0	America/New_York	35.01789	-82.38373	346	Locust,Locust Hill		SC	045		
4585629	Lone Oak	lone-oak	US	75453	0	America/New_York	34.99234	-81.97983	262			SC	083		
4585633	Lone Star	lone-star	US	75668	0	America/New_York	33.62544	-80.58953	51			SC	017		
4585654	Long Branch	long-branch	US	07740	0	America/New_York	33.32209	-81.38788	83			SC	011		
4585681	Long Branch	long-branch	US	07740	0	America/New_York	34.51374	-81.89538	194			SC	059		
4585773	Long Point	long-point	US	61333	0	America/New_York	34.02461	-78.8803	33			SC	051		
4585795	Longleaf	longleaf	US	71448	0	America/New_York	33.62045	-78.99003	10			SC	051		
4585796	Longleaf	longleaf	US	71448	0	America/New_York	34.15488	-79.78006	36			SC	041		
4585799	Longs	longs	US	29568	0	America/New_York	33.93851	-78.73307	10	Ebenezer,Longs		SC	051		
4585813	Longwood	longwood	US	28452	0	America/New_York	32.3227	-80.60983	3			SC	013		
4585814	Longwood	longwood	US	28452	0	America/New_York	33.81406	-79.07587	7			SC	051		
4585835	Loris	loris	US	29569	2591	America/New_York	34.05628	-78.8903	30	Lollise,Loris		SC	051		
4585845	Lost Creek	lost-creek	US	17946	0	America/New_York	34.11071	-81.13676	68			SC	079		
4585915	Lowndesville	lowndesville	US	29659	123	America/New_York	34.21261	-82.64958	185	Loundesville,Lowndesville		SC	001		
4585958	Luray	luray	US	22835	122	America/New_York	32.81378	-81.23983	42	Luray,Stafford Branch		SC	049		
4585971	Lydia	lydia	US	29079	642	America/New_York	34.28904	-80.11229	64			SC	031		
4585988	Lyman	lyman	US	29365	3423	America/New_York	34.94817	-82.12733	270	Groce,Lyman		SC	083		
4585999	Lynchburg	lynchburg	US	24501	354	America/New_York	34.06016	-80.07146	46	Bradley's,English's Crossroads,Five Forks,Lynchburg,Lynchburgh,Magnolia,Murphreys Cross Roads,Murphy's Crossroads,Willow Grove		SC	061		
4586005	Lynnwood	lynnwood	US	98036	0	America/New_York	32.72796	-79.95926	3			SC	019		
4586006	Lynwood	lynwood	US	90262	0	America/New_York	33.50764	-81.86039	52			SC	003		
4586007	Lynwood	lynwood	US	90262	0	America/New_York	35.02512	-81.89288	267			SC	083		
4586029	Macedon	macedon	US	14502	0	America/New_York	33.81737	-81.21371	147			SC	063		
4586030	Macedonia	macedonia	US	44056	0	America/New_York	35.07068	-81.76038	268			SC	021		
4586031	Macedonia	macedonia	US	44056	0	America/New_York	34.1057	-81.44205	121			SC	071		
4586111	Madeline	madeline	US	96119	0	America/New_York	34.63571	-79.76673	33			SC	069		
4586112	Madison	madison	US	03849	0	America/New_York	33.55653	-81.81067	64			SC	003		
4586113	Madison	madison	US	03849	0	America/New_York	34.63232	-83.20794	249			SC	073		
4586163	Malibu	malibu	US	90263	0	America/New_York	34.19377	-79.70756	40			SC	041		
4586167	Mallory	mallory	US	13103	0	America/New_York	34.38849	-79.51311	35			SC	033		
4586196	Manning	manning	US	29102	4037	America/New_York	33.69516	-80.21091	39	Mening,man ning,manyngh,mnyng  karwlynay jnwby,Менинг,مانينغ,منینگ، کارولینای جنوبی,曼宁	027	SC	027		
4586223	Manville	manville	US	02838	0	America/New_York	34.15404	-80.30341	56	Mannville,Manville		SC	061		
4586224	Maple	maple	US	27956	0	America/New_York	34.92956	-82.23678	280	Maple,Maple Heights		SC	045		
4586243	Maplewood	maplewood	US	07040	0	America/New_York	35.09541	-81.61898	205			SC	021		
4586244	Maplewood	maplewood	US	07040	0	America/New_York	34.91678	-82.20872	273			SC	083		
4586259	Marietta	marietta	US	13110	0	America/New_York	35.02095	-82.50151	305			SC	045		
4586266	Marion	marion	US	02738	6714	America/New_York	34.17822	-79.40061	22	Gilesborough,Marion,Marion Court House,Mehrion,ma li ang,marywn,marywn  jnwby kyrwlayna,mrywn  karwlynay jnwby,Марион,Мэрион,ماريون,ماریون، جنوبی کیرولائنا,مریون، کارولینای جنوبی,马里昂	067	SC	067		
4586299	Marlboro	marlboro	US	05344	0	America/New_York	34.53682	-79.73256	25	Mandeville,Marlboro,Marlborough		SC	069		
4586308	Marlborough	marlborough	US	01752	0	America/New_York	32.7574	-79.98009	2			SC	019		
4586389	Martindale	martindale	US	17549	0	America/New_York	34.64955	-82.89709	216			SC	073		
4586428	Marysville	marysville	US	17053	0	America/New_York	33.42767	-79.15116	6			SC	043		
4586431	Maryville	maryville	US	37801	0	America/New_York	32.7924	-79.99509	1	Albemarle,Hillsborough Plantation,Maryville		SC	019		
4586432	Maryville	maryville	US	37801	0	America/New_York	33.34267	-79.29672	6	Maryville,Maryville Heights		SC	043		
4586433	Maryville	maryville	US	37801	0	America/New_York	34.91652	-81.75677	199			SC	083		
4586438	Mascot	mascot	US	23108	0	America/New_York	35.07039	-82.12928	313	Mascot,Mascott		SC	083		
4586503	Maud	maud	US	74854	0	America/New_York	35.14762	-81.74482	288	Ashworth,Maud		SC	021		
4586523	Mauldin	mauldin	US	29662	25135	America/New_York	34.77873	-82.31012	290	Butler's Crossroads,Huntersville,Mauldin,Moldin,mldn  karwlynay jnwby,mo er ding,morudin,mwldyn,Молдин,ماولڈن، جنوبی کیرولائنا,ملدن، کارولینای جنوبی,مولدين,モールディン,莫尔丁		SC	045		
4586530	Mayesville	mayesville	US	29104	728	America/New_York	33.98766	-80.20813	42	Mayesville,Maysville		SC	085		
4586546	Mayo	mayo	US	21106	1592	America/New_York	35.08401	-81.85983	271			SC	083		
4586561	Maysville	maysville	US	26833	0	America/New_York	34.81099	-80.16673	100			SC	025		
4586892	Meadowbrook	meadowbrook	US	26404	0	America/New_York	33.01739	-80.16481	27			SC	035		
4586913	Mechanicsville	mechanicsville	US	18934	0	America/New_York	34.09877	-80.31508	54			SC	061		
4586919	Mechanicsville	mechanicsville	US	18934	0	America/New_York	34.34488	-79.75728	46	Lowthers Hill,Mechanicsville,Mount Pleasant,Riverdale		SC	031		
4587013	Mexico	mexico	US	04257	0	America/New_York	34.93792	-81.0048	189			SC	091		
4587073	Midfield	midfield	US	77458	0	America/New_York	33.90821	-80.37008	45			SC	085		
4587080	Midland Park	midland-park	US	07432	0	America/New_York	32.92073	-80.04064	18			SC	019		
4587090	Midway	midway	US	15060	0	America/New_York	33.28349	-80.97815	46			SC	009		
4587091	Midway	midway	US	15060	0	America/New_York	33.5146	-80.63481	50			SC	017		
4587092	Midway	midway	US	15060	0	America/New_York	35.07374	-81.70399	245			SC	021		
4587093	Midway	midway	US	15060	0	America/New_York	34.61571	-80.52118	164			SC	057		
4587094	Midway	midway	US	15060	0	America/New_York	34.63599	-80.52785	187	Midway,White Bluff Crossroads		SC	057		
4587095	Midway	midway	US	15060	0	America/New_York	34.94845	-82.71097	326			SC	077		
4587096	Midway	midway	US	15060	0	America/New_York	33.65573	-78.91364	0			SC	051		
4587156	Miley	miley	US	29933	0	America/New_York	32.94794	-81.03177	24			SC	049		
4587158	Milford	milford	US	01757	0	America/New_York	34.97928	-82.28373	280			SC	045		
4587159	Milford	milford	US	01757	0	America/New_York	33.7471	-80.53314	62	Milford,Millford		SC	085		
4587239	Mill Creek	mill-creek	US	17060	0	America/New_York	33.44627	-80.40092	24			SC	075		
4587282	Millbrook	millbrook	US	12545	0	America/New_York	34.69871	-82.89015	236			SC	073		
4587361	Millwood	millwood	US	10546	885	America/New_York	33.91294	-80.37897	52			SC	085		
4587362	Millwood	millwood	US	10546	0	America/New_York	33.59933	-79.74424	18	Millwood,Millwood Cross Roads		SC	089		
4587364	Millwood	millwood	US	10546	0	America/New_York	32.79601	-79.8812	2			SC	019		
4587365	Millwood	millwood	US	10546	0	America/New_York	33.01406	-80.20759	28			SC	035		
4587373	Milton	milton	US	02186	0	America/New_York	34.35235	-81.88983	154	Mill Town,Milton		SC	059		
4587376	Millwood	millwood	US	10546	0	America/New_York	33.99321	-80.96592	52			SC	079		
4587379	Mims	mims	US	32754	0	America/New_York	33.84737	-81.49149	151			SC	063		
4587413	Minter	minter	US	36761	0	America/New_York	34.90373	-82.34929	318			SC	045		
4587418	Minturn	minturn	US	72445	0	America/New_York	34.51711	-79.47227	47	Mineral Springs,Minturn		SC	033		
4587460	Mitchellville	mitchellville	US	37119	0	America/New_York	32.46186	-80.99205	13			SC	053		
4587494	Modoc	modoc	US	29838	218	America/New_York	33.73346	-82.20568	122	Bountwell,Modoc		SC	065		
4587508	Monarch	monarch	US	59463	0	America/New_York	34.71847	-81.59649	191	Monarch,Monarch Mill,Monarch Mills		SC	087		
4588278	Mount Tabor	mount-tabor	US	07878	0	America/New_York	33.61795	-79.19477	5			SC	043		
4587511	Moncks Corner	moncks-corner	US	29461	9873	America/New_York	33.19632	-80.01429	16	Manks Korner,Moncks Corner,Monks Corner,meng ke si ke na,mwnks krnr  karwlynay jnwby,mwnks kwrnr,mwnks kwrnr  jnwby kyrwlayna,Манкс Корнер,مونكس كورنر,مونکس کرنر، کارولینای جنوبی,مونکس کورنر، جنوبی کیرولائنا,蒙克斯科纳	015	SC	015		
4587531	Monetta	monetta	US	29105	233	America/New_York	33.85014	-81.60955	192			SC	003		
4587534	Mont Clare	mont-clare	US	19453	0	America/New_York	34.39682	-79.82117	53	Mont Clare,Montclare,Monte Clare		SC	031		
4587536	Montague	montague	US	01351	0	America/New_York	34.91623	-82.44123	319			SC	045		
4587537	Montague	montague	US	01351	0	America/New_York	34.87289	-82.59707	325			SC	077		
4587540	Montclair	montclair	US	07042	0	America/New_York	34.7779	-82.2879	273			SC	045		
4587543	Monte Vista	monte-vista	US	81144	0	America/New_York	34.84734	-82.62374	348			SC	077		
4587548	Montgomery	montgomery	US	05470	0	America/New_York	34.13376	-81.13426	57			SC	079		
4587557	Monticello	monticello	US	04760	0	America/New_York	34.35265	-81.29843	151	Montecello,Monticello		SC	039		
4587564	Montmorenci	montmorenci	US	29839	0	America/New_York	33.52792	-81.6365	147	Montmorenci,Pole Cat,Polecat		SC	003		
4587567	Montrose	montrose	US	10548	0	America/New_York	34.63571	-79.87284	37			SC	025		
4587589	Moore	moore	US	29369	0	America/New_York	34.83346	-81.99205	224			SC	083		
4587603	Moorefield	moorefield	US	26836	0	America/New_York	33.28878	-80.1687	26			SC	015		
4587626	Moreland	moreland	US	30259	0	America/New_York	33.00934	-79.89508	3			SC	015		
4587627	Moreland	moreland	US	30259	0	America/New_York	32.78351	-79.97342	3			SC	019		
4587630	Morgan	morgan	US	05853	0	America/New_York	32.30381	-81.08233	7			SC	053		
4591326	Pinewood	pinewood	US	29125	0	America/New_York	32.46241	-80.77288	10			SC	013		
4587691	Morrisville	morrisville	US	05661	0	America/New_York	33.60711	-79.53867	15	Morrisville,New Morrisville		SC	089		
4587706	Moselle	moselle	US	39459	0	America/New_York	32.966	-81.0126	24			SC	029		
4587729	Moss Point	moss-point	US	39562	0	America/New_York	32.97017	-80.14565	13			SC	035		
4587794	Mount Calvary	mount-calvary	US	53057	0	America/New_York	34.43155	-79.32754	40			SC	033		
4587833	Mount Carmel	mount-carmel	US	17851	216	America/New_York	34.00734	-82.50708	165	Karmel',Кармель		SC	065		
4587884	Mount Croghan	mount-croghan	US	29727	194	America/New_York	34.76988	-80.22784	136	Mount Crogan,Mount Croghan		SC	025		
4587912	Mount Gilead	mount-gilead	US	27306	0	America/New_York	33.57517	-79.01865	5			SC	051		
4587948	Mount Holly	mount-holly	US	05758	0	America/New_York	33.03434	-80.03453	20			SC	015		
4588044	Mount Olive	mount-olive	US	25185	0	America/New_York	34.14683	-79.03253	24			SC	051		
4588045	Mount Olive	mount-olive	US	25185	0	America/New_York	34.38012	-82.15345	185			SC	059		
4588165	Mount Pleasant	mount-pleasant	US	15666	81317	America/New_York	32.79407	-79.86259	3	Maunt Plezant,Mount Pleasant,Mt. Pleasant,mang te pu lin sen,mauntopurezanto,mawnt plznt  karwlynay jnwby,mwnt blystant,Маунт Плезант,ماؤنٹ پلیزینٹ، جنوبی کیرولائنا,ماونت پلزنت، کارولینای جنوبی,مونت بليستانت,マウントプレザント,芒特普林森		SC	019		
4588309	Mount Vernon	mount-vernon	US	04352	0	America/New_York	34.544	-82.66652	238			SC	007		
4588350	Mount Zion	mount-zion	US	26151	0	America/New_York	33.22572	-80.58732	31			SC	035		
4588351	Mount Zion	mount-zion	US	26151	0	America/New_York	33.95127	-79.55339	23			SC	041		
4588352	Mount Zion	mount-zion	US	26151	0	America/New_York	34.97845	-82.05705	273			SC	083		
4588523	Mountain Lakes	mountain-lakes	US	07046	0	America/New_York	34.65736	-81.26037	160			SC	023		
4588541	Mountain View	mountain-view	US	65548	0	America/New_York	35.08734	-81.92927	280			SC	083		
4588559	Mountville	mountville	US	17554	108	America/New_York	34.3629	-81.96761	192	Beaverdam,Mountville		SC	059		
4588594	Mulberry	mulberry	US	33860	529	America/New_York	33.9521	-80.33286	45			SC	085		
4588634	Mullins	mullins	US	29574	4519	America/New_York	34.20572	-79.25449	30	Malins,ma lin si,mwlyns  karwlynay jnwby,mwlynz,Малинс,مولينز,مولینس، کارولینای جنوبی,马林斯		SC	067		
4588646	Munster	munster	US	46321	0	America/New_York	34.05349	-81.06593	61			SC	079		
4588656	Murray	murray	US	42071	0	America/New_York	33.95348	-81.41677	185			SC	063		
4588682	Murrells Inlet	murrells-inlet	US	29576	7547	America/New_York	33.551	-79.04143	1	Marels Inlet,Morrall Inlet,Murrells Inlet,Murrels Inlet,mwrls aynlt  karwlynay jnwby,myrtl bytsh,Марелс Инлет,مورلس اینلت، کارولینای جنوبی,ميرتل بيتش		SC	043		
4588718	Myrtle Beach	myrtle-beach	US	29572	31035	America/New_York	33.68906	-78.88669	8	Long Bay,MYR,Mertl Bich,Mertl-Bich,Myrtle Beach,New Town,matorubichi,mo te er bi qi,mrtl bych  karwlynay jnwby,myrtl bytsh,Мертл Бич,Мертл-Бич,Мертл-Біч,مرتل بیچ، کارولینای جنوبی,ميرتل بيتش,میرٹل بیچ، جنوبی کیرولائنا,マートルビーチ,默特尔比奇		SC	051		
4588839	Neeses	neeses	US	29107	358	America/New_York	33.53182	-81.12315	104	Neeces,Neeses		SC	075		
4588872	Nesmith	nesmith	US	29580	0	America/New_York	33.65906	-79.51339	12			SC	089		
4588936	New Ellenton	new-ellenton	US	29809	2121	America/New_York	33.42153	-81.68567	125			SC	003		
4588968	New Hill	new-hill	US	27562	0	America/New_York	34.72652	-81.58982	170			SC	087		
4588970	New Holland	new-holland	US	17557	0	America/New_York	33.69431	-81.49066	162	Foxtown,New Holland		SC	003		
4588987	New Hope	new-hope	US	18938	0	America/New_York	33.08961	-79.81647	6			SC	015		
4588988	New Hope	new-hope	US	18938	0	America/New_York	33.10656	-80.18815	24			SC	015		
4588989	New Hope	new-hope	US	18938	0	America/New_York	34.01766	-79.7509	24	New Home Depot,New Hope		SC	041		
4588990	New Hope	new-hope	US	18938	0	America/New_York	33.35072	-79.47089	12			SC	043		
4589097	New Market	new-market	US	21774	0	America/New_York	34.40154	-80.14229	66			SC	031		
4589098	New Market	new-market	US	21774	0	America/New_York	34.1629	-82.13457	197	New Market,Newmarket		SC	047		
4589156	New Salem	new-salem	US	01355	0	America/New_York	34.55399	-82.72625	237			SC	007		
4589174	New Zion	new-zion	US	29111	0	America/New_York	33.84433	-80.02924	31			SC	027		
4589207	Newberry	newberry	US	29108	10331	America/New_York	34.27458	-81.61872	151	New Berry,Newberry,Newberry Court House,Njuberi,Vanduslah Spring,niu bei li,nyuberi,nywbry  karwlynay jnwby,nywbyry,nywbyry  jnwby kyrwlayna,Њубери,نيوبيري,نیوبری، کارولینای جنوبی,نیوبیری، جنوبی کیرولائنا,ニューベリー,纽贝里	071	SC	071		
4589232	Newland	newland	US	28657	0	America/New_York	33.20433	-79.61618	9			SC	015		
4589245	Newry	newry	US	04261	172	America/New_York	34.7251	-82.90987	230			SC	073		
4589253	Newtonville	newtonville	US	02460	0	America/New_York	34.70849	-79.63811	68			SC	069		
4589254	Newtown	newtown	US	06470	0	America/New_York	34.40683	-79.35727	34			SC	033		
4589262	Newport	newport	US	02840	4136	America/New_York	34.98986	-81.10091	213	N'juport,New Port,Newport,Ньюпорт		SC	091		
4589265	Nichols	nichols	US	13812	358	America/New_York	34.23377	-79.14865	17			SC	067		
4589300	Ninety Six	ninety-six	US	29666	2048	America/New_York	34.17513	-82.02401	168	Cambridge,Fort Ninety Six,Najnti Siks,Ninety Six,Ninety-Six,Ninety-six,Ninetysix,jiu shi liu,naynty syks,naynty syks  karwlynay jnwby,Најнти Сикс,ناينتي سيكس,ناینتی سیکس، کارولینای جنوبی,九十六		SC	047		
4589349	Norris	norris	US	29667	819	America/New_York	34.76011	-82.75375	306			SC	077		
4589360	North	north	US	23128	742	America/New_York	33.61571	-81.10204	84			SC	075		
4589368	North Augusta	north-augusta	US	29841	22522	America/New_York	33.5018	-81.96512	118	Nort Ogasta,bei ao gu si ta,nosuogasuta,nwrt agasta  karwlynay jnwby,nwrth awghwsta,Норт Огаста,شمالی آگسٹا، جنوبی کیرولائنا,نورت اگاستا، کارولینای جنوبی,نورث أوغوستا,ノースオーガスタ,北奥古斯塔		SC	003		
4590225	Osborn	osborn	US	64474	0	America/New_York	32.75573	-80.34621	15	Adams Run Station,Osborn		SC	019		
4590241	Oswego	oswego	US	13126	84	America/New_York	34.00738	-80.28758	47			SC	085		
4589387	North Charleston	north-charleston	US	29405	108304	America/New_York	32.85462	-79.97481	6	CHS,N. Charleston,Nort Charlston,Nort-Charlston,North Charleston,bei cha er si dun,nosucharusuton,nwrt charlstn  karwlynay jnwby,nwrth tsharlstwn,Норт Чарлстон,Норт-Чарлстон,شمالی چارلسٹن، جنوبی کیرولائنا,نورت چارلستن، کارولینای جنوبی,نورث تشارلستون,ノースチャールストン,北查尔斯顿		SC	019		
4589394	North Conway	north-conway	US	03860	0	America/New_York	33.85295	-79.05059	5			SC	051		
4589431	North Hills	north-hills	US	91343	0	America/New_York	35.01262	-81.95066	243			SC	083		
4589432	North Hills	north-hills	US	91343	0	America/New_York	34.86373	-82.39012	283			SC	045		
4589433	North Hills	north-hills	US	91343	0	America/New_York	34.84317	-82.60902	323			SC	077		
4589446	North Myrtle Beach	north-myrtle-beach	US	29582	15579	America/New_York	33.81601	-78.68002	2	Chicora,Nort Mertl Bich,North Myrtle Beach,Palmetto,Windy Hill Beach,mei te er hai tan,nosumatorubichi,nrt mrtl bych  karwlynay jnwby,nwrth myrtl bytsh,Норт Мертл Бич,نارتھ میرٹل بیچ، جنوبی کیرولائنا,نرت مرتل بیچ، کارولینای جنوبی,نورث ميرتل بيتش,ノースマートルビーチ,美特尔海滩		SC	051		
4589498	Northbridge	northbridge	US	01534	0	America/New_York	32.81684	-79.98759	4			SC	019		
4589541	Northwood	northwood	US	03261	0	America/New_York	34.88734	-82.32317	284			SC	045		
4589542	Northwood	northwood	US	03261	0	America/New_York	33.46904	-80.80176	56			SC	075		
4589543	Northwood	northwood	US	03261	0	America/New_York	35.06956	-81.98622	289			SC	083		
4589544	Northwood	northwood	US	03261	0	America/New_York	34.40321	-80.09701	79			SC	031		
4589545	Northwood	northwood	US	03261	0	America/New_York	33.75295	-78.82336	8			SC	051		
4589556	Norway	norway	US	04268	328	America/New_York	33.45182	-81.12538	72	Norway,Pruitt		SC	075		
4589578	Oak Creek	oak-creek	US	53154	0	America/New_York	34.83567	-82.25123	284			SC	045		
4589579	Oak Creek	oak-creek	US	53154	0	America/New_York	34.02154	-81.13732	83			SC	063		
4589580	Oak Creek	oak-creek	US	53154	0	America/New_York	34.93151	-81.85566	217			SC	083		
4589586	Oak Forest	oak-forest	US	60452	0	America/New_York	34.18182	-79.86423	41			SC	041		
4589587	Oak Forest	oak-forest	US	60452	0	America/New_York	34.90957	-81.99427	238			SC	083		
4589588	Oak Forest	oak-forest	US	60452	0	America/New_York	32.78657	-79.99954	2			SC	019		
4589589	Oak Grove	oak-grove	US	42262	0	America/New_York	33.74904	-81.52427	150			SC	003		
4589590	Oak Grove	oak-grove	US	42262	8183	America/New_York	33.77821	-80.96676	104			SC	017		
4589591	Oak Grove	oak-grove	US	42262	0	America/New_York	34.35155	-79.54255	40	Kirbys Cross Roads,Oak Grove		SC	033		
4589592	Oak Grove	oak-grove	US	42262	0	America/New_York	34.14099	-79.5695	31			SC	041		
4589593	Oak Grove	oak-grove	US	42262	0	America/New_York	33.386	-79.46062	13			SC	043		
4589594	Oak Grove	oak-grove	US	42262	0	America/New_York	32.90295	-80.01564	19			SC	019		
4589706	Oak Hill	oak-hill	US	12460	0	America/New_York	33.44403	-81.69455	129			SC	003		
4589707	Oak Hill	oak-hill	US	12460	0	America/New_York	33.18767	-80.01869	17			SC	015		
4589708	Oak Hill	oak-hill	US	12460	0	America/New_York	33.54184	-79.06448	8			SC	043		
4589726	Oak Park	oak-park	US	48237	0	America/New_York	33.71962	-78.84919	5			SC	051		
4589728	Oak Ridge	oak-ridge	US	07438	0	America/New_York	33.421	-79.64423	11			SC	089		
4589729	Oak Ridge	oak-ridge	US	07438	0	America/New_York	32.85629	-80.03926	13			SC	019		
4589747	Oak View	oak-view	US	93022	0	America/New_York	34.91734	-82.28817	276			SC	045		
4589754	Oakdale	oakdale	US	06370	0	America/New_York	34.53288	-82.84597	240	Broyles,Oakdale		SC	007		
4589755	Oakdale	oakdale	US	06370	0	America/New_York	34.17377	-79.88701	42			SC	041		
4589756	Oakdale	oakdale	US	06370	0	America/New_York	34.88014	-81.05119	195			SC	091		
4589777	Oakhurst	oakhurst	US	07755	0	America/New_York	34.58015	-80.64674	199			SC	057		
4589785	Oakland	oakland	US	02858	0	America/New_York	32.78545	-80.03509	7			SC	019		
4589786	Oakland	oakland	US	02858	1232	America/New_York	33.98293	-80.48842	103	Oklend,Окленд		SC	085		
4589816	Oakley	oakley	US	48649	0	America/New_York	33.12406	-80.01897	12	Oakley,Oakley Depot		SC	015		
4589823	Oakmont	oakmont	US	15139	0	America/New_York	32.96545	-80.14454	11			SC	035		
4589824	Oakmont	oakmont	US	15139	0	America/New_York	34.7801	-83.03043	290			SC	073		
4589825	Oakmont	oakmont	US	15139	0	America/New_York	33.56682	-80.95204	68			SC	075		
4589826	Oakridge	oakridge	US	97463	0	America/New_York	33.91682	-81.22315	129			SC	063		
4589845	Oakwood	oakwood	US	24631	0	America/New_York	33.51653	-81.58622	137			SC	003		
4589846	Oakwood	oakwood	US	24631	0	America/New_York	33.97654	-81.15399	115			SC	063		
4589847	Oakwood	oakwood	US	24631	0	America/New_York	34.94401	-82.20261	266			SC	083		
4589848	Oakwood	oakwood	US	24631	0	America/New_York	35.10542	-81.06313	196			SC	091		
4589919	Ogden	ogden	US	50212	0	America/New_York	34.86264	-81.09452	162			SC	091		
4589932	Olanta	olanta	US	16863	570	America/New_York	33.93544	-79.93257	34	Beulah,Olanta		SC	041		
4589938	Olar	olar	US	29843	239	America/New_York	33.18043	-81.18538	57	Hammond,Olar		SC	009		
4589956	Okatie	okatie	US	29909	0	America/New_York	32.35214	-80.97816	6	Okatie,Okeetee		SC	053		
4590094	Old Town	old-town	US	04468	0	America/New_York	32.80462	-79.98453	3	Old Town,Old Town Landing,Saint Mary's,Saint Marys		SC	019		
4590122	Olin	olin	US	28660	0	America/New_York	33.42517	-79.46506	7			SC	043		
4590141	Olympia	olympia	US	40358	0	America/New_York	33.97654	-81.02981	55	Olympia,Olympia Village		SC	079		
4590170	Ora	ora	US	46968	0	America/New_York	34.58179	-81.99565	209	Hunter,Ora,Scuffle Town,Scuffletown		SC	059		
4590172	Orange Grove	orange-grove	US	78372	0	America/New_York	32.40047	-80.66205	3			SC	013		
4590184	Orangeburg	orangeburg	US	10962	13460	America/New_York	33.49182	-80.85565	74	OGB,Orangeburg,Orangeburg (South Carolina),Orangeburgh	075	SC	075		
4590207	Orchard Park	orchard-park	US	14127	0	America/New_York	34.85428	-82.32345	321			SC	045		
4590213	Orchard Hill	orchard-hill	US	30266	0	America/New_York	33.02545	-80.22259	22			SC	035		
4590278	Overbrook	overbrook	US	66524	0	America/New_York	34.85984	-82.3779	296	Over Brook,Overbrook		SC	045		
4590292	Owings	owings	US	20736	0	America/New_York	34.63095	-82.13344	254	Owings,Rapley		SC	059		
4590299	Oxford	oxford	US	01540	0	America/New_York	34.73621	-82.94154	262			SC	073		
4590312	Pacolet	pacolet	US	29372	2352	America/New_York	34.89902	-81.76177	238	Pacolet,Pakolet,Pooles Springs,Trough,Trough Shoals,bakwlyt,pa ke li te,pakwlt  karwlynay jnwby,Паколет,باكوليت,پاکولت، کارولینای جنوبی,帕科利特		SC	083		
4590315	Pacolet Mills	pacolet-mills	US	29373	956	America/New_York	34.92263	-81.7426	165	Pacolet Mill,Pacolet Mills,Trough		SC	083		
4590338	Pageland	pageland	US	29728	2746	America/New_York	34.77321	-80.39173	198	Old Store,Pageland		SC	025		
4590371	Palmetto	palmetto	US	30268	0	America/New_York	34.2521	-79.82728	41			SC	031		
4590413	Pamplico	pamplico	US	29583	1245	America/New_York	33.996	-79.57006	25			SC	041		
4590416	Panola	panola	US	35477	0	America/New_York	33.65627	-80.41147	46	Panola,Panole		SC	027		
4590454	Park City	park-city	US	42160	0	America/New_York	34.13127	-79.74534	36			SC	041		
4590458	Park Hill	park-hill	US	74451	0	America/New_York	33.85045	-79.06115	6			SC	051		
4590475	Parkdale	parkdale	US	71661	0	America/New_York	32.78212	-80.04343	1			SC	019		
4590476	Parker	parker	US	16049	11431	America/New_York	34.85067	-82.45346	309	Parker,Паркер		SC	045		
4590478	Park Hills	park-hills	US	63601	0	America/New_York	34.93512	-81.94983	221			SC	083		
4590506	Parkhill	parkhill	US	15945	0	America/New_York	33.76208	-81.89567	173			SC	037		
4590516	Parksville	parksville	US	12768	112	America/New_York	33.78624	-82.21957	106			SC	065		
4590585	Patrick	patrick	US	29584	347	America/New_York	34.5746	-80.0459	67	McQueens Tavern,Patrick		SC	025		
4590619	Pauline	pauline	US	29374	0	America/New_York	34.83318	-81.87232	232	Pauline,Philadelphia		SC	083		
4590632	Pawleys Island	pawleys-island	US	29585	107	America/New_York	33.43322	-79.12143	1	Pawley's Island,Pawleys Island		SC	043		
4590667	Peak	peak	US	29122	65	America/New_York	34.2407	-81.32343	89	Peak,Peak Station,Peaks Station		SC	071		
4590678	Pebble Beach	pebble-beach	US	93953	0	America/New_York	33.65517	-78.92197	4			SC	051		
4590731	Pelham	pelham	US	03076	0	America/New_York	34.85706	-82.224	237	Buena Vista,Lesters Factory,Pelham,Pelham Mill,Pliney,Sugar Tit		SC	083		
4590739	Pelion	pelion	US	29123	704	America/New_York	33.76321	-81.24482	118	Lynchs Mill,Pelion		SC	063		
4590747	Pelzer	pelzer	US	29669	91	America/New_York	34.64234	-82.45596	229			SC	007		
4590762	Pendleton	pendleton	US	27862	3152	America/New_York	34.65177	-82.78375	260	Pendlton,byndltwn,peng de er dun,pndltn  karwlynay jnwby,Пендлтон,بيندلتون,پندلتن، کارولینای جنوبی,پینڈلٹن، جنوبی کیرولائنا,彭德尔顿		SC	007		
4590849	Perry	perry	US	04667	236	America/New_York	33.62682	-81.31149	134			SC	003		
4590917	Philip	philip	US	57567	0	America/New_York	32.88767	-79.81397	3			SC	019		
4590940	Phoenix	phoenix	US	13135	0	America/New_York	34.07735	-82.11095	188	New Boston,Phoenix		SC	047		
4590946	Pickens	pickens	US	26230	3173	America/New_York	34.88345	-82.70736	333	LQK,Pickens,Pickens Court House,Pickensville,Pikens,byknz,pi ken si,pkynz  jnwby kyrwlayna,pyknz  karwlynay jnwby,Пикенс,بيكنز,پکینز، جنوبی کیرولائنا,پیکنز، کارولینای جنوبی,皮肯斯	077	SC	077		
4590980	Piedmont	piedmont	US	26750	5103	America/New_York	34.70234	-82.46457	240			SC	007		
4591022	Pierpont	pierpont	US	44082	0	America/New_York	32.82962	-80.04231	10			SC	019		
4591055	Pinckney	pinckney	US	48169	0	America/New_York	34.84069	-81.49565	174			SC	087		
4591069	Pinckneyville	pinckneyville	US	62274	0	America/New_York	34.84291	-81.46843	150	Pinckney,Pinckneyville		SC	087		
4591105	Pine Grove	pine-grove	US	17963	0	America/New_York	33.04351	-79.98842	9			SC	015		
4591106	Pine Grove	pine-grove	US	17963	0	America/New_York	34.13405	-79.7734	34			SC	041		
4591107	Pine Grove	pine-grove	US	17963	0	America/New_York	34.8879	-82.04983	230			SC	083		
4591178	Pine Hill	pine-hill	US	12465	0	America/New_York	33.52126	-81.04843	101			SC	075		
4591206	Pine Island	pine-island	US	10969	0	America/New_York	33.73656	-78.92586	8			SC	051		
4591241	Pine Ridge	pine-ridge	US	41360	0	America/New_York	34.39515	-80.16285	82	Pine Ridge,Pineridge		SC	031		
4591268	Pine Valley	pine-valley	US	14872	0	America/New_York	33.5243	-81.94095	134			SC	003		
4591269	Pine Valley	pine-valley	US	14872	0	America/New_York	34.04876	-81.08398	58			SC	079		
4591270	Pine Valley	pine-valley	US	14872	0	America/New_York	34.17654	-80.80759	97			SC	055		
4591274	Pine Village	pine-village	US	47975	0	America/New_York	34.42377	-80.36091	88			SC	055		
4591275	Pine Village	pine-village	US	47975	0	America/New_York	34.28904	-79.86395	45			SC	031		
4591278	Pinecrest	pinecrest	US	95364	0	America/New_York	33.52097	-81.93039	118			SC	003		
4591279	Pinecrest	pinecrest	US	95364	0	America/New_York	34.53261	-82.58263	253			SC	007		
4591280	Pinecrest	pinecrest	US	95364	0	America/New_York	32.80184	-80.01704	7			SC	019		
4591281	Pinecrest	pinecrest	US	95364	0	America/New_York	34.97095	-82.179	255			SC	083		
4591282	Pinecrest	pinecrest	US	95364	0	America/New_York	33.57514	-81.72678	162			SC	003		
4591285	Pinedale	pinedale	US	82941	0	America/New_York	33.89599	-80.34953	48			SC	085		
4591291	Pinehill	pinehill	US	87357	0	America/New_York	33.04128	-80.23148	23			SC	035		
4591292	Pinehurst	pinehurst	US	01866	0	America/New_York	34.21624	-82.06484	145			SC	047		
4591293	Pinehurst	pinehurst	US	01866	0	America/New_York	33.95349	-80.33869	51			SC	085		
4591294	Pinehurst	pinehurst	US	01866	0	America/New_York	33.53264	-81.97039	106			SC	003		
4591295	Pinehurst	pinehurst	US	01866	0	America/New_York	34.90539	-82.42568	321			SC	045		
4591297	Pineland	pineland	US	29934	0	America/New_York	33.0435	-79.58729	6			SC	019		
4591298	Pineland	pineland	US	29934	0	America/New_York	32.60018	-81.15955	21	Pineland,Robertville Station		SC	053		
4591308	Pineview	pineview	US	31071	0	America/New_York	34.98736	-81.23202	221			SC	091		
4591317	Pineville	pineville	US	18946	0	America/New_York	33.42822	-80.02925	24			SC	015		
4591327	Pinewood	pinewood	US	29125	0	America/New_York	33.88599	-80.85703	50			SC	079		
4591328	Pinewood	pinewood	US	29125	537	America/New_York	33.74044	-80.46342	58			SC	085		
4591329	Pinewood	pinewood	US	29125	0	America/New_York	33.84656	-79.0592	9			SC	051		
4591411	Pinopolis	pinopolis	US	29469	948	America/New_York	33.22656	-80.03758	27			SC	015		
4591423	Pisgah	pisgah	US	35765	0	America/New_York	34.14293	-80.48563	89	Pisgah,Pisgah Cross Roads,Pisgah Crossroads		SC	085		
4591461	Pittsburg	pittsburg	US	03592	0	America/New_York	33.9868	-82.00317	148	Pitsburg,Питсбург		SC	047		
4591479	Plantersville	plantersville	US	36758	0	America/New_York	33.55545	-79.21532	6			SC	043		
4591501	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	33.4885	-79.48756	11			SC	043		
4591502	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	34.90651	-82.23345	295			SC	045		
4591503	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	33.99183	-80.04591	40	Pleasant Grove,Pleasant Grove Cross Roads		SC	085		
4591559	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	33.68128	-79.36811	12			SC	043		
4591560	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	35.06262	-82.28317	334			SC	045		
4591561	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	33.95183	-79.17115	19			SC	051		
4591562	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	34.61987	-80.68479	219	Pleasant Hill,Pleasanthill		SC	057		
4591621	Pleasant Dale	pleasant-dale	US	68423	0	America/New_York	34.72571	-80.68923	187			SC	057		
4591626	Pleasant Plain	pleasant-plain	US	45162	0	America/New_York	34.61626	-80.56785	184			SC	057		
4591645	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	34.80206	-82.39623	273			SC	045		
4591646	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	35.00182	-80.85563	206	Mount Pleasant Valley,Pleasant Valley		SC	057		
4591653	Pleasant View	pleasant-view	US	37146	0	America/New_York	34.09322	-79.06476	25			SC	051		
4591654	Pleasant View	pleasant-view	US	37146	0	America/New_York	34.93373	-82.68791	388			SC	077		
4591693	Plum Branch	plum-branch	US	29845	78	America/New_York	33.84874	-82.25985	140			SC	065		
4591717	Point Comfort	point-comfort	US	77978	0	America/New_York	32.16271	-80.78261	3			SC	013		
4591725	Point Pleasant	point-pleasant	US	18950	0	America/New_York	32.82156	-79.86203	8			SC	019		
4591756	Pomaria	pomaria	US	29126	181	America/New_York	34.26848	-81.41982	122	Folk Hill,Pomaria		SC	071		
4591779	Ponderosa	ponderosa	US	87044	0	America/New_York	32.80407	-80.08759	5			SC	019		
4591780	Ponderosa	ponderosa	US	87044	0	America/New_York	34.7504	-82.22984	247			SC	045		
4591781	Ponderosa	ponderosa	US	87044	0	America/New_York	34.18099	-79.74423	40			SC	041		
4591791	Pontiac	pontiac	US	48340	0	America/New_York	34.12848	-80.85481	122	Jacobs,Jacobs Station,Pontiac		SC	079		
4591896	Port Royal	port-royal	US	17082	12122	America/New_York	32.37908	-80.69261	7	Port Rojal,Port Royal,Port Royall,Saint Ellens,huang jia gang kou,prt rwyl  karwlynay jnwby,Порт Ројал,پرت رویل، کارولینای جنوبی,皇家港口		SC	013		
4591937	Poston	poston	US	85371	0	America/New_York	33.87378	-79.42617	21			SC	041		
4591956	Powderhorn	powderhorn	US	81243	0	America/New_York	34.72929	-82.24289	258			SC	045		
4592056	Princeton	princeton	US	01541	62	America/New_York	34.49706	-82.28706	232	Prinston,Принстон		SC	059		
4592059	Princeville	princeville	US	61559	0	America/New_York	34.08073	-78.93753	27			SC	051		
4592114	Prosperity	prosperity	US	15329	1200	America/New_York	34.20931	-81.53316	165	Frog Ievel,Frog Level,Prosperity,The Level		SC	071		
4592120	Providence	providence	US	02901	0	America/New_York	33.27045	-79.89869	9			SC	015		
4592121	Providence	providence	US	02901	0	America/New_York	34.01654	-81.2601	153			SC	063		
4592122	Providence	providence	US	02901	0	America/New_York	33.39266	-80.54204	34			SC	075		
4592273	Quinby	quinby	US	23423	943	America/New_York	34.23654	-79.73451	36			SC	041		
4592348	Rains	rains	US	29589	0	America/New_York	34.09766	-79.3156	27			SC	067		
4592411	Ravenel	ravenel	US	29470	2600	America/New_York	32.76323	-80.2501	14	Ravenel,Ravenels		SC	019		
4592417	Ravenwood	ravenwood	US	64479	0	America/New_York	34.03404	-80.96731	67			SC	079		
4592418	Ravenwood	ravenwood	US	64479	0	America/New_York	34.91015	-80.93313	203			SC	091		
4592453	Red Bank	red-bank	US	07701	9617	America/New_York	33.93209	-81.23843	104	Irene,Red Bank,Redbank		SC	063		
4592466	Red Bluff	red-bluff	US	96080	0	America/New_York	34.61127	-79.50561	49			SC	069		
4592480	Red Hill	red-hill	US	18076	0	America/New_York	33.02295	-79.85425	7			SC	015		
4592483	Red Hill	red-hill	US	18076	0	America/New_York	33.5735	-79.42839	12			SC	043		
4592485	Red Hill	red-hill	US	18076	13223	America/New_York	33.99961	-79.2581	20			SC	051		
4592487	Red Hill	red-hill	US	18076	13223	America/New_York	33.82073	-79.01892	10			SC	051		
4592488	Red Hill	red-hill	US	18076	0	America/New_York	34.42459	-80.73869	129			SC	055		
4592489	Red Hill	red-hill	US	18076	0	America/New_York	34.16904	-80.41119	99			SC	061		
4592490	Red Hill	red-hill	US	18076	0	America/New_York	34.75791	-81.49704	135			SC	087		
4592527	Red Oak	red-oak	US	23964	0	America/New_York	32.41464	-80.65816	5			SC	013		
4592535	Red River	red-river	US	87558	0	America/New_York	34.96098	-80.96535	167	Carhartt,Old Crossroads,Red River		SC	091		
4592656	Reevesville	reevesville	US	29471	206	America/New_York	33.20572	-80.64787	33	Reeves,Reevesville		SC	035		
4592660	Rehobeth	rehobeth	US	21857	0	America/New_York	33.96517	-79.23949	15			SC	051		
4592694	Reidville	reidville	US	29375	619	America/New_York	34.8629	-82.11427	250			SC	083		
4592698	Rembert	rembert	US	29128	306	America/New_York	34.09571	-80.53342	66			SC	085		
4592710	Renfrew	renfrew	US	16053	0	America/New_York	34.97984	-82.4604	331			SC	045		
4592802	Ricetown	ricetown	US	41364	0	America/New_York	32.51713	-80.96677	10	Riceshire,Ricetown		SC	053		
4592831	Richburg	richburg	US	14774	264	America/New_York	34.71597	-81.01953	178	Rich Hill,Richburg,Richburgh		SC	023		
4592836	Richland	richland	US	08350	0	America/New_York	34.05571	-80.99148	88			SC	079		
4592837	Richland	richland	US	08350	0	America/New_York	33.95291	-81.69372	157			SC	081		
4592850	Richland	richland	US	08350	0	America/New_York	34.67788	-83.02543	248			SC	073		
4592865	Richmond	richmond	US	01254	0	America/New_York	33.07545	-79.87869	9			SC	015		
4592871	Richmond Hill	richmond-hill	US	11418	0	America/New_York	33.55656	-79.07921	6			SC	043		
4592878	Richwood	richwood	US	08074	0	America/New_York	33.93127	-80.29869	45			SC	085		
4592904	Ridge Spring	ridge-spring	US	29129	746	America/New_York	33.84542	-81.66177	193	Ridge,Ridge Spring,Ridgespring,The Ridge		SC	081		
4592908	Ridgecrest	ridgecrest	US	28770	0	America/New_York	33.61264	-81.71927	148			SC	003		
4592909	Ridgecrest	ridgecrest	US	28770	0	America/New_York	33.51097	-81.88178	70			SC	003		
4592910	Ridgecrest	ridgecrest	US	28770	0	America/New_York	34.17432	-79.82451	39			SC	041		
4592912	Ridgeland	ridgeland	US	29936	3999	America/New_York	32.48074	-80.98039	18	Gopher Hill,Ridgeland,Ridzland,li qi lan,rydgland  karwlynay jnwby,Риџланд,ریدگلاند، کارولینای جنوبی,里奇兰	053	SC	053		
4592919	Ridgeview	ridgeview	US	25169	0	America/New_York	34.66538	-82.92154	263			SC	073		
4592922	Ridgeville	ridgeville	US	29472	1836	America/New_York	33.09572	-80.31537	23	Ridgeville,Timothy Creek		SC	035		
4592927	Ridgeway	ridgeway	US	24148	306	America/New_York	34.30765	-80.96036	187	Ridzvej,li qi wei,rydgway  karwlynay jnwby,Риџвеј,ریدگوای، کارولینای جنوبی,里奇韦		SC	039		
4592929	Ridgewood	ridgewood	US	07450	0	America/New_York	34.70371	-82.91459	270			SC	073		
4592945	Riley	riley	US	47871	0	America/New_York	33.62265	-80.79954	98	Riley,Rileys		SC	017		
4592956	Rion	rion	US	29132	0	America/New_York	34.30709	-81.12509	164			SC	039		
4592967	River Edge	river-edge	US	07661	0	America/New_York	34.87929	-82.01288	209			SC	083		
4592968	River Falls	river-falls	US	36476	0	America/New_York	35.12401	-82.54179	334	Middle Saluda,Potts Cove,River Falls		SC	045		
4592970	River Forest	river-forest	US	60305	0	America/New_York	35.02234	-82.01594	245			SC	083		
4592980	River Pines	river-pines	US	95675	0	America/New_York	35.00986	-81.08674	203			SC	091		
4592992	Riverdale	riverdale	US	07457	0	America/New_York	32.37519	-80.83955	1			SC	013		
4592993	Riverdale	riverdale	US	07457	0	America/New_York	34.40266	-79.31921	39			SC	033		
4592994	Riverdale	riverdale	US	07457	0	America/New_York	33.47793	-80.89704	65			SC	075		
4592995	Riverdale	riverdale	US	07457	0	America/New_York	35.02095	-82.02816	256			SC	083		
4593009	Riverside	riverside	US	02915	0	America/New_York	34.87095	-82.42929	308			SC	045		
4593010	Riverside	riverside	US	02915	0	America/New_York	34.77126	-80.8409	181	Lindsay,Lindsey,Riverside		SC	057		
4593029	Riverview	riverview	US	33568	0	America/New_York	32.73573	-79.94787	2			SC	019		
4593030	Riverview	riverview	US	33568	0	America/New_York	35.09123	-82.5429	322			SC	045		
4593031	Riverview	riverview	US	33568	681	America/New_York	35.00265	-80.9798	196			SC	091		
4593088	Robinson	robinson	US	15949	0	America/New_York	34.73432	-79.93312	45			SC	025		
4593129	Rock Creek	rock-creek	US	25174	0	America/New_York	34.41264	-81.35426	147			SC	039		
4593137	Rock Creek	rock-creek	US	25174	0	America/New_York	34.22734	-82.16262	164			SC	047		
4593141	Rock Hill	rock-hill	US	12775	0	America/New_York	34.25182	-81.25509	132			SC	039		
4593142	Rock Hill	rock-hill	US	12775	71548	America/New_York	34.92487	-81.02508	207	Ebenezer Depot,RKH,Rock Hill,Rockhill,Rocky Hill		SC	091		
4593231	Rockbridge	rockbridge	US	43149	0	America/New_York	34.04738	-80.95426	89			SC	079		
4593239	Rockland	rockland	US	02370	0	America/New_York	32.61268	-80.2026	8			SC	019		
4593249	Rockton	rockton	US	15856	0	America/New_York	34.34737	-81.08731	177			SC	039		
4593251	Rockvale	rockvale	US	37153	0	America/New_York	34.77095	-82.42318	285			SC	045		
4593253	Rockville	rockville	US	02873	140	America/New_York	32.60074	-80.19482	7	Rokvill,Роквилл		SC	019		
4593370	Rodman	rodman	US	13682	0	America/New_York	34.76875	-81.08814	177			SC	023		
4593372	Roebuck	roebuck	US	29376	2200	America/New_York	34.87957	-81.96621	229	Becca,Roebuck		SC	083		
4593412	Rome	rome	US	13440	0	America/New_York	33.64794	-79.43839	12	Rome,Rome Cross Roads,Rome Crossroads		SC	089		
4593451	Rose Creek	rose-creek	US	55970	0	America/New_York	34.14043	-80.90037	106			SC	079		
4593452	Rose Hill	rose-hill	US	24281	0	America/New_York	32.65185	-80.799	5			SC	013		
4593453	Rose Hill	rose-hill	US	24281	0	America/New_York	34.17793	-79.82367	39			SC	041		
4593454	Rose Hill	rose-hill	US	24281	0	America/New_York	33.59961	-79.40422	6			SC	043		
4593455	Rose Hill	rose-hill	US	24281	0	America/New_York	34.13682	-80.33535	67	Rose Hill,Rosehill		SC	061		
4593456	Rose Hill	rose-hill	US	24281	0	America/New_York	33.51152	-81.95539	122			SC	003		
4593479	Rosedale	rosedale	US	11422	0	America/New_York	34.8854	-82.32401	275			SC	045		
4593486	Roseland	roseland	US	07068	0	America/New_York	33.54347	-81.67455	151			SC	003		
4593501	Rosemont	rosemont	US	08556	0	America/New_York	33.3935	-79.28366	5	Rosemont,Windsor		SC	043		
4593502	Rosemont	rosemont	US	08556	0	America/New_York	32.82934	-79.95703	7			SC	019		
4593503	Rosemont	rosemont	US	08556	0	America/New_York	34.16127	-79.74701	34			SC	041		
4593516	Rosewood	rosewood	US	43070	0	America/New_York	33.68656	-78.99281	4			SC	051		
4593517	Rosewood	rosewood	US	43070	0	America/New_York	34.91263	-81.8526	226			SC	083		
4593518	Rosewood	rosewood	US	43070	0	America/New_York	33.52654	-80.81398	75			SC	075		
4593519	Rosewood	rosewood	US	43070	0	America/New_York	33.99238	-80.99537	79			SC	079		
4593538	Rossville	rossville	US	17358	0	America/New_York	34.60348	-80.99258	145			SC	023		
4593560	Round O	round-o	US	29474	0	America/New_York	32.93712	-80.54094	11	Round,Round O		SC	029		
4593592	Rowesville	rowesville	US	29133	296	America/New_York	33.36988	-80.83704	51	Rowes Pump,Rowes Station,Rowesville,The Pump		SC	075		
4593595	Rowland	rowland	US	18457	0	America/New_York	33.5485	-80.22619	31			SC	027		
4593608	Ruby	ruby	US	12475	351	America/New_York	34.74516	-80.18284	116	Flint Hill,Ruby		SC	025		
4593622	Ruffin	ruffin	US	27326	0	America/New_York	33.00461	-80.81566	22			SC	029		
4593659	Rushville	rushville	US	14544	0	America/New_York	34.01346	-82.16623	177			SC	047		
4593699	Russellville	russellville	US	29476	488	America/New_York	33.39711	-79.97174	24			SC	015		
4593775	Saint Charles	saint-charles	US	24282	0	America/New_York	34.06655	-80.21813	50			SC	061		
4593797	Saint George	saint-george	US	29477	2084	America/New_York	33.186	-80.57565	32	Georges Station,Saint George,Saint George's,St. George,Svjatoj Georgij,Святой Георгий	035	SC	035		
4593953	Saint Johns	saint-johns	US	18247	0	America/New_York	33.12073	-80.06897	23			SC	015		
4594258	Saint Matthews	saint-matthews	US	29135	2021	America/New_York	33.66488	-80.77787	84	Lewisburg,Lewisville,Saint Matthews,St. Matthews	017	SC	017		
4594328	Saint Paul	saint-paul	US	24283	0	America/New_York	33.57822	-80.39481	28			SC	027		
4594391	Saint Pauls	saint-pauls	US	28384	0	America/New_York	33.576	-79.1856	3			SC	043		
4594546	Saint Stephen	saint-stephen	US	29479	1697	America/New_York	33.40433	-79.92174	24	Saint Stephen,Saint Stephens,Saint Stephens Depot,St. Stephen		SC	015		
4594591	Salem	salem	US	01970	0	America/New_York	33.88794	-79.51228	22			SC	041		
4594592	Salem	salem	US	01970	128	America/New_York	33.96211	-79.80479	29			SC	041		
4594593	Salem	salem	US	01970	0	America/New_York	34.53044	-79.70117	39			SC	069		
4594594	Salem	salem	US	01970	148	America/New_York	34.88982	-82.97654	326	Sejlem,Сейлем		SC	073		
4594673	Salley	salley	US	29137	417	America/New_York	33.56571	-81.30344	114	John Town,Salley,Salleys,Sally,Sallys		SC	003		
4594682	Salters	salters	US	29590	0	America/New_York	33.5985	-79.85146	19	Salters,Salters Station		SC	089		
4594694	Saluda	saluda	US	23149	3596	America/New_York	34.00152	-81.77205	146	Old Saluda Town,Saluda,sa lu da,slwda  karwlynay jnwby,Салуда,سلودا، کارولینای جنوبی,萨卢达	081	SC	081		
4594729	Samaria	samaria	US	48177	0	America/New_York	33.82542	-81.4776	127			SC	063		
4594759	San Mateo	san-mateo	US	32187	0	America/New_York	34.52205	-82.72208	247			SC	007		
4594878	Sandy	sandy	US	84070	0	America/New_York	32.81518	-80.08343	5			SC	019		
4594963	Sandy Springs	sandy-springs	US	29677	0	America/New_York	34.59538	-82.74986	243			SC	007		
4594964	Sandy Springs	sandy-springs	US	29677	0	America/New_York	34.29321	-80.61786	82			SC	055		
4594983	Santee	santee	US	29142	935	America/New_York	33.47516	-80.48648	42	Parler Cross Roads,Santee,Santi,Санти		SC	075		
4595023	Sardinia	sardinia	US	14134	0	America/New_York	33.83433	-80.08285	31			SC	027		
4595025	Sardis	sardis	US	30456	0	America/New_York	34.04044	-79.94396	39			SC	041		
4595026	Sardis	sardis	US	30456	0	America/New_York	34.67152	-81.63316	191			SC	087		
4595129	Saxon	saxon	US	25180	3424	America/New_York	34.96123	-81.96733	262	Saxon,Saxon Mills		SC	083		
4595152	Schofield	schofield	US	54476	0	America/New_York	33.13266	-81.19983	37			SC	009		
4595175	Scotia	scotia	US	29939	207	America/New_York	32.68101	-81.24344	29			SC	049		
4595177	Scott	scott	US	38772	0	America/New_York	32.34659	-80.62316	3			SC	013		
4595178	Scott	scott	US	38772	0	America/New_York	34.5346	-79.692	40			SC	069		
4595209	Scottsville	scottsville	US	14546	0	America/New_York	33.95683	-80.16674	40			SC	085		
4595216	Scranton	scranton	US	18501	863	America/New_York	33.91766	-79.74396	29	Skrenton,Скрентон		SC	041		
4595226	Scurry	scurry	US	75158	0	America/New_York	34.20152	-81.88873	165			SC	071		
4595245	Seabrook	seabrook	US	03874	0	America/New_York	32.52797	-80.7665	5			SC	013		
4595246	Seabrook	seabrook	US	03874	0	America/New_York	32.5263	-80.40732	6			SC	029		
4595259	Seaside	seaside	US	93955	0	America/New_York	32.71157	-79.94148	0			SC	019		
4595262	Seaton	seaton	US	61476	0	America/New_York	33.11767	-80.00953	10			SC	015		
4595299	Sedalia	sedalia	US	27342	0	America/New_York	34.60402	-81.72455	177			SC	087		
4595334	Sellers	sellers	US	29592	213	America/New_York	34.28377	-79.47283	26			SC	067		
4595338	Selma	selma	US	24474	0	America/New_York	34.44544	-79.37449	41			SC	033		
4595346	Seneca	seneca	US	16346	8279	America/New_York	34.68566	-82.9532	294	Seneca,Seneca City,Seneka,sai nei ka,snyka  karwlynay jnwby,synyka,synyka  jnwby kyrwlayna,Сенека,سنیکا، کارولینای جنوبی,سينيكا,سینیکا، جنوبی کیرولائنا,塞内卡		SC	073		
4595411	Shady Grove	shady-grove	US	17256	0	America/New_York	33.88905	-80.39008	52			SC	085		
4595413	Shady Grove	shady-grove	US	17256	0	America/New_York	32.8874	-80.01398	9			SC	019		
4595414	Shady Grove	shady-grove	US	17256	0	America/New_York	34.78122	-82.6868	311			SC	077		
4595469	Shamokin	shamokin	US	17872	0	America/New_York	34.32571	-80.60313	96			SC	055		
4595472	Shandon	shandon	US	45063	0	America/New_York	33.99312	-81.00104	86			SC	079		
4595474	Shalimar	shalimar	US	32579	0	America/New_York	35.10985	-81.65093	224			SC	021		
4595477	Shannon	shannon	US	28386	0	America/New_York	33.58541	-81.93234	164			SC	003		
4595490	Sharon	sharon	US	02067	429	America/New_York	34.13484	-82.41457	193	Sharon,White Lick		SC	001		
4595491	Sharon	sharon	US	02067	554	America/New_York	34.95097	-81.34092	199	Sharon,Шарон		SC	091		
4595556	Sheffield	sheffield	US	01257	0	America/New_York	34.18901	-82.19068	184			SC	047		
4595561	Sheldon	sheldon	US	05483	0	America/New_York	32.60157	-80.79316	7			SC	013		
4595565	Shell	shell	US	82441	0	America/New_York	33.90239	-78.91336	16			SC	051		
4595567	Sheffield	sheffield	US	01257	0	America/New_York	34.92734	-81.98038	248			SC	083		
4595578	Shelton	shelton	US	06484	0	America/New_York	34.49736	-81.4201	101	Shelton,Sheltons Ferry,Sheltons Turn Out		SC	039		
4595618	Shiloh	shiloh	US	08353	0	America/New_York	34.24762	-82.28679	181	Buzzards Roost,Shiloh		SC	001		
4595619	Shiloh	shiloh	US	08353	0	America/New_York	32.74434	-80.39455	7			SC	019		
4595620	Shiloh	shiloh	US	08353	0	America/New_York	34.67404	-80.09895	78			SC	025		
4595621	Shiloh	shiloh	US	08353	0	America/New_York	34.77487	-80.79035	169	Black Jack Station,Shiloh		SC	057		
4595622	Shiloh	shiloh	US	08353	0	America/New_York	34.6676	-82.8932	277			SC	073		
4595623	Shiloh	shiloh	US	08353	0	America/New_York	35.02373	-82.02261	258			SC	083		
4595624	Shiloh	shiloh	US	08353	214	America/New_York	33.94016	-80.04091	37			SC	085		
4595711	Shirley	shirley	US	01464	0	America/New_York	32.66017	-81.31622	23			SC	049		
4595793	Silver	silver	US	76949	0	America/New_York	33.67794	-80.35731	48			SC	027		
4595803	Sidney	sidney	US	13838	0	America/New_York	32.99961	-80.56843	31			SC	029		
4595814	Silver Lake	silver-lake	US	03875	0	America/New_York	33.8821	-81.04565	49			SC	063		
4595838	Silverstreet	silverstreet	US	29145	163	America/New_York	34.21791	-81.71539	150	Silver Street,Silverstreet		SC	071		
4595849	Simpson	simpson	US	26435	0	America/New_York	34.30848	-81.04537	185	Nelson,Simpson,Simpson Station		SC	039		
4595850	Simpson	simpson	US	26435	0	America/New_York	33.98628	-78.83002	14			SC	051		
4595864	Simpsonville	simpsonville	US	21150	20736	America/New_York	34.73706	-82.25428	262	Plain,Simpsonvil,Simpsonville,shinpusonbiru,smpsnwyl  jnwby kyrwlayna,symbswnfyl,sympswnwyl  karwlynay jnwby,xin pu sen wei er,Симпсонвил,سمپسنویل، جنوبی کیرولائنا,سيمبسونفيل,سیمپسونویل، کارولینای جنوبی,シンプソンビル,辛普森维尔		SC	045		
4595870	Sims	sims	US	27880	0	America/New_York	33.95488	-80.95704	53	Simms,Sims		SC	079		
4595921	Six Mile	six-mile	US	29682	683	America/New_York	34.80733	-82.8207	312			SC	077		
4595966	Skyland	skyland	US	28776	0	America/New_York	35.04289	-82.2665	306			SC	045		
4595979	Slater	slater	US	29683	0	America/New_York	35.03178	-82.49512	312	Slater,Slater Mills		SC	045		
4596006	Smallwood	smallwood	US	12778	0	America/New_York	34.28265	-80.95036	178			SC	039		
4596007	Smallwood	smallwood	US	12778	0	America/New_York	34.49318	-81.86704	201			SC	059		
4596013	Smith	smith	US	89430	0	America/New_York	33.05795	-79.7698	8			SC	015		
4596014	Smith	smith	US	89430	0	America/New_York	34.82125	-81.11536	162	Smith,Smith Station,Smiths,Smiths Turn Out,Smiths Turnout		SC	023		
4596078	Smithboro	smithboro	US	13840	0	America/New_York	34.27044	-79.30338	30			SC	067		
4596079	Smithfield	smithfield	US	02917	0	America/New_York	33.5268	-81.97512	125			SC	003		
4596080	Smithfield	smithfield	US	02917	0	America/New_York	34.21707	-82.13651	194			SC	047		
4596108	Smithville	smithville	US	26178	0	America/New_York	34.19817	-82.2604	177			SC	001		
4596115	Smoaks	smoaks	US	29481	124	America/New_York	33.08961	-80.81399	31			SC	029		
4596129	Smyrna	smyrna	US	13464	59	America/New_York	34.27347	-81.70789	159			SC	071		
4596130	Smyrna	smyrna	US	13464	46	America/New_York	35.04263	-81.4062	232	Smirna,Смирна		SC	091		
4596174	Snelling	snelling	US	95369	259	America/New_York	33.23987	-81.45594	70			SC	011		
4596238	Society Hill	society-hill	US	29593	548	America/New_York	34.51266	-79.8509	48	Greenville,Long Bluff,Society Hill,Societyhill,Sparks Ferry		SC	031		
4597088	South Park	south-park	US	15129	0	America/New_York	34.35599	-80.06701	65			SC	031		
4597089	South Park	south-park	US	15129	0	America/New_York	34.16266	-79.79701	37			SC	041		
4597093	South Point	south-point	US	45680	0	America/New_York	34.14516	-79.80979	37			SC	041		
4597094	South Point	south-point	US	45680	0	America/New_York	35.09459	-81.05869	187			SC	091		
4597139	Southern Pines	southern-pines	US	28387	0	America/New_York	34.98429	-81.83594	209			SC	083		
4597142	Southgate	southgate	US	48195	0	America/New_York	33.9382	-81.22482	112			SC	063		
4597143	Southgate	southgate	US	48195	0	America/New_York	33.84016	-80.37508	54			SC	085		
4597200	Spartanburg	spartanburg	US	29301	37867	America/New_York	34.94957	-81.93205	246	SPA,Spartanberg,Spartanburg,Spartanburgh,aspartnbwrg  karwlynay jnwby,sbartanbrgh,seupateonbeogeu,si pa tan bao,supatanbagu,Спартанберг,Спартанбург,اسپارتنبورگ، کارولینای جنوبی,سبارتانبرغ,سپارٹنبرگ، جنوبی کیرولائنا,スパータンバーグ,斯帕坦堡,스파턴버그	083	SC	083		
4597287	Spring Branch	spring-branch	US	78070	0	America/New_York	34.2421	-79.39283	34			SC	067		
4597332	Spring Hill	spring-hill	US	34606	0	America/New_York	33.23127	-80.32454	25			SC	015		
4597333	Spring Hill	spring-hill	US	34606	0	America/New_York	33.94045	-79.09532	25			SC	051		
4597334	Spring Hill	spring-hill	US	34606	0	America/New_York	34.15154	-80.43841	98	Smithville,Spring Hill		SC	061		
4597336	Spring Hill	spring-hill	US	34606	0	America/New_York	33.99265	-81.16537	103			SC	063		
4597337	Spring Hill	spring-hill	US	34606	0	America/New_York	34.1757	-81.28732	112	Spring Hill,Springhill		SC	079		
4597364	Spring Lake	spring-lake	US	07762	0	America/New_York	34.27459	-80.7348	121			SC	055		
4597365	Spring Lake	spring-lake	US	07762	0	America/New_York	34.00321	-81.15676	86			SC	063		
4597368	Spring Lake	spring-lake	US	07762	0	America/New_York	34.92874	-81.84149	227			SC	083		
4597369	Spring Lake	spring-lake	US	07762	0	America/New_York	33.88321	-80.39147	47			SC	085		
4597374	Spring Park	spring-park	US	55384	0	America/New_York	34.54288	-82.67625	233			SC	007		
4597384	Spring Valley	spring-valley	US	10977	0	America/New_York	34.64955	-82.88709	227			SC	073		
4597385	Spring Valley	spring-valley	US	10977	0	America/New_York	34.1071	-80.93453	90			SC	079		
4597386	Spring Valley	spring-valley	US	10977	0	America/New_York	34.91126	-80.9298	195			SC	091		
4597387	Spring Valley	spring-valley	US	10977	0	America/New_York	33.52543	-80.86537	75			SC	075		
4597395	Springbrook	springbrook	US	52075	0	America/New_York	34.66677	-82.96293	278			SC	073		
4597396	Springdale	springdale	US	15144	0	America/New_York	33.60708	-81.85372	113			SC	003		
4597397	Springdale	springdale	US	15144	2574	America/New_York	34.68931	-80.78618	164			SC	057		
4597398	Springdale	springdale	US	15144	2783	America/New_York	33.95932	-81.10898	70			SC	063		
4597399	Springdale	springdale	US	15144	0	America/New_York	34.77148	-83.02793	289			SC	073		
4597400	Springdale	springdale	US	15144	0	America/New_York	35.16734	-82.16317	279			SC	083		
4597401	Springdale	springdale	US	15144	0	America/New_York	34.95012	-81.87594	203			SC	083		
4597402	Springdale	springdale	US	15144	0	America/New_York	34.31765	-79.87173	45			SC	031		
4597403	Springdale	springdale	US	15144	0	America/New_York	34.16485	-82.0304	173			SC	047		
4597404	Springdale	springdale	US	15144	0	America/New_York	34.83262	-82.56819	309			SC	077		
4597416	Springfield	springfield	US	01101	0	America/New_York	32.47936	-80.63038	8			SC	013		
4597417	Springfield	springfield	US	01101	0	America/New_York	32.83684	-80.05454	10			SC	019		
4597418	Springfield	springfield	US	01101	503	America/New_York	33.49682	-81.27927	92	Springfild,Спрингфилд		SC	075		
4597451	Springhill	springhill	US	71075	0	America/New_York	34.08765	-80.9537	75			SC	079		
4597456	Springlake	springlake	US	79082	0	America/New_York	35.05845	-81.93233	276			SC	083		
4597462	Springtown	springtown	US	18081	0	America/New_York	33.21627	-81.10177	48	Duncanville,Springtown		SC	009		
4597463	Springtown	springtown	US	18081	0	America/New_York	33.09905	-80.67621	24			SC	029		
4597489	Squires	squires	US	65755	0	America/New_York	34.30155	-79.24504	24			SC	033		
4597502	Stafford	stafford	US	06075	0	America/New_York	32.67017	-81.16483	32	Stafford,Stafford Cross Roads		SC	049		
4597554	Startex	startex	US	29377	859	America/New_York	34.92845	-82.099	248	Sartex,Startex,Tucapau		SC	083		
4597562	State Line	state-line	US	17263	0	America/New_York	35.17679	-81.8001	286	State Line,Stateline		SC	021		
4597569	State Park	state-park	US	29147	0	America/New_York	34.09071	-80.9662	109			SC	079		
4597581	Starr	starr	US	29684	191	America/New_York	34.37705	-82.69569	234	Cross Roads,Starr,Twiggs		SC	007		
4597597	Steedman	steedman	US	65077	0	America/New_York	33.78459	-81.43871	104	Steadman,Stedman,Steedman,Steedmans		SC	063		
4597679	Stokes	stokes	US	27884	0	America/New_York	33.77377	-80.35453	56			SC	085		
4597695	Stone Creek	stone-creek	US	43840	0	America/New_York	35.00484	-82.01511	251			SC	083		
4597701	Stokes	stokes	US	27884	0	America/New_York	32.64184	-81.17038	27	Stokes,Stokes Cross Roads,Stokes Crossroads		SC	049		
4597703	Stone Lake	stone-lake	US	54876	0	America/New_York	34.87401	-82.3804	288			SC	045		
4597708	Stone Park	stone-park	US	60165	0	America/New_York	32.78018	-80.01648	9			SC	019		
4597712	Stoneboro	stoneboro	US	16153	0	America/New_York	34.54015	-80.73702	175	Russell Place,Stoneboro		SC	055		
4597745	Stony Point	stony-point	US	10980	0	America/New_York	34.27623	-82.12706	179	Stoney Point,Stony Point		SC	047		
4597765	Stover	stover	US	65078	0	America/New_York	34.55098	-81.01897	166			SC	039		
4597774	Strawberry	strawberry	US	72469	0	America/New_York	33.09156	-80.03064	15	Childsbury,Strawberry		SC	015		
4597775	Strawberry	strawberry	US	72469	0	America/New_York	33.33017	-79.25422	5			SC	043		
4597855	Sugar Hill	sugar-hill	US	03586	0	America/New_York	33.21266	-80.66093	36			SC	035		
4597856	Sugar Hill	sugar-hill	US	03586	0	America/New_York	34.76816	-82.94431	259			SC	073		
4597869	Sugar Hill	sugar-hill	US	03586	0	America/New_York	33.20795	-80.04564	27			SC	015		
4597882	Sullivans Island	sullivans-island	US	29482	1791	America/New_York	32.76323	-79.83675	4	Isola di Sullivan,Moultrieville,Sullivan's Island,Sullivans Island,Sullivanuv ostrov,Sullivanův ostrov,Sullivan’s Island,saribanzuairando,sha li wen de dao,swlywans aylnd  karwlynay jnwby,סאליבנס איילנד,سولیوانز جزیرہ، جنوبی کیرولائنا,سولیوانس آیلند، کارولینای جنوبی,サリバンズアイランド,沙利文的岛		SC	019		
4597903	Summerhill	summerhill	US	15958	0	America/New_York	34.94596	-81.95177	230			SC	083		
4597911	Summerton	summerton	US	29148	965	America/New_York	33.60822	-80.3512	42	Samerton,Summer Town,Summerton,sa mo dun,samrtwn  karwlynay jnwby,Самертон,سامرتون، کارولینای جنوبی,萨默顿		SC	027		
4597919	Summerville	summerville	US	15864	48848	America/New_York	33.0185	-80.17565	27	Flower Town In the Pines,Samervil,Sammervill,Summerville,sa mo wei er,samabiru,samrwyl  karwlynay jnwby,smrwyl  jnwby kyrwlayna,Самервил,Саммервилл,سامرویل، کارولینای جنوبی,سمرویل، جنوبی کیرولائنا,サマービル,萨默维尔		SC	035		
4597920	Summerville	summerville	US	15864	0	America/New_York	34.20904	-81.30954	135			SC	079		
4597943	Summit	summit	US	07901	432	America/New_York	33.92487	-81.42205	185			SC	063		
4597948	Sumter	sumter	US	29150	40816	America/New_York	33.92044	-80.34147	52	SSC,Samter,Sumter,Sumterville,sa mu te,samtr  karwlynay jnwby,smtr,Самтер,سامتر، کارولینای جنوبی,سمتر,سمٹر، جنوبی کیرولائنا,萨姆特	085	SC	085		
4597980	Sundance	sundance	US	82729	0	America/New_York	34.92374	-81.84094	235			SC	083		
4597997	Sunny Side	sunny-side	US	30284	0	America/New_York	33.56628	-79.02781	2			SC	043		
4598016	Sunset	sunset	US	04683	0	America/New_York	34.97761	-82.79903	310			SC	077		
4598098	Swansea	swansea	US	02777	891	America/New_York	33.73821	-81.09787	108			SC	063		
4598138	Sweetwater	sweetwater	US	37874	0	America/New_York	33.58569	-81.94067	165			SC	003		
4598166	Switzer	switzer	US	25647	0	America/New_York	34.80512	-82.02816	218	Switzer,Switzer Station		SC	083		
4598168	Sycamore	sycamore	US	15364	161	America/New_York	33.03571	-81.22205	45			SC	005		
4598184	Syracuse	syracuse	US	13201	0	America/New_York	34.23126	-79.96729	52			SC	031		
4598241	Tabor	tabor	US	51653	0	America/New_York	34.59399	-83.14127	233			SC	073		
4598248	Taft	taft	US	38488	0	America/New_York	33.501	-79.78229	19	Taft,Taft Crossroads		SC	089		
4598270	Tamassee	tamassee	US	29686	0	America/New_York	34.88037	-83.01959	324	Tamassee,Tamosee,Tamossee,Tomassee,Tymase,Victor		SC	073		
4598306	Tarboro	tarboro	US	27886	0	America/New_York	32.53185	-81.15427	20			SC	053		
4598322	Tatum	tatum	US	29594	72	America/New_York	34.64405	-79.58644	60	Hamer,Mount Washington,Tatum,Tatum Station		SC	069		
4598353	Taylors	taylors	US	29687	21617	America/New_York	34.92039	-82.29623	284	Taylor,Taylors		SC	045		
4598399	Ten Mile	ten-mile	US	37880	0	America/New_York	32.8874	-79.74397	6			SC	019		
4598400	Tenmile	tenmile	US	97481	0	America/New_York	32.89879	-80.01759	18			SC	019		
4598436	Thayer	thayer	US	46381	0	America/New_York	32.87462	-80.62871	13			SC	029		
4598454	The Colony	the-colony	US	75056	0	America/New_York	33.5293	-81.97789	127			SC	003		
4598577	Thor	thor	US	50591	0	America/New_York	33.71071	-81.25871	111			SC	063		
4598592	Thornwood	thornwood	US	10594	0	America/New_York	34.90151	-82.31845	298			SC	045		
4598650	Tigerville	tigerville	US	29688	1312	America/New_York	35.06845	-82.36845	297	Tigerville,Tygerville		SC	045		
4598658	Tillman	tillman	US	29943	0	America/New_York	32.46352	-81.10733	17	Bradhams,Tillman		SC	053		
4598682	Timberlake	timberlake	US	27583	0	America/New_York	34.86678	-82.34151	318			SC	045		
4598683	Timberlake	timberlake	US	27583	0	America/New_York	34.19262	-82.20179	189			SC	047		
4598684	Timberlake	timberlake	US	27583	0	America/New_York	34.59038	-82.9182	232			SC	073		
4598692	Timmonsville	timmonsville	US	29161	2378	America/New_York	34.13488	-79.93979	44			SC	041		
4598710	Tina	tina	US	64682	0	America/New_York	33.6021	-80.61148	54			SC	017		
4598718	Tinsley	tinsley	US	39173	0	America/New_York	34.31484	-82.28012	206			SC	047		
4598755	Toddville	toddville	US	21672	0	America/New_York	33.75878	-79.07615	5			SC	051		
4598835	Townville	townville	US	16360	0	America/New_York	34.56371	-82.89848	249	Brownsville,Brownville,Townsville,Townville		SC	007		
4598865	Travelers Rest	travelers-rest	US	29690	4994	America/New_York	34.96762	-82.44345	334	Otis,Pontiac,Travelers Rest,Travellers Rest,Tray,lu ke xiu xi,traflrz ryst,trwlr rst  karwlynay jnwby,Травелерс Рест,ترافلرز ريست,ترولر رست، کارولینای جنوبی,ٹریولرزریسٹ، جنوبی کیرولائنا,旅客休息		SC	045		
4598884	Tremont	tremont	US	17981	0	America/New_York	34.31376	-80.02951	60			SC	031		
4598889	Trenton	trenton	US	08601	191	America/New_York	33.74402	-81.84067	189	Pine House,Trenton,Трентон		SC	037		
4598905	Trinity	trinity	US	27370	0	America/New_York	34.24902	-81.73567	165			SC	071		
4599023	Troy	troy	US	03465	93	America/New_York	33.98762	-82.2979	156	Trickum,Trickumville,Troja,Troy,Троя		SC	047		
4599063	Turbeville	turbeville	US	29162	804	America/New_York	33.89072	-80.01841	38	Turbeville,Turbyfill		SC	027		
4599149	Twin Lakes	twin-lakes	US	53181	0	America/New_York	34.56427	-82.68097	220			SC	007		
4599151	Twin Lakes	twin-lakes	US	53181	0	America/New_York	33.00239	-80.27454	16			SC	035		
4599156	Twin Lakes	twin-lakes	US	53181	0	America/New_York	34.88901	-82.04122	223			SC	083		
4599157	Twin Lakes	twin-lakes	US	53181	0	America/New_York	33.89405	-80.40425	56			SC	085		
4599159	Twin Oaks	twin-oaks	US	74368	0	America/New_York	33.00184	-80.18037	22			SC	035		
4599166	Twin Brooks	twin-brooks	US	57269	0	America/New_York	35.04595	-82.00927	264			SC	083		
4599199	Ulmer	ulmer	US	29849	78	America/New_York	33.09738	-81.20816	49	Ulmer,Ulmers		SC	005		
4599207	Una	una	US	29378	0	America/New_York	34.96901	-81.97038	271			SC	083		
4599209	Una	una	US	29378	0	America/New_York	34.27015	-80.13451	61			SC	031		
4599212	Union	union	US	03887	0	America/New_York	34.71571	-80.62118	195	Adams Cross Roads,Adams Crossroads,Union		SC	057		
4599213	Union	union	US	03887	0	America/New_York	34.26847	-81.53205	155			SC	071		
4599214	Union	union	US	03887	8045	America/New_York	34.71541	-81.62371	196	Junion,USC,Union,Union Station,Unionville,aywnyn  karwlynay jnwby,lian he,ywnyn  jnwby kyrwlayna,ywnywn,Јунион,ایونین، کارولینای جنوبی,يونيون,یونین، جنوبی کیرولائنا,联合	087	SC	087		
4599363	Unity	unity	US	04988	0	America/New_York	34.79765	-80.69896	191			SC	057		
4599392	University Park	university-park	US	16802	0	America/New_York	32.91962	-80.09509	12			SC	035		
4599440	Utica	utica	US	13501	1489	America/New_York	34.67816	-82.93154	277	Jordania,Lonsdale,Utica		SC	073		
4599450	Valentine	valentine	US	69201	0	America/New_York	32.8235	-81.2576	42			SC	049		
4599455	Valley Falls	valley-falls	US	12185	6299	America/New_York	35.01595	-81.97483	247	Lola,Martel Mills,McMakins,Valley Falls,Valley Falls Mill		SC	083		
4599461	Valley Park	valley-park	US	39177	0	America/New_York	34.2771	-80.54508	86			SC	055		
4599462	Valley View	valley-view	US	17983	0	America/New_York	34.65288	-82.8807	235			SC	073		
4599468	Van Wyck	van-wyck	US	29744	0	America/New_York	34.85848	-80.84591	154	Heath,Heaths,Van Wyck,Vanwyck		SC	057		
4599470	Vance	vance	US	29163	166	America/New_York	33.43377	-80.42287	40			SC	075		
4599493	Varnville	varnville	US	29944	2067	America/New_York	32.85044	-81.07927	33	Dixie,Varnville		SC	049		
4599496	Vaucluse	vaucluse	US	29850	0	America/New_York	33.61264	-81.80983	101	Vancluse,Vaucluse,Vaucluse Factory		SC	003		
4599529	Vermillion	vermillion	US	55085	0	America/New_York	34.41289	-82.34262	223			SC	001		
4599574	Vina	vina	US	35593	0	America/New_York	33.86045	-78.9367	11			SC	051		
4599951	Wadmalaw Island	wadmalaw-island	US	29487	0	America/New_York	32.67101	-80.23454	6	Martin's Point,Martins Point,Wadmalaw Island		SC	019		
4599957	Wadsworth	wadsworth	US	44281	0	America/New_York	34.94707	-81.99594	248			SC	083		
4599961	Wagener	wagener	US	29164	822	America/New_York	33.65237	-81.36121	142	Gunters Cross Roads,Pinder Town,Wagener		SC	003		
4599972	Walden	walden	US	12586	0	America/New_York	34.05987	-81.18787	79			SC	063		
4599981	Walhalla	walhalla	US	29691	4251	America/New_York	34.76482	-83.06404	315	Valkhala,walhala,walhala  karwlynay jnwby,wo er ha la,Валхала,والهالا,والهالا، کارولینای جنوبی,والہالا، جنوبی کیرولائنا,沃尔哈拉	073	SC	073		
4599997	Walker	walker	US	26180	0	America/New_York	33.41293	-81.30122	91	Monie,Walker		SC	011		
4600013	Wallace	wallace	US	26448	892	America/New_York	34.72016	-79.84145	46	Kollock,Wallace		SC	069		
4600041	Walnut Creek	walnut-creek	US	44687	0	America/New_York	33.92848	-81.2151	75			SC	063		
4600042	Walnut Grove	walnut-grove	US	35990	0	America/New_York	34.67038	-82.94126	290			SC	073		
4600060	Walnut Hill	walnut-hill	US	62893	0	America/New_York	32.46825	-80.64316	7			SC	013		
4600065	Walterboro	walterboro	US	29488	5278	America/New_York	32.90517	-80.66677	21	Ireland Creek,RBW,Volterboro,Walterboro,Walterborough,Waterboro,waltrbwrw,waltrbwrw  karwlynay jnwby,wo er te bo lei,Волтерборо,والتربورو,والتربورو، کارولینای جنوبی,والٹربورو، جنوبی کیرولائنا,沃尔特伯勒	029	SC	029		
4600078	Walnut Grove	walnut-grove	US	35990	0	America/New_York	34.79429	-81.91399	238			SC	083		
4600120	Ward	ward	US	29166	92	America/New_York	33.85791	-81.72983	203	Hooty,Hooty Peck,Ward,Wards		SC	081		
4600141	Ware Shoals	ware-shoals	US	29692	2175	America/New_York	34.39845	-82.24679	192	Ware Shoals,Wares Mills		SC	047		
4600170	Warrenton	warrenton	US	20186	0	America/New_York	34.1565	-82.47541	167			SC	001		
4600173	Warrenville	warrenville	US	29851	1233	America/New_York	33.55097	-81.804	71			SC	003		
4600178	Warrington	warrington	US	18976	0	America/New_York	34.52043	-80.77119	169	Warintons,Warrenton,Warrington		SC	055		
4600183	Warsaw	warsaw	US	14569	0	America/New_York	33.5085	-79.55034	12			SC	089		
4600235	Washington	washington	US	03280	0	America/New_York	33.26933	-79.66896	9			SC	015		
4600270	Waterford	waterford	US	04088	0	America/New_York	34.16099	-79.8334	37			SC	041		
4600279	Waterloo	waterloo	US	13165	160	America/New_York	34.35151	-82.05928	186	Vaterlo,Ватерло		SC	059		
4600318	Watts	watts	US	74964	0	America/New_York	34.13845	-82.48985	164			SC	001		
4600320	Wattsville	wattsville	US	23483	0	America/New_York	34.52318	-81.99481	214	Watts Mills,Wattsville		SC	059		
4600322	Waverly	waverly	US	14892	0	America/New_York	34.00904	-81.0187	89			SC	079		
4600374	Wedgefield	wedgefield	US	29168	0	America/New_York	34.80984	-82.25373	282			SC	045		
4600375	Wedgefield	wedgefield	US	29168	1615	America/New_York	33.89266	-80.51814	76	Wedgewood		SC	085		
4600376	Wedgefield	wedgefield	US	29168	0	America/New_York	33.86961	-79.77312	24			SC	041		
4600412	Welcome	welcome	US	20693	0	America/New_York	34.58122	-82.72097	251			SC	007		
4600413	Welcome	welcome	US	20693	6668	America/New_York	34.82651	-82.43901	300			SC	045		
4600434	Wellford	wellford	US	29385	2526	America/New_York	34.95095	-82.10594	268	Welford,Wellford		SC	083		
4600447	Wells	wells	US	04090	0	America/New_York	33.37155	-80.48065	31			SC	075		
4600538	West Chester	west-chester	US	19380	0	America/New_York	34.04599	-81.09759	95			SC	079		
4600541	West Columbia	west-columbia	US	25287	16060	America/New_York	33.99349	-81.07398	87	Aretasville,Brookland,Green Hill,New Brookland,Vest Kolambija,West Columbia,wst klmbya  karwlynay jnwby,wyst kwlwmbya,xi ge lun bi ya,Вест Коламбија,وست کلمبیا، کارولینای جنوبی,ويست كولومبيا,ویسٹ کولمبیا، جنوبی کیرولائنا,西哥伦比亚		SC	063		
4600604	West Ridge	west-ridge	US	72391	0	America/New_York	33.90849	-80.39425	56			SC	085		
4600620	West Union	west-union	US	26456	312	America/New_York	34.75982	-83.04293	303			SC	073		
4600634	Westchester	westchester	US	60154	0	America/New_York	32.71351	-79.96092	1			SC	019		
4600639	Westcliffe	westcliffe	US	81252	0	America/New_York	34.8654	-82.46846	309			SC	045		
4600648	Westgate	westgate	US	50681	0	America/New_York	34.18957	-82.20762	195			SC	047		
4600649	Westgate	westgate	US	50681	0	America/New_York	33.97293	-81.11787	80			SC	063		
4600661	Westminster	westminster	US	01441	2484	America/New_York	34.66482	-83.09654	284	Vestminster,wei si min si te,wstmnstr,wstmynstr  karwlynay jnwby,Вестминстер,وستمنستر,وستمینستر، کارولینای جنوبی,ویسٹ منسٹر، جنوبی کیرولائنا,威斯敏斯特		SC	073		
4600680	Weston	weston	US	02493	0	America/New_York	33.87293	-80.81676	51			SC	079		
4600690	Westover	westover	US	16692	0	America/New_York	34.18679	-82.20679	191			SC	047		
4600714	Westville	westville	US	08093	0	America/New_York	34.85067	-82.4454	315			SC	045		
4600715	Westville	westville	US	08093	0	America/New_York	34.45682	-80.59896	139			SC	055		
4600718	Westwood	westwood	US	02090	0	America/New_York	33.97265	-81.10509	78			SC	063		
4600719	Westwood	westwood	US	02090	0	America/New_York	33.94876	-81.08065	55			SC	063		
4600720	Westwood	westwood	US	02090	0	America/New_York	33.53736	-81.74094	149			SC	003		
4600721	Westwood	westwood	US	02090	0	America/New_York	34.72873	-82.27428	242			SC	045		
4600722	Westwood	westwood	US	02090	0	America/New_York	34.71515	-80.81368	135			SC	057		
4600731	Wexford	wexford	US	15090	0	America/New_York	34.77821	-80.16145	106			SC	025		
4600732	Wexford	wexford	US	15090	0	America/New_York	34.68816	-82.88042	213			SC	073		
4600743	Wheatfield	wheatfield	US	46392	0	America/New_York	34.22623	-82.1104	186			SC	047		
4600792	White Hall	white-hall	US	21161	0	America/New_York	32.72185	-80.69038	4	White Hall,Whitehall		SC	029		
4600819	White Oak	white-oak	US	25989	0	America/New_York	33.55989	-80.21786	24			SC	027		
4600820	White Oak	white-oak	US	25989	0	America/New_York	34.47431	-81.11648	172	White Oak,Whiteoak		SC	039		
4600821	White Oak	white-oak	US	25989	0	America/New_York	34.88234	-82.36818	318			SC	045		
4600873	White Plains	white-plains	US	10601	0	America/New_York	34.67317	-82.53263	299			SC	007		
4600874	White Plains	white-plains	US	10601	0	America/New_York	34.99374	-81.73705	223			SC	021		
4600875	White Plains	white-plains	US	10601	0	America/New_York	34.7071	-80.41646	188			SC	025		
4600902	White Rock	white-rock	US	29177	0	America/New_York	34.14515	-81.27565	134			SC	079		
4600911	White Stone	white-stone	US	22578	0	America/New_York	34.90291	-81.81705	237	Rich,Rich Hill,White Stone,Whitestone		SC	083		
4600926	Whitehall	whitehall	US	12887	0	America/New_York	34.18682	-79.89812	42	White Hall,Whitehall		SC	041		
4600927	Whitehall	whitehall	US	12887	0	America/New_York	34.08207	-82.21096	170	White Hall,Whitehall		SC	047		
4600928	Whitehall	whitehall	US	12887	0	America/New_York	34.05626	-81.14704	70			SC	063		
4600987	Whitesville	whitesville	US	14897	0	America/New_York	33.14739	-80.06147	26	Ebenezer,Raccoon Hall,The Still,Whitesville,Whiteville		SC	015		
4600990	Whitmire	whitmire	US	29178	1462	America/New_York	34.50291	-81.61149	132	Whitmire,Whitmires		SC	071		
4601016	Whitney	whitney	US	15693	0	America/New_York	34.98429	-81.92649	228			SC	083		
4601029	Wiggins	wiggins	US	39577	0	America/New_York	32.60463	-80.54372	12	Wiggins,Wiggins Plantation		SC	029		
4601055	Wilder	wilder	US	05088	0	America/New_York	33.34711	-79.94313	18			SC	015		
4601071	Wildwood	wildwood	US	08260	0	America/New_York	32.91156	-80.03564	15			SC	019		
4601112	Williams	williams	US	29493	115	America/New_York	33.03461	-80.8426	32			SC	029		
4601167	Williamston	williamston	US	27892	4124	America/New_York	34.61845	-82.47791	248	Mineral Springs,Williamson,Williamston		SC	007		
4601178	Willington	willington	US	06279	142	America/New_York	33.97207	-82.4668	148			SC	065		
4601196	Williston	williston	US	05495	3028	America/New_York	33.40265	-81.42011	108			SC	011		
4601228	Willow Wood	willow-wood	US	45696	0	America/New_York	35.00984	-82.01733	254			SC	083		
4601229	Willowbrook	willowbrook	US	60527	0	America/New_York	32.98628	-80.00536	10			SC	015		
4601235	Wilson	wilson	US	14172	0	America/New_York	33.66322	-80.11841	36	Wilson,Wilsons Mill Station		SC	027		
4601281	Wilsonville	wilsonville	US	35186	0	America/New_York	32.91406	-80.04287	17			SC	019		
4601295	Windsor	windsor	US	01270	122	America/New_York	33.48181	-81.51372	118	Vindzor,Виндзор		SC	003		
4601302	Windsor Heights	windsor-heights	US	26075	0	America/New_York	34.26821	-80.64119	79			SC	055		
4601335	Winnsboro	winnsboro	US	29180	3351	America/New_York	34.3807	-81.08648	163	Vinsboro,Winnsboro,Winnsborough,Winsborough,Wynnesbourg,wen si bo lei,wynsbwrw  karwlynay jnwby,Винсборо,وینسبورو، کارولینای جنوبی,温斯伯勒	039	SC	039		
4601342	Winona	winona	US	25942	0	America/New_York	34.36678	-82.38346	226			SC	001		
4601346	Winter Park	winter-park	US	32789	0	America/New_York	33.91766	-80.41036	51			SC	085		
4601384	Witherbee	witherbee	US	12998	0	America/New_York	33.16184	-79.8298	16			SC	015		
4601443	Wood Lake	wood-lake	US	56297	0	America/New_York	32.21243	-80.70539	3			SC	013		
4601462	Woodbridge	woodbridge	US	07095	0	America/New_York	33.02545	-80.12898	24			SC	015		
4601463	Woodbridge	woodbridge	US	07095	0	America/New_York	34.97098	-81.10313	188			SC	091		
4601464	Woodbridge	woodbridge	US	07095	0	America/New_York	34.51927	-82.62791	221			SC	007		
4601465	Woodbridge	woodbridge	US	07095	0	America/New_York	34.39099	-80.0984	69			SC	031		
4601466	Woodburn	woodburn	US	42170	0	America/New_York	34.66816	-82.95181	290			SC	073		
4601468	Woodbury	woodbury	US	05681	0	America/New_York	33.76295	-79.24671	10			SC	067		
4601484	Woodford	woodford	US	22580	180	America/New_York	33.66737	-81.10926	116			SC	075		
4601485	Woodhaven	woodhaven	US	11421	0	America/New_York	32.73601	-79.92092	4			SC	019		
4601486	Woodhaven	woodhaven	US	11421	0	America/New_York	34.64038	-82.78597	252			SC	007		
4601491	Woodland	woodland	US	16881	0	America/New_York	33.03795	-79.90647	3			SC	015		
4601492	Woodland	woodland	US	16881	0	America/New_York	33.53682	-80.89648	80			SC	075		
4601506	Woodland Hills	woodland-hills	US	91364	0	America/New_York	34.03487	-81.12704	79			SC	063		
4601511	Woodland Park	woodland-park	US	80863	0	America/New_York	34.1571	-79.76506	36			SC	041		
4601512	Woodland Park	woodland-park	US	80863	0	America/New_York	33.65434	-78.94336	7			SC	051		
4601520	Woodlawn	woodlawn	US	24381	0	America/New_York	32.99239	-80.18287	26			SC	035		
4601521	Woodlawn	woodlawn	US	24381	0	America/New_York	34.18623	-82.2279	191			SC	047		
4601522	Woodlawn	woodlawn	US	24381	0	America/New_York	33.62597	-82.13206	169			SC	065		
4601523	Woodlawn	woodlawn	US	24381	0	America/New_York	33.51347	-81.98706	87			SC	003		
4601524	Woodlawn	woodlawn	US	24381	0	America/New_York	32.75573	-79.98981	3			SC	019		
4601539	Woodridge	woodridge	US	12789	0	America/New_York	33.51347	-81.90122	60			SC	003		
4601540	Woodridge	woodridge	US	12789	0	America/New_York	35.06178	-82.11511	322			SC	083		
4601541	Woodridge	woodridge	US	12789	0	America/New_York	33.54043	-80.91426	76			SC	075		
4601542	Woodrow	woodrow	US	80757	0	America/New_York	34.09488	-80.37786	74	Heriot,Heriot's Crossroads,Woodrow		SC	061		
4601547	Woodruff	woodruff	US	29388	4129	America/New_York	34.73957	-82.03705	240	Cross Roads,The Mill,Vudraf,Woodruff,Woodruff Tavern,Woodruff's,Woodruffs,wu de la fu,wwdrwf,wwdrwf  karwlynay jnwby,Вудраф,وودروف,وودروف، کارولینای جنوبی,伍德拉夫		SC	083		
4601571	Woodside	woodside	US	11377	0	America/New_York	34.85401	-82.4329	293			SC	045		
4601580	Woodstock	woodstock	US	03293	0	America/New_York	32.96323	-80.0887	11			SC	019		
4601584	Woodville	woodville	US	01784	0	America/New_York	32.93128	-79.72897	1			SC	019		
4601585	Woodville	woodville	US	01784	0	America/New_York	34.65012	-82.38873	271			SC	045		
4601588	Woodward	woodward	US	16882	0	America/New_York	34.52736	-81.17148	176	Woodward,Yonguesville,Yongueville		SC	039		
4601693	Yemassee	yemassee	US	29945	981	America/New_York	32.69018	-80.85066	12	Jemasi,ya ma xi,ymasy  karwlynay jnwby,Јемаси,یماسی، کارولینای جنوبی,یمسے ، جنوبی کیرولائنا,雅马西		SC	049		
4601703	York	york	US	03909	8009	America/New_York	34.9943	-81.24202	232	Fergus Cross Roads,Fergusons Cross Roads,Jork,York,Yorkville,yark  jnwby kyrwlayna,yue ke,ywrk,ywrk  karwlynay jnwby,Јорк,Йорк,يورك,یارک، جنوبی کیرولائنا,یورک، کارولینای جنوبی,约克	091	SC	091		
4601729	Yorkshire	yorkshire	US	14173	0	America/New_York	33.98238	-80.94176	67			SC	079		
4601771	Zion	zion	US	60099	0	America/New_York	34.25988	-79.31783	33			SC	067		
4601977	Acton	acton	US	01718	0	America/Chicago	35.00814	-88.45949	141			TN	109		
4601985	Adair	adair	US	50002	0	America/Chicago	35.71424	-88.9609	126			TN	113		
4601991	Adams	adams	US	01220	656	America/Chicago	36.58227	-87.06556	167	Adams,Adams Station		TN	147		
4602039	Adamsville	adamsville	US	02801	2239	America/Chicago	35.23591	-88.3906	157			TN	109		
4602056	Addison	addison	US	04606	0	America/New_York	35.37841	-84.52132	270			TN	107		
4602083	Adolphus	adolphus	US	42120	0	America/New_York	35.74119	-84.42548	227	Adolphus,Wrightsville		TN	105		
4602109	Afton	afton	US	13730	0	America/New_York	36.19399	-82.73876	446	Afton,Henderson,Henderson's,Home		TN	059		
4602167	Alamo	alamo	US	30411	2487	America/Chicago	35.78479	-89.11729	110	Alamo,Cageville	033	TN	033		
4602174	Albany	albany	US	05820	0	America/New_York	36.24204	-82.91099	347			TN	059		
4602176	Alberton	alberton	US	59820	0	America/Chicago	35.69979	-88.31643	139			TN	077		
4602181	Alcoa	alcoa	US	37701	9316	America/New_York	35.78953	-83.97379	257	Alcoa,North Maryville,alkwa,alkwa  tnsy,ألكوا,الکوا، تنسی		TN	009		
4602194	Alder	alder	US	59710	0	America/New_York	36.34758	-83.98992	329			TN	013		
4602270	Alexandria	alexandria	US	16611	976	America/Chicago	36.07756	-86.03332	199	Aleksandrija,Alexander,Alexandria,Александрия		TN	041		
4602305	Allardt	allardt	US	38504	631	America/Chicago	36.3809	-84.88439	511			TN	049		
4602318	Allen	allen	US	21810	0	America/New_York	35.43507	-84.85217	238	Allen,Allen Store		TN	121		
4602435	Allons	allons	US	38541	0	America/Chicago	36.44201	-85.34469	434			TN	133		
4602439	Alloway	alloway	US	08001	0	America/Chicago	35.80007	-84.8755	449			TN	035		
4602444	Allred	allred	US	38542	0	America/Chicago	36.33062	-85.18968	256			TN	133		
4602459	Alpha	alpha	US	42603	0	America/New_York	36.17704	-83.38267	391			TN	063		
4602465	Alpine	alpine	US	07620	0	America/Chicago	36.39479	-85.21691	280			TN	133		
4602483	Altamont	altamont	US	12009	1027	America/Chicago	35.42952	-85.72303	565		061	TN	061		
4602490	Alta Vista	alta-vista	US	50603	0	America/New_York	35.46396	-84.61605	299			TN	107		
4602494	Alto	alto	US	30510	0	America/Chicago	35.27064	-85.95304	311	Alto,Hockerville		TN	051		
4602551	Amherst	amherst	US	01002	0	America/New_York	35.95869	-84.03158	332			TN	093		
4602559	Amity	amity	US	15311	0	America/Chicago	35.69896	-86.05999	359			TN	015		
4602589	Anderson	anderson	US	29621	0	America/Chicago	35.37758	-86.17971	317			TN	031		
4602590	Anderson	anderson	US	29621	0	America/Chicago	34.99397	-85.90303	192			TN	051		
4602591	Anderson	anderson	US	29621	0	America/Chicago	36.17284	-85.23469	602			TN	133		
4602592	Anderson	anderson	US	29621	0	America/New_York	36.54038	-82.32125	489			TN	163		
4602702	Andersonville	andersonville	US	31711	472	America/New_York	36.19869	-84.03714	295	Andersonville,Wallaces Cross Roads		TN	001		
4602803	Antioch	antioch	US	37011	0	America/Chicago	35.78979	-88.97423	137			TN	003		
4602804	Antioch	antioch	US	37011	0	America/Chicago	36.06006	-86.67222	154			TN	037		
4602805	Antioch	antioch	US	37011	0	America/Chicago	35.85729	-85.71693	309			TN	041		
4602806	Antioch	antioch	US	37011	0	America/Chicago	35.4448	-89.34702	111			TN	075		
4602807	Antioch	antioch	US	37011	0	America/Chicago	35.68451	-88.44255	165			TN	077		
4602808	Antioch	antioch	US	37011	0	America/Chicago	36.27534	-85.65831	189	Antioch,Clenny		TN	087		
4602809	Antioch	antioch	US	37011	0	America/New_York	36.08064	-83.7799	304			TN	093		
4602810	Antioch	antioch	US	37011	0	America/Chicago	35.14786	-87.32141	272	Antioch,Evans		TN	099		
4602811	Antioch	antioch	US	37011	0	America/New_York	35.75647	-84.21797	338			TN	105		
4602812	Antioch	antioch	US	37011	0	America/Chicago	36.4445	-87.40195	126			TN	125		
4602813	Antioch	antioch	US	37011	0	America/Chicago	35.58591	-89.54258	82			TN	167		
4602814	Antioch	antioch	US	37011	0	America/Chicago	36.35588	-86.25499	151			TN	169		
4602916	Apison	apison	US	37302	2469	America/New_York	35.02396	-85.02384	262			TN	065		
4602941	Appleton	appleton	US	14008	0	America/Chicago	35.02369	-87.23335	201			TN	099		
4602957	Arcadia	arcadia	US	15712	0	America/New_York	36.58538	-82.45793	421			TN	163		
4602968	Archer	archer	US	32618	0	America/Chicago	35.32813	-86.75972	259			TN	117		
4602981	Arden	arden	US	10910	0	America/New_York	35.42174	-84.40937	284			TN	123		
4602982	Ardmore	ardmore	US	19003	1213	America/Chicago	34.99203	-86.84667	270	Ardmore,Austin		TN	055		
4602999	Arlington	arlington	US	02474	0	America/Chicago	36.3145	-87.71308	157			TN	083		
4603000	Arlington	arlington	US	02474	0	America/New_York	36.00508	-83.93352	303			TN	093		
4603001	Arlington	arlington	US	02474	11625	America/Chicago	35.2962	-89.66147	86	Arlington,Haysville,Withe Depot,Арлингтон		TN	157		
4603023	Armona	armona	US	93202	0	America/New_York	35.7873	-84.01407	279			TN	009		
4603108	Arp	arp	US	75750	0	America/Chicago	35.77341	-89.60258	130			TN	097		
4603112	Arrington	arrington	US	22922	0	America/Chicago	35.86812	-86.70916	213			TN	187		
4603148	Asbury	asbury	US	08802	0	America/Chicago	35.46369	-85.97721	334			TN	031		
4603149	Asbury	asbury	US	08802	0	America/Chicago	35.44953	-89.33229	110			TN	075		
4603150	Asbury	asbury	US	08802	0	America/New_York	35.95258	-83.82574	269			TN	093		
4603151	Asbury	asbury	US	08802	0	America/Chicago	35.73591	-89.57313	131			TN	097		
4603152	Asbury	asbury	US	08802	0	America/Chicago	36.58146	-85.06662	281	Asbury,Williams Chapel		TN	137		
4603153	Asbury	asbury	US	08802	0	America/Chicago	36.39533	-87.87808	148			TN	161		
4603154	Asbury	asbury	US	08802	0	America/New_York	36.32094	-82.39431	534			TN	179		
4603171	Arthur	arthur	US	37707	0	America/New_York	36.54814	-83.67075	373			TN	025		
4603204	Ashburn	ashburn	US	20146	0	America/Chicago	36.62115	-86.82861	194			TN	147		
4603223	Ashland	ashland	US	01721	0	America/Chicago	35.43619	-87.66752	221	Ashland,Forty Eight,Fortyeight		TN	181		
4603225	Ashland City	ashland-city	US	37015	4649	America/Chicago	36.27422	-87.06417	130	Ashland,Ashland City,Eshland Siti,aesyullaendeusiti,ashland syty,ashlnd syty  tnsy,Ешланд Сити,أشلاند سيتي,اشلند سیتی، تنسی,애슐랜드시티	021	TN	021		
4603254	Ashwood	ashwood	US	97711	0	America/Chicago	35.57952	-87.1439	214	Ashwood,Zion Acres		TN	119		
4603255	Ashwood	ashwood	US	97711	0	America/Chicago	36.06534	-86.46305	166			TN	149		
4603284	Athens	athens	US	04912	13688	America/New_York	35.44285	-84.59299	262	Atens,Athens,MMI,Pumpkintown,athyna,atn  tnsy,Атенс,آتن، تنسی,أثينا,ایتھنز، ٹینیسی	107	TN	107		
4603298	Atkins	atkins	US	24311	0	America/Chicago	36.52366	-87.73057	120			TN	161		
4603330	Atwood	atwood	US	38220	918	America/Chicago	35.97312	-88.67811	135			TN	017		
4603335	Auburntown	auburntown	US	37016	269	America/Chicago	35.94756	-86.09721	218	Auburn,Auburntown,Poplar Stand		TN	015		
4603347	Atoka	atoka	US	38004	9064	America/Chicago	35.44119	-89.77814	132			TN	167		
4603359	Austin	austin	US	16720	0	America/Chicago	35.20175	-88.2392	132			TN	071		
4603412	Avoca	avoca	US	14809	0	America/New_York	36.53177	-82.24625	448			TN	163		
4603417	Avondale	avondale	US	19311	0	America/Chicago	36.20394	-86.77722	131			TN	037		
4603418	Avondale	avondale	US	19311	0	America/Chicago	35.84118	-88.89701	126			TN	053		
4603419	Avondale	avondale	US	19311	0	America/New_York	36.30259	-83.46268	339			TN	057		
4603420	Avondale	avondale	US	19311	0	America/New_York	35.05452	-85.25968	212			TN	065		
4603421	Avondale	avondale	US	19311	0	America/Chicago	36.33199	-86.54944	172			TN	165		
4603567	Bailey	bailey	US	27807	0	America/Chicago	35.05092	-89.7287	107			TN	157		
4603616	Baileyton	baileyton	US	35019	431	America/New_York	36.33427	-82.83683	369	Bailey,Baileyton,Laurel Gap		TN	059		
4603755	Bakerton	bakerton	US	25410	0	America/Chicago	36.51283	-85.8047	313	Bakerton,Bakertown		TN	027		
4603761	Bakewell	bakewell	US	37304	0	America/New_York	35.3434	-85.13301	223	Bakewell,Retro		TN	065		
4603875	Balta	balta	US	58313	0	America/New_York	35.76896	-84.87634	462			TN	143		
4603882	Baltimore	baltimore	US	21201	0	America/New_York	35.98427	-83.05932	397			TN	029		
4604049	Barnardsville	barnardsville	US	28709	0	America/New_York	35.76118	-84.5991	250			TN	145		
4604053	Barnes	barnes	US	66933	0	America/Chicago	36.55645	-85.24718	287			TN	137		
4604054	Barnes	barnes	US	66933	0	America/New_York	36.35316	-82.31042	459			TN	179		
4604092	Barnesville	barnesville	US	18214	0	America/Chicago	35.43535	-87.38557	253	Barnesville,Barnville		TN	099		
4604183	Bartlett	bartlett	US	03812	58579	America/Chicago	35.20453	-89.87398	85	Bartlet,Bartlett,Union Depot,bartlyt,bartlyt  tnsy,Бартлет,Бартлетт,بارتليت,بارتلیت، تنسی,بارٹلیٹ، ٹینیسی		TN	157		
4604307	Bates	bates	US	97817	0	America/Chicago	35.91006	-87.37446	258			TN	081		
4604334	Bath Springs	bath-springs	US	38311	0	America/Chicago	35.4398	-88.08781	127			TN	039		
4604411	Baxter	baxter	US	26560	1384	America/Chicago	36.15367	-85.64359	313	Ai,Baxter,Lowlands,Mine Lick		TN	141		
4604457	Bayside	bayside	US	11359	0	America/New_York	35.74868	-84.66105	238			TN	145		
4604462	Bayview	bayview	US	83803	0	America/New_York	35.11257	-85.1619	256			TN	065		
4604466	Bayview	bayview	US	83803	0	America/New_York	35.85703	-83.8124	313			TN	009		
4604470	Beacon	beacon	US	12508	0	America/Chicago	35.6284	-88.18309	125	Beacon,Moray		TN	039		
4604504	Bean Station	bean-station	US	37708	3104	America/New_York	36.3437	-83.28406	350			TN	057		
4604569	Bear Creek	bear-creek	US	18602	0	America/Chicago	35.64868	-88.14893	159			TN	039		
4604673	Bearden	bearden	US	71720	0	America/New_York	35.93286	-84.00269	264	Bearden,Erin		TN	093		
4604688	Beardstown	beardstown	US	62618	0	America/Chicago	35.71229	-87.79919	156			TN	135		
4604729	Beasley	beasley	US	77417	0	America/Chicago	35.68007	-86.65194	230			TN	117		
4604791	Beaver	beaver	US	15009	0	America/Chicago	35.50258	-89.81092	91			TN	167		
4604888	Bedford	bedford	US	01730	0	America/Chicago	35.46368	-86.57361	242			TN	003		
4604948	Beech Bottom	beech-bottom	US	26030	0	America/Chicago	36.46533	-86.00804	188			TN	111		
4604954	Beech Bluff	beech-bluff	US	38313	0	America/Chicago	35.59646	-88.63144	117	Beech Bluff,Beechbluff,Homer		TN	113		
4604995	Beech Grove	beech-grove	US	42322	0	America/New_York	36.23452	-84.18993	305	Beech Grove,Better Chance		TN	001		
4604996	Beech Grove	beech-grove	US	42322	0	America/Chicago	36.32672	-87.19112	203			TN	021		
4604997	Beech Grove	beech-grove	US	42322	0	America/Chicago	35.92341	-89.35146	92			TN	045		
4604998	Beech Grove	beech-grove	US	42322	0	America/New_York	36.36703	-83.46962	326			TN	057		
4604999	Beech Grove	beech-grove	US	42322	0	America/New_York	36.29204	-83.00905	358			TN	073		
4605000	Beech Grove	beech-grove	US	42322	0	America/New_York	36.14536	-83.91436	351	Beech Grove,Snoderly		TN	093		
4605001	Beech Grove	beech-grove	US	42322	0	America/Chicago	35.61979	-86.9725	256			TN	119		
4605002	Beech Grove	beech-grove	US	42322	0	America/Chicago	36.41922	-86.09332	155			TN	169		
4605003	Beech Grove	beech-grove	US	42322	0	America/Chicago	36.12951	-88.81784	102			TN	183		
4605131	Beechgrove	beechgrove	US	37018	0	America/Chicago	35.62702	-86.24027	267	Beech Grove,Beechgrove		TN	031		
4605169	Beersheba Springs	beersheba-springs	US	37305	470	America/Chicago	35.46674	-85.65414	563	Beersheba Spring,Beersheba Springs,Bersheba Springs		TN	061		
4605184	Bel Air	bel-air	US	21014	0	America/Chicago	35.62702	-87.04528	196			TN	119		
4605205	Belfast	belfast	US	04915	0	America/Chicago	35.42091	-86.7025	253			TN	117		
4605211	Belk	belk	US	35545	0	America/Chicago	35.84257	-85.69943	308			TN	041		
4605229	Bell Buckle	bell-buckle	US	37020	517	America/Chicago	35.59174	-86.35416	261	Bell Buckle,Bellbuckle		TN	003		
4605322	Belle Mead	belle-mead	US	08502	0	America/Chicago	35.93701	-86.5036	168			TN	149		
4605334	Belle Rive	belle-rive	US	62810	0	America/Chicago	36.02423	-86.82444	198			TN	187		
4605347	Belleview	belleview	US	34420	0	America/Chicago	36.21061	-87.81614	209			TN	085		
4605348	Belleview	belleview	US	34420	0	America/Chicago	35.04536	-86.59694	273			TN	103		
4605354	Belleville	belleville	US	07109	0	America/Chicago	35.27286	-86.55388	240	Belleville,Bellville		TN	103		
4605355	Bellevue	bellevue	US	41073	0	America/Chicago	36.06478	-86.93945	183	Belleview,Bellevue,Bellevue Station,Vaughns Gap		TN	037		
4605356	Bellevue	bellevue	US	41073	0	America/Chicago	35.08898	-89.96481	89			TN	157		
4605372	Bells	bells	US	38006	2447	America/Chicago	35.71118	-89.08756	99	Bells,Bells Depot		TN	033		
4605422	Bellwood	bellwood	US	16617	0	America/Chicago	36.25339	-86.14721	187			TN	189		
4605426	Belleview	belleview	US	34420	0	America/Chicago	36.13423	-87.32612	179	Belleview,Bellview,Rock Church		TN	043		
4605435	Belmont	belmont	US	02478	0	America/New_York	36.24563	-84.03075	422			TN	001		
4605436	Belmont	belmont	US	02478	0	America/Chicago	35.42147	-86.11277	320			TN	031		
4605437	Belmont	belmont	US	02478	0	America/Chicago	35.38897	-89.48591	111			TN	047		
4605438	Belmont	belmont	US	02478	0	America/New_York	36.01037	-83.31739	330			TN	089		
4605439	Belmont	belmont	US	02478	0	America/Chicago	35.25452	-87.33752	275			TN	099		
4605440	Belmont	belmont	US	02478	0	America/Chicago	36.52005	-87.29778	165			TN	125		
4605470	Belvidere	belvidere	US	07823	0	America/Chicago	35.12925	-86.18665	302			TN	051		
4605577	Benton	benton	US	17814	1292	America/New_York	35.17424	-84.65355	226	Benton,Four Mile Stand,bntwn,bntwn  tnsy,Бентон,بنتون,بنتون، تنسی,بینٹن، ٹینیسی	139	TN	139		
4605603	Berclair	berclair	US	78107	0	America/Chicago	35.1487	-89.90787	83			TN	157		
4605609	Berea	berea	US	26327	0	America/Chicago	35.25841	-86.96834	248			TN	055		
4605610	Berea	berea	US	26327	0	America/Chicago	35.80896	-85.70443	306	Berea,Midway		TN	177		
4605635	Berlin	berlin	US	01503	0	America/Chicago	35.52979	-86.82444	207			TN	117		
4605651	Berry	berry	US	35546	0	America/Chicago	36.17561	-87.38696	246			TN	043		
4605687	Berryville	berryville	US	22611	0	America/Chicago	36.22144	-86.62388	148			TN	037		
4605694	Bessie	bessie	US	73622	0	America/Chicago	36.48812	-89.49952	91			TN	095		
4605704	Bethany	bethany	US	06524	0	America/New_York	36.08705	-82.7232	490			TN	059		
4605705	Bethany	bethany	US	06524	0	America/Chicago	35.70646	-85.85415	316			TN	177		
4605747	Bethel	bethel	US	04217	0	America/New_York	36.17119	-84.07658	278			TN	001		
4605748	Bethel	bethel	US	04217	0	America/Chicago	36.09784	-88.06531	170			TN	005		
4605749	Bethel	bethel	US	04217	0	America/New_York	35.6787	-83.73378	334			TN	009		
4605750	Bethel	bethel	US	04217	0	America/Chicago	36.03562	-88.44866	143			TN	017		
4605751	Bethel	bethel	US	04217	0	America/Chicago	36.37144	-87.17834	183			TN	021		
4605752	Bethel	bethel	US	04217	0	America/Chicago	35.8584	-85.85082	323	Bethel,Jones Mill,Jones Mills		TN	041		
4605753	Bethel	bethel	US	04217	0	America/Chicago	35.00175	-87.05334	189			TN	055		
4605754	Bethel	bethel	US	04217	0	America/Chicago	35.74369	-89.27924	90			TN	075		
4605755	Bethel	bethel	US	04217	0	America/Chicago	35.80146	-87.11834	211			TN	119		
4605756	Bethel	bethel	US	04217	0	America/Chicago	36.62949	-87.4339	157			TN	125		
4605757	Bethel	bethel	US	04217	0	America/Chicago	35.5884	-87.84364	174			TN	135		
4605758	Bethel	bethel	US	04217	0	America/Chicago	35.96562	-86.36499	189			TN	149		
4605759	Bethel	bethel	US	04217	0	America/Chicago	35.93145	-86.43027	168			TN	149		
4605907	Bethel Springs	bethel-springs	US	38315	713	America/Chicago	35.23369	-88.60644	146	Bethel Springs,Bethel Station		TN	109		
4605929	Bethesda	bethesda	US	20810	0	America/Chicago	35.82229	-85.34247	272			TN	185		
4605930	Bethesda	bethesda	US	20810	0	America/Chicago	35.76118	-86.79305	243			TN	187		
4605950	Bethlehem	bethlehem	US	03574	0	America/New_York	36.40647	-83.98575	440			TN	013		
4605951	Bethlehem	bethlehem	US	03574	0	America/Chicago	36.302	-87.08278	184			TN	021		
4605952	Bethlehem	bethlehem	US	03574	0	America/Chicago	35.25508	-88.35032	136			TN	071		
4605953	Bethlehem	bethlehem	US	03574	0	America/Chicago	35.30174	-88.03253	153			TN	071		
4605954	Bethlehem	bethlehem	US	03574	0	America/Chicago	36.45978	-88.26365	145			TN	079		
4605955	Bethlehem	bethlehem	US	03574	0	America/New_York	35.44174	-84.35076	298			TN	123		
4605956	Bethlehem	bethlehem	US	03574	0	America/Chicago	35.15564	-87.58752	199			TN	181		
4605957	Bethlehem	bethlehem	US	03574	0	America/Chicago	36.0009	-86.885	188			TN	187		
4606036	Bethpage	bethpage	US	11714	0	America/Chicago	36.03451	-87.6278	164			TN	085		
4606037	Bethpage	bethpage	US	11714	288	America/Chicago	36.48171	-86.31193	166			TN	165		
4606083	Beulah	beulah	US	38726	0	America/New_York	36.14537	-83.146	323			TN	059		
4606084	Beulah	beulah	US	38726	0	America/New_York	36.18536	-83.92602	309			TN	173		
4606101	Beverly	beverly	US	01915	0	America/New_York	36.03175	-83.90102	303			TN	093		
4606105	Beverly Hills	beverly-hills	US	34464	0	America/Chicago	36.14728	-85.46664	353			TN	141		
4606160	Bidwell	bidwell	US	45614	0	America/Chicago	35.27536	-86.62833	230			TN	103		
4606261	Big Creek	big-creek	US	25505	0	America/Chicago	35.3973	-87.12223	244			TN	055		
4606264	Big Creek	big-creek	US	25505	0	America/New_York	36.49148	-83.35435	407			TN	067		
4606266	Big Creek	big-creek	US	25505	0	America/New_York	36.47371	-82.94322	378			TN	073		
4606268	Big Creek	big-creek	US	25505	0	America/New_York	35.46424	-84.29909	281			TN	123		
4606435	Big Piney	big-piney	US	83113	0	America/New_York	35.68758	-84.33326	307			TN	105		
4606469	Big Rock	big-rock	US	24603	0	America/Chicago	36.58061	-87.76002	160	Big Rock,Bigrock		TN	161		
4606480	Big Sandy	big-sandy	US	24816	0	America/New_York	36.30871	-82.58709	469			TN	179		
4606483	Big Sandy	big-sandy	US	24816	542	America/Chicago	36.23478	-88.08531	113			TN	005		
4606515	Big Spring	big-spring	US	79720	0	America/New_York	36.31705	-82.24263	481			TN	019		
4606531	Big Spring	big-spring	US	79720	0	America/New_York	35.39313	-84.9005	215	Big Spring,Big Springs,Bigspring		TN	121		
4606567	Big Springs	big-springs	US	26137	0	America/New_York	35.72841	-84.1013	275	Big Springs,Cliff		TN	009		
4606568	Big Springs	big-springs	US	26137	0	America/Chicago	36.20061	-87.32195	189			TN	043		
4606569	Big Springs	big-springs	US	26137	0	America/New_York	36.58898	-82.92378	399			TN	067		
4606570	Big Springs	big-springs	US	26137	0	America/Chicago	36.43506	-85.26607	276			TN	133		
4606571	Big Springs	big-springs	US	26137	0	America/Chicago	35.7109	-86.27277	224	Big Springs,Mechanicsville		TN	149		
4606692	Bingham	bingham	US	04920	0	America/Chicago	35.93006	-86.96834	192			TN	187		
4606726	Birchwood	birchwood	US	37308	0	America/Chicago	36.62838	-87.42501	162			TN	125		
4606732	Birchwood	birchwood	US	37308	0	America/New_York	35.36257	-84.99217	232	Birchwood,Birkwood		TN	065		
4606785	Bishop	bishop	US	24604	0	America/Chicago	36.00479	-89.32813	84			TN	045		
4606848	Black Creek	black-creek	US	14714	0	America/New_York	36.38091	-84.60577	380			TN	151		
4606894	Black Oak	black-oak	US	72414	0	America/New_York	36.49008	-84.60661	482			TN	151		
4606895	Black Oak	black-oak	US	72414	0	America/Chicago	35.99534	-85.51581	313			TN	185		
4606898	Black Oak	black-oak	US	72414	0	America/New_York	36.01869	-83.97241	339			TN	093		
4607000	Blair	blair	US	25022	0	America/New_York	35.99258	-84.42076	268			TN	145		
4607005	Blaine	blaine	US	04734	1867	America/New_York	36.15425	-83.70407	293	Blain,Blaine,Blains Cross Roads,Blainville,Plains Cross Roads		TN	057		
4607091	Bledsoe	bledsoe	US	40810	0	America/Chicago	35.33563	-86.57805	243			TN	103		
4607092	Bledsoe	bledsoe	US	40810	0	America/Chicago	36.5156	-86.26554	183			TN	165		
4607111	Blevins	blevins	US	71825	0	America/New_York	36.23289	-82.15568	712			TN	019		
4607167	Blooming Grove	blooming-grove	US	10914	0	America/Chicago	35.20814	-86.97195	230			TN	055		
4607168	Blooming Grove	blooming-grove	US	10914	0	America/Chicago	36.11951	-88.5995	140			TN	183		
4607177	Bloomingdale	bloomingdale	US	07403	9888	America/New_York	36.58455	-82.48932	439			TN	163		
4607180	Bloomington	bloomington	US	12411	0	America/Chicago	36.58034	-85.19274	307			TN	137		
4607184	Bloomington Springs	bloomington-springs	US	38545	0	America/Chicago	36.19645	-85.62026	323	Bloomington,Bloomington Springs,Blumington		TN	141		
4607189	Blossom	blossom	US	75416	0	America/New_York	36.46121	-82.75099	396			TN	073		
4607201	Blountville	blountville	US	37617	3074	America/New_York	36.53316	-82.32681	469	Blantvill,Blountville,Bluntsville,Блантвилл	163	TN	163		
4607252	Blue Creek	blue-creek	US	25026	0	America/Chicago	35.3348	-86.91945	247			TN	055		
4607265	Blue Grass	blue-grass	US	24413	0	America/New_York	35.8648	-84.05963	248			TN	093		
4607270	Blue Hill	blue-hill	US	04614	0	America/Chicago	35.81035	-85.91304	349			TN	177		
4607292	Blue Ridge	blue-ridge	US	24064	0	America/New_York	36.55427	-82.21847	489			TN	163		
4607365	Blue Springs	blue-springs	US	38828	0	America/New_York	35.08424	-84.90883	274	Blue Spring,Blue Spring Station,Blue Springs,Bluespring Station,Howes		TN	011		
4607366	Blue Springs	blue-springs	US	38828	0	America/Chicago	35.87923	-85.84443	314			TN	041		
4607367	Blue Springs	blue-springs	US	38828	0	America/New_York	35.22007	-85.07273	241	Blue Spring,Blue Springs		TN	065		
4607369	Blue Springs	blue-springs	US	38828	0	America/New_York	35.74202	-84.66716	231			TN	145		
4607400	Bluefield	bluefield	US	24605	0	America/Chicago	35.9384	-86.55555	174			TN	149		
4607414	Bluff City	bluff-city	US	37618	1723	America/New_York	36.47427	-82.26097	442	Bluff City,Choates Ford,Middletown,Shoates Ford,Union,Union Depot,Zollicoffer		TN	163		
4607437	Bluff Springs	bluff-springs	US	62622	0	America/Chicago	35.81868	-85.76193	302			TN	177		
4607448	Bluffton	bluffton	US	29910	0	America/New_York	35.81065	-83.17571	373	Bluffton,Blufton		TN	029		
4607516	Bobtown	bobtown	US	15315	0	America/Chicago	35.18508	-85.91581	568			TN	051		
4607564	Boiling Springs	boiling-springs	US	17007	0	America/Chicago	36.07228	-85.59165	324			TN	141		
4607590	Boles	boles	US	62909	0	America/Chicago	36.61839	-85.66553	260			TN	027		
4607598	Bolivar	bolivar	US	14715	5093	America/Chicago	35.25619	-88.98784	136	Bolivar,Hatchie	069	TN	069		
4607618	Bolton	bolton	US	01740	0	America/Chicago	35.3212	-89.76064	97			TN	157		
4607639	Bon Air	bon-air	US	35032	0	America/Chicago	36.59477	-86.35805	263			TN	165		
4607640	Bon Air	bon-air	US	35032	0	America/Chicago	35.94118	-85.36247	565	Bon Air,Bon Air Springs,Bonair		TN	185		
4607644	Bon Aqua	bon-aqua	US	37025	0	America/Chicago	35.9534	-87.32696	254	Bon Aqua,Bonaqua		TN	081		
4607655	Bond	bond	US	80423	0	America/Chicago	35.72424	-87.40057	154	Bond,Bond Switch		TN	081		
4607693	Bonham	bonham	US	75418	0	America/New_York	35.72063	-84.89634	468			TN	143		
4607743	Boomer	boomer	US	25031	0	America/New_York	35.82788	-82.9607	909			TN	029		
4607750	Boone	boone	US	28607	0	America/New_York	36.37816	-82.43737	491			TN	179		
4607778	Booneville	booneville	US	38829	0	America/Chicago	35.27425	-86.46444	225			TN	103		
4607824	Boring	boring	US	21020	0	America/New_York	36.45705	-82.41931	429			TN	163		
4607849	Boston	boston	US	02108	0	America/Chicago	35.84284	-87.0325	222			TN	187		
4607901	Bowen	bowen	US	62316	0	America/New_York	36.30731	-83.42851	342			TN	057		
4607949	Bowman	bowman	US	29018	302	America/Chicago	36.06118	-85.02829	552			TN	035		
4607999	Box Elder	box-elder	US	57719	0	America/Chicago	35.25369	-88.30948	136			TN	071		
4608016	Boyce	boyce	US	22620	0	America/New_York	35.07702	-85.25718	207	Boyce,Boyce Station		TN	065		
4608022	Boyd	boyd	US	54726	0	America/New_York	35.84591	-84.17686	256			TN	093		
4608122	Braden	braden	US	38010	274	America/Chicago	35.37953	-89.56813	96	Braden,Concordia		TN	047		
4608123	Braden	braden	US	38010	0	America/New_York	36.41758	-83.87547	336			TN	173		
4608145	Bradford	bradford	US	02808	0	America/Chicago	35.67313	-89.20951	112			TN	075		
4608147	Bradford	bradford	US	02808	1011	America/Chicago	36.07645	-88.81006	111	Bradford,Kimble		TN	053		
4608210	Bradshaw	bradshaw	US	24817	0	America/Chicago	35.19369	-86.87084	240			TN	055		
4608235	Bradyville	bradyville	US	37026	0	America/Chicago	35.73979	-86.16555	230	Bradeyville,Bradyville		TN	015		
4608245	Brainerd	brainerd	US	56401	0	America/New_York	35.02007	-85.24023	217			TN	065		
4608279	Branchville	branchville	US	07826	0	America/Chicago	35.38285	-86.61333	272			TN	003		
4608280	Branchville	branchville	US	07826	0	America/Chicago	35.06286	-86.29388	268			TN	051		
4608362	Brayton	brayton	US	50042	0	America/Chicago	35.48229	-85.18329	597			TN	007		
4608373	Brazil	brazil	US	47834	0	America/Chicago	35.91757	-89.06257	104	Brazil,Poplar Grove		TN	053		
4608407	Brentwood	brentwood	US	11717	0	America/New_York	35.95619	-84.09519	327			TN	093		
4608408	Brentwood	brentwood	US	11717	41763	America/Chicago	36.03312	-86.78278	227	Brentvud,brntwwd  tnsy,bryntwwd,burentouddo,Брентвуд,برنتوود، تنسی,برينتوود,برینٹووڈ، ٹینیسی,ブレントウッド		TN	187		
4608409	Brentwood	brentwood	US	11717	0	America/New_York	36.19231	-83.37239	424			TN	063		
4608410	Brentwood	brentwood	US	11717	0	America/New_York	35.07785	-85.1919	225			TN	065		
4608411	Brentwood	brentwood	US	11717	0	America/Chicago	36.59449	-87.39723	140			TN	125		
4608412	Brentwood	brentwood	US	11717	0	America/New_York	36.37149	-82.40042	489			TN	179		
4608501	Briceville	briceville	US	37710	0	America/New_York	36.17841	-84.1852	278			TN	001		
4608550	Bridgeport	bridgeport	US	06601	0	America/New_York	35.95315	-83.1171	329			TN	029		
4608578	Brier Hill	brier-hill	US	13614	0	America/Chicago	35.36369	-87.3664	257			TN	099		
4608615	Brighton	brighton	US	02135	2328	America/Chicago	35.08009	-86.43916	290			TN	103		
4608616	Brighton	brighton	US	02135	2996	America/Chicago	35.48397	-89.72508	104	Brajton,Брайтон		TN	167		
4608657	Bristol	bristol	US	02809	26666	America/New_York	36.59511	-82.18874	511	Bristol,Sapling Grove,brystwl,brystwl  tnsy,bu li si tuo er,burisutoru,Бристол,برسٹل، ٹینیسی,بريستول,بریستول، تنسی,ブリストル,布里斯托爾		TN	163		
4608714	Broadview	broadview	US	59015	0	America/Chicago	35.8398	-89.25979	138			TN	033		
4608715	Broadview	broadview	US	59015	0	America/Chicago	35.18592	-86.19943	294			TN	051		
4608716	Broadview	broadview	US	59015	0	America/Chicago	35.49313	-87.09806	219			TN	119		
4608719	Broadway	broadway	US	08808	0	America/Chicago	35.67507	-88.46672	152			TN	077		
4608769	Brookfield	brookfield	US	01506	0	America/Chicago	35.10426	-89.87981	106			TN	157		
4608770	Brookfield	brookfield	US	01506	0	America/New_York	35.00702	-85.24523	225			TN	065		
4608774	Brookhaven	brookhaven	US	11719	0	America/Chicago	35.93201	-85.0069	543			TN	035		
4608778	Brooklin	brooklin	US	04616	0	America/Chicago	36.05034	-86.61472	186	Brooklin,Brooklyn		TN	037		
4608835	Brookside	brookside	US	07926	0	America/New_York	36.25286	-84.34827	387			TN	013		
4609066	Browns	browns	US	62818	0	America/New_York	35.78482	-83.11376	432			TN	029		
4609067	Browns	browns	US	62818	0	America/Chicago	36.4895	-85.97165	311			TN	111		
4609116	Brownsville	brownsville	US	05037	9876	America/Chicago	35.59397	-89.26229	119	Braunsvil,brawnzfyl,brawnzwyl  tnsy,bu lang si wei er,Браунсвил,براونزفيل,براونزویل، تنسی,布朗斯维尔	075	TN	075		
4609117	Brownsville	brownsville	US	05037	0	America/Chicago	36.36005	-87.72252	195			TN	083		
4609124	Browntown	browntown	US	53522	0	America/Chicago	35.95923	-85.20497	593			TN	035		
4609163	Bruceton	bruceton	US	38317	1434	America/Chicago	36.03812	-88.24449	144	Bruceton,Hollow Rock Junction,Junction City,New One		TN	017		
4609164	Bruceville	bruceville	US	47516	0	America/Chicago	35.91952	-89.34952	94			TN	045		
4609184	Brunswick	brunswick	US	04011	0	America/Chicago	35.26731	-89.76869	79			TN	157		
4609202	Brush Creek	brush-creek	US	38547	0	America/Chicago	36.11728	-86.02777	196	Bruchcreek,Brush Creek,North Alexandria,Tuxedo		TN	159		
4609204	Brush Creek	brush-creek	US	38547	0	America/Chicago	35.41146	-85.38469	243			TN	153		
4609206	Brush Creek	brush-creek	US	38547	0	America/Chicago	36.00728	-87.08139	258			TN	187		
4609303	Bryant	bryant	US	35958	0	America/Chicago	35.29952	-85.44413	223			TN	153		
4609353	Bryson	bryson	US	76427	0	America/Chicago	35.09869	-86.86167	203			TN	055		
4609354	Bryson	bryson	US	76427	0	America/New_York	35.45646	-84.61049	292			TN	107		
4609372	Buchanan	buchanan	US	10511	0	America/Chicago	36.437	-88.20837	135			TN	079		
4609510	Buckeye	buckeye	US	24924	0	America/New_York	36.4073	-84.29354	446			TN	013		
4609562	Buckner	buckner	US	40010	0	America/Chicago	36.00478	-85.75137	318			TN	041		
4609598	Buena Vista	buena-vista	US	15018	0	America/Chicago	35.97645	-88.28949	155	Buena Vista,Buenavista		TN	017		
4609599	Buena Vista	buena-vista	US	15018	0	America/New_York	35.73675	-83.98602	313			TN	009		
4609609	Buffalo	buffalo	US	14201	0	America/New_York	36.13702	-84.38743	436			TN	001		
4609610	Buffalo	buffalo	US	14201	0	America/Chicago	35.68757	-87.48807	264	Buffalo,Buffalo Switch		TN	081		
4609611	Buffalo	buffalo	US	14201	0	America/Chicago	35.88562	-87.80669	138			TN	085		
4609612	Buffalo	buffalo	US	14201	0	America/New_York	36.49233	-82.30569	426			TN	163		
4609678	Buffalo Valley	buffalo-valley	US	38548	0	America/Chicago	36.14145	-85.78665	158			TN	141		
4609687	Buffalo Valley	buffalo-valley	US	38548	0	America/Chicago	35.45369	-87.61335	201			TN	101		
4609789	Bulls Gap	bulls-gap	US	37711	724	America/New_York	36.25704	-83.086	360	Bulls Gap,Bullsgap,Rogersville Junction		TN	073		
4609812	Bumpus Mills	bumpus-mills	US	37028	0	America/Chicago	36.60477	-87.83752	122			TN	161		
4609835	Buncombe	buncombe	US	62912	0	America/New_York	36.51177	-82.31708	462			TN	163		
4609847	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	35.13953	-86.87639	205	Bunker Hill,Bunkerhill		TN	055		
4609851	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	35.71007	-86.59944	235			TN	149		
4609853	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	35.10065	-90.02926	88			TN	157		
4609854	Bunker Hill	bunker-hill	US	25413	0	America/New_York	36.41983	-82.24902	465	Bunker Hill,Elkanah		TN	163		
4609887	Burbank	burbank	US	44214	0	America/New_York	36.14873	-82.10179	911			TN	019		
4609919	Burgess	burgess	US	22432	0	America/Chicago	36.09728	-85.54859	330			TN	141		
4609944	Burke	burke	US	12917	0	America/Chicago	35.77451	-85.0169	302			TN	035		
4609971	Burlington	burlington	US	01803	0	America/New_York	35.99064	-83.87907	309			TN	093		
4609975	Burlison	burlison	US	38015	418	America/Chicago	35.55703	-89.77897	125			TN	167		
4609981	Burnett	burnett	US	53922	0	America/Chicago	36.07284	-85.40386	562			TN	141		
4610022	Burns	burns	US	37029	1473	America/Chicago	36.05339	-87.31251	244	Burns,Burns Station,Grade Fortytwo,Halls Station		TN	043		
4610106	Burton	burton	US	26562	0	America/Chicago	36.06256	-85.65165	321			TN	141		
4610108	Burt	burt	US	14028	0	America/Chicago	35.76924	-86.12944	221			TN	015		
4610135	Busby	busby	US	59016	0	America/Chicago	35.10675	-87.40974	270	Busby,Busby Switch		TN	099		
4610190	Butler	butler	US	07405	0	America/New_York	36.35345	-82.03234	608	Butler,Carterview		TN	091		
4610294	Bybee	bybee	US	37713	0	America/New_York	36.04815	-83.17933	340	Bybee,Lickskillet		TN	029		
4610363	Byrdstown	byrdstown	US	38549	814	America/Chicago	36.57451	-85.12884	313		137	TN	137		
4610415	Cades	cades	US	29518	0	America/Chicago	35.9759	-88.78339	113	Cades,Cades Mill,Waterford		TN	053		
4610429	Cadet	cadet	US	63630	0	America/Chicago	35.93201	-86.84639	211	Cadet,Cadet Homes		TN	187		
4610459	Cainsville	cainsville	US	64632	0	America/Chicago	35.98534	-86.24888	229			TN	189		
4610461	Cairo	cairo	US	12413	0	America/Chicago	35.82341	-89.16618	106			TN	033		
4610462	Cairo	cairo	US	12413	0	America/Chicago	36.36088	-86.3636	140			TN	165		
4610485	Caldwell	caldwell	US	07006	0	America/Chicago	35.50368	-86.38222	253	Caldwell,Caldwell Station,Coldwell		TN	003		
4610524	Calhoun	calhoun	US	30701	495	America/New_York	35.29646	-84.748	217			TN	107		
4610567	Calvary	calvary	US	39829	0	America/Chicago	36.19229	-89.44924	84			TN	045		
4610634	Cambria	cambria	US	53923	0	America/New_York	35.28174	-84.53632	238			TN	107		
4610638	Camargo	camargo	US	61919	0	America/Chicago	35.08231	-86.63583	305			TN	103		
4610639	Cambridge	cambridge	US	02138	0	America/Chicago	35.79312	-85.69581	311			TN	177		
4610643	Camden	camden	US	04843	3575	America/Chicago	36.05895	-88.09782	137	Camden,Glovers Gap,Kamden,Tranquility,kaemdeon,kamdn,kmdn  tnsy,Камден,كامدن,کمدن، تنسی,کیمڈن، ٹینیسی,캠던	005	TN	005		
4610704	Camp Creek	camp-creek	US	25820	0	America/New_York	36.08733	-82.76376	426	Camp Creek,Whig		TN	059		
4610801	Campaign	campaign	US	38550	0	America/Chicago	35.7709	-85.62859	294	Campaign,Pine Bluff		TN	177		
4610804	Campbell	campbell	US	14821	0	America/Chicago	36.08201	-85.53609	322			TN	141		
4610900	Campbellsville	campbellsville	US	42718	0	America/Chicago	35.3373	-87.13057	229	Campbellsville,Campbellville		TN	055		
4610936	Canaan	canaan	US	03741	0	America/Chicago	35.58563	-87.18306	180			TN	119		
4610937	Canaan	canaan	US	03741	0	America/Chicago	36.40422	-87.49112	199			TN	125		
4611330	Carlisle	carlisle	US	01741	0	America/Chicago	36.42477	-87.75697	118			TN	161		
4611337	Carlock	carlock	US	61725	0	America/Chicago	36.42367	-85.54692	290			TN	087		
4611338	Carlock	carlock	US	61725	0	America/New_York	35.29146	-84.55243	232			TN	107		
4611341	Carlton	carlton	US	16311	0	America/New_York	35.82453	-84.02602	285	Carlton,Midway		TN	009		
4611364	Carnegie	carnegie	US	15106	0	America/New_York	36.32816	-82.34125	492	Carnegie,East Carnegie Addition		TN	179		
4611479	Carroll	carroll	US	43112	0	America/Chicago	35.7184	-88.82006	123			TN	113		
4611534	Carter	carter	US	41128	0	America/New_York	36.41289	-82.0804	561			TN	019		
4611535	Carter	carter	US	41128	0	America/New_York	36.02092	-83.71407	275			TN	093		
4611653	Cartersville	cartersville	US	23027	0	America/New_York	36.58399	-82.64627	413			TN	073		
4611654	Cartersville	cartersville	US	23027	0	America/Chicago	35.72118	-87.24557	168	Cartersville,Charter Town,Cottage Hill		TN	119		
4611656	Carthage	carthage	US	13619	2278	America/Chicago	36.25228	-85.95165	157	Kartidz,jia tai ji,karthagh,kartyj  tnsy,kasiji,Картиџ,كارثاغ,کارتھیج، ٹینیسی,کارتیج، تنسی,迦太基,카시지	159	TN	159		
4611664	Cartwright	cartwright	US	58838	0	America/Chicago	35.2784	-85.4583	212	Cartwright,Thermans		TN	153		
4611665	Cartwright	cartwright	US	58838	0	America/Chicago	36.39256	-85.86998	180			TN	159		
4611691	Caryville	caryville	US	32427	2200	America/New_York	36.29897	-84.22326	333	Careyville,Caryville		TN	013		
4611738	Cassville	cassville	US	13318	0	America/Chicago	35.95534	-85.60165	320			TN	185		
4611742	Castalian Springs	castalian-springs	US	37031	556	America/Chicago	36.39366	-86.30805	151	Blodsoe Lick,Blodsoe Station,Castalian Springs		TN	165		
4611834	Catlettsburg	catlettsburg	US	41129	0	America/New_York	35.90453	-83.581	270	Catlettsburg,Catlettsburgh		TN	155		
4611835	Cato	cato	US	13033	0	America/Chicago	36.39727	-86.03415	154	Cato,Turkey Pen		TN	169		
4611848	Catoosa	catoosa	US	74015	0	America/New_York	36.05424	-84.67244	353			TN	129		
4611876	Cave Creek	cave-creek	US	85327	0	America/New_York	35.81396	-84.38743	271			TN	145		
4611912	Cave Spring	cave-spring	US	30124	0	America/New_York	36.50481	-83.55657	463			TN	025		
4611928	Cave Spring	cave-spring	US	30124	0	America/Chicago	36.48616	-87.59946	155			TN	125		
4611961	Cave Springs	cave-springs	US	72718	0	America/Chicago	36.55145	-85.47247	167			TN	027		
4612022	Cedar Bluff	cedar-bluff	US	24609	0	America/New_York	35.92647	-84.09436	287			TN	093		
4612023	Cedar Bluff	cedar-bluff	US	24609	0	America/Chicago	36.49671	-86.13054	190			TN	111		
4612024	Cedar Bluff	cedar-bluff	US	24609	0	America/New_York	35.85454	-83.43489	311			TN	155		
4612054	Cedar Creek	cedar-creek	US	68016	0	America/New_York	36.02399	-82.90237	413	Cedar Creek,Cedarcreek		TN	059		
4612096	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	35.64424	-86.62611	219			TN	003		
4612097	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	35.81701	-88.59561	150	Cedar Grove,Cedargrove		TN	017		
4612098	Cedar Grove	cedar-grove	US	07009	0	America/New_York	36.30844	-82.31347	505			TN	019		
4612099	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	35.48202	-88.26782	148			TN	077		
4612100	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	35.94617	-87.81086	126			TN	085		
4612101	Cedar Grove	cedar-grove	US	07009	0	America/New_York	36.12452	-83.99408	274			TN	093		
4612102	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	36.55729	-85.05606	311			TN	137		
4612103	Cedar Grove	cedar-grove	US	07009	0	America/New_York	35.84508	-84.46271	265	Cedar Grove,Shady Grove		TN	145		
4612104	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	35.78118	-86.61944	234			TN	149		
4612105	Cedar Grove	cedar-grove	US	07009	0	America/New_York	36.57343	-82.5246	421			TN	163		
4612106	Cedar Grove	cedar-grove	US	07009	0	America/New_York	36.48011	-82.18846	445	Cedar Grove,Island Mills,Webb		TN	163		
4612107	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	36.34477	-86.44305	155			TN	165		
4612108	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	35.73618	-85.56192	292			TN	175		
4612109	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	36.25172	-86.52777	177	Brush Arbor,Cedar Grove		TN	189		
4612194	Cedar Hill	cedar-hill	US	37032	0	America/New_York	36.12927	-82.89015	451			TN	059		
4612195	Cedar Hill	cedar-hill	US	37032	0	America/New_York	36.14482	-82.81737	458			TN	059		
4612196	Cedar Hill	cedar-hill	US	37032	304	America/Chicago	36.17534	-85.67498	324			TN	141		
4612197	Cedar Hill	cedar-hill	US	37032	318	America/Chicago	36.55143	-86.99917	207	Cedar Hill,Cedarhill		TN	147		
4612198	Cedar Hill	cedar-hill	US	37032	0	America/New_York	34.98841	-85.28468	224			TN	065		
4612251	Cedar Lane	cedar-lane	US	77415	0	America/New_York	36.35705	-82.6621	488			TN	059		
4612281	Cedar Springs	cedar-springs	US	39832	0	America/New_York	35.91147	-84.0863	275			TN	093		
4612282	Cedar Springs	cedar-springs	US	39832	0	America/Chicago	35.26257	-85.47774	219			TN	115		
4612284	Cedar Springs	cedar-springs	US	39832	0	America/New_York	35.41924	-84.61688	259			TN	107		
4612310	Cedar Valley	cedar-valley	US	84013	0	America/New_York	36.56955	-82.17485	488			TN	163		
4612315	Celina	celina	US	38551	1494	America/Chicago	36.55006	-85.50525	169		027	TN	027		
4612346	Center	center	US	42214	0	America/Chicago	35.35397	-87.45168	316			TN	099		
4612372	Center Hill	center-hill	US	33514	0	America/Chicago	35.79368	-85.96221	376			TN	015		
4612373	Center Hill	center-hill	US	33514	0	America/Chicago	35.54396	-88.39421	186	Center Hill,Little Rock		TN	077		
4612393	Center Point	center-point	US	26339	0	America/Chicago	35.11342	-89.15562	170			TN	069		
4612394	Center Point	center-point	US	26339	0	America/Chicago	35.10536	-87.33446	288			TN	099		
4612396	Center Point	center-point	US	26339	0	America/Chicago	35.32229	-85.38219	225			TN	153		
4612397	Center Point	center-point	US	26339	0	America/Chicago	35.88618	-85.61526	304			TN	185		
4612455	Centertown	centertown	US	42328	246	America/Chicago	35.72507	-85.92054	336	Center Town,Centertown,Glascock,Glasscocks		TN	177		
4612460	Centerview	centerview	US	64019	0	America/Chicago	35.28536	-88.17365	161			TN	071		
4612465	Centerville	centerville	US	02632	3584	America/Chicago	35.77896	-87.46696	190	Centerville,Centreville,GHM	081	TN	081		
4612466	Centerville	centerville	US	02632	0	America/Chicago	36.2895	-86.20666	146	Centerville,Centreville		TN	189		
4612474	Central	central	US	29630	2279	America/New_York	36.32622	-82.28958	505	Central,Central Heights		TN	019		
4612476	Central	central	US	29630	2686	America/Chicago	35.80369	-89.5373	150			TN	097		
4612596	Cerro Gordo	cerro-gordo	US	28430	0	America/Chicago	35.30369	-88.18059	124	Cerro Gordo,Cerrogordo		TN	071		
4612645	Chambers	chambers	US	68725	0	America/Chicago	35.08064	-88.38588	143			TN	109		
4612646	Chambers	chambers	US	68725	0	America/Chicago	36.4534	-88.98479	115			TN	131		
4612691	Chandler	chandler	US	47610	0	America/New_York	35.83814	-83.98407	272			TN	009		
4612712	Chanute	chanute	US	66720	0	America/Chicago	36.6059	-85.05967	300			TN	137		
4612723	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	35.59868	-88.48672	167			TN	077		
4612725	Chapel Hill	chapel-hill	US	27514	1467	America/Chicago	35.62646	-86.69333	211	Chapel Hill,Chapelhill		TN	117		
4612726	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	35.63368	-87.25168	270			TN	119		
4612771	Chapmansboro	chapmansboro	US	37035	0	America/Chicago	36.31228	-87.14139	122			TN	021		
4612805	Charleston	charleston	US	04422	676	America/New_York	35.2873	-84.75827	222	Charleston,Charlston,Cowpea Capital of the World,charlztwn  tnsy,tsharlstwn,Чарлстон,تشارلستون,چارلزتون، تنسی,چارلسٹن، ٹینیسی		TN	011		
4612806	Charleston	charleston	US	04422	0	America/Chicago	35.49591	-89.50896	107	Charleston,Phelan		TN	167		
4612828	Charlotte	charlotte	US	05445	1506	America/Chicago	36.17728	-87.33973	198	Charlotte,Charlottesville,Sharlott,Шарлотт	043	TN	043		
4612854	Chaska	chaska	US	55318	0	America/New_York	36.52897	-84.07743	333			TN	013		
4613181	Chestnut Ridge	chestnut-ridge	US	15422	0	America/Chicago	35.3348	-86.53833	348	Chestnut Ridge,Chestnutridge		TN	103		
4612862	Chattanooga	chattanooga	US	37401	176588	America/New_York	35.04563	-85.30968	206	A'tla'nuwa,Atala'nuwa',CHA,Catanuga,Chatanuga,Chattanooga,Chattanuga,Lookout City,Old French Store,Ross Landing,Ross's Landing,Ross's Store,Ross's Warehouse,Ross's Wharf,Tsattanounka,cetanuga,cha ta nu jia,chaeteonuga,chatanuga,chatanwga  tnsy,tshatanwgha,ztnwgh,Čatanuga,Τσαττανούγκα,Чатануга,Чаттануга,Чаттануґа,צטנוגה,تشاتانوغا,چاتانوگا، تنسی,چٹانوگا، ٹینیسی,चॅटानूगा,チャタヌーガ,查塔努加,채터누가	065	TN	065		
4612920	Cherokee	cherokee	US	28719	0	America/New_York	36.20731	-83.49768	374			TN	057		
4612921	Cherokee	cherokee	US	28719	0	America/New_York	36.27427	-82.38431	577			TN	179		
4612969	Cherokee Village	cherokee-village	US	72525	0	America/New_York	36.5551	-82.55904	363			TN	163		
4612977	Cherry	cherry	US	61317	0	America/Chicago	35.67675	-89.70841	88			TN	097		
4612999	Cherry Creek	cherry-creek	US	14723	0	America/Chicago	36.0209	-85.44581	292	Cherry Creek,Cherrycreek		TN	185		
4613016	Cherry Hill	cherry-hill	US	08002	0	America/Chicago	36.07423	-85.72776	315			TN	041		
4613066	Cherry Valley	cherry-valley	US	01611	0	America/Chicago	36.09839	-86.16388	219	Cherry Valley,Pleasant Valley		TN	189		
4613068	Chesterfield	chesterfield	US	01012	469	America/Chicago	35.63451	-88.26699	123			TN	077		
4613128	Chestnut Hill	chestnut-hill	US	02467	0	America/Chicago	36.09284	-88.00559	194			TN	005		
4613129	Chestnut Hill	chestnut-hill	US	02467	0	America/Chicago	35.96201	-84.90967	592			TN	035		
4613130	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	35.93009	-83.34016	327	Chestnut Hill,Chestnuthill		TN	089		
4613131	Chestnut Hill	chestnut-hill	US	02467	0	America/Chicago	36.55421	-86.39999	265			TN	165		
4613132	Chestnut Hill	chestnut-hill	US	02467	0	America/Chicago	35.97701	-86.82417	264			TN	187		
4613147	Chestnut Mound	chestnut-mound	US	38552	0	America/Chicago	36.20284	-85.82637	296			TN	159		
4613169	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	36.46842	-83.58852	511			TN	025		
4613173	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	36.14594	-82.69793	450			TN	059		
4613182	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	35.80174	-84.30548	319			TN	105		
4613293	Childress	childress	US	79201	0	America/New_York	36.42788	-82.26347	450	Childersville,Childress		TN	163		
4613314	Chilhowee	chilhowee	US	64733	0	America/New_York	35.55731	-84.01046	269	Chilhowah,Chilhowee,Chilowee,Madisonville		TN	009		
4613365	China Grove	china-grove	US	28023	0	America/Chicago	36.13896	-88.91395	107			TN	053		
4613501	Christiana	christiana	US	17509	9830	America/Chicago	35.71007	-86.39944	213			TN	149		
4613533	Chuckey	chuckey	US	37641	9560	America/New_York	36.21594	-82.68821	438	Chuckey,Chuckey City,Chucky,Chucky City,Fullen,Fullen's,Fullens,Fuller's		TN	059		
4613560	Church Hill	church-hill	US	21623	6719	America/New_York	36.52232	-82.71349	371	Church Hill,Patterson Mill		TN	073		
4613653	Churchton	churchton	US	20733	0	America/Chicago	36.11924	-89.17757	104	Churchton,Churchtown		TN	045		
4613759	Clairfield	clairfield	US	37715	0	America/New_York	36.55008	-83.9502	339			TN	025		
4613766	Claremont	claremont	US	03743	0	America/New_York	35.00952	-85.25996	266			TN	065		
4613772	Claridge	claridge	US	15623	0	America/New_York	35.15285	-85.31468	592			TN	065		
4613838	Clarkrange	clarkrange	US	38553	575	America/Chicago	36.1834	-85.01746	555	Andersons Cross Roads,Clarkrange,Clarks Range		TN	049		
4613863	Clarksburg	clarksburg	US	15725	380	America/Chicago	35.87173	-88.3931	159	Clarksburg,Clarksburgh,Roans Creek		TN	017		
4613868	Clarksville	clarksville	US	12041	149176	America/Chicago	36.52977	-87.35945	145	CKV,Clarksville,Klarksvil,Klarksvilis,Klarksvill,ke la ke si wei er,klarks vyl  tynysy,klarksavhila,klarksfyl,kurakusubiru,Кларксвил,Кларксвилл,Кларксвілл,קלארקסוויל,كلاركسفيل,کلارکس ڤیل، تئنئسی,کلارکسویل، ٹینیسی,کلارک‌اسویل، تنسی,क्लार्क्सव्हिल,クラークスビル,克拉克斯维尔	125	TN	125		
4613894	Claxton	claxton	US	30417	0	America/New_York	36.04175	-84.10992	259	Claxton,Wilson,Wilsons		TN	001		
4613895	Claxton	claxton	US	30417	0	America/New_York	35.30396	-84.64438	251			TN	107		
4613941	Clayton	clayton	US	08312	0	America/Chicago	36.45923	-89.23868	118			TN	131		
4613943	Claysville	claysville	US	15323	0	America/Chicago	35.96923	-85.14941	529	Claysville,Grayville		TN	035		
4614041	Clearmont	clearmont	US	64431	0	America/Chicago	35.72535	-85.98277	314	Clearmont,Clermont,Youngblood		TN	177		
4614048	Clearwater	clearwater	US	29822	0	America/New_York	35.50535	-84.65077	300			TN	107		
4614088	Cleveland	cleveland	US	13042	43898	America/New_York	35.15952	-84.87661	265	Klivland,Klivlend,klyfland,klywlnd  tnsy,Кливланд,Кливленд,كليفلاند,کلیولند، تنسی,کلیولینڈ، ٹینیسی	011	TN	011		
4614129	Cliffside	cliffside	US	28024	0	America/New_York	36.5151	-82.52098	417			TN	163		
4614136	Clifton	clifton	US	07011	2663	America/Chicago	35.38702	-87.99531	123	Clifton,Clifton City,Klifton,Клифтон		TN	181		
4614160	Clifty	clifty	US	42216	0	America/Chicago	35.90034	-85.21997	488	Clifty,String Town		TN	185		
4614214	Clinton	clinton	US	01510	10049	America/New_York	36.10341	-84.13186	250	Burrville,Clinton,Klinton,ke lin dun,klyntwn,klyntwn  tnsy,Клинтон,كلينتون,کلنٹن، ٹینیسی,کلینتون، تنسی,克林顿	001	TN	001		
4614232	Clopton	clopton	US	36317	0	America/Chicago	35.46064	-89.67147	106			TN	167		
4614290	Cloverdale	cloverdale	US	24077	0	America/Chicago	36.23396	-89.33035	94			TN	131		
4614304	Cloverport	cloverport	US	40111	0	America/Chicago	35.39758	-89.01756	113	Clover Port,Cloverport		TN	069		
4614342	Coal Hill	coal-hill	US	72832	0	America/New_York	35.99591	-84.45993	318			TN	129		
4614343	Coal Hill	coal-hill	US	72832	0	America/New_York	36.30785	-84.613	453			TN	151		
4614363	Coaling	coaling	US	35449	0	America/Chicago	36.30061	-87.26334	202			TN	043		
4614366	Coalfield	coalfield	US	37719	2463	America/New_York	36.02897	-84.42076	314	Coalfield,Rio,Ruffners Station		TN	129		
4614370	Coalmont	coalmont	US	37313	821	America/Chicago	35.33758	-85.70414	575	Coal Dale,Coalmont,Johnsons,Johnston		TN	061		
4614425	Cochran	cochran	US	31014	0	America/Chicago	35.42313	-86.80167	229			TN	117		
4614540	Cold Spring	cold-spring	US	10516	0	America/Chicago	35.66035	-85.14579	267			TN	007		
4614545	Cold Spring	cold-spring	US	10516	0	America/New_York	36.50678	-81.82262	768			TN	091		
4614549	Cold Spring	cold-spring	US	10516	0	America/New_York	36.57428	-82.06763	517			TN	163		
4614590	Coldwater	coldwater	US	38618	0	America/Chicago	35.08453	-86.73361	191	Cold Water,Coldwater		TN	103		
4614677	Colesburg	colesburg	US	52035	0	America/Chicago	36.06256	-87.34557	262	Bon Air,Colesburg,Colesburgh,Gunklesville,Gunthersville		TN	043		
4614690	College Grove	college-grove	US	37046	0	America/Chicago	35.7884	-86.67444	223	College Grove,Collegegrove,Poplar Grove		TN	187		
4614694	College Grove	college-grove	US	37046	0	America/New_York	35.89118	-84.62077	242			TN	145		
4614711	College Park	college-park	US	20740	0	America/New_York	36.29733	-82.30986	497	College Park,College View Heights		TN	019		
4614720	Collegedale	collegedale	US	37315	10743	America/New_York	35.05313	-85.05023	239			TN	065		
4614748	Collierville	collierville	US	38017	48863	America/Chicago	35.04204	-89.66453	116	Kolervil,klyrfyl,kwlyrwyl  tnsy,Колервил,كليرفيل,کولیرویل، تنسی		TN	157		
4614818	Collinwood	collinwood	US	38450	973	America/Chicago	35.17425	-87.7378	323	Collinwood,Sesames Store		TN	181		
4614843	Colonial Heights	colonial-heights	US	23834	6934	America/New_York	36.4851	-82.5032	438			TN	163		
4614867	Columbia	columbia	US	06237	36800	America/Chicago	35.61507	-87.03528	196	Columbia,Kolambija,Kolumbija,MRC,klmbya  tnsy,kwlwmbya,Коламбија,Колумбия,كولومبيا,کلمبیا، تنسی,کولمبیا، ٹینیسی	119	TN	119		
4614896	Combs	combs	US	41729	0	America/New_York	36.50119	-83.68936	317	Combs,Combs Station		TN	025		
4614911	Comfort	comfort	US	25049	0	America/Chicago	35.12758	-85.74219	199			TN	115		
4614915	Commerce	commerce	US	30529	0	America/Chicago	36.14006	-86.10332	189			TN	189		
4614935	Como	como	US	27818	0	America/Chicago	36.29312	-88.51227	138			TN	079		
4614941	Compton	compton	US	20627	0	America/Chicago	35.90479	-86.32888	172			TN	149		
4614950	Conasauga	conasauga	US	37316	0	America/New_York	35.00452	-84.72938	254	Canasauga,Conasauga,Connasauga,Connesauga		TN	139		
4614954	Conasauga	conasauga	US	37316	0	America/New_York	35.3298	-84.4766	240			TN	107		
4614966	Concord	concord	US	01742	0	America/Chicago	35.92923	-88.36588	141			TN	017		
4614967	Concord	concord	US	01742	0	America/Chicago	35.97868	-88.83312	147	Ava,Concord		TN	053		
4614968	Concord	concord	US	01742	0	America/Chicago	36.23006	-87.76863	160			TN	085		
4614969	Concord	concord	US	01742	0	America/New_York	35.59757	-84.90995	227			TN	143		
4614970	Concord	concord	US	01742	0	America/Chicago	35.74146	-86.55499	236			TN	149		
4615048	Conklin	conklin	US	13748	0	America/New_York	36.19011	-82.54042	464	Conklin,Conkling		TN	179		
4615051	Condon	condon	US	59826	1866	America/New_York	36.18119	-83.7938	346	Condon,Meltabarger,Plainview		TN	173		
4615084	Conway	conway	US	01341	0	America/Chicago	35.09119	-86.95362	212			TN	055		
4615145	Cookeville	cookeville	US	38501	32113	America/Chicago	36.16284	-85.50164	334	Cookeville,Cooksville,Cookville,Kukvil,ku ke wei er,kwkfl,kwkwyl  tnsy,Куквил,كوكفل,کوکویل، تنسی,庫克維爾	141	TN	141		
4615252	Cooper	cooper	US	50059	0	America/Chicago	36.41951	-85.08745	273			TN	049		
4615418	Copperhill	copperhill	US	37317	328	America/New_York	34.98897	-84.37076	448	Copperhill,Isabella,McCays,McKay		TN	139		
4615441	Cordell	cordell	US	73632	0	America/New_York	36.33702	-84.44938	364			TN	151		
4615464	Corinth	corinth	US	04427	0	America/Chicago	36.57782	-86.42555	234			TN	165		
4615467	Corinth	corinth	US	04427	0	America/New_York	36.06508	-83.88463	343			TN	093		
4615514	Cornersville	cornersville	US	37047	1222	America/Chicago	35.36146	-86.83972	269	Cornersville,Marathon		TN	117		
4615528	Corona	corona	US	11368	0	America/Chicago	35.44536	-90.08259	70			TN	167		
4615539	Corryton	corryton	US	37721	0	America/New_York	36.15369	-83.78241	321			TN	093		
4615558	Cosby	cosby	US	37722	0	America/New_York	35.81732	-83.24682	409	Cosby,Hackletooth,Shultsberg,Shultsville		TN	029		
4615582	Cottage Grove	cottage-grove	US	38224	88	America/Chicago	36.37923	-88.47921	175	Cottage Grove,Cottagegrove,Toddtown		TN	079		
4615631	Cottontown	cottontown	US	37048	367	America/Chicago	36.45143	-86.53805	174			TN	165		
4615661	Coulter	coulter	US	50431	0	America/New_York	36.18842	-83.35489	386			TN	063		
4615668	Coulterville	coulterville	US	62237	0	America/New_York	35.41007	-85.10496	213			TN	065		
4615669	Counce	counce	US	38326	0	America/Chicago	35.04231	-88.27337	148			TN	071		
4615712	Countyline	countyline	US	73425	0	America/Chicago	35.32313	-86.36888	252	County Line,Countyline		TN	127		
4615723	Courtland	courtland	US	23837	0	America/Chicago	36.47005	-86.84416	227			TN	147		
4615804	Covington	covington	US	16917	9036	America/Chicago	35.56425	-89.64647	102		167	TN	167		
4615851	Cowan	cowan	US	37318	1704	America/Chicago	35.16453	-86.01054	297	Cowan,Hawkins		TN	051		
4615886	Cowden	cowden	US	62422	0	America/Chicago	35.51479	-86.77167	209			TN	117		
4615975	Crab Orchard	crab-orchard	US	25827	759	America/Chicago	35.90924	-84.878	511			TN	035		
4615982	Crabtree	crabtree	US	15624	0	America/New_York	36.20401	-82.10401	769	Craborchard,Crabtree		TN	019		
4616041	Craigmont	craigmont	US	83523	0	America/Chicago	36.53144	-87.2989	169			TN	125		
4616087	Crawford	crawford	US	26343	0	America/Chicago	36.26923	-85.1608	574			TN	133		
4616129	Creekside	creekside	US	15732	0	America/Chicago	35.91618	-86.55611	174			TN	149		
4616138	Crenshaw	crenshaw	US	38621	0	America/New_York	35.88842	-83.93768	293			TN	093		
4616140	Crescent	crescent	US	15046	0	America/Chicago	35.75062	-86.44277	199			TN	149		
4616164	Creston	creston	US	26141	0	America/Chicago	36.00868	-85.07524	518			TN	035		
4616167	Crestview	crestview	US	32536	0	America/Chicago	35.43674	-87.29585	310			TN	099		
4616170	Crestwood	crestwood	US	40014	0	America/New_York	35.83813	-84.50049	238			TN	145		
4616171	Crestwood	crestwood	US	40014	0	America/Chicago	35.84201	-86.53777	196			TN	149		
4616245	Crockett	crockett	US	24323	0	America/Chicago	36.29812	-89.04284	92			TN	131		
4616276	Crockett Mills	crockett-mills	US	38021	0	America/Chicago	35.86757	-89.16923	106			TN	033		
4616326	Crooked Creek	crooked-creek	US	99575	0	America/Chicago	35.80923	-87.90142	134			TN	135		
4616351	Cross	cross	US	29436	0	America/New_York	36.56066	-82.28986	527			TN	163		
4616355	Crosby	crosby	US	16724	0	America/New_York	36.29315	-83.28628	337			TN	057		
4616393	Cross Plains	cross-plains	US	37049	1722	America/Chicago	36.54866	-86.69611	227	Cross Plains,Crossplains		TN	147		
4616419	Cross Timbers	cross-timbers	US	65634	0	America/New_York	35.20285	-85.19523	251			TN	065		
4616437	Crossroads	crossroads	US	88114	0	America/Chicago	36.00062	-88.14754	166			TN	005		
4616438	Crossroads	crossroads	US	88114	0	America/Chicago	35.74341	-89.13312	109	Cross Roads,Crossroads		TN	033		
4616439	Crossroads	crossroads	US	88114	0	America/Chicago	35.2998	-88.12364	168	Crossroads,Hardin		TN	071		
4616440	Crossroads	crossroads	US	88114	0	America/Chicago	35.71924	-87.51724	175	Crossroads,Wadesville		TN	081		
4616441	Crossroads	crossroads	US	88114	0	America/Chicago	35.31702	-87.34863	294	Cross Roads,Crossroads		TN	099		
4616442	Crossroads	crossroads	US	88114	0	America/Chicago	35.17091	-87.26807	289			TN	099		
4616443	Crossroads	crossroads	US	88114	0	America/Chicago	35.12787	-89.6573	105			TN	157		
4616444	Crossroads	crossroads	US	88114	0	America/Chicago	35.06286	-87.7278	288	Crossroads,Whittens Cross Roads		TN	181		
4616470	Crossville	crossville	US	35962	11411	America/Chicago	35.94896	-85.0269	565	CSV,Crossville,Krossvill,Krosvil,Lambeth Crossroads,Lambeths Crossroads,Rail Road Plains,Railroad Plain,krwsfyl,krwswyl  tnsy,Кросвил,Кроссвилл,كروسفيل,کراسویل، ٹینیسی,کروسویل، تنسی	035	TN	035		
4616556	Crump	crump	US	38327	1400	America/Chicago	35.22175	-88.31809	139			TN	071		
4616575	Crystal	crystal	US	48818	0	America/Chicago	36.46284	-89.17562	140			TN	131		
4616588	Crystal Springs	crystal-springs	US	33524	0	America/Chicago	35.07425	-86.46083	286			TN	103		
4616618	Cuba	cuba	US	14727	0	America/New_York	36.37759	-83.131	353			TN	073		
4616619	Cuba	cuba	US	14727	0	America/Chicago	35.35147	-89.98731	108			TN	157		
4616641	Culleoka	culleoka	US	38451	0	America/Chicago	35.47952	-86.98306	210	Culleoka,Pleasant Grove		TN	119		
4616675	Cumberland City	cumberland-city	US	37050	302	America/Chicago	36.39339	-87.63641	117	Bowling Green,Cumberland,Cumberland City,New Lisbon		TN	161		
4616685	Cumberland Furnace	cumberland-furnace	US	37051	0	America/Chicago	36.26867	-87.35973	158			TN	043		
4616691	Cumberland Gap	cumberland-gap	US	37724	492	America/New_York	36.59953	-83.66853	396			TN	025		
4616753	Cummings	cummings	US	58223	0	America/Chicago	35.88979	-85.46025	299			TN	185		
4616787	Cunningham	cunningham	US	37052	0	America/Chicago	36.39339	-87.38723	201	Cunningham,Lone Oak		TN	125		
4616788	Cunningham	cunningham	US	37052	0	America/Chicago	36.2334	-89.42396	88			TN	131		
4616847	Currie	currie	US	28435	0	America/Chicago	36.04312	-89.04284	116	Currie,Currie Tuck,Curry Tuck		TN	053		
4616883	Cusick	cusick	US	99119	0	America/New_York	35.84787	-83.70934	299	Cusick,Cusicks Cross Roads		TN	155		
4616908	Cypress	cypress	US	32432	0	America/Chicago	35.76118	-89.06812	104			TN	033		
4616909	Cypress	cypress	US	32432	0	America/Chicago	35.02814	-88.70811	118			TN	109		
4616967	Cypress Inn	cypress-inn	US	38452	0	America/Chicago	35.01203	-87.8167	225			TN	181		
4617007	Daisy	daisy	US	30423	0	America/New_York	35.24785	-85.18635	226			TN	065		
4617074	Damascus	damascus	US	18415	0	America/New_York	36.43928	-81.91206	708			TN	091		
4617081	Damon	damon	US	77430	0	America/Chicago	35.01147	-88.32921	129			TN	071		
4617112	Dandridge	dandridge	US	37725	2924	America/New_York	36.01537	-83.41489	304	Danbridz,Dehndridzh,Dendridzh,dandrydg  tnsy,dandrydj,Данбриџ,Дендрідж,Дэндридж,داندريدج,داندریدگ، تنسی	089	TN	089		
4617159	Dante	dante	US	24237	0	America/New_York	36.02675	-83.99297	310			TN	093		
4617173	Darden	darden	US	38328	399	America/Chicago	35.63812	-88.21698	141			TN	077		
4617229	Darwin	darwin	US	55324	0	America/Chicago	35.02037	-90.11732	87			TN	157		
4617286	Davidson	davidson	US	28035	0	America/Chicago	36.27757	-85.10496	468			TN	049		
4617287	Davidson	davidson	US	28035	0	America/Chicago	36.56812	-85.02245	318			TN	137		
4617324	Davis	davis	US	26260	0	America/New_York	35.73313	-84.25325	248			TN	105		
4617536	Dayton	dayton	US	08810	7384	America/New_York	35.49396	-85.01245	212	Dayton,Dejton,Sequatchie,Sequatchie Station,Smiths Cross Roads,daytwn,detana,dytn  tnsy,Дейтон,Дејтон,دايتون,دیتن، تنسی,ڈیٹن، ٹینیسی,डेटन	143	TN	143		
4617650	Decatur	decatur	US	30030	1575	America/New_York	35.51479	-84.79022	237	Decatur,Dekejter,Dekejtur,Reagan,di kai te,dykatwr,dykytr  tnsy,Декейтер,Декејтур,ديكاتور,دیکیتر، تنسی,迪凯特	121	TN	121		
4617664	Decaturville	decaturville	US	38329	869	America/Chicago	35.58424	-88.11948	158		039	TN	039		
4617668	Decherd	decherd	US	37324	2424	America/Chicago	35.2098	-86.07943	292	Dechard,Decherd		TN	051		
4617729	Deer Lodge	deer-lodge	US	37726	0	America/New_York	36.20146	-84.75911	478	Dead Level,Deer Lodge,Deerlodge		TN	129		
4617739	Deerfield	deerfield	US	01342	0	America/Chicago	35.30286	-87.47502	294	Abner,Deerfield		TN	099		
4617740	Deerfield	deerfield	US	01342	0	America/Chicago	35.85479	-86.45333	186			TN	149		
4617741	Deerfield	deerfield	US	01342	0	America/New_York	36.47288	-82.50543	456			TN	163		
4617742	Deerfield	deerfield	US	01342	0	America/Chicago	35.95701	-86.86945	202			TN	187		
4617743	Deerfield	deerfield	US	01342	0	America/Chicago	36.49116	-87.26834	171			TN	125		
4617765	Deerwood	deerwood	US	56444	0	America/Chicago	35.93563	-84.7055	434			TN	035		
4617766	Deerwood	deerwood	US	56444	0	America/Chicago	36.03395	-86.84306	195			TN	187		
4617779	Del Rio	del-rio	US	37727	0	America/New_York	35.91982	-83.02571	348	Big Creek,Del Rio,Del Rio Station,Del Riox,Delrio,Jonesville,Lucetta		TN	029		
4617788	Delano	delano	US	18220	0	America/New_York	35.26507	-84.55327	239	Delano,Pendergast,Prendergast		TN	139		
4617810	Dellrose	dellrose	US	38453	0	America/Chicago	35.11314	-86.80139	205	Dellrose,Delrose		TN	103		
4617838	Denmark	denmark	US	04022	0	America/Chicago	36.33839	-87.72919	161			TN	083		
4617839	Denmark	denmark	US	04022	0	America/Chicago	35.53285	-89.00395	140			TN	113		
4617877	Denton	denton	US	21629	0	America/New_York	35.84982	-83.1871	356	Denton,Georgetown		TN	029		
4617892	Denver	denver	US	12421	0	America/Chicago	36.047	-87.92086	119	Box,Box Station,Boxs Station,Denver		TN	085		
4617917	Desha	desha	US	72527	0	America/Chicago	36.42921	-86.36416	168			TN	165		
4617921	Detroit	detroit	US	04929	0	America/Chicago	35.58897	-89.81369	80			TN	167		
4617999	Diana	diana	US	26217	0	America/Chicago	35.28397	-86.85556	255			TN	055		
4618057	Dickson	dickson	US	37055	15359	America/Chicago	36.077	-87.38779	245	Dickson,Dickson Station,Forty-Two,Smeedville,Sneedsville,Sneedville,Sneedville Station		TN	043		
4618156	Disney	disney	US	74340	0	America/New_York	36.24869	-84.17131	303			TN	013		
4618390	Dixie	dixie	US	25059	0	America/Chicago	36.42868	-89.2059	147			TN	131		
4618427	Dixon Springs	dixon-springs	US	37057	0	America/Chicago	36.35894	-86.05249	144	Dixon Spring,Dixon Springs,Dixons Springs		TN	159		
4618430	Dixonville	dixonville	US	15734	0	America/Chicago	35.42314	-89.94592	132	Dicksonville,Dixonville		TN	167		
4618500	Doddsville	doddsville	US	38736	0	America/Chicago	36.34227	-87.22917	123			TN	021		
4618504	Dodson	dodson	US	59524	0	America/New_York	35.87646	-84.6166	229			TN	145		
4618505	Dodson	dodson	US	59524	0	America/Chicago	35.81257	-85.37303	250			TN	185		
4618647	Dolomite	dolomite	US	35061	0	America/Chicago	36.36116	-87.6578	126	Dolomite,Roslin		TN	083		
4618744	Dorton	dorton	US	41520	0	America/Chicago	35.95285	-84.95606	553	Dorton,Northville		TN	035		
4618823	Double Springs	double-springs	US	35553	0	America/New_York	35.32118	-84.63466	229			TN	107		
4618825	Double Springs	double-springs	US	35553	0	America/Chicago	36.17117	-85.59748	310			TN	141		
4618826	Double Springs	double-springs	US	35553	0	America/Chicago	35.83562	-86.33221	193	Double Spring,Double Springs,Jakes Town,Jakestown		TN	149		
4618828	Double Springs	double-springs	US	35553	0	America/New_York	36.43482	-82.56487	500			TN	163		
4618867	Douglas	douglas	US	01516	0	America/Chicago	35.14842	-86.49083	224			TN	103		
4618868	Douglas	douglas	US	01516	0	America/Chicago	35.87145	-86.84556	208			TN	187		
4618921	Dover	dover	US	02030	1457	America/Chicago	36.48783	-87.83836	126	Dover,Monroe,dwfr,dwwr  tnsy,Довер,دوفر,دوور، تنسی,ڈوور، ٹینیسی	161	TN	161		
4618931	Dover	dover	US	02030	0	America/New_York	36.21426	-83.21433	411			TN	063		
4618939	Dowelltown	dowelltown	US	37059	362	America/Chicago	36.01506	-85.9436	176			TN	041		
4618964	Doyle	doyle	US	38559	545	America/Chicago	35.85312	-85.51248	286	Doyle,Doyle Station,Doyles,Doyles Station		TN	185		
4618972	Dozier	dozier	US	36028	0	America/Chicago	36.28005	-87.14334	130			TN	021		
4619013	Dresden	dresden	US	04342	2898	America/Chicago	36.29145	-88.70811	130		183	TN	183		
4619022	Driftwood	driftwood	US	15832	0	America/New_York	36.55483	-82.22291	487			TN	163		
4619062	Drummonds	drummonds	US	38023	0	America/Chicago	35.46342	-89.91009	134			TN	167		
4619099	Dry Branch	dry-branch	US	31020	0	America/New_York	36.56509	-83.14712	361			TN	067		
4619224	Dry Creek	dry-creek	US	25062	0	America/New_York	36.20677	-82.43514	482			TN	179		
4619405	Ducktown	ducktown	US	37326	453	America/New_York	35.03591	-84.3827	528	Duck Town,Ducktown,Hiwassee		TN	139		
4619406	Ducktown	ducktown	US	37326	0	America/New_York	36.33594	-82.62904	557			TN	179		
4619503	Dukedom	dukedom	US	38226	0	America/Chicago	36.50228	-88.71505	148			TN	183		
4619539	Dunbar	dunbar	US	15431	0	America/Chicago	35.45896	-88.14448	165			TN	039		
4619551	Duncan	duncan	US	29334	0	America/New_York	35.79869	-83.96463	259			TN	009		
4619611	Duncanville	duncanville	US	35456	0	America/Chicago	35.45174	-86.84139	242			TN	117		
4619629	Dunlap	dunlap	US	37327	5108	America/Chicago	35.37146	-85.39052	217	Coops Creek,Dunlap	153	TN	153		
4619650	Dunn	dunn	US	28334	0	America/Chicago	35.19425	-87.34002	295	Dunn,Nucarbon		TN	099		
4619689	Dupont	dupont	US	45837	0	America/New_York	35.8262	-83.70212	318	Du Pont,DuPont,Dupont		TN	155		
4619721	Durhamville	durhamville	US	13054	0	America/Chicago	35.66813	-89.49313	102			TN	097		
4619758	Dyer	dyer	US	38330	2274	America/Chicago	36.06673	-88.99395	112	Dyer,Dyer Station		TN	053		
4619800	Dyersburg	dyersburg	US	38024	16781	America/Chicago	36.03452	-89.38563	94	Dajersberg,Dyersburg,Dyersburgh,Dyersville,McIvers Bluff,dayrzbwrg  tnsy,dyyrsbwrgh,Дајерсберг,دایرزبورگ، تنسی,دييرسبورغ	045	TN	045		
4619845	Eagan	eagan	US	37730	0	America/New_York	36.55202	-83.97687	332			TN	025		
4619862	Eagle Creek	eagle-creek	US	97022	0	America/Chicago	35.9134	-87.98725	119			TN	005		
4619885	Eagle Point	eagle-point	US	97524	0	America/New_York	35.76368	-84.75355	234			TN	145		
4619895	Eagleville	eagleville	US	19408	651	America/Chicago	35.74173	-86.64972	235	Eagleville,Manchester		TN	149		
4620122	East Point	east-point	US	41216	0	America/Chicago	36.14089	-86.53777	160			TN	189		
4620220	Eastland	eastland	US	76448	0	America/Chicago	35.89812	-85.23691	503			TN	185		
4620236	Eastover	eastover	US	29044	0	America/New_York	35.72453	-83.96018	317			TN	009		
4620237	Eastport	eastport	US	04631	0	America/New_York	35.95926	-83.17349	324			TN	029		
4620238	Eastport	eastport	US	04631	0	America/Chicago	36.44868	-85.12357	239	Eastport,Spurrier		TN	137		
4620251	Eastview	eastview	US	42732	0	America/New_York	36.16649	-82.80626	476			TN	059		
4620252	Eastview	eastview	US	42732	697	America/Chicago	35.07564	-88.54533	159			TN	109		
4620259	Eastwood	eastwood	US	40018	0	America/New_York	36.02786	-83.78462	285			TN	093		
4620260	Eastwood	eastwood	US	40018	0	America/Chicago	36.00645	-86.56666	180			TN	149		
4620261	Eastwood	eastwood	US	40018	0	America/Chicago	36.15756	-85.47803	331			TN	141		
4620272	Eaton	eaton	US	13334	0	America/Chicago	35.96896	-89.13201	94	Buckners Bluff,Eaton		TN	053		
4620273	Eaton	eaton	US	13334	0	America/New_York	35.83924	-84.28242	313			TN	105		
4620396	Edgefield	edgefield	US	29824	0	America/Chicago	36.33061	-85.90443	157			TN	159		
4620397	Edgefield	edgefield	US	29824	0	America/New_York	36.58983	-82.13985	558			TN	163		
4620408	Edgemont	edgemont	US	19028	0	America/New_York	35.96482	-83.25544	399			TN	029		
4620409	Edgemont	edgemont	US	19028	0	America/New_York	36.57872	-82.18374	518			TN	163		
4620414	Edgemoor	edgemoor	US	29712	0	America/New_York	36.0148	-84.15742	249			TN	001		
4620417	Edgewater	edgewater	US	07020	0	America/New_York	35.48868	-84.9994	257	Edgewater,Edgewater Estates		TN	143		
4620420	Edgewood	edgewood	US	21040	0	America/Chicago	36.18172	-87.53085	183			TN	043		
4620421	Edgewood	edgewood	US	21040	0	America/New_York	36.24231	-83.32323	392			TN	063		
4620439	Edison	edison	US	08817	0	America/Chicago	35.89563	-88.96395	129	Edison,Egg Town		TN	053		
4620459	Edna	edna	US	67342	0	America/New_York	36.10342	-83.37628	419			TN	089		
4620513	Egypt	egypt	US	72427	0	America/Chicago	35.24287	-89.92537	92			TN	157		
4620514	Egypt	egypt	US	72427	0	America/Chicago	35.49119	-89.78397	95			TN	167		
4620540	Eidson	eidson	US	37731	0	America/New_York	36.5112	-83.0285	464			TN	073		
4620562	Elba	elba	US	14058	0	America/Chicago	35.11092	-89.57452	120	Elba,Elber		TN	047		
4620570	Elbridge	elbridge	US	13060	0	America/Chicago	36.26035	-89.32202	125	Beech Point,Elbridge		TN	131		
4620611	Elgin	elgin	US	16413	282	America/New_York	36.3323	-84.60633	427	Elgin,Rugby Road		TN	151		
4620622	Elizabeth	elizabeth	US	07201	0	America/Chicago	35.96452	-89.17757	94			TN	033		
4620623	Elizabeth	elizabeth	US	07201	0	America/New_York	36.15424	-84.57633	359			TN	129		
4620634	Elizabethton	elizabethton	US	37643	13772	America/New_York	36.34872	-82.21069	465	Elizabeth,Elizabethton,Elizabeton,Sycamore Shoals,alyzabythwn,erizabesuton,Елизабетон,إليزابيثون,الزبتھٹن، ٹینیسی,ایلیزابت‌تون، تنسی,エリザベストン	019	TN	019		
4620656	Elk Mills	elk-mills	US	21920	0	America/New_York	36.27262	-81.98984	606			TN	019		
4620679	Elkhorn	elkhorn	US	24831	0	America/Chicago	36.33394	-88.1592	131			TN	079		
4620682	Elkins	elkins	US	03233	0	America/Chicago	35.26008	-86.13249	293			TN	051		
4620683	Elkins	elkins	US	03233	0	America/Chicago	35.82257	-87.48029	237			TN	081		
4620702	Elkton	elkton	US	21921	565	America/Chicago	35.05231	-86.88862	200	Elkton,Upper Elkton		TN	055		
4620732	Ellendale	ellendale	US	19941	0	America/Chicago	35.23064	-89.82592	93			TN	157		
4620815	Elm Grove	elm-grove	US	53122	0	America/Chicago	35.57286	-89.81258	97			TN	167		
4620828	Elm Springs	elm-springs	US	72728	0	America/New_York	36.3362	-83.60074	432			TN	057		
4620838	Elmore	elmore	US	36025	0	America/Chicago	35.7948	-89.32813	102			TN	033		
4620839	Elmore	elmore	US	36025	0	America/Chicago	36.1184	-85.0794	574			TN	035		
4620853	Elmwood	elmwood	US	02337	0	America/Chicago	36.22589	-85.88471	156	Elmwood,Snow Creek		TN	159		
4620868	Elora	elora	US	37328	0	America/Chicago	35.01342	-86.35582	283	Elora,Eloria		TN	103		
4620953	Emmett	emmett	US	48022	0	America/New_York	36.53122	-82.11402	464			TN	163		
4621002	Englewood	englewood	US	07631	1529	America/New_York	35.42452	-84.48743	262	Englewood,Tellico Junction		TN	107		
4621003	Englewood	englewood	US	07631	1611	America/Chicago	36.36673	-89.15479	136			TN	131		
4621004	Englewood	englewood	US	07631	0	America/New_York	36.37649	-82.4007	459			TN	179		
4621041	Enon	enon	US	45323	0	America/Chicago	36.59478	-85.91109	265			TN	111		
4621061	Enon	enon	US	45323	0	America/Chicago	36.09728	-88.54311	125			TN	017		
4621065	Enterprise	enterprise	US	26568	0	America/New_York	36.34621	-82.92849	382	Enterprise,Laurel Gap		TN	073		
4621066	Enterprise	enterprise	US	26568	0	America/Chicago	35.47174	-87.17945	233			TN	119		
4621075	Enville	enville	US	38332	191	America/Chicago	35.3848	-88.42754	128	Enville,Wild Goose		TN	023		
4621106	Erie	erie	US	16501	0	America/New_York	35.64757	-84.57466	280	Blue Springs,Erie		TN	105		
4621108	Erin	erin	US	14838	1295	America/Chicago	36.31839	-87.69474	136		083	TN	083		
4621115	Epworth	epworth	US	30541	0	America/Chicago	35.87368	-86.79167	201			TN	187		
4621130	Erwin	erwin	US	28339	5979	America/New_York	36.14511	-82.41681	510	Ervin,Erwin,Longmire,Unika,Vanderbilt	171	TN	171		
4621187	Ethridge	ethridge	US	38456	474	America/Chicago	35.32369	-87.30363	299	Ethridge,Hudsons Spring		TN	099		
4621192	Estill Springs	estill-springs	US	37330	2044	America/Chicago	35.27064	-86.12804	288	Ansonia,Estill Springs		TN	051		
4621196	Etowah	etowah	US	28729	3500	America/New_York	35.32341	-84.52493	246			TN	107		
4621220	Eureka	eureka	US	48833	0	America/New_York	35.27174	-84.85939	224			TN	011		
4621221	Eureka	eureka	US	48833	0	America/New_York	36.55623	-81.76956	743			TN	091		
4621222	Eureka	eureka	US	48833	0	America/New_York	35.84118	-84.67049	230			TN	145		
4621240	Eva	eva	US	35621	293	America/Chicago	36.0645	-88.0042	127	Bartletts Switch,Eva		TN	005		
4621301	Evansville	evansville	US	47701	0	America/Chicago	36.03424	-89.42174	83			TN	045		
4621307	Evensville	evensville	US	37332	0	America/New_York	35.56451	-84.95467	235	Darwin,Evansville,Evensville		TN	143		
4621325	Evanston	evanston	US	47531	0	America/New_York	36.50759	-83.28712	387			TN	067		
4621326	Evergreen	evergreen	US	23939	0	America/New_York	36.58094	-82.12846	554			TN	163		
4621340	Evergreen	evergreen	US	23939	0	America/New_York	36.1779	-82.02095	846			TN	019		
4621423	Fair Oaks	fair-oaks	US	47943	0	America/New_York	35.97119	-84.03547	337			TN	093		
4621424	Fair Oaks	fair-oaks	US	47943	0	America/Chicago	36.05173	-86.69778	186			TN	037		
4621434	Fairfield	fairfield	US	04937	0	America/Chicago	35.56674	-86.28527	254			TN	003		
4621435	Fairfield	fairfield	US	04937	0	America/New_York	35.76342	-83.86823	299			TN	009		
4621436	Fairfield	fairfield	US	04937	0	America/Chicago	35.83479	-87.43279	236			TN	081		
4621437	Fairfield	fairfield	US	04937	131	America/Chicago	36.61976	-86.34555	247			TN	165		
4621438	Fairfield	fairfield	US	04937	0	America/New_York	36.17232	-82.81237	477			TN	059		
4621460	Fairlawn	fairlawn	US	44334	0	America/New_York	36.34733	-82.37014	495			TN	179		
4621465	Fairmont	fairmont	US	26554	0	America/Chicago	35.92062	-86.38638	176			TN	149		
4621469	Fairmount	fairmount	US	30139	2825	America/New_York	35.18146	-85.32357	594	Fair Mount,Fairmount		TN	065		
4621470	Fairmount	fairmount	US	30139	2600	America/New_York	36.58511	-82.17097	529	Fairmont,Fairmount		TN	163		
4621477	Fairview	fairview	US	07022	0	America/New_York	35.71536	-84.00935	352			TN	009		
4621478	Fairview	fairview	US	07022	0	America/New_York	35.22174	-84.82494	253			TN	011		
4621479	Fairview	fairview	US	07022	0	America/Chicago	36.07701	-88.46811	143			TN	017		
4621480	Fairview	fairview	US	07022	0	America/New_York	36.19761	-82.21874	788			TN	019		
4621481	Fairview	fairview	US	07022	0	America/New_York	36.33066	-82.23597	503			TN	019		
4621482	Fairview	fairview	US	07022	0	America/Chicago	36.54867	-85.31163	305			TN	027		
4621483	Fairview	fairview	US	07022	0	America/Chicago	35.43563	-86.22055	332			TN	031		
4621484	Fairview	fairview	US	07022	0	America/Chicago	35.99396	-84.92717	568			TN	035		
4621485	Fairview	fairview	US	07022	0	America/Chicago	36.49979	-85.00606	533			TN	049		
4621486	Fairview	fairview	US	07022	0	America/Chicago	36.17312	-89.07896	103	Fairview,Fairview Store		TN	053		
4621487	Fairview	fairview	US	07022	0	America/New_York	36.38426	-83.35907	432			TN	057		
4621488	Fairview	fairview	US	07022	0	America/New_York	36.22205	-82.76126	499			TN	059		
4621489	Fairview	fairview	US	07022	0	America/New_York	35.13452	-85.18662	225	Fairview,Fairview Cabin Site Area		TN	065		
4621490	Fairview	fairview	US	07022	0	America/Chicago	35.0423	-87.4553	250	Blue Springs,Fairview		TN	099		
4621491	Fairview	fairview	US	07022	0	America/Chicago	35.15286	-87.29668	286			TN	099		
4621492	Fairview	fairview	US	07022	0	America/Chicago	36.51116	-86.17804	311			TN	111		
4621493	Fairview	fairview	US	07022	0	America/Chicago	35.76368	-88.84117	126	Fairview,Three Ways Junction		TN	113		
4621494	Fairview	fairview	US	07022	0	America/Chicago	35.43869	-86.79917	231			TN	117		
4621495	Fairview	fairview	US	07022	0	America/New_York	35.4548	-84.56049	298			TN	107		
4621496	Fairview	fairview	US	07022	0	America/New_York	35.56535	-84.75967	227			TN	121		
4621497	Fairview	fairview	US	07022	0	America/Chicago	36.54229	-85.19246	298			TN	137		
4621498	Fairview	fairview	US	07022	0	America/New_York	35.79618	-84.56938	238			TN	145		
4621499	Fairview	fairview	US	07022	0	America/New_York	36.49038	-82.3507	468			TN	163		
4621500	Fairview	fairview	US	07022	0	America/Chicago	35.64063	-85.71887	305			TN	177		
4621501	Fairview	fairview	US	07022	0	America/New_York	36.31344	-82.53265	483			TN	179		
4621502	Fairview	fairview	US	07022	0	America/Chicago	35.04425	-87.67586	250			TN	181		
4621503	Fairview	fairview	US	07022	8331	America/Chicago	35.98201	-87.1214	251	Barren,Barrens,Fairview,Jinge,Jingo		TN	187		
4621578	Fairview Heights	fairview-heights	US	62208	0	America/New_York	35.7173	-84.00463	341			TN	009		
4621579	Fairview Heights	fairview-heights	US	62208	0	America/New_York	35.97287	-83.52517	327			TN	089		
4621580	Fairview Heights	fairview-heights	US	62208	0	America/Chicago	35.62146	-87.04056	195			TN	119		
4621581	Fairview Heights	fairview-heights	US	62208	0	America/Chicago	35.95784	-87.14445	270			TN	187		
4621666	Falcon	falcon	US	28342	0	America/Chicago	35.14481	-88.60144	134			TN	109		
4621694	Fall Branch	fall-branch	US	37656	1291	America/New_York	36.41816	-82.62376	454	Fall Branch,Fallbranch,Falls Branch		TN	179		
4621701	Fall City	fall-city	US	98024	0	America/Chicago	35.80562	-85.64831	276			TN	177		
4621706	Fall Creek	fall-creek	US	54742	0	America/Chicago	35.5634	-86.54194	228	Fall Creek,Fallcreek		TN	003		
4621714	Fall Creek	fall-creek	US	54742	0	America/New_York	36.53344	-82.45126	472			TN	163		
4621739	Fall River	fall-river	US	02720	0	America/Chicago	35.13453	-87.21835	236	Fall River,Fallriver		TN	099		
4621828	Farmington	farmington	US	03835	0	America/New_York	35.86814	-84.06963	272			TN	093		
4621829	Farmington	farmington	US	03835	0	America/Chicago	35.50118	-86.71083	210			TN	117		
4621830	Farmington	farmington	US	03835	0	America/Chicago	35.9809	-86.87556	204			TN	187		
4621839	Farner	farner	US	37333	0	America/New_York	35.15424	-84.3152	487	Farner,Thompson		TN	139		
4621846	Farragut	farragut	US	51639	21919	America/New_York	35.88452	-84.15353	269	Faragut,faraghwt,frgt  tnsy,Фарагут,فاراغوت,فرگت، تنسی		TN	093		
4621903	Faxon	faxon	US	73540	0	America/Chicago	36.25533	-88.00198	123			TN	005		
4621915	Fayetteville	fayetteville	US	13066	7121	America/Chicago	35.15203	-86.57055	215	FYM,Fayetteville,Fejetvil,faytyfyl,fyytwyl  tnsy,Фејетвил,فايتيفيل,فییتویل، تنسی	103	TN	103		
4622017	Fernwood	fernwood	US	39635	0	America/New_York	36.15954	-83.30572	420			TN	063		
4622096	Fincastle	fincastle	US	24090	1618	America/New_York	36.4098	-84.0477	344			TN	013		
4622104	Findlay	findlay	US	45839	0	America/Chicago	35.95784	-85.4797	293			TN	185		
4622112	Finger	finger	US	38334	297	America/Chicago	35.35841	-88.59894	135	Finger,McIntyres Switch		TN	109		
4622523	Fisherville	fisherville	US	40023	0	America/Chicago	35.15926	-89.66369	121			TN	157		
4622561	Five Points	five-points	US	36855	0	America/Chicago	35.18258	-86.93417	218			TN	055		
4622562	Five Points	five-points	US	36855	0	America/Chicago	35.04592	-87.31113	265	Five Point,Five Points		TN	099		
4622563	Five Points	five-points	US	36855	0	America/Chicago	35.51841	-88.66644	131			TN	113		
4622564	Five Points	five-points	US	36855	0	America/New_York	35.44479	-85.01745	230			TN	143		
4622584	Flag Pond	flag-pond	US	37657	0	America/New_York	36.01539	-82.55708	705	Flag Pond,Flagpond		TN	171		
4622668	Flat Rock	flat-rock	US	28731	0	America/New_York	36.15285	-84.86662	513			TN	129		
4622669	Flat Rock	flat-rock	US	28731	0	America/Chicago	36.22561	-86.10277	169			TN	159		
4622670	Flat Rock	flat-rock	US	28731	0	America/Chicago	36.16311	-86.31444	193			TN	189		
4622693	Flat Top	flat-top	US	25841	0	America/Chicago	35.35757	-85.22468	584	Flat Top,Flattop		TN	065		
4622741	Flatwoods	flatwoods	US	26621	0	America/Chicago	35.30063	-87.35057	281			TN	099		
4622833	Flintville	flintville	US	37335	627	America/Chicago	35.06259	-86.41971	275			TN	103		
4622835	Flippin	flippin	US	72634	0	America/Chicago	35.7873	-89.49285	110	Flippin,Flippins		TN	097		
4622849	Florence	florence	US	01062	0	America/Chicago	35.91868	-86.46833	167	Florence,Florence Station		TN	149		
4622958	Ford	ford	US	23850	0	America/New_York	35.83174	-84.24325	281			TN	105		
4623002	Forest Grove	forest-grove	US	18922	0	America/Chicago	36.35783	-86.88278	236			TN	037		
4623003	Forest Grove	forest-grove	US	18922	0	America/New_York	35.58202	-84.793	218			TN	121		
4623013	Forest Hill	forest-hill	US	21050	0	America/New_York	35.70286	-83.96629	333			TN	009		
4623014	Forest Hill	forest-hill	US	21050	0	America/New_York	35.99593	-83.11988	394			TN	029		
4623015	Forest Hill	forest-hill	US	21050	0	America/Chicago	36.10339	-87.79086	211			TN	085		
4623016	Forest Hill	forest-hill	US	21050	0	America/Chicago	35.06315	-89.75925	111	Forest Hill,Foresthill		TN	157		
4623038	Forest Hills	forest-hills	US	11375	0	America/Chicago	35.48118	-86.42166	238			TN	003		
4623039	Forest Hills	forest-hills	US	11375	5039	America/Chicago	36.06839	-86.84417	200			TN	037		
4623040	Forest Hills	forest-hills	US	11375	0	America/New_York	35.94258	-83.98658	295			TN	093		
4623041	Forest Hills	forest-hills	US	11375	0	America/Chicago	35.44813	-86.80806	249			TN	117		
4623042	Forest Hills	forest-hills	US	11375	0	America/New_York	36.59039	-82.14569	559			TN	163		
4623043	Forest Hills	forest-hills	US	11375	0	America/New_York	36.17288	-82.80237	485			TN	059		
4623044	Forest Hills	forest-hills	US	11375	0	America/New_York	35.05257	-85.23551	216			TN	065		
4623045	Forest Hills	forest-hills	US	11375	0	America/Chicago	36.57783	-87.30362	165			TN	125		
4623046	Forest Hills	forest-hills	US	11375	0	America/Chicago	36.15089	-85.52831	329			TN	141		
4623047	Forest Hills	forest-hills	US	11375	0	America/New_York	36.28483	-82.37959	554			TN	179		
4623050	Forest Home	forest-home	US	36030	0	America/Chicago	35.9759	-86.92695	193			TN	187		
4623060	Forest Park	forest-park	US	30297	0	America/New_York	35.1809	-85.28801	513			TN	065		
4623068	Forestdale	forestdale	US	02644	0	America/New_York	35.13146	-85.26524	264			TN	065		
4623205	Fort Loudon	fort-loudon	US	17224	0	America/New_York	35.59591	-84.2063	251	Fort Loudon,Fort Loudoun,Fort Lowdon,Old Fort Loudon		TN	123		
4623315	Fosterville	fosterville	US	37063	0	America/Chicago	35.65507	-86.40305	259	Fosterville,New Fosterville		TN	149		
4623327	Fountain City	fountain-city	US	47341	0	America/New_York	36.03203	-83.93741	300	Fountain City,Fountian Head		TN	093		
4623551	Frankewing	frankewing	US	38459	0	America/Chicago	35.19258	-86.85111	205			TN	055		
4623556	Frankfort	frankfort	US	04438	0	America/New_York	36.10257	-84.80356	447			TN	129		
4624979	Glendale	glendale	US	01229	0	America/New_York	35.73119	-84.20714	299			TN	105		
4623560	Franklin	franklin	US	02038	72639	America/Chicago	35.92506	-86.86889	196	Franklin,franklyn,franklyn  tnsy,furankurin,peulaengkeullin,Франклин,فرانكلين,فرانکلین، تنسی,فرینکلن، ٹینیسی,フランクリン,프랭클린	187	TN	187		
4623672	Fredonia	fredonia	US	14063	0	America/Chicago	35.54007	-86.10666	321			TN	031		
4623673	Fredonia	fredonia	US	14063	0	America/Chicago	35.40342	-89.43396	110			TN	075		
4623674	Fredonia	fredonia	US	14063	0	America/Chicago	36.43977	-87.21862	198			TN	125		
4623675	Fredonia	fredonia	US	14063	0	America/Chicago	35.39923	-85.43219	635	Fredonia,Lands Chapel		TN	153		
4623716	Freeland	freeland	US	18224	0	America/Chicago	36.49922	-88.1942	140			TN	079		
4623758	Fremont	fremont	US	03044	0	America/Chicago	36.43812	-89.19757	155	Freemont,Fremont		TN	131		
4623804	Friendship	friendship	US	04547	0	America/Chicago	35.60951	-85.06801	580	Friendship,Haworth		TN	007		
4623805	Friendship	friendship	US	04547	668	America/Chicago	35.90896	-89.24535	122			TN	033		
4623806	Friendship	friendship	US	04547	0	America/Chicago	36.10007	-89.42118	124			TN	045		
4623807	Friendship	friendship	US	04547	0	America/Chicago	35.23286	-86.91556	243			TN	055		
4623808	Friendship	friendship	US	04547	0	America/New_York	36.44592	-83.17184	460			TN	073		
4623809	Friendship	friendship	US	04547	0	America/New_York	36.54595	-82.01624	550			TN	163		
4623879	Friendsville	friendsville	US	18818	920	America/New_York	35.76036	-84.13575	268	Frendsvil,fryndsfyl,fryndswyl  tnsy,Френдсвил,فريندسفيل,فریندسویل، تنسی		TN	009		
4623888	Frisco	frisco	US	27936	0	America/New_York	36.58954	-82.63488	399			TN	073		
4623927	Frost	frost	US	56033	0	America/New_York	36.09397	-84.28465	273			TN	001		
4623947	Fruitland	fruitland	US	21826	0	America/Chicago	35.8934	-88.93201	113			TN	053		
4623952	Fruitvale	fruitvale	US	38336	0	America/Chicago	35.74674	-89.03062	109			TN	033		
4624009	Fulton	fulton	US	13069	0	America/Chicago	35.61224	-89.88266	85			TN	097		
4624086	Gadsden	gadsden	US	29052	469	America/Chicago	35.7759	-88.99006	126			TN	033		
4624109	Gainesville	gainesville	US	14066	0	America/Chicago	35.41342	-89.60924	111	Gainesville,Gainsville		TN	167		
4624116	Gainesboro	gainesboro	US	38562	955	America/Chicago	36.35561	-85.65887	175	Gainesboro,Gainesborough,Gainsboro	087	TN	087		
4624172	Gallaway	gallaway	US	38036	658	America/Chicago	35.32592	-89.61619	86	Gallaway,Galway		TN	047		
4624180	Gallatin	gallatin	US	37066	34334	America/Chicago	36.38838	-86.44666	164	Galatin,galtyn  tnsy,ghalatyn,Галатин,غالاتين,گالتین، تنسی	165	TN	165		
4624266	Garber	garber	US	52048	0	America/New_York	36.219	-82.46125	482	Garber,Garbers,Garbers Mills		TN	179		
4624281	Gardner	gardner	US	01440	0	America/Chicago	36.3584	-88.89812	111	Gardner,Gardner Station,Gardner's,Gardners Station,Gardnersville		TN	183		
4624293	Garland	garland	US	04939	320	America/New_York	35.85814	-84.10825	288			TN	093		
4624294	Garland	garland	US	04939	309	America/Chicago	35.58841	-89.75258	108	Girljanda,Гирлянда		TN	167		
4624336	Garrett	garrett	US	15542	0	America/Chicago	35.60201	-88.17615	120			TN	039		
4624402	Gassaway	gassaway	US	26624	0	America/Chicago	35.93979	-85.99554	200			TN	015		
4624417	Gates	gates	US	27937	627	America/Chicago	35.83841	-89.40618	95			TN	097		
4624443	Gatlinburg	gatlinburg	US	37738	4184	America/New_York	35.71453	-83.51189	394	GKT,Gatlinberg,Gatlinburg,Gatlinburgh,White Oak Flats,ghatlynbwrgh,gtlnbrg  tnsy,Гатлинберг,غاتلينبورغ,گتلنبرگ، تنسی		TN	155		
4624460	Gause	gause	US	77857	0	America/Chicago	36.43672	-87.05084	216			TN	147		
4624504	Geneva	geneva	US	14456	0	America/Chicago	35.12147	-87.62225	229			TN	181		
4624508	Gentry	gentry	US	64453	0	America/Chicago	36.18145	-85.74609	309			TN	141		
4624577	Georgetown	georgetown	US	01833	0	America/New_York	35.28646	-84.94606	252			TN	011		
4624578	Georgetown	georgetown	US	01833	0	America/Chicago	36.01285	-88.95507	105	George Town,Georgetown		TN	053		
4624579	Georgetown	georgetown	US	01833	0	America/New_York	35.40202	-84.68855	271			TN	107		
4624580	Georgetown	georgetown	US	01833	0	America/Chicago	36.52699	-87.29584	181			TN	125		
4624581	Georgetown	georgetown	US	01833	0	America/Chicago	35.8809	-86.4161	174			TN	149		
4624599	Germantown	germantown	US	12526	0	America/Chicago	36.22839	-87.12917	230			TN	021		
4624600	Germantown	germantown	US	12526	0	America/Chicago	36.2795	-86.87361	263			TN	037		
4624601	Germantown	germantown	US	12526	39240	America/Chicago	35.08676	-89.81009	115	Dzermantaun,jrmntawn  tnsy,jyrmantawn,Џермантаун,جرمنتاون، تنسی,جيرمانتاون		TN	157		
4624637	Gibbs	gibbs	US	63540	0	America/Chicago	36.41117	-89.00395	101	Gibbs,Paducah Junction		TN	131		
4624652	Gibson	gibson	US	18820	374	America/Chicago	35.87535	-88.84673	123	Gibson,Gibson Station,Pickettville		TN	053		
4624720	Gilchrist	gilchrist	US	77617	0	America/Chicago	35.20564	-88.42615	146	Cyclone,Gilchrist		TN	109		
4624817	Gilmore	gilmore	US	72339	0	America/Chicago	35.68785	-88.807	138			TN	113		
4624886	Glade	glade	US	67639	0	America/New_York	35.74009	-83.46211	500			TN	155		
4624906	Gladeville	gladeville	US	37071	0	America/Chicago	36.11256	-86.41638	182	Glades,Gladesville,Gladeville		TN	189		
4624912	Gladstone	gladstone	US	07934	0	America/New_York	36.18455	-82.5732	477			TN	179		
4624940	Gleason	gleason	US	38229	1407	America/Chicago	36.21367	-88.61255	124	Gleason,Gleeson Station,Oakwood		TN	183		
4624947	Glen	glen	US	03838	0	America/Chicago	35.3598	-85.91693	314			TN	031		
4624951	Glen Alpine	glen-alpine	US	28628	0	America/New_York	36.48677	-82.59376	385			TN	163		
4624965	Glen Oaks	glen-oaks	US	11004	0	America/Chicago	36.32338	-86.61777	151			TN	165		
4624967	Glen Ridge	glen-ridge	US	07028	0	America/New_York	36.34927	-82.33792	493			TN	179		
4624970	Glencliff	glencliff	US	03238	0	America/Chicago	36.12256	-86.71833	139			TN	037		
4624976	Glendale	glendale	US	01229	0	America/Chicago	35.93618	-85.04996	556			TN	035		
4624977	Glendale	glendale	US	01229	0	America/New_York	35.10702	-85.33135	235	Glendale,Jones Station		TN	065		
4624978	Glendale	glendale	US	01229	0	America/Chicago	35.11036	-87.38724	274			TN	099		
4624980	Glendale	glendale	US	01229	0	America/Chicago	35.54063	-86.98862	196	Glendale,Hurricane,Hurricane Station,Hurricane Switch		TN	119		
4624981	Glendale	glendale	US	01229	0	America/Chicago	35.86395	-86.46249	181			TN	149		
4624982	Glendale	glendale	US	01229	0	America/New_York	36.32733	-82.60654	507			TN	179		
4625008	Glenhaven	glenhaven	US	95443	0	America/Chicago	35.96451	-87.12723	263			TN	187		
4625035	Glenview	glenview	US	40025	0	America/Chicago	35.47702	-86.08027	322			TN	031		
4625036	Glenview	glenview	US	40025	0	America/Chicago	36.12811	-86.70028	169	Glencliff,Glenview		TN	037		
4625041	Glenwood	glenwood	US	07418	0	America/New_York	35.03702	-85.26718	204			TN	065		
4625042	Glenwood	glenwood	US	07418	0	America/Chicago	36.03006	-87.8203	121			TN	085		
4625043	Glenwood	glenwood	US	07418	0	America/New_York	36.03814	-84.00269	304			TN	093		
4625063	Globe	globe	US	85501	0	America/Chicago	35.43507	-86.8725	233	Globe,Globe Creek		TN	117		
4625136	Godwin	godwin	US	28344	0	America/Chicago	35.65174	-87.04945	192	Duck River Station,Godwin,Godwin Station,Hooker,River Side,River Station,Trough Spring		TN	119		
4625229	Good Hope	good-hope	US	30641	0	America/Chicago	36.05924	-89.28618	99			TN	045		
4625230	Good Hope	good-hope	US	30641	0	America/Chicago	35.25591	-88.48865	161			TN	109		
4625271	Goodfield	goodfield	US	61742	0	America/New_York	35.46646	-84.82578	238			TN	121		
4625282	Goodlettsville	goodlettsville	US	37070	16994	America/Chicago	36.32311	-86.71333	145			TN	037		
4625293	Goodman	goodman	US	39079	0	America/Chicago	35.01232	-90.09648	89			TN	157		
4625318	Goodrich	goodrich	US	48438	0	America/Chicago	35.84479	-87.47863	169			TN	081		
4625325	Goodsprings	goodsprings	US	35560	0	America/New_York	35.33285	-84.55993	249	Good Springs,Goodsprings		TN	107		
4625328	Goodspring	goodspring	US	38460	0	America/Chicago	35.14341	-87.1014	253	Good Spring,Goodspring		TN	055		
4625395	Gordon	gordon	US	17936	0	America/Chicago	35.20425	-87.05056	207			TN	055		
4625418	Gordonsville	gordonsville	US	22942	1204	America/Chicago	36.17256	-85.92971	164			TN	159		
4625429	Gorman	gorman	US	76454	0	America/Chicago	36.1045	-87.7078	194			TN	085		
4625436	Goshen	goshen	US	01032	0	America/New_York	36.46538	-82.7396	412			TN	073		
4625579	Grady	grady	US	36036	0	America/New_York	35.34618	-84.51632	271			TN	107		
4625588	Graham	graham	US	27253	0	America/Chicago	35.87423	-87.46251	168			TN	081		
4625644	Grand Junction	grand-junction	US	38039	303	America/Chicago	35.04898	-89.18701	174			TN	069		
4625658	Grandview	grandview	US	37337	0	America/New_York	36.26316	-82.72071	491			TN	059		
4625659	Grandview	grandview	US	37337	0	America/Chicago	35.38174	-88.11781	134	Grandview,Purity		TN	071		
4625660	Grandview	grandview	US	37337	0	America/New_York	35.90925	-83.85851	317			TN	093		
4625661	Grandview	grandview	US	37337	0	America/Chicago	36.21117	-85.47886	348			TN	141		
4625662	Grandview	grandview	US	37337	0	America/New_York	35.74368	-84.83995	444	Grand View,Grandview		TN	143		
4625663	Grandview	grandview	US	37337	0	America/New_York	36.32122	-82.36542	515			TN	179		
4625686	Granite	granite	US	73547	0	America/New_York	36.13008	-84.16409	283			TN	001		
4625706	Grant	grant	US	32949	0	America/Chicago	36.18894	-86.07221	180			TN	159		
4625721	Grantsboro	grantsboro	US	28529	0	America/New_York	36.3148	-84.06798	413	Grantsboro,Grantsborough		TN	013		
4625726	Granville	granville	US	01034	0	America/Chicago	36.27117	-85.79526	159			TN	087		
4625790	Grassy Creek	grassy-creek	US	28631	0	America/New_York	35.00258	-84.43937	469			TN	139		
4625945	Gray	gray	US	04039	1222	America/New_York	36.41983	-82.47654	480	Gray,Grays Station		TN	179		
4626029	Graysville	graysville	US	15337	1515	America/New_York	35.44701	-85.0844	227	Advent Town,Graysville		TN	143		
4626033	Graytown	graytown	US	43432	0	America/Chicago	35.7909	-87.39974	164			TN	081		
4626238	Green Pond	green-pond	US	29446	0	America/Chicago	36.21062	-85.17691	576	Green Pond,Greenpond		TN	133		
4626258	Green Valley	green-valley	US	54127	0	America/New_York	35.71258	-84.00268	337			TN	009		
4626259	Green Valley	green-valley	US	54127	0	America/New_York	35.92369	-84.06547	292			TN	093		
4626260	Green Valley	green-valley	US	54127	0	America/Chicago	36.60977	-86.04026	225			TN	111		
4626261	Green Valley	green-valley	US	54127	0	America/Chicago	36.26784	-85.46386	306			TN	141		
4626262	Green Valley	green-valley	US	54127	0	America/Chicago	36.52004	-86.76361	213			TN	147		
4626263	Green Valley	green-valley	US	54127	0	America/New_York	36.37788	-82.37292	457			TN	179		
4626264	Green Valley	green-valley	US	54127	0	America/Chicago	35.95367	-87.14112	280			TN	187		
4626269	Green Village	green-village	US	07935	0	America/New_York	36.53621	-82.67682	396			TN	073		
4626274	Greenacres	greenacres	US	33454	0	America/New_York	36.34399	-82.39347	502			TN	179		
4626275	Greenback	greenback	US	37742	1110	America/New_York	35.66119	-84.17214	274	Alleghany Station,Greenback		TN	105		
4626285	Greenbrier	greenbrier	US	37073	0	America/Chicago	36.27644	-87.11806	201	Greenbriar,Greenbrier		TN	021		
4626286	Greenbrier	greenbrier	US	37073	6745	America/Chicago	36.42755	-86.80472	260	Cheathams Station,Green Brier,Greenbrier		TN	147		
4626287	Greenbrier	greenbrier	US	37073	0	America/New_York	35.68342	-83.6385	543			TN	155		
4626288	Greenbrier	greenbrier	US	37073	0	America/Chicago	35.84507	-87.14167	256			TN	187		
4626334	Greeneville	greeneville	US	37743	15094	America/New_York	36.16316	-82.83099	463	GCY,Greeneville,Greenville,Grinvil,ge lin wei er,grynwyl  tnsy,Гринвил,گرینویل، تنسی,格林维尔	059	TN	059		
4626344	Greenfield	greenfield	US	01301	2120	America/Chicago	36.1534	-88.80062	131	Grinfild,Гринфилд		TN	183		
4626384	Greenlawn	greenlawn	US	11740	0	America/Chicago	35.09509	-89.83342	102			TN	157		
4626385	Greenlawn	greenlawn	US	11740	0	America/Chicago	36.24339	-86.56194	143	Greenlawn,Needmore,Williamson Chapel		TN	189		
4626402	Greentown	greentown	US	18426	0	America/Chicago	35.29091	-85.65886	549			TN	115		
4626403	Greenvale	greenvale	US	11548	0	America/New_York	36.58677	-82.62016	391			TN	073		
4626404	Greenvale	greenvale	US	11548	0	America/Chicago	35.99978	-86.19777	233			TN	189		
4626409	Greenville	greenville	US	02828	0	America/Chicago	36.297	-86.88833	254			TN	037		
4626413	Greenway	greenway	US	22067	0	America/New_York	36.02064	-83.92269	299	Broadway,Greenway		TN	093		
4626417	Greenwood	greenwood	US	04255	0	America/New_York	35.70703	-84.01379	341			TN	009		
4626418	Greenwood	greenwood	US	04255	0	America/Chicago	36.21811	-87.27834	221			TN	043		
4626419	Greenwood	greenwood	US	04255	0	America/Chicago	36.37645	-85.54386	288			TN	087		
4626420	Greenwood	greenwood	US	04255	0	America/Chicago	36.50839	-85.86192	301			TN	111		
4626421	Greenwood	greenwood	US	04255	0	America/Chicago	35.70785	-86.64583	247			TN	149		
4626422	Greenwood	greenwood	US	04255	0	America/New_York	36.26066	-82.4257	538			TN	179		
4626423	Greenwood	greenwood	US	04255	0	America/Chicago	35.84451	-85.49859	303			TN	185		
4626424	Greenwood	greenwood	US	04255	0	America/Chicago	36.14645	-86.23471	183			TN	189		
4626573	Griffith	griffith	US	46319	0	America/Chicago	35.60007	-85.27163	555			TN	007		
4626617	Grimsley	grimsley	US	38565	1167	America/Chicago	36.26701	-84.9844	534			TN	049		
4626707	Grove	grove	US	74344	0	America/Chicago	35.89812	-87.27279	259			TN	081		
4626724	Grove	grove	US	74344	0	America/New_York	36.0523	-84.53188	396			TN	129		
4626739	Gruetli-Laager	gruetli-laager	US	37339	1776	America/Chicago	35.3723	-85.61803	584			TN	061		
4626847	Gum Spring	gum-spring	US	23065	0	America/Chicago	35.87951	-85.57165	301			TN	185		
4626849	Gum Spring	gum-spring	US	23065	0	America/New_York	35.99121	-83.22099	364	Gum Spring,Gum Springs		TN	029		
4626905	Guntown	guntown	US	38849	0	America/New_York	36.39454	-82.98877	387			TN	073		
4626933	Guys	guys	US	38339	464	America/Chicago	35.03481	-88.55866	135			TN	109		
4626954	Hackberry	hackberry	US	70645	0	America/Chicago	36.43477	-87.43445	125			TN	125		
4627015	Hale	hale	US	48739	0	America/New_York	36.31899	-82.46681	533			TN	179		
4627100	Halfway	halfway	US	97834	0	America/Chicago	36.09924	-84.84828	501			TN	035		
4627192	Halls	halls	US	38040	0	America/Chicago	36.1345	-88.17087	134			TN	005		
4627193	Halls	halls	US	38040	0	America/New_York	36.08203	-83.93269	310			TN	093		
4627194	Halls	halls	US	38040	2178	America/Chicago	35.87563	-89.39618	95	Halls,Halls Station		TN	097		
4627245	Halltown	halltown	US	25423	0	America/Chicago	36.42727	-86.13499	183	Hall Town,Halltown		TN	169		
4627266	Hamburg	hamburg	US	07419	0	America/Chicago	35.09481	-88.30421	119	Hamburg,Hamburg Landing,Hamburgh		TN	071		
4627267	Hamburg	hamburg	US	07419	0	America/Chicago	35.00675	-85.70247	187			TN	115		
4627289	Hamilton	hamilton	US	01936	0	America/New_York	36.49871	-82.26152	463			TN	163		
4627375	Hampshire	hampshire	US	38461	0	America/Chicago	35.59674	-87.29307	184	Hampshire,Loves Cross Roads		TN	119		
4627384	Hampton	hampton	US	03842	0	America/New_York	36.28428	-82.17263	543	Allentown,Hampton		TN	019		
4627421	Hancock	hancock	US	03449	0	America/Chicago	36.28367	-88.31115	145			TN	079		
4627537	Happy Valley	happy-valley	US	97086	0	America/New_York	35.60897	-83.9574	391	Happy Valley,Rasar		TN	009		
4627576	Harbor View	harbor-view	US	43434	0	America/Chicago	36.24478	-86.57972	163			TN	189		
4627687	Hardy	hardy	US	24101	0	America/Chicago	36.31839	-85.44053	319			TN	133		
4627732	Harmon	harmon	US	61042	0	America/New_York	36.52873	-81.90845	867			TN	091		
4627752	Harmony	harmony	US	02829	0	America/Chicago	36.40534	-85.60164	278			TN	087		
4627753	Harmony	harmony	US	02829	0	America/Chicago	35.73868	-85.5797	283			TN	175		
4627754	Harmony	harmony	US	02829	0	America/New_York	36.39482	-82.56626	525			TN	179		
4627863	Harriman	harriman	US	10926	6224	America/New_York	35.93396	-84.55244	244			TN	145		
4627886	Harris	harris	US	12742	0	America/Chicago	36.44673	-88.94978	99	Harris,Harris Station		TN	131		
4627980	Harrisburg	harrisburg	US	17101	0	America/New_York	35.8637	-83.48378	288	Hamsburg,Harrisburg,Harrisburgh		TN	155		
4627983	Harrison	harrison	US	04040	7769	America/New_York	35.11368	-85.13801	234	Kharrison,Харрисон		TN	065		
4628044	Harrogate	harrogate	US	37752	4388	America/New_York	36.5823	-83.65686	404	Harrogate-Shawanee,Kharogejt,harwgat,harwghyt,Харогејт,هاروغيت,هاروگات		TN	025		
4628076	Hartford	hartford	US	05047	0	America/New_York	35.81676	-83.14321	382	Drice,Dryce,Hartford,Khartford,Хартфорд		TN	029		
4628109	Hartsville	hartsville	US	29550	2435	America/Chicago	36.39088	-86.16721	144	Damascus,Donoho's Mill,Hartsville,Hartsville-Trousdale County	169	TN	169		
4628235	Hathaway	hathaway	US	59333	0	America/Chicago	36.22618	-89.6598	83			TN	095		
4628278	Havana	havana	US	32333	0	America/Chicago	35.36702	-88.09892	173			TN	071		
4628346	Hawkinsville	hawkinsville	US	31036	0	America/Chicago	35.90841	-89.28396	115			TN	045		
4628372	Hawthorne	hawthorne	US	07506	0	America/Chicago	35.37119	-86.49861	271			TN	003		
4628394	Hayesville	hayesville	US	28904	0	America/New_York	36.02038	-82.8082	471	Hayesville,Haysville		TN	059		
4628395	Hayesville	hayesville	US	28904	0	America/Chicago	36.63366	-86.09443	269			TN	111		
4628397	Haynes	haynes	US	72341	0	America/Chicago	35.96117	-86.6	226			TN	149		
4628436	Hays	hays	US	28635	0	America/Chicago	35.04592	-89.47174	110			TN	047		
4628448	Haysville	haysville	US	67060	0	America/Chicago	36.61672	-86.08332	258	Hayesville,Haysville		TN	111		
4628532	Heath	heath	US	01346	0	America/New_York	36.45457	-81.75484	751	Danford,Heath		TN	091		
4628605	Heiskell	heiskell	US	37754	0	America/New_York	36.08175	-84.0538	268	Heiskell,Heiskells,Heiskells Station		TN	093		
4628614	Helena	helena	US	13649	0	America/Chicago	36.43562	-85.01884	256			TN	049		
4628617	Helenwood	helenwood	US	37755	865	America/New_York	36.4298	-84.54411	423			TN	151		
4628644	Helton	helton	US	40840	0	America/Chicago	36.06589	-85.94527	168			TN	041		
4628645	Helton	helton	US	40840	0	America/New_York	36.29203	-83.39962	388	Helton,Heltonville		TN	057		
4628664	Hematite	hematite	US	63047	0	America/Chicago	36.45616	-87.44862	122			TN	125		
4628674	Hemlock	hemlock	US	14466	0	America/New_York	36.50232	-82.49154	402			TN	163		
4628695	Henderson	henderson	US	13650	6552	America/Chicago	35.43924	-88.64144	136	Dayton,Henderson,Henderson City,Henderson Station,Hendersons Station,Khenderson,hndrswn,hndrswn  tnsy,Хендерсон,هندرسون,هندرسون، تنسی	023	TN	023		
4628735	Hendersonville	hendersonville	US	15339	56018	America/Chicago	36.30477	-86.62	147	Khendersonvil,hendason'vu~iru,hendeoseunbil,hndrsnwyl  tnsy,hyndrswnfyl,Хендерсонвил,هندرسنویل، تنسی,هيندرسونفيل,ہینڈرسنویل، ٹینیسی,ヘンダーソンヴィル,헨더슨빌		TN	165		
4628780	Henley	henley	US	65040	0	America/Chicago	35.2098	-86.09498	289			TN	051		
4628800	Henning	henning	US	38041	916	America/Chicago	35.67286	-89.57341	89	Henning,Hennings		TN	097		
4628805	Henrietta	henrietta	US	14467	0	America/Chicago	36.40533	-87.20362	195			TN	021		
4628806	Henry	henry	US	24102	467	America/Chicago	36.20395	-88.41977	167	Henry,Henry Station		TN	079		
4628862	Henryville	henryville	US	18332	0	America/Chicago	35.39202	-87.39418	270			TN	099		
4628929	Hermitage	hermitage	US	16148	0	America/Chicago	36.19617	-86.6225	148	Hermitage,Hermitage Station		TN	037		
4629013	Hiawassee	hiawassee	US	30546	0	America/Chicago	35.61507	-85.89443	318			TN	177		
4629036	Hickman	hickman	US	38567	0	America/Chicago	36.14395	-85.94054	154			TN	159		
4629070	Hickory	hickory	US	15340	0	America/New_York	36.04259	-83.65573	342			TN	089		
4629075	Hickory Corners	hickory-corners	US	49060	0	America/Chicago	35.34341	-88.70255	148			TN	023		
4629085	Hickory Flat	hickory-flat	US	38633	0	America/Chicago	35.82284	-88.59117	154			TN	017		
4629102	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	35.47062	-85.20079	605			TN	007		
4629103	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	35.05203	-86.21721	297			TN	051		
4629104	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	35.98535	-89.01284	108			TN	053		
4629105	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	35.98895	-86.44166	155			TN	149		
4629106	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	36.38644	-86.29277	173			TN	165		
4629152	Hickory Hills	hickory-hills	US	60457	0	America/New_York	35.2373	-84.79605	254			TN	011		
4629153	Hickory Hills	hickory-hills	US	60457	0	America/New_York	36.16621	-82.79571	470			TN	059		
4629154	Hickory Hills	hickory-hills	US	60457	0	America/New_York	35.04646	-85.17356	225			TN	065		
4629155	Hickory Hills	hickory-hills	US	60457	0	America/New_York	35.91119	-84.02574	310			TN	093		
4629156	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	35.84062	-86.49499	189			TN	149		
4629157	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	35.88006	-86.73639	222			TN	187		
4629158	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	35.97368	-85.20691	581			TN	035		
4629159	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	35.90701	-85.44886	390			TN	185		
4629200	Hickory Valley	hickory-valley	US	38042	93	America/Chicago	35.1537	-89.12784	172			TN	069		
4629202	Hickory Valley	hickory-valley	US	38042	0	America/New_York	35.04063	-85.1694	218			TN	065		
4629276	Hicksville	hicksville	US	11801	0	America/Chicago	35.63729	-88.82256	123			TN	113		
4629277	Hico	hico	US	25854	0	America/Chicago	36.09117	-88.4895	118			TN	017		
4629294	Hidden Valley	hidden-valley	US	15502	0	America/New_York	35.21285	-84.91522	242			TN	011		
4629295	Hidden Valley	hidden-valley	US	15502	0	America/New_York	35.93786	-84.0838	305	Crestwood Forest,Hidden Valley		TN	093		
4629296	Hidden Valley	hidden-valley	US	15502	0	America/New_York	35.96535	-84.48327	243			TN	145		
4629349	High Point	high-point	US	27260	0	America/New_York	36.30508	-84.23021	334	High Point,Highpoint		TN	013		
4629350	High Point	high-point	US	27260	0	America/New_York	36.10621	-83.16349	330			TN	029		
4629352	High Point	high-point	US	27260	0	America/New_York	36.15035	-84.82606	508			TN	129		
4629353	High Point	high-point	US	27260	0	America/New_York	35.86396	-84.47771	275			TN	145		
4629355	High Point	high-point	US	27260	0	America/New_York	36.47536	-84.54188	463	High Point,Winchester		TN	151		
4629394	Highland	highland	US	12528	0	America/Chicago	36.26868	-85.09885	472			TN	049		
4629395	Highland	highland	US	12528	0	America/Chicago	36.36256	-85.77387	153			TN	087		
4629396	Highland	highland	US	12528	0	America/Chicago	36.41173	-89.01701	109	Highland,Hiland		TN	131		
4629397	Highland	highland	US	12528	0	America/Chicago	36.29395	-85.2633	383	Booz,Highland		TN	133		
4629398	Highland	highland	US	12528	0	America/Chicago	36.62449	-86.37305	250			TN	165		
4629399	Highland	highland	US	12528	0	America/Chicago	35.32369	-87.58558	311			TN	181		
4629400	Highland	highland	US	12528	0	America/Chicago	35.23202	-87.73752	318			TN	181		
4629449	Highland Park	highland-park	US	08904	0	America/New_York	36.36036	-84.13576	375			TN	013		
4629450	Highland Park	highland-park	US	08904	0	America/New_York	35.02869	-85.27218	206			TN	065		
4629451	Highland Park	highland-park	US	08904	0	America/New_York	36.05064	-83.92546	364			TN	093		
4629452	Highland Park	highland-park	US	08904	0	America/New_York	35.81063	-84.25547	256			TN	105		
4629454	Highland Park	highland-park	US	08904	0	America/Chicago	35.60535	-87.04056	225			TN	119		
4629456	Highland Park	highland-park	US	08904	0	America/New_York	36.53677	-82.52154	400			TN	163		
4629523	Hilham	hilham	US	38568	0	America/Chicago	36.41423	-85.44164	333	Hilham,Hillham		TN	133		
4629639	Hillrose	hillrose	US	80733	0	America/Chicago	36.07034	-85.5972	306			TN	141		
4629660	Hillsboro	hillsboro	US	21641	450	America/Chicago	35.41258	-85.97026	324	Hillsboro,Hillsborough,Pond Springs		TN	031		
4629676	Hillsdale	hillsdale	US	07642	0	America/Chicago	36.44616	-86.0586	165			TN	111		
4629677	Hillsdale	hillsdale	US	07642	0	America/New_York	35.75453	-83.96129	299			TN	009		
4629678	Hillsdale	hillsdale	US	07642	0	America/Chicago	36.12812	-85.5172	328			TN	141		
4629683	Hilltop	hilltop	US	25855	0	America/Chicago	35.3748	-86.35944	351			TN	003		
4629684	Hilltop	hilltop	US	25855	0	America/Chicago	36.34089	-88.34393	180			TN	079		
4629685	Hilltop	hilltop	US	25855	0	America/Chicago	36.46866	-87.39056	186			TN	125		
4629686	Hilltop	hilltop	US	25855	0	America/Chicago	35.97229	-86.5336	193			TN	149		
4629698	Hillview	hillview	US	40129	0	America/Chicago	36.21478	-86.52361	178			TN	189		
4629758	Hinkle	hinkle	US	40953	0	America/Chicago	35.40785	-88.30032	148			TN	071		
4629825	Hixson	hixson	US	37343	0	America/New_York	35.14063	-85.23273	209	Hickson,Hixon,Hixson		TN	065		
4629890	Hodges	hodges	US	29653	0	America/New_York	36.07703	-83.64129	279			TN	089		
4629986	Hohenwald	hohenwald	US	38462	3667	America/Chicago	35.54785	-87.55196	298	City of High Forest,Hohenwald,Khoenvold,New Switzerland,hwhnwald  tnsy,hwhynwald,Хоенволд,هوهنوالد، تنسی,هوهينوالد	101	TN	101		
4630042	Holladay	holladay	US	38341	0	America/Chicago	35.87062	-88.14587	144			TN	005		
4630043	Holladay	holladay	US	38341	0	America/Chicago	36.14284	-85.54331	343			TN	141		
4630114	Hollow Rock	hollow-rock	US	38342	697	America/Chicago	36.03812	-88.27366	128			TN	017		
4630121	Holloway	holloway	US	43985	0	America/Chicago	36.14006	-86.32082	236	Holloway,Shannon Store		TN	189		
4630156	Holly Grove	holly-grove	US	72069	0	America/Chicago	35.46007	-86.74528	232			TN	117		
4630157	Holly Grove	holly-grove	US	72069	0	America/Chicago	35.5298	-89.73925	121			TN	167		
4630166	Holly Hill	holly-hill	US	29059	0	America/New_York	36.30372	-82.35125	541			TN	179		
4630172	Holly Grove	holly-grove	US	72069	0	America/Chicago	35.65646	-89.12895	105			TN	075		
4630177	Holly Springs	holly-springs	US	27540	0	America/New_York	35.2748	-84.37992	353			TN	123		
4630178	Holly Springs	holly-springs	US	27540	0	America/Chicago	36.41895	-85.39969	324			TN	133		
4630197	Hollywood	hollywood	US	20636	0	America/Chicago	35.47841	-87.04806	245			TN	119		
4630198	Hollywood	hollywood	US	20636	0	America/Chicago	35.17453	-89.97537	74			TN	157		
4630224	Holmes	holmes	US	12531	0	America/New_York	36.30233	-82.44626	562			TN	179		
4630293	Holt	holt	US	32564	0	America/Chicago	35.04869	-87.81808	232			TN	181		
4630336	Holton	holton	US	47023	0	America/New_York	36.56508	-84.03715	314			TN	013		
4630344	Holtsville	holtsville	US	00501	0	America/Chicago	35.3123	-88.24754	154			TN	071		
4630387	Homestead	homestead	US	15120	0	America/Chicago	35.90507	-84.9819	562			TN	035		
4630388	Homestead	homestead	US	15120	0	America/New_York	36.08564	-83.91102	320			TN	093		
4630564	Hopewell	hopewell	US	08525	1874	America/New_York	35.23479	-84.888	220	Khopuehlla,Хопуэлла		TN	011		
4630565	Hopewell	hopewell	US	08525	0	America/Chicago	35.90062	-88.63339	154			TN	017		
4630566	Hopewell	hopewell	US	08525	0	America/New_York	36.56509	-83.45518	480			TN	025		
4630567	Hopewell	hopewell	US	08525	0	America/Chicago	36.22478	-86.62583	144			TN	037		
4630568	Hopewell	hopewell	US	08525	0	America/Chicago	35.65424	-88.06392	179			TN	039		
4630569	Hopewell	hopewell	US	08525	0	America/Chicago	36.08118	-89.0784	103	Gregory,Hopewell		TN	053		
4630570	Hopewell	hopewell	US	08525	0	America/Chicago	35.50285	-87.06251	227			TN	119		
4630571	Hopewell	hopewell	US	08525	0	America/Chicago	35.49203	-89.84036	126			TN	167		
4630711	Hornbeak	hornbeak	US	38232	409	America/Chicago	36.33118	-89.29646	141	Hornbeak,Wilsonville		TN	131		
4630716	Horner	horner	US	26372	0	America/Chicago	35.52979	-87.89947	129			TN	135		
4630750	Hornsby	hornsby	US	38044	280	America/Chicago	35.22758	-88.8295	116			TN	069		
4630764	Horse Creek	horse-creek	US	82061	0	America/New_York	36.16288	-82.6632	422	Horse Creek,Horsecreek		TN	059		
4630768	Horse Creek	horse-creek	US	82061	0	America/New_York	36.4376	-82.62571	392			TN	163		
4630858	Hortense	hortense	US	31543	0	America/Chicago	36.14895	-87.43112	266			TN	043		
4630935	Houston	houston	US	15342	0	America/Chicago	35.24147	-87.91781	164			TN	181		
4630978	Howard	howard	US	16841	0	America/Chicago	35.62701	-88.01614	128			TN	135		
4630981	Howard	howard	US	16841	0	America/New_York	35.55091	-84.15825	268			TN	123		
4631054	Howell	howell	US	07731	0	America/Chicago	35.23008	-86.61111	228			TN	103		
4631095	Hubbard	hubbard	US	44425	0	America/New_York	35.75786	-83.88323	280			TN	009		
4631156	Hudson	hudson	US	01749	0	America/Chicago	35.33119	-87.40085	304			TN	099		
4631212	Huffman	huffman	US	77336	0	America/New_York	36.27924	-84.65328	427	Hoffman,Huffman		TN	129		
4631291	Humboldt	humboldt	US	38343	8313	America/Chicago	35.81979	-88.9159	111	Humboldt,Humbolt		TN	053		
4631357	Hunter	hunter	US	12442	1697	America/New_York	36.3623	-84.14048	334			TN	013		
4631358	Hunter	hunter	US	12442	1854	America/New_York	36.37178	-82.15874	478	Hunter,Hunter Station		TN	019		
4631412	Huntersville	huntersville	US	28070	0	America/Chicago	35.61535	-88.98228	133	Andrews Chapel,Huntersville		TN	113		
4631422	Huntingdon	huntingdon	US	16652	3926	America/Chicago	36.00062	-88.42811	125	Huntingdon,Huntsville,Khantingdon,hantynghdwn,hantyngtwn,Хантингдон,هانتينغدون,هانتینگتون,ہنٹنگڈن، ٹینیسی	017	TN	017		
4631435	Huntland	huntland	US	37345	855	America/Chicago	35.0512	-86.26971	287	Hunt Station,Huntland,Hunts Station		TN	051		
4631436	Huntland	huntland	US	37345	0	America/Chicago	36.1034	-85.55664	319			TN	141		
4631443	Huntsville	huntsville	US	35801	1233	America/New_York	36.4098	-84.49049	402	Hunters Spring,Huntsville,Khantsvill,Хантсвилл	151	TN	151		
4631445	Huntsville	huntsville	US	35801	998	America/New_York	35.77702	-84.28242	259			TN	105		
4631454	Hurley	hurley	US	12443	0	America/Chicago	35.13814	-88.36587	139			TN	071		
4631462	Huron	huron	US	38345	0	America/Chicago	35.58813	-88.53227	127			TN	077		
4631465	Hurricane	hurricane	US	25526	0	America/Chicago	36.41284	-85.63803	161			TN	087		
4631466	Hurricane	hurricane	US	25526	0	America/Chicago	36.05395	-86.31138	211	Harricane,Hurricane,Nelson Hill		TN	189		
4631575	Hurricane Mills	hurricane-mills	US	37078	0	America/Chicago	35.97117	-87.78197	124	Hurricane,Hurricane Mills,McMurrays Mill		TN	085		
4631663	Hydro	hydro	US	73048	0	America/Chicago	35.79506	-88.14809	166			TN	039		
4631687	Idaville	idaville	US	17337	0	America/Chicago	35.43147	-89.71091	121	Dunlap Orphanage,Idaville		TN	167		
4631690	Idlewild	idlewild	US	38346	0	America/Chicago	36.02979	-88.80812	114	Idlewild,Sprawling,Thetford		TN	053		
4631691	Idlewild	idlewild	US	38346	0	America/Chicago	35.62313	-87.05723	202			TN	119		
4631692	Idlewild	idlewild	US	38346	0	America/New_York	35.48118	-84.70383	237			TN	107		
4631757	Independence	independence	US	24348	0	America/New_York	36.55926	-82.93628	401	Independence,Upper Clinch,Upperclinch		TN	067		
4631758	Independence	independence	US	24348	0	America/Chicago	36.49729	-85.30052	318			TN	133		
4631779	Independence	independence	US	24348	0	America/Chicago	35.72785	-88.58589	181			TN	077		
4631886	Indian HIlls	indian-hills	US	80454	0	America/New_York	36.27815	-83.32184	341			TN	063		
4631890	Indian Hills	indian-hills	US	80454	0	America/New_York	35.0473	-85.22662	212			TN	065		
4631891	Indian Hills	indian-hills	US	80454	0	America/Chicago	36.19284	-85.48136	345			TN	141		
4631892	Indian Hills	indian-hills	US	80454	0	America/New_York	36.54871	-82.4207	486			TN	163		
4631899	Indian Mound	indian-mound	US	37079	0	America/Chicago	36.50088	-87.69363	115	Indian Mound,Indianmound,Mount Indian		TN	161		
4631925	Indian Springs	indian-springs	US	89018	0	America/Chicago	35.88951	-86.40916	175			TN	149		
4631926	Indian Springs	indian-springs	US	89018	0	America/Chicago	35.91756	-86.84	218			TN	187		
4631945	Inglewood	inglewood	US	90301	0	America/Chicago	36.21422	-86.73028	157			TN	037		
4631963	Inman	inman	US	29349	0	America/Chicago	35.11035	-85.52608	198	Inman,Prigmores Store		TN	115		
4632320	Iron City	iron-city	US	38463	328	America/Chicago	35.02397	-87.58141	172			TN	099		
4632380	Isabella	isabella	US	15447	0	America/New_York	35.02786	-84.3552	492	Isabella,McCays		TN	139		
4632452	Isom	isom	US	41824	0	America/Chicago	35.63285	-87.30446	172	Isom,Isoms Store		TN	119		
4632474	Ivy	ivy	US	22945	0	America/New_York	35.26952	-84.42382	325			TN	123		
4632584	Jacks Creek	jacks-creek	US	38347	0	America/Chicago	35.46869	-88.52088	141			TN	023		
4632591	Jacksboro	jacksboro	US	37757	1951	America/New_York	36.33008	-84.18382	335	Jacksboro,Jacksborough	013	TN	013		
4632595	Jackson	jackson	US	03846	66975	America/Chicago	35.61452	-88.81395	125	Dzekson,Dzhaksun,Dzhekson,Jackson,MKL,jaegseun,jakswn,jakuson,jie ke xun,jksn  tnsy,Џексон,Джаксън,Джексон,جاكسون,جکسن، تنسی,جیکسن، ٹینیسی,ジャクソン,傑克遜,잭슨	113	TN	113		
4632676	Jackson Heights	jackson-heights	US	11372	0	America/New_York	36.18981	-83.40684	372			TN	063		
4632677	Jackson Heights	jackson-heights	US	11372	0	America/Chicago	35.64035	-87.00917	202			TN	119		
4632745	Jacksonville	jacksonville	US	05342	0	America/Chicago	36.30007	-89.31952	131			TN	131		
4632830	Jameson	jameson	US	64647	0	America/Chicago	35.75312	-87.00889	211	Beech Grove,Jameson		TN	119		
4632835	Jamestown	jamestown	US	02835	0	America/Chicago	35.9384	-86.42388	173			TN	149		
4632836	Jamestown	jamestown	US	02835	0	America/Chicago	35.55119	-89.86231	111			TN	167		
4632837	Jamestown	jamestown	US	02835	0	America/Chicago	35.96395	-86.78361	229			TN	187		
4632852	Jamestown	jamestown	US	02835	1947	America/Chicago	36.42757	-84.93189	524	Dzejmstaun,Jamestown,Jimtown,Obedstown,Sand Springs,jymstawn,jymztawn  tnsy,Џејмстаун,جيمستاون,جیمز ٹاون، ٹینیسی,جیمزتاون، تنسی	049	TN	049		
4632883	Jarrell	jarrell	US	76537	0	America/Chicago	36.06534	-88.57311	110	Gwin Station,Gwin Switch,Gwins,Jarrell,Jarrell Switch		TN	017		
4632892	Jasper	jasper	US	14855	3312	America/Chicago	35.07424	-85.62608	191	Dzasper,jasbr,jspr  tnsy,Џаспер,جاسبر,جسپر، تنسی,جسپر، ٹینیسی	115	TN	115		
4632915	Jeannette	jeannette	US	15644	0	America/Chicago	35.7409	-88.09948	170	Howesville,Jeannette		TN	039		
4632923	Jeffers	jeffers	US	56145	0	America/New_York	36.37175	-84.3916	391	Jeffers,Jeffries		TN	151		
4632927	Jefferson	jefferson	US	01522	0	America/Chicago	35.89451	-85.71109	313			TN	041		
4632959	Jefferson City	jefferson-city	US	37760	8504	America/New_York	36.12231	-83.4924	366	Dzhefferson-Siti,Jefferson City,Mossy Creek,Джефферсон-Сити		TN	089		
4632967	Jellico	jellico	US	37762	2262	America/New_York	36.58786	-84.12687	298	Jellico,Smithburg,jlykw  tnsy,jylykw,جلیکو، تنسی,جيليكو		TN	013		
4632978	Jena	jena	US	71342	0	America/New_York	35.6548	-84.15575	257	Jena,Jena Station		TN	105		
4633017	Jenkinsville	jenkinsville	US	29065	0	America/Chicago	36.05202	-89.41591	92			TN	045		
4633066	Jeremiah	jeremiah	US	41826	0	America/Chicago	36.22589	-85.40414	304			TN	141		
4633103	Jerusalem	jerusalem	US	43747	0	America/Chicago	35.24341	-86.78444	294			TN	103		
4633113	Jersey	jersey	US	22481	0	America/New_York	35.0698	-85.19273	213	Jeresy,Jersey		TN	065		
4633130	Jessie	jessie	US	58452	0	America/Chicago	35.75368	-85.7422	302			TN	177		
4633135	Jewett	jewett	US	12444	0	America/Chicago	35.77174	-84.93606	564			TN	035		
4633137	Jewell	jewell	US	31045	0	America/Chicago	36.33617	-88.60644	129	Jewel,Jewell		TN	183		
4633209	Joelton	joelton	US	37080	0	America/Chicago	36.31311	-86.86528	251	Joelton,Paradise Hill,Paradise Ridge		TN	037		
4633310	Johnson	johnson	US	05656	0	America/New_York	35.6723	-84.56243	273			TN	145		
4633419	Johnson City	johnson-city	US	13790	66027	America/New_York	36.31344	-82.35347	498	Blue Plum Station,Dzonson Siti,Haynesville,Johnson City,Johnsons Depot,Johnsons Tank,gwnswn syty,janswn syty  tnsy,jonseunsiti,jonsonshiti,jwnswn syty,yue han xun cheng,Џонсон Сити,גונסון סיטי,جانسن سٹی، ٹینیسی,جانسون سیتی، تنسی,جونسون سيتي,ジョンソンシティ,約翰遜城,존슨시티		TN	179		
4633573	Johnsonville	johnsonville	US	12094	1748	America/Chicago	36.06006	-87.95281	110			TN	085		
4633589	Johnstown	johnstown	US	12095	0	America/Chicago	35.3473	-86.2011	317			TN	031		
4633613	Jones	jones	US	36749	0	America/Chicago	35.6723	-89.14146	97	Jones,Jones Station		TN	075		
4633801	Jones Mill	jones-mill	US	72105	0	America/Chicago	36.44645	-88.4606	129			TN	079		
4633848	Jonesborough	jonesborough	US	37659	5291	America/New_York	36.29427	-82.47348	516	Dzonsboro,Jonesboro,Jonesborough,jwnzbwrw,zhwhansbwrg  tnsy,Џонсборо,جونزبورو,ژوهانسبورگ، تنسی	179	TN	179		
4633854	Jonestown	jonestown	US	17038	0	America/Chicago	35.3948	-87.21279	311			TN	055		
4633857	Jonesville	jonesville	US	05466	0	America/Chicago	36.1834	-84.93718	520			TN	049		
4633858	Jonesville	jonesville	US	05466	0	America/New_York	35.98313	-84.39132	242			TN	145		
4633871	Joppa	joppa	US	21085	0	America/Chicago	35.82312	-85.63609	296	Jappa,Joppa		TN	185		
4634001	Kalida	kalida	US	45853	0	America/New_York	36.00286	-84.35715	236			TN	145		
4634004	Kansas	kansas	US	35573	0	America/Chicago	36.45282	-86.38055	198	Cansas,Kansas		TN	165		
4634005	Kansas City	kansas-city	US	64101	0	America/New_York	36.19316	-82.46931	527			TN	179		
4634094	Keeling	keeling	US	24566	0	America/Chicago	35.43786	-89.47341	114			TN	067		
4634258	Kelso	kelso	US	37348	0	America/Chicago	35.12592	-86.4686	229			TN	103		
4634329	Kensington	kensington	US	20891	0	America/New_York	35.8848	-84.05602	293	Kensington,Кенсингтон		TN	093		
4634346	Kenwood	kenwood	US	95452	0	America/Chicago	36.5781	-87.39056	167			TN	125		
4634352	Kenton	kenton	US	19955	1224	America/Chicago	36.20229	-89.01229	95			TN	131		
4634365	Kerrville	kerrville	US	78028	0	America/Chicago	35.38147	-89.85897	102			TN	157		
4634426	Keystone	keystone	US	46759	0	America/New_York	36.32316	-82.33208	496			TN	179		
4634474	Kimball	kimball	US	24853	1401	America/Chicago	35.04786	-85.67191	207	Kimball,Wallsville		TN	115		
4634510	Kincaid	kincaid	US	25119	0	America/New_York	35.57174	-84.2827	267			TN	123		
4634525	Kinderhook	kinderhook	US	12106	0	America/Chicago	35.79507	-87.18918	250	Kinderhook,Lodebar		TN	119		
4634617	Kingfield	kingfield	US	04947	0	America/Chicago	35.92673	-87.03917	284			TN	187		
4634650	Kingsbury	kingsbury	US	46345	0	America/Chicago	36.49449	-87.34556	135			TN	125		
4634662	Kingsport	kingsport	US	37660	53014	America/New_York	36.54843	-82.56182	369	Boat Yard,Boatyard,Christiansville,Island Flats,Kings Port,Kingsport,Peace Island,jin si bo te,kynghsbwrt,kyngzprt  tnsy,Кингспорт,Кінгспорт,كينغسبورت,کنگزپورٹ، ٹینیسی,کینگزپرت، تنسی,金斯波特		TN	163		
4634671	Kingston	kingston	US	02364	5846	America/New_York	35.88091	-84.50854	233	Kingston,jin si dun,kingseuteon,kingusuton,kynghstwn,kyngztwn  tnsy,Кингстон,كينغستون,کنگسٹن، ٹینیسی,کینگزتون، تنسی,キングストン,金斯顿,킹스턴	145	TN	145		
4634683	Kingston Springs	kingston-springs	US	37082	2770	America/Chicago	36.102	-87.11501	159			TN	021		
4634717	Kirby	kirby	US	43330	0	America/Chicago	36.47894	-85.90832	308			TN	111		
4634737	Kirk	kirk	US	80824	0	America/Chicago	35.10203	-89.62536	109			TN	047		
4634749	Kirkland	kirkland	US	60146	0	America/Chicago	35.06231	-86.62916	286	Frogsville,Kirkland		TN	103		
4634750	Kirkland	kirkland	US	60146	0	America/Chicago	35.80729	-86.66277	227			TN	187		
4634777	Kirkwood	kirkwood	US	13795	0	America/Chicago	36.59338	-87.21528	171			TN	125		
4634804	Kittrell	kittrell	US	27544	0	America/Chicago	35.82368	-86.24471	193			TN	149		
4634849	Klondike	klondike	US	75448	0	America/New_York	36.43898	-83.13156	402			TN	073		
4634946	Knoxville	knoxville	US	16928	185291	America/New_York	35.96064	-83.92074	276	Knoxville,Noksvil,Noksvill,Noxvil,TYS,Whites Fort,Whites Mill,nakswyl  tnsy,nogseubil,nokkusubiru,noksavhila,nuo ke si wei er,nwksfyl,nwqswwyl,Νόξβιλ,Ноксвил,Ноксвилл,Ноксвілл,נוקסוויל,ناکسویل، تنسی,نوكسفيل,नॉक्सव्हिल,ノックスビル,諾克斯維爾,녹스빌	093	TN	093		
4634963	Kodak	kodak	US	37764	0	America/New_York	35.97453	-83.62684	273			TN	155		
4635028	La Grange	la-grange	US	28551	131	America/Chicago	35.04537	-89.24368	169	La Grange,Lagrange,Ltey uch la		TN	047		
4635031	La Vergne	la-vergne	US	37086	34794	America/Chicago	36.01562	-86.58194	177	La Vergne,LaVergne,Laveren,Lavergne		TN	149		
4635058	Laconia	laconia	US	03246	0	America/Chicago	35.28231	-89.25201	132			TN	047		
4635093	Lafayette	lafayette	US	07848	4991	America/Chicago	36.52116	-86.02637	292	La Fayette,Lafajet,Lafayette,Lafejet,lafayyt,lfyt  tnsy,Лафайет,Лафејет,لافاييت,لافیت، ٹینیسی,لفیت، تنسی	111	TN	111		
4635094	Lafayette	lafayette	US	07848	4078	America/Chicago	36.18589	-85.71609	303			TN	141		
4635160	Lake Forest	lake-forest	US	60045	0	America/New_York	35.92675	-83.86768	298			TN	093		
4635207	Lake Park	lake-park	US	31636	0	America/Chicago	35.81951	-85.18191	615			TN	035		
4635208	Lake Park	lake-park	US	31636	0	America/New_York	36.1987	-83.40434	365			TN	063		
4635209	Lake Park	lake-park	US	31636	0	America/New_York	36.52316	-82.45931	447			TN	163		
4635248	Lake Village	lake-village	US	46349	0	America/New_York	35.05146	-85.35246	202			TN	065		
4635268	Lakeland	lakeland	US	31635	12553	America/Chicago	35.23064	-89.74036	121			TN	157		
4635276	Lakemont	lakemont	US	14857	0	America/New_York	35.85397	-83.96074	287			TN	009		
4635290	Lakeside	lakeside	US	06758	0	America/New_York	35.61091	-84.28214	289			TN	123		
4635291	Lakeside	lakeside	US	06758	0	America/New_York	35.71035	-84.75189	226			TN	143		
4635306	Lakeview	lakeview	US	28350	0	America/New_York	35.82341	-84.06241	251	Lakeview,Lakewood		TN	009		
4635307	Lakeview	lakeview	US	28350	0	America/Chicago	35.03175	-86.03054	562			TN	051		
4635308	Lakeview	lakeview	US	28350	0	America/New_York	36.19148	-83.31156	405			TN	063		
4635309	Lakeview	lakeview	US	28350	0	America/New_York	35.85507	-84.5466	237			TN	145		
4635310	Lakeview	lakeview	US	28350	0	America/Chicago	36.55477	-86.80944	225			TN	147		
4635339	Lakewood	lakewood	US	08701	0	America/Chicago	35.99951	-88.48755	151			TN	017		
4635340	Lakewood	lakewood	US	08701	2302	America/Chicago	36.24311	-86.63555	143	DuPontonia,Dupontonia,Duptonia,Lakewood,Lejkvud,Old Hickory,Лейквуд		TN	037		
4635341	Lakewood	lakewood	US	08701	0	America/New_York	35.3809	-85.03995	212			TN	065		
4635342	Lakewood	lakewood	US	08701	0	America/New_York	35.87147	-84.10686	258			TN	093		
4635343	Lakewood	lakewood	US	08701	0	America/New_York	36.01341	-84.03186	320			TN	093		
4635384	Lambert	lambert	US	38643	0	America/Chicago	35.31286	-89.48452	95			TN	047		
4635408	Lancaster	lancaster	US	01523	0	America/Chicago	36.12756	-85.85415	162	Lankaster,Ланкастер		TN	159		
4635416	Lamont	lamont	US	32336	0	America/Chicago	36.62421	-86.75722	206			TN	147		
4635424	Lancing	lancing	US	37770	0	America/New_York	36.12063	-84.65383	362	Kismet,Lancing,Triplett Gap		TN	129		
4635452	Lane	lane	US	29564	0	America/Chicago	36.19424	-89.36229	85			TN	045		
4635485	Laneview	laneview	US	22504	0	America/Chicago	36.02368	-88.89868	131			TN	053		
4635542	Largo	largo	US	33770	0	America/Chicago	35.55007	-88.09642	170			TN	039		
4635554	Larkspur	larkspur	US	80118	0	America/New_York	36.58343	-82.5396	477			TN	163		
4635569	Lascassas	lascassas	US	37085	0	America/Chicago	35.93034	-86.2911	178	Las Casas,Las Cassas,Lascassas		TN	149		
4635597	Latham	latham	US	12110	0	America/Chicago	36.42339	-88.71422	109			TN	183		
4635627	Laurel	laurel	US	11948	0	America/New_York	36.08536	-84.18353	298			TN	001		
4635628	Laurel	laurel	US	11948	0	America/New_York	35.77704	-83.40572	362			TN	155		
4635633	Laurel Bloomery	laurel-bloomery	US	37680	0	America/New_York	36.56623	-81.75956	735			TN	091		
4635728	Laurel Fork	laurel-fork	US	24352	0	America/New_York	36.20596	-82.00262	1053			TN	019		
4635752	Laurel Hill	laurel-hill	US	28351	0	America/Chicago	36.10284	-85.81304	165	Laurel Hill,Laurelhill,Wolf Creek		TN	041		
4635784	Laurel Springs	laurel-springs	US	28644	0	America/New_York	35.18674	-84.89717	227			TN	011		
4635805	Lavinia	lavinia	US	38348	0	America/Chicago	35.84923	-88.66089	162	Lavina,Lavinia		TN	017		
4635817	Lawrence	lawrence	US	01840	0	America/Chicago	35.64868	-88.79061	152			TN	113		
4635849	Lawrenceburg	lawrenceburg	US	38464	10569	America/Chicago	35.2423	-87.33474	273	Lawrenceburg,Lawrenceburgh,Lorensburg,lwrnsbrg  tnsy,lwrnsbwrgh,Лоренсбург,لورنسبرگ، تنسی,لورنسبورغ	099	TN	099		
4636042	Lebanon	lebanon	US	03756	0	America/New_York	35.05146	-84.95856	272			TN	011		
4636043	Lebanon	lebanon	US	03756	0	America/Chicago	35.37008	-88.29393	154	Lebanon,Ruth		TN	071		
4636044	Lebanon	lebanon	US	03756	0	America/Chicago	35.61175	-89.35757	115			TN	075		
4636045	Lebanon	lebanon	US	03756	30262	America/Chicago	36.20811	-86.2911	161	Lebanon,lbnan,lebeoneon,Лебанон,لبنان,레버넌	189	TN	189		
4636088	Ledbetter	ledbetter	US	42058	0	America/Chicago	35.93451	-88.72923	123			TN	053		
4636206	Leesburg	leesburg	US	08327	0	America/New_York	36.29233	-82.54431	467	Leesburg,Leesburgh,New Washington		TN	179		
4636259	Leighton	leighton	US	35646	0	America/Chicago	35.55702	-89.05645	126			TN	113		
4636285	Lenoir City	lenoir-city	US	37771	9091	America/New_York	35.7973	-84.25603	250	Lenoir,Lenoir City,Lenoirs,Lenor Siti,lnwar syty  tnsy,Ленор Сити,لنوار سیتی، تنسی		TN	105		
4636305	Lenox	lenox	US	01240	0	America/Chicago	36.08924	-89.49841	88			TN	045		
4636306	Lenox	lenox	US	01240	0	America/Chicago	35.12592	-89.99009	91			TN	157		
4636316	Leoma	leoma	US	38468	0	America/Chicago	35.16147	-87.34807	292	Dean,Leoma		TN	099		
4636323	Leonard	leonard	US	48367	0	America/Chicago	36.5345	-85.78359	255			TN	027		
4636442	Lewisburg	lewisburg	US	17837	11480	America/Chicago	35.44924	-86.78889	225	Lewisburg,Lewisburgh,Louisburgh,Luisburg,lwysbwrg  tnsy,lwysbwrgh,ruisubagu,Луисбург,لوئیسبرگ، ٹینیسی,لويسبورغ,لویسبورگ، تنسی,ルイスバーグ	117	TN	117		
4636463	Lexington	lexington	US	02420	7822	America/Chicago	35.6509	-88.39338	159	Leksington,Лексингтон	077	TN	077		
4636473	Liberty	liberty	US	04949	0	America/Chicago	36.10034	-88.10837	168			TN	005		
4636474	Liberty	liberty	US	04949	316	America/Chicago	36.00673	-85.96777	186			TN	041		
4636475	Liberty	liberty	US	04949	0	America/Chicago	35.44619	-88.21476	160			TN	039		
4636476	Liberty	liberty	US	04949	0	America/Chicago	35.13369	-86.10582	300			TN	051		
4636477	Liberty	liberty	US	04949	0	America/Chicago	35.05953	-86.96806	193			TN	055		
4636478	Liberty	liberty	US	04949	0	America/Chicago	36.46005	-88.10615	166	Liberty,New Liberty		TN	079		
4636479	Liberty	liberty	US	04949	0	America/Chicago	36.07895	-87.68724	176			TN	085		
4636480	Liberty	liberty	US	04949	0	America/Chicago	36.27561	-85.75693	165			TN	087		
4636481	Liberty	liberty	US	04949	0	America/Chicago	35.11203	-86.54194	217			TN	103		
4636482	Liberty	liberty	US	04949	0	America/Chicago	35.01981	-88.4206	142			TN	109		
4636483	Liberty	liberty	US	04949	0	America/New_York	36.09285	-84.54438	394			TN	129		
4636484	Liberty	liberty	US	04949	0	America/Chicago	35.27396	-85.46497	212			TN	153		
4636485	Liberty	liberty	US	04949	0	America/Chicago	36.5656	-86.32027	221	Liberty,Troutt,Troutts		TN	165		
4636486	Liberty	liberty	US	04949	0	America/New_York	36.14205	-82.62237	500			TN	179		
4636487	Liberty	liberty	US	04949	0	America/Chicago	36.2134	-88.70839	113			TN	183		
4636582	Liberty Hill	liberty-hill	US	29074	0	America/New_York	36.0776	-83.17405	355	Centerview,Liberty Hill		TN	029		
4636583	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	35.30231	-89.2809	139			TN	047		
4636584	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	35.33063	-87.19057	322			TN	055		
4636585	Liberty Hill	liberty-hill	US	29074	0	America/New_York	36.31758	-83.61435	382	Liberty Hill,Libertyhill		TN	057		
4636586	Liberty Hill	liberty-hill	US	29074	0	America/New_York	36.30649	-82.69015	549			TN	059		
4636587	Liberty Hill	liberty-hill	US	29074	0	America/New_York	35.3823	-84.43743	273			TN	107		
4636588	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	35.15897	-86.3461	309			TN	127		
4636589	Liberty Hill	liberty-hill	US	29074	0	America/New_York	35.59868	-85.03523	582			TN	143		
4636590	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	35.98145	-87.18334	255			TN	187		
4636591	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	36.04339	-86.06304	243			TN	189		
4636686	Lick Creek	lick-creek	US	41540	0	America/Chicago	36.32117	-88.02198	125			TN	005		
4636800	Lightfoot	lightfoot	US	23090	0	America/Chicago	35.74786	-89.64258	96			TN	097		
4636858	Limestone	limestone	US	04750	0	America/New_York	36.22816	-82.63043	423			TN	179		
4636880	Lincoln	lincoln	US	01773	0	America/Chicago	35.01509	-86.50749	250			TN	103		
4636899	Lincoln Park	lincoln-park	US	07035	0	America/New_York	35.99758	-83.93074	296			TN	093		
4636900	Lincoln Park	lincoln-park	US	07035	0	America/Chicago	35.46313	-86.80944	237			TN	117		
4636915	Linden	linden	US	07036	908	America/Chicago	35.61729	-87.83947	173	Linden,lyndn  tnsy,lyndyn,Линден,ليندين,لیندن، تنسی	135	TN	135		
4636991	Linton	linton	US	47441	0	America/Chicago	36.02728	-87.01028	190			TN	037		
4636998	Linwood	linwood	US	01525	0	America/Chicago	36.15783	-86.18527	216			TN	189		
4637024	Lisbon	lisbon	US	03585	0	America/Chicago	35.1062	-88.91534	126			TN	069		
4637155	Little Creek	little-creek	US	19961	0	America/New_York	36.55258	-83.57269	337			TN	025		
4637157	Little Creek	little-creek	US	19961	0	America/Chicago	36.27894	-86.78555	162			TN	037		
4637466	Little River	little-river	US	29566	0	America/New_York	35.85064	-83.94185	262			TN	009		
4637612	Lively	lively	US	22507	0	America/Chicago	35.66757	-86.79472	214			TN	117		
4637626	Livingston	livingston	US	07039	4071	America/Chicago	36.3834	-85.32302	313	Livingston,lyfynghstwn,lywyngstwn  tnsy,Ливингстон,ليفينغستون,لیونگسٹن، ٹینیسی,لیوینگستون، تنسی	133	TN	133		
4637659	Lobelville	lobelville	US	37097	898	America/Chicago	35.77201	-87.78391	153			TN	135		
4637667	Locke	locke	US	13092	0	America/Chicago	35.33231	-90.02676	119			TN	157		
4637740	Lodi	lodi	US	07644	0	America/Chicago	35.22258	-87.55252	234			TN	099		
4637782	Lohman	lohman	US	65053	0	America/Chicago	36.37449	-86.70833	153			TN	165		
4637795	London	london	US	25126	0	America/New_York	35.86982	-83.00209	443			TN	029		
4637815	Lone Mountain	lone-mountain	US	37773	0	America/New_York	36.39064	-83.58491	345			TN	025		
4637820	Lone Mountain	lone-mountain	US	37773	0	America/New_York	36.26063	-84.48966	407			TN	151		
4637831	Lone Oak	lone-oak	US	75453	1206	America/Chicago	35.20063	-85.36413	611	Browns Chapel,Lone Oak,Top of the Mountain		TN	153		
4637832	Lone Oak	lone-oak	US	75453	0	America/Chicago	35.9884	-87.08889	263			TN	187		
4637849	Lone Star	lone-star	US	75668	0	America/New_York	36.4726	-82.62265	402			TN	163		
4637893	Long Branch	long-branch	US	07740	0	America/New_York	35.17201	-85.23635	228			TN	065		
4637898	Long Branch	long-branch	US	07740	0	America/Chicago	35.15619	-87.42474	208			TN	099		
4637963	Long Creek	long-creek	US	29658	0	America/New_York	35.98704	-83.02098	390			TN	029		
4637970	Long Creek	long-creek	US	29658	0	America/Chicago	36.55727	-86.09304	220	Long Creek,Longcreek		TN	111		
4638038	Long Island	long-island	US	04050	0	America/New_York	36.51955	-82.55237	362			TN	163		
4638116	Longview	longview	US	61852	0	America/Chicago	35.64118	-86.52944	226			TN	003		
4638125	Longwood	longwood	US	28452	0	America/Chicago	36.03339	-86.94417	244			TN	187		
4638128	Lonsdale	lonsdale	US	55046	0	America/New_York	35.98564	-83.95713	294			TN	093		
4638144	Lookout Mountain	lookout-mountain	US	30750	1884	America/New_York	34.99424	-85.3494	564	Lookout Mountain,Summer Town,Summertown		TN	065		
4638201	Loretto	loretto	US	15940	1747	America/Chicago	35.07786	-87.43974	251	Glen Rock,Loretto		TN	099		
4638212	Lorraine	lorraine	US	13659	0	America/New_York	35.72202	-84.82772	247			TN	143		
4638261	Lost Creek	lost-creek	US	17946	0	America/Chicago	35.87729	-85.36247	395	Green Tree,Greentree,Lost Creek		TN	185		
4638278	Loudon	loudon	US	03307	5731	America/New_York	35.73285	-84.33381	255		105	TN	105		
4638302	Louise	louise	US	39097	0	America/Chicago	36.37089	-87.39918	168	Louise,Lousie		TN	125		
4638308	Louisville	louisville	US	30434	4092	America/New_York	35.82175	-84.04796	257	Luisvil,Луисвил		TN	009		
4638362	Lovejoy	lovejoy	US	30250	0	America/Chicago	36.19007	-85.16802	504	Love Joy,Lovejoy		TN	133		
4638365	Loveland	loveland	US	45140	0	America/New_York	36.01814	-83.86907	301			TN	093		
4638371	Lovell	lovell	US	04051	0	America/New_York	35.89564	-84.13714	297	Lovell,Loveville		TN	093		
4638659	Luna	luna	US	87824	0	America/Chicago	35.36924	-86.73055	292			TN	117		
4638684	Lupton City	lupton-city	US	37351	0	America/New_York	35.10563	-85.26412	239			TN	065		
4638688	Luray	luray	US	22835	0	America/Chicago	35.59146	-88.57589	124			TN	077		
4638692	Lusk	lusk	US	82225	0	America/Chicago	35.50146	-85.29858	244	Atpontley,Lusk		TN	007		
4638708	Luther	luther	US	49656	0	America/New_York	36.46092	-83.24017	381			TN	067		
4638737	Luttrell	luttrell	US	37779	0	America/New_York	35.65396	-84.5291	324			TN	105		
4638738	Luttrell	luttrell	US	37779	1082	America/New_York	36.19953	-83.74185	328	Cedar Ford,Luttrell,Luttrells		TN	173		
4638743	Lutts	lutts	US	38471	0	America/Chicago	35.15119	-87.93808	177	Lutts,Pin Hook,Pinhook		TN	181		
4638759	Lyles	lyles	US	37098	734	America/Chicago	35.91979	-87.34501	264	Lyle,Lyles,Lyles Wrigley		TN	081		
4638782	Lynchburg	lynchburg	US	24501	6132	America/Chicago	35.28314	-86.37416	245	Linchburg,Lynchburg,Lynchburgh,lynchbwrg  tnsy,lynshbwrgh,Линчбург,لينشبورغ,لینچبرگ، ٹینیسی,لینچبورگ، تنسی	127	TN	127		
4638785	Lynn	lynn	US	01901	0	America/Chicago	36.10562	-88.86006	106	Lynn,Lynn Point		TN	053		
4638819	Lynnville	lynnville	US	38472	297	America/Chicago	35.37674	-87.00612	229	Lynn,Lynnville,Lynnville Station		TN	055		
4638883	Macedonia	macedonia	US	44056	0	America/Chicago	36.12784	-88.43755	165			TN	017		
4638884	Macedonia	macedonia	US	44056	0	America/Chicago	35.59063	-89.35979	111			TN	075		
4638885	Macedonia	macedonia	US	44056	0	America/New_York	35.36674	-84.45409	274			TN	107		
4638886	Macedonia	macedonia	US	44056	0	America/New_York	35.65591	-84.33326	311			TN	123		
4638887	Macedonia	macedonia	US	44056	0	America/Chicago	36.22118	-88.98312	107			TN	131		
4638888	Macedonia	macedonia	US	44056	0	America/Chicago	36.34949	-86.32166	158			TN	165		
4638889	Macedonia	macedonia	US	44056	0	America/Chicago	36.03562	-85.53137	317	Macedonia,Milledgeville		TN	185		
4638966	Mack	mack	US	81525	0	America/Chicago	35.66897	-89.74369	92			TN	097		
4638986	Macon	macon	US	27551	0	America/Chicago	35.15314	-89.4898	123			TN	047		
4639035	Madison	madison	US	03849	0	America/Chicago	36.25616	-86.71389	146	Madison,Мадисон		TN	037		
4639072	Madisonville	madisonville	US	37354	4783	America/New_York	35.5198	-84.36353	303	Medisonvil,madyswnfyl,mdyswnwyl  tnsy,Медисонвил,ماديسونفيل,مدیسونویل، تنسی,میڈیسونویلی، ٹینیسیی	123	TN	123		
4639103	Magnolia	magnolia	US	08049	0	America/Chicago	36.25506	-87.87142	115			TN	083		
4639178	Mallory	mallory	US	13103	0	America/Chicago	35.09759	-90.06259	77			TN	157		
4639185	Malone	malone	US	12953	0	America/Chicago	35.06286	-87.2039	255			TN	055		
4639224	Manchester	manchester	US	01944	10517	America/Chicago	35.48174	-86.0886	323	Manchester,manshstr,mnchstr  tnsy,Манчестер,مانشستر,مانچسٹر، ٹینیسی,منچستر، تنسی	031	TN	031		
4639257	Manila	manila	US	72442	0	America/New_York	35.46257	-84.47854	257			TN	107		
4639303	Mansfield	mansfield	US	02048	0	America/Chicago	36.17728	-88.28615	140			TN	079		
4639320	Manson	manson	US	27553	0	America/Chicago	36.39729	-85.08329	256			TN	049		
4639347	Maple Grove	maple-grove	US	55311	0	America/Chicago	36.55505	-86.04832	282			TN	111		
4639348	Maple Grove	maple-grove	US	55311	0	America/Chicago	35.58424	-88.71617	116			TN	113		
4639349	Maple Grove	maple-grove	US	55311	0	America/New_York	35.71202	-84.68883	243	Cross Key,Cross Keys,Maple Grove		TN	121		
4639366	Maple Hill	maple-hill	US	28454	0	America/New_York	36.56371	-82.27014	493	Maple Hill,Maple Hills		TN	163		
4639367	Maple Hill	maple-hill	US	28454	0	America/Chicago	36.2245	-86.35305	173			TN	189		
4639420	Maplewood	maplewood	US	07040	0	America/Chicago	36.22978	-86.73055	169			TN	037		
4639421	Maplewood	maplewood	US	07040	0	America/Chicago	36.58588	-87.31167	169			TN	125		
4639422	Maplewood	maplewood	US	07040	0	America/Chicago	35.91201	-86.8375	210			TN	187		
4639444	Marble City	marble-city	US	74945	0	America/New_York	35.95258	-83.96463	263			TN	093		
4639448	Marble Hill	marble-hill	US	30148	0	America/New_York	35.71841	-84.14047	270	Marble Hill,Marble Hills		TN	009		
4639450	Marble Hill	marble-hill	US	30148	0	America/Chicago	35.20342	-86.32332	240			TN	127		
4639499	Marion	marion	US	02738	0	America/New_York	36.54036	-83.92714	362			TN	025		
4639500	Marion	marion	US	02738	0	America/Chicago	36.32866	-87.4339	232			TN	125		
4639549	Marlow	marlow	US	03456	0	America/New_York	36.06341	-84.24326	259			TN	001		
4639576	Marrowbone	marrowbone	US	42759	0	America/Chicago	36.24311	-87.00695	133			TN	021		
4639588	Mars Hill	mars-hill	US	04758	0	America/New_York	35.71035	-84.82772	244			TN	143		
4639615	Mars Hill	mars-hill	US	04758	0	America/Chicago	35.26508	-87.28974	293			TN	099		
4639624	Marshall	marshall	US	20115	0	America/New_York	36.57288	-82.66099	420			TN	073		
4639662	Martel	martel	US	43335	0	America/New_York	35.82174	-84.21964	241	Martel,Muddy Creek		TN	105		
4639672	Martha	martha	US	41159	0	America/Chicago	36.22978	-86.42694	158			TN	189		
4639684	Martin	martin	US	15460	10959	America/Chicago	36.3434	-88.85034	124	Frost,Green Briar Glade,Greenbrier Glade,Martin,martn,martyn  tnsy,Мартин,مارتن,مارتین، تنسی,مارٹن، ٹینیسی		TN	183		
4639801	Marvin	marvin	US	57251	0	America/New_York	36.24815	-82.99877	353			TN	059		
4639848	Maryville	maryville	US	37801	28464	America/New_York	35.75647	-83.97046	285	Marysville,Maryville,Merivil,melibil,mrfyl,mrywyl  tnsy,Меривил,مرفيل,مریویل، تنسی,메리빌	009	TN	009		
4639859	Mascot	mascot	US	23108	2411	America/New_York	36.0612	-83.74573	263	Mascot,Meek		TN	093		
4639871	Mason	mason	US	25260	1597	America/Chicago	35.41175	-89.53285	95	Mason,Masons Station,Mejson,Мейсон		TN	167		
4640037	Maury City	maury-city	US	38050	675	America/Chicago	35.8148	-89.22562	107			TN	033		
4640062	Maxwell	maxwell	US	46154	0	America/Chicago	35.09259	-86.22276	285			TN	051		
4640160	Maynardville	maynardville	US	37807	2355	America/New_York	36.25064	-83.79741	368	Maynardsville,Maynardville,Mejnardvil,maynardfyl,maynardwyl  tnsy,Мејнардвил,مايناردفيل,مایناردویل، تنسی	173	TN	173		
4640376	McCloud	mccloud	US	96057	0	America/New_York	36.36676	-82.96988	348			TN	073		
4640500	McDaniel	mcdaniel	US	21647	0	America/Chicago	35.83395	-86.69583	216			TN	187		
4640527	McDonald	mcdonald	US	88262	0	America/New_York	35.11341	-84.98273	262	McDonald,McDonalds		TN	011		
4640882	McMinnville	mcminnville	US	37110	13759	America/Chicago	35.6834	-85.76998	295	Maminvil,McMinnville,RNC,maegminbil,mai ke ming wei er,mykmynfyl,Маминвил,ميكمينفيل,مک‌مینویل، تنسی,麦克明维尔,맥민빌	177	TN	177		
4641009	Meadow	meadow	US	57644	0	America/New_York	35.69758	-84.16436	274	Meadow,Meadow Station		TN	105		
4641011	Meacham	meacham	US	97859	0	America/Chicago	36.13257	-89.34841	138			TN	045		
4641057	Meadowbrook	meadowbrook	US	26404	0	America/New_York	35.78203	-83.94851	265	Meadow Brook,Meadowbrook		TN	009		
4641058	Meadowbrook	meadowbrook	US	26404	0	America/New_York	35.9673	-84.08047	318			TN	093		
4641059	Meadowbrook	meadowbrook	US	26404	0	America/New_York	36.41844	-82.56654	493	Meadow Brook,Meadowbrook		TN	179		
4641060	Meadowbrook	meadowbrook	US	26404	0	America/Chicago	36.58255	-87.40195	155			TN	125		
4641081	Meadowview	meadowview	US	24361	0	America/New_York	36.1612	-83.40434	391			TN	063		
4641082	Meadowview	meadowview	US	24361	0	America/New_York	35.23396	-84.99328	240			TN	065		
4641083	Meadowview	meadowview	US	24361	0	America/Chicago	35.25702	-87.34668	278			TN	099		
4641084	Meadowview	meadowview	US	24361	0	America/Chicago	35.96479	-85.01385	545			TN	035		
4641085	Meadowview	meadowview	US	24361	0	America/New_York	36.31983	-82.32375	495			TN	179		
4641098	Mecca	mecca	US	47860	0	America/New_York	35.35424	-84.42104	252			TN	107		
4641102	Medford	medford	US	02153	0	America/New_York	36.18119	-84.14381	283	Medford,Ross		TN	001		
4641110	Medina	medina	US	14103	4124	America/Chicago	35.80285	-88.77478	150	Medina,Медина		TN	053		
4641123	Medon	medon	US	38356	173	America/Chicago	35.4573	-88.86867	142	Clover Creek,Frozen Oak,Medon		TN	113		
4641158	Melbourne	melbourne	US	32901	0	America/New_York	36.17952	-83.99297	322			TN	001		
4641164	Melrose	melrose	US	02176	0	America/New_York	35.74592	-83.83518	281	Gamble Store,Melrose		TN	009		
4641167	Melrose	melrose	US	02176	0	America/Chicago	36.17784	-85.52692	334			TN	141		
4641168	Melrose	melrose	US	02176	0	America/New_York	36.30927	-82.32819	498			TN	179		
4641173	Melrose Park	melrose-park	US	60160	0	America/Chicago	35.49535	-86.10082	312			TN	031		
4641200	Melville	melville	US	11747	0	America/New_York	35.2334	-85.19246	212	Melville,Melville Hill		TN	065		
4642287	Moccasin	moccasin	US	59462	0	America/Chicago	35.40341	-87.74058	208	Ford Moccasin,Leapyear,Moccasin		TN	181		
4641239	Memphis	memphis	US	13112	655770	America/Chicago	35.14953	-90.04898	78	MEM,Memfis,Memfisa,Memphis,Memphis Tennesiae,Menfis,Mémfis,Mênfis,memfis,memhpis,memphisa,mempiseu,mempisi,menfisu,meng fei si,mmfys,mmfys  tnsy,mmpys,Μέμφις,Мемфис,Мемфіс,Մեմֆիս,ממפיס,מעמפיס,ممفيس,ممفیس,ممفیس، تنسی,میمفس، ٹینیسی,मेम्फिस,মেম্ফিস,மெம்ஃபிஸ்,เมมฟิส,მემფისი,メンフィス,孟菲斯,孟非斯,멤피스	157	TN	157		
4641277	Mentor	mentor	US	44060	0	America/New_York	35.82175	-84.01185	281			TN	009		
4641281	Mercer	mercer	US	16137	0	America/Chicago	35.47924	-89.04229	107			TN	113		
4641303	Meridian	meridian	US	13113	0	America/Chicago	35.89007	-84.93162	518			TN	035		
4641380	Michie	michie	US	38357	589	America/Chicago	35.0562	-88.43532	185	Michie,Monterey,Pea Ridge		TN	109		
4641509	Middleburg	middleburg	US	17842	0	America/Chicago	35.19786	-89.08756	164	Middlebum,Middleburg,Middleburgh		TN	069		
4641510	Middleburg	middleburg	US	17842	0	America/Chicago	35.59146	-88.25671	142			TN	077		
4641517	Middleton	middleton	US	01949	660	America/Chicago	35.06453	-88.89089	127	Middleton,Middleton Station		TN	069		
4641526	Midland	midland	US	15059	0	America/Chicago	35.67007	-86.48055	229	Middleton,Midland		TN	149		
4641540	Midvale	midvale	US	44653	0	America/New_York	35.08868	-85.31135	206			TN	065		
4641541	Midway	midway	US	15060	0	America/Chicago	35.42924	-86.32277	243			TN	003		
4641542	Midway	midway	US	15060	0	America/Chicago	35.65841	-86.06527	346			TN	015		
4641543	Midway	midway	US	15060	0	America/Chicago	36.55367	-85.60914	282	Midway,Richville		TN	027		
4641544	Midway	midway	US	15060	0	America/New_York	35.86982	-83.03043	459			TN	029		
4641545	Midway	midway	US	15060	0	America/Chicago	35.20925	-85.88276	609			TN	051		
4641546	Midway	midway	US	15060	0	America/Chicago	35.71452	-88.99867	119			TN	033		
4641547	Midway	midway	US	15060	0	America/Chicago	35.83035	-85.17913	616			TN	035		
4641548	Midway	midway	US	15060	0	America/Chicago	35.95451	-85.75498	312			TN	041		
4641549	Midway	midway	US	15060	0	America/Chicago	36.00591	-89.68925	80			TN	045		
4641550	Midway	midway	US	15060	0	America/New_York	36.17677	-82.99682	381			TN	059		
4641551	Midway	midway	US	15060	0	America/New_York	36.56259	-82.87322	444			TN	073		
4641552	Midway	midway	US	15060	0	America/Chicago	36.28367	-88.4656	151			TN	079		
4641553	Midway	midway	US	15060	0	America/Chicago	36.48784	-88.4981	134			TN	079		
4641554	Midway	midway	US	15060	0	America/Chicago	36.31422	-87.70391	138			TN	083		
4641555	Midway	midway	US	15060	0	America/New_York	36.41373	-81.76789	750			TN	091		
4641556	Midway	midway	US	15060	0	America/New_York	35.98092	-83.69406	263			TN	093		
4641557	Midway	midway	US	15060	0	America/New_York	36.27924	-84.65689	408			TN	129		
4641558	Midway	midway	US	15060	0	America/Chicago	36.38645	-88.9634	101			TN	131		
4641559	Midway	midway	US	15060	0	America/Chicago	36.50006	-85.17801	304			TN	137		
4641560	Midway	midway	US	15060	0	America/New_York	35.77618	-84.5516	263			TN	145		
4641561	Midway	midway	US	15060	0	America/Chicago	35.80146	-85.70304	303			TN	177		
4641562	Midway	midway	US	15060	2491	America/New_York	36.30011	-82.42375	572			TN	179		
4641611	Mifflin	mifflin	US	17058	0	America/Chicago	35.55285	-88.58005	148			TN	023		
4641630	Milan	milan	US	03588	7813	America/Chicago	35.91979	-88.75895	128	Milan,Milan Depot,My Land,Shady Grove		TN	053		
4641718	Mill Creek	mill-creek	US	17060	0	America/New_York	36.24508	-84.01325	340			TN	001		
4641735	Mill Creek	mill-creek	US	17060	0	America/Chicago	36.44922	-88.40254	150			TN	079		
4641737	Mill Creek	mill-creek	US	17060	0	America/Chicago	35.88479	-87.3689	190			TN	081		
4641739	Mill Creek	mill-creek	US	17060	0	America/New_York	36.3729	-81.85956	693			TN	091		
4641747	Mill Creek	mill-creek	US	17060	0	America/New_York	36.26341	-84.58827	460	Mill Creek,Millcreek		TN	129		
4641753	Mill Creek	mill-creek	US	17060	0	America/Chicago	36.1134	-85.36386	462			TN	141		
4641817	Mill Run	mill-run	US	15464	0	America/New_York	36.08508	-83.89991	332			TN	093		
4641820	Mill Spring	mill-spring	US	28756	0	America/New_York	36.15648	-83.52545	300	Mill Spring,Mill Springs,Millspring		TN	089		
4641832	Milldale	milldale	US	06467	0	America/Chicago	36.59004	-86.76361	184			TN	147		
4641833	Milledgeville	milledgeville	US	31059	265	America/Chicago	35.37286	-88.36754	128			TN	109		
4641836	Miller	miller	US	57362	0	America/Chicago	35.34925	-89.28257	124			TN	047		
4641837	Miller	miller	US	57362	0	America/New_York	36.30983	-82.43375	544	Miller,Millers		TN	179		
4641974	Millersville	millersville	US	17551	6700	America/Chicago	36.37116	-86.71	154			TN	165		
4641985	Milligan	milligan	US	32537	0	America/New_York	36.30233	-82.29569	479			TN	019		
4641998	Millington	millington	US	07946	11027	America/Chicago	35.34147	-89.89731	80	Millington,Millwood		TN	157		
4642037	Millstone	millstone	US	25261	0	America/Chicago	35.92007	-84.79439	599			TN	035		
4642056	Milltown	milltown	US	08850	0	America/Chicago	36.39367	-85.79943	161	Dycus,Milltown		TN	087		
4642057	Milltown	milltown	US	08850	0	America/Chicago	35.58396	-86.78667	199			TN	117		
4642062	Millville	millville	US	01529	0	America/Chicago	35.12675	-86.81306	193			TN	103		
4642065	Milo	milo	US	04463	0	America/Chicago	35.69618	-84.99912	563			TN	007		
4642066	Milton	milton	US	02186	0	America/Chicago	35.92979	-86.18166	227			TN	149		
4642106	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	35.09035	-85.53441	207			TN	115		
4642107	Mineral Springs	mineral-springs	US	16855	0	America/Chicago	36.16173	-85.22524	560			TN	133		
4642113	Minersville	minersville	US	17954	0	America/New_York	36.16091	-84.20715	322			TN	001		
4642141	Minor Hill	minor-hill	US	38473	527	America/Chicago	35.05536	-87.15751	270	Minor Hill,Minorhill,Nail Hill,Shoal Spring		TN	055		
4642209	Mitchell	mitchell	US	30820	0	America/Chicago	36.62699	-86.56805	226	Mitchell,Mitchellville		TN	147		
4642263	Mitchellville	mitchellville	US	37119	200	America/Chicago	36.63199	-86.54083	237	Mitchellsville,Mitchellville,Mitchellville Station		TN	165		
4642316	Mohawk	mohawk	US	13407	0	America/New_York	36.20093	-83.05266	331	Lick Creek,Mohawk		TN	059		
4642330	Molino	molino	US	32577	0	America/Chicago	35.1073	-86.67472	207			TN	103		
4642343	Mona	mona	US	84645	0	America/Chicago	35.98729	-86.42138	162			TN	149		
4642359	Monroe	monroe	US	03771	0	America/Chicago	36.43701	-85.24246	311			TN	133		
4642388	Montague	montague	US	01351	0	America/Chicago	36.24811	-86.71972	151			TN	037		
4642389	Montague	montague	US	01351	0	America/New_York	35.45674	-85.09773	257			TN	143		
4642394	Montclair	montclair	US	07042	0	America/New_York	36.35483	-82.39347	477			TN	179		
4642403	Monteagle	monteagle	US	37356	1177	America/Chicago	35.24008	-85.8397	586	Moffat,Moffat Station,Moffatts Station,Mont Eagle,Monteagle,Mount Eagle		TN	115		
4642410	Monterey	monterey	US	01245	2860	America/Chicago	36.14756	-85.2683	574	Monterej,Монтерей		TN	141		
4642426	Montezuma	montezuma	US	13117	0	America/Chicago	35.39369	-88.69339	145			TN	023		
4642429	Montgomery	montgomery	US	05470	0	America/Chicago	35.46535	-88.15642	158			TN	039		
4642430	Montgomery	montgomery	US	05470	0	America/New_York	36.32591	-84.37077	374			TN	151		
4642457	Monticello	monticello	US	04760	0	America/Chicago	35.95284	-86.87917	196			TN	187		
4642459	Monticello	monticello	US	04760	0	America/Chicago	36.20089	-86.55833	153			TN	189		
4642463	Montvale	montvale	US	07645	0	America/New_York	35.68564	-83.97268	321			TN	009		
4642680	Mooresburg	mooresburg	US	37811	941	America/New_York	36.34648	-83.22823	332	Mooresburg,Mooresburgh,Red Bridge		TN	073		
4642689	Mooresville	mooresville	US	28115	0	America/Chicago	35.44007	-86.91417	214	Mooresville,Mooriesville		TN	117		
4642793	Morganton	morganton	US	28655	0	America/New_York	35.64341	-84.22714	248	Morganton,Morgantown,Portsville		TN	105		
4642799	Morgantown	morgantown	US	19543	0	America/New_York	35.5034	-85.02912	228	Morgantons Crossroads,Morgantown		TN	143		
4642804	Morley	morley	US	49336	0	America/New_York	36.55119	-84.04826	323			TN	013		
4642878	Morris Chapel	morris-chapel	US	38361	0	America/Chicago	35.32397	-88.35226	136			TN	071		
4642914	Morrison	morrison	US	37357	699	America/Chicago	35.60285	-85.91971	327	Morrison,Morrison Depot,Morrison Station		TN	177		
4642938	Morristown	morristown	US	07960	29478	America/New_York	36.21398	-83.29489	397	MOR,Morstaun,mwrystawn,mwrystawn  tnsy,Морстаун,مورس ٹاؤن، ٹینیسی,موريستاون,موریستاون، تنسی	063	TN	063		
4642950	Morrow	morrow	US	30260	0	America/Chicago	36.03423	-86.56166	158			TN	149		
4642988	Moscow	moscow	US	05662	532	America/Chicago	35.06203	-89.40396	108	Gorod Moskva,Город Москва		TN	047		
4643005	Mosheim	mosheim	US	37818	2343	America/New_York	36.18954	-82.95849	393	Blue Springs,Mosheim		TN	059		
4643016	Moss	moss	US	38575	0	America/Chicago	36.58923	-85.61692	336	Lodi,Moss,Shattersburg		TN	027		
4643096	Mount Airy	mount-airy	US	21771	0	America/Chicago	36.54673	-85.08384	293			TN	137		
4643097	Mount Airy	mount-airy	US	21771	0	America/Chicago	35.44035	-85.3483	233	Madison,Mount Airy,Mountairy,Old Madison		TN	153		
4643150	Mount Carmel	mount-carmel	US	17851	5298	America/Chicago	35.49785	-88.00781	125			TN	039		
4643151	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	35.03092	-86.2761	292			TN	051		
4643152	Mount Carmel	mount-carmel	US	17851	0	America/New_York	36.25149	-82.95321	362			TN	059		
4643153	Mount Carmel	mount-carmel	US	17851	5425	America/New_York	36.54538	-82.66099	416	Karmel',Mount Carmel,Solitude,Кармель		TN	073		
4643154	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	35.49786	-89.64897	129			TN	167		
4643155	Mount Carmel	mount-carmel	US	17851	0	America/New_York	36.15066	-82.59626	445			TN	179		
4643244	Mount Gilead	mount-gilead	US	27306	0	America/Chicago	35.7659	-88.53977	171			TN	077		
4643308	Mount Hope	mount-hope	US	25880	0	America/Chicago	36.06674	-89.42646	117			TN	045		
4643309	Mount Hope	mount-hope	US	25880	0	America/Chicago	35.35924	-87.7478	230			TN	181		
4643323	Mount Horeb	mount-horeb	US	53572	0	America/New_York	36.0912	-83.44017	404			TN	089		
4643332	Mount Joy	mount-joy	US	17552	0	America/Chicago	35.5248	-87.2614	208			TN	119		
4643336	Mount Juliet	mount-juliet	US	37121	31540	America/Chicago	36.20005	-86.51861	168			TN	189		
4643418	Mount Nebo	mount-nebo	US	26679	0	America/Chicago	35.05758	-87.53725	262			TN	099		
4643419	Mount Nebo	mount-nebo	US	26679	0	America/Chicago	35.65007	-87.16556	241			TN	119		
4643432	Mount Olive	mount-olive	US	25185	0	America/Chicago	35.51757	-85.68553	285			TN	061		
4643433	Mount Olive	mount-olive	US	25185	0	America/New_York	35.90814	-83.93907	258			TN	093		
4643434	Mount Olive	mount-olive	US	25185	0	America/Chicago	35.20174	-85.54691	633			TN	115		
4643435	Mount Olive	mount-olive	US	25185	0	America/Chicago	35.88756	-86.44083	169			TN	149		
4643576	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	36.16954	-82.90682	393			TN	059		
4643577	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	36.48644	-88.24865	172			TN	079		
4643578	Mount Pleasant	mount-pleasant	US	15666	4790	America/Chicago	35.53424	-87.20695	206	Hurricane Store,Mount Pleasant,Mountpleasant		TN	119		
4643677	Mount Tabor	mount-tabor	US	07878	0	America/New_York	35.76564	-84.02185	280			TN	009		
4643678	Mount Tabor	mount-tabor	US	07878	0	America/Chicago	35.62313	-88.11642	144			TN	039		
4643679	Mount Tabor	mount-tabor	US	07878	0	America/Chicago	35.75923	-86.3361	204			TN	149		
4643705	Mount Union	mount-union	US	17066	0	America/Chicago	36.27034	-85.52525	327			TN	087		
4643706	Mount Union	mount-union	US	17066	0	America/Chicago	36.53646	-85.10634	393			TN	137		
4643716	Mount Vernon	mount-vernon	US	04352	0	America/New_York	35.80786	-84.12075	259			TN	009		
4643717	Mount Vernon	mount-vernon	US	04352	0	America/New_York	35.12091	-84.86744	291			TN	011		
4643718	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	35.89868	-84.73189	412	Mount Vernon,Piney		TN	035		
4643719	Mount Vernon	mount-vernon	US	04352	0	America/New_York	35.41174	-84.36437	318			TN	123		
4643720	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	35.73451	-86.61361	225			TN	149		
4643721	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	36.53532	-86.34221	292			TN	165		
4643722	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	36.04089	-86.13749	231			TN	189		
4643723	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	36.17645	-85.5222	347			TN	141		
4643801	Mount Zion	mount-zion	US	26151	0	America/Chicago	35.99978	-88.37449	122			TN	017		
4643802	Mount Zion	mount-zion	US	26151	0	America/Chicago	36.33588	-86.97667	222			TN	021		
4643803	Mount Zion	mount-zion	US	26151	0	America/Chicago	35.80785	-84.83634	457	Big Sandy,Mount Zion		TN	035		
4643805	Mount Zion	mount-zion	US	26151	0	America/Chicago	35.14869	-87.47919	190			TN	099		
4643806	Mount Zion	mount-zion	US	26151	0	America/Chicago	35.35869	-88.40254	171			TN	109		
4643807	Mount Zion	mount-zion	US	26151	0	America/New_York	35.52508	-84.19353	248			TN	123		
4643808	Mount Zion	mount-zion	US	26151	0	America/Chicago	36.3295	-87.37473	170			TN	125		
4643809	Mount Zion	mount-zion	US	26151	0	America/New_York	35.82315	-83.55183	340			TN	155		
4643810	Mount Zion	mount-zion	US	26151	0	America/Chicago	35.57118	-85.82054	323	Mount Zion,Thaxton		TN	177		
4643953	Mountain City	mountain-city	US	30562	2475	America/New_York	36.47456	-81.80484	737	Mountain City,Taylorsville	091	TN	091		
4643965	Mountain Home	mountain-home	US	28758	0	America/New_York	36.31066	-82.3732	518			TN	179		
4643984	Mountain View	mountain-view	US	65548	0	America/New_York	35.48646	-85.03218	232			TN	143		
4643985	Mountain View	mountain-view	US	65548	0	America/New_York	36.38202	-84.58577	454			TN	151		
4644212	Mulberry	mulberry	US	33860	0	America/Chicago	35.21064	-86.46027	227	Mulberry,Mulberryville		TN	103		
4644282	Munford	munford	US	36268	6108	America/Chicago	35.44925	-89.81508	136	Mount Zion,Munford		TN	167		
4644312	Murfreesboro	murfreesboro	US	27855	126118	America/Chicago	35.84562	-86.39027	186	Cannonsburgh,Merfrisboro,Murfreesboro,Murfreesborough,Murfreysburo,Murfrijzburou,Murfrisboro,Murfrizboro,mafurizuboro,meopeulijeubeoleo,mo fu li si bo lei,mrprysbwrw,mwrfryzbwrw  tnsy,Мерфрисборо,Мурфризборо,Мурфрисборо,Мърфрийзбъроу,מרפריסבורו,مورفریزبورو، تنسی,مورفریزبورو، ٹینیسی,マーフリーズボロ,默弗里斯伯勒,머프리즈버러	149	TN	149		
4644543	Napier	napier	US	26631	0	America/Chicago	35.43897	-87.47641	237			TN	101		
4644573	Nash	nash	US	73761	0	America/Chicago	36.05978	-85.65581	318			TN	141		
4644585	Nashville	nashville	US	27856	530852	America/Chicago	36.16589	-86.78444	170	BNA,French Lick,Nachville,Nasburgum,Nashboro,Nashborough,Nashfile,Nashvil,Nashvill,Nashville,Nashville-Davidson,Nashwil,Nasvelis,Nasvil,Nasvila,Nasvilo,Naŝvilo,Našvila,Našvėlis,Nehshvill,Neshvil,Nesvil,Nesvilis,Nesvill,Neşvill,Nešvilis,n'yasabhila,n'yasbhila,n'yasbhilla,na shen wei er,na shu wei er,naesyubil,nashfyl,nasshubiru,nasvil,nesavhila,neshvili,nshwyl,Νάσβιλ,Нашвил,Нашвилл,Нашвіл,Нашвілл,Нешвил,Нэшвилл,Նեշվիլ,נאשוויל,ناشفيل,ناشولے,نشویل,نیشویل، ٹینیسی,नाश्विल्,नॅशव्हिल,न्याश्भिल,न्यास्भिल्ल,ন্যাশভিল,நாஷ்வில்,แนชวิลล์,ნეშვილი,ナッシュビル,納殊維爾,纳什维尔,내슈빌	TN	TN	037		
4644632	Nauvoo	nauvoo	US	35578	0	America/Chicago	36.09368	-89.41424	107			TN	045		
4644675	Neapolis	neapolis	US	43547	0	America/Chicago	35.71062	-86.97556	221			TN	119		
4644706	Needmore	needmore	US	17238	0	America/New_York	36.30398	-83.16461	346			TN	063		
4644707	Needmore	needmore	US	17238	0	America/Chicago	35.45368	-86.77222	224			TN	117		
4644708	Needmore	needmore	US	17238	0	America/Chicago	35.54535	-87.23362	193	Allensville,Needmore		TN	119		
4644709	Needmore	needmore	US	17238	0	America/Chicago	35.07592	-88.45782	149			TN	109		
4644710	Needmore	needmore	US	17238	0	America/Chicago	36.46616	-87.57863	213			TN	125		
4644729	Neely	neely	US	39461	0	America/Chicago	35.54285	-88.95284	150	Neely,Neelys		TN	113		
4644853	Nemo	nemo	US	57759	0	America/New_York	36.06702	-84.65244	279			TN	129		
4644859	Neptune	neptune	US	07753	0	America/Chicago	36.34977	-87.20473	187			TN	021		
4644971	New Boston	new-boston	US	03070	0	America/Chicago	36.33617	-88.4431	159			TN	079		
4644980	New Canton	new-canton	US	23123	0	America/New_York	36.52149	-82.75822	388			TN	073		
4645008	New Deal	new-deal	US	79350	368	America/Chicago	36.51727	-86.56361	280			TN	165		
4645015	New Enterprise	new-enterprise	US	16664	0	America/Chicago	35.90562	-88.84978	116			TN	053		
4645018	New Era	new-era	US	49446	0	America/Chicago	35.78951	-85.08774	612			TN	035		
4645051	New Harmony	new-harmony	US	47631	0	America/Chicago	35.54562	-85.13274	602			TN	007		
4645052	New Harmony	new-harmony	US	47631	0	America/Chicago	35.31258	-88.15809	155			TN	071		
4645053	New Harmony	new-harmony	US	47631	0	America/Chicago	36.48922	-86.09276	197			TN	111		
4645060	New Haven	new-haven	US	05472	0	America/Chicago	35.31397	-87.54446	306			TN	099		
4645061	New Haven	new-haven	US	05472	0	America/New_York	36.49535	-84.58522	478			TN	151		
4645062	New Haven	new-haven	US	05472	0	America/Chicago	36.50783	-87.81586	181			TN	161		
4645088	New Hope	new-hope	US	18938	0	America/Chicago	35.82007	-86.16027	209			TN	015		
4645089	New Hope	new-hope	US	18938	0	America/Chicago	36.33089	-87.26945	193			TN	021		
4645090	New Hope	new-hope	US	18938	0	America/Chicago	35.94257	-88.90312	111			TN	053		
4645091	New Hope	new-hope	US	18938	0	America/New_York	36.47231	-83.17962	440			TN	067		
4645092	New Hope	new-hope	US	18938	0	America/Chicago	35.19675	-88.33865	137			TN	071		
4645093	New Hope	new-hope	US	18938	0	America/New_York	36.39371	-82.85516	357	New Hope,Newhope		TN	073		
4645094	New Hope	new-hope	US	18938	0	America/Chicago	36.19172	-88.25393	163			TN	079		
4645095	New Hope	new-hope	US	18938	0	America/Chicago	36.25867	-87.83947	120			TN	083		
4645096	New Hope	new-hope	US	18938	0	America/Chicago	36.03895	-87.63891	157			TN	085		
4645097	New Hope	new-hope	US	18938	0	America/Chicago	36.38506	-85.50942	299			TN	087		
4645098	New Hope	new-hope	US	18938	0	America/Chicago	35.03814	-86.49083	250			TN	103		
4645099	New Hope	new-hope	US	18938	1067	America/Chicago	35.00508	-85.6583	218	Antioch,New Hope		TN	115		
4645100	New Hope	new-hope	US	18938	0	America/Chicago	35.72507	-87.06862	216			TN	119		
4645101	New Hope	new-hope	US	18938	0	America/Chicago	35.05036	-88.49532	152			TN	109		
4645102	New Hope	new-hope	US	18938	0	America/New_York	35.82424	-84.6416	231			TN	145		
4645103	New Hope	new-hope	US	18938	0	America/Chicago	35.25618	-85.43858	206	New Hope,Old Temple,Sunny Side,Sunnyside		TN	153		
4645104	New Hope	new-hope	US	18938	0	America/Chicago	36.01784	-87.15973	221			TN	187		
4645255	New Johnsonville	new-johnsonville	US	37134	1897	America/Chicago	36.02117	-87.96698	133	Johnsonville,Johnsville,New Johnsonville		TN	085		
4645293	New Market	new-market	US	21774	1365	America/New_York	36.10398	-83.55268	327			TN	089		
4645307	New Midway	new-midway	US	21775	0	America/New_York	35.84063	-84.41854	281	Grays Hill,New Midway		TN	145		
4645345	New Providence	new-providence	US	07974	0	America/New_York	35.77785	-84.34965	241			TN	105		
4645346	New Providence	new-providence	US	07974	0	America/Chicago	36.54866	-87.37918	160			TN	125		
4645366	New River	new-river	US	24129	0	America/New_York	36.38258	-84.54855	364	New River,Newriver		TN	151		
4645375	New Salem	new-salem	US	01355	0	America/New_York	35.24035	-85.15301	256	Green Pond,New Salem		TN	065		
4645376	New Salem	new-salem	US	01355	0	America/Chicago	36.31395	-85.6697	302			TN	087		
4645422	New Tazewell	new-tazewell	US	37824	2957	America/New_York	36.44258	-83.59963	446	Cowan City,New Tazewell		TN	025		
4645428	New Town	new-town	US	02456	0	America/Chicago	35.23786	-88.23893	126			TN	071		
4645429	New Town	new-town	US	02456	0	America/Chicago	35.37285	-86.83972	300			TN	117		
4645430	New Town	new-town	US	02456	0	America/Chicago	35.75368	-86.91722	219			TN	119		
4645459	New Zion	new-zion	US	29111	0	America/Chicago	36.03062	-88.52867	149	Big Buck,New Zion		TN	017		
4645460	New Zion	new-zion	US	29111	0	America/Chicago	36.56977	-86.17332	288			TN	111		
4645498	Newbern	newbern	US	24126	3336	America/Chicago	36.11285	-89.26174	114			TN	045		
4645502	Newcomb	newcomb	US	12852	0	America/New_York	36.55369	-84.16604	297			TN	013		
4645508	Newell	newell	US	15466	0	America/Chicago	36.11729	-89.06868	122			TN	053		
4645511	Newcastle	newcastle	US	04553	0	America/Chicago	35.22036	-89.17534	165	New Castle,Newcastle		TN	069		
4645532	Newport	newport	US	02840	6834	America/New_York	35.96704	-83.18766	321	Clifton,Gorman,Gormans Depot,Gormans Eddy,N'juport,Newport,Newport (Tennessee),Njuport,nywbwrt,nywpwrt  tnsy,Њупорт,Ньюпорт,نيوبورت,نیوپورت، تنسی,نیوپورٹ، ٹینیسی	029	TN	029		
4645554	Newton	newton	US	02458	0	America/Chicago	35.79479	-85.21246	537	Newton,Peay		TN	035		
4645563	Newtown	newtown	US	06470	0	America/Chicago	35.69007	-86.52333	232	Last Chance,Newtown		TN	003		
4645564	Newtown	newtown	US	06470	0	America/New_York	34.99397	-84.37103	473	Newton,Newtown		TN	139		
4645565	Newtown	newtown	US	06470	0	America/New_York	36.40369	-84.44966	364			TN	151		
4645658	Niota	niota	US	37826	718	America/New_York	35.51341	-84.54521	307	Mouse Creek,Niota		TN	107		
4645676	Nixon	nixon	US	78140	0	America/Chicago	35.11481	-88.25671	152			TN	071		
4645738	Nolensville	nolensville	US	37135	6939	America/Chicago	35.95229	-86.66944	190			TN	187		
4645763	Norene	norene	US	37136	0	America/Chicago	36.05673	-86.24249	226	Fall Creek,Hendersons Cross Roads,Norene,Speckelford		TN	189		
4645767	Norma	norma	US	08347	0	America/New_York	36.33702	-84.38549	386			TN	151		
4645771	Normal	normal	US	35762	0	America/Chicago	35.1162	-89.93676	91			TN	157		
4645791	Normandy	normandy	US	37360	148	America/Chicago	35.45202	-86.25999	253			TN	003		
4645799	Norris	norris	US	29667	1651	America/New_York	36.19563	-84.06797	327			TN	001		
4645800	Norris	norris	US	29667	0	America/New_York	36.27096	-81.92901	1003			TN	091		
4645957	North Haven	north-haven	US	04853	0	America/Chicago	36.57144	-87.4214	162			TN	125		
4645959	North Hills	north-hills	US	91343	0	America/New_York	36.00536	-83.90824	335			TN	093		
4645960	North Hills	north-hills	US	91343	0	America/New_York	36.33344	-82.38181	505			TN	179		
4645978	North Liberty	north-liberty	US	46554	0	America/New_York	35.49868	-84.61105	259			TN	107		
4646038	Northbrook	northbrook	US	60062	0	America/New_York	36.04869	-83.98158	312			TN	093		
4646078	Northpoint	northpoint	US	15763	0	America/New_York	35.6223	-84.47799	348			TN	123		
4646081	Northport	northport	US	11768	0	America/New_York	35.9751	-83.1796	359			TN	029		
4646143	Norwood	norwood	US	02062	0	America/New_York	36.00425	-83.98158	324			TN	093		
4646148	Norwood	norwood	US	02062	0	America/New_York	36.03036	-84.32354	249	Hanna,Norwood		TN	001		
4646239	Nunnelly	nunnelly	US	37137	0	America/Chicago	35.85951	-87.46918	214			TN	081		
4646294	Oak City	oak-city	US	27857	0	America/New_York	35.8987	-83.70267	287			TN	155		
4646307	Oak Grove	oak-grove	US	42262	0	America/New_York	36.25091	-84.14492	369			TN	013		
4646308	Oak Grove	oak-grove	US	42262	0	America/New_York	36.29816	-82.25791	519			TN	019		
4646309	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.40286	-88.58172	132			TN	023		
4646310	Oak Grove	oak-grove	US	42262	0	America/New_York	36.5537	-83.49741	534			TN	025		
4646311	Oak Grove	oak-grove	US	42262	0	America/Chicago	36.597	-85.70331	251	Memorial,Oak Grove		TN	027		
4646312	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.80423	-85.03607	578			TN	035		
4646313	Oak Grove	oak-grove	US	42262	0	America/Chicago	36.00756	-87.48224	235			TN	043		
4646314	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.2573	-85.99998	325			TN	051		
4646315	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.09564	-87.1164	301			TN	055		
4646316	Oak Grove	oak-grove	US	42262	0	America/New_York	35.02063	-85.28162	200			TN	065		
4646317	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.27452	-88.22976	127			TN	071		
4646318	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.65785	-88.33504	163			TN	077		
4646319	Oak Grove	oak-grove	US	42262	0	America/Chicago	36.38783	-88.16809	158			TN	079		
4646320	Oak Grove	oak-grove	US	42262	0	America/New_York	36.0387	-83.351	311	Oak Grove,Oakgrove		TN	089		
4646321	Oak Grove	oak-grove	US	42262	0	America/New_York	36.0423	-83.87824	310			TN	093		
4646322	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.63341	-89.82147	130			TN	097		
4646323	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.4548	-87.53891	244			TN	101		
4646324	Oak Grove	oak-grove	US	42262	0	America/New_York	35.8023	-84.3152	266			TN	105		
4646325	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.60563	-88.89589	112			TN	113		
4646326	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.12674	-85.51608	204	Hutton,Oak Grove		TN	115		
4646327	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.24091	-85.68914	560			TN	115		
4646328	Oak Grove	oak-grove	US	42262	0	America/New_York	35.57758	-84.31186	303			TN	123		
4646329	Oak Grove	oak-grove	US	42262	0	America/Chicago	36.3759	-85.26163	399			TN	133		
4646330	Oak Grove	oak-grove	US	42262	0	America/New_York	35.18119	-84.61966	244			TN	139		
4646331	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.20453	-89.81481	85			TN	157		
4646332	Oak Grove	oak-grove	US	42262	231	America/Chicago	36.5706	-86.37999	269			TN	165		
4646333	Oak Grove	oak-grove	US	42262	0	America/New_York	36.35341	-83.8188	360			TN	173		
4646334	Oak Grove	oak-grove	US	42262	0	America/Chicago	35.69979	-85.96249	305			TN	177		
4646335	Oak Grove	oak-grove	US	42262	4425	America/New_York	36.41177	-82.42459	428			TN	179		
4646495	Oak Hill	oak-hill	US	12460	0	America/New_York	36.23483	-82.21513	792	Kentville,Oak Hill		TN	019		
4646496	Oak Hill	oak-hill	US	12460	0	America/New_York	36.0026	-82.98654	443			TN	029		
4646497	Oak Hill	oak-hill	US	12460	0	America/Chicago	35.98951	-85.00996	541			TN	035		
4646498	Oak Hill	oak-hill	US	12460	4700	America/Chicago	36.08784	-86.78305	179	Oak Hill,Oak Hills		TN	037		
4646499	Oak Hill	oak-hill	US	12460	0	America/Chicago	36.43811	-88.08864	122	Dulac,Oak Hill		TN	079		
4646500	Oak Hill	oak-hill	US	12460	0	America/Chicago	35.16369	-87.27418	289			TN	099		
4646502	Oak Hill	oak-hill	US	12460	0	America/Chicago	35.45535	-86.7125	229			TN	117		
4646503	Oak Hill	oak-hill	US	12460	0	America/New_York	36.16897	-84.53216	361			TN	129		
4646504	Oak Hill	oak-hill	US	12460	0	America/Chicago	36.26978	-85.33747	314	Oak Hill,Oakhill		TN	133		
4646505	Oak Hill	oak-hill	US	12460	0	America/Chicago	36.60229	-85.22079	295			TN	137		
4646506	Oak Hill	oak-hill	US	12460	0	America/New_York	35.74341	-84.61938	271			TN	145		
4646507	Oak Hill	oak-hill	US	12460	0	America/Chicago	35.87618	-86.35833	186			TN	149		
4646508	Oak Hill	oak-hill	US	12460	0	America/New_York	36.57122	-82.1993	503			TN	163		
4646509	Oak Hill	oak-hill	US	12460	0	America/New_York	36.35455	-82.5921	566			TN	179		
4646566	Oak Park	oak-park	US	48237	0	America/New_York	36.35066	-82.34236	474			TN	179		
4646571	Oak Ridge	oak-ridge	US	07438	29302	America/New_York	36.01036	-84.26964	259	Elza,Oak Ridge,Ok-Ridzh,Ouk Ridz,awk rydj,awk ryj  tnsy,okeuliji,xiang shu ling,ʼwq rydg,Ок-Ридж,Ок-Рідж,Оук Риџ,אוק רידג,أوك ريدج,اوک ریج، تنسی,オーク・リッジ,橡树岭,오크리지		TN	001		
4646598	Oak View	oak-view	US	93022	0	America/New_York	35.78397	-83.82851	292	Oak View,Oakview		TN	009		
4646604	Oakdale	oakdale	US	06370	0	America/Chicago	36.56449	-86.12249	275			TN	111		
4646605	Oakdale	oakdale	US	06370	216	America/New_York	35.98563	-84.55327	257	Honeycutt,Hunnicutt,Oakdale,Oakdale Junction		TN	129		
4646606	Oakdale	oakdale	US	06370	0	America/Chicago	36.21839	-85.56109	305			TN	141		
4646607	Oakdale	oakdale	US	06370	0	America/Chicago	36.47477	-86.71222	243			TN	147		
4646608	Oakdale	oakdale	US	06370	0	America/Chicago	35.91229	-85.4922	299			TN	185		
4646623	Oakfield	oakfield	US	04763	0	America/Chicago	35.7134	-88.79395	136			TN	113		
4646635	Oakhurst	oakhurst	US	07755	0	America/New_York	35.76286	-83.95407	288			TN	009		
4646636	Oakhurst	oakhurst	US	07755	0	America/New_York	35.00285	-85.26412	277			TN	065		
4646637	Oakland	oakland	US	02858	7488	America/Chicago	35.22898	-89.51508	116	Oklend,Окленд		TN	047		
4646638	Oakland	oakland	US	02858	0	America/New_York	36.17787	-83.49156	348			TN	057		
4646639	Oakland	oakland	US	02858	0	America/Chicago	36.27783	-88.22949	144	East Paris,Medlocks Store,Oakland		TN	079		
4646640	Oakland	oakland	US	02858	0	America/New_York	36.05092	-83.47156	346			TN	089		
4646641	Oakland	oakland	US	02858	0	America/New_York	36.03175	-83.91074	309			TN	093		
4646642	Oakland	oakland	US	02858	0	America/Chicago	36.20089	-85.51803	335			TN	141		
4646643	Oakland	oakland	US	02858	0	America/Chicago	36.5006	-86.83055	204			TN	147		
4646644	Oakland	oakland	US	02858	0	America/Chicago	36.39783	-86.34082	155			TN	165		
4646645	Oakland	oakland	US	02858	0	America/Chicago	35.68424	-85.81943	296			TN	177		
4646646	Oakland	oakland	US	02858	0	America/New_York	36.27149	-82.62071	486			TN	179		
4646647	Oakland	oakland	US	02858	0	America/Chicago	36.27089	-86.34249	157			TN	189		
4646652	Oak Park	oak-park	US	48237	0	America/Chicago	35.34591	-86.21805	323			TN	051		
4646670	Oakland Gardens	oakland-gardens	US	11364	0	America/New_York	36.34344	-82.3582	500			TN	179		
4646698	Oakley	oakley	US	48649	0	America/Chicago	36.50784	-85.31052	319			TN	133		
4646709	Oaklyn	oaklyn	US	08107	0	America/Chicago	35.96118	-85.06801	550			TN	035		
4646711	Oakmont	oakmont	US	15139	0	America/Chicago	36.20755	-86.51388	178			TN	189		
4646715	Oakridge	oakridge	US	97463	0	America/Chicago	36.39422	-87.45834	222			TN	125		
4646733	Oakville	oakville	US	06779	0	America/Chicago	35.06509	-89.94092	82			TN	157		
4646738	Oakwood	oakwood	US	24631	0	America/New_York	35.22146	-84.81133	272			TN	011		
4646739	Oakwood	oakwood	US	24631	0	America/Chicago	36.53588	-87.57946	191			TN	125		
4646740	Oakwood	oakwood	US	24631	0	America/Chicago	35.84145	-86.50416	191			TN	149		
4646741	Oakwood	oakwood	US	24631	0	America/Chicago	35.76062	-86.40694	201			TN	149		
4646742	Oakwood	oakwood	US	24631	0	America/New_York	36.1962	-83.36017	401			TN	063		
4646793	Ocoee	ocoee	US	34761	0	America/New_York	35.1223	-84.71883	243	Ocoa,Ocoee		TN	139		
4646851	Ogden	ogden	US	50212	0	America/New_York	35.50868	-85.10135	589			TN	143		
4646861	Oglesby	oglesby	US	61348	0	America/Chicago	36.04006	-86.74361	181			TN	037		
4646878	Okolona	okolona	US	38860	0	America/New_York	36.27122	-82.31875	518			TN	019		
4646879	Okolona	okolona	US	38860	0	America/New_York	36.58204	-82.77266	450			TN	073		
4646908	Old Bethpage	old-bethpage	US	11804	0	America/Chicago	36.49477	-86.29832	167			TN	165		
4647001	Old Glory	old-glory	US	79540	0	America/New_York	35.77647	-84.02546	295			TN	009		
4647017	Old Hickory	old-hickory	US	37138	0	America/Chicago	36.25978	-86.64777	158	Jacksonville,Old Hickory		TN	037		
4647187	Old Washington	old-washington	US	43768	0	America/New_York	35.53451	-84.90717	215	Old Washington,Washington		TN	143		
4647211	Oldham	oldham	US	57051	0	America/New_York	35.7762	-83.48211	364			TN	155		
4647220	Oldtown	oldtown	US	21555	0	America/New_York	35.9801	-83.16571	317	New Port,Newport,Newport Number Two,Old Newport,Old Town,Oldtown		TN	029		
4647229	Olive Branch	olive-branch	US	38654	0	America/Chicago	35.7348	-89.67452	98			TN	097		
4647244	Olivehill	olivehill	US	38475	0	America/Chicago	35.27397	-88.03225	165	Olive Hill,Olivehill		TN	071		
4647267	Olivet	olivet	US	49076	0	America/Chicago	35.29424	-87.02723	210			TN	055		
4647268	Olivet	olivet	US	49076	1350	America/Chicago	35.21425	-88.20031	141			TN	071		
4647282	Oliver Springs	oliver-springs	US	37840	3237	America/New_York	36.04452	-84.34437	243	Oliver Springs,Olivers,Winters,Winters Gap,awlyfr sbrynghz,awlywr aspryngz  tnsy,Оливер Спрингс,أوليفر سبرينغز,اولیور اسپرینگز، تنسی		TN	145		
4647287	Oneida	oneida	US	13421	3709	America/New_York	36.49813	-84.51272	440			TN	151		
4647298	Only	only	US	37140	0	America/Chicago	35.86173	-87.69169	138			TN	081		
4647313	Ooltewah	ooltewah	US	37363	687	America/New_York	35.07507	-85.06217	232	Ooltawah,Ooltewah		TN	065		
4647355	Oral	oral	US	57766	0	America/New_York	35.83341	-84.35631	341			TN	145		
4647405	Orlinda	orlinda	US	37141	887	America/Chicago	36.60088	-86.71666	219	Crockers Crossroads,Orlinda		TN	147		
4647427	Osage	osage	US	26543	0	America/Chicago	36.35589	-88.41171	177			TN	079		
4647429	Osborn	osborn	US	64474	0	America/New_York	36.45484	-81.72567	954			TN	091		
4647452	Oswego	oswego	US	13126	0	America/New_York	36.57008	-84.15632	300	Good Hope,Oswego		TN	013		
4647534	Overbrook	overbrook	US	66524	0	America/New_York	35.21091	-84.90884	235			TN	011		
4647543	Overton	overton	US	68863	0	America/Chicago	35.24703	-89.99564	76			TN	157		
4647670	Ozone	ozone	US	72854	0	America/Chicago	35.88202	-84.80911	499	Mammy,Ozone		TN	035		
4647671	Ozone	ozone	US	72854	0	America/Chicago	36.5084	-85.2833	315			TN	133		
4647744	Paint Rock	paint-rock	US	35764	0	America/New_York	35.74424	-84.51465	242			TN	145		
4647776	Palestine	palestine	US	26160	0	America/Chicago	35.28758	-88.77728	149			TN	023		
4647777	Palestine	palestine	US	26160	0	America/Chicago	35.5909	-88.44199	147	Palastine,Palestine		TN	077		
4647778	Palestine	palestine	US	26160	0	America/Chicago	36.25895	-88.40199	142			TN	079		
4647800	Palisades	palisades	US	10964	0	America/New_York	35.11729	-85.33857	534			TN	065		
4647802	Pall Mall	pall-mall	US	38577	0	America/Chicago	36.55062	-84.96772	267	Pall Mall,Pallmall		TN	049		
4647809	Palmer	palmer	US	01069	662	America/Chicago	35.35118	-85.56775	554			TN	061		
4647832	Palmersville	palmersville	US	38241	0	America/Chicago	36.40339	-88.58727	137			TN	183		
4647838	Palmetto	palmetto	US	30268	0	America/Chicago	35.49202	-86.66444	231			TN	003		
4647853	Palmyra	palmyra	US	04965	0	America/Chicago	36.43755	-87.48557	116	Blountsborough,Blountsville,Palmyra		TN	125		
4647856	Pandora	pandora	US	45877	0	America/New_York	36.42178	-81.94151	664			TN	091		
4647963	Paris	paris	US	04271	10150	America/Chicago	36.302	-88.32671	157	PHT,Paris,Parizh,barys,parys  tnsy,Париж,Парис,باريس,پاریس، تنسی,پیرس، ٹینیسی	079	TN	079		
4647991	Park City	park-city	US	42160	0	America/New_York	35.98675	-83.89352	284			TN	093		
4647992	Park City	park-city	US	42160	2442	America/Chicago	35.08203	-86.57111	305	Park City,Parks City		TN	103		
4648023	Parker	parker	US	16049	0	America/Chicago	35.99785	-89.28313	84			TN	045		
4648024	Parker	parker	US	16049	0	America/Chicago	36.58923	-85.09995	300			TN	137		
4648073	Parker Ford	parker-ford	US	19457	0	America/Chicago	36.01701	-85.02218	494			TN	035		
4648136	Parksville	parksville	US	12768	0	America/New_York	35.09924	-84.65077	256			TN	139		
4648203	Parrottsville	parrottsville	US	37843	261	America/New_York	36.00927	-83.09238	363			TN	029		
4648217	Parsons	parsons	US	26287	2337	America/Chicago	35.64979	-88.1267	151	Parsons,Parsons Flats		TN	039		
4648279	Patterson	patterson	US	12563	0	America/Chicago	35.82312	-86.60944	231			TN	149		
4648347	Pattersonville	pattersonville	US	12137	0	America/Chicago	35.1387	-89.3034	161			TN	047		
4648465	Pea Ridge	pea-ridge	US	72751	0	America/Chicago	36.59562	-85.44524	319	Pea Ridge,Pea Ridge Store		TN	027		
4648467	Pea Ridge	pea-ridge	US	72751	0	America/Chicago	35.21591	-87.46613	257	Pea Ridge,Venus		TN	099		
4648478	Peabody	peabody	US	01960	0	America/New_York	36.45036	-84.07576	454			TN	013		
4648500	Peach Orchard	peach-orchard	US	72453	0	America/New_York	35.1723	-84.80966	313			TN	011		
4648536	Peak	peak	US	29122	0	America/New_York	36.06369	-84.12131	283	Peak,Peaks		TN	001		
4648551	Pearl City	pearl-city	US	61062	0	America/Chicago	35.13675	-86.69666	192			TN	103		
4648637	Pegram	pegram	US	37143	2108	America/Chicago	36.10061	-87.05112	168	Pegram,Pegrams,Pegrams Station		TN	021		
4648641	Pelham	pelham	US	03076	403	America/Chicago	35.31008	-85.88081	312			TN	061		
4648847	Perry Park	perry-park	US	40363	0	America/Chicago	36.48338	-86.85194	207			TN	147		
4648861	Perryville	perryville	US	21903	0	America/Chicago	35.62062	-88.0417	118	Midtown,Perryville		TN	039		
4648866	Persia	persia	US	51563	0	America/New_York	36.33982	-83.00294	340			TN	073		
4648916	Petersburg	petersburg	US	12138	0	America/New_York	36.41148	-82.97405	404			TN	073		
4648917	Petersburg	petersburg	US	12138	548	America/Chicago	35.3198	-86.6375	230	Peterburg,Petersburg,Petersburgh,Петербург		TN	103		
4648935	Petros	petros	US	37845	583	America/New_York	36.09591	-84.44243	413	Joynersville,Petros,Richburg		TN	129		
4648986	Peytona	peytona	US	25154	0	America/Chicago	36.36838	-86.51472	161	Peytona,Peytonia,Saint Blaise,Saintblaise		TN	165		
4649014	Philadelphia	philadelphia	US	13673	688	America/New_York	35.67952	-84.40381	259	Filadel'fija,New Philadelphia,Philadelphia,Филадельфия		TN	105		
4649015	Philadelphia	philadelphia	US	13673	0	America/Chicago	35.55563	-86.91972	194			TN	119		
4649016	Philadelphia	philadelphia	US	13673	0	America/New_York	36.16983	-82.63654	443			TN	179		
4649040	Philippi	philippi	US	26416	0	America/Chicago	35.9884	-85.7711	319			TN	041		
4649064	Phillips	phillips	US	04966	0	America/Chicago	36.06617	-86.77444	203			TN	037		
4649065	Phillips	phillips	US	04966	0	America/Chicago	35.24091	-88.21865	132			TN	071		
4649066	Phillips	phillips	US	04966	0	America/New_York	35.56174	-84.29714	283			TN	123		
4649203	Piedmont	piedmont	US	26750	0	America/Chicago	35.26758	-85.85609	310			TN	061		
4649204	Piedmont	piedmont	US	26750	0	America/New_York	36.02592	-83.52767	318			TN	089		
4649210	Pierce	pierce	US	68767	0	America/New_York	36.35123	-82.04318	608	Pierce,Piercetown		TN	019		
4649251	Pigeon Forge	pigeon-forge	US	37863	6171	America/New_York	35.78842	-83.55433	305	Pidzin Fordz,pyjn frj  tnsy,Пиџин Форџ,پیجن فرج، تنسی		TN	155		
4649295	Pikeville	pikeville	US	27863	1636	America/Chicago	35.60562	-85.18885	262	Pakjvil,baykfyl,pykwyl  tnsy,Пакјвил,بايكفيل,پیکویل، تنسی	007	TN	007		
4649332	Pilot Knob	pilot-knob	US	63663	0	America/New_York	36.26815	-82.99572	358	Pilot Knob,Pilotknob		TN	059		
4649349	Pilot Mountain	pilot-mountain	US	27041	0	America/New_York	36.19952	-84.6605	384	Longevity,Pilot Mountain		TN	129		
4649406	Pine Grove	pine-grove	US	17963	0	America/New_York	36.36677	-82.73627	393			TN	059		
4649407	Pine Grove	pine-grove	US	17963	0	America/New_York	35.80619	-84.36076	260	Pine Grove,Pinegrove		TN	105		
4649408	Pine Grove	pine-grove	US	17963	0	America/New_York	35.58618	-84.62355	247			TN	107		
4649409	Pine Grove	pine-grove	US	17963	0	America/New_York	35.81592	-83.57795	305			TN	155		
4649410	Pine Grove	pine-grove	US	17963	0	America/Chicago	35.70007	-85.48553	523			TN	175		
4649446	Pine Hill	pine-hill	US	12465	0	America/Chicago	36.56839	-85.64636	291			TN	027		
4649447	Pine Hill	pine-hill	US	12465	0	America/Chicago	36.47089	-88.14281	173			TN	079		
4649448	Pine Hill	pine-hill	US	12465	0	America/Chicago	35.24452	-85.55608	511			TN	115		
4649449	Pine Hill	pine-hill	US	12465	0	America/New_York	36.50647	-84.47105	492			TN	151		
4649451	Pine Hill	pine-hill	US	12465	0	America/New_York	35.16896	-85.25107	282			TN	065		
4649539	Pine Ridge	pine-ridge	US	41360	0	America/New_York	35.13702	-84.31159	506			TN	139		
4649545	Pine Ridge	pine-ridge	US	41360	0	America/New_York	36.36261	-82.36736	457			TN	179		
4649563	Pine Top	pine-top	US	41843	0	America/Chicago	35.30314	-88.80089	159	Pine Top,Pinetop		TN	069		
4649570	Pinecrest	pinecrest	US	95364	0	America/New_York	36.15621	-82.80487	446			TN	059		
4649573	Pinedale	pinedale	US	82941	0	America/Chicago	35.92368	-85.18746	520			TN	035		
4649594	Pineville	pineville	US	18946	0	America/New_York	36.22482	-83.24684	421			TN	063		
4649595	Pineville	pineville	US	18946	0	America/New_York	35.06952	-85.33024	201			TN	065		
4649597	Pinewood	pinewood	US	29125	0	America/Chicago	35.91145	-87.46974	158	Pine Wood,Pine Woods,Pinewood		TN	081		
4649631	Piney Flats	piney-flats	US	37686	0	America/New_York	36.41955	-82.30403	477	Piney Flats,Pineyflats		TN	163		
4649701	Piney Woods	piney-woods	US	39148	0	America/New_York	34.98785	-85.31635	209			TN	065		
4649733	Pinnacle	pinnacle	US	27043	0	America/New_York	35.74815	-83.41405	408			TN	155		
4649749	Pinnacle	pinnacle	US	27043	0	America/Chicago	36.35005	-86.93972	229			TN	021		
4649750	Pinson	pinson	US	35126	0	America/Chicago	35.49008	-88.72061	116	Mount Pinson,Pinson		TN	113		
4649759	Pioneer	pioneer	US	37847	0	America/New_York	36.41758	-84.3141	470			TN	013		
4649799	Pisgah	pisgah	US	35765	0	America/Chicago	35.89395	-85.88943	339			TN	041		
4649800	Pisgah	pisgah	US	35765	0	America/Chicago	35.18036	-86.91195	297			TN	055		
4649801	Pisgah	pisgah	US	35765	0	America/Chicago	35.1587	-89.7098	124			TN	157		
4649802	Pisgah	pisgah	US	35765	0	America/Chicago	36.37951	-88.71756	124	Pisgah,Tubville		TN	183		
4649902	Plainfield	plainfield	US	01070	0	America/New_York	35.76981	-83.95879	279			TN	009		
4649905	Plainview	plainview	US	11803	0	America/Chicago	35.69979	-86.34499	214	Millersburgh,New Millersburg,Plainview,Whites Store		TN	149		
4649927	Plato	plato	US	55370	0	America/New_York	36.19317	-82.18735	809			TN	019		
4649953	Pleasant Garden	pleasant-garden	US	27313	0	America/New_York	36.134	-82.31069	1479			TN	171		
4649965	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.41757	-86.53749	251	Pleasant Grove,Pleasantgrove		TN	003		
4649966	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	35.89315	-83.17293	358			TN	029		
4649967	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.42896	-88.16198	142			TN	039		
4649968	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.27036	-86.20138	275			TN	051		
4649969	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.03536	-83.63573	372	Piney,Pleasant Grove,Thornburg		TN	089		
4649970	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.05925	-86.60444	277			TN	103		
4649971	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	35.48674	-86.98556	224	Pleasant Grove,Pleasant Grove Depot		TN	119		
4649972	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.57869	-84.41549	408			TN	151		
4649973	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	36.60004	-86.22527	269			TN	165		
4649974	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	36.18117	-86.52583	192			TN	189		
4650061	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.96284	-88.20282	172			TN	005		
4650062	Pleasant Hill	pleasant-hill	US	27866	600	America/Chicago	36.13311	-88.16726	141			TN	005		
4650063	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.40702	-88.44671	177			TN	023		
4650064	Pleasant Hill	pleasant-hill	US	27866	563	America/Chicago	35.97646	-85.19385	578	Pleasant Hill,Pleasanthill		TN	035		
4650065	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.48285	-88.15115	138			TN	039		
4650066	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	36.13566	-82.64654	471	Painter,Painter Mill,Painters,Pleasant Hill		TN	059		
4650067	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	36.28565	-83.06461	369			TN	073		
4650068	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.66701	-88.33227	166			TN	077		
4650069	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	36.18034	-88.19393	129			TN	079		
4650070	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.67036	-89.6573	99			TN	097		
4650071	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	36.56838	-86.07193	275			TN	111		
4650072	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	35.66341	-84.70827	291			TN	121		
4650073	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.2948	-86.32194	317			TN	127		
4650074	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	36.36256	-89.07923	131			TN	131		
4650075	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	35.77146	-86.59722	229			TN	149		
4650076	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	35.85092	-83.62628	286			TN	155		
4650204	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	35.87979	-86.03582	374	Bogles Store,Mount Pleasant,Pleasant Ridge		TN	015		
4650206	Pleasant Ridge	pleasant-ridge	US	48069	0	America/New_York	35.99147	-84.01352	327			TN	093		
4650208	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	36.08256	-85.37942	562			TN	141		
4650260	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	35.30286	-87.22168	238			TN	099		
4650261	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	36.46033	-86.11943	162			TN	111		
4650263	Pleasant Shade	pleasant-shade	US	37145	0	America/Chicago	36.37811	-85.94971	160			TN	159		
4650264	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	36.50143	-86.60638	270			TN	165		
4650265	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	36.19453	-83.82991	319	Bartheney,Pleasant Valley		TN	173		
4650266	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	36.34816	-82.51598	474			TN	179		
4650285	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	36.40784	-89.04062	98			TN	131		
4650294	Pleasant View	pleasant-view	US	37146	0	America/Chicago	35.74146	-85.99499	343			TN	015		
4650295	Pleasant View	pleasant-view	US	37146	4295	America/Chicago	36.39422	-87.03667	211	Pleasant View,Pleasantview		TN	021		
4650296	Pleasant View	pleasant-view	US	37146	0	America/New_York	35.82647	-84.28964	278			TN	105		
4650297	Pleasant View	pleasant-view	US	37146	0	America/Chicago	35.77007	-86.28472	248			TN	149		
4650299	Pleasant View	pleasant-view	US	37146	0	America/New_York	36.17094	-82.7496	447			TN	059		
4650300	Pleasant View	pleasant-view	US	37146	0	America/Chicago	36.15451	-85.48664	327			TN	141		
4650337	Pleasant view	pleasant-view	US	37146	0	America/New_York	36.1837	-83.42767	368			TN	063		
4650342	Pleasantville	pleasantville	US	08232	0	America/Chicago	35.66701	-87.69836	160			TN	081		
4650394	Pocahontas	pocahontas	US	24635	0	America/Chicago	35.05259	-88.80367	120			TN	069		
4650396	Pocahontas	pocahontas	US	24635	0	America/Chicago	35.6373	-86.04527	327	Pacahantas,Pocahontas		TN	031		
4650421	Point Harbor	point-harbor	US	27964	0	America/New_York	35.78758	-84.22353	271			TN	105		
4650425	Point Pleasant	point-pleasant	US	18950	0	America/New_York	36.11398	-83.21016	355			TN	029		
4650426	Point Pleasant	point-pleasant	US	18950	0	America/Chicago	35.38924	-88.1892	122			TN	039		
4650488	Polk	polk	US	16342	0	America/Chicago	36.30812	-89.11784	100	Polk,Polks Station		TN	131		
4650509	Pollard	pollard	US	72456	0	America/Chicago	36.27617	-87.67807	152			TN	083		
4650539	Pomona	pomona	US	08240	0	America/Chicago	35.95423	-85.11579	585			TN	035		
4650540	Pomona	pomona	US	08240	0	America/Chicago	36.03367	-87.34779	268	Bon Sylva,Pomona		TN	043		
4650612	Ponderosa	ponderosa	US	87044	0	America/New_York	35.87785	-84.53521	299			TN	145		
4650613	Ponderosa	ponderosa	US	87044	0	America/Chicago	36.03756	-86.52944	158			TN	149		
4650698	Pope	pope	US	38658	0	America/Chicago	35.61868	-87.98947	120			TN	135		
4650703	Poplar	poplar	US	54864	0	America/New_York	36.04674	-84.3102	251	Donovan,Poplar		TN	001		
4650738	Poplar Grove	poplar-grove	US	61065	0	America/New_York	36.5562	-83.53213	535			TN	025		
4650739	Poplar Grove	poplar-grove	US	61065	0	America/Chicago	36.05785	-88.93701	129			TN	053		
4650740	Poplar Grove	poplar-grove	US	61065	0	America/Chicago	35.97617	-87.58891	176			TN	085		
4650741	Poplar Grove	poplar-grove	US	61065	0	America/Chicago	35.9298	-89.42146	88			TN	097		
4650742	Poplar Grove	poplar-grove	US	61065	0	America/Chicago	36.14395	-85.42081	298			TN	141		
4650743	Poplar Grove	poplar-grove	US	61065	0	America/New_York	36.46427	-82.58599	425			TN	163		
4650784	Poplar Ridge	poplar-ridge	US	13139	0	America/Chicago	36.20729	-89.24535	88			TN	045		
4650850	Port Royal	port-royal	US	17082	0	America/Chicago	36.55366	-87.14195	129			TN	125		
4650855	Porter	porter	US	04068	0	America/Chicago	35.98423	-87.27751	257			TN	043		
4650905	Porterfield	porterfield	US	54159	0	America/Chicago	35.87979	-86.16166	202			TN	015		
4650946	Portland	portland	US	04101	12323	America/Chicago	36.58171	-86.51638	244	Portland,Portlend,Richland,Richland Station,Портленд		TN	165		
4651101	Pottsville	pottsville	US	17901	0	America/Chicago	35.63785	-86.82528	198	Pottsville,Watch		TN	119		
4651127	Powder Springs	powder-springs	US	30127	0	America/New_York	36.25369	-83.66963	371	Powder Spring,Powder Springs		TN	057		
4651138	Powell	powell	US	37849	0	America/New_York	36.03175	-84.02797	304	Powell,Powell Station,Powells Station		TN	093		
4651222	Powers	powers	US	49874	0	America/Chicago	35.23759	-89.41368	124			TN	047		
4651239	Prairie Creek	prairie-creek	US	47869	0	America/New_York	35.19535	-85.13718	228			TN	065		
4651395	Primm Springs	primm-springs	US	38476	0	America/Chicago	35.8209	-87.25001	188	Primm,Primm Springs		TN	081		
4651407	Princeton	princeton	US	01541	0	America/New_York	36.35761	-82.36653	469			TN	179		
4651452	Prospect	prospect	US	06712	0	America/Chicago	36.09506	-88.1556	169			TN	005		
4651453	Prospect	prospect	US	06712	0	America/New_York	35.81147	-83.8024	288			TN	009		
4651454	Prospect	prospect	US	06712	0	America/New_York	35.17702	-84.91828	242			TN	011		
4651455	Prospect	prospect	US	06712	0	America/Chicago	35.02981	-87.00306	182	Prospect,Prospect Station		TN	055		
4651456	Prospect	prospect	US	06712	0	America/Chicago	35.45647	-89.27562	113			TN	075		
4651457	Prospect	prospect	US	06712	0	America/Chicago	35.08064	-86.56305	307			TN	103		
4651458	Prospect	prospect	US	06712	0	America/New_York	35.72813	-84.42409	249			TN	105		
4651459	Prospect	prospect	US	06712	0	America/New_York	35.36757	-84.41965	273			TN	107		
4651509	Prosperity	prosperity	US	15329	0	America/Chicago	36.48728	-85.87415	311			TN	111		
4651510	Prosperity	prosperity	US	15329	0	America/Chicago	35.25898	-89.87147	86			TN	157		
4651511	Prosperity	prosperity	US	15329	0	America/Chicago	35.98034	-86.05888	201			TN	189		
4651523	Providence	providence	US	02901	0	America/New_York	35.84953	-83.78629	334			TN	009		
4651524	Providence	providence	US	02901	0	America/Chicago	36.07284	-86.72444	160			TN	037		
4651525	Providence	providence	US	02901	0	America/Chicago	35.27869	-85.89748	319			TN	061		
4651526	Providence	providence	US	02901	0	America/Chicago	35.44508	-87.58308	220			TN	101		
4651527	Providence	providence	US	02901	0	America/Chicago	35.65007	-89.06423	133			TN	113		
4651528	Providence	providence	US	02901	0	America/Chicago	36.33561	-86.15277	169	Felix,Providence		TN	169		
4651574	Pruden	pruden	US	37851	0	America/New_York	36.58619	-83.90103	384			TN	025		
4651648	Pulaski	pulaski	US	13142	7617	America/Chicago	35.1998	-87.03084	213	Pulaski,Tuluski,bwlasky,pu wa si ji,pwlsky  tnsy,Пуласки,بولاسكي,پولسکی، تنسی,普瓦斯基	055	TN	055		
4651713	Purdy	purdy	US	65734	0	America/Chicago	35.22675	-88.5306	176			TN	109		
4651727	Puryear	puryear	US	38251	669	America/Chicago	36.44422	-88.33449	185	Littleton,Peryear,Puryear		TN	079		
4651806	Quebeck	quebeck	US	38579	0	America/Chicago	35.81673	-85.56692	274	Cooper,Holder,Quebec,Quebeck		TN	185		
4651827	Quincy	quincy	US	02169	0	America/Chicago	35.83396	-89.08118	101	Quincie,Quincy		TN	033		
4651907	Radnor	radnor	US	43066	0	America/Chicago	36.10534	-86.74222	183			TN	037		
4651933	Ragsdale	ragsdale	US	47573	0	America/Chicago	35.50174	-86.01582	332			TN	031		
4651998	Raleigh	raleigh	US	25911	0	America/Chicago	35.20592	-89.9137	80			TN	157		
4652024	Ramah	ramah	US	80832	0	America/Chicago	35.0773	-87.32974	281			TN	099		
4652044	Ramer	ramer	US	36069	318	America/Chicago	35.06953	-88.62227	125			TN	109		
4652054	Ramsey	ramsey	US	07446	0	America/New_York	36.54453	-83.29712	508			TN	067		
4652055	Ramsey	ramsey	US	07446	0	America/Chicago	35.29842	-90.04176	104			TN	157		
4652057	Ramsey	ramsey	US	07446	0	America/New_York	35.97731	-83.84435	276			TN	093		
4652087	Randolph	randolph	US	02368	0	America/Chicago	35.51647	-89.8887	96	Randolph,Randolph's,رینڈولف، ٹینیسی		TN	167		
4652117	Range	range	US	36473	0	America/New_York	36.36899	-82.26514	511	Range,Turkey Cove,Turkeytown		TN	019		
4652126	Rankin	rankin	US	60960	0	America/Chicago	35.58202	-87.00584	211			TN	119		
4652129	Rankin	rankin	US	60960	0	America/New_York	36.05232	-83.21516	312	Rankin,Rankins,Rankins Depot		TN	029		
4652230	Ravenwood	ravenwood	US	64479	0	America/Chicago	35.88145	-86.39277	183			TN	149		
4652304	Readyville	readyville	US	37149	0	America/Chicago	35.82812	-86.17471	193	Readyville,Reedyville		TN	015		
4652307	Reagan	reagan	US	38368	0	America/Chicago	35.52174	-88.34254	180			TN	077		
4652308	Reagan	reagan	US	38368	0	America/New_York	35.55146	-84.5141	294	Reagan,Reagans		TN	107		
4652338	Red Ash	red-ash	US	24640	0	America/New_York	36.31341	-84.2366	350			TN	013		
4652340	Red Bank	red-bank	US	07701	0	America/New_York	35.64342	-83.76823	446			TN	009		
4652341	Red Bank	red-bank	US	07701	11769	America/New_York	35.11229	-85.29413	220	Dry Valley,Hamilton,Pleasant Hill,Red Bank		TN	065		
4652359	Red Boiling Springs	red-boiling-springs	US	37150	1140	America/Chicago	36.53339	-85.84998	235	Red Boiling Springs,Redboiling Springs		TN	111		
4652377	Red Bud	red-bud	US	62278	0	America/Chicago	36.03812	-86.94834	205			TN	187		
4652388	Red Hill	red-hill	US	18076	0	America/Chicago	35.72702	-86.01804	347			TN	015		
4652389	Red Hill	red-hill	US	18076	0	America/New_York	36.50841	-83.72936	453			TN	025		
4652390	Red Hill	red-hill	US	18076	0	America/New_York	36.5812	-83.4738	522			TN	025		
4652391	Red Hill	red-hill	US	18076	0	America/Chicago	36.54618	-85.03412	276			TN	049		
4652392	Red Hill	red-hill	US	18076	0	America/Chicago	35.30591	-87.41557	279	Crowson,Red Hill		TN	099		
4652395	Red Hill	red-hill	US	18076	0	America/Chicago	35.2248	-85.50913	221			TN	115		
4652396	Red Hill	red-hill	US	18076	0	America/Chicago	36.61118	-85.09634	290			TN	137		
4652400	Red Hill	red-hill	US	18076	0	America/Chicago	36.30978	-88.70756	150			TN	183		
4652447	Red Oak	red-oak	US	23964	0	America/Chicago	35.24397	-86.80889	222			TN	103		
4652510	Redstone	redstone	US	59257	0	America/New_York	36.58844	-82.13652	543			TN	163		
4652640	Reeves	reeves	US	70658	0	America/New_York	36.31372	-82.42431	544			TN	179		
4652680	Rehoboth	rehoboth	US	02769	0	America/Chicago	36.03229	-89.25563	100	Rehobeth,Rehoboth		TN	045		
4652700	Reliance	reliance	US	37369	0	America/New_York	36.57397	-83.80658	506			TN	025		
4652701	Reliance	reliance	US	37369	0	America/New_York	35.18702	-84.4991	235			TN	139		
4652767	Reynolds	reynolds	US	31076	0	America/Chicago	35.89479	-86.44999	170			TN	149		
4652852	Rialto	rialto	US	92376	0	America/Chicago	35.62397	-89.6073	82			TN	167		
4652877	Riceville	riceville	US	16432	670	America/New_York	35.3848	-84.69299	255			TN	107		
4652899	Rich Creek	rich-creek	US	24147	0	America/Chicago	35.56729	-86.70028	199	Rich Creek,Richcreek		TN	117		
4652979	Richland	richland	US	08350	0	America/Chicago	36.15395	-86.85778	135			TN	037		
4652980	Richland	richland	US	08350	0	America/New_York	36.13759	-83.66546	285	Ada,Richland		TN	057		
4653031	Richmond	richmond	US	01254	0	America/Chicago	35.38563	-86.59194	266			TN	003		
4653032	Richville	richville	US	13681	0	America/Chicago	36.56228	-85.60581	300			TN	027		
4653033	Richwoods	richwoods	US	63071	0	America/Chicago	36.00646	-89.50619	81	Richwood,Richwoods		TN	045		
4653042	Rickman	rickman	US	38580	0	America/Chicago	36.26256	-85.37553	328	Good Bar,Rickman		TN	133		
4653061	Riddleton	riddleton	US	37151	0	America/Chicago	36.32144	-86.01804	160			TN	159		
4653068	Ridgecrest	ridgecrest	US	28770	0	America/Chicago	36.16923	-85.46109	344			TN	141		
4653072	Ridgedale	ridgedale	US	65739	0	America/Chicago	35.91868	-85.2158	538			TN	035		
4653073	Ridgedale	ridgedale	US	65739	0	America/New_York	35.02202	-85.26968	209			TN	065		
4653074	Ridgedale	ridgedale	US	65739	0	America/New_York	35.98425	-84.02852	331			TN	093		
4653075	Ridgedale	ridgedale	US	65739	0	America/New_York	36.55094	-82.17458	507			TN	163		
4653085	Ridgefield	ridgefield	US	06877	0	America/Chicago	35.91673	-86.41971	177			TN	149		
4653086	Ridgefield	ridgefield	US	06877	0	America/Chicago	35.87451	-86.45916	175			TN	149		
4653087	Ridgefield	ridgefield	US	06877	0	America/New_York	36.59066	-82.14208	581			TN	163		
4653091	Ridgely	ridgely	US	21660	1706	America/Chicago	36.2634	-89.48785	86			TN	095		
4653098	Ridgetop	ridgetop	US	37152	2042	America/Chicago	36.39505	-86.77944	274	Nancy,Ridge Top Station,Ridgetop,Ridgetop Station		TN	147		
4653104	Ridgeview	ridgeview	US	25169	0	America/New_York	36.20148	-83.33823	409			TN	063		
4653111	Ridgeville	ridgeville	US	29472	0	America/Chicago	35.27341	-86.29999	326	Chesnut Ridge,Ridgeville		TN	127		
4653114	Ridgeway	ridgeway	US	24148	0	America/New_York	35.42841	-84.61882	291			TN	107		
4653121	Ridgewood	ridgewood	US	07450	0	America/New_York	35.22035	-84.89884	229			TN	011		
4653122	Ridgewood	ridgewood	US	07450	0	America/New_York	36.25536	-84.18187	292			TN	013		
4653123	Ridgewood	ridgewood	US	07450	0	America/New_York	36.25287	-83.26211	383			TN	089		
4653184	Riley	riley	US	47871	0	America/New_York	36.5412	-83.43185	370			TN	025		
4653217	Ringgold	ringgold	US	15770	0	America/Chicago	36.59394	-87.41807	153			TN	125		
4653225	Rio Vista	rio-vista	US	76093	0	America/New_York	35.77647	-84.16658	274			TN	009		
4653228	Ripley	ripley	US	14775	8176	America/Chicago	35.74536	-89.5298	136		097	TN	097		
4653323	Riverdale	riverdale	US	07457	0	America/New_York	35.96425	-83.76351	265	Campbells,Riverdale		TN	093		
4653324	Riverdale	riverdale	US	07457	0	America/Chicago	35.81312	-86.40666	186			TN	149		
4653348	Riverside	riverside	US	02915	0	America/New_York	36.5412	-83.52352	342			TN	025		
4653349	Riverside	riverside	US	02915	0	America/Chicago	35.44924	-87.59752	214	North Riverside,Riverside		TN	101		
4653350	Riverside	riverside	US	02915	0	America/Chicago	35.62368	-87.02667	191			TN	119		
4653351	Riverside	riverside	US	02915	0	America/New_York	35.52036	-84.23103	250			TN	123		
4653352	Riverside	riverside	US	02915	0	America/New_York	36.48649	-82.19708	441	Chalmers,Riverside		TN	163		
4653384	Riverton	riverton	US	06065	0	America/Chicago	36.45034	-85.08718	253			TN	049		
4653387	Riverview	riverview	US	33568	0	America/New_York	36.28676	-83.36795	335	East Chapel,Riverview		TN	057		
4653388	Riverview	riverview	US	33568	0	America/New_York	35.06896	-85.2844	226			TN	065		
4653389	Riverview	riverview	US	33568	0	America/New_York	36.53705	-82.55515	371			TN	163		
4653390	Riverview	riverview	US	33568	0	America/Chicago	35.69035	-85.57803	262	Painville,Riverview		TN	175		
4653391	Riverview	riverview	US	33568	0	America/Chicago	35.94173	-86.41777	181			TN	149		
4653417	Rives	rives	US	38253	316	America/Chicago	36.35562	-89.04812	91	Rives,Troy Station		TN	131		
4653451	Roan Mountain	roan-mountain	US	37687	1360	America/New_York	36.19623	-82.0704	786			TN	019		
4653511	Roaring Springs	roaring-springs	US	79256	0	America/New_York	36.29649	-82.77738	366			TN	059		
4653514	Robbins	robbins	US	27325	287	America/New_York	36.35341	-84.58938	420			TN	151		
4653560	Roberta	roberta	US	31078	0	America/New_York	36.54674	-84.54161	456			TN	151		
4653561	Roberts	roberts	US	54023	0	America/Chicago	35.67618	-88.99534	101			TN	113		
4653562	Roberts	roberts	US	54023	0	America/Chicago	36.11395	-85.68998	325			TN	141		
4653627	Robertson	robertson	US	82944	0	America/Chicago	35.26564	-88.71866	150			TN	023		
4653663	Robertsville	robertsville	US	44670	0	America/New_York	36.01369	-84.27437	264			TN	001		
4653754	Roby	roby	US	65557	0	America/Chicago	35.46535	-88.40088	157			TN	023		
4653787	Rock City	rock-city	US	61070	0	America/Chicago	36.26311	-86.05304	149			TN	159		
4653788	Rock City	rock-city	US	61070	0	America/New_York	36.5676	-82.4357	470			TN	163		
4653814	Rock Creek	rock-creek	US	25174	0	America/New_York	36.159	-82.40347	527			TN	171		
4653836	Rock Hill	rock-hill	US	12775	0	America/New_York	36.55065	-83.11712	376			TN	067		
4653837	Rock Hill	rock-hill	US	12775	0	America/Chicago	35.62396	-88.32199	159			TN	077		
4653838	Rock Hill	rock-hill	US	12775	0	America/New_York	36.40983	-82.27236	477			TN	163		
4653855	Rock Island	rock-island	US	38581	0	America/Chicago	35.79229	-85.61331	272			TN	177		
4653889	Rock Springs	rock-springs	US	53961	0	America/Chicago	36.31255	-87.27084	189	Hamble,Rock Spring,Rock Springs		TN	043		
4653890	Rock Springs	rock-springs	US	53961	0	America/Chicago	36.03229	-89.27952	103			TN	045		
4653891	Rock Springs	rock-springs	US	53961	0	America/Chicago	35.79784	-88.44588	159			TN	077		
4653892	Rock Springs	rock-springs	US	53961	0	America/Chicago	35.59507	-86.92167	210			TN	119		
4653894	Rock Springs	rock-springs	US	53961	0	America/New_York	36.46538	-82.55404	458			TN	163		
4653923	Rockdale	rockdale	US	76567	0	America/Chicago	36.06312	-86.46472	164			TN	149		
4653928	Rockford	rockford	US	35136	858	America/New_York	35.82758	-83.94074	252	Rockford,Rocky Ford		TN	009		
4653939	Rockdale	rockdale	US	76567	0	America/Chicago	35.47119	-87.2564	219			TN	119		
4653957	Rockland	rockland	US	02370	0	America/Chicago	36.30116	-86.64194	149			TN	165		
4653959	Rockledge	rockledge	US	30454	0	America/Chicago	35.14786	-85.96748	337			TN	051		
4653961	Rockport	rockport	US	01966	0	America/Chicago	35.94201	-88.01753	178			TN	005		
4653969	Rocksprings	rocksprings	US	78880	0	America/Chicago	35.95645	-86.59694	201			TN	149		
4653972	Rockvale	rockvale	US	37153	0	America/Chicago	35.75729	-86.53138	227			TN	149		
4653977	Rockville	rockville	US	02873	0	America/New_York	35.60035	-84.36826	292			TN	123		
4653999	Rockwood	rockwood	US	04478	5425	America/New_York	35.86563	-84.68494	272	RKW,Rokvud,rwkwwd,rwkwwd  tnsy,Роквуд,روكوود,روکوود، تنسی		TN	145		
4654071	Rocky Hill	rocky-hill	US	06067	0	America/New_York	35.90286	-84.0213	309			TN	093		
4654106	Rocky Point	rocky-point	US	11778	0	America/New_York	36.21176	-83.18155	365			TN	063		
4654108	Rocky Point	rocky-point	US	11778	0	America/Chicago	36.13812	-85.37608	432			TN	141		
4654125	Rocky Ridge	rocky-ridge	US	21778	0	America/Chicago	36.4434	-85.19274	280			TN	133		
4654197	Roe	roe	US	72134	0	America/New_York	36.18259	-83.3035	426			TN	063		
4654215	Rogers	rogers	US	06263	0	America/Chicago	35.99479	-84.76411	539			TN	035		
4654293	Rogersville	rogersville	US	15359	4383	America/New_York	36.40732	-83.00544	392	Hawkins Courthouse,Rodgersville,Rodzersvil,Rogersville,rwgrswyl  tnsy,rwjrzfyl,Роџерсвил,روجرزفيل,روجرزویل، ٹینیسی,روگرسویل، تنسی	073	TN	073		
4654323	Rolling Meadows	rolling-meadows	US	60008	0	America/Chicago	36.21812	-85.52081	329			TN	141		
4654324	Rolling Meadows	rolling-meadows	US	60008	0	America/Chicago	35.91062	-86.9025	220			TN	187		
4654344	Rome	rome	US	13440	0	America/Chicago	36.262	-86.07166	147			TN	159		
4654348	Romeo	romeo	US	48065	0	America/New_York	36.29121	-82.93572	376			TN	059		
4654396	Rose Hill	rose-hill	US	24281	0	America/New_York	36.30675	-83.76019	347	Kate,Rose Hill		TN	173		
4654417	Rose Creek	rose-creek	US	55970	0	America/Chicago	35.20536	-88.697	123			TN	109		
4654440	Rosedale	rosedale	US	11422	0	America/New_York	36.17202	-84.34882	423			TN	001		
4654470	Roseville	roseville	US	43777	0	America/Chicago	35.45785	-86.30166	248	Roseville,Rowesville		TN	003		
4654472	Rosewood	rosewood	US	43070	0	America/Chicago	36.31977	-86.61472	153			TN	165		
4654520	Rosser	rosser	US	75157	0	America/Chicago	36.03089	-88.35366	149	Post,Rosser		TN	017		
4654530	Rossville	rossville	US	17358	768	America/Chicago	35.04842	-89.54258	95	La Fayette,Lafayette,Rossville		TN	047		
4654623	Round Pond	round-pond	US	04564	0	America/Chicago	36.45672	-87.37779	183	Mount Zion,Round Pond		TN	125		
4654640	Round Top	round-top	US	12473	0	America/Chicago	36.00478	-86.04471	205	Round Top,Roundtop		TN	189		
4654662	Rover	rover	US	72860	0	America/Chicago	35.67312	-86.59666	235			TN	003		
4654685	Rowland	rowland	US	18457	0	America/Chicago	35.7459	-85.68276	298	Bishop,Rowland,Rowland Station		TN	177		
4654698	Roy	roy	US	59471	0	America/Chicago	35.51313	-88.787	169			TN	113		
4654712	Royal Oak	royal-oak	US	21662	0	America/New_York	35.20007	-84.80078	256			TN	011		
4654755	Rudolph	rudolph	US	43462	0	America/Chicago	35.70369	-89.25062	106			TN	075		
4654763	Rugby	rugby	US	37733	0	America/Chicago	35.20564	-90.00398	96			TN	157		
4654776	Rugby	rugby	US	37733	0	America/New_York	36.36035	-84.70078	434	New Boston,Rugby		TN	129		
4654796	Rural Ridge	rural-ridge	US	15075	0	America/New_York	36.28927	-82.36208	555			TN	179		
4654856	Ruskin	ruskin	US	33570	0	America/Chicago	36.16089	-87.51918	175	Cave Mills,Ruskin		TN	043		
4654945	Russellville	russellville	US	29476	0	America/New_York	36.25871	-83.19517	372			TN	063		
4654953	Rutherford	rutherford	US	07070	1109	America/Chicago	36.12757	-88.9859	101	Rutherford,Rutherford Depot		TN	053		
4654976	Ruthville	ruthville	US	23147	0	America/Chicago	36.43867	-88.797	124			TN	183		
4654984	Rutledge	rutledge	US	30663	1187	America/New_York	36.28092	-83.5149	310	Ratledz,ratlyj  tnsy,rwtlydj,Ратлеџ,راتلیج، تنسی,روتليدج	057	TN	057		
4655060	Sadler	sadler	US	76264	0	America/Chicago	36.22367	-85.73609	163	Elrods Store,Sadler		TN	141		
4655137	Saint Clair	saint-clair	US	17970	0	America/New_York	36.33065	-83.08711	359			TN	073		
4655138	Saint Clair	saint-clair	US	17970	0	America/New_York	35.73368	-84.80828	262			TN	143		
4655156	Saint Elmo	saint-elmo	US	36568	0	America/New_York	34.99674	-85.32996	221			TN	065		
4655175	Saint James	saint-james	US	11780	0	America/New_York	36.02843	-82.95293	426			TN	059		
4655203	Saint John	saint-john	US	46373	0	America/Chicago	36.59451	-85.30718	276			TN	027		
4655204	Saint John	saint-john	US	46373	0	America/Chicago	35.43925	-89.28451	110			TN	075		
4655221	Saint Johns	saint-johns	US	18247	0	America/Chicago	35.97423	-86.25471	236			TN	189		
4655262	Saint Joseph	saint-joseph	US	38481	782	America/Chicago	35.03619	-87.50669	242	Sent-Dzhozef,Сент-Джозеф		TN	099		
4655331	Saint Marys	saint-marys	US	15857	0	America/Chicago	35.17369	-85.94165	563			TN	051		
4655332	Saint Marys	saint-marys	US	15857	0	America/Chicago	35.03508	-87.41891	252			TN	099		
4655387	Saint Paul	saint-paul	US	24283	0	America/Chicago	35.49314	-89.94398	125			TN	167		
4655453	Saint Peters	saint-peters	US	19470	0	America/Chicago	35.6173	-89.38729	104			TN	075		
4655515	Sale Creek	sale-creek	US	37373	2845	America/New_York	35.38229	-85.10884	221	Rock Creek,Sale Creek,Salecreek		TN	065		
4655521	Salem	salem	US	01970	0	America/New_York	36.02204	-83.04071	383			TN	029		
4655522	Salem	salem	US	01970	0	America/Chicago	36.18228	-88.47616	138			TN	079		
4655523	Salem	salem	US	01970	0	America/Chicago	35.61507	-87.45835	192			TN	101		
4655524	Salem	salem	US	01970	0	America/Chicago	36.45977	-87.33029	173			TN	125		
4655525	Salem	salem	US	01970	0	America/Chicago	35.80923	-86.47721	194			TN	149		
4655526	Salem	salem	US	01970	0	America/Chicago	35.43619	-89.73647	123	Idaville,Salem		TN	167		
4655634	Salt Lick	salt-lick	US	40371	0	America/Chicago	35.92618	-87.54974	253			TN	081		
4655649	Saltillo	saltillo	US	17253	505	America/Chicago	35.37785	-88.20948	126			TN	071		
4655685	Samaria	samaria	US	48177	0	America/Chicago	36.11006	-85.5622	327			TN	141		
4655694	Samburg	samburg	US	38254	210	America/Chicago	36.3809	-89.35479	87	Samburg,Wheeling		TN	131		
4655776	Sand Springs	sand-springs	US	59077	0	America/Chicago	36.13006	-85.34053	571	Sand Springs,Void		TN	141		
4655824	Sandhill	sandhill	US	39161	0	America/Chicago	36.22923	-88.65894	117			TN	183		
4655829	Sandhill	sandhill	US	39161	0	America/Chicago	36.02201	-86.54222	166			TN	149		
4655844	Sandy	sandy	US	84070	0	America/Chicago	36.29201	-85.07412	525			TN	049		
4655848	Sandy	sandy	US	84070	0	America/New_York	36.39679	-81.78984	987			TN	091		
4655886	Sandy Hook	sandy-hook	US	06482	0	America/Chicago	35.48341	-87.23751	213	Sandy Hook,Terry		TN	119		
4655893	Sandy Point	sandy-point	US	04972	0	America/Chicago	36.04617	-88.1681	136			TN	005		
4655897	Sandy Ridge	sandy-ridge	US	16677	0	America/New_York	35.9562	-83.37628	310	Sandy Ridge,Sandyridge		TN	089		
4655913	Sandy Springs	sandy-springs	US	29677	0	America/Chicago	36.44783	-87.01083	164	Sandy Spring,Sandy Springs		TN	147		
4655915	Sanford	sanford	US	04073	0	America/New_York	35.34174	-84.72022	251	Sanford,Sanfordville		TN	107		
4655930	Santa Fe	santa-fe	US	38482	0	America/Chicago	35.73507	-87.12806	205	Benton,Pinhook,Santa Fe,Santa-Fe,Санта-Фе		TN	119		
4655945	Saratoga Springs	saratoga-springs	US	12866	0	America/Chicago	35.71562	-85.24524	525			TN	007		
4655946	Sardis	sardis	US	30456	381	America/Chicago	35.4423	-88.29365	157			TN	077		
4655957	Saratoga	saratoga	US	27873	0	America/Chicago	35.99312	-86.75472	222			TN	187		
4655979	Saulsbury	saulsbury	US	38067	94	America/Chicago	35.04703	-89.08784	163	Salisbury,Saulsbury		TN	069		
4655980	Saulsbury	saulsbury	US	38067	0	America/Chicago	36.17228	-86.12416	198	Salisbury,Saulsbury		TN	189		
4656006	Savannah	savannah	US	13146	7027	America/Chicago	35.2248	-88.2492	135	Savana,Savanna,Savannah (Tennessee),safana,sawana  tnsy,Савана,Саванна,سافانا,ساوانا، تنسی	071	TN	071		
4656181	Scott	scott	US	38772	0	America/New_York	35.65479	-84.75105	231			TN	121		
4656259	Scotts Hill	scotts-hill	US	38374	984	America/Chicago	35.51507	-88.24532	158	Scotts Hill,Scotts Hills		TN	039		
4656265	Scottsboro	scottsboro	US	35768	0	America/Chicago	36.21061	-86.92778	136			TN	037		
4656276	Scribner	scribner	US	68057	0	America/Chicago	35.50174	-86.94611	194			TN	119		
4656324	Seaton	seaton	US	61476	0	America/New_York	35.73203	-83.87073	292			TN	009		
4656442	Selmer	selmer	US	38375	4488	America/Chicago	35.17008	-88.59227	137		109	TN	109		
4656458	Sequatchie	sequatchie	US	37374	0	America/Chicago	35.11563	-85.59358	200	Owen Switch,Sequatchee,Sequatchie		TN	115		
4656511	Seth	seth	US	25181	0	America/Chicago	35.54785	-87.28973	272			TN	119		
4656585	Sevierville	sevierville	US	37862	16490	America/New_York	35.86815	-83.56184	275	Forks of Little Pigeon,Severeville,Sevierville,Suviurvil,swyrwyl  tnsy,syfyrfyl,Съвиървил,سویرویل، تنسی,سيفيرفيل	155	TN	155		
4656589	Sewanee	sewanee	US	37375	2311	America/Chicago	35.20314	-85.92109	588	Sewanee,UOS,University,University Place,swan  tnsy,سوان، تنسی		TN	051		
4656630	Seymour	seymour	US	06483	10919	America/New_York	35.89064	-83.72462	285			TN	155		
4656678	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.61924	-85.98526	330			TN	031		
4656679	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.81757	-89.20062	107			TN	033		
4656680	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.30397	-85.98943	300			TN	051		
4656681	Shady Grove	shady-grove	US	17256	0	America/New_York	35.25035	-85.10107	219			TN	065		
4656682	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.39647	-88.24893	140			TN	071		
4656683	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.72368	-87.27862	165	Shady Grove,Shady Grove Duck River		TN	081		
4656684	Shady Grove	shady-grove	US	17256	0	America/Chicago	36.25089	-85.67998	311			TN	087		
4656685	Shady Grove	shady-grove	US	17256	0	America/New_York	35.97842	-83.48406	308			TN	089		
4656686	Shady Grove	shady-grove	US	17256	0	America/New_York	35.82175	-84.17908	270	Rodelm,Shady Grove		TN	093		
4656687	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.10425	-86.33527	292			TN	103		
4656688	Shady Grove	shady-grove	US	17256	0	America/Chicago	36.46394	-87.18473	205	Crosstown,Shady Grove		TN	125		
4656689	Shady Grove	shady-grove	US	17256	0	America/New_York	36.10369	-84.67466	422			TN	129		
4656690	Shady Grove	shady-grove	US	17256	0	America/Chicago	36.19034	-85.32219	418			TN	141		
4656691	Shady Grove	shady-grove	US	17256	0	America/New_York	35.78398	-83.46155	366			TN	155		
4656692	Shady Grove	shady-grove	US	17256	0	America/Chicago	36.36838	-86.13749	152			TN	169		
4656693	Shady Grove	shady-grove	US	17256	0	America/Chicago	35.90812	-85.57692	305			TN	185		
4656859	Sharon	sharon	US	02067	916	America/Chicago	36.2334	-88.82451	126	Dedham,Sharon,Шарон		TN	183		
4656874	Sharon	sharon	US	02067	0	America/Chicago	35.75562	-88.51422	162			TN	077		
4656920	Sharps Chapel	sharps-chapel	US	37866	0	America/New_York	36.34369	-83.80408	317			TN	173		
4656928	Sharpsville	sharpsville	US	16150	0	America/Chicago	35.87479	-86.28277	179			TN	149		
4656941	Shaw	shaw	US	38773	0	America/Chicago	35.72174	-89.33563	94	Shaw,Shaws		TN	075		
4656968	Shawanee	shawanee	US	37867	0	America/New_York	36.58064	-83.6388	387			TN	025		
4657077	Shelbyville	shelbyville	US	37160	21317	America/Chicago	35.48341	-86.46027	230	SYI,Shelbivil,Shelbyville,shlbywyl  tnsy,shylbyfyl,Шелбивил,شلبیویل، تنسی,شيلبيفيل	003	TN	003		
4657157	Shenandoah	shenandoah	US	17976	0	America/New_York	35.22507	-84.85272	250			TN	011		
4657175	Shepherd	shepherd	US	48883	0	America/New_York	35.03896	-85.1919	209	Campbell Station,Chicamauga,Chickamauga,Chickamauga Station,Shepherd		TN	065		
4657212	Sherwood	sherwood	US	21665	0	America/Chicago	35.07619	-85.92331	204	Catchings,Sherwood		TN	051		
4657252	Shiloh	shiloh	US	08353	0	America/Chicago	35.53035	-86.2511	358			TN	003		
4657253	Shiloh	shiloh	US	08353	0	America/Chicago	35.83284	-88.20754	182	Cavia,Cavvia,Shiloh		TN	017		
4657254	Shiloh	shiloh	US	08353	0	America/Chicago	35.91951	-85.05412	582			TN	035		
4657255	Shiloh	shiloh	US	08353	0	America/New_York	36.20287	-83.49934	391			TN	057		
4657256	Shiloh	shiloh	US	08353	0	America/Chicago	35.11536	-88.36171	157	Shiloh,Shilohville		TN	071		
4657257	Shiloh	shiloh	US	08353	0	America/New_York	36.48204	-83.09934	495			TN	073		
4657258	Shiloh	shiloh	US	08353	0	America/Chicago	36.24645	-85.59276	308			TN	087		
4657259	Shiloh	shiloh	US	08353	0	America/Chicago	36.36478	-87.5014	134			TN	125		
4657260	Shiloh	shiloh	US	08353	0	America/Chicago	36.31479	-85.18107	256			TN	133		
4657261	Shiloh	shiloh	US	08353	0	America/Chicago	35.86118	-86.33055	210			TN	149		
4657366	Shingletown	shingletown	US	96088	0	America/New_York	36.5504	-81.78789	778	Shingleton,Shingletown		TN	091		
4657406	Shirley	shirley	US	01464	0	America/Chicago	36.34535	-84.77856	462			TN	049		
4657484	Shorewood	shorewood	US	60404	0	America/New_York	35.78285	-84.65299	237			TN	145		
4657516	Short Creek	short-creek	US	26058	0	America/Chicago	35.67285	-86.36083	243			TN	149		
4657591	Shubert	shubert	US	68437	0	America/Chicago	35.53341	-87.57002	253			TN	101		
4657616	Sibley	sibley	US	39165	0	America/Chicago	35.3148	-88.27198	147			TN	071		
4657633	Signal Mountain	signal-mountain	US	37377	8528	America/New_York	35.12257	-85.34385	519			TN	065		
4657662	Silerton	silerton	US	38377	104	America/Chicago	35.34036	-88.80617	137	Siler,Silers,Silerton		TN	069		
4657678	Siloam	siloam	US	27047	0	America/Chicago	36.54616	-86.21277	274			TN	111		
4657680	Silver City	silver-city	US	39166	0	America/New_York	36.22093	-83.16461	346	Silver City,Tranthem		TN	063		
4657684	Silver Creek	silver-creek	US	14136	0	America/Chicago	35.50202	-86.87472	222	Silver Creek,Silvercreek		TN	117		
4657688	Silver Grove	silver-grove	US	41085	0	America/New_York	36.49622	-82.20735	465			TN	163		
4657692	Silver Lake	silver-lake	US	03875	0	America/New_York	36.53845	-81.77567	766	Silver Lake,Silver Lake Station		TN	091		
4657702	Silver Springs	silver-springs	US	14550	0	America/Chicago	36.19478	-86.45333	164	Silver Spring,Silver Springs		TN	189		
4657708	Silverdale	silverdale	US	18962	0	America/New_York	35.05896	-85.1369	233			TN	065		
4657954	Sitka	sitka	US	41255	0	America/Chicago	35.8634	-88.75756	141			TN	053		
4658248	Smartt	smartt	US	37378	0	America/Chicago	35.64035	-85.83665	304	Smart,Smart's,Smarts,Smartt,Smartt Station,Smartts		TN	177		
4658254	Smith	smith	US	89430	0	America/Chicago	35.80923	-88.53978	178			TN	077		
4658515	Smithfield	smithfield	US	02917	0	America/New_York	35.27924	-84.25214	527			TN	123		
4658517	Smithland	smithland	US	42081	0	America/Chicago	35.12175	-86.38555	243			TN	103		
4658539	Smithtown	smithtown	US	11787	0	America/Chicago	35.47118	-85.21635	592			TN	007		
4658540	Smithtown	smithtown	US	11787	0	America/Chicago	35.08119	-85.73497	204			TN	115		
4658541	Smithville	smithville	US	26178	4640	America/Chicago	35.96062	-85.81415	316		041	TN	041		
4658588	Smyrna	smyrna	US	13464	0	America/Chicago	35.95645	-88.33171	157			TN	017		
4658589	Smyrna	smyrna	US	13464	0	America/Chicago	36.5609	-85.16635	314			TN	137		
4658590	Smyrna	smyrna	US	13464	46607	America/Chicago	35.98284	-86.5186	166	MQY,Smirna,asmrna  tnsy,smyrna,sumana,Смирна,اسمرنا، تنسی,سميرنا,スマーナ		TN	149		
4658591	Smyrna	smyrna	US	13464	0	America/Chicago	35.63285	-85.71387	300			TN	177		
4658630	Smyrna	smyrna	US	13464	0	America/Chicago	35.57785	-86.69805	207			TN	117		
4658683	Sneedville	sneedville	US	37869	1346	America/New_York	36.52981	-83.2174	357	Greasy Rock,Sneedsville,Sneedville	067	TN	067		
4658721	Snow Hill	snow-hill	US	21863	0	America/New_York	35.17952	-85.0444	217			TN	065		
4658766	Soddy-Daisy	soddy-daisy	US	37379	13171	America/New_York	35.2359	-85.19079	213	Daisy,Soddy,Soddy-Daisy		TN	065		
4658781	Solo	solo	US	65564	0	America/Chicago	35.58397	-89.5998	86			TN	167		
4658798	Solway	solway	US	56678	0	America/New_York	35.98008	-84.18131	269			TN	093		
4658802	Somerville	somerville	US	02143	3094	America/Chicago	35.2437	-89.35007	121	Bowersville,Samervil,Somerville,samrwyl  tnsy,swmrfyl,Самервил,سامرویل، تنسی,سومرفيل	047	TN	047		
4658866	South Dayton	south-dayton	US	14138	0	America/New_York	35.48618	-85.02079	213			TN	143		
4658873	South Fork	south-fork	US	15956	0	America/Chicago	35.93591	-89.38924	82			TN	045		
4658948	South Fulton	south-fulton	US	38257	2261	America/Chicago	36.50089	-88.87534	107	Jacksonville,South Fulton		TN	131		
4658964	South Gate	south-gate	US	90280	0	America/New_York	36.28066	-82.37764	563			TN	179		
4659005	South Pittsburg	south-pittsburg	US	37380	3114	America/Chicago	35.0123	-85.70441	192	Battle Creek,South Pittsburg,South Pittsburgh		TN	115		
4659056	Southaven	southaven	US	38671	0	America/Chicago	36.56505	-87.40501	167			TN	125		
4659086	Southport	southport	US	04576	0	America/Chicago	35.47063	-87.0989	228	Bucksmore,Southport		TN	119		
4659087	Southside	southside	US	25187	0	America/Chicago	35.04564	-88.35171	165			TN	071		
4659088	Southside	southside	US	25187	0	America/Chicago	36.37144	-87.29556	182	South Side,Southside		TN	125		
4659161	Sparkman	sparkman	US	71763	0	America/Chicago	35.80618	-85.51303	280	Sparkman,Sparkmantown		TN	175		
4659177	Sparta	sparta	US	07871	5096	America/Chicago	35.9259	-85.46414	281		185	TN	185		
4659207	Speedwell	speedwell	US	24374	0	America/New_York	36.45869	-83.87186	341			TN	025		
4659233	Spencer	spencer	US	01562	1634	America/Chicago	35.74729	-85.46664	548		175	TN	175		
4659278	Spivey	spivey	US	67142	0	America/Chicago	36.59533	-85.8272	286			TN	111		
4659350	Spring City	spring-city	US	19475	1995	America/New_York	35.69201	-84.86078	232	Rheaville,Rheaville Station,Spring,Spring City,Walnut Grove		TN	143		
4659373	Spring Creek	spring-creek	US	16436	0	America/Chicago	36.20534	-88.21254	131			TN	079		
4659378	Spring Creek	spring-creek	US	16436	0	America/Chicago	35.21314	-87.44724	233			TN	099		
4659381	Spring Creek	spring-creek	US	16436	0	America/Chicago	35.76673	-88.67728	140	Spring Creek,Springcreek		TN	113		
4659385	Spring Creek	spring-creek	US	16436	0	America/New_York	35.41785	-84.72522	247			TN	107		
4659387	Spring Creek	spring-creek	US	16436	0	America/Chicago	35.65423	-87.99003	125			TN	135		
4659394	Spring Creek	spring-creek	US	16436	0	America/Chicago	35.56424	-85.61914	312			TN	177		
4659442	Spring Hill	spring-hill	US	34606	0	America/New_York	36.01397	-84.12353	250			TN	001		
4659443	Spring Hill	spring-hill	US	34606	0	America/Chicago	35.45091	-89.27701	113			TN	075		
4659444	Spring Hill	spring-hill	US	34606	0	America/Chicago	35.68174	-88.56922	167			TN	077		
4659445	Spring Hill	spring-hill	US	34606	0	America/Chicago	36.33839	-87.60474	133			TN	083		
4659446	Spring Hill	spring-hill	US	34606	36055	America/Chicago	35.75118	-86.93	229	Spring Hill,Spring-Khill,Springhill,Спринг-Хилл		TN	119		
4659447	Spring Hill	spring-hill	US	34606	0	America/Chicago	36.00506	-85.38858	304	Amanda,Spring Hill		TN	185		
4659476	Spring Hill	spring-hill	US	34606	0	America/Chicago	35.98396	-89.12229	97			TN	053		
4659511	Spring Lake	spring-lake	US	07762	0	America/Chicago	35.24703	-89.87092	98			TN	157		
4659524	Spring Valley	spring-valley	US	10977	0	America/Chicago	36.22978	-87.60557	182			TN	083		
4659525	Spring Valley	spring-valley	US	10977	0	America/Chicago	36.58755	-87.32334	164			TN	125		
4659528	Springbrook	springbrook	US	52075	0	America/New_York	35.79786	-83.98324	273			TN	009		
4659536	Springdale	springdale	US	15144	0	America/New_York	36.42425	-83.52435	324	Big Springs,Spring Dale,Springdale		TN	025		
4659537	Springdale	springdale	US	15144	0	America/New_York	36.51455	-82.55876	378			TN	163		
4659538	Springdale	springdale	US	15144	0	America/Chicago	36.15423	-85.53109	339			TN	141		
4659539	Springdale	springdale	US	15144	0	America/New_York	36.59455	-82.15819	541			TN	163		
4659552	Spring Valley	spring-valley	US	10977	0	America/New_York	35.12229	-85.31246	221			TN	065		
4659557	Springfield	springfield	US	01101	16808	America/Chicago	36.50921	-86.885	203	Springfild,aspryngfyld  tnsy,sbrynghfyld,Спрингфилд,Спрінгфілд,اسپرینگفیلد، تنسی,سبرينغفيلد,سپرنگفیلڈ، ٹینیسی	147	TN	147		
4659558	Springfield	springfield	US	01101	0	America/New_York	35.77119	-83.93601	317			TN	009		
4659587	Springvale	springvale	US	04083	0	America/New_York	35.18535	-85.32468	604			TN	065		
4659588	Springview	springview	US	68778	0	America/New_York	35.67925	-84.07408	277			TN	009		
4659589	Springview	springview	US	68778	0	America/Chicago	35.8709	-86.85861	222			TN	187		
4659590	Springville	springville	US	14141	0	America/Chicago	36.24922	-88.15309	147	Old Springville,Springville		TN	079		
4659592	Springvale	springvale	US	04083	0	America/New_York	36.19759	-83.206	367			TN	063		
4659612	Spruce Pine	spruce-pine	US	28777	0	America/New_York	36.38704	-83.2135	329			TN	073		
4659625	Spurgeon	spurgeon	US	47584	3957	America/New_York	36.43955	-82.4557	431			TN	179		
4659791	Stanton	stanton	US	08885	427	America/Chicago	35.4623	-89.40202	96	Stanton,Stanton Depot,Stehnton,Стэнтон		TN	075		
4659798	Stantonville	stantonville	US	38379	282	America/Chicago	35.15842	-88.42588	147	Stantonville,Statonville		TN	109		
4659838	State Line	state-line	US	17263	0	America/New_York	36.59036	-84.43883	404			TN	151		
4659864	Statesville	statesville	US	28625	0	America/Chicago	36.01951	-86.12499	220	Marysville,Statesville		TN	189		
4659892	Stayton	stayton	US	97383	0	America/Chicago	36.277	-87.32695	149			TN	043		
4659965	Stella	stella	US	28582	0	America/Chicago	35.03897	-87.08473	201			TN	055		
4659990	Stephenson	stephenson	US	22656	0	America/Chicago	35.39786	-85.92637	322	Stephenson,Womacks Store		TN	031		
4660032	Stewart	stewart	US	37175	0	America/Chicago	36.32061	-87.84141	149	Stewart,Stewart Station,Stewarts		TN	083		
4660212	Stockton	stockton	US	08559	0	America/Chicago	36.40535	-84.82272	471			TN	049		
4660222	Stokes	stokes	US	27884	0	America/Chicago	35.95952	-89.22035	93			TN	045		
4660233	Stone	stone	US	41567	0	America/Chicago	36.39423	-85.66081	171			TN	087		
4660316	Stonewall	stonewall	US	28583	0	America/Chicago	36.19033	-85.89888	154			TN	159		
4660346	Stony Point	stony-point	US	10980	0	America/Chicago	36.26367	-87.5189	199			TN	043		
4660347	Stony Point	stony-point	US	10980	0	America/New_York	36.4901	-82.82211	362	Stony Point,Stonypoint		TN	073		
4660348	Stony Point	stony-point	US	10980	0	America/New_York	35.98953	-83.72212	277			TN	093		
4660381	Stout	stout	US	45684	0	America/Chicago	35.01592	-87.98503	162			TN	181		
4660483	Strawberry Plains	strawberry-plains	US	37871	0	America/New_York	36.06314	-83.68601	261	Straw Plains,Strawberry Plains		TN	089		
4660525	Stringtown	stringtown	US	74569	0	America/Chicago	35.94895	-86.02749	212	Stringtown,Summertown		TN	015		
4660526	Stringtown	stringtown	US	74569	0	America/Chicago	36.16673	-89.0284	111			TN	053		
4660527	Stringtown	stringtown	US	74569	0	America/Chicago	35.36397	-88.17615	121			TN	071		
4660528	Stringtown	stringtown	US	74569	0	America/Chicago	35.61729	-88.38255	164	Stringtown,Thomas Store		TN	077		
4660529	Stringtown	stringtown	US	74569	0	America/Chicago	36.47783	-87.55918	199			TN	125		
4660530	Stringtown	stringtown	US	74569	0	America/Chicago	35.89284	-85.30191	564			TN	185		
4660669	Sugar Grove	sugar-grove	US	16350	0	America/New_York	35.91396	-84.46521	248			TN	145		
4660676	Sugar Grove	sugar-grove	US	16350	0	America/New_York	35.07313	-84.81466	269			TN	011		
4660677	Sugar Hill	sugar-hill	US	03586	0	America/Chicago	35.55174	-87.82058	174			TN	135		
4660679	Sugar Hill	sugar-hill	US	03586	0	America/Chicago	35.22675	-89.04006	152			TN	069		
4660834	Sulphur	sulphur	US	40070	0	America/Chicago	36.30673	-85.37803	300			TN	133		
4660913	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	36.16759	-83.29239	399	Sulphur Spring,Sulphur Springs		TN	063		
4660914	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	35.21814	-86.67111	239			TN	103		
4660915	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	35.1648	-85.49635	202			TN	115		
4660916	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	35.13231	-88.6795	133			TN	109		
4660917	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	36.5634	-85.0669	259	Sulphur Spring,Sulphur Springs		TN	137		
4660918	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	36.34816	-82.54237	487	Sulphur Spring,Sulphur Springs		TN	179		
4660924	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	36.2495	-87.05417	136			TN	021		
4660969	Summerfield	summerfield	US	27358	0	America/Chicago	35.25369	-85.79914	585			TN	061		
4660985	Summersville	summersville	US	26651	0	America/New_York	36.46482	-82.5307	441			TN	163		
4660987	Summertown	summertown	US	38483	0	America/New_York	35.1684	-85.30246	572			TN	065		
4660988	Summertown	summertown	US	38483	866	America/Chicago	35.4348	-87.31279	302			TN	099		
4661000	Summit	summit	US	07901	0	America/New_York	35.0698	-85.10079	274			TN	065		
4661002	Summit	summit	US	07901	0	America/New_York	36.32872	-82.38486	525			TN	179		
4661010	Summitville	summitville	US	12781	0	America/Chicago	35.55952	-85.99249	342			TN	031		
4661040	Sun Valley	sun-valley	US	83353	0	America/Chicago	36.18617	-85.54164	317			TN	141		
4661041	Sunbright	sunbright	US	37872	545	America/New_York	36.24341	-84.66994	400	Pine Knot,Pine Top,Stapleton,Sunbright		TN	129		
4661056	Sunny Side	sunny-side	US	30284	0	America/Chicago	36.307	-88.2306	136			TN	079		
4661068	Sunnyside	sunnyside	US	11104	0	America/New_York	36.12566	-82.81126	452			TN	059		
4661069	Sunnyside	sunnyside	US	11104	0	America/New_York	36.55509	-83.31879	405	New Sedalia,Sedalia,Sunnyside		TN	067		
4661070	Sunnyside	sunnyside	US	11104	0	America/New_York	35.6523	-84.38965	282	Reed Spring,Sunnyside		TN	105		
4661071	Sunnyside	sunnyside	US	11104	0	America/Chicago	35.57479	-87.07084	199			TN	119		
4661072	Sunnyside	sunnyside	US	11104	0	America/Chicago	36.38284	-88.97617	101			TN	131		
4661073	Sunnyside	sunnyside	US	11104	0	America/Chicago	35.92534	-86.48777	172			TN	149		
4661074	Sunnyside	sunnyside	US	11104	0	America/New_York	36.54149	-82.45542	479			TN	163		
4661117	Sunset	sunset	US	04683	0	America/Chicago	36.53173	-85.16023	205			TN	137		
4661118	Sunset	sunset	US	04683	0	America/New_York	36.30427	-82.30125	499			TN	019		
4661126	Sunset	sunset	US	04683	0	America/New_York	36.25147	-83.58324	286			TN	057		
4661144	Sunshine	sunshine	US	70780	0	America/New_York	35.68342	-83.79351	347			TN	009		
4661150	Surgoinsville	surgoinsville	US	37873	1788	America/New_York	36.47093	-82.85183	342	Surgainesville,Surgoinsville		TN	073		
4661155	Surprise	surprise	US	12176	0	America/New_York	35.64618	-84.63383	251			TN	121		
4661170	Sutherland	sutherland	US	23885	0	America/New_York	36.60428	-81.81012	637			TN	091		
4661294	Sweet Briar	sweet-briar	US	24595	0	America/New_York	35.89702	-84.16519	304			TN	093		
4661309	Sweet Home	sweet-home	US	72164	0	America/Chicago	36.237	-87.34918	162	Stringtown,Sweet Home		TN	043		
4661330	Sweetwater	sweetwater	US	37874	0	America/Chicago	35.4973	-87.63197	217			TN	101		
4661331	Sweetwater	sweetwater	US	37874	5931	America/New_York	35.60146	-84.46104	278	Sweet Water,Sweetwater		TN	123		
4661364	Swift	swift	US	56682	0	America/Chicago	35.34397	-88.14114	158			TN	071		
4661389	Sycamore	sycamore	US	15364	0	America/Chicago	35.81701	-86.9975	238			TN	187		
4661393	Sycamore	sycamore	US	15364	0	America/Chicago	36.322	-87.05306	133			TN	021		
4661468	Sylvia	sylvia	US	67581	0	America/Chicago	36.17172	-87.42557	264			TN	043		
4661508	Tabor	tabor	US	51653	0	America/Chicago	36.02229	-85.04301	561			TN	035		
4661522	Taft	taft	US	38488	0	America/Chicago	35.02064	-86.71805	274			TN	103		
4661545	Talbott	talbott	US	37877	0	America/New_York	36.15259	-83.41517	368	Talbot,Talbots,Talbott		TN	089		
4661563	Tallassee	tallassee	US	36078	0	America/New_York	35.54675	-84.05991	250			TN	009		
4661608	Tamarack	tamarack	US	55787	0	America/New_York	36.30205	-82.43042	566			TN	179		
4661609	Tamassee	tamassee	US	29686	0	America/New_York	36.36816	-82.39375	507	Tamassee,Tamassee Park		TN	179		
4661612	Tampico	tampico	US	61283	0	America/New_York	36.19648	-83.56185	283			TN	057		
4661699	Tariffville	tariffville	US	06081	0	America/New_York	35.48675	-84.17852	279			TN	123		
4661709	Tarlton	tarlton	US	43156	0	America/Chicago	35.49313	-85.65303	280			TN	061		
4661731	Tarpley	tarpley	US	78883	0	America/Chicago	35.1423	-86.99334	223			TN	055		
4661800	Taylor	taylor	US	18517	0	America/New_York	35.12646	-84.78327	262	Taylor,Taylors		TN	011		
4661933	Taylors	taylors	US	29687	0	America/Chicago	36.01368	-85.36219	287			TN	185		
4661956	Taylorsville	taylorsville	US	28681	0	America/Chicago	35.63591	-87.27418	168	Taylors Store,Taylorsville,Taylorville		TN	119		
4661957	Taylorsville	taylorsville	US	28681	0	America/Chicago	36.27561	-86.19971	152			TN	189		
4661964	Tazewell	tazewell	US	24651	2288	America/New_York	36.45425	-83.56935	415	Tazvel,ta ci wei er,tazwl  tnsy,tazwyl,Тазвел,تازول، تنسی,تازويل,塔兹韦尔		TN	025		
4661969	Teague	teague	US	75860	0	America/Chicago	35.41091	-88.91534	116	Teague,Teagues,Teagues Station		TN	069		
4661993	Tekoa	tekoa	US	99033	0	America/New_York	35.98786	-84.04186	322	Tecoy,Tekoa		TN	093		
4661995	Telford	telford	US	18969	921	America/New_York	36.24899	-82.54515	474	Telford,Telfords		TN	179		
4662017	Tellico Plains	tellico-plains	US	37385	942	America/New_York	35.36286	-84.29409	267	Tallico Plains,Tellico Plains		TN	123		
4662069	Templeton	templeton	US	01468	0	America/Chicago	36.15674	-89.22896	101			TN	045		
4662080	Ten Mile	ten-mile	US	37880	0	America/New_York	35.91341	-84.07963	268			TN	093		
4662081	Ten Mile	ten-mile	US	37880	0	America/New_York	35.66674	-84.66466	236	Ten Mile,Ten Mile Stand		TN	121		
4662170	Tennessee Ridge	tennessee-ridge	US	37178	1329	America/Chicago	36.312	-87.77336	232	Tennessee Ridge,Tennessee Ridge Station,The Ridge		TN	083		
4662188	Terrell	terrell	US	28682	0	America/Chicago	36.38506	-88.94395	103	Terrell,Terrell Station		TN	183		
4662199	Terry	terry	US	39170	0	America/Chicago	35.90284	-88.57867	132	Terry,Terrys Store		TN	017		
4662321	Thomas	thomas	US	26292	0	America/Chicago	36.08367	-85.64526	324			TN	141		
4662403	Thomasville	thomasville	US	17364	0	America/Chicago	36.41394	-87.13361	173			TN	021		
4662525	Thorn Hill	thorn-hill	US	37881	0	America/New_York	36.35842	-83.4174	421			TN	057		
4662539	Thornton	thornton	US	03285	0	America/New_York	35.8823	-84.14797	276			TN	093		
4662561	Three Forks	three-forks	US	59752	0	America/New_York	36.45008	-84.56994	414			TN	151		
4662563	Three Forks	three-forks	US	59752	0	America/Chicago	35.05231	-86.1061	562			TN	051		
4662574	Three Oaks	three-oaks	US	49128	0	America/Chicago	35.36563	-87.27224	302			TN	099		
4662575	Three Oaks	three-oaks	US	49128	0	America/Chicago	35.03675	-86.54111	282			TN	103		
4662601	Throckmorton	throckmorton	US	76483	0	America/Chicago	36.42838	-87.63668	181	Throckmorton,Throgmorton,Thromartin		TN	161		
4662613	Thurman	thurman	US	45685	0	America/Chicago	35.42535	-88.19865	155			TN	039		
4662679	Tigrett	tigrett	US	38070	0	America/Chicago	35.95146	-89.24007	88			TN	045		
4662689	Tilghman	tilghman	US	21671	0	America/Chicago	36.1509	-89.08757	113			TN	053		
4662719	Timberlake	timberlake	US	27583	0	America/Chicago	35.71007	-88.38171	172			TN	077		
4662720	Timberlake	timberlake	US	27583	0	America/New_York	35.91203	-83.96546	297	Maloney Heights,Timberlake		TN	093		
4662721	Timberlake	timberlake	US	27583	0	America/Chicago	35.94173	-86.43416	170			TN	149		
4662722	Timberlake	timberlake	US	27583	0	America/New_York	36.37177	-82.38403	498			TN	179		
4662766	Tioga	tioga	US	16946	0	America/New_York	36.12786	-84.40493	463			TN	001		
4662778	Tipton	tipton	US	16684	0	America/Chicago	35.4137	-89.81981	109			TN	167		
4662809	Tiptonville	tiptonville	US	38079	4352	America/Chicago	36.3784	-89.47202	91		095	TN	095		
4662828	Titus	titus	US	36080	0	America/New_York	36.39175	-84.2791	430			TN	013		
4663017	Toone	toone	US	38381	343	America/Chicago	35.3523	-88.95256	125	Toone,Toones Station		TN	069		
4663032	Toulon	toulon	US	61483	0	America/Chicago	35.73841	-89.41563	102	Saint Luke,Toulon,Tulon		TN	075		
4663055	Town Creek	town-creek	US	35672	0	America/New_York	36.52897	-83.7388	372	Old Town,Oldtown,Town Creek		TN	025		
4663081	Townsend	townsend	US	01469	452	America/New_York	35.67537	-83.75573	326			TN	009		
4663110	Tracy City	tracy-city	US	37387	1440	America/Chicago	35.26036	-85.73608	555	Tracy,Tracy City,Trejsi Siti,trysy syty,trysy syty  tnsy,Трејси Сити,تريسي سيتي,تریسی سیتی، تنسی		TN	061		
4663113	Trade	trade	US	37691	0	America/New_York	36.34929	-81.74567	955			TN	091		
4663147	Tranquillity	tranquillity	US	93668	0	America/New_York	35.55757	-84.67744	272	Tranquility,Tranquillity		TN	107		
4663197	Tremont	tremont	US	17981	0	America/New_York	35.62092	-83.67739	525			TN	009		
4663205	Trenton	trenton	US	08601	4134	America/Chicago	35.98062	-88.94145	101	Gibsonport,Trenton,Трентон	053	TN	053		
4663226	Trezevant	trezevant	US	38258	841	America/Chicago	36.01145	-88.62283	140	Trezevant,Trezevants Switch		TN	017		
4663258	Trimble	trimble	US	38259	623	America/Chicago	36.20312	-89.1909	91	Davenport,Pierce,Trimble		TN	045		
4663262	Trinity	trinity	US	27370	0	America/Chicago	36.16367	-87.83086	121			TN	085		
4663263	Trinity	trinity	US	27370	0	America/Chicago	35.91034	-86.75389	223			TN	187		
4663367	Troy	troy	US	03465	1318	America/Chicago	36.33868	-89.16396	115	Troja,Троя		TN	131		
4663392	Tryon	tryon	US	28782	0	America/New_York	35.98426	-83.32294	316	Trion,Tryon		TN	089		
4663494	Tullahoma	tullahoma	US	37388	19128	America/Chicago	35.36202	-86.20943	326	THA,Talakhoma,talahwma  tnsy,twlahwma,Талахома,تالاهوما، تنسی,تولاهوما		TN	031		
4663509	Tunbridge	tunbridge	US	05077	0	America/New_York	36.28483	-82.36931	571			TN	179		
4663558	Turkey Creek	turkey-creek	US	70585	0	America/Chicago	35.30647	-86.28138	298			TN	127		
4663712	Turners Station	turners-station	US	40075	0	America/Chicago	36.61032	-86.26832	217			TN	165		
4663715	Turney	turney	US	64493	0	America/Chicago	35.1423	-87.05001	192			TN	055		
4663732	Turtletown	turtletown	US	37391	0	America/New_York	35.12702	-84.35353	474			TN	139		
4663794	Twin Oaks	twin-oaks	US	74368	0	America/New_York	35.12785	-84.85828	282			TN	011		
4663796	Twin Oaks	twin-oaks	US	74368	0	America/New_York	35.86813	-84.46938	239			TN	145		
4663797	Twin Oaks	twin-oaks	US	74368	0	America/New_York	36.594	-81.96985	573			TN	163		
4663798	Twin Oaks	twin-oaks	US	74368	0	America/New_York	36.17788	-82.75154	452			TN	059		
4663809	Twin Valley	twin-valley	US	56584	0	America/Chicago	36.32033	-86.65277	162			TN	165		
4663848	Tyner	tyner	US	27980	0	America/New_York	35.06285	-85.15718	218	Tyner,Tyners Station		TN	065		
4663902	Underwood	underwood	US	47177	0	America/Chicago	36.61089	-85.98693	265			TN	111		
4663903	Underwood	underwood	US	47177	0	America/New_York	35.99731	-83.63462	309			TN	155		
4663906	Una	una	US	29378	0	America/Chicago	36.09728	-86.65472	204			TN	037		
4663928	Unicoi	unicoi	US	37692	3561	America/New_York	36.19539	-82.34958	586	Greasy Cove,Head of the Big Lane,Limonite,North Erwin,Swingleville,Unicoi,Unicoi City		TN	171		
4663949	Union	union	US	03887	0	America/New_York	35.01396	-84.81105	243			TN	011		
4663950	Union	union	US	03887	0	America/Chicago	35.5848	-89.11951	126	Union,Union Grove		TN	075		
4663951	Union	union	US	03887	0	America/New_York	36.07091	-84.48577	397			TN	129		
4663952	Union	union	US	03887	0	America/New_York	35.9023	-84.42215	245			TN	145		
4663953	Union	union	US	03887	0	America/New_York	36.34869	-83.77019	345			TN	173		
4663954	Union	union	US	03887	0	America/Chicago	35.71285	-85.70109	287			TN	177		
4664053	Union Grove	union-grove	US	28689	0	America/New_York	35.58869	-84.13297	262	Big Gully,Union Grove		TN	009		
4664054	Union Grove	union-grove	US	28689	0	America/New_York	35.75258	-84.09297	282			TN	009		
4664055	Union Grove	union-grove	US	28689	0	America/New_York	35.08508	-84.79189	274			TN	011		
4664056	Union Grove	union-grove	US	28689	0	America/Chicago	35.59896	-86.95528	187			TN	119		
4664057	Union Grove	union-grove	US	28689	0	America/New_York	35.5973	-84.5716	329			TN	107		
4664058	Union Grove	union-grove	US	28689	0	America/New_York	35.49841	-84.768	254			TN	121		
4664059	Union Grove	union-grove	US	28689	0	America/New_York	35.94398	-83.541	292	Trotters Store,Union Grove		TN	155		
4664123	Union Hill	union-hill	US	14563	0	America/Chicago	36.55145	-85.69609	276	Cherry Hill,Gregoryville,Union Hill		TN	027		
4664124	Union Hill	union-hill	US	14563	0	America/Chicago	36.33422	-86.77916	239			TN	037		
4664125	Union Hill	union-hill	US	14563	0	America/Chicago	36.23478	-85.63276	302			TN	087		
4664126	Union Hill	union-hill	US	14563	0	America/Chicago	35.08925	-87.3328	281			TN	099		
4664127	Union Hill	union-hill	US	14563	0	America/Chicago	36.2959	-85.32719	305			TN	133		
4664128	Union Hill	union-hill	US	14563	0	America/New_York	35.88953	-83.54989	292			TN	155		
4664170	Union City	union-city	US	07087	10573	America/Chicago	36.42423	-89.05701	102	Junion Siti,Junion-Siti,UCY,Union City,ywnywn syty,ywnywn syty  tnsy,Јунион Сити,Юнион-Сити,يونيون سيتي,یونین سٹی، ٹینیسی,یونیون سیتی، تنسی	131	TN	131		
4664218	Unionville	unionville	US	06085	1368	America/Chicago	35.62174	-86.5925	220			TN	003		
4664219	Unionville	unionville	US	06085	0	America/Chicago	35.95174	-89.43618	108			TN	045		
4664238	Unity	unity	US	04988	0	America/Chicago	35.41146	-88.15642	150			TN	039		
4664239	Unity	unity	US	04988	0	America/Chicago	36.47867	-85.32524	307			TN	133		
4664406	Vale	vale	US	28168	0	America/Chicago	36.10673	-88.25893	127			TN	017		
4664426	Valley Forge	valley-forge	US	19481	0	America/New_York	36.3065	-82.19319	509			TN	019		
4664433	Valley Grove	valley-grove	US	26060	0	America/New_York	35.89286	-83.79573	303			TN	093		
4664447	Valley Park	valley-park	US	39177	0	America/New_York	36.34316	-82.19985	496			TN	019		
4664455	Valley View	valley-view	US	17983	0	America/New_York	36.02813	-84.14853	272			TN	001		
4664456	Valley View	valley-view	US	17983	0	America/Chicago	36.58449	-87.3189	171			TN	125		
4664482	Valley Village	valley-village	US	91607	0	America/New_York	35.05063	-85.35413	200			TN	065		
4664488	Van Buren	van-buren	US	04785	0	America/Chicago	35.13148	-89.07534	160			TN	069		
4664515	Vance	vance	US	29163	0	America/New_York	36.52233	-82.21291	462	Vance,Vance's Tank,Vances Tank		TN	163		
4664550	Vanleer	vanleer	US	37181	402	America/Chicago	36.23506	-87.4439	257	McKee,Vanleer		TN	043		
4664646	Vernon	vernon	US	05354	0	America/Chicago	35.86951	-87.4964	152			TN	081		
4664657	Verona	verona	US	07044	0	America/Chicago	35.53063	-86.76972	201			TN	117		
4664660	Versailles	versailles	US	06383	0	America/Chicago	35.72951	-86.54138	253			TN	149		
4664666	Vesta	vesta	US	24177	0	America/Chicago	36.06506	-86.41333	170			TN	189		
4664667	Vestal	vestal	US	13850	0	America/New_York	35.92703	-83.92213	265			TN	093		
4664687	Victoria	victoria	US	23974	0	America/Chicago	35.15369	-85.55413	207	Dadsville,Victoria		TN	115		
4664766	Vinson	vinson	US	73571	0	America/Chicago	36.61533	-88.02086	122			TN	161		
4664777	Viola	viola	US	19979	133	America/Chicago	35.53841	-85.85915	305	Blue Springs,Hickory,Hickory Creek,Viola		TN	177		
4664815	Vonore	vonore	US	37885	1493	America/New_York	35.59008	-84.24186	262	fwnwr,wwnwr  tnsy,فونور,وونور، تنسی		TN	123		
4664841	Vulcan	vulcan	US	49892	0	America/Chicago	35.00674	-85.52996	231			TN	115		
4665235	Waco	waco	US	28169	0	America/Chicago	35.37591	-87.03195	226	Old Lynnville,Waco		TN	055		
4665312	Walden	walden	US	12586	2063	America/New_York	35.16479	-85.30135	580	Walden,Walton Branch		TN	065		
4665340	Wales	wales	US	01081	0	America/Chicago	35.24897	-87.08279	207	Wales,Wales Station		TN	055		
4665498	Walkertown	walkertown	US	27051	0	America/New_York	36.25982	-82.75654	474	Walker Town,Walkertown		TN	059		
4665499	Walkertown	walkertown	US	27051	0	America/Chicago	35.18536	-88.24337	144			TN	071		
4665558	Walland	walland	US	37886	259	America/New_York	35.72814	-83.81323	281	Voland,waland  tnsy,Воланд,والاند، تنسی		TN	009		
4665577	Walling	walling	US	38587	0	America/Chicago	35.80812	-85.59942	270	Walling,Walling Station		TN	185		
4665598	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	35.68173	-86.54277	238	Fruit Valley,Walnut Grove		TN	003		
4665599	Walnut Grove	walnut-grove	US	35990	0	America/New_York	36.29702	-83.9927	323			TN	013		
4665600	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	35.1087	-86.23888	274			TN	051		
4665601	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	36.1734	-88.96229	108	Lonoke,Walnut Grove		TN	053		
4665602	Walnut Grove	walnut-grove	US	35990	396	America/Chicago	35.04008	-88.05115	233	Walnut Grove,Walnutgrove		TN	071		
4665603	Walnut Grove	walnut-grove	US	35990	0	America/New_York	36.4379	-81.754	800			TN	091		
4665604	Walnut Grove	walnut-grove	US	35990	0	America/New_York	35.53563	-84.73994	244			TN	121		
4665605	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	36.54532	-87.10889	150	Beech Valley Mills,Walnut Grove		TN	147		
4665606	Walnut Grove	walnut-grove	US	35990	0	America/New_York	35.88287	-83.46961	316			TN	155		
4665607	Walnut Grove	walnut-grove	US	35990	0	America/New_York	36.43677	-82.24236	471			TN	163		
4665608	Walnut Grove	walnut-grove	US	35990	864	America/Chicago	36.48421	-86.61305	270			TN	165		
4665609	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	35.59202	-89.78064	94			TN	167		
4665610	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	36.38977	-86.24166	186			TN	169		
4665611	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	36.03479	-85.49303	308			TN	185		
4665678	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	35.71535	-89.04756	111			TN	033		
4665679	Walnut Hill	walnut-hill	US	62893	0	America/New_York	35.95063	-84.53382	231			TN	145		
4665680	Walnut Hill	walnut-hill	US	62893	2394	America/New_York	36.56983	-82.2568	490			TN	163		
4665707	Walnut Shade	walnut-shade	US	65771	0	America/Chicago	36.5745	-85.82998	234	Walnut Shade,Walnutshade		TN	111		
4665864	Warren	warren	US	01083	0	America/Chicago	35.23842	-89.44285	125			TN	047		
4665913	Warrensburg	warrensburg	US	12885	0	America/New_York	36.12732	-83.09433	338	Warrensburg,Warrensburgh,Warrenton		TN	059		
4665927	Wartrace	wartrace	US	37183	659	America/Chicago	35.5273	-86.3336	254	Wartrace,Wartrace Depot		TN	003		
4665933	Wartburg	wartburg	US	37887	904	America/New_York	36.1048	-84.59716	420	Vortberg,Wartburg,Wartburgh,wartbwrgh,wartbwrk  tnsy,Вортберг,وارتبورغ,وارتبورک، تنسی	129	TN	129		
4665951	Washburn	washburn	US	04786	0	America/New_York	36.29008	-83.59102	441	Washburn,Washburn Station		TN	057		
4666008	Watauga	watauga	US	37694	444	America/New_York	36.37066	-82.2968	443	Carters Depot,Carters Station,Watauga		TN	019		
4666062	Water Valley	water-valley	US	38965	0	America/Chicago	35.74118	-87.18945	176			TN	119		
4666069	Water Valley	water-valley	US	38965	0	America/Chicago	35.99284	-87.64252	165			TN	085		
4666078	Waterloo	waterloo	US	13165	0	America/Chicago	36.30173	-85.46636	247			TN	133		
4666096	Watertown	watertown	US	02471	0	America/New_York	35.73814	-83.78795	303	East Millers Cove,Waterstown,Watertown		TN	009		
4666102	Watertown	watertown	US	02471	1517	America/Chicago	36.10034	-86.13193	199	Three Forks,Waters Mill,Watertown		TN	189		
4666104	Waterville	waterville	US	04901	0	America/New_York	35.10757	-84.86383	270			TN	011		
4666113	Watkins	watkins	US	52354	0	America/Chicago	35.92395	-85.85499	321			TN	041		
4666128	Watson	watson	US	35181	0	America/Chicago	35.99313	-84.81884	459	Pine Grove,Watson		TN	035		
4666129	Watson	watson	US	35181	0	America/Chicago	35.7009	-87.48696	251			TN	081		
4666130	Watson	watson	US	35181	0	America/Chicago	35.84507	-86.45055	187			TN	149		
4666131	Watson	watson	US	35181	0	America/Chicago	35.75284	-86.7125	249			TN	187		
4666202	Waverly	waverly	US	14892	4090	America/Chicago	36.08395	-87.79475	163		085	TN	085		
4666221	Waycross	waycross	US	31501	0	America/New_York	36.59315	-82.64849	402			TN	073		
4666247	Waynesboro	waynesboro	US	17268	2390	America/Chicago	35.31952	-87.76225	228	Waynesboro,Waynesborough	181	TN	181		
4666306	Weaver	weaver	US	36277	0	America/New_York	36.52705	-82.18485	498			TN	163		
4666423	Webster	webster	US	01570	0	America/New_York	35.86896	-84.63327	244			TN	145		
4666506	Wells	wells	US	04090	0	America/Chicago	35.18231	-89.91703	74			TN	157		
4666547	Wellsville	wellsville	US	14895	0	America/New_York	35.60703	-84.08713	269	Houk,Wellsview,Wellsville		TN	009		
4666613	West	west	US	39192	0	America/Chicago	36.27366	-86.89556	189			TN	037		
4666614	West	west	US	39192	0	America/Chicago	35.84062	-88.75423	146			TN	053		
4666666	West End	west-end	US	27376	0	America/Chicago	35.61868	-85.20302	287			TN	007		
4666667	West End	west-end	US	27376	0	America/New_York	35.96982	-83.20599	334			TN	029		
4666687	West Creek	west-creek	US	08092	0	America/Chicago	36.55977	-87.35195	138			TN	125		
4666768	West Haven	west-haven	US	06516	0	America/New_York	35.97397	-83.97963	288	West Haven,West Lonsdale		TN	093		
4666769	West Haven	west-haven	US	06516	0	America/Chicago	35.60591	-87.07556	202			TN	119		
4666778	West Hills	west-hills	US	91307	0	America/New_York	35.69592	-84.02074	343			TN	009		
4666779	West Hills	west-hills	US	91307	0	America/New_York	35.93425	-84.04713	307			TN	093		
4666780	West Hills	west-hills	US	91307	0	America/New_York	35.92507	-84.56549	316			TN	145		
4666781	West Hills	west-hills	US	91307	0	America/New_York	36.19815	-83.35628	416			TN	063		
4666782	West Hills	west-hills	US	91307	0	America/New_York	36.31788	-82.37514	508			TN	179		
4666858	West Ridge	west-ridge	US	72391	0	America/New_York	36.58955	-82.21708	525			TN	163		
4666865	West Ridge	west-ridge	US	72391	0	America/New_York	36.55093	-82.64654	416			TN	073		
4666895	West Union	west-union	US	26456	0	America/Chicago	35.37036	-89.96675	88			TN	157		
4666896	West Union	west-union	US	26456	0	America/Chicago	36.29201	-88.65061	165			TN	183		
4666919	Westborough	westborough	US	01581	0	America/New_York	35.94369	-84.05574	300			TN	093		
4666921	Westbrook	westbrook	US	04092	0	America/Chicago	35.06008	-86.59722	281			TN	103		
4666942	Westgate	westgate	US	50681	0	America/New_York	36.15676	-83.40906	368			TN	063		
4666943	Westgate	westgate	US	50681	0	America/Chicago	36.16895	-85.60692	323			TN	141		
4666944	Westgate	westgate	US	50681	0	America/New_York	36.16316	-82.85821	443			TN	059		
4666960	Westmoreland	westmoreland	US	03467	2291	America/Chicago	36.56199	-86.24804	282	Coatestown,Coatstown,Staleyville,Westmoreland		TN	165		
4666972	Westover	westover	US	16692	0	America/Chicago	35.61091	-88.87673	112			TN	113		
4666973	Westover	westover	US	16692	0	America/New_York	36.31955	-82.41292	523	Westover,Westover Park		TN	179		
4666978	Westpoint	westpoint	US	38486	0	America/Chicago	35.13314	-87.53363	190	West Point,Westpoint		TN	099		
4666982	Westport	westport	US	02790	0	America/Chicago	35.89645	-88.31727	143	West Port,Westport		TN	017		
4666986	Westside	westside	US	51467	0	America/Chicago	35.18841	-87.21335	303			TN	055		
4667016	Westwood	westwood	US	02090	0	America/Chicago	35.35452	-86.23582	329			TN	031		
4667017	Westwood	westwood	US	02090	0	America/Chicago	35.47035	-86.09582	330			TN	031		
4667018	Westwood	westwood	US	02090	0	America/Chicago	35.59646	-87.09223	209			TN	119		
4667040	Westview	westview	US	40178	0	America/New_York	36.20842	-83.34378	433			TN	063		
4667053	Wetmore	wetmore	US	49895	0	America/New_York	35.25591	-84.55132	248	Wetmore,Wetmore Station,Wetmores		TN	139		
4667165	White Bluff	white-bluff	US	37187	3402	America/Chicago	36.10756	-87.22084	254	White Bluff,White Bluff Station,White Bluffs		TN	043		
4667221	White City	white-city	US	66872	0	America/Chicago	35.2473	-85.70275	562			TN	061		
4667246	White Haven	white-haven	US	18661	0	America/Chicago	35.88923	-86.44583	170			TN	149		
4667282	White House	white-house	US	37188	11226	America/Chicago	36.47032	-86.65138	263	White House,Whitehouse		TN	165		
4667283	White Oak	white-oak	US	25989	0	America/New_York	36.5348	-84.03465	451			TN	013		
4667284	White Oak	white-oak	US	25989	0	America/New_York	35.09174	-85.30885	208			TN	065		
4667285	White Oak	white-oak	US	25989	0	America/Chicago	36.59922	-85.98637	264			TN	111		
4667286	White Oak	white-oak	US	25989	0	America/New_York	36.01174	-84.60994	297			TN	129		
4667331	White Plains	white-plains	US	10601	0	America/Chicago	36.16645	-85.45359	342	Monticello,White Plains		TN	141		
4667335	White Rock	white-rock	US	29177	0	America/New_York	36.22067	-82.13318	726			TN	019		
4667339	White Pine	white-pine	US	37890	2244	America/New_York	36.10759	-83.28683	347	White Pine,White Pines,Whitepine		TN	089		
4667407	Whitehouse	whitehouse	US	08888	0	America/Chicago	35.91395	-87.60641	157			TN	081		
4667412	Whiteoak	whiteoak	US	63880	0	America/Chicago	35.8384	-87.15362	204	White Oak,Whiteoak		TN	187		
4667473	Whites Creek	whites-creek	US	37189	0	America/Chicago	36.26589	-86.83083	145	White Creek,Whites Creek		TN	037		
4667505	Whitesburg	whitesburg	US	30185	0	America/New_York	36.27176	-83.13989	366	Whitesburg,Whitesburgh		TN	063		
4667510	Whiteside	whiteside	US	37396	0	America/Chicago	34.9873	-85.49774	246	Aetna,Etna,Running Water,Whiteside		TN	115		
4667530	Whiteville	whiteville	US	28472	4523	America/Chicago	35.32647	-89.14951	150			TN	069		
4667542	Whitfield	whitfield	US	39193	0	America/Chicago	35.78312	-87.61891	138			TN	081		
4667553	Whitleyville	whitleyville	US	38588	0	America/Chicago	36.44534	-85.67192	162	Whiteleyville,Whitleyville		TN	087		
4667608	Whitwell	whitwell	US	37397	1725	America/Chicago	35.20146	-85.51913	207	Checkville,Cheeksville,Cheekville,Liberty,Whitwell		TN	115		
4667654	Wilbur	wilbur	US	97494	0	America/New_York	36.339	-82.11818	526			TN	019		
4667663	Wilcox	wilcox	US	15870	0	America/Chicago	35.93563	-89.15423	108			TN	033		
4667720	Wilder	wilder	US	05088	0	America/Chicago	36.26618	-85.09051	459			TN	049		
4667741	Wildersville	wildersville	US	38388	0	America/Chicago	35.78145	-88.36032	146			TN	077		
4667750	Wildwood	wildwood	US	08260	0	America/Chicago	36.14367	-85.55081	335			TN	141		
4667751	Wildwood	wildwood	US	08260	0	America/New_York	36.30233	-82.3118	537			TN	019		
4667752	Wildwood	wildwood	US	08260	0	America/New_York	36.22648	-83.32489	427			TN	063		
4667766	Wildwood	wildwood	US	08260	1098	America/New_York	35.8037	-83.87129	278			TN	009		
4667838	Willard	willard	US	14588	0	America/Chicago	36.44727	-86.18332	167			TN	169		
4667863	Williams	williams	US	29493	0	America/Chicago	36.55311	-86.02082	289			TN	111		
4668033	Williamsburg	williamsburg	US	01096	0	America/New_York	35.35396	-84.52938	278	Williamsburg,Williamsburgh		TN	107		
4668034	Williamsburg	williamsburg	US	01096	0	America/Chicago	35.92256	-86.47138	170			TN	149		
4668035	Williamsburg	williamsburg	US	01096	0	America/New_York	35.78426	-83.50878	328	Stinnett,Williamsburg		TN	155		
4668069	Williamsport	williamsport	US	17701	0	America/Chicago	35.68674	-87.21945	191			TN	119		
4668082	Willis	willis	US	24380	0	America/New_York	36.58592	-83.01683	365			TN	067		
4668083	Willis	willis	US	24380	0	America/Chicago	35.47869	-89.27729	94			TN	075		
4668109	Williston	williston	US	05495	384	America/Chicago	35.15759	-89.36841	153	Walker Station,Willis Station,Williston		TN	047		
4668136	Willow Grove	willow-grove	US	19090	0	America/Chicago	35.42758	-86.29444	264			TN	003		
4668137	Willow Grove	willow-grove	US	19090	0	America/Chicago	35.59147	-89.17729	129			TN	075		
4668160	Willow Grove	willow-grove	US	19090	0	America/Chicago	36.58701	-85.34219	209	Willow Grove,Willowgrove		TN	027		
4668165	Willow Springs	willow-springs	US	60480	0	America/New_York	36.1837	-83.38517	385			TN	063		
4668331	Wilsonville	wilsonville	US	35186	0	America/New_York	35.97315	-83.23877	354	Ogdensville,Wilsonsville,Wilsonville		TN	029		
4668336	Winchester	winchester	US	01890	8539	America/Chicago	35.18592	-86.11221	298		051	TN	051		
4668337	Winchester	winchester	US	01890	0	America/New_York	36.53206	-81.94651	916			TN	091		
4668339	Wimbledon	wimbledon	US	58492	0	America/New_York	35.71814	-83.97907	316			TN	009		
4668359	Windermere	windermere	US	34786	0	America/Chicago	36.53505	-87.22889	156			TN	125		
4668397	Winfield	winfield	US	17889	951	America/New_York	36.55591	-84.4516	404	Chitwood,Winfield		TN	151		
4668407	Wingate	wingate	US	21675	0	America/Chicago	36.54588	-87.29778	144			TN	125		
4668410	Wingo	wingo	US	42088	0	America/Chicago	36.05229	-88.58478	113			TN	017		
4668428	Winner	winner	US	57580	0	America/New_York	36.39706	-82.10902	528			TN	019		
4668436	Winona	winona	US	25942	0	America/Chicago	36.1459	-85.45664	352			TN	141		
4668437	Winona	winona	US	25942	0	America/New_York	36.37675	-84.45021	362			TN	151		
4668442	Winslow	winslow	US	08095	0	America/New_York	35.99147	-84.4566	271			TN	129		
4668512	Witt	witt	US	62094	0	America/New_York	36.15009	-83.28295	366	Witt,Witt Foundry,Witt's Foundry,Witts,Witts Foundry,Wittsville		TN	063		
4668547	Wolf Creek	wolf-creek	US	59648	0	America/New_York	35.92343	-82.94487	369	Allendale,Wolf Creek,Wolfcreek		TN	029		
4668557	Wolf Creek	wolf-creek	US	59648	0	America/Chicago	35.01564	-87.5428	184			TN	099		
4668560	Wolf Creek	wolf-creek	US	59648	0	America/New_York	35.64535	-84.8555	232			TN	143		
4668649	Wolverine	wolverine	US	49799	0	America/Chicago	36.30757	-89.16451	103			TN	131		
4668663	Wood	wood	US	16694	0	America/New_York	35.57674	-84.48437	283			TN	123		
4668707	Woodbine	woodbine	US	08270	0	America/Chicago	36.12034	-86.74333	167			TN	037		
4668717	Woodbury	woodbury	US	05681	2762	America/Chicago	35.82757	-86.07166	220	Danville,Vudbari,Woodbury,Woodville,Вудбари	015	TN	015		
4668748	Woodlake	woodlake	US	75865	0	America/Chicago	36.24283	-86.58472	171			TN	189		
4668749	Woodland	woodland	US	16881	0	America/Chicago	35.56452	-89.09895	118			TN	075		
4668762	Woodland Mills	woodland-mills	US	38271	366	America/Chicago	36.4884	-89.11507	110			TN	131		
4668778	Woodlawn	woodlawn	US	24381	0	America/Chicago	35.98062	-85.03329	543			TN	035		
4668779	Woodlawn	woodlawn	US	24381	0	America/New_York	36.3026	-82.8796	363			TN	059		
4668780	Woodlawn	woodlawn	US	24381	0	America/New_York	35.87813	-84.30992	274			TN	105		
4668781	Woodlawn	woodlawn	US	24381	0	America/Chicago	36.54422	-87.51057	193			TN	125		
4668782	Woodlawn	woodlawn	US	24381	0	America/New_York	36.27316	-82.45903	561			TN	179		
4668783	Woodlawn	woodlawn	US	24381	0	America/Chicago	35.16925	-87.7278	311			TN	181		
4668831	Woodrow	woodrow	US	80757	0	America/Chicago	35.16675	-86.83334	199			TN	055		
4668832	Woodrow	woodrow	US	80757	0	America/New_York	36.51677	-82.46431	440			TN	163		
4668891	Woodstock	woodstock	US	03293	0	America/Chicago	35.27314	-89.98231	74			TN	157		
4668897	Woodville	woodville	US	01784	0	America/Chicago	35.2598	-88.75533	140			TN	023		
4668898	Woodville	woodville	US	01784	0	America/Chicago	35.76674	-89.43674	142	Woodsville,Woodville		TN	075		
4668910	Woody	woody	US	93287	0	America/Chicago	36.06673	-85.06385	588	Woody,Woodyville		TN	035		
4668921	Wooldridge	wooldridge	US	65287	0	America/New_York	36.57675	-84.18382	314	Wooldridge,Woolridge		TN	013		
4669000	Wright	wright	US	55798	0	America/Chicago	36.43729	-89.41868	88			TN	095		
4669062	Wrigley	wrigley	US	41477	281	America/Chicago	35.9009	-87.34751	239	Lyles Wrigley,Wrigley		TN	081		
4669101	Wynnburg	wynnburg	US	38077	0	America/Chicago	36.32868	-89.47341	88			TN	095		
4669141	Yankeetown	yankeetown	US	34498	0	America/Chicago	35.9884	-85.42303	297	Yankee Town,Yankeetown		TN	185		
4669238	Yellow Springs	yellow-springs	US	45387	0	America/Chicago	35.8109	-88.12309	165			TN	039		
4669241	Yellow Springs	yellow-springs	US	45387	0	America/New_York	36.50342	-83.39435	397			TN	025		
4669288	Yorktown	yorktown	US	23690	0	America/Chicago	35.92729	-86.4811	168			TN	149		
4669289	Yorktown	yorktown	US	23690	0	America/Chicago	35.91756	-86.85528	197			TN	187		
4669291	Yorkville	yorkville	US	13495	278	America/Chicago	36.09951	-89.11896	116	Belt Buckle,Yorkville		TN	053		
4669364	Yukon	yukon	US	15698	0	America/Chicago	35.07481	-86.66583	296			TN	103		
4669366	Yuma	yuma	US	38390	0	America/Chicago	35.84756	-88.33671	147	Grovewood,Yuma		TN	017		
4669390	Zion	zion	US	60099	0	America/Chicago	35.59841	-87.14362	194			TN	119		
4669431	Zion Grove	zion-grove	US	17985	0	America/New_York	35.76259	-83.44211	474			TN	155		
4669581	Asherton	asherton	US	78827	1084	America/Chicago	28.44193	-99.76033	165			TX	127		
4669606	Abbott	abbott	US	76621	358	America/Chicago	31.88488	-97.07334	217			TX	217		
4669622	Abercrombie	abercrombie	US	58001	0	America/Chicago	29.0322	-95.75328	9			TX	039		
4669623	Abercrombie	abercrombie	US	58001	0	America/Chicago	30.33882	-97.72556	219			TX	453		
4669635	Abilene	abilene	US	67410	121721	America/Chicago	32.44874	-99.73314	524	ABI,Abilenas,Abilene,Abilin,Abilina,Abilīna,Abulijn,a bi lin,abirin,abylyn,abylyn  tgzas,aebillin,Абилин,Абълийн,Абілін,אבילין,أبيلين,ابیلین,ابیلین، تگزاس,ابیلین، ٹیکساس,アビリーン,阿比林,애빌린	441	TX	441		
4669704	Acampo	acampo	US	95220	0	America/Chicago	32.7129	-99.44369	584	Acampo,Reynolds Switch		TX	417		
4669707	Ace	ace	US	77326	0	America/Chicago	30.53632	-94.82437	53			TX	373		
4669733	Acton	acton	US	01718	0	America/Chicago	32.44681	-97.6903	241	Acton,Comanche Peak		TX	221		
4669742	Acworth	acworth	US	03601	0	America/Chicago	33.77428	-94.94967	120			TX	387		
4669745	Ada	ada	US	45810	0	America/Chicago	30.48798	-95.49133	102	Ada,Esperanza		TX	339		
4669757	Adams	adams	US	01220	0	America/Chicago	33.70483	-95.48801	152			TX	277		
4669815	Adamsville	adamsville	US	02801	0	America/Chicago	31.30128	-98.16892	324			TX	281		
4669828	Addison	addison	US	04606	15518	America/Chicago	32.96179	-96.82917	194	ADS,Adison,adyswn,adyswn  tgzas,Адисон,آدیسون، تگزاس,أديسون,ایڈسن، ٹیکساس,ആഡിസൺ		TX	113		
4669832	Adel	adel	US	31620	0	America/Chicago	29.34969	-97.17304	111			TX	285		
4669836	Adell	adell	US	53001	0	America/Chicago	32.88457	-97.92226	327			TX	367		
4669839	Adkins	adkins	US	78101	0	America/Chicago	29.39301	-98.23723	170			TX	029		
4669860	Advance	advance	US	27006	0	America/Chicago	32.94123	-97.92726	352			TX	367		
4669905	Agua Dulce	agua-dulce	US	78330	820	America/Chicago	27.78169	-97.90861	38			TX	355		
4669953	Aiken	aiken	US	29801	0	America/Chicago	31.6899	-94.33215	124			TX	419		
4669960	Ainsworth	ainsworth	US	52201	0	America/Chicago	30.3141	-95.03076	40			TX	291		
4669980	Airville	airville	US	17302	0	America/Chicago	31.07713	-97.16361	166			TX	027		
4670074	Alamo	alamo	US	30411	19246	America/Chicago	26.18369	-98.12306	30	Alamo,Ebenezer,Swallow		TX	215		
4670091	Alba	alba	US	16910	510	America/Chicago	32.7929	-95.6344	137			TX	499		
4670094	Albany	albany	US	05820	2014	America/Chicago	32.72345	-99.2973	431	Olbani,albany,albany  tgzas,Олбани,آلبانی، تگزاس,ألباني,البانی، ٹیکساس	417	TX	417		
4670113	Albion	albion	US	02802	0	America/Chicago	33.859	-95.03078	117			TX	387		
4670123	Alcoa	alcoa	US	37701	0	America/Chicago	30.56437	-97.06665	146			TX	331		
4670127	Albert	albert	US	67511	0	America/Chicago	30.19382	-98.6017	450			TX	171		
4670165	Aledo	aledo	US	61231	3412	America/Chicago	32.69596	-97.60225	269	Aleda,Aledo		TX	367		
4670177	Alexander	alexander	US	14005	0	America/Chicago	32.05903	-98.20615	366			TX	143		
4670219	Alfred	alfred	US	04002	91	America/Chicago	27.88058	-97.98472	50			TX	249		
4670234	Alice	alice	US	78332	19408	America/Chicago	27.75225	-98.06972	61	ALI,Alice,Alis,Bandana,alys,alys  tgzas,Алис,آلیس، تگزاس,اليس	249	TX	249		
4670249	Alief	alief	US	77411	98725	America/Chicago	29.71106	-95.59633	23			TX	201		
4670300	Allen	allen	US	21810	98143	America/Chicago	33.10317	-96.67055	201	Alen,Allen,aln,alyn,Ален,Аллен,آلن,ألين,ایلن، ٹیکساس,അല്ലെൻ		TX	085		
4670364	Allendale	allendale	US	07401	0	America/Chicago	29.69412	-95.24632	8			TX	201		
4670365	Allendale	allendale	US	07401	0	America/Chicago	33.8576	-98.59367	310			TX	485		
4670369	Allenhurst	allenhurst	US	07711	0	America/Chicago	29.00942	-95.84468	12	Allenhurst,Allennurst		TX	321		
4670387	Alleyton	alleyton	US	78935	0	America/Chicago	29.70662	-96.48636	57			TX	089		
4670441	Allison	allison	US	15413	0	America/Chicago	33.26651	-97.42669	253			TX	497		
4670448	Allison	allison	US	15413	0	America/Chicago	32.54041	-97.96254	256			TX	221		
4670465	Alma	alma	US	14708	339	America/Chicago	32.28542	-96.5461	143			TX	139		
4670476	Almira	almira	US	99103	0	America/Chicago	33.10013	-94.44547	110			TX	067		
4670521	Altair	altair	US	77412	0	America/Chicago	29.57135	-96.45414	63			TX	089		
4670527	Alto	alto	US	30510	1223	America/Chicago	31.65045	-95.07272	133			TX	073		
4670555	Alton	alton	US	03809	15760	America/Chicago	26.28729	-98.31335	49			TX	215		
4670576	Alum Creek	alum-creek	US	25003	0	America/Chicago	30.06772	-97.21749	106			TX	021		
4670582	Alvarado	alvarado	US	56710	4015	America/Chicago	32.40653	-97.21168	233			TX	251		
4670592	Alvin	alvin	US	61811	25791	America/Chicago	29.42385	-95.2441	13	Alvin,Ehlvin,alfyn,alwyn,Алвин,Элвин,آلوین,ألفين		TX	039		
4670605	Alvord	alvord	US	51230	1403	America/Chicago	33.35845	-97.69475	268			TX	497		
4670630	Ambia	ambia	US	47917	0	America/Chicago	33.59288	-95.65913	169			TX	277		
4670634	Ambrose	ambrose	US	31512	0	America/Chicago	33.69066	-96.38526	163			TX	181		
4670635	Amelia	amelia	US	45102	0	America/Chicago	30.06994	-94.19102	9			TX	245		
4670666	Ames	ames	US	50010	1171	America/Chicago	31.52099	-97.77947	281			TX	099		
4670667	Ames	ames	US	50010	1064	America/Chicago	30.05383	-94.74353	22	Ames,Rachal Station		TX	291		
4670674	Amherst	amherst	US	01002	0	America/Chicago	33.72788	-95.4794	146			TX	277		
4670681	Amity	amity	US	15311	0	America/Chicago	32.05931	-98.88367	489			TX	093		
4670706	Anadarko	anadarko	US	73005	0	America/Chicago	31.92822	-94.87633	122			TX	401		
4670707	Anahuac	anahuac	US	77514	2324	America/Chicago	29.773	-94.6827	9	Anahuac,Anauak,Anavak,Anáhuac,Chambersia,Perry's Point,a na wa ke,anahak  tgzas,anwhak,Анавак,Анауак,آناهاک، تگزاس,أنوهاك,阿納瓦克	071	TX	071		
4670719	Anchor	anchor	US	61720	0	America/Chicago	29.2083	-95.47327	11	Anchor,Chenango Junction		TX	039		
4670727	Anchorage	anchorage	US	99501	0	America/Chicago	29.06747	-98.70586	167			TX	013		
4670732	Anderson	anderson	US	29621	229	America/Chicago	30.48715	-95.9869	105	Anderson,andrsn  tgzas,andrswn,Андерсон,أندرسون,اندرسن، تگزاس,اینڈرسن، ٹیکساس	185	TX	185		
4670866	Angleton	angleton	US	77515	19429	America/Chicago	29.16941	-95.43188	9	Anglton,LJN,anghltwn,angltwn  tgzas,Англтон,Анґлтон,انغلتون,انگلتون، تگزاس	039	TX	039		
4670871	Anna	anna	US	45302	11463	America/Chicago	33.349	-96.5486	217			TX	085		
4670895	Annona	annona	US	75550	303	America/Chicago	33.58067	-94.9155	114			TX	387		
4670901	Anson	anson	US	04911	2334	America/Chicago	32.7565	-99.89621	527		253	TX	253		
4670921	Antelope	antelope	US	59211	0	America/Chicago	33.44178	-98.36977	313			TX	237		
4670945	Anthony	anthony	US	32617	0	America/Chicago	33.67677	-96.37332	163			TX	147		
4670953	Antioch	antioch	US	37011	0	America/Chicago	31.77459	-98.77755	473			TX	049		
4670954	Antioch	antioch	US	37011	0	America/Chicago	33.18541	-94.25575	139			TX	067		
4670955	Antioch	antioch	US	37011	0	America/Chicago	33.37789	-95.80052	158			TX	119		
4670956	Antioch	antioch	US	37011	0	America/Chicago	32.23237	-95.56413	138			TX	213		
4670957	Antioch	antioch	US	37011	0	America/Chicago	32.31292	-97.19807	203			TX	251		
4670958	Antioch	antioch	US	37011	0	America/Chicago	31.06741	-95.71134	66			TX	313		
4670959	Antioch	antioch	US	37011	0	America/Chicago	32.10239	-94.27186	82			TX	365		
4670960	Antioch	antioch	US	37011	0	America/Chicago	31.85434	-94.07714	78			TX	419		
4670961	Antioch	antioch	US	37011	0	America/Chicago	32.2021	-95.25884	144			TX	423		
4671108	Apple Springs	apple-springs	US	75926	0	America/Chicago	31.22352	-94.96632	77	Apple Springs,May Apple Springs		TX	455		
4671123	Aquilla	aquilla	US	76622	108	America/Chicago	31.85155	-97.21806	159			TX	217		
4671141	Aransas Pass	aransas-pass	US	78335	8530	America/Chicago	27.90947	-97.14999	5	Aransas Harbor,Aransas Pass,Aranzas Pas,aranss bas,arnzas ps  tgzas,Аранзас Пас,آرنزاس پس، تگزاس,أرانسس باس		TX	409		
4671160	Arcadia	arcadia	US	15712	0	America/Chicago	29.38329	-95.12021	9			TX	167		
4671161	Arcadia	arcadia	US	15712	0	America/Chicago	31.76323	-94.34048	107	Arcada,Arcadia		TX	419		
4671174	Archer City	archer-city	US	76351	1754	America/Chicago	33.59566	-98.62561	324	Archer Siti,a che cheng,archr syty  tgzas,arshyr,Арчер Сити,آرچر سیتی، تگزاس,أرشير,阿彻城	009	TX	009		
4671193	Arcola	arcola	US	38722	1668	America/Chicago	29.49607	-95.46578	20			TX	157		
4671208	Argenta	argenta	US	62501	0	America/Chicago	28.17001	-97.84722	66			TX	297		
4671212	Argyle	argyle	US	12809	3905	America/Chicago	33.12123	-97.18335	213			TX	121		
4671233	Arkansas City	arkansas-city	US	67005	0	America/Chicago	26.66145	-98.43418	92			TX	427		
4671240	Arlington	arlington	US	02474	388125	America/Chicago	32.73569	-97.10807	184	Arlin'nkton,Arlingtn,Arlingtan,Arlington,Arlingtona,Arlingtonas,Arlinqton,a ling dun,allingteon,arinton,arlingtana,arlintana,arlynghtwn,arlyngtwn  tgzas,arlyngtwn  tygzas,xar ling tan,Ārlingtona,Άρλινγκτον,Арлингтон,Арлингтън,Арлінгтан,Арлінгтон,Արլինգտոն,ארלינגטון,آرلنگٹن,آرلنگٹن، ٹیکساس,آرلینگتون، تئگزاس,آرلینگتون، تگزاس,أرلينغتون,आर्लिंग्टन,আর্লিংটন,ആർലിങ്ടൺ,อาร์ลิงตัน,არლინგტონი,アーリントン,阿灵顿,알링턴		TX	439		
4671245	Arlington Heights	arlington-heights	US	02475	0	America/Chicago	27.83502	-97.56666	20			TX	355		
4671281	Armstrong	armstrong	US	50514	0	America/Chicago	29.72384	-97.20971	120			TX	149		
4671282	Armstrong	armstrong	US	50514	0	America/Chicago	26.9245	-97.79138	8			TX	261		
4671310	Arnett	arnett	US	25007	0	America/Chicago	31.44516	-97.89142	312			TX	099		
4671312	Arnold	arnold	US	21012	0	America/Chicago	33.26984	-96.33109	169			TX	085		
4671334	Arp	arp	US	75750	996	America/Chicago	32.22543	-95.05772	151			TX	423		
4671379	Art	art	US	76820	0	America/Chicago	30.73851	-99.11144	415	Art,Plehweville,Willow Creek		TX	319		
4671381	Artesia Wells	artesia-wells	US	78001	0	America/Chicago	28.28	-99.28448	133			TX	283		
4671395	Arthur City	arthur-city	US	75411	0	America/Chicago	33.87038	-95.50635	131			TX	277		
4671432	Ash	ash	US	28420	0	America/Chicago	31.19518	-95.69217	69			TX	225		
4671453	Ashby	ashby	US	01431	0	America/Chicago	28.82915	-96.12413	9			TX	321		
4671468	Ashland	ashland	US	01721	0	America/Chicago	32.6907	-94.70437	98			TX	459		
4671483	Ashwood	ashwood	US	97711	0	America/Chicago	29.10414	-95.87134	17			TX	321		
4671529	Atascosa	atascosa	US	78002	0	America/Chicago	29.2669	-98.73197	198			TX	029		
4671545	Athens	athens	US	04912	12788	America/Chicago	32.20487	-95.85552	149	Alvin,Atens,Athens,athyna,atn  tgzas,Атенс,آتن، تگزاس,أثينا,ایتھنز، ٹیکساس	213	TX	213		
4671566	Atco	atco	US	08004	0	America/Chicago	31.47989	-97.24528	193			TX	309		
4671576	Atlanta	atlanta	US	14808	5605	America/Chicago	33.11374	-94.16435	79	Atlanta,atlanta,atlanta  tgzas,Атланта,آتلانتا، تگزاس,أتلانتا,اٹلانٹا، ٹیکساس		TX	067		
4671592	Atlas	atlas	US	48411	0	America/Chicago	33.56872	-95.6169	156			TX	277		
4671620	Aubrey	aubrey	US	72311	3352	America/Chicago	33.30428	-96.98612	210	Aubrey,Omego		TX	121		
4671623	Auburn	auburn	US	01501	0	America/Chicago	32.29737	-97.07723	183	Auburn,Autumn		TX	139		
4671637	Augusta	augusta	US	04330	0	America/Chicago	31.53157	-95.33078	114	Augusta,Baston		TX	225		
4671650	Aurora	aurora	US	04408	1307	America/Chicago	33.06068	-97.50336	249	Avrora,Аврора		TX	497		
4671654	Austin	austin	US	16720	931830	America/Chicago	30.26715	-97.74306	149	AUS,Austin,Austino,Austinopolis,Aŭstino,Montopolis,Oscin,Ostin,Ostina,Ostinas,Ostins,Waterloo,ao si ting,asatina,astin,astina,astyn  tgzas,awstn,ke shi dian,oseutin,ostina,ostʼini,osutin,xxstin,Ώστιν,Остин,Остін,Осцін,Օստին,אוסטין,אסטין,آستین، تگزاس,آسٹن,آسٹن، ٹیکساس,أوستن,अस्टिन,अस्तिन,आस्टिन्,ऑस्टिन,অস্টিন,ਆਸਟਿਨ,ஆஸ்டின்,ഓസ്റ്റിൻ,ออสติน,ოსტინი,ኦስቲን፣ ቴክሳስ,ᎠᏍᏘᏂ,オースティン,奧斯汀,柯士甸,오스틴	TX	TX	453		
4671746	Austwell	austwell	US	77950	149	America/Chicago	28.39028	-96.84221	7			TX	391		
4671755	Avalon	avalon	US	08202	0	America/Chicago	32.20543	-96.78999	162			TX	139		
4671762	Avery	avery	US	75554	459	America/Chicago	33.55206	-94.78105	144			TX	387		
4671771	Avinger	avinger	US	75630	440	America/Chicago	32.89986	-94.55631	120			TX	067		
4671776	Avoca	avoca	US	14809	0	America/Chicago	32.86567	-99.71592	470	Avoca,Spring Creek Community		TX	253		
4671779	Avondale	avondale	US	19311	0	America/Chicago	26.22452	-97.71555	11			TX	061		
4671780	Avondale	avondale	US	19311	0	America/Chicago	32.9679	-97.42058	246			TX	439		
4671783	Axtell	axtell	US	66403	0	America/Chicago	31.65822	-96.97139	160			TX	309		
4671800	Azle	azle	US	76020	11693	America/Chicago	32.89513	-97.54586	217	Ejzl,azl,azl  tgzas,Ејзл,أزل,ازل، تگزاس		TX	439		
4671895	Bacliff	bacliff	US	77518	8619	America/Chicago	29.5069	-94.99243	5	Bakliv,Баклив		TX	167		
4671931	Bagwell	bagwell	US	75412	0	America/Chicago	33.66205	-95.16078	145			TX	387		
4671939	Bailey	bailey	US	27807	286	America/Chicago	33.43205	-96.16581	217			TX	147		
4671983	Baileyville	baileyville	US	04694	0	America/Chicago	31.05268	-96.82859	113			TX	331		
4671988	Baird	baird	US	79504	1483	America/Chicago	32.39402	-99.39424	525	Berd,bei er de,byrd,byrd  tgzas,Берд,بيرد,بیرد، تگزاس,貝爾德	059	TX	059		
4671999	Baker	baker	US	26801	0	America/Chicago	32.57958	-97.72725	281			TX	367		
4672004	Bainville	bainville	US	59212	0	America/Chicago	28.74554	-97.93278	142			TX	255		
4672059	Balch Springs	balch-springs	US	75180	25210	America/Chicago	32.72874	-96.62277	152			TX	113		
4672104	Baldwin	baldwin	US	11510	0	America/Chicago	32.70598	-94.23436	62			TX	203		
4672145	Ballinger	ballinger	US	76821	3767	America/Chicago	31.73821	-99.94731	496	Balindzer,balynjyr,blynjr  tgzas,Балинџер,بالينجير,بلینجر، تگزاس	399	TX	399		
4672153	Balm	balm	US	33503	0	America/Chicago	33.74677	-96.97667	253			TX	097		
4672168	Bancroft	bancroft	US	25011	0	America/Chicago	30.11132	-93.79906	5			TX	361		
4672171	Bandera	bandera	US	78003	877	America/Chicago	29.72661	-99.07365	379	Bandera,bandyra,bndra  tgzas,Бандера,بانديرا,بندرا، تگزاس	019	TX	019		
4672192	Bangs	bangs	US	76823	1581	America/Chicago	31.7171	-99.13255	490			TX	049		
4672212	Banquete	banquete	US	78339	726	America/Chicago	27.80614	-97.79611	26			TX	355		
4672286	Barclay	barclay	US	21607	0	America/Chicago	31.07657	-97.10944	159	Barclay,Barklay		TX	145		
4672296	Bardwell	bardwell	US	42023	675	America/Chicago	32.26904	-96.6961	147			TX	139		
4672318	Barker	barker	US	14012	0	America/Chicago	29.7844	-95.68495	31			TX	201		
4672349	Barnes	barnes	US	66933	0	America/Chicago	30.89325	-94.69687	89			TX	373		
4672404	Barnum	barnum	US	50518	0	America/Chicago	30.94492	-94.67271	76			TX	373		
4672422	Barrett	barrett	US	56311	3199	America/Chicago	29.87995	-95.06298	13			TX	201		
4672463	Barry	barry	US	56210	242	America/Chicago	32.09932	-96.6361	152			TX	349		
4672479	Bartlett	bartlett	US	03812	2761	America/Chicago	30.79491	-97.42556	182	Bartlett,Бартлетт		TX	491		
4672485	Barton	barton	US	05822	0	America/Chicago	30.91991	-96.71164	87			TX	395		
4672519	Bascom	bascom	US	32423	0	America/Chicago	32.32293	-95.21745	174			TX	423		
4672568	Bassett	bassett	US	24055	0	America/Chicago	33.31679	-94.56104	82			TX	037		
4672576	Bastrop	bastrop	US	71220	8231	America/Chicago	30.11049	-97.31527	112	Bastrop,bastrwb,bstrap  tgzas,Бастроп,باستروب,بستراپ، تگزاس	021	TX	021		
4672599	Batesville	batesville	US	22924	0	America/Chicago	33.60844	-95.11189	124			TX	387		
4672600	Batesville	batesville	US	22924	1068	America/Chicago	28.95108	-99.61783	215			TX	507		
4672602	Bath	bath	US	03740	0	America/Chicago	30.59464	-95.62383	78			TX	471		
4672620	Batson	batson	US	77519	0	America/Chicago	30.24938	-94.60714	25			TX	199		
4672651	Baxter	baxter	US	26560	0	America/Chicago	32.16849	-95.74913	152			TX	213		
4672728	Bayside	bayside	US	11359	331	America/Chicago	28.0939	-97.21471	5			TX	391		
4672731	Baytown	baytown	US	77520	76335	America/Chicago	29.7355	-94.97743	8	Baytown,Bejtaun,Creek,Goose Creek,HPY,bay tawn,bei dui,beitaun,by tawn  tgzas,Бејтаун,باي تاون,بی تاون، تگزاس,بےٹاؤن، ٹیکساس,ベイタウン,貝敦,베이타운		TX	201		
4672745	Bayview	bayview	US	83803	390	America/Chicago	26.12869	-97.39831	8			TX	061		
4672746	Bayview	bayview	US	83803	419	America/Chicago	29.51495	-95.00437	5	Bay View,Bayview		TX	167		
4672756	Beach	beach	US	58621	0	America/Chicago	30.31993	-95.42133	64			TX	339		
4672757	Beach City	beach-city	US	44608	2566	America/Chicago	29.66217	-94.88992	7	Beach City,Sea Crest Park		TX	071		
4672768	Beacon	beacon	US	12508	0	America/Chicago	31.18268	-96.81165	106			TX	145		
4672835	Bear Creek	bear-creek	US	18602	0	America/Chicago	32.92986	-94.45047	112			TX	067		
4672859	Bear Creek	bear-creek	US	18602	388	America/Chicago	30.1891	-97.94473	302			TX	209		
4672876	Bear Creek	bear-creek	US	18602	0	America/Chicago	30.44937	-95.22105	65			TX	407		
4672983	Beattie	beattie	US	66406	0	America/Chicago	32.0382	-98.69255	408			TX	093		
4672989	Beaumont	beaumont	US	23014	118129	America/Chicago	30.08605	-94.10185	5	BPT,Beaumont,Bomont,Bomontas,Cow Bayou,Jefferson City,Neches River Settlement,Tevis Bluff,bo meng te,bomamta,bomonteu,bomonto,bwmant  tgzas,bwmwnt,Бомонт,بومانت، تگزاس,بومونت,بیومونٹ,بیومونٹ، ٹیکساس,बोमाँट,ボーモント,博蒙特,보몬트	245	TX	245		
4673044	Beaverdam	beaverdam	US	23015	0	America/Chicago	33.6365	-94.67132	115	Beaver Dam,Beaverdam		TX	037		
4673065	Becker	becker	US	38825	0	America/Chicago	32.49292	-96.20692	125			TX	257		
4673094	Bedford	bedford	US	01730	49337	America/Chicago	32.84402	-97.14307	182	Bedford,bdfwrd  tgzas,bydfwrd,Бедфорд,بدفورد، تگزاس,بيدفورد,بیڈفورڈ، ٹیکساس		TX	439		
4673096	Beckville	beckville	US	75631	843	America/Chicago	32.24294	-94.45548	104			TX	365		
4673101	Bedias	bedias	US	77831	455	America/Chicago	30.77599	-95.95047	103			TX	185		
4673203	Beech Grove	beech-grove	US	42322	0	America/Chicago	30.85603	-94.1213	35	Beech Grove,Beechgrove		TX	241		
4673248	Bel Air	bel-air	US	21014	0	America/Chicago	32.51848	-94.37353	123			TX	203		
4673258	Beeville	beeville	US	78102	13277	America/Chicago	28.40095	-97.74974	64	Beeville,Beeville on the Poesta,Bivil,Maryville,NIR,byfyl,bywyl  tgzas,Бивил,بيفيل,بیویل، تگزاس	025	TX	025		
4673268	Belgrade	belgrade	US	04917	0	America/Chicago	30.68576	-93.66351	21	Belgrade,Biloxi		TX	351		
4673275	Belk	belk	US	35545	0	America/Chicago	33.8451	-95.71497	149			TX	277		
4673353	Bellaire	bellaire	US	43906	18518	America/Chicago	29.70579	-95.45883	16	Beler,belleeo,blyr  tgzas,bylayr,Белер,بلیر، تگزاس,بيلاير,벨레어		TX	201		
4673378	Bellevue	bellevue	US	41073	348	America/Chicago	33.63649	-98.01393	316			TX	077		
4673390	Bells	bells	US	38006	1426	America/Chicago	33.61038	-96.41082	210	Bells,Gospel Ridge		TX	181		
4673398	Bellville	bellville	US	30414	4262	America/Chicago	29.95023	-96.25719	89	Belvil,bei er wei er,belbil,blwyl  tgzas,bylfyl,Белвил,بلویل، تگزاس,بيلفيل,贝尔维尔,벨빌	015	TX	015		
4673410	Belmont	belmont	US	02478	0	America/Chicago	29.52329	-97.68389	110			TX	177		
4673425	Belton	belton	US	29627	20547	America/Chicago	31.05601	-97.46445	155	Belton,belteon,bltwn  tgzas,byltwn,Белтон,بلتون، تگزاس,بيلتون,بیلٹن، ٹیکساس,벨턴	027	TX	027		
4673452	Ben Bolt	ben-bolt	US	78342	0	America/Chicago	27.64753	-98.08139	60			TX	249		
4673457	Ben Franklin	ben-franklin	US	75415	0	America/Chicago	33.47677	-95.76885	148			TX	119		
4673460	Ben Hur	ben-hur	US	24218	0	America/Chicago	31.51045	-96.72776	143	Ben Hur,Benhur		TX	293		
4673468	Ben Wheeler	ben-wheeler	US	75754	0	America/Chicago	32.44597	-95.70385	162	Ben Wheeler,Clough		TX	467		
4673475	Benavides	benavides	US	78341	1317	America/Chicago	27.59892	-98.40807	114			TX	131		
4673490	Bend	bend	US	76824	0	America/Chicago	31.09961	-98.5117	339			TX	411		
4673491	Bend	bend	US	76824	0	America/Chicago	31.09934	-98.51281	339	Bend,Eagle,McAnelly's Bend,Schleicher's Bend		TX	411		
4673510	Benjamin	benjamin	US	79505	267	America/Chicago	33.58398	-99.79231	450		275	TX	275		
4673521	Bennett	bennett	US	27208	0	America/Chicago	32.71902	-98.04782	230			TX	367		
4673537	Benoit	benoit	US	38725	0	America/Chicago	31.78293	-99.82897	524			TX	399		
4673553	Bentonville	bentonville	US	22610	0	America/Chicago	27.77586	-97.95806	45			TX	249		
4673568	Berclair	berclair	US	78107	0	America/Chicago	28.53083	-97.59111	58			TX	175		
4673569	Berea	berea	US	26327	0	America/Chicago	31.33435	-95.31133	117			TX	225		
4673570	Berea	berea	US	26327	0	America/Chicago	32.80625	-94.40214	78			TX	315		
4673596	Bergheim	bergheim	US	78004	0	America/Chicago	29.82744	-98.5753	438			TX	259		
4673607	Berlin	berlin	US	01503	0	America/Chicago	30.17133	-96.4458	126			TX	477		
4673671	Berryville	berryville	US	22611	1014	America/Chicago	32.08849	-95.4719	111			TX	213		
4673677	Bertram	bertram	US	78605	1390	America/Chicago	30.7438	-98.05558	385			TX	053		
4673708	Bethany	bethany	US	06524	0	America/Chicago	32.37321	-94.04324	105	Bethany,Vernon		TX	365		
4673749	Bethel	bethel	US	04217	0	America/Chicago	31.92016	-95.92024	113			TX	001		
4673750	Bethel	bethel	US	04217	0	America/Chicago	32.28598	-95.84497	143			TX	213		
4673751	Bethel	bethel	US	04217	0	America/Chicago	33.07873	-95.40912	150	Askew,Bethel		TX	223		
4673752	Bethel	bethel	US	04217	0	America/Chicago	32.69624	-97.82281	293			TX	367		
4673753	Bethel	bethel	US	04217	0	America/Chicago	31.65154	-99.90869	511			TX	399		
4673754	Bethel	bethel	US	04217	0	America/Chicago	32.69264	-94.76382	112			TX	459		
4673858	Bethel	bethel	US	04217	0	America/Chicago	32.96012	-96.97667	153			TX	113		
4673913	Bethlehem	bethlehem	US	03574	0	America/Chicago	33.14901	-94.51242	117			TX	067		
4673914	Bethlehem	bethlehem	US	03574	0	America/Chicago	32.83596	-94.98883	109			TX	459		
4673915	Bethlehem	bethlehem	US	03574	0	America/Chicago	32.65792	-94.7941	111			TX	459		
4673987	Beulah	beulah	US	38726	0	America/Chicago	31.18547	-94.66854	70			TX	005		
4673988	Beulah	beulah	US	38726	0	America/Chicago	31.45767	-96.55192	149			TX	293		
4674001	Beverly	beverly	US	01915	2162	America/Chicago	31.52517	-97.14195	148			TX	309		
4674006	Beverly Hills	beverly-hills	US	34464	2033	America/Chicago	31.52156	-97.15389	161	Beverly,Beverly Hills,Bevurli Khils,Бевърли Хилс		TX	309		
4674020	Bexar	bexar	US	72515	0	America/Chicago	29.48329	-98.17084	182			TX	029		
4674021	Bexar	bexar	US	72515	0	America/Chicago	29.22552	-98.6878	200			TX	029		
4674180	Big Creek	big-creek	US	25505	0	America/Chicago	30.33854	-96.5958	89			TX	051		
4674190	Big Creek	big-creek	US	25505	0	America/Chicago	30.45243	-94.86271	20			TX	291		
4674324	Big Rock	big-rock	US	24603	0	America/Chicago	32.35931	-95.94108	146			TX	213		
4674337	Big Sandy	big-sandy	US	24816	1374	America/Chicago	32.58375	-95.10883	112			TX	459		
4674388	Big Springs	big-springs	US	26137	0	America/Chicago	32.06739	-94.96744	107			TX	401		
4674436	Big Wells	big-wells	US	78830	762	America/Chicago	28.57332	-99.56866	164			TX	127		
4674450	Bigfoot	bigfoot	US	78005	450	America/Chicago	29.04691	-98.86669	198			TX	163		
4674591	Bisbee	bisbee	US	58317	0	America/Chicago	32.60902	-97.18418	214			TX	439		
4674593	Bishop	bishop	US	24604	3150	America/Chicago	27.58614	-97.79916	19	Bishop,Brookings		TX	355		
4674633	Bivins	bivins	US	75555	0	America/Chicago	33.01958	-94.19908	97			TX	067		
4674634	Bixby	bixby	US	65439	504	America/Chicago	26.15174	-97.85361	18			TX	061		
4674771	Black Oak	black-oak	US	72414	0	America/Chicago	32.97234	-95.43078	140	Black Oak,Blackoak		TX	223		
4674811	Blackfoot	blackfoot	US	83221	0	America/Chicago	31.94627	-95.83524	119			TX	001		
4674907	Blanchard	blanchard	US	16826	0	America/Chicago	30.73686	-95.05549	45			TX	373		
4674911	Blanco	blanco	US	74528	1889	America/Chicago	30.09799	-98.42141	405			TX	031		
4674938	Bland	bland	US	24315	0	America/Chicago	31.21295	-97.51446	181			TX	027		
4674939	Bland	bland	US	24315	0	America/Chicago	30.0916	-93.75739	3			TX	361		
4674952	Blanket	blanket	US	76432	383	America/Chicago	31.82404	-98.78699	494			TX	049		
4675014	Blessing	blessing	US	77419	927	America/Chicago	28.87137	-96.21802	12			TX	321		
4675019	Blevins	blevins	US	71825	0	America/Chicago	31.22323	-97.20861	167			TX	145		
4675021	Bleiblerville	bleiblerville	US	78931	0	America/Chicago	30.008	-96.44747	113			TX	015		
4675051	Blodgett	blodgett	US	63824	0	America/Chicago	33.06845	-95.10883	125			TX	449		
4675052	Bloomdale	bloomdale	US	44817	0	America/Chicago	33.24734	-96.67944	206			TX	085		
4675053	Bloomfield	bloomfield	US	06002	0	America/Chicago	33.44456	-97.01556	194			TX	097		
4675055	Bloomburg	bloomburg	US	75556	398	America/Chicago	33.13791	-94.05741	96			TX	067		
4675056	Blooming Grove	blooming-grove	US	10914	824	America/Chicago	32.0921	-96.71582	182			TX	349		
4675057	Bloomington	bloomington	US	12411	2459	America/Chicago	28.64777	-96.89249	18	Blumington,Блумингтон		TX	469		
4675059	Blossom	blossom	US	75416	1551	America/Chicago	33.6615	-95.38579	161			TX	277		
4675077	Blue	blue	US	85922	0	America/Chicago	30.39188	-97.14749	143			TX	287		
4675146	Blue Mound	blue-mound	US	62513	2490	America/Chicago	32.85652	-97.33891	205			TX	439		
4675153	Blue Ridge	blue-ridge	US	24064	850	America/Chicago	33.29789	-96.40165	187	Blue Ridge,Blueridge		TX	085		
4675154	Blue Ridge	blue-ridge	US	24064	917	America/Chicago	31.27629	-96.74137	142			TX	145		
4675176	Blue Springs	blue-springs	US	38828	0	America/Chicago	31.27658	-94.07408	99			TX	405		
4675201	Bluegrove	bluegrove	US	76352	0	America/Chicago	33.67399	-98.23005	304			TX	077		
4675236	Bluff Dale	bluff-dale	US	76433	0	America/Chicago	32.35097	-98.02143	273			TX	143		
4675245	Bluff Springs	bluff-springs	US	62622	0	America/Chicago	30.15771	-97.76889	176			TX	453		
4675254	Bluffton	bluffton	US	29910	0	America/Chicago	30.82073	-98.49142	325			TX	299		
4675256	Blum	blum	US	76627	441	America/Chicago	32.14265	-97.39724	180			TX	217		
4675373	Boerne	boerne	US	78006	13674	America/Chicago	29.79466	-98.73197	430	Berni,brny  tgzas,bwyrn,Берни,برنی، تگزاس,بويرن	259	TX	259		
4675398	Bogata	bogata	US	75417	1111	America/Chicago	33.47067	-95.21384	129			TX	387		
4675505	Bois d'Arc	bois-d-arc	US	65612	0	America/Chicago	32.91151	-95.9533	141			TX	379		
4675507	Bois d'Arc	bois-d-arc	US	65612	0	America/Chicago	31.9585	-95.75302	140			TX	001		
4675525	Boling	boling	US	77420	1122	America/Chicago	29.26441	-95.94384	24			TX	481		
4675527	Bolivar	bolivar	US	14715	0	America/Chicago	33.35845	-97.24529	208			TX	121		
4675553	Bon Wier	bon-wier	US	75928	0	America/Chicago	30.74018	-93.64476	24			TX	351		
4675565	Bonanza	bonanza	US	84008	0	America/Chicago	32.98095	-95.72052	146			TX	223		
4675577	Bonham	bonham	US	75418	10079	America/Chicago	33.57733	-96.17831	186	Bonam,banhm  tgzas,bwnham,Бонам,بانهم، تگزاس,بونهام	147	TX	147		
4675606	Bonita	bonita	US	71223	0	America/Chicago	33.75899	-97.59447	303			TX	337		
4675639	Bono	bono	US	72416	0	America/Chicago	32.32376	-97.50446	253	Billingsley,Bono		TX	251		
4675676	Boonville	boonville	US	13309	0	America/Chicago	30.67075	-96.32468	89			TX	041		
4675678	Booth	booth	US	36008	0	America/Chicago	29.52996	-95.64995	23			TX	157		
4675687	Borden	borden	US	47106	0	America/Chicago	29.69135	-96.70192	100			TX	089		
4675727	Bosque	bosque	US	87006	0	America/Chicago	31.85488	-97.60391	208			TX	035		
4675739	Boss	boss	US	65440	0	America/Chicago	32.55569	-97.50808	255			TX	439		
4675742	Boston	boston	US	02108	0	America/Chicago	33.44151	-94.41965	111	Boston,Бостон		TX	037		
4675796	Bowers	bowers	US	19511	0	America/Chicago	30.91185	-97.18611	158			TX	331		
4675803	Bowie	bowie	US	20715	5126	America/Chicago	33.559	-97.84865	344	Boui,Bui,bawy,bwyy  tgzas,Боуи,Буи,باوي,بویی، تگزاس		TX	337		
4675925	Boyce	boyce	US	22620	0	America/Chicago	32.3782	-96.73777	162			TX	139		
4675928	Boyd	boyd	US	54726	0	America/Chicago	33.65205	-96.1797	184			TX	147		
4675929	Boyd	boyd	US	54726	1335	America/Chicago	33.07873	-97.5653	222			TX	497		
4675965	Boynton	boynton	US	15532	0	America/Chicago	31.23574	-94.42965	84			TX	005		
4676031	Bradshaw	bradshaw	US	24817	0	America/Chicago	32.09847	-99.89787	607			TX	441		
4676032	Brady	brady	US	59416	5549	America/Chicago	31.13517	-99.33506	511	BBD,Bredi,Brejdi,brady,brydy  tgzas,Бреді,Брейди,Брејди,برادي,بریدی، تگزاس	307	TX	307		
4676033	Brady	brady	US	59416	0	America/Chicago	31.66518	-94.20381	121			TX	419		
4676070	Branch	branch	US	49402	0	America/Chicago	33.10262	-96.5161	159			TX	085		
4676081	Brandon	brandon	US	05733	0	America/Chicago	32.04571	-96.96056	191			TX	217		
4676090	Branchville	branchville	US	07826	0	America/Chicago	30.88436	-96.76387	93			TX	331		
4676106	Brashear	brashear	US	63533	0	America/Chicago	33.11873	-95.73357	169			TX	223		
4676131	Brazoria	brazoria	US	77422	3071	America/Chicago	29.04441	-95.56911	9	BZT		TX	039		
4676181	Breckenridge	breckenridge	US	48615	5590	America/Chicago	32.75568	-98.90229	367	BKD,Breckenridge,Brekenridz,brknryj  tgzas,bryknrydj,Брекенриџ,بريكنريدج,برکنریج، تگزاس,بریکنریج، ٹیکساس	429	TX	429		
4676198	Bremond	bremond	US	76629	920	America/Chicago	31.16518	-96.67692	140			TX	395		
4676206	Brenham	brenham	US	77833	16579	America/Chicago	30.16688	-96.39774	104	Brenam,brnham  tgzas,brynham,Бренам,برنهام، تگزاس,برينهام	477	TX	477		
4676266	Briar	briar	US	63931	5665	America/Chicago	32.99512	-97.5428	227			TX	497		
4676316	Bridge City	bridge-city	US	77611	7941	America/Chicago	30.02077	-93.84573	3			TX	361		
4676327	Bridgeport	bridgeport	US	06601	6381	America/Chicago	33.21012	-97.75476	244			TX	497		
4676365	Briggs	briggs	US	78608	0	America/Chicago	30.88963	-97.92502	336			TX	053		
4676417	Bristol	bristol	US	02809	668	America/Chicago	32.46153	-96.56999	154	Bistol,Bristol		TX	139		
4676430	Britton	britton	US	49229	0	America/Chicago	32.54847	-97.06779	171			TX	139		
4676441	Broaddus	broaddus	US	75929	197	America/Chicago	31.30685	-94.26909	80			TX	405		
4676448	Broadway	broadway	US	08808	0	America/Chicago	33.52038	-95.57357	142			TX	277		
4676459	Brock	brock	US	68320	0	America/Chicago	32.67624	-97.94087	265			TX	367		
4676501	Bronson	bronson	US	32621	287	America/Chicago	31.34407	-94.01352	97			TX	403		
4676523	Brookesmith	brookesmith	US	76827	0	America/Chicago	31.55044	-99.11866	411			TX	049		
4676526	Brookhaven	brookhaven	US	11719	0	America/Chicago	31.18045	-97.62613	214			TX	027		
4676527	Brookhaven	brookhaven	US	11719	0	America/Chicago	29.67495	-95.36299	13			TX	201		
4676539	Brookeland	brookeland	US	75931	0	America/Chicago	31.15269	-93.99352	57	Brookeland,Brookland		TX	403		
4676571	Brookshire	brookshire	US	77423	5120	America/Chicago	29.78606	-95.95107	49			TX	473		
4676581	Brookston	brookston	US	47923	0	America/Chicago	33.62316	-95.69941	180			TX	277		
4676703	Browning	browning	US	59417	0	America/Chicago	32.38376	-95.08411	138			TX	423		
4676736	Brownsboro	brownsboro	US	35741	0	America/Chicago	29.78384	-97.60916	137	Brownboro,Brownsboro		TX	055		
4676737	Brownsboro	brownsboro	US	35741	1073	America/Chicago	32.30237	-95.61357	116			TX	213		
4676740	Brownsville	brownsville	US	05037	183887	America/Chicago	25.90175	-97.49748	10	BRO,Braunsvil,Braunsvila,Braunsvilis,Braunsvill,Brownsville,Fort Brown,Fort Taylor,beulaunjeubil,brawnzfyl,brawnzwl,brawnzwyl  tgzas,bu lang si wei er,buraunzubiru,Браунсвил,Браунсвилл,בראונסוויל,براؤنزول,براونزفيل,براونزویل، تگزاس,براونزویل، ٹیکساس,ブラウンズビル,布朗斯維爾,브라운즈빌	061	TX	061		
4676750	Brownwood	brownwood	US	63738	0	America/Chicago	29.74912	-95.04993	1			TX	201		
4676751	Brownwood	brownwood	US	63738	0	America/Chicago	30.11438	-93.73517	3			TX	361		
4676792	Bruceville	bruceville	US	47516	0	America/Chicago	31.31934	-97.23667	189	Bruceville,Bruceville-Eddy		TX	309		
4676798	Brownwood	brownwood	US	63738	19031	America/Chicago	31.70932	-98.99116	416	BWD,Braunvud,Brownwood,beulaun-udeu,brawnwwd,brawnwwd  tgzas,Браунвуд,براونوود,براونوود، تگزاس,브라운우드	049	TX	049		
4676800	Brumley	brumley	US	65017	0	America/Chicago	32.87957	-95.01494	112			TX	459		
4676808	Bruni	bruni	US	78344	379	America/Chicago	27.42614	-98.84086	237			TX	479		
4676813	Brunswick	brunswick	US	04011	0	America/Chicago	31.58184	-95.06188	104			TX	073		
4676816	Bruner	bruner	US	65620	0	America/Chicago	30.08882	-93.75406	2			TX	361		
4676983	Bryan	bryan	US	43506	0	America/Chicago	33.09873	-97.41835	279			TX	497		
4677008	Bryan	bryan	US	43506	82118	America/Chicago	30.67436	-96.36996	114	Brajan,Bryan,CFD,beulaieon,brayan  tgzas,bryan,bu lai en,buraian,Брайан,Брајан,برائن، ٹیکساس,برایان، تگزاس,بريان,ブライアン,布賴恩,브라이언	041	TX	041		
4677024	Bryce	bryce	US	84764	0	America/Chicago	31.96822	-94.54048	136	Bryce,Eulalie,Liles,Wragg's Hill		TX	401		
4677030	Bryson	bryson	US	76427	528	America/Chicago	33.16123	-98.38561	381			TX	237		
4677042	Buchanan Dam	buchanan-dam	US	78609	1519	America/Chicago	30.7399	-98.43114	318	Bachanan Dam,Buchanan Dam		TX	299		
4677119	Buckeye	buckeye	US	24924	0	America/Chicago	28.89554	-96.04802	12			TX	321		
4677124	Buckholts	buckholts	US	76518	509	America/Chicago	30.87297	-97.12499	159			TX	331		
4677127	Buckhorn	buckhorn	US	41721	0	America/Chicago	30.76659	-93.68157	40			TX	351		
4677130	Buckhorn	buckhorn	US	41721	0	America/Chicago	30.03855	-96.19996	81			TX	015		
4677143	Buckingham	buckingham	US	18912	66	America/Chicago	32.93651	-96.725	191			TX	113		
4677149	Buckner	buckner	US	40010	0	America/Chicago	33.21762	-96.6636	201			TX	085		
4677150	Buckner	buckner	US	40010	0	America/Chicago	32.58986	-97.90254	223			TX	367		
4677189	Buena Vista	buena-vista	US	15018	0	America/Chicago	29.27135	-98.4614	164			TX	029		
4677190	Buena Vista	buena-vista	US	15018	0	America/Chicago	26.24507	-97.34887	4			TX	061		
4677228	Buffalo	buffalo	US	14201	0	America/Chicago	31.7907	-99.20783	458			TX	083		
4677229	Buffalo	buffalo	US	14201	0	America/Chicago	32.27237	-96.27998	107			TX	213		
4677230	Buffalo	buffalo	US	14201	1887	America/Chicago	31.46379	-96.05802	117	Buffalo,Буффало		TX	289		
4677231	Buffalo	buffalo	US	14201	0	America/Chicago	31.48155	-98.89783	405			TX	333		
4677263	Buffalo Gap	buffalo-gap	US	57722	435	America/Chicago	30.38076	-97.95196	229			TX	453		
4677267	Buffalo Gap	buffalo-gap	US	57722	470	America/Chicago	32.2793	-99.83009	582	Buffalo Gap,Buffalogap		TX	441		
4677344	Bullard	bullard	US	75757	2832	America/Chicago	32.13988	-95.32023	154			TX	423		
4677384	Bullock	bullock	US	27507	0	America/Chicago	32.51568	-98.68673	472			TX	133		
4677392	Bulverde	bulverde	US	78163	4925	America/Chicago	29.74383	-98.45307	333	Bulverde,Pieper Settlement		TX	091		
4677412	Buna	buna	US	77612	2142	America/Chicago	30.43298	-93.9624	23			TX	241		
4677426	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	30.39715	-93.94268	20			TX	241		
4677427	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	33.83066	-95.77108	145			TX	277		
4677524	Burke	burke	US	12917	735	America/Chicago	31.23185	-94.76854	83	Berk,Берк		TX	005		
4677526	Burkburnett	burkburnett	US	76354	11043	America/Chicago	34.09787	-98.57061	323	Burkburnett,Gilbert		TX	485		
4677532	Burkett	burkett	US	76828	0	America/Chicago	31.99598	-99.22562	475			TX	083		
4677541	Burkeville	burkeville	US	23922	0	America/Chicago	30.99992	-93.66795	64			TX	351		
4677551	Burleson	burleson	US	76028	43625	America/Chicago	32.54208	-97.32085	217	Berleson,Burlesone,brlswn  tgzas,bwrlyswn,Берлесон,Бурлесоне,برلسون، تگزاس,بورليسون		TX	251		
4677580	Burlington	burlington	US	01803	0	America/Chicago	31.01518	-96.99666	131			TX	331		
4677592	Burnet	burnet	US	78611	6239	America/Chicago	30.75824	-98.22836	392	Bernet,brnt  tgzas,byrnt,Бернет,برنت، تگزاس,بيرنت	053	TX	053		
4677609	Burnett	burnett	US	53922	0	America/Chicago	33.55566	-96.02914	202			TX	147		
4677629	Burns	burns	US	37029	0	America/Chicago	33.51818	-94.28909	101			TX	037		
4677666	Burr	burr	US	68324	0	America/Chicago	29.30803	-96.00746	29			TX	481		
4677706	Burton	burton	US	26562	303	America/Chicago	30.18216	-96.59553	134	Berton,Бертон		TX	477		
4677711	Burton	burton	US	26562	0	America/Chicago	32.29348	-97.44446	234			TX	251		
4677758	Butler	butler	US	07405	0	America/Chicago	30.32077	-97.29666	143			TX	021		
4677759	Butler	butler	US	07405	0	America/Chicago	31.66378	-95.92357	107			TX	161		
4677859	Byers	byers	US	67021	477	America/Chicago	34.06815	-98.1906	308			TX	077		
4677860	Bynum	bynum	US	27228	199	America/Chicago	31.97182	-97.00306	199			TX	217		
4677979	Cactus	cactus	US	79013	2722	America/Chicago	27.90695	-99.39392	178			TX	479		
4677986	Caddo	caddo	US	74729	0	America/Chicago	29.29274	-97.90306	137			TX	493		
4677991	Caddo	caddo	US	74729	0	America/Chicago	32.71818	-98.66839	382			TX	429		
4678005	Caddo Mills	caddo-mills	US	75135	1470	America/Chicago	33.06567	-96.22776	162			TX	231		
4678030	Cadiz	cadiz	US	42211	0	America/Chicago	28.42722	-97.93945	105			TX	025		
4678111	Caldwell	caldwell	US	07006	4283	America/Chicago	30.53132	-96.69303	117	Kolduehll,Koldvel,kaldwl  tgzas,kaldwyl,Колдвел,Колдуэлл,كالدويل,کالدول، تگزاس	051	TX	051		
4678149	Caledonia	caledonia	US	14423	0	America/Chicago	31.92406	-94.52687	119			TX	401		
4678198	Call	call	US	75933	0	America/Chicago	30.61298	-93.87407	29			TX	351		
4678224	Calliham	calliham	US	78007	0	America/Chicago	28.48055	-98.35029	70			TX	311		
4678240	Calvary	calvary	US	39829	0	America/Chicago	32.75791	-95.52718	137			TX	499		
4678322	Calvert	calvert	US	36513	1151	America/Chicago	30.97797	-96.67386	100	Kalvert,kalfyrt,kalwrt  tgzas,Калверт,كالفيرت,کالورت، تگزاس		TX	395		
4678349	Camden	camden	US	04843	0	America/Chicago	30.91714	-94.73437	90			TX	373		
4678357	Cameron	cameron	US	14819	5460	America/Chicago	30.85325	-96.97693	122	Kameron,kamrwn  tgzas,kamyrwn,Камерон,كاميرون,کامرون، تگزاس,کیمرون، ٹیکساس	331	TX	331		
4678371	Cambridge	cambridge	US	02138	0	America/Chicago	33.81121	-96.72805	233			TX	181		
4678580	Camp Verde	camp-verde	US	86322	0	America/Chicago	29.89383	-99.10476	491			TX	265		
4678599	Campbell	campbell	US	14821	656	America/Chicago	33.14817	-95.95136	180	Kehmpbell,Кэмпбелл		TX	231		
4678639	Campbellton	campbellton	US	32426	0	America/Chicago	28.74748	-98.30251	73			TX	013		
4678667	Campti	campti	US	71411	0	America/Chicago	31.82628	-94.04019	88	Campti,Compti		TX	419		
4678675	Canaan	canaan	US	03741	0	America/Chicago	33.55455	-96.40165	236			TX	181		
4678687	Cana	cana	US	24317	0	America/Chicago	32.57458	-96.01469	135			TX	467		
4678723	Caney	caney	US	67333	0	America/Chicago	28.96359	-95.85468	11			TX	321		
4678724	Caney	caney	US	67333	0	America/Chicago	33.67094	-94.88188	119			TX	387		
4678824	Cannon	cannon	US	40923	0	America/Chicago	33.43872	-96.48387	225			TX	181		
4678858	Canton	canton	US	02021	3752	America/Chicago	32.55652	-95.8633	154		467	TX	467		
4678887	Canyon City	canyon-city	US	97820	0	America/Chicago	29.87383	-98.18779	258			TX	091		
4678901	Canyon Lake	canyon-lake	US	78133	21262	America/Chicago	29.87522	-98.26251	294			TX	091		
4678987	Carbon	carbon	US	47837	266	America/Chicago	32.27069	-98.82867	488			TX	133		
4678988	Carbondale	carbondale	US	18407	0	America/Chicago	33.31512	-94.44131	78			TX	037		
4679014	Carlisle	carlisle	US	01741	0	America/Chicago	30.8738	-95.20688	58			TX	455		
4679021	Carlos	carlos	US	56319	0	America/Chicago	30.59464	-96.07801	76			TX	185		
4679041	Carlton	carlton	US	16311	0	America/Chicago	31.9182	-98.17198	406			TX	193		
4679057	Carmine	carmine	US	78932	257	America/Chicago	30.14938	-96.68609	132			TX	149		
4679078	Caro	caro	US	48723	0	America/Chicago	31.75518	-94.70577	128			TX	347		
4679083	Carolina	carolina	US	02812	0	America/Chicago	30.7938	-95.39689	88			TX	471		
4679092	Carpenter	carpenter	US	50426	0	America/Chicago	29.37829	-98.18473	155			TX	493		
4679126	Carr	carr	US	80612	0	America/Chicago	28.73583	-96.75498	14			TX	469		
4679148	Carrizo Springs	carrizo-springs	US	78834	5898	America/Chicago	28.52193	-99.86061	184	CZT,Carrizo Springs,Karizo Springs,ka li suo si pu lin si,karyzw sbrynghz,kryzw aspryngz  tgzas,Каризо Спрингс,كاريزو سبرينغز,کریزو اسپرینگز، تگزاس,卡里索斯普林斯	127	TX	127		
4679158	Carroll	carroll	US	43112	0	America/Chicago	32.47736	-95.52024	162	Carrol,Carroll		TX	423		
4679195	Carrollton	carrollton	US	23314	133168	America/Chicago	32.95373	-96.89028	161	Carrollton,Karolton,Karoltonas,Karrolton,Kerrolton,ka luo er dun,kaeleolteon,karwltwn,krwltwn  tgzas,kyaroruton,Каролтон,Карролтон,Керролтон,كارولتون,کرولتون، تگزاس,کیرولٹن,کیرولٹن، ٹیکساس,കരോൾട്ടൺ,キャロルトン,卡羅爾頓,캐럴턴		TX	113		
4679205	Carson	carson	US	23830	0	America/Chicago	33.70205	-96.00581	171			TX	147		
4679211	Carter	carter	US	41128	0	America/Chicago	33.1904	-97.10168	193			TX	121		
4679212	Carter	carter	US	41128	0	America/Chicago	32.90679	-97.74142	332			TX	367		
4679270	Carterville	carterville	US	62918	0	America/Chicago	33.0693	-94.47214	86			TX	067		
4679271	Carterville	carterville	US	62918	0	America/Chicago	32.60126	-94.58604	83			TX	203		
4679272	Carthage	carthage	US	13619	6844	America/Chicago	32.15738	-94.33742	95	Kartidz,kartazh  tgzas,karthagh,kasiji,Картиџ,كارثاغ,کارتاژ، تگزاس,کارتھیج، ٹیکساس,카시지	365	TX	365		
4679277	Cartwright	cartwright	US	58838	0	America/Chicago	32.6593	-96.27165	131			TX	257		
4679278	Cartwright	cartwright	US	58838	0	America/Chicago	32.87207	-95.37134	142			TX	499		
4679337	Casa Blanca	casa-blanca	US	87007	0	America/Chicago	28.00085	-97.90389	55			TX	249		
4679394	Cash	cash	US	72421	0	America/Chicago	32.99456	-96.10803	153			TX	231		
4679407	Cason	cason	US	75636	0	America/Chicago	33.03874	-94.81493	103			TX	343		
4679413	Cass	cass	US	24927	0	America/Chicago	33.19513	-94.06324	73			TX	067		
4679430	Castell	castell	US	76831	0	America/Chicago	30.70101	-98.95644	366			TX	299		
4679459	Castroville	castroville	US	78009	2931	America/Chicago	29.35579	-98.87864	231	Kastrovil,kastrwfyl,kstrwyl  tgzas,Кастровил,كاستروفيل,کسترویل، تگزاس		TX	325		
4679469	Castor	castor	US	71016	0	America/Chicago	31.36905	-98.51032	457			TX	333		
4679483	Cat Spring	cat-spring	US	78933	0	America/Chicago	29.84551	-96.3258	94			TX	015		
4679493	Catarina	catarina	US	78836	118	America/Chicago	28.34555	-99.61338	168			TX	127		
4679613	Cayuga	cayuga	US	13034	0	America/Chicago	31.95711	-95.97469	94	Cayuga,Tennessee Colony		TX	001		
4679667	Cedar Creek	cedar-creek	US	68016	0	America/Chicago	30.08716	-97.50083	132	Cedar Creek,Cedarcreek		TX	021		
4679743	Cedar Creek	cedar-creek	US	68016	0	America/Chicago	30.19466	-96.06024	80			TX	473		
4679777	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	31.38491	-94.73299	103			TX	005		
4679778	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	32.75791	-96.08664	174	Cedar Grove,Zandt		TX	257		
4679803	Cedar Hill	cedar-hill	US	37032	48507	America/Chicago	32.58847	-96.95612	253	Cedar Hill,Cedarhill		TX	113		
4679841	Cedar Lake	cedar-lake	US	46303	0	America/Chicago	28.90109	-95.6369	4	Cedar Lake,Cedarlake		TX	321		
4679850	Cedar Lane	cedar-lane	US	77415	0	America/Chicago	28.93859	-95.73662	8			TX	321		
4679851	Cedar Lane	cedar-lane	US	77415	0	America/Chicago	28.93914	-95.73718	8			TX	321		
4679867	Cedar Park	cedar-park	US	78613	65945	America/Chicago	30.5052	-97.82029	276	Cedar Park,Cedarpark,Sidar Park,sydar bark,sydr park  tgzas,Сидар Парк,سيدار بارك,سیدر پارک، تگزاس,سیڈر پارک، ٹیکساس		TX	491		
4679873	Cedar Point	cedar-point	US	61316	0	America/Chicago	31.7049	-94.4866	97			TX	347		
4679892	Cedar Springs	cedar-springs	US	39832	0	America/Chicago	31.17796	-96.91943	132			TX	145		
4679895	Cedar Springs	cedar-springs	US	39832	0	America/Chicago	32.86902	-94.73465	96			TX	459		
4679905	Cedar Valley	cedar-valley	US	84013	0	America/Chicago	30.90574	-97.67751	256			TX	027		
4679906	Cedar Valley	cedar-valley	US	84013	0	America/Chicago	30.22243	-97.95584	333			TX	453		
4679921	Cedarvale	cedarvale	US	87009	0	America/Chicago	32.56986	-96.09164	125			TX	257		
4679936	Celeste	celeste	US	75423	836	America/Chicago	33.29428	-96.1947	204			TX	231		
4679944	Celina	celina	US	38551	7697	America/Chicago	33.32456	-96.78444	211			TX	085		
4679980	Centennial	centennial	US	82055	0	America/Chicago	32.22572	-94.06519	100			TX	365		
4679987	Center	center	US	42214	5727	America/Chicago	31.51073	-96.4247	131			TX	293		
4679988	Center	center	US	42214	5211	America/Chicago	31.79545	-94.17909	113	Senter,sntr,sntr  tgzas,Сентер,سنتر,سنتر، تگزاس,سینٹر، ٹیکساس	419	TX	419		
4679993	Center City	center-city	US	55012	0	America/Chicago	31.47044	-98.40893	429			TX	333		
4680011	Center Hill	center-hill	US	33514	0	America/Chicago	31.38018	-95.24716	127			TX	225		
4680027	Center Line	center-line	US	48015	0	America/Chicago	30.42465	-96.53775	82			TX	051		
4680032	Center Point	center-point	US	26339	0	America/Chicago	32.96429	-94.83021	101			TX	063		
4680036	Center Point	center-point	US	26339	0	America/Chicago	33.09234	-96.06108	163			TX	231		
4680037	Center Point	center-point	US	26339	0	America/Chicago	29.94411	-99.03643	467	Center Point,Centerpoint		TX	265		
4680038	Center Point	center-point	US	26339	0	America/Chicago	32.33349	-94.46687	110			TX	365		
4680039	Center Point	center-point	US	26339	0	America/Chicago	32.74041	-97.72975	281			TX	367		
4680040	Center Point	center-point	US	26339	0	America/Chicago	32.9354	-97.54308	218			TX	439		
4680043	Center Point	center-point	US	26339	0	America/Chicago	31.26324	-95.0916	115			TX	455		
4680044	Center Point	center-point	US	26339	0	America/Chicago	32.61153	-95.01939	128	Center Point,Pleasant Grove		TX	459		
4680079	Centerview	centerview	US	64019	0	America/Chicago	31.25268	-95.80773	86			TX	289		
4680081	Centerville	centerville	US	02632	0	America/Chicago	32.87763	-96.62027	165			TX	113		
4680082	Centerville	centerville	US	02632	903	America/Chicago	31.25796	-95.97829	108	Centerville,Centreville	289	TX	289		
4680083	Centerville	centerville	US	02632	0	America/Chicago	31.18046	-95.04299	111			TX	455		
4680235	Centralia	centralia	US	62801	0	America/Chicago	31.25796	-95.03994	99			TX	455		
4680244	Central	central	US	29630	0	America/Chicago	31.4274	-94.80854	132			TX	005		
4680300	Chalk Hill	chalk-hill	US	15421	0	America/Chicago	32.35293	-94.65104	120			TX	401		
4680322	Chalmers	chalmers	US	47929	0	America/Chicago	29.07109	-95.96162	18			TX	231		
4680353	Chambersville	chambersville	US	15723	0	America/Chicago	33.30622	-96.63582	199			TX	085		
4680369	Chandler	chandler	US	47610	2949	America/Chicago	32.30793	-95.47996	123	Chandler,Чандлер		TX	213		
4680388	Channelview	channelview	US	77530	38289	America/Chicago	29.77606	-95.11465	9			TX	201		
4680420	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	32.31126	-95.19189	142			TX	423		
4680456	Chapin	chapin	US	29036	0	America/Chicago	32.53791	-97.67558	336			TX	221		
4680458	Chapman	chapman	US	36015	0	America/Chicago	32.14988	-94.63326	126			TX	401		
4680467	Chapman Ranch	chapman-ranch	US	78347	0	America/Chicago	27.58642	-97.45333	7			TX	355		
4680490	Chappell Hill	chappell-hill	US	77426	0	America/Chicago	30.14272	-96.25691	91	Chapel Hill,Chapelhill,Chappell Hill		TX	477		
4680552	Charleston	charleston	US	04422	0	America/Chicago	33.3865	-95.53384	134			TX	119		
4680560	Charlotte	charlotte	US	05445	1815	America/Chicago	28.86192	-98.70641	165	Sharlott,Шарлотт		TX	013		
4680579	Chatfield	chatfield	US	44825	0	America/Chicago	32.24154	-96.40748	131			TX	349		
4680678	Chester	chester	US	01011	310	America/Chicago	30.92631	-94.59659	75	Chester,Честер		TX	457		
4680681	Chesterville	chesterville	US	43317	0	America/Chicago	29.60996	-96.20746	47			TX	089		
4680702	Chico	chico	US	76431	1069	America/Chicago	33.29595	-97.79892	282	Chiko,Чико		TX	497		
4680710	Chicota	chicota	US	75425	0	America/Chicago	33.86899	-95.57107	149			TX	277		
4680740	Chillicothe	chillicothe	US	45601	660	America/Chicago	34.25647	-99.51676	427			TX	197		
4680756	Chilton	chilton	US	53014	911	America/Chicago	31.28018	-97.06416	131			TX	145		
4680774	China	china	US	77613	1130	America/Chicago	30.04799	-94.33574	12			TX	245		
4680782	China Grove	china-grove	US	28023	1291	America/Chicago	29.38885	-98.3489	199			TX	029		
4680783	China Grove	china-grove	US	28023	0	America/Chicago	29.31274	-95.45661	14			TX	039		
4680805	Chinquapin	chinquapin	US	28521	0	America/Chicago	28.75776	-95.77385	1	Chinguapin,Chinquapin		TX	321		
4680806	Chinquapin	chinquapin	US	28521	0	America/Chicago	31.40296	-94.09936	95			TX	405		
4680822	Chipley	chipley	US	32428	0	America/Chicago	28.78666	-97.03582	18			TX	469		
4680823	Chireno	chireno	US	75937	386	America/Chicago	31.49935	-94.35187	98			TX	347		
4680827	Chisholm	chisholm	US	55719	0	America/Chicago	32.83818	-96.37165	153	Chisholm,McLendon-Chisholm		TX	397		
4680876	Chriesman	chriesman	US	77838	0	America/Chicago	30.59937	-96.77081	136			TX	051		
4680985	Christine	christine	US	58015	414	America/Chicago	28.78915	-98.49724	101			TX	013		
4681048	Church Hill	church-hill	US	21623	0	America/Chicago	32.19099	-94.66521	127			TX	401		
4681462	Cibolo	cibolo	US	78108	33433	America/Chicago	29.56162	-98.22696	213	Cibolo,Cibolo Valley,Fromme's Store		TX	187		
4681476	Cima	cima	US	92323	0	America/Chicago	30.9402	-94.40187	126			TX	457		
4681489	Circle	circle	US	59215	0	America/Chicago	31.80129	-95.00883	99			TX	073		
4681519	Circleville	circleville	US	10919	0	America/Chicago	30.63742	-97.43556	166			TX	491		
4681521	Cisco	cisco	US	30708	3791	America/Chicago	32.38819	-98.97923	498			TX	133		
4681676	Clara	clara	US	39324	0	America/Chicago	34.0912	-98.69728	337			TX	485		
4681685	Clark	clark	US	07066	0	America/Chicago	30.39215	-94.76632	24	Clark,Clarke		TX	291		
4681753	Clarkson	clarkson	US	14430	0	America/Chicago	30.99519	-96.92498	116			TX	331		
4681758	Clarksville	clarksville	US	12041	3187	America/Chicago	33.61066	-95.05272	125		387	TX	387		
4681776	Clawson	clawson	US	48017	0	America/Chicago	31.40074	-94.79271	110			TX	005		
4681777	Clay	clay	US	13041	0	America/Chicago	30.38937	-96.34357	68			TX	051		
4681806	Clayton	clayton	US	08312	0	America/Chicago	32.09822	-94.47492	118	Cariker,Clayton		TX	365		
4681907	Clear Lake	clear-lake	US	50428	0	America/Chicago	33.07817	-96.49527	162	Clear Lake,Clearlake		TX	085		
4681972	Clearwater	clearwater	US	29822	0	America/Chicago	32.99984	-95.20133	136			TX	159		
4681976	Cleburne	cleburne	US	76031	30020	America/Chicago	32.34764	-97.38668	233	Klibern,klybrn  tgzas,kylbwrn,Клиберн,كيلبورن,کلیبرن، تگزاس	251	TX	251		
4682018	Clemons	clemons	US	12819	0	America/Chicago	29.84273	-96.04107	41	Clemens,Clemon,Clemons		TX	473		
4682031	Cleveland	cleveland	US	13042	0	America/Chicago	31.67667	-99.25333				TX	083		
4682032	Cleveland	cleveland	US	13042	7858	America/Chicago	30.34132	-95.08549	48	Klivlend,klyfland,klywlnd  tgzas,Кливленд,كليفلاند,کلیولند، تگزاس,کلیولینڈ، ٹیکساس		TX	291		
4682066	Clifton	clifton	US	07011	3361	America/Chicago	31.78238	-97.57669	205	Clifton (Texas),Klifton,klyftwn,klyftwn  tgzas,Клифтон,كليفتون,کلیفتون، تگزاس		TX	035		
4682067	Clifton	clifton	US	07011	0	America/Chicago	32.7829	-95.98275	134			TX	467		
4682086	Climax	climax	US	12042	0	America/Chicago	33.20484	-96.44971	169			TX	085		
4682087	Climax	climax	US	12042	0	America/Chicago	31.48879	-94.69326	58			TX	347		
4682091	Clinton	clinton	US	01510	0	America/Chicago	33.10345	-96.23581	174			TX	231		
4682163	Clute	clute	US	77531	11444	America/Chicago	29.02469	-95.39883	4	Clute,Clute City,Lake Barbara		TX	039		
4682169	Clyde	clyde	US	14433	3771	America/Chicago	32.40596	-99.49369	607			TX	059		
4682209	Cobb	cobb	US	31735	0	America/Chicago	32.7143	-96.10025	162	Cobb,Cobbs,Cobbs Community,Cobbs Station		TX	257		
4682211	Coalville	coalville	US	84017	0	America/Chicago	32.57569	-98.33227	281			TX	363		
4682247	Cochran	cochran	US	31014	0	America/Chicago	30.02883	-96.1294	57			TX	015		
4682279	Coffeeville	coffeeville	US	36524	0	America/Chicago	32.8293	-94.75771	113			TX	459		
4682352	Coldspring	coldspring	US	77331	899	America/Chicago	30.59242	-95.12938	110	Cold Spring,Coldspring,Coonskin,Firemans Hill,Firemen's Hill	407	TX	407		
4682380	Coleman	coleman	US	33521	4393	America/Chicago	31.82737	-99.42645	519	COM	083	TX	083		
4682427	Colfax	colfax	US	26566	0	America/Chicago	32.51042	-95.73274	173			TX	467		
4682464	College Station	college-station	US	72053	107889	America/Chicago	30.62798	-96.33441	103	CLL,College Station,Koledz Stejshon,Kolledzh-Stejshen,da xue cheng,kalej stesan,kalj astyshn  tgzas,kallijiseuteisyeon,karejjisuteshon,koleja stesana,kwlyj styshn,Колеџ Стејшон,Колледж-Стейшен,كوليج ستيشن,کالج استیشن، تگزاس,کالج سٹیشن، ٹیکساس,कॉलेज स्टेशन,కాలేజ్ స్టేషన్,カレッジステーション,大學城,칼리지스테이션		TX	041		
4682474	Collegeport	collegeport	US	77428	0	America/Chicago	28.72527	-96.17497	3			TX	321		
4682478	Colleyville	colleyville	US	76034	25487	America/Chicago	32.88096	-97.15501	187	Coleysville,Colleyville,Kolivil,kalywyl  tgzas,kwlyfyl,Коливил,كوليفيل,کالیویل، تگزاس		TX	439		
4682509	Collins	collins	US	14034	0	America/Chicago	31.00131	-93.97463	91			TX	241		
4682536	Collinsville	collinsville	US	06022	1687	America/Chicago	33.5615	-96.91111	229	Kollinsvil',Коллинсвиль		TX	181		
4682548	Colmesneil	colmesneil	US	75938	584	America/Chicago	30.90798	-94.42214	83			TX	457		
4682555	Cologne	cologne	US	08213	0	America/Chicago	28.70555	-97.18166	37			TX	175		
4682604	Colony	colony	US	66015	0	America/Chicago	29.76912	-97.17888	132			TX	149		
4682605	Colony	colony	US	66015	0	America/Chicago	32.78179	-95.68802	115			TX	379		
4682656	Colton	colton	US	13625	0	America/Chicago	30.14966	-97.69722	163			TX	453		
4683824	Cove	cove	US	71937	0	America/Chicago	30.07021	-93.74017	3			TX	361		
4683859	Covington	covington	US	16917	269	America/Chicago	32.17848	-97.25807	231			TX	217		
4682665	Columbus	columbus	US	08022	3629	America/Chicago	29.70662	-96.53969	62	Colombus,Columbus,Kolambus,Kolumbus,ge lun bu,klmbws  tgzas,kwlwmbws,Коламбус,Колумбус,كولومبوس,کلمبوس، تگزاس,کولمبس، ٹیکساس,哥倫布	089	TX	089		
4682674	Colquitt	colquitt	US	39837	0	America/Chicago	32.7954	-96.35748	159			TX	257		
4682698	Comanche	comanche	US	73529	4197	America/Chicago	31.89737	-98.60366	421	Komanchi,ke man qi,kwmanchy  tgzas,kwmansh,Команчи,كومانش,کومانچی، تگزاس,科曼奇	093	TX	093		
4682742	Combes	combes	US	78535	3059	America/Chicago	26.24869	-97.73388	12	Combes,Combs		TX	061		
4682748	Comfort	comfort	US	25049	2363	America/Chicago	29.96771	-98.90503	435	Kamfort,kamfwrt,kamfwrt  tgzas,Камфорт,كامفورت,کامفورت، تگزاس		TX	259		
4682762	Commerce	commerce	US	30529	8892	America/Chicago	33.24706	-95.89997	169			TX	231		
4682829	Como	como	US	27818	706	America/Chicago	33.06067	-95.47217	163			TX	223		
4682848	Concan	concan	US	78838	0	America/Chicago	29.49523	-99.71255	382	Con Can,Concan		TX	463		
4682850	Concepcion	concepcion	US	78349	62	America/Chicago	27.39365	-98.35529	89			TX	131		
4682854	Conception	conception	US	64433	0	America/Chicago	27.39643	-98.35779	91			TX	131		
4682860	Concho	concho	US	73022	0	America/Chicago	31.53682	-99.81146	486			TX	095		
4682865	Concord	concord	US	01742	0	America/Chicago	31.12353	-94.2527	50			TX	005		
4682867	Concord	concord	US	01742	0	America/Chicago	32.07016	-95.04633	126			TX	073		
4682868	Concord	concord	US	01742	0	America/Chicago	31.5249	-96.05691	113			TX	161		
4682869	Concord	concord	US	01742	0	America/Chicago	33.11456	-96.15609	174			TX	231		
4682870	Concord	concord	US	01742	0	America/Chicago	31.25685	-96.14441	161			TX	289		
4682871	Concord	concord	US	01742	0	America/Chicago	31.91656	-94.58854	159			TX	401		
4682872	Concord	concord	US	01742	0	America/Chicago	32.82541	-94.91077	112			TX	459		
4682905	Concordia	concordia	US	64020	0	America/Chicago	27.60253	-97.70694	14			TX	355		
4682943	Connell	connell	US	99326	0	America/Chicago	30.1016	-93.99462	5			TX	361		
4682991	Conroe	conroe	US	77301	68602	America/Chicago	30.31188	-95.45605	67	CXO,Konro,kanrw  tgzas,kwnrwy,Конро,كونروي,کانرو، تگزاس,کونرو، ٹیکساس	339	TX	339		
4683021	Converse	converse	US	29329	21987	America/Chicago	29.51801	-98.31612	219	Konvers,kanwrs  tgzas,kwnfyrs,Конверс,كونفيرس,کانورس، تگزاس		TX	029		
4683033	Cook	cook	US	55723	0	America/Chicago	33.61205	-97.12779	223			TX	097		
4683083	Cookville	cookville	US	75558	0	America/Chicago	33.18568	-94.85438	132			TX	449		
4683084	Cool	cool	US	95614	167	America/Chicago	32.80013	-98.00115	284			TX	367		
4683089	Coolidge	coolidge	US	31738	950	America/Chicago	31.75405	-96.64999	163			TX	293		
4683141	Cooper	cooper	US	50059	1957	America/Chicago	33.37344	-95.68829	147	Kuper,kwpr  tgzas,Купер,کوپر، تگزاس	119	TX	119		
4683142	Cooper	cooper	US	50059	2180	America/Chicago	31.24324	-95.58217	80			TX	225		
4683195	Copeland	copeland	US	34137	0	America/Chicago	32.23988	-95.27189	169	Copeland,Coplen		TX	423		
4683209	Copeville	copeville	US	75121	0	America/Chicago	33.07956	-96.41554	169			TX	085		
4683217	Coppell	coppell	US	75019	41159	America/Chicago	32.95457	-97.01501	158	Koppell,Коппелл		TX	113		
4683244	Copperas Cove	copperas-cove	US	76522	33081	America/Chicago	31.12406	-97.90308	333	Coperas Cove,Copperas Cove,Kopras Kouv,kwbyras kwf,kwpras kww  tgzas,Копрас Коув,كوبيراس كوف,کوپراس کوو، تگزاس		TX	099		
4683295	Cordele	cordele	US	31010	0	America/Chicago	29.13498	-96.62997	31			TX	239		
4683317	Corinth	corinth	US	04427	20998	America/Chicago	33.15401	-97.06473	185			TX	121		
4683318	Corinth	corinth	US	04427	0	America/Chicago	32.85428	-99.86926	500			TX	253		
4683319	Corinth	corinth	US	04427	0	America/Chicago	31.37296	-96.00302	122	Corinth,Corrinth		TX	289		
4683320	Corinth	corinth	US	04427	0	America/Chicago	33.84482	-97.52197	278			TX	337		
4683416	Corpus Christi	corpus-christi	US	78401	324074	America/Chicago	27.80058	-97.39638	2	CRP,Corpus Christi,Korpous Kristi,Korpus Kristi,Korpus-Kristi,Korpus-Krysty,Korpuskristi,ke po si ke li si di,khxrpaskh ri sti,kopasukurisuti,kopeoseukeuliseuti,korpasa kristi,kwrbws krysty,kwrps krysty,qwrpws krysty,Κόρπους Κρίστι,Корпус Кристи,Корпус-Кристи,Корпус-Крысты,Корпус-Крісті,Корпъс Кристи,קורפוס כריסטי,كوربوس كريستي,کارپس کرسٹی، ٹیکساس,کورپس کرسٹی,کورپس کریستی,कॉर्पस क्रिस्टी,คอร์ปัสคริสตี,コーパスクリスティ,科珀斯克里斯蒂,코퍼스크리스티	355	TX	355		
4683453	Corrigan	corrigan	US	75939	1539	America/Chicago	30.99686	-94.82715	72			TX	373		
4683462	Corsicana	corsicana	US	75109	23952	America/Chicago	32.09543	-96.46887	135	CRS,Korsikana,kwrsykana,kwrsykana  tgzas,Корсикана,كورسيكانا,کورسیکانا، تگزاس	349	TX	349		
4683513	Cotton	cotton	US	31739	0	America/Chicago	30.83158	-95.89467	71			TX	185		
4683514	Cotton Center	cotton-center	US	79021	0	America/Chicago	33.50983	-96.12192	214			TX	147		
4683527	Cottondale	cottondale	US	32431	0	America/Chicago	33.06595	-97.70475	241			TX	497		
4683532	Cottonwood	cottonwood	US	36320	0	America/Chicago	30.8288	-96.33413	103			TX	041		
4683533	Cottonwood	cottonwood	US	36320	0	America/Chicago	32.20597	-99.20451	552			TX	059		
4683534	Cottonwood	cottonwood	US	36320	0	America/Chicago	32.08931	-98.28976	410			TX	143		
4683535	Cottonwood	cottonwood	US	36320	202	America/Chicago	32.46792	-96.38915	127			TX	257		
4683536	Cottonwood	cottonwood	US	36320	0	America/Chicago	29.91716	-94.5163	11			TX	291		
4683537	Cottonwood	cottonwood	US	36320	0	America/Chicago	30.91325	-96.00301	94			TX	313		
4683538	Cottonwood	cottonwood	US	36320	0	America/Chicago	31.82738	-97.04167	168			TX	309		
4683696	Cotulla	cotulla	US	78014	4216	America/Chicago	28.43693	-99.23503	130	COT,Kotula,kwtwla,kwtwla  tgzas,Котула,كوتولا,کوتولا، تگزاس	283	TX	283		
4683700	Couch	couch	US	65690	0	America/Chicago	28.77054	-97.74889	80	Couch,Oklahoma		TX	255		
4683819	Coupland	coupland	US	78615	300	America/Chicago	30.45993	-97.38861	156			TX	491		
4683931	Cowley	cowley	US	82420	0	America/Chicago	33.00984	-96.77389	213			TX	085		
4684046	Craig	craig	US	64437	0	America/Chicago	32.26266	-94.78077	116	Clark,Craig,Irwin's Chapel,Tate		TX	401		
4684056	Crandall	crandall	US	30711	3238	America/Chicago	32.62791	-96.45582	129			TX	257		
4684071	Cranfills Gap	cranfills-gap	US	76637	276	America/Chicago	31.77377	-97.82586	295	Cranfills Gap,Granfills Gap		TX	035		
4684084	Crawford	crawford	US	26343	741	America/Chicago	31.53433	-97.44307	210			TX	309		
4684126	Creedmoor	creedmoor	US	27522	221	America/Chicago	30.08994	-97.73389	193	Creedmoor,Willow Springs		TX	453		
4684218	Crockett	crockett	US	24323	6554	America/Chicago	31.31824	-95.45661	111	Crocket,Crockett,Kroket,krakt  tgzas,krwkyt,Крокет,كروكيت,کراکت، تگزاس	225	TX	225		
4684301	Crosby	crosby	US	16724	2299	America/Chicago	29.91189	-95.06215	14			TX	201		
4684312	Cross	cross	US	29436	0	America/Chicago	30.81019	-96.10301	109			TX	185		
4684314	Cross	cross	US	29436	0	America/Chicago	28.60471	-98.54641	86			TX	311		
4684332	Cross Plains	cross-plains	US	37049	970	America/Chicago	32.12625	-99.16534	531	Cross Plains,Crossplains		TX	059		
4684377	Crossroads	crossroads	US	88114	0	America/Chicago	32.93207	-94.96105	113			TX	063		
4684378	Crossroads	crossroads	US	88114	0	America/Chicago	33.44566	-95.70524	156	Cross Roads,Crossroads		TX	119		
4684379	Crossroads	crossroads	US	88114	0	America/Chicago	32.44849	-94.23769	93			TX	203		
4684380	Crossroads	crossroads	US	88114	0	America/Chicago	32.99095	-95.59579	149			TX	223		
4684381	Crossroads	crossroads	US	88114	0	America/Chicago	30.96435	-96.79137	128	Cross Roads,Crossroads		TX	331		
4684431	Crowell	crowell	US	79227	866	America/Chicago	33.98397	-99.72482	449		155	TX	155		
4684434	Crowley	crowley	US	70526	14853	America/Chicago	32.57903	-97.36252	237			TX	439		
4684441	Crown	crown	US	16220	0	America/Chicago	28.94136	-98.74002	164			TX	013		
4684478	Crystal Beach	crystal-beach	US	34681	0	America/Chicago	29.45718	-94.63964	2			TX	167		
4684480	Crystal City	crystal-city	US	63019	7496	America/Chicago	28.67748	-99.82811	170	Kristal Siti,krystal syty,krystal syty  tgzas,Кристал Сити,كريستال سيتي,کرسٹل سٹی، ٹیکساس,کریستال سیتی، تگزاس	507	TX	507		
4684487	Crystal Falls	crystal-falls	US	49920	0	America/Chicago	32.89567	-98.90035	341			TX	429		
4684491	Crystal Lake	crystal-lake	US	50432	0	America/Chicago	31.73962	-95.50523	101			TX	001		
4684532	Cuba	cuba	US	14727	0	America/Chicago	32.31403	-97.26918	252			TX	251		
4684547	Cuero	cuero	US	77954	7115	America/Chicago	29.09387	-97.28916	56	Cuero,Kvero,Quairo,kwrw,kwrw  tgzas,Кверо,كورو,کورو، تگزاس	123	TX	123		
4684590	Culleoka	culleoka	US	38451	0	America/Chicago	33.13123	-96.49193	168			TX	085		
4684611	Cumby	cumby	US	75433	790	America/Chicago	33.13734	-95.83941	197			TX	223		
4684627	Cuney	cuney	US	75759	141	America/Chicago	32.03211	-95.41745	114			TX	073		
4684630	Cunningham	cunningham	US	37052	0	America/Chicago	33.4265	-95.35745	119			TX	277		
4684652	Currie	currie	US	28435	0	America/Chicago	31.86377	-96.44359	125			TX	349		
4684663	Curtis	curtis	US	49820	0	America/Chicago	30.92131	-94.06463	79			TX	241		
4684678	Cushing	cushing	US	04563	612	America/Chicago	31.81462	-94.84049	125			TX	347		
4684679	Cusseta	cusseta	US	31805	0	America/Chicago	33.16235	-94.45742	147	Cussera,Cusseta		TX	067		
4684681	Custer City	custer-city	US	16725	0	America/Chicago	33.68288	-97.05001	269			TX	097		
4684719	Cyclone	cyclone	US	16726	0	America/Chicago	31.02768	-97.15083	141			TX	027		
4684723	Cypress	cypress	US	32432	0	America/Chicago	33.04401	-95.26911	129			TX	159		
4684724	Cypress	cypress	US	32432	46025	America/Chicago	29.96911	-95.69717	46	saybrs,sayprs  tgzas,سايبرس,سایپرس، تگزاس		TX	201		
4684819	D'Hanis	d-hanis	US	78850	847	America/Chicago	29.33051	-99.27976	269	D'Hanis,New D'Hanis		TX	325		
4684858	Daingerfield	daingerfield	US	75638	2452	America/Chicago	33.03179	-94.72187	121	Dejndzerfild,dyngrfyld  tgzas,dynjrfyld,Дејнџерфилд,دينجرفيلد,دینگرفیلد، تگزاس	343	TX	343		
4684867	Daisetta	daisetta	US	77533	991	America/Chicago	30.11327	-94.64298	25			TX	291		
4684875	Dale	dale	US	14039	0	America/Chicago	29.92744	-97.56444	159			TX	055		
4684887	Dallardsville	dallardsville	US	77332	0	America/Chicago	30.62854	-94.63187	73	Big Sandy,Dallardsville		TX	373		
4684888	Dallas	dallas	US	18612	1300092	America/Chicago	32.78306	-96.80667	128	DFW,Dalas,Dalasa,Dalasas,Dallas,Dallas shaary,Dallasium,Ntalas,da la si,daelleoseu,dailasa,dalas,dalasa,dalasi,dallas,dallasa,dallaseu,darasu,delasa,talas,Ντάλας,Далас,Даллас,Даллас шаары,Դալաս,דאלאס,دالاس,داللاس,داڵاس,ڈیلاس,डॅलस,डैलस,ডালাস,ਡਾਲਸ,ડલ્લાસ,டாலஸ்,డల్లాస్,ഡാളസ്,แดลลัส,ဒါးလတ်စ်မြို့,დალასი,ዳላስ,ダラス,達拉斯,달라스,댈러스	113	TX	113		
4684946	Dalton	dalton	US	01226	0	America/Chicago	33.20485	-94.59687	107			TX	067		
4684947	Dalton	dalton	US	01226	0	America/Chicago	33.29928	-97.20474	212			TX	121		
4684959	Dalzell	dalzell	US	29040	0	America/Chicago	31.62932	-99.03727	460			TX	049		
4685144	Damon	damon	US	77430	552	America/Chicago	29.29052	-95.73467	24			TX	039		
4685160	Danbury	danbury	US	03230	1776	America/Chicago	29.2283	-95.34494	7			TX	039		
4685168	Danciger	danciger	US	77431	0	America/Chicago	29.17164	-95.81884	15			TX	039		
4685171	Danevang	danevang	US	77432	0	America/Chicago	29.05748	-96.20746	21			TX	481		
4685193	Daniels	daniels	US	25832	0	America/Chicago	32.066	-94.3752	96	Daniels,Murvaul		TX	365		
4685194	Daniels	daniels	US	25832	0	America/Chicago	30.19883	-96.20579	52			TX	477		
4685216	Danville	danville	US	03819	0	America/Chicago	32.40098	-94.82688	113			TX	183		
4685219	Daphne	daphne	US	36526	0	America/Chicago	33.26678	-95.12966	116	Daphine,Daphne		TX	159		
4685230	Darden	darden	US	38328	0	America/Chicago	33.30012	-94.58104	85	Brownstone,Darden		TX	037		
4685279	Dauphin	dauphin	US	17018	0	America/Chicago	32.1871	-95.91663	113			TX	213		
4685285	Davenport	davenport	US	13750	0	America/Chicago	33.92511	-95.13662	115			TX	387		
4685324	Davidson	davidson	US	28035	0	America/Chicago	30.47215	-96.63108	108			TX	051		
4685334	Davilla	davilla	US	76523	0	America/Chicago	30.78575	-97.275	166			TX	331		
4685336	Davis	davis	US	26260	0	America/Chicago	28.7997	-98.75725	135			TX	013		
4685420	Davisville	davisville	US	26142	0	America/Chicago	31.40296	-94.71049	98			TX	005		
4685428	Dawson	dawson	US	15428	801	America/Chicago	31.89405	-96.71471	147			TX	349	7174832	
4685449	Dayton	dayton	US	08810	7575	America/Chicago	30.04661	-94.8852	25	Daystown,Dayton,Dayton Station,Dejton,West Liberty,daytwn,detana,dytwn  tgzas,Дейтон,Дејтон,دايتون,دیتون، تگزاس,ڈیٹن، ٹیکساس,डेटन		TX	291		
4685467	De Kalb	de-kalb	US	39328	1657	America/Chicago	33.50873	-94.61632	125	De Kalb,Dekalb		TX	037		
4685478	De Leon	de-leon	US	76444	2150	America/Chicago	32.11097	-98.53588	390	De Leon,DeLeon,Deleon		TX	093		
4685524	DeSoto	desoto	US	75115	52486	America/Chicago	32.58986	-96.85695	203	De Soto,DeSoto,Desoto,Opportunity,Soto,Woodland Hills,deseattea,dswtw  tgzas,dy swtw,Десото,Сото,دسوتو، تگزاس,دي سوتو,ڈیسوٹو، ٹیکساس,ഡെസോട്ടൊ		TX	113		
4685572	Deadwood	deadwood	US	57732	0	America/Chicago	32.13989	-94.14186	81	Deadwood,Linus		TX	365		
4685612	Deanville	deanville	US	77852	0	America/Chicago	30.43215	-96.75609	117			TX	051		
4685617	Decatur	decatur	US	30030	6521	America/Chicago	33.23428	-97.58614	336	Dekejter,Dekejtur,dikeiteo,diketa,diketara,dkatwr  tgzas,dykatwr,Декейтер,Декејтур,ديكاتور,دکاتور، تگزاس,डिकॅटर,ディケーター,디케이터	497	TX	497		
4685631	Decker	decker	US	47524	0	America/Chicago	30.3066	-97.61778	174			TX	453		
4685706	Deer Creek	deer-creek	US	56527	0	America/Chicago	33.63649	-98.28755	308			TX	077		
4685737	Deer Park	deer-park	US	11729	33806	America/Chicago	29.70523	-95.12382	9	Deer Park,Deerpark,Dir Park,dyr bark,dyr park  tgzas,Дир Парк,دير بارك,دیر پارک، تگزاس		TX	201		
4685772	Del Mar	del-mar	US	92014	0	America/Chicago	26.01175	-97.15219	3			TX	061		
4685773	Del Mar	del-mar	US	92014	0	America/Chicago	27.56974	-99.48587	148			TX	479		
4685784	Del Valle	del-valle	US	78617	0	America/Chicago	30.21077	-97.65472	148	Del Valle,Delvalle		TX	453		
4685810	Delhi	delhi	US	13753	0	America/Chicago	29.82745	-97.39555	161			TX	055		
4685812	Delia	delia	US	66418	0	America/Chicago	31.70683	-96.76777	168			TX	293		
4685835	Delmita	delmita	US	78536	216	America/Chicago	26.68006	-98.41251	84	Delmita,Zaragosa		TX	427		
4685837	Delray	delray	US	26714	0	America/Chicago	32.15349	-94.45992	106			TX	365		
4685890	Dennis	dennis	US	02638	0	America/Chicago	32.61874	-97.9267	222			TX	367		
4685892	Denison	denison	US	51442	23150	America/Chicago	33.75566	-96.53666	222	Denison,Dennison,dan ni sen,denison,dnyswn,dnyswn  tgzas,Денисон,דניסון,دنيسون,دنیسون، تگزاس,ڈینیسن، ٹیکساس,デニソン,丹尼森		TX	181		
4685907	Denton	denton	US	21629	131044	America/Chicago	33.21484	-97.13307	201	Denton,Dentonas,Dentono,Dentun,deng dun,dentana,denteon,denton,dntwn  tgzas,dyntwn,Дентон,Дентън,دنتون، تگزاس,دينتون,ڈینٹن,ڈینٹن، ٹیکساس,डेंटन,ডেন্টন,ഡെന്റൺ,デントン,登頓,덴턴	121	TX	121		
4685916	Denton	denton	US	21629	0	America/Chicago	32.25874	-99.53952	603	Denton,Denton Community		TX	059		
4685952	Deport	deport	US	75435	566	America/Chicago	33.52622	-95.31578	126			TX	277		
4685956	Derby	derby	US	05829	0	America/Chicago	28.77137	-99.12864	159			TX	163		
4685971	Desdemona	desdemona	US	76445	0	America/Chicago	32.27041	-98.55033	414	Desdamona,Desdemona,Desdemonia,Desdimonia		TX	133		
4685987	Detroit	detroit	US	04929	705	America/Chicago	33.6615	-95.26662	147	Detroit,Детроит		TX	387		
4685999	Devers	devers	US	77538	457	America/Chicago	30.02744	-94.59158	18			TX	291		
4686085	Deweyville	deweyville	US	77614	1023	America/Chicago	30.29771	-93.7435	6			TX	351		
4686088	Dexter	dexter	US	04930	0	America/Chicago	33.81871	-96.96362	237			TX	097		
4686121	Diana	diana	US	26217	0	America/Chicago	32.70986	-94.75215	96	Diana,New Diana		TX	459		
4686131	Diboll	diboll	US	75941	5400	America/Chicago	31.18713	-94.78104	64			TX	005		
4686163	Dickinson	dickinson	US	36436	19895	America/Chicago	29.46079	-95.05132	3	Dikinson,dikinseun,dykynswn,dykynswn  tgzas,Дикинсон,ديكينسون,دیکینسون، تگزاس,디킨슨		TX	167		
4686191	Dike	dike	US	50624	0	America/Chicago	33.23872	-95.48217	144			TX	223		
4686221	Dilworth	dilworth	US	56529	0	America/Chicago	29.50802	-97.28527	88			TX	177		
4686222	Dilworth	dilworth	US	56529	0	America/Chicago	33.70261	-94.98022	126			TX	387		
4686230	Dime Box	dime-box	US	77853	0	America/Chicago	30.3566	-96.82248	113	Dime Box,Dimebox		TX	287		
4686240	Dinero	dinero	US	78350	0	America/Chicago	28.22639	-97.96167	34	Barlow's Ferry,Barlows Ferry,Dinero		TX	297		
4686302	Divide	divide	US	59727	0	America/Chicago	33.04873	-95.71302	167			TX	223		
4686320	Dixie	dixie	US	25059	0	America/Chicago	33.71677	-96.90473	232			TX	181		
4686332	Dixon	dixon	US	42409	0	America/Chicago	33.06928	-96.02691	153			TX	231		
4686363	Dobbin	dobbin	US	77333	0	America/Chicago	30.36548	-95.77606	69			TX	339		
4686434	Dodd City	dodd-city	US	75438	365	America/Chicago	33.57538	-96.07497	205			TX	147		
4686447	Dodge	dodge	US	54625	0	America/Chicago	30.74547	-95.398	122			TX	471		
4686590	Donie	donie	US	75838	0	America/Chicago	31.47712	-96.22247	149			TX	161		
4686593	Donna	donna	US	78537	16523	America/Chicago	26.17035	-98.05195	28			TX	215		
4686613	Doole	doole	US	76836	0	America/Chicago	31.39572	-99.59895	460			TX	307		
4686625	Dorchester	dorchester	US	02121	89	America/Chicago	33.53039	-96.68944	264			TX	181		
4686651	Doss	doss	US	78618	0	America/Chicago	30.44464	-99.1306	527			TX	171		
4686655	Dothan	dothan	US	25833	0	America/Chicago	32.55679	-99.09702	409			TX	133		
4686725	Doucette	doucette	US	75942	0	America/Chicago	30.81826	-94.42881	101			TX	457		
4686728	Dougherty	dougherty	US	50433	0	America/Chicago	32.95567	-95.76913	142	Daugherty,Dougherty		TX	379		
4686765	Douglass	douglass	US	67039	0	America/Chicago	31.66796	-94.88077	106			TX	347		
4686773	Douglassville	douglassville	US	19518	227	America/Chicago	33.19207	-94.35353	120			TX	067		
4686775	Douglas	douglas	US	01516	0	America/Chicago	32.35098	-95.06828	143			TX	423		
4686805	Dowling	dowling	US	49050	0	America/Chicago	30.0166	-94.0374	6			TX	245		
4686812	Downing	downing	US	54734	0	America/Chicago	32.02403	-98.5506	391			TX	093		
4686815	Downs	downs	US	61736	0	America/Chicago	31.45406	-97.07	121			TX	309		
4686821	Downsville	downsville	US	13755	0	America/Chicago	31.45573	-97.06694	120			TX	309		
4686822	Doyle	doyle	US	38559	313	America/Chicago	31.5735	-96.50526	127			TX	293		
4686823	Doyle	doyle	US	38559	254	America/Chicago	27.88752	-97.34444	6			TX	409		
4686864	Drasco	drasco	US	72530	0	America/Chicago	32.07653	-99.98759	615			TX	399		
4686879	Dresden	dresden	US	04342	0	America/Chicago	32.03071	-96.68055	159			TX	349		
4686890	Driftwood	driftwood	US	15832	144	America/Chicago	30.12299	-98.03084	318			TX	209		
4686903	Dripping Springs	dripping-springs	US	78620	2483	America/Chicago	30.19021	-98.08668	350			TX	209		
4686916	Driscoll	driscoll	US	58532	752	America/Chicago	27.67447	-97.74861	19			TX	355		
4687151	Dublin	dublin	US	03444	3664	America/Chicago	32.08514	-98.34199	446	Dablin,Dublin,dbln,deobeullin,dwblyn  tgzas,Даблин,Дублин,دبلن,دوبلین، تگزاس,ڈبلن، ٹیکساس,더블린		TX	143		
4687211	Dudley	dudley	US	01571	0	America/Chicago	32.25819	-99.60508	616			TX	059		
4687222	Duff	duff	US	37729	0	America/Chicago	31.63934	-94.12908	149			TX	419		
4687237	Dugger	dugger	US	47848	0	America/Chicago	29.50245	-97.95139	161			TX	187		
4687245	Duke	duke	US	65461	0	America/Chicago	29.50468	-95.48605	19			TX	157		
4687286	Dunbar	dunbar	US	15431	0	America/Chicago	32.80596	-95.79941	132			TX	379		
4687331	Duncanville	duncanville	US	35456	39826	America/Chicago	32.6518	-96.90834	221	Dankanvil,danknfyl,danknwyl  tgzas,Данканвил,دانكنفيل,دانکنویل، تگزاس,ഡങ്കൺവിൽ		TX	113		
4687338	Dundee	dundee	US	14837	0	America/Chicago	33.74038	-98.90229	351			TX	009		
4687348	Dunlap	dunlap	US	37327	0	America/Chicago	30.24882	-97.55972	125			TX	453		
4687389	Durango	durango	US	52039	0	America/Chicago	31.2049	-97.13055	178	Durango,West Falls		TX	145		
4687391	Durant	durant	US	33530	0	America/Chicago	31.41713	-94.83382	105			TX	005		
4687403	Durham	durham	US	03824	0	America/Chicago	33.35067	-95.97886	181			TX	231		
4687579	Eagle Lake	eagle-lake	US	04739	3650	America/Chicago	29.58968	-96.33358	53	ELA,Eagle Lake,Igl Lejk,ayghl lyk,aygl lyk  tgzas,Игл Лејк,إيغل ليك,ایگل لیک، تگزاس		TX	089		
4687588	Eagle Mountain	eagle-mountain	US	84005	7003	America/Chicago	32.89346	-97.44446	204			TX	439		
4687630	Earle	earle	US	72331	0	America/Chicago	29.26329	-98.49085	155			TX	029		
4687635	Early	early	US	50535	2833	America/Chicago	31.7421	-98.94561	431			TX	049		
4687678	East Bernard	east-bernard	US	77435	2304	America/Chicago	29.53107	-96.07107	38			TX	481		
4687838	East Haven	east-haven	US	05837	0	America/Chicago	29.63995	-95.25244	12			TX	201		
4687871	East Liberty	east-liberty	US	43319	0	America/Chicago	31.66795	-94.03297	99			TX	419		
4687872	East Liberty	east-liberty	US	43319	0	America/Chicago	31.64129	-94.0238	91			TX	419		
4687910	East Point	east-point	US	41216	0	America/Chicago	32.83124	-95.29772	136			TX	499		
4688071	Eastland	eastland	US	76448	3825	America/Chicago	32.40152	-98.81756	439	ETN,Istland,aystland,aystlnd  tgzas,Истланд,إيستلاند,ایستلند، تگزاس	133	TX	133		
4688084	Easton	easton	US	02334	501	America/Chicago	32.38738	-94.58298	83	Iston,Истон		TX	401		
4688156	Ebony	ebony	US	23845	0	America/Chicago	31.50266	-98.89783	410	Buffalo,Ebony		TX	333		
4688163	Echo	echo	US	56237	0	America/Chicago	31.9282	-99.31784	478			TX	083		
4688164	Echo	echo	US	56237	0	America/Chicago	30.15271	-93.73239	4			TX	361		
4688186	Eckert	eckert	US	81418	0	America/Chicago	30.41436	-98.7367	530			TX	171		
4688197	Ecleto	ecleto	US	78111	0	America/Chicago	29.04636	-97.75139	103	Cleto,Ecleto,El Cleto		TX	255		
4688203	Ector	ector	US	75439	693	America/Chicago	33.57733	-96.27331	198			TX	147		
4688216	Edcouch	edcouch	US	78538	3316	America/Chicago	26.29396	-97.96056	19	Ed Couch,Edcouch		TX	215		
4688220	Eddy	eddy	US	76524	0	America/Chicago	31.29462	-97.25223	207	Bruceville-Eddy,Eddy		TX	309		
4688222	Eden	eden	US	05652	2786	America/Chicago	31.21628	-99.84563	626			TX	095		
4688224	Eden	eden	US	05652	0	America/Chicago	31.59268	-94.84938	133			TX	347		
4688237	Edgar	edgar	US	54426	0	America/Chicago	29.20525	-97.23416	99			TX	123		
4688254	Edgewood	edgewood	US	21040	1450	America/Chicago	32.69818	-95.88524	140			TX	467		
4688275	Edinburg	edinburg	US	16116	84497	America/Chicago	26.30174	-98.16334	30	Edinburg,Ehdinburg,adynbrg  tgzas,adynbwrgh,edinbagu,Единбург,Эдинбург,إدينبورغ,ادینبرگ، تگزاس,ایڈنبرگ، ٹیکساس,エディンバーグ	215	TX	215		
4688331	Edroy	edroy	US	78352	331	America/Chicago	27.97363	-97.67611	29			TX	409		
4688348	Edwards	edwards	US	13635	0	America/Chicago	33.82621	-98.03087	278			TX	077		
4688402	Egan	egan	US	57024	0	America/Chicago	32.45292	-97.29974	256			TX	251		
4688415	Egypt	egypt	US	72427	0	America/Chicago	30.22105	-95.56161	62			TX	339		
4688416	Egypt	egypt	US	72427	0	America/Chicago	29.40497	-96.23691	40			TX	481		
4688506	El Campo	el-campo	US	77437	11604	America/Chicago	29.19664	-96.26969	32	El Campo,El Kampo,Elcampo,al kambw,al kampw  tgzas,Ел Кампо,إل كامبو,ال کامپو، تگزاس		TX	481		
4688523	El Centro	el-centro	US	92243	0	America/Chicago	26.68033	-98.43335	92			TX	427		
4689074	Elmdale	elmdale	US	66850	0	America/Chicago	32.43068	-99.63981	543			TX	441		
4688681	El Toro	el-toro	US	92609	0	America/Chicago	28.94804	-96.70526	21			TX	239		
4688712	Elberta	elberta	US	36530	0	America/Chicago	32.29265	-95.24662	170			TX	423		
4688723	Eldon	eldon	US	52554	0	America/Chicago	29.81522	-94.9177	8			TX	201		
4688732	Eldridge	eldridge	US	35554	0	America/Chicago	29.46802	-96.35524	44			TX	089		
4692830	Galloway	galloway	US	26349	0	America/Chicago	29.97244	-94.21379	6			TX	245		
4688739	Electra	electra	US	76360	2711	America/Chicago	34.02926	-98.91896	372	Beaver,Electra,Elektra,Waggoner Switch,alktra  tgzas,alyktra,Електра,إليكترا,الکترا، تگزاس		TX	485		
4688756	Elgin	elgin	US	16413	9039	America/Chicago	30.34965	-97.37027	177	Elgin,algyn  tgzas,aljyn,Елгин,إلجين,الگین، تگزاس		TX	021		
4688765	Elbert	elbert	US	24830	30	America/Chicago	33.26622	-98.99396	352			TX	447		
4688779	Elizabeth	elizabeth	US	07201	0	America/Chicago	30.0766	-94.18879	9			TX	245		
4688793	Elk	elk	US	95432	0	America/Chicago	31.61656	-96.93583	156			TX	309		
4688795	Elkhart	elkhart	US	46514	1317	America/Chicago	31.62517	-95.5794	117	Ehlkkhart,Elkhart,Elkheart,Элкхарт		TX	001		
4688801	Elizabethtown	elizabethtown	US	12932	0	America/Chicago	33.02179	-97.27668	191			TX	121		
4688832	Ellinger	ellinger	US	78938	0	America/Chicago	29.8394	-96.70525	90			TX	149		
4688844	Elliott	elliott	US	29046	0	America/Chicago	34.15009	-99.05563	365			TX	487		
4688899	Ellsworth	ellsworth	US	04605	0	America/Chicago	33.70455	-96.5811	206			TX	181		
4689017	Elm Grove	elm-grove	US	53122	0	America/Chicago	31.87184	-95.10133	107			TX	073		
4689018	Elm Grove	elm-grove	US	53122	0	America/Chicago	29.75467	-97.23193	107			TX	149		
4689019	Elm Grove	elm-grove	US	53122	0	America/Chicago	31.42766	-99.05588	446			TX	411		
4689020	Elm Grove	elm-grove	US	53122	0	America/Chicago	29.44219	-96.3258	42			TX	481		
4689021	Elm Grove	elm-grove	US	53122	0	America/Chicago	30.6852	-97.32	159			TX	491		
4689033	Elm Grove	elm-grove	US	53122	0	America/Chicago	29.89078	-97.4875	173			TX	055		
4689045	Elm Mott	elm-mott	US	76640	0	America/Chicago	31.67183	-97.09889	160			TX	309		
4689072	Elmaton	elmaton	US	77440	0	America/Chicago	28.88637	-96.13996	11			TX	321		
4689077	Elmendorf	elmendorf	US	78112	1688	America/Chicago	29.25607	-98.33279	152			TX	029		
4689096	Elmont	elmont	US	11003	0	America/Chicago	33.42289	-96.63777	222			TX	181		
4689100	Elmwood	elmwood	US	02337	0	America/Chicago	31.91961	-95.63107	189			TX	001		
4689115	Elmo	elmo	US	59915	768	America/Chicago	32.72207	-96.16497	153			TX	257		
4689116	Elroy	elroy	US	53929	0	America/Chicago	30.12077	-97.63528	181			TX	453		
4689120	Elsa	elsa	US	78543	6647	America/Chicago	26.2934	-97.99306	21			TX	215		
4689126	Elwood	elwood	US	08217	0	America/Chicago	33.81177	-96.07387	156			TX	147		
4689127	Elwood	elwood	US	08217	0	America/Chicago	31.0588	-95.82551	91			TX	313		
4689128	Elwood	elwood	US	08217	0	America/Chicago	32.73846	-95.94969	154			TX	467		
4689135	Ely	ely	US	52227	0	America/Chicago	33.52289	-96.31276	223			TX	147		
4689137	Elysian Fields	elysian-fields	US	75642	0	America/Chicago	32.36849	-94.18297	104			TX	203		
4689163	Emblem	emblem	US	82422	0	America/Chicago	33.24733	-95.76607	145			TX	223		
4689192	Eminence	eminence	US	40019	0	America/Chicago	29.83383	-94.69131	9			TX	071		
4689230	Emmaus	emmaus	US	18049	0	America/Chicago	32.01517	-95.04883	113	Ameus,Emmaus		TX	073		
4689236	Emory	emory	US	24327	1253	America/Chicago	32.87457	-95.76552	146		379	TX	379		
4689248	Encinal	encinal	US	78019	592	America/Chicago	28.04112	-99.35448	170			TX	283		
4689253	Encino	encino	US	78353	143	America/Chicago	26.93616	-98.13528	38			TX	047		
4689270	Energy	energy	US	62933	0	America/Chicago	31.76293	-98.36948	426			TX	093		
4689290	English	english	US	47118	0	America/Chicago	29.37413	-95.52772	16			TX	039		
4689291	English	english	US	47118	0	America/Chicago	33.54983	-96.13581	198			TX	147		
4689292	English	english	US	47118	0	America/Chicago	33.62761	-94.85938	135			TX	387		
4689308	Enloe	enloe	US	75441	0	America/Chicago	33.43289	-95.65746	151			TX	119		
4689311	Ennis	ennis	US	59729	19007	America/Chicago	32.32931	-96.62527	164	Enis,Ennis,Sonoma,anys  tgzas,aynys,Енис,انیس، تگزاس,اينيس		TX	139		
4689323	Enon	enon	US	45323	0	America/Chicago	32.77069	-95.02966	122			TX	459		
4689338	Ensign	ensign	US	67841	0	America/Chicago	32.26542	-96.61554	142			TX	139		
4689339	Enterprise	enterprise	US	26568	0	America/Chicago	33.52177	-96.34998	222			TX	147		
4689385	Era	era	US	76238	0	America/Chicago	33.49539	-97.28807	277			TX	097		
4689390	Erath	erath	US	70533	0	America/Chicago	31.63322	-97.26362	168			TX	309		
4689396	Erin	erin	US	14838	0	America/Chicago	30.77965	-93.99685	86			TX	241		
4689411	Erwin	erwin	US	28339	0	America/Chicago	30.48604	-96.05996	85			TX	185		
4689535	Etoile	etoile	US	42131	0	America/Chicago	31.38685	-94.43604	58			TX	347		
4689550	Euless	euless	US	76039	54219	America/Chicago	32.83707	-97.08195	179	Jules,ywls,ywls  tgzas,Јулес,يولس,یولس، تگزاس,یولیس، ٹیکساس		TX	439		
4689554	Eunice	eunice	US	65468	0	America/Chicago	31.31935	-95.81829	95			TX	289		
4689555	Eureka	eureka	US	48833	0	America/Chicago	33.34928	-95.30606	113			TX	159		
4689556	Eureka	eureka	US	48833	311	America/Chicago	32.01266	-96.29581	121	Ehvrika,Эврика		TX	349		
4689558	Eureka	eureka	US	48833	0	America/Chicago	32.58235	-99.05674	396			TX	429		
4689566	Eustace	eustace	US	75124	988	America/Chicago	32.30709	-96.00664	129			TX	213		
4689569	Evadale	evadale	US	77615	1483	America/Chicago	30.35493	-94.07268	14	EVA,Evadale,awadyl  tgzas,ayfadal,إيفادال,اوادیل، تگزاس		TX	241		
4689621	Evant	evant	US	76525	411	America/Chicago	31.47627	-98.15198	382			TX	099		
4689653	Evergreen	evergreen	US	23939	0	America/Chicago	26.33868	-98.05667	22			TX	215		
4689654	Evergreen	evergreen	US	23939	0	America/Chicago	30.56103	-95.23855	98			TX	407		
4689719	Ewell	ewell	US	21824	0	America/Chicago	32.86263	-94.91688	128			TX	459		
4689723	Ewing	ewing	US	24248	0	America/Chicago	31.37269	-94.49048	57			TX	005		
4689801	Fair Oaks	fair-oaks	US	47943	0	America/Chicago	31.48684	-96.30747	132	Fair Oaks,Fairoaks		TX	293		
4689821	Fair Play	fair-play	US	29643	0	America/Chicago	32.14711	-94.53132	115	Fair Play,Fairplay		TX	365		
4689822	Fairbanks	fairbanks	US	47849	0	America/Chicago	29.85273	-95.52439	27			TX	201		
4692831	Galloway	galloway	US	26349	0	America/Chicago	32.04822	-94.08075	67			TX	365		
4689837	Fairfield	fairfield	US	04937	2912	America/Chicago	31.72461	-96.16525	141	Fairfield,Ferfild,Feurfild,Mount Pleasant,Mount Prairie,fyrfyld,fyrfyld  tgzas,Ферфилд,Феърфилд,فيرفيلد,فیئرفیلڈ، ٹیکساس,فیرفیلد، تگزاس	161	TX	161		
4689853	Fairland	fairland	US	46126	0	America/Chicago	30.64408	-98.28475	290			TX	053		
4689865	Fairmount	fairmount	US	30139	0	America/Chicago	31.19686	-93.73324	67	Fairmont,Fairmount		TX	403		
4689869	Fairview	fairview	US	07022	0	America/Chicago	30.65214	-96.43524	79			TX	041		
4689870	Fairview	fairview	US	07022	0	America/Chicago	32.94652	-94.37825	108			TX	067		
4689871	Fairview	fairview	US	07022	8438	America/Chicago	33.1579	-96.63166	192			TX	085		
4689872	Fairview	fairview	US	07022	0	America/Chicago	31.48738	-98.22003	407			TX	193		
4689873	Fairview	fairview	US	07022	0	America/Chicago	32.51486	-97.8017	245			TX	221		
4689874	Fairview	fairview	US	07022	0	America/Chicago	31.91045	-94.93438	106			TX	401		
4689875	Fairview	fairview	US	07022	0	America/Chicago	31.28267	-98.75838	411			TX	411		
4689876	Fairview	fairview	US	07022	0	America/Chicago	29.11247	-98.32307	168			TX	493		
4689877	Fairview	fairview	US	07022	1258	America/Chicago	33.01929	-97.54586	224	Fairview,New Fairview		TX	497		
4690049	Falcon	falcon	US	28342	0	America/Chicago	26.63811	-99.09559	128			TX	505		
4690055	Falcon Heights	falcon-heights	US	78545	53	America/Chicago	26.55894	-99.12309	84			TX	427		
4690070	Falfurrias	falfurrias	US	78355	4962	America/Chicago	27.22699	-98.14417	35	Falfjurijas,falfwryas,falfwryas  tgzas,Фалфјуријас,فالفورياس,فالفوریاس، تگزاس,فالفوریاس، ٹیکساس	047	TX	047		
4690079	Fairdale	fairdale	US	25839	0	America/Chicago	31.23046	-93.66184	52			TX	403		
4690083	Fall Creek	fall-creek	US	54742	0	America/Chicago	32.39792	-97.65141	205			TX	221		
4690091	Fallon	fallon	US	59326	0	America/Chicago	31.581	-96.40637	155			TX	293		
4690097	Falls City	falls-city	US	68355	660	America/Chicago	28.98275	-98.0175	94			TX	255		
4690137	Fannin	fannin	US	77960	0	America/Chicago	28.69555	-97.23582	43			TX	175		
4690171	Fargo	fargo	US	31631	0	America/Chicago	34.29481	-99.27758	381			TX	487		
4690190	Farmer	farmer	US	43520	0	America/Chicago	33.3465	-98.55506	354			TX	503		
4690218	Farmersville	farmersville	US	45325	3447	America/Chicago	33.16345	-96.35998	199			TX	085		
4690221	Farmington	farmington	US	03835	0	America/Chicago	33.469	-96.64527	239			TX	181		
4690224	Farrar	farrar	US	63746	0	America/Chicago	31.45684	-96.2808	131			TX	293		
4690257	Fate	fate	US	75132	9847	America/Chicago	32.94151	-96.38137	179			TX	397		
4690292	Fayetteville	fayetteville	US	13066	263	America/Chicago	29.90578	-96.67275	121			TX	149		
4690311	Faulkner	faulkner	US	20632	0	America/Chicago	33.859	-95.34023	122			TX	277		
4690383	Ferguson	ferguson	US	28624	0	America/Chicago	31.03603	-94.13936	36			TX	241		
4690385	Fentress	fentress	US	78622	0	America/Chicago	29.75606	-97.77639	136	Fentress,Riverside		TX	055		
4690428	Ferris	ferris	US	62336	2534	America/Chicago	32.53403	-96.66555	142			TX	139		
4690536	Fincastle	fincastle	US	24090	0	America/Chicago	32.12932	-95.56774	153	Fincastle,Finecastle		TX	213		
4690547	Finley	finley	US	38030	0	America/Chicago	33.74621	-96.18609	161			TX	147		
4691263	Fisk	fisk	US	63940	0	America/Chicago	31.67098	-99.48923	508			TX	083		
4691278	Fitzhugh	fitzhugh	US	74843	0	America/Chicago	30.24521	-98.02723	329			TX	209		
4691291	Five Points	five-points	US	36855	0	America/Chicago	32.2782	-96.90139	184			TX	139		
4691292	Five Points	five-points	US	36855	0	America/Chicago	27.85586	-97.62972	24			TX	355		
4691366	Flat	flat	US	76526	0	America/Chicago	31.30878	-97.63002	254			TX	099		
4691441	Flatonia	flatonia	US	78941	1401	America/Chicago	29.68773	-97.1086	139			TX	149		
4691468	Fleming	fleming	US	16835	0	America/Chicago	31.81321	-98.47254	399			TX	093		
4691482	Fletcher	fletcher	US	28732	0	America/Chicago	30.26577	-94.18907	14			TX	199		
4691498	Flint	flint	US	48501	0	America/Chicago	32.20404	-95.34856	159	Flint,Флинт		TX	423		
4691520	Flora	flora	US	39071	0	America/Chicago	33.25456	-95.43328	139			TX	223		
4691524	Florence	florence	US	01062	1231	America/Chicago	30.8413	-97.79363	303	Florencija,Флоренция		TX	491		
4691553	Floresville	floresville	US	78114	7321	America/Chicago	29.13358	-98.15612	119	Floresvil,Florsvil,flwrsfyl,flwrzwyl  tgzas,Флорсвил,Ֆլորեսվիլ,فلورزویل، تگزاس,فلورسفيل	493	TX	493		
4691585	Flower Mound	flower-mound	US	75022	71253	America/Chicago	33.01457	-97.09696	184	Flauer Maund,Flower Mound,flawr,flawr mawnd  tgzas,Флауер Маунд,فلاور,فلاور ماؤنڈ، ٹیکساس,فلاور ماوند، تگزاس		TX	121		
4691593	Floyd	floyd	US	24091	0	America/Chicago	33.14873	-96.24498	186			TX	231		
4691663	Flynn	flynn	US	77855	0	America/Chicago	31.15102	-96.12441	142	Bugs Scuffle,Conner,Flynn		TX	289		
4691689	Folsom	folsom	US	19033	0	America/Chicago	31.85212	-94.26075	106			TX	419		
4691708	Forbes	forbes	US	55738	0	America/Chicago	30.50937	-93.9274	31			TX	241		
4691739	Forest	forest	US	24551	0	America/Chicago	31.51601	-95.01188	89			TX	073		
4691751	Forest Grove	forest-grove	US	18922	0	America/Chicago	33.12012	-96.60916	186	Forest Grove,Forrest Grove		TX	085		
4691752	Forest Grove	forest-grove	US	18922	0	America/Chicago	30.54631	-96.99971	131			TX	331		
4691765	Forest Hill	forest-hill	US	21050	0	America/Chicago	33.65121	-95.81802	176			TX	277		
4691766	Forest Hill	forest-hill	US	21050	12881	America/Chicago	32.67208	-97.26918	208			TX	439		
4691767	Forest Hill	forest-hill	US	21050	0	America/Chicago	32.83651	-95.41801	141			TX	499		
4691819	Forestburg	forestburg	US	76239	0	America/Chicago	33.53316	-97.55669	355			TX	337		
4691833	Forney	forney	US	75126	18418	America/Chicago	32.74818	-96.47193	144			TX	257		
4691841	Forreston	forreston	US	61030	0	America/Chicago	32.25626	-96.86527	165			TX	139		
4692400	Fresno	fresno	US	43824	19069	America/Chicago	29.53885	-95.44744	22	Fresno,Фресно		TX	157		
4695447	Guion	guion	US	72540	0	America/Chicago	32.12875	-99.86537	613	Guion,Lemons Gap		TX	441		
4691930	Fort Worth	fort-worth	US	76101	833319	America/Chicago	32.72541	-97.32085	199	Arx Vorthensis,Camp Worth,FTW,Fort Gouorth,Fort Uehrt,Fort Uert,Fort Uurt,Fort Vort,Fort Worth,Fort-Owert,Fort-Uehrt,Fort-Vort,Fortverta,Fortvortas,Fortvērta,f xrtweirth,forata varatha,fotowasu,fwrt wwrth,fwrt wwrth  tgzas,phorta oyartha,phorta vartha,portʼ-uerti,poteuwoseu,pwrt wwrt,vort kottai,wo si bao,Φορτ Γουόρθ,Форт Ворт,Форт Уърт,Форт Уэрт,Форт-Ворт,Форт-Уэрт,Ֆորտ-Ուերտ,פורט וורת,فورت وورث,فورت وورث، تگزاس,فورٹ ورتھ,فورٹ ورتھ، ٹیکساس,फोर्ट वर्थ,ফোর্ট ওয়ার্থ,ਫ਼ੋਰਟ ਵਰਥ,வொர்த் கோட்டை,ഫോർട്ട് വർത്ത്,ฟอร์ตเวิร์ท,ფორტ-უერთი,フォートワース,沃思堡,포트워스	439	TX	439		
4691978	Foster	foster	US	02825	0	America/Chicago	29.65051	-95.83217	34			TX	157		
4692024	Fosterville	fosterville	US	37063	0	America/Chicago	32.01072	-95.61468	130			TX	001		
4692025	Fostoria	fostoria	US	44830	0	America/Chicago	30.32632	-95.16632	52			TX	339		
4692034	Fouke	fouke	US	71837	0	America/Chicago	32.62792	-95.27412	143			TX	499		
4692036	Fountain	fountain	US	27829	0	America/Chicago	30.67242	-96.48386	86			TX	041		
4692048	Four Corners	four-corners	US	82715	0	America/Chicago	29.00192	-95.6455	8			TX	039		
4692049	Four Corners	four-corners	US	82715	0	America/Chicago	25.92064	-97.46637	8			TX	061		
4692051	Four Corners	four-corners	US	82715	12382	America/Chicago	29.66857	-95.65772	28			TX	157		
4692053	Four Corners	four-corners	US	82715	0	America/Chicago	30.29327	-95.38438	61			TX	339		
4692119	Fowlerton	fowlerton	US	46930	55	America/Chicago	28.46555	-98.81086	98			TX	283		
4692122	Fox	fox	US	72051	0	America/Chicago	32.77207	-97.90448	353			TX	367		
4692157	Francis	francis	US	74844	0	America/Chicago	30.08965	-93.77656	5			TX	361		
4692164	Francitas	francitas	US	77961	0	America/Chicago	28.85971	-96.33858	11			TX	239		
4692192	Franklin	franklin	US	02038	0	America/Chicago	30.27521	-94.79604	14			TX	291		
4692193	Franklin	franklin	US	02038	1610	America/Chicago	31.02602	-96.48524	137	Franklin,Frenklin,franklyn,franklyn  tgzas,Франклин,Френклин,فرانكلين,فرانکلین، تگزاس,فرینکلن، ٹیکساس	395	TX	395		
4692252	Frankston	frankston	US	75763	1174	America/Chicago	32.05266	-95.50635	128			TX	001		
4692264	Fred	fred	US	77616	0	America/Chicago	30.57659	-94.1763	41			TX	457		
4692279	Fredericksburg	fredericksburg	US	17026	11094	America/Chicago	30.2752	-98.87198	516	Fredericksburg,Frederiksberg,Frederiksburg,Friedrichsburg,frdryksbrg  tgzas,frydryksbwrgh,fu lei de li ke si bao,furederikkusubagu,peuledeoligseubeogeu,Фредериксберг,Фредериксбург,Фредериксбърг,Фредеріксбург,فردریکسبرگ، تگزاس,فريدريكسبورغ,フレデリックスバーグ,弗雷德里克斯堡,프레더릭스버그	171	TX	171		
4692288	Fredonia	fredonia	US	14063	0	America/Chicago	32.40376	-94.79605	111			TX	183		
4692289	Fredonia	fredonia	US	14063	0	America/Chicago	30.93212	-99.11338	505			TX	319		
4692329	Freeland	freeland	US	18224	0	America/Chicago	32.19709	-97.56641	177			TX	251		
4692355	Freeport	freeport	US	04032	12154	America/Chicago	28.95414	-95.35966	1	Friport,frybwrt,frypwrt  tgzas,peulipoteu,Фрипорт,فريبورت,فری پورٹ، ٹیکساس,فریپورت، تگزاس,프리포트		TX	039		
4692359	Freer	freer	US	78357	2732	America/Chicago	27.8828	-98.61779	158			TX	131		
4692436	Friendship	friendship	US	04547	0	America/Chicago	33.31317	-95.74579	134			TX	119		
4692437	Friendship	friendship	US	04547	0	America/Chicago	30.78187	-93.87407	71			TX	241		
4692438	Friendship	friendship	US	04547	0	America/Chicago	31.29462	-96.10913	148			TX	289		
4692439	Friendship	friendship	US	04547	0	America/Chicago	32.49015	-95.02244	119			TX	423		
4692440	Friendship	friendship	US	04547	0	America/Chicago	32.5643	-95.4819	177			TX	423		
4692441	Friendship	friendship	US	04547	0	America/Chicago	31.22685	-95.18883	108			TX	455		
4692442	Friendship	friendship	US	04547	0	America/Chicago	32.78069	-94.89521	108			TX	459		
4692443	Friendship	friendship	US	04547	0	America/Chicago	30.71408	-97.33028	153			TX	491		
4692521	Friendswood	friendswood	US	77546	38800	America/Chicago	29.5294	-95.20104	10	Frendsvud,frndzwwd  tgzas,fryndzwwd,Френдсвуд,فرندزوود، تگزاس,فريندزوود		TX	167		
4692559	Frisco	frisco	US	27936	154407	America/Chicago	33.15067	-96.82361	212	Firsco,Frisco,Frisko,fryskw,fryskw  tgzas,furisuko,peuliseuko,phriskea,Фриско,Фріско,فريسكو,فریسکو، تگزاس,فریسکو، ٹیکساس,ഫ്രിസ്കോ,フリスコ,프리스코		TX	085		
4692600	Frost	frost	US	56033	651	America/Chicago	32.08015	-96.80666	160			TX	349		
4692614	Fruitdale	fruitdale	US	36539	0	America/Chicago	32.70708	-96.76917	143			TX	113		
4692616	Fruitland	fruitland	US	21826	0	America/Chicago	33.50177	-97.79559	320			TX	337		
4692617	Fruitvale	fruitvale	US	38336	413	America/Chicago	32.68319	-95.8033	142	Bolen Switch,Fruitrale,Fruitvale		TX	467		
4692638	Fulda	fulda	US	47536	0	America/Chicago	33.68732	-99.02312	370			TX	023		
4692653	Fullerton	fullerton	US	58441	0	America/Chicago	30.10021	-94.8877	24			TX	291		
4692658	Fulshear	fulshear	US	77441	5886	America/Chicago	29.68996	-95.89968	40			TX	157		
4692661	Fulton	fulton	US	13069	1541	America/Chicago	28.0614	-97.0411	3	Fulton (Texas)		TX	007		
4692673	Funston	funston	US	31753	0	America/Chicago	32.75151	-99.80009	532			TX	253		
4692737	Gage	gage	US	73843	0	America/Chicago	33.67511	-96.75805	221			TX	181		
4692746	Gainesville	gainesville	US	14066	16292	America/Chicago	33.62594	-97.13335	229	GLE,Gejnsvil,geinjeubil,ghynsfyl,gynzwyl  tgzas,Гејнсвил,غينسفيل,گینزویل، تگزاس,게인즈빌	097	TX	097		
4692747	Gainesville	gainesville	US	14066	0	America/Chicago	32.61654	-94.31936	112			TX	203		
4692748	Gainesville	gainesville	US	14066	0	America/Chicago	30.67768	-98.52142	298	Gainesville,Packsaddle		TX	299		
4692771	Galena Park	galena-park	US	77547	11162	America/Chicago	29.73356	-95.23021	3	Galina Park,ghalyna bark,glyna park  tgzas,Галина Парк,غالينا بارك,گلینا پارک، تگزاس		TX	201		
4692810	Gallatin	gallatin	US	37066	421	America/Chicago	31.891	-95.1455	123			TX	073		
4692883	Galveston	galveston	US	46932	50180	America/Chicago	29.30135	-94.7977	2	GLS,Galvestan,Galveston,gaelbeoseuteon,galwstwn  tgzas,garubesuton,gelvhastana,ghalfstwn,jia er wei si dui,Галвестан,Галвестон,Ґалвестoн,غالفستون,گالوستون، تگزاس,गॅल्व्हस्टन,ഗാൽ‌വെസ്റ്റൺ,ガルベストン,加爾維斯敦,갤버스턴	167	TX	167		
4692898	Ganado	ganado	US	77962	2095	America/Chicago	29.04054	-96.51358	20			TX	239		
4692944	Garciasville	garciasville	US	78547	46	America/Chicago	26.31923	-98.69391	45			TX	427		
4692968	Garden Valley	garden-valley	US	83622	0	America/Chicago	32.52597	-95.54246	180			TX	423		
4692983	Gardendale	gardendale	US	35071	1247	America/Chicago	28.51693	-99.21614	180			TX	283		
4692984	Gardendale	gardendale	US	35071	0	America/Chicago	27.70503	-97.3811	7			TX	355		
4692997	Garfield	garfield	US	07026	1698	America/Chicago	30.18744	-97.55778	146			TX	453		
4693002	Garland	garland	US	04939	0	America/Chicago	33.5165	-94.66938	117			TX	037		
4693003	Garland	garland	US	04939	236897	America/Chicago	32.91262	-96.63888	168	Duck Creek,Embree,Garland,Garlandas,Garlend,Girljanda,gallaendeu,garando,garlnd  tgzas,gharland,jia lan,Гарланд,Гарленд,Гирлянда,Ґарланд,غارلاند,گارلند، تگزاس,گارلینڈ,گارلینڈ، ٹیکساس,ഗാർലന്റ്,ガーランド,加蘭,갈랜드		TX	113		
4693024	Garner	garner	US	27529	0	America/Chicago	32.83318	-97.98532	288			TX	367		
4693026	Garfield	garfield	US	07026	0	America/Chicago	29.04247	-97.65194	133			TX	123		
4693047	Garrett	garrett	US	15542	822	America/Chicago	32.36348	-96.65471	169			TX	139		
4693065	Garrison	garrison	US	10524	897	America/Chicago	31.82434	-94.49104	119			TX	347		
4693078	Garwood	garwood	US	07027	0	America/Chicago	29.44969	-96.39691	47			TX	089		
4693087	Gary	gary	US	24836	0	America/Chicago	30.32743	-95.72411	65			TX	339		
4693129	Gastonia	gastonia	US	28052	0	America/Chicago	32.6118	-96.40248	136			TX	257		
4693150	Gatesville	gatesville	US	27938	15724	America/Chicago	31.43516	-97.74391	246	Gejtsvil,gai ci wei er,ghtsfyl,gytswyl  tgzas,Гејтсвил,غتسفيل,گیتسویل، تگزاس,蓋茨維爾	099	TX	099		
4693197	Gause	gause	US	77857	0	America/Chicago	30.78519	-96.72136	113			TX	331		
4693244	Geneva	geneva	US	14456	0	America/Chicago	31.47713	-93.91741	140	Geneva,Jim Town		TX	403		
4693248	Genoa	genoa	US	13071	0	America/Chicago	29.62329	-95.19716	12			TX	201		
4693265	George	george	US	51237	0	America/Chicago	30.97185	-96.10912	112			TX	313		
4693325	George West	george-west	US	78022	2631	America/Chicago	28.3325	-98.11751	48		297	TX	297		
4693342	Georgetown	georgetown	US	01833	63716	America/Chicago	30.63269	-97.67723	230	Dzhordzhtaun,Dzordztaun,Džordžtaun,jrj‌tawn  tgzas,jwrjtawn,Џорџтаун,Джорджтаун,جارج ٹاؤن، ٹیکساس,جرج‌تاون، تگزاس,جورجتاون	491	TX	491		
4693389	Geronimo	geronimo	US	73543	1032	America/Chicago	29.663	-97.96695	177			TX	187		
4693472	Giddings	giddings	US	78942	5064	America/Chicago	30.18272	-96.93637	154	Gidings,ghydynghz,gydyngz  tgzas,ji ding si,Гидингс,غيدينغز,گیدینگز، تگزاس,吉丁斯	287	TX	287		
4693485	Gifford	gifford	US	16732	0	America/Chicago	32.8979	-96.76583	152			TX	113		
4693510	Gilchrist	gilchrist	US	77617	0	America/Chicago	29.51245	-94.48908	2			TX	167		
4693522	Gill	gill	US	01354	0	America/Chicago	32.39293	-94.34103	82			TX	203		
4693569	Gilmer	gilmer	US	75644	5187	America/Chicago	32.72875	-94.94244	112	Gilmer,ghlmr,gylmr  tgzas,Гилмер,Ґілмер,غلمر,گیلمر، تگزاس	459	TX	459		
4693621	Gladewater	gladewater	US	75647	6432	America/Chicago	32.53653	-94.94272	111			TX	183		
4693622	Gladewater	gladewater	US	75647	0	America/Chicago	33.24456	-94.94577	140			TX	449		
4693635	Gladys	gladys	US	24554	0	America/Chicago	30.00188	-94.07184	6			TX	245		
4693636	Gladys	gladys	US	24554	0	America/Chicago	33.61761	-97.51669	314			TX	337		
4693671	Glen Cove	glen-cove	US	11542	0	America/Chicago	31.86598	-99.63757	605	Glen Cove,Glencove		TX	083		
4693672	Glen Cove	glen-cove	US	11542	0	America/Chicago	29.54856	-95.04854	2			TX	167		
4693676	Glen Flora	glen-flora	US	54526	0	America/Chicago	29.34747	-96.1933	36			TX	481		
4693687	Glen Oaks	glen-oaks	US	11004	0	America/Chicago	31.26908	-94.09825	62			TX	405		
4693696	Glen Rose	glen-rose	US	76043	2580	America/Chicago	32.23459	-97.75531	189	Glen Rose,Glen Rouz,Glenrose,ge lun luo si,ghln rz,gln rz  tgzas,Глен Роуз,غلن رز,گلن رز، تگزاس,格伦罗斯	425	TX	425		
4693710	Glendale	glendale	US	01229	0	America/Chicago	31.01574	-95.30105	97			TX	455		
4693733	Glenwood	glenwood	US	07418	0	America/Chicago	32.64097	-94.8441	116			TX	459		
4693749	Glidden	glidden	US	51443	661	America/Chicago	29.70079	-96.58636	72			TX	089		
4693753	Globe	globe	US	85501	0	America/Chicago	33.74482	-95.70552	175			TX	277		
4693823	Gober	gober	US	75443	0	America/Chicago	31.09851	-97.36889	204			TX	027		
4693824	Gober	gober	US	75443	0	America/Chicago	33.469	-96.08858	198			TX	147		
4693832	Godley	godley	US	76044	1069	America/Chicago	32.44903	-97.52669	283			TX	251		
4693871	Golden	golden	US	38847	0	America/Chicago	32.72957	-95.56301	130			TX	499		
4693906	Goldthwaite	goldthwaite	US	76844	1860	America/Chicago	31.44989	-98.57088	479	Goltvejt,ghwldthwyt,gldtwayt  tgzas,Голтвејт,غولدثويت,گلدتوایت، تگزاس	333	TX	333		
4693914	Goldsboro	goldsboro	US	21636	0	America/Chicago	32.06014	-99.68119	592			TX	083		
4693921	Goliad	goliad	US	77963	1986	America/Chicago	28.66833	-97.38833	50	Goliad,Goliat,Golijad,ge li ya de,ghwlyd,gwlyad  tgzas,Голијад,غوليد,گولیاد، تگزاس,戈利亚德	175	TX	175		
4693940	Gonzales	gonzales	US	70707	7544	America/Chicago	29.50163	-97.45249	87	Gonzales,Gonzáles,gang sa lei si,ghwnzalys,gonjalleoseu,gwnzals  tgzas,Гонзалес,Ґонзалес,غونزاليس,گونزالس، تگزاس,冈萨雷斯,곤잘러스	177	TX	177		
4693980	Good Hope	good-hope	US	30641	0	America/Chicago	29.45219	-96.8997	81			TX	285		
4694050	Goodland	goodland	US	34140	0	America/Chicago	30.88213	-96.66803	85			TX	395		
4694069	Goodrich	goodrich	US	48438	263	America/Chicago	30.60548	-94.9466	32			TX	373		
4694091	Goodwin	goodwin	US	57238	0	America/Chicago	31.42602	-94.27048	81			TX	405		
4694126	Gordon	gordon	US	17936	471	America/Chicago	32.54846	-98.36922	295			TX	363		
4694143	Gordonville	gordonville	US	17529	0	America/Chicago	33.79566	-96.85306	220			TX	181		
4694152	Goree	goree	US	76363	211	America/Chicago	33.46732	-99.52453	443			TX	275		
4694156	Gorman	gorman	US	76454	1051	America/Chicago	32.21375	-98.67061	443			TX	133		
4694166	Goshen	goshen	US	01032	0	America/Chicago	32.96096	-97.7467	329			TX	367		
4694167	Goshen	goshen	US	01032	0	America/Chicago	30.62214	-95.72134	104	Goshen,Hutcheson		TX	471		
4694206	Gould	gould	US	71643	0	America/Chicago	32.05572	-95.15078	107			TX	073		
4694209	Gouldbusk	gouldbusk	US	76845	0	America/Chicago	31.55488	-99.47673	461			TX	083		
4694211	Gough	gough	US	30811	0	America/Chicago	33.344	-95.80052	148			TX	119		
4694264	Grace	grace	US	38745	0	America/Chicago	30.29743	-95.08493	43			TX	291		
4694401	Grady	grady	US	36036	0	America/Chicago	30.34132	-95.1016	39			TX	291		
4694418	Graford	graford	US	76449	575	America/Chicago	32.93762	-98.24699	292			TX	363		
4694420	Graham	graham	US	27253	8865	America/Chicago	33.10706	-98.5895	319	Grejam,ghraham,graham  tgzas,Грејам,غراهام,گراهام، تگزاس	503	TX	503		
4694459	Granbury	granbury	US	76048	9386	America/Chicago	32.44208	-97.7942	224	Granberi,ghranbwry,granbry  tgzas,Гранбери,غرانبوري,گرانبری، تگزاس	221	TX	221		
4694475	Grand Cane	grand-cane	US	71032	0	America/Chicago	30.32104	-94.75048	33	Grand Cane,Ironwood		TX	291		
4694482	Grand Prairie	grand-prairie	US	75050	187809	America/Chicago	32.74596	-96.99778	157	Deckman,Grand Prairie,Grand Preri,Grand Preris,Grand-Preri,da cao yuan cheng,geulaendeupeuleli,ghrand brary,grnd pryry  tgzas,gurandopureri,Гранд Прери,Гранд-Прери,Гранд-Прері,غراند براري,گرند پریری، تگزاس,گرینڈ پریری,گرینڈ پریرے,ഗ്രാൻഡ് പ്രയറി,グランドプレーリー,大草原城,그랜드프레리		TX	113		
4694488	Grand Saline	grand-saline	US	75140	3131	America/Chicago	32.67346	-95.70941	122	Grand Saline,Jordan's Saline,Jordans Saline		TX	467		
4694503	Grandview	grandview	US	37337	1615	America/Chicago	32.27042	-97.17918	211			TX	251		
4694521	Granger	granger	US	46530	1517	America/Chicago	30.71769	-97.44278	176			TX	491		
4694554	Granville	granville	US	01034	0	America/Chicago	31.2813	-94.84132	81			TX	005		
4694562	Grapeland	grapeland	US	75844	1417	America/Chicago	31.49185	-95.47856	144			TX	225		
4694568	Grapevine	grapevine	US	72057	51404	America/Chicago	32.93429	-97.07807	195			TX	439		
4694635	Gratis	gratis	US	45330	0	America/Chicago	30.1491	-93.82989	6			TX	361		
4694676	Gray	gray	US	04039	0	America/Chicago	32.78764	-94.07352	74			TX	315		
4694714	Graytown	graytown	US	43432	0	America/Chicago	29.2083	-98.31918	132			TX	493		
4694947	Green Lake	green-lake	US	54941	0	America/Chicago	28.52944	-96.79359	11			TX	057		
4694983	Green Valley	green-valley	US	54127	0	America/Chicago	33.31345	-97.06418	181			TX	121		
4695037	Greenock	greenock	US	15047	0	America/Chicago	31.76627	-97.34557	194			TX	035		
4695062	Greenview	greenview	US	62642	0	America/Chicago	33.02234	-95.7169	158			TX	223		
4695066	Greenville	greenville	US	02828	26515	America/Chicago	33.13845	-96.11081	165	GVT,Grinvil,Grinvill,ghrynfyl,grynwyl  tgzas,Гринвил,Гринвилл,غرينفيل,گرینویل، تگزاس,گرینویل، ٹیکساس	231	TX	231		
4695093	Greenwood	greenwood	US	04255	0	America/Chicago	33.10262	-95.323	149			TX	223		
4695094	Greenwood	greenwood	US	04255	0	America/Chicago	32.75235	-97.86059	338			TX	367		
4695095	Greenwood	greenwood	US	04255	0	America/Chicago	33.81177	-94.98356	122			TX	387		
4695096	Greenwood	greenwood	US	04255	0	America/Chicago	33.38095	-97.47447	264			TX	497		
4695155	Gregory	gregory	US	48137	1992	America/Chicago	27.92224	-97.28999	9			TX	409		
4695173	Gresham	gresham	US	29546	0	America/Chicago	32.22932	-95.3494	148			TX	423		
4695190	Griffin	griffin	US	30223	0	America/Chicago	32.03822	-95.0755	142	Griffen,Griffin		TX	073		
4695231	Griffith	griffith	US	46319	0	America/Chicago	32.36931	-97.07834	180			TX	139		
4695270	Groesbeck	groesbeck	US	76642	4304	America/Chicago	31.52434	-96.53387	146	Groesbeck,Groesbeeck,Groesbuck	293	TX	293		
4695317	Groves	groves	US	77619	15750	America/Chicago	29.94827	-93.91712	4			TX	245		
4695325	Groveton	groveton	US	03582	1024	America/Chicago	31.05491	-95.12577	100	Groverton,Groveton,Grovton,ghrwftwn,grwwtwn  tgzas,Гровтон,غروفتون,گرووتون، تگزاس	455	TX	455		
4695346	Guadalupe	guadalupe	US	93434	0	America/Chicago	28.75194	-96.92276	23	Guadalupe,Guadeloupe		TX	469		
4695421	Guerra	guerra	US	78360	6	America/Chicago	26.8831	-98.89364	172			TX	247		
4695439	Guffey	guffey	US	80820	0	America/Chicago	30.01882	-94.08212	5			TX	245		
4695450	Gulf	gulf	US	27256	0	America/Chicago	28.72138	-95.89191	4	Gulf,Old Gulf		TX	321		
4695553	Gunter	gunter	US	75058	1394	America/Chicago	33.44789	-96.74749	215			TX	181		
4695554	Gunter	gunter	US	75058	1666	America/Chicago	32.86873	-95.62968	126			TX	499		
4695570	Gustine	gustine	US	76455	455	America/Chicago	31.84515	-98.40282	363			TX	093		
4695585	Guy	guy	US	72061	0	America/Chicago	29.34413	-95.78301	23			TX	157		
4695672	Hackberry	hackberry	US	70645	1037	America/Chicago	33.15234	-96.91778	168			TX	121		
4695673	Hackberry	hackberry	US	70645	504	America/Chicago	29.57829	-96.8797	81			TX	285		
4695812	Hall	hall	US	14463	0	America/Chicago	32.81903	-94.3288	85			TX	315		
4695813	Hall	hall	US	14463	0	America/Chicago	31.28516	-99.05171	453			TX	411		
4695866	Hallettsville	hallettsville	US	77964	2592	America/Chicago	29.44385	-96.94109	71	Halletsville,Hallettsville,Khaletsvil,haltswyl,halytsfyl,Халетсвил,هالتسویل,هاليتسفيل	285	TX	285		
4695894	Hallsville	hallsville	US	45633	4065	America/Chicago	32.50432	-94.57409	111			TX	203		
4695912	Haltom City	haltom-city	US	76117	44206	America/Chicago	32.79957	-97.26918	163	Haltom City,Kholtom Siti,Village of Haltom City,haltwm syty,Холтом Сити,هالتوم سيتي,هالتوم سیتی		TX	439		
4695938	Hamilton	hamilton	US	01936	2937	America/Chicago	31.70377	-98.12392	356	Gamil'ton,Khamilton,hamyltwn,hmyltwn  tgzas,Гамильтон,Хамилтон,هاميلتون,همیلتون، تگزاس,ہیملٹن، ٹیکساس	193	TX	193		
4695990	Hammond	hammond	US	13646	0	America/Chicago	31.09518	-96.71387	121			TX	395		
4696010	Hamshire	hamshire	US	77622	0	America/Chicago	29.86161	-94.31241	5			TX	245		
4696023	Handley	handley	US	25102	0	America/Chicago	32.73263	-97.21807	180			TX	439		
4696050	Hankamer	hankamer	US	77560	0	America/Chicago	29.85828	-94.62686	10			TX	071		
4696070	Hannibal	hannibal	US	13074	0	America/Chicago	32.37375	-98.3356	379			TX	143		
4696074	Hanover	hanover	US	02339	0	America/Chicago	30.8038	-96.82165	129			TX	331		
4696099	Happy Valley	happy-valley	US	97086	0	America/Chicago	31.83628	-94.78271	113			TX	347		
4696134	Hardin	hardin	US	42048	866	America/Chicago	30.15243	-94.73909	25	Hardin,Walter		TX	291		
4696174	Hardy	hardy	US	24101	0	America/Chicago	33.5765	-97.52058	300			TX	337		
4696189	Hargill	hargill	US	78549	877	America/Chicago	26.44257	-98.01389	21			TX	215		
4696202	Harker Heights	harker-heights	US	76548	29142	America/Chicago	31.08351	-97.65974	233			TX	027		
4696224	Harlem	harlem	US	30814	0	America/Chicago	29.59912	-95.71273	24			TX	157		
4696228	Harleton	harleton	US	75651	0	America/Chicago	32.67653	-94.57465	97			TX	203		
4696233	Harlingen	harlingen	US	78550	65774	America/Chicago	26.19063	-97.6961	12	Garlingen,HRL,Harlingen,Kharlindzen,Kharlingen,ha ling gen,hallingjeon,harinjen,harlynghn,harlynjn,hrlyngn,Гарлінґен,Харлинген,Харлинџен,הרלינגן,هارلينغن,هارلینجن,ہارلنگین، ٹیکساس,ハーリンジェン,哈靈根,할링전		TX	061		
4696248	Harmon	harmon	US	61042	0	America/Chicago	33.52066	-95.82219	168			TX	277		
4696259	Harmony	harmony	US	02829	0	America/Chicago	31.75823	-95.79385	93			TX	001		
4696260	Harmony	harmony	US	02829	0	America/Chicago	30.44882	-96.65692	89			TX	051		
4696261	Harmony	harmony	US	02829	0	America/Chicago	32.31459	-96.26637	100			TX	213		
4696262	Harmony	harmony	US	02829	0	America/Chicago	33.00456	-95.3455	159			TX	223		
4696263	Harmony	harmony	US	02829	0	America/Chicago	29.05164	-97.81861	91			TX	255		
4696264	Harmony	harmony	US	02829	0	America/Chicago	31.52907	-94.76993	87			TX	347		
4696265	Harmony	harmony	US	02829	0	America/Chicago	32.69513	-97.79642	298			TX	367		
4696266	Harmony	harmony	US	02829	0	America/Chicago	31.61657	-94.18464	103			TX	405		
4696267	Harmony	harmony	US	02829	0	America/Chicago	30.73297	-95.47689	95			TX	471		
4696310	Harper	harper	US	25851	1192	America/Chicago	30.29992	-99.24421	626			TX	171		
4696343	Harrells	harrells	US	28444	0	America/Chicago	30.66548	-93.83073	26			TX	351		
4696346	Harpersville	harpersville	US	35078	0	America/Chicago	32.60012	-98.93423	409			TX	429		
4696355	Harris	harris	US	12742	0	America/Chicago	32.87179	-96.14859	144			TX	231		
4696439	Harrisburg	harrisburg	US	17101	0	America/Chicago	29.71828	-95.27966	10			TX	201		
4696440	Harrisburg	harrisburg	US	17101	0	America/Chicago	31.01186	-93.88991	135	Dryburg,Harrisburg		TX	241		
4696443	Harrison	harrison	US	04040	0	America/Chicago	31.52267	-96.99888	141			TX	309		
4696492	Harrold	harrold	US	57536	0	America/Chicago	34.08065	-99.0323	378			TX	487		
4696510	Hartland	hartland	US	04943	0	America/Chicago	26.82478	-98.14751	28			TX	047		
4696514	Hartman	hartman	US	72840	0	America/Chicago	33.37846	-94.16852	88			TX	037		
4696536	Harvard	harvard	US	01451	0	America/Chicago	33.05984	-94.96827	109			TX	063		
4696558	Harvey	harvey	US	50119	0	America/Chicago	30.65492	-96.27524	99			TX	041		
4696582	Harwood	harwood	US	20776	0	America/Chicago	29.66579	-97.50527	141			TX	177		
4696593	Haskell	haskell	US	07420	3226	America/Chicago	33.1576	-99.7337	482		207	TX	207		
4696605	Haslet	haslet	US	76052	1786	America/Chicago	32.97485	-97.3478	214			TX	439		
4696621	Hastings	hastings	US	13076	0	America/Chicago	29.50885	-95.2516	13			TX	039		
4696633	Hathaway	hathaway	US	59333	0	America/Chicago	30.12771	-94.48186	15			TX	199		
4696653	Havana	havana	US	32333	407	America/Chicago	26.24507	-98.50947	49			TX	215		
4696686	Hawkins	hawkins	US	54530	1291	America/Chicago	32.58847	-95.20411	124			TX	499		
4696702	Hawkinsville	hawkinsville	US	31036	0	America/Chicago	28.88775	-95.66967	5			TX	321		
4696712	Hawthorne	hawthorne	US	07506	0	America/Chicago	31.6049	-94.02991	88			TX	419		
4696713	Hawthorne	hawthorne	US	07506	0	America/Chicago	30.53465	-95.39522	129			TX	471		
4696723	Hawley	hawley	US	18428	614	America/Chicago	32.61206	-99.81426	500			TX	253		
4696773	Haynesville	haynesville	US	22472	0	America/Chicago	34.09148	-98.9159	345	Haynesville,Mount Caramel,Punkin Center		TX	485		
4696780	Hays	hays	US	28635	221	America/Chicago	30.12271	-97.87223	222			TX	209		
4696862	Hearne	hearne	US	77859	4456	America/Chicago	30.87852	-96.59303	90	Khern,hrnh  tgzas,hyrn,Херн,هرنه، تگزاس,هيرن		TX	395		
4696876	Heath	heath	US	01346	8211	America/Chicago	32.83651	-96.47499	153			TX	397		
4696902	Hebron	hebron	US	03241	415	America/Chicago	33.02651	-96.86361	176			TX	121		
4696922	Hebbronville	hebbronville	US	78361	4558	America/Chicago	27.30688	-98.68032	167		247	TX	247		
4696953	Heidelberg	heidelberg	US	39439	1725	America/Chicago	26.19702	-97.88028	18			TX	215		
4696954	Heidenheimer	heidenheimer	US	76533	0	America/Chicago	31.01824	-97.30278	157			TX	027		
4697009	Helena	helena	US	13649	0	America/Chicago	28.95386	-97.82333	93			TX	255		
4697038	Helotes	helotes	US	78023	8591	America/Chicago	29.57801	-98.68975	316			TX	029		
4697054	Hemphill	hemphill	US	75948	1218	America/Chicago	31.34074	-93.84685	85		403	TX	403		
4697060	Hempstead	hempstead	US	11549	7110	America/Chicago	30.09744	-96.07829	74	Khempsted,hmpstyd  tgzas,hymbstyd,Хемпстед,همپستید، تگزاس,هيمبستيد	473	TX	473		
4697109	Hendrix	hendrix	US	74741	0	America/Chicago	33.02179	-96.23498	162			TX	231		
4697122	Hennessey	hennessey	US	73742	0	America/Chicago	29.78495	-95.54411	25			TX	201		
4697128	Henrietta	henrietta	US	14467	3014	America/Chicago	33.81732	-98.19532	278	Khenrijeta,hnryta,hnryta  tgzas,Хенријета,هنريتا,هنریتا، تگزاس	077	TX	077		
4697257	Herman	herman	US	16039	0	America/Chicago	33.16734	-97.53253	287			TX	497		
4697330	Hewitt	hewitt	US	07421	14252	America/Chicago	31.46239	-97.19584	197			TX	309		
4697345	Hext	hext	US	76848	0	America/Chicago	30.86906	-99.52867	564			TX	327		
4697415	Hickory Ridge	hickory-ridge	US	72347	0	America/Chicago	31.21269	-93.64212	64			TX	403		
4697440	Hico	hico	US	25854	1326	America/Chicago	31.98293	-98.03365	313			TX	193		
4697442	Hidalgo	hidalgo	US	62432	13709	America/Chicago	26.10035	-98.26307	31	Hidalgo,Hildago,Khidalgo,hydalghw,hydalgw  tgzas,Хидалго,هيدالغو,هیدالگو، تگزاس		TX	215		
4697493	Higgins	higgins	US	79046	0	America/Chicago	30.05799	-94.08546	8			TX	245		
4697500	High Hill	high-hill	US	63350	0	America/Chicago	29.71801	-96.9272	113	Blum Hill,High Hill,Oldenburg,Wursten		TX	149		
4697505	High Island	high-island	US	77623	0	America/Chicago	29.5669	-94.39352	7			TX	167		
4697558	Highland	highland	US	12528	0	America/Chicago	32.87679	-96.91528	131			TX	113		
4697559	Highland	highland	US	12528	0	America/Chicago	32.15486	-98.44588	390			TX	143		
4697560	Highland	highland	US	12528	0	America/Chicago	32.17209	-97.54974	206			TX	251		
4697561	Highland	highland	US	12528	0	America/Chicago	31.53461	-97.35168	191			TX	309		
4697616	Highland Park	highland-park	US	08904	9189	America/Chicago	32.83346	-96.79195	161	Khajlend Park,Хайленд Парк		TX	113		
4697652	Highlands	highlands	US	07732	7522	America/Chicago	29.81884	-95.05604	11	Elena,Highlands		TX	201		
4697707	Hilda	hilda	US	29813	0	America/Chicago	30.58685	-99.1145	451			TX	319		
4697719	Hilger	hilger	US	59451	0	America/Chicago	33.62205	-96.09692	179			TX	147		
4697733	Hill City	hill-city	US	55748	0	America/Chicago	32.30792	-97.84864	293			TX	221		
4697851	Hillister	hillister	US	77624	0	America/Chicago	30.6677	-94.38131	58			TX	457		
4697859	Hills	hills	US	52235	0	America/Chicago	30.18744	-97.05137	165	Hills,Hillspur		TX	287		
4697867	Hillsboro	hillsboro	US	21641	8321	America/Chicago	32.01099	-97.13001	193	Khillsboro,Хиллсборо	217	TX	217		
4697895	Hilltop	hilltop	US	25855	0	America/Chicago	29.3119	-98.39779	173			TX	029		
4697896	Hilltop	hilltop	US	25855	287	America/Chicago	28.69303	-99.17587	159			TX	163		
4697897	Hilltop	hilltop	US	25855	0	America/Chicago	30.39769	-98.96866	658			TX	171		
4697918	Hilton	hilton	US	14468	0	America/Chicago	33.57066	-96.62082	217			TX	181		
4697923	Hinckley	hinckley	US	04944	0	America/Chicago	33.73816	-95.54746	137			TX	277		
4697958	Hiram	hiram	US	04041	0	America/Chicago	32.64347	-96.10831	135			TX	257		
4697988	Hitchcock	hitchcock	US	57348	7621	America/Chicago	29.34829	-95.01604	5			TX	167		
4698015	Hobbs	hobbs	US	46047	0	America/Chicago	31.05212	-97.43945	156			TX	027		
4698026	Hobson	hobson	US	59452	0	America/Chicago	28.95747	-97.98528	95			TX	255		
4698034	Hochheim	hochheim	US	77967	0	America/Chicago	29.31247	-97.29166	108			TX	123		
4698041	Hockley	hockley	US	77447	0	America/Chicago	30.02689	-95.8444	68			TX	201		
4698048	Hodges	hodges	US	29653	0	America/Chicago	32.58929	-99.86898	527			TX	253		
4698214	Holden	holden	US	01520	0	America/Chicago	31.65322	-96.44748	156			TX	293		
4698220	Holder	holder	US	34445	0	America/Chicago	31.91293	-98.97894	470			TX	049		
4698254	Holland	holland	US	01521	1129	America/Chicago	30.87824	-97.40167	160	Gollandija,Голландия		TX	027		
4698296	Holliday	holliday	US	65258	1706	America/Chicago	33.81621	-98.69506	321			TX	009		
4698325	Holly	holly	US	48442	0	America/Chicago	31.12991	-95.33716	85			TX	225		
4698347	Holly Grove	holly-grove	US	72069	0	America/Chicago	30.51854	-94.7077	50			TX	373		
4698361	Holly Springs	holly-springs	US	27540	0	America/Chicago	32.92568	-94.81604	89			TX	063		
4698362	Holly Springs	holly-springs	US	27540	0	America/Chicago	30.89714	-93.88407	81			TX	241		
4698363	Holly Springs	holly-springs	US	27540	0	America/Chicago	31.75434	-94.58076	122			TX	347		
4698364	Holly Springs	holly-springs	US	27540	0	America/Chicago	32.43459	-95.77635	147			TX	467		
4698387	Holman	holman	US	87723	0	America/Chicago	29.79634	-96.79637	86			TX	149		
4698415	Holt	holt	US	32564	0	America/Chicago	31.37266	-99.03088	445			TX	411		
4698546	Homer	homer	US	13077	0	America/Chicago	30.97659	-94.20436	37			TX	241		
4698560	Homer	homer	US	13077	0	America/Chicago	31.28908	-94.63826	95			TX	005		
4698562	Hondo	hondo	US	78861	9119	America/Chicago	29.34746	-99.14142	272	Khondo,handw,hwndw,Хондо,هاندو,هوندو	325	TX	325		
4698583	Honey Creek	honey-creek	US	51542	0	America/Chicago	29.80522	-98.50113	425			TX	091		
4698610	Honey Grove	honey-grove	US	17035	1656	America/Chicago	33.58344	-95.90997	205	Honey Grove,Honeygrove		TX	147		
4698626	Hood	hood	US	22723	0	America/Chicago	33.54289	-97.34919	301			TX	097		
4698646	Hooks	hooks	US	75561	2744	America/Chicago	33.46623	-94.28853	114			TX	037		
4698671	Hope	hope	US	02831	0	America/Chicago	29.21664	-96.99776	59			TX	285		
4698699	Hopewell	hopewell	US	08525	0	America/Chicago	33.11845	-95.15577	147			TX	159		
4698700	Hopewell	hopewell	US	08525	0	America/Chicago	31.25851	-95.36189	102			TX	225		
4698701	Hopewell	hopewell	US	08525	0	America/Chicago	33.70483	-95.62913	168			TX	277		
4698702	Hopewell	hopewell	US	08525	0	America/Chicago	31.34435	-95.82134	125			TX	289		
4698864	Horseshoe Bay	horseshoe-bay	US	78657	3560	America/Chicago	30.54429	-98.37394	258			TX	299		
4698966	Horton	horton	US	35980	0	America/Chicago	33.26233	-95.8208	147			TX	119		
4698967	Horton	horton	US	35980	0	America/Chicago	31.07047	-93.96296	119			TX	241		
4698968	Horton	horton	US	35980	0	America/Chicago	32.31099	-94.28742	73			TX	365		
4698973	Hortense	hortense	US	31543	0	America/Chicago	30.84603	-94.70437	105			TX	373		
4698982	Hoskins	hoskins	US	68740	0	America/Chicago	29.00969	-95.38438	3			TX	039		
4698983	Hoskins	hoskins	US	68740	0	America/Chicago	29.13413	-95.23438	3			TX	039		
4700455	Jacksboro	jacksboro	US	37757	4424	America/Chicago	33.21845	-98.15866	330	Dzeksboro,jaksbwrw,jksbwrw  tgzas,Џексборо,جاكسبورو,جکسبورو، تگزاس,جککسبورو، ٹیکساس	237	TX	237		
4700460	Jackson	jackson	US	03846	0	America/Chicago	32.73625	-94.58131	100			TX	315		
4700461	Jackson	jackson	US	03846	0	America/Chicago	31.93406	-94.05991	90			TX	419		
4699066	Houston	houston	US	15342	2296224	America/Chicago	29.76328	-95.36327	12	Chiouston,HOU,Hiu-su-tun,Hiustonas,Hiû-sṳ̂-tûn,Hjuston,Hjustona,Hjūstona,Houston,Houston City,Hustonia,Hyuston,Kh'juston,Khjustn,Khjustan,Khjuston,hi'ustana,hiustʼoni,hiws tan,hiyustan,hou si dun,husatana,hyuseuteon,hyustan,hyustana,hyusuton,hywstn,hywstwn,xiu si dun,ywstwn,Χιούστον,Хьюстон,Хюстан,Хюстон,Хюстън,Хјустон,Հյուստոն,היוסטן,יוסטון,هيوستن,هیوستون,ھیووستن,ہywsٹn,ہیوسٹن,ह्युस्टन,হিউস্টন,ਹੂਸਟਨ,હ્યુસ્ટન,ஹியூஸ்டன்,హ్యూస్టన్,ഹ്യൂസ്റ്റൺ,ฮิวสตัน,ဟူစတန်မြို့,ჰიუსტონი,ሂውስተን,ヒューストン,休斯敦,休斯頓,侯斯頓,휴스턴	201	TX	201		
4699174	Howard	howard	US	16841	0	America/Chicago	32.2907	-96.77111	156			TX	139		
4699204	Howe	howe	US	46746	2798	America/Chicago	33.50872	-96.61221	256			TX	181		
4699219	Howland	howland	US	04448	0	America/Chicago	33.53316	-95.63885	150			TX	277		
4699221	Hoxie	hoxie	US	67740	0	America/Chicago	30.65436	-97.34611	163			TX	491		
4699234	Hubbard	hubbard	US	44425	0	America/Chicago	33.4665	-94.63854	130			TX	037		
4699235	Hubbard	hubbard	US	44425	1370	America/Chicago	31.84849	-96.79721	198			TX	217		
4699271	Hubert	hubert	US	28539	0	America/Chicago	27.97807	-97.70555	30			TX	409		
4699302	Hudson	hudson	US	01749	4821	America/Chicago	31.32268	-94.77826	102	Gudzon,Гудзон		TX	005		
4699303	Hudson	hudson	US	01749	4058	America/Chicago	29.90245	-95.50244	33			TX	201		
4699326	Hudsonville	hudsonville	US	49426	0	America/Chicago	33.71093	-96.03998	177			TX	147		
4699347	Huffman	huffman	US	77336	0	America/Chicago	30.02716	-95.08576	21			TX	201		
4699362	Huggins	huggins	US	65484	0	America/Chicago	33.83621	-98.07032	262			TX	077		
4699364	Hufsmith	hufsmith	US	77337	0	America/Chicago	30.12216	-95.59661	52			TX	201		
4699369	Hughes	hughes	US	72348	0	America/Chicago	28.75166	-96.97138	19			TX	469		
4699392	Hughes Springs	hughes-springs	US	75656	1776	America/Chicago	32.99846	-94.63076	115			TX	067		
4699431	Hull	hull	US	02045	669	America/Chicago	30.14632	-94.64242	21			TX	291		
4699442	Humble	humble	US	77338	15665	America/Chicago	29.99883	-95.26216	29	Ambl,hambl,hambl  tksas,Амбл,هامبل,هامبل، تكساس		TX	201		
4699443	Humble	humble	US	77338	0	America/Chicago	33.01679	-95.36745	153			TX	223		
4699466	Hume	hume	US	14745	0	America/Chicago	31.94461	-95.33273	155			TX	073		
4699483	Hungerford	hungerford	US	77448	347	America/Chicago	29.39913	-96.0769	32			TX	481		
4699506	Hunter	hunter	US	12442	0	America/Chicago	29.80717	-98.02362	191			TX	091		
4699533	Huntington	huntington	US	01050	2140	America/Chicago	31.27769	-94.57659	99	Khantington,Хантингтон		TX	005		
4699540	Huntsville	huntsville	US	35801	40938	America/Chicago	30.72353	-95.55078	113	Gantsvil',HTV,Khantsvil,Khantsvill,hantsavhila,hantsfyl,hantswyl,heoncheubil,Гантсвіль,Хантсвил,Хантсвилл,هانتسفيل,هانتسویل,हंट्सव्हिल,헌츠빌	471	TX	471		
4699557	Huron	huron	US	38345	0	America/Chicago	32.03988	-97.36001	204			TX	217		
4699575	Hurst	hurst	US	62949	39016	America/Chicago	32.82346	-97.17057	169	Kherst,hrst  tgzas,hwrst,Херст,هرست، تگزاس,هورست		TX	439		
4699608	Hutchins	hutchins	US	75141	5727	America/Chicago	32.6493	-96.71305	142	Khachins,hachynz  tgzas,hatshynz,Хачинс,هاتشينز,هاچینز، تگزاس,ഹച്ചിൻസ്		TX	113		
4699626	Hutto	hutto	US	78634	22722	America/Chicago	30.5427	-97.54667	202			TX	491		
4699631	Huxley	huxley	US	50124	375	America/Chicago	31.76239	-93.87713	85			TX	419		
4699648	Hye	hye	US	78635	0	America/Chicago	30.24242	-98.57003	443			TX	031		
4699675	Ida	ida	US	48140	0	America/Chicago	33.57511	-96.48999	235			TX	181		
4699826	Independence	independence	US	24348	0	America/Chicago	30.31938	-96.34663	109	Cole's Settlement,Coles Settlement,Independence		TX	477		
4699938	Indian Hills	indian-hills	US	80454	2591	America/Chicago	26.21285	-97.91639	20			TX	215		
4699940	Indian Hills	indian-hills	US	80454	0	America/Chicago	31.03297	-93.75935	114			TX	351		
4699957	Indian Lake	indian-lake	US	12842	642	America/Chicago	26.08924	-97.50249	10			TX	061		
4700010	Indianola	indianola	US	15051	0	America/Chicago	28.51194	-96.48748	1	Carlschafer,Indian Point,Indianola,Karlshafen,Karlshaven,Powderhorn		TX	057		
4700023	Industry	industry	US	15052	317	America/Chicago	29.97245	-96.50219	95	Industry,Seiper		TX	015		
4700024	Inez	inez	US	41224	2098	America/Chicago	28.90388	-96.78804	20			TX	469		
4700033	Ingleside	ingleside	US	21644	9695	America/Chicago	27.8778	-97.21166	4	Inglsajd,anghlsayd,aynglsayd  tgzas,Инглсајд,إنغلسايد,اینگلساید، تگزاس		TX	409		
4700044	Ingram	ingram	US	40955	1822	America/Chicago	30.07743	-99.24032	528			TX	265		
4700111	Iola	iola	US	54945	413	America/Chicago	30.77186	-96.07496	103			TX	185		
4700112	Iona	iona	US	56141	0	America/Chicago	32.68124	-97.55419	293			TX	367		
4700122	Iowa Park	iowa-park	US	76367	6344	America/Chicago	33.95148	-98.66867	316	Iowa Park,Iowapark		TX	485		
4700127	Iredell	iredell	US	76649	334	America/Chicago	31.98515	-97.87197	275			TX	035		
4700128	Ireland	ireland	US	26376	0	America/Chicago	31.56683	-97.96531	324	Hamco,Ireland,Irlanda		TX	099		
4700130	Irene	irene	US	57037	0	America/Chicago	31.9921	-96.87139	159			TX	217		
4700164	Ironton	ironton	US	45638	0	America/Chicago	31.91906	-95.37356	144			TX	073		
4700168	Irving	irving	US	14081	236607	America/Chicago	32.81402	-96.94889	147	rving,Erving,Irving,Irvingas,abingu,ayrfyngh,ayrwyng  tgzas,eobing,ou wen,Ірвінг,Ервинг,Ирвинг,Ървинг,ارونگ، ٹیکساس,ايرفينغ,ایروینگ، تگزاس,എർവിങ്,アービング,歐文,어빙		TX	113		
4700234	Italy	italy	US	76651	1897	America/Chicago	32.18404	-96.88472	174	Houston Creek,Italy		TX	139		
4700235	Itasca	itasca	US	60143	1625	America/Chicago	32.15959	-97.15001	214			TX	217		
4700240	Iuka	iuka	US	38852	0	America/Chicago	29.0458	-98.73836	157			TX	013		
4700241	Ivan	ivan	US	71748	0	America/Chicago	32.87456	-98.7334	343			TX	429		
4700242	Ivanhoe	ivanhoe	US	24350	0	America/Chicago	33.71316	-96.14387	186	Greenberry,Hawkins Prairie,Ivanhoe		TX	147		
4700462	Jackson	jackson	US	03846	0	America/Chicago	32.48153	-95.92969	151			TX	467		
4700550	Jacksonville	jacksonville	US	05342	14884	America/Chicago	31.96378	-95.2705	159	Dzeksonvil,Dzheksonvill,JKV,jaegseunbil,jakswnfyl,jkswnwyl  tgzas,Џексонвил,Джексонвилл,جاكسونفيل,جکسونویل، تگزاس,جککسونویل، ٹیکساس,잭슨빌		TX	073		
4700677	Jamestown	jamestown	US	02835	0	America/Chicago	30.92298	-93.82629	72			TX	351		
4700678	Jamestown	jamestown	US	02835	0	America/Chicago	32.58597	-95.5844	132			TX	423		
4700718	Jarrell	jarrell	US	76537	1171	America/Chicago	30.82491	-97.60445	265			TX	491		
4700731	Jasper	jasper	US	14855	7619	America/Chicago	30.9202	-93.99658	62	Dzasper,JAS,jasbr,jspr  tgzas,Џаспер,جاسبر,جسپر، تگزاس,جسپر، ٹیکساس	241	TX	241		
4700739	Java	java	US	24565	0	America/Chicago	31.78434	-95.32023	107			TX	073		
4700799	Jean	jean	US	89019	0	America/Chicago	33.29622	-98.61645	366			TX	503		
4700805	Jeddo	jeddo	US	48032	0	America/Chicago	29.80884	-97.31471	141			TX	021		
4700817	Jefferson	jefferson	US	01522	2048	America/Chicago	32.75736	-94.34519	59	Dzeferson,Dzhefferson,jfrswn  tgzas,jyfyrswn,Џеферсон,Джефферсон,جفرسون، تگزاس,جيفيرسون	315	TX	315		
4700893	Jenkins	jenkins	US	41537	0	America/Chicago	30.97519	-95.85912	76			TX	313		
4700894	Jenkins	jenkins	US	41537	0	America/Chicago	32.97624	-94.71854	87			TX	343		
4700915	Jennings	jennings	US	32053	0	America/Chicago	33.57983	-95.46634	141			TX	277		
4700944	Jericho	jericho	US	05465	0	America/Chicago	31.70601	-94.23798	132			TX	419		
4700948	Jermyn	jermyn	US	18433	0	America/Chicago	33.26428	-98.38838	356			TX	237		
4701044	Jewell	jewell	US	31045	0	America/Chicago	31.50294	-97.19612	184			TX	309		
4701046	Jewett	jewett	US	12444	1192	America/Chicago	31.36157	-96.14413	150			TX	289		
4701106	Joaquin	joaquin	US	75954	817	America/Chicago	31.96578	-94.05499	69			TX	419		
4701309	Johnson	johnson	US	05656	0	America/Chicago	30.20049	-95.46216	44			TX	339		
4701346	Johnson City	johnson-city	US	13790	1959	America/Chicago	30.27687	-98.41197	365	Dzhonson Siti,Dzonson Siti,JCY,Kota Johnson,janswn syty  tgzas,jonseunsiti,jwnswn syty,yue han xun cheng,Џонсон Сити,Джонсон Сити,جانسن سٹی، ٹیکساس,جانسون سیتی، تگزاس,جونسون سيتي,约翰逊城,존슨시티	031	TX	031		
4701448	Joiner	joiner	US	72350	0	America/Chicago	29.88884	-96.79053	80			TX	149		
4701453	Joliet	joliet	US	59041	0	America/Chicago	29.76939	-97.67917	127			TX	055		
4701466	Jones	jones	US	36749	0	America/Chicago	32.60847	-95.67441	138			TX	467		
4701472	Joinerville	joinerville	US	75658	0	America/Chicago	32.17794	-94.90077	135			TX	401		
4701592	Jonestown	jonestown	US	17038	2033	America/Chicago	30.49547	-97.92335	248			TX	453		
4701594	Jonesville	jonesville	US	05466	0	America/Chicago	32.49793	-94.11102	75			TX	203		
4701599	Joplin	joplin	US	59531	0	America/Chicago	33.09373	-97.99476	353			TX	237		
4701601	Joppa	joppa	US	21085	0	America/Chicago	30.82546	-98.03169	332			TX	053		
4701602	Jordan	jordan	US	13080	0	America/Chicago	29.94078	-97.35471	133			TX	021		
4701650	Josephine	josephine	US	15750	1142	America/Chicago	33.06123	-96.3072	177			TX	085		
4701659	Joshua	joshua	US	76058	6066	America/Chicago	32.46153	-97.38807	283			TX	251		
4701686	Jourdanton	jourdanton	US	78026	4275	America/Chicago	28.91803	-98.54641	140	Dzordanton,jwrdantwn,qiao dan dun,Џордантон,جردن‌تاون، تگزاس,جوردانتون,乔丹顿	013	TX	013		
4701695	Joy	joy	US	61260	0	America/Chicago	33.57622	-98.21588	325	Fannin Town,Fanninton,Joy		TX	077		
4701741	Jud	jud	US	58454	0	America/Chicago	33.29565	-99.9576	485			TX	207		
4701742	Jud	jud	US	58454	0	America/Chicago	33.28232	-99.95843	484			TX	207		
4701753	Judson	judson	US	75660	0	America/Chicago	32.58264	-94.75354	130			TX	183		
4701773	Julian	julian	US	16844	0	America/Chicago	26.79534	-97.95528	14			TX	261		
4701791	Junction	junction	US	62954	2444	America/Chicago	30.48936	-99.77201	519	Dzankshon,Dzhankshen,JCT,jankshn  tgzas,jnkshn,Џанкшон,Джанкшен,جانکشن، تگزاس,جنكشن	267	TX	267		
4701814	Justin	justin	US	76247	3437	America/Chicago	33.08484	-97.29613	196			TX	121		
4702641	Kamay	kamay	US	76369	0	America/Chicago	33.85787	-98.80812	315			TX	485		
4702649	Kanawha	kanawha	US	50447	0	America/Chicago	33.8615	-95.25301	144			TX	387		
4702650	Kane	kane	US	16735	0	America/Chicago	26.20924	-98.26696	39			TX	215		
4702659	Karnack	karnack	US	75661	0	America/Chicago	32.66792	-94.17047	73	Karna,Karnack		TX	203		
4702664	Karnes City	karnes-city	US	78118	3371	America/Chicago	28.88498	-97.90084	131	Karns Siti,Karns-Siti,karnz syty  tgzas,kyrnz syty,Карнс Сити,Карнс-Сити,Карнс-Сіті,كيرنز سيتي,کارنز سیتی، تگزاس	255	TX	255		
4702728	Kaufman	kaufman	US	75142	7156	America/Chicago	32.58902	-96.30887	140	Kaufman,Kings Fort,Kingsboro,Kofman,kafmn  tgzas,kwfman,Кофман,كوفمان,کافمن، تگزاس	257	TX	257		
4702732	Katy	katy	US	77449	16158	America/Chicago	29.78579	-95.8244	42	Kejti,katy,kyty  tgzas,Кејти,كاتي,کیتی، تگزاس		TX	201		
4702755	Kearny	kearny	US	07032	0	America/Chicago	28.34194	-99.53615	151			TX	127		
4702774	Keeler	keeler	US	93530	0	America/Chicago	32.53792	-97.3678	241			TX	251		
4702785	Keene	keene	US	03431	6181	America/Chicago	32.39681	-97.3239	272			TX	251		
4702828	Keller	keller	US	23401	45758	America/Chicago	32.93457	-97.25168	216	Keller,Келлер		TX	439		
4702862	Kellogg	kellogg	US	50135	0	America/Chicago	33.20928	-96.15109	176			TX	231		
4702864	Kelly	kelly	US	28448	0	America/Chicago	33.36261	-96.61888	210			TX	085		
4702898	Kellyville	kellyville	US	74039	0	America/Chicago	32.77931	-94.40936	79			TX	315		
4702913	Kemah	kemah	US	77565	1986	America/Chicago	29.54273	-95.02048	2	Evergreen,Kemah,Kima,kyma,kyma  tgzas,Кима,كيما,کیما، تگزاس		TX	167		
4702914	Kemp	kemp	US	74747	1256	America/Chicago	32.44264	-96.22998	116			TX	257		
4702938	Kendalia	kendalia	US	78027	0	America/Chicago	29.9691	-98.52224	422			TX	259		
4702957	Kendleton	kendleton	US	77451	393	America/Chicago	29.4508	-95.99468	29			TX	157		
4702965	Kenedy	kenedy	US	78119	3421	America/Chicago	28.81915	-97.84861	81			TX	255		
4702980	Kennard	kennard	US	47351	323	America/Chicago	31.35963	-95.18327	110	Kennard,Randolph		TX	225		
4702986	Kennedale	kennedale	US	76060	7715	America/Chicago	32.6468	-97.22585	192			TX	439		
4702998	Kempner	kempner	US	76539	1078	America/Chicago	31.08101	-98.00252	264			TX	281		
4703031	Kenney	kenney	US	61749	0	America/Chicago	30.04772	-96.32691	119	Kenney,Kinney		TX	015		
4703037	Keno	keno	US	97627	0	America/Chicago	30.39048	-95.06077	49	Africa,Exelsion,Keno		TX	291		
4703051	Kenwood	kenwood	US	95452	0	America/Chicago	32.71208	-96.90389	196			TX	113		
4703063	Kerens	kerens	US	26276	1572	America/Chicago	32.13321	-96.22775	113			TX	349		
4703078	Kerrville	kerrville	US	78028	23136	America/Chicago	30.04743	-99.14032	499	ERV,Kervil,krwyl  tgzas,kyrfyl,Кервил,كيرفيل,کرویل، تگزاس	265	TX	265		
4703194	Kildare	kildare	US	75562	0	America/Chicago	32.94319	-94.24824	96			TX	067		
4703199	Kilgore	kilgore	US	69216	14947	America/Chicago	32.38626	-94.87577	109	Kilgor,kylghwr,kylgwr  tgzas,Килгор,كيلغور,کیلگور، تگزاس		TX	183		
4703203	Kilgore	kilgore	US	69216	0	America/Chicago	28.76971	-97.29666	58			TX	175		
4703223	Killeen	killeen	US	76540	140806	America/Chicago	31.11712	-97.7278	252	ILE,Kilin,Kilinas,Killean,Killeen,Killin,ji lin,kaylyn  tgzas,killin,kirin,klyn,kylyn,Килин,Киллин,Кіллін,كيلين,کایلین، تگزاس,کلین,کیلین، ٹیکساس,キリーン,基林,킬린		TX	027		
4703281	King	king	US	27021	0	America/Chicago	31.37961	-97.91475	258			TX	099		
4703368	Kingsbury	kingsbury	US	46345	782	America/Chicago	29.64801	-97.82806	184			TX	187		
4703372	Kingsland	kingsland	US	31548	6030	America/Chicago	30.65824	-98.44058	255			TX	299		
4703381	Kingston	kingston	US	02364	0	America/Chicago	33.25289	-96.17664	193			TX	231		
4703384	Kingsville	kingsville	US	21087	26225	America/Chicago	27.51587	-97.85611	18	Kingsvil,NQI,kingseubil,kynghzfyl,kyngzwyl  tgzas,Кингсвил,كينغزفيل,کینگزویل، تگزاس,킹스빌	273	TX	273		
4703415	Kirby	kirby	US	43330	8550	America/Chicago	29.46329	-98.38557	209			TX	029		
4703438	Kirbyville	kirbyville	US	65679	2132	America/Chicago	30.66048	-93.89268	34			TX	241		
4703444	Kirk	kirk	US	80824	0	America/Chicago	31.58711	-96.72804	165			TX	293		
4703454	Kirvin	kirvin	US	75848	127	America/Chicago	31.76655	-96.33025	141			TX	161		
4703519	Klondike	klondike	US	75448	0	America/Chicago	33.32983	-95.75802	144			TX	119		
4703553	Knippa	knippa	US	78870	689	America/Chicago	29.29524	-99.63727	299	Chatfield,Knippa		TX	463		
4703578	Knox City	knox-city	US	63446	1183	America/Chicago	33.41815	-99.81898	466	Knox City,Orient		TX	275		
4703636	Kokomo	kokomo	US	39643	0	America/Chicago	32.28291	-98.70506	434			TX	133		
4703699	Kosciusko	kosciusko	US	39090	0	America/Chicago	29.10552	-97.95056	112			TX	493		
4703701	Kosse	kosse	US	76653	462	America/Chicago	31.30768	-96.63192	152			TX	293		
4703703	Kossuth	kossuth	US	16331	0	America/Chicago	31.74239	-95.49884	98			TX	001		
4703726	Kountze	kountze	US	77625	2083	America/Chicago	30.3716	-94.31241	26		199	TX	199		
4703760	Krum	krum	US	76249	4990	America/Chicago	33.26151	-97.23807	225			TX	121		
4703804	Kurten	kurten	US	77862	403	America/Chicago	30.78714	-96.26413	106			TX	041		
4703811	Kyle	kyle	US	24855	35733	America/Chicago	29.98911	-97.87723	222	Kajl,kayl  tgzas,kyly,Кајл,كيلي,کایل، تگزاس		TX	209		
4703880	La Belle	la-belle	US	15450	0	America/Chicago	29.87966	-94.16101	3	La Belle,Labelle,Lower Taylor's Bayou		TX	245		
4703882	La Blanca	la-blanca	US	78558	2488	America/Chicago	26.29285	-98.03778	21			TX	215		
4703925	La Coste	la-coste	US	78039	1119	America/Chicago	29.31079	-98.81003	217	Fernando,La Coste,Lacoste		TX	325		
4703938	La Feria	la-feria	US	78559	7338	America/Chicago	26.15896	-97.82389	17	Arroyo Alto,La Ferija,la fyrya,la fyrya  tgzas,Ла Ферија,لا فيريا,لا فیریا، تگزاس,لا فیریا، ٹیکساس		TX	061		
4703958	La Grange	la-grange	US	28551	4712	America/Chicago	29.9055	-96.87665	81	La Grange,LaGrange,Lagrange	149	TX	149		
4703997	La Joya	la-joya	US	78560	4291	America/Chicago	26.24702	-98.48141	53	La Joya,San Pedro de Buena Vista Ranch		TX	215		
4704002	La Junta	la-junta	US	81050	0	America/Chicago	32.91985	-97.59975	249			TX	367		
4704027	La Marque	la-marque	US	77568	15908	America/Chicago	29.36857	-94.97131	5	Buttermilk Station,Highland,La Marque		TX	167		
4704108	La Porte	la-porte	US	46350	35148	America/Chicago	29.66578	-95.01937	6	La Port,la bwrt,la pwrth  tgzas,Ла Порт,لا بورت,لا پورت، ٹیکساس,لا پورته، تگزاس		TX	201		
4704131	La Pryor	la-pryor	US	78872	1643	America/Chicago	28.94108	-99.84978	227			TX	507		
4704156	La Salle	la-salle	US	48145	0	America/Chicago	28.79166	-96.66914	11	Ben West,Bennview,Benwest,La Salle		TX	239		
4704180	La Vernia	la-vernia	US	78121	1261	America/Chicago	29.35635	-98.11556	149	La Vernia,Live Oak Grove,Post Oak		TX	493		
4704188	La Villa	la-villa	US	78562	2600	America/Chicago	26.29868	-97.92861	17			TX	215		
4704196	La Ward	la-ward	US	77970	224	America/Chicago	28.84388	-96.46414	12			TX	239		
4704201	LaFayette	lafayette	US	07848	0	America/Chicago	32.89846	-94.85604	110			TX	459		
4704203	LaRue	larue	US	75770	0	America/Chicago	32.11682	-95.67468	146	La Rue,LaRue,Larue		TX	213		
4704242	Ladd	ladd	US	61329	0	America/Chicago	30.04605	-94.92104	25			TX	291		
4704257	Lafitte	lafitte	US	70067	0	America/Chicago	29.66218	-96.26274	55			TX	089		
4704264	Ladonia	ladonia	US	75449	605	America/Chicago	33.42483	-95.94636	191			TX	147		
4704303	Laguna Park	laguna-park	US	76644	1276	America/Chicago	31.85932	-97.37974	184			TX	035		
4704319	Laird Hill	laird-hill	US	75666	0	America/Chicago	32.35321	-94.90549	141			TX	401		
4704425	Lake City	lake-city	US	16423	518	America/Chicago	28.07946	-97.88583	36			TX	409		
4704462	Lake Creek	lake-creek	US	75450	0	America/Chicago	33.44733	-95.58801	135	Lake Creek,Lakecreek		TX	119		
4704466	Lake Creek	lake-creek	US	75450	0	America/Chicago	31.50934	-96.95055	149			TX	309		
4707465	Lone Pine	lone-pine	US	93545	0	America/Chicago	32.84458	-94.90688	121			TX	459		
4704482	Lake Dallas	lake-dallas	US	75065	7892	America/Chicago	33.11929	-97.02556	175	Lejk Dalas,layk dalas,lyk dalas  tgzas,Лејк Далас,لايك دالاس,لیک دالاس، تگزاس,لیک ڈیلاس، ٹیکساس		TX	121		
4704540	Lake Forest	lake-forest	US	60045	0	America/Chicago	32.95096	-97.51891	205			TX	439		
4704628	Lake Jackson	lake-jackson	US	77566	27533	America/Chicago	29.03386	-95.43439	4	Lejk DZekson,layk jakswn,lyk jkswn  tgzas,Лејк Џексон,لايك جاكسون,لیک جکسون، تگزاس,لیک جیکسن، ٹیکساس		TX	039		
4704888	Lake View	lake-view	US	14085	0	America/Chicago	31.976	-95.30412	157			TX	073		
4704889	Lake View	lake-view	US	14085	0	America/Chicago	32.16377	-94.80466	148			TX	401		
4704931	Lake Worth	lake-worth	US	33449	4822	America/Chicago	32.80485	-97.44502	196			TX	439		
4704943	Lakeland	lakeland	US	31635	0	America/Chicago	30.17382	-94.75437	17			TX	291		
4704958	Lakeport	lakeport	US	95453	967	America/Chicago	32.40904	-94.70521	90			TX	183		
4704968	Lakeside	lakeside	US	06758	0	America/Chicago	29.56496	-96.32885	52			TX	089		
4704969	Lakeside	lakeside	US	06758	0	America/Chicago	29.55245	-95.0591	3			TX	167		
4704970	Lakeside	lakeside	US	06758	1385	America/Chicago	32.82235	-97.49335	217	LKS		TX	439		
4704998	Lakeview	lakeview	US	28350	0	America/Chicago	32.71041	-96.98528	153			TX	113		
4704999	Lakeview	lakeview	US	28350	0	America/Chicago	33.29567	-95.2455	110			TX	159		
4705000	Lakeview	lakeview	US	28350	0	America/Chicago	29.91355	-93.8985	2			TX	245		
4705001	Lakeview	lakeview	US	28350	0	America/Chicago	30.22021	-94.10851	5			TX	361		
4705002	Lakeview	lakeview	US	28350	0	America/Chicago	32.89429	-97.46197	214			TX	439		
4705046	Lakewood	lakewood	US	08701	0	America/Chicago	30.12854	-93.97795	6			TX	361		
4705074	Lamar	lamar	US	16848	636	America/Chicago	28.13946	-97.00555	3			TX	007		
4705075	Lamar	lamar	US	16848	0	America/Chicago	31.7799	-94.25576	104			TX	419		
4705076	Lamar	lamar	US	16848	0	America/Chicago	31.79878	-94.24437	101			TX	419		
4705175	Lamont	lamont	US	32336	0	America/Chicago	30.65742	-94.95188	39			TX	373		
4705176	Lampasas	lampasas	US	76550	7687	America/Chicago	31.06378	-98.1817	313	Lampasas,lambsas,lmpss  tgzas,Лампасас,لامبساس,لمپسس، تگزاس,لیمپاساس، ٹیکساس	281	TX	281		
4705190	Lanark	lanark	US	25860	0	America/Chicago	33.18207	-94.14935	101			TX	067		
4705191	Lancaster	lancaster	US	01523	38801	America/Chicago	32.59208	-96.75611	159	Lankaster,lankstr,lnkstr  tgzas,Ланкастер,لانكستر,لانکیسٹر، ٹیکساس,لنکستر، تگزاس,ലങ്കാസ്റ്റർ		TX	113		
4705233	Landrum	landrum	US	29356	0	America/Chicago	26.04397	-97.6986	16	Landrum,Moistown		TX	061		
4705242	Lane	lane	US	29564	0	America/Chicago	33.30206	-96.26248	187			TX	231		
4705247	Lane City	lane-city	US	77453	0	America/Chicago	29.21608	-96.02635	26			TX	481		
4705267	Laneville	laneville	US	75667	0	America/Chicago	31.97433	-94.81383	133			TX	401		
4705309	Lanham	lanham	US	20703	0	America/Chicago	31.75265	-97.95253	336			TX	193		
4705326	Lansing	lansing	US	14882	0	America/Chicago	32.50793	-94.62632	124			TX	203		
4705349	Laredo	laredo	US	64652	255473	America/Chicago	27.50641	-99.50754	126	LRD,Laredo,Laredum,Villa de San Augustine de Laredo,la lei duo,larydw,larydw  tgzas,leoleido,raredo,Ларедо,לארדו,لاريدو,لاریدو، تگزاس,لاریڈو، ٹیکساس,لریڈو,ラレド,拉雷多,러레이도	479	TX	479		
4705488	Las Vegas	las-vegas	US	87701	0	America/Chicago	28.54804	-99.48976	170			TX	127		
4705494	Lasara	lasara	US	78561	1039	America/Chicago	26.46479	-97.91111	13			TX	489		
4705522	Latexo	latexo	US	75849	308	America/Chicago	31.39518	-95.47412	121	Latexo,Stark,Stark's Switch,Starks Switch		TX	225		
4705552	Laurel Hill	laurel-hill	US	28351	0	America/Chicago	30.60298	-95.21327	79			TX	407		
4705584	Lavon	lavon	US	75166	2889	America/Chicago	33.02762	-96.43415	160			TX	085		
4705604	Lawn	lawn	US	17041	320	America/Chicago	32.13486	-99.74981	584			TX	441		
4705610	Lawrence	lawrence	US	01840	231	America/Chicago	32.74235	-96.34276	147			TX	257		
4705641	Lawson	lawson	US	64062	0	America/Chicago	32.70235	-96.56499	138			TX	113		
4705650	Lawsonville	lawsonville	US	27022	0	America/Chicago	31.93545	-94.60076	143			TX	401		
4705692	League City	league-city	US	77573	98312	America/Chicago	29.50745	-95.09493	6	League City,Lig Siti,lyg syty  tgzas,lygh syty,Лиг Сити,ليغ سيتي,لیگ سٹی، ٹیکساس,لیگ سیتی، تگزاس		TX	167		
4705702	Leakey	leakey	US	78873	424	America/Chicago	29.72884	-99.76145	489		385	TX	385		
4705708	Leander	leander	US	78641	37889	America/Chicago	30.57881	-97.85307	298			TX	491		
4705713	Leary	leary	US	39862	483	America/Chicago	33.46012	-94.20769	115			TX	037		
4705721	Lebanon	lebanon	US	03756	0	America/Chicago	33.11318	-96.80556	229			TX	085		
4705722	Lebanon	lebanon	US	03756	0	America/Chicago	31.81044	-97.27057	167			TX	217		
4705723	Lebanon	lebanon	US	03756	0	America/Chicago	32.36875	-97.44696	263			TX	251		
4705732	Ledbetter	ledbetter	US	42058	0	America/Chicago	30.15077	-96.79137	132			TX	149		
4705812	Leesburg	leesburg	US	08327	0	America/Chicago	32.98762	-95.08383	121			TX	063		
4705813	Leesville	leesville	US	29070	0	America/Chicago	29.4069	-97.745	115			TX	177		
4705834	Leggett	leggett	US	77350	0	America/Chicago	30.81797	-94.87049	77			TX	373		
4705842	Leigh	leigh	US	68643	0	America/Chicago	32.60459	-94.13158	70			TX	203		
4705856	Leming	leming	US	78050	946	America/Chicago	29.07302	-98.48418	144	Las Gallinas,Leming		TX	013		
4705874	Lena	lena	US	39094	0	America/Chicago	29.88523	-97.03526	102			TX	149		
4705889	Leo	leo	US	46765	0	America/Chicago	33.45289	-97.39474	240	Field's Spur,Fields Spur,Leo		TX	097		
4705890	Leo	leo	US	46765	0	America/Chicago	30.36604	-96.98498	113			TX	287		
4705943	Leonard	leonard	US	48367	1970	America/Chicago	33.37955	-96.24748	219			TX	147		
4705953	Leona	leona	US	75850	177	America/Chicago	31.15463	-95.96912	104			TX	289		
4705957	Leonidas	leonidas	US	49066	0	America/Chicago	30.31577	-95.53383	50			TX	339		
4705964	Leroy	leroy	US	36548	340	America/Chicago	31.73155	-97.01778	151			TX	309		
4706057	Lewisville	lewisville	US	19351	104039	America/Chicago	33.04623	-96.99417	160	L'juisvill,Lewisville,Luisvil,liu yi si wei er,lu-iseubil,lwysfyl,lwyzwl,ruisubiru,Луисвил,Льюисвилл,لوئیس‌ویل، تگزاس,لويسفيل,لویزول,لیوسویل، ٹیکساس,ലൂയിസ്‌വിൽ,ルイスビル,刘易斯维尔,루이스빌		TX	121		
4706058	Lewisville	lewisville	US	19351	0	America/Chicago	30.06883	-96.11413	52			TX	473		
4706068	Lexington	lexington	US	02420	1181	America/Chicago	30.4191	-97.01165	139	Leksington,Лексингтон		TX	287		
4706085	Liberty	liberty	US	04949	0	America/Chicago	32.88458	-94.44825	101			TX	067		
4706086	Liberty	liberty	US	04949	0	America/Chicago	31.72821	-99.23117	480			TX	083		
4706087	Liberty	liberty	US	04949	0	America/Chicago	33.02067	-95.66301	159			TX	223		
4706088	Liberty	liberty	US	04949	9039	America/Chicago	30.05799	-94.79548	9	Atascosito,Liberti,Liberty,Liberty City,Villa De la Sautissima Trinidad de la Libertad,Villa de la Santissima Trinidad de la Libertad,lybrty,lybrty  tgzas,Либерти,ليبرتي,لیبرتی، تگزاس	291	TX	291		
4706089	Liberty	liberty	US	04949	0	America/Chicago	30.77714	-96.8522	120			TX	331		
4706090	Liberty	liberty	US	04949	0	America/Chicago	30.92325	-93.72268	109			TX	351		
4706091	Liberty	liberty	US	04949	0	America/Chicago	33.61316	-95.23162	134			TX	387		
4706092	Liberty	liberty	US	04949	0	America/Chicago	32.21683	-94.60937	114			TX	401		
4706156	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	31.56018	-95.293	111			TX	225		
4706157	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	30.67381	-97.14332	126			TX	331		
4706158	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	30.51492	-95.14355	97			TX	407		
4706160	Liberty Hill	liberty-hill	US	29074	0	America/Chicago	33.22623	-94.90021	129			TX	449		
4706161	Liberty Hill	liberty-hill	US	29074	1389	America/Chicago	30.66491	-97.92252	312	Liberty Hill,Libertyhill		TX	491		
4706298	Lillian	lillian	US	36549	0	America/Chicago	32.50653	-97.18751	220			TX	251		
4706363	Lincoln Park	lincoln-park	US	07035	326	America/Chicago	33.22206	-96.97278	180			TX	121		
4706386	Lindale	lindale	US	30147	5692	America/Chicago	32.5157	-95.4094	168			TX	423		
4706404	Linden	linden	US	07036	1979	America/Chicago	33.01235	-94.36547	116	Linden,lyndn,lyndn  tgzas,Линден,ليندن,لیندن، تگزاس	067	TX	067		
4706408	Lincoln	lincoln	US	01773	0	America/Chicago	30.28743	-96.96332	113	Linkol'n,Линкольн		TX	287		
4706431	Lindsay	lindsay	US	59339	1078	America/Chicago	33.63594	-97.22279	242			TX	097		
4706446	Lingleville	lingleville	US	76461	0	America/Chicago	32.24458	-98.37755	473			TX	143		
4706457	Linn	linn	US	26384	801	America/Chicago	26.56006	-98.12195	23			TX	215		
4706486	Linwood	linwood	US	01525	0	America/Chicago	31.66434	-94.99049	90			TX	073		
4706509	Lipan	lipan	US	76462	452	America/Chicago	32.51847	-98.04587	280			TX	221		
4706529	Lissie	lissie	US	77454	0	America/Chicago	29.55607	-96.22524	47			TX	481		
4706732	Little Elm	little-elm	US	75068	0	America/Chicago	31.43906	-96.70721	135			TX	293		
4706736	Little Elm	little-elm	US	75068	38341	America/Chicago	33.16262	-96.93751	166	Litl Elm,lytl alm,lytl alm  tgzas,Литл Елм,ليتل إلم,لیتل الم، تگزاس,ലിറ്റിൽ എൽമ്		TX	121		
4706910	Little River	little-river	US	29566	0	America/Chicago	30.98879	-97.36611	152	Little River,Little River- Academy		TX	027		
4706919	Little River-Academy	little-river-academy	US	76554	1959	America/Chicago	30.98629	-97.35861	148	Academy,Little River,Little River-Academy		TX	027		
4707049	Live Oak	live-oak	US	32060	0	America/Chicago	31.13906	-99.92952	654			TX	095		
4707055	Live Oak	live-oak	US	32060	15346	America/Chicago	29.56523	-98.3364	278			TX	029		
4707139	Lively	lively	US	22507	0	America/Chicago	33.59537	-99.1798	438			TX	023		
4707140	Lively	lively	US	22507	0	America/Chicago	32.40986	-96.32331	131			TX	257		
4707158	Liverpool	liverpool	US	13088	501	America/Chicago	29.29496	-95.27882	6			TX	039		
4707173	Livingston	livingston	US	07039	5172	America/Chicago	30.71103	-94.93299	51	Livingston,lyfynghstn,lywyngstn  tgzas,rivu~ingusuton,Ливингстон,ليفينغستن,لیونگسٹن، ٹیکساس,لیوینگستن، تگزاس,リヴィングストン	373	TX	373		
4707191	Llano	llano	US	78643	3341	America/Chicago	30.75935	-98.67504	314	Lano,lanw,lanw  tgzas,Лано,لانو,لانو، تگزاس	299	TX	299		
4707295	Lockhart	lockhart	US	29364	13446	America/Chicago	29.88494	-97.67	157	Lockhart,Lokkhart,Plum Creek,lakhart  tgzas,lwkhart,Локхарт,لاکهارت، تگزاس,لوكهارت	055	TX	055		
4707316	Locust	locust	US	28097	0	America/Chicago	33.79733	-96.7725	214			TX	181		
4707317	Lodi	lodi	US	07644	0	America/Chicago	32.87625	-94.27963	77			TX	315		
4707343	Logan	logan	US	25601	0	America/Chicago	32.0785	-94.0538	88			TX	365		
4707352	Lohn	lohn	US	76852	0	America/Chicago	31.32378	-99.41006	477			TX	307		
4707362	Lolita	lolita	US	77971	555	America/Chicago	28.83943	-96.54247	12			TX	239		
4707377	Loma	loma	US	59460	0	America/Chicago	30.68047	-95.80939	112			TX	471		
4707399	Lomax	lomax	US	61454	0	America/Chicago	29.68051	-95.06549	7			TX	201		
4707403	Lometa	lometa	US	76853	849	America/Chicago	31.21711	-98.39337	455			TX	281		
4707414	London	london	US	25126	180	America/Chicago	30.67685	-99.57645	519			TX	267		
4707415	London	london	US	25126	0	America/Chicago	32.23099	-94.94438	165	London,Norfolk		TX	401		
4707435	Lone Grove	lone-grove	US	73443	0	America/Chicago	30.81268	-98.57559	312	Lone Grove,Lonegrove		TX	299		
4707442	Lone Oak	lone-oak	US	75453	0	America/Chicago	29.3669	-98.24473	175			TX	029		
4707443	Lone Oak	lone-oak	US	75453	0	America/Chicago	31.73962	-95.19856	144			TX	073		
4707444	Lone Oak	lone-oak	US	75453	0	America/Chicago	29.90162	-96.58192	111			TX	089		
4707445	Lone Oak	lone-oak	US	75453	628	America/Chicago	32.99678	-95.94025	172	Lone Oak,Loneoak		TX	231		
4707446	Lone Oak	lone-oak	US	75453	0	America/Chicago	33.48622	-95.32578	121			TX	277		
4707447	Lone Oak	lone-oak	US	75453	0	America/Chicago	32.11876	-96.75972	150			TX	349		
4707464	Lone Pine	lone-pine	US	93545	0	America/Chicago	31.18185	-95.48356	96			TX	225		
4707474	Lone Star	lone-star	US	75668	0	America/Chicago	31.10295	-97.69891	255			TX	027		
4707475	Lone Star	lone-star	US	75668	0	America/Chicago	31.9535	-95.038	155	Lone Star,Lonestar		TX	073		
4707476	Lone Star	lone-star	US	75668	0	America/Chicago	32.6318	-96.34859	132			TX	257		
4707478	Lone Star	lone-star	US	75668	1631	America/Chicago	33.78566	-95.38773	106			TX	277		
4707479	Lone Star	lone-star	US	75668	1525	America/Chicago	32.94402	-94.70715	106	Iron Bluff,Lone Star		TX	343		
4707480	Lone Star	lone-star	US	75668	0	America/Chicago	33.56233	-95.15606	119			TX	387		
4707481	Lone Star	lone-star	US	75668	0	America/Chicago	33.23401	-94.82965	114			TX	449		
4707570	Long Branch	long-branch	US	07740	0	America/Chicago	31.25879	-96.69498	122			TX	145		
4707593	Long Branch	long-branch	US	07740	0	America/Chicago	32.07294	-94.56798	113	Long Branch,Longbranch		TX	365		
4707693	Long Lake	long-lake	US	12847	0	America/Chicago	31.64962	-95.78107	72			TX	001		
4707733	Long Point	long-point	US	61333	0	America/Chicago	29.3908	-95.733	23			TX	157		
4707814	Longview	longview	US	61852	82287	America/Chicago	32.5007	-94.74049	113	GGG,Longv'ju,Longview,Longvju,lang wei you,langwyw  tgzas,longbyu,lwnghfyw,lwngwyw,rongubyu,Лонгвью,Лонгвю,Лонгвју,لانگویو، تگزاس,لونغفيو,لونگویئو، ٹیکساس,لونگویو,ロングビュー,朗維尤,롱뷰	183	TX	183		
4707838	Looneyville	looneyville	US	25259	0	America/Chicago	31.76323	-94.84438	146			TX	347		
4707845	Lopeño	lopeno	US	78564	174	America/Chicago	26.71144	-99.11003	119	Lopeno,Lopeño,San Pedro		TX	505		
4707868	Lorena	lorena	US	76655	1737	America/Chicago	31.38656	-97.21556	184			TX	309		
4707891	Los Angeles	los-angeles	US	90001	0	America/Chicago	26.57812	-98.13973	22			TX	215		
4707894	Los Angeles	los-angeles	US	90001	121	America/Chicago	26.49535	-97.78666	9	Los Angeles,Los Angeles Subdivision		TX	489		
4707922	Los Ebanos	los-ebanos	US	78565	335	America/Chicago	26.24341	-98.56169	43			TX	215		
4707932	Los Fresnos	los-fresnos	US	78566	6582	America/Chicago	26.07174	-97.47637	7			TX	061		
4707945	Los Indios	los-indios	US	78567	1114	America/Chicago	26.04924	-97.74499	17			TX	061		
4708016	Lost Creek	lost-creek	US	17946	4509	America/Chicago	30.29548	-97.84445	251			TX	453		
4708066	Lott	lott	US	76656	726	America/Chicago	31.20351	-97.03666	159			TX	145		
4708089	Louise	louise	US	39097	995	America/Chicago	29.11137	-96.4033	26			TX	481		
4708138	Lovelady	lovelady	US	75851	620	America/Chicago	31.12685	-95.4455	91			TX	225		
4708161	Loving	loving	US	76460	0	America/Chicago	33.26428	-98.51061	396			TX	503		
4708248	Lozano	lozano	US	78568	404	America/Chicago	26.18924	-97.5411	8			TX	061		
4708255	Lucas	lucas	US	42156	6883	America/Chicago	33.08429	-96.57666	173			TX	085		
4708256	Lucas	lucas	US	42156	0	America/Chicago	29.99827	-94.06907	6			TX	245		
4708302	Lueders	lueders	US	79533	336	America/Chicago	32.8015	-99.61898	476			TX	253		
4708308	Lufkin	lufkin	US	75901	36333	America/Chicago	31.33824	-94.7291	95	LFK,Lafkin,la fu jin,lwfkyn,lwfkyn  tgzas,Лафкин,لوفكين,لوفکین، تگزاس,拉夫金	005	TX	005		
4708320	Luling	luling	US	70070	5764	America/Chicago	29.68051	-97.6475	125	Luling,lwlyng  tgzas,lwlyngh,Лулинг,لولينغ,لولینگ، تگزاس		TX	055		
4708328	Lumberton	lumberton	US	08048	12421	America/Chicago	30.26577	-94.19963	18	Ariola,Chance,Fletcher,Hooks Switch,Lumberton,Sharon		TX	199		
4708343	Luna	luna	US	87824	0	America/Chicago	31.55239	-96.21747	152			TX	161		
4708350	Lund	lund	US	89317	0	America/Chicago	30.40659	-97.39639	175			TX	453		
4708366	Lusk	lusk	US	82225	0	America/Chicago	32.97095	-99.03202	372			TX	447		
4708397	Lydia	lydia	US	29079	0	America/Chicago	33.44622	-94.75466	114			TX	387		
4708403	Lyford	lyford	US	78569	2607	America/Chicago	26.41229	-97.78972	11			TX	489		
4708425	Lynchburg	lynchburg	US	24501	0	America/Chicago	29.78717	-95.05549	9	Four Corners,Lynchburg		TX	201		
4708466	Lyons	lyons	US	07939	0	America/Chicago	30.38632	-96.5633	104			TX	051		
4708477	Lytle	lytle	US	78052	2869	America/Chicago	29.23329	-98.79641	220	Coal Mine,Lytle		TX	013		
4708478	Lytle	lytle	US	78052	0	America/Chicago	32.64125	-97.33279	210			TX	439		
4708535	Mabank	mabank	US	75147	3309	America/Chicago	32.36653	-96.10081	120			TX	257		
4708569	Macdona	macdona	US	78054	559	America/Chicago	29.32579	-98.69113	191			TX	029		
4708571	Macedonia	macedonia	US	44056	0	America/Chicago	29.8444	-96.15468	50			TX	015		
4708572	Macedonia	macedonia	US	44056	0	America/Chicago	33.04762	-94.97355	103			TX	063		
4708573	Macedonia	macedonia	US	44056	0	America/Chicago	30.26271	-94.88993	34			TX	291		
4708574	Macedonia	macedonia	US	44056	0	America/Chicago	32.72931	-94.52742	85			TX	315		
4708644	Mackay	mackay	US	83251	0	America/Chicago	29.26997	-96.14968	30			TX	481		
4708657	Macon	macon	US	27551	0	America/Chicago	33.08873	-95.12772	139			TX	159		
4708663	Macomb	macomb	US	48042	0	America/Chicago	33.59816	-96.85611	233			TX	181		
4708703	Madisonville	madisonville	US	37354	4637	America/Chicago	30.94991	-95.91162	76		313	TX	313		
4708718	Madras	madras	US	97741	0	America/Chicago	33.65844	-94.98217	150			TX	387		
4708745	Magnet	magnet	US	68749	0	America/Chicago	29.15081	-95.9869	22			TX	481		
4708747	Magnolia	magnolia	US	08049	1828	America/Chicago	30.20938	-95.75078	82			TX	339		
4708748	Magnolia	magnolia	US	08049	0	America/Chicago	30.48326	-95.19355	84			TX	407		
4708800	Magnolia Springs	magnolia-springs	US	36555	0	America/Chicago	30.73548	-94.02658	52			TX	241		
4708825	Mahomet	mahomet	US	61853	0	America/Chicago	30.82185	-97.93196	315			TX	053		
4708877	Malakoff	malakoff	US	75148	2296	America/Chicago	32.1696	-96.01247	114			TX	213		
4708897	Mallard	mallard	US	50562	0	America/Chicago	33.58316	-97.65197	301			TX	337		
4708913	Malone	malone	US	12953	267	America/Chicago	31.91794	-96.89472	146			TX	217		
4708919	Malvern	malvern	US	19355	0	America/Chicago	31.33546	-95.70356	63			TX	289		
4708927	Malta	malta	US	43758	0	America/Chicago	33.48817	-94.52215	125			TX	037		
4708936	Manchaca	manchaca	US	78652	1133	America/Chicago	30.14077	-97.83306	214			TX	453		
4708940	Manchester	manchester	US	01944	0	America/Chicago	29.71828	-95.26188	9			TX	201		
4708941	Manchester	manchester	US	01944	0	America/Chicago	33.84261	-95.16245	140	Manchester,Taylor		TX	387		
4708953	Mangum	mangum	US	73554	0	America/Chicago	32.32013	-98.85951	453			TX	133		
4708958	Manheim	manheim	US	17545	0	America/Chicago	30.23077	-97.0311	145			TX	287		
4708974	Manning	manning	US	29102	0	America/Chicago	31.1388	-94.53631	83			TX	005		
4708989	Manor	manor	US	15665	7587	America/Chicago	30.34076	-97.55695	162			TX	453		
4709013	Mansfield	mansfield	US	02048	64274	America/Chicago	32.56319	-97.14168	184	Mansfeild,Mansfield,Mehnsfild,Mensfild,mansfyld,mnsfyld  tgzas,Менсфилд,Мэнсфилд,مانسفيلد,منسفیلد، تگزاس,مینسفیلڈ، ٹیکساس		TX	439		
4709027	Manvel	manvel	US	58256	7950	America/Chicago	29.46274	-95.35799	16			TX	039		
4709035	Maple	maple	US	27956	0	America/Chicago	33.45983	-94.99605	115			TX	387		
4709052	Maple Springs	maple-springs	US	14756	0	America/Chicago	33.35567	-95.00549	103			TX	449		
4709055	Mapleton	mapleton	US	04757	0	America/Chicago	31.14018	-95.66884	61	Mapleton,Stumpville		TX	225		
4709090	Marble Falls	marble-falls	US	72648	6281	America/Chicago	30.57841	-98.27507	251	Marbl Fols,marbl fals  tgzas,marbl fwlz,Марбл Фолс,ماربل فالس، تگزاس,ماربل فولز		TX	053		
4709117	Margaret	margaret	US	35112	0	America/Chicago	34.04953	-99.6512	422	Margaret,Peace		TX	155		
4709125	Margie	margie	US	56658	0	America/Chicago	31.22935	-96.13107	168			TX	289		
4709144	Marietta	marietta	US	13110	133	America/Chicago	33.17346	-94.54242	107	Marietta,Мариетта		TX	067		
4709161	Marion	marion	US	02738	1111	America/Chicago	29.57134	-98.14029	197	Mehrion,Мэрион		TX	187		
4709193	Markham	markham	US	22643	1082	America/Chicago	28.96026	-96.06524	17			TX	321		
4709215	Marlin	marlin	US	76661	5682	America/Chicago	31.30629	-96.89804	119	Marlin,marlyn,marlyn  tgzas,Марлин,مارلين,مارلین، تگزاس	145	TX	145		
4709229	Marlow	marlow	US	03456	0	America/Chicago	30.8488	-96.92165	113	Magill,Marlow		TX	331		
4709236	Marquez	marquez	US	77865	265	America/Chicago	31.23935	-96.25358	124			TX	289		
4709245	Mars	mars	US	16046	0	America/Chicago	32.35931	-95.7258	140	Acme,Mars,Pleasant Ridge		TX	467		
4709272	Marshall	marshall	US	20115	23820	America/Chicago	32.54487	-94.36742	126	ASL,Marshal,Marshall,ma xie er,marshal,marshal  tgzas,masharu,masyeol,Маршал,Маршалл,مارشال,مارشال، تگزاس,مارشل، ٹیکساس,マーシャル,马歇尔,마셜	203	TX	203		
4709320	Mart	mart	US	76664	1910	America/Chicago	31.54239	-96.8336	160			TX	309		
4709324	Martha	martha	US	41159	0	America/Chicago	30.08688	-94.91826	25			TX	291		
4709331	Martin	martin	US	15460	0	America/Chicago	31.04658	-94.40048	44			TX	005		
4709334	Marston	marston	US	28363	0	America/Chicago	30.75825	-94.90882	61			TX	373		
4709410	Martindale	martindale	US	17549	1216	America/Chicago	29.8455	-97.84084	160			TX	055		
4709417	Martinez	martinez	US	94553	0	America/Chicago	29.41884	-98.33585	209			TX	029		
4709439	Martinsville	martinsville	US	08836	0	America/Chicago	31.64268	-94.41409	85			TX	347		
4709445	Marvin	marvin	US	57251	0	America/Chicago	33.60788	-95.48245	147			TX	277		
4709446	Marvin	marvin	US	57251	0	America/Chicago	30.91463	-96.70303	87			TX	395		
4709499	Marysville	marysville	US	17053	0	America/Chicago	33.77066	-97.33418	267			TX	097		
4709501	Mason	mason	US	25260	2139	America/Chicago	30.74879	-99.23061	469	Mejson,maswn,mysn  tgzas,Мейсон,Мејсон,ماسون,میسن، تگزاس,میسن، ٹیکساس	319	TX	319		
4709502	Mason	mason	US	25260	0	America/Chicago	31.24574	-93.76879	59			TX	403		
4709576	Matagorda	matagorda	US	77457	503	America/Chicago	28.69082	-95.96746	2			TX	321		
4709615	Mathis	mathis	US	78368	5037	America/Chicago	28.09446	-97.82805	49			TX	409		
4709635	Matthews	matthews	US	28104	0	America/Chicago	29.49941	-96.32274	51			TX	089		
4709652	Maud	maud	US	74854	1071	America/Chicago	33.3329	-94.3427	88			TX	037		
4709663	Mauriceville	mauriceville	US	77626	3252	America/Chicago	30.20354	-93.86628	8			TX	361		
4709701	Maxwell	maxwell	US	46154	0	America/Chicago	29.88105	-97.79334	182			TX	055		
4709710	May	may	US	73851	0	America/Chicago	31.97959	-98.92006	508			TX	049		
4709730	Maydelle	maydelle	US	75772	0	America/Chicago	31.80073	-95.30245	125			TX	073		
4709742	Mayfield	mayfield	US	12117	0	America/Chicago	32.09654	-97.19418	214			TX	217		
4709752	Mayflower	mayflower	US	72106	0	America/Chicago	31.09447	-93.72939	136	Mayflower,Surveyville		TX	351		
4709753	Mayflower	mayflower	US	72106	0	America/Chicago	32.33099	-94.60465	104			TX	401		
4709762	Maynard	maynard	US	01754	0	America/Chicago	30.52215	-95.328	122			TX	407		
4709766	Mayo	mayo	US	21106	0	America/Chicago	28.90525	-97.9225	94			TX	255		
4709770	Maypearl	maypearl	US	76064	981	America/Chicago	32.3132	-97.01167	162	Eyrie,Maypearl		TX	139		
4709775	Mayhill	mayhill	US	88339	0	America/Chicago	33.20429	-97.08446	174			TX	121		
4709796	McAllen	mcallen	US	78501	140269	America/Chicago	26.20341	-98.23001	37	MFE,Mak-Allen,Makalen,McAllen,maekaelleon,mai ka lun,makalyn,makkaren,Мак-Аллен,Макален,מקאלן,ماكالين,مک ایلن، ٹیکساس,مک‌آلن,マッカレン,麦卡伦,매캘런		TX	215		
4710008	McDonald	mcdonald	US	88262	0	America/Chicago	33.54066	-97.8242	338			TX	337		
4710057	McFaddin	mcfaddin	US	77973	0	America/Chicago	28.55389	-97.01388	23			TX	469		
4710129	McGregor	mcgregor	US	55760	5064	America/Chicago	31.44406	-97.40918	211			TX	309		
4710178	McKinney	mckinney	US	75069	162898	America/Chicago	33.19762	-96.61527	192	Mak-Kinni,Makini,McKinney,maekini,mai jin ni,makkini,makkinni,makkyny,Мак-Кинни,Мак-Кінні,Макини,ماككيني,مک کینی، ٹیکساس,مک‌کینی، تگزاس,മക്കിന്നി,マッキニー,麥金尼,매키니	085	TX	085		
4710232	McLeod	mcleod	US	58057	0	America/Chicago	32.94458	-94.08018	94			TX	067		
4710436	Meadowview	meadowview	US	24361	0	America/Chicago	33.05928	-96.12442	158			TX	231		
4710443	Mecca	mecca	US	47860	0	America/Chicago	30.98408	-96.0669	101			TX	313		
4710484	Medina	medina	US	14103	3247	America/Chicago	29.79661	-99.24643	441	Medina,Медина		TX	019		
4710485	Medina	medina	US	14103	3935	America/Chicago	26.92115	-99.25948	121			TX	505		
4710528	Meeker	meeker	US	74855	0	America/Chicago	30.08299	-94.25824	12			TX	245		
4710540	Megargel	megargel	US	36457	194	America/Chicago	33.45094	-98.92451	392	Megargel,Megargle		TX	009		
4710574	Melissa	melissa	US	75454	7436	America/Chicago	33.28595	-96.57277	207			TX	085		
4710580	Melrose	melrose	US	02176	0	America/Chicago	31.56157	-94.4766	117			TX	347		
4710583	Melrose Park	melrose-park	US	60160	0	America/Chicago	29.87022	-95.3716	23			TX	201		
4710587	Melrose	melrose	US	02176	0	America/Chicago	28.8036	-97.52333	94			TX	175		
4710592	Melvin	melvin	US	36913	180	America/Chicago	31.19517	-99.57979	566			TX	307		
4710697	Menard	menard	US	62259	1420	America/Chicago	30.91767	-99.78646	574	Menard,mo na de,mynard,mynrd  tgzas,Менард,مينارد,مینرد، تگزاس,默纳德	327	TX	327		
4710749	Mercedes	mercedes	US	78570	16657	America/Chicago	26.1498	-97.91361	21			TX	215		
4710764	Mercury	mercury	US	89023	0	America/Chicago	31.41238	-99.15755	444			TX	307		
4710782	Meridian	meridian	US	13113	1427	America/Chicago	31.92321	-97.65669	232	Meridian,Меридиан	035	TX	035		
4710792	Merit	merit	US	75458	0	America/Chicago	33.21678	-96.28748	198			TX	231		
4710819	Mertens	mertens	US	76666	124	America/Chicago	32.05849	-96.89666	164			TX	217		
4710826	Mesquite	mesquite	US	75149	144788	America/Chicago	32.7668	-96.59916	151	Meskit,Meskvit,Mesquite,mei si ji te,meseukiteu,meskvirr,mesukito,mskyt  tgzas,mwskw,Месквіт,Мескит,مسکیت، تگزاس,مسکیٹ، ٹیکساس,موسكو,میسکوٹ,മെസ്ക്വിറ്റ്,メスキート,梅斯基特,메스키트		TX	113		
4710963	Mexia	mexia	US	36458	7406	America/Chicago	31.67989	-96.4822	159	Mekheja,mahya,mhya  tgzas,Мехеја,ماهيا,مهیا، تگزاس		TX	293		
4711013	Meyersville	meyersville	US	77974	0	America/Chicago	28.92832	-97.31249	70	Lower Meyersville,Meyersville		TX	123		
4711030	Mico	mico	US	78056	0	America/Chicago	29.54412	-98.92309	346	Medina Lake,Mico		TX	325		
4711145	Middleburg	middleburg	US	17842	0	America/Chicago	34.25674	-99.8101	491			TX	197		
4711147	Middleton	middleton	US	01949	0	America/Chicago	31.17518	-95.86412	81			TX	289		
4711151	Midfield	midfield	US	77458	0	America/Chicago	28.93776	-96.20802	14			TX	321		
4711156	Midlothian	midlothian	US	21543	22318	America/Chicago	32.48236	-96.99445	230	Midlothian,Midlotijan,mydlwdhyan,mydlwtyn  tgzas,Мидлотијан,ميدلوذيان,میدلوتین، تگزاس		TX	139		
4711160	Midway	midway	US	15060	0	America/Chicago	31.07879	-97.41112	162			TX	027		
4711161	Midway	midway	US	15060	0	America/Chicago	28.95414	-95.33688	1			TX	039		
4711162	Midway	midway	US	15060	0	America/Chicago	33.1643	-94.29491	122			TX	067		
4711163	Midway	midway	US	15060	0	America/Chicago	33.57038	-96.22165	198			TX	147		
4711164	Midway	midway	US	15060	0	America/Chicago	31.70154	-98.20559	396			TX	193		
4711165	Midway	midway	US	15060	0	America/Chicago	32.0921	-97.00167	221			TX	217		
4711166	Midway	midway	US	15060	0	America/Chicago	33.30345	-96.15164	210			TX	231		
4711167	Midway	midway	US	15060	0	America/Chicago	28.02057	-98.09528	96			TX	249		
4711168	Midway	midway	US	15060	0	America/Chicago	29.36469	-97.17332	121			TX	285		
4711169	Midway	midway	US	15060	0	America/Chicago	31.3674	-95.95552	136			TX	289		
4711170	Midway	midway	US	15060	0	America/Chicago	31.54267	-96.72915	156			TX	293		
4711171	Midway	midway	US	15060	230	America/Chicago	31.02602	-95.7505	76			TX	313		
4711172	Midway	midway	US	15060	0	America/Chicago	33.70733	-95.22523	158			TX	387		
4711173	Midway	midway	US	15060	0	America/Chicago	27.95391	-97.35055	12			TX	409		
4711174	Midway	midway	US	15060	0	America/Chicago	32.47126	-95.103	129			TX	423		
4711175	Midway	midway	US	15060	0	America/Chicago	33.26734	-94.94549	118			TX	449		
4711176	Midway	midway	US	15060	0	America/Chicago	32.85763	-94.95188	114			TX	459		
4711177	Midway	midway	US	15060	0	America/Chicago	32.39459	-95.55968	176			TX	467		
4711255	Milam	milam	US	26838	1480	America/Chicago	31.4324	-93.84574	95			TX	403		
4711281	Milano	milano	US	76556	421	America/Chicago	30.71047	-96.86331	159			TX	331		
4711282	Milburn	milburn	US	42070	0	America/Chicago	31.43766	-99.10977	400			TX	307		
4711291	Mildred	mildred	US	18632	371	America/Chicago	32.03516	-96.37692	131			TX	349		
4711315	Milford	milford	US	01757	739	America/Chicago	32.1246	-96.94528	188	Milford,Милфорд		TX	139		
4711413	Mill Creek	mill-creek	US	17060	0	America/Chicago	30.15549	-96.4933	91			TX	477		
4711535	Millersview	millersview	US	76862	0	America/Chicago	31.40877	-99.75563	501			TX	095		
4711542	Millheim	millheim	US	16854	0	America/Chicago	29.8719	-96.2483	72			TX	015		
4711545	Millican	millican	US	77866	243	America/Chicago	30.46854	-96.20246	95			TX	041		
4711554	Milligan	milligan	US	32537	0	America/Chicago	33.18595	-96.54721	169			TX	085		
4711555	Mills	mills	US	16937	0	America/Chicago	33.72955	-96.54582	203			TX	181		
4711570	Millsap	millsap	US	76066	427	America/Chicago	32.74819	-98.00921	249			TX	367		
4711583	Millwood	millwood	US	10546	0	America/Chicago	32.99595	-96.41832	154			TX	085		
4711593	Milton	milton	US	02186	0	America/Chicago	33.51483	-95.3744	128			TX	277		
4711606	Mims	mims	US	32754	0	America/Chicago	29.08719	-95.28716	2			TX	039		
4711619	Minden	minden	US	25879	0	America/Chicago	32.0135	-94.70743	143			TX	401		
4711628	Mineola	mineola	US	11501	4625	America/Chicago	32.66319	-95.48829	127	Miniola,mynywla,mynywla  tgzas,Миниола,مينيولا,مینیولا، تگزاس		TX	499		
4711637	Mineral	mineral	US	23117	0	America/Chicago	28.5486	-97.90417	102			TX	025		
4711647	Mineral Wells	mineral-wells	US	26120	14754	America/Chicago	32.80846	-98.11282	269	MWL,Mineral Vels,Mineral Wells,Mineralwells,minelal-welseu,mynral wlz  tgzas,mynyral wylz,Минерал Велс,مينيرال ويلز,مینرال ولز، تگزاس,미네랄웰스		TX	363		
4711652	Minerva	minerva	US	12851	0	America/Chicago	30.75825	-96.98804	123			TX	331		
4711658	Mingo	mingo	US	43047	0	America/Chicago	33.24679	-97.06084	177			TX	121		
4711662	Mingus	mingus	US	76463	231	America/Chicago	32.53791	-98.42227	290			TX	363		
4711689	Minter	minter	US	36761	0	America/Chicago	33.47066	-95.39245	123			TX	277		
4711712	Mirando City	mirando-city	US	78369	375	America/Chicago	27.43975	-99.00114	231			TX	479		
4711725	Mission	mission	US	57555	83298	America/Chicago	26.21591	-98.32529	43	Mishon,Missija,Mission,mi shen,misshon,myshn  tgzas,Миссия,Мишон,میشن، تگزاس,ミッション,米申		TX	215		
4711801	Missouri City	missouri-city	US	64072	74139	America/Chicago	29.61857	-95.53772	24	Missouri City,Misuri Siti,mi su li cheng,misari sirri,myswry syty,myzwry‌syty  tgzas,Мисури Сити,مسوری سٹی، ٹیکساس,ميسوري سيتي,میزوری‌سیتی، تگزاس,മിസൗറി സിറ്റി,密蘇里城		TX	157		
4711813	Mitchell	mitchell	US	30820	0	America/Chicago	32.34541	-99.06118	521			TX	133		
4711868	Mittie	mittie	US	70654	0	America/Chicago	31.97183	-95.22911	148			TX	073		
4711911	Moffat	moffat	US	81143	0	America/Chicago	31.1999	-97.46834	211			TX	027		
4711935	Moline	moline	US	49335	0	America/Chicago	31.38377	-98.31059	426			TX	281		
4711955	Monroe	monroe	US	03771	0	America/Chicago	32.33543	-94.73771	109			TX	401		
4711956	Monroe City	monroe-city	US	47557	0	America/Chicago	29.78494	-94.58519	8			TX	071		
4711967	Mont Belvieu	mont-belvieu	US	77580	5193	America/Chicago	29.84772	-94.89076	21			TX	071		
4711972	Montague	montague	US	01351	304	America/Chicago	33.66483	-97.72059	327		337	TX	337		
4711982	Montalba	montalba	US	75853	0	America/Chicago	31.87655	-95.73274	130			TX	001		
4712015	Monterey	monterey	US	01245	0	America/Chicago	31.23019	-94.39548	70			TX	005		
4712017	Monterey	monterey	US	01245	0	America/Chicago	32.83542	-94.04824	53			TX	315		
4712031	Montfort	montfort	US	53569	0	America/Chicago	32.22237	-96.34942	108			TX	349		
4712033	Montgomery	montgomery	US	05470	806	America/Chicago	30.38826	-95.69634	90	Montgomeri,Монтгомери		TX	339		
4712068	Monticello	monticello	US	04760	0	America/Chicago	33.09595	-95.08577	128			TX	449		
4712097	Moody	moody	US	04054	1380	America/Chicago	31.30823	-97.3614	238			TX	309		
4712141	Moore	moore	US	29369	0	America/Chicago	30.77047	-96.33107	102			TX	041		
4712142	Moore	moore	US	29369	475	America/Chicago	29.05524	-99.01031	202	Mur,Мур		TX	163		
4712239	Mooreville	mooreville	US	38857	0	America/Chicago	31.30212	-97.14083	163	Mooresville,Mooreville		TX	145		
4712258	Moran	moran	US	49760	268	America/Chicago	32.54762	-99.16591	414	Hulltown,Moran		TX	417		
4712267	Moravia	moravia	US	13118	0	America/Chicago	29.58968	-96.98498	121			TX	285		
4712280	Morgan	morgan	US	05853	482	America/Chicago	32.01876	-97.60836	232			TX	035		
4712304	Morgan Mill	morgan-mill	US	76465	0	America/Chicago	32.38819	-98.16726	321	Morgan Mill,Morgans Mill		TX	143		
4712379	Morrill	morrill	US	04952	0	America/Chicago	31.59379	-95.06466	101			TX	073		
4712453	Morton	morton	US	14508	0	America/Chicago	32.66986	-94.65798	101			TX	203		
4712467	Moscow	moscow	US	05662	0	America/Chicago	30.91325	-94.82521	105			TX	373		
4712474	Moselle	moselle	US	39459	0	America/Chicago	32.6293	-97.35391	232			TX	439		
4712486	Mosheim	mosheim	US	37818	0	America/Chicago	31.62627	-97.60002	281			TX	035		
4712587	Moulton	moulton	US	35650	907	America/Chicago	29.57496	-97.14276	110			TX	285		
4712589	Mound	mound	US	55364	0	America/Chicago	31.35183	-97.63752	211			TX	099		
4712592	Mound City	mound-city	US	57646	0	America/Chicago	31.57684	-95.40578	146			TX	225		
4712613	Mount Bethel	mount-bethel	US	18343	0	America/Chicago	33.04845	-96.10942	171			TX	231		
4712621	Mount Calm	mount-calm	US	76673	315	America/Chicago	31.75627	-96.87916	184	Mount Calm,Mountcalm		TX	217		
4712711	Mount Enterprise	mount-enterprise	US	75681	444	America/Chicago	31.91795	-94.68104	146			TX	401		
4712765	Mount Joy	mount-joy	US	17552	0	America/Chicago	33.47511	-95.62079	150			TX	119		
4712823	Mount Olive	mount-olive	US	25185	0	America/Chicago	29.06692	-96.69442	27			TX	239		
4712824	Mount Olive	mount-olive	US	25185	0	America/Chicago	29.39274	-97.09999	104			TX	285		
4712932	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	32.39707	-99.97176	583			TX	441		
4712933	Mount Pleasant	mount-pleasant	US	15666	16051	America/Chicago	33.15679	-94.96827	123	MPS,Maunt Plezant,Mount Pleasant,mawnt blyzant,mawnt plznt  tgzas,Маунт Плезант,ماونت بليزانت,ماونت پلزنت، تگزاس	449	TX	449	7173905	
4713030	Mount Union	mount-union	US	17066	0	America/Chicago	30.69909	-94.02241	56			TX	241		
4713032	Mount Vernon	mount-vernon	US	04352	2753	America/Chicago	33.18873	-95.22133	150	Keith's,Keiths,Lone Star,Maunt Vernon,Mount Vernon,mwnt fyrnwn,mwnt wrnn  tgzas,Маунт Вернон,ماؤنٹ ورنن، ٹیکساس,مونت فيرنون,مونت ورنن، تگزاس	159	TX	159		
4713033	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	31.40851	-95.08744	107			TX	225		
4713058	Mount Zion	mount-zion	US	26151	0	America/Chicago	30.49409	-95.43216	83			TX	339		
4713184	Mountain City	mountain-city	US	30562	659	America/Chicago	30.03716	-97.88695	251			TX	209		
4713197	Mountain Home	mountain-home	US	28758	0	America/Chicago	30.17465	-99.38033	582	Mountain Home,Mountainhome		TX	265		
4713204	Mountain Top	mountain-top	US	18707	0	America/Chicago	32.22736	-98.95034	479			TX	133		
4713217	Mountain View	mountain-view	US	65548	0	America/Chicago	32.11237	-97.07612	253			TX	217		
4713243	Mozelle	mozelle	US	40858	0	America/Chicago	31.59904	-99.49284	486			TX	083		
4713351	Muenster	muenster	US	76252	1608	America/Chicago	33.65177	-97.37641	305			TX	097		
4713379	Mulberry	mulberry	US	33860	0	America/Chicago	33.72121	-96.28109	167			TX	147		
4713401	Muldoon	muldoon	US	78949	0	America/Chicago	29.81578	-97.0711	104			TX	149		
4713435	Mullin	mullin	US	76864	175	America/Chicago	31.55683	-98.6656	438	Mullen,Mullin		TX	333		
4713444	Mumford	mumford	US	14511	0	America/Chicago	30.73436	-96.56497	79			TX	395		
4713452	Munday	munday	US	26152	1339	America/Chicago	33.44926	-99.62286	451			TX	275		
4713459	Munger	munger	US	48747	0	America/Chicago	31.796	-96.70638	151			TX	293		
4713483	Munson	munson	US	16860	0	America/Chicago	32.89679	-96.29831	157			TX	397		
4713492	Murchison	murchison	US	75778	594	America/Chicago	32.27848	-95.74969	139			TX	213		
4713507	Murphy	murphy	US	28906	20610	America/Chicago	33.01512	-96.61305	177			TX	085		
4713529	Murray	murray	US	42071	0	America/Chicago	33.0565	-98.89507	370			TX	503		
4713577	Mustang	mustang	US	73064	0	America/Chicago	33.32067	-96.90306	185			TX	121		
4713578	Mustang	mustang	US	73064	0	America/Chicago	31.25129	-96.64192	142			TX	145		
4713579	Mustang	mustang	US	73064	0	America/Chicago	31.68294	-96.73749	155			TX	293		
4713580	Mustang	mustang	US	73064	21	America/Chicago	32.01349	-96.42943	119			TX	349		
4713686	Myrtle	myrtle	US	38650	0	America/Chicago	29.65023	-95.40466	18	Myrtle,Spence		TX	201		
4713735	Nacogdoches	nacogdoches	US	75961	33894	America/Chicago	31.60351	-94.65549	92	Nacodoches,Nacogdoches,Nakodoches,OCH,nakwdwchz  tgzas,nakwghdwshs,Накодочес,ناكوغدوشس,ناکودوچز، تگزاس	347	TX	347		
4713745	Nadeau	nadeau	US	49863	0	America/Chicago	29.3844	-94.94465	3			TX	167		
4713748	Nada	nada	US	77460	0	America/Chicago	29.40497	-96.38636	47			TX	089		
4713768	Nancy	nancy	US	42544	0	America/Chicago	31.10575	-94.43076	65			TX	005		
4713780	Napier	napier	US	26631	0	America/Chicago	30.48381	-95.00605	56			TX	407		
4713782	Naples	naples	US	04055	1339	America/Chicago	33.20318	-94.68021	124	Neapol',Неаполь		TX	343		
4713795	Naruna	naruna	US	24576	0	America/Chicago	30.98879	-98.31753	446			TX	053		
4713800	Nash	nash	US	73761	3141	America/Chicago	33.44235	-94.13075	107			TX	037		
4713805	Nash	nash	US	73761	2177	America/Chicago	32.2657	-96.81277	159			TX	139		
4713846	Navarro	navarro	US	95463	209	America/Chicago	31.99849	-96.37831	127			TX	349		
4713866	Navasota	navasota	US	77868	7476	America/Chicago	30.38798	-96.08773	66	Navasota,Nolansville		TX	185		
4713917	Neches	neches	US	75779	0	America/Chicago	31.86684	-95.49579	126	Neches,Nechesville		TX	001		
4713932	Nederland	nederland	US	77627	17196	America/Chicago	29.97438	-93.9924	5	Niderland,nydrland,nydrlnd  tgzas,Нидерланд,نيدرلاند,نیدرلند، تگزاس		TX	245		
4713942	Needmore	needmore	US	17238	0	America/Chicago	33.32372	-95.83969	157			TX	119		
4713943	Needmore	needmore	US	17238	0	America/Chicago	31.13241	-94.05352	50			TX	405		
4713946	Needville	needville	US	77461	3063	America/Chicago	29.39941	-95.83773	28	Needville,Schendelville		TX	157		
4713959	Negley	negley	US	44441	0	America/Chicago	33.76011	-95.08523	137			TX	387		
4714007	Nelson	nelson	US	03457	0	America/Chicago	32.31376	-96.85694	186			TX	139		
4714026	Nelsonville	nelsonville	US	45764	0	America/Chicago	29.97661	-96.4033	92			TX	015		
4714030	Nemo	nemo	US	57759	0	America/Chicago	32.25987	-97.65197	242			TX	425		
4714062	Nevada	nevada	US	44849	1008	America/Chicago	33.04234	-96.37387	196	Nevada,Невада		TX	085		
4714069	New Baden	new-baden	US	62265	0	America/Chicago	31.05102	-96.42913	130			TX	395		
4714087	New Berlin	new-berlin	US	13411	535	America/Chicago	29.46412	-98.10112	174	Novyj Berlin,Новый Берлин		TX	187		
4714126	New Boston	new-boston	US	03070	4688	America/Chicago	33.45984	-94.41548	109	Nju Boston,nyw bwstn,nyw bwstwn  tgzas,Њу Бостон,نيو بوسطن,نیو بوستون، تگزاس	037	TX	037		
4714131	New Braunfels	new-braunfels	US	78130	70543	America/Chicago	29.703	-98.12445	192	N'ju-Braunfels,Nju Bronfels,nyuburonferuzu,nyw branflz  tgzas,nyw brawnfylz,xin bu lang fei er si,Њу Бронфелс,Нью-Браунфелс,نيو براونفيلز,نیو برانفلز، تگزاس,نیو براونفیلز، ٹیکساس,ニューブローンフェルズ,新布朗費爾斯	091	TX	091		
4714138	New Bremen	new-bremen	US	45869	0	America/Chicago	29.92411	-96.40469	93			TX	015		
4714149	New Caney	new-caney	US	77357	0	America/Chicago	30.15522	-95.21132	29			TX	339		
4714236	New Harmony	new-harmony	US	47631	0	America/Chicago	31.7449	-93.97241	89			TX	419		
4714237	New Harmony	new-harmony	US	47631	0	America/Chicago	32.41431	-95.46607	150			TX	423		
4714255	New Hope	new-hope	US	18938	0	America/Chicago	33.44234	-94.70354	114			TX	037		
4714256	New Hope	new-hope	US	18938	0	America/Chicago	31.9235	-95.30856	149			TX	073		
4714257	New Hope	new-hope	US	18938	639	America/Chicago	33.21012	-96.56527	183			TX	085		
4714258	New Hope	new-hope	US	18938	0	America/Chicago	32.81402	-96.59583	162	New Hope,Newhope		TX	113		
4714260	New Hope	new-hope	US	18938	0	America/Chicago	33.01818	-95.16911	127			TX	159		
4714261	New Hope	new-hope	US	18938	0	America/Chicago	32.25071	-95.59635	149			TX	213		
4714262	New Hope	new-hope	US	18938	0	America/Chicago	32.86845	-99.79954	479			TX	253		
4714263	New Hope	new-hope	US	18938	0	America/Chicago	30.21271	-94.74187	29			TX	291		
4714264	New Hope	new-hope	US	18938	0	America/Chicago	31.41129	-96.28136	133			TX	293		
4714265	New Hope	new-hope	US	18938	0	America/Chicago	30.61687	-94.97688	33			TX	373		
4714266	New Hope	new-hope	US	18938	0	America/Chicago	32.34376	-94.77105	119			TX	401		
4714267	New Hope	new-hope	US	18938	0	America/Chicago	31.54963	-94.26214	69			TX	405		
4714268	New Hope	new-hope	US	18938	0	America/Chicago	32.17127	-95.31467	137			TX	423		
4714269	New Hope	new-hope	US	18938	0	America/Chicago	32.65652	-95.41829	131			TX	499		
4714475	New London	new-london	US	03257	997	America/Chicago	32.23877	-94.94049	168	N'ju-London,Нью-Лондон		TX	401		
4714542	New Salem	new-salem	US	01355	0	America/Chicago	32.61708	-98.09865	250			TX	363		
4714570	New Summerfield	new-summerfield	US	75780	1111	America/Chicago	31.98072	-95.09383	144			TX	073		
4714571	New Sweden	new-sweden	US	04762	0	America/Chicago	30.40854	-97.51306	169	Knights Ranch,New Sweden,New Sweeden		TX	453		
4714592	New Ulm	new-ulm	US	56073	0	America/Chicago	29.89217	-96.49025	123			TX	015		
4714603	New Waverly	new-waverly	US	46961	1040	America/Chicago	30.5377	-95.48328	108			TX	471		
4714635	New York	new-york	US	10001	0	America/Chicago	32.16793	-95.66913	152	N'ju-Jork,Нью-Йорк		TX	213		
4714660	Newark	newark	US	07101	1061	America/Chicago	33.00124	-97.48447	212	N'juark,Ньюарк		TX	497		
4714666	Newburg	newburg	US	17240	0	America/Chicago	31.78682	-98.52199	412			TX	093		
4714671	Newcastle	newcastle	US	04553	570	America/Chicago	33.194	-98.73867	348			TX	503		
4714700	Newport	newport	US	02840	0	America/Chicago	33.46789	-98.01643	312	Bear Hill,Newport		TX	077		
4714713	Newton	newton	US	02458	2403	America/Chicago	30.84853	-93.7574	59	N'juton,Ньютон	351	TX	351		
4714735	Newtonville	newtonville	US	02460	0	America/Chicago	29.65218	-97.19499	105			TX	177		
4714814	Nineveh	nineveh	US	13813	0	America/Chicago	31.38351	-95.80607	93			TX	289		
4714829	Nixon	nixon	US	78140	2465	America/Chicago	29.26746	-97.76444	119			TX	177		
4714853	Noble	noble	US	62868	0	America/Chicago	33.55205	-95.79413	180			TX	277		
4714865	Nocona	nocona	US	76255	2939	America/Chicago	33.78677	-97.72586	299	Noccona,Nocona		TX	337		
4714895	Nolanville	nolanville	US	76559	4774	America/Chicago	31.07879	-97.60557	216			TX	027		
4714908	Noonan	noonan	US	58765	0	America/Chicago	29.26913	-98.90197	235			TX	325		
4714919	Nome	nome	US	58062	562	America/Chicago	30.03577	-94.42436	14	Nom,Nome,Sour Lake Junction,Ном		TX	245		
4714921	Nordheim	nordheim	US	78141	318	America/Chicago	28.92109	-97.60972	123			TX	123		
4714951	Norman	norman	US	28367	0	America/Chicago	30.49409	-97.49417	175			TX	491		
4714963	Normangee	normangee	US	77871	693	America/Chicago	31.02963	-96.11468	115	Normangee,Roger's Prairie,Roger's Store,Rogers Store		TX	289		
4714968	Normanna	normanna	US	78142	113	America/Chicago	28.52972	-97.78222	82	Normanna,San Domingo,Walton		TX	025		
4715012	North Beach	north-beach	US	20714	0	America/Chicago	27.82114	-97.39027	2	Brooklyn,Corpus Christi,Kinney's Rancho,North Beach,Rincon		TX	355		
4715168	North Georgetown	north-georgetown	US	44665	0	America/Chicago	30.64742	-97.67723	216			TX	491		
4715193	North Houston	north-houston	US	77315	0	America/Chicago	29.9255	-95.51522	35			TX	201		
4715273	North Prairie	north-prairie	US	53153	0	America/Chicago	31.34184	-97.08361	130			TX	145		
4715292	North Richland Hills	north-richland-hills	US	76180	69204	America/Chicago	32.8343	-97.2289	184			TX	439		
4715351	North Salem	north-salem	US	03073	0	America/Chicago	31.31435	-96.07385	133	New Salem,North Salem		TX	289		
4715544	North Zulch	north-zulch	US	77872	0	America/Chicago	30.91769	-96.10829	107			TX	313		
4715592	Norwood	norwood	US	02062	0	America/Chicago	31.40519	-94.21214	92			TX	405		
4715610	Novice	novice	US	79538	131	America/Chicago	31.98959	-99.62369	606			TX	083		
4715611	Novice	novice	US	79538	0	America/Chicago	33.78816	-95.38495	153			TX	277		
4715624	Nottawa	nottawa	US	49075	0	America/Chicago	29.53913	-96.14885	41			TX	481		
4715697	Nursery	nursery	US	77976	0	America/Chicago	28.9236	-97.0986	40			TX	469		
4715705	Nye	nye	US	59061	0	America/Chicago	27.55974	-99.50699	129			TX	479		
4715732	O'Brien	o-brien	US	32071	103	America/Chicago	33.3801	-99.8437	480			TX	207		
4715794	Oak Forest	oak-forest	US	60452	0	America/Chicago	29.49885	-97.58472	106	Oak Forest,Oakforest		TX	177		
4715804	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.53622	-94.68799	130			TX	037		
4715805	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.06263	-94.20519	102			TX	067		
4715806	Oak Grove	oak-grove	US	42262	0	America/Chicago	32.25931	-96.5836	133			TX	139		
4715807	Oak Grove	oak-grove	US	42262	0	America/Chicago	33.30567	-95.55523	152			TX	223		
4715808	Oak Grove	oak-grove	US	42262	667	America/Chicago	32.53514	-96.31943	128			TX	257		
4715809	Oak Grove	oak-grove	US	42262	0	America/Chicago	30.44048	-95.21522	69			TX	407		
4715810	Oak Grove	oak-grove	US	42262	0	America/Chicago	32.57958	-97.29251	199			TX	439		
4715811	Oak Grove	oak-grove	US	42262	0	America/Chicago	32.82152	-95.34495	147			TX	499		
4715865	Oak Hill	oak-hill	US	12460	0	America/Chicago	30.79909	-94.11297	28			TX	241		
4715866	Oak Hill	oak-hill	US	12460	0	America/Chicago	32.33487	-97.37002	238			TX	251		
4715867	Oak Hill	oak-hill	US	12460	0	America/Chicago	32.27405	-94.69493	140			TX	401		
4715868	Oak Hill	oak-hill	US	12460	0	America/Chicago	30.23549	-97.86001	244	Oak Hill,Oakhill		TX	453		
4715902	Oak Island	oak-island	US	28465	363	America/Chicago	29.66134	-94.68964	2			TX	071		
4715933	Oak Ridge	oak-ridge	US	07438	173	America/Chicago	33.64816	-97.03834	262			TX	097		
4715934	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	33.48122	-95.97164	182			TX	147		
4715935	Oak Ridge	oak-ridge	US	07438	575	America/Chicago	32.65735	-96.2622	128			TX	257		
4715936	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	31.57157	-94.54132	112			TX	347		
4715973	Oakdale	oakdale	US	06370	0	America/Chicago	33.27345	-95.30328	115			TX	159		
4715974	Oakdale	oakdale	US	06370	0	America/Chicago	33.28206	-95.51718	147			TX	223		
4715975	Oakdale	oakdale	US	06370	0	America/Chicago	30.29188	-94.97799	41			TX	291		
4715984	Oakhurst	oakhurst	US	07755	233	America/Chicago	30.73714	-95.31605	119			TX	407		
4715992	Oakland	oakland	US	02858	0	America/Chicago	28.99191	-95.44383	3			TX	039		
4715993	Oakland	oakland	US	02858	0	America/Chicago	31.81434	-95.21939	125			TX	073		
4715994	Oakland	oakland	US	02858	0	America/Chicago	29.60163	-96.82998	89			TX	089		
4715995	Oakland	oakland	US	02858	0	America/Chicago	33.67094	-96.15526	181			TX	147		
4715996	Oakland	oakland	US	02858	0	America/Chicago	33.419	-98.29033	310			TX	237		
4715997	Oakland	oakland	US	02858	0	America/Chicago	32.57125	-95.75552	149			TX	467		
4716034	Oaks	oaks	US	19456	0	America/Chicago	28.60888	-98.03167	108			TX	025		
4716045	Oakville	oakville	US	06779	0	America/Chicago	28.44916	-98.10195	52			TX	297		
4716050	Oakwood	oakwood	US	24631	516	America/Chicago	31.5849	-95.84913	85	Oakwood,Oakwoods		TX	289		
4716077	Oak Island	oak-island	US	28465	0	America/Chicago	29.22774	-98.55974	171			TX	029		
4716121	Odell	odell	US	60460	0	America/Chicago	34.34591	-99.41898	411			TX	487		
4716128	Odem	odem	US	78370	2482	America/Chicago	27.95057	-97.58222	22			TX	409		
4716150	Ogden	ogden	US	50212	0	America/Chicago	33.50815	-99.21452	409			TX	023		
4716151	Ogden	ogden	US	50212	0	America/Chicago	29.63439	-98.25862	219			TX	091		
4716159	Oglesby	oglesby	US	61348	468	America/Chicago	31.4185	-97.50724	258			TX	099		
4716163	Ohio	ohio	US	61349	0	America/Chicago	31.53933	-98.08614	322			TX	193		
4716189	Oilton	oilton	US	74052	353	America/Chicago	27.46586	-98.97419	262	Oilton,Torrecillas		TX	479		
4716202	Oklaunion	oklaunion	US	76373	0	America/Chicago	34.12953	-99.14285	374			TX	487		
4716207	Olcott	olcott	US	14126	0	America/Chicago	29.59495	-95.17077	8			TX	201		
4716217	Ola	ola	US	72853	0	America/Chicago	32.57541	-96.17553	146			TX	257		
4716455	Old Ocean	old-ocean	US	77463	0	America/Chicago	29.07997	-95.74967	12			TX	039		
4716569	Olden	olden	US	76466	0	America/Chicago	32.41902	-98.75089	475			TX	133		
4716570	Oldenburg	oldenburg	US	47036	0	America/Chicago	29.97661	-96.76498	117			TX	149		
4716571	Oldham	oldham	US	57051	0	America/Chicago	32.87263	-96.88111	135			TX	113		
4716572	Oldham	oldham	US	57051	0	America/Chicago	31.39879	-95.48356	119			TX	225		
4716573	Oldham	oldham	US	57051	0	America/Chicago	30.74131	-94.23408	62			TX	457		
4716649	Olivia	olivia	US	28368	0	America/Chicago	28.63861	-96.45553	3			TX	057		
4716653	Ollie	ollie	US	52576	0	America/Chicago	30.79047	-94.78021	93			TX	373		
4716655	Olmito	olmito	US	78575	1210	America/Chicago	26.02174	-97.53415	9			TX	061		
4716683	Olney	olney	US	20830	3179	America/Chicago	33.37066	-98.75284	361	ONY,Olni,Олни		TX	503		
4716696	Omaha	omaha	US	31821	993	America/Chicago	33.18068	-94.7441	122	Omakha,Омаха		TX	343		
4716701	Onalaska	onalaska	US	54650	1764	America/Chicago	30.80575	-95.11633	54			TX	373		
4716745	Opelika	opelika	US	36801	0	America/Chicago	32.29709	-95.67441	128			TX	213		
4716801	Ora	ora	US	46968	0	America/Chicago	31.27741	-94.4277	61			TX	005		
4716802	Oran	oran	US	50664	0	America/Chicago	32.96262	-98.15977	304			TX	363		
4716805	Orange	orange	US	01364	19347	America/Chicago	30.09299	-93.73655	2	Green's Bluff,Greens Bluff,Huntley,Jefferson,Madison,Orange,Orange (Texas),Strongs Bluff	361	TX	361		
4716812	Orange Grove	orange-grove	US	78372	1334	America/Chicago	27.95668	-97.93694	59			TX	249		
4716820	Orangefield	orangefield	US	77639	0	America/Chicago	30.07493	-93.85573	3			TX	361		
4716822	Orangeville	orangeville	US	17859	0	America/Chicago	33.47844	-96.3397	212			TX	147		
4716824	Orchard	orchard	US	50460	367	America/Chicago	29.60413	-95.96968	38			TX	157		
4716833	Ore City	ore-city	US	75683	1189	America/Chicago	32.80014	-94.72076	100			TX	459		
4716861	Osage	osage	US	26543	0	America/Chicago	31.52461	-97.56474	261			TX	099		
4716879	Osceola	osceola	US	16942	0	America/Chicago	32.13071	-97.22723	216			TX	217		
4716883	Oscar	oscar	US	70762	0	America/Chicago	31.05074	-97.26222	153			TX	027		
4716902	Otto	otto	US	14766	0	America/Chicago	31.44906	-96.80888	142			TX	145		
4716938	Ottine	ottine	US	78658	0	America/Chicago	29.59801	-97.58416	103			TX	177		
4716998	Overton	overton	US	68863	2536	America/Chicago	32.2746	-94.97855	153	Overton,awfrtwn,awwrtwn  tgzas,Овертон,اوفرتون,اوورتون، تگزاس,اوورٹن، ٹیکساس		TX	401		
4717014	Ovalo	ovalo	US	79541	0	America/Chicago	32.17291	-99.80787	616			TX	441		
4717041	Owensville	owensville	US	45160	0	America/Chicago	31.07296	-96.51941	149			TX	395		
4717081	Oxford	oxford	US	01540	0	America/Chicago	30.60407	-98.7042	407	Cat Town,Oxford		TX	299		
4717180	Paige	paige	US	78659	0	America/Chicago	30.21021	-97.11499	164			TX	021		
4717199	Paint Rock	paint-rock	US	35764	266	America/Chicago	31.50849	-99.92008	497	Paint Rock,Paintrock	095	TX	095		
4717218	Palacios	palacios	US	77465	4634	America/Chicago	28.70805	-96.21747	4	PSX		TX	321		
4717232	Palestine	palestine	US	26160	18288	America/Chicago	31.76212	-95.63079	147	PSN,Palestin,Palestine,flstyn,pa lei si tan,palleseutain,plstayn  tgzas,Палестин,Палестін,فلسطين,فلسطین، ٹیکساس,پلستاین، تگزاس,帕勒斯坦,팔레스타인	001	TX	001		
4717233	Palestine	palestine	US	26160	0	America/Chicago	33.08456	-95.80663	166			TX	223		
4717261	Palm Harbor	palm-harbor	US	34682	0	America/Chicago	27.97058	-97.09388	1			TX	007		
4717283	Palmer	palmer	US	01069	2055	America/Chicago	32.43125	-96.66777	141			TX	139		
4717311	Palmetto	palmetto	US	30268	0	America/Chicago	29.53579	-95.46633	22			TX	157		
4717342	Palo Alto	palo-alto	US	94301	0	America/Chicago	27.6617	-97.7975	22			TX	355		
4717376	Palo Pinto	palo-pinto	US	76484	333	America/Chicago	32.76735	-98.29866	318	Palo Pinto,Palopinto	363	TX	363		
4717403	Paluxy	paluxy	US	76467	0	America/Chicago	32.2707	-97.90753	251			TX	221		
4717420	Pandora	pandora	US	45877	0	America/Chicago	29.25024	-97.83778	137			TX	493		
4717423	Panhandle	panhandle	US	79068	0	America/Chicago	33.22124	-94.34603	95			TX	067		
4717427	Panna Maria	panna-maria	US	78144	0	America/Chicago	28.95831	-97.8975	98	Pana Maria,Panna Maria		TX	255		
4717432	Panola	panola	US	35477	0	America/Chicago	32.35793	-94.0913	97	La Tex,Panola		TX	365		
4717448	Pantego	pantego	US	27860	2531	America/Chicago	32.7143	-97.1564	174			TX	439		
4717546	Paradise	paradise	US	17562	468	America/Chicago	33.15012	-97.68725	231	Eldorado,Paradise,Paradise Prairie		TX	497		
4717560	Paris	paris	US	04271	24782	America/Chicago	33.66094	-95.55551	183	PRX,Paris,Parizh,barys,parys  tgzas,Париж,Парис,Փարիզ,باريس,پاریس، تگزاس,پیرس، ٹیکساس	277	TX	277		
4717575	Park	park	US	67751	0	America/Chicago	29.94578	-96.75081	125			TX	149		
4717623	Parker	parker	US	16049	0	America/Chicago	30.60492	-96.52163	73			TX	051		
4717624	Parker	parker	US	16049	4352	America/Chicago	33.0554	-96.62194	184	Parker,Паркер		TX	085		
4717625	Parker	parker	US	16049	0	America/Chicago	32.24404	-97.28112	253			TX	251		
4717782	Pasadena	pasadena	US	21122	153784	America/Chicago	29.69106	-95.2091	9	Pasadena,Pasadina,basadyna,pa sa di na,paeseodina,pasadena,pasadna  tgzas,Пасадена,Пасадина,باسادينا,پاسادنا، تگزاس,パサデナ,帕薩迪納,패서디나		TX	201		
4717862	Patrick	patrick	US	29584	0	America/Chicago	32.57402	-96.63138	135			TX	113		
4717863	Patrick	patrick	US	29584	0	America/Chicago	31.68433	-97.24806	137			TX	309		
4717921	Pattison	pattison	US	39144	532	America/Chicago	29.82523	-95.99496	52			TX	473		
4717936	Pattonville	pattonville	US	75468	0	America/Chicago	33.57927	-95.39217	152			TX	277		
4717951	Pauline	pauline	US	29374	0	America/Chicago	32.33792	-96.05386	123			TX	213		
4717967	Pawnee	pawnee	US	62558	166	America/Chicago	28.65276	-98.00278	117			TX	025		
4717973	Paxton	paxton	US	01612	0	America/Chicago	31.95795	-94.1652	105			TX	419		
4717977	Payne	payne	US	45880	0	America/Chicago	32.85153	-94.28908	95			TX	315		
4718032	Peach Creek	peach-creek	US	25639	0	America/Chicago	30.53854	-96.19468	71			TX	041		
4718089	Pearl	pearl	US	39208	0	America/Chicago	31.41016	-98.03503	372			TX	099		
4718091	Pearl City	pearl-city	US	61062	0	America/Chicago	29.31441	-97.24388	114			TX	123		
4718097	Pearland	pearland	US	77581	108821	America/Chicago	29.56357	-95.28605	15	Pehrlend,Perland,byrland,pyr lnd  tgzas,Перланд,Пэрленд,بيرلاند,پئیرلینڈ، ٹیکساس,پیر لند، تگزاس		TX	039		
4718107	Pearsall	pearsall	US	78061	9980	America/Chicago	28.89219	-99.09503	193		163	TX	163		
4718117	Pearson	pearson	US	31642	0	America/Chicago	29.27135	-98.86947	250			TX	325		
4718140	Peaster	peaster	US	76485	0	America/Chicago	32.87207	-97.8667	362			TX	367		
4718225	Pecan Gap	pecan-gap	US	75469	197	America/Chicago	33.43705	-95.84663	174	Pecan Gap,Pecangap		TX	119		
4718308	Peerless	peerless	US	59253	0	America/Chicago	33.26178	-95.70024	164	Fairyland,Gays Mill,Hilldale,Peerless		TX	223		
4718314	Peggy	peggy	US	78062	0	America/Chicago	28.7397	-98.17862	116	Hollywood,Peggy		TX	013		
4718325	Pelham	pelham	US	03076	0	America/Chicago	31.9596	-96.80527	146			TX	349		
4718329	Pelican	pelican	US	71063	0	America/Chicago	30.36687	-95.03215	48	Fox,Pelican		TX	291		
4718370	Pendleton	pendleton	US	27862	0	America/Chicago	31.19518	-97.34862	229			TX	027		
4718373	Penelope	penelope	US	76676	197	America/Chicago	31.86016	-96.92666	173			TX	217		
4718381	Penitas	penitas	US	78576	4715	America/Chicago	26.23063	-98.44474	44			TX	215		
4718388	Penland	penland	US	28765	0	America/Chicago	33.67705	-96.45415	173			TX	181		
4718391	Pennington	pennington	US	08534	0	America/Chicago	31.19129	-95.23549	105			TX	455		
4718458	Peoria	peoria	US	61601	0	America/Chicago	31.97821	-97.22195	201			TX	217		
4718518	Perrin	perrin	US	76486	398	America/Chicago	33.03401	-98.06921	319			TX	237		
4718525	Perry	perry	US	04667	0	America/Chicago	31.41795	-96.91527	144			TX	145		
4718552	Perryville	perryville	US	21903	0	America/Chicago	32.86568	-95.15772	153			TX	499		
4718553	Pershing	pershing	US	47370	0	America/Chicago	30.25938	-97.71889	144			TX	453		
4718651	Petrolia	petrolia	US	16050	660	America/Chicago	34.01315	-98.23227	304			TX	077		
4718669	Pettibone	pettibone	US	58475	0	America/Chicago	30.84991	-97.08082	153			TX	331		
4718670	Pettigrew	pettigrew	US	72752	0	America/Chicago	33.64566	-96.01942	180			TX	147		
4718675	Pettus	pettus	US	78146	558	America/Chicago	28.61804	-97.80222	91			TX	025		
4718679	Petty	petty	US	75470	0	America/Chicago	33.6026	-95.80996	188			TX	277		
4718711	Pflugerville	pflugerville	US	78660	57122	America/Chicago	30.43937	-97.62	219	Flugervil,bflwghrfyl,flagrwyl  tgzas,Флугервил,بفلوغرفيل,فلاگرویل، تگزاس,فلوگیرویل، ٹیکساس		TX	453		
4718721	Pharr	pharr	US	78577	76538	America/Chicago	26.1948	-98.18362	34	Far,Farra,far,far  tgzas,Фар,Фарра,فار,فار، تگزاس,فار، ٹیکساس		TX	215		
4718736	Phelan	phelan	US	92329	0	America/Chicago	30.15883	-97.3261	137			TX	021		
4718737	Phelps	phelps	US	14532	0	America/Chicago	30.6963	-95.44439	115			TX	471		
4718759	Phillips	phillips	US	04966	0	America/Chicago	32.57903	-94.96216	98			TX	459		
4718790	Phillipsburg	phillipsburg	US	08865	0	America/Chicago	30.09494	-96.36691	118			TX	477		
4718794	Phoenix	phoenix	US	13135	0	America/Chicago	29.3819	-98.54168	201			TX	029		
4718805	Pickens	pickens	US	26230	0	America/Chicago	32.25404	-95.92274	140			TX	213		
4718818	Pickett	pickett	US	54964	0	America/Chicago	32.01266	-96.47693	132			TX	349		
4718827	Pickton	pickton	US	75471	0	America/Chicago	33.02817	-95.393	158			TX	223		
4718843	Piedmont	piedmont	US	26750	0	America/Chicago	30.52076	-96.09468	66			TX	185		
4718844	Piedmont	piedmont	US	26750	0	America/Chicago	32.68653	-94.93077	120			TX	459		
4718884	Pierce	pierce	US	68767	0	America/Chicago	29.23914	-96.19996	30			TX	481		
4718929	Pike	pike	US	03780	0	America/Chicago	33.32233	-96.30304	191			TX	085		
4718939	Pilgrim	pilgrim	US	41250	0	America/Chicago	29.2933	-97.52194	84			TX	177		
4719006	Pilot Grove	pilot-grove	US	52648	0	America/Chicago	33.43789	-96.42471	214	Pilot Grove,Pilotgrove		TX	181		
4719021	Pilot Point	pilot-point	US	76258	4093	America/Chicago	33.3965	-96.96056	220	Pilot Point,Pilotpoint		TX	121		
4719068	Pine	pine	US	80470	0	America/Chicago	32.91318	-94.96938	121			TX	063		
4719110	Pine Grove	pine-grove	US	17963	0	America/Chicago	31.88156	-95.33023	118			TX	073		
4719111	Pine Grove	pine-grove	US	17963	0	America/Chicago	32.13543	-95.79691	128	Pine Grove,Pinegrove		TX	213		
4719112	Pine Grove	pine-grove	US	17963	0	America/Chicago	30.77104	-93.8099	53			TX	351		
4719113	Pine Grove	pine-grove	US	17963	0	America/Chicago	30.10882	-93.75794	4			TX	361		
4719142	Pine Hill	pine-hill	US	12465	0	America/Chicago	31.99211	-95.01327	109			TX	073		
4719143	Pine Hill	pine-hill	US	12465	0	America/Chicago	30.67964	-95.56328	129			TX	471		
4719156	Pine Hill	pine-hill	US	12465	0	America/Chicago	33.06095	-95.32022	140			TX	223		
4719161	Pine Island	pine-island	US	10969	0	America/Chicago	30.05633	-94.27741	10			TX	245		
4719165	Pine Island	pine-island	US	10969	1076	America/Chicago	30.058	-96.03746	60			TX	473		
4719192	Pine Prairie	pine-prairie	US	70576	0	America/Chicago	30.7863	-95.55994	86			TX	471		
4719196	Pine Ridge	pine-ridge	US	41360	0	America/Chicago	30.20299	-94.35047	13			TX	199		
4719234	Pine Valley	pine-valley	US	14872	0	America/Chicago	30.66047	-95.45244	98			TX	471		
4719244	Pinehill	pinehill	US	87357	0	America/Chicago	32.10461	-94.60521	118			TX	401		
4719246	Pinehurst	pinehurst	US	01866	4624	America/Chicago	30.17105	-95.68245	68			TX	339		
4719247	Pinehurst	pinehurst	US	01866	2081	America/Chicago	30.10715	-93.77461	4			TX	361		
4719252	Pineland	pineland	US	29934	813	America/Chicago	31.24797	-93.97436	81			TX	403		
4719259	Pineview	pineview	US	31071	0	America/Chicago	32.9079	-95.16022	153			TX	499		
4719330	Pioneer	pioneer	US	37847	0	America/Chicago	32.11153	-99.08756	519			TX	133		
4719349	Pipe Creek	pipe-creek	US	78063	0	America/Chicago	29.72356	-98.93586	415	Pipe Creek,Pipecreek		TX	019		
4719373	Pisgah	pisgah	US	35765	0	America/Chicago	31.70573	-94.52299	118			TX	347		
4719398	Pisek	pisek	US	58273	0	America/Chicago	29.91689	-96.58303	88			TX	089		
4719416	Pittsburg	pittsburg	US	03592	4602	America/Chicago	32.9954	-94.96577	120	Pitsburg,bytsbwrgh,pytsbrg  tgzas,Питсбург,بيتسبورغ,پیتسبرگ، تگزاس	063	TX	063		
4719423	Pittsville	pittsville	US	21850	0	America/Chicago	30.06383	-95.24299	25	Pitts,Pittsville		TX	339		
4719431	Placedo	placedo	US	77977	692	America/Chicago	28.69138	-96.82804	17			TX	469		
4719438	Plain	plain	US	53577	0	America/Chicago	31.45157	-95.11022	99	Bradley,Plain		TX	225		
4719443	Plainview	plainview	US	11803	0	America/Chicago	33.29178	-97.31557	258			TX	121		
4719444	Plainview	plainview	US	11803	0	America/Chicago	33.02038	-99.82398	464			TX	207		
4719445	Plainview	plainview	US	11803	0	America/Chicago	31.22324	-95.26161	94			TX	225		
4719446	Plainview	plainview	US	11803	0	America/Chicago	32.86539	-99.95371	505			TX	253		
4719447	Plainview	plainview	US	11803	0	America/Chicago	31.53352	-94.57465	99			TX	347		
4719448	Plainview	plainview	US	11803	0	America/Chicago	29.11331	-96.32441	28			TX	481		
4719457	Plano	plano	US	52581	283558	America/Chicago	33.01984	-96.69889	203	Planas,Planom,Plejno,Plejnou,blanw,peulleino,planw,plenea,pleno,plynw,pu lai nuo,pureino,Планом,Плейно,Плейноу,Плејно,פלאנו,بلانو,پلانو,پلانو، ٹیکساس,پلینو,प्लेनो,പ്ലേനോ,プレイノ,普莱诺,플레이노		TX	085		
4719465	Plantersville	plantersville	US	36758	0	America/Chicago	30.33299	-95.8619	110			TX	185		
4719494	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	31.13046	-96.9036	134			TX	145		
4719495	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	33.43177	-95.90774	188			TX	147		
4719496	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	33.20817	-95.6494	153			TX	223		
4719497	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	31.42851	-96.63581	152			TX	293		
4719498	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	31.37322	-98.42782	433			TX	333		
4719499	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	32.02128	-94.9555	121			TX	401		
4719500	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	32.92596	-95.39828	141			TX	499		
4719574	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	33.05319	-94.39714	133			TX	067		
4719575	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	32.27097	-98.95784	492			TX	133		
4719576	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	29.65496	-95.89134	31			TX	157		
4719577	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	30.52993	-97.07027	156			TX	331		
4719578	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	31.7774	-94.64188	125			TX	347		
4719579	Pleasant Hill	pleasant-hill	US	27866	522	America/Chicago	31.0088	-94.79771	71			TX	373		
4719580	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	30.19104	-97.7775	211			TX	453		
4719662	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	31.19963	-95.92385	112			TX	289		
4719663	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	32.10461	-94.33492	96			TX	365		
4719685	Pleasant Valley	pleasant-valley	US	12569	380	America/Chicago	32.9529	-96.56999	156			TX	113		
4719686	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	33.12373	-96.27303	174			TX	231		
4719689	Pleasant Valley	pleasant-valley	US	12569	331	America/Chicago	33.93899	-98.5895	296			TX	485		
4719720	Pleasanton	pleasanton	US	66075	9829	America/Chicago	28.96719	-98.47863	110	Pleasanton,Pleasantown,Plezantun,Плезантън		TX	013		
4719739	Pledger	pledger	US	77468	0	America/Chicago	29.18247	-95.90857	20			TX	321		
4719746	Plover	plover	US	50573	0	America/Chicago	32.59152	-97.48558	226			TX	439		
4719755	Plum	plum	US	78952	0	America/Chicago	29.93495	-96.96748	91			TX	149		
4719846	Point Comfort	point-comfort	US	77978	723	America/Chicago	28.67972	-96.56025	5			TX	057		
4719853	Pointblank	pointblank	US	77364	575	America/Chicago	30.74575	-95.21272	66	Blanc Point,Point Blanc,Point Blank,Point White White Point,Pointblank		TX	407		
4719860	Point	point	US	75472	834	America/Chicago	32.93151	-95.87135	161			TX	379		
4719922	Pollok	pollok	US	75969	0	America/Chicago	31.44657	-94.87216	93			TX	005		
4719943	Pomona	pomona	US	08240	0	America/Chicago	32.01183	-95.27995	215			TX	073		
4719966	Ponder	ponder	US	76259	1530	America/Chicago	33.1829	-97.28724	223			TX	121		
4719974	Pontotoc	pontotoc	US	38863	0	America/Chicago	30.90934	-98.98005	475			TX	319		
4719995	Poole	poole	US	42444	0	America/Chicago	32.94984	-95.66718	145			TX	379		
4720010	Poolville	poolville	US	76487	0	America/Chicago	32.97512	-97.85809	345			TX	367		
4720036	Port Aransas	port-aransas	US	78373	3955	America/Chicago	27.83392	-97.0611	2	Port Aranzas,bwrt aransas,pwrt aransas  tgzas,Порт Аранзас,بورت أرانساس,پورت آرانساس، تگزاس		TX	355		
4720039	Port Arthur	port-arthur	US	77640	55340	America/Chicago	29.88519	-93.94233	2	BPT,Port Arthur,Port Arthur i Texas,Port Artur,Port-Artur,a se gang,bwrt arthr,poteuaseo,potoasa,pwrt artr  tgzas,Порт Артур,Порт-Артур,Պորտ-Արտուր,بورت أرثر,پورت آرتر، تگزاس,پورٹ آرتھر، ٹیکساس,ポートアーサー,阿瑟港,포트아서		TX	245		
4720048	Port Bolivar	port-bolivar	US	77650	0	America/Chicago	29.38079	-94.76436	2	Point Bolivar,Port Bolivar		TX	167		
4720060	Port Isabel	port-isabel	US	78578	5016	America/Chicago	26.07341	-97.20858	2	Port Izabel,bwrt ayzabyl,pwrt ayzabl  tgzas,Порт Изабел,بورت إيزابيل,پورت ایزابل، تگزاس		TX	061		
4720067	Port Lavaca	port-lavaca	US	77979	12416	America/Chicago	28.615	-96.62609	4	Lavaca,Port Lavaka,bwrt lafaka,la wa ka gang,potorabaka,pwrt lawaka  tgzas,Порт Лавака,بورت لافاكا,پورت لاواکا، تگزاس,ポートラバカ,拉瓦卡港	057	TX	057		
4720068	Port Mansfield	port-mansfield	US	78598	226	America/Chicago	26.55479	-97.42498	1			TX	489		
4720072	Port Neches	port-neches	US	77651	12786	America/Chicago	29.99132	-93.95851	5	Grigsby Bluff,Grigsby's Bluff,Port Neches		TX	245		
4720080	Port O'Connor	port-o-connor	US	77982	1253	America/Chicago	28.44834	-96.40581	1	Port O'Conner,Port O'Connor		TX	057		
4720093	Porter	porter	US	04068	0	America/Chicago	30.10244	-95.22966	31			TX	339		
4720131	Portland	portland	US	04101	16116	America/Chicago	27.87725	-97.32388	13	Portland,Portlend,bwrtland,pwrtlnd  tgzas,Портланд,Портленд,بورتلاند,پورتلند، تگزاس,پورٹلینڈ، ٹیکساس		TX	409		
4720140	Posey	posey	US	93260	0	America/Chicago	33.26678	-95.6594	162			TX	223		
4720270	Poteet	poteet	US	78065	3419	America/Chicago	29.04052	-98.56807	136			TX	013		
4720272	Poth	poth	US	78147	2167	America/Chicago	29.06969	-98.08195	123	Marcelina,Poth		TX	493		
4720275	Potosi	potosi	US	53820	2991	America/Chicago	32.3293	-99.65647	555			TX	441		
4720314	Pottsboro	pottsboro	US	75076	2250	America/Chicago	33.75927	-96.66944	232			TX	181		
4720315	Pottsville	pottsville	US	17901	0	America/Chicago	31.67321	-98.32559	403			TX	193		
4720327	Powderly	powderly	US	42367	1178	America/Chicago	33.81122	-95.5244	161			TX	277		
4720332	Powell	powell	US	37849	0	America/Chicago	31.12408	-94.0888	55			TX	405		
4720335	Powell	powell	US	37849	138	America/Chicago	32.11765	-96.32387	114			TX	349		
4720380	Poynor	poynor	US	75782	305	America/Chicago	32.07433	-95.59829	134	Paynor,Poyner,Poynor		TX	213		
4720445	Prairie Grove	prairie-grove	US	72753	0	America/Chicago	31.16936	-94.71937	69			TX	005		
4720446	Prairie Grove	prairie-grove	US	72753	0	America/Chicago	31.571	-96.42303	150	Prairie Grove,Prairiegrove		TX	293		
4720455	Prairie Hill	prairie-hill	US	76678	0	America/Chicago	31.65517	-96.78888	181	Prairie Hill,Prairiehill		TX	293		
4720456	Prairie Hill	prairie-hill	US	76678	0	America/Chicago	30.24882	-96.37719	111			TX	477		
4720465	Prairie Lea	prairie-lea	US	78661	0	America/Chicago	29.73245	-97.75361	137			TX	055		
4720493	Prairie View	prairie-view	US	67664	6369	America/Chicago	30.09327	-95.98773	82	Prairie View,Prairieview		TX	473		
4720504	Prairieville	prairieville	US	70769	0	America/Chicago	32.47986	-96.10303	121			TX	257		
4720517	Prattville	prattville	US	36066	0	America/Chicago	33.424	-95.5894	144			TX	119		
4720527	Preble	preble	US	13141	0	America/Chicago	32.78096	-97.96143	300			TX	367		
4720529	Premont	premont	US	78375	2659	America/Chicago	27.36059	-98.12362	50			TX	249		
4720583	Preston	preston	US	06365	2096	America/Chicago	33.88232	-96.63305	204			TX	181		
4720611	Price	price	US	21656	0	America/Chicago	33.39705	-95.72996	151			TX	119		
4720612	Price	price	US	21656	0	America/Chicago	32.13405	-94.94299	108	Carlisle,Price		TX	401		
4720657	Priddy	priddy	US	76870	0	America/Chicago	31.67543	-98.50893	469			TX	333		
4720725	Primrose	primrose	US	68655	0	America/Chicago	32.43348	-95.60413	155	Primrose,Sexton		TX	467		
4720743	Princeton	princeton	US	01541	8939	America/Chicago	33.18012	-96.49804	175	Prinston,brynstwn,prynstwn  tgzas,Принстон,برينستون,پرنسٹن، ٹیکساس,پرینستون، تگزاس,പ്രിൻസ്ടൺ		TX	085		
4720765	Pritchett	pritchett	US	81064	0	America/Chicago	32.6618	-95.01855	125			TX	459		
4720772	Proctor	proctor	US	05765	0	America/Chicago	31.98737	-98.42977	368			TX	093		
4720789	Progreso	progreso	US	78579	5922	America/Chicago	26.0923	-97.95722	21			TX	215		
4720817	Prospect	prospect	US	06712	0	America/Chicago	33.48289	-98.19143	329			TX	077		
4720818	Prospect	prospect	US	06712	0	America/Chicago	32.84153	-94.3663	98			TX	315		
4720819	Prospect	prospect	US	06712	0	America/Chicago	32.89373	-95.81135	155			TX	379		
4720833	Prosper	prosper	US	75078	15967	America/Chicago	33.23623	-96.80111	208			TX	085		
4720839	Providence	providence	US	02901	0	America/Chicago	31.32435	-94.79632	90			TX	005		
4720840	Providence	providence	US	02901	0	America/Chicago	30.66548	-94.89382	95			TX	373		
4720916	Pueblo	pueblo	US	81001	0	America/Chicago	32.49902	-99.12146	435	Land,Pueblo		TX	059		
4720958	Purdon	purdon	US	76679	0	America/Chicago	31.94905	-96.61665	121			TX	349		
4720970	Purmela	purmela	US	76566	0	America/Chicago	31.48377	-97.96225	319			TX	099		
4720996	Putnam	putnam	US	06260	93	America/Chicago	32.37096	-99.19257	490			TX	059		
4721023	Quanah	quanah	US	79252	2438	America/Chicago	34.29785	-99.74037	479	Kvona,kwana,kwanah  tgzas,Квона,كوانا,کواناه، تگزاس	197	TX	197		
4721041	Queen City	queen-city	US	63561	1468	America/Chicago	33.14874	-94.15019	109			TX	067		
4721089	Quinlan	quinlan	US	75474	1439	America/Chicago	32.9104	-96.13553	156			TX	231		
4721090	Quinn	quinn	US	57775	0	America/Chicago	30.38271	-94.03462	15			TX	241		
4721115	Quitman	quitman	US	31643	1827	America/Chicago	32.79596	-95.45106	126	Kvitman,kwiteumeon,kwytman,kwyytmn  tgzas,Квитман,كويتمان,کوئیتمن، تگزاس,퀴트먼	499	TX	499		
4721284	Rainbow	rainbow	US	76077	0	America/Chicago	32.26542	-97.71419	191			TX	425		
4721310	Raleigh	raleigh	US	25911	0	America/Chicago	32.00904	-96.69888	149			TX	349		
4721365	Ramsey	ramsey	US	07446	0	America/Chicago	29.65385	-96.40136	68			TX	089		
4721465	Rand	rand	US	80473	0	America/Chicago	32.53903	-96.17636	140			TX	257		
4721482	Randolph	randolph	US	02368	0	America/Chicago	33.484	-96.25248	202			TX	147		
4721504	Ranger	ranger	US	25557	2464	America/Chicago	32.46985	-98.67895	438	RGR		TX	133		
4721549	Ratcliff	ratcliff	US	72951	0	America/Chicago	31.39157	-95.13966	119			TX	225		
4721550	Ratcliff	ratcliff	US	72951	0	America/Chicago	26.28229	-98.62669	43			TX	427		
4721581	Rattan	rattan	US	74562	0	America/Chicago	33.41539	-95.78191	157			TX	119		
4721633	Ravenna	ravenna	US	40472	206	America/Chicago	33.67288	-96.24165	182			TX	147		
4721646	Rawlins	rawlins	US	82301	0	America/Chicago	32.83818	-96.73667	155			TX	113		
4721652	Ray	ray	US	45672	0	America/Chicago	33.81399	-96.55721	164			TX	181		
4721696	Rayland	rayland	US	43943	0	America/Chicago	34.06453	-99.48175	395			TX	155		
4721701	Raymond	raymond	US	03077	0	America/Chicago	33.87815	-98.39644	290			TX	077		
4721703	Raymondville	raymondville	US	13678	11139	America/Chicago	26.48146	-97.78305	9	Rejmondvil,raymwndfyl,rymndwyl  tgzas,Рејмондвил,رايموندفيل,ریمندویل، تگزاس	489	TX	489		
4721726	Raywood	raywood	US	77582	0	America/Chicago	30.04188	-94.67214	19	Harwood,Raywood		TX	291		
4721754	Realitos	realitos	US	78376	184	America/Chicago	27.44476	-98.52835	135			TX	131		
4721760	Rebecca	rebecca	US	31783	0	America/Chicago	31.40713	-94.04547	104			TX	405		
4721762	Reagan	reagan	US	38368	0	America/Chicago	31.21824	-96.78248	116			TX	145		
4721774	Red Bank	red-bank	US	07701	0	America/Chicago	33.5254	-94.2427	98			TX	037		
4721799	Red Bluff	red-bluff	US	96080	0	America/Chicago	29.61078	-94.99104	2			TX	201		
4721800	Red Bluff	red-bluff	US	96080	0	America/Chicago	28.88693	-96.52386	16	Red Bluff,Redbluff		TX	239		
4721876	Red Hill	red-hill	US	18076	0	America/Chicago	33.12318	-94.37131	93	Red Hill,Redhill		TX	067		
4721878	Red Hill	red-hill	US	18076	0	America/Chicago	32.09654	-97.33696	228			TX	217		
4721880	Red Hill	red-hill	US	18076	0	America/Chicago	31.48739	-96.51303	139			TX	293		
4721911	Red Level	red-level	US	36474	0	America/Chicago	32.34015	-94.968	140			TX	401		
4721921	Red Oak	red-oak	US	23964	12022	America/Chicago	32.51764	-96.80444	185	Red Oak,Redoak		TX	139		
4721956	Red Rock	red-rock	US	74651	0	America/Chicago	29.95967	-97.44611	149	Red Rock,Redrock		TX	021		
4721964	Red Springs	red-springs	US	28377	0	America/Chicago	33.40596	-94.19325	108			TX	037		
4721965	Red Springs	red-springs	US	28377	0	America/Chicago	32.53209	-95.27078	160			TX	423		
4722022	Redfield	redfield	US	13437	441	America/Chicago	31.67962	-94.66493	157			TX	347		
4722028	Red Springs	red-springs	US	28377	0	America/Chicago	33.61287	-99.41202	425			TX	023		
4722062	Redwater	redwater	US	75573	1071	America/Chicago	33.35818	-94.25436	90	Ingersoll,Redwater		TX	037		
4722065	Redwood	redwood	US	13679	4338	America/Chicago	29.81022	-97.91139	169			TX	187		
4722117	Reedville	reedville	US	22539	0	America/Chicago	29.87966	-97.84639	171			TX	055		
4722123	Reese	reese	US	48757	0	America/Chicago	32.02322	-95.39218	121			TX	073		
4722124	Reese	reese	US	48757	0	America/Chicago	30.20132	-93.75156	6			TX	361		
4722145	Refugio	refugio	US	78377	2855	America/Chicago	28.30528	-97.27527	14	RFG	391	TX	391		
4722214	Reklaw	reklaw	US	75784	381	America/Chicago	31.86267	-94.98772	93			TX	401		
4722216	Reliance	reliance	US	37369	0	America/Chicago	30.74325	-96.23913	94	Little George,Reliance		TX	041		
4722241	Reno	reno	US	16343	3281	America/Chicago	33.66316	-95.46245	171	Rino,Рино		TX	277		
4722242	Reno	reno	US	16343	2720	America/Chicago	32.94429	-97.57725	222	Rino,Рино		TX	367		
4722244	Renner	renner	US	57055	0	America/Chicago	32.9904	-96.77417	204			TX	085		
4722460	Rexville	rexville	US	14877	0	America/Chicago	29.72635	-96.2133	55			TX	015		
4722507	Rhineland	rhineland	US	65069	0	America/Chicago	33.52982	-99.65509	428			TX	275		
4722533	Rhome	rhome	US	76078	1630	America/Chicago	33.05346	-97.47197	287	Prairie Point,Rhome,Rome		TX	497		
4722543	Rice	rice	US	23966	952	America/Chicago	32.24376	-96.4986	140			TX	349		
4722600	Richards	richards	US	64778	0	America/Chicago	30.5377	-95.83939	93			TX	185		
4722625	Richardson	richardson	US	75080	110815	America/Chicago	32.94818	-96.72972	192	Ricardsonas,Richardson,Ričardsonas,licheodeuseun,richadoson,rychardswn  tgzas,rytshardswn,Ричардсон,Річардсон,ريتشاردسون,رچرڈسن,ریچاردسون، تگزاس,റിച്ചാർഡ്സൺ,リチャードソン,리처드슨		TX	113		
4722651	Richland	richland	US	08350	266	America/Chicago	31.92683	-96.42943	112	Richlend,Ричленд		TX	349		
4722653	Richland	richland	US	08350	0	America/Chicago	32.95429	-95.8258	139			TX	379		
4722677	Richland Springs	richland-springs	US	76871	329	America/Chicago	31.26961	-98.94505	429			TX	411		
4722684	Richmond	richmond	US	01254	12138	America/Chicago	29.58218	-95.76078	28	Richmond,lichimeondeu,rychmand  tgzas,rytshmwnd,Ричмонд,ريتشموند,رچمنڈ، ٹیکساس,ریچماند، تگزاس,리치먼드	157	TX	157		
4722697	Richwood	richwood	US	08074	3830	America/Chicago	29.05608	-95.40994	5	Richwood,Richwood Village		TX	039		
4722710	Ridge	ridge	US	11961	0	America/Chicago	31.48072	-98.79671	451	Cold Springs,Ridge		TX	333		
4722711	Ridge	ridge	US	11961	0	America/Chicago	31.14546	-96.32191	109			TX	395		
4722720	Ridgecrest	ridgecrest	US	28770	0	America/Chicago	30.16604	-93.74822	4			TX	361		
4722735	Ridgeway	ridgeway	US	24148	0	America/Chicago	33.18039	-95.76941	168			TX	223		
4722757	Riesel	riesel	US	76682	1019	America/Chicago	31.47489	-96.92333	154	Prospect,Riesel		TX	309		
4722782	Rincon	rincon	US	31326	0	America/Chicago	26.51451	-98.5928	142			TX	427		
4722815	Ringgold	ringgold	US	15770	0	America/Chicago	33.82038	-97.94365	275	Harrisonia,Ringgold		TX	337		
4722834	Rio Frio	rio-frio	US	78879	0	America/Chicago	29.63606	-99.73672	452			TX	385		
4722837	Rio Grande City	rio-grande-city	US	78582	14404	America/Chicago	26.37979	-98.8203	53	Rio Grande City,Rio Grandi Siti,Riogrande,ryw ghrandy syty,ryw grand syty  tgzas,Рио Гранди Сити,ريو غراندي سيتي,ریو گراند سیتی، تگزاس	427	TX	427		
4722843	Rio Hondo	rio-hondo	US	78583	2445	America/Chicago	26.23535	-97.58193	8			TX	061		
4722846	Rio Rico	rio-rico	US	85648	0	America/Chicago	26.05619	-97.89	20			TX	215		
4722847	Rio Vista	rio-vista	US	76093	933	America/Chicago	32.23348	-97.37446	223	Rio Vista,Riovista		TX	251		
4722867	Rising Star	rising-star	US	76471	827	America/Chicago	32.09597	-98.96367	495	Copperas Creek,Rising Star,Risingstar		TX	133		
4722955	Riverdale	riverdale	US	07457	0	America/Chicago	28.67304	-97.54361	47			TX	175		
4722965	Riverside	riverside	US	02915	0	America/Chicago	25.90869	-97.52248	10			TX	061		
4722966	Riverside	riverside	US	02915	510	America/Chicago	30.85297	-95.40355	57	Riversajd,Риверсайд		TX	471		
4723008	Riviera	riviera	US	78379	689	America/Chicago	27.29865	-97.815	13			TX	273		
4723012	Roach	roach	US	65787	0	America/Chicago	33.06958	-94.27186	106			TX	067		
4723024	Roanoke	roanoke	US	24001	7400	America/Chicago	33.00401	-97.22585	193	Roanok,lo-eonokeu,rnk  tgzas,rwnwk,Роанок,رنک، تگزاس,رونوك,로어노크		TX	121		
4723028	Roans Prairie	roans-prairie	US	77875	0	America/Chicago	30.58437	-95.94384	111	Roan's Prairie,Roans Prairie,Steadmanville		TX	185		
4723037	Robards	robards	US	42452	0	America/Chicago	29.53662	-98.53863	249			TX	029		
4723043	Robbins	robbins	US	27325	0	America/Chicago	31.25546	-96.12274	159			TX	289		
4723142	Robertson	robertson	US	82944	0	America/Chicago	30.29326	-93.90962	12			TX	241		
4723165	Robinson	robinson	US	15949	11484	America/Chicago	31.46767	-97.11472	151	Robinsonville		TX	309		
4723212	Robstown	robstown	US	78380	11576	America/Chicago	27.7903	-97.66888	22	Robstaun,rabztawn  tgzas,rwbstawn,Робстаун,رابزتاون، تگزاس,روبستاون		TX	355		
4723225	Rochelle	rochelle	US	22738	0	America/Chicago	31.22461	-99.21116	543	Crewville,Crothers,Rochelle		TX	307		
4723229	Rochester	rochester	US	02770	315	America/Chicago	33.31593	-99.85593	486	Rochester,Рочестер		TX	207		
4723263	Rock Creek	rock-creek	US	25174	0	America/Chicago	31.66711	-97.24167	140			TX	309		
4723288	Rock Hill	rock-hill	US	12775	0	America/Chicago	31.97295	-95.023	131			TX	073		
4723321	Rock Island	rock-island	US	38581	0	America/Chicago	29.53107	-96.57525	75	Rock Island,Rockisland		TX	089		
4723323	Rock Island	rock-island	US	38581	0	America/Chicago	30.06883	-94.70103	22			TX	291		
4723324	Rock Island	rock-island	US	38581	0	America/Chicago	32.86347	-94.66382	91			TX	315		
4723326	Rock Island	rock-island	US	38581	0	America/Chicago	30.17272	-96.12524	57			TX	473		
4723347	Rock Springs	rock-springs	US	53961	0	America/Chicago	31.68599	-97.41668	191			TX	035		
4723348	Rock Springs	rock-springs	US	53961	0	America/Chicago	32.97484	-95.2555	140			TX	159		
4723351	Rock Springs	rock-springs	US	53961	0	America/Chicago	32.79125	-94.5352	88			TX	315		
4723369	Rockdale	rockdale	US	76567	5609	America/Chicago	30.65548	-97.00137	142	RCK,Rockdale		TX	331		
4723371	Rockdale	rockdale	US	76567	0	America/Chicago	33.11317	-95.63746	170			TX	223		
4723386	Rockhouse	rockhouse	US	41561	0	America/Chicago	29.95717	-96.55608	116	Rockhouse,Schoenau		TX	015		
4723393	Rockland	rockland	US	02370	0	America/Chicago	31.01519	-94.38159	40			TX	457		
4723406	Rockwall	rockwall	US	75032	42566	America/Chicago	32.93123	-96.45971	180	Rokvol,rakwal  tgzas,rwkwwl,Роквол,راکوال، تگزاس,روكوول	397	TX	397		
4723416	Rockwell	rockwell	US	28138	0	America/Chicago	33.59122	-95.54968	164			TX	277		
4723418	Rockwood	rockwood	US	04478	0	America/Chicago	31.50099	-99.37339	452	Discord,Rockwood		TX	083		
4723422	Rockport	rockport	US	01966	10490	America/Chicago	28.02077	-97.05601	2	RKP,Rokport,luo ke bo te,rakprt  tgzas,rwkbwrt,Рокпорт,راکپرت، تگزاس,راکپورٹ، ٹیکساس,روكبورت,罗克波特	007	TX	007		
4723547	Rocky Hill	rocky-hill	US	06067	0	America/Chicago	31.34767	-96.9486	112			TX	145		
4723548	Rocky Hill	rocky-hill	US	06067	0	America/Chicago	30.22465	-98.79365	486	Rocky Hill,Zodiac		TX	171		
4723640	Rodney	rodney	US	49342	0	America/Chicago	31.82183	-96.61165	131			TX	349		
4723670	Rogers	rogers	US	06263	1211	America/Chicago	30.93157	-97.22666	166	Rodzhers,Роджерс		TX	027		
4723671	Rogers	rogers	US	06263	0	America/Chicago	33.54177	-96.24748	205			TX	147		
4723672	Rogers	rogers	US	06263	0	America/Chicago	32.1743	-99.68536	615			TX	441		
4723712	Roland	roland	US	50236	0	America/Chicago	33.27845	-96.64944	192			TX	085		
4723732	Rolling Meadows	rolling-meadows	US	60008	309	America/Chicago	32.41543	-94.80994	109			TX	183		
4723761	Romayor	romayor	US	77368	0	America/Chicago	30.45132	-94.84326	26	River,Romayor		TX	291		
4723766	Romney	romney	US	26757	0	America/Chicago	32.24152	-98.95784	491			TX	133		
4723816	Rosalie	rosalie	US	68055	0	America/Chicago	33.4765	-95.17828	129	Rosalie,Wayland		TX	387		
4723819	Rosanky	rosanky	US	78953	0	America/Chicago	29.92939	-97.2936	154	Rosanky,Snake Prairie		TX	021		
4723829	Rose Hill	rose-hill	US	24281	0	America/Chicago	32.85318	-96.5861	155			TX	113		
4723830	Rose Hill	rose-hill	US	24281	0	America/Chicago	30.07077	-95.70356	61	Rose Hill,Rosehill,Spring Creek		TX	201		
4723831	Rose Hill	rose-hill	US	24281	0	America/Chicago	30.58131	-95.09383	94			TX	407		
4723853	Rose City	rose-city	US	48654	518	America/Chicago	30.10271	-94.05184	3			TX	361		
4723869	Rosebud	rosebud	US	57570	1373	America/Chicago	31.07296	-96.9786	121			TX	145		
4723874	Rosedale	rosedale	US	11422	0	America/Chicago	30.13493	-94.16463	10			TX	245		
4723914	Rosenberg	rosenberg	US	77471	35510	America/Chicago	29.55718	-95.80856	32	Rozenberg,rwznbrg  tgzas,rwznbrgh,Розенберг,روزنبرغ,روزنبرگ، تگزاس		TX	157		
4723935	Rosewood	rosewood	US	43070	0	America/Chicago	32.75041	-95.08105	145			TX	459		
4723944	Rosharon	rosharon	US	77583	1152	America/Chicago	29.35218	-95.46022	15	Masterson Switch,Rosharon		TX	039		
4723967	Ross	ross	US	45061	286	America/Chicago	31.7185	-97.11917	174			TX	309		
4723991	Rosser	rosser	US	75157	357	America/Chicago	32.46264	-96.45332	110			TX	257		
4723998	Rosston	rosston	US	71858	0	America/Chicago	33.48344	-97.44225	260			TX	097		
4723999	Rossville	rossville	US	17358	0	America/Chicago	29.09136	-98.68058	171			TX	013		
4724078	Round Mountain	round-mountain	US	78663	181	America/Chicago	30.43158	-98.34474	391			TX	031		
4724104	Round Mountain	round-mountain	US	78663	0	America/Chicago	30.57547	-97.94196	284			TX	453		
4724129	Round Rock	round-rock	US	78664	115997	America/Chicago	30.50826	-97.6789	224	Raund Rok,Raund Rokas,Raund-Rok,Round Rock,Roundrock,lang de luo ke,laundeu log,rand rak  tgzas,raundorokku,rawnd rwks,Раунд Рок,Раунд-Рок,راؤنڈ راک، ٹیکساس,راند راک، تگزاس,راوند روكس,ラウンドロック,朗德羅克,라운드 록		TX	491		
4724145	Round Top	round-top	US	12473	93	America/Chicago	30.06522	-96.69609	134	Florida,Round Top,Roundtop,Townsend		TX	149		
4724188	Rowland	rowland	US	18457	0	America/Chicago	33.94621	-97.68781	244			TX	337		
4724194	Rowlett	rowlett	US	75030	60236	America/Chicago	32.9029	-96.56388	154	Rowlett,Rowlette		TX	113		
4724202	Roxton	roxton	US	75477	642	America/Chicago	33.54622	-95.72579	156			TX	277		
4724241	Royse City	royse-city	US	75189	11465	America/Chicago	32.97512	-96.33248	169			TX	397		
4724265	Rudolph	rudolph	US	43462	0	America/Chicago	26.68562	-97.76888	9			TX	261		
4724273	Rugby	rugby	US	37733	0	America/Chicago	33.49566	-95.26717	126			TX	387		
4724287	Rule	rule	US	79547	619	America/Chicago	33.18454	-99.89371	512			TX	207		
4724309	Runge	runge	US	78151	1062	America/Chicago	28.88331	-97.71305	94			TX	255		
4724359	Rusk	rusk	US	75785	5618	America/Chicago	31.79601	-95.15022	158	Rask,rask  tgzas,rwsk,Раск,راسک، تگزاس,روسك	073	TX	073		
4724385	Russell	russell	US	01071	0	America/Chicago	31.3774	-95.85023	116			TX	289		
4724444	Rutland	rutland	US	01543	0	America/Chicago	31.18769	-94.7941	67			TX	005		
4724471	Rye	rye	US	03870	0	America/Chicago	30.72936	-96.49024	82			TX	395		
4724530	Sabinal	sabinal	US	78881	1717	America/Chicago	29.31746	-99.46644	292	Hammer's Station,Sabinal		TX	463		
4724542	Sabine	sabine	US	25916	0	America/Chicago	29.71994	-93.87155	1			TX	245		
4724549	Sabine Pass	sabine-pass	US	77655	0	America/Chicago	29.73355	-93.89433	1	Sabine City,Sabine Pass		TX	245		
4724564	Sachse	sachse	US	75048	24554	America/Chicago	32.97623	-96.59527	167	Saksi,saks,satshs,sych  tgzas,Сакси,ساتشس,سچسے، ٹیکساس,سیچ، تگزاس,സക്സ്		TX	113		
4724600	Sacul	sacul	US	75788	0	America/Chicago	31.8249	-94.91883	95			TX	347		
4724612	Sadler	sadler	US	76264	356	America/Chicago	33.68261	-96.84833	219			TX	181		
4724642	Saginaw	saginaw	US	35137	22079	America/Chicago	32.86013	-97.36391	222	Sagino,sgyna  tgzas,sjynaw,Сагино,سجيناو,سگینؤ، ٹیکساس,سگینا، تگزاس		TX	439		
4724892	Saint Hedwig	saint-hedwig	US	78152	2094	America/Chicago	29.4144	-98.20001	176	Cottage Hill,Saint Hedwig,St. Hedwig		TX	029		
4724901	Saint James	saint-james	US	11780	0	America/Chicago	29.56718	-97.60472	121			TX	177		
4724966	Saint Jo	saint-jo	US	76265	1043	America/Chicago	33.69483	-97.52252	348			TX	337		
4724970	Saint John	saint-john	US	46373	0	America/Chicago	29.63135	-96.95332	110	Saint John,Saint Johns,St. John		TX	149		
4725484	Saint Paul	saint-paul	US	24283	1066	America/Chicago	33.04123	-96.55027	172			TX	085		
4725485	Saint Paul	saint-paul	US	24283	0	America/Chicago	31.50184	-95.75912	77			TX	289		
4725486	Saint Paul	saint-paul	US	24283	584	America/Chicago	28.09946	-97.55583	25			TX	409		
4725487	Saint Paul	saint-paul	US	24283	0	America/Chicago	28.0989	-97.55638	25			TX	409		
4725488	Saint Paul	saint-paul	US	24283	0	America/Chicago	30.10883	-96.12885	66			TX	473		
4725807	Salado	salado	US	72575	2140	America/Chicago	30.94713	-97.53862	183	Salado,saladw,saladw  tgzas,Саладо,سالادو,سالادو، تگزاس		TX	027		
4725849	Salem	salem	US	01970	0	America/Chicago	29.843	-97.32777	145			TX	021		
4725850	Salem	salem	US	01970	0	America/Chicago	31.76017	-95.13855	158			TX	073		
4725851	Salem	salem	US	01970	0	America/Chicago	30.81575	-97.02388	131			TX	331		
4725852	Salem	salem	US	01970	0	America/Chicago	30.54243	-93.76795	15			TX	351		
4725853	Salem	salem	US	01970	0	America/Chicago	32.1746	-95.02244	122			TX	423		
4725854	Salem	salem	US	01970	0	America/Chicago	28.98887	-96.91109	37			TX	469		
4725855	Salem	salem	US	01970	0	America/Chicago	32.8254	-95.61885	134			TX	499		
4725900	Salesville	salesville	US	43778	0	America/Chicago	32.91235	-98.0881	308			TX	363		
4725911	Saline	saline	US	48176	0	America/Chicago	30.7224	-99.5534	545			TX	327		
4725922	Salineño	salineno	US	78585	201	America/Chicago	26.51645	-99.11225	67	Salineno		TX	427		
4725934	Salmon	salmon	US	83467	0	America/Chicago	31.57295	-95.49828	155			TX	001		
4726063	Saltillo	saltillo	US	17253	0	America/Chicago	33.18456	-95.32634	138			TX	223		
4726151	Samaria	samaria	US	48177	0	America/Chicago	32.12654	-96.15414	108			TX	349		
4726206	San Antonio	san-antonio	US	33576	1469845	America/Chicago	29.42412	-98.49363	198	SAT,San Antonijus,San Antonio,San Antonio (Texas),San Antonio de Bejar,San Antoniyo,San Antònio,San-Antonia,San-Antonio,Sanantonio,Sanctus Antonius,can antoniyo,saen-antonio,saina entoniyo,san antoniyo,san antwnyw,san'antonio,san-antʼonio,sana antoni'o,sena amtoniyo,sheng an dong ni ao,Σαν Αντόνιο,Сан Антонио,Сан-Антонио,Сан-Антоніа,Сан-Антоніо,Սան Անտոնիո,סאן אנטאניא,סן אנטוניו,سان آنتونیو,سان أنطونيو,سان انٹونیو,सॅन अँटोनियो,सैन एन्टोनियो,স্যান অ্যান্টোনিও,ਸਾਨ ਆਂਤੋਨੀਓ,சான் அந்தோனியோ,శాన్ అంటోనియో,സാൻ അന്റോണിയോ,แซนแอนโทนีโอ,სან-ანტონიო,サンアントニオ,圣安东尼奥,聖安東尼奧,샌안토니오	029	TX	029		
4726256	San Augustine	san-augustine	US	75972	2009	America/Chicago	31.5299	-94.10603	113	San Ogastin,San-Ogastin,sn agwstyn  tgzas,Сан Огастин,Сан-Огастин,سن آگوستین، تگزاس	405	TX	405		
4726290	San Benito	san-benito	US	78586	24496	America/Chicago	26.13258	-97.6311	11	San Benito,san bnytw,sn bnytw  tgzas,Сан Бенито,سان بنيتو,سن بنیتو، تگزاس		TX	061		
4726293	San Carlos	san-carlos	US	85550	3130	America/Chicago	26.29563	-98.07195	23	San - Karlos,Сан - Карлос		TX	215		
4726311	San Diego	san-diego	US	78384	4368	America/Chicago	27.76391	-98.2389	94	San-Diego,Сан-Диего	131	TX	131		
4726319	San Felipe	san-felipe	US	77473	793	America/Chicago	29.79301	-96.10079	47	San Felipe de Austin		TX	015		
4726346	San Gabriel	san-gabriel	US	91775	0	America/Chicago	30.69436	-97.1961	127			TX	331		
4726349	San Geronimo	san-geronimo	US	94963	0	America/Chicago	29.623	-98.79391	383	San Geromino,San Geronimo		TX	029		
4726366	San Isidro	san-isidro	US	78588	240	America/Chicago	26.71672	-98.45391	87	San Isidro,Sanisidro		TX	427		
4726369	San Jacinto	san-jacinto	US	92581	0	America/Chicago	30.62214	-95.72106	103			TX	471		
4726409	San Jose	san-jose	US	62682	0	America/Chicago	29.34662	-98.52974	190			TX	029		
4726410	San Jose	san-jose	US	62682	0	America/Chicago	27.58364	-98.30584	98			TX	131		
4726440	San Juan	san-juan	US	78589	36556	America/Chicago	26.18924	-98.15529	33			TX	215		
4726441	San Juan	san-juan	US	78589	0	America/Chicago	27.76725	-97.53888	14			TX	355		
4726491	San Marcos	san-marcos	US	78666	60684	America/Chicago	29.88327	-97.94139	188	San Markos,San-Markos,san markws,sanmarukosu,sheng ma ke si,sn markws  tgzas,Сан Маркос,Сан-Маркос,سان ماركوس,سان مارکوس، ٹیکساس,سن مارکوس، تگزاس,サンマルコス,聖馬科斯	209	TX	209		
4726513	San Pablo	san-pablo	US	94806	0	America/Chicago	27.61975	-98.80919	238			TX	479		
4726519	San Patricio	san-patricio	US	88348	395	America/Chicago	27.95446	-97.77194	13			TX	409		
4726526	San Pedro	san-pedro	US	90731	530	America/Chicago	25.98175	-97.59638	14			TX	061		
4726527	San Pedro	san-pedro	US	90731	733	America/Chicago	31.47629	-95.37828	116			TX	225		
4726528	San Pedro	san-pedro	US	90731	0	America/Chicago	27.78864	-97.67833	23			TX	355		
4726569	San Perlita	san-perlita	US	78590	566	America/Chicago	26.50118	-97.63971	6			TX	489		
4726575	San Ramon	san-ramon	US	94582	0	America/Chicago	27.93306	-99.38754	165			TX	479		
4726582	San Saba	san-saba	US	76877	3030	America/Chicago	31.19572	-98.7181	367	San Saba,san saba,san sba  tgzas,sheng sa ba,Сан Саба,سان سابا,سان سبا، تگزاس,圣萨巴	411	TX	411		
4726603	San Ygnacio	san-ygnacio	US	78067	667	America/Chicago	27.04253	-99.44004	98			TX	505		
4726725	Sand Lake	sand-lake	US	12153	0	America/Chicago	32.42959	-96.49276	102			TX	139		
4726797	Sandhill	sandhill	US	39161	0	America/Chicago	33.33011	-95.54301	143			TX	223		
4726799	Sandia	sandia	US	78383	379	America/Chicago	28.02251	-97.87944	39			TX	249		
4726819	Sandoval	sandoval	US	62882	0	America/Chicago	30.6402	-97.29055	149			TX	491		
4726826	Sandusky	sandusky	US	14133	0	America/Chicago	33.76622	-96.89223	228			TX	181		
4726828	Sandy	sandy	US	84070	0	America/Chicago	30.36075	-98.46947	389			TX	031		
4726829	Sandy	sandy	US	84070	0	America/Chicago	31.68461	-96.64193	156			TX	293		
4726944	Sandy Point	sandy-point	US	04972	216	America/Chicago	29.38552	-95.48105	17	Sandy Point,Sandypoint		TX	039		
4726957	Sanger	sanger	US	76266	7747	America/Chicago	33.36317	-97.1739	206	Sanger,sanghr,sngr  tgzas,Сангер,سانغر,سنگر، تگزاس		TX	121		
4726982	Santa Anna	santa-anna	US	76878	1034	America/Chicago	31.74209	-99.32173	535			TX	083		
4726984	Santa Anna	santa-anna	US	76878	13	America/Chicago	26.66811	-98.56446	113			TX	427		
4726994	Santa Clara	santa-clara	US	84765	725	America/Chicago	29.5119	-98.1214	181	Santa Klara,Санта Клара		TX	187		
4726999	Santa Cruz	santa-cruz	US	87567	0	America/Chicago	27.40337	-98.26834	74			TX	131		
4727000	Santa Cruz	santa-cruz	US	87567	54	America/Chicago	26.35451	-98.76836	49	Santa-Kruz,Санта-Круз		TX	427		
4727016	Santa Elena	santa-elena	US	78591	0	America/Chicago	26.76005	-98.48641	87			TX	427		
4727022	Santa Fe	santa-fe	US	38482	13037	America/Chicago	29.37801	-95.10576	9	Alta Loma,Alto Loma,Arcadia,Santa Fe,Santa-Fe,santa fay,snta fh  tgzas,Санта Фе,Санта-Фе,سانتا فاي,سانتا فے، ٹیکساس,سنتا فه، تگزاس		TX	167		
4727052	Santa Margarita	santa-margarita	US	93453	0	America/Chicago	26.49256	-99.09281	67	Saint Margarita,Santa Margarita,Santa Marguerita		TX	427		
4727054	Santa Maria	santa-maria	US	78592	733	America/Chicago	26.07869	-97.84944	20	Santa Marija,Санта Мария		TX	061		
4727065	Santa Monica	santa-monica	US	90401	83	America/Chicago	26.36229	-97.58582	5	Santa Monika,Санта Моника		TX	489		
4727076	Santa Rosa	santa-rosa	US	78593	2876	America/Chicago	26.25674	-97.825	15	Santa-Rosa,Санта-Роса		TX	061		
4727103	Santo	santo	US	76472	0	America/Chicago	32.60319	-98.21532	253			TX	363		
4727132	Saratoga	saratoga	US	27873	0	America/Chicago	30.2841	-94.52936	27			TX	199		
4727142	Sardis	sardis	US	30456	0	America/Chicago	33.00513	-94.54103	95			TX	067		
4727143	Sardis	sardis	US	30456	0	America/Chicago	32.42875	-96.90611	176			TX	139		
4727144	Sardis	sardis	US	30456	0	America/Chicago	31.80184	-94.09408	86			TX	419		
4727156	Sargent	sargent	US	30275	0	America/Chicago	28.83526	-95.66468	3			TX	321		
4727159	Sarita	sarita	US	78385	238	America/Chicago	27.22171	-97.78916	11		261	TX	261		
4727189	Sargent	sargent	US	30275	0	America/Chicago	32.73707	-96.77972	125			TX	113		
4727191	Satsuma	satsuma	US	32189	0	America/Chicago	29.90328	-95.60328	36			TX	201		
4727205	Satin	satin	US	76685	0	America/Chicago	31.34656	-97.03166	122			TX	145		
4727227	Savoy	savoy	US	01256	825	America/Chicago	33.59927	-96.36665	207			TX	147		
4727326	Schertz	schertz	US	78154	43091	America/Chicago	29.55217	-98.26973	217	Sherc,shrtz  tgzas,shyrtz,Шерц,شرتز، تگزاس,شيرتز		TX	187		
4727403	Schroeder	schroeder	US	55613	0	America/Chicago	28.81554	-97.22443	50			TX	175		
4727417	Schulenburg	schulenburg	US	78956	2925	America/Chicago	29.6819	-96.90304	112			TX	149		
4727459	Schwertner	schwertner	US	76573	0	America/Chicago	30.81547	-97.51417	209			TX	491		
4727477	Scotland	scotland	US	06264	478	America/Chicago	33.6601	-98.47061	293			TX	009		
4727485	Scott	scott	US	38772	0	America/Chicago	32.59458	-96.02219	136			TX	467		
4727544	Scottsville	scottsville	US	14546	359	America/Chicago	32.54043	-94.23825	125			TX	203		
4727549	Scranton	scranton	US	18501	0	America/Chicago	32.30513	-99.10701	529			TX	133		
4727557	Scroggins	scroggins	US	75480	0	America/Chicago	32.97373	-95.18466	110			TX	159		
4727571	Scurry	scurry	US	75158	736	America/Chicago	32.51875	-96.38082	134			TX	257		
4727596	Seabrook	seabrook	US	03874	13716	America/Chicago	29.56412	-95.02548	3			TX	201		
4727602	Seadrift	seadrift	US	77983	1474	America/Chicago	28.41528	-96.71359	3			TX	057		
4727605	Seagoville	seagoville	US	75159	15894	America/Chicago	32.63958	-96.53832	134	Sigovil,syghwfyl,sygwyl  tgzas,Сиговил,سيغوفيل,سیگویل، تگزاس,സീഗോവിൽ		TX	113		
4727615	Seale	seale	US	36875	0	America/Chicago	31.31323	-96.37303	128	Cross Roads,Seale,Shaw		TX	395		
4727629	Sealy	sealy	US	77474	6403	America/Chicago	29.78079	-96.15718	61			TX	015		
4727634	Seaman	seaman	US	45679	0	America/Chicago	30.36604	-95.03604	49			TX	291		
4727641	Seaton	seaton	US	61476	0	America/Chicago	31.05768	-97.21611	152			TX	027		
4727651	Sebastian	sebastian	US	32958	1917	America/Chicago	26.34285	-97.79027	12			TX	489		
4727652	Sebastopol	sebastopol	US	39359	0	America/Chicago	30.90963	-95.24966	48			TX	455		
4727728	Sedalia	sedalia	US	27342	0	America/Chicago	33.39622	-96.47804	219			TX	085		
4727756	Seguin	seguin	US	78155	27864	America/Chicago	29.56884	-97.96473	159	Segin,Seguin,Walnut Springs,syghwyn,sygwyn  tgzas,Сегин,سيغوين,سیگوین، تگزاس	187	TX	187		
4727769	Selden	selden	US	11784	0	America/Chicago	32.14403	-98.1067	386			TX	143		
4727785	Selma	selma	US	24474	9108	America/Chicago	29.58439	-98.30585	230	Sel'ma,Сельма		TX	029		
4727786	Selma	selma	US	24474	0	America/Chicago	33.48761	-97.88865	290			TX	337		
4727794	Selman City	selman-city	US	75689	0	America/Chicago	32.19016	-94.96188	124			TX	401		
4727948	Seymour	seymour	US	06483	2652	America/Chicago	33.59426	-99.26035	393	Simor,symwr,symwr  tgzas,Симор,سيمور,سیمور، تگزاس	023	TX	023		
4727987	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.18102	-94.75132	59			TX	005		
4727988	Shady Grove	shady-grove	US	17256	0	America/Chicago	30.81824	-98.07974	369	Shady Grove,Tamega		TX	053		
4727989	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.84601	-95.02411	98			TX	073		
4727990	Shady Grove	shady-grove	US	17256	0	America/Chicago	33.56705	-96.97278	237			TX	097		
4727991	Shady Grove	shady-grove	US	17256	0	America/Chicago	32.80318	-97.02029	149			TX	113		
4727992	Shady Grove	shady-grove	US	17256	0	America/Chicago	33.53733	-96.05442	202			TX	147		
4727993	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.23407	-95.32383	94			TX	225		
4727994	Shady Grove	shady-grove	US	17256	0	America/Chicago	29.98049	-99.07809	504			TX	265		
4727995	Shady Grove	shady-grove	US	17256	0	America/Chicago	31.64212	-94.52715	108			TX	347		
4727996	Shady Grove	shady-grove	US	17256	0	America/Chicago	32.04572	-94.29325	83			TX	365		
4727997	Shady Grove	shady-grove	US	17256	0	America/Chicago	32.90318	-95.74802	151			TX	379		
4727998	Shady Grove	shady-grove	US	17256	0	America/Chicago	32.44181	-95.28217	154			TX	423		
4727999	Shady Grove	shady-grove	US	17256	0	America/Chicago	32.68153	-95.13272	144	Shady Grove,Shadygrove		TX	459		
4728083	Shamrock	shamrock	US	74068	1727	America/Chicago	32.5993	-96.8875	214			TX	113		
4728096	Shannon	shannon	US	28386	0	America/Chicago	33.474	-98.25894	316			TX	077		
4728174	Shawnee	shawnee	US	43782	0	America/Chicago	31.2138	-94.49909	72			TX	005		
4728176	Shawnee	shawnee	US	43782	0	America/Chicago	33.81899	-96.55583	157			TX	181		
4728222	Sheffield	sheffield	US	01257	0	America/Chicago	32.9368	-94.2538	76			TX	067		
4728236	Shelbyville	shelbyville	US	37160	0	America/Chicago	31.76156	-94.07853	89			TX	419		
4728238	Sheldon	sheldon	US	05483	1990	America/Chicago	29.868	-95.12826	14			TX	201		
4728287	Shenandoah	shenandoah	US	17976	2770	America/Chicago	30.18022	-95.45577	45			TX	339		
4728298	Shepherd	shepherd	US	48883	2418	America/Chicago	30.49798	-94.9966	44			TX	407		
4728323	Sheridan	sheridan	US	04775	0	America/Chicago	29.49357	-96.67109	84			TX	089		
4728328	Sherman	sherman	US	04776	40667	America/Chicago	33.63566	-96.60888	224	PNX,Sherman,shaman,shrmn  tgzas,shyrman,xie er man,Шерман,شرمن، تگزاس,شيرمان,شیرمین، ٹیکساس,シャーマン,谢尔曼	181	TX	181		
4728368	Shields	shields	US	58569	0	America/Chicago	31.59321	-99.42423	487	Shields,Shields Community		TX	083		
4728379	Shiloh	shiloh	US	08353	0	America/Chicago	32.95123	-96.66472	171			TX	113		
4728380	Shiloh	shiloh	US	08353	0	America/Chicago	32.01126	-98.33893	421			TX	143		
4728381	Shiloh	shiloh	US	08353	0	America/Chicago	32.57181	-94.86216	125			TX	183		
4728382	Shiloh	shiloh	US	08353	0	America/Chicago	29.94883	-94.70881	10	Moss Bluff Community,Shiloh		TX	291		
4728383	Shiloh	shiloh	US	08353	0	America/Chicago	31.61184	-96.45359	145			TX	293		
4728384	Shiloh	shiloh	US	08353	0	America/Chicago	30.49243	-97.20277	151			TX	491		
4728482	Shiner	shiner	US	77984	2139	America/Chicago	29.42913	-97.17054	109			TX	285		
4728510	Shirley	shirley	US	01464	0	America/Chicago	33.05206	-95.67857	171			TX	223		
4728511	Shirley	shirley	US	01464	0	America/Chicago	33.27428	-95.5344	159			TX	223		
4728523	Shiro	shiro	US	77876	0	America/Chicago	30.61325	-95.88828	107			TX	185		
4728603	Sidney	sidney	US	13838	0	America/Chicago	31.94931	-98.73727	436			TX	093		
4728640	Silas	silas	US	36919	0	America/Chicago	31.82406	-94.39798	110			TX	419		
4728646	Siloam	siloam	US	27047	0	America/Chicago	33.36345	-94.57326	98			TX	037		
4728647	Siloam	siloam	US	27047	0	America/Chicago	31.84098	-98.33865	343			TX	093		
4728648	Siloam	siloam	US	27047	0	America/Chicago	30.42604	-97.28416	151			TX	491		
4728653	Silsbee	silsbee	US	77656	6688	America/Chicago	30.3491	-94.17796	25			TX	199		
4728663	Silver City	silver-city	US	39166	0	America/Chicago	33.48816	-95.99941	184			TX	147		
4728664	Silver City	silver-city	US	39166	0	America/Chicago	30.90991	-96.95026	104			TX	331		
4728665	Silver City	silver-city	US	39166	0	America/Chicago	31.9746	-96.64054	138			TX	349		
4728666	Silver City	silver-city	US	39166	0	America/Chicago	33.85289	-95.05967	117			TX	387		
4728681	Silver Lake	silver-lake	US	03875	0	America/Chicago	32.66985	-95.59579	119	Silver Lake,Silverlake		TX	467		
4728723	Simms	simms	US	59477	0	America/Chicago	33.3504	-94.50742	107			TX	037		
4728743	Simonton	simonton	US	77476	863	America/Chicago	29.6794	-95.97718	35			TX	157		
4728760	Simpsonville	simpsonville	US	21150	0	America/Chicago	28.78443	-96.12413	7			TX	321		
4728761	Simpsonville	simpsonville	US	21150	0	America/Chicago	32.86096	-95.06938	122			TX	459		
4728763	Sims	sims	US	27880	0	America/Chicago	30.66631	-96.55164	77			TX	041		
4728782	Simsboro	simsboro	US	71275	0	America/Chicago	31.67434	-96.31609	159	Simboro,Simsboro		TX	161		
4728826	Sinton	sinton	US	78387	5736	America/Chicago	28.03668	-97.50916	15		409	TX	409		
4728911	Skidmore	skidmore	US	64487	925	America/Chicago	28.25417	-97.68555	47			TX	025		
4728997	Slayden	slayden	US	37165	0	America/Chicago	29.57551	-97.53388	100			TX	177		
4729010	Slidell	slidell	US	70458	0	America/Chicago	33.35984	-97.39169	297	Slidel,Slidell		TX	497		
4729019	Sloan	sloan	US	51055	0	America/Chicago	31.16183	-98.90921	400	Rock Shoals,Sloan		TX	411		
4729029	Slocum	slocum	US	02877	0	America/Chicago	31.63129	-95.46217	150			TX	001		
4729065	Smiley	smiley	US	78159	567	America/Chicago	29.26774	-97.63583	95			TX	177		
4729069	Smith	smith	US	89430	0	America/Chicago	31.05546	-97.35139	195			TX	027		
4729269	Smithfield	smithfield	US	02917	0	America/Chicago	32.87096	-97.21529	201			TX	439		
4729272	Smithland	smithland	US	42081	0	America/Chicago	32.81403	-94.16824	77			TX	315		
4729284	Smithville	smithville	US	26178	4101	America/Chicago	30.00855	-97.15943	99			TX	021		
4729285	Smithville	smithville	US	26178	0	America/Chicago	29.52412	-97.60805	123			TX	177		
4729294	Smithwick	smithwick	US	57782	0	America/Chicago	30.56075	-98.14502	256			TX	053		
4729304	Smoot	smoot	US	24977	0	America/Chicago	30.27438	-97.65167	137			TX	453		
4729308	Smyrna	smyrna	US	13464	0	America/Chicago	33.07819	-94.08435	95			TX	067		
4729309	Smyrna	smyrna	US	13464	0	America/Chicago	32.72625	-94.63048	100			TX	203		
4729310	Smyrna	smyrna	US	13464	0	America/Chicago	33.47678	-97.73364	294			TX	337		
4729311	Smyrna	smyrna	US	13464	0	America/Chicago	32.84901	-95.82191	143			TX	379		
4729386	Snook	snook	US	77878	512	America/Chicago	30.48918	-96.46537	73			TX	051		
4729391	Snow Hill	snow-hill	US	21863	0	America/Chicago	33.25595	-96.38415	175			TX	085		
4729393	Snow Hill	snow-hill	US	21863	0	America/Chicago	30.9938	-94.8091	76			TX	373		
4729394	Snow Hill	snow-hill	US	21863	0	America/Chicago	30.70658	-95.22077	86			TX	407		
4729395	Snow Hill	snow-hill	US	21863	0	America/Chicago	32.77486	-94.76549	129			TX	459		
4729421	Soda Springs	soda-springs	US	83276	0	America/Chicago	29.71884	-97.59916	113			TX	055		
4732801	Somerset	somerset	US	02725	1783	America/Chicago	29.22635	-98.6578	197	Somerset,Сомерсет		TX	029		
4732809	Somerville	somerville	US	02143	1383	America/Chicago	30.34604	-96.5283	76			TX	051		
4732826	Sonoma	sonoma	US	95476	0	America/Chicago	32.34042	-96.60999	152			TX	139		
4732862	Sour Lake	sour-lake	US	77659	1773	America/Chicago	30.14021	-94.41102	15	Sour Lake,Sourlake		TX	199		
4732895	South Bend	south-bend	US	46601	0	America/Chicago	33.00456	-98.66839	318	South Bend,Southbend		TX	503		
4732949	South Dayton	south-dayton	US	14138	0	America/Chicago	29.99744	-94.86548	18			TX	291		
4733042	South Houston	south-houston	US	77587	17544	America/Chicago	29.66301	-95.23549	9			TX	201		
4733093	South Mountain	south-mountain	US	17261	371	America/Chicago	31.42767	-97.67752	311			TX	099		
4733103	South Padre Island	south-padre-island	US	78597	2884	America/Chicago	26.10369	-97.16469	2	Palm Beach,Saut Padre Ajland,South Padre Island,jzyrh padrh jnwby,sawt badry ayland,Саут Падре Ајланд,جزیره پادره جنوبی,ساوت بادري أيلاند		TX	061		
4733129	South Point	south-point	US	45680	1376	America/Chicago	25.86869	-97.38359	5			TX	061		
4733158	South Salem	south-salem	US	10590	0	America/Chicago	31.26796	-96.07163	178			TX	289		
4733177	South Shore	south-shore	US	41175	0	America/Chicago	32.67015	-94.08296	52			TX	203		
4734052	Stamps	stamps	US	71860	0	America/Chicago	32.75764	-94.78799	122			TX	459		
4733313	Southlake	southlake	US	76092	29941	America/Chicago	32.94124	-97.13418	195	Sautlejk,sawthlayk,sawtlyk  tgzas,Саутлејк,ساوتلیک، تگزاس,ساوثلايك		TX	439		
4733321	Southmayd	southmayd	US	76268	1015	America/Chicago	33.63038	-96.76916	224	Southmayd,Southmayde		TX	181		
4733460	Spanish Fort	spanish-fort	US	36527	0	America/Chicago	33.94566	-97.61697	236			TX	337		
4733485	Sparks	sparks	US	31647	4211	America/Chicago	30.92852	-97.35972	143			TX	027		
4733538	Sperry	sperry	US	52650	0	America/Chicago	33.53066	-96.7086	260			TX	181		
4733544	Spicewood	spicewood	US	78669	0	America/Chicago	30.47547	-98.15641	237			TX	053		
4733593	Splendora	splendora	US	77372	1684	America/Chicago	30.23299	-95.16104	38			TX	339		
4733624	Spring	spring	US	77373	54298	America/Chicago	30.07994	-95.41716	37	Springtaun,aspryng  tgzas,sbryngh,seupeuling,Спрингтаун,اسپرینگ، تگزاس,سبرينغ,سپرنگ، ٹیکساس,스프링		TX	201		
4733642	Spring Branch	spring-branch	US	78070	0	America/Chicago	29.88994	-98.4253	340	Spring Branch,Springbranch		TX	091		
4733762	Spring Creek	spring-creek	US	16436	0	America/Chicago	31.35322	-98.82199	424			TX	411		
4733766	Spring Creek	spring-creek	US	16436	0	America/Chicago	33.3701	-98.96146	366	Spring Creek,Springcreek		TX	447		
4733810	Spring Hill	spring-hill	US	34606	0	America/Chicago	33.60456	-94.67188	114			TX	037		
4733811	Spring Hill	spring-hill	US	34606	0	America/Chicago	33.29901	-96.93612	184			TX	121		
4733812	Spring Hill	spring-hill	US	34606	0	America/Chicago	33.60899	-96.01025	197			TX	147		
4733813	Spring Hill	spring-hill	US	34606	0	America/Chicago	32.56292	-94.80216	125			TX	183		
4733816	Spring Hill	spring-hill	US	34606	0	America/Chicago	31.93627	-96.71027	134	Spring Hill,Springhill		TX	349		
4733817	Spring Hill	spring-hill	US	34606	0	America/Chicago	30.58103	-95.21244	76			TX	407		
4733841	Spring Hill	spring-hill	US	34606	0	America/Chicago	33.00846	-94.90021	95			TX	063		
4733891	Spring Valley	spring-valley	US	10977	3611	America/Chicago	29.78967	-95.50355	22	Spring-Vehlli,Спринг-Вэлли		TX	201		
4733892	Spring Valley	spring-valley	US	10977	0	America/Chicago	31.39989	-97.29001	193			TX	309		
4733907	Springdale	springdale	US	15144	0	America/Chicago	33.23318	-94.13324	77			TX	067		
4733908	Springdale	springdale	US	15144	0	America/Chicago	31.61293	-98.31504	437			TX	193		
4733918	Springfield	springfield	US	01101	0	America/Chicago	31.98683	-95.80524	119			TX	001		
4733919	Springfield	springfield	US	01101	0	America/Chicago	27.75197	-98.19445	85	Camada Ranch,Springfield		TX	249		
4733920	Springfield	springfield	US	01101	0	America/Chicago	31.65961	-96.48276	146			TX	293		
4733939	Springtown	springtown	US	18081	0	America/Chicago	31.8021	-98.18976	311			TX	193		
4733940	Springtown	springtown	US	18081	2811	America/Chicago	32.96596	-97.68364	262			TX	367		
4733963	Spurger	spurger	US	77660	0	America/Chicago	30.6927	-94.17769	50			TX	457		
4734002	Stacy	stacy	US	28581	0	America/Chicago	31.4771	-99.59784	462			TX	307		
4734005	Stafford	stafford	US	06075	18459	America/Chicago	29.61607	-95.55772	26	Staford,astafwrd  tgzas,stafwrd,Стафорд,استافورد، تگزاس,ستافورد,സ്റ്റാഫൊർഡ്		TX	157		
4734035	Staley	staley	US	27355	0	America/Chicago	30.8338	-95.29216	80			TX	407		
4734041	Stamford	stamford	US	05352	2973	America/Chicago	32.94539	-99.80287	492	Stamford,astmfwrd  tgzas,stamfwrd,Стамфорд,استمفورد، تگزاس,ستامفورد		TX	253		
4734063	Stanfield	stanfield	US	28163	0	America/Chicago	33.96926	-97.99976	264			TX	077		
4734082	Staples	staples	US	56479	278	America/Chicago	29.78133	-97.83611	159			TX	187		
4734088	Star	star	US	27356	0	America/Chicago	31.46849	-98.31615	427	Star,Star Mountain		TX	333		
4734120	Stark	stark	US	66775	0	America/Chicago	30.1316	-93.86767	5			TX	361		
4734263	Steen	steen	US	56173	0	America/Chicago	29.32191	-97.31277	65			TX	123		
4734350	Stephenville	stephenville	US	76401	20120	America/Chicago	32.2207	-98.20226	388	SEP,Stivenvil,astfnwyl  tgzas,styfnfyl,Стивенвил,استفنویل، تگزاس,ستيفنفيل	143	TX	143		
4734378	Sterrett	sterrett	US	35147	0	America/Chicago	32.47403	-96.83139	191	Sterret,Sterrett		TX	139		
4734416	Stewart	stewart	US	37175	0	America/Chicago	32.29766	-94.64799	138			TX	401		
4734523	Stockdale	stockdale	US	15483	1564	America/Chicago	29.23691	-97.96	135			TX	493		
4734525	Stockholm	stockholm	US	04783	0	America/Chicago	26.38674	-97.87917	13			TX	215		
4734579	Stoneham	stoneham	US	02180	0	America/Chicago	30.34187	-95.91245	117			TX	185		
4734587	Stonewall	stonewall	US	28583	505	America/Chicago	30.23604	-98.66448	447	Millville,Stonewall		TX	171		
4734624	Stout	stout	US	45684	0	America/Chicago	32.87207	-95.29661	140			TX	499		
4734646	Stowell	stowell	US	77661	1756	America/Chicago	29.78994	-94.38324	7			TX	071		
4734669	Stratton	stratton	US	04982	0	America/Chicago	29.15164	-97.15027	87			TX	123		
4734683	Strawn	strawn	US	61775	643	America/Chicago	32.55207	-98.49811	306			TX	363		
4734687	Streeter	streeter	US	58483	0	America/Chicago	30.7649	-99.37645	516			TX	319		
4734688	Streetman	streetman	US	75859	246	America/Chicago	31.87738	-96.32498	113			TX	161		
4734714	Stringtown	stringtown	US	74569	0	America/Chicago	31.02379	-97.24111	168			TX	027		
4734715	Stringtown	stringtown	US	74569	0	America/Chicago	30.90798	-93.62517	76			TX	351		
4734716	Stringtown	stringtown	US	74569	0	America/Chicago	32.11794	-94.90299	133			TX	401		
4734717	Stringtown	stringtown	US	74569	0	America/Chicago	31.19186	-93.92574	75			TX	403		
4734789	Sturdivant	sturdivant	US	63782	0	America/Chicago	32.76541	-98.06671	301			TX	363		
4734794	Sturgeon	sturgeon	US	15082	0	America/Chicago	33.75733	-96.97556	249			TX	097		
4734801	Sublime	sublime	US	77986	0	America/Chicago	29.47885	-96.79748	69			TX	285		
4734825	Sugar Land	sugar-land	US	77478	88156	America/Chicago	29.61968	-95.63495	23	SGR,Shugar Land,Shugar-Lend,Sugar Land,shu ge lan,shugarando,shwgrlnd  tgzas,shwjr land,syugeolaendeu,Шугар Ланд,Шугар-Ленд,Шуґар-Ленд,شوجر لاند,شوگر لینڈ، ٹیکساس,شوگرلند، تگزاس,ഷുഗർലാൻഡ്,シュガーランド,舒格蘭,슈거랜드		TX	157		
4734838	Sugar Valley	sugar-valley	US	30746	0	America/Chicago	29.06275	-95.83968	12			TX	321		
4734864	Sullivan City	sullivan-city	US	78595	4189	America/Chicago	26.27757	-98.56363	61			TX	215		
4734869	Sulphur Bluff	sulphur-bluff	US	75481	0	America/Chicago	33.33261	-95.39828	140			TX	223		
4734873	Sulphur	sulphur	US	40070	0	America/Chicago	31.05907	-94.97743	73			TX	455		
4734909	Sulphur Springs	sulphur-springs	US	44881	16098	America/Chicago	33.13845	-95.60107	153	SLR,Salfur Springs,swlfr sbrynghz,swlfwr aspryngz  tgzas,Салфур Спрингс,سولفر سبرينغز,سولفور اسپرینگز، تگزاس	223	TX	223		
4734911	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	31.89656	-94.76521	171			TX	401		
4734940	Summerfield	summerfield	US	27358	0	America/Chicago	32.72014	-95.02605	126			TX	459		
4734945	Summerville	summerville	US	15864	0	America/Chicago	29.45524	-97.47055	90			TX	177		
4734952	Sumner	sumner	US	04292	0	America/Chicago	33.74038	-95.67302	173			TX	277		
4734964	Sun Valley	sun-valley	US	83353	68	America/Chicago	33.66455	-95.42829	163			TX	277		
4734993	Sunny Side	sunny-side	US	30284	0	America/Chicago	29.66412	-95.36799	13			TX	201		
4734994	Sunny Side	sunny-side	US	30284	0	America/Chicago	29.88856	-96.06913	44			TX	473		
4735006	Sunnyside	sunnyside	US	11104	0	America/Chicago	30.07049	-94.14713	5			TX	245		
4735007	Sunnyside	sunnyside	US	11104	0	America/Chicago	29.13997	-98.05251	136			TX	493		
4735013	Sunnyvale	sunnyvale	US	75182	6044	America/Chicago	32.79652	-96.56082	148	Sunivejl,Сънивейл		TX	113		
4735042	Sunset	sunset	US	04683	0	America/Chicago	33.4476	-99.71314	458			TX	275		
4735043	Sunset	sunset	US	04683	497	America/Chicago	33.45205	-97.7667	302			TX	337		
4735089	Sunshine	sunshine	US	70780	0	America/Chicago	31.86348	-98.14476	391			TX	193		
4735110	Surfside	surfside	US	90743	0	America/Chicago	28.9433	-95.29771	2			TX	039		
4735125	Sutherland Springs	sutherland-springs	US	78161	0	America/Chicago	29.2733	-98.05667	143	Old Sutherland Springs,Sutherland Springs		TX	493		
4735126	Sutton	sutton	US	01590	0	America/Chicago	30.8213	-96.52997	113			TX	395		
4735143	Swan	swan	US	50252	0	America/Chicago	32.43487	-95.36718	151			TX	423		
4735190	Sweeny	sweeny	US	77480	3771	America/Chicago	29.03886	-95.69856	9	Sweeney,Sweeny		TX	039		
4735202	Sweet Home	sweet-home	US	72164	0	America/Chicago	29.45801	-98.03889	170			TX	187		
4735203	Sweet Home	sweet-home	US	72164	0	America/Chicago	29.34524	-97.07165	87			TX	285		
4735204	Sweet Home	sweet-home	US	72164	0	America/Chicago	30.25744	-96.82137	118			TX	287		
4735251	Swift	swift	US	56682	0	America/Chicago	31.62018	-94.48326	157			TX	347		
4735281	Sycamore	sycamore	US	15364	0	America/Chicago	33.32373	-97.49003	261			TX	497		
4735329	Sylvan Beach	sylvan-beach	US	13157	0	America/Chicago	29.64773	-95.01382	3			TX	201		
4735438	Tabor	tabor	US	51653	0	America/Chicago	30.79575	-96.37107	104			TX	041		
4735458	Taft	taft	US	38488	3091	America/Chicago	27.97891	-97.3986	15	Mesquital,Taft		TX	409		
4735486	Talco	talco	US	75487	513	America/Chicago	33.36261	-95.10466	111			TX	449		
4735511	Talpa	talpa	US	76882	0	America/Chicago	31.77654	-99.70952	598			TX	083		
4735629	Tarpley	tarpley	US	78883	0	America/Chicago	29.65717	-99.27643	403	Hondo Canon,Tarpley		TX	019		
4735674	Tatum	tatum	US	29594	1379	America/Chicago	32.31599	-94.51659	103			TX	401		
4735702	Taylor	taylor	US	18517	16702	America/Chicago	30.57076	-97.40944	172	Tejlor,Тейлор		TX	491		
4735808	Taylorsville	taylorsville	US	28681	0	America/Chicago	29.89606	-97.49805	162			TX	055		
4735810	Tazewell	tazewell	US	24651	0	America/Chicago	33.05678	-95.61996	158			TX	223		
4735813	Teague	teague	US	75860	3572	America/Chicago	31.62711	-96.28386	151			TX	161		
4735858	Tehuacana	tehuacana	US	76686	282	America/Chicago	31.74128	-96.54693	195			TX	293		
4735876	Telegraph	telegraph	US	76883	0	America/Chicago	30.32742	-99.90618	565			TX	267		
4735886	Telephone	telephone	US	75488	0	America/Chicago	33.78121	-96.01803	173			TX	147		
4735887	Telferner	telferner	US	77988	0	America/Chicago	28.84888	-96.89054	28			TX	469		
4735964	Tenaha	tenaha	US	75974	1152	America/Chicago	31.94378	-94.24409	106			TX	419		
4735966	Temple	temple	US	03084	72277	America/Chicago	31.09823	-97.34278	219	TPL,Templ,tan pu er,tempeul,tenpuru,tmbl,tmpl  tgzas,Темпл,تمبل,تمپل، تگزاس,ٹیمپل، ٹیکساس,テンプル,坦普爾,템플		TX	027		
4735993	Tennessee	tennessee	US	62374	0	America/Chicago	31.95656	-94.31826	110			TX	419		
4735995	Tennessee Colony	tennessee-colony	US	75861	0	America/Chicago	31.83544	-95.83885	111			TX	001		
4736028	Terrell	terrell	US	28682	16981	America/Chicago	32.73596	-96.27526	155	TRL,Terel,Terrel,Terrell,teleol,trl  tgzas,tyryl,Терел,ترل، تگزاس,تيريل,테럴		TX	257		
4736061	Terry	terry	US	39170	0	America/Chicago	30.09966	-93.93267	4			TX	361		
4736071	Terryville	terryville	US	06786	0	America/Chicago	29.18997	-97.0711	73			TX	123		
4736096	Texarkana	texarkana	US	71854	37280	America/Chicago	33.42513	-94.04769	91	TXK,Teksarkana,Texarcana,Texarkana,te ke sa ka na,tegsakaena,tekusakana,tksarkna  tgzas,tyksarkana,Тексаркана,تيكساركانا,تکسارکنا، تگزاس,ٹیکسرکینا، ٹیکساس,テクサーカナ,特克萨卡纳,텍사캐나		TX	037		
4736134	Texas City	texas-city	US	77590	47618	America/Chicago	29.38385	-94.9027	3	Teksas Siti,Teksasurbo,de ke sa si cheng,tekisasushiti,teksasa siti,tgzas syty  tgzas,tksas syty,Тексас Сити,تكساس سيتي,تگزاس سیتی، تگزاس,टेक्सास सिटी,テキサスシティ,德克薩斯城		TX	167		
4736388	The Colony	the-colony	US	75056	41779	America/Chicago	33.08901	-96.88639	180	Koloni,Kolonija,d klny  tgzas,dha kwlwny,di kealani,Колони,Колония,د کلنی، تگزاس,ذا كولوني,ദി കോളനി		TX	121		
4736486	Thelma	thelma	US	41260	0	America/Chicago	31.58322	-96.61109	161			TX	293		
4736491	Theodore	theodore	US	36582	0	America/Chicago	33.71455	-96.90445	230			TX	181		
4736501	Thelma	thelma	US	41260	0	America/Chicago	29.21413	-98.50168	175			TX	029		
4736502	Thicket	thicket	US	77374	0	America/Chicago	30.39576	-94.6302	38			TX	199		
4736530	Thomas	thomas	US	26292	0	America/Chicago	32.86096	-95.06744	130	Simpsonville,Thomas		TX	459		
4736605	Thomaston	thomaston	US	04861	0	America/Chicago	28.99748	-97.15499	49			TX	123		
4736662	Thompsons	thompsons	US	77481	246	America/Chicago	29.49774	-95.58495	20			TX	157		
4736667	Thompsonville	thompsonville	US	12784	0	America/Chicago	29.70273	-97.38194	130	Thompsonville,Thomsonville		TX	177		
4736668	Thompsonville	thompsonville	US	12784	46	America/Chicago	27.20559	-98.94031	201			TX	247		
4736671	Thorn Hill	thorn-hill	US	37881	0	America/Chicago	29.74328	-98.09917	205			TX	091		
4736679	Thornton	thornton	US	03285	523	America/Chicago	31.41101	-96.5722	150	Tornton,Торнтон		TX	293		
4736681	Thorndale	thorndale	US	19372	1316	America/Chicago	30.61381	-97.20555	138			TX	331		
4736700	Thrall	thrall	US	76578	920	America/Chicago	30.59048	-97.29694	171			TX	491		
4736716	Three Oaks	three-oaks	US	49128	0	America/Chicago	28.97664	-98.16723	129			TX	493		
4736721	Three Rivers	three-rivers	US	01080	1971	America/Chicago	28.46027	-98.18251	45	Hamiltonburg,Three Rivers		TX	297		
4736741	Throckmorton	throckmorton	US	76483	797	America/Chicago	33.17872	-99.17758	402		447	TX	447		
4736830	Tiffin	tiffin	US	44883	0	America/Chicago	32.49652	-98.66311	434			TX	133		
4736858	Tigerville	tigerville	US	29688	0	America/Chicago	30.70269	-95.07383	41			TX	373		
4736889	Tilden	tilden	US	62292	261	America/Chicago	28.46194	-98.54918	76	Colfax,Dog Town,Tilden	311	TX	311		
4736933	Timpson	timpson	US	75975	1149	America/Chicago	31.90378	-94.3952	119			TX	419		
4736963	Tioga	tioga	US	16946	862	America/Chicago	33.46678	-96.91834	205			TX	181		
4736988	Tivoli	tivoli	US	12583	479	America/Chicago	28.45528	-96.88804	9			TX	391		
4737006	Todd	todd	US	16685	0	America/Chicago	30.26799	-95.83967	95			TX	185		
4737028	Tokio	tokio	US	58379	0	America/Chicago	31.7585	-97.15584	174			TX	309		
4737033	Tolar	tolar	US	76476	828	America/Chicago	32.38903	-97.92059	311			TX	221		
4737038	Toledo	toledo	US	43601	0	America/Chicago	31.17435	-93.56129	36			TX	351		
4737048	Toluca	toluca	US	61369	0	America/Chicago	26.07091	-97.94417	23			TX	215		
4737052	Tom Bean	tom-bean	US	75489	1055	America/Chicago	33.52011	-96.48387	250			TX	181		
4737094	Tomball	tomball	US	77375	11540	America/Chicago	30.09716	-95.61605	57	Tom Ball,Tomball,Tombol,tambal  tgzas,twmbwl,Томбол,تامبال، تگزاس,تومبول		TX	201		
4737193	Tow	tow	US	78672	0	America/Chicago	30.88351	-98.47253	316			TX	299		
4737254	Townsend	townsend	US	01469	0	America/Chicago	31.35102	-94.31187	56			TX	405		
4737268	Tracy	tracy	US	50256	0	America/Chicago	30.74186	-97.09721	135			TX	331		
4737418	Trenton	trenton	US	08601	628	America/Chicago	33.43067	-96.33859	232	Trenton,Трентон		TX	147		
4737474	Triangle	triangle	US	22172	0	America/Chicago	31.28157	-96.98999	108			TX	145		
4737485	Tribune	tribune	US	67879	0	America/Chicago	33.59844	-96.59055	211			TX	181		
4737501	Trinidad	trinidad	US	75163	878	America/Chicago	32.14404	-96.09108	92	Trinidad,Trinity Switch		TX	213		
4737506	Trinity	trinity	US	27370	2752	America/Chicago	30.94519	-95.3755	71			TX	455		
4737665	Tripp	tripp	US	57376	0	America/Chicago	32.79485	-96.56055	147			TX	113		
4737691	Troup	troup	US	75789	1966	America/Chicago	32.1446	-95.1205	139	Troope Station,Troup,Troupe,Zavalla		TX	423		
4737699	Trout Creek	trout-creek	US	13847	0	America/Chicago	30.61743	-93.80934	20			TX	351		
4737704	Troy	troy	US	03465	1843	America/Chicago	31.20684	-97.30278	207	Troja,Троя		TX	027		
4737778	Trumbull	trumbull	US	06611	0	America/Chicago	32.49042	-96.66555	140			TX	139		
4737806	Tucker	tucker	US	30084	0	America/Chicago	31.67351	-95.74801	89			TX	001		
4737846	Tuleta	tuleta	US	78162	288	America/Chicago	28.57082	-97.79722	99			TX	025		
4737869	Tupelo	tupelo	US	38801	0	America/Chicago	32.21293	-96.43776	133	Cody,Locket,Tupelo		TX	349		
4738053	Turney	turney	US	64493	0	America/Chicago	31.90906	-95.19522	122			TX	073		
4738084	Tuscola	tuscola	US	61953	744	America/Chicago	32.20958	-99.79675	603			TX	441		
4738091	Tuxedo	tuxedo	US	28784	0	America/Chicago	32.93289	-99.95176	513	Bonita,Tuxedo		TX	253		
4738113	Twin City	twin-city	US	30471	0	America/Chicago	33.70344	-96.57027	221			TX	181		
4738207	Tye	tye	US	79563	1260	America/Chicago	32.45762	-99.87148	547			TX	441		
4738214	Tyler	tyler	US	36785	103700	America/Chicago	32.35126	-95.30106	164	TYR,Tajler,Tyler,tai lei,taira,taylr,taylr  tgzas,Тайлер,Тајлер,تايلر,تایلر، تگزاس,ٹائلر,ٹائلر، ٹیکساس,タイラー,泰勒	423	TX	423		
4738247	Tynan	tynan	US	78391	278	America/Chicago	28.16945	-97.7575	51			TX	025		
4738312	Union	union	US	03887	0	America/Chicago	30.86325	-96.31024	93			TX	041		
4738313	Union	union	US	03887	0	America/Chicago	33.13456	-95.27383	135			TX	159		
4738314	Union	union	US	03887	0	America/Chicago	33.03067	-95.5969	157			TX	223		
4738315	Union	union	US	03887	0	America/Chicago	31.5199	-94.19075	123			TX	405		
4738316	Union	union	US	03887	0	America/Chicago	29.32024	-97.84472	128	Union,Union Valley		TX	493		
4738335	Union Center	union-center	US	53962	0	America/Chicago	32.17069	-98.96062	478	Branton,Union Center		TX	133		
4738374	Union Grove	union-grove	US	28689	372	America/Chicago	31.00046	-97.60196	213			TX	027		
4738375	Union Grove	union-grove	US	28689	0	America/Chicago	33.42343	-99.8687	452			TX	275		
4738376	Union Grove	union-grove	US	28689	357	America/Chicago	32.57125	-94.92049	125			TX	459		
4738396	Union Hill	union-hill	US	14563	0	America/Chicago	31.17323	-97.54612	238			TX	027		
4738397	Union Hill	union-hill	US	14563	0	America/Chicago	33.40178	-97.13223	200			TX	121		
4738398	Union Hill	union-hill	US	14563	0	America/Chicago	33.46428	-96.28081	197			TX	147		
4738399	Union Hill	union-hill	US	14563	0	America/Chicago	32.30793	-95.58857	140			TX	213		
4738400	Union Hill	union-hill	US	14563	0	America/Chicago	32.8143	-94.98049	113			TX	459		
4738401	Union Hill	union-hill	US	14563	0	America/Chicago	30.20299	-96.61358	157			TX	477		
4738560	Unity	unity	US	04988	0	America/Chicago	33.76538	-95.75441	167			TX	277		
4738561	Unity	unity	US	04988	0	America/Chicago	29.19747	-98.05389	143			TX	493		
4738574	Universal City	universal-city	US	78148	19986	America/Chicago	29.54801	-98.29112	233			TX	029		
4738606	University Park	university-park	US	16802	24759	America/Chicago	32.85013	-96.80028	167			TX	113		
4739981	Walton	walton	US	13856	0	America/Chicago	32.93847	-94.04685	86			TX	067		
4738690	Upton	upton	US	01568	0	America/Chicago	30.01133	-97.26416	104			TX	021		
4738701	Urbana	urbana	US	43078	0	America/Chicago	30.56048	-94.95688	28			TX	407		
4738716	Utopia	utopia	US	78884	227	America/Chicago	29.61523	-99.52699	415	Montana,Utopia		TX	463		
4738721	Uvalde	uvalde	US	78801	16476	America/Chicago	29.20968	-99.78617	277	Juvalde,Juvaldi,UVA,afayld,you wa er di,yubaeldi,ywwald  tgzas,Јувалди,Ювалде,Ювалди,أفايلد,یووالد، تگزاس,尤瓦尔迪,유밸디	463	TX	463		
4738773	Valera	valera	US	76884	0	America/Chicago	31.75293	-99.54729	554			TX	083		
4738810	Valley Farms	valley-farms	US	85191	0	America/Chicago	32.30792	-96.40554	98			TX	349		
4738812	Valley Grove	valley-grove	US	26060	0	America/Chicago	31.87906	-94.80855	132			TX	401		
4738825	Valley Mills	valley-mills	US	76689	1177	America/Chicago	31.65933	-97.47224	181			TX	035		
4738845	Valley Spring	valley-spring	US	76885	0	America/Chicago	30.85934	-98.81727	400	Valley Spring,Valleyspring		TX	299		
4738849	Valley View	valley-view	US	17983	0	America/Chicago	29.77272	-98.27557	330			TX	091		
4738850	Valley View	valley-view	US	17983	768	America/Chicago	33.48817	-97.16501	220	Valley View,Valleyview		TX	097		
4738851	Valley View	valley-view	US	17983	0	America/Chicago	31.631	-97.24445	162			TX	309		
4738852	Valley View	valley-view	US	17983	0	America/Chicago	33.94565	-97.67003	254	Rowland,Valley View		TX	337		
4738853	Valley View	valley-view	US	17983	0	America/Chicago	32.73403	-94.82243	105			TX	459		
4738854	Valley View	valley-view	US	17983	0	America/Chicago	33.87315	-98.76312	307			TX	485		
4738883	Van	van	US	25206	2685	America/Chicago	32.52486	-95.63718	149			TX	467		
4738884	Van Alstyne	van-alstyne	US	75495	3344	America/Chicago	33.4215	-96.57721	239			TX	181		
4738908	Van Vleck	van-vleck	US	77482	1844	America/Chicago	29.01775	-95.8894	14			TX	321		
4738921	Vandalia	vandalia	US	45377	0	America/Chicago	33.67178	-95.01578	129			TX	387		
4738923	Vanderbilt	vanderbilt	US	15486	395	America/Chicago	28.82305	-96.61748	12			TX	239		
4738927	Vanderpool	vanderpool	US	78885	0	America/Chicago	29.74522	-99.55505	481	Bugscuffle,Vanderpool		TX	019		
4738990	Vaughan	vaughan	US	27586	0	America/Chicago	31.9146	-97.17362	188			TX	217		
4739048	Venetia	venetia	US	15367	0	America/Chicago	31.14685	-96.26469	115			TX	289		
4739050	Ventura	ventura	US	50482	0	America/Chicago	30.1916	-95.66022	59			TX	339		
4739052	Venus	venus	US	16364	3297	America/Chicago	32.43347	-97.10251	203	Gossip,Venus		TX	251		
4739066	Verdi	verdi	US	89439	0	America/Chicago	29.04997	-98.39946	135			TX	013		
4739078	Vernon	vernon	US	05354	10573	America/Chicago	34.15536	-99.26628	361	Eagle Flats,Vernon,WIB,fyrnwn,wrnan  tgzas,Вернон,فيرنون,ورنان، تگزاس	487	TX	487		
4739093	Verona	verona	US	07044	0	America/Chicago	33.25345	-96.43554	181			TX	085		
4739148	Victor	victor	US	14564	0	America/Chicago	32.20264	-98.49977	399			TX	143		
4739149	Victor	victor	US	14564	0	America/Chicago	29.92717	-95.21104	17			TX	201		
4739156	Victoria	victoria	US	23974	0	America/Chicago	31.59795	-96.77666	162			TX	293		
4739157	Victoria	victoria	US	23974	67574	America/Chicago	28.80527	-97.0036	29	Guadalupe Victoria,VCT,Victoria,Viktorija,bigtolia,bikutoria,fyktwrya,wei duo li ya,wyktwrya  tgzas,Виктория,Викторија,فيكتوريا,وکٹوریہ، ٹیکساس,ویکتوریا، تگزاس,ビクトリア,維多利亞,빅토리아	469	TX	469		
4739226	Vidor	vidor	US	77662	10945	America/Chicago	30.1316	-94.01545	7			TX	361		
4739232	Vienna	vienna	US	04360	0	America/Chicago	29.3783	-96.79248	56			TX	285		
4739256	Vilas	vilas	US	28692	0	America/Chicago	30.84102	-97.30361	156			TX	027		
4739306	Village Mills	village-mills	US	77663	0	America/Chicago	30.49382	-94.39742	31			TX	199		
4739345	Vinson	vinson	US	73571	0	America/Chicago	30.21827	-97.78112	201			TX	453		
4739350	Viola	viola	US	19979	0	America/Chicago	27.84225	-97.5236	3			TX	355		
4739357	Violet	violet	US	70092	0	America/Chicago	27.78364	-97.59527	18			TX	355		
4739376	Vista	vista	US	92081	0	America/Chicago	31.52488	-98.21226	463			TX	193		
4739387	Vivian	vivian	US	57576	0	America/Chicago	34.05119	-99.92621	512			TX	155		
4739388	Vivian	vivian	US	57576	0	America/Chicago	34.06647	-99.97316	541	Good Creek,Pealoreville,Vivian		TX	155		
4739393	Voca	voca	US	76887	0	America/Chicago	31.011	-99.1845	474	Voc,Voca		TX	307		
4739414	Von Ormy	von-ormy	US	78073	1175	America/Chicago	29.28913	-98.64446	180	Manns Crossing,Medina Crossing,Von Ormy		TX	029		
4739416	Voss	voss	US	76888	0	America/Chicago	31.62099	-99.56173	498			TX	083		
4739424	Votaw	votaw	US	77376	0	America/Chicago	30.43548	-94.67326	42			TX	199		
4739526	Waco	waco	US	28169	132356	America/Chicago	31.54933	-97.14667	143	ACT,Uehjko,Uejkou,Vako,Vejko,Waco,u~eko,veko,wakw,wei ke,weiko,wykw,wykw  tgzas,wyyqw,Вако,Вейко,Вејко,Уейкоу,Уэйко,וייקו,واكو,ویکو,ویکو، تگزاس,ویکو، ٹیکساس,वेको,ウェーコ,韋科,韦科,웨이코	309	TX	309		
4739567	Wadley	wadley	US	30477	0	America/Chicago	30.00161	-94.94743	20			TX	291		
4739570	Wadsworth	wadsworth	US	44281	0	America/Chicago	28.83248	-95.93496	11			TX	321		
4739574	Waelder	waelder	US	78959	997	America/Chicago	29.69523	-97.2986	116			TX	177		
4739616	Wagner	wagner	US	57380	0	America/Chicago	33.18789	-96.21525	184			TX	231		
4739642	Wakefield	wakefield	US	01880	0	America/Chicago	31.0988	-94.83521	85			TX	373		
4739648	Walburg	walburg	US	78673	0	America/Chicago	30.73686	-97.58029	247			TX	491		
4739653	Walden	walden	US	12586	0	America/Chicago	30.03521	-94.14963	4			TX	245		
4739666	Walhalla	walhalla	US	29691	0	America/Chicago	30.02328	-96.75942	153			TX	149		
4739760	Walkerton	walkerton	US	23177	0	America/Chicago	30.53297	-97.83529	305			TX	491		
4739766	Wallace	wallace	US	26448	0	America/Chicago	32.5468	-95.94052	148			TX	467		
4739799	Waller	waller	US	77484	2522	America/Chicago	30.05661	-95.9269	76			TX	473		
4739823	Wallisville	wallisville	US	77597	0	America/Chicago	29.8355	-94.74186	2			TX	071		
4739892	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	32.23155	-94.33686	81			TX	365		
4739893	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	32.17655	-95.25578	145			TX	423		
4739909	Walnut Ridge	walnut-ridge	US	72476	0	America/Chicago	33.72927	-95.36912	150			TX	277		
4739927	Walnut Springs	walnut-springs	US	76690	0	America/Chicago	32.52208	-96.55499	119			TX	139		
4739935	Walnut Springs	walnut-springs	US	76690	811	America/Chicago	32.05765	-97.74947	278	Walnut,Walnut Springs		TX	035		
4739976	Walton	walton	US	13856	0	America/Chicago	33.83538	-98.09615	266			TX	077		
4739977	Walton	walton	US	13856	0	America/Chicago	32.3607	-95.84858	155			TX	467		
4740005	Waneta	waneta	US	40488	0	America/Chicago	31.56796	-95.35022	116			TX	225		
4740010	Ward	ward	US	29166	0	America/Chicago	31.90711	-95.80468	110			TX	001		
4740011	Ward	ward	US	29166	0	America/Chicago	32.46431	-97.02751	203			TX	139		
4740052	Warda	warda	US	78960	0	America/Chicago	30.05522	-96.91387	114			TX	149		
4740080	Waring	waring	US	78074	0	America/Chicago	29.95077	-98.80309	410	Waring,Waringford		TX	259		
4740096	Warren	warren	US	01083	757	America/Chicago	30.61465	-94.40853	51			TX	457		
4740125	Warrenton	warrenton	US	20186	0	America/Chicago	30.01744	-96.73192	142			TX	149		
4740129	Warsaw	warsaw	US	14569	0	America/Chicago	32.55014	-96.42026	115			TX	257		
4740148	Washington	washington	US	03280	0	America/Chicago	30.32521	-96.15663	69	Vashington,Washington,Washington-on-the-Brazos,Вашингтон		TX	477		
4740200	Waskom	waskom	US	75692	2177	America/Chicago	32.47876	-94.05963	87			TX	203		
4740214	Watauga	watauga	US	37694	24525	America/Chicago	32.85791	-97.25474	185			TX	439		
4740246	Waterloo	waterloo	US	13165	0	America/Chicago	30.63881	-97.38833	177			TX	491		
4740250	Waterman	waterman	US	60556	0	America/Chicago	31.71045	-94.39076	122			TX	419		
4740273	Watson	watson	US	35181	0	America/Chicago	30.93435	-98.01447	324			TX	053		
4740274	Watson	watson	US	35181	0	America/Chicago	31.87043	-98.72755	531			TX	093		
4740276	Watkins	watkins	US	52354	0	America/Chicago	32.53958	-96.02775	146			TX	467		
4740307	Watsonville	watsonville	US	95076	0	America/Chicago	32.61486	-97.13251	207			TX	439		
4740313	Watts	watts	US	74964	0	America/Chicago	29.75689	-97.56722	121			TX	055		
4740323	Waukegan	waukegan	US	60079	0	America/Chicago	30.30993	-95.33938	56			TX	339		
4740324	Waverly	waverly	US	14892	0	America/Chicago	30.52492	-95.3505	128			TX	407		
4740328	Waxahachie	waxahachie	US	75165	33384	America/Chicago	32.38653	-96.84833	170	Uaksakhachi,Voksakhachi,wksahachy  tgzas,wksahatshy  tksas,wogseohaechi,Воксахачи,Уаксахачи,وكساهاتشي، تكساس,وکساهاچی، تگزاس,웍서해치	139	TX	139		
4740341	Wayland	wayland	US	01778	0	America/Chicago	32.60957	-98.82812	399			TX	429		
4740364	Weatherford	weatherford	US	73096	28742	America/Chicago	32.7593	-97.79725	321	Vederford,WEA,wdrfrd  tgzas,wydhrfwrd,Ведерфорд,ودرفرد، تگزاس,ويذرفورد	367	TX	367		
4740374	Weaver	weaver	US	36277	0	America/Chicago	33.16817	-95.40828	134			TX	223		
4740390	Webb	webb	US	36376	0	America/Chicago	31.76295	-94.1252	87			TX	419		
4740391	Webb	webb	US	36376	0	America/Chicago	32.63263	-97.07417	181			TX	439		
4740392	Webb	webb	US	36376	0	America/Chicago	27.79251	-99.42281	192			TX	479		
4740416	Webberville	webberville	US	48892	412	America/Chicago	30.23105	-97.51667	125			TX	453		
4740418	Webbville	webbville	US	41180	0	America/Chicago	32.03014	-99.27673	477			TX	083		
4740423	Webster	webster	US	01570	11116	America/Chicago	29.53773	-95.11826	7	Vebster,wbstr  tgzas,wybstr,Вебстер,وبستر، تگزاس,ويبستر,ویبسٹر، ٹیکساس		TX	201		
4740424	Webster	webster	US	01570	0	America/Chicago	32.92651	-95.32495	144			TX	499		
4740460	Weesatche	weesatche	US	77993	0	America/Chicago	28.84721	-97.44805	71	Middletown,Weesatche,Wesatch,Wesatche		TX	175		
4740482	Weimar	weimar	US	78962	2161	America/Chicago	29.70301	-96.78053	125			TX	089		
4740488	Weinert	weinert	US	76388	163	America/Chicago	29.69856	-97.86667	186			TX	187		
4740489	Weinert	weinert	US	76388	168	America/Chicago	33.3226	-99.67259	465			TX	207		
4740500	Weir	weir	US	39772	450	America/Chicago	30.6738	-97.58473	208			TX	491		
4740527	Welcome	welcome	US	20693	0	America/Chicago	30.02772	-96.48914	100			TX	015		
4740560	Weldon	weldon	US	27890	0	America/Chicago	31.02157	-95.57133	76			TX	225		
4740579	Wells	wells	US	04090	796	America/Chicago	31.48851	-94.93993	99			TX	073		
4740617	Wentworth	wentworth	US	03282	0	America/Chicago	32.57319	-95.8058	149			TX	467		
4740629	Weslaco	weslaco	US	78596	39474	America/Chicago	26.15952	-97.99084	24	Veslako,wslakw  tgzas,wyslakw,Веслако,وسلاکو، تگزاس,ويسلاكو		TX	215		
4740639	Wesley	wesley	US	04686	0	America/Chicago	30.07022	-96.50191	113			TX	477		
4740686	West	west	US	39192	2883	America/Chicago	31.80238	-97.09167	198	Uehst,Vest,wei si te,weseuteu,wst  tgzas,wyst,Вест,Уэст,وست، تگزاس,ويست,ویسٹ، ٹیکساس,韋斯特,韦斯特,웨스트		TX	309		
4740759	West Columbia	west-columbia	US	25287	3935	America/Chicago	29.14386	-95.64522	11	Columbia		TX	039		
4740987	West Orange	west-orange	US	07052	3458	America/Chicago	30.08215	-93.75822	3			TX	361		
4740999	West Point	west-point	US	10996	0	America/Chicago	29.94383	-97.03693	104	West Point,Westpoint		TX	149		
4741126	Westbrook	westbrook	US	04092	188	America/Chicago	32.92512	-95.24494	176			TX	499		
4741131	Westbrook	westbrook	US	04092	0	America/Chicago	33.07123	-97.93976	318			TX	237		
4741136	Westbury	westbury	US	11590	0	America/Chicago	30.10216	-94.30963	11			TX	245		
4741156	Westdale	westdale	US	13483	372	America/Chicago	27.96613	-97.98111	65			TX	249		
4741177	Westfield	westfield	US	01085	0	America/Chicago	30.01994	-95.40216	33			TX	201		
4741196	Westlake	westlake	US	44145	1264	America/Chicago	32.99124	-97.19501	204			TX	439		
4741200	Westland	westland	US	15378	0	America/Chicago	32.72457	-97.49502	229			TX	439		
4741209	Westminster	westminster	US	01441	861	America/Chicago	33.36261	-96.46193	213	Seven Points,Westminister,Westminster		TX	085		
4741229	Weston	weston	US	02493	334	America/Chicago	33.349	-96.66944	228	Uehston,Уэстон		TX	085		
4741230	Westover	westover	US	16692	0	America/Chicago	33.49732	-99.01785	394			TX	023		
4741237	Westphalia	westphalia	US	47596	0	America/Chicago	31.11907	-97.11527	175			TX	145		
4741273	Westville	westville	US	08093	0	America/Chicago	31.07241	-95.18883	89			TX	455		
4741276	Westwood	westwood	US	02090	0	America/Chicago	31.08547	-94.15825	63			TX	241		
4741312	Wetmore	wetmore	US	49895	0	America/Chicago	29.5644	-98.41918	250			TX	029		
4741325	Wharton	wharton	US	07885	8726	America/Chicago	29.31164	-96.10274	31	Vorton,WHT,Wharton,wartwn,wartwn  tgzas,Вортон,وارتون,وارتون، تگزاس	481	TX	481		
4741340	Whatley	whatley	US	36482	0	America/Chicago	33.48985	-94.04713	94			TX	037		
4741349	Wheatland	wheatland	US	16161	0	America/Chicago	34.31118	-99.89732	473			TX	197		
4741367	Wheatland	wheatland	US	16161	0	America/Chicago	32.61597	-97.53974	226			TX	439		
4741384	Wheelock	wheelock	US	77882	0	America/Chicago	30.89769	-96.38996	133			TX	395		
4741460	White City	white-city	US	66872	0	America/Chicago	31.25102	-94.20325	90			TX	405		
4741461	White City	white-city	US	66872	0	America/Chicago	34.28008	-99.34508	414			TX	487		
4741477	White Hall	white-hall	US	21161	0	America/Chicago	31.21934	-97.42973	216			TX	027		
4741478	White Hall	white-hall	US	21161	0	America/Chicago	29.00998	-96.41358	18			TX	239		
4741501	White Oak	white-oak	US	25989	6345	America/Chicago	32.52792	-94.86133	126			TX	183		
4741502	White Oak	white-oak	US	25989	0	America/Chicago	32.87069	-94.40992	98			TX	315		
4741504	White Oak	white-oak	US	25989	0	America/Chicago	33.28928	-95.01022	107			TX	449		
4741572	White Rock	white-rock	US	29177	0	America/Chicago	32.8754	-96.68055	183			TX	113		
4741573	White Rock	white-rock	US	29177	0	America/Chicago	33.56372	-95.83108	173			TX	147		
4741574	White Rock	white-rock	US	29177	0	America/Chicago	33.269	-96.11914	189	Tidwell Creek,White Rock		TX	231		
4741575	White Rock	white-rock	US	29177	0	America/Chicago	33.65761	-94.92411	131			TX	387		
4741576	White Rock	white-rock	US	29177	0	America/Chicago	31.2199	-96.55497	146			TX	395		
4741577	White Rock	white-rock	US	29177	0	America/Chicago	31.55712	-94.03464	137			TX	405		
4741621	White Stone	white-stone	US	22578	0	America/Chicago	30.52075	-97.83029	298			TX	491		
4741633	Whitehall	whitehall	US	12887	0	America/Chicago	30.30243	-95.97357	100	White Hall,Whitehall		TX	185		
4741641	Whitehouse	whitehouse	US	08888	8189	America/Chicago	32.22682	-95.2255	146			TX	423		
4741649	Whiteland	whiteland	US	46184	0	America/Chicago	31.16434	-99.50589	548			TX	307		
4741677	Whitesboro	whitesboro	US	08252	3909	America/Chicago	33.65622	-96.90695	250			TX	181		
4741691	Whitewright	whitewright	US	75491	1633	America/Chicago	33.51289	-96.39248	229			TX	181		
4741705	Whitman	whitman	US	02382	0	America/Chicago	30.24077	-96.24218	86	Whitman,Whitmans		TX	477		
4741714	Whitney	whitney	US	15693	2101	America/Chicago	31.95182	-97.3214	181	Uitni,Уитни		TX	217		
4741726	Whitsett	whitsett	US	27377	0	America/Chicago	28.63415	-98.27195	61			TX	297		
4741728	Whitt	whitt	US	76490	0	America/Chicago	32.95623	-98.01893	344			TX	367		
4741752	Wichita Falls	wichita-falls	US	76301	104710	America/Chicago	33.91371	-98.49339	289	SPS,Uichito Fols,Uichito-Fols,Vichita Fols,Vichita-Fols,Wichita Falls,u~ichitaforuzu,vicita pholsa,wei qi tuo fu er si,wichitopolseu,wychyta falz  tgzas,wytshyta fwlz,Вичита Фолс,Вічита-Фолс,Уичито Фолс,Уичито-Фолс,ويتشيتا فولز,وچیٹا فالز,ویچیتا فالز، تگزاس,ویچیتا فالز، ٹیکساس,विचिटा फॉल्स,ウィチタフォールズ,威奇托福尔斯,위치토폴스	485	TX	485		
4741781	Wiergate	wiergate	US	75977	0	America/Chicago	30.99964	-93.70768	69			TX	351		
4741785	Wiggins	wiggins	US	39577	0	America/Chicago	31.76127	-97.15806	176			TX	309		
4741815	Wilcox	wilcox	US	15870	0	America/Chicago	30.44604	-96.37941	63			TX	051		
4741871	Wilderville	wilderville	US	97543	0	America/Chicago	31.10463	-96.88304	125			TX	145		
4741898	Wildwood	wildwood	US	08260	1235	America/Chicago	30.52409	-94.44158	36			TX	199		
4741921	Wilkinson	wilkinson	US	25653	0	America/Chicago	33.34845	-94.9516	99			TX	449		
4742014	Williams	williams	US	29493	0	America/Chicago	34.46118	-99.89427	487			TX	197		
4742015	Williams	williams	US	29493	0	America/Chicago	30.28938	-95.12021	40			TX	291		
4742135	Williamsburg	williamsburg	US	01096	0	America/Chicago	29.38941	-96.95915	80			TX	285		
4742136	Williamson	williamson	US	14589	0	America/Chicago	30.22604	-97.82251	217			TX	453		
4742170	Willis	willis	US	24380	6313	America/Chicago	30.42493	-95.47994	116			TX	339		
4742217	Willow City	willow-city	US	58384	0	America/Chicago	30.40075	-98.70142	522			TX	171		
4742250	Willow Creek	willow-creek	US	59760	0	America/Chicago	31.28629	-96.43636	131			TX	395		
4742268	Willow Grove	willow-grove	US	19090	0	America/Chicago	31.55016	-97.29584	171			TX	309		
4742317	Willow Spring	willow-spring	US	27592	0	America/Chicago	33.77788	-96.745	215			TX	181		
4742320	Willow Springs	willow-springs	US	60480	0	America/Chicago	29.96661	-96.59886	128			TX	149		
4742321	Willow Springs	willow-springs	US	60480	0	America/Chicago	32.81651	-95.7508	122			TX	379		
4742322	Willow Springs	willow-springs	US	60480	0	America/Chicago	30.66464	-95.22299	97			TX	407		
4742380	Wills Point	wills-point	US	75169	3547	America/Chicago	32.7093	-96.0083	162	Wills Point,Willspoint		TX	467		
4742385	Wilmer	wilmer	US	36587	3928	America/Chicago	32.58902	-96.68527	142			TX	113		
4742397	Wilson	wilson	US	14172	0	America/Chicago	31.93154	-98.26698	376			TX	093		
4742399	Wilson	wilson	US	14172	0	America/Chicago	31.01824	-97.06388	136			TX	145		
4742400	Wilson	wilson	US	14172	0	America/Chicago	32.68263	-96.29192	138			TX	257		
4742503	Wimberley	wimberley	US	78676	2670	America/Chicago	29.99744	-98.09862	262			TX	209		
4742515	Winchester	winchester	US	01890	0	America/Chicago	30.00939	-97.01387	101			TX	149		
4742516	Winchester	winchester	US	01890	0	America/Chicago	29.61523	-95.46966	18			TX	201		
4742562	Windom	windom	US	56101	197	America/Chicago	33.56538	-95.99914	212			TX	147		
4742564	Windsor	windsor	US	01270	0	America/Chicago	31.52211	-97.34196	178			TX	309		
4742578	Windthorst	windthorst	US	76389	390	America/Chicago	33.57622	-98.43672	315			TX	009		
4742590	Winfield	winfield	US	17889	524	America/Chicago	33.16734	-95.11188	139			TX	449		
4742616	Winnie	winnie	US	77665	3254	America/Chicago	29.82022	-94.38408	8	Vini,wyny,wyny  tgzas,Вини,ويني,وینی، تگزاس		TX	071		
4742620	Winnsboro	winnsboro	US	29180	3340	America/Chicago	32.95734	-95.29022	160	Winnsboro,Winnsborough		TX	499		
4742625	Winona	winona	US	25942	598	America/Chicago	32.48959	-95.16717	101	Vajnona,Вайнона		TX	423		
4742633	Winslow	winslow	US	08095	0	America/Chicago	31.99599	-97.12417	183			TX	217		
4742643	Winter Haven	winter-haven	US	33880	0	America/Chicago	28.6197	-99.85756	180			TX	127		
4742656	Winters	winters	US	79567	2563	America/Chicago	31.95653	-99.96231	561			TX	399		
4742672	Wise	wise	US	24293	0	America/Chicago	32.51347	-96.03525	131			TX	467		
4742701	Woden	woden	US	50484	0	America/Chicago	31.50324	-94.5266	73			TX	347		
4742744	Wolf Creek	wolf-creek	US	59648	0	America/Chicago	30.64575	-95.14244	76			TX	407		
4742800	Wolfe City	wolfe-city	US	75496	1416	America/Chicago	33.37067	-96.06886	211			TX	231		
4742895	Woodbine	woodbine	US	08270	0	America/Chicago	33.61066	-97.01556	236			TX	097		
4742898	Woodbury	woodbury	US	05681	0	America/Chicago	32.0496	-97.23084	202			TX	217		
4742922	Woodlake	woodlake	US	75865	0	America/Chicago	31.0288	-95.03299	98			TX	455		
4742924	Woodland	woodland	US	16881	0	America/Chicago	31.13129	-97.48946	215			TX	027		
4742925	Woodland	woodland	US	16881	0	America/Chicago	33.80705	-95.27384	152			TX	387		
4742944	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	32.63569	-96.89139	196			TX	113		
4742945	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	31.9021	-97.3339	177			TX	217		
4742966	Woodlawn	woodlawn	US	24381	0	America/Chicago	31.36602	-94.78326	89			TX	005		
4742967	Woodlawn	woodlawn	US	24381	0	America/Chicago	32.6682	-94.34575	98			TX	203		
4743013	Woodrow	woodrow	US	80757	0	America/Chicago	32.14821	-97.31668	238			TX	217		
4743057	Woodsboro	woodsboro	US	21798	1483	America/Chicago	28.23834	-97.31999	12			TX	391		
4743059	Woodson	woodson	US	62695	0	America/Chicago	30.07244	-94.67436	21			TX	291		
4743060	Woodson	woodson	US	62695	254	America/Chicago	33.01483	-99.05424	374			TX	447		
4743079	Woodville	woodville	US	01784	2478	America/Chicago	30.7752	-94.41548	82	Vudvil,Vudvill,wu de wei er,wwdfyl,wwdwyl  tgzas,Вудвил,Вудвилл,وودفيل,وودویل، تگزاس,伍德維爾	457	TX	457		
4743091	Woodward	woodward	US	16882	0	America/Chicago	28.5336	-99.32087	151			TX	283		
4743093	Woodstock	woodstock	US	03293	0	America/Chicago	33.55817	-94.46298	108			TX	037		
4743105	Woodway	woodway	US	76712	8777	America/Chicago	31.506	-97.20501	193			TX	309		
4743122	Wooster	wooster	US	44691	0	America/Chicago	29.75578	-95.03493	6	North Baytown,Wooster		TX	201		
4743176	Wortham	wortham	US	76693	1028	America/Chicago	31.78794	-96.46248	145			TX	161		
4743186	Worthing	worthing	US	57077	0	America/Chicago	29.4133	-97.01498	75			TX	285		
4743208	Wright	wright	US	55798	0	America/Chicago	32.85068	-97.73336	291			TX	367		
4743220	Wright City	wright-city	US	63390	0	America/Chicago	32.1971	-94.98661	128			TX	423		
4743250	Wrightsboro	wrightsboro	US	78677	0	America/Chicago	29.37385	-97.56499	91			TX	177		
4743275	Wylie	wylie	US	75098	46708	America/Chicago	33.01512	-96.53888	170	Vajli,vaili,wayly  tgzas,wyly,Вајли,وایلی، تگزاس,ويلي,വൈലി		TX	085		
4743276	Wylie	wylie	US	75098	0	America/Chicago	32.37291	-99.77537	556			TX	441		
4743326	Yancey	yancey	US	78886	0	America/Chicago	29.13941	-99.14504	205	Moss,Tehuacana,Yancey		TX	325		
4743350	Yantis	yantis	US	75497	394	America/Chicago	32.9304	-95.57496	148			TX	499		
4743432	Yoakum	yoakum	US	77995	6016	America/Chicago	29.28775	-97.15193	98			TX	123		
4743453	Yorktown	yorktown	US	23690	2145	America/Chicago	28.98109	-97.50277	84	Lower Town,Yorktown		TX	123		
4743466	Young	young	US	85554	0	America/Chicago	31.84211	-96.07997	110	Young,Young Community		TX	161		
4743575	Zapata	zapata	US	78076	5089	America/Chicago	26.90726	-99.27143	121	Carrizo,Zapata	505	TX	505		
4743605	Zavalla	zavalla	US	75980	715	America/Chicago	31.15852	-94.42631	68			TX	005		
4743615	Zephyr	zephyr	US	76890	0	America/Chicago	31.67599	-98.79477	463			TX	049		
4743719	Zionville	zionville	US	28698	0	America/Chicago	30.20188	-96.49136	122	Zionsville,Zionville		TX	477		
4743789	Abbott	abbott	US	76621	0	America/New_York	37.4293	-80.13949	418			VA	045		
4743814	Abilene	abilene	US	67410	0	America/New_York	37.14154	-78.54416	176	Abilene,County Line Cross Roads,Old Abilene,Shadowsburg,Shatlersburgh,Shattersburg		VA	037		
4743815	Abingdon	abingdon	US	21009	8119	America/New_York	36.70983	-81.97735	629	Abingdon,Black's Fort,Blacks Fort,VJI,Wolf Hills,a bin deng,abyngdam  wyrjynya,abynghdwn,aebingdeon,Абингдон,Абінгдон,أبينغدون,ابینگدام، ویرجینیا,阿宾登,애빙던	191	VA	191		
4743873	Accomac	accomac	US	23301	496	America/New_York	37.71957	-75.66548	12	Accomac,Accomac Court House,Accomack Court House,Akomak,Dales Gift,Drummond,Drummondtown,Freemans Plantation,Matomkin,Metomkin,Metompkin,Metompkin Court House,akwmak,akwmak  wyrjynya,Акомак,أكوماك,اکوماک، ویرجینیا	001	VA	001		
4743880	Achilles	achilles	US	23001	0	America/New_York	37.28014	-76.44023	1	Achilles,Achilles Store		VA	073		
4743899	Ada	ada	US	45810	0	America/New_York	38.83706	-77.91833	220			VA	061		
4743927	Addington	addington	US	73520	0	America/New_York	36.97677	-82.62127	646			VA	195		
4743933	Addison	addison	US	04606	0	America/New_York	37.19765	-77.50249	60			VA	053		
4743970	Afton	afton	US	13730	0	America/New_York	37.38959	-77.48471	52			VA	041		
4743971	Afton	afton	US	13730	0	America/New_York	38.03236	-78.83919	415			VA	125		
4744047	Alberta	alberta	US	23821	285	America/New_York	36.8657	-77.88639	117	Alberta,Walthalls Store		VA	025		
4744048	Albin	albin	US	82050	0	America/New_York	39.22177	-78.19861	275	Albin,Bryarly		VA	069		
4744056	Alden	alden	US	14004	0	America/New_York	38.2743	-77.07192	32			VA	099		
4744067	Aldie	aldie	US	20105	0	America/New_York	38.97567	-77.64138	96	aldy  wyrjynya,الدی، ویرجینیا		VA	107		
4744091	Alexandria	alexandria	US	16611	153511	America/New_York	38.80484	-77.04692	12	Aleksandri,Aleksandrija,Alexandria,Alexandria City,Allexandria,Belhaven,Belle Haven,Bellhaven,Chincoteague Creek,Gincatic Creek,Guicatic Run,alaskndryt,alksandrya  wyrjynya,allegsandeulia,arekusandoria,ya li shan de li ya,Александри,Александрия,Александрија,Александрія,Ալեքսանդրիա,אלכסנדריה,الإسكندرية,الکساندریا، ویرجینیا,الیگزینڈریا، ورجینیا,অ্যালেক্সান্ড্রিয়া,アレクサンドリア,亚历山德里亚,알렉산드리아	510	VA	510		
4744110	Algoma	algoma	US	38820	0	America/New_York	37.05597	-80.08726	434			VA	067		
4744118	Alhambra	alhambra	US	62001	0	America/New_York	37.7868	-79.08975	402			VA	009		
4744133	Alleghany	alleghany	US	95910	0	America/New_York	37.74734	-80.24035	628	Alleghany,Alleghany Station		VA	005		
4744200	Allentown	allentown	US	08501	0	America/New_York	37.69569	-75.6891	13			VA	001		
4744209	Allison	allison	US	15413	0	America/New_York	36.93068	-80.83619	579			VA	197		
4744227	Alliance	alliance	US	28509	0	America/New_York	37.1382	-76.78357	24			VA	181		
4744230	Almira	almira	US	99103	0	America/New_York	37.14205	-82.6221	498			VA	195		
4744233	Alma	alma	US	14708	0	America/New_York	38.59123	-78.55751	244	Alma,Glebe Point,Mill Creek Neck		VA	139		
4744237	Alpine	alpine	US	07620	0	America/New_York	37.5818	-79.60532	240			VA	023		
4744238	Alpine	alpine	US	07620	0	America/New_York	38.83178	-77.18609	105			VA	059		
4744239	Alpine	alpine	US	07620	0	America/New_York	38.67067	-78.63474	298			VA	171		
4744244	Alpha	alpha	US	42603	0	America/New_York	37.58292	-78.41722	183			VA	029		
4744247	Altavista	altavista	US	24517	3474	America/New_York	37.11181	-79.28558	169	Alta Vista,Altavista		VA	031		
4744264	Alto	alto	US	30510	0	America/New_York	37.77208	-79.22781	680			VA	009		
4744266	Alton	alton	US	03809	0	America/New_York	36.5732	-79.00279	179	Alton,Warrens Shop		VA	083		
4744292	Alvarado	alvarado	US	56710	0	America/New_York	36.65067	-81.88679	533	Alvarada,Alvarado		VA	191		
4744309	Amelia Court House	amelia-court-house	US	23002	1099	America/New_York	37.34293	-77.98056	116	Amelia,Amelia Court House	007	VA	007		
4744326	Amherst	amherst	US	01002	2210	America/New_York	37.58514	-79.05141	232	Amherst,Amherst Court House,Amkherst,Seven Oaks,The Oaks,amhrst  wyrjynya,Амхерст,امهرست، ویرجینیا	009	VA	009		
4744334	Amissville	amissville	US	20106	0	America/New_York	38.67151	-77.99555	156			VA	157		
4744338	Ammon	ammon	US	23822	0	America/New_York	37.21126	-77.76805	96			VA	007		
4744342	Amonate	amonate	US	24601	0	America/New_York	37.19095	-81.63872	529			VA	185		
4744357	Amsterdam	amsterdam	US	12010	0	America/New_York	37.42736	-79.90615	415			VA	023		
4744413	Andersonville	andersonville	US	31711	0	America/New_York	37.46737	-78.56889	200	Andersonville,Garys Store		VA	029		
4744415	Andover	andover	US	01810	0	America/New_York	36.92371	-82.79655	511			VA	195		
4744460	Angola	angola	US	14006	0	America/New_York	37.40154	-78.24	124			VA	049		
4744468	Annandale	annandale	US	08801	41008	America/New_York	38.83039	-77.19637	110	Anandejl,Анандејл		VA	059		
4744496	Antioch	antioch	US	37011	0	America/New_York	37.84653	-78.42056	153			VA	065		
4744497	Antioch	antioch	US	37011	0	America/New_York	38.859	-77.6861	178			VA	153		
4744565	Antlers	antlers	US	74523	0	America/New_York	36.6707	-78.32027	75	Antler,Antlers		VA	117		
4744566	Antrim	antrim	US	03440	0	America/New_York	38.89372	-77.19387	120			VA	059		
4744575	Appalachia	appalachia	US	24216	1671	America/New_York	36.90676	-82.78183	502	Appalachia,Intermont,Mineralville		VA	195		
4744587	Apple Grove	apple-grove	US	25502	0	America/New_York	37.89292	-77.89694	102	Apple Grove,Applegrove		VA	109		
4744609	Appomattox	appomattox	US	24522	1759	America/New_York	37.35709	-78.82529	259	Apamatuck,Apomatoks,Appomattox,Appomattox Court House,Appomattox Depot,Appomattox Station,Apumetec,Nebraska,West Appomattox,Апоматокс	011	VA	011		
4744652	Ararat	ararat	US	24053	0	America/New_York	36.59902	-80.51062	441			VA	141		
4744669	Arcadia	arcadia	US	15712	0	America/New_York	37.54541	-79.62393	254			VA	023		
4744670	Arcadia	arcadia	US	15712	0	America/New_York	38.10652	-77.52971	82			VA	177		
4744686	Arcola	arcola	US	38722	233	America/New_York	38.95178	-77.53416	87			VA	107		
4744694	Ardmore	ardmore	US	19003	0	America/New_York	38.84428	-77.31498	119			VA	600		
4744695	Ardmore	ardmore	US	19003	0	America/New_York	37.34819	-79.93282	342			VA	161		
4744709	Arlington	arlington	US	02474	207627	America/New_York	38.88101	-77.10428	71	Arlington,Arlingtonas,a ling dun xian,arinton,Арлингтон,アーリントン,阿靈頓縣	013	VA	013		
4744710	Arlington	arlington	US	02474	0	America/New_York	37.28348	-77.29498	14			VA	670		
4744711	Arlington	arlington	US	02474	0	America/New_York	37.22653	-76.00132	3			VA	131		
4744736	Arlington Heights	arlington-heights	US	02475	0	America/New_York	38.86956	-77.0922	63	Arlington Heights,Freedmen's Village		VA	013		
4744764	Arco	arco	US	56113	0	America/New_York	38.86011	-78.17472	329			VA	187		
4744768	Armstrong	armstrong	US	50514	0	America/New_York	38.11207	-79.52143	570	Armstrong,Cloverdale		VA	017		
4744789	Aroda	aroda	US	22709	0	America/New_York	38.32652	-78.23223	181			VA	113		
4744791	Arrington	arrington	US	22922	708	America/New_York	37.68403	-78.90113	216			VA	125		
4744827	Arvonia	arvonia	US	23004	0	America/New_York	37.68348	-78.34139	112	Arvon,Arvon Depot,Arvonia,Edville,Ore Bank,Ore Banks		VA	029		
4744861	Ash Grove	ash-grove	US	65604	0	America/New_York	38.92844	-77.24137	122			VA	059		
4744870	Ashburn	ashburn	US	20146	43511	America/New_York	39.04372	-77.48749	90	Ashbern,Ashburn,Farmville,Farmwell,Old Farmwell,aesyubeon,ashbrn  wyrjynya,ashbwrn,Ашберн,Ашбърн,آشبورن,اشبرن، ویرجینیا,애슈번		VA	107		
4744886	Ashby	ashby	US	01431	0	America/New_York	37.57765	-78.175	125			VA	049		
4744887	Ashby	ashby	US	01431	0	America/New_York	39.01094	-78.13528	182			VA	187		
4744905	Ashland	ashland	US	01721	7503	America/New_York	37.75903	-77.47998	65	Ashland,Eshland,Slash Cottage,Slashes,Ешланд,ایشلنڈ، ورجینیا		VA	085		
4744926	Ashley	ashley	US	43003	0	America/New_York	37.21598	-77.47637	45			VA	053		
4744936	Ashville	ashville	US	14710	0	America/New_York	38.86428	-77.92222	187			VA	061		
4744937	Ashville	ashville	US	14710	0	America/New_York	38.88067	-77.93416	238			VA	061		
4744944	Aspen	aspen	US	81611	0	America/New_York	37.04098	-78.82668	141	Aspen,Aspin		VA	037		
4744950	Ashwood	ashwood	US	97711	0	America/New_York	37.97263	-79.85033	741			VA	017		
4744971	Atkins	atkins	US	24311	1143	America/New_York	36.86734	-81.42344	700	Atkins,Atkins Switch,Atkins Tank		VA	173		
4744983	Atlantic	atlantic	US	16111	862	America/New_York	37.90068	-75.5077	11			VA	001		
4744999	Atoka	atoka	US	38004	0	America/New_York	38.97567	-77.80944	144	Atoka,Rector's Cross-Roads,Rectors Crossroads		VA	061		
4745023	Augusta Springs	augusta-springs	US	24411	257	America/New_York	38.10252	-79.31953	495	Atley,Augusta Springs,Augusta White Sulphur Springs		VA	015		
4745028	Auburn	auburn	US	01501	0	America/New_York	38.7029	-77.70083	88	Auburn,Barnetts Mill		VA	061		
4745055	Austinville	austinville	US	24312	0	America/New_York	36.85123	-80.91202	650			VA	197		
4745058	Avalon	avalon	US	08202	0	America/New_York	36.80626	-76.27522	3			VA	550		
4745059	Avalon	avalon	US	08202	0	America/New_York	37.9068	-76.42384	30			VA	133		
4745078	Avis	avis	US	17721	0	America/New_York	38.04347	-79.09392	427			VA	015		
4745079	Avon	avon	US	02322	0	America/New_York	37.99986	-78.82641	244			VA	125		
4745082	Avondale	avondale	US	19311	0	America/New_York	37.65764	-77.36165	53			VA	085		
4745083	Axtell	axtell	US	66403	0	America/New_York	37.70125	-78.6014	171	Axtel,Axtell		VA	029		
4745084	Axton	axton	US	24054	0	America/New_York	36.65958	-79.71198	307	Axton,Old Center		VA	089		
4745096	Aylett	aylett	US	23009	0	America/New_York	37.78597	-77.10497	11	Aylett,Aylett's,Ayletts		VA	101		
4745208	Bacova	bacova	US	24412	0	America/New_York	38.05401	-79.84366	560			VA	017		
4745220	Baden	baden	US	15005	0	America/New_York	37.13455	-82.53238	497			VA	051		
4745230	Bagdad	bagdad	US	32530	0	America/New_York	37.90542	-77.42331	68			VA	033		
4745243	Bailey	bailey	US	27807	0	America/New_York	37.22428	-81.38594	791	Bailey,Bailey Switch,Fannie		VA	185		
4745387	Baldwin	baldwin	US	11510	0	America/New_York	37.73985	-79.85061	299	Baldwin,Baldwin Station		VA	023		
4745485	Banco	banco	US	22711	0	America/New_York	38.45124	-78.28167	156			VA	113		
4745489	Bandy	bandy	US	24602	0	America/New_York	37.14289	-81.70095	660			VA	185		
4745516	Banner	banner	US	38913	0	America/New_York	36.94955	-82.42959	615			VA	195		
4745556	Barboursville	barboursville	US	22923	0	America/New_York	38.17097	-78.28167	156			VA	137		
4745575	Barhamsville	barhamsville	US	23011	0	America/New_York	37.45459	-76.84024	21			VA	127		
4745602	Barksdale	barksdale	US	78828	0	America/New_York	38.63234	-77.31637	62			VA	153		
4745607	Barksdale	barksdale	US	78828	0	America/New_York	36.61514	-79.15613	137			VA	083		
4745624	Barnes	barnes	US	66933	0	America/New_York	38.22097	-78.44834	133			VA	079		
4745640	Barnett	barnett	US	65011	0	America/New_York	36.92372	-82.00096	648			VA	167		
4745675	Barren Springs	barren-springs	US	24313	0	America/New_York	36.90818	-80.80063	624			VA	197		
4745734	Bartonsville	bartonsville	US	18321	0	America/New_York	39.11149	-78.21195	219	Bartons Mill,Bartonsville,Bartonville		VA	069		
4745746	Baskerville	baskerville	US	23915	128	America/New_York	36.68903	-78.27472	98			VA	117		
4745753	Bassett	bassett	US	24055	1100	America/New_York	36.7593	-79.99032	234	Bassett,Bassetts		VA	089		
4745763	Bastian	bastian	US	24314	0	America/New_York	37.15206	-81.15009	665	Bastian,Parkersburg		VA	021		
4745764	Basye	basye	US	22810	1253	America/New_York	38.80706	-78.79224	404	Basye,Basye-Bryce Mountain,Bryce Mountain,Powder Springs		VA	171		
4745770	Batesville	batesville	US	22924	0	America/New_York	37.9957	-78.72224	189	Batesville,Mount Israel,Olivers Store		VA	003		
4745805	Battery Park	battery-park	US	23304	0	America/New_York	36.99654	-76.57412	7	Battery Park,Batterypark,Newport,Old Town,Patersville,Patesville		VA	093		
4745820	Battle Creek	battle-creek	US	49014	0	America/New_York	38.60651	-78.58585	305			VA	139		
4745838	Battletown	battletown	US	40104	0	America/New_York	39.14816	-77.96916	172			VA	043		
4745874	Bayport	bayport	US	11705	0	America/New_York	37.75458	-76.67357	4	Bay Port,Bayport,Bayport Wharf		VA	119		
4745878	Bayside	bayside	US	11359	120	America/New_York	37.74791	-75.71743	5	Bayside,White Rabbit		VA	001		
4745879	Bayside	bayside	US	11359	0	America/New_York	37.32542	-76.29383	1	Bayside,Bayside Wharf		VA	115		
4745880	Bayside	bayside	US	11359	0	America/New_York	36.90293	-76.13438	3			VA	810		
4745881	Bayside	bayside	US	11359	0	America/New_York	38.10569	-76.65274	4			VA	193		
4745888	Bayview	bayview	US	83803	0	America/New_York	37.27681	-75.96743	8	Bay View,Bayview		VA	131		
4745890	Bayville	bayville	US	08721	0	America/New_York	36.90348	-76.11771	4	Bayshore,Bayville		VA	810		
4745934	Bealeton	bealeton	US	22712	4435	America/New_York	38.57179	-77.76388	88	Beale,Bealeton,Bealton,Germantown		VA	061		
4746113	Beaumont	beaumont	US	23014	0	America/New_York	37.66542	-77.90805	79			VA	145		
4746127	Beaver	beaver	US	15009	0	America/New_York	36.9404	-81.27399	726			VA	197		
4746186	Beaverdam	beaverdam	US	23015	0	America/New_York	37.94125	-77.65443	87	Beaver Dam Station,Beaverdam		VA	085		
4746265	Bedford	bedford	US	01730	6561	America/New_York	37.33431	-79.52309	306	Bedesford,Bedford,Bedford City,Bedford Court House,Bēdesford,Liberty,Liberty Court House,bdfwrd  wyrjynya,beddofodo,bedeupeodeu,bei de fu,Бедфорд,بدفورد، ویرجینیا,بیڈفورڈ، ورجینیا,ベッドフォード,貝德福,베드퍼드	019	VA	019		
4746277	Bedford Hills	bedford-hills	US	10507	0	America/New_York	38.12375	-78.4664	167			VA	003		
4746290	Bee	bee	US	24217	0	America/New_York	37.11511	-82.17208	437			VA	051		
4746315	Beech Grove	beech-grove	US	42322	0	America/New_York	37.8757	-78.93891	291			VA	125		
4746344	Beechmont	beechmont	US	42323	0	America/New_York	37.13792	-76.55217	6			VA	700		
4746367	Bel Air	bel-air	US	21014	0	America/New_York	38.86317	-77.17665	88			VA	059		
4746374	Bel Air	bel-air	US	21014	0	America/New_York	38.33568	-77.43415	67	Bel Air,Bell Air		VA	179		
4746387	Belfast	belfast	US	04915	0	America/New_York	36.98372	-81.85429	677	Belfast,Belfast Mills		VA	167		
4746432	Bella Vista	bella-vista	US	72714	0	America/New_York	37.10679	-80.78674	678			VA	155		
4746434	Bellamy	bellamy	US	36901	0	America/New_York	37.39792	-76.57245	23			VA	073		
4746435	Bellamy	bellamy	US	36901	0	America/New_York	36.66093	-82.67571	392			VA	169		
4746456	Belle Haven	belle-haven	US	23306	525	America/New_York	37.5543	-75.82049	11	Belle Haven,Bellehaven		VA	001		
4746457	Belle Haven	belle-haven	US	23306	6518	America/New_York	38.78539	-77.06303	37			VA	059		
4746458	Belle Haven	belle-haven	US	23306	0	America/New_York	37.35125	-79.97754	362			VA	161		
4746477	Belle Rive	belle-rive	US	62810	0	America/New_York	38.70012	-77.0997	20			VA	059		
4746486	Belleview	belleview	US	34420	0	America/New_York	38.96094	-77.23998	96			VA	059		
4746487	Belleview	belleview	US	34420	0	America/New_York	37.48403	-76.7344	1			VA	097		
4746488	Belleville	belleville	US	07109	0	America/New_York	36.86515	-76.43578	5	Belleville,Bellville		VA	800		
4746492	Bellevue	bellevue	US	41073	0	America/New_York	37.35986	-79.37197	255			VA	019		
4746523	Bellvue	bellvue	US	80512	0	America/New_York	38.25763	-77.48915	73			VA	177		
4746526	Bellwood	bellwood	US	16617	6352	America/New_York	37.42181	-77.43748	29			VA	041		
4746535	Belmont	belmont	US	02478	5966	America/New_York	39.06483	-77.50999	90	Belmont,Belmont Park		VA	107		
4746536	Belmont	belmont	US	02478	0	America/New_York	37.16291	-80.447	631			VA	121		
4746538	Belmont	belmont	US	02478	0	America/New_York	38.15375	-77.86611	106			VA	177		
4746539	Belmont	belmont	US	02478	0	America/New_York	38.90233	-78.19972	193			VA	187		
4746540	Belmont	belmont	US	02478	0	America/New_York	38.02292	-78.47334	147			VA	540		
4746579	Belspring	belspring	US	24058	256	America/New_York	37.19096	-80.60812	542	Bell Spring,Belspring,Churchwood		VA	155		
4746609	Benedict	benedict	US	20612	0	America/New_York	36.84315	-83.02989	610			VA	105		
4746674	Bent Mountain	bent-mountain	US	24059	0	America/New_York	37.14125	-80.11921	797			VA	161		
4746691	Bentonville	bentonville	US	22610	0	America/New_York	38.83178	-78.31639	228			VA	187		
4746697	Berea	berea	US	26327	0	America/New_York	38.36207	-77.51971	107			VA	179		
4746716	Bergton	bergton	US	22811	0	America/New_York	38.76567	-78.94892	431	Bergton,Dovesville,West Gap		VA	165		
4746719	Berkeley	berkeley	US	60163	0	America/New_York	38.07903	-78.4864	143			VA	003		
4746720	Berkeley	berkeley	US	60163	0	America/New_York	37.3182	-77.17942	17	Berkeley,Berkeley Plantation,Berkley		VA	036		
4746729	Berkley	berkley	US	02779	0	America/New_York	36.83181	-76.28383	2	Berkeley,Berkley,Powder Point		VA	710		
4746737	Berkshire	berkshire	US	01224	0	America/New_York	38.89789	-77.15137	115			VA	013		
4746766	Berlin	berlin	US	01503	0	America/New_York	36.85765	-76.97746	26			VA	175		
4746795	Berryville	berryville	US	22611	4300	America/New_York	39.15177	-77.98222	180	Battletown,Berivil,Berryville,Беривил	043	VA	043		
4746806	Bertha	bertha	US	56437	0	America/New_York	36.90234	-80.82841	591			VA	197		
4746809	Bertrand	bertrand	US	63823	0	America/New_York	37.66903	-76.51745	6			VA	103		
4746813	Berwyn	berwyn	US	19312	0	America/New_York	36.82098	-76.47911	6			VA	800		
4746815	Bessemer	bessemer	US	16112	0	America/New_York	37.65013	-79.81838	287			VA	023		
4746829	Bethany	bethany	US	06524	0	America/New_York	36.84373	-80.88036	685	Bethany,Mahoney,Shake Rag,Shakerag,West Warm Springs		VA	197		
4746898	Bethel	bethel	US	04217	0	America/New_York	39.03094	-78.04333	147			VA	043		
4746899	Bethel	bethel	US	04217	0	America/New_York	38.76623	-77.81583	174	Bethel,Bethel Academy		VA	061		
4746900	Bethel	bethel	US	04217	0	America/New_York	38.2479	-79.64977	812			VA	091		
4746901	Bethel	bethel	US	04217	0	America/New_York	38.65539	-77.30693	92			VA	153		
4746902	Bethel	bethel	US	04217	0	America/New_York	38.94289	-78.25889	213			VA	187		
4746903	Bethel	bethel	US	04217	0	America/New_York	36.67539	-81.8779	598			VA	191		
4747151	Beulah	beulah	US	38726	0	America/New_York	37.42459	-77.47054	59			VA	041		
4747152	Beulah	beulah	US	38726	0	America/New_York	37.38347	-76.44217	2			VA	073		
4747209	Beverly	beverly	US	01915	0	America/New_York	37.95236	-77.17942	16			VA	097		
4747210	Beverly	beverly	US	01915	0	America/New_York	37.30292	-75.93326	11			VA	131		
4747221	Beverly Hills	beverly-hills	US	34464	0	America/New_York	37.07765	-76.51495	9			VA	700		
4747222	Beverly Hills	beverly-hills	US	34464	0	America/New_York	37.12652	-80.40227	660			VA	121		
4747418	Big Island	big-island	US	24526	303	America/New_York	37.53375	-79.35975	223			VA	019		
4747430	Big Laurel	big-laurel	US	40808	0	America/New_York	37.0126	-82.62182	666			VA	195		
4747502	Big Rock	big-rock	US	24603	0	America/New_York	37.35844	-82.18736	280	Big Rock,Bigrock		VA	027		
4747530	Big Spring	big-spring	US	79720	0	America/New_York	38.72512	-78.42334	230	Big Spring,Big Springs		VA	139		
4747554	Big Stone Gap	big-stone-gap	US	24219	5614	America/New_York	36.88176	-82.7471	468	Big Stone Gap,Big Stoun Gap,Bigstone Gap,Imboden,Mineral City,Three Forks,Wolverhampton,Биг Стоун Гап		VA	195		
4747631	Birchdale	birchdale	US	56629	0	America/New_York	38.63901	-77.31054	76			VA	153		
4747640	Birchleaf	birchleaf	US	24220	0	America/New_York	37.17733	-82.27209	396			VA	051		
4747656	Birdsnest	birdsnest	US	23307	0	America/New_York	37.43902	-75.88104	11	Birdsnest,Bridgetown Station		VA	131		
4747663	Birmingham	birmingham	US	08011	0	America/New_York	37.07261	-81.81373	622			VA	185		
4747666	Biscoe	biscoe	US	27209	0	America/New_York	37.81792	-77.05775	53			VA	097		
4747714	Black Creek	black-creek	US	14714	0	America/New_York	36.77154	-76.92496	18	Baffle,Black Creek,Black Creek Siding		VA	175		
4747793	Blackey	blackey	US	41804	0	America/New_York	37.38428	-81.99735	351			VA	027		
4747807	Blacklick	blacklick	US	43004	0	America/New_York	36.94317	-81.25677	695	Black Lick,Blacklick		VA	197		
4747826	Blacksburg	blacksburg	US	24060	0	America/New_York	37.81874	-79.3192	438			VA	163		
4747827	Blacksburg	blacksburg	US	24060	0	America/New_York	36.75428	-81.8204	645			VA	191		
4747839	Blackstone	blackstone	US	01504	3491	America/New_York	37.08043	-77.99723	131	BKT,Bellefonte,Black and Whites,Blacks,Blacks and Whites,Blackstone,Blekstoun,Whites,Блекстоун		VA	135		
4747845	Blacksburg	blacksburg	US	24060	44215	America/New_York	37.22957	-80.41394	633	BCB,Blacksburg,Blacksburgh,Blaecesburg,Blehksberg,Blehksburg,Bleksburg,Blæcesburg,Draper Meadows,Draper's Meadow,Draper's Meadows,Drapers Meadow,beullaegseubeogeu,blaksbrgh,blksbrg,burakkusubagu,hei bao,Блексбург,Блэксберг,Блэксбург,بلاكسبرغ,بلکسبرگ,ブラックスバーグ,黑堡,블랙스버그		VA	121		
4747855	Blackwater	blackwater	US	24221	0	America/New_York	36.62731	-83.05072	371	Black Water,Blackwater		VA	105		
4747856	Blackwater	blackwater	US	24221	0	America/New_York	37.4268	-76.39967	1			VA	115		
4747857	Blackwater	blackwater	US	24221	0	America/New_York	36.60599	-76.0866	3			VA	810		
4747885	Blackwell	blackwell	US	63626	0	America/New_York	36.82872	-81.85651	548			VA	191		
4747898	Blackwood	blackwood	US	08012	0	America/New_York	36.9251	-82.69294	607			VA	195		
4747911	Blairs	blairs	US	24527	916	America/New_York	36.67986	-79.37308	206			VA	143		
4747912	Blairs	blairs	US	24527	0	America/New_York	37.29737	-77.13081	8	Blairs,Blairs Wharf		VA	149		
4747914	Blackwood	blackwood	US	08012	0	America/New_York	37.2193	-80.39755	675			VA	121		
4747930	Bland	bland	US	24315	409	America/New_York	37.10206	-81.1162	743	Bland,Bland Court House,Crab Orchard,Crab Orchard Creek,Seddon,Selden,Seldon	021	VA	021		
4747942	Blandford	blandford	US	01008	0	America/New_York	37.23043	-77.3922	22			VA	730		
4747980	Blenheim	blenheim	US	29516	0	America/New_York	37.90347	-78.48834	157	Blenheim,Blenheim Crossroads		VA	003		
4747985	Blessing	blessing	US	77419	0	America/New_York	36.93567	-81.2051	747			VA	197		
4748008	Bloomfield	bloomfield	US	06002	0	America/New_York	39.05344	-77.82055	162	Bloomfield,Bloomville,Frog Town		VA	107		
4748019	Blowing Rock	blowing-rock	US	28605	0	America/New_York	37.2265	-82.43071	563			VA	051		
4748022	Bloxom	bloxom	US	23308	385	America/New_York	37.82957	-75.62326	7			VA	001		
4748047	Blue Grass	blue-grass	US	24413	0	America/New_York	38.50012	-79.54977	777	Blue Grass,Crabbottom,Hulls Store		VA	091		
4748048	Blue Mountain	blue-mountain	US	38610	0	America/New_York	38.96261	-78.03916	426			VA	187		
4748050	Blue Ridge	blue-ridge	US	24064	3084	America/New_York	37.37847	-79.80698	385	Blue Ridge,Blue Ridge Spring,Blueridge Springs,Flukes		VA	023		
4748468	Boulder	boulder	US	59632	0	America/New_York	36.67454	-82.74322	386			VA	169		
4748125	Bluefield	bluefield	US	24605	5279	America/New_York	37.25262	-81.27121	722	Bluefield,Blufild,Graham,Harman,Pin Hook,Блуфилд		VA	185		
4748134	Bluemont	bluemont	US	20135	0	America/New_York	39.11122	-77.83388	220	Bluemont,Pumpkintown,Snickersville,Snickersville Gap		VA	107		
4748159	Bluff City	bluff-city	US	37618	0	America/New_York	37.33818	-80.75618	488	Bluff City,Free State,Pearisburg Station		VA	071		
4748223	Bobtown	bobtown	US	15315	211	America/New_York	37.65096	-75.79326	6	Bobtown,Bobtown Store		VA	001		
4748247	Bohannon	bohannon	US	23021	0	America/New_York	37.3968	-76.35994	3			VA	115		
4748259	Boissevain	boissevain	US	24606	0	America/New_York	37.28178	-81.38038	748			VA	185		
4748300	Bolton	bolton	US	01740	0	America/New_York	36.80483	-82.19764	644			VA	167		
4748304	Bon Air	bon-air	US	35032	0	America/New_York	38.87317	-77.12665	81			VA	013		
4748305	Bon Air	bon-air	US	35032	16366	America/New_York	37.52487	-77.55777	98	Bon Air,Bonair		VA	041		
4748356	Boody	boody	US	62514	0	America/New_York	36.90594	-82.29709	453	Boody,Fink		VA	167		
4748360	Booker	booker	US	79005	0	America/New_York	36.93959	-77.28469	27			VA	183		
4748361	Booker	booker	US	79005	0	America/New_York	36.61761	-82.08346	607			VA	191		
4748379	Boone	boone	US	28607	0	America/New_York	36.84237	-76.43356	6			VA	550		
4748389	Boones Mill	boones-mill	US	24065	233	America/New_York	37.11681	-79.95531	346	Boone Mill,Boones Mill,Boons Mill		VA	067		
4748395	Boonsboro	boonsboro	US	21713	0	America/New_York	37.44931	-79.26142	282	Boonsboro,Boonsboro Place,Boonsborough		VA	019		
4748406	Booth	booth	US	36008	0	America/New_York	37.21653	-76.6144	21			VA	095		
4748429	Boscobel	boscobel	US	53805	0	America/New_York	37.59904	-77.73138	48	Boscobel,Boscobel Country		VA	075		
4748439	Boston	boston	US	02108	504	America/New_York	37.6093	-75.84271	6			VA	001		
4748440	Boston	boston	US	02108	0	America/New_York	38.54096	-78.13167	165	Boston,Бостон		VA	047		
4748441	Boston	boston	US	02108	0	America/New_York	36.73543	-76.60079	9			VA	800		
4748522	Bowersville	bowersville	US	30516	0	America/New_York	37.83514	-77.36304	70			VA	033		
4748529	Bowler	bowler	US	54416	0	America/New_York	37.27709	-78.70473	225			VA	011		
4748550	Bowling Green	bowling-green	US	22427	1160	America/New_York	38.04958	-77.34665	69	APH,Bouling Grin,Bouling-Grin,Bowling Green,Bowlingfreen,bawlng gryn  wrjynya,Боулинг Грин,Боулинг-Грин,باولنگ گرین، ورجینیا	033	VA	033		
4748551	Bowling Green	bowling-green	US	22427	0	America/New_York	37.32375	-79.94976	334			VA	770		
4748561	Bowman	bowman	US	29018	0	America/New_York	37.28125	-79.89143	294			VA	161		
4748594	Box Elder	box-elder	US	57719	0	America/New_York	36.65765	-76.72607	16	Box Elder,Boxelder		VA	800		
4748607	Boyce	boyce	US	22620	615	America/New_York	39.09316	-78.05944	182	Bojs,Бојс		VA	043		
4748634	Boydton	boydton	US	23917	416	America/New_York	36.66764	-78.3875	108	Bojton,Бојтон	117	VA	117		
4748639	Boykins	boykins	US	23827	543	America/New_York	36.58321	-77.19997	12	Boykin,Boykin's Depot,Boykins,Boykins Depot		VA	175		
4748646	Bracey	bracey	US	23919	1554	America/New_York	36.59959	-78.14305	104	Bracey,Bracy		VA	117		
4748649	Braddock	braddock	US	15104	0	America/New_York	38.82095	-77.06803	38			VA	510		
4748652	Braddock Heights	braddock-heights	US	21714	0	America/New_York	38.83067	-77.0772	56			VA	510		
4748680	Bradshaw	bradshaw	US	24817	0	America/New_York	37.29985	-80.22421	451			VA	161		
4748722	Branchland	branchland	US	25506	0	America/New_York	38.07153	-78.48029	132			VA	003		
4748724	Branchville	branchville	US	07826	117	America/New_York	36.57043	-77.24858	13			VA	175		
4748729	Brandon	brandon	US	05733	0	America/New_York	37.25598	-76.99858	5	Brandon,Lower Brandon		VA	149		
4748753	Brandy Station	brandy-station	US	22714	0	America/New_York	38.50179	-77.89361	109	Brandy,Brandy Station,Crossroads		VA	047		
4748756	Brandywine	brandywine	US	20613	0	America/New_York	37.48875	-79.15253	225			VA	009		
4748757	Brandywine	brandywine	US	20613	0	America/New_York	38.11513	-77.18053	59			VA	033		
4748806	Breaks	breaks	US	24607	0	America/New_York	37.29594	-82.28098	451	Breaks,Jane		VA	051		
4748820	Bremo Bluff	bremo-bluff	US	23022	0	America/New_York	37.71237	-78.2975	67	Bremo,Bremo Bluff,Bremo Station,Bremobluff,Bremos Bluff		VA	065		
4748844	Brentwood	brentwood	US	11717	0	America/New_York	36.78737	-76.32828	3			VA	550		
4748845	Brentwood	brentwood	US	11717	0	America/New_York	37.41543	-77.48026	55			VA	041		
4748846	Brentwood	brentwood	US	11717	0	America/New_York	37.3168	-79.93893	322			VA	770		
4748852	Bretton Woods	bretton-woods	US	03575	0	America/New_York	37.65903	-77.51499	71			VA	087		
4748919	Bridgeport	bridgeport	US	06601	0	America/New_York	37.70987	-78.33389	68			VA	029		
4748925	Bridgewater	bridgewater	US	02324	5889	America/New_York	38.38207	-78.9767	359	Bridgeport,Bridgewater,Bridzhuoter,Dinkletown,Бриджуотер		VA	165		
4748967	Briggs	briggs	US	78608	0	America/New_York	39.10788	-78.01389	174	Briggs,Old Chapel		VA	043		
4748980	Brightwood	brightwood	US	22715	1001	America/New_York	38.42152	-78.19361	179	Brightwood,Dulinsville,Fleshmans Shop		VA	113		
4748993	Bristol	bristol	US	02809	17141	America/New_York	36.59649	-82.18847	512	Bristol,Bristol City,Goodson,Sappling Grove,brystwl,brystwl  wyrjynya,bu li si tuo er,burisutoru,Бристол,برسٹل، ورجینیا,بريستول,بریستول، ویرجینیا,ブリストル,布里斯托爾	520	VA	520		
4749006	Bristow	bristow	US	20136	0	America/New_York	38.81484	-77.21165	91			VA	059		
4749007	Bristow	bristow	US	20136	8910	America/New_York	38.72289	-77.5361	60	Briscoe,Bristoe,Bristoe Station,Bristow,Bristow Station		VA	153		
4749066	Broad Run	broad-run	US	20137	0	America/New_York	38.82373	-77.71305	128	Beverly Mills,Broad Run		VA	061		
4749068	Broad Run	broad-run	US	20137	0	America/New_York	37.64459	-77.70833	81			VA	075		
4749095	Broaddus	broaddus	US	75929	0	America/New_York	38.06736	-77.29526	72			VA	033		
4749099	Broadford	broadford	US	24316	0	America/New_York	36.92734	-81.67262	547	Bradford,Broadford		VA	173		
4749103	Broadlands	broadlands	US	61816	12313	America/New_York	39.01816	-77.52027	111			VA	107		
4749112	Broadwater	broadwater	US	69125	0	America/New_York	37.39292	-75.70854	1			VA	131		
4749117	Broadway	broadway	US	08808	3807	America/New_York	38.61317	-78.79891	318	Broadway,Broadway Depot,Brodvej,Бродвеј		VA	165		
4749148	Brodnax	brodnax	US	23920	281	America/New_York	36.70653	-78.03139	118	Broadnax,Brodnax		VA	025		
4749168	Brooke	brooke	US	22430	0	America/New_York	38.38763	-77.3797	21	Brooke,Brooke's Station,Brookes,Brookes Station		VA	179		
4749173	Brookfield	brookfield	US	01506	0	America/New_York	38.88178	-77.42193	99			VA	059		
4749174	Brookfield	brookfield	US	01506	0	America/New_York	38.31124	-77.43276	58			VA	179		
4749181	Brookhaven	brookhaven	US	11719	0	America/New_York	38.93039	-77.16331	82			VA	059		
4749191	Brooklyn	brooklyn	US	06234	0	America/New_York	36.67292	-79.15807	171			VA	083		
4749192	Brooklyn	brooklyn	US	06234	0	America/New_York	37.15124	-80.56034	578			VA	155		
4749193	Brookneal	brookneal	US	24528	1119	America/New_York	37.05014	-78.94418	163	Brook Neal,Brookneal,Bruknil,Брукнил		VA	031		
4749219	Brookside	brookside	US	07926	0	America/New_York	37.32708	-79.94559	308			VA	161		
4749220	Brookside	brookside	US	07926	0	America/New_York	38.67151	-78.43584	250			VA	139		
4749225	Brookville	brookville	US	15825	0	America/New_York	38.82122	-77.11831	35			VA	510		
4749226	Brookville	brookville	US	15825	0	America/New_York	37.36014	-79.20836	267			VA	680		
4749232	Brookwood	brookwood	US	35444	0	America/New_York	38.06069	-78.6928	199			VA	003		
4749233	Brookwood	brookwood	US	35444	0	America/New_York	38.07763	-79.0892	468	Brookewood,Brookwood		VA	015		
4749234	Brookwood	brookwood	US	35444	0	America/New_York	37.20569	-80.03754	412			VA	161		
4749346	Brownsburg	brownsburg	US	24415	0	America/New_York	37.92846	-79.3192	418	Brownsburg,Brownsburgh		VA	163		
4749348	Brownsville	brownsville	US	05037	0	America/New_York	38.0518	-78.69919	206			VA	003		
4749349	Brownsville	brownsville	US	05037	0	America/New_York	39.13566	-77.64249	159			VA	107		
4749353	Browntown	browntown	US	53522	0	America/New_York	37.83625	-78.56473	153	Brownton,Browntown		VA	003		
4749354	Browntown	browntown	US	53522	0	America/New_York	37.62792	-79.17169	291	Brown Town,Browntown		VA	009		
4749355	Browntown	browntown	US	53522	0	America/New_York	37.10737	-79.40669	264			VA	031		
4749356	Browntown	browntown	US	53522	0	America/New_York	38.81095	-78.23361	282			VA	187		
4749368	Bruce	bruce	US	38915	0	America/New_York	36.83459	-76.39911	4	Bruce,Mackie		VA	550		
4749381	Bruceville	bruceville	US	47516	0	America/New_York	37.09182	-78.37888	186			VA	147		
4749384	Bruington	bruington	US	23023	0	America/New_York	37.77542	-76.99136	49			VA	097		
4749388	Brucetown	brucetown	US	22622	0	America/New_York	39.25455	-78.06667	181	Bruce Town,Brucetown		VA	069		
4749394	Bruno	bruno	US	25611	0	America/New_York	36.6376	-82.42209	408			VA	169		
4749395	Brunswick	brunswick	US	04011	0	America/New_York	36.64765	-77.87055	113			VA	025		
4749474	Brutus	brutus	US	49716	0	America/New_York	37.01097	-79.26919	259	Bruts,Brutus		VA	143		
4749480	Bryant	bryant	US	35958	0	America/New_York	37.80097	-78.95641	244			VA	125		
4749512	Bryn Mawr	bryn-mawr	US	19010	0	America/New_York	38.93094	-77.17748	94			VA	059		
4749523	Buchanan	buchanan	US	10511	1178	America/New_York	37.52736	-79.67976	259	Buchanan,Bukanan,Crow's Ferry,Looney's Ferry,Pattonsburg,bwtshanan,bywkynn  wrjynya,Буканан,بوتشانان,بیوکینن، ورجینیا		VA	023		
4749616	Buckeye	buckeye	US	24924	0	America/New_York	37.68737	-77.31637	55			VA	085		
4749652	Buckingham	buckingham	US	18912	0	America/New_York	37.55015	-78.55556	137	Buckingham,Buckingham Court House,Buckingham Courthouse,Maysville,Mayville	029	VA	029		
4749653	Buckingham	buckingham	US	18912	0	America/New_York	37.5082	-77.67749	119			VA	041		
4749666	Buckland	buckland	US	01338	0	America/New_York	38.78039	-77.67388	94			VA	153		
4749669	Buckingham	buckingham	US	18912	0	America/New_York	38.87345	-77.10665	80			VA	013		
4749683	Buckner	buckner	US	40010	0	America/New_York	37.96208	-77.77277	100	Buckner,Buckners,Buckners Station		VA	109		
4749715	Buena Vista	buena-vista	US	15018	6618	America/New_York	37.7343	-79.35392	255	B'juna-Vista,Bjuna Vista,Buena Vista,Buena Vista City,Buena Vista konderria,Buenavista,bu you na wei si ta,buenabisuta,bwyna fysta,bwynawysta  wyrjynya,Бьюна-Виста,Бјуна Виста,بوئناویستا، ویرجینیا,بوينا فيستا,بیونا وسٹا، ورجینیا,ブエナビスタ,布尤納維斯塔	530	VA	530		
4749717	Buena Vista	buena-vista	US	15018	0	America/New_York	37.26764	-79.92504	297			VA	770		
4749775	Buffalo Gap	buffalo-gap	US	57722	0	America/New_York	38.18707	-79.23948	543			VA	015		
4749779	Buffalo Junction	buffalo-junction	US	24529	0	America/New_York	36.60431	-78.63167	129			VA	117		
4749810	Buford	buford	US	30515	0	America/New_York	36.56681	-79.54614	205			VA	143		
4749898	Bumpass	bumpass	US	23024	0	America/New_York	37.96347	-77.73721	100	Bumpas,Bumpass,Bumpass Station,Bumpass Turnout,Second Turnout		VA	109		
4749914	Bunker Hill	bunker-hill	US	25413	0	America/New_York	37.27514	-79.55281	322	Bunker Hill,Bunkerhil		VA	019		
4749915	Bunker Hill	bunker-hill	US	25413	0	America/New_York	38.86706	-77.80694	202			VA	061		
4749919	Bunker Hill	bunker-hill	US	25413	0	America/New_York	39.01344	-78.20556	204			VA	187		
4749928	Burdette	burdette	US	72321	0	America/New_York	36.76848	-76.89829	8	Burdett,Burdette		VA	175		
4749939	Burgess	burgess	US	22432	0	America/New_York	37.88319	-76.34772	30	Burgess,Burgess Store		VA	133		
4749942	Burgess	burgess	US	22432	0	America/New_York	37.14265	-77.51165	58			VA	053		
4749950	Burke	burke	US	12917	41055	America/New_York	38.79345	-77.27165	78	Berk,brk  wyrjynya,Берк,برک، ویرجینیا		VA	059		
4749979	Burkes Garden	burkes-garden	US	24608	0	America/New_York	37.09817	-81.34094	937	Burkes Garden,Burks Garden		VA	185		
4749992	Burkeville	burkeville	US	23922	412	America/New_York	37.18765	-78.20139	158	Berkvil,Burke's Junction,Burke's Tavern,Burkes Station,Burkeville,bwrkfyl,Берквил,بوركفيل		VA	135		
4750038	Burnside	burnside	US	15721	0	America/New_York	37.21321	-77.43304	34			VA	730		
4750040	Burnsville	burnsville	US	26335	0	America/New_York	38.1779	-79.64755	725	Bundsville,Bunnsville,Burnsville,Red Hole Valley		VA	017		
4750074	Burr Hill	burr-hill	US	22433	0	America/New_York	38.34402	-77.85972	84	Burr Hill,Burrhill		VA	137		
4750117	Burwell	burwell	US	68823	0	America/New_York	37.29125	-80.05837	317			VA	775		
4750170	Butler	butler	US	07405	0	America/New_York	38.99205	-77.56388	111			VA	107		
4750299	Byron	byron	US	14422	0	America/New_York	37.23373	-81.13648	636			VA	021		
4750359	Cadet	cadet	US	63630	0	America/New_York	36.86037	-82.79461	443			VA	195		
4750383	Caledonia	caledonia	US	14423	0	America/New_York	37.82125	-78.10639	142			VA	075		
4750402	California	california	US	15419	0	America/New_York	37.90902	-79.58699	516	California,Little California		VA	163		
4750420	Callands	callands	US	24530	0	America/New_York	36.82014	-79.5867	308			VA	143		
4750422	Callao	callao	US	22435	0	America/New_York	37.9693	-76.55968	33	Bells Store,Callao		VA	133		
4750425	Callaway	callaway	US	20620	0	America/New_York	37.01153	-80.04948	366	Callaway,Callaways		VA	067		
4750440	Calvary	calvary	US	39829	0	America/New_York	38.87345	-78.55168	288			VA	171		
4750519	Calverton	calverton	US	11933	239	America/New_York	38.63207	-77.67055	79	Calverton,Owl Run,Warrenton Junction		VA	061		
4750523	Calvin	calvin	US	16622	0	America/New_York	36.85204	-82.94155	620			VA	105		
4750528	Cambria	cambria	US	53923	0	America/New_York	37.14319	-80.39588	640			VA	121		
4750531	Cambridge	cambridge	US	02138	0	America/New_York	37.53043	-77.57971	97			VA	041		
4750533	Camden	camden	US	04843	0	America/New_York	38.16291	-77.15831	7			VA	033		
4750547	Cameron	cameron	US	14819	0	America/New_York	38.8015	-77.13387	31			VA	510		
4750723	Campbell	campbell	US	14821	0	America/New_York	38.03181	-78.30223	107	Campbell,Campbell Station		VA	003		
4750786	Cana	cana	US	24317	1254	America/New_York	36.58958	-80.67173	439			VA	035		
4750809	Candler	candler	US	28715	0	America/New_York	36.89955	-82.20486	543			VA	167		
4750847	Cannon	cannon	US	40923	0	America/New_York	38.79428	-77.09748	58			VA	059		
4750858	Canova	canova	US	57321	0	America/New_York	38.67706	-77.44193	107			VA	153		
4750861	Canterbury	canterbury	US	03224	0	America/New_York	38.44124	-78.07889	170			VA	047		
4750862	Canterbury	canterbury	US	03224	0	America/New_York	37.60181	-77.60249	53	Canterburg,Canterbury		VA	087		
4750863	Canterbury	canterbury	US	03224	0	America/New_York	37.11346	-80.40422	659			VA	121		
4750875	Canton	canton	US	02021	0	America/New_York	36.65759	-82.92072	399			VA	169		
4750892	Cape Charles	cape-charles	US	23310	1017	America/New_York	37.27008	-76.01649	1	Accomack,Cape Charles,Kejp Charls,kab tsharlys,Кејп Чарлс,كاب تشارليس		VA	131		
4750926	Capron	capron	US	23829	157	America/New_York	36.71098	-77.19997	34	Capron,Princeton		VA	175		
4750939	Cardinal	cardinal	US	23025	0	America/New_York	37.42042	-76.38161	4			VA	115		
4750952	Cardwell	cardwell	US	59721	0	America/New_York	37.67265	-77.79416	103			VA	075		
4750955	Caret	caret	US	22436	0	America/New_York	37.98264	-76.96136	44			VA	057		
4750971	Carlisle	carlisle	US	01741	0	America/New_York	36.6618	-79.7867	234			VA	089		
4750990	Carmel	carmel	US	04419	0	America/New_York	38.82706	-78.43223	260			VA	171		
4751049	Carrie	carrie	US	41725	0	America/New_York	37.03233	-82.20653	808			VA	051		
4751050	Carrington	carrington	US	58421	0	America/New_York	36.88125	-78.83584	168			VA	083		
4751066	Carrollton	carrollton	US	23314	4574	America/New_York	36.94682	-76.56051	6	Carrollton,Carrolton		VA	093		
4751073	Carrsville	carrsville	US	23315	359	America/New_York	36.71182	-76.82607	21			VA	093		
4751078	Carson	carson	US	23830	0	America/New_York	37.03543	-77.39526	47			VA	053		
4751085	Carsonville	carsonville	US	48419	0	America/New_York	36.67735	-81.06953	810			VA	077		
4751177	Cartersville	cartersville	US	23027	0	America/New_York	37.66737	-78.08833	79			VA	049		
4751178	Cartersville	cartersville	US	23027	0	America/New_York	36.72764	-79.38391	242			VA	143		
4751183	Carthage	carthage	US	13619	0	America/New_York	36.96763	-80.49589	733			VA	063		
4751225	Cascade	cascade	US	21719	0	America/New_York	36.56458	-79.66975	203			VA	143		
4751235	Casco	casco	US	04015	0	America/New_York	37.74903	-77.65416	54			VA	085		
4751277	Castle Rock	castle-rock	US	55010	0	America/New_York	37.23569	-80.03337	370			VA	161		
4751294	Castleton	castleton	US	05735	0	America/New_York	38.60596	-78.10667	183			VA	157		
4751296	Castlewood	castlewood	US	24224	2045	America/New_York	36.8901	-82.27959	492	Cassel's Wood,Castle's Woods,Castles Woods,Castlewood		VA	167		
4751312	Catawba	catawba	US	24070	0	America/New_York	37.38263	-80.10949	531			VA	161		
4751318	Catawba	catawba	US	24070	0	America/New_York	36.92236	-78.95029	177			VA	083		
4751328	Catharpin	catharpin	US	20143	0	America/New_York	38.85428	-77.57194	92	Catharpin,Leesburg		VA	153		
4751342	Catlett	catlett	US	20119	296	America/New_York	38.65373	-77.64055	81	Calvins Station,Catlett,Catlett's Station,Catletts,Catletts Station,Catlettsburg		VA	061		
4751421	Cave Spring	cave-spring	US	30124	24922	America/New_York	37.22764	-80.01282	335	Cave Spring,Cavespring		VA	161		
4751432	Cavetown	cavetown	US	21720	0	America/New_York	38.6154	-78.4489	289			VA	139		
4751445	Cedar Bluff	cedar-bluff	US	24609	1057	America/New_York	37.26403	-79.93532	294			VA	770		
4751446	Cedar Bluff	cedar-bluff	US	24609	1076	America/New_York	37.08761	-81.759	598	Cedar Bluff,Cedarbluff		VA	185		
4751448	Cedar Bluff	cedar-bluff	US	24609	0	America/New_York	36.63567	-81.85984	565			VA	191		
4751499	Cedar Crest	cedar-crest	US	87008	0	America/New_York	38.81872	-77.20498	96			VA	059		
4751512	Cedar Grove	cedar-grove	US	07009	0	America/New_York	36.60376	-78.01083	90			VA	025		
4751513	Cedar Grove	cedar-grove	US	07009	0	America/New_York	39.26816	-78.18917	246	Cedar Grove,Cedargrove		VA	069		
4751514	Cedar Grove	cedar-grove	US	07009	0	America/New_York	36.61792	-78.98973	160			VA	083		
4751515	Cedar Grove	cedar-grove	US	07009	0	America/New_York	36.65431	-78.22972	91			VA	117		
4751516	Cedar Grove	cedar-grove	US	07009	0	America/New_York	37.17292	-75.96521	10			VA	131		
4751517	Cedar Grove	cedar-grove	US	07009	0	America/New_York	37.88263	-79.38365	343	Cedar Grove,Flumen		VA	163		
4751560	Cedar Hill	cedar-hill	US	37032	0	America/New_York	39.27649	-78.11389	238			VA	069		
4751561	Cedar Hill	cedar-hill	US	37032	0	America/New_York	36.66425	-83.24157	484			VA	105		
4751562	Cedar Hill	cedar-hill	US	37032	0	America/New_York	36.85014	-79.31308	190	Cedar Hill,Cedarhill		VA	143		
4751586	Cedar Knolls	cedar-knolls	US	07927	0	America/New_York	38.7765	-77.5536	76			VA	153		
4751592	Cedar Lane	cedar-lane	US	77415	0	America/New_York	37.70431	-77.48304	64			VA	085		
4751608	Cedar Park	cedar-park	US	78613	0	America/New_York	37.05126	-76.34355	2			VA	650		
4751609	Cedar Park	cedar-park	US	78613	0	America/New_York	38.79345	-77.47916	52			VA	153		
4751610	Cedar Park	cedar-park	US	78613	0	America/New_York	36.55569	-79.46725	177			VA	590		
4751615	Cedar Point	cedar-point	US	61316	0	America/New_York	37.69181	-77.90944	47			VA	075		
4751623	Cedar Point	cedar-point	US	61316	0	America/New_York	36.8957	-76.493	6			VA	800		
4751624	Cedar Point	cedar-point	US	61316	0	America/New_York	36.89904	-76.49189	6			VA	800		
4751625	Cedar Point	cedar-point	US	61316	0	America/New_York	36.8282	-76.38744	4			VA	740		
4751658	Cedar Valley	cedar-valley	US	84013	0	America/New_York	37.12985	-80.54533	600			VA	750		
4751663	Cedar Springs	cedar-springs	US	39832	0	America/New_York	36.82817	-81.29038	763			VA	173		
4751667	Cedarville	cedarville	US	08311	0	America/New_York	38.97705	-78.18417	160			VA	187		
4751702	Center Cross	center-cross	US	22437	0	America/New_York	37.80458	-76.77885	39	Center Cross,Center Crossroads,Centercross,Centre Cross,Hermitage		VA	057		
4751705	Center Hill	center-hill	US	33514	0	America/New_York	37.25541	-79.97782	312			VA	770		
4751723	Centerville	centerville	US	02632	0	America/New_York	37.75735	-75.62104	9	Centerville,News Town		VA	001		
4751724	Centerville	centerville	US	02632	0	America/New_York	38.33846	-79.00559	437	Centerville,Milnesville		VA	015		
4751725	Centerville	centerville	US	02632	0	America/New_York	37.37403	-79.49948	282			VA	019		
4751726	Centerville	centerville	US	02632	0	America/New_York	37.67098	-77.68749	84			VA	075		
4751727	Centerville	centerville	US	02632	0	America/New_York	36.64542	-78.86362	141			VA	083		
4751728	Centerville	centerville	US	02632	0	America/New_York	36.73569	-78.91834	160	Centerville,Loves Shop		VA	083		
4751729	Centerville	centerville	US	02632	0	America/New_York	37.31681	-76.78913	31			VA	095		
4751730	Centerville	centerville	US	02632	0	America/New_York	37.16985	-80.53839	600			VA	121		
4751756	Centenary	centenary	US	29519	0	America/New_York	37.70931	-78.5114	156			VA	029		
4751804	Central Point	central-point	US	97502	0	America/New_York	37.98902	-77.1322	55	Central Point,Centralpoint		VA	033		
4751831	Centralia	centralia	US	62801	0	America/New_York	37.38098	-77.45998	55			VA	041		
4751839	Centreville	centreville	US	20120	71135	America/New_York	38.84039	-77.42888	108	Centerville,Centreville,New Gate,Newgate,Sentervil,sntrwyl  wyrjynya,Сентервил,سنترویل، ویرجینیا		VA	059		
4751840	Centreville	centreville	US	20120	0	America/New_York	38.04764	-77.81694	111	Centerville,Centreville,Contreville		VA	109		
4751846	Ceres	ceres	US	14721	0	America/New_York	37.01789	-81.34288	787	Bear Garden,Ceres		VA	021		
4751887	Chambersville	chambersville	US	15723	0	America/New_York	39.19372	-78.24222	262			VA	069		
4751895	Champlain	champlain	US	12919	0	America/New_York	38.01347	-76.99275	45			VA	057		
4751899	Chancellor	chancellor	US	36316	0	America/New_York	38.28402	-77.6011	101			VA	177		
4751935	Chantilly	chantilly	US	20151	23039	America/New_York	38.89428	-77.4311	98	Chantilly,Chantilly Creek,Ox Hill,Shantili,Шантили		VA	059		
4751959	Chapel Hill	chapel-hill	US	27514	0	America/New_York	38.81928	-77.08776	58			VA	510		
4751971	Chapin	chapin	US	29036	0	America/New_York	38.14874	-79.27726	622			VA	015		
4751995	Charlemont	charlemont	US	01339	0	America/New_York	37.46708	-79.40503	300	Charlemont,Charleymont,Claremont		VA	019		
4752001	Charles City	charles-city	US	23030	133	America/New_York	37.34348	-77.07303	8	Charles City,Charles City Court House,Charls Siti,Чарлс Сити	036	VA	036		
4752027	Charlotte Court House	charlotte-court-house	US	23923	530	America/New_York	37.05654	-78.63833	183	Charlotte,Charlotte Court House,Charlotte Courthouse,Dalstonburgh,Daltonsburgh,Marysville,Maryville,Sharlot Kort Khaus,Smithville,The Magazine,tsharlwt kwrt haws,Шарлот Корт Хаус,تشارلوت كورت هاوس	037	VA	037		
4752031	Charlottesville	charlottesville	US	22901	46597	America/New_York	38.02931	-78.47668	142	CHO,Charlottesville,Sarlotsvilis,Sharlotsvil,Sharlotsvill,Sharlottsvill',sharlwtsfyl,sharlwtzwyl  wyrjynya,sharottsubiru,syalleocheubil,sʼrlwtswwyl,xia lu di zhen,Šarlotsvilis,Шарлотсвил,Шарлотсвилл,Шарлоттсвилль,שארלוטסוויל,شارلوتزویل، ویرجینیا,شارلوتسفيل,شارلوٹزویل، ورجینیا,シャーロッツビル,夏律第鎮,샬러츠빌	540	VA	540		
4752049	Charlton	charlton	US	01507	0	America/New_York	37.58291	-80.01116	392			VA	045		
4752052	Chase City	chase-city	US	23924	2296	America/New_York	36.79931	-78.45833	163	Chase City,Chejs Siti,Christianville,tshas syty,Чејс Сити,تشاس سيتي		VA	117		
4752060	Chatham	chatham	US	02633	1481	America/New_York	36.82569	-79.39808	222	Chatam,Chatham,Competition,tshatham,Чатам,تشاتهام	143	VA	143		
4752100	Chelsea	chelsea	US	02150	0	America/New_York	37.70515	-77.85666	89			VA	075		
4752101	Chelsea	chelsea	US	02150	0	America/New_York	37.19959	-76.57468	18			VA	700		
4752111	Cheriton	cheriton	US	23316	475	America/New_York	37.28958	-75.97132	6	Cheriton,Cherry Stones,Sunnyside,Townfield		VA	131		
4752136	Cherry Hill	cherry-hill	US	08002	16000	America/New_York	38.56984	-77.26693	12			VA	153		
4752137	Cherry Hill	cherry-hill	US	08002	0	America/New_York	37.27597	-80.00671	343			VA	770		
4752186	Chesapeake	chesapeake	US	23320	235429	America/New_York	36.81904	-76.27494	3	Cesapikas,Chesapeack,Chesapeake,Chesapijk,Chesapik,Norfolk County,South Norfolk,cespik,chesapiku,cheseopikeu,chsapyk  wrjynya,chsapyk  wyrjynya,qie sa pi ke,tshysabyk,zspyq,Česapikas,Чесапийк,Чесапик,Чесапік,צספיק,تشيسابيك,چساپیک، ورجینیا,چساپیک، ویرجینیا,ಚೆಸ್ಪೀಕ್,チェサピーク,切萨皮克,체서피크	550	VA	550		
4752187	Chesapeake	chesapeake	US	23320	0	America/New_York	37.30792	-75.95188	11	Chesapeake,Cobb,Cobbs		VA	131		
4752193	Chesapeake Beach	chesapeake-beach	US	20732	0	America/New_York	37.84096	-76.25022	2			VA	133		
4752194	Chesapeake Beach	chesapeake-beach	US	20732	0	America/New_York	36.91543	-76.12021	2			VA	810		
4752229	Chester	chester	US	01011	20987	America/New_York	37.35682	-77.44165	53	Chester,Честер,چیسٹر، ورجینیا		VA	041		
4752234	Chester Gap	chester-gap	US	22623	839	America/New_York	38.85345	-78.135	474	Chester Gap,Williamsburg		VA	157		
4752250	Chesterfield	chesterfield	US	01012	0	America/New_York	37.37709	-77.50582	62	Chesterfield,Chesterfield Court House	041	VA	041		
4752251	Chesterfield	chesterfield	US	01012	0	America/New_York	36.84376	-76.25994	2			VA	710		
4752252	Chesterfield	chesterfield	US	01012	0	America/New_York	37.21486	-79.98393	388			VA	161		
4752326	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	37.45904	-77.58721	71			VA	041		
4752327	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	38.83206	-77.2297	88			VA	059		
4752328	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	38.29929	-77.11081	50			VA	099		
4752329	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	37.56265	-77.42193	47			VA	159		
4752430	Childress	childress	US	79201	0	America/New_York	37.82098	-77.98444	114			VA	075		
4752431	Childress	childress	US	79201	0	America/New_York	37.05624	-80.5045	599	Childress,Childress Store		VA	121		
4752449	Chilhowie	chilhowie	US	24319	1741	America/New_York	36.79845	-81.68234	595	Chilhowie,Greevers Switch,Town House		VA	173		
4752519	Chinquapin	chinquapin	US	28521	0	America/New_York	38.04375	-78.90613	456			VA	015		
4752617	Christchurch	christchurch	US	23031	0	America/New_York	37.60486	-76.5344	27	Calvary Church,Christchurch		VA	119		
4752665	Christiansburg	christiansburg	US	24068	21943	America/New_York	37.12985	-80.40894	638	Bangs,Cambria,Christiansburg,Christiansburgh,Hans Meadow,Krishchansburg,krystyansbwrgh,kurisuchanzubagu,Кришчансбург,كريستيانسبورغ,クリスチャンズバーグ	121	VA	121		
4752680	Chula	chula	US	31733	0	America/New_York	37.38848	-77.90306	87	Chula,Chula Depot,Chula Station		VA	007		
4752693	Church Hill	church-hill	US	21623	0	America/New_York	37.53765	-77.40859	51			VA	760		
4752694	Church Hill	church-hill	US	21623	0	America/New_York	36.81844	-82.15375	743			VA	167		
4752718	Church View	church-view	US	23032	0	America/New_York	37.67764	-76.67829	30			VA	119		
4752861	Churchville	churchville	US	14428	194	America/New_York	38.22624	-79.16226	434			VA	015		
4752875	Circleville	circleville	US	10919	0	America/New_York	39.07927	-77.69472	122			VA	107		
4752903	Claiborne	claiborne	US	21624	0	America/New_York	38.15985	-77.45554	46			VA	033		
4752916	Claremont	claremont	US	03743	354	America/New_York	37.22793	-76.96413	33	Claremont,Claremont Wharf,Klermont,Клермонт		VA	181		
4752922	Clarendon	clarendon	US	14429	0	America/New_York	38.88595	-77.09692	81			VA	013		
4752942	Claremont	claremont	US	03743	334	America/New_York	38.84317	-77.1047	34			VA	013		
4752991	Clarkson	clarkson	US	14430	0	America/New_York	38.44985	-78.09	180			VA	047		
4752994	Clarksville	clarksville	US	12041	1204	America/New_York	36.62403	-78.55694	108	Klarksvil,klarksfyl,klarkswyl  wrjynya,Кларксвил,كلاركسفيل,کلارکسویل، ورجینیا		VA	117		
4752995	Clarksville	clarksville	US	12041	0	America/New_York	36.79873	-81.76512	662			VA	191		
4753004	Clarkton	clarkton	US	28433	0	America/New_York	36.9832	-78.90584	121			VA	083		
4753013	Claudville	claudville	US	24076	0	America/New_York	36.58958	-80.41839	444			VA	141		
4753015	Clay	clay	US	13041	0	America/New_York	37.38348	-79.24586	262			VA	019		
4753054	Claytonville	claytonville	US	60926	0	America/New_York	39.0915	-78.02166	169			VA	043		
4753058	Clayville	clayville	US	02815	0	America/New_York	37.45987	-77.81694	100			VA	145		
4753060	Clear Brook	clear-brook	US	22624	0	America/New_York	39.25649	-78.09611	189	Clear Brook,Clearbrook		VA	069		
4753070	Clear Fork	clear-fork	US	24822	0	America/New_York	37.21206	-81.18732	662	Clear Fork,Clearfork		VA	021		
4753078	Clearbrook	clearbrook	US	56634	0	America/New_York	37.1993	-79.94365	342			VA	161		
4753115	Cleveland	cleveland	US	13042	187	America/New_York	36.94372	-82.1518	465	Klivlend,Кливленд		VA	167		
4753140	Clifford	clifford	US	18413	0	America/New_York	37.64347	-79.02225	237	Cabellsburg,Clifford,New Glascow		VA	009		
4753149	Clifton	clifton	US	07011	0	America/New_York	38.28347	-78.02805	142			VA	137		
4753150	Clifton	clifton	US	07011	0	America/New_York	37.02956	-81.8304	628			VA	167		
4753153	Clifton	clifton	US	07011	295	America/New_York	38.78011	-77.38665	60	Clifton,Clifton Station,Deveraux,Deveraux Station,Klifton,klyftwn,klyftwn  wyrjynya,Клифтон,كليفتون,کلیفتون، ویرجینیا		VA	059		
4753158	Clifton Forge	clifton-forge	US	24422	3739	America/New_York	37.81624	-79.82449	330	Clifton Force,Clifton Forge,Cliftonforge,Cliftons Forge,Klifton Fordz,Williamson,Williamson's Station,klyftwn fwrgh,Клифтон Форџ,كليفتون فورغ		VA	005		
4753188	Climax	climax	US	12042	0	America/New_York	36.88709	-79.48919	293			VA	143		
4753203	Clinchco	clinchco	US	24226	317	America/New_York	37.16122	-82.35987	426			VA	051		
4753204	Clinchfield	clinchfield	US	31013	0	America/New_York	36.95566	-82.18375	476			VA	167		
4753217	Clifton Heights	clifton-heights	US	19018	0	America/New_York	37.29541	-79.9117	310			VA	770		
4753218	Clintwood	clintwood	US	24228	1325	America/New_York	37.15011	-82.45598	535	Clintwood,Clintwood Court House,Holly Creek,Klintvud,klyntwwd,Клинтвуд,كلينتوود	051	VA	051		
4753225	Clopton	clopton	US	36317	0	America/New_York	37.3457	-76.53967	15			VA	073		
4753226	Clopton	clopton	US	36317	0	America/New_York	37.47515	-77.44554	25			VA	159		
4753228	Clinton	clinton	US	01510	0	America/New_York	37.54265	-78.12555	113			VA	049		
4753232	Clover	clover	US	24534	0	America/New_York	38.81178	-77.07887	40			VA	510		
4753233	Clover	clover	US	24534	438	America/New_York	36.83264	-78.73334	152	Clover,Clover Depot		VA	083		
4753268	Cloverdale	cloverdale	US	24077	3119	America/New_York	37.36514	-79.9056	348			VA	023		
4753269	Cloverdale	cloverdale	US	24077	0	America/New_York	36.82126	-76.26577	4			VA	550		
4753270	Cloverdale	cloverdale	US	24077	0	America/New_York	37.75042	-78.23584	118			VA	065		
4753272	Cloverdale	cloverdale	US	24077	0	America/New_York	38.62401	-77.32415	55			VA	153		
4753292	Cluster Springs	cluster-springs	US	24535	811	America/New_York	36.62097	-78.92168	150	Black Walnut,Cluster Springs		VA	083		
4753337	Coatesville	coatesville	US	19320	0	America/New_York	37.87875	-77.60832	88	Coatesville,Coatsville,Cottsville,Pinhook		VA	085		
4753354	Cobbs Creek	cobbs-creek	US	23035	0	America/New_York	37.50569	-76.39689	10	Cobb's Creek,Cobbs Creek		VA	115		
4753372	Cochran	cochran	US	31014	0	America/New_York	36.8432	-77.905	103			VA	025		
4753406	Cody	cody	US	69211	0	America/New_York	36.97764	-79.09835	195	Cody,Codys House		VA	083		
4753409	Coeburn	coeburn	US	24230	1999	America/New_York	36.94399	-82.46404	608	Coburn,Coeburn,Guest Station,Guest's Station,Guests Station		VA	195		
4753423	Cohasset	cohasset	US	02025	0	America/New_York	37.76959	-78.30306	120	Cohasset,Fork Union Station		VA	065		
4753441	Colchester	colchester	US	05439	0	America/New_York	38.66873	-77.23415	20	Kolchester,Колчестер		VA	059		
4753453	Cold Spring	cold-spring	US	10516	0	America/New_York	37.99458	-79.13447	475	Cold Spring,Cold Spring Station,Ellard		VA	015		
4753479	Coldwater	coldwater	US	38618	0	America/New_York	37.65431	-76.7344	33			VA	097		
4753519	Coleman Falls	coleman-falls	US	24536	0	America/New_York	37.50153	-79.30364	208	Coleman Falls,Colemans Falls		VA	019		
4753546	Coles Point	coles-point	US	22442	0	America/New_York	38.14374	-76.63551	3	Cole Point,Coles Point		VA	193		
4753579	College Park	college-park	US	20740	0	America/New_York	38.8115	-77.08276	39			VA	510		
4753580	College Park	college-park	US	20740	0	America/New_York	37.24459	-77.42304	31			VA	041		
4753581	College Park	college-park	US	20740	0	America/New_York	39.16122	-78.14972	217			VA	069		
4753583	College Park	college-park	US	20740	0	America/New_York	37.35792	-79.19336	260			VA	680		
4753584	College Park	college-park	US	20740	0	America/New_York	37.1107	-76.52245	11			VA	700		
4753585	College Park	college-park	US	20740	0	America/New_York	38.1718	-79.05503	470			VA	790		
4753586	College Park	college-park	US	20740	0	America/New_York	37.12929	-80.53589	587			VA	750		
4753635	Collinsville	collinsville	US	06022	7335	America/New_York	36.71514	-79.91532	250	Kollinsvil',Коллинсвиль		VA	089		
4753638	Collinwood	collinwood	US	38450	0	America/New_York	36.73899	-82.32459	559	Collingwood,Collinwood		VA	167		
4753646	Cologne	cologne	US	08213	0	America/New_York	37.5307	-76.69107	32	Buena Vista,Cologne		VA	097		
4753648	Collinsville	collinsville	US	06022	0	America/New_York	39.35704	-78.28723	303			VA	069		
4753959	Cookstown	cookstown	US	08511	0	America/New_York	38.29513	-77.70166	128			VA	177		
4753654	Colonial Beach	colonial-beach	US	22443	3580	America/New_York	38.25457	-76.96358	3	Classic Shore,Colonial Beach,Irish Neck,Kolonijal Bich,Las Vegas on the Potomac,Millville,White Beach,kwlwnyal,Колонијал Бич,كولونيال		VA	193		
4753670	Colonial Heights	colonial-heights	US	23834	0	America/New_York	36.63344	-82.12041	546			VA	520		
4753671	Colonial Heights	colonial-heights	US	23834	17820	America/New_York	37.26804	-77.40726	29	Colonial Heights City,Kolonial-Khajts,Kolonijal Khajts,ke luo ni er hai ci,koroniaruhaitsu,kwlwnyal hayts  wyrjynya,kwlwnyl hayts,Колониал-Хайтс,Колонијал Хајтс,كولونيل هايتس,کولونیال هایتس، ویرجینیا,کولونیل ہائٹس، ورجینیا,コロニアルハイツ,科洛尼爾海茨	570	VA	570		
4753672	Colonial Heights	colonial-heights	US	23834	0	America/New_York	36.92487	-76.24605	4			VA	710		
4753673	Colonial Heights	colonial-heights	US	23834	0	America/New_York	37.25347	-79.96004	296			VA	770		
4753699	Colony	colony	US	66015	0	America/New_York	37.41431	-79.1178	229			VA	009		
4753710	Columbia	columbia	US	06237	80	America/New_York	37.75292	-78.1625	64	Columbia,Kolambija,Kolumbija,Point of Fork,kwlmbya  wrjynya,kwlwmbya,Коламбија,Колумбия,كولومبيا,کولمبیا، ورجینیا		VA	065		
4753801	Compton	compton	US	20627	0	America/New_York	38.78262	-78.36889	201			VA	139		
4753819	Concord	concord	US	01742	0	America/New_York	36.95709	-77.79861	98			VA	025		
4753820	Concord	concord	US	01742	1458	America/New_York	37.34264	-78.97502	269	Concord,Concord Depot		VA	031		
4753821	Concord	concord	US	01742	0	America/New_York	37.36348	-76.61857	1			VA	073		
4753822	Concord	concord	US	01742	0	America/New_York	38.47318	-77.54443	100			VA	179		
4753854	Conde	conde	US	57434	0	America/New_York	38.75928	-77.92388	158	Conde,New Conde,Rome		VA	061		
4753885	Conklin	conklin	US	13748	0	America/New_York	38.8965	-77.51666	94			VA	107		
4754002	Cooper	cooper	US	50059	0	America/New_York	37.61069	-76.51856	10			VA	119		
4754033	Copeland	copeland	US	34137	0	America/New_York	37.88818	-79.69949	388			VA	017		
4754052	Copper Hill	copper-hill	US	24079	0	America/New_York	37.0818	-80.13421	871	Copper Hill,Copperhill		VA	063		
4754067	Corbin	corbin	US	22446	0	America/New_York	38.19957	-77.38887	65			VA	033		
4754093	Corinth	corinth	US	04427	0	America/New_York	36.83126	-76.94552	24			VA	175		
4754117	Corinth	corinth	US	04427	0	America/New_York	36.78874	-80.87952	814			VA	035		
4754140	Cornwall	cornwall	US	06753	0	America/New_York	37.80458	-79.31865	305			VA	163		
4754143	Coronado	coronado	US	92118	0	America/New_York	36.90154	-76.24633	4			VA	710		
4754146	Cornland	cornland	US	62519	0	America/New_York	36.62682	-76.32133	5			VA	550		
4754187	Council	council	US	28434	0	America/New_York	37.08039	-82.06846	569			VA	027		
4754199	Country Club Hills	country-club-hills	US	60478	0	America/New_York	38.914	-77.13081	102			VA	013		
4754200	Country Club Hills	country-club-hills	US	60478	0	America/New_York	38.85761	-77.29359	119			VA	600		
4754296	Courtland	courtland	US	23837	1246	America/New_York	36.71626	-77.06802	7	Courtland,Jerusalem,Kortland,kwrtland,Кортланд,كورتلاند	175	VA	175		
4754354	Covesville	covesville	US	22931	296	America/New_York	37.89014	-78.70474	239			VA	003		
4754358	Covington	covington	US	16917	5658	America/New_York	37.79346	-79.99395	381	Covington,Kavington,Kovington,Merry's Store,Merrys Store,ka wen dun,kawyngtwn  wyrjynya,keobingteon,kobinton,kwfynghtwn,Кавингтон,Ковингтон,كوفينغتون,کاوینگتون، ویرجینیا,کوونگٹن، ورجینیا,コビントン,卡溫頓,커빙턴	580	VA	580		
4754359	Covington	covington	US	16917	0	America/New_York	37.66904	-77.81722	86			VA	075		
4754391	Cowan	cowan	US	37318	0	America/New_York	37.1854	-80.577	526	Cowan,Cowans Depot,Cowens Station		VA	155		
4754472	Crab Orchard	crab-orchard	US	25827	0	America/New_York	36.92705	-82.43209	617			VA	195		
4754514	Craddockville	craddockville	US	23341	0	America/New_York	37.5818	-75.86882	7	Craddockville,Farmers Interest		VA	001		
4754539	Craig	craig	US	64437	0	America/New_York	36.61486	-80.03088	267			VA	089		
4754568	Craigsville	craigsville	US	24430	930	America/New_York	38.07874	-79.38309	466	Craigsville,Marbledale		VA	015		
4754580	Crandon	crandon	US	54520	0	America/New_York	37.14734	-80.96314	679			VA	021		
4754581	Crane	crane	US	47522	0	America/New_York	37.90985	-79.6756	411			VA	017		
4754654	Crescent	crescent	US	15046	0	America/New_York	38.86678	-77.66166	161			VA	153		
4754664	Crest Hill	crest-hill	US	60403	0	America/New_York	37.23819	-80.01976	342			VA	161		
4754671	Crestview	crestview	US	32536	0	America/New_York	37.60126	-77.52776	91			VA	087		
4754675	Crestwood	crestwood	US	40014	0	America/New_York	36.76543	-76.28577	1			VA	550		
4754676	Crestwood	crestwood	US	40014	0	America/New_York	37.23041	-80.01337	360			VA	161		
4754685	Creswell	creswell	US	27928	0	America/New_York	36.82205	-82.20875	655			VA	167		
4754686	Crewe	crewe	US	23930	2241	America/New_York	37.17321	-78.12333	150	Krju,Kru,krw  wyrjynya,krywy,Кру,Крю,كريوي,کرو، ویرجینیا		VA	135		
4754705	Criders	criders	US	22820	0	America/New_York	38.7515	-79.0042	489	Crider's,Criders		VA	165		
4754712	Crimora	crimora	US	24431	2209	America/New_York	38.15402	-78.8503	382	Crimora,Crimora Station		VA	015		
4754723	Cripple Creek	cripple-creek	US	24322	0	America/New_York	36.82095	-81.09842	667	Cripple Creek,Cripplecreek		VA	197		
4754729	Crittenden	crittenden	US	14038	0	America/New_York	36.91015	-76.49606	6	Crittenden,Crittendens,Crittendon		VA	800		
4754731	Critz	critz	US	24082	0	America/New_York	36.63014	-80.14477	351			VA	141		
4754752	Crofton	crofton	US	21114	0	America/New_York	37.2718	-79.86781	347			VA	161		
4754753	Cromwell	cromwell	US	06416	0	America/New_York	38.53818	-77.56832	128			VA	061		
4754808	Cross Junction	cross-junction	US	22625	0	America/New_York	39.32038	-78.29334	297			VA	069		
4754830	Crossroads	crossroads	US	88114	0	America/New_York	37.95681	-78.65891	212	Cross Roads,Crossroads		VA	003		
4754831	Crossroads	crossroads	US	88114	0	America/New_York	38.20652	-78.58002	195			VA	003		
4754832	Crossroads	crossroads	US	88114	0	America/New_York	38.60484	-77.64388	99	Crossroads,Murrays Crossroads		VA	061		
4754833	Crossroads	crossroads	US	88114	0	America/New_York	37.0832	-79.75003	326	Cross Roads,Crossroads,Robertsons Store		VA	067		
4754834	Crossroads	crossroads	US	88114	0	America/New_York	36.92681	-78.83445	166	Cross Roads,Crossroads		VA	083		
4754888	Crozier	crozier	US	23039	0	America/New_York	37.63681	-77.79722	99	Crozier,Issequena		VA	075		
4754901	Crozet	crozet	US	22932	5565	America/New_York	38.06958	-78.70058	219	Crozet,Land of Oz,Wayland,Waylands Crossing		VA	003		
4754913	Crystal Hill	crystal-hill	US	24539	0	America/New_York	36.85569	-78.9089	171	Crystal Hill,Crystalhill		VA	083		
4754921	Crystal Spring	crystal-spring	US	15536	0	America/New_York	37.24542	-79.95532	332			VA	770		
4754924	Crystal Springs	crystal-springs	US	33524	0	America/New_York	38.84122	-77.38388	131			VA	059		
4754959	Cullen	cullen	US	23934	0	America/New_York	37.11765	-78.64917	157			VA	037		
4754966	Culpeper	culpeper	US	22701	17557	America/New_York	38.47318	-77.99666	126	Culpeper,Fairfax,Kalpeper,kalapepara,karupepa,ku er pei po,kwlbybr,Калпепер,كولبيبر,कलपेपर,カルペパー,库尔佩珀	047	VA	047		
4754989	Cumberland	cumberland	US	02864	393	America/New_York	37.49598	-78.24527	139	Cumberland,Cumberland Court House	049	VA	049		
4755013	Cunningham	cunningham	US	37052	0	America/New_York	37.87403	-78.32001	126			VA	065		
4755029	Curdsville	curdsville	US	42334	0	America/New_York	37.41571	-78.45583	144			VA	029		
4755068	Curtis	curtis	US	49820	0	America/New_York	37.4768	-79.48365	329			VA	019		
4755143	Dahlgren	dahlgren	US	22448	2653	America/New_York	38.33124	-77.05109	5	DGN,Dahlgren,MaCcrady,McCrady,McGready		VA	099		
4755153	Daisy	daisy	US	30423	0	America/New_York	37.76125	-76.92163	46			VA	097		
4755173	Daleville	daleville	US	24083	2557	America/New_York	37.40986	-79.91254	396	Amsterdam,Dalesville,Daleville,New Amsterdam		VA	023		
4755199	Damascus	damascus	US	18415	800	America/New_York	36.63373	-81.78373	595	Damascus,Mocks Mills		VA	191		
4755208	Damon	damon	US	77430	0	America/New_York	37.82292	-78.65918	156			VA	003		
4755240	Daniel	daniel	US	83115	0	America/New_York	38.17375	-78.02194	136			VA	137		
4755272	Dante	dante	US	24237	649	America/New_York	36.97844	-82.29764	537			VA	167		
4755280	Danville	danville	US	03819	42082	America/New_York	36.58597	-79.39502	162	DAN,Danvil,Danvill,Danville,Wynne's Falls,daenbil,dan wei er,danbiru,danfyl,dnwyl  wyrjynya,Данвил,Данвилл,دانفيل,دنویل، ویرجینیا,ڈینویل، ورجینیا,ダンビル,丹維爾,댄빌	590	VA	590		
4755343	Darwin	darwin	US	55324	0	America/New_York	37.10038	-82.49099	479			VA	051		
4755354	Davenport	davenport	US	13750	0	America/New_York	37.10066	-82.1368	443			VA	027		
4755381	Davis	davis	US	26260	0	America/New_York	37.91874	-79.26364	589			VA	163		
4755468	Davis Wharf	davis-wharf	US	23345	0	America/New_York	37.55291	-75.87799	2			VA	001		
4755491	Dayton	dayton	US	08810	1588	America/New_York	38.41485	-78.93864	367	Dayton,Deaton,Dejton,Rifetown,Rifeville,daytwn,detana,Дейтон,Дејтон,دايتون,ڈیٹن، ورجینیا,डेटन		VA	165		
4755501	Dawsonville	dawsonville	US	30534	0	America/New_York	38.26541	-78.31501	151	Dawsonville,Dorsonville		VA	079		
4755507	DeWitt	dewitt	US	23840	0	America/New_York	37.03876	-77.64332	90	De Witt,DeWitt,Dewitt,Pride,Sappony Cross Roads		VA	053		
4755551	Decatur	decatur	US	30030	0	America/New_York	37.87652	-79.33559	482	Aqua,Decatur		VA	163		
4755637	Deer Creek	deer-creek	US	56527	0	America/New_York	37.31875	-79.22891	289			VA	031		
4755645	Deer Park	deer-park	US	11729	0	America/New_York	37.0757	-76.47801	9	Deer Park,Deer Park Grove		VA	700		
4755652	Deerfield	deerfield	US	01342	132	America/New_York	38.19652	-79.40671	530			VA	015		
4755653	Deerfield	deerfield	US	01342	0	America/New_York	37.66959	-77.82694	77			VA	075		
4755654	Deerfield	deerfield	US	01342	0	America/New_York	38.72873	-77.42165	76			VA	153		
4755655	Deerfield	deerfield	US	01342	0	America/New_York	36.84432	-76.46523	8			VA	800		
4755668	Deerwood	deerwood	US	56444	0	America/New_York	38.13541	-78.44612	177			VA	003		
4755669	Deerwood	deerwood	US	56444	0	America/New_York	37.77709	-77.90527	113			VA	075		
4755686	Delaplane	delaplane	US	20144	0	America/New_York	38.91511	-77.92027	139	Delaplaine,Delaplane,Delaplane Station,Oak Hill,Piedmont,Piedmont Station		VA	061		
4755688	Delaware	delaware	US	07833	0	America/New_York	36.65015	-77.00024	7	Delaware,Delaware's,Delawares		VA	175		
4755701	Dellwood	dellwood	US	53927	0	America/New_York	37.71014	-77.46887	61			VA	085		
4755702	Delmar	delmar	US	12054	0	America/New_York	36.64289	-81.85929	551			VA	191		
4755710	Deltaville	deltaville	US	23043	1119	America/New_York	37.55486	-76.33689	7	Deltaville,Sandy Bottom,Unionville		VA	119		
4755715	Delta	delta	US	17314	0	America/New_York	38.81206	-77.09609	33			VA	510		
4755727	Dendron	dendron	US	23839	256	America/New_York	37.04543	-76.93607	36			VA	181		
4755730	Denmark	denmark	US	04022	0	America/New_York	37.86735	-79.54949	406			VA	163		
4755733	Denniston	denniston	US	40316	0	America/New_York	36.5707	-78.93973	133			VA	083		
4755754	Derby	derby	US	05829	0	America/New_York	36.93565	-82.82627	588			VA	195		
4755762	Desha	desha	US	72527	0	America/New_York	37.91569	-76.92024	42			VA	057		
4755814	Dewey	dewey	US	61840	0	America/New_York	37.08038	-82.65877	508			VA	195		
4755871	Dickerson	dickerson	US	20842	0	America/New_York	37.23818	-80.41533	645			VA	121		
4755892	Dickinson	dickinson	US	36436	0	America/New_York	36.92042	-79.70698	295	Dickinson,Dickinsons		VA	067		
4755917	Diggs	diggs	US	23045	0	America/New_York	37.43708	-76.26827	1			VA	115		
4755936	Dillon	dillon	US	29536	0	America/New_York	37.53958	-79.63782	249			VA	023		
4755954	Dillwyn	dillwyn	US	23936	444	America/New_York	37.54293	-78.45722	190	Dillwyn,White Hall,Whitehall		VA	029		
4755972	Dinwiddie	dinwiddie	US	23841	0	America/New_York	37.07793	-77.58665	78	Dinwiddie,Dinwiddie Court House	053	VA	053		
4756003	Disputanta	disputanta	US	23842	0	America/New_York	37.12432	-77.22581	30			VA	149		
4756041	Dixie	dixie	US	25059	0	America/New_York	37.78153	-78.23556	117			VA	065		
4756042	Dixie	dixie	US	25059	0	America/New_York	37.50069	-76.41439	12			VA	115		
4756099	Dodson	dodson	US	59524	0	America/New_York	36.83291	-80.1081	363			VA	141		
4756109	Doe Hill	doe-hill	US	24433	0	America/New_York	38.43207	-79.44449	765			VA	091		
4756140	Dogue	dogue	US	22451	0	America/New_York	38.23207	-77.21581	32			VA	099		
4756163	Dolphin	dolphin	US	23843	0	America/New_York	36.82931	-77.78694	100			VA	025		
4756189	Dongola	dongola	US	62926	0	America/New_York	37.76848	-77.83888	95			VA	109		
4756204	Dorchester	dorchester	US	02121	0	America/New_York	36.94177	-82.64349	614			VA	195		
4756205	Dorchester	dorchester	US	02121	0	America/New_York	37.46737	-77.47471	55			VA	159		
4756213	Dorset	dorset	US	05251	0	America/New_York	37.4682	-77.80527	97			VA	145		
4756225	Doswell	doswell	US	23047	0	America/New_York	37.86014	-77.46415	47	Doswell,Hanover Junction		VA	085		
4756288	Dover	dover	US	02030	0	America/New_York	38.9765	-77.67444	107	Dover,Stoke		VA	107		
4756345	Drakes Branch	drakes-branch	US	23937	515	America/New_York	36.99293	-78.60111	115	Drakes Branch,Ducks Puddle		VA	037		
4756355	Draper	draper	US	24324	320	America/New_York	37.00595	-80.74729	655	Draper,Drapers Valley,Lucretia		VA	155		
4756379	Drewryville	drewryville	US	23844	0	America/New_York	36.71571	-77.30636	30	Drewrysville,Drewryville		VA	175		
4756397	Driver	driver	US	72329	0	America/New_York	36.8232	-76.50245	5	Driver,Drivers		VA	800		
4756440	Dry Branch	dry-branch	US	31020	0	America/New_York	37.23457	-80.61812	525			VA	155		
4756479	Dry Fork	dry-fork	US	24549	0	America/New_York	36.75458	-79.39975	189	Dry Fork,Dry Fork Depot,Dryfork		VA	143		
4756486	Dry Fork	dry-fork	US	24549	0	America/New_York	36.73345	-81.6204	728			VA	173		
4756495	Dry Fork	dry-fork	US	24549	0	America/New_York	36.91427	-82.39487	495			VA	195		
4756549	Dryden	dryden	US	04225	1208	America/New_York	36.77759	-82.94155	439			VA	105		
4756552	Drytown	drytown	US	95699	0	America/New_York	37.14734	-81.49178	761	Dry Town,Drytown		VA	185		
4756557	Dublin	dublin	US	03444	2686	America/New_York	37.10568	-80.68534	635	Dablin,Dublin,PSK,dwblyn,Даблин,Дублин,دوبلين,ڈبلن، ورجینیا		VA	155		
4756598	Duffield	duffield	US	24244	86	America/New_York	36.71898	-82.796	438			VA	169		
4756601	Dudley	dudley	US	01571	0	America/New_York	36.80319	-78.91029	152			VA	083		
4756604	Dugspur	dugspur	US	24325	0	America/New_York	36.81791	-80.60979	811	Dug Spur,Dugspur		VA	035		
4756643	Dumfries	dumfries	US	22025	5217	America/New_York	38.56762	-77.32804	11	Damfriz,Dumfrijs,dwmsfrys,Дамфриз,Дъмфрийс,دومسفريس		VA	153		
4756657	Dunbar	dunbar	US	15431	0	America/New_York	36.97399	-82.7471	593			VA	195		
4756664	Duncan	duncan	US	29334	0	America/New_York	36.91208	-80.48978	744	Duncan,Duncans		VA	063		
4756688	Duncanville	duncanville	US	35456	0	America/New_York	36.82344	-81.98846	596			VA	191		
4756689	Dundas	dundas	US	23938	0	America/New_York	36.91487	-78.02167	139			VA	111		
4756691	Dundee	dundee	US	14837	0	America/New_York	37.1157	-79.5117	228			VA	019		
4756692	Dundee	dundee	US	14837	0	America/New_York	36.59153	-79.37586	134			VA	143		
4756693	Dundee	dundee	US	14837	0	America/New_York	37.24097	-79.8817	346			VA	161		
4756699	Dunedin	dunedin	US	34697	0	America/New_York	36.86015	-76.41717	5			VA	550		
4756700	Dunedin	dunedin	US	34697	0	America/New_York	37.20654	-77.43693	45			VA	730		
4756706	Dungannon	dungannon	US	24245	332	America/New_York	36.82843	-82.47237	408	Dungannon,Dunganon		VA	169		
4756736	Dunn Loring	dunn-loring	US	22027	8803	America/New_York	38.89344	-77.22165	133			VA	059		
4756745	Dunnsville	dunnsville	US	22454	0	America/New_York	37.85764	-76.81968	36			VA	057		
4756755	Durand	durand	US	48429	0	America/New_York	36.72015	-77.58804	62			VA	081		
4756783	Dutton	dutton	US	23050	0	America/New_York	37.49792	-76.45745	20			VA	073		
4756787	Dwale	dwale	US	41621	0	America/New_York	37.19122	-82.40543	610			VA	051		
4756788	Dwight	dwight	US	60420	0	America/New_York	37.25789	-81.92679	474			VA	027		
4756789	Dwight	dwight	US	60420	0	America/New_York	36.85321	-76.81218	20			VA	093		
4756809	Dyke	dyke	US	22935	0	America/New_York	38.25374	-78.53974	195			VA	079		
4756840	Eagle Rock	eagle-rock	US	24085	0	America/New_York	37.64069	-79.80116	296	Breckenridge,Eagle Mountain,Eagle Rock,Eaglerock,Rat Hole,Sheets		VA	023		
4756869	Early	early	US	50535	0	America/New_York	36.80735	-80.79007	698			VA	035		
4756877	Earlysville	earlysville	US	22936	0	America/New_York	38.15763	-78.48279	196	Earleysville,Earlysville		VA	003		
4756955	East Hampton	east-hampton	US	06424	147993	America/New_York	37.03737	-76.33161	1			VA	650		
4756957	East Haven	east-haven	US	05837	0	America/New_York	36.89348	-76.28189	2			VA	710		
4756982	East Point	east-point	US	41216	0	America/New_York	37.72013	-75.81465	1			VA	001		
4756985	East Point	east-point	US	41216	0	America/New_York	38.41929	-78.65974	303			VA	165		
4757013	East Stone Gap	east-stone-gap	US	24246	0	America/New_York	36.86676	-82.74238	469	East Stone Gap,East Stonegap,Elverton Station		VA	195		
4757053	Eastham	eastham	US	02642	0	America/New_York	38.0718	-78.41168	126	Eastham,Eastman		VA	003		
4757062	Eastover	eastover	US	29044	0	America/New_York	36.74015	-76.57301	8			VA	800		
4757063	Eastover	eastover	US	29044	0	America/New_York	37.1982	-76.89274	27			VA	181		
4757073	Eastville	eastville	US	23347	167	America/New_York	37.35264	-75.94576	9	Eastville,Forks of Hungars Creek,Hornes of Hungars Creek,Istvil,Peachburg,The Horns,aystfyl,Иствил,إيستفيل	131	VA	131		
4757076	Eastwood	eastwood	US	40018	0	America/New_York	37.1132	-76.51884	10			VA	700		
4757166	Ebony	ebony	US	23845	161	America/New_York	36.57876	-77.99083	105			VA	025		
4757200	Edgefield	edgefield	US	29824	0	America/New_York	36.88987	-76.39106	3			VA	740		
4757214	Edgemont	edgemont	US	19028	0	America/New_York	37.76179	-79.9895	386			VA	580		
4757217	Edgerton	edgerton	US	43517	0	America/New_York	36.77904	-77.77749	97	Edgerton,Edgertown		VA	025		
4757218	Edgewater	edgewater	US	07020	0	America/New_York	36.89487	-76.30772	2			VA	710		
4757221	Edgewood	edgewood	US	21040	0	America/New_York	37.45431	-79.09225	267			VA	009		
4757222	Edgewood	edgewood	US	21040	0	America/New_York	36.73682	-76.23272	4			VA	550		
4757223	Edgewood	edgewood	US	21040	0	America/New_York	37.0732	-76.51023	9			VA	700		
4757224	Edgewood	edgewood	US	21040	0	America/New_York	37.29208	-80.01671	337			VA	770		
4757225	Edgewood	edgewood	US	21040	0	America/New_York	37.30152	-80.02865	313			VA	775		
4757226	Edgewood	edgewood	US	21040	0	America/New_York	36.56264	-79.44336	190			VA	590		
4757227	Edgewood	edgewood	US	21040	0	America/New_York	37.11485	-80.39088	691			VA	121		
4757240	Edinburg	edinburg	US	16116	1069	America/New_York	38.82095	-78.56585	246	Eden,Eden-Burg,Edenburg,Edenburgh,Edinburg,Ehdinburg,Shryock,Stony Creek,adynbwrgh,Единбург,Эдинбург,إدينبورغ		VA	171		
4757247	Edgar	edgar	US	54426	0	America/New_York	37.8532	-77.29665	62			VA	033		
4757292	Edwardsville	edwardsville	US	22456	0	America/New_York	38.83456	-77.80777	182			VA	061		
4757293	Edwardsville	edwardsville	US	22456	0	America/New_York	37.90652	-76.36523	26			VA	133		
4757312	Eggleston	eggleston	US	24086	0	America/New_York	37.28735	-80.61867	517	Chapmans Springs,Eggleston,Eggleston Springs,Egglestons Springs,Gun Powder Springs,Gunpowder Springs,Hygeian Springs,White Sulphur Springs		VA	071		
4757335	El Nido	el-nido	US	95317	0	America/New_York	38.91817	-77.16637	102	El Nido,El-Nido,Elnido		VA	059		
4757345	Elberon	elberon	US	23846	0	America/New_York	37.07432	-76.88357	34	Cockes Crossroads,Cokes Crossroad,Elberon		VA	181		
4757398	Elk Creek	elk-creek	US	24326	0	America/New_York	36.72151	-81.17704	799	Elk Creek,Elkcreek		VA	077		
4757406	Elk Garden	elk-garden	US	26717	0	America/New_York	36.909	-81.98013	650			VA	167		
4757446	Elkhorn	elkhorn	US	24831	0	America/New_York	36.86458	-79.10974	176			VA	083		
4757467	Elkton	elkton	US	21921	2809	America/New_York	38.4079	-78.62363	296	Conrad's Store,Conrads Store,Elkton,alktwn,Елктон,ألكتون		VA	165		
4757475	Elkwood	elkwood	US	22718	0	America/New_York	38.51179	-77.85583	96			VA	047		
4757481	Ellendale	ellendale	US	19941	0	America/New_York	36.9165	-81.56984	670			VA	173		
4757490	Elko	elko	US	29826	0	America/New_York	37.47292	-77.21136	23	Elko,Elks		VA	087		
4757519	Elliston	elliston	US	24087	902	America/New_York	37.21652	-80.23254	385	Big Spring,Big Springs,Carnegie City,Elliston		VA	121		
4757521	Ellisville	ellisville	US	39437	0	America/New_York	38.09736	-77.99444	125			VA	109		
4757539	Elma	elma	US	14059	0	America/New_York	37.75375	-78.79502	197	Elma,Elmington		VA	125		
4757541	Elmhurst	elmhurst	US	11373	0	America/New_York	36.88348	-76.23022	4			VA	710		
4757547	Elmo	elmo	US	59915	0	America/New_York	36.67653	-79.12224	170			VA	083		
4757548	Elmont	elmont	US	11003	0	America/New_York	37.71126	-77.49248	67			VA	085		
4757556	Elon	elon	US	27244	0	America/New_York	37.51764	-79.19503	257			VA	009		
4757572	Elwood	elwood	US	08217	0	America/New_York	36.67626	-76.82385	20			VA	800		
4757582	Ely	ely	US	52227	0	America/New_York	36.76926	-82.98961	424			VA	105		
4757667	Emory	emory	US	24327	1251	America/New_York	36.77289	-81.83623	648			VA	191		
4757673	Emporia	emporia	US	23847	5496	America/New_York	36.68598	-77.54248	34	Belfield,Emporia,Emporia City,Emporija,Hicks Ford,Hicks' Ford,Hicksford,Hicksville,ambwrya,ampwrya  wyrjynya,aympwrya  wrjynya,empolia,en bo li ya,enporia,Емпорија,إمبوريا,امپوریا، ویرجینیا,ایمپوریا، ورجینیا,エンポリア,恩波里亞,엠포리아	595	VA	595		
4757693	Endicott	endicott	US	13760	0	America/New_York	36.88764	-80.14977	353	Endicott,Long Branch		VA	067		
4757699	Enfield	enfield	US	03748	0	America/New_York	37.74542	-77.21859	50			VA	101		
4757713	Englewood	englewood	US	07631	0	America/New_York	37.23597	-79.94281	398			VA	770		
4757733	Enola	enola	US	17025	0	America/New_York	38.89844	-77.22887	147			VA	059		
4757734	Enon	enon	US	45323	3466	America/New_York	37.3307	-77.32276	13			VA	041		
4757735	Enon	enon	US	45323	0	America/New_York	37.76376	-78.01028	82			VA	075		
4757797	Epworth	epworth	US	30541	0	America/New_York	37.79097	-77.21192	54			VA	101		
4757826	Esmont	esmont	US	22937	528	America/New_York	37.83125	-78.60724	138			VA	003		
4757852	Ethel	ethel	US	25076	0	America/New_York	37.99624	-76.78079	42	Ethel,Greenfield		VA	159		
4757855	Etlan	etlan	US	22719	0	America/New_York	38.5254	-78.2625	193			VA	113		
4757861	Etta	etta	US	38627	0	America/New_York	38.14291	-77.17331	12			VA	033		
4757863	Ettrick	ettrick	US	54627	6682	America/New_York	37.24015	-77.42998	32	Ettrick,Ettrick Banks,Ettricks,Ettricks Banks		VA	041		
4757869	Eubank	eubank	US	42567	0	America/New_York	37.85208	-76.77274	6			VA	057		
4757872	Euclid	euclid	US	44117	0	America/New_York	36.84043	-76.15521	5	Clapham Junction,Euclid		VA	810		
4757879	Eureka	eureka	US	48833	0	America/New_York	37.04654	-78.55277	158	Eureka,Eureka Mills		VA	037		
4757906	Evansdale	evansdale	US	50707	0	America/New_York	38.63512	-77.34276	81			VA	153		
4757915	Evergreen	evergreen	US	23939	0	America/New_York	37.31848	-78.76584	222			VA	011		
4757917	Evergreen	evergreen	US	23939	0	America/New_York	37.22235	-80.40394	660			VA	121		
4757953	Evington	evington	US	24550	0	America/New_York	37.23376	-79.28947	212			VA	031		
4757955	Ewell	ewell	US	21824	0	America/New_York	37.32904	-76.74218	29			VA	095		
4757960	Ewing	ewing	US	24248	439	America/New_York	36.63675	-83.43157	429	Juing,Юинг		VA	105		
4757966	Exeter	exeter	US	02822	0	America/New_York	36.87593	-82.85405	601			VA	195		
4757978	Exmore	exmore	US	23350	1447	America/New_York	37.5318	-75.82299	10			VA	131		
4757997	Faber	faber	US	22938	0	America/New_York	37.83181	-78.73752	181	Faber,Faber Mills,Fabers Mill,Orlando		VA	125		
4758006	Fair Haven	fair-haven	US	05743	0	America/New_York	38.78511	-77.07442	32	Fair Haven,Fairhaven		VA	059		
4758010	Fair Oaks	fair-oaks	US	47943	0	America/New_York	38.84095	-77.28971	129			VA	600		
4758011	Fair Oaks	fair-oaks	US	47943	0	America/New_York	37.5307	-77.31609	51			VA	087		
4758023	Fairfax	fairfax	US	05454	24013	America/New_York	38.84622	-77.30637	131	City of Fairfax,Fairfax,Fairfax Court House,Ferfaks,Feurfaks,Providence,feafakkusu,fei er fa ke si,frfks  wyrjynya,fyrfaks,fyyrfyks  wrjynya,peeopaegseu,Ферфакс,Феърфакс,فرفکس، ویرجینیا,فيرفاكس,فیئرفیکس، ورجینیا,フェアファックス,費爾法克斯,페어팩스	600	VA	600		
4758102	Fairfax Station	fairfax-station	US	22039	12030	America/New_York	38.80095	-77.32554	122	Fairfax Station,Swetman,Swetnam		VA	059		
4758110	Fairfield	fairfield	US	04937	0	America/New_York	39.20483	-77.96111	191			VA	043		
4758111	Fairfield	fairfield	US	04937	0	America/New_York	37.8793	-79.28948	494			VA	163		
4758112	Fairfield	fairfield	US	04937	0	America/New_York	37.2768	-80.03532	315			VA	775		
4758137	Fairgrove	fairgrove	US	48733	0	America/New_York	38.13458	-78.52335	143			VA	003		
4758140	Fairhope	fairhope	US	15538	0	America/New_York	37.3068	-79.99087	338			VA	770		
4758141	Fairland	fairland	US	46126	0	America/New_York	38.81539	-77.16526	79			VA	059		
4758142	Fairland	fairland	US	46126	0	America/New_York	37.30264	-79.97087	318			VA	770		
4758143	Fairlawn	fairlawn	US	44334	2147	America/New_York	37.77624	-79.982	427			VA	580		
4758144	Fairlawn	fairlawn	US	44334	2367	America/New_York	37.14846	-80.57839	585			VA	155		
4758161	Fairmount	fairmount	US	30139	0	America/New_York	37.28625	-79.92476	297			VA	770		
4758169	Fairplay	fairplay	US	21733	0	America/New_York	37.83736	-76.6194	34			VA	159		
4758170	Fairport	fairport	US	14450	0	America/New_York	37.83346	-76.29022	3	Fair Port,Fairport,Timbs,Timbs Wharf		VA	133		
4758171	Fairview	fairview	US	07022	0	America/New_York	37.89819	-76.81274	3			VA	057		
4758172	Fairview	fairview	US	07022	0	America/New_York	38.97789	-77.2572	74			VA	059		
4758173	Fairview	fairview	US	07022	0	America/New_York	38.84706	-77.29526	135			VA	600		
4758174	Fairview	fairview	US	07022	240	America/New_York	36.81542	-78.46666	174			VA	117		
4758175	Fairview	fairview	US	07022	0	America/New_York	37.05068	-80.49755	605			VA	121		
4758176	Fairview	fairview	US	07022	0	America/New_York	37.26653	-75.96882	9			VA	131		
4758177	Fairview	fairview	US	07022	0	America/New_York	38.65429	-78.42917	279			VA	139		
4758178	Fairview	fairview	US	07022	0	America/New_York	37.29208	-79.98948	327			VA	770		
4758179	Fairview	fairview	US	07022	0	America/New_York	36.63454	-82.90239	365			VA	169		
4758180	Fairview	fairview	US	07022	0	America/New_York	36.99012	-81.13454	784			VA	197		
4758181	Fairview	fairview	US	07022	0	America/New_York	36.85679	-81.27621	765			VA	197		
4758225	Fairview Heights	fairview-heights	US	62208	0	America/New_York	37.81679	-79.81255	380			VA	005		
4758226	Fairview Heights	fairview-heights	US	62208	0	America/New_York	37.38792	-79.14558	250	Fairview,Fairview Heights		VA	680		
4758390	Falls Church	falls-church	US	22040	13892	America/New_York	38.88233	-77.17109	100	Falls Church City,Fols Cherch,Fols-Cherch,falz chrch  wyrjynya,foruzuchachi,fu er si che qi,fwlz chrch,fwlz tshyrsh,Фолс Черч,Фолс-Черч,فالز چرچ، ویرجینیا,فولز تشيرش,فولز چرچ,フォールズチャーチ,福爾斯徹奇	610	VA	610		
4758412	Falls Mills	falls-mills	US	24613	0	America/New_York	37.27651	-81.30843	710			VA	185		
4758426	Falmouth	falmouth	US	02540	4274	America/New_York	38.32402	-77.46832	17	Falmut,Falmuthum,Фалмут		VA	179		
4758442	Fancy Gap	fancy-gap	US	24328	237	America/New_York	36.66596	-80.69229	882	Fancy Gap,Fancygap		VA	035		
4758468	Farmers	farmers	US	40319	0	America/New_York	36.96681	-79.40503	313			VA	143		
4758486	Farmingdale	farmingdale	US	04344	0	America/New_York	37.25708	-80.03921	332			VA	161		
4758487	Farmington	farmington	US	03835	0	America/New_York	38.05125	-78.54418	183			VA	003		
4758488	Farmington	farmington	US	03835	0	America/New_York	37.2293	-80.02337	343			VA	161		
4758495	Farmville	farmville	US	23901	8169	America/New_York	37.3021	-78.39194	94	Farmvil,Farmville,Rutledge Ford,Rutledges Ford,farmfyl,Фармвил,فارمفيل	147	VA	147		
4758514	Farnham	farnham	US	14061	0	America/New_York	37.88541	-76.62496	40	Farnham,Farnham Village		VA	159		
4758632	Fentress	fentress	US	78622	0	America/New_York	36.89293	-76.13688	8			VA	810		
4758640	Fentress	fentress	US	78622	0	America/New_York	36.70209	-76.19688	7	Centreville,Fentress		VA	550		
4758671	Ferrum	ferrum	US	24088	2043	America/New_York	36.92292	-80.01337	395	Ferrum,Sophronia		VA	067		
4758727	Fieldale	fieldale	US	24089	879	America/New_York	36.70014	-79.93865	246			VA	089		
4758750	Fincastle	fincastle	US	24090	341	America/New_York	37.4993	-79.87726	378	Botetourt Court House,Fincastle,Finkasl,Millers Mill,fynkastl,Финкасл,فينكاستل	023	VA	023		
4759120	Fishersville	fishersville	US	22939	7462	America/New_York	38.09902	-78.96919	406	Fishersville,Fisherville		VA	015		
4759143	Fitzhugh	fitzhugh	US	74843	0	America/New_York	36.6657	-77.76415	95			VA	025		
4759233	Flat Rock	flat-rock	US	28731	0	America/New_York	37.52265	-77.82333	124			VA	145		
4759234	Flat Rock	flat-rock	US	28731	0	America/New_York	36.61037	-82.84183	368			VA	169		
4759256	Flat Top	flat-top	US	25841	0	America/New_York	37.02899	-82.39737	776			VA	051		
4759282	Flatwoods	flatwoods	US	26621	0	America/New_York	37.54513	-79.87949	354	Flatwood,Flatwoods		VA	023		
4759284	Flatwoods	flatwoods	US	26621	0	America/New_York	37.02428	-82.02652	606			VA	167		
4759285	Flatwoods	flatwoods	US	26621	0	America/New_York	36.89066	-82.42876	633			VA	195		
4759350	Fletcher	fletcher	US	28732	0	America/New_York	38.39291	-78.43334	285	Fletcher,Fletcher Store,Fletchers Store		VA	079		
4759384	Flint Hill	flint-hill	US	22627	0	America/New_York	37.25792	-79.63726	306	Flint Hill,Horeb		VA	019		
4759386	Flint Hill	flint-hill	US	22627	0	America/New_York	39.06955	-77.73999	160			VA	107		
4759388	Flint Hill	flint-hill	US	22627	0	America/New_York	36.79542	-79.49419	252			VA	143		
4759389	Flint Hill	flint-hill	US	22627	209	America/New_York	38.76289	-78.1	195	Flinn's Hill,Flint Hill,Flinthill		VA	157		
4759430	Floris	floris	US	52560	8375	America/New_York	38.93706	-77.41277	108	Floris,Frying Pan		VA	059		
4759446	Floyd	floyd	US	24091	439	America/New_York	36.91124	-80.32005	760	Flojd,Floyd,Floyd Court House,Jacksonville,flwyd,Флојд,فلويد	063	VA	063		
4759526	Ford	ford	US	23850	0	America/New_York	37.14932	-77.73555	94	Ford,Ford's Depot,Fords,Fords Depot		VA	053		
4759538	Fords	fords	US	08863	0	America/New_York	37.68626	-77.71444	99			VA	075		
4759539	Fordsville	fordsville	US	42343	0	America/New_York	38.40152	-78.11611	148	Fordsville,Fordville		VA	113		
4759556	Forest	forest	US	24551	9106	America/New_York	37.36375	-79.28975	269	Forist,Форист		VA	019		
4759569	Forest Hill	forest-hill	US	21050	0	America/New_York	37.41598	-79.20364	238			VA	680		
4759570	Forest Hill	forest-hill	US	21050	0	America/New_York	37.12375	-79.30197	204			VA	031		
4759584	Forest Hills	forest-hills	US	11375	0	America/New_York	36.79959	-76.41717	4			VA	550		
4759585	Forest Hills	forest-hills	US	11375	0	America/New_York	38.6779	-77.39971	104			VA	153		
4759586	Forest Hills	forest-hills	US	11375	0	America/New_York	36.73543	-76.59551	11			VA	800		
4759587	Forest Hills	forest-hills	US	11375	0	America/New_York	36.88654	-76.06354	3			VA	810		
4759589	Forest Hills	forest-hills	US	11375	0	America/New_York	36.58069	-79.41836	165			VA	590		
4759590	Forest Hills	forest-hills	US	11375	0	America/New_York	38.65651	-78.47167	290			VA	139		
4759608	Forest Park	forest-park	US	30297	0	America/New_York	37.33542	-79.27614	282			VA	019		
4759609	Forest Park	forest-park	US	30297	0	America/New_York	37.28986	-79.98198	319			VA	770		
4759610	Forest Park	forest-park	US	30297	0	America/New_York	37.1154	-80.57617	587			VA	750		
4759623	Forestdale	forestdale	US	02644	0	America/New_York	38.64234	-77.32582	95			VA	153		
4759627	Forestville	forestville	US	14062	0	America/New_York	38.71512	-78.72224	330	Forestville,Forrestville,Hesse-Cassel		VA	171		
4759633	Forest Dale	forest-dale	US	05745	0	America/New_York	37.37209	-79.24697	258			VA	680		
4759663	Fork Union	fork-union	US	23055	0	America/New_York	37.7632	-78.26223	109			VA	065		
4759678	Forksville	forksville	US	18616	0	America/New_York	36.75237	-78.04611	106	Forksville,Forkville		VA	117		
4759694	Fort Blackmore	fort-blackmore	US	24250	0	America/New_York	36.77454	-82.58682	400	Blackamore,Fort Blackamore,Fort Blackimore,Fort Blackmore		VA	169		
4759710	Fort Defiance	fort-defiance	US	24437	0	America/New_York	38.24041	-78.97197	392			VA	015		
4759722	Fort Hill	fort-hill	US	15540	0	America/New_York	37.38625	-79.18308	245	Fort Early,Fort Hill		VA	680		
4759735	Fort Lee	fort-lee	US	07024	7520	America/New_York	37.4957	-77.33526	50			VA	087		
4759758	Fort Mitchell	fort-mitchell	US	23941	0	America/New_York	36.9182	-78.48611	161			VA	111		
4759801	Foster	foster	US	02825	0	America/New_York	37.45291	-76.38495	4			VA	115		
4759839	Four Corners	four-corners	US	82715	0	America/New_York	38.93039	-77.27109	115			VA	059		
4759866	Fox	fox	US	72051	0	America/New_York	36.60929	-81.29343	790			VA	077		
4759968	Franconia	franconia	US	03580	18245	America/New_York	38.78206	-77.14637	76	Franconia,Franconia Station,Frankonija,ZFO,Франкония		VA	059		
4759984	Franklin	franklin	US	02038	0	America/New_York	38.04319	-78.44195	120			VA	003		
4759985	Franklin	franklin	US	02038	0	America/New_York	38.89872	-77.24443	126			VA	059		
4759986	Franklin	franklin	US	02038	8490	America/New_York	36.67765	-76.92246	5	FKN,Franklin,Franklin Depot,Frenklin,Southampton,franklyn,franklyn  wyrjynya,frynkln  wrjynya,fu lan ke lin,furankurin,peulaengkeullin,Франклин,Френклин,فرانكلين,فرانکلین، ویرجینیا,فرینکلن، ورجینیا,フランクリン,富蘭克林,프랭클린	620	VA	620		
4760019	Franklin Park	franklin-park	US	08823	0	America/New_York	38.91011	-77.15331	113			VA	059		
4760021	Franklin Park	franklin-park	US	08823	0	America/New_York	37.12069	-80.40061	675			VA	121		
4760036	Franktown	franktown	US	23354	0	America/New_York	37.47875	-75.87882	7	Frank Towne,Franks Town,Franks Towne,Frankton,Franktown,New Towne		VA	131		
4760059	Fredericksburg	fredericksburg	US	17026	28118	America/New_York	38.30318	-77.46054	17	Fredericksburg,Fredericksburg City,Fredericksburgh,Frederiksberg,Frederiksburg,Fredricksburg,Lease-Land,Leaselands,frdrykzbrg  wyrjynya,frydryksbywrgh,fu lei de li ke si bao,furederikkusubagu,peuledeoligseubeogeu,Фредериксберг,Фредериксбург,Фредеріксбург,فردریکزبرگ، ویرجینیا,فريدريكسبيورغ,فریڈرکزبرگ، ورجینیا,ფრედერიკსბურგი,フレデリックスバーグ,弗雷德里克斯堡,프레더릭스버그	630	VA	630		
4760060	Fredericksburg	fredericksburg	US	17026	0	America/New_York	37.89291	-79.43782	376			VA	163		
4760096	Free Union	free-union	US	22940	193	America/New_York	38.15486	-78.56446	179	Free Union,Nicksville,Nixville		VA	003		
4760121	Freeman	freeman	US	23856	0	America/New_York	36.75487	-77.69332	76			VA	025		
4760139	Freeport	freeport	US	04032	0	America/New_York	37.53958	-76.50717	9			VA	073		
4760147	Freetown	freetown	US	47235	0	America/New_York	38.04847	-78.71224	209			VA	003		
4760156	Fremont	fremont	US	03044	0	America/New_York	37.12566	-82.38515	443			VA	051		
4760172	Friedens	friedens	US	15541	0	America/New_York	38.34957	-78.87614	389			VA	165		
4760183	Friendship	friendship	US	04547	0	America/New_York	36.73011	-81.74151	609			VA	191		
4760204	Fries	fries	US	24330	469	America/New_York	36.71624	-80.97869	666			VA	077		
4760214	Frisco	frisco	US	27936	0	America/New_York	36.59399	-82.63238	391			VA	169		
4760232	Front Royal	front-royal	US	22630	15070	America/New_York	38.91817	-78.19444	173	FRR,Front Rojal,Front Royal,Hell Town,Helltown,Lehewtown,frwnt rwyal,fu lan te luo ya er,Фронт Ројал,فرونت رويال,弗兰特罗亚尔	187	VA	187		
4760276	Fulks Run	fulks-run	US	22830	0	America/New_York	38.66012	-78.90614	354	Fulk's Run,Fulks Run		VA	165		
4760363	Gainesville	gainesville	US	14066	11481	America/New_York	38.79567	-77.61388	108	Gejnsvil,Гејнсвил		VA	153		
4760376	Galax	galax	US	24333	6914	America/New_York	36.66124	-80.92397	723	Bonaparte,Galax,Gejlaks,gai la ke si,galaks  wyrjynya,geirakusu,gylaks  wrjynya,jalaks,Гейлакс,Гејлакс,جالاكس,گالاکس، ویرجینیا,گیلاکس، ورجینیا,ゲイラクス,蓋拉克斯	640	VA	640		
4760383	Galena	galena	US	21635	0	America/New_York	36.88123	-80.89313	600			VA	197		
4760385	Gainesboro	gainesboro	US	38562	0	America/New_York	39.27844	-78.25917	199	Gainesboro,Gainsboro,Pugh Town,Pughtown		VA	069		
4760423	Galveston	galveston	US	46932	0	America/New_York	36.91986	-79.38336	245			VA	143		
4760459	Garden	garden	US	49835	0	America/New_York	37.11456	-81.99735	716			VA	167		
4760460	Garden City	garden-city	US	11530	0	America/New_York	38.90011	-77.13526	99			VA	013		
4760461	Garden City	garden-city	US	11530	0	America/New_York	37.2318	-79.92837	319			VA	770		
4760491	Gardner	gardner	US	01440	0	America/New_York	37.03067	-81.93568	579	Gardener,Gardner,Gardners		VA	167		
4760560	Garrisonville	garrisonville	US	22463	0	America/New_York	38.48262	-77.42665	84			VA	179		
4760574	Gasburg	gasburg	US	23857	481	America/New_York	36.56681	-77.89555	94			VA	025		
4760593	Gate City	gate-city	US	24251	1955	America/New_York	36.63788	-82.58099	408	Estillville,Gate City,Winfield	169	VA	169		
4760599	Gatewood	gatewood	US	63942	0	America/New_York	38.08208	-77.66888	101			VA	177		
4760618	Gaylord	gaylord	US	49734	0	America/New_York	39.1876	-77.93055	168			VA	043		
4760653	Genoa	genoa	US	13071	0	America/New_York	38.6404	-78.91781	368			VA	165		
4760725	Georgetown	georgetown	US	01833	0	America/New_York	37.8318	-76.44634	34			VA	133		
4760726	Georgetown	georgetown	US	01833	0	America/New_York	38.73706	-78.66752	316			VA	171		
4760735	Georgetown	georgetown	US	01833	0	America/New_York	37.68403	-77.35415	55			VA	085		
4760748	Germantown	germantown	US	12526	0	America/New_York	38.61373	-77.74166	119	German Town,Germantown		VA	061		
4760766	Ghent	ghent	US	12075	0	America/New_York	36.86265	-76.30077	3			VA	710		
4760767	Ghent	ghent	US	12075	0	America/New_York	37.26403	-79.97337	317			VA	770		
4760818	Gilbert	gilbert	US	18331	0	America/New_York	38.14597	-78.3739	114			VA	003		
4760855	Gillespie	gillespie	US	62033	0	America/New_York	37.21403	-79.43225	288	Gillaspie,Gillespie		VA	019		
4760856	Gillespie	gillespie	US	62033	0	America/New_York	37.09178	-81.67067	687			VA	185		
4760904	Gilman	gilman	US	05904	0	America/New_York	37.77848	-77.58054	56			VA	085		
4760971	Glade Spring	glade-spring	US	24340	1453	America/New_York	36.79122	-81.77123	636	Glade Spring,Glejd Spring,Passawatomie,ghlayd sbryngh,glyd aspryng  wyrjynya,Глејд Спринг,غلايد سبرينغ,گلید اسپرینگ، ویرجینیا		VA	191		
4760990	Gladstone	gladstone	US	07934	0	America/New_York	37.54681	-78.84946	127			VA	125		
4761005	Gladys	gladys	US	24554	0	America/New_York	37.1632	-79.07363	238	Connelly's Tavern,Connellys Tavern,Gladesville,Gladys,Pigeon Run,Woodlawn		VA	031		
4761008	Glasgow	glasgow	US	16644	1115	America/New_York	37.63402	-79.45031	225	Glazgou,ghlaskw,Глазгоу,غلاسكو		VA	163		
4761054	Glen Allen	glen-allen	US	23058	14774	America/New_York	37.66598	-77.50637	61	Glen Allen,Glenallen		VA	087		
4761061	Glen Cove	glen-cove	US	11542	0	America/New_York	37.31902	-80.01643	343			VA	161		
4761063	Glen Echo	glen-echo	US	20812	0	America/New_York	38.85011	-78.22445	268			VA	187		
4761078	Glen Lyn	glen-lyn	US	24093	117	America/New_York	37.36818	-80.86425	510	Glen Lyn,Glenlyn,Hells Gate,Montreal,Parkinson Shumates Ferry		VA	071		
4761085	Glen Rock	glen-rock	US	07452	0	America/New_York	36.85043	-76.19855	6	Glen Rock,Glenrock		VA	710		
4761087	Glen Wilton	glen-wilton	US	24438	0	America/New_York	37.75291	-79.81894	305			VA	023		
4761095	Glendale	glendale	US	01229	0	America/New_York	38.96983	-77.24915	69			VA	059		
4761096	Glendale	glendale	US	01229	0	America/New_York	37.4457	-77.23303	45			VA	087		
4761097	Glendale	glendale	US	01229	0	America/New_York	37.0707	-76.49301	9			VA	700		
4761098	Glendale	glendale	US	01229	0	America/New_York	38.65345	-77.33832	83			VA	153		
4761099	Glendale	glendale	US	01229	0	America/New_York	37.31402	-80.01393	330			VA	770		
4761115	Glenmont	glenmont	US	12077	0	America/New_York	37.22375	-79.99559	371			VA	161		
4761134	Glenwood	glenwood	US	07418	0	America/New_York	37.47736	-79.10836	261			VA	009		
4761135	Glenwood	glenwood	US	07418	0	America/New_York	36.58875	-79.36613	172			VA	143		
4761136	Glenwood	glenwood	US	07418	0	America/New_York	36.90846	-80.80285	618			VA	197		
4761157	Globe	globe	US	85501	0	America/New_York	37.81236	-77.1997	57			VA	101		
4761161	Gloucester	gloucester	US	01930	0	America/New_York	37.41375	-76.52551	22	Botetourt,Botetourt Court House,Botetourt Towne,Gloucester,Gloucester Court House,Werowocomico		VA	073		
4761171	Gloucester Point	gloucester-point	US	23062	9402	America/New_York	37.25403	-76.49689	10	Gloucester Point,Gloucester Town,Tindalls Point,Tyndalls Point		VA	073		
4761178	Glenford	glenford	US	12433	0	America/New_York	36.79011	-81.92957	571			VA	191		
4761180	Gloversville	gloversville	US	12078	0	America/New_York	36.8607	-76.56828	6			VA	800		
4761240	Gold Hill	gold-hill	US	28071	0	America/New_York	37.62348	-78.37028	159	Gold Hill,Goldhill,Oak Grove,Whites Shop		VA	029		
4761267	Goldvein	goldvein	US	22720	0	America/New_York	38.44902	-77.65527	106	Goldvein,Grove Church		VA	061		
4761277	Goochland	goochland	US	23063	861	America/New_York	37.68431	-77.88527	77	Goochland,Goochland Court House,Guchland,Гучланд	075	VA	075		
4761335	Goode	goode	US	24556	0	America/New_York	37.35875	-79.3917	243	Goode,Goodes,Goodes Crossing		VA	019		
4761369	Goodview	goodview	US	24095	0	America/New_York	37.21431	-79.72503	304	Good View,Goodview		VA	019		
4761463	Gore	gore	US	22637	0	America/New_York	39.26399	-78.33195	219	Back Creek Valley,Cross Junction,Gore		VA	069		
4761471	Gordonsville	gordonsville	US	22942	1577	America/New_York	38.13736	-78.18778	152	Beale Tavern,GVE,Gordonsvil,Gordonsville,ghwrdwnsfyl,Гордонсвил,غوردونسفيل,گورڈنزویل، ورجینیا		VA	137		
4761487	Goshen	goshen	US	01032	354	America/New_York	37.98707	-79.49782	428	Goshen,Goshen Bridge,Гошен		VA	163		
4761523	Gosport	gosport	US	47433	0	America/New_York	36.81043	-76.323	2	Gosport,Gosport Homes		VA	740		
4761652	Grady	grady	US	36036	0	America/New_York	36.78708	-79.63725	280			VA	143		
4761653	Grafton	grafton	US	01519	0	America/New_York	37.55903	-76.47023	28			VA	119		
4761654	Grafton	grafton	US	01519	0	America/New_York	37.16542	-76.46856	16	Cocketown,Cockletown,Grafton		VA	199		
4761700	Grand View	grand-view	US	54839	0	America/New_York	37.07792	-76.2755	3	Grand View,Grandvies,Grandview		VA	650		
4761716	Grandy	grandy	US	27939	0	America/New_York	36.80042	-77.95528	119			VA	025		
4761723	Granite	granite	US	73547	0	America/New_York	37.53292	-77.50721	45			VA	760		
4761726	Granite Springs	granite-springs	US	10527	0	America/New_York	38.18847	-77.85444	131			VA	177		
4761728	Grandview	grandview	US	37337	0	America/New_York	37.2718	-80.0456	307			VA	775		
4761747	Granville	granville	US	01034	0	America/New_York	37.38209	-77.24136	15			VA	036		
4761774	Grassy Creek	grassy-creek	US	28631	0	America/New_York	36.64292	-79.92115	289			VA	089		
4761778	Grassy Creek	grassy-creek	US	28631	0	America/New_York	36.78094	-82.3382	630			VA	167		
4761874	Gray	gray	US	04039	0	America/New_York	36.79682	-77.34358	38			VA	183		
4761912	Grayson	grayson	US	30017	0	America/New_York	36.76762	-80.94869	635			VA	035		
4761920	Graysville	graysville	US	15337	0	America/New_York	37.71346	-75.67882	13			VA	001		
4761951	Great Falls	great-falls	US	22066	15427	America/New_York	38.99817	-77.28832	104	Forestville,Great Falls,Grejt Fols,Грејт Фолс		VA	059		
4762025	Green Bay	green-bay	US	23942	0	America/New_York	37.13376	-78.31472	181	Green Bay,Greenbay		VA	147		
4762106	Green Pond	green-pond	US	29446	0	America/New_York	36.88125	-79.50892	288			VA	143		
4762115	Green Spring	green-spring	US	26722	0	America/New_York	39.30427	-78.16945	213	Green Spring,Green Springs		VA	069		
4762117	Green Spring	green-spring	US	26722	0	America/New_York	36.63483	-81.99568	534	Green Spring,Green Springs		VA	191		
4762127	Green Springs	green-springs	US	44836	0	America/New_York	38.08597	-78.11167	160	Green Spring Depot,Green Springs,Greenspring Depot		VA	109		
4762141	Green Valley	green-valley	US	54127	0	America/New_York	38.85511	-77.08859	55			VA	013		
4762143	Green Valley	green-valley	US	54127	0	America/New_York	38.0804	-79.59921	468			VA	017		
4762152	Greenbackville	greenbackville	US	23356	192	America/New_York	38.01151	-75.3902	1			VA	001		
4762158	Green Valley	green-valley	US	54127	0	America/New_York	37.22875	-79.9917	346			VA	161		
4762178	Greenbush	greenbush	US	02040	220	America/New_York	37.74096	-75.68104	13	Eliza Flat,Greenbush		VA	001		
4762179	Greendale	greendale	US	53129	0	America/New_York	37.61403	-77.49665	63			VA	087		
4762180	Greendale	greendale	US	53129	0	America/New_York	36.74733	-82.05096	585			VA	191		
4762198	Greenfield	greenfield	US	01301	0	America/New_York	36.62875	-78.41361	120			VA	117		
4762199	Greenfield	greenfield	US	01301	0	America/New_York	37.92764	-78.83808	211			VA	125		
4762200	Greenfield	greenfield	US	01301	0	America/New_York	36.9382	-79.28252	210			VA	143		
4762201	Greenfield	greenfield	US	01301	0	America/New_York	37.33347	-79.95087	312			VA	161		
4762202	Fredericksburg	fredericksburg	US	17026	0	America/New_York	38.24818	-77.42109	21			VA	177		
4762204	Greenfield	greenfield	US	01301	0	America/New_York	36.7315	-81.84096	602			VA	191		
4762259	Greentown	greentown	US	18426	0	America/New_York	36.68765	-77.77916	86			VA	025		
4762265	Greenville	greenville	US	02828	0	America/New_York	38.7179	-77.66249	117			VA	061		
4762270	Greenway	greenway	US	22067	0	America/New_York	37.34098	-77.08164	13			VA	036		
4762272	Greenway	greenway	US	22067	0	America/New_York	37.69598	-77.34359	49			VA	085		
4762273	Greenway	greenway	US	22067	0	America/New_York	37.58431	-78.83363	115			VA	125		
4762275	Greenville	greenville	US	02828	832	America/New_York	38.00347	-79.15586	488	Greensville,Greenville,Grinvill,Гринвилл		VA	015		
4762283	Greenwich	greenwich	US	06830	0	America/New_York	38.74928	-77.64805	114			VA	153		
4762284	Greenwich	greenwich	US	06830	0	America/New_York	36.84181	-76.1866	4	Greenwich,Newton Crossroads		VA	810		
4762289	Greenwood	greenwood	US	04255	0	America/New_York	38.05569	-78.77058	325	Greenwood,Greenwood Depot		VA	003		
4762290	Greenwood	greenwood	US	04255	0	America/New_York	37.95401	-79.96645	482			VA	017		
4762291	Greenwood	greenwood	US	04255	0	America/New_York	37.66264	-77.46804	62			VA	087		
4762292	Greenwood	greenwood	US	04255	0	America/New_York	36.88265	-76.23633	3			VA	710		
4762293	Greenwood	greenwood	US	04255	0	America/New_York	38.43929	-78.65557	337			VA	165		
4762356	Gretna	gretna	US	24557	1248	America/New_York	36.95375	-79.35891	256	Elba,Gretna,Sulphur Springs		VA	143		
4762382	Griffith	griffith	US	46319	0	America/New_York	37.86596	-79.72671	356	Griffin's Station,Griffith		VA	005		
4762395	Grimes	grimes	US	50111	0	America/New_York	39.27816	-78.12611	229			VA	069		
4762400	Grimstead	grimstead	US	23064	0	America/New_York	37.50041	-76.30133	2			VA	115		
4762454	Grottoes	grottoes	US	24441	2758	America/New_York	38.26735	-78.82586	339	Grottoes,Mount Vernon Forge,Shendun		VA	165		
4762463	Grove	grove	US	74344	0	America/New_York	37.22987	-76.6269	27			VA	095		
4762482	Grove Hill	grove-hill	US	36451	0	America/New_York	38.52873	-78.61224	302	Grove Hill,Grovehill		VA	139		
4762493	Groveton	groveton	US	03582	14598	America/New_York	38.76734	-77.0847	60			VA	059		
4762494	Groveton	groveton	US	03582	0	America/New_York	38.81261	-77.54832	72			VA	153		
4762512	Grundy	grundy	US	24614	978	America/New_York	37.27789	-82.09902	323	Grandi,Grundy,Mouth of Slate,ghrandy,Гранди,غراندي	027	VA	027		
4762534	Guilford	guilford	US	04443	0	America/New_York	37.82485	-75.6516	1			VA	001		
4762535	Guilford	guilford	US	04443	0	America/New_York	38.78234	-77.12748	77			VA	059		
4762536	Guilford	guilford	US	04443	0	America/New_York	37.29791	-79.92698	300			VA	770		
4762583	Gum Spring	gum-spring	US	23065	0	America/New_York	37.7757	-77.89666	113	Gum Spring,Gumspring		VA	109		
4762637	Gwynn	gwynn	US	23066	602	America/New_York	37.5043	-76.28855	2	Guynn,Gwynn,Gwynns		VA	115		
4762668	Hacksneck	hacksneck	US	23358	0	America/New_York	37.64319	-75.87049	1			VA	001		
4762670	Haddonfield	haddonfield	US	08033	0	America/New_York	37.15288	-82.60404	579	Haddenfield,Haddonfield		VA	195		
4762678	Hadensville	hadensville	US	23067	0	America/New_York	37.82542	-77.99944	119	Hadensville,Hadenville		VA	075		
4762682	Hagan	hagan	US	30429	0	America/New_York	36.70425	-83.28657	431			VA	105		
4762699	Hague	hague	US	12836	0	America/New_York	38.07235	-76.65107	40	Hague,The Hague		VA	193		
4762749	Halfway	halfway	US	97834	0	America/New_York	38.91622	-77.74472	141			VA	061		
4762755	Halifax	halifax	US	02338	1249	America/New_York	36.76597	-78.92834	141	Banister,Halifax,Halifax Court House,Houston,Khalifaks,halfyks,Халифакс,هالفيكس	083	VA	083		
4762804	Hallieford	hallieford	US	23068	0	America/New_York	37.49375	-76.34022	4			VA	115		
4762820	Hallsboro	hallsboro	US	28442	0	America/New_York	37.48848	-77.72527	81	Hallsboro,Hallsborough		VA	041		
4762821	Hallwood	hallwood	US	23359	0	America/New_York	37.06348	-76.29772	2			VA	650		
4762829	Hamburg	hamburg	US	07419	0	America/New_York	38.65817	-78.51445	247			VA	139		
4762830	Hamburg	hamburg	US	07419	0	America/New_York	38.80511	-78.63751	308	Hamburg,Hamburgh		VA	171		
4762834	Hamilton	hamilton	US	01936	0	America/New_York	37.65904	-78.125	107			VA	049		
4762835	Hamilton	hamilton	US	01936	0	America/New_York	37.02932	-77.60527	84			VA	053		
4762836	Hamilton	hamilton	US	01936	609	America/New_York	39.13427	-77.66249	154	Gamil'ton,Hamilton,Harmony,Khamilton,hamyltwn,Гамильтон,Хамилтон,هاميلتون		VA	107		
4762866	Hamlin	hamlin	US	14464	0	America/New_York	36.92816	-82.27847	497			VA	167		
4762888	Hampden Sydney	hampden-sydney	US	23943	1450	America/New_York	37.24237	-78.45972	163	Hampden Sidney,Hampden Sydney		VA	147		
4762892	Hampstead	hampstead	US	03841	0	America/New_York	38.33346	-77.14164	41	Khehmpsted,Хэмпстед		VA	099		
4762893	Hampstead	hampstead	US	03841	0	America/New_York	37.60598	-77.12969	39	Khehmpsted,Хэмпстед		VA	127		
4762894	Hampton	hampton	US	03842	136454	America/New_York	37.02987	-76.34522	1	Elizabeth City,Gempton,Hampton,Hampton City,Hampton Town,Hamptonas,Kecoughtan,Khamptun,Khehmpton,Khempton,Kiccowtan,Kichotan,LFI,PHF,Southampton,haempeuteon,hambtwn,han pu dun,hanputon,hmptwn  wyrjynya,Гемптон,Хамптън,Хемптон,Хэмптон,هامبتون,همپتون، ویرجینیا,ہیمپٹن، ورجینیا,ハンプトン,漢普頓,햄프턴	650	VA	650		
4762979	Hanover	hanover	US	02339	252	America/New_York	37.76653	-77.37026	35	Hanover,Hanover Court House,Hanover Town	085	VA	085		
4763029	Happy Valley	happy-valley	US	97086	0	America/New_York	37.25848	-79.1453	305			VA	031		
4763035	Harbor View	harbor-view	US	43434	0	America/New_York	38.67095	-77.22498	19			VA	059		
4763036	Harborton	harborton	US	23389	131	America/New_York	37.6618	-75.83049	1	Harboaton,Harborton,Hoffmans Wharf		VA	001		
4763065	Hardy	hardy	US	24101	0	America/New_York	37.23181	-79.81059	304	Hardy,Hardysville,Hardyville		VA	019		
4763091	Hardyville	hardyville	US	23070	0	America/New_York	37.5568	-76.37189	12			VA	119		
4763102	Harman	harman	US	26270	0	America/New_York	37.29317	-82.20208	372	Harman,Harmon		VA	027		
4763103	Harman	harman	US	26270	0	America/New_York	37.15984	-81.70733	658	Harman,Harmon		VA	185		
4763117	Harmony	harmony	US	02829	0	America/New_York	38.87345	-78.59724	330			VA	171		
4763128	Harmony	harmony	US	02829	0	America/New_York	36.55903	-78.96529	149			VA	083		
4763138	Harper	harper	US	25851	0	America/New_York	36.87815	-82.77905	481			VA	195		
4763166	Harrington	harrington	US	04643	0	America/New_York	37.84401	-79.97533	466			VA	005		
4763172	Harpersville	harpersville	US	35078	0	America/New_York	37.0957	-76.45439	11			VA	700		
4763210	Harrisburg	harrisburg	US	17101	0	America/New_York	37.02653	-78.74778	167	Cub Creek,Harrisburg		VA	037		
4763231	Harrisonburg	harrisonburg	US	22801	52538	America/New_York	38.44957	-78.86892	404	Harisonburg,Harrisonburg,Harrisonburg City,Hub of the Valley,Kharisonburg,Rockingham Court House,Rocktown,ha li sen bao,harisonbagu,haryswnbwrgh,hryswnbrg  wyrjynya,Харисонбург,هاريسونبورغ,هریسونبرگ، ویرجینیا,ہیریسنبرگ، ورجینیا,ハリソンバーグ,哈里森堡	660	VA	660		
4763242	Harriston	harriston	US	39081	909	America/New_York	38.21735	-78.83225	356	Harriston,Patterson		VA	015		
4763243	Harrisville	harrisville	US	02830	0	America/New_York	38.95094	-78.46167	266			VA	171		
4764251	Hillsville	hillsville	US	16132	2677	America/New_York	36.76263	-80.73479	767		035	VA	035		
4763260	Hartfield	hartfield	US	23071	0	America/New_York	37.55125	-76.44606	24	Harfield,Hartfield,Lot		VA	119		
4763279	Hartwood	hartwood	US	22471	0	America/New_York	38.40235	-77.56526	110	Hartwood,Hemp		VA	179		
4763288	Harvey	harvey	US	50119	0	America/New_York	36.78426	-82.81766	502			VA	105		
4763291	Harvey	harvey	US	50119	0	America/New_York	37.59791	-79.62365	397			VA	023		
4763307	Haskell	haskell	US	07420	0	America/New_York	36.64788	-82.19236	623	Haskel,Haskell,Haskell Station		VA	191		
4763318	Hat Creek	hat-creek	US	96040	0	America/New_York	37.11875	-78.9039	197			VA	031		
4763344	Hatton	hatton	US	58240	0	America/New_York	37.75931	-78.51279	87	Hatton,Hatton Grange,Mountain View		VA	003		
4763358	Havelock	havelock	US	28532	0	America/New_York	38.02069	-76.83857	42			VA	159		
4763403	Hawthorne	hawthorne	US	07506	0	America/New_York	36.94149	-82.60071	639			VA	720		
4763422	Hayes	hayes	US	23072	0	America/New_York	37.2782	-76.50384	10	Hayes,Hayes Store,Hook,The Hook		VA	073		
4763436	Hayfield	hayfield	US	55940	3909	America/New_York	38.75178	-77.13581	20			VA	059		
4763437	Hayfield	hayfield	US	55940	0	America/New_York	39.23427	-78.28973	235			VA	069		
4763452	Haymarket	haymarket	US	20168	1980	America/New_York	38.81206	-77.63638	112	Hay-Market,Haymarket,Khejmarket,Red House,haymarkt,Хејмаркет,هايماركت		VA	153		
4763465	Haynesville	haynesville	US	22472	0	America/New_York	37.95013	-76.66246	36	Haynesville,Whirlabum		VA	159		
4763476	Haysi	haysi	US	24256	472	America/New_York	37.20539	-82.29403	387			VA	051		
4763487	Haywood	haywood	US	22722	0	America/New_York	38.45346	-78.25222	191			VA	113		
4763492	Hazel	hazel	US	42049	0	America/New_York	36.99066	-82.25375	858			VA	167		
4763518	Hazelwood	hazelwood	US	28738	0	America/New_York	38.18624	-77.22915	15			VA	033		
4763558	Heathsville	heathsville	US	22473	142	America/New_York	37.91763	-76.47217	31	Heath's Store,Heathss Store,Heathsville,Heathsville Courthouse,Hughlet's Tavern,Hughlets Tavern,Hughletts Indian Field,Hughletts Tavern,Khitsvil,Northumberland County Courthouse,Northumberland Courthouse,Rices Inn,Хитсвил	133	VA	133		
4763568	Hebron	hebron	US	03241	0	America/New_York	36.74068	-80.9073	786			VA	035		
4763569	Hebron	hebron	US	03241	0	America/New_York	37.14432	-77.80528	110			VA	053		
4763598	Heflin	heflin	US	36264	0	America/New_York	38.48846	-77.57804	120			VA	179		
4763612	Helm	helm	US	93627	0	America/New_York	37.07958	-79.94754	372	Helm,Helms,Helms Store		VA	067		
4763629	Hematite	hematite	US	63047	0	America/New_York	37.73985	-80.17618	486			VA	005		
4763630	Hemlock	hemlock	US	14466	0	America/New_York	37.0693	-80.2156	583			VA	063		
4763646	Henderson	henderson	US	13650	0	America/New_York	36.87428	-81.85651	563			VA	191		
4763670	Henley	henley	US	65040	0	America/New_York	36.85207	-81.11287	762			VA	197		
4763700	Henry	henry	US	24102	0	America/New_York	37.04959	-78.57083	143			VA	037		
4763701	Henry	henry	US	24102	0	America/New_York	36.8293	-79.99171	272	Alumine,Henry		VA	067		
4763702	Henry	henry	US	24102	0	America/New_York	36.79682	-77.39275	39	Henry,Henry Crossroads		VA	183		
4763729	Henrico	henrico	US	23075	0	America/New_York	36.59264	-78.61611	123			VA	117		
4763749	Herald	herald	US	95638	0	America/New_York	36.98788	-82.40209	829			VA	051		
4763774	Hermitage	hermitage	US	16148	0	America/New_York	38.14152	-78.91419	403			VA	015		
4763792	Hermosa	hermosa	US	57744	0	America/New_York	36.94014	-79.12141	191			VA	083		
4763793	Herndon	herndon	US	17830	24568	America/New_York	38.96955	-77.3861	110	Kherndon,hrndn  wyrjynya,hyrndwn,Херндон,هرندن، ویرجینیا,هيرندون		VA	059		
4763816	Hereford	hereford	US	18056	0	America/New_York	37.25706	-81.32621	723			VA	185		
4763848	Hewlett	hewlett	US	11557	0	America/New_York	37.92236	-77.57637	86	Hewlett,Hewlett's,Hewletts		VA	085		
4763866	Hickman	hickman	US	38567	0	America/New_York	37.02403	-79.98337	338	Cedar Grove Mill,Hickman,Hickmon		VA	067		
4763870	Hickory	hickory	US	15340	0	America/New_York	36.6321	-76.20799	6	Hickory,Hickory Ground		VA	550		
4763879	Hickory Flat	hickory-flat	US	38633	0	America/New_York	36.69818	-80.93147	794			VA	035		
4763883	Hickory Grove	hickory-grove	US	29717	0	America/New_York	36.92681	-79.09613	180			VA	083		
4763884	Hickory Grove	hickory-grove	US	29717	0	America/New_York	38.90011	-77.62777	114	Hickory Grove,Hickorygrove		VA	153		
4763908	Hickory Hills	hickory-hills	US	60457	0	America/New_York	37.12651	-80.56034	581			VA	750		
4763927	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	38.16486	-78.52335	177			VA	003		
4763960	Hicksville	hicksville	US	11801	0	America/New_York	37.19317	-81.13481	646	Hicksford,Hicksville		VA	021		
4763970	Hidden Valley	hidden-valley	US	15502	0	America/New_York	37.24319	-80.04032	377			VA	161		
4764010	High Hill	high-hill	US	63350	0	America/New_York	36.63597	-78.74917	150			VA	083		
4764040	High Point	high-point	US	27260	0	America/New_York	38.48263	-77.98083	139			VA	047		
4764093	Highland	highland	US	12528	0	America/New_York	37.16485	-80.67868	612			VA	155		
4764113	Highland Park	highland-park	US	08904	0	America/New_York	37.29459	-77.29776	21			VA	670		
4764114	Highland Park	highland-park	US	08904	0	America/New_York	37.12262	-80.66479	630			VA	155		
4764115	Highland Park	highland-park	US	08904	0	America/New_York	37.57292	-77.43137	51			VA	760		
4764117	Highland Park	highland-park	US	08904	0	America/New_York	38.91011	-78.22556	196			VA	187		
4764118	Highland Park	highland-park	US	08904	0	America/New_York	37.12124	-80.41449	674			VA	121		
4764119	Highland Park	highland-park	US	08904	0	America/New_York	37.22374	-80.39172	682			VA	121		
4764139	Highlands	highlands	US	07732	0	America/New_York	38.89817	-77.08303	56			VA	013		
4764159	Hilda	hilda	US	29813	0	America/New_York	36.82043	-77.32914	34			VA	183		
4764236	Hillsboro	hillsboro	US	21641	123	America/New_York	37.71014	-76.98275	5			VA	097		
4764237	Hillsboro	hillsboro	US	21641	96	America/New_York	39.19816	-77.72277	161	Hillsboro,Hillsborough,Khillsboro,Хиллсборо		VA	107		
4764247	Hillsdale	hillsdale	US	07642	0	America/New_York	36.72626	-76.63301	22			VA	800		
4764254	Hilltop	hilltop	US	25855	0	America/New_York	36.69125	-79.85032	295			VA	690		
4764263	Hilltown	hilltown	US	18927	0	America/New_York	36.7304	-80.98258	763			VA	077		
4764273	Hiltons	hiltons	US	24258	0	America/New_York	36.65455	-82.46709	400	Hilton,Hiltons		VA	169		
4764286	Hinesville	hinesville	US	31310	0	America/New_York	36.7018	-79.57309	255			VA	143		
4764292	Hinton	hinton	US	22831	0	America/New_York	38.46596	-78.97225	418	Hinton,Karicofe		VA	165		
4764300	Hitchcock	hitchcock	US	57348	0	America/New_York	37.14182	-77.22886	30			VA	149		
4764319	Hiwassee	hiwassee	US	24347	264	America/New_York	36.96873	-80.71368	635	Hiwassee,Hiwassi		VA	155		
4764334	Hobson	hobson	US	59452	0	America/New_York	36.89487	-76.51189	7			VA	800		
4764339	Hockley	hockley	US	77447	0	America/New_York	37.39542	-76.4605	2	Hockley,Hockley Wharf		VA	073		
4764340	Hockley	hockley	US	77447	0	America/New_York	37.50931	-76.73135	17			VA	097		
4764358	Hodges	hodges	US	29653	0	America/New_York	37.12181	-79.15919	232			VA	031		
4764491	Holladay	holladay	US	38341	0	America/New_York	38.12041	-77.86888	110	Holladay,Holladays		VA	177		
4764496	Holland	holland	US	01521	0	America/New_York	36.68126	-76.78024	25	Holland,Holland's Corners		VA	800		
4764522	Holliday	holliday	US	65258	0	America/New_York	37.93431	-77.60776	82			VA	085		
4764534	Hollins	hollins	US	35082	14673	America/New_York	37.34125	-79.9431	339	Enon,Hollins		VA	161		
4764573	Holly Grove	holly-grove	US	72069	0	America/New_York	37.7957	-77.81444	92	Holly Grove,Holy Grove,Inez		VA	109		
4764599	Holly Ridge	holly-ridge	US	28445	0	America/New_York	37.63848	-77.39248	59			VA	085		
4764600	Holly Ridge	holly-ridge	US	28445	0	America/New_York	37.19653	-80.06309	424			VA	161		
4764610	Hollywood	hollywood	US	20636	0	America/New_York	37.39042	-78.71556	230			VA	011		
4764611	Hollywood	hollywood	US	20636	0	America/New_York	36.83375	-79.49614	270			VA	143		
4764612	Hollywood	hollywood	US	20636	0	America/New_York	36.8607	-76.18021	5			VA	810		
4764726	Homeland	homeland	US	33847	0	America/New_York	38.60984	-78.03222	153			VA	047		
4764732	Homestead	homestead	US	15120	0	America/New_York	36.8107	-76.18216	6			VA	810		
4764738	Homewood	homewood	US	60430	0	America/New_York	38.79428	-77.24665	108			VA	059		
4764739	Homewood	homewood	US	60430	0	America/New_York	37.21458	-80.03754	434			VA	161		
4764740	Homewood	homewood	US	60430	0	America/New_York	37.19181	-76.6819	1			VA	181		
4764743	Honaker	honaker	US	24260	1392	America/New_York	37.01622	-81.97429	570	Honaker,New Garden		VA	167		
4764778	Honeyville	honeyville	US	84314	0	America/New_York	38.57873	-78.56223	251			VA	139		
4764779	Honeyville	honeyville	US	84314	0	America/New_York	38.67095	-78.80586	401			VA	165		
4764781	Hood	hood	US	22723	0	America/New_York	38.35485	-78.38279	201			VA	113		
4764824	Hopeton	hopeton	US	73746	0	America/New_York	37.80735	-75.63743	9	Hopeton,Mason Station		VA	001		
4764825	Hopewell	hopewell	US	08525	0	America/New_York	38.87317	-77.71944	207			VA	061		
4764826	Hopewell	hopewell	US	08525	22378	America/New_York	37.30432	-77.2872	15	Khopuehlla,Khoupvel,hopuu~eru,huo pu wei er,hwbwyl,Хопуэлла,Хоупвел,هوبويل,هوپ‌ول، ویرجینیا,ہوپویل، ورجینیا,ホープウェル,霍普維爾	670	VA	670		
4764827	Hopewell	hopewell	US	08525	0	America/New_York	36.7468	-79.46392	251			VA	143		
4764850	Hopkins	hopkins	US	29061	0	America/New_York	37.79124	-75.70437	1			VA	001		
4764910	Horntown	horntown	US	23395	574	America/New_York	37.96957	-75.46381	11	Horn Town,Horntown		VA	001		
4764955	Horsepen	horsepen	US	24619	0	America/New_York	37.22817	-81.51983	603			VA	185		
4765002	Horseshoe Bend	horseshoe-bend	US	72512	0	America/New_York	36.77762	-81.57345	700			VA	173		
4765054	Hot Springs	hot-springs	US	24445	738	America/New_York	37.99957	-79.83172	681	HSP,Hot Springs,Khot Springs,Little Warm Springs,Хот Спрингс		VA	017		
4765061	Hotchkiss	hotchkiss	US	81419	0	America/New_York	38.00152	-79.58088	501			VA	017		
4765096	Howard	howard	US	16841	0	America/New_York	38.91483	-77.22526	145			VA	059		
4765109	Howardsville	howardsville	US	24562	0	America/New_York	37.73459	-78.64724	97			VA	003		
4765110	Howardsville	howardsville	US	24562	0	America/New_York	39.03789	-77.83861	165			VA	107		
4765115	Howell	howell	US	07731	0	America/New_York	37.2743	-79.88143	337			VA	161		
4765129	Howland	howland	US	04448	0	America/New_York	37.87097	-76.45523	25			VA	133		
4765167	Huddleston	huddleston	US	24104	0	America/New_York	37.15681	-79.47447	182	Huddleston,Updike		VA	019		
4765170	Hudgins	hudgins	US	23076	0	America/New_York	37.47097	-76.32578	4			VA	115		
4765196	Huffman	huffman	US	77336	0	America/New_York	37.34791	-80.40172	631			VA	045		
4765229	Hughesville	hughesville	US	17737	0	America/New_York	39.09983	-77.65971	146			VA	107		
4765234	Hugo	hugo	US	55038	0	America/New_York	36.54932	-77.29525	12			VA	175		
4765235	Huguenot	huguenot	US	12746	0	America/New_York	37.5682	-77.71166	71			VA	145		
4765263	Hume	hume	US	14745	0	America/New_York	38.83122	-77.05914	8			VA	510		
4765324	Hunter	hunter	US	12442	0	America/New_York	38.93289	-77.30471	76			VA	059		
4765325	Hunter	hunter	US	12442	0	America/New_York	38.72234	-77.06498	10			VA	059		
4765342	Hunters	hunters	US	99137	0	America/New_York	37.9407	-78.24556	142			VA	065		
4765365	Huntersville	huntersville	US	28070	0	America/New_York	36.86237	-76.27633	3			VA	710		
4765366	Huntersville	huntersville	US	28070	0	America/New_York	36.87432	-76.43134	6	Huntersville,Hunterville		VA	800		
4765392	Huntington	huntington	US	01050	11267	America/New_York	38.79234	-77.07081	20	Khantington,Хантингтон		VA	059		
4765393	Huntington	huntington	US	01050	0	America/New_York	37.0107	-76.44606	10	Huntington,Huntington Heights		VA	700		
4765394	Huntington	huntington	US	01050	0	America/New_York	36.83209	-76.16938	4			VA	810		
4765406	Huntly	huntly	US	22640	0	America/New_York	38.8265	-78.11222	220	Huntly,Sandy,Sandy Hook		VA	157		
4765441	Hurricane	hurricane	US	25526	0	America/New_York	37.00399	-82.53571	779			VA	195		
4765443	Hurleyville	hurleyville	US	12747	0	America/New_York	38.6429	-77.76333	132			VA	061		
4765475	Hurt	hurt	US	24563	1274	America/New_York	37.09264	-79.29641	223	Hurt,Hurt's Store		VA	143		
4765498	Hustle	hustle	US	22476	0	America/New_York	38.04263	-77.06942	50			VA	057		
4765501	Hutchins	hutchins	US	75141	0	America/New_York	36.67571	-76.1891	6			VA	550		
4765502	Hutchinson	hutchinson	US	15640	0	America/New_York	38.94344	-77.51999	95			VA	107		
4765546	Ida	ida	US	48140	0	America/New_York	38.58796	-78.42505	382			VA	139		
4765560	Imboden	imboden	US	72434	0	America/New_York	36.88676	-82.80461	516			VA	195		
4765603	Indian	indian	US	99540	0	America/New_York	37.08761	-81.75817	596			VA	185		
4765648	Indian Lake	indian-lake	US	12842	0	America/New_York	39.23927	-78.28167	234			VA	069		
4765689	Indian Springs	indian-springs	US	89018	0	America/New_York	37.40959	-77.46971	52			VA	041		
4765690	Indian Springs	indian-springs	US	89018	0	America/New_York	38.81178	-77.17193	74			VA	059		
4765703	Indian Valley	indian-valley	US	24105	0	America/New_York	36.90874	-80.55201	824			VA	063		
4765734	Ingleside	ingleside	US	21644	0	America/New_York	38.94233	-77.1822	83			VA	059		
4765735	Ingleside	ingleside	US	21644	0	America/New_York	36.84876	-76.23605	4			VA	710		
4765736	Ingleside	ingleside	US	21644	0	America/New_York	37.21264	-80.01226	380			VA	161		
4765742	Inglewood	inglewood	US	90301	0	America/New_York	38.3904	-78.66474	297			VA	165		
4765744	Ingram	ingram	US	40955	0	America/New_York	36.7443	-79.15835	215			VA	083		
4765757	Inman	inman	US	29349	0	America/New_York	36.91037	-82.80266	521			VA	195		
4766113	Intervale	intervale	US	03845	0	America/New_York	37.81985	-79.98589	409			VA	005		
4766114	Intervale	intervale	US	03845	0	America/New_York	37.29819	-79.97754	334			VA	770		
4766117	Ira	ira	US	50127	0	America/New_York	37.42928	-82.09013	304			VA	027		
4766137	Iron Gate	iron-gate	US	24448	379	America/New_York	37.79763	-79.79116	316	Iron Gate,Irongate		VA	005		
4766138	Iron Gate	iron-gate	US	24448	0	America/New_York	38.77706	-77.50027	63			VA	153		
4766152	Irondale	irondale	US	43932	0	America/New_York	36.84343	-82.76072	526			VA	195		
4766157	Irving	irving	US	14081	0	America/New_York	37.35875	-79.67059	299			VA	019		
4766164	Irwin	irwin	US	15642	0	America/New_York	37.69404	-77.92305	48			VA	075		
4766169	Irvington	irvington	US	07111	415	America/New_York	37.66153	-76.41911	10	Carters Creek,Carters Creek Wharf,Irvington		VA	103		
4766204	Isle of Wight	isle-of-wight	US	23397	0	America/New_York	36.90765	-76.70773	18	Isle of Wight,Isle of Wight Court House	093	VA	093		
4766209	Isom	isom	US	41824	0	America/New_York	37.18705	-82.46182	454			VA	051		
4766221	Ivanhoe	ivanhoe	US	24350	551	America/New_York	36.84012	-80.96675	630	Furnace,Ivanhoe,Ivanhoe Furnace		VA	197		
4766227	Ivor	ivor	US	23866	328	America/New_York	36.90404	-76.89968	27			VA	175		
4766232	Ivy	ivy	US	22945	905	America/New_York	38.05653	-78.59668	159	Ivy,Ivy Depot,Ivy Station,Woodville,Woodville Station		VA	003		
4766344	Jackson	jackson	US	03846	0	America/New_York	37.87236	-77.82166	126			VA	109		
4766367	Jackson Heights	jackson-heights	US	11372	0	America/New_York	37.39125	-79.13363	229			VA	680		
4766413	Jacksontown	jacksontown	US	43030	0	America/New_York	38.91706	-77.94083	172			VA	061		
4766434	Jamaica	jamaica	US	05343	0	America/New_York	37.71514	-76.69412	32			VA	119		
4766510	Jamestown	jamestown	US	02835	0	America/New_York	37.2082	-76.77413	1	Dzeimstaunas,Dzhejmstaun,Džeimstaunas,Iacobopolis,Jacque Ville,James Cittie,James City,James Towne,Jamestown,gyymstʼwn,jeimseutaun,jemcutavun,jemuzutaun,jymstawn,jymztawn  wyrjynya,zhan mu si zhen,Джеймстаун,גיימסטאון,جيمستاون,جیمز ٹاؤن، ورجینیا,جیمز ٹاون، ورجینیا,جیمزتاون، ویرجینیا,ஜேம்சுடவுன்,ჯეიმსტაუნი,ジェームズタウン,詹姆斯鎮,제임스타운		VA	095		
4766524	Jamesville	jamesville	US	13078	0	America/New_York	37.51513	-75.93049	7			VA	131		
4766554	Jarratt	jarratt	US	23867	619	America/New_York	36.81432	-77.46831	46	Jarratt,Jarratt's,Jarratt's Station,Jarratts,Jarretts,Jarretts Depot		VA	081		
4766564	Jasper	jasper	US	14855	0	America/New_York	36.76815	-82.82294	479			VA	105		
4766569	Java	java	US	24565	0	America/New_York	36.83597	-79.2278	213			VA	143		
4766583	Jefferson	jefferson	US	01522	0	America/New_York	37.61348	-77.90472	104	Jefferson,Maxeys,Maxeys Store		VA	145		
4766640	Jeffersonton	jeffersonton	US	22724	0	America/New_York	38.63706	-77.915	140	Jefferson,Jeffersonton,Wealsborough		VA	047		
4766727	Jerome	jerome	US	15937	0	America/New_York	38.86261	-78.72863	363			VA	171		
4766740	Jersey	jersey	US	22481	0	America/New_York	38.21152	-77.13942	47			VA	099		
4766817	Jetersville	jetersville	US	23083	0	America/New_York	37.29432	-78.09417	137			VA	007		
4766835	Jewell Ridge	jewell-ridge	US	24622	0	America/New_York	37.18484	-81.78845	905	Jewell,Jewell Ridge		VA	185		
4767094	Jones	jones	US	36749	0	America/New_York	37.28124	-80.13254	356			VA	161		
4767095	Jones	jones	US	36749	0	America/New_York	38.17013	-77.80916	132	Jones,Jones Store		VA	177		
4767098	Jones	jones	US	36749	0	America/New_York	36.72903	-79.03001	161			VA	083		
4767177	Jones Mill	jones-mill	US	72105	0	America/New_York	36.76375	-79.4653	191			VA	143		
4767228	Jonestown	jonestown	US	17038	0	America/New_York	37.8893	-79.26726	515			VA	163		
4767229	Jonesville	jonesville	US	05466	974	America/New_York	36.68898	-83.111	458	Dzounsvil,jwnsfyl,Џоунсвил,جونسفيل	105	VA	105		
4767237	Jonesboro	jonesboro	US	04648	0	America/New_York	37.78347	-78.97836	255			VA	125		
4767239	Joplin	joplin	US	59531	0	America/New_York	38.56095	-77.38498	91			VA	153		
4767242	Jordan	jordan	US	13080	0	America/New_York	37.67596	-75.69326	11			VA	001		
4767279	Josephine	josephine	US	15750	0	America/New_York	36.92815	-82.66571	627			VA	195		
4767397	Keeling	keeling	US	24566	0	America/New_York	36.72014	-79.28835	215			VA	143		
4767403	Keen Mountain	keen-mountain	US	24624	0	America/New_York	37.20233	-81.98624	421			VA	027		
4767408	Keene	keene	US	03431	0	America/New_York	37.86514	-78.55529	167			VA	003		
4767420	Keezletown	keezletown	US	22832	0	America/New_York	38.41513	-78.80197	404	Keesletown,Keezletown,Keisell's Town,Keisells Town,Kiesells Town		VA	165		
4767444	Keller	keller	US	23401	176	America/New_York	37.6193	-75.76382	12	Keller,Pungoteague Station,Келлер		VA	001		
4767458	Kelly	kelly	US	28448	0	America/New_York	37.38598	-79.0628	158			VA	031		
4767509	Kenbridge	kenbridge	US	23944	1227	America/New_York	36.96209	-78.125	147	Browns Store,Kenbridge,Macfarlandss,McFarlands,Tinkling Spring,Tinkling Springs		VA	111		
4767520	Kenmore	kenmore	US	98028	0	America/New_York	38.95455	-77.26915	103			VA	059		
4767528	Kennard	kennard	US	47351	0	America/New_York	37.91569	-76.74774	36	Kennard,Kennards		VA	159		
4767554	Kent	kent	US	06757	0	America/New_York	36.95206	-81.0187	618	Kent,Kent's Mill		VA	197		
4767570	Kents Store	kents-store	US	23084	0	America/New_York	37.87931	-78.12889	123	Chapel Hill,Hollands Store,Kent,Kent's Store,Kents Store,Quail		VA	065		
4767581	Kenwood	kenwood	US	95452	0	America/New_York	38.83872	-77.19415	101			VA	059		
4767582	Kenwood	kenwood	US	95452	0	America/New_York	37.70903	-77.49915	64			VA	085		
4767583	Kenwood	kenwood	US	95452	0	America/New_York	37.2807	-77.31526	23			VA	670		
4767584	Kenwood	kenwood	US	95452	0	America/New_York	37.28569	-79.90337	286			VA	770		
4767590	Kenyon	kenyon	US	02836	0	America/New_York	36.73348	-76.65495	22			VA	800		
4767591	Keokee	keokee	US	24265	416	America/New_York	36.85898	-82.90405	634	Crab Orchard,Keokee		VA	105		
4767596	Kermit	kermit	US	25674	0	America/New_York	36.62538	-82.72044	420	Kermit,Kermit Cassard		VA	169		
4767634	Keswick	keswick	US	22947	0	America/New_York	38.02264	-78.35917	123	Keswick,Keswick Depot,Keswick Farm,Keswick Station,Turkey Hill		VA	003		
4767664	Key West	key-west	US	33040	0	America/New_York	38.05736	-78.44084	124			VA	003		
4767677	Keysville	keysville	US	23947	812	America/New_York	37.04043	-78.48333	198	Keys Tavern,Keysville,Keysville Depot		VA	037		
4767678	Keysville	keysville	US	23947	0	America/New_York	38.75706	-78.03472	170	Keysville,Lottie		VA	157		
4767723	Kilmarnock	kilmarnock	US	22482	1437	America/New_York	37.71041	-76.37967	27	Crossroads,Kilmarnock,Kilmarnock (Virginia),Kilmarnok,Steptoes Ordinary,kylmarnwk,Килмарнок,كيلمارنوك		VA	103		
4767730	Kimballton	kimballton	US	51543	0	America/New_York	37.36623	-80.67729	514			VA	071		
4767732	Kimball	kimball	US	24853	0	America/New_York	38.68706	-78.40251	279	Elgin,Elgin Station,Kimball		VA	139		
4767747	Kincaid	kincaid	US	25119	0	America/New_York	37.95068	-79.93895	437			VA	005		
4767752	Kinderhook	kinderhook	US	12106	0	America/New_York	38.36985	-78.42806	231			VA	113		
4767758	King	king	US	27021	0	America/New_York	37.2718	-80.07698	372			VA	775		
4767771	King George	king-george	US	22485	4457	America/New_York	38.26818	-77.18442	64	King George,King George Courthouse	099	VA	099		
4767789	King William	king-william	US	23086	252	America/New_York	37.68736	-77.01358	43	King William,King William Court House	101	VA	101		
4767794	King and Queen Court House	king-and-queen-court-house	US	23085	85	America/New_York	37.66986	-76.87746	8	King and Queen,King and Queen Church,King and Queen Court House,King and Quenn	097	VA	097		
4767824	Kingman	kingman	US	04451	0	America/New_York	36.8707	-76.36994	5			VA	740		
4767864	Kings Park	kings-park	US	11754	4333	America/New_York	38.80622	-77.24332	92			VA	059		
4767898	Kingston	kingston	US	02364	0	America/New_York	37.2082	-79.20169	266			VA	031		
4767899	Kingston	kingston	US	02364	0	America/New_York	37.33291	-79.9981	376			VA	161		
4767906	Kingsville	kingsville	US	21087	0	America/New_York	37.24599	-78.44388	149	Frenchs Old Store,Frenchs Store,Kings Tavern,Kingsville		VA	147		
4767914	Kingwood	kingwood	US	26537	0	America/New_York	37.13348	-77.35831	42			VA	149		
4767919	Kinsale	kinsale	US	22488	0	America/New_York	38.02957	-76.58079	13	Kingsale,Kinsale		VA	193		
4768072	Kremlin	kremlin	US	59532	0	America/New_York	38.02958	-76.69135	38			VA	193		
4768075	Kress	kress	US	79052	0	America/New_York	36.93043	-77.81027	74			VA	025		
4768101	La Crosse	la-crosse	US	23950	589	America/New_York	36.70014	-78.09972	145	La Crosse,La-Kross,LaCrosse,Piney Pond,Ла-Кросс		VA	117		
4768116	Lacey Spring	lacey-spring	US	22833	0	America/New_York	38.54123	-78.76641	353	Big Spring,Lacey Spring,Lacy Spring		VA	165		
4768118	Lackey	lackey	US	23694	0	America/New_York	37.23098	-76.55273	24			VA	199		
4768120	Laconia	laconia	US	03246	0	America/New_York	36.73736	-78.63639	130			VA	037		
4768132	Ladysmith	ladysmith	US	22501	0	America/New_York	38.01764	-77.51526	70			VA	033		
4768134	Lafayette	lafayette	US	07848	449	America/New_York	37.23624	-80.21143	366	La Fayette,Lafayette		VA	121		
4768153	Lagrange	lagrange	US	04453	0	America/New_York	38.44152	-77.85305	90	La Grange,Lagrange		VA	047		
4768238	Lake Forest	lake-forest	US	60045	0	America/New_York	36.77182	-76.52967	6			VA	800		
4768263	Lake Jackson	lake-jackson	US	77566	0	America/New_York	38.70262	-77.45471	71			VA	153		
4768333	Lake Park	lake-park	US	31636	0	America/New_York	37.09595	-81.81706	592			VA	185		
4768379	Lake Spring	lake-spring	US	65532	0	America/New_York	37.29319	-80.07282	331			VA	775		
4768396	Lake View	lake-view	US	14085	0	America/New_York	37.29763	-80.07671	335			VA	775		
4768414	Lakeland	lakeland	US	31635	0	America/New_York	38.95872	-77.82111	169			VA	061		
4768415	Lakeland	lakeland	US	31635	0	America/New_York	36.89987	-76.22133	4			VA	710		
4768419	Lakemont	lakemont	US	14857	0	America/New_York	37.23765	-77.3672	16			VA	730		
4768423	Lakeside	lakeside	US	06758	11849	America/New_York	37.60765	-77.47693	54			VA	087		
4768444	Lakeview	lakeview	US	28350	0	America/New_York	37.43459	-79.10725	225			VA	009		
4768445	Lakeview	lakeview	US	28350	0	America/New_York	37.26959	-77.42526	27			VA	570		
4768446	Lakeview	lakeview	US	28350	0	America/New_York	38.78845	-77.61444	102			VA	153		
4768463	Lakewood	lakewood	US	08701	0	America/New_York	37.16043	-77.51749	58			VA	053		
4768464	Lakewood	lakewood	US	08701	0	America/New_York	38.8415	-77.15026	74			VA	059		
4768465	Lakewood	lakewood	US	08701	0	America/New_York	37.23737	-76.75079	22			VA	095		
4768466	Lakewood	lakewood	US	08701	0	America/New_York	36.89098	-76.26938	3			VA	710		
4768467	Lakewood	lakewood	US	08701	0	America/New_York	37.17793	-77.35748	48			VA	730		
4768468	Lakewood	lakewood	US	08701	0	America/New_York	36.58069	-79.30502	164			VA	143		
4768469	Lakewood	lakewood	US	08701	0	America/New_York	37.25375	-79.97254	335			VA	770		
4768470	Lakewood	lakewood	US	08701	0	America/New_York	36.71987	-76.6444	13			VA	800		
4768471	Lakewood	lakewood	US	08701	0	America/New_York	37.12987	-79.28252	189			VA	031		
4768481	Lakota	lakota	US	50451	0	America/New_York	38.5829	-77.87805	90	Freemans Ford,Lakota		VA	047		
4768487	Lake	lake	US	25121	0	America/New_York	37.9743	-76.46967	7			VA	133		
4768503	Lambsburg	lambsburg	US	24351	0	America/New_York	36.58541	-80.76118	451	Lambsburg,Lambsburgh,Lamsburg		VA	035		
4768513	Lancaster	lancaster	US	01523	0	America/New_York	37.76986	-76.46634	24	Lancaster,Lancaster Court House,Lankaster,Ланкастер	103	VA	103		
4768570	Lanesville	lanesville	US	12450	0	America/New_York	37.61459	-76.97858	32	Lanesville,The Bonnet		VA	101		
4768572	Lanexa	lanexa	US	23089	0	America/New_York	37.42376	-76.90108	2			VA	127		
4768578	Langford	langford	US	57454	0	America/New_York	38.04042	-78.62057	218			VA	003		
4768583	Langley	langley	US	29834	0	America/New_York	38.9465	-77.15887	81	Lehngli,laeng-geulli,lan li,lyngly  wrjynya,Лэнгли,לאנגלי,لینگلی، ورجینیا,兰利,랭글리		VA	059		
4768608	Lansdale	lansdale	US	19446	0	America/New_York	36.87709	-76.21272	5	Landsdale,Lansdale		VA	710		
4768622	Larchmont	larchmont	US	10538	0	America/New_York	38.8865	-77.12776	100			VA	013		
4768623	Larchmont	larchmont	US	10538	0	America/New_York	36.89793	-76.30272	2			VA	710		
4768640	Larkspur	larkspur	US	80118	0	America/New_York	36.82015	-76.13744	5			VA	810		
4768673	Laurel	laurel	US	11948	0	America/New_York	37.04733	-81.98679	588			VA	167		
4768674	Laurel	laurel	US	11948	0	America/New_York	36.91676	-82.83127	582			VA	195		
4768678	Laurel	laurel	US	11948	16713	America/New_York	37.64292	-77.50887	67	Hungary Station,Jenningsville School,Laurel		VA	087		
4768738	Laurel Fork	laurel-fork	US	24352	0	America/New_York	36.71764	-80.51868	843	Laurel Fork,Laurel Forks,Laurelfork		VA	035		
4768772	Laurel Hill	laurel-hill	US	28351	0	America/New_York	38.19096	-78.96197	392			VA	015		
4768888	Lawson	lawson	US	64062	0	America/New_York	37.01126	-76.63051	20			VA	093		
4768900	Lawrenceville	lawrenceville	US	12949	1078	America/New_York	36.75765	-77.84694	76	LVL,Lawrenceville,Lorensvil,lawrnsfyl,Лоренсвил,لاورنسفيل	025	VA	025		
4768924	Layton	layton	US	07851	0	America/New_York	38.08763	-76.9908	7	Layton,Layton's Wharf,Laytons,Laytons Landing,Laytons Wharf		VA	057		
4768972	Lebanon	lebanon	US	03756	3342	America/New_York	36.90094	-82.08013	628	Lebanon,lbnan,Лебанон,لبنان	167	VA	167		
4769018	Lee	lee	US	01238	0	America/New_York	37.61154	-77.81638	43			VA	075		
4769125	Leesburg	leesburg	US	08327	51209	America/New_York	39.11566	-77.5636	104	George Town,Georgetown,Leesburg,Leesburg (Virginia),Leesburgh,Lizburg,Louisburg,lysbwrgh,lyzbrg  wrjynya,Лизбург,ليسبورغ,لیزبرگ، ورجینیا	107	VA	107		
4769140	Leesville	leesville	US	29070	0	America/New_York	37.11931	-79.38503	176			VA	031		
4769141	Leesville	leesville	US	29070	0	America/New_York	36.64654	-76.69412	22			VA	800		
4769142	Leesville	leesville	US	29070	0	America/New_York	38.1418	-77.04692	31			VA	193		
4769228	Lenox	lenox	US	01240	0	America/New_York	36.71321	-76.58051	16			VA	800		
4769230	Leon	leon	US	14751	0	America/New_York	38.43763	-78.13833	168	James City,Leon		VA	113		
4769234	Leonard	leonard	US	48367	0	America/New_York	36.69816	-82.24514	514	Leonard,Leonard Station		VA	191		
4769243	Leslie	leslie	US	25972	0	America/New_York	37.22097	-79.89309	310	Leslie,Lester		VA	161		
4769334	Lewiston	lewiston	US	04240	0	America/New_York	38.06875	-77.74221	98	Lewis Store,Lewiston		VA	177		
4769336	Lewistown	lewistown	US	17044	0	America/New_York	37.71792	-77.45415	62			VA	085		
4769337	Lewisville	lewisville	US	19351	0	America/New_York	39.19788	-77.94972	192			VA	043		
4769338	Lexington	lexington	US	02420	0	America/New_York	38.19735	-78.48223	185			VA	003		
4769339	Lexington	lexington	US	02420	7262	America/New_York	37.78402	-79.44282	324	Leksington,Lexington,Lexington City,Shrine of the South,ksynghtwn,legsingteon,lei xing dun,lksyngtwn  wyrjynya,rekishinton,Лексингтон,كسينغتون,لکسینگتون، ویرجینیا,لیکسنگٹن، ورجینیا,レキシントン,勒星頓,렉싱턴	678	VA	678		
4769356	Liberty	liberty	US	04949	0	America/New_York	38.14347	-77.35331	67			VA	033		
4769357	Liberty	liberty	US	04949	0	America/New_York	38.60012	-77.77166	108	Atwell,Liberty		VA	061		
4769358	Liberty	liberty	US	04949	0	America/New_York	36.88458	-78.97474	186	Liberty,Powells Store		VA	083		
4769359	Liberty	liberty	US	04949	0	America/New_York	38.28901	-79.45949	574			VA	091		
4769360	Liberty	liberty	US	04949	0	America/New_York	37.05678	-81.654	726	Knob,Liberty,Liberty Hill		VA	185		
4769412	Liberty Hill	liberty-hill	US	29074	0	America/New_York	38.03403	-78.53279	163			VA	003		
4769413	Liberty Hill	liberty-hill	US	29074	0	America/New_York	36.83096	-80.69729	768			VA	035		
4769424	Liberty Mills	liberty-mills	US	46946	0	America/New_York	38.23097	-78.21973	117	Liberty Mill,Liberty Mills		VA	137		
4769549	Lightfoot	lightfoot	US	23090	0	America/New_York	37.3407	-76.7544	36			VA	095		
4769556	Lignite	lignite	US	58752	0	America/New_York	37.62735	-79.99838	485			VA	023		
4769557	Lignum	lignum	US	22726	0	America/New_York	38.41596	-77.82666	123	Geys Gap,Keyes Gap,Lignum,The Fork,Vestals Gap		VA	047		
4769559	Lilburn	lilburn	US	30047	0	America/New_York	37.52182	-77.83944	119			VA	145		
4769568	Lilly	lilly	US	15938	0	America/New_York	38.46651	-79.01392	436			VA	165		
4769598	Lincoln Park	lincoln-park	US	07035	0	America/New_York	38.82817	-77.36054	110			VA	059		
4769599	Lincoln Park	lincoln-park	US	07035	0	America/New_York	37.69598	-77.39665	51			VA	085		
4769601	Lincoln Park	lincoln-park	US	07035	0	America/New_York	36.91515	-76.24605	5			VA	710		
4769616	Lincoln	lincoln	US	01773	0	America/New_York	39.11538	-77.69499	145	Goose Creek,Lincoln,Linkol'n,Линкольн		VA	107		
4769621	Linden	linden	US	07036	0	America/New_York	38.909	-78.07555	287			VA	187		
4769622	Linden	linden	US	07036	0	America/New_York	36.91537	-82.82099	556			VA	195		
4769631	Lindenwood	lindenwood	US	61049	0	America/New_York	37.27347	-79.86031	348			VA	161		
4769634	Lindsay	lindsay	US	59339	0	America/New_York	38.08819	-78.24639	149	Lindsay,Lindsays Turnout		VA	003		
4769672	Linville	linville	US	22834	0	America/New_York	38.5204	-78.83753	386	Etna,Linnville,Linville		VA	165		
4769685	Lipscomb	lipscomb	US	79056	0	America/New_York	38.0193	-78.97864	419			VA	015		
4769695	Lithia	lithia	US	33547	0	America/New_York	37.47819	-79.75143	302	Lithia,Lithia Mineral Spring		VA	023		
4769696	Lithia Springs	lithia-springs	US	30122	0	America/New_York	36.59069	-79.84726	262			VA	089		
4769703	Litchfield	litchfield	US	03052	0	America/New_York	38.56929	-77.83222	104	Litchfield,Saint Pauls		VA	061		
4769796	Little Creek	little-creek	US	19961	0	America/New_York	37.14845	-80.87424	658			VA	021		
4769815	Little Creek	little-creek	US	19961	0	America/New_York	36.91681	-76.18966	3			VA	810		
4769864	Little Falls	little-falls	US	07424	0	America/New_York	38.27291	-77.42054	22			VA	179		
4770064	Little Plymouth	little-plymouth	US	23091	0	America/New_York	37.62736	-76.79274	33			VA	097		
4770242	Littleton	littleton	US	01460	0	America/New_York	36.90265	-77.14913	31			VA	183		
4770250	Lively	lively	US	22507	0	America/New_York	37.77764	-76.51356	34	Bellwood Mills,Belwood Mills,Catch Penny,Lively,Lively Oak,Lively Oaks,Pitch Penny		VA	103		
4770327	Locust Dale	locust-dale	US	22948	0	America/New_York	38.33624	-78.12695	120	Locust Dale,Locust Grove,Locustdale		VA	113		
4770331	Locust Grove	locust-grove	US	22508	0	America/New_York	37.32265	-77.43332	51			VA	041		
4770332	Locust Grove	locust-grove	US	22508	0	America/New_York	37.72348	-77.00775	9			VA	097		
4770334	Locust Grove	locust-grove	US	22508	0	America/New_York	38.70901	-78.64835	275			VA	171		
4770335	Locust Grove	locust-grove	US	22508	0	America/New_York	38.03903	-78.45862	122			VA	540		
4770351	Locust Hill	locust-hill	US	23092	0	America/New_York	37.59931	-76.51106	28	Locust Hill,Locusthill		VA	119		
4770352	Locust Hill	locust-hill	US	23092	0	America/New_York	38.65373	-77.4911	75			VA	153		
4770353	Locust Hill	locust-hill	US	23092	0	America/New_York	36.95845	-80.91508	625	Locust Hill,Poletown		VA	197		
4770376	Locustville	locustville	US	23404	0	America/New_York	37.65374	-75.67826	3			VA	001		
4770378	Lodge	lodge	US	29082	0	America/New_York	37.99207	-76.54301	3			VA	133		
4770398	Logan	logan	US	25601	0	America/New_York	38.21763	-77.7611	118			VA	177		
4770435	Lone Oak	lone-oak	US	75453	0	America/New_York	37.81542	-77.65943	103	Lone Oak,Stanleys Corner		VA	085		
4770436	Lone Oak	lone-oak	US	75453	0	America/New_York	37.3093	-79.98921	334			VA	770		
4770449	Lone Star	lone-star	US	75668	0	America/New_York	37.46208	-79.9931	426			VA	023		
4770450	Lone Star	lone-star	US	75668	0	America/New_York	36.69066	-82.22736	557			VA	191		
4770569	Long Island	long-island	US	04050	0	America/New_York	37.07847	-79.09419	170			VA	031		
4770599	Long Point	long-point	US	61333	0	America/New_York	36.88154	-76.39772	5			VA	740		
4770633	Longdale	longdale	US	73755	0	America/New_York	37.83346	-79.7756	363	Long Dale,Longdale		VA	005		
4770634	Longdale	longdale	US	73755	0	America/New_York	37.6582	-77.46971	64			VA	087		
4770658	Longview	longview	US	61852	0	America/New_York	36.88904	-76.60662	23			VA	093		
4770659	Longview	longview	US	61852	0	America/New_York	39.11816	-77.77055	174			VA	107		
4770660	Longview	longview	US	61852	0	America/New_York	38.72595	-77.47054	81			VA	153		
4770666	Longwood	longwood	US	28452	0	America/New_York	39.11927	-77.87611	187			VA	043		
4770710	Loretto	loretto	US	15940	0	America/New_York	38.07624	-77.05053	49			VA	057		
4770713	Lorraine	lorraine	US	13659	0	America/New_York	37.56792	-77.61999	43	Lorrain,Lorraine		VA	087		
4770714	Lorton	lorton	US	22079	18610	America/New_York	38.70428	-77.22776	43	Lorton,loteon,Лортон,로턴		VA	059		
4770739	Lottsburg	lottsburg	US	22511	0	America/New_York	37.96096	-76.51884	33	Lottsburg,Lottsburgh		VA	133		
4770766	Louisa	louisa	US	23093	1621	America/New_York	38.02514	-78.00416	142	LOW,Louisa,Louisa Court House,Luiza,lwyysa,Луиза,لوييسا	109	VA	109		
4770817	Lovettsville	lovettsville	US	20180	1934	America/New_York	39.2726	-77.63666	154	Lavetsvil,Lovettsville,New Town,Thrashers Store,lwfwytsfyl,Лаветсвил,لوفويتسفيل		VA	107		
4770827	Lovingston	lovingston	US	22949	520	America/New_York	37.75986	-78.87086	227		125	VA	125		
4770856	Low Moor	low-moor	US	24457	258	America/New_York	37.78874	-79.88366	342	Low Moor,Lowmoor		VA	005		
4770937	Lowland	lowland	US	28552	0	America/New_York	36.77261	-81.98318	566			VA	191		
4770946	Lowry	lowry	US	24570	0	America/New_York	37.3507	-79.43086	246			VA	019		
4770995	Lunenburg	lunenburg	US	01462	165	America/New_York	36.96098	-78.26555	155	Lewistown,Lunenburg,Lunenburg Court House,Lunenburgh Court House	111	VA	111		
4771014	Luray	luray	US	22835	4828	America/New_York	38.6654	-78.45945	243	Lurej,lwray,Луреј,لوراي	139	VA	139		
4771041	Lumberton	lumberton	US	08048	0	America/New_York	36.88154	-77.21052	24			VA	183		
4771047	Lydia	lydia	US	29079	0	America/New_York	38.33041	-78.49084	383			VA	079		
4771063	Lynbrook	lynbrook	US	11563	0	America/New_York	38.78845	-77.18276	72			VA	059		
4771075	Lynchburg	lynchburg	US	24501	79812	America/New_York	37.41375	-79.14225	192	Campbell Court House,LYH,Linchberg,Linchburg,Lynchburg,Lynchs Ferry,Lynchs Warehouse,lin qi bao,linchibeogeu,lynchbrg  wrjynya,lynchbrg  wyrjynya,lynshbrgh,rinchibagu,Линчберг,Линчбург,Линчбърг,لينشبرغ,لینچبرگ، ورجینیا,لینچبرگ، ویرجینیا,リンチバーグ,林奇堡,린치버그	680	VA	680		
4771094	Lynch Station	lynch-station	US	24571	0	America/New_York	37.14625	-79.30086	215	Clarion,Lynch,Lynch Station,Lynch's Station,Lynchs Station		VA	031		
4771100	Lyndhurst	lyndhurst	US	07071	1490	America/New_York	38.0293	-78.94502	425			VA	015		
4771111	Lynn Haven	lynn-haven	US	32444	0	America/New_York	37.27986	-79.87337	343			VA	161		
4771141	Lynnwood	lynnwood	US	98036	0	America/New_York	36.87348	-76.09188	6			VA	810		
4771153	Lyons	lyons	US	07939	0	America/New_York	37.01371	-82.46765	822			VA	195		
4771172	Macedonia	macedonia	US	44056	0	America/New_York	37.82596	-75.60465	12			VA	001		
4771215	Machipongo	machipongo	US	23405	0	America/New_York	37.40597	-75.9016	12			VA	131		
4771230	Macon	macon	US	27551	0	America/New_York	37.52182	-77.96195	109			VA	145		
4771235	Madison	madison	US	03849	220	America/New_York	38.38041	-78.2575	184	Madison,Madison Court House,Medison,Mehdison,madyswn,Мадисон,Медисон,Медісон,Мэдисон,ماديسون,میڈیسون، ورجینیا	113	VA	113		
4771247	Madison Heights	madison-heights	US	24572	11285	America/New_York	37.43098	-79.12308	233			VA	009		
4771276	Madisonville	madisonville	US	37354	0	America/New_York	37.1882	-78.69	211	Chickentown,Harveys Store,Madisonville		VA	037		
4771278	Madrid	madrid	US	13660	0	America/New_York	38.13958	-78.88058	404			VA	015		
4771280	Magee	magee	US	39111	0	America/New_York	38.68373	-77.93027	150			VA	047		
4771290	Magnolia	magnolia	US	08049	0	America/New_York	36.74598	-76.5405	7			VA	800		
4771309	Magnet	magnet	US	68749	0	America/New_York	36.98126	-76.70079	24			VA	093		
4771323	Maidens	maidens	US	23102	0	America/New_York	37.66904	-77.88194	68	Maidens,Maidens Adventuree		VA	075		
4771356	Malcolm	malcolm	US	36556	0	America/New_York	36.60955	-82.2193	577			VA	191		
4771359	Malibu	malibu	US	90263	0	America/New_York	36.84681	-76.09521	4			VA	810		
4771395	Manakin-Sabot	manakin-sabot	US	23103	0	America/New_York	37.60154	-77.70221	90	Manakin,Manakin Sabot,Manakin Town,Manakin-Town,Manakintown,Mannikin,Menakin,Monacan Town,Monakin		VA	075		
4771401	Manassas	manassas	US	20108	41764	America/New_York	38.75095	-77.47527	93	MNZ,Manasas,Manassa Junction,Manassas,Manassas City,ma na sa si,manasas,manasas  wrjynya,manasasu,mnass  wyrjynya,Манасас,Манассас,ماناساس,ماناساس، ورجینیا,مناسس، ویرجینیا,マナサス,馬納薩斯	683	VA	683		
4771428	Manchester	manchester	US	01944	0	America/New_York	37.52098	-77.44415	30	Manchester,Манчестер		VA	159		
4771459	Mannboro	mannboro	US	23105	0	America/New_York	37.25154	-77.82333	102	Mannboro,Mannborough		VA	007		
4771461	Manning	manning	US	29102	0	America/New_York	36.70515	-76.64829	21			VA	800		
4771474	Manquin	manquin	US	23106	0	America/New_York	37.71014	-77.15275	25	Brandywine,Manquin		VA	101		
4771476	Mansfield	mansfield	US	02048	0	America/New_York	37.21654	-77.48971	52			VA	053		
4771491	Manteo	manteo	US	27954	0	America/New_York	37.67681	-78.66335	101	Manteo,Sycamore		VA	029		
4771494	Mantua	mantua	US	08051	7135	America/New_York	38.85372	-77.25943	113			VA	059		
4771508	Manville	manville	US	02838	0	America/New_York	36.67288	-82.64155	424			VA	169		
4771517	Maple Grove	maple-grove	US	55311	0	America/New_York	37.8068	-79.60171	414	Alphin,Maple Grove		VA	163		
4771518	Maple Grove	maple-grove	US	55311	0	America/New_York	38.2518	-77.03136	19	Maple Grove,Maplegrove		VA	193		
4771532	Maple Hill	maple-hill	US	28454	0	America/New_York	37.38264	-79.22225	219			VA	680		
4771533	Maple Hill	maple-hill	US	28454	0	America/New_York	36.71126	-76.65884	20			VA	800		
4771538	Maple Grove	maple-grove	US	55311	0	America/New_York	37.10626	-76.52412	9			VA	700		
4771558	Maplewood	maplewood	US	07040	0	America/New_York	37.31626	-78.04861	120			VA	007		
4771560	Mapleton	mapleton	US	04757	0	America/New_York	36.80015	-76.08549	3			VA	810		
4771565	Mappsville	mappsville	US	23407	440	America/New_York	37.84596	-75.56659	15			VA	001		
4771593	Marengo	marengo	US	43334	0	America/New_York	36.63848	-78.11944	116	Hagood,Hagood Station,Marengo		VA	117		
4771630	Marionville	marionville	US	23408	0	America/New_York	37.45264	-75.85465	10			VA	131		
4771643	Marion	marion	US	02738	5957	America/New_York	36.83484	-81.51484	662	Marion,Mehrion,Royal Oaks,marywn,marywn  wrjynya,Марион,Мэрион,ماريون,ماریون، ورجینیا	173	VA	173		
4771644	Markham	markham	US	22643	0	America/New_York	36.87931	-79.24169	156			VA	143		
4771653	Marksville	marksville	US	71351	0	America/New_York	38.57512	-78.47945	294	Marksville,Upperville		VA	139		
4771655	Markham	markham	US	22643	0	America/New_York	38.904	-78.00194	176	Cumberland,Farrowsville,Markham,Markham Station,North Mount Marshall,North Point,The Hollow		VA	061		
4771658	Marlboro	marlboro	US	05344	0	America/New_York	39.0815	-78.32223	220	Marlboro,Marlborough,Marlboroughtown		VA	069		
4771701	Marshall	marshall	US	20115	1480	America/New_York	38.86484	-77.85777	208	Marshall,Salem		VA	061		
4771746	Marshalltown	marshalltown	US	50158	0	America/New_York	37.53818	-80.05977	381			VA	045		
4771751	Mart	mart	US	76664	0	America/New_York	37.20928	-82.28542	398			VA	051		
4771808	Martinsville	martinsville	US	08836	13645	America/New_York	36.69153	-79.87254	310	Martinsvil,Martinsvill,Martinsville City,ma ding si wei er,martynsfyl,martynzwyl  wyrjynya,matinzubiru,Мартинсвил,Мартинсвилл,مارتينسفيل,مارتینزویل، ویرجینیا,مارٹنزویل، ورجینیا,マーティンズビル,馬丁斯維爾	690	VA	690		
4771866	Marysville	marysville	US	17053	0	America/New_York	37.10903	-79.12224	165	Marysville,Maysville		VA	031		
4771868	Maryus	maryus	US	23107	0	America/New_York	37.27959	-76.40272	1			VA	073		
4771873	Mascot	mascot	US	23108	0	America/New_York	37.62709	-76.70718	28			VA	097		
4771878	Mason	mason	US	25260	0	America/New_York	36.75959	-77.38525	32	Mason,Masons		VA	183		
4771922	Masonville	masonville	US	13804	0	America/New_York	38.84622	-77.20276	104			VA	059		
4771980	Mathews	mathews	US	23109	555	America/New_York	37.43708	-76.31994	2	Mathews,Mathews Court House,Matthews,Matthews Court House,Metjuz,Метјуз	115	VA	115		
4772015	Mattaponi	mattaponi	US	23110	0	America/New_York	37.53487	-76.77274	9			VA	097		
4772018	Mattawan	mattawan	US	49071	0	America/New_York	37.65987	-77.32526	49			VA	085		
4772042	Maurertown	maurertown	US	22644	770	America/New_York	38.92983	-78.46362	236	Jug Town,Maurertown,Morry Town		VA	171		
4772056	Mavisdale	mavisdale	US	24627	0	America/New_York	37.19844	-82.00791	416			VA	027		
4772066	Max Meadows	max-meadows	US	24360	562	America/New_York	36.9704	-80.94953	618	Macks Meadows,Max Meadows		VA	197		
4772068	Maxie	maxie	US	24628	0	America/New_York	37.30122	-82.1743	325			VA	027		
4772069	Maxwell	maxwell	US	46154	0	America/New_York	37.10511	-81.62289	727			VA	185		
4772079	Maybrook	maybrook	US	12543	0	America/New_York	37.30318	-80.53923	545			VA	071		
4772088	Mayfield	mayfield	US	12117	0	America/New_York	38.28568	-77.45582	20	Howison,Mayfield		VA	630		
4772089	Mayfield	mayfield	US	12117	0	America/New_York	37.38459	-79.23447	241			VA	680		
4772092	Mayflower	mayflower	US	72106	0	America/New_York	36.82981	-83.08072	552			VA	105		
4772138	Maytown	maytown	US	17550	0	America/New_York	36.93788	-82.4621	613			VA	195		
4772315	McHenry	mchenry	US	58464	0	America/New_York	38.17208	-77.7061	111			VA	177		
4772354	McLean	mclean	US	68747	48115	America/New_York	38.93428	-77.17748	87	Ingleside,Maklejn,Maklin,McLean,Маклејн,Маклин,مک‌لین، ویرجینیا		VA	059		
4772410	Meade	meade	US	67864	0	America/New_York	37.87792	-76.96358	39			VA	057		
4772411	Meade	meade	US	67864	0	America/New_York	37.12983	-82.56127	519			VA	195		
4772507	Meadowbrook	meadowbrook	US	26404	0	America/New_York	36.91348	-76.30355	3	Meadowbrook,Sewall Point		VA	710		
4772508	Meadowbrook	meadowbrook	US	26404	0	America/New_York	38.67234	-77.43499	99			VA	153		
4772540	Meadows of Dan	meadows-of-dan	US	24120	0	America/New_York	36.73652	-80.39534	909			VA	141		
4772545	Meadowview	meadowview	US	24361	0	America/New_York	37.32097	-79.92476	326			VA	770		
4772546	Meadowview	meadowview	US	24361	0	America/New_York	37.30652	-80.02671	324			VA	775		
4772547	Meadowview	meadowview	US	24361	967	America/New_York	36.76039	-81.8629	644	Meadow View,Meadowview		VA	191		
4772553	Meadville	meadville	US	16335	0	America/New_York	36.83458	-79.03196	142	Meadsville,Meadville		VA	083		
4772564	Mechanicsburg	mechanicsburg	US	17050	0	America/New_York	37.14818	-80.94119	677			VA	021		
4772566	Mechanicsville	mechanicsville	US	18934	36348	America/New_York	37.60876	-77.37331	51	Mekaniksvil,Меканиксвил		VA	085		
4772567	Mechanicsville	mechanicsville	US	18934	0	America/New_York	39.21982	-77.74444	183	Mechanicsville,Mechanicville		VA	107		
4772568	Mechanicsville	mechanicsville	US	18934	0	America/New_York	37.71319	-79.40587	289			VA	163		
4772569	Mechanicsville	mechanicsville	US	18934	0	America/New_York	38.66789	-78.7878	360			VA	165		
4772615	Meherrin	meherrin	US	23954	0	America/New_York	37.10321	-78.36666	180	Marharineck,Meherrin,Meherrin Depot,Meherrin Station,Meherrins,Moores Ordinary		VA	111		
4772630	Melfa	melfa	US	23410	400	America/New_York	37.6493	-75.74132	15	MFV		VA	001		
4772637	Melrose	melrose	US	02176	0	America/New_York	37.04959	-79.05502	155			VA	031		
4772638	Melrose	melrose	US	02176	0	America/New_York	37.28708	-79.96893	310			VA	770		
4772639	Melrose	melrose	US	02176	0	America/New_York	38.49735	-78.80336	370			VA	165		
4772693	Mendota	mendota	US	24270	0	America/New_York	36.71094	-82.30153	412	Kinderhook,Mandota,Mendota		VA	191		
4772726	Meredithville	meredithville	US	23873	0	America/New_York	36.80681	-77.95666	112			VA	025		
4772735	Merrifield	merrifield	US	22081	15212	America/New_York	38.87428	-77.22693	110	Merrifield,Mills Cross Roads,Slabtown		VA	059		
4772736	Merrifield	merrifield	US	22081	0	America/New_York	36.87931	-76.38244	5	Merrifield,Merrifields		VA	740		
4772739	Merrimac	merrimac	US	01860	1785	America/New_York	38.45263	-78.07861	181			VA	047		
4772740	Merrimac	merrimac	US	01860	2133	America/New_York	37.18957	-80.42561	605	Merrimac,Merrimac Mines,Merrimoc Mines		VA	121		
4772756	Merry Point	merry-point	US	22513	0	America/New_York	37.73375	-76.48245	26	Armitageville,Merry Point,Merrypoint,Slaters Corner		VA	103		
4772798	Mica	mica	US	99023	0	America/New_York	38.14069	-77.35554	66			VA	033		
4772901	Middlebrook	middlebrook	US	24459	213	America/New_York	38.05124	-79.21392	561			VA	015		
4772904	Middleburg	middleburg	US	17842	807	America/New_York	38.96872	-77.73555	148	Chinns Crossroads,Leicestershire of America,Middleburg,Middleburgh,Midlburg,mydlbwrgh,Мидлбург,ميدلبورغ		VA	107		
4772913	Middlesex	middlesex	US	08846	0	America/New_York	37.5793	-75.83688	10			VA	001		
4772914	Middlesex	middlesex	US	08846	0	America/New_York	37.58458	-75.80965	9			VA	001		
4772919	Middleton	middleton	US	01949	0	America/New_York	37.6432	-77.46721	62			VA	087		
4772920	Middleton	middleton	US	01949	0	America/New_York	36.88598	-76.17966	7			VA	810		
4772927	Middletown	middletown	US	02842	1315	America/New_York	39.02761	-78.28056	218	Middleton,Middletown,Midltaun,New Middleton,Senseney Town,Senseny Town,mydltawn,Мидлтаун,ميدلتاون,مڈل ٹاؤن، ورجینیا		VA	069		
4772928	Middletown	middletown	US	02842	0	America/New_York	37.48402	-75.86743	10	Middletown,Senseny Town		VA	131		
4772935	Midland	midland	US	15059	218	America/New_York	38.59957	-77.72444	100	Midland,Midland Station		VA	061		
4772943	Midlothian	midlothian	US	21543	0	America/New_York	37.50598	-77.64916	111			VA	041		
4772954	Midway	midway	US	15060	0	America/New_York	38.02764	-78.70641	215			VA	003		
4772956	Midway	midway	US	15060	0	America/New_York	37.98429	-79.83839	756			VA	017		
4772957	Midway	midway	US	15060	0	America/New_York	37.39151	-80.80813	524			VA	071		
4772959	Midway	midway	US	15060	0	America/New_York	36.64097	-78.72612	125			VA	083		
4772960	Midway	midway	US	15060	0	America/New_York	36.79819	-78.77834	127			VA	083		
4772961	Midway	midway	US	15060	0	America/New_York	37.7557	-77.12636	45			VA	101		
4772962	Midway	midway	US	15060	0	America/New_York	36.67153	-78.25833	115			VA	117		
4772963	Midway	midway	US	15060	0	America/New_York	36.78622	-81.87624	620			VA	191		
4773011	Milbank	milbank	US	57252	0	America/New_York	38.19013	-77.19942	11	Milbank,Millbank		VA	099		
4773036	Milford	milford	US	01757	0	America/New_York	38.02319	-77.37331	30			VA	033		
4773062	Mill Creek	mill-creek	US	17060	0	America/New_York	37.99958	-78.50112	151			VA	003		
4773090	Mill Creek	mill-creek	US	17060	0	America/New_York	36.83569	-80.02087	360			VA	067		
4773092	Mill Creek	mill-creek	US	17060	0	America/New_York	37.26681	-76.41217	1			VA	073		
4773096	Mill Creek	mill-creek	US	17060	0	America/New_York	36.61762	-81.46177	964			VA	077		
4773105	Mill Creek	mill-creek	US	17060	0	America/New_York	39.23232	-77.62693	141			VA	107		
4773145	Mill Creek	mill-creek	US	17060	0	America/New_York	37.13094	-82.58571	501			VA	195		
4773211	Mill Run	mill-run	US	15464	0	America/New_York	38.16208	-78.4789	175			VA	003		
4773241	Mill Village	mill-village	US	16427	0	America/New_York	36.6157	-78.54389	105			VA	117		
4773242	Mill Village	mill-village	US	16427	0	America/New_York	37.1354	-80.54589	553			VA	750		
4773252	Millbrook	millbrook	US	12545	0	America/New_York	38.17985	-79.03308	413			VA	015		
4773254	Milldale	milldale	US	06467	0	America/New_York	39.00205	-78.09805	168	Milldale,Millsdale		VA	187		
4773262	Miller	miller	US	57362	0	America/New_York	39.16066	-77.77027	214			VA	107		
4773332	Millers Tavern	millers-tavern	US	23115	0	America/New_York	37.82819	-76.94497	56	Miller's Tavern,Millers Tavern		VA	057		
4773334	Millington	millington	US	07946	0	America/New_York	38.12347	-78.61224	163			VA	003		
4773352	Millstone	millstone	US	25261	0	America/New_York	36.87681	-79.01529	178			VA	083		
4773367	Milltown	milltown	US	08850	0	America/New_York	39.23538	-77.62582	120	Milltown,Milton		VA	107		
4773370	Millwood	millwood	US	10546	0	America/New_York	39.06955	-78.03778	162	Mill Wood,Millwood		VA	043		
4773382	Milton	milton	US	02186	0	America/New_York	38.00514	-78.40251	106			VA	003		
4773383	Milton	milton	US	02186	0	America/New_York	37.30737	-77.02441	6			VA	036		
4773391	Millville	millville	US	01529	0	America/New_York	36.74737	-76.30633	2	Milldale,Millville		VA	550		
4773410	Mineral	mineral	US	23117	483	America/New_York	38.01069	-77.90861	140	Davis Turnout,Mineral,Tolersville		VA	109		
4773416	Mineral Springs	mineral-springs	US	16855	0	America/New_York	38.91178	-78.22917	202			VA	187		
4773459	Mint Spring	mint-spring	US	24463	0	America/New_York	38.07458	-79.10086	497			VA	015		
4773492	Mission Hills	mission-hills	US	91345	0	America/New_York	37.22096	-80.44977	633			VA	121		
4773501	Mitchell	mitchell	US	30820	0	America/New_York	37.29208	-80.10004	324			VA	775		
4773532	Mitchells	mitchells	US	22729	0	America/New_York	38.37707	-78.02833	107	Mitchell,Mitchell's Station,Mitchells,Mitchells Station		VA	047		
4773575	Modest Town	modest-town	US	23412	149	America/New_York	37.8129	-75.56493	10	Modest Town,Modesttown,Sunderland Hall		VA	001		
4773579	Moffett	moffett	US	74946	0	America/New_York	36.63097	-78.75362	165			VA	083		
4773596	Mollusk	mollusk	US	22517	0	America/New_York	37.73014	-76.53801	18	Mollusk,Molusk		VA	103		
4773608	Monarch	monarch	US	59463	0	America/New_York	36.83537	-83.031	533			VA	105		
4773621	Moneta	moneta	US	24121	0	America/New_York	37.18125	-79.61725	262	Moneta,Monita		VA	019		
4773622	Money	money	US	38945	0	America/New_York	37.4007	-76.52078	24			VA	073		
4773634	Monitor	monitor	US	98836	0	America/New_York	37.61736	-79.08336	232			VA	009		
4773636	Monroe	monroe	US	03771	0	America/New_York	37.50209	-79.1278	219	Monroe,Potts		VA	009		
4773665	Monrovia	monrovia	US	21770	0	America/New_York	38.15514	-77.99889	122			VA	137		
4773669	Montague	montague	US	01351	0	America/New_York	37.7682	-76.73746	36			VA	057		
4773670	Montague	montague	US	01351	0	America/New_York	38.24457	-77.18748	22			VA	099		
4773677	Montclair	montclair	US	07042	19570	America/New_York	38.61095	-77.33971	38			VA	153		
4773681	Monte Vista	monte-vista	US	81144	0	America/New_York	37.30097	-80.01226	334			VA	770		
4773686	Montebello	montebello	US	24464	0	America/New_York	37.86375	-79.13781	838			VA	125		
4773690	Monterey	monterey	US	01245	136	America/New_York	38.41234	-79.5806	882	Bells Place,Highland,Monterej,Monterey,mwntyry,Монтерей,Монтереј,مونتيري	091	VA	091		
4773698	Montevideo	montevideo	US	56265	0	America/New_York	38.36457	-78.76947	354	Montevideo,Montivideo		VA	165		
4773704	Montgomery	montgomery	US	05470	0	America/New_York	37.15652	-80.31894	541	Montgomery,Montgomery Springs		VA	121		
4773739	Montpelier	montpelier	US	05601	0	America/New_York	37.37654	-77.15942	32			VA	036		
4773740	Montpelier	montpelier	US	05601	0	America/New_York	37.82125	-77.68443	102			VA	085		
4773744	Montpelier Station	montpelier-station	US	22957	0	America/New_York	38.22819	-78.17667	150	Montpelier,Montpelier Station		VA	137		
4773747	Montrose	montrose	US	10548	7993	America/New_York	37.5207	-77.37831	49			VA	087		
4773752	Montross	montross	US	22520	389	America/New_York	38.09513	-76.82746	50	Mont Ross,Montross,Westmoreland Court House,Westmoreland Courthouse	193	VA	193		
4773757	Montvale	montvale	US	07645	698	America/New_York	37.38458	-79.73115	295	Bufford,Buford,Buford Gap,Buford's Depot,Bufords Gap,Bufordville,Burfors,Montvale		VA	019		
4773774	Montgomery Village	montgomery-village	US	20886	0	America/New_York	37.26292	-79.87087	338			VA	161		
4773786	Moon	moon	US	23119	0	America/New_York	37.44347	-76.29272	3	Moon,Noon		VA	115		
4773835	Mooreland	mooreland	US	47360	0	America/New_York	37.56904	-77.5986	70			VA	087		
4773880	Moran	moran	US	49760	0	America/New_York	37.22932	-78.25944	163			VA	147		
4773881	Morattico	morattico	US	22523	0	America/New_York	37.78931	-76.62912	1	Marattico,Maraughtacund,Moratacond,Moratico,Moraticon,Moratiquand,Morattico,Moratticond,Whealton		VA	103		
4773917	Morgantown	morgantown	US	19543	0	America/New_York	38.84567	-77.87888	182			VA	061		
4773983	Morrison	morrison	US	37357	0	America/New_York	37.05542	-76.46273	10			VA	700		
4773994	Morrisville	morrisville	US	05661	0	America/New_York	38.50179	-77.69999	128			VA	061		
4773997	Morrisonville	morrisonville	US	12962	0	America/New_York	39.22316	-77.66832	154			VA	107		
4774022	Moscow	moscow	US	05662	0	America/New_York	38.31707	-79.08892	432			VA	015		
4774026	Moseley	moseley	US	23120	0	America/New_York	37.47515	-77.77889	95	Moseley,Moselys Junction		VA	145		
4774075	Motley	motley	US	56466	1015	America/New_York	37.06959	-79.34114	246	Motley,Motley's Depot		VA	143		
4774090	Mount Airy	mount-airy	US	21771	0	America/New_York	37.10514	-79.41225	263			VA	019		
4774091	Mount Airy	mount-airy	US	21771	0	America/New_York	37.35126	-76.91802	25			VA	036		
4774092	Mount Airy	mount-airy	US	21771	0	America/New_York	36.94292	-79.19224	196	Mount Airy,Mountairy		VA	143		
4774093	Mount Airy	mount-airy	US	21771	0	America/New_York	38.71984	-78.6289	290			VA	171		
4774173	Mount Carmel	mount-carmel	US	17851	0	America/New_York	36.85345	-81.47817	671			VA	173		
4774229	Mount Crawford	mount-crawford	US	22841	445	America/New_York	38.35707	-78.94086	367	Mount Crawford,Mount Crawford Station,Mount Pleasant,Mount Stevens		VA	165		
4774258	Mount Gilead	mount-gilead	US	27306	0	America/New_York	39.05872	-77.66444	183			VA	107		
4774282	Mount Hermon	mount-hermon	US	42157	3966	America/New_York	36.67847	-79.42225	209			VA	143		
4774308	Mount Holly	mount-holly	US	05758	0	America/New_York	38.4779	-77.76444	103			VA	061		
4774309	Mount Holly	mount-holly	US	05758	0	America/New_York	38.09124	-76.71802	12			VA	193		
4774315	Mount Hope	mount-hope	US	25880	0	America/New_York	39.09177	-78.34112	245			VA	171		
4774350	Mount Ida	mount-ida	US	71957	0	America/New_York	38.83011	-77.06581	38			VA	510		
4774352	Mount Jackson	mount-jackson	US	22842	2042	America/New_York	38.74595	-78.64224	277	Maunt DZekson,Mount Jackson,Mount Pleasant,mwnt jakswn,Маунт Џексон,مونت جاكسون		VA	171		
4774419	Mount Nebo	mount-nebo	US	26679	0	America/New_York	37.67458	-75.80299	3			VA	001		
4774420	Mount Nebo	mount-nebo	US	26679	0	America/New_York	37.5107	-77.57943	106			VA	041		
4774438	Mount Olive	mount-olive	US	25185	0	America/New_York	37.79375	-76.36578	11	Cross Hills,Mount Olive		VA	133		
4774439	Mount Olive	mount-olive	US	25185	0	America/New_York	38.97789	-78.45723	287			VA	171		
4774507	Mount Olivet	mount-olivet	US	41064	0	America/New_York	36.94848	-77.62054	96			VA	053		
4774508	Mount Olivet	mount-olivet	US	41064	0	America/New_York	37.04456	-80.81007	678			VA	155		
4774585	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	36.71015	-76.13577	4			VA	550		
4774586	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.17316	-78.02055	185			VA	043		
4774587	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	38.83289	-77.16248	92			VA	059		
4774588	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.17205	-78.295	308			VA	069		
4774589	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	37.23292	-79.91365	347			VA	161		
4774590	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	38.11513	-77.64415	98			VA	177		
4774591	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	37.20459	-76.82496	21			VA	181		
4774597	Mount Laurel	mount-laurel	US	08054	0	America/New_York	36.87542	-78.78751	173			VA	083		
4774686	Mount Sidney	mount-sidney	US	24467	663	America/New_York	38.25735	-78.95947	399	Mount Sidney,Ten-Mile Stage		VA	015		
4774712	Mount Solon	mount-solon	US	22843	0	America/New_York	38.34485	-79.08503	408			VA	015		
4774718	Mount Tabor	mount-tabor	US	07878	0	America/New_York	37.26652	-80.40005	648	Mount Tabor,Slusser		VA	121		
4774735	Mount Union	mount-union	US	17066	0	America/New_York	37.4518	-79.97004	432			VA	023		
4774811	Mount Zion	mount-zion	US	26151	0	America/New_York	37.56597	-75.78299	10			VA	001		
4774812	Mount Zion	mount-zion	US	26151	0	America/New_York	37.2157	-79.03974	235			VA	031		
4774813	Mount Zion	mount-zion	US	26151	0	America/New_York	37.67209	-76.66718	34			VA	119		
4774945	Mountain Grove	mountain-grove	US	65711	0	America/New_York	38.09874	-79.88672	539	Mountain Grove,Mountaingrove		VA	017		
4774959	Mountain Lake	mountain-lake	US	56159	0	America/New_York	39.06122	-77.94166	202			VA	043		
4774960	Mountain Lake	mountain-lake	US	56159	0	America/New_York	37.3554	-80.53784	1196			VA	071		
4775012	Mountain View	mountain-view	US	65548	0	America/New_York	37.28929	-80.6559	640			VA	071		
4775013	Mountain View	mountain-view	US	65548	0	America/New_York	37.25985	-80.44783	633			VA	121		
4775015	Mountain View	mountain-view	US	65548	0	America/New_York	37.08818	-80.62034	616			VA	155		
4775016	Mountain View	mountain-view	US	65548	0	America/New_York	37.33402	-79.94143	341			VA	161		
4775017	Mountain View	mountain-view	US	65548	0	America/New_York	37.26903	-79.96393	310			VA	770		
4775018	Mountain View	mountain-view	US	65548	0	America/New_York	37.90124	-79.28337	569			VA	163		
4775019	Mountain View	mountain-view	US	65548	0	America/New_York	37.77847	-79.35365	306	Mountain View,Old Buena Vista		VA	163		
4775020	Mountain View	mountain-view	US	65548	0	America/New_York	37.28069	-80.07282	336			VA	775		
4775022	Mountain View	mountain-view	US	65548	0	America/New_York	38.91067	-78.1625	205			VA	187		
4775092	Mountville	mountville	US	17554	0	America/New_York	39.02539	-77.71194	150	Mountsville,Mountville		VA	107		
4775099	Mouth of Wilson	mouth-of-wilson	US	24363	0	America/New_York	36.58957	-81.33649	783			VA	077		
4775263	Munden	munden	US	66959	0	America/New_York	36.57793	-76.03576	2			VA	810		
4775269	Munford	munford	US	36268	0	America/New_York	37.50986	-79.61337	341			VA	023		
4775289	Murphy	murphy	US	28906	0	America/New_York	37.1265	-82.1743	427			VA	027		
4775290	Murphy	murphy	US	28906	0	America/New_York	37.24818	-80.40755	667			VA	121		
4775320	Muse	muse	US	15350	0	America/New_York	37.29347	-79.85254	374			VA	161		
4775339	Mustoe	mustoe	US	24468	0	America/New_York	38.32373	-79.64033	726	Mustoe,Pinckney		VA	091		
4775340	Mustoe	mustoe	US	24468	0	America/New_York	38.30874	-77.2797	51			VA	099		
4775361	Myrtle	myrtle	US	38650	0	America/New_York	36.77293	-76.6919	21	Myrtle,Myrtle Station		VA	800		
4775397	Nancy	nancy	US	42544	0	America/New_York	37.13011	-82.27792	452			VA	051		
4775438	Narrows	narrows	US	24124	1953	America/New_York	37.33151	-80.81119	471	Intermont,Narrows,The Narrows,The Narrows of New River		VA	071		
4775439	Narrows	narrows	US	24124	2171	America/New_York	37.20542	-79.95893	370			VA	161		
4775449	Naruna	naruna	US	24576	0	America/New_York	37.10598	-79.00252	201			VA	031		
4775450	Nash	nash	US	73761	0	America/New_York	37.85764	-79.04614	347			VA	125		
4775465	Nassawadox	nassawadox	US	23413	495	America/New_York	37.47486	-75.85826	11			VA	131		
4775472	Nathalie	nathalie	US	24577	183	America/New_York	36.93486	-78.94723	162			VA	083		
4775495	Natural Bridge	natural-bridge	US	13665	0	America/New_York	37.63013	-79.54309	328			VA	163		
4775500	Natural Bridge Station	natural-bridge-station	US	24579	0	America/New_York	37.62097	-79.50587	233	Natural Bridge Station,Sherwood		VA	163		
4775557	Nebo	nebo	US	25141	0	America/New_York	36.94178	-81.44178	694			VA	173		
4775569	Needmore	needmore	US	17238	0	America/New_York	36.95788	-82.63266	641			VA	195		
4775574	Neenah	neenah	US	54956	0	America/New_York	38.04846	-76.72051	39	Huttsville,Neenah,Warrensville		VA	193		
4775601	Nellysford	nellysford	US	22958	1076	America/New_York	37.89042	-78.87224	205	Nellys Ford,Nellysford		VA	125		
4775614	Nelson	nelson	US	03457	0	America/New_York	36.56236	-78.70473	130			VA	117		
4775652	New Alexandria	new-alexandria	US	15670	0	America/New_York	38.7765	-77.05664	1			VA	059		
4775660	New Baltimore	new-baltimore	US	12124	8119	America/New_York	38.76734	-77.72833	151	Balls Store,New Baltimore		VA	061		
4775703	New Canton	new-canton	US	23123	0	America/New_York	37.70514	-78.29945	100	New Cannon,New Canton		VA	029		
4775705	New Castle	new-castle	US	03854	152	America/New_York	37.50013	-80.11088	412	New Castle,New Fincastle,Newcastle	045	VA	045		
4775759	New Hope	new-hope	US	18938	797	America/New_York	38.19791	-78.90586	370			VA	015		
4775760	New Hope	new-hope	US	18938	0	America/New_York	37.34126	-77.06136	11			VA	036		
4775761	New Hope	new-hope	US	18938	0	America/New_York	38.84789	-77.23387	97			VA	059		
4775853	New London	new-london	US	03257	0	America/New_York	37.30181	-79.2803	263	Bedford Alum Springs,Bedford Springs,New London		VA	031		
4775854	New London	new-london	US	03257	0	America/New_York	38.13874	-77.31776	64			VA	033		
4775858	New Market	new-market	US	21774	0	America/New_York	38.79789	-77.51805	72	Liberia,New Market		VA	153		
4775859	New Market	new-market	US	21774	2208	America/New_York	38.6479	-78.67141	321	Cross Roads,Crossroads,New Market,Newmarket,Nju Market,nyw markt,Њу Маркет,نيو ماركت		VA	171		
4775892	New Point	new-point	US	23125	0	America/New_York	37.34569	-76.27772	1			VA	115		
4775912	New River	new-river	US	24129	244	America/New_York	37.13346	-80.59145	591	New River,New River Bridge,New River Depot,Newriver Depot,Woods River		VA	155		
4775936	New Town	new-town	US	02456	0	America/New_York	37.1179	-80.59339	534			VA	750		
4775951	Newbern	newbern	US	24126	0	America/New_York	37.07346	-80.69062	646	New Bern,Newbern		VA	155		
4775981	Newington	newington	US	06111	12943	America/New_York	38.73845	-77.18498	35	Accotink Station,Newington,Truro Glebe		VA	059		
4775988	Newland	newland	US	28657	0	America/New_York	38.04986	-76.87163	52	Newland,Newlands,Oak Row		VA	159		
4775993	Newman	newman	US	61942	0	America/New_York	37.62737	-77.29831	59	Newman,Newmans		VA	085		
4776009	Newmarket	newmarket	US	03857	0	America/New_York	37.01904	-76.42939	4	Newmarket,Newmarket Village		VA	700		
4776014	Newport	newport	US	02840	0	America/New_York	38.00096	-79.30087	523	Moffats Creek,Moffatts Creek,Newport		VA	015		
4776015	Newport	newport	US	02840	0	America/New_York	37.29429	-80.49533	588	New Port,Newport		VA	071		
4776016	Newport	newport	US	02840	0	America/New_York	38.57873	-78.5964	248			VA	139		
4776024	Newport News	newport-news	US	23601	182385	America/New_York	37.08339	-76.46965	6	N'juport-N'jus,New Port Newce,New Porte Newce,Newport Ness,Newport News,Newport Newse,Newport's News,Newportes Newce,Newportes Newes,Newports News,PHF,Point Hope,Pointe Hope,Porte Newce,The New Port of the Newces,ZWW,Ньюпорт-Ньюс	700	VA	700		
4776047	Newsoms	newsoms	US	23874	310	America/New_York	36.6246	-77.12469	26	Newsom's,Newsoms,Newsoms Depot		VA	175		
4776052	Newton	newton	US	02458	0	America/New_York	36.56181	-79.45197	190			VA	590		
4776066	Newtown	newtown	US	06470	0	America/New_York	38.04597	-78.78724	307			VA	003		
4776067	Newtown	newtown	US	06470	0	America/New_York	38.23763	-78.33723	183			VA	079		
4776068	Newtown	newtown	US	06470	0	America/New_York	37.91347	-77.12886	57			VA	097		
4776069	Newtown	newtown	US	06470	0	America/New_York	37.78903	-76.4844	33			VA	103		
4776070	Newtown	newtown	US	06470	0	America/New_York	36.84148	-82.901	623			VA	105		
4776071	Newtown	newtown	US	06470	0	America/New_York	36.82487	-76.30355	2			VA	740		
4776072	Newtown	newtown	US	06470	0	America/New_York	37.77458	-79.46865	353			VA	163		
4776073	Newtown	newtown	US	06470	0	America/New_York	38.4154	-78.59807	343			VA	165		
4776079	Newville	newville	US	17241	0	America/New_York	37.18515	-77.14719	37			VA	149		
4776080	Newville	newville	US	17241	0	America/New_York	37.01293	-77.17636	37			VA	183		
4776126	Nickelsville	nickelsville	US	24271	371	America/New_York	36.75288	-82.41459	584			VA	169		
4776145	Ninde	ninde	US	22526	0	America/New_York	38.27124	-77.05609	44	Ninde,Ninde's Store,Nindes Store		VA	099		
4776153	Nineveh	nineveh	US	13813	0	America/New_York	39.01594	-78.165	163			VA	187		
4776178	Noel	noel	US	64854	0	America/New_York	37.90458	-77.54415	80	Noel,Noels		VA	085		
4776181	Nokesville	nokesville	US	20181	1354	America/New_York	38.69873	-77.57971	81	Noksvil,Ноксвил		VA	153		
4776190	Nokomis	nokomis	US	34274	0	America/New_York	37.9443	-76.47995	17	Barnes Landing,Nokomis		VA	133		
4776211	Nora	nora	US	24272	0	America/New_York	37.07094	-82.34737	467	Ervinton,Mouth of Open Fork,Mouth of Open Fork of McClure River,Nora		VA	051		
4776212	Norcross	norcross	US	30003	0	America/New_York	37.3504	-80.70007	483			VA	071		
4776222	Norfolk	norfolk	US	02056	246393	America/New_York	36.84681	-76.28522	2	Norfalk,Norfok,Norfolk,Norfolk City,Norfolka,Norfolkas,Norfolko,ORF,narfwk  wrjynya,nofoku,nopeog,nuo fu ke,nwrfwk  wyrjynya,nwrfwlk,nwrpwq,Норфалк,Норфок,Норфолк,נורפוק,نارفوک، ورجینیا,نورفولك,نورفوک، ویرجینیا,ნორფოლკი,ノーフォーク,諾福克,노퍽	710	VA	710		
4776243	Norge	norge	US	23127	0	America/New_York	37.36876	-76.77052	34			VA	095		
4776247	Norman	norman	US	28367	0	America/New_York	38.51262	-78.065	183	Norman,Stone House,Stone House Mountain		VA	047		
4776319	North Fork	north-fork	US	83466	0	America/New_York	39.06205	-77.69722	142	North Fork,Northfork		VA	107		
4776320	North Fork	north-fork	US	83466	0	America/New_York	37.0701	-82.72127	605			VA	195		
4776388	North Garden	north-garden	US	22959	0	America/New_York	37.9407	-78.63668	189			VA	003		
4776397	North Hills	north-hills	US	91343	0	America/New_York	37.35959	-79.51503	286			VA	019		
4776398	North Hills	north-hills	US	91343	0	America/New_York	37.33902	-79.9531	329			VA	161		
4776472	North Springfield	north-springfield	US	05150	7274	America/New_York	38.80428	-77.2047	92			VA	059		
4776480	North Tazewell	north-tazewell	US	24630	0	America/New_York	37.13289	-81.52705	733	Kelly,North Tazewell		VA	185		
4776511	Northampton	northampton	US	01060	0	America/New_York	37.04515	-76.42384	5			VA	650		
4776535	Northfield	northfield	US	01360	0	America/New_York	37.63959	-77.43304	61			VA	087		
4776536	Northfield	northfield	US	01360	0	America/New_York	37.30819	-79.93226	310			VA	770		
4776585	Norton	norton	US	02766	3939	America/New_York	36.93343	-82.62905	651	Norton,Norton City,Prince's Flats,Princes Flats,noton,nuo dun,nwrtwn,nwrtwn  wyrjynya,Нортон,نورتون,نورتون، ویرجینیا,نورٹن، ورجینیا,ノートン,諾頓	720	VA	720		
4776603	Norwood	norwood	US	02062	0	America/New_York	38.14486	-78.4714	184			VA	003		
4776604	Norwood	norwood	US	02062	0	America/New_York	37.38236	-79.35781	279			VA	019		
4776606	Norwood	norwood	US	02062	0	America/New_York	37.6432	-78.80891	119	New Market,North Woods,Norwood		VA	125		
4776607	Norwood	norwood	US	02062	0	America/New_York	37.30625	-80.01587	350			VA	770		
4776621	Nottingham	nottingham	US	03290	0	America/New_York	37.34514	-75.9491	8			VA	131		
4776622	Nottingham	nottingham	US	03290	0	America/New_York	37.55542	-77.54888	55			VA	760		
4776623	Nottingham	nottingham	US	03290	0	America/New_York	36.63538	-82.51487	436			VA	169		
4776674	Nuttsville	nuttsville	US	22528	0	America/New_York	37.79347	-76.55079	36			VA	103		
4776685	Oak Forest	oak-forest	US	60452	0	America/New_York	37.24848	-77.47665	47			VA	041		
4776686	Oak Forest	oak-forest	US	60452	0	America/New_York	37.53654	-78.19389	130	Oak Forest,Oakforest		VA	049		
4776687	Oak Forest	oak-forest	US	60452	0	America/New_York	37.67542	-77.35165	57			VA	085		
4776691	Oak Grove	oak-grove	US	42262	0	America/New_York	37.2582	-79.16447	277			VA	031		
4776692	Oak Grove	oak-grove	US	42262	0	America/New_York	36.78235	-80.90258	761			VA	035		
4776693	Oak Grove	oak-grove	US	42262	0	America/New_York	36.73265	-76.23994	4			VA	550		
4776694	Oak Grove	oak-grove	US	42262	1777	America/New_York	38.984	-77.40388	119			VA	107		
4776695	Oak Grove	oak-grove	US	42262	0	America/New_York	37.11346	-80.36644	649			VA	121		
4776696	Oak Grove	oak-grove	US	42262	0	America/New_York	37.84208	-76.42356	30			VA	133		
4776697	Oak Grove	oak-grove	US	42262	0	America/New_York	36.66043	-76.84468	23			VA	800		
4776698	Oak Grove	oak-grove	US	42262	0	America/New_York	36.64455	-82.18013	602			VA	191		
4776699	Oak Grove	oak-grove	US	42262	0	America/New_York	38.1818	-76.99692	20	Cross Roads,Oak Grove,Oakgrove,The Cross Roads,The Grove		VA	193		
4776789	Oak Hall	oak-hall	US	23396	255	America/New_York	37.93651	-75.54604	7	Oak Hall,Oakhall		VA	001		
4776792	Oak Hill	oak-hill	US	12460	0	America/New_York	38.00514	-78.52307	146			VA	003		
4776793	Oak Hill	oak-hill	US	12460	0	America/New_York	38.05097	-78.92391	417			VA	015		
4776794	Oak Hill	oak-hill	US	12460	0	America/New_York	36.59901	-81.33788	832	Kindrick,Oak Hill		VA	077		
4776795	Oak Hill	oak-hill	US	12460	0	America/New_York	37.56292	-77.39915	51			VA	087		
4776796	Oak Hill	oak-hill	US	12460	0	America/New_York	38.73456	-78.41278	252			VA	139		
4776798	Oak Hill	oak-hill	US	12460	0	America/New_York	36.55458	-79.5967	181	Oak Hill,Oak Hill Station,Wenonda		VA	143		
4776799	Oak Hill	oak-hill	US	12460	0	America/New_York	37.25486	-79.96587	318			VA	770		
4776839	Oak Lawn	oak-lawn	US	60453	0	America/New_York	36.81876	-77.61443	83			VA	081		
4776854	Oak Park	oak-park	US	48237	0	America/New_York	38.80261	-77.08914	8			VA	059		
4776855	Oak Park	oak-park	US	48237	0	America/New_York	37.30097	-80.02004	343			VA	775		
4776857	Oak Ridge	oak-ridge	US	07438	0	America/New_York	37.70903	-78.87669	214			VA	125		
4776858	Oak Ridge	oak-ridge	US	07438	0	America/New_York	36.58153	-79.54586	216			VA	143		
4776859	Oak Ridge	oak-ridge	US	07438	0	America/New_York	37.3218	-80.04615	374			VA	161		
4776861	Oak Ridge	oak-ridge	US	07438	0	America/New_York	36.72321	-76.64218	18			VA	800		
4776894	Oakdale	oakdale	US	06370	0	America/New_York	37.27875	-76.5119	8			VA	073		
4776895	Oakdale	oakdale	US	06370	0	America/New_York	37.32069	-79.94976	336			VA	770		
4776896	Oakdale	oakdale	US	06370	0	America/New_York	37.73624	-79.59671	375			VA	163		
4776897	Oakdale	oakdale	US	06370	0	America/New_York	36.73765	-76.55356	6			VA	800		
4776909	Oakhurst	oakhurst	US	07755	0	America/New_York	37.20015	-77.37193	46			VA	730		
4776911	Oakland	oakland	US	02858	0	America/New_York	37.49709	-77.40526	46	Oakland,Sullivan		VA	087		
4776912	Oakland	oakland	US	02858	0	America/New_York	38.08847	-78.04555	142			VA	109		
4776913	Oakland	oakland	US	02858	0	America/New_York	37.28903	-79.93143	304			VA	770		
4776914	Oakland	oakland	US	02858	0	America/New_York	36.85154	-76.58967	19			VA	800		
4776915	Oakland	oakland	US	02858	0	America/New_York	36.81375	-79.39002	221			VA	143		
4776956	Oakley	oakley	US	48649	0	America/New_York	37.77486	-76.75496	37			VA	057		
4776964	Oakpark	oakpark	US	22730	0	America/New_York	38.3668	-78.16	150	Oak Park,Oakpark		VA	113		
4776970	Oakton	oakton	US	22124	34166	America/New_York	38.88095	-77.30082	127	Flint Hill,Oakton		VA	059		
4776982	Oakville	oakville	US	06779	0	America/New_York	37.43181	-78.85613	227			VA	011		
4776983	Oakwood	oakwood	US	24631	0	America/New_York	38.89733	-77.16248	107			VA	013		
4776984	Oakwood	oakwood	US	24631	0	America/New_York	37.21344	-82.00624	415			VA	027		
4776985	Oakwood	oakwood	US	24631	0	America/New_York	38.79372	-77.13248	51			VA	059		
4776986	Oakwood	oakwood	US	24631	0	America/New_York	38.71873	-77.09553	30			VA	059		
4776987	Oakwood	oakwood	US	24631	0	America/New_York	36.90848	-76.24411	5	North Oakwood,Oakwood		VA	710		
4776988	Oakwood	oakwood	US	24631	0	America/New_York	38.51873	-78.7178	410			VA	165		
4777018	Ocala	ocala	US	34470	0	America/New_York	36.86013	-80.6384	779			VA	035		
4777024	Occoquan	occoquan	US	22125	1025	America/New_York	38.68373	-77.26026	2	Colchester,Occoquan,Occoquon,Okokvon,awkwan,Ококвон,أوكوان		VA	153		
4777042	Ocean View	ocean-view	US	08230	0	America/New_York	36.94987	-76.24633	3			VA	710		
4777045	Oceana	oceana	US	24870	0	America/New_York	36.84209	-76.01299	8	Oceana,Tunis		VA	810		
4777058	Odd	odd	US	25902	0	America/New_York	37.12931	-76.35106	1			VA	735		
4777072	Ocean Park	ocean-park	US	04063	0	America/New_York	36.90931	-76.10132	3			VA	810		
4777079	Oilville	oilville	US	23129	0	America/New_York	37.70403	-77.78527	97	Oil Villa,Oilville		VA	075		
4777315	Oldhams	oldhams	US	22529	0	America/New_York	38.00263	-76.66885	40	Moverly's Bottom,Moverly's Cross Roads,Oldham,Oldham's Cross Roads,Oldham's X Roads,Oldhams,Oldhams Cross Roads		VA	193		
4777329	Olean	olean	US	14760	0	America/New_York	37.39068	-80.65951	575			VA	071		
4777337	Olive	olive	US	59343	0	America/New_York	38.21957	-77.44109	45			VA	033		
4777398	Omaha	omaha	US	31821	0	America/New_York	37.09761	-82.43459	692			VA	051		
4777399	Omega	omega	US	31775	0	America/New_York	36.67181	-78.80667	144			VA	083		
4777405	Onancock	onancock	US	23417	1261	America/New_York	37.7118	-75.7491	4	Onancock,Onankok,Port of Entry,awnankwk,Онанкок,أونانكوك		VA	001		
4777417	Onley	onley	US	23418	516	America/New_York	37.69096	-75.71604	13			VA	001		
4777421	Ontario	ontario	US	14519	0	America/New_York	36.98848	-78.48611	185	Haleysburg,Haleysburgh,Ontario		VA	037		
4777424	Opal	opal	US	83124	691	America/New_York	38.62095	-77.79999	137	Fayettesville,Opal		VA	061		
4777431	Onemo	onemo	US	23130	0	America/New_York	37.39569	-76.27272	1			VA	115		
4777439	Ophelia	ophelia	US	22530	0	America/New_York	37.91013	-76.28356	3			VA	133		
4777454	Orange	orange	US	01364	4947	America/New_York	38.24541	-78.11083	159	Orange,Orange (Virginia),Orange Court House	137	VA	137		
4777497	Ordinary	ordinary	US	23131	0	America/New_York	37.31542	-76.51328	12	Long Bridge Ordinary,Ordinary,Seawells Ordinary		VA	073		
4777519	Orkney Springs	orkney-springs	US	22845	0	America/New_York	38.79539	-78.81447	454	Orkney,Orkney Springs,Yellow Springs		VA	171		
4777520	Orlando	orlando	US	26412	0	America/New_York	36.71682	-76.57634	14			VA	800		
4777521	Orlean	orlean	US	20128	0	America/New_York	38.75262	-77.96388	186			VA	061		
4777528	Oronoco	oronoco	US	55960	0	America/New_York	37.73736	-79.25364	633			VA	009		
4777573	Osceola	osceola	US	16942	0	America/New_York	36.67317	-81.86262	576			VA	191		
4777619	Otterville	otterville	US	65348	0	America/New_York	37.43097	-79.48587	290			VA	019		
4777662	Overton	overton	US	68863	0	America/New_York	37.95736	-78.46751	154			VA	003		
4777687	Owensville	owensville	US	45160	0	America/New_York	38.10125	-78.57502	195			VA	003		
4777688	Owenton	owenton	US	40359	0	America/New_York	37.88375	-77.10025	52			VA	097		
4777699	Oxford	oxford	US	01540	0	America/New_York	37.53931	-77.54776	66			VA	760		
4777710	Oyster	oyster	US	23419	0	America/New_York	37.28653	-75.92243	1			VA	131		
4777749	Paeonian Springs	paeonian-springs	US	20129	0	America/New_York	39.14927	-77.61916	172			VA	107		
4777753	Page	page	US	25152	0	America/New_York	37.17983	-81.99541	469			VA	027		
4777769	Paige	paige	US	78659	0	America/New_York	38.07263	-77.41887	67			VA	033		
4777775	Paint Bank	paint-bank	US	24131	0	America/New_York	37.56901	-80.262	563	Paint Bank,Paintbank		VA	045		
4777784	Painter	painter	US	23420	227	America/New_York	37.58541	-75.78493	10			VA	001		
4777803	Palmer	palmer	US	01069	0	America/New_York	37.62375	-76.35133	3			VA	103		
4777804	Palmer	palmer	US	01069	0	America/New_York	37.29041	-80.04726	353			VA	775		
4777824	Palmyra	palmyra	US	04965	104	America/New_York	37.86097	-78.26334	92		065	VA	065		
4777825	Palmyra	palmyra	US	04965	0	America/New_York	36.75987	-76.59078	13			VA	800		
4777833	Palo Alto	palo-alto	US	94301	0	America/New_York	38.42346	-79.37032	652	Palo Alto,Paloalto		VA	091		
4777836	Pampa	pampa	US	79065	0	America/New_York	37.52597	-76.59273	36			VA	073		
4777838	Pamplin	pamplin	US	23958	219	America/New_York	37.26348	-78.68251	210	Merrimans Shop,Pamplin,Pamplin City,Pamplins Depot,Pamplins Station		VA	011		
4777909	Paris	paris	US	04271	0	America/New_York	39.00455	-77.95139	245	Paris,Pumpkinville		VA	061		
4777926	Park	park	US	67751	0	America/New_York	38.21013	-77.23748	9			VA	099		
4777944	Parker	parker	US	16049	0	America/New_York	38.27513	-77.75721	130			VA	177		
4777994	Parksley	parksley	US	23421	840	America/New_York	37.78207	-75.65354	13	Matomkin,Parksley		VA	001		
4778034	Parrott	parrott	US	24132	435	America/New_York	37.20512	-80.61562	544	Parrott,Parrotts		VA	155		
4778060	Partlow	partlow	US	22534	0	America/New_York	38.03875	-77.63888	116	Partlow,Partlow's,Partlows		VA	177		
4778128	Patrick Springs	patrick-springs	US	24133	1845	America/New_York	36.6418	-80.19505	381	Patrick Springs,Patrick Springs Station		VA	141		
4778139	Patterson	patterson	US	12563	0	America/New_York	36.89068	-80.78507	603			VA	197		
4778142	Patterson	patterson	US	12563	0	America/New_York	37.26456	-81.97596	460			VA	027		
4778206	Payne	payne	US	45880	0	America/New_York	37.75264	-78.44223	80	Payne,Paynes		VA	065		
4778207	Payne	payne	US	45880	0	America/New_York	36.71486	-79.93726	237			VA	089		
4778233	Paynesville	paynesville	US	24873	0	America/New_York	37.33178	-81.89068	712			VA	027		
4778256	Peach Bottom	peach-bottom	US	17563	0	America/New_York	36.58902	-81.06675	718			VA	077		
4778312	Pearisburg	pearisburg	US	24134	2678	America/New_York	37.32673	-80.73702	551	Pearisburg,Pearisburgh,Pearsburg,Perisburg,byrsbwrgh,Перисбург,بيرسبورغ	071	VA	071		
4778379	Pemberton	pemberton	US	08068	0	America/New_York	37.67459	-78.08472	60			VA	075		
4778381	Pembroke	pembroke	US	02359	1081	America/New_York	37.31957	-80.63895	504	Lybrooks,Pembroke		VA	071		
4778382	Pembroke	pembroke	US	02359	0	America/New_York	37.58487	-77.68333	76			VA	075		
4778383	Pembroke	pembroke	US	02359	0	America/New_York	37.21848	-77.43137	33			VA	730		
4778397	Pender	pender	US	68047	0	America/New_York	38.87067	-77.36888	134	Ox Hill,Penaar,Pendar,Pender		VA	059		
4778403	Pendleton	pendleton	US	27862	0	America/New_York	37.99486	-77.89805	144	Pendleton,Pendletons		VA	109		
4778415	Penhook	penhook	US	24137	801	America/New_York	36.98237	-79.62808	299	Penhood,Penhook		VA	067		
4778437	Penn Laird	penn-laird	US	22846	0	America/New_York	38.38568	-78.80252	367			VA	165		
4778452	Pennington Gap	pennington-gap	US	24277	1805	America/New_York	36.75842	-83.02711	423			VA	105		
4778550	Perkinsville	perkinsville	US	05151	0	America/New_York	37.74459	-77.82333	104			VA	075		
4778552	Perrin	perrin	US	76486	0	America/New_York	37.27014	-76.42411	1			VA	073		
4778588	Perth	perth	US	58363	0	America/New_York	37.01653	-78.99502	184			VA	083		
4778625	Petersburg	petersburg	US	12138	0	America/New_York	38.90928	-78.05333	240			VA	061		
4778626	Petersburg	petersburg	US	12138	32477	America/New_York	37.22793	-77.40193	22	Appamatuck,Cockade City,Fals,Fort Henry,PTB,Peter's Point,Peterburg,Peters Point,Petersburg,Petersburg City,Petersburgh,Pitersberg,Pitersburg,The Cockade City,bi de si bao,btrsbrgh,pitazubagu,piteoseubeogeu,pytrzbwrg  wyrjynya,Петербург,Питерсберг,Питерсбург,Пітерсбург,بطرسبرغ,پیترزبورگ، ویرجینیا,پیٹرزبرگ، ورجینیا,ピーターズバーグ,彼得斯堡,피터스버그	730	VA	730		
4778643	Peterson	peterson	US	35478	0	America/New_York	36.72843	-82.79738	425			VA	169		
4778671	Peyton	peyton	US	80831	0	America/New_York	38.13458	-79.04308	438			VA	015		
4778684	Philadelphia	philadelphia	US	13673	0	America/New_York	36.72348	-76.59356	16			VA	800		
4778688	Phenix	phenix	US	23959	219	America/New_York	37.07987	-78.74778	151			VA	037		
4778721	Philomont	philomont	US	20131	0	America/New_York	39.05622	-77.74027	149	Philmont,Philomont		VA	107		
4778756	Pickerel	pickerel	US	54465	0	America/New_York	36.97653	-79.41141	282			VA	143		
4778783	Piedmont	piedmont	US	26750	0	America/New_York	38.21402	-78.89919	373			VA	015		
4778784	Piedmont	piedmont	US	26750	0	America/New_York	37.10013	-80.21893	468			VA	121		
4778785	Piedmont	piedmont	US	26750	0	America/New_York	37.61098	-78.92169	146			VA	125		
4778786	Piedmont	piedmont	US	26750	0	America/New_York	37.21235	-80.39505	653			VA	121		
4778929	Pilot	pilot	US	24138	0	America/New_York	37.05208	-80.36366	692			VA	121		
4778957	Pine Bluff	pine-bluff	US	71601	0	America/New_York	37.31402	-80.03171	326			VA	775		
4778992	Pine Grove	pine-grove	US	17963	0	America/New_York	39.11927	-77.86527	211	Bell Farm,Pine Grove,Tattletown		VA	043		
4778993	Pine Grove	pine-grove	US	17963	0	America/New_York	38.53596	-78.48001	419			VA	139		
4778994	Pine Grove	pine-grove	US	17963	0	America/New_York	37.29847	-80.03448	320			VA	775		
4778995	Pine Grove	pine-grove	US	17963	0	America/New_York	36.7226	-82.26792	424			VA	191		
4779029	Pine Hill	pine-hill	US	12465	0	America/New_York	37.64848	-77.3222	54			VA	085		
4779069	Pine Ridge	pine-ridge	US	41360	0	America/New_York	38.86095	-77.24193	100			VA	059		
4779080	Pine Ridge	pine-ridge	US	41360	0	America/New_York	37.10042	-79.28836	208			VA	143		
4779121	Pinecrest	pinecrest	US	95364	0	America/New_York	38.94678	-77.3236	121	Pinecrest,Pinecrest Station		VA	059		
4779122	Pinecrest	pinecrest	US	95364	0	America/New_York	38.82733	-77.15665	77			VA	059		
4779131	Pinehurst	pinehurst	US	01866	0	America/New_York	36.8457	-76.37272	4	Pine Hurst,Pinehurst		VA	740		
4779134	Pineland	pineland	US	29934	0	America/New_York	37.29043	-77.41776	27			VA	041		
4779143	Pinetta	pinetta	US	32350	0	America/New_York	37.41542	-76.63829	21			VA	073		
4779144	Pineville	pineville	US	18946	0	America/New_York	38.34374	-78.79336	368			VA	165		
4779145	Pineville	pineville	US	18946	0	America/New_York	36.67154	-76.82079	20			VA	800		
4779149	Pinetta	pinetta	US	32350	0	America/New_York	36.77432	-76.23799	6	Pinetia,Pinetta		VA	550		
4779244	Piney River	piney-river	US	22964	0	America/New_York	37.70514	-79.02308	194	Piney River,Shady Lane		VA	125		
4779332	Pittsville	pittsville	US	21850	0	America/New_York	36.98181	-79.46197	270			VA	143		
4779361	Plainview	plainview	US	11803	0	America/New_York	37.3243	-80.02698	363			VA	161		
4779375	Plantersville	plantersville	US	36758	0	America/New_York	36.92598	-78.44166	172			VA	111		
4779379	Plato	plato	US	55370	0	America/New_York	36.79653	-79.04835	178			VA	083		
4779399	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.73347	-79.05668	165			VA	083		
4779400	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.6868	-80.00199	325	Pleasant Grove,Pleasant Grove Acres		VA	089		
4779401	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	37.00071	-78.37111	151	Pleasant Grove,Pleasantgrove		VA	111		
4779402	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.76514	-78.17889	118			VA	117		
4779403	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	36.54458	-79.39419	177			VA	143		
4779449	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	36.71654	-76.5819	14			VA	800		
4779450	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	37.18678	-81.7465	728			VA	185		
4779482	Pleasant Ridge	pleasant-ridge	US	48069	0	America/New_York	38.84456	-77.2097	97			VA	059		
4779497	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	37.46793	-78.47028	166			VA	029		
4779498	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	38.91206	-77.47582	82			VA	107		
4779499	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	37.25792	-79.94198	283			VA	770		
4779500	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	38.38485	-78.89725	383	Pleasant Valley,Pleasant Valley Depot,Rockingham		VA	165		
4779511	Pleasant View	pleasant-view	US	37146	0	America/New_York	37.60625	-79.24392	284	Pleasant View,Pleasantview		VA	009		
4779513	Pleasant Shade	pleasant-shade	US	37145	0	America/New_York	36.75126	-77.64693	86	Pleasant Shade,Pleasantshade		VA	081		
4779560	Plymouth	plymouth	US	02360	0	America/New_York	37.00043	-78.16444	140			VA	111		
4779575	Pocahontas	pocahontas	US	24635	406	America/New_York	37.23737	-77.40026	7	Pocahontas,Pocahontas Island,Pocahunta,Witton Town		VA	730		
4779576	Pocahontas	pocahontas	US	24635	380	America/New_York	37.30373	-81.33955	710	Pocahontas,Pocohontas		VA	185		
4779642	Point Harbor	point-harbor	US	27964	0	America/New_York	36.84376	-76.51578	6			VA	800		
4779643	Point Lookout	point-lookout	US	11569	0	America/New_York	37.35458	-76.43578	1			VA	073		
4779650	Point Pleasant	point-pleasant	US	18950	0	America/New_York	37.12429	-81.01675	686	Point Pleasant,The Slide		VA	021		
4779711	Pomona	pomona	US	08240	0	America/New_York	38.22569	-77.02775	21			VA	193		
4779713	Pomona	pomona	US	08240	0	America/New_York	39.28066	-77.66999	126			VA	107		
4779752	Ponderosa	ponderosa	US	87044	0	America/New_York	36.55903	-78.41722	105			VA	117		
4779773	Poolesville	poolesville	US	20837	0	America/New_York	37.09265	-76.72412	27			VA	181		
4779813	Pope	pope	US	38658	0	America/New_York	36.71959	-77.16691	20			VA	175		
4779830	Poplar	poplar	US	54864	0	America/New_York	38.0143	-77.41193	69	Poplar,Poplar Inn		VA	033		
4779865	Poplar Grove	poplar-grove	US	61065	0	America/New_York	37.58514	-77.0383	3			VA	127		
4779902	Poplar Ridge	poplar-ridge	US	13139	0	America/New_York	39.08705	-78.29445	257			VA	069		
4779923	Poquoson	poquoson	US	23662	12059	America/New_York	37.12237	-76.34578	1	Jeffs,Po-co-son,Pokoson,Poquosin,Poquoson,bwkywswn,pakwsn  wyrjynya,pokoson,pu ku sen shi,pwkwyswn  wrjynya,Покосон,بوكيوسون,پاکوسن، ویرجینیا,پوکوئسون، ورجینیا,ポコソン,普庫森市	735	VA	735		
4779942	Port Haywood	port-haywood	US	23138	0	America/New_York	37.38597	-76.31716	3			VA	115		
4779950	Port Republic	port-republic	US	08241	0	America/New_York	38.29624	-78.81058	322			VA	165		
4779957	Port Royal	port-royal	US	17082	129	America/New_York	38.1718	-77.19109	8	Port Rojal,Port Roy,Port Royal,Порт Ројал		VA	033		
4780464	Providence	providence	US	02901	0	America/New_York	36.93736	-78.81945	151			VA	083		
4779999	Portsmouth	portsmouth	US	02871	96201	America/New_York	36.83543	-76.29827	3	Portsmouth,Portsmut,bwrtsmwth,pocheumeoseu,potsumasu,pu ci mao si,pwrtsmwt,pwrtsmwth  wyrjynya,Портсмут,פורטסמות,بورتسموث,پورتسموث، ویرجینیا,پورٹسماؤت، ورجینیا,ポーツマス,朴次茅斯,포츠머스	740	VA	740		
4780126	Pound	pound	US	24279	966	America/New_York	37.12371	-82.60127	477			VA	195		
4780138	Pounding Mill	pounding-mill	US	24637	0	America/New_York	37.07539	-81.70872	680			VA	185		
4780198	Powellton	powellton	US	25161	0	America/New_York	36.66681	-77.79221	95	Old Powellton,Powellton,Powelton		VA	025		
4780219	Powhatan	powhatan	US	23139	0	America/New_York	37.33987	-79.2478	267			VA	031		
4780220	Powhatan	powhatan	US	23139	0	America/New_York	37.54209	-77.91889	114	Powhatan,Powhatan Court House,Powhatan Mennonite Church,Scottsville	145	VA	145		
4780256	Pratts	pratts	US	22731	0	America/New_York	38.34763	-78.27	179	Hales Store,Pratts		VA	113		
4780263	Premier	premier	US	24878	0	America/New_York	37.11539	-81.86929	672			VA	185		
4780285	Presque Isle	presque-isle	US	04769	0	America/New_York	37.3557	-77.26831	7			VA	041		
4780292	Preston	preston	US	06365	0	America/New_York	36.65819	-79.97976	286			VA	089		
4780357	Prim	prim	US	72130	0	America/New_York	38.24874	-77.06997	21			VA	099		
4780370	Prince George	prince-george	US	23875	2066	America/New_York	37.22043	-77.28803	40	Prince George,Prince George Court House,Prince Georges	149	VA	149		
4780397	Princess Anne	princess-anne	US	21853	0	America/New_York	36.75154	-76.05299	2	Princess Ann,Princess Anne,Princess Anne Court House		VA	810		
4780431	Prospect	prospect	US	06712	0	America/New_York	37.30293	-78.55917	175	Prospect,Prospect Depot,Prospect Station		VA	147		
4780463	Providence	providence	US	02901	0	America/New_York	36.69957	-81.01647	728			VA	077		
4780512	Providence Forge	providence-forge	US	23140	0	America/New_York	37.44181	-77.04358	12			VA	127		
4780577	Pulaski	pulaski	US	13142	8890	America/New_York	37.0479	-80.77979	580	Martin's Store,Martin's Tank,Martins,Martins Station,Martins Tank,Pjulaski,Pulaski,Pulaski City,Pulaski Station,pu wa si ji,Пјуласки,普瓦斯基	155	VA	155		
4780627	Pungoteague	pungoteague	US	23422	347	America/New_York	37.63041	-75.81354	8	Pongoteague,Pungoteague		VA	001		
4780634	Purcell	purcell	US	64857	0	America/New_York	36.93066	-82.13513	583			VA	167		
4780636	Purcell	purcell	US	64857	0	America/New_York	36.7962	-82.99489	490			VA	105		
4780641	Purcellville	purcellville	US	20132	9232	America/New_York	39.13677	-77.71472	170	Perselvil,Purcell's Store,Purcelli Villa,Purcells Store,Purcellville,Перселвил		VA	107		
4780661	Purdy	purdy	US	65734	0	America/New_York	36.82237	-77.58804	70			VA	081		
4780680	Quail	quail	US	79251	0	America/New_York	37.92986	-78.03333	146			VA	109		
4780686	Putnam	putnam	US	06260	0	America/New_York	37.02206	-81.9654	572			VA	167		
4780703	Quantico	quantico	US	21856	480	America/New_York	38.52234	-77.29359	12	Carrborough,Kuantiko,Kvantiko,Kvontiko,NYG,Newport,Potomac,Quantico,kuang ti ke,kwantykww  wyrjynya,Квонтико,Куантико,کوانتیکوو، ویرجینیا,匡提科		VA	153		
4780746	Queenstown	queenstown	US	21658	0	America/New_York	37.68042	-76.48745	6			VA	103		
4780755	Quicksburg	quicksburg	US	22847	0	America/New_York	38.69317	-78.67891	291	Forest Station,Quickburg,Quicksburg,Quicksburgh		VA	171		
4780766	Quinby	quinby	US	23423	282	America/New_York	37.55375	-75.73382	3			VA	001		
4780771	Quinque	quinque	US	22965	0	America/New_York	38.25013	-78.39779	220	Quinine,Quinque		VA	079		
4780773	Quinton	quinton	US	08072	0	America/New_York	37.53376	-77.12108	46	Quinton,Summit		VA	127		
4780830	Radcliff	radcliff	US	40159	0	America/New_York	36.64792	-78.15472	101			VA	117		
4780837	Radford	radford	US	24141	17403	America/New_York	37.13179	-80.57645	567	Central,Central Depot,Ingles Ferry,Lovely Mount,Radford,Radford Furnace,la de fu,radfwrd,radofodo,rdfwrd  wyrjynya,Радфорд,رادفورد,راڈفورڈ، ورجینیا,ردفورد، ویرجینیا,ラドフォード,拉德福	750	VA	750		
4780853	Radiant	radiant	US	22732	0	America/New_York	38.31346	-78.20723	164			VA	113		
4780858	Radford	radford	US	24141	0	America/New_York	37.1382	-79.61781	313			VA	019		
4780954	Ramsey	ramsey	US	07446	0	America/New_York	37.85486	-78.96225	555			VA	125		
4780955	Ramsey	ramsey	US	07446	0	America/New_York	36.9401	-82.59488	635			VA	720		
4780984	Randolph	randolph	US	02368	0	America/New_York	36.89348	-78.6975	101	Randolph,Roanoke,Talcott		VA	037		
4781012	Rangeley	rangeley	US	04970	0	America/New_York	36.69625	-79.96254	255	Rangeley,Rangeleys Store		VA	089		
4781023	Raphine	raphine	US	24472	0	America/New_York	37.93735	-79.23281	564			VA	163		
4781024	Rapidan	rapidan	US	22733	0	America/New_York	38.31263	-78.06583	83	Rapid Ann Station,Rapidan,Rapidan Station,Waugh's Ford,Waughs Ford		VA	047		
4781032	Rappahannock Academy	rappahannock-academy	US	22538	0	America/New_York	38.18152	-77.27637	61			VA	033		
4781113	Raven	raven	US	24639	2270	America/New_York	37.08706	-81.85512	581			VA	185		
4781136	Ravenwood	ravenwood	US	64479	0	America/New_York	38.86178	-77.15276	93			VA	059		
4781137	Ravenwood	ravenwood	US	64479	0	America/New_York	38.7215	-77.39276	60			VA	153		
4781144	Rawlings	rawlings	US	21557	0	America/New_York	36.94848	-77.77888	91	Rawling,Rawlings,Rawlings Siding		VA	025		
4781149	Ray	ray	US	45672	0	America/New_York	36.93625	-79.31086	194			VA	143		
4781204	Rectortown	rectortown	US	20140	0	America/New_York	38.92122	-77.86138	156	Maidstone,Rector Town,Rectortown,Rectortown Station		VA	061		
4781208	Red Ash	red-ash	US	24640	0	America/New_York	37.11345	-81.87095	662			VA	185		
4781210	Red Bank	red-bank	US	07701	0	America/New_York	36.59514	-78.75362	164			VA	083		
4781211	Red Bank	red-bank	US	07701	0	America/New_York	37.24736	-75.99021	2			VA	131		
4781212	Red Bank	red-bank	US	07701	0	America/New_York	37.44458	-75.84187	1			VA	131		
4781228	Red Hill	red-hill	US	18076	0	America/New_York	37.59263	-75.75187	6			VA	001		
4781230	Red Hill	red-hill	US	18076	0	America/New_York	36.74624	-80.64868	786			VA	035		
4781232	Red Hill	red-hill	US	18076	0	America/New_York	37.88986	-76.80524	7			VA	057		
4781233	Red Hill	red-hill	US	18076	0	America/New_York	36.92096	-80.84758	660			VA	197		
4781346	Redwood	redwood	US	13679	0	America/New_York	37.01986	-79.81198	353	Guizot,Redwood,White Rock		VA	067		
4781373	Reeds	reeds	US	64859	0	America/New_York	37.33793	-78.40389	115			VA	049		
4781388	Reedville	reedville	US	22539	0	America/New_York	37.84207	-76.27578	3			VA	133		
4781444	Regent	regent	US	58650	0	America/New_York	37.58819	-76.44161	10			VA	119		
4781448	Regina	regina	US	41559	0	America/New_York	37.80402	-76.41745	29			VA	103		
4781452	Rehoboth	rehoboth	US	02769	0	America/New_York	36.91987	-78.35472	149	Rehoboth,Smithsons Store		VA	111		
4781478	Reliance	reliance	US	37369	0	America/New_York	39.00316	-78.24556	210			VA	187		
4781484	Remington	remington	US	22734	627	America/New_York	38.53374	-77.80833	84	Bowenville,Martin's Mill,Millview,Rappahannock Station,Remington		VA	061		
4781511	Rescue	rescue	US	23424	0	America/New_York	36.99598	-76.56051	6	Rescue,Smith's Neck		VA	093		
4781530	Reston	reston	US	20190	58404	America/New_York	38.96872	-77.3411	100	Reston,Thornton Station,Thornton's Station,Wiehle,resuton,rstwn  wyrjynya,Рестон,رستون، ویرجینیا,レストン		VA	059		
4781557	Reva	reva	US	22735	0	America/New_York	38.49401	-78.13333	183			VA	047		
4781572	Rexburg	rexburg	US	83440	0	America/New_York	37.93653	-76.98691	51	Rexburg,Rexburgh		VA	057		
4781597	Rhoadesville	rhoadesville	US	22542	0	America/New_York	38.27347	-77.92833	152	Lafayette,Lafayette Station,Rhoadesville,Rhodesville		VA	137		
4781600	Rhodes	rhodes	US	48652	0	America/New_York	36.76626	-76.79163	24			VA	093		
4781614	Rice	rice	US	23966	0	America/New_York	37.27515	-78.29138	139	Rice,Rice Depot,Rice Station,Rices Depot		VA	147		
4781619	Riceville	riceville	US	16432	0	America/New_York	36.89125	-79.16891	195	Lower Banister,Riceville		VA	143		
4781627	Rich Creek	rich-creek	US	24147	748	America/New_York	37.38234	-80.82258	468			VA	071		
4781669	Richardson	richardson	US	75080	0	America/New_York	36.82429	-80.78091	673			VA	035		
4781670	Richardson	richardson	US	75080	0	America/New_York	36.56125	-78.44611	122			VA	117		
4781691	Richardsville	richardsville	US	22736	0	America/New_York	38.40013	-77.72888	115	Richards Ferry,Richardsville,Smiths Tavern		VA	047		
4781708	Richmond	richmond	US	01254	220289	America/New_York	37.55376	-77.46026	64	Manchester,None Such,RIC,Richmond,Richmond City,Richmund,Ricmonda,Ricmondas,Ricmondia,Ricmonds,Ritsmont,Ričmonda,Ričmondas,Ričmonds,Rychmand,Shoccoe's,Shockoe,li shi man,lichimeondeu,lie zhi wen,rchmnڈ,ricamanda,ricmand,ricmant,ritchimondo,rychmwnd,rychmwnd  wyrjynya,rytshmwnd,ryzmwnd,Ρίτσμοντ,Ричмонд,Ричмънд,Рычманд,Ռիչմոնդ,ריצמונד,ريتشموند,رچمنڈ,رچمنڈ، ورجینیا,ریچموند,ریچموند، ویرجینیا,रिचमंड,रिचमन्ड,रिच्मन्ड्,ரிச்மண்ட்,リッチモンド,列治文,里士满,리치먼드	VA	VA	760		
4781711	Richlands	richlands	US	24641	5504	America/New_York	37.09317	-81.79373	589	Richland,Richlands,Ричландс,رچلینڈs، ورجینیا		VA	185		
4781791	Ridgecrest	ridgecrest	US	28770	0	America/New_York	36.66625	-79.40947	197			VA	143		
4781794	Ridgedale	ridgedale	US	65739	0	America/New_York	38.64928	-77.37887	101			VA	153		
4781795	Ridgedale	ridgedale	US	65739	0	America/New_York	36.94067	-81.57373	712			VA	173		
4781797	Ridgefield	ridgefield	US	06877	0	America/New_York	37.12429	-80.55922	580			VA	750		
4781802	Ridgeview	ridgeview	US	25169	0	America/New_York	38.789	-77.1047	51			VA	059		
4781806	Ridgeway	ridgeway	US	24148	0	America/New_York	36.8068	-79.14391	195			VA	083		
4781807	Ridgeway	ridgeway	US	24148	708	America/New_York	36.5768	-79.85837	288	Ridgeway,Ridgway		VA	089		
4781808	Ridgeway	ridgeway	US	24148	797	America/New_York	36.98931	-79.48253	272			VA	143		
4781870	Rileyville	rileyville	US	22650	0	America/New_York	38.76512	-78.38806	207	Cedar,Cedar Point,Rileyville		VA	139		
4781876	Riner	riner	US	24149	859	America/New_York	37.06652	-80.44061	634	Auburn,Riner		VA	121		
4781887	Ringgold	ringgold	US	15770	0	America/New_York	36.60819	-79.2953	178			VA	143		
4781894	Rio	rio	US	26755	0	America/New_York	38.07625	-78.46112	141			VA	003		
4781899	Rio Vista	rio-vista	US	76093	0	America/New_York	37.56904	-77.52276	76			VA	760		
4781906	Ripplemead	ripplemead	US	24150	0	America/New_York	37.33707	-80.68618	558			VA	071		
4781967	River Edge	river-edge	US	07661	0	America/New_York	37.26014	-79.87281	336			VA	161		
4782015	Riverdale	riverdale	US	07457	0	America/New_York	36.80987	-76.24744	4			VA	550		
4782016	Riverdale	riverdale	US	07457	0	America/New_York	36.81404	-76.25161	4			VA	550		
4782017	Riverdale	riverdale	US	07457	956	America/New_York	36.68736	-78.90001	100			VA	083		
4782018	Riverdale	riverdale	US	07457	0	America/New_York	37.04876	-76.37106	1			VA	650		
4782019	Riverdale	riverdale	US	07457	0	America/New_York	37.25404	-77.36554	12			VA	149		
4782020	Riverdale	riverdale	US	07457	0	America/New_York	37.25514	-79.91393	278			VA	770		
4782021	Riverdale	riverdale	US	07457	0	America/New_York	36.55126	-76.95968	12			VA	175		
4782058	Riverside	riverside	US	02915	0	America/New_York	36.67318	-81.02036	684			VA	077		
4782059	Riverside	riverside	US	02915	0	America/New_York	37.04792	-76.49773	5			VA	700		
4782060	Riverside	riverside	US	02915	0	America/New_York	37.24624	-80.17504	346			VA	161		
4782061	Riverside	riverside	US	02915	0	America/New_York	37.78958	-79.34031	289			VA	163		
4782062	Riverside	riverside	US	02915	0	America/New_York	36.76039	-81.63206	644			VA	173		
4782063	Riverside	riverside	US	02915	0	America/New_York	36.92373	-81.62567	553			VA	173		
4782064	Riverside	riverside	US	02915	0	America/New_York	38.9015	-78.21361	172			VA	187		
4782098	Riverton	riverton	US	06065	0	America/New_York	38.9465	-78.19944	160			VA	187		
4782102	Riverview	riverview	US	33568	0	America/New_York	36.88265	-76.27855	4			VA	710		
4782103	Riverview	riverview	US	33568	0	America/New_York	36.73987	-76.59051	11			VA	800		
4782104	Riverview	riverview	US	33568	782	America/New_York	36.93538	-82.48182	609			VA	195		
4782137	Rixeyville	rixeyville	US	22737	0	America/New_York	38.57984	-77.97889	136			VA	047		
4782167	Roanoke	roanoke	US	24001	99897	America/New_York	37.27097	-79.94143	285	Big Lick,Old Lick,ROA,Rawrenock,Rhoanoke,Roanok,Roanoke,Roanoke City,Rowrenoc,Rōwrenoc,Star City,Star City of the SouMagic City,The own,lo-eonokeu,luo a nuo ke,ro'anoka,roanoku,rwanwk,rwanwk  wrjynya,rwnwk  wyrjynya,Роанок,רואנוק,روانوك,روانوک، ورجینیا,رونوک، ویرجینیا,रोआनोक,ロアノーク,羅阿諾克,로어노크	770	VA	770		
4782422	Rochelle	rochelle	US	22738	0	America/New_York	38.29041	-78.2725	182	Jacks Shop,La Rochelle,Rochelle		VA	113		
4782461	Rock Hall	rock-hall	US	21661	0	America/New_York	39.16844	-78.06028	182	Rock Hall,Rockhall		VA	043		
4782465	Rock Hill	rock-hill	US	12775	0	America/New_York	38.90928	-77.77472	184	Rock Hill,Rock Hill Mines		VA	061		
4782466	Rock Hill	rock-hill	US	12775	0	America/New_York	39.06594	-77.82833	177			VA	107		
4782525	Rockaway	rockaway	US	07866	0	America/New_York	37.85153	-78.26389	81			VA	065		
4782570	Rockhouse	rockhouse	US	41561	0	America/New_York	37.03845	-81.68345	695			VA	185		
4782586	Rockland	rockland	US	02370	0	America/New_York	38.98955	-78.14111	176			VA	187		
4782607	Rockville	rockville	US	02873	0	America/New_York	37.72598	-77.67832	93			VA	085		
4782674	Rocky Gap	rocky-gap	US	24366	0	America/New_York	37.24234	-81.10731	618	Rocky Gap,Rockygap		VA	021		
4782691	Rocky Mount	rocky-mount	US	24151	4799	America/New_York	36.99764	-79.89198	345	Mount Pleasant,Rocky Mount,Rockymount,Roki Maunt,Роки Маунт	067	VA	067		
4782718	Rocky Point	rocky-point	US	11778	0	America/New_York	37.57958	-79.61171	242	Rocky Point,Rockypoint		VA	023		
4782767	Roebuck	roebuck	US	29376	0	America/New_York	36.774	-82.11319	438	Robuck,Roebuck		VA	191		
4782772	Rogers	rogers	US	06263	0	America/New_York	37.0918	-80.39005	556			VA	121		
4782821	Rollins Fork	rollins-fork	US	22544	0	America/New_York	38.18485	-77.0622	53			VA	099		
4782863	Rose Hill	rose-hill	US	24281	0	America/New_York	37.99236	-78.41862	126			VA	003		
4782864	Rose Hill	rose-hill	US	24281	20226	America/New_York	38.78872	-77.11276	72			VA	059		
4782866	Rose Hill	rose-hill	US	24281	799	America/New_York	36.67175	-83.36741	441			VA	105		
4782868	Rose Hill	rose-hill	US	24281	0	America/New_York	38.71651	-78.12528	178			VA	157		
4782870	Rose Hill	rose-hill	US	24281	0	America/New_York	38.56929	-77.3147	33			VA	153		
4782907	Rosedale	rosedale	US	11422	0	America/New_York	36.95928	-81.93124	691	Elway,Rosedale		VA	167		
4782921	Roseland	roseland	US	07068	0	America/New_York	37.74764	-78.97586	195	Fleetwood,Roseland		VA	125		
4782929	Rosemont	rosemont	US	08556	0	America/New_York	38.81289	-77.06164	6			VA	510		
4782930	Rosemont	rosemont	US	08556	0	America/New_York	38.92372	-77.18165	92			VA	059		
4782931	Rosemont	rosemont	US	08556	0	America/New_York	37.26292	-76.45884	1			VA	073		
4782932	Rosemont	rosemont	US	08556	0	America/New_York	36.90126	-76.23244	5			VA	710		
4782934	Rosemont	rosemont	US	08556	0	America/New_York	36.72821	-76.56189	7			VA	800		
4782935	Rosemont	rosemont	US	08556	0	America/New_York	36.83931	-76.10299	4			VA	810		
4782956	Roseville	roseville	US	43777	0	America/New_York	38.46512	-77.50387	93			VA	179		
4783019	Round Hill	round-hill	US	20141	0	America/New_York	39.19205	-78.23195	273	Chambersville,Round Hill		VA	069		
4783020	Round Hill	round-hill	US	20141	641	America/New_York	39.13261	-77.76861	167	Round Hill,Roundhill		VA	107		
4783021	Round Hill	round-hill	US	20141	635	America/New_York	38.55985	-78.15806	173			VA	157		
4783083	Round Top	round-top	US	12473	0	America/New_York	37.02871	-82.51654	754			VA	195		
4783110	Rowe	rowe	US	01367	0	America/New_York	37.13622	-82.03263	517			VA	027		
4783128	Roxbury	roxbury	US	02119	0	America/New_York	37.46487	-77.14081	11			VA	036		
4783133	Royal City	royal-city	US	99357	0	America/New_York	37.25983	-82.10069	328			VA	027		
4783158	Ruby	ruby	US	12475	0	America/New_York	38.50429	-77.51554	98			VA	179		
4783160	Ruckersville	ruckersville	US	22968	1141	America/New_York	38.23319	-78.36917	185	Roggersville,Ruckersville		VA	079		
4783198	Rugby	rugby	US	37733	0	America/New_York	38.01375	-78.32779	103			VA	003		
4783199	Rugby	rugby	US	37733	0	America/New_York	36.61068	-81.45066	962			VA	077		
4783200	Rugby	rugby	US	37733	0	America/New_York	37.28708	-79.95615	308			VA	770		
4783211	Rumford	rumford	US	02916	0	America/New_York	37.72486	-77.08942	51			VA	101		
4783233	Rural Retreat	rural-retreat	US	24368	1485	America/New_York	36.89373	-81.27593	766	Mount Airy,Rural Retreat		VA	197		
4783257	Rushville	rushville	US	14544	0	America/New_York	38.43179	-78.9792	396			VA	165		
4783260	Russell	russell	US	01071	0	America/New_York	37.08261	-81.99707	692			VA	167		
4783261	Russell	russell	US	01071	0	America/New_York	36.68571	-76.58773	18			VA	800		
4783303	Rustburg	rustburg	US	24588	1431	America/New_York	37.27681	-79.10085	269	Campbell Court House,Rustburg,Rustburgh	031	VA	031		
4783310	Ruther Glen	ruther-glen	US	22546	0	America/New_York	37.92875	-77.45582	71	Chesterfield Station,Ruther Glen,Rutherglen		VA	033		
4783313	Rutherford	rutherford	US	07070	0	America/New_York	38.829	-77.26026	103			VA	059		
4783315	Ruth	ruth	US	39662	0	America/New_York	38.39429	-78.31389	189			VA	113		
4783320	Ruthville	ruthville	US	23147	0	America/New_York	37.36737	-77.04108	23			VA	036		
4783326	Ryan	ryan	US	52330	0	America/New_York	39.01511	-77.49305	93	Farmwell,Ryan		VA	107		
4783464	Saint Charles	saint-charles	US	24282	128	America/New_York	36.80176	-83.05739	464	Sent-Charl'z,Сент-Чарльз		VA	105		
4783471	Saint Clair	saint-clair	US	17970	0	America/New_York	37.23817	-81.31927	750			VA	185		
4783496	Saint Elmo	saint-elmo	US	36568	0	America/New_York	38.83122	-77.05581	12	Glebe,Saint Elmo,St. Elmo		VA	510		
4783508	Saint George	saint-george	US	29477	0	America/New_York	38.26791	-78.55251	225			VA	079		
4783524	Saint Helena	saint-helena	US	68774	0	America/New_York	36.82793	-76.28855	2			VA	710		
4783726	Saint Louis	saint-louis	US	48880	0	America/New_York	39.0015	-77.79277	158	Sent-Luis,Сент-Луис		VA	107		
4783906	Saint Paul	saint-paul	US	24283	970	America/New_York	36.90538	-82.31098	458	Estonoa,Moores Fort,Saint Paul,St. Paul		VA	195		
4784049	Saint Stephens	saint-stephens	US	36569	0	America/New_York	38.69595	-77.66832	110			VA	061		
4784111	Salem	salem	US	01970	0	America/New_York	38.51735	-78.07889	163			VA	047		
4784112	Salem	salem	US	01970	25432	America/New_York	37.29347	-80.05476	325	Fauquier,Salem,Salem (Virginia),Salem City,Sejlem,sai lei mu,salm,seiramu,slym  wyrjynya,sylm  wrjynya,Салем,Сейлем,Сејлем,سالم,سلیم، ویرجینیا,سیلم، ورجینیا,セイラム,塞勒姆	775	VA	775		
4784113	Salem	salem	US	01970	0	America/New_York	36.78959	-76.12466	3	Sejlem,Сейлем		VA	810		
4784210	Salisbury	salisbury	US	01952	0	America/New_York	37.60763	-79.78227	292			VA	023		
4784259	Saluda	saluda	US	23149	769	America/New_York	37.60597	-76.59495	30		119	VA	119		
4784275	Saltville	saltville	US	24370	2031	America/New_York	36.8815	-81.76206	526	Buffalo Lick,Perryville,Prestons Salines,Saltville,Soltvil,Солтвил		VA	173		
4784352	Sandston	sandston	US	23150	7571	America/New_York	37.52348	-77.31581	51	Fairfield,Sandston		VA	087		
4784402	Sandy Hook	sandy-hook	US	06482	0	America/New_York	37.75265	-77.9125	109			VA	075		
4784411	Sandy Level	sandy-level	US	24161	484	America/New_York	36.56875	-79.7192	242			VA	089		
4784426	Sandy Point	sandy-point	US	04972	0	America/New_York	37.82013	-76.30772	3			VA	133		
4784429	Sandy Point	sandy-point	US	04972	0	America/New_York	38.06068	-76.53329	3	Horn Point Neck,Sandy Point,Yeocomico Neck		VA	193		
4784457	Sanford	sanford	US	04073	212	America/New_York	37.92513	-75.66437	1			VA	001		
4784464	Sangerville	sangerville	US	04479	0	America/New_York	38.38874	-79.08337	397	Sangersville,Sangerville		VA	015		
4784483	Sarah	sarah	US	38665	0	America/New_York	37.38875	-76.28189	1			VA	115		
4784484	Saratoga	saratoga	US	27873	0	America/New_York	39.08316	-78.05944	167			VA	043		
4784490	Sardis	sardis	US	30456	0	America/New_York	37.62153	-79.1128	245	Sardis,Sardis Church		VA	009		
4784501	Sassafras	sassafras	US	41759	0	America/New_York	37.40681	-76.60662	29			VA	073		
4784557	Saxe	saxe	US	23967	0	America/New_York	36.92987	-78.66334	103	Allens Mill,Carringtons Mill,Saxe		VA	037		
4784558	Saxis	saxis	US	23427	239	America/New_York	37.92401	-75.72187	1	Saxis,Saxis Island,Sikes,Sikes Town,Sykes		VA	001		
4784588	Schley	schley	US	23154	0	America/New_York	37.38958	-76.45495	3			VA	073		
4784631	Schuyler	schuyler	US	22969	298	America/New_York	37.79236	-78.69835	120			VA	125		
4784643	Scotland	scotland	US	06264	203	America/New_York	37.18376	-76.78635	3	Scotland,Scotland Ferry,Scotland Wharf		VA	181		
4784694	Scottdale	scottdale	US	15683	0	America/New_York	37.48043	-77.45248	37			VA	760		
4784707	Scottsburg	scottsburg	US	14545	132	America/New_York	36.75736	-78.78973	115	Scottsburg,Scottsburgh		VA	083		
4784711	Scottsville	scottsville	US	14546	603	America/New_York	37.79875	-78.49556	85	Scott's Ferry,Scotts Ferry,Scotts Landing,Scottsville		VA	003		
4784742	Seaboard	seaboard	US	27876	0	America/New_York	37.14039	-81.78234	687	Big Creek,Seaboard		VA	185		
4784751	Seaford	seaford	US	11783	0	America/New_York	37.1982	-76.433	1	Crab Neck,Crab Rock,Crabneck,Seaford		VA	199		
4784764	Sealston	sealston	US	22547	0	America/New_York	38.26152	-77.33193	29			VA	099		
4784766	Seaview	seaview	US	23429	0	America/New_York	37.26181	-75.94576	10			VA	131		
4784826	Sedalia	sedalia	US	27342	0	America/New_York	37.48764	-79.44031	311			VA	019		
4784846	Sedley	sedley	US	23878	470	America/New_York	36.77598	-76.98413	27			VA	175		
4784847	Selden	selden	US	11784	0	America/New_York	37.35625	-76.46912	3			VA	073		
4784856	Selma	selma	US	24474	529	America/New_York	37.80652	-79.84811	350	Sel'ma,Сельма		VA	005		
4784857	Selma	selma	US	24474	0	America/New_York	38.16235	-79.07503	462			VA	790		
4784859	Seminary	seminary	US	39479	0	America/New_York	36.81065	-82.8335	488			VA	105		
4784876	Seneca	seneca	US	16346	0	America/New_York	37.0932	-79.12613	147			VA	031		
4784945	Severn	severn	US	21144	0	America/New_York	37.29431	-76.4155	1			VA	073		
4784978	Shacklefords	shacklefords	US	23156	0	America/New_York	37.55153	-76.73218	23	Centerville,Centreville,Shackleford's,Shacklefords,Shakelford's		VA	097		
4785003	Shady Grove	shady-grove	US	17256	0	America/New_York	37.31986	-79.72115	326	Shady Ford,Shady Grove		VA	019		
4785004	Shady Grove	shady-grove	US	17256	0	America/New_York	38.26041	-78.59252	267			VA	079		
4785005	Shady Grove	shady-grove	US	17256	0	America/New_York	36.59792	-78.8439	145			VA	083		
4785006	Shady Grove	shady-grove	US	17256	0	America/New_York	37.66626	-77.6136	94			VA	087		
4785007	Shady Grove	shady-grove	US	17256	0	America/New_York	36.78262	-81.39983	810			VA	173		
4785008	Shady Grove	shady-grove	US	17256	0	America/New_York	36.72372	-81.96957	643	Shady,Shady Grove		VA	191		
4785041	Shadyside	shadyside	US	43947	0	America/New_York	37.39791	-75.91215	11			VA	131		
4785061	Shamrock	shamrock	US	74068	0	America/New_York	37.27569	-80.07004	344			VA	775		
4785096	Sharon	sharon	US	02067	0	America/New_York	36.65847	-79.53031	214			VA	143		
4785130	Sharon Springs	sharon-springs	US	13459	0	America/New_York	37.04956	-81.28621	828			VA	021		
4785143	Sharps	sharps	US	22548	0	America/New_York	37.82403	-76.70079	3	Griffin,Milden,Milden Village,Milden Wharf,Milton,Milton Wharf,Sharp's Wharf,Sharps,Sharps Wharf		VA	159		
4785154	Shavertown	shavertown	US	18708	0	America/New_York	38.66373	-78.62613	345			VA	171		
4785167	Shawsville	shawsville	US	24162	1310	America/New_York	37.16847	-80.25532	439	Fort Vause,Shawsville		VA	121		
4785194	Sheffield	sheffield	US	01257	0	America/New_York	37.36736	-79.19086	253			VA	680		
4785203	Shelby	shelby	US	28150	0	America/New_York	38.32124	-78.30806	200	Glory,Shelby		VA	113		
4785243	Shenandoah	shenandoah	US	17976	2340	America/New_York	38.48512	-78.62502	301	Milnes,SHD,Shenandoa,Shenandoah,Shenandoah Furnace,Шенандоа		VA	139		
4785244	Shenandoah	shenandoah	US	17976	0	America/New_York	38.6604	-77.46499	94			VA	153		
4785245	Shenandoah	shenandoah	US	17976	0	America/New_York	37.24846	-80.42422	654			VA	121		
4785355	Shields	shields	US	58569	0	America/New_York	37.26682	-78.6475	219			VA	147		
4785359	Shields	shields	US	58569	0	America/New_York	37.57013	-75.85354	8			VA	001		
4785365	Shiloh	shiloh	US	08353	0	America/New_York	38.08735	-79.6506	454			VA	017		
4785366	Shiloh	shiloh	US	08353	0	America/New_York	38.22152	-77.11109	55			VA	099		
4785367	Shiloh	shiloh	US	08353	0	America/New_York	37.02484	-80.71423	634			VA	155		
4785368	Shiloh	shiloh	US	08353	0	America/New_York	36.6096	-77.19969	29			VA	175		
4785369	Shiloh	shiloh	US	08353	0	America/New_York	38.50374	-77.50637	101			VA	179		
4785370	Shiloh	shiloh	US	08353	0	America/New_York	36.80123	-81.08342	732			VA	197		
4785473	Shipman	shipman	US	22971	507	America/New_York	37.72375	-78.83919	192	Montreal,Oak Ridge,Shipman		VA	125		
4785499	Shirley	shirley	US	01464	0	America/New_York	37.34181	-77.26053	6	Shirley,Shirley Plantation		VA	036		
4785546	Shorewood	shorewood	US	60404	0	America/New_York	36.83348	-76.41022	4			VA	550		
4785594	Shortsville	shortsville	US	14548	0	America/New_York	36.77233	-81.90762	645			VA	191		
4785595	Shortt Gap	shortt-gap	US	24647	0	America/New_York	37.15733	-81.8729	739			VA	027		
4785680	Siler	siler	US	40763	0	America/New_York	39.35066	-78.23889	202			VA	069		
4785683	Siloam	siloam	US	27047	0	America/New_York	36.91068	-80.96619	687			VA	197		
4785717	Silver Springs	silver-springs	US	14550	0	America/New_York	38.784	-77.12915	75			VA	059		
4785720	Silverdale	silverdale	US	18962	0	America/New_York	38.64123	-77.37526	99			VA	153		
4785727	Silverwood	silverwood	US	48760	0	America/New_York	36.85515	-76.39967	4			VA	550		
4785790	Sinai	sinai	US	57061	0	America/New_York	36.73903	-78.93668	152			VA	083		
4785807	Singers Glen	singers-glen	US	22850	0	America/New_York	38.55262	-78.91336	480	Mountain Valley,Sangers Glen,Singer Glen,Singer's Glen,Singers Glen		VA	165		
4785853	Six Mile	six-mile	US	29682	0	America/New_York	37.3932	-79.06002	161			VA	031		
4785925	Skippers	skippers	US	23879	0	America/New_York	36.61182	-77.54665	44	Skipper,Skippers,Skipwith		VA	081		
4785933	Skipwith	skipwith	US	23968	0	America/New_York	36.69431	-78.49083	139	Five Forks,Skipwith		VA	117		
4785955	Skyland	skyland	US	28776	0	America/New_York	38.59373	-78.38195	1090			VA	139		
4785983	Slate Hill	slate-hill	US	10973	0	America/New_York	37.63209	-78.38695	116			VA	029		
4786120	Smiley	smiley	US	78159	0	America/New_York	36.69259	-83.2874	417			VA	105		
4786274	Smithfield	smithfield	US	02917	8364	America/New_York	36.98237	-76.63107	9	Smitfild,Smitfildas,shi mi si fei er de,Смитфилд,سمتھفیلڈ، ورجینیا,史密斯菲尔德		VA	093		
4786275	Smithfield	smithfield	US	02917	0	America/New_York	36.9365	-81.96651	673	Elway,Smithfield		VA	167		
4786276	Smithfield	smithfield	US	02917	0	America/New_York	37.11624	-80.57339	580			VA	750		
4786321	Smithville	smithville	US	26178	0	America/New_York	37.66707	-75.84354	1			VA	001		
4786430	Snow Hill	snow-hill	US	21863	0	America/New_York	37.53987	-76.74996	18			VA	097		
4786431	Snow Hill	snow-hill	US	21863	0	America/New_York	38.86067	-77.61749	125			VA	153		
4786439	Snowflake	snowflake	US	85937	0	America/New_York	36.68982	-82.48987	471			VA	169		
4786448	Snyder	snyder	US	68664	0	America/New_York	38.14319	-79.14142	498			VA	015		
4786450	Snowville	snowville	US	84336	149	America/New_York	37.03263	-80.56117	589	Snouvil,Сноувил		VA	155		
4786481	Somers	somers	US	06071	0	America/New_York	37.78819	-76.56634	20			VA	103		
4786482	Somerset	somerset	US	02725	0	America/New_York	37.29598	-77.42609	30			VA	041		
4786483	Somerset	somerset	US	02725	0	America/New_York	38.20763	-78.21806	131			VA	137		
4786486	Somerton	somerton	US	85350	0	America/New_York	36.56821	-76.75135	16	Somerton,Sommerton,Summerton		VA	800		
4786488	Somerville	somerville	US	02143	0	America/New_York	38.52179	-77.60943	124			VA	061		
4786501	Soudan	soudan	US	55782	0	America/New_York	36.56292	-78.52056	101			VA	117		
4786522	South Boston	south-boston	US	24592	7976	America/New_York	36.69875	-78.9014	131	Dabbs,Juzhnaja Boston,Saut Boston,South Boston,South Boston Depot,bwstwn jnwby  wyrjynya,Саут Бостон,Южная Бостон,بوستون جنوبی، ویرجینیا		VA	083		
4786618	South Hill	south-hill	US	23970	0	America/New_York	36.79404	-76.27494	2			VA	550		
4786619	South Hill	south-hill	US	23970	4527	America/New_York	36.72653	-78.12889	137			VA	117		
4786654	South Point	south-point	US	45680	0	America/New_York	37.78735	-75.55937	4			VA	001		
4786703	South River	south-river	US	08882	0	America/New_York	37.77458	-79.38809	300			VA	163		
4786720	South Wales	south-wales	US	14139	0	America/New_York	38.66373	-77.92555	129			VA	047		
4786731	Southampton	southampton	US	01073	0	America/New_York	37.26542	-79.89143	342			VA	161		
4786732	Southampton	southampton	US	01073	0	America/New_York	36.89209	-76.38883	5			VA	740		
4786733	Southampton	southampton	US	01073	0	America/New_York	37.55542	-77.54915	55			VA	159		
4786762	Southern Pines	southern-pines	US	28387	0	America/New_York	37.21571	-77.47193	46			VA	053		
4786763	Southern Pines	southern-pines	US	28387	0	America/New_York	37.21042	-79.98337	396			VA	161		
4786771	Southgate	southgate	US	48195	0	America/New_York	37.21846	-80.41366	635			VA	121		
4786812	Southview	southview	US	15361	0	America/New_York	39.13066	-78.15528	220			VA	069		
4786844	Spangler	spangler	US	15775	0	America/New_York	37.2993	-80.07699	350			VA	775		
4786855	Sparta	sparta	US	07871	0	America/New_York	37.9918	-77.23026	47			VA	033		
4786864	Speedwell	speedwell	US	24374	0	America/New_York	36.81373	-81.17176	707	Speedville,Speedwell		VA	197		
4786879	Spencer	spencer	US	01562	0	America/New_York	36.61986	-80.00727	269	Spence,Spencer,Spencers Store		VA	089		
4786946	Spotsylvania	spotsylvania	US	22551	0	America/New_York	38.20096	-77.58915	94	Spotsylvania,Spotsylvania Court House,Spottsylvania,Spottsylvania Court House	177	VA	177		
4786971	Spout Spring	spout-spring	US	24593	0	America/New_York	37.34987	-78.90918	268	Spout Spring,Spoutsprings		VA	011		
4787009	Spring City	spring-city	US	19475	0	America/New_York	36.91844	-82.10763	648	Spring City,Spring Grove		VA	167		
4787020	Spring Creek	spring-creek	US	16436	0	America/New_York	38.40096	-79.0342	389	Spring Creek,Springcreek		VA	165		
4787035	Spring Garden	spring-garden	US	36275	0	America/New_York	36.78041	-79.30474	227			VA	143		
4787036	Spring Garden	spring-garden	US	36275	0	America/New_York	37.3068	-80.02254	338			VA	775		
4787038	Spring Grove	spring-grove	US	17362	0	America/New_York	37.51487	-77.55027	77			VA	041		
4787039	Spring Grove	spring-grove	US	17362	0	America/New_York	37.28292	-79.86254	331			VA	161		
4787040	Spring Grove	spring-grove	US	17362	0	America/New_York	37.1657	-76.9733	33	Spring Grove,Springgrove		VA	181		
4787042	Spring Garden	spring-garden	US	36275	0	America/New_York	36.61066	-82.18263	543			VA	520		
4787043	Spring Hill	spring-hill	US	34606	0	America/New_York	38.25624	-79.05253	433			VA	015		
4787081	Spring Mills	spring-mills	US	16875	0	America/New_York	37.24515	-78.91918	158			VA	031		
4787096	Spring Valley	spring-valley	US	10977	0	America/New_York	39.21927	-78.17056	235			VA	069		
4787097	Spring Valley	spring-valley	US	10977	0	America/New_York	37.24791	-79.99893	331			VA	161		
4787099	Spring Valley	spring-valley	US	10977	0	America/New_York	36.73818	-81.06592	766	Spring Valley,Springvalley		VA	077		
4787102	Spring Valley	spring-valley	US	10977	0	America/New_York	38.33124	-77.46054	58			VA	179		
4787109	Springdale	springdale	US	15144	0	America/New_York	37.21623	-80.71146	592			VA	071		
4787110	Springdale	springdale	US	15144	0	America/New_York	37.58515	-77.39665	58			VA	087		
4787111	Springdale	springdale	US	15144	0	America/New_York	39.28621	-77.6386	153			VA	107		
4787113	Springdale	springdale	US	15144	0	America/New_York	36.59511	-82.15902	538			VA	520		
4787116	Springfield	springfield	US	01101	0	America/New_York	38.13208	-78.42779	158			VA	003		
4787117	Springfield	springfield	US	01101	30484	America/New_York	38.78928	-77.1872	75	Springfild,aspryngfyld  wyrjynya,Спрингфилд,اسپرینگفیلد، ویرجینیا,سپرنگفیلڈ، ورجینیا		VA	059		
4787118	Springfield	springfield	US	01101	0	America/New_York	38.90872	-77.97472	168			VA	061		
4787119	Springfield	springfield	US	01101	0	America/New_York	38.70456	-78.44612	224	Hope Mills,Springfield		VA	139		
4787120	Springfield	springfield	US	01101	0	America/New_York	37.62736	-79.58726	446			VA	163		
4787121	Springfield	springfield	US	01101	0	America/New_York	38.21902	-76.98553	6			VA	193		
4787122	Springfield	springfield	US	01101	0	America/New_York	37.2707	-76.63468	15			VA	199		
4787123	Springfield	springfield	US	01101	0	America/New_York	36.56403	-79.43336	166			VA	590		
4787169	Springvale	springvale	US	04083	0	America/New_York	38.99928	-77.31359	115			VA	059		
4787170	Springvale	springvale	US	04083	0	America/New_York	38.774	-77.19443	72			VA	059		
4787171	Springville	springville	US	14141	1371	America/New_York	37.19651	-81.40288	810			VA	185		
4787241	Stacy	stacy	US	28581	0	America/New_York	37.32094	-81.99624	427			VA	027		
4787247	Stafford	stafford	US	06075	4320	America/New_York	38.42207	-77.40832	54	Stafford,Stafford Census Designated Place,Stafford Court House,Stafford Courthouse	179	VA	179		
4787259	Staffordsville	staffordsville	US	24167	0	America/New_York	37.24151	-80.71673	584			VA	071		
4787296	Stanardsville	stanardsville	US	22973	380	America/New_York	38.29735	-78.44001	202	Stanardsville,Standardsville	079	VA	079		
4787307	Stanley	stanley	US	14561	1654	America/New_York	38.5754	-78.50251	333	Marksville Station,Sands,Stanley,Stanleyton		VA	139		
4787327	Stanleytown	stanleytown	US	24168	1422	America/New_York	36.7443	-79.96282	235	Edgewood,Edgewood Station,Stanleytown		VA	089		
4787328	Stanleytown	stanleytown	US	24168	0	America/New_York	36.77093	-82.68933	457			VA	169		
4787339	Stapleton	stapleton	US	30823	0	America/New_York	37.66403	-77.41915	59			VA	085		
4787342	Star	star	US	27356	0	America/New_York	36.80568	-80.72035	776			VA	035		
4787344	Stapleton	stapleton	US	30823	0	America/New_York	37.46903	-78.97863	140			VA	009		
4787427	Statesville	statesville	US	28625	0	America/New_York	36.54599	-77.07163	23			VA	175		
4787440	Staunton	staunton	US	24401	24416	America/New_York	38.14991	-79.0732	432	Augusta Court House,Mill Place,Stanton,Staunton,Staunton City,Stonton,astntwn  wyrjynya,si tang dun,stwntwn,sutanton,Стантон,Стонтон,استنتون، ویرجینیا,ستونتون,سٹانٹن، ورجینیا,スタントン,斯湯頓	790	VA	790		
4787491	Steeles Tavern	steeles-tavern	US	24476	0	America/New_York	37.92569	-79.20253	513	Midway,Steele's Tavern,Steeles Tavern		VA	015		
4787510	Stella	stella	US	28582	0	America/New_York	36.63069	-80.08477	309			VA	141		
4787518	Stephens	stephens	US	30667	0	America/New_York	36.99205	-82.60238	666			VA	195		
4787519	Stephens City	stephens-city	US	22655	1940	America/New_York	39.08344	-78.21806	233	New Town,Newtonfield,Newtown,Newtown Stephensburg,Pantops,Stephens City,Stephensburg,Stevensburg,Stivens Siti,sutibunzushiti,Стивенс Сити,スティーブンズシティ		VA	069		
4787534	Sterling	sterling	US	01564	27822	America/New_York	39.00622	-77.4286	89	Guilford,Guilford Station,Loudoun,Old Sterling,Sterling,Sturling,Whaleys Store,Стерлинг,Стърлинг		VA	107		
4787540	Stephenson	stephenson	US	22656	0	America/New_York	39.23732	-78.10639	182			VA	069		
4787594	Stevensville	stevensville	US	18845	0	America/New_York	37.72792	-76.91969	44			VA	097		
4787602	Stevensburg	stevensburg	US	22741	0	America/New_York	38.44318	-77.89972	110	Stevensburg,Stevensburgh,York		VA	047		
4787614	Stewartsville	stewartsville	US	08886	0	America/New_York	37.27069	-79.79254	338	Cross Roads,Crossroads,Stewartsville		VA	019		
4787692	Stockton	stockton	US	08559	0	America/New_York	36.6643	-79.73587	296			VA	089		
4787732	Stone Creek	stone-creek	US	43840	0	America/New_York	36.77648	-83.05684	441			VA	105		
4787787	Stonewall	stonewall	US	28583	0	America/New_York	37.80818	-80.06756	414			VA	005		
4787788	Stonewall	stonewall	US	28583	0	America/New_York	37.41042	-78.9603	227	Karl,Stonewall		VA	011		
4787789	Stonewall	stonewall	US	28583	0	America/New_York	38.29957	-78.96947	366			VA	015		
4787851	Stony Creek	stony-creek	US	12878	190	America/New_York	36.94793	-77.40081	21	Stony Creek,Stony Creek Depot,Warehouse		VA	183		
4787877	Stony Point	stony-point	US	10980	0	America/New_York	38.11291	-78.3714	146			VA	003		
4787878	Stony Point	stony-point	US	10980	0	America/New_York	37.81348	-78.49112	134			VA	003		
4787894	Stony Ridge	stony-ridge	US	43463	0	America/New_York	37.18845	-81.53372	865			VA	185		
4787941	Stovall	stovall	US	27582	0	America/New_York	36.99681	-79.04641	191			VA	083		
4787945	Stover	stover	US	65078	0	America/New_York	38.27207	-79.14698	461	Stoney Ridge,Stover,Stovers Shops		VA	015		
4787974	Strasburg	strasburg	US	17579	6586	America/New_York	38.98872	-78.35862	174	Funk's Mill,Funks Mills,Funkstown,Funktown,Pot Town,Pottown,Shenandoah River,Staufferstadt,Stovers Town,Stoverstown,Stovertown,Strasburg,Strasburgh,Strazburg,Стразбург		VA	171		
4787989	Stratford	stratford	US	06614	0	America/New_York	38.1484	-76.8413	45	Stratford		VA	193		
4788031	Stringtown	stringtown	US	74569	0	America/New_York	39.18816	-77.97805	201			VA	043		
4788032	Stringtown	stringtown	US	74569	0	America/New_York	36.77343	-82.44487	631			VA	169		
4788033	Stringtown	stringtown	US	74569	0	America/New_York	36.97706	-81.0337	708	Bethel,Stringtown		VA	197		
4788051	Stuart	stuart	US	24171	1442	America/New_York	36.64097	-80.26561	410	Patrick Court House,Stjuart,Stuart,Taylorsville,Taylorville,Стјуарт	141	VA	141		
4788070	Stuarts Draft	stuarts-draft	US	24477	9235	America/New_York	38.03014	-79.03364	433	Stewarts Draft,Stuart's Draft,Stuarts Draft		VA	015		
4788080	Studley	studley	US	23162	0	America/New_York	37.6757	-77.29081	52			VA	085		
4788126	Success	success	US	65570	0	America/New_York	38.99733	-78.15055	183			VA	187		
4788158	Suffolk	suffolk	US	23432	88161	America/New_York	36.72836	-76.58496	15	Constances Warehouse,Contant's Wharf,Saffolk,Safok,Sleepy Hole,Suffolk,Suffolk City,sa fu ke,safk  wyrjynya,safoku,seopeog,swfwlk,swfwlk  wrjynya,Сафок,Саффолк,سافک، ویرجینیا,سوفولك,سوفولک، ورجینیا,サフォーク,薩福克,서퍽	800	VA	800		
4788171	Sugar Grove	sugar-grove	US	16350	758	America/New_York	36.77567	-81.41233	788			VA	173		
4788175	Sugar Hill	sugar-hill	US	03586	0	America/New_York	37.07514	-78.91668	189			VA	031		
4788181	Sugar Grove	sugar-grove	US	16350	0	America/New_York	37.1018	-80.32866	499	Harless,Sugar Grove		VA	121		
4788245	Sullivan	sullivan	US	03445	0	America/New_York	38.31207	-77.40943	64			VA	179		
4788287	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	36.72564	-83.08073	457			VA	105		
4788296	Sumerduck	sumerduck	US	22742	0	America/New_York	38.46013	-77.72805	111	Sumerduck,Summerduck		VA	061		
4788304	Summerfield	summerfield	US	27358	0	America/New_York	38.09458	-78.97364	413			VA	015		
4788314	Summit	summit	US	07901	0	America/New_York	36.89234	-81.30066	795			VA	197		
4788324	Sun Valley	sun-valley	US	83353	0	America/New_York	37.33041	-79.94782	308			VA	161		
4788329	Sunbright	sunbright	US	37872	0	America/New_York	36.7301	-82.76127	470			VA	169		
4788344	Sun Valley	sun-valley	US	83353	0	America/New_York	38.93983	-77.28609	86			VA	059		
4788360	Sunny Side	sunny-side	US	30284	0	America/New_York	37.63487	-78.4275	139			VA	029		
4788361	Sunny Side	sunny-side	US	30284	0	America/New_York	37.47932	-78.15916	113	Sunny Side,Sunnyside		VA	049		
4788369	Sunnyside	sunnyside	US	11104	0	America/New_York	36.73013	-80.70813	793			VA	035		
4788370	Sunnyside	sunnyside	US	11104	0	America/New_York	39.20621	-78.1725	243			VA	069		
4788385	Sunray	sunray	US	79086	0	America/New_York	36.7807	-76.41106	5			VA	550		
4788428	Surprise	surprise	US	12176	0	America/New_York	38.40207	-78.0675	139			VA	047		
4788431	Surry	surry	US	04684	232	America/New_York	37.13793	-76.83524	37	Cross Roads,McIntosh's Cross Roads,McIntoshs Cross Roads,Sari,Scuffletown,Smithville,Surry,Surry Court House,The Crossroads,Сари	181	VA	181		
4788439	Susan	susan	US	23163	0	America/New_York	37.36597	-76.31355	2			VA	115		
4788443	Sussex	sussex	US	07461	0	America/New_York	36.91709	-76.28605	4	Sewell Point,Sussex,Sussex at Norfolk		VA	710		
4788444	Sussex	sussex	US	07461	256	America/New_York	36.91515	-77.27914	33	Sussex,Sussex Courthouse	183	VA	183		
4788451	Sutherland	sutherland	US	23885	0	America/New_York	37.19598	-77.55971	88	Sutherland,Sutherland's Depot		VA	053		
4788452	Sutherland	sutherland	US	23885	0	America/New_York	36.97482	-82.63571	642	Southerland,Sutherland		VA	195		
4788453	Sutherland	sutherland	US	23885	0	America/New_York	36.95762	-81.1612	708			VA	197		
4788472	Sutherlin	sutherlin	US	24594	0	America/New_York	36.62486	-79.19696	121			VA	083		
4788501	Swannanoa	swannanoa	US	28778	0	America/New_York	38.02847	-78.8703	695			VA	015		
4788542	Sweet Briar	sweet-briar	US	24595	0	America/New_York	37.55292	-79.06641	222	Sweet Briar,Sweet Briar Station		VA	009		
4788599	Swoope	swoope	US	24479	0	America/New_York	38.15819	-79.20642	494	Swoope,Swoopes Depot		VA	015		
4788609	Swords Creek	swords-creek	US	24649	0	America/New_York	37.03622	-81.9179	570	Sword Creek,Swords Creek,Swordscreek		VA	167		
4788616	Sycamore	sycamore	US	15364	0	America/New_York	37.02431	-79.35836	231	Sycamore,Sycamore Station		VA	143		
4788664	Syria	syria	US	22743	0	America/New_York	38.4879	-78.32612	210			VA	113		
4788717	Tacoma	tacoma	US	98401	0	America/New_York	36.93788	-82.53404	612			VA	195		
4788722	Taft	taft	US	38488	0	America/New_York	37.63291	-76.39134	12			VA	103		
4788755	Tamworth	tamworth	US	03886	0	America/New_York	37.6482	-78.08083	55			VA	049		
4788763	Tangier	tangier	US	23440	726	America/New_York	37.82624	-75.9916	1	Tandzir,Танџир		VA	001		
4788791	Tannersville	tannersville	US	12485	0	America/New_York	36.97345	-81.62539	592			VA	185		
4790884	Vale	vale	US	28168	0	America/New_York	38.89095	-77.34832	126	Poplar Vale,Vale		VA	059		
4790889	Valentines	valentines	US	23887	0	America/New_York	36.58848	-77.82999	97			VA	025		
4788822	Tappahannock	tappahannock	US	22560	2387	America/New_York	37.92541	-76.85913	14	Hobbes Hole,Hobbs His Hole,Hobbs Hold,Hobbs Hole,Hobs Hole,New Plymouth,Tapakhanok,Tappahannock,Tappanhannocke Towne,Washington,Тапаханок	057	VA	057		
4788855	Tasley	tasley	US	23441	300	America/New_York	37.71041	-75.70048	13			VA	001		
4788874	Tatum	tatum	US	29594	0	America/New_York	38.21124	-77.89527	128			VA	137		
4788884	Taylor	taylor	US	18517	0	America/New_York	37.09875	-79.90476	367	Taylor,Taylors		VA	067		
4788931	Taylors	taylors	US	29687	0	America/New_York	38.0543	-77.08803	55			VA	057		
4788957	Taylorstown	taylorstown	US	15365	0	America/New_York	39.25427	-77.57471	91	Taylorstown,Taylortown		VA	107		
4788961	Taylorsville	taylorsville	US	28681	0	America/New_York	37.82709	-77.45915	25	Taylorsville,Taylorsville Station		VA	085		
4788966	Tazewell	tazewell	US	24651	4421	America/New_York	37.11484	-81.51955	763	Jeffersonville,Tazewell,Tazewell Courthouse,Tazvel,ta ci wei er,Тазвел,塔兹韦尔	185	VA	185		
4789006	Temperanceville	temperanceville	US	23442	358	America/New_York	37.8929	-75.54715	13	Crossroads,Temperanceville		VA	001		
4789042	Templeton	templeton	US	01468	431	America/New_York	37.08237	-77.35498	47			VA	149		
4789089	Terryville	terryville	US	06786	0	America/New_York	37.02986	-78.88196	144			VA	037		
4789103	Thaxton	thaxton	US	24174	0	America/New_York	37.35292	-79.61642	289	Lisbon,Thaxton,Thaxtons,Thaxtons Switch,The Switch		VA	019		
4789226	The Plains	the-plains	US	20198	226	America/New_York	38.86206	-77.77388	186	The Plains,The White Plains,White Plains		VA	061		
4789258	Thelma	thelma	US	41260	0	America/New_York	38.04569	-78.24195	157			VA	109		
4789295	Thomas	thomas	US	26292	0	America/New_York	37.34511	-82.16791	286			VA	027		
4789367	Thomastown	thomastown	US	39171	0	America/New_York	38.00818	-79.84061	640			VA	017		
4789414	Thompsons	thompsons	US	77481	0	America/New_York	36.7668	-79.11696	196			VA	083		
4789425	Thornburg	thornburg	US	22565	0	America/New_York	38.13347	-77.52165	78	Mud Tavern,Thornburg,Thornburgh,Thornsburg		VA	177		
4789501	Three Forks	three-forks	US	59752	0	America/New_York	37.24264	-79.05085	258			VA	031		
4789502	Three Forks	three-forks	US	59752	0	America/New_York	36.8126	-82.65821	673			VA	169		
4789508	Three Oaks	three-oaks	US	49128	0	America/New_York	37.73098	-77.83444	90			VA	075		
4789514	Three Springs	three-springs	US	17264	0	America/New_York	36.61872	-82.24375	609			VA	191		
4789546	Thurston	thurston	US	43157	0	America/New_York	38.08375	-78.69363	214			VA	003		
4789567	Tidewater	tidewater	US	97390	0	America/New_York	37.85514	-76.69857	9			VA	159		
4789648	Timberlake	timberlake	US	27583	12183	America/New_York	37.3207	-79.25753	279	Timber Lake,Timberlake		VA	031		
4789655	Timberville	timberville	US	22853	2603	America/New_York	38.63901	-78.77391	311	Riddle's Tavern,Riddles Tavern,Thompson's Store,Thompsons Store,Timberville,Williamsport		VA	165		
4789706	Toano	toano	US	23168	0	America/New_York	37.37987	-76.80413	35	Burnt Ordinary,Toano		VA	095		
4789711	Tobaccoville	tobaccoville	US	27050	0	America/New_York	37.48237	-78.09583	122			VA	145		
4789786	Toms Brook	toms-brook	US	22660	262	America/New_York	38.9465	-78.43917	214	Tom's Brook,Toms Brook,Toms Creek,Tomsbrook		VA	171		
4789815	Topping	topping	US	23169	0	America/New_York	37.58819	-76.47439	13			VA	119		
4789921	Townsend	townsend	US	01469	0	America/New_York	37.18459	-75.95826	9			VA	131		
4789994	Treadwell	treadwell	US	13846	0	America/New_York	39.14788	-77.96472	180			VA	043		
4790019	Trevilians	trevilians	US	23170	0	America/New_York	38.05153	-78.07278	159	Trevilian,Trevilians,Trevillians,Trevillians Depot		VA	109		
4790025	Triangle	triangle	US	22172	8188	America/New_York	38.54679	-77.33665	30			VA	153		
4790044	Trimble	trimble	US	38259	0	America/New_York	38.30457	-79.61894	777			VA	091		
4790050	Trinity	trinity	US	27370	0	America/New_York	37.45597	-79.88976	425			VA	023		
4790176	Troutville	troutville	US	15866	432	America/New_York	37.41819	-79.87476	424	Troutsville,Troutville		VA	023		
4790178	Troy	troy	US	03465	0	America/New_York	37.95097	-78.24639	147			VA	065		
4790207	Tuckahoe	tuckahoe	US	08250	44990	America/New_York	37.59015	-77.55638	67			VA	087		
4790277	Turbeville	turbeville	US	29162	0	America/New_York	36.62319	-79.03946	163	Bloomsburgh,Turbeville,Turbeville Store		VA	083		
4790375	Turner	turner	US	04282	0	America/New_York	36.76904	-76.8094	21			VA	093		
4790427	Turpin	turpin	US	73950	0	America/New_York	37.76125	-77.14692	46			VA	101		
4790474	Twin Oaks	twin-oaks	US	74368	0	America/New_York	37.65126	-77.38998	59			VA	085		
4790475	Twin Oaks	twin-oaks	US	74368	0	America/New_York	38.75178	-77.60666	95			VA	153		
4790547	Tylerton	tylerton	US	21866	0	America/New_York	38.2818	-77.43443	19	Tylerton,Tylertown		VA	179		
4790553	Union	union	US	03887	0	America/New_York	37.32708	-79.66753	307			VA	019		
4790554	Union	union	US	03887	0	America/New_York	36.81041	-80.44173	833			VA	063		
4790661	Union Hall	union-hall	US	24176	1138	America/New_York	37.01875	-79.68642	279			VA	067		
4790668	Union Hill	union-hill	US	14563	0	America/New_York	37.5582	-79.02002	234			VA	009		
4790669	Union Hill	union-hill	US	14563	0	America/New_York	37.53793	-78.32917	124			VA	029		
4790692	Union Mills	union-mills	US	28167	0	America/New_York	37.93931	-78.30056	120			VA	065		
4790705	Union Springs	union-springs	US	13160	0	America/New_York	38.46901	-79.05614	460			VA	165		
4790722	Uniontown	uniontown	US	15401	0	America/New_York	38.82095	-77.45166	86			VA	059		
4790723	Unionville	unionville	US	06085	0	America/New_York	38.25986	-77.96833	156			VA	137		
4790752	Unity	unity	US	04988	0	America/New_York	36.81265	-76.88968	15			VA	175		
4790763	University Center	university-center	US	48710	3586	America/New_York	39.05705	-77.44415	79			VA	107		
4790777	University Place	university-place	US	98467	0	America/New_York	37.23568	-80.43727	634			VA	121		
4790856	Upperville	upperville	US	20184	0	America/New_York	38.994	-77.88472	171	Carr Town,Upperville		VA	061		
4790870	Urbanna	urbanna	US	23175	463	America/New_York	37.63764	-76.5744	6	City of Anne,Nicock,Nimcock,Urbana,Urbanna,awrbana  wrjynya,Урбана,اوربانا، ورجینیا		VA	119		
4790940	Valley View	valley-view	US	17983	0	America/New_York	37.90235	-79.90144	754			VA	005		
4790941	Valley View	valley-view	US	17983	0	America/New_York	39.13066	-77.83027	407			VA	043		
4790942	Valley View	valley-view	US	17983	0	America/New_York	38.76511	-77.08887	70			VA	059		
4790943	Valley View	valley-view	US	17983	0	America/New_York	37.31819	-79.94976	335			VA	770		
4790972	Van	van	US	25206	0	America/New_York	36.6137	-83.15545	413			VA	105		
4790988	Vance	vance	US	29163	0	America/New_York	36.66625	-79.55836	250			VA	143		
4790998	Vanderpool	vanderpool	US	78885	0	America/New_York	38.36957	-79.62533	795	Galltown,Gaul Town,Vanderpool,Woodsborough		VA	091		
4791014	Vansant	vansant	US	24656	470	America/New_York	37.23233	-82.09902	344	Van Sant,Vansant		VA	027		
4791019	Varina	varina	US	50593	0	America/New_York	37.44959	-77.34498	42			VA	087		
4791035	Vaucluse	vaucluse	US	29850	0	America/New_York	39.05816	-78.24695	214	Vauclose,Vaucluse,Vaucluse Station		VA	069		
4791050	Vaughn	vaughn	US	59487	0	America/New_York	38.71873	-78.39751	292			VA	139		
4791068	Velma	velma	US	73491	0	America/New_York	37.64709	-76.71579	29			VA	097		
4791089	Vera	vera	US	74082	0	America/New_York	37.41348	-78.76362	250			VA	011		
4791090	Verbena	verbena	US	36091	0	America/New_York	38.4654	-78.61613	280	Verbena,Verbena Mills,Verbena Park		VA	139		
4791092	Verdi	verdi	US	89439	0	America/New_York	36.77649	-82.70377	522			VA	169		
4791095	Verdon	verdon	US	68457	0	America/New_York	37.8782	-77.50554	67	Anderson's Turnout,Verdon,Verdon Station		VA	085		
4791099	Vernon Hill	vernon-hill	US	24597	0	America/New_York	36.75653	-79.10279	189	Vernon Hill,Vernonhill		VA	083		
4791102	Verona	verona	US	07044	4239	America/New_York	38.20208	-79.00836	394	Bowlings Mill,Rolla,Vernon,Verona,Verona Station		VA	015		
4791109	Vesta	vesta	US	24177	0	America/New_York	36.7168	-80.35784	866			VA	141		
4791110	Vestal	vestal	US	13850	0	America/New_York	36.65289	-81.84845	567			VA	191		
4791112	Vesuvius	vesuvius	US	24483	0	America/New_York	37.90624	-79.19725	435			VA	163		
4791126	Vicco	vicco	US	41773	0	America/New_York	36.96038	-82.42432	624			VA	195		
4791136	Victoria	victoria	US	23974	1677	America/New_York	36.99487	-78.22722	179	Viktorija,Виктория,Викторија,وکٹوریہ، ورجینیا		VA	111		
4791160	Vienna	vienna	US	04360	16522	America/New_York	38.90122	-77.26526	109	Ayr Hill,Vienna,Vijena,vu~ina,wyana  wrjynya,Вијена,ویانا، ورجینیا,ヴィーナ		VA	059		
4791179	Viewtown	viewtown	US	22746	0	America/New_York	38.63929	-78.03944	135			VA	157		
4791197	Village	village	US	22570	0	America/New_York	37.94902	-76.60412	49	Burnt Chimneys,Henderson's Store,Union Village,Village		VA	159		
4791215	Villamont	villamont	US	24178	0	America/New_York	37.39541	-79.77615	379	Ironville,Peel Brook,Villamont		VA	019		
4791232	Vinita	vinita	US	74301	0	America/New_York	37.58209	-77.68249	75			VA	075		
4791237	Vinton	vinton	US	24179	8231	America/New_York	37.28097	-79.89698	282	Gishs Mill,Vinton		VA	161		
4791249	Virgilina	virgilina	US	24598	143	America/New_York	36.54347	-78.77501	161	Tucks Cross Roads,Virgilina		VA	083		
4791259	Virginia Beach	virginia-beach	US	23450	452745	America/New_York	36.85293	-75.97799	3	Litus Virginiae,NTU,Verdzhinija-Bich,Vijini Beach,Virciniya Bic,Virciniya Biç,Virdzhini-Bich,Virdzhinija Bijch,Virdzhinija-Bich,Virdzhynija-Bich,Virdzinija Bich,Virdzinija Bycas,Virdzinijabica,Virdžinija Byčas,Virdžīnijabīča,Virginia Beach,Virginia Beach City,Virginija-Bich,Virgìnia Beach,Virtzinia Bits,bajiniabichi,beojiniabichi,bharjiniya bica,frjynya bytsh,vharjiniya bica,virjinia-bichi,wei zhen ni ya hai tan,wexr ci neiy bich,wrjynya bych,wyrgynyh byz,wyrjynya bych  wyrjynya,Βιρτζίνια Μπιτς,Верджиния-Бич,Виргиния-Бич,Вирджини-Бич,Вирджиния Бийч,Вирджиния-Бич,Вирџинија Бич,Вірджинія-Біч,Вірджынія-Біч,Վիրջինիա Բիչ,וירגיניה ביץ,فرجينيا بيتش,ورجینیا بیچ,ویرجینیا بیچ، ویرجینیا,व्हर्जिनिया बीच,ভার্জিনিয়া বিচ,เวอร์จิเนียบีช,ვირჯინია-ბიჩი,バージニアビーチ,維珍尼亞海灘,버지니아비치	810	VA	810		
4791275	Virginia City	virginia-city	US	59755	0	America/New_York	36.91844	-82.34487	482			VA	195		
4791384	Vulcan	vulcan	US	49892	0	America/New_York	38.21486	-77.9225	130			VA	137		
4791808	Wachapreague	wachapreague	US	23480	230	America/New_York	37.6043	-75.68965	3	Powellton,Wachapreague		VA	001		
4791835	Wadesville	wadesville	US	47638	0	America/New_York	39.2426	-78.03889	149			VA	043		
4791850	Wake	wake	US	23176	0	America/New_York	37.56819	-76.42911	17			VA	119		
4791851	Wake Forest	wake-forest	US	27587	0	America/New_York	37.22151	-80.572	582			VA	121		
4791858	Wakefield	wakefield	US	01880	0	America/New_York	38.8115	-77.1072	35			VA	510		
4791859	Wakefield	wakefield	US	01880	0	America/New_York	38.0693	-78.47307	160			VA	540		
4791860	Wakefield	wakefield	US	01880	0	America/New_York	37.22265	-76.94135	20			VA	181		
4791861	Wakefield	wakefield	US	01880	884	America/New_York	36.96821	-76.98968	30	Blackwater Depot,Heath's,Heaths,Wakefield,Wakefield Station		VA	183		
4791887	Walden	walden	US	12586	0	America/New_York	37.11237	-76.52967	11			VA	700		
4791971	Walkerton	walkerton	US	23177	0	America/New_York	37.72625	-77.02275	9	Walker Town,Walkerton,Walkertown		VA	097		
4791980	Wallace	wallace	US	26448	0	America/New_York	36.65289	-82.12791	577	Goforths,Wallace,Wallace Switch,Wallaces Switch		VA	191		
4791995	Wallaceton	wallaceton	US	16876	0	America/New_York	36.6146	-76.37883	4	Wallaceton,Wallacetown		VA	550		
4792039	Walnut Grove	walnut-grove	US	35990	0	America/New_York	36.84126	-77.55026	70			VA	081		
4792040	Walnut Grove	walnut-grove	US	35990	0	America/New_York	37.60292	-77.34692	49			VA	085		
4792041	Walnut Grove	walnut-grove	US	35990	0	America/New_York	36.70705	-82.25097	481			VA	191		
4792042	Walnut Grove	walnut-grove	US	35990	0	America/New_York	36.63205	-82.13096	542			VA	520		
4792043	Walnut Grove	walnut-grove	US	35990	0	America/New_York	37.11457	-80.40005	674			VA	121		
4792058	Walnut Hill	walnut-hill	US	62893	0	America/New_York	37.20043	-77.39193	46			VA	730		
4792098	Walters	walters	US	73572	0	America/New_York	36.77237	-76.8494	17	Fraisers Siding,Walters		VA	093		
4792103	Walthall	walthall	US	39771	0	America/New_York	37.31348	-77.40776	29	Port Walthall,Walthal,Walthall		VA	041		
4792105	Walton	walton	US	13856	0	America/New_York	37.15346	-80.51367	534			VA	121		
4792106	Walton	walton	US	13856	0	America/New_York	38.64956	-77.44804	117			VA	153		
4792166	Wardell	wardell	US	63879	0	America/New_York	37.03122	-81.79456	628			VA	185		
4792183	Wardtown	wardtown	US	23482	0	America/New_York	37.53486	-75.87688	7			VA	131		
4792190	Ware Neck	ware-neck	US	23178	0	America/New_York	37.40264	-76.45856	3	Ware Neck,Wareneck		VA	073		
4792215	Warfield	warfield	US	23889	115	America/New_York	36.8957	-77.82583	95			VA	025		
4792225	Warm Springs	warm-springs	US	24484	123	America/New_York	38.04624	-79.79061	691	Bath Court House,Warm Springs	017	VA	017		
4792231	Warminster	warminster	US	18974	0	America/New_York	37.68737	-78.69779	113			VA	125		
4792232	Warner	warner	US	03278	0	America/New_York	37.63847	-76.64551	32			VA	119		
4792235	Warren	warren	US	01083	0	America/New_York	37.76598	-78.55779	92			VA	003		
4792255	Warrenton	warrenton	US	20186	9897	America/New_York	38.71345	-77.79527	195	Fauquier Court House,Red Store,Vorenton,Warrenton,Ворентон,وارنٹن، ورجینیا	061	VA	061		
4792273	Warsaw	warsaw	US	14569	1495	America/New_York	37.95874	-76.75801	40	Richmond County Courthouse,Richmond Court House,Richmond Courthouse,Vorso,Warsaw,warsa  wrjynya,Ворсо,وارسا، ورجینیا	159	VA	159		
4792274	Warwick	warwick	US	01378	0	America/New_York	37.45904	-77.42276	12			VA	041		
4792307	Washington	washington	US	03280	128	America/New_York	38.71345	-78.15944	208	Vashington,Вашингтон,واشنگٹن، ورجینیا	157	VA	157		
4792371	Watauga	watauga	US	37694	0	America/New_York	36.67817	-81.93318	601			VA	191		
4792380	Water View	water-view	US	23180	0	America/New_York	37.72458	-76.61357	7	Water View,Waterview		VA	119		
4792381	Waterfall	waterfall	US	16689	0	America/New_York	38.86234	-77.67166	153			VA	153		
4792392	Waterford	waterford	US	04088	0	America/New_York	39.18677	-77.60999	131	Fairfax,Janneys Mill,Milltown,Waterford		VA	107		
4792406	Waterloo	waterloo	US	13165	0	America/New_York	39.08288	-78.08305	181			VA	043		
4792407	Waterloo	waterloo	US	13165	0	America/New_York	38.69595	-77.90611	102			VA	061		
4792408	Waterloo	waterloo	US	13165	0	America/New_York	37.5957	-77.16775	43			VA	085		
4792427	Watkins	watkins	US	52354	0	America/New_York	36.95236	-78.76251	150			VA	083		
4792453	Watson	watson	US	35181	0	America/New_York	38.99344	-77.59583	118			VA	107		
4792470	Watts	watts	US	74964	0	America/New_York	38.13541	-78.39251	109			VA	003		
4792484	Wattsville	wattsville	US	23483	1128	America/New_York	37.93401	-75.49965	8	Chincoteague Crossroads,Wattsville		VA	001		
4792490	Waverly	waverly	US	14892	0	America/New_York	38.1068	-78.62168	194			VA	003		
4792492	Waverly	waverly	US	14892	0	America/New_York	38.16402	-77.17748	10			VA	033		
4792493	Waverly	waverly	US	14892	0	America/New_York	37.27014	-79.91032	291			VA	770		
4792494	Waverly	waverly	US	14892	2073	America/New_York	37.03598	-77.09524	34	Blackwater Depot,Waverly,Waverly Station		VA	183		
4792510	Wayland	wayland	US	01778	0	America/New_York	37.53904	-77.5761	100			VA	041		
4792522	Waynesboro	waynesboro	US	17268	21491	America/New_York	38.06847	-78.88947	392	Teesville,Vejnsboro,Waynesboro,Waynesborough,u~einzuboro,waynysbwrw,wei en si bo lei,wynzbwrw  wyrjynya,wyynzbwrw  wrjynya,Вејнсборо,واينيسبورو,ویئنزبورو، ورجینیا,وینزبورو، ویرجینیا,ウェインズボロ,韋恩斯伯勒	820	VA	820		
4792538	Wayside	wayside	US	24985	0	America/New_York	37.37237	-77.1947	27			VA	036		
4792572	Weaverville	weaverville	US	28787	0	America/New_York	38.58457	-77.78999	107			VA	061		
4792598	Weber City	weber-city	US	24290	1276	America/New_York	37.75514	-78.28389	143			VA	065		
4792599	Weber City	weber-city	US	24290	1262	America/New_York	36.62288	-82.5621	398	Moccasin Gap,Weber City		VA	169		
4792603	Webster	webster	US	01570	0	America/New_York	37.35153	-79.8267	341			VA	023		
4792622	Weems	weems	US	22576	0	America/New_York	37.65486	-76.44384	3			VA	103		
4792636	Welcome	welcome	US	20693	0	America/New_York	38.1968	-77.13581	38	Welch,Welcome		VA	099		
4792641	Weldon	weldon	US	27890	0	America/New_York	37.0879	-80.80535	622			VA	155		
4792647	Wellford	wellford	US	29385	0	America/New_York	37.88569	-76.76579	3	Welfords,Wellford,Wellfords		VA	159		
4792649	Wellington	wellington	US	33414	0	America/New_York	38.74567	-77.05526	30			VA	059		
4792650	Wellington	wellington	US	33414	0	America/New_York	38.79011	-77.56055	90			VA	153		
4792656	Wells	wells	US	04090	0	America/New_York	36.96538	-82.61932	649			VA	195		
4792738	Wesson	wesson	US	39191	0	America/New_York	36.76015	-77.86499	58			VA	025		
4792742	West Augusta	west-augusta	US	24485	0	America/New_York	38.27013	-79.30782	576	Lebanon,West Augusta		VA	015		
4792747	West Bethel	west-bethel	US	04286	0	America/New_York	37.46431	-79.10252	260			VA	009		
4792763	West Chester	west-chester	US	19380	0	America/New_York	37.25208	-80.01615	339			VA	770		
4792774	West End	west-end	US	27376	0	America/New_York	37.43764	-76.69912	2			VA	073		
4792775	West End	west-end	US	27376	0	America/New_York	38.14596	-79.07725	443			VA	790		
4792802	West Fork	west-fork	US	72774	0	America/New_York	36.62458	-79.63086	279			VA	143		
4792804	West End	west-end	US	27376	0	America/New_York	37.27375	-79.96948	319			VA	770		
4792863	West McLean	west-mclean	US	22103	0	America/New_York	38.93206	-77.18415	91			VA	059		
4792871	West Park	west-park	US	12493	0	America/New_York	37.29736	-80.00476	313			VA	770		
4792878	West Point	west-point	US	10996	3333	America/New_York	37.53153	-76.79635	19	Cinquoteck,Delaware,Delaware Town,Deleware Town,King and Queen,Opechancanough,Pamunkee,Pamunkey,Pumunkey Town,The Point,Vest Pojnt,West Point,Westpoint,Wests Point,Вест Појнт,ویسٹ پوائنٹ، ورجینیا		VA	101		
4792901	West Springfield	west-springfield	US	01089	22460	America/New_York	38.77261	-77.22109	83	Fairfax Park,West Springfield		VA	059		
4792927	Westbrook	westbrook	US	04092	0	America/New_York	37.39681	-79.21558	238			VA	680		
4792935	Westchester	westchester	US	60154	0	America/New_York	37.53487	-77.57777	99			VA	041		
4792936	Westchester	westchester	US	60154	0	America/New_York	37.20793	-77.37859	46			VA	730		
4792937	Westchester	westchester	US	60154	0	America/New_York	38.70428	-77.4686	76			VA	153		
4792973	Westfield	westfield	US	01085	0	America/New_York	38.07375	-78.48557	155			VA	003		
4792974	Westfield	westfield	US	01085	0	America/New_York	37.29208	-80.0756	325			VA	775		
4792975	Westfield	westfield	US	01085	0	America/New_York	36.60344	-82.21263	554			VA	520		
4792979	Westgate	westgate	US	50681	0	America/New_York	38.06903	-78.4989	183			VA	003		
4792980	Westgate	westgate	US	50681	0	America/New_York	38.78095	-77.50027	64			VA	153		
4792981	Westgate	westgate	US	50681	0	America/New_York	36.72793	-76.64023	16			VA	800		
4792991	Westhampton	westhampton	US	11977	0	America/New_York	37.58653	-77.51471	70			VA	087		
4793012	Westland	westland	US	15378	0	America/New_York	37.61708	-76.29272	1			VA	103		
4793013	Westland	westland	US	15378	0	America/New_York	37.26569	-80.00698	302			VA	770		
4793027	Westmont	westmont	US	60559	0	America/New_York	38.86261	-77.09192	64			VA	013		
4793029	Westmoreland	westmoreland	US	03467	0	America/New_York	38.08653	-78.45446	142			VA	003		
4793030	Westmoreland	westmoreland	US	03467	0	America/New_York	38.0643	-76.55884	3	Sandy Point,Westmoreland		VA	193		
4793040	Westhampton	westhampton	US	11977	0	America/New_York	38.90428	-77.1847	102			VA	059		
4793041	Westover	westover	US	16692	0	America/New_York	38.88706	-77.13942	89	Westover,Westover Hills		VA	013		
4793042	Westover	westover	US	16692	0	America/New_York	37.31181	-77.14997	14	Westover,Westover Plantation		VA	036		
4793043	Westover	westover	US	16692	0	America/New_York	36.77515	-76.26938	4			VA	550		
4793044	Westover	westover	US	16692	0	America/New_York	38.48207	-78.02055	135			VA	047		
4793083	Westview	westview	US	40178	0	America/New_York	37.49959	-79.18753	254			VA	009		
4793096	Westwood	westwood	US	02090	0	America/New_York	39.13233	-78.1625	225			VA	069		
4793097	Westwood	westwood	US	02090	0	America/New_York	37.60153	-77.17747	49			VA	085		
4793098	Westwood	westwood	US	02090	0	America/New_York	37.2793	-79.99671	331			VA	770		
4793099	Westwood	westwood	US	02090	0	America/New_York	36.8532	-76.37606	4			VA	740		
4793120	Weyanoke	weyanoke	US	70787	0	America/New_York	37.29154	-77.06553	8	Tanks Weyanoke,Wainoke,Wannoke,Weyanoke		VA	036		
4793121	Weyanoke	weyanoke	US	70787	0	America/New_York	38.81928	-77.15609	75			VA	059		
4793125	Weyers Cave	weyers-cave	US	24486	2473	America/New_York	38.28846	-78.91308	354	Weyer Cave Station,Weyers Cave		VA	015		
4793133	Whaleyville	whaleyville	US	21872	0	America/New_York	36.58821	-76.68468	20			VA	800		
4793148	Wheatland	wheatland	US	16161	0	America/New_York	39.19094	-77.67555	127			VA	107		
4793158	Wheatfield	wheatfield	US	46392	0	America/New_York	39.07344	-78.37223	251			VA	171		
4793160	Wheeler	wheeler	US	38880	0	America/New_York	36.62203	-83.55519	390			VA	105		
4793236	White City	white-city	US	66872	0	America/New_York	36.70015	-77.53304	37			VA	595		
4793245	White Hall	white-hall	US	21161	0	America/New_York	38.11791	-78.66141	218	Glenn's Store,Glenns Store,Maupin's Tavern,Maupins Tavern,Miller's Tavern,Millers Store,Moormans River,Shumate's Tavern,Shumates Tavern,White Hall,Whitehall River,William Maupin's Store,William Maupins Store		VA	003		
4793246	White Hall	white-hall	US	21161	0	America/New_York	39.29121	-78.14806	267	White Hall,Whitehall		VA	069		
4793262	White House	white-house	US	37188	0	America/New_York	38.64679	-78.53279	232			VA	139		
4793276	White Marsh	white-marsh	US	21162	0	America/New_York	37.34236	-76.52134	16	White Marsh,Whitemarsh		VA	073		
4793286	White Oak	white-oak	US	25989	0	America/New_York	38.30068	-77.37526	68	Hudsons Store,White Oak		VA	179		
4793288	White Oak	white-oak	US	25989	0	America/New_York	36.80625	-79.02251	173			VA	083		
4793360	White Pine	white-pine	US	37890	0	America/New_York	37.14096	-80.33588	662			VA	121		
4793362	White Pine	white-pine	US	37890	0	America/New_York	37.06042	-79.67642	255			VA	067		
4793365	White Plains	white-plains	US	10601	0	America/New_York	36.64431	-77.95833	108	Harrison,Harrison Store,Richardson,Richardsons,White Plains		VA	025		
4793380	White Rock	white-rock	US	29177	0	America/New_York	37.89041	-79.06058	527			VA	125		
4793384	White Post	white-post	US	22663	0	America/New_York	39.05705	-78.10361	191			VA	043		
4793428	White Stone	white-stone	US	22578	342	America/New_York	37.64847	-76.38911	15	The White Stone,White Stone,Whitestone		VA	103		
4793449	Whitehall	whitehall	US	12887	0	America/New_York	37.73375	-77.04275	9			VA	097		
4793452	Whitefield	whitefield	US	03598	0	America/New_York	37.29236	-80.05198	331			VA	775		
4793522	Whitesville	whitesville	US	14897	219	America/New_York	37.78235	-75.66298	9			VA	001		
4793523	Whitesville	whitesville	US	14897	0	America/New_York	36.90514	-78.88723	185			VA	083		
4793528	Whitetop	whitetop	US	24292	0	America/New_York	36.60151	-81.62567	1109	White Top,Whitetop		VA	077		
4793536	Whiteville	whiteville	US	28472	0	America/New_York	37.60237	-78.1675	119			VA	049		
4793541	Whitfield	whitfield	US	39193	0	America/New_York	36.54708	-79.47252	195			VA	143		
4793543	Whitewood	whitewood	US	24657	0	America/New_York	37.23567	-81.85706	512			VA	027		
4793597	Wickliffe	wickliffe	US	42087	0	America/New_York	39.16622	-77.89222	163	Wickliff,Wickliffe		VA	043		
4793599	Wicomico	wicomico	US	23184	0	America/New_York	37.29098	-76.5094	10			VA	073		
4793601	Wicomico Church	wicomico-church	US	22579	0	America/New_York	37.81513	-76.37773	30			VA	133		
4793635	Wilburn	wilburn	US	72179	0	America/New_York	36.84987	-78.27139	121			VA	111		
4793707	Wildwood	wildwood	US	08260	0	America/New_York	38.04681	-78.46723	129			VA	003		
4793708	Wildwood	wildwood	US	08260	0	America/New_York	37.29709	-79.26836	258			VA	031		
4793709	Wildwood	wildwood	US	08260	0	America/New_York	37.9032	-78.25695	123			VA	065		
4793710	Wildwood	wildwood	US	08260	0	America/New_York	37.24347	-79.96087	351			VA	770		
4793727	Wiley	wiley	US	30581	0	America/New_York	38.67262	-77.20637	46			VA	059		
4793767	Willard	willard	US	14588	0	America/New_York	36.92151	-81.29844	740			VA	197		
4793788	Williams	williams	US	29493	0	America/New_York	37.40125	-76.32772	1			VA	115		
4793846	Williamsburg	williamsburg	US	01096	15052	America/New_York	37.2707	-76.70746	25	Middle Plantation,Uil'jamsberg,Uiljamsburg,Vilijamsburg,Williamsbourg,Williamsburg,Williamsburg City,Williamsburg i Virginia,ZWB,u~iriamuzubagu,wei lian si bao,willieomseubeogeu,wylmzbrg  wrjynya,wylyamzbrg  wyrjynya,wylyamzbrgh,Вилијамсбург,Уильямсберг,Уилямсбърг,ويليامزبرغ,ویلمزبرگ، ورجینیا,ویلیامزبرگ، ویرجینیا,ウィリアムズバーグ,威廉斯堡,윌리엄스버그	830	VA	830		
4793880	Williamsville	williamsville	US	05362	0	America/New_York	38.19485	-79.57088	493	Flowing Spring,Williamsville		VA	017		
4793881	Williamsville	williamsville	US	05362	0	America/New_York	38.72123	-78.67585	304			VA	171		
4793888	Willis	willis	US	24380	0	America/New_York	36.85791	-80.48089	830	Hylton,Willis		VA	063		
4793889	Willis	willis	US	24380	0	America/New_York	36.86844	-82.11402	675	Macktown,Willis		VA	167		
4793938	Willis Wharf	willis-wharf	US	23486	0	America/New_York	37.51569	-75.8066	3	Bigelows Wharf,Willis Wharf		VA	131		
4793944	Willoughby	willoughby	US	44094	0	America/New_York	38.0132	-78.49557	137			VA	003		
4793956	Willisville	willisville	US	62997	0	America/New_York	39.00733	-77.83416	150			VA	107		
4793957	Willow	willow	US	12495	0	America/New_York	37.69041	-79.24114	337			VA	009		
4793967	Willow Grove	willow-grove	US	19090	0	America/New_York	38.84372	-78.53557	230			VA	171		
4793972	Willow Hill	willow-hill	US	17271	0	America/New_York	37.25515	-77.05775	18			VA	149		
4793977	Willow Lake	willow-lake	US	57278	0	America/New_York	39.07566	-77.94694	147			VA	043		
4793989	Willow Springs	willow-springs	US	60480	0	America/New_York	38.83984	-77.40471	106			VA	059		
4793990	Willow Springs	willow-springs	US	60480	0	America/New_York	36.77733	-82.23875	598			VA	167		
4793997	Willowbrook	willowbrook	US	60527	0	America/New_York	37.83514	-77.81555	99			VA	109		
4793998	Willowbrook	willowbrook	US	60527	0	America/New_York	36.75182	-76.57328	7			VA	800		
4794011	Wilmington	wilmington	US	01887	0	America/New_York	37.84931	-78.20139	124			VA	065		
4794015	Wilmot	wilmot	US	03287	0	America/New_York	38.15569	-77.07192	8			VA	099		
4794028	Wilson	wilson	US	14172	0	America/New_York	39.18677	-77.95416	184			VA	043		
4794029	Wilson	wilson	US	14172	0	America/New_York	36.93179	-81.22649	734			VA	197		
4794096	Wilsons	wilsons	US	23894	0	America/New_York	37.13932	-77.86583	115	Wilson,Wilson's Depot,Wilsons,Wilsons Depot		VA	053		
4794104	Wilton	wilton	US	03086	0	America/New_York	37.54958	-76.40717	12			VA	119		
4794120	Winchester	winchester	US	01890	27284	America/New_York	39.18566	-78.16333	216	Frederick Town,Fredericktown,Old Town,Opequon,Uinchestur,Vinchester,WGO,Winchester,u~inchesuta,wen che si te,wincheseuteo,wynchstr  wyrjynya,wynshstr,Винчестер,Уинчестър,ونچیسٹر، ورجینیا,وينشستر,وینچستر، ویرجینیا,ウィンチェスター,溫徹斯特,윈체스터	840	VA	840		
4794163	Windsor	windsor	US	01270	0	America/New_York	37.50542	-77.21747	41			VA	087		
4794164	Windsor	windsor	US	01270	2671	America/New_York	36.80848	-76.74412	24	Vindzor,Windsor,Windsor Station,Виндзор		VA	093		
4794174	Windsor Heights	windsor-heights	US	26075	0	America/New_York	36.57875	-79.44141	162			VA	590		
4794205	Windsor	windsor	US	01270	0	America/New_York	38.11152	-78.47668	169			VA	003		
4794210	Winfall	winfall	US	27985	0	America/New_York	37.22431	-79.09446	260			VA	031		
4794221	Wingina	wingina	US	24599	0	America/New_York	37.63987	-78.7239	110	Wingina,Winginia		VA	125		
4794236	Winnie	winnie	US	77665	0	America/New_York	37.07321	-78.13222	148			VA	135		
4794241	Winona	winona	US	25942	0	America/New_York	36.88015	-76.268	2			VA	710		
4794247	Winston	winston	US	30187	0	America/New_York	38.41013	-78.00944	118			VA	047		
4794264	Winterville	winterville	US	28590	0	America/New_York	37.83846	-75.64187	3			VA	001		
4794273	Wirtz	wirtz	US	24184	0	America/New_York	37.07653	-79.88948	335			VA	067		
4794298	Withams	withams	US	23488	0	America/New_York	37.94568	-75.57715	4			VA	001		
4794302	Witt	witt	US	62094	0	America/New_York	36.68069	-79.39975	165	Fall Creek Station,Witt		VA	143		
4794371	Wolford	wolford	US	24658	0	America/New_York	37.36456	-81.99124	364			VA	027		
4794393	Wolftown	wolftown	US	22748	0	America/New_York	38.35568	-78.34751	228	Rapidan,Wolftown		VA	113		
4794407	Wood	wood	US	16694	0	America/New_York	36.79177	-82.53904	395			VA	169		
4794443	Woodbine	woodbine	US	08270	0	America/New_York	38.66762	-77.43999	117			VA	153		
4794444	Woodbine	woodbine	US	08270	0	America/New_York	37.26068	-80.40811	650			VA	121		
4794445	Woodbine	woodbine	US	08270	0	America/New_York	36.85737	-76.38856	5			VA	740		
4794457	Woodbridge	woodbridge	US	07095	4055	America/New_York	38.65817	-77.2497	23	Occoquan Plantation,Occoquon Station,Vudbridz,Woodbridge,Woolbridge,Вудбриџ,وڈبرج، ورجینیا		VA	153		
4794458	Woodbridge	woodbridge	US	07095	0	America/New_York	37.28041	-80.08671	344			VA	775		
4794471	Woodburn	woodburn	US	42170	0	America/New_York	39.09011	-77.61916	149			VA	107		
4794488	Woodford	woodford	US	22580	0	America/New_York	38.11319	-77.40887	38	Woodford,Woodfords,Woodslane		VA	033		
4794495	Woodhaven	woodhaven	US	11421	0	America/New_York	38.65984	-77.40249	117			VA	153		
4794496	Woodhaven	woodhaven	US	11421	0	America/New_York	36.80765	-76.1991	7			VA	810		
4794516	Woodland Park	woodland-park	US	80863	0	America/New_York	38.7215	-77.08637	9			VA	059		
4794517	Woodland Park	woodland-park	US	80863	0	America/New_York	38.67456	-78.45945	246			VA	139		
4794519	Woodland Park	woodland-park	US	80863	0	America/New_York	37.51931	-77.4611	44			VA	760		
4794522	Woodland Park	woodland-park	US	80863	0	America/New_York	38.91733	-78.17972	204			VA	187		
4794528	Woodlawn	woodlawn	US	24381	0	America/New_York	37.32903	-79.24141	283			VA	031		
4794529	Woodlawn	woodlawn	US	24381	2343	America/New_York	36.72235	-80.82285	768	Wood Lawn,Woodlawn		VA	035		
4794530	Woodlawn	woodlawn	US	24381	0	America/New_York	37.26765	-77.41693	21			VA	570		
4794531	Woodlawn	woodlawn	US	24381	20804	America/New_York	38.71678	-77.13276	8			VA	059		
4794532	Woodlawn	woodlawn	US	24381	0	America/New_York	37.62181	-77.23303	45			VA	085		
4794533	Woodlawn	woodlawn	US	24381	0	America/New_York	37.29458	-80.09087	347			VA	775		
4794534	Woodlawn	woodlawn	US	24381	0	America/New_York	36.80986	-79.3928	218			VA	143		
4794573	Woodlyn	woodlyn	US	19094	0	America/New_York	37.12791	-80.38727	657			VA	121		
4794575	Woodmere	woodmere	US	11598	0	America/New_York	37.19959	-77.38248	45			VA	730		
4794585	Woodridge	woodridge	US	12789	0	America/New_York	37.89709	-78.43612	171	Woodbridge,Woodridge,Wooldridge		VA	003		
4794631	Woodson	woodson	US	62695	0	America/New_York	37.75125	-79.06781	263			VA	009		
4794639	Woodstock	woodstock	US	03293	0	America/New_York	37.54069	-76.48578	4			VA	119		
4794640	Woodstock	woodstock	US	03293	0	America/New_York	37.47625	-75.84743	12			VA	131		
4794641	Woodstock	woodstock	US	03293	5248	America/New_York	38.88178	-78.50584	239	Millers Town,Millertown,Mullerstadt,Vudstok,Woodstock,Вудсток	171	VA	171		
4794660	Woodville	woodville	US	01784	0	America/New_York	38.60679	-78.17528	193	Wood Ville,Woodville		VA	157		
4794681	Woodway	woodway	US	76712	0	America/New_York	36.73176	-82.99211	443			VA	105		
4794692	Woolwine	woolwine	US	24185	0	America/New_York	36.78986	-80.27728	432			VA	141		
4794738	Wren	wren	US	45899	0	America/New_York	37.11876	-78.84973	184	Midway,Wren		VA	037		
4794742	Wright	wright	US	55798	0	America/New_York	37.16542	-79.97365	332			VA	161		
4794785	Wrightsville	wrightsville	US	17368	0	America/New_York	38.02847	-77.33137	62			VA	033		
4794808	Wylliesburg	wylliesburg	US	23976	0	America/New_York	36.85542	-78.59028	160	Wylliesburg,Wylliesburgh		VA	037		
4794822	Wynnewood	wynnewood	US	19096	0	America/New_York	36.8707	-76.42745	6			VA	800		
4794837	Wytheville	wytheville	US	24382	8115	America/New_York	36.94845	-81.08481	697	Abbeville,Evansham,Vidvil,Wytheville,wei si wei er,Видвил,威斯维尔	197	VA	197		
4794859	Yale	yale	US	23897	0	America/New_York	36.84571	-77.28747	33			VA	183		
4794864	Yanceyville	yanceyville	US	27379	0	America/New_York	37.9382	-77.98222	89			VA	109		
4794874	Yankeetown	yankeetown	US	34498	0	America/New_York	38.68484	-78.94781	396	Yankeetown,Yankton		VA	165		
4794966	Yorkshire	yorkshire	US	14173	7541	America/New_York	38.79317	-77.44777	65			VA	153		
4794980	Yorkville	yorkville	US	13495	0	America/New_York	37.15098	-76.428	2			VA	199		
4795025	Zacata	zacata	US	22581	0	America/New_York	38.12013	-76.78219	44	Muse's Fork,Zacata		VA	193		
4795035	Zanoni	zanoni	US	65784	0	America/New_York	37.38875	-76.48745	4			VA	073		
4795037	Zenda	zenda	US	53195	0	America/New_York	38.5054	-78.76891	419			VA	165		
4795043	Zion	zion	US	60099	0	America/New_York	37.9982	-78.23389	156			VA	109		
4795156	Zuni	zuni	US	23898	0	America/New_York	36.86598	-76.83079	12	Zuni,Zuni Station		VA	093		
4796895	Abbott	abbott	US	76621	0	America/New_York	38.92177	-80.32147	455			WV	097		
4796903	Aberdeen	aberdeen	US	21001	0	America/New_York	39.05843	-80.31592	348			WV	041		
4796917	Accoville	accoville	US	25606	574	America/New_York	37.76872	-81.83706	254			WV	045		
4796919	Acme	acme	US	15610	0	America/New_York	38.03677	-81.45567	329			WV	039		
4796924	Ada	ada	US	45810	0	America/New_York	37.29484	-81.14676	695	Ada,Long Falls		WV	055		
4796939	Adams	adams	US	01220	0	America/New_York	38.1701	-81.85235	205			WV	005		
4796952	Adamsville	adamsville	US	02801	0	America/New_York	39.39536	-80.24453	321			WV	033		
4797000	Adrian	adrian	US	16210	0	America/New_York	38.90538	-80.27564	441			WV	097		
4797001	Advent	advent	US	25231	0	America/New_York	38.61037	-81.55874	241			WV	035		
4797010	Afton	afton	US	13730	0	America/New_York	39.53592	-79.53866	815			WV	077		
4797022	Akron	akron	US	14001	0	America/New_York	39.4148	-80.80566	242			WV	095		
4797031	Albright	albright	US	26519	304	America/New_York	39.49398	-79.64283	369	Albright,Albrights,Albrightsville		WV	077		
4797041	Alderson	alderson	US	24910	1182	America/New_York	37.72595	-80.64202	472	Alderson,Aldersons Ferry,aldrswn  wyrjynyay ghrby,Алдерсон,آلدرسون، ویرجینیای غربی		WV	025		
4797060	Alexander	alexander	US	14005	0	America/New_York	38.78288	-80.22258	564			WV	097		
4797069	Algoma	algoma	US	38820	0	America/New_York	37.419	-81.42594	530			WV	047		
4797073	Alice	alice	US	78332	0	America/New_York	38.99759	-80.81594	225			WV	021		
4797078	Alkol	alkol	US	25501	0	America/New_York	38.16287	-81.92485	228			WV	043		
4797109	Allen Junction	allen-junction	US	25810	0	America/New_York	37.58928	-81.35066	451	Allen,Allen Junction		WV	109		
4797122	Allensville	allensville	US	17002	0	America/New_York	39.58315	-77.99305	129			WV	003		
4797124	Allentown	allentown	US	08501	0	America/New_York	38.76481	-81.51262	247			WV	087		
4797129	Alliance	alliance	US	28509	0	America/New_York	39.45647	-80.48092	339			WV	033		
4797134	Alloy	alloy	US	25002	0	America/New_York	38.13761	-81.27428	201	Alloy,Boncar,Carbon		WV	019		
4797138	Alpena	alpena	US	49707	0	America/New_York	38.90983	-79.65117	828	Alpena,Alpena Gap,Alpine		WV	083		
4797148	Alston	alston	US	30412	0	America/New_York	39.02621	-79.94091	527			WV	001		
4797151	Alta	alta	US	51002	0	America/New_York	38.20733	-81.17733	225			WV	019		
4797152	Alta	alta	US	51002	0	America/New_York	37.86956	-80.54286	754			WV	025		
4797164	Alton	alton	US	03809	0	America/New_York	38.81927	-80.21397	545	Alton,Pringles Mill		WV	097		
4797168	Alum Bridge	alum-bridge	US	26321	0	America/New_York	39.03926	-80.6551	250	Alum Bridge,Alumbridge		WV	041		
4797174	Alum Creek	alum-creek	US	25003	1749	America/New_York	38.28676	-81.80513	189	Alum Creek,Rome		WV	039		
4797194	Alvord	alvord	US	51230	0	America/New_York	38.80759	-81.34901	237	Alvord,Alvord Addition		WV	087		
4797200	Amboy	amboy	US	46911	0	America/New_York	39.34843	-79.56839	777	Ambo,Ambo Point,Amboy		WV	077		
4797208	Amelia	amelia	US	45102	0	America/New_York	38.28927	-81.29595	370			WV	039		
4797211	Ames	ames	US	50010	0	America/New_York	38.08622	-81.08594	275	Ames,Elmo		WV	019		
4797215	Amherstdale	amherstdale	US	25607	350	America/New_York	37.78538	-81.80928	273			WV	045		
4797219	Amigo	amigo	US	25811	0	America/New_York	37.5965	-81.32094	479			WV	081		
4797220	Amma	amma	US	25005	0	America/New_York	38.56871	-81.26567	220			WV	087		
4797238	Anchor	anchor	US	61720	0	America/New_York	37.99705	-81.91512	279			WV	005		
4797239	Anderson	anderson	US	29621	0	America/New_York	39.39009	-79.7195	574			WV	077		
4797242	Anawalt	anawalt	US	24808	208	America/New_York	37.33595	-81.43649	512	Anawalt,Jeanette		WV	047		
4797263	Andersonville	andersonville	US	31711	0	America/New_York	39.78008	-80.52174	304	Andersonville,Balls		WV	051		
4797264	Andrew	andrew	US	52030	0	America/New_York	38.1001	-81.71734	264			WV	005		
4797284	Anmoore	anmoore	US	26323	757	America/New_York	39.25676	-80.29231	309	Anmoore,Grasselli,Steelton		WV	033		
4797301	Ansted	ansted	US	25812	1397	America/New_York	38.13622	-81.09955	402	Ansted,New Haven,Woodville		WV	019		
4797306	Anthony	anthony	US	32617	0	America/New_York	37.89595	-80.33202	563			WV	025		
4797330	Antler	antler	US	58711	0	America/New_York	37.45345	-81.62372	396	Antler,Deegans		WV	047		
4797332	Antioch	antioch	US	37011	0	America/New_York	39.32371	-79.01753	329	Antioch,Antioche,Graysons Gap,Harrisons Mills,Jones Mill		WV	057		
4797358	Apple Grove	apple-grove	US	25502	204	America/New_York	38.66508	-82.16903	180			WV	053		
4797359	Apple Grove	apple-grove	US	25502	0	America/New_York	37.43761	-81.80484	315	Apple Grove,Applegrove		WV	047		
4797370	Arbovale	arbovale	US	24915	0	America/New_York	38.4354	-79.81756	831	Arborvale,Arbovale		WV	075		
4797374	Arbuckle	arbuckle	US	95912	0	America/New_York	38.71286	-81.94819	179	Arbuckle,Arbuckle Station		WV	053		
4797388	Archer	archer	US	32618	0	America/New_York	39.51064	-80.5951	249			WV	103		
4797394	Arcola	arcola	US	38722	0	America/New_York	38.46677	-80.51925	571	Arcola,Hardwood		WV	101		
4797396	Arden	arden	US	10910	0	America/New_York	39.21037	-79.99313	387			WV	001		
4797397	Arden	arden	US	10910	0	America/New_York	39.41565	-78.04333	202			WV	003		
4797409	Arlee	arlee	US	59821	0	America/New_York	38.73258	-82.09459	198			WV	053		
4797411	Arlington	arlington	US	02474	0	America/New_York	39.30842	-80.34676	315	Arlington,Арлингтон		WV	033		
4797412	Arlington	arlington	US	02474	0	America/New_York	38.8001	-80.34314	457	Arlington,Fidlers Mill,Арлингтон		WV	097		
4797415	Argyle	argyle	US	12809	0	America/New_York	37.82566	-81.87679	281			WV	045		
4797426	Arnett	arnett	US	25007	0	America/New_York	38.80926	-80.72149	303			WV	007		
4797427	Arnett	arnett	US	25007	0	America/New_York	37.83344	-81.43011	474	Arnett,Vista		WV	081		
4797437	Arnold	arnold	US	21012	0	America/New_York	38.91371	-80.50315	336			WV	041		
4797458	Arnoldsburg	arnoldsburg	US	25234	0	America/New_York	38.78898	-81.12761	225	Arnoldsburg,Arnoldsburgh		WV	013		
4797459	Arthur	arthur	US	37707	0	America/New_York	39.06733	-79.11198	334			WV	023		
4797463	Arthurdale	arthurdale	US	26520	0	America/New_York	39.49509	-79.81506	541			WV	077		
4797469	Artie	artie	US	25008	0	America/New_York	37.93261	-81.35955	411			WV	081		
4797474	Arvilla	arvilla	US	58214	0	America/New_York	39.43535	-81.07094	189			WV	073		
4797478	Asbury	asbury	US	08802	0	America/New_York	37.81984	-80.55925	643			WV	025		
4797494	Ash	ash	US	28420	0	America/New_York	38.83258	-81.97347	272			WV	053		
4797520	Ashford	ashford	US	06278	0	America/New_York	38.17927	-81.71095	198	Ashford,Cobbs		WV	005		
4797524	Ashland	ashland	US	01721	0	America/New_York	37.40845	-81.3526	645			WV	047		
4797528	Ashley	ashley	US	43003	0	America/New_York	39.40453	-80.67593	245			WV	017		
4797533	Ashton	ashton	US	20861	0	America/New_York	38.62425	-82.16459	172	Ashton,Mercers Bottom		WV	053		
4797540	Astor	astor	US	32102	0	America/New_York	39.24037	-80.14119	335	Astor,Fairview		WV	091		
4797549	Athens	athens	US	04912	951	America/New_York	37.42234	-81.0162	789	Athens,Concord,Concord Church		WV	055		
4797562	Atlas	atlas	US	48411	0	America/New_York	38.9776	-80.27981	441			WV	097		
4797567	Atwood	atwood	US	38220	0	America/New_York	39.51147	-80.74232	375			WV	095		
4797569	Auburn	auburn	US	01501	93	America/New_York	39.09564	-80.85622	252	Auburn,Bone Creek,Newberg,Newberne		WV	085		
4797575	Augusta	augusta	US	04330	5734	America/New_York	39.29538	-78.63779	396	Augusta,Barrettsville,Ogasta,Огаста		WV	027		
4797587	Aurora	aurora	US	04408	201	America/New_York	39.32427	-79.5545	806	Aurora,Carmel,German Settlement,Mount Carmel,Old Town,West Union		WV	077		
4797595	Avis	avis	US	17721	0	America/New_York	37.66651	-80.88787	470			WV	089		
4797599	Avoca	avoca	US	14809	0	America/New_York	38.45316	-81.05066	220			WV	015		
4797600	Avon	avon	US	02322	0	America/New_York	39.19537	-80.64899	279			WV	017		
4797603	Avondale	avondale	US	19311	0	America/New_York	39.29786	-80.74455	240			WV	017		
4797604	Avondale	avondale	US	19311	0	America/New_York	37.41261	-81.78428	325	Avondale,Ritter		WV	047		
4797612	Babcock	babcock	US	54413	0	America/New_York	38.08261	-80.88843	592			WV	019		
4797653	Backus	backus	US	56435	0	America/New_York	37.85428	-80.97482	761	Backus,Naoma,War Ridge		WV	019		
4797663	Baden	baden	US	15005	0	America/New_York	38.79842	-81.88736	293			WV	053		
4797705	Baisden	baisden	US	25608	0	America/New_York	37.8201	-82.02874	269			WV	045		
4797706	Baisden	baisden	US	25608	0	America/New_York	37.584	-81.90512	317	Baisden,Gilbert Creek		WV	059		
4797718	Baker	baker	US	26801	0	America/New_York	39.04177	-78.74474	401	Baker,Baker's Run		WV	031		
4797762	Bakerton	bakerton	US	25410	0	America/New_York	39.36288	-77.76305	130			WV	037		
4797788	Bald Knob	bald-knob	US	72010	0	America/New_York	37.87094	-81.63567	333	Bald Knob,Baldknob		WV	005		
4797790	Baldwin	baldwin	US	11510	0	America/New_York	38.97287	-80.75454	254			WV	021		
4797812	Ballard	ballard	US	24918	0	America/New_York	37.47484	-80.77924	646			WV	063		
4797837	Banco	banco	US	22711	0	America/New_York	38.0026	-82.00846	193			WV	045		
4797838	Bancroft	bancroft	US	25011	592	America/New_York	38.50953	-81.83985	180	Bancroft,Energetic		WV	079		
4797880	Barboursville	barboursville	US	22923	4069	America/New_York	38.40953	-82.29459	177			WV	011		
4797900	Barker	barker	US	14012	0	America/New_York	39.57953	-80.66037	224	Barker,Mohr		WV	103		
4797922	Barksdale	barksdale	US	78828	0	America/New_York	37.70762	-80.88648	427			WV	089		
4797969	Barnum	barnum	US	50518	0	America/New_York	39.44176	-79.11448	361			WV	057		
4797975	Barrackville	barrackville	US	26559	1321	America/New_York	39.5037	-80.16675	288	Barracksville,Barrackville		WV	049		
4798007	Bartley	bartley	US	24813	224	America/New_York	37.34067	-81.73761	387	Bartlett,Bartley,Peeryville		WV	047		
4798014	Bartow	bartow	US	24920	111	America/New_York	38.54123	-79.78422	845	Bartow,Travelers Repose,Traveller's Repose,Travellers Repose		WV	075		
4798032	Basin	basin	US	59631	0	America/New_York	37.53678	-81.28955	734			WV	109		
4798058	Bayard	bayard	US	26707	276	America/New_York	39.27288	-79.36449	714	Baird,Bayard		WV	023		
4798062	Baxter	baxter	US	26560	0	America/New_York	39.54397	-80.1423	272	Baxter,Stafford		WV	049		
4798141	Bear Mountain	bear-mountain	US	10911	0	America/New_York	39.21732	-80.16675	360			WV	001		
4798214	Bearsville	bearsville	US	12409	0	America/New_York	39.40758	-80.91372	239			WV	095		
4798244	Beatrice	beatrice	US	36425	0	America/New_York	39.08397	-81.13984	206			WV	085		
4798255	Beauty	beauty	US	41203	0	America/New_York	38.04483	-81.01621	640			WV	019		
4798257	Beaver	beaver	US	15009	0	America/New_York	38.32844	-80.66537	642	Beaver,Beaver Mills		WV	067		
4798258	Beaver	beaver	US	15009	1308	America/New_York	37.74781	-81.14352	656	Beaver,Beever,Glen Hedrick		WV	081		
4798295	Beaverdam	beaverdam	US	23015	0	America/New_York	38.91286	-81.3379	203			WV	105		
4798308	Beckley	beckley	US	25801	17056	America/New_York	37.77817	-81.18816	738	BKW,Beckley,Beckleyville,Bekli,Raleigh,Raleigh Court House,bekeulli,bkly  wyrjynyay ghrby,Бекли,بکلی، ویرجینیای غربی,베클리	081	WV	081		
4798401	Beebe	beebe	US	72012	0	America/New_York	37.82649	-82.06235	225	Beebe,Beebe Place		WV	045		
4798425	Beech Grove	beech-grove	US	42322	0	America/New_York	39.32313	-81.00455	254	Beech Grove,Beechgrove		WV	085		
4798507	Beeson	beeson	US	24714	0	America/New_York	37.47095	-81.19399	716	Beeson,Chestnut		WV	055		
4798529	Belgium	belgium	US	53004	0	America/New_York	39.3237	-80.11619	341			WV	091		
4798532	Belington	belington	US	26250	1933	America/New_York	39.0251	-79.93563	519	Barker Settlement,Belington,Laurel Hill		WV	001		
4798559	Belle	belle	US	25015	1211	America/New_York	38.23205	-81.53762	184			WV	039		
4798572	Belleville	belleville	US	07109	0	America/New_York	39.12424	-81.73541	181	Belleville,Belville		WV	107		
4798587	Bellwood	bellwood	US	16617	0	America/New_York	37.92178	-80.83009	752	Bellwood,Sievy Bridge		WV	019		
4798588	Belmont	belmont	US	02478	901	America/New_York	39.37952	-81.25845	196	Belmont,Белмонт		WV	073		
4798597	Belva	belva	US	26656	95	America/New_York	38.23122	-81.19205	211	Belva,Nicholas Roads		WV	067		
4798630	Bennett	bennett	US	27208	0	America/New_York	38.89121	-80.56537	246	Bennett,Kemper		WV	041		
4798667	Benson	benson	US	05731	0	America/New_York	39.16203	-80.55176	327			WV	033		
4798677	Berea	berea	US	26327	0	America/New_York	39.13647	-80.93372	229	Berea,Seven-Day Mill,Seventh Day Settlement,Береа		WV	085		
4798682	Bergoo	bergoo	US	26298	94	America/New_York	38.4865	-80.30063	556	Bergoo,Leatherwood		WV	101		
4798685	Berkeley	berkeley	US	60163	0	America/New_York	39.50315	-77.92722	147	Berkeley,Berkeley Station		WV	003		
4798697	Berkeley Springs	berkeley-springs	US	25411	766	America/New_York	39.6248	-78.22472	185	Bath,Berkeley,Berkeley Springs,Warm Springs	065	WV	065		
4798708	Berlin	berlin	US	01503	0	America/New_York	39.0526	-80.35509	326			WV	041		
4798725	Berryville	berryville	US	22611	0	America/New_York	39.61565	-78.22973	206			WV	065		
4798727	Bertha	bertha	US	56437	0	America/New_York	37.57262	-80.87092	506			WV	089		
4798731	Berwind	berwind	US	24815	278	America/New_York	37.26873	-81.66678	448			WV	047		
4798736	Beryl	beryl	US	84714	0	America/New_York	39.47232	-79.06364	305	Beryl,West Virginia Junction		WV	057		
4798739	Bessemer	bessemer	US	16112	0	America/New_York	39.51454	-77.92972	128			WV	003		
4798833	Bethesda	bethesda	US	20810	0	America/New_York	38.18953	-82.42265	193	Bethesada,Bethesda		WV	099		
4798838	Bethlehem	bethlehem	US	03574	2588	America/New_York	39.39203	-80.28064	297	Bethlehem,Scott		WV	033		
4798852	Beulah	beulah	US	38726	0	America/New_York	38.75122	-79.75784	935			WV	083		
4798883	Beverly	beverly	US	01915	685	America/New_York	38.84066	-79.87535	598	Beverly,Edmundton,Randolph Courthouse		WV	083		
4798884	Beverly Hills	beverly-hills	US	34464	0	America/New_York	38.40647	-82.40515	194			WV	011		
4798885	Beverly Hills	beverly-hills	US	34464	0	America/New_York	39.47981	-80.16869	350			WV	049		
4798886	Beverly Hills	beverly-hills	US	34464	0	America/New_York	38.40231	-82.4021	202			WV	011		
4798921	Bickmore	bickmore	US	25019	0	America/New_York	38.38149	-81.11205	289			WV	015		
4799006	Big Creek	big-creek	US	25505	237	America/New_York	38.00427	-82.04013	193			WV	045		
4799161	Big Run	big-run	US	15715	0	America/New_York	39.79786	-80.55702	447			WV	051		
4799198	Big Run	big-run	US	15715	0	America/New_York	38.59983	-80.47203	354			WV	101		
4799210	Big Run	big-run	US	15715	0	America/New_York	39.58453	-80.57759	249			WV	103		
4799235	Big Sandy	big-sandy	US	24816	168	America/New_York	37.46428	-81.69817	345			WV	047		
4799268	Big Springs	big-springs	US	26137	0	America/New_York	38.98536	-81.07206	235	Big Springs,Bigsprings,Chestnut Grove,Fort Evans		WV	013		
4799316	Billings	billings	US	12510	0	America/New_York	38.85731	-81.40373	216	Billings,Billings Station,Kyger		WV	087		
4799335	Bim	bim	US	25021	0	America/New_York	37.92177	-81.68928	277	Alcoal,Bim,Jackson,Kelcol		WV	005		
4799341	Bingham	bingham	US	04920	0	America/New_York	38.03373	-80.7937	830	Bingham,Hurricane Ridge,Rimmon		WV	025		
4799363	Birch River	birch-river	US	26610	107	America/New_York	38.49871	-80.7551	339	Birch River,Bird River		WV	067		
4799387	Bishop	bishop	US	24604	0	America/New_York	37.20845	-81.56011	538			WV	047		
4799396	Bison	bison	US	57620	0	America/New_York	38.65538	-80.74176	256			WV	007		
4799399	Black	black	US	36314	0	America/New_York	37.494	-81.26371	956			WV	109		
4799405	Bismarck	bismarck	US	58501	0	America/New_York	39.21788	-79.23309	926	Bismarch,Bismarck,Bismark		WV	023		
4799430	Blackburn	blackburn	US	65321	0	America/New_York	38.92315	-80.6751	232			WV	021		
4802465	Clinton	clinton	US	01510	0	America/New_York	37.88261	-81.6515	315			WV	005		
4799453	Blacksville	blacksville	US	26521	182	America/New_York	39.72008	-80.21202	300	Blacksville,Dunkard,Hampshire Town,New Hampshire,Thomas		WV	061		
4799468	Blaine	blaine	US	04734	0	America/New_York	39.38593	-79.17976	497			WV	057		
4799472	Blair	blair	US	25022	0	America/New_York	39.2951	-77.79583	120			WV	037		
4799473	Blair	blair	US	25022	0	America/New_York	37.87844	-81.8279	296	Blair,Ginseg,Ginseng,Seng		WV	045		
4799549	Bloomery	bloomery	US	26817	0	America/New_York	39.25482	-77.81916	107			WV	037		
4799555	Bloomery	bloomery	US	26817	0	America/New_York	39.38704	-78.37306	316			WV	027		
4799557	Bloomingrose	bloomingrose	US	25024	0	America/New_York	38.1426	-81.63317	207	Blooming Rose,Bloomingrose,Toney,Toneys Branch		WV	005		
4799565	Blount	blount	US	25025	0	America/New_York	38.32121	-81.42651	241	Blount,Eight,Eight Mile		WV	039		
4799568	Blue	blue	US	85922	0	America/New_York	39.44758	-80.82538	214	Blue,Tyler City		WV	095		
4799572	Blue Creek	blue-creek	US	25026	0	America/New_York	38.45065	-81.45734	189	Blue Creek,Bluecreek		WV	039		
4799579	Blue Jay	blue-jay	US	92317	0	America/New_York	37.73722	-81.1391	702			WV	081		
4799606	Blue Rock	blue-rock	US	43720	0	America/New_York	38.72483	-80.09091	900			WV	083		
4799622	Bluefield	bluefield	US	24605	10323	America/New_York	37.26984	-81.22232	784	BLF,Beaver Pond Spring,Beaver Pond Springs,Bluefield,Blufijld,Blufild,blwfyld,blwfyld  wyrjynyay ghrby,burufirudo,Блуфийлд,Блуфилд,بلوفيلد,بلوفیلد، ویرجینیای غربی,ブルーフィールド		WV	055		
4799715	Boaz	boaz	US	35956	1297	America/New_York	39.36146	-81.50207	198			WV	107		
4799722	Bob White	bob-white	US	25028	0	America/New_York	37.95427	-81.71845	255			WV	005		
4799766	Bolivar	bolivar	US	14715	1060	America/New_York	39.32343	-77.75277	152	Bolivar,Mudfort		WV	037		
4799770	Bolt	bolt	US	25817	548	America/New_York	37.76233	-81.41233	606	Bolt,Breckenridge		WV	081		
4799773	Bomont	bomont	US	25030	0	America/New_York	38.44982	-81.23234	253	Bomont,Pleasant Retreat,Бомонт		WV	015		
4799801	Bonnie	bonnie	US	62816	0	America/New_York	38.76954	-80.69315	283	Bonnie,Bonny		WV	007		
4799808	Boomer	boomer	US	25031	615	America/New_York	38.15066	-81.28733	197			WV	019		
4799827	Booth	booth	US	36008	0	America/New_York	39.59703	-80.01535	311	Booth,River Seam		WV	061		
4799840	Borderland	borderland	US	25665	0	America/New_York	37.71399	-82.30903	199			WV	059		
4799863	Boulder	boulder	US	59632	0	America/New_York	39.06871	-80.10341	420	Boulder,Hanna,Hannan,Rangoon,Teters Mill,Teters Mills,Thorne		WV	001		
4799872	Bowen	bowen	US	62316	0	America/New_York	38.3062	-82.3432	182	Bowen,Bowens Store		WV	099		
4799878	Bowden	bowden	US	26254	9	America/New_York	38.90872	-79.70978	675			WV	083		
4799939	Braden	braden	US	38010	0	America/New_York	39.44036	-80.74399	234	Allen,Braden,Braden Station,Lima		WV	095		
4799944	Bradley	bradley	US	04411	2040	America/New_York	37.86539	-81.19399	676	Baileys Farm,Bradley		WV	081		
4799946	Bradley	bradley	US	04411	0	America/New_York	38.15843	-81.71734	199			WV	005		
4799952	Bradshaw	bradshaw	US	24817	0	America/New_York	37.80177	-82.03179	248			WV	045		
4799953	Bradshaw	bradshaw	US	24817	307	America/New_York	37.35178	-81.79872	358			WV	047		
4799967	Bradyville	bradyville	US	37026	0	America/New_York	38.14648	-82.18375	183	Brady,Bradyville		WV	043		
4799991	Bramwell	bramwell	US	24715	362	America/New_York	37.32512	-81.31177	686			WV	055		
4799996	Branchland	branchland	US	25506	0	America/New_York	38.22092	-82.20375	182	Branchland,Hadley		WV	043		
4800008	Brandywine	brandywine	US	20613	218	America/New_York	38.62484	-79.24476	482			WV	071		
4800028	Braxton	braxton	US	39044	0	America/New_York	38.78954	-80.72926	298			WV	007		
4800035	Breeden	breeden	US	25666	0	America/New_York	37.92537	-82.26597	253	Breading,Breding,Breeden,Breeding,Logan,Randolph		WV	059		
4800041	Brenton	brenton	US	24818	249	America/New_York	37.59594	-81.63594	359	Bartley,Brenton		WV	109		
4800044	Bretz	bretz	US	26524	0	America/New_York	39.54231	-79.80061	551			WV	077		
4800045	Bretz	bretz	US	26524	0	America/New_York	39.09538	-79.66395	517			WV	093		
4800081	Bridgeport	bridgeport	US	06601	8359	America/New_York	39.28648	-80.2562	311	Bridgeport,Powers Fort		WV	033		
4800117	Brighton	brighton	US	02135	0	America/New_York	38.7998	-82.04042	171			WV	053		
4800129	Bristol	bristol	US	02809	0	America/New_York	39.28787	-80.52398	313	Bristol,Cherry Camp		WV	033		
4800193	Brohard	brohard	US	26138	0	America/New_York	39.03647	-81.17623	294	Brohard,Hartley,Hartley Brohard		WV	105		
4800195	Brookhaven	brookhaven	US	11719	5171	America/New_York	39.61175	-79.90451	315	Brookhaven,Richard		WV	061		
4800197	Brooklin	brooklin	US	04616	0	America/New_York	37.67317	-80.89731	422			WV	089		
4800198	Brooklyn	brooklyn	US	06234	0	America/New_York	37.99095	-81.04871	498	Brooklyn,Finlow		WV	019		
4800199	Brooklyn	brooklyn	US	06234	0	America/New_York	39.63535	-80.86343	191			WV	103		
4800203	Brooks	brooks	US	04921	0	America/New_York	37.72429	-80.88648	505			WV	089		
4800217	Brookside	brookside	US	07926	0	America/New_York	39.32593	-79.52644	764			WV	077		
4800250	Browning	browning	US	59417	0	America/New_York	37.65234	-80.85814	428			WV	089		
4800301	Brownsburg	brownsburg	US	24415	0	America/New_York	38.2679	-80.07534	796			WV	075		
4800304	Brownsville	brownsville	US	05037	0	America/New_York	38.18844	-81.19344	209			WV	019		
4800305	Brownsville	brownsville	US	05037	0	America/New_York	39.00232	-80.47592	327			WV	041		
4800307	Brownton	brownton	US	55312	0	America/New_York	39.22009	-80.15008	338	Bear Mountain,Brown Town,Brownton		WV	001		
4800309	Bruce	bruce	US	38915	0	America/New_York	38.16317	-80.77676	802			WV	067		
4800316	Bruceton Mills	bruceton-mills	US	26525	87	America/New_York	39.65869	-79.64116	467	Bruceton,Bruceton Mills,Milford,Mortons Mill,Mortons Mills,New Bruceton,Spurgeons		WV	077		
4800339	Brush Creek	brush-creek	US	38547	0	America/New_York	38.14371	-81.7554	236			WV	005		
4800387	Brushton	brushton	US	12916	0	America/New_York	38.16621	-81.70901	200	Brushton,Costa		WV	005		
4800489	Bryce	bryce	US	84764	0	America/New_York	38.22316	-81.15177	215			WV	019		
4800570	Buckeye	buckeye	US	24924	0	America/New_York	38.18595	-80.13451	643	Buckeye,Buckeye Cove,Buckeye Hollow,Swago		WV	075		
4800587	Buckhannon	buckhannon	US	26201	5657	America/New_York	38.99399	-80.23203	436	Bakkhannon,Bakkhanon,Buchanon,Buckhannon,Buckhannon Town,Buckwheat,Bush Fort,bwkhanwn  wyrjynyay ghrby,bywkanan,Бакханнон,Бакханон,بوکهانون، ویرجینیای غربی,بيوكانان	097	WV	097		
4800639	Buffalo	buffalo	US	14201	1253	America/New_York	38.61759	-81.9818	173	Buffalo,Буффало		WV	079		
4800667	Buffalo Creek	buffalo-creek	US	80425	0	America/New_York	38.35564	-82.50932	167			WV	099		
4800747	Bulger	bulger	US	15019	0	America/New_York	38.13343	-81.98124	245			WV	043		
4800798	Bunker Hill	bunker-hill	US	25413	0	America/New_York	39.33343	-78.05444	173	Bunker Hill,Bunkerhill,Bunkers Hill,Bunkershill,Bunkersville		WV	003		
4800824	Burdette	burdette	US	72321	0	America/New_York	38.06317	-80.79954	691			WV	025		
4800846	Burlington	burlington	US	01803	182	America/New_York	39.3376	-78.91808	226			WV	057		
4800880	Burnsville	burnsville	US	26335	498	America/New_York	38.85621	-80.65482	247	Burnsville,Laforme's Store,Lumberport		WV	007		
4800904	Burr	burr	US	68324	0	America/New_York	38.06568	-80.10507	911	Burr,Burr Valley		WV	075		
4800908	Burnwell	burnwell	US	35038	0	America/New_York	38.05261	-81.37539	271			WV	039		
4800910	Burton	burton	US	26562	0	America/New_York	39.66397	-80.43064	327			WV	103		
4801009	Cabin Creek	cabin-creek	US	25035	0	America/New_York	38.19594	-81.47762	192	Cabin Creek,Cabin Creek Junction,Cabincreek		WV	039		
4801032	Cabins	cabins	US	26855	0	America/New_York	38.999	-79.20532	315	Cabin,Cabins,Corner,Corners,Hyre's Rock		WV	023		
4801034	Cabot	cabot	US	05647	0	America/New_York	38.03649	-81.61512	265			WV	005		
4801059	Cairo	cairo	US	12413	270	America/New_York	39.20869	-81.15733	199			WV	085		
4801068	Caldwell	caldwell	US	07006	0	America/New_York	37.78068	-80.39396	517	Caldwell,Greenbrier Bridge		WV	025		
4801085	Calhoun	calhoun	US	30701	0	America/New_York	39.09121	-79.98563	585			WV	001		
4801128	Calvin	calvin	US	16622	0	America/New_York	38.33678	-80.71454	686			WV	067		
4801137	Cambria	cambria	US	53923	0	America/New_York	39.36731	-80.36009	305			WV	033		
4801138	Cambria	cambria	US	53923	0	America/New_York	38.26538	-81.19955	242			WV	067		
4801140	Camden	camden	US	04843	0	America/New_York	39.05454	-80.56648	336			WV	041		
4801149	Camden on Gauley	camden-on-gauley	US	26208	154	America/New_York	38.36678	-80.59565	634	Camden,Camden on Gauley,Camden-on-Gauley,Lane's Bottom,Lanes Bottom		WV	101		
4801156	Cameron	cameron	US	14819	903	America/New_York	39.82702	-80.56647	325			WV	051		
4801209	Camp Creek	camp-creek	US	25820	0	America/New_York	37.4954	-81.10287	625	Camp Creek,Campcreek		WV	055		
4801325	Campbelltown	campbelltown	US	17010	0	America/New_York	38.24179	-80.09062	658			WV	075		
4801330	Canaan	canaan	US	03741	0	America/New_York	38.74455	-80.29564	702			WV	097		
4801360	Canfield	canfield	US	44406	0	America/New_York	38.91622	-79.8159	640			WV	083		
4801366	Canfield	canfield	US	44406	0	America/New_York	38.59427	-80.75399	340			WV	007		
4801371	Cannelton	cannelton	US	25036	0	America/New_York	38.19427	-81.29594	207			WV	019		
4801388	Canterbury	canterbury	US	03224	0	America/New_York	37.82149	-82.25681	206			WV	059		
4801391	Canton	canton	US	02021	0	America/New_York	39.36314	-80.73538	245	Canton,Kenton		WV	017		
4801392	Canton	canton	US	02021	0	America/New_York	39.4762	-80.08174	316			WV	049		
4801393	Cantwell	cantwell	US	99729	0	America/New_York	39.13258	-81.13122	336	Cantwell,Cantwells		WV	085		
4801394	Canvas	canvas	US	26662	0	America/New_York	38.26844	-80.77426	650	Canvas,Earl		WV	067		
4801397	Canyon	canyon	US	55717	0	America/New_York	39.67647	-79.89145	324			WV	061		
4801409	Capon Bridge	capon-bridge	US	26711	362	America/New_York	39.29816	-78.43612	241	Cacapon,Capon Bridge,Kapon Bridz,The Ferry,kabwn brydj,kypan bryj  wyrjynyay ghrby,Капон Бриџ,كابون بريدج,کیپان بریج، ویرجینیای غربی		WV	027		
4801424	Capon Springs	capon-springs	US	26823	0	America/New_York	39.13622	-78.48445	356	Cacapehon Spring,Cacapon Springs,Capon Springs,Capon Springs Station,Frye's Springs,Fryes Spring,Fryes Springs,Watson,Watson Town,Watsontown,Watsonville		WV	027		
4801440	Carbondale	carbondale	US	18407	0	America/New_York	38.18622	-81.29928	195			WV	019		
4801442	Carbon	carbon	US	47837	0	America/New_York	38.01955	-81.40622	372	Carbon,South Carbon		WV	039		
4801453	Carlisle	carlisle	US	01741	0	America/New_York	37.96122	-81.18038	543			WV	019		
4801457	Carmel	carmel	US	04419	0	America/New_York	39.33066	-79.5545	793	Carmel,German Settlement,Mount Carmee,Mount Carmel,Old Town,West Union		WV	077		
4801467	Carlos	carlos	US	56319	0	America/New_York	37.39595	-81.8015	334			WV	047		
4801475	Carolina	carolina	US	02812	411	America/New_York	39.48036	-80.27342	361			WV	049		
4801511	Carrollton	carrollton	US	23314	0	America/New_York	39.09038	-80.08703	414	Carrollton,Pitman		WV	001		
4801515	Carter	carter	US	41128	0	America/New_York	38.84455	-80.2823	561			WV	097		
4801531	Cascade	cascade	US	21719	0	America/New_York	39.56342	-79.8145	519			WV	077		
4801542	Cashmere	cashmere	US	98815	0	America/New_York	37.44984	-80.7798	596	Brush Creek,Cashmere		WV	063		
4801546	Cass	cass	US	24927	52	America/New_York	38.39679	-79.91478	749			WV	075		
4801560	Cassville	cassville	US	13318	701	America/New_York	39.66564	-80.06368	305	Cassville,Jacksonville		WV	061		
4801580	Catawba	catawba	US	24070	0	America/New_York	39.52703	-80.07785	267	Catawba,Newport		WV	049		
4801624	Cedar	cedar	US	49621	0	America/New_York	37.55511	-82.10374	227			WV	059		
4801625	Cedar	cedar	US	49621	0	America/New_York	37.73706	-81.21232	693	Cedar,Viacova		WV	081		
4801627	Cecil	cecil	US	15321	0	America/New_York	39.27148	-79.9873	353			WV	091		
4801641	Cedar Grove	cedar-grove	US	07009	952	America/New_York	38.22121	-81.42789	187	Boat Yards,Cedar Grove,Cedargrove		WV	039		
4801642	Cedar Grove	cedar-grove	US	07009	0	America/New_York	39.22785	-81.50651	229	Cedar Grove,Rye		WV	107		
4801677	Cedarville	cedarville	US	08311	0	America/New_York	38.84232	-80.81927	240	Cedarville,Townsend's Mills,Townsends Mills		WV	021		
4801683	Centennial	centennial	US	82055	0	America/New_York	37.58263	-80.32923	792			WV	063		
4802467	Clintonville	clintonville	US	16372	0	America/New_York	37.89401	-80.59897	805			WV	025		
4801697	Center Point	center-point	US	26339	0	America/New_York	39.39175	-80.63538	241	Center Point,Centerpoint,Centre Point,Mount Pleasant,Three Fork		WV	017		
4801711	Centerville	centerville	US	02632	0	America/New_York	39.43202	-80.84011	233	Alma,Centerville,Centreville		WV	095		
4801712	Centerville	centerville	US	02632	0	America/New_York	38.26147	-82.5296	180	Centerville,Centreville		WV	099		
4801713	Central	central	US	29630	0	America/New_York	39.34563	-81.5229	192			WV	107		
4801760	Centralia	centralia	US	62801	0	America/New_York	38.62316	-80.56787	325			WV	007		
4801763	Century	century	US	32535	115	America/New_York	39.09982	-80.18869	467	Big Run,Century,Century No. 1		WV	001		
4801769	Ceredo	ceredo	US	25507	1388	America/New_York	38.39647	-82.55877	168			WV	099		
4801777	Ceres	ceres	US	14721	0	America/New_York	37.3079	-81.14787	742	Ceres,Ceress		WV	055		
4801780	Chaffee	chaffee	US	14030	0	America/New_York	39.40649	-79.16226	451			WV	057		
4801790	Chambers	chambers	US	68725	0	America/New_York	37.82122	-81.88012	272			WV	045		
4801816	Chapman	chapman	US	36015	0	America/New_York	38.85426	-80.54398	263			WV	007		
4801817	Chapman	chapman	US	36015	0	America/New_York	38.54511	-80.46064	447	Chapman,Water Station		WV	101		
4801828	Chapmanville	chapmanville	US	25508	1205	America/New_York	37.97371	-82.01735	195			WV	045		
4801850	Charles Town	charles-town	US	25414	5899	America/New_York	39.28899	-77.85972	156	Charl'z-Taun,Charles Town,Charlestown,Charls Taun,cha er si zhen,charlz tawn  wyrjynyay ghrby,tsharlz tawn,Чарлс Таун,Чарльз-Таун,تشارلز تاون,چارلز تاون، ویرجینیای غربی,چارلس ٹاؤن، مغربی ورجینیا,查尔斯镇	037	WV	037		
4801859	Charleston	charleston	US	04422	49736	America/New_York	38.34982	-81.63262	182	CRW,Carlstona,Carlstonas,Carlstons,Carolopolis,Charles Town,Charleston,Charleston i Vest-Virginia,Charleston-on-the-Kanawha,Charlestown,Charlstan,Charlston,Charlstun,Clendenin's Settlement,Clendenins Fort,Clendenins Settlement,Fort Clendennin,Fort Lee,Kanawha,Kanawha Court House,Mouth of Elk,The Town at the Mouth of Elk,Tsarlston,carlsatan,carlsatana,carlstan,carlstana,cha er si dun,chalseuteon,charlstwn,charusuton,tsharlstwn,zʼrlstwn,Čarlstonas,Čarlstons,Čārlstona,Τσάρλστον,Чарлстан,Чарлстон,Чарлстън,Չարլսթոն,צארלסטון,تشارلستون,چارلستون,چارلسٹن,چارلسٹن، مغربی ورجینیا,चार्ल्सटन,चार्ल्सटन्,चार्ल्स्टन,சார்ல்ஸ்டன்,チャールストン,查尔斯顿,찰스턴	WV	WV	039		
4801881	Charmco	charmco	US	25958	0	America/New_York	38.00234	-80.73703	734	Charmco,Laurel Creek		WV	025		
4801886	Chattaroy	chattaroy	US	25667	756	America/New_York	37.70343	-82.28097	202			WV	059		
4801889	Chauncey	chauncey	US	25612	283	America/New_York	37.76622	-81.98762	242			WV	045		
4801912	Charlton Heights	charlton-heights	US	25040	406	America/New_York	38.12372	-81.234	202			WV	019		
4801913	Cherokee	cherokee	US	28719	0	America/New_York	37.40706	-81.33677	694			WV	047		
4801917	Cherry Creek	cherry-creek	US	14723	0	America/New_York	37.67651	-81.10315	858	Cherry Creek,Cherry Tree Glade		WV	081		
4801966	Chesapeake	chesapeake	US	23320	1502	America/New_York	38.22344	-81.53623	185	Chesapeake,Chesapik,Henson,Чесапик		WV	039		
4801967	Chesapeake	chesapeake	US	23320	0	America/New_York	39.50703	-80.15202	291	Barnesville,Chesapeake		WV	049		
4801976	Chesterville	chesterville	US	43317	0	America/New_York	39.15563	-81.49818	196			WV	107		
4801977	Chestnut	chestnut	US	62518	0	America/New_York	38.83897	-81.92208	294			WV	053		
4802047	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	39.64925	-79.94173	368	Cedar Ridge,Chestnut Ridge		WV	061		
4802050	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	39.38398	-79.8134	597			WV	077		
4802090	Childs	childs	US	21916	0	America/New_York	39.60258	-80.77843	210			WV	103		
4802107	Chloe	chloe	US	25235	0	America/New_York	38.69259	-81.0865	242			WV	013		
4802263	Churchville	churchville	US	14428	0	America/New_York	39.09731	-80.59148	287	Churchville,Franklin		WV	041		
4802275	Circleville	circleville	US	10919	0	America/New_York	38.67095	-79.49116	627	Circleville,Mount Freedom		WV	071		
4802278	Cisco	cisco	US	30708	0	America/New_York	39.12869	-81.28456	197	Cisco,Cisko		WV	085		
4802292	Claremont	claremont	US	03743	0	America/New_York	37.91817	-81.05093	335	Beechwood,Claremont		WV	019		
4802294	Clarence	clarence	US	14031	0	America/New_York	38.77564	-81.48123	257			WV	087		
4802316	Clarksburg	clarksburg	US	15725	16152	America/New_York	39.28065	-80.34453	303	CKB,Clarkes Town,Clarkesburg,Clarkesburgh,Clarksburg,Klarksberg,Klarksburg,ke la ke si bao,klarksbrg  mghrby wrjynya,klarksbrg  wyrjynyay ghrby,klarksbwrgh,kurakusubagu,Кларксберг,Кларксбург,كلاركسبورغ,کلارکسبرگ، مغربی ورجینیا,کلارکسبرگ، ویرجینیای غربی,クラークスバーグ,克拉克斯堡	033	WV	033		
4802330	Claude	claude	US	79019	0	America/New_York	39.28982	-79.90952	399			WV	077		
4802331	Clawson	clawson	US	48017	0	America/New_York	38.26845	-80.03006	667			WV	075		
4802333	Clay	clay	US	13041	467	America/New_York	38.46038	-81.08511	216	Clay,Clay Court House,Clay Town,Claytown,Henry,Klej,Marshall,klay,kly  wyrjynyay ghrby,Клей,Клеј,كلاي,کلی، ویرجینیای غربی	015	WV	015		
4802381	Claypool	claypool	US	46510	0	America/New_York	37.73316	-81.81456	256			WV	045		
4802382	Claypool	claypool	US	46510	0	America/New_York	37.8329	-80.87065	582	Claypool,Humoco,Tina		WV	089		
4802390	Clayton	clayton	US	08312	0	America/New_York	37.72345	-80.72897	620			WV	089		
4802393	Claysville	claysville	US	15323	0	America/New_York	39.34899	-79.05642	331			WV	057		
4802396	Clear Creek	clear-creek	US	25044	0	America/New_York	37.91622	-81.34427	447	Clear Creek,Clearcreek		WV	081		
4802402	Clear Fork	clear-fork	US	24822	0	America/New_York	37.63094	-81.68289	380	Big Bottom Fork,Clear Fork,Clearfork,Elk Lick Creek,Elklick		WV	109		
4802417	Clendenin	clendenin	US	25045	1187	America/New_York	38.48871	-81.34817	190	Chilton,Clendenin,Clendennen,Clendennin,Glendenin		WV	039		
4802427	Cleveland	cleveland	US	13042	0	America/New_York	38.72705	-80.39231	389	Cleveland,Point		WV	101		
4802447	Clifton	clifton	US	07011	0	America/New_York	39.0023	-82.04153	175			WV	053		
4802458	Clifty	clifty	US	42216	0	America/New_York	38.14567	-80.96204	599			WV	019		
4802475	Clio	clio	US	29525	0	America/New_York	38.58121	-81.30123	226			WV	087		
4802478	Clothier	clothier	US	25047	0	America/New_York	37.94677	-81.8104	246			WV	005		
4802484	Clover	clover	US	24534	0	America/New_York	38.58342	-82.22765	170			WV	011		
4802485	Clover	clover	US	24534	0	America/New_York	38.72315	-81.28956	338			WV	087		
4802502	Cloverdale	cloverdale	US	24077	0	America/New_York	39.36508	-81.14317	326	Cloverdale,Gibson		WV	073		
4802510	Cloverdale	cloverdale	US	24077	0	America/New_York	37.45012	-80.81536	649			WV	063		
4802525	Coal City	coal-city	US	25823	1815	America/New_York	37.679	-81.21038	797	Abney,Coal City		WV	081		
4802554	Coal Mountain	coal-mountain	US	24823	0	America/New_York	37.66955	-81.72845	403			WV	109		
4802576	Coal Valley	coal-valley	US	61240	0	America/New_York	37.94149	-81.81623	248			WV	045		
4802587	Coalfield	coalfield	US	37719	0	America/New_York	38.00455	-81.35039	305	Coalfield,Krebs		WV	019		
4802589	Coaldale	coaldale	US	18218	0	America/New_York	37.36317	-81.33427	765	Coaldale,Cole Dale		WV	055		
4802600	Coalton	coalton	US	26257	315	America/New_York	38.89649	-79.96785	660	Coalton,Womelsdorf,Womelsdorff		WV	083		
4802602	Cobb	cobb	US	31735	0	America/New_York	38.08567	-80.58814	994			WV	025		
4802612	Coburn	coburn	US	16832	0	America/New_York	39.59286	-80.50342	298			WV	103		
4802647	Colcord	colcord	US	25048	0	America/New_York	37.94428	-81.43705	325	Colcord,Honaker		WV	081		
4802678	Coldwater	coldwater	US	38618	0	America/New_York	39.16842	-80.63343	282	Cold Water,Coldwater		WV	017		
4802687	Coleman	coleman	US	33521	0	America/New_York	38.16231	-82.47488	191			WV	099		
4802704	Colfax	colfax	US	26566	0	America/New_York	39.43481	-80.13175	274	Colfax,Texas		WV	049		
4802742	Columbia	columbia	US	06237	0	America/New_York	38.12288	-81.31094	222			WV	019		
4802752	Comfort	comfort	US	25049	306	America/New_York	38.13038	-81.61567	211			WV	005		
4802782	Concho	concho	US	73022	0	America/New_York	37.96706	-81.08788	515	Concho,Thurmond Mountain		WV	019		
4802783	Concord	concord	US	01742	0	America/New_York	39.41481	-79.81784	520			WV	077		
4802872	Cool Ridge	cool-ridge	US	25825	0	America/New_York	37.65817	-81.09565	895	Coal Ridge,Cool Ridge		WV	081		
4802967	Cora	cora	US	25614	0	America/New_York	37.83427	-82.02652	225			WV	045		
4802973	Cordova	cordova	US	21625	0	America/New_York	38.06373	-80.42202	749			WV	025		
4802984	Corinth	corinth	US	04427	0	America/New_York	39.42176	-79.49171	753	Corinth,Spencer		WV	077		
4802993	Cornelia	cornelia	US	30531	0	America/New_York	38.28261	-80.9101	463			WV	067		
4803001	Cortland	cortland	US	13045	0	America/New_York	39.06705	-79.42755	965	Cortland,Cortlands		WV	093		
4803012	Cottageville	cottageville	US	25239	0	America/New_York	38.86564	-81.82347	181	Cottageville,Moores Mills,Rhodess Mill,Wrights Mill		WV	035		
4803025	Cotton	cotton	US	31739	0	America/New_York	38.54482	-81.34984	196			WV	087		
4803029	Cottontown	cottontown	US	37048	0	America/New_York	39.65703	-80.42425	330			WV	103		
4803032	Corinne	corinne	US	25826	362	America/New_York	37.57289	-81.35649	444			WV	109		
4803041	Couch	couch	US	65690	0	America/New_York	38.78869	-82.05875	176			WV	053		
4803093	Covel	covel	US	24719	142	America/New_York	37.49095	-81.3226	588			WV	109		
4803126	Cowen	cowen	US	26206	505	America/New_York	38.40955	-80.55787	692	Cowan,Cowen,The Savannah of the Mountains		WV	101		
4803143	Coxs Mills	coxs-mills	US	26342	0	America/New_York	39.04453	-80.82677	239	Cox Mills,Cox's Mills,Coxes Mill,Coxs Mill,Coxs Mills		WV	021		
4803150	Crab Orchard	crab-orchard	US	25827	2678	America/New_York	37.74067	-81.23066	698	Crab Orchard,Craborchard		WV	081		
4803183	Craigsville	craigsville	US	24430	2213	America/New_York	38.33067	-80.65315	705	Craigsville,Craigville,Signboard,Signpost		WV	067		
4803192	Cranberry	cranberry	US	16319	0	America/New_York	37.82178	-81.1951	717			WV	081		
4803228	Cranesville	cranesville	US	16410	0	America/New_York	39.55314	-79.49477	796			WV	077		
4803237	Crawford	crawford	US	26343	0	America/New_York	38.87204	-80.43675	335	Crawford,Millville,Pinhook		WV	041		
4803244	Crawley	crawley	US	24931	0	America/New_York	37.93484	-80.65203	737			WV	025		
4803251	Creamery	creamery	US	19430	0	America/New_York	37.64234	-80.67786	509			WV	063		
4803267	Crescent	crescent	US	15046	0	America/New_York	38.17372	-81.30872	198			WV	019		
4803274	Creston	creston	US	26141	0	America/New_York	38.94703	-81.27095	199			WV	105		
4803315	Crooked Creek	crooked-creek	US	99575	0	America/New_York	37.88205	-81.98124	210	Crooked Creek,Hughey		WV	045		
4803364	Crosby	crosby	US	16724	0	America/New_York	38.32094	-81.20928	345			WV	015		
4803381	Crossroads	crossroads	US	88114	0	America/New_York	39.65925	-80.30202	323	Cross Roads,Crossroads		WV	061		
4803382	Crossroads	crossroads	US	88114	0	America/New_York	37.71123	-80.81342	794			WV	089		
4803401	Crown	crown	US	16220	0	America/New_York	37.75844	-81.84401	248	Crown,Lax,Lax Station		WV	045		
4803402	Crown	crown	US	16220	0	America/New_York	39.58314	-80.10257	299			WV	061		
4803403	Crown City	crown-city	US	45623	0	America/New_York	38.58064	-82.2782	168	Crown City,Crown City Ferry		WV	011		
4803412	Crum	crum	US	25669	182	America/New_York	37.90565	-82.44598	188			WV	099		
4803427	Crystal Springs	crystal-springs	US	33524	0	America/New_York	38.94094	-79.87729	584			WV	083		
4803429	Crumpler	crumpler	US	28617	204	America/New_York	37.42484	-81.34177	706	Crumpler,Lambert		WV	047		
4803444	Cucumber	cucumber	US	24826	94	America/New_York	37.27789	-81.62677	470			WV	047		
4803446	Cuba	cuba	US	14727	0	America/New_York	38.99119	-81.66902	203			WV	035		
4803451	Culloden	culloden	US	25510	3061	America/New_York	38.42009	-82.05542	215			WV	011		
4803473	Cunningham	cunningham	US	37052	0	America/New_York	39.09622	-78.94392	247			WV	031		
4803526	Curtisville	curtisville	US	15032	0	America/New_York	39.52092	-80.43898	308			WV	049		
4803546	Cyclone	cyclone	US	16726	0	America/New_York	37.73289	-81.68872	357			WV	109		
4803551	Cyrus	cyrus	US	56323	0	America/New_York	38.30536	-82.57266	173	Cyrus,Whites Creek		WV	099		
4803557	Dailey	dailey	US	26259	114	America/New_York	38.79872	-79.89618	600			WV	083		
4803562	Daisy	daisy	US	30423	0	America/New_York	38.00871	-82.05374	198			WV	045		
4803566	Dakota	dakota	US	55925	0	America/New_York	39.5137	-80.13535	288			WV	049		
4803567	Dale	dale	US	14039	0	America/New_York	39.45786	-80.65038	275			WV	095		
4803593	Dameron	dameron	US	20628	0	America/New_York	37.82539	-81.36927	523			WV	081		
4803604	Danese	danese	US	25831	0	America/New_York	37.93067	-80.90315	802	Danese,Noel		WV	019		
4803616	Daniels	daniels	US	25832	1881	America/New_York	37.74327	-81.12408	724			WV	081		
4803635	Danville	danville	US	03819	655	America/New_York	38.08093	-81.83401	213	Danville,Newport,Red House		WV	005		
4803682	Davin	davin	US	25617	0	America/New_York	37.73177	-81.82928	246	Davin,Huffco		WV	045		
4803684	Davis	davis	US	26260	0	America/New_York	37.82677	-82.08457	244			WV	045		
4803685	Davis	davis	US	26260	658	America/New_York	39.12872	-79.46477	945	Dejvis,dyfys,dywys  wyrjynyay ghrby,Дейвис,Дејвис,ديفيس,دیویس، ویرجینیای غربی,ڈیوس، مغربی ورجینیا,ڊيوس، اولهي ورجينيا		WV	093		
4803708	Davis Creek	davis-creek	US	96108	0	America/New_York	38.33732	-81.70374	181	Davis Creek,Sherwood Forest		WV	039		
4803751	Davisville	davisville	US	26142	0	America/New_York	39.09816	-79.67645	504	Chaseboro,Davisville		WV	093		
4803752	Davisville	davisville	US	26142	0	America/New_York	39.20119	-81.49846	189	Clairville,Claysville,Davisville		WV	107		
4803753	Davy	davy	US	24828	385	America/New_York	37.47845	-81.65344	361	Davy,Hallsville		WV	047		
4803763	Dawes	dawes	US	25054	0	America/New_York	38.14288	-81.45206	207			WV	039		
4803766	Dawson	dawson	US	15428	0	America/New_York	37.85623	-80.71092	742			WV	025		
4803795	Dayton	dayton	US	08810	0	America/New_York	39.31288	-79.58728	835	Dayton,Mountain Top		WV	077		
4803800	De Kalb	de-kalb	US	39328	0	America/New_York	38.94259	-80.93205	217	De Kalb,DeKalb,Dekalb		WV	021		
4803806	DeLong	delong	US	46922	0	America/New_York	39.40146	-81.16261	187	DeLong,Delong		WV	073		
4803827	Deanville	deanville	US	77852	0	America/New_York	39.05482	-80.46481	319			WV	041		
4803828	Deanville	deanville	US	77852	0	America/New_York	38.98982	-80.20647	440	Deansville,Deanville		WV	097		
4803860	Deep Water	deep-water	US	25057	280	America/New_York	38.12677	-81.26372	201	Deep Water,Deepwater,Loop Creek		WV	019		
4803866	Deer Creek	deer-creek	US	56527	0	America/New_York	38.38651	-79.92506	743			WV	075		
4803885	Delbarton	delbarton	US	25670	540	America/New_York	37.71066	-82.18402	233	Burch,Delbarton,Rock House,Rockhouse Fork		WV	059		
4803888	Dellslow	dellslow	US	26531	0	America/New_York	39.60703	-79.89201	298	Dellslow,Dellstow,Delsloh,Guesmans,Guesmans Mills,Hageborns Mills,Hagedorns Mills,Lewisville,Louisville,Valley Furnace		WV	061		
4803890	Delmar	delmar	US	12054	0	America/New_York	39.60453	-80.00729	335			WV	061		
4803894	Delphi	delphi	US	46923	0	America/New_York	38.38816	-80.67009	674			WV	067		
4803896	Delray	delray	US	26714	0	America/New_York	39.19455	-78.60418	304	Delray,Richards,Rio,Smith's Gap		WV	027		
4803913	Dennis	dennis	US	02638	0	America/New_York	37.93067	-80.71148	846			WV	025		
4803923	Dent	dent	US	56528	0	America/New_York	39.29426	-79.87729	402			WV	001		
4803929	Denver	denver	US	12421	0	America/New_York	39.38232	-79.77034	617	Denver,Денвер		WV	077		
4803944	Depue	depue	US	61322	0	America/New_York	38.83814	-81.39707	224			WV	087		
4803990	Devon	devon	US	19333	0	America/New_York	37.53733	-82.06263	237	Devon,Hurleyfield,Okeeffe		WV	059		
4803994	Dewitt	dewitt	US	23840	0	America/New_York	37.9315	-81.12649	457			WV	019		
4804001	Diamond	diamond	US	44412	0	America/New_York	38.21482	-81.51651	192			WV	039		
4804002	Diamond	diamond	US	44412	0	America/New_York	37.8251	-82.08152	243	Diamond,Dimond		WV	045		
4804004	Diana	diana	US	26217	0	America/New_York	38.57372	-80.45647	375			WV	101		
4804021	Dickinson	dickinson	US	36436	0	America/New_York	38.20371	-81.50262	192	Dickinson,Quincy		WV	039		
4804032	Dickson	dickson	US	37055	0	America/New_York	38.29814	-82.4471	174	Dickson,Falls of Twelve Pole		WV	099		
4804034	Dickson	dickson	US	37055	0	America/New_York	37.76929	-80.34618	564			WV	025		
4804044	Dille	dille	US	26617	0	America/New_York	38.48899	-80.82566	366			WV	015		
4804045	Dillon	dillon	US	29536	0	America/New_York	37.7704	-80.95065	795	Dillon,Irish Mountain		WV	081		
4804058	Dingess	dingess	US	25671	0	America/New_York	37.87232	-82.17486	296			WV	059		
4804121	Divide	divide	US	59727	0	America/New_York	38.06678	-80.96621	721			WV	019		
4804129	Dixie	dixie	US	25059	0	America/New_York	39.41953	-80.33009	295			WV	033		
4804130	Dixie	dixie	US	25059	291	America/New_York	38.25094	-81.19316	221			WV	067		
4804145	Dobbin	dobbin	US	77333	0	America/New_York	39.23872	-79.41422	792			WV	023		
4804198	Dola	dola	US	45835	0	America/New_York	39.37648	-80.42176	294			WV	033		
4804223	Donald	donald	US	97020	0	America/New_York	38.26567	-80.70926	723			WV	067		
4804226	Donaldson	donaldson	US	46513	0	America/New_York	39.49759	-78.65446	190			WV	027		
4804227	Donaldson	donaldson	US	46513	0	America/New_York	38.38733	-80.51175	668			WV	101		
4804250	Dora	dora	US	35062	0	America/New_York	38.91065	-80.78927	227			WV	021		
4804255	Dorr	dorr	US	49323	0	America/New_York	37.61957	-80.47396	679			WV	063		
4804258	Dorothy	dorothy	US	08317	0	America/New_York	37.95511	-81.44955	305	Dorothy,Lawson		WV	081		
4804266	Dothan	dothan	US	25833	0	America/New_York	37.96733	-81.22205	512			WV	019		
4804287	Douglas	douglas	US	01516	0	America/New_York	39.12705	-79.52061	866	Albert,Douglas		WV	093		
4804291	Douglas	douglas	US	01516	0	America/New_York	38.67232	-81.05789	254	Douglas,Dougles		WV	013		
4804316	Downs	downs	US	61736	0	America/New_York	39.51758	-80.3162	303			WV	049		
4804332	Doyle	doyle	US	38559	0	America/New_York	39.28285	-81.37595	222			WV	107		
4804376	Dry Branch	dry-branch	US	31020	0	America/New_York	38.1801	-81.46678	192	Dry Branch,Drybranch		WV	039		
4804394	Dry Creek	dry-creek	US	25062	0	America/New_York	37.85983	-81.46372	385			WV	081		
4804458	Dry Run	dry-run	US	17220	0	America/New_York	38.61289	-79.52477	730	Dry Run,Dryrun		WV	071		
4804486	Dryfork	dryfork	US	26263	0	America/New_York	38.96872	-79.50283	672	Dry Fork,Dryfork		WV	083		
4804489	Duck	duck	US	25063	0	America/New_York	38.58343	-80.93677	244	Duck,Villa Nova,Villanova		WV	015		
4804563	Dunbar	dunbar	US	15431	7659	America/New_York	38.36065	-81.73735	181			WV	039		
4804593	Dunmore	dunmore	US	24934	0	America/New_York	38.35956	-79.88089	755	Dunmore,Mathewsville,Matthewsville		WV	075		
4804601	Dunlow	dunlow	US	25511	0	America/New_York	38.02315	-82.43154	211			WV	099		
4804611	Durbin	durbin	US	26264	288	America/New_York	38.54567	-79.82506	836			WV	075		
4804662	Dyer	dyer	US	38330	0	America/New_York	38.38122	-80.47481	677	Dyer,Haynes		WV	101		
4804666	Eagle	eagle	US	48822	0	America/New_York	38.15844	-81.30456	213			WV	019		
4804698	Earling	earling	US	51530	0	America/New_York	37.7665	-81.9154	224	Earling,Earling Station,Ferndale,Manbar		WV	045		
4804700	East Bank	east-bank	US	25067	932	America/New_York	38.21816	-81.44289	189	East Bank,Eastbank,Hampton,Pryor		WV	039		
4804731	East Kingston	east-kingston	US	03827	0	America/New_York	37.97844	-81.29455	426			WV	019		
4804732	East Lynn	east-lynn	US	25512	0	America/New_York	38.16787	-82.37793	193	Adkins Mills,East Lynn,Mouth of Little Lynn,Twin Creek		WV	099		
4804770	East Williamson	east-williamson	US	14449	0	America/New_York	37.66232	-82.2632	201			WV	059		
4804785	Easton	easton	US	02334	0	America/New_York	39.65258	-79.91284	315			WV	061		
4804791	Eaton	eaton	US	13334	0	America/New_York	39.19619	-81.31373	241	Eaton,Eaton Station,Eatons		WV	107		
4804816	Eccles	eccles	US	25836	362	America/New_York	37.78317	-81.26594	639	Admiralty,Eccles		WV	081		
4804819	Echo	echo	US	56237	0	America/New_York	38.17786	-82.48182	190			WV	099		
4804826	Eckman	eckman	US	24829	0	America/New_York	37.40456	-81.46427	486			WV	047		
4804834	Eden	eden	US	05652	0	America/New_York	38.13205	-81.62956	208			WV	005		
4804835	Eden	eden	US	05652	0	America/New_York	38.74371	-80.32786	587			WV	097		
4804851	Edgemont	edgemont	US	19028	0	America/New_York	39.47009	-80.17036	292			WV	049		
4804852	Edgewood	edgewood	US	21040	0	America/New_York	39.30342	-80.3537	302			WV	033		
4804853	Edgewood	edgewood	US	21040	0	America/New_York	38.3801	-81.64374	314			WV	039		
4804854	Edgewood	edgewood	US	21040	0	America/New_York	39.05343	-80.49426	332			WV	041		
4804861	Edison	edison	US	08817	0	America/New_York	37.30373	-81.15537	745			WV	055		
4804864	Edgemont	edgemont	US	19028	0	America/New_York	38.43342	-82.36376	168			WV	011		
4804867	Edmond	edmond	US	25837	0	America/New_York	38.06233	-81.02732	625			WV	019		
4804877	Edna	edna	US	67342	0	America/New_York	39.57508	-80.05396	277	Brady,Edna		WV	061		
4804888	Effie	effie	US	56639	0	America/New_York	38.09453	-82.50821	211			WV	099		
4804894	Eglon	eglon	US	26716	0	America/New_York	39.30149	-79.51922	801	Eglon,Hungry Hook,Maple Run		WV	077		
4804898	Egypt	egypt	US	72427	0	America/New_York	39.35204	-77.9475	167			WV	037		
4804918	Elbert	elbert	US	24830	0	America/New_York	37.33539	-81.53927	467			WV	047		
4804927	Eleanor	eleanor	US	25070	1586	America/New_York	38.53759	-81.93236	184	Eleanor,Red House Farms		WV	079		
4804934	Eldora	eldora	US	50627	0	America/New_York	39.41731	-80.20425	295	Bobtown,Eldora		WV	049		
4804951	Elizabeth	elizabeth	US	07201	839	America/New_York	39.06341	-81.39512	197	Beauchamps Mills,Ehlizabet,Elizabet,Elizabeth,Jacksonville,Wirt House,alyzabyth,aylyzbt  wyrjynyay ghrby,Елизабет,Элизабет,إليزابيث,الزبتھ، مغربی ورجینیا,ایلیزبت، ویرجینیای غربی	105	WV	105		
4804964	Elk	elk	US	95432	0	America/New_York	38.36093	-81.6654	186	Bownemont,Elk,Elke		WV	039		
4804965	Elk	elk	US	95432	0	America/New_York	39.02178	-79.53783	774	Elk,Elklick		WV	093		
4804971	Elk City	elk-city	US	67344	0	America/New_York	39.14232	-80.10814	331			WV	001		
4804985	Elk Garden	elk-garden	US	26717	224	America/New_York	39.38343	-79.1542	699	Elk Garden,Elk Pond		WV	057		
4805033	Elkins	elkins	US	03233	7226	America/New_York	38.92594	-79.84673	587	EKN,Ehlkins,Elkins,Joans Friends,Jonas Friends,Leadsville,Leeds Village,Leedsville,alkyns  wyrjynyay ghrby,alkynz,erukinzu,Елкинс,Элкинс,إلكينز,الکینس، ویرجینیای غربی,エルキンズ	083	WV	083		
4805067	Elkridge	elkridge	US	21075	0	America/New_York	38.08039	-81.334	298	Elk Ridge,Elkridge		WV	019		
4805077	Elkview	elkview	US	25071	1222	America/New_York	38.44288	-81.4804	184	Elk View,Elkview		WV	039		
4805082	Ellamore	ellamore	US	26267	0	America/New_York	38.92427	-80.09036	566			WV	097		
4805087	Ellenboro	ellenboro	US	26346	347	America/New_York	39.26452	-81.05622	247	Ellenboro,Ellenborough,Shumley		WV	085		
4805095	Ellis	ellis	US	67637	0	America/New_York	38.93787	-80.71649	224	Ellis,Loudin,Mouth of Ellis		WV	021		
4805137	Elmhurst	elmhurst	US	11373	0	America/New_York	37.63373	-80.62952	516			WV	063		
4805138	Elmira	elmira	US	14901	0	America/New_York	38.65148	-80.99094	304			WV	007		
4805144	Elmwood	elmwood	US	02337	0	America/New_York	38.69564	-81.85291	190			WV	053		
4805145	Elmwood	elmwood	US	02337	0	America/New_York	38.2087	-82.43737	190			WV	099		
4805155	Elton	elton	US	15934	0	America/New_York	37.82845	-80.80314	533	Elton,Hutchinsons Mill		WV	089		
4805160	Elmore	elmore	US	36025	0	America/New_York	37.56678	-81.40538	426			WV	109		
4805166	Emerson	emerson	US	07630	0	America/New_York	37.94094	-81.49761	447			WV	081		
4805169	Emma	emma	US	62834	0	America/New_York	38.63703	-81.71402	285			WV	079		
4805180	Emmett	emmett	US	48022	0	America/New_York	37.68261	-81.82706	256			WV	045		
4805182	Emmons	emmons	US	56029	0	America/New_York	38.20454	-81.75318	195			WV	039		
4805187	Endicott	endicott	US	13760	0	America/New_York	39.67814	-80.5837	306	Endicot,Endicott		WV	103		
4805200	English	english	US	47118	0	America/New_York	37.33789	-81.71511	397	English,Old Peeryville,Peerysville,Peeryville,Perryville		WV	047		
4805203	Ennis	ennis	US	59729	0	America/New_York	37.37595	-81.39288	631			WV	047		
4805212	Enon	enon	US	45323	0	America/New_York	38.30955	-80.89677	459			WV	067		
4805226	Enterprise	enterprise	US	26568	961	America/New_York	39.42092	-80.27786	290			WV	033		
4805227	Enterprise	enterprise	US	26568	0	America/New_York	39.00703	-81.36956	192			WV	105		
4805245	Erbacon	erbacon	US	26203	0	America/New_York	38.51899	-80.58898	463			WV	101		
4805248	Erie	erie	US	16501	0	America/New_York	39.34009	-80.32675	289	Erie,Forks of Hurricane		WV	033		
4805249	Erin	erin	US	14838	0	America/New_York	37.4415	-81.69261	358			WV	047		
4805255	Erwin	erwin	US	28339	0	America/New_York	39.29649	-79.63839	446			WV	077		
4805257	Eskdale	eskdale	US	25075	0	America/New_York	38.09122	-81.44372	246	Cane Fork,Eskdale		WV	039		
4805276	Ethel	ethel	US	25076	0	America/New_York	37.86649	-81.91234	251			WV	045		
4805280	Euclid	euclid	US	44117	0	America/New_York	38.73315	-81.04455	243			WV	013		
4805282	Eunice	eunice	US	65468	0	America/New_York	37.9465	-81.54344	264			WV	081		
4805284	Eureka	eureka	US	48833	0	America/New_York	39.37257	-81.28095	197			WV	073		
4805293	Eva	eva	US	35621	0	America/New_York	39.03314	-81.02817	237			WV	085		
4805297	Evans	evans	US	25241	0	America/New_York	38.82036	-81.77958	181			WV	035		
4805307	Etowah	etowah	US	28729	0	America/New_York	38.37621	-81.60096	186			WV	039		
4805316	Evansdale	evansdale	US	50707	0	America/New_York	39.64925	-79.96423	320			WV	061		
4805317	Evansville	evansville	US	47701	0	America/New_York	39.33315	-79.86868	404			WV	077		
4805322	Everett	everett	US	02149	0	America/New_York	39.48813	-81.03455	219	Everett,Rippentuck		WV	095		
4805327	Evergreen	evergreen	US	23939	0	America/New_York	38.85427	-80.25814	511			WV	097		
4805340	Everson	everson	US	15631	0	America/New_York	39.44953	-80.24203	278	Everson,Pennois		WV	049		
4805352	Excelsior	excelsior	US	55331	0	America/New_York	38.95566	-80.13925	516			WV	097		
4805353	Excelsior	excelsior	US	55331	0	America/New_York	38.45511	-80.47258	765			WV	101		
4805373	Excelsior	excelsior	US	55331	0	America/New_York	37.30956	-81.694	406			WV	047		
4805384	Fairbanks	fairbanks	US	47849	0	America/New_York	38.72677	-80.68232	361			WV	007		
4805385	Fairdale	fairdale	US	25839	0	America/New_York	37.7815	-81.36316	579			WV	081		
4805388	Fairfax	fairfax	US	05454	0	America/New_York	39.189	-79.47672	931			WV	023		
4805403	Fairlea	fairlea	US	24902	1747	America/New_York	37.78068	-80.45702	661			WV	025		
4805404	Fairmont	fairmont	US	26554	18733	America/New_York	39.48508	-80.14258	300	Fairmont,Fehrmont,Fermont,Middletown,Palatine,Polsley,Polsleys,Polsleys Mill,Polsleys Mills,feamonto,fei er meng te,frmwnt  wyrjynyay ghrby,fyrmwnt,Фермонт,Фэрмонт,فرمونت، ویرجینیای غربی,فيرمونت,فیئرمونٹ، مغربی ورجینیا,フェアモント,费尔蒙特	049	WV	049		
4805427	Fairview	fairview	US	07022	414	America/New_York	39.59258	-80.24758	305	Amos,Fairview,Paw Paw City		WV	049		
4805428	Fairview	fairview	US	07022	0	America/New_York	39.7398	-80.79065	418	Ella,Fairview,Nauvoo		WV	051		
4805429	Fairview	fairview	US	07022	0	America/New_York	38.97897	-82.00681	209			WV	053		
4805430	Fairview	fairview	US	07022	0	America/New_York	37.67788	-82.30264	201			WV	059		
4805431	Fairview	fairview	US	07022	0	America/New_York	38.4462	-81.97486	211			WV	079		
4805432	Fairview	fairview	US	07022	0	America/New_York	38.949	-79.78395	726			WV	083		
4805433	Fairview	fairview	US	07022	0	America/New_York	38.69538	-80.23202	887			WV	083		
4805434	Fairview	fairview	US	07022	0	America/New_York	39.53981	-80.54981	463			WV	103		
4805496	Fairview Heights	fairview-heights	US	62208	0	America/New_York	39.27702	-81.5204	192			WV	107		
4805580	Falling Rock	falling-rock	US	25079	0	America/New_York	38.46899	-81.40179	190			WV	039		
4805596	Falling Waters	falling-waters	US	25419	876	America/New_York	39.55926	-77.89083	118	Falling Waters,Fallingwater		WV	003		
4805607	Falls	falls	US	18615	0	America/New_York	39.17511	-79.11892	382	Falls,Hazard Forge		WV	023		
4805616	Falls Mills	falls-mills	US	24613	0	America/New_York	39.44091	-81.00817	194			WV	095		
4805635	Fanrock	fanrock	US	24834	0	America/New_York	37.56706	-81.65205	370	Fanrock,Ox		WV	109		
4805642	Farley	farley	US	52046	0	America/New_York	37.53595	-80.92397	733			WV	089		
4805665	Farmington	farmington	US	03835	377	America/New_York	39.51286	-80.24897	284	Farmington,Underwood,Willeytown,Willeyville,Фармингтон		WV	049		
4805674	Faulkner	faulkner	US	20632	0	America/New_York	38.90955	-79.72645	691			WV	083		
4805676	Fayette	fayette	US	13065	0	America/New_York	38.06344	-81.07343	280	Fayette,Fayette Station		WV	019		
4805686	Fayetteville	fayetteville	US	13066	2892	America/New_York	38.05289	-81.10399	554	Fayetteville,Fejetvil,Fejetvill,Vandalia,faytfyl,fyytwyl  wyrjynyay ghrby,Фейетвилл,Фејетвил,فايتفيل,فییتویل، ویرجینیای غربی	019	WV	019		
4805701	Farmdale	farmdale	US	44417	0	America/New_York	37.90484	-80.71092	742			WV	025		
4805708	Ferguson	ferguson	US	28624	0	America/New_York	38.07565	-82.43321	205			WV	099		
4805745	Festus	festus	US	63028	0	America/New_York	39.47064	-80.28731	296			WV	049		
4806003	Fisher	fisher	US	16225	0	America/New_York	39.0515	-79.00336	268			WV	031		
4806052	Fitzpatrick	fitzpatrick	US	36029	0	America/New_York	37.744	-81.18649	664			WV	081		
4806137	Flat Top	flat-top	US	25841	0	America/New_York	37.58956	-81.10676	991	Flat Top,Flattop		WV	055		
4806160	Flatwoods	flatwoods	US	26621	0	America/New_York	38.8798	-81.77958	230			WV	035		
4806164	Flatwoods	flatwoods	US	26621	277	America/New_York	38.72315	-80.64982	325	Flat Woods,Flatwoods,Shaversville,Shaverville		WV	007		
4806168	Fleming	fleming	US	16835	0	America/New_York	38.08787	-82.47099	209			WV	099		
4806178	Flemington	flemington	US	08822	313	America/New_York	39.26648	-80.13203	310			WV	091		
4806189	Fletcher	fletcher	US	28732	0	America/New_York	38.6537	-81.57513	232			WV	035		
4806200	Flint	flint	US	48501	0	America/New_York	39.33397	-80.66316	254			WV	017		
4806201	Flint	flint	US	48501	0	America/New_York	38.85372	-79.73006	736	Flint,Flint Siding		WV	083		
4806259	Folsom	folsom	US	19033	0	America/New_York	39.47064	-80.52037	282	Folsom,Robinson		WV	103		
4806280	Forest Hill	forest-hill	US	21050	0	America/New_York	37.57012	-80.78952	587	Forest Hill,Foresthill		WV	089		
4806285	Forest Hills	forest-hills	US	11375	0	America/New_York	38.35176	-81.6679	294			WV	039		
4806286	Forest Hills	forest-hills	US	11375	0	America/New_York	39.3148	-81.53318	251			WV	107		
4806343	Forman	forman	US	58032	0	America/New_York	39.14011	-79.07503	342			WV	023		
4806346	Fort Ashby	fort-ashby	US	26719	1380	America/New_York	39.50315	-78.76863	184	Alaska,Fort Ashby,Frankford,Frankfort,Pattersons Creek		WV	057		
4806352	Fort Branch	fort-branch	US	47648	0	America/New_York	37.84927	-81.94373	220			WV	045		
4806359	Fort Gay	fort-gay	US	25514	683	America/New_York	38.1162	-82.59571	176	Cassville,Fort Gay		WV	099		
4806363	Fort Hill	fort-hill	US	15540	0	America/New_York	38.35287	-81.65374	266			WV	039		
4806401	Foster	foster	US	02825	0	America/New_York	38.09732	-81.77984	268			WV	005		
4806412	Fosterville	fosterville	US	37063	0	America/New_York	38.09205	-81.60401	215			WV	005		
4806420	Four States	four-states	US	26572	0	America/New_York	39.47981	-80.30981	320	Annabelle,Four States		WV	049		
4806484	Frametown	frametown	US	26623	0	America/New_York	38.63788	-80.85844	253	Frame Mill,Frames,Frames Mill,Frametown		WV	007		
4806489	Francis	francis	US	74844	0	America/New_York	39.40814	-80.24481	310			WV	033		
4806497	Frankford	frankford	US	19945	0	America/New_York	37.92512	-80.38452	670	Frankford,Frankfort		WV	025		
4806503	Franklin	franklin	US	02038	0	America/New_York	39.79313	-80.82454	202	Franklin,Lower Graysville		WV	051		
4806504	Franklin	franklin	US	02038	677	America/New_York	38.64289	-79.33115	528	Frankford,Frankfort,Franklin,Frenklin,franklyn,frnklyn  wyrjynyay ghrby,frynkln  mghrby wrjynya,Франклин,Френклин,فرانكلين,فرنکلین، ویرجینیای غربی,فرینکلن، مغربی ورجینیا	071	WV	071		
4806511	Franklintown	franklintown	US	17323	0	America/New_York	39.20483	-77.93416	175			WV	037		
4806525	Fraziers Bottom	fraziers-bottom	US	25082	0	America/New_York	38.57037	-81.99069	172	Frazers Bottom,Fraziers Bottom,Ruby		WV	079		
4806549	Freeman	freeman	US	23856	0	America/New_York	37.33012	-81.30788	685	Freeman,Freemans,Simmons		WV	055		
4806554	Freeman	freeman	US	23856	0	America/New_York	38.91788	-80.32842	463			WV	097		
4806557	Freeport	freeport	US	04032	0	America/New_York	39.39482	-79.50783	755			WV	077		
4806558	Freeport	freeport	US	04032	0	America/New_York	39.14286	-81.33762	185			WV	105		
4806571	French Creek	french-creek	US	26218	0	America/New_York	38.88566	-80.29731	445	French Creek,Frenchcreek		WV	097		
4806580	Frenchton	frenchton	US	26219	0	America/New_York	38.87288	-80.35647	455	Beachtown,Beech Town,Beechtown,French Town,Frenchton,Frenchtown		WV	097		
4806592	Friendly	friendly	US	26146	129	America/New_York	39.51591	-81.05928	191			WV	095		
4806671	Gage	gage	US	73843	0	America/New_York	38.97038	-79.96063	531			WV	001		
4806674	Gaines	gaines	US	16921	0	America/New_York	38.78038	-80.32008	528	Gaines,Ganes		WV	097		
4806683	Gallagher	gallagher	US	25083	0	America/New_York	38.17316	-81.40178	197	Gallagher,Mucklow		WV	039		
4806688	Gallipolis Ferry	gallipolis-ferry	US	25515	817	America/New_York	38.77064	-82.19876	181			WV	053		
4806693	Galloway	galloway	US	26349	143	America/New_York	39.23176	-80.12203	327			WV	001		
4806697	Gallipolis	gallipolis	US	45631	0	America/New_York	38.79064	-82.20042	176			WV	053		
4806709	Gandeeville	gandeeville	US	25243	0	America/New_York	38.70509	-81.4104	247	Gandeeville,Gandeville		WV	087		
4806722	Gap Mills	gap-mills	US	24941	0	America/New_York	37.56235	-80.40812	714	Gap Mills,Gapmills,Moss Hole		WV	063		
4806742	Gardner	gardner	US	01440	0	America/New_York	37.92318	-80.34841	563			WV	025		
4806743	Gardner	gardner	US	01440	0	America/New_York	37.42373	-81.07426	720			WV	055		
4806746	Garfield	garfield	US	07026	0	America/New_York	38.9548	-81.54457	296			WV	035		
4806751	Garland	garland	US	04939	0	America/New_York	37.40067	-81.78456	325			WV	047		
4806771	Garrison	garrison	US	10524	0	America/New_York	37.99622	-81.50678	321			WV	005		
4806778	Garwood	garwood	US	07027	0	America/New_York	37.48206	-81.32121	599			WV	109		
4806779	Gary	gary	US	24836	889	America/New_York	37.36373	-81.55011	430			WV	047		
4806781	Gassaway	gassaway	US	26624	902	America/New_York	38.67315	-80.77482	262			WV	007		
4806782	Gaston	gaston	US	27832	0	America/New_York	39.00871	-80.39481	315	Bush's Mills,Gaston		WV	041		
4806783	Gaston	gaston	US	27832	0	America/New_York	39.46259	-80.17841	302			WV	049		
4806789	Gates	gates	US	27937	0	America/New_York	37.56568	-80.48979	692			WV	063		
4806797	Gatewood	gatewood	US	63942	0	America/New_York	38.01067	-81.06093	604			WV	019		
4806809	Gauley Bridge	gauley-bridge	US	25085	595	America/New_York	38.16844	-81.19483	248	Gauley Bridge,Kincaids Ferry		WV	019		
4806828	Gay	gay	US	25244	0	America/New_York	38.77064	-81.55318	240			WV	035		
4806847	Geneva	geneva	US	14456	0	America/New_York	38.73898	-81.48929	338			WV	087		
4806848	Genoa	genoa	US	13071	0	America/New_York	38.12203	-82.45987	196	Genoa,Genoa Avenue High School,Genoah		WV	099		
4806852	Gem	gem	US	67734	0	America/New_York	38.82926	-80.6676	236	Cogar,Coger,Coger Bluff,Coger Station,Cogers,Cogers Station,Gem		WV	007		
4806879	Georgetown	georgetown	US	01833	0	America/New_York	39.57399	-77.9625	144	George-Town,Georgetown		WV	003		
4806880	Georgetown	georgetown	US	01833	0	America/New_York	39.7398	-80.52369	293	Georgetown,Nuss		WV	051		
4806881	Georgetown	georgetown	US	01833	0	America/New_York	39.5948	-80.08952	330			WV	061		
4806891	Georgetown	georgetown	US	01833	0	America/New_York	38.96065	-80.38453	334			WV	041		
4806900	Gerrardstown	gerrardstown	US	25420	0	America/New_York	39.37038	-78.09556	207	Gerardstown,Gerrardstown,Middle Town,Mills Gap		WV	003		
4806905	Ghent	ghent	US	12075	457	America/New_York	37.61706	-81.11482	910			WV	081		
4806928	Gilbert	gilbert	US	18331	423	America/New_York	37.61428	-81.86651	256	Gilbert,Гилберт		WV	059		
4806934	Gilboa	gilboa	US	12076	0	America/New_York	38.30344	-80.93649	398			WV	067		
4806949	Gill	gill	US	01354	0	America/New_York	38.08787	-82.12125	190			WV	043		
4806956	Gillespie	gillespie	US	62033	0	America/New_York	38.66371	-80.61787	302	Gillespie,Gillespie Village,Hyer		WV	007		
4806963	Gilman	gilman	US	05904	0	America/New_York	38.97316	-79.83979	591			WV	083		
4806965	Gilmer	gilmer	US	75644	0	America/New_York	38.87926	-80.71676	230	Emert,Gilmer		WV	021		
4806973	Gilliam	gilliam	US	65330	0	America/New_York	37.424	-81.4151	556			WV	047		
4806977	Girard	girard	US	16417	0	America/New_York	38.16787	-82.31542	226			WV	099		
4806979	Given	given	US	25245	0	America/New_York	38.73425	-81.73346	210			WV	035		
4806989	Glade	glade	US	67639	0	America/New_York	37.83234	-81.00093	380	Glade,Krise,Paw Paw,Pawpaw,Station		WV	019		
4807039	Gladwin	gladwin	US	48624	0	America/New_York	39.00705	-79.54478	596			WV	093		
4807040	Glady	glady	US	26268	0	America/New_York	38.79844	-79.7195	872	Glady,Glady Fork		WV	083		
4807054	Glasgow	glasgow	US	16644	877	America/New_York	38.21538	-81.42456	196			WV	039		
4807060	Glen	glen	US	03838	0	America/New_York	38.39427	-81.24261	307			WV	015		
4807067	Glen Daniel	glen-daniel	US	25844	0	America/New_York	37.779	-81.33705	580	Glen Daniel,Marshes,Trap Hill		WV	081		
4807069	Glen Easton	glen-easton	US	26039	0	America/New_York	39.83341	-80.64814	288			WV	051		
4807076	Glen Ferris	glen-ferris	US	25090	203	America/New_York	38.15316	-81.21483	199	Falls of Kanawha,Glen Ferris,Montgomerys Ferry,Stockton		WV	019		
4807077	Glen Fork	glen-fork	US	25845	487	America/New_York	37.69595	-81.529	433	Clens Fork,Glen Fork,Glenfork		WV	109		
4807081	Glen Jean	glen-jean	US	25846	210	America/New_York	37.9265	-81.1501	496	Collinsville,Glen Jean,Leb Long,Leblong,White Oak		WV	019		
4807086	Glen Rogers	glen-rogers	US	25848	0	America/New_York	37.71539	-81.41788	564			WV	109		
4807091	Glen White	glen-white	US	25849	266	America/New_York	37.73039	-81.27982	657			WV	081		
4807094	Glenbrook	glenbrook	US	89413	0	America/New_York	39.34035	-81.53123	220			WV	107		
4807097	Glendale	glendale	US	01229	0	America/New_York	39.28508	-81.15539	253	Glendale,Goose Creek,Goosecreek		WV	085		
4807102	Glendale Heights	glendale-heights	US	60139	0	America/New_York	39.96063	-80.74564	323			WV	051		
4807108	Glengary	glengary	US	25421	0	America/New_York	39.38399	-78.15556	179			WV	003		
4807116	Glenville	glenville	US	17329	1543	America/New_York	38.93426	-80.8376	221	Glenvil,Glenvill,Glenville,Hartford,Stewarts Creek,The Ford,ge lin wei er,ghlynfyl,glnwyl  wyrjynyay ghrby,Гленвил,Гленвилл,غلينفيل,گلنویل، ویرجینیای غربی,格林维尔	021	WV	021		
4807119	Glenwood	glenwood	US	07418	0	America/New_York	38.59175	-82.18653	169			WV	053		
4807120	Glenwood	glenwood	US	07418	0	America/New_York	37.33595	-81.14926	740			WV	055		
4807128	Glover	glover	US	05839	0	America/New_York	37.5865	-81.59039	372			WV	109		
4807136	Glendale	glendale	US	01229	1526	America/New_York	39.94924	-80.75425	211	GWV,Glen Dale,Glendale,Gravel Bottom,Hells Half Acre,Upper Flats		WV	051		
4807151	Godfrey	godfrey	US	62035	0	America/New_York	37.36512	-81.26066	697			WV	055		
4807162	Golden	golden	US	38847	0	America/New_York	38.01095	-80.30507	586			WV	025		
4807163	Golden	golden	US	38847	0	America/New_York	39.98258	-80.53674	409			WV	051		
4807194	Goodman	goodman	US	39079	0	America/New_York	37.68982	-82.29792	198			WV	059		
4807204	Goodwin	goodwin	US	57238	0	America/New_York	38.92788	-80.16036	512			WV	097		
4807238	Gordon	gordon	US	17936	0	America/New_York	37.98705	-81.69539	270	Detroit,Gordon,Whites Branch		WV	005		
4807242	Gore	gore	US	22637	0	America/New_York	39.31453	-80.35203	315			WV	033		
4807248	Gormania	gormania	US	26720	0	America/New_York	39.29288	-79.34449	711	Elkins,Gormania,North Branch,Schaeffersville		WV	023		
4807257	Goshen	goshen	US	01032	0	America/New_York	38.71233	-80.30647	738			WV	097		
4807275	Gould	gould	US	71643	0	America/New_York	38.53038	-81.04205	237			WV	015		
4807277	Gould	gould	US	71643	0	America/New_York	38.90093	-80.25536	444			WV	097		
4807281	Grace	grace	US	38745	0	America/New_York	39.43065	-78.71335	191			WV	027		
4807282	Grace	grace	US	38745	0	America/New_York	38.88592	-81.3529	210			WV	087		
4807310	Grafton	grafton	US	01519	5148	America/New_York	39.34092	-80.01897	312	Gannett,Grafton,Grafton Junction,Three Forks,Three Forks Creek,ghraftwn,grftn  wyrjynyay ghrby,Графтон,غرافتون,گرفتن، ویرجینیای غربی	091	WV	091		
4807339	Grandview	grandview	US	37337	0	America/New_York	37.82512	-81.06871	760			WV	081		
4807352	Grangeville	grangeville	US	83530	0	America/New_York	39.4562	-80.4062	308			WV	049		
4807374	Grant Town	grant-town	US	26574	618	America/New_York	39.55814	-80.18174	301	Grant Town,Granttown,Grays Flat,Graysflat		WV	049		
4807379	Granville	granville	US	01034	2554	America/New_York	39.64591	-79.98729	248	Grandville,Granville,Mona		WV	061		
4807389	Grantsville	grantsville	US	21536	548	America/New_York	38.92342	-81.09595	217	Grantsvil,ghrantsfyl,grantswyl  wyrjynyay ghrby,Грантсвил,غرانتسفيل,گرانتسویل، ویرجینیای غربی	013	WV	013		
4807452	Grassy Meadows	grassy-meadows	US	24943	0	America/New_York	37.82679	-80.72092	748	Grassy Meadow,Grassy Meadows		WV	025		
4807494	Great Cacapon	great-cacapon	US	25422	386	America/New_York	39.62009	-78.29251	145	Cacapon,Cacapon Depot,Great Cacapon		WV	065		
4807501	Graysville	graysville	US	15337	0	America/New_York	39.81674	-80.79453	196			WV	051		
4807507	Green Bank	green-bank	US	24944	143	America/New_York	38.42012	-79.83145	809	Green Bank,Green Banks,Greenbank		WV	075		
4807557	Green Spring	green-spring	US	26722	218	America/New_York	39.53176	-78.6164	169	Green Spring,Green Spring Depot,Greenspring		WV	027		
4807565	Green Sulphur Springs	green-sulphur-springs	US	25966	0	America/New_York	37.8079	-80.8162	474	Green Sulphur,Green Sulphur Springs		WV	089		
4807567	Green Valley	green-valley	US	54127	0	America/New_York	38.36343	-81.78763	183			WV	039		
4807571	Green Valley	green-valley	US	54127	0	America/New_York	38.09956	-80.6987	764			WV	067		
4807573	Green Valley	green-valley	US	54127	0	America/New_York	37.31123	-81.13926	741			WV	055		
4807633	Greencastle	greencastle	US	17225	0	America/New_York	38.06344	-81.37289	259	Green Castle,Greencastle		WV	039		
4807634	Greencastle	greencastle	US	17225	0	America/New_York	39.13119	-81.37929	191	Green Castle,Greencastle,Greene Ford,Greenville		WV	105		
4807635	Greendale	greendale	US	53129	0	America/New_York	38.29566	-81.15344	304			WV	067		
4807640	Greenland	greenland	US	03840	0	America/New_York	39.19205	-79.15309	460			WV	023		
4807653	Greensburg	greensburg	US	15601	0	America/New_York	39.48427	-77.88389	135	Greenburg,Greensburg		WV	003		
4807656	Greenview	greenview	US	62642	378	America/New_York	37.99427	-81.81568	231			WV	005		
4807658	Greenville	greenville	US	02828	0	America/New_York	37.72094	-81.87179	230	Greenville,Hunt		WV	045		
4807659	Greenville	greenville	US	02828	0	America/New_York	37.54346	-80.68257	517	Centerville,Centreville,Greenville		WV	063		
4807666	Greenwood	greenwood	US	04255	0	America/New_York	37.85539	-81.63067	346			WV	005		
4807667	Greenwood	greenwood	US	04255	0	America/New_York	39.2748	-80.89066	255	Buzzards Glory,Fairview,Greenwood		WV	017		
4807668	Greenwood	greenwood	US	04255	0	America/New_York	39.44315	-78.23278	321			WV	065		
4807683	Greer	greer	US	29650	0	America/New_York	38.81953	-82.03014	220			WV	053		
4807684	Greer	greer	US	29650	0	America/New_York	39.57203	-79.84895	446			WV	061		
4807688	Gregory	gregory	US	48137	0	America/New_York	38.74371	-80.52759	294			WV	007		
4807717	Griffithsville	griffithsville	US	25521	0	America/New_York	38.23871	-81.9893	201	Bernie,Griffithsville		WV	043		
4807744	Grove	grove	US	74344	0	America/New_York	39.14703	-80.77177	274			WV	017		
4807746	Groves	groves	US	77619	0	America/New_York	38.55621	-80.96177	232			WV	015		
4807775	Gum Spring	gum-spring	US	23065	0	America/New_York	39.51842	-79.91034	614			WV	061		
4807802	Guthrie	guthrie	US	42234	0	America/New_York	38.40621	-81.66151	184			WV	039		
4807829	Gypsy	gypsy	US	26361	328	America/New_York	39.3687	-80.31787	294			WV	033		
4807836	Gwinn	gwinn	US	49841	0	America/New_York	38.56092	-82.21431	177			WV	011		
4807841	Hacker Valley	hacker-valley	US	26222	0	America/New_York	38.6526	-80.38369	457	Hacker Valley,Hacker's Valley		WV	101		
4807898	Half Way	half-way	US	65663	0	America/New_York	37.73151	-80.59008	482			WV	025		
4807943	Halltown	halltown	US	25423	0	America/New_York	39.31399	-77.79777	125			WV	037		
4807946	Hallwood	hallwood	US	23359	0	America/New_York	38.97258	-82.08125	177	Hallwood,Spilman		WV	053		
4807958	Hamilton	hamilton	US	01936	0	America/New_York	38.0215	-81.26316	373	Hamilton,Hamilton Switch,Jimtown		WV	019		
4807976	Hamlin	hamlin	US	14464	1123	America/New_York	38.2787	-82.10292	199	Hamlin,Hamline Church,Khamlin,hamlyn,hmlyn  wyrjynyay ghrby,Хамлин,هاملين,هملین، ویرجینیای غربی	043	WV	043		
4807986	Hammond	hammond	US	13646	0	America/New_York	39.40592	-80.10119	294	Hammond,Nuzum,Nuzum's Mill,Nuzums,Nuzums Mills		WV	049		
4807992	Hampden	hampden	US	01036	0	America/New_York	37.63955	-81.94873	333			WV	059		
4807994	Hampshire	hampshire	US	38461	0	America/New_York	39.47204	-79.07698	321			WV	057		
4808003	Hampton	hampton	US	03842	0	America/New_York	38.93816	-80.2398	443	Hampton,Ivanhoe		WV	097		
4808014	Hancock	hancock	US	03449	0	America/New_York	39.69287	-78.17751	126	Alpine Depot,Alpine Station,Brosius,Hancock		WV	065		
4808025	Handley	handley	US	25102	341	America/New_York	38.18705	-81.36539	196			WV	039		
4808053	Hanna	hanna	US	46340	0	America/New_York	39.16841	-81.39512	192			WV	107		
4808078	Hanover	hanover	US	02339	0	America/New_York	37.57289	-81.79956	343			WV	109		
4808084	Hansford	hansford	US	25103	0	America/New_York	38.20399	-81.39567	190			WV	039		
4808107	Hardesty	hardesty	US	73944	0	America/New_York	39.29149	-79.63339	453	Hardesty,Riverview		WV	077		
4808123	Hardy	hardy	US	24101	0	America/New_York	37.3104	-81.02759	589	East River,Hardy,McKenzie Station,Mckenzie		WV	055		
4808153	Harman	harman	US	26270	142	America/New_York	38.92233	-79.52505	719	Harman,Harman Town		WV	083		
4808199	Harmony	harmony	US	02829	0	America/New_York	38.6862	-81.47901	217			WV	087		
4808206	Harper	harper	US	25851	0	America/New_York	38.51956	-79.47143	673			WV	071		
4808207	Harper	harper	US	25851	0	America/New_York	37.79872	-81.26149	650			WV	081		
4808234	Harpers Ferry	harpers-ferry	US	25425	295	America/New_York	39.32538	-77.73888	149	Harper's Ferry,Harpers Ferry,Kharpers Feri,Peters Hole,Shenandoah Falls,The Hole,ha po si fei li,hapeojeupeli,harbrz fyry,harprz  wyrjynyay ghrby,Харперс Фери,هاربرز فيري,هارپرز، ویرجینیای غربی,ハーパーズ・フェリー,哈珀斯费里,하퍼즈페리		WV	037		
4808249	Harriet	harriet	US	72639	0	America/New_York	38.34177	-80.99566	354			WV	067		
4808270	Harrison	harrison	US	04040	0	America/New_York	38.51288	-80.95344	328	Flat Fork,Harrison,New Flat Creek		WV	015		
4808271	Harrison	harrison	US	04040	0	America/New_York	39.37732	-79.20365	512			WV	057		
4808281	Harrisville	harrisville	US	02830	1775	America/New_York	39.20952	-81.05178	261	Harrisville,Kharisvil,Kharrisvill,Ritchie Court House,Solus,harysfyl,haryswyl,Харисвил,Харрисвилл,هاريسفيل,هاریسویل	085	WV	085		
4808301	Hartford City	hartford-city	US	47348	598	America/New_York	39.00397	-81.98903	177	Hartford,Hartford City		WV	053		
4808303	Hartley	hartley	US	51346	0	America/New_York	39.13952	-81.11817	347	Hartley,Hartleys		WV	085		
4808315	Harts	harts	US	25524	656	America/New_York	38.03121	-82.1293	192	Hart,Harts		WV	043		
4808329	Harvey	harvey	US	50119	0	America/New_York	37.93261	-81.13899	477			WV	019		
4808353	Hastings	hastings	US	13076	0	America/New_York	39.55119	-80.67343	230			WV	103		
4808378	Hathaway	hathaway	US	59333	0	America/New_York	38.85787	-81.08317	222			WV	013		
4808380	Hatfield	hatfield	US	01038	0	America/New_York	37.7276	-82.31598	200			WV	059		
4808389	Havana	havana	US	32333	0	America/New_York	37.98955	-81.8554	266			WV	005		
4808439	Haywood	haywood	US	22722	0	America/New_York	39.3812	-80.33592	311			WV	033		
4808446	Hazel	hazel	US	42049	0	America/New_York	39.54758	-80.51176	303			WV	103		
4808448	Hazelton	hazelton	US	58544	0	America/New_York	39.65369	-79.5306	571			WV	077		
4808451	Hazelwood	hazelwood	US	28738	0	America/New_York	38.8615	-79.85979	608			WV	083		
4808474	Heaters	heaters	US	26627	0	America/New_York	38.76177	-80.64148	270	Heaters,Heaters Station		WV	007		
4808492	Hebron	hebron	US	03241	0	America/New_York	39.40203	-80.03535	416			WV	049		
4808493	Hebron	hebron	US	03241	0	America/New_York	39.36008	-81.01817	231	Giter,Hebron		WV	073		
4808508	Hedgesville	hedgesville	US	25427	319	America/New_York	39.55343	-77.995	195	Hedges Villa,Hedgesville,Khedzesvil,Skinners Gap,hdgswyl  wyrjynyay ghrby,Хеџесвил,هدگسویل، ویرجینیای غربی		WV	003		
4808533	Helen	helen	US	20635	219	America/New_York	37.63484	-81.31399	497			WV	081		
4808542	Hemlock	hemlock	US	14466	0	America/New_York	37.87373	-80.97454	620			WV	019		
4808543	Hemlock	hemlock	US	14466	0	America/New_York	38.89508	-81.74124	187			WV	035		
4808544	Hemlock	hemlock	US	14466	0	America/New_York	38.78399	-80.14035	730			WV	097		
4808547	Helvetia	helvetia	US	26224	59	America/New_York	38.70594	-80.20119	683			WV	083		
4808551	Hemphill	hemphill	US	75948	0	America/New_York	37.44484	-81.59538	390			WV	047		
4808555	Henderson	henderson	US	13650	268	America/New_York	38.83369	-82.1382	172	Khenderson,Хендерсон		WV	053		
4808568	Hendricks	hendricks	US	26271	266	America/New_York	39.07511	-79.63089	523	Eden,Hendricks		WV	093		
4808569	Henlawson	henlawson	US	25624	442	America/New_York	37.90232	-81.98818	203			WV	045		
4808571	Henning	henning	US	38041	0	America/New_York	37.89623	-80.3598	681			WV	025		
4808574	Henrietta	henrietta	US	14467	0	America/New_York	38.90814	-81.04483	215			WV	013		
4808576	Henry	henry	US	24102	0	America/New_York	39.22316	-79.42116	821			WV	023		
4808596	Hensley	hensley	US	24843	0	America/New_York	37.474	-81.69983	348	Claren,Claren Station,Hensley,Hensley Claren		WV	047		
4808612	Hepzibah	hepzibah	US	26369	0	America/New_York	39.35009	-80.16897	354			WV	091		
4808624	Hepzibah	hepzibah	US	26369	566	America/New_York	39.33259	-80.33537	313			WV	033		
4808629	Herndon	herndon	US	17830	0	America/New_York	37.50539	-81.34038	585			WV	109		
4808635	Hernshaw	hernshaw	US	25107	0	America/New_York	38.2251	-81.60234	203			WV	039		
4808637	Hereford	hereford	US	18056	0	America/New_York	38.81981	-81.61735	193			WV	035		
4808658	Hewett	hewett	US	25108	0	America/New_York	37.96233	-81.85207	249	Hewett,Hewitt		WV	005		
4808667	Hiawatha	hiawatha	US	24729	0	America/New_York	37.44012	-81.24399	732			WV	055		
4808705	Hickory Hills	hickory-hills	US	60457	0	America/New_York	39.06398	-80.42648	351			WV	041		
4808707	Hickory Grove	hickory-grove	US	29717	0	America/New_York	37.83401	-80.67592	801			WV	025		
4808732	Hico	hico	US	25854	272	America/New_York	38.11733	-81.00566	653	Beets,Hico		WV	019		
4808737	Hidden Valley	hidden-valley	US	15502	0	America/New_York	38.35786	-82.53932	190			WV	099		
4808751	Higginsville	higginsville	US	64037	0	America/New_York	39.41815	-78.57973	231			WV	027		
4808794	High View	high-view	US	26808	0	America/New_York	39.23066	-78.40834	387	High View,Highview		WV	027		
4808797	Highland	highland	US	12528	0	America/New_York	39.30369	-81.05178	240	Highland,String Town		WV	085		
4808819	Highland Park	highland-park	US	08904	0	America/New_York	38.94594	-79.8534	595	Highland,Highland Park		WV	083		
4808843	Hilbert	hilbert	US	54129	0	America/New_York	38.92231	-81.36706	306			WV	105		
4808852	Highland	highland	US	12528	0	America/New_York	39.43536	-80.2537	304			WV	049		
4808897	Hillsboro	hillsboro	US	21641	250	America/New_York	38.1354	-80.21313	702	Academy,Hillsboro,Hillsborough,Khillsboro,Хиллсборо		WV	075		
4808899	Hillsdale	hillsdale	US	07642	0	America/New_York	38.36815	-81.61707	276			WV	039		
4808900	Hillsdale	hillsdale	US	07642	0	America/New_York	37.61873	-80.48979	720			WV	063		
4808905	Hilltop	hilltop	US	25855	624	America/New_York	37.94289	-81.15094	570			WV	019		
4808911	Hillview	hillview	US	40129	0	America/New_York	38.4287	-82.35987	240			WV	011		
4808912	Hillview	hillview	US	40129	0	America/New_York	39.43925	-80.17897	296			WV	049		
4808923	Hines	hines	US	56647	0	America/New_York	37.98345	-80.71814	735	Hines,Mill Creek		WV	025		
4808945	Hinton	hinton	US	22831	2528	America/New_York	37.67401	-80.88925	446	Hinton,Khinton,Upper Hinton,hyntwn,hyntwn  wyrjynyay ghrby,Хинтон,هينتون,هینتون، ویرجینیای غربی,ہنٹن، مغربی ورجینیا	089	WV	089		
4808951	Hiram	hiram	US	04041	0	America/New_York	39.29315	-79.9323	390			WV	077		
4808980	Hodges	hodges	US	29653	0	America/New_York	38.36258	-82.42876	213			WV	011		
4809044	Holbrook	holbrook	US	02343	0	America/New_York	39.15231	-80.85594	243			WV	085		
4809045	Holcomb	holcomb	US	38940	0	America/New_York	38.25622	-80.60092	620			WV	067		
4809052	Holden	holden	US	01520	876	America/New_York	37.82427	-82.05957	224			WV	045		
4809077	Holly	holly	US	48442	0	America/New_York	38.06177	-81.44372	276			WV	039		
4809079	Holly	holly	US	48442	0	America/New_York	38.67038	-80.54787	284	Forks of Holly,Holly,Holly River		WV	007		
4809081	Holly Grove	holly-grove	US	72069	0	America/New_York	38.80205	-80.28953	527	Holly Grove,Hollygrove		WV	097		
4809097	Hollywood	hollywood	US	20636	0	America/New_York	37.61235	-80.44396	662			WV	063		
4809103	Holman	holman	US	87723	0	America/New_York	39.71591	-80.10229	304			WV	061		
4809117	Holton	holton	US	47023	0	America/New_York	39.60232	-78.06972	175	Holton,Snider		WV	065		
4809133	Homeland	homeland	US	33847	0	America/New_York	39.12287	-80.3962	315			WV	041		
4809139	Hometown	hometown	US	25109	668	America/New_York	38.53287	-81.86124	177			WV	079		
4809142	Homewood	homewood	US	60430	0	America/New_York	39.02037	-80.47648	314			WV	041		
4809143	Homewood	homewood	US	60430	0	America/New_York	39.52147	-80.32953	312			WV	049		
4809209	Hopewell	hopewell	US	08525	0	America/New_York	39.20037	-80.05286	423			WV	001		
4809210	Hopewell	hopewell	US	08525	0	America/New_York	38.1265	-81.07344	451			WV	019		
4809211	Hopewell	hopewell	US	08525	0	America/New_York	39.4712	-80.09508	320			WV	049		
4809212	Hopewell	hopewell	US	08525	0	America/New_York	39.66369	-79.67477	531			WV	077		
4809229	Hopkins	hopkins	US	29061	0	America/New_York	38.09038	-81.85374	208			WV	005		
4809252	Horner	horner	US	26372	0	America/New_York	39.00065	-80.38259	319	Horner,Semore,Seymour,Seymour Store		WV	041		
4809337	Horton	horton	US	35980	0	America/New_York	38.80733	-79.54255	853			WV	083		
4809354	Hotchkiss	hotchkiss	US	81419	0	America/New_York	37.674	-81.36816	515			WV	081		
4809364	Howard	howard	US	16841	0	America/New_York	39.73119	-80.64259	418			WV	051		
4809394	Hoyt	hoyt	US	66440	0	America/New_York	39.61286	-80.63676	432			WV	103		
4809415	Hudson	hudson	US	01749	0	America/New_York	39.59897	-79.70116	522	Hudson,Jenkins Settlement,Mount Nebo,Sandy Creek Settlement		WV	077		
4809464	Hugheston	hugheston	US	25110	0	America/New_York	38.20955	-81.37261	194			WV	039		
4809470	Hull	hull	US	02045	0	America/New_York	37.48678	-81.84373	302			WV	047		
4809478	Humphrey	humphrey	US	68642	0	America/New_York	39.14258	-81.73152	183			WV	107		
4809483	Hugo	hugo	US	55038	0	America/New_York	38.5837	-81.85736	300			WV	079		
4809489	Hundred	hundred	US	26575	286	America/New_York	39.68369	-80.45897	313	Hundred,Old Hundred		WV	103		
4809534	Huntersville	huntersville	US	28070	73	America/New_York	38.18873	-80.01617	692			WV	075		
4809537	Huntington	huntington	US	01050	48638	America/New_York	38.41925	-82.44515	173	Gantington,Guyandot,Guyandotte,HTS,Holderbys Landing,Huntington,Khantington,Khuntingtun,Maple Grove,hantinton,hantyngtwn  wyrjynyay ghrby,heng ting dun,heontingteon,hnghtynghtwn,Гантінґтон,Хантингтон,Хънтингтън,האנטינגטון,هانتینگتون، ویرجینیای غربی,هنغتينغتون,ہنٹنگٹن، مغربی ورجینیا,ハンティントン,亨廷顿,헌팅턴	011	WV	011		
4809558	Hurricane	hurricane	US	25526	6493	America/New_York	38.43259	-82.02014	214			WV	079		
4809596	Hurst	hurst	US	62949	0	America/New_York	39.07315	-80.69899	242	Hurst,Kemperville		WV	041		
4809608	Hutchinson	hutchinson	US	15640	0	America/New_York	37.81677	-81.90818	274	Hutchinson,MacBeth		WV	045		
4809613	Hutchinson	hutchinson	US	15640	0	America/New_York	39.44064	-80.27397	292			WV	049		
4809625	Huttonsville	huttonsville	US	26273	219	America/New_York	38.71289	-79.97896	621	Huttons Village,Huttonsville,Huttonville		WV	083		
4809629	Iaeger	iaeger	US	24844	275	America/New_York	37.46456	-81.81373	300	Forks of the River,Iaeger,Jaeger,Lewis Camp,The Forks,Williamsburg		WV	047		
4809644	Idamay	idamay	US	26576	611	America/New_York	39.49703	-80.25703	359			WV	049		
4809649	Ikes Fork	ikes-fork	US	24845	0	America/New_York	37.52206	-81.80428	381			WV	109		
4809659	Imperial	imperial	US	15126	0	America/New_York	38.8626	-80.20425	503			WV	097		
4809664	Independence	independence	US	24348	0	America/New_York	39.12371	-80.04147	493	Independence,Independent		WV	001		
4809665	Independence	independence	US	24348	0	America/New_York	38.90703	-81.67513	206			WV	035		
4809666	Independence	independence	US	24348	0	America/New_York	39.39315	-79.87173	360	Independence,Raccoon		WV	077		
4809687	Independence	independence	US	24348	0	America/New_York	38.3126	-81.1765	418			WV	015		
4809753	Inez	inez	US	41224	0	America/New_York	38.35731	-82.23876	197			WV	011		
4809755	Ingleside	ingleside	US	21644	0	America/New_York	37.31484	-81.05231	589			WV	055		
4809766	Institute	institute	US	25112	0	America/New_York	38.38371	-81.76541	189			WV	039		
4809881	Inwood	inwood	US	11096	2954	America/New_York	39.35788	-78.04	173			WV	003		
4809885	Ira	ira	US	50127	0	America/New_York	38.56288	-80.96066	247			WV	015		
4809886	Ireland	ireland	US	26376	0	America/New_York	38.81566	-80.46175	352	Ireland,Irelands		WV	041		
4809898	Indore	indore	US	25111	0	America/New_York	38.35288	-81.14678	279	Indone,Indore,Serena		WV	015		
4809907	Iroquois	iroquois	US	57353	0	America/New_York	37.58123	-81.34066	459	Iroquis,Iroquois,Tomrey		WV	109		
4809953	Isom	isom	US	41824	0	America/New_York	37.94371	-81.8704	269			WV	045		
4809962	Itmann	itmann	US	24847	293	America/New_York	37.57345	-81.41816	423	Itmann,Poll Green		WV	109		
4809964	Iuka	iuka	US	38852	0	America/New_York	39.51508	-80.7901	243			WV	095		
4809965	Ivan	ivan	US	71748	0	America/New_York	38.98425	-81.34262	191			WV	105		
4809978	Ivy	ivy	US	22945	0	America/New_York	38.9401	-80.18453	515			WV	097		
4809983	Ivydale	ivydale	US	25113	0	America/New_York	38.53565	-81.03483	232	Ivydale,Otter,Rush Fork		WV	015		
4809984	Ivydale	ivydale	US	25113	0	America/New_York	38.3101	-81.70457	207			WV	039		
4810013	Jackson	jackson	US	03846	0	America/New_York	37.95038	-81.71317	256			WV	005		
4810034	Jackson Heights	jackson-heights	US	11372	0	America/New_York	39.12009	-80.40787	316			WV	041		
4810049	Jacksonburg	jacksonburg	US	26377	182	America/New_York	39.5323	-80.64176	228			WV	103		
4810056	Jacksonville	jacksonville	US	05342	0	America/New_York	38.89093	-80.49203	329	Dzheksonvill,Джексонвилл		WV	041		
4810104	Jamestown	jamestown	US	02835	0	America/New_York	39.24149	-77.98416	177			WV	037		
4810111	Jane Lew	jane-lew	US	26378	409	America/New_York	39.10982	-80.40676	310	Hackersville,Jane Lew,Janelew,McWhorter's Mill,McWhorter's Mills,McWhorters Mill,McWhorters Mills,Wests Fort		WV	041		
4810160	Jefferson	jefferson	US	01522	676	America/New_York	38.37537	-81.78041	180	Dzhefferson,Джефферсон		WV	039		
4810182	Jeffrey	jeffrey	US	25114	0	America/New_York	37.97149	-81.82151	239	Jeffery,Jeffrey		WV	005		
4810187	Jenkinjones	jenkinjones	US	24848	0	America/New_York	37.29373	-81.42594	581			WV	047		
4810198	Jenks	jenks	US	74037	0	America/New_York	38.1987	-82.10291	206			WV	043		
4810217	Jerome	jerome	US	15937	0	America/New_York	39.58454	-78.45668	155			WV	065		
4810238	Jesse	jesse	US	24849	0	America/New_York	37.66817	-81.57316	411			WV	109		
4810252	Jewell	jewell	US	31045	0	America/New_York	38.86315	-80.4012	383			WV	041		
4810398	Johnson	johnson	US	05656	0	America/New_York	39.27566	-78.82558	221			WV	027		
4810464	Johnstown	johnstown	US	12095	0	America/New_York	39.12343	-80.27925	331			WV	033		
4810465	Johnstown	johnstown	US	12095	0	America/New_York	37.22706	-81.59872	519			WV	047		
4810466	Johnstown	johnstown	US	12095	0	America/New_York	37.78206	-81.16843	724			WV	081		
4810473	Jolo	jolo	US	24850	0	America/New_York	37.32928	-81.81484	418			WV	047		
4810482	Jones	jones	US	36749	0	America/New_York	39.05843	-79.99091	635			WV	001		
4810520	Joplin	joplin	US	59531	0	America/New_York	38.34315	-81.6804	254	Joblin,Joplin		WV	039		
4810521	Jordan	jordan	US	13080	0	America/New_York	39.54869	-80.08118	278	Jordan,Murray,Murray Station,Paisley,Scottdale		WV	049		
4810528	Joppa	joppa	US	21085	0	America/New_York	38.77871	-80.48814	320			WV	007		
4810543	Josephine	josephine	US	15750	0	America/New_York	37.62012	-81.22371	631	Josephine,Walkertown		WV	081		
4810552	Joy	joy	US	61260	0	America/New_York	39.23286	-80.87872	251			WV	017		
4810564	Judson	judson	US	75660	0	America/New_York	37.71095	-80.77619	832			WV	089		
4810578	Julian	julian	US	16844	0	America/New_York	38.15732	-81.85568	204			WV	005		
4810586	Jumping Branch	jumping-branch	US	25969	0	America/New_York	37.65762	-80.97648	700			WV	089		
4810593	Junior	junior	US	26275	503	America/New_York	38.97871	-79.94952	532	Junior,Row Town,Rowton		WV	001		
4810597	Justice	justice	US	24851	412	America/New_York	37.58872	-81.83539	272	Justice,Justice City		WV	059		
4810614	Junction	junction	US	62954	0	America/New_York	39.31316	-78.8628	239			WV	027		
4810618	Kalamazoo	kalamazoo	US	49001	0	America/New_York	39.14149	-79.91591	493			WV	001		
4810621	Kanawha	kanawha	US	50447	0	America/New_York	39.19897	-81.46012	194			WV	107		
4810636	Kanawha Falls	kanawha-falls	US	25115	0	America/New_York	38.14261	-81.2065	201	Kanawha Falls,Montgomerys Ferry		WV	019		
4810640	Kanawha Head	kanawha-head	US	26228	0	America/New_York	38.77288	-80.34647	517	Kanawha Head,Shinar		WV	097		
4810666	Kasson	kasson	US	55944	0	America/New_York	39.22482	-79.87535	450	Danville,Kasson		WV	001		
4810679	Kathryn	kathryn	US	58049	0	America/New_York	37.87595	-80.97426	640			WV	019		
4810681	Katy	katy	US	77449	0	America/New_York	39.51092	-80.22425	292			WV	049		
4810696	Kearneysville	kearneysville	US	25430	0	America/New_York	39.38816	-77.88555	168	Kearneysville,Kerneysville		WV	037		
4810745	Kegley	kegley	US	24731	0	America/New_York	37.39706	-81.13176	735			WV	055		
4810764	Kelly	kelly	US	28448	0	America/New_York	37.84872	-81.80595	343			WV	045		
4810786	Kellysville	kellysville	US	24732	0	America/New_York	37.34484	-80.92786	510			WV	055		
4810788	Kendalia	kendalia	US	78027	0	America/New_York	38.33649	-81.31317	260			WV	039		
4810792	Kenna	kenna	US	25248	0	America/New_York	38.67648	-81.66013	240			WV	035		
4810818	Kenova	kenova	US	25530	3083	America/New_York	38.39897	-82.57821	170	Kenova,Morganza,Virginia Point		WV	099		
4810823	Kent	kent	US	06757	0	America/New_York	39.76646	-80.86121	199			WV	051		
4810832	Kerens	kerens	US	26276	0	America/New_York	39.01261	-79.81368	594	Kerens,Kernes		WV	083		
4810835	Kermit	kermit	US	25674	381	America/New_York	37.84371	-82.40931	192	East Warfield,Kermit,Lower Burning Creek,Warfield		WV	059		
4810846	Keslers Cross Lanes	keslers-cross-lanes	US	26675	0	America/New_York	38.23539	-80.93566	479	Cross Lanes,Kesler Cross Lanes,Kesler's Cross Lanes,Keslers Cross Lanes,Keslers Cross Roads,Keslers Crosslanes,Kesslers Cross Lanes,The Meadows		WV	067		
4810884	Keyser	keyser	US	26726	5248	America/New_York	39.44093	-78.97392	246	Kajzer,Keyser,Kiser,New Creek,New Creek Station,Paddy Town,Paddys Town,Paddytown,kysr  wyrjynyay ghrby,kysyr,Кайзер,Кисер,كيسير,کیسر، ویرجینیای غربی	057	WV	057		
4810893	Keystone	keystone	US	46759	390	America/New_York	39.56814	-80.20369	295			WV	049		
4810894	Keystone	keystone	US	46759	252	America/New_York	37.41484	-81.45094	497	Cassville,Keystone		WV	047		
4810920	Kiahsville	kiahsville	US	25534	0	America/New_York	38.09148	-82.32737	215			WV	099		
4810925	Killarney	killarney	US	34740	0	America/New_York	37.62817	-81.27705	516	East Gulf,Killarney		WV	081		
4810927	Kimball	kimball	US	24853	178	America/New_York	37.42567	-81.50677	460	Bigfour,Kimball		WV	047		
4810933	Kimberly	kimberly	US	25118	287	America/New_York	38.13566	-81.30261	203			WV	019		
4810934	Kimberly	kimberly	US	25118	0	America/New_York	39.69369	-80.28952	308			WV	061		
4810941	Kincaid	kincaid	US	25119	260	America/New_York	38.04066	-81.27011	347	Ebenezer,Kincaid,Kinkades		WV	019		
4810948	Kincheloe	kincheloe	US	49784	0	America/New_York	39.14981	-80.50287	310	Kincheloe,Mineral,Mineral Point		WV	033		
4810954	King	king	US	27021	0	America/New_York	38.50177	-81.23123	201			WV	015		
4810955	King	king	US	27021	0	America/New_York	39.50119	-80.68149	256			WV	103		
4810986	Kingmont	kingmont	US	26578	0	America/New_York	39.44703	-80.17591	296			WV	049		
4811005	Kingsville	kingsville	US	21087	0	America/New_York	38.93371	-80.03424	720			WV	083		
4811007	Kingwood	kingwood	US	26537	2959	America/New_York	39.47176	-79.68339	553	Kingvud,Kingwood,The Kings Woods,kynghwwd,kyngwwd  wyrjynyay ghrby,Кингвуд,كينغوود,کینگوود، ویرجینیای غربی	077	WV	077		
4811018	Kingston	kingston	US	02364	0	America/New_York	37.97372	-81.30455	447	Kingston,Milburn Creek		WV	019		
4811020	Kirby	kirby	US	43330	0	America/New_York	39.18288	-78.72613	463	Bethel,Frog Town,Grassy Lick,Kirby		WV	027		
4811023	Kirk	kirk	US	80824	0	America/New_York	37.89426	-82.2432	266	Buttercup,Kirk,Kirk Town		WV	059		
4811035	Kirkwood	kirkwood	US	13795	0	America/New_York	38.35066	-80.80176	577			WV	067		
4811044	Kistler	kistler	US	25628	528	America/New_York	37.75622	-81.86012	236			WV	045		
4811074	Knapp	knapp	US	54749	0	America/New_York	38.23401	-80.0509	655			WV	075		
4811076	Klondike	klondike	US	75448	0	America/New_York	39.63453	-80.2873	468			WV	061		
4811126	Knoxville	knoxville	US	16928	0	America/New_York	39.88758	-80.63341	302			WV	051		
4811134	Kopperston	kopperston	US	24854	616	America/New_York	37.74844	-81.56955	506	Kooperston Freewill Baptist Church,Kopperston,Kopperstone		WV	109		
4811160	Kyle	kyle	US	24855	0	America/New_York	37.40817	-81.42566	541			WV	047		
4811189	Lahmansville	lahmansville	US	26731	0	America/New_York	39.12816	-79.08142	344	Lahmansville,Laymensville,Lehmansville,Leymansville		WV	023		
4811244	Lakin	lakin	US	67860	0	America/New_York	38.95869	-82.08709	184			WV	053		
4811247	Lamar	lamar	US	16848	0	America/New_York	37.454	-81.30482	827	Algonquin,Lamar		WV	055		
4811270	Lamberton	lamberton	US	56152	0	America/New_York	39.27091	-81.04678	242			WV	085		
4811283	Lanark	lanark	US	25860	0	America/New_York	37.82761	-81.14621	706			WV	081		
4811289	Landisburg	landisburg	US	17040	0	America/New_York	37.97706	-80.9401	761			WV	019		
4811298	Laneville	laneville	US	75667	0	America/New_York	38.974	-79.41727	782			WV	093		
4811306	Lansing	lansing	US	14882	0	America/New_York	38.07344	-81.06566	564	Lansing,Rhodes,Rogersville,Skittersville,Townsend,Лансинг		WV	019		
4811312	Lanham	lanham	US	20703	0	America/New_York	38.47704	-81.73874	184	Harmons Creek,Lanham,McClanahan		WV	079		
4811328	Latonia	latonia	US	41015	0	America/New_York	38.9337	-80.98316	217			WV	021		
4811329	Latrobe	latrobe	US	15650	0	America/New_York	37.79066	-81.76873	308	Latrobe,Sydnor,Sydnor Station		WV	045		
4811335	Lashmeet	lashmeet	US	24733	479	America/New_York	37.42095	-81.19926	774			WV	055		
4811425	Laurel Fork	laurel-fork	US	24352	0	America/New_York	38.68927	-80.67482	302			WV	007		
4811622	Lavalette	lavalette	US	25535	1073	America/New_York	38.32286	-82.44682	175	Lavalette,Lavelette		WV	099		
4811629	Lawn	lawn	US	17041	0	America/New_York	37.83984	-80.75286	801			WV	025		
4811641	Lawton	lawton	US	18828	0	America/New_York	37.87123	-80.97704	606	Brownwood,Lawton		WV	019		
4811651	Layland	layland	US	25864	0	America/New_York	37.88928	-80.97121	741	Gentry,Layland		WV	019		
4811655	LeRoy	leroy	US	36548	0	America/New_York	38.90592	-81.54512	197	LeRoy,Leroy		WV	035		
4811675	Leander	leander	US	78641	0	America/New_York	38.19122	-81.00816	451	Crist,Leander		WV	019		
4811706	Lee	lee	US	01238	0	America/New_York	37.88289	-81.15621	558			WV	019		
4811930	Leivasy	leivasy	US	26676	0	America/New_York	38.16123	-80.69092	711	Leivasy,Leivasyville,Meadowvale		WV	067		
4811948	Lenore	lenore	US	25676	0	America/New_York	37.79899	-82.28681	203	Eugene,Lenore		WV	059		
4811952	Leon	leon	US	14751	157	America/New_York	38.75064	-81.96069	173	Byrumville,Cologne,Leon		WV	053		
4811958	Leonard	leonard	US	48367	0	America/New_York	38.0829	-80.40341	701	Leonard,Pleasant Valley		WV	025		
4811965	Leopold	leopold	US	47551	0	America/New_York	39.12537	-80.74066	253	Leopold,Saint Clara		WV	017		
4811968	Lesage	lesage	US	25537	1358	America/New_York	38.50647	-82.29848	171	Carsons Landing,Dickeys Landing,Le Sage,Lesage,Lesages		WV	011		
4811969	Leslie	leslie	US	25972	0	America/New_York	38.04456	-80.72287	866	Leslie,McClungs		WV	025		
4811971	Lerona	lerona	US	25971	0	America/New_York	37.49956	-80.97898	772	Lerona,Lorena		WV	055		
4811976	Lester	lester	US	25865	328	America/New_York	37.73484	-81.29955	621			WV	081		
4811986	Letart	letart	US	25253	0	America/New_York	38.8948	-81.93347	177			WV	053		
4811991	Levels	levels	US	25431	0	America/New_York	39.48454	-78.55362	361	Levels,Levels Cross Roads		WV	027		
4812015	Lewisburg	lewisburg	US	17837	3949	America/New_York	37.80179	-80.44563	634	Big Levels,Camp Union,Fort Savannah,Fort Union,L'juisberg,LWB,Lewisburg,Lewisburgh,Luisburg,Savannah,The Savannah,lwysbrgh,lwysbwrg  wyrjynyay ghrby,lwyysbrg  mghrby wrjynya,Луисбург,Льюисберг,لوئیسبرگ، مغربی ورجینیا,لويسبرغ,لویسبورگ، ویرجینیای غربی	025	WV	025		
4812025	Liberty	liberty	US	04949	0	America/New_York	39.28898	-80.37898	302	Liberty,Liberty Addition		WV	033		
4812026	Liberty	liberty	US	04949	0	America/New_York	38.60509	-81.72985	236			WV	079		
4812043	Liberty Hill	liberty-hill	US	29074	0	America/New_York	38.79037	-81.16817	322			WV	013		
4812126	Lick Creek	lick-creek	US	41540	0	America/New_York	37.48456	-80.91147	491			WV	089		
4812278	Limestone	limestone	US	04750	0	America/New_York	39.42759	-78.95864	302			WV	057		
4812280	Limestone	limestone	US	04750	0	America/New_York	39.93591	-80.64563	420	Limestone,Maizeville,Maysville		WV	051		
4812305	Lincoln Park	lincoln-park	US	07035	0	America/New_York	38.37037	-81.79068	179			WV	039		
4812312	Lincolnshire	lincolnshire	US	60069	0	America/New_York	39.17424	-81.51762	188			WV	107		
4812313	Linden	linden	US	07036	0	America/New_York	38.71981	-81.21095	230			WV	087		
4812319	Lincoln	lincoln	US	01773	0	America/New_York	37.58622	-81.74567	403			WV	109		
4812321	Lindsey	lindsey	US	43442	0	America/New_York	37.53928	-82.02929	242			WV	059		
4812325	Lindside	lindside	US	24951	0	America/New_York	37.45373	-80.66979	608			WV	063		
4812333	Linn	linn	US	26384	0	America/New_York	39.00815	-80.71899	245			WV	021		
4812344	Linwood	linwood	US	01525	0	America/New_York	38.42095	-80.04396	899	Big Spring,Linwood		WV	075		
4812390	Little Birch	little-birch	US	26629	0	America/New_York	38.57899	-80.70676	347	Little Birch,Littlebirch		WV	007		
4812488	Little Falls	little-falls	US	07424	0	America/New_York	39.55675	-79.99979	275	Little Falls,Littlefalls		WV	061		
4812745	Littleton	littleton	US	01460	198	America/New_York	39.69786	-80.51703	282	Littleton,Littlton,Milo,Литтлтон		WV	103		
4812751	Lively	lively	US	22507	0	America/New_York	37.94039	-81.25733	487			WV	019		
4812759	Liverpool	liverpool	US	13088	0	America/New_York	38.89481	-81.53068	204	Greens Corner,Hartleys,LeRoy,Liverpool		WV	087		
4812761	Livingston	livingston	US	07039	0	America/New_York	38.1576	-81.40678	202	Livingston,Wacomah		WV	039		
4812766	Lizemores	lizemores	US	25125	0	America/New_York	38.33399	-81.17511	303	Lizemore,Lizemore's,Lizemores,Sizemore		WV	015		
4812782	Lochgelly	lochgelly	US	25866	0	America/New_York	38.01067	-81.1451	592	Lochgelly,Lochgilly,Loggelly,Stuart		WV	019		
4812799	Locke	locke	US	13092	0	America/New_York	39.4548	-80.92205	214			WV	095		
4812800	Lockhart	lockhart	US	29364	0	America/New_York	38.96508	-81.61513	195	Buttermilk,Lockhart,Lockharts		WV	035		
4812809	Lockney	lockney	US	79241	0	America/New_York	38.8562	-80.96705	219			WV	021		
4812815	Lockwood	lockwood	US	14859	0	America/New_York	38.25955	-81.03483	323			WV	067		
4812816	Locust	locust	US	28097	0	America/New_York	38.06762	-80.23868	608			WV	075		
4812849	Loda	loda	US	60948	0	America/New_York	38.80122	-80.08202	717			WV	083		
4812867	Logan	logan	US	25601	1649	America/New_York	37.84871	-81.99346	207	Aracoma,Arracoina,Arracoma,Lawnsville,Logan,Logan Court House,Logan Courthouse,Logantown,lwghan,lwwgn  wyrjynyay ghrby,Логан,لوغان,لووگن، ویرجینیای غربی	045	WV	045		
4812876	Logansport	logansport	US	46947	0	America/New_York	39.51925	-80.4137	305			WV	049		
4812891	Lomax	lomax	US	61454	0	America/New_York	37.31872	-81.70789	405	Dry Fork,Lomax,Susanna		WV	047		
4812899	Lone Oak	lone-oak	US	75453	0	America/New_York	39.90035	-80.60091	419			WV	051		
4812919	Lonetree	lonetree	US	82936	0	America/New_York	39.52841	-80.81816	240	Lone Tree,Lonetree		WV	095		
4812926	London	london	US	25126	0	America/New_York	38.19455	-81.36872	196			WV	039		
4812954	Long Branch	long-branch	US	07740	0	America/New_York	37.61789	-81.76428	365			WV	109		
4813063	Longdale	longdale	US	73755	0	America/New_York	38.92619	-81.91291	177			WV	053		
4813075	Lookout	lookout	US	25868	0	America/New_York	38.06539	-80.96843	704	DeKalb,Locust Lane,Look Out,Lookout,Pleasant Hill		WV	019		
4813078	Longview	longview	US	61852	0	America/New_York	39.08399	-80.13897	432			WV	001		
4813083	Looneyville	looneyville	US	25259	0	America/New_York	38.66454	-81.30317	234	Looney Ville,Looneys,Looneyville,Loonyville		WV	087		
4813085	Loop	loop	US	79342	0	America/New_York	38.57343	-81.63568	194			WV	035		
4813096	Lorado	lorado	US	25630	0	America/New_York	37.79566	-81.71484	378			WV	045		
4813097	Lorentz	lorentz	US	26229	0	America/New_York	39.01093	-80.30231	441	Lorentz,Lorentzs Store		WV	097		
4813112	Lost Creek	lost-creek	US	17946	478	America/New_York	39.1612	-80.35203	311	Lost Creek,Lostcreek		WV	033		
4813114	Lost City	lost-city	US	26810	0	America/New_York	38.92983	-78.83419	456	Cover,Lost City		WV	031		
4813238	Lowell	lowell	US	01850	0	America/New_York	37.65457	-80.72897	463			WV	089		
4813394	Lucas	lucas	US	42156	0	America/New_York	38.19205	-81.03927	416	Eary,Lucas,Wood		WV	019		
4813404	Lucerne	lucerne	US	46950	0	America/New_York	38.9987	-80.88011	237			WV	021		
4813405	Lucile	lucile	US	83542	0	America/New_York	38.94536	-81.38595	203	Lucile,Lucille		WV	105		
4813416	Lumberport	lumberport	US	26386	863	America/New_York	39.37398	-80.34842	282			WV	033		
4813433	Lyburn	lyburn	US	25632	0	America/New_York	37.80205	-81.93123	216			WV	045		
4813441	Lydia	lydia	US	29079	0	America/New_York	38.65454	-81.03428	274			WV	015		
4813457	Lynco	lynco	US	24857	0	America/New_York	37.69817	-81.67706	506			WV	109		
4813459	Lynn	lynn	US	01901	0	America/New_York	37.60261	-82.15513	238			WV	059		
4813507	Maben	maben	US	25870	0	America/New_York	37.63872	-81.39399	488			WV	109		
4813510	Mabie	mabie	US	26278	0	America/New_York	38.87649	-79.98313	686	Fisher,Mabie,Roaring Creek		WV	083		
4813512	Mabscott	mabscott	US	25871	1372	America/New_York	37.77095	-81.20843	699			WV	081		
4813542	Macfarlan	macfarlan	US	26148	0	America/New_York	39.07786	-81.19873	199			WV	085		
4813550	Mackeyville	mackeyville	US	17750	0	America/New_York	39.11233	-79.61673	789			WV	093		
4813554	Macksville	macksville	US	67557	0	America/New_York	38.80067	-79.39949	504			WV	071		
4813565	Madison	madison	US	03849	2929	America/New_York	38.06705	-81.81929	214	Boone Court House,Madison,Medison,Mehdison,madyswn,mdyswn  wyrjynyay ghrby,Мадисон,Медисон,Медісон,Мэдисон,ماديسون,مدیسون، ویرجینیای غربی,میڈیسون، مغربی ورجینیا	005	WV	005		
4813581	Magnolia	magnolia	US	08049	0	America/New_York	39.56176	-78.42696	155	Magnolia,Magnolia Dale,Magnolia Vale,Water Station Number 12		WV	065		
4813604	Maidsville	maidsville	US	26541	0	America/New_York	39.68841	-79.98006	257			WV	061		
4813613	Maitland	maitland	US	32751	0	America/New_York	37.42872	-81.55149	405	Almstead,Helena,Hugar Station,Huger,Maitland,Olmstead		WV	047		
4813619	Malden	malden	US	02148	0	America/New_York	38.30066	-81.55706	182	Kanawha Salines,Malden,Malden Kanawha Saline,Maldon,Matten,Saltbro,Terra Salias,Terra Salis,Terras Sallas,The Licks		WV	039		
4813632	Mammoth	mammoth	US	15664	0	America/New_York	38.26344	-81.37206	240			WV	039		
4813635	Man	man	US	25635	704	America/New_York	37.73983	-81.87762	225	Buffalo City,Man,man,mn  wyrjynyay ghrby,Ман,مان,من، ویرجینیای غربی		WV	045		
4813640	Maud	maud	US	74854	0	America/New_York	39.61952	-80.74176	221	Mand,Maud		WV	103		
4813641	Mandeville	mandeville	US	70448	0	America/New_York	37.49568	-80.82258	528			WV	089		
4813645	Manheim	manheim	US	17545	0	America/New_York	39.36037	-79.69089	422			WV	077		
4813646	Manila	manila	US	72442	0	America/New_York	37.98677	-81.9429	238			WV	005		
4813648	Mallory	mallory	US	13103	1654	America/New_York	37.73066	-81.8379	241			WV	045		
4813666	Mannington	mannington	US	26582	2077	America/New_York	39.53092	-80.34342	297	Coontown,Koontown,Manington,Mannington,manynghtwn,manyngtwn  wyrjynyay ghrby,Манингтон,مانينغتون,مانینگتون، ویرجینیای غربی		WV	049		
4813681	Mansfield	mansfield	US	02048	0	America/New_York	39.1501	-80.05369	431			WV	001		
4813683	Maple	maple	US	27956	0	America/New_York	39.70925	-80.35841	334			WV	061		
4813696	Maple Lake	maple-lake	US	55358	0	America/New_York	39.29537	-80.20703	329			WV	033		
4813720	Maple View	maple-view	US	13107	0	America/New_York	37.29845	-81.16204	751			WV	055		
4813723	Maplewood	maplewood	US	07040	0	America/New_York	37.9265	-80.93315	829	Maplewood,Mount Ida,Rocky Hill		WV	019		
4813743	Margaret	margaret	US	35112	0	America/New_York	39.45842	-80.44342	320			WV	033		
4813746	Marianna	marianna	US	15345	0	America/New_York	37.60039	-81.61122	364			WV	109		
4813752	Marine	marine	US	62061	0	America/New_York	37.46289	-81.63066	400	Marine,Pando,Pando Juverno		WV	047		
4813753	Marion	marion	US	02738	0	America/New_York	39.67563	-80.77148	271			WV	103		
4813774	Marlinton	marlinton	US	24954	1029	America/New_York	38.22345	-80.09451	648	Marlin's Bottom,Marling Bottom,Marlings,Marlington,Marlins,Marlins Bottom,Marlinton,marlyntwn,marlyntwn  wyrjynyay ghrby,Марлинтон,مارلينتون,مارلینتون، ویرجینیای غربی	075	WV	075		
4813828	Marshall	marshall	US	20115	0	America/New_York	38.82481	-81.53596	207	Buffalo,Marshall		WV	035		
4813834	Marshville	marshville	US	28103	0	America/New_York	39.32148	-80.46426	297			WV	033		
4813837	Martha	martha	US	41159	0	America/New_York	38.37675	-82.28681	177			WV	011		
4813842	Martin	martin	US	15460	0	America/New_York	39.22427	-79.08892	385			WV	023		
4813878	Martinsburg	martinsburg	US	13404	17700	America/New_York	39.45621	-77.96389	138	MRB,Martinopolis,Martins Town,Martins-Burgh,Martinsberg,Martinsburg,Martinsburgh,Martinsville,ma ding si bao,martynzbrg  wyrjynyay ghrby,matinjeubeogeu,matinzubagu,mrtynsbwrgh,Мартинсберг,Мартинсбург,Мартінсбург,مارتینزبرگ، ویرجینیای غربی,مارٹنسبرگ، مغربی ورجینیا,مرتينسبورغ,マーティンズバーグ,马丁斯堡,마틴즈버그	003	WV	003		
4813893	Marvel	marvel	US	81329	0	America/New_York	38.174	-81.07566	378			WV	019		
4813931	Mason	mason	US	25260	942	America/New_York	39.02175	-82.02903	178	Mason,Mason City,Mejson,Waggeners Bottom,Мейсон		WV	053		
4813942	Masontown	masontown	US	15461	546	America/New_York	39.55231	-79.79784	549	Hartley Green,Mason Town,Masontown,Morgantown		WV	077		
4813943	Masonville	masonville	US	13804	0	America/New_York	38.91872	-79.08364	380	Masonville,Spring Run		WV	023		
4813958	Matewan	matewan	US	25678	467	America/New_York	37.62205	-82.16319	215			WV	059		
4813962	Mathias	mathias	US	26812	0	America/New_York	38.87789	-78.86614	468	Howard's Lick,Howards Lick,Mathias		WV	031		
4813965	Matheny	matheny	US	24860	531	America/New_York	37.66483	-81.60039	410			WV	109		
4813967	Matoaka	matoaka	US	24736	220	America/New_York	37.42012	-81.24315	719			WV	055		
4813997	Maxwell	maxwell	US	46154	0	America/New_York	39.34369	-81.12567	331			WV	073		
4814006	Maxwelton	maxwelton	US	24957	0	America/New_York	37.86623	-80.4098	725	Hattie,Maxwelton		WV	025		
4814019	Maybeury	maybeury	US	24861	234	America/New_York	37.37095	-81.36649	632			WV	047		
4814050	Maysville	maysville	US	26833	0	America/New_York	39.11511	-79.16476	400			WV	023		
4814057	Maysel	maysel	US	25133	0	America/New_York	38.48593	-81.11261	314	Frog Pond,Maysel		WV	015		
4814080	McClellan	mcclellan	US	95652	0	America/New_York	39.55369	-80.28508	323			WV	049		
4814088	McCloud	mccloud	US	96057	0	America/New_York	37.92343	-82.1943	269			WV	059		
4814268	McMechen	mcmechen	US	26040	1842	America/New_York	39.98813	-80.73147	207			WV	051		
4814304	Mead	mead	US	68041	0	America/New_York	37.62456	-81.26066	537	Mead,Vanwood		WV	081		
4814325	Meadow	meadow	US	57644	0	America/New_York	39.09038	-78.95392	242			WV	031		
4814330	Meadow Bridge	meadow-bridge	US	25976	362	America/New_York	37.85901	-80.85426	741	Clute,Meadow Bridge,Meadowbridge		WV	019		
4814337	Meadow Creek	meadow-creek	US	25977	0	America/New_York	37.81012	-80.92315	393	Meadow Creek,Meadow Creek Station		WV	089		
4814375	Meadowbrook	meadowbrook	US	26404	0	America/New_York	39.35175	-80.3187	295			WV	033		
4814376	Meadowbrook	meadowbrook	US	26404	0	America/New_York	38.38121	-81.56179	197			WV	039		
4814377	Meadowbrook	meadowbrook	US	26404	0	America/New_York	38.8723	-82.11681	183			WV	053		
4814404	Meadville	meadville	US	16335	0	America/New_York	39.40869	-81.00289	225			WV	095		
4814417	Mechanicstown	mechanicstown	US	44651	0	America/New_York	39.26066	-77.82944	135			WV	037		
4814419	Medina	medina	US	14103	0	America/New_York	38.99897	-81.62846	197			WV	035		
4814422	Mechanicsburg	mechanicsburg	US	17050	0	America/New_York	39.33538	-78.8103	219	Mechanicsburg,Mechanicsville		WV	027		
4814424	Meeker	meeker	US	74855	0	America/New_York	39.46619	-80.78788	234			WV	095		
4814436	Melissa	melissa	US	75454	0	America/New_York	38.38009	-82.33459	176			WV	011		
4814443	Melrose	melrose	US	02176	0	America/New_York	37.38679	-81.05426	752	Cross Roads,Melrose		WV	055		
4814491	Meriden	meriden	US	03770	0	America/New_York	39.16426	-80.02369	398			WV	001		
4814495	Merrimac	merrimac	US	01860	0	America/New_York	37.63538	-82.21597	224			WV	059		
4814518	Metz	metz	US	26585	0	America/New_York	39.58036	-80.36981	305			WV	049		
4814531	Miami	miami	US	25134	0	America/New_York	38.15233	-81.44789	206	Majami,Майами		WV	039		
4814654	Middle Point	middle-point	US	45863	0	America/New_York	39.20592	-80.74677	369			WV	017		
4814674	Middlebourne	middlebourne	US	26149	790	America/New_York	39.4923	-80.90372	224	Middlebourn,Middlebourne,Middleburn,Midlvorn,mydlbwrn,mydlbwrn  wyrjynyay ghrby,Мидлворн,ميدلبورن,میدلبورن، ویرجینیای غربی	095	WV	095		
4814676	Middlebrook	middlebrook	US	24459	0	America/New_York	38.55928	-80.13174	1169			WV	083		
4814681	Middleville	middleville	US	07855	0	America/New_York	39.31453	-80.19092	348			WV	091		
4814688	Midkiff	midkiff	US	25540	0	America/New_York	38.1762	-82.17875	182			WV	043		
4814694	Midland	midland	US	15059	0	America/New_York	38.88566	-79.84785	607			WV	083		
4814698	Midvale	midvale	US	44653	0	America/New_York	38.93732	-80.0898	563			WV	097		
4814699	Midway	midway	US	15060	0	America/New_York	38.00289	-81.14816	583			WV	019		
4814700	Midway	midway	US	15060	0	America/New_York	37.26595	-81.25927	762			WV	055		
4814701	Midway	midway	US	15060	0	America/New_York	38.56009	-81.9643	175			WV	079		
4814702	Midway	midway	US	15060	0	America/New_York	37.71956	-81.23705	772			WV	081		
4814708	Mifflin	mifflin	US	17058	0	America/New_York	37.94121	-81.82206	249			WV	045		
4814722	Milam	milam	US	26838	0	America/New_York	37.6815	-81.47288	552			WV	109		
4814724	Milam	milam	US	26838	0	America/New_York	38.814	-79.0992	369	Milam,Wine Spring		WV	031		
4814736	Milburn	milburn	US	42070	0	America/New_York	37.99844	-81.33872	347			WV	019		
4814753	Miles	miles	US	52064	0	America/New_York	38.75595	-79.12698	440			WV	071		
4814823	Mill Creek	mill-creek	US	17060	706	America/New_York	38.7315	-79.97007	623	Crickard,Currence's Mill Creek,Dog Town,Fort Currence,Mill Creek		WV	083		
4814909	Millbrook	millbrook	US	12545	0	America/New_York	39.21649	-78.54723	387	Mill Brook,Millbrook		WV	027		
4814911	Millen	millen	US	30442	0	America/New_York	39.51843	-78.63002	176			WV	027		
4814980	Millersport	millersport	US	43046	0	America/New_York	38.53592	-82.29154	174			WV	011		
4814990	Millersville	millersville	US	17551	0	America/New_York	39.4612	-80.14813	330	Johnstown,Millersville		WV	049		
4815004	Milliken	milliken	US	80543	0	America/New_York	38.40176	-81.54596	192	Greenberry,Milliken		WV	039		
4815006	Millsboro	millsboro	US	15348	0	America/New_York	39.7323	-80.66648	418	Millsboro,Millsborough		WV	051		
4815012	Millstone	millstone	US	25261	0	America/New_York	38.80148	-81.09622	247			WV	013		
4815031	Milltown	milltown	US	08850	0	America/New_York	38.04483	-81.61734	261			WV	005		
4815033	Millville	millville	US	01529	0	America/New_York	39.29399	-77.78583	108	Keye's Switch,Keyes Switch,Millville,Milville		WV	037		
4815035	Millwood	millwood	US	10546	0	America/New_York	38.88203	-81.8618	176			WV	035		
4815036	Milo	milo	US	04463	0	America/New_York	38.72231	-81.14373	239			WV	013		
4815038	Milroy	milroy	US	17063	0	America/New_York	38.72705	-80.50064	450	Milroy,Stone Coal		WV	007		
4815044	Milton	milton	US	02186	2637	America/New_York	38.43453	-82.13236	178	Mil'ton,Milton,Milton-on-the-Mud,Mud River Bridge,Мильтон		WV	011		
4815049	Minden	minden	US	25879	250	America/New_York	37.97595	-81.11955	478	Minden,Ogden,Rend,Wren		WV	019		
4815059	Mineral City	mineral-city	US	44656	0	America/New_York	37.73372	-81.82373	248			WV	045		
4815064	Mineral Springs	mineral-springs	US	16855	0	America/New_York	38.12314	-82.58238	172	Mineral Springs,Minnow Springs		WV	099		
4815066	Mineral Wells	mineral-wells	US	26120	1950	America/New_York	39.19035	-81.53207	202	Mineral Wells,Mineralwells		WV	107		
4815069	Minerva	minerva	US	12851	0	America/New_York	38.16259	-82.23736	205			WV	043		
4815071	Mingo	mingo	US	43047	0	America/New_York	38.49873	-80.05423	806	Mingo,Mingo Flat		WV	083		
4815092	Minnie	minnie	US	41651	0	America/New_York	39.5898	-80.8101	196			WV	103		
4815123	Mitchell	mitchell	US	30820	0	America/New_York	38.54234	-79.34143	791			WV	071		
4815147	Moatsville	moatsville	US	26405	0	America/New_York	39.21038	-79.93313	376			WV	001		
4815166	Modoc	modoc	US	29838	0	America/New_York	38.02429	-80.34508	697			WV	025		
4815168	Mohawk	mohawk	US	13407	0	America/New_York	37.50483	-81.91512	308			WV	047		
4815184	Monarch	monarch	US	59463	0	America/New_York	38.2151	-81.45706	194			WV	039		
4815196	Monitor	monitor	US	98836	0	America/New_York	37.83288	-82.00151	220			WV	045		
4815216	Monitor	monitor	US	98836	0	America/New_York	37.65596	-80.49035	681			WV	063		
4815222	Monson	monson	US	01057	0	America/New_York	37.26512	-81.48288	600			WV	047		
4815230	Montcalm	montcalm	US	24737	726	America/New_York	37.35401	-81.2526	676	Crane,Montcalm,River Side,Riverside		WV	055		
4815238	Monterville	monterville	US	26282	0	America/New_York	38.559	-80.10507	997	Middlebrook,Monterville,Monteville		WV	083		
4815241	Montgomery	montgomery	US	05470	1596	America/New_York	38.18038	-81.32845	194	Coal Valley,Coal Valley City,Montgomeri,Montgomery,Montgomery's Ferry,Montgomery's Landing,Montgomerys Landing,mantgamry  wyrjynyay ghrby,meng ge ma li,mwntghmry,Монтгомери,مانتگامری، ویرجینیای غربی,مونتغمري,مونٹگمری، مغربی ورجینیا,蒙哥馬利		WV	039		
4815250	Montpelier	montpelier	US	05601	0	America/New_York	39.28092	-80.32509	319			WV	033		
4815251	Montrose	montrose	US	10548	156	America/New_York	39.06844	-79.81035	605			WV	083		
4815260	Moore	moore	US	29369	0	America/New_York	38.88258	-81.40762	211			WV	087		
4815261	Moore	moore	US	29369	0	America/New_York	39.08427	-79.71784	553	Moore,Moore Station,Mooreland		WV	093		
4815286	Moorefield	moorefield	US	26836	2482	America/New_York	39.06233	-78.96947	247	Moorefield,Moorefields,Moorfields,Murfild,mwrfyld,mwrfyld  wyrjynyay ghrby,Мурфилд,مورفيلد,مورفیلد، ویرجینیای غربی,مورفیلڈ، مغربی ورجینیا	031	WV	031		
4815295	Mooresville	mooresville	US	28115	0	America/New_York	39.69008	-80.14813	292			WV	061		
4815303	Morgan	morgan	US	05853	0	America/New_York	39.02619	-81.76319	182			WV	035		
4815352	Morgantown	morgantown	US	19543	30708	America/New_York	39.62953	-79.9559	271	MGW,Monongahela Court House,Morgan Town,Morganopolis,Morgans Town,Morgans-Town,Morganstown,Morgantaun,Morgantown,Morgantown (West Virginia),mo gen dui,mogantaun,mogeontaun,mrgntawn  wyrjynyay ghrby,mwrghantawn,Моргантаун,مرگنتاون، ویرجینیای غربی,مورغانتاون,مورگن ٹاؤن، مغربی ورجینیا,モーガンタウン,摩根敦,모건타운	061	WV	061		
4815384	Morris	morris	US	06763	0	America/New_York	38.50594	-80.8026	385	Morris,Morris Store		WV	067		
4815428	Morristown	morristown	US	07960	0	America/New_York	39.04702	-81.49262	207			WV	105		
4815432	Morton Grove	morton-grove	US	60053	0	America/New_York	39.48149	-78.26223	297			WV	065		
4815451	Moss	moss	US	38575	0	America/New_York	38.87093	-80.80482	273	Moss,Murrell		WV	021		
4815462	Moundsville	moundsville	US	26041	8710	America/New_York	39.92035	-80.74314	212	Elizabeth,Elizabeth Town,Elizabethtown,Flats of Grave Creek,Grave Creek,Grave Creek Flats,Maundsvil,Maundsvill,Mound City,Moundsville,Mount Elizabeth,mawndzwyl  wyrjynyay ghrby,mwwndsfyl,Маундсвил,Маундсвилл,ماوندزویل، ویرجینیای غربی,مووندسفيل	051	WV	051		
4815481	Mount Alto	mount-alto	US	25264	0	America/New_York	38.86453	-81.87819	216			WV	035		
4815500	Mount Carmel	mount-carmel	US	17851	0	America/New_York	39.17091	-81.36873	296			WV	107		
4815542	Mount Gay	mount-gay	US	25637	0	America/New_York	37.84149	-82.00874	205	Gay,Mount Gay		WV	045		
4815581	Mount Hope	mount-hope	US	25880	0	America/New_York	38.1051	-81.51817	505			WV	005		
4815582	Mount Hope	mount-hope	US	25880	1377	America/New_York	37.89539	-81.16427	525	Mount Hope (West Virginia)		WV	019		
4815583	Mount Hope	mount-hope	US	25880	0	America/New_York	38.61287	-81.4454	325			WV	087		
4815626	Mount Liberty	mount-liberty	US	43048	0	America/New_York	39.07927	-80.02175	611			WV	001		
4815628	Mount Lookout	mount-lookout	US	26678	0	America/New_York	38.16678	-80.91176	599	Flatlands,McClung Settlement,Mount Lookout,New Milton		WV	067		
4815651	Mount Nebo	mount-nebo	US	26679	0	America/New_York	38.20011	-80.85121	631			WV	067		
4815652	Mount Nebo	mount-nebo	US	26679	0	America/New_York	39.6023	-79.70783	517			WV	077		
4815668	Mount Olive	mount-olive	US	25185	0	America/New_York	38.23788	-81.23344	486			WV	019		
4815669	Mount Olive	mount-olive	US	25185	0	America/New_York	38.52453	-82.06847	280			WV	053		
4815670	Mount Olive	mount-olive	US	25185	0	America/New_York	37.41206	-81.19454	818			WV	055		
4815671	Mount Olive	mount-olive	US	25185	0	America/New_York	38.82175	-81.42734	227			WV	087		
4815723	Mount Olivet	mount-olivet	US	41064	0	America/New_York	39.33871	-79.62034	796			WV	077		
4815739	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.41204	-77.84638	158			WV	037		
4815740	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	39.25871	-77.94833	196			WV	037		
4815777	Mount Carbon	mount-carbon	US	25139	428	America/New_York	38.13788	-81.28567	196	Adena Village,Mount Carbon,Mount Gordon		WV	019		
4815788	Mount Storm	mount-storm	US	26739	0	America/New_York	39.27733	-79.24087	866			WV	023		
4815793	Mount Tabor	mount-tabor	US	07878	0	America/New_York	39.41675	-80.43148	327			WV	033		
4815794	Mount Tabor	mount-tabor	US	07878	0	America/New_York	37.79845	-81.2326	758			WV	081		
4815827	Mount Vernon	mount-vernon	US	04352	0	America/New_York	39.52564	-79.82978	569			WV	077		
4815858	Mount Zion	mount-zion	US	26151	0	America/New_York	38.86231	-81.12289	345			WV	013		
4815946	Mountain	mountain	US	54149	0	America/New_York	39.36202	-80.91039	262	Federal Hill,Mole Hill,Molehill,Mountain		WV	085		
4815954	Mountain Dale	mountain-dale	US	12763	0	America/New_York	39.61731	-79.51421	760			WV	077		
4816000	Mountain View	mountain-view	US	65548	0	America/New_York	39.36121	-79.73173	726			WV	077		
4816001	Mountain View	mountain-view	US	65548	0	America/New_York	39.43148	-79.76089	676			WV	077		
4816053	Moyers	moyers	US	74557	0	America/New_York	38.51595	-79.36226	672	Johnstown,Moyers		WV	071		
4816186	Mullens	mullens	US	25882	1464	America/New_York	37.58317	-81.38038	432	Malins,Millers,Mullens,Mullins,maln  wyrjynyay ghrby,mwlns,Малинс,مالن، ویرجینیای غربی,مولنس		WV	109		
4816211	Munday	munday	US	26152	0	America/New_York	39.00536	-81.20623	217			WV	105		
4816217	Murphy	murphy	US	28906	0	America/New_York	39.0576	-80.14119	427	Murphy,Murphy Station		WV	001		
4816265	Myra	myra	US	25544	0	America/New_York	38.22148	-82.11264	202			WV	043		
4816268	Myrtle	myrtle	US	38650	0	America/New_York	37.76788	-82.19125	220			WV	059		
4816277	Nallen	nallen	US	26680	0	America/New_York	38.11067	-80.87704	576	Miller,Nallen,Wilderness		WV	019		
4816291	Napier	napier	US	26631	0	America/New_York	38.79093	-80.5887	252			WV	007		
4816298	Naoma	naoma	US	25140	0	America/New_York	37.86761	-81.48733	363	Flats,Naoma		WV	081		
4816328	Naugatuck	naugatuck	US	06770	0	America/New_York	37.78982	-82.34903	191	Mouth of Pigeon,Naugatuck		WV	059		
4816339	Neal	neal	US	66863	0	America/New_York	38.35675	-82.59294	176			WV	099		
4816357	Nebo	nebo	US	25141	0	America/New_York	38.63454	-81.04261	285			WV	015		
4816358	Nebo	nebo	US	25141	0	America/New_York	38.98843	-80.08452	641			WV	097		
4816375	Needmore	needmore	US	17238	0	America/New_York	39.05066	-78.78669	457			WV	031		
4816392	Nelson	nelson	US	03457	0	America/New_York	38.06899	-81.62262	234			WV	005		
4816394	Nellis	nellis	US	25142	0	America/New_York	38.15093	-81.74262	233			WV	005		
4816406	Nemours	nemours	US	24738	0	America/New_York	37.30151	-81.30427	714			WV	055		
4816410	Neola	neola	US	51559	0	America/New_York	37.96596	-80.13007	621	Lowrys Mill,Neola		WV	025		
4816414	Neponset	neponset	US	61345	0	America/New_York	37.46845	-80.84619	620			WV	089		
4816415	Neptune	neptune	US	07753	0	America/New_York	39.07536	-81.77985	175			WV	035		
4816433	Nettie	nettie	US	26681	568	America/New_York	38.21845	-80.68593	846	Nettie,The Promised Land		WV	067		
4816458	New Creek	new-creek	US	26743	0	America/New_York	39.3751	-79.0267	302	New Creek,New Creek Tannery,Newcreek,Rees Tannery,Reese Tannery,Reese's Tannery,Reeses Tannery		WV	057		
4816473	New England	new-england	US	58647	0	America/New_York	39.46147	-80.17064	320			WV	049		
4816474	New England	new-england	US	58647	0	America/New_York	39.20702	-81.70874	269			WV	107		
4816478	New Era	new-era	US	49446	0	America/New_York	38.90953	-81.66374	184			WV	035		
4816491	New Hope	new-hope	US	18938	0	America/New_York	37.33901	-81.16648	750			WV	055		
4816492	New Hope	new-hope	US	18938	0	America/New_York	39.59676	-78.17389	173			WV	065		
4816520	New Martinsville	new-martinsville	US	26155	5218	America/New_York	39.64452	-80.8576	190	Fishing Creek,Martinsville,Mouth of Fishing Creek,N'ju-Martinsvill,New Martinsville,Nju Martinsvil,nyw martnzwyl  wyrjynyay ghrby,nyw martynsfyl,Њу Мартинсвил,Нью-Мартинсвилл,نيو مارتينسفيل,نیو مارتنزویل، ویرجینیای غربی	103	WV	103		
4816522	New Haven	new-haven	US	05472	1532	America/New_York	38.98647	-81.97347	183	N'ju-Khejven,New Haven,New London,Newhaven,Нью-Хейвен		WV	053		
4816529	New Milton	new-milton	US	26411	0	America/New_York	39.23009	-80.6826	254			WV	017		
4816568	Newark	newark	US	07101	0	America/New_York	39.11897	-81.39762	196	Newark,Pribble Mills		WV	105		
4816576	Newburg	newburg	US	17240	321	America/New_York	39.38843	-79.85284	371	Newburg,Newburgh,Simpsons Water Station,Station 88,Stop 88		WV	077		
4816583	Newdale	newdale	US	83436	0	America/New_York	39.6723	-80.71065	412	New Dale,Newdale		WV	103		
4816585	Newhall	newhall	US	24866	0	America/New_York	37.26373	-81.61872	480			WV	047		
4816601	Newport	newport	US	02840	0	America/New_York	39.25841	-81.56124	184			WV	107		
4816613	Newtown	newtown	US	06470	0	America/New_York	37.99567	-81.15427	613			WV	019		
4816614	Newtown	newtown	US	06470	0	America/New_York	37.62788	-82.08568	309			WV	059		
4816616	Newville	newville	US	17241	0	America/New_York	38.67871	-80.59065	347	Bensville,Newville		WV	007		
4816627	Newton	newton	US	02458	0	America/New_York	38.59148	-81.17873	219	Newton,Three Forks,Three Forks of Sandy		WV	087		
4816650	Nimitz	nimitz	US	25978	0	America/New_York	37.64623	-80.96009	769			WV	089		
4816665	Nitro	nitro	US	25143	6763	America/New_York	38.41481	-81.84402	181	Crawford City,Nitro		WV	039		
4816686	Nolan	nolan	US	79537	0	America/New_York	37.73982	-82.33125	197	Duncan,Nolan		WV	059		
4816699	Normantown	normantown	US	25267	0	America/New_York	38.85176	-80.9365	226			WV	021		
4816705	North Bend	north-bend	US	17760	0	America/New_York	38.22984	-80.44314	851			WV	025		
4816775	North Hills	north-hills	US	91343	829	America/New_York	39.31646	-81.5129	259	North Hills,North Hills Estates		WV	107		
4816778	North Hills	north-hills	US	91343	0	America/New_York	39.66619	-79.95117	360			WV	061		
4816785	North Matewan	north-matewan	US	25688	0	America/New_York	37.62649	-82.14819	221			WV	059		
4816817	North Spring	north-spring	US	24869	0	America/New_York	37.56817	-81.82539	331	North Spring,Northspring		WV	109		
4816845	Norton	norton	US	02766	0	America/New_York	38.93177	-79.96563	604			WV	083		
4816847	Northfork	northfork	US	24868	384	America/New_York	37.42095	-81.4401	514	North Fork,Northfork		WV	047		
4816851	Norway	norway	US	04268	0	America/New_York	39.47064	-80.18647	271			WV	049		
4816852	Norwood	norwood	US	02062	0	America/New_York	39.4937	-80.10896	311			WV	049		
4816872	Nottingham	nottingham	US	03290	0	America/New_York	38.51817	-79.84311	816	Boyer Siding,Boyer Station,Nottingham		WV	075		
4816912	Nye	nye	US	59061	0	America/New_York	38.33592	-82.0368	192			WV	079		
4816935	Oak Grove	oak-grove	US	42262	0	America/New_York	37.38734	-81.06342	792	Oak Grove,Oakgrove		WV	055		
4816936	Oak Grove	oak-grove	US	42262	0	America/New_York	38.62595	-79.35476	582			WV	071		
4816992	Oak Hill	oak-hill	US	12460	0	America/New_York	38.92231	-81.01844	342			WV	013		
4816993	Oak Hill	oak-hill	US	12460	8140	America/New_York	37.97233	-81.14871	614	Oak Hill,Oakhill		WV	019		
4816994	Oak Hill	oak-hill	US	12460	0	America/New_York	39.13677	-79.15226	450			WV	023		
4817017	Oak Ridge	oak-ridge	US	07438	0	America/New_York	38.07511	-81.10955	508			WV	019		
4817024	Oakdale	oakdale	US	06370	0	America/New_York	39.44925	-80.39592	303			WV	033		
4817035	Oakland	oakland	US	02858	0	America/New_York	38.17316	-81.30456	194			WV	019		
4817036	Oakland	oakland	US	02858	0	America/New_York	39.48121	-78.25167	226			WV	065		
4817044	Oakmont	oakmont	US	15139	0	America/New_York	39.36677	-79.18837	550	Oakdale,Oakmont		WV	057		
4817046	Oakton	oakton	US	22124	0	America/New_York	38.48788	-81.04733	215			WV	015		
4817057	Oakwood	oakwood	US	24631	0	America/New_York	38.34232	-81.66374	269			WV	039		
4817070	Oceana	oceana	US	24870	1302	America/New_York	37.69206	-81.624	385	Cassville,Cookes,Ginseng,Occana,Oceana,Sumpterville,Wyoming Court House		WV	109		
4817071	Odd	odd	US	25902	0	America/New_York	37.59345	-81.19399	808			WV	081		
4817074	Odell	odell	US	60460	0	America/New_York	38.39038	-81.3654	360			WV	039		
4817084	Odessa	odessa	US	14869	0	America/New_York	38.42871	-81.23789	283			WV	015		
4817089	Ogden	ogden	US	50212	0	America/New_York	37.97706	-81.12899	510			WV	019		
4817100	Ogden	ogden	US	50212	0	America/New_York	39.30174	-81.40206	216	Ogden,Ogdin		WV	107		
4817110	Oilville	oilville	US	23129	0	America/New_York	37.72788	-82.03707	324			WV	045		
4817115	Olcott	olcott	US	14126	0	America/New_York	38.23454	-81.72429	213			WV	039		
4817141	Old Fields	old-fields	US	26845	0	America/New_York	39.13483	-78.94975	245	Indian Old Field,Indian Old Fields,Old Fields,Oldfields		WV	031		
4817228	Olive	olive	US	59343	0	America/New_York	39.34787	-80.4587	300	Olive,Rock Camp		WV	033		
4817229	Olive	olive	US	59343	0	America/New_York	38.56373	-79.82006	855	Mountain Lick,Olive		WV	075		
4817246	Omar	omar	US	25638	552	America/New_York	37.75566	-81.99957	248			WV	045		
4817250	Ona	ona	US	25545	0	America/New_York	38.42481	-82.2132	193	Ona,Pores Hill		WV	011		
4817257	Onego	onego	US	26886	0	America/New_York	38.84789	-79.42199	539			WV	071		
4817270	Opal	opal	US	83124	0	America/New_York	38.38677	-80.76621	586			WV	067		
4817320	Orgas	orgas	US	25148	0	America/New_York	38.05844	-81.57234	226	Orange,Orgas		WV	005		
4817324	Orlando	orlando	US	26412	0	America/New_York	38.87121	-80.5937	250	Confluence,Orlando		WV	007		
4817329	Orma	orma	US	25268	0	America/New_York	38.74815	-81.09983	225	Fez,Orma,Rilla		WV	013		
4817334	Orr	orr	US	55771	0	America/New_York	39.55342	-79.52838	725			WV	077		
4817335	Orr	orr	US	55771	0	America/New_York	38.93982	-80.05369	667			WV	083		
4817343	Osage	osage	US	26543	163	America/New_York	39.65869	-80.00756	266	Charlotte,Frum,Osage,Osageville		WV	061		
4817344	Osborne	osborne	US	67473	0	America/New_York	38.49926	-81.34845	194			WV	039		
4817352	Oscar	oscar	US	70762	0	America/New_York	38.05873	-80.36758	645			WV	025		
4817357	Osceola	osceola	US	16942	0	America/New_York	38.714	-79.63339	1075			WV	083		
4817358	Osgood	osgood	US	45351	0	America/New_York	39.56675	-80.07702	284			WV	061		
4817363	Otsego	otsego	US	49078	0	America/New_York	37.61261	-81.37538	469	Caloric,Otsego		WV	109		
4817367	Ottawa	ottawa	US	25149	0	America/New_York	37.95871	-81.81651	240			WV	005		
4817397	Otto	otto	US	14766	0	America/New_York	38.75231	-81.22095	236			WV	087		
4817428	Owings	owings	US	20736	0	America/New_York	39.37953	-80.25897	320			WV	033		
4817442	Oxbow	oxbow	US	04764	0	America/New_York	39.09397	-81.2115	201	Ox Bow,Oxbow		WV	085		
4817444	Oxford	oxford	US	01540	0	America/New_York	39.20564	-80.86483	248			WV	017		
4817486	Paden City	paden-city	US	26159	2506	America/New_York	39.60285	-80.93677	201	Paden City,Paden Valley,Paden's Bottom,Paden's Valley,Padens Valley,Padensvalley,Padenvalley		WV	095		
4817499	Pageton	pageton	US	24871	187	America/New_York	37.34928	-81.46538	474			WV	047		
4817521	Palatine	palatine	US	60038	0	America/New_York	39.47925	-80.1373	306			WV	049		
4817524	Palermo	palermo	US	04354	0	America/New_York	38.16954	-82.05847	211			WV	043		
4817526	Palestine	palestine	US	26160	0	America/New_York	37.73234	-80.62925	493			WV	025		
4817527	Palestine	palestine	US	26160	0	America/New_York	39.03008	-81.40679	208	Palestine,Reedy Ripple		WV	105		
4817532	Palmer	palmer	US	01069	0	America/New_York	38.6576	-80.58926	312	Mouth of Holly,Palmer		WV	007		
4817542	Panther	panther	US	24872	0	America/New_York	37.48344	-81.89595	289			WV	047		
4817598	Paradise	paradise	US	17562	0	America/New_York	38.58481	-81.79985	313			WV	079		
4817611	Park Hills	park-hills	US	63601	0	America/New_York	39.6473	-79.94728	345			WV	061		
4817612	Park Hills	park-hills	US	63601	0	America/New_York	38.39647	-82.43876	265			WV	011		
4817641	Parkersburg	parkersburg	US	26101	30991	America/New_York	39.26674	-81.56151	187	Neals Landing,Neals Station,Newport,PKB,Parkersberg,Parkersburg,Parkersburgh,Parkursburg,Stokelyville,The Point,barkrsbwrgh,pa ke si bao,pakazubagu,pakeojeubeogeu,parkrzbrg  mghrby wrjynya,parkrzbrg  wyrjynyay ghrby,Паркерсберг,Паркерсбург,Паркърсбърг,باركرسبورغ,پارکرزبرگ، مغربی ورجینیا,پارکرزبرگ، ویرجینیای غربی,パーカーズバーグ,帕克斯堡,파커즈버그	107	WV	107		
4817695	Parsons	parsons	US	26287	1431	America/New_York	39.09649	-79.6809	502	Parsons,The River City,barswnz,parswnz  wyrjynyay ghrby,Парсонс,بارسونز,پارسونز، ویرجینیای غربی	093	WV	093		
4817778	Paw Paw	paw-paw	US	25434	493	America/New_York	39.53204	-78.45834	174	Paw Paw,Pawpaw		WV	065		
4817780	Paw Paw	paw-paw	US	25434	508	America/New_York	39.54869	-80.15313	275			WV	049		
4817788	Pax	pax	US	25904	164	America/New_York	37.90983	-81.26427	501	Paintsville,Paintville,Pax		WV	019		
4817791	Paxton	paxton	US	01612	0	America/New_York	38.49815	-81.16789	240			WV	015		
4817811	Paynesville	paynesville	US	24873	0	America/New_York	37.3315	-81.89151	715			WV	047		
4817822	Peabody	peabody	US	01960	0	America/New_York	39.70258	-80.7437	426			WV	103		
4817825	Pea Ridge	pea-ridge	US	72751	6650	America/New_York	38.41397	-82.31987	191			WV	011		
4817853	Pecks Mill	pecks-mill	US	25547	0	America/New_York	37.92816	-81.98096	211	Peck,Pecks Mill,Whites Mill		WV	045		
4817863	Pedro	pedro	US	45659	0	America/New_York	37.6629	-80.31451	717			WV	063		
4817883	Pembroke	pembroke	US	02359	0	America/New_York	38.72482	-80.74038	317			WV	007		
4817888	Pence Springs	pence-springs	US	24962	0	America/New_York	37.67818	-80.72508	469			WV	089		
4817894	Pemberton	pemberton	US	08068	0	America/New_York	37.71789	-81.21899	688			WV	081		
4817911	Pennsboro	pennsboro	US	26415	1080	America/New_York	39.28508	-80.96844	264	Pennsboro,Pennsborough		WV	085		
4817935	Pentress	pentress	US	26544	175	America/New_York	39.71036	-80.16035	290	Minors Mills,New Brownsville,Pentrees,Pentress,Pentress Junction,Statler Town,Statlers Town,Statlersville,Stradlerstown		WV	061		
4817948	Perkins	perkins	US	30822	0	America/New_York	38.78454	-80.92594	246			WV	021		
4817956	Perry	perry	US	04667	0	America/New_York	38.9715	-78.67502	527			WV	031		
4817988	Peru	peru	US	04290	0	America/New_York	38.84095	-79.0742	347			WV	031		
4818019	Peterson	peterson	US	35478	0	America/New_York	38.89287	-80.53954	258			WV	041		
4818024	Peterstown	peterstown	US	24963	645	America/New_York	37.39734	-80.79924	495	Peters Town,Peterstown		WV	063		
4818030	Petersburg	petersburg	US	12138	2520	America/New_York	38.99261	-79.12392	285	Grant Court House,Luney's Creek,Luneys Creek,Lunice Creek,PGC,Peterburg,Petersburg,Petersburgh,Petroburgum,Pitersberg,Pitersburg,btrsbwrgh,pytrzbrg  wyrjynyay ghrby,Петербург,Питерсберг,Питерсбург,بطرسبورغ,پیترزبرگ، ویرجینیای غربی,پیٹرزبرگ، مغربی ورجینیا	023	WV	023		
4818040	Pettus	pettus	US	78146	0	America/New_York	37.9565	-81.53761	262			WV	081		
4818047	Petroleum	petroleum	US	26161	0	America/New_York	39.19091	-81.26845	213	Petroleum,Rogers		WV	085		
4818052	Peytona	peytona	US	25154	0	America/New_York	38.14149	-81.68456	214			WV	005		
4818074	Philippi	philippi	US	26416	3256	America/New_York	39.15232	-80.04036	397	Anglin's Ford,Anglins Ford,Booth's Ferry,Booths Ferry,Booths Ferry of Randolph,Filipi,Filippi,Philippi,Phillippa,Phillippi,fylby,fylypay  wyrjynyay ghrby,Филипи,Филиппи,فيلبي,فیلیپای، ویرجینیای غربی	001	WV	001		
4818110	Pickens	pickens	US	26230	66	America/New_York	38.65511	-80.21174	819			WV	083		
4818122	Piedmont	piedmont	US	26750	925	America/New_York	37.45067	-81.26371	740	Piedmont,Sylvia,Widemouth		WV	055		
4818123	Piedmont	piedmont	US	26750	837	America/New_York	39.48037	-79.04781	283	Hardscrabble,Piedmond,Piedmont		WV	057		
4818134	Pierpont	pierpont	US	44082	0	America/New_York	39.65397	-79.8895	380			WV	061		
4818135	Pierpont	pierpont	US	44082	0	America/New_York	37.62817	-81.39121	486			WV	109		
4818145	Pigeon	pigeon	US	48755	0	America/New_York	38.53676	-81.20845	266			WV	087		
4818195	Pike	pike	US	03780	0	America/New_York	39.28341	-81.0815	246			WV	085		
4818227	Pinch	pinch	US	25156	3262	America/New_York	38.40871	-81.48179	218	Dial,Pinch,Pinch Gut,Pinchton		WV	039		
4818233	Pine Bluff	pine-bluff	US	71601	0	America/New_York	39.41814	-80.32731	290	Pine Bluff,Pinebluff		WV	033		
4818247	Pine Grove	pine-grove	US	17963	0	America/New_York	38.08094	-81.04566	534			WV	019		
4818248	Pine Grove	pine-grove	US	17963	0	America/New_York	39.36702	-81.04428	255			WV	073		
4818249	Pine Grove	pine-grove	US	17963	520	America/New_York	39.56591	-80.67899	218	Big Forks of Fishing Creek,Pine Grove,Pinegrove		WV	103		
4818324	Pine Grove	pine-grove	US	17963	0	America/New_York	39.50008	-80.19619	280			WV	049		
4818347	Pineville	pineville	US	18946	628	America/New_York	37.58317	-81.53705	395		109	WV	109		
4818383	Piney View	piney-view	US	25906	989	America/New_York	37.83623	-81.13482	713			WV	081		
4818414	Pipestem	pipestem	US	25979	0	America/New_York	37.54456	-80.96009	726	Jordans Chapel,Pipe Stem,Pipestem		WV	089		
4818422	Pisgah	pisgah	US	35765	0	America/New_York	39.6448	-79.75672	633	Flat Rock,Pisgah		WV	077		
4818496	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	38.9537	-81.06067	360			WV	013		
4818497	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	38.87758	-81.73707	279			WV	035		
4818498	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	39.18702	-81.59151	290			WV	107		
4818573	Pleasant Valley	pleasant-valley	US	12569	3196	America/New_York	39.45536	-80.14175	314			WV	049		
4818574	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	39.91674	-80.62619	398	Beeler Station,Pleasant Valley		WV	051		
4818606	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	39.34232	-79.78145	494			WV	077		
4818620	Pleasant View	pleasant-view	US	37146	0	America/New_York	38.92258	-81.78819	178	Pleasant View,Pleasantview		WV	035		
4818621	Pleasant View	pleasant-view	US	37146	0	America/New_York	38.24953	-82.19042	180			WV	043		
4818622	Pleasant View	pleasant-view	US	37146	0	America/New_York	39.54897	-80.12063	312			WV	049		
4818623	Pleasant View	pleasant-view	US	37146	0	America/New_York	39.2098	-81.57846	207			WV	107		
4818689	Poca	poca	US	25159	989	America/New_York	38.47231	-81.8143	179			WV	079		
4818693	Plymouth	plymouth	US	02360	0	America/New_York	38.51592	-81.84485	177			WV	079		
4818733	Point Lookout	point-lookout	US	11569	0	America/New_York	39.45146	-81.07983	302			WV	073		
4818750	Point Pleasant	point-pleasant	US	18950	4276	America/New_York	38.84453	-82.13709	173	Long Point,Point Pleasant,Pojnt Plezant,bwynt blyzant,pointeupeullejeonteu,pwynt plznt,pwynt plznt  wyrjynyay ghrby,Појнт Плезант,פוינט פלזנט,بوينت بليزانت,پوینت پلزنت، ویرجینیای غربی,포인트플레전트	053	WV	053		
4818763	Points	points	US	25437	0	America/New_York	39.44009	-78.61029	331			WV	027		
4818779	Polk	polk	US	16342	0	America/New_York	39.05119	-81.79624	179	Brewster,Polk		WV	035		
4818806	Pond Creek	pond-creek	US	73766	0	America/New_York	39.09424	-81.74319	185	Lone Cedar,Mouth of Pond Creek,Pond Creek		WV	107		
4818814	Pond Gap	pond-gap	US	25160	0	America/New_York	38.27816	-81.27872	326	Pond Gap,Pondgap		WV	039		
4818834	Ponderosa	ponderosa	US	87044	0	America/New_York	39.33813	-81.42706	242			WV	107		
4818840	Pool	pool	US	26684	0	America/New_York	38.16372	-80.86426	653			WV	067		
4818868	Porter	porter	US	04068	0	America/New_York	38.48343	-81.25595	192	Dismal,Porter		WV	015		
4818882	Porters Falls	porters-falls	US	26162	0	America/New_York	39.5798	-80.77621	208	Little Morgantown,Morgantown,Porter's Falls,Porters Falls		WV	103		
4818891	Posey	posey	US	93260	0	America/New_York	37.80372	-81.43261	561			WV	081		
4818894	Portersville	portersville	US	16051	0	America/New_York	38.33537	-82.13042	186			WV	043		
4818967	Powell	powell	US	37849	0	America/New_York	39.40537	-80.12425	279	Powell,Powells		WV	049		
4818978	Powellton	powellton	US	25161	619	America/New_York	38.099	-81.324	256			WV	019		
4818992	Poynette	poynette	US	53955	0	America/New_York	39.33397	-81.13595	234			WV	073		
4819000	Pratt	pratt	US	25162	586	America/New_York	38.2101	-81.384	193	Clifton,Dego,Pratt		WV	039		
4819002	Powhatan	powhatan	US	23139	0	America/New_York	37.40067	-81.42038	554	Powhatan,Powhattan		WV	047		
4819027	Preston	preston	US	06365	0	America/New_York	39.43509	-79.68561	396	Larew,Larue,Preston,Shelby		WV	077		
4819035	Price	price	US	21656	0	America/New_York	39.70813	-80.1284	290			WV	061		
4819037	Price	price	US	21656	0	America/New_York	38.14398	-82.1268	213			WV	043		
4819067	Prichard	prichard	US	25555	527	America/New_York	38.24008	-82.59849	179			WV	099		
4819076	Prince	prince	US	25907	116	America/New_York	37.859	-81.05371	385			WV	019		
4819079	Princeton	princeton	US	01541	6035	America/New_York	37.36623	-81.10259	743	Principitonia,Prinston,brynstwn,prynstn  wyrjynyay ghrby,Принстон,برينستون,پرنسٹن، مغربی ورجینیا,پرینستن، ویرجینیای غربی	055	WV	055		
4819091	Princewick	princewick	US	25908	0	America/New_York	37.66012	-81.21788	764			WV	081		
4819104	Proctor	proctor	US	05765	0	America/New_York	39.71174	-80.82371	192	Austinville,Proctor,Proctors		WV	103		
4819106	Procious	procious	US	25164	0	America/New_York	38.49565	-81.20761	198	Camp,Camp Creek,Camp Procious,Dulls Creek,Procious		WV	015		
4819121	Prosperity	prosperity	US	15329	1498	America/New_York	37.8365	-81.20177	752			WV	081		
4819132	Providence	providence	US	02901	0	America/New_York	38.80842	-81.84152	195			WV	035		
4819157	Pullman	pullman	US	26421	148	America/New_York	39.1873	-80.94983	264	Parkers Mill,Pullman		WV	085		
4819175	Purdy	purdy	US	65734	0	America/New_York	38.94397	-81.13484	214			WV	013		
4819182	Pursglove	pursglove	US	26546	0	America/New_York	39.66758	-80.02618	282	Barker,Pursglove		WV	061		
4819188	Purgitsville	purgitsville	US	26852	0	America/New_York	39.23927	-78.92114	285	Burgitsville,Pargatsville,Pargitsville,Purgitsville,Purgittsville,Taylor		WV	027		
4819195	Putney	putney	US	05346	0	America/New_York	38.29649	-81.37289	369			WV	039		
4819240	Quinwood	quinwood	US	25981	288	America/New_York	38.05762	-80.70676	919			WV	025		
4819269	Racine	racine	US	25165	256	America/New_York	38.14205	-81.6604	209	Mouth of Short Creek,Racine		WV	005		
4819279	Rachel	rachel	US	26587	248	America/New_York	39.51842	-80.3037	292			WV	049		
4819280	Radcliff	radcliff	US	40159	0	America/New_York	39.52342	-80.08702	276			WV	049		
4819291	Radnor	radnor	US	43066	0	America/New_York	38.07953	-82.45654	205			WV	099		
4819297	Ragland	ragland	US	25690	0	America/New_York	37.7026	-82.12735	270			WV	059		
4819307	Rainelle	rainelle	US	25962	1481	America/New_York	37.96873	-80.76703	733	East Rainelle,Rainell,Rainelle,Rainette,Ranell,Sewell Creek,Sewell Valley		WV	025		
4819321	Ralph	ralph	US	35480	0	America/New_York	38.47733	-80.36869	610			WV	101		
4819352	Ramsey	ramsey	US	07446	0	America/New_York	38.16983	-81.03066	465			WV	019		
4819360	Rand	rand	US	80473	1631	America/New_York	38.2826	-81.56234	187	Levi,Plus,Rand		WV	039		
4819364	Randall	randall	US	50231	0	America/New_York	39.66008	-79.99395	246	Jimtown,Randall		WV	061		
4819376	Ranger	ranger	US	25557	0	America/New_York	38.12065	-82.18542	187	Fourteen,Ranger		WV	043		
4819389	Ranson	ranson	US	25438	4941	America/New_York	39.2951	-77.86055	158			WV	037		
4819415	Ravencliff	ravencliff	US	25913	0	America/New_York	37.69817	-81.48122	534	McGraw,Ravencliff,Ravencliffe		WV	109		
4819418	Ravenswood	ravenswood	US	26164	3843	America/New_York	38.94814	-81.76096	185	Ravenswood,Ravensworth,Rejvensvud,rawnswwd  wyrjynyay ghrby,Рејвенсвуд,راونسوود، ویرجینیای غربی		WV	035		
4819427	Rawl	rawl	US	25691	0	America/New_York	37.64983	-82.21958	216			WV	059		
4819452	Raysal	raysal	US	24879	465	America/New_York	37.34317	-81.78233	366	Bartley Number 4,Raysal		WV	047		
4819453	Raywood	raywood	US	77582	0	America/New_York	38.36845	-79.93395	727			WV	075		
4819456	Reader	reader	US	26167	397	America/New_York	39.56897	-80.73288	211			WV	103		
4819485	Red Hill	red-hill	US	18076	0	America/New_York	39.24785	-81.47401	284	German Ridge,Red Hill,Redhill		WV	107		
4819493	Red Creek	red-creek	US	13143	0	America/New_York	39.00094	-79.49728	791	Flanagan Hill,Red Creek,Redcreek		WV	093		
4819494	Red Jacket	red-jacket	US	25692	581	America/New_York	37.64844	-82.14013	242			WV	059		
4819507	Red House	red-house	US	23963	0	America/New_York	38.53926	-81.8968	189	Red House,Red House Shoals,Redhouse,Redhouse Shoals		WV	079		
4819524	Red Rock	red-rock	US	74651	0	America/New_York	39.01204	-80.2762	441			WV	097		
4819548	Redbird	redbird	US	74458	0	America/New_York	37.78956	-81.44011	576	Red Bird,Redbird		WV	081		
4819567	Redmond	redmond	US	84652	0	America/New_York	38.80425	-82.13403	249			WV	053		
4819599	Reedsville	reedsville	US	17084	601	America/New_York	39.51064	-79.79839	554			WV	077		
4819600	Reedy	reedy	US	25270	175	America/New_York	38.89953	-81.42484	207	Reedy,Reedyville,Three Forks of Reedy		WV	087		
4819645	Republic	republic	US	15475	0	America/New_York	38.00927	-81.39261	417	Jochin,Republic		WV	039		
4819682	Reynoldsville	reynoldsville	US	15851	0	America/New_York	39.28842	-80.43481	322			WV	033		
4819689	Rhodell	rhodell	US	25915	170	America/New_York	37.60873	-81.30566	498			WV	081		
4819749	Richardson	richardson	US	75080	0	America/New_York	38.86536	-81.23651	210	Richardson,Richardsonville		WV	013		
4819757	Richlands	richlands	US	24641	0	America/New_York	37.86623	-80.48313	629	Richland,Richlands		WV	025		
4819768	Richwood	richwood	US	08074	1980	America/New_York	38.22484	-80.53314	673	Cherry Bottom,Cherry Tree Bottom,Cherry Tree Bottoms,Richvud,Richwood,rykwwd  wyrjynyay ghrby,rytshwwd,Ричвуд,ريتشوود,ریکوود، ویرجینیای غربی		WV	067		
4819804	Ridgedale	ridgedale	US	65739	0	America/New_York	39.41148	-78.73474	199			WV	027		
4819805	Ridgedale	ridgedale	US	65739	0	America/New_York	39.54703	-79.93562	466			WV	061		
4819809	Ridgeley	ridgeley	US	26753	643	America/New_York	39.64148	-78.77446	213	Ridgeley,Ridgely,Ridgley,Saint Clairsville,Sinclairsville		WV	057		
4819811	Ridgeview	ridgeview	US	25169	0	America/New_York	38.13843	-81.75957	243	Brush Creek,Cabbell,Cabell,Ridgeview,Ridgeview Station		WV	005		
4819812	Ridgeview	ridgeview	US	25169	0	America/New_York	37.84344	-82.01624	222			WV	045		
4819815	Ridgeville	ridgeville	US	29472	0	America/New_York	39.34843	-78.99058	314	Ridge Village,Ridgeville		WV	057		
4819816	Ridgeway	ridgeway	US	24148	0	America/New_York	39.29732	-78.07167	180			WV	003		
4819818	Ridgewood	ridgewood	US	07450	0	America/New_York	38.40425	-82.45765	194			WV	011		
4820015	Riley	riley	US	47871	0	America/New_York	37.81539	-81.16093	718			WV	081		
4820034	Rio	rio	US	26755	0	America/New_York	39.13844	-78.67001	344	North River,Rio,Rio Meeting House,Smiths Gap		WV	027		
4820037	Ripley	ripley	US	14775	3255	America/New_York	38.8187	-81.71069	187	Jackson,Jackson Court House,Ripley,Ripley Landing,Ripley's,Ripleys,Ripli,rybly,ryply  wyrjynyay ghrby,Рипли,ريبلي,ریپلی، ویرجینیای غربی	035	WV	035		
4820045	Ringgold	ringgold	US	15770	0	America/New_York	39.56342	-79.94312	410	Ringgold,Ringold		WV	061		
4820046	Rippon	rippon	US	25441	0	America/New_York	39.21844	-77.90527	162	Ripon,Rippon		WV	037		
4820091	Riverside	riverside	US	02915	0	America/New_York	39.17344	-77.85611	129			WV	037		
4820092	Riverside	riverside	US	02915	0	America/New_York	38.20705	-81.40539	194			WV	039		
4820093	Riverside	riverside	US	02915	0	America/New_York	39.63786	-79.97645	269			WV	061		
4820094	Riverside	riverside	US	02915	0	America/New_York	39.17286	-81.17678	198			WV	085		
4820095	Riverside	riverside	US	02915	0	America/New_York	39.27841	-81.55818	184			WV	107		
4820112	Riverton	riverton	US	06065	0	America/New_York	38.744	-79.43588	542			WV	071		
4820114	Riverview	riverview	US	33568	0	America/New_York	38.33482	-81.59651	184	Riverview,Snow Hill		WV	039		
4820129	Rivesville	rivesville	US	26588	944	America/New_York	39.52981	-80.11674	264	Milford,Paw Paw,Pawpaw,Rivesville		WV	049		
4820196	Roanoke	roanoke	US	24001	0	America/New_York	38.93176	-80.49287	327	Bush Mills,Bushs Mills,Roanoke,Roanville,Roanville Station		WV	041		
4820230	Roberts	roberts	US	54023	0	America/New_York	39.37842	-80.66843	255			WV	017		
4820296	Robson	robson	US	25173	0	America/New_York	38.10177	-81.24372	267			WV	019		
4820298	Rock	rock	US	24747	0	America/New_York	37.36789	-81.22204	664	Rock,The Rock		WV	055		
4820309	Rock Camp	rock-camp	US	45675	0	America/New_York	37.49818	-80.60674	554	Rock Camp,Rockcamp		WV	063		
4820319	Rock Cave	rock-cave	US	26234	0	America/New_York	38.83677	-80.34258	532	Bob Town,Centerville,Centreville,Rock Cave		WV	097		
4820326	Rock Creek	rock-creek	US	25174	0	America/New_York	38.10316	-81.84596	209			WV	005		
4820331	Rock Creek	rock-creek	US	25174	0	America/New_York	37.85067	-81.45177	404			WV	081		
4820387	Rock View	rock-view	US	24880	0	America/New_York	37.61789	-81.53899	483	Castlerock Creek,Rock Castle,Rock View,Rockview		WV	109		
4820423	Rockford	rockford	US	35136	0	America/New_York	39.13648	-80.33231	323			WV	033		
4820457	Rockland	rockland	US	02370	0	America/New_York	38.94428	-78.69252	587	Rockland,Rockland Mills		WV	031		
4820473	Rockport	rockport	US	01966	0	America/New_York	39.70758	-80.58119	272			WV	103		
4820477	Rockport	rockport	US	01966	0	America/New_York	39.07425	-81.55318	215	Rock Port,Rockport		WV	107		
4820481	Rockville	rockville	US	02873	0	America/New_York	38.1662	-82.17708	184			WV	043		
4820482	Rockville	rockville	US	02873	0	America/New_York	39.62147	-79.70477	408			WV	077		
4820484	Rockton	rockton	US	15856	0	America/New_York	38.61954	-80.85621	241			WV	007		
4820496	Rocky Ford	rocky-ford	US	30455	0	America/New_York	38.95482	-80.28758	430			WV	097		
4820558	Roderfield	roderfield	US	24881	188	America/New_York	37.45039	-81.70567	344			WV	047		
4820572	Rolfe	rolfe	US	50581	0	America/New_York	37.41789	-81.40121	567			WV	047		
4820580	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	38.44315	-81.90569	215			WV	079		
4820582	Rollins	rollins	US	59931	0	America/New_York	38.80536	-81.95014	180			WV	053		
4820597	Romney	romney	US	26757	1773	America/New_York	39.34204	-78.75668	250	Pearsall's,Pearsall's Flats,Pearsall's Fort,Pearsall's Level,Pearsalls Flats,Pearsals,Romney,Romni,Romnia,ramny  wyrjynyay ghrby,rwmny,Ромни,رامنی، ویرجینیای غربی,رومني	027	WV	027		
4820608	Ronceverte	ronceverte	US	24970	1752	America/New_York	37.74984	-80.46285	511	Edgars Mill,Green Briar,Ronceverte,Saint Lawrence Ford,rwnswrt  wyrjynyay ghrby,rwnsyfyrt,رونسورت، ویرجینیای غربی,رونسيفيرت		WV	025		
4820615	Ronda	ronda	US	28670	0	America/New_York	38.16788	-81.44734	197			WV	039		
4820626	Romance	romance	US	72136	0	America/New_York	38.59731	-81.59874	204			WV	035		
4820638	Rose Hill	rose-hill	US	24281	0	America/New_York	39.41066	-77.82777	152			WV	037		
4820652	Rosebud	rosebud	US	57570	0	America/New_York	39.36759	-80.41231	299			WV	033		
4820653	Rosedale	rosedale	US	11422	0	America/New_York	38.73926	-80.94288	237			WV	007		
4820654	Rosedale	rosedale	US	11422	0	America/New_York	37.99928	-81.14038	609			WV	019		
4820656	Rosedale	rosedale	US	11422	0	America/New_York	39.68675	-79.96506	304			WV	061		
4820668	Rosemont	rosemont	US	08556	0	America/New_York	39.46315	-77.97916	151			WV	003		
4820669	Rosemont	rosemont	US	08556	0	America/New_York	39.2687	-80.16286	306	Rosemont,Tyrconnell Mines		WV	091		
4820685	Ross	ross	US	45061	0	America/New_York	39.49703	-80.69927	260			WV	103		
4820747	Rover	rover	US	72860	0	America/New_York	39.01453	-81.42707	196			WV	105		
4820758	Rowlesburg	rowlesburg	US	26425	581	America/New_York	39.34843	-79.67089	422	Rowlesburg,Rowlesburgh,The River City,Tunnelton,Vicksburg		WV	077		
4820770	Royal	royal	US	51357	0	America/New_York	37.85289	-81.06788	379			WV	081		
4820828	Rupert	rupert	US	05768	932	America/New_York	37.96317	-80.68953	744			WV	025		
4820869	Rusk	rusk	US	75785	0	America/New_York	39.15508	-81.254	201			WV	085		
4820876	Rushville	rushville	US	14544	0	America/New_York	38.70065	-81.33901	235			WV	087		
4820881	Russellville	russellville	US	29476	0	America/New_York	38.0765	-80.89232	580	Barkville,Russellville		WV	019		
4820883	Ruth	ruth	US	39662	0	America/New_York	38.31037	-81.72818	210			WV	039		
4820889	Rutherford	rutherford	US	07070	0	America/New_York	39.15063	-81.17067	210			WV	085		
4820893	Rutledge	rutledge	US	30663	0	America/New_York	38.36427	-81.5404	226	Rutledge,Valley Grove		WV	039		
4820894	Ryan	ryan	US	52330	0	America/New_York	38.64259	-81.4729	208			WV	087		
4820912	Sabine	sabine	US	25916	0	America/New_York	37.67872	-81.50149	485	Glen Morrison,Sabine		WV	109		
4820938	Saint Albans	saint-albans	US	04971	11044	America/New_York	38.38565	-81.83624	186	Coals Mouth,Coalsmouth,Cole's Mouth,Kanawha City,Philippi,Saint Albans,St. Albans		WV	039		
4820975	Saint Cloud	saint-cloud	US	34769	0	America/New_York	39.70203	-80.40091	456			WV	061		
4820993	Saint George	saint-george	US	29477	0	America/New_York	39.16677	-79.70229	476	Fort Minear,Saint George,St. George,Westernford		WV	093		
4821011	Saint Joe	saint-joe	US	46785	0	America/New_York	39.4887	-79.63227	371			WV	077		
4821043	Saint Joseph	saint-joseph	US	38481	0	America/New_York	39.73036	-80.71314	427			WV	051		
4821062	Saint Leo	saint-leo	US	33574	0	America/New_York	39.64286	-80.36091	325			WV	061		
4821087	Saint Marys	saint-marys	US	15857	1860	America/New_York	39.39174	-81.20511	190	Saint Mary's,Saint Marys,St. Marys	073	WV	073		
4821180	Salem	salem	US	01970	0	America/New_York	37.98928	-81.11538	653	Bowlin,Bowling,New Salem,Oneal,Salem		WV	019		
4821181	Salem	salem	US	01970	0	America/New_York	39.7048	-79.57754	633			WV	077		
4821203	Salem	salem	US	01970	1551	America/New_York	39.28287	-80.55899	320	New Salem,Salem,Sejlem,salm,sylm  mghrby wrjynya,sylm  wyrjynyay ghrby,Сейлем,Сејлем,سالم,سیلم، مغربی ورجینیا,سیلم، ویرجینیای غربی		WV	033		
4821232	Salt Lick	salt-lick	US	40371	0	America/New_York	39.39232	-79.597	522			WV	077		
4821246	Salt Rock	salt-rock	US	25559	388	America/New_York	38.32314	-82.22098	177	Salt Rock,Saltrock		WV	011		
4821281	Samaria	samaria	US	48177	0	America/New_York	39.44842	-80.05757	326			WV	049		
4821307	Sand Fork	sand-fork	US	26430	0	America/New_York	38.46732	-81.00594	248			WV	015		
4821308	Sand Fork	sand-fork	US	26430	156	America/New_York	38.91398	-80.74982	224	Layopolis,Sand Fork		WV	021		
4821374	Sanderson	sanderson	US	32087	0	America/New_York	38.36455	-81.36817	219			WV	039		
4821382	Sandhill	sandhill	US	39161	0	America/New_York	39.25341	-81.26428	333			WV	085		
4821397	Sandstone	sandstone	US	25985	0	America/New_York	37.77095	-80.89148	412	New Richmond,New River Falls,Sandstone		WV	089		
4821404	Sandusky	sandusky	US	14133	0	America/New_York	39.55563	-80.85899	226			WV	095		
4821405	Sandy	sandy	US	84070	0	America/New_York	38.40926	-81.51096	186			WV	039		
4821406	Sandy	sandy	US	84070	0	America/New_York	39.63536	-80.1948	332			WV	061		
4821444	Sandyville	sandyville	US	25275	0	America/New_York	38.90592	-81.66068	184	Sandy,Sandyville		WV	035		
4821452	Sanger	sanger	US	76266	0	America/New_York	37.9565	-81.11288	514			WV	019		
4821456	Santiago	santiago	US	55377	0	America/New_York	39.36981	-80.20147	315			WV	091		
4821458	Sarah	sarah	US	38665	0	America/New_York	38.33009	-82.25765	176			WV	011		
4821461	Sardis	sardis	US	30456	0	America/New_York	39.33759	-80.41787	295			WV	033		
4821471	Sarah Ann	sarah-ann	US	25644	345	America/New_York	37.71122	-81.98735	304			WV	045		
4821476	Sassafras	sassafras	US	41759	0	America/New_York	38.93425	-82.01292	213			WV	053		
4821489	Saulsbury	saulsbury	US	38067	0	America/New_York	39.12258	-81.54346	192			WV	107		
4821491	Saulsville	saulsville	US	25876	0	America/New_York	37.64289	-81.45677	594			WV	109		
4821524	Saxon	saxon	US	25180	0	America/New_York	37.79817	-81.41483	534			WV	081		
4821542	Scarbro	scarbro	US	25917	486	America/New_York	37.95317	-81.16566	529			WV	019		
4821620	Scott Depot	scott-depot	US	25560	0	America/New_York	38.44176	-81.9168	209	Scott,Scott Depot,Scotts Depot		WV	079		
4821655	Seaman	seaman	US	45679	0	America/New_York	38.90342	-81.4604	214	Seaman,Seamans		WV	087		
4821689	Secondcreek	secondcreek	US	24974	0	America/New_York	37.6654	-80.45396	571	Second Creek,Secondcreek		WV	063		
4821691	Sedalia	sedalia	US	27342	0	America/New_York	39.35981	-80.57871	257			WV	017		
4821694	Sedan	sedan	US	67361	0	America/New_York	39.2351	-78.57334	290			WV	027		
4821709	Selbyville	selbyville	US	19975	0	America/New_York	38.75399	-80.23647	575	Crites Mill,Selbyville		WV	097		
4821716	Seminole	seminole	US	16253	0	America/New_York	39.3787	-80.3212	306			WV	033		
4821717	Seminole	seminole	US	16253	0	America/New_York	37.55512	-80.84175	678			WV	089		
4821718	Seneca	seneca	US	16346	0	America/New_York	39.64091	-79.95951	271			WV	061		
4821724	Seneca Rocks	seneca-rocks	US	26884	0	America/New_York	38.83483	-79.37616	478			WV	071		
4821755	Seth	seth	US	25181	0	America/New_York	38.10816	-81.62317	214	Coons Mill,Coons Mills,Seth		WV	005		
4821772	Sewell	sewell	US	08080	0	America/New_York	37.99733	-81.02093	309	Bowyers Ferry,Sewell,West Augusta		WV	019		
4821777	Seymour	seymour	US	06483	0	America/New_York	39.59259	-78.81696	195			WV	057		
4821800	Shady Spring	shady-spring	US	25918	2998	America/New_York	37.70567	-81.09843	822	Shady Spring,Shadyspring		WV	081		
4821808	Shadyside	shadyside	US	43947	0	America/New_York	38.65121	-80.81649	252	Shady Side,Shadyside		WV	007		
4821809	Shafer	shafer	US	55074	0	America/New_York	39.21927	-79.56784	570	Shafer,Shaffer,Shaffertown		WV	093		
4821820	Shady Grove	shady-grove	US	17256	0	America/New_York	39.63759	-78.15112	241			WV	065		
4821845	Shanks	shanks	US	26761	0	America/New_York	39.31427	-78.68779	343			WV	027		
4821849	Shamrock	shamrock	US	74068	0	America/New_York	37.84066	-82.01957	239			WV	045		
4821863	Sharon	sharon	US	02067	0	America/New_York	38.15955	-81.44706	205	Penn Hollow,Sharon		WV	039		
4821877	Sharples	sharples	US	25183	0	America/New_York	37.92038	-81.82929	257	Bend,Sharples		WV	045		
4821953	Shelton	shelton	US	06484	0	America/New_York	38.43149	-81.19511	199			WV	015		
4821961	Shenandoah Junction	shenandoah-junction	US	25442	703	America/New_York	39.35871	-77.84305	164			WV	037		
4823047	Spring Hill	spring-hill	US	34606	0	America/New_York	38.35454	-81.73124	181	Spring Hill,Springhill		WV	039		
4821983	Shepherdstown	shepherdstown	US	25443	2079	America/New_York	39.4301	-77.80416	122	Macklinboro,Macklinborough Town,Maclinborough,Mecklenburg,Mecklinborg,New Mecklenburg,Pack Horse Ford,Pack Horse Settlement,Potomack,Potomoke,Potowmack,Shepardstaun,Shepherd Town,Shepherd's Town,Shepherds Town,Shepherdstown,Swearingen's Ferry,Swearingham's Ferry,shbrdztawn,shphrdstwwn  wyrjynyay ghrby,Шепардстаун,ועידת שפרדסטאון,شبردزتاون,شپهردستوون، ویرجینیای غربی		WV	037		
4821992	Sheridan	sheridan	US	04775	0	America/New_York	38.24037	-82.19848	181	Sheridan,Sheridan Station		WV	043		
4821993	Sherman	sherman	US	04776	0	America/New_York	38.99175	-81.7618	183	Mouth of Little Sandy,Sherman		WV	035		
4822001	Sherrard	sherrard	US	61281	0	America/New_York	39.9873	-80.67591	396	Fort Clark,Sherrard		WV	051		
4822006	Sherwood	sherwood	US	21665	0	America/New_York	39.27953	-80.6776	250			WV	017		
4822013	Shiloh	shiloh	US	08353	0	America/New_York	37.79956	-81.39261	583			WV	081		
4822014	Shiloh	shiloh	US	08353	0	America/New_York	39.45619	-81.0115	198			WV	095		
4822050	Shinnston	shinnston	US	26431	2171	America/New_York	39.39564	-80.30009	283	Shin Town,Shinns Town,Shinnston,Shinnstown		WV	033		
4822059	Shirley	shirley	US	01464	0	America/New_York	39.39814	-80.7651	220			WV	095		
4822063	Shoals	shoals	US	25562	0	America/New_York	38.32703	-82.47515	173	Buffalo Shoals,Shoals		WV	099		
4822066	Shock	shock	US	26638	0	America/New_York	38.77843	-80.9665	226			WV	021		
4822136	Shrewsbury	shrewsbury	US	01545	652	America/New_York	38.20621	-81.4715	190	Shrewsberry,Shrewsbury		WV	039		
4822172	Sidney	sidney	US	13838	0	America/New_York	38.15703	-82.47265	193	Coleman,Sidney		WV	099		
4822200	Silver Grove	silver-grove	US	41085	0	America/New_York	39.29955	-77.75166	202			WV	037		
4822205	Silver Lake	silver-lake	US	03875	0	America/New_York	39.25427	-79.49783	765	Breedlove,Silver Lake		WV	077		
4822216	Silverton	silverton	US	79257	0	America/New_York	38.92619	-81.72235	189	Franklin,Silverton		WV	035		
4822239	Simon	simon	US	24882	0	America/New_York	37.61205	-81.73289	334	Junction City,Simon		WV	109		
4822248	Simpson	simpson	US	26435	0	America/New_York	39.26676	-80.09342	325	Claysville,Simpson		WV	091		
4822269	Sims	sims	US	27880	0	America/New_York	37.94345	-80.80176	739	Lilly Addition,Simms,Sims		WV	025		
4822282	Sinclair	sinclair	US	04779	0	America/New_York	39.26816	-79.82063	449			WV	077		
4822302	Sinks Grove	sinks-grove	US	24976	0	America/New_York	37.66429	-80.54091	670	Rocky Point,Sinks Grove		WV	063		
4822313	Sistersville	sistersville	US	26175	1366	America/New_York	39.56424	-80.99594	198	Sistersvil,Sistersville,Sisterville,Wells Landing,Ziggleton,systrfyl,systrswyl  wyrjynyay ghrby,Систерсвил,سيسترفيل,سیسترسویل، ویرجینیای غربی		WV	095		
4822355	Skelton	skelton	US	25919	0	America/New_York	37.81067	-81.18732	703			WV	081		
4822357	Skidmore	skidmore	US	64487	0	America/New_York	38.76064	-81.64596	189			WV	035		
4822401	Slab Fork	slab-fork	US	25920	0	America/New_York	37.68706	-81.33149	561			WV	081		
4822433	Slagle	slagle	US	71475	0	America/New_York	37.81955	-81.84067	369			WV	045		
4822435	Slanesville	slanesville	US	25444	0	America/New_York	39.37315	-78.52279	360	Cross Roads,Dog Town,Slain's Cross Roads,Slane's Cross Roads,Slanesville		WV	027		
4822610	Smithburg	smithburg	US	26436	0	America/New_York	39.28925	-80.73427	244	Pritchards Mills,Smithburg,Smithburg Station,Smithton		WV	017		
4822612	Smithers	smithers	US	25186	790	America/New_York	38.18122	-81.30706	194			WV	019		
4822616	Smithtown	smithtown	US	11787	0	America/New_York	39.52953	-80.04146	301	Smithtown,White Day,Whiteday		WV	061		
4822617	Smithville	smithville	US	26178	0	America/New_York	39.55314	-80.11952	297			WV	049		
4822618	Smithville	smithville	US	26178	0	America/New_York	39.07397	-81.09428	209	Smithton,Smithville		WV	085		
4822624	Smithfield	smithfield	US	02917	159	America/New_York	39.49953	-80.56176	258	Smithfield,Sodom		WV	103		
4822639	Smoot	smoot	US	24977	0	America/New_York	37.87873	-80.65897	756			WV	025		
4822687	Snowflake	snowflake	US	85937	0	America/New_York	37.74679	-80.55452	510	Snow Flake,Snowflake		WV	025		
4822702	Snow Hill	snow-hill	US	21863	0	America/New_York	38.32482	-81.57151	184			WV	039		
4822721	Sod	sod	US	25564	0	America/New_York	38.24426	-81.87624	238	Scioto,Sod		WV	043		
4822741	Sophia	sophia	US	25921	1318	America/New_York	37.70761	-81.25066	707			WV	081		
4822764	South Charleston	south-charleston	US	25303	13045	America/New_York	38.36843	-81.69957	183	Saut Charlston,Saut-Charlston,nan cha er si dun,sausucharusuton,sawth tsharlstwn,Саут Чарлстон,Саут-Чарлстон,جنوبی چارلسٹن، مغربی ورجینیا,ساوث تشارلستون,サウスチャールストン,南查爾斯頓		WV	039		
4822828	South Grafton	south-grafton	US	01560	0	America/New_York	39.33704	-80.02035	321			WV	091		
4822844	South Park	south-park	US	15129	0	America/New_York	38.31371	-81.6029	225			WV	039		
4822845	South Park	south-park	US	15129	0	America/New_York	39.10676	-80.39398	328			WV	041		
4822846	South Park	south-park	US	15129	0	America/New_York	39.61897	-79.95395	359			WV	061		
4822878	Southside	southside	US	25187	0	America/New_York	38.71675	-81.96875	172			WV	053		
4822888	Spangler	spangler	US	15775	0	America/New_York	38.30066	-81.28817	329	Spangler,Sprangler		WV	039		
4822889	Spangler	spangler	US	15775	0	America/New_York	38.60622	-80.02368	666			WV	083		
4822898	Spanishburg	spanishburg	US	25922	0	America/New_York	37.44595	-81.12009	628	Spanishburg,Spanishburgh		WV	055		
4822925	Speed	speed	US	27881	0	America/New_York	38.7337	-81.37762	246			WV	087		
4822927	Spelter	spelter	US	26438	346	America/New_York	39.34509	-80.31787	307	Spelter,Zeising		WV	033		
4822933	Spencer	spencer	US	01562	2195	America/New_York	38.80203	-81.35095	228	California,California Court House,Cassville,New California,Spencer,Spencer Court House,Spenser,Tanners Cross Roads,Tanners Crossroads,aspnsr  wyrjynyay ghrby,sbnsr,Спенсер,اسپنسر، ویرجینیای غربی,سبنسر	087	WV	087		
4822994	Sprague	sprague	US	68438	0	America/New_York	37.79317	-81.18399	722			WV	081		
4823032	Spring Creek	spring-creek	US	16436	0	America/New_York	37.95401	-80.34896	577	Hankins,Spring Creek,Springcreek		WV	025		
4823036	Spring Dale	spring-dale	US	25986	0	America/New_York	37.87984	-80.80342	837	Spring Dale,Springdale		WV	019		
4823065	Spring Mills	spring-mills	US	16875	0	America/New_York	39.55843	-77.95389	136	Spring Mills,Springmills		WV	003		
4823086	Spring Run	spring-run	US	17262	0	America/New_York	39.43258	-81.16733	189			WV	073		
4823095	Spring Valley	spring-valley	US	10977	0	America/New_York	38.38536	-82.51682	204			WV	099		
4823102	Springfield	springfield	US	01101	477	America/New_York	39.45065	-78.69363	224	Springfild,Спрингфилд		WV	027		
4823122	Sproul	sproul	US	16682	0	America/New_York	38.25121	-81.7954	191	Big Coal,Bigcoal,Sproul		WV	039		
4823123	Spruce	spruce	US	48762	0	America/New_York	38.45678	-79.9559	1179			WV	075		
4823225	Spurgeon	spurgeon	US	47584	0	America/New_York	39.10092	-80.78038	257			WV	021		
4823226	Spurlockville	spurlockville	US	25565	0	America/New_York	38.12621	-82.02096	232	Spurlocksville,Spurlockville		WV	043		
4823238	Squire	squire	US	24884	0	America/New_York	37.23845	-81.60983	507	Board Camp,Godby,Squire		WV	047		
4823285	Stanaford	stanaford	US	25927	1350	America/New_York	37.81595	-81.15232	734	Riley,Stanaford		WV	081		
4823290	Standard	standard	US	61363	0	America/New_York	38.13622	-81.40067	209			WV	039		
4823309	Star City	star-city	US	46985	2014	America/New_York	39.65841	-79.98645	291			WV	061		
4823323	Stark	stark	US	66775	0	America/New_York	37.91205	-81.74401	317			WV	005		
4823414	Stephenson	stephenson	US	22656	0	America/New_York	37.58039	-81.32621	467	Devils Fork,Devilsfork,Stephenson		WV	109		
4823429	Stevensburg	stevensburg	US	22741	0	America/New_York	39.30093	-79.79562	457	Stevensboro,Stevensburg		WV	077		
4823430	Stewart	stewart	US	37175	0	America/New_York	39.24258	-81.51596	188			WV	107		
4823449	Stewartstown	stewartstown	US	17363	0	America/New_York	39.70425	-79.90061	386	Stewartstown,Stuarts Town		WV	061		
4823451	Stickney	stickney	US	57375	0	America/New_York	37.9015	-81.52761	291			WV	081		
4823503	Stollings	stollings	US	25646	316	America/New_York	37.8376	-81.96457	205			WV	045		
4823563	Stoneville	stoneville	US	27048	0	America/New_York	37.56011	-81.65122	372	Ox,Stoneville		WV	109		
4823641	Stover	stover	US	65078	0	America/New_York	37.81428	-81.35399	529			WV	081		
4823655	Stowe	stowe	US	05672	0	America/New_York	37.80622	-81.75873	323	Stow,Stowe		WV	045		
4823729	Streeter	streeter	US	58483	0	America/New_York	37.62734	-81.01787	604			WV	089		
4823737	Stringtown	stringtown	US	74569	0	America/New_York	39.02871	-79.90868	528			WV	001		
4823738	Stringtown	stringtown	US	74569	0	America/New_York	38.66843	-81.33929	223	Hammack,Shamblings Mill,String Town,Stringtown		WV	087		
4823739	Stringtown	stringtown	US	74569	0	America/New_York	39.44536	-80.69816	247	Alvy,Stringtown		WV	095		
4823743	Stringtown	stringtown	US	74569	0	America/New_York	39.48203	-80.35231	327	Ringtown,Stringtown		WV	049		
4823839	Sugar Grove	sugar-grove	US	16350	0	America/New_York	38.51123	-79.32171	573	Sugar Grove,Sugargrove		WV	071		
4823872	Sugar Valley	sugar-valley	US	30746	0	America/New_York	39.61119	-79.64005	520			WV	077		
4823878	Sugar Valley	sugar-valley	US	30746	0	America/New_York	39.41952	-81.08706	187			WV	073		
4823939	Sullivan	sullivan	US	03445	0	America/New_York	37.70373	-81.19427	689			WV	081		
4823942	Sully	sully	US	50251	0	America/New_York	38.95705	-79.57283	942	Middle Mountain,Panther Camp,Sully		WV	083		
4823962	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	37.83094	-82.10291	251			WV	045		
4823970	Sumerco	sumerco	US	25567	0	America/New_York	38.23121	-81.91152	369			WV	043		
4823980	Summers	summers	US	72769	0	America/New_York	39.15759	-80.82872	250			WV	017		
4824011	Summit	summit	US	07901	0	America/New_York	38.21982	-81.9068	346			WV	043		
4824013	Summit	summit	US	07901	0	America/New_York	39.35452	-81.51179	217			WV	107		
4824022	Summit Point	summit-point	US	25446	0	America/New_York	39.24955	-77.95861	192			WV	037		
4824027	Summersville	summersville	US	26651	3478	America/New_York	38.28122	-80.8526	573	Nicholas Court House,Samervil,Sammersvill,Somerville,Summersville,samrswyl  wyrjynyay ghrby,smrsfyl,Самервил,Саммерсвилл,سامرسویل، ویرجینیای غربی,سمرسفيل	067	WV	067		
4824030	Sun Valley	sun-valley	US	83353	0	America/New_York	39.27731	-80.43731	347			WV	033		
4824031	Sun Valley	sun-valley	US	83353	0	America/New_York	38.3662	-81.83096	184			WV	039		
4824045	Sun	sun	US	70463	0	America/New_York	37.91928	-81.16982	515			WV	019		
4824059	Sunnyside	sunnyside	US	11104	0	America/New_York	39.42341	-80.81844	225			WV	095		
4824061	Sunnyside	sunnyside	US	11104	0	America/New_York	39.63869	-79.95617	287			WV	061		
4824071	Sunflower	sunflower	US	36581	0	America/New_York	38.90508	-81.47818	222	Sun Flower,Sunflower		WV	087		
4824081	Sunset Beach	sunset-beach	US	28468	0	America/New_York	39.67952	-79.85645	267			WV	061		
4824096	Superior	superior	US	51363	0	America/New_York	37.42122	-81.54233	431	Dixopoca,Dixopois,Superior		WV	047		
4824105	Surveyor	surveyor	US	25932	0	America/New_York	37.76595	-81.31788	589			WV	081		
4824118	Sutton	sutton	US	01590	984	America/New_York	38.66454	-80.70982	256	Braxton Court House,Fultonsville,Newville,Saton,Satton,Sutton,Suttonsville,Suttonville,satn  wyrjynyay ghrby,satwn,Сатон,Саттон,ساتن، ویرجینیای غربی,ساتون	007	WV	007		
4824172	Sweet Springs	sweet-springs	US	65351	0	America/New_York	37.62846	-80.24145	620	Old Sweet,Sweet Springs,Sweetsprings		WV	063		
4824197	Swiss	swiss	US	26690	0	America/New_York	38.23316	-81.12788	224	Little Elk,Swiss		WV	067		
4824200	Switchback	switchback	US	24887	0	America/New_York	37.37123	-81.38566	618			WV	047		
4824205	Switzer	switzer	US	25647	595	America/New_York	37.79316	-81.98762	227			WV	045		
4824209	Sycamore	sycamore	US	15364	0	America/New_York	38.83537	-81.09539	242			WV	013		
4824210	Sycamore	sycamore	US	15364	0	America/New_York	39.15288	-78.91419	223			WV	031		
4824211	Sycamore	sycamore	US	15364	0	America/New_York	37.82788	-82.07124	258			WV	045		
4824260	Sylvester	sylvester	US	25193	153	America/New_York	38.01038	-81.55761	264			WV	005		
4824293	Tad	tad	US	25201	0	America/New_York	38.33343	-81.49429	198	Big Bottom,Tad		WV	039		
4824300	Talcott	talcott	US	24981	0	America/New_York	37.65151	-80.75425	465	Rolinsburgh,Rollinsburg,Talcott		WV	089		
4824304	Talbott	talbott	US	37877	0	America/New_York	38.97705	-80.01341	690	Talbot,Talbot Store,Talbott,Talbott's,Talbotts		WV	001		
4824310	Tallmansville	tallmansville	US	26237	0	America/New_York	38.91343	-80.18008	510	Strader Station,Stroder,Tallmansville		WV	097		
4824335	Tanner	tanner	US	35671	0	America/New_York	38.98148	-80.94955	230	Tanner,Tanner's,Tanners,Tannerville		WV	021		
4824356	Tappan	tappan	US	10983	0	America/New_York	39.3762	-80.15814	321	Tappan,Turkey Run		WV	091		
4824376	Tate	tate	US	30177	0	America/New_York	38.61593	-80.91094	296	Tate,Tate Creek		WV	007		
4824387	Taylor	taylor	US	18517	0	America/New_York	39.04705	-78.97975	260			WV	031		
4824435	Taylorville	taylorville	US	62568	0	America/New_York	37.66427	-82.15652	264			WV	059		
4824446	Teaberry	teaberry	US	41660	0	America/New_York	37.77068	-80.44035	587			WV	025		
4824457	Teays	teays	US	25569	0	America/New_York	38.44176	-81.95291	212	Teayes,Teays,Teayse,Teazes		WV	079		
4824481	Tenmile	tenmile	US	97481	0	America/New_York	38.87399	-80.18952	494	Sellars,Sellers,Ten Mile,Tenmile		WV	097		
4824515	Terra Alta	terra-alta	US	26764	1493	America/New_York	39.44565	-79.54644	787	Cranberry,Cranberry Station,Cranberry Summit,Green Glades,Portland,Salt Lick,Salt Lick Falls,Terra Alta		WV	077		
4824532	Terry	terry	US	39170	0	America/New_York	37.86095	-81.09899	365			WV	081		
4825316	Twilight	twilight	US	25204	90	America/New_York	37.92733	-81.62345	324			WV	005		
4824565	Thayer	thayer	US	46381	0	America/New_York	37.90123	-81.03093	341			WV	019		
4824597	Thomas	thomas	US	26292	565	America/New_York	39.149	-79.49811	925	Tomas,tams  wyrjynyay ghrby,twmas,Томас,تامس، ویرجینیای غربی,توماس		WV	093		
4824682	Thornwood	thornwood	US	10594	0	America/New_York	38.55845	-79.737	881	Dunlevie,Thornwood,Winterburn Station		WV	075		
4824700	Thorpe	thorpe	US	24888	0	America/New_York	37.36873	-81.51649	438			WV	047		
4824749	Thurmond	thurmond	US	25936	5	America/New_York	37.9615	-81.08232	326	Little Monte Carlo,Little New York,Thurmond		WV	019		
4824764	Tilden	tilden	US	62292	0	America/New_York	37.729	-81.17677	810			WV	081		
4824774	Timberlake	timberlake	US	27583	0	America/New_York	38.41647	-82.32765	176			WV	011		
4824788	Tioga	tioga	US	16946	98	America/New_York	38.42039	-80.6562	683			WV	067		
4824790	Tipton	tipton	US	16684	0	America/New_York	38.259	-80.98899	387			WV	067		
4824824	Tomahawk	tomahawk	US	41262	0	America/New_York	39.53037	-78.04695	143	Tomahawk,Tomahawk Springs		WV	003		
4824857	Toney	toney	US	35773	0	America/New_York	38.01093	-82.07291	193			WV	043		
4825068	Triplett	triplett	US	65286	0	America/New_York	38.83953	-81.29817	234			WV	087		
4825076	Tripp	tripp	US	57376	0	America/New_York	37.92509	-82.4796	185	Cassie,Tripp		WV	099		
4825097	Trout	trout	US	71371	0	America/New_York	38.01679	-80.46786	690	Trout,Trout Valley		WV	025		
4825146	Tuckahoe	tuckahoe	US	08250	0	America/New_York	37.75234	-80.2734	620			WV	025		
4825185	Tunnelton	tunnelton	US	26444	299	America/New_York	39.39176	-79.7484	556	Anderson,Cassadys Summit,Cassedays Summit,Cassidys Summit,Greigsville,Tunnelton		WV	077		
4825189	Turkey	turkey	US	28393	0	America/New_York	37.64039	-81.57816	491			WV	109		
4825276	Turner	turner	US	04282	0	America/New_York	38.48149	-81.31123	213			WV	039		
4825291	Turtle Creek	turtle-creek	US	15145	0	America/New_York	38.02982	-81.8729	243	Turtle Creek,Turtlecreek		WV	005		
4825296	Turtletown	turtletown	US	37391	0	America/New_York	38.01927	-81.87346	256			WV	005		
4825406	Tyler	tyler	US	36785	0	America/New_York	39.43314	-80.82677	230			WV	095		
4825425	Tyrone	tyrone	US	14887	0	America/New_York	39.63953	-79.85867	443			WV	061		
4825440	Uneeda	uneeda	US	25205	0	America/New_York	38.03566	-81.78068	225			WV	005		
4825446	Union	union	US	03887	0	America/New_York	39.1001	-80.03813	565	Bend of the River,Union		WV	001		
4825447	Union	union	US	03887	559	America/New_York	37.59151	-80.54368	632	Union,Union Town	063	WV	063		
4825481	Union City	union-city	US	07087	0	America/New_York	37.43067	-81.7965	306			WV	047		
4825502	Union Mills	union-mills	US	28167	0	America/New_York	39.39119	-81.13511	193	McKim,Union Mills		WV	073		
4825533	Uniontown	uniontown	US	15401	0	America/New_York	39.63369	-80.55814	336			WV	103		
4825536	United	united	US	15689	0	America/New_York	37.99066	-81.4265	427			WV	039		
4825565	Upland	upland	US	46989	0	America/New_York	38.5687	-82.07292	220			WV	053		
4825566	Upland	upland	US	46989	0	America/New_York	37.39262	-81.42149	566	Uplan,Upland		WV	047		
4825617	Tornado	tornado	US	25202	3701	America/New_York	38.34287	-81.8443	187	Andrews Heights,Big Bend,Tornado,Upper Falls,Upper Falls of Coal River		WV	039		
4825712	Upper Tract	upper-tract	US	26866	0	America/New_York	38.78734	-79.28254	475	Upper Tract,Uppertract		WV	071		
4825731	Upperglade	upperglade	US	26266	0	America/New_York	38.40928	-80.50675	710	Upper Glade,Upperglade		WV	101		
4825738	Upton	upton	US	01568	0	America/New_York	39.54175	-80.22814	309			WV	049		
4825747	Utica	utica	US	13501	0	America/New_York	39.04536	-81.65874	205			WV	035		
4825755	Vale	vale	US	28168	0	America/New_York	37.8804	-80.72175	741			WV	025		
4825761	Valley Bend	valley-bend	US	26293	0	America/New_York	39.06177	-79.97147	599			WV	001		
4825785	Valley Falls	valley-falls	US	12185	0	America/New_York	39.38953	-80.08758	310	Valley Falls,Valleyfalls		WV	049		
4825800	Valley Head	valley-head	US	26294	267	America/New_York	38.54511	-80.0359	723			WV	083		
4825810	Valley Mills	valley-mills	US	76689	0	America/New_York	39.31785	-81.44318	219			WV	107		
4825834	Van	van	US	25206	211	America/New_York	37.97122	-81.71095	253			WV	005		
4825854	Van Voorhis	van-voorhis	US	15366	0	America/New_York	39.68286	-79.95506	250	Van Voorhis,Van Vorhis,Vanvoorhis		WV	061		
4825856	Vance	vance	US	29163	0	America/New_York	39.37815	-78.73863	201			WV	027		
4825876	Vandalia	vandalia	US	45377	0	America/New_York	38.35649	-81.66401	256			WV	039		
4825877	Vandalia	vandalia	US	45377	0	America/New_York	38.92704	-80.4037	331	Austin,Big Skin Creek,Big Skincreek,Vandalia		WV	041		
4825878	Vandalia	vandalia	US	45377	0	America/New_York	38.75953	-81.44429	244			WV	087		
4825895	Varney	varney	US	25696	0	America/New_York	37.66927	-82.12208	292	Tomstown,Varney		WV	059		
4825902	Vaucluse	vaucluse	US	29850	0	America/New_York	39.3848	-81.2315	196			WV	073		
4825903	Vaughan	vaughan	US	27586	0	America/New_York	38.27844	-81.14455	247			WV	067		
4825917	Venus	venus	US	16364	0	America/New_York	37.36206	-81.53677	444			WV	047		
4825918	Verdunville	verdunville	US	25649	687	America/New_York	37.84455	-82.05513	268			WV	045		
4825924	Verner	verner	US	25650	0	America/New_York	37.66344	-81.8504	238			WV	059		
4825926	Vernon	vernon	US	05354	0	America/New_York	38.71121	-80.49425	480			WV	007		
4825927	Vernon	vernon	US	05354	0	America/New_York	39.6573	-80.80621	425			WV	103		
4825946	Victor	victor	US	14564	0	America/New_York	38.13261	-81.07649	425			WV	019		
4825947	Victor	victor	US	14564	0	America/New_York	38.42343	-81.42623	195			WV	039		
4825952	Victoria	victoria	US	23974	0	America/New_York	39.41787	-79.88923	382	Franklin,Irondale,Victoria		WV	077		
4825976	Vienna	vienna	US	04360	10573	America/New_York	39.32702	-81.54846	194	Vajena,Vienna,biena,fyyna,wei ye na,wyana  mghrby wrjynya,wyna  wyrjynyay ghrby,Вајена,Виенна,فيينا,ویانا، مغربی ورجینیا,وینا، ویرجینیای غربی,ビエナ,维也纳		WV	107		
4826016	Viola	viola	US	19979	0	America/New_York	39.51314	-80.10063	263			WV	049		
4826017	Viola	viola	US	19979	0	America/New_York	39.96508	-80.5898	246			WV	051		
4826020	Violet	violet	US	70092	0	America/New_York	38.15706	-80.14201	636	Dan,Island Ford,Mouth of Beaver Creek,Violet		WV	075		
4826035	Vivian	vivian	US	57576	82	America/New_York	37.41817	-81.48733	494	Clausen,East Vivian,Vivian,Vivian Yard		WV	047		
4826038	Volga	volga	US	26238	0	America/New_York	39.07843	-80.13536	436	Brunners Village,Burnersville,Volga		WV	001		
4826041	Vulcan	vulcan	US	49892	0	America/New_York	37.55233	-82.12596	225			WV	059		
4826227	Wade	wade	US	28395	0	America/New_York	38.53788	-80.82066	446			WV	067		
4826228	Wade	wade	US	28395	0	America/New_York	39.70786	-80.56175	271			WV	103		
4826260	Wagoner	wagoner	US	74467	0	America/New_York	39.53815	-78.67224	170	Round Bottom,Wagner,Wagoner		WV	057		
4826261	Wahoo	wahoo	US	68066	0	America/New_York	39.45509	-80.22675	272	Traction Park,Wahoo		WV	049		
4826271	Wakefield	wakefield	US	01880	0	America/New_York	39.22091	-81.64179	212			WV	107		
4826278	Waiteville	waiteville	US	24984	0	America/New_York	37.47374	-80.422	669			WV	063		
4826282	Walker	walker	US	26180	0	America/New_York	39.17924	-81.38401	190	Walker,Walkers Creek		WV	107		
4826314	Walkersville	walkersville	US	21793	0	America/New_York	38.86954	-80.45675	338	Bennett's Mills,Bennetts Mill,Slabtown,The Fork,The Forks,Walkersville,Walkerville		WV	041		
4826320	Wallace	wallace	US	26448	0	America/New_York	39.40953	-80.48981	313			WV	033		
4826321	Wallace	wallace	US	26448	0	America/New_York	38.45898	-81.66179	208			WV	039		
4826330	Wallback	wallback	US	25285	0	America/New_York	38.56565	-81.13039	233			WV	087		
4826341	Walnut	walnut	US	38683	0	America/New_York	38.68898	-81.05761	261			WV	013		
4826342	Walnut	walnut	US	38683	0	America/New_York	38.42317	-80.07396	948			WV	075		
4826343	Walnut Bottom	walnut-bottom	US	17266	0	America/New_York	39.10594	-79.01614	371			WV	031		
4826360	Walnut Grove	walnut-grove	US	35990	0	America/New_York	38.73509	-81.30262	247	Walnut Grove,Walnutgrove		WV	087		
4826382	Walnut Hill	walnut-hill	US	62893	0	America/New_York	37.82371	-82.02929	222			WV	045		
4826410	Walton	walton	US	13856	0	America/New_York	38.63898	-81.40207	217	Droddyville,Walton		WV	087		
4826421	Wana	wana	US	26590	0	America/New_York	39.70369	-80.29841	314	Wana,Wise		WV	061		
4826422	Wanda	wanda	US	56294	0	America/New_York	37.85872	-81.9279	234			WV	045		
4826428	Waneta	waneta	US	40488	0	America/New_York	38.54872	-80.24313	1006			WV	101		
4826431	War	war	US	24892	775	America/New_York	37.30122	-81.69094	408	Miners City,War,War Creek		WV	047		
4826439	Ward	ward	US	29166	0	America/New_York	38.24649	-81.38817	216			WV	039		
4826457	Warden	warden	US	98857	0	America/New_York	37.80789	-81.16093	731			WV	081		
4826462	Wardensville	wardensville	US	26851	274	America/New_York	39.07511	-78.59779	308	Trout Run,Wardensville		WV	031		
4826473	Warfield	warfield	US	23889	0	America/New_York	38.38677	-81.18372	313			WV	015		
4826503	Warwick	warwick	US	01378	0	America/New_York	38.28234	-80.06395	795			WV	075		
4826505	Warriormine	warriormine	US	24894	0	America/New_York	37.29289	-81.69705	429	Warrior,Warrior Mine,Warriormine		WV	047		
4826510	Washburn	washburn	US	04786	0	America/New_York	39.1423	-81.04678	229			WV	085		
4826522	Washington	washington	US	03280	1175	America/New_York	39.26119	-81.6718	196	Vashington,Вашингтон		WV	107		
4826551	Waterloo	waterloo	US	13165	0	America/New_York	38.73092	-81.93458	167			WV	053		
4826553	Watkins	watkins	US	52354	0	America/New_York	39.58619	-80.86094	361			WV	095		
4826558	Watson	watson	US	35181	0	America/New_York	39.4637	-80.16008	294	Capon Springs,Watson		WV	049		
4826574	Wattsville	wattsville	US	23483	0	America/New_York	38.49594	-80.86093	506			WV	015		
4826578	Waverly	waverly	US	14892	395	America/New_York	39.33813	-81.37956	189	Bull Creek,Waverly		WV	107		
4826592	Wayne	wayne	US	04284	1382	America/New_York	38.22147	-82.44237	212	Fairview,Trouts Hill,Wayne,Wayne Court House	099	WV	099		
4826607	Wayside	wayside	US	24985	0	America/New_York	37.59207	-80.68869	605			WV	063		
4826614	Weaver	weaver	US	36277	0	America/New_York	38.96927	-79.93091	590			WV	083		
4826618	Webb	webb	US	36376	0	America/New_York	37.96981	-82.48237	187			WV	099		
4826640	Webster	webster	US	01570	0	America/New_York	39.29676	-80.04536	314			WV	091		
4826648	Webster Springs	webster-springs	US	26288	1009	America/New_York	38.47927	-80.41342	445	Addison,Fork Lick,Forklick,Fort Lick,Salt Springs,Webster Court House,Webster Springs	101	WV	101		
4826660	Welch	welch	US	24801	1973	America/New_York	37.43289	-81.58455	402	Velch,wlch  wyrjynyay ghrby,wlsh,Велч,ولش,ولچ، ویرجینیای غربی	047	WV	047		
4826677	Wellford	wellford	US	29385	0	America/New_York	38.53065	-81.33984	192	Junction Palace,Welford,Wellford		WV	039		
4826679	Wellington	wellington	US	33414	0	America/New_York	38.83342	-81.34234	216			WV	087		
4826708	Wendel	wendel	US	15691	0	America/New_York	39.29648	-80.10536	361	Wendel,Wendel Mines		WV	091		
4826711	Wenonah	wenonah	US	08090	0	America/New_York	37.46539	-81.24566	746	Dott,Wenonah,Wenonan		WV	055		
4826742	West	west	US	39192	0	America/New_York	39.67841	-80.66981	339			WV	103		
4826747	West Columbia	west-columbia	US	25287	0	America/New_York	38.98313	-82.06348	174			WV	053		
4826754	West End	west-end	US	27376	0	America/New_York	39.4687	-80.15591	313			WV	049		
4826755	West End	west-end	US	27376	0	America/New_York	39.39037	-79.7709	550			WV	077		
4826777	West Hamlin	west-hamlin	US	25571	762	America/New_York	38.28564	-82.1957	180			WV	043		
4826808	West Union	west-union	US	26456	831	America/New_York	39.29647	-80.77705	240	Lewisport,Union,Vest Junion,West Union,wst aywnyn  wyrjynyay ghrby,wyst ywnywn,Вест Јунион,وست ایونین، ویرجینیای غربی,ويست يونيون,ویسٹ یونین، مغربی ورجینیا	017	WV	017		
4826809	West Union	west-union	US	26456	0	America/New_York	38.26956	-80.14007	795			WV	075		
4826855	Westchester	westchester	US	60154	0	America/New_York	39.47258	-80.18202	299			WV	049		
4826869	Westfield	westfield	US	01085	0	America/New_York	39.10565	-80.45537	322			WV	041		
4826876	Westmoreland	westmoreland	US	03467	0	America/New_York	38.40064	-82.5121	165			WV	099		
4826882	Weston	weston	US	02493	4082	America/New_York	39.03843	-80.46731	311	Flesher's Station,Fleshersville,Flesherville,Fletcherville,Preston,Uehston,Veston,Weston,wstwn  wyrjynyay ghrby,wystwn,Вестон,Уэстон,وستون، ویرجینیای غربی,ويستون	041	WV	041		
4826895	Westover	westover	US	16692	4223	America/New_York	39.63453	-79.96979	288			WV	061		
4826918	Weyanoke	weyanoke	US	70787	0	America/New_York	37.41539	-81.26093	737	Lowe,Weyanoke		WV	055		
4826919	Wharncliffe	wharncliffe	US	25651	0	America/New_York	37.55539	-81.96568	259	Wharncliffe,Wharncliffe Station		WV	059		
4826931	Wharton	wharton	US	07885	0	America/New_York	37.90344	-81.67734	292			WV	005		
4826934	Wheatland	wheatland	US	16161	0	America/New_York	39.23621	-77.9	144			WV	037		
4826945	Wheeler	wheeler	US	38880	0	America/New_York	38.68649	-80.40258	427	Pugh,Wheeler		WV	101		
4826969	Whipple	whipple	US	45788	0	America/New_York	37.96178	-81.16594	525			WV	019		
4827019	White Oak	white-oak	US	25989	0	America/New_York	37.69289	-81.07287	865	Cooperstown,White Oak		WV	081		
4827020	White Oak	white-oak	US	25989	0	America/New_York	39.07232	-80.25592	333			WV	097		
4827022	White Oak	white-oak	US	25989	0	America/New_York	39.18564	-80.90677	249	White Oak,Whiteoak		WV	085		
4827070	White Pine	white-pine	US	37890	0	America/New_York	38.94675	-81.02928	240	White Pine,Whitepine		WV	013		
4827104	White Sulphur Springs	white-sulphur-springs	US	12787	2438	America/New_York	37.79651	-80.29757	566	Dry Creek,Vajt Sulfer Springs,White Sulphur Springs,bai liu huang quan zhen,wayt salfr aspryngz  wyrjynyay ghrby,wayt swlfwr sbrynghz,Вајт Сулфер Спрингс,وايت سولفور سبرينغز,وایت سالفر اسپرینگز، ویرجینیای غربی,白硫磺泉镇		WV	025		
4827113	White Hall	white-hall	US	21161	663	America/New_York	39.4212	-80.18258	354	White Hall,Whitehall		WV	049		
4827145	Whitesville	whitesville	US	14897	475	America/New_York	37.97483	-81.529	256	East Prichard City,Jarrolds Valley,Prichard City,Whitesville		WV	005		
4827150	Whitman	whitman	US	02382	0	America/New_York	37.81344	-82.02457	240	Whitman,Whitmans		WV	045		
4827171	Whitmer	whitmer	US	26296	106	America/New_York	38.81289	-79.54894	842	Whitmer,Whitner		WV	083		
4827185	Whittaker	whittaker	US	48190	0	America/New_York	38.07761	-81.38011	246	Tomsburg,Whitaker,Whittaker		WV	039		
4827190	Widen	widen	US	25211	0	America/New_York	38.46621	-80.85732	350			WV	015		
4827199	Wiggins	wiggins	US	39577	0	America/New_York	37.65929	-80.83786	430			WV	089		
4827204	Wilbur	wilbur	US	97494	0	America/New_York	39.37647	-80.82455	314			WV	095		
4827207	Wilcoe	wilcoe	US	24895	0	America/New_York	37.38123	-81.564	420	Tug River,Wilcoe		WV	047		
4827244	Wiley	wiley	US	30581	0	America/New_York	39.33035	-81.12539	261			WV	073		
4827255	Wiley Ford	wiley-ford	US	26767	1026	America/New_York	39.61453	-78.77502	208	Dixie,South Cumberland,Wiley Ford		WV	057		
4827268	Wilkinson	wilkinson	US	25653	0	America/New_York	37.82788	-81.99762	208	Monitor,Wilkinson		WV	045		
4827271	Willard	willard	US	14588	0	America/New_York	39.38398	-80.2712	301			WV	033		
4827329	Williamsburg	williamsburg	US	01096	0	America/New_York	37.97012	-80.4923	668	Williamsburg,Williamsburgh		WV	025		
4827333	Williamson	williamson	US	14589	3003	America/New_York	37.67427	-82.27736	200	Vilijamson,wylymsn  wyrjynyay ghrby,Вилијамсон,ویلیمسن، ویرجینیای غربی	059	WV	059		
4827350	Williamsport	williamsport	US	17701	0	America/New_York	39.20149	-79.02809	312			WV	023		
4827351	Williamstown	williamstown	US	01267	2965	America/New_York	39.40063	-81.44818	193	Duncan,Vilijamstaun,Williams Town,Williamsport,Williamston,Williamstown,Williamstown (West Virginia),wylyamstwwn  wyrjynyay ghrby,wylyamztawn,Вилијамстаун,ولیمزٹاؤن، مغربی ورجینیا,ويليامزتاون,ویلیامستوون، ویرجینیای غربی		WV	107		
4827382	Willow Island	willow-island	US	69171	0	America/New_York	39.35841	-81.30817	195	Willow,Willow Island		WV	073		
4827410	Wilmore	wilmore	US	15962	0	America/New_York	37.45872	-81.75233	313	Willmore,Wilmore		WV	047		
4827411	Wilson	wilson	US	14172	0	America/New_York	38.4262	-82.33015	170			WV	011		
4827412	Wilson	wilson	US	14172	0	America/New_York	39.25427	-79.39783	760	Camden,Wilson,Wilson Station,Wilson's Mills,Wilsons,Wilsons Mill		MD	023		
4827413	Wilson	wilson	US	14172	0	America/New_York	38.38537	-81.59346	187	Benson Park,Wilson		WV	039		
4827459	Wilsondale	wilsondale	US	25699	0	America/New_York	37.95371	-82.32764	233			WV	099		
4827485	Windom	windom	US	56101	0	America/New_York	37.59872	-81.57038	515			WV	109		
4827505	Winfield	winfield	US	17889	0	America/New_York	39.48036	-80.08174	301			WV	049		
4827506	Winfield	winfield	US	17889	2354	America/New_York	38.53314	-81.89347	183	Vinfild,wynfyld,wynfyld  wyrjynyay ghrby,Винфилд,وينفيلد,وینفیلد، ویرجینیای غربی	079	WV	079		
4827530	Winifrede	winifrede	US	25214	0	America/New_York	38.19149	-81.55678	215			WV	039		
4827532	Winona	winona	US	25942	0	America/New_York	38.0465	-80.99232	584			WV	019		
4827534	Winslow	winslow	US	08095	0	America/New_York	38.30675	-82.30765	187			WV	099		
4827536	Winter	winter	US	54896	0	America/New_York	38.50954	-81.74735	215			WV	079		
4827603	Wolf Run	wolf-run	US	43970	0	America/New_York	39.9073	-80.56535	295	Wolf Run,Wolfrun		WV	051		
4827636	Wolfcreek	wolfcreek	US	24993	0	America/New_York	37.6654	-80.62397	487	Wolf Creek,Wolfcreek		WV	063		
4827640	Wolfe	wolfe	US	24751	0	America/New_York	37.30734	-81.32871	702	Roseville,Wolfe		WV	055		
4827705	Wood	wood	US	16694	0	America/New_York	38.77147	-81.91541	267			WV	053		
4827717	Woodbine	woodbine	US	08270	0	America/New_York	38.29872	-80.61453	591	Cranberry,Cranberry Station,Ganley,Woodbine		WV	067		
4827720	Woodburn	woodburn	US	42170	0	America/New_York	39.63147	-79.94423	346			WV	061		
4827736	Woodland Park	woodland-park	US	80863	0	America/New_York	39.29035	-81.51207	216			WV	107		
4827744	Woodman	woodman	US	53827	0	America/New_York	37.91207	-80.31535	560			WV	025		
4827752	Woodrow	woodrow	US	80757	0	America/New_York	38.28123	-80.1584	979			WV	075		
4827758	Woodruff	woodruff	US	29388	0	America/New_York	39.77175	-80.53786	293			WV	051		
4827760	Woodrow	woodrow	US	80757	0	America/New_York	39.49926	-78.4364	309			WV	065		
4827773	Woodville	woodville	US	01784	0	America/New_York	38.16149	-81.89207	207			WV	043		
4827814	Worley	worley	US	83876	0	America/New_York	39.7073	-80.1484	283	Andy,Browns Mill,Browns Mills,Worley		WV	061		
4827817	Worthington	worthington	US	01098	160	America/New_York	39.45259	-80.26036	281			WV	049		
4827829	Wright	wright	US	55798	0	America/New_York	37.82789	-81.10176	402			WV	081		
4827854	Wyatt	wyatt	US	26463	0	America/New_York	39.43509	-80.35342	301			WV	033		
4827862	Wyco	wyco	US	25943	0	America/New_York	37.599	-81.34288	471			WV	109		
4827878	Wyoming	wyoming	US	02898	0	America/New_York	37.58233	-81.60177	375			WV	109		
4827894	Yawkey	yawkey	US	25573	0	America/New_York	38.22509	-81.96485	227	Porter Fork,Yawkey		WV	043		
4827909	Yellow Spring	yellow-spring	US	26865	0	America/New_York	39.18233	-78.50945	273	Yellow Spring,Yellow Springs,Yellowspring		WV	027		
4827927	Yolyn	yolyn	US	25654	0	America/New_York	37.82927	-81.86123	306	Argyle,Yolyn		WV	045		
4827932	York	york	US	03909	0	America/New_York	38.90591	-82.12542	177			WV	053		
4827939	Young	young	US	85554	0	America/New_York	38.63898	-81.67679	212			WV	035		
4827955	Youngstown	youngstown	US	14174	0	America/New_York	38.09205	-81.14399	416			WV	019		
4827957	Yukon	yukon	US	15698	0	America/New_York	37.31928	-81.69622	403	Susanna,Watson,Yukon		WV	047		
4827987	Zion	zion	US	60099	0	America/New_York	38.77344	-80.26452	699			WV	097		
4828052	Oregon	oregon	US	43616	0	America/New_York	40.11412	-76.24821	91			PA	071	46896	
4828056	Talmage	talmage	US	17580	0	America/New_York	40.0001	-76.21329	112			PA	071	83256	
4828065	High Ridge	high-ridge	US	63049	0	America/Chicago	32.06265	-85.89495	195	High Ridge,Highridge		AL	011		
4828066	Cameron	cameron	US	14819	0	America/Chicago	33.79594	-87.27167	101			AL	127		
4828067	Bethel	bethel	US	04217	0	America/Chicago	33.64317	-87.4	184			AL	127		
4828068	Aquilla	aquilla	US	76622	0	America/Chicago	31.71238	-88.41391	121	Aguilla,Aquilla		AL	023		
4828071	Ariton	ariton	US	36311	746	America/Chicago	31.60017	-85.71883	140	Ariton,Charleston,Charlton,Deans Station,Weed		AL	045		
4828077	Buffalo	buffalo	US	14201	0	America/Chicago	32.94624	-85.40189	262	Buffalo,Buffalo Wallow		AL	017		
4828081	Elba	elba	US	14058	3903	America/Chicago	31.41461	-86.06772	59	Bentonville,Bridgeville,City of Flowing Wells,Elba,alba  alabama,aylba,e er ba,elaba,Елба,إيلبا,ئێلبا، ئەلاباما,البا، آلاباما,एलबा,厄尔巴	031	AL	031		
4828083	Cecil	cecil	US	15321	0	America/Chicago	32.30264	-86.00857	73	Cecil,Sledges Station		AL	101		
4828088	Greenbrier	greenbrier	US	37073	0	America/Chicago	34.83259	-87.64753	184			AL	077		
4828090	Elmore	elmore	US	36025	1271	America/Chicago	32.53874	-86.31497	62	Elmor,ai er mo er,almwr,almwr  alabama,elmora,Елмор,إلمور,ئێلمۆر، ئەلاباما,المور، آلاباما,एल्मोर,埃尔莫尔		AL	051		
4828093	Gipsy	gipsy	US	15741	0	America/Chicago	34.8937	-87.08251	177	Gipsey,Gipsy		AL	083		
4828095	Stafford	stafford	US	06075	0	America/Chicago	33.44678	-88.24503	113			AL	107		
4828104	Paragon	paragon	US	46166	0	America/Chicago	31.87626	-88.37447	76	Drag,Paragon		AL	023		
4828105	Massillon	massillon	US	44646	0	America/Chicago	32.43791	-87.29583	59			AL	047		
4828115	Pioneer	pioneer	US	37847	0	America/Chicago	33.16651	-87.88502	74			AL	107		
4828124	Slater	slater	US	29683	0	America/Chicago	31.99348	-88.10001	17			AL	023		
4828125	Sloan	sloan	US	51055	0	America/Chicago	33.8476	-86.95583	128			AL	009		
4828142	Alto	alto	US	30510	0	America/Chicago	35.57008	-90.33121	66			AR	111	91527	
4828144	Cedar Creek	cedar-creek	US	68016	0	America/Chicago	34.78538	-93.86659	168	Big Cedar,Cedar,Cedar Creek,Cedarcreek		AR	127	90714	
4828146	Beulah	beulah	US	38726	0	America/Chicago	33.48928	-91.85402	67			AR	043	93786	
4828148	Carrollton	carrollton	US	23314	0	America/Chicago	36.26257	-93.32185	361			AR	015	90681	
4828149	Brush Creek	brush-creek	US	38547	0	America/Chicago	34.21787	-92.6535	82	Brush Creek,Lucian		AR	053	93591	
4828154	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	33.99539	-93.86546	176			AR	061	92661	
4828158	Patrick	patrick	US	29584	0	America/Chicago	35.84314	-93.88381	415			AR	087	92481	
4828162	Elgin	elgin	US	16413	0	America/Chicago	35.76397	-91.29263	68			AR	067	90315	
4828170	Hickory Flat	hickory-flat	US	38633	0	America/Chicago	35.64814	-93.42046	586			AR	071	93360	
4828179	Lodi	lodi	US	07644	0	America/Chicago	34.31094	-93.70741	232			AR	109	91194	
4828183	Milo	milo	US	04463	0	America/Chicago	33.2954	-91.95013	33			AR	003	92277	
4828193	Sherwood	sherwood	US	21665	30517	America/Chicago	34.81509	-92.22432	100	Shervud,seravuda,shrwwd,shyrwwd,Шервуд,شروود,شيروود,شیرووڈ، آرکنساس,शेरवूड		AR	119	91731	
4828196	Rosie	rosie	US	72571	0	America/Chicago	35.66841	-91.53847	84			AR	063	93234	
4828198	Salado	salado	US	72575	0	America/Chicago	35.69119	-91.59569	130			AR	063	93285	
4828222	Riverview	riverview	US	33568	0	America/Chicago	30.5427	-87.19664	9			FL	033		
4828231	Eva	eva	US	35621	0	America/New_York	28.3264	-81.83341	36			FL	105		
4828241	Kendrick	kendrick	US	83537	0	America/New_York	29.25359	-82.16787	24			FL	083		
4828260	Tallevast	tallevast	US	34270	0	America/New_York	27.40171	-82.54287	10			FL	081		
4828261	Seminole	seminole	US	16253	0	America/Chicago	30.47909	-86.40995	16	Dixon,Seminole		FL	091		
4828262	Sycamore	sycamore	US	15364	0	America/New_York	30.58408	-84.82881	87			FL	039		
4828271	Bowden	bowden	US	26254	0	America/New_York	33.64455	-84.21631	259			GA	151		
4828280	Brooklyn	brooklyn	US	06234	0	America/New_York	32.17377	-84.70853	207	Brooklyn,Red Hill		GA	259		
4828293	Hermitage	hermitage	US	16148	0	America/New_York	34.32565	-85.0655	233			GA	115		
4828302	Mill Creek	mill-creek	US	17060	0	America/New_York	34.3601	-83.85851	344			GA	139		
4828304	Little Creek	little-creek	US	19961	0	America/New_York	33.88732	-85.31162	356			GA	143		
4828307	Lothair	lothair	US	59461	0	America/New_York	32.35517	-82.65541	66			GA	283		
4828311	Mize	mize	US	39116	0	America/New_York	34.47343	-83.33683	274			GA	257		
4828341	Westwood	westwood	US	02090	0	America/New_York	33.48569	-82.07901	116			GA	245		
4828343	Bogota	bogota	US	07603	0	America/Chicago	38.91838	-88.24004	165	Bogota,Santa Fe De Bogota		IL	079	70200	
4828347	Bethel	bethel	US	04217	0	America/Chicago	39.77644	-90.42485	192			IL	137		
4828350	Lick Creek	lick-creek	US	41540	0	America/Chicago	37.52255	-89.07508	152	Lick Creek,Lickcreek		IL	181		
4828354	Centerville	centerville	US	02632	0	America/Chicago	38.93033	-90.57179	162			IL	013		
4828358	Coalton	coalton	US	26257	295	America/Chicago	39.28282	-89.3012	206			IL	135	53182	
4828359	Dunn	dunn	US	28334	0	America/Chicago	39.62615	-88.69173	199	Dunn,Hampton Station		IL	139	73508	
4828362	Delta	delta	US	17314	0	America/Chicago	37.68422	-88.70284	129			IL	165	11404	
4828366	Lakewood	lakewood	US	08701	0	America/Chicago	39.32504	-88.89952	191			IL	173	41690	
4828370	Gays	gays	US	61928	277	America/Chicago	39.45809	-88.49394	230	Gays,Summit Station,Whitley Point		IL	139	81451	
4828372	Grandview	grandview	US	37337	0	America/Chicago	39.54115	-87.84614	227	Grand View,Grandview		IL	045	30822	
4828381	Haworth	haworth	US	07641	0	America/Chicago	39.825	-97.38782	442			KS	157	59575	
4828382	Franklin	franklin	US	02038	24598	America/Indiana/Indianapolis	39.48061	-86.05499	221	Franklin,franklyn,franklyn  ayndyana,fu lan ke lin,peulaengkeullin,Франклин,فرانكلين,فرانکلین، ایندیانا,فرینکلن، انڈیانا,富蘭克林,프랭클린	081	IN	081	25468	
4828384	Newton	newton	US	02458	2814	America/Chicago	38.99088	-88.16254	163	N'juton,Njuton,n'yutana,nywtn,nywtwn  aylynwy,Њутон,Ньютон,نيوتن,نیوتون، ایلینوی,نیوٹن، الینوائے,न्युटन	079	IL	079	78357	
4828385	Medora	medora	US	47260	405	America/Chicago	39.17449	-90.14317	186	Medora,Rhodes Point		IL	117	13178	
4828390	Miller	miller	US	57362	0	America/Chicago	38.53505	-89.93677	165			IL	163	66729	
4828425	Owen	owen	US	54460	0	America/Kentucky/Louisville	38.45812	-85.5419	135	Herculaneum,Owen		IN	019	12142	
4828426	Prairieton	prairieton	US	47870	0	America/Indiana/Indianapolis	39.37004	-87.47447	146	Hoggatt's Store,Honey Creek,Prairieton		IN	167	61776	
4828428	Portersville	portersville	US	16051	0	America/Indiana/Vincennes	38.4995	-86.97834	144			IN	037	06526	
4828448	Warwick	warwick	US	01378	0	America/Chicago	39.99862	-97.90727	465	Talmage,Warwick,Wilber		KS	157	06550	
4828449	Olivet	olivet	US	49076	65	America/Chicago	38.48057	-95.75165	351	Aurora,Olivet		KS	139	52725	
4828452	Stickney	stickney	US	57375	0	America/Chicago	38.63807	-98.82953	595			KS	009	77600	
4828456	Bear Branch	bear-branch	US	41714	0	America/New_York	37.16342	-83.5488	265			KY	131		
4828457	Ashcamp	ashcamp	US	41512	0	America/New_York	37.26622	-82.43487	329			KY	195		
4828462	Gray	gray	US	04039	0	America/New_York	36.94259	-84.00826	338	Gray,Grays		KY	121		
4828467	Denton	denton	US	21629	0	America/New_York	38.2648	-82.86239	193			KY	043		
4828474	Goochland	goochland	US	23063	0	America/New_York	37.43592	-84.18688	314			KY	203		
4828476	Gamaliel	gamaliel	US	42140	366	America/Chicago	36.63978	-85.79664	257	Gamalie,Gamaliel		KY	171		
4828483	Hillsdale	hillsdale	US	07642	0	America/Chicago	36.79698	-86.47638	199			KY	213		
4828489	Iola	iola	US	54945	0	America/Chicago	36.89978	-88.41476	105			KY	157		
4828503	Normal	normal	US	35762	0	America/New_York	38.44369	-82.61238	172			KY	019		
4828506	Orangeburg	orangeburg	US	10962	0	America/New_York	38.56758	-83.68881	236	Orangeburg,Williamsburg		KY	161		
4828512	Shawneetown	shawneetown	US	62984	0	America/New_York	38.01869	-84.51022	304			KY	067		
4828513	Saint Johns	saint-johns	US	18247	0	America/Chicago	36.96644	-88.67199	141			KY	145		
4828519	Stewart	stewart	US	37175	0	America/New_York	37.69118	-85.00829	285	Stewart,Stewartsville		KY	167		
4828520	South Williamson	south-williamson	US	41503	602	America/New_York	37.67205	-82.28403	202			KY	195		
4828521	Springdale	springdale	US	15144	0	America/New_York	38.62285	-83.66881	160			KY	161		
4828522	Sunnyside	sunnyside	US	11104	0	America/Chicago	37.02838	-86.30749	170	Sunny Side,Sunnyside		KY	227		
4828523	Stringtown	stringtown	US	74569	0	America/New_York	38.00813	-84.88078	262			KY	005		
4828540	Bunker	bunker	US	63629	0	America/Chicago	32.94486	-93.45017	77			LA	119		
4828542	Bringhurst	bringhurst	US	46913	0	America/Chicago	31.07491	-92.52042	56			LA	079		
4828555	Flournoy	flournoy	US	96029	0	America/Chicago	32.44932	-93.90018	86	Flournoy,Twelve Mile Crossing		LA	017		
4828565	Libuse	libuse	US	71348	0	America/Chicago	31.35407	-92.33347	53			LA	079		
4828581	Little Orleans	little-orleans	US	21766	42	America/New_York	39.62593	-78.3864	150	Little Orleans,Orleans		MD	001		
4828596	Weston	weston	US	02493	0	America/Chicago	32.24404	-92.61348	80			LA	049		
4828598	Coventry	coventry	US	02816	0	America/New_York	39.40344	-76.55469	144			MD	005		
4828605	Carlos	carlos	US	56319	153	America/New_York	39.62314	-78.95697	605			MD	001		
4828612	High Point	high-point	US	27260	0	America/New_York	39.69481	-79.1042	807			MD	023		
4828614	Springdale	springdale	US	15144	0	America/New_York	39.13872	-76.46941	11			MD	003		
4828616	Mount Vernon	mount-vernon	US	04352	808	America/New_York	39.29761	-76.6158	25			MD	510		
4828622	Southampton	southampton	US	01073	0	America/New_York	39.55177	-76.32635	94			MD	025		
4828632	Archer	archer	US	32618	0	America/Chicago	33.29734	-88.2217	97			AL	107		
4828633	The Plains	the-plains	US	20198	0	America/New_York	39.00372	-75.88716	17			MD	011		
4828635	Warwick	warwick	US	01378	0	America/New_York	39.41678	-75.77827	21			MD	015		
4828636	Victoria	victoria	US	23974	0	America/New_York	38.56651	-76.00188	3			MD	019		
4828641	Beaman	beaman	US	50609	0	America/Chicago	38.75724	-93.13354	249	Beaman,Marlin		MO	159	07642	
4828653	Chadwick	chadwick	US	61014	0	America/Chicago	36.93006	-93.05684	415			MO	043	12970	
4828655	Arcadia	arcadia	US	15712	0	America/Chicago	33.2029	-87.49362	110			AL	125		
4828668	Jadwin	jadwin	US	65501	0	America/Chicago	37.48671	-91.57098	396			MO	065	27172	
4828674	Latham	latham	US	12110	0	America/Chicago	38.56086	-92.68241	273	Latham,Latham Store		MO	135	57638	
4828677	Linn	linn	US	26384	1429	America/Chicago	38.48587	-91.85045	258	Linn,Linnville	151	MO	151	17128	
4828691	Phillipsburg	phillipsburg	US	08865	202	America/Chicago	37.55393	-92.7849	430			MO	105	57386	
4828694	Prescott	prescott	US	48756	0	America/Chicago	37.43699	-91.92154	355			MO	215	44660	
4828696	Villa Ridge	villa-ridge	US	62996	2636	America/Chicago	38.47255	-90.8868	201	Villa Ridge,Villaridge		MO	071	06958	
4828706	Stewart	stewart	US	37175	0	America/Chicago	36.37256	-89.61647	85			MO	155	10090	
4828707	Strasburg	strasburg	US	17579	142	America/Chicago	38.76001	-94.16633	258	Crawfords Fork,Lucas,Strasburg		MO	037	58718	
4828713	Lockhart	lockhart	US	29364	0	America/Chicago	32.48958	-88.58587	116	Lockhart,Markwell		MS	075		
4828718	Winston	winston	US	30187	255	America/Chicago	39.87	-94.13995	320	Crofton,Winston		MO	061	15472	
4828719	Bethesda	bethesda	US	20810	0	America/Chicago	32.1371	-90.37037	125			MS	049		
4828724	Butler	butler	US	07405	0	America/Chicago	33.22762	-90.29897	35			MS	051		
4828733	Dry Creek	dry-creek	US	25062	0	America/Chicago	34.66815	-88.73617	157			MS	139		
4828740	Hiram	hiram	US	04041	0	America/Chicago	34.06345	-90.2812	47			MS	135		
4828745	Kingston	kingston	US	02364	0	America/Chicago	31.40545	-91.27761	55	Jersey Town,Kingston		MS	001		
4828748	Mill Creek	mill-creek	US	17060	0	America/Chicago	31.6935	-88.96089	100			MS	067		
4828755	Rosedale	rosedale	US	11422	1756	America/Chicago	33.85344	-91.02789	46	Floreyville,Floryville,Rosedale,Rosedale Plantation,Rouzdejl,Rozdejl,rwsdl,rwzdyl  mysysypy,Роздейл,Роуздејл,روزدیل، میسیسیپی,روزڈیل، مسیسپی,روسدل		MS	011		
4828761	Prairie	prairie	US	39756	0	America/Chicago	33.79678	-88.66755	91	Prairie,Prairie Station		MS	095		
4828766	Shaw	shaw	US	38773	1841	America/Chicago	33.60211	-90.77458	39	Shaw,Shawsburg		MS	011		
4828767	Siloam	siloam	US	27047	0	America/Chicago	33.63679	-88.75755	78			MS	025		
4828769	Spring Hill	spring-hill	US	34606	0	America/Chicago	32.72013	-89.10256	158			MS	099		
4828775	Winterville	winterville	US	28590	0	America/Chicago	33.50178	-91.05844	41			MS	151		
4828807	Julian	julian	US	16844	0	America/New_York	35.90514	-79.6603	233			NC	081	90672	
4828812	Jasper	jasper	US	14855	0	America/New_York	35.20155	-77.20662	11			NC	049	93628	
4828823	Littlefield	littlefield	US	79339	0	America/New_York	35.43433	-77.42163	16			NC	147	90112	
4828833	Mill Neck	mill-neck	US	11765	0	America/New_York	36.51349	-76.98663	12			NC	091	91968	
4828840	Oliver	oliver	US	15472	0	America/New_York	35.49349	-78.25916	50			NC	101	92500	
4828852	Buffalo	buffalo	US	14201	0	America/New_York	39.09646	-82.64822	223			OH	079	16336	
4828861	Wood	wood	US	16694	0	America/New_York	36.18432	-78.05721	98	Wood,Woods Store		NC	069	91258	
4828862	Merchantville	merchantville	US	08109	3821	America/New_York	39.94734	-75.06656	14	Mehrkantvill,Merchantvil,mrshantwyl  nywjrsy,Мерчантвил,Мэркантвилл,مرشانتویل، نیوجرسی		NJ	007	57660	
4828864	Florence	florence	US	01062	4426	America/New_York	39.73428	-74.91822	42			NJ	007	81740	
4828867	Locust Grove	locust-grove	US	22508	0	America/New_York	39.89206	-74.95489	28			NJ	007	12280	
4828883	Bremen	bremen	US	04551	1437	America/New_York	39.70173	-82.42682	234			OH	045	69120	
4828890	Chillicothe	chillicothe	US	45601	21727	America/New_York	39.33312	-82.9824	192	Chilcotha,Chilecothe,Chilicotha,Chilicothe,Chillakothe,Chillicothe	141	OH	141	70898	
4828904	South Solon	south-solon	US	43153	361	America/New_York	39.73784	-83.61325	340	Solon,South Solon		OH	097	74784	
4828911	Oakland	oakland	US	02858	0	America/New_York	39.08424	-82.71295	254	Hillsdale,Oakland		OH	079	43204	
4828923	Coalgate	coalgate	US	74538	1867	America/Chicago	34.53815	-96.21861	185	Coalgate,Koalgehjt,Koulgejt,Liddle,kwalgat  aklahma,kwlghyt,Коалгэйт,Коулгејт,كولغيت,کوالگات، اکلاهما	029	OK	029		
4828925	Vernon	vernon	US	05354	0	America/New_York	38.71175	-82.63989	210	Campbell,Decatur,Mount Vernon,Mount Vernon Furnace,Vernon,Vernon Furnace		OH	087	21084	
4828926	Unity	unity	US	04988	0	America/New_York	38.89174	-83.52325	290			OH	001	58366	
4828935	Cato	cato	US	13033	0	America/Chicago	36.14587	-98.03256	369			OK	073		
4828945	Glenn	glenn	US	49416	0	America/Chicago	34.31787	-97.19557	274			OK	019		
4828947	Polk	polk	US	16342	0	America/Chicago	36.60837	-97.45421	305			OK	071		
4828951	Nashoba	nashoba	US	74558	0	America/Chicago	34.48205	-95.21524	210			OK	127		
4828964	Whitmire	whitmire	US	29178	0	America/Chicago	35.94425	-94.66384	263			OK	001		
4828982	Cold Spring	cold-spring	US	10516	0	America/New_York	39.92454	-77.54332	265			PA	055	30944	
4828983	Ceylon	ceylon	US	56121	0	America/New_York	39.86202	-79.98061	290			PA	059	17648	
4828990	Doe Run	doe-run	US	63637	0	America/New_York	39.91622	-75.81772	92			PA	029	83464	
4828991	Fairhope	fairhope	US	15538	0	America/New_York	39.84008	-78.79196	412			PA	111	24680	
4828998	Lambert	lambert	US	38643	0	America/New_York	39.91341	-79.87199	340			PA	051	28856	
4829004	Pleasureville	pleasureville	US	40057	0	America/New_York	39.99704	-76.70663	192	Pleasureville,Pleasureville Heights		PA	133	72992	
4829009	Mill Run	mill-run	US	15464	0	America/New_York	39.95119	-79.45448	421			PA	051	73064	
4829013	Savage	savage	US	20763	0	America/New_York	39.77341	-79.20475	769			PA	111	23168	
4829019	Ward	ward	US	29166	0	America/New_York	39.88039	-75.51159	82			PA	045	15488	
4829026	Thornton	thornton	US	03285	0	America/New_York	39.90733	-75.53159	140	Thornton,Thorntonville		PA	045	76576	
4829027	Trent	trent	US	57065	0	America/New_York	39.9848	-79.24364	589			PA	111	49024	
4829053	Corinth	corinth	US	04427	0	America/New_York	34.71232	-82.89598	276			SC	073		
4829055	Gurley	gurley	US	35748	0	America/New_York	34.00267	-78.98726	32	Bayboro,Gurley		SC	051		
4829066	Oakmont	oakmont	US	15139	0	America/New_York	32.40158	-80.76788	6			SC	013		
4829071	Oak Park	oak-park	US	48237	0	America/New_York	33.14517	-80.06231	25			SC	015		
4829090	Adger	adger	US	35006	0	America/Chicago	33.37706	-87.09361	144	Adgar,Adger		AL	073		
4829113	Cusick	cusick	US	99119	0	America/New_York	35.85119	-84.22158	298	Cusick,Cuzick		TN	105		
4829115	Finley	finley	US	38030	0	America/Chicago	36.03591	-89.4798	86			TN	045		
4829120	Edgewood	edgewood	US	21040	0	America/Chicago	36.08424	-89.22757	102			TN	045		
4829142	Milltown	milltown	US	08850	0	America/Chicago	35.99812	-87.59446	184			TN	085		
4829143	New Era	new-era	US	49446	0	America/New_York	35.8412	-83.60184	304			TN	155		
4829162	Riverview	riverview	US	33568	0	America/New_York	36.12261	-82.44431	500			TN	171		
4829167	Shady Valley	shady-valley	US	37688	0	America/New_York	36.51928	-81.9279	849	Shady,Shady Valley		TN	091		
4829171	Sugar Grove	sugar-grove	US	16350	0	America/Chicago	36.62699	-86.26749	212	Sugar Grove,Sugargrove		TN	165		
4829175	Sugar Tree	sugar-tree	US	38380	0	America/Chicago	35.82923	-88.03614	127	Sugar Tree,Sugartree		TN	039		
4829199	Berger	berger	US	63014	0	America/Chicago	31.16379	-97.31973	221			TX	027		
4829205	Eaton	eaton	US	13334	0	America/Chicago	30.97297	-96.33969	135			TX	395		
4829206	Dilley	dilley	US	78017	4223	America/Chicago	28.66748	-99.17059	171	Darlington,Dilley		TX	163		
4829208	Devine	devine	US	78016	4705	America/Chicago	29.13996	-98.90531	197			TX	325		
4829213	Hunt	hunt	US	14846	0	America/Chicago	30.07076	-99.33782	551			TX	265		
4829216	Emmett	emmett	US	48022	0	America/Chicago	31.98766	-96.79277	146			TX	349		
4829217	Hogansville	hogansville	US	30230	0	America/Chicago	32.87512	-95.6694	138			TX	379		
4829218	Gillett	gillett	US	16925	0	America/Chicago	29.1283	-97.785	107			TX	255		
4829220	San Carlos	san-carlos	US	85550	0	America/Chicago	26.6795	-98.85364	113			TX	427		
4829224	Jonesboro	jonesboro	US	04648	0	America/Chicago	31.6146	-97.87669	294			TX	099		
4829228	Manson	manson	US	27553	0	America/Chicago	28.99276	-96.61581	21			TX	239		
4829230	Olin	olin	US	28660	0	America/Chicago	31.87737	-98.10698	389			TX	193		
4829231	New Liberty	new-liberty	US	40355	0	America/Chicago	33.1718	-94.25714	121			TX	067		
4829232	New Salem	new-salem	US	01355	0	America/Chicago	31.94156	-94.95966	140			TX	401		
4829235	Pilot Knob	pilot-knob	US	63663	0	America/Chicago	30.1641	-97.69306	169			TX	453		
4829237	Buena	buena	US	08310	0	America/New_York	38.34152	-78.04805	104	Buena,Seventy-Six		VA	047		
4829242	Williams	williams	US	29493	0	America/Chicago	32.02126	-99.01839	474			TX	049		
4829243	Wallis	wallis	US	77485	1294	America/Chicago	29.63135	-96.06524	39			TX	015		
4829244	Westhoff	westhoff	US	77994	0	America/Chicago	29.19497	-97.4711	80			TX	123		
4829249	Athens	athens	US	04912	0	America/New_York	37.99264	-77.4172	69			VA	033		
4829259	Casanova	casanova	US	20139	0	America/New_York	38.65762	-77.71694	115	Casanova,Melrose,Three-Mile Switch		VA	061		
4829264	Delano	delano	US	18220	0	America/New_York	37.18844	-82.32487	600			VA	051		
4829271	Bruno	bruno	US	25611	544	America/New_York	37.69066	-81.86901	230			WV	045		
4829274	New Kent	new-kent	US	23124	239	America/New_York	37.51765	-76.97886	41	New Kent,New Kent Court House	127	VA	127		
4829280	Independence	independence	US	24348	927	America/New_York	36.62245	-81.15309	817		077	VA	077		
4829282	Hurley	hurley	US	12443	0	America/New_York	37.42039	-82.01985	298			VA	027		
4829292	Niagara	niagara	US	54151	0	America/New_York	37.25514	-79.87254	272			VA	161		
4829293	Millboro	millboro	US	24460	0	America/New_York	37.97529	-79.60419	519	Codys Tunnel,Millboro,Millboro Depot,Millborough,Millborough Depot		VA	017		
4829297	Bena	bena	US	23018	0	America/New_York	37.27098	-76.4555	2			VA	073		
4829298	New Church	new-church	US	23415	205	America/New_York	37.97901	-75.53104	7			VA	001		
4829305	Cresson	cresson	US	16630	788	America/Chicago	32.53264	-97.6178	321			TX	221		
4829306	Oldtown	oldtown	US	21555	0	America/New_York	36.65513	-80.95841	777	Old Town,Oldtown		VA	077		
4829307	Bay City	bay-city	US	48706	17598	America/Chicago	28.98276	-95.9694	16	BBC,Bej Siti,Bej-Siti,bay syty,beishiti,beisiti,by syty  tgzas,Бей-Сити,Беј Сити,باي سيتي,بی سیتی، تگزاس,ベイシティ,베이시티	321	TX	321		
4829312	Oriskany	oriskany	US	13424	0	America/New_York	37.61652	-79.98366	348	Iron Mound,Oriskany		VA	023		
4829314	Briscoe	briscoe	US	79011	0	America/New_York	39.34952	-81.5329	184			WV	107		
4829341	Wise	wise	US	24293	3119	America/New_York	36.97593	-82.57571	747	Big Glades,Gladesville Court House,Gladeville,LNP,Vajz,Wise,Wise Court House,Вајз	195	VA	195		
4829349	Grant	grant	US	32949	0	America/New_York	35.29257	-85.23579	520			TN	065		
4829351	Big Run	big-run	US	15715	0	America/New_York	39.47092	-80.37731	321			WV	049		
4829353	Maywood	maywood	US	07607	0	America/New_York	37.97178	-80.81509	952	Lees Tree,Maywood		WV	019		
4829354	Green Ridge	green-ridge	US	65332	0	America/New_York	39.58704	-78.4389	162	Baird,Green Ridge		WV	065		
4829360	Cherry	cherry	US	61317	0	America/New_York	39.00591	-81.34067	207	Cherry,Cherry Ford		WV	105		
4829364	Drennen	drennen	US	26667	0	America/New_York	38.27066	-80.99816	343	Drennan,Drennen		WV	067		
4829367	Crockett	crockett	US	24323	0	America/New_York	38.23148	-82.37765	198	Crete,Crockett		WV	099		
4829370	Fenwick	fenwick	US	26202	116	America/New_York	38.22872	-80.58231	651			WV	067		
4829372	Marne	marne	US	49435	0	America/New_York	38.47288	-81.19734	193			WV	015		
4829378	Home	home	US	15747	0	America/New_York	38.72565	-80.81316	322			WV	007		
4829379	Irene	irene	US	57037	0	America/New_York	38.1926	-81.84735	200			WV	043		
4829389	Servia	servia	US	46980	0	America/New_York	38.62038	-80.95733	272			WV	007		
4829390	Patton	patton	US	16668	0	America/New_York	37.69207	-80.48757	536	Patent,Patton		WV	063		
4829391	Oak Hill	oak-hill	US	12460	0	America/New_York	38.79147	-81.70985	279			WV	035		
4829394	New Hill	new-hill	US	27562	0	America/New_York	39.66841	-80.07146	367			WV	061		
4829397	Page	page	US	25152	224	America/New_York	38.05289	-81.26983	345			WV	019		
4829400	Peach Creek	peach-creek	US	25639	0	America/New_York	37.87455	-81.98485	205			WV	045		
4829410	Thornton	thornton	US	03285	0	America/New_York	39.34565	-79.94202	318			WV	091		
4829418	Sullivan	sullivan	US	03445	0	America/New_York	38.90733	-79.86979	598			WV	083		
4829421	West Milford	west-milford	US	07480	619	America/New_York	39.20092	-80.40426	309	Milford,West Milford		WV	033		
4829427	Adams	adams	US	01220	0	America/Chicago	32.73846	-86.83754	112			AL	021		
4829449	Abbeville	abbeville	US	29620	2620	America/Chicago	31.57184	-85.25049	137	Abbeville,Abbieville,Abevil,Ebbivill,a bi wei er,abwyl  alabama,abyfyl,aebibil,ebebhila,Абевил,Еббівілл,أبيفيل,ابویل، آلاباما,एबेभिल,阿比维尔,애비빌	067	AL	067		
4829461	Abercrombie	abercrombie	US	58001	0	America/Chicago	32.84874	-87.165	94			AL	007		
4829477	Abernathy	abernathy	US	79311	0	America/Chicago	33.65066	-85.40745	312			AL	029		
4829478	Abernant	abernant	US	35440	0	America/Chicago	33.29039	-87.19805	142	Abernant,Abernanth,Abernath,Abernath City		AL	125		
4829537	Acton	acton	US	01718	0	America/Chicago	33.42677	-86.73527	148			AL	073		
4829538	Acton	acton	US	01718	0	America/Chicago	33.35622	-86.80693	154			AL	117		
4829550	Ada	ada	US	45810	0	America/Chicago	32.10542	-86.27635	98			AL	101		
4829588	Adamsville	adamsville	US	02801	4400	America/Chicago	33.60094	-86.95611	176	Adamsvil,Adamsvill,adamsfyl,adamzwyl,edamsabhila,ya dang si wei er,Адамсвил,Адамсвілл,آدامزویل,أدامسفيل,एडम्सभिल,亚当斯维尔		AL	073		
4829600	Adamsburg	adamsburg	US	15611	0	America/Chicago	34.39898	-85.67219	447			AL	049		
4829614	Addison	addison	US	04606	741	America/Chicago	34.20232	-87.1814	239	Addision,Addison,Cobbs Store		AL	133		
4829672	Aimwell	aimwell	US	71401	0	America/Chicago	32.12154	-87.90612	80			AL	091		
4829762	Alabaster	alabaster	US	35007	32707	America/Chicago	33.24428	-86.81638	153	Alabaster,Alebastr,a la ba si te,alabastr  alabama,alabastyr,elbyastara,Алабастер,Алебастр,آلاباستر، آلاباما,ألاباستير,एल्ब्यास्टर,阿拉巴斯特		AL	117		
4829776	Albany	albany	US	05820	0	America/Chicago	34.59676	-86.96556	173	Albany,New Albany,New Decatur		AL	103		
4829780	Alberta	alberta	US	23821	0	America/Chicago	32.23209	-87.41	54	Alberta,Alberta Station		AL	131		
4829791	Albertville	albertville	US	35950	21462	America/Chicago	34.26783	-86.20878	322	Al'bertvill,Albertvil,ai bo te wei er,albartabhila,albrt‌wyl,albyrtfyl,Албертвил,Альбертвілл,آلبرت‌ویل,ألبيرتفيل,अल्बर्टभिल,艾伯特维尔		AL	095		
4829794	Alberton	alberton	US	59820	0	America/Chicago	31.27795	-86.12578	52			AL	031		
4829798	Alden	alden	US	14004	0	America/Chicago	33.63899	-86.96527	167			AL	073		
4829826	Aldrich	aldrich	US	56434	0	America/Chicago	33.10762	-86.8911	139	Aldrich,Aldrick		AL	117		
4829843	Alexander City	alexander-city	US	35010	14718	America/Chicago	32.94401	-85.95385	214	ALX,Aleksander Siti,Aleksander-Siti,Alexander,Alexander City,Youngsville,alekjendara siti,alksandr syty,alksndr syty,ya li shan da cheng,Александер Сити,Александер-Сіті,آلکساندر سیتی,ألكسندر سيتي,अलेक्जेन्डर सिटी,亚历山大城		AL	123		
4829861	Alexandria	alexandria	US	16611	3917	America/Chicago	33.77399	-85.88552	176	Aleksandrija,Alexander,Alexandria,Coffeeville,Houstons Store,Александрия		AL	015		
4829877	Alexis	alexis	US	28006	0	America/Chicago	34.17898	-85.51218	184			AL	019		
4829885	Aliceville	aliceville	US	35442	2381	America/Chicago	33.12957	-88.15142	58	AIV,Alisvil,Alisvill,ai li si wei er,alysfyl,alyswyl,elisabhila,Алисвил,Алісвілл,آلیسویل,أليسفيل,एलिसभिल,艾丽斯维尔		AL	107		
4829887	Alice	alice	US	78332	0	America/Chicago	34.12926	-86.24026	378			AL	055		
4829964	Alliance	alliance	US	28509	0	America/Chicago	32.48097	-85.56217	162			AL	087		
4829969	Allenton	allenton	US	48002	0	America/Chicago	31.93682	-87.05332	89			AL	131		
4829977	Allgood	allgood	US	35013	628	America/Chicago	33.91204	-86.50943	239	Allgood,Crossroads		AL	009		
4829979	Allred	allred	US	38542	0	America/Chicago	31.77182	-86.00828	148	Allred,Alred		AL	109		
4829980	Allison	allison	US	15413	0	America/Chicago	34.87786	-85.95942	192	Allison,Allison Mill,Big Cave,Big Coon Creek,Big Coon Valley,Bloomington		AL	071		
4829988	Allison	allison	US	15413	0	America/Chicago	32.7868	-87.97585	58	Allison,Dobbs,Hairston		AL	063		
4830004	Alliance	alliance	US	28509	0	America/Chicago	33.54789	-87.12639	141			AL	073		
4830018	Alma	alma	US	14708	0	America/Chicago	31.46405	-87.75388	79			AL	025		
4830020	Almont	almont	US	48003	0	America/Chicago	33.11456	-86.87916	135			AL	117		
4830026	Almond	almond	US	14804	0	America/Chicago	33.14651	-85.62162	257	Almond,Flat Rock		AL	111		
4830028	Alpine	alpine	US	07620	0	America/Chicago	33.34872	-86.23859	143	Alpine,Welchs Depot		AL	121		
4830032	Alpine	alpine	US	07620	0	America/Chicago	34.50536	-85.61024	450	Alpine,River Park		AL	049		
4830052	Alta Vista	alta-vista	US	50603	0	America/Chicago	32.65486	-85.39384	241			AL	081		
4830053	Alta	alta	US	51002	0	America/Chicago	33.67094	-87.53167	164	Alta,Alta Station		AL	057		
4830058	Alta Vista	alta-vista	US	50603	0	America/Chicago	33.19345	-87.52862	67			AL	125		
4830060	Altamont	altamont	US	12009	0	America/Chicago	33.21151	-87.49889	106			AL	125		
4830063	Alton	alton	US	03809	0	America/Chicago	33.57927	-86.63749	238	Alton,Franklin		AL	073		
4830069	Altoona	altoona	US	16601	924	America/Chicago	34.02621	-86.32609	291	Altuna,a er tu na,altuna,altwna,altwna  alabama,Алтуна,آلتونا,آلتونا، آلاباما,अल्टूना,阿尔图纳		AL	055		
4830099	Andalusia	andalusia	US	36420	9063	America/Chicago	31.30808	-86.48243	106	Andalusia,Andalusija,Andaluzha,New Site,an da lu xi ya,andalwsya,endalusiya,Андалужа,Андалусія,آندالوسیا,أندالوسيا,एन्डालुसिया,安达卢西亚	039	AL	039		
4830116	Anderson	anderson	US	29621	341	America/Chicago	34.07121	-85.92136	172	Anderson,Anderson Crossing,Anderson Crossroad		AL	055		
4830120	Anderson	anderson	US	29621	278	America/Chicago	34.92842	-87.26641	202	Anderson,Anderson's Creek,Andersons Creek,Андерсон		AL	077		
4830121	Anderson	anderson	US	29621	0	America/Chicago	34.19537	-85.73663	179			AL	019		
4830175	Anita	anita	US	15711	0	America/Chicago	33.17428	-86.98027	149			AL	117		
4830198	Anniston	anniston	US	36201	22347	America/Chicago	33.65983	-85.83163	219	ANB,Aniston,Annies Town,Anniston,Woodstock,aeniseuteon,an ni si dui,anisuton,annistana,annystwn,anystwn,enisatana,Анистон,Аннистон,Анністон,آنیستون,أننيستون,انیسٹن، الاباما,अन्निस्टन,एनिसटन,アニストン,安尼斯敦,애니스턴	015	AL	015		
4830207	Antioch	antioch	US	37011	0	America/Chicago	31.38572	-86.38301	120			AL	039		
4830208	Ansley	ansley	US	68814	0	America/Chicago	31.88626	-86.11579	135	Ansley,Berryville		AL	109		
4830215	Antioch	antioch	US	37011	0	America/Chicago	34.23065	-85.63802	182			AL	019		
4830219	Antioch	antioch	US	37011	0	America/Chicago	32.94485	-86.9986	164			AL	007		
4830224	Antioch	antioch	US	37011	0	America/Chicago	31.75905	-85.88911	157	Antioch,McLure,Paran		AL	109		
4830225	Antioch	antioch	US	37011	0	America/Chicago	34.89314	-87.47336	225			AL	077		
4830226	Antioch	antioch	US	37011	0	America/Chicago	32.35014	-86.45525	52			AL	101		
4830348	Forest Hills	forest-hills	US	11375	0	America/New_York	39.88704	-76.59969	262			PA	133	85736	
4830368	Turner	turner	US	04282	0	America/Chicago	33.9401	-97.31668	242			OK	085		
4830415	Miller	miller	US	57362	0	America/Chicago	34.31649	-95.74498	157			OK	127		
4830427	Rossburg	rossburg	US	45362	221	America/New_York	39.30978	-84.11771	253	Rossburg,Rossburgh		OH	165	33474	
4830433	Apple Grove	apple-grove	US	25502	0	America/Chicago	34.3987	-86.61027	181			AL	103		
4830436	Appleton	appleton	US	14008	0	America/Chicago	31.22101	-87.12136	72			AL	053		
4830455	Arab	arab	US	35016	8295	America/Chicago	34.31815	-86.49582	336	Arab,Arad,Ejrab,a la bo,arab,araba,arabu,arb,Араб,Ејраб,أراب,ارب,अरब,アラブ,阿拉伯		AL	095		
4830465	Ararat	ararat	US	24053	0	America/Chicago	31.96821	-88.14668	110	Ararat,Mount Ararat		AL	023		
4830472	Supply	supply	US	28462	0	America/New_York	34.01767	-78.2675	8			NC	019	91884	
4830475	Rochdale	rochdale	US	01542	0	America/New_York	35.60516	-77.49914	24			NC	147	90080	
4830497	Arcola	arcola	US	38722	0	America/Chicago	32.55708	-87.76751	39			AL	065		
4830530	Arkadelphia	arkadelphia	US	71923	0	America/Chicago	33.9051	-86.9625	112			AL	043		
4830550	Arley	arley	US	35541	352	America/Chicago	34.07899	-87.21223	237	Arley,Meek		AL	133		
4830555	Arlington	arlington	US	02474	0	America/Chicago	32.32431	-86.30386	59	Abrahams Vineyard,Arlington		AL	101		
4830557	Arlington	arlington	US	02474	0	America/Chicago	32.05709	-87.58861	59	Arlington,Dumas Store,Арлингтон		AL	131		
4830558	Armstrong	armstrong	US	50514	0	America/Chicago	32.23959	-85.65773	101			AL	087		
4830614	Arona	arona	US	15617	0	America/Chicago	34.22176	-86.08192	335	Arona,Aroney		AL	049		
4830640	Asbury	asbury	US	08802	0	America/Chicago	31.51183	-85.54522	128			AL	045		
4830642	Asbury	asbury	US	08802	0	America/Chicago	31.70071	-87.72389	139			AL	025		
4830644	Asbury	asbury	US	08802	0	America/Chicago	34.37815	-86.12609	337			AL	095		
4830645	Asbury	asbury	US	08802	0	America/Chicago	33.21373	-87.49778	89			AL	125		
4830659	Asbury Park	asbury-park	US	07712	0	America/Chicago	33.46288	-86.73721	196			AL	073		
4830668	Athens	athens	US	04912	24966	America/Chicago	34.80243	-86.97219	220	Afini,Atens,Athens,Athenson,a sen si,aeseonseu,athnz,atn  alabama,ethensa,Атенс,Афіни,آتن، آلاباما,آثنز,ایتھنز، الاباما,एथेन्स,阿森斯,애선스	083	AL	083		
4830676	Ashby	ashby	US	01431	0	America/Chicago	33.02095	-86.91943	139	Ashby,Centreville Station		AL	007		
4830684	Ashford	ashford	US	06278	2158	America/Chicago	31.18296	-85.23632	76	Eshford,a shen fu de,ashfwrd,ashfwrd  alabama,espharda,Ешфорд,آشفورد,اشفورد، آلاباما,एश्फर्ड,阿什福德		AL	069		
4830687	Ashland	ashland	US	01721	1983	America/Chicago	33.27373	-85.83607	341	Eshland,Eshlend,a shen lan,aesyullaendeu,ashland,ashlnd  alabama,eslyanda,Ешланд,Ешленд,آشلاند,اشلند، آلاباما,ایشلنڈ، الاباما,एश्ल्यान्ड,阿什兰,애슐랜드	027	AL	027		
4830691	Ashland	ashland	US	01721	0	America/Chicago	34.79926	-86.5161	233			AL	089		
4830707	Ashville	ashville	US	14710	2256	America/Chicago	33.83704	-86.25442	172	Ashville,Eshvil,Eshvill,Saint Clairsville,a shen wei er,aesyubil,ashfyl,ashwyl,esbhila,Ешвил,Ешвілл,آشفيل,اشویل,एश्भिल,阿什维尔,애슈빌		AL	115		
4830733	Austinville	austinville	US	24312	0	America/Chicago	34.57481	-87.00862	188			AL	103		
4830759	Atmore	atmore	US	36502	10049	America/Chicago	31.02379	-87.49387	87	Atmor,Atmore,Williams Station,a te mo er,atmwr,etmora,Атмор,آتمور,أتمور,एट्मोर,阿特莫尔		AL	053		
4830768	Attalla	attalla	US	35954	5899	America/Chicago	34.02176	-86.08859	167	Atala,Atale,Atall,Atalla,Attala,Attalla,Baine,Bainesville,Etolla,New Town,Newton,The Junction,a ta la,atala,atilla,Атала,Етолла,آتالا,أتالا,अटिल्ला,阿塔拉		AL	055		
4830786	Atwood	atwood	US	38220	0	America/Chicago	34.36065	-87.99504	226			AL	059		
4830793	Aubrey	aubrey	US	72311	0	America/Chicago	32.66708	-85.45245	213			AL	081		
4830796	Auburn	auburn	US	01501	62059	America/Chicago	32.60986	-85.48078	215	AUO,Obern,a'ubarna,abarna,abrn  alabama,awbwrn,oban,obeon,ou ben,Оберн,آبرن، آلاباما,آبرن، الاباما,أوبورن,अउबर्न,अबर्न,オーバーン,歐本,오번		AL	081		
4830848	Aurora	aurora	US	04408	0	America/Chicago	34.11676	-86.19248	270	Aurora,Aurora Valley,Church		AL	055		
4833348	Genoa	genoa	US	13071	2306	America/New_York	41.51811	-83.35909	190			OH	123	15546	
4830889	Autaugaville	autaugaville	US	36003	859	America/Chicago	32.43402	-86.6547	49	Otogavil,Otogavill,ao ta gu wei er,atwgawyl,autagabhila,awtaghafyl,Отогавил,Отоґавілл,آتوگاویل,أوتاغافيل,औटागाभिल,奥塔贾维尔		AL	001		
4830892	Ava	ava	US	13303	0	America/Chicago	33.34317	-85.47801	293			AL	111		
4830894	Axis	axis	US	36505	757	America/Chicago	30.92991	-88.02722	12			AL	097		
4830895	Avon Park	avon-park	US	33825	0	America/Chicago	33.54622	-86.77138	181			AL	073		
4830901	Avant	avant	US	74001	0	America/Chicago	31.62155	-86.70136	88			AL	013		
4830902	Avery	avery	US	75554	0	America/Chicago	34.10843	-86.03608	189			AL	055		
4830903	Avon	avon	US	02322	530	America/Chicago	31.18934	-85.28604	73	Ejvon,afwn,ai wen,awwn  alabama,ebhona,Ейвон,Ејвон,آوون، آلاباما,أفون,एभोन,埃文		AL	069		
4830913	Avondale	avondale	US	19311	0	America/Chicago	33.52177	-86.77805	196			AL	073		
4831016	Bagley	bagley	US	50026	0	America/Chicago	33.75566	-87.00167	165			AL	073		
4831059	Orange Springs	orange-springs	US	32182	0	America/New_York	29.50608	-81.94537	18			FL	083		
4831065	Oakland	oakland	US	02858	0	America/New_York	38.98872	-75.87605	18			MD	011		
4831068	Brunswick	brunswick	US	04011	830	America/Chicago	39.42336	-93.13048	198	Bransvik,Braunshvejg,brnzwk  mswry,brwnzwk,Брансвик,Брауншвейг,برنزوک، مسوری,برونزوك		MO	041	09064	
4831085	Baileyton	baileyton	US	35019	625	America/Chicago	34.26232	-86.61277	300			AL	043		
4831090	Unity	unity	US	04988	0	America/Chicago	34.3901	-88.56894	115			MS	081		
4831194	Baldwin	baldwin	US	11510	0	America/Chicago	34.18927	-86.91695	293			AL	043		
4831252	Baltic	baltic	US	06330	0	America/Chicago	31.65183	-86.00412	99			AL	109		
4831257	Bangor	bangor	US	04401	0	America/Chicago	33.97454	-86.75666	145	Coopers Gap,Copperas Gap,Coppers Gap		AL	009		
4831273	Banks	banks	US	36005	174	America/Chicago	31.81516	-85.843	169			AL	109		
4831277	Banks	banks	US	36005	0	America/Chicago	33.15151	-87.18916	152	Banks,Banks Quarters,The Elevens		AL	007		
4831288	Bankston	bankston	US	35542	0	America/Chicago	33.6715	-87.6714	109	Banks Tank,Bankston,Bucksnort,Byler		AL	057		
4831302	Barnes	barnes	US	66933	0	America/Chicago	31.46795	-85.11882	94			AL	067		
4831369	Barclay	barclay	US	21607	0	America/Chicago	33.41928	-86.16692	153	Barclay,Barclay Station		AL	121		
4831418	Barlow	barlow	US	42024	0	America/Chicago	31.56683	-88.32363	57			AL	129		
4831457	Barnesville	barnesville	US	18214	0	America/Chicago	32.70569	-85.81579	192	Barnesville,Barnsville,Walnut Hill		AL	123		
4831459	Barnesville	barnesville	US	18214	0	America/Chicago	34.13982	-88.07781	160			AL	093		
4831479	Barnwell	barnwell	US	29812	0	America/Chicago	30.42492	-87.87944	22			AL	003		
4831486	Barney	barney	US	31625	0	America/Chicago	33.71622	-87.15861	143	Barney,Barney Mine,Barney Mines		AL	127		
4831495	Barrytown	barrytown	US	12507	0	America/Chicago	31.83738	-88.25279	34	Barryton,Barrytown,Mosely Store		AL	023		
4831510	Barrett	barrett	US	56311	0	America/Chicago	31.19212	-85.42077	83			AL	069		
4831540	Barton	barton	US	05822	0	America/Chicago	34.7387	-87.89115	147	Barton,Barton Depot,Barton Station,Barton's		AL	033		
4831585	Basin	basin	US	59631	0	America/Chicago	31.34156	-86.13078	105			AL	031		
4831639	Batesville	batesville	US	22924	0	America/Chicago	32.00905	-85.31105	82			AL	005		
4831649	Bath Springs	bath-springs	US	38311	0	America/Chicago	34.11176	-85.88969	201			AL	055		
4831710	Huntington	huntington	US	01050	0	America/New_York	41.29649	-73.14622	75			CT	001	68170	
4831718	Haddam	haddam	US	06438	0	America/New_York	41.47732	-72.51203	27	Haddam,Haddam Center,Khaddam,hadam,Хаддам,هادام,ہیڈام، کنیکٹیکٹ		CT	007	35230	
4831748	Norfolk	norfolk	US	02056	553	America/New_York	41.99398	-73.20206	351	Norfok,Norfolk,Norfolk Center,nwrfwlk,Норфок,Норфолк,نارفوک، کنیکٹیکٹ,نورفولك		CT	005	53470	
4831766	Tariffville	tariffville	US	06081	1324	America/New_York	41.90871	-72.7601	62	Griswoldville,Tariffville,The Falls		CT	003	68940	
4831774	Union	union	US	03887	0	America/New_York	41.99093	-72.1573	296	Junion,Юнион,یونین، کنیکٹیکٹ		CT	013	77830	
4831792	Burnside	burnside	US	15721	0	America/Chicago	42.34581	-94.1069	347			IA	187	90405	
4831802	Bouton	bouton	US	50039	134	America/Chicago	41.85137	-94.00912	288			IA	049	90156	
4831806	Defiance	defiance	US	16633	279	America/Chicago	41.82415	-95.34278	389			IA	165	94266	
4831830	Fort Atkinson	fort-atkinson	US	52144	336	America/Chicago	43.14331	-91.93266	319			IA	191	94587	
4831842	Gladbrook	gladbrook	US	50635	890	America/Chicago	42.18776	-92.7152	297			IA	171	93972	
4831846	Guernsey	guernsey	US	52221	61	America/Chicago	41.64861	-92.34268	251			IA	157	92601	
4831858	Ira	ira	US	50127	0	America/Chicago	41.77777	-93.20576	262			IA	099	92022	
4831870	Linwood	linwood	US	01525	0	America/Chicago	41.42499	-94.62414	415			IA	001	94035	
4832666	Goldenrod	goldenrod	US	32733	0	America/Chicago	47.0944	-95.23419	478			MN	005	58756	
4831877	Cornwall	cornwall	US	06753	0	America/New_York	41.84371	-73.32928	219	Cornwall,Cornwall Village,Kornvol,kwrnwal,Корнвол,كورنوال,کورنوال، کنیکٹیکٹ		CT	005	17240	
4831879	Cornwall Bridge	cornwall-bridge	US	06754	0	America/New_York	41.81871	-73.37095	147	Cornwall Bridge,Lewis Bridge		CT	005	17240	
4831882	Oran	oran	US	50664	0	America/Chicago	42.70137	-92.07462	318			IA	065	93183	
4831896	Montour	montour	US	50173	247	America/Chicago	41.98138	-92.71492	258			IA	171	92037	
4831900	New York	new-york	US	10001	0	America/Chicago	40.85167	-93.25993	322			IA	185	94281	
4831904	New Liberty	new-liberty	US	40355	142	America/Chicago	41.7178	-90.87904	243			IA	163	92490	
4831925	Cottage Grove	cottage-grove	US	38224	0	America/New_York	41.82149	-72.69565	42			CT	003	05910	
4831950	Victor	victor	US	14564	888	America/Chicago	41.73167	-92.29796	247			IA	095	91878	
4831966	Wood	wood	US	16694	0	America/Chicago	42.65749	-91.33264	358			IA	043	91176	
4831969	Cos Cob	cos-cob	US	06807	6770	America/New_York	41.03343	-73.59957	15	Cos Cob,Cos Cob Village,Lower Landing		CT	001	33620	
4831976	Andover	andover	US	01810	573	America/Chicago	41.29392	-90.29207	236			IL	073	01504	
4831989	Coventry	coventry	US	02816	0	America/New_York	41.7701	-72.30508	160	Coventry,Koventri,South Coventry,kao wen chui,kwfntry,Ковентри,كوفنتري,کووینٹری، کنیکٹیکٹ,考文垂		CT	013	17800	
4831990	Canton	canton	US	02021	14211	America/Chicago	40.55809	-90.03512	197			IL	057	11020	
4831994	Burnside	burnside	US	15721	0	America/Chicago	40.50393	-91.10014	197			IL	067	59845	
4832002	Evans	evans	US	25241	0	America/Chicago	41.03809	-89.10564	217			IL	123	24569	
4832014	Deer Park	deer-park	US	11729	3192	America/Chicago	41.29503	-89.03619	168			IL	099	42197	
4832026	Galesville	galesville	US	20765	0	America/Chicago	40.15531	-88.55645	218	Calef Station,Galesville		IL	147	67587	
4832038	Glendale Heights	glendale-heights	US	60139	34208	America/Chicago	41.9146	-88.06486	232			IL	043	06600	
4832040	Hazel Green	hazel-green	US	35750	0	America/Chicago	41.68337	-87.74005	181			IL	031	83531	
4832055	Cranbury	cranbury	US	08512	0	America/New_York	41.14732	-73.39512	34			CT	001	56060	
4832060	Jonesville	jonesville	US	05466	0	America/Chicago	41.31142	-89.07147	159			IL	099	42197	
4832070	Kempton	kempton	US	19529	223	America/Chicago	40.93559	-88.23727	223			IL	053	49919	
4832074	Lena	lena	US	39094	2800	America/Chicago	42.37946	-89.82234	289	Alida,Lena,Lina,Terre Haute,lena,lyna,Лина,لينا,लेना		IL	177	80788	
4832090	Neponset	neponset	US	61345	446	America/Chicago	41.29587	-89.79038	252			IL	011	52012	
4832092	Milo	milo	US	04463	0	America/Chicago	41.19254	-89.58232	270			IL	011	49438	
4832106	Ontario	ontario	US	14519	0	America/Chicago	41.07865	-90.30763	246			IL	095	56172	
4832112	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	41.4192	-88.77424	157			IL	099	66456	
4832120	Ray	ray	US	45672	0	America/Chicago	40.20616	-90.47568	156	Oakland Station,Ray		IL	169	54794	
4832121	Cromwell	cromwell	US	06416	13750	America/New_York	41.5951	-72.64537	4	Kromvehll,Kromvel',Kromvell,krwmwyl,Кромвелл,Кромвель,Кромвэлл,كرومويل,کرامویل، کنیکٹیکٹ		CT	007	18080	
4832124	Ripley	ripley	US	14775	85	America/Chicago	40.02283	-90.63874	167			IL	009	64187	
4832128	Smithville	smithville	US	26178	0	America/Chicago	40.66032	-89.79983	215			IL	143	44342	
4832176	East Falmouth	east-falmouth	US	02536	6038	America/New_York	41.57844	-70.55864	11	East Falmouth,Sokones,Succonusset		MA	001	23105	
4832192	Palmer	palmer	US	01069	0	America/Chicago	41.39143	-87.23892	225			IN	089	84896	
4832204	Thayer	thayer	US	46381	0	America/Chicago	41.17337	-87.33364	196			IN	111	43830	
4832225	Crystal Lake	crystal-lake	US	50432	1945	America/New_York	41.93176	-72.37842	208	Crystal Lake,Square Pond		CT	013	25360	
4832272	North Andover	north-andover	US	01845	28222	America/New_York	42.6987	-71.13506	29	Andover Septentrionalis,Nors Andover,North Andover,North Andover Center,North Andover Depot,andrwr shmaly  masachwst,Норс Андовер,اندرور شمالی، ماساچوست		MA	009	46365	
4832286	Riverside	riverside	US	02915	0	America/New_York	41.7501	-70.65503	8			MA	023	72985	
4832294	Revere	revere	US	02151	53422	America/New_York	42.40843	-71.01199	3	North Chelsea,Rehvia,Revere,Revir,Riviur,li wei er,libieo,rfyr,ribia,rwy‌yr  masachwst,Ревир,Ривиър,Рэвиа,راویر، میساچوسٹس,رفير,روی‌یر، ماساچوست,リビア,里维尔,리비어		MA	025	56585	
4832322	West Barnstable	west-barnstable	US	02668	1508	America/New_York	41.70566	-70.37447	13			MA	001	03690	
4832324	Wareham	wareham	US	02571	0	America/New_York	41.7626	-70.7217	7	Varehkham,wyrham  masachwst,Варэхам,ویرهام، ماساچوست		MA	023	72985	
4832342	Alfred	alfred	US	04002	2596	America/New_York	43.47647	-70.71839	77	Al'frehd,Alfred,Alfred Village,Massabesic,ai er fu lei de,alfrd  mayn,arufureddo,Алфред,Альфрэд,آلفرد، ماین,アルフレッド,艾尔弗雷德	031	ME	031	00730	
4832353	Danbury	danbury	US	03230	84657	America/New_York	41.39482	-73.45401	121	Beantown,DXR,Danberi,Danbjuri,Danburi,Danbury,The Hatchery,daenbeli,dan bo li,danberi,danbry,danbry  kntykt,denabari,dyanabari,Данбери,Данбері,Данбъри,Данбюри,دانبري,دانبری، کنتیکت,ڈینبری، کنیکٹیکٹ,डॅनबरी,ड्यानबरी,แดนเบอรี,ダンベリー,丹伯里,댄베리		CT	001	18500	
4832356	Berwick	berwick	US	03901	2187	America/New_York	43.26592	-70.8645	52	Behrvik,Berwick,Newichawannock,Newichawonnak,Vervik,Бэрвик,Вервик		ME	031	04720	
4832366	Guilford	guilford	US	04443	903	America/New_York	45.16894	-69.38449	115	Gilford,Guilford,Guilford Village,Гилфорд		ME	021	30095	
4832384	Dudley	dudley	US	01571	0	America/New_York	46.17144	-68.15975	200			ME	003	69260	
4832408	Hope	hope	US	02831	1362	America/New_York	44.26508	-69.15893	108	Hope,Hope Village		ME	013	33840	
4832411	Danielson	danielson	US	06239	3987	America/New_York	41.8026	-71.88591	67	Danielson,Danielson's Village,Danielsonville,Danijelson,West Killingly,dyaniyalasana,Данијелсон,ड्यानियलसन		CT	015	40500	
4832425	Darien	darien	US	06820	20732	America/New_York	41.07871	-73.46929	14	Dariehn,Dehrien,Derijen,daelien,daryn,deriyana,Дариэн,Деријен,Дэриен,دارين,ڈیرین، کنیکٹیکٹ,डेरियन,대리엔		CT	001	18850	
4832458	Rockland	rockland	US	02370	7237	America/New_York	44.10369	-69.10893	7	RKD,Rockland,Rokland,Roklend,Shore Village,luo ke lan,raklnd  myn,rokkurando,rwkland,Рокланд,Рокленд,راکلند، مین,راکلینڈ، میئن,روكلاند,ロックランド,罗克兰	013	ME	013	63590	
4832484	Union	union	US	03887	2297	America/New_York	44.21147	-69.27421	28	Union,Union Village		ME	013	78115	
4832498	Champion	champion	US	15622	0	America/Detroit	46.51382	-87.96347	485			MI	103	14540	
4832516	Chase	chase	US	21027	0	America/Detroit	43.88918	-85.63561	334			MI	085	14880	
4832554	Inkster	inkster	US	48141	24672	America/Detroit	42.2942	-83.30993	191	Inkster,ankstr,aynkstr  myshygan,Инкстер,إنكستر,اینکستر، میشیگان		MI	163	40680	
4832569	Dayville	dayville	US	06241	0	America/New_York	41.84649	-71.88757	81			CT	015	40500	
4832584	Ross	ross	US	45061	0	America/Detroit	42.78253	-85.69447	216			MI	081	12240	
4832628	Augusta	augusta	US	04330	0	America/Chicago	44.80496	-93.68802	299			MN	019	14482	
4832642	Callaway	callaway	US	20620	235	America/Chicago	46.98246	-95.90977	423	Callaway,City of Callaway		MN	005	09280	
4833930	Newark	newark	US	07101	0	America/Chicago	42.54223	-89.22761	250			WI	105	56325	
4832643	Deep River	deep-river	US	06417	0	America/New_York	41.38565	-72.43564	16	Deep River Center,Dip River,Dip River Senter,dipa ribhara sentara,dyb ryfr,Дип Ривер,Дип Ривер Сентер,ديب ريفر,ڈیپ ریور، کنیکٹیکٹ,डीप रिभर सेन्टर		CT	007	19130	
4832656	Faith	faith	US	28041	0	America/Chicago	47.28691	-96.09894	349			MN	107	22022	
4832684	Edina	edina	US	63537	1108	America/Chicago	40.16754	-92.17268	248	Edin,Един	103	MO	103	12556	
4832728	Olga	olga	US	98279	0	America/Chicago	47.68718	-95.66363	390			MN	119	18080	
4832745	Derby	derby	US	05829	12700	America/New_York	41.32065	-73.089	31	Birmingham,Dehrbi,Derbi,Derby,East Huntington,dabi,darbi,de bi,drby,drby  kntykt,Дерби,Дербі,Дэрби,برمنگھم، کنیکٹیکٹ,دربي,دربی، کنتیکت,डर्बी,ダービー,德比		CT	009	19550	
4832748	Cypress	cypress	US	32432	0	America/Chicago	40.05139	-94.05745	247			MO	061	65198	
4832778	Soudan	soudan	US	55782	446	America/Chicago	47.81575	-92.23766	437	Soudan,Tower Junction		MN	137	07534	
4832781	Devon	devon	US	19333	0	America/New_York	41.20232	-73.10178	6	Devon,Naugatuck Junction		CT	009	47535	
4832796	Bridgeport	bridgeport	US	06601	0	America/Chicago	40.15611	-94.06523	253	Bridgeport,Happy Valley		MO	081	17956	
4832806	Wales	wales	US	01081	0	America/Chicago	47.23493	-91.74684	501			MN	075		
4832810	Saint Edward	saint-edward	US	68660	705	America/Chicago	41.57001	-97.86589	507			NE	011		
4832828	Linden	linden	US	07036	0	America/Chicago	40.48639	-95.53749	345	Linden,Magnet		MO	005	58700	
4832854	Alvo	alvo	US	68304	131	America/Chicago	40.87194	-96.38751	408			NE	025		
4832880	Deloit	deloit	US	51441	0	America/Chicago	42.11806	-98.32007	593			NE	089	12700	
4832912	Lane	lane	US	29564	0	America/Chicago	41.24194	-96.16085	332			NE	055	92237	
4832924	Paul	paul	US	83347	0	America/Chicago	40.59528	-95.89667	330			NE	131		
4832938	Berne	berne	US	12023	0	America/New_York	40.52398	-76.0016	99			PA	011	76712	
4832952	Saltillo	saltillo	US	17253	0	America/Chicago	40.7	-96.68252	363			NE	109		
4832954	Shelby	shelby	US	28150	685	America/Chicago	41.19224	-97.42532	500	Arcade,Shelby		NE	143		
4832960	Sprague	sprague	US	68438	146	America/Chicago	40.62584	-96.74474	389			NE	109		
4832988	Dalton	dalton	US	01226	987	America/New_York	44.41589	-71.69481	276	Apthorp,Dalton		NH	007	16820	
4833000	Lakeport	lakeport	US	95453	0	America/New_York	43.5473	-71.46257	156	Lake Village,Lakeport		NH	001	40180	
4833026	Stark	stark	US	66775	550	America/New_York	44.60144	-71.42453	288	Stark,Stark Village		NH	007	73060	
4833038	Oak Hill	oak-hill	US	12460	0	America/New_York	40.01317	-74.14208	5			NJ	029	73125	
4833054	Middletown	middletown	US	02842	0	America/New_York	40.91593	-74.51349	235			NJ	027	64080	
4833072	Clockville	clockville	US	13043	0	America/New_York	43.04173	-75.74463	210	Clockville,Shippeville		NY	053	42422	
4833098	Camillus	camillus	US	13031	1228	America/New_York	43.03923	-76.3041	132	Camillus,Nine Mile Creek,O-ya-ye-han		NY	067	11913	
4833108	Clyde	clyde	US	14433	2006	America/New_York	43.08423	-76.8694	122	Block House,Clyde,Lauraville		NY	117	28013	
4833118	Fargo	fargo	US	31631	0	America/New_York	42.92645	-78.43641	262			NY	037	19719	
4833123	Durham	durham	US	03824	2933	America/New_York	41.48176	-72.68121	69	Daram,Darem,Durkham,dar'hyama,dwrham,Дарам,Дарем,Дурхам,دورهام,ڈرہم، کنیکٹیکٹ,डर्ह्याम		CT	007	20810	
4833134	Lenox	lenox	US	01240	0	America/New_York	43.0584	-75.70435	161	Hobokenville,Lenox,Lenox Furnace,Skawaisla		NY	053	42422	
4833194	Belsano	belsano	US	15922	0	America/New_York	40.51951	-78.87114	557			PA	021	06736	
4833196	Emmett	emmett	US	48022	0	America/New_York	41.23033	-84.55384	219	Emerald,Emerald Station,Emmet,Emmett		OH	125	25298	
4833197	Eagleville	eagleville	US	19408	0	America/New_York	41.78677	-72.27647	97			CT	013	44910	
4833214	Pennellville	pennellville	US	13132	0	America/New_York	43.28257	-76.27049	126			NY	075	65618	
4833220	Remsen	remsen	US	13438	497	America/New_York	43.32701	-75.18683	361			NY	065	61126	
4833222	Rush	rush	US	14543	3478	America/New_York	42.9959	-77.64556	168	Rush,Webster's Mills		NY	055	64144	
4833225	East Berlin	east-berlin	US	06023	0	America/New_York	41.61843	-72.71371	12			CT	003	04300	
4833240	Slate Hill	slate-hill	US	10973	0	America/New_York	41.39093	-74.47655	152	Brookfield,Slate Hill		NY	071	78839	
4833248	Spragueville	spragueville	US	52074	0	America/New_York	44.25895	-75.53633	148	Keenesville,Shingle Creek,Sprague's Corners,Spragueville		NY	089	63858	
4833250	South Bristol	south-bristol	US	04568	0	America/New_York	42.72979	-77.39915	331	Brown Stand Corners,Cold Spring,South Bristol		NY	069	68660	
4833272	Wayland	wayland	US	01778	1813	America/New_York	42.56784	-77.58971	419	Begola,Patchinville,Wayland,Wayland Depot		NY	101	78861	
4833274	Waterboro	waterboro	US	04087	0	America/New_York	42.172	-79.06976	394			NY	013	58926	
4833276	Watervliet	watervliet	US	12189	10214	America/New_York	42.73008	-73.70123	9	Gibbonsville,Port Schuyler,Vatervlejt,Votervlit,Washington,Watervliet,West Troy,watrwyt  nywywrk,wtrflyt,Ватервлейт,Вотервлит,واترویت، نیویورک,وترفليت		NY	001	78674	
4833281	East Canaan	east-canaan	US	06024	0	America/New_York	42.01343	-73.28373	245			CT	005	54030	
4833290	Avery	avery	US	75554	0	America/New_York	41.32783	-82.62073	193	Avery,Fort Avery		OH	043	50148	
4833302	Caroline	caroline	US	54928	0	America/New_York	41.05228	-82.89352	283	Carolina,Caroline		OH	147	79674	
4833304	Camden	camden	US	04843	2281	America/New_York	41.23783	-82.30572	264			OH	093	11010	
4833322	Vienna	vienna	US	04360	0	America/New_York	43.23951	-75.70241	141	Parker's Corners,South Corners,Vienna		NY	065	77486	
4833336	Florida	florida	US	10921	230	America/New_York	41.32199	-84.20439	204	Florida,McLain,McLean,Snaketown,Флорида		OH	069	27342	
4833340	Five Points	five-points	US	36855	0	America/New_York	41.50755	-83.5941	197			OH	173	62162	
4833343	East Granby	east-granby	US	06026	0	America/New_York	41.94121	-72.72732	63	Ist Grehnbi,ayst ghranby,Ист Грэнби,إيست غرانبي,ایسٹ گرینبی، کنیکٹیکٹ		CT	003	22070	
4833344	Glenmont	glenmont	US	12077	284	America/New_York	40.52006	-82.09737	268	Black Creek,Glenmont,Manning,Napoleon,Pictoria		OH	075	66712	
4833363	East Haddam	east-haddam	US	06423	9042	America/New_York	41.45315	-72.4612	11	Chapman Ferry,East Haddam,East Haddam Landing,Goodspeeds Landing,Ist Khaddam,ayst hadam,Ист Хаддам,إيست هادام,ایسٹ ہیڈام، کنیکٹیکٹ		CT	007	22280	
4833378	Markle	markle	US	46770	0	America/New_York	40.45007	-80.6173	226			OH	081	37534	
4833384	Mountain View	mountain-view	US	65548	0	America/New_York	41.70504	-81.35816	190			OH	085	49056	
4833387	East Hampton	east-hampton	US	06424	2691	America/New_York	41.57593	-72.50259	122	East Hampton,Ist Khehmpton,Ist Khempton,The Bell Town,ayst hambtwn,ista hyamptana,Ист Хемптон,Ист Хэмптон,إيست هامبتون,ایسٹ ہیمپٹن، کنیکٹیکٹ,इस्ट ह्याम्प्टन		CT	007	22490	
4833390	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	41.59116	-81.40234	203			OH	085	85512	
4833392	Pawnee	pawnee	US	62558	0	America/New_York	41.06756	-82.07682	274			OH	103	73999	
4833403	East Hartford	east-hartford	US	06108	51252	America/New_York	41.78232	-72.61203	16	EHT,East Hartford,Ist Khartford,ayst hartfwrd,ista hartapharda,isutohatofodo,Ист Хартфорд,إيست هارتفورد,ایسٹ ہارٹفورڈ، کنیکٹیکٹ,इस्ट हार्टफर्ड,イーストハートフォード		CT	003	22630	
4833419	East Hartland	east-hartland	US	06027	0	America/New_York	41.99898	-72.90538	366			CT	003	37140	
4833425	East Haven	east-haven	US	05837	29257	America/New_York	41.27621	-72.86843	7	East Haven,East Village,Easthaven,Iron Works Village,Ist Khehven,Ist Khejven,Mioonkh-tuk,ayst hyfn,ista hyabhena,Ист Хејвен,Ист Хэвен,إيست هيفن,ایسٹ ہیون، کنیکٹیکٹ,इस्ट ह्याभेन		CT	009	22910	
4833434	Amity	amity	US	15311	0	America/New_York	40.50927	-75.28601	146			PA	017	73016	
4833449	East Killingly	east-killingly	US	06243	0	America/New_York	41.84927	-71.81868	183	Chemaug,Chestnut Hill,East Killingly,Eastfield		CT	015	40500	
4833457	East Glastonbury	east-glastonbury	US	06025	0	America/New_York	41.69427	-72.5337	109	East Farms,East Glastonbury,Eastbury		CT	003	31240	
4833458	Caledonia	caledonia	US	14423	0	America/New_York	41.28728	-78.46002	343			PA	047	37760	
4833470	Burnside	burnside	US	15721	0	America/New_York	40.76647	-76.55746	299			PA	097	14536	
4833472	Coal Run	coal-run	US	45721	0	America/New_York	40.55729	-79.29476	334			PA	063	87160	
4833474	Chase	chase	US	21027	978	America/New_York	41.2848	-75.96298	325			PA	079		
4833478	Carnegie	carnegie	US	15106	7931	America/New_York	40.40868	-80.08339	236	Carnegie,Chartiers,Karnegi,Mansfield,Mansfield Valley,Rich Valley,Карнеги		PA	003	11336	
4833506	Day	day	US	32013	0	America/New_York	41.18673	-79.26476	498			PA	031	13808	
4833516	Long Pine	long-pine	US	69217	0	America/New_York	40.11007	-80.17478	400	Long Pine,Pleasantville		PA	125	02384	
4833522	Flushing	flushing	US	11351	0	America/New_York	40.11844	-74.90656	12			PA	017	05616	
4833530	Francis	francis	US	74844	0	America/New_York	41.9595	-80.26478	302			PA	049	27392	
4833542	Goldsboro	goldsboro	US	21636	938	America/New_York	40.15259	-76.75025	93	Etters,Goldsboro		PA	133	30016	
4833552	Harrison	harrison	US	04040	0	America/New_York	41.91618	-77.70471	690			PA	105	32848	
4833566	Lenoxville	lenoxville	US	18441	0	America/New_York	41.6623	-75.63713	305			PA	115	42760	
4833574	Listie	listie	US	15549	0	America/New_York	40.02813	-79.01336	645			PA	111	71784	
4833589	East Wallingford	east-wallingford	US	05742	0	America/New_York	41.44371	-72.78899	82			CT	009	78740	
4833596	Moravia	moravia	US	13118	0	America/New_York	40.92117	-80.37618	245			PA	073	54768	
4833597	East Windsor Hill	east-windsor-hill	US	06028	0	America/New_York	41.86038	-72.60315	16	East Windsor (Connecticut)		CT	003	71390	
4833615	East Woodstock	east-woodstock	US	06244	0	America/New_York	41.98371	-71.9773	109	East Woodstock,Muddy Brook		CT	015	88190	
4833622	Parrish	parrish	US	34219	0	America/New_York	41.49145	-78.9967	426			PA	053	38016	
4833645	Eastford	eastford	US	06242	0	America/New_York	41.90204	-72.0798	157	Eastford,Eastford Center		CT	015	21860	
4833652	Pulaski	pulaski	US	13142	0	America/New_York	40.73507	-80.29478	328			PA	007	62888	
4833661	Easton	easton	US	02334	7625	America/New_York	41.25287	-73.29734	121	Iston,Istun,aystn  kntykt,aystwn,Истон,Истън,إيستون,ایستن، کنتیکت,ایسٹن، کنیکٹیکٹ		CT	001	23890	
4833664	Saint Michael	saint-michael	US	15951	408	America/New_York	40.33702	-78.77085	488			PA	021	00308	
4833666	Salina	salina	US	15680	0	America/New_York	40.52173	-79.4981	305	Salina,Tintown		PA	129	05208	
4833676	Sunol	sunol	US	94586	0	America/New_York	41.47422	-80.14534	424			PA	085	18536	
4833698	Warsaw	warsaw	US	14569	0	America/New_York	41.21506	-78.95337	524			PA	065	81120	
4833710	Wayland	wayland	US	01778	0	America/New_York	41.77649	-71.46673	32			RI	007	5221674	
4833733	Edgewood	edgewood	US	21040	0	America/New_York	41.7026	-72.92427	76	Edgeville,Edgewood,Polkville		CT	003	08490	
4833760	Hayti	hayti	US	57241	381	America/Chicago	44.65719	-97.20507	517		057	SD	057	27820	
4833772	Pottersville	pottersville	US	07979	0	America/New_York	44.53894	-72.45261	223	Pottersville,Potterville,Pottsville,Smiths Mill		VT	015	85375	
4833810	Robinson	robinson	US	15949	0	America/New_York	43.85923	-72.87233	305	Robinson,West Rochester		VT	027	60100	
4833820	Willoughby	willoughby	US	44094	0	America/New_York	44.70394	-72.10871	347	Kimball,Kimball Station,South Barton,Willoughby		VT	019	03550	
4833850	Brussels	brussels	US	54204	1110	America/Chicago	44.73611	-87.62093	233			WI	029	10700	
4833854	Clarks Mills	clarks-mills	US	16114	0	America/Chicago	44.08999	-87.86426	259	Clark Mills,Clark's Mills,Clarks Mills		WI	071	13237	
4833862	Colburn	colburn	US	83865	0	America/Chicago	45.04024	-91.04486	341			WI	017	16125	
4833868	Flintville	flintville	US	37335	0	America/Chicago	44.64666	-88.11788	198			WI	009	77975	
4833883	Ellington	ellington	US	06029	14693	America/New_York	41.90399	-72.46981	73	Dexter,Ehllington,Elenton,Ellington,Ellington Center,Great Marsh,Great Swamp,Waazkashuck,Weaxkashuck,Weraxshuck,alynghtwn,Эллингтон,إلينغتون,ایلنگٹن، کنیکٹیکٹ		CT	013	25360	
4833902	Irma	irma	US	54442	0	America/Chicago	45.35135	-89.66652	466	Courtland,Irma		WI	069	07500	
4833919	Ellsworth	ellsworth	US	04605	0	America/New_York	41.83009	-73.42707	385			CT	005	67960	
4833924	Lily	lily	US	40740	0	America/Chicago	45.30691	-88.854	439			WI	067	42425	
4833932	Mifflin	mifflin	US	17058	0	America/Chicago	42.87111	-90.35402	306			WI	049	51725	
4833938	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	42.94694	-89.65596	282			WI	025	75850	
4833942	Montfort	montfort	US	53569	702	America/Chicago	42.97166	-90.43318	338	Montfort,Podunk,Wingville		WI	043	53950	
4833967	Elmwood	elmwood	US	02337	0	America/New_York	41.73316	-72.72259	25			CT	003	82590	
4833972	Richardson	richardson	US	75080	0	America/Chicago	45.31913	-92.19991	366			WI	095	15125	
4833990	Willard	willard	US	14588	0	America/Chicago	44.73496	-90.71931	360			WI	019	33900	
4834004	Swan	swan	US	50252	0	America/Chicago	44.93108	-90.11902	418			WI	073	27150	
4834020	Elm Grove	elm-grove	US	53122	0	America/New_York	40.04563	-80.65147	236	Elm Grove,Elmgrove		WV	069		
4834040	Enfield	enfield	US	03748	45212	America/New_York	41.97621	-72.59176	47	Ehnfild,Enfield,Freshwater,aynfyld,enfirudo,Энфилд,إينفيلد,اینفیلڈ، کنیکٹیکٹ,エンフィールド		CT	003	25990	
4834089	Essex	essex	US	01929	0	America/New_York	41.35343	-72.39064	17	Ehsseks,Essex,Pettipaug,Pettipeg,Poatapogue,Pootagague,Poottapoage,Potabauge,Potapaug,Potopague,aysyks,Эссекс,إيسيكس,ایسیکس، کنیکٹیکٹ		CT	007	26270	
4834133	Exeter	exeter	US	02822	0	America/New_York	41.61982	-72.26425	133			CT	011	42390	
4834141	Fabyan	fabyan	US	06245	0	America/New_York	42.01371	-71.9398	114	Fabyan,Maanexit,Mayanexit		CT	015	75870	
4834146	Fair Haven	fair-haven	US	05743	0	America/New_York	41.31121	-72.89566	13	Dragon,Fair Haven,The Neck		CT	009	52070	
4834149	Fair Lawn	fair-lawn	US	07410	0	America/New_York	41.54593	-73.00344	142			CT	009	80070	
4834157	Fairfield	fairfield	US	04937	59052	America/New_York	41.14121	-73.26373	10	Fairfield,Fajrfild,Fehrfild,Fejrfild,Feurfijld,Feurfild,Uncoa,feafirudo,fei er fei er de,fyrfyld,fyrfyld  kntykt,peeopildeu,Файрфилд,Фейрфілд,Феърфийлд,Феърфилд,Фэрфилд,فيرفيلد,فیئرفیلڈ، کونیکٹیکٹ,فیرفیلد، کنتیکت,フェアフィールド,費爾菲爾德,페어필드		CT	001	26620	
4834185	Fairmount	fairmount	US	30139	0	America/New_York	41.58621	-73.05539	101			CT	009	80070	
4834232	Falls Village	falls-village	US	06031	538	America/New_York	41.95593	-73.36317	196	Canaan Falls,Falls Village,Housatonic Falls,The Falls		CT	005	10940	
4834272	Farmington	farmington	US	03835	25000	America/New_York	41.71982	-72.83204	74	Farmington,Farmington Village,farmnghtwn,farmyngtwn  kntykt,Фармингтон,Фармінґтон,فارمنغتون,فارمنگٹن، کنیکٹیکٹ,فارمینگتون، کنتیکت		CT	003	27600	
4834325	Fenwick	fenwick	US	26202	43	America/New_York	41.27093	-72.35369	9			CT	007	57320	
4834545	Five Points	five-points	US	36855	0	America/New_York	41.32232	-73.35651	189			CT	001	63480	
4834546	Five Points	five-points	US	36855	0	America/New_York	41.99565	-72.79537	90			CT	003	32640	
4834557	Flanders	flanders	US	07836	0	America/New_York	41.74065	-73.45512	131	Flanders,Kent Center,North Kent		CT	005	40290	
4834558	Flanders	flanders	US	07836	0	America/New_York	41.36899	-72.21758	13	East Lyme,Flanders,Flanders Village,Lyme		CT	011	23400	
4834588	Floral Park	floral-park	US	11001	0	America/New_York	41.32121	-72.35925	9			CT	007	57320	
4834634	Forestville	forestville	US	14062	0	America/New_York	41.67677	-72.9201	79			CT	003	08490	
4834694	Four Corners	four-corners	US	82715	0	America/New_York	41.6326	-72.45953	155			CT	003	45820	
4834695	Four Corners	four-corners	US	82715	0	America/New_York	41.44954	-72.1948	131			CT	011	48900	
4834753	Franklin	franklin	US	02038	0	America/New_York	41.60899	-72.14591	129	Franklin,Franklin Center		CT	011	29910	
4834837	Gales Ferry	gales-ferry	US	06335	1162	America/New_York	41.42982	-72.08202	15	Gale Ferry,Gale Town,Gale's Ferry,Gale-town,Gales Ferry		CT	011	42600	
4834913	Gaylordsville	gaylordsville	US	06755	0	America/New_York	41.64648	-73.48429	79			CT	005	52630	
4834938	Georgetown	georgetown	US	01833	1805	America/New_York	41.25565	-73.43484	108	Georgetown,Long Hollow		CT	001	86370	
4834942	Germantown	germantown	US	12526	0	America/New_York	41.40815	-73.44234	159			CT	001	18500	
4834970	Gilead	gilead	US	68362	0	America/New_York	41.67343	-72.40842	186	Fawn Hill,Fawn Hill Society,Gilead,Gilead Hill		CT	013	37910	
4834984	Gilman	gilman	US	05904	0	America/New_York	41.57704	-72.19925	85	Bozrah,Bozrahville,Gilman		CT	011	06820	
4835003	Glastonbury	glastonbury	US	06033	31876	America/New_York	41.71232	-72.60815	19	Glastenbury,Glastonberi,Glastonbjuri,Glastonbury,Naubuc,Watertuyn,ghlastwnbwry,Гластонбери,Гластонбюри,غلاستونبوري,گلیسٹنبری، کنیکٹیکٹ		CT	003	31240	
4835024	Glen Ridge	glen-ridge	US	07028	0	America/New_York	41.50121	-73.06539	133	Glen Ridge,Glenridge		CT	009	49950	
4835025	Glenbrook	glenbrook	US	89413	0	America/New_York	41.06482	-73.52623	20	Glenbrook,New Hope,Shiloh		CT	001	73070	
4835032	Glenville	glenville	US	17329	2327	America/New_York	41.03538	-73.65985	52	Glenville,Sherwood Bridge		CT	001	33620	
4835128	Goshen	goshen	US	01032	0	America/New_York	41.83176	-73.22511	404	Goshehn,Goshen,Goshen Center,ghwshyn,Гошэн,غوشين,گوشین، کنیکٹیکٹ		CT	005	32290	
4835190	Granby	granby	US	01033	0	America/New_York	41.95399	-72.78871	69	Granby,Granby Center,Granby Street,Grehnbi,ghranby,Грэнби,غرانبي,گرینبی، کنیکٹیکٹ		CT	003	32640	
4835211	Graniteville	graniteville	US	05654	0	America/New_York	41.3351	-72.15369	37			CT	011	80280	
4835224	Grantville	grantville	US	17028	0	America/New_York	41.95121	-73.1565	372	Grants,Grantville		CT	005	53470	
4835381	Greens Farms	greens-farms	US	06838	0	America/New_York	41.12399	-73.31928	16	Bankside,Green Farms,Green's Farms,Greens Farms,Grsons Farms,Machamux,Maximus,Unquowa		CT	001	83500	
4835390	Greenville	greenville	US	02828	0	America/New_York	41.53371	-72.0573	24			CT	011	56270	
4835395	Greenwich	greenwich	US	06830	12942	America/New_York	41.02649	-73.62846	28	Greenwich,Grinuich,Grinvich,Horse Neck,ge lin ni zhi,geulinichi,ghrynwytsh,grynwych  kntykt,gurinijji,Гринвич,Гринуич,Ґринвіч,غرينويتش,گرینویچ، کنتیکت,گرینچ، کنیکٹیکٹ,グリニッジ,格林尼治,그리니치		CT	001	33620	
4835458	Grosvenor Dale	grosvenor-dale	US	06246	0	America/New_York	41.96843	-71.89479	114	Grosvenor Dale,Grosvenordale		CT	015	75870	
4837670	Leesville	leesville	US	29070	0	America/New_York	41.51177	-72.4812	10	Leesville,Lord's Mills		CT	007	22280	
4835461	Groton	groton	US	01450	9221	America/New_York	41.3501	-72.07841	24	East Side,GON,Groton,Groton Bank,Groton Ferry,Groton Landing,Grotun,ge luo dun shi,grotana,guroton,Гротон,Гротън,Ґротон,ग्रोटन,グロトン,格罗顿市		CT	011	34250	
4835512	Guilford	guilford	US	04443	22498	America/New_York	41.28899	-72.68176	14	Gilford,Gilford Senter,Guilford,Guilford Center,Menunkatucket,ghwylfwrd,gilapharda sentara,Гилфорд,Гилфорд Сентер,غويلفورد,گیلفورڈ، کنیکٹیکٹ,गिलफर्ड सेन्टर		CT	009	34950	
4835533	Grover Hill	grover-hill	US	45849	0	America/New_York	41.14649	-73.22845	25	Grover Hill,Grovers Hill		CT	001	08070	
4835582	Hadlyme	hadlyme	US	06439	0	America/New_York	41.42038	-72.40647	30			CT	011	44210	
4835654	Hamden	hamden	US	06514	59847	America/New_York	41.39593	-72.89677	31	Khamdehn,hamdn,hamuden,Хамдэн,هامدن,ہیمڈن، کنیکٹیکٹ,ハムデン		CT	009	35650	
4835683	Hamburg	hamburg	US	07419	0	America/New_York	41.38454	-72.35008	8	Hamburg,Hamburgh,Harvey Plain		CT	011	44210	
4835696	Hampton	hampton	US	03842	0	America/New_York	41.78399	-72.0548	203	Hampton,Windham Village		CT	015	36000	
4835708	Hamptonville	hamptonville	US	27020	0	America/New_York	41.79677	-72.04674	141			CT	015	36000	
4835710	Hancock	hancock	US	03449	0	America/New_York	41.63649	-73.02372	152			CT	005	60750	
4835724	Hanover	hanover	US	02339	0	America/New_York	41.6426	-72.06535	56			CT	011	71670	
4835749	Harbor View	harbor-view	US	43434	0	America/New_York	41.26343	-72.51537	2			CT	007	15350	
4835778	Harrisville	harrisville	US	02830	0	America/New_York	41.92621	-71.93674	94	Harrisville,Pomfretville		CT	015	88190	
4835797	Hartford	hartford	US	05047	124006	America/New_York	41.76371	-72.68509	18	Chartfornt,Gartford,HFD,Halakepoka,Hartford,Hartforda,Hartfordas,Hartfordia,Hartfords,Hārtforda,Kharford,Khartfard,Khartford,Newtown,Siti of Khartford,Suckiag,ha te fu,hartafard,hartaforda,hartapharda,hartaphorda,hartfwrd,hartfwrd  kntykt,hartpart,hateupeodeu,hatofodo,hrtpwrd,Χάρτφορντ,Гартфорд,Сити оф Хартфорд,Хартфард,Хартфорд,Харфорд,Ҳартфорд,Հարթֆորդ,הרטפורד,هارتفورد,هارتفورد، کنتیکت,ہارٹفورڈ,ہارٹفورڈ، کنیکٹیکٹ,हार्टफर्ड,हार्टफ़र्ड्,हार्टफ़ोर्ड,हार्टफोर्ड,हार्तफर्द,ஹார்ட்பர்ட்,ハートフォード,哈特福,하트퍼드	CT	CT	003	37070	
4835843	Hartland	hartland	US	04943	0	America/New_York	41.99621	-72.97955	342	Hartland,Nelson Corner		CT	003	37140	
4835860	Harwinton	harwinton	US	06791	0	America/New_York	41.77121	-73.05983	251	Harwinton,Harwinton Center		CT	005	37280	
4835933	Hayden	hayden	US	35079	0	America/New_York	41.88926	-72.62926	17	Hayden,Hayden Town,Hayden's,Haydens,Haydentown		CT	003	87000	
4835954	Hawleyville	hawleyville	US	06440	0	America/New_York	41.4276	-73.35512	110			CT	001	52980	
4835969	Hebron	hebron	US	03241	9298	America/New_York	41.65788	-72.36592	168	Hebron,Khehbron,Pumptown,hybrwn,Хэброн,حبرون، کنیکٹیکٹ,هيبرون		CT	013	37910	
4836058	Higganum	higganum	US	06441	1698	America/New_York	41.49704	-72.55703	21	Higganum,Higganum Village,Higganumpus,Hockanum		CT	007	35230	
4836074	High Ridge	high-ridge	US	63049	0	America/New_York	41.16898	-73.56374	136	High Ridge,High Ridge Village,High Ridges		CT	001	73070	
4836075	High Ridge	high-ridge	US	63049	0	America/New_York	41.16426	-73.56346	142			CT	001	73070	
4836085	Highland	highland	US	12528	0	America/New_York	41.56565	-72.73815	57			CT	007	47360	
4836097	Highland Park	highland-park	US	08904	0	America/New_York	41.7651	-72.49592	108			CT	003	44700	
4836311	Hope Valley	hope-valley	US	02832	0	America/New_York	41.63371	-72.37508	122	Hope Vale,Hope Valley		CT	013	37910	
4836322	Hopewell	hopewell	US	08525	0	America/New_York	41.34732	-73.33651	160			CT	001	52980	
4836323	Hopewell	hopewell	US	08525	0	America/New_York	41.66454	-72.58342	52			CT	003	31240	
4836360	Hoskins	hoskins	US	68740	0	America/New_York	41.90038	-72.78593	51	Bissell Landing,Hoskins,Hoskins Station		CT	003	68940	
4836476	Huntingtown	huntingtown	US	20639	0	America/New_York	41.35815	-73.28539	130			CT	001	52980	
4836483	Huntsville	huntsville	US	35801	0	America/New_York	41.94482	-73.31262	222			CT	005	10940	
4836559	Hydeville	hydeville	US	05750	0	America/New_York	41.99315	-72.27619	194	Hydeville,Hydeville Mill,Lafayette Furnace		CT	013	72090	
4836890	Ivoryton	ivoryton	US	06442	0	America/New_York	41.34843	-72.43925	23			CT	007	26270	
4836984	Jericho	jericho	US	05465	0	America/New_York	41.33676	-72.29841	33			CT	011	57040	
4836993	Jewett City	jewett-city	US	06351	3441	America/New_York	41.60677	-71.98091	47	Jewett City,Pachaug City		CT	011	33900	
4837098	Jordan	jordan	US	13080	0	America/New_York	41.33926	-72.14424	7	Jordan,Jordan Village,Jordanville,Waterford		CT	011	80280	
4837222	Kensington	kensington	US	20891	8459	America/New_York	41.63538	-72.76871	24	Farmington Village,Great Swamp,Kensington,Кенсингтон		CT	003	04300	
4837232	Kent	kent	US	06757	2858	America/New_York	41.72482	-73.47707	119	Kent,Kent Plains,Kent Village,knt  kntykt,kynt,Кент,كينت,کنت، کنتیکت,کینٹ، کنیکٹیکٹ		CT	005	40290	
4837289	Killingworth	killingworth	US	06419	0	America/New_York	41.35815	-72.5637	117	Hammonassett,Kenelmeworth,Kenelwort,Kenilworth,Killingvors,Killingworth,kylynghwrth,Киллингворс,كيلينغورث,کلنگورتھ، کنیکٹیکٹ		CT	007	40710	
4837477	Lake View	lake-view	US	14085	0	America/New_York	41.35621	-72.51148	97			CT	007	19130	
4837502	Lakeside	lakeside	US	06758	0	America/New_York	41.68232	-73.23734	277			CT	005	49460	
4837503	Lakeside	lakeside	US	06758	0	America/New_York	41.43315	-73.22623	55			CT	009	69640	
4837516	Lakeville	lakeville	US	02347	928	America/New_York	41.96454	-73.44012	216	Furnace Village,Lake View,Lakeville,Salisbury Furnace,The Furnace		CT	005	66420	
4837520	Lakewood	lakewood	US	08701	0	America/New_York	41.57982	-73.02983	148			CT	009	80070	
4837547	Lanesville	lanesville	US	12450	0	America/New_York	41.53565	-73.4229	76	Landsville,Lanesville,Pleasant Valley,Westville		CT	005	52630	
4837629	Lebanon	lebanon	US	03756	0	America/New_York	41.63621	-72.21258	120	Lebanon,Lebanon Street,lbnan,Лебанон,لبنان,لیبانن، کنیکٹیکٹ		CT	011	42390	
4837648	Ledyard	ledyard	US	06339	15212	America/New_York	41.43982	-72.01424	89	Led Yard,Ledyard,Ledyard Center,Maushantuxet		CT	011	42600	
4837717	Liberty Hill	liberty-hill	US	29074	0	America/New_York	41.66565	-72.2548	145	Liberty Hill,Pauch Hill		CT	011	42390	
4837798	Lisbon	lisbon	US	03585	4234	America/New_York	41.60399	-72.01174	100	Lisbon,Newent Parish		CT	011		
4837799	Litchfield	litchfield	US	03052	1215	America/New_York	41.74732	-73.18872	331	Bantam,Lichfijld,Lichfild,Litcfeld,Litchfield,Litchfield Center,Litchfild,Litçfeld,licaphilda,lytshfyld,ritchifirudo,Литчфилд,Личфийлд,Личфилд,ليتشفيلد,لچفیلڈ، کنیکٹیکٹ,लिचफिल्ड,リッチフィールド		CT	005	43370	
4838100	Macedonia	macedonia	US	44056	0	America/New_York	41.74287	-73.49901	135	Macedomia,Macedonia		CT	005	40290	
4838116	Madison	madison	US	03849	19100	America/New_York	41.27954	-72.59843	7	East Guilford,MPE,Madison,Madison Center,Medison,Medison Senter,Mehdison,madyswn,myadisana sentara,Мадисон,Медисон Сентер,Медісон,Мэдисон,ماديسون,میڈیسون، کونیکٹیکوٹ,म्याडिसन सेन्टर		CT	009	44560	
4838174	Manchester	manchester	US	01944	30577	America/New_York	41.77593	-72.52148	83	Central Manchester,Manchester,Manchester Center,manchesuta,manshstr,mnchstr  kntykt,sentrala myancestara,Манчестер,مانشستر,مانچسٹر، کنیکٹیکٹ,منچستر، کنتیکت,सेन्ट्रल म्यांचेस्टर,マンチェスター		CT	003	44700	
4838203	Mansfield Center	mansfield-center	US	06250	947	America/New_York	41.76538	-72.19813	78	Mansfield (Connecticut),Mansfield Center,Mansfield Village,North End,Ponde-Place,Ponds Place,Ponds Town,The Ponds		CT	013	44910	
4838205	Mansfield Depot	mansfield-depot	US	06251	0	America/New_York	41.80149	-72.30647	104	Mansfield,Mansfield Depot		CT	013	44910	
4838259	Marion	marion	US	02738	0	America/New_York	41.56371	-72.92566	56			CT	003	70550	
4838276	Marlborough	marlborough	US	01752	0	America/New_York	41.63149	-72.45981	156	Marlboro,Marlborough,Marlborough Center,Marlborough Four Corners,marlbwrw,Марлборо,مارلبورو,مارلبورو، کنیکٹیکٹ		CT	003	45820	
4838460	Meadowbrook	meadowbrook	US	26404	0	America/New_York	41.48676	-72.88149	78			CT	009	14160	
4838471	Mechanicsville	mechanicsville	US	18934	0	America/New_York	41.96899	-72.79371	69			CT	003	32640	
4838472	Mechanicsville	mechanicsville	US	18934	0	America/New_York	41.9401	-71.89368	104	Mechanics,Mechanicsville,New Boston		CT	015	75870	
4838495	Melrose	melrose	US	02176	0	America/New_York	41.9376	-72.5212	53	Ireland,Ireland Street,Melrose		CT	003	24800	
4838524	Meriden	meriden	US	03770	59988	America/New_York	41.53815	-72.80704	54	Meridehn,Meriden,Silver City,mei li deng,meriden,meridena,mrydn  kntykt,myrydyan,Мериден,Меридэн,Меріден,مریدن، کنتیکت,ميريديان,میریڈن، کنیکٹیکٹ,मेरिडेन,メリデン,梅里登		CT	009	46520	
4838591	Middle Haddam	middle-haddam	US	06456	0	America/New_York	41.55399	-72.55009	33	Knowles Landing,Middle Haddam		CT	007	22490	
4838611	Middlebury	middlebury	US	05753	6974	America/New_York	41.52787	-73.12761	212	Middlbjuri,Middlebury,Middlebury Center,mydlbwry,Миддлбюри,ميدلبوري,مڈلبری، کنیکٹیکٹ		CT	009	46940	
4838621	Middlefield	middlefield	US	01243	0	America/New_York	41.51732	-72.71204	60	Middlefield,Middlefield Center,Middlfild,mydlfyld,Миддлфилд,ميدلفيلد,مڈلفیلڈ، کنیکٹیکٹ		CT	007	47080	
4838633	Middletown	middletown	US	02842	46756	America/New_York	41.56232	-72.65065	12	Mattabeseck,Mattabesett,Mattabesset,Middletown,Middltaun,Middltoun,Midltaun,mi de er dui,midalata'una,midorutaun,mydltawn,Миддлтаун,Миддлтоун,Мидлтаун,Міддлтаун,ميدلتاون,مڈل ٹاؤن، کنیکٹیکٹ,میدل‌تاون، کنتیکت,मिडलटाउन,ミドルタウン,米德尔敦		CT	007	47360	
4838652	Milford	milford	US	01757	52759	America/New_York	41.22232	-73.0565	8	Four Corners,Milford,Milfordas,Millfort,Wepowaug,mi er fu de,milapharda,milaphorda,milpeodeu,mirufodo,myldfwrd  kntykt,mylfwrd,Милфорд,Мілфорд,ميلفورد,میلدفورد، کنتیکت,میلفورڈ، کنیکٹیکٹ,मिलफर्ड,मिलफोर्ड,ミルフォード,米尔福德,밀퍼드		CT	009	47535	
4838729	Millbrook	millbrook	US	12545	0	America/New_York	41.37926	-72.89288	44			CT	009	54870	
4838731	Milldale	milldale	US	06467	0	America/New_York	41.56593	-72.89177	41			CT	003	70550	
4838743	Millington	millington	US	07946	0	America/New_York	41.48593	-72.35536	161	Beebe's Mills,Millington,Millington Green,Millington Village,Willington		CT	007	22280	
4838746	Millstone	millstone	US	25261	0	America/New_York	41.31093	-72.16647	8			CT	011	80280	
4838751	Millville	millville	US	01529	0	America/New_York	41.49093	-73.06705	96			CT	009	49950	
4838754	Milton	milton	US	02186	0	America/New_York	41.7701	-73.27262	321	Milton,Milton Center,West Farms		CT	005	43370	
4838863	Monroe	monroe	US	03771	0	America/New_York	41.3326	-73.20734	198	Flat Rock,Monro,Monroe,Monroe Center,mwnrwy,Монро,مونرو، کنیکٹیکٹ,مونروي		CT	001	48620	
4838895	Moodus	moodus	US	06469	1413	America/New_York	41.50288	-72.45009	54	Machimoodus,Mechanicsville,Moodus,Moodus Village		CT	007	22280	
4838912	Mooreville	mooreville	US	38857	0	America/New_York	41.90954	-73.06011	233			CT	005	86440	
4838928	Moosup	moosup	US	06354	3231	America/New_York	41.71288	-71.88091	72	Cranska Village,Cranska Vitto,Gladdings Village,Gladdingville,Gladdinville,Kishwaukee,Moosup,Moosup Village,Uxnionville		CT	015	59980	
4838965	Morris	morris	US	06763	0	America/New_York	41.68426	-73.19622	334	Morris,South Farms,mwrys,Моррис,مورس، کنیکٹیکٹ,موريس		CT	005	49460	
4839012	Mount Carmel	mount-carmel	US	17851	0	America/New_York	41.42426	-72.90538	31	Mount Carmel,Mount Carmel Center		CT	009	35650	
4839022	Mount Hope	mount-hope	US	25880	0	America/New_York	41.82399	-72.17091	98			CT	013	44910	
4839122	Murray	murray	US	42071	0	America/New_York	41.19454	-73.28567	118			CT	001	26620	
4839141	Mystic	mystic	US	06355	4205	America/New_York	41.35427	-71.96646	3	Lower Mystic,Mistick,Misticke,Mistik,Mystic,Mystic Bridge,Mystic Village,maystyk,mistika,Мистик,مائی سٹک، کونیکٹیکٹ,مايستيك,मिस्टिक		CT	011	73770	
4839160	Myrtle Beach	myrtle-beach	US	29572	0	America/New_York	41.19621	-73.0765	2			CT	009	47535	
4839222	Naugatuck	naugatuck	US	06770	31538	America/New_York	41.48593	-73.05066	63	Judd's Meadow,Judds Meadow,Naugatak,Naugatuck,Naugatuck Village,Nawcotuck,Nogatak,Salem Bridge,naugacuka,nawghatwk,Наугатак,Ногатак,ناوغاتوك,یونین سٹی، کنیکٹیکٹ,नौगाचुक		CT	009	49950	
4839917	Oakland	oakland	US	02858	0	America/New_York	41.80621	-72.51786	63			CT	003	44700	
4839292	New Britain	new-britain	US	06050	72808	America/New_York	41.66121	-72.77954	51	Hardware City,N'ju Britan,N'ju-Briten,New Britain,Nju Briten,Quebec,Quebek,n'yu britana,n'yu britena,nyubeuliteun,nyuburiten,nyw brytn,nyw brytyn  kntykt,xin bu lie dian,Њу Бритен,Нью Британ,Нью-Бритен,Нью-Брітен,نيو بريتن,نیو بریتین، کنتیکت,نیو بریٹن، کنیکٹیکٹ,न्यु ब्रिटेन,न्यू ब्रिटन,ニューブリテン,新不列颠,뉴브리튼		CT	003	50440	
4839319	New Canaan	new-canaan	US	06840	19738	America/New_York	41.14676	-73.49484	97	N'ju Kanaan,Nju Kanaan,n'yu kanana,nyw kanan,nyw kynn  kntykt,Нью Канаан,Ню Канаан,نيو كانان,نیو کنعان، کنیکٹیکٹ,نیو کینن، کنتیکت,न्यू कनान		CT	001	50580	
4839345	New Fairfield	new-fairfield	US	06812	14126	America/New_York	41.46648	-73.48568	182	N'ju Fajrfild,nyw fyrfyld,Нью Файрфилд,نيو فيرفيلد,نیو فیئرفیلڈ، کنیکٹیکٹ		CT	001	50860	
4839357	New Hartford	new-hartford	US	06057	0	America/New_York	41.88232	-72.97705	137	Landers,N'ju Khartford,New Hartford,New Hartford Center,Nju Khartford Senter,North End Village,n'yu hartapharda sentara,nyw hartfwrd,Њу Хартфорд Сентер,Нью Хартфорд,نيو هارتفورد,نیو ہارٹفورڈ، کنیکٹیکٹ,न्यु हार्टफर्ड सेन्टर		CT	005	51350	
4839366	New Haven	new-haven	US	05472	130322	America/New_York	41.30815	-72.92816	18	HVN,N'ju Khehven,N'ju-Gejven,N'ju-Khehjven,N'ju-Khejven,New Haven,Nju Khejven,Nju Khejvun,Novus Portus,Nuheivena,Queenapick,Quillipiack,Quinnepyooghq,Quinnipiac,Quinnypiock,Quinopiocke,Rodeberg,Rodenburg,n'yu hevana,n'yu hyabhena,niu ha fen shi,niu hei wen,niu-heiveni,niw he wen,nyuheibeun,nyuheibun,nyw hyfn,nyw hyybn,nywhywn  kntykt,Ņūheivena,Њу Хејвен,Нью Хэвен,Нью-Гейвен,Нью-Хейвен,Нью-Хэйвен,Ню Хейвън,ניו הייבן,نيو هيفن,نیو ہیون، کنیکٹیکٹ,نیوهیون، کنتیکت,न्यु ह्याभेन,न्यू हेवन,นิวเฮเวน,ნიუ-ჰეივენი,ニューヘイブン,纽哈芬市,纽黑文,뉴헤이븐		CT	009	52070	
4839773	North Woodstock	north-woodstock	US	03262	0	America/New_York	41.99037	-71.99702	122	North Woodstock,Village Corners		CT	015	88190	
4839785	Northfield	northfield	US	01360	0	America/New_York	41.0626	-73.54235	9			CT	001	73070	
4839416	New London	new-london	US	03257	27179	America/New_York	41.35565	-72.09952	17	Llundain Newydd,Mameeg,N'ju London,N'ju-London,New London,New-London,Nju London,Nju Lundun,Nova Londres,Pequot Plantation,Pequot Town,n'yu landana,nyuleondeon,nyurondon,xin lun dui,Њу Лондон,Нью Лондон,Нью-Лондон,Ню Лъндън,न्यु लंडन,न्यू लंडन,ニューロンドン,新伦敦,뉴런던		CT	011	52350	
4839435	New Milford	new-milford	US	06776	6523	America/New_York	41.57704	-73.40845	73	N'ju Milford,Nju Milford,n'yu milapharda,nyw mylfwrd,Њу Милфорд,Нью Милфорд,نيو ميلفورد,نیو میلفورڈ، کنیکٹیکٹ,न्यु मिलफर्ड		CT	005	52630	
4839483	Newfield	newfield	US	04056	0	America/New_York	41.10704	-73.53123	89	Newfield,Noppit		CT	001	73070	
4839484	Newfield	newfield	US	04056	0	America/New_York	41.17815	-73.16622	11	Newfield,Newfield Village		CT	001	08070	
4839485	Newfield	newfield	US	04056	0	America/New_York	41.85787	-73.12928	263			CT	005	76570	
4839497	Newington	newington	US	06111	30562	America/New_York	41.69788	-72.72371	35	Nevington,Njuington,n'yu'ingatana,nywynghwn,Њуингтон,Невингтон,نيوينغون,نیوانگٹن، کنیکٹیکٹ,न्युइंगटन		CT	003	52140	
4839521	Niantic	niantic	US	06357	3114	America/New_York	41.32538	-72.19313	9	Nehantic,Nehantucket,Niantic		CT	011	23400	
4839533	Nichols	nichols	US	13812	0	America/New_York	41.24093	-73.16122	84	Amblersville,Johnson Corner,Nichols,Nichols Farms,Old Farm		CT	001	77200	
4839624	North Bloomfield	north-bloomfield	US	44450	0	America/New_York	41.88621	-72.74648	62			CT	003	05910	
4839636	North Branford	north-branford	US	06471	14454	America/New_York	41.3276	-72.76732	33	Nors Brehnford,North Branford,North Branford Village,North Farms,nwrth branfwrd,Норс Брэнфорд,نارتھ برینفورڈ، کنیکٹیکٹ,نورث برانفورد		CT	009	53890	
4839653	North Canton	north-canton	US	06059	0	America/New_York	41.89787	-72.8926	201	New Canton,North Canton		CT	003	12270	
4839690	North Franklin	north-franklin	US	06254	0	America/New_York	41.63343	-72.16341	87			CT	011	29910	
4839692	North Granby	north-granby	US	06060	1944	America/New_York	41.99593	-72.82954	86			CT	003	32640	
4839704	North Haven	north-haven	US	04853	24093	America/New_York	41.39093	-72.85954	21	Bricktown,Nors Khehven,Nort Khejven,North Haven,nartha hyabhena,nwrth hyfn,Норс Хэвен,Норт Хејвен,نارتھ ہیون، کنیکٹیکٹ,نورث هيفن,नर्थ ह्याभेन		CT	009	54870	
4839750	North Stonington	north-stonington	US	06359	0	America/New_York	41.44093	-71.88118	43	Milltown,Nors Stonington,North Stonington,North Stonington Village,nwrth stwnynghtwn,Норс Стонингтон,نارتھ سٹونگٹن، کنیکٹیکٹ,نورث ستونينغتون		CT	011	55500	
4839765	North Westchester	north-westchester	US	06474	0	America/New_York	41.58093	-72.4012	58	Iron Works Colchester,North Westchester		CT	011	15910	
4839768	North Windham	north-windham	US	06256	0	America/New_York	41.74954	-72.15452	84	New Boston,North Windham		CT	015	86790	
4839786	Northfield	northfield	US	01360	0	America/New_York	41.69482	-73.11067	264	Northfield,Southeast Farms		CT	005	43370	
4839795	Northford	northford	US	06472	0	America/New_York	41.39371	-72.79121	55	Northford,Paug		CT	009	53890	
4839802	Northville	northville	US	12134	0	America/New_York	41.62926	-73.39318	107			CT	005	52630	
4839822	Norwalk	norwalk	US	06850	88485	America/New_York	41.1176	-73.4079	11	Chichester,Naramake,Noruolk,Norvalk,Norvok,Norvolk,Norvolkas,Norwaake,Norwalk,ORQ,The Bridge,The Great Bridge,naravaka,noravoka,nou~oku,nowokeu,nuo wo ke,nwrwak  kntykt,nwrwwlk,Норвалк,Норвок,Норволк,Норуолк,نارواک، کنیکٹیکٹ,نورواک، کنتیکت,نوروولك,नरवाक,नॉरवॉक,ノーウォーク,诺沃克,노워크		CT	001	56060	
4839843	Norwich	norwich	US	05055	39899	America/New_York	41.52426	-72.07591	17	Chelsea,Noridzh,Noruich,Norvich,Norwich,Norwich Landing,Norwick,Rose of New England,naravica,nolichi,norvika,nou~itchi,nuo wei qi,nwrwytsh,nwrych  kntykt,Норвич,Норвіч,Норидж,Норуич,نارویچ، کنیکٹیکٹ,نورويتش,نوریچ، کنتیکت,नरविच,नॉर्विक,ノーウィッチ,诺威奇,노리치		CT	011	56270	
4839912	Oakdale	oakdale	US	06370	0	America/New_York	41.46621	-72.1573	78	Fair Oaks,Oakdale		CT	011	48900	
4839918	Oakland Gardens	oakland-gardens	US	11364	0	America/New_York	41.7426	-72.78621	87	Oakland Garden,Oakland Gardens		CT	003	27600	
4839919	Oakland Gardens	oakland-gardens	US	11364	0	America/New_York	41.7326	-72.78371	88			CT	003	27600	
4839921	Oakville	oakville	US	06779	9047	America/New_York	41.59343	-73.08539	168	Oakville,The City		CT	005	80490	
4839983	Old Greenwich	old-greenwich	US	06870	6611	America/New_York	41.02287	-73.56485	8	Greenwich Old Town,Monakeway,Old Greenwich,SoundBeach		CT	001	33620	
4839995	Old Lyme	old-lyme	US	06371	0	America/New_York	41.31593	-72.32897	8	Black Hall,Lyme,Lyme Street,Lyme Village,Niantic,Old Lyme,Ould Lajm,Оулд Лайм		CT	011	57040	
4840015	Old Mystic	old-mystic	US	06372	3554	America/New_York	41.39149	-71.96174	4	Head of Mistick,Head of Mystic,Head of the River,Mystic,Old Mystic,Pequot,River Head,Upper Mystic		CT	011	34250	
4840035	Old Saybrook	old-saybrook	US	06475	10627	America/New_York	41.29177	-72.3762	9	Old Saybrook,Old Sehjbruk,Ould Sehjbruk,Pashbeshauke,Saybrook,Seabrook,Seabrooke,Zeebrugge,awld saybwrwk,Олд Сэйбрук,Оулд Сэйбрук,أولد سايبوروك,اولڈ سیبروک، کنیکٹیکٹ		CT	007	57320	
4840095	Oneco	oneco	US	06373	0	America/New_York	41.69371	-71.8084	105	Oneco,Oneco Village		CT	015	73420	
4840104	Orange	orange	US	01364	13956	America/New_York	41.27843	-73.02566	68	Bryan's Farms,North Milford,Orange,Orange (Connecticut),Orange Center		CT	009	57600	
4840161	Oswegatchie	oswegatchie	US	13670	0	America/New_York	41.3551	-72.17619	5			CT	011	80280	
4840237	Oxford	oxford	US	01540	11345	America/New_York	41.43399	-73.11678	108	Manchaug,OXC,Oksford,Oxford,Oxford Center,aksfwrd  kntykt,awksfwrd,Оксфорд,آکسفورد، کنتیکت,آکسفورڈ، کنیکٹیکٹ,أوكسفورد		CT	009	58300	
4840297	Palestine	palestine	US	26160	0	America/New_York	41.36565	-73.31984	233	Cittletown,Kettletown,Palanstine,Palentine,Palestine,Palientine,Rocky Hill,Tinkerfield,Tinkertown		CT	001	52980	
4840383	Parkville	parkville	US	21234	0	America/New_York	41.76316	-72.6937	18			CT	003	37070	
4840426	Pawcatuck	pawcatuck	US	06379	5624	America/New_York	41.37732	-71.83368	3	Paquatuck,Paucatuck,Pawcatuck,Pawcatuck Bridge,Pawcatuck Village,Pawcatucket,Pawkeatucket		CT	011	73770	
4840486	Pecks Mill	pecks-mill	US	25547	0	America/New_York	41.22287	-73.1165	15			CT	001	74190	
4840527	Pequabuck	pequabuck	US	06781	0	America/New_York	41.67288	-72.99316	171			CT	005	60750	
4840594	Phoenixville	phoenixville	US	19460	0	America/New_York	41.87704	-72.08591	149	Phoenixville,Sprague Mill		CT	015	21860	
4840649	Pine Grove	pine-grove	US	17963	0	America/New_York	41.99982	-73.35456	210	Canaan Camp Ground,Pine Grove		CT	005	10940	
4840650	Pine Grove	pine-grove	US	17963	0	America/New_York	41.33621	-72.18508	3			CT	011	23400	
4840659	Pine Hill	pine-hill	US	12465	0	America/New_York	41.08065	-73.63402	122			CT	001	33620	
4840661	Pine Hill	pine-hill	US	12465	0	America/New_York	41.86232	-72.81176	77			CT	003	68940	
4840681	Pine Meadow	pine-meadow	US	06061	0	America/New_York	41.87649	-72.96705	114	Kelloggsville,Kelloggville,Kellogsville,Lower Village,Pine Meadow		CT	005	51350	
4840713	Pineville	pineville	US	18946	0	America/New_York	41.88288	-71.85118	111	Daniels Mills,Pineville		CT	015	40500	
4840755	Plainfield	plainfield	US	01070	15498	America/New_York	41.67649	-71.91507	60	Plainfield (Connecticut),Plehjnfild,peulleinpildeu,Плэйнфилд,플레인필드		CT	015	59980	
4840767	Plainville	plainville	US	02762	17328	America/New_York	41.67454	-72.85816	58	Plainville,Plehjnvill,Plejnvill',Плейнвилль,Плэйнвилл,پلینویل، کنیکٹیکٹ		CT	003	60120	
4840792	Plantsville	plantsville	US	06479	0	America/New_York	41.58371	-72.89232	45	Plantsville,The Corners		CT	003	70550	
4840816	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	41.37149	-72.07341	36			CT	011	34250	
4840836	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	41.91232	-72.98788	125			CT	005	02760	
4840844	Plymouth	plymouth	US	02360	12284	America/New_York	41.67204	-73.05289	214	Northbury,Plajmaus,Plimut,Plymouth,Plymouth Center,Плаймаус,Плимут,پلایماؤت، کنیکٹیکٹ		CT	005	60750	
4840902	Pomfret	pomfret	US	06258	0	America/New_York	41.8976	-71.96257	183	Massamugget,Pomfret,Помфрет,پومفرٹ، کنیکٹیکٹ		CT	015	61030	
4840903	Pomfret Center	pomfret-center	US	06259	0	America/New_York	41.88732	-71.96202	190			CT	015	61030	
4840982	Poquonock	poquonock	US	06064	0	America/New_York	41.90482	-72.6787	32	Pequannock,Pequonnock,Poquannoc,Poquonnoc,Poquonnock,Poquonoc,Poquonock		CT	003	87000	
4841001	Portland	portland	US	04101	5862	America/New_York	41.57288	-72.64065	24	East Middletown,Portland,Portland Center,Portlend,portalyanda,Портланд,Портленд,پورٹلینڈ، کنیکٹیکٹ,पोर्टल्यान्ड		CT	007	61800	
4841089	Prospect	prospect	US	06712	9476	America/New_York	41.50232	-72.97872	268	Prospect,Waterbury South Farms		CT	009	62290	
4841178	Putney	putney	US	05346	0	America/New_York	41.2351	-73.11178	38			CT	001	74190	
4841187	Putnam	putnam	US	06260	7214	America/New_York	41.9151	-71.90896	92	Cargill Falls,Great Falls,Patnam,Pomfret Street,Pomfretville,Putnam,Putnam District,Putnamas,Quinebaug,Quinebaug Falls,Wilkinson,Wilkinsonville,pattonamu,Патнам,Путнам,پٹنم، کنیکٹیکٹ,パットナム		CT	015	62710	
4841191	Quaker Hill	quaker-hill	US	06375	0	America/New_York	41.40343	-72.10591	9	Quaker Hill,Waterford		CT	011	80280	
4841196	Quakertown	quakertown	US	08868	0	America/New_York	41.4101	-72.00424	60			CT	011	42600	
4841205	Quarryville	quarryville	US	17566	0	America/New_York	41.86454	-72.42119	168	Botlon Quarries,Quarryville		CT	013	76290	
4841217	Quinebaug	quinebaug	US	06262	1133	America/New_York	42.02371	-71.9498	117			CT	015	75870	
4841283	Rainbow	rainbow	US	76077	0	America/New_York	41.91815	-72.69259	31			CT	003	87000	
4841331	Rawson	rawson	US	45881	0	America/New_York	41.80704	-72.06924	192			CT	015	36000	
4841341	Raynham	raynham	US	02767	0	America/New_York	41.27482	-72.89649	28			CT	009	52070	
4841377	Redding	redding	US	06896	0	America/New_York	41.3026	-73.38345	181	Redding,Redding Center,Reding,Реддинг,Реддінґ,Рединг,ریڈنگ، کنیکٹیکٹ		CT	001	63480	
4841383	Redding Ridge	redding-ridge	US	06876	0	America/New_York	41.31398	-73.3504	213			CT	001	63480	
4841463	Ridgefield	ridgefield	US	06877	7645	America/New_York	41.28148	-73.49818	223	Caudatowa,Ridgefield,Ridzfild,Ridzhfild,rijaphilda,Риджфилд,Риџфилд,ریجفیلڈ، کنیکٹیکٹ,रिजफिल्ड		CT	001	63970	
4841478	Ridgeway	ridgeway	US	24148	0	America/New_York	41.06676	-73.55568	9			CT	001	73070	
4841481	Ridgewood	ridgewood	US	07450	0	America/New_York	41.25954	-72.50953	7			CT	007	15350	
4841482	Ridgewood	ridgewood	US	07450	0	America/New_York	41.3126	-72.10424	8	Ridgewood,Ridgewood Park		CT	011	80280	
4841522	Riverbank	riverbank	US	95367	0	America/New_York	41.10482	-73.58651	54			CT	001	73070	
4841524	Riverdale	riverdale	US	07457	0	America/New_York	41.56149	-72.58287	25			CT	007	61800	
4841527	Riverside	riverside	US	02915	8416	America/New_York	41.03371	-73.57818	25			CT	001	33620	
4841528	Riverside	riverside	US	02915	0	America/New_York	41.42843	-73.24678	76			CT	001	52980	
4841529	Riverside	riverside	US	02915	0	America/New_York	41.38815	-73.17261	56	Pleasant Vale,Pleasant Valley,Riverside		CT	009	58300	
4841550	Riverton	riverton	US	06065	0	America/New_York	41.96287	-73.01677	154	Barkhamsted Forks,Hitchcocks Mill,Hitchcocksville,Hitchcockville,Riverton		CT	005	02760	
4841591	Robertsville	robertsville	US	44670	0	America/New_York	41.97898	-73.044	181			CT	005	16050	
4841621	Rockland	rockland	US	02370	0	America/New_York	41.41176	-72.65593	93			CT	009	44560	
4841628	Rockville	rockville	US	02873	7474	America/New_York	41.86676	-72.44953	121	Rock,Rock Factory,Rock Village,Rockville,Rokvill,The Loom City,Роквилл		CT	013	78250	
4841665	Rocky Hill	rocky-hill	US	06067	0	America/New_York	41.66482	-72.63926	34	Rocky Hill,Rocky Hill Center,Rocky-hill,Rockyhill		CT	003	65370	
4841672	Rogers	rogers	US	06263	0	America/New_York	41.84038	-71.90618	79	Goodyear,Rogers,Williamsville		CT	015	40500	
4841773	Roxbury	roxbury	US	02119	0	America/New_York	41.08926	-73.5604	28			CT	001	73070	
4841774	Roxbury	roxbury	US	02119	0	America/New_York	41.55648	-73.30873	165	Roksbjuri,Roksburi,Roxbury,Roxbury Center,raksbry  kntykt,Роксбъри,Роксбюри,راکسبری، کنتیکت,روکسبیری، کنیکٹیکٹ		CT	005	65930	
4842488	Salem	salem	US	01970	4183	America/New_York	41.49038	-72.27536	107	Salem,Salem Center,Sejlem,sylm  kntykt,Салем,Сейлем,سیلم، کنتیکت,سیلم، کنیکٹیکٹ		CT	011	66210	
4842503	Salisbury	salisbury	US	01952	0	America/New_York	41.98343	-73.42123	210	Salisbjuri,Salisbury,Salisbury Center,The Center,The Center Village,Салисбюри,سیلسبری، کنیکٹیکٹ		CT	005	66420	
4842574	Sandy Point	sandy-point	US	04972	0	America/New_York	41.34843	-72.18397	4			CT	011	80280	
4842579	Sandy Hook	sandy-hook	US	06482	0	America/New_York	41.4201	-73.28206	79			CT	001	52980	
4842602	Saugatuck	saugatuck	US	49453	0	America/New_York	41.1226	-73.37012	0	Saugatuck,Saugatuck Village,Soakatuck,Soukatuck		CT	001	83500	
4842710	Scotland	scotland	US	06264	0	America/New_York	41.69843	-72.08146	85			CT	015	67400	
4842755	Seaside	seaside	US	93955	0	America/New_York	41.30399	-72.12897	17			CT	011	80280	
4842756	Seaside	seaside	US	93955	0	America/New_York	41.30399	-72.13258	18			CT	011	80280	
4842818	Seymour	seymour	US	06483	16562	America/New_York	41.39676	-73.07594	31	Amaug Suck,Chusetown,Humphreysville,Humphreyville,Naugatuck,Naugetuc,Naukotunk,Sejmur,Seymour,Сеймур,سیمور، کنیکٹیکٹ		CT	009	67610	
4842872	Sharon	sharon	US	02067	729	America/New_York	41.87926	-73.47679	216	Sharon,Sheron,Шарон,Шерон,شیرون، کنیکٹیکٹ		CT	005	67960	
4842898	Shelton	shelton	US	06484	41296	America/New_York	41.31649	-73.09316	19	Huntington,Huntington Landing,Ripton,Shehlton,Shelton,seltana,sheruton,shltwn  kntykt,shyltwn,xie er dun,Шелтон,Шэлтон,شلتون، کنتیکت,شيلتون,شیلٹن، کنیکٹیکٹ,शेल्टन,シェルトン,谢尔顿		CT	001	68170	
4842937	Sherman	sherman	US	04776	3827	America/New_York	41.57926	-73.49568	141	Shehrman,Sherman,Sherman Center,The City,shrmn  kntykt,Шерман,Шэрман,شرمن، کنتیکت,شیرمین، کنیکٹیکٹ		CT	001	68310	
4843079	Simsbury	simsbury	US	06070	0	America/New_York	41.87593	-72.80121	63	Simsbjuri,Simsbury Center,Симсбюри,سمسبیری، کنیکٹیکٹ		CT	003	68940	
4843215	Somers	somers	US	06071	1789	America/New_York	41.98537	-72.4462	79	Bittings Mill,Central Somers,Samers,Somehrs,Somer's Street,Somers,Somers Center,Somers Street,sentrala somarsa,Самерс,Сомерс,Сомэрс,سامرز، کنیکٹیکٹ,सेन्ट्रल सोमर्स		CT	013	69220	
4843222	Somersville	somersville	US	06072	0	America/New_York	41.98287	-72.48786	56	Somersville,Somerville		CT	013	69220	
4843242	South Britain	south-britain	US	06487	0	America/New_York	41.47093	-73.2515	47			CT	009	69640	
4843248	South Canaan	south-canaan	US	18459	0	America/New_York	41.96176	-73.33345	200	South Canaan,South Cannan		CT	005	10940	
4843298	South Kent	south-kent	US	06785	0	America/New_York	41.67954	-73.47068	125	Hopson Corners,Lily Lake,Pigtail Corners,South Kent,Woodrow,Woodrow Station		CT	005	40290	
4843302	South Lyme	south-lyme	US	06376	0	America/New_York	41.30538	-72.25841	16			CT	011	57040	
4843312	South Glastonbury	south-glastonbury	US	06073	0	America/New_York	41.66704	-72.59676	47	Nayaug,South Glastonbury		CT	003	31240	
4843346	South Willington	south-willington	US	06265	0	America/New_York	41.85538	-72.30147	112	South Willington,Wellington		CT	013	85950	
4843350	South Windham	south-windham	US	04082	1421	America/New_York	41.67954	-72.17036	50	South Windham,Spaffordsville		CT	015	86790	
4843353	South Windsor	south-windsor	US	06074	24412	America/New_York	41.82371	-72.6212	10	Saus Vindzor,Sous Vindsor,Саус Виндзор,Соус Виндсор,ساوتھ ونڈسر، کنیکٹیکٹ		CT	003	71390	
4843359	South Woodstock	south-woodstock	US	05071	1291	America/New_York	41.93899	-71.95952	123	Arnold Village,Arnoldtown,Codfish Flat,Codfish Town,Codfishtown,Eastern Vale,South Woodstock,Warnerville		CT	015	88190	
4843362	Southbury	southbury	US	06488	19836	America/New_York	41.48148	-73.21317	76	Sausbjuri,Sousbjuri,Саусбюри,Соусбюри,ساوتھبری، کنیکٹیکٹ,ساوت‌بوری، کنتیکت		CT	009	69640	
4843378	Southington	southington	US	06489	0	America/New_York	41.59649	-72.8776	55	Sausington,Sautington,Sousington,sajinton,Саусингтон,Саутингтон,Саутінґтон,Соусингтон,ساوتھنگٹن، کنیکٹیکٹ,サジントン		CT	003	70550	
4843395	Southport	southport	US	04576	1585	America/New_York	41.13649	-73.28345	12	Carey Corner,Mill Village,Sasco,Sasqua,Sasqua Fields,Southport		CT	001	26620	
4843486	Spring Glen	spring-glen	US	12483	0	America/New_York	41.36343	-72.90871	23			CT	009	35650	
4845964	Winthrop	winthrop	US	02152	0	America/New_York	41.36177	-72.4887	105			CT	007	19130	
4843493	Spring Hill	spring-hill	US	34606	0	America/New_York	41.78704	-72.22397	198	Spring Hill,Springy Hill		CT	013	44910	
4843508	Springdale	springdale	US	15144	0	America/New_York	41.08787	-73.52429	58			CT	001	73070	
4843553	Stafford	stafford	US	06075	12029	America/New_York	41.98482	-72.28897	177	Furnace Hollow,Stafford,Stafford Hollow,Stafford Springs,Stafford Village,Staford Springs,Стафорд Спрингс,Стаффорд,سٹیفورڈ، کنیکٹیکٹ		CT	013	72090	
4843556	Stafford Springs	stafford-springs	US	06076	4988	America/New_York	41.95426	-72.3023	155			CT	013	72090	
4843560	Staffordville	staffordville	US	06077	0	America/New_York	41.99398	-72.25869	218	New Furnace,Staffordville		CT	013	72090	
4843564	Stamford	stamford	US	05352	128874	America/New_York	41.05343	-73.53873	7	Rippowams,Stamford,Stamfordas,Stehmford,Stemford,ZTF,astmfwrd  kntykt,seutaempeodeu,si tan fu,stamfwrd,stemapharda,stmpwrd,styamapharda,sutanfodo,Стамфорд,Стемфорд,Стэмфорд,סטמפורד,استمفورد، کنتیکت,ستامفورد,سٹیمفورڈ، کنیکٹیکٹ,स्टॅमफर्ड,स्ट्यामफर्ड,สแตมเฟิร์ด,スタンフォード,斯坦福,스탬퍼드		CT	001	73070	
4843650	Sterling	sterling	US	01564	0	America/New_York	41.7076	-71.82868	91	Sterling,Sterling Station,Stone Factory		CT	015	73420	
4843652	Sterling City	sterling-city	US	76951	0	America/New_York	41.38371	-72.33925	14			CT	011	44210	
4843684	Stevenson	stevenson	US	06491	0	America/New_York	41.38315	-73.18456	111	Half Way River,Half-Way River,Ragged Corner,Stevenson		CT	001	48620	
4843735	Stonington	stonington	US	04681	908	America/New_York	41.33593	-71.9059	9	Mistick,Pawcatuck,Southertown,Stonington,Stonington Village,staningatana,Стонингтон,سٹونگٹن، کنیکٹیکٹ,स्टनिंगटन		CT	011	73770	
4843772	Stony Creek	stony-creek	US	12878	0	America/New_York	41.26454	-72.74621	18	Agicomook,Aigio commuck,Aigiocomock,Ajicomick,Stony Creek		CT	009	07310	
4843811	Stratford	stratford	US	06614	51384	America/New_York	41.18454	-73.13317	7	Cupheag,Stratford,Strehtford,astratfrd  kntykt,seuteulaespeodeu,stryatapharda,sutoratofodo,Стратфорд,Стрэтфорд,استراتفرد، کنتیکت,سٹریٹفورڈ، کنیکٹیکٹ,स्ट्र्याटफर्ड,ストラトフォード,스트랫퍼드		CT	001	74190	
4843874	Suffield	suffield	US	06078	0	America/New_York	41.98176	-72.65065	56	Saffild,Southfield,Suffield,Suffield Village,Саффилд,سففیلڈ، کنیکٹیکٹ		CT	003	74540	
4843918	Sunnyside	sunnyside	US	11104	0	America/New_York	41.29732	-73.07261	36			CT	001	68170	
4843965	Taconic	taconic	US	06079	0	America/New_York	42.03565	-73.4079	231	Camp's Forge,Camps Forge,Chapinville,Forge Pond Village,Taconic		CT	005	66420	
4843971	Taftville	taftville	US	06380	0	America/New_York	41.56982	-72.0473	25			CT	011	56270	
4844084	Terryville	terryville	US	06786	5387	America/New_York	41.67815	-73.01094	190	Poland,Terrysville,Terryville		CT	005	60750	
4844181	Thomaston	thomaston	US	04861	1910	America/New_York	41.67399	-73.07316	124	Church Hollow,Plymouth Hollow,Thomas Town,Thomaston,Tomaston,Tumastun,Томастон,Тъмастън,تھامسٹن، کنیکٹیکٹ		CT	005	75730	
4844184	Thompson	thompson	US	06277	9358	America/New_York	41.95871	-71.86257	181	Quinnatisset,Thompson,Thompson Hill,Thompson Village,Tompson,Томпсон,تھامسن، کنیکٹیکٹ		CT	015	75870	
4844200	Thompsonville	thompsonville	US	12784	8577	America/New_York	41.99704	-72.59898	35	Freshwater Brook,The City,Thompsonville		CT	003	25990	
4844273	Tolland	tolland	US	06084	14891	America/New_York	41.87149	-72.36869	200	Tolland,Толланд,ٹولینڈ، کنیکٹیکٹ		CT	013	76290	
4844309	Torrington	torrington	US	06790	34906	America/New_York	41.80065	-73.12122	165	Mast Swamp,New Orleans Village,Spruce Swamp,Torington,Toringtun,Torrington,Wolcottville,taringatana,toringtana,torinton,tuo ling dun,twryngtwn  kntykt,twrynjtwn,Торингтон,Торингтън,Торрингтон,Торрінгтон,تورينجتون,تورینگتون، کنتیکت,ٹورنگٹن، کنیکٹیکٹ,टरिंगटन,टॉरिंग्टन,トリントン,托灵顿		CT	005	76570	
4844370	Tracy	tracy	US	50256	0	America/New_York	41.50232	-72.81177	57			CT	009	78740	
4844459	Trumbull	trumbull	US	06611	36018	America/New_York	41.24287	-73.20067	71	Trambal,Trambul,Trumbull,Trumbull Center,White Plains,tramabula,trwmbwl  kntykt,Трамбал,Трамбул,Трумбулл,ترومبول، کنتیکت,ٹرمبل، کنیکٹیکٹ,ट्रमबुल		CT	001	77200	
4844555	Twin Lakes	twin-lakes	US	53181	0	America/New_York	42.01843	-73.38679	225			CT	005	66420	
4844602	Uncasville	uncasville	US	06382	1500	America/New_York	41.43454	-72.1098	19	Ankasvill,Bartlett,Uncas Ville,Uncasville,Анкасвилл		CT	011	48900	
4844627	Union City	union-city	US	07087	0	America/New_York	41.49676	-73.04844	83	The City,Union City		CT	009	49950	
4844648	Unionville	unionville	US	06085	0	America/New_York	41.75788	-72.88621	77			CT	003	27600	
4844827	Vernon	vernon	US	05354	0	America/New_York	41.81871	-72.47953	108	North Bolton,Vernon,Vernon Depot,wrnn  kntykt,Вернон,ورنن، کنتیکت,ورنن، کنیکٹیکٹ		CT	013	78250	
4844828	Vernon Center	vernon-center	US	13477	0	America/New_York	41.83704	-72.47203	90			CT	013	78250	
4844834	Versailles	versailles	US	06383	0	America/New_York	41.60177	-72.0373	47	Eagleville,Versailles		CT	011		
4844893	Voluntown	voluntown	US	06384	0	America/New_York	41.57065	-71.87035	82	Monhungunuck,Voluntown		CT	011	78600	
4845056	Wallingford	wallingford	US	05773	17712	America/New_York	41.45704	-72.82316	27	East River,New Haven Village,Vallingford,Volingford Senter,Wallingford,Wallingford Center,u~oringufodo,valingapharda sentara,wo ling fu de,wollingpeodeu,Валлингфорд,Волингфорд Сентер,والنگفورڈ، کنیکٹیکٹ,वालिंगफर्ड सेन्टर,ウォリングフォード,沃灵福德,월링퍼드		CT	009	78740	
4845135	Warren	warren	US	01083	0	America/New_York	41.74287	-73.34873	380			CT	005	79510	
4845142	Warrenville	warrenville	US	29851	0	America/New_York	41.86343	-72.16258	120	Central Valley,Mount Hope,Pompey Hollow,Warrenville		CT	015	01430	
4845151	Washington	washington	US	03280	3466	America/New_York	41.63148	-73.31067	224	Vashington,Washington,Washington Center,Washington Green,Вашингтон,واشنگٹن، کنیکٹیکٹ		CT	005	79720	
4845953	Winsted	winsted	US	06098	7712	America/New_York	41.92121	-73.06011	216	East Village,Laurel City,Vinsted,Winsted,u~insuteddo,vinsteda,wynstd,wysntd  kntykt,Винстед,Вінстед,ونسٹیڈ، کنیکٹیکٹ,وينستد,ویسنتد، کنتیکت,विन्स्टेड,ウィンステッド		CT	005	86440	
4845193	Waterbury	waterbury	US	05671	108802	America/New_York	41.55815	-73.0515	82	Forest City,The Brass City,Uotrbri,Uoterberi,Vaterbjuri,Voterberi,Waterbury,u~otabari,u~otaberi,vatarabari,votarabari,watrbry  kntykt,watrbwry,wo te bo li,woteobeli,wwtrbry,Ватербюри,Вотербери,Вотербері,Уотербери,Уотърбъри,ווטרברי,واتربری، کنتیکت,واتربوري,واٹربری، کنیکٹیکٹ,वाटरबरी,वॉटरबरी,ウォーターバリー,ウォーターベリー,沃特伯里,워터베리		CT	009	80070	
4845245	Watertown	watertown	US	02471	3574	America/New_York	41.60621	-73.11817	178	Vatehrtaun,Votertaun,Watertown,Watertown Center,woteotaun,Ватэртаун,Вотертаун,واٹر ٹاؤن، کنیکٹیکٹ,워터타운		CT	005	80490	
4845250	Waterville	waterville	US	04901	0	America/New_York	41.59037	-73.05094	95	Haydensville,Pine Hole,Waterville		CT	009	80070	
4845261	Wauregan	wauregan	US	06387	1205	America/New_York	41.74427	-71.90924	59	Wauregan,Wauregan Village		CT	015	59980	
4845277	Weatogue	weatogue	US	06089	2776	America/New_York	41.84371	-72.82843	90			CT	003	68940	
4845278	Weatogue	weatogue	US	06089	0	America/New_York	42.04315	-73.34512	201	Weataug,Weatogue,Weeataug,Wehtack,Wentack,Wesatogue,West Weatogue,Wetang,Wetaug,Wetauk,Wiatack,Wiatiak,Wootawk		CT	005	66420	
4845330	Wellsville	wellsville	US	14895	0	America/New_York	41.59704	-73.41484	81			CT	005	52630	
4845394	West Cornwall	west-cornwall	US	06796	0	America/New_York	41.87148	-73.36179	161	Hart Bridge,Hart's Bridge,West Cornwall		CT	005	17240	
4845407	West Granby	west-granby	US	06090	0	America/New_York	41.95621	-72.8426	122			CT	003	32640	
4845411	West Hartford	west-hartford	US	05084	63268	America/New_York	41.76204	-72.74204	40	Vehst Khartford,Vest Kharford,Vest Khartford,Vest-Gartford,West Division,West Hartford,Zapadnyj Khartford,uesutohatofodo,vesta hartapharda,Вест Хартфорд,Вест Харфорд,Вест-Гартфорд,Вэст Хартфорд,Западный Хартфорд,וועסט הארטפארד,ویسٹ ہارٹفورڈ، کنیکٹیکٹ,वेस्ट हार्टफर्ड,ウエストハートフォード		CT	003	82590	
4845416	West Hartland	west-hartland	US	06091	0	America/New_York	42.00759	-72.97066	354			CT	003	37140	
4845889	Winchester Center	winchester-center	US	06094	10830	America/New_York	41.9001	-73.13483	404	Old Society,Winchester,Winchester Center		CT	005	86440	
4845897	Windermere	windermere	US	34786	0	America/New_York	41.87788	-72.48425	68	Wildermere,Windemere,Windermere,Windermere Village		CT	013	25360	
4845419	West Haven	west-haven	US	06516	54927	America/New_York	41.27065	-72.94705	10	Uehst-Khejven,Vehst Khehjvn,Vest Khehven,Vest Khejven,Vest-Gejven,u~esutoheibun,vesta hevana,vesta hyabhena,wst hywn  kntykt,wyst hyfn,xi hei wen,Вест Хејвен,Вест Хэвен,Вест-Гейвен,Вэст Хэйвн,Уэст-Хейвен,وست هیون، کنتیکت,ويست هيفن,ویسٹ ہیون، کنیکٹیکٹ,वेस्ट हेवन,वेस्ट ह्याभेन,ウェストヘイブン,西黑文		CT	009	82870	
4845437	West Hills	west-hills	US	91307	0	America/New_York	41.33426	-72.97094	33			CT	009	52070	
4845453	West Mystic	west-mystic	US	06388	0	America/New_York	41.35065	-71.98202	47	Lower Mystic,Mystic Bridge,Mystic River,Portersville,West Mystic		CT	011	34250	
4845500	West Simsbury	west-simsbury	US	06092	2447	America/New_York	41.87315	-72.85815	95	Case Farms,Farm Village,Farms,Farms Village,The Farms,West Simsbury		CT	003	68940	
4845505	West Suffield	west-suffield	US	06093	0	America/New_York	41.98871	-72.69204	60			CT	003	74540	
4845533	Westbrook	westbrook	US	04092	0	America/New_York	41.28538	-72.44759	11	Patchogue,Pochaug,Pochawg,Pooachoage,Vehstbruk,Vestbruk,Vestbruk Senter,Westbrook,Westbrook Center,vestabruka sentara,wstbrwk  kntykt,Вестбрук,Вестбрук Сентер,Вэстбрук,وستبروک، کنتیکت,ویسٹبروک، کنیکٹیکٹ,वेस्टब्रूक सेन्टर		CT	007	81680	
4845544	Westchester	westchester	US	60154	0	America/New_York	41.55065	-72.41203	164	West Colchester,Westchester		CT	011	15910	
4845558	Westfield	westfield	US	01085	0	America/New_York	41.58482	-72.70065	65			CT	007	47360	
4845562	Westford	westford	US	01886	0	America/New_York	41.92037	-72.17619	217	Westford,Westford Village		CT	015	01430	
4845571	Westminster	westminster	US	01441	0	America/New_York	41.70954	-72.01813	157	West Row,Westminster		CT	015	12130	
4845578	Weston	weston	US	02493	0	America/New_York	41.20093	-73.38067	93	Vehston,Veston,wstn  kntykt,Вестон,Вэстон,وستن، کنتیکت,ویسٹان، کنیکٹیکٹ		CT	001	83430	
4845585	Westport	westport	US	02790	26391	America/New_York	41.14149	-73.3579	9	Vehstport,Vestport,vestaporta,weseuteupoteu,wstpwrt  kntykt,Вестпорт,Вэстпорт,وستپورت، کنتیکت,ویسٹپورٹ، کنیکٹیکٹ,वेस्टपोर्ट,웨스트포트		CT	001	83500	
4845599	Westville	westville	US	08093	0	America/New_York	41.33065	-72.97177	30			CT	009	52070	
4845612	Wethersfield	wethersfield	US	06109	26668	America/New_York	41.71427	-72.65259	25	Pyquaq,Vedersfild,Vezersfild,Watertown,Wethersfield,vedarsaphilda,Ведерсфилд,Везерсфилд,ویدرزفیلڈ، کنیکٹیکٹ,वेदर्सफिल्ड		CT	003	84900	
4845823	Willimantic	willimantic	US	06226	17737	America/New_York	41.71065	-72.20813	68	Thread City,Vilimantik,Wallamantuck,Walumantticuk,Waramantick,We-am-man-tuck,Wewemantick,Willimantic,u~irimantikku,vilimyantika,wylymantyk,wylymantyk  kntykt,Вилимантик,ويليمانتيك,ویلیمانتیک، کنتیکت,विलिम्यांटिक,ウィリマンティック		CT	015	86790	
4845859	Wilson	wilson	US	14172	0	America/New_York	41.81204	-72.65731	15	Wilson,Wilson's,Wilsonville		CT	003	87000	
4845868	Wilsonville	wilsonville	US	35186	0	America/New_York	42.01232	-71.89007	117			CT	015	75870	
4845871	Wilton	wilton	US	03086	18062	America/New_York	41.19537	-73.4379	76	Vilton,Wilton,Вилтон,ولٹن، کنیکٹیکٹ		CT	001	86370	
4845898	Windham	windham	US	03087	23072	America/New_York	41.69982	-72.15702	86	Hither Place,Hither-Place,South East Quarter,The Center,Vindkham,Windham,Windham Center,wyndham  knktykt,Виндхам,ویندهام، کنکتیکت,وینڈم، کنیکٹیکٹ		CT	015	86790	
4845920	Windsor	windsor	US	01270	28778	America/New_York	41.8526	-72.6437	17	Vindzor,Windsor,Виндзор,ونڈسر، کنیکٹیکٹ		CT	003	87000	
4845926	Windsor Locks	windsor-locks	US	06096	12498	America/New_York	41.92926	-72.62731	13	BDL,Enfield Falls,Pine Meadow,Vindsor Loks,Vindzor Loks,Windsor Locks,vindara laks,Виндзор Локс,Виндсор Локс,ونڈسر لاکس، کنیکٹیکٹ,विन्डर लक्स्		CT	003	87070	
4845984	Wolcott	wolcott	US	05680	16639	America/New_York	41.60232	-72.98677	199	Wolcott,Wolcottsville		CT	009	87560	
4846022	Woodbridge	woodbridge	US	07095	9355	America/New_York	41.3526	-73.00844	116	Vudbridzh,Вудбридж,ووڈبرج، کنیکٹیکٹ		CT	009	87700	
4846028	Woodbury	woodbury	US	05681	9755	America/New_York	41.54454	-73.209	79	Vudbari,Vudberi Senter,Vudbjuri,Woodberry,Woodbury,Woodbury Center,vudabari sentara,Вудбари,Вудбери Сентер,Вудбюри,ووڈبری، کنیکٹیکٹ,वूडबरी सेन्टर		CT	005	87910	
4846073	Woodstock	woodstock	US	03293	0	America/New_York	41.94843	-71.97396	184	Plaine Hill,Vudstok,Woodstock,Woodstock Hill,Вудсток,ووڈسٹاک، کنیکٹیکٹ		CT	015	88190	
4846086	Woodstock Valley	woodstock-valley	US	06282	0	America/New_York	41.94093	-72.07174	182			CT	015	88190	
4846094	Woodville	woodville	US	01784	0	America/New_York	41.70482	-73.29706	237			CT	005	79720	
4846188	Yantic	yantic	US	06389	0	America/New_York	41.55982	-72.12369	40	Yantic,Yantic Village,Yanticville		CT	011	56270	
4846280	Abbott	abbott	US	76621	0	America/Chicago	42.48526	-93.06631	335			IA	083	91245	
4846290	Abingdon	abingdon	US	21009	0	America/Chicago	41.08224	-92.13907	236			IA	101	93444	
4846317	Ackley	ackley	US	50601	1560	America/Chicago	42.55415	-93.05326	333	Aklehj,Akli,akly,akly  aywwa,Акли,Аклэй,أكلي,اکلی، آیووا,ოკლი		IA	083	91245	
4846329	Ackworth	ackworth	US	50001	86	America/Chicago	41.36694	-93.47271	273			IA	181	92625	
4846339	Adair	adair	US	50002	728	America/Chicago	41.50054	-94.64359	447	Adehjr,Ader,adairi,adayr  aywwa,adyr,Адер,Адэйр,أدير,ادایر، آیووا,ადაირი		IA	001	94035	
4846398	Adel	adel	US	31620	4245	America/Chicago	41.61443	-94.01745	272	Adehl,Adel,a dai er,adeli,adl,adl  aywwa,eideru,Адел,Адэл,أدل,ادل، آیووا,ადელი,エイデル,阿戴爾	049	IA	049	90018	
4846415	Adelphi	adelphi	US	43101	0	America/Chicago	41.53332	-93.42632	263			IA	153	90456	
4846449	Afton	afton	US	13730	829	America/Chicago	41.02749	-94.19801	378			IA	175	94272	
4846461	Agency	agency	US	52530	641	America/Chicago	40.99502	-92.30685	247	Agency,Agency City		IA	179	90027	
4846481	Ainsworth	ainsworth	US	52201	571	America/Chicago	41.28891	-91.55238	216			IA	183	93195	
4846499	Akron	akron	US	14001	1450	America/Chicago	42.82888	-96.55948	348	Akron,Акрон		IA	149	93462	
4846512	Albany	albany	US	05820	0	America/Chicago	42.86581	-91.75877	284			IA	065	94662	
4846519	Albert City	albert-city	US	50510	688	America/Chicago	42.78192	-94.9486	403			IA	021	91272	
4846529	Albia	albia	US	52531	3829	America/Chicago	41.02667	-92.80575	295	Albia,Albija,albia,albya,albya  aywwa,arubia,Албиа,Албија,آلبیا، آیووا,ألبيا,ალბია,アルビア	135	IA	135	94140	
4846541	Albion	albion	US	02802	476	America/Chicago	42.11249	-92.98853	292			IA	127	94104	
4846557	Alburnett	alburnett	US	52202	695	America/Chicago	42.14833	-91.61851	269			IA	113	93237	
4846565	Alden	alden	US	14004	764	America/Chicago	42.52026	-93.37604	339			IA	083	90036	
4846596	Alexander	alexander	US	14005	170	America/Chicago	42.8058	-93.47659	387			IA	069	93777	
4846602	Algona	algona	US	50511	5470	America/Chicago	43.06997	-94.23302	364	AXG,Algona,Call's Grove,algona,algwna  aywwa,aljwna,Алгона,آلگونا، آیووا,ألجونا,ཨཱལ་གོ་ན།,ალგონა	109	IA	109	90037	
4846618	Alice	alice	US	78332	0	America/Chicago	42.19749	-91.69573	263			IA	113	93237	
4846652	Alleman	alleman	US	50007	443	America/Chicago	41.81999	-93.61161	307	Aleman,Olehman,alemani,alman  aywwa,alyman,Алеман,Олэман,أليمان,المان، آیووا,ალემანი		IA	153	92595	
4846656	Allen	allen	US	21810	0	America/Chicago	41.80499	-95.81862	425			IA	085	90039	
4846683	Allerton	allerton	US	50008	495	America/Chicago	40.7064	-93.36521	335			IA	185	94440	
4846691	Allison	allison	US	15413	1029	America/Chicago	42.75275	-92.79519	321		023	IA	023	94692	
4846712	Almont	almont	US	48003	0	America/Chicago	41.9753	-90.19902	200			IA	045	91194	
4846720	Alpha	alpha	US	42603	0	America/Chicago	42.99664	-92.04767	317			IA	065	91143	
4846729	Alta	alta	US	51002	1883	America/Chicago	42.67359	-95.29055	454			IA	021	93129	
4846736	Alta Vista	alta-vista	US	50603	261	America/Chicago	43.19858	-92.41712	351			IA	037	94473	
4846745	Alton	alton	US	03809	1264	America/Chicago	42.98749	-96.01057	404			IA	167	93051	
4846757	Altoona	altoona	US	16601	16984	America/Chicago	41.64416	-93.46466	291	Altuna,a er tu na,altwna,altwna  aywwa,Алтуна,آلتونا، آیووا,ألتونا,ალტუნა,阿尔图纳		IA	153	90690	
4846782	Alvord	alvord	US	51230	193	America/Chicago	43.3422	-96.30114	403			IA	119	91014	
4846786	Amana	amana	US	52203	442	America/Chicago	41.80001	-91.87073	226			IA	095	92415	
4846807	Ambrose	ambrose	US	31512	0	America/Chicago	41.5314	-92.23352	260			IA	095	90912	
4846834	Ames	ames	US	50010	65060	America/Chicago	42.03471	-93.61994	287	AMW,Ames,Ehjmes,Ehjmsa,Ejms,ai mu si,amesi,amys,aymz  aywwa,aymz  ayywwa,eimseu,eimuzu,xem s,Ејмс,Эймес,Эймса,أميس,ایمز، آئیووا,ایمز، آیووا,เอมส์,ამესი,エイムズ,艾姆斯,에임스		IA	169	91428	
4846880	Anamosa	anamosa	US	52205	5469	America/Chicago	42.10834	-91.28516	253	Anamosa,Lexington,anamosa,anamwsa,anamwsa  aywwa,Анамоса,أناموسا,اناموسا، آیووا,ანამოსა	105	IA	105	91296	
4846896	Anderson	anderson	US	29621	65	America/Chicago	40.80139	-95.60416	293			IA	071	93885	
4846919	Andover	andover	US	01810	100	America/Chicago	41.97919	-90.2518	222			IA	045	91194	
4846926	Andrew	andrew	US	52030	422	America/Chicago	42.15363	-90.59235	269			IA	097	93300	
4846933	Andrews	andrews	US	28901	0	America/Chicago	41.75332	-93.75717	280			IA	153	92247	
4846948	Anita	anita	US	15711	956	America/Chicago	41.44526	-94.7647	389			IA	029	91638	
4846960	Ankeny	ankeny	US	50021	56764	America/Chicago	41.72971	-93.60577	302	Ankehni,Ankeni,Ankenny,Ankeny,ankny  aywwa,ankyny,ankyny  ayywwa,Анкени,Анкэни,أنكيني,انکنی، آیووا,انکینی، آئیووا,ანკენი		IA	153	90858	
4846996	Anthon	anthon	US	51004	569	America/Chicago	42.38832	-95.86668	341			IA	193	92295	
4847027	Aplington	aplington	US	50604	1079	America/Chicago	42.58415	-92.88436	297			IA	023	92967	
4847951	Beaver	beaver	US	15009	48	America/Chicago	42.03831	-94.14218	312			IA	015	90057	
4847086	Arcadia	arcadia	US	15712	471	America/Chicago	42.08721	-95.0461	441	Arkadija,Аркадия		IA	027	90075	
4847094	Archer	archer	US	32618	127	America/Chicago	43.11526	-95.74585	448	Archer,Archers Grove		IA	141	90477	
4847111	Aredale	aredale	US	50605	74	America/Chicago	42.83303	-93.00547	311			IA	023	90195	
4847133	Arion	arion	US	51520	107	America/Chicago	41.94916	-95.46361	351			IA	047	94191	
4847136	Arispe	arispe	US	50831	99	America/Chicago	40.94944	-94.21912	387			IA	175	93753	
4847139	Arlington	arlington	US	02474	410	America/Chicago	42.74915	-91.67127	344	Arlington,a ling dun,arinton,arlynghtwn,arlyngtwn  aywwa,Арлингтон,آرلینگتون، آیووا,أرلينغتون,არლინგტონი,アーリントン,阿灵顿		IA	065	91278	
4847156	Armour	armour	US	57313	0	America/Chicago	42.51276	-92.25518	268			IA	013	94597	
4847161	Armstrong	armstrong	US	50514	889	America/Chicago	43.39607	-94.47831	381			IA	063	90081	
4847178	Arnold	arnold	US	21012	0	America/Chicago	42.8108	-94.19857	346			IA	091	91785	
4847187	Arnolds Park	arnolds-park	US	51331	1234	America/Chicago	43.37274	-95.12388	434	Arnol'ds Park,Arnold Park,Arnolds Park,arnwld bark,arnwlds park  aywwa,Арнолдс Парк,Арнольдс Парк,آرنولدس پارک، آیووا,أرنولد بارك,არნოლდს-პარკი		IA	059	90639	
4847211	Artesian	artesian	US	57314	0	America/Chicago	42.72832	-92.33713	300			IA	017	92205	
4847216	Arthur	arthur	US	37707	204	America/Chicago	42.33471	-95.3475	394	Artur,arthr,arturi,artwr  aywwa,Артур,آرتور، آیووا,آرثر,ართური		IA	093	90258	
4847226	Asbury	asbury	US	08802	5291	America/Chicago	42.51445	-90.75152	284	Asbjuri,Azberi,asbwry,aysbry  ayywwa,azbry  aywwa,osburi,Азбери,Асбюри,أسبوري,ازبری، آیووا,ایسبری، آئیووا,ოსბური		IA	061	91086	
4847256	Argyle	argyle	US	12809	0	America/Chicago	40.53171	-91.56627	207			IA	111	90981	
4847257	Ash Grove	ash-grove	US	65604	0	America/Chicago	40.87085	-92.55297	230			IA	051	92844	
4847275	Ashton	ashton	US	20861	430	America/Chicago	43.31136	-95.79113	444			IA	143	91572	
4847291	Aspinwall	aspinwall	US	51432	40	America/Chicago	41.91193	-95.13555	430			IA	047	92058	
4847358	Astor	astor	US	32102	0	America/Chicago	41.86999	-95.26666	396			IA	047	93114	
4847361	Atalissa	atalissa	US	52720	306	America/Chicago	41.57114	-91.16599	201			IA	139	91590	
4847375	Atkins	atkins	US	24311	1795	America/Chicago	41.99694	-91.86213	260			IA	011	91455	
4847385	Atlantic	atlantic	US	16111	6833	America/Chicago	41.4036	-95.01388	369	AIO,Atlantik,aeteullaentig,atlantyk,atlantyk  aywwa,Атлантик,آتلانتیک، آیووا,أتلانتيك,ატლანტიკი,애틀랜틱	029	IA	029	91779	
4847402	Attica	attica	US	14011	0	America/Chicago	41.22972	-93.01604	280			IA	125	92028	
4847405	Atwood	atwood	US	38220	0	America/Chicago	41.32501	-92.40602	216			IA	107	94428	
4847409	Auburn	auburn	US	01501	314	America/Chicago	42.25137	-94.87776	373			IA	161	93723	
4847421	Audubon	audubon	US	08106	2017	America/Chicago	41.71804	-94.93249	398	Audubon,Odjubon,Odubon,awdwbwn,awdwbwn  aywwa,odiuboni,Аудубон,Одубон,Одюбон,أودوبون,اودوبون، آیووا,ოდიუბონი	009	IA	009	92418	
4847451	Augusta	augusta	US	04330	0	America/Chicago	40.75809	-91.27571	177	Ogasta,Огаста		IA	057	94203	
4847460	Aurelia	aurelia	US	51005	992	America/Chicago	42.71276	-95.43667	424			IA	035	93336	
4847469	Aurora	aurora	US	04408	171	America/Chicago	42.61887	-91.7285	347	Avrora,Аврора		IA	019	90384	
4847470	Aurora	aurora	US	04408	0	America/Chicago	41.49584	-92.23963	269			IA	107	90009	
4847486	Austinville	austinville	US	24312	0	America/Chicago	42.58581	-92.95714	305			IA	023	94464	
4847491	Avery	avery	US	75554	0	America/Chicago	41.06529	-92.71436	276			IA	135	92812	
4847498	Avoca	avoca	US	14809	1504	America/Chicago	41.47666	-95.33805	364			IA	155	92325	
4847508	Avon	avon	US	02322	0	America/Chicago	41.5286	-93.52327	260			IA	153	90042	
4847513	Avon Lake	avon-lake	US	44012	0	America/Chicago	41.52193	-93.50105	235			IA	153	90042	
4847522	Ayrshire	ayrshire	US	50515	140	America/Chicago	43.03913	-94.83276	402			IA	147	93906	
4847548	Ashland	ashland	US	01721	0	America/Chicago	40.95863	-92.23657	240			IA	179	94575	
4847555	Badger	badger	US	50516	550	America/Chicago	42.61441	-94.14607	351			IA	187	90102	
4847581	Bagley	bagley	US	50026	296	America/Chicago	41.8461	-94.42997	338			IA	077	91008	
4847592	Bailey	bailey	US	27807	0	America/Chicago	43.46497	-92.60796	391			IA	131	94614	
4847607	Baird	baird	US	79504	0	America/Chicago	41.7986	-95.65445	327			IA	085	91863	
4847635	Baldwin	baldwin	US	11510	106	America/Chicago	42.07418	-90.84153	223	Bolduin,Болдуин		IA	097	92958	
4847645	Balfour	balfour	US	58712	0	America/Chicago	41.04889	-95.66778	354			IA	129	90612	
4847672	Bancroft	bancroft	US	25011	710	America/Chicago	43.29274	-94.21802	360			IA	109	91767	
4847683	Bangor	bangor	US	04401	0	America/Chicago	42.17332	-93.09354	308			IA	127	90117	
4847690	Bankston	bankston	US	35542	25	America/Chicago	42.51861	-90.96124	367			IA	061	92061	
4847726	Bard	bard	US	88411	0	America/Chicago	41.24031	-91.28765	184			IA	115	90792	
4847740	Barnes City	barnes-city	US	50027	174	America/Chicago	41.50834	-92.46824	275			IA	123	93396	
4847751	Barney	barney	US	31625	0	America/Chicago	41.16666	-94.00384	320			IA	121	94404	
4847758	Barnum	barnum	US	50518	190	America/Chicago	42.50858	-94.36525	359			IA	187	92277	
4847776	Bartlett	bartlett	US	03812	50	America/Chicago	40.885	-95.795	288			IA	071	93780	
4847804	Bassett	bassett	US	24055	65	America/Chicago	43.06303	-92.51546	324			IA	037	90663	
4847819	Batavia	batavia	US	14020	516	America/Chicago	40.99418	-92.1674	229	Batavija,Батавия		IA	101	92682	
4847824	Battle Creek	battle-creek	US	49014	695	America/Chicago	42.31554	-95.59861	365			IA	093	92814	
4847849	Baxter	baxter	US	26560	1103	America/Chicago	41.8261	-93.15159	306	Baxter,Dawson,Independence Center		IA	099	92022	
4847864	Bayard	bayard	US	26707	456	America/Chicago	41.85193	-94.55831	346			IA	077	91935	
4847886	Beacon	beacon	US	12508	480	America/Chicago	41.27695	-92.67964	231			IA	123	91527	
4847904	Beaman	beaman	US	50609	192	America/Chicago	42.21971	-92.82353	304			IA	075	90675	
4848005	Beaverdale	beaverdale	US	15921	952	America/Chicago	40.8467	-91.20848	213			IA	057	91347	
4848022	Bedford	bedford	US	01730	1415	America/Chicago	40.66693	-94.72136	344	Bedford,Behdford,bdfwrd  aywwa,bedpordi,bydfwrd,Бедфорд,Бэдфорд,بدفورد، آیووا,بيدفورد,ბედფორდი	173	IA	173	90171	
4848084	Belknap	belknap	US	62908	0	America/Chicago	40.82058	-92.4263	262			IA	051	93933	
4848089	Bell	bell	US	32619	0	America/Chicago	41.95721	-95.49583	350			IA	047	93270	
4848106	Belle Plaine	belle-plaine	US	52208	2475	America/Chicago	41.89694	-92.27824	252	Behll Plehjn,Bel Plejn,bl playn  aywwa,byly blyn,Бел Плејн,Бэлл Плэйн,بل پلاین، آیووا,بيلي بلين,ბელ-პლენი		IA	011	90178	
4848124	Bellevue	bellevue	US	41073	2176	America/Chicago	42.25863	-90.42291	188	Behllevju,Bell View,Bellevue,Belvju,beleviu,blfyw,blwyw  aywwa,Белвју,Бэллевю,بلفيو,بلویو، آیووا,ბელევიუ		IA	097	90180	
4848144	Belmond	belmond	US	50421	2314	America/Chicago	42.84608	-93.6141	359			IA	197	93387	
4848163	Beloit	beloit	US	44609	0	America/Chicago	43.28137	-96.57476	379			IA	119	92742	
4848188	Bennett	bennett	US	27208	394	America/Chicago	41.7403	-90.97376	230			IA	031	92046	
4848203	Bennettsville	bennettsville	US	29512	0	America/Chicago	42.36001	-90.72819	324			IA	061	94491	
4848211	Benson	benson	US	05731	0	America/Chicago	42.54248	-92.54213	275			IA	013	90576	
4848222	Bentley	bentley	US	48613	118	America/Chicago	41.37694	-95.62028	387			IA	155	93135	
4848227	Benton	benton	US	17814	43	America/Chicago	40.70332	-94.35829	330	Benton,Бентон		IA	159	94602	
4848268	Berea	berea	US	26327	0	America/Chicago	41.37415	-94.68025	397			IA	001	91248	
4848286	Berkley	berkley	US	02779	32	America/Chicago	41.94498	-94.11468	302			IA	015	94176	
4848290	Berlin	berlin	US	01503	0	America/Chicago	42.41859	-93.16048	347			IA	083	92121	
4848294	Bernard	bernard	US	04612	109	America/Chicago	42.31223	-90.8318	280			IA	061	93498	
4848299	Berne	berne	US	12023	0	America/Chicago	42.0811	-95.65278	371			IA	047	90648	
4848311	Bertram	bertram	US	78605	300	America/Chicago	41.94973	-91.53545	223			IA	113	90228	
4848318	Berwick	berwick	US	03901	0	America/Chicago	41.66499	-93.54494	259			IA	153	90951	
4848365	Bethel	bethel	US	04217	0	America/Chicago	41.37308	-91.48349	190			IA	115	94230	
4848455	Bethesda	bethesda	US	20810	0	America/Chicago	40.84305	-95.09971	370			IA	145	91053	
4848489	Bettendorf	bettendorf	US	52722	35505	America/Chicago	41.52448	-90.51569	173	Behttendorf,Betendorf,bei teng duo fu,bettenadorpha,btndrf  aywwa,bytyndwrf,Бетендорф,Бэттендорф,بتندرف، آیووا,بيتيندورف,بیٹنڈورف، آئیووا,बेट्टेनडॉर्फ,ბეტენდორფი,贝滕多夫		IA	163	93420	
4848506	Beulah	beulah	US	38726	0	America/Chicago	43.02721	-91.30819	288			IA	043	91566	
4848516	Bevington	bevington	US	50033	62	America/Chicago	41.36055	-93.79078	257			IA	121	90846	
4848546	Bidwell	bidwell	US	45614	0	America/Chicago	41.0189	-92.53852	217			IA	179	93453	
4848596	Big Rock	big-rock	US	24603	0	America/Chicago	42.55165	-92.29796	287			IA	013	91128	
4848597	Big Rock	big-rock	US	24603	0	America/Chicago	41.7703	-90.82626	206			IA	163	92490	
4848644	Bingham	bingham	US	04920	0	America/Chicago	40.73416	-95.28887	335			IA	145	91686	
4848666	Birmingham	birmingham	US	08011	433	America/Chicago	40.87891	-91.94712	230	Birmingem,Бирмингем		IA	177	94275	
4848697	Black Hawk	black-hawk	US	57718	0	America/Chicago	41.52087	-90.63764	185			IA	163		
4848751	Bladensburg	bladensburg	US	20710	0	America/Chicago	41.04613	-92.23713	232	Bladenburg,Bladensburg		IA	179	93381	
4848767	Blairsburg	blairsburg	US	50034	212	America/Chicago	42.47998	-93.64299	375			IA	079	90264	
4848774	Blairstown	blairstown	US	07825	670	America/Chicago	41.90944	-92.08435	256			IA	011	92421	
4848782	Blakesburg	blakesburg	US	52536	286	America/Chicago	40.96223	-92.63408	278			IA	179	90015	
4848793	Blanchard	blanchard	US	16826	37	America/Chicago	40.57916	-95.22165	309			IA	145	90765	
4848814	Blencoe	blencoe	US	51523	217	America/Chicago	41.93027	-96.08085	317			IA	133	93867	
4848821	Blessing	blessing	US	77419	0	America/Chicago	42.31165	-92.45602	304			IA	013	92526	
4848835	Blockton	blockton	US	50836	191	America/Chicago	40.61555	-94.47718	342			IA	173	92259	
4848854	Bloomfield	bloomfield	US	06002	2617	America/Chicago	40.75169	-92.41491	266	Blumfild,blumpildi,blwmfyld,blwmfyld  aywwa,Блумфилд,بلومفيلد,بلومفیلد، آیووا,ბლუმფილდი	051	IA	051	90268	
4848880	Bloomington	bloomington	US	12411	0	America/Chicago	42.0561	-93.58744	315			IA	169	91428	
4848891	Blue Grass	blue-grass	US	24413	1676	America/Chicago	41.50892	-90.76598	241			IA	163	90393	
4848940	Bluffton	bluffton	US	29910	0	America/Chicago	43.40302	-91.91182	298			IA	191	90288	
4848965	Bode	bode	US	50519	293	America/Chicago	42.8683	-94.28969	353			IA	091	90945	
4849000	Bolton	bolton	US	01740	0	America/Chicago	41.25862	-92.73603	217			IA	123	91527	
4849013	Bonaparte	bonaparte	US	52620	419	America/Chicago	40.69809	-91.80322	167			IA	177	90294	
4849026	Bondurant	bondurant	US	50035	4996	America/Chicago	41.70054	-93.46216	296			IA	153	91425	
4849051	Boone	boone	US	28607	12692	America/Chicago	42.0597	-93.88023	346	BNW,Bun,buni,bwn,bwn  aywwa,Бун,بون,بون، آیووا,ბუნი	015	IA	015	90969	
4849087	Booneville	booneville	US	38829	0	America/Chicago	41.52416	-93.88384	261			IA	049	90300	
4849147	Boxholm	boxholm	US	50040	197	America/Chicago	42.17581	-94.10607	349			IA	015	91629	
4849153	Boyd	boyd	US	54726	0	America/Chicago	43.01248	-92.25795	347			IA	037	93081	
4849161	Boyden	boyden	US	51234	708	America/Chicago	43.19109	-96.00585	434			IA	167	93852	
4849201	Braddyville	braddyville	US	51631	155	America/Chicago	40.57888	-95.02998	300	Braddyville,Broddyville		IA	145	90369	
4849208	Bradford	bradford	US	02808	0	America/Chicago	42.96609	-92.50491	298			IA	037	90324	
4849210	Bradford	bradford	US	02808	99	America/Chicago	42.63303	-93.24492	383			IA	069	91650	
4849219	Bradgate	bradgate	US	50520	84	America/Chicago	42.80303	-94.41803	343	Bradgehjt,Bradgejt,bradghyt,bradgyt  aywwa,Брадгејт,Брадгэйт,برادغيت,برادگیت، آیووا,ბრედგეიტი		IA	091	90099	
4849234	Brainard	brainard	US	12024	0	America/Chicago	42.93081	-91.70516	281			IA	065	93411	
4849248	Brandon	brandon	US	05733	307	America/Chicago	42.31444	-92.00212	252	Brehndon,Брэндон		IA	019	92208	
4849257	Brayton	brayton	US	50042	119	America/Chicago	41.54443	-94.92415	368			IA	009	91260	
4849263	Brazil	brazil	US	47834	0	America/Chicago	40.75807	-92.95437	303			IA	007	90177	
4849272	Breda	breda	US	51436	475	America/Chicago	42.18165	-94.97693	419			IA	027	94704	
4849322	Bridgeport	bridgeport	US	06601	0	America/Chicago	42.08946	-90.62708	209			IA	097	92826	
4849323	Bridgeport	bridgeport	US	06601	0	America/Chicago	41.1539	-92.65464	218			IA	135	93369	
4849324	Bridgeport	bridgeport	US	06601	0	America/Chicago	40.75334	-93.2316	302			IA	185	90840	
4849333	Bridgewater	bridgewater	US	02324	172	America/Chicago	41.24499	-94.66886	372	Bridzhuoter,Бриджуотер		IA	001	92088	
4849349	Brighton	brighton	US	02135	659	America/Chicago	41.17474	-91.81961	230	Brajton,Брайтон		IA	183	90339	
4849366	Bristol	bristol	US	02809	0	America/Chicago	43.4119	-93.46799	382			IA	195	90345	
4849375	Bristow	bristow	US	20136	160	America/Chicago	42.77386	-92.90742	316			IA	023	94692	
4849380	Britt	britt	US	50423	1973	America/Chicago	43.09774	-93.80189	374			IA	081	90348	
4849428	Bronson	bronson	US	32621	323	America/Chicago	42.41083	-96.21391	342			IA	193	91362	
4849439	Brookdale	brookdale	US	95007	0	America/Chicago	42.56861	-96.44892	396			IA	149	93303	
4849448	Brooklyn	brooklyn	US	06234	1420	America/Chicago	41.73361	-92.44546	278	Brooklyn,Bruklin,QFF,Бруклин		IA	157	90141	
4849460	Brooks	brooks	US	04921	0	America/Chicago	40.96526	-94.80498	347			IA	003	92193	
4849474	Brookville	brookville	US	15825	0	America/Chicago	41.05557	-92.08907	238			IA	101	92682	
4849509	Browns	browns	US	62818	0	America/Chicago	42.03058	-90.4993	215			IA	045	94593	
4849519	Brownsville	brownsville	US	05037	0	America/Chicago	41.5125	-92.5563	265			IA	157	92154	
4849520	Brownville	brownville	US	04414	0	America/Chicago	43.34219	-92.67602	348			IA	131	90411	
4849542	Brunsville	brunsville	US	51008	148	America/Chicago	42.80971	-96.26919	386			IA	149	94545	
4849580	Bryant	bryant	US	35958	0	America/Chicago	41.96336	-90.33013	245			IA	045	90927	
4849596	Buchanan	buchanan	US	10511	0	America/Chicago	41.76502	-91.24683	231			IA	031	90495	
4849615	Buck Creek	buck-creek	US	47924	0	America/Chicago	42.75859	-92.14073	308			IA	017	90900	
4849619	Buck Creek	buck-creek	US	47924	0	America/Chicago	42.33722	-91.3421	279			IA	055	94200	
4849643	Buckeye	buckeye	US	24924	108	America/Chicago	42.4172	-93.37493	353			IA	083	90372	
4849655	Buckhorn	buckhorn	US	41721	0	America/Chicago	42.06002	-90.75319	224			IA	097	93948	
4849657	Buckingham	buckingham	US	18912	0	America/Chicago	42.26249	-92.44769	275			IA	171	90375	
4849684	Buena Vista	buena-vista	US	15018	0	America/Chicago	41.74197	-90.74042	199			IA	045	93171	
4849709	Buffalo	buffalo	US	14201	1299	America/Chicago	41.45642	-90.72347	171	Bufalo,Buffalo,bfylw  ayywwa,bupalo,bwfalw,bwfalw  aywwa,Буфало,Буффало,بفیلو، آئیووا,بوفالو,بوفالو، آیووا,ბუფალო		IA	163	90393	
4849715	Buffalo Center	buffalo-center	US	50424	895	America/Chicago	43.38579	-93.94662	363			IA	189	90396	
4849783	Bullard	bullard	US	75757	0	America/Chicago	40.61671	-91.4071	169			IA	111	92232	
4849807	Burdette	burdette	US	72321	0	America/Chicago	42.57192	-93.3602	357			IA	069	92403	
4849826	Burlington	burlington	US	01803	25410	America/Chicago	40.80754	-91.11292	185	BRL,Berlington,Burlington,Burlingtun,bo ling dun,brlnghtwn,bwrlyngtwn  aywwa,Берлингтон,Берлінгтон,Бурлингтон,Бърлингтън,برلنغتون,برلنگٹن، آئیووا,بورلینگتون، آیووا,ბარლინგტონი,伯灵顿	057	IA	057		
4849869	Burr Oak	burr-oak	US	49030	0	America/Chicago	40.93583	-95.78778	300			IA	129	92745	
4849870	Burr Oak	burr-oak	US	49030	166	America/Chicago	43.45886	-91.86543	376			IA	191	90414	
4849892	Burt	burt	US	14028	511	America/Chicago	43.19746	-94.21969	360			IA	109	90417	
4849922	Bussey	bussey	US	50044	410	America/Chicago	41.20445	-92.8827	259	Busser,Bussey		IA	125	92472	
4849958	Buxton	buxton	US	04093	0	America/Chicago	41.15834	-92.82131	236			IA	135	90285	
4849998	Cairo	cairo	US	12413	0	America/Chicago	41.18364	-91.32738	219			IA	115	92874	
4850005	Calamus	calamus	US	52729	414	America/Chicago	41.82586	-90.7582	213	Kalamus,kalamws,klamws  aywwa,Каламус,كالاموس,کلاموس، آیووا		IA	045	93171	
4850029	Calhoun	calhoun	US	30701	0	America/Chicago	41.63166	-95.89529	313			IA	085	90444	
4850052	Callender	callender	US	50523	365	America/Chicago	42.36192	-94.2958	351			IA	187	93684	
4850061	Calmar	calmar	US	52132	960	America/Chicago	43.18358	-91.86405	384			IA	191	90447	
4850079	Calumet	calumet	US	15621	169	America/Chicago	42.94637	-95.55001	438			IA	141	92481	
4850204	Camanche	camanche	US	52730	4341	America/Chicago	41.78809	-90.25624	182	Kamanch,kamantsh,kmanch  aywwa,Каманч,كامانتش,کمانچ، آیووا		IA	045	90450	
4850215	Cambria	cambria	US	53923	0	America/Chicago	40.83778	-93.40244	333			IA	185	94581	
4850220	Cambridge	cambridge	US	02138	821	America/Chicago	41.89832	-93.5291	263	Kembridzh,Кембридж		IA	169	94269	
4850229	Cameron	cameron	US	14819	0	America/Chicago	43.08274	-93.18826	372			IA	033	90135	
4850230	Cameron	cameron	US	14819	0	America/Chicago	42.66611	-90.86596	189			IA	061	92217	
4850296	Campbell	campbell	US	14821	0	America/Chicago	41.61054	-93.79467	273			IA	153	94410	
4850326	Canby	canby	US	56220	0	America/Chicago	41.41721	-94.56664	439			IA	001	93519	
4850339	Canfield	canfield	US	44406	0	America/Chicago	42.51193	-92.14129	302			IA	013	90126	
4850345	Canton	canton	US	02021	0	America/Chicago	42.16335	-90.8957	223			IA	097	90327	
4850352	Cantril	cantril	US	52542	220	America/Chicago	40.6442	-92.0699	238	Cantril,Cantrill		IA	177	92166	
4850364	Capitol Heights	capitol-heights	US	20731	0	America/Chicago	41.63332	-93.52021	285			IA	153	90951	
4850371	Carbon	carbon	US	47837	32	America/Chicago	41.04999	-94.82331	346			IA	003	91020	
4850372	Carbon	carbon	US	47837	0	America/Chicago	40.89641	-92.42185	211			IA	051	93933	
4850381	Carbondale	carbondale	US	18407	0	America/Chicago	41.58221	-93.50327	273			IA	153	91371	
4850411	Carlisle	carlisle	US	01741	4168	America/Chicago	41.50082	-93.49105	260			IA	181	90045	
4850437	Carmel	carmel	US	04419	0	America/Chicago	43.12776	-96.2353	439			IA	167	93345	
4850454	Carney	carney	US	49812	0	America/Chicago	43.02914	-92.81047	325			IA	067	94158	
4850455	Carney	carney	US	49812	0	America/Chicago	41.68832	-93.6005	286			IA	153	93759	
4850465	Carpenter	carpenter	US	50426	108	America/Chicago	43.41496	-93.01492	363			IA	131	93075	
4850478	Carroll	carroll	US	43112	9968	America/Chicago	42.06582	-94.86693	387	CIN,Karol,Karroll,karwl,karwl  aywwa,Карол,Карролл,كارول,کارول، آیووا	027	IA	027	90475	
4850508	Carrollton	carrollton	US	23314	0	America/Chicago	41.94971	-94.74804	371			IA	027	93099	
4850514	Carson	carson	US	23830	816	America/Chicago	41.23666	-95.41806	351	Karson,Карсон		IA	155	90483	
4850531	Carter Lake	carter-lake	US	51510	3791	America/Chicago	41.29055	-95.91807	299	Kartehr Lehjk,Karter Lejk,kartr lyk,kartr lyk  aywwa,Картер Лејк,Картэр Лэйк,كارتر ليك,کارتر لیک، آیووا		IA	155	92292	
4850535	Cartersville	cartersville	US	23027	0	America/Chicago	42.99441	-93.08298	360			IA	033	91017	
4850549	Cascade	cascade	US	21719	2271	America/Chicago	42.29862	-91.01486	252	Kaskehjd,Kaskejd,kaskad,kaskyd  aywwa,Каскејд,Каскэйд,كاسكاد,کاسکید، آیووا		IA	061	90486	
4850564	Casey	casey	US	50048	402	America/Chicago	41.50499	-94.51941	377			IA	077	94110	
4850575	Cass	cass	US	24927	0	America/Chicago	42.19472	-91.34571	292			IA	105	90510	
4850610	Castalia	castalia	US	27816	168	America/Chicago	43.11192	-91.67626	380			IA	191	90273	
4850615	Castana	castana	US	51010	137	America/Chicago	42.07443	-95.90862	350			IA	133	92307	
4850657	Cedar	cedar	US	49621	0	America/Chicago	41.21223	-92.52575	248			IA	123	90552	
4850663	Cedar Bluff	cedar-bluff	US	24609	0	America/Chicago	41.78585	-91.30822	215			IA	031	90495	
4850674	Cedar City	cedar-city	US	84720	0	America/Chicago	42.54054	-92.44102	262			IA	013	90575	
4850699	Cedar Falls	cedar-falls	US	27230	41255	America/Chicago	42.52776	-92.44547	268	Sehdar Folls,Sidar Fols,Sidar-Fols,sdar falz  aywwa,sydar fwlz,Сидар Фолс,Сидар-Фолс,Сэдар Фоллс,Сідар-Фолс,سدار فالز، آیووا,سيدار فولز,سیڈر فالز، آئیووا		IA	013	90575	
4850751	Cedar Rapids	cedar-rapids	US	52401	130405	America/Chicago	42.00833	-91.64407	247	CID,Sehdar Rapids,Sidar Rapids,Sidar-Rapids,Sidur Rapids,sdar rapydz  aywwa,shidarapizzu,sidara repidsa,sideolaepijeu,sydar rabydz,sydr rpyds,xi da la pi zi,Сидар Рапидс,Сидар-Рапидс,Сидър Рапидс,Сэдар Рапидс,Сідар-Рапідс,Սիդար Ռեփիդս,סידר רפידס,سدار راپیدز، آیووا,سيدار رابيدز,سڈار ریپڈس، آئیووا,سیڈار ریپڈز,सीडार रॅपिड्स,シーダーラピッズ,錫達拉皮茲,시더래피즈	113	IA	113	90577	
4850789	Cedar Valley	cedar-valley	US	84013	0	America/Chicago	41.72641	-91.24655	240			IA	031	91593	
4850890	Center Junction	center-junction	US	52212	111	America/Chicago	42.11612	-91.08709	277			IA	105	92769	
4850898	Center Point	center-point	US	26339	2521	America/Chicago	42.19083	-91.78518	250	Centr Point,Центр Поинт		IA	113	94527	
4850961	Centerville	centerville	US	02632	5372	America/Chicago	40.73418	-92.87409	307	Sehntrvill,Sentervil,Sentervil',Sentervill,sntrfyl,sntrwyl  aywwa,Сентервил,Сентервилл,Сентервіль,Сэнтрвилл,سنترفيل,سنترویل، آیووا,سینٹرویل، آئیووا	007	IA	007	90640	
4850962	Centerville	centerville	US	02632	5745	America/Chicago	42.09276	-93.93551	279			IA	015	94797	
4850998	Central City	central-city	US	15926	1269	America/Chicago	42.20388	-91.52406	254			IA	113	92796	
4851080	Centralia	centralia	US	62801	130	America/Chicago	42.47222	-90.83707	346	Centralia,Dakotah		IA	061	90597	
4851089	Ceres	ceres	US	14721	0	America/Chicago	42.82054	-91.18624	314			IA	043	91542	
4851134	Chapin	chapin	US	29036	87	America/Chicago	42.83358	-93.22215	352			IA	069	93702	
4851140	Chariton	chariton	US	50049	4214	America/Chicago	41.01389	-93.3066	313	Chariton,Shariton,charytwn  aywwa,tsharshn,Чаритон,Шаритон,تشارشن,چاریتون، آیووا	117	IA	117	90643	
4851163	Charles City	charles-city	US	23030	7455	America/Chicago	43.06636	-92.67241	307	CCY,Charl'z Siti,Charls Siti,carlsa siti,charlz syty  aywwa,tsharlz syty,Чарлс Сити,Чарльз Сити,تشارلز سيتي,چارلز سیتی، آیووا,चार्ल्स सिटी	067	IA	067	90645	
4851178	Charleston	charleston	US	04422	0	America/Chicago	40.59087	-91.53127	214			IA	111	90647	
4851185	Charlotte	charlotte	US	05445	370	America/Chicago	41.9603	-90.46513	212	Sharlott,Шарлотт		IA	045	94593	
4851191	Charter Oak	charter-oak	US	51439	492	America/Chicago	42.06832	-95.59167	383			IA	047	90648	
4851207	Chatsworth	chatsworth	US	08019	80	America/Chicago	42.9161	-96.51642	354			IA	167	92703	
4851214	Chautauqua	chautauqua	US	14722	0	America/Chicago	41.29083	-95.79362	313			IA	155	91545	
4851231	Chelsea	chelsea	US	02150	261	America/Chicago	41.91916	-92.39463	238			IA	171	93750	
4851239	Cheney	cheney	US	67025	0	America/Chicago	42.25416	-91.9274	279			IA	011	93438	
4851247	Cherokee	cherokee	US	28719	5030	America/Chicago	42.74943	-95.55167	364		035	IA	035	90654	
4851302	Chickasaw	chickasaw	US	45826	0	America/Chicago	43.03386	-92.49518	326			IA	037	90663	
4851312	Chester	chester	US	01011	125	America/Chicago	43.49108	-92.36045	374	Chester,Честер		IA	089	90657	
4851341	Chillicothe	chillicothe	US	45601	96	America/Chicago	41.08557	-92.52936	209			IA	179	90516	
4851704	Churchville	churchville	US	14428	0	America/Chicago	41.39666	-93.75105	297			IA	181	92262	
4851707	Churdan	churdan	US	50050	369	America/Chicago	42.15193	-94.47442	340	Churdan,Churdantown		IA	073	91932	
4851713	Cincinnati	cincinnati	US	45201	345	America/Chicago	40.63085	-92.92465	313	Cincinnati,Цинциннати		IA	007	93357	
4851742	Clara	clara	US	39324	0	America/Chicago	41.35361	-95.89696	302			IA	155	90852	
4851745	Clare	clare	US	48617	142	America/Chicago	42.58719	-94.34552	369			IA	187	92178	
4851752	Clarence	clarence	US	14031	970	America/Chicago	41.88891	-91.05654	255			IA	031	90906	
4855134	Edmore	edmore	US	48829	0	America/Chicago	42.55611	-90.67874	189			IA	061	91085	
4851762	Clarinda	clarinda	US	51632	5418	America/Chicago	40.73981	-95.038	318	Clarinda,Guntown,ICL,Klarinda,klarynda,klrynda  aywwa,Кларинда,كلاريندا,کلریندا، آیووا	145	IA	145	93123	
4851785	Clarion	clarion	US	16214	2767	America/Chicago	42.73164	-93.73299	357	Klarion,klarywn,klryan  aywwa,Кларион,كلاريون,کلریان، آیووا	197	IA	197	92637	
4851795	Clark	clark	US	07066	0	America/Chicago	40.95055	-95.54028	307			IA	129	94719	
4851825	Clarkdale	clarkdale	US	30111	0	America/Chicago	40.78529	-92.90492	290			IA	007	94392	
4851846	Clarksville	clarksville	US	12041	1409	America/Chicago	42.7847	-92.66769	287			IA	023	90420	
4851895	Clayton	clayton	US	08312	42	America/Chicago	42.90388	-91.14735	194			IA	043	90705	
4851935	Clear Lake	clear-lake	US	50428	7590	America/Chicago	43.13802	-93.37937	377	Klia Lehjk,Klir Lejk,Kliur Lejk,klyr lyk,klyr lyk  aywwa,Клиа Лэйк,Клир Лејк,Клиър Лейк,كلير ليك,کلیر لیک، آیووا		IA	033	90720	
4851955	Clearfield	clearfield	US	16830	347	America/Chicago	40.80082	-94.47579	385			IA	173	91710	
4851969	Cleghorn	cleghorn	US	51014	227	America/Chicago	42.81221	-95.71279	445			IA	035	93843	
4851974	Clemons	clemons	US	12819	150	America/Chicago	42.11388	-93.15604	290			IA	127	92952	
4851982	Clermont	clermont	US	30527	609	America/Chicago	43.00359	-91.65237	262	Klehrmont,Klermont,ke lai meng te,klrmwnt  aywwa,klyrmwnt,Клермонт,Клэрмонт,كليرمونت,کلرمونت، آیووا,克莱蒙特		IA	065	90729	
4852003	Cleves	cleves	US	45002	0	America/Chicago	42.47276	-93.0452	329			IA	083	91245	
4852013	Climax	climax	US	12042	0	America/Chicago	40.93055	-95.36583	314			IA	137	94647	
4852015	Climbing Hill	climbing-hill	US	51015	97	America/Chicago	42.34166	-96.0778	346			IA	193	94674	
4852022	Clinton	clinton	US	01510	26064	America/Chicago	41.84447	-90.18874	179	CWI,Klinton,Klintun,klyntwn,klyntwn  aywwa,Клинтон,Клинтън,كلينتون,کلنٹن، آئیووا,کلینتون، آیووا	045	IA	045	90736	
4852060	Clio	clio	US	29525	80	America/Chicago	40.63501	-93.45133	339			IA	185	91617	
4852065	Clive	clive	US	50325	15447	America/Chicago	41.60304	-93.72411	254			IA	153	94410	
4852083	Cloverdale	cloverdale	US	24077	0	America/Chicago	43.34692	-95.68585	466			IA	143	91111	
4852088	Clutier	clutier	US	52217	209	America/Chicago	42.07944	-92.40213	271			IA	171	93180	
4852098	Clyde	clyde	US	14433	0	America/Chicago	41.84193	-93.26521	298			IA	099	90711	
4852106	Coal City	coal-city	US	25823	0	America/Chicago	40.59724	-92.71881	250	Coal City,Hilltown,Kemicala		IA	007	94638	
4852109	Coal Creek	coal-creek	US	81221	0	America/Chicago	41.43778	-92.39352	261			IA	107	93489	
4852125	Coal Valley	coal-valley	US	61240	0	America/Chicago	42.03165	-93.95079	272			IA	015	92832	
4852130	Coalville	coalville	US	84017	610	America/Chicago	42.44525	-94.12579	339			IA	187	93423	
4852165	Coggon	coggon	US	52218	659	America/Chicago	42.28082	-91.53044	284			IA	113	92142	
4852179	Coin	coin	US	51636	184	America/Chicago	40.65444	-95.23026	302			IA	145	92586	
4852205	Colesburg	colesburg	US	52035	397	America/Chicago	42.63944	-91.20208	352			IA	055	90783	
4852212	Colfax	colfax	US	26566	2051	America/Chicago	41.67777	-93.2452	244			IA	099	94512	
4852250	College Springs	college-springs	US	51637	208	America/Chicago	40.61916	-95.12081	351			IA	145	90066	
4852268	Collins	collins	US	14034	483	America/Chicago	41.90277	-93.30632	304			IA	169	90777	
4852282	Colo	colo	US	50056	861	America/Chicago	42.01777	-93.31521	317			IA	169	93066	
4852304	Columbia	columbia	US	06237	0	America/Chicago	41.17528	-93.14993	289			IA	125	94533	
4852315	Columbus City	columbus-city	US	52737	371	America/Chicago	41.25864	-91.37432	222			IA	115	90792	
4852321	Columbus Junction	columbus-junction	US	52738	1860	America/Chicago	41.28003	-91.36071	184			IA	115	90792	
4852335	Colwell	colwell	US	50620	72	America/Chicago	43.15581	-92.59407	351			IA	067	93111	
4852458	Conesville	conesville	US	43811	418	America/Chicago	41.38197	-91.34988	186			IA	139	93204	
4852470	Conger	conger	US	56020	0	America/Chicago	41.35194	-93.75828	259			IA	181	92262	
4852516	Conover	conover	US	28613	0	America/Chicago	43.21636	-91.89738	377			IA	191	90447	
4852519	Conrad	conrad	US	50621	1100	America/Chicago	42.22471	-92.87465	306			IA	075	90675	
4852531	Conroy	conroy	US	52220	259	America/Chicago	41.72917	-91.99768	268			IA	095	91962	
4852545	Conway	conway	US	01341	41	America/Chicago	40.7486	-94.61886	369	Conwa,Conway,Konvej,Конвей		IA	173	92883	
4852563	Cool	cool	US	95614	0	America/Chicago	41.22333	-93.57744	313			IA	181	93999	
4852589	Coon Rapids	coon-rapids	US	50058	1269	America/Chicago	41.87082	-94.67748	358	Kun Rapids,kwn rabydz,kwn rapyds  aywwa,Кун Рапидс,كون رابيدز,کون راپیدس، آیووا		IA	027	94182	
4852606	Cooper	cooper	US	50059	0	America/Chicago	41.92026	-94.34469	329			IA	073	91404	
4852640	Coralville	coralville	US	52241	20608	America/Chicago	41.6764	-91.58045	208	Koralvil,Koralvill,kwralfyl,kwralwyl  aywwa,Коралвил,Коралвилл,كورالفيل,کورالویل، آیووا		IA	103	94686	
4852657	Cordova	cordova	US	21625	0	America/Chicago	41.42444	-93.09604	223			IA	125	94041	
4852678	Cornelia	cornelia	US	30531	0	America/Chicago	42.78997	-93.68327	374			IA	197	91722	
4852683	Cornell	cornell	US	49818	0	America/Chicago	42.94442	-95.13999	427			IA	041	91914	
4852711	Corning	corning	US	14830	1537	America/Chicago	40.98999	-94.74081	364	Korning,kwrnyng  aywwa,kwrnynj,Корнинг,Корнінг,كورنينج,کورنینگ، آیووا	003	IA	003	93531	
4852729	Correctionville	correctionville	US	51016	811	America/Chicago	42.47499	-95.78557	343			IA	193	94284	
4852740	Corwith	corwith	US	50430	269	America/Chicago	42.99274	-93.95745	359			IA	081	92793	
4852755	Corydon	corydon	US	42406	1589	America/Chicago	40.75695	-93.31882	333	Koridon,kwrydwn,kwrydwn  aywwa,Коридон,كوريدون,کوریدون، آیووا	185	IA	185	90840	
4852790	Cotter	cotter	US	72626	47	America/Chicago	41.29197	-91.46155	217			IA	115	90792	
4852825	Coulter	coulter	US	50431	271	America/Chicago	42.7372	-93.36993	378			IA	069	92847	
4855139	Edna	edna	US	67342	0	America/Chicago	43.38497	-96.09447	430			IA	119	92436	
4855162	Egan	egan	US	57024	0	America/Chicago	43.15665	-91.28958	348			IA	005	92655	
4852832	Council Bluffs	council-bluffs	US	51501	62597	America/Chicago	41.26194	-95.86083	301	CBF,Council Bluffs,Kanesville,Kaunsil Bafs,Kaunsil-Blafs,Konsil-Blafs,Kounsl Blaffs,Miller's Hollow,ka'unsila blaphsa,kang se er bu la fu si,kaunshiruburafusu,kwnsl blfs  ayywwa,kwnsyl blwfs,kwnsyl blwfs  aywwa,Каунсил Бафс,Каунсил-Блафс,Консіл-Блафс,Коунсл Блаффс,كونسيل بلوفس,کونسل بلفس، آئیووا,کونسیل بلوفس، آیووا,काउन्सिल ब्लफ्स,カウンシルブラフス,康瑟尔布拉夫斯	155	IA	155	92292	
4852937	Covington	covington	US	16917	0	America/Chicago	42.00722	-91.7624	239			IA	113	90739	
4852975	Craig	craig	US	64437	87	America/Chicago	42.89582	-96.30975	426			IA	149	91689	
4853004	Cranston	cranston	US	02910	0	America/Chicago	41.37919	-91.26127	202			IA	139	90561	
4853031	Crawfordsville	crawfordsville	US	47933	269	America/Chicago	41.21456	-91.53731	221	Crawfordsville,Nealtown		IA	183	90849	
4853039	Creamery	creamery	US	19430	0	America/Chicago	43.22079	-93.32937	366			IA	033	92538	
4853048	Crescent	crescent	US	15046	630	America/Chicago	41.365	-95.85807	308			IA	155	90852	
4853059	Cresco	cresco	US	18326	3833	America/Chicago	43.38136	-92.11405	394	Krehsko,Kresko,krskw  aywwa,kryskw,Креско,Крэско,كريسكو,کرسکو، آیووا	089	IA	089	94347	
4853078	Creston	creston	US	26141	7854	America/Chicago	41.0586	-94.36135	400	CSQ,Krehston,Kreston,krstwn  aywwa,krystwn,Крестон,Крэстон,كريستون,کرستون، آیووا	175	IA	175	90856	
4853094	Crestwood	crestwood	US	40014	0	America/Chicago	41.6061	-93.713	271			IA	153	94410	
4853100	Creswell	creswell	US	27928	0	America/Chicago	41.42084	-92.02434	247			IA	107	92337	
4853115	Crocker	crocker	US	65452	0	America/Chicago	41.77471	-93.66994	299			IA	153	90858	
4853125	Cromwell	cromwell	US	06416	106	America/Chicago	41.03943	-94.46191	392			IA	175	91065	
4853167	Croton	croton	US	43013	0	America/Chicago	40.59031	-91.69072	167			IA	111	94320	
4853197	Crystal Lake	crystal-lake	US	50432	245	America/Chicago	43.22329	-93.79244	388			IA	081	90861	
4853215	Cumberland	cumberland	US	02864	253	America/Chicago	41.27416	-94.87026	397	Kamberlend,Камберленд		IA	029	94185	
4853222	Cumming	cumming	US	30028	397	America/Chicago	41.48332	-93.76244	299			IA	181	92652	
4853235	Curlew	curlew	US	50527	57	America/Chicago	42.97886	-94.74109	378			IA	147	93714	
4853248	Cushing	cushing	US	04563	223	America/Chicago	42.46471	-95.67501	395			IA	193	93669	
4853260	Cylinder	cylinder	US	50528	88	America/Chicago	43.08886	-94.55303	363			IA	147	91287	
4853277	Dahlonega	dahlonega	US	30533	0	America/Chicago	41.05863	-92.36991	251			IA	179	90870	
4853296	Dakota City	dakota-city	US	50529	813	America/Chicago	42.72219	-94.19718	343	Dakota,Dakota City,Dakota Siti,Dakotah,Dakotaurbo,dakwta syty,dakwta syty  aywwa,Дакота Сити,داكوتا سيتي,داکوتا سیتی، آیووا	091	IA	091	90872	
4853307	Dale	dale	US	14039	0	America/Chicago	41.59582	-94.34191	306			IA	077	92118	
4853325	Dallas Center	dallas-center	US	50063	1792	America/Chicago	41.68443	-93.96106	326			IA	049	90018	
4853362	Dana	dana	US	28724	69	America/Chicago	42.10748	-94.2408	343			IA	073	92286	
4853367	Danbury	danbury	US	03230	342	America/Chicago	42.23416	-95.72223	354			IA	193	92661	
4853392	Danville	danville	US	03819	936	America/Chicago	40.86448	-91.3146	220			IA	057	90887	
4853423	Davenport	davenport	US	13750	102582	America/Chicago	41.52364	-90.57764	180	DVN,Davehnport,Davenport,Dehvenport,da wen bo te,dabenpoto,daebeunpoteu,dafnbwrt,dbnpwrt,devhenaporta,dwnpwrt  aywwa,Давенпорт,Давэнпорт,Дэвенпорт,דבנפורט,دافنبورت,دونپورت، آیووا,ڈیونپورٹ، آئیووا,डॅव्हेनपोर्ट,แดเวนพอร์ต,ダベンポート,達文波特,대븐포트	163	IA	163		
4853458	Davis City	davis-city	US	50065	195	America/Chicago	40.63917	-93.81161	286			IA	053	90408	
4853510	Dayton	dayton	US	08810	0	America/Chicago	41.85167	-92.18602	236			IA	095	91983	
4853511	Dayton	dayton	US	08810	798	America/Chicago	42.26136	-94.06857	342	Dejton,Дейтон		IA	187	90915	
4853537	De Soto	de-soto	US	31743	1089	America/Chicago	41.53166	-94.00967	287			IA	049	94326	
4853551	De Witt	de-witt	US	52742	5242	America/Chicago	41.82336	-90.53819	216	De Vit,De Witt,DeWitt,DehVitt,Vandenburg,Vanderburg,da wyt  aywwa,dywyt,Де Вит,ДэВитт,دا ویت، آیووا,ديويت		IA	045	90993	
4853565	Dawson	dawson	US	15428	138	America/Chicago	41.84276	-94.22246	316			IA	049	90879	
4854529	Dubuque	dubuque	US	52001	58799	America/Chicago	42.50056	-90.66457	189	DBQ,Dabek,Дабек	061	IA	061	91085	
4853608	Decorah	decorah	US	52101	7907	America/Chicago	43.30331	-91.78571	268	DEH,Dehkorakh,dkwrah  aywwa,dykwrah,Дэкорах,ديكوراه,دکوراه، آیووا	191	IA	191	90924	
4853623	Dedham	dedham	US	02026	263	America/Chicago	41.9061	-94.82221	406			IA	027	93099	
4853642	Deep River	deep-river	US	06417	270	America/Chicago	41.58028	-92.37491	277			IA	157	90930	
4853667	Deer Creek	deer-creek	US	56527	0	America/Chicago	43.4994	-93.12687	368			IA	195	90939	
4853686	Deerfield	deerfield	US	01342	0	America/Chicago	43.16358	-92.49546	348			IA	037	90942	
4853708	Delaware	delaware	US	07833	156	America/Chicago	42.47527	-91.34542	329	Delavarskij,Делаварский		IA	055	93177	
4853722	Delhi	delhi	US	13753	471	America/Chicago	42.42971	-91.33098	314			IA	055	90957	
4853733	Delmar	delmar	US	12054	502	America/Chicago	42.00225	-90.60708	250			IA	045	90267	
4853737	Deloit	deloit	US	51441	264	America/Chicago	42.09777	-95.3225	387			IA	047	92928	
4853741	Delphos	delphos	US	45833	25	America/Chicago	40.6636	-94.3394	347			IA	159	93567	
4853744	Delta	delta	US	17314	317	America/Chicago	41.32279	-92.33018	244			IA	107	94428	
4853757	Denison	denison	US	51442	8334	America/Chicago	42.01777	-95.35528	391	DNS,Dehnison,Denison,dnyswn  aywwa,dynyswn,Денисон,Дэнисон,دنیسون، آیووا,دينيسون	047	IA	047	90960	
4853775	Denmark	denmark	US	04022	423	America/Chicago	40.74171	-91.33737	220			IA	111	90966	
4853799	Denver	denver	US	12421	1835	America/Chicago	42.67137	-92.3374	289	Denver,Денвер		IA	017	92205	
4853814	Depew	depew	US	14043	0	America/Chicago	43.18413	-94.54248	393			IA	147	92025	
4853820	Derby	derby	US	05829	113	America/Chicago	40.93167	-93.45632	329			IA	117	94233	
4853828	Des Moines	des-moines	US	50301	210330	America/Chicago	41.60054	-93.60911	266	DSM,De Moinas,De Moins,De Mojn,De Moyn,De-Mojn,Deh-Mojn,Dehs Mojns,Demoina,Des Moines,Monachopolis,Nte Moin,de mayne,de mei yin,de mo'ina,de-moini,demoin,des mvane,dh mwyn,di mo'ina,di mxyn,dimoin,dmwyn  aywwa,dy mwyn,dy mwyn  ayywwa,ti moyin,Ντε Μόιν,Де Мойн,Де Мојн,Де-Мойн,Дэ-Мойн,Дэс Мойнс,Դե Մոյն,דה מוין,دموین، آیووا,دي موين,دی موین، آئیووا,ڈس موئنس,डे माय्ने,डेस् म्वाने,दि मोइन,दे मॉईन,டி மொயின்,ดิมอยน์,დე-მოინი,デモイン,德梅因,디모인	IA	IA	153	92409	
4853893	Devon	devon	US	19333	0	America/Chicago	43.1197	-92.35768	363			IA	037	94473	
4853900	Dewar	dewar	US	50623	0	America/Chicago	42.52554	-92.21907	271			IA	013	93477	
4853908	Dexter	dexter	US	04930	630	America/Chicago	41.51832	-94.22635	348			IA	049	94194	
4853916	Diagonal	diagonal	US	50845	328	America/Chicago	40.80943	-94.34218	350			IA	159	94557	
4853926	Diamond	diamond	US	44412	0	America/Chicago	40.76307	-92.96576	288			IA	007	90177	
4853950	Dickens	dickens	US	51333	182	America/Chicago	43.13136	-95.0236	407			IA	041	91452	
4853991	Dillon	dillon	US	29536	0	America/Chicago	41.97693	-92.82409	299	Dillion,Dillon		IA	127	92412	
4854122	Dixie	dixie	US	25059	0	America/Chicago	43.26969	-92.99465	363			IA	131	93663	
4854124	Dixon	dixon	US	42409	248	America/Chicago	41.7428	-90.78237	206			IA	163	90048	
4854158	Dike	dike	US	50624	1289	America/Chicago	42.46415	-92.62825	288			IA	075	91656	
4854159	Dodgeville	dodgeville	US	49921	0	America/Chicago	40.94309	-91.1807	226			IA	057	91401	
4854175	Dolliver	dolliver	US	50531	66	America/Chicago	43.4644	-94.62526	390			IA	063	92547	
4854185	Donahue	donahue	US	52746	369	America/Chicago	41.69475	-90.67542	216			IA	163	90048	
4854201	Donnellson	donnellson	US	52625	901	America/Chicago	40.64282	-91.5646	215			IA	111	91407	
4854215	Doon	doon	US	51235	591	America/Chicago	43.27942	-96.2328	395			IA	119	91014	
4854227	Dorchester	dorchester	US	02121	0	America/Chicago	43.46969	-91.51097	225			IA	005	94596	
4854243	Douds	douds	US	52551	152	America/Chicago	40.83947	-92.08657	184			IA	177	94359	
4854248	Dougherty	dougherty	US	50433	56	America/Chicago	42.92219	-93.04214	336			IA	033	91017	
4854284	Douglass	douglass	US	67039	0	America/Chicago	43.00831	-91.87127	296			IA	065	90090	
4854295	Dover	dover	US	02030	0	America/Chicago	41.84805	-92.29324	248			IA	095	91983	
4854308	Dow City	dow-city	US	51528	499	America/Chicago	41.92888	-95.49389	348			IA	047	94191	
4854317	Downers Grove	downers-grove	US	60515	0	America/Chicago	42.245	-91.28099	291			IA	105	90519	
4854319	Downey	downey	US	83234	0	America/Chicago	41.61613	-91.3485	210			IA	031	93975	
4854329	Dows	dows	US	50071	514	America/Chicago	42.65664	-93.50104	351	Daus,Dous,daw  aywwa,dws,Даус,Доус,داو، آیووا,دوس		IA	197	90261	
4854463	Drakesville	drakesville	US	52552	186	America/Chicago	40.79835	-92.48158	269	Drakesville,Drakeville		IA	051	91080	
4854474	Dresden	dresden	US	04342	0	America/Chicago	42.97914	-92.31851	335			IA	037	93576	
4854475	Dresden	dresden	US	04342	0	America/Chicago	41.57778	-92.35574	278			IA	157	90930	
4854479	Drew	drew	US	38737	0	America/Chicago	42.84719	-93.80605	354			IA	197	93144	
4854591	Dumfries	dumfries	US	22025	0	America/Chicago	41.18694	-95.73806	378			IA	155	92433	
4854596	Dumont	dumont	US	07628	627	America/Chicago	42.75192	-92.97547	303			IA	023	93339	
4854605	Dunbar	dunbar	US	15431	0	America/Chicago	41.94082	-92.79659	284			IA	127	91749	
4854610	Duncan	duncan	US	29334	131	America/Chicago	43.10468	-93.71133	375			IA	081	91515	
4854617	Duncombe	duncombe	US	50532	394	America/Chicago	42.47053	-93.99356	338			IA	187	94584	
4854625	Dundee	dundee	US	14837	170	America/Chicago	42.57915	-91.54654	303			IA	055	93582	
4854634	Dunkerton	dunkerton	US	50626	842	America/Chicago	42.56999	-92.16046	291			IA	013	92427	
4854644	Dunlap	dunlap	US	37327	977	America/Chicago	41.85443	-95.60056	349			IA	085	91863	
4854668	Durango	durango	US	52039	24	America/Chicago	42.56028	-90.77568	196			IA	061	93309	
4854674	Durant	durant	US	33530	1816	America/Chicago	41.59975	-90.9107	218	Durant,dwrnt  aywwa,dywrant,Дурант,دورنت، آیووا,ديورانت		IA	031	91317	
4854685	Durham	durham	US	03824	0	America/Chicago	41.32028	-92.95576	230			IA	125	90687	
4854700	Dutchtown	dutchtown	US	63745	0	America/Chicago	42.55221	-91.41098	301			IA	055	90948	
4854711	Dyersville	dyersville	US	52040	4204	America/Chicago	42.48444	-91.12291	290	Dajehrsvill,Dajersvil,Dyersville,Dyerville,daiazubiru,dyrsfyl,dyrswyl  aywwa,Дайэрсвилл,Дајерсвил,ديرسفيل,دیرسویل، آیووا,ダイアーズビル		IA	061	93108	
4854718	Dysart	dysart	US	16636	1354	America/Chicago	42.17166	-92.3063	296			IA	171	90669	
4854745	Eagle Grove	eagle-grove	US	50533	3419	America/Chicago	42.66414	-93.90439	340	Eagle Grove,Eagle Grove Junction,Eaglegrove,Igl Grouv,aygl grww  aywwa,ayjl ghrwf,Игл Гроув,إيجل غروف,ایگل گروو، آیووا		IA	197	91101	
4854768	Eagle Point	eagle-point	US	97524	0	America/Chicago	42.53472	-90.64457	189			IA	061	91085	
4854792	Earlham	earlham	US	50072	1405	America/Chicago	41.49193	-94.12412	336	Erlam,Irlkham,arlham,ayrlham  aywwa,Ерлам,Ирлхам,إرلهام,ایرلهام، آیووا		IA	121	92775	
4854803	Earling	earling	US	51530	425	America/Chicago	41.77554	-95.4175	409			IA	165	94689	
4854807	Earlville	earlville	US	13332	790	America/Chicago	42.48166	-91.27236	304			IA	055	93177	
4854812	Early	early	US	50535	532	America/Chicago	42.46137	-95.15194	410			IA	161	90321	
4854822	Easley	easley	US	29640	0	America/Chicago	42.31109	-94.39941	350			IA	025	90528	
4854860	East Canton	east-canton	US	44730	0	America/Chicago	42.1639	-90.89597	228			IA	097	90327	
4855056	Echo	echo	US	56237	0	America/Chicago	41.74193	-95.94168	334			IA	085	93534	
4855076	Eden	eden	US	05652	0	America/Chicago	42.10916	-91.96962	261			IA	011	91131	
4855100	Edenville	edenville	US	48620	0	America/Chicago	41.92693	-93.18354	312			IA	127	91146	
4855106	Edgewood	edgewood	US	21040	867	America/Chicago	42.64443	-91.40125	358			IA	055	91980	
4855125	Edinburg	edinburg	US	16116	0	America/Chicago	42.13334	-91.13404	315			IA	105	94611	
4855167	Eddyville	eddyville	US	42038	1012	America/Chicago	41.1565	-92.63739	203	Edivil,Ehddivill,adyfyl,adywyl  aywwa,Едивил,Эддивилл,إديفيل,ادیویل، آیووا		IA	179	90789	
4855196	Elberon	elberon	US	23846	193	America/Chicago	42.00611	-92.31685	269			IA	171	94812	
4855208	Eldon	eldon	US	52554	915	America/Chicago	40.91863	-92.22296	189	Ehldon,Eldon,aldwn,aldwn  aywwa,Елдон,Элдон,إلدون,الدون، آیووا		IA	179	94575	
4855218	Eldora	eldora	US	50627	2702	America/Chicago	42.36082	-93.09965	331	Ehldora,Eldora,aldwra,aldwra  aywwa,Елдора,Элдора,إلدورا,الدورا، آیووا	083	IA	083	91157	
4855237	Eldorado	eldorado	US	45321	0	America/Chicago	43.05053	-91.83544	285			IA	065	91071	
4855248	Eldridge	eldridge	US	35554	6232	America/Chicago	41.65809	-90.58458	243	Ehldridzh,Eldridz,aldrydj,aldryj  aywwa,Елдриџ,Элдридж,إلدريدج,الدریج، آیووا		IA	163	93849	
4855257	Eleanor	eleanor	US	25070	0	America/Chicago	42.61415	-92.84936	296			IA	023	92967	
4855264	Elgin	elgin	US	16413	649	America/Chicago	42.95748	-91.63071	246			IA	065	93411	
4855309	Elk Horn	elk-horn	US	42733	638	America/Chicago	41.59166	-95.05999	410	Ehlk Khorn,Elk Khorn,alk hwrn,alk hwrn  aywwa,Елк Хорн,Элк Хорн,إلك هورن,الک هورن، آیووا		IA	165	90693	
4855341	Elkader	elkader	US	52043	1213	America/Chicago	42.85387	-91.40542	223	Ehlkadehr,Elkader,ai ka de,alkadr  aywwa,alqadr,Елкадер,Элкадэр,القادر,الکادر، آیووا,艾喀德	043	IA	043	90291	
4855358	Elkhart	elkhart	US	46514	742	America/Chicago	41.79165	-93.52216	298	Ehlkkhart,Элкхарт		IA	153	91185	
4855372	Elkport	elkport	US	52044	36	America/Chicago	42.73971	-91.27791	202			IA	043	94374	
4855377	Elkton	elkton	US	21921	0	America/Chicago	42.79748	-95.36834	438			IA	021	91173	
4855393	Elliott	elliott	US	29046	328	America/Chicago	41.14916	-95.16388	327	Elliot,Elliott		IA	137	93870	
4855419	Ellston	ellston	US	50074	42	America/Chicago	40.84027	-94.10856	373			IA	159	94263	
4855423	Ellsworth	ellsworth	US	04605	509	America/Chicago	42.31276	-93.57882	330			IA	079	92553	
4855472	Elma	elma	US	14059	539	America/Chicago	43.24664	-92.43601	363			IA	089	90024	
4855484	Elmira	elmira	US	14901	0	America/Chicago	41.72279	-91.42489	232			IA	103	91599	
4855502	Elon	elon	US	27244	0	America/Chicago	43.26414	-91.32402	380			IA	005	90582	
4855515	Elwood	elwood	US	08217	0	America/Chicago	41.99169	-90.73903	225			IA	045	90354	
4855521	Ely	ely	US	52227	2074	America/Chicago	41.87362	-91.58518	225			IA	113	93525	
4855544	Emerson	emerson	US	07630	425	America/Chicago	41.01722	-95.40222	322			IA	129	92031	
4855558	Emery	emery	US	57332	0	America/Chicago	43.13357	-93.2802	357			IA	033	92346	
4855595	Emmetsburg	emmetsburg	US	50536	3811	America/Chicago	43.11274	-94.68304	377	Ehmmertsburg,Emetsberg,amtsbwrg  aywwa,amystsbyrgh,Еметсберг,Эммертсбург,إميستسبيرغ,امتسبورگ، آیووا	147	IA	147	91224	
4855647	Enterprise	enterprise	US	26568	0	America/Chicago	41.73193	-93.53021	305			IA	153	91056	
4855679	Epworth	epworth	US	30541	1955	America/Chicago	42.445	-90.93208	318	Ehpvors,Epvort,abwwrth,apwwrt  aywwa,Епворт,Эпворс,إبوورث,اپوورت، آیووا		IA	061	94098	
4855691	Ericson	ericson	US	68637	0	America/Chicago	42.0286	-93.79634	343			IA	015	90756	
4855709	Estherville	estherville	US	51334	6011	America/Chicago	43.40163	-94.83276	395	EST,Ehstervill,Estervil,asthrfyl,astrwyl  aywwa,Естервил,Эстервилл,إسثرفيل,استرویل، آیووا	063	IA	063	91242	
4855730	Essex	essex	US	01929	770	America/Chicago	40.83361	-95.30832	302	Ehsseks,Эссекс		IA	145	93315	
4855732	Euclid	euclid	US	44117	0	America/Chicago	41.54388	-95.86084	306			IA	085	93738	
4855737	Eureka	eureka	US	48833	0	America/Chicago	40.76556	-95.83778	284			IA	071	90210	
4855796	Evans	evans	US	25241	0	America/Chicago	41.30278	-92.72714	223			IA	123	91527	
4855806	Evansdale	evansdale	US	50707	4812	America/Chicago	42.46915	-92.28102	256	Ehvansdehjl,Evansdejl,afansdal,awansdal  aywwa,Евансдејл,Эвансдэйл,إفانسدال,اوانسدال، آیووا		IA	013	91252	
4855813	Evanston	evanston	US	47531	0	America/Chicago	42.43414	-94.05773	338	Evanston,Evanstor		IA	187	94584	
4855862	Everly	everly	US	51338	581	America/Chicago	43.15997	-95.3275	415			IA	041	92709	
4855891	Exira	exira	US	50076	788	America/Chicago	41.59082	-94.87554	385			IA	009	91260	
4855908	Exline	exline	US	52555	157	America/Chicago	40.64918	-92.84048	311			IA	007	90435	
4855951	Fairbank	fairbank	US	15435	1117	America/Chicago	42.63915	-92.04712	301			IA	019	91266	
4855958	Fairfax	fairfax	US	05454	2497	America/Chicago	41.91945	-91.78101	236			IA	113	91269	
4855967	Fairfield	fairfield	US	04937	9892	America/Chicago	41.00863	-91.96267	236	FFL,Fajrfild,Ferfild,Feurfild,fyrfyld,fyrfyld  aywwa,Файрфилд,Ферфилд,Феърфилд,فيرفيلد,فیئرفیلڈ، آئیوا,فیرفیلد، آیووا	101	IA	101	91285	
4856015	Fairport	fairport	US	14450	0	America/Chicago	41.43586	-90.90459	173			IA	139	94074	
4856020	Fairview	fairview	US	07022	0	America/Chicago	42.68388	-91.21652	357			IA	043	92808	
4856021	Fairview	fairview	US	07022	0	America/Chicago	42.07806	-91.32989	297			IA	105	91296	
4856296	Farley	farley	US	52046	1691	America/Chicago	42.44278	-91.00625	341			IA	061	94098	
4856418	Farmersburg	farmersburg	US	47850	277	America/Chicago	42.9611	-91.36791	280	Famersburg,Farmersburg		IA	043	91311	
4856426	Farmington	farmington	US	03835	649	America/Chicago	40.64031	-91.74294	167	Farmington,farmnjtwn,farmyngtn  aywwa,Фармингтон,فارمنجتون,فارمنگٹن، آئیووا,فارمینگتن، آیووا		IA	177	91320	
4856436	Farnhamville	farnhamville	US	50538	359	America/Chicago	42.27609	-94.40386	348			IA	025	93546	
4856444	Farragut	farragut	US	51639	439	America/Chicago	40.72194	-95.48082	292			IA	071	91344	
4856449	Farrar	farrar	US	63746	0	America/Chicago	41.80582	-93.36993	297			IA	153	94548	
4856454	Farson	farson	US	82932	0	America/Chicago	41.12224	-92.25518	243			IA	179	90795	
4856459	Faulkner	faulkner	US	20632	0	America/Chicago	42.61525	-93.08603	339			IA	069	93216	
4856468	Fayette	fayette	US	13065	1491	America/Chicago	42.84193	-91.80211	307	Fajehtt,Fejet,fayt,fyt  aywwa,Файэтт,Фејет,فايت,فیت، آیووا		IA	065	91324	
4856528	Fenton	fenton	US	48430	263	America/Chicago	43.21969	-94.43053	378			IA	109	91332	
4856536	Ferguson	ferguson	US	28624	127	America/Chicago	41.93693	-92.86575	284	Fergjuson,Фергюсон		IA	127	91749	
4856559	Fertile	fertile	US	50434	372	America/Chicago	43.2644	-93.41826	357			IA	195	91338	
4856580	Fielding	fielding	US	84311	0	America/Chicago	42.66304	-95.80029	426			IA	035	94113	
4856596	Fillmore	fillmore	US	14735	0	America/Chicago	42.31917	-90.9168	254			IA	061	94728	
4857222	Fisk	fisk	US	63940	0	America/Chicago	41.2011	-94.52802	398			IA	001	93570	
4857230	Five Points	five-points	US	36855	0	America/Chicago	42.55139	-90.85846	300			IA	061	90597	
4857241	Flagler	flagler	US	80815	0	America/Chicago	41.32472	-93.02187	227	Flagler,Flaglers		IA	125	92328	
4857285	Florence	florence	US	01062	0	America/Chicago	42.70247	-93.81855	343			IA	197	90918	
4857297	Floris	floris	US	52560	140	America/Chicago	40.86502	-92.33296	211			IA	051	92502	
4857307	Floyd	floyd	US	24091	328	America/Chicago	43.12775	-92.7363	325			IA	067	91353	
4857358	Folsom	folsom	US	19033	0	America/Chicago	41.09	-95.81751	297			IA	129	93147	
4857364	Fonda	fonda	US	12068	607	America/Chicago	42.58137	-94.8461	375			IA	151	90564	
4857376	Fontanelle	fontanelle	US	50846	636	America/Chicago	41.28971	-94.56164	410			IA	001	94032	
4857398	Ford	ford	US	23850	0	America/Chicago	41.48499	-93.38854	232			IA	181	93624	
4857406	Forest City	forest-city	US	18421	4018	America/Chicago	43.26246	-93.63716	383	FXY,Forehst Siti,Forist Siti,fwrst syty  aywwa,fwryst syty,Форист Сити,Форэст Сити,فورست سیتی، آیووا,فوريست سيتي	189	IA	189	91365	
4857451	Forestville	forestville	US	14062	0	America/Chicago	42.59665	-91.52848	311			IA	055	93582	
4857461	Forsyth	forsyth	US	31029	0	America/Chicago	43.25552	-94.47303	380			IA	063	90963	
4857486	Fort Dodge	fort-dodge	US	50501	24649	America/Chicago	42.49747	-94.16802	340	FOD,Fort Dadz,Fort Dodge,Fort Dodzh,fwrt daj  aywwa,fwrt dwdj,Форт Даџ,Форт Додж,فورت داج، آیووا,فورت دودج,فورٹ ڈاج، آئیووا	187	IA	187	91370	
4857507	Fort Madison	fort-madison	US	52627	10717	America/Chicago	40.62976	-91.31515	161	FMS,Fort Madison,Fort Medison,Fort Mehdison,Potowanek,fwrt madyswn,fwrt mdyswn  aywwa,Форт Медисон,Форт Мэдисон,فورت ماديسون,فورت مدیسون، آیووا		IA	111	92772	
4857534	Foster	foster	US	02825	0	America/Chicago	40.93279	-92.75742	287			IA	135	92985	
4857544	Fostoria	fostoria	US	44830	240	America/Chicago	43.24219	-95.15555	444			IA	041	94038	
4857638	Franklin	franklin	US	02038	139	America/Chicago	40.66809	-91.51127	212	Franklin,Franklin Centre,Франклин		IA	111	91407	
4857707	Frankville	frankville	US	36538	0	America/Chicago	43.18914	-91.61737	373			IA	191	91434	
4857714	Fraser	fraser	US	48026	103	America/Chicago	42.1272	-93.96495	292			IA	015	91002	
4857727	Fredericksburg	fredericksburg	US	17026	922	America/Chicago	42.96525	-92.19962	328	Frederiksburg,Фредериксбург		IA	037	91083	
4857741	Frederika	frederika	US	50631	181	America/Chicago	42.88165	-92.30823	314	Frederica,Frederika		IA	017	91440	
4857749	Fredonia	fredonia	US	14063	239	America/Chicago	41.28475	-91.33877	180			IA	115	90807	
4857785	Freeman	freeman	US	23856	0	America/Chicago	43.21302	-93.19993	350			IA	033	92508	
4857790	Freeport	freeport	US	04032	0	America/Chicago	43.3022	-91.74348	256			IA	191	90924	
4857795	Fremont	fremont	US	03044	729	America/Chicago	41.21251	-92.43546	255	Frimont,Фримонт		IA	123	90552	
4857838	Frederic	frederic	US	49733	0	America/Chicago	41.09084	-92.67825	245			IA	135	93369	
4857911	Fruitland	fruitland	US	21826	977	America/Chicago	41.35614	-91.12932	167			IA	139	91491	
4857951	Fulton	fulton	US	13069	0	America/Chicago	42.15363	-90.67819	217			IA	097	91314	
4857982	Galesburg	galesburg	US	49053	0	America/Chicago	41.55888	-92.94631	273			IA	099	91182	
4858005	Galva	galva	US	51020	432	America/Chicago	42.50693	-95.41722	396			IA	093	91500	
4858029	Garber	garber	US	52048	85	America/Chicago	42.74193	-91.26208	202	East Elkport,Garber		IA	043	94374	
4858036	Galt	galt	US	50101	31	America/Chicago	42.69358	-93.60549	367	Gait,Galt,Галт		IA	197	90261	
4858038	Garden City	garden-city	US	11530	89	America/Chicago	42.24554	-93.39549	366			IA	083	90804	
4858044	Garden Grove	garden-grove	US	50103	205	America/Chicago	40.82722	-93.60716	339			IA	053	91506	
4858060	Gardiner	gardiner	US	04345	0	America/Chicago	41.82443	-94.02801	290			IA	049	90156	
4858062	Gardner	gardner	US	01440	0	America/Chicago	41.67443	-94.76387	436			IA	009	91728	
4858064	Garfield	garfield	US	07026	0	America/Chicago	40.76862	-93.00187	306			IA	007	92271	
4858097	Garland	garland	US	04939	0	America/Chicago	41.0592	-91.21765	233	Garland,Linton		IA	057	94803	
4858103	Garnavillo	garnavillo	US	52049	726	America/Chicago	42.8686	-91.23596	324	Garnavillo,Garnavilo,garnawylw  aywwa,gharnafylw,Гарнавилло,Гарнавило,غارنافيلو,گارناویلو، آیووا		IA	043	91542	
4858117	Garner	garner	US	27529	3107	America/Chicago	43.10246	-93.60188	369	Garner,Гарнер	081	IA	081	90801	
4858139	Garrison	garrison	US	10524	363	America/Chicago	42.14416	-92.14379	268			IA	011	92091	
4858152	Garwin	garwin	US	50632	508	America/Chicago	42.0936	-92.67575	281			IA	171	90474	
4858170	Gatesville	gatesville	US	27938	0	America/Chicago	42.44165	-91.83239	295			IA	019	94047	
4858216	Geneva	geneva	US	14456	176	America/Chicago	42.11694	-92.12435	287			IA	011	90237	
4858218	Geneva	geneva	US	14456	161	America/Chicago	42.67553	-93.12937	336	Zheneva,Женева		IA	069	91557	
4858229	Genoa	genoa	US	13071	0	America/Chicago	40.60418	-93.1141	328			IA	185	92994	
4858239	George	george	US	51237	1055	America/Chicago	43.34386	-96.00224	421			IA	119	94707	
4858263	Georgetown	georgetown	US	01833	0	America/Chicago	41.01278	-92.9552	298			IA	135	91800	
4858296	German Valley	german-valley	US	61039	0	America/Chicago	43.26996	-94.0294	352			IA	109	91563	
4858300	Germantown	germantown	US	12526	0	America/Chicago	42.95332	-95.78085	434			IA	141	90438	
4858325	Gibson	gibson	US	18820	60	America/Chicago	41.48112	-92.39352	273			IA	107	93489	
4858336	Gifford	gifford	US	16732	0	America/Chicago	42.28832	-93.09048	288			IA	083	94215	
4858343	Gilbert	gilbert	US	18331	1116	America/Chicago	42.10693	-93.64966	302	Gilbert,Гилберт		IA	169	91428	
4858358	Gilbertville	gilbertville	US	01031	747	America/Chicago	42.4161	-92.2149	258	Gilbertsville,Gilbertville		IA	013	93477	
4858364	Gilead	gilead	US	68362	0	America/Chicago	41.17249	-94.5858	390			IA	001	94443	
4858369	Gillett Grove	gillett-grove	US	51341	48	America/Chicago	43.0158	-95.03749	398	Gillett Grove,Gilletts		IA	041	91569	
4858381	Gilman	gilman	US	05904	504	America/Chicago	41.87888	-92.78936	313			IA	127	91749	
4858394	Gilmore City	gilmore-city	US	50541	491	America/Chicago	42.72942	-94.44775	372			IA	151	92361	
4858433	Glade	glade	US	67639	0	America/Chicago	43.34274	-93.16104	354			IA	195	92310	
4858437	Gladstone	gladstone	US	07934	0	America/Chicago	41.96388	-92.49741	260			IA	171	93243	
4858440	Gladwin	gladwin	US	48624	0	America/Chicago	41.35974	-91.45099	190			IA	115	94230	
4858445	Glasgow	glasgow	US	16644	0	America/Chicago	40.94086	-91.78045	229			IA	101	93708	
4858454	Glen Ellen	glen-ellen	US	95442	0	America/Chicago	42.4186	-96.32031	336			IA	193	94773	
4859365	Griswold	griswold	US	51535	984	America/Chicago	41.23499	-95.13749	336			IA	029	93360	
4858479	Glenwood	glenwood	US	07418	5253	America/Chicago	41.04694	-95.74251	310	Coonville,Glehnvud,Glenvud,Glenwood,ghlynwwd,glnwwd  aywwa,Гленвуд,Глэнвуд,غلينوود,گلنوود، آیووا	129	IA	129	91575	
4858498	Glidden	glidden	US	51443	1127	America/Chicago	42.05693	-94.72887	377			IA	027	91581	
4858517	Goddard	goddard	US	67052	0	America/Chicago	41.71749	-93.19298	249			IA	099	93861	
4858540	Golden	golden	US	38847	0	America/Chicago	42.39055	-91.47043	321			IA	055	92946	
4858555	Goldfield	goldfield	US	50542	608	America/Chicago	42.7358	-93.92078	344	Godfield,Goldfield		IA	197	92499	
4858606	Goodell	goodell	US	50439	135	America/Chicago	42.92302	-93.61632	379			IA	081	90096	
4858625	Goose Lake	goose-lake	US	52750	235	America/Chicago	41.96753	-90.38291	210	Goose Lake,Goose Town,Gooselake		IA	045	90927	
4858672	Gosport	gosport	US	47433	0	America/Chicago	41.20472	-93.15076	288			IA	125	94533	
4858687	Gowrie	gowrie	US	50543	999	America/Chicago	42.28053	-94.2908	348			IA	187	91596	
4858832	Graettinger	graettinger	US	51342	811	America/Chicago	43.23774	-94.75137	382			IA	147	94407	
4858846	Grafton	grafton	US	01519	253	America/Chicago	43.32996	-93.06937	375			IA	195	94287	
4858876	Grand Junction	grand-junction	US	38039	789	America/Chicago	42.03165	-94.2408	316			IA	073	92286	
4858888	Grand Mound	grand-mound	US	52751	617	America/Chicago	41.82419	-90.64792	221			IA	045	93189	
4858897	Grand River	grand-river	US	44045	225	America/Chicago	40.81944	-93.96245	310			IA	053	93579	
4858917	Grandview	grandview	US	37337	534	America/Chicago	41.27586	-91.18848	217	Grand View,Grandview		IA	115	91620	
4858952	Granger	granger	US	46530	1431	America/Chicago	41.7611	-93.82439	271			IA	049	91647	
4858965	Granite	granite	US	73547	0	America/Chicago	43.46886	-96.55643	399			IA	119	93915	
4858970	Grant	grant	US	32949	88	America/Chicago	41.14277	-94.98471	349			IA	137	91050	
4858984	Grant City	grant-city	US	64456	0	America/Chicago	42.26748	-94.88776	353			IA	161	93723	
4859050	Granville	granville	US	01034	317	America/Chicago	42.98554	-95.87363	442			IA	167	91122	
4859074	Gravity	gravity	US	50848	187	America/Chicago	40.76054	-94.74358	366			IA	173	94569	
4859125	Greeley	greeley	US	18425	251	America/Chicago	42.58582	-91.34153	351			IA	055	91179	
4859146	Green Castle	green-castle	US	63544	0	America/Chicago	41.7461	-93.26159	280	Green Castle,Greencastle		IA	099	93471	
4859170	Green Mountain	green-mountain	US	28740	126	America/Chicago	42.10165	-92.82048	302			IA	127	92862	
4859204	Greenbush	greenbush	US	02040	0	America/Chicago	41.42444	-93.65661	293			IA	181	91764	
4859205	Greenbush	greenbush	US	02040	0	America/Chicago	41.42499	-93.4516	287			IA	181	93264	
4859211	Greene	greene	US	02827	1120	America/Chicago	42.89581	-92.80242	289			IA	023	90753	
4859234	Greenfield	greenfield	US	01301	1883	America/Chicago	41.30527	-94.46135	418	Grinfild,ghrynfyld,grynfyld  aywwa,Гринфилд,Грінфілд,غرينفيلد,گرین فیلڈ، آئیووا,گرینفیلد، آیووا	001	IA	001	91755	
4859267	Greenville	greenville	US	02828	74	America/Chicago	43.01664	-95.1461	424	Grinvill,Гринвилл		IA	041	91569	
4859313	Gridley	gridley	US	61744	0	America/Chicago	43.3994	-94.57331	387			IA	063	94065	
4859329	Grimes	grimes	US	50111	10676	America/Chicago	41.68832	-93.79106	291	Grajms,ghraymz,grymz  aywwa,Граймс,Грајмс,غرايمز,گریمز، آیووا		IA	153	94629	
4859343	Grinnell	grinnell	US	50112	9141	America/Chicago	41.74305	-92.72241	309	Grinel,Grinnehll,grynl  aywwa,Гринел,Гриннэлл,گرینل، آیووا		IA	157	91774	
4859430	Grundy Center	grundy-center	US	50638	2714	America/Chicago	42.36165	-92.76853	312		075	IA	075	93258	
4859450	Gruver	gruver	US	79040	92	America/Chicago	43.39329	-94.70526	397			IA	063	90600	
4859491	Guthrie Center	guthrie-center	US	50115	1513	America/Chicago	41.67721	-94.5033	338	Gatri Senter,Gatri-Center,Gatri-Senter,Guzraj Sehntr,gatry sntr  aywwa,jwthry sntr,Гатри Сентер,Гатри-Сентер,Гатрі-Центер,Гузрай Сэнтр,جوثري سنتر,گاتری سنتر، آیووا	077	IA	077	94302	
4859514	Guttenberg	guttenberg	US	52052	1861	America/Chicago	42.78582	-91.09957	191	Gatenberg,Guttenberg,Prairie la Porte,ghwtnbrgh,gwtnbrg  aywwa,Гатенберг,Гуттенберг,غوتنبرغ,گوتنبرگ، آیووا		IA	043	92214	
4859562	Halbur	halbur	US	51444	246	America/Chicago	42.00693	-94.96999	429			IA	027	93699	
4859569	Hale	hale	US	48739	0	America/Chicago	42.01251	-91.05932	243			IA	105	91803	
4859603	Hamburg	hamburg	US	07419	1082	America/Chicago	40.60445	-95.65777	280			IA	071	91804	
4859619	Hamilton	hamilton	US	01936	129	America/Chicago	41.16917	-92.90326	274	Gamil'ton,Гамильтон		IA	125	92472	
4859639	Hamlin	hamlin	US	14464	0	America/Chicago	41.66693	-94.90582	384			IA	009	91815	
4859658	Hampton	hampton	US	03842	4290	America/Chicago	42.74192	-93.20242	349	HPT,Hampton,Khampton,Khehmpton,Khempton,hambtwn,hamptwn  aywwa,Хамптон,Хемптон,Хэмптон,هامبتون,هامپتون، آیووا	069	IA	069	91819	
4859676	Hancock	hancock	US	03449	195	America/Chicago	41.38999	-95.3625	339			IA	155	94311	
4859693	Hanford	hanford	US	93230	0	America/Chicago	43.07413	-93.14159	363			IA	033	93246	
4859703	Hanlontown	hanlontown	US	50444	227	America/Chicago	43.28023	-93.37882	367			IA	195	91338	
4859706	Hanna	hanna	US	46340	0	America/Chicago	42.94913	-94.02079	359			IA	109	92730	
4859716	Hanover	hanover	US	02339	0	America/Chicago	43.36081	-91.5207	375			IA	005	91824	
4859717	Hanover	hanover	US	02339	0	America/Chicago	42.6047	-95.36861	416			IA	021	92823	
4859751	Harcourt	harcourt	US	50544	294	America/Chicago	42.26275	-94.17579	358			IA	187	92715	
4859762	Hardin	hardin	US	42048	0	America/Chicago	43.08026	-91.48431	317			IA	043	92961	
4859794	Hardy	hardy	US	24101	46	America/Chicago	42.81053	-94.05134	346			IA	091	92352	
4859802	Harlan	harlan	US	40831	5002	America/Chicago	41.65304	-95.32555	382	Kharlan,harlan,harln  aywwa,Харлан,هارلان,هارلن، آیووا	165	IA	165	91849	
4859857	Harper	harper	US	25851	109	America/Chicago	41.36251	-92.05101	246			IA	107	92337	
4859862	Harpers Ferry	harpers-ferry	US	25425	319	America/Chicago	43.20054	-91.15319	198	Kharpehrs Fehrri,Kharpers Feri,ha po si fei li,harbrz fyry,harpr fry  aywwa,Харперс Фери,Харпэрс Фэрри,هاربرز فيري,هارپر فری، آیووا,ハーパーズ・フェリー,哈珀斯费里		IA	005	94089	
4859875	Harris	harris	US	12742	164	America/Chicago	43.44524	-95.43417	473			IA	143	91302	
4859888	Harrisburg	harrisburg	US	17101	0	America/Chicago	40.77059	-91.77711	226			IA	177	91851	
4859895	Harrison	harrison	US	04040	0	America/Chicago	41.28721	-94.18523	357			IA	121	94626	
4859930	Hart	hart	US	49420	0	America/Chicago	42.26387	-94.99443	381			IA	161	94368	
4859943	Hartford	hartford	US	05047	762	America/Chicago	41.45944	-93.40493	268	Khartford,Хартфорд		IA	181	93624	
4859950	Hartley	hartley	US	51346	1616	America/Chicago	43.17997	-95.47695	446			IA	141	91884	
4859973	Hartwick	hartwick	US	13348	86	America/Chicago	41.78472	-92.34352	283			IA	157	92250	
4859980	Harvard	harvard	US	01451	0	America/Chicago	40.69001	-93.26938	333			IA	185	92175	
4860000	Harvey	harvey	US	50119	238	America/Chicago	41.31583	-92.92409	220	Harvey,Harveyville,Kharvi,Харви		IA	125	90687	
4860011	Haskins	haskins	US	43525	0	America/Chicago	41.32808	-91.53683	231			IA	183	93195	
4860019	Hastings	hastings	US	13076	150	America/Chicago	41.02278	-95.49917	306	Khejstings,Хейстингс		IA	129	92031	
4860046	Havelock	havelock	US	28532	133	America/Chicago	42.83608	-94.70054	375			IA	151	90867	
4860052	Haven	haven	US	67543	0	America/Chicago	41.89166	-92.47908	266			IA	171	93618	
4860058	Haverhill	haverhill	US	01830	175	America/Chicago	41.94499	-92.96075	309	Khaverkhill,Хаверхилл		IA	127	92244	
4860062	Havre	havre	US	59501	0	America/Chicago	41.25363	-91.61016	228			IA	183	94578	
4860066	Hawarden	hawarden	US	51023	2551	America/Chicago	42.99582	-96.48531	360	Khavardehn,hawardn  aywwa,hawardyn,Хавардэн,هاواردن، آیووا,هاواردين		IA	167	92703	
4860085	Hawkeye	hawkeye	US	52147	423	America/Chicago	42.93859	-91.95017	356	Hawk Eye,Hawkeye		IA	065	94761	
4860118	Hawley	hawley	US	18428	0	America/Chicago	43.21274	-93.67966	374			IA	081	92763	
4860121	Hawleyville	hawleyville	US	06440	0	America/Chicago	40.77666	-94.93637	314			IA	145	93054	
4860128	Hawthorne	hawthorne	US	07506	0	America/Chicago	41.00166	-95.33694	321			IA	137	91530	
4860165	Hayesville	hayesville	US	28904	49	America/Chicago	41.26446	-92.24907	243			IA	107	94680	
4860169	Hayfield	hayfield	US	55940	43	America/Chicago	43.17663	-93.69522	379			IA	081	92763	
4860191	Hazel Green	hazel-green	US	35750	0	America/Chicago	42.36249	-91.38904	293	Hazel Green,Hazelgreen,Hazle Green,Hazlegreen		IA	055	91899	
4860206	Hazleton	hazleton	US	18201	818	America/Chicago	42.62082	-91.90017	308	Hazelton,Hazleton		IA	019	91902	
4860268	Hebron	hebron	US	03241	0	America/Chicago	41.25471	-94.28524	376			IA	001	91608	
4860279	Hedrick	hedrick	US	52563	744	America/Chicago	41.17251	-92.30879	250			IA	107	90213	
4860308	Helena	helena	US	13649	0	America/Chicago	41.92083	-92.47436	285			IA	171	93618	
4860360	Henderson	henderson	US	13650	183	America/Chicago	41.14055	-95.43111	318	Khenderson,Хендерсон		IA	129	90072	
4860410	Herndon	herndon	US	17830	0	America/Chicago	41.84554	-94.34941	323			IA	077	93591	
4860452	Hiawatha	hiawatha	US	24729	7199	America/Chicago	42.03583	-91.68212	258			IA	113	92976	
4860487	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	41.65475	-90.74959	208			IA	163	91923	
4860549	High Point	high-point	US	27260	0	America/Chicago	40.76112	-93.59438	335	High Point,Paris		IA	053	91959	
4860568	Highland	highland	US	12528	0	America/Chicago	42.89387	-91.59709	355			IA	043	91929	
4860598	Highland Park	highland-park	US	08904	0	America/Chicago	43.05471	-96.34336	425			IA	167	91098	
4860626	Highlandville	highlandville	US	52149	0	America/Chicago	43.44219	-91.66848	288			IA	191	91956	
4860677	Hills	hills	US	52235	822	America/Chicago	41.55419	-91.53489	192			IA	103	92463	
4860683	Hillsboro	hillsboro	US	21641	180	America/Chicago	40.8367	-91.71572	223	Khillsboro,Хиллсборо		IA	087	93744	
4860691	Hillsdale	hillsdale	US	07642	0	America/Chicago	41.0075	-95.67084	373			IA	129	90612	
4860713	Hilltop	hilltop	US	25855	0	America/Chicago	42.4761	-92.27046	259			IA	013	94597	
4860738	Hinton	hinton	US	22831	938	America/Chicago	42.62777	-96.29169	350			IA	149	92007	
4860802	Hodge	hodge	US	71247	0	America/Chicago	40.68112	-93.40383	335			IA	185	94440	
4860843	Holbrook	holbrook	US	02343	0	America/Chicago	41.59084	-91.91295	246			IA	095	91752	
4860853	Holland	holland	US	01521	280	America/Chicago	42.39887	-92.80048	306	Gollandija,Голландия		IA	075	90762	
4860871	Holly Springs	holly-springs	US	27540	0	America/Chicago	42.27055	-96.07779	327			IA	193	94752	
4860876	Holmes	holmes	US	12531	0	America/Chicago	42.73914	-93.83383	351			IA	197	92367	
4860886	Holstein	holstein	US	51025	1391	America/Chicago	42.48915	-95.545	442			IA	093	91770	
4860897	Holt	holt	US	32564	0	America/Chicago	40.89443	-94.73831	383			IA	173	91971	
4860904	Holy Cross	holy-cross	US	52053	343	America/Chicago	42.59527	-91.22347	327			IA	055	90783	
4860905	Holy Cross	holy-cross	US	52053	381	America/Chicago	42.60055	-90.99569	369			IA	061	90798	
4860997	Homer	homer	US	13077	0	America/Chicago	42.37386	-93.92356	338	Bell's Cemetery,Homer		IA	079	94623	
4861004	Homestead	homestead	US	15120	148	America/Chicago	41.75945	-91.86712	263			IA	095	92064	
4861037	Honey Creek	honey-creek	US	51542	0	America/Chicago	41.43055	-95.8664	309			IA	155	93678	
4861131	Hopkinton	hopkinton	US	01748	613	America/Chicago	42.34389	-91.24848	263	Khopkinton,Хопкинтон		IA	055	93945	
4861157	Hornick	hornick	US	51026	226	America/Chicago	42.23055	-96.09752	325			IA	193	94752	
4861183	Horton	horton	US	35980	0	America/Chicago	42.84748	-92.47546	291			IA	017	93441	
4861198	Hospers	hospers	US	51238	714	America/Chicago	43.07193	-95.90446	411			IA	167	91359	
4861210	Houghton	houghton	US	14744	144	America/Chicago	40.78364	-91.60294	218			IA	111	90546	
4861261	Howe	howe	US	46746	0	America/Chicago	41.40304	-94.37607	364			IA	001	91776	
4861279	Hubbard	hubbard	US	44425	834	America/Chicago	42.30554	-93.30021	333			IA	083	94125	
4861298	Hudson	hudson	US	01749	2381	America/Chicago	42.40665	-92.45547	275	Gudzon,Гудзон		IA	013	90246	
4861319	Hull	hull	US	02045	2244	America/Chicago	43.18859	-96.13363	439	Hull,Khal,Khull,Pattersonville,hal  aywwa,hwl,Хал,Хулл,هال، آیووا,هول		IA	167	92613	
4861335	Humboldt	humboldt	US	38343	4596	America/Chicago	42.7208	-94.21524	330	HUD,Humboldt,Khambolt,Khumboldt,Springvale,hmbwldt,hwmbwlt  aywwa,Хамболт,Хумболдт,همبولدت,هومبولت، آیووا		IA	091	92003	
4861364	Humeston	humeston	US	50123	491	America/Chicago	40.85889	-93.49744	336			IA	185	93627	
4861390	Huntington	huntington	US	01050	0	America/Chicago	43.49162	-94.79193	410			IA	063	91209	
4861398	Hurley	hurley	US	12443	0	America/Chicago	43.00913	-93.23131	357			IA	033	90135	
4861399	Huron	huron	US	38345	0	America/Chicago	41.0367	-91.03403	165			IA	057	92010	
4861417	Hutchins	hutchins	US	75141	28	America/Chicago	43.09163	-93.88106	366			IA	081	93207	
4861422	Huxley	huxley	US	50124	3536	America/Chicago	41.89527	-93.60077	312			IA	169	93261	
4861464	Ida Grove	ida-grove	US	51445	2122	America/Chicago	42.34499	-95.47167	376	Ajda Grouv,IDG,Ida Grouv,ayda ghrwf,ayda grww  aywwa,Ајда Гроув,Ида Гроув,إيدا غروف,ایدا گروو، آیووا	093	IA	093	90837	
4861612	Imogene	imogene	US	51645	66	America/Chicago	40.87944	-95.42694	335			IA	071	92970	
4861620	Independence	independence	US	24348	6028	America/Chicago	42.4686	-91.88934	285	Indehpendens,Independens,andybyndyns,ayndypndns  aywwa,Индепенденс,Индэпенденс,إنديبيندينس,ایندیپندنس، آیووا	019	IA	019	94047	
4861712	Indiana	indiana	US	15701	0	America/Chicago	41.20444	-93.0252	281			IA	125	92028	
4861716	Indianapolis	indianapolis	US	46201	0	America/Chicago	41.39695	-92.43352	243	Indianapolis,Индианаполис		IA	123	92982	
4861719	Indianola	indianola	US	15051	15467	America/Chicago	41.35805	-93.55744	295	Indianola,Indianolo,Indijanola,andyanwla,ayndyanwla  aywwa,Индианола,Индијанола,إنديانولا,ایندیانولا، آیووا	181	IA	181	92036	
4862001	Inwood	inwood	US	11096	811	America/Chicago	43.3072	-96.43198	447			IA	119	93606	
4862018	Ionia	ionia	US	14475	286	America/Chicago	43.03414	-92.45601	350	Ionia,Lonia		IA	037	90663	
4862034	Iowa City	iowa-city	US	52240	74220	America/Chicago	41.66113	-91.53017	204	Ajova Siti,Ajova-Siti,IOW,Iowa City,Lova Siti,a'i'ova nagara,ai ao wa cheng,aiowashiti,aiowasiti,ayova siti,aywa syty,aywwa syty  aywwa,Айова Сити,Айова-Сити,Айова-Сіті,Ајова Сити,Лова Сити,Այովա Սիթի,איווה סיטי,آئیووا سٹی، آئیووا,آيوا سيتي,آیووا سیتی، آیووا,आइओवा नगर,आयोवा सिटी,アイオワシティ,艾奥瓦城,아이오와시티	103	IA	103	92077	
4862069	Iowa Falls	iowa-falls	US	50126	5195	America/Chicago	42.52248	-93.25131	337	Ajova Fols,IFA,Lova Folls,aywwa falz  aywwa,Ајова Фолс,Лова Фоллс,ایووا فالز، آیووا		IA	083	91833	
4862204	Ireton	ireton	US	51027	602	America/Chicago	42.97471	-96.31836	434			IA	167	93549	
4862218	Irving	irving	US	14081	0	America/Chicago	41.94833	-92.29519	260			IA	011	92052	
4862233	Irvington	irvington	US	07111	38	America/Chicago	43.00747	-94.19552	351			IA	109	92082	
4862236	Irwin	irwin	US	15642	333	America/Chicago	41.79165	-95.20583	393			IA	165	92256	
4862281	Ivy	ivy	US	22945	0	America/Chicago	41.60054	-93.41716	273			IA	153	90456	
4862310	Jackson	jackson	US	03846	0	America/Chicago	42.15417	-91.35266	268			IA	105	90510	
4862391	Jacksonville	jacksonville	US	05342	0	America/Chicago	43.11942	-92.20906	360			IA	037	92184	
4862392	Jacksonville	jacksonville	US	05342	30	America/Chicago	41.64527	-95.14999	389			IA	165	92160	
4862414	Jamaica	jamaica	US	05343	219	America/Chicago	41.8461	-94.30969	315	Jamaica,Van Ness		IA	077	93591	
4862433	Jamestown	jamestown	US	02835	0	America/Chicago	41.42917	-92.35491	259			IA	107	93489	
4862434	Jamestown	jamestown	US	02835	0	America/Chicago	41.49448	-90.7082	229			IA	163	90393	
4862439	Jamison	jamison	US	18929	0	America/Chicago	41.12166	-93.72494	295			IA	039	91470	
4862447	Janesville	janesville	US	50647	954	America/Chicago	42.64609	-92.46296	276	Dzejnsvil,Dzhehjnsvill,janswyl  aywwa,jaynsfyl,jnswyl  ayywwa,Џејнсвил,Джэйнсвилл,جانسویل، آیووا,جاينسفيل,جنسویل، آئیووا		IA	017	92097	
4862465	Jay	jay	US	04239	0	America/Chicago	41.10666	-93.5866	324			IA	039	92445	
4862482	Jefferson	jefferson	US	01522	4204	America/Chicago	42.01526	-94.37747	325	Dzeferson,Dzhefferson,Dzhehfferson,EFW,Jefferson,jfrswn  aywwa,jie fu xun,jyfrswn,Џеферсон,Джефферсон,Джэфферсон,جفرسون، آیووا,جيفرسون,傑弗遜	073	IA	073	92221	
4862628	Jerome	jerome	US	15937	0	America/Chicago	40.7189	-93.02826	313			IA	007	92520	
4862645	Jesup	jesup	US	31545	2671	America/Chicago	42.47554	-92.06379	300			IA	019	93294	
4862659	Jewell	jewell	US	31045	1188	America/Chicago	42.30693	-93.64022	322	Jewell,Jewell Junction		IA	079	92739	
4862760	Johnston	johnston	US	02919	20871	America/Chicago	41.67304	-93.69772	253			IA	153	94629	
4862776	Joice	joice	US	50446	223	America/Chicago	43.36273	-93.45382	385			IA	195	90345	
4862790	Jolley	jolley	US	50551	27	America/Chicago	42.47887	-94.71887	375	Jolley,Jolly		IA	025	90423	
4862818	Jordan	jordan	US	13080	0	America/Chicago	42.04915	-93.78411	338			IA	015	92094	
4862883	Juniata	juniata	US	68955	0	America/Chicago	42.58026	-95.14805	422	Juanita Station,Juniata		IA	021	93513	
4863181	Kalona	kalona	US	52247	2509	America/Chicago	41.48307	-91.706	201			IA	183	91236	
4863201	Kamrar	kamrar	US	50132	198	America/Chicago	42.3922	-93.72938	342			IA	079	92019	
4863204	Kanawha	kanawha	US	50447	627	America/Chicago	42.93774	-93.79327	360			IA	081	90069	
4863262	Kellerton	kellerton	US	50133	312	America/Chicago	40.71083	-94.04995	366			IA	159	90087	
4863265	Kelley	kelley	US	50134	309	America/Chicago	41.95054	-93.66522	314			IA	169	94566	
4863273	Kellogg	kellogg	US	50135	592	America/Chicago	41.71805	-92.90742	273	Kellog,Kellogg		IA	099	92301	
4863305	Kendallville	kendallville	US	46755	0	America/Chicago	43.43941	-92.03627	324			IA	191	91485	
4863310	Kennebec	kennebec	US	57544	0	America/Chicago	42.09749	-96.01279	321			IA	133	92307	
4863315	Kennedy	kennedy	US	14747	0	America/Chicago	41.60665	-94.12496	290			IA	049	90759	
4863326	Kensett	kensett	US	50448	267	America/Chicago	43.35357	-93.21048	371			IA	195	92310	
4863331	Kent	kent	US	06757	61	America/Chicago	40.95249	-94.45441	370	Kent,Кент		IA	175	93351	
4863340	Kenwood	kenwood	US	95452	0	America/Chicago	42.0086	-95.51	381			IA	047	93270	
4863349	Keokuk	keokuk	US	52632	10609	America/Chicago	40.39727	-91.38487	174	EOK,Keokuk,Keokukas,Kiokak,kykwk  aywwa,kywkwk,Кеокук,Киокак,كيوكوك,کیکوک، آیووا		IA	111	92311	
4863380	Keosauqua	keosauqua	US	52565	947	America/Chicago	40.73031	-91.96239	178	Keosaugua,Keosauqua,Keosauque,kywsawkwa  aywwa,kywsawkyw,Кеосаугуа,كيوساوكيو,کئوساوکوا، آیووا	177	IA	177	94323	
4863391	Keota	keota	US	52248	970	America/Chicago	41.3639	-91.95379	243	Keota,Keoton		IA	107	92337	
4863406	Kesley	kesley	US	50649	0	America/Chicago	42.66248	-92.9102	305			IA	023	92754	
4863410	Keswick	keswick	US	22947	240	America/Chicago	41.45251	-92.23935	264			IA	107	90009	
4863424	Key West	key-west	US	33040	0	America/Chicago	42.44889	-90.68402	250			IA	061	94077	
4863425	Keystone	keystone	US	46759	609	America/Chicago	41.99833	-92.19741	269			IA	011	92289	
4863439	Kidder	kidder	US	64649	0	America/Chicago	42.46417	-90.92791	258			IA	061	94098	
4863464	Killduff	killduff	US	50137	0	America/Chicago	41.60805	-92.90464	281			IA	099	90381	
4863468	Kimballton	kimballton	US	51543	301	America/Chicago	41.6286	-95.07305	394	Kimbalton,Kimbolton,kymbaltwn,kymbaltwn  aywwa,Кимбалтон,Кимболтон,كيمبالتون,کیمبالتون، آیووا		IA	009	93825	
4863478	King	king	US	27021	0	America/Chicago	42.40529	-90.5918	338			IA	061	93024	
4863535	Kingsley	kingsley	US	18826	1396	America/Chicago	42.58832	-95.96752	383			IA	149	91533	
4863547	Kingston	kingston	US	02364	0	America/Chicago	40.81417	-93.83522	346			IA	053	92712	
4863548	Kingston	kingston	US	02364	0	America/Chicago	40.97754	-91.04042	168			IA	057	90207	
4863563	Kinross	kinross	US	49752	71	America/Chicago	41.46084	-91.98684	251			IA	107	92466	
4863582	Kirkman	kirkman	US	51447	62	America/Chicago	41.7286	-95.26527	382			IA	165	91062	
4863587	Kirkville	kirkville	US	13082	175	America/Chicago	41.14557	-92.50408	259			IA	179	93621	
4863602	Kiron	kiron	US	51448	277	America/Chicago	42.19554	-95.32777	409			IA	047	93231	
4863637	Klemme	klemme	US	50449	484	America/Chicago	43.00691	-93.60299	372			IA	081	91197	
4863655	Klondike	klondike	US	75448	0	America/Chicago	43.38776	-96.52087	395			IA	119	90579	
4863668	Knierim	knierim	US	50552	60	America/Chicago	42.45553	-94.45692	360			IA	025	91758	
4863705	Knoxville	knoxville	US	16928	7248	America/Chicago	41.32083	-93.10937	277	Noksvil,Noksvill,knwksfyl,nakswyl  aywwa,Ноксвил,Ноксвилл,كنوكسفيل,ناکسویل، آیووا	125	IA	125	92328	
4863783	Kossuth	kossuth	US	16331	0	America/Chicago	41.01059	-91.13459	230			IA	057	94803	
4863817	La Motte	la-motte	US	52054	253	America/Chicago	42.29585	-90.62096	282	La Motte,LaMotte,Lamotte		IA	097	93501	
4863820	La Porte City	la-porte-city	US	50651	2290	America/Chicago	42.31499	-92.19213	253	La Port Siti,La Porte,La Porte City,La Porteh Siti,Laporte,Laporte City,la bwrt syty,la pwrt syty  aywwa,Ла Порт Сити,Ла Портэ Сити,لا بورت سيتي,لا پورت سیتی، آیووا		IA	013	90234	
4863831	LaMoille	lamoille	US	89828	0	America/Chicago	42.03054	-93.03853	295	LaMoille,Lamoille		IA	127	94536	
4863840	Lacey	lacey	US	98503	0	America/Chicago	41.40084	-92.64019	258			IA	123	90012	
4863847	Lacona	lacona	US	13083	363	America/Chicago	41.18972	-93.38299	265			IA	181	94716	
4863861	Ladoga	ladoga	US	47954	0	America/Chicago	40.74165	-94.79525	374			IA	173	94569	
4863865	Ladora	ladora	US	52251	283	America/Chicago	41.75472	-92.18352	238			IA	095	91878	
4863872	Lafayette	lafayette	US	07848	0	America/Chicago	42.14694	-91.68018	275	La Fayette,Lafayette		IA	113	93237	
4863906	Lake City	lake-city	US	16423	1670	America/Chicago	42.26748	-94.73387	378	Lehjk Siti,Lejk Siti,lyk syty,lyk syty  aywwa,Лејк Сити,Лэйк Сити,ليك سيتي,لیک سیتی، آیووا		IA	025	92368	
4863966	Lake Mills	lake-mills	US	50450	2060	America/Chicago	43.4194	-93.53327	393	Lehjk Mills,Lejk Mils,lyk mylz,lyk mylz  aywwa,Лејк Милс,Лэйк Миллс,ليك ميلز,لیک میلز، آیووا		IA	189	90636	
4863989	Lake Park	lake-park	US	31636	1137	America/Chicago	43.45552	-95.32083	454			IA	059	93903	
4864012	Lake View	lake-view	US	14085	1125	America/Chicago	42.31165	-95.05332	382	Lehjk Vju,Lejk Vju,lyk fyw,lyk wyw  aywwa,Лејк Вју,Лэйк Вю,ليك فيو,لیک ویو، آیووا		IA	161	94383	
4864050	Lakeside	lakeside	US	06758	700	America/Chicago	42.62137	-95.17333	428			IA	021	91887	
4864074	Lakewood	lakewood	US	08701	0	America/Chicago	41.50166	-93.67411	278			IA	181	91764	
4864088	Lakota	lakota	US	50451	287	America/Chicago	43.37718	-94.09385	348	Germania,Lakola,Lakota		IA	109	92394	
4864105	Lamoni	lamoni	US	50140	2376	America/Chicago	40.62278	-93.93412	343	Lamoni,lai mang ni,lamwny,lamwny  aywwa,lamwny  lwwa,Ламони,لاموني,لامونی، آیووا,لامونی، لووا,莱芒尼		IA	053	92380	
4864118	Lamont	lamont	US	32336	457	America/Chicago	42.5986	-91.6421	317			IA	019	92751	
4864143	Lanesboro	lanesboro	US	18827	116	America/Chicago	42.18443	-94.69137	348			IA	027	92196	
4864152	Langdon	langdon	US	58249	0	America/Chicago	43.2158	-95.08805	417			IA	041	92901	
4864160	Langworthy	langworthy	US	52252	0	America/Chicago	42.19111	-91.22404	262			IA	105	94611	
4864165	Lansing	lansing	US	14882	939	America/Chicago	43.3622	-91.21652	206	Lansing,lan xin,lansyng  aywwa,lansyngh,Лансинг,لانسينغ,لانسینگ، آیووا,兰辛		IA	005	92382	
4864192	Larchwood	larchwood	US	51241	886	America/Chicago	43.45359	-96.43421	450			IA	119	92385	
4864208	Larrabee	larrabee	US	51029	133	America/Chicago	42.86081	-95.54528	415			IA	035	90531	
4864232	Latimer	latimer	US	50452	483	America/Chicago	42.76331	-93.36826	378			IA	069	92847	
4864245	Latty	latty	US	45855	0	America/Chicago	40.90337	-91.12181	211			IA	057	90207	
4864253	Laurel	laurel	US	11948	242	America/Chicago	41.88416	-92.92214	318			IA	127	92244	
4864265	Laurens	laurens	US	13796	1180	America/Chicago	42.84664	-94.85193	399			IA	151	94068	
4864280	Lavinia	lavinia	US	38348	0	America/Chicago	42.40776	-94.74665	372			IA	025	94152	
4864287	Lawler	lawler	US	52154	423	America/Chicago	43.07053	-92.15017	330			IA	037	94008	
4864301	Lawrenceburg	lawrenceburg	US	38464	0	America/Chicago	41.22722	-93.54855	279			IA	181	92493	
4864305	Lawton	lawton	US	18828	960	America/Chicago	42.4786	-96.18391	361	Louton,Лоутон		IA	193	90123	
4864315	Le Claire	le-claire	US	52753	3982	America/Chicago	41.59864	-90.34346	180	Le Claire,LeClaire,LeClare,Leclaire		IA	163	92391	
4864326	Le Grand	le-grand	US	50142	946	America/Chicago	42.00693	-92.77548	284	Le Grand,Leh Grand,leugeulaendeu,lh grand  aywwa,ly ghrand,Ле Гранд,Лэ Гранд,له گراند، آیووا,لي غراند,르그랜드		IA	127	92412	
4864337	Le Mars	le-mars	US	51031	9761	America/Chicago	42.79416	-96.16558	376	LRJ,Le Mars,Leh Mars,lh mars  aywwa,ly mars,Ле Марс,Лэ Марс,له مارس، آیووا,لي مارس	149	IA	149	90060	
4864353	Le Roy	le-roy	US	14482	14	America/Chicago	40.87778	-93.59272	340	Le Roy,LeRoy		IA	053	91506	
4864377	Lebanon	lebanon	US	03756	0	America/Chicago	43.0986	-96.35669	416			IA	167	91539	
4864378	Lebanon	lebanon	US	03756	0	America/Chicago	40.72586	-92.0824	239			IA	177	90651	
4864414	Leeds	leeds	US	01053	0	America/Chicago	42.5411	-96.36003	338			IA	193	93925	
4864429	Lehigh	lehigh	US	50557	399	America/Chicago	42.35997	-94.05218	293			IA	187	94053	
4864437	Leighton	leighton	US	35646	161	America/Chicago	41.33722	-92.78714	236			IA	123	90255	
4864447	Ledyard	ledyard	US	06339	127	America/Chicago	43.42162	-94.16218	352			IA	109	92394	
4864452	Leland	leland	US	28451	285	America/Chicago	43.33718	-93.63522	372			IA	189	91365	
4864462	Lena	lena	US	39094	0	America/Chicago	42.22053	-94.28774	344			IA	187	91596	
4864471	Lenox	lenox	US	01240	1385	America/Chicago	40.88165	-94.56191	395			IA	173	93348	
4864492	Leon	leon	US	14751	1903	America/Chicago	40.73972	-93.74772	343	Leon,Lion,lywn,lywn  aywwa,Леон,Лион,لئون، آیووا,ليون	053	IA	053	92416	
4864521	Leslie	leslie	US	25972	0	America/Chicago	40.94278	-93.798	358			IA	039	92322	
4864526	Lester	lester	US	25865	294	America/Chicago	43.4447	-96.33309	430			IA	119	92385	
4864535	Letts	letts	US	52754	377	America/Chicago	41.32836	-91.2371	207	Letts,Lettsville		IA	115	91620	
4864544	Leverett	leverett	US	01054	0	America/Chicago	42.90664	-94.9736	415			IA	021	93435	
4864556	Lewis	lewis	US	12950	416	America/Chicago	41.30582	-95.08332	360			IA	029	90492	
4864591	Lexington	lexington	US	02420	0	America/Chicago	40.6992	-91.81461	172			IA	177	90294	
4864592	Lexington	lexington	US	02420	0	America/Chicago	41.39779	-91.80712	240			IA	183	90573	
4864601	Liberty	liberty	US	04949	0	America/Chicago	41.14527	-93.65411	323			IA	039	92445	
4864613	Liberty Center	liberty-center	US	43532	0	America/Chicago	41.20472	-93.49882	312			IA	181	92493	
4864656	Libertyville	libertyville	US	52567	333	America/Chicago	40.95752	-92.05129	231			IA	101	92460	
4864671	Lidderdale	lidderdale	US	51452	176	America/Chicago	42.12443	-94.78304	377			IA	027	93840	
4864709	Lima	lima	US	14485	0	America/Chicago	42.86831	-91.74294	282			IA	065	94662	
4864732	Lime Springs	lime-springs	US	52155	490	America/Chicago	43.44886	-92.28073	378	Lime Spring,Lime Springs,Lime Springs Village,Limesprings		IA	089	91368	
4864741	Lincoln	lincoln	US	01773	0	America/Chicago	42.42776	-92.66158	293			IA	075	92550	
4864742	Lincoln	lincoln	US	01773	157	America/Chicago	42.26276	-92.69187	323	Linkol'n,Линкольн		IA	171	92619	
4864888	Linden	linden	US	07036	210	America/Chicago	41.64443	-94.26913	341	Linden,Линден		IA	049	92646	
4864913	Lineville	lineville	US	36266	219	America/Chicago	40.5814	-93.52383	332			IA	185	91617	
4864931	Linn Grove	linn-grove	US	46769	154	America/Chicago	42.89164	-95.24666	389			IA	021	90129	
4864966	Linwood	linwood	US	01525	0	America/Chicago	41.46559	-90.67903	180			IA	163	90393	
4864990	Lisbon	lisbon	US	03585	2202	America/Chicago	41.92112	-91.38545	263			IA	113	91410	
4864999	Liscomb	liscomb	US	50148	304	America/Chicago	42.18999	-93.00381	308			IA	127	90117	
4865039	Little Cedar	little-cedar	US	50454	60	America/Chicago	43.38025	-92.72574	364			IA	131	92478	
4865117	Little Rock	little-rock	US	29567	441	America/Chicago	43.44414	-95.88335	454	Litl-Rok,Литл-Рок		IA	119	91164	
4865131	Little Sioux	little-sioux	US	51545	162	America/Chicago	41.80943	-96.02112	316			IA	085	92664	
4865179	Littleton	littleton	US	01460	0	America/Chicago	42.53332	-92.02351	284			IA	019	93294	
4865183	Livermore	livermore	US	04253	366	America/Chicago	42.86858	-94.18524	348	Livurmor,Ливърмор		IA	091	92004	
4865255	Lockridge	lockridge	US	52635	283	America/Chicago	40.99475	-91.74822	222			IA	101	92676	
4865262	Locust	locust	US	28097	0	America/Chicago	43.42164	-91.72237	379			IA	191	93384	
4865287	Logan	logan	US	25601	1465	America/Chicago	41.64305	-95.7889	331		085	IA	085	92223	
4865313	Logansport	logansport	US	46947	0	America/Chicago	42.06748	-93.9469	325			IA	015	90969	
4865318	Lohrville	lohrville	US	51453	350	America/Chicago	42.27026	-94.54859	351			IA	025	94179	
4865331	Lone Rock	lone-rock	US	50559	146	America/Chicago	43.21857	-94.32691	366			IA	109	91332	
4865338	Lone Tree	lone-tree	US	52755	1415	America/Chicago	41.48808	-91.42599	221			IA	103	91479	
4865391	Long Point	long-point	US	61333	0	America/Chicago	41.94527	-92.4838	244			IA	171	93618	
4865408	Long Grove	long-grove	US	52756	844	America/Chicago	41.69753	-90.58264	242			IA	163	94764	
4865438	Lorimor	lorimor	US	50149	349	America/Chicago	41.12832	-94.05328	373			IA	175	93084	
4865445	Loring	loring	US	59537	0	America/Chicago	41.83471	-93.43521	278			IA	153	94548	
4865476	Lost Nation	lost-nation	US	52254	424	America/Chicago	41.96391	-90.81764	230			IA	045	93828	
4865502	Louisa	louisa	US	23093	0	America/Chicago	42.03139	-91.6674	250	Louisa,Sylvia		IA	113	90577	
4865515	Louise	louise	US	39097	0	America/Chicago	42.35999	-92.2988	258			IA	013	91092	
4865528	Loveland	loveland	US	45140	35	America/Chicago	41.49722	-95.89001	310			IA	155	93678	
4865535	Lovilia	lovilia	US	50150	519	America/Chicago	41.13584	-92.90409	278			IA	135	94248	
4865540	Lovington	lovington	US	61937	0	America/Chicago	41.64582	-93.68661	270			IA	153	94629	
4865542	Low Moor	low-moor	US	24457	279	America/Chicago	41.8017	-90.35485	198			IA	045	91137	
4865545	Lowden	lowden	US	52255	770	America/Chicago	41.85752	-90.9282	222			IA	031	93978	
4865555	Lowell	lowell	US	01850	0	America/Chicago	40.83337	-91.43654	181			IA	087	90114	
4865595	Lu Verne	lu-verne	US	50560	255	America/Chicago	42.9083	-94.07385	349	Lu Verne,Luverne		IA	109	92730	
4865601	Luana	luana	US	52156	276	America/Chicago	43.06026	-91.45403	345			IA	043	92961	
4865613	Lucas	lucas	US	42156	213	America/Chicago	41.02833	-93.45993	272			IA	117	92145	
4865643	Ludlow	ludlow	US	01056	0	America/Chicago	43.22637	-91.56681	367			IA	005	92727	
4865664	Luray	luray	US	22835	0	America/Chicago	41.99054	-92.99992	287			IA	127	94536	
4865689	Luther	luther	US	49656	123	America/Chicago	41.96776	-93.81884	333			IA	015	94782	
4865713	Luxemburg	luxemburg	US	52056	252	America/Chicago	42.60277	-91.07402	358			IA	061	92451	
4865716	Luzerne	luzerne	US	18709	96	America/Chicago	41.89805	-92.17991	286			IA	011	92421	
4865727	Lyman	lyman	US	29365	0	America/Chicago	41.2311	-94.98443	392			IA	029	93117	
4865735	Lynnville	lynnville	US	38472	390	America/Chicago	41.5775	-92.78353	253			IA	099	92736	
4865754	Lyons	lyons	US	07939	0	America/Chicago	41.86725	-90.18624	198			IA	045	90736	
4865773	Lytton	lytton	US	50561	301	America/Chicago	42.42304	-94.85971	373			IA	161	90567	
4865798	Macedonia	macedonia	US	44056	245	America/Chicago	41.19277	-95.42556	340			IA	155	92748	
4865807	Mackey	mackey	US	47654	0	America/Chicago	42.16637	-93.75689	307			IA	015	91860	
4865815	Macksburg	macksburg	US	45746	111	America/Chicago	41.21471	-94.18523	380			IA	121	91614	
4865871	Madrid	madrid	US	13660	2588	America/Chicago	41.87665	-93.82328	310	Madrid,madryd  aywwa,mdryd,Мадрид,مادرید، آیووا,مدريد,میڈرڈ، اایووا		IA	015	91029	
4865881	Magnolia	magnolia	US	08049	174	America/Chicago	41.69582	-95.87668	408			IA	085	92790	
4865910	Maine	maine	US	13802	0	America/Chicago	40.85612	-92.86159	301			IA	007	94092	
4865933	Malcom	malcom	US	50157	278	America/Chicago	41.70833	-92.55908	279			IA	157	92805	
4865941	Mallard	mallard	US	50562	267	America/Chicago	42.93636	-94.6822	373			IA	147	93714	
4865959	Malone	malone	US	12953	0	America/Chicago	41.81361	-90.44167	206			IA	045	91137	
4865969	Malta	malta	US	43758	0	America/Chicago	41.97082	-93.1127	322			IA	127	94536	
4865974	Malvern	malvern	US	19355	1117	America/Chicago	41.00278	-95.58528	307			IA	129	92809	
4865996	Manchester	manchester	US	01944	5073	America/Chicago	42.48415	-91.45543	287	Manchehster,Manchester,manshstr,mnchstr  aywwa,Манчестер,Манчэстер,مانشستر,منچستر، آیووا	055	IA	055	90948	
4866022	Manilla	manilla	US	46150	775	America/Chicago	41.88971	-95.23222	413			IA	047	93114	
4866032	Manly	manly	US	50456	1310	America/Chicago	43.28718	-93.20215	366			IA	195	92634	
4866048	Manning	manning	US	29102	1472	America/Chicago	41.90915	-95.06499	414			IA	027	92811	
4866066	Manson	manson	US	27553	1615	America/Chicago	42.52914	-94.53414	378			IA	025	92532	
4866077	Manteno	manteno	US	60950	0	America/Chicago	41.83249	-95.53722	355			IA	165	91791	
4866109	Maple Hill	maple-hill	US	28454	0	America/Chicago	43.39218	-94.62526	388			IA	063	94065	
4866151	Mapleton	mapleton	US	04757	1214	America/Chicago	42.16582	-95.79306	347			IA	133	92817	
4866164	Maquoketa	maquoketa	US	52060	5989	America/Chicago	42.06891	-90.66569	214	Makuokehta,makwkyta,makwwkta  aywwa,Макуокэта,ماكوكيتا,ماکووکتا، آیووا	097	IA	097	93948	
4866189	Marathon	marathon	US	13803	239	America/Chicago	42.86164	-94.98249	424			IA	021	93435	
4866201	Marble Rock	marble-rock	US	50653	301	America/Chicago	42.96525	-92.86853	305			IA	067	94209	
4866215	Marcus	marcus	US	51035	1070	America/Chicago	42.82582	-95.80751	445			IA	035	92829	
4866236	Marengo	marengo	US	43334	2513	America/Chicago	41.79806	-92.07074	225	Marengo,marynghw,mrngw  aywwa,Маренго,مارينغو,مرنگو، آیووا	095	IA	095	92835	
4866256	Marietta	marietta	US	13110	0	America/Chicago	42.08304	-93.00048	272			IA	127	94104	
4866263	Marion	marion	US	02738	37330	America/Chicago	42.03417	-91.59768	259	Mehrion,Мэрион		IA	113	92859	
4866311	Mark	mark	US	61340	0	America/Chicago	40.6603	-92.51158	282	Mark,Martinsburgh,Martinsville		IA	051	94791	
4866326	Marne	marne	US	49435	116	America/Chicago	41.45138	-95.11138	386			IA	029	90336	
4866333	Marquette	marquette	US	49855	451	America/Chicago	43.04443	-91.17819	191	Market,Markett,Markuehtt,Marquette,North McGregor,makes,markwt  aywwa,markyt,Маркет,Маркетт,Маркуэтт,ماركيت,مارکوت، آیووا,마켓		IA	043	92913	
4866371	Marshalltown	marshalltown	US	50158	27620	America/Chicago	42.04943	-92.90798	287	MIW,Marshall,Marshall Town,Marshalltown,Marshaltaun,marshaltawn,masharutaun,masyeoltaun,Маршалтаун,مارشالتاون,مارشال‌تاون، آیووا,مارشل ٹاؤن، آئیووا,マーシャルタウン,마셜타운	127	IA	127	94104	
4866389	Martelle	martelle	US	52305	254	America/Chicago	42.02167	-91.35989	277			IA	105	91761	
4866398	Martensdale	martensdale	US	50160	472	America/Chicago	41.37305	-93.73578	253			IA	181	92262	
4866418	Martinsburg	martinsburg	US	13404	110	America/Chicago	41.1789	-92.25185	245			IA	107	94014	
4866437	Marysville	marysville	US	17053	66	America/Chicago	41.18056	-92.94909	219			IA	125	92472	
4866442	Maryville	maryville	US	37801	0	America/Chicago	42.68776	-91.64543	351			IA	065	93522	
4867317	Midway	midway	US	15060	0	America/Chicago	43.00525	-92.60546	308			IA	067	93648	
4867318	Midway	midway	US	15060	0	America/Chicago	42.10611	-91.69684	256			IA	113	92976	
4866445	Mason City	mason-city	US	50401	27366	America/Chicago	43.15357	-93.20104	344	MCW,Mason Siti,Mejson Siti,Mejson-Siti,Mejsun Siti,maswn syty,maswn syty  aywwa,mesana siti,Масон Сити,Мейсон-Сити,Мейсън Сити,Мејсон Сити,ماسون سيتي,ماسون سیتی، آیووا,میسن شہر، آئیووا,मेसन सिटी	033	IA	033	92890	
4866471	Masonville	masonville	US	13804	124	America/Chicago	42.47943	-91.59127	311			IA	055	90750	
4866474	Massena	massena	US	13662	348	America/Chicago	41.25415	-94.76831	388			IA	029	92892	
4866484	Massey	massey	US	21650	0	America/Chicago	42.43028	-90.58513	197			IA	061	93024	
4866488	Massillon	massillon	US	44646	0	America/Chicago	41.91474	-90.92265	222			IA	031	92895	
4866504	Matlock	matlock	US	51244	88	America/Chicago	43.24387	-95.9353	427			IA	167	91701	
4866516	Maud	maud	US	74854	0	America/Chicago	43.22637	-91.37041	288			IA	005	93255	
4866522	Maurice	maurice	US	51036	280	America/Chicago	42.96638	-96.18058	403			IA	167	93876	
4866526	Max	max	US	56659	0	America/Chicago	43.18609	-95.59529	475			IA	141	92583	
4866535	Maxwell	maxwell	US	46154	923	America/Chicago	41.89193	-93.39965	269			IA	169	92034	
4866562	Maynard	maynard	US	01754	499	America/Chicago	42.77387	-91.88239	337			IA	065	91845	
4866578	Maysville	maysville	US	26833	180	America/Chicago	41.64864	-90.71681	225			IA	163	91923	
4866709	McGregor	mcgregor	US	55760	839	America/Chicago	43.01832	-91.18263	211	MakGrehgor,Makgregor,Mc Gregor,mkghryghwr,МакГрэгор,Макгрегор,مكغريغور,مک‌گرگور، آیووا		IA	043	92913	
4866790	McPherson	mcpherson	US	67460	0	America/Chicago	41.01138	-95.33666	339			IA	137	91530	
4866830	Mechanicsville	mechanicsville	US	18934	1108	America/Chicago	41.90446	-91.25461	281			IA	031	93333	
4866845	Mediapolis	mediapolis	US	52637	1574	America/Chicago	41.00809	-91.16404	235	Mediapolis,Mediopolis		IA	057	92906	
4866874	Medora	medora	US	47260	0	America/Chicago	41.18694	-93.60272	272			IA	181	93999	
4866887	Melbourne	melbourne	US	32901	827	America/Chicago	41.94138	-93.10326	318	Mel'burn,Мельбурн		IA	127	92700	
4866897	Melcher-Dallas	melcher-dallas	US	50062	1259	America/Chicago	41.225	-93.24132	289	Dallas,Melcher,Melcher Dallas,Melcher-Dallas		IA	125	90882	
4866911	Melrose	melrose	US	02176	110	America/Chicago	40.97612	-93.05048	273	Melrouz,Мелроуз		IA	135	92151	
4866929	Melvin	melvin	US	36913	206	America/Chicago	43.28747	-95.60918	482			IA	143	90111	
4866982	Menlo	menlo	US	30731	343	America/Chicago	41.51915	-94.40441	384			IA	077	90162	
4866990	McPherson	mcpherson	US	67460	0	America/Chicago	41.24027	-94.11856	364			IA	121	92979	
4867008	Mercer	mercer	US	16137	0	America/Chicago	40.94332	-94.64914	385			IA	003	92916	
4867085	Meriden	meriden	US	03770	150	America/Chicago	42.79471	-95.63445	430			IA	035	93843	
4867097	Merrill	merrill	US	48637	733	America/Chicago	42.71971	-96.24864	358			IA	149	93429	
4867109	Merrimac	merrimac	US	01860	0	America/Chicago	41.08724	-91.71878	180	Merrimac,Merrimack		IA	101	94401	
4867119	Meservey	meservey	US	50457	248	America/Chicago	42.91274	-93.47826	381			IA	033	91773	
4867202	Metz	metz	US	26585	0	America/Chicago	41.66638	-93.13576	248			IA	099	93033	
4867213	Miami	miami	US	25134	0	America/Chicago	41.14723	-92.83992	233			IA	135	90285	
4867236	Middle Amana	middle-amana	US	52307	581	America/Chicago	41.79556	-91.89962	226			IA	095	92415	
4867282	Middleburg	middleburg	US	17842	0	America/Chicago	43.11359	-96.06891	428			IA	167	90468	
4867297	Middletown	middletown	US	02842	338	America/Chicago	40.82837	-91.25904	220	Middeltown,Middletown		IA	057	92924	
4867299	Midland	midland	US	15059	0	America/Chicago	43.47636	-96.1003	437			IA	119	93642	
4867316	Midvale	midvale	US	44653	0	America/Chicago	41.92943	-93.61022	302			IA	169	93261	
4867319	Midway	midway	US	15060	0	America/Chicago	42.37082	-95.72889	444			IA	193	93015	
4867362	Miles	miles	US	52064	439	America/Chicago	42.04836	-90.31569	244			IA	097	92067	
4867373	Milford	milford	US	01757	3018	America/Chicago	43.32469	-95.15	439	Milford,mylfrd  aywwa,mylfwrd,Милфорд,ميلفورد,میلفرد، آیووا		IA	059	93168	
4867422	Miller	miller	US	57362	60	America/Chicago	43.18412	-93.60021	374			IA	081	91200	
4867461	Millersburg	millersburg	US	17061	159	America/Chicago	41.57334	-92.1599	266			IA	095	91227	
4867466	Millerton	millerton	US	12546	45	America/Chicago	40.84945	-93.30549	327			IA	185	94281	
4867475	Mills	mills	US	16937	0	America/Chicago	41.01861	-95.76584	305			IA	129	91575	
4867485	Millville	millville	US	01529	30	America/Chicago	42.69999	-91.0743	193			IA	043	92943	
4867489	Milo	milo	US	04463	772	America/Chicago	41.29166	-93.44243	296			IA	181	90189	
4867503	Milton	milton	US	02186	413	America/Chicago	40.67336	-92.16212	243	Mil'ton,Мильтон		IA	177	92166	
4867514	Minburn	minburn	US	50167	384	America/Chicago	41.75638	-94.02745	319			IA	049	94029	
4867520	Minden	minden	US	25879	594	America/Chicago	41.46694	-95.54278	369			IA	155	92949	
4867530	Mineola	mineola	US	11501	166	America/Chicago	41.14305	-95.69556	313			IA	129	93147	
4867544	Minerva	minerva	US	12851	0	America/Chicago	42.11638	-93.08798	279			IA	127	92838	
4867553	Mingo	mingo	US	43047	301	America/Chicago	41.76749	-93.28354	255			IA	099	93471	
4867597	Missouri Valley	missouri-valley	US	51555	2695	America/Chicago	41.55638	-95.88779	310			IA	085	93738	
4867609	Mitchell	mitchell	US	30820	137	America/Chicago	43.32191	-92.8677	363			IA	131	92955	
4867632	Mitchellville	mitchellville	US	37119	2304	America/Chicago	41.6686	-93.35771	297	Michelvil,Mitchehlvill,mychlwyl  aywwa,mytshlfyl,Митчэлвилл,Мичелвил,ميتشلفيل,میچلویل، آیووا		IA	153	90168	
4867647	Modale	modale	US	51556	262	America/Chicago	41.61971	-96.01196	308			IA	085	94101	
4867672	Mona	mona	US	84645	34	America/Chicago	43.48719	-92.9413	356			IA	131	93225	
4867673	Mondamin	mondamin	US	51557	374	America/Chicago	41.71054	-96.02168	312			IA	085	93012	
4867685	Moneta	moneta	US	24121	29	America/Chicago	43.12914	-95.39056	441			IA	141	93174	
4867687	Monette	monette	US	72447	0	America/Chicago	41.08471	-94.07217	374			IA	175	93084	
4867693	Monmouth	monmouth	US	04259	151	America/Chicago	42.07696	-90.87986	230			IA	097	92958	
4867700	Monona	monona	US	52159	1500	America/Chicago	43.05165	-91.3893	370			IA	043	92961	
4867721	Monroe	monroe	US	03771	1831	America/Chicago	41.52221	-93.10187	282	Monro,Монро		IA	099	91293	
4867772	Monterey	monterey	US	01245	0	America/Chicago	40.65225	-92.58797	290			IA	051	91263	
4867775	Montezuma	montezuma	US	13117	1411	America/Chicago	41.58583	-92.52741	290	Montezuma,mantzwma  aywwa,mwntyzwma,Монтезума,مانتزوما، آیووا,مونتيزوما	157	IA	157	92154	
4867786	Montgomery	montgomery	US	05470	0	America/Chicago	43.4408	-95.20277	444			IA	059	90999	
4867801	Monticello	monticello	US	04760	3825	America/Chicago	42.23834	-91.18709	251	MXO,Montisehllo,Montiselo,mantyslw  aywwa,mwntayslw,Монтисело,Монтисэлло,مانتیسلو، آیووا,مونتايسلو		IA	105	92725	
4867823	Montpelier	montpelier	US	05601	0	America/Chicago	41.4592	-90.80709	172			IA	139	92997	
4867830	Montrose	montrose	US	10548	885	America/Chicago	40.53226	-91.41488	161			IA	111	93000	
4867879	Moorhead	moorhead	US	38761	218	America/Chicago	41.92249	-95.8514	343			IA	133	93996	
4867886	Moorland	moorland	US	50566	164	America/Chicago	42.44164	-94.29497	351			IA	187	91497	
4867899	Moravia	moravia	US	13118	643	America/Chicago	40.89084	-92.8152	303			IA	007	94092	
4867910	Morgan	morgan	US	05853	0	America/Chicago	40.60945	-93.62189	295			IA	053	93006	
4867913	Moran	moran	US	49760	0	America/Chicago	41.81082	-93.90773	285			IA	049	90972	
4867942	Morley	morley	US	49336	114	America/Chicago	42.00612	-91.24627	243			IA	105	93687	
4867973	Morning Sun	morning-sun	US	52640	821	America/Chicago	41.09614	-91.25765	230			IA	115	93018	
4868009	Morrison	morrison	US	37357	93	America/Chicago	42.34415	-92.67381	290			IA	075	94500	
4868018	Morse	morse	US	70559	0	America/Chicago	41.74946	-91.43461	232			IA	103	91599	
4868888	Newkirk	newkirk	US	74647	0	America/Chicago	43.06998	-95.97807	436			IA	167	91965	
4868038	Moscow	moscow	US	05662	0	America/Chicago	41.57581	-91.08348	199			IA	139	93027	
4868070	Moulton	moulton	US	35650	585	America/Chicago	40.68585	-92.67741	302			IA	007	94449	
4868086	Mount Auburn	mount-auburn	US	52313	148	America/Chicago	42.25499	-92.09268	268			IA	011	90522	
4868092	Mount Ayr	mount-ayr	US	47964	1686	America/Chicago	40.71471	-94.23523	372		159	IA	159	93034	
4868124	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	42.15248	-94.9086	413			IA	027	92319	
4868133	Mount Clare	mount-clare	US	26408	0	America/Chicago	40.5231	-91.4521	199			IA	111	93000	
4868167	Mount Joy	mount-joy	US	17552	0	America/Chicago	41.61503	-90.56569	224			IA	163	93849	
4868205	Mount Pleasant	mount-pleasant	US	15666	8433	America/Chicago	40.96364	-91.55794	218	MPZ,Maunt Plezant,Maunt Plisant,mawnt blysant,mawnt plyznt  aywwa,Маунт Плезант,Маунт Плисант,ماونت بليسانت,ماونت پلیزنت، آیووا	087	IA	087	93036	
4868235	Mount Sterling	mount-sterling	US	40353	36	America/Chicago	40.61781	-91.93212	207			IA	177	94341	
4868243	Mount Union	mount-union	US	17066	107	America/Chicago	41.05781	-91.39043	222			IA	087	90459	
4868251	Mount Vernon	mount-vernon	US	04352	4486	America/Chicago	41.92195	-91.41684	268	Maunt Vernon,mawnt fyrnwn,mawnt wrnwn  aywwa,Маунт Вернон,ماونت فيرنون,ماونت ورنون، آیووا		IA	113	91410	
4868269	Mount Zion	mount-zion	US	26151	0	America/Chicago	40.78864	-91.93378	214			IA	177	94323	
4868306	Moville	moville	US	51039	1634	America/Chicago	42.48888	-96.07252	359			IA	193	90078	
4868372	Murphy	murphy	US	28906	0	America/Chicago	41.65833	-92.97381	253			IA	099	90381	
4868385	Murray	murray	US	42071	735	America/Chicago	41.04166	-93.94939	371	Mjurrej,Мюррей		IA	039	94134	
4868404	Muscatine	muscatine	US	52761	23968	America/Chicago	41.42447	-91.04321	177	MUT,Maskatin,Muskatin,ma si ka ting,mwsktyn  aywwa,Маскатин,Мускатин,موسکتین، آیووا,馬斯卡廷	139	IA	139	90279	
4868464	Mystic	mystic	US	06355	411	America/Chicago	40.77751	-92.94381	274			IA	007	94392	
4868477	Nahant	nahant	US	01908	0	America/Chicago	41.48753	-90.63792	171			IA	163		
4868484	Napier	napier	US	26631	0	America/Chicago	41.97971	-93.718	320			IA	015	90756	
4868498	Nashua	nashua	US	03060	1621	America/Chicago	42.95275	-92.5363	297	Nashua,nashwa,nshwa  aywwa,Нашуа,ناشوا,نشوا، آیووا		IA	037	90324	
4868509	Nashville	nashville	US	27856	0	America/Chicago	42.06252	-90.78375	220			IA	097	92958	
4868586	Nemaha	nemaha	US	50567	83	America/Chicago	42.51581	-95.08832	403			IA	161	90954	
4868595	Neola	neola	US	51559	862	America/Chicago	41.44888	-95.61556	335			IA	155	93057	
4868605	Neptune	neptune	US	07753	0	America/Chicago	42.6636	-96.15613	416			IA	149	94005	
4868620	Nevada	nevada	US	44849	6831	America/Chicago	42.02277	-93.45243	305	Nevada,Nevejda,nebada,nwada  aywwa,nyfada,Невада,Невејда,نوادا، آیووا,نيفادا,네바다	169	IA	169	93063	
4868637	New Albin	new-albin	US	52160	496	America/Chicago	43.49664	-91.28958	198			IA	005	92049	
4868659	New Boston	new-boston	US	03070	0	America/Chicago	40.5606	-91.50543	209			IA	111	90647	
4868668	New Buffalo	new-buffalo	US	17069	0	America/Chicago	42.03472	-91.70379	252			IA	113	90577	
4868680	New Era	new-era	US	49446	0	America/Chicago	41.46614	-90.89209	227			IA	139	92997	
4868686	New Hampton	new-hampton	US	03256	3452	America/Chicago	43.05914	-92.31768	353		037	IA	037	93081	
4868704	New Hartford	new-hartford	US	06057	508	America/Chicago	42.56693	-92.62214	274			IA	023	90153	
4868711	New Haven	new-haven	US	05472	91	America/Chicago	43.28442	-92.64213	339			IA	131	91047	
4868768	New London	new-london	US	03257	1882	America/Chicago	40.92698	-91.3996	232	N'ju London,N'ju-London,Nju London,nyw landn  aywwa,nyw lndn,nyw lndn  ayywwa,Њу Лондон,Нью Лондон,Нью-Лондон,نيو لندن,نیو لاندن، آیووا,نیو لندن، آئیووا		IA	087	93087	
4868780	New Market	new-market	US	21774	408	America/Chicago	40.7311	-94.8997	376			IA	173	90885	
4868798	New Providence	new-providence	US	07974	227	America/Chicago	42.2811	-93.17159	344	N'ju-Providens,Нью-Провиденс		IA	083	93516	
4868809	New Sharon	new-sharon	US	04955	1291	America/Chicago	41.47	-92.6513	266			IA	123	93495	
4868832	New Vienna	new-vienna	US	45159	424	America/Chicago	42.54805	-91.1143	305			IA	061	93108	
4868836	New Virginia	new-virginia	US	50210	485	America/Chicago	41.18222	-93.72883	332			IA	181	94371	
4868852	Newbern	newbern	US	24126	0	America/Chicago	41.16083	-93.30854	304			IA	125	90882	
4868857	Newburg	newburg	US	17240	0	America/Chicago	41.8186	-92.77436	313			IA	099	91920	
4868867	Newell	newell	US	15466	871	America/Chicago	42.60553	-95.00277	385			IA	021	93078	
4868882	Newhall	newhall	US	24866	850	America/Chicago	41.99556	-91.96768	267			IA	011	91161	
4868899	Newport	newport	US	02840	0	America/Chicago	41.73863	-91.47406	258			IA	103	93093	
4868900	Newport	newport	US	02840	0	America/Chicago	42.04529	-91.20071	229			IA	105	92133	
4868901	Newport	newport	US	02840	0	America/Chicago	41.08892	-91.18293	220			IA	115	94416	
4868907	Newton	newton	US	02458	15125	America/Chicago	41.69971	-93.04798	290	N'juton,Newton,Newton City,Njuton,TNU,nywtn,nywtwn  aywwa,Њутон,Ньютон,نيوتن,نیوتون، آیووا	099	IA	099	93102	
4868940	Nichols	nichols	US	13812	372	America/Chicago	41.48114	-91.30766	193	Nichol,Nichols		IA	139	93318	
4869009	Nodaway	nodaway	US	50857	108	America/Chicago	40.93721	-94.89498	330			IA	003	93120	
4869045	Nora Springs	nora-springs	US	50458	1389	America/Chicago	43.14275	-93.00437	331			IA	067	93681	
4869064	Noble	noble	US	62868	0	America/Chicago	41.16641	-91.61961	208			IA	183	92868	
4869086	North Branch	north-branch	US	12766	0	America/Chicago	41.64582	-94.71526	428			IA	077	90147	
4869099	North Buena Vista	north-buena-vista	US	52066	113	America/Chicago	42.67972	-90.95652	198			IA	043	90378	
4869136	North English	north-english	US	52316	1022	America/Chicago	41.5139	-92.07629	250			IA	095	91227	
4869195	North Liberty	north-liberty	US	46554	15931	America/Chicago	41.74918	-91.59795	238	Nors Liberti,Nort Liberti,nwrth lybrty,nwrth lybrty  aywwa,Норс Либерти,Норт Либерти,نورث ليبرتي,نورث لیبرتی، آیووا		IA	103	93285	
4869278	North Washington	north-washington	US	16048	115	America/Chicago	43.11803	-92.41685	348			IA	037	94473	
4869313	Northfield	northfield	US	01360	0	America/Chicago	41.05892	-91.12181	220			IA	057	94803	
4869369	Northwood	northwood	US	03261	1995	America/Chicago	43.44412	-93.22104	375	Norsvud,Nortvud,nwrthwwd,Норсвуд,Нортвуд,نورثوود,نورث‌وود، آیووا	195	IA	195	91797	
4869386	Norwalk	norwalk	US	06850	10135	America/Chicago	41.47555	-93.67883	288			IA	181	92652	
4869401	Norway	norway	US	04268	526	America/Chicago	41.90278	-91.92157	247			IA	011	91350	
4869427	Norwich	norwich	US	05055	0	America/Chicago	40.7425	-95.25665	354			IA	145	94086	
4869431	Norwood	norwood	US	02062	0	America/Chicago	41.11666	-93.47882	317			IA	117	93240	
4869454	Northboro	northboro	US	51647	57	America/Chicago	40.60777	-95.29165	332			IA	145	94542	
4869589	Oakdale	oakdale	US	06370	0	America/Chicago	41.7064	-91.60295	246			IA	103	90714	
4869605	Oakfield	oakfield	US	04763	0	America/Chicago	41.53332	-94.90776	391			IA	009	91260	
4869613	Oakland	oakland	US	02858	1437	America/Chicago	42.58109	-93.44326	345			IA	069	93156	
4869614	Oakland	oakland	US	02858	1507	America/Chicago	41.30916	-95.39667	337	Oklend,Окленд		IA	155	90174	
4869651	Oakland Mills	oakland-mills	US	17076	0	America/Chicago	40.93614	-91.61655	174			IA	087	94122	
4869672	Oakley	oakley	US	48649	0	America/Chicago	41.10111	-93.36521	298			IA	117	92469	
4869683	Oakville	oakville	US	06779	170	America/Chicago	41.09976	-91.04459	165			IA	115	91170	
4869687	Oakwood	oakwood	US	24631	0	America/Chicago	43.00914	-92.77714	321			IA	067	93729	
4869721	Ocheyedan	ocheyedan	US	51354	466	America/Chicago	43.41608	-95.53473	480			IA	143	93162	
4869743	Odebolt	odebolt	US	51458	978	America/Chicago	42.31221	-95.25055	414			IA	161	93612	
4869760	Oelwein	oelwein	US	50662	6153	America/Chicago	42.67332	-91.9135	319	Oehlvehjn,awlwyn  aywwa,awylwyn,Оэлвэйн,أويلوين,اولوین، آیووا		IA	065	92220	
4869780	Ogden	ogden	US	50212	2041	America/Chicago	42.03915	-94.02773	338	Ogden,Огден		IA	015	94797	
4869801	Okoboji	okoboji	US	51355	818	America/Chicago	43.38635	-95.14833	433	Okobodzhi,Okoboji,awkwbwjy,awkwbwjy  aywwa,Окободжи,Окобоји,أوكوبوجي,اوکوبوجی، آیووا		IA	059	90639	
4869914	Old Town	old-town	US	04468	0	America/Chicago	43.31358	-95.14416	431			IA	059	92931	
4869931	Olds	olds	US	52647	234	America/Chicago	41.13419	-91.54488	222			IA	087	94609	
4869938	Olin	olin	US	28660	688	America/Chicago	41.99807	-91.14155	232			IA	105	93687	
4869963	Olivet	olivet	US	49076	0	America/Chicago	41.31361	-92.8302	244			IA	123	93795	
4869970	Ollie	ollie	US	52576	210	America/Chicago	41.19807	-92.0924	238			IA	107	92136	
4869977	Olmitz	olmitz	US	67564	0	America/Chicago	41.08167	-93.16937	254			IA	117	93366	
4870003	Onawa	onawa	US	51040	2881	America/Chicago	42.02665	-96.09724	320	Onava,awnawa,awnawa  aywwa,Онава,أوناوا,اوناوا، آیووا	133	IA	133	93175	
4870019	Oneida	oneida	US	13421	49	America/Chicago	42.54277	-91.35347	321			IA	055	93177	
4870034	Onslow	onslow	US	52321	196	America/Chicago	42.10696	-91.01515	280			IA	105	92769	
4870040	Ontario	ontario	US	14519	0	America/Chicago	42.03582	-93.68161	308			IA	169	91428	
4870081	Orange	orange	US	01364	0	America/Chicago	42.42582	-92.35658	292	Orange,Orange Center		IA	013	94597	
4870083	Orange City	orange-city	US	32763	6198	America/Chicago	43.00721	-96.05835	440	Orange City (Iowa)	167	IA	167	91965	
4870106	Orchard	orchard	US	50460	70	America/Chicago	43.22747	-92.77214	336			IA	131	94683	
4870117	Ord	ord	US	68862	0	America/Chicago	41.2511	-94.07106	360			IA	121	92571	
4870123	Orient	orient	US	04471	379	America/Chicago	41.20304	-94.41468	412			IA	001	93198	
4870141	Orleans	orleans	US	02653	0	America/Chicago	40.72557	-92.65741	297			IA	007	94449	
4870142	Orleans	orleans	US	02653	614	America/Chicago	43.44718	-95.09249	429			IA	059	93960	
4870164	Orson	orson	US	18449	0	America/Chicago	41.77943	-95.98334	321			IA	085	92124	
4870179	Ortonville	ortonville	US	48462	0	America/Chicago	41.61499	-93.95967	316			IA	049	90018	
4870184	Osage	osage	US	26543	3654	America/Chicago	43.28414	-92.81103	360	Osehjdzh,Osejdz,awsydj,awsyj  aywwa,ou sai qi,Осејџ,Осэйдж,أوسيدج,اوسیج، آیووا,欧塞奇	131	IA	131	93210	
4870203	Osborne	osborne	US	67473	0	America/Chicago	42.79193	-91.44542	236			IA	043	90843	
4870211	Osceola	osceola	US	16942	4972	America/Chicago	41.03389	-93.7655	348	Osiola,Oskeola,awskywla  aywwa,awsywla,Осиола,Оскеола,أوسيولا,اوسکئولا، آیووا	039	IA	039	93212	
4870234	Osgood	osgood	US	45351	0	America/Chicago	43.1933	-94.70137	375			IA	147	94407	
4870239	Oskaloosa	oskaloosa	US	52577	11607	America/Chicago	41.29639	-92.64436	256	OOA,Oskaloosa,Oskalusa,ao si ka lu sa,asklwsa  aywwa,osukarusa,Оскалуса,آسکلوسا، آیووا,オスカルーサ,奥斯卡卢萨	123	IA	123	93218	
4870263	Ossian	ossian	US	46777	819	America/Chicago	43.14636	-91.7646	386			IA	191	92937	
4870282	Otho	otho	US	50569	524	America/Chicago	42.42469	-94.15024	342			IA	187	93220	
4870290	Otis	otis	US	01253	0	America/Chicago	41.95139	-91.62323	232			IA	113	90577	
4870294	Otley	otley	US	50214	0	America/Chicago	41.45888	-93.03576	268			IA	125	94041	
4870298	Oto	oto	US	51044	108	America/Chicago	42.28388	-95.89307	334			IA	193	93222	
4870313	Ottawa	ottawa	US	25149	0	America/Chicago	41.03	-93.59105	330			IA	039	92106	
4870314	Ottawa	ottawa	US	25149	0	America/Chicago	41.31194	-93.50216	246			IA	181	93228	
4870326	Otter Creek	otter-creek	US	32683	0	America/Chicago	42.24057	-90.68263	311			IA	097	93234	
4870367	Otterville	otterville	US	65348	0	America/Chicago	42.5086	-91.94656	282			IA	019	94458	
4870375	Ottosen	ottosen	US	50570	37	America/Chicago	42.89497	-94.37997	353			IA	091	94377	
4870380	Ottumwa	ottumwa	US	52501	24624	America/Chicago	41.02001	-92.4113	205	OTM,Otamva,Ottamua,Ottumva,awtwmwa,awtwmwa  aywwa,oteom-wa,Отамва,Оттамуа,Оттумва,آٹوموا، آئیووا,أوتوموا,اوتوموا، آیووا,오텀와	179	IA	179	90633	
4870495	Owego	owego	US	13827	0	America/Chicago	42.27944	-96.15446	326	Owega,Owego		IA	193	93929	
4870498	Owen	owen	US	54460	0	America/Chicago	43.03747	-93.08214	340			IA	033	93246	
4870511	Oxford	oxford	US	01540	825	America/Chicago	41.72334	-91.79045	229	Oksford,Оксфорд		IA	103	93249	
4870515	Oxford Junction	oxford-junction	US	52323	484	America/Chicago	41.98363	-90.95626	223			IA	105	93252	
4870529	Oyens	oyens	US	51045	101	America/Chicago	42.82027	-96.0578	391			IA	149	92865	
4870532	Ozark	ozark	US	36360	0	America/Chicago	42.19529	-90.87542	226			IA	097	90327	
4870547	Pacific City	pacific-city	US	97135	0	America/Chicago	41.04778	-95.80029	294			IA	129	93354	
4870551	Pacific Junction	pacific-junction	US	51561	457	America/Chicago	41.01861	-95.79917	291			IA	129	93354	
4870578	Packwood	packwood	US	52580	215	America/Chicago	41.13279	-92.08268	247			IA	101	93444	
4870605	Palmer	palmer	US	01069	160	America/Chicago	42.63053	-94.60053	378			IA	151	90183	
4870622	Palmyra	palmyra	US	04965	0	America/Chicago	41.4361	-93.43827	283			IA	181	93264	
4870626	Palo	palo	US	48870	1053	America/Chicago	42.06611	-91.79546	226			IA	113	91326	
4870650	Panama	panama	US	14767	218	America/Chicago	41.72638	-95.47222	386			IA	165	94560	
4870654	Panora	panora	US	50216	1085	America/Chicago	41.69165	-94.36302	328	Panora,banwra,panwra  aywwa,Панора,بانورا,پانورا، آیووا		IA	077	90501	
4870669	Panther	panther	US	24872	0	America/Chicago	41.68832	-94.10635	309			IA	049	90759	
4870695	Paris	paris	US	04271	0	America/Chicago	40.78863	-92.59241	286			IA	051	91377	
4870696	Paris	paris	US	04271	0	America/Chicago	42.2386	-91.57906	261			IA	113	92142	
4870730	Parkersburg	parkersburg	US	26101	1960	America/Chicago	42.57748	-92.78686	296	Parkersberg,Parkersburg,barkrsbyrgh,parkrzbwrg  aywwa,Паркерсберг,Паркерсбург,باركرسبيرغ,پارکرزبورگ، آیووا		IA	023	90030	
4870766	Parnell	parnell	US	52325	220	America/Chicago	41.58306	-92.00407	263			IA	095	91341	
4870785	Paton	paton	US	50217	229	America/Chicago	42.16442	-94.25524	336			IA	073	93276	
4870802	Patterson	patterson	US	12563	0	America/Chicago	40.73976	-91.13987	166			IA	057	90813	
4870803	Patterson	patterson	US	12563	161	America/Chicago	41.34832	-93.8805	271			IA	121	90846	
4870823	Paullina	paullina	US	51046	1017	America/Chicago	42.97915	-95.68807	430			IA	141	94251	
4870832	Payne	payne	US	45880	0	America/Chicago	40.66972	-95.76028	282	Nebraska City Junction,Payne,Payne Junction		IA	071	94494	
4870908	Pekin	pekin	US	47165	0	America/Chicago	41.16279	-92.15962	249			IA	107	92136	
4870915	Pella	pella	US	50219	10363	America/Chicago	41.40805	-92.91631	270	Pehlla,Pela,byla,pla  aywwa,Пела,Пэлла,بيلا,پلا، آیووا		IA	125	92376	
4870977	Peoria	peoria	US	61601	0	America/Chicago	41.46194	-92.80131	239			IA	123	93609	
4870978	Peoria	peoria	US	61601	0	America/Chicago	40.78306	-93.37494	332	Bentonville,Peoria		IA	185	90225	
4870988	Peosta	peosta	US	52068	1618	America/Chicago	42.45056	-90.85041	321			IA	061	94332	
4870995	Percival	percival	US	51648	87	America/Chicago	40.74889	-95.81361	283			IA	071	90210	
4871005	Perkins	perkins	US	30822	0	America/Chicago	43.18804	-96.18558	446			IA	167	92613	
4871019	Perry	perry	US	04667	8089	America/Chicago	41.8386	-94.10718	293	PRO,Pehrri,Peri,pry  aywwa,Пери,Пэрри,پری، آیووا		IA	049	93993	
4871051	Pershing	pershing	US	47370	0	America/Chicago	41.26305	-93.00631	271			IA	125	92028	
4871055	Persia	persia	US	51563	299	America/Chicago	41.57999	-95.56806	358			IA	085	94503	
4871077	Petersburg	petersburg	US	12138	0	America/Chicago	42.55499	-91.21319	339	Petersburg,Petersburgh		IA	055	90330	
4871078	Petersburg	petersburg	US	12138	0	America/Chicago	41.56003	-90.79403	235			IA	139	91494	
4871083	Peterson	peterson	US	35478	318	America/Chicago	42.91803	-95.34389	381			IA	041	93312	
4871128	Phillips	phillips	US	04966	0	America/Chicago	41.0539	-92.42685	247			IA	179	90633	
4871167	Pickering	pickering	US	64476	0	America/Chicago	41.94082	-92.81659	304			IA	127	91749	
4871188	Pierceville	pierceville	US	47039	0	America/Chicago	40.78447	-91.8335	225			IA	177	91851	
4871194	Pierson	pierson	US	32180	357	America/Chicago	42.54416	-95.86751	390			IA	193	93720	
4871206	Pigeon	pigeon	US	48755	0	America/Chicago	41.45888	-95.78418	341			IA	155	90297	
4871237	Pilot Grove	pilot-grove	US	52648	0	America/Chicago	40.76281	-91.53682	196			IA	111	92856	
4871256	Pilot Mound	pilot-mound	US	50223	175	America/Chicago	42.16442	-94.01662	338			IA	015	93330	
4871261	Pilot Rock	pilot-rock	US	97868	0	America/Chicago	42.77386	-92.84964	311			IA	023	94692	
4871317	Pioneer	pioneer	US	37847	22	America/Chicago	42.65386	-94.39247	362			IA	091	94620	
4871361	Pisgah	pisgah	US	35765	239	America/Chicago	41.83138	-95.92557	323			IA	085	92124	
4871372	Pittsburg	pittsburg	US	03592	0	America/Chicago	40.74642	-91.99184	179			IA	177	94323	
4871385	Plainfield	plainfield	US	01070	425	America/Chicago	42.84748	-92.53713	287			IA	017	93441	
4871392	Plainview	plainview	US	11803	0	America/Chicago	41.66836	-90.78264	223	Plain View,Plainview		IA	163	91923	
4871397	Plano	plano	US	52581	69	America/Chicago	40.75556	-93.04659	315	Planom,Планом		IA	007	92271	
4871403	Plato	plato	US	55370	0	America/Chicago	41.73807	-91.3085	216			IA	031	91593	
4871417	Platteville	platteville	US	53818	0	America/Chicago	40.63999	-94.55663	375			IA	173	91548	
4871446	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	40.96753	-91.28793	219	Pleasant Grove,Pleasantgrove		IA	057	93390	
4871447	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	42.38973	-90.92624	283			IA	061	94098	
4871472	Pleasant Hill	pleasant-hill	US	27866	9314	America/Chicago	41.58388	-93.51994	267	Pleasant Hill,Youngstown		IA	153	91371	
4871537	Pleasant Plain	pleasant-plain	US	45162	98	America/Chicago	41.14724	-91.85906	229			IA	101	93282	
4871546	Pleasant Prairie	pleasant-prairie	US	53158	0	America/Chicago	41.52447	-90.87209	231			IA	139	91494	
4871642	Pleasanton	pleasanton	US	66075	46	America/Chicago	40.58056	-93.74383	333	Plezantun,Плезантън		IA	053	91806	
4871647	Pleasantville	pleasantville	US	08232	1669	America/Chicago	41.38583	-93.26937	279			IA	125	93399	
4871654	Plessis	plessis	US	13675	0	America/Chicago	43.23358	-95.54806	462			IA	141	92583	
4871657	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	41.56976	-90.42319	183			IA	163	93420	
4871659	Plover	plover	US	50573	74	America/Chicago	42.8783	-94.62053	369			IA	151	93474	
4871698	Plymouth	plymouth	US	02360	0	America/Chicago	40.65337	-91.74517	173			IA	177	91320	
4871714	Plymouth	plymouth	US	02360	373	America/Chicago	43.2458	-93.12298	346	Plimut,Плимут		IA	033	91308	
4871727	Pocahontas	pocahontas	US	24635	1740	America/Chicago	42.73553	-94.66915	372	POH,Pokakhontas,bwkahwntas,pwkhants  aywwa,Покахонтас,بوكاهونتاس,پوکهانتس، آیووا	151	IA	151	90621	
4871773	Polk City	polk-city	US	33868	4323	America/Chicago	41.77138	-93.713	269	Polk,Polk City,Polk Siti,bwlk syty,pwlk syty  aywwa,Полк Сити,بولك سيتي,پولک سیتی، آیووا		IA	153	92781	
4871799	Pomeroy	pomeroy	US	19367	625	America/Chicago	42.55109	-94.68387	378	Pomerov,Pomeroy		IA	025	90423	
4871830	Poplar	poplar	US	54864	0	America/Chicago	41.68888	-95.09249	441			IA	009	91026	
4871831	Poplar	poplar	US	54864	0	America/Chicago	41.68832	-95.0936	436			IA	165	92160	
4871852	Popejoy	popejoy	US	50227	77	America/Chicago	42.59387	-93.42604	353			IA	069	93156	
4871855	Portland	portland	US	04101	35	America/Chicago	43.12858	-93.12354	327			IA	033	93456	
4871867	Portsmouth	portsmouth	US	02871	190	America/Chicago	41.65027	-95.51861	373	Portsmut,Портсмут		IA	165	90513	
4871875	Postville	postville	US	52162	2131	America/Chicago	43.0847	-91.5682	360			IA	005	93468	
4871898	Potter	potter	US	54160	0	America/Chicago	41.95999	-92.67519	262			IA	171	92037	
4871917	Powersville	powersville	US	64672	0	America/Chicago	42.93636	-92.68713	315			IA	067	93393	
4871942	Prairie City	prairie-city	US	50228	1709	America/Chicago	41.59943	-93.23521	283			IA	099	90975	
4871988	Prairie Grove	prairie-grove	US	72753	0	America/Chicago	40.8792	-91.25237	220			IA	057	91347	
4872063	Prairieburg	prairieburg	US	52219	179	America/Chicago	42.23833	-91.42238	305			IA	113	90312	
4872142	Prescott	prescott	US	48756	246	America/Chicago	41.02304	-94.61358	364			IA	003	93504	
4872164	Preston	preston	US	06365	1012	America/Chicago	42.0503	-90.41402	197			IA	097	94314	
4872189	Primghar	primghar	US	51245	879	America/Chicago	43.08692	-95.62723	465		141	IA	141	94044	
4872204	Primrose	primrose	US	68655	0	America/Chicago	40.67559	-91.63822	216			IA	111	91869	
4872217	Princeton	princeton	US	01541	929	America/Chicago	41.67475	-90.34041	178	Prinston,Принстон		IA	163	93510	
4872238	Prole	prole	US	50229	0	America/Chicago	41.40916	-93.72716	298			IA	181	92262	
4872240	Promise City	promise-city	US	52583	112	America/Chicago	40.74751	-93.14715	321			IA	185	93951	
4872259	Protivin	protivin	US	52163	279	America/Chicago	43.21608	-92.091	351			IA	089	93090	
4872280	Pulaski	pulaski	US	13142	275	America/Chicago	40.69697	-92.27324	253			IA	051	93480	
4872299	Purdy	purdy	US	65734	0	America/Chicago	41.16055	-93.23326	273			IA	117	91230	
4872337	Quasqueton	quasqueton	US	52326	547	America/Chicago	42.39443	-91.761	269	Quasqueton,Quasquetuck,The Rapids of the Wapsipinicon,Trenton		IA	019	92439	
4872355	Quimby	quimby	US	51049	303	America/Chicago	42.63026	-95.64195	361			IA	035	94740	
4872362	Quincy	quincy	US	02169	0	America/Chicago	41.04026	-94.79025	392			IA	003	93531	
4872393	Racine	racine	US	25165	0	America/Chicago	42.47026	-93.32937	360			IA	083	91206	
4872397	Radcliffe	radcliffe	US	50230	538	America/Chicago	42.31526	-93.43438	361			IA	083	93858	
4872442	Rake	rake	US	50465	221	America/Chicago	43.48384	-93.91884	353			IA	189	92628	
4872448	Raleigh	raleigh	US	25911	0	America/Chicago	43.3394	-94.86888	445			IA	063	94146	
4872451	Ralston	ralston	US	17763	75	America/Chicago	42.04165	-94.63303	344			IA	027	91581	
4872479	Randalia	randalia	US	52164	66	America/Chicago	42.86304	-91.88572	340			IA	065	90603	
4872482	Randall	randall	US	50231	169	America/Chicago	42.23832	-93.60077	311			IA	079	91212	
4872487	Randolph	randolph	US	02368	155	America/Chicago	40.87305	-95.56639	298	Randol'f,Randolf,Randolph,Рандольф		IA	071	93639	
4872540	Raymond	raymond	US	03077	816	America/Chicago	42.46888	-92.21963	277			IA	013	93477	
4872555	Readlyn	readlyn	US	50668	826	America/Chicago	42.70221	-92.22546	315			IA	017	92898	
4872562	Reasnor	reasnor	US	50232	153	America/Chicago	41.57833	-93.02325	233			IA	099	93267	
4872593	Red Oak	red-oak	US	23964	5472	America/Chicago	41.00972	-95.22555	320	Red Oak,Red Oak Junction,Red Ouk,Rehd Oak,rd wak  aywwa,ryd wak,Ред Оук,Рэд Оак,رد واک، آیووا,ريد واك	137	IA	137	93555	
4872633	Redding	redding	US	06896	81	America/Chicago	40.60471	-94.38774	349	New Redding,Redding		IA	159	90741	
4872657	Redfield	redfield	US	13437	873	America/Chicago	41.58943	-94.19607	295			IA	049	94194	
4872729	Reinbeck	reinbeck	US	50669	1639	America/Chicago	42.3236	-92.59936	293			IA	075	90249	
4872744	Rembrandt	rembrandt	US	50576	204	America/Chicago	42.82553	-95.16638	407			IA	021	90129	
4872752	Remsen	remsen	US	13438	1632	America/Chicago	42.81471	-95.97335	405			IA	149	93564	
4872769	Renwick	renwick	US	50577	235	America/Chicago	42.82803	-93.98106	352			IA	091	94335	
4872824	Republic	republic	US	15475	0	America/Chicago	42.95109	-92.3974	334			IA	037	93576	
4872866	Rhodes	rhodes	US	48652	308	America/Chicago	41.92554	-93.18631	311			IA	127	91146	
4872882	Riceville	riceville	US	16432	810	America/Chicago	43.36386	-92.55407	375			IA	089	92190	
4872914	Richland	richland	US	08350	562	America/Chicago	41.18557	-91.99295	235	Richlend,Ричленд		IA	107	93603	
4872922	Richfield	richfield	US	17086	0	America/Chicago	42.95026	-92.06267	358			IA	065	90231	
4872951	Richmond	richmond	US	01254	0	America/Chicago	41.44974	-91.69739	230			IA	183	91236	
4872958	Ricketts	ricketts	US	51460	142	America/Chicago	42.12693	-95.575	398			IA	047	93936	
4872983	Ridgeway	ridgeway	US	24148	309	America/Chicago	43.29775	-91.98766	365			IA	191	92631	
4873009	Rinard	rinard	US	62878	52	America/Chicago	42.3397	-94.48858	355			IA	025	90528	
4873026	Ringsted	ringsted	US	50578	392	America/Chicago	43.29468	-94.51164	391			IA	063	90963	
4873039	Rippey	rippey	US	50235	283	America/Chicago	41.93387	-94.20135	327			IA	073	94497	
4873049	Rising Sun	rising-sun	US	21911	0	America/Chicago	41.59332	-93.4816	293			IA	153	91371	
4873113	Riverdale	riverdale	US	07457	413	America/Chicago	41.54448	-90.45819	184			IA	163	93420	
4873130	Riverside	riverside	US	02915	1045	America/Chicago	41.47974	-91.58128	198	Rivasajd,Riversajd,ryfrsyd,rywrsayd  aywwa,Ривасайд,Риверсайд,Риверсајд,ريفرسيد,ریورساید، آیووا		IA	183	92073	
4873131	Riverside	riverside	US	02915	0	America/Chicago	42.51888	-96.48225	337			IA	193	93925	
4873189	Riverton	riverton	US	06065	282	America/Chicago	40.68695	-95.5686	294	Riverton,Ривертон		IA	071	93651	
4873243	Roberts	roberts	US	54023	0	America/Chicago	42.42692	-94.17441	341			IA	187	91191	
4873255	Robertson	robertson	US	82944	0	America/Chicago	42.50637	-93.12742	358			IA	083	91245	
4873263	Robins	robins	US	52328	3454	America/Chicago	42.07111	-91.66684	259			IA	113	92976	
4873271	Robinson	robinson	US	15949	0	America/Chicago	42.34193	-91.57877	284			IA	055	90006	
4873282	Rochester	rochester	US	02770	133	America/Chicago	41.67391	-91.15849	203			IA	031	93654	
4873308	Rock Creek	rock-creek	US	25174	0	America/Chicago	43.23497	-92.91881	343			IA	131	90555	
4873332	Rock Falls	rock-falls	US	50467	152	America/Chicago	43.20747	-93.08465	336			IA	033	91308	
4873354	Rock Rapids	rock-rapids	US	51246	2602	America/Chicago	43.42719	-96.17586	423	Rok Rapids,rak rpyd  aywwa,rwk rabydz,Рок Рапидс,راک رپید، آیووا,روك رابيدز	119	IA	119	93660	
4873371	Rock Valley	rock-valley	US	51247	3693	America/Chicago	43.20526	-96.29503	381			IA	167	93666	
4873397	Rockdale	rockdale	US	76567	0	America/Chicago	42.46417	-90.67846	214			IA	061	91085	
4873401	Rockford	rockford	US	35136	844	America/Chicago	43.05219	-92.94853	307			IA	067	93675	
4873418	Rockton	rockton	US	15856	0	America/Chicago	42.05304	-92.83714	262			IA	127	92862	
4873421	Rockville	rockville	US	02873	0	America/Chicago	42.41861	-91.14208	282			IA	055	93132	
4873424	Rockwell	rockwell	US	28138	1019	America/Chicago	42.98524	-93.19187	340			IA	033	91551	
4873426	Rockwell City	rockwell-city	US	50579	2141	America/Chicago	42.39526	-94.63387	375	Rokvehll Siti,Rokvel Siti,rakwl syty  aywwa,rwkwyl syty,Роквел Сити,Роквэлл Сити,راکول سیتی، آیووا,روكويل سيتي	025	IA	025	94152	
4873458	Rodman	rodman	US	13682	44	America/Chicago	43.02858	-94.53109	363			IA	147	91335	
4873464	Rodney	rodney	US	49342	58	America/Chicago	42.20555	-95.95251	340			IA	133	91677	
4873480	Rogers	rogers	US	06263	0	America/Chicago	42.19666	-91.57878	281			IA	113	92796	
4873489	Rogersville	rogersville	US	15359	0	America/Chicago	42.10861	-92.23157	289			IA	011	91974	
4873496	Roland	roland	US	50236	1304	America/Chicago	42.16637	-93.50188	312			IA	169	91992	
4873508	Rolfe	rolfe	US	50581	559	America/Chicago	42.81275	-94.52692	361			IA	151	93685	
4873535	Rome	rome	US	13440	117	America/Chicago	40.98141	-91.68239	182			IA	087	94122	
4873568	Roscoe	roscoe	US	12776	0	America/Chicago	41.02364	-91.25987	236			IA	057	94488	
4873572	Rose	rose	US	14542	0	America/Chicago	42.58194	-90.69929	193			IA	061	93309	
4873581	Rose Hill	rose-hill	US	24281	167	America/Chicago	41.32195	-92.46213	248			IA	123	94722	
4873620	Roselle	roselle	US	07203	0	America/Chicago	42.00026	-94.91554	418	Roselle,Rosselle		IA	027	93699	
4873630	Rosedale	rosedale	US	11422	0	America/Chicago	42.21331	-93.71828	335	Rosedale,Rosendale		IA	079	90722	
4873635	Roseville	roseville	US	43777	49	America/Chicago	43.00914	-92.80992	313			IA	067	94158	
4873641	Ross	ross	US	45061	0	America/Chicago	41.77415	-94.91888	426			IA	009	92418	
4873663	Rossville	rossville	US	17358	0	America/Chicago	43.18942	-91.37569	358			IA	005	92202	
4873714	Rowley	rowley	US	01969	267	America/Chicago	42.36999	-91.84406	299			IA	019	91977	
4873725	Roxie	roxie	US	39661	0	America/Chicago	42.84803	-92.41768	323			IA	017	91032	
4873731	Royal	royal	US	51357	427	America/Chicago	43.06553	-95.28389	430			IA	041	90672	
4873740	Rowan	rowan	US	50470	155	America/Chicago	42.74081	-93.55271	369			IA	197	92076	
4873756	Rudd	rudd	US	50471	361	America/Chicago	43.12608	-92.90575	338			IA	067	93711	
4873774	Runnells	runnells	US	50237	516	America/Chicago	41.5111	-93.35743	246			IA	153	90456	
4873802	Rushville	rushville	US	14544	0	America/Chicago	41.76027	-92.94575	289			IA	099	92301	
4873804	Rusk	rusk	US	75785	0	America/Chicago	42.66664	-94.73665	384			IA	151	91692	
4873807	Russell	russell	US	01071	537	America/Chicago	40.98195	-93.19854	313			IA	117	94530	
4873836	Ruthven	ruthven	US	51358	704	America/Chicago	43.12913	-94.89915	439			IA	147	91941	
4873842	Rutland	rutland	US	01543	126	America/Chicago	42.75914	-94.29774	337	Ratlend,Ратленд		IA	091	93717	
4873851	Rutledge	rutledge	US	30663	0	America/Chicago	41.06112	-92.4213	255			IA	179	90633	
4873860	Ryan	ryan	US	52330	362	America/Chicago	42.35138	-91.48155	312			IA	055	90006	
4873875	Sabula	sabula	US	52070	552	America/Chicago	42.07113	-90.17402	181			IA	097	94221	
4873884	Sac City	sac-city	US	50583	2144	America/Chicago	42.4222	-94.98971	371	Sak Siti,sak syty,sk syty  aywwa,Сак Сити,ساك سيتي,سک سٹی، آئیووا,سک سیتی، آیووا	161	IA	161	92157	
4874045	Saint Ansgar	saint-ansgar	US	50472	1107	America/Chicago	43.3783	-92.91881	357			IA	131		
4874060	Saint Anthony	saint-anthony	US	47575	102	America/Chicago	42.12221	-93.19493	308			IA	127	92952	
4874098	Saint Benedict	saint-benedict	US	15773	39	America/Chicago	43.03802	-94.0644	384	St. Benedict		IA	109	93492	
4874155	Saint Charles	saint-charles	US	24282	653	America/Chicago	41.28833	-93.80939	324	Sent-Charl'z,Сент-Чарльз		IA	121	93942	
4874183	Saint Donatus	saint-donatus	US	52071	135	America/Chicago	42.36084	-90.5393	204			IA	097	94107	
4874513	Saint Joseph	saint-joseph	US	38481	61	America/Chicago	42.9133	-94.22719	336	St. Joseph		IA	109	93636	
4874662	Saint Lucas	saint-lucas	US	52166	143	America/Chicago	43.06636	-91.9335	322			IA	065	90090	
4874765	Saint Marys	saint-marys	US	15857	127	America/Chicago	41.30805	-93.72966	313			IA	181	92169	
4874962	Saint Olaf	saint-olaf	US	52072	108	America/Chicago	42.9286	-91.38625	261			IA	043	94380	
4875067	Saint Paul	saint-paul	US	24283	129	America/Chicago	40.76948	-91.5171	217			IA	111	92856	
4875384	Salem	salem	US	01970	376	America/Chicago	40.85281	-91.62016	218	Sejlem,Сейлем		IA	087	93744	
4875437	Salina	salina	US	15680	0	America/Chicago	41.04585	-91.83323	230			IA	101	90366	
4875443	Salix	salix	US	15952	380	America/Chicago	42.30833	-96.2878	329			IA	193	92496	
4875474	Samoa	samoa	US	95564	0	America/Chicago	42.0778	-90.1968	189			IA	097	94221	
4875489	Sanborn	sanborn	US	14132	1385	America/Chicago	43.18164	-95.65557	473			IA	141	91422	
4875523	Sand Springs	sand-springs	US	59077	0	America/Chicago	42.3175	-91.18931	280	Sand Spring,Sand Springs		IA	055	93945	
4875536	Sandusky	sandusky	US	14133	0	America/Chicago	40.46449	-91.38737	165			IA	111	92139	
4875558	Santiago	santiago	US	55377	0	America/Chicago	41.70999	-93.37493	265			IA	153	91425	
4875561	Sandyville	sandyville	US	25275	51	America/Chicago	41.37083	-93.38632	286			IA	181	94278	
4875565	Saratoga	saratoga	US	27873	0	America/Chicago	43.37136	-92.40601	378			IA	089	93756	
4875595	Savannah	savannah	US	13146	0	America/Chicago	40.62419	-92.45435	276			IA	051	94791	
4875605	Sawyer	sawyer	US	49125	0	America/Chicago	40.69643	-91.35515	217			IA	111	94524	
4875611	Saxon	saxon	US	25180	0	America/Chicago	40.75306	-93.45716	334			IA	185	90699	
4875638	Scarville	scarville	US	50473	71	America/Chicago	43.47051	-93.61772	382			IA	189	92706	
4875666	Schaller	schaller	US	51053	745	America/Chicago	42.4997	-95.29305	430			IA	161	91251	
4875682	Schleswig	schleswig	US	51461	881	America/Chicago	42.16527	-95.43694	458			IA	047	93231	
4875691	Schley	schley	US	23154	0	America/Chicago	43.3033	-92.21906	386			IA	089	93273	
4875776	Scott	scott	US	38772	0	America/Chicago	42.70193	-91.76544	351			IA	065	93771	
4875821	Scranton	scranton	US	18501	530	America/Chicago	42.02248	-94.54525	359	Skrenton,Скрентон		IA	073	93804	
4875830	Searsboro	searsboro	US	50242	143	America/Chicago	41.58055	-92.70352	257			IA	157	94026	
4875855	Sedan	sedan	US	67361	0	America/Chicago	40.65696	-92.83353	285	Diff,Sedan		IA	007	90435	
4875881	Selma	selma	US	24474	0	America/Chicago	40.8703	-92.15323	188			IA	177	94359	
4875891	Seneca	seneca	US	16346	0	America/Chicago	43.29913	-94.38414	366			IA	109	93810	
4875897	Seney	seney	US	49883	0	America/Chicago	42.85277	-96.13085	378			IA	149	91167	
4875904	Sergeant Bluff	sergeant-bluff	US	51054	4520	America/Chicago	42.40388	-96.35864	334	Sargent Bluff,Seargeante Bluff,Sergeant Bluff,Sergeants Bluff		IA	193	94773	
4875990	Seymour	seymour	US	06483	696	America/Chicago	40.68251	-93.12104	323			IA	185	94413	
4876007	Shady Grove	shady-grove	US	17256	0	America/Chicago	42.38055	-92.0549	283			IA	019	92208	
4876026	Shambaugh	shambaugh	US	51651	186	America/Chicago	40.65888	-95.03192	300			IA	145	91848	
4876036	Shannon City	shannon-city	US	50861	70	America/Chicago	40.90166	-94.26329	373			IA	175	91713	
4876044	Sharon	sharon	US	02067	0	America/Chicago	41.67415	-94.99554	400			IA	009	93825	
4876045	Sharon	sharon	US	02067	0	America/Chicago	40.72642	-91.66044	216			IA	111	90546	
4876055	Sharon Center	sharon-center	US	44274	0	America/Chicago	41.56918	-91.66128	230			IA	103	93831	
4876077	Sharpsburg	sharpsburg	US	21782	88	America/Chicago	40.80249	-94.64247	389			IA	173	92883	
4876097	Sheffield	sheffield	US	01257	1140	America/Chicago	42.8933	-93.2152	328			IA	069	93833	
4876114	Shelby	shelby	US	28150	618	America/Chicago	41.5161	-95.45028	400			IA	165	93834	
4876134	Sheldahl	sheldahl	US	50243	320	America/Chicago	41.86443	-93.69717	315			IA	169	93261	
4876141	Sheldon	sheldon	US	05483	5088	America/Chicago	43.18109	-95.85613	435	Shehldon,Sheldon,shldwn  aywwa,shyldwn,Шелдон,Шэлдон,شلدون، آیووا,شيلدون		IA	141	91356	
4876161	Shell Rock	shell-rock	US	50670	1323	America/Chicago	42.71026	-92.58297	278	Shell Rock,Shellrock		IA	023	93837	
4876179	Shellsburg	shellsburg	US	52332	951	America/Chicago	42.09444	-91.86935	241			IA	011	93838	
4877729	Strawberry Point	strawberry-point	US	52076	1236	America/Chicago	42.6836	-91.53403	372			IA	043	90498	
4876190	Shenandoah	shenandoah	US	17976	5021	America/Chicago	40.76555	-95.37221	299	Shehnandukh,Shenandoa,shnandwa  aywwa,shynandwah,Шенандоа,Шэнандух,شناندوا، آیووا,شيناندواه		IA	145	91686	
4876212	Sheridan	sheridan	US	04775	0	America/Chicago	41.83388	-92.5913	299			IA	157	93846	
4876227	Sherman	sherman	US	04776	0	America/Chicago	42.35387	-93.37382	348			IA	083	93858	
4876252	Sherrill	sherrill	US	13461	176	America/Chicago	42.60389	-90.78457	299			IA	061	92217	
4876263	Sherwood	sherwood	US	21665	0	America/Chicago	42.35915	-94.72693	373			IA	025	92370	
4876353	Sidney	sidney	US	13838	1044	America/Chicago	40.74833	-95.6475	356	Sidnej,Сидней	071	IA	071	93885	
4876378	Sibley	sibley	US	39165	2668	America/Chicago	43.39914	-95.75196	462	Siblehj,Sibli,sybly,sybly  aywwa,Сибли,Сиблэй,سيبلي,سیبلی، آیووا	143	IA	143	94678	
4876384	Sigourney	sigourney	US	52591	2005	America/Chicago	41.33334	-92.20463	242		107	IA	107	93888	
4876403	Silver City	silver-city	US	39166	243	America/Chicago	41.11333	-95.63723	319			IA	129	92043	
4876442	Silver Lake	silver-lake	US	03875	0	America/Chicago	43.48079	-93.3666	381			IA	195	91881	
4876501	Sinclair	sinclair	US	04779	0	America/Chicago	42.49998	-92.73186	309			IA	075	90159	
4876510	Sioux Center	sioux-center	US	51250	7461	America/Chicago	43.07971	-96.17558	446	Siouks Sehntr,Su Senter,sw sntr  aywwa,sywks sntr,Сиоукс Сэнтр,Су Сентер,سو سنتر، آیووا,سيوكس سنتر		IA	167	94653	
4876523	Sioux City	sioux-city	US	51101	82821	America/Chicago	42.49999	-96.40031	366	Kota Sioux,SUX,Siouks Siti,Su Siti,Su-Siti,su cheng,su siti,sushiti,susiti,sw syty,sw syty  aywwa,sywks syty,Сиоукс Сити,Су Сити,Су-Сити,Су-Сіті,סו סיטי,سو سیتی، آیووا,سيوكس سيتي,سیو سٹی، آئیووا,सू सिटी,スーシティ,蘇城,수시티	193	IA	193	93925	
4876556	Sioux Rapids	sioux-rapids	US	50585	777	America/Chicago	42.89331	-95.15111	384			IA	021	93927	
4876661	Slater	slater	US	29683	1506	America/Chicago	41.87776	-93.67855	316			IA	169	93261	
4876686	Sloan	sloan	US	51055	979	America/Chicago	42.23277	-96.22808	327			IA	193	93929	
4876756	Smithland	smithland	US	42081	225	America/Chicago	42.22916	-95.93084	331			IA	193	92667	
4876771	Smyrna	smyrna	US	13464	0	America/Chicago	40.94222	-93.60966	334			IA	039	91395	
4876829	Soldier	soldier	US	41173	168	America/Chicago	41.98527	-95.77945	355			IA	133	93939	
4876864	Solomon	solomon	US	67480	0	America/Chicago	40.90528	-95.44194	350			IA	129	90933	
4876867	Solon	solon	US	04979	2545	America/Chicago	41.80723	-91.49406	244	Solon,Солон		IA	103	90240	
4876882	Somers	somers	US	06071	109	America/Chicago	42.37831	-94.42997	352			IA	025	90528	
4876899	South Amana	south-amana	US	52334	159	America/Chicago	41.77612	-91.9674	237			IA	095	94506	
4876939	South English	south-english	US	52335	207	America/Chicago	41.45223	-92.09046	256			IA	107	91233	
4877138	Spencer	spencer	US	01562	11212	America/Chicago	43.14136	-95.14444	400	SPW,Spensehr,Spenser,aspnsr  aywwa,sbnsr,Спенсер,Спенсэр,اسپنسر، آیووا,سبنسر	041	IA	041	93955	
4877171	Sperry	sperry	US	52650	0	America/Chicago	40.95698	-91.15654	229			IA	057	91401	
4877178	Spillville	spillville	US	52168	355	America/Chicago	43.20497	-91.951	326			IA	191	90447	
4877184	Spirit Lake	spirit-lake	US	51360	5018	America/Chicago	43.42218	-95.10222	449	RTL,Spirit Lake,Spirit Lehjk,Spirit Lejk,aspyryt lyk  aywwa,sbyryt lyk,Спирит Лејк,Спирит Лэйк,اسپیریت لیک، آیووا,سبيريت ليك	059	IA	059	90639	
4877224	Spragueville	spragueville	US	52074	81	America/Chicago	42.07252	-90.43513	202			IA	097	91284	
4877272	Spring Grove	spring-grove	US	17362	0	America/Chicago	40.73976	-91.1582	171			IA	057	94203	
4877282	Spring Hill	spring-hill	US	34606	63	America/Chicago	41.41138	-93.64494	249	Spring-Khill,Спринг-Хилл		IA	181	91764	
4877311	Spring Valley	spring-valley	US	10977	0	America/Chicago	41.41501	-92.4838	235			IA	123	92982	
4877323	Springbrook	springbrook	US	52075	140	America/Chicago	42.16419	-90.47652	262			IA	097	92130	
4877329	Springdale	springdale	US	15144	0	America/Chicago	41.67058	-91.25905	238			IA	031	93975	
4877330	Springdale	springdale	US	15144	0	America/Chicago	42.52333	-96.37003	337			IA	193	93925	
4877352	Springville	springville	US	14141	1139	America/Chicago	42.05945	-91.44267	254			IA	113	90360	
4877362	Springwater	springwater	US	14560	0	America/Chicago	43.37969	-91.74293	341			IA	191	90462	
4877397	Stacyville	stacyville	US	04777	473	America/Chicago	43.43608	-92.78241	365			IA	131	94002	
4877416	Stanhope	stanhope	US	07874	412	America/Chicago	42.28887	-93.79606	340			IA	079	90722	
4877423	Stanley	stanley	US	14561	125	America/Chicago	42.64276	-91.81267	340			IA	019	90384	
4877431	Stanton	stanton	US	08885	639	America/Chicago	40.98166	-95.10415	352	Stehnton,Стэнтон		IA	137	93798	
4877440	Stanwood	stanwood	US	49346	662	America/Chicago	41.89307	-91.15071	256			IA	031	91467	
4877466	State Center	state-center	US	50247	1470	America/Chicago	42.01665	-93.16354	326			IA	127	94011	
4877504	Steamboat Rock	steamboat-rock	US	50672	309	America/Chicago	42.40943	-93.06576	309			IA	083	90678	
4877550	Sterling	sterling	US	01564	0	America/Chicago	42.07669	-90.25291	262			IA	097	92067	
4877556	Steuben	steuben	US	04680	0	America/Chicago	40.72363	-92.38852	262			IA	051	90732	
4877560	Stevens	stevens	US	17578	0	America/Chicago	43.43162	-94.00412	354			IA	109	91905	
4877596	Stockport	stockport	US	43787	293	America/Chicago	40.85753	-91.83517	229			IA	177	94275	
4877605	Stockton	stockton	US	08559	197	America/Chicago	41.59142	-90.85876	222	Stoktun,Стоктън		IA	139	91494	
4877655	Storm Lake	storm-lake	US	50588	10910	America/Chicago	42.64109	-95.20972	433	SLB,Storm Lake,Storm Lehjk,Storm Lejk,astwrm lyk  aywwa,si tuo mu lai ke,stwrm lyk,Сторм Лејк,Сторм Лэйк,استورم لیک، آیووا,ستورم ليك,斯托姆莱克	021	IA	021	94018	
4877676	Story City	story-city	US	50248	3438	America/Chicago	42.18721	-93.59577	306	Stori Siti,astry syty  aywwa,stwry syty,Стори Сити,استری سیتی، آیووا,ستوري سيتي		IA	169	92340	
4877694	Stout	stout	US	45684	223	America/Chicago	42.52637	-92.71186	311			IA	075	90159	
4877714	Stratford	stratford	US	06614	725	America/Chicago	42.27137	-93.92717	338	Stratford,Стратфорд		IA	079	92850	
4877749	Stringtown	stringtown	US	74569	0	America/Chicago	40.97888	-94.55774	395			IA	003	91626	
4877761	Stuart	stuart	US	24171	1602	America/Chicago	41.50332	-94.31857	368	Stjuart,astwrt  aywwa,stywart,Стюарт,Стјуарт,استورت، آیووا,ستيوارت		IA	001	92514	
4877851	Sully	sully	US	50251	822	America/Chicago	41.57833	-92.84492	280			IA	099	92736	
4877864	Sulphur Springs	sulphur-springs	US	44881	0	America/Chicago	42.62192	-95.09721	399			IA	021	93513	
4877877	Summit	summit	US	07901	0	America/Chicago	40.82916	-95.41805	311			IA	071	92970	
4877878	Summit	summit	US	07901	0	America/Chicago	41.92084	-91.63129	244			IA	113	90577	
4877879	Summit	summit	US	07901	0	America/Chicago	41.50864	-91.02237	219			IA	139	93027	
4877905	Summitville	summitville	US	12781	0	America/Chicago	40.47282	-91.44877	205			IA	111	93000	
4877907	Sumner	sumner	US	04292	2009	America/Chicago	42.84748	-92.09156	323			IA	017	94045	
4877931	Sunbury	sunbury	US	17801	0	America/Chicago	41.67003	-90.93098	236			IA	031	91317	
4878029	Sunshine	sunshine	US	70780	0	America/Chicago	40.73973	-92.9252	306			IA	007	90177	
4878033	Superior	superior	US	51363	129	America/Chicago	43.43024	-94.94638	457			IA	059	93585	
4878051	Sutherland	sutherland	US	23885	618	America/Chicago	42.97414	-95.49751	435	Southerland,Sutherland		IA	141	94599	
4878067	Swaledale	swaledale	US	50477	160	America/Chicago	42.97858	-93.31687	351	Swaldale,Swaledale		IA	033	93408	
4878074	Swan	swan	US	50252	72	America/Chicago	41.46527	-93.31132	237	North Fork English River,Swan		IA	125	93399	
4878101	Swanton	swanton	US	05488	0	America/Chicago	42.49998	-92.69242	300			IA	075	90159	
4878106	Swea City	swea-city	US	50590	521	America/Chicago	43.3844	-94.31497	360			IA	109	91866	
4878123	Swedesburg	swedesburg	US	52652	0	America/Chicago	41.1053	-91.54711	223			IA	087	94609	
4878159	Swisher	swisher	US	52338	943	America/Chicago	41.84556	-91.69295	241			IA	103	92229	
4878195	Tabor	tabor	US	51653	979	America/Chicago	40.89833	-95.67139	382			IA	071	94078	
4878223	Talmage	talmage	US	17580	0	America/Chicago	41.02694	-94.1119	328			IA	175	92280	
4878229	Tama	tama	US	52339	2819	America/Chicago	41.96666	-92.57686	257	Tama,Tama City		IA	171	94083	
4878270	Taylor	taylor	US	18517	0	America/Chicago	41.27138	-95.52	339			IA	155	94551	
4878300	Taylorsville	taylorsville	US	28681	0	America/Chicago	42.76721	-91.64682	368			IA	065	91278	
4878311	Teeds Grove	teeds-grove	US	52771	0	America/Chicago	42.01169	-90.24763	211			IA	045	91194	
4878332	Templeton	templeton	US	01468	348	America/Chicago	41.91832	-94.94277	439			IA	027	91134	
4878341	Tenmile	tenmile	US	97481	0	America/Chicago	41.94558	-90.33402	263	Ten Mile,Tenmile		IA	045	90591	
4878366	Terre Haute	terre-haute	US	47801	0	America/Chicago	40.68333	-93.86661	281			IA	053	90408	
4878369	Terril	terril	US	51364	364	America/Chicago	43.30579	-94.97166	437			IA	059	92673	
4878383	Thayer	thayer	US	46381	56	America/Chicago	41.02805	-94.05078	337			IA	175	92280	
4878492	Thomasville	thomasville	US	17364	0	America/Chicago	42.75387	-91.58098	308			IA	043	93957	
4878494	Thompson	thompson	US	06277	487	America/Chicago	43.37134	-93.77356	387			IA	189	92316	
4878516	Thor	thor	US	50591	181	America/Chicago	42.68803	-94.0494	347			IA	091	93138	
4878525	Thornburg	thornburg	US	22565	61	America/Chicago	41.45473	-92.33574	268			IA	107	93489	
4878528	Thornton	thornton	US	03285	408	America/Chicago	42.94469	-93.38465	362	Tornton,Торнтон		IA	033	91773	
4878535	Thorpe	thorpe	US	24888	0	America/Chicago	42.5661	-91.44931	311			IA	055	91980	
4878566	Thurman	thurman	US	45685	214	America/Chicago	40.82	-95.74778	296			IA	071	93780	
4878585	Tiffin	tiffin	US	44883	2657	America/Chicago	41.70585	-91.66295	215			IA	103	90714	
4878595	Tilton	tilton	US	03276	0	America/Chicago	41.50973	-92.35241	258			IA	157	90930	
4878626	Tingley	tingley	US	50863	182	America/Chicago	40.85277	-94.19523	382			IA	159	94119	
4878634	Tioga	tioga	US	16946	0	America/Chicago	41.29695	-92.42241	244			IA	123	94722	
4878643	Tipton	tipton	US	16684	3200	America/Chicago	41.76974	-91.12793	251	Tipton,tybtwn,typtwn  aywwa,Типтон,تيبتون,تیپتون، آیووا	031	IA	031	90588	
4878664	Titonka	titonka	US	50480	452	America/Chicago	43.23691	-94.04134	354			IA	109	90387	
4878694	Toeterville	toeterville	US	50481	48	America/Chicago	43.44219	-92.89047	364	Toeter,Toeterville		IA	131	94245	
4878703	Toledo	toledo	US	43601	2202	America/Chicago	41.99555	-92.57686	276	Toledo,Tolehdo,Tolido,twldw  aywwa,twlydw,Толедо,Толидо,Толэдо,تولدو، آیووا,توليدو	171	IA	171	94128	
4878718	Toddville	toddville	US	21672	0	America/Chicago	42.09916	-91.71685	240			IA	113	92976	
4878739	Toronto	toronto	US	43964	120	America/Chicago	41.90502	-90.86403	220			IA	045	92448	
4878795	Traer	traer	US	50675	1655	America/Chicago	42.1936	-92.46547	279			IA	171	93306	
4878820	Trenton	trenton	US	08601	0	America/Chicago	41.06169	-91.63739	223			IA	087	94131	
4878827	Treynor	treynor	US	51575	952	America/Chicago	41.2325	-95.61306	369			IA	155	92298	
4879016	Tracy	tracy	US	50256	0	America/Chicago	41.27639	-92.87548	239			IA	125	90687	
4879018	Tripoli	tripoli	US	50676	1342	America/Chicago	42.80804	-92.25823	314			IA	017	91458	
4879045	Troy	troy	US	03465	0	America/Chicago	40.74863	-92.20268	244			IA	051	94197	
4879054	Troy Mills	troy-mills	US	52344	0	America/Chicago	42.28999	-91.68239	265			IA	113	93987	
4879071	Truesdale	truesdale	US	50592	81	America/Chicago	42.72915	-95.18277	417			IA	021	94461	
4879080	Truro	truro	US	02666	483	America/Chicago	41.20972	-93.84661	330	Truro,Turro		IA	121	93165	
4879105	Turin	turin	US	13473	66	America/Chicago	42.01943	-95.9664	321			IA	133	90192	
4879111	Turkey Creek	turkey-creek	US	70585	0	America/Chicago	41.99943	-93.90606	262			IA	015	92832	
4879240	Tyrone	tyrone	US	14887	0	America/Chicago	40.97778	-92.94659	259			IA	135	91419	
4879252	Udell	udell	US	52593	46	America/Chicago	40.78085	-92.74214	303			IA	007	94155	
4879256	Ulmer	ulmer	US	29849	0	America/Chicago	42.26776	-94.94999	390			IA	161	93723	
4879266	Underwood	underwood	US	47177	940	America/Chicago	41.38694	-95.67667	326			IA	155	93135	
4879279	Union	union	US	03887	386	America/Chicago	42.24554	-93.06465	287			IA	083	94215	
4879316	Union Center	union-center	US	53962	0	America/Chicago	42.69249	-96.05835	431			IA	149	94254	
4879357	Union Mills	union-mills	US	28167	0	America/Chicago	41.4525	-92.57074	233			IA	123	94239	
4879450	Unionville	unionville	US	06085	100	America/Chicago	40.81835	-92.69547	291			IA	007	94155	
4879822	University Park	university-park	US	16802	477	America/Chicago	41.28695	-92.61853	249			IA	123	93969	
4879881	Urbana	urbana	US	43078	1459	America/Chicago	42.22416	-91.87434	286	Urbana,Урбана		IA	011	93438	
4879890	Urbandale	urbandale	US	50322	44062	America/Chicago	41.62666	-93.71217	288	Urbandehjl,Urbandejl,awrbandal  aywwa,awrbndyl,Урбандејл,Урбандэйл,أوربنديل,اربنڈیل، آئیووا,اورباندال، آیووا		IA	153	94629	
4879910	Ute	ute	US	51060	353	America/Chicago	42.05027	-95.70639	379			IA	133	93735	
4879916	Utica	utica	US	13501	0	America/Chicago	40.81475	-91.83489	226			IA	177	94275	
4879925	Vail	vail	US	51465	424	America/Chicago	42.06193	-95.19999	384			IA	047	94701	
4879991	Van	van	US	25206	0	America/Chicago	41.93971	-93.01881	319			IA	127	92700	
4879997	Van Buren	van-buren	US	04785	0	America/Chicago	42.08447	-90.36485	210			IA	097	94314	
4880024	Van Horne	van-horne	US	52346	664	America/Chicago	42.00861	-92.09102	288	Van Horne,Vanhorn		IA	011	94170	
4880034	Van Meter	van-meter	US	50261	1142	America/Chicago	41.53193	-93.95412	266			IA	049	94326	
4880052	Van Wert	van-wert	US	45891	215	America/Chicago	40.86972	-93.793	354	Prairieville,Van Wert		IA	053	92712	
4880065	Vandalia	vandalia	US	45377	0	America/Chicago	41.53943	-93.30604	275			IA	099	90975	
4880077	Varina	varina	US	50593	69	America/Chicago	42.65803	-94.89776	384			IA	151	91074	
4880092	Ventura	ventura	US	50482	718	America/Chicago	43.12635	-93.47771	385			IA	033	90721	
4880111	Vernon	vernon	US	05354	0	America/Chicago	41.68529	-91.60184	208			IA	103	90714	
4880112	Vernon	vernon	US	05354	0	America/Chicago	40.72253	-91.85517	175	South Bentonsport,Vernon		IA	177	91911	
4880228	Villisca	villisca	US	50864	1194	America/Chicago	40.92971	-94.97609	328	Villisca,Villiska		IA	137	91104	
4880240	Vincennes	vincennes	US	47591	0	America/Chicago	40.49643	-91.56988	168			IA	111	90981	
4880243	Vincent	vincent	US	35178	169	America/Chicago	42.59191	-94.02023	347			IA	187	93069	
4880258	Vining	vining	US	52348	50	America/Chicago	41.98999	-92.37991	273			IA	171	94812	
4880268	Vinton	vinton	US	24179	5148	America/Chicago	42.16861	-92.02351	240	Vinton,fyntwn,wyntwn  aywwa,Винтон,فينتون,وینتون، آیووا	011	IA	011	94360	
4880281	Viola	viola	US	19979	0	America/Chicago	42.09185	-91.38728	273			IA	113	90360	
4880317	Vista	vista	US	92081	0	America/Chicago	42.41332	-91.98712	278			IA	019	94656	
4880327	Volga	volga	US	26238	205	America/Chicago	42.80471	-91.54098	242	Volga,Volga City		IA	043	93957	
4880386	Wadena	wadena	US	52169	253	America/Chicago	42.84276	-91.65682	269			IA	065	92013	
4880416	Wahpeton	wahpeton	US	58074	343	America/Chicago	43.36608	-95.17194	426			IA	059	92379	
4880422	Walcott	walcott	US	52773	1636	America/Chicago	41.58475	-90.77209	223			IA	163	90282	
4880437	Wales	wales	US	01081	0	America/Chicago	41.11694	-95.32722	366			IA	137	92580	
4880442	Walford	walford	US	52351	1459	America/Chicago	41.87834	-91.83462	245			IA	011	91350	
4880446	Walker	walker	US	26180	792	America/Chicago	42.28666	-91.78073	274			IA	113	91671	
4880468	Wall Lake	wall-lake	US	51466	795	America/Chicago	42.2711	-95.09305	383			IA	161	92430	
4880486	Wallace	wallace	US	26448	0	America/Chicago	43.26997	-95.32917	436			IA	059	94698	
4880505	Wallingford	wallingford	US	05773	187	America/Chicago	43.31968	-94.79276	388			IA	063	91926	
4880516	Walnut	walnut	US	38683	776	America/Chicago	41.47749	-95.22194	406			IA	155	92388	
4880553	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	41.47031	-90.66125	175			IA	163		
4880614	Waneta	waneta	US	40488	0	America/Chicago	40.63003	-92.26963	251			IA	051	93693	
4880620	Wapello	wapello	US	52653	2041	America/Chicago	41.18142	-91.18543	177	Vapehllo,Vopelo,u~oparo,wabylw,waplw  aywwa,Вапэлло,Вопело,وابيلو,واپلو، آیووا,ウォパロ	115	IA	115	94416	
4880676	Ward	ward	US	29166	0	America/Chicago	41.02945	-92.88659	284			IA	135	91800	
4880683	Ware	ware	US	01082	0	America/Chicago	42.79025	-94.75915	393			IA	151	93873	
4880724	Washburn	washburn	US	04786	876	America/Chicago	42.41166	-92.26741	254			IA	013	90525	
4880730	Washington	washington	US	03280	0	America/Chicago	42.74775	-93.27131	367			IA	069	92847	
4880731	Washington	washington	US	03280	7408	America/Chicago	41.29918	-91.69294	232	Vashington,washntn,washyngtn  aywwa,Вашингтон,واشنطن,واشینگتن، آیووا	183	IA	183	94578	
4880778	Washington Mills	washington-mills	US	13479	0	America/Chicago	42.30057	-90.78235	250			IA	061	93498	
4880871	Washta	washta	US	51061	237	America/Chicago	42.57554	-95.71751	350			IA	035	94740	
4880889	Waterloo	waterloo	US	13165	68460	America/Chicago	42.49276	-92.34296	261	ALO,Uatehrlu,Vaterlo,Voterlu,Waterloo,u~otaru,votarlu,watrlw,watrlw  aywwa,woteollu,wwtrlw,Ватерло,Вотерлу,Уатэрлу,ווטרלו,واترلو,واترلو، آیووا,واٹرلو، آئیووا,वॉटर्लू,ウォータールー,워털루	013	IA	013	94597	
4880908	Waterman	waterman	US	60556	0	America/Chicago	42.95581	-95.44473	398			IA	141	94599	
4880922	Waterville	waterville	US	04901	139	America/Chicago	43.20776	-91.29763	269			IA	005	93255	
4880940	Watkins	watkins	US	52354	118	America/Chicago	41.89111	-91.98629	253			IA	011	93732	
4880951	Watson	watson	US	35181	0	America/Chicago	43.07526	-91.33013	356			IA	043	91566	
4880973	Waucoma	waucoma	US	52171	257	America/Chicago	43.05609	-92.03323	318			IA	065	91143	
4880981	Waukee	waukee	US	50263	18990	America/Chicago	41.61166	-93.88523	314	Vauki,Voki,Wankes,Waukee,wawky,wawky  aywwa,Вауки,Воки,واوكي,واوکی، آیووا		IA	049	94395	
4880997	Waukon	waukon	US	52172	3736	America/Chicago	43.26942	-91.4757	377	UKN,Uokon,Vaukon,Vokon,wawkwn,wawkwn  aywwa,wo kan,Ваукон,Вокон,Уокон,واوكون,واوکون، آیووا,沃坎	005	IA	005	92799	
4882284	Wiota	wiota	US	50274	112	America/Chicago	41.40027	-94.88693	371			IA	029	91392	
4881024	Waverly	waverly	US	14892	10066	America/Chicago	42.72581	-92.47546	278	Vejverli,wawrly  aywwa,wyfrly,Вејверли,واورلی، آیووا,ويفرلي	017	IA	017	94607	
4881048	Wayland	wayland	US	01778	969	America/Chicago	41.14724	-91.66072	223			IA	087	92226	
4881084	Webb	webb	US	36376	138	America/Chicago	42.94858	-95.01193	419			IA	041	91512	
4881091	Webster	webster	US	01570	72	America/Chicago	41.43834	-92.16907	260			IA	107	91233	
4881092	Webster	webster	US	01570	0	America/Chicago	41.32916	-94.23135	338	Middle River,Webster		IA	121	94626	
4881096	Webster City	webster-city	US	50595	7814	America/Chicago	42.46942	-93.81605	317	EBS,Vebster Siti,Vehbster Siti,wbstr syty  aywwa,wybstr syty,Вебстер Сити,Вэбстер Сити,وبستر سیتی، آیووا,ويبستر سيتي	079	IA	079	94633	
4881137	Weldon	weldon	US	27890	119	America/Chicago	40.8975	-93.73494	350			IA	053	91398	
4881149	Wellman	wellman	US	52356	1431	America/Chicago	41.46418	-91.83823	213			IA	183	92511	
4881170	Wellsburg	wellsburg	US	14894	707	America/Chicago	42.45915	-92.93853	307			IA	075	93882	
4881189	Welton	welton	US	52774	160	America/Chicago	41.90808	-90.59541	212			IA	045	94641	
4881208	Wesley	wesley	US	04686	381	America/Chicago	43.0883	-93.99023	381			IA	109	94644	
4881274	West Branch	west-branch	US	48661	2337	America/Chicago	41.67141	-91.34655	219	Vehst Branch,Vest Branch,wst brnch  aywwa,wyst bransh,xi bu lan qi,Вест Бранч,Вэст Бранч,وست برنچ، آیووا,ويست برانش,西布兰奇		IA	031	93975	
4881277	West Bend	west-bend	US	50597	759	America/Chicago	42.95691	-94.44108	363			IA	109	91521	
4881322	West Burlington	west-burlington	US	13482	3047	America/Chicago	40.82504	-91.15654	212			IA	057	94658	
4881339	West Chester	west-chester	US	19380	149	America/Chicago	41.3389	-91.81767	236			IA	183	91431	
4881346	West Des Moines	west-des-moines	US	50265	64113	America/Chicago	41.57721	-93.71133	252	Valley Junction,Vehst Dehs Mojnehs,Vest De Mojn,West Des Moines,wst ds mwyns  aywwa,wyst dy mwynz,Вест Де Мојн,Вэст Дэс Мойнэс,وست دس موینس، آیووا,ويست دي موينز,ویسٹ دی موین، آئیووا		IA	153	94410	
4881395	West Grove	west-grove	US	19390	0	America/Chicago	40.72474	-92.56019	287			IA	051	94677	
4881433	West Liberty	west-liberty	US	26074	3728	America/Chicago	41.57002	-91.26377	206			IA	139	94419	
4881492	West Point	west-point	US	10996	962	America/Chicago	40.7167	-91.45015	234			IA	111	94695	
4881551	West Union	west-union	US	26456	2409	America/Chicago	42.96276	-91.80822	362	Vehst Junion,Vest Junion,wst ywnywn  aywwa,wyst ywnywn,Вест Јунион,Вэст Юнион,وست یونیون، آیووا,ويست يونيون,ویسٹ یونین، آئیووا	065	IA	065	94702	
4881592	Western	western	US	68464	0	America/Chicago	41.86528	-91.64323	252			IA	113	90774	
4881614	Westfield	westfield	US	01085	129	America/Chicago	42.75555	-96.60587	347			IA	149	94665	
4881615	Westfield	westfield	US	01085	188	America/Chicago	41.70416	-92.76075	306			IA	157	91695	
4881628	Westgate	westgate	US	50681	203	America/Chicago	42.76998	-91.99628	333			IA	065	91473	
4881652	Weston	weston	US	02493	92	America/Chicago	41.34083	-95.74112	332			IA	155	91896	
4881660	Westphalia	westphalia	US	47596	126	America/Chicago	41.71971	-95.39472	438			IA	165	94689	
4881672	Westside	westside	US	51467	299	America/Chicago	42.05915	-95.09805	425	West Side,Westside		IA	047	94701	
4881686	Westview	westview	US	40178	0	America/Chicago	42.68886	-94.63748	375			IA	151	92592	
4881697	Westwood	westwood	US	02090	112	America/Chicago	40.96558	-91.62377	213			IA	087	94122	
4881710	Wever	wever	US	52658	0	America/Chicago	40.7106	-91.23098	173			IA	111	91743	
4881728	Wheatland	wheatland	US	16161	733	America/Chicago	41.83169	-90.8382	210	Uitland,Vitland,whatland  aywwa,wytland,Витланд,Уитланд,وهاتلاند، آیووا,ويتلاند,ویٹلینڈ، آئیووا		IA	045	93990	
4881748	What Cheer	what-cheer	US	50268	622	America/Chicago	41.4014	-92.35463	239	Petersburg,What Cheer		IA	107	94521	
4881794	White Cloud	white-cloud	US	49349	0	America/Chicago	40.98416	-95.52305	302			IA	129	94719	
4881803	White Oak	white-oak	US	25989	0	America/Chicago	41.67499	-93.53438	262			IA	153	90951	
4881869	Whiting	whiting	US	04691	753	America/Chicago	42.12749	-96.14946	323			IA	133	94671	
4881889	Whitten	whitten	US	50269	149	America/Chicago	42.26082	-93.00548	315			IA	083	94215	
4881891	Whittier	whittier	US	28789	0	America/Chicago	42.09472	-91.46267	279			IA	113	90360	
4881905	Wichita	wichita	US	67201	0	America/Chicago	41.73332	-94.60414	358			IA	077	93807	
4881937	Whittemore	whittemore	US	48770	492	America/Chicago	43.06191	-94.42692	367			IA	109	94731	
4881967	Willard	willard	US	14588	0	America/Chicago	41.00612	-92.58963	245			IA	179	93453	
4881984	Williams	williams	US	29493	335	America/Chicago	42.48831	-93.54493	371			IA	079	94737	
4882007	Williamsburg	williamsburg	US	01096	3195	America/Chicago	41.66112	-92.00907	251			IA	095	94137	
4882017	Williamson	williamson	US	14589	160	America/Chicago	41.1436	-94.56608	398			IA	003	90780	
4882019	Williamson	williamson	US	14589	152	America/Chicago	41.08778	-93.25493	315	Gunwald,Williamson		IA	117	91230	
4882029	Williamstown	williamstown	US	01267	0	America/Chicago	42.96525	-92.31796	332			IA	037	93576	
4882117	Wilmar	wilmar	US	71675	0	America/Chicago	42.81831	-92.82992	321			IA	023	94692	
4882164	Wilton	wilton	US	03086	2805	America/Chicago	41.58892	-91.01682	207	Glendale,Muscatine Junction,Wilton,Wilton Junction		IA	139	94758	
4882185	Windham	windham	US	03087	0	America/Chicago	41.6089	-91.76212	216			IA	103	91836	
4882198	Windsor Heights	windsor-heights	US	26075	4889	America/Chicago	41.59777	-93.70828	262			IA	153	94410	
4882211	Winfield	winfield	US	17889	1142	America/Chicago	41.12308	-91.44127	210			IA	087	93786	
4882239	Winchester	winchester	US	01890	0	America/Chicago	40.8503	-91.89989	229			IA	177	94275	
4882259	Winterset	winterset	US	50273	5176	America/Chicago	41.33082	-94.01384	332	Uinturset,Vintehrset,Vinterset,u~intasetto,wyntrst,wyntrst  aywwa,Винтерсет,Винтэрсет,Уинтърсет,وينترست,وینترست، آیووا,ウィンターセット	121	IA	121	94765	
4882278	Winthrop	winthrop	US	02152	849	America/Chicago	42.47332	-91.73433	321			IA	019	90432	
4882295	Wise	wise	US	24293	0	America/Chicago	42.48249	-92.02295	299			IA	019	93294	
4882310	Woden	woden	US	50484	223	America/Chicago	43.23302	-93.90912	375			IA	081	90243	
4882321	Wolf	wolf	US	82844	0	America/Chicago	42.13553	-94.02745	331			IA	015	93330	
4882378	Woodbine	woodbine	US	08270	1422	America/Chicago	41.73832	-95.70278	332			IA	085	90318	
4882390	Woodburn	woodburn	US	42170	200	America/Chicago	41.01194	-93.5991	298			IA	039	92106	
4882409	Woodland	woodland	US	16881	0	America/Chicago	40.69612	-93.598	332			IA	053	94776	
4882415	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	41.55332	-93.46216	277	Woodland,Woodland Hills		IA	153	91371	
4882453	Woodward	woodward	US	16882	1503	America/Chicago	41.85693	-93.9219	326			IA	049	90972	
4882473	Woolstock	woolstock	US	50599	163	America/Chicago	42.56664	-93.84383	338			IA	197	94779	
4882504	Worthington	worthington	US	01098	411	America/Chicago	42.39639	-91.11986	280			IA	061	91005	
4882515	Wren	wren	US	45899	0	America/Chicago	42.64555	-96.28641	349			IA	149	92007	
4882519	Wright	wright	US	55798	0	America/Chicago	41.24918	-92.52602	257			IA	123	90552	
4882552	Wyoming	wyoming	US	02898	511	America/Chicago	42.05918	-91.00737	249	Vajoming,Вайоминг		IA	105	94794	
4882563	Xenia	xenia	US	45385	0	America/Chicago	41.85693	-93.89328	313			IA	049	90972	
4882564	Xenia	xenia	US	45385	0	America/Chicago	42.31109	-93.08076	295			IA	083	91158	
4882574	Yale	yale	US	23897	244	America/Chicago	41.77665	-94.35802	342			IA	077	90501	
4882581	Yampa	yampa	US	80483	0	America/Chicago	41.01002	-92.22379	230			IA	179	93381	
4882596	Yarmouth	yarmouth	US	04096	0	America/Chicago	41.02642	-91.32349	246			IA	057	94488	
4882623	York	york	US	03909	0	America/Chicago	42.63443	-91.4432	338			IA	055	91980	
4882635	Yorkshire	yorkshire	US	14173	0	America/Chicago	41.52055	-95.58001	356			IA	085	94503	
4882638	Yorktown	yorktown	US	23690	83	America/Chicago	40.73333	-95.15693	332			IA	145	94086	
4882660	Zearing	zearing	US	50278	537	America/Chicago	42.1611	-93.29715	322			IA	169	92616	
4882797	Zwingle	zwingle	US	52079	90	America/Chicago	42.29779	-90.68763	274			IA	061	94491	
4882839	Abingdon	abingdon	US	21009	3182	America/Chicago	40.80448	-90.4018	229	Abingdon,abyngdwn  aylynwy,abynghdwn,ebingadana,Абингдон,Абінгдон,أبينغدون,ابنگڈن، الینوائے,ابینگدون، ایلینوی,एबिंगडन		IL	095	11891	
4882892	Adair	adair	US	50002	210	America/Chicago	40.41893	-90.49679	197	Adair,Reedyville		IL	109	52792	
4882920	Addison	addison	US	04606	37208	America/Chicago	41.9317	-87.98896	210	Adison,adyswn,adyswn  aylynwas,edisana,Адисон,إديسون,ادیسون، ایلینواس,ایڈسن، الینوائے,एडिसन		IL	043	00250	
4882958	Adrian	adrian	US	16210	0	America/Chicago	40.52088	-91.16709	213			IL	067	64876	
4882995	Aiken	aiken	US	29801	0	America/Chicago	42.35251	-90.41541	196			IL	085	63472	
4883006	Akron	akron	US	14001	0	America/Chicago	40.90393	-89.65399	220			IL	143	00477	
4883010	Albany	albany	US	05820	890	America/Chicago	41.78947	-90.21929	187	Olbani,Олбани		IL	195	00529	
4883036	Alden	alden	US	14004	0	America/Chicago	42.45891	-88.51788	306			IL	111	00607	
4883053	Aledo	aledo	US	61231	3564	America/Chicago	41.19976	-90.74931	224	Alido,aldw,alydw  aylynwy,eledo,Алидо,ألدو,الیدو، ایلینوی,الیڈو، الینوائے,एलेदो	131	IL	131	48398	
4883072	Alexis	alexis	US	28006	809	America/Chicago	41.06337	-90.55597	213	Alexandria Station,Alexis		IL	187	72065	
4883078	Algonquin	algonquin	US	60102	30571	America/Chicago	42.16558	-88.29425	226	Algonkvin,algankwyyn  alynwaz,alghankwyyn,elgonkvina,Алгонквин,ألغانكوئين,الگانکوئین، الینواز,الگونکوئن، الینوائے,एल्गोन्क्विन		IL	111	00698	
4883089	Aliceville	aliceville	US	35442	0	America/Chicago	41.55226	-89.87955	189			IL	073	84012	
4883130	Allen	allen	US	21810	0	America/Chicago	40.30504	-89.64955	162			IL	125	00844	
4883158	Allentown	allentown	US	08501	0	America/Chicago	40.55587	-89.39676	207			IL	179	75978	
4883187	Alpha	alpha	US	42603	648	America/Chicago	41.1917	-90.38013	245			IL	073	57108	
4883197	Alpine	alpine	US	07620	0	America/Chicago	41.58642	-87.88144	214			IL	031	56614	
4883207	Alsip	alsip	US	60803	19346	America/Chicago	41.66892	-87.73866	190	Olsip,alsyb,alsyp  aylynwaz,elsipa,Олсип,إلسيب,السیپ، ایلینواز,ایلسپ، الینوائے,एल्सिप		IL	031	83531	
4883217	Alta	alta	US	51002	0	America/Chicago	40.81087	-89.63426	229			IL	143	48099	
4883228	Altmar	altmar	US	13302	0	America/Chicago	41.14198	-88.89258	195			IL	099	21436	
4883230	Altona	altona	US	12910	511	America/Chicago	41.11476	-90.16456	232			IL	095	78565	
4883238	Alvin	alvin	US	61811	316	America/Chicago	40.30837	-87.60835	201	Alvan,Alvin,Ehlvin,Элвин		IL	183	71227	
4883249	Amboy	amboy	US	46911	2356	America/Chicago	41.7142	-89.32871	227	Amboy,Ompoge		IL	103	01283	
4883258	Amenia	amenia	US	12501	0	America/Chicago	40.02198	-88.66646	209	Allerton Station,Amenia		IL	147	81906	
4883291	Amherst	amherst	US	01002	0	America/Chicago	42.16197	-88.09841	264			IL	097	22853	
4883301	Anchor	anchor	US	61720	146	America/Chicago	40.56809	-88.53561	237			IL	113	01374	
4883307	Ancona	ancona	US	61311	0	America/Chicago	41.04059	-88.87257	191			IL	105	63017	
4883311	Andalusia	andalusia	US	36420	1182	America/Chicago	41.4392	-90.71764	175			IL	161	01439	
4883366	Annawan	annawan	US	61234	858	America/Chicago	41.39726	-89.90455	192			IL	073	01582	
4883393	Antioch	antioch	US	37011	14329	America/Chicago	42.47724	-88.09564	239	Antiok,antywtsh,entiyaka,Антиок,آنتیوچ، الینوائے,أنتيوتش,एन्टियक		IL	097	01608	
4883484	Appleton	appleton	US	14008	0	America/Chicago	40.93587	-90.16095	184			IL	095	59221	
4883534	Argyle	argyle	US	12809	0	America/Chicago	42.36002	-88.9401	270			IL	007	10435	
4883539	Apple River	apple-river	US	61001	356	America/Chicago	42.50501	-90.09874	308			IL	085	01686	
4883548	Arlington	arlington	US	02474	186	America/Chicago	41.47365	-89.24925	229	Arlington,Арлингтон		IL	011	80268	
4885682	Brookdale	brookdale	US	95007	0	America/Chicago	41.76809	-87.59449	181			IL	031	14000	
4892756	Forest Hill	forest-hill	US	21050	0	America/Chicago	41.75698	-87.68283	184			IL	031	14000	
4883555	Arlington Heights	arlington-heights	US	02475	75926	America/Chicago	42.08836	-87.98063	214	Arlington Heights,Arlington Khajts,Arlington-Khajts,Dunton,JLH,arintonhaitsu,arlingatana ha'itsa,arlynghtwn hayts,Арлингтон Хајтс,Арлингтон-Хайтс,آرلنگٹن ہائٹس، الینوائے,أرلينغتون هايتس,आर्लिङ्गटन हाइट्स,アーリントンハイツ		IL	031	81100	
4883573	Armington	armington	US	61721	335	America/Chicago	40.33893	-89.31148	192			IL	179	35359	
4883585	Armstrong	armstrong	US	50514	0	America/Chicago	40.30642	-87.87781	212			IL	183	48775	
4883601	Arnold	arnold	US	21012	0	America/Chicago	42.17002	-90.22652	186			IL	015	79020	
4883614	Aroma Park	aroma-park	US	60910	712	America/Chicago	41.07975	-87.81143	188	Aroma Park,Waldron		IL	091	02245	
4883636	Arrowsmith	arrowsmith	US	61722	293	America/Chicago	40.44948	-88.63173	269			IL	113	02369	
4883679	Ashburn	ashburn	US	20146	42752	America/Chicago	41.74753	-87.71116	189	Ashburn,Clarkdale		IL	031	14000	
4883687	Ashkum	ashkum	US	60911	737	America/Chicago	40.88031	-87.95504	204			IL	075	02492	
4883701	Ashton	ashton	US	20861	916	America/Chicago	41.86614	-89.22121	251	Ashton,Ogle Station		IL	103	02596	
4883749	Astoria	astoria	US	11102	1086	America/Chicago	40.22754	-90.35957	217			IL	057	02648	
4883766	Atkinson	atkinson	US	03811	948	America/Chicago	41.42087	-90.01511	201			IL	073	02739	
4883772	Atlanta	atlanta	US	14808	1648	America/Chicago	40.25948	-89.23342	216	Atlanta,Xenia,Zenia,Атланта		IL	107	02765	
4883806	Augusta	augusta	US	04330	566	America/Chicago	40.23005	-90.95013	202	Ogasta,Огаста		IL	067	02999	
4883817	Aurora	aurora	US	04408	200661	America/Chicago	41.76058	-88.32007	207	AUZ,Aurora,Avrora,Аврора		IL	089	03025	
4883837	Austin	austin	US	16720	0	America/Chicago	41.88753	-87.76478	189	Austin,Austinville		IL	031	14000	
4883893	Avon	avon	US	02322	757	America/Chicago	40.66421	-90.43485	195	Avon,Woodville		IL	057	76667	
4883904	Avondale	avondale	US	19311	39721	America/Chicago	41.93892	-87.71117	182	ایونڈیل، شکاگو		IL	031	14000	
4883927	Babcock	babcock	US	54413	0	America/Chicago	41.52948	-90.39596	177			IL	161	32577	
4883931	Babylon	babylon	US	11702	0	America/Chicago	40.59087	-90.34929	157			IL	057	42574	
4883957	Baileyville	baileyville	US	04694	0	America/Chicago	42.19725	-89.59345	282			IL	141	27078	
4883967	Baker	baker	US	26801	0	America/Chicago	41.55559	-88.81119	205			IL	099	00204	
4884032	Banner	banner	US	38913	181	America/Chicago	40.51698	-89.90845	144			IL	057	03584	
4884064	Bardolph	bardolph	US	61416	242	America/Chicago	40.49504	-90.56457	205	Bardolph,Wolf Grove,WolfXs Grove,andolph		IL	109	45902	
4884082	Barnes	barnes	US	66933	0	America/Chicago	40.50281	-88.90174	260			IL	113	75835	
4884116	Barrington	barrington	US	02806	10353	America/Chicago	42.15391	-88.13619	252	Barington,bararingatana,barynghtwn,Барингтон,بارينغتون,بیرنگٹن، الینوائے,बाररिंगटन		IL	031	03831	
4884138	Barstow	barstow	US	20610	0	America/Chicago	41.51837	-90.35707	175			IL	161	32577	
4884141	Bartlett	bartlett	US	03812	41545	America/Chicago	41.99503	-88.18563	247	Bartlet,Bartlett,bartleta,bartlyt,Бартлет,Бартлетт,بارتليت,بارٹلیٹ، الینوائے,बार्ट्लेट		IL	031	32694	
4884174	Basco	basco	US	62313	96	America/Chicago	40.32782	-91.20014	192			IL	067	04338	
4884192	Batavia	batavia	US	14020	26495	America/Chicago	41.85003	-88.31257	218	Batavija,Batejvija,batabhiya,batafya,btywya  aylynwy,Батавия,Батејвија,باتافيا,بتیویا، ایلینوی,بٹاویا، الینوائے,बाटाभिया		IL	089	04091	
4884209	Bath	bath	US	03740	306	America/Chicago	40.19338	-90.14095	141			IL	125	04169	
4884282	Beardstown	beardstown	US	62618	5738	America/Chicago	40.01755	-90.42429	138	Beards Ferry,Beardstown,Birdstaun,Бирдстаун		IL	017	04364	
4884294	Beason	beason	US	62512	189	America/Chicago	40.14365	-89.19342	195			IL	107	56289	
4884313	Beaver Creek	beaver-creek	US	56116	0	America/Chicago	42.18558	-88.03952	234			IL	097	22853	
4884326	Beaverville	beaverville	US	60912	345	America/Chicago	40.95448	-87.65448	206	Beaverville,Saint Mary		IL	075	04520	
4884344	Bedford Park	bedford-park	US	60499	577	America/Chicago	41.76281	-87.80006	188			IL	031	72689	
4884352	Beecher	beecher	US	60401	4450	America/Chicago	41.34059	-87.62143	224			IL	197	79059	
4884374	Belden	belden	US	38826	0	America/Chicago	42.47419	-88.34732	271			IL	111	63654	
4884380	Belgium	belgium	US	53004	404	America/Chicago	40.06143	-87.63808	199			IL	183	18576	
4884384	Bell	bell	US	32619	0	America/Chicago	40.19199	-89.3876	183			IL	107	80593	
4884416	Bellevue	bellevue	US	41073	1954	America/Chicago	40.68448	-89.6801	206			IL	143	43523	
4884424	Bellflower	bellflower	US	61724	349	America/Chicago	40.34003	-88.52701	239	Bell Flower,Belle Flower,Bellflower,Prairie		IL	113	04910	
4884434	Bellwood	bellwood	US	16617	19308	America/Chicago	41.88142	-87.88312	193	Belvud,belavuda,blwwd,Белвуд,بلوود,بیلووڈ، الینوائے,बेलवूड		IL	031	62133	
4884437	Belmont	belmont	US	02478	0	America/Chicago	41.79281	-88.03784	211			IL	043	43952	
4884453	Belvidere	belvidere	US	07823	25132	America/Chicago	42.26391	-88.84427	238	Bel'vedere,Belvider,Belvidir,belbhidera,blwydr  aylynwy,bylfydyr,Белвидир,Белвідер,Бельведере,بلویدر، ایلینوی,بيلفيدير,بیلویڈیر، الینوائے,बेल्भिदेर	007	IL	007	05105	
4884494	Bennett	bennett	US	27208	0	America/Chicago	40.0642	-87.80614	200			IL	183	11787	
4884509	Bensenville	bensenville	US	60105	18440	America/Chicago	41.95503	-87.94007	207	Bensenvil,benasenabhila,bnsnfyl,Бенсенвил,بنسنفيل,बेनसेनभिल		IL	043	00250	
4884516	Benson	benson	US	05731	428	America/Chicago	40.85059	-89.1223	233			IL	203	14793	
4884523	Bentley	bentley	US	48613	34	America/Chicago	40.34449	-91.11181	206	Bentley,Bently		IL	067	32993	
4884556	Berger	berger	US	63014	0	America/Chicago	41.62365	-87.59199	185			IL	031	75198	
4884562	Berkeley	berkeley	US	60163	5203	America/Chicago	41.88892	-87.9034	198	Berkli,Беркли		IL	031	62133	
4884583	Bernice	bernice	US	71222	0	America/Chicago	41.5792	-87.5481	183			IL	031	75198	
4887606	Chittenden	chittenden	US	05737	0	America/Chicago	42.37835	-87.89813	207			IL	097	78877	
4884597	Berwyn	berwyn	US	19312	56368	America/Chicago	41.85059	-87.79367	188	Beruin,Bervin,barvina,beowin,brwyn,brwyn  aylynwy,Бервин,Бервін,Беруин,بروين,بروین، الینوائے,بروین، ایلینوی,बर्विन,버윈		IL	031	05586	
4884808	Beverly	beverly	US	01915	0	America/Chicago	41.71809	-87.67366	200	Bevurli,bywrly  shkagw,Бевърли,بیورلی، شکاگو		IL	031	14000	
4884814	Beverly Hills	beverly-hills	US	34464	0	America/Chicago	41.71198	-87.67199	199			IL	031	14000	
4884874	Berwick	berwick	US	03901	0	America/Chicago	40.79921	-90.53847	216			IL	187	05560	
4884902	Big Rock	big-rock	US	24603	1165	America/Chicago	41.76392	-88.54702	216			IL	089	05989	
4884926	Biggs	biggs	US	95917	0	America/Chicago	40.24143	-89.90428	151			IL	125	69329	
4884928	Biggsville	biggsville	US	61418	291	America/Chicago	40.85365	-90.86486	209			IL	071	05911	
4884951	Birchwood	birchwood	US	37308	0	America/Chicago	42.0167	-87.66534	182			IL	031	14000	
4884966	Birmingham	birmingham	US	08011	0	America/Chicago	40.26421	-90.82097	161			IL	169	06132	
4884969	Bishop	bishop	US	24604	0	America/Chicago	40.34587	-89.87483	150	Bishop,Bishop Station		IL	125	26766	
4884976	Bishop Hill	bishop-hill	US	61419	126	America/Chicago	41.2017	-90.11901	238	Bishop Hill,Bishophill		IL	073	79722	
4884985	Bismarck	bismarck	US	58501	555	America/Chicago	40.26393	-87.60808	197	Bismarck,Bismark,Bismark Junction,Myers Mills,Myersville,Бисмарк		IL	183	52454	
4885079	Blaine	blaine	US	04734	0	America/Chicago	42.44696	-88.80316	300			IL	007	42951	
4885086	Blair	blair	US	25022	0	America/Chicago	41.10337	-88.30867	187	Blair,Wilson		IL	105	65988	
4885098	Blackstone	blackstone	US	01504	0	America/Chicago	41.08448	-88.6909	225			IL	105	73781	
4885110	Blandinsville	blandinsville	US	61420	620	America/Chicago	40.55615	-90.86597	222	Blandinsville,Job's Settlement,Jobe Settlement,landinville		IL	109	06483	
4885138	Blodgett	blodgett	US	63824	0	America/Chicago	41.37753	-88.19006	158			IL	197	12483	
4885139	Blodgett	blodgett	US	63824	0	America/Chicago	42.17641	-87.82646	201			IL	097	50364	
4885152	Bloomfield	bloomfield	US	06002	0	America/Chicago	40.02088	-91.30709	223			IL	001	23412	
4885156	Bloomingdale	bloomingdale	US	07403	22254	America/Chicago	41.95753	-88.0809	233	Blumingdejl,blumingadela,blwmynghdyl,Блумингдејл,بلومنگڈیل، الینوائے,بلومينغديل,ब्लूमिंगडेल		IL	043	06600	
4885164	Bloomington	bloomington	US	12411	78292	America/Chicago	40.4842	-88.99369	243	BMI,Blooming Grove,Bloomington,Blumington,Blumingtona,Blumingtun,Blūmingtona,Keg Grove,beullumingteon,blumingatana,blumingtana,blumintana,blwmnjtwn,blwmyngtwn,bu lu ming dun,buruminton,Блумингтон,Блумингтън,Блумінгтон,بلومنجتون,بلومنگٹن,بلومینگتون,ब्लूमिंगटन,ब्लूमिंग्टन,ব্লুমিংটন,ブルーミントン,布卢明顿,블루밍턴	113	IL	113	06639	
4885181	Blanding	blanding	US	84511	0	America/Chicago	42.27474	-90.38596	193			IL	085	32720	
4885186	Blue Island	blue-island	US	60406	23652	America/Chicago	41.65726	-87.68005	195	Blu Ajland,Blue Island,Portland,beulluaillaendeu,blu a'ilyanda,blw ayland,blw aylnd  aylynwy,Блу Ајланд,بلو آئی لینڈ، الینوائے,بلو آیلند، ایلینوی,بلو أيلاند,ब्लु आइल्यान्ड,블루아일랜드		IL	031	10474	
4885200	Blue Ridge	blue-ridge	US	24064	0	America/Chicago	40.26781	-88.48812	240	Blue Ridge,Blueridge		IL	147	06808	
4885216	Bluff City	bluff-city	US	37618	0	America/Chicago	40.18032	-90.2304	137			IL	169	34462	
4885240	Bobtown	bobtown	US	15315	0	America/Chicago	40.07616	-89.98817	159			IL	129		
4885265	Bolingbrook	bolingbrook	US	60440	74306	America/Chicago	41.69864	-88.0684	214	Bolingbrook,Bolingbruk,bolingabruka,bwlygh brwk,Болингбрук,بولنگبروک، الینوائے,بوليغ بروك,बोलिङ्गब्रूक		IL	197	21241	
4885272	Bolton	bolton	US	01740	0	America/Chicago	42.24197	-89.72539	249			IL	177	26506	
4885282	Bondville	bondville	US	05340	442	America/Chicago	40.11337	-88.3695	219			IL	019	68289	
4885305	Bonfield	bonfield	US	60913	373	America/Chicago	41.1467	-88.05783	192			IL	091	67262	
4885342	Bourbonnais	bourbonnais	US	60914	18569	America/Chicago	41.15376	-87.88754	198	Bourbonnais,Bourbonnais Grove,Bulbonas Grove		IL	091	07484	
4885349	Bowen	bowen	US	62316	478	America/Chicago	40.23338	-91.06264	210	Bowen,Bowensburg,Bowensburgh		IL	067	14104	
4885399	Boynton	boynton	US	15532	0	America/Chicago	40.35226	-89.43538	220			IL	179	07627	
4885403	Braceville	braceville	US	60407	769	America/Chicago	41.22698	-88.26478	176			IL	063	07653	
4885411	Bradford	bradford	US	02808	736	America/Chicago	41.17726	-89.6576	246	BDF		IL	175	56783	
4885418	Bradley	bradley	US	04411	15617	America/Chicago	41.14198	-87.86115	194	Bradli,bradly,bryadali,Брадли,برادلي,بریڈلی، الینوائے,ब्र्याडली		IL	091	07484	
4885444	Braidwood	braidwood	US	60408	6172	America/Chicago	41.26503	-88.21228	176			IL	197	63108	
4885452	Brainerd	brainerd	US	56401	0	America/Chicago	41.73281	-87.65838	185			IL	031	14000	
4885481	Breckenridge	breckenridge	US	48615	0	America/Chicago	40.24366	-91.28653	201			IL	067	78422	
4885493	Bremen	bremen	US	04551	0	America/Chicago	42.40056	-90.41374	209			IL	085	21813	
4885505	Brentwood	brentwood	US	11717	0	America/Chicago	42.1528	-88.04813	230			IL	031	57238	
4885565	Bridgeport	bridgeport	US	06601	33878	America/Chicago	41.83809	-87.65116	181	Bridgeport,Bridzport,Bridžport,Hardscrabble,برج پورٹ، شکاگو		IL	031	14000	
4885573	Bridgeview	bridgeview	US	60455	16407	America/Chicago	41.75003	-87.80422	189	Bridzvju,beulijibyu,brijabhyu,bryjfyw,Бриџвју,بريجفيو,بریجویئو، الینوائے,ब्रिजभ्यू,브리지뷰		IL	031	45447	
4885603	Brimfield	brimfield	US	01010	854	America/Chicago	40.83893	-89.8865	214			IL	143	08316	
4885618	Brisbane	brisbane	US	94005	0	America/Chicago	41.49253	-87.95783	212			IL	197	52597	
4885621	Bristol	bristol	US	02809	0	America/Chicago	41.68559	-88.42813	195	Bristol,Bristol Station		IL	093	08368	
4885637	Broadview	broadview	US	59015	7918	America/Chicago	41.86392	-87.85339	192			IL	031	62133	
4885663	Brokaw	brokaw	US	54417	0	America/Chicago	40.45115	-88.90257	262			IL	113	55782	
4885671	Bronson	bronson	US	32621	0	America/Chicago	40.11504	-87.8053	198			IL	183	55015	
4885689	Brookfield	brookfield	US	01506	18944	America/Chicago	41.82392	-87.85173	190	Brookfield,Brukfild,Grossdale,brukaphilda,brwkfyld,Брукфилд,بروكفيلد,بروکفیلڈ، الینوائے,ब्रूकफिल्ड		IL	031	62133	
4885702	Brookline	brookline	US	02445	0	America/Chicago	41.76226	-87.6081	179			IL	031	14000	
4885703	Brooklyn	brooklyn	US	06234	0	America/Chicago	40.22588	-90.76319	168			IL	169	08693	
4885720	Brookside	brookside	US	07926	0	America/Chicago	41.93586	-88.43258	270			IL	089	10903	
4885729	Brookville	brookville	US	15825	0	America/Chicago	42.04864	-89.684	238			IL	141	08784	
4885730	Brookville	brookville	US	15825	0	America/Chicago	40.06476	-87.60641	164			IL	183	18576	
4885742	Brothers	brothers	US	97712	0	America/Chicago	40.14448	-87.80864	199			IL	183	55015	
4885785	Browning	browning	US	59417	128	America/Chicago	40.12894	-90.37207	137			IL	169	08966	
4885804	Brownwood	brownwood	US	63738	0	America/Chicago	40.39615	-89.47482	203			IL	179	36139	
4885847	Bryant	bryant	US	35958	213	America/Chicago	40.46615	-90.09179	185			IL	057	09265	
4885852	Bryce	bryce	US	84764	0	America/Chicago	40.63448	-87.7567	207			IL	075	49061	
4885876	Buckeye	buckeye	US	24924	0	America/Chicago	40.53198	-90.29096	165			IL	057	11696	
4885893	Buckingham	buckingham	US	18912	293	America/Chicago	41.04698	-88.17533	200			IL	091	54352	
4885899	Buckley	buckley	US	49620	569	America/Chicago	40.59698	-88.0381	214			IL	075	02401	
4885902	Bucks	bucks	US	36512	0	America/Chicago	40.26504	-88.97008	225			IL	039	78786	
4885907	Buda	buda	US	61314	519	America/Chicago	41.32615	-89.67899	234	Buda,French Grove		IL	011	16028	
4885920	Buena Park	buena-park	US	90620	0	America/Chicago	41.95781	-87.65283	181			IL	031	14000	
4885921	Buena Vista	buena-vista	US	15018	0	America/Chicago	42.42557	-89.6779	243	Buena Vista,Buenavista		IL	177	09226	
4885928	Buffalo Grove	buffalo-grove	US	60089	0	America/Chicago	41.98114	-89.59511	258	Buffalo,Buffalo Grove		IL	141	09421	
4885938	Buffalo Prairie	buffalo-prairie	US	61237	0	America/Chicago	41.33837	-90.85487	230			IL	161	09512	
4885955	Buffalo Grove	buffalo-grove	US	60089	41496	America/Chicago	42.15141	-87.95979	207	Bafalo Grouv,Bafalo Grouvas,baffarogurobu,baphelo grobha,bwfalw ghrwf,Бафало Гроув,بفیلو گروو، الینوائے,بوفالو غروف,बफेलो ग्रोभ,バッファローグローブ		IL	031	81100	
4885983	Burbank	burbank	US	44214	29128	America/Chicago	41.73392	-87.7795	189	Berbank,barbyanka,brbank,bwrbank  aylynwy,Бербанк,بربانك,بربینک، الینوائے,بوربانک، ایلینوی,बर्ब्याङ्क		IL	031	72689	
4885993	Bureau	bureau	US	61315	360	America/Chicago	41.2892	-89.36648	149	Bureau,Bureau Junction,Bureau Junction Village,Leepertown,West Bureau Settlement		IL	011	42665	
4886010	Burgess	burgess	US	22432	0	America/Chicago	41.12726	-90.64153	214			IL	131	73339	
4886017	Burke	burke	US	12917	0	America/Chicago	42.05114	-90.03679	229			IL	015	50894	
4886026	Burlington	burlington	US	01803	637	America/Chicago	42.0528	-88.54814	282	Berlington,Берлингтон		IL	089	09772	
4886038	Burnham	burnham	US	04922	4210	America/Chicago	41.63892	-87.55671	178			IL	031	75198	
4886059	Burns	burns	US	37029	0	America/Chicago	40.40031	-88.97841	245			IL	113	62692	
4886067	Burnside	burnside	US	15721	0	America/Chicago	41.73003	-87.59671	178			IL	031	14000	
4886100	Burt	burt	US	14028	0	America/Chicago	40.3381	-89.36843	198			IL	179	35359	
4886117	Bushnell	bushnell	US	33513	2976	America/Chicago	40.55282	-90.50624	199			IL	109	10123	
4886142	Burnett	burnett	US	53922	0	America/Chicago	41.27726	-89.66371	237			IL	011	45928	
4886174	Bybee	bybee	US	37713	0	America/Chicago	40.59782	-90.18484	208			IL	057	38713	
4886188	Byron	byron	US	14422	3648	America/Chicago	42.12697	-89.25566	222	Bajron,Bloomingville,Byron,Fairview,ba'irana,bayrwn,bayrwn  aylynwy,Бајрон,بائرن، الینوائے,بايرون,بایرون، ایلینوی,बाइरन		IL	141	10253	
4886215	Cabery	cabery	US	60919	258	America/Chicago	40.99587	-88.20533	212			IL	091	54352	
4886226	Cable	cable	US	43009	0	America/Chicago	41.28392	-90.50735	203			IL	131	63628	
4886234	Caldwell	caldwell	US	07006	0	America/Chicago	40.64226	-89.51565	213			IL	179	31940	
4886237	Caledonia	caledonia	US	14423	195	America/Chicago	42.36946	-88.8926	283	Caledonia,Kaledonija,North Caledonia,Каледония		IL	007	10435	
4886254	Calumet	calumet	US	15621	0	America/Chicago	41.7317	-87.55143	180	Ainsworth,Calumet		IL	031	14000	
4886255	Calumet City	calumet-city	US	60409	37031	America/Chicago	41.61559	-87.52949	180	Calumet,Calumet City,Kaljumet Siti,New Hammond,West Hammond,kalwmyt syty,klemeta siti,Калјумет Сити,كالوميت سيتي,کالومی‌سیتی، ایلینوی,کلامے سٹی، الینوائے,क्लेमेट सिटी		IL	031	75198	
4886374	Cambridge	cambridge	US	02138	2113	America/Chicago	41.30365	-90.1929	247	Kembridz,Kembridzh,kambrydj,kyambrija,Кембридж,Кембриџ,كامبريدج,کیمبرج، الینوائے,क्याम्ब्रिज	073	IL	073	10656	
4886385	Camden	camden	US	04843	81	America/Chicago	40.15366	-90.77069	183			IL	169	10708	
4886394	Cameron	cameron	US	14819	0	America/Chicago	40.88893	-90.51735	235	Cameron,Cameronville		IL	187	26610	
4886434	Camp Grove	camp-grove	US	61424	0	America/Chicago	41.07893	-89.63315	257	Camp Grove,Campgrove		IL	123	67691	
4886464	Camp Point	camp-point	US	62320	1125	America/Chicago	40.03921	-91.0693	220	Camp Point,Camppoint		IL	001	10890	
4886494	Campbell	campbell	US	14821	0	America/Chicago	40.19115	-87.57946	200			IL	183	52454	
4886521	Campus	campus	US	60920	160	America/Chicago	41.02337	-88.30617	200			IL	105	65988	
4886584	Capron	capron	US	23829	1348	America/Chicago	42.39974	-88.74038	278			IL	007	07328	
4886590	Carbon Cliff	carbon-cliff	US	61239	2037	America/Chicago	41.49476	-90.39068	184			IL	161	32577	
4886594	Carbon Hill	carbon-hill	US	35549	347	America/Chicago	41.29698	-88.30006	171	Carbon Hill,Carbonhill		IL	063	25778	
4886630	Carlock	carlock	US	61725	555	America/Chicago	40.58226	-89.13203	235			IL	113	81321	
4886639	Carman	carman	US	61425	0	America/Chicago	40.7406	-91.05959	165			IL	071	11280	
4888010	Churchville	churchville	US	14428	0	America/Chicago	41.93503	-87.95395	212			IL	043	00250	
4886662	Carol Stream	carol-stream	US	60116	40356	America/Chicago	41.91253	-88.13479	231	Karol Strim,karwl strym,kyarola strima,Карол Стрим,كارول ستريم,کیرول سٹریم، الینوائے,क्यारोल स्ट्रिम		IL	043	06600	
4886676	Carpentersville	carpentersville	US	60110	38512	America/Chicago	42.12114	-88.25786	271	Karpintersvil,karapenatarasbhila,karbntrfyl,Карпинтерсвил,كاربنترفيل,کارپینٹرزویل، الینوائے,कारपेनटरस्भिल		IL	089	21046	
4886716	Carthage	carthage	US	13619	2545	America/Chicago	40.41643	-91.13625	204	Carthago,Kartidz,Kartidzh,jia tai ji,kartheja,kartj  aylynwy,kasejji,kasiji,qrtaj,Картидж,Картиџ,قرطاج,کارتج، ایلینوی,کارتھیج، الینوائے,कार्थेज,カーセッジ,迦太基,카시지	067	IL	067	11540	
4886717	Carthage	carthage	US	13619	2500	America/Chicago	41.91892	-89.31371	241	Carthage,Taylor		IL	141	74535	
4886737	Carville	carville	US	70721	0	America/Chicago	41.84587	-87.61727	181			IL	031	14000	
4886738	Cary	cary	US	27511	17965	America/Chicago	42.21197	-88.23814	251	Carey Station,Cary,Cary Station,Kehri,Keri,kary,kyari,Кери,Кэри,كاري,क्यारि		IL	111	00698	
4886766	Castleton	castleton	US	05735	0	America/Chicago	41.11781	-89.70621	240			IL	175	58603	
4886771	Catharine	catharine	US	67627	0	America/Chicago	41.52309	-88.71924	196	Burgess Junction,Catharine		IL	099	68692	
4886790	Catlin	catlin	US	61817	2007	America/Chicago	40.06504	-87.70197	201			IL	183	11787	
4886806	Cayuga	cayuga	US	13034	0	America/Chicago	40.94114	-88.58367	210			IL	105	55184	
4886807	Cazenovia	cazenovia	US	13035	0	America/Chicago	40.85031	-89.33203	238			IL	203	11878	
4886816	Cedar Brook	cedar-brook	US	08018	0	America/Chicago	41.55753	-90.37402	214			IL	161	32577	
4886827	Cedar Creek	cedar-creek	US	68016	0	America/Chicago	42.19558	-88.06341	253			IL	097	22853	
4886849	Cedar Point	cedar-point	US	61316	269	America/Chicago	41.26309	-89.12564	201			IL	099	22424	
4886857	Cedarville	cedarville	US	08311	716	America/Chicago	42.37585	-89.63317	264	Cedarville,Harrison		IL	177	09226	
4886931	Center Hill	center-hill	US	33514	0	America/Chicago	42.08086	-90.04624	265			IL	015	50894	
4886994	Centerville	centerville	US	02632	0	America/Chicago	41.06448	-90.05428	238	Centerville,Milroy		IL	095	45330	
4886995	Centerville	centerville	US	02632	0	America/Chicago	40.12337	-88.49617	200	Centerville,Centreville,Lickskillit		IL	147	67587	
4887006	Central	central	US	29630	0	America/Chicago	41.47392	-88.43396	192			IL	093	43913	
4887024	Central City	central-city	US	15926	1359	America/Chicago	41.23781	-88.28173	176			IL	063	07653	
4887137	Chadwick	chadwick	US	61014	526	America/Chicago	42.01336	-89.89068	244			IL	015	24881	
4887158	Champaign	champaign	US	61820	86096	America/Chicago	40.11642	-88.24338	225	CMI,Champaign,Shampejn,West Urbana,cyampena,shang pei en,shanpen,shmpyn  aylynwy,smpyyn,syaempein,syampe'ina,tshambyghn,Шампейн,Шампејн,שמפיין,تشامبيغن,شمپین، ایلینوی,شیمپین، الینوائے,च्याम्पेन,শ্যাম্পেইন,シャンペーン,尚佩恩,섐페인		IL	019	12411	
4887179	Champlin	champlin	US	55316	0	America/Chicago	40.78309	-88.54589	203	Champlin,Champlin Station		IL	105	03194	
4887180	Chana	chana	US	61015	0	America/Chicago	41.98058	-89.21982	238			IL	141	59975	
4887188	Chandlerville	chandlerville	US	62627	523	America/Chicago	40.0481	-90.15512	141			IL	017	12463	
4887198	Channahon	channahon	US	60410	12594	America/Chicago	41.42948	-88.22867	162			IL	197	12483	
4887215	Chapel Hill	chapel-hill	US	27514	0	America/Chicago	42.17808	-88.10008	258			IL	097	22853	
4887254	Charlotte	charlotte	US	05445	0	America/Chicago	40.81976	-88.28894	201			IL	105	12606	
4887284	Chatham	chatham	US	02633	31392	America/Chicago	41.74115	-87.61255	180			IL	031	14000	
4887290	Chatsworth	chatsworth	US	08019	1151	America/Chicago	40.75365	-88.29199	222			IL	105	12723	
4887309	Chebanse	chebanse	US	60922	1023	America/Chicago	41.00309	-87.9081	203			IL	091	57017	
4887322	Cheltenham	cheltenham	US	19012	0	America/Chicago	41.74809	-87.56116	178			IL	031	14000	
4887325	Chemung	chemung	US	14825	308	America/Chicago	42.4153	-88.66677	273			IL	111	12892	
4887329	Cheneyville	cheneyville	US	71325	0	America/Chicago	40.4692	-87.58474	221	Chaneyville,Cheneyville		IL	183	30965	
4887330	Chenoa	chenoa	US	61726	1763	America/Chicago	40.7417	-88.71979	219	Shenoa,ceno'a,chnwa  aylynwy,tshynwa,Шеноа,تشينوا,چنوآ، ایلینوی,چینوآ، الینوائے,चेनोआ		IL	113	12944	
4887343	Cherry	cherry	US	61317	465	America/Chicago	41.42698	-89.21342	207			IL	011	80268	
4887357	Cherry Hill	cherry-hill	US	08002	0	America/Chicago	41.52336	-88.0145	192			IL	197	52597	
4887364	Cherry Valley	cherry-valley	US	01611	3098	America/Chicago	42.23474	-88.94899	222	Butler,Cheri Vali,Cherry Valley,ceri bhyali,tshry faly,Чери Вали,تشري فالي,चेरी भ्याली		IL	201	13087	
4887383	Chestnut	chestnut	US	62518	246	America/Chicago	40.05365	-89.18537	188			IL	107	00360	
4887398	Chicago	chicago	US	60601	2720546	America/Chicago	41.85003	-87.65005	179	CHI,Cekaga,Chi-ka-ko,Chi-kâ-kô,Chicago,Chicagu,Chikago,Chykaga,Cikaga,Cikago,Cikaqo,E-Chicago,Kikako,Shikago,Sicagum,Sikago,The Windy City,Tsikago,Windy City,chikhako,cikago,cikako,shikago,shkagw,shykaghw,shykagw,shykajw,shyqgw,sikago,sikkagea,syqgw,zhi jia ge,Çikago,Çikaqo,Ĉikago,Čikaga,Čikago,Čikāga,Čėkaga,Şikago,Σικάγο,Чикаго,Чикаґо,Чыкага,Չիկագո,שיקאגא,שיקגו,شيكاجو,شيكاغو,شکاگو,شیکاگو,شیکاگۆ,ܫܝܩܓܘ,शिकागो,শিকাগো,ਸ਼ਿਕਾਗੋ,சிகாகோ,చికాగో,ಶಿಕಾಗೊ,ഷിക്കാഗോ,ชิคาโก,ရှီကာဂိုမြို့,ჩიკაგო,ሺካጎ,ᓰᖄᑯ,Ṣìkágò,シカゴ,芝加哥,시카고,𐍃𐌾𐌹𐌺𐌰𐌲𐍉	031	IL	031	14000	
4887442	Chicago Heights	chicago-heights	US	60411	30284	America/Chicago	41.50615	-87.6356	201	Bloom,Chicago Heights,Chikago Khajts,Chikago-Gajts,Thorn Grove,shykaghw hayts,shykagw hayts  aylynwy,Чикаго Хајтс,Чикаго-Гайтс,شيكاغو هايتس,شکاگو ہائٹس، الینوائے,شیکاگو هایتس، ایلینوی		IL	031	06561	
4887492	Chicago Ridge	chicago-ridge	US	60415	14373	America/Chicago	41.70142	-87.77922	181			IL	031	83531	
4887570	Chili	chili	US	54420	0	America/Chicago	40.21782	-91.14153	208			IL	067	14104	
4887574	Chillicothe	chillicothe	US	45601	6226	America/Chicago	40.92226	-89.4862	153	Chillicothe,La Salle Prairie		IL	143	14130	
4888015	Cicero	cicero	US	13039	83886	America/Chicago	41.84559	-87.75394	184	Cicero,Ciceron,Cícero,Hawthorne,Siseras,Sisero,shisero,siseolo,sisero,sysyrw,Сисеро,Сісеро,Цицерон,سيسيرو,سیسیرو، الینوائے,सिसेरो,シセロ,시서로		IL	031	14364	
4888032	Cisco	cisco	US	30708	255	America/Chicago	40.01142	-88.72618	210			IL	147	81906	
4888034	Cissna Park	cissna-park	US	60924	812	America/Chicago	40.56476	-87.89309	203	Cissna Park,Cissnapark		IL	075	59767	
4888071	Clare	clare	US	48617	0	America/Chicago	42.01614	-88.82926	265			IL	037	47696	
4888075	Clarence	clarence	US	14031	0	America/Chicago	40.46392	-87.97087	232	Button Station,Clarence		IL	053	10214	
4888080	Clarendon Hills	clarendon-hills	US	60514	8676	America/Chicago	41.79753	-87.95478	222	Clarendon,Clarendon Hills		IL	043	20604	
4888085	Clarion	clarion	US	16214	0	America/Chicago	41.50503	-89.19203	225	Clarion,Clarion Station		IL	011	14598	
4888117	Clarkdale	clarkdale	US	30111	0	America/Chicago	41.74281	-87.71616	189			IL	031	14000	
4888125	Clarksville	clarksville	US	12041	0	America/Chicago	40.65059	-88.8484	229			IL	113	49971	
4888146	Claypool	claypool	US	46510	0	America/Chicago	41.34587	-88.38729	156			IL	063	79345	
4888150	Clayton	clayton	US	08312	745	America/Chicago	40.03144	-90.96069	223			IL	001	14780	
4888160	Claytonville	claytonville	US	60926	0	America/Chicago	40.56698	-87.82309	201			IL	075	27286	
4888192	Cleveland	cleveland	US	13042	185	America/Chicago	41.50615	-90.31485	174	Klivlend,Кливленд		IL	073	32642	
4888208	Clifton	clifton	US	07011	1410	America/Chicago	40.93531	-87.93449	204	Klifton,Клифтон		IL	075	12814	
4888217	Clinton	clinton	US	01510	7048	America/Chicago	40.15365	-88.96453	223	Klinton,klintana,klyntwn,klyntwn  aylynwy,Клинтон,كلينتون,کلنٹن، الینوائے,کلینتون، ایلینوی,क्लिन्टन	039	IL	039	15014	
4888232	Clintonville	clintonville	US	16372	0	America/Chicago	42.00058	-88.27341	232			IL	089	23087	
4888244	Cloverdale	cloverdale	US	24077	0	America/Chicago	41.93947	-88.12035	234			IL	043	06600	
4888245	Cloverdale	cloverdale	US	24077	0	America/Chicago	40.64032	-89.51621	217			IL	179	31940	
4888256	Clyde	clyde	US	14433	0	America/Chicago	41.84114	-87.77311	185			IL	031	14364	
4888270	Coal City	coal-city	US	25823	5489	America/Chicago	41.28781	-88.28562	172			IL	063	25778	
4888296	Coal Valley	coal-valley	US	61240	3748	America/Chicago	41.42865	-90.46096	190			IL	161	15248	
4888303	Coalton	coalton	US	26257	0	America/Chicago	40.43254	-87.59002	223			IL	183	30965	
4888306	Coalville	coalville	US	84017	0	America/Chicago	41.09031	-88.85146	187			IL	105	63017	
4888309	Coatsburg	coatsburg	US	62325	146	America/Chicago	40.03282	-91.15764	231	Coatsburg,Coatsburgh		IL	001	35957	
4888331	Colchester	colchester	US	05439	1337	America/Chicago	40.42643	-90.79263	211	Chester,Colchester,Kolchester,Колчестер		IL	109	15391	
4888352	Coleman	coleman	US	33521	0	America/Chicago	41.97864	-88.2973	228			IL	089		
4888366	Colfax	colfax	US	26566	1046	America/Chicago	40.56698	-88.61645	230			IL	113	47215	
4888419	Collison	collison	US	61831	0	America/Chicago	40.22504	-87.80392	211			IL	183	59832	
4888425	Colmar	colmar	US	18915	0	America/Chicago	40.34532	-90.89125	167	Colmar,Colmar Station		IL	109	41820	
4888432	Colona	colona	US	61241	5100	America/Chicago	41.48392	-90.35318	184	Colona,Colona Station,Kolona,ke luo na,klwna  aylynwy,kolona,kwlwna,Колона,كولونا,کلونا، ایلینوی,کولونا، الینوائے,कोलोना,科洛纳		IL	073	15677	
4888480	Colusa	colusa	US	62329	0	America/Chicago	40.57088	-91.16792	198			IL	067	18433	
4888484	Combs	combs	US	41729	0	America/Chicago	40.11948	-88.61034	216			IL	147	30523	
4888560	Como	como	US	27818	567	America/Chicago	41.76642	-89.76705	192			IL	195	36178	
4888565	Compton	compton	US	20627	287	America/Chicago	41.69448	-89.0812	296	Kompton,Комптон		IL	103	08654	
4888602	Congerville	congerville	US	61729	497	America/Chicago	40.61698	-89.20425	227			IL	203	50231	
4888648	Conover	conover	US	28613	0	America/Chicago	40.17727	-90.024	149			IL	125	39870	
4888692	Cooksville	cooksville	US	21723	184	America/Chicago	40.54309	-88.71645	234			IL	113	06743	
4888719	Cooper	cooper	US	50059	0	America/Chicago	40.66032	-89.40426	247			IL	179	79046	
4888750	Coral	coral	US	15731	0	America/Chicago	42.21725	-88.56454	278			IL	111	16314	
4888760	Cordova	cordova	US	21625	660	America/Chicago	41.68031	-90.31902	179			IL	161	16379	
4888776	Cornell	cornell	US	49818	447	America/Chicago	40.99003	-88.72923	192	Amity,Cornell		IL	105	01348	
4888777	Cornell	cornell	US	49818	0	America/Chicago	41.75476	-87.59533	182			IL	031	14000	
4888810	Cortland	cortland	US	13045	4325	America/Chicago	41.92003	-88.6887	275	Cortland,Courtland,Courtland Station,Lost Grove,Pampas,Richland		IL	037	16483	
4888816	Corwith	corwith	US	50430	0	America/Chicago	41.8242	-87.70922	183			IL	031	14000	
4888883	Council Hill	council-hill	US	74428	0	America/Chicago	42.48862	-90.35374	281	Council Hill,Councilhill,Old Council Hill		IL	085	16639	
4888892	Country Club Hills	country-club-hills	US	60478	16795	America/Chicago	41.56809	-87.72033	208			IL	031	07939	
4889038	Crandall	crandall	US	30711	0	America/Chicago	40.63282	-89.43204	228			IL	179	50634	
4889063	Crawford	crawford	US	26343	0	America/Chicago	41.84725	-87.7295	183			IL	031	14000	
4889078	Creekside	creekside	US	15732	0	America/Chicago	42.07503	-88.03368	222			IL	031	57238	
4889088	Crescent	crescent	US	15046	0	America/Chicago	40.54726	-89.66566	145			IL	179	14403	
4889089	Crescent City	crescent-city	US	32112	598	America/Chicago	40.77004	-87.85893	195	Crescent,Crescent City,Cresent		IL	075	37725	
4889107	Crest Hill	crest-hill	US	60403	21153	America/Chicago	41.55475	-88.09867	196			IL	197	44238	
4889109	Creston	creston	US	26141	649	America/Chicago	41.93086	-88.96454	276	Creston,Dement		IL	141	19382	
4889113	Crestwood	crestwood	US	40014	10984	America/Chicago	41.64463	-87.74154	182	Krestvud,krestavuda,krstwwd,Крествуд,كرستوود,کریسٹووڈ، الینوائے,क्रेस्टवूड		IL	031	83531	
4889120	Crete	crete	US	60417	8191	America/Chicago	41.44448	-87.63143	222	Crete,Woods Corners		IL	197	17536	
4892742	Forest City	forest-city	US	18421	232	America/Chicago	40.37004	-89.82761	150			IL	125	26766	
4889130	Creve Coeur	creve-coeur	US	61610	5272	America/Chicago	40.64726	-89.59121	209	Creve Coeur,Crevecoeur,Fort Creve Coeur		IL	179	31940	
4889160	Cropsey	cropsey	US	61731	0	America/Chicago	40.6092	-88.47867	244			IL	113	17705	
4889214	Cruger	cruger	US	38924	0	America/Chicago	40.72198	-89.31009	231			IL	203	17861	
4889229	Crystal Lake	crystal-lake	US	50432	40448	America/Chicago	42.24113	-88.3162	279	Brooklyn,Chrystal Lake,Crystal Lake,Crystal Lake Station,Crystallake,Dearborn,Kristal Lejk,North Crystal Lake,Nunda,kristala leka,krystal lyk,Кристал Лејк,كريستال ليك,کرستل لیک، الینوائے,کریستال‌لیک، ایلینوی,क्रिस्टल लेक		IL	111	00698	
4889255	Cuba	cuba	US	14727	1222	America/Chicago	40.49282	-90.19068	208	Centerville,Cuba,Middletown		IL	057	62276	
4889256	Cuba	cuba	US	14727	1361	America/Chicago	42.18391	-88.19091	245			IL	097	18004	
4889270	Cullom	cullom	US	60929	529	America/Chicago	40.87781	-88.26922	208			IL	105	73482	
4889273	Culver	culver	US	46511	0	America/Chicago	40.00672	-89.68733	185			IL	129		
4889307	Curtis	curtis	US	49820	0	America/Chicago	40.06227	-89.79039	177			IL	129		
4889316	Custer	custer	US	40115	0	America/Chicago	41.03726	-89.15369	211			IL	123	24569	
4889346	Dahinda	dahinda	US	61428	0	America/Chicago	40.92476	-90.10901	178			IL	095	59221	
4889350	Dailey	dailey	US	26259	0	America/Chicago	40.23892	-87.94753	229			IL	019	15976	
4889351	Dakota	dakota	US	55925	478	America/Chicago	42.38863	-89.52623	288			IL	177	18355	
4889883	Dillon	dillon	US	29536	0	America/Chicago	40.47671	-89.53816	191			IL	179	19941	
4889365	Dallas City	dallas-city	US	62330	910	America/Chicago	40.63615	-91.16737	166	Dalas Siti,dalas syty,dyalasa siti,Далас Сити,دالاس سيتي,دالاس‌سیتی، ایلینوی,دیلاس سٹی، الینوائے,ड्यालास सिटी,ダラス・シティ		IL	067	18433	
4889370	Dalzell	dalzell	US	29040	681	America/Chicago	41.35781	-89.1762	193			IL	011	32265	
4889388	Damascus	damascus	US	18415	0	America/Chicago	42.37224	-89.70623	235			IL	177	32902	
4889391	Damon	damon	US	77430	0	America/Chicago	40.0831	-90.83013	209			IL	009	58330	
4889394	Dana	dana	US	28724	155	America/Chicago	40.95781	-88.95008	204			IL	099	31914	
4889402	Danforth	danforth	US	04424	578	America/Chicago	40.82031	-87.97782	199			IL	075	18511	
4889423	Danvers	danvers	US	01923	1137	America/Chicago	40.52948	-89.17731	248	Denvers,Денверс		IL	113	18550	
4889426	Danville	danville	US	03819	32108	America/Chicago	40.12448	-87.63002	183	DNV,Danvil,Danvil',Danvill,Danville,Vermilion Court House,daenbil,dan wei er,danbiru,danfyl,dnwyl  aylynwy,dyanabhila,Данвил,Данвилл,Данвіль,دانفيل,دنویل، ایلینوی,ڈنویل، الینوائے,ड्यानभिल,ড্যানভিল,ダンビル,丹维尔,댄빌	183	IL	183	18576	
4889447	Darien	darien	US	06820	22256	America/Chicago	41.75198	-87.97395	231	Derijen,daryn,daryn  aylynwy,deriyana,Деријен,دارين,دارین، ایلینوی,ڈیرین، الینوائے,डेरियन		IL	043	20604	
4889453	Darrow	darrow	US	70725	0	America/Chicago	40.71893	-87.60308	208			IL	075	69225	
4889481	Davis	davis	US	26260	642	America/Chicago	42.42251	-89.41373	271	Dejvis,Дейвис		IL	177	65143	
4889496	Davis Junction	davis-junction	US	61020	2270	America/Chicago	42.10169	-89.09316	241			IL	141	68302	
4889529	Dayton	dayton	US	08810	0	America/Chicago	41.4892	-90.32151	184			IL	073	15677	
4889530	Dayton	dayton	US	08810	537	America/Chicago	41.38476	-88.79424	172			IL	099	18784	
4889540	De Land	de-land	US	61839	424	America/Chicago	40.12226	-88.64535	214	De Land,De Zemlju,DeLand,Deland,Де Землю		IL	147	30523	
4889546	De Witt	de-witt	US	52742	181	America/Chicago	40.18115	-88.78618	224	De Witt,DeWitt,Marion		IL	039	19785	
4889553	DeKalb	dekalb	US	60115	43211	America/Chicago	41.92947	-88.75036	268	Buena Vista,De Kalb,De-Kalb,DeKalb,DeKalb Center,Dekab,Huntleys Grove,dekalba,di ka er bu,dikaelbeu,dkalb  aylynwy,dykalb,Де-Калб,Декаб,ديكالب,دکالب، ایلینوی,ڈے کالب، الینوائے,डेकाल्ब,迪卡尔布,디캘브		IL	037	19174	
4889564	DeLong	delong	US	46922	0	America/Chicago	40.81671	-90.30457	206	De Long,DeLong,Delong		IL	095	56315	
4889630	Deer Creek	deer-creek	US	56527	682	America/Chicago	40.63004	-89.33259	232	Deer Creek,Deercreek		IL	179	18953	
4889637	Deer Grove	deer-grove	US	61243	47	America/Chicago	41.60781	-89.68955	197	Deer Grove,Deergrove		IL	195	32174	
4889652	Deer Park	deer-park	US	11729	3759	America/Chicago	42.16086	-88.08147	259			IL	097	22853	
4889668	Deerfield	deerfield	US	01342	19019	America/Chicago	42.17114	-87.84451	209	Dirfild,di er fei er de,dyaraphilda,dyrfyld,Дирфилд,ديرفيلد,ड्यरफिल्ड,迪爾菲爾德		IL	097	80112	
4889700	Delavan	delavan	US	53115	1633	America/Chicago	40.37254	-89.54732	187			IL	179	19239	
4889755	Denver	denver	US	12421	0	America/Chicago	40.2906	-91.10708	205			IL	067	32993	
4889761	Depue	depue	US	61322	1838	America/Chicago	41.3242	-89.30675	142	De Pue,Depue,Howe,Newport Landing,Selby,Selby Station,Sherman,Trenton		IL	011	68562	
4889765	Derby	derby	US	05829	0	America/Chicago	40.4417	-88.44256	231			IL	053	20799	
4889772	Des Plaines	des-plaines	US	60016	58677	America/Chicago	42.03336	-87.8834	193	Des Plaines,Des Pleinsas,Des Plejns,Des-Plejns,Desplaines Station,Maine,Rand,des ple'insa,deseupeulleinseu,dys blyns,Дес Плејнс,Дес-Плейнс,دس‌پلینز، ایلینوی,ديس بلينس,دےپلینے، الینوائے,डेस् प्लेइन्स,데스플레인스		IL	031	46162	
4889821	Dewey	dewey	US	61840	0	America/Chicago	40.31892	-88.282	223			IL	019	21566	
4889835	Diamond	diamond	US	44412	2488	America/Chicago	41.28864	-88.25173	172			IL	063	25778	
4889853	Dickerson	dickerson	US	20842	0	America/Chicago	40.31837	-88.42228	226			IL	019	08914	
4889895	Dillsburg	dillsburg	US	17019	0	America/Chicago	40.31642	-88.07949	224	Dillsburg,Dillsburgh,Harwood		IL	019	33422	
4889959	Dixon	dixon	US	42409	15319	America/Chicago	41.83892	-89.47955	208	Dikson,di ke sen,diksana,dykswn,dykswn  aylynwy,Диксон,ديكسون,دیکسون، ایلینوی,ڈکسن، الینوائے,डिक्सन,迪克森	103	IL	103	20175	
4889986	Doddsville	doddsville	US	38736	0	America/Chicago	40.27838	-90.6518	208			IL	169	44069	
4890009	Dolton	dolton	US	60419	23197	America/Chicago	41.63892	-87.60727	184	Dalton,Dalton Station,Daltons Station,Dolton,Dolton Station Village,Dolton's Station,Doltons,Doltons Station		IL	031	75198	
4890038	Donovan	donovan	US	60931	298	America/Chicago	40.88337	-87.61614	205	Buckhorn Tavern,Donovan		IL	075	04455	
4890074	Douglas	douglas	US	01516	0	America/Chicago	40.78615	-90.08428	196	Douglas,Douglass,Summit		IL	095	67223	
4890075	Douglas	douglas	US	01516	20323	America/Chicago	41.83476	-87.61811	182			IL	031	14000	
4890109	Dover	dover	US	02030	162	America/Chicago	41.4367	-89.39342	226	Dover,Довер		IL	011	05430	
4890119	Downers Grove	downers-grove	US	60515	49732	America/Chicago	41.80892	-88.01117	226	Downers Grove,East Grove		IL	043	20604	
4890138	Downs	downs	US	61736	988	America/Chicago	40.39698	-88.87063	244	Delta,Downs,Downs Station,Priceville		IL	113	20656	
4890191	Drummond	drummond	US	54832	0	America/Chicago	41.40586	-88.17673	162			IL	197	12483	
4890240	Ducktown	ducktown	US	37326	0	America/Chicago	41.83142	-87.67505	183			IL	031	14000	
4890267	Duncan	duncan	US	29334	0	America/Chicago	40.98365	-89.78927	201			IL	175	24478	
4890291	Dunfermline	dunfermline	US	61524	288	America/Chicago	40.49115	-90.03178	193			IL	057	09265	
4890304	Dunlap	dunlap	US	37327	1417	America/Chicago	40.8617	-89.67871	224			IL	143	62510	
4890318	Dunning	dunning	US	68833	0	America/Chicago	41.95281	-87.79645	194	Dunning,Leyden Center,Maine,Monroe		IL	031	14000	
4890327	Durand	durand	US	48429	1409	America/Chicago	42.4364	-89.33206	235	Durand,Howard		IL	201	21293	
4890334	Durham	durham	US	03824	0	America/Chicago	40.59671	-91.08959	196			IL	067	21306	
4890359	Dwight	dwight	US	60420	4063	America/Chicago	41.09448	-88.42506	192	Dvajt,Dwight,Двајт		IL	105	21371	
4890407	Eagle Lake	eagle-lake	US	04739	0	America/Chicago	41.36698	-87.55198	221			IL	197	79059	
4890414	Eagle Point	eagle-point	US	97524	0	America/Chicago	41.99364	-89.68484	243			IL	141	21501	
4890441	Earlville	earlville	US	13332	1632	America/Chicago	41.58948	-88.92203	215			IL	099	21527	
4890497	East Dubuque	east-dubuque	US	61025	1658	America/Chicago	42.49223	-90.64291	186	Dunleith,Dunlieth,East Dubuque,Ist Dubjuk,ayst dabywk  aylynwy,ayst dwbwk,ista dyubukve,Ист Дубјук,إيست دوبوك,ایست دابیوک، ایلینوی,ایسٹ دوبیوک، الینوائے,इस्ट ड्युबुक्वे		IL	085	21202	
4890506	East Galesburg	east-galesburg	US	61430	796	America/Chicago	40.94782	-90.31013	236	East Galesburg,Randall		IL	095	40403	
4890531	East Lynn	east-lynn	US	25512	0	America/Chicago	40.46643	-87.80003	212			IL	183	10162	
4890536	East Moline	east-moline	US	61244	21350	America/Chicago	41.50087	-90.4443	214	Ist Molin,ayst mwlyn,ayst mwlyn  aylynwy,ista mola'ina,Ист Молин,إيست مولين,ایست مولین، ایلینوی,ایسٹ مولین، الینوائے,इस्ट मोलाइन		IL	161	70993	
4890549	East Peoria	east-peoria	US	61611	23080	America/Chicago	40.66615	-89.5801	140	Ist Piorija,ayst bywrya,ayst pywrya  aylynwy,ista pe'oriya,Ист Пиорија,إيست بيوريا,ایست پیوریا، ایلینوی,ایسٹ پیوریا، الینوائے,इस्ट पेओरिया		IL	179	26636	
4890605	Easton	easton	US	02334	302	America/Chicago	40.23254	-89.84261	156	Iston,Истон		IL	125	69329	
4890644	Echo Lake	echo-lake	US	95721	0	America/Chicago	42.20864	-88.08619	261			IL	097	22853	
4890659	Eddy	eddy	US	76524	0	America/Chicago	42.46141	-87.89841	213			IL	097	52753	
4890663	Edelstein	edelstein	US	61526	0	America/Chicago	40.94087	-89.62926	248			IL	143	32304	
4890665	Eden	eden	US	05652	0	America/Chicago	40.68893	-89.83289	222			IL	143	44342	
4890701	Edgewater	edgewater	US	07020	54873	America/Chicago	41.98337	-87.66395	181			IL	031	14000	
4890710	Edgewood	edgewood	US	21040	531	America/Chicago	42.24113	-88.92094	230			IL	007	05105	
4890759	Edwards	edwards	US	13635	0	America/Chicago	40.74587	-89.74427	160			IL	143	39818	
4890771	Egan	egan	US	57024	0	America/Chicago	42.18836	-89.40594	250			IL	141	42470	
4890813	El Paso	el-paso	US	61738	2798	America/Chicago	40.7392	-89.01646	229	Ehl'-Paso,El Paso,Elpaso,al basw,ela paso,Ел Пасо,Эль-Пасо,إل باسو,ال‌پاسو، ایلینوی,ایل پاسو، الینوائے,एल पासो		IL	203	23750	
4890835	Elburn	elburn	US	60119	5748	America/Chicago	41.89225	-88.4723	260			IL	089	06262	
4890839	Eldena	eldena	US	61324	0	America/Chicago	41.77114	-89.4101	244			IL	103	70694	
4890852	Eldridge	eldridge	US	35554	0	America/Chicago	41.15948	-87.72004	190			IL	091	28456	
4890855	Eleanor	eleanor	US	25070	0	America/Chicago	40.98282	-90.69514	207			IL	187	73716	
4890859	Eleroy	eleroy	US	61027	0	America/Chicago	42.33252	-89.76067	277			IL	177	24413	
4890864	Elgin	elgin	US	16413	112111	America/Chicago	42.03725	-88.28119	227	Ehldzhin,Eldzhin,Eldzin,Elgin,ai er jin,algn  aylynwy,aljyn,aylgn,elgin,elgina,erujin,Елджін,Елџин,Элджин,إلجين,الگن، الینوائے,الگن، ایلینوی,ایلگن,एल्गिन,エルジン,埃爾金,엘긴		IL	089	23087	
4890905	Elizabeth	elizabeth	US	07201	749	America/Chicago	42.31779	-90.22152	244	Ehlizabet,Elizabet,alyzabth,elijabetha,Елизабет,Элизабет,إليزابث,الزبتھ، الینوائے,एलिजाबेथ		IL	085	23178	
4890916	Elk Grove	elk-grove	US	95624	0	America/Chicago	42.00725	-87.94034	204			IL	031	23243	
4890925	Elk Grove Village	elk-grove-village	US	60007	33238	America/Chicago	42.00392	-87.97035	209	Elk Grouv Vilidz,Elk Grove,Elk Grove Village,elka grobha bhileja,qryt alk ghrwf,Елк Гроув Вилиџ,ایلک گروو گاؤں، الینوائے,قرية إلك غروف,एल्क ग्रोभ भिलेज		IL	031	23243	
4890929	Elkhart	elkhart	US	46514	396	America/Chicago	40.0206	-89.48288	181	Ehlkkhart,Элкхарт		IL	107	23282	
4890949	Elliott	elliott	US	29046	285	America/Chicago	40.46476	-88.27227	238	Elliott,Elliott Station		IL	053	20110	
4890953	Ellis	ellis	US	67637	0	America/Chicago	40.35531	-87.88503	230			IL	183	48775	
4890970	Ellisville	ellisville	US	39437	92	America/Chicago	40.62671	-90.30512	168			IL	057	23542	
4890974	Ellsworth	ellsworth	US	04605	194	America/Chicago	40.45031	-88.71673	264			IL	113	18732	
4890975	Ellsworth	ellsworth	US	04605	0	America/Chicago	41.92781	-87.81117	196			IL	031	43120	
4891010	Elmhurst	elmhurst	US	11373	45957	America/Chicago	41.89947	-87.94034	209	Cottage Hill,Elmhurst,Elmkherst,ai er mu he si te,almhrst  aylynwy,almhwrst,elmaharsta,Елмхерст,إلمهورست,المهرست، ایلینوی,المہرست، الینوائے,एल्महर्स्ट,埃尔姆赫斯特		IL	043	83947	
4891019	Elmira	elmira	US	14901	0	America/Chicago	41.17976	-89.83177	238	Elmira,Scotch Settlement		IL	175	23646	
4891024	Elmore	elmore	US	36025	0	America/Chicago	40.9567	-89.97706	187			IL	143	49113	
4891030	Elmwood	elmwood	US	02337	2089	America/Chicago	40.77782	-89.9665	196	Elmvud,almwwd,almwwd  aylynwy,elmavuda,Елмвуд,إلموود,الموود، ایلینوی,المووڈ، الینوائے,एल्मवूड		IL	143	23711	
4891031	Elmwood	elmwood	US	02337	0	America/Chicago	42.21475	-88.09341	266			IL	097	22853	
4891051	Elmwood Park	elmwood-park	US	07407	24840	America/Chicago	41.92114	-87.80923	196	Elmvud Park,almwwd bark,elmavuda parka,Елмвуд Парк,إلموود بارك,ایلم ووڈ پارک، الینوائے,एल्मवूड पार्क		IL	031	43120	
4891074	Elvaston	elvaston	US	62334	161	America/Chicago	40.39504	-91.24959	201			IL	067	61496	
4891077	Elwood	elwood	US	08217	2258	America/Chicago	41.40392	-88.11172	197			IL	197	38076	
4891091	Emden	emden	US	62635	474	America/Chicago	40.29865	-89.4851	180			IL	107	56705	
4891099	Emerson	emerson	US	07630	0	America/Chicago	41.80614	-89.76483	199	Emerson,Empire		IL	195	36178	
4891119	Emington	emington	US	60934	113	America/Chicago	40.96975	-88.35811	217			IL	105	08888	
4891161	Empire	empire	US	35063	0	America/Chicago	40.30559	-88.70757	231			IL	113	24140	
4891176	Englewood	englewood	US	07631	26121	America/Chicago	41.77976	-87.64588	181	Englewood,Junction Grove		IL	031	14000	
4891207	Eola	eola	US	60519	0	America/Chicago	41.77753	-88.24285	220			IL	043	51635	
4891240	Erie	erie	US	16501	1553	America/Chicago	41.65642	-90.07929	180	Ehri,Эри		IL	195	24387	
4891259	Erwin	erwin	US	28339	0	America/Chicago	40.13199	-90.70902	170			IL	169	10708	
4891267	Esmond	esmond	US	58332	0	America/Chicago	42.03364	-88.93565	251			IL	037	70837	
4891274	Essex	essex	US	01929	770	America/Chicago	41.17725	-88.18561	180	Ehsseks,Эссекс		IL	091	24465	
4891275	Essex	essex	US	01929	0	America/Chicago	41.76226	-87.59005	181			IL	031	14000	
4891300	Eugene	eugene	US	65032	0	America/Chicago	40.88754	-90.01428	214	Eugene,French Creek		IL	095	22879	
4891310	Eureka	eureka	US	48833	5377	America/Chicago	40.72143	-89.27286	234	Ehvrika,Jurika,yureka,ywrka,ywryka  aylynwy,Јурика,Эврика,يوركا,یوریکا، الینوائے,یوریکا، ایلینوی,युरेका	203	IL	203	55821	
4891368	Evans	evans	US	25241	0	America/Chicago	40.22171	-89.36399	180			IL	107	24049	
4891382	Evanston	evanston	US	47531	75527	America/Chicago	42.04114	-87.69006	187	Ehvanstan,Ehvanston,Evanston,Evanstonas,Evanstun,Grosse Pointe,Ridgeville,ai wen si dun,awanstwn  aylynwy,ayfanstwn,ebansuton,ebeonseuteon,ibhansatana,Еванстон,Еванстън,Эванстан,Эванстон,אוונסטון,إيفانستون,اوانستون، ایلینوی,اوانسٹن، الینوائے,इभान्सटन,എവൻസ്റ്റൺ,エバンストン,埃文斯顿,에번스턴		IL	031	24595	
4891396	Evarts	evarts	US	40828	0	America/Chicago	42.25308	-89.47456	250			IL	177	64057	
4891404	Everett	everett	US	02149	0	America/Chicago	42.2203	-87.87285	208			IL	097	80112	
4891431	Evergreen Park	evergreen-park	US	60805	19841	America/Chicago	41.72059	-87.70172	190	Evergrin Park,afrghryn bark,ebharagrina parka,Евергрин Парк,إفرغرين بارك,एभरग्रीन पार्क		IL	031	83531	
4891484	Exline	exline	US	52555	0	America/Chicago	41.15003	-87.76837	194			IL	091	28456	
4891511	Fair Haven	fair-haven	US	05743	0	America/Chicago	41.94558	-89.92929	240	Fair Haven,Fairhaven		IL	015	24881	
4891514	Fair Oaks	fair-oaks	US	47943	0	America/Chicago	41.95864	-88.40147	266			IL	089	10903	
4891520	Fairbury	fairbury	US	61739	3630	America/Chicago	40.74726	-88.51478	209			IL	105	37244	
4891530	Fairdale	fairdale	US	25839	0	America/Chicago	42.10003	-88.93288	238	Fairdale,Fielding,Wallace		IL	037	27650	
4891534	Fairfield	fairfield	US	04937	5255	America/Chicago	42.21919	-88.06147	261			IL	097	22853	
4891555	Fairmont	fairmont	US	26554	2459	America/Chicago	41.55614	-88.05923	193			IL	197	44238	
4891559	Fairmount	fairmount	US	30139	620	America/Chicago	40.04559	-87.83058	203	Fairmount,Salina		IL	183	77304	
4891567	Fairview	fairview	US	07022	489	America/Chicago	40.63337	-90.16373	224			IL	057	25076	
4891767	Farmdale	farmdale	US	44417	0	America/Chicago	40.66587	-89.51121	165			IL	179	26636	
4891772	Farmer City	farmer-city	US	61842	2004	America/Chicago	40.24337	-88.64257	221			IL	039	67639	
4891784	Farmington	farmington	US	03835	2328	America/Chicago	40.69809	-90.00595	227	Farmington,farmnghtwn,farmyngtwn  aylynwy,pharmingatana,Фармингтон,فارمنغتون,فارمنگٹن، الینوائے,فارمینگتون، ایلینوی,फार्मिंगटन		IL	057	25544	
4891785	Farmington	farmington	US	03835	2460	America/Chicago	41.94475	-88.31591	222			IL	089		
4891786	Farmington	farmington	US	03835	0	America/Chicago	42.16864	-88.04424	229			IL	097	22853	
4891868	Fenton	fenton	US	48430	0	America/Chicago	41.73059	-90.03012	189	Fenton,Fenton Center,Fenton Station		IL	195	25817	
4891882	Ferndale	ferndale	US	12734	0	America/Chicago	42.30197	-88.24147	225			IL	111	54495	
4891894	Ferris	ferris	US	62336	152	America/Chicago	40.46893	-91.17042	208			IL	067	64876	
4891908	Fiatt	fiatt	US	61433	0	America/Chicago	40.56032	-90.17984	205			IL	057	38713	
4892570	Fisher	fisher	US	16225	1959	America/Chicago	40.31476	-88.35005	217			IL	019	08914	
4892595	Fithian	fithian	US	61844	471	America/Chicago	40.11392	-87.87309	202			IL	183	55015	
4892618	Five Points	five-points	US	36855	0	America/Chicago	42.00253	-88.74037	254			IL	037	47696	
4892619	Five Points	five-points	US	36855	0	America/Chicago	42.30863	-87.86257	219			IL	097	69485	
4892637	Flanagan	flanagan	US	61740	1082	America/Chicago	40.87809	-88.86118	204			IL	105	51895	
4892656	Fletcher	fletcher	US	28732	0	America/Chicago	40.52698	-88.78368	247	Fletcher,Fletchers		IL	113	06743	
4892672	Florence	florence	US	01062	68	America/Chicago	42.21447	-89.65984	262	Florence,Florence Station		IL	177	26506	
4892684	Flossmoor	flossmoor	US	60422	9478	America/Chicago	41.54281	-87.68477	206			IL	031	63498	
4892711	Fond du Lac	fond-du-lac	US	54935	0	America/Chicago	40.66643	-89.5801	140	Fond du Lac,Fondulac		IL	179	26636	
4892722	Foosland	foosland	US	61845	102	America/Chicago	40.36142	-88.42811	224	Foos Station,Foosland		IL	019	08914	
4892761	Forest Hills	forest-hills	US	11375	0	America/Chicago	41.91614	-88.42369	293			IL	089	10903	
4892770	Forest Lake	forest-lake	US	55025	1659	America/Chicago	42.20752	-88.05563	248			IL	097	22853	
4892775	Forest Park	forest-park	US	30297	14123	America/Chicago	41.87948	-87.81367	190	Forest Park,Forest-Park,Forist Park,Harlem,fwrst bark,pharesta parka,Форест-Парк,Форист Парк,فورست بارك,फरेस्ट पार्क		IL	031	62133	
4892780	Forest Park	forest-park	US	30297	0	America/Chicago	41.54586	-88.05645	188			IL	197	38583	
4892793	Forest River	forest-river	US	58233	0	America/Chicago	42.07669	-87.89507	194			IL	031	81100	
4892806	Forestville	forestville	US	14062	0	America/Chicago	41.81253	-87.61199	183	Forestville,Forrestville		IL	031	14000	
4892812	Forrest	forrest	US	61741	1177	America/Chicago	40.75198	-88.41116	208			IL	105	27039	
4892818	Forreston	forreston	US	61030	1377	America/Chicago	42.12614	-89.57928	286			IL	141	27078	
4892840	Fort Hill	fort-hill	US	15540	0	America/Chicago	42.33502	-88.1123	245			IL	097	03220	
4892887	Fountain Green	fountain-green	US	84632	0	America/Chicago	40.47588	-90.9693	208			IL	067	27325	
4892930	Fowler	fowler	US	44418	0	America/Chicago	40.00782	-91.25848	223			IL	001	29288	
4892937	Fox	fox	US	72051	0	America/Chicago	41.62309	-88.49507	202	Fox,Fox Station		IL	093	27416	
4892950	Fox Lake	fox-lake	US	53933	10518	America/Chicago	42.39669	-88.1837	228	Foks Lejk,Фокс Лејк		IL	097	30952	
4892971	Fox River Grove	fox-river-grove	US	60021	4686	America/Chicago	42.20086	-88.21453	249			IL	111	00698	
4893037	Frankfort	frankfort	US	04438	18653	America/Chicago	41.49587	-87.84866	232	Frankfort,Frankfort Station,Frankfurt,frankfwrt,phryankapharta,Франкфорт,Франкфурт,فرانكفورت,فرینکفرٹ، الینوۓ,फ्र्यांकफर्ट		IL	197	27631	
4893061	Franklin Grove	franklin-grove	US	61031	967	America/Chicago	41.8417	-89.30038	245			IL	103	27695	
4893070	Franklin Park	franklin-park	US	08823	18312	America/Chicago	41.93531	-87.86562	196	Franklin Park,franklyn bark,phryanklina parka,Франклин Парк,فرانكلين بارك,फ्र्याङ्क्लिन पार्क		IL	031	43120	
4893100	Franklinville	franklinville	US	08322	0	America/Chicago	42.27669	-88.5112	255			IL	111	68653	
4893118	Frederick	frederick	US	19435	0	America/Chicago	40.07005	-90.42901	137	Frederick,Fredericksville		IL	169	27793	
4893161	Freeman	freeman	US	23856	0	America/Chicago	42.12475	-88.38842	274			IL	089	66430	
4893171	Freeport	freeport	US	04032	24476	America/Chicago	42.29669	-89.62123	237	FEP,Friport,fry bwrt,peulipoteu,phriporta,Фрипорт,Фріпорт,فري بورت,فری پورٹ، الینوائے,فری‌پورت، ایلینوی,फ्रीपोर्ट,프리포트	177	IL	177	27897	
4893192	Fremont Center	fremont-center	US	12736	0	America/Chicago	42.2978	-88.07147	250	Fremont Center,Fremont Centre		IL	097	27923	
4893260	Frontenac	frontenac	US	55026	0	America/Chicago	41.74475	-88.23285	217			IL	043	51635	
4893267	Fruitland	fruitland	US	21826	0	America/Chicago	41.47142	-90.5168	177			IL	161	70993	
4893297	Fullerton	fullerton	US	58441	0	America/Chicago	40.21031	-88.74452	229	Fullerton,Fullerton Station		IL	039	19785	
4893309	Fulton	fulton	US	13069	3369	America/Chicago	41.86725	-90.15957	197	Fulton,Fulton (Illinois),fwltwn,fwltwn  aylynwy,phulatana,Фултон,فولتون,فولتون، ایلینوی,فولٹن، الینوائے,फुलटन		IL	195	28157	
4893384	Galena	galena	US	21635	3299	America/Chicago	42.41667	-90.42902	193	Galena,Galina,La Pointe,garina,ghalyna,gyalena,jlyna  aylynwy,Галина,جلینا، ایلینوی,غالينا,گلینا، الینوائے,ग्यालेना,ガリーナ	085	IL	085	80359	
4893392	Galesburg	galesburg	US	49053	31273	America/Chicago	40.94782	-90.37124	235	GBG,Galesburg,Galesburgh,Gejlsberg,Gejlsburg,gai er si bao,geiruzubagu,gelsabarga,ghalysbwrgh,gylzbrg  aylynwy,Гейлсберг,Гейлсбург,Гејлсбург,غاليسبورغ,گیلزبرگ، الینوائے,گیلزبرگ، ایلینوی,गेल्सबर्ग,ゲイルズバーグ,盖尔斯堡	095	IL	095	28352	
4893422	Galt	galt	US	50101	0	America/Chicago	41.78947	-89.76233	195			IL	195	36178	
4893424	Galva	galva	US	51020	2517	America/Chicago	41.16754	-90.04261	259	Galva,Gefle		IL	073	28443	
4893446	Garber	garber	US	52048	0	America/Chicago	40.51587	-88.38172	246	Garber,Garber Station		IL	053	20799	
4893456	Garden Plain	garden-plain	US	67050	0	America/Chicago	41.80086	-90.1304	219	Garden Plain,Garden Plain Station,Gardenplain		IL	195	28586	
4893461	Garden Prairie	garden-prairie	US	61038	352	America/Chicago	42.25335	-88.72482	238			IL	007	07302	
4893469	Gardena	gardena	US	90247	0	America/Chicago	40.63643	-89.50537	216			IL	179	31940	
4893472	Gardner	gardner	US	01440	1434	America/Chicago	41.18559	-88.30978	179	Gardiner,Gardner,Гарднер		IL	063	28677	
4893478	Garfield	garfield	US	07026	0	America/Chicago	41.08503	-88.95619	203			IL	099	56731	
4893530	Gary	gary	US	24836	0	America/Chicago	41.77059	-87.85561	184			IL	031	45447	
4893581	Geneseo	geneseo	US	14454	6538	America/Chicago	41.44809	-90.15428	198			IL	073	28859	
4893591	Geneva	geneva	US	14456	21806	America/Chicago	41.88753	-88.30535	217	Dzeniva,Zheneva,jenebha,jnyf,zhnw  aylynwy,Џенива,Женева,جنيف,جنیوا، الینوائے,ژنو، ایلینوی,जेनेभा	089	IL	089	28885	
4893601	Genoa	genoa	US	13071	5196	America/Chicago	42.09725	-88.69287	254			IL	037	28911	
4893637	Georgetown	georgetown	US	01833	3493	America/Chicago	42.13975	-89.82873	277			IL	015	12996	
4893649	Gerlaw	gerlaw	US	61435	0	America/Chicago	40.98698	-90.6018	224	Gerlaw,Gerlaw City		IL	187	72065	
4893666	German Valley	german-valley	US	61039	450	America/Chicago	42.21558	-89.47345	251			IL	177	64057	
4893700	Gibson City	gibson-city	US	60936	3409	America/Chicago	40.45843	-88.3846	221	Gibson,Gibson City		IL	053	20799	
4893720	Gifford	gifford	US	16732	1092	America/Chicago	40.30587	-88.02115	243			IL	019	15976	
4893731	Gilberts	gilberts	US	60136	7638	America/Chicago	42.10336	-88.37286	274			IL	089	66430	
4893732	Gilchrist	gilchrist	US	77617	0	America/Chicago	40.64726	-90.03984	232			IL	057	25544	
4893733	Gilchrist	gilchrist	US	77617	0	America/Chicago	41.20531	-90.6243	240			IL	131	31342	
4893755	Gilman	gilman	US	05904	1754	America/Chicago	40.7667	-87.99226	198			IL	075	20487	
4893759	Gilmer	gilmer	US	75644	0	America/Chicago	42.23502	-88.04619	247			IL	097	22853	
4893763	Gilson	gilson	US	61436	190	America/Chicago	40.8617	-90.20151	207			IL	095	33552	
4893784	Gladstone	gladstone	US	07934	278	America/Chicago	40.86448	-90.96125	168	Gladston,Gladstone,Oquawka Junction,Sagetown,Гладстон		IL	071	29444	
4893785	Gladstone	gladstone	US	07934	0	America/Chicago	41.98031	-87.77395	189			IL	031	14000	
4893801	Glasford	glasford	US	61533	1003	America/Chicago	40.57254	-89.81344	187			IL	143	75289	
4893811	Glen Ellyn	glen-ellyn	US	60137	28201	America/Chicago	41.87753	-88.06701	226	Danby,Glen Elin,Glen Ellyn,Prospect Park,ghln alyn,glena elina,Глен Елин,غلن إلين,ग्लेन एलिन		IL	043	49451	
4893853	Glenburn	glenburn	US	58740	0	America/Chicago	40.14281	-87.76836	180			IL	183	55015	
4893861	Glendale	glendale	US	01229	0	America/Chicago	41.79864	-87.71116	183			IL	031	14000	
4893879	Glenn	glenn	US	49416	0	America/Chicago	41.80475	-87.77756	182			IL	031	72689	
4893886	Glenview	glenview	US	40025	47446	America/Chicago	42.06975	-87.78784	199	Glenview,NBU,ZWV		IL	031	53676	
4893896	Glenwood	glenwood	US	07418	8996	America/Chicago	41.54253	-87.60227	189			IL	031	06561	
4893919	Globe	globe	US	85501	0	America/Chicago	41.59754	-87.55949	182			IL	031	75198	
4893934	Glover	glover	US	05839	0	America/Chicago	40.11365	-88.01893	209			IL	019		
4893944	Godley	godley	US	76044	681	America/Chicago	41.2367	-88.24367	179			IL	197	63108	
4893965	Golden	golden	US	38847	637	America/Chicago	40.10921	-91.01764	218	Golden,Keokuk Junction,Labuda		IL	001	53624	
4893983	Golf	golf	US	60029	504	America/Chicago	42.05892	-87.79256	194			IL	031	53013	
4894006	Good Hope	good-hope	US	30641	382	America/Chicago	40.55782	-90.67346	216	Clarkesville,Good Hope,Milan,SheridXn,oodhope		IL	109	78591	
4894056	Goodfield	goodfield	US	61742	945	America/Chicago	40.62976	-89.27481	226			IL	203	50231	
4894066	Goodrich	goodrich	US	48438	0	America/Chicago	41.10892	-88.0581	194			IL	091	59819	
4894073	Goodwine	goodwine	US	60939	0	America/Chicago	40.56726	-87.78447	201			IL	075	27286	
4894078	Glencoe	glencoe	US	41046	8945	America/Chicago	42.13503	-87.75812	205	Glenko,Glenkou,Гленко,Гленкоу		IL	031	52909	
4894128	Gorman	gorman	US	76454	0	America/Chicago	41.26114	-88.34173	170			IL	063	46175	
4894342	Grand Ridge	grand-ridge	US	32442	532	America/Chicago	41.23698	-88.83147	198	Grand Ridge,Grandridge		IL	099	25583	
4894387	Grant Park	grant-park	US	60940	1289	America/Chicago	41.24114	-87.64615	213	Grant,Grant Park,Grantpark		IL	091	83856	
4894388	Grant Park	grant-park	US	60940	0	America/Chicago	42.22752	-89.09122	223			IL	201	65013	
4894410	Granville	granville	US	01034	1318	America/Chicago	41.26115	-89.22759	210			IL	155	31030	
4894426	Grass Lake	grass-lake	US	49240	0	America/Chicago	42.44613	-88.13592	234			IL	097	01608	
4894458	Grayland	grayland	US	98547	0	America/Chicago	41.95087	-87.74728	186			IL	031	14000	
4894460	Graymont	graymont	US	61743	0	America/Chicago	40.87781	-88.77701	199	Gramont,Graymont		IL	105	65520	
4894465	Grayslake	grayslake	US	60030	20915	America/Chicago	42.34447	-88.04175	239	Grays Lake,Grayslake,Greyslake,QMY		IL	097	03220	
4894474	Great Lakes	great-lakes	US	60088	0	America/Chicago	42.30919	-87.85007	201			IL	097	69485	
4894584	Green Bay	green-bay	US	23942	0	America/Chicago	41.73531	-87.5506	180			IL	031	14000	
4894619	Green River	green-river	US	82935	0	America/Chicago	41.47559	-90.31929	181	Green River,Greenriver,Oakley		IL	073	22476	
4894635	Green Valley	green-valley	US	54127	685	America/Chicago	40.40754	-89.64288	164			IL	179	67483	
4894659	Greenbush	greenbush	US	02040	0	America/Chicago	40.71198	-90.53541	209			IL	187	31277	
4894665	Greendale	greendale	US	53129	0	America/Chicago	42.2253	-89.05983	240			IL	201	65013	
4894698	Greenview	greenview	US	62642	749	America/Chicago	40.0831	-89.73816	166			IL	129		
4894710	Greenwich	greenwich	US	06830	0	America/Chicago	41.11837	-87.92699	190			IL	091	43497	
4894711	Greenwood	greenwood	US	04255	251	America/Chicago	42.39252	-88.38926	261			IL	111	31680	
4894712	Greenwood	greenwood	US	04255	0	America/Chicago	41.6142	-87.58921	183			IL	031	75198	
4894732	Greer	greer	US	29650	0	America/Chicago	40.53309	-87.59475	229			IL	075	61665	
4894749	Gretna	gretna	US	24557	0	America/Chicago	41.89808	-88.10146	241			IL	043	49451	
4894753	Gridley	gridley	US	61744	1439	America/Chicago	40.74337	-88.88146	230			IL	113	31745	
4894764	Griffin	griffin	US	30223	0	America/Chicago	41.24031	-90.48958	210			IL	131	63628	
4894782	Griswold	griswold	US	51535	0	America/Chicago	40.91309	-88.35394	216			IL	105	73482	
4894799	Grove	grove	US	74344	0	America/Chicago	40.62004	-89.62677	140			IL	179	58460	
4894817	Groveland	groveland	US	01834	0	America/Chicago	40.59254	-89.53454	235			IL	179	31940	
4894839	Guilford	guilford	US	04443	0	America/Chicago	42.41751	-90.30041	230			IL	085	31979	
4894849	Gulfport	gulfport	US	39501	54	America/Chicago	40.81393	-91.08626	159	East Burlington,Gulfport		IL	071	29444	
4894861	Gurnee	gurnee	US	60031	31056	America/Chicago	42.3703	-87.90202	207	Gerni,Gurnee,Gurnee Station,garni,ghwrny,Герни,غورني,گورنی، الینوائے,गर्नी		IL	097	78877	
4894870	Guthrie	guthrie	US	42234	0	America/Chicago	40.50837	-88.32505	246	Guthrie,Guthrie Station		IL	053	20110	
4894969	Hadley	hadley	US	01035	0	America/Chicago	41.57087	-87.94394	226	Hadley,O'Plain		IL	197	35827	
4894970	Hallock	hallock	US	56728	0	America/Chicago	40.56143	-87.59614	223			IL	075	61665	
4894975	Hallsville	hallsville	US	45633	0	America/Chicago	40.15087	-89.09286	227	Hallsville,Hallville Station		IL	039	03714	
4894981	Hamilton	hamilton	US	01936	2853	America/Chicago	40.39643	-91.33904	196	Gamil'ton,Khamilton,hamiruton,hamyltwn,hmyltwn  aylynwy,Гамильтон,Хамилтон,هاميلتون,همیلتون، ایلینوی,ہیملٹن، الینوائے,ハミルトン		IL	067	50140	
4894999	Hamlet	hamlet	US	28345	0	America/Chicago	41.31392	-90.73514	246			IL	131	59182	
4895016	Hampshire	hampshire	US	38461	6130	America/Chicago	42.0978	-88.53036	274			IL	089	32538	
4895027	Hampton	hampton	US	03842	1840	America/Chicago	41.55587	-90.4093	179	Khehmpton,Хэмптон		IL	161	32577	
4895050	Hanna City	hanna-city	US	61536	1232	America/Chicago	40.6917	-89.79511	222			IL	143	44342	
4895059	Hanover	hanover	US	02339	814	America/Chicago	42.25641	-90.27957	194	Hanover,Wapello		IL	085	32720	
4895066	Hanover Park	hanover-park	US	60133	38333	America/Chicago	41.99947	-88.14507	245	Khanover Park,hanwwr bark,Хановер Парк,هانوور بارك,ہنور پارک، الینوائے		IL	031	32694	
4895124	Harlem	harlem	US	30814	0	America/Chicago	42.3403	-89.01788	230	Harlem,Harlem Station,Harlem Village		IL	201	32928	
4895141	Harmon	harmon	US	61042	120	America/Chicago	41.72281	-89.55399	206			IL	103	32980	
4895148	Harmony	harmony	US	02829	0	America/Chicago	42.16114	-88.52648	284			IL	111	16314	
4895195	Harpster	harpster	US	43323	0	America/Chicago	40.40559	-88.44867	226	Harpster,Harpster Station		IL	053	20799	
4895203	Harris	harris	US	12742	0	America/Chicago	40.23253	-88.59256	220			IL	147	06808	
4895205	Harper	harper	US	25851	0	America/Chicago	42.14141	-89.64734	286			IL	141	27078	
4895224	Harrison	harrison	US	04040	0	America/Chicago	42.42724	-89.1915	223			IL	201	33188	
4895241	Harrisonville	harrisonville	US	08039	0	America/Chicago	41.28725	-88.30479	171			IL	063	46175	
4895242	Harrisville	harrisville	US	02830	0	America/Chicago	42.15697	-89.0326	237			IL	201	65013	
4895264	Hartland	hartland	US	04943	0	America/Chicago	42.36363	-88.50732	281	Hartland,Kishwaukee Station		IL	111	33305	
4895275	Hartsburg	hartsburg	US	62643	309	America/Chicago	40.25088	-89.44093	184	Hartsburg,Hartsburgh		IL	107	56705	
4895279	Hartshorn	hartshorn	US	65479	0	America/Chicago	40.12976	-87.7053	195	Hartshorn,West Hillery		IL	183	18576	
4895282	Harvard	harvard	US	01451	9194	America/Chicago	42.42224	-88.61371	292	Harvard,Kharvard,Milk Center of the World,harward  aylynwy,Харвард,هاروارد، ایلینوی,ہارورڈ، الینوائے		IL	111	12892	
4895298	Harvey	harvey	US	50119	25194	America/Chicago	41.61003	-87.64671	184	Kharvi,harbhei,harfy,harwy  aylynwy,Харви,هارفي,هاروی، ایلینوی,ہاروے، الینوائے,हार्भेी		IL	031	75198	
4895308	Harwood Heights	harwood-heights	US	60706	8635	America/Chicago	41.96725	-87.80756	198			IL	031	54430	
4895321	Hastings	hastings	US	13076	0	America/Chicago	41.68114	-87.97173	188			IL	031	42808	
4895322	Hastings	hastings	US	13076	0	America/Chicago	41.96892	-88.4023	271			IL	089	10903	
4895336	Havana	havana	US	32333	3076	America/Chicago	40.30004	-90.06095	145	Khavana,hafana,hawana  aylynwy,Хавана,هافانا,هاوانا، ایلینوی,ہوانا، الینوائے	125	IL	125	33526	
4895416	Hazel Crest	hazel-crest	US	60429	14118	America/Chicago	41.5717	-87.69449	197	Khejzel Krest,hazl krst,hyajela kresta,Хејзел Крест,هازل كرست,ह्याजेल क्रेस्ट		IL	031	07939	
4895441	Hazelhurst	hazelhurst	US	54531	0	America/Chicago	41.96336	-89.68622	256			IL	015	23321	
4895484	Hebron	hebron	US	03241	1202	America/Chicago	42.47169	-88.43232	283			IL	111	33864	
4895548	Henderson	henderson	US	13650	250	America/Chicago	41.02504	-90.35624	249	Khenderson,Хендерсон		IL	095	34020	
4895568	Hendrix	hendrix	US	74741	0	America/Chicago	40.41948	-88.97785	241			IL	113	06626	
4895580	Hennepin	hennepin	US	61327	698	America/Chicago	41.2542	-89.34231	153	Fort Deposit,Fort Wilbourn,Hennepin,Prairie de Prue	155	IL	155	34124	
4895584	Henning	henning	US	38041	246	America/Chicago	40.30504	-87.70086	209			IL	183	71227	
4895593	Henry	henry	US	24102	2327	America/Chicago	41.11142	-89.35648	151			IL	123	34176	
4895668	Hermon	hermon	US	13652	0	America/Chicago	40.75698	-90.31985	200			IL	095	13217	
4895674	Hermosa	hermosa	US	57744	0	America/Chicago	41.92864	-87.7345	184			IL	031	14000	
4895688	Herscher	herscher	US	60941	1554	America/Chicago	41.0492	-88.09783	201			IL	091	59819	
4895708	Heyworth	heyworth	US	61745	2890	America/Chicago	40.31337	-88.97369	230			IL	113	62692	
4895722	Hickman	hickman	US	38567	0	America/Chicago	40.56754	-87.76447	201			IL	075	44979	
4895729	Hickory Corners	hickory-corners	US	49060	0	America/Chicago	42.46613	-88.01703	242	Hickory,Hickory Corners		IL	097	01608	
4895744	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	42.05975	-90.06763	210			IL	015	50894	
4895767	Hickory Hills	hickory-hills	US	60457	14122	America/Chicago	41.72559	-87.82506	207			IL	031	57355	
4895768	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	41.48948	-90.25151	209			IL	073	32642	
4895769	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	42.17947	-88.04813	230			IL	097	22853	
4895787	Hickory Ridge	hickory-ridge	US	72347	0	America/Chicago	41.94392	-89.14954	242			IL	141	26298	
4895820	Hidden Valley	hidden-valley	US	15502	0	America/Chicago	42.16919	-88.05702	238			IL	097	22853	
4895835	Higginsville	higginsville	US	64037	0	America/Chicago	40.24198	-87.75725	195	Higginsville,Vermilion Rapids		IL	183	06678	
4895843	High Point	high-point	US	27260	0	America/Chicago	41.92031	-88.43341	299			IL	089	10903	
4895876	Highland Park	highland-park	US	08904	29743	America/Chicago	42.18169	-87.80034	212	Gajlend-Park,Highland Park,Khajland Park,Khajlend-Park,Port Clinton,haillaendeupakeu,hayland bark,haylnd park  aylynwy,Гайленд-Парк,Хайленд-Парк,Хајланд Парк,هايلاند بارك,هایلند پارک، ایلینوی,ہائی لینڈ پارک، الینوائے,하일랜드파크		IL	097	50364	
4895918	Highwood	highwood	US	59450	5352	America/Chicago	42.19975	-87.80923	206	Highwood,Khajvud,Saint John,Хајвуд		IL	097	50364	
4895971	Hillside	hillside	US	07205	8155	America/Chicago	41.87781	-87.90284	200			IL	031	62133	
4895987	Hilltop	hilltop	US	25855	0	America/Chicago	40.02588	-89.87539	181			IL	129		
4895997	Himrod	himrod	US	14842	0	America/Chicago	40.0342	-87.60058	210			IL	183	28976	
4895999	Hinckley	hinckley	US	04944	2058	America/Chicago	41.76892	-88.64091	227			IL	037	72182	
4896005	Hines	hines	US	56647	0	America/Chicago	41.85364	-87.8395	190			IL	031	62133	
4896009	Hillsdale	hillsdale	US	07642	510	America/Chicago	41.61364	-90.1729	177			IL	161	10955	
4896012	Hinsdale	hinsdale	US	01235	17628	America/Chicago	41.80086	-87.93701	213			IL	043	20604	
4896075	Hoffman Estates	hoffman-estates	US	60169	52138	America/Chicago	42.04281	-88.0798	239			IL	031	68016	
4896100	Holbrook	holbrook	US	02343	0	America/Chicago	41.53837	-87.63671	191			IL	031	06561	
4896101	Holcomb	holcomb	US	38940	0	America/Chicago	42.06475	-89.09566	256			IL	141	68302	
4896108	Holder	holder	US	34445	0	America/Chicago	40.45115	-88.80424	256			IL	113	18732	
4896138	Hollis	hollis	US	03049	0	America/Chicago	40.59671	-89.6701	138			IL	143	35645	
4896156	Holmes	holmes	US	12531	0	America/Chicago	40.38365	-89.58538	171			IL	179	19239	
4896333	Homer	homer	US	13077	1198	America/Chicago	40.03476	-87.95809	206			IL	019	70863	
4896336	Homer Glen	homer-glen	US	60491	24395	America/Chicago	41.60003	-87.93811	225			IL	197	35827	
4896348	Hometown	hometown	US	25109	4342	America/Chicago	41.73448	-87.73144	190	Hometown,Pleasant Hill		IL	031	83531	
4896353	Homewood	homewood	US	60430	19373	America/Chicago	41.55726	-87.6656	201	Khomvud,hwmwwd,Хомвуд,هوموود		IL	031	06561	
4896370	Honey Creek	honey-creek	US	51542	0	America/Chicago	41.99031	-89.27983	209	Honey Creek,Honeycreek		IL	141	59975	
4896385	Hooper	hooper	US	68031	0	America/Chicago	40.93587	-87.6067	203			IL	075	04455	
4896390	Hoopeston	hoopeston	US	60942	5220	America/Chicago	40.46726	-87.66836	221	Hoopeston,Hoopestown,Hoopston,Leeds,North Hoopeston		IL	183	30965	
4896396	Hooppole	hooppole	US	61258	200	America/Chicago	41.52226	-89.90983	190			IL	073	84012	
4896407	Hope	hope	US	02831	0	America/Chicago	40.20559	-87.9042	218			IL	183	59832	
4896432	Hopedale	hopedale	US	01747	843	America/Chicago	40.42087	-89.41454	196			IL	179	36139	
4896441	Hopewell	hopewell	US	08525	407	America/Chicago	40.98476	-89.45731	193	Khopuehlla,Хопуэлла		IL	123	72585	
4896455	Hopkins Park	hopkins-park	US	60944	605	America/Chicago	41.06337	-87.62503	207			IL	091	58538	
4896544	Howard	howard	US	16841	0	America/Chicago	40.32727	-90.26651	184			IL	057	60430	
4896608	Hudson	hudson	US	01749	1846	America/Chicago	40.60587	-88.9873	234	Gudzon,Гудзон		IL	113	36451	
4896653	Humboldt	humboldt	US	38343	0	America/Chicago	41.91225	-87.69978	182			IL	031	14000	
4896691	Huntley	huntley	US	56047	26005	America/Chicago	42.16808	-88.42814	271	Huntley,Huntley Grove,Khantli,Хантли		IL	111	30666	
4896699	Huntsville	huntsville	US	35801	0	America/Chicago	40.19116	-90.86458	201			IL	169	36776	
4896720	Hustle	hustle	US	22476	0	America/Chicago	40.4667	-87.83197	218			IL	183	10162	
4896728	Hyde Park	hyde-park	US	02136	26893	America/Chicago	41.7942	-87.59394	180	hai de gong yuan,海德公园		IL	031	14000	
4896752	Hunter	hunter	US	12442	0	America/Chicago	42.42891	-88.87094	294			IL	007	46318	
4896759	Ideal	ideal	US	31041	0	America/Chicago	41.97503	-89.98818	263	Ideal,Middeal		IL	015	83908	
4896761	Idlewild	idlewild	US	38346	0	America/Chicago	42.35308	-87.99286	244			IL	097	78877	
4896809	Illinois City	illinois-city	US	61259	0	America/Chicago	41.39753	-90.89959	233			IL	161	09512	
4897093	Industry	industry	US	15052	457	America/Chicago	40.32782	-90.60707	201	Industry,Pin Hook,Pinhook		IL	109	37452	
4897116	Ingleside	ingleside	US	21644	0	America/Chicago	42.38113	-88.13981	233			IL	097	30952	
4897125	Inlet	inlet	US	13360	0	America/Chicago	41.73503	-89.24037	233			IL	103	42613	
4897482	Inverness	inverness	US	34450	7583	America/Chicago	42.11808	-88.09619	257			IL	031	57238	
4897490	Ipava	ipava	US	61441	443	America/Chicago	40.35143	-90.32457	201			IL	057	60430	
4897499	Irene	irene	US	57037	0	America/Chicago	42.1703	-88.90038	249			IL	007	26441	
4897514	Irondale	irondale	US	43932	0	America/Chicago	41.71059	-87.55227	179	Browns Mills,Cummings,Irondale		IL	031	14000	
4897519	Iroquois	iroquois	US	57353	149	America/Chicago	40.82754	-87.58197	201			IL	075	16041	
4897555	Irwin	irwin	US	15642	72	America/Chicago	41.05225	-87.98393	201			IL	091	57017	
4897579	Island Lake	island-lake	US	60042	8080	America/Chicago	42.27613	-88.19203	238			IL	097	79280	
4897616	Ivanhoe	ivanhoe	US	24350	0	America/Chicago	42.27891	-88.04202	258	Dean's Corners,Ivanhoe		IL	097	27923	
4897654	Itasca	itasca	US	60143	8798	America/Chicago	41.97503	-88.00729	214			IL	043	00250	
4897848	Jenkins	jenkins	US	41537	0	America/Chicago	40.15282	-89.03369	224			IL	039	03714	
4897967	Johnsburg	johnsburg	US	12843	6310	America/Chicago	42.38002	-88.24203	229	Johnsburg,Johnsburgh		IL	111	45707	
4898014	Johnsonville	johnsonville	US	12094	0	America/Chicago	40.21059	-87.66974	199			IL	183	06678	
4898015	Joliet	joliet	US	59041	147861	America/Chicago	41.52519	-88.0834	165	JOT,Joliet,Juliet	197	IL	197	38583	
4898059	Jonesville	jonesville	US	05466	0	America/Chicago	42.32502	-89.07761	225			IL	201	57069	
4898112	Joy	joy	US	61260	392	America/Chicago	41.1967	-90.88042	209			IL	131	49256	
4898152	Justice	justice	US	24851	12968	America/Chicago	41.74448	-87.83783	188			IL	031	45447	
4898177	Kaneville	kaneville	US	60144	492	America/Chicago	41.83531	-88.52202	241	Kanesville,Kaneville		IL	089	38908	
4898182	Kankakee	kankakee	US	60901	26676	America/Chicago	41.12003	-87.86115	200	IKK,Kankaki,kankaki,kankaky,kankaky  aylynwy,kyanakaki,Канкаки,Канкакі,كانكاكي,کانکاکی، ایلینوی,کنکاکی، الینوائے,कान्काकी,ক্যানকাকি	091	IL	091	38947	
4898216	Kasbeer	kasbeer	US	61328	0	America/Chicago	41.50504	-89.46343	226			IL	011	55392	
4898270	Keithsburg	keithsburg	US	61442	582	America/Chicago	41.09948	-90.94264	168	Keithsburg,Keithsburgh		IL	131	39311	
4898278	Keller	keller	US	23401	0	America/Chicago	40.76143	-89.59732	242			IL	143	59013	
4898313	Kellyville	kellyville	US	74039	0	America/Chicago	40.05587	-87.63919	204	Brooks Point,Kelleyville,Kellyville		IL	183	28976	
4898349	Kenilworth	kenilworth	US	07033	2555	America/Chicago	42.08586	-87.71756	188	Kenilvort,ken ni er wo si,kenilavartha,knylwrth,Кенилворт,كنيلورث,केनिलवर्थ,肯尼爾沃斯		IL	031	52909	
4898352	Kennedy	kennedy	US	14747	0	America/Chicago	42.24252	-87.87146	209			IL	097	69485	
4898375	Kenney	kenney	US	61749	318	America/Chicago	40.09671	-89.08592	198	Kenney,Kenny		IL	039	76342	
4898381	Kensington	kensington	US	20891	0	America/Chicago	41.67809	-87.60727	180	Calumet,Kensington,Кенсингтон		IL	031	14000	
4898385	Kent	kent	US	06757	0	America/Chicago	42.30863	-89.90207	274			IL	177	39610	
4898393	Kentland	kentland	US	47951	0	America/Chicago	41.54642	-88.43396	204			IL	093	39454	
4898400	Kenwood	kenwood	US	95452	0	America/Chicago	40.10614	-88.2945	221			IL	019	12411	
4898401	Kenwood	kenwood	US	95452	17601	America/Chicago	41.8092	-87.59755	181	Kenwood,The Lake Forest of the South		IL	031	14000	
4898422	Kerrick	kerrick	US	55756	0	America/Chicago	40.55309	-88.98758	259			IL	113	53247	
4898433	Kewanee	kewanee	US	61443	12533	America/Chicago	41.24559	-89.92483	259	Kivoni,kivani,kywany,kywny  aylynwy,Кивони,كيواني,کیوانی، الینوائے,کیونی، ایلینوی,कीवानी		IL	073	39740	
4898471	Kilbourne	kilbourne	US	43032	284	America/Chicago	40.15199	-90.01012	151	Kilbourn,Kilbourne		IL	125	39870	
4898589	Kingston	kingston	US	02364	1155	America/Chicago	42.09975	-88.75898	242	Kingston,Stuartville,Кингстон		IL	037	40078	
4898595	Kingston Mines	kingston-mines	US	61539	300	America/Chicago	40.55809	-89.77066	141			IL	143	75289	
4898609	Kinsman	kinsman	US	44428	98	America/Chicago	41.18976	-88.56951	201	Kinsman,Mitchell Station		IL	063	34657	
4898630	Kirkland	kirkland	US	60146	1734	America/Chicago	42.09253	-88.85121	234			IL	037	27650	
4898632	Kirkwood	kirkwood	US	13795	704	America/Chicago	40.86587	-90.74847	226	Kirkvuda,Kirkwood,Kirkwood Station,Young America,Кирквуда		IL	187	75692	
4898658	Kittredge	kittredge	US	80457	0	America/Chicago	42.13308	-89.77901	259			IL	015	12996	
4898689	Klondike	klondike	US	75448	0	America/Chicago	42.42419	-88.14925	237			IL	097	01608	
4898718	Knox	knox	US	12107	0	America/Chicago	40.9342	-90.25485	201			IL	095	40403	
4898734	Knoxville	knoxville	US	16928	2836	America/Chicago	40.90837	-90.28485	238	Noksvill,Ноксвилл		IL	095	40403	
4898844	La Crosse	la-crosse	US	23950	0	America/Chicago	40.52893	-91.02292	198	La Crosse,Lacrosse		IL	067	27325	
4898846	La Grange	la-grange	US	28551	15723	America/Chicago	41.80503	-87.86923	197	Hazel Glen,Kensington,Kensington Heights,La Grange,Lagrange,Robbville,West Lyons		IL	031	45447	
4898850	La Grange Park	la-grange-park	US	60526	13608	America/Chicago	41.83475	-87.86173	190	La Grange Park,LaGrange Park		IL	031	62133	
4898856	La Harpe	la-harpe	US	61450	1197	America/Chicago	40.58337	-90.96931	213	Fort La Harpe,Franklin,Hancock Prairie,La Harpe,La Kharp,Laharpe,la harb,laharp  aylynwy,Ла Харп,لا هارب,لا ہارپ، الینوائے,لاهارپ، ایلینوی,ラ・ハープ		IL	067	40845	
4898864	La Moille	la-moille	US	61330	701	America/Chicago	41.5317	-89.27981	242	Bureau Grove,Greenfield,Greenfields,La Moille,Lamoille		IL	011	41807	
4898870	La Prairie	la-prairie	US	62346	47	America/Chicago	40.14782	-91.00291	216	Gibbs,Gibbstown,La Prairie,Laprairie,Pitman		IL	001	53624	
4898874	La Rose	la-rose	US	61541	137	America/Chicago	40.98226	-89.23536	209	La Rose,LaRose,Montrose,Romance		IL	123	04949	
4898875	La Salle	la-salle	US	48145	9609	America/Chicago	41.33337	-89.09175	174	La Salle,LaSalle,Lasal,Lasalle,Ласал		IL	099	42197	
4898920	Lacon	lacon	US	61540	1826	America/Chicago	41.02476	-89.4112	145	Lejkon,lakona,lakwn,lkan  aylynwy,Лејкон,لاكون,لکان، ایلینوی,لیکون، الینوائے,लाकोन	123	IL	123	40572	
4898927	Ladd	ladd	US	61329	1241	America/Chicago	41.38253	-89.21897	198			IL	011	32265	
4898938	Lafayette	lafayette	US	07848	223	America/Chicago	41.10809	-89.9715	243			IL	175	30627	
4898957	Lake	lake	US	25121	0	America/Chicago	41.16892	-87.55087	193			IL	091	49906	
4898974	Lake Bluff	lake-bluff	US	60044	5674	America/Chicago	42.27891	-87.83424	201	Lejk Blaf,lyk blwf,Лејк Блаф,ليك بلوف		IL	097	69485	
4899012	Lake Forest	lake-forest	US	60045	19408	America/Chicago	42.25863	-87.84063	210	Lejk Forist,leikeupoliseuteu,leka pharesta,lyk fwrst,lyk fwrst  aylynwy,reikuforesuto,Лејк Форист,ليك فورست,لیک فورست، ایلینوی,لیک فوریسٹ، الینوائے,लेक फरेस्ट,レイクフォレスト,레이크포리스트		IL	097	69485	
4899146	Lake View	lake-view	US	14085	0	America/Chicago	42.11169	-87.74173	200			IL	031	52909	
4899154	Lake Villa	lake-villa	US	60046	8821	America/Chicago	42.41697	-88.07397	241			IL	097	41599	
4899170	Lake Zurich	lake-zurich	US	60047	19993	America/Chicago	42.19697	-88.09341	267			IL	097	22853	
4899184	Lake in the Hills	lake-in-the-hills	US	60156	29024	America/Chicago	42.18169	-88.33036	264			IL	111	00698	
4899247	Lakewood	lakewood	US	08701	0	America/Chicago	41.91669	-88.19757	239			IL	043	79410	
4899248	Lakewood	lakewood	US	08701	0	America/Chicago	40.24727	-90.08512	142			IL	125	33526	
4899249	Lakewood	lakewood	US	08701	3843	America/Chicago	42.22919	-88.35509	271	Lejkvud,Лейквуд		IL	111	30666	
4899287	Lanark	lanark	US	25860	1373	America/Chicago	42.10225	-89.83345	268	Lanark,lanark,lanarka,lanrk  aylynwy,Ланарк,لانارك,لانرک، ایلینوی,لینارک، الینوائے,लान्आर्क		IL	015	64892	
4899291	Lancaster	lancaster	US	01523	0	America/Chicago	40.58032	-89.83733	182			IL	143	75289	
4899313	Lane	lane	US	29564	0	America/Chicago	40.12254	-88.85563	222			IL	039	17302	
4899332	Langley	langley	US	29834	0	America/Chicago	41.3692	-89.68815	200			IL	011	16028	
4899340	Lansing	lansing	US	14882	28349	America/Chicago	41.56476	-87.53893	192	Lansing,lansyngh,lyansinga,ranshingu,Лансинг,لانسينغ,ल्यान्सिंग,ランシング		IL	031	75198	
4899413	Laura	laura	US	45337	0	America/Chicago	40.92143	-89.9265	222			IL	143	49113	
4899434	Lawndale	lawndale	US	28090	0	America/Chicago	40.2181	-89.28259	183			IL	107	21982	
4899449	Lawrence	lawrence	US	01840	0	America/Chicago	42.44113	-88.64121	276			IL	111	12892	
4899471	Le Roy	le-roy	US	14482	3582	America/Chicago	40.35198	-88.76424	241	King City,Le Roy,Leroy		IL	113	24140	
4899486	Leaf River	leaf-river	US	61047	418	America/Chicago	42.12558	-89.40372	221			IL	141	42470	
4899514	Lee	lee	US	01238	327	America/Chicago	41.79503	-88.94148	286			IL	103	81971	
4899516	Lee Center	lee-center	US	13363	0	America/Chicago	41.74753	-89.27871	242	Lee,Lee Center,Lee Centre,Lee Village		IL	103	42613	
4899537	Leeds	leeds	US	01053	0	America/Chicago	41.02087	-88.98813	207			IL	099	56731	
4899544	Leesburg	leesburg	US	08327	0	America/Chicago	40.24727	-90.31735	198	Leaseburg,Leesburg,Leeseburgh		IL	057	83089	
4899545	Leesville	leesville	US	29070	0	America/Chicago	41.02476	-87.62503	195			IL	091	58538	
4899559	Lehigh	lehigh	US	50557	0	America/Chicago	41.11031	-88.0181	198			IL	091	43497	
4899578	Leland	leland	US	28451	943	America/Chicago	41.61253	-88.79952	212			IL	099	00204	
4899581	Lemont	lemont	US	16851	16788	America/Chicago	41.67364	-88.00173	185	Athens,Keepatau,Lemont,Limont,Palmyra,Yankee Settlement,lemonta,lymwnt,Лимонт,ليمونت,लेमोन्ट		IL	031	42808	
4899619	Leonard	leonard	US	48367	0	America/Chicago	40.76865	-87.92198	192			IL	075	20487	
4899625	Leonore	leonore	US	61332	126	America/Chicago	41.18948	-88.98064	207			IL	099	63576	
4899641	Leverett	leverett	US	01054	0	America/Chicago	40.1892	-88.20977	222			IL	019	70382	
4899665	Lewistown	lewistown	US	17044	2261	America/Chicago	40.3931	-90.15484	180	Luiston,lwyyztawn  aylynwy,lystawn,Луистон,لوییزتاون، ایلینوی,ليستاون,لیوس ٹاؤن، الینوائے	057	IL	057	43068	
4899670	Lexington	lexington	US	02420	2059	America/Chicago	40.64142	-88.7834	229	Leksington,lksyngtwn  aylynwy,lyksynghtwn,Лексингтон,ليكسينغتون,لکسینگتون، ایلینوی,لیکسنگٹن، الینوائے		IL	113	43107	
4899739	Libertyville	libertyville	US	52567	20436	America/Chicago	42.28308	-87.95313	213	Burlington,Independence Grove,Libertivil,Libertyville,li bo di wei er,Либертивил,利伯蒂维尔		IL	097	43263	
4899777	Lilly	lilly	US	15938	0	America/Chicago	40.53754	-89.28675	244			IL	179	45792	
4899801	Lima	lima	US	14485	160	America/Chicago	40.17755	-91.37848	199	Lima,Лима		IL	001	43458	
4899822	Lincoln	lincoln	US	01773	13966	America/Chicago	40.14838	-89.36482	177	Camden,Lincoln,Linkol'n,Linkoln,Postville,linkana,lynkwln,lynkwln  aylynwy,Линколн,Линкольн,لنکن، الینوائے,لينكولن,لینکولن، ایلینوی,लिङ्कन	107	IL	107	21982	
4899911	Lincoln Park	lincoln-park	US	07035	66959	America/Chicago	41.9217	-87.64783	182	lnkn park  shkagw,لنکن پارک، شکاگو,リンカーン・パーク		IL	031	14000	
4899983	Lincolnshire	lincolnshire	US	60069	7282	America/Chicago	42.19002	-87.9084	201	Linkol'nshir,Linkolnshir,Линколншир,Линкольншир		IL	097	77668	
4899988	Lincolnwood	lincolnwood	US	60712	12646	America/Chicago	42.00448	-87.73006	184	Lincolnwood,Linkolnvud,Tessville,lynklnwwd,Линколнвуд,لينكلنوود		IL	031	53013	
4900013	Lindenhurst	lindenhurst	US	11757	14408	America/Chicago	42.41058	-88.02619	243			IL	097	41599	
4900015	Lindenwood	lindenwood	US	61049	0	America/Chicago	42.05308	-89.03065	235	Lindenwood,Lynnville		IL	141	45382	
4900070	Lisbon	lisbon	US	03585	298	America/Chicago	41.48142	-88.48229	204			IL	093	43913	
4900074	Limerick	limerick	US	04048	0	America/Chicago	41.49476	-89.46704	223			IL	011	20539	
4900080	Lisle	lisle	US	13797	22964	America/Chicago	41.80114	-88.07479	205	Lajl,Lilu,Lisle,Lisle Station,lysl,Лајл,Лилу,ليسل		IL	043	43952	
4900088	Litchfield	litchfield	US	03052	0	America/Chicago	41.16337	-87.5867	189			IL	091	49906	
4900097	Little America	little-america	US	82929	0	America/Chicago	40.40587	-90.03456	175			IL	057	44134	
4900162	Little Rock	little-rock	US	29567	0	America/Chicago	41.71753	-88.57619	216			IL	093	44043	
4900196	Little York	little-york	US	08834	330	America/Chicago	41.01115	-90.74625	187	Little York,Littleyork		IL	187	73716	
4900202	Littleton	littleton	US	01460	169	America/Chicago	40.23393	-90.62235	207	Littlton,Литтлтон		IL	169	44069	
4900207	Liverpool	liverpool	US	13088	124	America/Chicago	40.39171	-90.00095	137			IL	057	44134	
4900292	Lockport	lockport	US	14094	25175	America/Chicago	41.58948	-88.05784	181	Lockport,Lokport,Runyontown,Yankee Settlement,lakaporta,lwkbwrt,Локпорт,لاک پورٹ، الینوائے,لاک‌پورت، ایلینوی,لوكبورت,लकपोर्ट		IL	197	44238	
4900328	Loda	loda	US	60948	399	America/Chicago	40.51753	-88.07199	237	Loda,Oakalla		IL	075	44277	
4900334	Lodge	lodge	US	29082	0	America/Chicago	40.10614	-88.56006	213	Lodge,Lodge Station		IL	147	67587	
4900371	Lomax	lomax	US	61454	424	America/Chicago	40.67893	-91.07292	167			IL	071	44394	
4900373	Lombard	lombard	US	60148	43797	America/Chicago	41.88003	-88.00784	219	Babock's Grove,Lombard,lombarda,lwmbard,Ломбард,لومبارد,لومبارڈ، الینوائے,लोम्बार्ड		IL	043	83947	
4900386	London Mills	london-mills	US	61544	381	America/Chicago	40.71059	-90.26624	165			IL	057	84077	
4900400	Lone Tree	lone-tree	US	52755	0	America/Chicago	40.83698	-91.0182	162			IL	071	29444	
4900409	Long Branch	long-branch	US	07740	0	America/Chicago	40.21727	-90.03789	148			IL	125	33526	
4900416	Long Grove	long-grove	US	52756	8166	America/Chicago	42.17836	-87.99785	223			IL	097	77668	
4900430	Long Lake	long-lake	US	12847	3515	America/Chicago	42.37085	-88.12758	229			IL	097	30952	
4900435	Long Point	long-point	US	61333	218	America/Chicago	41.00475	-88.89174	195	Long Point,Longpoint		IL	105	44589	
4900485	Loon Lake	loon-lake	US	99148	0	America/Chicago	42.44696	-88.09008	238			IL	097	01608	
4900491	Loraine	loraine	US	62349	311	America/Chicago	40.15421	-91.22237	196			IL	001	39220	
4900511	Lorenzo	lorenzo	US	79343	0	America/Chicago	41.34725	-88.21562	163			IL	197	82114	
4900513	Loretto	loretto	US	15940	0	America/Chicago	40.97781	-88.43478	216			IL	105	76680	
4900534	Lost Nation	lost-nation	US	52254	708	America/Chicago	41.91114	-89.36677	215			IL	141	74535	
4900535	Lostant	lostant	US	61334	483	America/Chicago	41.14281	-89.06008	213	Ellsworth,Lostant		IL	099	36100	
4900539	Lotus	lotus	US	95651	0	America/Chicago	40.31892	-88.45589	227			IL	019	08914	
4900579	Loves Park	loves-park	US	61111	23455	America/Chicago	42.32002	-89.05816	222	Lavs Park,Love's Grove,Love's Park,Loves Park,labhsa parka,lawz park  aylynwy,lwfz bark,Лавс Парк,لاوز پارک، ایلینوی,لوفز بارك,لووز پارک، الینوائے,लभ्स पार्क		IL	201	65013	
4900592	Lowell	lowell	US	01850	0	America/Chicago	41.25059	-89.01064	190			IL	099	77623	
4900634	Lucas	lucas	US	42156	0	America/Chicago	40.30671	-89.3676	208			IL	107	24049	
4900643	Ludlow	ludlow	US	01056	365	America/Chicago	40.38698	-88.12754	236			IL	019	45187	
4900660	Luther	luther	US	49656	0	America/Chicago	40.19338	-89.65316	169			IL	125	47482	
4900717	Lyndon	lyndon	US	05849	626	America/Chicago	41.71753	-89.92595	187			IL	195	45291	
4900722	Lynn Center	lynn-center	US	61262	0	America/Chicago	41.29587	-90.3579	231	Lynn,Lynn Center		IL	073	45304	
4900739	Lynwood	lynwood	US	90262	9280	America/Chicago	41.52642	-87.53865	188	Linvud,Линвуд		IL	031	06561	
4900740	Lynwood	lynwood	US	90262	7713	America/Chicago	41.68364	-88.39368	197			IL	093	08368	
4900749	Lyons	lyons	US	07939	10722	America/Chicago	41.81337	-87.81811	189			IL	031	45447	
4900801	Machesney Park	machesney-park	US	61115	22927	America/Chicago	42.34724	-89.039	226	Machesney Park,RMC		IL	201	32928	
4900808	Mackinaw	mackinaw	US	61755	1923	America/Chicago	40.53698	-89.35759	209			IL	179	45792	
4900817	Macomb	macomb	US	48042	18547	America/Chicago	40.45921	-90.6718	215	MQB,Macomb,Makom,Washington,ma ke mu,makwm,makwm  aylynwy,meokom,myakamba,Маком,ماكوم,ماکوم، ایلینوی,ماکومب، الینوائے,म्याकम्ब,马克姆,머콤	109	IL	109	45915	
4900876	Magnolia	magnolia	US	08049	252	America/Chicago	41.11365	-89.19453	203			IL	155	46123	
4900885	Mahomet	mahomet	US	61853	8056	America/Chicago	40.19531	-88.40422	223	Mahomet,Makhomet,Middletown,mahometa,mahwmt,Махомет,ماهومت,माहोमेट		IL	019	46149	
4900922	Malden	malden	US	02148	349	America/Chicago	41.42448	-89.36926	214			IL	011	05430	
4900942	Malta	malta	US	43758	1152	America/Chicago	41.92975	-88.86092	277			IL	037	46292	
4900948	Malvern	malvern	US	19355	0	America/Chicago	41.85531	-89.88678	212			IL	195	15144	
4900961	Manhattan	manhattan	US	59741	7400	America/Chicago	41.42253	-87.98589	208	Mankhehtten,Манхэттен		IL	197	46370	
4900970	Manito	manito	US	61546	1527	America/Chicago	40.42587	-89.77928	151			IL	125	46396	
4900975	Manley	manley	US	68403	0	America/Chicago	40.58393	-90.42568	197			IL	057	42574	
4900978	Manlius	manlius	US	13104	346	America/Chicago	41.45642	-89.66899	214			IL	011	46435	
4901006	Mansfield	mansfield	US	02048	870	America/Chicago	40.21142	-88.50617	222	Mehnsfild,Мэнсфилд		IL	147	06808	
4901015	Manteno	manteno	US	60950	8999	America/Chicago	41.25059	-87.83143	209			IL	091	46513	
4901027	Manville	manville	US	02838	0	America/Chicago	41.05503	-88.76618	188	Collins,Manville,Newtown		IL	105	52883	
4901102	Maple Park	maple-park	US	60151	1308	America/Chicago	41.90753	-88.59925	263	Lodi,Maple Park		IL	089	78188	
4901119	Mapleton	mapleton	US	04757	281	America/Chicago	40.56643	-89.73177	144			IL	143	35645	
4901121	Maplewood	maplewood	US	07040	0	America/Chicago	41.92837	-87.69533	181			IL	031	14000	
4901137	Maquon	maquon	US	61458	283	America/Chicago	40.79893	-90.16568	193			IL	095	46708	
4901162	Marcus	marcus	US	51035	0	America/Chicago	42.15835	-90.19596	185			IL	015	79020	
4901164	Marengo	marengo	US	43334	7503	America/Chicago	42.24863	-88.60843	254	Marengo,Pleasant Grove,marngw  aylynwy,marynghw,myarengo,Маренго,Маренґо,مارنگو، الینوائے,مارنگو، ایلینوی,مارينغو,म्यारेंगो		IL	111	46799	
4901186	Marietta	marietta	US	13110	107	America/Chicago	40.50115	-90.39263	198	Marietta,Мариетта		IL	057	33110	
4901208	Mark	mark	US	61340	532	America/Chicago	41.26448	-89.25009	210			IL	155	31030	
4901229	Markham	markham	US	22643	12682	America/Chicago	41.59365	-87.69477	189			IL	031	07939	
4901249	Maroa	maroa	US	61756	1739	America/Chicago	40.03643	-88.95703	221			IL	115	47085	
4901255	Marquette	marquette	US	49855	0	America/Chicago	41.33087	-89.26259	197	Luceyville,Marquette		IL	011	32265	
4901279	Marseilles	marseilles	US	61341	4963	America/Chicago	41.33087	-88.70813	159	Marsejls,marselsa,marsyh  aylynwy,mrsylya,Марсејлс,مارسیل، الینوائے,مارسیه، ایلینوی,مرسيليا,मार्सेल्स		IL	099	66456	
4901308	Marston	marston	US	28363	0	America/Chicago	41.30725	-90.80181	238			IL	131	20968	
4901341	Martinton	martinton	US	60951	373	America/Chicago	40.91587	-87.72531	191			IL	075	47293	
4901379	Maryland	maryland	US	12116	0	America/Chicago	42.06558	-89.54733	269	Harrison,Maryland,Maryland Station,West Branch		IL	141	43549	
4901390	Mason City	mason-city	US	50401	2180	America/Chicago	40.20227	-89.69816	177	Mejson-Siti,Мейсон-Сити		IL	125	47482	
4901436	Matherville	matherville	US	61263	684	America/Chicago	41.25976	-90.60791	228			IL	131	61795	
4901445	Matteson	matteson	US	60443	19195	America/Chicago	41.50392	-87.7131	211			IL	031	63498	
4901474	Maxwell	maxwell	US	46154	0	America/Chicago	40.68865	-89.70038	212			IL	143	43523	
4901512	Maytown	maytown	US	17550	0	America/Chicago	41.62837	-89.36787	267			IL	103	47644	
4901513	Mayview	mayview	US	64071	0	America/Chicago	40.11337	-88.11032	209			IL	019		
4901514	Maywood	maywood	US	07607	24012	America/Chicago	41.8792	-87.84312	191	Maywood i Illinois,Mehjvud,Meivuda,Meivudas,Mejud,Mejvud,maywwd,mei wu shi,meiuddo,meiudeu,mevuda,my wwd,myywwd,myywwwd,Мейвуд,Мейуд,Мејвуд,Мэйвуд,מייווד,מייוווד,مايوود,می وود,मेवूड,メイウッド,梅坞市,메이우드		IL	031	62133	
4901525	Mazon	mazon	US	60444	989	America/Chicago	41.24142	-88.41951	179	Centretown,Mazon,Mazon Station		IL	063	47800	
4901542	McCall	mccall	US	83638	0	America/Chicago	40.45282	-91.19709	212			IL	067	61496	
4901663	McHenry	mchenry	US	58464	26657	America/Chicago	42.33335	-88.26675	243	Makkhenri,makhnry,mikahenri,Макхенри,ماكهنري,مک ہنری، الینوائے,مک‌هنری، ایلینوی,मिकहेन्री		IL	111	45707	
4901729	McLean	mclean	US	68747	815	America/Chicago	40.31448	-89.16981	216	Maklin,Маклин		IL	113	50972	
4901830	Media	media	US	19063	102	America/Chicago	40.77504	-90.83208	216			IL	071	48086	
4901839	Medinah	medinah	US	60157	2097	America/Chicago	41.98142	-88.05118	223	Meacham,Medinah		IL	043	06600	
4901868	Melrose Park	melrose-park	US	60160	25379	America/Chicago	41.90059	-87.85673	193	Melrose,Melrose Park,Melroz Park,melroja parka,mlrwz bark,Мелроз Парк,ملروز بارك,मेल्रोज पार्क		IL	031	62133	
4901876	Melvin	melvin	US	36913	437	America/Chicago	40.56753	-88.24783	248	Melvin,Melvin Station		IL	053	58317	
4901941	Mendon	mendon	US	01756	942	America/Chicago	40.08838	-91.28376	232			IL	001	48320	
4901944	Mendota	mendota	US	24270	7204	America/Chicago	41.54725	-89.11759	226			IL	099	48346	
4901966	Menominee	menominee	US	49858	249	America/Chicago	42.48778	-90.53318	232			IL	085	48372	
4901998	Meredith	meredith	US	03253	0	America/Chicago	41.89947	-88.54036	264			IL	089	78188	
4902002	Meriden	meriden	US	03770	0	America/Chicago	41.57142	-89.03342	221			IL	099	48463	
4902015	Merna	merna	US	61758	0	America/Chicago	40.5167	-88.8259	247			IL	113	75835	
4902065	Metamora	metamora	US	43540	3734	America/Chicago	40.79059	-89.36064	249	Metamora,metamora,mytamwra,Метамора,ميتامورا,मेटामोरा		IL	203	48619	
4902097	Mexico	mexico	US	04257	0	America/Chicago	41.79364	-87.69172	182	Cabbegeville,Mexico,New Mexico,Oklahoma		IL	031	14000	
4902161	Middlebury	middlebury	US	05753	0	America/Chicago	42.14419	-88.23814	264			IL	031	03831	
4902170	Middletown	middletown	US	02842	313	America/Chicago	40.10032	-89.59094	178			IL	107	16496	
4902174	Midland City	midland-city	US	36350	0	America/Chicago	40.14532	-89.1337	199			IL	039	03714	
4902181	Midlothian	midlothian	US	21543	14847	America/Chicago	41.62531	-87.71755	187	Midlotijan,midlothiyana,mydlwthyan,Мидлотијан,ميدلوثيان,मिड्लोथियन		IL	031	07939	
4902190	Midway	midway	US	15060	0	America/Chicago	40.51948	-89.66205	157			IL	179	14403	
4902191	Midway	midway	US	15060	0	America/Chicago	40.01615	-87.6378	207			IL	183	28976	
4902218	Milan	milan	US	03588	5096	America/Chicago	41.45309	-90.57208	171			IL	161	06301	
4902229	Milford	milford	US	01757	1242	America/Chicago	40.62837	-87.69614	204	Milford,Милфорд		IL	075	49061	
4902275	Millburn	millburn	US	07041	0	America/Chicago	42.42585	-88.00397	226	Milburn,Millburn		IL	097	41599	
4902279	Milledgeville	milledgeville	US	31059	983	America/Chicago	41.96336	-89.77456	232			IL	015	83700	
4902289	Millbrook	millbrook	US	12545	350	America/Chicago	41.59836	-88.55285	191			IL	093	27416	
4902316	Millersburg	millersburg	US	17061	0	America/Chicago	41.24142	-90.81847	224	Millersburg,Millersburgh		IL	131	49256	
4902327	Millington	millington	US	07946	665	America/Chicago	41.56253	-88.59841	172	Milford,Millington		IL	093	27416	
4902343	Milroy	milroy	US	17063	0	America/Chicago	41.01865	-90.92098	172			IL	071	56250	
4902356	Mineral	mineral	US	23117	229	America/Chicago	41.38254	-89.83649	195			IL	011	49529	
4902359	Millville	millville	US	01529	0	America/Chicago	42.4489	-90.05151	255			IL	085	66326	
4902370	Minier	minier	US	61759	1224	America/Chicago	40.43365	-89.31315	194			IL	179	44017	
4902382	Minonk	minonk	US	61760	2053	America/Chicago	40.90448	-89.03452	226			IL	203	49581	
4902386	Minooka	minooka	US	60447	11243	America/Chicago	41.45531	-88.26173	186			IL	063	03090	
4902456	Modena	modena	US	12548	0	America/Chicago	41.13531	-89.76316	210			IL	175	75796	
4902475	Mokena	mokena	US	60448	19923	America/Chicago	41.52614	-87.88922	215			IL	197	27631	
4902476	Moline	moline	US	49335	42681	America/Chicago	41.5067	-90.51513	176	MLI,Molijn,Molin,Moline,Quad Cities,mo lin,mola'ina,mwlyn,mwlyn  aylynwy,Молийн,Молин,Молін,مولن، الینوائے,مولين,مولین، ایلینوی,मोलाइन,莫林		IL	161	49880	
4902486	Momence	momence	US	60954	3213	America/Chicago	41.1667	-87.66281	191	Lorain,Momence		IL	091	28456	
4902498	Monee	monee	US	60449	5082	America/Chicago	41.42003	-87.74171	243			IL	197	49958	
4902512	Monmouth	monmouth	US	04259	9291	America/Chicago	40.91143	-90.64736	232	Monmut,monma'utha,mwnmawth,Монмут,مون ماؤتھ، الینوائے,مونماوث,مون‌موث، ایلینوی,मोन्माउथ	187	IL	187	50023	
4902526	Monroe Center	monroe-center	US	61052	455	America/Chicago	42.09836	-89.00065	260	Monroe,Monroe Center,Monroe Centre		IL	141	50049	
4902547	Monterey	monterey	US	01245	0	America/Chicago	40.53115	-89.94595	183	Monterey,Montery		IL	057	03584	
4902559	Montgomery	montgomery	US	05470	19489	America/Chicago	41.73058	-88.3459	195	Montgomeri,Монтгомери		IL	089	03025	
4902567	Monticello	monticello	US	04760	5509	America/Chicago	40.02781	-88.5734	201	Montiselo,mantyslw  aylynwy,montiselo,mwntyslw,mwntyzlw,Монтисело,מונטיצלו,مانتیسلو، ایلینوی,مونتيسلو,مونٹی سیلو، الینوائے,मोन्टिसेलो	147	IL	147	50257	
4902583	Montrose	montrose	US	10548	0	America/Chicago	41.96364	-87.74756	187			IL	031	14000	
4902636	Mooseheart	mooseheart	US	60539	0	America/Chicago	41.82392	-88.3348	220			IL	089	04091	
4902663	Moreland	moreland	US	30259	0	America/Chicago	41.89031	-87.74561	185			IL	031	14000	
4902706	Morris	morris	US	06763	14363	America/Chicago	41.35725	-88.42118	157	Moris,morisa,mwrys,mwrys  aylynwy,Морис,مورس، الینوائے,موريس,موریس، ایلینوی,मोरिस	063	IL	063	50504	
4903568	New Milford	new-milford	US	06776	697	America/Chicago	42.18697	-89.06788	224	Novye Milford,Новые Милфорд		IL	201	65013	
4902724	Morrison	morrison	US	37357	4145	America/Chicago	41.80975	-89.96512	207	Morison,morisana,mwryswn,mwryswn  aylynwy,Морисон,موريسون,موریسن، الینوائے,موریسون، ایلینوی,मोरिसन	195	IL	195	51076	
4902742	Morristown	morristown	US	07960	0	America/Chicago	41.39642	-90.29874	223			IL	073	56809	
4902743	Morristown	morristown	US	07960	0	America/Chicago	42.17252	-89.06705	229			IL	201	65013	
4902748	Morse	morse	US	70559	0	America/Chicago	41.23032	-89.6451	230			IL	175	56783	
4902754	Morton	morton	US	14508	16306	America/Chicago	40.61282	-89.45926	218	Morton,Pumpkin Capital of the World		IL	179	50634	
4902763	Morton Grove	morton-grove	US	60053	23448	America/Chicago	42.04059	-87.78256	190	Morton Grouv,Morton Grove,Mortongrove,mortana grobha,mwrtwn ghrwf,Мортон Гроув,مورتون غروف,मोर्टन ग्रोभ		IL	031	53013	
4902802	Mossville	mossville	US	61552	0	America/Chicago	40.81559	-89.56787	142			IL	143	48099	
4902883	Mount Carroll	mount-carroll	US	61053	1620	America/Chicago	42.09502	-89.97818	247	Maunt Kerol,ma'unta kyarola,mawnt karwl,Маунт Керол,ماؤنٹ کیرل، الینوائے,ماونت كارول,مونت‌کارول، ایلینوی,माउन्ट क्यारोल	015	IL	015	50894	
4902955	Mount Morris	mount-morris	US	14510	2877	America/Chicago	42.05031	-89.43122	277			IL	141	51011	
4903024	Mount Prospect	mount-prospect	US	60056	54747	America/Chicago	42.06642	-87.93729	204	Maunt Prospekt,ma'unta prospekta,mwnt brwsbkt,Маунт Проспект,ماؤنٹ پراسپیکٹ، الینوائے,مونت بروسبكت,माउन्ट प्रोस्पेक्ट		IL	031	81100	
4903032	Mount Pulaski	mount-pulaski	US	62548	1515	America/Chicago	40.01088	-89.28231	202			IL	107	51141	
4903123	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	41.83392	-87.66894	182			IL	031	14000	
4903181	Muncie	muncie	US	47302	143	America/Chicago	40.11559	-87.84475	197	Mansi,Манси		IL	183	55015	
4903184	Mundelein	mundelein	US	60060	31582	America/Chicago	42.26308	-88.00397	224	Area,Mandlajn,Mundelein,mandelina,mwndlyn,Мандлајн,منڈلائن، الینوائے,موندلين,मंडेलीन		IL	097	43263	
4903209	Munster	munster	US	46321	0	America/Chicago	41.10559	-88.90285	195	Munstel,Munster		IL	105	63017	
4903224	Munger	munger	US	48747	0	America/Chicago	41.96447	-88.22285	232			IL	043	79410	
4903258	Myrtle	myrtle	US	38650	0	America/Chicago	42.16808	-89.35678	235			IL	141	42470	
4903266	Nachusa	nachusa	US	61057	0	America/Chicago	41.83142	-89.38982	241			IL	103	51557	
4903279	Naperville	naperville	US	60540	147100	America/Chicago	41.78586	-88.14729	216	Fort Naper,Naper Settlement,Naperville,Napervillium,Napiersville,Napierville,Nejpervil,Nejpervill,Nepervill,QMX,nabrfyl,nei po wei er,neipabiru,neipeobil,neparabhila,Нейпервилл,Непервілл,Нејпервил,نابرفيل,ناپرس‌ویل، ایلینوی,نیپرویل، الینوائے,नेपरभिल,ネイパービル,內珀維爾,네이퍼빌		IL	043	51635	
4903327	Natrona	natrona	US	82646	0	America/Chicago	40.27088	-89.63233	176			IL	125	00844	
4903330	Nauvoo	nauvoo	US	35578	1108	America/Chicago	40.55004	-91.38487	198	Commerce,Commerce City,Nauvoo,Venus		IL	067	51804	
4903390	Nekoma	nekoma	US	58355	0	America/Chicago	41.17281	-90.18873	247			IL	073	79722	
4903392	Nelson	nelson	US	03457	162	America/Chicago	41.79642	-89.60177	199			IL	103	51960	
4903434	Nevada	nevada	US	44849	0	America/Chicago	41.08587	-88.55145	207			IL	105	52077	
4903443	New Auburn	new-auburn	US	54757	0	America/Chicago	41.75392	-87.64672	181			IL	031	14000	
4903444	New Bedford	new-bedford	US	02740	72	America/Chicago	41.51281	-89.72066	196	N'ju-Bedford,Нью-Бедфорд		IL	011	31602	
4903454	New Boston	new-boston	US	03070	653	America/Chicago	41.17031	-90.99681	173			IL	131	52233	
4903466	New City	new-city	US	10956	40997	America/Chicago	41.80753	-87.65644	182			IL	031	14000	
4903497	New Holland	new-holland	US	17557	263	America/Chicago	40.18477	-89.58094	169			IL	107	69290	
4903532	New Lebanon	new-lebanon	US	12125	0	America/Chicago	42.09891	-88.60314	256			IL	037	28911	
4903535	New Lenox	new-lenox	US	60451	25800	America/Chicago	41.51198	-87.96561	204	Nju Lenoks,n'yu lenaksa,nyw lnwks,Њу Ленокс,نيو لنوكس,न्यु लेनक्स		IL	197	52597	
4903590	New Philadelphia	new-philadelphia	US	17959	0	America/Chicago	40.48949	-90.47235	207	Grant,New Philadelphia,New Philly		IL	109	50738	
4903635	New Windsor	new-windsor	US	12553	782	America/Chicago	41.20226	-90.44235	245	New Windsor,Windsor		IL	131	64551	
4903644	Newark	newark	US	07101	1025	America/Chicago	41.53697	-88.58341	205	N'juark,Ньюарк		IL	093	05872	
4903687	Newtown	newtown	US	06470	0	America/Chicago	40.16726	-87.76919	222	Newtown,Pilot		IL	183	55015	
4903730	Niles	niles	US	44446	29876	America/Chicago	42.01892	-87.80284	194	Najls,na'ilsa,naylz,Најлс,نايلز,نایلز,नाइल्स		IL	031	53013	
4903749	Niota	niota	US	37826	0	America/Chicago	40.61754	-91.28793	159	East Fort Madison,East Fort Madison Station,Niota		IL	067	01621	
4903770	Nora	nora	US	24272	114	America/Chicago	42.45584	-89.9454	309			IL	085	53208	
4903779	Norma	norma	US	08347	0	America/Chicago	42.03642	-87.91312	198			IL	031	46162	
4903780	Normal	normal	US	35762	54373	America/Chicago	40.5142	-88.99063	244	Normal,Normal'naja,North Bloomington,nuo mo er,nwrmal  alynwy,Нормал,Нормальная,نورمال، إلينوي,诺默尔		IL	113	53247	
4903796	Normandy	normandy	US	37360	0	America/Chicago	41.56198	-89.64927	199			IL	011	31602	
4903802	Normantown	normantown	US	25267	0	America/Chicago	41.65475	-88.23229	204			IL	197	81035	
4903805	Norris	norris	US	29667	204	America/Chicago	40.62587	-90.03206	222			IL	057	25544	
4903818	North Aurora	north-aurora	US	60542	17456	America/Chicago	41.80614	-88.3273	207			IL	089	03025	
4903862	North Chicago	north-chicago	US	60064	29491	America/Chicago	42.32558	-87.84118	201	Nort Chikago,nartha sikago,nwrth shykaghw,Норт Чикаго,نورتھ شکاگو، الینوائے,نورث شيكاغو,نورث‌شیکاگو، ایلینوی,नर्थ शिकागो		IL	097	69485	
4903918	North Hampton	north-hampton	US	03862	0	America/Chicago	40.93115	-89.53898	162			IL	143	32304	
4903923	North Henderson	north-henderson	US	61466	180	America/Chicago	41.0892	-90.47541	236			IL	131	53806	
4904056	Northbrook	northbrook	US	60062	33663	America/Chicago	42.12753	-87.82895	197	Nortbrook,Northbrook,Shermerville,Techny,narthabruka,nwrth brwk,Нортброок,نارتھبروک، الینوائے,نورث بروك,नर्थब्रूक		IL	031	53676	
4904094	Northfield	northfield	US	01360	5484	America/Chicago	42.09975	-87.7809	193	Nortfild,narthaphilda,nwrthfyld,Нортфилд,نارتھفیلڈ، الینوائے,نورثفيلد,नर्थफिल्ड		IL	031	53676	
4904141	Northville	northville	US	12134	0	America/Chicago	41.56336	-88.70535	200			IL	099	54248	
4904196	Norway	norway	US	04268	0	America/Chicago	41.46559	-88.66452	195			IL	099	49646	
4904202	Norwood	norwood	US	02062	0	America/Chicago	41.0892	-90.63819	212			IL	131	73339	
4904203	Norwood	norwood	US	02062	475	America/Chicago	40.70559	-89.69871	212	Norwood,Norwood Park		IL	143	43523	
4904277	Oak Brook	oak-brook	US	60523	8091	America/Chicago	41.83281	-87.92895	202	Oak Brook,Oakbrook,Ouk Bruk,QHO,awk brwk,oka bruka,Оук Брук,أوك بروك,ओक ब्रूक		IL	043	83947	
4904286	Oak Forest	oak-forest	US	60452	28074	America/Chicago	41.60281	-87.74394	205	Ouk Forist,awk fwrst,oka pharesta,Оук Форист,أوك فورست,اوک فاریسٹ، الینوائے,اوک‌فارست، ایلینوی,ओक फरेस्ट		IL	031	07939	
4904297	Oak Grove	oak-grove	US	42262	0	America/Chicago	42.29641	-87.91674	213			IL	097	43263	
4904298	Oak Grove	oak-grove	US	42262	572	America/Chicago	41.41059	-90.57069	220			IL	161	07549	
4904299	Oak Grove	oak-grove	US	42262	0	America/Chicago	40.01949	-90.41457	135			IL	017	04364	
4904341	Oak Hill	oak-hill	US	12460	0	America/Chicago	40.78754	-89.8665	181			IL	143	65715	
4904365	Oak Lawn	oak-lawn	US	60453	56781	America/Chicago	41.71087	-87.75811	182	Ouk Lon,awk lawn,oka lana,Оук Лон,أوك لاون,اوک لان، الینوائے,ओक लन		IL	031	83531	
4904381	Oak Park	oak-park	US	48237	52287	America/Chicago	41.88503	-87.7845	189	Harlem,Noyesville,Oak Park,Oak Ridge,Ouk-Park,Оук-Парк		IL	031	54898	
4904407	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	40.81143	-89.43759	218			IL	203	83544	
4904408	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	42.15753	-88.09174	261			IL	097	22853	
4904429	Oak Run	oak-run	US	96069	547	America/Chicago	40.96337	-90.14512	225			IL	095	59221	
4904463	Oakford	oakford	US	46965	279	America/Chicago	40.10255	-89.96317	151			IL	129		
4904472	Oakland	oakland	US	02858	0	America/Chicago	41.82309	-87.60394	182			IL	031	14000	
4904506	Oakton	oakton	US	22124	0	America/Chicago	42.0267	-87.67117	181			IL	031	24595	
4904520	Oakwood	oakwood	US	24631	1532	America/Chicago	40.11615	-87.77836	197			IL	183	55015	
4904574	Odell	odell	US	60460	1000	America/Chicago	41.00364	-88.52534	219			IL	105	55184	
4904585	Ogden	ogden	US	50212	806	America/Chicago	40.11392	-87.95614	204	Ogden,Огден		IL	019	55288	
4904605	Oglesby	oglesby	US	61348	3647	America/Chicago	41.29531	-89.05953	192			IL	099	42197	
4904612	Ohio	ohio	US	61349	495	America/Chicago	41.55753	-89.46093	275			IL	011	55392	
4904743	Olin	olin	US	28660	0	America/Chicago	40.75281	-89.76844	158			IL	143	65715	
4904762	Oliver	oliver	US	15472	0	America/Chicago	41.80086	-90.06818	184			IL	195	76758	
4904793	Olympia Fields	olympia-fields	US	60461	4988	America/Chicago	41.51337	-87.67421	211	Olimpija Filds,awlymbya fyldz,Олимпија Филдс,أوليمبيا فيلدز		IL	031	06561	
4904809	Onarga	onarga	US	60955	1321	America/Chicago	40.71504	-88.00615	204			IL	075	56094	
4904828	Oneco	oneco	US	06373	0	America/Chicago	42.48751	-89.66429	257			IL	177	56120	
4904831	Oneida	oneida	US	13421	681	America/Chicago	41.07226	-90.2254	248			IL	095	56172	
4904861	Ophiem	ophiem	US	61468	0	America/Chicago	41.25254	-90.38763	227			IL	073	45304	
4904872	Oquawka	oquawka	US	61469	1314	America/Chicago	40.93198	-90.94709	168		071	IL	071	56250	
4904882	Orangeville	orangeville	US	17859	756	America/Chicago	42.46835	-89.64401	250	Bowers Mills,Bowersville,Orangeville		IL	177	56120	
4904898	Oregon	oregon	US	43616	3580	America/Chicago	42.01475	-89.33233	216	Florence,Oregon,argwn  aylynwy,awryghwn,Орегон,أوريغون,ارگون، ایلینوی,اوریگن، الینوائے	141	IL	141	56504	
4904922	Orion	orion	US	61273	1825	America/Chicago	41.35476	-90.38152	236			IL	073	80190	
4904937	Orland Park	orland-park	US	60462	58619	America/Chicago	41.63031	-87.85394	215	Orland,Orland Park,awrland bark,Орланд Парк,اورلاند بارك,اورلینڈ پارک، الینوائے		IL	031	56614	
4904973	Osborn	osborn	US	64474	0	America/Chicago	41.52253	-90.27318	178	Osborn,Osborne		IL	161	84246	
4904976	Osceola	osceola	US	16942	0	America/Chicago	41.21309	-89.77982	237			IL	175	23646	
4904982	Osco	osco	US	61274	0	America/Chicago	41.34781	-90.2804	235			IL	073	56809	
4904996	Oswego	oswego	US	13126	33955	America/Chicago	41.68281	-88.35146	195	Lodi,Osvigo,Oswego,Oswego Mills,Освиго,اوسویگو، الینوائے		IL	093	56900	
4905006	Ottawa	ottawa	US	25149	18342	America/Chicago	41.34559	-88.84258	147	Otava,Ottava,Ottawa,Ottowa,South Ottawa,atawa  aylynwy,awtawa,Отава,Оттава,أوتاوا,اتاوا، ایلینوی,اوٹاوا، الینوائے	099	IL	099	56939	
4905036	Otto	otto	US	14766	0	America/Chicago	41.04725	-87.89115	192			IL	091	57017	
4905192	Pacific Junction	pacific-junction	US	51561	0	America/Chicago	41.91281	-87.72061	184			IL	031	14000	
4905211	Palatine	palatine	US	60038	69308	America/Chicago	42.1103	-88.03424	226	Palatajn,Palatin,Palatinas,Palatine,blatyn,Палатајн,Палатин,بلاتين,پالاتائن، الینوائے		IL	031	57238	
4905228	Palisades	palisades	US	10964	0	America/Chicago	41.71364	-87.93367	185	Byrneville,Palisades		IL	043	20604	
4905232	Palm Beach	palm-beach	US	33480	0	America/Chicago	42.37669	-88.19731	229			IL	097	30952	
4905244	Palmerton	palmerton	US	18071	0	America/Chicago	40.0006	-90.14901	186			IL	017	57550	
4905245	Palmyra	palmyra	US	04965	731	America/Chicago	41.8517	-89.57788	247			IL	103	57316	
4905247	Paloma	paloma	US	62359	0	America/Chicago	40.02282	-91.19514	223			IL	001	35957	
4905259	Palos Heights	palos-heights	US	60463	12545	America/Chicago	41.66809	-87.79644	190			IL	031	83531	
4905263	Palos Hills	palos-hills	US	60465	17565	America/Chicago	41.6967	-87.817	181			IL	031	57355	
4905265	Palos Park	palos-park	US	60464	4888	America/Chicago	41.66725	-87.83033	210			IL	031	57355	
4905285	Panola	panola	US	35477	51	America/Chicago	40.78365	-89.02119	224	Panola,Panola Station		IL	203	57537	
4905297	Papineau	papineau	US	60956	165	America/Chicago	40.9692	-87.71642	192			IL	075	57589	
4905334	Park City	park-city	US	42160	7392	America/Chicago	42.34836	-87.88424	213			IL	097	79306	
4905337	Park Forest	park-forest	US	60466	21954	America/Chicago	41.49142	-87.67449	217	Park Forist,bark fwrst,Парк Форист,بارك فورست,پارک فارسٹ، الینوائے		IL	031	63498	
4905342	Park Hill	park-hill	US	74451	0	America/Chicago	42.15753	-88.09591	263			IL	097	22853	
4905367	Park Ridge	park-ridge	US	07656	37757	America/Chicago	42.01114	-87.84062	196	Brickton,Park Ridge,Park Ridz,Park Ritz,Park-Ridzh,Parkridge,bark rydj,Παρκ Ριτζ,Парк Риџ,Парк-Ридж,Парк-Рідж,بارك ريدج,پارک رج، الینوائے,پارک‌ریج، ایلینوی		IL	031	46162	
4905439	Parnell	parnell	US	52325	0	America/Chicago	40.22309	-88.72063	227			IL	039	19785	
4905484	Pattonsburg	pattonsburg	US	64670	0	America/Chicago	40.93781	-89.18453	207	Bell Plain,Belle Plain,Pattonsburg		IL	123	04949	
4905491	Pauline	pauline	US	29374	0	America/Chicago	40.12753	-88.00587	209			IL	019	55288	
4905496	Pavillion	pavillion	US	82523	0	America/Chicago	41.61059	-88.47507	229			IL	093	39454	
4905498	Paw Paw	paw-paw	US	25434	821	America/Chicago	41.68892	-88.9812	288	Paw Paw,Pawpaw,aw Paw Grove		IL	103	83674	
4905509	Paxton	paxton	US	01612	4357	America/Chicago	40.46031	-88.09532	241	Pakston,Paxton,Prairie City,Prospect City,bakstwn,pakstwn  aylynwy,Пакстон,باكستون,پاکستون، ایلینوی,پاکسٹن، الینوائے	053	IL	053	58122	
4905559	Pearl City	pearl-city	US	61062	805	America/Chicago	42.2653	-89.82595	254	Pearl City,Yellow Creek		IL	177	44758	
4905568	Pebble Beach	pebble-beach	US	93953	0	America/Chicago	41.33948	-88.40007	159			IL	063	79345	
4905572	Pecatonica	pecatonica	US	61063	2124	America/Chicago	42.31391	-89.35928	235	Lysander,Pecatonica		IL	201	58421	
4905599	Pekin	pekin	US	47165	33223	America/Chicago	40.56754	-89.64066	153	Pekin,Pikin,bykyn,pkyn  aylynwy,Пекин,Пикин,بيكين,پکین، ایلینوی,پیکن، الینوائے	179	IL	179	58460	
4905623	Pellville	pellville	US	42364	0	America/Chicago	40.46142	-87.92253	227	Pellsville,Pellville		IL	183	10162	
4905634	Penfield	penfield	US	14526	193	America/Chicago	40.30337	-87.9467	217			IL	019	15976	
4905654	Pennock	pennock	US	56279	0	America/Chicago	41.92864	-87.72672	184			IL	031	14000	
4905664	Penrose	penrose	US	28766	0	America/Chicago	41.88753	-89.66789	220			IL	195	38700	
4905687	Peoria	peoria	US	61601	115070	America/Chicago	40.69365	-89.58899	153	Au Pay,Au Pe,Le Pe,Opq,PIA,Peoria,Peorija,Pimitoui,Piorias,Piorija,bywrya,pi ao li ya,piolia,pioria,piyoriya,pywrya,pywrya  aylynwy,Пеория,Пиорија,Піорія,פאוריה,بيوريا,پئوریا، ایلینوی,پیوریا,پیوریا، الینوائے,पियोरिया,ピオリア,皮奥里亚,피오리아	143	IL	143	59013	
4905704	Peoria Heights	peoria-heights	US	61616	5979	America/Chicago	40.74726	-89.57398	239	Peoria Heights,Prospect Heights		IL	143	63771	
4905724	Peotone	peotone	US	60468	4120	America/Chicago	41.33226	-87.78532	215			IL	197	59065	
4905762	Perryville	perryville	US	21903	0	America/Chicago	42.22169	-88.97955	234			IL	201	13087	
4905770	Peru	peru	US	04290	9952	America/Chicago	41.32753	-89.12897	183	Peru,VYS,Перу		IL	099	59247	
4905791	Petersburg	petersburg	US	12138	2190	America/Chicago	40.01172	-89.84817	156	Peterburg,Petersburg,Petersburgh,Pitersburg,btrsbwrgh,ptrzbwrg  aylynwy,Петербург,Питерсбург,بطرسبورغ,پترزبورگ، ایلینوی,پیٹرزبرگ، الینوائے	129	IL	129		
4905812	Peterstown	peterstown	US	24963	0	America/Chicago	41.49809	-89.14675	216			IL	099	76238	
4905838	Phelps	phelps	US	14532	0	America/Chicago	40.84865	-90.57486	236			IL	187	42847	
4905866	Philo	philo	US	43771	1464	America/Chicago	40.00698	-88.1581	224			IL	019	59546	
4905873	Phoenix	phoenix	US	13135	1958	America/Chicago	41.61115	-87.63477	183	Finiks,Финикс		IL	031	75198	
4905990	Pine Grove	pine-grove	US	17963	0	America/Chicago	41.33948	-88.40451	160			IL	063	79345	
4905991	Pine Grove	pine-grove	US	17963	0	America/Chicago	41.95253	-87.64478	180			IL	031	14000	
4906023	Pine Valley	pine-valley	US	14872	0	America/Chicago	42.17197	-88.06674	248			IL	097	22853	
4906043	Pioneer	pioneer	US	37847	0	America/Chicago	40.78281	-89.65482	219	Pioneer,Radnor		IL	143	39818	
4906073	Piper City	piper-city	US	60959	791	America/Chicago	40.7567	-88.19116	205			IL	053	07978	
4906125	Plainfield	plainfield	US	01070	42527	America/Chicago	41.62697	-88.20395	188	Plainfield,Plejnfild,Walkers Grove,blaynfyld,peulleinpildeu,Плејнфилд,بلاينفيلد,پلینفیلڈ، الینوائے,플레인필드		IL	197	60300	
4906143	Plano	plano	US	52581	11282	America/Chicago	41.66281	-88.53702	198	Planom,Plejno,blanw,Планом,Плејно,بلانو		IL	093	44043	
4906215	Pleasant Hill	pleasant-hill	US	27866	989	America/Chicago	40.61309	-88.74701	229	Pleasant Hill,Selma		IL	113	43107	
4906295	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	42.22585	-90.02707	202			IL	085	60664	
4906327	Pleasant View	pleasant-view	US	37146	0	America/Chicago	40.1031	-90.46485	226	Pleasant View,Pleasantview		IL	169	66352	
4906386	Plymouth	plymouth	US	02360	485	America/Chicago	40.29171	-90.91902	198	Plimut,Плимут		IL	067	67054	
4906415	Polk	polk	US	16342	0	America/Chicago	41.3117	-87.60837	220			IL	197	79059	
4906421	Polo	polo	US	61064	2253	America/Chicago	41.98614	-89.57928	263	Polo,bwlw,pwlw  aylynwy,Поло,بولو,پولو، الینوائے,پولو، ایلینوی		IL	141	09421	
4906437	Ponemah	ponemah	US	56666	0	America/Chicago	40.82059	-90.70569	220			IL	187	75692	
4906438	Pontiac	pontiac	US	48340	11794	America/Chicago	40.88087	-88.62978	196	Pontiak,Pontijak,bwntyak,pntyak  aylynwy,Понтиак,Понтијак,بونتياك,پنتیاک، ایلینوی,پونٹیاک، الینوائے	105	IL	105	61028	
4906482	Poplar Grove	poplar-grove	US	61065	5139	America/Chicago	42.36835	-88.82205	274	Poplar Grove,Poplargrove		IL	007	61158	
4906483	Poplar Grove	poplar-grove	US	61065	0	America/Chicago	41.45781	-90.45652	171			IL	161	70993	
4906491	Port Byron	port-byron	US	13140	1649	America/Chicago	41.60642	-90.33541	184			IL	161	61236	
4906497	Portage	portage	US	04768	0	America/Chicago	42.38279	-90.45652	185			IL	085	80359	
4906521	Porterfield	porterfield	US	54159	0	America/Chicago	41.0842	-89.16203	195			IL	123	24569	
4906524	Portland	portland	US	04101	0	America/Chicago	41.66253	-89.98012	190	Portland,Portland Corners		IL	195	61262	
4906527	Posen	posen	US	49776	5992	America/Chicago	41.6317	-87.68144	183	Pouzen,bwsyn,Поузен,بوسين		IL	031	07939	
4906544	Potomac	potomac	US	20854	721	America/Chicago	40.30504	-87.80058	204	Marysville,Potomac,Potomak,Потомак		IL	183	48775	
4906563	Pottstown	pottstown	US	19464	0	America/Chicago	40.71809	-89.66038	147			IL	143	39818	
4906575	Powellton	powellton	US	25161	0	America/Chicago	40.53588	-91.26876	211			IL	067	70499	
4906600	Prairie City	prairie-city	US	50228	367	America/Chicago	40.62115	-90.46207	204			IL	109	61561	
4906623	Prairie Creek	prairie-creek	US	47869	0	America/Chicago	42.18614	-88.05535	245			IL	097	22853	
4906641	Prairie Grove	prairie-grove	US	72753	1869	America/Chicago	42.27863	-88.26092	231			IL	111	54495	
4906695	Prairie View	prairie-view	US	67664	0	America/Chicago	42.24585	-88.90316	233			IL	007	05105	
4906696	Prairie View	prairie-view	US	67664	0	America/Chicago	42.19919	-87.95563	212	Prairie View,Prairieview		IL	097	77668	
4906720	Prairieville	prairieville	US	70769	0	America/Chicago	41.84142	-89.61205	219			IL	103	57316	
4906747	Preemption	preemption	US	61276	0	America/Chicago	41.31281	-90.58458	247			IL	131	61795	
4906818	Princeton	princeton	US	01541	7594	America/Chicago	41.36809	-89.46481	219	Prinston,brynstwn,prynstwn  aylynwy,Принстон,برينستون,پرنسٹن، الینوائے,پرینستون، ایلینوی	011	IL	011	61912	
4906824	Princeville	princeville	US	61559	1726	America/Chicago	40.92976	-89.7576	225			IL	143	61938	
4906840	Proctor	proctor	US	05765	0	America/Chicago	40.41226	-88.40172	225			IL	053	20799	
4906868	Prophetstown	prophetstown	US	61277	2012	America/Chicago	41.67142	-89.93622	189			IL	195	61990	
4906874	Prospect	prospect	US	06712	0	America/Chicago	40.31948	-88.21283	220			IL	019	45187	
4906882	Prospect Heights	prospect-heights	US	60070	16386	America/Chicago	42.0953	-87.93757	204	Prospekt Khajts,brwsbykt hayts,Проспект Хајтс,بروسبيكت هايتس,پراسپکت‌هایتس، ایلینوی,پراسپکٹ ہائٹس، الینوائے		IL	031	81100	
4906900	Providence	providence	US	02901	0	America/Chicago	41.27809	-89.5926	282			IL	011	37413	
4906933	Pulaski	pulaski	US	13142	0	America/Chicago	40.20255	-90.94124	207			IL	067	02999	
4906941	Pullman	pullman	US	26421	0	America/Chicago	41.69281	-87.60588	180			IL	031	14000	
4906959	Putnam	putnam	US	06260	0	America/Chicago	41.18504	-89.39648	158	Putnam,Senachwine		IL	155	68627	
4907110	Randolph	randolph	US	02368	0	America/Chicago	40.37615	-88.98036	238	Randolph,Randolph Station		IL	113	62692	
4907121	Rankin	rankin	US	60960	539	America/Chicago	40.46504	-87.89642	220			IL	183	10162	
4907129	Ransom	ransom	US	18653	373	America/Chicago	41.15614	-88.64951	216			IL	099	00763	
4907131	Rantoul	rantoul	US	61866	13008	America/Chicago	40.30837	-88.15588	227	Rantul,rantwl,Рантул,رانتول,র‌্যান্টুল		IL	019	62796	
4907143	Rapids City	rapids-city	US	61278	968	America/Chicago	41.5817	-90.34346	178			IL	161	32577	
4907146	Raritan	raritan	US	08869	132	America/Chicago	40.69587	-90.82736	232			IL	071	62861	
4907161	Ravenswood	ravenswood	US	26164	0	America/Chicago	41.96559	-87.66672	184			IL	031	14000	
4907207	Rayville	rayville	US	64084	0	America/Chicago	40.3067	-87.65836	207			IL	183	71227	
4907212	Reading	reading	US	01867	0	America/Chicago	41.0667	-88.85424	190	Moon,Reading		IL	105	63017	
4907233	Red Oak	red-oak	US	23964	0	America/Chicago	42.39224	-89.67178	241	Red Oak,Redoak		IL	177	09226	
4907262	Reddick	reddick	US	32686	159	America/Chicago	41.09725	-88.25061	187			IL	091	54352	
4907306	Reeds	reeds	US	64859	0	America/Chicago	40.91726	-90.82542	223			IL	071	66222	
4907422	Reynolds	reynolds	US	31076	519	America/Chicago	41.32976	-90.67042	247			IL	161	22632	
4907442	Rice	rice	US	23966	0	America/Chicago	42.33918	-90.39457	219			IL	085	63472	
4907473	Richards	richards	US	64778	0	America/Chicago	41.17865	-88.83619	195			IL	099	09057	
4907478	Richardson	richardson	US	75080	0	America/Chicago	41.96642	-88.58564	269			IL	089	78188	
4907504	Richmond	richmond	US	01254	1900	America/Chicago	42.47585	-88.30593	250	Richmond,Ричмонд		IL	111	63654	
4907505	Richmond	richmond	US	01254	1557	America/Chicago	40.36087	-89.36898	195			IL	179	35359	
4907514	Richton Park	richton-park	US	60471	13695	America/Chicago	41.48448	-87.70338	221			IL	031	63498	
4907548	Ridgecrest	ridgecrest	US	28770	0	America/Chicago	41.39948	-88.39785	163			IL	063	67678	
4907549	Ridgefield	ridgefield	US	06877	0	America/Chicago	42.26836	-88.36148	286			IL	111	20396	
4907553	Ridgeland	ridgeland	US	29936	0	America/Chicago	41.88725	-87.78256	190			IL	031	54898	
4907567	Ridgeville	ridgeville	US	29472	0	America/Chicago	40.71365	-88.06782	205			IL	075	63901	
4907571	Ridgewood	ridgewood	US	07450	0	America/Chicago	41.53559	-88.04034	203			IL	197	38583	
4907578	Ridott	ridott	US	61067	158	America/Chicago	42.29641	-89.47539	231			IL	177	64057	
4907595	Riley	riley	US	47871	0	America/Chicago	42.19141	-88.63259	246			IL	111	64096	
4907607	Ringwood	ringwood	US	07456	823	America/Chicago	42.39224	-88.29703	261			IL	111	45707	
4907611	Rio	rio	US	26755	215	America/Chicago	41.1092	-90.39985	237	Rio,Rio Station		IL	095	64161	
4907631	River	river	US	41254	0	America/Chicago	41.1592	-87.59337	189			IL	091	49906	
4907637	River Forest	river-forest	US	60305	11199	America/Chicago	41.89781	-87.81395	192	Harlem,River Forest,River Forist,Thatcher,Ривер Форист		IL	031	64317	
4907638	River Forest	river-forest	US	60305	0	America/Chicago	42.23613	-89.09316	219			IL	201	65013	
4907649	River Grove	river-grove	US	60171	10219	America/Chicago	41.92586	-87.83589	191	River Grove,Rivergrove		IL	031	43120	
4907650	River Grove	river-grove	US	60171	0	America/Chicago	42.19308	-89.04121	250			IL	201	13087	
4907683	Riverdale	riverdale	US	07457	13536	America/Chicago	41.63337	-87.6331	183	Riverdale,Riverdejl,South Lawn,ryfrdyl,rywrdyl  aylynwy,Ривердејл,ريفرديل,ریوردیل، ایلینوی		IL	031	75198	
4907684	Riverdale	riverdale	US	07457	0	America/Chicago	42.42002	-89.02955	218			IL	201	65624	
4907685	Riverdale	riverdale	US	07457	0	America/Chicago	41.66753	-87.60338	178			IL	031	14000	
4907706	Riverside	riverside	US	02915	8835	America/Chicago	41.83503	-87.82284	188	Riversajd,Риверсайд		IL	031	64434	
4907747	Riverview	riverview	US	33568	0	America/Chicago	42.02031	-87.88673	195	Referee Park,Riverview		IL	031	46162	
4907748	Riverview	riverview	US	33568	0	America/Chicago	41.97225	-87.87479	196			IL	031	43120	
4907773	Roanoke	roanoke	US	24001	2073	America/Chicago	40.79615	-89.1973	222			IL	203	64603	
4907786	Robbins	robbins	US	27325	5480	America/Chicago	41.64392	-87.70366	183			IL	031	07939	
4907830	Roberts	roberts	US	54023	350	America/Chicago	40.61281	-88.18338	238	Roberts,Roberts Station		IL	053	45252	
4907863	Rochelle	rochelle	US	22738	9309	America/Chicago	41.92392	-89.06871	251	Hickory Grove,Lane,Lane Depot,Loblolly Grove,Rochelle,Roshel,Story,losyel,rosheru,rwshl  aylynwy,rwshyl,Рошел,روشل، ایلینوی,روشيل,روشیل، الینوائے,ロシェル,로셸		IL	141	26298	
4907875	Rock City	rock-city	US	61070	307	America/Chicago	42.41335	-89.46817	277	Rock City,Rock Run		IL	177	65143	
4907882	Rock Creek	rock-creek	US	25174	0	America/Chicago	40.04588	-91.39959	149			IL	001	77057	
4907898	Rock Falls	rock-falls	US	50467	9087	America/Chicago	41.77975	-89.689	197	Rock Falls,Rockfalls,Rok Fols,rwk fwlz,Рок Фолс,راک فالز، الینوائے,راک‌فالز، ایلینوی,روك فولز		IL	195	15651	
4907907	Rock Island	rock-island	US	38581	38620	America/Chicago	41.50948	-90.57875	171	Quad Cities,Rock Island,Rok Ajland,Rok-Ajlend,Stephenson,roka ayalanda,rwk ayland,Рок Ајланд,Рок-Айленд,راک آئی لینڈ، الینوائے,راک‌آیلند، ایلینوی,روك أيلاند,रॉक आयलंड	161	IL	161	65091	
4907953	Rockdale	rockdale	US	76567	1948	America/Chicago	41.50614	-88.1145	168			IL	197	38583	
4907959	Rockford	rockford	US	35136	148278	America/Chicago	42.27113	-89.094	218	RFD,RMC,Rockford,Rokfard,Rokford,Rokfordas,The Forest City,ZRK,logpeodeu,luo ke fu de,rakaphorda,rokkufodo,rwkfwrd,rwqpwrd,Рокфард,Рокфорд,רוקפורד,راک فورڈ، الینوائے,راک‌فورد، ایلینوی,روكفورد,روکفورڈ,রকফোর্ড,ロックフォード,罗克福德,록퍼드	201	IL	201	65013	
4907985	Rockton	rockton	US	15856	7525	America/Chicago	42.45252	-89.07233	225	Pecatonica,Rockton		IL	201	65169	
4908052	Rolling Meadows	rolling-meadows	US	60008	24190	America/Chicago	42.08419	-88.01313	219	Roling Medous,rwlynj mydwz,Ролинг Медоус,رولنگ میڈوز، الینوائے,رولينج ميدوز,رولینگ‌مدوز، ایلینوی		IL	031	57238	
4908066	Rome	rome	US	13440	1738	America/Chicago	40.88309	-89.50259	142			IL	143	14130	
4908067	Romeo	romeo	US	48065	0	America/Chicago	41.64059	-88.05839	179	Martins Landing,Romeo		IL	197	44238	
4908068	Romeoville	romeoville	US	60446	39719	America/Chicago	41.64753	-88.08951	189	LOT,Romeoville,Romiovil,rwmywfyl,Ромиовил,روميوفيل,رومیوویل، الینوائے		IL	197	21241	
4908126	Roscoe	roscoe	US	12776	10565	America/Chicago	42.41335	-89.00927	225			IL	201	65624	
4908162	Roseland	roseland	US	07068	0	America/Chicago	41.70198	-87.62588	184	Hope,Roseland		IL	031	14000	
4908173	Roselle	roselle	US	07203	22994	America/Chicago	41.98475	-88.07979	235			IL	043	06600	
4908179	Rosemont	rosemont	US	08556	4206	America/Chicago	41.99531	-87.88451	194	Orchard Place,Rosemont,Rouzmont,Rozemont,lojeumeonteu,rwsmwnt,Роземонт,Роузмонт,روسمونت,로즈먼트		IL	031	46162	
4908189	Roseville	roseville	US	43777	980	America/Chicago	40.73226	-90.66458	227	Hat Grove,Roseville,Rozvell,Розвелл		IL	187	65858	
4908209	Rossville	rossville	US	17358	1282	America/Chicago	40.3792	-87.66863	209	Bicknells Point,Henpeck,Liggetts Grove,North Fork,Rossville		IL	183	65949	
4908236	Round Lake	round-lake	US	12151	18461	America/Chicago	42.35336	-88.09341	243			IL	097	03220	
4908252	Rowe	rowe	US	01367	0	America/Chicago	40.93226	-88.66979	195			IL	105	24426	
4908257	Roxbury	roxbury	US	02119	0	America/Chicago	41.70059	-89.03953	272			IL	103	83674	
4908264	Royal	royal	US	51357	300	America/Chicago	40.19281	-87.97281	208			IL	019	55288	
4908277	Ruby	ruby	US	12475	0	America/Chicago	42.31585	-89.07094	226			IL	201	65013	
4908286	Rugby	rugby	US	37733	0	America/Chicago	40.91198	-88.49033	208	Rugby,Rugby Station		IL	105	57056	
4908321	Rushville	rushville	US	14544	2972	America/Chicago	40.12116	-90.56318	205	Rashvil,Rushton,Rushville,rwshfyl,Рашвил,راش‌ویل، ایلینوی,رشویل، الینوائے,روشفيل	169	IL	169	66352	
4908328	Russell	russell	US	01071	0	America/Chicago	42.49058	-87.91258	212			IL	097	52753	
4908338	Russellville	russellville	US	29476	0	America/Chicago	42.32808	-88.78371	244	Bonus,Russellville		IL	007	07328	
4908356	Rutherford	rutherford	US	07070	0	America/Chicago	40.02476	-88.05254	208			IL	019	69888	
4908360	Rutland	rutland	US	01543	311	America/Chicago	40.9842	-89.04175	214	New Rutland,Ratlend,Rutland,Ратленд		IL	099	31914	
4908369	Ryan	ryan	US	52330	0	America/Chicago	40.05031	-87.80614	199			IL	183	11787	
4908389	Sabina	sabina	US	45169	0	America/Chicago	40.34726	-88.65062	237			IL	113	79904	
4908543	Saint Anne	saint-anne	US	60964	1257	America/Chicago	41.02503	-87.71392	203	Saint Anne,Sainte Anne,St. Anne		IL	091		
4908605	Saint Augustine	saint-augustine	US	32080	120	America/Chicago	40.71837	-90.41096	196			IL	095	37361	
4908819	Saint David	saint-david	US	04773	589	America/Chicago	40.49337	-90.04873	191			IL	057	09265	
4908942	Saint George	saint-george	US	29477	0	America/Chicago	41.19253	-87.7756	200			IL	091	28456	
4909268	Saint Joseph	saint-joseph	US	38481	3967	America/Chicago	40.1117	-88.0417	205	Sent-Dzhozef,Сент-Джозеф		IL	019		
4909543	Saint Mary	saint-mary	US	40063	0	America/Chicago	40.34616	-90.93402	174	Saint Mary,Saint Mary's,St. Mary		IL	067	67054	
4910391	Salem	salem	US	01970	0	America/Chicago	42.34446	-89.77901	290			IL	177	24413	
4910441	Salina	salina	US	15680	0	America/Chicago	42.04697	-88.49481	292			IL	089	09772	
4910464	Saluda	saluda	US	23149	0	America/Chicago	40.87198	-90.3943	234	Louisville,Saluda		IL	095	11891	
4910485	San Jose	san-jose	US	62682	614	America/Chicago	40.3056	-89.60288	179	San-Khose,Сан-Хосе		IL	125	00844	
4910543	Sandwich	sandwich	US	02563	7366	America/Chicago	41.64586	-88.62174	203	Sehndvich,Sendvich,sandwych  aylynwy,sandwytsh,Сендвич,Сэндвич,ساندويتش,ساندویچ، ایلینوی,سینڈوچ، الینوائے		IL	037	67561	
4910595	Saratoga	saratoga	US	27873	0	America/Chicago	41.4592	-88.43146	182			IL	093	43913	
4910644	Saunemin	saunemin	US	61769	404	America/Chicago	40.89309	-88.40533	210	Saunemin,Saunemin Center		IL	105	67808	
4910652	Savanna	savanna	US	61074	2880	America/Chicago	42.09447	-90.15679	183	Savana,Savanna,safana,sawana  aylynwy,Савана,Саванна,سافانا,ساوانا، ایلینوی,سوانا، الینوائے		IL	015	67834	
4910663	Savoy	savoy	US	01256	8133	America/Chicago	40.05475	-88.25172	224	Savoy,Savoy Station		IL	019	12398	
4910679	Saybrook	saybrook	US	61770	684	America/Chicago	40.4267	-88.52617	244			IL	113	12905	
4910685	Scales Mound	scales-mound	US	61075	378	America/Chicago	42.47584	-90.2529	291			IL	085	67938	
4910713	Schaumburg	schaumburg	US	60159	74693	America/Chicago	42.03336	-88.08341	242	JMH,Schaumberg,Schaumburg,Schaumburg Center,Shaumburg,Shomberg,shambwrgh,shanbagu,shao mu bao,syambeogeu,Шаумбург,Шомберг,شامبرگ، الینوائے,شامبورغ,シャンバーグ,绍姆堡,샴버그		IL	031	68016	
4910743	Schiller Park	schiller-park	US	60176	11806	America/Chicago	41.95586	-87.8709	195	Schiller Park,Shiller Park		IL	031	43120	
4910892	Sciota	sciota	US	18354	59	America/Chicago	40.56087	-90.7518	231	Amicus,Clarksville,Sciota		IL	109	68211	
4910926	Scottsburg	scottsburg	US	14545	0	America/Chicago	40.55393	-90.59374	202	Darwin Station,Scottsburg,Scottsburgh		IL	109	78591	
4910969	Seaton	seaton	US	61476	214	America/Chicago	41.10226	-90.80153	187			IL	131	00126	
4910970	Seatonville	seatonville	US	61359	309	America/Chicago	41.36476	-89.27648	189			IL	011	32265	
4911041	Sellers	sellers	US	29592	0	America/Chicago	40.18642	-88.10476	212			IL	019	72273	
4911059	Seneca	seneca	US	16346	2292	America/Chicago	41.31114	-88.60979	155	Crotty,Seneca		IL	099	46448	
4911079	Serena	serena	US	60549	0	America/Chicago	41.48614	-88.73146	193			IL	099	68692	
4911134	Seville	seville	US	31084	0	America/Chicago	40.4856	-90.34374	155	Seville,Seville Station		IL	057	33110	
4911138	Seward	seward	US	15954	0	America/Chicago	42.23891	-89.35789	272			IL	201	68783	
4911150	Seymour	seymour	US	06483	303	America/Chicago	40.10698	-88.42672	213			IL	019	68289	
4911157	Shabbona	shabbona	US	60550	933	America/Chicago	41.76809	-88.87703	274	Cornton,Shabbona		IL	037	68835	
4911194	Shamrock	shamrock	US	74068	0	America/Chicago	40.41865	-88.89952	268			IL	113	55782	
4911201	Shannon	shannon	US	28386	712	America/Chicago	42.15475	-89.73984	279			IL	015	12996	
4911224	Shaw	shaw	US	38773	0	America/Chicago	41.04587	-90.63708	195			IL	187	72065	
4911245	Sheffield	sheffield	US	01257	892	America/Chicago	41.35837	-89.73732	210			IL	011	16028	
4911259	Sheldon	sheldon	US	05483	1024	America/Chicago	40.7692	-87.56392	208	Haxby,Sheldon		IL	075	69225	
4911289	Sheridan	sheridan	US	04775	2743	America/Chicago	41.53003	-88.6798	181			IL	099	49646	
4911324	Sherrard	sherrard	US	61281	609	America/Chicago	41.31892	-90.50597	244	Richland Grove,Sherrard		IL	131	63628	
4911382	Shirland	shirland	US	61079	0	America/Chicago	42.44446	-89.19761	224	Kepotah,Shirland,Shirland Station		IL	201	69615	
4911387	Shirley	shirley	US	01464	0	America/Chicago	40.40726	-89.06258	233			IL	113	18381	
4911418	Shorewood	shorewood	US	60404	16747	America/Chicago	41.52003	-88.20173	176	Grinton,Shorewood,Troy		IL	197	76212	
4911419	Shorewood	shorewood	US	60404	0	America/Chicago	41.8992	-88.07979	237			IL	043	49451	
4911451	Sibley	sibley	US	39165	263	America/Chicago	40.58698	-88.38116	252	Burr Oaks,Sibley		IL	053	73521	
4911455	Sidney	sidney	US	13838	1232	America/Chicago	40.02503	-88.07337	200	Sidnej,Сидней		IL	019	69888	
4911503	Silver Lake	silver-lake	US	03875	0	America/Chicago	42.23502	-88.24481	253			IL	111	00698	
4911516	Silvis	silvis	US	61282	7491	America/Chicago	41.51226	-90.41513	181			IL	161	32577	
4911588	Skelton	skelton	US	25919	0	America/Chicago	40.14282	-89.25398	186			IL	107	21982	
4911600	Skokie	skokie	US	60076	64821	America/Chicago	42.03336	-87.73339	185	Niles Center,Niles Centre,Skoki,Skokie,seukoki,skwky,sqwqy,Скоки,Скокі,סקוקי,سكوكي,سکوکی، الینوائے,스코키		IL	031	53013	
4911725	Smithdale	smithdale	US	39664	0	America/Chicago	41.08476	-88.77507	189			IL	105	52883	
4911727	Smithfield	smithfield	US	02917	221	America/Chicago	40.47337	-90.29179	197			IL	057	11696	
4911732	Smithshire	smithshire	US	61478	0	America/Chicago	40.79282	-90.77986	224			IL	187	23516	
4911788	Solomon	solomon	US	67480	0	America/Chicago	40.24892	-88.82285	238			IL	039	82140	
4911802	Somonauk	somonauk	US	60552	1877	America/Chicago	41.63364	-88.68119	209			IL	037	70473	
4911830	South Beloit	south-beloit	US	61080	7680	America/Chicago	42.49307	-89.03678	225			IL	201	65169	
4911893	South Elgin	south-elgin	US	60177	22365	America/Chicago	41.99419	-88.2923	216	Clintonville,South Elgin		IL	089	23087	
4911916	South Freeport	south-freeport	US	04078	0	America/Chicago	42.24086	-89.57261	254			IL	177	69953	
4911934	South Holland	south-holland	US	60473	22043	America/Chicago	41.60087	-87.60699	183	Saut Kholand,sawth hwland,Саут Холанд,جنوبی ہالینڈ، الینوائے,ساوث هولاند		IL	031	75198	
4911967	South Park	south-park	US	15129	0	America/Chicago	41.73559	-88.30368	202			IL	089	03025	
4911982	South Pekin	south-pekin	US	61564	1120	America/Chicago	40.49448	-89.65177	157			IL	179	14403	
4912013	South Shore	south-shore	US	41175	51451	America/Chicago	41.76198	-87.57783	180			IL	031	14000	
4912054	South Wilmington	south-wilmington	US	60474	661	America/Chicago	41.17281	-88.27673	179			IL	063	31381	
4912072	Southgate	southgate	US	48195	0	America/Chicago	41.8917	-89.06426	241			IL	141	26298	
4912082	Southport	southport	US	04576	0	America/Chicago	40.79254	-89.89872	196			IL	143	23711	
4912126	Sparland	sparland	US	61565	386	America/Chicago	41.02865	-89.43842	146			IL	123	72585	
4912146	Speer	speer	US	61479	0	America/Chicago	40.98837	-89.65038	226			IL	175	77174	
4912150	Spencer	spencer	US	01562	0	America/Chicago	41.49809	-87.94172	215			IL	197	52597	
4912247	Spring Green	spring-green	US	53588	0	America/Chicago	41.8567	-88.35758	218			IL	089	28885	
4912248	Spring Grove	spring-grove	US	17362	5711	America/Chicago	42.44363	-88.23648	233	Bivins Mills,Spring Grove,Springgrove		IL	111	10032	
4912257	Spring Hill	spring-hill	US	34606	0	America/Chicago	41.61253	-90.04512	194	Spring Hill,Springhill		IL	195	61262	
4912303	Spring Valley	spring-valley	US	10977	5314	America/Chicago	41.32754	-89.19981	182	Spring Valley,Spring-Vehlli,Springvalley,Спринг-Вэлли		IL	011	32265	
4912304	Spring Valley	spring-valley	US	10977	0	America/Chicago	41.90475	-90.03651	195			IL	195	77070	
4912343	Squires	squires	US	65755	0	America/Chicago	42.17169	-88.09119	267			IL	097	22853	
4912361	Staley	staley	US	27355	0	America/Chicago	40.11309	-88.31255	226	Staley,Staley's Station		IL	019	12411	
4912366	Standard	standard	US	61363	204	America/Chicago	41.2567	-89.18092	207	Standard,Taft		IL	155	31030	
4912372	Stanford	stanford	US	40484	582	America/Chicago	40.43476	-89.21786	207	Allin,Stanford,Станфорд		IL	113	00893	
4912397	Stark	stark	US	66775	0	America/Chicago	40.99559	-89.74399	201	Stark,Wady Petra		IL	175	77174	
4912407	Starks	starks	US	70661	0	America/Chicago	42.08836	-88.45675	279			IL	089	66430	
4912435	State Road	state-road	US	28676	0	America/Chicago	40.07615	-87.95837	206			IL	019	70863	
4912469	Steele	steele	US	35987	0	America/Chicago	41.50587	-87.96228	210			IL	197	52597	
4912474	Steger	steger	US	60475	9515	America/Chicago	41.47003	-87.63643	217			IL	031	06561	
4912499	Sterling	sterling	US	01564	15057	America/Chicago	41.78864	-89.69622	201	SQI,Sterling,Sturling,astrlyng  aylynwy,strlyngh,Стерлинг,Стърлинг,استرلینگ، ایلینوی,سترلينغ,سٹرلنگ، الینوائے		IL	195	72553	
4912534	Steward	steward	US	60553	244	America/Chicago	41.84781	-89.02009	251	Heaton,Steward		IL	103	01101	
4912555	Stickney	stickney	US	57375	6786	America/Chicago	41.82142	-87.78283	184			IL	031	72689	
4912566	Stillman Valley	stillman-valley	US	61084	1072	America/Chicago	42.10725	-89.17927	217			IL	141	46903	
4912578	Stockdale	stockdale	US	15483	0	America/Chicago	41.35114	-88.49257	159			IL	063	24400	
4912580	Stockland	stockland	US	60967	0	America/Chicago	40.61448	-87.5928	205			IL	075	72773	
4912583	Stockton	stockton	US	08559	1792	America/Chicago	42.34974	-90.00679	303	Stoktun,Стоктън		IL	085	72793	
4912602	Stone Park	stone-park	US	60165	4931	America/Chicago	41.90559	-87.88367	195			IL	031	62133	
4912669	Stratford	stratford	US	06614	0	America/Chicago	41.99697	-89.49094	252			IL	141	59897	
4912680	Strawn	strawn	US	61775	96	America/Chicago	40.65253	-88.39644	235			IL	105	25700	
4912691	Streamwood	streamwood	US	60107	40554	America/Chicago	42.02558	-88.17841	246			IL	031	32694	
4912698	Streator	streator	US	61364	13182	America/Chicago	41.12087	-88.83535	189	Glass Container Capital of the World,Streator,Stritor,astrytwr  aylynwy,strtwr,Стритор,استریتور، ایلینوی,سترتور,سٹریٹو، الینوائے		IL	099	09057	
4912725	Stronghurst	stronghurst	US	61480	837	America/Chicago	40.74698	-90.90403	206			IL	071	73274	
4912759	Sublette	sublette	US	61367	428	America/Chicago	41.64309	-89.22787	280			IL	103	73300	
4912783	Sugar Grove	sugar-grove	US	16350	9512	America/Chicago	41.76142	-88.44369	219	Shugar Grouv,shwghr ghrwf,Шугар Гроув,شوغر غروف		IL	089	73404	
4912784	Sugar Grove	sugar-grove	US	16350	0	America/Chicago	41.23503	-90.73181	206			IL	131	48398	
4912785	Sugar Grove	sugar-grove	US	16350	0	America/Chicago	40.02949	-90.57179	168			IL	169	83362	
4912841	Summerdale	summerdale	US	17093	0	America/Chicago	41.97753	-87.67089	183	Ravenswood,Summerdale		IL	031	14000	
4912845	Summit	summit	US	07901	11389	America/Chicago	41.78809	-87.81033	187			IL	031	45447	
4912886	Sunbury	sunbury	US	17801	0	America/Chicago	41.10087	-88.52756	202	Sunbury,Sunbury Station		IL	105	52077	
4912924	Sunnyside	sunnyside	US	11104	0	America/Chicago	42.38947	-88.2262	232			IL	111	45707	
4912925	Sunnyside	sunnyside	US	11104	0	America/Chicago	42.35668	-89.91373	273			IL	177	39610	
4912926	Sunnyside	sunnyside	US	11104	0	America/Chicago	41.96309	-87.66644	184			IL	031	14000	
4913005	Surrey	surrey	US	58785	0	America/Chicago	40.9117	-90.46819	230			IL	187	15404	
4913017	Sutter	sutter	US	62373	0	America/Chicago	40.39671	-89.36954	200			IL	179	35359	
4913018	Sutton	sutton	US	01590	0	America/Chicago	42.09586	-88.19424	256			IL	031	03831	
4913081	Sweetwater	sweetwater	US	37874	0	America/Chicago	40.05394	-89.694	184	Sweet Water,Sweetwater		IL	129		
4913084	Sutter	sutter	US	62373	0	America/Chicago	40.27921	-91.34348	200			IL	067	78422	
4913087	Swift	swift	US	56682	0	America/Chicago	41.92031	-88.04229	223			IL	043	06600	
4913110	Sycamore	sycamore	US	15364	17712	America/Chicago	41.98892	-88.68675	266	Sikamor,sykamwr,sykamwr  aylynwy,Сикамор,سيكامور,سیکامور، الینوائے,سیکامور، ایلینوی	037	IL	037	74236	
4913154	Table Grove	table-grove	US	61482	401	America/Chicago	40.36421	-90.42513	221	Table Grove,Tablegrove		IL	057	25427	
4913158	Tabor	tabor	US	51653	0	America/Chicago	40.18059	-89.13481	204			IL	039	03714	
4913185	Talbott	talbott	US	37877	0	America/Chicago	40.51032	-89.78455	147			IL	179	72130	
4913197	Tallmadge	tallmadge	US	44278	0	America/Chicago	41.11142	-87.62504	193			IL	091	58538	
4913202	Tamarack	tamarack	US	55787	0	America/Chicago	41.65086	-88.25284	207			IL	197	81035	
4913209	Tampico	tampico	US	61283	759	America/Chicago	41.63031	-89.78622	195	Tampiko,taempiko,tambykw,tan pi ke,Тампико,تامبيكو,坦皮科,탬피코		IL	195	74483	
4913256	Taylor Ridge	taylor-ridge	US	61284	0	America/Chicago	41.3867	-90.66819	235			IL	161	22632	
4913270	Tazewell	tazewell	US	24651	0	America/Chicago	40.48448	-89.33259	201			IL	179	44017	
4913368	Terre Haute	terre-haute	US	47801	0	America/Chicago	40.66643	-90.98125	216			IL	071	74730	
4913373	Tennessee	tennessee	US	62374	111	America/Chicago	40.41199	-90.8393	209	Tennessee,Tennessee Station		IL	109	74678	
4913396	Thawville	thawville	US	60968	266	America/Chicago	40.67587	-88.11616	210			IL	075	63901	
4913525	Thomas	thomas	US	26292	0	America/Chicago	41.5117	-89.81955	191			IL	011	24790	
4913526	Thomas	thomas	US	26292	0	America/Chicago	40.30865	-87.52974	214			IL	183	71227	
4913555	Thomasboro	thomasboro	US	61878	1133	America/Chicago	40.2417	-88.18421	223	Thomasboro,Thomasborough		IL	019	62796	
4913581	Thomson	thomson	US	30824	562	America/Chicago	41.95892	-90.09929	183			IL	015	83908	
4913600	Thornfield	thornfield	US	65762	0	America/Chicago	42.2353	-88.10341	262			IL	097	22853	
4913605	Thornton	thornton	US	03285	2492	America/Chicago	41.56809	-87.6081	182	Tornton,Торнтон		IL	031	75198	
4913666	Tilton	tilton	US	03276	2626	America/Chicago	40.09531	-87.64752	196	Bryant,Tilton,Vandercook		IL	183	18576	
4913705	Timewell	timewell	US	62375	155	America/Chicago	40.00783	-90.87374	230	Mound Station,Timewell		IL	009	42561	
4913723	Tinley Park	tinley-park	US	60477	57143	America/Chicago	41.57337	-87.78449	213	Tinley Park,Tinleypark,Tinli Park,tynly bark,Тинли Парк,تينلي بارك,ٹنلی پارک، الینوائے		IL	031	07939	
4913738	Tioga	tioga	US	16946	0	America/Chicago	40.21116	-91.34709	227			IL	067	78422	
4913741	Tipton	tipton	US	16684	0	America/Chicago	40.06976	-88.03504	206			IL	019		
4913742	Tiskilwa	tiskilwa	US	61368	791	America/Chicago	41.29226	-89.5062	158	Indiantown,Tiskilwa,Windsor		IL	011	02076	
4913760	Toluca	toluca	US	61369	1330	America/Chicago	41.00226	-89.13342	212			IL	123	05235	
4913780	Tonica	tonica	US	61370	738	America/Chicago	41.21587	-89.06675	202	Point Republic,Tonica,Vermillion		IL	099	22424	
4913786	Topeka	topeka	US	46571	72	America/Chicago	40.33032	-89.93123	144	Topika,Топика		IL	125	62419	
4913799	Toulon	toulon	US	61483	1248	America/Chicago	41.09365	-89.86483	222	Millers Point,Toulon	175	IL	175	75796	
4913808	Towanda	towanda	US	18848	478	America/Chicago	40.56392	-88.89896	238			IL	113	75835	
4913892	Tremont	tremont	US	17981	2175	America/Chicago	40.52754	-89.4926	196			IL	179	75978	
4914065	Triumph	triumph	US	61371	0	America/Chicago	41.49948	-89.02203	204			IL	099	56224	
4914068	Trivoli	trivoli	US	61569	0	America/Chicago	40.69059	-89.89205	229			IL	143	76121	
4914089	Troy Grove	troy-grove	US	61372	243	America/Chicago	41.46781	-89.08314	205	Troy Grove,Troygrove		IL	099	76238	
4914125	Truro	truro	US	02666	0	America/Chicago	40.95754	-90.04234	208			IL	095	76303	
4914142	Tunbridge	tunbridge	US	05077	0	America/Chicago	40.11365	-89.0487	194			IL	039	76342	
4914187	Tuscarora	tuscarora	US	17982	0	America/Chicago	40.60532	-89.66732	168			IL	143	35645	
4914265	Union	union	US	03887	0	America/Chicago	40.28754	-89.36704	220			IL	107	24049	
4914266	Union	union	US	03887	0	America/Chicago	40.39087	-89.80956	154			IL	125	46396	
4914267	Union	union	US	03887	558	America/Chicago	42.23308	-88.54231	256			IL	111	16314	
4914268	Union	union	US	03887	0	America/Chicago	41.49698	-88.02339	193			IL	197	38583	
4914323	Union Grove	union-grove	US	28689	0	America/Chicago	41.8342	-90.02651	210	Union Grove,Uniongrove		IL	195	76758	
4914331	Union Hill	union-hill	US	14563	57	America/Chicago	41.10753	-88.14672	188	Union Hill,Unionhill		IL	091	54352	
4914401	Uniontown	uniontown	US	15401	0	America/Chicago	40.74754	-90.09873	208			IL	095	67223	
4914403	Unionville	unionville	US	06085	0	America/Chicago	40.02504	-87.63808	206			IL	183	28976	
4914404	Unionville	unionville	US	06085	0	America/Chicago	41.8192	-89.98262	204			IL	195	76758	
4914570	Urbana	urbana	US	43078	42311	America/Chicago	40.11059	-88.20727	222	Ehrbana,Urbana,abana,arbana,awrbana,awrbana  aylynwy,e ba na,eobaeneo,Урбана,Эрбана,אורבנה,أوربانا,اربانا، الینوائے,اوربانا، ایلینوی,আর্বানা,アーバナ,厄巴纳,어배너	019	IL	019	18121	
4914577	Ursa	ursa	US	62376	623	America/Chicago	40.07477	-91.36737	186	Ursa,Ursa Station		IL	001	77057	
4914586	Utica	utica	US	13501	977	America/Chicago	41.34059	-89.01008	146			IL	099	77096	
4914592	Utopia	utopia	US	78884	0	America/Chicago	41.85114	-87.97284	215			IL	043	83947	
4914626	Valley View	valley-view	US	17983	0	America/Chicago	41.83031	-88.06784	231			IL	043	49451	
4914627	Valley View	valley-view	US	17983	0	America/Chicago	41.96614	-88.29897	231			IL	089		
4914628	Valley View	valley-view	US	17983	0	America/Chicago	42.2228	-88.96621	223			IL	201	13087	
4914656	Van Orin	van-orin	US	61374	0	America/Chicago	41.55003	-89.35342	244			IL	011	41807	
4914681	Varna	varna	US	61375	363	America/Chicago	41.03642	-89.2262	222			IL	123	64668	
4914725	Vermont	vermont	US	61484	646	America/Chicago	40.29421	-90.4279	211	Vermont,Вермонт		IL	057	77655	
4914734	Vernal	vernal	US	84078	0	America/Chicago	40.26365	-87.69947	207			IL	183	06678	
4914738	Vernon Hills	vernon-hills	US	60061	26314	America/Chicago	42.21947	-87.97952	224			IL	097	77668	
4914745	Verona	verona	US	07044	212	America/Chicago	41.21781	-88.50146	192	Verona,Vienna		IL	063	77850	
4914785	Victoria	victoria	US	23974	309	America/Chicago	41.03365	-90.09845	254	Viktorija,Виктория		IL	095	16275	
4914830	Villa Park	villa-park	US	60181	21969	America/Chicago	41.88975	-87.98895	214	Vila Park,fyla bark,Вила Парк,فيلا بارك		IL	043	83947	
4914885	Viola	viola	US	19979	924	America/Chicago	41.20309	-90.58708	241			IL	131	31342	
4914892	Virgil	virgil	US	57379	337	America/Chicago	41.95586	-88.5373	265			IL	089	78188	
4915294	Wadsworth	wadsworth	US	44281	3739	America/Chicago	42.42863	-87.92397	215	Wadsworth,Wadsworth Station		IL	097	52753	
4915334	Waldo	waldo	US	32694	0	America/Chicago	40.79809	-88.83257	223			IL	105	78409	
4915341	Walker	walker	US	26180	0	America/Chicago	41.61781	-88.20645	187			IL	197	60300	
4915391	Wallingford	wallingford	US	05773	0	America/Chicago	41.3717	-87.94394	217			IL	197	82244	
4915397	Walnut	walnut	US	38683	1350	America/Chicago	41.5567	-89.59343	215	Brewersville,Walnut		IL	011	78539	
4915398	Walnut	walnut	US	38683	0	America/Chicago	40.48393	-89.37148	191			IL	179	44017	
4915411	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	40.61615	-90.5593	216	Walnut Grove,Walnutgrove		IL	109	61561	
4915412	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	41.1767	-89.36092	139			IL	155	68627	
4915454	Waltham	waltham	US	02451	0	America/Chicago	41.43337	-89.01036	211			IL	099	78682	
4915462	Walton	walton	US	13856	0	America/Chicago	41.71503	-89.43843	221			IL	103	46890	
4915469	Wapella	wapella	US	61777	542	America/Chicago	40.22031	-88.96202	229			IL	039	78786	
4915472	Ward	ward	US	29166	0	America/Chicago	41.16892	-87.62809	189			IL	091	49906	
4915492	Warner	warner	US	03278	0	America/Chicago	41.41031	-90.37596	198	Warner,Warners Station		IL	073	80190	
4915497	Warren	warren	US	01083	1376	America/Chicago	42.4964	-89.98957	299	Courtland,Uorren,Warren,Уоррен		IL	085	78864	
4915525	Warrenville	warrenville	US	29851	13317	America/Chicago	41.81781	-88.1734	212			IL	043	82413	
4915533	Warsaw	warsaw	US	14569	1551	America/Chicago	40.35921	-91.4346	177			IL	067	78955	
4915539	Wasco	wasco	US	60183	22560	America/Chicago	41.93808	-88.40452	250			IL	089	10903	
4915543	Washburn	washburn	US	04786	1128	America/Chicago	40.9192	-89.2912	210			IL	203	11878	
4915545	Washington	washington	US	03280	16664	America/Chicago	40.70365	-89.40731	232	Vashington,washntn,washyngtwn  aylynwy,Вашингтон,واشنطن,واشنگٹن، الینوائے,واشینگتون، ایلینوی		IL	179	79046	
4915669	Wataga	wataga	US	61488	816	America/Chicago	41.02532	-90.27985	253			IL	095	71435	
4915683	Waterman	waterman	US	60556	1494	America/Chicago	41.7717	-88.77369	252			IL	037	14988	
4915695	Watertown	watertown	US	02471	0	America/Chicago	41.98531	-89.29455	207			IL	141	56504	
4915699	Watkins	watkins	US	52354	0	America/Chicago	40.28087	-88.67729	228			IL	039	67639	
4915703	Watseka	watseka	US	60970	5070	America/Chicago	40.77615	-87.73642	193	South Middleport,Votsika,Watseka,watska,Вотсика,واتسكا,واتسه‌کا، ایلینوی,واٹسکا، الینوائے	075	IL	075	48814	
4915725	Wauconda	wauconda	US	60084	13814	America/Chicago	42.25891	-88.13925	245			IL	097	79280	
4915734	Waukegan	waukegan	US	60079	88475	America/Chicago	42.36363	-87.84479	199	Little Fort,UGN,Uokigan,Vokigan,Waukegan,u~okigan,waywkgan  aylynwy,wkghn,wo ji gen,wokigeon,wwqygn,wx khi kan,Вокиган,Вокіган,Уокиган,ווקיגן,وائوکگان، ایلینوی,واکیگن، الینوائے,وكغن,วอคีกัน,ウォキーガン,沃基根,워키건	097	IL	097	79306	
4915760	Wayland	wayland	US	01778	0	America/Chicago	40.20449	-90.70707	203			IL	169	08693	
4915764	Wayne	wayne	US	04284	2444	America/Chicago	41.95086	-88.2423	231			IL	043	79410	
4915776	Waynesville	waynesville	US	28785	420	America/Chicago	40.23893	-89.12314	224			IL	039	79462	
4915793	Webster	webster	US	01570	0	America/Chicago	40.46643	-91.00069	190			IL	067	27325	
4915794	Webster	webster	US	01570	0	America/Chicago	40.77365	-87.60392	208			IL	075	69225	
4915814	Wedron	wedron	US	60557	0	America/Chicago	41.43614	-88.77341	165			IL	099	18784	
4915850	Weldon	weldon	US	27890	421	America/Chicago	40.12115	-88.74535	217	Nixon,Weldon		IL	039	53117	
4915865	Wellington	wellington	US	33414	234	America/Chicago	40.5392	-87.68003	213	Vellington,Веллингтон		IL	075	44979	
4915880	Wendel	wendel	US	15691	0	America/Chicago	41.53309	-89.21009	244			IL	011	14598	
4915884	Wenona	wenona	US	61377	995	America/Chicago	41.05253	-89.05036	213			IL	123	24569	
4915897	Wesley	wesley	US	04686	0	America/Chicago	40.65309	-89.60427	141	Wesley,Wesley City		IL	179	31940	
4915954	West Brooklyn	west-brooklyn	US	61378	135	America/Chicago	41.69281	-89.14704	288			IL	103	08654	
4915963	West Chicago	west-chicago	US	60185	27447	America/Chicago	41.88475	-88.20396	239	Junction,Turner,Vest Chikago,West Chicago,wst shykagw  aylynwy,wyst shykaghw,Вест Чикаго,وست شیکاگو، ایلینوی,ويست شيكاغو,ویسٹ شکاگو، الینوائے		IL	043	82413	
4916059	West Point	west-point	US	10996	174	America/Chicago	40.25505	-91.18264	204	West Point,Westpoint		IL	067	66612	
4916079	West Ridge	west-ridge	US	72391	72211	America/Chicago	41.99975	-87.69284	182			IL	031	14000	
4916140	Westchester	westchester	US	60154	16729	America/Chicago	41.85059	-87.882	194	Vestchester,wst tshtr,Вестчестер,وست تشتر		IL	031	62133	
4916161	Western Springs	western-springs	US	60558	13369	America/Chicago	41.80975	-87.90062	205	Vestern Springs,wstrn sbryngh,Вестерн Спрингс,وسترن سبرينغ,ویسٹرن سپرنگز، الینوائے		IL	031	45447	
4916207	Westmont	westmont	US	60559	24941	America/Chicago	41.79586	-87.97562	228	Gregg,Uestmont,Vestmont,Westmont,wst mwnt,Вестмонт,Уестмонт,وست مونت		IL	043	20604	
4916223	Westmoreland	westmoreland	US	03467	0	America/Chicago	42.27502	-89.16261	247			IL	201	65013	
4916225	Weston	weston	US	02493	0	America/Chicago	40.74726	-88.622	214			IL	113	83804	
4916252	Westville	westville	US	08093	3105	America/Chicago	40.04226	-87.63863	204			IL	183	28976	
4916288	Wheaton	wheaton	US	56296	53715	America/Chicago	41.86614	-88.10701	231	Uiton,Viton,hui dun,hwiteon,wyatwn  aylynwy,wytwn,Витон,Уитон,وئاتون، ایلینوی,ويتون,ویٹن، الینوائے,惠顿,휘턴	043	IL	043	49451	
4916311	Wheeling	wheeling	US	26003	38079	America/Chicago	42.13919	-87.92896	198	Viling,wylyngh,Вилинг,ويلينغ,ویلینگ، الینوائے		IL	031	81100	
4916343	White City	white-city	US	66872	0	America/Chicago	40.10505	-90.10762	149			IL	125	04169	
4916358	White Heath	white-heath	US	61884	290	America/Chicago	40.08614	-88.51284	220	White Heath,Whiteheath		IL	147	67587	
4916385	White Pigeon	white-pigeon	US	49099	0	America/Chicago	41.89031	-89.89123	225			IL	195	15144	
4916395	White Rock	white-rock	US	29177	0	America/Chicago	42.03642	-89.13399	250			IL	141	81399	
4916420	Whitefield	whitefield	US	03598	0	America/Chicago	41.14865	-89.50481	216	Whitefield,Whitefield Corners		IL	011	81009	
4916527	Wildwood	wildwood	US	08260	0	America/Chicago	42.3428	-87.99813	247			IL	097	78877	
4916562	Wilkinson	wilkinson	US	25653	0	America/Chicago	42.0067	-88.78287	271			IL	037	47696	
4916623	Williamsburg	williamsburg	US	01096	0	America/Chicago	42.06197	-88.01535	214			IL	031	23243	
4916626	Williamsfield	williamsfield	US	44093	560	America/Chicago	40.92254	-90.01456	215			IL	095	76303	
4916641	Willow	willow	US	12495	0	America/Chicago	42.27807	-89.94985	244			IL	085	05495	
4916653	Willow Creek	willow-creek	US	59760	0	America/Chicago	41.83503	-88.4673	235			IL	089	06262	
4916698	Willow Springs	willow-springs	US	60480	5695	America/Chicago	41.74087	-87.86033	188	Mount Forest,Mountforest,Willow Springs		IL	031	45447	
4916709	Willowbrook	willowbrook	US	60527	8613	America/Chicago	41.76975	-87.93589	223			IL	043	20604	
4916710	Willowbrook	willowbrook	US	60527	2076	America/Chicago	41.45781	-87.53643	218			IL	197	17536	
4916732	Wilmette	wilmette	US	60091	27413	America/Chicago	42.07225	-87.72284	194	Ouilmette Reservation,Vilmet,Vilmett,Wilmette,wilmes,wylmt,wylmyt,Вилмет,Вілметт,וילמט,ويلميت,윌멧		IL	031	52909	
4916740	Wilmington	wilmington	US	01887	5694	America/Chicago	41.30781	-88.14672	166	Uilmington,Vilmington,Wilmington,Wilmington (Illinois),Winchester,wylmynghtwn,wylmyngtwn  shhrstan wyl  aylynwy,Вилмингтон,Уилмингтон,ولمنگٹن، ویل کاؤنٹی، الینوائے,ويلمينغتون,ویلمینگتون، شهرستان ویل، ایلینوی		IL	197	82114	
4916752	Wilson	wilson	US	14172	0	America/Chicago	42.34669	-87.90618	216	Warrenton,Warrenton Station,Wilson		IL	097	78877	
4916753	Wilson	wilson	US	14172	0	America/Chicago	42.37224	-88.13981	232			IL	097	30952	
4916785	Wilton	wilton	US	03086	0	America/Chicago	41.37948	-87.93422	211			IL	197	82244	
4916826	Winfield	winfield	US	17889	9657	America/Chicago	41.8617	-88.1609	235			IL	043	82413	
4916833	Wing	wing	US	36483	0	America/Chicago	40.81948	-88.40117	200			IL	105	60612	
4916843	Winnebago	winnebago	US	54985	3012	America/Chicago	42.26613	-89.24122	265	Elyda,La Prairie,Winnebago		IL	201	82504	
4916878	Winslow	winslow	US	08095	329	America/Chicago	42.49251	-89.79234	236			IL	177	82556	
4916882	Winston	winston	US	30187	0	America/Chicago	42.33446	-90.36374	248			IL	085	63472	
4916891	Winnetka	winnetka	US	60093	12472	America/Chicago	42.10808	-87.7359	199	Uinnetka,Vinetka,Winetka,Winnetka,Wynetka,wyntka,Винетка,Уиннетка,وينتكا		IL	031	52909	
4916894	Winthrop Harbor	winthrop-harbor	US	60096	6818	America/Chicago	42.47891	-87.82368	194	Spring Bluff,Winthrop Harbor		IL	097	05326	
4916949	Wolf Lake	wolf-lake	US	56593	0	America/Chicago	40.08671	-90.1454	143			IL	125	04169	
4916973	Wonder Lake	wonder-lake	US	60097	4026	America/Chicago	42.3853	-88.34731	255	Sunrise Ridge,Wonder Lake		IL	111	45707	
4916975	Wood Dale	wood-dale	US	60191	13917	America/Chicago	41.96336	-87.97896	211			IL	043	00250	
4916992	Woodbine	woodbine	US	08270	0	America/Chicago	42.34223	-90.1454	257	Jewell's Prairie,Woodbine		IL	085	82907	
4917009	Woodford	woodford	US	22580	0	America/Chicago	40.8467	-89.02813	220			IL	203	49581	
4917020	Woodhull	woodhull	US	14898	788	America/Chicago	41.17893	-90.31596	249			IL	073	15040	
4917026	Woodland	woodland	US	16881	324	America/Chicago	40.71448	-87.73114	193			IL	075	05014	
4917027	Woodland	woodland	US	16881	0	America/Chicago	41.16226	-87.5492	190			IL	091	49906	
4917046	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	41.84947	-88.28146	231			IL	089	04091	
4917047	Woodland Hills	woodland-hills	US	91364	0	America/Chicago	41.7992	-89.64872	205			IL	195	72553	
4917067	Woodlawn	woodlawn	US	24381	24150	America/Chicago	41.77948	-87.59949	180	Wood Lawn,Woodlawn		IL	031	14000	
4917089	Woodridge	woodridge	US	12789	33370	America/Chicago	41.74697	-88.05034	223			IL	043	43952	
4917090	Woodridge	woodridge	US	12789	0	America/Chicago	42.1528	-87.80923	199			IL	097	50364	
4917105	Woodruff	woodruff	US	29388	0	America/Chicago	40.53809	-89.23147	257			IL	113	18550	
4917123	Woodstock	woodstock	US	03293	25189	America/Chicago	42.31474	-88.4487	288	Centerville,Vudstok,Woodstock,udeuseutog,wwdstwk,wwdstwk  aylynwy,Вудсток,وودستوك,وودستوک، ایلینوی,ووڈسٹاک، الینوائے,우드스톡	111	IL	111	20396	
4917139	Woodville	woodville	US	01784	0	America/Chicago	40.18838	-91.18292	202			IL	001	39220	
4917147	Woodworth	woodworth	US	53194	0	America/Chicago	40.65976	-87.84587	204			IL	075	02453	
4917153	Woosung	woosung	US	61091	0	America/Chicago	41.90336	-89.54094	252			IL	141	83492	
4917171	Worth	worth	US	60482	10784	America/Chicago	41.68975	-87.79728	186			IL	031	83531	
4917208	Wyanet	wyanet	US	61379	956	America/Chicago	41.36531	-89.58398	201			IL	011	83635	
4917218	Wyoming	wyoming	US	02898	1376	America/Chicago	41.0617	-89.77316	213	Vajoming,Вайоминг		IL	175	24478	
4917250	Yates City	yates-city	US	61572	670	America/Chicago	40.77865	-90.01484	204			IL	095	67223	
4917294	Yorktown	yorktown	US	23690	0	America/Chicago	41.56976	-89.85011	195			IL	011	24790	
4917298	Yorkville	yorkville	US	13495	18451	America/Chicago	41.64114	-88.44729	185	Bristol,Jorkvil,Yorkville,ywrkfyl,Јорквил,يوركفيل,یارک ویل، الینوائے,یورک‌ویل، ایلینوی	093	IL	093	39454	
4917336	Youngstown	youngstown	US	14174	0	America/Chicago	40.6606	-90.61735	231			IL	187	74093	
4917347	Zearing	zearing	US	50278	0	America/Chicago	41.44559	-89.31731	225			IL	011	05430	
4917358	Zion	zion	US	60099	24117	America/Chicago	42.44613	-87.83285	198	Sion,Zajon,Zion,Zion City,jaieon,zai en,zywn,zywn  aylynwy,Зајон,Сион,زائن، الینوائے,زيون,زیون، ایلینوی,宰恩,자이언		IL	097	84233	
4917466	Aberdeen	aberdeen	US	21001	1875	America/Chicago	41.43893	-87.11142	221			IN	127	11566	
4917512	Ainsworth	ainsworth	US	52201	0	America/Chicago	41.48781	-87.25865	201	Ainesworth,Ainsworth,Amsworth,Answorth		IN	089	66096	
4917517	Akron	akron	US	14001	1133	America/Indiana/Indianapolis	41.03838	-86.02805	259	Akron,Newark,Акрон		IN	049	33106	
4917520	Albany	albany	US	05820	2119	America/Indiana/Indianapolis	40.30088	-85.24191	277	Olbani,Олбани		IN	035	17470	
4917523	Albion	albion	US	02802	2325	America/Indiana/Indianapolis	41.3956	-85.42442	291	Albion,The Center	113	IN	113	00838	
4917537	Alexandria	alexandria	US	16611	5047	America/Indiana/Indianapolis	40.26282	-85.67581	265	Aleksandrija,alaskndryt,alksandrya  ayndyana,Александрия,Александрија,الإسكندرية,الکساندریا، ایندیانا,الیگزینڈریا، انڈیانا		IN	095	50382	
4917550	Allen	allen	US	21810	0	America/Indiana/Indianapolis	41.20005	-85.19581	256			IN	003	20512	
4917565	Alliance	alliance	US	28509	0	America/Indiana/Indianapolis	40.03338	-85.64998	279			IN	095	00406	
4917569	Alto	alto	US	30510	0	America/Indiana/Indianapolis	40.44004	-86.16555	256			IN	067	31846	
4917571	Altona	altona	US	12910	198	America/Indiana/Indianapolis	41.35144	-85.15497	274			IN	033	39636	
4917573	Alvarado	alvarado	US	56710	0	America/Indiana/Indianapolis	41.57672	-84.83774	292	Alvarado,Richland Center		IN	151	64224	
4917574	Ambia	ambia	US	47917	236	America/Indiana/Indianapolis	40.49004	-87.51696	225	Ambia,Weaver City		IN	007	33358	
4917575	Ambler	ambler	US	19002	0	America/Chicago	41.71587	-86.79669	204			IN	091	72170	
4917576	Amboy	amboy	US	46911	378	America/Indiana/Indianapolis	40.60143	-85.92888	249			IN	103	37206	
4917583	Americus	americus	US	31709	423	America/Indiana/Indianapolis	40.52587	-86.75806	170			IN	157	81080	
4917585	Ames	ames	US	50010	0	America/Indiana/Indianapolis	40.03338	-86.88695	238			IN	107	77480	
4917592	Anderson	anderson	US	29621	55305	America/Indiana/Indianapolis	40.10532	-85.68025	268	AID,Anderson,Andersonton,Andersontown,Wa-piminskink,aendeoseun,andrswn  ayndyana,mdynt andrswn,Андерсон,اندرسون، ایندیانا,اینڈرسن، انڈیانا,مدينة اندرسون,앤더슨	095	IN	095	01486	
4917604	Andersonville	andersonville	US	31711	0	America/Indiana/Indianapolis	40.21865	-85.43108	286			IN	035	11296	
4917606	Andrews	andrews	US	28901	1133	America/Indiana/Indianapolis	40.86254	-85.60165	218	Andrews,Andrewsia,Antioch		IN	069	16678	
4917614	Angola	angola	US	14006	8644	America/Indiana/Indianapolis	41.63477	-84.99941	324	ANQ,Angola,anghwla,angola,angwla  ayndyana,Ангола,آنگولا، ایندیانا,أنغولا,انگولا، انڈیانا,अंगोला	151	IN	151	60444	
4917618	Anoka	anoka	US	55303	0	America/Indiana/Indianapolis	40.72198	-86.2825	217	Anoka,Herman City		IN	017	80432	
4917624	Anthony	anthony	US	32617	0	America/Indiana/Indianapolis	40.27782	-85.43608	277			IN	035	30600	
4917630	Antioch	antioch	US	37011	0	America/Indiana/Indianapolis	40.22809	-86.50584	269			IN	023	36882	
4917631	Antioch	antioch	US	37011	0	America/Indiana/Indianapolis	40.36782	-84.94219	295			IN	075	59724	
4917653	Arcadia	arcadia	US	15712	1666	America/Indiana/Indianapolis	40.17587	-86.02165	262	Arkadija,Аркадия		IN	057	37044	
4917656	Arcola	arcola	US	38722	0	America/Indiana/Indianapolis	41.10366	-85.29414	257			IN	003	40932	
4917658	Ardmore	ardmore	US	19003	0	America/Indiana/Indianapolis	41.68921	-86.31751	226			IN	141	61128	
4917661	Argos	argos	US	46501	1691	America/Indiana/Indianapolis	41.2378	-86.21465	244	Argos,Sidney		IN	099	79820	
4917685	Ash Grove	ash-grove	US	65604	0	America/Indiana/Indianapolis	40.54781	-86.84779	203	Ash Grove,Ashgrove		IN	157	75914	
4917703	Athens	athens	US	04912	0	America/Indiana/Indianapolis	41.05365	-86.12528	247	Athens,Hoover Station		IN	049	33106	
4917704	Atkinson	atkinson	US	03811	0	America/Indiana/Indianapolis	40.56282	-87.24668	237			IN	007	11224	
4917706	Atlanta	atlanta	US	14808	735	America/Indiana/Indianapolis	40.21532	-86.02637	263	Atlanta,Buena Vista,Buenavista,Shielsville,Атланта		IN	057	37044	
4917707	Attica	attica	US	14011	3117	America/Indiana/Indianapolis	40.2942	-87.2489	165			IN	045	44622	
4917708	Atwood	atwood	US	38220	0	America/Indiana/Indianapolis	41.26088	-85.97527	251	Atwood,Wood		IN	085	61578	
4917712	Auburn	auburn	US	01501	12979	America/Indiana/Indianapolis	41.36699	-85.05886	264	Obern,abrn  ayndyana,obeon,Оберн,آبرن، ایندیانا,오번	033	IN	033	77228	
4917725	Avalon	avalon	US	08202	0	America/Indiana/Indianapolis	41.01616	-85.15775	239			IN	003	81620	
4917726	Avery	avery	US	75554	0	America/Indiana/Indianapolis	40.30893	-86.44056	268			IN	023	48762	
4917727	Avilla	avilla	US	46710	2413	America/Indiana/Indianapolis	41.36588	-85.23886	294			IN	113	01036	
4917738	Babcock	babcock	US	54413	0	America/Chicago	41.57254	-87.10503	195			IN	127	43362	
4917740	Ashley	ashley	US	43003	985	America/Indiana/Indianapolis	41.5262	-85.06678	308	Ashley,Ashley-Hudson		IN	033	70200	
4917848	Bass Lake	bass-lake	US	93604	1195	America/Indiana/Knox	41.20726	-86.60196	219			IN	149	09802	
4917857	Battle Ground	battle-ground	US	47920	1474	America/Indiana/Indianapolis	40.50837	-86.84168	179	Battle Ground,Battleground,Betl Graund,Prophets Town,Бетл Граунд		IN	157	75914	
4917867	Bayfield	bayfield	US	54814	0	America/Indiana/Indianapolis	41.27477	-85.70693	259			IN	085	75842	
4917896	Beardstown	beardstown	US	62618	0	America/Indiana/Winamac	41.1381	-86.60251	216	Beards Town,Beardstown,Voltz		IN	131	25558	
4917900	Beatrice	beatrice	US	36425	0	America/Chicago	41.42698	-87.18948	238			IN	127	61182	
4917908	Beaver City	beaver-city	US	68926	0	America/Chicago	40.90698	-87.41558	210			IN	111	80864	
4917924	Beaver Dam	beaver-dam	US	42320	0	America/Indiana/Indianapolis	41.08615	-86.01333	274			IN	085	25486	
4917925	Beckville	beckville	US	75631	0	America/Indiana/Indianapolis	40.0106	-86.70973	271			IN	107	79838	
4917992	Benton	benton	US	17814	0	America/Indiana/Indianapolis	41.50922	-85.7611	253			IN	039	04798	
4918006	Berne	berne	US	12023	4084	America/Indiana/Indianapolis	40.65782	-84.95191	258	Bern,Berne,brn,brnh  ayndyana,Берн,برن,برنه، ایندیانا,برنے، انڈیانا		IN	001	50220	
4918023	Bethel	bethel	US	04217	0	America/Indiana/Indianapolis	40.25004	-85.53386	273	Bethel,Stout		IN	035	31756	
4918099	Beverly Shores	beverly-shores	US	46301	610	America/Chicago	41.69254	-86.97753	189			IN	127	59922	
4918139	Big Springs	big-springs	US	26137	0	America/Indiana/Indianapolis	40.07032	-86.26055	283			IN	011	86372	
4918150	Bippus	bippus	US	46713	0	America/Indiana/Indianapolis	40.94421	-85.62387	260			IN	069	80126	
4918152	Birmingham	birmingham	US	08011	0	America/Indiana/Indianapolis	40.93782	-86.10944	260			IN	103	01018	
4918153	Birmingham	birmingham	US	08011	0	America/Indiana/Indianapolis	40.46865	-86.85279	184			IN	157	22342	
4918174	Black Oak	black-oak	US	72414	0	America/Chicago	41.56615	-87.39365	182	Black Oak,Blackoak		IN	089	09820	
4918180	Black Rock	black-rock	US	72415	0	America/Indiana/Indianapolis	40.36781	-87.09696	160			IN	171	80198	
4918186	Blaine	blaine	US	04734	0	America/Indiana/Indianapolis	40.40254	-85.05608	283	Blaine,Blane		IN	075	29466	
4918205	Bloomfield	bloomfield	US	06002	0	America/Indiana/Indianapolis	40.51171	-84.97386	267			IN	075	03844	
4918212	Bloomer	bloomer	US	54724	0	America/Indiana/Indianapolis	40.08393	-85.76803	265			IN	095	73556	
4918216	Blountsville	blountsville	US	35031	132	America/Indiana/Indianapolis	40.06005	-85.24024	333			IN	065	73472	
4918234	Bluffton	bluffton	US	29910	10005	America/Indiana/Indianapolis	40.73866	-85.17164	252	Blafton,blaftwn  ayndyana,bu la fu dun,bwfalw,Блафтон,بلافتون، ایندیانا,بلفٹن، انڈیانا,بوفالو,布拉夫顿	179	IN	179	32062	
4918252	Bolivar	bolivar	US	14715	0	America/Indiana/Indianapolis	40.96421	-85.78749	241			IN	169	12322	
4918275	Boone Grove	boone-grove	US	46302	0	America/Chicago	41.35476	-87.12947	218	Boone Grove,Boonegrove		IN	127	61182	
4918302	Boswell	boswell	US	15531	762	America/Indiana/Indianapolis	40.52115	-87.37835	230			IN	007	28818	
4918309	Bourbon	bourbon	US	46504	1781	America/Indiana/Indianapolis	41.2956	-86.11639	258			IN	099	06778	
4918319	Bowers	bowers	US	19511	0	America/Indiana/Indianapolis	40.15698	-86.72473	248	Bowers,Bowers Station,Clousers Mills		IN	107	73898	
4918361	Breezy Point	breezy-point	US	11697	0	America/Indiana/Indianapolis	40.69198	-86.75307	203			IN	015	37872	
4918363	Bremen	bremen	US	04551	4565	America/Indiana/Indianapolis	41.44644	-86.14806	260	Bremen,New Bremen		IN	099	27450	
4918370	Brentwood	brentwood	US	11717	0	America/Indiana/Indianapolis	40.09754	-85.71525	268			IN	095	01486	
4918377	Brice	brice	US	43109	0	America/Indiana/Indianapolis	40.4181	-84.89635	281			IN	075	54072	
4918384	Briggs	briggs	US	78608	0	America/Indiana/Indianapolis	41.0856	-85.47026	256			IN	183	81152	
4918385	Brighton	brighton	US	02135	0	America/Indiana/Indianapolis	41.72227	-85.31109	286	Brighton,Lexington		IN	087	29538	
4918387	Brimfield	brimfield	US	01010	0	America/Indiana/Indianapolis	41.45422	-85.39803	289			IN	113	56754	
4918389	Bringhurst	bringhurst	US	46913	0	America/Indiana/Indianapolis	40.52531	-86.525	220	Bringhurst,Plank,U Know		IN	015	50256	
4918393	Bristol	bristol	US	02809	1667	America/Indiana/Indianapolis	41.72144	-85.81749	236			IN	039	80594	
4918406	Brook	brook	US	47922	972	America/Chicago	40.86643	-87.36364	199			IN	111	36522	
4918410	Brookhaven	brookhaven	US	11719	0	America/Indiana/Indianapolis	40.51976	-85.61581	261	Brook Haven,Brookhaven		IN	053	11332	
4918417	Brookston	brookston	US	47923	1534	America/Indiana/Indianapolis	40.60281	-86.86723	208	Brookston,Brookstown		IN	181	61650	
4918466	Brunswick	brunswick	US	04011	0	America/Chicago	41.37781	-87.50809	222			IN	089	31252	
4918485	Bryant	bryant	US	35958	258	America/Indiana/Indianapolis	40.53338	-84.96386	266	Briant,Bryan,Bryant		IN	075	03844	
4918489	Buck Creek	buck-creek	US	47924	207	America/Indiana/Indianapolis	40.48781	-86.7614	201	Buck Creek,Buckcreek,Transitville		IN	157	81080	
4918495	Buckeye	buckeye	US	24924	0	America/Indiana/Indianapolis	40.69116	-85.35386	263			IN	069	67320	
4918505	Buena Vista	buena-vista	US	15018	0	America/Indiana/Indianapolis	40.1206	-85.07302	342	Buena Vista,Cerro Gordo		IN	135	83942	
4918508	Buffalo	buffalo	US	14201	692	America/Indiana/Indianapolis	40.88254	-86.74529	204	Buffalo,Буффало		IN	181	43524	
4918529	Bunker Hill	bunker-hill	US	25413	858	America/Indiana/Indianapolis	40.66032	-86.10277	250	Bunker Hill,Bunkerhill		IN	103	60174	
4918541	Burdick	burdick	US	66838	0	America/Chicago	41.60115	-86.97281	207			IN	127	37314	
4918544	Burket	burket	US	46508	195	America/Indiana/Indianapolis	41.15532	-85.96861	263			IN	085	68796	
4918548	Burlington	burlington	US	01803	596	America/Indiana/Indianapolis	40.48031	-86.39472	239	Berlington,Берлингтон		IN	015	09262	
4918558	Burnettsville	burnettsville	US	47926	341	America/Indiana/Indianapolis	40.76115	-86.59362	217	Burnett's Creek,Burnetts Creek,Burnettsville,Farmington		IN	181	37566	
4918574	Burr Oak	burr-oak	US	49030	0	America/Indiana/Indianapolis	41.3231	-85.43304	279	Burr Oak,Strouse		IN	113	54108	
4918584	Burrows	burrows	US	46916	0	America/Indiana/Indianapolis	40.67671	-86.5075	212	Burrows,Cornucopia		IN	015	43200	
4918595	Butler	butler	US	07405	2701	America/Indiana/Indianapolis	41.42977	-84.87135	264	Butler,Jarvis,Norristown		IN	033	84590	
4918609	Byron	byron	US	14422	0	America/Chicago	41.65615	-86.62474	250	Byron,Kankakee		IN	091	39186	
4918616	Burr Oak	burr-oak	US	49030	0	America/Indiana/Indianapolis	41.25643	-86.41529	237	Burr Oak,Burroak,Oakington		IN	099	77444	
4918620	Cairo	cairo	US	12413	0	America/Indiana/Indianapolis	40.54087	-86.92473	210			IN	157	75914	
4918666	Cambria	cambria	US	53923	0	America/Indiana/Indianapolis	40.36587	-86.55917	250			IN	023	57456	
4918667	Camden	camden	US	04843	600	America/Indiana/Indianapolis	40.60865	-86.54	204			IN	015	36828	
4918710	Carbondale	carbondale	US	18407	0	America/Indiana/Indianapolis	40.36004	-87.34779	210	Carbondale,Clarks Cross Roads		IN	171	43488	
4918718	Carlos	carlos	US	56319	0	America/Indiana/Indianapolis	40.02643	-85.03441	369	Carlos,Carlos City		IN	135	80990	
4918749	Carrollton	carrollton	US	23314	0	America/Indiana/Indianapolis	40.51781	-86.39194	238	Carrollton,Darwin		IN	015	09262	
4918778	Cassville	cassville	US	13318	0	America/Indiana/Indianapolis	40.56004	-86.12277	252			IN	067	34906	
4918791	Cedar	cedar	US	49621	0	America/Indiana/Indianapolis	41.31283	-85.15608	264	Cedar,Cedar Creek Station		IN	033	09550	
4918805	Cedar Lake	cedar-lake	US	46303	12000	America/Chicago	41.36476	-87.44115	216			IN	089	31252	
4918817	Cedar Point	cedar-point	US	61316	0	America/Indiana/Indianapolis	41.39783	-85.67526	261			IN	085	76760	
4918819	Cedar Point	cedar-point	US	61316	0	America/Indiana/Indianapolis	40.70893	-86.76029	189			IN	181	77732	
4918821	Cedarville	cedarville	US	08311	0	America/Indiana/Indianapolis	41.20366	-85.02191	240			IN	003	10990	
4918827	Centennial	centennial	US	82055	0	America/Indiana/Indianapolis	40.01143	-87.24334	212			IN	045	49392	
4918831	Center	center	US	42214	0	America/Indiana/Indianapolis	40.43448	-86.06054	258	Center,Centre		IN	067	75032	
4918832	Center	center	US	42214	0	America/Indiana/Indianapolis	40.44504	-85.07691	270			IN	075	29466	
4918892	Ceylon	ceylon	US	56121	0	America/Indiana/Indianapolis	40.60671	-84.9533	260	Ceylon,Florence		IN	001	79262	
4918899	Chalmers	chalmers	US	47929	503	America/Indiana/Indianapolis	40.66309	-86.86946	217	Chalmers,Mudges Station		IN	181	05194	
4918929	Chase	chase	US	21027	0	America/Indiana/Indianapolis	40.51948	-87.34196	227			IN	007	28818	
4918949	Chesterfield	chesterfield	US	01012	2495	America/Indiana/Indianapolis	40.11254	-85.59692	277	Chesterfield,West Union		IN	095	77426	
4918962	Chesterton	chesterton	US	46304	13433	America/Chicago	41.61059	-87.0642	195	Calumet,Chesterton,Coffee Creek,Честертон		IN	127	82484	
4918966	Chili	chili	US	54420	0	America/Indiana/Indianapolis	40.86004	-86.02638	215	Chile,Chili,New Market		IN	103	64134	
4919021	Churubusco	churubusco	US	12923	1795	America/Indiana/Indianapolis	41.2306	-85.31942	274	Cherubusco,Churubusco,Franklin,Union		IN	183	70182	
4919026	Cicero	cicero	US	13039	4891	America/Indiana/Indianapolis	40.12393	-86.01332	254	Ciceron,Цицерон		IN	057	37044	
4919042	Clare	clare	US	48617	0	America/Indiana/Indianapolis	40.11532	-85.96109	241			IN	057	83906	
4919058	Clarks	clarks	US	68628	0	America/Indiana/Winamac	41.13337	-86.8903	215			IN	131	10756	
4919059	Clarks Hill	clarks-hill	US	29821	677	America/Indiana/Indianapolis	40.24698	-86.72501	252	Clark's Hill,Clarkhill,Clarks Hill,Clarkshill,Clarksville		IN	157	42354	
4919063	Clarksville	clarksville	US	12041	0	America/Indiana/Indianapolis	40.03226	-85.91248	255			IN	057	81710	
4919078	Claypool	claypool	US	46510	430	America/Indiana/Indianapolis	41.12921	-85.88055	271			IN	085	13114	
4919095	Clear Lake	clear-lake	US	50428	342	America/Indiana/Indianapolis	41.73755	-84.83329	319			IN	151	13447	
4919148	Coal Creek	coal-creek	US	81221	0	America/Indiana/Indianapolis	40.03643	-87.38057	193	Coal Creek,Headleys Mills,Snoopys Mills		IN	045	79280	
4919168	Colburn	colburn	US	83865	0	America/Indiana/Indianapolis	41.54894	-86.26834	262	Colburn,Colburn Acres		IN	141	77624	
4919169	Colburn	colburn	US	83865	193	America/Indiana/Indianapolis	40.51865	-86.71306	202	Chapmanville,Colburn		IN	157	81080	
4919175	Colfax	colfax	US	26566	680	America/Indiana/Indianapolis	40.19504	-86.66723	258	Colfax,Midway		IN	023	59004	
4919179	College Corner	college-corner	US	45003	0	America/Indiana/Indianapolis	40.41088	-84.97719	281			IN	075	81764	
4919180	College Corner	college-corner	US	45003	0	America/Indiana/Indianapolis	40.30587	-85.84192	265			IN	095	18820	
4919181	College Corner	college-corner	US	45003	0	America/Indiana/Indianapolis	40.69865	-85.88554	245			IN	169	79982	
4919184	Collegeville	collegeville	US	19426	330	America/Chicago	40.9117	-87.1553	204			IN	073	46944	
4919189	Collins	collins	US	14034	0	America/Indiana/Indianapolis	41.19755	-85.38664	263			IN	183	70182	
4919203	Columbia City	columbia-city	US	46725	8857	America/Indiana/Indianapolis	41.15727	-85.48831	262	Columbia,Columbia City	183	IN	183	14698	
4919228	Como	como	US	27818	0	America/Indiana/Indianapolis	40.38532	-85.08691	288			IN	075	38034	
4919235	Concord	concord	US	01742	0	America/Indiana/Indianapolis	41.32616	-84.94524	259			IN	033	14824	
4919236	Concord	concord	US	01742	0	America/Indiana/Indianapolis	40.29337	-86.83751	223			IN	157	42354	
4919265	Conrad	conrad	US	50621	0	America/Chicago	41.10503	-87.44337	207			IN	111	40968	
4919271	Converse	converse	US	29329	0	America/Indiana/Indianapolis	40.38949	-85.23914	282			IN	009	36774	
4923563	Midway	midway	US	15060	0	America/Indiana/Indianapolis	41.61866	-85.89055	240			IN	039	14842	
4919272	Converse	converse	US	29329	1231	America/Indiana/Indianapolis	40.57754	-85.87332	253	Converse,Xenia		IN	103	37206	
4919277	Cook	cook	US	55723	0	America/Chicago	41.37726	-87.46976	233			IN	089	31252	
4919315	Corunna	corunna	US	46730	255	America/Indiana/Indianapolis	41.43727	-85.14719	297			IN	033	64008	
4919349	Covington	covington	US	16917	2568	America/Indiana/Indianapolis	40.1417	-87.39474	172	Kavington,kawyngtwn  ayndyana,kwfynghtwn,Кавингтон,كوفينغتون,کاوینگتون، ایندیانا,کوونگٹن، انڈیانا	045	IN	045	76616	
4919358	Cowan	cowan	US	37318	0	America/Indiana/Indianapolis	40.10588	-85.38858	302	Cowan,Cowen		IN	035	50292	
4919369	Craigville	craigville	US	46731	0	America/Indiana/Indianapolis	40.77838	-85.0908	259			IN	179	41958	
4919381	Crawfordsville	crawfordsville	US	47933	16024	America/Indiana/Indianapolis	40.04115	-86.87445	242	Krofordsvil,ke lao fu ci wei er,krafwrdzwyl  ayndyana,krwfwrdsfyl,Крофордсвил,كروفوردسفيل,کرافوردزویل، ایندیانا,کرافورڈزویل، انڈیانا,克劳福兹维尔	107	IN	107	77480	
4919388	Cresco	cresco	US	18326	0	America/Indiana/Indianapolis	41.23588	-85.49165	280			IN	183	75590	
4919392	Creston	creston	US	26141	0	America/Indiana/Indianapolis	40.21115	-85.37414	291			IN	035	11296	
4919393	Creston	creston	US	26141	0	America/Chicago	41.33781	-87.43142	215			IN	089	82574	
4919395	Crestview	crestview	US	32536	0	America/Chicago	41.45198	-87.05809	233			IN	127	11566	
4919397	Crestwood	crestwood	US	40014	0	America/Indiana/Indianapolis	41.14005	-85.12303	244			IN	003	80342	
4919399	Crete	crete	US	60417	0	America/Indiana/Indianapolis	40.04338	-84.86163	362			IN	135	29736	
4919410	Crocker	crocker	US	65452	0	America/Chicago	41.58809	-87.12226	192	Crocker,Croker,LaHayn		IN	127	43362	
4919419	Cromwell	cromwell	US	06416	504	America/Indiana/Indianapolis	41.4006	-85.61582	292			IN	113	71756	
4919451	Crown Point	crown-point	US	12928	28879	America/Chicago	41.41698	-87.36531	223	Crown Point,Crownpoint,Kraun Pojnt,Robinsons Prairie,kra'una po'inta,krawn bwynt,Краун Појнт,كراون بوينت,کراؤن پوائنٹ، انڈیانا,کرون‌پوینت، ایندیانا,क्राउन पॉइंट	089	IN	089	11476	
4919464	Cuba	cuba	US	14727	0	America/Indiana/Indianapolis	41.18561	-84.93858	238			IN	003	72116	
4919466	Culver	culver	US	46511	1396	America/Indiana/Indianapolis	41.21893	-86.42306	235	Culver,Marmount,Union Town		IN	099	77444	
4919473	Curryville	curryville	US	16631	0	America/Indiana/Indianapolis	40.78644	-85.07191	256	Coryville,Curryville		IN	179	41958	
4919478	Curtisville	curtisville	US	15032	0	America/Indiana/Indianapolis	40.31837	-85.89859	267			IN	159	46116	
4919483	Cyclone	cyclone	US	16726	0	America/Indiana/Indianapolis	40.22837	-86.4325	281			IN	023	36882	
4919487	Dale	dale	US	14039	1544	America/Indiana/Indianapolis	40.01671	-86.4	294			IN	011	11242	
4919490	Daleville	daleville	US	24083	1608	America/Indiana/Indianapolis	40.12115	-85.55803	278	Dalesville,Daleville		IN	035	67356	
4919498	Cutler	cutler	US	04626	0	America/Indiana/Indianapolis	40.47642	-86.52416	227			IN	015	17686	
4919510	Darlington	darlington	US	16115	843	America/Indiana/Indianapolis	40.11004	-86.77195	232			IN	107	25522	
4919526	Davis	davis	US	26260	0	America/Chicago	41.71476	-86.82614	202			IN	091	48780	
4919553	Dayton	dayton	US	08810	1578	America/Indiana/Indianapolis	40.3742	-86.7689	206	Dayton,Dejton,Fairfield,Дейтон		IN	157	69174	
4919555	DeMotte	demotte	US	46310	3814	America/Chicago	41.19504	-87.19864	204	De Motte,DeMotte,Demotte		IN	073	39222	
4919564	Decatur	decatur	US	30030	9465	America/Indiana/Indianapolis	40.8306	-84.92913	244	Dekejter,Декейтер	001	IN	001	80324	
4919569	Deedsville	deedsville	US	46921	0	America/Indiana/Indianapolis	40.91032	-86.10111	257			IN	103	77462	
4919575	Deep River	deep-river	US	06417	0	America/Chicago	41.47559	-87.22337	198	Deep River,Deepriver		IN	089	66096	
4919583	Deer Creek	deer-creek	US	56527	0	America/Indiana/Indianapolis	40.6142	-86.39111	217	Deer Creek,Deercreek,West Sonora		IN	015	80414	
4919588	Deer Creek	deer-creek	US	56527	0	America/Chicago	41.42059	-87.25809	210			IN	089	84896	
4919600	Deer Park	deer-park	US	11729	0	America/Chicago	41.15893	-87.1992	209			IN	073	39222	
4919602	Deerfield	deerfield	US	01342	0	America/Indiana/Indianapolis	40.27866	-84.97636	302	Deerfield,Mississinewa,Randolph		IN	135	80072	
4919621	Delong	delong	US	46922	0	America/Indiana/Indianapolis	41.13838	-86.41639	225	De Long,DeLong,Delong		IN	049	02656	
4919624	Delphi	delphi	US	46923	2858	America/Indiana/Indianapolis	40.58754	-86.67501	173	Carrollton,Delphi	015	IN	015	17236	
4919627	Deming	deming	US	88030	0	America/Indiana/Indianapolis	40.11531	-86.0986	272			IN	057	37044	
4919636	Denver	denver	US	12421	469	America/Indiana/Indianapolis	40.86615	-86.07749	217	Denver,Urbana,Денвер		IN	103	38070	
4919642	Desoto	desoto	US	75115	0	America/Indiana/Indianapolis	40.24699	-85.29358	292	De Soto,Desoto,Woodlawn		IN	035	17470	
4919684	Dinwiddie	dinwiddie	US	23841	0	America/Chicago	41.28948	-87.30114	210			IN	089	19306	
4919716	Donaldson	donaldson	US	46513	0	America/Indiana/Indianapolis	41.36115	-86.44418	239	Donaldson,Donelson		IN	099	82304	
4919744	Doyle	doyle	US	38559	0	America/Indiana/Indianapolis	40.8081	-86.07416	240			IN	103	38070	
4919750	Drew	drew	US	38737	0	America/Indiana/Indianapolis	40.21893	-85.38692	290			IN	035	11296	
4919754	Dover	dover	US	02030	0	America/Indiana/Indianapolis	40.05449	-86.62	274	Crackaway,Dover		IN	011	37854	
4919783	Dundee	dundee	US	14837	0	America/Indiana/Indianapolis	40.27226	-85.75609	266	Dundee,Mudsock		IN	095	60156	
4919797	Dunkirk	dunkirk	US	14048	2630	America/Indiana/Indianapolis	40.75643	-86.39361	184			IN	017	20494	
4919798	Dunkirk	dunkirk	US	14048	2339	America/Indiana/Indianapolis	40.37532	-85.20941	289	Dunkirk,Quincy		IN	075	64098	
4919802	Dunn	dunn	US	28334	0	America/Indiana/Indianapolis	40.56393	-87.46391	243			IN	007	33358	
4919810	Durbin	durbin	US	26264	0	America/Indiana/Indianapolis	40.05643	-85.91081	250			IN	057	81710	
4919812	Durham	durham	US	03824	0	America/Chicago	41.59226	-86.83753	250			IN	091	52830	
4919820	Dyer	dyer	US	38330	16051	America/Chicago	41.4942	-87.52171	195	Dajer,dayr,Дајер,داير		IN	089		
4919826	Dunlap	dunlap	US	37327	6235	America/Indiana/Indianapolis	41.63783	-85.92166	237	Dunlap,Dunlaps		IN	039	14842	
4919840	Eagle Point	eagle-point	US	97524	0	America/Indiana/Indianapolis	41.32755	-85.67776	260			IN	085	75842	
4919843	Eagletown	eagletown	US	74734	0	America/Indiana/Indianapolis	40.04226	-86.1936	275			IN	057	80666	
4919845	Earl Park	earl-park	US	47942	334	America/Indiana/Indianapolis	40.68282	-87.41169	247	Earl Park,Earlpark		IN	007	63990	
4919857	East Chicago	east-chicago	US	46312	28699	America/Chicago	41.6392	-87.45476	180	Ist Chikago,ayst shykaghw,shykagwy shrqy  ayndyana,Ист Чикаго,إيست شيكاغو,شیکاگوی شرقی، ایندیانا,مشرقی شکاگو، انڈیانا		IN	089	54414	
4919878	East Liberty	east-liberty	US	43319	0	America/Indiana/Indianapolis	40.9356	-84.86163	247			IN	003	50238	
4919907	Eaton	eaton	US	13334	1748	America/Indiana/Indianapolis	40.34032	-85.3508	277			IN	035	77246	
4919922	Eddy	eddy	US	76524	0	America/Indiana/Indianapolis	41.53644	-85.43831	279			IN	087	13456	
4919933	Edgerton	edgerton	US	43517	0	America/Indiana/Indianapolis	41.07672	-84.80607	228			IN	003	36738	
4919935	Edgewater	edgewater	US	07020	0	America/Chicago	41.51615	-87.0467	246			IN	127	11566	
4919937	Edgewood	edgewood	US	21040	1878	America/Indiana/Indianapolis	40.10337	-85.73414	268			IN	095	01486	
4919965	Egypt	egypt	US	72427	0	America/Chicago	40.85921	-87.20391	203			IN	073	38970	
4919985	Elizaville	elizaville	US	12523	0	America/Indiana/Indianapolis	40.12671	-86.37583	284			IN	011	13672	
4919987	Elkhart	elkhart	US	46514	52348	America/Indiana/Indianapolis	41.68199	-85.97667	229	EKI,Ehlkkhart,Elkkhart,ai er ke ha te,alkart  ayndyana,alkhart,Елкхарт,Элкхарт,إلخارت,الکارت، انڈیانا,الکارت، ایندیانا,埃尔克哈特		IN	039	14842	
4920006	Ellis	ellis	US	67637	0	America/Indiana/Indianapolis	40.37226	-86.51028	257			IN	023	57456	
4920007	Ellis	ellis	US	67637	0	America/Indiana/Indianapolis	41.63255	-84.91524	310			IN	151	68454	
4920012	Ellisville	ellisville	US	39437	0	America/Indiana/Indianapolis	41.0181	-85.28414	249			IN	003	00208	
4920022	Elmdale	elmdale	US	66850	0	America/Indiana/Indianapolis	40.13671	-87.01751	253	Boston Store,Elmdale		IN	107	14014	
4920026	Elmhurst	elmhurst	US	11373	0	America/Indiana/Indianapolis	40.09782	-85.72137	267			IN	095	01486	
4920029	Elmira	elmira	US	14901	0	America/Indiana/Indianapolis	41.59199	-85.20442	283			IN	087	49338	
4920031	Elmwood	elmwood	US	02337	0	America/Indiana/Indianapolis	40.06782	-86.46195	286			IN	011	11242	
4920041	Elwood	elwood	US	08217	8455	America/Indiana/Indianapolis	40.27698	-85.84192	263	Duck Creek,Elwood,Quincy		IN	095	60156	
4920058	Emma	emma	US	62834	0	America/Indiana/Indianapolis	41.61116	-85.5411	271	Eden Mills,Emma		IN	087	20206	
4920081	Emporia	emporia	US	23847	0	America/Indiana/Indianapolis	40.00449	-85.63387	282			IN	095	00406	
4920098	Erie	erie	US	16501	0	America/Indiana/Indianapolis	40.80115	-85.99138	241			IN	103	21412	
4920111	Etna Green	etna-green	US	46524	585	America/Indiana/Indianapolis	41.27893	-86.04611	249	Camp Green,Etna Green		IN	085	21466	
4920133	Etna	etna	US	03750	0	America/Indiana/Indianapolis	41.27366	-85.57359	284	Etna,Hecla		IN	183	21520	
4920136	Fair Oaks	fair-oaks	US	47943	0	America/Chicago	41.07504	-87.25753	214	Fair Oaks,Fairoaks		IN	073	77372	
4920138	Fairfax	fairfax	US	05454	0	America/Indiana/Indianapolis	41.04199	-85.0883	238			IN	003	00298	
4920139	Fairfax	fairfax	US	05454	0	America/Indiana/Indianapolis	40.10421	-85.64998	274			IN	095	01486	
4920153	Fairmount	fairmount	US	30139	2851	America/Indiana/Indianapolis	40.41532	-85.65053	266	Fairmont,Fairmount		IN	053	22441	
4920157	Fairview	fairview	US	07022	0	America/Indiana/Indianapolis	40.2981	-85.19525	294			IN	135	29232	
4920194	Fargo	fargo	US	31631	0	America/Indiana/Indianapolis	40.51893	-87.27946	238			IN	007	55620	
4920199	Farmland	farmland	US	47340	1284	America/Indiana/Indianapolis	40.18782	-85.12747	317			IN	135	50472	
4920342	Five Points	five-points	US	36855	0	America/Indiana/Indianapolis	41.12338	-84.94024	221			IN	003	49248	
4920343	Five Points	five-points	US	36855	0	America/Indiana/Indianapolis	40.3167	-87.32001	221			IN	171	43488	
4920344	Five Points	five-points	US	36855	0	America/Indiana/Indianapolis	40.58171	-85.31997	259			IN	179	12358	
4920345	Five Points	five-points	US	36855	0	America/Indiana/Indianapolis	41.19282	-85.49165	265			IN	183	75590	
4920367	Flint	flint	US	48501	0	America/Indiana/Indianapolis	41.65005	-85.12719	293			IN	151	37458	
4920370	Fletcher	fletcher	US	28732	0	America/Indiana/Indianapolis	40.91199	-86.33278	243	Fletcher,Fletcher Lake		IN	049	81692	
4920375	Flora	flora	US	39071	0	America/Indiana/Indianapolis	40.73393	-86.09999	203			IN	103	60174	
4920378	Florida	florida	US	10921	0	America/Indiana/Indianapolis	40.16032	-85.71025	271	Clarks Station,Florida,Florida Station		IN	095	40752	
4920380	Flora	flora	US	39071	1985	America/Indiana/Indianapolis	40.54726	-86.52444	215			IN	015	50256	
4920398	Forest	forest	US	24551	0	America/Indiana/Indianapolis	40.37365	-86.33277	269	Forest,Forrest		IN	023	23944	
4920399	Forest City	forest-city	US	18421	0	America/Chicago	41.19476	-87.2667	199			IN	073	39222	
4920405	Forest Hills	forest-hills	US	11375	0	America/Indiana/Indianapolis	40.12365	-85.69664	269			IN	095	01486	
4920408	Forest Park	forest-park	US	30297	0	America/Indiana/Indianapolis	41.55061	-84.92524	281			IN	151	57240	
4920423	Fort Wayne	fort-wayne	US	46801	260326	America/Indiana/Indianapolis	41.1306	-85.12886	247	Arx Vainensis,FWA,Fort Gouein,Fort Miami,Fort Uejn,Fort Veinas,Fort Vejn,Fort Veyn,Fort Wayne,Fort-Uehjn,Fort-Vejn,Fortveina,Frenchtown,Kekionga,Kiskakon,Miami Town,Omee Town,Post Miami,Twightwee Village,fotou~ein,fwrt wayn,fwrt‌wyn  ayndyana,phorta vena,poteuwein,pwrt wyyn,wei en bao,Φορτ Γουέιν,Форт Вејн,Форт Уейн,Форт-Вейн,Форт-Уэйн,פורט ויין,فورت واين,فورت‌وین، ایندیانا,فورٹ وین، انڈیانا,फोर्ट वेन,フォートウェイン,韋恩堡,포트웨인	003	IN	003	80342	
4920433	Foster	foster	US	02825	0	America/Indiana/Indianapolis	40.1467	-87.4714	193			IN	171	51264	
4920443	Fountain	fountain	US	27829	0	America/Indiana/Indianapolis	40.22226	-87.33529	168	Fountain,Portland		IN	045	69084	
4920452	Fowler	fowler	US	44418	2274	America/Indiana/Indianapolis	40.6167	-87.32085	251		007	IN	007	11224	
4920454	Fowlerton	fowlerton	US	46930	254	America/Indiana/Indianapolis	40.40949	-85.57359	269	Fowlerton,Leach		IN	053	22441	
4920466	Francesville	francesville	US	47946	837	America/Indiana/Winamac	40.98532	-86.87946	207	Francesville,Francisville,Franesille		IN	131	67392	
4920473	Frankfort	frankfort	US	04438	16060	America/Indiana/Indianapolis	40.27948	-86.51084	259	Frankfort,Frankfurt,fa lan ke fu,frankfwrt,frankfwrt  ayndyana,Франкфорт,Франкфурт,فرانكفورت,فرانکفورت، ایندیانا,فرنکفرٹ، انڈیانا,法兰克福	023	IN	023	11260	
4920494	Fox	fox	US	72051	0	America/Indiana/Indianapolis	40.63976	-85.69498	248	Fox,Fox Station		IN	053	60372	
4920512	Fremont	fremont	US	03044	2153	America/Indiana/Indianapolis	41.73088	-84.93274	322	Brockville,Fremont,Fremount,Frimont,Willow Prairie,Фримонт		IN	151	25891	
4920523	Frankton	frankton	US	46044	1824	America/Indiana/Indianapolis	40.22282	-85.77887	254			IN	095	60156	
4920548	Fulton	fulton	US	13069	325	America/Indiana/Indianapolis	40.94726	-86.26278	242			IN	049	43254	
4920576	Gadsden	gadsden	US	29052	0	America/Indiana/Indianapolis	40.04726	-86.34583	290	Gadsden,Glasden		IN	011	86372	
4920577	Galveston	galveston	US	46932	1271	America/Indiana/Indianapolis	40.57893	-86.19027	244	Galveston,Галвестон		IN	017	36846	
4920592	Garfield	garfield	US	07026	0	America/Indiana/Indianapolis	40.0831	-86.8239	243			IN	107	77480	
4920600	Garrett	garrett	US	15542	6344	America/Indiana/Indianapolis	41.34949	-85.13553	268			IN	033	39636	
4920607	Gary	gary	US	24836	77156	America/Chicago	41.59337	-87.34643	183	GYY,Gary,Gehri,Gehry,Geri,Qari,gairi,geli,geri,ghary,gry  ayndyana,jia li,Гери,Гері,Гэри,Гэры,Գերի,غاري,گری، انڈیانا,گری، ایندیانا,गैरी,แกรี,გერი,ゲーリー,加里,게리		IN	089	09820	
4920637	Gas City	gas-city	US	46933	5968	America/Indiana/Indianapolis	40.48726	-85.61303	261	Gas City,Gas Siti,Harrisburg,ghaz syty,gs syty  ayndyana,Гас Сити,غاز سيتي,گس سیتی، ایندیانا,گیس سٹی، انڈیانا		IN	053	49374	
4920641	Gaston	gaston	US	27832	865	America/Indiana/Indianapolis	40.31393	-85.50053	273	Gaston,New Corner		IN	035	80576	
4920654	Gilman	gilman	US	05904	0	America/Indiana/Indianapolis	40.23449	-85.57831	275			IN	095	50382	
4920664	Geneva	geneva	US	14456	1320	America/Indiana/Indianapolis	40.59199	-84.95719	258	Buffalo,Geneva,Zheneva,Женева		IN	001	79262	
4920680	Georgetown	georgetown	US	01833	0	America/Indiana/Indianapolis	41.23199	-84.86552	239			IN	003	72116	
4920681	Georgetown	georgetown	US	01833	4705	America/Indiana/Indianapolis	40.7406	-86.50473	180			IN	017	37890	
4920682	Georgetown	georgetown	US	01833	0	America/Indiana/Indianapolis	40.17088	-85.12913	307	George Town,Georgetown		IN	135	73478	
4920683	Georgetown	georgetown	US	01833	4497	America/Indiana/Indianapolis	41.72949	-86.22834	223			IN	141	13222	
4920704	Gibson	gibson	US	18820	0	America/Chicago	41.60531	-87.46143	181			IN	089	54414	
4920709	Gifford	gifford	US	16732	0	America/Chicago	41.07087	-87.05252	209			IN	073	03412	
4920717	Gilead	gilead	US	68362	0	America/Indiana/Indianapolis	40.97032	-86.0186	258			IN	103	59094	
4920783	Goodland	goodland	US	34140	1014	America/Chicago	40.76337	-87.29363	221			IN	111	28872	
4920790	Goldsmith	goldsmith	US	46045	0	America/Indiana/Indianapolis	40.28948	-86.14916	278			IN	159	38250	
4920808	Goshen	goshen	US	01032	32983	America/Indiana/Indianapolis	41.58227	-85.83444	244	GSH,Goshen,Goshen (Indiana),Гошен	039	IN	039	20746	
4920825	Grabill	grabill	US	46741	1127	America/Indiana/Indianapolis	41.21088	-84.96691	249			IN	003	10990	
4920853	Graham	graham	US	27253	0	America/Indiana/Indianapolis	40.15698	-87.19501	208			IN	045	64026	
4920869	Granger	granger	US	46530	30465	America/Indiana/Indianapolis	41.75338	-86.11084	244			IN	141	31558	
4920877	Grandview	grandview	US	37337	0	America/Indiana/Indianapolis	40.11837	-85.70831	267			IN	095	01486	
4920886	Granville	granville	US	01034	0	America/Indiana/Indianapolis	40.31727	-85.31858	275			IN	035	53928	
4920890	Grass Creek	grass-creek	US	46935	0	America/Indiana/Indianapolis	40.94754	-86.40445	235	Grass Creek,Grasscreek		IN	049	81692	
4920944	Greendale	greendale	US	53129	0	America/Indiana/Indianapolis	41.11338	-85.08886	243			IN	003	66924	
4920945	Greene	greene	US	02827	0	America/Indiana/Indianapolis	40.40838	-85.09997	281	Green,Greene		IN	075	29466	
4920961	Greentown	greentown	US	18426	2399	America/Indiana/Indianapolis	40.47809	-85.96665	255	Greens Village,Greentown		IN	067	43326	
4920962	Greenville	greenville	US	02828	0	America/Indiana/Indianapolis	40.65449	-85.22636	259			IN	179	12358	
4920963	Greenwood	greenwood	US	04255	0	America/Indiana/Indianapolis	41.55005	-85.23275	304			IN	087	49338	
4920964	Greenwood	greenwood	US	04255	0	America/Indiana/Indianapolis	40.84449	-85.17691	259			IN	179	38304	
4920980	Gridley	gridley	US	61744	0	America/Indiana/Indianapolis	40.08865	-85.65275	275			IN	095	01486	
4920986	Griffith	griffith	US	46319	16378	America/Chicago	41.52837	-87.42365	192			IN	089	09820	
4921021	Grovertown	grovertown	US	46531	0	America/Indiana/Knox	41.37504	-86.50473	222	Grover Town,Grovertown,Grovestown		IN	149	56916	
4921026	Guernsey	guernsey	US	52221	0	America/Indiana/Indianapolis	40.80032	-86.81279	209			IN	181	77732	
4921040	Guy	guy	US	72061	0	America/Indiana/Indianapolis	40.43532	-85.97554	259			IN	067	43326	
4921080	Hamilton	hamilton	US	01936	0	America/Indiana/Indianapolis	40.34476	-86.61806	246			IN	023	45918	
4921081	Hamilton	hamilton	US	01936	0	America/Indiana/Indianapolis	40.1231	-85.78498	262			IN	095	37188	
4921082	Hamilton	hamilton	US	01936	0	America/Indiana/Indianapolis	41.73227	-86.47807	231			IN	141	56556	
4921083	Hamilton	hamilton	US	01936	1544	America/Indiana/Indianapolis	41.53366	-84.91274	277	Enterprise,Gamil'ton,Hamilton,Гамильтон		IN	151	57240	
4921095	Hamlet	hamlet	US	28345	800	America/Chicago	41.54754	-86.58224	215			IN	091	43812	
4921100	Hammond	hammond	US	13646	77614	America/Chicago	41.58337	-87.50004	183	Hammond,Hohman,Khammond,Khamond,State Line,ha meng de,haemeondeu,hamondo,hamwnd,hmwnd  ayndyana,Хаммонд,Хамонд,هاموند,هموند، ایندیانا,ہیمونڈ، انڈیانا,ハモンド,哈蒙德,해먼드		IN	089	54414	
4921135	Hanna	hanna	US	46340	463	America/Chicago	41.41199	-86.78002	215			IN	091	31198	
4921161	Harlan	harlan	US	40831	1634	America/Indiana/Indianapolis	41.19616	-84.91969	239	Harlan,Maysville		IN	003	72116	
4921185	Harris	harris	US	12742	0	America/Indiana/Indianapolis	41.41477	-86.30362	254	Harris,Harris Station,Linkville		IN	099	54432	
4921215	Harrisville	harrisville	US	02830	0	America/Indiana/Indianapolis	40.18477	-84.88163	336			IN	135	81890	
4921229	Hartford City	hartford-city	US	47348	5992	America/Indiana/Indianapolis	40.45115	-85.36997	280	Hartford,Hartford City,Khartford Siti,hartfwrd syty,hartfwrd syty  ayndyana,Хартфорд Сити,هارتفورد سيتي,هارتفورد سیتی، ایندیانا,ہارٹ فورڈ سٹی، انڈیانا	009	IN	009	43650	
4921234	Hartsdale	hartsdale	US	10530	0	America/Chicago	41.50781	-87.47143	191			IN	089		
4921246	Haskell	haskell	US	07420	0	America/Chicago	41.48393	-86.90197	233	Haskell,Haskell Station,Haskells		IN	091	13744	
4921248	Hastings	hastings	US	13076	0	America/Indiana/Indianapolis	41.38366	-85.92944	255			IN	085	38052	
4921293	Heath	heath	US	01346	0	America/Indiana/Indianapolis	40.46115	-86.73334	204			IN	157	59148	
4921298	Hebron	hebron	US	03241	3704	America/Chicago	41.31865	-87.20031	216	Hebron,The Corners		IN	127	06580	
4921306	Hedrick	hedrick	US	52563	0	America/Indiana/Indianapolis	40.3017	-87.49085	216			IN	171	39024	
4921326	Hemlock	hemlock	US	14466	0	America/Indiana/Indianapolis	40.42004	-86.04138	263	Hemlock,Terre Hall		IN	067	75032	
4921361	Hesston	hesston	US	16647	0	America/Chicago	41.75282	-86.66086	195			IN	091	26224	
4921375	Hibernia	hibernia	US	07842	0	America/Indiana/Indianapolis	40.00421	-87.00112	205	Hibernia,Hibernia Mills		IN	107	64620	
4921402	Highland	highland	US	12528	22936	America/Chicago	41.55365	-87.45198	190			IN	089	54414	
4921450	Hillsboro	hillsboro	US	21641	538	America/Indiana/Indianapolis	40.10893	-87.18556	216	Hillsboro,Hillsborough,Khillsboro,Хиллсборо		IN	045	09748	
4921452	Hillside	hillside	US	07205	0	America/Chicago	41.71032	-86.61752	260			IN	091	26224	
4921471	Hoagland	hoagland	US	46745	821	America/Indiana/Indianapolis	40.94783	-84.99163	251			IN	003	45882	
4921476	Hobart	hobart	US	13788	28404	America/Chicago	41.53226	-87.25504	190	Khobart,hwbart,hwbart  ayndyana,Хобарт,هوبارت,هوبارت، ایندیانا,ہوبرٹ، انڈیانا		IN	089	34132	
4921489	Hobbs	hobbs	US	46047	0	America/Indiana/Indianapolis	40.28365	-85.94748	265			IN	159	46116	
4921539	Holmesville	holmesville	US	44633	0	America/Chicago	41.59976	-86.88114	234			IN	091	52830	
4921585	Honey Creek	honey-creek	US	51542	0	America/Indiana/Indianapolis	40.03393	-85.48553	311	Honey Creek,Honeycreek,Warnock Station		IN	065	22630	
4921591	Honeyville	honeyville	US	84314	0	America/Indiana/Indianapolis	41.58172	-85.60165	274	Honeyville,Schrock,Shrock		IN	087	20206	
4921621	Hopewell	hopewell	US	08525	0	America/Indiana/Indianapolis	41.28116	-85.02052	259			IN	033	36936	
4921647	Hortonville	hortonville	US	12745	0	America/Indiana/Indianapolis	40.08615	-86.16082	287	Horton,Hortonville		IN	057	80666	
4921678	Howe	howe	US	46746	807	America/Indiana/Indianapolis	41.72144	-85.42054	269	Howe,Lima		IN	087	43722	
4921682	Hubbard	hubbard	US	44425	0	America/Indiana/Indianapolis	41.69644	-86.4189	222			IN	141	56556	
4921686	Hudson	hudson	US	01749	516	America/Indiana/Indianapolis	41.53283	-85.08108	302	Benton,Gudzon,Hudson,Гудзон		IN	151	67428	
4921722	Huntertown	huntertown	US	46748	5387	America/Indiana/Indianapolis	41.22838	-85.17247	255			IN	003	58950	
4921725	Huntington	huntington	US	01050	17095	America/Indiana/Indianapolis	40.8831	-85.49748	228	Khantington,hantyngtwn  ayndyana,heng ting dun,heontingteon,hntnghtwn,Хантингтон,هانتینگتون، ایندیانا,هنتنغتون,ہنٹنگٹن، انڈیانا,亨廷顿,헌팅턴	069	IN	069	35311	
4921735	Huntsville	huntsville	US	35801	0	America/Indiana/Indianapolis	40.00865	-85.73025	265			IN	095	22648	
4921736	Huntsville	huntsville	US	35801	0	America/Indiana/Indianapolis	40.07116	-85.07219	354	Hunts Cross Roads,Huntsville,Trenton,Untsville		IN	135	77588	
4921755	Hyde Park	hyde-park	US	02136	0	America/Indiana/Indianapolis	40.19254	-85.3083	300			IN	035	43236	
4921762	Idaville	idaville	US	17337	461	America/Indiana/Indianapolis	40.75698	-86.64945	218	Hanna,Idaville		IN	181	43866	
4921765	Ijamsville	ijamsville	US	21754	0	America/Indiana/Indianapolis	40.95977	-85.83277	236	Ijamsville,South Laketon		IN	169	60498	
4921782	Independence	independence	US	24348	0	America/Indiana/Indianapolis	40.33754	-87.1689	171			IN	171	80198	
4921817	Indian Hills	indian-hills	US	80454	0	America/Indiana/Indianapolis	41.62227	-85.1558	309			IN	151	37458	
4921872	Indianola	indianola	US	15051	0	America/Indiana/Indianapolis	41.56477	-85.24692	294			IN	087	49338	
4921905	Inverness	inverness	US	34450	0	America/Indiana/Indianapolis	41.70061	-85.09358	303			IN	151	49644	
4921906	Inwood	inwood	US	11096	0	America/Indiana/Indianapolis	41.31754	-86.20306	257	Inwood,Pearsonville		IN	099	11530	
4921908	Irondale	irondale	US	43932	0	America/Indiana/Indianapolis	40.09865	-85.65748	259			IN	095	01486	
4921913	Irvington	irvington	US	07111	0	America/Indiana/Indianapolis	40.17643	-85.34664	296			IN	035	11296	
4921921	Island Park	island-park	US	11558	0	America/Indiana/Indianapolis	41.28699	-85.80027	254			IN	085	60228	
4921922	Island Park	island-park	US	11558	0	America/Indiana/Indianapolis	41.54088	-84.92107	277			IN	151	57240	
4921924	Ivanhoe	ivanhoe	US	24350	0	America/Chicago	41.59781	-87.42448	181			IN	089	09820	
4921995	Jamestown	jamestown	US	02835	0	America/Indiana/Indianapolis	41.6356	-86.02278	237	Jamestown,Jimtown		IN	039	03754	
4921996	Jamestown	jamestown	US	02835	0	America/Indiana/Indianapolis	41.74838	-85.01746	297			IN	151	37746	
4922018	Jeff	jeff	US	41751	0	America/Indiana/Indianapolis	40.60532	-85.35303	259			IN	179	37548	
4922020	Jefferson	jefferson	US	01522	0	America/Indiana/Indianapolis	40.27948	-86.59	262			IN	023	80486	
4922078	Jerome	jerome	US	15937	0	America/Indiana/Indianapolis	40.45532	-85.93082	262			IN	067	77336	
4922130	Johnsonville	johnsonville	US	12094	0	America/Indiana/Indianapolis	40.22754	-87.4864	207			IN	171	73088	
4922150	Jonesboro	jonesboro	US	04648	1693	America/Indiana/Indianapolis	40.47976	-85.62775	260	Dzhonsboro,Jonesboro,Jonesborough,Джонсборо		IN	053	49374	
4922177	Judson	judson	US	75660	0	America/Indiana/Indianapolis	40.50393	-86.27138	247			IN	067	21430	
4922249	Kempton	kempton	US	19529	312	America/Indiana/Indianapolis	40.28837	-86.22972	283			IN	159	38250	
4922776	Ligonier	ligonier	US	15658	4405	America/Indiana/Indianapolis	41.46588	-85.58748	266			IN	113	59130	
4922252	Kendallville	kendallville	US	46755	9927	America/Indiana/Indianapolis	41.44144	-85.26498	301	Kendalvil,ken de er wei er,kndalwyl  ayndyana,kyndalfyl,Кендалвил,كيندالفيل,کندالویل، ایندیانا,کینڈال ویل، انڈیانا,肯德尔维尔		IN	113	81836	
4922261	Kenneth	kenneth	US	56147	0	America/Indiana/Indianapolis	40.76115	-86.47306	201			IN	017	37890	
4922267	Kentland	kentland	US	47951	1698	America/Chicago	40.77032	-87.4453	208	KKT,Kent,Kentland	111	IN	111	38106	
4922276	Kersey	kersey	US	15846	0	America/Chicago	41.1942	-87.15642	202			IN	073	83546	
4922284	Kewanna	kewanna	US	46939	601	America/Indiana/Indianapolis	41.01865	-86.41334	239	Kewanna,Pleasant Grove		IN	049	77282	
4922288	Keystone	keystone	US	46759	0	America/Indiana/Indianapolis	40.5956	-85.25942	262			IN	179	12358	
4922290	Kentwood	kentwood	US	70444	0	America/Indiana/Indianapolis	40.27698	-86.48972	263			IN	023	11260	
4922305	Kimmell	kimmell	US	46760	422	America/Indiana/Indianapolis	41.39533	-85.54832	279			IN	113	71756	
4922323	Kingsbury	kingsbury	US	46345	245	America/Chicago	41.52754	-86.70002	228			IN	091	80774	
4922329	Kingsford Heights	kingsford-heights	US	46346	1421	America/Chicago	41.4806	-86.69169	221			IN	091	77408	
4922331	Kingsland	kingsland	US	31548	0	America/Indiana/Indianapolis	40.83005	-85.17719	261	Kingsland,Parkinson		IN	179	38304	
4922336	Kinsey	kinsey	US	59338	0	America/Indiana/Indianapolis	41.09616	-85.70498	263			IN	085	37170	
4922345	Kirklin	kirklin	US	46050	776	America/Indiana/Indianapolis	40.19337	-86.36055	280			IN	023	39960	
4922360	Klondike	klondike	US	75448	0	America/Indiana/Indianapolis	40.46753	-86.96223	201	Klondike,Klondyke		IN	157	79352	
4922388	Kokomo	kokomo	US	39643	57995	America/Indiana/Indianapolis	40.48643	-86.1336	247	OKK,ke ke mo,kokomo,kwkwmw,kwkwmw  ayndyana,كوكومو,کوکومو، انڈیانا,کوکومو، ایندیانا,コーコモー,科科莫	067	IN	067	11422	
4922412	Kouts	kouts	US	46347	1967	America/Chicago	41.31671	-87.02586	208	Kautz,Kout Station,Kouts,Kouts Station		IN	127	60426	
4922416	Kramer	kramer	US	58748	0	America/Indiana/Indianapolis	40.33865	-87.28751	200	Cameron Springs,Indiana Mineral Springs,Kramer		IN	171	43488	
4922418	Knox	knox	US	12107	3597	America/Indiana/Knox	41.29588	-86.62501	217		149	IN	149	11638	
4922450	La Crosse	la-crosse	US	23950	537	America/Chicago	41.31754	-86.89141	206	La Crosse,La-Kross,LaCrosse,Lacrosse,Ла-Кросс		IN	091	17974	
4922452	La Fontaine	la-fontaine	US	46940	861	America/Indiana/Indianapolis	40.67393	-85.72137	245	Ashland,Grants Land,La Fontaine,LaFontaine,Lafontaine		IN	169	43470	
4922459	LaPorte	laporte	US	18626	22053	America/Chicago	41.6106	-86.72252	247	LPO,La Porte,LaPorte,Laporte		IN	091	11494	
4922462	Lafayette	lafayette	US	07848	71111	America/Indiana/Indianapolis	40.4167	-86.87529	211	LAF,La Fayette,LaFayette,Lafajet,Lafayette,Lafejet,la fei te,lafayyt,lafyt  ayndyana,lapies,rafaietto,Лафайет,Лафејет,لا فائت، انڈیانا,لافاييت,لافیت، ایندیانا,ラファイエット,拉斐特,라피엣	157	IN	157	22342	
4922472	Lagrange	lagrange	US	04453	2715	America/Indiana/Indianapolis	41.64172	-85.41665	284	La Grange,LaGrange,Lagrange	087	IN	087	05752	
4922474	Lagro	lagro	US	46941	407	America/Indiana/Indianapolis	40.8381	-85.73026	215	La Gro,Lagro,LeGros		IN	169	40914	
4922491	Lake Cicott	lake-cicott	US	46942	0	America/Indiana/Indianapolis	40.76421	-86.52417	214	Lake Cicott,Lakeville		IN	017	37890	
4922528	Lake Park	lake-park	US	31636	0	America/Chicago	41.70477	-86.54974	259			IN	091	35068	
4922541	Lake Station	lake-station	US	46405	12054	America/Chicago	41.57504	-87.23892	189	East Gary,Lake Station		IN	089	34132	
4922545	Lake View	lake-view	US	14085	0	America/Chicago	41.52476	-87.0517	248			IN	127	43362	
4922548	Lake Village	lake-village	US	46349	765	America/Chicago	41.13753	-87.44864	201	Lake Village,Lake Villiage		IN	111	40968	
4922564	Lakeside	lakeside	US	06758	0	America/Indiana/Winamac	40.93421	-86.73779	209			IN	131	03988	
4922575	Laketon	laketon	US	46943	623	America/Indiana/Indianapolis	40.97421	-85.83582	230			IN	169	60498	
4922578	Lakeview	lakeview	US	28350	0	America/Indiana/Indianapolis	41.54588	-85.22081	296			IN	087	49338	
4922585	Lakeville	lakeville	US	02347	788	America/Indiana/Indianapolis	41.52449	-86.27334	257			IN	141	77624	
4922588	Lakewood	lakewood	US	08701	0	America/Indiana/Indianapolis	40.68643	-86.75973	203			IN	181	77732	
4922599	Lancaster	lancaster	US	01523	0	America/Indiana/Indianapolis	40.74893	-85.50692	245	Lancaster,River		IN	069	41904	
4922621	Laotto	laotto	US	46763	0	America/Indiana/Indianapolis	41.29033	-85.19803	266	La Otto,Laotto		IN	113	74474	
4922624	Lapel	lapel	US	46051	2053	America/Indiana/Indianapolis	40.06837	-85.84831	262	Lapel,Lapell		IN	095	73556	
4922629	Larwill	larwill	US	46764	282	America/Indiana/Indianapolis	41.1806	-85.62554	294	Huntsville,Larwill		IN	183	64242	
4922659	Lawton	lawton	US	18828	0	America/Indiana/Winamac	41.09976	-86.52501	218			IN	131	75896	
4922662	Layton	layton	US	07851	0	America/Indiana/Indianapolis	40.12809	-87.33335	196			IN	045	76616	
4922673	Lebanon	lebanon	US	03756	15892	America/Indiana/Indianapolis	40.04837	-86.46917	287		011	IN	011	11242	
4922678	Lee	lee	US	01238	0	America/Indiana/Indianapolis	40.89643	-86.96807	205			IN	181	50166	
4922691	Leesburg	leesburg	US	08327	558	America/Indiana/Indianapolis	41.33199	-85.84999	261	Leesburg,Leesburgh		IN	085	60228	
4922707	Leiters Ford	leiters-ford	US	46945	0	America/Indiana/Indianapolis	41.12171	-86.38584	227	Hunters Ford,Leiter's Ford,Leiters Ford		IN	049	02656	
4922719	Leo	leo	US	46765	0	America/Indiana/Indianapolis	41.22338	-85.01108	241	Hamilton,Leo		IN	003	10990	
4922724	Leroy	leroy	US	36548	0	America/Chicago	41.36004	-87.27198	208	Cassville,Le Roy,LeRoy,Leroy		IN	089	84896	
4922734	Lewisburg	lewisburg	US	17837	0	America/Indiana/Indianapolis	40.74671	-86.2175	207	Lewisburg,Lewisburgh		IN	017	48654	
4922735	Lewiston	lewiston	US	04240	0	America/Chicago	41.02698	-87.04586	208			IN	073	03412	
4922736	Lexington	lexington	US	02420	0	America/Indiana/Indianapolis	40.45892	-86.48889	231			IN	015	17686	
4922743	Liberty Center	liberty-center	US	43532	0	America/Indiana/Indianapolis	40.69921	-85.28053	260	Liberty Center,Liberty Centre		IN	179	43506	
4922755	Liberty Mills	liberty-mills	US	46946	0	America/Indiana/Indianapolis	41.03366	-85.73582	237			IN	169	12322	
4922826	Lincolnshire	lincolnshire	US	60069	0	America/Indiana/Indianapolis	41.02755	-85.14025	236			IN	003	81620	
4922827	Lincolnville	lincolnville	US	04849	0	America/Indiana/Indianapolis	40.75449	-85.67776	252			IN	169	40914	
4922830	Linden	linden	US	07036	756	America/Indiana/Indianapolis	40.18809	-86.9039	244	Linden,Линден		IN	107	46026	
4922842	Linn Grove	linn-grove	US	46769	0	America/Indiana/Indianapolis	40.64505	-85.03302	253	Buena Vista,Linn Grove,Linngrove		IN	001	32206	
4922847	Linwood	linwood	US	01525	0	America/Indiana/Indianapolis	40.19365	-85.68164	273	Funks Station,Linwood		IN	095	40752	
4922851	Lisbon	lisbon	US	03585	0	America/Indiana/Indianapolis	41.41116	-85.2597	316			IN	113	01036	
4922854	Lincoln	lincoln	US	01773	0	America/Indiana/Indianapolis	40.61559	-86.20999	240	Linkol'n,Линкольн		IN	017	36846	
4922946	Liverpool	liverpool	US	13088	0	America/Chicago	41.55254	-87.29476	195			IN	089	34132	
4922955	Locke	locke	US	13092	0	America/Indiana/Indianapolis	41.47171	-86.01222	267			IN	039	44514	
4922957	Lockport	lockport	US	14094	0	America/Indiana/Indianapolis	40.69921	-86.57362	174			IN	015	00316	
4922968	Logansport	logansport	US	46947	17793	America/Indiana/Indianapolis	40.75448	-86.35667	195	Loganport,Logansport,logeonjeupoteu,Логанспорт,로건즈포트	017	IN	017	20494	
4922972	Lomax	lomax	US	61454	0	America/Indiana/Knox	41.25893	-86.87169	203			IN	149	62748	
4922979	Long Beach	long-beach	US	11561	1162	America/Chicago	41.73893	-86.85697	193	Long-Bich,Лонг-Бич		IN	091	48780	
4923017	Losantville	losantville	US	47354	230	America/Indiana/Indianapolis	40.02421	-85.18274	346	Bronson,Hunts Cross Roads,Losantville		IN	135	77588	
4923021	Lorane	lorane	US	97451	0	America/Indiana/Indianapolis	41.20699	-85.55859	288	Buzzards Glory,Glory,Lorain,Lorane,Steam Corners		IN	183	21520	
4923041	Lowell	lowell	US	01850	9450	America/Chicago	41.29142	-87.42059	204	Louel,Лоуел		IN	089	11026	
4923069	Lucerne	lucerne	US	46950	0	America/Indiana/Indianapolis	40.86643	-86.40334	244	Altoner,Lucerne,Nebo		IN	017	31666	
4923085	Luray	luray	US	22835	0	America/Indiana/Indianapolis	40.07116	-85.36691	304	Luray,Virginia		IN	065	61560	
4923087	Luther	luther	US	49656	0	America/Indiana/Indianapolis	41.00282	-85.57387	264			IN	069	80126	
4923096	Lynn	lynn	US	01901	1055	America/Indiana/Indianapolis	40.04977	-84.93969	360			IN	135	80990	
4923118	Macy	macy	US	46951	206	America/Indiana/Indianapolis	40.95921	-86.12722	261	Lincoln,Macy		IN	103	01018	
4923137	Magee	magee	US	39111	0	America/Chicago	41.53088	-86.75113	236			IN	091	68346	
4923152	Malden	malden	US	02148	0	America/Chicago	41.37615	-87.02697	216	Hayden,Malden		IN	127	51066	
4923158	Manchester	manchester	US	01944	0	America/Indiana/Indianapolis	40.09782	-86.90417	230			IN	107	77480	
4923168	Manson	manson	US	27553	0	America/Indiana/Indianapolis	40.24004	-86.59028	262			IN	023	59004	
4923210	Marion	marion	US	02738	29081	America/Indiana/Indianapolis	40.55837	-85.65914	247	MZZ,Marion,Mehrion,marywn,mrywn  ayndyana,Марион,Мэрион,ماريون,مریون، ایندیانا,میرین، انڈیانا	053	IN	053	11332	
4923226	Markle	markle	US	46770	1095	America/Indiana/Indianapolis	40.82462	-85.33884	238	Markle,Tracy		IN	069	65304	
4923254	Marshfield	marshfield	US	02050	0	America/Indiana/Indianapolis	40.2492	-87.45279	213			IN	171	73088	
4923298	Matamoras	matamoras	US	18336	0	America/Indiana/Indianapolis	40.55421	-85.26303	265			IN	009	31630	
4923312	Matthews	matthews	US	28104	568	America/Indiana/Indianapolis	40.38865	-85.49942	268			IN	053	37962	
4923321	Max	max	US	56659	0	America/Indiana/Indianapolis	40.01032	-86.58195	282			IN	011	37854	
4923327	Mayfield	mayfield	US	12117	0	America/Indiana/Indianapolis	40.19504	-85.34997	293			IN	035	11296	
4923328	Maynard	maynard	US	01754	0	America/Chicago	41.54142	-87.50865	187			IN	089	54414	
4923418	Meadowbrook	meadowbrook	US	26404	0	America/Indiana/Indianapolis	41.06033	-85.03914	233			IN	003	00298	
4923419	Meadowbrook	meadowbrook	US	26404	0	America/Indiana/Indianapolis	40.07865	-85.67803	272			IN	095	01486	
4923420	Meadowbrook	meadowbrook	US	26404	0	America/Chicago	41.61559	-87.12198	194			IN	127	82484	
4923421	Meadowbrook	meadowbrook	US	26404	0	America/Indiana/Indianapolis	40.42031	-86.80973	203			IN	157	59148	
4923428	Mechanicsburg	mechanicsburg	US	17050	0	America/Indiana/Indianapolis	40.15976	-86.48111	269	Mechanicsburg,Mechanicsburgh		IN	011	80378	
4923429	Mechanicsburg	mechanicsburg	US	17050	0	America/Indiana/Indianapolis	40.00505	-85.5572	302	Mechanicsburg,Mechanicsburgh		IN	065	22630	
4923433	Medaryville	medaryville	US	47957	592	America/Indiana/Winamac	41.0806	-86.89196	210			IN	131	83852	
4923434	Medford	medford	US	02153	0	America/Indiana/Indianapolis	40.1206	-85.3208	312	Medford,Phillips		IN	035	59022	
4923444	Mellott	mellott	US	47958	189	America/Indiana/Indianapolis	40.16532	-87.14779	215			IN	045	64026	
4923468	Mentone	mentone	US	35984	982	America/Indiana/Indianapolis	41.17338	-86.03472	256			IN	085	25486	
4923481	Merrick	merrick	US	11566	0	America/Chicago	41.73754	-86.81531	192			IN	091	72170	
4923482	Merrillville	merrillville	US	46410	35224	America/Chicago	41.48281	-87.33281	200	Centreville,Merrillville		IN	089	66096	
4923502	Metz	metz	US	26585	0	America/Indiana/Indianapolis	41.61616	-84.8394	301			IN	151	86030	
4923509	Mexico	mexico	US	04257	836	America/Indiana/Indianapolis	40.82226	-86.11555	214			IN	103	38070	
4923513	Miami	miami	US	25134	0	America/Indiana/Indianapolis	40.61421	-86.10638	241	Majami,Майами		IN	103	17272	
4923531	Michigan City	michigan-city	US	38647	31459	America/Chicago	41.70754	-86.89503	191	MGC,Michigan-Siti,Michigen Siti,mishiganshiti,misigana sahara,myshygan syty  ayndyana,myshyghan syty,Мичиган-Сити,Мичиген Сити,مشی گن سٹی، انڈیانا,ميشيغان سيتي,میشیگان سیتی، ایندیانا,मिशिगन शहर,ミシガンシティ		IN	091	48780	
4923542	Michigantown	michigantown	US	46057	455	America/Indiana/Indianapolis	40.32643	-86.39278	267			IN	023	48762	
4923554	Middlebury	middlebury	US	05753	3562	America/Indiana/Indianapolis	41.67533	-85.7061	255			IN	039	48942	
4923558	Middletown	middletown	US	02842	0	America/Indiana/Indianapolis	40.9431	-85.04886	242			IN	003	46836	
4923559	Middletown	middletown	US	02842	2260	America/Indiana/Indianapolis	40.05727	-85.5372	298	Middleton,Middletown		IN	065	22630	
4923570	Milford	milford	US	01757	1562	America/Indiana/Indianapolis	41.40977	-85.84555	255	Milford,Милфорд		IN	085	78488	
4923591	Miller	miller	US	57362	0	America/Chicago	41.60226	-87.25837	183			IN	089	09820	
4923638	Millersburg	millersburg	US	17061	935	America/Indiana/Indianapolis	41.52783	-85.69443	270	Millersburg,Millersburgh		IN	039	13726	
4923639	Millersburg	millersburg	US	17061	0	America/Indiana/Indianapolis	40.19476	-86.02387	262	Millersburg,Millersburgh		IN	057	37044	
4923648	Milo	milo	US	04463	0	America/Indiana/Indianapolis	40.65393	-85.46831	257			IN	069	38016	
4923653	Mineral Springs	mineral-springs	US	16855	0	America/Indiana/Indianapolis	41.32616	-85.74416	258			IN	085	75842	
4923670	Mishawaka	mishawaka	US	46544	48261	America/Indiana/Indianapolis	41.66199	-86.15862	220	Mishavoka,Mishawaka,Mishewaka,misyeowaka,myshawaka,myshwaka  ayndyana,Мишавока,مشاواکا، انڈیانا,ميشاواكا,میشواکا، ایندیانا,미셔와카		IN	141	58734	
4923692	Modoc	modoc	US	29838	190	America/Indiana/Indianapolis	40.04532	-85.12635	358			IN	135	77588	
4923702	Mongo	mongo	US	46771	0	America/Indiana/Indianapolis	41.68477	-85.2797	277			IN	087	72152	
4923706	Monitor	monitor	US	98836	0	America/Indiana/Indianapolis	40.41976	-86.7564	180			IN	157	59148	
4923709	Monmouth	monmouth	US	04259	0	America/Indiana/Indianapolis	40.86783	-84.94441	244			IN	001	65862	
4923711	Monon	monon	US	47959	1746	America/Indiana/Indianapolis	40.86782	-86.8789	207			IN	181	50166	
4923718	Monroe	monroe	US	03771	861	America/Indiana/Indianapolis	40.74505	-84.93691	251	Monro,Монро		IN	001	80324	
4923719	Monroe	monroe	US	03771	729	America/Indiana/Indianapolis	40.28642	-86.73528	240	Huntersville,Monroe		IN	157	42354	
4923735	Monroeville	monroeville	US	08343	1324	America/Indiana/Indianapolis	40.97477	-84.8683	240			IN	003	50238	
4923738	Monterey	monterey	US	01245	210	America/Indiana/Winamac	41.15699	-86.48279	221	Buena Vista,Monterej,Monterey,Монтерей		IN	131	75896	
4923745	Monticello	monticello	US	04760	5322	America/Indiana/Indianapolis	40.74532	-86.76473	206	Montiselo,mantyslw  ayndyana,mwntyslw,Монтисело,مانتیسلو، ایندیانا,مونتيسلو,مونٹیسیلو، انڈیانا	181	IN	181	77732	
4923746	Montmorenci	montmorenci	US	29839	243	America/Indiana/Indianapolis	40.4742	-87.02946	213	Bringham's Groves,Montmorenci		IN	157	69300	
4923747	Montpelier	montpelier	US	05601	1735	America/Indiana/Indianapolis	40.55393	-85.27747	265	Montpilijer,Монтпилијер		IN	009	31630	
4923751	Moody	moody	US	04054	0	America/Chicago	40.99171	-87.02363	217			IN	073	03412	
4923765	Moore	moore	US	29369	0	America/Indiana/Indianapolis	41.39699	-84.95246	268	Moore,Moore's Station		IN	033	84590	
4923779	Moran	moran	US	49760	0	America/Indiana/Indianapolis	40.38754	-86.51528	246			IN	023	57456	
4923796	Morocco	morocco	US	47963	1119	America/Chicago	40.94615	-87.45336	213			IN	111	03970	
4923848	Mount Ayr	mount-ayr	US	47964	120	America/Chicago	40.95198	-87.29919	216	Mount Airy,Mount Ayer,Mount Ayr,Mountayr		IN	111	37242	
4923888	Mount Pleasant	mount-pleasant	US	15666	0	America/Indiana/Indianapolis	40.84921	-86.32472	238			IN	017	05086	
4923889	Mount Pleasant	mount-pleasant	US	15666	0	America/Indiana/Indianapolis	40.08893	-85.3058	313	Hazel,Mount Pleasant		IN	035	59022	
4923914	Mount Vernon	mount-vernon	US	04352	7208	America/Indiana/Indianapolis	40.66949	-85.82415	248			IN	169	79982	
4923916	Mount Zion	mount-zion	US	26151	0	America/Indiana/Indianapolis	40.65032	-85.33469	263			IN	179	37548	
4923942	Mount Summit	mount-summit	US	47361	347	America/Indiana/Indianapolis	40.00449	-85.38469	333			IN	065	61560	
4923997	Mulberry	mulberry	US	33860	1242	America/Indiana/Indianapolis	40.34448	-86.66528	239			IN	023	45918	
4924006	Muncie	muncie	US	47302	70087	America/Indiana/Indianapolis	40.19338	-85.38636	284	MIE,Mansi,Muncey Town,Muncie,Munseetown,Munsey,man si,manshi,mwnsy,mwnsy  ayndyana,Манси,منسی، انڈیانا,مونسي,مونسی، ایندیانا,มันซี,མཱུན་སི།,マンシー	035	IN	035	11296	
4924014	Munster	munster	US	46321	22984	America/Chicago	41.56448	-87.51254	186	Mjunster,Мюнстер		IN	089	54414	
4924024	Murray	murray	US	42071	0	America/Indiana/Indianapolis	40.79199	-85.2008	246	Murray,New Lancaster		IN	179	41958	
4924077	Nappanee	nappanee	US	46550	6787	America/Indiana/Indianapolis	41.44283	-86.00139	267	Napani,nabany,napany  ayndyana,Напани,ناباني,ناپانی، ایندیانا,نپانی، انڈیانا		IN	039	44514	
4924088	Nevada	nevada	US	44849	0	America/Indiana/Indianapolis	40.39532	-86.00415	263	Nevada,Невада		IN	159	43416	
4924093	New Carlisle	new-carlisle	US	45344	1853	America/Indiana/Indianapolis	41.70032	-86.50946	248			IN	141	56556	
4924101	New Era	new-era	US	49446	0	America/Indiana/Indianapolis	41.29394	-85.12136	262			IN	033	09550	
4924104	New Haven	new-haven	US	05472	15709	America/Indiana/Indianapolis	41.0706	-85.01441	231	N'ju-Khejven,New Haven,Newhaven,Нью-Хейвен		IN	003	00298	
4924125	New Lisbon	new-lisbon	US	08064	0	America/Indiana/Indianapolis	40.24366	-84.82441	318			IN	135	37350	
4924126	New London	new-london	US	03257	0	America/Indiana/Indianapolis	40.44337	-86.27138	252			IN	067	50328	
4924135	New Paris	new-paris	US	15554	1494	America/Indiana/Indianapolis	41.50033	-85.82805	250			IN	039	36972	
4924144	New Richmond	new-richmond	US	24867	334	America/Indiana/Indianapolis	40.19559	-86.9789	239			IN	107	14014	
4924152	New Waverly	new-waverly	US	46961	0	America/Indiana/Indianapolis	40.76421	-86.19249	208			IN	017	48654	
4924158	Newland	newland	US	28657	0	America/Chicago	41.04587	-87.03419	208			IN	073	03412	
4924163	Newton	newton	US	02458	0	America/Chicago	40.76671	-87.38614	211			IN	111	38106	
4924164	Newton	newton	US	02458	0	America/Indiana/Indianapolis	40.96727	-85.82138	232			IN	169	60498	
4924168	Newtown	newtown	US	06470	249	America/Indiana/Indianapolis	40.20421	-87.14779	216			IN	045	64026	
4924171	Newville	newville	US	17241	0	America/Indiana/Indianapolis	41.34866	-84.84496	250	Newville,Vienna		IN	033	53784	
4924191	Noble	noble	US	62868	0	America/Indiana/Indianapolis	40.46949	-84.82607	281			IN	075	54072	
4924198	Noblesville	noblesville	US	46060	59093	America/Indiana/Indianapolis	40.04559	-86.0086	233	Noblsvil,Nobulsvil,noburuzubiru,Ноблсвил,Нобълсвил,ノーブルズビル	057	IN	057	54198	
4924208	Normal	normal	US	35762	0	America/Indiana/Indianapolis	40.46504	-85.82526	264	Normal,Slash		IN	053	29124	
4924242	North Judson	north-judson	US	46366	1739	America/Indiana/Knox	41.21504	-86.77585	217			IN	149	81908	
4924243	North Liberty	north-liberty	US	46554	1919	America/Indiana/Indianapolis	41.53421	-86.42723	223			IN	141	43380	
4924246	North Manchester	north-manchester	US	46962	5971	America/Indiana/Indianapolis	41.0006	-85.7686	236	Manchester,North Manchester		IN	169	12322	
4924273	North Webster	north-webster	US	46555	1158	America/Indiana/Indianapolis	41.3256	-85.69776	269			IN	085	75842	
4924282	Northfield	northfield	US	01360	0	America/Indiana/Indianapolis	40.03087	-86.28027	276	Georgetown,Northfield		IN	011	86372	
4924302	Northwood	northwood	US	03261	0	America/Indiana/Indianapolis	41.65449	-85.42054	280			IN	087	05752	
4924310	Norway	norway	US	04268	386	America/Indiana/Indianapolis	40.77837	-86.75946	194	Mount Walleston,Norway		IN	181	77732	
4924312	Nottingham	nottingham	US	03290	0	America/Indiana/Indianapolis	40.58116	-85.15025	270			IN	179	55422	
4924336	Oak Grove	oak-grove	US	42262	0	America/Indiana/Knox	41.28782	-86.48612	225			IN	149	81062	
4924377	Oakdale	oakdale	US	06370	0	America/Indiana/Indianapolis	40.76838	-86.0536	197			IN	103	59346	
4924379	Oakford	oakford	US	46965	0	America/Indiana/Indianapolis	40.4192	-86.10416	262	Fairfield,Oakford		IN	067	75032	
4924391	Oakley	oakley	US	48649	0	America/Indiana/Indianapolis	40.70199	-86.01249	243			IN	103	09586	
4924393	Oakville	oakville	US	06779	0	America/Indiana/Indianapolis	40.07921	-85.39053	308	Oakville,Pleasant Hill		IN	035	50292	
4924394	Oakwood	oakwood	US	24631	0	America/Chicago	41.67837	-86.78641	223			IN	091	11494	
4924395	Oakwood	oakwood	US	24631	0	America/Indiana/Indianapolis	41.54977	-84.91357	281			IN	151	57240	
4924410	Odell	odell	US	60460	0	America/Indiana/Indianapolis	40.28782	-87.07418	224	O'Dell's Corners,Odell		IN	157	37494	
4924455	Old Town	old-town	US	04468	0	America/Indiana/Indianapolis	40.25809	-87.38668	209			IN	171	59778	
4924461	Olin	olin	US	28660	0	America/Indiana/Indianapolis	40.1492	-87.43057	166	Kern,Olin		IN	171	51264	
4924463	Olive	olive	US	59343	0	America/Indiana/Indianapolis	41.70005	-86.44807	226			IN	141	56556	
4924490	Omega	omega	US	31775	0	America/Indiana/Indianapolis	40.19837	-85.93915	260	Dogtown,Omega		IN	057	83906	
4924493	Ontario	ontario	US	14519	0	America/Indiana/Indianapolis	41.70227	-85.38248	269			IN	087	43722	
4924499	Onward	onward	US	46967	99	America/Indiana/Indianapolis	40.69476	-86.19499	234			IN	017	75968	
4924510	Orangeville	orangeville	US	17859	0	America/Indiana/Indianapolis	41.33588	-84.85691	249	Orange,Orangeville		IN	033	14824	
4924522	Orestes	orestes	US	46063	411	America/Indiana/Indianapolis	40.26948	-85.72803	266			IN	095	50382	
4924525	Ora	ora	US	46968	0	America/Indiana/Knox	41.17393	-86.55307	219			IN	149	54504	
4924526	Orland	orland	US	04472	437	America/Indiana/Indianapolis	41.73061	-85.17164	293	Millgrove,Orland,Vermont Settlement		IN	151	49644	
4924531	Osborn	osborn	US	64474	0	America/Chicago	41.59254	-87.46893	183			IN	089	54414	
4924538	Osceola	osceola	US	16942	2477	America/Indiana/Indianapolis	41.66505	-86.07584	225	Bancroft's Mill,Osceola		IN	141	58734	
4924543	Ossian	ossian	US	46777	3341	America/Indiana/Indianapolis	40.8806	-85.16636	256			IN	179	38304	
4924545	Oswego	oswego	US	13126	0	America/Indiana/Indianapolis	41.32032	-85.78721	260			IN	085	60228	
4924547	Otis	otis	US	01253	0	America/Chicago	41.59921	-86.90586	229	LaCroix,Otis,Packard,Salem Crossing		IN	091	52830	
4924578	Otterbein	otterbein	US	47970	1254	America/Indiana/Indianapolis	40.49059	-87.0964	216			IN	007	06328	
4924593	Oxford	oxford	US	01540	1141	America/Indiana/Indianapolis	40.51976	-87.24779	225	Hartford,Milroy,Oksford,Oxford,Оксфорд		IN	007	55620	
4924601	Page	page	US	25152	0	America/Indiana/Indianapolis	41.68755	-84.85968	323			IN	151	86030	
4924617	Panama	panama	US	14767	0	America/Indiana/Indianapolis	41.70644	-85.10747	292			IN	151	49644	
4924636	Parker City	parker-city	US	47368	1370	America/Indiana/Indianapolis	40.18893	-85.20413	312	Morristown,Parker,Parker City		IN	135	50472	
4924639	Palestine	palestine	US	26160	0	America/Indiana/Indianapolis	41.17838	-85.94972	255	Palestine,Tipicanunk		IN	085	31882	
4924661	Patton	patton	US	16668	0	America/Indiana/Indianapolis	40.70809	-86.74057	207			IN	015	37872	
4924673	Peabody	peabody	US	01960	0	America/Indiana/Indianapolis	41.08588	-85.48942	253			IN	183	81152	
4924692	Pembroke	pembroke	US	02359	0	America/Chicago	41.10031	-87.27697	209			IN	111	43830	
4924700	Pennville	pennville	US	47369	693	America/Indiana/Indianapolis	40.49393	-85.1483	267			IN	075	58680	
4924705	Peoria	peoria	US	61601	0	America/Indiana/Indianapolis	40.71865	-85.96054	216			IN	103	09586	
4924713	Perkins	perkins	US	30822	0	America/Chicago	40.76504	-87.36308	209			IN	111	28872	
4924714	Perkinsville	perkinsville	US	05151	0	America/Indiana/Indianapolis	40.14421	-85.86137	247			IN	095	37188	
4924727	Perrysburg	perrysburg	US	14129	0	America/Indiana/Indianapolis	40.89782	-86.14944	253	Perrysburg,Perrysburgh		IN	103	77462	
4924728	Perrysville	perrysville	US	44864	437	America/Indiana/Indianapolis	40.05143	-87.43335	164			IN	165	33520	
4924729	Perryville	perryville	US	21903	0	America/Indiana/Indianapolis	40.59116	-85.04052	260			IN	001	32206	
4924731	Pershing	pershing	US	47370	0	America/Indiana/Indianapolis	41.09615	-86.31889	229			IN	049	65232	
4924733	Peru	peru	US	04290	11060	America/Indiana/Indianapolis	40.75365	-86.06888	199	GUS,Miamisport,Peru,byrw,prw  ayndyana,Перу,بيرو,پرو، ایندیانا,پیرو، انڈیانا	103	IN	103		
4924742	Peterson	peterson	US	35478	0	America/Indiana/Indianapolis	40.8131	-85.01469	249			IN	001	39924	
4924749	Petroleum	petroleum	US	26161	0	America/Indiana/Indianapolis	40.61143	-85.1508	262			IN	179	55422	
4924761	Phenix	phenix	US	23959	0	America/Indiana/Indianapolis	40.58199	-85.10719	266			IN	179	55422	
4924780	Pierceton	pierceton	US	46562	1027	America/Indiana/Indianapolis	41.20032	-85.70554	283	Deed's Creek,Pierceton,Pierceton Junction,Princeton		IN	085	80756	
4924788	Phlox	phlox	US	54464	0	America/Indiana/Indianapolis	40.42115	-85.9186	261			IN	067	77336	
4924793	Pike	pike	US	03780	0	America/Indiana/Indianapolis	40.12421	-86.48195	279			IN	011	80378	
4924809	Pinch	pinch	US	25156	0	America/Indiana/Indianapolis	40.10671	-85.14636	336			IN	135	73478	
4924810	Pine	pine	US	80470	0	America/Chicago	41.62448	-87.39421	181			IN	089	09820	
4924824	Pine Village	pine-village	US	47975	210	America/Indiana/Indianapolis	40.45031	-87.25446	211			IN	171	00496	
4924835	Pinola	pinola	US	39149	0	America/Chicago	41.59893	-86.7978	257			IN	091	68346	
4924842	Pioneer	pioneer	US	37847	0	America/Indiana/Indianapolis	40.73782	-85.89554	239			IN	169	54162	
4924858	Pittsburg	pittsburg	US	03592	0	America/Indiana/Indianapolis	40.59281	-86.70167	168	Pitsburg,Pittsburg,Pittsburgh,Питсбург		IN	015	75824	
4924862	Plainfield	plainfield	US	01070	0	America/Indiana/Indianapolis	41.7081	-86.47668	229			IN	141	56556	
4924866	Plato	plato	US	55370	0	America/Indiana/Indianapolis	41.64227	-85.33164	285			IN	087	05752	
4924900	Pleasant Lake	pleasant-lake	US	46779	0	America/Indiana/Indianapolis	41.57533	-85.01608	298			IN	151	73070	
4924903	Pleasant Mills	pleasant-mills	US	46780	0	America/Indiana/Indianapolis	40.77783	-84.84219	242			IN	001	67068	
4924904	Pleasant Plain	pleasant-plain	US	45162	0	America/Indiana/Indianapolis	40.69671	-85.54525	255	Nixville,Pleasant Plain,Pleasantplain		IN	069	38016	
4924905	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	40.93393	-87.07419	213	Pleasant Ridge,Pleasantridge		IN	073	46944	
4924906	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Indiana/Indianapolis	40.48282	-84.97941	284			IN	075	03844	
4924916	Pleasant Valley	pleasant-valley	US	12569	0	America/Indiana/Indianapolis	41.69422	-86.07445	230			IN	141	58734	
4924944	Plevna	plevna	US	59344	0	America/Indiana/Indianapolis	40.53587	-85.9761	259	Pleasantville,Plevna,Pomeroy		IN	067	43326	
4924970	Plymouth	plymouth	US	02360	10035	America/Indiana/Indianapolis	41.34366	-86.30973	243	PLY,Plimut,blymwth,plymwth  ayndyana,Плимут,بليموث,پلائی موتھ، انڈیانا,پلیموث، ایندیانا	099	IN	099	11530	
4924984	Poneto	poneto	US	46781	167	America/Indiana/Indianapolis	40.65699	-85.22164	259	Poneto,Worthington		IN	179	43506	
4924986	Pony	pony	US	59747	0	America/Indiana/Indianapolis	40.44477	-85.09469	269			IN	075	29466	
4924993	Poplar Grove	poplar-grove	US	61065	0	America/Indiana/Indianapolis	40.55559	-86.34722	237			IN	067	21430	
4925006	Portage	portage	US	04768	36738	America/Chicago	41.57587	-87.17615	194	Portidz,bwrtagh,pwrtyj  ayndyana,Портиџ,بورتاغ,پورتیج، ایندیانا,پورٹیج، انڈیانا		IN	127	61110	
4925015	Porter	porter	US	04068	4879	America/Chicago	41.61559	-87.0742	195			IN	127	82484	
4925037	Portland	portland	US	04101	6186	America/Indiana/Indianapolis	40.43449	-84.97775	277	Portland,Portlend,bwrtland,pwrtlnd  ayndyana,Портланд,Портленд,بورتلاند,پورتلند، ایندیانا,پورٹ لینڈ، انڈیانا	075	IN	075	81764	
4925063	Powers	powers	US	49874	0	America/Indiana/Indianapolis	40.32199	-85.09247	303			IN	075	38034	
4925111	Preble	preble	US	13141	0	America/Indiana/Indianapolis	40.83227	-85.01469	248			IN	001	61884	
4925142	Prosperity	prosperity	US	15329	0	America/Indiana/Indianapolis	40.17921	-85.67192	271			IN	095	40752	
4925154	Pulaski	pulaski	US	13142	0	America/Indiana/Winamac	40.97532	-86.65834	211			IN	131	36090	
4925203	Radnor	radnor	US	43066	0	America/Indiana/Indianapolis	40.50948	-86.635	210			IN	015	45900	
4925213	Rainsville	rainsville	US	35986	0	America/Indiana/Indianapolis	40.41587	-87.31557	201			IN	171	59958	
4925230	Randolph	randolph	US	02368	0	America/Indiana/Indianapolis	40.26616	-84.9758	307	Randolph,Randolph Station		IN	135	80072	
4925244	Ray	ray	US	45672	0	America/Indiana/Indianapolis	40.4542	-86.52528	227			IN	015	17686	
4925250	Reagan	reagan	US	38368	0	America/Indiana/Indianapolis	40.19198	-86.50945	267			IN	023	36882	
4925265	Redkey	redkey	US	47373	1344	America/Indiana/Indianapolis	40.34893	-85.14997	294	Buzzard's Roost,Grab All,Half Way,Lick Skillet,Red Key,Red Key Town,Redkey		IN	075	64098	
4925304	Remington	remington	US	22734	1163	America/Chicago	40.76087	-87.15085	224	Carpenter's Creek,Carpenter's Station,Remington		IN	073	10396	
4925308	Renner	renner	US	57055	0	America/Indiana/Indianapolis	40.47226	-85.43136	280			IN	009	43650	
4925311	Rensselaer	rensselaer	US	12144	5927	America/Chicago	40.9367	-87.15086	202	RNZ,Rensler,Ренслер	073	IN	073	46944	
4925340	Reynolds	reynolds	US	31076	523	America/Indiana/Indianapolis	40.74948	-86.87168	213			IN	181	34564	
4925362	Richland Center	richland-center	US	53581	0	America/Indiana/Indianapolis	41.15643	-86.27056	269	Richland Center,Richland Centre		IN	049	64044	
4925396	Ridgeview	ridgeview	US	25169	0	America/Indiana/Indianapolis	40.76143	-86.07555	206			IN	103	59346	
4925398	Ridgeville	ridgeville	US	29472	769	America/Indiana/Indianapolis	40.28921	-85.02886	304			IN	135	25594	
4925399	Ridgeway	ridgeway	US	24148	0	America/Indiana/Indianapolis	40.4892	-86.29555	244			IN	067	21430	
4925430	Ripley	ripley	US	14775	0	America/Indiana/Winamac	41.1006	-86.66029	216			IN	131	25558	
4925434	River	river	US	41254	0	America/Indiana/Indianapolis	40.75421	-85.50692	246			IN	069	41904	
4925436	River Forest	river-forest	US	60305	22	America/Indiana/Indianapolis	40.10976	-85.7272	266			IN	095	01486	
4925447	Riverside	riverside	US	02915	0	America/Indiana/Indianapolis	40.32504	-87.16612	173			IN	045	16912	
4925448	Riverside	riverside	US	02915	0	America/Chicago	41.25615	-86.89419	202			IN	091	17974	
4925449	Riverside	riverside	US	02915	0	America/Indiana/Indianapolis	40.69644	-85.08525	250			IN	179	32062	
4925483	Roanoke	roanoke	US	24001	1701	America/Indiana/Indianapolis	40.96255	-85.37331	231			IN	069	37116	
4925493	Roann	roann	US	46974	470	America/Indiana/Indianapolis	40.91171	-85.92443	230			IN	169	58482	
4925498	Roberts	roberts	US	54023	0	America/Indiana/Indianapolis	40.31615	-87.10223	215			IN	045	16912	
4925503	Robertsdale	robertsdale	US	16674	0	America/Chicago	41.68309	-87.5081	178			IN	089	54414	
4925519	Rochester	rochester	US	02770	6065	America/Indiana/Indianapolis	41.06476	-86.21583	238	RCR,Rochester,locheseuteo,luo qie si te,rocestara,rwchstr  ayndyana,rwtshstr,Рочестер,روتشستر,روچستر، ایندیانا,روچسٹر، انڈیانا,रोचेस्टर,罗切斯特,로체스터	049	IN	049	65232	
4925538	Rockford	rockford	US	35136	0	America/Indiana/Indianapolis	40.76005	-85.31358	251	Barbers Mills,Rockford		IN	179	65322	
4925541	Rocky Ford	rocky-ford	US	30455	0	America/Indiana/Indianapolis	40.39976	-87.32807	186			IN	171	59958	
4925551	Rogersville	rogersville	US	15359	0	America/Indiana/Indianapolis	40.0356	-85.32941	312			IN	065	61560	
4925555	Roll	roll	US	85347	0	America/Indiana/Indianapolis	40.55227	-85.39025	267			IN	009	80360	
4925559	Rolling Prairie	rolling-prairie	US	46371	582	America/Chicago	41.67088	-86.61585	252	Portland,Rolling Prairie		IN	091	39186	
4925561	Rome City	rome-city	US	46784	1377	America/Indiana/Indianapolis	41.49616	-85.37665	285			IN	113	56754	
4925564	Rockfield	rockfield	US	42274	0	America/Indiana/Indianapolis	40.64115	-86.57389	213			IN	015	65268	
4925565	Romney	romney	US	26757	0	America/Indiana/Indianapolis	40.24948	-86.90417	224	Columbia,Romney		IN	157	62964	
4925587	Rosebud	rosebud	US	57570	0	America/Chicago	41.02698	-87.20003	210			IN	073	77372	
4925588	Roseburg	roseburg	US	97470	0	America/Indiana/Indianapolis	40.52198	-85.72942	259	Roseburg,Roseburgh		IN	053	25378	
4925589	Roseland	roseland	US	07068	628	America/Indiana/Indianapolis	41.71616	-86.25251	222			IN	141	13222	
4925591	Roselawn	roselawn	US	46372	4131	America/Chicago	41.1417	-87.31475	208	Rose Lawn,Roselawn		IN	111	43830	
4925597	Ross	ross	US	45061	0	America/Chicago	41.5267	-87.37476	195			IN	089	09820	
4925609	Rosston	rosston	US	71858	0	America/Indiana/Indianapolis	40.04865	-86.28916	284			IN	011	86372	
4925610	Rossville	rossville	US	17358	1631	America/Indiana/Indianapolis	40.41698	-86.59472	221			IN	023	66078	
4925646	Royal Center	royal-center	US	46978	837	America/Indiana/Indianapolis	40.86448	-86.49973	224	Royal Center,Royal Centre		IN	017	06490	
4925674	Russiaville	russiaville	US	46979	1098	America/Indiana/Indianapolis	40.41754	-86.27138	258			IN	067	34528	
4925681	Rutland	rutland	US	01543	0	America/Indiana/Indianapolis	41.24449	-86.35723	242	Cavender,Rutland		IN	099	77444	
4925791	Saint Joe	saint-joe	US	46785	460	America/Indiana/Indianapolis	41.31533	-84.90135	250			IN	033	14824	
4925793	Saint John	saint-john	US	46373	14850	America/Chicago	41.45004	-87.47004	221	Prairie West,Saint John,St. John,Western Prairie		IN	089		
4925815	Saint Johns	saint-johns	US	18247	0	America/Indiana/Indianapolis	41.30866	-85.11358	262	Dekalb,Saint Johns,St. Johns		IN	033	09550	
4926055	Salamonia	salamonia	US	47381	156	America/Indiana/Indianapolis	40.38199	-84.86524	296	Lancaster,Salamonia		IN	075	45972	
4926064	Salem	salem	US	01970	0	America/Indiana/Indianapolis	40.71699	-84.8533	251	Salem,Steele		IN	001	05914	
4926065	Salem	salem	US	01970	0	America/Indiana/Indianapolis	40.31032	-84.8433	314			IN	075	45972	
4926117	San Pierre	san-pierre	US	46374	144	America/Indiana/Knox	41.20365	-86.89196	212	Culvertown,Pierre,San Pierre		IN	149	62748	
4926137	Santa Fe	santa-fe	US	38482	0	America/Indiana/Indianapolis	40.6531	-85.9861	240	Old Santa Fe,Santa Fe		IN	103	09586	
4926140	Saratoga	saratoga	US	27873	247	America/Indiana/Indianapolis	40.23699	-84.9183	320			IN	135	80072	
4926170	Schererville	schererville	US	46375	28791	America/Chicago	41.47892	-87.45476	204	Shervil,Шервил,شیئرویل، انڈیانا		IN	089		
4926182	Schneider	schneider	US	46376	269	America/Chicago	41.18698	-87.44837	193			IN	089	82574	
4926216	Scott	scott	US	38772	0	America/Indiana/Indianapolis	41.73366	-85.55693	254			IN	087	78506	
4926247	Sedalia	sedalia	US	27342	0	America/Indiana/Indianapolis	40.41559	-86.51472	238			IN	023	57456	
4926248	Sedan	sedan	US	67361	0	America/Indiana/Indianapolis	41.43644	-85.09941	284	Iba,Sedan		IN	033	64008	
4926250	Sedley	sedley	US	23878	0	America/Chicago	41.48865	-87.15753	210			IN	127	77570	
4926260	Selma	selma	US	24474	844	America/Indiana/Indianapolis	40.19171	-85.26886	308	Sel'ma,Сельма		IN	035	43236	
4926265	Servia	servia	US	46980	0	America/Indiana/Indianapolis	40.95671	-85.74054	248	New Madison,Servia		IN	169	12322	
4926307	Shady Side	shady-side	US	20764	0	America/Chicago	41.6167	-87.14309	185			IN	127	82484	
4926320	Sharon	sharon	US	02067	0	America/Indiana/Indianapolis	40.55365	-86.39139	232			IN	015	10540	
4926334	Sharpsville	sharpsville	US	16150	580	America/Indiana/Indianapolis	40.37948	-86.0886	268			IN	159	43416	
4926353	Shelby	shelby	US	28150	539	America/Chicago	41.19531	-87.34781	195			IN	089	11026	
4926367	Sheridan	sheridan	US	04775	2934	America/Indiana/Indianapolis	40.13504	-86.22055	289	Millwood,Sheridan		IN	057	00388	
4926387	Shipshewana	shipshewana	US	46565	684	America/Indiana/Indianapolis	41.67283	-85.58026	271			IN	087	52686	
4926424	Sidney	sidney	US	13838	83	America/Indiana/Indianapolis	41.1056	-85.7436	278	Sidnej,Сидней		IN	085	37170	
4926434	Silver Lake	silver-lake	US	03875	923	America/Indiana/Indianapolis	41.07227	-85.89166	276	Silver Lake,Silver Lake Junction,Silver Lakeville,Silverlake,Silverlake Junction		IN	085	40950	
4926441	Silver Point	silver-point	US	38582	0	America/Indiana/Indianapolis	41.33143	-85.76888	256			IN	085	60228	
4926450	Simpson	simpson	US	26435	0	America/Indiana/Indianapolis	40.85505	-85.41303	247	Roche's Station,Simpson		IN	069	77354	
4926452	Sims	sims	US	27880	156	America/Indiana/Indianapolis	40.49976	-85.85526	262			IN	053	69912	
4926461	Sitka	sitka	US	41255	0	America/Indiana/Indianapolis	40.8256	-86.73529	209			IN	181	43524	
4926474	Sloan	sloan	US	51055	0	America/Indiana/Indianapolis	40.30198	-87.47613	217			IN	171	39024	
4926502	Smith	smith	US	89430	0	America/Chicago	41.71088	-86.66919	242			IN	091	26224	
4926529	Smithfield	smithfield	US	02917	0	America/Indiana/Indianapolis	40.17004	-85.26858	300			IN	035	43236	
4926548	Snow Hill	snow-hill	US	21863	0	America/Indiana/Indianapolis	40.09199	-84.96302	363	Mount Pleasant,Snow Hill,Snowhill,Vinegar Hill		IN	135	80990	
4926553	Somerset	somerset	US	02725	401	America/Indiana/Indianapolis	40.66921	-85.82832	247	Somerset,Springfield,Twin Springs		IN	169	79982	
4926563	South Bend	south-bend	US	46601	101516	America/Indiana/Indianapolis	41.68338	-86.25001	211	Big Saint Joseph Station,Flexuvium Australe,SBN,Saint Joseph's,Saut Bend,Saut Bendas,Saut-Bend,South Bend,Southold,The Bend,nan ben de,sauseubendeu,sausubendo,sawth bnd,sawth bnd  ayndyana,Саут Бенд,Саут-Бенд,Саўт-Бенд,סאות בנד,ساؤتھ بینڈ، انڈیانا,ساوث بند,ساوث بند، ایندیانا,サウスベンド,南本德,사우스벤드	141	IN	141	61128	
4926586	South Haven	south-haven	US	49090	0	America/Indiana/Indianapolis	40.78365	-85.82915	229			IN	169	54162	
4926600	South Milford	south-milford	US	46786	0	America/Indiana/Indianapolis	41.53255	-85.2722	297			IN	087	49338	
4926605	South Park	south-park	US	15129	0	America/Indiana/Indianapolis	41.40088	-85.7211	264			IN	085	76760	
4926610	South Salem	south-salem	US	10590	0	America/Indiana/Indianapolis	40.15116	-84.84107	348	Pollytown,Salem,South Salem		IN	135	81890	
4926613	South Haven	south-haven	US	49090	5282	America/Chicago	41.54198	-87.13726	199			IN	127	61110	
4926629	South Whitley	south-whitley	US	46787	1743	America/Indiana/Indianapolis	41.08477	-85.62804	245	South Whitley,Springfield,Whitley		IN	183	13564	
4926647	Southwest	southwest	US	15685	0	America/Indiana/Indianapolis	41.53672	-85.94389	262			IN	039	31774	
4926664	Spartanburg	spartanburg	US	29301	0	America/Indiana/Indianapolis	40.06616	-84.85163	360	Newberg,Spartanburg,Spartanburgh		IN	135	29736	
4926678	Spencerville	spencerville	US	20868	0	America/Indiana/Indianapolis	41.28311	-84.92191	246			IN	033	71918	
4926718	Springfield	springfield	US	01101	0	America/Chicago	41.71532	-86.77753	201			IN	091	72170	
4926723	Springport	springport	US	47386	144	America/Indiana/Indianapolis	40.04755	-85.39414	324			IN	065	61560	
4926725	Springville	springville	US	14141	0	America/Chicago	41.68532	-86.73669	235			IN	091	72170	
4926731	Springboro	springboro	US	16435	0	America/Indiana/Indianapolis	40.59448	-86.77584	174			IN	181	61650	
4926756	Star City	star-city	US	46985	344	America/Indiana/Winamac	40.97199	-86.55612	218	Scarboro,Star City		IN	131	78560	
4926766	State Line	state-line	US	17263	0	America/Indiana/Indianapolis	41.75838	-86.25417	219			IN	141	13222	
4926767	State Line	state-line	US	17263	188	America/Indiana/Indianapolis	40.19726	-87.52696	220	State Line,State Line City,Stateline		IN	171	39528	
4926802	Steubenville	steubenville	US	43952	0	America/Indiana/Indianapolis	41.53227	-85.02274	302			IN	151	73070	
4926810	Stewart	stewart	US	37175	0	America/Indiana/Indianapolis	40.36004	-87.47252	217			IN	171	39024	
4926826	Stockdale	stockdale	US	15483	0	America/Indiana/Indianapolis	40.91504	-85.94416	222			IN	103	59094	
4926827	Stockport	stockport	US	43787	0	America/Indiana/Indianapolis	40.32088	-85.46053	273			IN	035	80576	
4926828	Stockwell	stockwell	US	47983	545	America/Indiana/Indianapolis	40.28615	-86.77084	235	Baker's Corner,Stockwell		IN	157	42354	
4926836	Stone	stone	US	41567	0	America/Indiana/Indianapolis	40.23671	-85.00441	315	Stone,Stone Station		IN	135	80072	
4926857	Stony Creek	stony-creek	US	12878	0	America/Indiana/Indianapolis	41.53477	-85.64999	269			IN	087	20206	
4926865	Stony Ridge	stony-ridge	US	43463	0	America/Indiana/Indianapolis	41.32727	-85.77693	258			IN	085	60228	
4926886	Stringtown	stringtown	US	74569	0	America/Indiana/Indianapolis	40.08171	-86.47667	286			IN	011	11242	
4926888	Stroh	stroh	US	46789	0	America/Indiana/Indianapolis	41.58144	-85.19942	285			IN	087	49338	
4926949	Sumava Resorts	sumava-resorts	US	46379	0	America/Chicago	41.16642	-87.4392	193			IN	111	40968	
4926954	Summit	summit	US	07901	0	America/Indiana/Indianapolis	41.51311	-85.02608	305			IN	033	70200	
4926955	Summit	summit	US	07901	0	America/Chicago	41.6431	-86.79753	276			IN	091	11494	
4926956	Summit	summit	US	07901	0	America/Indiana/Indianapolis	40.4167	-86.92918	186			IN	157	79352	
4926958	Sulphur Springs	sulphur-springs	US	44881	386	America/Indiana/Indianapolis	40.00477	-85.44275	324			IN	065	37998	
4926964	Summitville	summitville	US	12781	989	America/Indiana/Indianapolis	40.33865	-85.64442	269	Skipperville,Summit Hill,Summitsville,Summitville		IN	095	78524	
4926978	Sunrise Beach	sunrise-beach	US	65079	0	America/Indiana/Indianapolis	41.40283	-85.68665	263			IN	085	76760	
4926983	Surrey	surrey	US	58785	0	America/Chicago	40.99809	-87.2003	213			IN	073	53622	
4927001	Swan	swan	US	50252	0	America/Indiana/Indianapolis	41.31588	-85.21247	270			IN	113	74474	
4927007	Swayzee	swayzee	US	46986	952	America/Indiana/Indianapolis	40.50837	-85.82554	263			IN	053	69912	
4927017	Sweetser	sweetser	US	46987	1196	America/Indiana/Indianapolis	40.57198	-85.76915	259	Sweetser,Sweetsers		IN	053	60372	
4927028	Sycamore	sycamore	US	15364	0	America/Indiana/Indianapolis	40.49421	-85.91943	260			IN	067	37098	
4927042	Syracuse	syracuse	US	13201	2877	America/Indiana/Indianapolis	41.42783	-85.75249	268			IN	085	76760	
4927058	Talbot	talbot	US	47984	0	America/Indiana/Indianapolis	40.50531	-87.45419	234			IN	007	33358	
4927059	Tall Timbers	tall-timbers	US	20690	0	America/Indiana/Indianapolis	41.55061	-85.23414	301			IN	087	49338	
4927078	Taylor	taylor	US	18517	0	America/Indiana/Indianapolis	40.34031	-86.93362	197	Taylor,Taylor Station		IN	157	77660	
4927102	Tecumseh	tecumseh	US	49286	0	America/Indiana/Indianapolis	40.39281	-86.86834	200			IN	157	22342	
4927110	Tefft	tefft	US	46380	0	America/Chicago	41.19865	-86.97391	206	Dunnville,Tefft		IN	073	39168	
4927118	Templeton	templeton	US	01468	0	America/Indiana/Indianapolis	40.51281	-87.20779	214			IN	007	06328	
4927173	Thomaston	thomaston	US	04861	0	America/Chicago	41.37837	-86.81419	207			IN	091	31198	
4927194	Thorntown	thorntown	US	46071	1485	America/Indiana/Indianapolis	40.12948	-86.60667	260			IN	011	73844	
4927201	Thurman	thurman	US	45685	0	America/Indiana/Indianapolis	41.12005	-85.00413	233			IN	003	66924	
4927208	Tillman	tillman	US	29943	0	America/Indiana/Indianapolis	41.02422	-84.8933	237	Tillman,Tillmann,Tillmans		IN	003	37836	
4927222	Tippecanoe	tippecanoe	US	44699	0	America/Indiana/Indianapolis	41.20893	-86.115	238	Ilion,Tippecanoe,Tippecanoe Town Station,Tippecanoetown		IN	099	75878	
4927242	Tipton	tipton	US	16684	5144	America/Indiana/Indianapolis	40.28226	-86.0411	265	Canton,Kingston,Tipton,tybtwn,typtwn  ayndyana,Типтон,تيبتون,تیپتون، ایندیانا,ٹپٹن، انڈیانا	159	IN	159	12646	
4927264	Topeka	topeka	US	46571	1200	America/Indiana/Indianapolis	41.53922	-85.53971	282	Topika,Топика		IN	087	20206	
4927278	Townley	townley	US	35587	0	America/Indiana/Indianapolis	41.0181	-84.86385	234			IN	003	36738	
4927284	Tracy	tracy	US	50256	0	America/Chicago	41.48532	-86.68252	218	Tracy,Tracy Station		IN	091	77408	
4927301	Tremont	tremont	US	17981	0	America/Chicago	41.64865	-87.04364	192			IN	127	82484	
4927302	Trenton	trenton	US	08601	0	America/Indiana/Indianapolis	40.45004	-85.23886	274	Priam,Trenton		IN	009	36774	
4927318	Trinity	trinity	US	27370	0	America/Indiana/Indianapolis	40.54255	-84.84858	263			IN	075	79316	
4927367	Turkey Creek	turkey-creek	US	70585	0	America/Indiana/Indianapolis	41.55588	-85.1708	287			IN	151	67428	
4927380	Twelve Mile	twelve-mile	US	46988	0	America/Indiana/Indianapolis	40.86643	-86.22527	242	Hen Peck,Twelve Mile,Twelve Mile Creek		IN	017	00334	
4927391	Twin Lakes	twin-lakes	US	53181	0	America/Indiana/Indianapolis	41.73338	-85.46248	261			IN	087	43722	
4927393	Twin Lakes	twin-lakes	US	53181	0	America/Indiana/Indianapolis	41.30421	-86.35723	248	Twin Lakes,Twinlake		IN	099	82304	
4927403	Tyner	tyner	US	27980	0	America/Indiana/Indianapolis	41.40977	-86.40251	242	Tyner,Tyner City		IN	099	60966	
4927407	Ulen	ulen	US	56585	124	America/Indiana/Indianapolis	40.0631	-86.46445	288			IN	011	11242	
4927421	Union Center	union-center	US	53962	0	America/Chicago	41.48421	-86.63974	217			IN	091	77408	
4927449	Union City	union-city	US	07087	3447	America/Indiana/Indianapolis	40.20199	-84.80913	343	Junion-Siti,Union City,Юнион-Сити		IN	135	81890	
4927458	Union Mills	union-mills	US	28167	0	America/Chicago	41.4931	-86.77752	223			IN	091	54090	
4927487	Uniondale	uniondale	US	11553	311	America/Indiana/Indianapolis	40.8306	-85.24164	248			IN	179	77714	
4927510	Upland	upland	US	46989	3785	America/Indiana/Indianapolis	40.4756	-85.49442	285	Apland,Апланд		IN	053	37962	
4927523	Urbana	urbana	US	43078	0	America/Indiana/Indianapolis	40.89838	-85.79276	243			IN	169	58482	
4927526	Valentine	valentine	US	69201	0	America/Indiana/Indianapolis	41.59033	-85.38692	291			IN	087	38718	
4927537	Valparaiso	valparaiso	US	32580	32626	America/Chicago	41.47309	-87.06114	242	Portersville,VPZ,Val'paraiso,Valparaiso,Valparaíso,Valparejso,baelpeoleijo,falbaraysw,vu~aruparezo,wa er pa lai suo,walprayzw  ayndyana,Валпарејсо,Вальпараисо,فالبارايسو,والپرایزو، ایندیانا,ولپراسیو، انڈیانا,ヴァルパレーゾ,瓦尔帕莱索,밸퍼레이조	127	IN	127	11566	
4927554	Van Buren	van-buren	US	04785	834	America/Indiana/Indianapolis	40.61727	-85.5047	258	Rood's Corner,Rood's Crossroads,Van Bjuren,Van Buren,Ван Бюрен		IN	053	78479	
4927580	Veedersburg	veedersburg	US	47987	2095	America/Indiana/Indianapolis	40.11309	-87.26251	193	Veedersburg,Veedersburgh		IN	045	78452	
4927589	Vermont	vermont	US	61484	0	America/Indiana/Indianapolis	40.49921	-86.03193	253			IN	067	34906	
4927593	Verona	verona	US	07044	0	America/Indiana/Indianapolis	40.8181	-86.37361	228			IN	017	54054	
4927621	Virgie	virgie	US	41572	0	America/Chicago	41.11531	-87.18003	210			IN	073	77372	
4927746	Wabash	wabash	US	46992	10381	America/Indiana/Indianapolis	40.79782	-85.82054	217	Vobash,Wabash,Wabash Town,Wabashtown,vabasa,wabash,wabash  ayndyana,Вобаш,واباش,واباش، انڈیانا,واباش، ایندیانا,वाबाश	169	IN	169	54162	
4927764	Wadena	wadena	US	52169	0	America/Indiana/Indianapolis	40.69337	-87.27669	243			IN	007	77138	
4927770	Mount Zion	mount-zion	US	26151	0	America/Indiana/Indianapolis	41.01421	-86.14916	247	Mount Zion,Wagoner		IN	049	65232	
4927773	Wakarusa	wakarusa	US	46573	1814	America/Indiana/Indianapolis	41.53616	-86.02083	258	Salem,Wakarusa		IN	039	56520	
4927788	Walkerton	walkerton	US	23177	2264	America/Indiana/Indianapolis	41.46671	-86.48307	221			IN	141	43848	
4927802	Walnut	walnut	US	38683	0	America/Indiana/Indianapolis	41.17615	-86.21195	260	Fredericksburg,Walnut		IN	099	79820	
4927827	Walton	walton	US	13856	1022	America/Indiana/Indianapolis	40.66087	-86.24194	235			IN	017	75968	
4927832	Wanatah	wanatah	US	46390	1024	America/Chicago	41.4306	-86.89836	223			IN	091	10720	
4927844	Warren	warren	US	01083	1223	America/Indiana/Indianapolis	40.68282	-85.4272	251	Jonesboro,Uorren,Warren,Уоррен		IN	069	67320	
4927854	Warsaw	warsaw	US	14569	14472	America/Indiana/Indianapolis	41.2381	-85.85305	252	Vorso,warsaw  ayndyana,warsw,Ворсо,وارسا، انڈیانا,وارساو، ایندیانا,وارسو	085	IN	085	81782	
4927922	Walnut Grove	walnut-grove	US	35990	0	America/Indiana/Indianapolis	40.16198	-85.9397	253			IN	057	83906	
4927926	Waterford	waterford	US	04088	0	America/Chicago	41.67143	-86.84503	196			IN	091	15040	
4927928	Waterloo	waterloo	US	13165	2248	America/Indiana/Indianapolis	41.43199	-85.01997	276	Vaterlo,Waterloo,Waterloo City,Ватерло		IN	033	28836	
4927937	Wawaka	wawaka	US	46794	0	America/Indiana/Indianapolis	41.45699	-85.4822	274			IN	113	20764	
4927966	Waynetown	waynetown	US	47990	956	America/Indiana/Indianapolis	40.08754	-87.05973	233			IN	107	81818	
4928007	Wells	wells	US	04090	0	America/Indiana/Indianapolis	40.73226	-86.1111	220			IN	103	60174	
4928011	Wellsboro	wellsboro	US	16901	0	America/Chicago	41.49726	-86.7653	229			IN	091	54090	
4928012	Wellsburg	wellsburg	US	14894	0	America/Indiana/Indianapolis	40.66616	-85.22164	258			IN	179	43506	
4928015	Weaver	weaver	US	36277	0	America/Indiana/Indianapolis	40.46532	-85.72915	266			IN	053	43272	
4928030	Wesley	wesley	US	04686	0	America/Indiana/Indianapolis	40.06782	-87.00667	244			IN	107	81818	
4928076	West Lebanon	west-lebanon	US	03784	703	America/Indiana/Indianapolis	40.27004	-87.38668	219	Lebanon,West Lebanon		IN	171	59778	
4928078	West Liberty	west-liberty	US	26074	0	America/Indiana/Indianapolis	40.43059	-85.89054	259			IN	067	77336	
4928079	West Liberty	west-liberty	US	26074	0	America/Indiana/Indianapolis	40.53338	-84.99608	261	Mill's Corner,West Liberty		IN	075	37152	
4928084	West Middleton	west-middleton	US	46995	0	America/Indiana/Indianapolis	40.43948	-86.21611	253	Middletons Station,West Middleton		IN	067	31846	
4928096	West Lafayette	west-lafayette	US	43845	45550	America/Indiana/Indianapolis	40.42587	-86.90807	186	Chauncey,Kingston,Lafayette Occidentalis,Uehst-Lafejett,Vest Lafajet,Vest-Lafajett,West Lafayette,lafayt ghrby  ayndyana,u~esutorafaietto,weseuteulapies,wyst lafayyt,xi la fa ye,Вест Лафајет,Вест-Лафайетт,Уэст-Лафейетт,لافایت غربی، ایندیانا,مغربی لافائت، انڈیانا,ويست لافاييت,ウェストラファイエット,西拉法葉,웨스트라피엣		IN	157	79352	
4928108	Westchester	westchester	US	60154	0	America/Indiana/Indianapolis	41.02671	-85.12858	242			IN	003	81620	
4928109	Westchester	westchester	US	60154	0	America/Indiana/Indianapolis	40.49838	-84.89497	275			IN	075	03844	
4928118	Westfield	westfield	US	01085	36738	America/Indiana/Indianapolis	40.04282	-86.12749	270	Uehstfild,Vestfild,Westfield,Westville,weseuteupildeu,wstfyld  ayndyana,wystfyld,Вестфилд,Вестфілд,Уэстфилд,وستفیلد، ایندیانا,ويستفيلد,ویسٹ فیلڈ، انڈیانا,웨스트필드		IN	057	80666	
4928119	Westfield	westfield	US	01085	0	America/Indiana/Indianapolis	41.6756	-86.38029	226			IN	141	80180	
4928137	Westpoint	westpoint	US	38486	594	America/Indiana/Indianapolis	40.34504	-87.04307	205	Middleton,Middletown,West Point,Westpoint		IN	157	81926	
4928142	Westview	westview	US	40178	0	America/Indiana/Indianapolis	41.58644	-85.18275	284			IN	151	67428	
4928145	Westville	westville	US	08093	5662	America/Chicago	41.54143	-86.90058	242	New Durham,Westville		IN	091	52830	
4928156	Wheatfield	wheatfield	US	46392	845	America/Chicago	41.19309	-87.05558	202			IN	073	83546	
4928159	Wheeler	wheeler	US	38880	443	America/Chicago	41.5117	-87.1792	203			IN	127	77570	
4928167	Wheeling	wheeling	US	26003	0	America/Indiana/Indianapolis	40.56615	-86.39166	226	Carroll,Carrollton Location,Wheeling		IN	015	10540	
4928168	Wheeling	wheeling	US	26003	0	America/Indiana/Indianapolis	40.36365	-85.46414	269	Cranberry,Wheeling		IN	035	80576	
4928208	Whiting	whiting	US	04691	4872	America/Chicago	41.67976	-87.49449	179	Whiting,Whiting's,Whiting's Crossing,Whiting's Station		IN	089	54414	
4928236	Wildwood	wildwood	US	08260	0	America/Indiana/Indianapolis	41.59477	-85.18942	285			IN	151	67428	
4928260	Williams	williams	US	29493	0	America/Indiana/Indianapolis	40.91894	-84.97524	253	Bingen,Williams		IN	001	65862	
4928274	Williamsport	williamsport	US	17701	1848	America/Indiana/Indianapolis	40.28837	-87.2939	193	Vilijamsport,Вилијамспорт,ولیمزپورٹ، انڈیانا	171	IN	171	81098	
4928281	Willow Creek	willow-creek	US	59760	0	America/Chicago	41.58643	-87.18337	193			IN	127	61110	
4928290	Wilmot	wilmot	US	03287	0	America/Indiana/Indianapolis	41.31005	-85.64165	271	Ryders Mill,Wilmot		IN	113	80882	
4928293	Wilson	wilson	US	14172	0	America/Chicago	41.61976	-87.1592	183			IN	127	61110	
4928313	Winamac	winamac	US	46996	2402	America/Indiana/Winamac	41.05143	-86.60306	215	Winamac,Winamack	131	IN	131	50436	
4928318	Winchester	winchester	US	01890	4769	America/Indiana/Indianapolis	40.17199	-84.98135	333		135	IN	135	83942	
4928322	Windfall	windfall	US	46076	803	America/Indiana/Indianapolis	40.36309	-85.95637	264	Windfall,Windfall City		IN	159	84194	
4928325	Windsor	windsor	US	01270	0	America/Indiana/Indianapolis	40.15449	-85.21275	311			IN	135	73478	
4928335	Wingate	wingate	US	21675	263	America/Indiana/Indianapolis	40.17226	-87.07279	238	Pleasant Hill,Wingate		IN	107	14014	
4928336	Winona	winona	US	25942	0	America/Indiana/Knox	41.23615	-86.56946	221			IN	149	54504	
4928337	Winona Lake	winona-lake	US	46590	4951	America/Indiana/Indianapolis	41.22727	-85.82193	249	Eagle Lake,Winona Lake		IN	085	81782	
4928343	Winthrop	winthrop	US	02152	0	America/Indiana/Indianapolis	40.37004	-87.2339	209			IN	171	80198	
4928354	Winfield	winfield	US	17889	5406	America/Chicago	41.40531	-87.27531	216	Bibler,Winfield		IN	089	84896	
4928360	Wolcott	wolcott	US	05680	989	America/Indiana/Indianapolis	40.75809	-87.04168	219			IN	181	62064	
4928364	Wolcottville	wolcottville	US	46795	1015	America/Indiana/Indianapolis	41.52588	-85.36665	287			IN	113	56754	
4928380	Wolflake	wolflake	US	46796	0	America/Indiana/Indianapolis	41.33505	-85.49581	279	Wolf Lake,Wolflake		IN	113	54108	
4928386	Woodburn	woodburn	US	42170	1611	America/Indiana/Indianapolis	41.12533	-84.8533	229	Shirley City,Woodburn,Woodburn City		IN	003	47646	
4928389	Woodland	woodland	US	16881	0	America/Indiana/Indianapolis	41.56449	-86.17723	260			IN	141	46098	
4928391	Woodland Hills	woodland-hills	US	91364	0	America/Indiana/Indianapolis	41.64533	-85.43192	284			IN	087	13132	
4928392	Woodland Park	woodland-park	US	80863	0	America/Indiana/Indianapolis	40.19671	-85.30803	300			IN	035	43236	
4928393	Woodland Park	woodland-park	US	80863	0	America/Indiana/Indianapolis	41.55449	-85.2397	293			IN	087	49338	
4928412	Woodruff	woodruff	US	29388	0	America/Indiana/Indianapolis	41.57338	-85.32887	296	Marcy,Woodruff,Wright's Corners		IN	087	38718	
4928424	Woodville	woodville	US	01784	0	America/Chicago	41.56282	-87.04142	217			IN	127	43362	
4928427	Wooster	wooster	US	44691	0	America/Indiana/Indianapolis	41.20921	-85.74277	271			IN	085	80756	
4928441	Wyatt	wyatt	US	26463	0	America/Indiana/Indianapolis	41.52588	-86.16945	253	Littleton,Wyatt		IN	141	46098	
4928474	Yeoman	yeoman	US	47997	138	America/Indiana/Indianapolis	40.66782	-86.72418	202			IN	015	37872	
4928480	Yoder	yoder	US	46798	0	America/Indiana/Indianapolis	40.93116	-85.17664	247			IN	003	60354	
4928483	York	york	US	03909	0	America/Indiana/Indianapolis	41.68838	-84.82246	324	Hathaway,York,York Center,York Centre		IN	151	86030	
4928492	Yorktown	yorktown	US	23690	11231	America/Indiana/Indianapolis	40.17365	-85.49414	279			IN	035	86084	
4928497	Young America	young-america	US	46998	0	America/Indiana/Indianapolis	40.56865	-86.34666	234			IN	017	17254	
4928503	Zanesville	zanesville	US	43701	610	America/Indiana/Indianapolis	40.91727	-85.28053	247			IN	003	40716	
4928512	Zeigler	zeigler	US	62999	0	America/Indiana/Indianapolis	41.69838	-86.43363	225			IN	141	56556	
4928575	Lanham	lanham	US	20703	0	America/Chicago	40.00278	-96.87392	426	Lanham,Morton		NE	067	19175	
4928654	Aberdeen	aberdeen	US	21001	0	America/New_York	42.34454	-71.1495	51			MA	025	07000	
4928662	Abington	abington	US	02351	15985	America/New_York	42.10482	-70.94532	32	Abington,Abington Centre,Manamooskeagin,abynghtwn,abyngtn  masachwst,Абингтон,Абінгтон,أبينغتون,ابینگتن، ماساچوست,ایبنگٹن، میساچوسٹس		MA	023	00170	
4928694	Accord	accord	US	02018	0	America/New_York	42.17455	-70.88366	50	Accord,Queen Anne Corner,Queen Anne Corners,Queen Anne's Corner,Queen Annes Corners		MA	023	50145	
4928703	Acton	acton	US	01718	20897	America/New_York	42.48509	-71.43284	81	Actonia,Akshn,Ehkton,aktn  masachwst,aktwn,Акшн,Эктон,أكتون,اکتن، ماساچوست,ایکٹن، میساچوسٹس		MA	017	00380	
4928720	Acushnet	acushnet	US	02743	10850	America/New_York	41.68066	-70.90782	23	Achushnet,Achushnet Village,Acushena,Acushnet,Akjushnet,akshnt  masachwst,akwshynt,Акюшнет,أكوشينت,اکشنت، ماساچوست		MA	005	00520	
4928733	Adams	adams	US	01220	5515	America/New_York	42.62425	-73.1176	242	Adams,East Hoosic,adamz,admz  masachwst,Адамс,آدامز,آدمز، ماساچوست		MA	003	00555	
4929390	Atlantic	atlantic	US	16111	0	America/New_York	42.26704	-70.84782	25			MA	023	31645	
4934911	Dodge	dodge	US	54625	0	America/New_York	42.16204	-71.93285	213	Dodge,Milward		MA	027	12715	
4928766	Adamsville	adamsville	US	02801	0	America/New_York	42.68147	-72.74815	210	Adamsville,Aunt Lizzie Robbins Pond,Aunt Lizzie Robins Pond		MA	011	14885	
4928788	Agawam	agawam	US	01001	28761	America/New_York	42.06954	-72.61481	25	Agavam,Agavom,Agawaam,Agawam,Agawam Town,Agawam Village,Agawom,Agawome,Agawomes,Aggawam,Aggawom,Aggawom *,Agissawamg,Agowaun,Agowaymam,Aguwom,Angawom,Angoum,Anguum,Augawam,Augawoam,Augoam,Auguan,a jia wan,agawamu,aghawam,ayjwam  masachwst,Агавам,Агавом,أغاوام,ایجوام، ماساچوست,ایگاوام، میساچوسٹس,アガワム,阿加萬		MA	013	00840	
4928869	Alford	alford	US	32420	406	America/New_York	42.23564	-73.41345	264			MA	003	00975	
4928922	Allerton	allerton	US	50008	0	America/New_York	42.30427	-70.88338	5			MA	023	31645	
4928934	Allston	allston	US	02134	0	America/New_York	42.35843	-71.12589	6	Allston,Cambridge Crossing,alstwn,الستون		MA	025	07000	
4929004	Amesbury	amesbury	US	01913	18313	America/New_York	42.85842	-70.93005	17	Almsbury,Amehsbjuri,Amesbury,Ejmsberi,Salisbury,amsbry  masachwst,amysbwry,eimjeubeli,eimuzuberi,Амэсбюри,Ејмсбери,آمسبری، ماساچوست,أميسبوري,ایمزبیری، میساچوسٹس,エイムズベリー,에임즈베리		MA	009	01260	
4929022	Amherst	amherst	US	01002	39833	America/New_York	42.36723	-72.51852	82	Amerst,Amherst,Amherst Village,Amherst i Massachusetts,Amkhehrst,Amkherst,Amkhurst,Hadley East,Hadley East Precinct,Hadley Third Precinct,Third Precinct,amasuto,amhrst  masachwst,amyrst,Άμερστ,Амхерст,Амхърст,Амхэрст,אמהערסט,أميرست,امهرست، ماساچوست,ამჰერსტი,アマースト		MA	015	01325	
4929055	Andover	andover	US	01810	8762	America/New_York	42.65843	-71.137	55	Andouvehr,Andover,Andover Centre,Andover Village,Cochichawick,Cochichewick,aendobeo,an duo fu,andoba,andwwr,Андовер,Андоувэр,اندوور,アンドーバー,安多佛,앤도버		MA	009	01465	
4929180	Arlington	arlington	US	02474	42844	America/New_York	42.41537	-71.15644	20	Arlington,Menotomy,a ling dun,arinton,arlyngtwn  masachwst,Арлингтон,آرلنگٹن، میساچوسٹس,آرلینگتون، ماساچوست,アーリントン,阿灵顿		MA	017	01605	
4929181	Arlington Heights	arlington-heights	US	02475	0	America/New_York	42.42037	-71.18005	103			MA	017	01605	
4929256	Ashburnham	ashburnham	US	01430	5643	America/New_York	42.6362	-71.90785	309	Ashburnham,Ashburnham Centre,Ashburnkham,ashbrnham  masachwst,Ашбурнхам,اشبرنهام، ماساچوست		MA	027	01885	
4929262	Ashby	ashby	US	01431	2895	America/New_York	42.67787	-71.82035	279	Ashbi,Ashby,Ashby Centre,ashbay  masachwst,Ашби,اشبای، ماساچوست		MA	017	01955	
4929276	Ashfield	ashfield	US	01330	1831	America/New_York	42.52647	-72.78843	378	Ashfield,Ashfield Plain,Ashfild,Huntstown,ashfyld  masachwst,Ашфилд,اشفیلد، ماساچوست		MA	011	02095	
4929283	Ashland	ashland	US	01721	15802	America/New_York	42.26121	-71.4634	56	Ashland,Ashland Coutre,Ashlehnd,Magunkaquog,Unionville,aesyullaendeu,ashlnd  masachwst,Ашлэнд,اشلند، ماساچوست,ایشلنڈ، میساچوسٹس,애슐랜드		MA	017	02130	
4929300	Ashley Falls	ashley-falls	US	01222	0	America/New_York	42.0562	-73.33512	207			MA	003	61065	
4929356	Assonet	assonet	US	02702	4084	America/New_York	41.79594	-71.06782	7	Assonet,Assonet Village,Assonett,Freetown,aswnyt,أسونيت		MA	005		
4929376	Athol	athol	US	01331	8265	America/New_York	42.59592	-72.22675	170	Asol,Athol,Athol Centre,Athol Depot,Atol,Paquoig,atwl  masachwst,Асол,Атол,اتول، ماساچوست		MA	027	02480	
4929389	Atlantic	atlantic	US	16111	0	America/New_York	42.28065	-71.02866	8	Atlantic,Atlantic Station,North Quincy		MA	021	55745	
4929399	Attleboro	attleboro	US	02703	44284	America/New_York	41.94454	-71.28561	35	Atlboro,Attlboro,Attleboro,Attleborough,East Attleborough,atlbarw  masachwst,atlbwrw,atoruboro,Атлборо,Аттлборо,أتلبورو,اتلبارو، ماساچوست,ایٹلبرو، میساچوسٹس,アトルボロ		MA	005	02690	
4929401	Attleboro Falls	attleboro-falls	US	02763	0	America/New_York	41.97093	-71.31617	45	Attleboro Falls,Attleborough Falls,Falls Village,Robinsonville		MA	005	46575	
4929417	Auburn	auburn	US	01501	16724	America/New_York	42.19454	-71.83563	187	Auburn,Auburn Centre,awbrn  masachwst,obeon,Аубурн,آبرن، میساچوسٹس,اوبرن، ماساچوست,오번		MA	027	02760	
4929432	Auburndale	auburndale	US	02466	0	America/New_York	42.34732	-71.2495	22	obeondeil,오번데일		MA	017	45560	
4929476	Avon	avon	US	02322	4521	America/New_York	42.13066	-71.04116	66			MA	021	02935	
4929501	Ayer	ayer	US	01432	2868	America/New_York	42.5612	-71.58979	73	Ajehr,Ayer,Ayer Groton Junction,Ayer Junction,ayr  masachwst,Айэр,آیر، ماساچوست		MA	017	03005	
4929521	Babson Park	babson-park	US	02457	0	America/New_York	42.29871	-71.2595	47			MA	021	74175	
4929657	Baldwinville	baldwinville	US	01436	2028	America/New_York	42.60842	-72.07591	271	Baldwinsville,Baldwinville		MA	027	69275	
4929688	Bancroft	bancroft	US	25011	0	America/New_York	42.30925	-73.02871	280	Bancroft,Middlefield,Middlefield Station		MA	015	40990	
4929730	Bardwell	bardwell	US	42023	0	America/New_York	42.55675	-72.67815	65	Bardwell,Bardwell's Ferry,Bardwells Ferry		MA	011	61135	
4929731	Bardwell	bardwell	US	42023	0	America/New_York	42.21843	-72.36897	112	Bardwell,Bardwell Village,Tylerville		MA	015	04825	
4929771	Barnstable	barnstable	US	02630	47821	America/New_York	41.70011	-70.29947	11	Barnstabl,Barnstable,Barnstable Town,Barnstable Village,Barnstabul,Barnstaple,Barnstehjbl,ba en si te bu er,banseuteobeul,bansutaburu,bar ns ta beil,barnstabl,brnstbl  masachwst,Барнстабл,Барнстабъл,Барнстэйбл,بارنستابل,بارنسٹیبل، میساچوسٹس,برنستبل، ماساچوست,บาร์นสตาเบิล,バーンスタブル,巴恩斯特布尔,반스터블	001	MA	001	03690	
4929785	Barre	barre	US	01005	1009	America/New_York	42.42287	-72.10508	278	Bar,Barre,Barre Centre,Barreh,Hutchinson,barh  masachwst,Бар,Баррэ,باره، ماساچوست		MA	027	03740	
4929971	Bay Village	bay-village	US	44140	0	America/New_York	42.34904	-71.06947	4			MA	025	07000	
4929980	Bayside	bayside	US	11359	0	America/New_York	42.3001	-70.88282	3			MA	023	31645	
4929986	Bayview	bayview	US	83803	0	America/New_York	41.57372	-70.94948	14	Bay View,Bayview		MA	005	16425	
4930005	Beachwood	beachwood	US	08722	0	America/New_York	42.32509	-73.32039	283			MA	003	67595	
4930102	Beaver	beaver	US	15009	0	America/New_York	42.04788	-70.97782	24			MA	023	18455	
4930173	Becket	becket	US	01223	1786	America/New_York	42.33203	-73.08288	366	Becket,Behkeht,North Becket,bkt  masachwst,Бэкэт,بکت، ماساچوست		MA	003	04545	
4930183	Bedford	bedford	US	01730	12502	America/New_York	42.49065	-71.27617	42	BED,Bedford,Bedford Centre,Behdford,bdfwrd  masachwst,Бедфорд,Бэдфорд,بدفورد، ماساچوست,بیڈفورڈ، میساچوسٹس		MA	017	04615	
4930231	Belchertown	belchertown	US	01007	2899	America/New_York	42.27704	-72.40092	185	Behlchertaun,Belchers Town,Belcherstown,Belchertown,Belchertown Village,Belchtaun,Cold Spring,Equivalent Lands,blkrtn  masachwst,Белчтаун,Бэлчертаун,بلکرتن، ماساچوست		MA	015	04825	
4930258	Bellevue	bellevue	US	41073	0	America/New_York	42.2876	-71.14533	40			MA	025	07000	
4930266	Bellingham	bellingham	US	02019	4854	America/New_York	42.08676	-71.47451	90	Behllinkhehm,Belingkham,blyngham  masachwst,Белингхам,Бэллинхэм,بلینگهام، ماساچوست		MA	021	04930	
4930282	Belmont	belmont	US	02478	24729	America/New_York	42.39593	-71.17867	21	Behlmont,Bellus Mons,Belmont,blmwnt  masachwst,Белмонт,Бэлмонт,بلمونت، ماساچوست		MA	017	05070	
4930305	Belvidere	belvidere	US	07823	0	America/New_York	42.63898	-71.28978	59	Belvidere,Blevidere Village		MA	017	37000	
4930385	Berkley	berkley	US	02779	5849	America/New_York	41.84593	-71.08282	23	Behrklej,brkly  masachwst,Бэрклей,برکلی، ماساچوست,برکلے، میساچوسٹس		MA	005	05280	
4930390	Berkshire	berkshire	US	01224	0	America/New_York	42.51258	-73.19288	307	Berkshire,Berkshire Village		MA	003	34340	
4930431	Berlin	berlin	US	01503	2422	America/New_York	42.3812	-71.63701	100	Berlin,Berlin Centre,brlyn  masachwst,Берлин,برلن، میساچوسٹس,برلین، ماساچوست		MA	027	05490	
4930437	Bernardston	bernardston	US	01337	2193	America/New_York	42.67092	-72.54953	109	Bernardston,Bernardston Village,Bernardstoun,brnardastwn  masachwst,Бернардстоун,برنارداستون، ماساچوست		MA	011	05560	
4930505	Beverly	beverly	US	01915	41186	America/New_York	42.55843	-70.88005	11	BVY,Bass River,Behverli,Beverli,Beverly,bebeolli,bibari,bwrly  masachwst,byfrly,Беверли,Бэверли,بورلی، ماساچوست,بيفرلي,بیورلی، میساچوسٹس,ビバリー,베벌리		MA	009	05595	
4930577	Billerica	billerica	US	01821	39904	America/New_York	42.55843	-71.26895	73	Billerica,Billerica Centre,Billerica Village,Billerika,Billirrikey,Shawshine,birerika,bylryka  masachwst,Биллерика,بیلریکا، ماساچوست,ビレリカ		MA	017	05805	
4930700	Black Rock	black-rock	US	72415	0	America/New_York	42.24371	-70.82866	13			MA	021	14640	
4930738	Blackstone	blackstone	US	01504	9163	America/New_York	42.01788	-71.54117	55	Blackstone,Blackstone Village,Blehkstoun,blk astwn  masachwst,Блэкстоун,بلک استون، ماساچوست		MA	027	06015	
4930779	Blanchardville	blanchardville	US	53516	0	America/New_York	42.14593	-72.30369	108			MA	013	52144	
4930780	Blandford	blandford	US	01008	393	America/New_York	42.18065	-72.92732	438	Blandford,Blehndford,blndfwrd  masachwst,Бландфорд,Блэндфорд,بلندفورد، ماساچوست		MA	013	06085	
4930830	Bloomingdale	bloomingdale	US	07403	0	America/New_York	42.26398	-71.77035	178			MA	027	82000	
4930907	Bolton	bolton	US	01740	4220	America/New_York	42.43343	-71.60784	117	Bolton,bwltwn  masachwst,Болтон,بولتون، ماساچوست		MA	027	06365	
4930921	Bondsville	bondsville	US	01009	1812	America/New_York	42.21259	-72.34536	108	Bond,Bondeville,Bonds Village,Bondsville,Duckville		MA	013	52144	
4930956	Boston	boston	US	02108	667137	America/New_York	42.35843	-71.05977	14	BOS,Baston,Bostan,Boston,Bostona,Bostonas,Bostone,Bostonia,Bostono,Bostons,Bostun,Bostún,Mushauwomuk,Old Boston,Po-su-tun,Pokekona,Pô-sṳ-tun,Shawmut,Shawmutt,Shawnnut,Totant,Tramount,Tremont,Trimountain,Trimountaine,Vostoni,Wahstoronon:ke,Wahstoronòn:ke,Wastok,bastan,bastana,bausatana,beasrraൺ,bo shi dun,boseuteon,bostan,bostana,bostʼoni,bosuton,bwstn,bwstwn,bxstan,pastan,Βοστωνη,Βοστώνη,Бостан,Бостон,Бостън,Բոստոն,באסטאן,בוסטון,بوستون,بوسطن,بوسٹن,بۆستن,ܒܘܣܛܘܢ,बस्तन,बास्टन्,बॉस्टन,बोस्टन,বস্টন,ਬੌਸਟਨ,பாஸ்டன்,బోస్టన్,ಬಾಸ್ಟನ್,ബോസ്റ്റൺ,บอสตัน,བོ་སེ་ཊོན།,ဘော့စတွန်မြို့,ბოსტონი,ቦስቶን,ボストン,波士頓,波士顿,보스턴	MA	MA	025	07000	
4931105	Boxborough	boxborough	US	01719	4996	America/New_York	42.49084	-71.52851	138	BXC,Boxboro,Boxborough	07350	MA	017	07350	
4931108	Boxford	boxford	US	01921	2339	America/New_York	42.6612	-70.99672	31	Boksford,baksfwrd  masachwst,Боксфорд,باکسفورد، ماساچوست		MA	009	07420	
4931127	Boylston	boylston	US	01505	4078	America/New_York	42.39176	-71.70368	117	Bojlston,bwylstwn  masachwst,Бойлстон,بویلستون، ماساچوست		MA	027	07525	
4931149	Bradford	bradford	US	02808	0	America/New_York	42.76953	-71.07589	15	Academy Forte,Bradford,Merimack,Merrimac,Rowley Village		MA	009	29405	
4931218	Brant Rock	brant-rock	US	02020	0	America/New_York	42.08621	-70.64115	3			MA	023	38855	
4931273	Brewster	brewster	US	02631	2000	America/New_York	41.76011	-70.0828	9	Brjuster,Bruster,brwstr  masachwst,Брустер,Брюстер,بروستر، ماساچوست		MA	001	07980	
4931303	Bridgewater	bridgewater	US	02324	7841	America/New_York	41.99038	-70.97504	30	Bridgewater,Bridgewater Centre,Bridzhuateh,Bridzhuoter,bryjwatr  masachwst,burijjiu~ota,Бриджуатэ,Бриджуотер,برج واٹر، میساچوسٹس,بریجواتر، ماساچوست,ブリッジウォーター		MA	023	08085	
4931338	Briggsville	briggsville	US	53920	0	America/New_York	42.71647	-73.08038	296			MA	003	14010	
4931353	Brighton	brighton	US	02135	0	America/New_York	42.3501	-71.15644	27	Brighton,Kleines Cambridge,Le Petit Cambridge,Little Cambridge,Pequenos Cambridge		MA	025	07000	
4931359	Brightwood	brightwood	US	22715	0	America/New_York	42.1187	-72.6162	18			MA	013	67000	
4931363	Brimfield	brimfield	US	01010	3397	America/New_York	42.12287	-72.20091	202	Ashquoach,Blimfild,Brimfield,Brimfield Centre,brymfyld  masachwst,Блимфилд,بریمفیلد، ماساچوست		MA	013	08470	
4931429	Brockton	brockton	US	02301	95314	America/New_York	42.08343	-71.01838	35	Brockton,Brokton,Broktun,North Bridgewater,braktwn  masachwst,brwktwn,bu luo ke dun,burokkuton,Броктон,Броктън,براکتون، ماساچوست,بروكتون,بروکٹن، میساچوسٹس,ブロックトン,布罗克顿		MA	023	09000	
4931469	Brookfield	brookfield	US	01506	833	America/New_York	42.21398	-72.1023	219	Brookfield,Brookfield Centre,Brukfild,Quabaug,Quaboag,brwkfyld  masachwst,Брукфилд,بروکفیلد، ماساچوست,بروکفیلڈ، میساچوسٹس		MA	027	09105	
4931482	Brookline	brookline	US	02445	58732	America/New_York	42.33176	-71.12116	10	Brookline,Brouklain,Bruklajn,Bruklin,beulukeullain,brwklayn  masachwst,brwqlyyn,bu lu ke lai en,burukkurain,Μπρούκλαϊν,Бруклайн,Бруклајн,Бруклин,ברוקליין,بروکلاین، ماساچوست,ブルックライン,布鲁克莱恩,브루클라인		MA	021	09175	
4931501	Brookline Village	brookline-village	US	02447	0	America/New_York	42.33288	-71.11616	6	Brookline,Brookline Village,Muddy River,Muddy River Hamlet		MA	021	09175	
4931507	Brooks	brooks	US	04921	0	America/New_York	42.41398	-71.89813	242	Brooks,Brooks Station		MA	027	55395	
4931520	Brookside	brookside	US	07926	0	America/New_York	42.16898	-73.35734	206			MA	003	26815	
4931527	Brookville	brookville	US	15825	0	America/New_York	42.1251	-71.00921	50			MA	021	30455	
4931606	Bryantville	bryantville	US	02327	0	America/New_York	42.04399	-70.84254	26			MA	023	28495	
4931627	Buckland	buckland	US	01338	2026	America/New_York	42.59231	-72.79176	210	Baklehnd,Buckland,Buckland Centre,baklnd  masachwst,bwkland,Баклэнд,باکلند، ماساچوست,بوكلاند		MA	011	09595	
4931737	Burlington	burlington	US	01803	24498	America/New_York	42.50482	-71.19561	67	BBF,Berlington,Bjurlington,Burlington,Burlington Centre,Burlingtun,bo ling dun,brlyngtwn  masachwst,bwrlynghtwn,Берлингтон,Бърлингтън,Бюрлингтон,برلنگٹن، میساچوسٹس,برلینگتون، ماساچوست,بورلينغتون,伯灵顿		MA	017	09840	
4931844	Butlerville	butlerville	US	47223	0	America/New_York	42.15287	-72.40369	86			MA	013	79740	
4931875	Buzzards Bay	buzzards-bay	US	02532	3859	America/New_York	41.74538	-70.61809	3			MA	001	07175	
4931880	Byfield	byfield	US	01922	0	America/New_York	42.75981	-70.94811	20	Byfield,Byfield Station		MA	009	45175	
4931972	Cambridge	cambridge	US	02138	110402	America/New_York	42.3751	-71.10561	5	Cambridge,Cambridge i Massachusetts,Cantabrigia,Kehmbridzh,Keimbridza,Keimbridža,Keimpritz,Kejmbridzh,Kembridz,Kembridzas,Kembridzh,Kembridžas,Kembrigo,Kembrizh,Kembriĝo,Kembrydzh,Mishawum,New Town,New Towne,Newtown,Newtowne,Old Cambridge,jian qiao,kambrydj,keimbeuliji,kembrija,kempirij,kenburijji,khem bridc,kmbryj  masachwst,qyymbrydg,Κέιμπριτζ,Кеймбридж,Кембридж,Кембриж,Кембриџ,Кембриҷ,Кембрыдж,Кэмбридж,Քեմբրիջ,קיימברידג,קעמברידזש,كامبريدج,کمبریج، ماساچوست,کیمبرج، میساچوسٹس,केंब्रिज,கேம்பிரிஜ்,เคมบริดจ์,ケンブリッジ,剑桥,케임브리지		MA	017	11000	
4932005	Cambridgeport	cambridgeport	US	05141	0	America/New_York	42.35843	-71.10366	4			MA	017	11000	
4932205	Cannonville	cannonville	US	84718	0	America/New_York	41.65983	-70.79809	10			MA	023	39450	
4932214	Canton	canton	US	02021	21679	America/New_York	42.15843	-71.14477	35	Canton,Dorchester Village,Punkapoag,South Canton		MA	021	11315	
4932328	Carlisle	carlisle	US	01741	4799	America/New_York	42.52926	-71.3495	61	Carlisle,Carlisle Centre,Karlisl,karlayl  masachwst,karlyls,Карлисл,كارليلس,کارلائل، میساچوسٹس,کارلایل، ماساچوست		MA	017	11525	
4932370	Carterville	carterville	US	62918	0	America/New_York	42.38843	-71.64535	96			MA	027	05490	
4932388	Carver	carver	US	02330	11718	America/New_York	41.88344	-70.76254	30	Carver,Carver Centre,Garvehr,Mohootset,karfyr,karwr  masachwst,Гарвэр,كارفير,کارور، ماساچوست		MA	023	11665	
4932393	Caryville	caryville	US	32427	0	America/New_York	42.13343	-71.44784	61	Careyville,Caryville		MA	021	04930	
4932441	Cataumet	cataumet	US	02534	0	America/New_York	41.66622	-70.61975	10	Cataumet,Cataumet Village,Kitteaumut		MA	001	07175	
4932461	Cedar	cedar	US	49621	0	America/New_York	42.12315	-71.26339	62			MA	021	72495	
4932471	Cedar Grove	cedar-grove	US	07009	0	America/New_York	42.28065	-71.05783	7			MA	025	07000	
4932475	Cedar Hill	cedar-hill	US	37032	0	America/New_York	42.13343	-71.28283	69			MA	021	72495	
4932532	Cedarville	cedarville	US	08311	0	America/New_York	41.81038	-70.55531	15			MA	023	54310	
4932587	Centerville	centerville	US	02632	9190	America/New_York	41.64872	-70.34808	14	Centerville,Centreville,Chequaquet		MA	001	03690	
4932588	Centerville	centerville	US	02632	0	America/New_York	42.58065	-70.84116	20	Centerville,Centreville		MA	009	05595	
4932589	Centerville	centerville	US	02632	0	America/New_York	42.07315	-71.61257	77			MA	027	71620	
4932646	Central Square	central-square	US	13036	0	America/New_York	42.49121	-71.15061	44			MA	017	81035	
4932658	Central Village	central-village	US	06332	0	America/New_York	41.57371	-71.09115	53			MA	005	77570	
4932757	Charlemont	charlemont	US	01339	1382	America/New_York	42.62786	-72.86982	178	Charlmount,karlmwnt  masachwst,tsharlmwnt,Чарлмоунт,تشارلمونت,کارلمونت، ماساچوست		MA	011	12505	
4932819	Charlestown	charlestown	US	02129	0	America/New_York	42.37787	-71.062	13	Carolopolis,Charles Towne,Charleston,Charlestown,Charlestown Heights,Charlton,Mishawum,charlztawn  bwstwn,charuzutaun,چارلزتاون، بوستون,چارلس ٹاؤن، بوسٹن,チャールズタウン		MA	025	07000	
4932823	Charlton	charlton	US	01507	12764	America/New_York	42.13565	-71.97007	271	Charleston,Charlton,Charlton Centre,charltwn  masachwst,tsharltwn,Чарлтон,تشارلتون,چارلتون، ماساچوست		MA	027	12715	
4932825	Charlton City	charlton-city	US	01508	0	America/New_York	42.14593	-71.98841	216			MA	027	12715	
4932826	Charlton Depot	charlton-depot	US	01509	0	America/New_York	42.17315	-71.97869	272	Charlton,Charlton Depot		MA	027	12715	
4932835	Chartley	chartley	US	02712	0	America/New_York	41.94871	-71.22588	36			MA	005	49970	
4932844	Chatham	chatham	US	02633	1421	America/New_York	41.68206	-69.95974	4	Chatam,Chatham,Chatham Village,Chatkham,Manamoyik,Monimoy,Monomoyick,Port Fortune,chatamu,chtm  masachwst,tshatham,Чатам,Чатхам,تشاتهام,چتم، ماساچوست,チャタム		MA	001	12995	
4932869	Chelmsford	chelmsford	US	01824	33925	America/New_York	42.59981	-71.36728	75	Chelmsford,shlmzfwrd  masachwst,tshylmsfwrd,Челмсфорд,تشيلمسفورد,شلمزفورد، ماساچوست		MA	017	13135	
4932879	Chelsea	chelsea	US	02150	39398	America/New_York	42.39176	-71.03283	12	Chehlsi,Chelsea,Chelsi,Romney Marsh,Rumney Marsh,Winisemit,Winne-ashim-ut,Winnet Semet,Winnisemit,Winnisimmet,Winnissimmet,chelsi,cherushi,chlsy  masachwst,qie er xi,tshylsy,Челси,Чэлси,تشيلسي,چلسی، ماساچوست,چیلسی، میساچوسٹس,チェルシー,切尔西,첼시		MA	025	13205	
4932913	Cherry Valley	cherry-valley	US	01611	0	America/New_York	42.24315	-71.87313	219			MA	027	34795	
4932915	Cheshire	cheshire	US	01225	514	America/New_York	42.56203	-73.16288	301	Chesajr,Cheshir,Cheshire,Cheshire Village,chesyeo,chshyr  masachwst,tshyshayr,Чесайр,Чешир,تشيشاير,چشیر، ماساچوست,체셔		MA	003	13345	
4932929	Chester	chester	US	01011	627	America/New_York	42.27926	-72.97871	180	Chester,Chester Station,chstr  masachwst,tshystr,Честер,تشيستر,چستر، ماساچوست,چیسٹر، میساچوسٹس		MA	013	13485	
4932943	Chesterfield	chesterfield	US	01012	1222	America/New_York	42.39175	-72.83982	433	Chehsterfild,Chesterfield,Chesterfield Centre,chstrfyld  masachwst,tshystrfyld,Чэстерфилд,تشيسترفيلد,چسترفیلد، ماساچوست,چیسٹرفیلڈ، میساچوسٹس		MA	015	13590	
4932957	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	42.33065	-71.16616	60	Chestnut Hill,Lees Hill		MA	017	45560	
4933002	Chicopee	chicopee	US	01013	56741	America/New_York	42.1487	-72.60787	26	CEF,Chicopee,Chikopi,chikopi,qi ke pi,shykwby,shykwpy  masachwst,Чикопи,Чікопі,شيكوبي,شیکوپی، ماساچوست,چیکوپی، میساچوسٹس,チコピー,奇科皮		MA	013	13660	
4933082	Chilmark	chilmark	US	02535	858	America/New_York	41.34317	-70.74475	22	Chilmark,Nashaue-komuk,Nimpanickhickanuh,Talhanio,shylmark  masachwst,tshylmark,Чилмарк,تشيلمارك,شیلمارک، ماساچوست		MA	007	13800	
4933273	Cisco	cisco	US	30708	0	America/New_York	41.25429	-70.15363	6			MA	019	43790	
4933314	Clarendon Hills	clarendon-hills	US	60514	0	America/New_York	42.2751	-71.1245	34	Clarenden Hills,Clarendon Hill,Clarendon Hills		MA	025	07000	
4933378	Clayton	clayton	US	08312	0	America/New_York	42.04315	-73.28706	229			MA	003		
4933412	Clifford	clifford	US	18413	0	America/New_York	41.72649	-70.94115	38			MA	005	45000	
4933419	Clifton	clifton	US	07011	0	America/New_York	42.48343	-70.88005	8	Barecove,Clifton,Clifton Station		MA	009	38400	
4933420	Clifton Heights	clifton-heights	US	19018	0	America/New_York	42.05704	-71.03005	33			MA	023	09000	
4933426	Clinton	clinton	US	01510	7389	America/New_York	42.41676	-71.68285	112	Clinton,Clinton Village,Klinton,klyntwn,klyntwn  masachwst,Клинтон,كلينتون,کلنٹن، میساچوسٹس,کلینتون، ماساچوست		MA	027	14395	
4933533	Cohasset	cohasset	US	02025	7388	America/New_York	42.24177	-70.80365	6	Cohasset,Cohasset Village,Conihasset,Connohasset,Kokhasseht,Quonahassit,kwhasyt,kwhst  masachwst,Кохассэт,كوهاسيت,کوهست، ماساچوست		MA	021	14640	
4933566	Cold Spring	cold-spring	US	10516	0	America/New_York	42.66258	-72.51342	113			MA	011	05560	
4933567	Cold Spring	cold-spring	US	10516	0	America/New_York	42.24676	-72.35564	170			MA	015	04825	
4933569	Cold Spring	cold-spring	US	10516	0	America/New_York	42.15426	-73.07455	353	Cold Spring,Cold Springs		MA	003	51580	
4933637	Collinsville	collinsville	US	06022	0	America/New_York	42.68342	-71.35228	42			MA	017	17475	
4933660	Colrain	colrain	US	01340	1845	America/New_York	42.67314	-72.69676	187	Boston Township,Colerain,Coleraine,Colrain,Colrain Center,Colrain Centre,Kolrehjn,kwlryan,kwlryn  masachwst,Колрэйн,كولريان,کولرین، ماساچوست		MA	011	14885	
4933743	Concord	concord	US	01742	16810	America/New_York	42.46037	-71.34895	40	Concord,Concord Centre,Concord i Massachusetts,Concordia,Konkord,Musketequid,kang ke te,knkwrd  masachwst,kongkodeu,konkodo,kwnkwrd,Конкорд,كونكورد,کنکورد، ماساچوست,کونکورڈ، میساچوسٹس,コンコード,康科特,콩코드		MA	017	15060	
4933841	Conway	conway	US	01341	1841	America/New_York	42.50981	-72.69953	172	Konvej,Конвей		MA	011	15200	
4933989	Cotuit	cotuit	US	02635	2364	America/New_York	41.61678	-70.43697	7	Cetuet,Coatuit,Cotuit,Cotuit Port,Cotuitport		MA	001	03690	
4934080	Craigville	craigville	US	46731	0	America/New_York	41.63956	-70.33502	6			MA	001	03690	
4934174	Crescent Mills	crescent-mills	US	95934	0	America/New_York	42.21953	-72.8601	113			MA	013	58650	
4934316	Cummaquid	cummaquid	US	02637	0	America/New_York	41.70178	-70.27308	13			MA	001	03690	
4934321	Cummington	cummington	US	01026	995	America/New_York	42.46175	-72.89398	308	Cummington,Minot's Grant		MA	015	16040	
4934352	Curtisville	curtisville	US	15032	0	America/New_York	42.02232	-70.91754	14			MA	023	18455	
4934355	Cushing	cushing	US	04563	0	America/New_York	42.84287	-70.81894	2			MA	009	59245	
4934376	Cushman	cushman	US	72526	0	America/New_York	42.41398	-72.50648	100	Amherst City,Cushman		MA	015	01325	
4934400	Cuttyhunk	cuttyhunk	US	02713	0	America/New_York	41.42094	-70.9292	18			MA	007	26325	
4934429	Dalton	dalton	US	01226	7012	America/New_York	42.4737	-73.16621	348	Dalton,daltwn,daltwn  masachwst,Далтон,دالتون,دالتون، ماساچوست,ڈالٹن، میساچوسٹس		MA	003	16180	
4934500	Danvers	danvers	US	01923	26493	America/New_York	42.57509	-70.93005	9	Danvehrs,Danvers,Danvers Plains,Denvers,New Mills,Salem Village,The Plains,daenbeoseu,danbasu,danfrz,dnwrs  masachwst,Данверс,Данвэрс,Денверс,دانفرز,دنورس، ماساچوست,ダンバース,댄버스		MA	009	16250	
4934589	Davisville	davisville	US	26142	0	America/New_York	41.5515	-70.56336	6	Davis Neck,Davisville		MA	001	23105	
4934596	Dawson	dawson	US	15428	0	America/New_York	42.33981	-71.85091	237			MA	027	30560	
4934606	Dayville	dayville	US	06241	0	America/New_York	42.30287	-72.9051	177			MA	013	13485	
4934664	Dedham	dedham	US	02026	24729	America/New_York	42.24177	-71.16616	33	Dedam,Dedham,Dedham Village,Dehdkham,dai de mu,ddham  masachwst,dedamu,dedeom,dydam,Дедам,Дэдхам,ددهام، ماساچوست,ديدام,デダム,戴德姆,데덤	021	MA	021	16495	
4934711	Deerfield	deerfield	US	01342	643	America/New_York	42.54453	-72.60564	53	Deerfield,Deerfield Centre,Diafild,Dirfild,Old Deerfield,Pocumtuck,Pokomtakuke,di er fei er de,dyrfyld,dyrfyld  masachwst,Диафилд,Дирфилд,ديرفيلد,دیرفیلد، ماساچوست,迪尔菲尔德		MA	011	16670	
4934732	Dell	dell	US	59724	0	America/New_York	42.67092	-72.84815	345			MA	011	29650	
4934749	Dennis	dennis	US	02638	2407	America/New_York	41.73539	-70.19391	5	Denis,Dennis,Nobsquassitt,Sawkattuckett,deniseu,dnys,dnys  masachwst,Денис,Деннис,دنيس,دنیس، ماساچوست,데니스		MA	001	16775	
4934753	Dennis Port	dennis-port	US	02639	3162	America/New_York	41.65845	-70.12863	6	Dennis Port,Dennisport		MA	001	16775	
4934827	Dighton	dighton	US	02715	6283	America/New_York	41.81399	-71.12032	4	Dajton,daytwn,dygtwn  masachwst,Дайтон,دايتون,دیگتون، ماساچوست		MA	005	16950	
4934919	Dodgeville	dodgeville	US	49921	0	America/New_York	41.92093	-71.29672	35			MA	005	02690	
4934964	Dorchester	dorchester	US	02121	0	America/New_York	42.29732	-71.0745	36	Dorchester,Mattapan,Neponsitt,Washington Village,dwrchstr  bwstwn,دورچستر، بوستون		MA	025	07000	
4934979	Dorchester Center	dorchester-center	US	02124	0	America/New_York	42.29177	-71.07172	28	Dorchester Center,Port Norfolk		MA	025	07000	
4934999	Douglas	douglas	US	01516	7168	America/New_York	42.05426	-71.73951	178	Douglas,Douglass,Duglas,daglas  masachwst,dwghlas,Дуглас,داگلاس، ماساچوست,دوغلاس		MA	027	17300	
4935010	Dover	dover	US	02030	2265	America/New_York	42.24593	-71.28283	53	Dover,Dover Centre,Duvehr,dwfr,dwwr  masachwst,Довер,Дувэр,دوفر,دوور، ماساچوست,ڈوور، میساچوسٹس		MA	021	17405	
4935038	Dracut	dracut	US	01826	28831	America/New_York	42.67037	-71.30201	48	Dracut,Dracut Centre,Drakat,Drakut,drakat  masachwst,drakwt,Дракат,دراكوت,دراکات، ماساچوست		MA	017	17475	
4935066	Drury	drury	US	01343	0	America/New_York	42.65231	-72.9976	484			MA	003	24120	
4935125	Dudley	dudley	US	01571	11165	America/New_York	42.0451	-71.93007	206	Chabanakongkomom,Dadlehj,Dudley,Dudley Centre,dadly  masachwst,dwdly,Дадлэй,دادلی، ماساچوست,دودلي		MA	027	17685	
4935195	Dunstable	dunstable	US	01827	2878	America/New_York	42.67509	-71.48284	65	Danstehjbl,Dunstable,Dunstable Centre,danstbl  masachwst,dwnstybl,Данстэйбл,دانستبل، ماساچوست,دونستيبل		MA	017	17825	
4935211	Duxbury	duxbury	US	02331	1802	America/New_York	42.04177	-70.67226	5	Daksburu,Djuksbjuri,Duxbury,Mattakesett,daksbry  masachwst,dwksbwry,Даксбуру,Дюксбюри,داکسبری، ماساچوست,دوكسبوري		MA	023	17895	
4935229	Dwight	dwight	US	60420	0	America/New_York	42.32787	-72.44953	79	Dwight,Dwight Station,Dwights Station		MA	015	04825	
4935292	East Arlington	east-arlington	US	05252	0	America/New_York	42.40426	-71.14672	3			MA	017	01605	
4935299	East Berlin	east-berlin	US	06023	0	America/New_York	42.38982	-71.59951	102			MA	027	05490	
4935330	East Bridgewater	east-bridgewater	US	02333	14021	America/New_York	42.03343	-70.95921	22	Ist Bridzhuateh,bryjwatr shrqy  masachwst,Ист Бриджуатэ,بریجواتر شرقی، ماساچوست		MA	023	18455	
4935347	East Brookfield	east-brookfield	US	01515	1323	America/New_York	42.22787	-72.04674	187	Ist Brukfild,ayst brwkfyld,brwkfyld shrqy  masachwst,Ист Брукфилд,إيست بروكفيلد,بروکفیلد شرقی، ماساچوست		MA	027	18560	
4935370	East Dennis	east-dennis	US	02641	2753	America/New_York	41.74261	-70.16196	8			MA	001	16775	
4935385	East Freetown	east-freetown	US	02717	0	America/New_York	41.7751	-70.95782	23			MA	005		
4935434	East Longmeadow	east-longmeadow	US	01028	15102	America/New_York	42.06454	-72.51259	67	East Long Meadow,East Longmeadow,Ist Longmidou,ayst lwnghmydw,langmydw shrqy  masachwst,Ист Лонгмидоу,إيست لونغميدو,لانگمیدو شرقی، ماساچوست		MA	013	19645	
4935441	East Lynn	east-lynn	US	25512	0	America/New_York	42.46954	-70.92727	5	East Lynn,Woodend		MA	009	37490	
4935445	East Marion	east-marion	US	11939	0	America/New_York	41.7126	-70.74531	8			MA	023	38540	
4935471	East Orleans	east-orleans	US	02643	0	America/New_York	41.78511	-69.97029	9			MA	001	51440	
4935472	East Otis	east-otis	US	01029	0	America/New_York	42.17342	-73.03455	452			MA	003	51580	
4935480	East Pembroke	east-pembroke	US	14056	0	America/New_York	42.07927	-70.76198	11			MA	023	52630	
4935495	East Sandwich	east-sandwich	US	02537	3940	America/New_York	41.74177	-70.45169	9	East Sandwich,Spring Hill		MA	001	59735	
4935512	East Springfield	east-springfield	US	13333	0	America/New_York	42.14176	-72.56203	67			MA	013	67000	
4935524	East Taunton	east-taunton	US	02718	0	America/New_York	41.88343	-71.02865	6			MA	005	69170	
4935525	East Templeton	east-templeton	US	01438	0	America/New_York	42.56314	-72.03702	316			MA	027	69275	
4935534	East Walpole	east-walpole	US	02032	0	America/New_York	42.16204	-71.21061	39			MA	021	72495	
4935535	East Wareham	east-wareham	US	02538	0	America/New_York	41.75816	-70.67364	8	Agawam,East Wareham		MA	023	72985	
4935540	East Weymouth	east-weymouth	US	02189	0	America/New_York	42.21399	-70.92032	13			MA	021	78972	
4935551	East Windsor	east-windsor	US	06088	0	America/New_York	42.47786	-72.98565	419	East Windsor,Jordansville,Jordanville		MA	003	80685	
4935578	Eastham	eastham	US	02642	5548	America/New_York	41.83011	-69.97391	13	Eastham,Istkhehm,Malle Barre,Nauset,Nawsett,astham  masachwst,aystham,Истхэм,إيستهام,استهام، ماساچوست		MA	001	19295	
4935582	Easthampton	easthampton	US	01027	16611	America/New_York	42.26676	-72.66898	49	East Hampton,Easthampton,Istgempton,Istkhampton,Istkhehmpton,Istkhempton,asthamptwn  masachwst,aysthambtwn,isutohanputon,yi si te han pu dun,Істгемптон,Истхамптон,Истхемптон,Истхэмптон,إيستهامبتون,استهامپتون، ماساچوست,ایسٹ ہیمپٹن، میساچوسٹس,イーストハンプトン,伊斯特漢普頓		MA	015	19370	
4935608	Eastover	eastover	US	29044	0	America/New_York	42.37092	-73.25761	346			MA	003	34970	
4935610	Eastville	eastville	US	23347	0	America/New_York	41.46122	-70.57864	5	East Village,Eastville,Quannaamuk		MA	007	50390	
4935611	Eastville	eastville	US	23347	0	America/New_York	42.03788	-70.92171	18			MA	023	18455	
4935623	Easton	easton	US	02334	23459	America/New_York	42.02454	-71.12866	34	Easton,Easton Furnace,Furnace,Furnace Village,Iston,Pequimmit,astwn  masachwst,aystwn,Истон,إيستون,استون، ماساچوست		MA	005	20100	
4935641	Eddyville	eddyville	US	42038	0	America/New_York	41.92427	-70.84726	30	East Middle Borough,Eddyville		MA	023	40850	
4935645	Edgartown	edgartown	US	02539	4306	America/New_York	41.38901	-70.51336	2	Edgartaun,Edgarton,Edgartown,Edgartown Village,Ehdgartaun,Great Harbor,Great Harbour,Nunne-poag,Nunnepog,Oldtown,adgartwn  masachwst,adghartawn,ai de jia dui,edeugeotaun,edogataun,Едгартаун,Эдгартаун,إدغارتاون,ادگارتون، ماساچوست,エドガータウン,埃德加敦,에드거타운	007	MA	007	21150	
4935728	Egypt	egypt	US	72427	0	America/New_York	42.2126	-70.75838	17	Egypt,Egypt Station		MA	023	60330	
4935758	Eliot	eliot	US	03903	0	America/New_York	42.31954	-71.21339	44			MA	017	45560	
4935797	Ellis	ellis	US	67637	0	America/New_York	42.21399	-71.19116	34	Ellis,Ellis Station		MA	021	78690	
4935820	Ellisville	ellisville	US	39437	0	America/New_York	41.84455	-70.5417	3			MA	023	54310	
4935844	Elm Grove	elm-grove	US	53122	0	America/New_York	42.70981	-72.7037	221	Elm Grove,Elmgrove		MA	011	14885	
4935846	Elmwood	elmwood	US	02337	0	America/New_York	42.19593	-72.62453	78	Baptist Parish,Elmwood,Ireland Parish		MA	013	30840	
4935847	Elmwood	elmwood	US	02337	0	America/New_York	42.00982	-70.96199	24	Elmwood,Joppa Village		MA	023	18455	
4935914	Endicott	endicott	US	13760	0	America/New_York	42.23177	-71.15783	39			MA	021	16495	
4935922	Englewood	englewood	US	07631	0	America/New_York	41.64594	-70.24669	5			MA	001	82525	
4935939	Erving	erving	US	01344	1493	America/New_York	42.60009	-72.39814	149	Erving,arwyng  masachwst,ayrfyngh,Ервинг,إيرفينغ,اروینگ، ماساچوست		MA	011	21780	
4935946	Essex	essex	US	01929	1471	America/New_York	42.63204	-70.78283	7	Chebacco,Ehsseks,Eseks,Essex,asks  masachwst,Есекс,Эссекс,اسکس، ماساچوست		MA	009	21850	
4936008	Everett	everett	US	02149	46050	America/New_York	42.40843	-71.05366	20	Ehverett,Everet,ai fu li te,awryt  masachwst,ayfrt,ebaretto,Еверет,Эверетт,إيفرت,اوریت، ماساچوست,ایوریٹ، میساچوسٹس,エバレット,埃弗里特		MA	017	21990	
4936087	Fairhaven	fairhaven	US	02719	16453	America/New_York	41.6376	-70.90365	6	Fajehkhaven,fyrhawn  masachwst,fyrhyfn,Файэхавен,فيرهيفن,فیئرہون، میساچوسیٹس,فیرهاون، ماساچوست		MA	005	22130	
4936095	Fairlawn	fairlawn	US	44334	0	America/New_York	42.27509	-71.74118	127	Fairlawn,Turnpike		MA	027	61800	
4936100	Fairmount	fairmount	US	30139	0	America/New_York	42.25149	-71.11477	46			MA	025	07000	
4936104	Fairview	fairview	US	07022	0	America/New_York	42.20426	-72.57453	73			MA	013	13660	
4936159	Fall River	fall-river	US	02720	88777	America/New_York	41.70149	-71.15505	33	Border City Village,Fall River,Fall River Village,Fol Riveh,Fol River,Foll-River,Pocasset,The Border City,fal rywr  masachwst,foruriba,fu er li fu,fwl ryfr,Фол Ривер,Фол Ривэ,Фолл-Ривер,Фолл-Рівер,فال ریور، ماساچوست,فال ریور، میساچوسیٹس,فول ريفر,フォールリバー,福尔里弗		MA	005	23000	
4936174	Falmouth	falmouth	US	02540	3799	America/New_York	41.5515	-70.61475	2	FMH,Falmous,Falmouth,Falmut,Falmuthum,Sacconesset,Succonessitt,Succonnessitt,falmwt  masachwst,falmwth,farumasu,Фалмоус,Фалмут,فالموت، ماساچوست,فالموث,ファルマス		MA	001	23105	
4936202	Farley	farley	US	52046	0	America/New_York	42.60009	-72.43898	136	Farley,Farley Village		MA	011	21780	
4936230	Farmersville	farmersville	US	45325	0	America/New_York	41.69039	-70.44364	38	Farmersville,Hog Pond Village		MA	001	59735	
4936252	Faulkner	faulkner	US	20632	0	America/New_York	42.42926	-71.05505	5			MA	017	37875	
4936276	Fayville	fayville	US	01745	0	America/New_York	42.29454	-71.50562	95			MA	027	63165	
4936307	Feeding Hills	feeding-hills	US	01030	0	America/New_York	42.06815	-72.6787	68	Feeding Hill,Feeding Hills,Feedings Hills		MA	013	00840	
4936778	Fishers Landing	fishers-landing	US	13641	0	America/New_York	41.29373	-70.17918	1			MA	019	43790	
4936779	Fisherville	fisherville	US	40023	0	America/New_York	42.1751	-71.69257	98	Fisherville,South Grafton		MA	027	26430	
4936792	Fiskdale	fiskdale	US	01518	2583	America/New_York	42.11621	-72.11341	191			MA	027	68155	
4936812	Fitchburg	fitchburg	US	01420	40545	America/New_York	42.58342	-71.8023	142	Fichburg,Fitchburg,Fitchburg Centre,fei qi bao,fitchibagu,fychbrg  masachwst,fytshbwrgh,Фитчбург,Фичбург,فيتشبورغ,فیچبرگ، ماساچوست,فیچبرگ، میساچوسٹس,フィッチバーグ,菲奇堡		MA	027	23875	
4936937	Florida	florida	US	10921	688	America/New_York	42.66675	-73.01121	574	Florida,Serpentine Ledge,flwryda,flwryda  masachwst,Флорида,فلوريدا,فلوریدا، ماساچوست		MA	003	24120	
4936941	Florence	florence	US	01062	0	America/New_York	42.33564	-72.67176	84			MA	015	46330	
4937013	Forest Hills	forest-hills	US	11375	0	America/New_York	42.29676	-71.112	41	Forest Hill,Forest Hills		MA	025	07000	
4937014	Forest Hills	forest-hills	US	11375	0	America/New_York	42.29676	-71.10366	28			MA	025	07000	
4937021	Forest Park	forest-park	US	30297	0	America/New_York	42.09037	-72.57037	61			MA	013	67000	
4937023	Forest Park	forest-park	US	30297	0	America/New_York	42.09732	-71.48145	69			MA	021	04930	
4937033	Forestdale	forestdale	US	02644	4099	America/New_York	41.69177	-70.49947	50			MA	001	59735	
4937082	Fort Hill	fort-hill	US	15540	0	America/New_York	42.2376	-70.90366	13			MA	023	30210	
4937165	Four Corners	four-corners	US	82715	0	America/New_York	42.18593	-72.34814	108			MA	013	52144	
4937166	Four Corners	four-corners	US	82715	0	America/New_York	42.67453	-71.57729	64	East Village,Four Corners		MA	017	52805	
4937167	Four Corners	four-corners	US	82715	0	America/New_York	42.13399	-71.11005	72			MA	021	67945	
4937230	Framingham	framingham	US	01701	68318	America/New_York	42.27926	-71.41617	53	Framingham,Framingkham,Frejmingkham,South Framingham,framyngham  masachwst,framynghham,fureiminguhamu,peuleiminghaem,Фрамингхам,Фрејмингхам,فرامينغهام,فرامینگهام، ماساچوست,フレイミングハム,프레이밍햄		MA	017	24925	
4937276	Franklin	franklin	US	02038	30636	America/New_York	42.08343	-71.39673	92	Franklin,Franklin Centre,Franklin Village,Frenklin,franklyn,frankyn  masachwst,fu lan ke lin,furankurin,peulaengkeullin,Франклин,Френклин,فرانكلين,فرانکین، ماساچوست,فرینکلن، میساچوسٹس,フランクリン,富兰克林,프랭클린		MA	021	25172	
4937294	Franklin Park	franklin-park	US	08823	0	America/New_York	42.44176	-71.01616	11			MA	025	56585	
4937355	Freetown	freetown	US	47235	8472	America/New_York	41.76677	-71.03282	50	Assonet,Freemans Land,Freemens Land,Freetown,Fritaun,Tiverton,Town of Assonet,Town of Freemans Land,Wattuppa,fry twn  masachwst,frytawn,Фритаун,فريتاون,فری تون، ماساچوست,فری ٹاؤن، میساچوسٹس		MA	005		
4937557	Gardner	gardner	US	01440	20333	America/New_York	42.57509	-71.99813	324	GDM,Gardnehr,Gardner,Gardner Centre,West Gardner,gardnr  masachwst,Гарднер,Гарднэр,گاردنر، ماساچوست		MA	027	25485	
4937684	Georgetown	georgetown	US	01833	0	America/New_York	42.72509	-70.99117	27	Dzhordzhtaun,Georgetown,New Rowley,Джорджтаун,جارج ٹاؤن، میساچوسٹس,جرج‌تاون، ماساچوست		MA	009	25625	
4937697	Germantown	germantown	US	12526	0	America/New_York	42.25566	-70.96199	5	German Town,Germantown		MA	021	55745	
4937698	Germantown	germantown	US	12526	0	America/New_York	42.2626	-71.15422	43			MA	025	07000	
4937740	Gilbertville	gilbertville	US	01031	0	America/New_York	42.31259	-72.20786	167			MA	027	28740	
4937751	Gill	gill	US	01354	1387	America/New_York	42.64036	-72.49953	79	Gill,ghyl,gyl  masachwst,Гилл,غيل,گیل، ماساچوست		MA	011	25730	
4937798	Glen Mills	glen-mills	US	19342	0	America/New_York	42.73759	-70.90116	5			MA	009	58405	
4937802	Glenallen	glenallen	US	63751	0	America/New_York	42.68175	-72.02508	313			MA	027	80405	
4937804	Glendale	glendale	US	01229	0	America/New_York	42.28342	-73.344	260			MA	003	67595	
4937805	Glendale	glendale	US	01229	0	America/New_York	42.41399	-71.04811	24			MA	017	21990	
4937815	Glenwood	glenwood	US	07418	0	America/New_York	42.42315	-71.09144	6			MA	017	39835	
4937829	Gloucester	gloucester	US	01930	29781	America/New_York	42.61405	-70.66313	16	Glocester,Gloster,Gloucester,Gloucester Harbor,Glousehstehr,The Harbor,Wingaersheek,Wonasquam,ge luo si te,ghlwstr,glwkstr  masachwst,gurosuta,Глостер,Глоусэстэр,غلوستر,گلوسٹر، میساچوسٹس,گلوکستر، ماساچوست,グロスター,格洛斯特		MA	009	26150	
4937982	Goshen	goshen	US	01032	937	America/New_York	42.44036	-72.79954	440	Goshen,Гошен		MA	015	26290	
4938048	Grafton	grafton	US	01519	16583	America/New_York	42.20704	-71.68562	145	Grafton,Grafton Center,Grafton Centre,Grehfton,ghraftwn,grftwn  masachwst,Грэфтон,غرافتون,گرفتون، ماساچوست		MA	027	26430	
4938064	Granby	granby	US	01033	1368	America/New_York	42.25648	-72.5162	95	Granbi,Grehnbi,ghranby,grnbay  masachwst,Гранби,Грэнби,غرانبي,گرنبای، ماساچوست		MA	015	26535	
4938084	Graniteville	graniteville	US	05654	0	America/New_York	42.59592	-71.46201	54			MA	017	76135	
4938091	Grantville	grantville	US	17028	0	America/New_York	42.3126	-71.2745	47			MA	021	74175	
4938092	Granville	granville	US	01034	1548	America/New_York	42.06676	-72.86149	211	Granvill,Granville,Granville Four Corners,ghranfyl,grnwyl  masachwst,Гранвилл,غرانفيل,گرنویل، ماساچوست		MA	013	26675	
4938157	Great Barrington	great-barrington	US	01230	2231	America/New_York	42.19592	-73.36206	215	GBR,Great Barrington,Grejt Barington,Grit Barrington,Kenuckpacook,Westenhuck,bryngtwn bzrg  masachwst,geuleiteubaelingteon,ghryt barynghtwn,Грејт Барингтон,Грит Баррингтон,برینگتون بزرگ، ماساچوست,غريت بارينغتون,گریٹ بیرنگٹن، میساچوسٹس,그레이트배링턴		MA	003	26815	
4938231	Great Neck	great-neck	US	11020	0	America/New_York	41.5376	-70.99115	7			MA	005	16425	
4938321	Green Harbor	green-harbor	US	02041	0	America/New_York	42.07788	-70.64948	2			MA	023	38855	
4938366	Greenbush	greenbush	US	02040	0	America/New_York	42.17927	-70.74949	5	Greenbrush,Greenbush,Greenbush Station		MA	023	60330	
4938369	Greendale	greendale	US	53129	0	America/New_York	42.30704	-71.79535	182	Greendale,Northville		MA	027	82000	
4938378	Greenfield	greenfield	US	01301	19753	America/New_York	42.58759	-72.59953	73	Grinfild,Гринфилд		MA	011	27100	
4938418	Greenville	greenville	US	02828	0	America/New_York	42.20426	-71.91618	233			MA	027	34795	
4938423	Greenwood	greenwood	US	04255	0	America/New_York	42.48204	-71.062	39			MA	017	72215	
4938501	Groveland	groveland	US	01834	6143	America/New_York	42.76037	-71.03145	14	Gruvlehnd,grwlnd  masachwst,Грувлэнд,گرولند، ماساچوست		MA	009	27620	
4938574	Hadley	hadley	US	01035	4877	America/New_York	42.34176	-72.58842	39	Hadley,Khadlehj,Nalwottoge,Newtown,Nolwottoge,Nonotuck,Norwottocke,ha de li,hadly,hdly  masachwst,Хадлэй,هادلي,هدلی، ماساچوست,哈德利		MA	015	27690	
4938652	Halifax	halifax	US	02338	7631	America/New_York	41.99121	-70.86199	25	Khalifaks,halfyks,hlyfks  masachwst,Халифакс,هالفيكس,هلیفکس، ماساچوست		MA	023	27795	
4938696	Hamilton	hamilton	US	01936	0	America/New_York	42.63621	-70.8431	15	Khamilton,haemilteon,hmyltwn  masachwst,Хамилтон,همیلتون، ماساچوست,ہیملٹن، میساچوسٹس,해밀턴		MA	009	27900	
4938738	Hampden	hampden	US	01036	5261	America/New_York	42.06398	-72.41342	95	Hampden,Khampdehn,South Wilbraham,hambdyn,hmpdn  masachwst,Хампдэн,هامبدين,همپدن، ماساچوست		MA	013	28075	
4938777	Hancock	hancock	US	03449	734	America/New_York	42.54314	-73.32372	309	Hancock,Hancock Village,Jericho,Khankok,hankwk,hnkak  masachwst,Ханкок,هانكوك,هنکاک، ماساچوست		MA	003	28180	
4938829	Hanson	hanson	US	02341	2118	America/New_York	42.0751	-70.88004	30	Hanson,Khanson,Khehnson,North Hanson,hansn,hanswn,Хансон,Хэнсон,هانسن,هانسون		MA	023	28495	
4938836	Hanover	hanover	US	02339	16906	America/New_York	42.11316	-70.81199	16	Four Corners,Hanover,Hanover Four Corners,Khanouveh,hanwfr,hanwwr,Ханоувэ,هانوفر,هانوور		MA	023	28285	
4938838	Harbor Beach	harbor-beach	US	48441	0	America/New_York	41.66899	-70.76198	1	Aucoote,Harbor Beach		MA	023	39450	
4938847	Harbor View	harbor-view	US	43434	0	America/New_York	41.62927	-70.89254	4			MA	005	22130	
4938862	Hardwick	hardwick	US	01037	2668	America/New_York	42.35009	-72.19952	268	Hardwick,Hardwick Centre,Kharduik,hardwyk,Хардуик,هاردویک		MA	027	28740	
4938913	Harris	harris	US	12742	0	America/New_York	41.81399	-71.312	29	Harris,Orleans Factory,Orleans Mills		MA	005	60645	
4938927	Harrisville	harrisville	US	02830	0	America/New_York	42.71036	-72.0848	269			MA	027	80405	
4938947	Hartsville	hartsville	US	29550	0	America/New_York	42.15981	-73.25844	281			MA	003	45420	
4938948	Hartsville	hartsville	US	29550	0	America/New_York	41.4415	-70.55475	5			MA	007	50390	
4938957	Harvard	harvard	US	01451	6085	America/New_York	42.50009	-71.58284	127	Harvard,Harvard Centre,Kharvard,harward,Харвард,هاروارد		MA	027	28950	
4939004	Harwich	harwich	US	02645	13059	America/New_York	41.68622	-70.07585	17	Harwich,Harwich Center,Harwich Centre,Kharvich,Satucket,Satuckett,harwyk,harwytsh,Харвич,هارويتش,هارویک		MA	001	29020	
4939008	Harwich Port	harwich-port	US	02646	1644	America/New_York	41.66678	-70.07863	6	Harwich Port,Harwichport		MA	001	29020	
4939026	Hastings	hastings	US	13076	0	America/New_York	42.3876	-71.28922	39			MA	017	77255	
4939048	Hatfield	hatfield	US	01038	1318	America/New_York	42.37092	-72.59814	37	Capawonk,Hatfield,Khatfild,Newtown,hatfyld,hytfyld  masachwst,Хатфилд,هاتفيلد,هیتفیلد، ماساچوست		MA	015	29265	
4939077	Hathorne	hathorne	US	01937	0	America/New_York	42.58621	-70.9745	32	Asylum Station,Hathorne		MA	009	16250	
4941382	Kingston	kingston	US	02364	0	America/New_York	42.41537	-71.2445	62			MA	017	72600	
4939085	Haverhill	haverhill	US	01830	62765	America/New_York	42.7762	-71.07728	16	Haverhill,Khaverkhill,Pentucket,Pentuckett,Хаверхилл		MA	009	29405	
4939122	Hawley	hawley	US	18428	342	America/New_York	42.56453	-72.87787	534	East Hawley,Hawley,Hawley Center,Hawley Village,Kholehj,hawly,hawly  masachwst,Холэй,هاولي,هاولی، ماساچوست		MA	011	29475	
4939157	Haydenville	haydenville	US	01039	0	America/New_York	42.37509	-72.70092	138			MA	015	79915	
4939211	Heath	heath	US	01346	819	America/New_York	42.67342	-72.82176	511	Heath,Heath Centre		MA	011	29650	
4939275	Hendersonville	hendersonville	US	15339	0	America/New_York	42.40426	-71.06616	6			MA	017	21990	
4939417	Highland	highland	US	12528	0	America/New_York	42.28538	-71.15672	49			MA	025	07000	
4939434	Highland Lake	highland-lake	US	12743	0	America/New_York	42.12649	-71.30978	54			MA	021	46050	
4939443	Highland Park	highland-park	US	08904	0	America/New_York	42.22231	-72.62037	70			MA	013	30840	
4939456	Highlands	highlands	US	07732	0	America/New_York	42.78148	-71.07617	42			MA	009	29405	
4939457	Highlands	highlands	US	07732	0	America/New_York	42.21954	-72.62453	72			MA	013	30840	
4939458	Highlands	highlands	US	07732	0	America/New_York	42.63065	-71.33701	56			MA	017	37000	
4939464	Highlandville	highlandville	US	52149	0	America/New_York	42.79398	-71.08172	51			MA	009	29405	
4939534	Hillsville	hillsville	US	16132	0	America/New_York	42.2612	-72.01063	213			MA	027	66105	
4939549	Hingham	hingham	US	02043	5650	America/New_York	42.24177	-70.88977	5	Bear Cove,Conihasset,Hingham,Khingam,Khinkham,hyngham  masachwst,hynghham,Хингам,Хинхам,هينغهام,هینگهام، ماساچوست		MA	023	30210	
4939561	Hinsdale	hinsdale	US	01235	1905	America/New_York	42.4387	-73.12538	436			MA	003	30315	
4939637	Holbrook	holbrook	US	02343	10791	America/New_York	42.1551	-71.00866	63	Kholbruk,halbrwk,hwlbrwk,Холбрук,هالبروک,هولبروك		MA	021	30455	
4939647	Holden	holden	US	01520	17016	America/New_York	42.35176	-71.86341	250	Eagleville,Holden,Khouldehn,hwldn  masachwst,hwldyn,Хоулдэн,هولدن، ماساچوست,هولدين		MA	027	30560	
4939671	Holland	holland	US	01521	1464	America/New_York	42.06398	-72.1573	212	Gollandija,Kholand,Kholland,hlnd  masachwst,hwland,Голландия,Холанд,Холланд,هلند، ماساچوست,هولاند,ہالینڈ، میساچوسٹس		MA	013	30665	
4939693	Holliston	holliston	US	01746	14010	America/New_York	42.2001	-71.4245	59	Holliston,Holliston Centre,Kholliston,hlystwn  masachwst,hwlystwn,Холлистон,هلیستون، ماساچوست,هوليستون		MA	017	30700	
4939783	Holyoke	holyoke	US	01040	40684	America/New_York	42.20426	-72.6162	58	Goliok,Kholiok,Kholiouk,Kholjok,horuyoku,huo li ao ke,hwlywk,hwlywk  masachwst,Голіок,Холиок,Холиоук,Холјок,هوليوك,هولیوک، ماساچوست,ہولیوک، میساچوسٹس,ホルヨーク,霍利奥克		MA	013	30840	
4939862	Hopedale	hopedale	US	01747	3753	America/New_York	42.13065	-71.54117	83			MA	027	30945	
4939881	Hopkinton	hopkinton	US	01748	2550	America/New_York	42.22871	-71.52256	132	Gopkinton,Hopkinton,Hopkinton Centre,Khopkinton,hobkinteon,hwbkyntwn,hwpkyntwn  masachwst,Гопкінтон,Хопкинтон,هوبكينتون,هوپکینتون، ماساچوست,홉킨턴		MA	017	31085	
4939953	Hortonville	hortonville	US	12745	0	America/New_York	41.7751	-71.19949	20	Hortonville,Swansea Factory		MA	005	68750	
4939991	Housatonic	housatonic	US	01236	1109	America/New_York	42.25425	-73.36622	224			MA	003	26815	
4940030	Howe	howe	US	46746	0	America/New_York	42.59454	-70.99811	19	Howe,Howe Station,Howe Village,Howe's Station,Howes,Howes Station		MA	009	41095	
4940075	Hubbardston	hubbardston	US	01452	3977	America/New_York	42.4737	-72.00619	299	Hubbardston,Hubbardston Centre,Khabbardstoun,habrdztwn  masachwst,hwbardstwn,Хаббардстоун,هابردزتون، ماساچوست,هوباردستون		MA	027	31435	
4940094	Hudson	hudson	US	01749	14907	America/New_York	42.39176	-71.56618	66	Feltonville,Gudzon,Hudson,Khadson,hwdstwn  masachwst,hwdswn,Гудзон,Хадсон,هودستون، ماساچوست,هودسون,ہڈسن، میساچوسٹس		MA	017	31540	
4940124	Humarock	humarock	US	02047	0	America/New_York	42.13621	-70.69004	3			MA	023	60330	
4940134	Hull	hull	US	02045	10293	America/New_York	42.30204	-70.90782	17	Hull,Khal,Khall,Nantascot,hal,hwl,Хал,Халл,هال,هول		MA	023	31645	
4940157	Huntington	huntington	US	01050	936	America/New_York	42.2362	-72.87593	126	Huntington,Huntington Village,Khantington,Хантингтон		MA	015	31785	
4940190	Hyannis	hyannis	US	02601	14120	America/New_York	41.65289	-70.2828	9	HYA,Hyannis,Hyannis Port,Iyanoughs Land,Khajanis,Yannos,haiaeniseu,haianisu,haynys,Хаянис,هاينيس,ハイアニス,하이애니스		MA	001	03690	
4940197	Hyannis Port	hyannis-port	US	02647	0	America/New_York	41.63567	-70.29947	15	Hyannis Port,Hyannisport		MA	001	03690	
4940202	Hyde Park	hyde-park	US	02136	0	America/New_York	42.25565	-71.1245	18			MA	025	07000	
4940210	Hydeville	hydeville	US	05750	0	America/New_York	42.68286	-72.07175	272	Centerville,Hydeville		MA	027	80405	
4940306	Indian Lake Estates	indian-lake-estates	US	33855	0	America/New_York	42.25564	-73.05871	470			MA	003	04545	
4940314	Indian Orchard	indian-orchard	US	01151	0	America/New_York	42.15843	-72.49953	59			MA	013	67000	
4940339	Ingleside	ingleside	US	21644	0	America/New_York	42.17509	-72.63287	49			MA	013	30840	
4940616	Interlaken	interlaken	US	14847	0	America/New_York	42.31453	-73.33066	271	Curtisville,Interlaken		MA	003	67595	
4940625	Ipswich	ipswich	US	01938	4222	America/New_York	42.67926	-70.84116	8	Agawam,Gippevicum,Ipsvich,Ipswich,aypswych  masachwst,Ипсвич,ایپسویچ، ماساچوست		MA	009	32310	
4940666	Island	island	US	42350	0	America/New_York	42.24732	-71.80368	138			MA	027	82000	
4940764	Jamaica Plain	jamaica-plain	US	02130	37468	America/New_York	42.30982	-71.12033	21	Jamaica Plain,Jamaica Plains,جمیکا پلائیں		MA	025	07000	
4940800	Jamesville	jamesville	US	13078	0	America/New_York	42.2362	-71.85368	175			MA	027	82000	
4940817	Jefferson	jefferson	US	01522	0	America/New_York	42.36398	-71.88091	238	Eagleville,Jefferson,Jeffersonville		MA	027	30560	
4941040	Joppa	joppa	US	21085	0	America/New_York	42.80565	-70.85783	4			MA	009	45245	
4941093	Judson	judson	US	75660	0	America/New_York	41.91677	-71.00449	9			MA	005	56060	
4941247	Kenwood	kenwood	US	95452	0	America/New_York	42.6612	-71.26339	24			MA	017	17475	
4941383	Kingston	kingston	US	02364	12208	America/New_York	41.99455	-70.72448	18	Kingston,gyngstwn  masachwst,kynghstwn,Кингстон,كينغستون,کنگسٹن، میسا چوسٹس,گینگستون، ماساچوست		MA	023	33220	
4941545	Lake Pleasant	lake-pleasant	US	01347	0	America/New_York	42.55648	-72.51814	97			MA	011	42285	
4941580	Lakeside	lakeside	US	06758	0	America/New_York	41.66677	-71.10782	60	Lakeside,North Westport		MA	005	77570	
4941581	Lakeside	lakeside	US	06758	0	America/New_York	41.85149	-70.90921	16			MA	023	40850	
4941591	Lakeview	lakeview	US	28350	0	America/New_York	42.40287	-71.24117	65			MA	017	72600	
4941592	Lakeview	lakeview	US	28350	0	America/New_York	42.26676	-71.75924	127	Lake View,Lakeview		MA	027	82000	
4941604	Lakeville	lakeville	US	02347	0	America/New_York	41.84594	-70.94949	27	Assawomit,Assowamsoo,Lakeville,Lehjkvil,Namassekett,lykfyl,lykwyl  masachwst,Лэйквил,ليكفيل,لیک ویل، مساچوسٹس,لیکویل، ماساچوست		MA	023	33920	
4941610	Lakewood	lakewood	US	08701	0	America/New_York	42.44953	-73.22594	306			MA	003	53960	
4941635	Lancaster	lancaster	US	01523	7509	America/New_York	42.45565	-71.67312	94	Lancaster,Lancaster Center,Lancaster Centre,Lankastehr,Lankaster,Nashaway,lankastr,lnkstr  masachwst,Ланкастер,Ланкастэр,لانكاستر,لانکیسٹر، مساچوسٹس,لنکستر، ماساچوست		MA	027	34165	
4941659	Lanesborough	lanesborough	US	01237	3042	America/New_York	42.51731	-73.22816	344	Lanesboro,Lanesborough,Lanesborough Village,Lehjnsborou,Lejnsboro,lnsbrw  masachwst,lynsbwrwgh,Лејнсборо,Лэйнсбороу,لانیسبروگ، مساچوسٹس,لنسبرو، ماساچوست,لينسبوروغ		MA	003	34340	
4941664	Lanesville	lanesville	US	12450	0	America/New_York	42.67787	-70.65921	10			MA	009	26150	
4941675	Larchwood	larchwood	US	51241	0	America/New_York	42.37815	-71.1445	11			MA	017	11000	
4941720	Lawrence	lawrence	US	01840	80231	America/New_York	42.70704	-71.16311	14	LWM,Lawrence,Lorehns,Lorens,Lourens,lao lun si,larns  masachwst,lolenseu,lwrans,lwrns,rorensu,Лоренс,Лорэнс,Лоуренс,לורנס,لارنس، ماساچوست,لارنس، میساچوسٹس,لورانس,ローレンス,劳伦斯,로렌스		MA	009	34550	
4941797	Lee	lee	US	01238	2051	America/New_York	42.30425	-73.24816	269	Li,ly,ly  masachwst,Ли,لي,لی، ماساچوست		MA	003	34655	
4941819	Leeds	leeds	US	01053	0	America/New_York	42.35148	-72.69954	117	Leed,Leeds,Leeds Village		MA	015	46330	
4941835	Leicester	leicester	US	01524	11064	America/New_York	42.24593	-71.90868	298	Lehjsehstehr,Leicester,Leicester Center,lykstr  masachwst,Лэйсэстэр,لیکستر، ماساچوست		MA	027	34795	
4942745	Ludlow	ludlow	US	01056	0	America/New_York	42.23982	-71.84813	166			MA	027	82000	
4941853	Lenox	lenox	US	01240	1675	America/New_York	42.35648	-73.28483	383	Lenoks,Lenox,Lenuks,Linoks,Yokun,lnaks  masachwst,lynwks,Ленокс,Ленъкс,Линокс,لناکس، ماساچوست,لينوكس		MA	003	34970	
4941856	Lenox Dale	lenox-dale	US	01242	0	America/New_York	42.3362	-73.24538	294	Lenox Dale,Lenox Furnace,Lenoxdale,Niagara Station		MA	003	34970	
4941873	Leominster	leominster	US	01453	41569	America/New_York	42.52509	-71.75979	123	Leminster,Leominster,Leominster Centre,Leominstere,Liominstur,lywmynstr  masachwst,reminsuta,ywmnstr,Леминстер,Леоминстер,Леоминстере,Лиоминстър,لئومینستر، ماساچوست,لیومینسٹر، میساچوسٹس,يومنستر,レミンスター		MA	027	35075	
4941899	Leverett	leverett	US	01054	1692	America/New_York	42.45203	-72.50148	139	Levehrehtt,Leverett,Leverett Center,Leverett Centre,South Leverett,lwrt  masachwst,lyfyryt,Левэрэтт,لورت، ماساچوست,ليفيريت		MA	011	35180	
4941935	Lexington	lexington	US	02420	31394	America/New_York	42.44732	-71.2245	65	Cambridge Farms,Leksington,Lexington,Lexington Centre,Lexington Village,Lexingtonia,legsingteon,lie ke xing dui,lksyngtwn  masachwst,lyksynghtwn,rekishinton,Лексингтон,ليكسينغتون,لکسینگتون، ماساچوست,لیکسنگٹن، میساچوسٹس,レキシントン,列克星敦,렉싱턴		MA	017	35215	
4942021	Lincoln	lincoln	US	01773	8197	America/New_York	42.42593	-71.30395	77	Lincoln,Lincoln Center,Lincoln Centre,Linkol'n,lynkln  masachwst,lynkwln,Линкольн,لنکن، میساچوسٹس,لينكولن,لینکلن، ماساچوست		MA	017	35425	
4942076	Linden	linden	US	07036	0	America/New_York	42.43343	-71.03144	3	Linden,Linden Village,Lindendale		MA	017	37875	
4942086	Lindenwood	lindenwood	US	61049	0	America/New_York	42.48343	-71.10783	24			MA	017	67665	
4942099	Linwood	linwood	US	01525	0	America/New_York	42.09732	-71.64479	82	Linwood,Whitins,Whitins Station		MA	027	71620	
4942110	Lithia	lithia	US	33547	0	America/New_York	42.4562	-72.83509	359			MA	015	26290	
4942210	Little Neck	little-neck	US	11362	0	America/New_York	42.69593	-70.79255	17			MA	009	32310	
4942251	Little River	little-river	US	29566	0	America/New_York	42.10009	-72.71954	41			MA	013	76030	
4942300	Littleton	littleton	US	01460	0	America/New_York	42.53759	-71.51201	71	Centre Village,Littleton,Littleton Center,Littleton Station,Littlton,Nashobak,lytltwn,lytltwn  masachwst,Литтлтон,ليتلتون,لیتلتون، ماساچوست		MA	017	35950	
4942508	Longmeadow	longmeadow	US	01106	15784	America/New_York	42.0501	-72.58287	49	Long Meadow,Longmeadow,Longmedou,Longmidou,Masacksick,langmydw  masachwst,lwnghmydw,Лонгмедоу,Лонгмидоу,لانگمیدو، ماساچوست,لونغميدو		MA	013	36300	
4942527	Longview	longview	US	61852	0	America/New_York	41.44039	-70.65781	39			MA	007	78235	
4942592	Loveland	loveland	US	45140	0	America/New_York	42.0326	-71.83952	152			MA	027	73895	
4942618	Lowell	lowell	US	01850	110699	America/New_York	42.63342	-71.31617	36	Lauehll,Loouel,Louehll,Louel,Louell,Louul,Lowell,lovela,lowel,luo e er,lwwl,lwwl  masachwst,lwwyl,rou~eru,Λόουελ,Лауэлл,Лоуел,Лоуелл,Лоуъл,Лоуэлл,לוול,لوول، ماساچوست,لوويل,لوویل، میساچوسٹس,लॉवेल,ក្រុងឡូវែល រដ្ឋម៉ាស្សាឈូស៊ែត,ローウェル,洛厄尔,로웰		MA	017	37000	
4942744	Ludlow	ludlow	US	01056	22201	America/New_York	42.16009	-72.47592	76	Jenckesville,Jenksville,Ladlou,Ludlow,Stony Hill,lwdlaw  masachwst,lwdlw,Ладлоу,لودلاو، ماساچوست,لودلو		MA	013	37175	
4942767	Lunenburg	lunenburg	US	01462	1760	America/New_York	42.59453	-71.72452	174	Lunenburg,lanynbwrgh,lwlnbrg  masachwst,Луненбург,لانينبورغ,لولنبرگ، ماساچوست		MA	027	37420	
4947394	Pinedale	pinedale	US	82941	0	America/New_York	42.61259	-72.23703	171	Pine Dale,Pinedale		MA	027	02480	
4942807	Lynn	lynn	US	01901	92457	America/New_York	42.46676	-70.94949	12	Lin,Linn,Lyn,Lynn,Saugus,lin,lin en,lyn,lynn  masachwst,rin,Лин,Линн,Лінн,لين,لین، میساچوسٹس,لینن، ماساچوست,リン,林恩,린		MA	009	37490	
4942821	Lynnfield	lynnfield	US	01940	11596	America/New_York	42.53898	-71.04811	27	Linfild,Linnfild,Lynn End,Lynnfield,Lynnfield Center,Lynnfield Centre,laynnfyld,lynnfyld  masachwst,Линнфилд,Линфилд,لايننفيلد,لینفیلڈ، میساچوسٹس,لیننفیلد، ماساچوست		MA	009	37560	
4942939	Malden	malden	US	02148	61068	America/New_York	42.4251	-71.06616	5	Maldehn,Maldeno,Molden,maldn,mldn  masachwst,moldeun,moruden,Малдэн,Молден,مالدن,مالڈن، میساچوسٹس,ملدن، ماساچوست,モールデン,몰든		MA	017	37875	
4942972	Manchaug	manchaug	US	01526	0	America/New_York	42.09454	-71.74757	135	Manchage,Manchaug,Manchaug Factory Village,Manchaug Village,Manchaugas,Manchauge		MA	027	68610	
4943007	Manomet	manomet	US	02345	0	America/New_York	41.91872	-70.56614	9	Manomet,South Plymouth		MA	023	54310	
4943021	Mansfield	mansfield	US	02048	23380	America/New_York	42.03343	-71.21894	51	Mansfild,Mehnsfild,maenseupildeu,mansfyld,mnsfyld  masachwst,Мансфилд,Мэнсфилд,مانسفيلد,منسفیلد، ماساچوست,맨스필드		MA	005	38225	
4943039	Maple Grove	maple-grove	US	55311	0	America/New_York	42.61481	-73.12871	270	Arnoldsville,Maple Grove		MA	003	00555	
4943056	Maple Park	maple-park	US	60151	0	America/New_York	42.76842	-71.162	47			MA	009	40710	
4943070	Maplewood	maplewood	US	07040	0	America/New_York	42.43621	-71.05088	16			MA	017	37875	
4943071	Maplewood	maplewood	US	07040	0	America/New_York	42.22732	-71.72451	119			MA	027	26430	
4943097	Marblehead	marblehead	US	01945	19808	America/New_York	42.5001	-70.85783	18	Marble Harbor,Marblehead,Marblkhed,Marblkhid,marblhd  masachwst,marblhyd,Марблхед,Марблхид,ماربلهد، ماساچوست,ماربلهيد		MA	009	38400	
4943144	Marion	marion	US	02738	5213	America/New_York	41.7001	-70.76281	9	Marion,Marion MA,Mehrion,Rochester,Sippican,Sippican Village,marywn,marywn  masachwst,Марион,Мэрион,ماريون,ماریون، ماساچوست,ماریون، میساچوسٹس		MA	023	38540	
4943167	Marlboro	marlboro	US	05344	0	America/New_York	42.71676	-70.97311	29	Marlboro,Marlborough		MA	009	25625	
4943170	Marlborough	marlborough	US	01752	39818	America/New_York	42.34593	-71.55229	119	MXG,Marlboro,malbeoleo,marlbrw  masachwst,marlbwrw,maruboro,Марлборо,مارلبرو، ماساچوست,مارلبورو,مارلبورو، میساچوسٹس,マールボロ,말버러		MA	017	38715	
4943204	Marshfield	marshfield	US	02050	4335	America/New_York	42.09177	-70.70559	5	Conohasset,Greens Harbour,Marshfield,Marshfild,Rexhame,South Marshfield,Wrexham,marshfyld,marshfyld  masachwst,Маршфилд,مارشفيلد,مارشفیلد، ماساچوست		MA	023	38855	
4943213	Marshfield Hills	marshfield-hills	US	02051	2356	America/New_York	42.14594	-70.73976	39	East Marshfield,Marshfield Hills		MA	023	38855	
4943227	Marstons Mills	marstons-mills	US	02648	8017	America/New_York	41.65622	-70.41614	13	Marston Mills,Marston's Mills,Marstons Mills,Morstons Mills		MA	001	03690	
4943297	Mashpee	mashpee	US	02649	14834	America/New_York	41.64844	-70.48114	22	Cadtanmut,Marshpee,Mashpee,Pawpoesit,mashby,mashpy  masachwst,ماشبي,ماشپی، ماساچوست		MA	001	39100	
4943426	Mattapan	mattapan	US	02126	0	America/New_York	42.27232	-71.087	18	Matapan,Mattapan		MA	025	07000	
4943432	Mattapoisett	mattapoisett	US	02739	6378	America/New_York	41.65844	-70.81615	1	Mattapoisett,Mattapoissett,Mattapojseht,Mattapuyst,Mattpoiset,Mettapaset,Mettasaset,matabwysyt,matapwyst  masachwst,Маттапойсэт,ماتابويسيت,ماتاپویست، ماساچوست		MA	023	39450	
4943490	Maynard	maynard	US	01754	10106	America/New_York	42.43343	-71.44951	50	Assabet,Maynard,Mehjnard,Mejnard,mynrad  masachwst,Мејнард,Мэйнард,مینراد، ماساچوست		MA	017	39625	
4943615	Mechanicsville	mechanicsville	US	18934	0	America/New_York	41.72371	-71.14893	13			MA	005	23000	
4943616	Medfield	medfield	US	02052	6483	America/New_York	42.1876	-71.30645	57	Medfield,Medfield Centre,Medfild,Mehdfild,mdfyld  masachwst,mydfyld,Медфилд,Мэдфилд,مدفیلد، ماساچوست,ميدفيلد		MA	021	39765	
4943629	Medford	medford	US	02153	57403	America/New_York	42.41843	-71.10616	5	Medford,Mehdford,Mistic,Mystic,mdfwrd  masachwst,medeupeodeu,medofodo,mydfwrd,Медфорд,Мэдфорд,مدفورد، ماساچوست,ميدفورد,میڈفورڈ، میساچوسٹس,メドフォード,메드퍼드		MA	017	39835	
4943648	Medway	medway	US	02053	13042	America/New_York	42.14176	-71.39673	59	Factory Village,Medway,Medway Village,Mehdvehj,mdwy  masachwst,mydway,Мэдвэй,مدوی، ماساچوست,ميدواي		MA	021	39975	
4943677	Melrose	melrose	US	02176	27997	America/New_York	42.45843	-71.06616	18	Mehlrous,Melrose,Melrouz,Mystic Side,Ponde Fielde,mlrwz  masachwst,Мелроуз,Мэлроус,ملروز، ماساچوست		MA	017	40115	
4943746	Mendon	mendon	US	01756	5378	America/New_York	42.10565	-71.55229	111	Mehndon,Mendon,Mendon Village,Tatumasket,mndwn  masachwst,myndwn,Мэндон,مندون، ماساچوست,ميندون		MA	027	40255	
4943751	Menemsha	menemsha	US	02552	0	America/New_York	41.35178	-70.7642	6	Menemsha,Menemsha Creek,Menemsha Village,Nashowa-Kommuck,Nashua Kemmiuk		MA	007	13800	
4943779	Merrick	merrick	US	11566	0	America/New_York	42.11676	-72.62453	25			MA	013	77890	
4943784	Merrimac	merrimac	US	01860	6245	America/New_York	42.83065	-71.00228	31	Mehrrimak,Merrimac,Merrimack,West Amesbury,mrymk  masachwst,myrymak,Мэрримак,مریمک، ماساچوست,ميريماك		MA	009	40430	
4943820	Metcalf	metcalf	US	61940	0	America/New_York	42.18343	-71.44534	75	Metcalf,Metcalfs		MA	017	30700	
4943828	Methuen	methuen	US	01844	47255	America/New_York	42.7262	-71.19089	34	Mehsjuehn,Methuen,Methuen Falls,Methuen Town,Metuen,masuan,mthwyn  masachwst,mythywn,Метуен,Мэсюэн,مثوئن، ماساچوست,ميثيون,میتھوئن، میساچوسٹس,マスーアン		MA	009	40710	
4943900	Middlefield	middlefield	US	01243	551	America/New_York	42.34842	-73.0151	510			MA	015	40990	
4943926	Middleton	middleton	US	01949	9859	America/New_York	42.59509	-71.01616	31	Middltaun,Middlton,mydltwn,mydltwn  masachwst,Миддлтаун,Миддлтон,Міддлтон,ميدلتون,میدلتون، ماساچوست		MA	009	41095	
4943932	Midland	midland	US	15059	0	America/New_York	42.09315	-71.48145	74	Crimpville,Midland		MA	021	04930	
4947397	Pinehurst	pinehurst	US	01866	7152	America/New_York	42.52926	-71.22811	32			MA	017	05805	
4943958	Milford	milford	US	01757	25055	America/New_York	42.13982	-71.51617	79	Milford,Milford Centre,mylfwrd,mylfwrd  masachwst,Милфорд,ميلفورد,میلفورد، ماساچوست,میلفورڈ، میساچوسٹس		MA	027	41165	
4944083	Mill River	mill-river	US	01244	0	America/New_York	42.11398	-73.26761	257			MA	003	45420	
4944088	Mill River	mill-river	US	01244	0	America/New_York	42.50148	-72.6412	103			MA	011	16670	
4944112	Mill Valley	mill-valley	US	94941	0	America/New_York	42.35565	-72.52037	46			MA	015	01325	
4944113	Mill Village	mill-village	US	16427	0	America/New_York	42.43342	-72.1023	235			MA	027	03740	
4944117	Millbrook	millbrook	US	12545	0	America/New_York	42.04871	-70.68698	4			MA	023	17895	
4944122	Millbury	millbury	US	01527	13606	America/New_York	42.19398	-71.76007	123	Armory village,Millburi,Millbury,Millbury Centre,mylbry  masachwst,mylbwry,Миллбури,ميلبوري,میلبری، ماساچوست		MA	027	41340	
4944154	Millers Falls	millers-falls	US	01349	1139	America/New_York	42.58203	-72.49259	91			MA	011	21780	
4944163	Millerville	millerville	US	36267	0	America/New_York	42.02093	-71.49951	61			MA	027	06015	
4944173	Millis	millis	US	02054	8040	America/New_York	42.1676	-71.35784	53	East Medway,Millis,mylys,mylys  masachwst,Миллис,ميليس,میلیس، ماساچوست		MA	021	41515	
4944189	Millville	millville	US	01529	2772	America/New_York	42.02788	-71.5809	69	Millvill,mylfyl,mylwyl  masachwst,Миллвилл,ميلفيل,میلویل، ماساچوست		MA	027	41585	
4944193	Milton	milton	US	02186	27003	America/New_York	42.24954	-71.06616	36	Massachusett,Mil'ton,Milton,Miltun,Uncataquisset,Uncataquissett,Unquety,mi er dun,myltwn,myltwn  masachwst,Милтон,Милтън,Мильтон,ملٹن، میساچوسٹس,ميلتون,میلتون، ماساچوست,米尔顿		MA	021	41690	
4944195	Milton Center	milton-center	US	43541	0	America/New_York	42.25427	-71.08005	34			MA	021	41690	
4944204	Milton Village	milton-village	US	02187	0	America/New_York	42.26677	-71.07172	14	Milton Lower Mills,Milton Mills Village,Milton Village		MA	021	41690	
4944234	Minot	minot	US	02055	0	America/New_York	42.24038	-70.76199	3	Farm Neck,Minot,Scituate Neck		MA	023	60330	
4944340	Monponsett	monponsett	US	02350	0	America/New_York	42.01844	-70.84671	19			MA	023	28495	
4944343	Monroe Bridge	monroe-bridge	US	01350	0	America/New_York	42.7223	-72.94121	340	Monroe,Monroe Bridge		MA	011	42040	
4944350	Monson	monson	US	01057	8505	America/New_York	42.10426	-72.31897	131	Monson,Monson Center,mwnswn,mwnswn  masachwst,Монсон,مونسون,مونسون، ماساچوست		MA	013	42145	
4944375	Montclair	montclair	US	07042	0	America/New_York	42.27093	-71.03561	11			MA	021	55745	
4944381	Montello	montello	US	53949	0	America/New_York	42.10843	-71.01616	43			MA	023	09000	
4944383	Monterey	monterey	US	01245	950	America/New_York	42.17926	-73.21205	388	Monterej,mwntry  masachwst,mwntyry,Монтерей,مونتری، ماساچوست,مونتيري		MA	003	42460	
4944392	Montgomery	montgomery	US	05470	665	America/New_York	42.20676	-72.8051	317			MA	013	42530	
4944397	Montrose	montrose	US	10548	0	America/New_York	42.51593	-71.05366	29	East Ward,Montrose		MA	017	72215	
4944400	Montvale	montvale	US	07645	0	America/New_York	42.47787	-71.1245	16	East Woburn,Montvale		MA	017	81035	
4944402	Montville	montville	US	06353	0	America/New_York	42.1187	-73.12594	359			MA	003	59665	
4944405	Monument Beach	monument-beach	US	02553	2790	America/New_York	41.71955	-70.61198	8	Monument Beach,Monumet Beach		MA	001	07175	
4944413	Montague	montague	US	01351	8637	America/New_York	42.53564	-72.53509	69	Montag,Montague,Montague Centre,mwntag  masachwst,mwntaghw,Монтаг,مونتاغو,مونتاگ، ماساچوست		MA	011	42285	
4944558	Mount Auburn	mount-auburn	US	52313	0	America/New_York	42.3751	-71.1495	10			MA	017	11000	
4944585	Mount Hermon	mount-hermon	US	42157	0	America/New_York	42.66814	-72.48537	137			MA	011	25730	
4944594	Mount Hope	mount-hope	US	25880	0	America/New_York	42.28343	-71.1245	25			MA	025	07000	
4944611	Mount Ida	mount-ida	US	71957	0	America/New_York	42.30427	-71.06283	32			MA	025	07000	
4944621	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	41.6626	-70.95226	28			MA	005	45000	
4944680	Mountain Park	mountain-park	US	73559	0	America/New_York	42.2437	-72.63148	119	Mount Tom Park,Mountain Park		MA	013	30840	
4944875	Nahant	nahant	US	01908	3410	America/New_York	42.42649	-70.91894	27	Nakhant,nahant  masachwst,Нахант,ناهانت، ماساچوست		MA	009	43580	
4944903	Nantucket	nantucket	US	02554	7446	America/New_York	41.28346	-70.09946	13	ACK,Mantukett,Nantucket,Nantucket Village,Nantuckett,Nantuckkit,Nantucquet,Nantukes,Nantukett,Sharborn,Shelburne,Sherborn,Sherbourne,Sherburn,Sherburne,Wesco,Wesko	019	MA	019	43790	
4944994	Natick	natick	US	01760	32276	America/New_York	42.28343	-71.3495	53	Locus Collium,Natick,Natick Centre,Natick Village,Natik,Nejtik,natyk,natyk  masachwst,neitikku,Натик,Нейтик,ناتيك,ناتیک، ماساچوست,ネイティック		MA	017	43895	
4945055	Needham	needham	US	02492	28886	America/New_York	42.28343	-71.23283	53	Nidam,Nidkham,nydham,nydham  masachwst,Нидам,Нидхам,نيدهام,نیدهام، ماساچوست		MA	021	44105	
4945063	Needham Heights	needham-heights	US	02494	0	America/New_York	42.29454	-71.23283	60	Highlandville,Needham Heights		MA	021	44105	
4945100	Neponset	neponset	US	61345	0	America/New_York	42.28621	-71.04533	6	Naponset,Neponset,Neponsett		MA	025	07000	
4945121	New Bedford	new-bedford	US	02740	94958	America/New_York	41.63526	-70.92701	29	Achushena,Acushnet Village,EWB,N'ju Behdford,N'ju-Bedford,New Bedford,Nju Bedford,bdfwrd jdyd  masachwst,niwbedf xrd,nyubeddofodo,nyubedeupeodeu,nyw bdfwrd,xin bei de fu de,Њу Бедфорд,Нью Бэдфорд,Нью-Бедфорд,بدفورد جدید، ماساچوست,نيو بدفورد,نیو بیڈفورڈ، میساچوسٹس,นิวเบดฟอร์ด,ニューベッドフォード,新贝德福德,뉴베드퍼드		MA	005	45000	
4945138	New Boston	new-boston	US	03070	0	America/New_York	41.73205	-70.20363	9			MA	001	16775	
4945139	New Boston	new-boston	US	03070	0	America/New_York	42.0937	-73.07594	260			MA	003	59665	
4945140	New Boston	new-boston	US	03070	0	America/New_York	42.40203	-71.99313	247			MA	027	58825	
4945145	New Braintree	new-braintree	US	01531	943	America/New_York	42.31676	-72.12591	300	New Braintree,New Braintree Centre,Wenimisset		MA	027	45105	
4945204	New Lenox	new-lenox	US	60451	0	America/New_York	42.39453	-73.24261	294			MA	003	34970	
4945228	New Salem	new-salem	US	01355	945	America/New_York	42.50426	-72.33203	316	N'ju Salem,New Salem,New Salem Centre,nyw salm,slym jdyd  masachwst,Нью Салем,سلیم جدید، ماساچوست,نيو سالم		MA	011	45490	
4945254	Newbury	newbury	US	01951	0	America/New_York	42.76676	-70.84533	11	Lower Green,Newbury Old Town,Old Town,Oldtown,Quafcacanquen		MA	009	45175	
4945256	Newburyport	newburyport	US	01950	17982	America/New_York	42.81259	-70.87728	11	Clipper City,N'jubjuriport,Newburyport,Njuberiport,niu bo li bo te,nyubeolipoteu,nyuberipoto,nywbwrypwrt  masachwst,Њуберипорт,Ньюбюрипорт,نیوبریپورٹ، میساچوسٹس,نیوبوریپورت، ماساچوست,ニューベリーポート,纽伯里波特,뉴버리포트		MA	009	45245	
4945283	Newton	newton	US	02458	88817	America/New_York	42.33704	-71.20922	30	Cambridge,N'juton,New Towne,Newton,Njuton,Njutun,Nonantum,niu dun,nyuteon,nyuton,nywtn,nywtwn  masachwst,Њутон,Ньютон,Нютън,نيوتن,نیوتون، ماساچوست,نیوٹن، میساچوسٹس,ニュートン,牛顿,뉴턴		MA	017	45560	
4945289	Newton Center	newton-center	US	02459	0	America/New_York	42.33065	-71.1995	48	Newton Center,Newton Centre		MA	017	45560	
4945304	Newton Highlands	newton-highlands	US	02461	0	America/New_York	42.32093	-71.1995	39			MA	017	45560	
4945310	Newton Lower Falls	newton-lower-falls	US	02462	0	America/New_York	42.32926	-71.25367	26	Lower Falls,Newton Lower Falls		MA	017	45560	
4945327	Newton Upper Falls	newton-upper-falls	US	02464	0	America/New_York	42.31399	-71.2195	59	Newton Upper Falls,Upper Falls		MA	017	45560	
4945333	Newtonville	newtonville	US	02460	0	America/New_York	42.3501	-71.20367	15			MA	017	45560	
4945336	Newtown	newtown	US	06470	0	America/New_York	41.67178	-70.43864	20	Newton,Newtown		MA	001	03690	
4945421	Nonantum	nonantum	US	02495	0	America/New_York	42.3626	-71.20228	11	Nonandem,Nonantum		MA	017	45560	
4945453	Norfolk	norfolk	US	02056	10386	America/New_York	42.11954	-71.32506	63	Norfolk,North Wrentham,nwrfalk  masachwst,nwrfwlk,Норфолк,نورفالک، ماساچوست,نورفولك		MA	021	46050	
4945696	North Oxford	north-oxford	US	01537	0	America/New_York	42.15009	-71.86841	160			MA	027	51825	
4945486	North Adams	north-adams	US	01247	13263	America/New_York	42.70092	-73.10871	220	Nors Adams,Nort Adams,admz shmaly  masachwst,bei ya dang si,noseuaedeomseu,nosuadamuzu,nwrth admz,Норс Адамс,Норт Адамс,آدمز شمالی، ماساچوست,نارتھ ایڈمز، میساچوسٹس,نورث آدمز,ノースアダムズ,北亚当斯,노스애덤스		MA	003	46225	
4945497	North Amherst	north-amherst	US	01059	6819	America/New_York	42.41037	-72.53092	57			MA	015	01325	
4945507	North Attleboro	north-attleboro	US	02760	0	America/New_York	41.98343	-71.33283	57	North Attleboro,North Attleborough		MA	005	46575	
4945520	North Billerica	north-billerica	US	01862	0	America/New_York	42.58343	-71.2845	42			MA	017	05805	
4945548	North Brookfield	north-brookfield	US	01535	2265	America/New_York	42.26676	-72.08285	266	Nors Brukfild,Nort Brukfild,North Brookfield,North Brookfield Centre,brwkfyld shmaly  masachwst,nwrth brwkfyld,Норс Брукфилд,Норт Брукфилд,بروکفیلد شمالی، ماساچوست,نورث بروكفيلد		MA	027	47135	
4945562	North Carver	north-carver	US	02355	0	America/New_York	41.92038	-70.79948	33			MA	023	11665	
4945582	North Chatham	north-chatham	US	02650	0	America/New_York	41.7015	-69.95363	12			MA	001	12995	
4945584	North Chelmsford	north-chelmsford	US	01863	0	America/New_York	42.63898	-71.38284	37			MA	017	13135	
4945601	North Dartmouth	north-dartmouth	US	02747	0	America/New_York	41.63899	-70.97032	48	North Dartmouth,Smiths Mills		MA	005	16425	
4945604	North Dighton	north-dighton	US	02764	0	America/New_York	41.86399	-71.12449	10			MA	005	16950	
4945608	North Eastham	north-eastham	US	02651	1806	America/New_York	41.86511	-69.99113	12			MA	001	19295	
4945609	North Easton	north-easton	US	02356	0	America/New_York	42.06677	-71.10366	45			MA	005	20100	
4945611	North Egremont	north-egremont	US	01252	0	America/New_York	42.19676	-73.43789	243			MA	003	21360	
4945622	North Falmouth	north-falmouth	US	02556	3084	America/New_York	41.64594	-70.61836	13	North Falmouth,North Falmouth Village		MA	001	23105	
4945628	North Grafton	north-grafton	US	01536	0	America/New_York	42.23343	-71.70785	102	New England Village,North Grafton		MA	027	26430	
4945643	North Hatfield	north-hatfield	US	01066	0	America/New_York	42.4112	-72.62231	51			MA	015	29265	
4945670	North Marshfield	north-marshfield	US	02059	0	America/New_York	42.14316	-70.77032	37			MA	023	38855	
4945700	North Pembroke	north-pembroke	US	02358	3292	America/New_York	42.09316	-70.79254	14			MA	023	52630	
4945734	North Reading	north-reading	US	01864	14101	America/New_York	42.57509	-71.07867	30	Nors Riding,North Parish Village,North Reading,nwrth rydyngh,rydyng shmaly  masachwst,Норс Ридинг,ریدینگ شمالی، ماساچوست,شمالی ریڈنگ، میساچوسٹس,نورث ريدينغ		MA	017	48955	
4945758	North Salem	north-salem	US	03073	0	America/New_York	42.52648	-70.90505	11			MA	009	59105	
4945764	North Scituate	north-scituate	US	02060	5077	America/New_York	42.21899	-70.7856	4			MA	023	60330	
4945798	North Truro	north-truro	US	02652	0	America/New_York	42.03344	-70.0953	16			MA	001	70605	
4945800	North Uxbridge	north-uxbridge	US	01538	0	America/New_York	42.0876	-71.64118	81			MA	027	71620	
4945810	North Weymouth	north-weymouth	US	02191	0	America/New_York	42.24593	-70.94671	7	North Weymouth,Old Spain		MA	021	78972	
4945819	Northampton	northampton	US	01060	28540	America/New_York	42.32509	-72.6412	76	Nalwottoge,Nolwottoge,Nonatuck,Nonotuck,Nonotuck City of Northampton,Norsehmpton,Nortgempton,Northampton,Nortkhamptun,Nortkhempton,Norwottocke,Paradise City,bei an pu dui,nosanputon,nwrthamptwn  masachwst,nwrthhambtwn,Норсэмптон,Нортгемптон,Нортхамптън,Нортхемптон,نارتھیمپٹن، میساچوسٹس,نورتهامپتون، ماساچوست,نورثهامبتون,ノーサンプトン,北安普敦		MA	015	46330	
4945840	Northborough	northborough	US	01532	6167	America/New_York	42.31954	-71.64118	91	Norsborou,Nortboro,Northboro,Northborough,nwrthbwrw,nwztbrw  masachwst,Норсбороу,Нортборо,نورثبورو,نوزتبرو، ماساچوست		MA	027	46820	
4945848	Northbridge	northbridge	US	01534	14061	America/New_York	42.15148	-71.64951	83	Norsbridzh,Northbridge,Rochdale,Rockdale,nwrtbryj  masachwst,nwrthbrydj,Норсбридж,نورتبریج، ماساچوست,نورثبريدج		MA	027	46925	
4948899	Rock Island	rock-island	US	38581	0	America/New_York	42.26232	-70.96199	3			MA	021	55745	
4945878	Northfield	northfield	US	01360	1089	America/New_York	42.69592	-72.45287	90	Norsfild,Nortfild,Northfield,Northfield Village,Squakheag,Squawkeag,nwrtfyld  masachwst,nwrthfyld,Норсфилд,Нортфилд,نارتھفیلڈ، میساچوسٹس,نورتفیلد، ماساچوست,نورثفيلد		MA	011	47835	
4945900	Northville	northville	US	12134	0	America/New_York	42.06038	-70.92727	34			MA	023	18455	
4945911	Norton	norton	US	02766	19808	America/New_York	41.96677	-71.18699	32	Norton,Norton Centre,nwrtwn,nwrtwn  masachwst,Нортон,نورتون,نورتون، ماساچوست		MA	005	49970	
4945936	Norwell	norwell	US	02061	10581	America/New_York	42.16177	-70.79393	24	Norvehll,Norwell,South Scituate,nwrwl  masachwst,nwrwyl,Норвэлл,نورول، ماساچوست,نورويل		MA	023	50145	
4945946	Norwich	norwich	US	05055	0	America/New_York	42.28898	-72.83843	333	Norwich,Norwich Centre		MA	015	31785	
4945952	Norwood	norwood	US	02062	28602	America/New_York	42.19454	-71.1995	39	Norvud,OWD,nwrwwd,nwrwwd  masachwst,Норвуд,نوروود,نوروود، ماساچوست		MA	021	50250	
4946027	Nutting Lake	nutting-lake	US	01865	0	America/New_York	42.53787	-71.26895	57	Nutting Lake,Nuttings Lake,Nuttings Pond		MA	017	05805	
4946056	Oak Bluffs	oak-bluffs	US	02557	3778	America/New_York	41.45428	-70.56197	1	Cottage City,Easternmost Chop of Holmes Hole,Oak Blaffs,Oak Bluffs,Vineyard Grove,awk blwfs,awk blwfz  masachwst,Оак Блаффс,أوك بلوفس,اوک بلوفز، ماساچوست		MA	007	50390	
4946065	Oak Grove	oak-grove	US	42262	0	America/New_York	42.43482	-71.0745	23	Oak Grove,Oakgrove		MA	017	37875	
4946093	Oak Hill	oak-hill	US	12460	0	America/New_York	42.25843	-71.78979	144			MA	027	82000	
4946106	Oak Island	oak-island	US	28465	0	America/New_York	42.4251	-70.98699	3	Oak Island,Oak Island Junction		MA	025	56585	
4946126	Oakdale	oakdale	US	06370	0	America/New_York	42.20426	-72.62453	58			MA	013	30840	
4946127	Oakdale	oakdale	US	06370	0	America/New_York	42.24038	-71.15227	34			MA	021	16495	
4946128	Oakdale	oakdale	US	06370	0	America/New_York	41.75844	-70.70781	9			MA	023	72985	
4946129	Oakdale	oakdale	US	06370	0	America/New_York	42.39037	-71.79341	123	Harrisville,Oakdale		MA	027	75155	
4946136	Oakham	oakham	US	01068	1702	America/New_York	42.35287	-72.04535	328	Oakham,Oakham Centre,Oakkham,awkham,awkham  masachwst,Оакхам,أوكهام,اوکهام، ماساچوست		MA	027	50670	
4946141	Oakland	oakland	US	02858	0	America/New_York	41.91121	-71.13838	13			MA	005	69170	
4946159	Ocean Bluff	ocean-bluff	US	02065	0	America/New_York	42.09732	-70.65365	7			MA	023	38855	
4946160	Ocean Grove	ocean-grove	US	07756	2811	America/New_York	41.72927	-71.20921	5			MA	005	68750	
4946163	Ocean View	ocean-view	US	08230	0	America/New_York	42.68482	-70.62449	23	Folly Cove Village,Ocean View		MA	009	57880	
4946231	Old Harbor	old-harbor	US	99643	0	America/New_York	41.60011	-69.98279	2			MA	001	12995	
4946372	Onset	onset	US	02558	1573	America/New_York	41.74177	-70.65781	4			MA	023	72985	
4946383	Orange	orange	US	01364	4018	America/New_York	42.59036	-72.30981	156	Orange,Orange Centre		MA	011	51265	
4946410	Orleans	orleans	US	02653	1621	America/New_York	41.78983	-69.98974	18	Eastham,Nawsett,Orlean,Orleans,Orleans Village,Orlins,awrlyns,awrlynz  masachwst,Орлеан,Орлеанс,Орлинс,أورلينس,اورلینز، ماساچوست		MA	001	51440	
4946441	Osterville	osterville	US	02655	2911	America/New_York	41.62844	-70.38697	10	Cotocheeset,Osterville		MA	001	03690	
4946445	Otis	otis	US	01253	1389	America/New_York	42.19315	-73.09177	373			MA	003	51580	
4946519	Overbrook	overbrook	US	66524	0	America/New_York	42.3051	-71.3245	38			MA	021	74175	
4946545	Oxford	oxford	US	01540	0	America/New_York	41.65566	-70.90643	15			MA	005	22130	
4946546	Oxford	oxford	US	01540	6103	America/New_York	42.11676	-71.86479	154	Oksford,Oxford,Oxford Centre,aksfwrd  masachwst,awksfwrd,Оксфорд,آکسفورد، ماساچوست,آکسفورڈ، میساچوسٹس,أوكسفورد		MA	027	51825	
4946620	Palmer	palmer	US	01069	18261	America/New_York	42.15843	-72.32869	105	PMX,Palmehr,Palmer,Palmer Depot,balmr,palmr  masachwst,pama,Палмер,Палмэр,بالمر,پالمر، ماساچوست,پامر، میساچوسٹس,パーマー		MA	013	52144	
4946853	Paxton	paxton	US	01612	4463	America/New_York	42.3112	-71.92813	345	Pakston,Paxton,Paxton Centre,bakstwn,pakstwn  masachwst,Пакстон,باكستون,پاکستون، ماساچوست		MA	027	52420	
4946863	Peabody	peabody	US	01960	52504	America/New_York	42.52787	-70.92866	8	Peabody,Pibodi,South Danvers,bybwdy,pibodi,pybwy  masachwst,Пибоди,بيبودي,پیباڈی، میساچوسٹس,پیبوی، ماساچوست,ピーボディ		MA	009	52490	
4946938	Pelham	pelham	US	03076	1428	America/New_York	42.39315	-72.4037	345	Equivalent Lands,Pehlkham,Pelham,Pelham Heights,Stoddards Town,bylham,plham  masachwst,Пэлхам,بيلهام,پلهام، ماساچوست		MA	015	52560	
4946951	Pemberton	pemberton	US	08068	0	America/New_York	42.30565	-70.91699	2			MA	023	31645	
4946956	Pembroke	pembroke	US	02359	0	America/New_York	42.07149	-70.80921	25	Pehmbrouk,Pembroke,Pembroke Center,bymbrwk,pmbrwk  masachwst,Пэмброук,بيمبروك,پمبروک، ماساچوست		MA	023	52630	
4946990	Pepperell	pepperell	US	01463	2504	America/New_York	42.66592	-71.5884	75	Pehppehrel,Peperel,Pepperell,Pepperell Centre,bybryl,ppyrl  masachwst,Пеперел,Пэппэрел,بيبريل,پپیرل، ماساچوست		MA	017	52805	
4947039	Perryville	perryville	US	21903	0	America/New_York	41.8626	-71.25783	26			MA	005	56375	
4947040	Perryville	perryville	US	21903	0	America/New_York	42.0251	-71.88757	136			MA	027	17685	
4947043	Peru	peru	US	04290	835	America/New_York	42.43814	-73.04593	625	Partridgefield,Peru		MA	003	53050	
4947085	Petersham	petersham	US	01366	243	America/New_York	42.48759	-72.18703	330	Petersham,Petersham Centre,Pitersham,bytrsham,pytrshm  masachwst,Петершам,Питершам,بيترسهام,پیترشم، ماساچوست		MA	027	53120	
4947257	Pine Bluffs	pine-bluffs	US	82082	0	America/New_York	41.8251	-70.9231	16			MA	023	33920	
4947267	Pine Grove	pine-grove	US	17963	0	America/New_York	42.30148	-72.67315	82			MA	015	46330	
4947268	Pine Grove	pine-grove	US	17963	0	America/New_York	42.16121	-70.93004	49			MA	021	78972	
4947341	Pine Island	pine-island	US	10969	0	America/New_York	42.77593	-70.82727	1			MA	009	45175	
4947353	Pine Lake	pine-lake	US	30072	0	America/New_York	42.39593	-71.45367	62			MA	017	68260	
4947392	Pinecrest	pinecrest	US	95364	0	America/New_York	42.25343	-71.75229	121			MA	027	82000	
4947459	Pittsfield	pittsfield	US	01201	43303	America/New_York	42.45008	-73.24538	306	Boston Plantation,PSF,Pitsfijld,Pitsfild,Pittsfield,Pontoosuc,Pontoosuck,Poontoosuck,Wendells Town,bytsfyld,pi ci fei er de,picheupildeu,pittsufirudo,pytzfyld  masachwst,Питсфийлд,Питсфилд,بيتسفيلد,پٹسفیلڈ، میساچوسٹس,پیتزفیلد، ماساچوست,ピッツフィールド,皮茨菲尔德,피츠필드		MA	003	53960	
4947475	Plain	plain	US	53577	0	America/New_York	42.48343	-71.37173	53			MA	017	15060	
4947476	Plainfield	plainfield	US	01070	0	America/New_York	42.51536	-72.91621	487			MA	015	54030	
4947488	Plainville	plainville	US	02762	0	America/New_York	41.68205	-70.9606	28	Plainville,Shawmut		MA	005	45000	
4947489	Plainville	plainville	US	02762	0	America/New_York	42.37759	-72.54953	53			MA	015	27690	
4947490	Plainville	plainville	US	02762	7817	America/New_York	42.00427	-71.33283	72	Plehjnvilli,Plejnvill',plynwyl  masachwst,Плейнвилль,Плэйнвилли,پلینویل، ماساچوست		MA	021	54100	
4947526	Pleasant Lake	pleasant-lake	US	46779	0	America/New_York	41.714	-70.08224	23			MA	001	29020	
4947546	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	42.35565	-71.76896	141			MA	027	75155	
4947597	Plymouth	plymouth	US	02360	7494	America/New_York	41.95844	-70.66726	23	Accomack,New Plimouth,PYM,Patuxit,Plimaus,Plimoth Plantation,Plimouth,Plimut,Plimutas,Plymouth,Port Saint-Louis,peullimeoseu,plymwth  masachwst,pu li mao si,purimasu,Плимаус,Плимут,Плимът,Плімут,پلایماؤت، میساچوسٹس,پلیموث، ماساچوست,プリマス,普利茅斯,플리머스		MA	023	54310	
4947641	Plympton	plympton	US	02367	2683	America/New_York	41.95288	-70.81448	36	Plimpton,plymptwn  masachwst,Плимптон,پلیمپتون، ماساچوست		MA	023	54415	
4947655	Pocasset	pocasset	US	02559	2851	America/New_York	41.68622	-70.61614	10	Pocasset,Pocasset Village		MA	001	07175	
4947889	Pottersville	pottersville	US	07979	0	America/New_York	41.7501	-71.14116	17			MA	005	62430	
4947958	Prattville	prattville	US	36066	0	America/New_York	41.93899	-71.08005	31			MA	005	56060	
4947986	Prides Crossing	prides-crossing	US	01965	0	America/New_York	42.55982	-70.82449	13	Pride Crossing,Pride's Crossing,Prides,Prides Crossing		MA	009	05595	
4947998	Princeton	princeton	US	01541	3412	America/New_York	42.4487	-71.8773	346	Princeton,Princeton Centre,Prinston,prynstwn  masachwst,Принстон,پرنسٹن، میساچوسٹس,پرینستون، ماساچوست		MA	027	55395	
4948014	Proctor	proctor	US	05765	0	America/New_York	42.53482	-70.95227	16			MA	009	52490	
4948045	Prospect Hill	prospect-hill	US	27314	0	America/New_York	41.94399	-70.82309	36	Prospect Hill,Wenatuxet,Wenatuxet Village,Winetuxet Village		MA	023	54415	
4948087	Provincetown	provincetown	US	02657	2642	America/New_York	42.05295	-70.1864	10	Cap Blanc,PVC,Provincetown,Provinstaun,Village of Provincetown,Провинстаун		MA	001	55500	
4948165	Putnamville	putnamville	US	46170	0	America/New_York	42.58621	-70.937	27	Putnamsville,Putnamville		MA	009	16250	
4948247	Quincy	quincy	US	02169	93618	America/New_York	42.25288	-71.00227	10	Braintree,Brantree,City Presidents,Kuajnsi,Kuinsi,Kvinsi,MQI,Quincy,kuinshi,kun shi,kun xi,kwinsi,kwynsy,kwynsy  masachwst,Квинси,Квінсі,Куайнси,Куинси,كوينسي,کوئنسی، ماساچوست,کوئنسی، میساچوسٹس,クインシー,昆市,昆西,퀸시		MA	021	55745	
4948403	Randolph	randolph	US	02368	32112	America/New_York	42.1626	-71.04116	67	Randol'f,Randolf,Randolph,Randolph Centre,randorufu,randwlf,rndwlf  masachwst,Рандолф,Рандольф,راندولف,رندولف، ماساچوست,رینڈولف، میساچوسٹس,ランドルフ		MA	021	55955	
4948449	Raynham	raynham	US	02767	13153	America/New_York	41.94871	-71.0731	24	Hockamock,North Raynham,Rayham,Raynham,Rehjnkham,rayham  masachwst,Рэйнхам,رایهام، ماساچوست		MA	005	56060	
4948451	Raynham Center	raynham-center	US	02768	4100	America/New_York	41.92371	-71.05227	12	Raynham,Raynham Center,Raynham Centre		MA	005	56060	
4948462	Reading	reading	US	01867	24747	America/New_York	42.52565	-71.09533	29	Lynn Village,Reading,Reding,Riding,rydyng  masachwst,Рединг,Ридинг,ریدینگ، ماساچوست,ریڈنگ، میساچوسٹس		MA	017	56130	
4948470	Readville	readville	US	02137	0	America/New_York	42.24038	-71.137	22			MA	025	07000	
4948545	Rehoboth	rehoboth	US	02769	11486	America/New_York	41.84038	-71.24949	13	Palmers River,Rehkhobos,Rehoboth,Rehoboth Village,Saconet,Seakonk,ryhwbw  masachwst,Рэхобос,ریهوبو، ماساچوست		MA	005	56375	
4948622	Renfrew	renfrew	US	16053	0	America/New_York	42.63786	-73.1126	230			MA	003	00555	
4948667	Richmond	richmond	US	01254	1632	America/New_York	42.37314	-73.36761	325	Mount Ephraim,Richmond,Richmont,Yokun Town,rychmwnd  masachwst,Ричмонд,رچمنڈ، میساچوسٹس,ریچموند، ماساچوست		MA	003	56795	
4948708	Rio Vista	rio-vista	US	76093	0	America/New_York	42.54315	-71.30506	62			MA	017	05805	
4948724	River Pines	river-pines	US	95675	0	America/New_York	42.56398	-71.28839	38			MA	017	05805	
4948731	Riverdale	riverdale	US	07457	0	America/New_York	42.63343	-70.67449	25			MA	009	26150	
4948732	Riverdale	riverdale	US	07457	0	America/New_York	42.11676	-72.62453	25			MA	013	77890	
4948733	Riverdale	riverdale	US	07457	0	America/New_York	42.27232	-71.17728	39			MA	021	16495	
4948734	Riverdale	riverdale	US	07457	0	America/New_York	42.13843	-71.63923	83			MA	027	46925	
4948749	Riverside	riverside	US	02915	0	America/New_York	42.76398	-71.0495	11			MA	009	29405	
4948750	Riverside	riverside	US	02915	0	America/New_York	42.6112	-72.54676	60			MA	011	25730	
4948751	Riverside	riverside	US	02915	0	America/New_York	42.5362	-71.30367	38			MA	017	05805	
4948775	Riverview	riverview	US	33568	0	America/New_York	42.63204	-70.68143	13			MA	009	26150	
4948776	Riverview	riverview	US	33568	0	America/New_York	42.37232	-71.24394	14			MA	017	72600	
4948867	Robinsonville	robinsonville	US	38664	0	America/New_York	42.0126	-71.26616	49			MA	005	38225	
4948871	Rochdale	rochdale	US	01542	0	America/New_York	42.19454	-71.90591	221	Clappville,Rochdale		MA	027	34795	
4948875	Rochester	rochester	US	02770	4661	America/New_York	41.73177	-70.82004	10	Rochehster,Rochester,Rochester Centre,rwchstr  masachwst,Рочестер,Рочэстер,روچستر، ماساچوست,روچیسٹر، میساچوسٹس		MA	023	57600	
4948884	Rock	rock	US	24747	0	America/New_York	41.84177	-70.86143	19	Rock,Rock Station,Rock Village		MA	023	40850	
4948912	Rock Valley	rock-valley	US	51247	0	America/New_York	42.19398	-72.67592	95			MA	013	30840	
4948924	Rockland	rockland	US	02370	17982	America/New_York	42.13066	-70.91616	49	East Abington,Rockland,Roklehnd,raklnd  masachwst,Роклэнд,راکلند، ماساچوست		MA	023	57775	
4948936	Rockport	rockport	US	01966	4966	America/New_York	42.65565	-70.62032	16	Rockport,Rockport Village,Rokport,Sandy Bay,rakpwrt  masachwst,Рокпорт,راکپورت، ماساچوست,راکپورٹ، میساچوسٹس		MA	009	57880	
4948949	Rockville	rockville	US	02873	0	America/New_York	42.14065	-71.35922	43	Rock Bottom,Rockville		MA	021	41515	
4948958	Rockdale	rockdale	US	76567	0	America/New_York	41.65177	-70.95948	53			MA	005	45000	
4948965	Rocky Hill	rocky-hill	US	06067	0	America/New_York	42.15232	-71.48728	84			MA	027	41165	
4949067	Rosemont	rosemont	US	08556	0	America/New_York	42.8037	-71.11117	19			MA	009	29405	
4949068	Roslindale	roslindale	US	02131	0	America/New_York	42.29121	-71.1245	14	Roslindale,South Street Crossing		MA	025	07000	
4949136	Rowe	rowe	US	01367	357	America/New_York	42.69342	-72.89954	412	Myrifield,Rowe,Rowe Village		MA	011	58335	
4949144	Rowley	rowley	US	01969	1416	America/New_York	42.71676	-70.87866	14	Roulej,Rouli,rwly  masachwst,Роулей,Роули,رولی، ماساچوست		MA	009	58405	
4949151	Roxbury	roxbury	US	02119	0	America/New_York	42.3251	-71.09533	47	Boston Highlands,Rockesbury,Rocksberry,Rocksboro,Rocksborough,Rocksbury,Roksburi,Roxberia,Roxborough,Roxburgh,Roxbury,raksbry  bwstwn,Роксбъри,راکسبری، بوستون		MA	025	07000	
4949152	Roxbury Crossing	roxbury-crossing	US	02120	0	America/New_York	42.33065	-71.09116	18			MA	025	07000	
4949161	Royalston	royalston	US	01368	1276	America/New_York	42.67759	-72.18786	308	Rojalstoun,Royalston,Royalston Centre,rwyalstwn  masachwst,Роялстоун,رویالستون، ماساچوست		MA	027	58580	
4949204	Russell	russell	US	01071	786	America/New_York	42.18981	-72.85926	100	Russell,Russell's		MA	013	58650	
4949235	Russellville	russellville	US	29476	0	America/New_York	42.20204	-72.76815	81			MA	015	62745	
4949236	Russellville	russellville	US	29476	0	America/New_York	42.41009	-72.56481	49			MA	015	27690	
4949245	Rutland	rutland	US	01543	2111	America/New_York	42.36954	-71.94813	343	Ratland,Ratlend,Rutland,Rutland Center,Rutland Centre,rwtlnd  masachwst,Ратланд,Ратленд,روتلند، ماساچوست		MA	027	58825	
4949344	Sagamore	sagamore	US	02561	3623	America/New_York	41.77011	-70.52836	11	Sagamore,West Sandwich		MA	001	07175	
4949345	Sagamore Beach	sagamore-beach	US	02562	0	America/New_York	41.79844	-70.52892	20			MA	001	07175	
4950065	Salem	salem	US	01970	42869	America/New_York	42.51954	-70.89672	6	Naamkeek,Naumkeag,Nehumkeke,Salem,Salem (Massachusetts),Sejlem,Sejlum,sai lei mu,seilleom,seiramu,selama,sylm  masachwst,Салем,Сейлем,Сейлъм,Сејлем,سیلم، ماساچوست,सेलम,セイラム,塞勒姆,세일럼		MA	009	59105	
4950092	Salisbury	salisbury	US	01952	4869	America/New_York	42.84176	-70.86061	9	East Salisbury,Salisbjuri,Salisbury,Solsberi,salzbry  masachwst,Салисбюри,Солсбери,سالزبری، ماساچوست		MA	009	59245	
4950191	Sandwich	sandwich	US	02563	2962	America/New_York	41.759	-70.49392	4	Aquetnet,Sandwich,Sandwich Village,Sehndvich,Sendvich,sandou~itchi,sandwytsh,sndwych  masachwst,Сендвич,Сэндвич,ساندويتش,سندویچ، ماساچوست,サンドウィッチ		MA	001	59735	
4950205	Sandisfield	sandisfield	US	01255	838	America/New_York	42.11259	-73.14316	476			MA	003	59665	
4950267	Saugus	saugus	US	01906	26628	America/New_York	42.46482	-71.01005	8	Hammersmith,Saugas,Saugus,Saugus Centre,Sogas,sagws  masachwst,Саугас,Согас,ساگوس، ماساچوست		MA	009	60015	
4950301	Savoy	savoy	US	01256	717	America/New_York	42.56675	-73.02871	527	Savoy,Savoy Hollow		MA	003	60225	
4950395	Scituate	scituate	US	02066	5245	America/New_York	42.19593	-70.72587	11	Assanippi,East Scituate,Satuit,Scituate,Scituate Harbor,Scituate Harbour,Sityate		MA	023	60330	
4950428	Scotland	scotland	US	06264	0	America/New_York	41.97232	-71.00643	30			MA	023	08085	
4950473	Seabrook	seabrook	US	03874	455	America/New_York	41.58289	-70.49947	5			MA	001	39100	
4951133	Smith Mills	smith-mills	US	42457	4760	America/New_York	41.63899	-70.99115	21	Smith Mills,Smiths Mills		MA	005	16425	
4950541	Seekonk	seekonk	US	02771	13966	America/New_York	41.80843	-71.337	12	Seacunk,Seconet,Seconnet,Secunke,Seekonk,Wauchimoquit,sykank  masachwst,سیکانک، ماساچوست		MA	005	60645	
4950654	Sharon	sharon	US	02067	5658	America/New_York	42.12371	-71.17866	90	Sharon,Shehron,Sheron,sharn  masachwst,Шарон,Шерон,Шэрон,شارن، ماساچوست		MA	021	60785	
4950747	Shelburne	shelburne	US	05482	2094	America/New_York	42.58981	-72.68842	177	Deerfield Northwest,Deerfield Pasture,Schelburne Centre,Shehlburn,Shelburne,Shelburne Center,shlbrn  masachwst,Шэлбурн,شلبرن، ماساچوست		MA	011	61135	
4950749	Shelburne Falls	shelburne-falls	US	01370	1731	America/New_York	42.60425	-72.73926	123			MA	011	61135	
4950762	Sheldonville	sheldonville	US	02070	0	America/New_York	42.03482	-71.387	76			MA	021	82315	
4950790	Sherborn	sherborn	US	01770	4273	America/New_York	42.23899	-71.36978	63	Shehrbon,Sherborn,Sherborn Centre,shrbwrn  masachwst,Шэрбон,شربورن، ماساچوست		MA	017	61380	
4950848	Shirley	shirley	US	01464	1441	America/New_York	42.5437	-71.64951	87	Shirlehj,Shirley,Shirley Village,Shirli,shrly  masachwst,Ширли,Ширлэй,شرلی، ماساچوست		MA	017	61590	
4950898	Shrewsbury	shrewsbury	US	01545	33893	America/New_York	42.29593	-71.71285	198	Shrewsbury,Shrewsbury Centre,Shrjusbjuri,Shrusberi,shrwzbry  masachwst,shuruzuberi,Шрусбери,Шрюсбюри,شروزبری، ماساچوست,シュルーズベリー		MA	027	61800	
4950922	Shutesbury	shutesbury	US	01072	1842	America/New_York	42.45648	-72.40981	375	Road Town,Shatehsbjuri,Shutesbury,Shutesbury centre,shatzbry  masachwst,Шатэсбюри,شاتزبری، ماساچوست		MA	011	61905	
4950931	Siasconset	siasconset	US	02564	205	America/New_York	41.26394	-69.96261	16	'Sconset,Oggawame,Sconset,Seconset,Siasconset,Siasconsett,Sweseckechi		MA	019	43790	
4950959	Silver Lake	silver-lake	US	03875	0	America/New_York	42.56954	-71.19117	34			MA	017	69415	
4950963	Silver Lake	silver-lake	US	03875	0	America/New_York	42.00427	-70.79309	23			MA	023	33220	
4951162	Smithville	smithville	US	26178	0	America/New_York	42.39453	-72.05369	217			MA	027	03740	
4952141	Stoneville	stoneville	US	27048	0	America/New_York	42.59592	-72.38286	162			MA	011	74525	
4951248	Somerset	somerset	US	02725	18165	America/New_York	41.76955	-71.12866	13	Samerset,Somerset,Somerset (Massachusetts),Somerset Village,samrst  masachwst,Самерсет,Сомерсет,سامرست، ماساچوست		MA	005	62430	
4951257	Somerville	somerville	US	02143	80318	America/New_York	42.3876	-71.0995	28	Samervil,Somehrvill,Somervill,Somerville,Sumurvil,sa mo wei er,samabiru,samrwyl  masachwst,Самервил,Сомервилл,Сомэрвилл,Съмървил,سامرویل، ماساچوست,サマービル,萨默维尔		MA	017	62535	
4951291	South Barre	south-barre	US	01074	0	America/New_York	42.38537	-72.09536	186	Dennyville,South Barre		MA	027	03740	
4951305	South Boston	south-boston	US	24592	571281	America/New_York	42.33343	-71.04949	14	Dorchester Heights,South Boston		MA	025	07000	
4951326	South Carver	south-carver	US	02366	0	America/New_York	41.84066	-70.7467	28			MA	023	11665	
4951346	South Chatham	south-chatham	US	02659	0	America/New_York	41.67928	-70.02446	12			MA	001	12995	
4951356	South Dartmouth	south-dartmouth	US	02748	0	America/New_York	41.59177	-70.94115	23	Padan Aram,Padan-Aram,Padanaram,Padanarum,South Dartmouth		MA	005	16425	
4951357	South Deerfield	south-deerfield	US	01373	1880	America/New_York	42.47731	-72.60787	60			MA	011	16670	
4951359	South Dennis	south-dennis	US	02660	3643	America/New_York	41.68956	-70.15641	10			MA	001	16775	
4951366	South Easton	south-easton	US	02375	0	America/New_York	42.04732	-71.08144	33			MA	005	20100	
4951369	South Egremont	south-egremont	US	01258	0	America/New_York	42.16065	-73.41623	223	Egremont,South Egremont		MA	003	21360	
4951397	South Hadley	south-hadley	US	01075	17652	America/New_York	42.25842	-72.57453	75	Saut Khadli,Sous Khadlehj,hdly jnwby  masachwst,Саут Хадли,Соус Хадлэй,هدلی جنوبی، ماساچوست		MA	015	64145	
4951411	South Hamilton	south-hamilton	US	01982	0	America/New_York	42.60704	-70.87866	20	Hamilton Village,Hamilton and Wenham,South Hamilton,Wenham Depot,Wenham Station,Wenham and Hamilton Station		MA	009	74595	
4951418	South Harwich	south-harwich	US	02661	0	America/New_York	41.67511	-70.04391	5			MA	001	29020	
4951431	South Lancaster	south-lancaster	US	01561	1894	America/New_York	42.44454	-71.68701	87			MA	027	34165	
4951435	South Lee	south-lee	US	01260	0	America/New_York	42.27787	-73.27733	260			MA	003	34655	
4951459	South Milford	south-milford	US	46786	0	America/New_York	42.10287	-71.50423	83			MA	027	40255	
4951471	South Orleans	south-orleans	US	02662	0	America/New_York	41.75067	-69.99113	21	Potanumaquit,Potanumaquut,South Orleans		MA	001	51440	
4951510	South Salem	south-salem	US	10590	0	America/New_York	42.51121	-70.89255	12			MA	009	59105	
4951544	South Sutton	south-sutton	US	03273	0	America/New_York	42.1001	-71.71201	138			MA	027	68610	
4951561	South Wellfleet	south-wellfleet	US	02663	0	America/New_York	41.91816	-69.9953	11			MA	001	74385	
4951568	South Weymouth	south-weymouth	US	02190	0	America/New_York	42.1751	-70.94949	55	NZW		MA	021	78972	
4951574	South Wilmington	south-wilmington	US	60474	0	America/New_York	42.51537	-71.15644	33			MA	017	81035	
4951579	South Yarmouth	south-yarmouth	US	02664	11092	America/New_York	41.66678	-70.18474	6			MA	001	82525	
4951582	Southampton	southampton	US	01073	5481	America/New_York	42.22926	-72.73009	71			MA	015	62745	
4951591	Southborough	southborough	US	01772	9686	America/New_York	42.30565	-71.52451	90	Sousborou,Southboro,Southborough,satbrw  masachwst,Соусбороу,ساتبرو، ماساچوست		MA	027	63165	
4951594	Southbridge	southbridge	US	01550	19030	America/New_York	42.0751	-72.03341	150	Sautbridz,Sousbridzh,Southbridge,Southbridge Centre,satbryj  masachwst,sauseubeuliji,sausuburijji,sawthbrydj,Саутбриџ,Соусбридж,ساتبریج، ماساچوست,ساوتھبریج، میساچوسٹس,ساوثبريدج,サウスブリッジ,사우스브리지		MA	027	63345	
4951618	Southfield	southfield	US	01259	0	America/New_York	42.10148	-73.23289	371			MA	003	45420	
4951631	South Walpole	south-walpole	US	02071	0	America/New_York	42.10427	-71.26117	68			MA	021	72495	
4951640	Southwick	southwick	US	01077	9444	America/New_York	42.05482	-72.77037	81	Sousvik,satwyk  masachwst,Соусвик,ساتویک، ماساچوست		MA	013	65825	
4951699	Spencer	spencer	US	01562	5700	America/New_York	42.24398	-71.9923	259	Spencer,Spencer Centre,Spenser,Spensur,aspnsr  masachwst,sbnsr,Спенсер,Спенсър,اسپنسر، ماساچوست,سبنسر		MA	027	66105	
4951766	Spring Hill	spring-hill	US	34606	0	America/New_York	42.38591	-71.10927	40			MA	017	62535	
4951781	Springdale	springdale	US	15144	0	America/New_York	42.19176	-72.62037	20			MA	013	30840	
4951782	Springdale	springdale	US	15144	0	America/New_York	42.15343	-71.12922	50	Springdale,Springdale Station		MA	021	11315	
4951788	Springfield	springfield	US	01101	154341	America/New_York	42.10148	-72.58981	25	Agawam,Agawome,Campifons,Nayasset,SFY,Springfield,Springfield City,Springfijld,Springfild,Springfilda,Springfildas,Springfīlda,Spryngfild,aspryngfyld  masachwst,sbrynghfyld,seupeulingpildeu,si pu lin fei er de,spryngpyld,supuringufirudo,Спрингфийлд,Спрингфилд,Спрингфілд,Спрынгфілд,ספרינגפילד,اسپرینگفیلد، ماساچوست,سبرينغفيلد,سپرنگفیلڈ، میساچوسٹس,スプリングフィールド,斯普林菲尔德,스프링필드		MA	013	67000	
4951928	Standish	standish	US	04084	0	America/New_York	42.10705	-70.75504	30			MA	023	38855	
4951935	Stanley	stanley	US	14561	0	America/New_York	42.00343	-70.98143	14			MA	023	08085	
4951959	State Line	state-line	US	17263	0	America/New_York	42.34786	-73.40928	284			MA	003	77990	
4951960	State Line	state-line	US	17263	0	America/New_York	42.03204	-72.32203	189			MA	013	42145	
4952005	Sterling	sterling	US	01564	7384	America/New_York	42.43759	-71.76063	153	Sterling,Sterling Centre,astrlyng  masachwst,Стерлинг,استرلینگ، ماساچوست		MA	027	67385	
4952057	Stewartville	stewartville	US	55976	0	America/New_York	42.71119	-72.67315	150			MA	011	14885	
4952069	Still River	still-river	US	01467	0	America/New_York	42.49176	-71.61757	127	Still River,Still River Village		MA	027	28950	
4952078	Stockbridge	stockbridge	US	01262	2316	America/New_York	42.28759	-73.32039	252	Indian Town,Kaunameek,Stockbridge,Stokbridzh,Wnogquetookoke,astwkbryj  masachwst,Стокбридж,استوکبریج، ماساچوست		MA	003	67595	
4952121	Stoneham	stoneham	US	02180	21437	America/New_York	42.4801	-71.0995	47	Stonkham,Stounkhem,astwnham  masachwst,Стонхам,Стоунхем,استونهام، ماساچوست		MA	017	67665	
4952142	Stoneville	stoneville	US	27048	0	America/New_York	42.21676	-71.84591	170			MA	027	02760	
4952206	Stoughton	stoughton	US	02072	26915	America/New_York	42.1251	-71.10227	71	Stoughton,Stoughton Centre,Stouton,astwtwn  masachwst,Стоутон,استوتون، ماساچوست		MA	021	67945	
4952217	Stow	stow	US	01775	6005	America/New_York	42.43704	-71.50562	71	MMN,Stou,Stounkham,Stow,Stowe,Stowe Centre,astw  masachwst,Стоу,Стоунхам,استو، ماساچوست		MA	017	68050	
4952292	Sturbridge	sturbridge	US	01566	2253	America/New_York	42.10843	-72.07869	179	Sterbridz,Stjurbridzh,astwrbryj  masachwst,Стербриџ,Стюрбридж,استوربریج، ماساچوست		MA	027	68155	
4952320	Sudbury	sudbury	US	01776	17343	America/New_York	42.38343	-71.41617	56	New Plantation by Concord,Sadbjuri,Sudbury,Sudbury Centre,sdbry  masachwst,Садбюри,سدبری، ماساچوست		MA	017	68260	
4952378	Summit	summit	US	07901	0	America/New_York	42.33343	-71.79118	199	Summit,Summit Station		MA	027	82000	
4952387	Sunderland	sunderland	US	01375	0	America/New_York	42.46675	-72.5787	42	Saderlehnd,Sunderland,Sunderland Village,sandrlnd  masachwst,Садерлэнд,ساندرلند، ماساچوست		MA	011	68400	
4952388	Sunderland	sunderland	US	01375	3843	America/New_York	42.24454	-71.77174	155			MA	027	82000	
4952407	Sunnyside	sunnyside	US	11104	0	America/New_York	42.0626	-71.88563	145			MA	027	17685	
4952431	Surfside	surfside	US	90743	0	America/New_York	41.24457	-70.08779	4			MA	019	43790	
4952444	Sutton	sutton	US	01590	9215	America/New_York	42.1501	-71.76285	212	Sattan,Sutton,Sutton Centre,satwn  masachwst,Саттан,ساتون، ماساچوست		MA	027	68610	
4952468	Swampscott	swampscott	US	01907	13787	America/New_York	42.47093	-70.91755	8	Svampskott,Svompskot,Swampscot,Swampscott,swamskat  masachwst,Свампскотт,Свомпскот,سوامسکات، ماساچوست		MA	009	68645	
4952487	Swansea	swansea	US	02777	16525	America/New_York	41.74816	-71.18977	11	Swansea,Swansey,Swansey Village,Swanzea,swansy  masachwst,سوانسی، ماساچوست		MA	005	68750	
4952629	Taunton	taunton	US	02780	56789	America/New_York	41.9001	-71.08977	5	Taunton,Taunton Green,Tonten,Tonton,Tontun,tang dun,tantwn  masachwst,tonteon,tonton,twntwn,Тонтен,Тонтон,Тонтън,تانتون، ماساچوست,تونتون,ٹاؤنٹن، میساچوسٹس,トーントン,汤顿,톤턴	005	MA	005	69170	
4952731	Templeton	templeton	US	01468	6918	America/New_York	42.55564	-72.06758	347	Tehmplton,Templeton,Templeton Centre,tmpltwn  masachwst,Тэмплтон,تمپلتون، ماساچوست		MA	027	69275	
4952762	Tewksbury	tewksbury	US	01876	29326	America/New_York	42.61065	-71.23422	37	T'juksberi,T'juksbjuri,Tewksbury,Tewksbury Center,Tewksbury Centre,Tewksbury Village,Wamesit,twksbry  masachwst,twqsbry,Тьюксбери,Тьюксбюри,טוקסברי,توکسبری، ماساچوست		MA	017	69415	
4952937	Thomastown	thomastown	US	39171	0	America/New_York	41.87538	-70.84004	33			MA	023	40850	
4952956	Thompsonville	thompsonville	US	12784	0	America/New_York	42.31538	-71.18422	62			MA	017	45560	
4952964	Thorndike	thorndike	US	01079	0	America/New_York	42.18759	-72.33564	137	Thorndike,Thorndike Village		MA	013	52144	
4953093	Tolland	tolland	US	06084	0	America/New_York	42.0812	-73.01205	463	Tolland,Tolland Center,Tolland Centre		MA	013	70045	
4953127	Topsfield	topsfield	US	01983	2717	America/New_York	42.63759	-70.9495	18	New Meadows,New Meadows Village,Shenewemedy,The New Meadow,Topsfield,Topsfild,tapsfyld  masachwst,Топсфилд,تاپسفیلد، ماساچوست		MA	009	70150	
4953153	Tower Hill	tower-hill	US	62571	0	America/New_York	42.36815	-71.33839	44			MA	017	73790	
4953221	Townsend	townsend	US	01469	1128	America/New_York	42.66676	-71.70507	95	Centre Village,Centreville,Taunsehnd,Taunsend,Townsend,Townsend Center,tawnznd  masachwst,Таунсенд,Таунсэнд,تاونزند، ماساچوست		MA	017	70360	
4953274	Tremont	tremont	US	17981	0	America/New_York	41.79038	-70.77031	23			MA	023	72985	
4953382	Truro	truro	US	02666	2123	America/New_York	41.99344	-70.04975	3	Dangerfield,Pamet,Trjuro,Truro,Truro Village,trwrw  masachwst,Трюро,ترورو، ماساچوست		MA	001	70605	
4953410	Tully	tully	US	13159	0	America/New_York	42.63759	-72.24814	177	Furnace,Furnace Village,Tully,Tullyville		MA	011	51265	
4953473	Turners Falls	turners-falls	US	01376	4470	America/New_York	42.60425	-72.55648	74	Peskeompskut,Turners Falls		MA	011	42285	
4953542	Tyngsboro	tyngsboro	US	01879	11366	America/New_York	42.67676	-71.42451	42	Tyngsboro,Tyngsborough,Tyngsborough Centre		MA	017	71025	
4953553	Tyringham	tyringham	US	01264	356	America/New_York	42.24592	-73.20372	275	Turinkham,tayryngham  masachwst,Туринхам,تایرینگهام، ماساچوست		MA	003	71095	
4953613	Union Hill	union-hill	US	14563	0	America/New_York	42.25148	-71.79118	191			MA	027	82000	
4953633	Unionville	unionville	US	06085	0	America/New_York	42.09093	-71.4245	82			MA	021	25172	
4953634	Unionville	unionville	US	06085	0	America/New_York	42.35843	-71.83841	188			MA	027	30560	
4953705	University Park	university-park	US	16802	0	America/New_York	42.25009	-71.81618	145			MA	027	82000	
4953794	Upton	upton	US	01568	3013	America/New_York	42.17454	-71.60229	92	Apton,Upton,Upton Centre,Upton-West Upton,aptwn  masachwst,Аптон,آپتون، ماساچوست		MA	027	71480	
4953804	Uxbridge	uxbridge	US	01569	12614	America/New_York	42.07732	-71.62951	74	ksbridzh,Aksbridz,Aksbridzas,Aksbridzh,Aksbridžas,Uxbridge,Uxbridge Village,Wacuntug,Waeuntug,a ke si bu li qi,aksabrija,akusuburijji,awksbrydj,eogseubeuliji,uksbridge,Аксбридж,Аксбриџ,Ъксбридж,آکس‌بریج، ماساچوست,أوكسبريدج,अक्सब्रिज,ऊक्ष्ब्रिद्गे,アクスブリッジ,阿克斯布里奇,억스브리지		MA	027	71620	
4953827	Valley View	valley-view	US	17983	0	America/New_York	42.12232	-71.47451	84			MA	021	04930	
4953861	Vernon Hill	vernon-hill	US	24597	0	America/New_York	42.24454	-71.79952	168			MA	027	82000	
4953938	Vineyard Haven	vineyard-haven	US	02568	2114	America/New_York	41.45428	-70.60364	14	Holmes Hole,Holmes Hole Neck,Homes Hole,Nobnocket,Tisbury,Vineyard Haven		MA	007	69940	
4954205	Waban	waban	US	02468	0	America/New_York	42.32787	-71.22728	43	Prospect Hill,Waban		MA	017	45560	
4954241	Wadsworth	wadsworth	US	44281	0	America/New_York	42.05843	-71.437	84	Wadsworth,Wadsworth Station		MA	021	25172	
4954265	Wakefield	wakefield	US	01880	24932	America/New_York	42.50648	-71.07283	31	Lynn Village,Reading,South Reading,The Common,Vejkfild,Wakefield,Wakefield Center,wykfyld  masachwst,Вејкфилд,ویکفیلد، ماساچوست		MA	017	72215	
4954292	Wales	wales	US	01081	1767	America/New_York	42.06954	-72.2223	284	Wales,Wales Village		MA	013	72390	
4954350	Walnut Hill	walnut-hill	US	62893	0	America/New_York	42.49593	-71.12867	24			MA	017	81035	
4954364	Walpole	walpole	US	02081	5918	America/New_York	42.14177	-71.2495	45	Uolpol,Valpoul,Volpul,Walpole,Walpole Junction,walpwl  masachwst,Валпоул,Волпул,Уолпол,والپول، ماساچوست		MA	021	72495	
4954380	Waltham	waltham	US	02451	63378	America/New_York	42.37649	-71.23561	20	Uoltem,Voltam,Voltgem,WLM,u~orusamu,waltham,waltham  masachwst,wo er se mu,wwltm,Волтам,Волтгем,Уолтем,וולתם,والتهام، ماساچوست,والتھم، میساچوسٹس,والثام,ウォルサム,沃尔瑟姆		MA	017	72600	
4954477	Ware	ware	US	01082	6170	America/New_York	42.25981	-72.2398	129	Equivalent Lands,UWA,Ware,Ware Village		MA	015	72880	
4954511	Warren	warren	US	01083	1405	America/New_York	42.21259	-72.19119	193	Uarren,Uorren,Voren,Warren,Warren Centre,warn  masachwst,Ворен,Уаррен,Уоррен,وارن، ماساچوست		MA	027	73090	
4954537	Warwick	warwick	US	01378	763	America/New_York	42.68203	-72.33897	291	Roxbury Canada,Shaomet,Varvik,Warwick,Warwick Centre,waryk  masachwst,Варвик,واریک، ماساچوست		MA	011	73265	
4954553	Washington	washington	US	03280	554	America/New_York	42.36592	-73.11621	433	Greenwood,Hartwood,Tukonick,Vashington,Washington,washyngtn  masachwst,Вашингтон,واشنگٹن، میساچوسٹس,واشینگتن، ماساچوست		MA	003	73335	
4954611	Watertown	watertown	US	02471	31915	America/New_York	42.37093	-71.18283	19	Saltonstall Plantation,Votertaun,Watertown,u~otataun,watrtawn  masachwst,wo te dui,woteotaun,wtrtawn,Вотертаун,واترتاون، ماساچوست,واٹر ٹاؤن، میساچوسٹس,وترتاون,ウォータータウン,沃特敦,워터타운		MA	017	73440	
4954617	Waterville	waterville	US	04901	0	America/New_York	41.91705	-70.84087	38			MA	023	40850	
4954618	Waterville	waterville	US	04901	0	America/New_York	42.67509	-72.06758	275			MA	027	80405	
4954621	Watson	watson	US	35181	0	America/New_York	42.53759	-72.85621	457			MA	011	02095	
4954646	Waveland	waveland	US	39576	0	America/New_York	42.29177	-70.88005	3			MA	023	31645	
4954647	Waverley	waverley	US	02479	0	America/New_York	42.3876	-71.18283	20	Waverley,Waverly		MA	017	05070	
4954654	Wayland	wayland	US	01778	13155	America/New_York	42.3626	-71.36145	36	East Sudbury,Wayland,Wayland Centre,wylnd  masachwst,ویلند، ماساچوست		MA	017	73790	
4954664	Wayside	wayside	US	24985	0	America/New_York	41.82927	-70.93143	24			MA	023	33920	
4954677	Webster	webster	US	01570	11412	America/New_York	42.0501	-71.88007	140	Chabanakongkomum,Uehbster,Vebster,Webster,wbstr  masachwst,Вебстер,Уэбстер,وبستر، ماساچوست,ویبسٹر، میساچوسٹس		MA	027	73895	
4954738	Wellesley	wellesley	US	02482	27982	America/New_York	42.29649	-71.29256	38	Uehlsli,Vehlslehj,Velesli,Wellesley,West Needham,wei er si li,wlzly  masachwst,Велесли,Вэлслэй,Уэлсли,ولزلی، ماساچوست,韋爾斯利		MA	021	74175	
4954749	Wellesley Hills	wellesley-hills	US	02481	0	America/New_York	42.30843	-71.27867	46			MA	021	74175	
4954763	Wellfleet	wellfleet	US	02667	2797	America/New_York	41.93761	-70.0328	6	Belinsgate,Billingsgate,North Wellfleet,Pamet,Pononakanet,Poole,Port aux Huitres,Saint Suzanne de Cap Blanc,Skeekeet,Uehllflit,Wellfleet,Willfleet,wlflyt  masachwst,Уэллфлит,ولفلیت، ماساچوست		MA	001	74385	
4954771	Wellington	wellington	US	33414	0	America/New_York	42.41121	-71.08283	5			MA	017	39835	
4954794	Wendell	wendell	US	01379	1003	America/New_York	42.54814	-72.39675	356	Wendell,Wendell Center		MA	011	74525	
4954796	Wendell Depot	wendell-depot	US	01380	0	America/New_York	42.59592	-72.35981	151			MA	011	74525	
4954801	Wenham	wenham	US	01984	4518	America/New_York	42.60426	-70.89116	19	Aenon,Enon,Salem Village,Vehnkham,Wenham,Wenham Centre,wnham  masachwst,Вэнхам,ونهام، ماساچوست		MA	009	74595	
4954802	Wenham	wenham	US	01984	0	America/New_York	41.9126	-70.76615	47			MA	023	11665	
4954848	West Berlin	west-berlin	US	08091	0	America/New_York	42.38815	-71.66062	94	Carters,West Berlin		MA	027	05490	
4954849	West Boxford	west-boxford	US	01885	0	America/New_York	42.70704	-71.06394	42	West Boxford,West Parish		MA	009	07420	
4954850	West Boylston	west-boylston	US	01583	7612	America/New_York	42.36676	-71.78563	154	Vehst Boulston,bwylstwn ghrby  masachwst,Вэст Боулстон,بویلستون غربی، ماساچوست		MA	027	75155	
4954886	West Bridgewater	west-bridgewater	US	02379	6750	America/New_York	42.01899	-71.00782	19	Centre Village,Nunketest,Nunketetest,Vehst Bridzhuateh,West Bridgewater,West Bridgewater Centre,bryjwatr ghrby  masachwst,Вэст Бриджуатэ,بریجواتر غربی، ماساچوست		MA	023	75260	
4954912	West Chatham	west-chatham	US	02669	1410	America/New_York	41.68122	-69.99113	15			MA	001	12995	
4954915	West Chesterfield	west-chesterfield	US	01084	0	America/New_York	42.40286	-72.87593	227	Chesterfield Hollow,West Chesterfield		MA	015	13590	
4954923	West Concord	west-concord	US	55985	6028	America/New_York	42.45843	-71.39534	36	Concord Junction,Damon Dale,West Concord		MA	017	15060	
4954927	West Brookfield	west-brookfield	US	01585	1413	America/New_York	42.23537	-72.14119	191	Vehst Brukfild,Vest Brukfild,Wekabaug,West Brookfield,brwkfyld ghrby  masachwst,Вест Брукфилд,Вэст Брукфилд,بروکفیلد غربی، ماساچوست		MA	027	75400	
4954931	West Dennis	west-dennis	US	02670	2242	America/New_York	41.66456	-70.1728	3			MA	001	16775	
4954944	West Falmouth	west-falmouth	US	02574	1738	America/New_York	41.60427	-70.63447	2			MA	001	23105	
4954960	West Groton	west-groton	US	01472	0	America/New_York	42.60426	-71.62729	77			MA	017	27480	
4954967	West Harwich	west-harwich	US	02671	0	America/New_York	41.66678	-70.11613	4			MA	001	29020	
4954968	West Hatfield	west-hatfield	US	01088	0	America/New_York	42.37092	-72.63703	46			MA	015	29265	
4954986	West Hyannisport	west-hyannisport	US	02672	0	America/New_York	41.63622	-70.3203	6	West Hyannis Port,West Hyannisport		MA	001	03690	
4954997	West Leyden	west-leyden	US	13489	0	America/New_York	42.70147	-72.66481	161	West Leyden,West Leydon		MA	011	35285	
4955004	West Manchester	west-manchester	US	45382	0	America/New_York	42.56676	-70.78282	7			MA	009	37995	
4955005	West Mansfield	west-mansfield	US	43358	0	America/New_York	41.99815	-71.24533	44			MA	005	38225	
4955013	West Medford	west-medford	US	02156	0	America/New_York	42.42232	-71.13283	6			MA	017	39835	
4955019	West Millbury	west-millbury	US	01586	0	America/New_York	42.17121	-71.80368	196			MA	027	41340	
4955030	West Newbury	west-newbury	US	01985	4221	America/New_York	42.80148	-70.98978	40	Vehst N'jubari,nywbary ghrby  masachwst,Вэст Ньюбари,نیوباری غربی، ماساچوست		MA	009	77150	
4955033	West Newton	west-newton	US	02465	0	America/New_York	42.3501	-71.23283	15			MA	017	45560	
4955040	West Orange	west-orange	US	07052	0	America/New_York	42.5987	-72.34203	149			MA	011	51265	
4955077	West Rutland	west-rutland	US	05777	0	America/New_York	42.35842	-71.98785	260	Rutland Heights,West Rutland		MA	027	58825	
4955089	West Springfield	west-springfield	US	01089	27912	America/New_York	42.10704	-72.62037	24	Ireland,Vehst Springfild,Vest Springfild,West Springfield,aspryngfyld ghrby  masachwst,u~esutosupuringufirudo,wyst sbrynghfyld,xi si pu lin fei er de,Вест Спрингфилд,Вэст Спрингфилд,اسپرینگفیلد غربی، ماساچوست,ويست سبرينغفيلد,ویسٹ سپرنگفیلڈ، میساچوسٹس,ウェストスプリングフィールド,西斯普林菲尔德		MA	013	77890	
4955098	West Stockbridge	west-stockbridge	US	01266	1441	America/New_York	42.34592	-73.36622	284	Indian Town,Queensborough,Vest Stokbridzh,West Stockbridge,astwkbryj ghrby  masachwst,Вест Стокбридж,استوکبریج غربی، ماساچوست		MA	003	77990	
4955117	West Tisbury	west-tisbury	US	02575	2510	America/New_York	41.38122	-70.67447	13	MVY,Takemmy,Vest Tisburi,West Tisbury,tysbry ghrby  masachwst,Вест Тисбури,تیسبری غربی، ماساچوست		MA	007	78235	
4955123	West Townsend	west-townsend	US	01474	0	America/New_York	42.67759	-71.74035	99			MA	017	70360	
4955128	West Roxbury	west-roxbury	US	02132	0	America/New_York	42.27926	-71.1495	62			MA	025	07000	
4955132	West Wareham	west-wareham	US	02576	2064	America/New_York	41.78983	-70.76031	18	Tremont,West Wareham		MA	023	72985	
4955135	West Warren	west-warren	US	01092	0	America/New_York	42.21259	-72.2348	170			MA	027	73090	
4955143	West Yarmouth	west-yarmouth	US	02673	6012	America/New_York	41.65011	-70.24113	6	West Yarmouth,West Yarmouth Village		MA	001	82525	
4955149	Westborough	westborough	US	01581	4045	America/New_York	42.26954	-71.61618	93	Vehst Borrou,Vestboro,Westboro,Westborough,Westborough Centre,wstbrw  masachwst,Вестборо,Вэст Борроу,وستبرو، ماساچوست		MA	027	75015	
4955162	Westbrook	westbrook	US	04092	0	America/New_York	42.41314	-72.62926	55			MA	015	29265	
4955164	Westchester	westchester	US	60154	0	America/New_York	42.30009	-71.82868	233			MA	027	82000	
4955165	Westdale	westdale	US	13483	0	America/New_York	42.02038	-70.98282	24			MA	023	75260	
4955190	Westfield	westfield	US	01085	41690	America/New_York	42.12509	-72.74954	43	BAF,Kee,Vehstfild,Vestfild,Warronoco,Westfield,Westfield Centre,u~esutofirudo,wei si te fei er de,weseuteupildeu,wstfyld  masachwst,Вестфилд,Вэстфилд,وستفیلد، ماساچوست,ウェストフィールド,韦斯特菲尔德,웨스트필드		MA	013	76030	
4955219	Westford	westford	US	01886	21587	America/New_York	42.57926	-71.43784	121	Westford,Westford Centre,weseuteupeodeu,wstfwrd  masachwst,وستفورد، ماساچوست,웨스트퍼드		MA	017	76135	
4955236	Westhampton	westhampton	US	11977	1494	America/New_York	42.30287	-72.77454	190			MA	015	76380	
4955247	Westminster	westminster	US	01441	7028	America/New_York	42.54592	-71.91063	325	Vehstminster,Westminster,Westminster Centre,wstmaynstr  masachwst,Вэстминстер,وستماینستر، ماساچوست		MA	027	77010	
4955259	Weston	weston	US	02493	11682	America/New_York	42.36676	-71.30311	56	The Farmers,Uehston,Weston,Weston Centre,wstwn  masachwst,Уэстон,وستون، ماساچوست		MA	017	77255	
4955294	Westport Point	westport-point	US	02791	0	America/New_York	41.52233	-71.07449	14	Acoakset,Coakset,Cosquitt,Westport Point		MA	005	77570	
4955309	Westview	westview	US	40178	0	America/New_York	42.1126	-71.42867	71			MA	021	25172	
4955312	Westville	westville	US	08093	0	America/New_York	41.88621	-71.1356	11			MA	005	69170	
4955313	Westville	westville	US	08093	0	America/New_York	42.07232	-72.06063	174			MA	027	68155	
4955317	Westwood	westwood	US	02090	14029	America/New_York	42.21399	-71.2245	73	Vehstvud,West Dedham,Westwood,wstwwd  masachwst,wystwwd,Вэствуд,وستوود، ماساچوست,ويستوود,ویسٹووڈ، میساچوسٹس		MA	021	78690	
4955328	Wethersfield	wethersfield	US	06109	0	America/New_York	42.10287	-71.47451	74			MA	021	04930	
4955336	Weymouth	weymouth	US	02188	54395	America/New_York	42.22093	-70.93977	31	Uejmut,Vehjmaus,Vejmut,Wessagusset,Wessagussett,Weymouth,Weymouth Centre,u~eimasu,weimeoseu,wymawth,wymwt  masachwst,Вејмут,Вэймаус,Уеймът,ويماوث,ویماوتھ، میساچوسٹس,ویموت، ماساچوست,ウェイマス,웨이머스		MA	021	78972	
4955376	Whately	whately	US	01093	1600	America/New_York	42.43981	-72.63481	84	Whately,Whately Centre		MA	011	79110	
4955411	Wheelwright	wheelwright	US	01094	0	America/New_York	42.35204	-72.1398	179			MA	027	28740	
4955450	White City	white-city	US	66872	0	America/New_York	42.12037	-71.54117	96			MA	027	30945	
4955457	White Hall	white-hall	US	21161	0	America/New_York	42.37398	-71.99813	265	White Hall,Whitehall		MA	027	58825	
4955465	White Horse Beach	white-horse-beach	US	02381	0	America/New_York	41.93094	-70.55781	3			MA	023	54310	
4955534	Whiteville	whiteville	US	28472	0	America/New_York	42.0376	-71.18699	50			MA	005	38225	
4955539	Whitinsville	whitinsville	US	01588	6704	America/New_York	42.11121	-71.66618	98	Whitinsville,Whitinville		MA	027	46925	
4955544	Whitman	whitman	US	02382	14495	America/New_York	42.08066	-70.9356	36	Little Comfort,South Abington,South Abington Village,Vitman,Whitman,wytmn  masachwst,Витман,ویتمن، ماساچوست		MA	023	79530	
4955635	Wilbraham	wilbraham	US	01095	3915	America/New_York	42.12371	-72.43147	85	Springfield Mountains,Vilbrakham,Wilbraham,Wilbraham Centre,wylbrham  masachwst,Вилбрахам,ویلبرهام، ماساچوست		MA	013	79740	
4955778	Williamsburg	williamsburg	US	01096	2469	America/New_York	42.39314	-72.73009	162	Villiamsburg,wei lian si bao,wylyamzbrg  masachwst,Виллиамсбург,ویلمزبرگ، میساچوسٹس,ویلیامزبرگ، ماساچوست,威廉斯堡		MA	015	79915	
4959296	Brighton	brighton	US	02135	89	America/New_York	45.04533	-69.69478	280			ME	025	07380	
4959312	Bristol	bristol	US	02809	2749	America/New_York	43.95758	-69.50921	22	Aldworth Town,Bristol,Bristol Mills,Bristol i Maine,Brsitol,Pemaquid,Брситол,برسٹل، مینے		ME	015	07485	
4955786	Williamstown	williamstown	US	01267	4325	America/New_York	42.71202	-73.20372	209	Uiljamstaun,Vilijamstaun,Villiamstaun,Williamstown,Williamstown (Massachusetts),Willimston,wei lian si dui,willieomseutaun,wylyamztawn,wylyamztawn  masachwst,Вилијамстаун,Виллиамстаун,Уилямстаун,ولیمزٹاؤن، میساچوسٹس,ويليامزتاون,ویلیامزتاون، ماساچوست,威廉斯敦,윌리엄스타운		MA	003	79985	
4955795	Williamsville	williamsville	US	05362	0	America/New_York	42.26537	-73.38011	239			MA	003	77990	
4955796	Williamsville	williamsville	US	05362	0	America/New_York	42.47509	-72.07897	248			MA	027	31435	
4955834	Willows	willows	US	95988	0	America/New_York	42.55842	-71.53951	72	Sandy Pond Station,Willows		MA	017	03005	
4955840	Wilmington	wilmington	US	01887	22325	America/New_York	42.54648	-71.17367	27	Uilmington,Vilmington,Wilmington,Wilmington Center,u~iruminton,wylmyngtwn  masachwst,Вилмингтон,Уилмингтон,ویلمینگتون، ماساچوست,ویلمینگٹن، میساچوسٹس,ウィルミントン		MA	017	80230	
4955873	Winchendon	winchendon	US	01475	4213	America/New_York	42.6862	-72.04397	304	North Village,Vinchendon,Winchendon,wynchndwn  masachwst,Винчендон,وینچندون، ماساچوست		MA	027	80405	
4955884	Winchester	winchester	US	01890	21374	America/New_York	42.45232	-71.137	6	Uinchester,Vinchester,wincheseuteo,wynchstr  masachwst,Винчестер,Уинчестер,ونچیسٹر، میساچوسٹس,وینچستر، ماساچوست,윈체스터		MA	017	80510	
4955914	Windsor	windsor	US	01270	890	America/New_York	42.51175	-73.05788	622	Vindzor,Windsor,Windsor Hill,Виндзор		MA	003	80685	
4955993	Winthrop	winthrop	US	02152	17618	America/New_York	42.3751	-70.98283	11	Vinsrop,Vintrop,u~insuroppu,vinthropa,winseuleob,wyntrwp  masachwst,Винсроп,Винтроп,ونتھروپ، میساچوسٹس,وینتروپ، ماساچوست,विन्थ्रोप,ウィンスロップ,윈스럽		MA	025	81005	
4956032	Woburn	woburn	US	01801	39555	America/New_York	42.47926	-71.15228	30	Central Village,Vubern,Woburn,Woburn Centre,Woburn Highland,Wooborne,uban,wobeon,wwbrn,wwbwrn  masachwst,Вуберн,ووبرن,ووبرن، میساچوسٹس,ووبورن، ماساچوست,ウーバン,워번		MA	017	81035	
4956055	Wolf Lake	wolf-lake	US	56593	0	America/New_York	41.70427	-70.84948	8			MA	023	57600	
4956120	Woodland	woodland	US	16881	0	America/New_York	42.33621	-71.242	35			MA	017	45560	
4956124	Woodland Park	woodland-park	US	80863	0	America/New_York	42.22648	-71.8309	164			MA	027	02760	
4956152	Woods Hole	woods-hole	US	02543	781	America/New_York	41.52657	-70.67466	6	Vuds Khoul,Wood's Hole,Wood's Holl,Woods Hole,Woods Holl,Вудс Хоул		MA	001	23105	
4956167	Woodside	woodside	US	11377	0	America/New_York	42.33009	-71.62923	76			MA	027	46820	
4956172	Woodsville	woodsville	US	03785	0	America/New_York	42.57342	-71.62451	83	Woods Village,Woodsville		MA	017	61590	
4956173	Woodville	woodville	US	01784	0	America/New_York	42.23759	-71.56201	104			MA	017	31085	
4956184	Worcester	worcester	US	01601	184815	America/New_York	42.26259	-71.80229	147	Grafton Gore,ORH,Ouorster,Pakachoog,Uorsestehr,Ustur,Vigornia,Vustehr,Vuster,Vusteris,Worcester,Worcester i USA,useuteo,usuta,wrsstr,wu si te,wwstr,wwstr  masachwst,Ουόρστερ,Вустер,Вустэр,Уорсестэр,Устър,ווסטר,ورسستر,ووستر، ماساچوست,ووسٹر، میساچوسٹس,ウースター,伍斯特,우스터	027	MA	027	82000	
4956248	Woronoco	woronoco	US	01097	0	America/New_York	42.16398	-72.82954	79	Fairfield,Salmon Falls,Warronoco,Woronoco,Worronoco		MA	013	58650	
4956263	Worthington	worthington	US	01098	0	America/New_York	42.39731	-72.93565	445	Worthington Center,Worthington Centre		MA	015	82175	
4956266	Wrentham	wrentham	US	02093	11251	America/New_York	42.06677	-71.32811	76	Vrehnsam,Wrentham,Wrentham Centre,wrntham  masachwst,Врэнсам,ورنتهام، ماساچوست		MA	021	82315	
4956311	Wyoming	wyoming	US	02898	0	America/New_York	42.45426	-71.06894	15			MA	017	40115	
4956335	Yarmouth	yarmouth	US	04096	25243	America/New_York	41.70567	-70.22863	10	Jarmaus,Mattacheeset,Yarmouth,Yarmouth Village,yarmwt  masachwst,Ярмаус,یارموت، ماساچوست,یارموتھ، میسا چوسٹس		MA	001	82525	
4956338	Yarmouth Port	yarmouth-port	US	02675	5320	America/New_York	41.70205	-70.24947	16	Yarmouth Port,Yarmouthport		MA	001	82525	
4956385	Zoar	zoar	US	44697	0	America/New_York	42.65258	-72.93149	194			MA	011	12505	
4956462	Acton	acton	US	01718	2230	America/New_York	43.53425	-70.90978	218	Ehkshn,Ehkton,aktwn,aktwn  mayn,Эктон,Экшн,أكتون,اکتون، ماین,ایکٹن، مینے		ME	031	00275	
4956470	Adams	adams	US	01220	0	America/New_York	45.32755	-68.90059	134			ME	021	37970	
4956485	Addison	addison	US	04606	1257	America/New_York	44.61841	-67.74416	3	Ehddison,adyswn,adyswn  mayn,Эддисон,أديسون,ادیسون، ماین,ایڈسن، مینے		ME	029	00380	
4956545	Albion	albion	US	02802	2023	America/New_York	44.53229	-69.44254	92	Albion,Albion Corner		ME	011	00590	
4956593	Alexander	alexander	US	14005	534	America/New_York	45.08869	-67.46833	125			ME	029	00660	
4956671	Alna	alna	US	04535	702	America/New_York	44.10619	-69.60366	13	Alna,Alno		ME	015	01010	
4956677	Alton	alton	US	03809	848	America/New_York	45.03145	-68.72865	52			ME	019	01115	
4956714	Amherst	amherst	US	01002	239	America/New_York	44.8334	-68.36419	85	Amkherst,Амхерст		ME	009	01185	
4956740	Andover	andover	US	01810	898	America/New_York	44.63562	-70.75118	214			ME	017	01325	
4956792	Anson	anson	US	04911	752	America/New_York	44.79839	-69.88922	73	Anson,Anson Village		ME	025	01395	
4956815	Appleton	appleton	US	14008	1321	America/New_York	44.28924	-69.25088	49			ME	013	01465	
4956842	Argyle	argyle	US	12809	263	America/New_York	45.05423	-68.67225	37			ME	019		
4956927	Ashville	ashville	US	14710	0	America/New_York	44.48786	-68.12112	27			ME	009	28450	
4956929	Ashland	ashland	US	01721	709	America/New_York	46.63115	-68.40615	214			ME	003	01710	
4956946	Athens	athens	US	04912	881	America/New_York	44.92311	-69.67283	106	Athens,Kinsmantown		ME	025	01885	
4956965	Atlantic	atlantic	US	16111	0	America/New_York	44.17175	-68.42419	14			ME	009	75455	
4956976	Auburn	auburn	US	01501	22871	America/New_York	44.09785	-70.23117	58	Auborn,Obern,Oburn,abrn  myn,ao ben,awbwrn,oban,obeon,Ауборн,Оберн,Обърн,آبرن، مینے,أوبورن,ابرن، مین,オーバーン,奧本,오번	001	ME	001	02060	
4958031	Benson	benson	US	05731	0	America/New_York	45.35949	-69.2956	218			ME	021	06400	
4957003	Augusta	augusta	US	04330	18471	America/New_York	44.31062	-69.77949	38	AUG,Agasta,Aounkousta,Augusta,Cushnoc,Cusinock,Harrington,Herringtown,Koussinock,Ogasta,Ogusta,The Fort,agasta,agwsta  myn,akasta,ao gu si ta,awghwsta,ke ge si ta,ogasta,ogasuta,ogeoseuta,Αουγκούστα,Агаста,Аугуста,Огаста,Огъста,Օգաստա,אוגוסטה,آگسٹا، میئن,آگوستا، مین,أوغوستا,अगस्टा,अगस्ता,ऑगस्टा,অগাস্টা,அகஸ்தா,オーガスタ,奥古斯塔,柯格斯塔,오거스타	ME	ME	011	02100	
4957006	Aurora	aurora	US	04408	126	America/New_York	44.85424	-68.32808	101	Avrora,Аврора		ME	009	02165	
4957131	Bailey Island	bailey-island	US	04003	0	America/New_York	43.72758	-69.99505	14	Bailey Island,Baileys Island		ME	005	31390	
4957276	Bancroft	bancroft	US	25011	63	America/New_York	45.67367	-68.03085	110			ME	003	02760	
4957280	Bangor	bangor	US	04401	32391	America/New_York	44.80118	-68.77781	36	BGR,Bangor,Bangur,Kenduskeag Plantation,Sunbury,baeng-go-eo,ban ge,bango,bangwr  myyn,banjwr,bngr  myn,Бангор,Бангър,Банґор,באנגאר,بانجور,بانگور، میئن,بنگر، مین,バンゴー,班戈,뱅고어	019	ME	019	02795	
4957320	Bar Harbor	bar-harbor	US	04609	2552	America/New_York	44.38758	-68.2039	18	BHB,Bar Harboras,Bar Kharbor,Bar Kharbur,bar harbr  myn,Бар Харбор,Бар Харбър,بار هاربر، مین		ME	009	02865	
4957361	Bar Mills	bar-mills	US	04004	0	America/New_York	43.61314	-70.54978	44			ME	031	09410	
4957377	Baring	baring	US	63531	284	America/New_York	45.13619	-67.31666	27			ME	029	02970	
4957406	Barnard	barnard	US	05031	0	America/New_York	45.36644	-69.20699	227			ME	021	51105	
4957537	Bass Harbor	bass-harbor	US	04653	0	America/New_York	44.24008	-68.34391	6	Bass Harbor,Mckinley		ME	009	77345	
4957569	Batesville	batesville	US	22924	0	America/New_York	46.12561	-68.34698	247			ME	003	47175	
4957570	Bath	bath	US	03740	8305	America/New_York	43.91064	-69.8206	19	Bat,Bath,Behz,Long Reach,Reach,Sagadahoc,The City of Ships,ba si,basu,bath,bth  myn,Бат,Бэз,باتھ، مینے,باث,بث، مین,バス,巴斯	023	ME	023	03355	
4957630	Bayside	bayside	US	11359	0	America/New_York	44.46397	-68.42363	19			ME	009	77415	
4957631	Bayside	bayside	US	11359	0	America/New_York	44.3798	-68.96864	17	Bayside,Methodist Camp Ground,Northport Camp Ground		ME	027	52845	
4957637	Bayville	bayville	US	08721	0	America/New_York	43.8598	-69.60282	8			ME	015	06120	
4957659	Beals	beals	US	04611	643	America/New_York	44.5198	-67.61499	12			ME	029	03670	
4957956	Belfast	belfast	US	04915	6682	America/New_York	44.42591	-69.00642	26	Belfast,bei er fa si te,berufasuto,blfast,blfst  myn,Белфаст,بلفاست,بلفست، مین,بیلفاسٹ، مینے,ベルファスト,贝尔法斯特	027	ME	027	03950	
4957962	Belgrade	belgrade	US	04917	3096	America/New_York	44.44729	-69.83255	76	Belgrehjd,Belgrejd,bylghrayd,Белгрејд,Белгрэйд,بيلغرايد		ME	011	04020	
4957964	Belgrade Lakes	belgrade-lakes	US	04918	0	America/New_York	44.52645	-69.887	81			ME	011	04020	
4958004	Benedicta	benedicta	US	04733	0	America/New_York	45.80172	-68.41169	187			ME	003	69930	
4958016	Bennett	bennett	US	27208	0	America/New_York	46.11339	-68.11113	184			ME	003	54385	
4958037	Benton	benton	US	17814	2658	America/New_York	44.58618	-69.55088	30	Benton,Бентон		ME	011	04475	
4958054	Bernard	bernard	US	04612	0	America/New_York	44.24119	-68.35585	22			ME	009	77345	
4958084	Bethel	bethel	US	04217	2507	America/New_York	44.40423	-70.79062	221	Bezehl,Безэл		ME	017	04825	
4958124	Biddeford Pool	biddeford-pool	US	04006	0	America/New_York	43.44481	-70.34144	5	Biddeford Pool,Fletcher Neck,Winter Harbor		ME	031	04860	
4958141	Biddeford	biddeford	US	04005	21282	America/New_York	43.49258	-70.45338	21	Biddeford,Biddford,bi di fu de,bidefodo,bydfwrd,bydfwrd  myn,Биддефорд,Биддфорд,Біддефорд,بيدفورد,بیدفورد، مین,بیڈیفورڈ، میئن,ビデフォード,比迪福德		ME	031	04860	
4958286	Bigelow	bigelow	US	56117	0	America/New_York	45.08089	-70.32062	397	Bigelow,Bigelow Station		ME	007	10740	
4958327	Bingham	bingham	US	04920	758	America/New_York	45.05867	-69.88228	111			ME	025	05000	
4958338	Birch Harbor	birch-harbor	US	04613	0	America/New_York	44.38869	-68.03723	9			ME	009	28450	
4958444	Bishop	bishop	US	24604	0	America/New_York	46.8406	-67.93475	125			ME	003	10565	
4958636	Blackstone	blackstone	US	01504	0	America/New_York	46.9556	-68.23392	194			ME	003	83540	
4958641	Blackwater	blackwater	US	24221	0	America/New_York	46.42727	-68.30781	175			ME	003	11785	
4958649	Blaine	blaine	US	04734	301	America/New_York	46.50476	-67.86864	154			ME	003	05385	
4958654	Blair	blair	US	25022	0	America/New_York	45.6331	-70.17534	355			ME	025	35345	
4958678	Blanchard	blanchard	US	16826	86	America/New_York	45.26755	-69.58366	175			ME	021		
4958721	Blue Hill	blue-hill	US	04614	943	America/New_York	44.41397	-68.58669	7	Blue Hill,Blue Hill Village		ME	009	05700	
4958740	Blue Point	blue-point	US	11715	0	America/New_York	43.55231	-70.35644	27			ME	005	66145	
4958808	Bodfish	bodfish	US	93205	0	America/New_York	45.37421	-69.43005	217			ME	021	51105	
4958954	Boothbay	boothbay	US	04537	3077	America/New_York	43.87647	-69.63366	37	Boothbay,Boothbay Center,Buzbehj,Newagen,North Boothbay,Townshend,Бузбэй		ME	015	06050	
4958958	Boothbay Harbor	boothbay-harbor	US	04538	1086	America/New_York	43.8523	-69.6281	13			ME	015	06120	
4959024	Bowdoinham	bowdoinham	US	04008	722	America/New_York	44.01008	-69.89838	23			ME	023	06365	
4959106	Bradford	bradford	US	02808	1233	America/New_York	45.06673	-68.93781	72			ME	019	06575	
4959119	Bradley	bradley	US	04411	1291	America/New_York	44.9209	-68.62809	26			ME	019	06680	
4959223	Bremen	bremen	US	04551	813	America/New_York	44.00147	-69.42866	23	Bremen,Bremen Grade School		ME	015	06855	
4959233	Brewer	brewer	US	04412	9232	America/New_York	44.79674	-68.76142	15	Brewer,Brewer Village,Brjua,Bru,brw  myn,brwyr  myyn,brywr,bu lu er,buruwa,Бру,Брюа,برو، مین,بروئر، میئن,بريور,ブルワー,布魯爾		ME	019	06925	
4959274	Bridgewater	bridgewater	US	02324	636	America/New_York	46.42782	-67.84336	130	Bridzhuoter,Бриджуотер		ME	003	07065	
4959279	Bridgton	bridgton	US	04009	2071	America/New_York	44.05479	-70.71284	137	Bridgton,Bridgton Village,Bridzton,Pendleton Cove,brdgatn,burijjiton,Бриџтон,بردگاتن,بریجٹن، میئن,ブリッジトン		ME	005	07170	
4959356	Brooklin	brooklin	US	04616	874	America/New_York	44.26619	-68.56919	35			ME	009	07800	
4959359	Brooks	brooks	US	04921	1063	America/New_York	44.55035	-69.12087	118			ME	027	07870	
4959371	Brooksville	brooksville	US	04617	947	America/New_York	44.34674	-68.68364	8	Brooksville,Brooksville Corner		ME	009	07975	
4959373	Brookton	brookton	US	04413	0	America/New_York	45.52979	-67.76556	137			ME	029	53500	
4959433	Brownfield	brownfield	US	04010	1301	America/New_York	43.93813	-70.90868	129	Brownfield,Brownfield Centre		ME	017	08150	
4959464	Brownville	brownville	US	04414	1309	America/New_York	45.307	-69.03337	110			ME	021	08325	
4959466	Brownville Junction	brownville-junction	US	04415	0	America/New_York	45.35005	-69.05226	115			ME	021	08325	
4959473	Brunswick	brunswick	US	04011	15175	America/New_York	43.91452	-69.96533	19	Bransuik,Bransvik,Braunshvejg,Brunsuik,Brunswick,NHZ,Pejebscot,Pejepscot,beuleonjeuwig,buranzuu~ikku,Брансвик,Брансвік,Брансуик,Брауншвейг,Брунсуик,برنزوک، مینے,ブランズウィック,브런즈윅		ME	005	08430	
4959497	Bryant Pond	bryant-pond	US	04219	0	America/New_York	44.3784	-70.6459	214	Bryant Pond,Bryant's Pond,Bryants Pond		ME	017	87355	
4959521	Buckfield	buckfield	US	04220	1791	America/New_York	44.28951	-70.36534	109			ME	017	08710	
4959551	Bucksport	bucksport	US	04416	2885	America/New_York	44.57369	-68.79559	17	Baksport,Bucksport,Buckstown,bwksbwrt,bwkspwrt  myn,Бакспорт,بوكسبورت,بوکسپورت، مین		ME	009	08815	
4959561	Buffalo	buffalo	US	14201	0	America/New_York	46.82699	-68.48588	234			ME	003	60300	
4959652	Burlington	burlington	US	01803	365	America/New_York	45.20923	-68.42669	156	Berlington,Берлингтон		ME	019	09200	
4959658	Burnham	burnham	US	04922	1187	America/New_York	44.69284	-69.42755	43	Burnham,Burnham Junction		ME	027	09270	
4959754	Bustins Island	bustins-island	US	04013	0	America/New_York	43.79897	-70.06977	18	Bibber Island,Bibbers Island,Bustins Island		ME	005	26525	
4959799	Buxton	buxton	US	04093	8136	America/New_York	43.63786	-70.51894	56	Bakston,Buxton,Buxton United Methodist Church,Бакстон		ME	031	09410	
4959809	Byron	byron	US	14422	126	America/New_York	44.722	-70.63062	271			ME	017	09550	
4959834	Calais	calais	US	04619	2980	America/New_York	45.18376	-67.27662	13	Calais,Kala,Kalais,Kallus,ka li si,kalys,karesu,kly  myn,Кала,Калаис,كاليس,کلی، مین,کیلئے، میئن,カレス,卡利斯		ME	029	09585	
4959873	California	california	US	15419	0	America/New_York	47.06921	-68.10586	264			ME	003	74405	
4959902	Cambridge	cambridge	US	02138	512	America/New_York	45.02422	-69.47394	105	Kembridzh,Кембридж		ME	025	09655	
4959908	Camden	camden	US	04843	3570	America/New_York	44.2098	-69.06476	8	Camden,Kamdehn,Kamden,Kehmden,Mada-Kamigosek,kamdn,Камден,Камдэн,Кэмден,كامدن,کیمڈن، مینے		ME	013	09725	
4960009	Campbell	campbell	US	14821	0	America/New_York	46.7731	-67.96141	163			ME	003	60825	
4960036	Canaan	canaan	US	03741	2097	America/New_York	44.76173	-69.56144	71			ME	025	09935	
4960064	Canton	canton	US	02021	1165	America/New_York	44.4408	-70.31649	121			ME	017	10005	
4960078	Cape Elizabeth	cape-elizabeth	US	04107	0	America/New_York	43.5637	-70.20005	6	Cape Elizabeth,Kehjp Ehlizabeht,The North Land,kab alyzabth,kepuerizabesu,kyp alyzabt  myn,Кэйп Элизабэт,كاب إليزابث,کیپ الزبتھ، مینے,کیپ الیزابت، مین,ケープエリザベス		ME	005	10180	
4960091	Cape Neddick	cape-neddick	US	03902	2568	America/New_York	43.1937	-70.62089	12	Cape Neddick,Cape Nuddike,Neddock Cape,Nedick Cape		ME	031	87985	
4960122	Caratunk	caratunk	US	04925	112	America/New_York	45.23394	-69.99006	185	Caratunk,Carratunk,Carritunk,Curritunk		ME	025	10495	
4960127	Cape Porpoise	cape-porpoise	US	04014	0	America/New_York	43.37259	-70.43811	4			ME	031	36745	
4960140	Caribou	caribou	US	04736	7816	America/New_York	46.8606	-68.01197	137	CAR,Caribou,Caribou Village,Karibou,Karibu,ka li bu,karibu,karybw,karybw  myyn,krbw  myn,Карибоу,Карибу,كاريبو,کاریبو، میئن,کربو، مین,カリブー,卡里布		ME	003	10565	
4960271	Carroll	carroll	US	43112	150	America/New_York	45.41451	-68.03807	254			ME	019	10810	
4960316	Carson	carson	US	23830	0	America/New_York	46.84365	-68.1342	175			ME	003	87215	
4960332	Carthage	carthage	US	13619	541	America/New_York	44.62423	-70.47312	140			ME	007	10915	
4960341	Cary	cary	US	27511	226	America/New_York	45.99533	-67.86196	136			ME	003	11020	
4960358	Casco	casco	US	04015	587	America/New_York	44.00674	-70.52284	141	Casco,Casco Village,Casco i Maine,Casko,Caskoe,Kasko,kaskw,kskw  myn,Каско,كاسكو,کسکو، مین		ME	005	11125	
4960381	Castine	castine	US	04420	1029	America/New_York	44.38785	-68.79975	25	Biguyduce,Castine,Kadeskik*,Kastin,Machabitticus,Mesemadega,Mosemadage,Penobscot,Pentagoet,kastyn,kstyn  myn,Кастин,كاستين,کستین، مین		ME	009	11265	
4960451	Cedar	cedar	US	49621	0	America/New_York	45.05813	-67.46388	116			ME	029	00660	
4960495	Cedar Grove	cedar-grove	US	07009	0	America/New_York	44.11618	-69.7631	4	Cedar Grove,Cedar Groves		ME	015	18475	
4960535	Centerville	centerville	US	02632	27	America/New_York	44.70563	-67.67889	31			ME	029	53500	
4960569	Center Lovell	center-lovell	US	04016	0	America/New_York	44.17951	-70.89201	162			ME	017	41365	
4960588	Chamberlain	chamberlain	US	04541	0	America/New_York	43.89203	-69.47727	3			ME	015	07485	
4960657	Chapman	chapman	US	36015	483	America/New_York	46.6481	-68.16087	173			ME	003	12000	
4960682	Charleston	charleston	US	04422	1452	America/New_York	45.08506	-69.04059	149	Charlston,Чарлстон		ME	019	12105	
4960692	Charlotte	charlotte	US	05445	337	America/New_York	45.02119	-67.24527	25	Sharlott,Шарлотт		ME	029	12175	
4960715	Chase Mills	chase-mills	US	13621	0	America/New_York	44.25979	-70.29145	100	Chase Mills,Chase's Mills,West Turner		ME	001	77800	
4960716	Chase Mills	chase-mills	US	13621	0	America/New_York	44.75619	-67.35999	20			ME	029	20960	
4960741	Chebeague Island	chebeague-island	US	04017	0	America/New_York	43.74092	-70.1081	21	Chebeag Island,Chebeague Island,Gaboag Island,Great Gaboug Island,Great Gebeag Island,Great Jebege Island,Great Jubegue Island,Jabeque Island,Sibambes		ME	005		
4960753	Chelsea	chelsea	US	02150	2661	America/New_York	44.25035	-69.71727	55	Chelsea,Winnisimet		ME	011	12350	
4960760	Cherryfield	cherryfield	US	04622	1203	America/New_York	44.6073	-67.92584	18	Cherryfield,Cherryfield Village		ME	029	12455	
4960771	Chesterville	chesterville	US	43317	1216	America/New_York	44.55117	-70.08617	116			ME	007	12595	
4960785	Chester	chester	US	01011	546	America/New_York	45.40867	-68.49975	67			ME	019	12525	
4960805	Chicopee	chicopee	US	01013	0	America/New_York	43.70063	-70.55339	96			ME	031	09410	
4960817	China	china	US	77613	4269	America/New_York	44.47868	-69.51726	70	Chajna,China,China Village,tshayna,Чайна,تشاينا,چائنا، مینے		ME	011	12735	
4960829	Chisholm	chisholm	US	55719	1380	America/New_York	44.48145	-70.1995	120	Chisholm,Chisholm's Mills		ME	007	35625	
4961014	Clarks Mills	clarks-mills	US	16114	0	America/New_York	43.57897	-70.60311	74	Clarks Mill,Clarks Mills		ME	031	33665	
4961036	Clayton Lake	clayton-lake	US	04737	0	America/New_York	46.61086	-69.52228	322			ME	003	53602	
4961064	Cleveland	cleveland	US	13042	0	America/New_York	47.26004	-68.25893	184			ME	003	42520	
4961073	Cliff Island	cliff-island	US	04019	0	America/New_York	43.69619	-70.10783	8			ME	005	60545	
4961089	Clifton	clifton	US	07011	772	America/New_York	44.81674	-68.51114	91	Klifton,Клифтон		ME	019	13365	
4961093	Clinton	clinton	US	01510	1419	America/New_York	44.63784	-69.5031	40	Klinton,Клинтон		ME	011	13470	
4961133	Coburn	coburn	US	16832	0	America/New_York	44.88812	-69.22532	108			ME	019	49065	
4961186	Colby	colby	US	54421	0	America/New_York	46.90032	-68.13586	193			ME	003	87215	
4961209	Cold Brook	cold-brook	US	13324	0	America/New_York	44.78007	-68.86865	49			ME	019	32510	
4961316	Columbia	columbia	US	06237	477	America/New_York	44.65813	-67.77444	18	Kolumbia,Kolumbija,kwlwmbya,Колумбиа,Колумбия,كولومبيا,کولمبیا، مینے		ME	029	13750	
4961318	Columbia Falls	columbia-falls	US	04623	623	America/New_York	44.65369	-67.7275	6			ME	029	13820	
4961397	Concordville	concordville	US	19331	0	America/New_York	43.17037	-70.59616	13			ME	031	87985	
4961462	Cooper	cooper	US	50059	151	America/New_York	44.95952	-67.43971	82			ME	029	14100	
4961475	Coopers Mills	coopers-mills	US	04341	0	America/New_York	44.25896	-69.55199	55	Cooper's Mills,Coopers Mills		ME	015	85010	
4961489	Corea	corea	US	04624	0	America/New_York	44.40091	-67.975	8			ME	009	28450	
4961493	Corinna	corinna	US	04928	2230	America/New_York	44.92117	-69.26171	70			ME	019	14310	
4961511	Cornish	cornish	US	03745	1319	America/New_York	43.8048	-70.80117	107	Cornish,Cornish Village,Kornish,kwrnysh,Корниш,كورنيش		ME	031	14485	
4961518	Cornville	cornville	US	86325	1256	America/New_York	44.83673	-69.67311	140			ME	025	14555	
4961649	Cranberry Isles	cranberry-isles	US	04625	133	America/New_York	44.24841	-68.26029	5			ME	009	14905	
4961691	Crawford	crawford	US	26343	112	America/New_York	45.05285	-67.55138	87			ME	029	14940	
4961827	Crouseville	crouseville	US	04738	0	America/New_York	46.75504	-68.09642	137			ME	003	80285	
4961877	Crystal	crystal	US	48818	296	America/New_York	45.95922	-68.36031	158			ME	003	15395	
4961898	Cumberland Center	cumberland-center	US	04021	2499	America/New_York	43.79647	-70.25894	57	Cumberland,Cumberland Center,Cumberland Centre		ME	005	15430	
4961905	Cumberland Foreside	cumberland-foreside	US	04110	0	America/New_York	43.77008	-70.19755	20	Cumberland,Cumberland Foresid,Cumberland Foreside		ME	005	15430	
4961912	Cummings	cummings	US	58223	0	America/New_York	43.23981	-70.81645	37			ME	031	04720	
4961976	Cushing	cushing	US	04563	1374	America/New_York	44.01925	-69.23977	13			ME	013	15780	
4962015	Cutler	cutler	US	04626	648	America/New_York	44.65758	-67.20387	7			ME	029	15920	
4962056	Dallas	dallas	US	18612	260	America/New_York	44.997	-70.5559	461			ME	007	16165	
4962066	Damariscotta	damariscotta	US	04543	1142	America/New_York	44.03286	-69.51866	15	Damariscotta,Madamascontee		ME	015	16235	
4962079	Damascus	damascus	US	18415	0	America/New_York	44.81229	-69.0806	67			ME	019	10670	
4962090	Danforth	danforth	US	04424	654	America/New_York	45.66034	-67.86835	116			ME	029	16410	
4962104	Danville	danville	US	03819	0	America/New_York	44.0223	-70.26561	62	Danville,Pejepscot		ME	001	02060	
4962317	Dedham	dedham	US	02026	1478	America/New_York	44.69174	-68.66198	24			ME	009	16935	
4962384	Deer Isle	deer-isle	US	04627	1950	America/New_York	44.22397	-68.67753	12	Deer Isle,Deer Isle Village,Dia Ajsl,dyr aysl,Диа Айсл,دير أيسل		ME	009	17145	
4962403	Deering	deering	US	58731	0	America/New_York	43.67591	-70.29838	32			ME	005	60545	
4962442	Denmark	denmark	US	04022	1044	America/New_York	43.97035	-70.8034	161			ME	017	17250	
4962467	Dennysville	dennysville	US	04628	332	America/New_York	44.90369	-67.2286	10			ME	029	17355	
4962479	Derby	derby	US	05829	0	America/New_York	45.23644	-68.98032	96	Derby,Medford Junction		ME	021	46020	
4962481	Detroit	detroit	US	04929	848	America/New_York	44.79257	-69.29671	56	Chandlerville,Detroit,Детроит		ME	025	17460	
4962502	Dexter	dexter	US	04930	2158	America/New_York	45.02395	-69.28977	127	Dekstehr,Dekster,dkstr  myn,dykstr,Декстер,Декстэр,ديكستر,دکستر، مین,ڈیکسٹر، مینے		ME	019	17530	
4962526	Dickey	dickey	US	58431	0	America/New_York	47.10948	-69.08643	184			ME	003	00800	
4962589	Dixfield	dixfield	US	04224	1076	America/New_York	44.53395	-70.4559	133			ME	017	17740	
4962596	Dixmont	dixmont	US	04932	1107	America/New_York	44.68035	-69.16282	159			ME	019	17950	
4962772	Dover	dover	US	02030	0	America/New_York	43.92314	-69.63782	18	Bristol,Dover,Hilton's Plantation,Wecanacohunt		ME	015	06050	
4962775	Dover-Foxcroft	dover-foxcroft	US	04426	2528	America/New_York	45.18339	-69.22699	110	Dover-Fokskroft,Dovur-Fokskroft,Duvehr-Fokskroft,duo fu-fu ke si ke luo fu te,Довер-Фокскрофт,Довър-Фокскрофт,Дувэр-Фокскрофт,ドーバー・フォックスクロフト,多佛-福克斯克罗夫特		ME	021	18195	
4962889	Dryden	dryden	US	04225	0	America/New_York	44.58673	-70.20978	147			ME	007	85850	
4963111	Eagle Lake	eagle-lake	US	04739	625	America/New_York	47.04004	-68.58949	189			ME	003	19420	
4963140	East Andover	east-andover	US	03231	0	America/New_York	44.61617	-70.71479	210			ME	017	01325	
4963147	East Baldwin	east-baldwin	US	04024	0	America/New_York	43.80313	-70.67811	95	East Baldwin Mattocks Station		ME	005	02655	
4963159	East Blue Hill	east-blue-hill	US	04629	0	America/New_York	44.41758	-68.52252	8	East Blue Hill,East Bluehill		ME	009	05700	
4963160	East Boothbay	east-boothbay	US	04544	0	America/New_York	43.86508	-69.58643	1	East Booth Bay,East Boothbay,Hodgdon's Mills,Winnaganset,Winnegance,Winneqansege,Winneqansek,Winniqans		ME	015	06050	
4963247	East Corinth	east-corinth	US	05040	0	America/New_York	45.00257	-69.02365	93			ME	019	14380	
4963252	East Dixfield	east-dixfield	US	04227	0	America/New_York	44.5734	-70.30367	147			ME	007	85850	
4963254	East Dover	east-dover	US	05341	0	America/New_York	45.18672	-69.17004	98			ME	021	18195	
4963301	East Livermore	east-livermore	US	04228	0	America/New_York	44.41312	-70.14395	102			ME	001	40770	
4963306	East Machias	east-machias	US	04630	1350	America/New_York	44.73924	-67.38999	11			ME	029	20960	
4963318	East Millinocket	east-millinocket	US	04430	1567	America/New_York	45.62755	-68.57448	112			ME	019	21030	
4963329	East Newport	east-newport	US	04933	0	America/New_York	44.8209	-69.22255	74			ME	019	49065	
4963330	East Northport	east-northport	US	11731	0	America/New_York	44.38202	-68.98003	15	Browns Corner,East Northport		ME	027	52845	
4963333	East Orland	east-orland	US	04431	0	America/New_York	44.56674	-68.67975	49			ME	009	55505	
4963343	East Parsonsfield	east-parsonsfield	US	04028	0	America/New_York	43.73341	-70.8434	196	East Parsonfield,East Parsonsfield		ME	031	56870	
4963357	East Poland	east-poland	US	04230	0	America/New_York	44.07063	-70.32811	87			ME	001	60020	
4963388	Stoneham	stoneham	US	02180	0	America/New_York	44.25035	-70.81257	186			ME	017	74510	
4963398	East Troy	east-troy	US	53120	0	America/New_York	44.67062	-69.2056	108			ME	027	77625	
4963403	East Vassalboro	east-vassalboro	US	04935	0	America/New_York	44.44785	-69.60588	58			ME	011	78745	
4963407	East Waterboro	east-waterboro	US	04030	0	America/New_York	43.57147	-70.67895	93			ME	031	80530	
4963408	East Waterford	east-waterford	US	17021	0	America/New_York	44.21174	-70.68201	165			ME	017	80635	
4963409	East Wilton	east-wilton	US	04234	0	America/New_York	44.61589	-70.19284	123			ME	007	85850	
4963413	East Winthrop	east-winthrop	US	04343	0	America/New_York	44.32174	-69.89644	58			ME	011	86970	
4963478	Easton	easton	US	02334	1299	America/New_York	46.64115	-67.90947	179	Iston,Истон		ME	003	21380	
4963486	Eastport	eastport	US	04631	1266	America/New_York	44.90619	-66.98998	32	Eastport,Island City,Istport,aystbwrt,aystpwrt  myn,dong gang,isutopoto,Истпорт,Իսթփորթ,إيستبورت,ایستپورت، مین,ایسٹپورٹ، میئن,イーストポート,東港		ME	029	21730	
4963496	Eaton	eaton	US	13334	0	America/New_York	45.60534	-67.80556	123			ME	029	16410	
4963547	Eddington	eddington	US	04428	2133	America/New_York	44.82618	-68.69337	22			ME	019	22535	
4963552	Eden	eden	US	05652	0	America/New_York	44.43091	-68.32085	35			ME	009	02865	
4963559	Edgecomb	edgecomb	US	04556	1133	America/New_York	43.95841	-69.6306	44			ME	015	22675	
4963613	Egypt	egypt	US	72427	0	America/New_York	44.55897	-68.28085	0			ME	009	26350	
4963642	Eliot	eliot	US	03903	6528	America/New_York	43.15314	-70.80006	9	Eliot,Eliot Depot		ME	031	22955	
4963692	Ellsworth	ellsworth	US	04605	7857	America/New_York	44.54341	-68.41946	33	Ehllsvors,Elsuurt,Elsvort,ai er si wo si,alswrth,alzwrth  myn,erusuwasu,Елсворт,Елсуърт,Эллсворс,إلسورث,الزورث، مین,ایلسورتھ، میئن,エルスワース,埃爾斯沃思	009	ME	009	23200	
4963727	Elmore	elmore	US	36025	0	America/New_York	43.96036	-69.19588	12	Elmore,Elmore Neighborhood		ME	013	65130	
4963729	Elmwood	elmwood	US	02337	0	America/New_York	43.72258	-70.56672	143			ME	005	73670	
4963794	Empire	empire	US	35063	0	America/New_York	44.05396	-70.32422	96			ME	001	60020	
4963801	Enfield	enfield	US	03748	1680	America/New_York	45.24894	-68.56836	52			ME	019	23620	
4963823	Epping	epping	US	03042	0	America/New_York	44.68202	-67.76611	58			ME	029	13750	
4963837	Estcourt Station	estcourt-station	US	04741	4	America/New_York	47.45891	-69.22425	213			ME	003	53602	
4963848	Etna	etna	US	03750	1052	America/New_York	44.8209	-69.11115	71			ME	019	23865	
4963858	Eustis	eustis	US	04936	712	America/New_York	45.21728	-70.4784	359			ME	007	24005	
4963926	Fairbanks	fairbanks	US	47849	0	America/New_York	44.70311	-70.16284	124			ME	007	24775	
4963932	Fairfield	fairfield	US	04937	2638	America/New_York	44.5884	-69.59866	43	Fairfield,Fajpfild,Ferfild,Feurfild,Kendall's Mills,Файпфилд,Ферфилд,Феърфилд,فیئرفیلڈ، مین		ME	025	24320	
4963947	Fairmount	fairmount	US	30139	0	America/New_York	46.69643	-67.86752	205			ME	003	25615	
4963985	Falmouth	falmouth	US	02540	1855	America/New_York	43.72953	-70.24199	26	Falmaus,Falmouth,Falmut,Presumpscot Falls,Stogummor,farumasu,flmt  myn,Фалмаус,Фалмут,فالماوتھ، میئن,فلمت، مین,ファルマス		ME	005	24495	
4964021	Farmingdale	farmingdale	US	04344	1970	America/New_York	44.24451	-69.77143	16			ME	011	24670	
4964024	Farmington	farmington	US	03835	4288	America/New_York	44.67062	-70.15117	126	Farmington,Фармингтон	007	ME	007	24775	
4964026	Farmington Falls	farmington-falls	US	04940	0	America/New_York	44.6209	-70.07534	105	Amessecantee,Farmington Falls,Meeseecontee		ME	007	24775	
4964068	Fayette	fayette	US	13065	1081	America/New_York	44.40896	-70.03367	103			ME	011	24950	
4964390	Five Points	five-points	US	36855	0	America/New_York	43.48314	-70.47061	45			ME	031	04860	
4964558	Forest	forest	US	24551	0	America/New_York	45.57118	-67.72778	134			ME	029	53500	
4964562	Forest City	forest-city	US	18421	0	America/New_York	45.65979	-67.72973	140			ME	029	53500	
4964605	Fort Fairfield	fort-fairfield	US	04742	1825	America/New_York	46.77227	-67.83391	116	Fort Ferfild,fwrt fyrfyld,Форт Ферфилд,فورت فيرفيلد		ME	003	25615	
4964627	Fort Kent	fort-kent	US	04743	2488	America/New_York	47.25865	-68.58949	171	Fort Kent,Fort-Kent,La Decharge*,fwrt kynt,Форт Кент,Форт-Кент,فورت كينت,فورٹ کینٹ، مینے		ME	003	25755	
4964634	Fort Kent Mills	fort-kent-mills	US	04744	0	America/New_York	47.23893	-68.58394	190			ME	003	25755	
4964645	Fort Lyon	fort-lyon	US	81038	0	America/New_York	43.69147	-70.18421	6			ME	005	41067	
4964727	Four Corners	four-corners	US	82715	0	America/New_York	46.8781	-67.82474	164			ME	003	39300	
4964728	Four Corners	four-corners	US	82715	0	America/New_York	43.35453	-70.50533	6			ME	031	36535	
4964813	Frankfort	frankfort	US	04438	1082	America/New_York	44.6098	-68.8767	11	Frankfurt,Франкфурт		ME	027	26280	
4964817	Franklin	franklin	US	02038	1424	America/New_York	44.58702	-68.23224	17	Franklin,Франклин		ME	009	26350	
4964856	Freedom	freedom	US	03836	671	America/New_York	44.53035	-69.29782	141	Freedom,Freedom Village		ME	027	26420	
4964867	Freeport	freeport	US	04032	1485	America/New_York	43.85702	-70.10311	50	Freeport,Friport,Harraseeket Settlement,frybwrt,Фрипорт,فريبورت,فری پورٹ، مینے		ME	005	26525	
4964905	French Settlement	french-settlement	US	70733	0	America/New_York	44.96979	-68.72615	51			ME	019	55225	
4964909	Frenchboro	frenchboro	US	04635	40	America/New_York	44.11814	-68.36252	12			ME	009	26595	
4964918	Frenchville	frenchville	US	04745	0	America/New_York	46.68115	-68.33309	222			ME	003	01710	
4964919	Frenchville	frenchville	US	04745	1037	America/New_York	47.28087	-68.37976	155	Dickeyville,Frenchville,WFK		ME	003	26735	
4964943	Friendship	friendship	US	04547	1252	America/New_York	43.98369	-69.33394	36	Friendship,Meduncook Settlement		ME	013	26805	
4964996	Fryeburg	fryeburg	US	04037	1631	America/New_York	44.01646	-70.98062	131	FRY,Frajberg,Frajburg,Fryeburg,Фрайбург,Фрајберг		ME	017	26910	
4965079	Gardiner	gardiner	US	04345	5597	America/New_York	44.23007	-69.77532	7	Gardinehr,Gardiner,gadina,gardnr  myn,ghardynr,jia de na,Гардинер,Гардинэр,غاردينر,گاردنر، مین,گارڈنر، میئن,ガーディナー,加德納		ME	011	27085	
4965101	Garland	garland	US	04939	1029	America/New_York	45.0384	-69.16032	112	Girljanda,Гирлянда		ME	019	27190	
4965165	Georgetown	georgetown	US	01833	0	America/New_York	43.80453	-69.74671	5	Dzhordzhtaun,Georgetown,Georgetown Village,jwrjtawn,Джорджтаун,جارج ٹاؤن، مینے,جورجتاون		ME	023	27295	
4965166	Georgetown	georgetown	US	01833	0	America/New_York	44.63535	-67.82583	19			ME	029	13750	
4965186	Gerry	gerry	US	14740	0	America/New_York	45.01701	-68.81837	53			ME	019	01115	
4965197	Ghent	ghent	US	12075	0	America/New_York	44.33619	-69.20004	58			ME	027	66565	
4965212	Gilbertville	gilbertville	US	01031	0	America/New_York	44.45701	-70.30673	119			ME	017	10005	
4965217	Gilead	gilead	US	68362	162	America/New_York	44.39423	-70.97285	216			ME	017	27505	
4965222	Gilford	gilford	US	03249	0	America/New_York	45.36422	-68.66836	77			ME	019	52710	
4965288	Glen Cove	glen-cove	US	11542	0	America/New_York	44.13369	-69.09421	15	Glen Cove,Glencove		ME	013	63660	
4965297	Glenwood	glenwood	US	07418	0	America/New_York	45.7745	-68.11807	193			ME	003	27855	
4965309	Globe	globe	US	85501	0	America/New_York	44.22702	-69.38838	89			ME	013	80425	
4965361	Goodrich	goodrich	US	48438	0	America/New_York	46.84532	-67.84696	162			ME	003	25615	
4965369	Goodwin	goodwin	US	57238	0	America/New_York	46.81365	-67.88891	117			ME	003	25615	
4965481	Gorham	gorham	US	03581	6882	America/New_York	43.67952	-70.44422	73	Goram,Gorem,Gorkham,Gorkhehm,Gorum,ghwrham,goramu,Горам,Горем,Горхам,Горхэм,Горъм,غورهام,گورہم، میئن,ゴーラム		ME	005	28240	
4965529	Gouldsboro	gouldsboro	US	04607	2018	America/New_York	44.47841	-68.03834	25	Gouldsboro,Gouldsborough,West Bay		ME	009	28450	
4965577	Grand Isle	grand-isle	US	04746	539	America/New_York	47.30532	-68.15198	152			ME	003	28590	
4965586	Grand Lake Stream	grand-lake-stream	US	04637	156	America/New_York	45.17952	-67.77445	103			ME	029	28660	
4965671	Gray	gray	US	04039	884	America/New_York	43.88563	-70.33172	91	Gray,Grehj,Grej,New Boston,gry  myn,Греј,Грэй,گری، مین		ME	005	28870	
4965884	Green Lake	green-lake	US	54941	0	America/New_York	44.67118	-68.55475	50	Green Lake,Greenlake		ME	009	16935	
4965914	Green Ridge	green-ridge	US	65332	0	America/New_York	46.79393	-67.94502	225			ME	003	10565	
4965923	Greenbush	greenbush	US	02040	1477	America/New_York	45.08034	-68.65086	34			ME	019	29185	
4965929	Greene	greene	US	02827	4238	America/New_York	44.18979	-70.14033	95	Greene,Greene Village		ME	001	29255	
4965934	Greenfield	greenfield	US	01301	0	America/New_York	45.04729	-68.48141	125			ME	019	19868	
4965978	Greenville	greenville	US	02828	1257	America/New_York	45.45949	-69.59061	318	Grinvil,Grinvill,ghrynfyl,Гринвил,Гринвилл,غرينفيل,گرینویل، مینے		ME	021	29535	
4965983	Greenville Junction	greenville-junction	US	04442	0	America/New_York	45.46088	-69.61617	317			ME	021	29535	
4965991	Greenwood	greenwood	US	04255	834	America/New_York	44.3184	-70.6509	208			ME	017	29710	
4966041	Grindstone	grindstone	US	15442	0	America/New_York	46.57615	-68.08753	152			ME	003	12000	
4966042	Grindstone	grindstone	US	15442	0	America/New_York	45.73616	-68.5867	98			ME	019	52710	
4966059	Griswold	griswold	US	51535	0	America/New_York	46.40977	-68.29809	181			ME	003	11785	
4966071	Grove	grove	US	74344	0	America/New_York	45.00008	-67.43249	125			ME	029	14100	
4966205	Hale	hale	US	48739	0	America/New_York	44.59006	-70.56146	172			ME	017	45285	
4966320	Hallowell	hallowell	US	04347	2315	America/New_York	44.2859	-69.79088	12	Hallowell,Hallowell Hook,Khallouvehll,Khalovel,The Hook,ha luo wei er,halwwl,harou~eru,hlwwyl,Халлоувэлл,Халовел,هالوول,هلوويل,ہالوویل، میئن,ハロウェル,哈洛韋爾		ME	011	30550	
4966346	Hamlin	hamlin	US	14464	267	America/New_York	47.06588	-67.79391	160			ME	003	30690	
4966371	Hampden	hampden	US	01036	4343	America/New_York	44.74452	-68.83698	33	Hampden,Hampden Village,Khampden,hambdyn,hmpdn  myn,Хампден,هامبدين,همپدن، مین		ME	019	30795	
4966383	Hancock	hancock	US	03449	2232	America/New_York	44.52924	-68.25363	11			ME	009	30970	
4966412	Hanford	hanford	US	93230	0	America/New_York	46.91337	-68.25893	207			ME	003	58060	
4966421	Hanover	hanover	US	02339	261	America/New_York	44.49673	-70.69424	194	Hanover,Hanover Village		ME	017	31110	
4966467	Harborside	harborside	US	04642	0	America/New_York	44.34897	-68.81475	26			ME	009	07975	
4966511	Hardy	hardy	US	24101	0	America/New_York	45.33116	-68.81976	121	Hardy,Hardy Pond		ME	021	37970	
4966539	Harmony	harmony	US	02829	992	America/New_York	44.97395	-69.54616	93	Harmony,Harmony Village		ME	025	31355	
4966576	Harrington	harrington	US	04643	917	America/New_York	44.61924	-67.81028	7	Harrington,Harrison Village		ME	029	31530	
4968909	Kingsbury	kingsbury	US	46345	9	America/New_York	45.1195	-69.64922	297			ME	021	37095	
4966598	Harrison	harrison	US	04040	2407	America/New_York	44.11035	-70.67923	88	Harrison,Harrison Village,Kharrison,haryswn,Харрисон,هاريسون		ME	005	31600	
4966616	Hartford	hartford	US	05047	1001	America/New_York	44.37284	-70.34673	139	Khartford,Хартфорд		ME	017	31670	
4966624	Hartland	hartland	US	04943	813	America/New_York	44.88339	-69.44755	76	Hartland,Hartland Village		ME	025	31740	
4966635	Harvey	harvey	US	50119	0	America/New_York	46.34671	-67.90752	164			ME	003	46685	
4966670	Hastings	hastings	US	13076	0	America/New_York	44.35478	-70.99007	255			ME	017	71755	
4966713	Haven	haven	US	67543	0	America/New_York	44.26647	-68.58641	21			ME	009	07800	
4966725	Hawkins	hawkins	US	54530	0	America/New_York	46.37838	-68.2817	189			ME	003	11785	
4966793	Haynesville	haynesville	US	22472	127	America/New_York	45.82617	-67.99113	121			ME	003	32195	
4966883	Hebron	hebron	US	03241	1095	America/New_York	44.19813	-70.40645	174			ME	017	32370	
4966992	Hermon	hermon	US	13652	4909	America/New_York	44.81007	-68.91337	57	Hermon,Hermon Corner,Hermon Village		ME	019	32510	
4967026	Hersey	hersey	US	49639	66	America/New_York	46.07338	-68.4342	241			ME	003	32685	
4967126	Highland Lake	highland-lake	US	12743	0	America/New_York	43.74369	-70.35477	65	Duck Pond,Highland Lake		ME	005	82105	
4967136	Highland Park	highland-park	US	08904	0	America/New_York	44.04313	-70.94146	180			ME	017	26910	
4967140	Highlands	highlands	US	07732	0	America/New_York	43.66841	-70.29088	38			ME	005	60545	
4967147	Hill	hill	US	03243	0	America/New_York	46.2731	-67.84141	151			ME	003	40595	
4967149	Higginsville	higginsville	US	64037	0	America/New_York	44.93868	-68.95309	40			ME	019	36325	
4967174	Hillside	hillside	US	07205	0	America/New_York	43.94591	-70.71562	250			ME	005	66775	
4967175	Hillside	hillside	US	07205	0	America/New_York	43.90952	-70.03033	45			ME	005	08430	
4967219	Hinckley	hinckley	US	04944	0	America/New_York	44.68562	-69.63255	37			ME	025	24320	
4967237	Hiram	hiram	US	04041	1479	America/New_York	43.87868	-70.8034	110	Hiram,Hiram Bridge,Hiram Village,Khiram,hyram,Хирам,هيرام		ME	017	33315	
4967344	Holden	holden	US	01520	2939	America/New_York	44.75285	-68.67892	55	Holden,Holden Center,Holden Centre,Holder Center		ME	019	33490	
4967361	Hollis Center	hollis-center	US	04042	4637	America/New_York	43.60508	-70.59311	55	Hollis Center,Hollis Centre		ME	031	33665	
4967384	Holmes Mill	holmes-mill	US	40843	0	America/New_York	44.4448	-69.06115	38			ME	027	03950	
4967557	Houghton	houghton	US	14744	0	America/New_York	44.76506	-70.64951	324			ME	017	09550	
4967563	Houlton	houlton	US	04730	5002	America/New_York	46.12616	-67.8403	110	Goulton,HUL,Houlton,Houlton Village,Khjultun,Khoultan,Khoulton,horuton,huo er dun,Гоултон,Хоултан,Хоултон,Хюлтън,ホールトン,霍尔顿	003	ME	003	33980	
4967652	Howland	howland	US	04448	1096	America/New_York	45.23867	-68.66364	51			ME	019	34190	
4967690	Hudson	hudson	US	01749	1448	America/New_York	45.00118	-68.88059	42	Gudzon,Гудзон		ME	019	34365	
4967709	Hulls Cove	hulls-cove	US	04644	0	America/New_York	44.41925	-68.25057	18	Hull Cove,Hull's Cove,Hulls Cove,Hulls Cove Village		ME	009	02865	
4967932	Indian River	indian-river	US	49749	0	America/New_York	44.57202	-67.64277	3			ME	029	00380	
4967952	Ingalls	ingalls	US	46048	0	America/New_York	43.98535	-70.72562	250			ME	005	07170	
4968073	Intervale	intervale	US	03845	0	America/New_York	43.95202	-70.26283	36			ME	005	48820	
4968117	Island Falls	island-falls	US	04747	824	America/New_York	46.00922	-68.27141	143			ME	003	35065	
4968123	Island Park	island-park	US	11558	0	America/New_York	44.32118	-69.88755	51			ME	011	86970	
4968134	Isle Au Haut	isle-au-haut	US	04645	82	America/New_York	44.07536	-68.63336	15	Isle Au Haut,Isle Haut,Isle of Holt,Solikuk,Sorico		ME	013	35135	
4968141	Islesboro	islesboro	US	04848	627	America/New_York	44.30841	-68.90337	13	Ajslborou,Islesboro,Islesborough,ayslsbwrw,Айслбороу,أيسلسبورو		ME	027	35240	
4968148	Islesford	islesford	US	04646	0	America/New_York	44.26203	-68.2339	18			ME	009	14905	
4968168	Jackman	jackman	US	04945	746	America/New_York	45.62394	-70.25451	367	Jackman,Jackman Station		ME	025	35345	
4968177	Jackson	jackson	US	03846	526	America/New_York	44.61479	-69.12087	118	Dzhekson,Джексон		ME	027	35450	
4968204	Jacksonville	jacksonville	US	05342	0	America/New_York	44.76063	-67.39527	14			ME	029	20960	
4968234	Jay	jay	US	04239	4988	America/New_York	44.50395	-70.21617	112	Dzhehj,jay,Джэй,جاي		ME	007	35625	
4968246	Jefferson	jefferson	US	01522	2483	America/New_York	44.20674	-69.45254	23	Dzhefferson,Джефферсон		ME	015	35695	
4968303	Jewett	jewett	US	12444	0	America/New_York	43.21231	-70.7895	30			ME	031	70030	
4968485	Jones Mill	jones-mill	US	72105	0	America/New_York	47.10059	-68.84727	367			ME	003	53602	
4968496	Jonesboro	jonesboro	US	04648	618	America/New_York	44.66258	-67.57249	8	Dzhonsboro,Jonesboro,Jonesborough,Джонсборо		ME	029	35905	
4968499	Jonesport	jonesport	US	04649	1464	America/New_York	44.53286	-67.59833	0			ME	029	36010	
4968688	Kenduskeag	kenduskeag	US	04450	1217	America/New_York	44.91951	-68.9317	30	Condeskeag,Kenduskeag,Kenduskeag Village		ME	019	36325	
4968706	Kennebec	kennebec	US	57544	0	America/New_York	44.66841	-67.46388	7	Kennebec,Kinnebeck		ME	029	41960	
4968729	Kennebunk	kennebunk	US	04043	5214	America/New_York	43.38397	-70.54478	22	Kenebank,Kennebank,Kennenbunk,kenebanku,kenebeongkeu,kynbwnk,kynybnk  myyn,Кенебанк,Кеннебанк,Кенненбунк,كينبونك,کینیبنک، میئن,ケネバンク,케네벙크		ME	031	36535	
4968747	Kennebunkport	kennebunkport	US	04046	1238	America/New_York	43.36175	-70.47672	3	Arundel,Cape Porpoise,Kenebankport,Kennebankport,Kennebunk Port,Kennebunkport,Kennenbunkport,ken na bang ke bo te,kynbwnkbwrt,Кенебанкпорт,Кеннебанкпорт,Кенненбункпорт,كينبونكبورت,肯纳邦克波特		ME	031	36745	
4968775	Kents Hill	kents-hill	US	04349	0	America/New_York	44.40507	-70.00089	164	Kent's Hill,Kents Hill		ME	011	62190	
4968785	Ketchum	ketchum	US	74349	0	America/New_York	44.50284	-70.91507	287	Ketchum,Riley Plantation		ME	017	52575	
4968894	Kingfield	kingfield	US	04947	1147	America/New_York	44.95922	-70.15395	171			ME	007	37025	
4968900	Kingman	kingman	US	04451	221	America/New_York	45.54951	-68.19946	111	Kingmen,Кингмен		ME	019		
4968933	Kittery Point	kittery-point	US	03905	1012	America/New_York	43.08342	-70.70783	13	Kittery Point,Kitterypoint,kytry pwynt  myn,کیتری پوینت، مین		ME	031	37270	
4968937	Kittery	kittery	US	03904	4562	America/New_York	43.08814	-70.73616	6	Chetere,Kettery,Kittehri,Kitteri,Kittery,kitari,Киттери,Киттэри,کٹیری، میئن,キタリー		ME	031	37270	
4968970	Knights Landing	knights-landing	US	95645	0	America/New_York	45.36088	-68.95087	133	Knights,Knights Landing		ME	021	08325	
4969061	Lagrange	lagrange	US	04453	777	America/New_York	45.16672	-68.84448	88	Down East,Hammond,La Grange,LaGrange,Lagrange,Oxford		ME	019	37760	
4969066	Lake Arrowhead	lake-arrowhead	US	92352	3071	America/New_York	43.66369	-70.73478	103			ME	031	80530	
4969076	Lake City	lake-city	US	16423	0	America/New_York	44.24508	-69.09587	49			ME	013	09725	
4969096	Lake View	lake-view	US	14085	45	America/New_York	45.32339	-68.92587	138	Lake View,Lakeview		ME	021	37970	
4969122	Lakewood	lakewood	US	08701	0	America/New_York	44.63007	-68.43447	52	Lake Wood,Lakewood		ME	009	23200	
4969123	Lakewood	lakewood	US	08701	0	America/New_York	44.83145	-69.77811	104			ME	025	42660	
4969138	Lambert Lake	lambert-lake	US	04454	0	America/New_York	45.5459	-67.52695	134			ME	029	53500	
4969203	Larrabee	larrabee	US	51029	0	America/New_York	44.66813	-67.39277	20			ME	029	42100	
4969280	Lebanon	lebanon	US	03756	5446	America/New_York	43.39453	-70.85089	85	Lebanon,Tow-woh,Towwoh		ME	031	38425	
4969317	Lee	lee	US	01238	879	America/New_York	45.36006	-68.28641	124			ME	019	38530	
4969332	Leeds	leeds	US	01053	2080	America/New_York	44.3034	-70.1195	92	Leeds,Leeds Center,Leeds Centre		ME	001	38565	
4969375	Levant	levant	US	04456	2257	America/New_York	44.86924	-68.93476	46			ME	019	38705	
4969398	Lewiston	lewiston	US	04240	36202	America/New_York	44.10035	-70.21478	66	L'juiston,LEW,Leviston,Luiston,Luistonas,Luistun,liu yi si dun,lwstn  myn,lwystwn,ruisuton,Левистон,Луистон,Луистън,Льюистон,لوستن، مین,لويستون,لیوئسٹں، میئن,ルイストン,刘易斯顿		ME	001	38740	
4969426	Lexington	lexington	US	02420	0	America/New_York	44.99867	-70.05367	126	Lexington,Somerset		ME	025	11820	
4969470	Liberty	liberty	US	04949	964	America/New_York	44.38924	-69.30282	116			ME	027	39055	
4969471	Liberty Corner	liberty-corner	US	07938	0	America/New_York	44.01924	-70.85895	138			ME	017	17250	
4969529	Limerick	limerick	US	04048	2329	America/New_York	43.68841	-70.79367	166	Lajmrik,lymryk  myn,Лаймрик,لیمریک، مین		ME	031	39195	
4969532	Limestone	limestone	US	04750	1075	America/New_York	46.90866	-67.82585	181	LIZ,Lajmstoun,lymstwn,Лајмстоун,ليمستون		ME	003	39300	
4969542	Limington	limington	US	04049	3538	America/New_York	43.73174	-70.71089	147	Limington,Лимингтон		ME	031	39405	
4969547	Lincoln	lincoln	US	01773	2884	America/New_York	45.36228	-68.50502	67	Linkol'n,Линкольн		ME	019	39475	
4969592	Lincolnville	lincolnville	US	04849	2123	America/New_York	44.28119	-69.00865	6	Lincolnville,Lincolnville Beach		ME	027	39755	
4969593	Lincolnville Center	lincolnville-center	US	04850	0	America/New_York	44.29785	-69.10754	52	Lincolnville Center,Lincolnville Centre		ME	027	39755	
4969612	Linneus	linneus	US	64653	927	America/New_York	46.03867	-67.96002	197			ME	003	39965	
4969622	Lisbon	lisbon	US	03585	9392	America/New_York	44.03146	-70.1045	55			ME	001	40035	
4969627	Lisbon Falls	lisbon-falls	US	04252	4100	America/New_York	43.99619	-70.06061	34	Lisbon Falls,Little River		ME	001	40035	
4969758	Little Deer Isle	little-deer-isle	US	04650	0	America/New_York	44.28647	-68.69586	15			ME	009	17145	
4969789	Little Falls	little-falls	US	07424	708	America/New_York	43.73147	-70.42755	40			ME	005	28240	
4970206	Littleton	littleton	US	01460	993	America/New_York	46.23088	-67.84113	143	Littlton,Литтлтон		ME	003	40595	
4970214	Livermore	livermore	US	04253	2190	America/New_York	44.38396	-70.24922	125	Brettun's Mill,Brettuns Mills,Livermore,Livermore Village,Livurmor,Ливърмор		ME	001	40665	
4970215	Livermore Falls	livermore-falls	US	04254	1594	America/New_York	44.47534	-70.18811	124			ME	001	40770	
4970285	Long Beach	long-beach	US	11561	0	America/New_York	43.84146	-70.62117	82			ME	005	66775	
4970287	Long Beach	long-beach	US	11561	0	America/New_York	43.16731	-70.62227	6			ME	031	87985	
4970331	Long Island	long-island	US	04050	210	America/New_York	43.68425	-70.17116	18			ME	005	41067	
4970433	Long Pond	long-pond	US	18334	0	America/New_York	45.62143	-70.08645	367			ME	025	51114	
4970532	Loon Lake	loon-lake	US	99148	0	America/New_York	45.00839	-70.63812	521			ME	007	16165	
4970644	Lovell	lovell	US	04051	1013	America/New_York	44.12674	-70.89173	129	Lovell,Lovell Village		ME	017	41365	
4970650	Lowell	lowell	US	01850	303	America/New_York	45.18784	-68.4678	61	Huntersville,Huntressville,Louel,Lowell,Лоуел		ME	019	41435	
4970802	Lubec	lubec	US	04652	349	America/New_York	44.86064	-66.98415	9	Ljubehk,Ljubek,lwbk  myn,Любек,Любэк,لوبک، مین		ME	029	41610	
4970831	Ludlow	ludlow	US	01056	418	America/New_York	46.14061	-68.04002	161			ME	003	41715	
4970888	Machias	machias	US	04654	1274	America/New_York	44.71508	-67.46138	25	Machajas,Machias,Muchajus,ma chai e si,machaiasu,machyas  mayyny,matshyas,Мачајас,Мачиас,Мъчайъс,ماتشياس,ماچیاس، مائینی,マチャイアス,马柴厄斯	029	ME	029	41960	
4970903	Machiasport	machiasport	US	04655	1206	America/New_York	44.69869	-67.39471	11	Machasport,matshyasbwrt,Мачаспорт,ماتشياسبورت,ماچیاسپورٹ، مائینی		ME	029	42100	
4970938	Madawaska	madawaska	US	04756	2967	America/New_York	47.35532	-68.32171	175	Madavaska,Madavoska,madawaska,Мадаваска,Мадавоска,ماداواسكا,میڈاواسکا، مائینی		ME	003	42520	
4970940	Madawaska	madawaska	US	04756	2967	America/New_York	46.88421	-67.94725	129			ME	003	10565	
4970954	Madison	madison	US	03849	2630	America/New_York	44.79756	-69.87978	92	Madison,Madison Village,Мадисон		ME	025	42660	
4970963	Madrid	madrid	US	13660	180	America/New_York	44.8645	-70.46201	261			ME	007	19865	
4971014	Maine	maine	US	13802	0	America/New_York	46.82004	-67.92308	126			ME	003	10565	
4971094	Manchester	manchester	US	01944	2563	America/New_York	44.32451	-69.86033	65	Manchester,The Forks,Манчестер		ME	011	43080	
4982590	West Enfield	west-enfield	US	04493	0	America/New_York	45.24339	-68.64975	52			ME	019	23620	
4971133	Maple Grove	maple-grove	US	55311	0	America/New_York	46.72893	-67.86336	183	Maple Grove,Maplegrove		ME	003	25615	
4971169	Maplewood	maplewood	US	07040	0	America/New_York	43.67424	-70.9109	183			ME	031	56870	
4971187	Mapleton	mapleton	US	04757	683	America/New_York	46.68199	-68.16281	172			ME	003	43255	
4971220	Marion	marion	US	02738	0	America/New_York	44.87841	-67.31693	49			ME	029	19870	
4971242	Marlboro	marlboro	US	05344	0	America/New_York	44.47563	-68.27002	33			ME	009	38180	
4971253	Mars Hill	mars-hill	US	04758	980	America/New_York	46.51588	-67.86641	129			ME	003	43710	
4971302	Marshfield	marshfield	US	02050	514	America/New_York	44.73313	-67.47749	6			ME	029	43640	
4971304	Marshville	marshville	US	28103	0	America/New_York	44.61619	-67.78444	20			ME	029	31530	
4971322	Martin	martin	US	15460	0	America/New_York	43.97064	-69.35894	7			ME	013	26805	
4971357	Martinsville	martinsville	US	08836	0	America/New_York	43.94342	-69.22616	8			ME	013	65130	
4971414	Matinicus	matinicus	US	04851	0	America/New_York	43.86508	-68.88698	9			ME	013	44165	
4971448	Mattawamkeag	mattawamkeag	US	04459	858	America/New_York	45.51367	-68.35447	68	Keag,Mattawamkeag		ME	019	44270	
4971491	Mayville	mayville	US	14757	0	America/New_York	44.42062	-70.79785	196			ME	017	04825	
4971505	Maysville	maysville	US	26833	0	America/New_York	46.7781	-67.96975	129			ME	003	10565	
4971692	Meadowview	meadowview	US	24361	0	America/New_York	44.4709	-70.272	116			ME	017	10005	
4971699	Mechanic Falls	mechanic-falls	US	04256	2237	America/New_York	44.11174	-70.39172	84	Bog Falls,Mechanic Falls,Mekhanik Fols,mykanyk fals,Механик Фолс,ميكانيك فالس		ME	001	44585	
4971706	Meddybemps	meddybemps	US	04657	156	America/New_York	45.03841	-67.35582	54	Meddybemps,Meddybemps Village		ME	029	44760	
4971713	Medford	medford	US	02153	240	America/New_York	45.28533	-68.8517	99	Medford,Медфорд		ME	021	44830	
4971721	Meadowbrook	meadowbrook	US	26404	0	America/New_York	43.83064	-69.84838	6	Meadow Brook,Meadowbrook		ME	023	58515	
4971734	Medway	medway	US	02053	1548	America/New_York	45.60894	-68.53086	87	Medway,Nicatow		ME	019	45005	
4971771	Mercer	mercer	US	16137	673	America/New_York	44.67812	-69.93645	89	Mercer,Mercer Village		ME	025	45110	
4971871	Mexico	mexico	US	04257	1743	America/New_York	44.5609	-70.54534	146			ME	017	45285	
4972002	Milbridge	milbridge	US	04658	1330	America/New_York	44.53536	-67.88083	10	Milbridge,Mill Bridge,Millbridge		ME	029	45600	
4972028	Milford	milford	US	01757	2233	America/New_York	44.94618	-68.64392	41	Milford,Милфорд		ME	019	45670	
4972220	Millinocket	millinocket	US	04462	4466	America/New_York	45.65727	-68.70976	113	MLT,Magic City,Milinoket,Milinokett,Milinokit,Millinocket,Millinockett,Millinoket,Millinokett,Shack Hill,mylynkwt,Милинокит,Миллинокет,ميلينكوت		ME	019	45810	
4972232	Milltown	milltown	US	08850	0	America/New_York	45.1698	-67.29055	19			ME	029	09585	
4972235	Milo	milo	US	04463	1847	America/New_York	45.25366	-68.98587	97	Majlo,Milo,Milo Village,mylw,Мајло,Мило,ميلو		ME	021	46020	
4972243	Milton	milton	US	02186	128	America/New_York	44.44784	-70.65312	199	Mil'ton,Мильтон		ME	017		
4972286	Minot	minot	US	02055	2337	America/New_York	44.08563	-70.32006	81	Mina,Мина		ME	001	46160	
4972291	Minturn	minturn	US	72445	0	America/New_York	44.14258	-68.43641	0	Minturn,Minunn		ME	009	75455	
4972355	Monhegan	monhegan	US	04852	78	America/New_York	43.76231	-69.32032	8			ME	015	46335	
4972368	Monmouth	monmouth	US	04259	3935	America/New_York	44.23868	-70.03561	83	Monmouth,Monmouth Center,Monmouth Village		ME	011	46405	
4972373	Monroe	monroe	US	03771	917	America/New_York	44.61507	-69.01809	69	Monro,Монро		ME	027	46475	
4972380	Monson	monson	US	01057	692	America/New_York	45.28699	-69.50116	262	Monson,Monson Village		ME	021	46580	
4972390	Monroe Center	monroe-center	US	61052	0	America/New_York	44.60007	-69.03865	99			ME	027	46475	
4972398	Monticello	monticello	US	04760	821	America/New_York	46.30838	-67.84252	136	Monticello,Monticello Village		ME	003	46685	
4972405	Montpelier	montpelier	US	05601	0	America/New_York	44.0823	-69.16727	17			ME	013	76365	
4972427	Moody	moody	US	04054	0	America/New_York	44.98034	-69.30005	86			ME	019	14310	
4972428	Moody	moody	US	04054	0	America/New_York	43.27509	-70.597	14			ME	031	81475	
4972469	Mooresville	mooresville	US	28115	0	America/New_York	45.41422	-69.09977	191			ME	021	51105	
4972606	Morrill	morrill	US	04952	805	America/New_York	44.44313	-69.14921	73			ME	027	47245	
4972660	Moscow	moscow	US	05662	600	America/New_York	45.07061	-69.89117	143	Gorod Moskva,Город Москва		ME	025	47455	
4972784	Mount Vernon	mount-vernon	US	04352	1584	America/New_York	44.50118	-69.98756	108			ME	011	47770	
4972833	Mountainville	mountainville	US	10953	0	America/New_York	44.21202	-68.62891	6			ME	009	17145	
4973091	Myra	myra	US	25544	0	America/New_York	44.98035	-68.39641	121			ME	009	53620	
4973108	Naples	naples	US	04055	428	America/New_York	43.97174	-70.60923	86	Napls,Neapol',Nejpls,nabls,nyplz  myn,Наплс,Неаполь,Нејплс,نابلس,نیپلز، مین		ME	005	48085	
4973246	New Auburn	new-auburn	US	54757	0	America/New_York	44.08341	-70.22283	74			ME	001	02060	
4973249	New Boston	new-boston	US	03070	0	America/New_York	43.89424	-70.97701	242			ME	017	08150	
4973252	New City	new-city	US	10956	0	America/New_York	45.99005	-68.91088	402			ME	021	51105	
4973259	New Gloucester	new-gloucester	US	04260	5389	America/New_York	43.96285	-70.28255	102	N'ju Glousestehr,New Cloucester,New Gloucester,nyw ghlwysstr,Нью Глоусестэр,نيو غلويسستر		ME	005	48820	
4973266	New Harbor	new-harbor	US	04554	0	America/New_York	43.87592	-69.49005	11			ME	015	07485	
4973273	New Limerick	new-limerick	US	04761	544	America/New_York	46.10116	-67.96002	119			ME	003	48960	
4973282	New Portland	new-portland	US	04954	816	America/New_York	44.88422	-70.09673	159			ME	025	49205	
4973288	New Sharon	new-sharon	US	04955	1348	America/New_York	44.63895	-70.01561	111	New Sharon,Tyngstown,Unity		ME	007	49345	
4973293	New Sweden	new-sweden	US	04762	0	America/New_York	46.94171	-68.12059	263			ME	003	49415	
4973297	New Vineyard	new-vineyard	US	04956	754	America/New_York	44.80422	-70.12145	187	New Vineyard,New Vineyard Village,Vaughn's Mills		ME	007	49520	
4973311	Newcastle	newcastle	US	04553	667	America/New_York	44.03508	-69.53671	9	N'jukastl,New Castle,Newcastle,Njukasl,nwksl  myn,nywkastl,Њукасл,Ньюкастл,نوکسل، مین,نيوكاستل		ME	015	48645	
4973325	Newhall	newhall	US	24866	0	America/New_York	43.75147	-70.43172	64	Gambo,Newhall		ME	005	86025	
4973333	Newport	newport	US	02840	1776	America/New_York	44.83534	-69.27394	63	N'juport,Ньюпорт		ME	019	49065	
4973342	Newry	newry	US	04261	358	America/New_York	44.48729	-70.78701	195			ME	017	49275	
4973346	Newfield	newfield	US	04056	1381	America/New_York	43.64813	-70.84701	119	N'jufild,nywfyld,Ньюфилд,نيوفيلد		ME	031	48750	
4973348	Newtown	newtown	US	06470	0	America/New_York	43.43314	-70.40505	12	Meaickoe,Newtown		ME	031	04860	
4973390	Nixon	nixon	US	78140	0	America/New_York	46.87976	-68.52199	196			ME	003	53602	
4973402	Nobleboro	nobleboro	US	04555	1691	America/New_York	44.07952	-69.48505	57	Nobleboro,Nobleborough		ME	015	49660	
4973421	Norcross	norcross	US	30003	0	America/New_York	45.62949	-68.80254	152			ME	019	52710	
4973430	Norridgewock	norridgewock	US	04957	1438	America/New_York	44.71312	-69.79061	61	Nanrantsouak,Narantsouk,Neriwocke,Noridzvok,Norridgewock,OWK,Нориџвок		ME	025	49835	
4973443	North Anson	north-anson	US	04958	0	America/New_York	44.85506	-69.89978	91			ME	025	01395	
4973450	North Augusta	north-augusta	US	29841	0	America/New_York	44.37062	-69.79171	92			ME	011	02100	
4973453	North Bangor	north-bangor	US	12966	0	America/New_York	44.83951	-68.83059	39			ME	019	02795	
4973463	North Berwick	north-berwick	US	03906	1615	America/New_York	43.3037	-70.73339	43	Nors Bervik,Nort Bervik,Норс Бервик,Норт Бервик		ME	031	50325	
4973520	North Bridgton	north-bridgton	US	04057	0	America/New_York	44.09868	-70.69867	99			ME	005	07170	
4973562	North Fairfield	north-fairfield	US	44855	0	America/New_York	44.64951	-69.67588	53	Blackwell's Mills,North Fairfield		ME	025	24320	
4973563	North Falmouth	north-falmouth	US	02556	0	America/New_York	43.78147	-70.33616	111			ME	005	24495	
4973580	North Haven	north-haven	US	04853	396	America/New_York	44.12814	-68.8742	12	Nors Khehjven,North Haven,North Haven Village,nwrth hyfn,Норс Хэйвен,نورث هيفن		ME	013	51620	
4973592	North Jay	north-jay	US	04262	0	America/New_York	44.54729	-70.23812	115			ME	007	35625	
4973613	North Monmouth	north-monmouth	US	04265	0	America/New_York	44.27785	-70.03089	73			ME	011	46405	
4973667	North Pownal	north-pownal	US	05260	0	America/New_York	43.93758	-70.19283	80			ME	005	60685	
4973696	North Turner	north-turner	US	04266	0	America/New_York	44.34312	-70.25645	118			ME	001	77800	
4973706	North Vassalboro	north-vassalboro	US	04962	0	America/New_York	44.48618	-69.62254	48			ME	011	78745	
4973711	North Waterboro	north-waterboro	US	04061	0	America/New_York	43.62036	-70.73534	108			ME	031	80530	
4973712	North Waterford	north-waterford	US	04267	0	America/New_York	44.23174	-70.76868	190			ME	017	80635	
4973717	North Windham	north-windham	US	06256	4904	America/New_York	43.83424	-70.43839	93			ME	005	86025	
4973722	North Woodstock	north-woodstock	US	03262	0	America/New_York	44.40896	-70.63784	221			ME	017	87355	
4973739	Northeast Harbor	northeast-harbor	US	04662	0	America/New_York	44.29425	-68.28974	19			ME	009	47630	
4973778	Northfield	northfield	US	01360	136	America/New_York	44.82896	-67.57055	76			ME	029	51375	
4973781	Northport	northport	US	11768	1384	America/New_York	44.33786	-68.96142	48			ME	027	52845	
4973840	Norway	norway	US	04268	2748	America/New_York	44.21396	-70.54478	118	Norvehj,Norvej,Норвеј,Норвэй		ME	017	54000	
4973878	Notre Dame	notre-dame	US	46556	0	America/New_York	47.25449	-68.06531	142			ME	003	28590	
4973977	Oak Hill	oak-hill	US	12460	0	America/New_York	44.05035	-70.40867	181			ME	001	60020	
4973980	Oak Hill	oak-hill	US	12460	0	America/New_York	43.58981	-70.33394	26			ME	005	66145	
4973988	Oak Hill	oak-hill	US	12460	0	America/New_York	44.39619	-68.68864	21			ME	009	67300	
4973995	Oak Hill	oak-hill	US	12460	0	America/New_York	43.89508	-69.68005	10			ME	015	06050	
4974053	Oak Ridge	oak-ridge	US	07438	0	America/New_York	43.43564	-70.42977	25			ME	031	04860	
4974058	Oakdale	oakdale	US	06370	0	America/New_York	43.66092	-70.28116	19			ME	005	60545	
4974065	Oakfield	oakfield	US	04763	761	America/New_York	46.09894	-68.15002	189			ME	003	54385	
4974071	Oakland	oakland	US	02858	2602	America/New_York	44.54034	-69.72199	71	Oakland,Oklend,West Waterfield,Окленд		ME	011	54560	
4974082	Oakwood	oakwood	US	24631	0	America/New_York	44.64896	-69.35393	62	Oakland,Oakwood		ME	027	09270	
4974090	Ocean Park	ocean-park	US	04063	0	America/New_York	43.50064	-70.38616	1			ME	031	55085	
4974100	Oceanville	oceanville	US	08231	0	America/New_York	44.18647	-68.62197	30			ME	009	74580	
4974108	Ogunquit	ogunquit	US	03907	1275	America/New_York	43.24898	-70.59922	9	Ogunkuajt,Ogunquit,Oqunquit Village,Огункуайт		ME	031	54980	
4974194	Old Orchard Beach	old-orchard-beach	US	04064	8624	America/New_York	43.51731	-70.37755	13	Old Ochard Bich,Old Orchard,Old Orchard Beach,Old-Orchard-Bich,Ould Orkhard Bich,awld archrd bych  myn,awld artshard,orudoochadobichi,Олд Очард Бич,Олд-Орчард-Бич,Оулд Орхард Бич,أولد أرتشارد,اولد ارچرد بیچ، مین,اولڈ آرچرڈ بیچ، میئن,オールドオーチャードビーチ		ME	031	55085	
4974231	Old Town	old-town	US	04468	7624	America/New_York	44.93423	-68.64531	33	Alnambi-i-menahan,Indian Oldtown,Negan odanak,OLD,Old Taun,Old Town,Oldtown,Ould Taun,Panoumke,ao er de dui,awld tawn,awld twn  myn,orudotaun,Олд Таун,Оулд Таун,أولد تاون,اولد تون، مین,اولڈ ٹاؤن، میئن,オールドタウン,奧爾德敦		ME	019	55225	
4974262	Onawa	onawa	US	51040	0	America/New_York	45.36672	-69.37172	188			ME	021	51105	
4974276	Oquossoc	oquossoc	US	04964	0	America/New_York	44.96644	-70.77368	466			ME	007	61840	
4974306	Orland	orland	US	04472	2219	America/New_York	44.57035	-68.73586	60			ME	009	55505	
4974309	Orient	orient	US	04471	151	America/New_York	45.817	-67.84001	137			ME	003	55435	
4974313	Orono	orono	US	04469	9474	America/New_York	44.88312	-68.67198	38	Orono,awrwnw,awrwnw  myyn,orono,Ороно,أورونو,اورونو، میئن,オロノ		ME	019	55565	
4974328	Orrington	orrington	US	04474	3666	America/New_York	44.73118	-68.82643	40			ME	019	55680	
4974334	Orrs Island	orrs-island	US	04066	0	America/New_York	43.76064	-69.97616	9	Orr Island,Orr's Island,Orr's Island Village,Orrs Island		ME	005	31390	
4974352	Otis	otis	US	01253	565	America/New_York	44.7123	-68.4528	91			ME	009	55890	
4974383	Otter Creek	otter-creek	US	32683	0	America/New_York	44.31841	-68.20751	44			ME	009	47630	
4974489	Owls Head	owls-head	US	04854	1665	America/New_York	44.0823	-69.05726	23	Owl's Head,Owls Head,Owlshead		ME	013	56135	
4974506	Oxbow	oxbow	US	04764	58	America/New_York	46.41865	-68.49004	196			ME	003	56205	
4974537	Oxford	oxford	US	01540	1263	America/New_York	44.13174	-70.49311	100	Oksford,Oxford,Oxford Village,Оксфорд		ME	017	56310	
4974578	Palermo	palermo	US	04354	1268	America/New_York	44.40785	-69.47393	111	Branch Mills,Palermo		ME	011	12735	
4974597	Palmyra	palmyra	US	04965	2031	America/New_York	44.84645	-69.35866	94			ME	025	56520	
4974617	Paris	paris	US	04271	5073	America/New_York	44.25979	-70.50062	247	Paris,Paris Hill,Parizh,Peris,barys,pa li si,parisu,Париж,Парис,Перис,باريس,پیرس، مینے,パリス,帕里斯	017	ME	017	56625	
4974664	Parkman	parkman	US	44080	843	America/New_York	45.13367	-69.4331	174	Parkman,Parkman Corner		ME	021	56765	
4974703	Parsonsfield	parsonsfield	US	04047	1647	America/New_York	43.72702	-70.92868	220	Parsonfield,Parsonsfield,Pehrsonsfild,barswnfyld,Пэрсонсфилд,بارسونفيلد		ME	031	56870	
4974723	Passadumkeag	passadumkeag	US	04475	459	America/New_York	45.18534	-68.61669	41	Madawa'm 'ikik,Pasaoumkeag*,Passadumkeag		ME	019	57045	
4974775	Patten	patten	US	04765	1155	America/New_York	45.99644	-68.44614	183			ME	019	57150	
4974806	Pea Ridge	pea-ridge	US	72751	0	America/New_York	45.42283	-68.52475	86			ME	019	12525	
4974845	Peaks Island	peaks-island	US	04108	0	America/New_York	43.65703	-70.19616	21	Peak Island,Peak's Island,Peaks Island		ME	005	60545	
4974905	Pemaquid	pemaquid	US	04558	0	America/New_York	43.90675	-69.51505	19	Aldertown,Apanmensek,Pemacuit,Pemakwid,Pemaquid,Pemaquid Falls,Pemaquida,Pemaquideag,Pemmaquid,Pimequed		ME	015	07485	
4974925	Pembroke	pembroke	US	02359	914	America/New_York	44.95369	-67.16193	13			ME	029	57780	
4974955	Pennellville	pennellville	US	13132	0	America/New_York	43.86036	-69.96144	10	Fennellville,Pennellville		ME	005	08430	
4974967	Penobscot	penobscot	US	04476	1397	America/New_York	44.46452	-68.71114	12	Panaobskak,Pembrocks Bay,Pennobscott,Penobscot,Penobscott,Pentagoet		ME	009	57920	
4975027	Perham	perham	US	04766	451	America/New_York	46.84421	-68.19726	199			ME	003	58060	
4975036	Perkins	perkins	US	30822	0	America/New_York	45.61283	-68.81698	156			ME	019	52710	
4975062	Perry	perry	US	04667	881	America/New_York	44.97508	-67.07581	4	Birch Point,Perry		ME	029	58165	
4975080	Peru	peru	US	04290	1575	America/New_York	44.50673	-70.40534	124			ME	017	58270	
4975157	Phippsburg	phippsburg	US	04562	2190	America/New_York	43.82064	-69.81477	15	Fippsburg,Phippsburg,Phippsburg Center,Phippsburg Village,Phippsburgh,Phipsburg,fybsbwrgh,Фиппсбург,فيبسبورغ		ME	023	58515	
4975229	Pierre	pierre	US	57501	0	America/New_York	47.23254	-68.67338	172			ME	003	25755	
4975300	Pine Hill	pine-hill	US	12465	0	America/New_York	43.23148	-70.59728	32			ME	031	87985	
4975446	Pittsfield	pittsfield	US	01201	3150	America/New_York	44.78256	-69.38338	64			ME	025	59005	
4975451	Pittston	pittston	US	18640	2649	America/New_York	44.22174	-69.7556	25			ME	011	59110	
4975472	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	43.59092	-70.29866	26			ME	005	66145	
4975473	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	43.71425	-70.26644	36			ME	005	24495	
4975474	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	43.87314	-70.06588	50			ME	005	26525	
4975573	Plymouth	plymouth	US	02360	1307	America/New_York	44.76729	-69.21033	81	Plimut,Плимут		ME	019	59950	
4975603	Poland	poland	US	04274	5314	America/New_York	44.06063	-70.39367	101	Polehnd,Полэнд		ME	001	60020	
4975774	Port Clyde	port-clyde	US	04855	0	America/New_York	43.92731	-69.25282	18	Herring Gut,Port Clyde		ME	013	65130	
4975777	Portage	portage	US	04768	0	America/New_York	46.7631	-68.47588	198			ME	003	60300	
4975783	Porter	porter	US	04068	1495	America/New_York	43.79591	-70.93256	125			ME	017	60405	
4975799	Porterfield	porterfield	US	54159	0	America/New_York	43.87618	-70.91284	160			ME	017	60405	
4975802	Portland	portland	US	04101	66881	America/New_York	43.65737	-70.2589	19	Casco,Elbow,Falmouth,Falmouth Neck,Indigreat,Machegony,Machigonne,PWM,Portland,Portland i Maine,Portlandia,Portlant,Portlend,Portlenda,Quack,The Neck,Uh-kos-is-co,bo te lan,bwrtland,portalanda,portalyanda,poteullaendeu,potorando,pwrtlnd,pwrtlnd  myn,Πόρτλαντ,Портланд,Портленд,Փորթլենդ,פורטלנד,بورتلاند,ورٹلینڈ، مینے,پورتلند، مین,पोर्टलंड,পোর্টল্যান্ড,ポートランド,波特蘭,포틀랜드	005	ME	005	60545	
4975909	Prairie	prairie	US	39756	0	America/New_York	45.40866	-69.06393	120			ME	021	51105	
4975941	Prentiss	prentiss	US	39474	222	America/New_York	45.49173	-68.08168	170			ME	019		
4975966	Presque Isle	presque-isle	US	04769	9171	America/New_York	46.68115	-68.01586	139	PQI,Presk Ajl,Presk-Ajl,Preskju Ajsl,bryskyw azly,peuleseukeuail,prsk ayl  myn,prysk ayl  myyn,pu lei si ke ai er,puresukuairu,Преск Ајл,Преск-Айл,Прескю Айсл,بريسكيو إزلي,پرسک آیل، مین,پریسک آئل، میئن,プレスクアイル,普雷斯克艾爾,프레스크아일		ME	003	60825	
4976010	Pride	pride	US	70770	0	America/New_York	46.3506	-68.27253	196			ME	003	11785	
4976035	Princeton	princeton	US	01541	927	America/New_York	45.22341	-67.57222	65	Memada-Kamioguk,PNN,Princeton,Prinston,Принстон		ME	029	61035	
4976052	Prospect	prospect	US	06712	667	America/New_York	44.55313	-68.86476	29			ME	027	61210	
4976055	Prospect Harbor	prospect-harbor	US	04669	0	America/New_York	44.40897	-68.02612	8			ME	009	28450	
4976189	Quimby	quimby	US	51049	0	America/New_York	46.96226	-68.6081	206	Quimby,Winterville Station		ME	003	86865	
4976315	Randolph	randolph	US	02368	1772	America/New_York	44.23035	-69.76671	6	Randol'f,Рандольф		ME	011	61700	
4976321	Rangeley	rangeley	US	04970	128	America/New_York	44.96644	-70.64285	469			ME	007	61840	
4976361	Raymond	raymond	US	03077	4649	America/New_York	43.90146	-70.47033	84	Rajmond,Раймонд,ریمنڈ، مینے		ME	005	61945	
4976372	Rayville	rayville	US	64084	0	America/New_York	44.10313	-70.55367	167			ME	017	55960	
4976383	Readfield	readfield	US	04355	2454	America/New_York	44.38785	-69.96672	86	Readfield,Readfield Corner		ME	011	62190	
4976427	Redding	redding	US	06896	0	America/New_York	44.41118	-70.51062	196			ME	017	75035	
4976448	Reed	reed	US	42451	215	America/New_York	45.72367	-68.14224	164			ME	003	62400	
4976469	Reeds	reeds	US	64859	0	America/New_York	44.88672	-70.41034	278			ME	007	19865	
4976528	Richmond	richmond	US	01254	1760	America/New_York	44.0873	-69.79893	0	Richmond,Ричмонд		ME	023	62645	
4976546	Richville	richville	US	13681	0	America/New_York	43.78535	-70.56561	88			ME	005	73670	
4976567	Ridge	ridge	US	11961	0	America/New_York	44.84091	-67.01526	27			ME	029	41610	
4976597	Riley	riley	US	47871	0	America/New_York	44.50506	-70.24673	147	Jay Point,Riley,Riley's,Riley's Mill		ME	007	35625	
4976602	Ripley	ripley	US	14775	0	America/New_York	44.99117	-69.37171	133			ME	025	62995	
4976603	Ripley	ripley	US	14775	0	America/New_York	44.52147	-67.79694	8	Dewey,Ripley		ME	029	31530	
4976631	Riverside	riverside	US	02915	0	America/New_York	44.39812	-69.70977	43			ME	011	78745	
4976664	Riverton	riverton	US	06065	0	America/New_York	43.69953	-70.31616	23	Bride's Bridge,Pride's Bridge,Riverton,Riverton Park		ME	005	60545	
4976705	Robbinston	robbinston	US	04671	546	America/New_York	45.07813	-67.10943	20			ME	029	63275	
4976712	Roberts	roberts	US	54023	0	America/New_York	46.78893	-67.95808	168			ME	003	10565	
4976742	Robinson	robinson	US	15949	0	America/New_York	46.47338	-67.8403	112	Robinson,Robinsons		ME	003	05385	
4976817	Rockport	rockport	US	01966	3336	America/New_York	44.18452	-69.07615	16	Rokport,Рокпорт,راکپورٹ، مینے		ME	013	63660	
4976834	Rockville	rockville	US	02873	0	America/New_York	44.1548	-69.11643	56			ME	013	63660	
4976836	Rockwood	rockwood	US	04478	0	America/New_York	45.67782	-69.74089	329	Kineo Station,Rockwood		ME	025	51114	
4976934	Rome	rome	US	13440	1019	America/New_York	44.58506	-69.86922	90	Hungry Hollow,Rome		ME	011	63835	
4976964	Rosemont	rosemont	US	08556	0	America/New_York	43.67091	-70.30088	20			ME	005	60545	
4976965	Rosemont	rosemont	US	08556	0	America/New_York	43.66064	-70.29255	12			ME	005	60545	
4976998	Round Mountain	round-mountain	US	78663	0	America/New_York	46.59449	-68.79449	651			ME	003	53602	
4976999	Round Mountain	round-mountain	US	78663	0	America/New_York	45.26422	-70.63951	555			ME	007	51400	
4977024	Round Pond	round-pond	US	04564	0	America/New_York	43.94786	-69.46116	15			ME	015	07485	
4977088	Roxbury	roxbury	US	02119	399	America/New_York	44.66978	-70.5934	220			ME	017	64185	
4977125	Rumford	rumford	US	02916	4218	America/New_York	44.55367	-70.5509	147	Rumford,Rumford Falls		ME	017	64290	
4977194	Sabattus	sabattus	US	04280	4694	America/New_York	44.1198	-70.10755	74	Sabattus,Sebattis		ME	001	64570	
4977222	Saco	saco	US	04072	19078	America/New_York	43.50092	-70.44283	20	Saco,Sako,Sawaguatock,Sawco,Sawguatock,Shawacotoc,Shawakotock,Shawocotuck,sakw,sakw  myn,soko,suo ke,Сако,ساكو,ساکو، مین,سکو،مائنے,ソコー,索科		ME	031	64675	
4977281	Saint Agatha	saint-agatha	US	04772	834	America/New_York	47.2431	-68.31365	198	Saint Agatha,Sainte Agathe,St. Agatha		ME	003	64780	
4977288	Saint Albans	saint-albans	US	04971	1909	America/New_York	44.91006	-69.41005	83			ME	025	64850	
4977346	Saint David	saint-david	US	04773	0	America/New_York	47.33948	-68.23143	159			ME	003	42520	
4977361	Saint Francis	saint-francis	US	04774	600	America/New_York	47.17115	-68.88976	183			ME	003	65025	
4977372	Saint George	saint-george	US	29477	2682	America/New_York	44.01647	-69.19893	33	Svjatoj Georgij,Святой Георгий		ME	013	65130	
4977398	Saint John	saint-john	US	46373	293	America/New_York	47.20837	-68.80727	173			ME	003		
4977541	Salem	salem	US	01970	0	America/New_York	44.90061	-70.27812	259			ME	007	19865	
4977586	Salsbury Cove	salsbury-cove	US	04672	0	America/New_York	44.43063	-68.28363	6	Salisbury Cove		ME	009	02865	
4977734	Sandy Creek	sandy-creek	US	13145	0	America/New_York	44.02174	-70.70784	130	Pinhook,Sandy Creek		ME	005	07170	
4977739	Sandy Point	sandy-point	US	04972	0	America/New_York	44.5148	-68.81281	28	Sandy Point,Sandypoint		ME	027	74475	
4977762	Sanford	sanford	US	04073	20893	America/New_York	43.43925	-70.77422	92	Phillipstown,SFM,Sanford,Санфорд		ME	031	65725	
4977779	Sangerville	sangerville	US	04479	1320	America/New_York	45.16478	-69.35644	133			ME	021	65865	
4977811	Sargentville	sargentville	US	04673	0	America/New_York	44.30147	-68.67253	37			ME	009	67300	
4977882	Scarborough	scarborough	US	04070	4403	America/New_York	43.57814	-70.32172	6	Black Point,Scarboro,Scarborough,Skarboro,Skarborou,skarbwrw  myyn,sukaboro,Скарборо,Скарбороу,سکاربورو، میئن,スカボロー		ME	005	66145	
4977964	Scituate	scituate	US	02066	0	America/New_York	43.16842	-70.67811	56			ME	031	87985	
4977967	Scotland	scotland	US	06264	0	America/New_York	43.16203	-70.70644	12			ME	031	87985	
4977971	Scotland	scotland	US	06264	0	America/New_York	43.79063	-70.35561	66			ME	005	86025	
4978030	Seal Cove	seal-cove	US	04674	0	America/New_York	44.28591	-68.39863	14	Center,Seal Cove		ME	009	77345	
4978046	Seal Harbor	seal-harbor	US	04675	0	America/New_York	44.30314	-68.24029	44			ME	009	47630	
4978095	Searsmont	searsmont	US	04973	1221	America/New_York	44.36174	-69.19504	70	Fraternity Village,Searsmont		ME	027	66565	
4978097	Searsport	searsport	US	04974	992	America/New_York	44.45841	-68.9242	14	Sirsport,Сирспорт		ME	027	66635	
4978142	Sebasco Estates	sebasco-estates	US	04565	0	America/New_York	43.76675	-69.85949	8	Sebasco,Sebasco Estates		ME	023	58515	
4978153	Sebec	sebec	US	04481	636	America/New_York	45.27144	-69.11671	108			ME	021	66950	
4978242	Sedgwick	sedgwick	US	04676	1146	America/New_York	44.30369	-68.61614	7			ME	009	67300	
4978256	Selden	selden	US	11784	0	America/New_York	45.77256	-67.90696	164			ME	003	83785	
4978367	Shapleigh	shapleigh	US	04076	2418	America/New_York	43.54064	-70.84812	178	Shapleigh,Shapleigh Corner		ME	031	67475	
4978402	Shawmut	shawmut	US	04975	0	America/New_York	44.62784	-69.58644	47			ME	025	24320	
4978484	Sherman	sherman	US	04776	974	America/New_York	45.87116	-68.41781	158	Golden Ridge Plantation,Molunkus Mill,Sherman,The Mills,Шерман		ME	003	67790	
4978503	Sheridan	sheridan	US	04775	0	America/New_York	46.65726	-68.40504	165	Sheridan,Sheriden		ME	003	01710	
4978510	Shiloh	shiloh	US	08353	0	America/New_York	43.97619	-70.04644	48			ME	001	19105	
4978534	Shirley Mills	shirley-mills	US	04485	0	America/New_York	45.3656	-69.61811	317			ME	021	68140	
4978585	Sidney	sidney	US	13838	3653	America/New_York	44.41312	-69.72893	52	Sidnej,Сидней		ME	011	68385	
4978635	Sinclair	sinclair	US	04779	0	America/New_York	47.16671	-68.26948	180			ME	003	73472	
4978701	Skowhegan	skowhegan	US	04976	6297	America/New_York	44.76506	-69.71922	52	Milburn,Skaukhigun,Skovkhegan,Skowhegan,si ke xi gan,sukauhigan,Скаухигън,Сковхеган,سکاوہیگن، میئن,スカウヒーガン,斯科希甘	025	ME	025	68910	
4978861	Smithfield	smithfield	US	02917	967	America/New_York	44.63034	-69.8295	77			ME	025	69155	
4978868	Smithton	smithton	US	15479	0	America/New_York	44.47757	-69.33476	238			ME	027	26420	
4978870	Smithville	smithville	US	26178	0	America/New_York	44.53702	-67.95723	32			ME	029	74125	
4978877	Smyrna Mills	smyrna-mills	US	04780	0	America/New_York	46.1295	-68.16419	175			ME	003	69260	
4978963	Solon	solon	US	04979	977	America/New_York	44.9495	-69.85839	123	Solon,Солон		ME	025	69505	
4978976	Somerville	somerville	US	02143	529	America/New_York	44.30924	-69.48893	63			ME	015	69645	
4979006	Sorrento	sorrento	US	04677	302	America/New_York	44.47341	-68.17723	27			ME	009	69750	
4979050	South Berwick	south-berwick	US	03908	7480	America/New_York	43.23453	-70.8095	34	Sous Bervik,Соус Бервик		ME	031	70030	
4979123	South Bristol	south-bristol	US	04568	933	America/New_York	43.86397	-69.56116	10			ME	015	70240	
4979141	South Casco	south-casco	US	04077	0	America/New_York	43.9148	-70.51783	96			ME	005	11125	
4979143	South China	south-china	US	04358	0	America/New_York	44.39562	-69.57115	68			ME	011	12735	
4979163	South Freeport	south-freeport	US	04078	0	America/New_York	43.8198	-70.10949	25			ME	005	26525	
4979167	South Gardiner	south-gardiner	US	04359	0	America/New_York	44.18007	-69.75671	12			ME	011	27085	
4979192	South Lebanon	south-lebanon	US	45065	0	America/New_York	43.33758	-70.94228	69			ME	031	38425	
4979220	South Paris	south-paris	US	04281	2267	America/New_York	44.22368	-70.51339	118			ME	017	56625	
4979244	South Portland	south-portland	US	04106	25556	America/New_York	43.64147	-70.24088	7	Saut Portland,Saut-Portlend,Sous Portland,nan bo te lan,pwrtlnd jnwby  myn,sausupotorando,sawth bwrtland,Саут Портланд,Саут-Портленд,Соус Портланд,جنوبی پورٹلینڈ، مینے,ساوث بورتلاند,پورتلند جنوبی، مین,サウスポートランド,南波特兰		ME	005	71990	
4979267	South Solon	south-solon	US	43153	0	America/New_York	44.91311	-69.77839	194			ME	025	69505	
4979277	South Thomaston	south-thomaston	US	04858	1472	America/New_York	44.05147	-69.12782	9			ME	013	72585	
4979295	South Windham	south-windham	US	04082	1374	America/New_York	43.73619	-70.42366	37	Little Falls,South Windham		ME	005	86025	
4979297	South Windsor	south-windsor	US	06074	0	America/New_York	44.27924	-69.59865	98			ME	011	86165	
4979299	South Woodstock	south-woodstock	US	05071	0	America/New_York	44.35479	-70.55728	184			ME	017	87355	
4979328	Southport	southport	US	04576	711	America/New_York	43.84092	-69.65866	15	Capmanwogen,Southport		ME	015	71955	
4979352	Southwest Harbor	southwest-harbor	US	04679	720	America/New_York	44.2798	-68.32502	13	South West Harbor,Southwest Harbor		ME	009	72865	
4979526	Spragueville	spragueville	US	52074	0	America/New_York	46.62726	-68.01253	159			ME	003	60825	
4979555	Spring Lake	spring-lake	US	07762	0	America/New_York	45.23005	-70.28451	404			ME	025	53636	
4979573	Springfield	springfield	US	01101	394	America/New_York	45.39618	-68.13557	169	Springfild,Спрингфилд		ME	019	73250	
4979580	Springvale	springvale	US	04083	3292	America/New_York	43.46675	-70.79367	110			ME	031	65725	
4979595	Spruce Head	spruce-head	US	04859	0	America/New_York	44.01147	-69.13282	11	Spruce Head,Sprucehead		ME	013	72585	
4979699	Stacyville	stacyville	US	04777	421	America/New_York	45.86366	-68.50531	173	Staceyville,Stacyville		ME	019	73600	
4979722	Standish	standish	US	04084	469	America/New_York	43.73591	-70.552	131	Standish,astndysh  myn,sutandisshu,Стандиш,استندیش، مین,سٹینڈش، میئن,スタンディッシュ		ME	005	73670	
4979778	Starks	starks	US	70661	601	America/New_York	44.73062	-69.96617	78			ME	025	73845	
4979788	State Road	state-road	US	28676	0	America/New_York	46.73115	-68.15226	156			ME	003	43255	
4979819	Steep Falls	steep-falls	US	04085	1139	America/New_York	43.79397	-70.65256	90			ME	005	73670	
4979854	Steuben	steuben	US	04680	1171	America/New_York	44.51098	-67.96662	12			ME	029	74125	
4979886	Stevensville	stevensville	US	18845	0	America/New_York	46.79615	-67.86447	116	Stebbins,Stevensville		ME	003	25615	
4979907	Stillwater	stillwater	US	04489	0	America/New_York	44.9084	-68.68642	40			ME	019	55225	
4979937	Stockholm	stockholm	US	04783	282	America/New_York	47.04226	-68.13948	181			ME	003	74405	
4979945	Stockton Springs	stockton-springs	US	04981	1540	America/New_York	44.48952	-68.85698	40	Essick,Stockton Springs		ME	027	74475	
4979975	Stonington	stonington	US	04681	1198	America/New_York	44.15619	-68.66669	22			ME	009	74580	
4980024	Stow	stow	US	01775	299	America/New_York	44.16062	-70.98507	131	Stou,Стоу		ME	017	74685	
4980034	Stratton	stratton	US	04982	0	America/New_York	45.14117	-70.44062	353			ME	007	24005	
4980051	Strong	strong	US	04983	1309	America/New_York	44.80756	-70.2209	155			ME	007	74825	
4980131	Sugar Hill	sugar-hill	US	03586	0	America/New_York	46.43588	-67.80224	134			ME	003	07065	
4980155	Sullivan	sullivan	US	03445	1232	America/New_York	44.52036	-68.19668	14	Sullivan,Sullivan Harbor		ME	009	74965	
4980182	Sumner	sumner	US	04292	888	America/New_York	44.39201	-70.43839	146			ME	017	75035	
4980223	Sunset	sunset	US	04683	0	America/New_York	44.20591	-68.70475	27			ME	009	17145	
4980239	Sunshine	sunshine	US	70780	0	America/New_York	44.1973	-68.58113	30			ME	009	17145	
4980248	Surry	surry	US	04684	1415	America/New_York	44.49591	-68.50169	17			ME	009	75280	
4980260	Surfside	surfside	US	90743	0	America/New_York	43.52897	-70.36255	1			ME	031	55085	
4980280	Swans Island	swans-island	US	04685	340	America/New_York	44.14508	-68.45169	24	Burnt Coat Island,Swan Island,Swans Island		ME	009	75455	
4980287	Swanville	swanville	US	56382	1411	America/New_York	44.52119	-68.99781	61	Goose Pond Settlement,Swanville		ME	027	75525	
4980350	Tacoma	tacoma	US	98401	0	America/New_York	44.19229	-69.96922	58			ME	011	46405	
4980455	Temple	temple	US	03084	595	America/New_York	44.68506	-70.22645	165			ME	007	75980	
4980475	Tenants Harbor	tenants-harbor	US	04860	0	America/New_York	43.9673	-69.2081	16	Tenant Harbor,Tenant's Harbor,Tenants Harbor,Tennants Harbor		ME	013	65130	
4980629	Thomaston	thomaston	US	04861	1875	America/New_York	44.07897	-69.18171	36	Thomaston,Thomoston,Tomaston,Томастон		ME	013	76365	
4980640	Thompson	thompson	US	06277	0	America/New_York	44.85673	-69.43727	70	Thompson,Thompsons		ME	025	56520	
4980894	Tomah	tomah	US	54660	0	America/New_York	45.54646	-67.64973	115			ME	029	53500	
4980925	Topsfield	topsfield	US	01983	234	America/New_York	45.41896	-67.73556	148			ME	029	76895	
4980927	Topsham	topsham	US	04086	5931	America/New_York	43.92758	-69.97588	40			ME	023	76960	
4981071	Tremont	tremont	US	17981	1590	America/New_York	44.25369	-68.35141	6	Mansel,Tremont		ME	009	77345	
4981078	Trenton	trenton	US	08601	1424	America/New_York	44.43897	-68.37002	18	Trenton,Трентон		ME	009	77415	
4981091	Trevett	trevett	US	04571	0	America/New_York	43.8848	-69.67282	15	Trevet,Trevett		ME	015	06050	
4981180	Troy	troy	US	03465	1001	America/New_York	44.66479	-69.24088	142	Bridgton,Joy,Kingsville,Montgomery,Troja,Troy,Troy Corner,Троя		ME	027	77625	
4981194	Troutdale	troutdale	US	24378	0	America/New_York	45.29283	-69.83589	306			ME	025	76190	
4981250	Turner	turner	US	04282	5470	America/New_York	44.25646	-70.25617	97	Turnehr,Turner,Turner Village,trnr  myn,Турнэр,ترنر، مین,ٹرنر، مین		ME	001	77800	
4981467	Unionville	unionville	US	06085	0	America/New_York	44.57897	-67.99028	25			ME	029	74125	
4981512	Unity	unity	US	04988	469	America/New_York	44.61118	-69.33449	67			ME	027	78255	
4981687	Upton	upton	US	01568	64	America/New_York	44.69422	-71.01063	530			ME	017	78465	
4981710	Van Buren	van-buren	US	04785	1937	America/New_York	47.15727	-67.9353	147	Ruisseau a Violettes,Van Bjurehn,Van Bjuren,Van Buren,fan bwrn,wn bwrn  myn,Ван Бюрен,Ван Бюрэн,Ван Бјурен,فان بورن,ون بورن، مین		ME	003	78570	
4981722	Vanceboro	vanceboro	US	04491	153	America/New_York	45.5634	-67.42972	124	Vansboro,Vehjnsborou,fankbrw,wnkbrw  myn,Вансборо,Вэйнсбороу,فانكبرو,ونکبرو، مین		ME	029	78675	
4981745	Vassalboro	vassalboro	US	04989	4208	America/New_York	44.45923	-69.67755	53	Vassalborou,bassaruboro,wslbrw  mynh,Вассалбороу,وسلبرو، مینه,バッサルボロ		ME	011	78745	
4981759	Verona	verona	US	07044	554	America/New_York	44.56535	-68.79031	23			ME	009	78925	
4981774	Vienna	vienna	US	04360	548	America/New_York	44.5334	-69.98478	116			ME	011	79025	
4981804	Vinalhaven	vinalhaven	US	04863	1284	America/New_York	44.04814	-68.8317	8	Vinal Haven,Vinalhaven,Vinalkhavehn,Виналхавэн		ME	013	79130	
4982034	Waite	waite	US	04492	109	America/New_York	45.32563	-67.69028	115			ME	029	79375	
4982039	Waldo	waldo	US	32694	762	America/New_York	44.51257	-69.07615	79			ME	027	79480	
4982044	Waldoboro	waldoboro	US	04572	1233	America/New_York	44.09536	-69.3756	22	Valdoboro,Voldoboro,Waldoboro,Waldoborough,Валдоборо,Волдоборо		ME	015	79550	
4982056	Walker	walker	US	26180	0	America/New_York	46.60754	-68.24337	186			ME	003	11785	
4982086	Wallagrass	wallagrass	US	04781	583	America/New_York	47.12948	-68.59727	267			ME	003	79865	
4982096	Walnut Hill	walnut-hill	US	62893	0	America/New_York	43.82452	-70.24672	62	North Yarmouth,Walnut Hill		ME	005	53860	
4982098	Walnut Hill	walnut-hill	US	62893	0	America/New_York	43.23731	-70.5945	13			ME	031	54980	
4982099	Walpole	walpole	US	02081	0	America/New_York	43.95591	-69.55866	41			ME	015	70240	
4982101	Waltham	waltham	US	02451	318	America/New_York	44.70924	-68.33835	96			ME	009	80040	
4982137	Warren	warren	US	01083	3945	America/New_York	44.12036	-69.24005	12	Uorren,Уоррен		ME	013	80215	
4982160	Washburn	washburn	US	04786	997	America/New_York	46.79004	-68.15753	148			ME	003	80285	
4982172	Washington	washington	US	03280	1398	America/New_York	44.27369	-69.36727	91	Putnam,Vashington,Washington,Washington Village,Вашингтон		ME	013	80425	
4982218	Waterboro	waterboro	US	04087	7532	America/New_York	43.53564	-70.71506	81	Uatehrborou,Уатэрбороу		ME	031	80530	
4982236	Waterville	waterville	US	04901	16261	America/New_York	44.55201	-69.63171	33	Ticonic Falls,Uotervill,Vatehrvill,Votervil,Votervil',WVL,Waterville,u~otabiru,watrwyl  myn,wo te wei er,woteobil,wwtrfyl,Ватэрвилл,Вотервил,Вотервіль,Уотервилл,واترویل، مین,واٹرویل، میئن,ووترفيل,ウォータービル,沃特维尔,워터빌		ME	011	80740	
4982263	Waverley	waverley	US	02479	0	America/New_York	44.79506	-69.3806	75	Waverley,Waverly		ME	025	59005	
4982265	Wayne	wayne	US	04284	1156	America/New_York	44.34868	-70.06616	92			ME	011	80880	
4982315	Webster	webster	US	01570	85	America/New_York	44.88757	-68.66281	30			ME	019	55565	
4982376	Weld	weld	US	04285	418	America/New_York	44.69867	-70.42145	231	Weld,Weld Village		ME	007	81300	
4982381	Wellington	wellington	US	33414	268	America/New_York	45.03978	-69.59727	174	Vellington,Веллингтон		ME	021	81405	
4982390	Wells	wells	US	04090	0	America/New_York	43.32203	-70.58089	20	Nampscoscoske,Neguntequit,Uehlls,Vells,Wells,u~eruzu,wylz  myyn,Веллс,Уэллс,ویلز، میئن,ウェルズ		ME	031	81475	
4982428	Wesley	wesley	US	04686	119	America/New_York	44.9523	-67.66083	150			ME	029	81685	
4982440	West Baldwin	west-baldwin	US	04091	0	America/New_York	43.83313	-70.77784	116			ME	005	02655	
4982451	West Bethel	west-bethel	US	04286	0	America/New_York	44.40201	-70.86118	207			ME	017	04825	
4982455	West Boothbay Harbor	west-boothbay-harbor	US	04575	0	America/New_York	43.84897	-69.64338	10	Haley,West Boothbay,West Boothbay Harbor		ME	015	06120	
4982566	West Charleston	west-charleston	US	05872	0	America/New_York	45.0659	-69.06837	118			ME	019	12105	
4982583	West Dover	west-dover	US	05356	0	America/New_York	45.1145	-69.23893	151			ME	021	65865	
4982588	West End	west-end	US	27376	0	America/New_York	43.65064	-70.27449	46			ME	005	60545	
4982597	West Farmington	west-farmington	US	04992	0	America/New_York	44.66284	-70.15534	121			ME	007	24775	
4982602	West Forks	west-forks	US	04985	49	America/New_York	45.39699	-70.03617	370			ME	025	82840	
4982643	West Lebanon	west-lebanon	US	03784	0	America/New_York	43.3823	-70.95062	156			ME	031	38425	
4982657	West Minot	west-minot	US	04288	0	America/New_York	44.17118	-70.36589	99			ME	001	46160	
4982665	West Newfield	west-newfield	US	04095	0	America/New_York	43.64397	-70.92367	157			ME	031	48750	
4982671	West Paris	west-paris	US	04289	1790	America/New_York	44.32423	-70.57395	151			ME	017	83890	
4982694	West Point	west-point	US	10996	0	America/New_York	43.74703	-69.86449	18	West Point,Westpoint		ME	023	58515	
4982698	West Poland	west-poland	US	04291	0	America/New_York	44.03563	-70.43867	109			ME	001	60020	
4982714	West Rockport	west-rockport	US	04865	0	America/New_York	44.18202	-69.13532	67			ME	013	63660	
4982753	Westbrook	westbrook	US	04092	17978	America/New_York	43.67703	-70.37116	23	Saccarabigg,Saccarrappa,Uehstbruk,Vehstbruk,Vestbruk,Westbrook,u~esutoburukku,wei si te bu lu ke,wstbrwk,wstbrwk  myn,Вестбрук,Вэстбрук,Уэстбрук,وستبروك,وستبروک، مین,ویسٹبروک، میئن,ウェストブルック,韦斯特布鲁克		ME	005	82105	
4982818	Westfield	westfield	US	01085	581	America/New_York	46.57032	-67.92253	140			ME	003	82770	
4982827	Weston	weston	US	02493	211	America/New_York	45.73312	-67.87807	232	Uehston,Уэстон		ME	003	83785	
4982835	Westport	westport	US	02790	775	America/New_York	43.89925	-69.70838	31	Jeremisquam,Westport		ME	015	84140	
4982891	Wheelock	wheelock	US	77882	0	America/New_York	47.22476	-68.74338	167			ME	003		
4982964	White Rock	white-rock	US	29177	0	America/New_York	43.75258	-70.46783	66			ME	005	28240	
4982975	Whitefield	whitefield	US	03598	2363	America/New_York	44.17007	-69.62532	30			ME	015	85010	
4983014	Whiting	whiting	US	04691	447	America/New_York	44.79091	-67.17554	18	Orangetown,Whiting		ME	029	85185	
4983127	Wildwood	wildwood	US	08260	0	America/New_York	44.90589	-69.46421	116			ME	025	64850	
4983202	Williamsburg	williamsburg	US	01096	0	America/New_York	45.38005	-69.11588	182			ME	021	51105	
4983204	Willimantic	willimantic	US	06226	140	America/New_York	45.30672	-69.40838	129			ME	021	85710	
4983257	Wilton	wilton	US	03086	2198	America/New_York	44.59284	-70.22812	168	Wilton,Wilton Village		ME	007	85850	
4983281	Wilsons Mills	wilsons-mills	US	27593	0	America/New_York	44.93811	-71.03535	395	Wilson's Mills,Wilsons Mill,Wilsons Mills		ME	017	39422	
4983283	Windsor	windsor	US	01270	2291	America/New_York	44.31063	-69.5806	90	Malta,Vindzor,Windsor,Виндзор		ME	011	86165	
4983305	Winn	winn	US	04495	437	America/New_York	45.48561	-68.37225	70			ME	019	86305	
4983322	Winslow	winslow	US	08095	7794	America/New_York	44.54701	-69.62116	43	Taconnet,Uinslou,Vinslou,Winslow,u~insuro,wynzlww  myn,Винслоу,Уинслоу,وینزلوو، مین,وینسلو، مینے,ウィンスロー		ME	011	86515	
4983348	Winterport	winterport	US	04496	1340	America/New_York	44.63785	-68.84504	21	Winterport,Winterport Village		ME	027	86760	
4983351	Winterville	winterville	US	28590	204	America/New_York	46.97032	-68.57116	311			ME	003	86865	
4983355	Winthrop	winthrop	US	02152	2650	America/New_York	44.30507	-69.977	70	Vintrop,Винтроп		ME	011	86970	
4983359	Wiscasset	wiscasset	US	04578	1097	America/New_York	44.00286	-69.6656	15	ISS,Uiskasit,Viskasseht,Wetchi sankasek,Wichigaskitaywick,Wiscasset,Wiscassett,u~isukasetto,wei si ka xi te,Вискассэт,Уискасит,ウィスカセット,威斯卡西特	015	ME	015	87075	
4983369	Winter Harbor	winter-harbor	US	04693	426	America/New_York	44.39536	-68.08306	8	Parker's Neck,Uintehr Kharbor,Vinter Kharbor,Winter Harbor,wyntr harbr  myn,Винтер Харбор,Уинтэр Харбор,وینتر هاربر، مین		ME	009	86655	
4983446	Woodland	woodland	US	16881	952	America/New_York	45.15702	-67.40472	44	Baileyville,Woodland		ME	029	02480	
4983504	Woolwich	woolwich	US	04579	2922	America/New_York	43.91869	-69.80116	16	Nauseag,Nequasseag,Nequasseaq,Nequasset,Nequasset-settlement,Vulvich,Woolwich,Woolwich Village,Вулвич		ME	023	87460	
4983557	Wytopitlock	wytopitlock	US	04497	0	America/New_York	45.64062	-68.07557	104			ME	003	62400	
4983572	Yarmouth	yarmouth	US	04096	5869	America/New_York	43.80064	-70.18672	24	Jarmaus,Jarmaut,Pumgustuck,Yarmouth,Yarmouth Village,Yarmouthville,Yarmoutville,Јармаут,Ярмаус,یارموتھ، مہینے		ME	005	87845	
4983611	York Beach	york-beach	US	03910	12854	America/New_York	43.17148	-70.60894	7			ME	031	87985	
4983625	York Harbor	york-harbor	US	03911	3033	America/New_York	43.13676	-70.64561	14			ME	031	87985	
4983689	Youngtown	youngtown	US	85363	0	America/New_York	44.26869	-69.09754	84			ME	027	39755	
4983749	Acme	acme	US	15610	0	America/Detroit	44.77195	-85.50146	181			MI	055	00200	
4983757	Ada	ada	US	45810	0	America/Detroit	42.9542	-85.48891	195			MI	081	00240	
4983760	Adair	adair	US	50002	0	America/Detroit	42.79809	-82.63381	195			MI	147	13720	
4983796	Adamsville	adamsville	US	02801	0	America/Detroit	41.78533	-85.99389	250	Adamsport,Adamsville,Christiana		MI	027	60900	
4983802	Addison	addison	US	04606	594	America/Detroit	41.98643	-84.34717	320			MI	091	69340	
4983811	Adrian	adrian	US	16210	20691	America/Detroit	41.89755	-84.03717	240	ADG,Adrian,Ejdrijan,adryan,adryan  myshygan,Адриан,Ејдријан,آدریان، میشیگان,أدريان,ایڈرین، مشی گن	091	MI	091	00440	
4983818	Advance	advance	US	27006	328	America/Detroit	45.2214	-85.07756	179			MI	029	26680	
4983836	Afton	afton	US	13730	0	America/Detroit	45.3739	-84.4967	240			MI	031	25400	
4983837	Agate	agate	US	58310	0	America/Detroit	46.47411	-89.07014	363			MI	131	40760	
4983851	Ahmeek	ahmeek	US	49901	146	America/Detroit	47.29881	-88.3965	265			MI	083	01520	
4983868	Akron	akron	US	14001	393	America/Detroit	43.56808	-83.51413	195	Akron,Акрон		MI	157	00720	
4983872	Alabaster	alabaster	US	35007	0	America/Detroit	44.18641	-83.55803	180			MI	069	00760	
4983882	Alamo	alamo	US	30411	0	America/Detroit	42.37531	-85.70779	238			MI	077	00840	
4983886	Alanson	alanson	US	49706	746	America/Detroit	45.44418	-84.78671	188			MI	047	48020	
4983889	Alba	alba	US	16910	295	America/Detroit	44.97473	-84.96866	360			MI	009	15380	
4983903	Alberta	alberta	US	23821	0	America/Detroit	46.64355	-88.47958	401			MI	013	45560	
4983905	Albion	albion	US	02802	8229	America/Detroit	42.2431	-84.75303	290	Albion,Ehlbion,albywn,albywn  mshy gn,albywn  myshygan,Албион,Элбион,آلبیون، مشی گن,آلبیون، میشیگان,ألبيون		MI	025	00980	
4983923	Alden	alden	US	14004	125	America/Detroit	44.88112	-85.27562	184			MI	009	37500	
4983924	Alder	alder	US	59710	0	America/Detroit	46.78937	-87.69735	199			MI	103	66120	
4983954	Alger	alger	US	45812	0	America/Detroit	44.12558	-84.12111	239			MI	011	54800	
4983970	Algonac	algonac	US	48001	4055	America/Detroit	42.61858	-82.5323	177	Algonac,Algonak,Manchester,Poine du Chene,a er ge na ke,alghwnak,algwnak  mshy gn,algwnak  myshygan,Алгонак,آلگوناک، میشیگان,ألغوناك,الگوناک، مشی گن,阿尔戈纳克		MI	147	01180	
4983982	Alicia	alicia	US	72410	0	America/Detroit	43.27086	-84.03247	178			MI	145	00920	
4983989	Allegan	allegan	US	49010	5071	America/Detroit	42.5292	-85.8553	199	Alegan,algan  myshygan,alghn,alygn  mshy gn,Алеган,آلگان، میشیگان,ألغن,الیگن، مشی گن	005	MI	005	01260	
4983996	Allen	allen	US	21810	189	America/Detroit	41.95699	-84.76774	328	Allen,Аллен		MI	059	01320	
4983998	Alfred	alfred	US	04002	0	America/Menominee	46.08384	-87.63263	332			MI	043	85520	
4984016	Allen Park	allen-park	US	48101	27425	America/Detroit	42.25754	-83.21104	181	Alen Park,Olehn Park,ai lun pa ke,alyn bark,alyn park  mshy gn,park aln  myshygan,Ален Парк,Олэн Парк,ألين بارك,الین پارک، مشی گن,پارک آلن، میشیگان,艾伦帕克		MI	163	01380	
4984028	Allendale	allendale	US	07401	0	America/Detroit	44.00391	-84.78502	348			MI	035	37340	
4984029	Allendale	allendale	US	07401	17579	America/Detroit	42.97225	-85.95365	199			MI	139	01360	
4984033	Allenton	allenton	US	48002	0	America/Detroit	41.76644	-85.97472	245			MI	027	52140	
4984034	Allenton	allenton	US	48002	0	America/Detroit	42.91947	-82.94549	248	Allenton,Smith's Corners		MI	147	07760	
4984045	Allouez	allouez	US	49805	0	America/Detroit	47.28715	-88.40956	307	Alloues,Allouez		MI	083	01520	
4984049	Alma	alma	US	14708	9193	America/Detroit	43.37892	-84.65973	224	AMN,Alma,Ehlma,alma,alma  mshy gn,alma  myshygan,Алма,Элма,آلما، میشیگان,ألما,الما، مشی گن		MI	057	01540	
4984056	Almena	almena	US	54805	0	America/Detroit	42.26476	-85.82529	231	Almena,Almena Mills		MI	159	01600	
4984067	Almont	almont	US	48003	2723	America/Detroit	42.92058	-83.04493	260			MI	087	01680	
4984075	Alpena	alpena	US	49707	10175	America/Detroit	45.06168	-83.43275	180	APN,Alpena,Alpina,a er pi na,albyna,alpna  mshy gn,alpna  myshygan,Алпена,Алпина,آلپنا، میشیگان,ألبينا,الپنا، مشی گن,ཨཱལ་པེ་ན།,阿尔皮纳	007	MI	007	01740	
4984084	Alpha	alpha	US	42603	138	America/Menominee	46.04384	-88.37708	434			MI	071	52300	
4984091	Alpine	alpine	US	07620	0	America/Detroit	43.0728	-85.68504	231			MI	081	01840	
4984094	Alston	alston	US	30412	0	America/Detroit	46.76827	-88.75319	281			MI	061	44220	
4984098	Alto	alto	US	30510	0	America/Detroit	42.8567	-85.38029	248			MI	081	49560	
4984100	Alton	alton	US	03809	0	America/Detroit	45.88302	-86.88431	212			MI	041	26140	
4984101	Alton	alton	US	03809	0	America/Detroit	43.01642	-85.35169	246			MI	081	81920	
4984103	Altona	altona	US	12910	0	America/Detroit	43.53975	-85.31365	291			MI	107	38540	
4984107	Alvin	alvin	US	61811	0	America/Detroit	44.52446	-83.44247	214			MI	001	53880	
4984119	Amasa	amasa	US	49903	283	America/Menominee	46.2321	-88.45076	439			MI	071	37580	
4984123	Amber	amber	US	73004	0	America/Detroit	43.95556	-86.31952	207	Amber,Slaghtburg		MI	105	01980	
4984180	Anchorville	anchorville	US	48004	0	America/Detroit	42.69114	-82.68853	178			MI	147	40920	
4984181	Anderson	anderson	US	29621	0	America/Detroit	42.47087	-84.00606	278			MI	093	66540	
4984217	Andersonville	andersonville	US	31711	0	America/Detroit	42.73003	-83.49244	311			MI	125	75760	
4984247	Ann Arbor	ann-arbor	US	48103	117070	America/Detroit	42.27756	-83.74088	269	A2,ARB,An Arboras,An Arbur,Ann Arbor,Ann Armpor,Ann-Arbor,Arbaro de Ana,Ehnn-Arbor,En Arbor,Enarbora,Enn Arbor,Enn-Arbor,Enārbora,aen-abeo,aena arbara,aina arbara,an arbr,an arbr  myshygan,an nuo bao,anaba,ayn arbr  mshy gn,en arpar,ena arbar,Ανν Άρμπορ,Ан Арбър,Анн-Арбор,Ен Арбор,Енн-Арбор,Энн-Арбор,אן ארבור,آن آربر,ان آربر، میشیگان,این آربر، مشی گن,अॅन आर्बर,ऍन आर्बर्,ऐन आर्बर,ஏன் ஆர்பர்,アナーバー,安娜堡,앤아버	161	MI	161	03000	
4984275	Antlers	antlers	US	74523	0	America/Detroit	46.75437	-87.65597	208			MI	103	66120	
4984276	Antoine	antoine	US	71922	0	America/Menominee	45.83746	-88.06207	356			MI	043	40960	
4984287	Antrim	antrim	US	03440	0	America/Detroit	44.89001	-85.07394	340			MI	009	50640	
4984323	Applegate	applegate	US	48401	240	America/Detroit	43.3553	-82.63715	228			MI	151	84140	
4984337	Arcadia	arcadia	US	15712	291	America/Detroit	44.49306	-86.23176	181			MI	101	03320	
4984351	Arden	arden	US	10910	0	America/Detroit	41.98588	-86.39196	200			MI	021	70100	
4984367	Argyle	argyle	US	12809	0	America/Detroit	43.56418	-82.93605	241			MI	151	03460	
4984379	Armada	armada	US	48005	1744	America/Detroit	42.8442	-82.88437	229	Armada,Burk's Corners,Honeoye		MI	099	03540	
4984400	Arnold	arnold	US	21012	0	America/Detroit	46.05079	-87.49208	314			MI	103	85260	
4984456	Ashland	ashland	US	01721	0	America/Detroit	45.20307	-83.45109	201			MI	007	01760	
4984457	Ashland	ashland	US	01721	0	America/Detroit	43.3078	-85.81116	241	Ashland,Shantyville		MI	123	03700	
4984460	Ashley	ashley	US	43003	555	America/Detroit	43.1867	-84.47443	204			MI	057	25120	
4984467	Ashton	ashton	US	20861	0	America/Detroit	43.97307	-85.50366	357			MI	133	47720	
4984489	Athens	athens	US	04912	1007	America/Detroit	42.08866	-85.23471	271			MI	025	03900	
4984496	Atkins	atkins	US	24311	0	America/Detroit	43.06308	-82.57687	224			MI	147	16760	
4984500	Atlanta	atlanta	US	14808	827	America/Detroit	45.00473	-84.14389	272	Atlanta,Атланта	119	MI	119	10660	
4984503	Atlantic Mine	atlantic-mine	US	49905	2082	America/Detroit	47.09715	-88.62762	320			MI	061	00320	
4984505	Atlas	atlas	US	48411	0	America/Detroit	42.93781	-83.53439	262			MI	049	04000	
4984510	Attica	attica	US	14011	994	America/Detroit	43.03031	-83.16605	273			MI	087	04040	
4984516	Atwood	atwood	US	38220	0	America/Detroit	45.17917	-85.34535	262			MI	009	05240	
4984524	Au Gres	au-gres	US	48703	859	America/Detroit	44.04863	-83.69582	179			MI	011	04120	
4984549	Au Train	au-train	US	49806	0	America/Detroit	46.43022	-86.83682	186			MI	003	04460	
4984562	Auburn	auburn	US	01501	2113	America/Detroit	43.60336	-84.0697	188			MI	017	04080	
4984565	Auburn Hills	auburn-hills	US	48321	22672	America/Detroit	42.68753	-83.2341	293	Auburn Khills,Obern Khils,Obern-Gills,Obern-Khills,Obern-Khils,Ompern Chils,ao ben shan,aparn hils,awbwrn hylz,obanhiruzu,Όμπερν Χιλς,Аубурн Хиллс,Оберн Хилс,Оберн-Гіллс,Оберн-Хиллс,Оберн-Хилс,آبرن ہلز، مشی گن,آوبرن‌هیلز، میشیگان,أوبورن هيلز,ஆபர்ன் ஹில்ஸ்,オーバーンヒルズ,奧本山		MI	125	04105	
4984575	Augusta	augusta	US	04330	904	America/Detroit	42.33643	-85.35222	246	Ogasta,Огаста		MI	077	69820	
4984589	Aurora	aurora	US	04408	0	America/Menominee	46.44884	-90.14601	482			MI	053	41060	
4984591	Austin	austin	US	16720	0	America/Detroit	41.73727	-84.69412	305			MI	059	02020	
4984592	Austin	austin	US	16720	0	America/Detroit	46.28439	-87.45708	349			MI	103	29720	
4984625	Averill	averill	US	05901	0	America/Detroit	43.66558	-84.34194	194	Averill,Red Keg		MI	111	47680	
4984631	Avery	avery	US	75554	0	America/Detroit	44.95751	-84.03139	244			MI	119	04580	
4984640	Avoca	avoca	US	14809	1200	America/Detroit	43.06197	-82.69104	233			MI	147	42740	
4984644	Avondale	avondale	US	19311	0	America/Detroit	44.01585	-85.22671	374			MI	133	37060	
4984657	Azalia	azalia	US	48110	0	America/Detroit	42.01893	-83.66577	205	Azalea,Azalia		MI	115	53900	
4984659	Ayr	ayr	US	58007	0	America/Detroit	45.49223	-84.85338	305			MI	047	64960	
4984665	Babcock	babcock	US	54413	0	America/Detroit	42.21726	-84.79997	295			MI	025	01000	
4984692	Bad Axe	bad-axe	US	48413	3011	America/Detroit	43.80196	-83.00078	231	Bed Aks,Behd Aks,bad aks,baddoakkusu,bdaks  myshygan,Бед Акс,Бэд Акс,باد إكس,بداکس، میشیگان,بیڈ ایکس، مشی گن,バッドアックス	063	MI	063	04740	
4984709	Bagley	bagley	US	50026	0	America/Menominee	45.55136	-87.57568	238			MI	109	56440	
4984723	Bailey	bailey	US	27807	0	America/Detroit	43.2778	-85.81032	255			MI	121	13840	
4984779	Bakersville	bakersville	US	28705	0	America/Detroit	42.49003	-86.06975	201			MI	005	46600	
4984802	Baldwin	baldwin	US	11510	1159	America/Detroit	43.90112	-85.85173	256	Bolduin,Болдуин	085	MI	085	85060	
4984841	Balsam	balsam	US	28707	0	America/Menominee	46.20773	-88.38097	463			MI	071	19150	
4984843	Baltic	baltic	US	06330	0	America/Detroit	47.06743	-88.63346	337			MI	061	00320	
4984855	Bancroft	bancroft	US	25011	522	America/Detroit	42.87864	-84.06385	261			MI	155	73520	
4984863	Bangor	bangor	US	04401	1850	America/Detroit	42.31254	-86.11308	201	Bangor,Бангор		MI	159	05140	
4984889	Bannister	bannister	US	48807	0	America/Detroit	43.13253	-84.42165	204			MI	057	25120	
4984902	Baraga	baraga	US	49908	1996	America/Detroit	46.77854	-88.48902	192			MI	013	05340	
4984913	Barbeau	barbeau	US	49710	0	America/Detroit	46.28863	-84.28115	200			MI	033	11280	
4984948	Bark River	bark-river	US	49807	0	America/Detroit	45.71025	-87.30485	226			MI	041	05420	
4984962	Barnard	barnard	US	05031	0	America/Detroit	45.25112	-85.30118	232			MI	029	51620	
4984990	Baroda	baroda	US	49101	850	America/Detroit	41.95754	-86.48557	196			MI	021	05520	
4985011	Barryton	barryton	US	49305	357	America/Detroit	43.75253	-85.14698	299			MI	107	29680	
4985023	Barton City	barton-city	US	48705	0	America/Detroit	44.68418	-83.60553	253	Barton City,Mud Lake		MI	001	37220	
4985113	Batavia	batavia	US	14020	0	America/Detroit	41.91255	-85.09803	280			MI	023	05800	
4985123	Bates	bates	US	97817	0	America/Detroit	44.77278	-85.44424	220			MI	055	00200	
4985139	Bath	bath	US	03740	2083	America/Detroit	42.81864	-84.44859	262			MI	037	05900	
4985153	Battle Creek	battle-creek	US	49014	51589	America/Detroit	42.3173	-85.17816	255	BTL,Batl Krik,Batul Krijk,Betl Krik,ba te er ke li ke,baeteulkeulikeu,batl kryk,batorukuriku,Батл Крик,Батъл Крийк,Бетл Крик,باتل كريك,بتل‌کریک، میشیگان,بیٹل کریک، مشی گن,バトルクリーク,巴特爾克里克,배틀크리크		MI	025	05920	
4985177	Baxter	baxter	US	26560	0	America/Detroit	44.50389	-85.52701	314			MI	165	35240	
4985180	Bay City	bay-city	US	48706	33917	America/Detroit	43.59447	-83.88886	182	Bay City,Behj Siti,Beisitija,Bej Siti,Bej-Siti,Kota Bay,Lower Saginaw,bay syty,bei cheng,beishiti,beisiti,by syty  myshygan,Бей-Сити,Бей-Сіті,Беј Сити,Бэй Сити,Բեյ Սիթի,باي سيتي,بی سیتی، میشیگان,بے سیٹی، مشی گن,ベイシティ,贝城,베이시티	017	MI	017	06020	
4985208	Bay Port	bay-port	US	48720	477	America/Detroit	43.84946	-83.37329	183			MI	063	27120	
4985210	Bay Shore	bay-shore	US	11706	754	America/Detroit	45.35834	-85.09728	207	Bay Shore,Bayshore		MI	029	37320	
4985238	Beacon	beacon	US	12508	0	America/Detroit	46.51021	-87.98569	527			MI	103	14540	
4985309	Bear Lake	bear-lake	US	16402	282	America/Detroit	44.42083	-86.14814	241			MI	101	06480	
4985364	Beaver	beaver	US	15009	0	America/Detroit	43.71169	-84.06776	192			MI	017	06540	
4985365	Beaver	beaver	US	15009	0	America/Detroit	45.98552	-87.10986	251			MI	041	04900	
4985459	Beaverdam	beaverdam	US	23015	0	America/Detroit	42.84836	-85.96004	209			MI	139	89280	
4985465	Beaverton	beaverton	US	35544	1049	America/Detroit	43.88225	-84.48473	220			MI	051	06660	
4985494	Bedford	bedford	US	01730	0	America/Detroit	42.39532	-85.23222	270			MI	025	06720	
4985508	Beebe	beebe	US	72012	0	America/Detroit	43.33531	-84.54805	226			MI	057	25880	
4985521	Beecher	beecher	US	60401	10232	America/Detroit	43.09003	-83.6944	245			MI	049	55980	
4985552	Belding	belding	US	48809	5769	America/Detroit	43.09781	-85.22891	237			MI	067	06900	
4985554	Belknap	belknap	US	62908	0	America/Detroit	45.33196	-83.84333	251			MI	141	06920	
4985558	Bell	bell	US	32619	0	America/Detroit	45.24974	-83.43276	187			MI	141	66340	
4985583	Bellaire	bellaire	US	43906	1065	America/Detroit	44.98028	-85.21117	191	ACB,Behllajr,Beler,bei lai er,bylayry,Белер,Бэллайр,بيلايري,贝莱尔	009	MI	009	29600	
4985601	Belleville	belleville	US	07109	3880	America/Detroit	42.20476	-83.48521	206			MI	163	07020	
4985607	Bellevue	bellevue	US	41073	1278	America/Detroit	42.44337	-85.01805	263			MI	045	07080	
4985620	Belmont	belmont	US	02478	9244	America/Detroit	43.07558	-85.6092	202			MI	081	64660	
4985680	Bennington	bennington	US	03442	0	America/Detroit	42.93531	-84.24191	243			MI	155	07280	
4985688	Benson	benson	US	05731	0	America/Detroit	44.20862	-85.497	396			MI	165	15060	
4985707	Benton	benton	US	17814	0	America/Detroit	42.12893	-83.86216	256			MI	161	71160	
4985711	Benton Harbor	benton-harbor	US	49022	9976	America/Detroit	42.11671	-86.45419	181	BEH,Bemon Harbor,Benton Harbor,Benton Kharbor,bndr bntwn  myshygan,byntwn harbwr,Бентон Харбор,بندر بنتون، میشیگان,بينتون هاربور,بینٹن بندرگاہ، مشی گن		MI	021	07520	
4985726	Benzonia	benzonia	US	49616	491	America/Detroit	44.62139	-86.09926	249			MI	019	07600	
4985737	Bergland	bergland	US	49910	0	America/Detroit	46.59245	-89.57321	405			MI	131	07640	
4985744	Berkley	berkley	US	02779	15268	America/Detroit	42.50309	-83.18354	209			MI	125	07660	
4985749	Berlin Center	berlin-center	US	44401	0	America/Detroit	42.90059	-85.13417	257			MI	067	07700	
4985759	Berne	berne	US	12023	0	America/Detroit	43.84474	-83.2694	189			MI	063	50360	
4985761	Berrien Springs	berrien-springs	US	49103	1764	America/Detroit	41.94643	-86.3389	205	Behrrien Springs,Berijen Springs,Berrien Spring,Berrien Springs,byryn sbrynghz,Беријен Спрингс,Бэрриен Спрингс,بيرين سبرينغز		MI	021	61180	
4985766	Berrien Center	berrien-center	US	49102	0	America/Detroit	41.95671	-86.27668	235			MI	021	07820	
4985774	Berryville	berryville	US	22611	0	America/Detroit	42.40531	-84.48719	284			MI	075	79980	
4985779	Bertrand	bertrand	US	63823	0	America/Detroit	41.77449	-86.26223	212			MI	021	57780	
4985785	Bessemer	bessemer	US	16112	1770	America/Menominee	46.48134	-90.05295	434	Behssemer,Besemer,bsmr  myshygan,bsymr,bysmr  mshy gn,Бесемер,Бэссемер,بسمر، میشیگان,بسيمر,بیسمر، مشی گن	053	MI	053	07960	
4985800	Bethany Beach	bethany-beach	US	19930	0	America/Detroit	41.89143	-86.61808	190			MI	021	15480	
4985810	Bethel	bethel	US	04217	0	America/Detroit	41.83283	-85.07358	305			MI	023	08060	
4985887	Beulah	beulah	US	38726	341	America/Detroit	44.63194	-86.09092	185	Beulah,Crystal City	019	MI	019	07600	
4985890	Beverly Hills	beverly-hills	US	34464	0	America/Detroit	46.51355	-87.6068	427			MI	103	56860	
4985891	Beverly Hills	beverly-hills	US	34464	10267	America/Detroit	42.52392	-83.22326	222	Bevurli Khils,Бевърли Хилс		MI	125	74920	
4985921	Big Bay	big-bay	US	49808	319	America/Detroit	46.81576	-87.72846	208			MI	103	66120	
4985939	Big Bend	big-bend	US	26136	0	America/Detroit	43.52364	-85.58282	259	Big Bend,Big Bend Park		MI	123	08280	
4986014	Big Prairie	big-prairie	US	44611	0	America/Detroit	43.51863	-85.64255	288			MI	123	08280	
4986020	Big Rapids	big-rapids	US	49307	10397	America/Detroit	43.69808	-85.48366	284	Big Rabbits Neck,Big Rapids,WBR,bygh rabydz,Биг Рапидс,بيغ رابيدز,بگ ریپڈز، مشی گن,بیگ‌رپیدز، میشیگان	107	MI	107	08300	
4986070	Bigelow	bigelow	US	56117	0	America/Detroit	44.97834	-84.27612	342			MI	119	82420	
4986080	Billings	billings	US	12510	0	America/Detroit	43.84975	-84.34722	215			MI	051	08360	
4986098	Bingham	bingham	US	04920	0	America/Detroit	44.87583	-85.67425	220			MI	089	08440	
4986141	Birch Run	birch-run	US	48415	1479	America/Detroit	43.25086	-83.79413	193			MI	145	08560	
4986150	Birchwood	birchwood	US	37308	0	America/Detroit	41.88143	-86.62863	193			MI	021	15480	
4986151	Birchwood	birchwood	US	37308	0	America/Detroit	45.53862	-84.53754	181			MI	031	56100	
4986172	Birmingham	birmingham	US	08011	20857	America/Detroit	42.5467	-83.21132	237	Bermingkham,Birmingem,Birmingkham,brmnghham,byrmngam  myshygan,Бермингхам,Бирмингем,Бирмингхам,برمنغهام,برمنگھم، مشی گن,بیرمنگام، میشیگان		MI	125	08640	
4986203	Bitely	bitely	US	49309	0	America/Detroit	43.74696	-85.86173	264	Biteley,Bitely		MI	123	47440	
4986288	Black River	black-river	US	13612	0	America/Detroit	44.81723	-83.3033	179			MI	001	01040	
4986341	Blaine	blaine	US	04734	0	America/Detroit	43.11586	-82.58076	221			MI	147	34420	
4986356	Blanchard	blanchard	US	16826	0	America/Detroit	43.51975	-85.08003	296			MI	073	69300	
4986398	Blissfield	blissfield	US	43805	3255	America/Detroit	41.83255	-83.86244	210	Blissfield,Blissville		MI	091	09020	
4986406	Bliss	bliss	US	14024	0	America/Detroit	45.68029	-84.88422	233			MI	047	08980	
4986427	Bloomfield	bloomfield	US	06002	0	America/Detroit	42.53781	-83.23299	225			MI	125	08640	
4986429	Bloomfield Hills	bloomfield-hills	US	48301	4004	America/Detroit	42.58364	-83.24549	253			MI	125	09180	
4986442	Bloomingdale	bloomingdale	US	07403	442	America/Detroit	42.38281	-85.95697	223			MI	159	09240	
4986575	Bolton	bolton	US	01740	0	America/Detroit	45.1814	-83.58971	223			MI	007	51220	
4986578	Bombay	bombay	US	12914	0	America/Detroit	43.74169	-84.26638	204			MI	111	54320	
4986614	Boon	boon	US	49618	167	America/Detroit	44.28973	-85.602	420	Boon,Boone		MI	165	09580	
4986658	Boston	boston	US	02108	0	America/Detroit	47.17965	-88.52929	334			MI	061	30300	
4986744	Boyd	boyd	US	54726	0	America/Detroit	42.72697	-86.08976	210			MI	005	28120	
4986759	Boyne City	boyne-city	US	49712	3776	America/Detroit	45.21668	-85.01394	181	Bojn Siti,Boyne,Boyne City,bwyn syty  myshygan,mdynt bwyn,Бойн Сити,Бојн Сити,بوئن سٹی، مشی گن,بوین سیتی، میشیگان,مدينة بوين		MI	029	09820	
4986761	Boyne Falls	boyne-falls	US	49713	295	America/Detroit	45.16806	-84.91616	217			MI	029	09860	
4986786	Bradley	bradley	US	04411	0	America/Detroit	42.63031	-85.64308	252			MI	005	84900	
4986795	Bradleyville	bradleyville	US	65614	0	America/Detroit	43.58335	-83.62358	181			MI	157	88080	
4986865	Brant	brant	US	14027	0	America/Detroit	43.25919	-84.2297	187			MI	145	10100	
4986888	Breckenridge	breckenridge	US	48615	1305	America/Detroit	43.40808	-84.475	224			MI	057	86620	
4986890	Breedsville	breedsville	US	49027	197	America/Detroit	42.34642	-86.07308	202			MI	159	17440	
4986919	Bretton Woods	bretton-woods	US	03575	0	America/Detroit	42.74198	-84.61387	260			MI	045	21520	
4986925	Brethren	brethren	US	49619	410	America/Detroit	44.30445	-86.01897	220			MI	101	22320	
4986943	Brice	brice	US	43109	0	America/Detroit	43.1617	-84.75834	229			MI	057	58800	
4986963	Bridgeport	bridgeport	US	06601	6950	America/Detroit	43.35947	-83.88164	184			MI	145	10460	
4986970	Bridgeton	bridgeton	US	08302	0	America/Detroit	43.34669	-85.93728	193			MI	123	10500	
4986972	Bridgeville	bridgeville	US	15017	0	America/Detroit	43.13586	-84.59277	201			MI	057	84080	
4986973	Bridgewater	bridgewater	US	02324	0	America/Detroit	42.16087	-83.90216	277			MI	161	10560	
4986977	Bridgman	bridgman	US	49106	2258	America/Detroit	41.9431	-86.55697	207	Bridgeman,Bridgman		MI	021	10580	
4986994	Brighton	brighton	US	02135	7609	America/Detroit	42.52948	-83.78022	282	Brajton,Брайтон		MI	093	10620	
4987010	Brimley	brimley	US	49715	0	America/Detroit	46.4053	-84.57227	200			MI	033	77540	
4987019	Bristol	bristol	US	02809	0	America/Detroit	44.1039	-85.58367	368			MI	085	22800	
4987028	Britton	britton	US	49229	569	America/Detroit	41.98671	-83.83105	213			MI	091	68540	
4987038	Brockway	brockway	US	15824	0	America/Detroit	43.07447	-82.76548	235			MI	147	10820	
4987044	Brohman	brohman	US	49312	0	America/Detroit	43.68529	-85.81589	294			MI	123	53160	
4987045	Bronson	bronson	US	32621	2335	America/Detroit	41.87227	-85.1947	279			MI	023	10860	
4987064	Brooklyn	brooklyn	US	06234	1198	America/Detroit	42.10587	-84.24828	303	Bruklin,Бруклин		MI	075	17400	
4987067	Brookfield	brookfield	US	01506	0	America/Detroit	42.45115	-84.79665	282			MI	045	10920	
4987079	Brookside	brookside	US	07926	0	America/Detroit	44.74222	-85.64674	199			MI	055	31580	
4987092	Brookville	brookville	US	15825	0	America/Detroit	42.37726	-83.57855	268			MI	161	71130	
4987112	Brown City	brown-city	US	48416	1274	America/Detroit	43.21225	-82.98966	252			MI	151	11180	
4987170	Brownsville	brownsville	US	05037	0	America/Detroit	41.8781	-85.95417	256			MI	027	12620	
4987198	Bruce Crossing	bruce-crossing	US	49912	0	America/Detroit	46.53494	-89.17875	347			MI	131	76180	
4987209	Brunswick	brunswick	US	04011	0	America/Detroit	43.43307	-86.04034	228			MI	121	38820	
4987222	Brutus	brutus	US	49716	218	America/Detroit	45.49307	-84.78171	209			MI	047	51280	
4987223	Bryant	bryant	US	35958	0	America/Detroit	44.52501	-83.66581	258			MI	001	19320	
4987238	Buchanan	buchanan	US	10511	4362	America/Detroit	41.82727	-86.36112	212	B'jukenen,Bjukenan,Buchanan,Bukhanan,McCoy's Creek,bwchanan  myshygan,bwkanan,bywkynn  mshy gn,Буханан,Бьюкенен,Бјукенан,بوكانان,بوچانان، میشیگان,بیوکینن، مشی گن		MI	021	11400	
4987274	Buckhorn	buckhorn	US	41721	0	America/Detroit	42.00199	-86.40363	198			MI	021	70100	
4987287	Buckley	buckley	US	49620	705	America/Detroit	44.50445	-85.67701	320			MI	165	36420	
4987289	Bucks	bucks	US	36512	0	America/Detroit	44.74807	-84.57002	376			MI	039	34660	
4987304	Buena Vista	buena-vista	US	15018	6816	America/Detroit	43.4203	-83.89858	185			MI	145	11560	
4987367	Bunker Hill	bunker-hill	US	25413	0	America/Detroit	42.47559	-84.31747	287	Bunker Hill,Bunker Hill Center,Bunkerhill		MI	065	11640	
4987387	Burgess	burgess	US	22432	0	America/Detroit	45.35251	-85.16145	210			MI	029	37320	
4987409	Burlington	burlington	US	01803	257	America/Detroit	42.10671	-85.0797	285	Berlington,Берлингтон		MI	025	11820	
4987420	Burnips	burnips	US	49314	0	America/Detroit	42.73197	-85.83948	201			MI	005	71100	
4987435	Burnside	burnside	US	15721	0	America/Detroit	43.21058	-83.07716	259			MI	087	11900	
4987462	Burr Oak	burr-oak	US	49030	819	America/Detroit	41.84727	-85.31859	268			MI	149	11940	
4987467	Burt	burt	US	14028	1228	America/Detroit	43.23669	-83.90636	193			MI	145	79100	
4987480	Burt Lake	burt-lake	US	49717	0	America/Detroit	45.44084	-84.71115	215			MI	031	80880	
4987482	Burton	burton	US	26562	28788	America/Detroit	42.99947	-83.61634	235	Berton,bwrtwn  myshygan,byrtwn,Бертон,برٹن، مشی گن,بورتون، میشیگان,بيرتون		MI	049	12060	
4987483	Burton	burton	US	26562	0	America/Detroit	43.0078	-84.2847	235			MI	155	53680	
4987520	Butler	butler	US	07405	0	America/Detroit	42.05782	-84.86525	309			MI	023	12140	
4987537	Butterfield	butterfield	US	56120	0	America/Detroit	44.27779	-84.95337	354			MI	113	12200	
4987554	Butternut	butternut	US	54514	0	America/Detroit	43.18337	-84.91556	235			MI	117	09040	
4987586	Byron	byron	US	14422	558	America/Detroit	42.82281	-83.9444	257			MI	155	11880	
4987587	Byron Center	byron-center	US	49315	5822	America/Detroit	42.81225	-85.72281	228			MI	081	12240	
4987617	Cadillac	cadillac	US	49601	10373	America/Detroit	44.25195	-85.40116	398	CAD,Cadillac,Kadilak,Kadillak,Little Clam,kadylak,kadylak  myshygan,kai di la ke,Кадилак,Кадиллак,كاديلاك,کادیلاک، میشیگان,کیڈیلاک، مشی گن,凯迪拉克	165	MI	165	12320	
4987661	Caledonia	caledonia	US	14423	1590	America/Detroit	42.7892	-85.51669	247	Kaledonija,Каледония		MI	081	12500	
4987674	California	california	US	15419	0	America/Detroit	41.79644	-84.88329	323			MI	023	12560	
4987684	Calumet	calumet	US	15621	703	America/Detroit	47.24659	-88.45401	370	Calumet,Kaljumet,Kalumet,Red Jacket,kalwmyt,Калумет,Калјумет,كالوميت		MI	061	12600	
4987721	Cambria	cambria	US	53923	0	America/Detroit	41.82199	-84.66495	329			MI	059	12700	
4987731	Camden	camden	US	04843	504	America/Detroit	41.75227	-84.75773	311			MI	059	12780	
4987929	Campbell	campbell	US	14821	0	America/Detroit	46.01718	-87.13125	264			MI	041	51260	
4987972	Canandaigua	canandaigua	US	14424	0	America/Detroit	41.79866	-84.23439	250	Canadaigua,Canandaigua		MI	091	52820	
4987981	Cannonsburg	cannonsburg	US	49317	0	America/Detroit	43.05392	-85.46975	238	Cannonburg,Cannonsburg		MI	081	13080	
4987990	Canton	canton	US	02021	86825	America/Detroit	42.30865	-83.48216	207			MI	163	13120	
4987996	Capac	capac	US	48014	1849	America/Detroit	43.01253	-82.92799	249			MI	147	56380	
4988008	Carbondale	carbondale	US	18407	0	America/Menominee	45.27831	-87.61594	202			MI	109	53040	
4988024	Carleton	carleton	US	48117	2338	America/Detroit	42.05921	-83.39077	188			MI	115	03680	
4988029	Carlisle	carlisle	US	01741	0	America/Detroit	42.55309	-84.96638	280			MI	045	42220	
4988030	Carlisle	carlisle	US	01741	0	America/Detroit	42.82642	-85.68336	208			MI	081	12240	
4988040	Carlton	carlton	US	16311	0	America/Detroit	42.7267	-85.2514	253			MI	015	13340	
4988056	Carney	carney	US	49812	189	America/Menominee	45.58664	-87.55734	243	Karni,Карни		MI	109	56440	
4988059	Caro	caro	US	48723	4099	America/Detroit	43.49073	-83.39885	221	Caro,Karo,TZC,karw,karw  mshy gn,karw  myshygan,Каро,كارو,کارو، مشی گن,کارو، میشیگان	157	MI	157	13420	
4988067	Carp Lake	carp-lake	US	49718	357	America/Detroit	45.69723	-84.75005	222			MI	047	13500	
4988105	Carr	carr	US	80612	0	America/Detroit	43.87362	-86.0384	221			MI	085	44320	
4988132	Carrollton	carrollton	US	23314	6583	America/Detroit	43.45864	-83.93025	179			MI	145	13540	
4988138	Carson City	carson-city	US	48811	1090	America/Detroit	43.17698	-84.84639	232	Karson-Siti,Карсон-Сити		MI	117	13600	
4988142	Carsonville	carsonville	US	48419	511	America/Detroit	43.42697	-82.67132	247			MI	151	10420	
4988175	Cascade	cascade	US	21719	0	America/Detroit	42.91225	-85.49808	203			MI	081	13660	
4988176	Cascade	cascade	US	21719	0	America/Detroit	46.44688	-87.48542	374			MI	103	71460	
4988185	Casco	casco	US	04015	0	America/Detroit	42.75253	-82.67158	195			MI	147	13720	
4988197	Caseville	caseville	US	48725	744	America/Detroit	43.94113	-83.27135	183			MI	063	13760	
4988207	Cash	cash	US	72421	0	America/Detroit	43.34836	-82.78632	228			MI	151	84440	
4988210	Casnovia	casnovia	US	49318	327	America/Detroit	43.23474	-85.7906	274			MI	121	13840	
4988212	Caspian	caspian	US	49915	868	America/Menominee	46.06433	-88.63289	456			MI	071	13860	
4988215	Cass City	cass-city	US	48726	2357	America/Detroit	43.60085	-83.17467	227			MI	157	25300	
4988232	Cassopolis	cassopolis	US	49031	1729	America/Detroit	41.91171	-86.01001	271	Kasopolis,Kassopolis,kaswbwlys,Касополис,Кассополис,كاسوبوليس	027	MI	027	44140	
4988268	Cecil	cecil	US	15321	0	America/Detroit	45.74612	-84.82894	180			MI	047	84840	
4988271	Cedar	cedar	US	49621	93	America/Detroit	44.84778	-85.79564	182			MI	089	74500	
4988273	Cedar Bluff	cedar-bluff	US	24609	0	America/Detroit	42.48558	-86.24614	210			MI	005	13700	
4988277	Cedar Creek	cedar-creek	US	68016	0	America/Detroit	42.52031	-85.32751	278			MI	015	39120	
4988330	Cedar Lake	cedar-lake	US	46303	0	America/Detroit	43.40614	-84.97502	269			MI	117	38840	
4988357	Cedar Run	cedar-run	US	17727	0	America/Detroit	44.76278	-85.81369	238			MI	055	49240	
4988362	Cedar Springs	cedar-springs	US	39832	3624	America/Detroit	43.22336	-85.55142	261			MI	081	14200	
4988374	Cedarville	cedarville	US	08311	0	America/Detroit	45.99807	-84.36309	179			MI	097	16060	
4988380	Cement City	cement-city	US	49233	426	America/Detroit	42.07004	-84.3305	323			MI	091	88640	
4988388	Centennial	centennial	US	82055	0	America/Detroit	47.25826	-88.42873	366			MI	061	12600	
4988400	Center Line	center-line	US	48015	8320	America/Detroit	42.48504	-83.0277	190	Center,Center Line		MI	099	14320	
4988411	Central	central	US	29630	0	America/Detroit	47.40714	-88.20066	368	Central,Central Mine		MI	083	39380	
4988430	Central Lake	central-lake	US	49622	935	America/Detroit	45.07	-85.26451	197			MI	009	14420	
4988455	Centreville	centreville	US	20120	1415	America/Detroit	41.92338	-85.52832	250	Centerville,Centreville	149	MI	149	59400	
4988457	Ceresco	ceresco	US	49033	0	America/Detroit	42.27199	-85.06137	272			MI	025	51960	
4988485	Chamberlain	chamberlain	US	04541	0	America/Detroit	42.06588	-85.74278	271	Chamberlain,Chamberlains		MI	149	29140	
4988507	Chandler	chandler	US	47610	0	America/Detroit	45.86996	-87.15597	231			MI	041	18280	
4988524	Channing	channing	US	49815	0	America/Menominee	46.14161	-88.09402	427	Channing,Lighthouse Point		MI	043	70600	
4988539	Chapin	chapin	US	29036	0	America/Detroit	43.13225	-84.3047	216			MI	145	14660	
4988568	Charleston	charleston	US	04422	0	America/Detroit	43.65918	-82.68604	228			MI	151	21380	
4988575	Charlevoix	charlevoix	US	49720	2540	America/Detroit	45.31806	-85.2584	181	Charlvojks,Sharlevoj,sha lei wo yi,sharlwwy  myshygan,tsharlyfwyks,Чарлвойкс,Шарлевој,تشارليفويكس,شارلووی، میشیگان,شارلے ووئی، مشی گن,沙勒沃伊	029	MI	029	14780	
4988584	Charlotte	charlotte	US	05445	9054	America/Detroit	42.56365	-84.83582	277	Carmel,Charlotte,Eaton Centre,Sharlot,Sharlott,sharlwt,sharlwt  mshy gn,sharlwt  myshygan,Шарлот,Шарлотт,شارلوت,شارلوت، مشی گن,شارلوت، میشیگان	045	MI	045	14820	
4988605	Chassell	chassell	US	49916	0	America/Detroit	47.02826	-88.52512	189			MI	061	14920	
4988607	Chatham	chatham	US	02633	212	America/Detroit	46.34772	-86.92904	267			MI	003	69160	
4988616	Chauncey	chauncey	US	25612	0	America/Detroit	43.05031	-85.55031	191	Chauncey,Chauncy		MI	081	13080	
4988617	Cheboygan	cheboygan	US	49721	4733	America/Detroit	45.64696	-84.47448	180	Chebojgan,Shebojgan,shbwygan  myshygan,shybwghn,shybwyygn  mshy gn,Чебойган,Шебојган,شبویگان، میشیگان,شيبوغن,شیبوئیگن، مشی گن	031	MI	031	15000	
4988628	Chelsea	chelsea	US	02150	5205	America/Detroit	42.31807	-84.02181	285	Chelsea,Chelsia		MI	161	15020	
4988659	Cherry Hill	cherry-hill	US	08002	0	America/Detroit	42.30615	-83.53605	223			MI	163	13120	
4988671	Chesaning	chesaning	US	48616	2288	America/Detroit	43.18475	-84.11497	192			MI	145	15160	
4988676	Chester	chester	US	01011	0	America/Detroit	42.60587	-84.91471	277			MI	045	15260	
4988681	Chesterfield	chesterfield	US	01012	0	America/Detroit	42.66281	-82.84242	185			MI	099	15340	
4988705	Chicora	chicora	US	16025	0	America/Detroit	42.4767	-85.97364	210			MI	005	15200	
4988766	Chippewa Lake	chippewa-lake	US	44215	0	America/Detroit	43.74391	-85.29726	337			MI	107	15600	
4988833	Christmas	christmas	US	32709	0	America/Detroit	46.43689	-86.70155	190			MI	003	04460	
4988894	Churchville	churchville	US	14428	0	America/Detroit	46.51835	-84.12308	180			MI	033	77020	
4988933	Clare	clare	US	48617	3082	America/Detroit	43.81947	-84.76863	255			MI	035	15920	
4988939	Clarence Center	clarence-center	US	14032	0	America/Detroit	42.38115	-84.76804	295			MI	025	15960	
4988946	Clarendon	clarendon	US	14429	0	America/Detroit	42.13032	-84.8658	296			MI	025	16020	
4988950	Clarion	clarion	US	16214	0	America/Detroit	45.27834	-84.92338	214			MI	029	52880	
4988985	Clarklake	clarklake	US	49234	0	America/Detroit	42.12143	-84.34495	297	Clarklake,Clarks Lake		MI	075	17400	
4988995	Clarksburg	clarksburg	US	15725	0	America/Detroit	46.49188	-87.85208	468			MI	103	25820	
4988997	Clarkston	clarkston	US	30021	1035	America/Detroit	42.73586	-83.41883	306	Klarkston,Village of Clarkston,klarkstwn,klarkstwn  myshygan,Кларкстон,كلاركستون,کلارکستون، میشیگان,کلارکسٹن، مشی گن		MI	125		
4988998	Clarkston	clarkston	US	30021	0	America/Detroit	42.70864	-83.43966	304			MI	125	40400	
4988999	Clarksville	clarksville	US	12041	399	America/Detroit	42.84226	-85.24251	251			MI	067	12840	
4989005	Clawson	clawson	US	48017	12015	America/Detroit	42.53337	-83.14632	202			MI	125	16160	
4989021	Clayton	clayton	US	08312	339	America/Detroit	41.86338	-84.23633	273			MI	091	22820	
4989125	Clifford	clifford	US	18413	325	America/Detroit	43.31475	-83.17911	253			MI	087	11840	
4989127	Climax	climax	US	12042	781	America/Detroit	42.23838	-85.33499	294			MI	077	16460	
4989132	Clinton	clinton	US	01510	2272	America/Detroit	42.07199	-83.97161	255	Klinton,Клинтон		MI	091	16500	
4989133	Clinton Township	clinton-township	US	48035	99753	America/Detroit	42.58698	-82.91992	183	Charter Township of Clinton,Clinton Township		MI	099		
4989151	Clintonville	clintonville	US	16372	0	America/Detroit	42.69031	-83.35605	295			MI	125	84240	
4989153	Clio	clio	US	29525	2536	America/Detroit	43.17753	-83.73413	220	Clio,Varna		MI	049	16620	
4989187	Clyde	clyde	US	14433	0	America/Detroit	42.68086	-83.618	315			MI	125	38080	
4989234	Cohoctah	cohoctah	US	48816	0	America/Detroit	42.75975	-83.94857	270			MI	093	16920	
4989266	Coldwater	coldwater	US	38618	10844	America/Detroit	41.94033	-85.00052	294	Koldvoter,Koulduatehr,ke er de wo te,kwldwatr  myshygan,kwldwwtr,Колдвотер,Коулдуатэр,كولدووتر,کولدواتر، میشیگان,کولڈواٹر، مشی گن,科尔德沃特	023	MI	023	17020	
4989304	Coleman	coleman	US	33521	1205	America/Detroit	43.75669	-84.58584	232			MI	111	17100	
4989314	Colfax	colfax	US	26566	0	America/Detroit	43.74334	-86.07923	260			MI	127	17180	
4989332	Collins	collins	US	14034	0	America/Detroit	42.9292	-84.94389	235	Collins,Stebbinsville		MI	067	65880	
4989343	Coloma	coloma	US	49038	1455	America/Detroit	42.18615	-86.30836	202			MI	021	17320	
4989347	Colon	colon	US	49040	1159	America/Detroit	41.95838	-85.32498	263			MI	149	17370	
4989376	Columbiaville	columbiaville	US	12050	782	America/Detroit	43.15669	-83.41051	235			MI	087	51420	
4989377	Columbus	columbus	US	08022	0	America/Detroit	42.88225	-82.66242	205	Kolumbus,Колумбус		MI	147	17520	
4989420	Commerce	commerce	US	30529	0	America/Detroit	42.59114	-83.49077	288			MI	125	17640	
4989423	Comstock	comstock	US	12821	0	America/Detroit	42.28671	-85.51334	237			MI	077	17680	
4989432	Comstock Park	comstock-park	US	49321	10088	America/Detroit	43.03864	-85.67003	201			MI	081	64660	
4989442	Concord	concord	US	01742	1050	America/Detroit	42.17782	-84.64302	312	Concord,Konkord,Vanfossenville,Конкорд		MI	075	17760	
4989459	Conklin	conklin	US	13748	0	America/Detroit	43.12891	-85.88143	217	Conklin,Sehler		MI	139	15300	
4989486	Constantine	constantine	US	49042	2064	America/Detroit	41.84116	-85.6686	240			MI	149	17860	
4989494	Conway	conway	US	01341	204	America/Detroit	45.41668	-84.86699	185			MI	047	48080	
4989535	Cooks	cooks	US	49817	0	America/Detroit	45.91775	-86.47626	213			MI	153	40840	
4989579	Cooper	cooper	US	50059	0	America/Detroit	42.37643	-85.61029	266	Cooper,Cooper Center,Cooper Centers		MI	077	17980	
4989596	Coopersville	coopersville	US	49404	4351	America/Detroit	43.06391	-85.93477	195			MI	139	18020	
4989605	Copemish	copemish	US	49625	192	America/Detroit	44.48167	-85.92258	249			MI	101	16380	
4989610	Copper City	copper-city	US	49917	187	America/Detroit	47.28353	-88.38706	267			MI	061	12600	
4989617	Copper Harbor	copper-harbor	US	49918	108	America/Detroit	47.46879	-87.88844	189	Koper Kharbor,Копер Харбор		MI	083	34300	
4989629	Coral	coral	US	15731	0	America/Detroit	43.36281	-85.40281	281			MI	117	51340	
4989638	Cordell	cordell	US	73632	0	America/Detroit	46.18974	-84.84784	247			MI	033	80600	
4989651	Corinne	corinne	US	25826	0	America/Detroit	46.08665	-85.72205	233			MI	097	57640	
4989652	Corinth	corinth	US	04427	0	America/Detroit	42.78281	-85.66364	245			MI	081	12240	
4989658	Cornell	cornell	US	49818	0	America/Detroit	45.90135	-87.22236	251			MI	041	18280	
4989670	Corning	corning	US	14830	0	America/Detroit	42.72475	-85.60085	257			MI	005	46760	
4989686	Corunna	corunna	US	46730	3404	America/Detroit	42.98197	-84.11775	227	Korana,Korunna,kwrwna,kwrwna  mshy gn,kwrwna  myshygan,Корана,Корунна,كورونا,کورونا، مشی گن,کورونا، میشیگان	155	MI	155	18300	
4989703	Cotton	cotton	US	31739	0	America/Detroit	44.69918	-85.05338	363			MI	079	26860	
4989771	Covert	covert	US	49043	0	America/Detroit	42.29365	-86.26225	211			MI	159	18560	
4989776	Covington	covington	US	16917	0	America/Detroit	46.54133	-88.53708	487			MI	013	18600	
4989914	Crawford	crawford	US	26343	0	America/Detroit	43.52392	-84.78696	253			MI	073	47660	
4989937	Creighton	creighton	US	15030	0	America/Detroit	46.34663	-86.27793	243			MI	153	37940	
4989952	Cressey	cressey	US	95312	0	America/Detroit	42.42809	-85.4714	287			MI	015	66260	
4989962	Creswell	creswell	US	27928	0	America/Detroit	45.01945	-85.35257	220			MI	009	80100	
4989985	Crofton	crofton	US	21114	0	America/Detroit	44.67334	-85.23672	317			MI	079	09440	
4990039	Croswell	croswell	US	48422	2338	America/Detroit	43.27558	-82.62104	223			MI	151	18920	
4990047	Croton	croton	US	43013	0	America/Detroit	43.43891	-85.66088	225	Croton,Muskegon Forks		MI	123	18980	
4990085	Crystal	crystal	US	48818	0	America/Detroit	43.26309	-84.91473	250			MI	117	19080	
4990090	Crystal Beach	crystal-beach	US	34681	0	America/Detroit	41.83699	-84.97108	302			MI	023	61840	
4990091	Crystal Beach	crystal-beach	US	34681	0	America/Detroit	42.3567	-86.29808	177			MI	159		
4990093	Crump	crump	US	38327	0	America/Detroit	43.75391	-84.08721	193			MI	017	31540	
4990121	Crystal Falls	crystal-falls	US	49920	1414	America/Menominee	46.09801	-88.33402	449	Kristal Fols,abshar krystal  myshygan,krystal fwlz,Кристал Фолс,آبشار کریستال، میشیگان,كريستال فولز,کرسٹل آبشار، مشی گن	071	MI	071	19140	
4990128	Crystal Spring	crystal-spring	US	15536	0	America/Detroit	44.82444	-85.64869	183			MI	089	25700	
4990181	Curran	curran	US	48728	0	America/Detroit	44.71473	-83.80777	281			MI	001	54740	
4990192	Curtis	curtis	US	49820	0	America/Detroit	46.20582	-85.74539	214			MI	097	65600	
4990193	Curtis	curtis	US	49820	0	America/Detroit	43.79919	-84.48584	216			MI	111	24830	
4990209	Curtisville	curtisville	US	15032	0	America/Detroit	44.55974	-83.86721	291			MI	001	19320	
4990222	Custer	custer	US	40115	285	America/Detroit	43.95195	-86.21952	206			MI	105	19440	
4990264	Dafter	dafter	US	49724	0	America/Detroit	46.36002	-84.42726	210			MI	033	19540	
4990267	Daggett	daggett	US	49821	254	America/Menominee	45.46358	-87.60651	215			MI	109	19580	
4990275	Dailey	dailey	US	26259	0	America/Detroit	41.88699	-86.08917	250			MI	027	41600	
4990286	Dale	dale	US	14039	0	America/Detroit	43.8578	-84.43473	210			MI	051	79860	
4990292	Dalton	dalton	US	01226	0	America/Detroit	43.31862	-86.26173	201			MI	121	19660	
4990307	Damon	damon	US	77430	0	America/Detroit	44.47752	-84.22834	405			MI	129	29860	
4990327	Dansville	dansville	US	14437	556	America/Detroit	42.55587	-84.3033	294			MI	065	40640	
4990343	Darragh	darragh	US	15625	0	America/Detroit	44.77167	-85.05199	380			MI	079	17000	
4990369	Davis	davis	US	26260	0	America/Detroit	42.73086	-82.96021	198	Brooklyn,Davis		MI	099	67420	
4990400	Davison	davison	US	48423	4965	America/Detroit	43.03475	-83.51801	242			MI	049	19880	
4990404	Davisburg	davisburg	US	48350	0	America/Detroit	42.75225	-83.54133	296			MI	125	75760	
4990434	Dayton	dayton	US	08810	0	America/Detroit	43.46169	-83.28745	225			MI	157	85280	
4990449	Dayton	dayton	US	08810	0	America/Detroit	41.79838	-86.43946	226			MI	021	07920	
4990456	De Tour Village	de-tour-village	US	49725	321	America/Detroit	45.99446	-83.90278	183	De Tour,De Tour Village,Detour,Warrenville		MI	033	21770	
4990469	DeWitt	dewitt	US	23840	4655	America/Detroit	42.84226	-84.56915	253	De Witt,DeWitt		MI	037	22120	
4990510	Dearborn	dearborn	US	48120	95171	America/Detroit	42.32226	-83.17631	180	Dearborn,Dearbornville,Dirborn,Dirborna,Diurborn,Dīrborna,di er bo en,diabon,dieobon,diyaraborna,dyrbwrn,dyrbwrn  myshygan,Дирборн,Диърборн,Дірборн,דירבורן,ديربورن,دیربورن، میشیگان,ڈئربورن، مشی گن,डीयरबॉर्न,ディアボーン,迪尔伯恩,디어본		MI	163	21000	
4990512	Dearborn Heights	dearborn-heights	US	48125	56145	America/Detroit	42.33698	-83.27326	189	Dirborn Khajts,Dirborn Khehjts,dyrbwrn hayts,Дирборн Хајтс,Дирборн Хэйтс,ديربورن هايتس,دیربورن‌هایتس، میشیگان,ڈئربورن ہائٹس، مشی گن		MI	163	21020	
4990521	Decker	decker	US	47524	0	America/Detroit	43.45891	-83.05078	235			MI	151	45460	
4990524	Decatur	decatur	US	30030	1767	America/Detroit	42.1081	-85.97446	240	Dekejter,Декейтер		MI	159	21060	
4990528	Deckerville	deckerville	US	48427	801	America/Detroit	43.52669	-82.73521	253			MI	151	51720	
4990551	Deer Creek	deer-creek	US	56527	0	America/Detroit	42.76003	-83.90718	269			MI	093	21220	
4990594	Deer Park	deer-park	US	11729	0	America/Detroit	46.67445	-85.61625	196			MI	095	50440	
4990598	Deerfield	deerfield	US	01342	873	America/Detroit	41.88894	-83.77883	206			MI	091	21200	
4990616	Deerton	deerton	US	49822	0	America/Detroit	46.47438	-87.04209	222			MI	003	60820	
4990625	Deford	deford	US	48729	0	America/Detroit	43.51335	-83.19245	226			MI	157	59420	
4990640	Delano	delano	US	18220	0	America/Detroit	44.09974	-83.62609	186			MI	011	87080	
4990643	Delaware	delaware	US	07833	0	America/Detroit	47.42102	-88.09594	337			MI	083	34300	
4990657	Delray	delray	US	26714	0	America/Detroit	42.29587	-83.11659	178	Del Rey,Delray,Delrey,Delrey Junction		MI	163	22000	
4990668	Delton	delton	US	49046	872	America/Detroit	42.49976	-85.40806	288			MI	015	05560	
4990687	Dennison	dennison	US	44621	0	America/Detroit	43.07335	-85.98727	195			MI	139	65320	
4990694	Denton	denton	US	21629	0	America/Detroit	42.25782	-83.5241	215			MI	163	81660	
4990715	Derby	derby	US	05829	0	America/Detroit	42.01477	-86.48196	192			MI	021	47600	
4990729	Detroit	detroit	US	04929	677116	America/Detroit	42.33143	-83.04575	183	D-town,DTT,Dehtrojt,Detroit,Detroita,Detroitas,Detroitum,Detrojt,Detrojto,Detroyt,Détroit,Détroyt,Mo-Town,Motor City,Motown,Ntitroit,The D,Tiughsaghrondy,Tsi kiohsahron:ta,Tsi kiohsahrón:ta,Wawyachtenok,detoroito,detra'ita,detrayeta,detrayit,detro'ita,detʼroitʼi,di te lu,di thrx yt,ditara'ita,diteuloiteu,dtrwyt,dytrwyt,titrayit,Ντιτρόιτ,Детроит,Детройт,Дэтройт,Դետրոյթ,דטרויט,דעטרויט,ديترويت,دیترویت,ڈیٹرائٹ,डेट्राइट,डेट्रॉईट,ডেট্রয়েট,ਡਿਟਰਾਇਟ,டிட்ராயிட்,డెట్రాయిట్,ดีทรอยต์,დეტროიტი,ዲትሮይት,デトロイト,底特律,디트로이트	163	MI	163	22000	
4990772	Devils Lake	devils-lake	US	58301	0	America/Detroit	42.00782	-84.29245	323			MI	091	88640	
4990778	Devils Elbow	devils-elbow	US	65457	0	America/Detroit	44.68667	-85.48201	267			MI	055	23800	
4990797	Dexter	dexter	US	04930	4067	America/Detroit	42.33834	-83.88954	265			MI	161	22160	
4990820	Diamond Springs	diamond-springs	US	95619	0	America/Detroit	42.68058	-85.89698	193			MI	005	55200	
4990830	Dice	dice	US	41736	0	America/Detroit	43.46669	-84.11165	187			MI	145	79520	
4990867	Dighton	dighton	US	02715	0	America/Detroit	44.08779	-85.34505	411			MI	133	73280	
4990875	Dimondale	dimondale	US	48821	1245	America/Detroit	42.64559	-84.64887	262	Diamondale,Dimondale		MI	045	87840	
4990912	Dixon	dixon	US	42409	0	America/Detroit	46.33245	-86.85321	241			MI	003	04460	
4990938	Dodge City	dodge-city	US	67801	0	America/Detroit	46.77854	-87.87402	338			MI	103	66120	
4990946	Dodgeville	dodgeville	US	49921	0	America/Detroit	47.09409	-88.58124	300			MI	061	65540	
4990964	Dollar Bay	dollar-bay	US	49922	1082	America/Detroit	47.11965	-88.51151	191			MI	061	30300	
4990998	Dolph	dolph	US	72528	0	America/Detroit	44.23335	-84.8792	336			MI	113	38620	
4991022	Donnelly	donnelly	US	56235	0	America/Detroit	44.99362	-84.31279	385			MI	119	82420	
4991038	Dorr	dorr	US	49323	0	America/Detroit	42.72531	-85.72253	213			MI	005	22680	
4991047	Dorsey	dorsey	US	62021	0	America/Detroit	46.33967	-87.08459	316			MI	003	69160	
4991061	Doty	doty	US	98539	0	America/Detroit	46.36273	-86.53544	268			MI	003	56220	
4991076	Douglas	douglas	US	01516	1284	America/Detroit	42.64336	-86.20059	186	Daglas,Duglas,daglas  myshygan,dwghlas,Даглас,Дуглас,داگلاس، میشیگان,دوغلاس,ڈگلس، مشی گن		MI	005	22740	
4991077	Douglas	douglas	US	01516	0	America/Detroit	44.32222	-86.22342	247			MI	101	50740	
4991091	Dover	dover	US	02030	0	America/Detroit	43.88752	-84.7478	284	Crawfordville,Dover		MI	035	34220	
4991092	Dover	dover	US	02030	0	America/Detroit	42.40254	-83.91078	269			MI	161	22180	
4991111	Dowagiac	dowagiac	US	49047	5851	America/Detroit	41.98421	-86.10862	232			MI	027	22880	
4991122	Dowling	dowling	US	49050	374	America/Detroit	42.52254	-85.25306	291			MI	015	05020	
4991167	Drayton Plains	drayton-plains	US	48330	0	America/Detroit	42.6842	-83.37716	297			MI	125	84240	
4991177	Drew	drew	US	38737	0	America/Detroit	43.66308	-85.02753	281			MI	073	73200	
4991192	Drummond	drummond	US	54832	0	America/Detroit	46.02002	-83.73111	189			MI	033	23080	
4991218	Dryden	dryden	US	04225	941	America/Detroit	42.94614	-83.12383	286			MI	087	23160	
4991222	Dublin	dublin	US	03444	0	America/Detroit	44.17945	-85.93146	262			MI	101	57900	
4991300	Duffield	duffield	US	24244	0	America/Detroit	42.92809	-83.90996	238			MI	049	31220	
4991330	Dundee	dundee	US	14837	3994	America/Detroit	41.95727	-83.65966	203			MI	115	23400	
4991364	Durand	durand	US	48429	3338	America/Detroit	42.91198	-83.98468	242			MI	155	23500	
4991396	Dutton	dutton	US	23050	0	America/Detroit	42.84114	-85.58502	232			MI	081	31240	
4991433	Eagle	eagle	US	48822	123	America/Detroit	42.80781	-84.7886	254			MI	037	23580	
4991463	Eagle Nest	eagle-nest	US	87718	0	America/Detroit	47.40742	-88.2776	287			MI	083	39380	
4991465	Eagle Point	eagle-point	US	97524	0	America/Detroit	41.89532	-85.98306	263			MI	027	12620	
4991470	Eagle River	eagle-river	US	54521	71	America/Detroit	47.41381	-88.29566	198		083	MI	083	39380	
4991613	East Jordan	east-jordan	US	49727	2371	America/Detroit	45.15806	-85.12423	197			MI	029	24020	
4991640	East Lansing	east-lansing	US	48823	48471	America/Detroit	42.73698	-84.48387	261	Ist Lansing,Ist-Lansing,ayst lansngh,dong lan xin,iseuteulaensing,isutoranshingu,lnsyng shrqy  myshygan,mshrqy lynsng  mshy gn,Ист Лансинг,Ист-Лансинг,إيست لانسنغ,لنسینگ شرقی، میشیگان,مشرقی لینسنگ، مشی گن,イーストランシング,东兰辛,이스트랜싱		MI	065	24120	
4991648	East Leroy	east-leroy	US	49051	0	America/Detroit	42.16616	-85.21749	279			MI	025	47060	
4991692	East Tawas	east-tawas	US	48730	2747	America/Detroit	44.27946	-83.49025	178	ECA		MI	069	24420	
4991730	Easton	easton	US	02334	0	America/Detroit	43.11392	-84.0883	221			MI	155	57400	
4991735	Eastpointe	eastpointe	US	48021	32657	America/Detroit	42.46837	-82.95547	187	East Detroit,Eastpointe,Istpojnt,aystbwynt,Истпойнт,Истпојнт,إيستبوينت,ایست‌پوینت، میشیگان,ایسٹ پوائنٹ، مشی گن		MI	099	24290	
4991737	Eastport	eastport	US	04631	218	America/Detroit	45.10723	-85.35007	185			MI	009	80100	
4991740	Eastwood	eastwood	US	40018	6340	America/Detroit	42.3031	-85.55028	262			MI	077	42180	
4991753	Eaton Rapids	eaton-rapids	US	48827	5225	America/Detroit	42.5092	-84.65581	265	Iton Rapids,aytwn rabydz,yi dun la pi de,Итон Рапидс,إيتون رابيدز,ایتون‌رپیدز، میشیگان,ایٹن ریپڈز، مشی گن,伊頓拉皮德		MI	045	24540	
4991757	Eau Claire	eau-claire	US	16030	618	America/Detroit	41.98505	-86.29974	214			MI	021	07820	
4991762	Eben Junction	eben-junction	US	49825	0	America/Detroit	46.35494	-86.97015	294	Eben,Eben Junction		MI	003	69160	
4991783	Eckerman	eckerman	US	49728	0	America/Detroit	46.36529	-85.03536	236			MI	033	15560	
4991791	Ecorse	ecorse	US	48229	9257	America/Detroit	42.24448	-83.14576	177	Ecorce,Ecorces,Ecorse,Ehkors,Ikors,River aux Ecorces,ai ke si,akrws,aykrwz  myshygan,aykwrs  mshy gn,Икорс,Экорс,إكروس,ایکروز، میشیگان,ایکورس، مشی گن,埃科斯		MI	163	24740	
4991809	Eden	eden	US	05652	0	America/Detroit	42.52393	-84.42831	295			MI	065	82220	
4991817	Edenville	edenville	US	48620	0	America/Detroit	43.79947	-84.38167	211			MI	111	24830	
4991825	Edgerton	edgerton	US	43517	0	America/Detroit	43.16086	-85.56587	230			MI	081	01160	
4991831	Edgewood	edgewood	US	21040	0	America/Detroit	43.29197	-84.42888	209			MI	057	44080	
4991857	Edmore	edmore	US	48829	1196	America/Detroit	43.40809	-85.03863	295			MI	117	38840	
4991867	Edwards	edwards	US	13635	0	America/Detroit	44.17641	-84.26667	257			MI	129	25020	
4991879	Edwardsburg	edwardsburg	US	49112	1227	America/Detroit	41.7956	-86.08084	254			MI	027	60900	
4991909	Elba	elba	US	14058	0	America/Detroit	43.03642	-83.43995	259			MI	087	25160	
4991914	Elberta	elberta	US	36530	369	America/Detroit	44.61944	-86.22648	180	Elberta,South Frankfort		MI	019	32180	
4991925	Elbow Lake	elbow-lake	US	56531	0	America/Detroit	44.2153	-84.03555	249			MI	129	54340	
4991926	Elbridge	elbridge	US	13060	0	America/Detroit	43.68584	-86.21896	288			MI	127	25200	
4991928	Eldorado	eldorado	US	45321	0	America/Detroit	44.59168	-84.40085	402			MI	039	74760	
4991969	Elk Rapids	elk-rapids	US	49629	1615	America/Detroit	44.89556	-85.41646	182	Ehlk Rapids,Elk Rapids,Stevens,alk rabyds,Елк Рапидс,Элк Рапидс,إلك رابيدس		MI	009	25340	
4991973	Elkhorn	elkhorn	US	24831	0	America/Detroit	45.95469	-86.40681	222			MI	153	40840	
4991980	Elkton	elkton	US	21921	779	America/Detroit	43.81946	-83.18078	195			MI	063	60520	
4991989	Ellington	ellington	US	06029	0	America/Detroit	43.55391	-83.32134	239			MI	157	25380	
4992014	Ellsworth	ellsworth	US	04605	342	America/Detroit	45.16556	-85.24618	201			MI	009	05240	
4992021	Elm	elm	US	17521	0	America/Detroit	42.3767	-83.33132	193			MI	163	49000	
4992033	Elm Hall	elm-hall	US	48830	0	America/Detroit	43.36503	-84.83529	244			MI	057	77300	
4992046	Elmdale	elmdale	US	66850	0	America/Detroit	42.85364	-85.31112	253			MI	067	12840	
4992047	Elmer	elmer	US	08318	0	America/Detroit	43.41974	-82.9291	244			MI	151	55320	
4992055	Elmira	elmira	US	14901	0	America/Detroit	45.06445	-84.85615	379			MI	137	25620	
4992060	Elmwood	elmwood	US	02337	0	America/Menominee	46.22217	-88.90986	495	Elmwood,Elmwood Siding		MI	071	76080	
4992061	Elmwood	elmwood	US	02337	0	America/Detroit	43.58474	-83.28328	234			MI	157	25720	
4992084	Elsie	elsie	US	48831	971	America/Detroit	43.08864	-84.38693	224			MI	037	23460	
4992087	Elwell	elwell	US	48832	0	America/Detroit	43.38753	-84.74584	235			MI	057	72580	
4992090	Elmhurst	elmhurst	US	11373	0	America/Detroit	45.49612	-84.68865	188			MI	031	11980	
4992107	Emerson	emerson	US	07630	0	America/Detroit	46.55641	-85.02925	184			MI	033	86700	
4992125	Emery	emery	US	57332	0	America/Detroit	42.36004	-83.683	301			MI	161	58280	
4992140	Emmett	emmett	US	48022	263	America/Detroit	42.99058	-82.76493	236	Emmet,Emmett		MI	147	25960	
4992157	Engadine	engadine	US	49827	0	America/Detroit	46.11666	-85.57094	205			MI	097	31620	
4992168	Empire	empire	US	35063	379	America/Detroit	44.81111	-86.06009	186			MI	089	26000	
4992179	Ensign	ensign	US	67841	0	America/Detroit	45.89747	-86.86903	216			MI	041	26140	
4992212	Erie	erie	US	16501	0	America/Detroit	41.79421	-83.49632	180			MI	115	26320	
4992232	Escanaba	escanaba	US	49829	12334	America/Detroit	45.74525	-87.06458	185	ESC,Ehskanaba,Escanaba,Esconawba,Eskanaba,askanaba,askanaba  myshygan,skanaba  mshy gn,Есканаба,Эсканаба,إسكانابا,اسکانابا، میشیگان,سکانابا، مشی گن	041	MI	041	26360	
4992251	Essexville	essexville	US	48732	3396	America/Detroit	43.6153	-83.84192	178			MI	017	26420	
4992263	Eugene	eugene	US	65032	0	America/Detroit	43.29225	-84.70695	233			MI	057	03260	
4992266	Eureka	eureka	US	48833	0	America/Detroit	43.10364	-84.51388	220			MI	037	34840	
4992275	Eustis	eustis	US	04936	0	America/Menominee	45.75858	-87.33541	247			MI	109	36760	
4992287	Evans	evans	US	25241	0	America/Detroit	43.19531	-85.45531	278			MI	081	18500	
4992304	Evart	evart	US	49631	1861	America/Detroit	43.90058	-85.2581	307			MI	133	26640	
4992358	Ewen	ewen	US	49925	0	America/Detroit	46.53522	-89.28126	346			MI	131	50460	
4992379	Fabius	fabius	US	13063	0	America/Detroit	41.9106	-85.72166	270			MI	149	26920	
4992403	Fair Haven	fair-haven	US	05743	0	America/Detroit	42.6792	-82.6538	176			MI	147	40920	
4992406	Fairfield	fairfield	US	04937	0	America/Detroit	41.81283	-84.04106	235			MI	091	27020	
4992410	Fairgrove	fairgrove	US	48733	543	America/Detroit	43.52363	-83.54329	201			MI	157	27100	
4992415	Fairland	fairland	US	46126	0	America/Detroit	41.89921	-86.28224	239			MI	021	07820	
4992426	Fairport	fairport	US	14450	0	America/Detroit	45.62109	-86.65846	182			MI	041	26960	
4992427	Fairview	fairview	US	07022	0	America/Detroit	44.72501	-84.05111	356			MI	135	17600	
4992484	Fairfax	fairfax	US	05454	0	America/Detroit	41.95533	-85.36609	261			MI	149	17370	
4992499	Falmouth	falmouth	US	02540	0	America/Detroit	44.24335	-85.08698	361			MI	113	15900	
4992503	Fargo	fargo	US	31631	0	America/Detroit	43.10308	-82.65909	227			MI	147	35220	
4992519	Farmington	farmington	US	03835	10523	America/Detroit	42.46448	-83.37632	229	Farmington,farmnghtwn,farmyngtwn  myshygan,Фармингтон,فارمنغتون,فارمنگٹن، مشی گن,فارمینگتون، میشیگان		MI	125	27380	
4992541	Farwell	farwell	US	48622	858	America/Detroit	43.83502	-84.86697	283			MI	035	77580	
4992561	Fayette	fayette	US	13065	0	America/Detroit	45.71748	-86.66791	199			MI	041	26960	
4992590	Felch	felch	US	49831	0	America/Menominee	45.99717	-87.82569	367			MI	043	27660	
4992609	Fennville	fennville	US	49408	1400	America/Detroit	42.59392	-86.1017	202			MI	005	27740	
4992612	Fenton	fenton	US	48430	11442	America/Detroit	42.79781	-83.70495	275	Fenton,Фентон		MI	049	27760	
4992619	Fenwick	fenwick	US	26202	0	America/Detroit	43.1492	-85.08029	255			MI	117	27180	
4992635	Ferndale	ferndale	US	12734	20177	America/Detroit	42.46059	-83.13465	197	Ferndejl,frndal  myshygan,fyrndal,Ферндејл,فرندال، میشیگان,فرینڈیل، مشی گن,فيرندال		MI	125	27880	
4992659	Ferrysburg	ferrysburg	US	49409	2993	America/Detroit	43.08446	-86.22033	181			MI	139	27960	
4992673	Fife Lake	fife-lake	US	49633	456	America/Detroit	44.57695	-85.35061	323			MI	055	28020	
4992690	Filer City	filer-city	US	49634	116	America/Detroit	44.21528	-86.28731	185			MI	101	28040	
4992697	Fillmore	fillmore	US	14735	0	America/Detroit	42.72114	-86.04143	216			MI	005	28120	
4992701	Filion	filion	US	48432	0	America/Detroit	43.89557	-83.00356	218			MI	063	52600	
4992826	Fisher	fisher	US	16225	0	America/Detroit	41.88449	-84.88302	311			MI	023	01120	
4992859	Fisherville	fisherville	US	40023	0	America/Detroit	43.60419	-84.10887	194	Fisherville,Spicer's Corners		MI	017	87380	
4992880	Fitchburg	fitchburg	US	01420	0	America/Detroit	42.4392	-84.27774	287			MI	065	11640	
4992904	Five Points	five-points	US	36855	0	America/Detroit	42.81392	-83.61023	283			MI	125	38720	
4992905	Five Points	five-points	US	36855	0	America/Detroit	42.9978	-84.2258	238	Five Points,Five Points West,West Five Points		MI	155	61960	
4992922	Flanders	flanders	US	07836	0	America/Detroit	45.06001	-83.74666	232			MI	007	34740	
4992939	Flat Rock	flat-rock	US	28731	0	America/Detroit	45.8258	-87.18347	234			MI	041	26380	
4992940	Flat Rock	flat-rock	US	28731	9914	America/Detroit	42.09643	-83.29187	183	Flat Rock,Flat Rok,Smooth Rock,flat rwk,Флат Рок,فلات روك,فلت‌راک، میشیگان,فلیٹ راک، مشی گن		MI	163	28360	
4992948	Fleming	fleming	US	16835	0	America/Detroit	42.64364	-84.01329	280			MI	093	39560	
4992957	Fletcher	fletcher	US	28732	0	America/Detroit	44.53946	-84.95226	381			MI	079	31600	
4992982	Flint	flint	US	48501	98310	America/Detroit	43.01253	-83.68746	229	FNT,Flint,Siti of Flint,flynt,flynt  myshygan,fu lin te,furinto,peullinteu,plynt,Сити оф Флинт,Флинт,Флінт,פלינט,فلنٹ، مشی گن,فلينت,فلینت، میشیگان,フリント,弗林特,플린트	049	MI	049	29000	
4992986	Floodwood	floodwood	US	55736	0	America/Menominee	46.22272	-88.0093	437			MI	043	70600	
4993018	Floyd	floyd	US	24091	0	America/Detroit	43.5892	-84.40917	196			MI	111	46640	
4993022	Flushing	flushing	US	11351	8086	America/Detroit	43.06308	-83.85107	213			MI	049	29200	
4993113	Forest Grove	forest-grove	US	18922	0	America/Detroit	42.79669	-85.8617	239			MI	139	41520	
4993116	Forest Hill	forest-hill	US	21050	0	America/Detroit	43.4367	-84.68556	239			MI	057	64360	
4993124	Forest Hills	forest-hills	US	11375	0	America/Detroit	42.71142	-84.40331	268			MI	065	53140	
4993125	Forest Hills	forest-hills	US	11375	25867	America/Detroit	42.95947	-85.48975	192			MI	081	00240	
4993133	Forest Lake	forest-lake	US	55025	0	America/Detroit	46.33272	-86.83765	253			MI	003	04460	
4993159	Forestville	forestville	US	14062	0	America/Detroit	46.58549	-87.4593	236			MI	103	51920	
4993160	Forestville	forestville	US	14062	132	America/Detroit	43.66196	-82.60937	193			MI	151	21380	
4993183	Fort Wayne	fort-wayne	US	46801	0	America/Detroit	42.29948	-83.09603	181			MI	163	22000	
4993197	Foster	foster	US	02825	0	America/Detroit	42.31448	-83.78105	259			MI	161		
4993198	Foster City	foster-city	US	49834	0	America/Menominee	45.96329	-87.74402	315			MI	043	10200	
4993212	Fosters	fosters	US	35463	0	America/Detroit	43.29808	-83.91636	184			MI	145	79100	
4993213	Fostoria	fostoria	US	44830	694	America/Detroit	43.25336	-83.37189	259			MI	157	84460	
4993219	Fountain	fountain	US	27829	194	America/Detroit	44.04667	-86.17869	216			MI	105	73240	
4993267	Fowler	fowler	US	44418	1225	America/Detroit	43.0017	-84.73972	227			MI	037	19620	
4993272	Fowlerville	fowlerville	US	48836	2895	America/Detroit	42.66059	-84.07301	275			MI	093	36340	
4993275	Fox	fox	US	72051	0	America/Detroit	45.48442	-87.30318	177			MI	109		
4993314	Francisco	francisco	US	47649	0	America/Detroit	42.27726	-84.14051	313			MI	075	34500	
4993321	Frankenmuth	frankenmuth	US	48734	5025	America/Detroit	43.33169	-83.73802	193	Frankenmut,Siti of Frankenmus,frankmwnth  myshygan,frankynmwth,Сити оф Франкенмус,Франкенмут,فرانكينموث,فرانکمونث، میشیگان,فرینکن مٹھ، مشی گن		MI	145	30200	
4993326	Frankfort	frankfort	US	04438	1283	America/Detroit	44.63361	-86.23454	182	Frankfurt,Франкфурт		MI	019	30260	
4993335	Franklin	franklin	US	02038	3237	America/Detroit	42.52226	-83.30604	255	Franklin,Franklin Village,Франклин		MI	125	74920	
4993369	Fraser	fraser	US	48026	14636	America/Detroit	42.5392	-82.94937	186			MI	099	30420	
4993384	Frederic	frederic	US	49733	0	America/Detroit	44.77863	-84.75448	369			MI	039	30480	
4993395	Free Soil	free-soil	US	49411	144	America/Detroit	44.10695	-86.21675	209	Free Soil,Freesoil		MI	105	30620	
4993398	Freedom	freedom	US	03836	0	America/Detroit	45.73612	-84.64116	190			MI	031	50300	
4993402	Freeland	freeland	US	18224	6969	America/Detroit	43.52503	-84.12276	189			MI	145	79840	
4993415	Freeport	freeport	US	04032	483	America/Detroit	42.76614	-85.31334	240			MI	015	41120	
4993417	Fremont	fremont	US	03044	4036	America/Detroit	43.46752	-85.942	249	Frimont,Фримонт		MI	123	30700	
4993449	Frenchtown	frenchtown	US	08825	0	America/Detroit	46.47327	-87.67902	442			MI	103	41220	
4993468	Friendsville	friendsville	US	18818	0	America/Detroit	42.30781	-86.22364	201			MI	159	18560	
4993490	Frontier	frontier	US	49239	0	America/Detroit	41.78172	-84.60467	314			MI	059	88300	
4993492	Frost	frost	US	56033	0	America/Detroit	46.60494	-88.87319	427			MI	061	44220	
4993493	Frost	frost	US	56033	0	America/Detroit	43.4528	-84.12137	183			MI	145	79520	
4993519	Fruitport	fruitport	US	49415	1111	America/Detroit	43.13196	-86.15478	191			MI	121	31020	
4993550	Fulton	fulton	US	13069	0	America/Detroit	42.11505	-85.35249	279			MI	077	82840	
4993551	Fulton	fulton	US	13069	0	America/Detroit	47.29881	-88.36011	304			MI	083	01520	
4993576	Gaastra	gaastra	US	49927	332	America/Menominee	46.05829	-88.60597	494			MI	071	31160	
4993592	Gagetown	gagetown	US	48735	379	America/Detroit	43.65724	-83.24495	229			MI	157	25720	
4993594	Gaines	gaines	US	16921	369	America/Detroit	42.87253	-83.91413	261	Gaines,Gaines Station,Gaines Village		MI	049	31220	
4993609	Galesburg	galesburg	US	49053	2043	America/Detroit	42.28865	-85.41806	241			MI	077	31260	
4993612	Galien	galien	US	49113	532	America/Detroit	41.7981	-86.49919	204			MI	021	31320	
4993624	Galloway	galloway	US	26349	0	America/Detroit	43.33169	-84.36943	207			MI	145	44560	
4993654	Garden	garden	US	49835	217	America/Detroit	45.7747	-86.5507	180			MI	041	31400	
4993659	Garden City	garden-city	US	11530	26920	America/Detroit	42.32559	-83.33104	193	Garden Siti,gardn syty  myshygan,ghardn syty,Гарден Сити,غاردن سيتي,گاردن سیتی، میشیگان,گارڈن سٹی، مشی گن		MI	163	31420	
4993675	Gardendale	gardendale	US	35071	0	America/Detroit	43.03864	-82.49242	187			MI	147	29760	
4993679	Gardner	gardner	US	01440	0	America/Menominee	45.53636	-87.7079	244			MI	109	38760	
4993691	Garfield	garfield	US	07026	0	America/Detroit	43.35141	-84.13387	183			MI	145	77660	
4993752	Gay	gay	US	25244	0	America/Detroit	47.22742	-88.16372	197			MI	083	73220	
4993756	Gaylord	gaylord	US	49734	3660	America/Detroit	45.02751	-84.67475	411	GLR,Gaylord,Gehjlord,Gejlord,Гејлорд,Гэйлорд	137	MI	137	31720	
4993764	Geddes	geddes	US	57342	0	America/Detroit	42.26698	-83.66772	250			MI	161		
4993784	Genesee	genesee	US	16923	0	America/Detroit	43.11253	-83.61773	229			MI	049	31800	
4993793	Geneva	geneva	US	14456	0	America/Detroit	41.9581	-84.2805	323			MI	091	69340	
4993844	Germfask	germfask	US	49836	0	America/Detroit	46.24942	-85.92596	210			MI	153	31940	
4993877	Gibson	gibson	US	18820	0	America/Detroit	42.7103	-86.18532	196			MI	005	45180	
4993889	Giddings	giddings	US	78942	0	America/Detroit	44.58445	-85.19616	373			MI	079	31600	
4993900	Gilbert	gilbert	US	18331	0	America/Detroit	44.37556	-85.41867	385			MI	165	14120	
4993913	Gilchrist	gilchrist	US	77617	0	America/Detroit	46.14278	-85.38482	236			MI	097	31620	
4993918	Gilead	gilead	US	68362	0	America/Detroit	41.80088	-85.15553	295			MI	023	32120	
4993925	Gilford	gilford	US	03249	0	America/Detroit	43.49419	-83.62191	194			MI	157	32160	
4993977	Girard	girard	US	16417	0	America/Detroit	42.02949	-85.00136	291			MI	023	32280	
4993981	Gladstone	gladstone	US	07934	4830	America/Detroit	45.85274	-87.0218	184	Gladston,Gladstoun,Gledston,ghladstwn,gladstwn  myshygan,Гладстон,Гладстоун,Гледстон,غلادستون,گلادستون، میشیگان,گلیڈسٹون، مشی گن		MI	041	32300	
4993985	Gladwin	gladwin	US	48624	2880	America/Detroit	43.98085	-84.4864	239	GDW	051	MI	051	32320	
4994008	Glen Arbor	glen-arbor	US	49636	229	America/Detroit	44.8975	-85.98537	180			MI	089	32380	
4994015	Glen Haven	glen-haven	US	53810	0	America/Detroit	44.90194	-86.02759	180			MI	089	32380	
4994023	Glencoe	glencoe	US	41046	0	America/Detroit	43.96418	-82.88578	214			MI	063	40020	
4994024	Glendale	glendale	US	01229	0	America/Detroit	42.30281	-85.95641	233			MI	159	84820	
4994027	Glendora	glendora	US	08029	0	America/Detroit	41.88504	-86.48696	207			MI	021	85120	
4994029	Glengary	glengary	US	25421	0	America/Detroit	42.56503	-83.5041	281			MI	125	17640	
4994030	Glengary	glengary	US	25421	0	America/Detroit	44.42306	-85.72118	249	Clagetts,Glengary		MI	165	75940	
4994033	Glenn	glenn	US	49416	0	America/Detroit	42.52031	-86.22753	199			MI	005	31360	
4994040	Glennie	glennie	US	48737	0	America/Detroit	44.56057	-83.72582	310			MI	001	19320	
4994048	Glenwood	glenwood	US	07418	0	America/Detroit	42.05504	-86.03307	232			MI	027	84920	
4994073	Gobles	gobles	US	49055	808	America/Detroit	42.36087	-85.87946	249			MI	159	32640	
4994084	Goetzville	goetzville	US	49736	0	America/Detroit	46.05807	-84.09224	227			MI	033	66760	
4994105	Golden	golden	US	38847	0	America/Menominee	46.14272	-88.02069	402			MI	043	70600	
4994106	Golden	golden	US	38847	0	America/Detroit	43.61003	-84.16832	203			MI	111	53780	
4994121	Comins	comins	US	48619	0	America/Detroit	44.80584	-84.05139	319	Comins,Gomins		MI	135	16540	
4994125	Good Hart	good-hart	US	49737	0	America/Detroit	45.56723	-85.11312	213			MI	047	67540	
4994133	Goodells	goodells	US	48027	0	America/Detroit	42.98114	-82.66576	215			MI	147	82900	
4994140	Goodland	goodland	US	34140	0	America/Detroit	43.09475	-83.07244	256			MI	087	32960	
4994154	Goodrich	goodrich	US	48438	1831	America/Detroit	42.91697	-83.50634	268			MI	049	04000	
4994195	Gordon	gordon	US	17936	0	America/Detroit	46.48438	-87.22737	189			MI	103	15660	
4994210	Gordonville	gordonville	US	17529	0	America/Detroit	43.56781	-84.36944	196			MI	111	55940	
4994234	Gould City	gould-city	US	49838	0	America/Detroit	46.09527	-85.69677	226			MI	097	57640	
4994256	Gowen	gowen	US	49326	0	America/Detroit	43.2517	-85.30197	264	Cowen,Gowen		MI	117	55140	
4994262	Grace	grace	US	38745	0	America/Detroit	45.5514	-84.12946	180	Grace,Grace Harbor		MI	141	06400	
4994298	Grafton	grafton	US	01519	0	America/Detroit	42.03671	-83.38965	186			MI	115	03680	
4994320	Grand Blanc	grand-blanc	US	48439	7993	America/Detroit	42.92753	-83.62995	256	Grand Blank,ghrand blank,grndblans  myshygan,Гранд Бланк,غراند بلانك,گرندبلانس، میشیگان,گرینڈ بلانک، مشی گن		MI	049	33280	
4994325	Grand Haven	grand-haven	US	49417	11062	America/Detroit	43.06307	-86.22839	184	Grand Khehjven,Grand Khejven,ge lan de gang,ghrand hyfn,grndhywn  myshygan,Гранд Хејвен,Гранд Хэйвен,غراند هيفن,گرندهیون، میشیگان,گرینڈ ہیون، مشی گن,格蘭德港	139	MI	139	33340	
4994338	Grand Junction	grand-junction	US	38039	0	America/Detroit	42.4042	-86.07308	207			MI	159	17440	
4994344	Grand Ledge	grand-ledge	US	48837	7791	America/Detroit	42.75337	-84.74638	255			MI	045	33420	
4994347	Grand Marais	grand-marais	US	49839	0	America/Detroit	46.67081	-85.98517	191			MI	003	11960	
4994358	Grand Rapids	grand-rapids	US	43522	195097	America/Detroit	42.96336	-85.66809	195	GRR,Grand Rapids,Grand Rapidsas,Grand-Rapids,Grend-Repids,da ji liu cheng,geulaendeulaepijeu,gramda repidsa,grndrpydz  myshygan,gurandorapizzu,Гранд Рапидс,Гранд-Рапидс,Гранд-Рапідс,Гренд-Репідс,גרנד ראפידס,گرندرپیدز، میشیگان,ग्रँड रॅपिड्स,ᒥᓯ ᐹᐗᔅᑎᒃ,グランドラピッズ,大急流城,그랜드래피즈	081	MI	081	34000	
4994359	Grand Rapids	grand-rapids	US	43522	0	America/Detroit	46.76577	-89.2757	186			MI	131	60880	
4994377	Grand Valley	grand-valley	US	16420	0	America/Detroit	42.97447	-85.86976	183			MI	139	77980	
4994379	Grand View	grand-view	US	54839	0	America/Detroit	45.71862	-84.59782	181			MI	031	06500	
4994380	Grand View	grand-view	US	54839	0	America/Detroit	45.40029	-84.6642	201			MI	031	80880	
4994381	Grand View	grand-view	US	54839	0	America/Detroit	41.84199	-83.40271	175			MI	115		
4994391	Grandville	grandville	US	49418	15953	America/Detroit	42.90975	-85.76309	184			MI	081	34160	
4994415	Grant	grant	US	32949	882	America/Detroit	43.33613	-85.81088	254			MI	123	34360	
4994483	Grass Lake	grass-lake	US	49240	1166	America/Detroit	42.25087	-84.21301	303			MI	075	34500	
4994567	Grawn	grawn	US	49637	772	America/Detroit	44.6625	-85.69369	267			MI	055	08880	
4994578	Grayling	grayling	US	49738	1844	America/Detroit	44.6614	-84.71475	347	Grehjling,Grejling,ghraylyngh,grylyng  myshygan,Грејлинг,Грэйлинг,غرايلينغ,گریلینگ، میشیگان	039	MI	039	34640	
4994606	Green	green	US	44232	0	America/Detroit	46.83744	-89.43987	189	Green,Green City		MI	131	60880	
4994674	Green River	green-river	US	82935	0	America/Detroit	44.98917	-85.05533	247			MI	009	15380	
4994692	Greenbush	greenbush	US	02040	0	America/Detroit	44.58779	-83.31636	186			MI	001	34820	
4994705	Greenfield Park	greenfield-park	US	12435	0	America/Detroit	42.33504	-85.13721	267			MI	025	63440	
4994714	Greenland	greenland	US	03840	0	America/Detroit	46.77938	-89.10181	347			MI	131	35000	
4994743	Greenwood	greenwood	US	04255	0	America/Detroit	46.48716	-87.75597	463			MI	103	25820	
4994744	Greenwood	greenwood	US	04255	0	America/Detroit	44.17613	-84.15667	250			MI	129	39320	
4994763	Greenville	greenville	US	02828	8444	America/Detroit	43.17753	-85.2528	255	Grinvill,Гринвилл		MI	117	35100	
4994786	Gregory	gregory	US	48137	0	America/Detroit	42.45837	-84.0844	286			MI	093	81240	
4994798	Gresham	gresham	US	29546	0	America/Detroit	42.64142	-84.89527	280			MI	045	15260	
4994851	Grosse Ile	grosse-ile	US	48138	11361	America/Detroit	42.12921	-83.14437	182			MI	163	35420	
4995902	Hiawatha	hiawatha	US	24729	0	America/Detroit	46.11747	-86.26181	222			MI	153	37940	
4994862	Grosse Pointe	grosse-pointe	US	48230	5232	America/Detroit	42.38615	-82.91186	179	Grosse Point,Grosse Pointe,Grossepointe,Grosspoint,Grous Pojnt,ghrws bwynt,Гроус Појнт,غروس بوينت		MI	163	35480	
4994894	Groveton	groveton	US	03582	0	America/Detroit	43.24253	-84.12914	183			MI	145		
4994955	Gulliver	gulliver	US	49840	0	America/Detroit	45.99303	-86.01207	190			MI	153	22960	
4994993	Guthrie	guthrie	US	42234	0	America/Detroit	42.30254	-84.06912	290			MI	161	77800	
4994999	Gwinn	gwinn	US	49841	1917	America/Detroit	46.28106	-87.44097	335			MI	103	29720	
4995025	Hadley	hadley	US	01035	0	America/Detroit	42.95447	-83.40328	275			MI	087	35840	
4995065	Hale	hale	US	48739	0	America/Detroit	44.37779	-83.80471	261			MI	069	64640	
4995141	Hamburg	hamburg	US	07419	0	America/Detroit	42.44865	-83.80161	273			MI	093	36100	
4995144	Hamilton	hamilton	US	01936	0	America/Detroit	42.67725	-86.00615	197			MI	005	37460	
4995184	Hammond	hammond	US	13646	0	America/Detroit	45.49723	-84.03695	176	Hammond,Hammond Bay		MI	141		
4995197	Hamtramck	hamtramck	US	48212	22002	America/Detroit	42.39282	-83.04964	192	Gemtremk,Khamtramik,haimatraimaka,hamtramyk,hematramika,Гемтремк,Хамтрамик,هامتراميك,ہیمٹرامک، مشی گن,হেমট্রামিক,ਹੈਮਟ੍ਰੈਮਕ		MI	163	36280	
4995201	Hancock	hancock	US	03449	4555	America/Detroit	47.12687	-88.58096	212	CMX,Khankok,Khenkok,hankwk,hnkak  myshygan,Ханкок,Хенкок,هانكوك,هنکاک، میشیگان		MI	061	36300	
4995236	Hannah	hannah	US	58239	0	America/Detroit	44.58472	-85.63563	324			MI	055	52480	
4995249	Hanover	hanover	US	02339	431	America/Detroit	42.10115	-84.5519	340			MI	075	36400	
4995256	Hansen	hansen	US	83334	0	America/Menominee	45.23942	-87.61317	195			MI	109	53040	
4995266	Harbert	harbert	US	49115	0	America/Detroit	41.87199	-86.62891	192			MI	021	15480	
4995269	Harbor Beach	harbor-beach	US	48441	1634	America/Detroit	43.84474	-82.65132	185	Harbor Beach,Harbor of Refuge,Sand Beach		MI	063	36460	
4995285	Harbor Springs	harbor-springs	US	49740	1201	America/Detroit	45.43168	-84.992	204			MI	047	36560	
4995288	Harbor View	harbor-view	US	43434	0	America/Detroit	45.34279	-83.48693	179			MI	141	66340	
4995339	Harlem	harlem	US	30814	0	America/Detroit	42.87058	-86.11365	193			MI	139	60460	
4995344	Harlan	harlan	US	40831	0	America/Detroit	44.45695	-85.81952	320			MI	101	16380	
4995368	Harper Woods	harper-woods	US	48225	13836	America/Detroit	42.43309	-82.92408	179	Kharper Vuds,harbr wwdz,harprwwdz  myshygan,Харпер Вудс,هاربر وودز,هارپروودز، میشیگان		MI	163	36700	
4995371	Harrietta	harrietta	US	49638	144	America/Detroit	44.31001	-85.69784	346	Harietta,Harriete,Harrietta,Harriette		MI	165	09580	
4995380	Harris	harris	US	12742	0	America/Menominee	45.70358	-87.34541	238			MI	109	36760	
4995402	Harrisburg	harrisburg	US	17101	0	America/Detroit	43.19197	-85.87394	213			MI	139	15300	
4995403	Harrison	harrison	US	04040	2107	America/Detroit	44.01919	-84.79947	355	Kharrison,Харрисон	035	MI	035	36800	
4995424	Harrisville	harrisville	US	02830	470	America/Detroit	44.6564	-83.29469	190	Kharisvil,Kharrisvill,harysfyl,hryswyl  myshygan,Харисвил,Харрисвилл,هاريسفيل,هریسویل، میشیگان	001	MI	001	36860	
4995436	Hart	hart	US	49420	2098	America/Detroit	43.69834	-86.36397	206		127	MI	127	36920	
4995457	Hartland	hartland	US	04943	0	America/Detroit	42.6567	-83.753	290			MI	093	37040	
4995461	Hartley	hartley	US	51346	0	America/Menominee	46.39106	-89.816	478			MI	053	51560	
4995465	Hartman	hartman	US	72840	0	America/Detroit	42.01449	-86.32446	225			MI	021	64480	
4995468	Hartford	hartford	US	05047	2617	America/Detroit	42.20671	-86.16669	201	Khartford,Хартфорд		MI	159	36960	
4995486	Harvard	harvard	US	01451	0	America/Detroit	43.19447	-85.41669	264			MI	081	59580	
4995489	Harvey	harvey	US	50119	1393	America/Detroit	46.49466	-87.35431	198	Kharvi,Харви		MI	103	15660	
4995514	Haslett	haslett	US	48840	19220	America/Detroit	42.74698	-84.40108	264			MI	065	53140	
4995520	Hastings	hastings	US	13076	7284	America/Detroit	42.64587	-85.29084	247	Hasting,Hastings,Khastings,Khejstings,hastynghz,hstyngz  myshygan,Хастингс,Хейстингс,Хејстингс,هاستينغز,هستینگز، میشیگان	015	MI	015	37120	
4995551	Hatton	hatton	US	58240	0	America/Detroit	43.9228	-84.81863	304			MI	035	37160	
4995570	Hawkins	hawkins	US	54530	0	America/Detroit	43.80057	-85.60311	344			MI	123	05620	
4995577	Hawks	hawks	US	49743	0	America/Detroit	45.30196	-83.8875	254			MI	141	08700	
4995585	Hawthorne	hawthorne	US	07506	0	America/Detroit	42.77337	-82.47269	180			MI	147	23820	
4995660	Hazel	hazel	US	42049	0	America/Detroit	46.78993	-88.71791	240			MI	061	44220	
4995661	Hazel	hazel	US	42049	0	America/Menominee	46.14801	-88.74458	469			MI	071	41000	
4995664	Hazel Park	hazel-park	US	48030	16597	America/Detroit	42.46254	-83.10409	192			MI	125	37420	
4995667	Hazelhurst	hazelhurst	US	54531	0	America/Detroit	41.87838	-86.62863	186			MI	021	15480	
4995732	Helena	helena	US	13649	0	America/Detroit	43.77474	-82.69076	217			MI	063	73160	
4995733	Helena	helena	US	13649	0	America/Detroit	46.21828	-87.27236	342			MI	103	80780	
4995759	Hemlock	hemlock	US	14466	0	America/Detroit	44.27807	-83.70387	225			MI	069	34280	
4995760	Hemlock	hemlock	US	14466	1466	America/Detroit	43.41475	-84.23054	198			MI	145	68340	
4995786	Henderson	henderson	US	13650	399	America/Detroit	43.08641	-84.19525	223	Khenderson,Хендерсон		MI	155	70260	
4995799	Hendricks	hendricks	US	26271	0	America/Detroit	45.98051	-87.35319	295			MI	041	18280	
4995832	Herman	herman	US	16039	0	America/Detroit	46.66688	-88.36708	508			MI	013	45560	
4995837	Hermansville	hermansville	US	49847	0	America/Menominee	45.71108	-87.60207	276			MI	109	53460	
4995844	Herrick	herrick	US	57538	0	America/Detroit	43.80058	-84.70668	246			MI	073	88040	
4995854	Herron	herron	US	49744	0	America/Detroit	45.02307	-83.64693	226			MI	007	87680	
4995861	Hersey	hersey	US	49639	347	America/Detroit	43.84863	-85.44449	297			MI	133	37840	
4995865	Hesperia	hesperia	US	49421	938	America/Detroit	43.5689	-86.03951	227			MI	123	21700	
4995875	Hessel	hessel	US	49745	0	America/Detroit	46.00418	-84.42587	181	Hessel,Mill Pond		MI	097	16060	
4995924	Hickory Corners	hickory-corners	US	49060	322	America/Detroit	42.44143	-85.37556	291			MI	015	05560	
4995935	Hickory Ridge	hickory-ridge	US	72347	0	America/Detroit	42.67975	-83.66495	340			MI	125	38080	
4995966	Higgins Lake	higgins-lake	US	48627	0	America/Detroit	44.48363	-84.77975	357			MI	143	49840	
4996005	Highland	highland	US	12528	0	America/Detroit	42.63809	-83.61717	309			MI	125	38080	
4996006	Highland	highland	US	12528	0	America/Detroit	44.14557	-85.26643	411			MI	133	38100	
4996015	Highland Park	highland-park	US	08904	0	America/Detroit	42.39587	-85.41973	274			MI	077	68260	
4996017	Highland Park	highland-park	US	08904	10949	America/Detroit	42.40559	-83.09687	194	Gajlend-Park,Khajland Park,Khajlend Park,Khajlend-Park,haillaendeupakeu,hayland bark,haylndpark  myshygan,Гайленд-Парк,Хайленд Парк,Хайленд-Парк,Хајланд Парк,هايلاند بارك,هایلندپارک، میشیگان,하일랜드파크		MI	163	38180	
4996034	Highwood	highwood	US	59450	0	America/Detroit	43.92725	-84.30639	213			MI	051	37300	
4996097	Hilliards	hilliards	US	16040	0	America/Detroit	42.67475	-85.72836	220			MI	005	39200	
4996098	Hillman	hillman	US	49746	669	America/Detroit	45.05918	-83.90111	247			MI	119	38400	
4996107	Hillsdale	hillsdale	US	07642	8163	America/Detroit	41.92005	-84.63051	341		059	MI	059	38460	
4996126	Hilltop	hilltop	US	25855	0	America/Detroit	44.61167	-85.65618	330			MI	055	08880	
4996179	Hobart	hobart	US	13788	0	America/Detroit	44.18279	-85.44839	400			MI	165	15860	
4996248	Holland	holland	US	01521	33742	America/Detroit	42.78752	-86.10893	186	Gollandija,HLM,Holland,Kholand,Kholland,Misi-pawastik,Misi-páwastik,hlnd  myshygan,hollaendeu,hwland,Голландия,Холанд,Холланд,هلند، میشیگان,هولاند,ہالینڈ، مشی گن,홀랜드		MI	005	38640	
4996270	Holloway	holloway	US	43985	0	America/Detroit	41.93505	-83.91439	228			MI	091	66840	
4996274	Holly	holly	US	48442	6169	America/Detroit	42.79197	-83.62773	283			MI	125	38720	
4996285	Hollywood	hollywood	US	20636	0	America/Detroit	42.49281	-86.23892	206			MI	005	13700	
4996286	Hollywood	hollywood	US	20636	0	America/Detroit	42.01449	-86.45585	196			MI	021	70100	
4996306	Holt	holt	US	32564	23973	America/Detroit	42.64059	-84.51525	269			MI	065	21420	
4996308	Holton	holton	US	47023	0	America/Detroit	43.41335	-86.0795	222			MI	121	38820	
4996369	Homer	homer	US	13077	1630	America/Detroit	42.14588	-84.80886	302			MI	025	38940	
4996380	Homestead	homestead	US	15120	0	America/Detroit	46.33807	-84.12253	180			MI	033	77020	
4996407	Honor	honor	US	49640	324	America/Detroit	44.66389	-86.01815	196			MI	019	39000	
4996420	Hooper	hooper	US	68031	0	America/Detroit	42.51031	-85.56279	225			MI	005	52000	
4996433	Hope	hope	US	02831	0	America/Detroit	43.76447	-84.33805	207			MI	111	39160	
4996456	Hopkins	hopkins	US	29061	608	America/Detroit	42.62364	-85.7603	217			MI	005	39200	
4996543	Horton	horton	US	35980	0	America/Detroit	42.15032	-84.51718	320			MI	075	36400	
4996572	Houghton	houghton	US	14744	7970	America/Detroit	47.12187	-88.56901	196	Khauton,Khoton,Khoutun,hatn  myshygan,hwtwn,Хаутон,Хотон,Хоутън,هاتن، میشیگان,هوتون	061	MI	061	39360	
4996580	Houghton Lake	houghton-lake	US	48629	3427	America/Detroit	44.31474	-84.76475	349	HTL,Houghton Lake		MI	143	69560	
4996581	Houghton Lake Heights	houghton-lake-heights	US	48630	0	America/Detroit	44.32752	-84.77447	358	Houghton Lake Heights,Houghton Lakes Heights,The Heights		MI	143	69560	
4996618	Howard City	howard-city	US	49329	1792	America/Detroit	43.39558	-85.46782	268			MI	117	68120	
4996638	Howardsville	howardsville	US	24562	0	America/Detroit	42.02505	-85.71833	261			MI	149	29140	
4996655	Howell	howell	US	07731	9521	America/Detroit	42.60726	-83.9294	284		093	MI	093	39540	
4996681	Hoytville	hoytville	US	43529	0	America/Detroit	42.74115	-84.8961	268			MI	045	70020	
4996690	Hubbard Lake	hubbard-lake	US	49747	1002	America/Detroit	44.75973	-83.54442	228			MI	001	37220	
4996691	Hubbard Lake	hubbard-lake	US	49747	0	America/Detroit	44.87362	-83.5872	223			MI	007	61520	
4996695	Hubbardston	hubbardston	US	01452	400	America/Detroit	43.09226	-84.84222	208	Hubbardson,Hubbardston		MI	067	58720	
4996696	Hubbell	hubbell	US	49934	946	America/Detroit	47.17326	-88.42928	191			MI	061	80120	
4996718	Hudson	hudson	US	01749	2241	America/Detroit	41.85505	-84.35384	279	Gudzon,Гудзон		MI	091	39720	
4996736	Hudsonville	hudsonville	US	49426	7324	America/Detroit	42.87086	-85.86504	193	Khadsonvil,Khadsonvill,hadswnwyl  myshygan,hdswnfyl,heodeuseunbil,Хадсонвил,Хадсонвилл,هادسونویل، میشیگان,هدسونفيل,허드슨빌		MI	139	39800	
4996768	Hulbert	hulbert	US	49748	0	America/Detroit	46.35418	-85.15009	229			MI	033	39860	
4996775	Humboldt	humboldt	US	38343	0	America/Detroit	46.49549	-87.88708	470			MI	103	39940	
4996788	Humphrey	humphrey	US	68642	0	America/Detroit	44.47195	-86.06036	242			MI	101	64860	
4996832	Huntington Woods	huntington-woods	US	48070	6340	America/Detroit	42.48059	-83.16687	202			MI	125	40000	
4996915	Hyde	hyde	US	16843	0	America/Detroit	45.73358	-87.20263	210			MI	041	29380	
4996919	Hyde Park	hyde-park	US	02136	0	America/Detroit	44.21696	-83.55275	180			MI	069	00760	
4996938	Ida	ida	US	48140	0	America/Detroit	41.91088	-83.57355	195			MI	115	40260	
4996946	Idlewild	idlewild	US	38346	0	America/Detroit	43.88696	-85.80256	260			MI	085	64880	
4996956	Imlay City	imlay-city	US	48444	3573	America/Detroit	43.02475	-83.07772	252	Imlehj Siti,Imlej Siti,amly syty,aymaly syty  myshygan,Имлеј Сити,Имлэй Сити,إملي سيتي,ایمالی سیتی، میشیگان		MI	087	40320	
4996986	Ina	ina	US	62846	0	America/Detroit	44.11696	-85.28671	409			MI	133	38100	
4997036	Indian Lake	indian-lake	US	12842	0	America/Detroit	42.00505	-86.20974	232	Beechwood,Beechwood Lake,Indian Lake		MI	027	73940	
4997086	Indian River	indian-river	US	49749	1959	America/Detroit	45.41251	-84.61254	186			MI	031	80880	
4997113	Indiantown	indiantown	US	34956	0	America/Menominee	45.70441	-87.37707	236			MI	109	36760	
4997114	Indiantown	indiantown	US	34956	0	America/Detroit	43.47225	-83.83664	178			MI	145	11560	
4997121	Ingalls	ingalls	US	46048	0	America/Menominee	45.37692	-87.61123	216			MI	109	52860	
4997140	Inland	inland	US	68954	0	America/Detroit	46.03804	-85.869	204			MI	153	56060	
4997180	Interlochen	interlochen	US	49643	583	America/Detroit	44.64472	-85.7673	257			MI	055	34960	
4997191	Ionia	ionia	US	14475	11372	America/Detroit	42.98725	-85.07112	219	Ajonija,Ionia,Ionia Centre,Lonia,aywnya,aywnya  myshygan,Айония,Ајонија,Лониа,آیونیا، میشیگان,إيونيا	067	MI	067	40860	
4997232	Iron Mountain	iron-mountain	US	49801	7504	America/Menominee	45.82023	-88.06596	347	Ajron Mauntin,IMT,Iron Mountain,Айрон Маунтин	043	MI	043	40960	
4997238	Iron River	iron-river	US	49935	2904	America/Menominee	46.09273	-88.64235	461	Ajron Riveh,Ajron River,ayrwn ryfr,Айрон Ривэ,Ајрон Ривер,آیرون‌ریور، میشیگان,أيرون ريفر		MI	071	40980	
4997244	Irons	irons	US	49644	0	America/Detroit	44.14001	-85.9159	261			MI	085	24800	
4997247	Ironton	ironton	US	45638	140	America/Detroit	45.25612	-85.18673	189			MI	029	26680	
4997249	Ironwood	ironwood	US	49938	5002	America/Menominee	46.45467	-90.17101	459	Ajron Vud,Ajronvud,IWD,Ironwood,Maananoonsing,ayrwnwwd,Айрон Вуд,Ајронвуд,آیرون‌وود، میشیگان,أيرونوود		MI	053	41060	
4997257	Irving	irving	US	14081	0	America/Detroit	42.68837	-85.41807	229			MI	015	41120	
4997270	Isabella	isabella	US	15447	0	America/Detroit	45.89747	-86.6057	189			MI	041	31400	
4997281	Ishpeming	ishpeming	US	49849	6483	America/Detroit	46.48855	-87.66764	429	Ishpeming,ashbymyngh,ayshpmyng  myshygan,Ишпеминг,إشبيمينغ,ایشپمینگ، میشیگان		MI	103	41220	
4997346	Ithaca	ithaca	US	14850	2834	America/Detroit	43.2917	-84.6075	242	Itak,Itaka,Izaka,aytaka  myshygan,aythaka,isaka,Изака,Итак,Итака,إيثاكا,ایتاکا، میشیگان,イサカ	057	MI	057	41340	
4997348	Iva	iva	US	29655	0	America/Detroit	43.46336	-84.26943	197			MI	145	68340	
4997349	Ivanhoe	ivanhoe	US	24350	0	America/Detroit	43.70557	-83.09411	228			MI	063	73040	
4997384	Jackson	jackson	US	03846	33133	America/Detroit	42.24587	-84.40135	284	Dzekson,Dzhehkson,Dzhekson,JXN,Jackson,Jacksonburg,Jacksonopolis,jakswn,jakuson,jkswn  myshygan,jyksn  mshy gn,Џексон,Джексон,Джэксон,جاكسون,جکسون، میشیگان,جیکسن، مشی گن,ジャクソン	075	MI	075	41420	
4997441	Jamestown	jamestown	US	02835	0	America/Detroit	42.82558	-85.84253	217			MI	139	41520	
4997456	Jasper	jasper	US	14855	412	America/Detroit	41.79338	-84.0405	224			MI	091	27020	
4997467	Jeddo	jeddo	US	48032	0	America/Detroit	43.15169	-82.58326	218	Jeddo,Potter's Corners		MI	147	34420	
4997470	Jefferson	jefferson	US	01522	0	America/Detroit	42.10893	-84.28995	304			MI	075	17400	
4997500	Jenison	jenison	US	49428	16538	America/Detroit	42.90725	-85.79198	184			MI	139	31880	
4997510	Jennings	jennings	US	32053	264	America/Detroit	44.33279	-85.2981	401			MI	113	44380	
4997522	Jerome	jerome	US	15937	0	America/Detroit	42.02699	-84.46939	342			MI	059	74560	
4997530	Jerusalem	jerusalem	US	43747	0	America/Detroit	42.27476	-83.98189	277			MI	161	47460	
4997534	Jessieville	jessieville	US	71949	0	America/Menominee	46.45467	-90.13128	509			MI	053	41060	
4997570	Johannesburg	johannesburg	US	49751	0	America/Detroit	44.98557	-84.45585	412			MI	137	14840	
4997674	Jones	jones	US	36749	0	America/Detroit	41.90255	-85.79944	281			MI	027	57120	
4997698	Jonesville	jonesville	US	05466	2220	America/Detroit	41.98421	-84.6619	328			MI	059	41920	
4997702	Joppa	joppa	US	21085	0	America/Detroit	42.1881	-85.21749	284			MI	025	47060	
4997704	Jordan	jordan	US	13080	0	America/Detroit	43.65531	-84.72807	227			MI	073	41160	
4997778	Juniata	juniata	US	68955	0	America/Detroit	43.34975	-83.46218	228			MI	157	81860	
4997787	Kalamazoo	kalamazoo	US	49001	76041	America/Detroit	42.29171	-85.58723	239	AZO,Bronson,Kalamazoo,Kalamazu,Kalamazū,ka la ma zu,kaelleomeoju,kalamazw,kalamazw  mshy gn,kalamzw  myshygan,karamazu,Каламазу,קאלאמאזו,كالامازو,کالامازو، مشی گن,کالامزو، میشیگان,カラマズー,卡拉马祖,캘러머주	077	MI	077	42160	
4997804	Kaleva	kaleva	US	49645	464	America/Detroit	44.37334	-86.01036	228			MI	101	51000	
4997805	Kalkaska	kalkaska	US	49646	2038	America/Detroit	44.73417	-85.17589	315	Kalkaska,kalkasa,Калкаска,كالكاسا	079	MI	079	42280	
4997849	Kawkawlin	kawkawlin	US	48631	0	America/Detroit	43.65197	-83.94304	182			MI	017	54980	
4997860	Kearsarge	kearsarge	US	03847	0	America/Detroit	47.27492	-88.41623	342			MI	061	12600	
4997868	Keego Harbor	keego-harbor	US	48320	3029	America/Detroit	42.60809	-83.34382	284			MI	125	42460	
4997872	Keeler	keeler	US	93530	0	America/Detroit	42.11282	-86.16668	245			MI	159	42500	
4997969	Kendall	kendall	US	14476	0	America/Detroit	42.3617	-85.81335	242			MI	159	64280	
4997993	Keno	keno	US	97627	0	America/Detroit	44.47224	-84.41057	358			MI	143	04320	
4998002	Kent City	kent-city	US	49330	1102	America/Detroit	43.22002	-85.75115	247			MI	081	81140	
4998013	Kenton	kenton	US	19955	0	America/Detroit	46.4855	-88.89403	364			MI	061	23340	
4998018	Kentwood	kentwood	US	70444	51357	America/Detroit	42.86947	-85.64475	210	Kentvud,kenteuudeu,kntwwd  myshygan,kyntwwd,Кентвуд,كينتوود,کنتوود، میشیگان,کینٹووڈ، مشی گن,켄트우드		MI	081	42820	
4998033	Kenneth	kenneth	US	56147	0	America/Detroit	46.09862	-84.93117	241			MI	097	55480	
4998041	Kerby	kerby	US	97531	0	America/Detroit	42.99947	-84.06913	233			MI	155	12520	
4998052	Keswick	keswick	US	22947	0	America/Detroit	44.92889	-85.65369	225			MI	089	08440	
4998062	Kewadin	kewadin	US	49648	0	America/Detroit	44.92861	-85.37313	183	Kewadin,Keywadin		MI	009	54440	
4998114	Kimball	kimball	US	24853	0	America/Detroit	42.94809	-82.56242	194			MI	147	43160	
4998138	Kinde	kinde	US	48445	432	America/Detroit	43.93946	-82.99689	213			MI	063	23540	
4998145	Kinderhook	kinderhook	US	12106	0	America/Detroit	41.79672	-85.00524	305			MI	023	43260	
4998189	Kingsford	kingsford	US	49802	5069	America/Menominee	45.79496	-88.07207	335	Kingsford,kynghzfwrd,kyngzfwrd  myshygan,Кингсфорд,كينغزفورد,کینگزفورد، میشیگان		MI	043	43300	
4998193	Kingsland	kingsland	US	31548	0	America/Detroit	42.58893	-84.65165	282			MI	045	24560	
4998194	Kingsley	kingsley	US	18826	0	America/Detroit	45.92579	-87.26319	265			MI	041	18280	
4998195	Kingsley	kingsley	US	18826	1559	America/Detroit	44.58473	-85.5359	295			MI	055	62320	
4998197	Kingston	kingston	US	02364	430	America/Detroit	43.41447	-83.18578	245	Kingston,Кингстон		MI	157	43400	
4998207	Kinney	kinney	US	55758	0	America/Detroit	43.01586	-85.76837	224			MI	081	82960	
4998230	Kipling	kipling	US	27543	0	America/Detroit	45.8733	-87.01181	180			MI	041	09980	
4998233	Kinross	kinross	US	49752	0	America/Detroit	46.27502	-84.51477	230			MI	033	43480	
4998314	Kneeland	kneeland	US	95549	0	America/Detroit	44.71057	-84.09139	327			MI	135	17600	
4998422	Kurtz	kurtz	US	47249	0	America/Detroit	44.56113	-83.64554	256			MI	001	19320	
4998439	La Grange	la-grange	US	28551	0	America/Detroit	41.95421	-86.04168	247			MI	027	44140	
4998443	La Salle	la-salle	US	48145	0	America/Detroit	41.86782	-83.45216	181	La Salle,Winchester		MI	115	46260	
4998469	Lacey	lacey	US	98503	0	America/Detroit	42.49309	-85.19111	304			MI	015	41860	
4998472	Lachine	lachine	US	49753	0	America/Detroit	45.07751	-83.7161	224			MI	007	49360	
4998476	Lacota	lacota	US	49063	0	America/Detroit	42.41364	-86.12975	211			MI	159	31840	
4998503	Ladoga	ladoga	US	47954	0	America/Detroit	46.28189	-87.05487	307			MI	003	47540	
4998506	Laingsburg	laingsburg	US	48848	1277	America/Detroit	42.89031	-84.35136	251			MI	155	44200	
4998512	Lake	lake	US	25121	0	America/Detroit	43.85197	-85.00531	324			MI	035	31560	
4998518	Lake Ann	lake-ann	US	49650	265	America/Detroit	44.72389	-85.84314	252			MI	019	01640	
4998524	Lake Bluff	lake-bluff	US	60044	0	America/Detroit	45.81247	-87.05736	177			MI	041		
4998533	Lake City	lake-city	US	16423	843	America/Detroit	44.33529	-85.21505	381		113	MI	113	44480	
4998550	Lake George	lake-george	US	12845	0	America/Detroit	43.96335	-84.94697	339			MI	035	47620	
4998567	Lake Leelanau	lake-leelanau	US	49653	253	America/Detroit	44.98083	-85.71508	188			MI	089	46820	
4998569	Lake Linden	lake-linden	US	49945	989	America/Detroit	47.19409	-88.40734	189			MI	061	71840	
4998583	Lake Odessa	lake-odessa	US	48849	2029	America/Detroit	42.78476	-85.13834	263			MI	067	60200	
4998587	Lake Orion	lake-orion	US	48359	3051	America/Detroit	42.78448	-83.23966	300			MI	125	61100	
4998642	Lakefield	lakefield	US	56150	0	America/Detroit	43.34642	-84.33054	204			MI	145	44560	
4998649	Lakeland	lakeland	US	31635	0	America/Detroit	42.46337	-83.84411	262			MI	093	36100	
4998654	Lakeport	lakeport	US	95453	0	America/Detroit	43.11503	-82.4902	181			MI	147	12020	
4998664	Lakeside	lakeside	US	06758	0	America/Detroit	41.84921	-86.6678	196			MI	021	15480	
4998665	Lakeside	lakeside	US	06758	0	America/Detroit	42.83586	-83.70662	268			MI	049	27780	
4998666	Lakeside	lakeside	US	06758	0	America/Detroit	42.56503	-82.83908	177			MI	099	36820	
4998694	Laketon	laketon	US	46943	0	America/Detroit	46.34277	-85.74846	236			MI	095	17480	
4998702	Lakeview	lakeview	US	28350	0	America/Detroit	41.83337	-86.6928	190			MI	021	15480	
4998703	Lakeview	lakeview	US	28350	1115	America/Detroit	42.29838	-85.2111	285			MI	025	05920	
4998704	Lakeview	lakeview	US	28350	0	America/Detroit	47.27381	-88.47373	346			MI	061	12600	
4998705	Lakeview	lakeview	US	28350	1010	America/Detroit	43.44642	-85.2742	291			MI	117	14000	
4998731	Lakeville	lakeville	US	02347	0	America/Detroit	42.82142	-83.15021	291			MI	125	00400	
4998736	Lakewood	lakewood	US	08701	0	America/Detroit	45.19085	-83.43387	200			MI	007	01760	
4998737	Lakewood	lakewood	US	08701	0	America/Detroit	42.27865	-85.54084	235			MI	077	42180	
4998738	Lakewood	lakewood	US	08701	0	America/Detroit	46.49688	-87.34514	186			MI	103	15660	
4998739	Lakewood	lakewood	US	08701	0	America/Detroit	43.37668	-86.23645	207			MI	121	19660	
4998760	Lambert	lambert	US	38643	0	America/Detroit	45.83969	-87.09514	205			MI	041	26380	
4998769	Lambertville	lambertville	US	08530	9953	America/Detroit	41.76588	-83.62799	205			MI	115	06740	
4998782	Lamont	lamont	US	32336	0	America/Detroit	43.00863	-85.90615	201			MI	139	77980	
4998825	Langston	langston	US	35755	0	America/Detroit	43.31392	-85.24391	268			MI	117	64200	
4998830	Lansing	lansing	US	14882	115056	America/Detroit	42.73253	-84.55553	260	LAN,Lansin'nk,Lansing,Lansinga,Lansingas,Lansings,Lehnsing,Lensing,laensing,lan xin,lancin,lansin,lansina,lansinga,lansng,lansng  mshy gn,lansngh,lnsyng,lnsyng  myshygan,lyansinga,ranshingu,Λάνσινγκ,Лансинг,Лансінг,Ленсинг,Лэнсинг,Լանսինգ,לאנסינג,لانسنغ,لانسنگ,لانسنگ، مشی گن,لنسینگ,لنسینگ، میشیگان,लान्सिंग,लान्सिङ,लान्सिङ्,ल्यान्सिंग,லான்சிங்,ランシング,兰辛,蘭辛,랜싱	MI	MI	065	46000	
4998842	Lapeer	lapeer	US	48446	8790	America/Detroit	43.05142	-83.31883	262	Lapir,labyr,lapyr  mshy gn,lpyr  myshygan,Лапир,لابير,لاپیر، مشی گن,لپیر، میشیگان	087	MI	087	46040	
4998857	Laporte	laporte	US	18626	0	America/Detroit	43.49642	-84.18887	190			MI	111	40620	
4998893	Lathrop	lathrop	US	64465	0	America/Detroit	46.14801	-87.22209	315			MI	041	51260	
4998934	Lawndale	lawndale	US	28090	0	America/Detroit	42.28643	-85.46222	242			MI	077	17680	
4998935	Lawndale	lawndale	US	28090	0	America/Detroit	43.48086	-84.03442	193			MI	145	43800	
4998937	Lawrence	lawrence	US	01840	987	America/Detroit	42.21921	-86.05141	209	Lourens,Лоуренс		MI	159	46460	
4998949	Lawson	lawson	US	64062	0	America/Detroit	46.32967	-87.13653	330			MI	103	74110	
4998956	Lawton	lawton	US	18828	1866	America/Detroit	42.16726	-85.84695	241	Louton,Лоутон		MI	159	03140	
4998970	Le Roy	le-roy	US	14482	252	America/Detroit	44.03807	-85.45394	384			MI	133	47120	
4998997	Lee Center	lee-center	US	13363	0	America/Detroit	42.40698	-84.8886	296			MI	025	46620	
4999001	Lee	lee	US	01238	0	America/Detroit	42.45087	-86.09086	197			MI	005	46600	
4999064	Leland	leland	US	28451	377	America/Detroit	45.02305	-85.75981	181	Liland,Лиланд	089	MI	089	46820	
4999090	Lennon	lennon	US	48449	501	America/Detroit	42.98445	-83.93002	242			MI	155	81880	
4999097	Leonard	leonard	US	48367	410	America/Detroit	42.86531	-83.14271	307			MI	125	00400	
4999110	Leonidas	leonidas	US	49066	0	America/Detroit	42.02283	-85.35193	264			MI	149	47020	
4999113	Leota	leota	US	56153	0	America/Detroit	44.13946	-84.88947	328			MI	035	77120	
4999122	Leslie	leslie	US	25972	1866	America/Detroit	42.45143	-84.43247	285			MI	065	47180	
4999134	Lesterville	lesterville	US	57040	0	America/Detroit	42.95781	-82.90549	240	Belle River,Lester's Mills,Lesterville		MI	147	07760	
4999139	Leroy	leroy	US	36548	0	America/Detroit	45.22001	-83.52081	201			MI	141	43900	
4999144	Levering	levering	US	49755	215	America/Detroit	45.63584	-84.78699	233			MI	047	50340	
4999167	Lewiston	lewiston	US	04240	1392	America/Detroit	44.8839	-84.30557	379	L'juiston,Льюистон		MI	119	00940	
4999169	Lewisville	lewisville	US	19351	0	America/Detroit	43.94446	-82.83494	214			MI	063	40020	
4999171	Lexington	lexington	US	02420	1128	America/Detroit	43.26808	-82.53076	188	Leksington,Лексингтон		MI	151	47300	
4999177	Liberty	liberty	US	04949	0	America/Detroit	42.10226	-84.40051	306			MI	075	47360	
4999272	Limestone	limestone	US	04750	0	America/Detroit	46.26078	-86.92931	278			MI	003	47540	
4999277	Lincoln	lincoln	US	01773	319	America/Detroit	44.68474	-83.41219	248	Linkol'n,Линкольн		MI	001	35740	
4999278	Lincoln	lincoln	US	01773	0	America/Detroit	45.97391	-83.65639	202			MI	033	23080	
4999279	Lincoln	lincoln	US	01773	0	America/Detroit	42.15726	-83.60105	210			MI	161	04180	
4999311	Lincoln Park	lincoln-park	US	07035	37012	America/Detroit	42.25059	-83.17854	179	Linkol'n Park Michigan,Linkoln Park,lnkn park  mshy gn,lynkwln bark,Линколн Парк,Линкольн Парк Мичиган,لنکن پارک، مشی گن,لينكولن بارك,لینکون‌پارک، میشیگان		MI	163	47800	
4999360	Linden	linden	US	07036	3839	America/Detroit	42.81447	-83.78245	266	Linden,Линден		MI	049	47820	
4999390	Linwood	linwood	US	01525	0	America/Detroit	43.73919	-83.96221	178			MI	017	30400	
4999410	Litchfield	litchfield	US	03052	1347	America/Detroit	42.04393	-84.75746	312			MI	059	47980	
4999587	Little Lake	little-lake	US	49833	0	America/Detroit	46.28883	-87.34181	345	Forsyth,Little Lake		MI	103	29720	
4999828	Livingston	livingston	US	07039	0	America/Detroit	41.96838	-86.54308	199			MI	021	44260	
4999837	Livonia	livonia	US	14487	94635	America/Detroit	42.36837	-83.35271	195	Livonia,Livonija,libonia,lyfwnya,lywwnya  mshy gn,lywwnya  myshygan,Ливониа,Ливония,Ливонија,ليفونيا,لیوونیا، مشی گن,لیوونیا، میشیگان,리보니아		MI	163	49000	
4999857	Lockport	lockport	US	14094	0	America/Detroit	43.52475	-84.24943	195			MI	111	40620	
4999859	Lockwood	lockwood	US	14859	0	America/Detroit	41.88366	-85.04886	307			MI	023	61840	
4999881	Lodi	lodi	US	07644	0	America/Detroit	44.64056	-85.17533	345			MI	079	60940	
4999913	London	london	US	25126	0	America/Detroit	42.02004	-83.61327	203			MI	115	49180	
4999966	Long Lake	long-lake	US	12847	0	America/Detroit	44.41974	-83.87193	280	Long Lake,Long Lake Village		MI	069	64640	
5000028	Long Point	long-point	US	61333	0	America/Detroit	45.5214	-84.54809	183			MI	031	56100	
5000077	Loomis	loomis	US	68958	213	America/Detroit	43.79364	-84.66612	247			MI	073	88040	
5000126	Loretto	loretto	US	15940	0	America/Menominee	45.77718	-87.81513	274			MI	043	84700	
5000239	Lowell	lowell	US	01850	3906	America/Detroit	42.93364	-85.34196	194	Louel,Лоуел		MI	081	49540	
5000293	Lucas	lucas	US	42156	0	America/Detroit	44.21834	-85.28505	394			MI	113	68280	
5000306	Ludington	ludington	US	49431	8058	America/Detroit	43.95528	-86.45258	180	LDM,Ladington,Ljudington,la ding dun,lwdynghtwn,lwdyngtwn  myshygan,Ладингтон,Людингтон,لودينغتون,لودینگتون، میشیگان,拉丁頓	105	MI	105	49640	
5000332	Lulu	lulu	US	32061	0	America/Detroit	41.87977	-83.61077	199			MI	115	40260	
5000334	Luna Pier	luna-pier	US	48157	1389	America/Detroit	41.80699	-83.44243	175			MI	115	49700	
5000338	Lupton	lupton	US	48635	348	America/Detroit	44.43113	-84.02583	281			MI	129	69600	
5000342	Luther	luther	US	49656	316	America/Detroit	44.04029	-85.68256	315	Luther,Wilson		MI	085	57480	
5000351	Luzerne	luzerne	US	18709	0	America/Detroit	44.61585	-84.27112	329			MI	135	08220	
5000370	Lyndon Center	lyndon-center	US	05850	0	America/Detroit	42.38142	-84.08301	305			MI	161	49780	
5000388	Lyons	lyons	US	07939	793	America/Detroit	42.98198	-84.94695	199			MI	067	49920	
5000424	Macatawa	macatawa	US	49434	0	America/Detroit	42.76974	-86.20615	180			MI	139	62460	
5000451	Mackinac Island	mackinac-island	US	49757	481	America/Detroit	45.84918	-84.61893	181	MCD,Makinak Ajlehnd,Makino Ajland,Makino-Ajlend,jzyrh mkyna  myshygan,makynak ayland,Макинак Айлэнд,Макино Ајланд,Макино-Айленд,جزیره مکینا، میشیگان,ماكيناك أيلاند,میکیناک آئی لینڈ، مشی گن		MI	097	50280	
5000460	Mackinaw City	mackinaw-city	US	49701	802	America/Detroit	45.7777	-84.72982	181	Mackinac City,Makino Siti,Makino-Siti,Villadzh of Makinau Siti,makynaw syty,Вилладж оф Макинау Сити,Макино Сити,Макино-Сити,ماكيناو سيتي,میکیناو سٹی، مشی گن		MI	031	50300	
5000473	Macomb	macomb	US	48042	0	America/Detroit	42.70087	-82.95909	191			MI	099	50480	
5000489	Macon	macon	US	27551	0	America/Detroit	42.06643	-83.86827	253			MI	091	50520	
5000500	Madison Heights	madison-heights	US	24572	30198	America/Detroit	42.48587	-83.1052	193	Medison Khajts,Mehdison Khehjts,madyswn hayts,Медисон Хајтс,Мэдисон Хэйтс,ماديسون هايتس,مدیسون‌هایتس، میشیگان,میڈیسون ہائٹس، مشی گن		MI	125	50560	
5000553	Malcolm	malcolm	US	36556	0	America/Detroit	44.4925	-86.15592	255			MI	101	64860	
5000598	Manchester	manchester	US	01944	2143	America/Detroit	42.15032	-84.03772	274	Manchester,Манчестер		MI	161	50680	
5000601	Mandan	mandan	US	58554	0	America/Detroit	47.42491	-88.01566	329			MI	083	34300	
5000606	Mangum	mangum	US	73554	0	America/Detroit	46.45855	-87.25681	196	Mangum,Mangum Station		MI	103	15660	
5000611	Manistee	manistee	US	49660	6084	America/Detroit	44.24445	-86.32425	200	MBL,Manisti,ma ni si di,manysty,mnysty  myshygan,Манисти,مانيستي,منیستی، میشیگان,马尼斯蒂	101	MI	101	50720	
5000615	Mancelona	mancelona	US	49659	1365	America/Detroit	44.90223	-85.06088	343			MI	009	50640	
5000625	Manistique	manistique	US	49854	2982	America/Detroit	45.95775	-86.24625	183	ISQ,Manistique,Monistique	153	MI	153	50760	
5000635	Manitou Beach	manitou-beach	US	49253	0	America/Detroit	41.96977	-84.30828	325			MI	091	69340	
5000636	Manitou Beach	manitou-beach	US	49253	0	America/Detroit	45.49085	-83.93278	184			MI	141	69240	
5000660	Manning	manning	US	29102	0	America/Detroit	45.51501	-84.35114	195			MI	031	34200	
5000669	Mansfield	mansfield	US	02048	0	America/Menominee	46.08745	-88.14875	421	Colonys Corners,Mansfield		MI	071	50860	
5000678	Manton	manton	US	49663	1371	America/Detroit	44.41084	-85.39894	341			MI	165	50880	
5000687	Maple City	maple-city	US	49664	207	America/Detroit	44.85555	-85.85592	215	Maple City,Peg Town		MI	089	42320	
5000694	Maple Grove	maple-grove	US	55311	0	America/Detroit	46.30411	-87.15737	338			MI	103	74110	
5000695	Maple Grove	maple-grove	US	55311	0	America/Detroit	43.40196	-86.3634	192			MI	121	55100	
5000774	Maple Rapids	maple-rapids	US	48853	678	America/Detroit	43.10475	-84.69194	209			MI	037	26400	
5000796	Maple Valley	maple-valley	US	98038	0	America/Detroit	44.3053	-84.49113	374			MI	143	68200	
5000807	Mapleton	mapleton	US	04757	0	America/Detroit	44.89528	-85.50674	230			MI	055	63340	
5000808	Mapleton	mapleton	US	04757	0	America/Menominee	46.10662	-88.56291	506			MI	071	05860	
5000809	Mapleton	mapleton	US	04757	0	America/Detroit	43.56669	-84.18276	189	Mapleton,Smiths Crossing		MI	111	53780	
5000812	Maplewood	maplewood	US	07040	0	America/Detroit	45.96885	-86.97236	194			MI	041	52220	
5000843	Marcellus	marcellus	US	13108	1157	America/Detroit	42.02588	-85.81556	273			MI	027	51480	
5000849	Marengo	marengo	US	43334	0	America/Detroit	42.27143	-84.84859	283			MI	025	51520	
5000853	Marenisco	marenisco	US	49947	254	America/Menominee	46.37634	-89.69627	463			MI	053	51560	
5000866	Marilla	marilla	US	14102	0	America/Detroit	44.37084	-85.88091	288			MI	101	51580	
5000873	Marine City	marine-city	US	48039	4143	America/Detroit	42.71948	-82.49213	178	Marin Siti,ma lin cheng,maryn syty,maryn syty  myshygan,Марин Сити,مارين سيتي,مارین سیتی، میشیگان,马林城		MI	147	51600	
5000879	Marion	marion	US	02738	852	America/Detroit	44.10251	-85.14698	335	Mehrion,Мэрион		MI	133	51680	
5000919	Marks	marks	US	38646	0	America/Detroit	46.25971	-85.69762	238			MI	095	44540	
5000937	Marlborough	marlborough	US	01752	0	America/Detroit	43.86473	-85.84173	247			MI	085	64880	
5000938	Marlette	marlette	US	48453	1801	America/Detroit	43.32697	-83.08022	255			MI	151	51820	
5000943	Marne	marne	US	49435	0	America/Detroit	43.03613	-85.82782	205	Berlin,Marne		MI	139	88820	
5000947	Marquette	marquette	US	49855	21297	America/Detroit	46.54354	-87.39542	203	MQT,Marguehtt,Market,Markett,Marquette,makes,maketto,markyt,markywt  myshygan,Маргуэтт,Маркет,Маркетт,ماركيت,مارکیوت، میشیگان,マーケット,마켓	103	MI	103	51900	
5000996	Marshall	marshall	US	20115	7045	America/Detroit	42.27226	-84.96331	280	Marshal,Marshall,marshal,marshal  myshygan,marshl  mshy gn,Маршал,Маршалл,مارشال,مارشال، میشیگان,مارشل، مشی گن	025	MI	025	51940	
5001023	Martin	martin	US	15460	417	America/Detroit	42.53698	-85.64168	253			MI	005	52000	
5001068	Martinsville	martinsville	US	08836	0	America/Detroit	42.14476	-83.46049	198			MI	163	77360	
5001084	Marysville	marysville	US	17053	9757	America/Detroit	42.91253	-82.48686	187	Mehrisvill,Merizvil,ma li si wei er,marysfyl,melijeubil,mryzwyl  myshygan,myryzwyl  mshy gn,Меризвил,Мэрисвилл,ماريسفيل,مریزویل، میشیگان,میریزویل، مشی گن,马里斯维尔,메리즈빌		MI	147	52080	
5001093	Mason	mason	US	25260	8427	America/Detroit	42.5792	-84.44358	280	Mejson,Мейсон		MI	065	52180	
5001102	Mason	mason	US	25260	0	America/Detroit	47.14104	-88.46568	194			MI	061	61260	
5001130	Masonville	masonville	US	13804	0	America/Detroit	45.91274	-86.98736	183	Gena,Mason,Masonville		MI	041	52220	
5001132	Mass City	mass-city	US	49948	0	America/Detroit	46.76383	-89.08625	322	Mass,Mass City		MI	131	35000	
5001159	Mattawan	mattawan	US	49071	1947	America/Detroit	42.20948	-85.78445	265			MI	159	03140	
5001161	Matteson	matteson	US	60443	0	America/Detroit	41.94116	-85.19053	275			MI	023	52400	
5001190	Maxton	maxton	US	28364	0	America/Detroit	46.03391	-83.67583	183			MI	033	23080	
5001199	Maybee	maybee	US	48159	545	America/Detroit	42.00393	-83.51549	194			MI	115	26880	
5001207	Mayfield	mayfield	US	12117	0	America/Detroit	44.62611	-85.52868	255			MI	055	62320	
5001222	Mayville	mayville	US	14757	920	America/Detroit	43.33697	-83.35245	279			MI	157	30760	
5001224	Maywood	maywood	US	07607	0	America/Detroit	45.83663	-86.9868	182			MI	041	26140	
5001329	McDonald	mcdonald	US	88262	0	America/Detroit	42.26531	-86.15697	206			MI	159	05160	
5001386	McGregor	mcgregor	US	55760	0	America/Detroit	43.48252	-82.74743	238			MI	151	10420	
5001561	Meade	meade	US	67864	0	America/Detroit	42.71781	-82.87437	192	Meade,Meads		MI	099	67420	
5001569	Meadow	meadow	US	57644	0	America/Detroit	44.26446	-83.64359	207			MI	069	78100	
5001588	Mears	mears	US	23409	0	America/Detroit	43.68195	-86.4198	237			MI	127	32780	
5001603	Mecosta	mecosta	US	49332	453	America/Detroit	43.62031	-85.22642	299			MI	107	55600	
5001607	Medina	medina	US	14103	0	America/Detroit	41.8081	-84.26384	254			MI	091	52820	
5001629	Melvin	melvin	US	36913	174	America/Detroit	43.18641	-82.8616	254			MI	151	75500	
5001634	Melvindale	melvindale	US	48122	10404	America/Detroit	42.28254	-83.1752	179			MI	163	52940	
5001644	Memphis	memphis	US	13112	1182	America/Detroit	42.89642	-82.76881	230	Memfis,Мемфис		MI	099	52960	
5001661	Mendon	mendon	US	01756	861	America/Detroit	42.00644	-85.44999	257			MI	149	53000	
5001669	Menominee	menominee	US	49858	8382	America/Menominee	45.10776	-87.61427	181	MNM,Mehnomini,Menominee,Menomini,Menomonee,mnmwny  myshygan,mynwmyny,Меномини,Мэномини,منمونی، میشیگان,مينوميني	109	MI	109	53020	
5001695	Meredith	meredith	US	03253	0	America/Detroit	44.13058	-84.60724	328			MI	035	30280	
5001696	Meridian	meridian	US	13113	0	America/Detroit	42.68976	-84.36358	273			MI	065	87440	
5001708	Merrill	merrill	US	48637	746	America/Detroit	43.40975	-84.32888	204			MI	145	41900	
5001716	Merriman	merriman	US	69218	0	America/Menominee	45.91745	-88.05569	358			MI	043	10220	
5001720	Merritt	merritt	US	28556	0	America/Detroit	44.32974	-84.94476	353			MI	113	12200	
5001742	Mesick	mesick	US	49668	398	America/Detroit	44.40528	-85.7134	281			MI	165	75940	
5001755	Metamora	metamora	US	43540	566	America/Detroit	42.94142	-83.28911	319			MI	087	53360	
5001769	Metz	metz	US	26585	0	America/Detroit	45.28973	-83.80138	253			MI	141	53440	
5001786	Miami Beach	miami-beach	US	33109	0	America/Detroit	45.4514	-84.55642	181			MI	031	43820	
5001797	Michigamme	michigamme	US	49861	271	America/Detroit	46.53466	-88.11013	497			MI	103	53540	
5001813	Michigan Center	michigan-center	US	49254	4672	America/Detroit	42.23309	-84.32718	288			MI	075	46980	
5001917	Middle Village	middle-village	US	11379	0	America/Detroit	45.55029	-85.1134	214			MI	047	30860	
5001921	Middleton	middleton	US	01949	0	America/Detroit	43.18337	-84.70889	226			MI	057	31080	
5001923	Middletown	middletown	US	02842	897	America/Detroit	42.98586	-84.14497	227			MI	155	12520	
5001924	Middleville	middleville	US	07855	3301	America/Detroit	42.71309	-85.46196	233			MI	015	79620	
5001929	Midland	midland	US	15059	42200	America/Detroit	43.61558	-84.24721	191	Midland,mydland,mydlnd  myshygan,Мидланд,ميدلاند,مڈلینڈ، مشی گن,میدلند، میشیگان	111	MI	111	53780	
5001934	Midland Park	midland-park	US	07432	0	America/Detroit	42.39087	-85.38556	272			MI	077	69820	
5001946	Mikado	mikado	US	48745	0	America/Detroit	44.59085	-83.42275	199			MI	001	53880	
5001962	Milan	milan	US	03588	5983	America/Detroit	42.08532	-83.68244	214	Farmers,Majlan,Milan,Tolaneville,mylan,mylan  myshygan,Мајлан,Милан,ميلان,میلان، میشیگان		MI	115	53920	
5001972	Milford	milford	US	01757	6472	America/Detroit	42.59364	-83.59939	294	Milford,Милфорд		MI	125	53980	
5002035	Miller	miller	US	57362	0	America/Detroit	42.5492	-82.6588	177			MI	147	16180	
5002037	Millbrook	millbrook	US	12545	0	America/Detroit	43.54864	-85.08558	289	Millbrook,Millbrool		MI	073	69300	
5002089	Millersburg	millersburg	US	17061	198	America/Detroit	45.33446	-84.06084	243			MI	141	13740	
5002090	Millersville	millersville	US	17551	0	America/Detroit	44.27667	-85.55978	425			MI	165	72380	
5002091	Millerton	millerton	US	12546	0	America/Detroit	44.03973	-86.05035	219			MI	105	73060	
5002100	Millington	millington	US	07946	1037	America/Detroit	43.28141	-83.52968	229			MI	157	54240	
5002120	Millville	millville	US	01529	0	America/Detroit	42.5292	-84.19107	293			MI	065	86900	
5002124	Milton	milton	US	02186	0	America/Detroit	42.6892	-82.82187	185			MI	099	15340	
5002142	Minden City	minden-city	US	48456	191	America/Detroit	43.67141	-82.77827	259			MI	151	54540	
5002197	Mio	mio	US	48647	1826	America/Detroit	44.65224	-84.12973	311	Majo,Мајо	135	MI	135	53120	
5002234	Mission	mission	US	57555	0	America/Detroit	46.44724	-84.59755	185			MI	033	06070	
5002302	Mohawk	mohawk	US	13407	0	America/Detroit	47.30381	-88.36483	315			MI	083	01520	
5002315	Moline	moline	US	49335	0	America/Detroit	42.7392	-85.66391	244			MI	005	22680	
5002344	Monroe	monroe	US	03771	20092	America/Detroit	41.91643	-83.39771	182	Monro,Monroe,Monroe (Michigan),Monroj,River Raisin Settlement,meonlo,mwnrw,mwnrw  myshygan,Монро,Монрой,مونرو,مونرو، میشیگان,먼로	115	MI	115	55020	
5002346	Monroe Center	monroe-center	US	61052	0	America/Detroit	44.61361	-85.69674	316			MI	055	34960	
5002367	Montague	montague	US	01351	2362	America/Detroit	43.41668	-86.35701	192			MI	121	55100	
5002387	Montgomery	montgomery	US	05470	338	America/Detroit	41.77727	-84.80412	320	Montgomeri,Монтгомери		MI	059	12780	
5002411	Montrose	montrose	US	10548	1587	America/Detroit	43.17669	-83.89274	205			MI	049	55280	
5002464	Moorestown	moorestown	US	08057	0	America/Detroit	44.46585	-85.00199	370			MI	113	59280	
5002468	Mooreville	mooreville	US	38857	0	America/Detroit	42.1031	-83.73327	220	Mooreville,York		MI	161	89100	
5002470	Moorland	moorland	US	50566	0	America/Detroit	43.22835	-85.98783	208			MI	121	55440	
5002485	Moran	moran	US	49760	0	America/Detroit	45.99418	-84.83089	215			MI	097	10360	
5002495	Morenci	morenci	US	49256	2187	America/Detroit	41.71949	-84.218	233			MI	091	55500	
5002503	Morgan	morgan	US	05853	0	America/Detroit	42.62254	-85.17639	248	Morgan,Sheridan		MI	015	13960	
5002523	Morley	morley	US	49336	496	America/Detroit	43.49086	-85.44393	274			MI	107	00500	
5002537	Morrice	morrice	US	48857	897	America/Detroit	42.83864	-84.1783	271			MI	155	63720	
5002584	Moscow	moscow	US	05662	0	America/Detroit	42.04949	-84.50995	335			MI	059	55640	
5002587	Moseley	moseley	US	23120	0	America/Detroit	43.02947	-85.35196	261			MI	081	34560	
5002591	Mosherville	mosherville	US	49258	0	America/Detroit	42.06032	-84.6594	314			MI	059	71980	
5002629	Mottville	mottville	US	13119	0	America/Detroit	41.79949	-85.75694	232			MI	149	55780	
5002656	Mount Clemens	mount-clemens	US	48043	16400	America/Detroit	42.59726	-82.87798	184	MTC,Maunt Klehmens,Maunt Klemens,Mt. Clemens,mawnt klymns,Маунт Клеменс,Маунт Клэменс,ماونت كليمنس,مونت‌کلمنز، میشیگان	099	MI	099	5002657	
5002699	Mount Morris	mount-morris	US	14510	2964	America/Detroit	43.11864	-83.69496	235	Mt. Morris		MI	049	55960	
5002713	Mount Pleasant	mount-pleasant	US	15666	0	America/Detroit	42.45725	-86.24725	198			MI	005	13700	
5002714	Mount Pleasant	mount-pleasant	US	15666	26060	America/Detroit	43.59781	-84.76751	235	MOP,Maunt Plezant,Maunt Plisant,Maunt-Plezant,mawnt blyzant,Маунт Плезант,Маунт Плисант,Маунт-Плезант,ماونت بليزانت,مونت‌پلیزانت، میشیگان	073	MI	073	56020	
5002731	Mount Vernon	mount-vernon	US	04352	0	America/Detroit	42.74198	-83.08688	254			MI	099	84120	
5003027	Mulberry	mulberry	US	33860	0	America/Detroit	41.74366	-83.88161	218			MI	091	60260	
5003038	Muir	muir	US	17957	605	America/Detroit	42.99587	-84.9425	199			MI	067	49920	
5003047	Mullett Lake	mullett-lake	US	49761	0	America/Detroit	45.56196	-84.52559	183	Mullet Lake,Mullett,Mullett Lake		MI	031	40820	
5003052	Mulliken	mulliken	US	48861	558	America/Detroit	42.76226	-84.89638	263			MI	045	70020	
5003060	Munger	munger	US	48747	0	America/Detroit	43.52197	-83.7733	181			MI	017	53220	
5003065	Munising	munising	US	49862	2288	America/Detroit	46.4112	-86.64926	187	Manising,Mjunising,mwnysyng  myshygan,mwnysyngh,Манисинг,Мјунисинг,مونيسينغ,مونیسینگ، میشیگان	003	MI	003	56200	
5003072	Munith	munith	US	49259	0	America/Detroit	42.39059	-84.25052	286			MI	075	84300	
5003082	Munson	munson	US	16860	0	America/Detroit	41.71144	-84.32911	254			MI	091	52820	
5003132	Muskegon	muskegon	US	49440	38401	America/Detroit	43.23418	-86.24839	188	MKG,Maskegon,Maskigon,maskgwn  myshygan,meoseukigeon,mskyghwn,mskygn  mshy gn,Маскегон,Маскигон,ماسکگون، میشیگان,مسكيغون,مسکیگن، مشی گن,머스키건	121	MI	121	56320	
5003201	Nadeau	nadeau	US	49863	0	America/Menominee	45.60886	-87.5529	252			MI	109	56440	
5003212	Nahma	nahma	US	49864	0	America/Detroit	45.84164	-86.66403	179			MI	041	56500	
5003222	Napier	napier	US	26631	0	America/Detroit	42.09365	-86.2803	230			MI	021	04840	
5003224	Napoleon	napoleon	US	43545	1258	America/Detroit	42.16059	-84.24606	293			MI	075	56640	
5003243	Nashville	nashville	US	27856	1633	America/Detroit	42.60281	-85.09305	250	Nashvill,Нашвилл		MI	015	13960	
5003248	National City	national-city	US	48748	0	America/Detroit	44.23419	-83.72332	206			MI	069	73180	
5003250	National Mine	national-mine	US	49865	0	America/Detroit	46.45855	-87.68152	427			MI	103	79780	
5003257	Naubinway	naubinway	US	49762	0	America/Detroit	46.0925	-85.4476	182			MI	097	31620	
5003288	Needmore	needmore	US	17238	0	America/Detroit	42.68337	-84.8561	275			MI	045	70020	
5003294	Negaunee	negaunee	US	49866	4582	America/Detroit	46.4991	-87.6118	418	Negauni,Negoni,ngwnh  myshygan,nyghawny,Негауни,Негони,نيغاوني,نگونه، میشیگان		MI	103	56860	
5003313	Nelson	nelson	US	03457	0	America/Detroit	43.33419	-84.22971	190			MI	145	30720	
5003369	New Baltimore	new-baltimore	US	12124	12354	America/Detroit	42.68114	-82.73686	179			MI	099	57100	
5003372	New Boston	new-boston	US	03070	0	America/Detroit	42.16254	-83.40299	194			MI	163	40040	
5003374	New Buffalo	new-buffalo	US	17069	1876	America/Detroit	41.79393	-86.74392	195	Buffalo,N'ju Buffalo,New Buffalo,Nju Bafalo,nyw bwfalw,nywbafalw  myshygan,Њу Бафало,Нью Буффало,نيو بوفالو,نیوبافالو، میشیگان		MI	021	57220	
5003379	New Era	new-era	US	49446	445	America/Detroit	43.55918	-86.34563	231			MI	127	72860	
5003383	New Haven	new-haven	US	05472	4694	America/Detroit	42.72948	-82.80131	191	N'ju-Khejven,Нью-Хейвен		MI	099	46900	
5003384	New Haven	new-haven	US	05472	5123	America/Detroit	43.09364	-84.15331	212			MI	155	57400	
5003390	New Holland	new-holland	US	17557	0	America/Detroit	42.85613	-86.07893	205			MI	139	38660	
5003395	New Hudson	new-hudson	US	48165	0	America/Detroit	42.51087	-83.61549	285			MI	125	49820	
5003401	New Lothrop	new-lothrop	US	48460	561	America/Detroit	43.11669	-83.96997	212			MI	155	37440	
5003404	New Richmond	new-richmond	US	24867	0	America/Detroit	42.64734	-86.10446	180			MI	005	50840	
5003408	New Salem	new-salem	US	01355	0	America/Detroit	42.75392	-85.80197	209			MI	005	71100	
5003414	New Troy	new-troy	US	49119	497	America/Detroit	41.87643	-86.54974	197			MI	021	85120	
5003419	Newark	newark	US	07101	0	America/Detroit	42.86003	-83.62523	284			MI	125	38720	
5003424	Newaygo	newaygo	US	49337	1957	America/Detroit	43.41974	-85.80005	211			MI	123	57080	
5003435	Newberry	newberry	US	29108	1455	America/Detroit	46.355	-85.50956	235	N'jubehrri,Newberry,Newburg,Njuberi,nywbyry,Њубери,Ньюбэрри,نيوبيري	095	MI	095	50440	
5003441	Newburg	newburg	US	17240	0	America/Detroit	42.04227	-83.96828	246			MI	091	16500	
5003442	Newburg	newburg	US	17240	0	America/Detroit	42.90892	-84.06913	256			MI	155	73520	
5003447	Newark	newark	US	07101	0	America/Detroit	43.24864	-84.70973	229			MI	057	57040	
5003457	Newland	newland	US	28657	0	America/Detroit	44.30139	-86.24342	219			MI	101	50740	
5003467	Newport	newport	US	02840	0	America/Detroit	42.00227	-83.30854	178			MI	115	07720	
5003495	Nicholson	nicholson	US	18446	0	America/Detroit	42.77698	-84.12385	274			MI	093	17920	
5003514	Niles	niles	US	44446	11333	America/Detroit	41.82977	-86.25418	209	NLE,Najls,Niles,nylz,nylz  myshygan,Найлс,Најлс,نيلز,نیلز، میشیگان		MI	021	57760	
5003543	Nisula	nisula	US	49952	0	America/Detroit	46.76493	-88.79458	318			MI	061	44220	
5003589	North Adams	north-adams	US	01247	472	America/Detroit	41.97088	-84.52578	363			MI	059	00300	
5003617	North Branch	north-branch	US	12766	1029	America/Detroit	43.22947	-83.19661	247			MI	087	58090	
5003778	North Lake	north-lake	US	53064	0	America/Detroit	46.49355	-87.72764	472			MI	103	41240	
5003888	North Star	north-star	US	45350	0	America/Detroit	43.24836	-84.54333	219			MI	057	58880	
5003931	Northfield	northfield	US	01360	0	America/Detroit	42.34393	-83.72633	296			MI	161		
5003940	Northport	northport	US	11768	531	America/Detroit	45.13139	-85.61675	185	Norsport,Nortport,nwrthbwrt,Норспорт,Нортпорт,نورثبورت		MI	089	46700	
5003956	Northville	northville	US	12134	6010	America/Detroit	42.43115	-83.48327	252	Nortvil,nwrthfyl,nwrthwyl  myshygan,Нортвил,نارتھویل، مشی گن,نورثفيل,نورثویل، میشیگان		MI	163	58980	
5003989	Northwood	northwood	US	03261	0	America/Detroit	42.33282	-85.58973	236			MI	077	42180	
5003998	Norton	norton	US	02766	0	America/Detroit	42.37615	-83.3141	192			MI	163	49000	
5004010	Norvell	norvell	US	49263	0	America/Detroit	42.15754	-84.18412	288			MI	075	59180	
5004014	Norwalk	norwalk	US	06850	0	America/Detroit	44.34167	-86.16231	224			MI	101	11160	
5004016	Norway	norway	US	04268	2798	America/Menominee	45.7869	-87.90374	291			MI	043	59220	
5004042	Norwood	norwood	US	02062	142	America/Detroit	45.21667	-85.38147	200			MI	029	59340	
5004048	Nottawa	nottawa	US	49075	0	America/Detroit	41.91894	-85.44887	256			MI	149	59400	
5004062	Novi	novi	US	48374	58723	America/Detroit	42.48059	-83.47549	277	Novaj,Novi,Novyj,nobai,nwfy,nwwy  myshygan,nwy  mshy gn,Новај,Нови,Новый,نوفي,نووی، میشیگان,نوی، مشی گن,ノバイ,노바이		MI	125	59440	
5004090	Nunica	nunica	US	49448	0	America/Detroit	43.07974	-86.06727	192			MI	139	18800	
5004135	Oak	oak	US	68964	0	America/Detroit	42.38031	-83.23437	189			MI	163	22000	
5004140	Oak Grove	oak-grove	US	42262	0	America/Detroit	42.70031	-83.9319	262			MI	093	16920	
5004141	Oak Grove	oak-grove	US	42262	0	America/Detroit	42.62031	-83.2391	269			MI	125	04105	
5004142	Oak Grove	oak-grove	US	42262	0	America/Detroit	44.97251	-84.68253	393			MI	137	04780	
5004169	Oak Hill	oak-hill	US	12460	569	America/Detroit	44.22445	-86.30397	200			MI	101	28040	
5004184	Oak Park	oak-park	US	48237	0	America/Detroit	42.35837	-85.25694	253			MI	025	06720	
5004188	Oak Park	oak-park	US	48237	29752	America/Detroit	42.45948	-83.18271	203	Oak Park,Ouk Park,Ouk-Park,awk bark,awk park  mshy gn,Оак Парк,Оук Парк,Оук-Парк,أوك بارك,اوک پارک، مشی گن,اوک‌پارک، میشیگان		MI	125	59920	
5004196	Oak Ridge	oak-ridge	US	07438	0	America/Detroit	46.28863	-84.21003	180	Oak Ridge,Oak Ridge Park		MI	033	74620	
5004214	Oakhurst	oakhurst	US	07755	0	America/Detroit	43.63974	-83.60608	178			MI	157	88080	
5004242	Oakley	oakley	US	48649	278	America/Detroit	43.13975	-84.16803	208			MI	145	09940	
5004257	Oakville	oakville	US	06779	0	America/Detroit	42.08143	-83.58077	202			MI	115	49180	
5004260	Oakwood	oakwood	US	24631	0	America/Detroit	42.86753	-83.33661	335			MI	125	10040	
5004261	Oakwood	oakwood	US	24631	0	America/Detroit	41.79561	-85.55193	251			MI	149	86940	
5004287	Oakwood	oakwood	US	24631	0	America/Detroit	42.25643	-85.62001	274	Oakwood,Oakwood Heights		MI	077	42160	
5004288	Oberlin	oberlin	US	44074	0	America/Detroit	44.07446	-84.50613	273			MI	051	70500	
5004318	Ogden	ogden	US	50212	0	America/Detroit	41.81783	-83.97994	216			MI	091	60260	
5004352	Oil City	oil-city	US	16301	0	America/Detroit	43.61086	-84.58834	213			MI	111	34860	
5004359	Okemos	okemos	US	48805	21369	America/Detroit	42.72226	-84.42747	256			MI	065	53140	
5004410	Old Mission	old-mission	US	49673	0	America/Detroit	44.96222	-85.48536	179			MI	055	63340	
5004454	Olivet	olivet	US	49076	1610	America/Detroit	42.44143	-84.92415	289			MI	045	60580	
5004479	Omena	omena	US	49674	267	America/Detroit	45.05556	-85.58897	184			MI	089	46700	
5004486	Omer	omer	US	48749	299	America/Detroit	44.04752	-83.85443	186			MI	011	60660	
5004490	Onaway	onaway	US	49765	841	America/Detroit	45.35751	-84.2239	259			MI	141	60680	
5004497	Onekama	onekama	US	49675	406	America/Detroit	44.36361	-86.20509	181			MI	101	60760	
5004514	Onondaga	onondaga	US	49264	0	America/Detroit	42.4442	-84.5622	274			MI	065	60800	
5004518	Onsted	onsted	US	49265	904	America/Detroit	42.00616	-84.18994	301			MI	091	12720	
5004520	Ontonagon	ontonagon	US	49953	1324	America/Detroit	46.87105	-89.31403	188	Odoonaaganing,Ontonagon,awntwnaghwn,Онтонагон,أونتوناغون	131	MI	131	60880	
5004536	Orangeville	orangeville	US	17859	0	America/Detroit	42.55281	-85.51918	236			MI	015	60980	
5004556	Orchard Park	orchard-park	US	14127	0	America/Detroit	42.34087	-85.18555	265			MI	025	05920	
5004576	Orleans	orleans	US	02653	0	America/Detroit	43.06864	-85.13501	262	Orleans,Palmer		MI	067	61160	
5004583	Orr	orr	US	55771	0	America/Detroit	43.3803	-84.17026	185			MI	145	77660	
5004593	Ortonville	ortonville	US	48462	1463	America/Detroit	42.85225	-83.443	287			MI	125	10040	
5004610	Osceola	osceola	US	16942	0	America/Detroit	47.23131	-88.45373	373			MI	061	12600	
5004615	Oscoda	oscoda	US	48750	903	America/Detroit	44.42029	-83.3308	180	OSC		MI	069	61340	
5004631	Oshtemo	oshtemo	US	49077	0	America/Detroit	42.25893	-85.67751	295			MI	077	61400	
5004643	Osseo	osseo	US	49266	0	America/Detroit	41.88588	-84.54412	337			MI	059	41620	
5004644	Ossineke	ossineke	US	49766	938	America/Detroit	44.90223	-83.44247	199			MI	007	71240	
5004656	Otisville	otisville	US	10963	825	America/Detroit	43.16614	-83.5244	248			MI	049	29420	
5004658	Otsego	otsego	US	49078	3991	America/Detroit	42.46059	-85.69641	216			MI	005	61620	
5004675	Ottawa	ottawa	US	25149	0	America/Detroit	41.76727	-83.52132	183			MI	115	26320	
5004712	Otter Lake	otter-lake	US	48464	388	America/Detroit	43.21336	-83.4544	265			MI	087	51420	
5004776	Ovid	ovid	US	14521	1612	America/Detroit	43.00586	-84.37164	223			MI	037	61880	
5004782	Owendale	owendale	US	48754	232	America/Detroit	43.72918	-83.26801	195			MI	063	10940	
5004792	Owosso	owosso	US	48867	14699	America/Detroit	42.9978	-84.17664	222	Ovoso,Ovosso,awsw,awsw  myshygan,Овосо,Овоссо,أوسو,اوسو، میشیگان		MI	155	61940	
5004801	Oxbow	oxbow	US	04764	0	America/Detroit	42.6678	-86.20365	181			MI	005		
5004802	Oxbow	oxbow	US	04764	0	America/Detroit	42.02171	-86.38696	195			MI	021	74440	
5004803	Oxbow	oxbow	US	04764	0	America/Detroit	43.48252	-85.62282	255			MI	123	08280	
5004804	Oxbow	oxbow	US	04764	0	America/Detroit	42.64059	-83.473	288			MI	125	86860	
5004817	Oxford	oxford	US	01540	3534	America/Detroit	42.82475	-83.26466	322	Oksford,awksfwrd,Оксфорд,آکسفورڈ، مشی گن,أوكسفورد		MI	125	62040	
5004833	Ozark	ozark	US	36360	0	America/Detroit	46.14196	-84.96562	259			MI	097	55480	
5004859	Painesdale	painesdale	US	49955	0	America/Detroit	47.04326	-88.67235	396			MI	061	00320	
5004877	Palestine	palestine	US	26160	0	America/Menominee	45.40553	-87.53345	215			MI	109	76400	
5004878	Palisades Park	palisades-park	US	07650	0	America/Detroit	42.31253	-86.32114	177			MI	159		
5004881	Palmer	palmer	US	01069	418	America/Detroit	46.44077	-87.59319	397			MI	103	68420	
5004883	Palatka	palatka	US	32177	0	America/Menominee	46.04968	-88.62402	446			MI	071	76080	
5004907	Palms	palms	US	48465	0	America/Detroit	43.61363	-82.76827	250			MI	151	54540	
5004913	Palmyra	palmyra	US	04965	0	America/Detroit	41.85977	-83.93578	215			MI	091	62240	
5004915	Palo	palo	US	48870	0	America/Detroit	43.11253	-84.98556	241			MI	067	69440	
5004921	Panola	panola	US	35477	0	America/Menominee	46.0494	-88.32875	412			MI	071	52300	
5004948	Paradise	paradise	US	17562	0	America/Detroit	46.62752	-85.03759	190			MI	033	86700	
5004966	Paris	paris	US	04271	0	America/Detroit	43.77335	-85.50255	283			MI	107	34760	
5004985	Parkdale	parkdale	US	71661	704	America/Detroit	44.2675	-86.30286	183			MI	101	50740	
5005025	Parkville	parkville	US	21234	0	America/Detroit	42.01588	-85.54777	253			MI	149	62480	
5005034	Parma	parma	US	49269	760	America/Detroit	42.25837	-84.59969	305	Parma,Парма		MI	075	71500	
5005042	Parnell	parnell	US	52325	0	America/Detroit	43.04336	-85.41141	254			MI	081	34560	
5005045	Parmelee	parmelee	US	57566	0	America/Detroit	42.75448	-85.47418	236			MI	015	79620	
5005112	Paulding	paulding	US	39348	0	America/Detroit	46.40133	-89.17986	414			MI	131	35960	
5005121	Pavilion	pavilion	US	14525	0	America/Detroit	42.17227	-85.45916	264	Pavilion,Pavillion		MI	077	62960	
5005126	Paw Paw	paw-paw	US	25434	3455	America/Detroit	42.21782	-85.89112	223	Lafayette,Paw Paw	159	MI	159	63000	
5005135	Paxton	paxton	US	01612	0	America/Detroit	45.05446	-83.61415	209			MI	007	87680	
5005143	Paynesville	paynesville	US	24873	0	America/Detroit	46.52355	-89.11653	385			MI	131	76180	
5005176	Pearl	pearl	US	39208	0	America/Detroit	42.54197	-86.09281	199			MI	005	16720	
5005232	Peck	peck	US	48466	613	America/Detroit	43.25864	-82.81743	240			MI	151	25280	
5005239	Pelkie	pelkie	US	49958	0	America/Detroit	46.81327	-88.63652	202			MI	013	05340	
5005247	Pellston	pellston	US	49769	829	America/Detroit	45.5528	-84.7854	213	PLN		MI	047	50340	
5005283	Penn	penn	US	15675	0	America/Detroit	41.94699	-85.93584	275			MI	027	63380	
5006058	Plymouth	plymouth	US	02360	0	America/Menominee	46.46467	-89.97961	494			MI	053	82780	
5005318	Pentwater	pentwater	US	49449	845	America/Detroit	43.78167	-86.43314	183	Pent Water,Pentwater		MI	127	63560	
5005384	Perkins	perkins	US	30822	0	America/Detroit	45.97774	-87.07181	239			MI	041	04900	
5005398	Perrinton	perrinton	US	48871	399	America/Detroit	43.18281	-84.67917	224			MI	057	31080	
5005400	Perronville	perronville	US	49873	0	America/Menominee	45.79858	-87.35319	247			MI	109	36760	
5005401	Perry	perry	US	04667	2100	America/Detroit	42.82642	-84.21941	271			MI	155	63700	
5005450	Petersburg	petersburg	US	12138	1131	America/Detroit	41.90116	-83.71494	206	Peterburg,Петербург		MI	115	63800	
5005484	Petoskey	petoskey	US	49770	5719	America/Detroit	45.37334	-84.95533	203	Pehtoskej,Petoski,bytwsky,pei tuo si ji,ptwsky  myshygan,Петоски,Петоскі,Пэтоскей,بيتوسكي,پتوسکی، میشیگان,佩托斯基	047	MI	047	63820	
5005507	Pewamo	pewamo	US	48873	476	America/Detroit	43.00114	-84.84694	224			MI	067	49920	
5005515	Phelps	phelps	US	14532	0	America/Detroit	43.91502	-84.92364	333			MI	035	47620	
5005519	Phelps	phelps	US	14532	0	America/Detroit	45.22084	-85.26118	225			MI	029	51620	
5005532	Phillipsville	phillipsville	US	95559	0	America/Detroit	47.27965	-88.41345	329			MI	061	12600	
5005535	Phoenix	phoenix	US	13135	0	America/Detroit	47.38881	-88.27761	282			MI	083	39380	
5005585	Pickford	pickford	US	49774	0	America/Detroit	46.1578	-84.36365	184			MI	097	51880	
5005630	Pierson	pierson	US	32180	173	America/Detroit	43.31975	-85.49781	277			MI	117	64040	
5005642	Pigeon	pigeon	US	48755	1166	America/Detroit	43.83002	-83.26996	190			MI	063	87960	
5005681	Pilgrim	pilgrim	US	41250	11	America/Detroit	44.665	-86.24593	188			MI	019	19180	
5005682	Pilgrim	pilgrim	US	41250	0	America/Detroit	47.09965	-88.51707	194			MI	061	65540	
5005703	Pinckney	pinckney	US	48169	2436	America/Detroit	42.457	-83.94791	275			MI	093	66540	
5005706	Pinconning	pinconning	US	48650	1271	America/Detroit	43.85363	-83.96499	182			MI	017	64160	
5005739	Pine Grove	pine-grove	US	17963	0	America/Detroit	42.35392	-85.8628	240			MI	159	64280	
5005815	Pine Ridge	pine-ridge	US	41360	0	America/Detroit	45.73858	-87.17347	209			MI	041	85240	
5005816	Pine Ridge	pine-ridge	US	41360	0	America/Detroit	42.03477	-85.63555	259			MI	149	62480	
5005819	Pine River	pine-river	US	54965	0	America/Detroit	43.98335	-83.8886	183			MI	011	76140	
5005864	Piney Woods	piney-woods	US	39148	0	America/Detroit	44.07335	-84.80836	365			MI	035	37340	
5005882	Pioneer	pioneer	US	37847	0	America/Detroit	44.46751	-85.15588	405			MI	113	64460	
5005927	Pittsburg	pittsburg	US	03592	0	America/Detroit	42.89253	-84.22191	261			MI	155	07280	
5005928	Pittsfield	pittsfield	US	01201	0	America/Detroit	42.21032	-83.72411	254			MI	161	64560	
5005932	Pittsford	pittsford	US	05763	0	America/Detroit	41.86227	-84.47689	332			MI	059	41620	
5005937	Plainfield	plainfield	US	01070	0	America/Detroit	42.49698	-84.10746	291			MI	093	81240	
5005943	Plains	plains	US	31780	0	America/Detroit	46.3255	-87.40486	354	Plains,Plains Crossing		MI	103	29720	
5005954	Plainwell	plainwell	US	49080	3822	America/Detroit	42.44004	-85.6489	222	Plehjnvehll,Plejnvel,blynwyl,plynwl  myshygan,Плејнвел,Плэйнвэлл,بلينويل,پلینول، میشیگان		MI	005	64740	
5005990	Pleasant Lake	pleasant-lake	US	46779	0	America/Detroit	42.38004	-84.34913	291	Pleasant Lake,Spring Lake		MI	075	37700	
5006011	Pleasant Ridge	pleasant-ridge	US	48069	2556	America/Detroit	42.47115	-83.14215	197			MI	125	64900	
5006014	Pleasant Valley	pleasant-valley	US	12569	0	America/Detroit	45.05778	-85.16034	193			MI	009	24640	
5006015	Pleasant Valley	pleasant-valley	US	12569	0	America/Detroit	43.50975	-84.58806	213			MI	111	41560	
5006021	Pleasant View	pleasant-view	US	37146	0	America/Detroit	45.50723	-84.9145	226			MI	047	64960	
5006033	Pleasanton	pleasanton	US	66075	0	America/Detroit	44.47361	-86.12092	270			MI	101	64860	
5006059	Plymouth	plymouth	US	02360	8905	America/Detroit	42.37143	-83.47021	221	Plimut,Plymouth,Plymouth Corners,blaymwth,playmawt  mshy gn,plymwth  myshygan,Плимут,بلايموث,پلایماؤت، مشی گن,پلیموث، میشیگان		MI	163	65060	
5006108	Pointe Aux Pins	pointe-aux-pins	US	49775	0	America/Detroit	45.73251	-84.47781	180			MI	097	09500	
5006145	Pollok	pollok	US	75969	0	America/Detroit	42.61504	-84.33914	283			MI	065	86520	
5006149	Pomeroy	pomeroy	US	19367	0	America/Detroit	42.19366	-85.48222	264			MI	077	62960	
5006154	Pomona	pomona	US	08240	0	America/Detroit	44.47084	-85.8798	265			MI	101	16380	
5006155	Pompeii	pompeii	US	48874	0	America/Detroit	43.18392	-84.60083	218			MI	057	31080	
5006166	Pontiac	pontiac	US	48340	59917	America/Detroit	42.63892	-83.29105	281	PTK,Pontiac,Pontiak,Pontijak,bwntyak,pang di ya ke,pontiaeg,pontiakku,pwntyak  myshygan,Понтиак,Понтијак,Понтіак,بونتياك,پونتیاک، میشیگان,پونٹیئک، مشی گن,ポンティアック,庞蒂亚克,폰티액	125	MI	125	65440	
5006221	Port Austin	port-austin	US	48467	642	America/Detroit	44.04613	-82.99411	182			MI	063	65700	
5006232	Port Hope	port-hope	US	48468	257	America/Detroit	43.94084	-82.71271	186			MI	063	70140	
5006233	Port Huron	port-huron	US	48060	29330	America/Detroit	42.97086	-82.42491	184	Desmond,PHN,Port Huron,Port Khjuron,Port-Guron,bwrt hwrwn,potohyuron,pwrt harwn  myshygan,Порт Хюрон,Порт Хјурон,Порт-Гурон,بورت هورون,پورت هارون، میشیگان,ポートヒューロン	147	MI	147	65820	
5006244	Port Sanilac	port-sanilac	US	48469	604	America/Detroit	43.43086	-82.54242	186			MI	151	71580	
5006250	Portage	portage	US	04768	48177	America/Detroit	42.20115	-85.58	268	Portehjdzh,Portidz,bwrtagh,pwrtyj  myshygan,Портиџ,Портэйдж,بورتاغ,پورتیج، میشیگان,پورٹیج، مشی گن		MI	077	65560	
5006285	Porter	porter	US	04068	0	America/Detroit	43.51864	-84.46639	206			MI	111	65740	
5006314	Portland	portland	US	04101	3923	America/Detroit	42.8692	-84.90305	221	Portlend,Портленд		MI	067	65860	
5006322	Posen	posen	US	49776	225	America/Detroit	45.26196	-83.69888	243			MI	141	66020	
5006330	Poseyville	poseyville	US	47633	0	America/Detroit	43.53975	-84.24943	195			MI	111	40620	
5006376	Potterville	potterville	US	48876	2618	America/Detroit	42.6292	-84.73887	274			MI	045	66100	
5006404	Powers	powers	US	49874	418	America/Menominee	45.68997	-87.52596	267			MI	109	75350	
5006430	Prairieville	prairieville	US	70769	0	America/Detroit	42.50476	-85.45501	299			MI	015	66260	
5006442	Prattville	prattville	US	36066	0	America/Detroit	41.78227	-84.39967	285			MI	059	88780	
5006460	Prescott	prescott	US	48756	257	America/Detroit	44.19196	-83.93082	243	Prescott,Prescott's Camp Six		MI	129	68320	
5006466	Presque Isle	presque-isle	US	04769	0	America/Detroit	45.30418	-83.47692	189			MI	141	66340	
5006498	Price	price	US	21656	0	America/Detroit	42.92892	-84.48359	247			MI	037	82320	
5006522	Princeton	princeton	US	01541	0	America/Detroit	46.28883	-87.47514	377			MI	103	29720	
5006563	Prosper	prosper	US	75078	0	America/Detroit	44.24279	-85.03309	365			MI	113	15900	
5006566	Prudenville	prudenville	US	48651	1682	America/Detroit	44.29835	-84.65197	349			MI	143	21640	
5006573	Pulaski	pulaski	US	13142	0	America/Detroit	42.11504	-84.64246	331			MI	075	66440	
5006581	Pullman	pullman	US	26421	0	America/Detroit	42.48364	-86.09142	198			MI	005	46600	
5006619	Quakertown	quakertown	US	08868	0	America/Detroit	42.48615	-83.37771	259			MI	125	27440	
5006647	Quincy	quincy	US	02169	1640	America/Detroit	41.94421	-84.88385	310	Kuinsi,Куинси		MI	023	66660	
5006658	Quinnesec	quinnesec	US	49876	1191	America/Menominee	45.80635	-87.98846	317			MI	043	10220	
5006727	Ralph	ralph	US	35480	0	America/Menominee	46.10856	-87.78374	347			MI	043	85520	
5006732	Ramona	ramona	US	57054	0	America/Detroit	43.60418	-85.802	288			MI	123	47700	
5006736	Ramsay	ramsay	US	49959	0	America/Menominee	46.47023	-89.99656	447			MI	053	07980	
5006761	Rankin	rankin	US	60960	0	America/Detroit	42.91447	-83.75051	253			MI	049	56160	
5006767	Ransom	ransom	US	18653	0	America/Detroit	41.77533	-84.53412	305			MI	059	67120	
5006776	Rapid City	rapid-city	US	49676	1352	America/Detroit	44.83445	-85.28256	192			MI	079	16340	
5006780	Rapid River	rapid-river	US	49878	0	America/Detroit	45.92691	-86.96708	181			MI	041	52220	
5006818	Ravenna	ravenna	US	40472	1213	America/Detroit	43.18947	-85.93699	205	Ravema,Ravenna		MI	121	67300	
5006827	Ray	ray	US	45672	0	America/Detroit	41.75977	-84.8719	329			MI	023		
5006848	Reading	reading	US	01867	1056	America/Detroit	41.83949	-84.74801	363	Reding,Рединг		MI	059	67500	
5006890	Red Oak	red-oak	US	23964	0	America/Detroit	44.70974	-84.29224	356			MI	135	35200	
5006917	Redford	redford	US	12978	49936	America/Detroit	42.38337	-83.2966	191	Redford,Редфорд		MI	163	67625	
5006941	Redstone	redstone	US	59257	0	America/Detroit	43.48142	-84.46889	211			MI	111	65740	
5006946	Reed City	reed-city	US	49677	2390	America/Detroit	43.87502	-85.51005	316	RCT,Rid Siti,ryd syty,ryd syty  myshygan,Рид Сити,ريد سيتي,رید سیتی، میشیگان	133	MI	133	67820	
5006969	Reese	reese	US	48757	1408	America/Detroit	43.45058	-83.69635	192			MI	157	21600	
5007001	Remus	remus	US	49340	0	America/Detroit	43.5967	-85.14475	313			MI	107	86560	
5007005	Reno	reno	US	16343	0	America/Detroit	43.07502	-85.83865	217			MI	139	88820	
5007015	Republic	republic	US	15475	570	America/Detroit	46.40661	-87.97569	464			MI	103	68000	
5007050	Rhodes	rhodes	US	48652	0	America/Detroit	43.90169	-84.17611	223			MI	051	07360	
5007115	Richland	richland	US	08350	786	America/Detroit	42.37615	-85.45501	284	Richlend,Ричленд		MI	077	68260	
5007139	Richmondville	richmondville	US	12149	0	America/Detroit	43.57335	-82.59354	185			MI	151	29500	
5007141	Richmond	richmond	US	01254	5864	America/Detroit	42.8092	-82.75576	223	Richmond,ryshmwnd  myshygan,rytshmwnd,Ричмонд,ريتشموند,ریشموند، میشیگان		MI	099	68380	
5007143	Richville	richville	US	13681	0	America/Detroit	43.40919	-83.67718	195	Frankenhilf,Richville		MI	157	21600	
5007161	Ridgeville	ridgeville	US	29472	0	America/Detroit	41.75727	-84.02161	223			MI	091	27020	
5007162	Ridgeway	ridgeway	US	24148	0	America/Detroit	41.99393	-83.86272	225			MI	091	68540	
5007183	Riga	riga	US	49276	0	America/Detroit	41.80922	-83.82494	212			MI	091	68580	
5007193	Riley	riley	US	47871	0	America/Detroit	42.91503	-84.68054	229			MI	037	68600	
5007217	Ripley	ripley	US	14775	0	America/Detroit	47.12659	-88.55373	189			MI	061	30300	
5007247	River Rouge	river-rouge	US	48218	7546	America/Detroit	42.27337	-83.13437	178			MI	163	68760	
5007258	Riverdale	riverdale	US	07457	0	America/Detroit	43.38559	-84.83557	242			MI	057	72580	
5007264	Riverside	riverside	US	02915	0	America/Detroit	42.18337	-86.3828	196			MI	021	35860	
5007265	Riverside	riverside	US	02915	0	America/Detroit	42.55892	-82.63019	177			MI	147	16180	
5007322	Riverview	riverview	US	33568	0	America/Detroit	43.44808	-85.65255	226			MI	123	18980	
5007907	Ryan	ryan	US	52330	0	America/Detroit	43.47364	-84.36944	207			MI	145	41900	
5007323	Riverview	riverview	US	33568	12181	America/Detroit	42.17421	-83.17937	183	Rivehvju,Rivervju,ryfrfyw,rywrwyw  myshygan,Ривервју,Ривэвю,ريفرفيو,ریورویو، میشیگان		MI	163	68880	
5007331	Rives Junction	rives-junction	US	49277	0	America/Detroit	42.38587	-84.46163	283			MI	075	68920	
5007353	Robbins	robbins	US	27325	0	America/Detroit	46.38189	-89.2257	401			MI	131	35960	
5007370	Robinson	robinson	US	15949	0	America/Detroit	42.98669	-86.08421	191			MI	139	69000	
5007400	Rochester	rochester	US	02770	12993	America/Detroit	42.68059	-83.13382	229	Rochester,rochesuta,rwchstr  myshygan,rwtshstr,Рочестер,روتشستر,روچستر، میشیگان,روچیسٹر، مشی گن,ロチェスター		MI	125	69020	
5007407	Rock	rock	US	24747	0	America/Detroit	46.06884	-87.16597	295			MI	041	51260	
5007424	Rock River	rock-river	US	82083	0	America/Detroit	46.46522	-86.91434	187			MI	003	60820	
5007436	Rockford	rockford	US	35136	6134	America/Detroit	43.12003	-85.56003	214			MI	081	69080	
5007440	Rockland	rockland	US	02370	0	America/Detroit	46.738	-89.17959	358			MI	131	69140	
5007443	Rockport	rockport	US	01966	0	America/Detroit	45.2039	-83.38553	187			MI	007	01760	
5007451	Rockwood	rockwood	US	04478	3199	America/Detroit	42.07088	-83.2466	179			MI	163	69180	
5007467	Rodney	rodney	US	49342	0	America/Detroit	43.67364	-85.32837	328			MI	107	17160	
5007477	Rogers City	rogers-city	US	49779	2712	America/Detroit	45.4214	-83.81833	182	Rodzers Siti,Rodzhehrs Siti,rwjrz syty,rwjrz syty  myshygan,Роджэрс Сити,Роџерс Сити,روجرز سيتي,روجرز سیتی، میشیگان	141	MI	141	69260	
5007493	Rogersville	rogersville	US	15359	0	America/Detroit	43.1228	-83.5769	230			MI	049	68180	
5007525	Romeo	romeo	US	48065	3625	America/Detroit	42.80281	-83.01299	247			MI	099	11300	
5007531	Romulus	romulus	US	14541	23417	America/Detroit	42.22226	-83.3966	201	Romul,Romulus,rwmalws  myshygan,rwmwlws,Ромул,Ромулус,رومالوس، میشیگان,رومولوس		MI	163	69420	
5007540	Roosevelt	roosevelt	US	08555	0	America/Detroit	43.34919	-84.19026	187			MI	145	30720	
5007585	Roscommon	roscommon	US	48653	1061	America/Detroit	44.49835	-84.59197	346	Roskommon,Roskomon,rwskwmwn,Роскоммон,Роскомон,روسكومون	143	MI	143	38020	
5007595	Rose City	rose-city	US	48654	633	America/Detroit	44.42141	-84.11667	292			MI	129	69680	
5007627	Roseburg	roseburg	US	97470	0	America/Detroit	43.19003	-82.74382	233			MI	151	30740	
5007630	Rosebush	rosebush	US	48878	366	America/Detroit	43.6992	-84.76779	238			MI	073	41160	
5007637	Rosedale	rosedale	US	11422	0	America/Detroit	46.37613	-84.32198	194			MI	033	11280	
5007652	Rosemary Beach	rosemary-beach	US	32461	0	America/Detroit	41.98199	-86.56363	196			MI	021	44260	
5007655	Roseville	roseville	US	43777	47637	America/Detroit	42.49726	-82.93714	187	Rousvill,Rouzvil,Rozvell,lojeubil,rwzfyl,rwzwyl  mshy gn,rzwyl  myshygan,Розвелл,Роузвил,Роусвилл,رزویل، میشیگان,روزفيل,روزویل، مشی گن,로즈빌		MI	099	69800	
5007689	Rothbury	rothbury	US	49452	424	America/Detroit	43.50723	-86.34757	210			MI	127	34400	
5007783	Rousseau	rousseau	US	41366	0	America/Detroit	46.70938	-88.96986	338	Rosseau,Rousseau		MI	131	09460	
5007804	Royal Oak	royal-oak	US	21662	59008	America/Detroit	42.48948	-83.14465	202	Rojal Ouk,loyeol-okeu,rayl awk  mshy gn,roiyaruoku,rwyal awk,rwyal awk  myshygan,Ројал Оук,رائل اوک، مشی گن,رويال أوك,رویال اوک، میشیگان,ロイヤルオーク,로열오크		MI	125	70040	
5007817	Ruby	ruby	US	12475	0	America/Detroit	43.04225	-82.60742	213			MI	147	16760	
5007828	Rudyard	rudyard	US	49780	0	America/Detroit	46.23252	-84.60033	209			MI	033	70220	
5007839	Rumely	rumely	US	49826	0	America/Detroit	46.34828	-87.0332	322	Rumely,Rumley		MI	003	69160	
5007870	Rusk	rusk	US	75785	0	America/Detroit	42.95752	-86.01254	194			MI	139	01360	
5007883	Russellville	russellville	US	29476	0	America/Detroit	43.09169	-83.55829	225	Russellville,Russelville		MI	049	68180	
5007896	Ruth	ruth	US	39662	0	America/Detroit	43.71529	-82.74021	231			MI	063	73160	
5007989	Saginaw	saginaw	US	35137	49347	America/Detroit	43.41947	-83.95081	177	Fort Saginaw,MBS,Saginav,Saginava,Saginaw,Sagino,Saguno,saegino,saghynaw,sagino,sgynw  mshy gn,sgynw  myshygan,Сагинав,Сагино,Сагъно,ساغيناو,سگینؤ، مشی گن,سگینو، میشیگان,サギノー,새기노	145	MI	145	70520	
5008005	Sagola	sagola	US	49881	0	America/Menominee	46.09023	-88.07763	435			MI	043	70600	
5008052	Saint Anthony	saint-anthony	US	47575	0	America/Detroit	41.79921	-83.65577	208			MI	115	86740	
5008102	Saint Charles	saint-charles	US	24282	2054	America/Detroit	43.29697	-84.14053	182	Sent-Charl'z,Сент-Чарльз		MI	145		
5008164	Saint Elmo	saint-elmo	US	36568	0	America/Detroit	43.58364	-84.47	201			MI	111	46640	
5008207	Saint Helen	saint-helen	US	48656	2668	America/Detroit	44.36363	-84.41029	363			MI	143	68200	
5008224	Saint Ignace	saint-ignace	US	49781	2452	America/Detroit	45.86614	-84.72751	179		097	MI	097	70840	
5008236	Saint James	saint-james	US	11780	205	America/Detroit	45.75111	-85.51564	184			MI	029	70920	
5008278	Saint Johns	saint-johns	US	18247	7865	America/Detroit	43.00114	-84.55915	242	Saint John's,Saint Johns,Saint Johns Village,St. Johns	037	MI	037	70940	
5008327	Saint Joseph	saint-joseph	US	38481	8365	America/Detroit	42.10976	-86.48002	193	Sent-Dzhozef,Сент-Джозеф	021	MI	021	70960	
5008414	Saint Louis	saint-louis	US	48880	7482	America/Detroit	43.40836	-84.60667	223	Sent-Luis,Сент-Луис		MI	057	71000	
5008746	Salem	salem	US	01970	0	America/Detroit	42.40615	-83.57994	285	Sejlem,Сейлем		MI	161	71130	
5008768	Saline	saline	US	48176	9100	America/Detroit	42.16671	-83.78161	250	Salin,Sehlajn,salyn,salyn  myshygan,Салин,Сэлайн,سالين,سالین، میشیگان		MI	161	71140	
5008772	Salisbury	salisbury	US	01952	0	America/Detroit	46.47494	-87.67708	439			MI	103	41220	
5008805	Samaria	samaria	US	48177	0	America/Detroit	41.8081	-83.57827	196			MI	115	06740	
5008837	Sand Creek	sand-creek	US	49279	0	America/Detroit	41.82588	-84.10161	237			MI	091	50540	
5008861	Sand Lake	sand-lake	US	12153	1412	America/Detroit	44.31918	-83.6847	241			MI	069	34280	
5008863	Sand Lake	sand-lake	US	12153	521	America/Detroit	43.29197	-85.51781	279			MI	081	56920	
5008909	Sandstone	sandstone	US	25985	0	America/Detroit	42.25198	-84.51774	296			MI	075	71500	
5008920	Sandusky	sandusky	US	14133	2596	America/Detroit	43.4203	-82.82966	235		151	MI	151	71540	
5008936	Sanford	sanford	US	04073	849	America/Detroit	43.67281	-84.38055	191			MI	111	41760	
5008967	Santiago	santiago	US	55377	0	America/Detroit	44.1128	-83.70054	183			MI	011	80840	
5008971	Saranac	saranac	US	12981	1333	America/Detroit	42.92948	-85.21307	197			MI	067	09680	
5008991	Saugatuck	saugatuck	US	49453	964	America/Detroit	42.65502	-86.20198	181	Saugatuk,Sogatak,sawghatwk,swgatak  myshygan,Саугатук,Согатак,ساوغاتوك,سوگاتاک، میشیگان		MI	005	71700	
5009038	Sawyer	sawyer	US	49125	0	America/Detroit	41.88532	-86.58947	201			MI	021	15480	
5009185	Schoolcraft	schoolcraft	US	49087	1566	America/Detroit	42.11421	-85.63778	268			MI	077	71880	
5009232	Scio	scio	US	14880	0	America/Detroit	42.32559	-83.83939	266			MI	161	71940	
5009273	Scotts	scotts	US	28699	0	America/Detroit	42.19588	-85.41305	279			MI	077	62960	
5009277	Scottville	scottville	US	28672	1213	America/Detroit	43.95473	-86.28008	209			MI	105	72080	
5009287	Scottdale	scottdale	US	15683	0	America/Detroit	42.04199	-86.4353	199			MI	021	70100	
5009303	Sears	sears	US	49679	0	America/Detroit	43.89835	-85.18476	318			MI	133	61080	
5009317	Sebewaing	sebewaing	US	48759	1692	America/Detroit	43.73224	-83.45107	179			MI	063	72200	
5009386	Selkirk	selkirk	US	12158	0	America/Detroit	44.31307	-84.06722	265			MI	129	15740	
5009393	Selma	selma	US	24474	0	America/Detroit	46.36216	-87.18209	327			MI	103	74110	
5009400	Seneca	seneca	US	16346	0	America/Detroit	47.31381	-88.36178	311			MI	083	01520	
5009401	Seneca	seneca	US	16346	0	America/Detroit	41.78755	-84.17661	242			MI	091	72440	
5009418	Seney	seney	US	49883	0	America/Detroit	46.34554	-85.94542	224			MI	153	72500	
5009471	Shabbona	shabbona	US	60550	0	America/Detroit	43.53141	-83.05411	235			MI	151	26740	
5009485	Shadyside	shadyside	US	43947	0	America/Detroit	41.82283	-84.53634	319			MI	059	41620	
5009498	Shaftsburg	shaftsburg	US	48882	0	America/Detroit	42.80475	-84.29303	271			MI	155	88400	
5009528	Sharon	sharon	US	02067	0	America/Detroit	44.58362	-85.07394	321			MI	079	31600	
5009585	Sheffield	sheffield	US	01257	0	America/Detroit	43.19392	-85.49086	277			MI	081	18500	
5009586	Shelby	shelby	US	28150	74099	America/Detroit	42.67087	-83.03298	207			MI	099	72820	
5009587	Shelby	shelby	US	28150	2018	America/Detroit	43.60862	-86.36396	249			MI	127	72860	
5009592	Shelbyville	shelbyville	US	37160	0	America/Detroit	42.5942	-85.63724	252			MI	005	52000	
5009593	Sheldon	sheldon	US	05483	0	America/Detroit	42.27476	-83.47577	208	Canton,Sheldon		MI	163	13120	
5009625	Shepherd	shepherd	US	48883	1507	America/Detroit	43.52447	-84.69473	236			MI	073	16880	
5009635	Sheridan	sheridan	US	04775	652	America/Detroit	43.21225	-85.07363	259			MI	117	73840	
5009639	Shepardsville	shepardsville	US	47880	0	America/Detroit	43.00447	-84.42581	230			MI	037	61880	
5009660	Sherman	sherman	US	04776	0	America/Detroit	44.42389	-85.69673	279	Manistee Bridge,Sherman		MI	165	03060	
5009692	Sherwood	sherwood	US	21665	310	America/Detroit	42.00144	-85.23859	267			MI	023	73440	
5009717	Shields	shields	US	58569	6587	America/Detroit	43.4153	-84.05637	182	Shields,Shields Corners		MI	145	79520	
5009721	Shiloh	shiloh	US	08353	0	America/Detroit	43.10475	-85.08501	254			MI	067	61160	
5009742	Shingleton	shingleton	US	49884	0	America/Detroit	46.34829	-86.47016	252			MI	003	56220	
5009769	Shoreham	shoreham	US	05770	850	America/Detroit	42.05949	-86.51641	177			MI	021		
5009773	Shorewood	shorewood	US	60404	0	America/Detroit	42.65058	-86.22198	201			MI	005	71700	
5009802	Sibley	sibley	US	39165	0	America/Detroit	42.17004	-83.17743	183	Sibley,Trenton		MI	163	80420	
5009819	Sidnaw	sidnaw	US	49961	0	America/Detroit	46.50466	-88.70847	417			MI	061	23340	
5009822	Sidney	sidney	US	13838	0	America/Detroit	43.25003	-85.13307	273			MI	117	73840	
5009853	Silver City	silver-city	US	39166	0	America/Detroit	46.83022	-89.57043	185			MI	131	13520	
5009951	Silverwood	silverwood	US	48760	0	America/Detroit	43.32336	-83.248	245			MI	087	68160	
5010020	Sitka	sitka	US	41255	0	America/Detroit	43.38113	-86.01867	226			MI	123	73120	
5010025	Six Lakes	six-lakes	US	48886	0	America/Detroit	43.42503	-85.15003	281	Six Lakes,Sixlakes		MI	117	07200	
5010057	Skandia	skandia	US	49885	0	America/Detroit	46.37744	-87.24153	273			MI	103	85540	
5010063	Skanee	skanee	US	49962	0	America/Detroit	46.87326	-88.21401	227			MI	013	03660	
5010074	Skidmore	skidmore	US	64487	0	America/Menominee	45.7919	-88.07374	329			MI	043	10220	
5010155	Slocum	slocum	US	02877	0	America/Detroit	43.22224	-85.90977	216	Slocum,Slocums		MI	121	55440	
5010238	Smiths Creek	smiths-creek	US	48074	0	America/Detroit	42.91392	-82.60381	193			MI	147	43160	
5010248	Smyrna	smyrna	US	13464	0	America/Detroit	43.05948	-85.26279	249			MI	067	61580	
5010251	Smithville	smithville	US	26178	0	America/Detroit	44.52418	-85.17422	308			MI	079	31600	
5010267	Snover	snover	US	48472	448	America/Detroit	43.46113	-82.97077	236			MI	151	55320	
5010270	Snow	snow	US	74567	0	America/Detroit	41.92449	-86.48307	201			MI	021	05520	
5010286	Snowshoe	snowshoe	US	26209	0	America/Detroit	47.23048	-88.2415	245			MI	083	73220	
5010288	Snowville	snowville	US	84336	0	America/Detroit	46.49966	-87.8193	477			MI	103	25820	
5010318	Sodus	sodus	US	14551	0	America/Detroit	42.04365	-86.36919	204			MI	021	74440	
5010325	Solon	solon	US	04979	0	America/Detroit	44.80944	-85.76119	191			MI	089	74500	
5010332	Somerset	somerset	US	02725	0	America/Detroit	42.04838	-84.37662	324			MI	059	74560	
5010333	Somerset Center	somerset-center	US	49282	0	America/Detroit	42.05115	-84.41356	323			MI	059	74560	
5010340	Sonoma	sonoma	US	95476	0	America/Detroit	42.23282	-85.22805	290			MI	025	47060	
5010377	South Boardman	south-boardman	US	49680	536	America/Detroit	44.64139	-85.27978	307			MI	079	09440	
5010379	South Branch	south-branch	US	48761	0	America/Detroit	44.46668	-83.88888	285			MI	129	32860	
5010466	South Butler	south-butler	US	13154	0	America/Detroit	42.02227	-84.88497	306			MI	023	12140	
5010517	South Haven	south-haven	US	49090	4359	America/Detroit	42.40309	-86.27364	187	Saut Khejven,Sous Khehjvn,hywn jnwby  myshygan,sawth hyfn,Саут Хејвен,Соус Хэйвн,ساوث هيفن,هیون جنوبی، میشیگان		MI	159	74980	
5010548	South Lyon	south-lyon	US	48178	11722	America/Detroit	42.46059	-83.65161	282			MI	125	75100	
5010572	South Park	south-park	US	15129	0	America/Detroit	42.94281	-82.4563	186			MI	147	65820	
5010587	South Range	south-range	US	49963	746	America/Detroit	47.06993	-88.64318	347			MI	061	00320	
5010595	South Rockwood	south-rockwood	US	48179	1642	America/Detroit	42.06393	-83.26104	179			MI	115	07720	
5010636	Southfield	southfield	US	01259	73156	America/Detroit	42.47337	-83.22187	208	Sautfild,Sousfild,Southfield,sauseupildeu,Саутфилд,Соусфилд,사우스필드		MI	125	74900	
5010646	Southgate	southgate	US	48195	29293	America/Detroit	42.21393	-83.19381	180	Sautgejt,Sousgehjt,sawthghyt,Саутгејт,Соусгэйт,ساؤتھ گیٹ، مشی گن,ساوت‌گیت، میشیگان,ساوثغيت		MI	163	74960	
5010667	Spalding	spalding	US	49886	0	America/Menominee	45.6958	-87.51096	259			MI	109	75350	
5010686	Sparr	sparr	US	32192	0	America/Detroit	45.0414	-84.57253	341			MI	137	22840	
5010690	Sparta	sparta	US	07871	4311	America/Detroit	43.16086	-85.71004	231			MI	081	75440	
5010724	Spencer	spencer	US	01562	0	America/Detroit	44.6414	-85.11477	342			MI	079	60940	
5010780	Spring Arbor	spring-arbor	US	49283	2881	America/Detroit	42.20504	-84.55274	305	Spring Arbor,Spring Arbour		MI	075	75640	
5010823	Spring Grove	spring-grove	US	17362	0	America/Detroit	42.50558	-86.16837	208			MI	005	13700	
5010856	Spring Lake	spring-lake	US	07762	2480	America/Detroit	43.07696	-86.197	182	Spring Lake (Michigan)		MI	139	75840	
5010885	Springer	springer	US	73458	0	America/Detroit	45.92053	-86.40237	217			MI	153	40840	
5010888	Springfield	springfield	US	01101	0	America/Detroit	42.74947	-83.47355	313			MI	125	75760	
5010898	Springport	springport	US	47386	0	America/Detroit	44.63529	-83.30552	186			MI	001	36880	
5010899	Springport	springport	US	47386	790	America/Detroit	42.37837	-84.69859	305			MI	075	75880	
5010904	Springville	springville	US	14141	0	America/Detroit	42.03338	-84.17106	285			MI	091	12720	
5010914	Spruce	spruce	US	48762	0	America/Detroit	44.84418	-83.46581	237			MI	001	12460	
5010915	Spruce	spruce	US	48762	0	America/Menominee	45.98579	-87.77735	337			MI	043	27660	
5010917	Springfield	springfield	US	01101	5192	America/Detroit	42.32643	-85.23916	269			MI	025	75700	
5010977	Saint Clair	saint-clair	US	17970	5485	America/Detroit	42.82087	-82.48602	178			MI	147	70680	
5010978	Saint Clair Shores	saint-clair-shores	US	48080	59715	America/Detroit	42.49698	-82.88881	177			MI	099	70760	
5011020	Standish	standish	US	04084	1452	America/Detroit	43.98308	-83.95888	190	Standish,astndysh  myshygan,standysh,Стандиш,استندیش، میشیگان,ستانديش	011	MI	011	76120	
5011042	Stanton	stanton	US	08885	1414	America/Detroit	43.29253	-85.08141	279	Stehnton,Стэнтон	117	MI	117	76220	
5011050	Stanwood	stanwood	US	49346	212	America/Detroit	43.57864	-85.44921	293			MI	107	52780	
5011052	Star	star	US	27356	0	America/Detroit	46.34718	-86.39238	245			MI	003	56220	
5011054	Star City	star-city	US	46985	0	America/Detroit	44.37112	-84.98504	357			MI	113	85560	
5011072	Stark	stark	US	66775	0	America/Detroit	42.37587	-83.37271	197			MI	163	49000	
5011106	Steamburg	steamburg	US	14783	0	America/Detroit	41.87588	-84.61245	345			MI	059	12700	
5011137	Stephenson	stephenson	US	22656	867	America/Menominee	45.41525	-87.60762	205			MI	109	76380	
5011145	Sterling	sterling	US	01564	513	America/Detroit	44.03335	-84.02277	228	Sterling,Стерлинг		MI	011	21120	
5011148	Sterling Heights	sterling-heights	US	48310	132052	America/Detroit	42.58031	-83.0302	187	Sterling Khajts,Sterling-Khajts,Sturling Khajts,astrlyng hayts  myshygan,si te ling hai ci,styrlyngh hayts,sutaringuhaitsu,Стерлинг Хајтс,Стерлинг-Хайтс,Стърлинг Хайтс,استرلینگ هایتس، میشیگان,ستيرلينغ هايتس,سٹرلنگ ہائٹس، مشی گن,スターリングハイツ,斯特靈海茨		MI	099	76460	
5011157	Steuben	steuben	US	04680	0	America/Detroit	46.18829	-86.45682	225			MI	153	40840	
5011183	Stevensville	stevensville	US	18845	1119	America/Detroit	42.01449	-86.51947	194			MI	021	47600	
5011227	Stockbridge	stockbridge	US	01262	1232	America/Detroit	42.45115	-84.18051	287			MI	065	76580	
5011273	Stonington	stonington	US	04681	0	America/Detroit	45.72303	-86.97652	189			MI	041	06040	
5011274	Stonington	stonington	US	04681	0	America/Detroit	46.97437	-88.78374	398			MI	061	25660	
5011290	Stony Creek	stony-creek	US	12878	0	America/Detroit	41.96421	-83.3341	180			MI	115	30820	
5011293	Stony Creek	stony-creek	US	12878	0	America/Detroit	42.69614	-83.11188	231			MI	125	69020	
5011298	Stony Creek	stony-creek	US	12878	0	America/Detroit	42.15587	-83.65272	229			MI	161	04180	
5011316	Stony Point	stony-point	US	10980	1849	America/Detroit	42.49698	-85.42668	283			MI	015	66260	
5011323	Stony Point	stony-point	US	10980	1724	America/Detroit	41.94143	-83.26493	176			MI	115	30820	
5011345	Strasburg	strasburg	US	17579	0	America/Detroit	41.91421	-83.50243	190			MI	115	66900	
5011376	Stringtown	stringtown	US	74569	0	America/Detroit	41.88366	-84.83468	325			MI	023	01120	
5011428	Sturgis	sturgis	US	39769	10896	America/Detroit	41.79922	-85.41915	279	IRS		MI	149	76960	
5011474	Sugar Grove	sugar-grove	US	16350	0	America/Detroit	44.00501	-86.27952	208			MI	105	73240	
5011481	Sugar Loaf	sugar-loaf	US	10981	0	America/Detroit	46.5891	-87.44514	206			MI	103	51920	
5011497	Sullivan	sullivan	US	03445	0	America/Detroit	43.18363	-86.05311	201			MI	121	77100	
5011521	Sulphur Springs	sulphur-springs	US	44881	0	America/Detroit	42.41614	-86.23503	178			MI	159	75000	
5011534	Summerton	summerton	US	29148	0	America/Detroit	43.46642	-84.72612	238			MI	073	16880	
5011547	Sumner	sumner	US	04292	0	America/Detroit	43.30719	-84.81707	232			MI	057	77300	
5011569	Sunfield	sunfield	US	48890	583	America/Detroit	42.76226	-84.9925	263			MI	045	77440	
5011583	Sunnyside	sunnyside	US	11104	0	America/Detroit	42.26226	-83.32354	192			MI	163	69420	
5011593	Sunset Beach	sunset-beach	US	28468	0	America/Detroit	42.08726	-84.20356	298			MI	075	59180	
5011594	Sunset Beach	sunset-beach	US	28468	0	America/Detroit	45.96247	-86.31653	188			MI	153	79580	
5011616	Superior	superior	US	51363	0	America/Detroit	47.07521	-88.5979	278			MI	061	65540	
5011617	Superior	superior	US	51363	0	America/Detroit	42.26309	-83.63772	226			MI	161	77560	
5011654	Suttons Bay	suttons-bay	US	49682	626	America/Detroit	44.97667	-85.65064	182	Pleasant City,Suttons Bay,Suttonsburg		MI	089	77620	
5011701	Swartz Creek	swartz-creek	US	48473	5567	America/Detroit	42.95725	-83.83051	240	Svorc Krik,shwartz kryk,swartz kryk  myshygan,Сворц Крик,سوارتز کریک، میشیگان,شوارتز كريك		MI	049	77700	
5011753	Sylvan Beach	sylvan-beach	US	13157	0	America/Detroit	43.37195	-86.42368	188			MI	121	30980	
5011771	Sylvester	sylvester	US	25193	0	America/Detroit	43.53975	-85.25448	299			MI	107	38540	
5011812	Talbot	talbot	US	47984	0	America/Menominee	45.51053	-87.59762	222			MI	109	56440	
5011818	Tallmadge	tallmadge	US	44278	0	America/Detroit	42.99252	-85.8342	202	Tallmadge,Tallmage,Talmadge,Talmage		MI	139	77980	
5011819	Tallman	tallman	US	10982	0	America/Detroit	43.98473	-86.1123	220			MI	105	10020	
5011829	Tamarack	tamarack	US	55787	0	America/Menominee	46.29578	-89.04319	481			MI	053	84380	
5011830	Tamarack	tamarack	US	55787	0	America/Detroit	47.24798	-88.46845	385			MI	061	61260	
5011885	Tappan	tappan	US	10983	0	America/Detroit	42.96614	-82.48269	189			MI	147	65840	
5011900	Tawas City	tawas-city	US	48763	1786	America/Detroit	44.26946	-83.5147	180	Tavas Siti,tawas syty  myshygan,twas syty,Тавас Сити,تاواس سیتی، میشیگان,تواس سيتي	069	MI	069	78140	
5011908	Taylor	taylor	US	18517	61568	America/Detroit	42.24087	-83.26965	187	Tehjlor,Tejlor,taylwr,tylwr  myshygan,Тейлор,Тејлор,Тэйлор,تايلور,تیلور، میشیگان,ٹیلر، مشی گن		MI	163	79000	
5011973	Tecumseh	tecumseh	US	49286	8372	America/Detroit	42.00393	-83.94494	245	Tehkamsekh,Tekamsi,tykwmsyh,Текамси,Тэкамсех,تيكومسيه		MI	091	79120	
5011985	Tekonsha	tekonsha	US	49092	704	America/Detroit	42.09338	-84.98581	286			MI	025	79180	
5011989	Temperance	temperance	US	48182	8517	America/Detroit	41.77921	-83.56882	190			MI	115	06740	
5011992	Temple	temple	US	03084	0	America/Detroit	44.03085	-85.02837	321	Campbell City,Temple		MI	035	67600	
5012036	Thayer	thayer	US	46381	0	America/Menominee	46.32911	-89.46209	480			MI	053	84380	
5012055	Theodore	theodore	US	36582	0	America/Menominee	46.00134	-87.8368	382			MI	043	27660	
5012057	Thetford Center	thetford-center	US	05075	0	America/Detroit	43.17919	-83.64024	249			MI	049	79460	
5012087	Thomas	thomas	US	26292	0	America/Detroit	42.87947	-83.29716	330			MI	125	62040	
5012089	Thomas	thomas	US	26292	0	America/Detroit	43.70057	-83.54802	178			MI	157	00720	
5012101	Thomaston	thomaston	US	04861	0	America/Menominee	46.51634	-89.92739	413			MI	053	82800	
5012103	Thompson	thompson	US	06277	0	America/Detroit	45.90497	-86.33042	183			MI	153	79580	
5012137	Thompsonville	thompsonville	US	12784	435	America/Detroit	44.52028	-85.94397	242			MI	019	85160	
5012157	Thornton	thornton	US	03285	0	America/Detroit	42.96864	-82.61742	200	Thornton,Thorton		MI	147	43160	
5012162	Thornville	thornville	US	43076	0	America/Detroit	42.94253	-83.22383	296			MI	087	53360	
5012182	Three Lakes	three-lakes	US	54562	0	America/Detroit	46.55438	-88.20125	494			MI	013	76000	
5012194	Three Rivers	three-rivers	US	01080	7752	America/Detroit	41.94394	-85.63249	245	Brooklyn,Canada,HAI,Lockport,Moab,New Jersey,Saint Joseph,Three Rivers		MI	149	79760	
5012197	Three Oaks	three-oaks	US	49128	1579	America/Detroit	41.79865	-86.61058	211			MI	021	79740	
5012274	Tioga	tioga	US	16946	0	America/Detroit	46.55827	-88.34875	514			MI	013	18600	
5012281	Tipton	tipton	US	16684	0	America/Detroit	42.01671	-84.06411	275			MI	091	30320	
5012288	Titus	titus	US	36080	0	America/Detroit	43.66836	-85.10697	319			MI	107	73080	
5012328	Toivola	toivola	US	49965	0	America/Detroit	46.9991	-88.77013	388			MI	061	00320	
5012382	Topaz	topaz	US	96133	0	America/Detroit	46.57106	-89.46904	383			MI	131	52320	
5012383	Topinabee	topinabee	US	49791	0	America/Detroit	45.4839	-84.59532	196			MI	031	56100	
5012410	Tower	tower	US	49792	0	America/Detroit	45.35529	-84.30057	222			MI	031	29400	
5012495	Traverse City	traverse-city	US	49684	15218	America/Detroit	44.76306	-85.62063	182	TVC,Travehrs Siti,Travers Siti,te la fu si cheng,teulaebeoseusiti,torabasushiti,trafyrs syty,traws syty  myshygan,Траверс Сити,Травэрс Сити,ترافيرس سيتي,تراوس سیتی، میشیگان,トラバースシティ,特拉弗斯城,트래버스시티	055	MI	055	80340	
5012516	Trenary	trenary	US	49891	0	America/Detroit	46.19523	-86.96987	265			MI	003	52360	
5012521	Trenton	trenton	US	08601	18380	America/Detroit	42.13949	-83.17826	182	Sibley,Trenton,te lun dun,teulenteon,trntwn  myshygan,tryntwn,Трентон,ترنتون، میشیگان,ترينتون,ٹرنٹن، مشی گن,特伦顿,트렌턴		MI	163	80420	
5012601	Trout Creek	trout-creek	US	13847	0	America/Detroit	46.48217	-89.01181	358			MI	131	40760	
5012613	Trout Lake	trout-lake	US	49793	0	America/Detroit	46.19362	-85.01896	254			MI	033	80600	
5012638	Troy	troy	US	03465	0	America/Detroit	43.74307	-86.01923	251			MI	123	80680	
5012639	Troy	troy	US	03465	83280	America/Detroit	42.60559	-83.14993	228	Troj,Troja,Troy,Troy Corners,te luo yi,teuloi,toroi,trwy,trwy  myshygan,Трой,Троя,Трој,تروي,تروی، میشیگان,ٹرائے، مشی گن,トロイ,特洛伊,트로이		MI	125	80700	
5012654	Trufant	trufant	US	49347	0	America/Detroit	43.31392	-85.35447	274			MI	117	51340	
5012681	Tula	tula	US	38675	0	America/Menominee	46.54634	-89.81489	407			MI	053	82800	
5012708	Turner	turner	US	04282	110	America/Detroit	44.14252	-83.78776	194			MI	011	80840	
5012709	Turner	turner	US	04282	0	America/Menominee	46.13273	-87.90013	362			MI	043	27660	
5012746	Tuscola	tuscola	US	61953	0	America/Detroit	43.32641	-83.65718	192			MI	157	80940	
5012753	Tustin	tustin	US	49688	226	America/Detroit	44.10251	-85.45894	374			MI	133	11680	
5012800	Twin Lake	twin-lake	US	49457	1720	America/Detroit	43.36279	-86.16478	209			MI	121	19660	
5012811	Twin Lakes	twin-lakes	US	53181	0	America/Detroit	46.89716	-88.85097	366			MI	061	25660	
5012851	Twining	twining	US	48766	175	America/Detroit	44.11307	-83.80749	195			MI	011	52120	
5012859	Two Rivers	two-rivers	US	54241	0	America/Detroit	43.62503	-84.95197	271			MI	073	21140	
5012895	Ubly	ubly	US	48475	828	America/Detroit	43.71002	-82.93161	239			MI	063	08420	
5012896	Udell	udell	US	52593	0	America/Detroit	44.23362	-86.09147	217			MI	101	76840	
5012902	Unadilla	unadilla	US	13849	0	America/Detroit	42.42865	-84.05662	275			MI	093	81240	
5012916	Union	union	US	03887	0	America/Detroit	41.78616	-85.86778	248			MI	027	65720	
5012928	Union City	union-city	US	07087	1584	America/Detroit	42.06671	-85.13609	276	Junion-Siti,Юнион-Сити		MI	023	81280	
5012937	Union Lake	union-lake	US	48387	0	America/Detroit	42.61475	-83.44688	286			MI	125	86860	
5012943	Union Pier	union-pier	US	49129	0	America/Detroit	41.8281	-86.69253	191			MI	021	57230	
5012957	Unionville	unionville	US	06085	496	America/Detroit	43.65363	-83.46607	189			MI	157	17420	
5013056	Urbandale	urbandale	US	50322	0	America/Detroit	42.35226	-85.24416	251			MI	025	05920	
5013061	Utica	utica	US	13501	4942	America/Detroit	42.62614	-83.03354	198	Jutika,UIZ,Utica,Utika,ywtyka,ywtyka  myshygan,Јутика,Утика,يوتيكا,یوتیکا، میشیگان		MI	099	81540	
5013071	Vail	vail	US	51465	0	America/Detroit	46.33661	-86.77293	287			MI	003	04460	
5013080	Valley Center	valley-center	US	67147	0	America/Detroit	43.18503	-82.91855	244			MI	151	51380	
5013084	Valley Farms	valley-farms	US	85191	0	America/Detroit	42.7842	-84.54276	261			MI	037	22140	
5013098	Van	van	US	25206	0	America/Detroit	45.5939	-84.78255	224			MI	047	50340	
5013143	Vandalia	vandalia	US	45377	296	America/Detroit	41.91699	-85.91473	268			MI	027	63380	
5013151	Vanderbilt	vanderbilt	US	15486	564	America/Detroit	45.14279	-84.66031	334			MI	137	18320	
5013174	Vassar	vassar	US	48768	2620	America/Detroit	43.37197	-83.58329	195			MI	157	81840	
5013186	Vaughnsville	vaughnsville	US	45893	0	America/Detroit	47.38131	-88.29594	291	Vansville,Vaughnsville,Vaughsville		MI	083	39380	
5013189	Vega	vega	US	79092	0	America/Menominee	45.78579	-87.60318	284			MI	109	53460	
5013208	Vermilion	vermilion	US	44089	0	America/Detroit	46.76252	-85.1501	187			MI	033	86700	
5013210	Vermontville	vermontville	US	12989	761	America/Detroit	42.62892	-85.02416	285			MI	045	81980	
5013212	Vernon	vernon	US	05354	758	America/Detroit	42.9392	-84.02941	238			MI	155	82040	
5013219	Verona	verona	US	07044	0	America/Detroit	43.80585	-82.88105	245	Verona,Verona Mills		MI	063	73880	
5013229	Verona	verona	US	07044	0	America/Menominee	46.47745	-89.98906	468			MI	053	82780	
5013234	Vestaburg	vestaburg	US	15368	0	America/Detroit	43.3992	-84.90557	281			MI	117	68300	
5013252	Vicksburg	vicksburg	US	17883	3230	America/Detroit	42.12005	-85.53278	260			MI	077	71880	
5013254	Victoria	victoria	US	23974	0	America/Detroit	46.69911	-89.22959	351			MI	131	69140	
5013277	Vienna	vienna	US	04360	0	America/Detroit	41.78699	-83.47799	178			MI	115	26320	
5013285	Lake Isabella	lake-isabella	US	93240	1652	America/Detroit	43.64364	-84.99725	272	Lake Isabella,Village of Lake Isabella		MI	073	73200	
5013294	Vineland	vineland	US	08360	0	America/Detroit	42.06143	-86.4703	203			MI	021		
5013347	Vulcan	vulcan	US	49892	0	America/Menominee	45.78051	-87.86263	291			MI	043	59240	
5013857	Wagarville	wagarville	US	36585	0	America/Detroit	44.03085	-84.46751	257			MI	051	32340	
5013894	Wakefield	wakefield	US	01880	1725	America/Menominee	46.47523	-89.93989	469	Vehjkfild,Vejkfild,wykfyld,Вејкфилд,Вэйкфилд,ويكفيلد,ویک‌فیلد، میشیگان		MI	053	82780	
5013907	Waldenburg	waldenburg	US	72475	0	America/Detroit	42.65725	-82.93742	184			MI	099	50480	
5013911	Waldron	waldron	US	46182	532	America/Detroit	41.72783	-84.41884	274			MI	059	88780	
5013916	Walhalla	walhalla	US	29691	0	America/Detroit	43.95362	-86.1148	213			MI	105	10020	
5013918	Wales Center	wales-center	US	14169	0	America/Detroit	42.94197	-82.67826	215	Wales,Wales Center		MI	147	82900	
5013924	Walker	walker	US	26180	24647	America/Detroit	43.00141	-85.76809	228	Valkehr,Voker,Walker,Walker Grand Trunk,wakr  myshygan,wwkr,Валкэр,Вокер,واکر، میشیگان,ووكر		MI	081	82960	
5013942	Walkerville	walkerville	US	49459	242	America/Detroit	43.71446	-86.12451	270			MI	127	46560	
5013946	Wallace	wallace	US	26448	0	America/Detroit	44.53196	-83.66554	254			MI	001	19320	
5013947	Wallace	wallace	US	26448	0	America/Menominee	45.32609	-87.614	211			MI	109	52860	
5013961	Walled Lake	walled-lake	US	48390	7110	America/Detroit	42.53781	-83.48105	287			MI	125	83060	
5013973	Walloon Lake	walloon-lake	US	49796	290	America/Detroit	45.26612	-84.93366	217	Bear Lake,Walloon Lake		MI	029	52880	
5013984	Walsh	walsh	US	62297	0	America/Detroit	46.34552	-86.18432	238			MI	153	72500	
5013994	Walton	walton	US	13856	0	America/Detroit	44.52084	-85.3995	315			MI	055	28020	
5014003	Walters	walters	US	73572	0	America/Detroit	42.76392	-83.34133	320			MI	125	40400	
5014051	Warren	warren	US	01083	134056	America/Detroit	42.49044	-83.01304	191	Uorehn,Uorren,Uorun,Voren,Vorren,Warren,u~oren,warn  mshy gn,warn  myshygan,waryn,wo lun,woleon,wwrn,Ворен,Воррен,Уоррен,Уорън,Уорэн,וורן,وارن، مشی گن,وارن، میشیگان,وارين,ウォーレン,沃伦,워런		MI	099	84000	
5014073	Washington	washington	US	03280	0	America/Detroit	42.72448	-83.03604	214	Vashington,Вашингтон		MI	099	84120	
5014130	Waterford	waterford	US	04088	75737	America/Detroit	42.69303	-83.41181	294	Uoterford,Уотерфорд		MI	125	84240	
5014148	Waters	waters	US	49797	0	America/Detroit	44.87974	-84.69864	385	Waters,Watters		MI	137	61680	
5014153	Watersmeet	watersmeet	US	49969	428	America/Menominee	46.26773	-89.17792	489			MI	053	84380	
5014157	Watertown	watertown	US	02471	0	America/Detroit	43.34113	-82.82827	233			MI	151	84440	
5014165	Watervliet	watervliet	US	12189	1692	America/Detroit	42.18671	-86.26058	198			MI	021	84500	
5014172	Waterloo	waterloo	US	13165	0	America/Detroit	42.35334	-84.14176	290			MI	075	84300	
5014177	Watson	watson	US	35181	0	America/Detroit	42.53698	-85.70169	247	Watson,Watson Corners		MI	005	84580	
5014178	Watson	watson	US	35181	0	America/Detroit	46.01912	-87.41458	308			MI	103	85260	
5014196	Watton	watton	US	49970	0	America/Detroit	46.53744	-88.60653	446			MI	013	18600	
5014208	Waverly	waverly	US	14892	23925	America/Detroit	42.7392	-84.62081	262			MI	045	21520	
5014209	Waverly	waverly	US	14892	0	America/Detroit	42.80197	-86.08726	181			MI	139	38660	
5014219	Wayland	wayland	US	01778	4166	America/Detroit	42.67392	-85.64474	235			MI	005	84880	
5015410	Wolverine	wolverine	US	49799	237	America/Detroit	45.27335	-84.60448	249			MI	031	59500	
5014224	Wayne	wayne	US	04284	17081	America/Detroit	42.28143	-83.38632	200	Uehjn,Vajn,Vejn,wayn,wayn  myshygan,wyn  mshy gn,Вайн,Вејн,Уэйн,واين,واین، میشیگان,وین، مشی گن		MI	163	84940	
5014245	Weare	weare	US	03281	0	America/Detroit	43.7464	-86.33952	225			MI	127	85040	
5014278	Webberville	webberville	US	48892	1274	America/Detroit	42.66698	-84.17413	271			MI	065	47080	
5014291	Webster	webster	US	01570	0	America/Detroit	42.39531	-83.80466	274			MI	161	85100	
5014319	Weidman	weidman	US	48893	959	America/Detroit	43.68753	-84.96891	271			MI	073	73200	
5014342	Weldon	weldon	US	27890	0	America/Detroit	44.56611	-86.06314	255			MI	019	42000	
5014351	Wellington	wellington	US	33414	0	America/Menominee	46.33078	-89.6571	472	Wellington,Wellington Station		MI	053	51560	
5014357	Wells	wells	US	04090	0	America/Detroit	45.77719	-87.07958	192			MI	041	85240	
5014368	Wellston	wellston	US	45692	311	America/Detroit	44.21695	-85.95785	236			MI	101	57900	
5014369	Wellsville	wellsville	US	14895	0	America/Detroit	41.88449	-83.8855	212			MI	091	62240	
5014413	West Branch	west-branch	US	48661	2067	America/Detroit	44.27641	-84.23861	291	Vehst Branch,Vest Branch,WBK,branch jnwby  myshygan,wyst bransh,Вест Бранч,Вэст Бранч,برانچ جنوبی، میشیگان,ويست برانش	129	MI	129	85580	
5014610	West Olive	west-olive	US	49460	0	America/Detroit	42.92141	-86.14644	187			MI	139	65940	
5014645	West Monroe	west-monroe	US	13167	3503	America/Detroit	41.91393	-83.4316	183			MI	115	55040	
5014681	Westland	westland	US	15378	82000	America/Detroit	42.3242	-83.40021	203	Vehstland,Vestland,weseuteullaendeu,wstlnd  myshygan,wystland,Вестланд,Вэстланд,وستلند، میشیگان,ويستلاند,ویسٹلینڈ، مشی گن,웨스틀랜드		MI	163	86000	
5014690	Weston	weston	US	02493	0	America/Detroit	41.77033	-84.09772	231			MI	091	27020	
5014696	Westphalia	westphalia	US	47596	937	America/Detroit	42.92948	-84.7986	232			MI	037	86140	
5014704	Westville	westville	US	08093	0	America/Detroit	43.35781	-85.08363	290			MI	117	19920	
5014706	Westwood	westwood	US	02090	8653	America/Detroit	42.30282	-85.63362	287			MI	077	42180	
5014707	Westwood	westwood	US	02090	0	America/Detroit	44.85167	-85.102	333			MI	079	67180	
5014717	Wetmore	wetmore	US	49895	0	America/Detroit	46.37967	-86.62044	267			MI	003	56220	
5014743	Wheatland	wheatland	US	16161	0	America/Detroit	41.97116	-84.40106	336			MI	059	86540	
5014751	Wheeler	wheeler	US	38880	0	America/Detroit	43.41281	-84.43777	219			MI	057	86620	
5014806	White	white	US	15490	0	America/Detroit	46.76688	-88.82708	320			MI	061	44220	
5014809	White City	white-city	US	66872	0	America/Menominee	46.41134	-89.5371	409			MI	053	51560	
5014810	White City	white-city	US	66872	0	America/Detroit	46.98215	-88.42512	186			MI	061	80120	
5014811	White Cloud	white-cloud	US	49349	1383	America/Detroit	43.5503	-85.772	266		123	MI	123	86680	
5014843	White Lake	white-lake	US	12786	0	America/Detroit	42.6917	-83.55411	316			MI	125	86860	
5014847	White Oak	white-oak	US	25989	0	America/Detroit	42.5242	-84.1908	293			MI	065	86900	
5014852	White Pigeon	white-pigeon	US	49099	1514	America/Detroit	41.79811	-85.64332	249			MI	149	86940	
5014854	White Pine	white-pine	US	37890	474	America/Detroit	46.75384	-89.58404	274			MI	131	13520	
5014869	White Rock	white-rock	US	29177	0	America/Detroit	43.71002	-82.60965	189			MI	063	73160	
5014870	White Rock	white-rock	US	29177	0	America/Detroit	44.25252	-83.68387	208			MI	069	34280	
5014913	Whitehall	whitehall	US	12887	2711	America/Detroit	43.41001	-86.34868	187			MI	121	86780	
5014946	Whitmore Lake	whitmore-lake	US	48189	6423	America/Detroit	42.4397	-83.7453	281			MI	093	35060	
5014949	Whitney	whitney	US	15693	0	America/Menominee	45.82218	-87.38791	262			MI	109	36760	
5014965	Whittaker	whittaker	US	48190	0	America/Detroit	42.1281	-83.59966	207			MI	161	04180	
5014966	Whittemore	whittemore	US	48770	375	America/Detroit	44.23363	-83.80304	237			MI	069	87140	
5015004	Wilber	wilber	US	68465	0	America/Detroit	44.38974	-83.48775	201			MI	069	87180	
5015051	Wildwood	wildwood	US	08260	0	America/Detroit	45.26529	-85.00228	209			MI	029	06000	
5015052	Wildwood	wildwood	US	08260	0	America/Detroit	45.36307	-84.71087	223			MI	031	53100	
5015053	Wildwood	wildwood	US	08260	0	America/Detroit	44.68474	-84.54641	344			MI	039	34660	
5015054	Wildwood	wildwood	US	08260	0	America/Detroit	42.36642	-86.29475	177			MI	159		
5015076	Wiley	wiley	US	30581	0	America/Detroit	43.86112	-86.27897	209			MI	105	68860	
5015088	Willard	willard	US	14588	0	America/Detroit	43.66836	-84.10832	187			MI	017	06540	
5015130	Williamsburg	williamsburg	US	01096	0	America/Detroit	44.77361	-85.40396	225			MI	055	87040	
5015133	Williamston	williamston	US	27892	3883	America/Detroit	42.68892	-84.28302	264	Vilijamston,Villiamston,wylyamstwn,wylyamstwn  myshygan,Вилијамстон,Виллиамстон,ويليامستون,ویلیامستون، میشیگان		MI	065	87420	
5015136	Williamsville	williamsville	US	05362	0	America/Detroit	41.86671	-85.86417	273			MI	027	65720	
5015137	Williamsville	williamsville	US	05362	0	America/Detroit	42.43892	-84.09662	280			MI	093	81240	
5015141	Willis	willis	US	24380	0	America/Detroit	42.15837	-83.55799	209			MI	161	04180	
5015149	Willow	willow	US	12495	0	America/Detroit	42.11532	-83.39549	191			MI	163	40040	
5015183	Wilmot	wilmot	US	03287	0	America/Detroit	43.46391	-83.19022	234			MI	157	43400	
5015185	Wilson	wilson	US	14172	0	America/Menominee	45.70524	-87.43818	242			MI	109	36760	
5015284	Winn	winn	US	04495	0	America/Detroit	43.52336	-84.90169	265			MI	073	30680	
5015292	Winona	winona	US	25942	0	America/Detroit	46.87438	-88.90736	390			MI	061	25660	
5015323	Wise	wise	US	24293	0	America/Detroit	43.72836	-84.64723	229			MI	073	88040	
5015328	Wisner	wisner	US	68791	0	America/Detroit	43.61641	-83.58413	179			MI	157	00720	
5015351	Wixom	wixom	US	48393	13746	America/Detroit	42.52476	-83.53633	283	Viksom,wykswm,wymwks  myshygan,Виксом,ويكسوم,ویموکس، میشیگان		MI	125	88140	
5015389	Wolf Lake	wolf-lake	US	56593	0	America/Detroit	44.00668	-85.83756	288			MI	085	63120	
5015397	Wolf Lake	wolf-lake	US	56593	4104	America/Detroit	43.25474	-86.10978	205			MI	121	25080	
5015411	Wolverine	wolverine	US	49799	0	America/Detroit	47.26965	-88.41956	348			MI	061	12600	
5015448	Woodbury	woodbury	US	05681	0	America/Detroit	42.76115	-85.07444	269			MI	015	88440	
5015456	Woodhaven	woodhaven	US	11421	12539	America/Detroit	42.13893	-83.2416	184			MI	163	88380	
5015463	Woodland	woodland	US	16881	425	America/Detroit	42.7267	-85.13361	265			MI	015	88440	
5015478	Woodland Park	woodland-park	US	80863	0	America/Detroit	43.71474	-85.86145	262			MI	123	53160	
5015486	Woodlawn	woodlawn	US	24381	0	America/Detroit	45.9444	-87.30041	280			MI	041	18280	
5015546	Woodville	woodville	US	01784	0	America/Detroit	43.86724	-84.02527	192			MI	017	64180	
5015547	Woodville	woodville	US	01784	0	America/Detroit	42.25865	-84.48357	299			MI	075	71500	
5015548	Woodville	woodville	US	01784	0	America/Detroit	43.66585	-85.68116	303			MI	123	59300	
5015559	Wooster	wooster	US	44691	0	America/Detroit	43.51057	-85.87394	268			MI	123	73260	
5015561	Worden	worden	US	59088	0	America/Detroit	42.38781	-83.64494	297			MI	161	71130	
5015569	Worth	worth	US	60482	0	America/Detroit	43.9253	-83.96555	187			MI	011	76140	
5015574	Wright	wright	US	55798	0	America/Detroit	43.11086	-85.80865	265			MI	139	88820	
5015598	Wyandotte	wyandotte	US	48192	0	America/Detroit	46.88993	-88.87541	367			MI	061	25660	
5015599	Wyandotte	wyandotte	US	48192	25156	America/Detroit	42.21421	-83.14992	177	Vajandot,huai en duo te,wayndwt,wyandwt  myshygan,Вајандот,وايندوت,ویاندوت، میشیگان,怀恩多特		MI	163	88900	
5015618	Wyoming	wyoming	US	02898	75275	America/Detroit	42.91336	-85.70531	196	Vajoming,waywmngh,wayywmng  mshy gn,wywmyng  myshygan,Вајоминг,وائیومنگ، مشی گن,وايومنغ,ویومینگ، میشیگان		MI	081	88940	
5015619	Wyoming	wyoming	US	02898	0	America/Detroit	47.41769	-88.08261	323			MI	083	34300	
5015626	Yale	yale	US	23897	0	America/Menominee	46.46661	-90.06323	460			MI	053	07960	
5015627	Yale	yale	US	23897	1905	America/Detroit	43.13003	-82.79826	242			MI	147	89000	
5015663	York	york	US	03909	0	America/Detroit	42.10171	-83.73494	215			MI	161	89100	
5015670	Yorkville	yorkville	US	13495	0	America/Detroit	42.37532	-85.40167	277			MI	077	69820	
5015688	Ypsilanti	ypsilanti	US	48197	19945	America/Detroit	42.24115	-83.61299	219	Ipsilanti,Ypsilanti,aypsylanty  myshygan,ibsillaenti,ipushiranti,ybsylanty,ypslnty  mshy gn,Υψιλάντι,Ипсиланти,ایپسیلانتی، میشیگان,يبسيلانتي,یپسلنتی، مشی گن,イプシランティ,입실랜티		MI	161	89140	
5015698	Yuma	yuma	US	38390	0	America/Detroit	44.34667	-85.75479	299			MI	165	75940	
5015701	Zeeland	zeeland	US	49464	5626	America/Detroit	42.81252	-86.01865	196	Ziland,xi lan,zyland,zylnd  myshygan,Зиланд,زيلاند,زیلند، میشیگان,西蘭		MI	139	89260	
5015834	Acton	acton	US	01718	0	America/Chicago	45.08413	-94.66083	361			MN	093	00154	
5015844	Ada	ada	US	45810	1656	America/Chicago	47.29969	-96.51535	276	Ada,City of Ada,Ehjda,Ejda,ada,ai da,Ада,Ејда,Эйда,آدا، مینه‌سوتا,أدا,ایڈا، مینیسوٹا,埃达	107	MN	107	00172	
5015850	Adams	adams	US	01220	779	America/Chicago	43.56524	-92.71935	392	Adams,City of Adams		MN	099	00190	
5015882	Adrian	adrian	US	16210	1220	America/Chicago	43.63497	-95.9328	476	Adrian,City of Adrian,Edrian,Ehdrian,Ehjdrian,Ejdrijan,adryan,Адриан,Едріан,Ејдријан,Эдриан,Эйдриан,آدریان، مینه‌سوتا,آدریان، مینیسوٹا,أدريان		MN	105	00262	
5015924	Afton	afton	US	13730	2966	America/Chicago	44.90275	-92.78354	217	Afton,City of Afton		MN	163	00316	
5015958	Ah-gwah-ching	ah-gwah-ching	US	56430	0	America/Chicago	47.07412	-94.56277	407	Ah Gwah Ching,Ah-Gwah-Ching,Ah-gwah-ching		MN	021	59872	
5015978	Aitkin	aitkin	US	56431	2053	America/Chicago	46.53301	-93.71025	369	Aitkin,City of Aitkin,Ehjtkin,Ejtkin,ai te jin,aytkn,Ейткін,Ејткин,Эйткин,أيتكن,ایتکن، مینیسوٹا,ایتکین، مینه‌سوتا,艾特金	001	MN	001	00460	
5015985	Akeley	akeley	US	56433	431	America/Chicago	47.00413	-94.72695	436	Akeley,City of Akeley		MN	057	00496	
5016002	Albany	albany	US	05820	2647	America/Chicago	45.62996	-94.57	367	Albany,City of Albany,Ehlbani,Olbani,albany,Олбани,Элбани,آلبانی، مینه‌سوتا,ألباني,البانے، مینیسوٹا		MN	145	00622	
5016024	Albert Lea	albert-lea	US	56007	17674	America/Chicago	43.64801	-93.36827	379	AEL,Al'bert Li,Al'bert-Li,Albert Lea,Albert Li,City of Albert Lea,albarta li,albrt lya,Алберт Ли,Альберт Ли,Альберт-Ли,Альберт-Лі,آلبرت لی، مینه‌سوتا,ألبرت ليا,البرٹ لی، مینیسوٹا,आल्बर्ट ली	047	MN	047	00694	
5016042	Alberta	alberta	US	23821	102	America/Chicago	45.5733	-96.04755	339	Alberta,City of Alberta,Wheeler		MN	149	00676	
5016051	Albertville	albertville	US	35950	7345	America/Chicago	45.23774	-93.65441	293	Al'bertvil',Al'bertvill,Albertvil,Albertville,City of Albertville,albrtfyl,Албертвил,Альбертвилл,Альбертвіль,آلبرتویل، مینه‌سوتا,ألبرتفيل,البرتویل، مینیسوٹا		MN	171	00730	
5016069	Alborn	alborn	US	55702	0	America/Chicago	46.973	-92.57603	397			MN	137	00820	
5016076	Albright	albright	US	26519	0	America/Chicago	45.12941	-94.11442	312			MN	171	41966	
5016078	Alden	alden	US	14004	646	America/Chicago	43.67023	-93.57605	387	Alden,City of Alden		MN	047	00838	
5016091	Alder	alder	US	59710	0	America/Chicago	47.56161	-93.70382	412			MN	061	40472	
5016094	Aldrich	aldrich	US	56434	47	America/Chicago	46.37635	-94.93669	413	Aldrich,City of Aldrich		MN	159	00892	
5016108	Alexandria	alexandria	US	16611	11843	America/Chicago	45.88524	-95.37754	428	AXN,Alegzandrija,Aleksandria,Aleksandrija,Alexandria,City of Alexandria,alksandrya,allegsandeulia,Алегзандрия,Александриа,Александрия,Александрија,Александрія,ألكساندريا,الکساندریا، مینه‌سوتا,الیگزیندریا، مینیسوٹا,알렉산드리아	041	MN	041	00928	
5016119	Alford	alford	US	32420	0	America/Chicago	46.63189	-92.38353	312			MN	017	71788	
5016124	Alger	alger	US	45812	0	America/Chicago	47.14715	-91.69267	440			MN	075		
5016153	Allen	allen	US	21810	0	America/Chicago	47.51631	-92.09878	460	Allen,Allen Junction		MN	137	30302	
5016192	Almelund	almelund	US	55002	0	America/Chicago	45.49135	-92.78549	304			MN	025	01306	
5016203	Alpha	alpha	US	42603	125	America/Chicago	43.63885	-94.87082	421	Alpha,City of Alpha		MN	063	01162	
5016226	Altura	altura	US	55910	489	America/Chicago	44.07163	-91.9396	357	Altura,City of Altura		MN	169	01234	
5016233	Alvarado	alvarado	US	56710	356	America/Chicago	48.19415	-96.99618	248	Alvarado,City of Alvarado		MN	089	01252	
5016250	Amboy	amboy	US	46911	522	America/Chicago	43.88801	-94.15663	317	Amboy,City of Amboy		MN	013	01324	
5016289	Amherst	amherst	US	01002	0	America/Chicago	43.60858	-91.89488	316			MN	045	01396	
5016374	Andover	andover	US	01810	32213	America/Chicago	45.2333	-93.29134	271	Andovehr,Andover,City of Andover,an duo fu,andwfr,Андовер,Андовэр,آندوور، مینه‌سوتا,أندوفر,اندوویر، مینیسوٹا,安多弗		MN	003	01486	
5016396	Angle Inlet	angle-inlet	US	56711	60	America/Chicago	49.34527	-95.06274	324			MN	077	01550	
5016401	Angora	angora	US	55703	0	America/Chicago	47.77492	-92.63407	412			MN	137	01612	
5016450	Anoka	anoka	US	55303	17350	America/Chicago	45.19774	-93.38718	268	Anoka,City of Anoka,a nuo ka,anwka,Анока,آنوکا، مینه‌سوتا,أنوكا,انوکا، مینیسوٹا,阿诺卡	003	MN	003	01720	
5016463	Anthony	anthony	US	32617	0	America/Chicago	47.34608	-96.66618	268			MN	107	01774	
5016490	Annandale	annandale	US	08801	3304	America/Chicago	45.26274	-94.12443	326	Anandejl,Annandale,Annandehjl,Annandejl,City of Annandale,anandal,Анандејл,Аннандейл,Аннандэйл,أناندال,اناندیل، مینه‌سوتا,اناندیل، مینیسوٹا		MN	171	01684	
5017121	Bancroft	bancroft	US	25011	0	America/Chicago	43.70162	-93.35521	378			MN	047	03466	
5016494	Apple Valley	apple-valley	US	92307	51221	America/Chicago	44.73191	-93.21772	291	Appl Volehj,Apple Valley,City of Apple Valley,Ehpl-Valli,Epl Vali,Epl-Velli,abl faly,aepeulbaelli,Аппл Волэй,Епл Вали,Епл-Веллі,Эпл-Валли,أبل فالي,اپل ولی، مینه‌سوتا,ایپل ویلی، مینیسوٹا,애플밸리		MN	037	01900	
5016496	Appleton	appleton	US	14008	1341	America/Chicago	45.19691	-96.01977	307	Appleton,City of Appleton		MN	151	01864	
5016539	Arco	arco	US	56113	73	America/Chicago	44.38358	-96.18365	511	Arco,City of Arco		MN	081	01972	
5016545	Arcola	arcola	US	38722	0	America/Chicago	45.1233	-92.7666	266			MN	163	41120	
5016571	Argonne	argonne	US	54511	0	America/Chicago	44.6958	-93.28578	315	Argonne,Argonne Farm		MN	037	35180	
5016573	Argyle	argyle	US	12809	642	America/Chicago	48.33276	-96.82089	258	Argyle,City of Argyle		MN	089	02134	
5016580	Arlington	arlington	US	02474	2169	America/Chicago	44.6083	-94.08053	306	Arlington,City of Arlington,Арлингтон		MN	143	02152	
5016598	Armstrong	armstrong	US	50514	0	America/Chicago	43.66468	-93.46799	390			MN	047	50722	
5016599	Armstrong	armstrong	US	50514	0	America/Chicago	45.01135	-93.68691	301			MN	053	30842	
5016617	Arnold	arnold	US	21012	2960	America/Chicago	46.88022	-92.09047	440	Arnol'd,Арнольд		MN	137	54060	
5016674	Asbury	asbury	US	08802	0	America/Chicago	44.87885	-95.53391	320			MN	023	25262	
5016696	Ashby	ashby	US	01431	431	America/Chicago	46.09302	-95.81755	395	Ashby,City of Ashby		MN	051	02422	
5016721	Askov	askov	US	55704	351	America/Chicago	46.18661	-92.78242	356	Askov,City of Askov		MN	115	02548	
5016781	Assumption	assumption	US	62510	0	America/Chicago	44.68802	-93.88886	308			MN	143	68368	
5016804	Atkinson	atkinson	US	03811	0	America/Chicago	46.61217	-92.56547	348			MN	017	02656	
5016813	Atwater	atwater	US	44201	1124	America/Chicago	45.13885	-94.77806	372	Atwater,City of Atwater		MN	067	02692	
5016820	Atwood	atwood	US	38220	0	America/Chicago	44.86302	-93.36384	256			MN	053	18188	
5016826	Audubon	audubon	US	08106	510	America/Chicago	46.86329	-95.98172	400	Audubon,City of Audubon		MN	005	02728	
5016877	Aurora	aurora	US	04408	1666	America/Chicago	47.52993	-92.23712	448	Avrora,Orora,awrwra,Аврора,Орора,آرورا، مینیسوٹا,أورورا,ائورا، مینه‌سوتا		MN	137	69898	
5016884	Austin	austin	US	16720	24563	America/Chicago	43.66663	-92.97464	367	AUM,Austin,City of Austin,Ostin,awstyn,osutin,Остин,Остін,آستین، مینه‌سوتا,آسٹن، مینیسوٹا,أوستين,オースティン	099	MN	099	02908	
5016906	Avalon	avalon	US	08202	0	America/Chicago	44.18964	-94.04634	303			MN	103	47068	
5016909	Averill	averill	US	05901	0	America/Chicago	46.9708	-96.54729	279			MN	027	62032	
5016911	Avoca	avoca	US	14809	140	America/Chicago	43.94857	-95.64556	469	Avoca,City of Avoca		MN	101	03052	
5016917	Avon	avon	US	02322	1466	America/Chicago	45.60913	-94.45167	345	Avon,City of Avon		MN	145	03070	
5016937	Babbitt	babbitt	US	55706	1519	America/Chicago	47.70853	-91.9446	452	Babbit,Babbitt,City of Babbitt,babyt,Баббит,Баббитт,Баббітт,بابيت,ببیت، مینه‌سوتا,بیبت، مینیسوٹا		MN	137	03106	
5016956	Backus	backus	US	56435	246	America/Chicago	46.82024	-94.51639	410	Backus,City of Backus		MN	021	03124	
5016967	Baden	baden	US	15005	0	America/Chicago	44.71413	-93.58829	231			MN	139	58324	
5016968	Badger	badger	US	50516	372	America/Chicago	48.78248	-96.01445	330	Badger,City of Badger		MN	135	03160	
5016971	Baden	baden	US	15005	0	America/Chicago	47.01022	-92.58853	409			MN	137	00820	
5016990	Bagley	bagley	US	50026	1394	America/Chicago	47.52162	-95.39835	442	Baglehj,Bagley,Bagli,City of Bagley,baghly,Багли,Баглэй,Баґлі,باغلي,بگلی، مینه‌سوتا,بگلے، مینیسوٹا	029	MN	029	03196	
5017003	Bailey	bailey	US	27807	0	America/Chicago	45.31691	-93.66524	282			MN	141	05770	
5017014	Baker	baker	US	26801	0	America/Chicago	47.12162	-94.51916	395			MN	021	65776	
5017015	Baker	baker	US	26801	55	America/Chicago	46.71302	-96.55202	286	Baker,Navan		MN	027	01054	
5017036	Balaton	balaton	US	56115	624	America/Chicago	44.2333	-95.87224	470	Balaton,City of Balaton		MN	083	03250	
5017095	Balsam	balsam	US	28707	0	America/Chicago	46.78106	-93.15605	377			MN	001	03412	
5017139	Banning	banning	US	92220	0	America/Chicago	46.1605	-92.85187	339			MN	115	21140	
5017185	Barnesville	barnesville	US	18214	2577	America/Chicago	46.65218	-96.41979	312	Barnehsvill,Barnesville,Barnsvil,Barnsvil',Barnsvill,City of Barnesville,barnsfyl,Барнсвил,Барнсвилл,Барнсвіль,Барнэсвилл,بارنزویل، مینه‌سوتا,بارنزویل، مینیسوٹا,بارنسفيل		MN	027	03574	
5017195	Barnum	barnum	US	50518	598	America/Chicago	46.503	-92.68853	337	Barnum,City of Barnum		MN	017	03628	
5017199	Baroda	baroda	US	49101	0	America/Chicago	43.72079	-93.67494	361			MN	043	11638	
5017201	Barrett	barrett	US	56311	401	America/Chicago	45.91052	-95.89033	356	Barit,Barrehtt,Barrett,City of Barrett,baryt,Барит,Барретт,Баррэтт,باريت,بریت، مینه‌سوتا,بریت، مینیسوٹا		MN	051	03682	
5017218	Barry	barry	US	56210	15	America/Chicago	45.55802	-96.55923	337	Barry,City of Barry		MN	011	03718	
5017234	Bartlett	bartlett	US	03812	0	America/Chicago	46.91244	-92.3413	416			MN	137	24956	
5017330	Bassett	bassett	US	24055	0	America/Chicago	47.38714	-91.82878	524			MN	137	03880	
5017352	Bath	bath	US	03740	0	America/Chicago	43.82551	-93.38994	384			MN	047	03934	
5017366	Battle Lake	battle-lake	US	56515	880	America/Chicago	46.28052	-95.71366	414	Battle Lake,City of Battle Lake		MN	111	03970	
5017385	Baudette	baudette	US	56623	1063	America/Chicago	48.71247	-94.59993	331	BDE,Baudehtt,Baudette,Bodett,City of Baudette,bao de te,bawdyt,Баудэтт,Бодетт,باؤدیت، مینیسوٹا,باودت، مینه‌سوتا,باوديت,包地特	077	MN	077	04024	
5017396	Baxter	baxter	US	26560	7934	America/Chicago	46.3433	-94.28667	368	Bakstehr,Bakster,Baxter,City of Baxter,bakstr,Бакстер,Бакстэр,باكستر,بکستر، مینه‌سوتا,بکستر، مینیسوٹا		MN	035	04042	
5017416	Bayport	bayport	US	11705	3714	America/Chicago	45.02136	-92.78104	216	Bayport,Behjport,Bejport,City of Bayport,bybwrt,Бейпорт,Бејпорт,Бэйпорт,بيبورت,بیپورت، مینه‌سوتا,بے پورت، مینیسوٹا		MN	163	04114	
5017419	Bayview	bayview	US	83803	0	America/Chicago	46.11885	-93.6033	383			MN	095	61384	
5017420	Bayview	bayview	US	83803	0	America/Chicago	46.74716	-92.19547	364			MN	137	17000	
5017518	Beardsley	beardsley	US	56211	222	America/Chicago	45.5583	-96.71229	334			MN	011	04204	
5017571	Beaver	beaver	US	15009	0	America/Chicago	44.1533	-92.01238	216			MN	169	70168	
5017573	Beaver Bay	beaver-bay	US	55601	174	America/Chicago	47.2577	-91.30044	214	Beaver Bay,Bivehr Behj,Biver Vej,Biver-Bej,City of Beaver Bay,byfyr bay,Бивер Веј,Бивер-Бей,Бивэр Бэй,Бівер-Бей,بيفير باي,بیور بی، مینه‌سوتا,بیور بے، مینیسوٹا		MN	075	04456	
5017586	Beaver Creek	beaver-creek	US	56116	296	America/Chicago	43.61414	-96.36448	442	Beaver Creek,City of Beaver Creek		MN	133	04492	
5017596	Beaver Crossing	beaver-crossing	US	68313	0	America/Chicago	47.24215	-91.52489	408			MN	075	60304	
5017600	Beaver Falls	beaver-falls	US	13305	0	America/Chicago	44.58302	-95.04722	281			MN	129	04546	
5017660	Becker	becker	US	38825	4700	America/Chicago	45.3933	-93.87692	296	Becker,Bekehr,Beker,City of Becker,bykr,Бекер,Бекэр,بيكر,بکر، مینه‌سوتا,بیکر، مینیسوٹا		MN	141	04618	
5017689	Beckville	beckville	US	75631	0	America/Chicago	45.04441	-94.56388	363			MN	093	25730	
5017697	Bee	bee	US	24217	0	America/Chicago	43.50108	-91.5707	276			MN	055	70564	
5017714	Bejou	bejou	US	56516	90	America/Chicago	47.44135	-95.97615	373	Bejou,City of Bejou		MN	087	04672	
5017721	Belden	belden	US	38826	0	America/Chicago	46.32216	-92.31325	387			MN	115	45484	
5017726	Belgrade	belgrade	US	04917	0	America/Chicago	47.53104	-92.37407	451			MN	137	06148	
5017727	Belgrade	belgrade	US	04917	755	America/Chicago	45.45302	-95.00446	386	Belgrade,City of Belgrade		MN	145	04762	
5017747	Bellaire	bellaire	US	43906	0	America/Chicago	45.06969	-92.99466	287			MN	123	69916	
5017756	Belle Haven	belle-haven	US	23306	0	America/Chicago	44.16552	-93.96134	306			MN	013	39878	
5017761	Belle Plaine	belle-plaine	US	52208	6918	America/Chicago	44.62274	-93.76857	261	Behll Plehjn,Bel Plejn,Bell-Plejn,Belle Plaine,City of Belle Plaine,byly blyn,Бел Плејн,Белл-Плейн,Бэлл Плэйн,بل پلین، مینه‌سوتا,بيلي بلين,بیل پلین، مینیسوٹا		MN	139	04834	
5017781	Bellingham	bellingham	US	02019	159	America/Chicago	45.13444	-96.28417	319	Bellingham,City of Bellingham		MN	073	04960	
5017804	Beltrami	beltrami	US	56517	106	America/Chicago	47.54247	-96.53034	276	Beltrami,City of Beltrami		MN	119	05014	
5017815	Belview	belview	US	56214	363	America/Chicago	44.60524	-95.32945	326	Belview,City of Belview		MN	127	05050	
5017822	Bemidji	bemidji	US	56601	14594	America/Chicago	47.47356	-94.88028	416	BJI,Behmidzhi,Bemidji,Bemidzhi,Bemidzi,Bemijigamaag,Bermidji,City of Bemidji,bymydjy,Бемиджи,Бемиџи,Беміджи,Бэмиджи,بمیجی، مینه‌سوتا,بيميدجي,بیمیجی، مینیسوٹا	007	MN	007	05068	
5017835	Bena	bena	US	23018	118	America/Chicago	47.34079	-94.20718	401	Bena,City of Bena		MN	021	05104	
5017845	Benedict	benedict	US	20612	0	America/Chicago	47.15801	-94.69055	402			MN	057	34838	
5017866	Bennett	bennett	US	27208	0	America/Chicago	47.41605	-93.08491	477			MN	061	32570	
5017877	Benoit	benoit	US	38725	0	America/Chicago	47.70164	-96.39478	313			MN	119	32948	
5017882	Benson	benson	US	05731	3240	America/Chicago	45.315	-95.6025	319	BBB,Behnson,Benson,City of Benson,bnswn,Бенсон,Бэнсон,بنسون,بنسون، مینه‌سوتا,بینسون، مینیسوٹا	151	MN	151	05212	
5017913	Benton	benton	US	17814	0	America/Chicago	44.77607	-93.78107	289			MN	019	12664	
5017953	Bergen	bergen	US	14416	0	America/Chicago	43.78996	-94.99471	424			MN	063	11476	
5017987	Berne	berne	US	12023	0	America/Chicago	44.16358	-92.77936	342			MN	039	42380	
5018004	Bertha	bertha	US	56437	471	America/Chicago	46.26663	-95.0628	424	Bertha,City of Bertha		MN	153	05482	
5018036	Bethany	bethany	US	06524	0	America/Chicago	44.02413	-91.91154	371			MN	169	47374	
5018085	Bethel	bethel	US	04217	472	America/Chicago	45.40385	-93.26773	284	Bethel,City of Bethel		MN	003	05554	
5018252	Big Falls	big-falls	US	54926	224	America/Chicago	48.19106	-93.80657	371	Big Falls,Big Fols,Big-Fols,City of Big Falls,bygh fwlz,Биг Фолс,Биг-Фолс,Біґ-Фолс,بيغ فولز,بگ فالز، مینیسوٹا,بیگ فالز، مینه‌سوتا		MN	071	05680	
5018285	Big Lake	big-lake	US	55309	10368	America/Chicago	45.33246	-93.74608	286	Big Lake,Big Lehjk,Big Lejk,Big-Lejk,City of Big Lake,Humboldt,bygh lyk,Биг Лејк,Биг Лэйк,Биг-Лейк,Біґ-Лейк,بيغ ليك,بگ لیک، مینیسوٹا,بیگ لیک، مینه‌سوتا		MN	141	05752	
5018353	Big Spring	big-spring	US	79720	0	America/Chicago	43.56663	-92.05238	369			MN	045	27206	
5018404	Bigelow	bigelow	US	56117	238	America/Chicago	43.50524	-95.69001	501	Bigelow,City of Bigelow		MN	105	05644	
5019408	Brownell	brownell	US	67521	0	America/Chicago	46.67716	-92.33825	339			MN	017	64768	
5018411	Bigfork	bigfork	US	56628	445	America/Chicago	47.74439	-93.65408	399	Bigfok,Bigfork,City of Bigfork,byghfwrk,Бигфок,Бигфорк,Біґфорк,بيغفورك,بگ فورک، مینیسوٹا,بیگ‌فورک، مینه‌سوتا		MN	061	05698	
5018431	Bingham Lake	bingham-lake	US	56118	126	America/Chicago	43.90662	-95.04638	433	Bingham Lake,City of Bingham Lake		MN	033	05896	
5018497	Birchdale	birchdale	US	56629	0	America/Chicago	48.62691	-94.10185	354			MN	071	47352	
5018508	Birchwood	birchwood	US	37308	1139	America/Chicago	45.06108	-92.97605	295	Birchwood,Birchwood Village,City of Birchwood Village		MN	163	06058	
5018516	Bird Island	bird-island	US	55310	994	America/Chicago	44.76746	-94.89555	332	Bird Island,City of Bird Island		MN	129	06076	
5018540	Biwabik	biwabik	US	55708	992	America/Chicago	47.53298	-92.34018	443	Bajvabik,Bibawik,Bivabik,Biwabik,City of Biwabik,bywabyk,Байвабик,Байвабік,Бивабик,بيوابيك,بیوابک، مینیسوٹا,بیوابیک، مینه‌سوتا		MN	137	06148	
5018545	Bixby	bixby	US	65439	0	America/Chicago	43.94441	-93.09715	397			MN	147	02890	
5018620	Blackduck	blackduck	US	56630	779	America/Chicago	47.73301	-94.54858	426	Blackduck,Blehkdak,Blek Springs,Blekdak,City of Blackduck,blakdk,Блек Спрингс,Блекдак,Блэкдак,بلاكدك,بلک‌داک، مینه‌سوتا,بلیک ڈک، مینیسوٹا		MN	007	06256	
5018651	Blaine	blaine	US	04734	62124	America/Chicago	45.1608	-93.23495	276	Blaine,City of Blaine		MN	003	06382	
5018705	Blomkest	blomkest	US	56216	161	America/Chicago	44.94274	-95.02334	346	Blomkest,City of Blomkest		MN	067	06490	
5018727	Blooming Prairie	blooming-prairie	US	55917	1993	America/Chicago	43.86663	-93.05103	394	Blooming Prairie,City of Blooming Prairie		MN	147		
5018739	Bloomington	bloomington	US	12411	86435	America/Chicago	44.8408	-93.29828	252	Bloomington,Bloominton,Blumington,City of Bloomington,beullumingteon,blwmnghtwn,blwmyngtn  mynh‌swta,buruminton,Блумингтон,بلومنغتون,بلومنگٹن، مینیسوٹا,بلومینگتن، مینه‌سوتا,ブルーミントン,블루밍턴		MN	053	06616	
5018751	Blue Earth	blue-earth	US	56013	3236	America/Chicago	43.63746	-94.10218	332	Blu Ert,Blu Irs,Blu-Ehrt,Blu-Ert,Blue Earth,City of Blue Earth,blw ayrth,Блу Ерт,Блу Ирс,Блу-Ерт,Блу-Эрт,بلو إيرث,بلو ارتھ، مینیسوٹا,بلو ارث، مینه‌سوتا	043	MN	043	06688	
5018774	Blue Grass	blue-grass	US	24413	0	America/Chicago	46.54274	-95.01002	413			MN	159	70906	
5018836	Bluffton	bluffton	US	29910	210	America/Chicago	46.46913	-95.23309	414	Bluffton,City of Bluffton		MN	111	06778	
5018858	Bock	bock	US	56313	105	America/Chicago	45.78496	-93.5569	336	Bock,City of Bock		MN	095	06814	
5018925	Bombay	bombay	US	12914	0	America/Chicago	44.28358	-92.89159	357			MN	049	11188	
5018991	Borup	borup	US	56519	107	America/Chicago	47.18024	-96.50618	277	Borup,City of Borup		MN	107	07030	
5019035	Bovey	bovey	US	55709	811	America/Chicago	47.2955	-93.41882	401	Bovey,City of Bovey		MN	061	07048	
5019036	Bowlus	bowlus	US	56314	283	America/Chicago	45.81941	-94.40945	338	Bowlus,City of Bowlus		MN	097	07066	
5019045	Bowstring	bowstring	US	56631	0	America/Chicago	47.543	-93.7966	410			MN	061	07102	
5019069	Boyd	boyd	US	54726	166	America/Chicago	44.84857	-95.90309	320	Boyd,City of Boyd		MN	073	07138	
5019091	Bradford	bradford	US	02808	0	America/Chicago	45.52246	-93.36884	286			MN	059	07246	
5019105	Braham	braham	US	55006	1770	America/Chicago	45.72274	-93.17078	292	Bragam,Braham,Brakham,City of Braham,braham,Брагам,Брахам,براهام,براهام، مینه‌سوتا,براہم، مینیسوٹا		MN	059	07282	
5019116	Brainerd	brainerd	US	56401	13371	America/Chicago	46.35802	-94.20083	371	BRD,Brainerd,Brehjnerd,Brejnerd,Brejnurd,City of Brainerd,Oski-odena,brynrd,Брейнерд,Брейнърд,Брэйнерд,برينرد,برینرد، مینه‌سوتا,برینرڈ، مینیسوٹا	035	MN	035	07300	
5019124	Branch	branch	US	49402	2696	America/Chicago	45.48524	-92.96188	276	Branch,City of Branch		MN	025	46798	
5019168	Breckenridge	breckenridge	US	48615	3290	America/Chicago	46.26357	-96.58813	293	Breckenridge,Brehkenridzh,Brekenridz,Brekenridzh,City of Breckenridge,bryknrydj,Брекенридж,Брекенриџ,Брекенрідж,Брэкенридж,بريكنريدج,برکنریج، مینه‌سوتا,بریکین رج، مینیسوٹا	167	MN	167	07462	
5019182	Breda	breda	US	51436	0	America/Chicago	47.31187	-91.88573	482			MN	137	20186	
5019184	Brandon	brandon	US	05733	476	America/Chicago	45.96524	-95.59866	426	Brandon,Brehndon,City of Brandon,Брэндон		MN	041	07336	
5019188	Breezy Point	breezy-point	US	11697	2350	America/Chicago	46.59001	-94.21982	375	Breezy Point,City of Breezy Point,Pelican Lakes		MN	035	07516	
5019198	Bremen	bremen	US	04551	0	America/Chicago	44.20858	-92.31073	339			MN	157	72292	
5019222	Brewster	brewster	US	02631	472	America/Chicago	43.69857	-95.46862	454	Brehuster,Brewster,Brjuster,Bruster,City of Brewster,Hersey,brwstr,Брустер,Брэустер,Брюстер,بروستر,بروستر، مینه‌سوتا,بریوسٹر، مینیسوٹا		MN	105	07660	
5019235	Bricelyn	bricelyn	US	56014	346	America/Chicago	43.56218	-93.81189	360	Bricelyn,City of Bricelyn		MN	043	07678	
5019275	Brimson	brimson	US	55602	0	America/Chicago	47.27659	-91.86712	463			MN	137	02818	
5019281	Bristol	bristol	US	02809	0	America/Chicago	43.54441	-92.16933	406			MN	045	07804	
5019287	Britt	britt	US	50423	0	America/Chicago	47.6402	-92.52546	450	Britt,Brittmount		MN	137	58450	
5019317	Brook Park	brook-park	US	55007	136	America/Chicago	45.9494	-93.07549	313	Brook Park,Bruk park,City of Brook Park,Брук парк		MN	115	07984	
5019329	Brooklyn	brooklyn	US	06234	0	America/Chicago	47.43965	-92.92102	456			MN	137	28790	
5019339	Brooks	brooks	US	04921	141	America/Chicago	47.81441	-96.00226	344	Brooks,City of Brooks		MN	125	08038	
5019353	Brookston	brookston	US	47923	139	America/Chicago	46.86772	-92.6038	374	Brookston,Brookstone,Brukston,City of Brookston,brwkstwn,Брукстон,بروكستون,بروکستون، مینه‌سوتا,بروکسٹن، مینیسوٹا		MN	137	08056	
5019360	Brooten	brooten	US	56316	745	America/Chicago	45.50108	-95.12447	399	Brooten,City of Brooten		MN	145	08092	
5019374	Browerville	browerville	US	56438	757	America/Chicago	46.0858	-94.86586	391	Brouehrvill,Brovervil',Browerville,City of Browerville,brwrfyl,Бровервіль,Броуэрвилл,برورفيل,بروور ویل، مینیسوٹا,بروورویل، مینه‌سوتا		MN	153	08110	
5019431	Browns Valley	browns-valley	US	56219	557	America/Chicago	45.59524	-96.83341	301	Brauns Vali,Brauns Vallehj,Brauns-Valli,Brown Valley,Brown's Valley,Browns Valley,City of Browns Valley,Lake Traverse,brawnz faly,Браунс Вали,Браунс Валлэй,Браунс-Валли,Браунс-Валлі,براؤن ویلی، مینیسوٹا,براون ولی، مینه‌سوتا,براونز فالي		MN	155	08200	
5019445	Brownsdale	brownsdale	US	55918	684	America/Chicago	43.74024	-92.86935	391	Brownsdale,City of Brownsdale		MN	099	08164	
5019453	Brownsville	brownsville	US	05037	465	America/Chicago	43.69414	-91.27986	215	Brownsville,City of Brownsville		MN	055	08218	
5019460	Brownton	brownton	US	55312	738	America/Chicago	44.73191	-94.35026	314	Brownton,City of Brownton		MN	085	08254	
5019467	Bruce	bruce	US	38915	0	America/Chicago	43.5222	-96.39837	455			MN	133	40796	
5019483	Bruno	bruno	US	25611	100	America/Chicago	46.27911	-92.66436	351	Bruno,City of Bruno		MN	115	08290	
5019491	Brunswick	brunswick	US	04011	0	America/Chicago	45.78885	-93.27578	293			MN	065	08344	
5019494	Brush Creek	brush-creek	US	38547	0	America/Chicago	43.64468	-93.84828	346			MN	043	08380	
5019561	Buckman	buckman	US	56317	271	America/Chicago	45.89747	-94.0936	373	Buckman,City of Buckman		MN	097	08416	
5019588	Buffalo	buffalo	US	14201	16026	America/Chicago	45.17191	-93.87469	283	Baffalo,Bufalo,Buffalo,baflw,Баффало,Буфало,Буффало,بافلو,بوفالو، مینه‌سوتا,بوفیلو، مینیسوٹا	171	MN	171	08452	
5019611	Buffalo Lake	buffalo-lake	US	55314	690	America/Chicago	44.73718	-94.61693	326	Buffalo Lake,City of Buffalo Lake		MN	129	08488	
5019665	Buhl	buhl	US	35446	990	America/Chicago	47.49354	-92.77796	465	Buhl,City of Buhl		MN	137	08524	
5019730	Burchard	burchard	US	68323	0	America/Chicago	44.25608	-95.9903	510			MN	083	59440	
5019750	Burnett	burnett	US	53922	0	America/Chicago	46.90077	-92.52436	400			MN	137	30932	
5019767	Burnsville	burnsville	US	26335	61481	America/Chicago	44.76774	-93.27772	296	Bernsvil,Bernsvil',Bernsvill,Burnsvill,Burnsville,City of Burnsville,bwrnsfyl,Бернсвил,Бернсвилл,Бернсвіль,Бурнсвилл,برنزویل، مینه‌سوتا,برنزویل، مینیسوٹا,بورنسفيل		MN	037	08794	
5019786	Burr	burr	US	68324	0	America/Chicago	44.7483	-96.35921	404	Burr,Stanley		MN	173	21464	
5019811	Burtrum	burtrum	US	56318	140	America/Chicago	45.86747	-94.68501	391	Burtrum,City of Burtrum		MN	153	08902	
5019815	Burwell	burwell	US	68823	0	America/Chicago	47.74525	-96.50312	279			MN	119	20204	
5019846	Butler	butler	US	07405	0	America/Chicago	46.68802	-95.35309	446			MN	111	08974	
5019847	Butterfield	butterfield	US	56120	594	America/Chicago	43.95829	-94.7947	362	Butterfield,City of Butterfield		MN	165	08992	
5019867	Butternut	butternut	US	54514	0	America/Chicago	44.13774	-94.32913	301			MN	013	09046	
5019890	Byron	byron	US	14422	5328	America/Chicago	44.03274	-92.64546	383	Bryon,Byron,City of Byron		MN	109	09154	
5019915	Cable	cable	US	43009	0	America/Chicago	45.51163	-94.07415	308			MN	141	27674	
5019936	Caledonia	caledonia	US	14423	2787	America/Chicago	43.63469	-91.49681	360	Caledonia,City of Caledonia,Kaledonija,Каледония	055	MN	055	09226	
5019965	Calumet	calumet	US	15621	359	America/Chicago	47.32188	-93.27687	421			MN	061	25892	
5020062	Cambria	cambria	US	53923	0	America/Chicago	44.23858	-94.31441	246			MN	013	09352	
5020068	Cambridge	cambridge	US	02138	8451	America/Chicago	45.57274	-93.22439	293	Cambridge,City of Cambridge,Kehmbridzh,Kejmbridzh,Kembridz,Kembridzh,kambrydj,Кеймбридж,Кеймбрідж,Кембридж,Кембриџ,Кэмбридж,كامبريدج,کمبریج، مینه‌سوتا,کیمبرج، مینیسوٹا	059	MN	059	09370	
5020210	Campbell	campbell	US	14821	154	America/Chicago	46.09774	-96.40479	300	Campbell,City of Campbell,Kehmpbell,Кэмпбелл		MN	167	09496	
5020238	Canby	canby	US	56220	1709	America/Chicago	44.70885	-96.27643	377	Canby,City of Canby,Kanbi,Kehnbi,knby,Канби,Канбі,Кэнби,كنبي,کنبی، مینه‌سوتا,کینبی، مینیسوٹا		MN	173	09604	
5020274	Canisteo	canisteo	US	14823	0	America/Chicago	47.28772	-93.4541	407			MN	061	01936	
5020281	Cannon Falls	cannon-falls	US	55009	4062	America/Chicago	44.50691	-92.90548	256	Cannon Falls,City of Cannon Falls,Kannon Fols,Kannon-Fols,Kanon Fols,Kennon-Fols,kanwn fwlz,Каннон Фолс,Каннон-Фолс,Канон Фолс,Кеннон-Фолс,كانون فولز,کانن فلز، مینه‌سوتا,کینن فالز، مینیسوٹا		MN	049	09730	
5020336	Canton	canton	US	02021	345	America/Chicago	43.52969	-91.92988	410	Canton,City of Canton		MN	045	09802	
5020347	Canyon	canyon	US	55717	0	America/Chicago	47.03994	-92.47075	413			MN	137	47050	
5020376	Caribou	caribou	US	04736	0	America/Chicago	48.98248	-96.44947	309			MN	069	09874	
5020399	Carlisle	carlisle	US	01741	0	America/Chicago	46.36829	-96.18978	379			MN	111	09946	
5020401	Carlos	carlos	US	56319	490	America/Chicago	45.97246	-95.29226	418	Carlos,City of Carlos		MN	041	09964	
5020428	Carlton	carlton	US	16311	1048	America/Chicago	46.66383	-92.42491	330	Carlton,City of Carlton,Karlton,Northern Pacific Junction,karltwn,Карлтон,كارلتون,کارلتن، مینه‌سوتا,کارلٹن، مینیسوٹا	017	MN	017	10018	
5020438	Carmel	carmel	US	04419	0	America/Chicago	48.28163	-95.44444	369			MN	007	26900	
5020496	Carver	carver	US	02330	4311	America/Chicago	44.76357	-93.62579	223	Carver,City of Carver,Karvehr,Karver,karfr,Карвер,Карвэр,كارفر,کارور، مینه‌سوتا,کارور، مینیسوٹا		MN	019	10144	
5020523	Casco	casco	US	04015	0	America/Chicago	47.25799	-92.70186	397			MN	137	35774	
5020531	Casey	casey	US	50048	0	America/Chicago	45.06607	-94.44138	333			MN	093	18818	
5020543	Cashtown	cashtown	US	17310	0	America/Chicago	45.29858	-96.43922	304			MN	011	48706	
5020548	Cass Lake	cass-lake	US	56633	747	America/Chicago	47.3794	-94.60415	406	Cass Lake,City of Cass Lake,Kas Lejk,Kass Lehjk,Kass-Lejk,kas lyk,Кас Лејк,Касс Лэйк,Касс-Лейк,كاس ليك,کس لیک، مینه‌سوتا,کیس لیک، مینیسوٹا		MN	021	10252	
5020560	Castle Rock	castle-rock	US	55010	0	America/Chicago	44.54385	-93.15244	286			MN	037	10306	
5020596	Cazenovia	cazenovia	US	13035	0	America/Chicago	44.06691	-96.36782	510			MN	117	65614	
5020601	Cedar	cedar	US	49621	0	America/Chicago	45.31969	-93.28606	275			MN	003	47690	
5020623	Cedar Grove	cedar-grove	US	07009	0	America/Chicago	44.80469	-93.21022	262			MN	037	17288	
5020656	Cedar Lake	cedar-lake	US	46303	0	America/Chicago	44.58719	-93.44023	287			MN	139	10450	
5020711	Jefferson	jefferson	US	01522	0	America/Chicago	43.51414	-91.28041	201	Cee Jefferson,Jefferson,Ross's Landing		MN	055	31814	
5020715	Celina	celina	US	38551	0	America/Chicago	47.86576	-93.06184	402			MN	137		
5020733	Center City	center-city	US	55012	628	America/Chicago	45.39385	-92.8166	283		025	MN	025	10576	
5020751	Centerville	centerville	US	02632	3930	America/Chicago	45.16302	-93.05578	276	Centerville,City of Centerville,Sentervil,Sentervil',Sentervill,sntrfyl,Сентервил,Сентервилл,Сентервіль,سنترفيل,سنترویل، مینه‌سوتا,سینٹرویل، مینیسوٹا		MN	003	10648	
5020752	Centerville	centerville	US	02632	0	America/Chicago	43.94302	-91.6357	401			MN	169	70690	
5020761	Central	central	US	29630	0	America/Chicago	48.69941	-94.34297	333			MN	071	47352	
5020826	Cerro Gordo	cerro-gordo	US	28430	0	America/Chicago	45.05246	-96.03198	317	Cerro Gordo,Cerrogordo		MN	073	10774	
5020831	Ceylon	ceylon	US	56121	356	America/Chicago	43.53357	-94.63165	384	Ceylon,City of Ceylon		MN	091	10792	
5020854	Chamberlain	chamberlain	US	04541	0	America/Chicago	46.90524	-94.72167	450			MN	057	70114	
5020859	Champlin	champlin	US	55316	23894	America/Chicago	45.18885	-93.39745	260	Chamlin,Champlin,City of Champlin,tshamblyn,Чамлин,Чамплин,Чамплін,تشامبلين,چمپلین، مینه‌سوتا,چیمپلن، مینیسوٹا		MN	053	10846	
5020864	Chandler	chandler	US	47610	257	America/Chicago	43.92913	-95.94724	506	Chandler,City of Chandler,Чандлер		MN	101	10900	
5020881	Chanhassen	chanhassen	US	55317	25332	America/Chicago	44.86219	-93.53079	297	Chanhassen,Chankhasen,Chankhassehn,City of Chanhassen,Shangassen,Shankhassen,tshanhasyn,Чанхасен,Чанхассэн,Шангассен,Шанхассен,تشانهاسين,چنهسن، مینه‌سوتا,چین ہاسن، مینیسوٹا		MN	019	10918	
5020938	Chaska	chaska	US	55318	25199	America/Chicago	44.78941	-93.60218	223	Chaska,City of Chaska,chaska  mynh‌swta,tshska,Часка,تشسكا,چاسکا، مینه‌سوتا,چاسکا، مینیسوٹا	019	MN	019	10972	
5020946	Chatfield	chatfield	US	44825	2799	America/Chicago	43.84552	-92.18905	308	Chatfield,Chatfild,City of Chatfield,shatfyld,Чатфилд,Чатфілд,شاتفيلد,چتفیلد، مینه‌سوتا,چیٹفیلڈ، مینیسوٹا		MN	045	11008	
5020973	Cherry	cherry	US	61317	0	America/Chicago	47.40076	-92.70713	412			MN	137	11134	
5020988	Chester	chester	US	01011	0	America/Chicago	44.00691	-92.34517	347			MN	109	40616	
5021019	Childs	childs	US	21916	0	America/Chicago	46.06551	-96.53451	297			MN	167	09514	
5021063	Chisago City	chisago-city	US	55013	4932	America/Chicago	45.37358	-92.88994	282	Chisago Siti,Chisago-Siti,qi sa ge cheng,tshysaghw syty,Чисаго Сити,Чисаго-Сити,Чісаґо-Сіті,تشيساغو سيتي,چساگو سٹی، مینیسوٹا,چیساگو سیتی، مینه‌سوتا,奇萨戈城		MN	025	11350	
5021088	Chisholm	chisholm	US	55719	4981	America/Chicago	47.4891	-92.8838	468	Chisholm,Chiskholm,Chizgolm,Chizolm,City of Chisholm,tshyshwlm,Чизолм,Чисхолм,Чишолм,Чізголм,تشيشولم,چیسم، مینه‌سوتا,چیشوم، مینیسوٹا		MN	137	11386	
5021100	Chokio	chokio	US	56221	389	America/Chicago	45.57163	-96.17339	343	Chokio,City of Chokio		MN	149	11440	
5021323	Circle Pines	circle-pines	US	55014	4958	America/Chicago	45.14858	-93.15161	277	Circle Pines,City of Circle Pines,Serkel Pajns,Serkl-Pajns,Sokl Pajns,syrkl byns,Серкел Пајнс,Серкл-Пайнс,Сокл Пайнс,سرکل پائنز، مینیسوٹا,سرکل پاینز، مینه‌سوتا,سيركل بينس		MN	003	11494	
5021351	Clara City	clara-city	US	56222	1320	America/Chicago	44.95496	-95.3664	322			MN	023	11548	
5021372	Claremont	claremont	US	03743	536	America/Chicago	44.04441	-92.9977	392	City of Claremont,Claremont,Klermont,Клермонт		MN	039	11566	
5021381	Clarissa	clarissa	US	56440	655	America/Chicago	46.13024	-94.94864	403	City of Clarissa,Clarissa		MN	153	11602	
5021405	Clarkfield	clarkfield	US	56223	811	America/Chicago	44.78889	-95.80389	330			MN	173	11656	
5021427	Clarks Grove	clarks-grove	US	56016	681	America/Chicago	43.76385	-93.3291	400	City of Clarks Grove,Clark's Grove,Clarks Grove		MN	047	11674	
5021492	Clear Lake	clear-lake	US	50428	645	America/Chicago	45.44497	-93.99887	303	City of Clear Lake,Clear Lake		MN	141	11764	
5021522	Clearbrook	clearbrook	US	56634	517	America/Chicago	47.6919	-95.43112	411	City of Clearbrook,Clearbrook		MN	029	11746	
5021527	Clearwater	clearwater	US	29822	1783	America/Chicago	45.41941	-94.04887	294	City of Clearwater,Clear Water,Clearwater,Clearwater Village		MN	171	11800	
5021569	Clements	clements	US	20624	149	America/Chicago	44.38163	-95.05249	320	City of Clements,Clements		MN	127	11836	
5021577	Cleveland	cleveland	US	13042	700	America/Chicago	44.32552	-93.83773	315	City of Cleveland,Cleveland,Klivlend,Кливленд		MN	079	11872	
5021597	Clifton	clifton	US	07011	0	America/Chicago	46.88133	-91.92046	188	Clifton,Talmadge		MN	137	35234	
5021600	Climax	climax	US	12042	265	America/Chicago	47.60775	-96.81702	264	City of Climax,Climax		MN	119	11962	
5021606	Clinton	clinton	US	01510	419	America/Chicago	45.46024	-96.43367	351	City of Clinton,Clinton,Klinton,Клинтон		MN	011	11980	
5021620	Clitherall	clitherall	US	56524	114	America/Chicago	46.27496	-95.63116	411	City of Clitherall,Clitherall		MN	111	12088	
5021625	Clontarf	clontarf	US	56226	157	America/Chicago	45.37635	-95.67865	318	City of Clontarf,Clontarf		MN	151	12124	
5021632	Cloquet	cloquet	US	55720	12075	America/Chicago	46.72161	-92.45936	368	City of Cloquet,Cloquet,Klogueht,Klokej,Kloket,ke luo kai,keullokes,klwkt  mynh‌swta,klwkyh,Клогуэт,Клокей,Клокет,Клокеј,كلوكيه,کلوکت، مینه‌سوتا,کلوکیٹ، مینیسوٹا,克洛凯,클로켓		MN	017	12160	
5021670	Cloverdale	cloverdale	US	24077	0	America/Chicago	46.01217	-92.73992	298			MN	115	02188	
5021684	Clyde	clyde	US	14433	0	America/Chicago	43.89469	-91.97932	356			MN	169	58558	
5021703	Cobden	cobden	US	62920	35	America/Chicago	44.28635	-94.84888	316	City of Cobden,Cobden,North Branch		MN	015	12394	
5021723	Cohasset	cohasset	US	02025	2745	America/Chicago	47.26356	-93.62022	391	Bass Brook,Cohasset		MN	061	12412	
5021724	Coin	coin	US	51636	0	America/Chicago	45.73496	-93.30661	296			MN	065	08344	
5021726	Cokato	cokato	US	55321	2727	America/Chicago	45.0758	-94.18998	321	City of Cokato,Cokato,Kokato,Kokejto,kwkatw,Кокато,Кокейто,كوكاتو,کوکاتو، مینه‌سوتا,کوکیٹو، مینیسوٹا		MN	171	12430	
5021741	Colby	colby	US	54421	0	America/Chicago	47.54187	-92.1699	439			MN	137	30302	
5021769	Coleraine	coleraine	US	55722	1999	America/Chicago	47.28883	-93.42771	403	City of Coleraine,Coleraine,Kolerajn,Kolrejn,kwlyryn,Колерайн,Колрейн,Колрејн,كوليرين,کولرین، مینه‌سوتا,کولرین، مینیسوٹا		MN	061	12502	
5021784	Collegeville	collegeville	US	19426	3516	America/Chicago	45.59441	-94.36305	334			MN	145	58198	
5021788	Cold Spring	cold-spring	US	10516	4094	America/Chicago	45.4558	-94.42888	335	City of Cold Spring,Cold Spring		MN	145	12484	
5021807	Cologne	cologne	US	08213	1605	America/Chicago	44.77163	-93.78135	292	City of Cologne,Cologne,Kologn,Kolon,kwlwghn,Кологн,Колон,كولوغن,کولون، مینیسوٹا,کولونی، مینه‌سوتا		MN	019	12664	
5021838	Comfrey	comfrey	US	56019	372	America/Chicago	44.11024	-94.90471	342	City of Comfrey,Comfrey		MN	015	12772	
5021891	Comstock	comstock	US	12821	93	America/Chicago	46.65941	-96.74841	282	City of Comstock,Comstock		MN	027	12862	
5021899	Conception	conception	US	64433	0	America/Chicago	44.26552	-92.10989	356			MN	157	28952	
5021903	Concord	concord	US	01742	0	America/Chicago	44.14746	-92.83631	354			MN	039	12934	
5021927	Conger	conger	US	56020	143	America/Chicago	43.61496	-93.52827	394	City of Conger,Conger		MN	047	12952	
5021974	Cook	cook	US	55723	567	America/Chicago	47.85242	-92.68962	398	City of Cook,Cook,Kuk,kwk,Кук,كوك,کوک، مینه‌سوتا,کوک، مینیسوٹا		MN	137	13006	
5022025	Coon Rapids	coon-rapids	US	50058	62240	America/Chicago	45.11997	-93.28773	262	City of Coon Rapids,Coon Rapids,Kun Rapids,Kun-Rapids,kwn rabydz,Кун Рапидс,Кун-Рапидс,Кун-Рапідс,كون رابيدز,کون رپیدز، مینه‌سوتا,کون ریپڈز، مینیسوٹا		MN	003	13114	
5022050	Corcoran	corcoran	US	93212	5552	America/Chicago	45.09524	-93.54746	295	City of Corcoran,Corcoran,Korkoran,Коркоран		MN	053	13168	
5022054	Cordova	cordova	US	21625	0	America/Chicago	44.33635	-93.67162	320			MN	079	13204	
5022089	Corning	corning	US	14830	0	America/Chicago	43.76107	-93.04936	390			MN	099	66118	
5022095	Corona	corona	US	11368	0	America/Chicago	46.6705	-92.76631	395			MN	017	46820	
5022103	Correll	correll	US	56227	32	America/Chicago	45.2308	-96.15949	299	City of Correll,Correll		MN	011	13384	
5022134	Cottage Grove	cottage-grove	US	38224	35918	America/Chicago	44.82774	-92.94382	248	City of Cottage Grove,Cottage Grove,Kotidz Grouv,Kottedzh-Grov,Kottehjdzh Grouv,Kottidzh-Grov,kotijigeulobeu,kwtj ghrwf,Котиџ Гроув,Коттедж-Гров,Коттидж-Гров,Коттэйдж Гроув,كوتج غروف,کاتیج گروو، مینه‌سوتا,کوٹیج گروو، مینیسوٹا,코티지그로브		MN	163	13456	
5022142	Cotton	cotton	US	31739	0	America/Chicago	47.16938	-92.4763	405			MN	137	13528	
5022148	Cottonwood	cottonwood	US	36320	1212	America/Chicago	44.60885	-95.67419	329	City of Cottonwood,Cottonwood		MN	083	13564	
5022160	Cosmos	cosmos	US	56228	458	America/Chicago	44.93607	-94.69666	339	City of Cosmos,Cosmos		MN	093	13420	
5023264	Courtland	courtland	US	23837	653	America/Chicago	44.2683	-94.34025	285	City of Courtland,Courtland		MN	103	13582	
5023275	Cove	cove	US	71937	0	America/Chicago	46.10857	-93.61858	385			MN	095	61384	
5023310	Craigville	craigville	US	46731	0	America/Chicago	47.903	-93.61296	384			MN	071	61433	
5023357	Crane Lake	crane-lake	US	55725	0	America/Chicago	48.26657	-92.48849	346			MN	137	13656	
5023387	Cresson	cresson	US	16630	0	America/Chicago	44.11108	-96.43532	510			MN	117	01216	
5023412	Cromwell	cromwell	US	06416	230	America/Chicago	46.68078	-92.88409	400	City of Cromwell,Cromwell,Island Lake		MN	017	13780	
5023465	Crookston	crookston	US	56716	7787	America/Chicago	47.77414	-96.60812	267	CKN,City of Crookston,Crookston,Krukston,ke lu ke si dun,krwkstwn,Крукстон,كروكستون,کروکستون، مینه‌سوتا,کروکسٹن، مینیسوٹا,克魯克斯頓	119	MN	119	13870	
5023472	Crosby	crosby	US	16724	2345	America/Chicago	46.48218	-93.95776	384	City of Crosby,Crosby,Krosbi,Krozbi,krwsby,Крозби,Кросби,Кросбі,كروسبي,کرازبی، مینه‌سوتا,کروزبی، مینیسوٹا		MN	035	13924	
5023559	Crown	crown	US	16220	0	America/Chicago	45.44469	-93.46023	293			MN	059	62374	
5023571	Crystal	crystal	US	48818	22943	America/Chicago	45.03274	-93.36023	272	City of Crystal,Crystal,Kristal,krystal,Кристал,كريستال,کرسٹل، مینیسوٹا,کریستال، مینه‌سوتا		MN	053	14158	
5023573	Crystal Bay	crystal-bay	US	55323	0	America/Chicago	44.95302	-93.57635	292			MN	053	48580	
5023600	Crystal Spring	crystal-spring	US	15536	0	America/Chicago	44.07469	-91.98627	232			MN	169	18404	
5023624	Culver	culver	US	46511	0	America/Chicago	46.92577	-92.55853	393			MN	137	14284	
5023643	Currie	currie	US	28435	227	America/Chicago	44.07135	-95.6664	456	City of Currie,Currie,Kari,Karraj,Karri,kwry,Кари,Каррай,Карри,Каррі,كوري,کری، مینه‌سوتا,کری، مینیسوٹا		MN	101	14320	
5023661	Cushing	cushing	US	04563	0	America/Chicago	46.13969	-94.57696	386			MN	097	14356	
5023684	Cutler	cutler	US	04626	0	America/Chicago	46.35829	-93.75747	388			MN	001	28052	
5023712	Cyrus	cyrus	US	56323	283	America/Chicago	45.61468	-95.7381	352	City of Cyrus,Cyrus		MN	121	14446	
5023733	Dahlgren	dahlgren	US	22448	0	America/Chicago	44.77663	-93.68357	297			MN	019	14482	
5023750	Dakota	dakota	US	55925	317	America/Chicago	43.91358	-91.35986	208	City of Dakota,Dakota		MN	169	14518	
5023763	Dalbo	dalbo	US	55017	0	America/Chicago	45.65885	-93.39884	294			MN	059	14572	
5023770	Dale	dale	US	14039	0	America/Chicago	46.90524	-96.21978	373			MN	027	28988	
5023788	Dalton	dalton	US	01226	253	America/Chicago	46.17385	-95.91561	418	City of Dalton,Dalton,Далтон		MN	111	14626	
5023835	Danube	danube	US	56230	470	America/Chicago	44.7919	-95.09722	332	City of Danube,Danube		MN	129	14716	
5023843	Danvers	danvers	US	01923	93	America/Chicago	45.28	-95.75139	314	Danvers,Данверс		MN	151	14734	
5023853	Darfur	darfur	US	56022	106	America/Chicago	44.05135	-94.83804	354	City of Darfur,Darfur		MN	165	14770	
5023877	Darwin	darwin	US	55324	352	America/Chicago	45.09635	-94.41082	344	City of Darwin,Darwin		MN	093	14842	
5023890	Dassel	dassel	US	55325	1437	America/Chicago	45.08163	-94.30693	332	City of Dassel,Dassel		MN	093	14878	
5023916	Davidson	davidson	US	28035	0	America/Chicago	47.87664	-96.84729	256			MN	119	45214	
5023932	Dawson	dawson	US	15428	1444	America/Chicago	44.93274	-96.05448	319	City of Dawson,Davson,Dawson,Doson,dawswn,Давсон,Досон,داوسن، مینه‌سوتا,داوسون,ڈاؤسن، مینیسوٹا		MN	073	14968	
5023958	Day	day	US	32013	0	America/Chicago	45.70913	-93.3794	315			MN	059	40292	
5023970	Dayton	dayton	US	08810	5096	America/Chicago	45.24385	-93.51496	268	City of Dayton,Dayton,Dehjton,Dejton,daytwn,detana,Дейтон,Дејтон,Дэйтон,دايتون,دیتن، مینه‌سوتا,ڈیٹن، مینیسوٹا,डेटन		MN	053	15022	
5023978	De Graff	de-graff	US	43318	127	America/Chicago	45.26329	-95.46781	323	City of De Graff,De Graff		MN	151	15418	
5024054	Deer Creek	deer-creek	US	56527	323	America/Chicago	46.39107	-95.32142	425	City of Deer Creek,Deer Creek		MN	111	15184	
5024093	Deer Park	deer-park	US	11729	0	America/Chicago	44.70191	-93.31772	301			MN	037	35180	
5024099	Deer River	deer-river	US	13627	933	America/Chicago	47.333	-93.79272	394	City of Deer River,Deer River		MN	061	15310	
5024109	Deerfield	deerfield	US	01342	0	America/Chicago	44.16746	-93.35966	358			MN	147	15256	
5024123	Deerwood	deerwood	US	56444	0	America/Chicago	48.55831	-96.59199	304	Deer Wood,Deerwood		MN	069	15382	
5024138	Delano	delano	US	18220	5875	America/Chicago	45.04191	-93.78913	281	City of Delano,Crow River,Dehlano,Delano,Delejno,dylanw,Делано,Делејно,Дэлано,دلنو، مینه‌سوتا,ديلانو,ڈیلانو، مینیسوٹا		MN	171	15454	
5024150	Delavan	delavan	US	53115	174	America/Chicago	43.76773	-94.01968	324	City of Delavan,Delavan,Delevan		MN	043	15472	
5024164	Delhi	delhi	US	13753	68	America/Chicago	44.59913	-95.21111	314	City of Delhi,Delhi		MN	127	15544	
5024172	Dell	dell	US	59724	0	America/Chicago	43.62412	-93.91495	340			MN	043	19268	
5024181	Dellwood	dellwood	US	53927	1094	America/Chicago	45.08997	-92.97244	287	City of Dellwood,Dehlvud,Dellvud,Dellwood,Delvud,dylwwd,Делвуд,Деллвуд,Дэлвуд,دلوود، مینه‌سوتا,ديلوود,ڈیلووڈ، مینیسوٹا		MN	163	15616	
5024193	Deerwood	deerwood	US	56444	520	America/Chicago	46.47357	-93.89887	389	City of Deerwood,Deerwood,Withington		MN	035	15346	
5024204	Dennison	dennison	US	44621	213	America/Chicago	44.40691	-93.03938	296	City of Dennison,Dennison		MN	049	15706	
5024211	Dent	dent	US	56528	192	America/Chicago	46.55357	-95.71644	419	City of Dent,Dent		MN	111	15724	
5024237	Detroit Lakes	detroit-lakes	US	56501	9002	America/Chicago	46.81718	-95.84533	418	City of Detroit Lakes,DTL,Detroit Ezera,Detroit Lakes,Detrojt Lehjks,Detrojt-Lejks,Ditrojt Lejks,dytrwyt lyks,dytrwyt lyks  mynh‌swta,Детроит Езера,Детройт Лэйкс,Детройт-Лейкс,Дитројт Лејкс,ديترويت ليكس,دیترویت لیکس، مینه‌سوتا,ڈیٹروئٹ لیکس، مینیسوٹا	005	MN	005	15832	
5024275	Dexter	dexter	US	04930	341	America/Chicago	43.71885	-92.70463	433	City of Dexter,Dexter		MN	099	15886	
5024324	Dilworth	dilworth	US	56529	4366	America/Chicago	46.87663	-96.70341	277	City of Dilworth,Diluehrt,Dilvors,Dilvort,Dilworth,dylwwrth,Дилворс,Дилворт,Дилуэрт,Ділворт,ديلوورث,دیلوورث، مینه‌سوتا,ڈلورتھ، مینیسوٹا		MN	027	15976	
5024423	Dodge Center	dodge-center	US	55927	2690	America/Chicago	44.02802	-92.85464	394	City of Dodge Center,Dodge Center,Dodz Senter,Dodzh Sentr,Dodzh-Senter,dwdj sntr,Додж Сентр,Додж-Сентер,Доџ Сентер,دوج اسنتر، مینه‌سوتا,دودج سنتر,ڈوج سینٹر، مینیسوٹا		MN	039	15994	
5024492	Donaldson	donaldson	US	46513	41	America/Chicago	48.5722	-96.89645	252	City of Donaldson,Donaldson		MN	069	16030	
5024499	Donnelly	donnelly	US	56235	241	America/Chicago	45.69052	-96.01256	344	City of Donnelly,Donnelly		MN	149	16084	
5024518	Doran	doran	US	24612	53	America/Chicago	46.18413	-96.48257	297	City of Doran,Doran		MN	167	16156	
5024527	Dorothy	dorothy	US	08317	0	America/Chicago	47.92775	-96.44672	301			MN	125	38276	
5024532	Dorset	dorset	US	05251	0	America/Chicago	46.95635	-94.95252	450			MN	057	28556	
5024542	Douglas	douglas	US	01516	0	America/Chicago	44.10802	-92.57379	330			MN	109	32282	
5024566	Dover	dover	US	02030	745	America/Chicago	43.97357	-92.13905	352	City of Dover,Dover,Dover Center,Довер		MN	109	16264	
5024573	Dovray	dovray	US	56125	54	America/Chicago	44.05274	-95.55001	468	City of Dovray,Dovray		MN	101	16300	
5024592	Doyle	doyle	US	38559	0	America/Chicago	44.37024	-93.57495	318	Dayle,Doyle		MN	079	33128	
5024696	Dudley	dudley	US	01571	0	America/Chicago	44.42496	-95.69141	350			MN	083	11926	
5024719	Duluth	duluth	US	30095	86110	America/Chicago	46.78327	-92.10658	214	City of Duluth,DLH,Dalut,Duljut,Dulut,Dulutas,Duluth,Onigamiinsing,darusu,deolluseu,dlwth  mynh‌swta,du lu si,dulutha,dwlwt,dwlwth,Далут,Дулут,Дълют,Դուլութ,דולות,دلوث، مینه‌سوتا,دولوث,ڈولوتھ، مینیسوٹا,डुलुथ,ダルース,杜魯斯,덜루스	137	MN	137	17000	
5024737	Dumfries	dumfries	US	22025	0	America/Chicago	44.34497	-92.12017	241	Dumfries,Dumpries		MN	157	23894	
5024740	Dumont	dumont	US	07628	95	America/Chicago	45.71579	-96.4259	317	City of Dumont,Dumont		MN	155	17090	
5024756	Dundas	dundas	US	23938	1481	America/Chicago	44.42941	-93.20188	284	City of Dundas,Dundas		MN	131	17126	
5024758	Dundee	dundee	US	14837	70	America/Chicago	43.84691	-95.46695	442	City of Dundee,Dundee		MN	105	17144	
5024771	Dunnell	dunnell	US	56127	161	America/Chicago	43.5594	-94.77443	400	City of Dunnell,Dunnell		MN	091	17180	
5024787	Dupont	dupont	US	45837	0	America/Chicago	45.0958	-93.59885	300			MN	053	13168	
5024814	Duxbury	duxbury	US	02331	0	America/Chicago	46.12772	-92.50881	324			MN	115	70528	
5024825	Eagan	eagan	US	37730	66286	America/Chicago	44.80413	-93.16689	292	City of Eagan,Eagan,Igan,aygan  mynh‌swta,ayjan,igan,igana,Іґан,Иган,إيجان,ایگان، مینه‌سوتا,ایگان، مینیسوٹا,ईगन,イーガン		MN	037	17288	
5024828	Eagle Bend	eagle-bend	US	56446	510	America/Chicago	46.16496	-95.03919	417	City of Eagle Bend,Eagle Bend		MN	153	17342	
5024846	Eagle Lake	eagle-lake	US	04739	2841	America/Chicago	44.16497	-93.88134	308	City of Eagle Lake,Eagle Lake,Igl Lehjk,Igl Lejk,Igl-Lejk,ayghl lyk,Ігл-Лейк,Игл Лејк,Игл Лэйк,Игл-Лейк,إيغل ليك,ایگل لیک، مینه‌سوتا,ایگل لیک، مینیسوٹا		MN	013	17378	
5024996	East Grand Forks	east-grand-forks	US	56721	8643	America/Chicago	47.92998	-97.02452	253	City of East Grand Forks,East Grand Forks,Ist Grand Forks,Ist-Grand-Forks,ayst ghrand fwrks,dong da fu ke si,isutogurandofokusu,Іст-Ґранд-Форкс,Ист Гранд Форкс,Ист-Гранд-Форкс,إيست غراند فوركس,ایست گرند فورکس، مینه‌سوتا,ایسٹ گرینڈ فورکس، مینیسوٹا,イーストグランドフォークス,東大福克斯		MN	119	17612	
5025127	Easton	easton	US	02334	193	America/Chicago	43.76579	-93.90106	324	City of Easton,Easton,Iston,Истон		MN	043	17738	
5025163	Ebro	ebro	US	32437	64	America/Chicago	47.49551	-95.52946	442			MN	029	20438	
5025164	Echo	echo	US	56237	263	America/Chicago	44.6169	-95.41751	329	City of Echo,Echo		MN	173	17900	
5025212	Eden	eden	US	05652	0	America/Chicago	44.08802	-92.88492	372			MN	039	68404	
5025219	Eden Prairie	eden-prairie	US	55344	63496	America/Chicago	44.85469	-93.47079	270	City of Eden Prairie,Eden Prairie,Ehden Prehjraj,Iden Preri,Iden-Preri,aydn bryry,aydn pryry  mynh‌swta,Іден-Прері,Иден Прери,Иден-Прери,Эден Прэйрай,إيدن بريري,ایدن پریری، مینه‌سوتا,ایڈن پریری، مینیسوٹا		MN	053	18116	
5025225	Eden Valley	eden-valley	US	55329	1036	America/Chicago	45.32607	-94.54611	340	City of Eden Valley,Eden Valley		MN	093		
5025249	Edgerton	edgerton	US	43517	1139	America/Chicago	43.87247	-96.12864	481	City of Edgerton,Edgerton,Edzerton,Edzherton,Ehdzherton,adjyrtwn,Еджертон,Еџертон,Эджертон,إدجيرتون,اجرتن، مینه‌سوتا,ایجرٹن، مینیسوٹا		MN	117	18152	
5025259	Edgewood	edgewood	US	21040	0	America/Chicago	45.53635	-93.23078	293			MN	059	09370	
5025264	Edina	edina	US	63537	50138	America/Chicago	44.88969	-93.34995	281	City of Edina,Edina,Idajna,adyna,idaina,Идайна,Идајна,إدينا,ادینا، مینه‌سوتا,ایڈینا، مینیسوٹا,イーダイナ		MN	053	18188	
5025288	Edwards	edwards	US	13635	0	America/Chicago	46.44885	-95.98894	425			MN	111	22796	
5025297	Effie	effie	US	56639	123	America/Chicago	47.84022	-93.64297	423	City of Effie,Effie		MN	061	18260	
5025315	Eggleston	eggleston	US	24086	0	America/Chicago	44.61997	-92.67214	208			MN	049	69052	
5025353	Eitzen	eitzen	US	55931	242	America/Chicago	43.50803	-91.46153	352	City of Eitzen,Eitzen		MN	055	18368	
5025367	Elba	elba	US	14058	155	America/Chicago	44.08857	-92.01877	225	City of Elba,Elba		MN	169	18386	
5025374	Elbow Lake	elbow-lake	US	56531	95	America/Chicago	47.14829	-95.54614	486			MN	005	56050	
5025381	Elbow Lake	elbow-lake	US	56531	1144	America/Chicago	45.99413	-95.97672	372	City of Elbow Lake,Elbow Lake	051	MN	051	18458	
5025408	Eldred	eldred	US	12732	0	America/Chicago	47.68275	-96.78035	264			MN	119	55384	
5025420	Elgin	elgin	US	16413	1055	America/Chicago	44.13024	-92.25156	326	City of Elgin,Elgin		MN	157	18530	
5025447	Elizabeth	elizabeth	US	07201	173	America/Chicago	46.37968	-96.12923	381	City of Elizabeth,Ehlizabet,Elizabeth,Элизабет		MN	111	18566	
5025471	Elk River	elk-river	US	55330	23963	America/Chicago	45.30385	-93.56718	273	City of Elk River,Ehlk Riveh,Ehlk-River,Elk River,Elk-River,alk ryfr,Елк Ривер,Елк-Рівер,Элк Ривэ,Элк-Ривер,إلك ريفر,الک ریور، مینه‌سوتا,ელკ-რივერი	141	MN	141	18674	
5025493	Elko	elko	US	29826	542	America/Chicago	44.56469	-93.32689	348	City of Elko,Elko		MN	139	18662	
5025497	Elkton	elkton	US	21921	141	America/Chicago	43.66274	-92.70852	425	City of Elkton,Elkton		MN	099	18728	
5025513	Ellendale	ellendale	US	19941	691	America/Chicago	43.87274	-93.30132	390	City of Ellendale,Ellendale		MN	147	18746	
5025533	Ellis	ellis	US	67637	0	America/Chicago	46.51413	-94.69696	406			MN	021	09136	
5025545	Ellsworth	ellsworth	US	04605	460	America/Chicago	43.51802	-96.01836	442	City of Ellsworth,Ellsworth		MN	105	18836	
5025581	Elmdale	elmdale	US	66850	113	America/Chicago	45.8333	-94.49251	356	City of Elmdale,Elmdale		MN	097	18872	
5025586	Elmer	elmer	US	08318	0	America/Chicago	47.10355	-92.77714	390			MN	137	18944	
5025599	Elmore	elmore	US	36025	637	America/Chicago	43.50496	-94.08802	345	City of Elmore,Elmore		MN	043	18998	
5025615	Elrosa	elrosa	US	56325	213	America/Chicago	45.56274	-94.94724	400	City of Elrosa,Elrosa		MN	145	19088	
5025627	Ely	ely	US	52227	3408	America/Chicago	47.90324	-91.86709	436	City of Ely,Ehlaj,Eli,Ely,Ili,LYU,aly,illi,yi li,Елі,Или,Элай,إلي,الی، مینه‌سوتا,伊利,일리		MN	137	19142	
5025639	Elysian	elysian	US	56028	669	America/Chicago	44.19858	-93.67384	317	City of Elysian,Elysian		MN	079	19160	
5025653	Embarrass	embarrass	US	54933	0	America/Chicago	47.65909	-92.19795	434			MN	137	19232	
5025681	Emily	emily	US	56447	829	America/Chicago	46.73107	-93.95803	394	City of Emily,Emily		MN	035	19286	
5025733	Emmons	emmons	US	56029	383	America/Chicago	43.5019	-93.48827	393	City of Emmons,Emmons		MN	047	19340	
5025740	Empire	empire	US	35063	0	America/Chicago	44.65913	-93.01466	260	Empire,Empire City		MN	037	66820	
5025756	Enfield	enfield	US	03748	0	America/Chicago	45.35747	-93.93137	310			MN	171	60340	
5025795	Epsom	epsom	US	03234	0	America/Chicago	44.26219	-93.05604	341			MN	131	54250	
5025807	Erhard	erhard	US	56534	148	America/Chicago	46.48551	-96.09867	391	City of Erhard,Erhard		MN	111	19556	
5025833	Erie	erie	US	16501	0	America/Chicago	48.07222	-95.725	359			MN	113	29024	
5025853	Erskine	erskine	US	56535	487	America/Chicago	47.66746	-96.01004	363	City of Erskine,Erskine		MN	119	19700	
5025861	Esko	esko	US	55733	1869	America/Chicago	46.70578	-92.36325	356			MN	017	64768	
5025876	Essig	essig	US	56030	0	America/Chicago	44.32413	-94.60442	305			MN	015	42182	
5025895	Etna	etna	US	03750	0	America/Chicago	43.60219	-92.34684	391			MN	045	06544	
5025901	Euclid	euclid	US	44117	0	America/Chicago	47.97192	-96.63895	272			MN	119	19862	
5025907	Eureka	eureka	US	48833	0	America/Chicago	44.90107	-93.6044	294			MN	053	60016	
5025965	Evansville	evansville	US	47701	601	America/Chicago	46.00413	-95.68282	411	City of Evansville,Ehvansvill,Evansville,Эвансвилл		MN	041	19898	
5025971	Eveleth	eveleth	US	55734	3673	America/Chicago	47.46243	-92.53991	485	City of Eveleth,EVM,Ehvelehs,Ehvlet,Evelet,Eveleth,afylyth,Евелет,Эвелэс,Эвлет,إفيليث,ایولت، مینه‌سوتا		MN	137	19934	
5025993	Evergreen	evergreen	US	23939	0	America/Chicago	46.75996	-95.45087	471			MN	005	20006	
5026026	Evergreen Park	evergreen-park	US	60805	0	America/Chicago	46.01139	-92.94417	315			MN	115	29294	
5026042	Excelsior	excelsior	US	55331	2279	America/Chicago	44.9033	-93.56635	288	City of Excelsior,Excelsior,Ikselsir,akslsywr,Икселсир,إكسلسيور,ایکسلسیر، مینه‌سوتا		MN	053	20078	
5026059	Eyota	eyota	US	55934	2032	America/Chicago	43.9883	-92.2285	378	City of Eyota,Eyota		MN	109	20114	
5026088	Fairbanks	fairbanks	US	47849	0	America/Chicago	47.37048	-91.92656	504	Bassett Lake,Fairbanks		MN	137	20186	
5026094	Fairfax	fairfax	US	05454	1172	America/Chicago	44.52913	-94.72082	315	City of Fairfax,Fairfax		MN	129	20222	
5026101	Fairfield	fairfield	US	04937	0	America/Chicago	45.38385	-95.97366	339			MN	151	20258	
5026108	Fairhaven	fairhaven	US	02719	358	America/Chicago	45.32163	-94.21138	331			MN	145	20294	
5026112	Fairland	fairland	US	46126	0	America/Chicago	48.46746	-94.15464	347			MN	071	47352	
5026114	Fairmont	fairmont	US	26554	10221	America/Chicago	43.65218	-94.46108	361	City of Fairmont,FRM,Fair Mount,Fairmont,Fajrmont,Fehrmont,Fermont,fyrmwnt,Файрмонт,Фермонт,Фэрмонт,فيرمونت,فیئرمونٹ، مینیسوٹا,فیرمانت، مینه‌سوتا	091	MN	091	20330	
5026251	Falcon Heights	falcon-heights	US	78545	5571	America/Chicago	44.99163	-93.16633	291	City of Falcon Heights,Falcon Heights,Falkon Khajts,Falkon-Gajts,Fehlkon Khehjts,Folkon-Khajts,falkwn hayts,Фалкон Хајтс,Фалкон-Гайтс,Фолкон-Хайтс,Фэлкон Хэйтс,فالكون هايتس,فالکن‌هایتس، مینه‌سوتا,فالکون ہیغٹس، مینیسوٹا		MN	123	20420	
5026291	Faribault	faribault	US	55021	23650	America/Chicago	44.29496	-93.26883	303	City of Faribault,FBL,Fairbault,Fajrbault,Faribault,Faribo,Fehribo,Feribolt,fa li bo,fryblt  mynh‌swta,fyrbawlt,pheribau,Файрбаулт,Фарибо,Феріболт,Фэрибо,فریبلت، مینه‌سوتا,فيرباولت,फेरिबौ,法里博	131	MN	131	20546	
5026321	Farmington	farmington	US	03835	22731	America/Chicago	44.64024	-93.14355	275	City of Farmington,Farmington,farmynghtwn,Фармингтон,Фармінґтон,فارمنگٹن، مینیسوٹا,فارمينغتون,فارمینگتن، مینه‌سوتا		MN	037	20618	
5026335	Farwell	farwell	US	48622	52	America/Chicago	45.75218	-95.61727	410	City of Farwell,Farwell		MN	121	20690	
5026380	Federal Dam	federal-dam	US	56641	106	America/Chicago	47.24523	-94.21107	399	City of Federal Dam,Federal Dam		MN	021	20798	
5026398	Felton	felton	US	17322	179	America/Chicago	47.07857	-96.50646	278	City of Felton,Felton		MN	027	20834	
5026416	Fergus Falls	fergus-falls	US	56537	13281	America/Chicago	46.28302	-96.07756	360	City of Fergus Falls,FFM,Fergas Folls,Fergas Fols,Fergus Falls,Fergus-Fols,frghws fwlz,frgs falz  mynh‌swta,fu ge si fu er si,Фергас Фоллс,Фергас Фолс,Фергус-Фолс,Ферґус-Фолс,فرغوس فولز,فرگس فالز، مینه‌سوتا,弗格斯福尔斯	111	MN	111	20906	
5026445	Fertile	fertile	US	50434	841	America/Chicago	47.53608	-96.28033	347	City of Fertile,Fertile		MN	119	20978	
5026468	Fifty Lakes	fifty-lakes	US	56448	397	America/Chicago	46.73913	-94.09304	393	City of Fifty Lakes,Fifty Lakes		MN	035	21032	
5026475	Fillmore	fillmore	US	14735	0	America/Chicago	43.74857	-92.26822	317			MN	045	21068	
5026506	Finland	finland	US	55603	195	America/Chicago	47.41464	-91.24905	405	Findland,Finland		MN	075	14194	
5026512	Finlayson	finlayson	US	55735	311	America/Chicago	46.20161	-92.91603	338	City of Finlayson,Finlayson		MN	115	21122	
5026848	Fisher	fisher	US	16225	434	America/Chicago	47.80025	-96.80146	258	City of Fisher,Fisher,Fisher Landing		MN	119	21158	
5026887	Five Points	five-points	US	36855	0	America/Chicago	45.60774	-94.26111	322			MN	145	36656	
5026934	Flensburg	flensburg	US	56328	227	America/Chicago	45.95524	-94.53501	369	City of Flensburg,Flehnsburg,Flensberg,Flensburg,flnsbwrgh,Фленсберг,Фленсбург,Флэнсбург,فلنسبورغ,فلینزبرگ، مینه‌سوتا		MN	097	21266	
5026938	Fletcher	fletcher	US	28732	0	America/Chicago	45.17246	-93.54135	306	Fletcher,Saint Walburg		MN	053	55186	
5026955	Flom	flom	US	56541	0	America/Chicago	47.16607	-96.13089	392			MN	107	21320	
5026959	Floodwood	floodwood	US	55736	522	America/Chicago	46.92911	-92.91965	381	City of Floodwood,Fladvud,Floodwood,Fludvud,flwdwwd,Фладвуд,Флудвуд,فلودوود,فلودوود، مینه‌سوتا		MN	137	21338	
5026973	Florence	florence	US	01062	38	America/Chicago	44.23719	-96.05197	528	City of Florence,Florence,Florencija,Флоренция		MN	083	21410	
5027025	Foley	foley	US	36535	2656	America/Chicago	45.66469	-93.9097	347	City of Foley,Folehj,Foley,Foli,fwly,Фоли,Фолэй,Фолі,فولي,فولی، مینه‌سوتا	009	MN	009	21536	
5027056	Fond du Lac	fond-du-lac	US	54935	0	America/Chicago	46.65966	-92.27325	186			MN	137	17000	
5027087	Forbes	forbes	US	55738	0	America/Chicago	47.3716	-92.60408	411			MN	137	38960	
5027095	Forest City	forest-city	US	18421	0	America/Chicago	45.20635	-94.46638	326			MN	093	21734	
5027100	Forest Grove	forest-grove	US	18922	0	America/Chicago	47.97662	-94.23133	415			MN	071	47131	
5027117	Forest Lake	forest-lake	US	55025	19618	America/Chicago	45.27886	-92.98522	278	City of Forest Lake,Forehst Lehjk,Forest Lake,Forest-Lejk,Forist Lejk,fu li si te lai ke,fwrst lyk,Форест-Лейк,Форист Лејк,Форэст Лэйк,فارست لیکس، مینه‌سوتا,فورست ليك,福里斯特莱克		MN	163	21770	
5027135	Foreston	foreston	US	56330	516	America/Chicago	45.73441	-93.71052	333	City of Foreston,Foreston		MN	095	21824	
5027137	Forestville	forestville	US	14062	0	America/Chicago	43.64274	-92.21489	316			MN	045	21860	
5027171	Fort Ripley	fort-ripley	US	56449	69	America/Chicago	46.16608	-94.36028	356	City of Fort Ripley,Fort Ripley		MN	035	21932	
5027191	Fosston	fosston	US	56542	1498	America/Chicago	47.57635	-95.75141	394	City of Fosston,Fosston,Foston,fwstwn,Фостон,فوستون,فوستون، مینه‌سوتا		MN	119	21986	
5027196	Foster	foster	US	02825	0	America/Chicago	45.41635	-96.6759	304			MN	011	22058	
5027207	Fountain	fountain	US	27829	408	America/Chicago	43.73996	-92.13627	398	City of Fountain,Fountain		MN	045	22094	
5027224	Four Corners	four-corners	US	82715	0	America/Chicago	46.85327	-92.28019	445			MN	137	09784	
5027255	Fox	fox	US	72051	0	America/Chicago	48.83887	-95.89889	334			MN	135	55942	
5027270	Fox Lake	fox-lake	US	53933	0	America/Chicago	43.67662	-94.65887	381			MN	091	22256	
5028495	Grand Lake	grand-lake	US	80447	0	America/Chicago	46.86661	-92.46797	408			MN	137	30932	
5027283	Foxhome	foxhome	US	56543	113	America/Chicago	46.27718	-96.31007	314	City of Foxhome,Foxhome		MN	167	22202	
5027308	Franconia	franconia	US	03580	0	America/Chicago	45.37024	-92.6916	215			MN	025	22310	
5027331	Franklin	franklin	US	02038	478	America/Chicago	44.52829	-94.88055	308	City of Franklin,Franklin,Франклин		MN	129	22364	
5027332	Franklin	franklin	US	02038	0	America/Chicago	47.5377	-92.51907	449	City of Franklin,Franklin		MN	137	67288	
5027366	Frazee	frazee	US	56544	1371	America/Chicago	46.72801	-95.70088	423	City of Frazee,Frazee,Frazi,Frejzi,frazy,Фрази,Фрейзи,Фрейзі,فرازي,فریزی، مینه‌سوتا		MN	005	22472	
5027396	Freeborn	freeborn	US	56032	291	America/Chicago	43.76579	-93.56411	376	City of Freeborn,Freeborn		MN	047	22526	
5027413	Freeburg	freeburg	US	17827	0	America/Chicago	43.61108	-91.3643	209			MN	055	13816	
5027427	Freeman	freeman	US	23856	0	America/Chicago	47.81942	-96.7609	261			MN	119	21176	
5027432	Freeport	freeport	US	04032	659	America/Chicago	45.66274	-94.69001	379	City of Freeport,Freeport,Friport,frybwrt,Фрипорт,فريبورت,فری پورٹ، مینیسوٹا,فریپورت، مینه‌سوتا		MN	145	22652	
5027442	Fremont	fremont	US	03044	0	America/Chicago	43.91385	-91.89904	362			MN	169	22688	
5027497	Friesland	friesland	US	53935	0	America/Chicago	46.08551	-92.92965	348			MN	115	15598	
5027520	Frontenac	frontenac	US	55026	282	America/Chicago	44.51108	-92.35657	220	Frontenac,Frontenac Station		MN	049	21392	
5027529	Frontier	frontier	US	49239	0	America/Chicago	48.65635	-94.25658	329			MN	071	47352	
5027530	Frost	frost	US	56033	192	America/Chicago	43.58634	-93.92662	344	City of Frost,Frost		MN	043	22940	
5027555	Fulda	fulda	US	47536	1243	America/Chicago	43.87052	-95.60029	464	City of Fulda,Fulda,fwlda,Фулда,فولدا,فولدا، مینه‌سوتا		MN	101	22958	
5027662	Garden City	garden-city	US	11530	255	America/Chicago	44.04719	-94.16496	280			MN	013	23102	
5027684	Garfield	garfield	US	07026	343	America/Chicago	45.94079	-95.49199	433	City of Garfield,Garfield		MN	041	23120	
5027709	Garrison	garrison	US	10524	201	America/Chicago	46.2944	-93.82692	383	City of Garrison,Garrison,Midland		MN	035	23192	
5027715	Garvin	garvin	US	56132	135	America/Chicago	44.2144	-95.75585	469	City of Garvin,Garvin,Kent,Terry		MN	083	23228	
5027726	Gary	gary	US	24836	209	America/Chicago	47.37135	-96.26756	335	City of Gary,Gary		MN	107	23246	
5027727	Gary	gary	US	24836	0	America/Chicago	46.67022	-92.22575	208			MN	137	17000	
5027742	Gatzke	gatzke	US	56724	0	America/Chicago	48.42441	-95.78417	360	Gatzke,Gatzki		MN	089	55330	
5027765	Gaylord	gaylord	US	49734	2245	America/Chicago	44.55302	-94.22053	309	City of Gaylord,Gaylord	143	MN	143	23300	
5027779	Geneva	geneva	US	14456	544	America/Chicago	43.82329	-93.26771	374	City of Geneva,Geneva,Zheneva,Женева		MN	047	23354	
5027795	Genoa	genoa	US	13071	0	America/Chicago	44.10996	-92.60741	309			MN	109	45610	
5027796	Genoa	genoa	US	13071	0	America/Chicago	47.46437	-92.5088	488			MN	137	19934	
5027844	Georgetown	georgetown	US	01833	129	America/Chicago	47.07997	-96.79425	269	City of Georgetown,George Town,Georgetown		MN	027	23498	
5027914	Ghent	ghent	US	12075	367	America/Chicago	44.51274	-95.89114	357	City of Ghent,Ghent		MN	083	23660	
5027923	Gibbon	gibbon	US	55335	752	America/Chicago	44.53385	-94.52637	320	City of Gibbon,Gibbon		MN	143	23678	
5027943	Gilbert	gilbert	US	18331	1792	America/Chicago	47.48882	-92.46491	467	City of Gilbert,Gilbehrt,Gilbert,jylbrt,Гилберт,Гилбэрт,Ґілберт,جيلبرت,گلبرٹ، مینیسوٹا,گیلبرت، مینه‌سوتا		MN	137	23714	
5027979	Gilman	gilman	US	05904	224	America/Chicago	45.73524	-93.94915	363	City of Gilman,Gilman		MN	009	23804	
5027998	Girard	girard	US	16417	0	America/Chicago	47.72858	-96.67424	265			MN	119	01504	
5028016	Gladstone	gladstone	US	07934	0	America/Chicago	44.99928	-93.04377	274			MN	123	40382	
5028028	Glen	glen	US	03838	0	America/Chicago	46.41856	-93.51524	397			MN	001	23930	
5028042	Glencoe	glencoe	US	41046	5521	America/Chicago	44.76913	-94.15164	304	City of Glencoe,Glencoe	085	MN	085	23948	
5028059	Glendale	glendale	US	01229	0	America/Chicago	44.76107	-93.38912	299	Glendale,Glendule		MN	139	58738	
5028060	Glendale	glendale	US	01229	0	America/Chicago	48.03242	-92.831	396			MN	137	36332	
5028076	Glenville	glenville	US	17329	630	America/Chicago	43.57246	-93.28132	376	City of Glenville,Glenville		MN	047	24056	
5028087	Glenwood	glenwood	US	07418	2568	America/Chicago	45.65024	-95.38976	353	City of Glenwood,Glenwood	121	MN	121	24074	
5028120	Gloster	gloster	US	39638	0	America/Chicago	45.00135	-93.04438	274			MN	123	40382	
5028126	Glyndon	glyndon	US	21071	1380	America/Chicago	46.87524	-96.57896	282	City of Glyndon,Glyndon		MN	027	24182	
5028163	Golden Valley	golden-valley	US	58541	21270	America/Chicago	45.00969	-93.34912	261	City of Golden Valley,Golden Vali,Golden Valley,Golden-Vehlli,Golden-Velli,Goldun Vali,Gouldehn Vallehj,ghwldn faly,goldeunbaelli,gwldn wly  mynh‌swta,Голден Вали,Голден-Вэлли,Голдън Вали,Гоулдэн Валлэй,Ґолден-Веллі,غولدن فالي,گولدن ولی، مینه‌سوتا,골든밸리		MN	053	24308	
5028175	Gonvick	gonvick	US	56644	287	America/Chicago	47.73746	-95.51362	391	City of Gonvick,Gonvick		MN	029	24344	
5028224	Good Thunder	good-thunder	US	56037	578	America/Chicago	44.00469	-94.06579	302	City of Good Thunder,Good Thunder		MN	013	24506	
5028230	Goodhue	goodhue	US	55027	1174	America/Chicago	44.40052	-92.6238	343	City of Goodhue,Goodhue		MN	049	24398	
5028245	Goodland	goodland	US	34140	0	America/Chicago	47.16188	-93.13576	432			MN	061	24452	
5028255	Goodridge	goodridge	US	56725	132	America/Chicago	48.1433	-95.80946	357	City of Goodridge,Goodridge		MN	113	24488	
5028259	Goodview	goodview	US	24095	4144	America/Chicago	44.06246	-91.69571	205	City of Goodview,Goodview		MN	169	24524	
5028339	Gordonsville	gordonsville	US	22942	0	America/Chicago	43.51273	-93.25354	371			MN	047	59548	
5028362	Gotha	gotha	US	34734	0	America/Chicago	44.71718	-93.78857	294			MN	019	05266	
5028454	Graceville	graceville	US	32440	555	America/Chicago	45.56913	-96.43451	339	City of Graceville,Graceville		MN	011	24758	
5028468	Graff	graff	US	65660	0	America/Chicago	46.57246	-94.54695	439			MN	021	43990	
5028483	Granada	granada	US	56039	293	America/Chicago	43.69551	-94.34775	342	City of Granada,Granada		MN	091	24884	
5028500	Grand Marais	grand-marais	US	49839	1327	America/Chicago	47.75045	-90.33427	188	City of Grand Marais,GRM,Grand Marais,Grand Marej,Grand-Marej,Grehnd Marais,ghrand marys,Гранд Мареј,Гранд-Марей,Грэнд Мараис,Ґранд-Марей,غراند ماريس,گرند ماری، مینه‌سوتا	031	MN	031	24992	
5028509	Grand Meadow	grand-meadow	US	55936	1149	America/Chicago	43.7058	-92.57212	412	City of Grand Meadow,Grand Meadow,Grand Medou,Grand-Medou,Grand-Medov,Grehnd Midou,ghrand mydwn,Гранд Медоу,Гранд-Медоу,Грэнд Мидоу,Ґранд-Медов,غراند ميدون,گرند مدو، مینه‌سوتا		MN	099	25010	
5028525	Grand Portage	grand-portage	US	55605	0	America/Chicago	47.96378	-89.68481	192			MN	031	25071	
5028537	Grand Rapids	grand-rapids	US	43522	11127	America/Chicago	47.23717	-93.53021	392	GPZ,Grand Rapids,Grand-Rapids,Grehnd Rapids,ghrand rabydz,granda repidsa,Гранд Рапидс,Гранд-Рапидс,Грэнд Рапидс,Ґранд-Рапідс,غراند رابيدز,گرند رپیدز، مینه‌سوتا,ग्रांड रॅपिड्स	061	MN	061	25118	
5028557	Grandy	grandy	US	27939	0	America/Chicago	45.63524	-93.19522	286			MN	059	09388	
5028567	Granger	granger	US	46530	0	America/Chicago	43.50219	-92.13878	350			MN	045	07804	
5028572	Granite Falls	granite-falls	US	28630	2747	America/Chicago	44.80996	-95.54558	280	City of Granite Falls,Granit Fols,Granit-Fols,Granite Falls,Grehnajt Fols,ghranyt fwlz,Гранит Фолс,Гранит-Фолс,Грэнайт Фолс,Ґраніт-Фолс,غرانيت فولز,گرنیت فالز، مینه‌سوتا	173	MN	173	25280	
5028611	Grant	grant	US	32949	0	America/Chicago	47.49326	-92.7974	460			MN	137	25550	
5028612	Grant	grant	US	32949	4147	America/Chicago	45.08441	-92.91049	308			MN	163	25334	
5028650	Grass Lake	grass-lake	US	49240	0	America/Chicago	45.77802	-93.16772	296			MN	065	25406	
5028671	Grasston	grasston	US	55030	155	America/Chicago	45.79468	-93.14911	295	City of Grasston,Grasston		MN	065	25424	
5028700	Grayling	grayling	US	49738	0	America/Chicago	46.62911	-93.21078	377			MN	001	39032	
5028730	Green Isle	green-isle	US	55338	537	America/Chicago	44.67913	-94.0083	306	City of Green Isle,Green Isle		MN	143	25658	
5028776	Green Valley	green-valley	US	54127	0	America/Chicago	44.5269	-95.75724	335			MN	083	20384	
5028787	Greenbush	greenbush	US	02040	733	America/Chicago	48.70053	-96.18168	328	City of Greenbush,Greenbush		MN	135	25604	
5028795	Greenfield	greenfield	US	01301	2919	America/Chicago	45.1033	-93.69135	305	City of Greenfield,Greenfield,Grinfild,Гринфилд		MN	053	25622	
5028809	Greenland	greenland	US	03840	0	America/Chicago	44.20663	-93.72745	316			MN	079	19178	
5028815	Greenleaf	greenleaf	US	54126	0	America/Chicago	44.99635	-94.49943	339			MN	093	18818	
5028831	Greenview	greenview	US	62642	0	America/Chicago	47.6258	-96.56062	273			MN	119	56446	
5028832	Greenwald	greenwald	US	56335	224	America/Chicago	45.60163	-94.86001	387	City of Greenwald,Greenwald		MN	145	25874	
5028838	Greenwood	greenwood	US	04255	718	America/Chicago	44.91496	-93.55329	287	City of Greenwood,Greenwood,Grinvud,jrynwwd,Гринвуд,Ґрінвуд,جرينوود,گرینوود، مینه‌سوتا		MN	053		
5028879	Gregory	gregory	US	48137	0	America/Chicago	45.93941	-94.35639	338			MN	097	37574	
5028889	Grey Eagle	grey-eagle	US	56336	332	America/Chicago	45.82524	-94.74668	373	City of Grey Eagle,Gray Eagle,Grey Eagle		MN	153	26000	
5028935	Grove City	grove-city	US	16127	616	America/Chicago	45.15052	-94.68305	363			MN	093	26126	
5028975	Groveland	groveland	US	01834	0	America/Chicago	44.94163	-93.48607	294			MN	053	43252	
5028985	Grygla	grygla	US	56727	218	America/Chicago	48.3008	-95.61833	359	City of Grygla,Grygla		MN	089	26216	
5029026	Gully	gully	US	56646	66	America/Chicago	47.76857	-95.62279	388	City of Gully,Gully		MN	119	26270	
5029069	Guthrie	guthrie	US	42234	0	America/Chicago	47.30023	-94.79111	432			MN	057	27386	
5029085	Hackensack	hackensack	US	07601	313	America/Chicago	46.93079	-94.52055	424	City of Hackensack,Hackensack,Khakensak,Хакенсак		MN	021	26378	
5029087	Hackett	hackett	US	72937	0	America/Chicago	48.81581	-94.71855	328			MN	077	69849	
5029094	Hadley	hadley	US	01035	58	America/Chicago	44.00108	-95.8539	520	City of Hadley,Hadley		MN	101	26450	
5029113	Hagan	hagan	US	30429	0	America/Chicago	45.14857	-95.77615	309	Hagan,Hagen		MN	023	05608	
5029154	Hallock	hallock	US	56728	953	America/Chicago	48.77443	-96.94645	249	City of Hallock,Hallock	069	MN	069	26576	
5029164	Halma	halma	US	56729	59	America/Chicago	48.66109	-96.60032	304	City of Halma,Halma		MN	069	26612	
5029167	Halstad	halstad	US	56548	575	America/Chicago	47.35164	-96.82869	265	City of Halstad,Halstad		MN	107	26630	
5029189	Hamburg	hamburg	US	07419	520	America/Chicago	44.7333	-93.96719	308	City of Hamburg,Hamburg		MN	019	26666	
5029193	Hamel	hamel	US	55340	0	America/Chicago	45.04107	-93.52551	311			MN	053	41480	
5029194	Hamilton	hamilton	US	01936	0	America/Chicago	43.76163	-92.4485	384			MN	045	63418	
5029215	Hammond	hammond	US	13646	134	America/Chicago	44.22219	-92.37351	246	City of Hammond,Hammond,Khammond,Хаммонд		MN	157	26828	
5029224	Hampton	hampton	US	03842	687	America/Chicago	44.61024	-93.00216	302	City of Hampton,Hampton,Khehmpton,Хэмптон		MN	037	26864	
5029234	Hancock	hancock	US	03449	755	America/Chicago	45.49746	-95.79671	352	City of Hancock,Hancock		MN	149	26936	
5029262	Hanley Falls	hanley-falls	US	56245	288	America/Chicago	44.69274	-95.62196	320	City of Hanley Falls,Hanley Falls		MN	173	26972	
5030934	Huntersville	huntersville	US	28070	0	America/Chicago	46.77579	-94.89279	423			MN	159	30536	
5029276	Hanover	hanover	US	02339	3289	America/Chicago	45.1558	-93.66635	281	City of Hanover,Ganover,Hanover,Khanovehr,Khanover,hanwfr,Гановер,Хановер,Хановэр,هانوفر,هانوفر، مینه‌سوتا		MN	171	26990	
5029288	Hanska	hanska	US	56041	377	America/Chicago	44.14885	-94.49414	310	City of Hanska,Hanska		MN	015	27008	
5029349	Hardwick	hardwick	US	01037	195	America/Chicago	43.77497	-96.19947	489	City of Hardwick,Hardwick,Hartwick		MN	133	27116	
5029374	Harmony	harmony	US	02829	994	America/Chicago	43.55524	-92.01016	412	City of Harmony,Harmony		MN	045	27188	
5029390	Harold	harold	US	41635	0	America/Chicago	47.70219	-96.49756	276			MN	119	20204	
5029405	Harris	harris	US	12742	1125	America/Chicago	45.58635	-92.97466	276	City of Harris,Harris		MN	025	27278	
5029442	Hart	hart	US	49420	0	America/Chicago	43.87552	-91.73987	368			MN	169	27350	
5029459	Hartland	hartland	US	04943	309	America/Chicago	43.80385	-93.48688	385	City of Hartland,Hartland		MN	047	27404	
5029500	Hastings	hastings	US	13076	22554	America/Chicago	44.7433	-92.85243	221	City of Hastings,Gastings,Hastings,Khejstings,hastynghz,Гастінґс,Хейстингс,Хејстингс,هاستينغز,هیستینگز، مینه‌سوتا	037	MN	037	27530	
5029502	Hasty	hasty	US	72640	0	America/Chicago	45.37108	-93.97304	299			MN	171	60340	
5029513	Hatfield	hatfield	US	01038	57	America/Chicago	43.95747	-96.19531	513	City of Hatfield,Hatfield		MN	117	27566	
5029539	Havana	havana	US	32333	0	America/Chicago	44.06635	-93.14632	373			MN	147	27638	
5029570	Hawley	hawley	US	18428	2179	America/Chicago	46.88079	-96.31673	351	City of Hawley,Goli,Hawley,Khavlehj,Kholi,hawly,Голі,Хавлэй,Холи,هاولي,هاولی، مینه‌سوتا		MN	027	27746	
5029647	Haydenville	haydenville	US	01039	0	America/Chicago	45.00941	-96.30977	329			MN	073	02062	
5029658	Hayfield	hayfield	US	55940	1320	America/Chicago	43.89052	-92.84769	402	City of Hayfield,Hayfield		MN	039	27872	
5029673	Hayward	hayward	US	54843	245	America/Chicago	43.65051	-93.24409	383	City of Hayward,Haward,Hayward,Khejuurd,Хейуърд		MN	047	27944	
5029681	Hazel	hazel	US	42049	0	America/Chicago	48.01997	-96.11531	340			MN	113	55060	
5029687	Hazel Park	hazel-park	US	48030	0	America/Chicago	44.98747	-92.98466	305			MN	163	47680	
5029703	Hazelton	hazelton	US	58544	0	America/Chicago	44.95663	-93.95164	303			MN	019	29726	
5029707	Hazelwood	hazelwood	US	28738	0	America/Chicago	44.52246	-93.28605	319			MN	131	68962	
5029756	Hector	hector	US	14841	1076	America/Chicago	44.74385	-94.71555	329	City of Hector,Hector		MN	129	28124	
5029784	Heidelberg	heidelberg	US	39439	123	America/Chicago	44.49135	-93.62634	321	City of Heidelberg,Heidelberg		MN	079	28214	
5029840	Henderson	henderson	US	13650	874	America/Chicago	44.5283	-93.90774	230	City of Henderson,Genderson,Henderson,Khehnderson,Khenderson,hndrswn,Гендерсон,Хендерсон,Хэндерсон,هندرسن، مینه‌سوتا,هندرسون		MN	143	28394	
5029851	Hendricks	hendricks	US	26271	691	America/Chicago	44.50719	-96.42421	545	City of Hendricks,Hendricks		MN	081	28430	
5029873	Hendrum	hendrum	US	56550	300	America/Chicago	47.26442	-96.81147	266	City of Hendrum,Hendrum		MN	107	28484	
5029884	Henning	henning	US	38041	798	America/Chicago	46.32163	-95.44532	437	City of Henning,Henning		MN	111	28520	
5029890	Henriette	henriette	US	55036	69	America/Chicago	45.87162	-93.11744	302	City of Henriette,Cornell,Henriette		MN	115	28574	
5029942	Herman	herman	US	16039	429	America/Chicago	45.80857	-96.14339	327	City of Herman,Herman		MN	051	28646	
5029962	Heron Lake	heron-lake	US	56137	676	America/Chicago	43.79496	-95.32028	433	City of Heron Lake,Heron Lake		MN	063	28700	
5029987	Hewitt	hewitt	US	07421	248	America/Chicago	46.32552	-95.08669	418	City of Hewitt,Hewitt		MN	153	28754	
5030005	Hibbing	hibbing	US	55746	16204	America/Chicago	47.42715	-92.93769	455	City of Hibbing,HIB,Hibbing,Hibbins,Khibbing,Khibing,hibing,hibingu,hybyngh,Хиббинг,Хибинг,Хіббінг,هيبينغ,هیبینگ، مینه‌سوتا,ہیبانگ، مینیسوٹا,ヒビング,히빙		MN	137	28790	
5030948	Huntley	huntley	US	56047	0	America/Chicago	43.73162	-94.23746	335			MN	043	66946	
5030066	Highland	highland	US	12528	0	America/Chicago	43.6808	-91.87015	358			MN	045	29852	
5030067	Highland	highland	US	12528	0	America/Chicago	47.20493	-91.71934	503	Gakadina,Highland,March,Marcy		MN	075		
5030068	Highland	highland	US	12528	0	America/Chicago	45.12302	-94.03275	303			MN	171	41966	
5030110	Highwood	highwood	US	59450	0	America/Chicago	44.91469	-93.01438	222			MN	123	58000	
5030122	Hill City	hill-city	US	55748	600	America/Chicago	46.99328	-93.59856	408			MN	001	29096	
5030171	Hillman	hillman	US	49746	37	America/Chicago	46.00413	-93.89387	400	City of Hillman,Hillman		MN	097	29150	
5030180	Hills	hills	US	52235	673	America/Chicago	43.52803	-96.35865	453	Anderson,City of Hills,Hills		MN	133	29204	
5030216	Hilltop	hilltop	US	25855	744	America/Chicago	45.0533	-93.24745	289	City of Hilltop,Hilltop		MN	003	12700	
5030237	Hillview	hillview	US	40129	0	America/Chicago	46.68024	-95.25781	449			MN	111	49408	
5030242	Hinckley	hinckley	US	04944	1806	America/Chicago	46.01134	-92.94437	315	City of Hinckley,Ginkli,Hinckley,Khinklehj,Khinkli,hynkly,Гінклі,Хинкли,Хинклэй,هينكلي,هینکلی، مینه‌سوتا		MN	115	29294	
5030260	Hines	hines	US	56647	0	America/Chicago	47.68607	-94.63275	429			MN	007	29348	
5030267	Hinsdale	hinsdale	US	01235	0	America/Chicago	47.60103	-92.14795	495	Hinesdale,Hinsdale		MN	137	30302	
5030280	Hitterdal	hitterdal	US	56552	201	America/Chicago	46.97746	-96.25923	381	City of Hitterdal,Hitterdal		MN	027	29402	
5030319	Hoffman	hoffman	US	28347	672	America/Chicago	45.8294	-95.79199	380	City of Hoffman,Hoffman,Hottman		MN	051	29474	
5030360	Hokah	hokah	US	55941	560	America/Chicago	43.75941	-91.34653	214	City of Hokah,Hokah		MN	055	29510	
5030382	Holdingford	holdingford	US	56340	713	America/Chicago	45.73108	-94.47	359	City of Holdingford,Holding's Ford,Holdingford,Wardeville		MN	145	29582	
5030404	Holland	holland	US	01521	180	America/Chicago	44.09164	-96.18864	540	City of Holland,Gollandija,Holland,Голландия		MN	117	29618	
5030420	Hollandale	hollandale	US	38748	297	America/Chicago	43.76079	-93.20409	368	City of Hollandale,Hollandale		MN	047	29636	
5030452	Hollywood	hollywood	US	20636	0	America/Chicago	44.9058	-93.97136	297			MN	019	29726	
5030455	Holman	holman	US	87723	0	America/Chicago	47.30994	-93.37159	419			MN	061	64048	
5030460	Holmes City	holmes-city	US	56341	0	America/Chicago	45.83357	-95.54115	422			MN	041	29798	
5030473	Holt	holt	US	32564	88	America/Chicago	48.29192	-96.19253	353	City of Holt,Holt		MN	089	29870	
5030564	Holyoke	holyoke	US	01040	0	America/Chicago	46.46744	-92.38853	315			MN	017	29942	
5030570	Holloway	holloway	US	43985	88	America/Chicago	45.24857	-95.9081	314	City of Holloway,Holloway		MN	151	29672	
5030579	Homer	homer	US	13077	181	America/Chicago	44.02135	-91.55653	211			MN	169	30032	
5030639	Hope	hope	US	02831	0	America/Chicago	43.96191	-93.27604	366			MN	147	61150	
5034062	Lakewood	lakewood	US	08701	0	America/Chicago	46.86383	-91.96269	202			MN	137	17000	
5030670	Hopkins	hopkins	US	29061	17591	America/Chicago	44.92496	-93.46273	314	Bushnell,City of Hopkins,Gopkins,Hopkins,Khopins,Khopkins,West Minneapolis,hwbknz,Гопкінс,Хопинс,Хопкинс,هاپکینز، مینه‌سوتا,هوبكنز		MN	053	43252	
5030782	Horton	horton	US	35980	0	America/Chicago	46.81107	-95.09725	431			MN	057	63076	
5030802	Houston	houston	US	15342	966	America/Chicago	43.7633	-91.56848	209	City of Houston,Houston,Kh'juston,Хьюстон		MN	055	30230	
5030821	Hovland	hovland	US	55606	0	America/Chicago	47.83878	-89.97204	186	Chicago Bay,Hovland		MN	031	17531	
5030832	Howard Lake	howard-lake	US	55349	2039	America/Chicago	45.0608	-94.07331	310	City of Howard Lake,Howard,Howard Lake		MN	171	30284	
5030856	Hoyt Lakes	hoyt-lakes	US	55750	2004	America/Chicago	47.51965	-92.13851	449	City of Hoyt Lakes,Gojt-Lejks,Hoyt Lakes,Khojt Lehjks,Khojt Lejks,Khojt-Lejks,hwyt lyks,Гойт-Лейкс,Хойт Лэйкс,Хойт-Лейкс,Хојт Лејкс,هويت ليكس,هویت لیکس، مینه‌سوتا		MN	137	30302	
5030860	Hubbard	hubbard	US	44425	0	America/Chicago	46.83663	-95.0103	431			MN	057	30338	
5030884	Hugo	hugo	US	55038	14388	America/Chicago	45.15997	-92.99327	284	City of Hugo,Hugo,Kh'jugo,Khjugo,hwghw,Хьюго,Хюго,Хюґо,Хјуго,هوغو,هیوگو، مینه‌سوتا		MN	163	30392	
5030888	Hull	hull	US	02045	0	America/Chicago	47.19744	-92.92325	396			MN	137	35774	
5030892	Humboldt	humboldt	US	38343	44	America/Chicago	48.9211	-97.09339	243	City of Humboldt,Humboldt		MN	069	30446	
5030977	Hutchinson	hutchinson	US	15640	13913	America/Chicago	44.88774	-94.36971	323	City of Hutchinson,Gatchinson,Hutchinson,Khachinson,Khatchinson,hwtshynswn,Гатчінсон,Хатчинсон,Хачинсон,هاچینسون، مینه‌سوتا,هوتشينسون		MN	085	30644	
5031017	Iberia	iberia	US	43325	0	America/Chicago	44.23913	-94.69526	308			MN	015	62518	
5031049	Ihlen	ihlen	US	56140	61	America/Chicago	43.90719	-96.36726	502	City of Ihlen,Ihlen		MN	117	30806	
5031184	Imogene	imogene	US	51645	0	America/Chicago	43.66023	-94.34552	344			MN	091	51622	
5031190	Independence	independence	US	24348	3741	America/Chicago	45.02524	-93.70746	298	City of Independence,Independence		MN	053	30842	
5031191	Independence	independence	US	24348	0	America/Chicago	46.95827	-92.46047	397			MN	137	45664	
5031261	Inez	inez	US	41224	0	America/Chicago	47.86023	-94.58025	395			MN	007	13258	
5031404	International Falls	international-falls	US	56649	6158	America/Chicago	48.60105	-93.41098	342	City of International Falls,INL,Internashenal-Fols,International Falls,Internehshnal Folls,Interneshnl-Folls,Interneshonal Fols,Koochiching,antrnashwnal fwlz,guo ji pu bu cheng,Інтернешнл-Фоллс,Интернашенал-Фолс,Интернешонал Фолс,Интернэшнал Фоллс,إنترناشونال فولز,اینترنشنال فالز، مینه‌سوتا,國際瀑布城	071	MN	071	31040	
5031412	Inver Grove Heights	inver-grove-heights	US	55076	34857	America/Chicago	44.84802	-93.04272	268	City of Inver Grove Heights,Invehr Grouv Khehjts,Inver Grouv Khajts,Inver Grove,Inver Grove Heights,Inver-Grov-Gajts,Inver-Grov-Khajts,Invergrove,anfr ghrwf hayts,Інвер-Ґров-Гайтс,Инвер Гроув Хајтс,Инвер-Гров-Хайтс,Инвэр Гроув Хэйтс,إنفر غروف هايتس,اینور گروو هایتس، مینه‌سوتا,اینور گروو ہائٹس، مینیسوٹا		MN	037	31076	
5031415	Iona	iona	US	56141	131	America/Chicago	43.91552	-95.78418	498	City of Iona,Iona		MN	101	31094	
5031459	Ironton	ironton	US	45638	561	America/Chicago	46.47746	-93.97776	384	City of Ironton,Ironton		MN	035	31274	
5031478	Isabella	isabella	US	15447	0	America/Chicago	47.61713	-91.35487	586			MN	075	62995	
5031489	Isanti	isanti	US	55040	5464	America/Chicago	45.49024	-93.24773	285	Ajsanti,City of Isanti,Isanti,aysnty,Айсанти,Ајсанти,Исанти,إيسنتي,ایسانتی، مینه‌سوتا		MN	059	31328	
5031510	Island	island	US	42350	0	America/Chicago	46.98605	-93.01354	386			MN	137	52224	
5031523	Island Lake	island-lake	US	60042	0	America/Chicago	47.78885	-95.01805	409			MN	007	00586	
5031585	Island Park	island-park	US	11558	0	America/Chicago	44.92469	-93.63829	289			MN	053	44476	
5031601	Isle	isle	US	56342	788	America/Chicago	46.13801	-93.47079	389	Ajl,Ajsl,City of Isle,Isle,asly,Айл,Айсл,Ајл,آیل، مینه‌سوتا,إسلي		MN	095	31472	
5031626	Ivanhoe	ivanhoe	US	24350	550	America/Chicago	44.4633	-96.24726	509	City of Ivanhoe,Ivanhoe	081	MN	081	31526	
5031678	Jackson	jackson	US	03846	3234	America/Chicago	43.62079	-94.9886	401	City of Jackson,Dzekson,Dzhekson,Jackson,MJQ,Springfield,jaegseun,jakswn,jakuson,Џексон,Джексон,جاكسون,جکسون، مینه‌سوتا,جیکسن، منیسوٹا,ジャクソン,잭슨	063	MN	063	31562	
5031723	Jacobson	jacobson	US	55752	0	America/Chicago	47.00078	-93.26744	382			MN	001	03358	
5031745	Jameson	jameson	US	64647	0	America/Chicago	48.60382	-93.36598	341			MN	071	53134	
5031749	Janesville	janesville	US	50647	2254	America/Chicago	44.11608	-93.708	325	City of Janesville,East Janesville,Janesville		MN	161	31706	
5031774	Jasper	jasper	US	14855	615	America/Chicago	43.84997	-96.39865	474	City of Jasper,Dzasper,Dzhaspehr,Dzhasper,Džasper,Jasper,jasbr,Џаспер,Джаспер,Джаспэр,جاسبر,جسپر، منیسوٹا,جسپر، مینه‌سوتا		MN	117	31760	
5031814	Jeffers	jeffers	US	56145	356	America/Chicago	44.05579	-95.19666	452	City of Jeffers,Jeffers		MN	033	31796	
5031862	Jenkins	jenkins	US	41537	443	America/Chicago	46.64607	-94.33472	385	City of Jenkins,Jenkins		MN	035	31832	
5031992	Johnson	johnson	US	05656	28	America/Chicago	45.57274	-96.29534	345			MN	011	32012	
5032002	Johnsburg	johnsburg	US	12843	0	America/Chicago	43.50552	-92.76908	383			MN	099	00208	
5032105	Jordan	jordan	US	13080	0	America/Chicago	47.37631	-91.63017	530			MN	075	60304	
5032106	Jordan	jordan	US	13080	6076	America/Chicago	44.66691	-93.6269	235	City of Jordan,Dzhordan,Dzordan,Jordan,jwrdan,Џордан,Джордан,جردن، مینه‌سوتا,جوردان		MN	139	32174	
5032474	Judson	judson	US	75660	0	America/Chicago	44.19635	-94.19524	244			MN	013	32210	
5032826	Kabetogama	kabetogama	US	56669	0	America/Chicago	48.43769	-93.02737	363	Gappa,Kabetogama		MN	137	32252	
5032858	Kanaranzi	kanaranzi	US	56146	0	America/Chicago	43.5758	-96.09447	458			MN	133	32336	
5032866	Kandiyohi	kandiyohi	US	56251	490	America/Chicago	45.13219	-94.93112	374	City of Kandiyohi,Kandiyohi		MN	067	32372	
5043041	Rice Lake	rice-lake	US	54868	235	America/Chicago	47.39024	-95.50919	452			MN	029	35630	
5032900	Karlstad	karlstad	US	56732	733	America/Chicago	48.57748	-96.5206	320	City of Karlstad,Karlstad,karlstad,Карлстад,كارلستاد,کارلستاد، مینه‌سوتا		MN	069	32444	
5032909	Kasota	kasota	US	56050	660	America/Chicago	44.29247	-93.96496	246	City of Kasota,Kasota,kaswta,Касота,كاسوتا,کاسوتا، مینه‌سوتا		MN	079	32462	
5032920	Kasson	kasson	US	55944	6123	America/Chicago	44.02996	-92.75074	382	City of Kasson,Kasson,kaswn,Кассон,كاسون,کاسون، مینه‌سوتا		MN	039	32498	
5032963	Keewatin	keewatin	US	55753	1049	America/Chicago	47.39966	-93.07242	444	City of Keewatin,Keewatin,Keewating,Kewadin		MN	061	32570	
5032990	Kelliher	kelliher	US	56650	259	America/Chicago	47.94162	-94.44829	413	City of Kelliher,Kelliher		MN	007	32606	
5032994	Kellogg	kellogg	US	50135	432	America/Chicago	44.30858	-91.99572	216	City of Kellogg,Kellog,Kellogg		MN	157	32642	
5033043	Kennedy	kennedy	US	14747	188	America/Chicago	48.64193	-96.90895	252	City of Kennedy,Kennedy		MN	069	32732	
5033055	Kenneth	kenneth	US	56147	67	America/Chicago	43.75358	-96.07252	481	City of Kenneth,Kenneth		MN	133	32750	
5033074	Kensington	kensington	US	20891	291	America/Chicago	45.77802	-95.69616	399	City of Kensington,Kensington,Кенсингтон		MN	041	32768	
5033080	Kent	kent	US	06757	79	America/Chicago	46.43635	-96.6848	288	City of Kent,Kent,Кент		MN	167	32786	
5033090	Kenyon	kenyon	US	02836	1814	America/Chicago	44.27219	-92.98548	352	City of Kenyon,Kenyon		MN	049	32840	
5033113	Kerkhoven	kerkhoven	US	56252	717	America/Chicago	45.19302	-95.32058	335	City of Kerkhoven,Kerkhoven		MN	151	32876	
5033131	Kerr	kerr	US	45643	0	America/Chicago	47.42354	-92.97991	463			MN	137	28790	
5033135	Kerrick	kerrick	US	55756	64	America/Chicago	46.33883	-92.58575	357	City of Kerrick,Kerrick		MN	115	32912	
5033148	Kettle Falls	kettle-falls	US	99141	0	America/Chicago	48.50268	-92.6396	342			MN	137		
5033159	Kettle River	kettle-river	US	55757	179	America/Chicago	46.49161	-92.87798	360	City of Kettle River,Kettle River		MN	017	32966	
5033168	Kevin	kevin	US	59454	0	America/Chicago	47.34855	-93.19381	433			MN	061	25892	
5033171	Key West	key-west	US	33040	0	America/Chicago	47.9347	-96.7834	259			MN	119	33002	
5033191	Kiester	kiester	US	56051	478	America/Chicago	43.53634	-93.71217	382	City of Kiester,Kiester		MN	043	33056	
5033202	Kilkenny	kilkenny	US	56052	133	America/Chicago	44.3133	-93.57412	323	City of Kilkenny,Kelkeny,Kilkenny		MN	079	33110	
5033212	Kimball	kimball	US	24853	774	America/Chicago	45.31246	-94.30027	353	City of Kimball Prairie,Kimball,Kimball Prairie		MN	145	33164	
5033228	Kimberly	kimberly	US	25118	0	America/Chicago	46.56079	-93.46635	380			MN	001	33218	
5033312	Kingston	kingston	US	02364	159	America/Chicago	45.19691	-94.31332	315	City of Kingston,Kingston,Кингстон		MN	093	33344	
5033334	Kirk	kirk	US	80824	0	America/Chicago	47.41521	-92.66268	412			MN	137	12016	
5033344	Kinney	kinney	US	55758	169	America/Chicago	47.51409	-92.73074	470			MN	137	33416	
5033383	Knapp	knapp	US	54749	0	America/Chicago	45.15219	-94.22637	313			MN	171	12448	
5033403	Knife River	knife-river	US	55609	0	America/Chicago	46.94938	-91.77907	183			MN	075		
5033580	La Crescent	la-crescent	US	55947	4826	America/Chicago	43.82802	-91.30403	207	City of La Crescent,La Crescent,LaCrescent		MN	055	33866	
5033600	La Prairie	la-prairie	US	62346	659	America/Chicago	47.22828	-93.4891	391			MN	061	35648	
5033602	La Salle	la-salle	US	48145	85	America/Chicago	44.07079	-94.56969	316	City of La Salle,La Salle,LaSalle,Lasalle		MN	165	35702	
5033610	LaBelle	labelle	US	33935	0	America/Chicago	46.88274	-96.06255	405			MN	005	34802	
5033667	Lafayette	lafayette	US	07848	489	America/Chicago	44.44663	-94.39525	308	City of Lafayette,Lafajet,Lafayette,Лафайет		MN	103	33920	
5033707	Lake Benton	lake-benton	US	56149	657	America/Chicago	44.26108	-96.28754	537	City of Lake Benton,Lake Benton		MN	081	34100	
5033716	Lake Bronson	lake-bronson	US	56734	223	America/Chicago	48.73553	-96.66282	293	Bronson Village,City of Lake Bronson,Lake Bronson		MN	069	34136	
5033727	Lake City	lake-city	US	16423	5027	America/Chicago	44.44968	-92.2682	210	Lehjk Siti,Lejk Siti,Lejk-Siti,lyk syty,Лейк-Сити,Лейк-Сіті,Лејк Сити,Лэйк Сити,ليك سيتي,لیک سٹی، منیسوٹا,لیک سیتی، مینه‌سوتا		MN	157	34172	
5033740	Lake Crystal	lake-crystal	US	56055	2527	America/Chicago	44.1058	-94.21885	303	City of Lake Crystal,Lake Crystal,Lehjk Kristal,Lejk Kristal,Lejk-Kristal,lyk krystal,Лейк-Кристал,Лейк-Крістал,Лејк Кристал,Лэйк Кристал,ليك كريستال,لیک کرسٹل، منیسوٹا,لیک کریستال، مینه‌سوتا		MN	013	34190	
5033762	Lake Elmo	lake-elmo	US	55042	8406	America/Chicago	44.9958	-92.87938	278	City of Lake Elmo,Lake Elmo,Lehjk Ehlmo,Lejk Elmo,Lejk-Ehlmo,Lejk-Elmo,lyk almw,Лейк-Елмо,Лейк-Элмо,Лејк Елмо,Лэйк Элмо,ليك إلمو,لیک المو، مینه‌سوتا,لیک ایلمو، منیسوٹا		MN	163	34244	
5033783	Zimmerman	zimmerman	US	55398	5350	America/Chicago	45.4433	-93.58996	303	City of Zimmerman,Lake Fremont,Zimmerman		MN	141	72238	
5033789	Lake George	lake-george	US	12845	230	America/Chicago	47.20051	-94.99363	434			MN	057	34388	
5033817	Lake Hubert	lake-hubert	US	56459	0	America/Chicago	46.50219	-94.2575	367			MN	035	34207	
5033838	Lake Lillian	lake-lillian	US	56253	238	America/Chicago	44.94357	-94.88	339	City of Lake Lillian,Lake Lillian		MN	067	34676	
5033883	Lake Park	lake-park	US	31636	779	America/Chicago	46.88635	-96.0945	410	City of Lake Park,Lake Park		MN	005	34784	
5033943	Lake Wilson	lake-wilson	US	56151	239	America/Chicago	43.99663	-95.9528	506	City of Lake Wilson,Lake Wilson		MN	101	35198	
5033962	Lakefield	lakefield	US	56150	1656	America/Chicago	43.67746	-95.17166	452	City of Lakefield,Lakefield		MN	063	34316	
5033970	Lakeland	lakeland	US	31635	1839	America/Chicago	44.95636	-92.76576	222	City of Lakeland,Lakeland		MN	163		
5033981	Lakeside	lakeside	US	06758	0	America/Chicago	44.83413	-94.55916	326			MN	129	06976	
5034059	Lakeville	lakeville	US	02347	60633	America/Chicago	44.64969	-93.24272	296	City of Lakeville,Fairfield,Lake Ville,Lakeville,Lakeville Village,Lehjkvill,Lejkvil,Lejkvil',Lejkvill,lykfyl,lykwyl  mynh‌swta,Лейквилл,Лейквіль,Лејквил,Лэйквилл,ليكفيل,لیک ویل، منیسوٹا,لیکویل، مینه‌سوتا		MN	037	35180	
5034084	Lamberton	lamberton	US	56152	791	America/Chicago	44.23107	-95.26416	348	City of Lamberton,Lamberton		MN	127	35288	
5034099	Lamoille	lamoille	US	89828	0	America/Chicago	44.00219	-91.47237	207			MN	169	54286	
5034107	Lancaster	lancaster	US	01523	331	America/Chicago	48.85831	-96.80421	277	City of Lancaster,Lancaster,Lankaster,Ланкастер		MN	069	35378	
5034144	Langdon	langdon	US	58249	0	America/Chicago	44.80997	-92.92882	247			MN	163	13456	
5034153	Lanesboro	lanesboro	US	18827	734	America/Chicago	43.7208	-91.97682	261	City of Lanesboro,Lanesboro,Lehjnsboro,Lejnsboro,lansbwrw,Лейнсборо,Лејнсборо,Лэйнсборо,لانسبورو,لانیسبورو، منیسوٹا,للینزبورو، مینه‌سوتا		MN	045	35450	
5034163	Lansing	lansing	US	14882	181	America/Chicago	43.74524	-92.97019	375	Lansing,Лансинг		MN	099	35576	
5034176	Laporte	laporte	US	18626	114	America/Chicago	47.21384	-94.75417	411	City of Laporte,Laporte		MN	057	35612	
5034181	Largo	largo	US	33770	0	America/Chicago	47.48021	-92.57046	433			MN	137	36530	
5034222	Lastrup	lastrup	US	56344	102	America/Chicago	46.03941	-94.06332	378	City of Lastrup,Lastrup		MN	097	35720	
5034239	Lauderdale	lauderdale	US	39335	2506	America/Chicago	44.99858	-93.20578	292	City of Lauderdale,Lauderdale		MN	123	35738	
5034249	Laurel	laurel	US	11948	0	America/Chicago	48.51495	-93.67461	337			MN	071	52990	
5034258	Lavinia	lavinia	US	38348	0	America/Chicago	47.51495	-94.81166	424			MN	007	46906	
5034259	Lavinia	lavinia	US	38348	0	America/Chicago	47.47243	-92.9463	511			MN	137	28790	
5034266	Lawler	lawler	US	52154	0	America/Chicago	46.53606	-93.1705	401			MN	001	58270	
5034270	Lawndale	lawndale	US	28090	0	America/Chicago	46.5569	-96.36034	326			MN	167	52324	
5034273	Lawrence	lawrence	US	01840	0	America/Chicago	44.65802	-93.68468	232	Lawrence,Saint Lawrence		MN	139	57184	
5034299	Le Center	le-center	US	56057	2459	America/Chicago	44.38941	-93.73023	323	City of Le Center,La Sehntr,Le Center,Le Senter,Le Sueur Center,Le-Senter,ly sntr,Ла Сэнтр,Ле Сентер,Ле-Сентер,له سنتر، مینه‌سوتا,لي سنتر	079	MN	079	36134	
5034312	Le Roy	le-roy	US	14482	921	America/Chicago	43.50969	-92.50379	393	City of Le Roy,Le Roy		MN	099	36620	
5034325	Le Sueur	le-sueur	US	56058	3999	America/Chicago	44.46135	-93.91524	236	City of Le Sueur,Le Suer,Le Sueur,Le-Sur,Leh S'juur,ly swywr,Ле Суер,Ле-Сур,Лэ Сьюур,ل سیور، مینه‌سوتا,لي سويور		MN	079	36746	
5034372	Leander	leander	US	78641	0	America/Chicago	47.80298	-92.65045	403			MN	137	49336	
5034376	Leavenworth	leavenworth	US	47137	0	America/Chicago	44.22246	-94.80193	306			MN	015	36116	
5034417	Leetonia	leetonia	US	44431	0	America/Chicago	47.4291	-92.98519	465			MN	137	28790	
5034440	Leighton	leighton	US	35646	0	America/Chicago	45.06524	-93.62024	320			MN	053	41480	
5034462	Lengby	lengby	US	56651	85	America/Chicago	47.51579	-95.63586	422	City of Lengby,Lengby		MN	119	36404	
5034467	Lennox	lennox	US	57039	0	America/Chicago	46.24358	-94.34306	360			MN	035	21950	
5034468	Lenora	lenora	US	67645	0	America/Chicago	43.57247	-91.88238	337			MN	045	09820	
5034473	Leo	leo	US	46765	0	America/Chicago	48.76081	-96.25057	314			MN	135	03808	
5034483	Leonard	leonard	US	48367	42	America/Chicago	47.6519	-95.27223	443	City of Leonard,Leonard		MN	029	36494	
5034489	Leonidas	leonidas	US	49066	52	America/Chicago	47.46159	-92.57185	439	City of Leonidas,Leonidas		MN	137	36530	
5034493	Leota	leota	US	56153	209	America/Chicago	43.83386	-96.01363	525			MN	105	36566	
5034516	Lester Prairie	lester-prairie	US	55354	1686	America/Chicago	44.88385	-94.04164	299	City of Lester Prairie,Lester Prairie		MN	085	36728	
5034545	Lewiston	lewiston	US	04240	1571	America/Chicago	43.98441	-91.86932	370	City of Lewiston,L'juiston,Lewiston,Льюистон		MN	169	36800	
5034554	Lewisville	lewisville	US	19351	245	America/Chicago	43.92329	-94.43747	325	City of Lewisville,Lewisville		MN	165	36818	
5034562	Lexington	lexington	US	02420	2049	America/Chicago	45.14247	-93.16328	277	City of Lexington,Lexington		MN	003	11494	
5034563	Lexington	lexington	US	02420	0	America/Chicago	44.44246	-93.70246	315			MN	079	36872	
5034569	Libby	libby	US	59923	0	America/Chicago	46.78412	-93.32523	372			MN	001	36908	
5034644	Lincoln	lincoln	US	01773	0	America/Chicago	46.21024	-94.64085	390			MN	097	58918	
5034722	Linden	linden	US	07036	0	America/Chicago	44.18135	-94.40941	303			MN	015	37214	
5034746	Lindstrom	lindstrom	US	55045	4401	America/Chicago	45.38941	-92.84799	282	City of Lindstrom,Lindstroem,Lindstrom,Lindström,lyndstrwm,Линдстром,Ліндстром,ليندستروم,لیندستروم، مینه‌سوتا		MN	025	37304	
5034770	Linwood	linwood	US	01525	0	America/Chicago	45.35691	-93.11161	277			MN	003	37376	
5034803	Lismore	lismore	US	56155	230	America/Chicago	43.74774	-95.94724	513	City of Lismore,Lismore		MN	105	37412	
5034813	Litchfield	litchfield	US	03052	6657	America/Chicago	45.12718	-94.52805	344	City of Litchfield,Lichfild,Litchfield,Litchfild,lytshfyld,Литчфилд,Личфилд,Літчфілд,ليتشفيلد,لیچفیلد، مینه‌سوتا	093	MN	093	37448	
5034970	Little Falls	little-falls	US	07424	8649	America/Chicago	45.97635	-94.3625	339	City of Little Falls,Gakaabikaansing,Litl Fols,Litl-Fols,Littl Fols,Little Falls,li te er fu er si,lytl fwlz,Литл Фолс,Литл-Фолс,Литтл Фолс,Літл-Фолс,ليتل فولز,لیتل فالز، مینه‌سوتا,利特尔福尔斯	097	MN	097	37556	
5035199	Little Rock	little-rock	US	29567	1208	America/Chicago	47.86801	-95.11055	367			MN	007	38335	
5035200	Little Rock	little-rock	US	29567	0	America/Chicago	45.83247	-94.09277	366			MN	097	08434	
5035348	Littlefork	littlefork	US	56653	622	America/Chicago	48.39883	-93.55572	340	City of Littlefork,Litlfok,Litlfork,Littlefork,Littlfork,lytlfwrk,Литлфок,Литлфорк,Литтлфорк,Літлфорк,ليتلفورك,لیتل‌فورک، مینه‌سوتا		MN	071	37592	
5035404	Lockhart	lockhart	US	29364	0	America/Chicago	47.43997	-96.55118	273			MN	107	37790	
5035433	Loman	loman	US	56654	0	America/Chicago	48.51273	-93.80295	334			MN	071	47352	
5035439	London	london	US	25126	0	America/Chicago	43.52607	-93.0627	364			MN	047	37916	
5035441	London	london	US	25126	0	America/Chicago	47.2027	-91.56962	393			MN	075	60304	
5050174	Tofte	tofte	US	55615	0	America/Chicago	47.57379	-90.83626	191			MN	031	65065	
5035481	Long Beach	long-beach	US	11561	412	America/Chicago	45.65468	-95.41754	348	City of Long Beach,Long Beach,Long-Bich,Лонг-Бич		MN	121	37970	
5035522	Long Lake	long-lake	US	12847	1800	America/Chicago	44.98663	-93.57162	292	City of Long Lake,Long Lake		MN	053	38006	
5035632	Long Point	long-point	US	61333	0	America/Chicago	48.97721	-94.95995	326			MN	077	35208	
5035635	Long Prairie	long-prairie	US	56347	3347	America/Chicago	45.97469	-94.86558	394	City of Long Prairie,Long Prairie,Long Preri,Long-Preri,lwngh brayry,Лонг Прери,Лонг-Прери,Лонґ-Прері,لانگ پریری، مینه‌سوتا,لونغ برايري	153	MN	153		
5035673	Longville	longville	US	56655	157	America/Chicago	46.98634	-94.21136	406	City of Longville,Longvil,Longvil',Longvill,Longville,lwnghfyl,Лонгвил,Лонгвилл,Лонґвіль,لانگویل، مینه‌سوتا,لونغفيل		MN	021	38114	
5035679	Lonsdale	lonsdale	US	55046	3843	America/Chicago	44.48024	-93.42856	333	City of Lonsdale,Lonsdale,Lonsdejl,lwnsdyl,Лонсдейл,Лонсдејл,لانزدیل، مینه‌سوتا,لونسديل		MN	131	38150	
5035747	Loretto	loretto	US	15940	668	America/Chicago	45.05469	-93.63552	309	City of Loretto,Loretto		MN	053	38222	
5035831	Louisburg	louisburg	US	27549	44	America/Chicago	45.16607	-96.17116	317	City of Louisburg,Louisburg		MN	073	38258	
5035942	Lowry	lowry	US	24570	298	America/Chicago	45.70496	-95.5181	418	City of Lowry,Lowry		MN	121	38366	
5035950	Lowville	lowville	US	13367	0	America/Chicago	44.06663	-95.86696	500	Lordville,Lowville		MN	101	38402	
5035957	Lucan	lucan	US	56255	184	America/Chicago	44.40968	-95.41056	332	City of Lucan,Lucan		MN	127	38420	
5035997	Luna	luna	US	87824	0	America/Chicago	48.25359	-96.79367	261			MN	089	68206	
5036056	Lutsen	lutsen	US	55612	190	America/Chicago	47.64712	-90.67486	204			MN	031	38550	
5036062	Luverne	luverne	US	36049	4677	America/Chicago	43.65414	-96.21281	447	City of Luverne,Lu Verne,Lu Verne Village,Luvern,Luverne,lwfyrn,Луверн,لوفيرن,لوورن، مینه‌سوتا	133	MN	133	38564	
5036076	Luxemburg	luxemburg	US	52056	0	America/Chicago	45.45274	-94.24638	339			MN	145	56724	
5036082	Lydia	lydia	US	29079	0	America/Chicago	44.65274	-93.50106	289			MN	139	61978	
5036088	Lyle	lyle	US	55953	542	America/Chicago	43.50524	-92.94408	368	City of Lyle,Lyle		MN	099	38654	
5036098	Lyman	lyman	US	29365	0	America/Chicago	46.33996	-95.24864	429			MN	111	48004	
5036109	Lynd	lynd	US	56157	442	America/Chicago	44.38607	-95.8903	402	City of Lynd,Lynd		MN	083	38708	
5036148	Mabel	mabel	US	55954	760	America/Chicago	43.52052	-91.76959	344	City of Mabel,Mabel		MN	045	38888	
5036191	Madelia	madelia	US	56062	2250	America/Chicago	44.05079	-94.4183	312	City of Madelia,Madelia		MN	165	39230	
5036210	Madison	madison	US	03849	1462	America/Chicago	45.00968	-96.19588	332	City of Madison,Madison,Мадисон	073	MN	073	39266	
5036223	Madison Lake	madison-lake	US	56063	1094	America/Chicago	44.20441	-93.81551	319	City of Madison Lake,Madison Lake		MN	013	39320	
5036263	Magnolia	magnolia	US	08049	219	America/Chicago	43.64525	-96.07919	465	City of Magnolia,Drake,Magnolia		MN	133	39338	
5036278	Mahnomen	mahnomen	US	56557	1222	America/Chicago	47.31524	-95.96865	369	City of Mahnomen,Mahnomen	087	MN	087	39392	
5036309	Maine	maine	US	13802	0	America/Chicago	46.41218	-95.81727	413			MN	111	39500	
5036330	Makinen	makinen	US	55763	0	America/Chicago	47.35715	-92.36768	427			MN	137		
5036336	Malcolm	malcolm	US	36556	0	America/Chicago	48.32441	-95.33554	374			MN	007	43360	
5036355	Mallory	mallory	US	13103	0	America/Chicago	47.87664	-96.91174	256			MN	119	30590	
5036359	Malmo	malmo	US	68040	0	America/Chicago	46.33384	-93.51941	384			MN	001	34982	
5036390	Manchester	manchester	US	01944	56	America/Chicago	43.72551	-93.45188	393	City of Manchester,Manchester,Манчестер		MN	047	39716	
5036410	Manhattan Beach	manhattan-beach	US	90266	58	America/Chicago	46.72829	-94.1347	387	City of Manhattan Beach,Manhattan Beach		MN	035	39806	
5036413	Manitou	manitou	US	42436	0	America/Chicago	48.62829	-93.99295	342			MN	071	47352	
5036420	Mankato	mankato	US	56001	41044	America/Chicago	44.15906	-94.00915	253	City of Mankato,MKT,Mankato,Mankejto,mankatw,menketo,Манкато,Манкейто,Манкејто,مانكاتو,منکیتو، مینه‌سوتا,مینکیٹو، مینیسوٹا,मॅन्कॅटो	013	MN	013	39878	
5036438	Manley	manley	US	68403	0	America/Chicago	43.59025	-96.43115	428			MN	133	04510	
5036451	Mansfield	mansfield	US	02048	0	America/Chicago	43.57245	-93.60883	380			MN	047	39950	
5036461	Mantorville	mantorville	US	55955	1200	America/Chicago	44.06913	-92.75575	359	City of Mantorville,Mantorvil,Mantorvil',Mantorvill,Mantorville,mantwrfyl,Манторвил,Манторвилл,Манторвіль,مانتورفيل,مانتورویل، مینه‌سوتا	039	MN	039	39986	
5036485	Maple	maple	US	27956	0	America/Chicago	44.88163	-93.8158	302			MN	019	67450	
5036486	Maple	maple	US	27956	0	America/Chicago	47.45797	-91.15183	414			MN	075	14194	
5036493	Maple Grove	maple-grove	US	55311	68385	America/Chicago	45.07246	-93.45579	287	City of Maple Grove,Maple Grove,Mehjpl Grouv,Mejpl Grouv,Mejpl-Grov,mabl ghrwf,Мейпл-Гров,Мейпл-Ґров,Мејпл Гроув,Мэйпл Гроув,مابل غروف,میپل گروو، مینه‌سوتا,میپل گروو، مینیسوٹا		MN	053	40166	
5036506	Maple Hill	maple-hill	US	28454	0	America/Chicago	47.80767	-90.30482	453			MN	031	69307	
5036534	Maple Lake	maple-lake	US	55358	2092	America/Chicago	45.22913	-94.00192	322	City of Maple Lake,Maple Lake		MN	171	40220	
5036557	Maple Plain	maple-plain	US	55348	1785	America/Chicago	45.00719	-93.65579	313	City of Maple Plain,Maple Plain		MN	053	40256	
5036568	Maple Springs	maple-springs	US	14756	0	America/Chicago	44.40969	-92.16184	233			MN	157	50362	
5036571	Mapleton	mapleton	US	04757	1731	America/Chicago	43.92885	-93.95606	316	City of Mapleton,Mapleton		MN	013	40310	
5036588	Maplewood	maplewood	US	07040	40567	America/Chicago	44.95302	-92.99522	298	City of Maplewood,Maplewood,Mehjplvud,Mejplvud,mablwwd,Мејплвуд,Мэйплвуд,مابلوود,میپلووڈ، مینیسوٹا,میپل‌وود، مینه‌سوتا		MN	123	40382	
5036605	Marble	marble	US	16334	693	America/Chicago	47.32049	-93.29854	432			MN	061	25892	
5036615	Marcell	marcell	US	56657	0	America/Chicago	47.593	-93.69076	424			MN	061	40472	
5036635	Margie	margie	US	56658	0	America/Chicago	48.09523	-93.93992	387			MN	071	61433	
5036655	Marietta	marietta	US	13110	153	America/Chicago	45.0083	-96.41755	342	City of Marietta,Marietta,Мариетта		MN	073	40526	
5036663	Marine on Saint Croix	marine-on-saint-croix	US	55047	689	America/Chicago	45.19806	-92.77111	228	City of Marine on Saint Croix,Marine,Marine Mills,Marine On Saint Croix,Marine on Saint Croix,Marine-on-Saint Croix		MN	163	40562	
5036666	Marion	marion	US	02738	0	America/Chicago	43.94358	-92.34823	346			MN	109	40616	
5036694	Markham	markham	US	22643	0	America/Chicago	47.2991	-92.21852	446			MN	137	12736	
5036727	Marshall	marshall	US	20115	13652	America/Chicago	44.4469	-95.78835	354	City of Marshall,MML,Marshal,Marshall,marshal,Маршал,Маршалл,مارشال,مارشال، مینه‌سوتا,مارشل، مینیسوٹا	083	MN	083	40688	
5036791	Marty	marty	US	57361	0	America/Chicago	45.39969	-94.33277	346			MN	145	39518	
5036845	Matawan	matawan	US	07747	0	America/Chicago	43.85802	-93.63606	349			MN	161	09172	
5036882	Max	max	US	56659	0	America/Chicago	47.61467	-94.068	418			MN	061	41066	
5036896	Mayer	mayer	US	55360	1903	America/Chicago	44.88496	-93.88775	293	City of Mayer,Mayer		MN	019	41138	
5036904	Mayhew	mayhew	US	39753	0	America/Chicago	45.7133	-94.11082	345			MN	009	41192	
5036913	Maynard	maynard	US	01754	351	America/Chicago	44.9069	-95.46891	314	City of Maynard,Maynard		MN	023	41210	
5036942	Mayville	mayville	US	14757	0	America/Chicago	43.76385	-92.90936	384			MN	099	67936	
5036952	Mazeppa	mazeppa	US	55956	822	America/Chicago	44.27302	-92.54491	291	City of Mazeppa,Mazeppa		MN	157	41282	
5037038	McGregor	mcgregor	US	55760	367	America/Chicago	46.60662	-93.31384	375	City of McGregor,McGregor		MN	001	39014	
5037044	McIntosh	mcintosh	US	56556	618	America/Chicago	47.63691	-95.88642	377	City of McIntosh,McIntosh		MN	119	39050	
5037144	Meadowlands	meadowlands	US	55765	134	America/Chicago	47.07188	-92.73242	389	City of Meadowlands,Meadowlands		MN	137	41372	
5037164	Medford	medford	US	02153	1249	America/Chicago	44.17413	-93.24632	335	City of Medford,Medford,Медфорд		MN	147	41426	
5037180	Medicine Lake	medicine-lake	US	59247	371	America/Chicago	44.99524	-93.41551	274	City of Medicine Lake,Medicine Lake		MN	053	51730	
5037186	Medina	medina	US	14103	5973	America/Chicago	45.03524	-93.58246	323	City of Medina,Medina,Медина		MN	053	41480	
5037241	Melrose	melrose	US	02176	3616	America/Chicago	45.67469	-94.80752	367	City of Melrose,Mehlrous,Melrose,Melrouz,Melroz,mylrwz,Мелроз,Мелроуз,Мэлроус,ملروز، مینه‌سوتا,ميلروز		MN	145	41570	
5037254	Melrude	melrude	US	55766	0	America/Chicago	47.24549	-92.41713	410			MN	137	18800	
5037256	Melvin	melvin	US	36913	0	America/Chicago	47.6208	-96.38922	312			MN	119	48418	
5037275	Menahga	menahga	US	56464	1339	America/Chicago	46.75385	-95.09808	427	City of Menahga,Menahga		MN	159	41660	
5037278	Mendota	mendota	US	24270	205	America/Chicago	44.88719	-93.16439	234	City of Mendota,Mdote Minisota,Mendota,myndwta,Мендота,مندوتا، مینه‌سوتا,ميندوتا		MN	037	41678	
5037292	Mentor	mentor	US	44060	152	America/Chicago	47.6983	-96.14116	356	City of Mentor,Mentor		MN	119	41714	
5037298	Meriden	meriden	US	03770	0	America/Chicago	44.07413	-93.38688	346			MN	147	41750	
5037306	Merrifield	merrifield	US	22081	140	America/Chicago	46.46497	-94.17277	372			MN	035	34207	
5037315	Merton	merton	US	53056	0	America/Chicago	44.14607	-93.1466	384			MN	147	41840	
5037408	Middle River	middle-river	US	21220	296	America/Chicago	48.43414	-96.16419	348	City of Middle River,Middle River		MN	089	41912	
5037425	Midvale	midvale	US	44653	0	America/Chicago	44.97163	-92.99494	310			MN	123	40382	
5037426	Midway	midway	US	15060	0	America/Chicago	46.7819	-95.26031	465			MN	005	56248	
5037427	Midway	midway	US	15060	0	America/Chicago	47.49104	-92.52574	516			MN	137	67288	
5037456	Milaca	milaca	US	56353	2883	America/Chicago	45.7558	-93.65441	329	City of Milaca,Milaca	095	MN	095	42110	
5037461	Milan	milan	US	03588	360	America/Chicago	45.10857	-95.91337	314	City of Milan,Milan		MN	023	42146	
5037480	Mildred	mildred	US	18632	0	America/Chicago	46.75496	-94.46472	409			MN	021	51298	
5037559	Millersburg	millersburg	US	17061	0	America/Chicago	44.42774	-93.33189	328			MN	131	21680	
5037560	Millerville	millerville	US	36267	105	America/Chicago	46.06746	-95.56254	424	City of Millerville,Millerville		MN	041	42254	
5037575	Millville	millville	US	01529	177	America/Chicago	44.24469	-92.29573	253	City of Millville,Millville		MN	157	42290	
5037589	Milroy	milroy	US	17063	245	America/Chicago	44.41773	-95.55334	338	City of Milroy,Milroy		MN	127	42362	
5037599	Miltona	miltona	US	56354	431	America/Chicago	46.04413	-95.29142	429	City of Miltona,Miltona		MN	041	42398	
5037623	Minerva	minerva	US	12851	0	America/Chicago	47.36912	-95.38224	462			MN	029	42452	
5037649	Minneapolis	minneapolis	US	28652	410939	America/Chicago	44.97997	-93.26384	253	City of Minneapolis,Gakaabikaang,MSP,Min-ni-a-po-li-su,Mineapalis,Mineapoli,Mineapolis,Mineapolisa,Mineápolis,Minneapolis,Minneapòlis,Minnéapolis,Minyapolis,Mìn-nì-â-pô-li-sṳ̂,mineaporisu,minepolisa,ming ni a bo li si,ming ni ya bo li si,miniaepolliseu,miniyapolisa,miniyappolis,minniyapolis,mnyapwls,mynyabwls,mynyapwlys,Μινεάπολη,Минеаполис,Миннеаполис,Мінеапаліс,Міннеаполіс,Մինեապոլիս,מיניאפוליס,منیاپولس,مينيابولس,مینیاپولیس,मिनियापोलिस,मिनीयापोलिस,মিনিয়াপোলিস,મિનેપોલિસ,மினியாப்பொலிஸ்,మిన్నియాపోలిస్,ಮಿನ್ನಿಯಾಪೋಲಿಸ್,มินนีแอโพลิส,მინეაპოლისი,ミネアポリス,明尼亞波利斯,明尼阿波利斯,미니애폴리스	053	MN	053	43000	
5037680	Minneota	minneota	US	56264	1363	America/Chicago	44.55885	-95.98559	357	City of Minneota,Minneota,Minnesota		MN	083	43126	
5037698	Minnesota City	minnesota-city	US	55959	200	America/Chicago	44.09385	-91.7496	208			MN	169	43144	
5037717	Minnesota Lake	minnesota-lake	US	56068	662	America/Chicago	43.8419	-93.83189	318	City of Minnesota Lake,Minnesota Lake		MN	043	43198	
5037784	Minnetonka	minnetonka	US	55345	51669	America/Chicago	44.9133	-93.50329	275	City of Minnetonka,Minitonka,Minnetonka,minetongka,minetonka,mynytwnka,Минитонка,Миннетонка,Міннетонка,مينيتونكا,مینه‌تونکا، مینه‌سوتا,مینیٹونکا، مینیسوٹا,ミネトンカ,미네통카		MN	053	43252	
5037785	Minnetonka Beach	minnetonka-beach	US	55361	570	America/Chicago	44.93969	-93.57662	287	City of Minnetonka Beach,Minnetonka Beach		MN	053	43270	
5037855	Mission	mission	US	57555	0	America/Chicago	46.58802	-94.0511	375			MN	035	43468	
5037913	Mitchell	mitchell	US	30820	0	America/Chicago	47.44549	-92.89519	449			MN	137	28790	
5037929	Mizpah	mizpah	US	08342	54	America/Chicago	47.92412	-94.20383	420	City of Mizpah,Mizpah		MN	071	43540	
5038018	Montevideo	montevideo	US	56265	5217	America/Chicago	44.94803	-95.71701	284	City of Montevideo,MVE,Montevideo,Montividio,mwnth‌wydyw  mynh‌swta,mwntyfydyw,Монтевидео,Монтевідео,Монтивидио,مونته‌ویدئو، مینه‌سوتا,مونتيفيديو	023	MN	023	43720	
5038035	Montgomery	montgomery	US	05470	2915	America/Chicago	44.43885	-93.58134	326	City of Montgomery,Montgomehri,Montgomeri,Montgomery,mwntghmry,Монтгомери,Монтгомэри,مونتغمري,مونتگومری، مینه‌سوتا,مونٹگمری، مینیسوٹا		MN	079	43738	
5038045	Monticello	monticello	US	04760	13299	America/Chicago	45.30552	-93.79414	282	City of Monticello,Monticello,Montikehllo,Montisello,Montiselo,mwntayslw,Монтикэлло,Монтиселло,Монтисело,Монтіселло,مانتیسلو، مینه‌سوتا,مونتايسلو		MN	171	43774	
5038062	Montrose	montrose	US	10548	3079	America/Chicago	45.06496	-93.91108	303	City of Montrose,Montrose		MN	171	43810	
5038108	Moorhead	moorhead	US	38761	42005	America/Chicago	46.87386	-96.76951	276	City of Moorhead,Moorhead,Murkhed,Murkhid,mu er hei de,mwrhyd,Мурхед,Мурхид,مورهد، مینه‌سوتا,مورهيد,مورہیڈ، مینیسوٹا,穆爾黑德	027	MN	027	43864	
5038132	Moose Lake	moose-lake	US	55767	2748	America/Chicago	46.45411	-92.76187	323	City of Moose Lake,Moose Lake,Mus Lehjk,Mus Lejk,Mus-Lejk,mws lyk,Мус Лејк,Мус Лэйк,Мус-Лейк,موس ليك,موس لیک، مینه‌سوتا		MN	017	43954	
5038195	Mora	mora	US	55051	3462	America/Chicago	45.8769	-93.29384	308	City of Mora,Mora,mwra,Мора,مورا,مورا، مینه‌سوتا	065	MN	065	44044	
5038221	Morgan	morgan	US	05853	867	America/Chicago	44.4169	-94.92555	318	City of Morgan,Morgan		MN	127	44116	
5038247	Morrill	morrill	US	04952	0	America/Chicago	45.83886	-93.9697	399			MN	097	44224	
5038252	Morris	morris	US	06763	5352	America/Chicago	45.58607	-95.91394	345	MOX,Moris,Morris,mwrys,Морис,Моррис,Морріс,موريس,موریس، مینه‌سوتا	149	MN	149	44242	
5038282	Morristown	morristown	US	07960	992	America/Chicago	44.22719	-93.44467	306	City of Morristown,Morristown		MN	131	44296	
5038292	Morton	morton	US	14508	382	America/Chicago	44.55135	-94.98444	263	City of Morton,Morton,mwrtwn,Мортон,مورتن، مینه‌سوتا,مورتون		MN	129	44368	
5038301	Moscow	moscow	US	05662	0	America/Chicago	43.70718	-93.09825	370			MN	047	44404	
5038330	Motley	motley	US	56466	646	America/Chicago	46.33663	-94.64612	375	City of Motley,Motley		MN	097	44422	
5038348	Mound	mound	US	55364	9336	America/Chicago	44.93663	-93.66607	287	City of Mound,Maund,Mound,mwnd,Маунд,ماوند، مینه‌سوتا,موند		MN	053	44476	
5039244	Nicollet	nicollet	US	56074	1138	America/Chicago	44.27608	-94.18746	300	City of Nicollet,Nicollet		MN	103	46150	
5038433	Mountain Iron	mountain-iron	US	55768	2880	America/Chicago	47.53243	-92.62351	452	City of Mountain Iron,Mountain Iron		MN	137	44548	
5038438	Mountain Lake	mountain-lake	US	56159	2117	America/Chicago	43.93885	-94.92971	397	City of Mountain Lake,Mountain Lake		MN	033	44566	
5038751	Munger	munger	US	48747	0	America/Chicago	46.80078	-92.3438	416			MN	137	61132	
5038768	Murdock	murdock	US	33938	266	America/Chicago	45.22385	-95.39336	332	City of Murdock,Murdock		MN	151	44818	
5038800	Murray	murray	US	42071	0	America/Chicago	47.81603	-92.18043	440	Murray,Soudan		MN	137	07534	
5038812	Murtaugh	murtaugh	US	83344	0	America/Chicago	43.59996	-93.32826	383			MN	047	00712	
5038862	Myrtle	myrtle	US	38650	47	America/Chicago	43.5644	-93.16353	382	City of Myrtle,Myrtle		MN	047	44890	
5038910	Nashua	nashua	US	03060	66	America/Chicago	46.03746	-96.30812	306	City of Nashua,Nashua		MN	167	44944	
5038917	Nashwauk	nashwauk	US	55769	968	America/Chicago	47.38021	-93.16825	449			MN	061	44998	
5038922	Nassau	nassau	US	12123	68	America/Chicago	45.06635	-96.43978	344	City of Nassau,Nassau		MN	073	45016	
5038938	Naytahwaush	naytahwaush	US	56566	578	America/Chicago	47.26274	-95.62614	453			MN	087	65929	
5038980	Nelson	nelson	US	03457	186	America/Chicago	45.88941	-95.2642	415	City of Nelson,Dent,Nelson		MN	041	45106	
5039016	Nerstrand	nerstrand	US	55053	299	America/Chicago	44.34191	-93.06799	363	City of Nerstrand,Nehrstrand,Nerstrand,nyrstrand,Нерстранд,Нэрстранд,نرستراند، مینه‌سوتا,نيرستراند		MN	131	45196	
5039049	Nett Lake	nett-lake	US	55772	284	America/Chicago	48.11103	-93.09406	404	Net Lake,Nett Lake		MN	137	45281	
5039068	Nevis	nevis	US	56467	401	America/Chicago	46.96524	-94.83946	449	City of Nevis,Nevis		MN	057	45340	
5039072	New Auburn	new-auburn	US	54757	437	America/Chicago	44.67357	-94.2297	307	City of New Auburn,New Auburn		MN	143	45376	
5039080	New Brighton	new-brighton	US	15066	22351	America/Chicago	45.06552	-93.20189	268	City of New Brighton,N'ju Brajton,N'ju-Brajton,New Brighton,Nju Brajton,nyw braytwn,Њу Брајтон,Нью Брайтон,Нью-Брайтон,نيو برايتون,نیو برایتن، مینه‌سوتا		MN	123	45430	
5039086	New Germany	new-germany	US	55367	389	America/Chicago	44.88413	-93.97053	300	City of New Germany,Motordale,New Germany		MN	019	45556	
5039090	New Hartford	new-hartford	US	06057	0	America/Chicago	43.87858	-91.4757	263			MN	169	45592	
5039094	New Hope	new-hope	US	18938	21032	America/Chicago	45.03802	-93.38662	284	City of New Hope,N'ju Khoup,N'ju-Gop,N'ju-Khop,New Hope,Nju Khoup,nyw hwb,Њу Хоуп,Нью Хоуп,Нью-Гоп,Нью-Хоп,نيو هوب,نیو هوپ، مینه‌سوتا		MN	053	45628	
5039111	New London	new-london	US	03257	1328	America/Chicago	45.30108	-94.94418	368	City of New London,N'ju-London,New London,Нью-Лондон		MN	067	45682	
5039122	New Market	new-market	US	21774	700	America/Chicago	44.57302	-93.35356	339	City of New Market,New Market,Newmarket		MN	139	18662	
5039125	New Munich	new-munich	US	56356	326	America/Chicago	45.63024	-94.75362	363	City of New Munich,New Munich		MN	145	45772	
5043097	Rice Lake	rice-lake	US	54868	0	America/Chicago	44.11052	-93.04604	388	Hobson,Rice Lake		MN	147	41840	
5043109	Rice Lake	rice-lake	US	54868	236	America/Chicago	45.01413	-94.14442	314			MN	171	62878	
5039133	New Prague	new-prague	US	56071	7582	America/Chicago	44.5433	-93.57607	301	City of New Prague,N'ju Pragju,N'ju-Praga,N'ju-Prejg,New Prague,Nju Prag,Prague,Prague Village,nyw bragh,Њу Праг,Нью Прагю,Нью-Праґа,Нью-Прейг,نيو براغ,نیو پراگ، مینه‌سوتا		MN	079	45808	
5039144	New Richland	new-richland	US	56072	1188	America/Chicago	43.89385	-93.49383	360	City of New Richland,New Richland		MN	161	45862	
5039163	New Sweden	new-sweden	US	04762	0	America/Chicago	44.40747	-94.18997	304			MN	103	45988	
5039173	New Ulm	new-ulm	US	56073	13327	America/Chicago	44.31246	-94.46053	274	City of New Ulm,N'ju Ulm,N'ju-Alm,New Ulm,Nju Ulm,Nova Ulma,ULM,nyueolleum,nyw awlm,nyw awlm  mynh‌swta,Њу Улм,Нью Улм,Нью-Алм,نيو أولم,نیو اولم، مینه‌سوتا,뉴얼름	015	MN	015	46042	
5039192	New York Mills	new-york-mills	US	13417	1225	America/Chicago	46.51802	-95.37615	430	City of New York Mills,New York Mills		MN	111	46060	
5039202	Newfolden	newfolden	US	56738	373	America/Chicago	48.35553	-96.33004	334	City of Newfolden,Newfolden,Newfolden Village		MN	089	45520	
5039211	Newport	newport	US	02840	3480	America/Chicago	44.86636	-93.00049	227	City of Newport,N'juport,Newport,Njuport,nywbwrt,Њупорт,Ньюпорт,نوپرت، مینه‌سوتا,نيوبورت,نیوپورٹ، مینیسوٹا		MN	163	45790	
5039227	Nichols	nichols	US	13812	0	America/Chicago	46.3269	-93.78497	386			MN	001	28052	
5039232	Newburg	newburg	US	17240	0	America/Chicago	43.56719	-91.8146	331	Newburg,Newburgh		MN	045	45466	
5039234	Nickerson	nickerson	US	67561	0	America/Chicago	46.41078	-92.49936	351			MN	115	46132	
5039270	Nielsville	nielsville	US	56568	89	America/Chicago	47.52747	-96.81508	265	City of Nielsville,Nielsville		MN	119	46258	
5039332	Nisswa	nisswa	US	56468	2011	America/Chicago	46.52052	-94.28861	375	City of Nisswa,Nissua,Nissva,Nisswa,nyswa,Ниссва,Ниссуа,Ніссва,نيسوا,نیسوا، مینه‌سوتا		MN	035	46348	
5039354	Norcross	norcross	US	30003	69	America/Chicago	45.86913	-96.19756	317	City of Norcross,Norcross		MN	051	46492	
5039417	North Benton	north-benton	US	44449	0	America/Chicago	45.77941	-93.94609	376			MN	009	00668	
5039421	North Branch	north-branch	US	12766	10215	America/Chicago	45.51135	-92.98022	274	Branch,City of North Branch,Nors Brehnch,Nort Branch,Nort-Branch,North Branch,nwrth bransh,Норс Брэнч,Норт Бранч,Норт-Бранч,نورث برانش,نورث برنچ، مینه‌سوتا		MN	025	46798	
5039572	North Prairie	north-prairie	US	53153	0	America/Chicago	45.8008	-94.34944	330			MN	097	66028	
5039608	North Star	north-star	US	45350	0	America/Chicago	44.29052	-94.07941	300	Nort Star,Норт Стар		MN	103	48922	
5039675	Northfield	northfield	US	01360	20380	America/Chicago	44.4583	-93.1616	278	City of Northfield,Norsfild,Nortfild,Northfield,nosufirudo,nuo si fei er de,nwrthfyld,Норсфилд,Нортфилд,Нортфілд,نارتھفیلڈ، مینیسوٹا,نورثفيلد,نورثفیلد، مینه‌سوتا,ノースフィールド,諾斯菲爾德		MN	131	46924	
5039686	Northome	northome	US	56661	194	America/Chicago	47.87246	-94.2805	439	City of Northome,Norsoum,North Home,Northome,Nortkhom,Nortom,nwrthwm,Норсоум,Нортом,Нортхом,نورتهوم، مینه‌سوتا,نورثوم		MN	071	47122	
5039696	Northrop	northrop	US	56075	219	America/Chicago	43.73634	-94.43636	349	City of Northrop,Northrop		MN	091	47212	
5039798	Norwood Young America	norwood-young-america	US	55368	3677	America/Chicago	44.77357	-93.92163	302	City of Norwood,City of Norwood Young America,City of Young America,Norsvud Jang Amerika,Norvud Jang Amerika,Norvud-Jang-Amerika,Norwood,Norwood Young America,Young America,nwrwwd ywngh amryka,Норвуд Јанг Америка,Норвуд-Янг-Америка,Норсвуд Янг Америка,نوروود يونغ أمريكا,نوروود یانگ آمریکا، مینه‌سوتا,نورووڈ ینگ امیریکا، مینیسوٹا		MN	019	47520	
5039807	Noyes	noyes	US	56740	0	America/Chicago	48.99749	-97.20451	240			MN	069	58162	
5039857	Oak Grove	oak-grove	US	42262	8439	America/Chicago	45.3408	-93.3269	273			MN	003	47690	
5039938	Oak Park	oak-park	US	48237	0	America/Chicago	45.16802	-93.26578	278			MN	003	06382	
5039939	Oak Park	oak-park	US	48237	0	America/Chicago	45.69775	-93.81803	345			MN	009	41264	
5039978	Oakdale	oakdale	US	06370	28080	America/Chicago	44.96302	-92.96494	326	City of Oakdale,Oakdale,Oakdehjl,Okdejl,Oukdejl,awkdl,Оакдэйл,Окдейл,Оукдејл,أوكدل,اوکدیل، مینه‌سوتا,اوکڈیل، مینیسوٹا		MN	163	47680	
5039986	Oakland	oakland	US	02858	0	America/Chicago	43.67385	-93.08881	386			MN	047	44404	
5040009	Oakridge	oakridge	US	97463	0	America/Chicago	44.1208	-91.91988	373	Oak Ridge,Oakridge		MN	169	44656	
5040047	Odessa	odessa	US	14869	129	America/Chicago	45.25969	-96.32894	293	City of Odessa,Odessa,Одесса		MN	011	48058	
5040054	Odin	odin	US	56160	104	America/Chicago	43.86635	-94.74276	369	City of Odin,Odin		MN	165	48094	
5040066	Ogema	ogema	US	54459	185	America/Chicago	47.10274	-95.92505	388	City of Ogema,Ogema		MN	005	48130	
5040076	Ogilvie	ogilvie	US	56358	352	America/Chicago	45.83218	-93.42634	320	City of Ogilvie,Ogilvie		MN	065	48166	
5040091	Okabena	okabena	US	56161	184	America/Chicago	43.7394	-95.31583	433	City of Okabena,Okabena		MN	063	48184	
5040104	Oklee	oklee	US	56742	424	America/Chicago	47.83913	-95.85447	351	City of Oklee,Oklee		MN	125	48202	
5040195	Olivia	olivia	US	28368	2356	America/Chicago	44.77635	-94.98972	330	City of Olivia,Olivia	129	MN	129	48256	
5040253	Onamia	onamia	US	56359	864	America/Chicago	46.07052	-93.66775	385	City of Onamia,Gibaakwa'igaansing,Onamia		MN	095	48310	
5040314	Oreland	oreland	US	19075	0	America/Chicago	46.4508	-93.91887	387			MN	035	15364	
5040326	Orleans	orleans	US	02653	0	America/Chicago	48.92609	-96.93672	255			MN	069	12340	
5040328	Ormsby	ormsby	US	56162	128	America/Chicago	43.84829	-94.69776	367	City of Ormsby,Ormsby		MN	091		
5040332	Orono	orono	US	04469	8006	America/Chicago	44.97135	-93.6044	296	City of Orono,Orono,awrwnw,Ороно,أورونو,ارونو، مینه‌سوتا		MN	053	48580	
5040339	Oronoco	oronoco	US	55960	1446	America/Chicago	44.16608	-92.53491	297	City of Oronoco,Oronoco,Oronoko,awrwnwkw,Ороноко,أورونوكو,ارونوکو، مینه‌سوتا		MN	109	48598	
5040349	Orr	orr	US	55771	335	America/Chicago	48.05353	-92.831	398	City of Orr,Or,Orr,awr,Ор,Орр,أور,اور، مینه‌سوتا		MN	137	48634	
5043181	Richards	richards	US	64778	0	America/Chicago	46.83607	-95.91227	418			MN	005	15814	
5040365	Ortonville	ortonville	US	48462	1815	America/Chicago	45.30469	-96.44478	310	Ortnvil,Ortonvil',Ortonvill,awrtwnfyl,Ортнвил,Ортонвилл,Ортонвіль,أورتونفيل,اورتونویل، مینه‌سوتا	011	MN	011	48706	
5040385	Osage	osage	US	26543	323	America/Chicago	46.92024	-95.25697	455			MN	005	48778	
5040389	Osakis	osakis	US	56360	1719	America/Chicago	45.86691	-95.15225	413	City of Osakis,Osakis		MN	041	48796	
5040424	Oslo	oslo	US	56744	0	America/Chicago	43.89219	-92.73852	395			MN	039	66892	
5040425	Oslo	oslo	US	56744	320	America/Chicago	48.19526	-97.13202	246	City of Oslo,Oslo		MN	089	48976	
5040439	Osseo	osseo	US	49266	2748	America/Chicago	45.11941	-93.40245	270	City of Osseo,Osseo		MN	053	49012	
5040455	Ostrander	ostrander	US	43061	254	America/Chicago	43.61358	-92.42795	410	City of Ostrander,Ostrander		MN	045	49030	
5040468	Otisco	otisco	US	47163	0	America/Chicago	43.97857	-93.50216	352			MN	161	49084	
5040473	Otisville	otisville	US	10963	0	America/Chicago	45.24691	-92.76493	243			MN	163	58900	
5040477	Otsego	otsego	US	49078	15551	America/Chicago	45.27413	-93.59135	268			MN	171	49138	
5040484	Ottawa	ottawa	US	25149	0	America/Chicago	44.38219	-93.94579	243	Minnewashta,Ottawa		MN	079	49174	
5040489	Otter Creek	otter-creek	US	32683	0	America/Chicago	46.62522	-92.5388	351			MN	017	65902	
5040527	Ottertail	ottertail	US	56571	602	America/Chicago	46.42552	-95.55726	412	City of Ottertail,Otter Tail,Otter Tail City,Ottertail		MN	111	49210	
5040533	Otto	otto	US	14766	0	America/Chicago	48.08802	-94.60746	360			MN	007	60070	
5040631	Outing	outing	US	56662	0	America/Chicago	46.82051	-93.94803	401			MN	021	13834	
5040644	Owanka	owanka	US	57767	0	America/Chicago	44.12607	-95.67584	458			MN	101	59764	
5040647	Owatonna	owatonna	US	55060	25725	America/Chicago	44.08385	-93.22604	351	City of Owatonna,OWA,Ovatona,Ovatonna,Owatonna,awatwna,owatona,Оватона,Оватонна,أواتونا,اواٹانا، مینیسوٹا,اوواتانا، مینه‌سوتا,오와토나	147	MN	147	49300	
5040718	Page	page	US	25152	0	America/Chicago	45.88746	-93.66358	369			MN	095	49480	
5040741	Palisade	palisade	US	56469	159	America/Chicago	46.71329	-93.48857	377	City of Palisade,Palisade,Palisadel		MN	001	49498	
5040748	Palmdale	palmdale	US	33944	0	America/Chicago	45.45552	-92.73355	285			MN	025	59332	
5040750	Palmer	palmer	US	01069	0	America/Chicago	44.15302	-93.54189	352			MN	161	31166	
5040770	Palo	palo	US	48870	0	America/Chicago	47.41521	-92.25962	427			MN	137	69898	
5040822	Park Rapids	park-rapids	US	56470	3947	America/Chicago	46.92218	-95.05863	439	City of Park Rapids,PKD,Park Rapids,Park-Rapids,bark rabydz,Парк Рапидс,Парк-Рапидс,Парк-Рапідс,بارك رابيدز,پارک رپیدز، مینه‌سوتا	057	MN	057	49768	
5040835	Parkdale	parkdale	US	71661	0	America/Chicago	46.23329	-96.01283	366	Hazel Dell,Parkdale		MN	111	14644	
5040846	Parkers Prairie	parkers-prairie	US	56361	1005	America/Chicago	46.15302	-95.32892	448	Parker's Prairie,Parkers Prairie		MN	111	49732	
5040863	Parkville	parkville	US	21234	2525	America/Chicago	47.53104	-92.57907	439			MN	137	44548	
5040933	Payne	payne	US	45880	0	America/Chicago	47.09605	-92.59936	400			MN	137	41390	
5040936	Paynesville	paynesville	US	24873	2433	America/Chicago	45.38052	-94.71195	357	City of Paynesville,New Paynesville,Paynesville		MN	145	49966	
5041013	Pease	pease	US	56363	240	America/Chicago	45.69802	-93.64802	316	City of Pease,Pease		MN	095	50056	
5041072	Pelican Rapids	pelican-rapids	US	56572	2461	America/Chicago	46.57079	-96.08311	398	City of Pelican Rapids,Pelican Rapids		MN	111	50164	
5041094	Pemberton	pemberton	US	08068	248	America/Chicago	44.00858	-93.78328	319	City of Pemberton,Pemberton,Pemertan		MN	013	50200	
5041110	Pengilly	pengilly	US	55775	0	America/Chicago	47.33271	-93.19714	416			MN	061	25892	
5041120	Pennington	pennington	US	08534	0	America/Chicago	47.48356	-94.47997	402			MN	007	07918	
5041124	Pennock	pennock	US	56279	515	America/Chicago	45.14885	-95.1764	344	City of Pennock,Norway Lake,Pennock		MN	067	50344	
5041146	Pequot Lakes	pequot-lakes	US	56472	2243	America/Chicago	46.60302	-94.30944	391	City of Pequot Lakes,Pequot Lakes		MN	035	50416	
5041188	Perham	perham	US	04766	3278	America/Chicago	46.5944	-95.57254	417	City of Perham,Pehrkham,Peram,Pergem,Perham,Perkhem,byrham,Перам,Пергем,Перхем,Пэрхам,بيرهام,پرهام، مینه‌سوتا		MN	111	50470	
5041195	Perkins	perkins	US	30822	0	America/Chicago	43.78302	-91.64431	231			MN	055	43648	
5041200	Perley	perley	US	56574	90	America/Chicago	47.17775	-96.80536	267	City of Perley,Perley		MN	107	50506	
5041220	Perth	perth	US	58363	0	America/Chicago	44.07968	-94.35885	305	Iceland,Perth		MN	013	37124	
5041233	Petersburg	petersburg	US	12138	0	America/Chicago	43.53024	-94.91888	401			MN	063	50578	
5041238	Peterson	peterson	US	35478	199	America/Chicago	43.78635	-91.83487	232	City of Peterson,Peterson		MN	045	50596	
5041309	Phelps	phelps	US	14532	0	America/Chicago	46.38024	-95.82061	404			MN	111	39500	
5041405	Pierz	pierz	US	56364	1362	America/Chicago	45.98163	-94.10471	358	City of Pierz,Pajrz,Pierz,Pirz,byrz,Пайрз,Пирз,Пірз,بيرز,پیرز، مینه‌سوتا		MN	097	50776	
5041488	Pillager	pillager	US	56473	453	America/Chicago	46.32997	-94.47417	369	City of Pillager,Pillager		MN	021	50902	
5041495	Pillsbury	pillsbury	US	58065	0	America/Chicago	45.9333	-94.68363	361			MN	153	08272	
5041502	Pilot Grove	pilot-grove	US	52648	0	America/Chicago	43.52912	-94.22774	343			MN	043	50974	
5041525	Pine City	pine-city	US	14871	3078	America/Chicago	45.82607	-92.96854	290	Pajn Siti,Pajn-Siti,byn syty,Пайн Сити,Пайн-Сити,Пайн-Сіті,Пајн Сити,بين سيتي,پاین سیتی، مینه‌سوتا	115	MN	115	51064	
5041550	Pine Brook	pine-brook	US	07058	0	America/Chicago	45.58691	-93.38856	296			MN	059	62086	
5041581	Pine Island	pine-island	US	10969	3337	America/Chicago	44.20135	-92.6463	306	City of Pine Island,Pine Island		MN	049	51136	
5041664	Pine River	pine-river	US	54965	927	America/Chicago	46.71802	-94.40416	394	City of Pine River,Pine River		MN	021	51280	
5041698	Pinetop	pinetop	US	85935	0	America/Chicago	47.90579	-94.10188	409	Pinetop,Wildwood		MN	071	47131	
5041699	Pineville	pineville	US	18946	0	America/Chicago	47.53604	-92.29407	437			MN	137	69898	
5041700	Pinewood	pinewood	US	29125	0	America/Chicago	47.59718	-95.12778	433			MN	007	09082	
5041752	Pipestone	pipestone	US	56164	4141	America/Chicago	44.00053	-96.31753	529	City of Pipestone,Pajpston,Pajpstoun,Pipestone,Pipestone City,baybstwn,Пайпстон,Пайпстоун,Пајпстон,بايبستون,پایپستون، مینه‌سوتا	117	MN	117	51388	
5041791	Plainview	plainview	US	11803	3237	America/Chicago	44.16497	-92.17156	354	Centerville,City of Plainview,Plainview		MN	157	51424	
5041812	Plato	plato	US	55370	317	America/Chicago	44.77441	-94.03997	304	City of Plato,Plato		MN	085	51460	
5041819	Platte	platte	US	57369	0	America/Chicago	46.10552	-94.08221	369			MN	097	51478	
5041831	Pleasant Grove	pleasant-grove	US	35127	0	America/Chicago	43.86913	-92.38573	393			MN	109	51550	
5041849	Pleasant Lake	pleasant-lake	US	46779	623	America/Chicago	45.49774	-94.28666	337	City of Pleasant Lake,Pleasant Lake		MN	145	55078	
5041863	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	46.53828	-92.38492	280			MN	017	71806	
5041921	Plummer	plummer	US	56748	293	America/Chicago	47.91135	-96.0417	343	City of Plummer,Plummer		MN	125	51712	
5041926	Plymouth	plymouth	US	02360	75907	America/Chicago	45.01052	-93.45551	296	City of Plymouth,Plajmaus,Plimut,Plymouth,blymwth,Плаймаус,Плимут,Плімут,بليموث,پلایماؤت، مینیسوٹا,پلیموث، مینه‌سوتا		MN	053	51730	
5042006	Ponemah	ponemah	US	56666	724	America/Chicago	48.02051	-94.91388	365	Obaashiing,Ponemah		MN	007	38335	
5042008	Ponsford	ponsford	US	56575	0	America/Chicago	46.96996	-95.38392	467	Nezhingwaakokaansing,Ponsford		MN	005	10126	
5042072	Poplar	poplar	US	54864	0	America/Chicago	46.58663	-94.69668	414			MN	021	51964	
5042154	Porter	porter	US	04068	179	America/Chicago	44.63635	-96.16559	367	City of Porter,Porter		MN	173	52144	
5042197	Potsdam	potsdam	US	13676	0	America/Chicago	44.16552	-92.33906	347			MN	109	20636	
5042285	Prairieville	prairieville	US	70769	0	America/Chicago	44.28385	-93.19216	361			MN	131	09712	
5042291	Pratt	pratt	US	25162	0	America/Chicago	44.02246	-93.15937	376			MN	147	02890	
5042330	Preston	preston	US	06365	1299	America/Chicago	43.67024	-92.08322	292	City of Preston,Preston	045	MN	045	52450	
5042360	Princeton	princeton	US	01541	4680	America/Chicago	45.56997	-93.58163	299	City of Princeton,Princeton,Prinston,Принстон		MN	095	52522	
5042367	Prinsburg	prinsburg	US	56281	496	America/Chicago	44.93385	-95.18751	335	City of Prinsburg,Prinsburg		MN	067	52558	
5042373	Prior Lake	prior-lake	US	55372	25282	America/Chicago	44.7133	-93.42273	289	City of Prior Lake,Prajor Lejk,Prajor-Lejk,Prior Lake,Prior Lehjk,brywr lyk,Прайор-Лейк,Прајор Лејк,Приор Лэйк,بريور ليك,پریر لیک، مینه‌سوتا		MN	139	52594	
5042388	Prosper	prosper	US	75078	0	America/Chicago	43.50774	-91.8696	413			MN	045	09820	
5042397	Providence	providence	US	02901	0	America/Chicago	44.83441	-96.11309	329			MN	073	52702	
5042412	Proctor	proctor	US	05765	3068	America/Chicago	46.74716	-92.22547	381	City of Proctor,Proctor,Proctor Knott,Proctorknott,Proktor,brwktwr,Проктор,بروكتور,پراکتر، مینه‌سوتا		MN	137	52630	
5042431	Puposky	puposky	US	56667	0	America/Chicago	47.67773	-94.90722	419			MN	007	17234	
5042505	Racine	racine	US	25165	515	America/Chicago	43.77607	-92.48295	394	City of Racine,Racine,Rasin,Расин		MN	099	52882	
5042559	Ramey	ramey	US	16671	0	America/Chicago	45.83524	-93.93776	392			MN	097	44224	
5042561	Ramsey	ramsey	US	07446	25828	America/Chicago	45.2611	-93.45	267	City of Ramsey,Ramsehj,Ramsey,Ramsi,Remzi,ramsy,Рамси,Рамсэй,Рамсі,Ремзи,رامسي,رمزی، مینه‌سوتا,ریمسی، مینیسوٹا		MN	003	53026	
5042562	Ramsey	ramsey	US	07446	0	America/Chicago	43.70968	-92.96964	371			MN	099	35576	
5042586	Randall	randall	US	50231	624	America/Chicago	46.09108	-94.50362	363	City of Randall,Randall,Randall Village		MN	097	53080	
5042596	Randolph	randolph	US	02368	441	America/Chicago	44.52608	-93.01993	268	City of Randolph,Randol'f,Randolph,Рандольф		MN	037	53098	
5042608	Ranier	ranier	US	56668	586	America/Chicago	48.61299	-93.34876	342	City of Ranier,Ranier		MN	071	53134	
5042611	Ransom	ransom	US	18653	0	America/Chicago	43.54385	-95.79418	494			MN	105	53152	
5042623	Rapidan	rapidan	US	22733	0	America/Chicago	44.09441	-94.06857	301			MN	013	53206	
5042687	Ray	ray	US	45672	0	America/Chicago	48.41076	-93.21043	353			MN	071	17660	
5042696	Raymond	raymond	US	03077	756	America/Chicago	45.01579	-95.23862	330	City of Raymond,Raymond		MN	067	53296	
5042706	Reading	reading	US	01867	0	America/Chicago	43.70358	-95.71307	519	Reding,Рединг		MN	105	63400	
5042709	Reads Landing	reads-landing	US	55968	0	America/Chicago	44.40219	-92.07906	216	Read's Landing,Reads,Reads Landing,Reeds,Reeds Landing		MN	157	50362	
5042731	Red Lake Falls	red-lake-falls	US	56750	1406	America/Chicago	47.88219	-96.27421	316	City of Red Lake Falls,Red Lake Falls	125	MN	125	53476	
5042754	Red Rock	red-rock	US	74651	0	America/Chicago	47.92072	-89.73843	189			MN	031	25071	
5042773	Red Wing	red-wing	US	55066	16445	America/Chicago	44.56247	-92.5338	226	City of Red Wing,Red Ving,Red Wing,Red-Uing,Red-Ving,ledeuwing,ryd wyngh,Ред Винг,Ред-Вінґ,Ред-Уинг,رد وینگ، مینه‌سوتا,ريد وينغ,레드윙	049	MN	049	53620	
5042790	Redby	redby	US	56670	1334	America/Chicago	47.87857	-94.91305	371	Madaabiimong,Redby		MN	007	38335	
5042832	Redwood Falls	redwood-falls	US	56283	5061	America/Chicago	44.5394	-95.11694	317	City of North Redwood,City of Redwood Falls,RWF,Redvud Fols,Redvud-Fols,Redwood Falls,Rehdvud Folls,rydwwd fwlz,Редвуд Фолс,Редвуд-Фолс,Рэдвуд Фоллс,ردوود فالز، مینه‌سوتا,ريدوود فولز,ریڈووڈ فالز، مینیسوٹا	127	MN	127	53656	
5042898	Remer	remer	US	56672	362	America/Chicago	47.05606	-93.91607	409	City of Remer,Remer		MN	021	53782	
5042911	Reno	reno	US	16343	0	America/Chicago	43.60108	-91.27513	205	Caledonia Junction,Reno		MN	055	13816	
5042913	Reno	reno	US	16343	0	America/Chicago	47.41798	-91.95045	516			MN	137	03880	
5042924	Renville	renville	US	56284	1213	America/Chicago	44.78913	-95.21167	327	City of Renville,Renville		MN	129	53890	
5042972	Revere	revere	US	02151	92	America/Chicago	44.22385	-95.36445	350	City of Revere,Revere,Reverse		MN	127	53908	
5042998	Rice	rice	US	23966	1361	America/Chicago	45.75191	-94.22027	323	City of Rice,Rajs,Rice,rays,Райс,Рајс,رايس,رایس، مینه‌سوتا		MN	009	53998	
5043193	Richfield	richfield	US	17086	36216	America/Chicago	44.8833	-93.283	256	City of Richfield,Richfield,Richfild,rytshfyld,Ричфилд,Річфілд,ريتشفيلد,رچفیلڈ، مینیسوٹا,ریچفیلد، مینه‌سوتا		MN	053	54214	
5043204	Richmond	richmond	US	01254	1435	America/Chicago	45.45413	-94.51833	342	City of Richmond,Richmond,Ричмонд		MN	145	54268	
5043217	Richville	richville	US	13681	96	America/Chicago	46.50663	-95.6256	414	City of Richville,Richville		MN	111	54340	
5043220	Richwood	richwood	US	08074	0	America/Chicago	46.97468	-95.82282	451			MN	005	54376	
5043229	Ridge	ridge	US	11961	0	America/Chicago	47.62242	-92.036	497			MN	137	03106	
5043243	Ridgeway	ridgeway	US	24148	0	America/Chicago	43.91191	-91.56014	409			MN	169	51568	
5043250	Riley	riley	US	47871	0	America/Chicago	47.36299	-92.92991	421			MN	137	28790	
5043332	Riverside	riverside	US	02915	0	America/Chicago	46.70994	-92.20408	197			MN	137	17000	
5043403	Riverton	riverton	US	06065	116	America/Chicago	46.45996	-94.05193	375	Riverton,Ривертон		MN	035	54736	
5043458	Robinson	robinson	US	15949	0	America/Chicago	47.85936	-92.04182	451			MN	137	44350	
5043471	Rochert	rochert	US	56578	0	America/Chicago	46.85996	-95.68782	439			MN	005	19646	
5043473	Rochester	rochester	US	02770	112225	America/Chicago	44.02163	-92.4699	312	City of Rochester,RST,Rochester,Rochestur,locheseuteo,luo che si te,rachstr  mynh‌swta,rochesuta,rwtshystr,rwzstr,Рочестер,Рочестър,רוצסטר,راچستر، مینه‌سوتا,روتشيستر,روچیسٹر، مینیسوٹا,ロチェスター,羅徹斯特,로체스터	109	MN	109	54880	
5043510	Rock Creek	rock-creek	US	25174	1600	America/Chicago	45.75746	-92.96243	286	City of Rock Creek,Rock Creek		MN	115	54934	
5043556	Rockford	rockford	US	35136	4358	America/Chicago	45.0883	-93.73441	279	City of Rockford,Rockford,Rokford,rwkfwrd,Рокфорд,راکفورد، مینه‌سوتا,روكفورد		MN	171		
5043571	Rockville	rockville	US	02873	2514	America/Chicago	45.47191	-94.34083	328	City of Rockville,Rockville,Rokvil,Rokvil',Rokvill,rwkfyl,Роквил,Роквилл,Роквіль,راکویل، مینه‌سوتا,روكفيل		MN	145	55078	
5043608	Rogers	rogers	US	06263	12562	America/Chicago	45.18885	-93.55301	293	City of Rogers,Rodzers,Rodzhehrs,Rodzhers,Rogers,rwjrz,Роджерс,Роджэрс,Роџерс,راجرز، مینه‌سوتا,روجرز		MN	053	55186	
5043609	Rogers	rogers	US	06263	0	America/Chicago	44.26052	-93.57856	326			MN	079	68602	
5043622	Roland	roland	US	50236	0	America/Chicago	47.94413	-95.77891	351			MN	125	19502	
5043638	Rollingstone	rollingstone	US	55969	657	America/Chicago	44.09774	-91.81682	233	City of Rollingstone,Rolling Stone,Rollingstone		MN	169	55276	
5043646	Rollins	rollins	US	59931	0	America/Chicago	47.25659	-91.84518	457			MN	137	02818	
5043652	Ronald	ronald	US	98940	0	America/Chicago	46.44717	-93.05521	398			MN	017	61708	
5043686	Roosevelt	roosevelt	US	08555	153	America/Chicago	48.80359	-95.09689	354	City of Roosevelt,Roosevelt		MN	135	55438	
5043700	Roscoe	roscoe	US	12776	0	America/Chicago	44.22524	-92.77158	363			MN	049	55492	
5043701	Roscoe	roscoe	US	12776	103	America/Chicago	45.43385	-94.63972	355	City of Roscoe,Roscoe,Zion		MN	145	55510	
5043711	Rose City	rose-city	US	48654	0	America/Chicago	46.07746	-95.1667	437			MN	041	62248	
5043713	Rose Creek	rose-creek	US	55970	399	America/Chicago	43.60358	-92.83185	381	City of Rose Creek,Rose Creek		MN	099	55600	
5043752	Roseau	roseau	US	56751	2715	America/Chicago	48.84609	-95.76277	320	City of Roseau,ROX,Roseau,Rosiu,Roso,Rozo,rwzyw,Розо,Росиу,Росо,روزيو,روسو، مینه‌سوتا	135	MN	135	55546	
5043769	Roseland	roseland	US	07068	0	America/Chicago	44.93524	-95.10528	339			MN	067	55708	
5043770	Roseland	roseland	US	07068	0	America/Chicago	44.94246	-95.10556	336			MN	067	55708	
5044550	Saint Hilaire	saint-hilaire	US	56754	279	America/Chicago	48.01386	-96.21476	332	City of Saint Hilaire,Saint Hilaire,Saint Hiliare,St. Hilaire		MN	113	57022	
5043779	Rosemount	rosemount	US	55068	23413	America/Chicago	44.73941	-93.12577	294	City of Rosemount,Rosemount,Rosmaunt,Rousmaunt,Rouzmaunt,rwsymawnt,Росмаунт,Роузмаунт,Роусмаунт,رزماونت، مینه‌سوتا,روسيماونت		MN	037	55726	
5043787	Rosendale	rosendale	US	12472	0	America/Chicago	45.04052	-94.70666	360			MN	093	14698	
5043799	Roseville	roseville	US	43777	35580	America/Chicago	45.00608	-93.15661	292	City of Roseville,Roseville,Rousvill,Rouzvil,Rozvell,Rozvil',Rozvill,lojeubil,rwzfyl,rwzwyl  mynh‌swta,Розвелл,Розвилл,Розвіль,Роузвил,Роусвилл,روزفيل,روزویل، مینه‌سوتا,روزویل، مینیسوٹا,로즈빌		MN	123	55852	
5043806	Rosewood	rosewood	US	43070	0	America/Chicago	48.18942	-96.29032	346			MN	089	45970	
5043814	Ross	ross	US	45061	0	America/Chicago	47.79747	-96.73979	262			MN	119	21176	
5043815	Ross	ross	US	45061	0	America/Chicago	48.90609	-95.92027	316			MN	135	15958	
5043822	Rossburg	rossburg	US	45362	0	America/Chicago	46.53523	-93.57997	378			MN	001	61654	
5043838	Rothsay	rothsay	US	56579	485	America/Chicago	46.47496	-96.28062	369	City of Rothsay,Rothsay		MN	167		
5043891	Round Lake	round-lake	US	12151	371	America/Chicago	43.54052	-95.46834	475	City of Round Lake,Round Lake		MN	105	56086	
5043943	Rowena	rowena	US	76875	0	America/Chicago	44.38968	-95.15222	326			MN	127	45412	
5043944	Rowland	rowland	US	18457	0	America/Chicago	44.86024	-93.42551	271			MN	053	18116	
5043955	Royalton	royalton	US	41464	1215	America/Chicago	45.82997	-94.29361	329	City of Royalton,Rojalton,Royalton,rwyaltwn,Ройалтон,Роялтон,Ројалтон,رويالتون,رویالتون، مینه‌سوتا		MN	097	56176	
5044005	Rush City	rush-city	US	55069	3072	America/Chicago	45.68551	-92.96549	279	Rash Siti,Rash-Siti,rwsh syty,Раш Сити,Раш-Сити,Раш-Сіті,راش سیتی، مینه‌سوتا,روش سيتي		MN	025	56266	
5044055	Rushford	rushford	US	14777	1712	America/Chicago	43.8083	-91.75293	222	City of Rushford,Rashfold,Rashford,Rushford,rwshfwrd,Рашфолд,Рашфорд,راشفورد، مینه‌سوتا,روشفورد		MN	045	56284	
5044070	Rushmore	rushmore	US	56168	336	America/Chicago	43.61941	-95.80057	506	City of Rushmore,Rushmore		MN	105	56338	
5044081	Ruskin	ruskin	US	33570	0	America/Chicago	44.26746	-93.16188	348			MN	131	54250	
5044084	Russell	russell	US	01071	333	America/Chicago	44.31913	-95.95169	464	City of Russell,Russell		MN	083	56428	
5044104	Ruthton	ruthton	US	56170	233	America/Chicago	44.17663	-96.10392	528	City of Ruthton,Ruthton		MN	117	56482	
5044112	Rutledge	rutledge	US	30663	221	America/Chicago	46.26439	-92.86742	314	City of Rutledge,Rutledge		MN	115	56518	
5044119	Ryan	ryan	US	52330	0	America/Chicago	44.42386	-92.71547	353			MN	049	04816	
5044136	Sabin	sabin	US	56580	551	America/Chicago	46.77968	-96.65313	283	City of Sabin,Sabin		MN	027	56554	
5044142	Saco	saco	US	04072	0	America/Chicago	44.00441	-93.26632	371			MN	147	61150	
5044144	Sacred Heart	sacred-heart	US	56285	518	America/Chicago	44.7869	-95.35168	327	City of Sacred Heart,Sacred Heart		MN	129	56572	
5044210	Saginaw	saginaw	US	35137	0	America/Chicago	46.85911	-92.44436	412			MN	137	30932	
5044290	Saint Anthony	saint-anthony	US	47575	8226	America/Chicago	45.02052	-93.218	281	City of Saint Anthony,Saint Anthony,St. Anthony		MN	053	56680	
5044291	Saint Anthony	saint-anthony	US	47575	86	America/Chicago	45.68663	-94.61223	388	City of Saint Anthony,Saint Anthony,St. Anthony		MN	145	56698	
5044326	Saint Benedict	saint-benedict	US	15773	0	America/Chicago	44.58802	-93.61384	280	Benedict,Saint Benedict,St. Benedict		MN	139	28322	
5044347	Saint Bonifacius	saint-bonifacius	US	55375	2283	America/Chicago	44.90552	-93.74746	296	City of Saint Bonifacius,Saint Bonifacius,St. Bonifacius		MN	053	56770	
5044374	Saint Charles	saint-charles	US	24282	3735	America/Chicago	43.96941	-92.06433	344	City of Saint Charles,Saint Charles,Sent-Charl'z,St. Charles,Сент-Чарльз		MN	169	56788	
5044392	Saint Clair	saint-clair	US	17970	868	America/Chicago	44.08191	-93.85773	297	City of Saint Clair,Hilton,Saint Clair,St. Clair		MN	013	56824	
5044407	Saint Cloud	saint-cloud	US	34769	65842	America/Chicago	45.5608	-94.16249	314	City of Saint Cloud,Ozaagiiziibiing,STC,Saint Cloud,St. Cloud	145	MN	145	56896	
5044485	Saint Francis	saint-francis	US	04774	7218	America/Chicago	45.38691	-93.3594	280	City of Saint Francis,Saint Francis,St. Francis		MN	003	56950	
5044486	Saint Francis	saint-francis	US	04774	0	America/Chicago	45.75997	-94.58501	381			MN	145	33722	
5044527	Saint George	saint-george	US	29477	0	America/Chicago	44.38941	-94.53248	300			MN	103	69556	
5044543	Saint Henry	saint-henry	US	45883	0	America/Chicago	44.38413	-93.78857	308			MN	079	59386	
5044563	Saint James	saint-james	US	11780	4605	America/Chicago	43.98246	-94.62692	329	City of Saint James,Saint James,Sent-Dzhejms,St. James,Сент-Джеймс	165	MN	165	57040	
5044896	Saint Joseph	saint-joseph	US	38481	6534	America/Chicago	45.56496	-94.31833	334	City of Saint Joseph,Saint Joseph,Sent-Dzhozef,St. Joseph,Сент-Джозеф		MN	145	57130	
5045002	Saint Leo	saint-leo	US	33574	100	America/Chicago	44.71718	-96.05226	342	City of Saint Leo,Saint Leo,St. Leo		MN	173	57202	
5045079	Saint Martin	saint-martin	US	56376	308	America/Chicago	45.50191	-94.66889	382	City of Saint Martin,Saint Martin,St. Martin		MN	145	57238	
5045090	Saint Mary	saint-mary	US	40063	0	America/Chicago	44.0283	-93.60189	331			MN	161	57274	
5045258	Saint Michael	saint-michael	US	15951	16399	America/Chicago	45.20996	-93.66496	294	City of Saint Michael,Saint Michael,St. Michael		MN	171	57346	
5045333	Saint Patrick	saint-patrick	US	63466	0	America/Chicago	44.59469	-93.50217	302			MN	139	10450	
5045360	Saint Paul	saint-paul	US	24283	285068	America/Chicago	44.94441	-93.09327	242	City of Saint Paul,Imnizha ska,Saint Paul,Saint Pol,San Pablo,Sejnt Pol,Sent Pol,Sent Polas,Sent Pols,Sent-Pol,Sentpola,Sint-Paul,St. Paul,Urbs Sancti Pauli de Minnesota,ceyint pal,saint pal,sant bawl,santa pala,seinteupol,senta pala,senta pola,sentoporu,sentphxl,sheng bao luo,synt pl  mynh‌swta,syynt pwl,Σαιντ Πωλ,Сейнт Пол,Сент Пол,Сент-Пол,Սեյնթ Փոլ,סיינט פול,سانت باول,سینت پل، مینه‌سوتا,سینٹ پال,سینٹ پال، مینیسوٹا,सन्त पल,सेंट पॉल,सेन्त पल,सैन्ट् पाल्,செயின்ட் பால்,เซนต์พอล,სენტ-პოლი,セントポール,圣保罗,세인트폴	MN	MN	123	58000	
5045403	Saint Paul Park	saint-paul-park	US	55071	5279	America/Chicago	44.84219	-92.99132	239	City of Saint Paul Park,Saint Paul Park,St. Paul Park		MN	163	58018	
5045517	Saint Peter	saint-peter	US	56082	11196	America/Chicago	44.32358	-93.95801	234	City of Saint Peter,Saint Peter,St. Peter	103	MN	103	58036	
5045651	Saint Stephen	saint-stephen	US	29479	851	America/Chicago	45.70274	-94.27444	366	Brockway,City of Saint Stephen,Saint Stephen,Saint Stephens,St. Stephen		MN	145	58090	
5045674	Saint Thomas	saint-thomas	US	17252	0	America/Chicago	44.49774	-93.75746	306			MN	079	15760	
5045698	Saint Vincent	saint-vincent	US	56755	64	America/Chicago	48.96777	-97.22506	242	City of Saint Vincent,Saint Vincent,St. Vincent		MN	069	58144	
5045776	Salida	salida	US	81201	0	America/Chicago	45.35663	-93.81942	291			MN	141	04636	
5045784	Salol	salol	US	56756	0	America/Chicago	48.8661	-95.57081	328			MN	135	19466	
5045810	Sanborn	sanborn	US	14132	318	America/Chicago	44.20968	-95.1286	335	City of Sanborn,Sanborn		MN	127	58306	
5045908	Sandstone	sandstone	US	25985	2768	America/Chicago	46.13106	-92.86742	332	City of Sandstone,Sandston,Sandstone,Sehndstoun,sandstwn,Сандстон,Сэндстоун,ساندستون,سندستوون، مینه‌سوتا		MN	115	58396	
5045960	Santiago	santiago	US	55377	0	America/Chicago	45.53913	-93.81997	309			MN	141	58522	
5045973	Saratoga	saratoga	US	27873	0	America/Chicago	43.89191	-92.06988	327			MN	169	58558	
5045977	Sargeant	sargeant	US	55973	61	America/Chicago	43.80524	-92.80213	423	City of Sargeant,Sargeant		MN	099	58576	
5046001	Sartell	sartell	US	56377	16788	America/Chicago	45.62163	-94.20694	316	City of Sartell,Sartehll,Sartell,sartyl,srtl  mynh‌swta,Сартелл,Сартэлл,سارتيل,سرتل، مینه‌سوتا		MN	145	58612	
5046026	Sauk Centre	sauk-centre	US	56378	4357	America/Chicago	45.73747	-94.95252	381	City of Sauk Centre,Sauk Center,Sauk Centre,Sauk Sentr,Sok Senter,Sok Sentur,Sok-Senter,Sok-Sentr,swk sntr,Саук Сентр,Сок Сентер,Сок Сентър,Сок-Сентер,Сок-Сентр,ساوک اسنتر، مینه‌سوتا,سوك سنتر		MN	145	58648	
5046038	Sauk Rapids	sauk-rapids	US	56379	13424	America/Chicago	45.59191	-94.1661	313	City of Sauk Rapids,Sauk Rapids,Sok Rapids,Sok-Rapids,swk rabydz,Саук Рапидс,Сок Рапидс,Сок-Рапидс,Сок-Рапідс,سوك رابيدز,سوک رپیدز، مینه‌سوتا		MN	009	58684	
5048378	Spring Valley	spring-valley	US	10977	2413	America/Chicago	43.68691	-92.38906	388	City of Spring Valley,Spring Valley,Spring-Vehlli,Спринг-Вэлли		MN	045	62104	
5046063	Savage	savage	US	20763	30391	America/Chicago	44.77913	-93.33634	220	City of Savage,Hamilton,Savage,Savazh,Savidz,Savidzh,safagh,Саваж,Савидж,Савиџ,سافاغ,ساوج، مینه‌سوتا,سیویج، مینیسوٹا		MN	139	58738	
5046088	Sawyer	sawyer	US	49125	0	America/Chicago	46.67133	-92.63325	405			MN	017	46820	
5047390	Silverdale	silverdale	US	18962	0	America/Chicago	47.98604	-93.10962	400			MN	071	61433	
5047396	Silverwood	silverwood	US	48760	0	America/Chicago	47.31772	-93.30965	426			MN	061	25892	
5046098	Scandia	scandia	US	55073	4057	America/Chicago	45.25358	-92.80577	318	Skandia,Skandija,skandya,Скандиа,Скандия,Скандија,Скандія,اسکندیا، مینه‌سوتا,سكانديا		MN	163	58900	
5046161	Schley	schley	US	23154	0	America/Chicago	47.36884	-94.41608	400			MN	021	46825	
5046707	Schroeder	schroeder	US	55613	0	America/Chicago	47.54435	-90.89182	195			MN	031	58999	
5046745	Scott	scott	US	38772	0	America/Chicago	47.44965	-92.76963	429			MN	137	11134	
5046769	Scranton	scranton	US	18501	0	America/Chicago	47.42577	-92.94908	458			MN	137	28790	
5046776	Scribner	scribner	US	68057	0	America/Chicago	47.5344	-95.01251	430			MN	007	17954	
5046786	Seaforth	seaforth	US	56287	83	America/Chicago	44.47718	-95.32639	321	City of Seaforth,Seaforth		MN	127	59098	
5046793	Searles	searles	US	56084	171	America/Chicago	44.22857	-94.43469	304			MN	015	13546	
5046800	Sebeka	sebeka	US	56477	692	America/Chicago	46.62996	-95.08891	422	City of Sebeka,Sebeka		MN	159	59152	
5046851	Sedan	sedan	US	67361	44	America/Chicago	45.57552	-95.24808	410	City of Sedan,Sedan		MN	121	59188	
5046984	Shafer	shafer	US	55074	1036	America/Chicago	45.38691	-92.74771	287	City of Shafer,Shafer		MN	025	59314	
5046997	Shakopee	shakopee	US	55379	39981	America/Chicago	44.79802	-93.5269	229	City of Shakopee,Shakopee,Shakopi,Shejkope,shakpy  mynh‌swta,shakwby,Шакопи,Шакопі,Шейкопе,شاكوبي,شاکوپی، مینیسوٹا,شاکپی، مینه‌سوتا	139	MN	139	59350	
5047050	Shaw	shaw	US	38773	0	America/Chicago	47.11327	-92.35297	421			MN	137	13528	
5047072	Sheldon	sheldon	US	05483	0	America/Chicago	43.6783	-91.5932	231			MN	055	59494	
5047090	Shelly	shelly	US	56581	187	America/Chicago	47.45803	-96.81841	265	City of Shelly,Shelly		MN	107	59566	
5047109	Sherburn	sherburn	US	56171	1089	America/Chicago	43.65218	-94.72692	393	City of Sherburn,Sherburn,Sherburne		MN	091	59620	
5047149	Sherman	sherman	US	04776	0	America/Chicago	44.94774	-94.13359	319			MN	085	71104	
5047162	Sherwood	sherwood	US	21665	0	America/Chicago	47.4516	-92.74102	425			MN	137	11134	
5047173	Shevlin	shevlin	US	56676	179	America/Chicago	47.53023	-95.25862	443	Chevolon,City of Shevlin,Shevlin		MN	029	59782	
5047207	Shirley	shirley	US	01464	0	America/Chicago	47.86886	-96.61451	276			MN	119	20510	
5047232	Shoreham	shoreham	US	05770	0	America/Chicago	46.75746	-95.89894	406			MN	005	35144	
5047236	Shorewood	shorewood	US	60404	7614	America/Chicago	44.9008	-93.58912	299	City of Shorewood,Shorewood		MN	053	60016	
5047283	Side Lake	side-lake	US	55781	0	America/Chicago	47.66521	-93.01574	427			MN	137	22724	
5047308	Silver Bay	silver-bay	US	12874	1813	America/Chicago	47.29436	-91.25739	233	City of Silver Bay,Silvehr Behj,Silver Bay,Silver Bay Harbor,Silver Bej,Silver-Bej,sylfr bay,Силвер Беј,Силвер-Бей,Силвэр Бэй,Сілвер-Бей,سيلفر باي,سیلور بی، مینه‌سوتا		MN	075	60250	
5047323	Silver Creek	silver-creek	US	14136	0	America/Chicago	47.11243	-91.60129	299			MN	075	60304	
5047332	Silver Creek	silver-creek	US	14136	256	America/Chicago	45.31497	-93.9797	302			MN	171	60340	
5047352	Silver Lake	silver-lake	US	03875	812	America/Chicago	44.9033	-94.19553	324	City of Silver Lake,Silver Lake		MN	085	60376	
5047409	Simpson	simpson	US	26435	0	America/Chicago	43.92385	-92.40989	387			MN	109	51550	
5047587	Slayton	slayton	US	56172	2053	America/Chicago	43.98774	-95.75585	488	City of Slayton,NSL,Slayton,Slehjton,Slejton,slaytwn,Слейтон,Слејтон,Слэйтон,اسلی‌تن، مینه‌سوتا,سلايتون	101	MN	101	60808	
5047603	Sleepy Eye	sleepy-eye	US	56085	3443	America/Chicago	44.29718	-94.72415	312	City of Sleepy Eye,Loreno,Sleepeye,Sleepy Eye,Sleepyeye,Slipi Aj,Slipi-Aj,Village of Sleepy Eye Lake,slyby ay,Слипи Ай,Слипи Ај,Слипи-Ай,Сліпі-Ай,اسلیپی آی، مینه‌سوتا,سليبي أي		MN	015	60844	
5047675	Smith Lake	smith-lake	US	87365	0	America/Chicago	45.08302	-94.11498	320			MN	171	41966	
5047690	Smithville	smithville	US	26178	0	America/Chicago	46.70355	-92.2163	214			MN	137	17000	
5047772	Sobieski	sobieski	US	54171	190	America/Chicago	45.92441	-94.45917	344	City of Sobieski,Sobieski		MN	097	61006	
5047827	Solway	solway	US	56678	97	America/Chicago	47.51995	-95.12918	442	City of Solway,Solway		MN	007	61114	
5047884	South Branch	south-branch	US	48761	0	America/Chicago	43.88385	-94.54942	339			MN	165	61276	
5047970	South Haven	south-haven	US	49090	191	America/Chicago	45.29246	-94.21193	338	City of South Haven,South Haven		MN	171	61402	
5047984	South International Falls	south-international-falls	US	56679	0	America/Chicago	48.5866	-93.39904	350			MN	071	31040	
5048033	South Saint Paul	south-saint-paul	US	55075	20160	America/Chicago	44.89274	-93.03494	219	City of South Saint Paul,South Saint Paul		MN	037	61492	
5048125	Sparta	sparta	US	07871	0	America/Chicago	47.46743	-92.47741	430			MN	137	23714	
5048161	Spicer	spicer	US	56288	1196	America/Chicago	45.23302	-94.94001	358	City of Spicer,Spicer		MN	067	61690	
5048281	Spring Creek	spring-creek	US	16436	0	America/Chicago	44.71801	-95.84864	327			MN	173	22832	
5048296	Spring Grove	spring-grove	US	17362	1293	America/Chicago	43.56108	-91.63598	403	City of Spring Grove,Spring Grove		MN	055	61852	
5048311	Spring Hill	spring-hill	US	34606	86	America/Chicago	45.52469	-94.82946	382	City of Spring Hill,Spring Hill,Spring-Khill,Спринг-Хилл		MN	145	61888	
5048333	Spring Lake	spring-lake	US	07762	0	America/Chicago	45.54218	-93.06578	289			MN	059	46816	
5048340	Spring Lake	spring-lake	US	07762	0	America/Chicago	47.64245	-93.86799	412			MN	061	34568	
5048350	Spring Lake	spring-lake	US	07762	0	America/Chicago	44.70635	-93.46328	282			MN	139	52594	
5048371	Spring Park	spring-park	US	55384	1705	America/Chicago	44.93524	-93.63218	290	City of Spring Park,Spring Park		MN	053	62014	
5048394	Springfield	springfield	US	01101	2068	America/Chicago	44.23885	-94.97582	311	Burns,City of Springfield,Springfield,Springfild,sbrynghfyld,Спрингфилд,Спрінґфілд,اسپرینگفیلد، مینه‌سوتا,سبرينغفيلد,سپرنگفیلڈ، مینیسوٹا		MN	015	61816	
5048409	Springvale	springvale	US	04083	0	America/Chicago	45.63052	-93.30689	286			MN	059	62086	
5048420	Spruce	spruce	US	48762	0	America/Chicago	47.42743	-92.56296	430			MN	137	12016	
5048480	Squaw Lake	squaw-lake	US	56681	107	America/Chicago	47.63245	-94.13633	409	City of Squaw Lake,Squaw Lake		MN	061	62284	
5048496	Stacy	stacy	US	28581	1470	America/Chicago	45.39802	-92.98744	274	City of Stacy,Stacy		MN	025	62320	
5048522	Stanchfield	stanchfield	US	55080	118	America/Chicago	45.6733	-93.18328	287			MN	059	62347	
5048538	Stanley	stanley	US	14561	0	America/Chicago	45.55052	-93.15272	299			MN	059	31346	
5048549	Stanton	stanton	US	08885	0	America/Chicago	44.47191	-93.02299	280	SYN		MN	049	62428	
5048555	Staples	staples	US	56479	2885	America/Chicago	46.35552	-94.79224	390	City of Staples,Staples,Staples Mill,Stejpls,stablys,Стейплс,Стејплс,استپل، مینه‌سوتا,ستابليس		MN	153	62446	
5048587	Starbuck	starbuck	US	56381	1264	America/Chicago	45.6144	-95.53115	357	City of Starbuck,Starbak,Starbuck,starbwk,Старбак,استارباک، مینه‌سوتا,ستاربوك		MN	121	62500	
5048600	Stark	stark	US	66775	0	America/Chicago	45.58052	-93.0605	295			MN	025	21194	
5048705	Steen	steen	US	56173	178	America/Chicago	43.51469	-96.26309	454	City of Steen,Steen		MN	133	62662	
5048735	Stephen	stephen	US	56757	655	America/Chicago	48.44998	-96.87256	253	City of Stephen,Stephen		MN	089	62698	
5048777	Stevenson	stevenson	US	06491	0	America/Chicago	47.4366	-93.05797	497			MN	137	28790	
5048783	Stewart	stewart	US	37175	550	America/Chicago	44.72468	-94.48582	325	City of Stewart,Stewart		MN	085	62788	
5048785	Stewart	stewart	US	37175	0	America/Chicago	47.10326	-91.70934	381			MN	075		
5048796	Stewartville	stewartville	US	55976	6037	America/Chicago	43.85552	-92.48851	374	City of Stewartville,St'juartvil',St'juartvill,Stehvartvill,Stewartville,Stewartville/Minnesota,Stjuartvil,stywartfyl,Стьюартвилл,Стьюартвіль,Стэвартвилл,Стјуартвил,استیوارتویل، مینه‌سوتا,ستيوارتفيل		MN	109	62806	
5048814	Stillwater	stillwater	US	04489	18924	America/Chicago	45.05636	-92.80604	212	City of Stillwater,Stilluatehr,Stilluoter,Stillvoter,Stillwater,Stilvoter,seutil-woteo,stylwwtr,Стилвотер,Стиллуатэр,Стиллуотер,Стіллвотер,استیل‌واتر، مینه‌سوتا,ستيلووتر,스틸워터	163	MN	163	62824	
5048826	Stockholm	stockholm	US	04783	0	America/Chicago	45.03635	-94.22109	318			MN	171	62878	
5048841	Stockton	stockton	US	08559	721	America/Chicago	44.02746	-91.76987	229	City of Stockton,Stockton,Stoktun,Стоктън		MN	169	62896	
5048941	Storden	storden	US	56174	217	America/Chicago	44.03774	-95.31833	430	City of Storden,Storden,Stroden		MN	033	63022	
5048980	Strandquist	strandquist	US	56758	69	America/Chicago	48.49025	-96.44726	324	City of Strandquist,Strandquist		MN	089	63112	
5048984	Strathcona	strathcona	US	56759	45	America/Chicago	48.55386	-96.16891	343	City of Strathcona,Strathcona		MN	135	63130	
5049054	Sturgeon	sturgeon	US	15082	0	America/Chicago	47.77659	-92.86879	397			MN	137	63202	
5049059	Sturgeon Lake	sturgeon-lake	US	55783	427	America/Chicago	46.38106	-92.82381	327	City of Sturgeon Lake,Sturgeon Lake		MN	115	63220	
5049133	Sugarloaf	sugarloaf	US	18249	0	America/Chicago	44.02663	-91.6232	216	Sugar Loaf,Sugarloaf		MN	169	71032	
5049156	Sultan	sultan	US	98294	0	America/Chicago	48.99082	-97.17784	242			MN	069	58162	
5049160	Summit	summit	US	07901	0	America/Chicago	43.9208	-93.18548	371			MN	147	63364	
5049183	Sumter	sumter	US	29150	0	America/Chicago	44.73941	-94.26331	314			MN	085	63436	
5049191	Sunburg	sunburg	US	56289	102	America/Chicago	45.34774	-95.23836	383	City of Sunburg,Sunburg		MN	067	63454	
5049426	Swan River	swan-river	US	55784	0	America/Chicago	47.08661	-93.19493	393			MN	061	56644	
5049441	Swanville	swanville	US	56382	342	America/Chicago	45.91024	-94.64362	360	City of Swanville,Swanville		MN	097	63778	
5049454	Swatara	swatara	US	55785	0	America/Chicago	46.89551	-93.67412	396			MN	001	39212	
5049598	Tabor	tabor	US	51653	0	America/Chicago	48.07914	-96.86285	256			MN	119	64030	
5049605	Taconite	taconite	US	55786	642	America/Chicago	47.31272	-93.38215	426			MN	061	64048	
5049617	Taft	taft	US	38488	0	America/Chicago	46.99438	-92.33269	408			MN	137	24956	
5049649	Talmoon	talmoon	US	56637	0	America/Chicago	47.59995	-93.77382	418	Allens Corner,Hayslips Corner,Macks,Tallmoon,Talmoon		MN	061	40472	
5049654	Tamarack	tamarack	US	55787	89	America/Chicago	46.64439	-93.12716	386	City of Tamarack,Tamarack		MN	001	64156	
5049721	Taopi	taopi	US	55977	58	America/Chicago	43.55802	-92.64268	411	City of Taopi,Laopi,Taopi		MN	099	64210	
5049737	Taunton	taunton	US	02780	137	America/Chicago	44.59357	-96.06587	358	City of Taunton,Taunton		MN	083	64264	
5049767	Taylors Falls	taylors-falls	US	55084	1014	America/Chicago	45.40191	-92.65243	229	City of Taylors Falls,Taylor's Falls,Taylors Falls,Tehjlors Fols,Tejlors Fols,Tejlors-Fols,taylwr fwlz,Тейлорс-Фолс,Тејлорс Фолс,Тэйлорс Фолс,تايلور فولز,تیلورز فالز، مینه‌سوتا		MN	025	64318	
5049843	Tenstrike	tenstrike	US	56683	205	America/Chicago	47.65662	-94.6747	435	City of Tenstrike,Tenstrike		MN	007	64444	
5049864	Terrebonne	terrebonne	US	97760	0	America/Chicago	47.83247	-96.13337	333			MN	125	64498	
5049902	The Lakes	the-lakes	US	88901	667	America/Chicago	44.13829	-95.66529	460			MN	101	59764	
5049970	Thief River Falls	thief-river-falls	US	56701	8752	America/Chicago	48.11914	-96.18115	345	City of Thief River Falls,Sajf Riveh Fols,TVF,Thief River Falls,Tif River Fols,Tif-River-Fols,thyf ryfr fwlz,Сайф Ривэ Фолс,Тиф Ривер Фолс,Тиф-Ривер-Фолс,Тіф-Рівер-Фолс,تیف ریور فالز، مینه‌سوتا,ثيف ريفر فولز	113	MN	113	64570	
5050018	Thomson	thomson	US	30824	159	America/Chicago	46.66355	-92.39797	321	City of Thomson,Thompson,Thomson		MN	017	10018	
5050026	Thor	thor	US	50591	0	America/Chicago	46.47606	-93.42079	387			MN	001	36152	
5050139	Tintah	tintah	US	56583	60	America/Chicago	46.00968	-96.32256	305	City of Tintah,Tintah		MN	155	64948	
5050195	Toivola	toivola	US	49965	0	America/Chicago	47.16688	-92.81103	387			MN	137	65146	
5050253	Tower	tower	US	49792	496	America/Chicago	47.80547	-92.27461	426	City of Tower,Tauehr,Tauer,Taver,Tower,tawr,Тавер,Тауер,Тауэр,تاور,تاور، مینه‌سوتا		MN	137	65272	
5050290	Tracy	tracy	US	50256	2117	America/Chicago	44.23329	-95.61918	424	City of Tracy,Tracy,Trejsi,Трейси		MN	083	65308	
5050310	Trail	trail	US	56684	46	America/Chicago	47.77996	-95.69224	369	City of Trail,Trail		MN	119	65344	
5050544	Trimont	trimont	US	56176	715	America/Chicago	43.76218	-94.7072	372	City of Trimont,Trimont,Triumph		MN	091	65470	
5050591	Troy	troy	US	03465	0	America/Chicago	43.8708	-92.06794	314			MN	169	58558	
5050603	Truman	truman	US	56088	1069	America/Chicago	43.82773	-94.43719	338	City of Truman,Truman		MN	091	65668	
5050713	Twig	twig	US	55791	0	America/Chicago	46.89438	-92.36463	415			MN	137	24956	
5050760	Twin Lakes	twin-lakes	US	53181	148	America/Chicago	43.55968	-93.42299	382	City of Twin Lakes,Twin Lakes		MN	047	65920	
5050808	Twin Valley	twin-valley	US	56584	798	America/Chicago	47.26024	-96.25895	333	City of Twin Valley,Twin Valley		MN	107	65938	
5050817	Two Harbors	two-harbors	US	55616	3578	America/Chicago	47.02271	-91.67073	204	City of Two Harbors,Tu Kharbors,Tu-Kharbors,Two Harbors,to~uhabazu,tw harbwrs,Ту Харборс,Ту-Харборс,تو هاربر، مینه‌سوتا,تو هاربورس,トゥーハーバーズ	075	MN	075	65956	
5050847	Tyler	tyler	US	36785	1110	America/Chicago	44.2783	-96.13475	531	City of Tyler,Tajlehr,Tajler,Tyler,taylr,taylr  mynswta,Тайлер,Тайлэр,Тајлер,تايلر,تایلر، مینسوتا		MN	081	66046	
5050875	Ulen	ulen	US	56585	551	America/Chicago	47.07885	-96.25895	351	City of Ulen,Uhlen,Ulen		MN	027	66136	
5050883	Underwood	underwood	US	47177	336	America/Chicago	46.28524	-95.87089	408	City of Underwood,Underwood		MN	111	66172	
5050886	Union	union	US	03887	0	America/Chicago	43.89191	-93.12548	380			MN	147	06598	
5050913	Union Hill	union-hill	US	14563	0	America/Chicago	44.54357	-93.66718	303			MN	079	15760	
5051146	Upsala	upsala	US	56384	423	America/Chicago	45.8108	-94.5714	366	City of Upsala,Upsala		MN	097	66334	
5051166	Utica	utica	US	13501	286	America/Chicago	43.97552	-91.95488	358	City of Utica,Utica		MN	169	66424	
5051294	Verdi	verdi	US	89439	0	America/Chicago	44.20858	-96.35226	537			MN	081	66730	
5051299	Vergas	vergas	US	56587	345	America/Chicago	46.65663	-95.80533	431	Altona,City of Vergas,Vergas		MN	111	66766	
5051315	Vermillion	vermillion	US	55085	424	America/Chicago	44.67358	-92.96715	257	City of Vermillion,Vermilion,Vermillion		MN	037	66802	
5051328	Vernon	vernon	US	05354	0	America/Chicago	43.9033	-92.73824	374			MN	039	66892	
5051330	Vernon Center	vernon-center	US	13477	329	America/Chicago	43.96191	-94.16912	314	City of Vernon Center,Edgewood,Vernon Center		MN	013	66910	
5051350	Vesta	vesta	US	24177	307	America/Chicago	44.50773	-95.4164	322	City of Vesta,Vesta		MN	127	66982	
5051354	Verndale	verndale	US	56481	583	America/Chicago	46.3983	-95.01475	411	City of Verndale,Verndale		MN	159	66874	
5051387	Victoria	victoria	US	23974	8676	America/Chicago	44.85857	-93.66163	301	City of Victoria,Victoria,Viktoria,Viktorija,fyktwrya,Викториа,Виктория,Викторија,Вікторія,فيكتوريا,وکٹوریہ، مینیسوٹا,ویکتوریا، مینه‌سوتا		MN	019	67036	
5051413	Viking	viking	US	56760	104	America/Chicago	48.21858	-96.40588	326	City of Viking,Viking		MN	089	67090	
5051431	Villard	villard	US	56385	250	America/Chicago	45.71552	-95.2692	415	City of Villard,Villard		MN	121	67144	
5051443	Vineland	vineland	US	08360	1001	America/Chicago	46.16357	-93.75747	382			MN	095	32516	
5051453	Vining	vining	US	52348	78	America/Chicago	46.26302	-95.53699	424	City of Vining,Vining		MN	111	67216	
5051458	Viola	viola	US	19979	0	America/Chicago	44.0633	-92.26822	352			MN	109	67270	
5051468	Virginia	virginia	US	55777	8587	America/Chicago	47.52326	-92.53657	439	City of Virginia,Franklin,Verdzhinija,Virdzhinia,Virdzhinija,Virdzinija,Virginia,beojinia,fyrjynya,Верджиния,Вирджиниа,Вирџинија,Вірджинія,فيرجينيا,ویرجینیا، مینه‌سوتا,버지니아		MN	137	67288	
5051479	Vista	vista	US	92081	0	America/Chicago	43.95718	-93.46661	358			MN	161	49084	
5051594	Wabasha	wabasha	US	55981	2451	America/Chicago	44.38386	-92.03294	209	City of Wabasha,Cratte's Landing,Uabasha,Vabasha,Vobasha,Vobasho,Wabasha,wabasha,wobeosyo,Вабаша,Вобаша,Вобашо,Уабаша,واباشا,واباشا، مینه‌سوتا,워버쇼	157	MN	157	67378	
5051612	Wabasso	wabasso	US	32970	670	America/Chicago	44.4019	-95.25583	329	City of Wabasso,Wabasso		MN	127	67396	
5051640	Waconia	waconia	US	55387	11968	America/Chicago	44.8508	-93.78691	309	City of Waconia,Waconia,wakwnya,واكونيا,واکونیا، مینه‌سوتا		MN	019	67432	
5051659	Wadena	wadena	US	52169	4176	America/Chicago	46.44246	-95.13614	412	City of Wadena,Wadena	159	MN	159	67504	
5051685	Wahkon	wahkon	US	56386	209	America/Chicago	46.11829	-93.52107	388	City of Wahkon,Wahkon		MN	095	67558	
5051694	Waite Park	waite-park	US	56387	7517	America/Chicago	45.55719	-94.22416	327	City of Waite Park,Waite Park		MN	145	67612	
5051717	Walcott	walcott	US	52773	0	America/Chicago	44.2333	-93.18355	363	Walcott,Wolcott		MN	131	67666	
5051724	Waldo	waldo	US	32694	0	America/Chicago	47.06604	-91.69906	321			MN	075		
5051725	Waldorf	waldorf	US	20601	227	America/Chicago	43.93496	-93.69745	329	City of Waldorf,Waldorf		MN	161	67756	
5051735	Walker	walker	US	26180	928	America/Chicago	47.10135	-94.58722	400	City of Walker,Uoker,Valkehr,Voker,Walker,wwkr,Валкэр,Вокер,Уокер,واکر، مینه‌سوتا,ووكر	021	MN	021	67792	
5051750	Wall Lake	wall-lake	US	51466	0	America/Chicago	46.29079	-95.96478	392			MN	111	02836	
5051760	Walnut Grove	walnut-grove	US	35990	828	America/Chicago	44.22301	-95.46945	371	City of Walnut Grove,Uolnat-Grov,Valnut Grouv,Volnat Grouv,Volnat-Grov,Walnut Grove,walnwt ghrwf,Валнут Гроув,Волнат Гроув,Волнат-Ґров,Уолнат-Гров,والنوت غروف,ولنات گروو، مینه‌سوتا		MN	127	67846	
5051785	Walters	walters	US	73572	71	America/Chicago	43.60579	-93.67328	385	City of Walters,Walters		MN	043	67900	
5051791	Waltham	waltham	US	02451	151	America/Chicago	43.82163	-92.87713	403	City of Waltham,Waltham		MN	099	67918	
5051806	Wanamingo	wanamingo	US	55983	1081	America/Chicago	44.30441	-92.79047	321	City of Wanamingo,Wanamingo		MN	049	67972	
5051815	Wanda	wanda	US	56294	81	America/Chicago	44.31635	-95.21166	333	City of Wanda,Wanda		MN	127	68008	
5051843	Wannaska	wannaska	US	56761	0	America/Chicago	48.65831	-95.73471	336	Wanaska,Wannaska		MN	135	41894	
5051852	Warba	warba	US	55793	181	America/Chicago	47.12883	-93.2666	391	City of Warba,Warba		MN	061	68080	
5051875	Warren	warren	US	01083	1563	America/Chicago	48.19664	-96.77284	261	City of Warren,Uorren,Varrehn,Voren,Vorren,Warren,wwryn,Варрэн,Ворен,Воррен,Уоррен,وارن، مینه‌سوتا,وورين	089	MN	089	68170	
5051893	Warroad	warroad	US	56763	1799	America/Chicago	48.90527	-95.3144	325	City of Warroad,RRT,Uorrod,Varroad,Varrud,Voroud,Warroad,wwrwd,Варроад,Варруд,Вороуд,Уоррод,وارود، مینه‌سوتا,وورود		MN	135	68224	
5051897	Warsaw	warsaw	US	14569	627	America/Chicago	44.24941	-93.39383	305			MN	131	68278	
5051902	Waseca	waseca	US	56093	9241	America/Chicago	44.07774	-93.50744	351	City of Waseca,Uosika,Vasehka,Vosika,Waseca,wasyka,wska  mynh‌swta,Васэка,Восика,Восіка,Уосика,واسيكا,وسکا، مینه‌سوتا	161	MN	161	68296	
5051934	Washington	washington	US	03280	0	America/Chicago	43.7758	-92.33878	350			MN	045	63418	
5051987	Waskish	waskish	US	56685	0	America/Chicago	48.16135	-94.51246	360			MN	007	68440	
5052010	Waterford	waterford	US	04088	0	America/Chicago	44.48385	-93.14299	284			MN	037	68530	
5052016	Watertown	watertown	US	02471	4289	America/Chicago	44.96357	-93.84719	285	City of Watertown,Watertown		MN	019	68548	
5052019	Waterville	waterville	US	04901	1849	America/Chicago	44.21885	-93.568	309	City of Waterville,Waterville		MN	079	68584	
5052032	Watkins	watkins	US	52354	942	America/Chicago	45.31524	-94.4086	353	City of Watkins,Watkins		MN	093	68620	
5052070	Watson	watson	US	35181	200	America/Chicago	45.00968	-95.80142	314	City of Watson,Watson		MN	023	68656	
5052088	Waubun	waubun	US	56589	397	America/Chicago	47.18052	-95.93921	380	City of Waubun,Waabanong,Waubun		MN	087	68674	
5052100	Waukon	waukon	US	52172	0	America/Chicago	47.36885	-96.13116	360			MN	107	68728	
5052104	Waverly	waverly	US	14892	1396	America/Chicago	45.06663	-93.96636	307	City of Waverly,Waverly		MN	171	68764	
5052124	Wayland	wayland	US	01778	0	America/Chicago	48.4683	-94.32048	348			MN	071	47352	
5052132	Wayzata	wayzata	US	55391	4610	America/Chicago	44.97413	-93.50662	287	City of Wayzata,Uajzeta,Vajzata,Vehjzata,Wayzata,wyzata,Вайзата,Вэйзата,Уайзета,وایزتا، مینه‌سوتا,ويزاتا		MN	053	68818	
5052149	Weaver	weaver	US	36277	0	America/Chicago	44.21496	-91.92877	210			MN	157	43054	
5052165	Webster	webster	US	01570	0	America/Chicago	44.52969	-93.35272	318			MN	131	68962	
5052208	Welch	welch	US	24801	0	America/Chicago	44.5683	-92.73853	220			MN	049	69052	
5052220	Welcome	welcome	US	20693	659	America/Chicago	43.6669	-94.61942	379	City of Welcome,Uehlkom,Vehlkam,Velkam,Velkom,Welcome,wylkm,Велкам,Велком,Вэлкам,Уэлком,ولکام، مینه‌سوتا,ويلكم		MN	091	69070	
5052239	Wells	wells	US	04090	2247	America/Chicago	43.74607	-93.72884	353	City of Wells,Wells		MN	043	69106	
5052263	Wendell	wendell	US	01379	165	America/Chicago	46.03552	-96.10117	349	City of Wendell,Wendell		MN	051	69142	
5052352	West Concord	west-concord	US	55985	774	America/Chicago	44.15358	-92.89964	375	City of West Concord,Uehst-Konkord,Vehst Konkord,Vest Konkord,Vest-Konkord,West Concord,wyst kwnkwrd,Вест Конкорд,Вест-Конкорд,Вэст Конкорд,Уэст-Конкорд,وست کانکورد، مینه‌سوتا,ويست كونكورد		MN	039	69304	
5052435	West Newton	west-newton	US	02465	0	America/Chicago	44.26496	-91.90072	203			MN	157	43054	
5052454	West Point	west-point	US	10996	0	America/Chicago	45.55774	-93.38912	288			MN	059	61672	
5052503	West Union	west-union	US	26456	123	America/Chicago	45.8008	-95.08336	408	City of West Union,West Union		MN	153	69736	
5052524	Westbrook	westbrook	US	04092	726	America/Chicago	44.04218	-95.43611	435	City of Westbrook,Westbrook		MN	033	69250	
5052535	Westbury	westbury	US	11590	0	America/Chicago	46.91718	-95.90977	446			MN	005	54376	
5052538	Western	western	US	68464	0	America/Chicago	46.1519	-96.18312	337			MN	111	69430	
5052558	Weston	weston	US	02493	0	America/Chicago	45.18886	-92.98466	284			MN	163	30392	
5052559	Westport	westport	US	02790	56	America/Chicago	45.71496	-95.16725	406	City of Westport,Westport		MN	121	69628	
5052598	Wheatland	wheatland	US	16161	0	America/Chicago	44.46469	-93.48356	321			MN	131	69826	
5052600	Wheaton	wheaton	US	56296	1362	America/Chicago	45.80441	-96.49923	311	City of Wheaton,Uiton,Wheaton,Уитон	155	MN	155	69844	
5052666	White Earth	white-earth	US	56591	580	America/Chicago	47.09663	-95.84338	467			MN	005	70024	
5052704	White Rock	white-rock	US	29177	0	America/Chicago	44.45636	-92.76714	294			MN	049	04816	
5052723	Whiteface	whiteface	US	79379	0	America/Chicago	47.1866	-92.3663	418			MN	137	13528	
5052757	Whitman	whitman	US	02382	0	America/Chicago	44.1533	-91.80599	205			MN	169	55294	
5052825	Wilder	wilder	US	05088	61	America/Chicago	43.82662	-95.19749	450	City of Wilder,Wilder		MN	063	70258	
5052846	Wildwood	wildwood	US	08260	0	America/Chicago	47.89051	-93.96687	406			MN	071	61433	
5052868	Wilkinson	wilkinson	US	25653	0	America/Chicago	47.25079	-94.62777	401			MN	021	70348	
5052875	Willernie	willernie	US	55090	496	America/Chicago	45.05413	-92.9566	294	City of Willernie,Willernie		MN	163	70366	
5052891	Williams	williams	US	29493	185	America/Chicago	48.76831	-94.95522	351	City of Williams,Williams		MN	077	70402	
5052916	Willmar	willmar	US	56201	19638	America/Chicago	45.12191	-95.04334	348	City of Willmar,ILL,Uilmar,Villmar,Vilmar,Willmar,wylmr,Виллмар,Вилмар,Вілмар,Уилмар,ويلمر,ویلمار، مینه‌سوتا	067	MN	067	70420	
5052935	Willow Creek	willow-creek	US	59760	0	America/Chicago	43.89468	-94.26857	312			MN	013	51604	
5052972	Willow River	willow-river	US	55795	396	America/Chicago	46.31828	-92.84131	317	City of Willow River,Willow River		MN	115	70492	
5053000	Wilmington	wilmington	US	01887	0	America/Chicago	43.54691	-91.54236	362			MN	055	70564	
5053006	Wilmont	wilmont	US	56185	345	America/Chicago	43.76469	-95.82724	526	City of Wilmont,Uilmont,Vilmont,Wilmont,wylmwnt,Вилмонт,Вілмонт,Уилмонт,ويلمونت,ویلمونت، مینه‌سوتا		MN	105	70582	
5053017	Wilson	wilson	US	14172	0	America/Chicago	43.95996	-91.68459	407			MN	169	70690	
5053055	Wilton	wilton	US	03086	273	America/Chicago	47.50356	-95.00112	426	City of Wilton,Wilton		MN	007	70708	
5053056	Wilton	wilton	US	03086	0	America/Chicago	44.01385	-93.53439	338			MN	161	70744	
5053084	Windom	windom	US	56101	4550	America/Chicago	43.86635	-95.11694	415	City of Windom,MWM,Uindom,Vindom,Windom,wyndwm,Виндом,Віндом,Уиндом,ويندوم,ویندوم، مینه‌سوتا	033	MN	033	70798	
5053126	Winger	winger	US	56592	218	America/Chicago	47.53607	-95.98837	376	City of Winger,Winger		MN	119	70870	
5053135	Winnebago	winnebago	US	54985	1378	America/Chicago	43.76773	-94.16579	339	City of Winnebago,Uinnebejgo,Vinebejgo,Vinnebago,Vinnebejgo,Winnebago,wynybaghw,Винебејго,Виннебаго,Віннебейґо,Уиннебейго,وينيباغو,وینبگو، مینه‌سوتا		MN	043	70924	
5053147	Winner	winner	US	57580	0	America/Chicago	48.59775	-95.43997	376			MN	135	61330	
5053156	Winona	winona	US	25942	27094	America/Chicago	44.04996	-91.63932	203	City of Winona,Montezuma,ONA,Uinona,Vajnona,Vinona,Winona,u~inona,winona,wynwna,Вайнона,Вајнона,Винона,Вінона,Уинона,وينونا,وینونا، مینه‌سوتا,وینونا، مینیسوٹا,ウィノナ,위노나	169	MN	169	71032	
5053185	Winsted	winsted	US	06098	2296	America/Chicago	44.96385	-94.04747	312	City of Winsted,Winsted		MN	085	71086	
5053197	Winter	winter	US	54896	0	America/Chicago	47.52714	-91.49044	592			MN	075	62995	
5053204	Winthrop	winthrop	US	02152	1363	America/Chicago	44.54302	-94.36637	316	City of Winthrop,Winthrop		MN	143	71122	
5053214	Winton	winton	US	27986	172	America/Chicago	47.92629	-91.80069	406	City of Winton,Winton		MN	137	71140	
5053223	Wirt	wirt	US	56688	0	America/Chicago	47.73051	-93.95993	406			MN	061	71194	
5053237	Wisner	wisner	US	68791	0	America/Chicago	48.30689	-93.67628	363			MN	071	17660	
5053258	Wolf	wolf	US	82844	0	America/Chicago	47.45048	-92.6088	429			MN	137	12016	
5053274	Wolf Lake	wolf-lake	US	56593	57	America/Chicago	46.80302	-95.35253	480	City of Wolf Lake,Wolf Lake		MN	005	71338	
5053311	Wolford	wolford	US	24658	0	America/Chicago	46.54552	-93.97915	370			MN	035	71374	
5053319	Wolverton	wolverton	US	56594	138	America/Chicago	46.56329	-96.73369	283	City of Wolverton,Wolverton		MN	167	71392	
5053340	Wood Lake	wood-lake	US	56297	405	America/Chicago	44.65273	-95.53835	321	City of Wood Lake,Wood Lake		MN	173	71446	
5053357	Woodbury	woodbury	US	05681	0	America/Chicago	46.67911	-92.95993	402			MN	017	35162	
5053358	Woodbury	woodbury	US	05681	67855	America/Chicago	44.92386	-92.95938	324	City of Woodbury,Vudbari,Vudberi,Vudbjuri,Woodbury,udeubeli,vudabari,wwdbwry,Вудбарі,Вудбери,Вудбюри,وودبری، مینه‌سوتا,وودبوري,ووڈبری، مینیسوٹا,वुडबरी,우드베리		MN	163	71428	
5053378	Woodland	woodland	US	16881	463	America/Chicago	44.94691	-93.50412	290	City of Woodland,Woodland		MN	053	71500	
5053379	Woodland	woodland	US	16881	0	America/Chicago	46.11579	-93.28411	378	Woodland,Woodland Park		MN	065	21644	
5053380	Woodland	woodland	US	16881	0	America/Chicago	46.84605	-92.08241	400			MN	137	17000	
5053419	Woodrow	woodrow	US	80757	0	America/Chicago	46.3883	-94.07443	387			MN	035	47824	
5053433	Woodstock	woodstock	US	03293	120	America/Chicago	44.00913	-96.10058	556	City of Woodstock,Vudstok,Woodstock,Вудсток		MN	117	71680	
5053460	Worthington	worthington	US	01098	13090	America/Chicago	43.61996	-95.5964	486	City of Worthington,OTG,Okabena,Uehrtington,Vorsington,Vortington,Worthington,wrthynghtwn,wwrdyngtn  mynh‌swta,Ворсингтон,Вортингтон,Вортінґтон,Уэртингтон,ورثينغتون,ووردینگتن، مینه‌سوتا	105	MN	105	71734	
5053480	Wrenshall	wrenshall	US	55797	407	America/Chicago	46.61689	-92.38241	317	City of Wrenshall,Wrenshall		MN	017	71788	
5053483	Wright	wright	US	55798	126	America/Chicago	46.66911	-93.00688	398	City of Wright,Rajt,Wright,Райт		MN	017	71824	
5053495	Wrightstown	wrightstown	US	08562	0	America/Chicago	46.27385	-95.18614	434			MN	111	71644	
5053511	Wykoff	wykoff	US	55990	431	America/Chicago	43.70719	-92.26822	403	City of Wykoff,Wykoff		MN	045	71950	
5053518	Wylie	wylie	US	75098	0	America/Chicago	47.96191	-96.35311	313	Wilie,Wylie		MN	125	71986	
5053526	Wyoming	wyoming	US	02898	7813	America/Chicago	45.33636	-92.99716	276	City of Wyoming,Uajoming,Vajoming,Wyoming,wywmyngh,Вайоминг,Вайомінґ,Вајоминг,Уайоминг,وائیومنگ، مینیسوٹا,وایوومینگ، مینه‌سوتا,ويومينغ		MN	025	72022	
5053546	Yankeetown	yankeetown	US	34498	0	America/Chicago	45.49107	-96.74007	306			MN	011	22058	
5053585	York	york	US	03909	0	America/Chicago	43.53302	-92.26906	397			MN	045	72076	
5053586	York	york	US	03909	0	America/Chicago	47.12687	-91.70351	421			MN	075		
5053791	Zumbro Falls	zumbro-falls	US	55991	243	America/Chicago	44.2833	-92.42213	257	City of Zumbro Falls,Zambro Fols,Zambro-Fols,Zumboro Fols,Zumbro Falls,zan bu luo fu er si,zwmbrw fwlz,Замбро Фолс,Замбро-Фолс,Зумборо Фолс,زامبرو فلز، مینه‌سوتا,زومبرو فولز,赞布罗福尔斯		MN	157	72310	
5053812	Zumbrota	zumbrota	US	55992	3365	America/Chicago	44.29413	-92.66908	302	City of Zumbrota,Zumbrota,zwmbrwta,Зумброта,زامبروتا، مینه‌سوتا,زومبروتا		MN	049	72328	
5053852	Adair	adair	US	50002	0	America/Chicago	40.25226	-92.37658	274			MO	001	14248	
5053861	Adel	adel	US	31620	0	America/Chicago	40.53139	-93.66911	315			MO	129	43058	
5053870	Akron	akron	US	14001	0	America/Chicago	40.51945	-93.81745	266			MO	081	14392	
5053875	Albany	albany	US	05820	1710	America/Chicago	40.24861	-94.33107	279	Olbani,Олбани	075	MO	075	02386	
5053881	Alexandria	alexandria	US	16611	153	America/Chicago	40.35949	-91.45543	149	Aleksandrija,Alexander,Alexandria,Churchville,Александрия		MO	045	75868	
5053890	Allendale	allendale	US	07401	51	America/Chicago	40.48555	-94.28857	322	Allendale,Allenville		MO	227	68348	
5053892	Allison	allison	US	15413	0	America/Chicago	40.53221	-94.70663	363			MO	147	35036	
5053906	Andover	andover	US	01810	0	America/Chicago	40.565	-93.89523	336			MO	081	15508	
5053912	Anson	anson	US	04911	0	America/Chicago	40.57726	-91.766	215	Anson,Greasy Point		MO	045	28414	
5053914	Antioch	antioch	US	37011	0	America/Chicago	40.32476	-91.69322	208			MO	045	35684	
5053926	Arbela	arbela	US	63432	42	America/Chicago	40.46254	-92.01684	208	Arabella,Arbela,Burnt Church,North Perryville,Perryville		MO	199	73060	
5053937	Ashton	ashton	US	20861	0	America/Chicago	40.44615	-91.80767	220			MO	045	42662	
5053942	Athens	athens	US	04912	0	America/Chicago	40.58254	-91.6985	186			MO	045	28414	
5053977	Bancroft	bancroft	US	25011	0	America/Chicago	40.11917	-93.85856	300			MO	061	42698	
5053986	Baring	baring	US	63531	126	America/Chicago	40.2442	-92.20574	250			MO	103	29386	
5053988	Barnard	barnard	US	05031	212	America/Chicago	40.17444	-94.82386	294			MO	147	28504	
5054052	Benjamin	benjamin	US	79505	0	America/Chicago	40.16199	-91.63433	177			MO	111	44750	
5054063	Berlin	berlin	US	01503	0	America/Chicago	40.05361	-94.35107	307			MO	075	48224	
5054079	Bethany	bethany	US	06524	3149	America/Chicago	40.26833	-94.02829	272	Behsani,Betani,Bethany,Bethpage,Dallas,bythany,Бетани,Бэсани,بيثاني,بیتھانی، مسوری	081	MO	081	05086	
5054113	Big Lake	big-lake	US	55309	145	America/Chicago	40.08194	-95.34998	259			MO	087	05482	
5054118	Bigelow	bigelow	US	56117	25	America/Chicago	40.11055	-95.2897	262	Bigelow,Petersburg		MO	087	05482	
5054157	Blue Ridge	blue-ridge	US	24064	0	America/Chicago	40.19223	-93.93551	305	Blue Ridge,Blueridge		MO	081	00226	
5054161	Blythedale	blythedale	US	64426	187	America/Chicago	40.47528	-93.92689	328			MO	081	15508	
5054167	Bolckow	bolckow	US	64427	188	America/Chicago	40.11305	-94.82219	290			MO	003	04564	
5054169	Bolton	bolton	US	01740	0	America/Chicago	40.22528	-93.83523	290			MO	081	25455	
5054195	Boynton	boynton	US	15532	0	America/Chicago	40.28391	-93.08438	269	Boynton,Jacksons Corners		MO	211	36152	
5054209	Brashear	brashear	US	63533	268	America/Chicago	40.14892	-92.37908	267	Brashear,Brashears		MO	001	65540	
5054226	Brimson	brimson	US	55602	62	America/Chicago	40.14362	-93.73883	236			MO	079	72484	
5054231	Brock	brock	US	68320	0	America/Chicago	40.55114	-92.15185	244	Brock,Hydetown		MO	199	74986	
5054235	Brooklyn	brooklyn	US	06234	0	America/Chicago	40.39833	-94.04079	290	Brooklyn,Dog Town,Snell's Mill,Snellville		MO	081	74662	
5054245	Browning	browning	US	59417	256	America/Chicago	40.0353	-93.16243	231			MO	115	04726	
5054317	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	40.5767	-92.38519	262			MO	197	23194	
5054957	Fairmont	fairmont	US	26554	0	America/Chicago	40.33143	-91.90989	233			MO	045	77290	
5054326	Burlington Junction	burlington-junction	US	64428	506	America/Chicago	40.44555	-95.06609	296	Burlington Junction,Cleveland,Lewiston		MO	147	52724	
5054334	Burrows	burrows	US	46916	0	America/Chicago	40.51612	-93.75578	307			MO	129	43058	
5054355	Cainsville	cainsville	US	64632	280	America/Chicago	40.43751	-93.77523	263	Cainesville,Cainsville		MO	081	45398	
5054390	Canton	canton	US	02021	2377	America/Chicago	40.1295	-91.51852	182			MO	111	19468	
5054405	Cawood	cawood	US	40815	0	America/Chicago	40.11277	-94.74969	288			MO	003	58106	
5054443	Chambersburg	chambersburg	US	17201	0	America/Chicago	40.52393	-91.79933	211			MO	045	36746	
5054454	Chariton	chariton	US	50049	0	America/Chicago	40.5703	-92.78131	303	Chariton,Charton		MO	171	42284	
5054488	Clay	clay	US	13041	0	America/Chicago	40.22753	-92.45241	279			MO	001	14248	
5054501	Clearmont	clearmont	US	64431	163	America/Chicago	40.50971	-95.0322	296			MO	147	02350	
5054506	Clifton	clifton	US	07011	0	America/Chicago	40.42725	-92.48436	293			MO	197	59672	
5054509	Clyde	clyde	US	14433	79	America/Chicago	40.26916	-94.66858	313			MO	147	36908	
5054515	Coatsville	coatsville	US	63535	0	America/Chicago	40.58919	-92.63353	299	Coatesville,Coatsville		MO	197	13294	
5054522	Coffey	coffey	US	64636	163	America/Chicago	40.10667	-94.00523	287	Coffey,Coffeyburg,Salem		MO	061	65198	
5054539	Colony	colony	US	66015	0	America/Chicago	40.25393	-91.99073	226	Centerville,Colony		MO	103	15652	
5054551	Conception	conception	US	64433	210	America/Chicago	40.24277	-94.68691	340			MO	147	36908	
5054555	Conception Junction	conception-junction	US	64434	189	America/Chicago	40.26971	-94.69191	306			MO	147	36908	
5054591	Cora	cora	US	25614	0	America/Chicago	40.10974	-93.13049	240	Cora,McCullough		MO	211	20386	
5054592	Corning	corning	US	14830	14	America/Chicago	40.24833	-95.45415	266			MO	087	42770	
5054619	Crawford	crawford	US	26343	0	America/Chicago	40.47476	-92.27546	223			MO	199	75958	
5054627	Craig	craig	US	64437	248	America/Chicago	40.19472	-95.37109	265			MO	087	74680	
5054665	Danforth	danforth	US	04424	0	America/Chicago	40.24142	-92.73409	244			MO	001	52526	
5054670	Darlington	darlington	US	16115	121	America/Chicago	40.19833	-94.39607	258			MO	075	16282	
5054687	Dawsonville	dawsonville	US	30534	0	America/Chicago	40.46444	-95.09942	291	City Bluff,Dawson,Dawsonville,Halsas Ferry		MO	147	42824	
5054704	Denver	denver	US	12421	37	America/Chicago	40.39722	-94.32273	285	Denver,Fairview,Денвер		MO	227	00694	
5054739	Douglas	douglas	US	01516	0	America/Chicago	40.10444	-94.59691	324			MO	075	35774	
5054747	Dover	dover	US	02030	0	America/Chicago	40.01227	-91.59627	190			MO	111	74752	
5054756	Downing	downing	US	54734	336	America/Chicago	40.48753	-92.36935	266	Cherry Grove,Downing		MO	197	23194	
5054769	Dumas	dumas	US	38625	0	America/Chicago	40.52115	-91.63544	171			MO	045	71872	
5054775	Dunlap	dunlap	US	37327	0	America/Chicago	40.10835	-93.48244	254	Banta,Corneau,Dillon,Dunlap		MO	079	46028	
5054800	Eagleville	eagleville	US	19408	305	America/Chicago	40.46917	-93.98717	333	Eagle,Eagleville		MO	081	46046	
5054853	Edinburg	edinburg	US	16116	92	America/Chicago	40.0814	-93.69383	294	Edinburg,Harveys Store		MO	079	45380	
5054854	Edinburg	edinburg	US	16116	0	America/Chicago	40.37365	-92.18463	248	Edinburg,Edinburgh		MO	199	73492	
5054859	Effingham	effingham	US	03882	0	America/Chicago	40.20472	-94.26384	302			MO	075	02386	
5054865	Eldorado	eldorado	US	45321	0	America/Chicago	40.45476	-91.88823	209	El Dorado,Eldorado,Jim Town		MO	045	81160	
5054869	Elko	elko	US	29826	0	America/Chicago	40.41502	-92.86492	283	Elko,Garfield Springs		MO	171	61580	
5054887	Elmo	elmo	US	59915	161	America/Chicago	40.51833	-95.11553	313	Ebony,Elmo		MO	147	42824	
5054900	Energy	energy	US	62933	0	America/Chicago	40.4042	-92.34574	270			MO	199	75958	
5054903	Enterprise	enterprise	US	26568	0	America/Chicago	40.02447	-93.0852	284	Enterprise,New Enterprise,Northcutt,Rodney		MO	115	22438	
5054915	Etna	etna	US	03750	0	America/Chicago	40.41754	-91.97934	230			MO	199	73060	
5054938	Ewing	ewing	US	24248	454	America/Chicago	40.00616	-91.71377	208	Bestville,Briscoe Station,Briscoes,Ewing,Juing,Юинг		MO	111	32014	
5054948	Fabius	fabius	US	13063	0	America/Chicago	40.28865	-92.13796	207	Cunninghams Switch,Fabius,Motter		MO	103	04708	
5054955	Fairfax	fairfax	US	05454	594	America/Chicago	40.33861	-95.39331	277			MO	005	13996	
5054999	Fillmore	fillmore	US	14735	185	America/Chicago	40.02527	-94.97358	288			MO	003	35576	
5055026	Ford City	ford-city	US	16226	29	America/Chicago	40.11166	-94.46468	325	Ford,Ford City,Millen,Yolo		MO	075	35774	
5055046	Fortescue	fortescue	US	08321	30	America/Chicago	40.05222	-95.31831	261			MO	087	48836	
5055091	Galesburg	galesburg	US	49053	0	America/Chicago	40.5189	-93.31271	300			MO	171	81340	
5055093	Galt	galt	US	50101	250	America/Chicago	40.12863	-93.38688	256	Brushy Station,Galt,Gault,Галт		MO	079	42122	
5055096	Gardner	gardner	US	01440	0	America/Chicago	40.31195	-93.97551	313			MO	081	28486	
5055118	Gentry	gentry	US	64453	72	America/Chicago	40.33166	-94.42024	272			MO	075	06868	
5055120	Gentryville	gentryville	US	47537	0	America/Chicago	40.13305	-94.34412	256			MO	075	48224	
5055125	Gibbs	gibbs	US	63540	105	America/Chicago	40.09781	-92.41686	278			MO	001	80134	
5055128	Gifford	gifford	US	16732	72	America/Chicago	40.02559	-92.68158	233	Gifford,South Gifford		MO	121	20710	
5055131	Gilead	gilead	US	68362	0	America/Chicago	40.01949	-91.68155	165	Gilead,Gilead Station		MO	111	32014	
5055141	Gilman City	gilman-city	US	64642	364	America/Chicago	40.14167	-93.87245	300	Gillman City,Gilman,Gilman City		MO	081	71350	
5055152	Glendale	glendale	US	01229	0	America/Chicago	40.48669	-92.76353	250			MO	171	42284	
5055158	Glenwood	glenwood	US	07418	198	America/Chicago	40.51753	-92.5763	300			MO	197	27532	
5055179	Gorin	gorin	US	63543	127	America/Chicago	40.36004	-92.02434	214	Gorin,South Gorin		MO	199	30574	
5055181	Goshen	goshen	US	01032	0	America/Chicago	40.38279	-93.67967	314	Goshen,Goshen City,Goshen Prairie,McKinneysville		MO	129	30538	
5055188	Graham	graham	US	27253	164	America/Chicago	40.20083	-95.03664	290	Graham,Jacksonville		MO	147	33634	
5055197	Granger	granger	US	46530	34	America/Chicago	40.46781	-91.97573	232			MO	199	73060	
5055199	Grant City	grant-city	US	64456	812	America/Chicago	40.48749	-94.41107	338	Grant,Grant City	227	MO	227	24616	
5055220	Graysville	graysville	US	15337	0	America/Chicago	40.44586	-92.77909	304	Graysville,Millersburg		MO	171	21952	
5055223	Green Castle	green-castle	US	63544	274	America/Chicago	40.26252	-92.87798	318	Castle,Green Castle,Greencastle		MO	211	56918	
5055226	Green City	green-city	US	63545	618	America/Chicago	40.26863	-92.95326	323	Green City,Kiddville,Penn		MO	211	56918	
5055248	Greensburg	greensburg	US	15601	0	America/Chicago	40.29643	-92.21685	241	Greenburg,Greenfield,Greensburg,Greensburgh		MO	103	29386	
5055251	Greentop	greentop	US	63546	443	America/Chicago	40.34697	-92.56908	300	Green Top,Greentop		MO	197	65648	
5055287	Guilford	guilford	US	04443	85	America/Chicago	40.17027	-94.73636	291	Gilford,Гилфорд		MO	147	77614	
5055356	Harris	harris	US	12742	58	America/Chicago	40.30585	-93.35022	272			MO	211	14536	
5055366	Hartford	hartford	US	05047	0	America/Chicago	40.46974	-92.83576	300			MO	171	21952	
5055373	Hatfield	hatfield	US	01038	0	America/Chicago	40.52888	-94.15495	349			MO	081	42752	
5055555	Hopkins	hopkins	US	29061	499	America/Chicago	40.55082	-94.81942	320			MO	147	33022	
5055571	Howland	howland	US	04448	0	America/Chicago	40.53474	-92.95743	302	Howdland,Howland,Mendota		MO	171	42842	
5055579	Humphreys	humphreys	US	64646	113	America/Chicago	40.12557	-93.3191	283	Haley City,Humphreys		MO	211	07678	
5055586	Hurdland	hurdland	US	63547	155	America/Chicago	40.15004	-92.30213	270			MO	103	44732	
5055648	Jacksonville	jacksonville	US	05342	0	America/Chicago	40.27724	-93.11271	307	Jacksons Corners,Jacksonville		MO	211	36152	
5055655	Jameson	jameson	US	64647	133	America/Chicago	40.00528	-93.97939	240			MO	061	28270	
5055663	Jeddo	jeddo	US	48032	0	America/Chicago	40.10032	-91.96851	220			MO	103	36660	
5055719	Judson	judson	US	75660	0	America/Chicago	40.31196	-93.23049	305			MO	211	14536	
5055722	Julesburg	julesburg	US	80737	0	America/Chicago	40.46169	-92.60603	298			MO	197	59672	
5055742	Kahoka	kahoka	US	63445	2024	America/Chicago	40.42032	-91.71961	213	Cahoka,Cahoke,Kaboka,Kahoka,Kahokie,Round Prairie	045	MO	045	42662	
5055759	Kenwood	kenwood	US	95452	0	America/Chicago	40.19559	-92.28713	238			MO	103	44732	
5055773	King City	king-city	US	64463	1006	America/Chicago	40.05138	-94.52412	337			MO	075	35774	
5055787	Kirksville	kirksville	US	63501	17520	America/Chicago	40.19475	-92.58325	299	Hopkinsville,IRK,Kirksvil,Kirksvill,Kirksville,Long Point,krkzwyl  myzwry,kyrkfyl,Кирксвил,Кирксвилл,كيركفيل,کرکزویل، میزوری	001	MO	001	04546	
5055804	Knox City	knox-city	US	63446	206	America/Chicago	40.14365	-92.00934	233	Knok,Knox City,Myrtle		MO	103	51032	
5055812	La Belle	la-belle	US	15450	657	America/Chicago	40.11699	-91.91267	220	La Belle,LaBelle,Queen of the Prairie		MO	111	39530	
5055815	La Grange	la-grange	US	28551	939	America/Chicago	40.04282	-91.49765	149	City of Mineral Springs,La Grange,Skinners Landing,The Granary		MO	111	74752	
5055816	La Plata	la-plata	US	20646	1336	America/Chicago	40.02337	-92.49158	285	La Plata,LaPlata,Laplata		MO	121	40700	
5055851	Lancaster	lancaster	US	01523	724	America/Chicago	40.52086	-92.52797	287	Lankaster,Ланкастер	197	MO	197	42338	
5055870	Laredo	laredo	US	64652	196	America/Chicago	40.02557	-93.4466	244	Laredo,Ларедо		MO	079	80224	
5055875	Laura	laura	US	45337	0	America/Chicago	40.22143	-91.60155	203			MO	111	11152	
5055908	Lewistown	lewistown	US	17044	529	America/Chicago	40.08615	-91.81322	220	Lewiston,Lewistown		MO	111	39530	
5055962	Lindley	lindley	US	14858	0	America/Chicago	40.08196	-93.36827	274	Lindley,Stringtown		MO	079	46028	
5056012	Livonia	livonia	US	14487	73	America/Chicago	40.49141	-92.70019	254	Livonija,Ливония		MO	171	28522	
5056025	Locust Hill	locust-hill	US	23092	0	America/Chicago	40.02587	-92.27574	263			MO	103	65576	
5056033	London	london	US	25126	0	America/Chicago	40.445	-95.23498	329			MO	005	15454	
5056046	Lone Star	lone-star	US	75668	0	America/Chicago	40.34138	-94.25329	321	Lone Star,Lonestar		MO	075	33328	
5056106	Lucerne	lucerne	US	46950	83	America/Chicago	40.4639	-93.29216	296			MO	171	47126	
5056109	Luray	luray	US	22835	95	America/Chicago	40.45309	-91.88184	226	Dog Town,Lura,Luray		MO	045	81160	
5056133	Maitland	maitland	US	32751	309	America/Chicago	40.20083	-95.07442	288	Maitland,Whit Valley		MO	087	14410	
5056171	Martinsville	martinsville	US	08836	0	America/Chicago	40.33861	-94.16162	339	Martinsville,Middleton		MO	081	18064	
5056172	Maryville	maryville	US	37801	11879	America/Chicago	40.3461	-94.87247	351	Mehrivill,Merivil,meribiru,Меривил,Мэривилл,مری‌ویل، میزوری,メリービル	147	MO	147	58808	
5056237	Melbourne	melbourne	US	32901	0	America/Chicago	40.14168	-93.78772	255			MO	081	71350	
5056241	Memphis	memphis	US	13112	1829	America/Chicago	40.45781	-92.17129	244	Memfis,Мемфис	199	MO	199	36980	
5056249	Mendota	mendota	US	24270	0	America/Chicago	40.56724	-92.89465	270			MO	171	42842	
5056251	Mercer	mercer	US	16137	312	America/Chicago	40.5114	-93.53216	328	Marion,Mercer		MO	129	46082	
5056274	Midway	midway	US	15060	0	America/Chicago	40.11388	-94.86969	320			MO	003	04564	
5056275	Midway	midway	US	15060	0	America/Chicago	40.15893	-91.82711	220			MO	111	60950	
5056276	Midway	midway	US	15060	0	America/Chicago	40.47529	-93.16215	305			MO	171	36026	
5056280	Milan	milan	US	03588	1852	America/Chicago	40.20224	-93.12521	297		211	MO	211	58880	
5056311	Milltown	milltown	US	08850	0	America/Chicago	40.16226	-92.18129	223			MO	103	12556	
5056312	Milton	milton	US	02186	0	America/Chicago	40.28472	-95.4172	276	Irish Grove,Milton		MO	005	13996	
5056316	Millport	millport	US	14864	0	America/Chicago	40.26726	-92.09323	227	Milford,Millport		MO	103	04708	
5056329	Mitchellville	mitchellville	US	37119	0	America/Chicago	40.21195	-94.07162	262	Mitchellville,Woodbine		MO	081	05086	
5056350	Monticello	monticello	US	04760	99	America/Chicago	40.11838	-91.71211	195		111	MO	111	19468	
5056363	Modena	modena	US	12548	0	America/Chicago	40.30029	-93.6805	295	Madisonville,Modena		MO	129	45452	
5056381	Mound City	mound-city	US	57646	1059	America/Chicago	40.13111	-95.23164	271	Jacksons Point,Mound City,North Point,Worth Point		MO	087	04672	
5056412	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	40.22722	-94.50107	277			MO	075	16282	
5056482	Mystic	mystic	US	06355	0	America/Chicago	40.15641	-92.93187	316			MO	211	75022	
5056485	Napier	napier	US	26631	0	America/Chicago	40.04889	-95.25775	259			MO	087	48836	
5056501	New Hampton	new-hampton	US	03256	281	America/Chicago	40.26361	-94.19607	291	Hamptonville,New Hampton		MO	081	79486	
5056515	New Point	new-point	US	23125	0	America/Chicago	40.05472	-95.07914	267	Grant,New Point,Newpoint		MO	087	31852	
5056527	Newtown	newtown	US	06470	175	America/Chicago	40.3764	-93.33494	290			MO	211	14536	
5056537	Nineveh	nineveh	US	13813	0	America/Chicago	40.27419	-92.69464	233			MO	001	52526	
5056579	North Salem	north-salem	US	03073	0	America/Chicago	40.03141	-92.98854	294	North Salem,Whig Town		MO	115	53300	
5056595	Novinger	novinger	US	63559	438	America/Chicago	40.23197	-92.70853	240			MO	001	52526	
5056648	Novelty	novelty	US	44072	133	America/Chicago	40.01254	-92.20824	255			MO	103	65576	
5056660	Omaha	omaha	US	31821	0	America/Chicago	40.53252	-92.80075	303			MO	171	42284	
5056666	Osgood	osgood	US	45351	46	America/Chicago	40.19946	-93.34716	252			MO	211	07678	
5056683	Oxford	oxford	US	01540	0	America/Chicago	40.4211	-94.54052	303	Oxford,West Point		MO	227	29188	
5056709	Parnell	parnell	US	52325	183	America/Chicago	40.43999	-94.6233	314			MO	147	35036	
5056713	Parsons	parsons	US	26287	0	America/Chicago	40.07863	-93.27188	280	Gath,Parson,Parsons		MO	211	72538	
5056727	Pattonsburg	pattonsburg	US	64670	344	America/Chicago	40.07495	-94.10232	276	New Pattonsburg,Pattonsburg		MO	061	65198	
5056732	Paw Paw	paw-paw	US	25434	0	America/Chicago	40.09113	-93.08771	255	Paw Paw,Pawpaw		MO	211	58430	
5056740	Pawnee	pawnee	US	62558	0	America/Chicago	40.52194	-94.05079	327			MO	081	30070	
5056742	Pearl City	pearl-city	US	61062	0	America/Chicago	40.58113	-92.89742	307			MO	171	42842	
5056759	Pennville	pennville	US	47369	0	America/Chicago	40.3628	-92.94687	318			MO	211	09280	
5056778	Pickering	pickering	US	64476	153	America/Chicago	40.45082	-94.84219	318			MO	147	74824	
5056849	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	40.17056	-94.0144	299			MO	081	17956	
5056887	Pollock	pollock	US	57648	85	America/Chicago	40.35918	-93.08493	303	Pollock,Valparaiso		MO	211	36152	
5056900	Powersville	powersville	US	64672	59	America/Chicago	40.54918	-93.30021	306	Ayersville,Powersville,Wyreka		MO	171	81340	
5056943	Princeton	princeton	US	01541	1133	America/Chicago	40.40084	-93.5805	293	Prinston,Принстон	129	MO	129	49952	
5056965	Queen City	queen-city	US	63561	593	America/Chicago	40.4092	-92.56769	306			MO	197	59672	
5056970	Quitman	quitman	US	31643	43	America/Chicago	40.37333	-95.07664	293	Quitman,Russelville		MO	147	29008	
5056974	Quinn	quinn	US	57775	0	America/Chicago	40.40724	-93.16882	297			MO	171	36026	
5056992	Ravenwood	ravenwood	US	64479	411	America/Chicago	40.35221	-94.67385	314			MO	147	35954	
5056993	Rea	rea	US	64480	50	America/Chicago	40.06194	-94.76469	328	Craig,Rea		MO	003	58106	
5057003	Rankin	rankin	US	60960	0	America/Chicago	40.06722	-94.91775	292			MO	003	14266	
5057015	Revere	revere	US	02151	76	America/Chicago	40.49504	-91.67766	212			MO	045	71872	
5057026	Ridgeway	ridgeway	US	24148	448	America/Chicago	40.37806	-93.9369	322	Ridgeway,Yankee Ridge		MO	081	28486	
5057058	Rock Port	rock-port	US	64482	1232	America/Chicago	40.41111	-95.51693	287	Byron,Meeks Mill,Rock Port,Rockport	005	MO	005	14284	
5057076	Rosendale	rosendale	US	12472	143	America/Chicago	40.04444	-94.8208	278	Rosedale,Rosendale		MO	003	04564	
5057077	Rosewood	rosewood	US	43070	0	America/Chicago	40.42502	-92.92298	306			MO	171	61580	
5057104	Rutledge	rutledge	US	30663	110	America/Chicago	40.31365	-92.08823	235			MO	199	65828	
5057111	Saint Francisville	saint-francisville	US	62460	179	America/Chicago	40.45838	-91.56905	158			MO	045	19234	
5057112	Saint John	saint-john	US	46373	0	America/Chicago	40.54001	-93.1891	318			MO	171	67466	
5057120	Saint Patrick	saint-patrick	US	63466	0	America/Chicago	40.26449	-91.62766	206	Saint Marysville,Saint Patrick,St. Patrick		MO	045	35684	
5057129	Salem	salem	US	01970	0	America/Chicago	40.02893	-91.91434	211			MO	111	65270	
5057969	Wyandotte	wyandotte	US	48192	0	America/Chicago	40.13001	-93.54522	266			MO	079	42734	
5057143	Saline	saline	US	48176	0	America/Chicago	40.52695	-93.728	291			MO	129	43058	
5057208	Sellers	sellers	US	29592	0	America/Chicago	40.06643	-91.67349	190			MO	111	19468	
5057221	Sedgwick	sedgwick	US	04676	0	America/Chicago	40.00836	-92.90548	307			MO	115	53300	
5057244	Sheridan	sheridan	US	04775	186	America/Chicago	40.51804	-94.61219	320			MO	227	75076	
5057277	Sidney	sidney	US	13838	0	America/Chicago	40.35419	-92.81909	300			MO	171	21952	
5057279	Siloam Springs	siloam-springs	US	72761	0	America/Chicago	40.37305	-94.26412	292	Areola Springs,Free Water,Gara,Siloam,Siloam City,Siloam Springs		MO	075	33328	
5057293	Skidmore	skidmore	US	64487	272	America/Chicago	40.28888	-95.08136	288			MO	147	49376	
5057330	Sonora	sonora	US	42776	0	America/Chicago	40.49806	-95.65944	274			MO	005	52598	
5057370	Sperry	sperry	US	52650	0	America/Chicago	40.27976	-92.48853	291			MO	001	14248	
5057373	Spickard	spickard	US	64679	251	America/Chicago	40.2439	-93.59439	251	Spickard,Spickards,Spickardsville		MO	079	25606	
5057401	Stanberry	stanberry	US	64489	1183	America/Chicago	40.21777	-94.53829	291			MO	075	16282	
5057444	Sublette	sublette	US	61367	0	America/Chicago	40.30059	-92.57158	299	Sublett,Sublette		MO	001	58682	
5057486	Tarkio	tarkio	US	64491	1477	America/Chicago	40.44028	-95.37776	283			MO	005	72358	
5057506	Ten Mile	ten-mile	US	37880	0	America/Chicago	40.07754	-91.64322	201			MO	111	19468	
5057511	Terre Haute	terre-haute	US	47801	2320	America/Chicago	40.43946	-93.2341	315			MO	171	47126	
5057562	Trenton	trenton	US	08601	5896	America/Chicago	40.0789	-93.61661	256	TRX,Trenton,Трентон	079	MO	079	73834	
5057583	Troy Mills	troy-mills	US	52344	0	America/Chicago	40.1467	-92.60047	297			MO	001	04546	
5057592	Tully	tully	US	13159	0	America/Chicago	40.13782	-91.52238	148			MO	111	11152	
5057611	Union	union	US	03887	0	America/Chicago	40.36282	-91.75433	212			MO	045	74554	
5057655	Unionville	unionville	US	06085	1815	America/Chicago	40.47696	-93.00326	324	Harmony,Unionville	171	MO	171	74896	
5057659	Unity	unity	US	04988	0	America/Chicago	40.39115	-92.25574	248			MO	199	36980	
5057687	Vinita	vinita	US	74301	0	America/Chicago	40.56531	-92.39907	263			MO	197	23194	
5057741	Wataga	wataga	US	61488	0	America/Chicago	40.56056	-93.63328	310			MO	129	43058	
5057742	Waterloo	waterloo	US	13165	0	America/Chicago	40.44949	-91.66877	169	Bechtols Mill,City of the Classic Fox,Waterloo		MO	045	45362	
5057753	Watson	watson	US	35181	94	America/Chicago	40.47695	-95.62054	274			MO	005	52598	
5057756	Wayland	wayland	US	01778	501	America/Chicago	40.39449	-91.58321	163	Wayland,Wayland City,Wayland Station		MO	045	19234	
5057808	Westboro	westboro	US	54490	133	America/Chicago	40.53472	-95.31915	298			MO	005	42590	
5057846	Whitesville	whitesville	US	14897	0	America/Chicago	40.0611	-94.71941	291			MO	003	58106	
5057849	Whitten	whitten	US	50269	0	America/Chicago	40.17722	-94.27329	301	Whitten,Whitton		MO	075	02386	
5057851	Wilcox	wilcox	US	15870	0	America/Chicago	40.39888	-94.9672	354			MO	147	58808	
5057864	Wildwood	wildwood	US	08260	0	America/Chicago	40.18556	-94.08551	275			MO	081	17956	
5057885	Williamstown	williamstown	US	01267	0	America/Chicago	40.24088	-91.79711	220			MO	111	60950	
5057901	Wilson	wilson	US	14172	0	America/Chicago	40.06643	-92.38352	260			MO	001	80134	
5057912	Winchester	winchester	US	01890	0	America/Chicago	40.31782	-91.61127	202			MO	045	35684	
5057914	Winigan	winigan	US	63566	44	America/Chicago	40.04558	-92.90353	306	Winigan,Winnigan		MO	211	50024	
5057917	Winslow	winslow	US	08095	0	America/Chicago	40.01027	-94.46246	304			MO	063	58772	
5057950	Worth	worth	US	60482	60	America/Chicago	40.40499	-94.44413	281	Worth,Worthville		MO	227	47828	
5057956	Worthington	worthington	US	01098	79	America/Chicago	40.40836	-92.68881	247	Pleasant Home,Worthington		MO	171	21952	
5057961	Wyaconda	wyaconda	US	63474	210	America/Chicago	40.38976	-91.92712	226			MO	045	81160	
5057985	York	york	US	03909	0	America/Chicago	40.40777	-95.26553	324	Greenlee,Greenville,York		MO	005	15454	
5057990	Youngstown	youngstown	US	14174	0	America/Chicago	40.17475	-92.68214	232			MO	001	41924	
5058005	Abercrombie	abercrombie	US	58001	259	America/Chicago	46.44774	-96.73036	286	Abercrombie,Fort Abercrombie		ND	077	00100	
5058008	Absaraka	absaraka	US	58002	0	America/Chicago	46.97803	-97.39453	326			ND	017	24140	
5058015	Adams	adams	US	01220	124	America/Chicago	48.42139	-98.07899	479	Adams,Sarles		ND	099	00340	
5058028	Adrian	adrian	US	16210	0	America/Chicago	46.59998	-98.55343	413			ND	045	00660	
5058033	Agate	agate	US	58310	0	America/Chicago	48.62278	-99.4932	505			ND	079	21750	
5058048	Alfred	alfred	US	04002	0	America/Chicago	46.60303	-98.99928	583			ND	045	30540	
5058049	Alice	alice	US	78332	40	America/Chicago	46.76192	-97.55593	345			ND	017	01420	
5058070	Alsen	alsen	US	58311	33	America/Chicago	48.63056	-98.70485	482	Alsen,Storlie		ND	019	01740	
5058073	Alton	alton	US	03809	0	America/Chicago	47.35553	-97.04564	275			ND	097	38140	
5058074	Amenia	amenia	US	12501	93	America/Chicago	47.00497	-97.21898	290			ND	017	01940	
5058091	Aneta	aneta	US	58212	209	America/Chicago	47.67944	-97.98815	458			ND	063	02380	
5058105	Argusville	argusville	US	58005	475	America/Chicago	47.05219	-96.93453	270			ND	017	03020	
5058123	Arthur	arthur	US	37707	362	America/Chicago	47.10414	-97.21814	302	Arthur,Rosedale		ND	017	03300	
5058129	Arvilla	arvilla	US	58214	333	America/Chicago	47.91916	-97.49481	310	Arvilla,Orange		ND	035	03420	
5058135	Ashley	ashley	US	43003	726	America/Chicago	46.03414	-99.3715	614	ASY,Ashley	051	ND	051	03540	
5058150	Auburn	auburn	US	01501	48	America/Chicago	48.50693	-97.4398	258			ND	099	25860	
5058159	Ayr	ayr	US	58007	17	America/Chicago	47.04109	-97.49065	367	Ayr,Elgin		ND	017	04020	
5058170	Baker	baker	US	26801	0	America/Chicago	48.16056	-99.64763	501			ND	005	09740	
5058185	Barlow	barlow	US	42024	0	America/Chicago	47.56972	-99.13789	471			ND	031	24900	
5058191	Barney	barney	US	31625	51	America/Chicago	46.26718	-97.00064	315	Barney,Barney Station		ND	077	04940	
5058198	Bartlett	bartlett	US	03812	0	America/Chicago	48.04472	-98.43233	468	Bartlett,The End of the Track		ND	071	05140	
5058205	Bathgate	bathgate	US	58216	41	America/Chicago	48.87721	-97.47619	249	Bathgate,Bayview		ND	067	05260	
5058233	Belcourt	belcourt	US	58316	2078	America/Chicago	48.83917	-99.74487	598	Belcourt,Turtle Mountain		ND	079	80010	
5058256	Berea	berea	US	26327	0	America/Chicago	46.93415	-98.0951	436			ND	003	38300	
5058265	Berlin	berlin	US	01503	35	America/Chicago	46.37858	-98.48982	448			ND	045	06300	
5058322	Binford	binford	US	58416	174	America/Chicago	47.56194	-98.3451	465			ND	039	07020	
5058330	Bisbee	bisbee	US	58317	128	America/Chicago	48.62584	-99.37792	485	Bisbee,Hanson		ND	095	07180	
5058345	Blanchard	blanchard	US	16826	26	America/Chicago	47.34581	-97.21953	289			ND	097	07660	
5058388	Bowdon	bowdon	US	30108	131	America/Chicago	47.46972	-99.7079	552			ND	103	08580	
5058397	Boynton	boynton	US	15532	0	America/Chicago	46.15441	-98.55538	452			ND	021	42500	
5058405	Bremen	bremen	US	04551	0	America/Chicago	47.74667	-99.38679	472			ND	103	09260	
5058427	Brocket	brocket	US	58321	56	America/Chicago	48.21306	-98.35705	461			ND	071	09700	
5058453	Buchanan	buchanan	US	10511	111	America/Chicago	47.06249	-98.829	474	Buchanan,Rio		ND	093	10060	
5058461	Buffalo	buffalo	US	14201	192	America/Chicago	46.9197	-97.54954	367	Buffalo,New Buffalo,Third Siding,Буффало		ND	017	10420	
5058491	Buttzville	buttzville	US	07829	0	America/Chicago	46.50802	-97.62982	357	Buttzville,Butzville		ND	073	12580	
5058492	Buxton	buxton	US	04093	316	America/Chicago	47.60192	-97.09731	284			ND	097	11340	
5058504	Caledonia	caledonia	US	14423	39	America/Chicago	47.45748	-96.88564	263	Caledonia,Goose River		ND	097	11540	
5058524	Calvin	calvin	US	16622	19	America/Chicago	48.85251	-98.93541	493			ND	019	11700	
5058534	Cando	cando	US	58324	1122	America/Chicago	48.48667	-99.20986	450		095	ND	095	11860	
5058552	Carrington	carrington	US	58421	2072	America/Chicago	47.44972	-99.12622	484	Karington,ka lin dun,karynghtwn,kryngtwn  dakwtay shmaly,Карингтон,كارينغتون,کرینگتون، داکوتای شمالی,کیرنگٹن، شمالی ڈکوٹا,卡林顿	031	ND	031	12340	
5058560	Casselton	casselton	US	58012	2521	America/Chicago	46.90053	-97.2112	285	Cass Town,Casselton,Goose Creek,Kaselton,Swan Creek,ka si er dun,kazltwn,ksltwn  dakwtay shmaly,Каселтон,كازلتون,کسلتون، داکوتای شمالی,کیسلٹن، شمالی ڈکوٹا,卡斯尔顿		ND	017	12700	
5058564	Cathay	cathay	US	58422	42	America/Chicago	47.55333	-99.40901	482			ND	103	12820	
5058568	Cavalier	cavalier	US	58220	1244	America/Chicago	48.79388	-97.62231	270	Kavalir,ka wa lai er,kafalyr,kwlyr  dakwtay shmaly,Кавалир,كافالير,کولیر، داکوتای شمالی,کیویلیئر، شمالی ڈکوٹا,卡瓦莱尔	067	ND	067	12940	
5058576	Cayuga	cayuga	US	13034	26	America/Chicago	46.07413	-97.38426	348	Cayuga,Seneca		ND	081	13020	
5058590	Chaffee	chaffee	US	14030	0	America/Chicago	46.77442	-97.35259	295	Chaffee,Rita		ND	017	82740	
5058607	Chaseley	chaseley	US	58423	0	America/Chicago	47.45028	-99.82012	569			ND	103	13740	
5058624	Christine	christine	US	58015	153	America/Chicago	46.57357	-96.80175	283			ND	077	14100	
5058630	Churchs Ferry	churchs-ferry	US	58325	12	America/Chicago	48.26917	-99.19013	442			ND	071	14140	
5058650	Cleveland	cleveland	US	13042	81	America/Chicago	46.89165	-99.11789	568	Klivlend,Кливленд		ND	093	14660	
5058655	Clifford	clifford	US	18413	43	America/Chicago	47.34804	-97.41064	322			ND	097	14740	
5058663	Clyde	clyde	US	14433	0	America/Chicago	48.77001	-98.89902	493			ND	019	09900	
5058665	Coburn	coburn	US	16832	0	America/Chicago	46.61775	-97.3712	325			ND	073	15060	
5058669	Cogswell	cogswell	US	58017	98	America/Chicago	46.10691	-97.78204	397			ND	081	15100	
5058678	Colgate	colgate	US	53017	0	America/Chicago	47.24471	-97.65649	360			ND	091	15340	
5058684	Comstock	comstock	US	12821	0	America/Chicago	48.15083	-99.3943	476			ND	005	48980	
5058690	Concrete	concrete	US	98237	0	America/Chicago	48.74555	-97.93454	370			ND	067	05580	
5058694	Conway	conway	US	01341	22	America/Chicago	48.23833	-97.67509	299	Konvej,Конвей		ND	099	15820	
5058701	Cooperstown	cooperstown	US	13326	945	America/Chicago	47.44444	-98.12398	437	Kopertaun,gu bai zhen,kwbrstawn,kwprztawn  dakwtay shmaly,Копертаун,كوبرستاون,کوپرزتاون، داکوتای شمالی,کوہرزٹاؤن، شمالی ڈکوٹا,古柏镇	039	ND	039	15900	
5058715	Colfax	colfax	US	26566	145	America/Chicago	46.46941	-96.87453	293	Colfax,The Fountain City		ND	077	15180	
5058764	Courtenay	courtenay	US	58426	44	America/Chicago	47.22222	-98.56649	466			ND	093	16380	
5058771	Crary	crary	US	58327	142	America/Chicago	48.07083	-98.63844	453	Crary,Midway		ND	071	16580	
5058776	Crete	crete	US	60417	0	America/Chicago	46.20024	-97.96288	404	Crete,Elizabeth		ND	081	19180	
5058787	Crystal	crystal	US	48818	131	America/Chicago	48.59694	-97.66953	277	Crystal,Richmond		ND	067	17060	
5058792	Crystal Springs	crystal-springs	US	33524	0	America/Chicago	46.87832	-99.47567	559			ND	043	17220	
5058799	Cuba	cuba	US	14727	0	America/Chicago	46.82137	-97.8626	412			ND	003	17300	
5058804	Cummings	cummings	US	58223	0	America/Chicago	47.5147	-97.07953	284	Cumings,Cummings		ND	097	24740	
5058811	Dahlen	dahlen	US	58224	18	America/Chicago	48.15805	-97.92954	431			ND	063	17660	
5058823	Darby	darby	US	19023	0	America/Chicago	48.15361	-98.96763	447			ND	071	32260	
5058826	Davenport	davenport	US	13750	253	America/Chicago	46.71414	-97.07009	281	Dehvenport,Дэвенпорт		ND	017	18180	
5058831	Dawson	dawson	US	15428	61	America/Chicago	46.8686	-99.7515	534	Dawson,Thirteenth Siding		ND	043	18260	
5058836	Dazey	dazey	US	58429	102	America/Chicago	47.19054	-98.20176	437			ND	003	18340	
5059447	Grandin	grandin	US	32138	174	America/Chicago	47.23692	-97.00147	273			ND	017	32300	
5059463	Great Bend	great-bend	US	13643	59	America/Chicago	46.15385	-96.80202	297	Berlin,Great Bend		ND	077	32900	
5058868	Devils Lake	devils-lake	US	58301	7351	America/Chicago	48.11278	-98.86512	441	City of Devils Lake,Creel City,Creelsburg,DVL,Devils Lake,Devils Lejk,debeulseuleikeu,dwl lyk  dakwtay shmaly,dyfylz lyk,mo gui hu,Девилс Лейк,Девилс Лејк,دول لیک، داکوتای شمالی,ديفيلز ليك,ڈیولز لیک، شمالی ڈکوٹا,魔鬼湖,데블스레이크	071	ND	071	19420	
5058880	Dickey	dickey	US	58431	42	America/Chicago	46.53692	-98.46787	414	Dickey,Dickeys Handing,Saratoga		ND	045	19580	
5058890	Divide	divide	US	59727	0	America/Chicago	47.76972	-99.12484	491			ND	027	29700	
5058903	Dover	dover	US	02030	0	America/Chicago	47.46028	-99.27623	488			ND	103	06980	
5058918	Drayton	drayton	US	29333	785	America/Chicago	48.5711	-97.17785	245	Drayton,Hastings Landing		ND	067	20340	
5058924	Dresden	dresden	US	04342	0	America/Chicago	48.8275	-98.48123	483			ND	019	74100	
5058940	Dundas	dundas	US	23938	0	America/Chicago	47.64	-99.02956	465			ND	027	77140	
5058946	Durbin	durbin	US	26264	0	America/Chicago	46.80858	-97.14953	281			ND	017	21100	
5058951	Dwight	dwight	US	60420	80	America/Chicago	46.30413	-96.73813	290			ND	077	21220	
5059001	Edgeley	edgeley	US	58433	552	America/Chicago	46.35914	-98.71566	477	Edgeley,Saint George		ND	045	22140	
5059005	Edinburg	edinburg	US	16116	189	America/Chicago	48.49666	-97.86204	363	Edinburg,Edinburgh,Ehdinburg,Эдинбург		ND	099	22260	
5059008	Edmore	edmore	US	48829	177	America/Chicago	48.41334	-98.45428	464			ND	071	22340	
5059016	Egeland	egeland	US	58331	28	America/Chicago	48.62639	-99.09736	464			ND	095	22540	
5059038	Eldridge	eldridge	US	35554	0	America/Chicago	46.90249	-98.85177	471	Burton,Eldridge,Tenth Siding		ND	093	22940	
5059052	Ellendale	ellendale	US	19941	1299	America/Chicago	46.00275	-98.52705	443		021	ND	021	23220	
5059059	Elliott	elliott	US	29046	25	America/Chicago	46.40219	-97.81482	406			ND	073	23340	
5059083	Elmore	elmore	US	36025	0	America/Chicago	46.19579	-96.60535	293			ND	077	76940	
5059095	Emerado	emerado	US	58228	431	America/Chicago	47.91887	-97.36508	273			ND	035	24060	
5059103	Enderlin	enderlin	US	58027	872	America/Chicago	46.62303	-97.60149	330			ND	073	24260	
5059112	Enloe	enloe	US	75441	0	America/Chicago	46.49968	-96.75758	285	Enlo,Enloe,Sperry		ND	077	21300	
5059119	Erie	erie	US	16501	50	America/Chicago	47.11526	-97.38787	346	Ehri,Эри		ND	017	24660	
5059127	Esmond	esmond	US	58332	99	America/Chicago	48.03584	-99.76207	494	Esmond,Rhodes		ND	005	24780	
5059130	Essex	essex	US	01929	0	America/Chicago	48.1225	-98.74595	453			ND	071	53260	
5059139	Everest	everest	US	66424	0	America/Chicago	46.8597	-97.2212	284			ND	017	25020	
5059143	Fairdale	fairdale	US	25839	37	America/Chicago	48.49083	-98.23122	493			ND	099	25180	
5059149	Fairmount	fairmount	US	30139	361	America/Chicago	46.05496	-96.60229	299	Fairmount,Michigan Settlement,Sewall Station		ND	077	25300	
5059163	Fargo	fargo	US	31631	118523	America/Chicago	46.87719	-96.7898	276	Centralia,FAR,Fago,Farga,Fargas,Fargo,Fàgo,Fārgo,fa ge,fago,farghw,fargw,fargw  dakwtay shmaly,pago,pargo,phargo,Фарга,Фарго,Фарґо,פארגא,פארגו,فارغو,فارگو,فارگو، داکوتای شمالی,फार्गो,ფარგო,ファーゴ,法戈,파고	017	ND	017	25700	
5059172	Farmington	farmington	US	03835	0	America/Chicago	46.26774	-96.75147	293	Ellsworth Station,Farmington		ND	077	13220	
5059181	Fessenden	fessenden	US	58438	472	America/Chicago	47.64917	-99.62929	491		103	ND	103	26180	
5059188	Fillmore	fillmore	US	14735	0	America/Chicago	48.18028	-99.80069	486	Fillmore,Filmore		ND	005	39860	
5059190	Fingal	fingal	US	58031	95	America/Chicago	46.76053	-97.79038	391			ND	003	26380	
5059192	Finley	finley	US	38030	437	America/Chicago	47.51416	-97.83593	443	Finley,Gilbert	091	ND	091	26420	
5059217	Flora	flora	US	39071	0	America/Chicago	47.95028	-99.41791	481	Flora,Schvyler		ND	005	03860	
5059223	Forbes	forbes	US	55738	53	America/Chicago	45.94358	-98.78205	476			ND	021	26980	
5059227	Fordville	fordville	US	58231	206	America/Chicago	48.21749	-97.79065	349	Fordville,Medford		ND	099	27060	
5059230	Forest River	forest-river	US	58233	122	America/Chicago	48.21527	-97.46814	264			ND	099	27100	
5059237	Forman	forman	US	58032	513	America/Chicago	46.10774	-97.63649	382		081	ND	081	27260	
5059242	Fort Ransom	fort-ransom	US	58033	78	America/Chicago	46.5208	-97.92621	346			ND	073	27580	
5059248	Fort Totten	fort-totten	US	58335	1243	America/Chicago	47.98	-98.9929	455			ND	005	27750	
5059264	Fredonia	fredonia	US	14063	44	America/Chicago	46.32886	-99.09566	627	Denevitz,Fredonia		ND	047	28380	
5059290	Frontier	frontier	US	49239	213	America/Chicago	46.80052	-96.83314	276			ND	017	28720	
5059296	Fullerton	fullerton	US	58441	53	America/Chicago	46.16525	-98.42704	440	Fullerton,Фуллертон		ND	021	28780	
5059299	Gackle	gackle	US	58442	291	America/Chicago	46.62581	-99.14205	591			ND	047	28860	
5059306	Galesburg	galesburg	US	49053	106	America/Chicago	47.26998	-97.40648	329			ND	097	28980	
5059317	Gardner	gardner	US	01440	76	America/Chicago	47.1472	-96.96786	270	Gardner,Гарднер		ND	017	29220	
5059329	Geneseo	geneseo	US	14454	0	America/Chicago	46.07385	-97.2787	354	Geneseo,Goetz		ND	081	42860	
5059353	Gilby	gilby	US	58235	232	America/Chicago	48.08527	-97.47064	269			ND	035	30180	
5059365	Glasston	glasston	US	58236	0	America/Chicago	48.70582	-97.44758	255	Baltimore,Glasston		ND	067	70300	
5059369	Glenfield	glenfield	US	13343	91	America/Chicago	47.45333	-98.56732	455			ND	031	30660	
5059376	Glover	glover	US	05839	0	America/Chicago	46.24163	-98.13899	419			ND	021	40540	
5059412	Grace City	grace-city	US	58445	63	America/Chicago	47.55139	-98.80538	461	Grace City,Larrabee		ND	031	31740	
5059419	Grafton	grafton	US	01519	4243	America/Chicago	48.41221	-97.41063	253		099	ND	099	31820	
5059429	Grand Forks	grand-forks	US	58201	57011	America/Chicago	47.92526	-97.03285	253	GFK,Grand Foks,Grand Forks,Grand-Forks,Grandforksa,Grann Foks,Grann Fòks,da fu ke si,geulaendeupokeuseu,ghrand fwrks,grnd frk  dakwtay shmaly,grnd pwrqs,gurandofokusu,Гранд Фокс,Гранд-Форкс,גרנד פורקס,غراند فوركس,گرند فرک، داکوتای شمالی,گرینڈفورکس,グランドフォークス,大福克斯,그랜드포크스	035	ND	035	32060	
5059441	Grand Rapids	grand-rapids	US	43522	0	America/Chicago	46.44442	-98.37065	403			ND	045	32420	
5059475	Greenfield	greenfield	US	01301	0	America/Chicago	47.27443	-97.21759	289			ND	097	33340	
5059506	Gwinner	gwinner	US	58040	834	America/Chicago	46.2258	-97.6626	386			ND	081	34020	
5059514	Hague	hague	US	12836	67	America/Chicago	46.0286	-99.99567	579			ND	029	34180	
5059527	Hamilton	hamilton	US	01936	60	America/Chicago	48.8086	-97.45286	252	Gamil'ton,Гамильтон		ND	067	34620	
5059532	Hamlin	hamlin	US	14464	0	America/Chicago	46.16607	-97.28509	326			ND	081	37500	
5059536	Hampden	hampden	US	01036	47	America/Chicago	48.54028	-98.65429	479	Hampden,Northfield		ND	071	34860	
5059541	Hankinson	hankinson	US	58041	908	America/Chicago	46.06968	-96.90175	326	Hankinson,Kelly		ND	077	34900	
5059546	Hannaford	hannaford	US	58448	125	America/Chicago	47.31333	-98.18648	432	Hannaford,Montllair		ND	039	35020	
5059549	Hannah	hannah	US	58239	14	America/Chicago	48.97167	-98.69179	477			ND	019	35060	
5059553	Hansboro	hansboro	US	58339	12	America/Chicago	48.95001	-99.38291	489			ND	095	35140	
5059576	Harvey	harvey	US	50119	1779	America/Chicago	47.76972	-99.9354	487	Kharvi,Харви		ND	103	35900	
5059583	Harwood	harwood	US	20776	788	America/Chicago	46.97941	-96.88064	272			ND	017	35940	
5059588	Hastings	hastings	US	13076	0	America/Chicago	46.68387	-98.09454	444			ND	003	74900	
5059589	Hatton	hatton	US	58240	765	America/Chicago	47.63971	-97.45342	329			ND	097	36100	
5059591	Havana	havana	US	32333	71	America/Chicago	45.95024	-97.61899	395	Havana,Weber		ND	081	36140	
5059624	Hensel	hensel	US	58241	64	America/Chicago	48.68833	-97.66648	280	Canton,Canton City,Canton Village,Hensel		ND	067	12060	
5059635	Herrick	herrick	US	57538	0	America/Chicago	48.51387	-97.22841	246			ND	099	69620	
5059660	Hillsboro	hillsboro	US	21641	1580	America/Chicago	47.40387	-97.06203	276	Comstock,Hill City,Hillsboro,Khillsboro,Хиллсборо	097	ND	097	38100	
5059696	Holmes	holmes	US	12531	0	America/Chicago	47.71582	-97.29675	299			ND	035	80740	
5059709	Homer	homer	US	13077	0	America/Chicago	46.84776	-98.67149	455			ND	093	38620	
5059721	Hoople	hoople	US	58243	233	America/Chicago	48.53471	-97.63481	272			ND	099	38780	
5059724	Hope	hope	US	02831	264	America/Chicago	47.32221	-97.72232	378			ND	091	38860	
5059734	Horace	horace	US	58047	2545	America/Chicago	46.75886	-96.9037	279			ND	017	38900	
5059765	Hunter	hunter	US	12442	267	America/Chicago	47.19053	-97.21703	298	Deland,Hunter		ND	017	39460	
5059769	Hurdsfield	hurdsfield	US	58451	83	America/Chicago	47.44833	-99.92845	583			ND	103	39580	
5059798	Independence	independence	US	24348	0	America/Chicago	46.34108	-98.19399	427	Independence,Junction,Oakes Junction		ND	045	69420	
5059801	Inkster	inkster	US	48141	48	America/Chicago	48.15138	-97.64425	314			ND	035	39980	
5059813	Isabel	isabel	US	57633	0	America/Chicago	48.06473	-99.65347	492			ND	005	40260	
5059836	Jamestown	jamestown	US	02835	15422	America/Chicago	46.91054	-98.70844	429	Camp Sykes,Camp Thomas,Dzejmstaun,Fort Cross,Fort Seward,JMS,Jamestown,jeimseutaun,jymstawn,jymztawn  dakwtay shmaly,zhan mu si dui,Џејмстаун,جيمستاون,جیمز ٹاون، شمالی ڈکوٹا,جیمزتاون، داکوتای شمالی,詹姆斯敦,제임스타운	093	ND	093	40580	
5059852	Jessie	jessie	US	58452	25	America/Chicago	47.54222	-98.23815	449			ND	039	80580	
5059860	Johnson	johnson	US	05656	0	America/Chicago	46.97971	-98.50648	458			ND	093	74700	
5059868	Johnstown	johnstown	US	12095	0	America/Chicago	48.14416	-97.47008	267	Johnstown,Milan		ND	035	40940	
5059877	Josephine	josephine	US	15750	0	America/Chicago	47.93972	-99.31402	470	Jenin,Josephine		ND	005	03860	
5059880	Jud	jud	US	58454	73	America/Chicago	46.52609	-98.89566	530	Fox,Gunthrop,Jud		ND	045	41180	
5059925	Karnak	karnak	US	62956	0	America/Chicago	47.28082	-98.06426	430	Fairview,Karnak		ND	039	09660	
5059927	Kathryn	kathryn	US	58049	51	America/Chicago	46.67803	-97.96871	364			ND	003	41500	
5059933	Kellogg	kellogg	US	50135	0	America/Chicago	48.36304	-97.4273	253			ND	099	83180	
5059934	Kelly	kelly	US	28448	0	America/Chicago	47.97998	-97.24536	256	Kelley,Kelly,Kellys		ND	035	07860	
5059943	Kelso	kelso	US	37348	0	America/Chicago	47.32303	-97.02953	275			ND	097	41860	
5059945	Kempton	kempton	US	19529	0	America/Chicago	47.81888	-97.61425	343			ND	035	03940	
5059948	Kensal	kensal	US	58455	160	America/Chicago	47.30083	-98.73344	471			ND	093	42180	
5059962	Kindred	kindred	US	58051	728	America/Chicago	46.64858	-97.01703	288			ND	017	42780	
5059970	Kintyre	kintyre	US	58549	0	America/Chicago	46.54971	-99.94955	580	Campbell,Kintyre		ND	029	11780	
5059983	Knox	knox	US	12107	25	America/Chicago	48.34028	-99.69041	488			ND	005	43260	
5059997	Kulm	kulm	US	58456	344	America/Chicago	46.30191	-98.94816	601			ND	045	43580	
5060008	LaMoure	lamoure	US	58458	914	America/Chicago	46.35719	-98.29454	400	L'Moure,La Moure,LaMoure,Lamoure		ND	045	44540	
5060015	Ladoga	ladoga	US	47954	0	America/Chicago	46.8761	-99.56289	551			ND	043	17220	
5060055	Lakota	lakota	US	50451	646	America/Chicago	48.04278	-98.33621	462		063	ND	063	44300	
5060071	Langdon	langdon	US	58249	1787	America/Chicago	48.76	-98.36817	491	Langdon,McHugh	019	ND	019	44780	
5060076	Lankin	lankin	US	58250	94	America/Chicago	48.31111	-97.92509	412	Lankin,Young		ND	099	44860	
5060080	Larimore	larimore	US	58251	1313	America/Chicago	47.90666	-97.62675	345			ND	035	45020	
5060095	Lawton	lawton	US	18828	30	America/Chicago	48.30278	-98.36927	462	Louton,Лоутон		ND	071	45300	
5060105	Leeds	leeds	US	01053	445	America/Chicago	48.28889	-99.43764	461	Barker,Leeds		ND	005	45580	
5060112	Lehr	lehr	US	58460	78	America/Chicago	46.27969	-99.35233	630			ND	051	45740	
5060123	Leonard	leonard	US	48367	227	America/Chicago	46.65191	-97.24565	321			ND	017	45980	
5060128	Leroy	leroy	US	36548	0	America/Chicago	48.92333	-97.75258	273	Leboys Trading Post,Leroy,Saint Joseph		ND	067	70020	
5060141	Lidgerwood	lidgerwood	US	58053	629	America/Chicago	46.07552	-97.15176	339			ND	077	46460	
5060162	Lisbon	lisbon	US	03585	2145	America/Chicago	46.44163	-97.68121	330	Lisbon,li si ben,lshbwnt,lysbwn  dakwtay shmaly,Лисбон,لزبن، شمالی ڈکوٹا,لشبونة,لیسبون، داکوتای شمالی,里斯本	073	ND	073	47100	
5060167	Litchville	litchville	US	58461	171	America/Chicago	46.65359	-98.19426	447			ND	003	47140	
5060171	Lithia	lithia	US	33547	0	America/Chicago	46.61607	-96.81342	281			ND	077	21300	
5060196	Loma	loma	US	59460	15	America/Chicago	48.63028	-98.5329	479	Irene,Loma		ND	019	47660	
5060228	Lowell	lowell	US	01850	0	America/Chicago	45.94192	-99.38012	656			ND	051	21683	
5060248	Luverne	luverne	US	36049	31	America/Chicago	47.2511	-97.93482	432			ND	091	48580	
5060252	Lynchburg	lynchburg	US	24501	0	America/Chicago	46.77442	-97.26287	290			ND	017	50540	
5060265	Maddock	maddock	US	58348	382	America/Chicago	47.96251	-99.53013	482	Ellwood,Maddock		ND	005	49620	
5060270	Magnolia	magnolia	US	08049	0	America/Chicago	46.91248	-97.42954	329			ND	017	85220	
5060274	Maida	maida	US	58255	0	America/Chicago	48.99861	-98.36483	476	Maida,Seven Hakes		ND	019	54820	
5060288	Mantador	mantador	US	58058	62	America/Chicago	46.16524	-96.97731	313	Junker,Mantador		ND	077	50380	
5060290	Manvel	manvel	US	58256	375	America/Chicago	48.07776	-97.17646	250	Manvel,Turtle River Station		ND	035	50420	
5060304	Mapleton	mapleton	US	04757	875	America/Chicago	46.88914	-97.05259	276	Maple River,Mapleton		ND	017	50580	
5060310	Marion	marion	US	02738	133	America/Chicago	46.6072	-98.33232	446	Mehrion,Мэрион		ND	045	50780	
5060325	Mason	mason	US	25260	0	America/Chicago	47.07359	-97.32898	320	Mason,Oatland		ND	017	24660	
5060332	Mayville	mayville	US	14757	1829	America/Chicago	47.49804	-97.32454	296	Arnolds Post,May,Mayville,Mejvil,mayfyl,maywyl  dakwtay shmaly,mei wei er,Мејвил,مايفيل,مایویل، داکوتای شمالی,میئویل، شمالی ڈکوٹا,梅维尔		ND	097	51500	
5060345	McArthur	mcarthur	US	96056	0	America/Chicago	48.87638	-97.22785	243			ND	067	41020	
5060356	McHenry	mchenry	US	58464	56	America/Chicago	47.57611	-98.59149	460	McHenry,Melby		ND	031	49260	
5060370	McLeod	mcleod	US	58057	27	America/Chicago	46.39358	-97.29954	328	McLeod,Sandoun		ND	073	70460	
5060374	McVille	mcville	US	58254	336	America/Chicago	47.76388	-98.17732	448			ND	063	49580	
5060390	Medina	medina	US	14103	303	America/Chicago	46.89388	-99.29983	551	Eleventh Siding,Medina,Midway,Медина		ND	093	51860	
5060394	Mekinock	mekinock	US	58258	0	America/Chicago	48.01277	-97.36342	262	Meckinock,Mekinock		ND	035	07860	
5060401	Melville	melville	US	11747	0	America/Chicago	47.33472	-99.03567	489	Melville,Newport		ND	031	52100	
5060416	Merrifield	merrifield	US	22081	0	America/Chicago	47.84581	-97.10953	259			ND	035	83140	
5060420	Michigan	michigan	US	58259	348	America/Chicago	48.025	-98.11705	462	Michigan,Michigan City,Мичиган		ND	063	52740	
5060458	Milnor	milnor	US	58060	648	America/Chicago	46.25913	-97.4562	336			ND	081	52940	
5060462	Milton	milton	US	02186	55	America/Chicago	48.62638	-98.0426	484	Mil'ton,Мильтон		ND	019	53020	
5060481	Minto	minto	US	58261	610	America/Chicago	48.29165	-97.37147	250			ND	099	53540	
5060496	Montpelier	montpelier	US	05601	87	America/Chicago	46.70026	-98.5901	416			ND	093	53980	
5060513	Mooreton	mooreton	US	58061	194	America/Chicago	46.26857	-96.87619	296	Griffin,Mooreton,Triest		ND	077	54220	
5060533	Moselle	moselle	US	39459	0	America/Chicago	46.2319	-97.08342	322	Fletcher,Moselle		ND	077	17980	
5060536	Mount Carmel	mount-carmel	US	17851	0	America/Chicago	48.935	-98.38678	477	Mount Carmel,Mount Moriah		ND	019	54820	
5060543	Mountain	mountain	US	54149	88	America/Chicago	48.68777	-97.8651	325			ND	067	54740	
5060556	Munich	munich	US	58352	202	America/Chicago	48.66917	-98.83263	487			ND	019	55020	
5060558	Munster	munster	US	46321	0	America/Chicago	47.72028	-99.27179	468			ND	027	55100	
5060562	Murray	murray	US	42071	0	America/Chicago	47.42582	-97.2762	292			ND	097	51540	
5060565	Mylo	mylo	US	58353	20	America/Chicago	48.63528	-99.61876	505			ND	079	55220	
5060568	Myra	myra	US	25544	0	America/Chicago	46.85359	-97.32009	293			ND	017	30260	
5060572	Napoleon	napoleon	US	43545	787	America/Chicago	46.50831	-99.77122	597	Napolion,na po lun,nablywn,npwlyan  dakwtay shmaly,Наполион,نابليون,نپولیان، داکوتای شمالی,拿破仑	047	ND	047	55420	
5060577	Nash	nash	US	73761	32	America/Chicago	48.47055	-97.51314	260			ND	099	25860	
5060584	Neche	neche	US	58265	359	America/Chicago	48.9861	-97.5548	251	Neche,Ohent		ND	067	55620	
5060588	Nekoma	nekoma	US	58355	47	America/Chicago	48.57722	-98.37039	497	Nekoma,Polar		ND	019	55740	
5060591	Minnewaukan	minnewaukan	US	58351	224	America/Chicago	48.07139	-99.25236	446	Minnewakon,Minnewaukan	005	ND	005	53220	
5060614	New Rockford	new-rockford	US	58356	1390	America/Chicago	47.68	-99.1379	467	Dunn,Dunns Creek,Garrison,New Rockford,Nju Rokford,Rockford,Rockville,Rocky Ford,nyw rakfrd  dakwtay shmaly,nyw rwkfwrd,xin luo ke fu de,Њу Рокфорд,نيو روكفورد,نیو راک فورڈ، شمالی ڈکوٹا,نیو راکفرد، داکوتای شمالی,新罗克福德	027	ND	027	56620	
5060626	Newman	newman	US	61942	0	America/Chicago	46.99108	-97.09953	279			ND	017	69020	
5060627	Newville	newville	US	17241	0	America/Chicago	48.55862	-98.98736	461			ND	095	82020	
5060628	Niagara	niagara	US	54151	51	America/Chicago	47.99638	-97.87037	442	Barkers Station,New York Settlement,Niagara		ND	035	56780	
5060634	Nicholson	nicholson	US	18446	0	America/Chicago	46.10913	-97.86816	398			ND	081	70740	
5060638	Niles	niles	US	44446	0	America/Chicago	48.28111	-99.3493	464			ND	005	43900	
5060647	Nolan	nolan	US	79537	0	America/Chicago	47.13804	-97.55731	356	Bedford,Nolan		ND	017	66460	
5060649	Nome	nome	US	58062	61	America/Chicago	46.67775	-97.81038	408	Nom,Ном		ND	003	57180	
5060663	Norman	norman	US	28367	0	America/Chicago	46.65885	-96.94342	278			ND	017	57620	
5060702	North River	north-river	US	12856	56	America/Chicago	46.9508	-96.80258	273			ND	017	58120	
5060723	Northwood	northwood	US	03261	927	America/Chicago	47.73415	-97.56675	340			ND	035	58300	
5060729	Nortonville	nortonville	US	42442	0	America/Chicago	46.55831	-98.73871	457			ND	045	42140	
5060730	Norway	norway	US	04268	0	America/Chicago	46.13886	-98.14566	412	Mahonay Spur,Nickols Crossing,Norway,Norway Spur		ND	021	14540	
5060756	Oakes	oakes	US	58474	1797	America/Chicago	46.13858	-98.09038	400	Oakes,Oakes City		ND	021	58740	
5060766	Oakwood	oakwood	US	24631	0	America/Chicago	48.42693	-97.29535	247			ND	099	58980	
5060769	Oberon	oberon	US	58357	104	America/Chicago	47.92305	-99.20402	477	Antelope,Barker,Oberon		ND	005	59020	
5060791	Olga	olga	US	98279	0	America/Chicago	48.79833	-98.03788	471	Olga,Saint Pierre		ND	019	74300	
5060808	Oriska	oriska	US	58063	125	America/Chicago	46.93053	-97.78899	387	Carlton,Fourth Siding,Oriska		ND	003	59660	
5060814	Orr	orr	US	55771	0	America/Chicago	48.09333	-97.67536	336			ND	035	00820	
5060819	Osnabrock	osnabrock	US	58269	122	America/Chicago	48.66889	-98.15122	494			ND	019	60100	
5060845	Page	page	US	25152	240	America/Chicago	47.15971	-97.5712	359			ND	017	60500	
5060860	Park River	park-river	US	58270	1375	America/Chicago	48.3986	-97.7412	303	Kensington,Park River		ND	099	60900	
5060876	Peak	peak	US	29122	0	America/Chicago	46.9322	-97.91316	427			ND	003	01780	
5060882	Pekin	pekin	US	47165	66	America/Chicago	47.79083	-98.32816	450	Pekin,Пекин		ND	063	61460	
5060887	Pembina	pembina	US	58271	565	America/Chicago	48.96638	-97.24368	239	PMB,Pembina,bymbyna,peng bi na,pmbna  dakwtay shmaly,Пембина,بيمبينا,پمبنا، داکوتای شمالی,彭比纳		ND	067	61580	
5060902	Penn	penn	US	15675	0	America/Chicago	48.22167	-99.08902	447	Lauren,Penn		ND	071	16340	
5060908	Perth	perth	US	58363	9	America/Chicago	48.71639	-99.45792	528			ND	095	61780	
5060916	Petersburg	petersburg	US	12138	180	America/Chicago	48.01111	-98.00149	467	Peterburg,Petersburg,Petersburgh,Петербург		ND	063	61860	
5060928	Pettibone	pettibone	US	58475	69	America/Chicago	47.11916	-99.51956	563			ND	043	62060	
5060946	Pillsbury	pillsbury	US	58065	12	America/Chicago	47.20693	-97.79066	390			ND	003	62540	
5060951	Pingree	pingree	US	58476	59	America/Chicago	47.16333	-98.90705	475			ND	093	62620	
5060965	Pisek	pisek	US	58273	102	America/Chicago	48.31083	-97.70925	301			ND	099	62780	
5060967	Pitcairn	pitcairn	US	15140	0	America/Chicago	46.42774	-96.84258	290			ND	077	00140	
5060980	Pleasant Lake	pleasant-lake	US	46779	0	America/Chicago	48.36139	-99.80208	488			ND	005	63200	
5060985	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	48.36944	-97.86454	364			ND	099	31060	
5061001	Poland	poland	US	04274	0	America/Chicago	48.19776	-97.21841	247			ND	099	83220	
5061011	Portland	portland	US	04101	592	America/Chicago	47.49832	-97.37037	300	Portlend,Портленд		ND	097	63900	
5061021	Powell	powell	US	37849	0	America/Chicago	47.9197	-97.17786	258			ND	035	09300	
5061022	Power	power	US	59468	0	America/Chicago	46.55552	-97.23815	316			ND	077	37140	
5061036	Preston	preston	US	06365	0	America/Chicago	47.3122	-97.2187	288			ND	097	33340	
5061046	Prosper	prosper	US	75078	0	America/Chicago	46.96303	-97.01981	275			ND	017	65620	
5061062	Ramsey	ramsey	US	07446	0	America/Chicago	48.15833	-99.08846	445			ND	071	61500	
5061089	Reeves	reeves	US	70658	0	America/Chicago	46.86304	-98.5826	427			ND	093	38620	
5061101	Revere	revere	US	02151	0	America/Chicago	47.35555	-98.32871	444	Helena,Revere		ND	039	37100	
5061104	Reynolds	reynolds	US	31076	300	America/Chicago	47.6722	-97.10675	277			ND	097	66260	
5061124	Riverside	riverside	US	02915	0	America/Chicago	46.88608	-96.90036	274	Riverside,West Fargo,West Fargo Industrial Park		ND	017	84780	
5061134	Robinson	robinson	US	15949	37	America/Chicago	47.14277	-99.78122	546			ND	043	67180	
5061136	Pittsburgh	pittsburgh	US	15201	0	America/Chicago	48.62943	-97.17813	244			ND	067	20380	
5061154	Rolette	rolette	US	58366	612	America/Chicago	48.66083	-99.84153	496			ND	079	67780	
5061159	Rolla	rolla	US	58367	1325	America/Chicago	48.85778	-99.61792	553		079	ND	079	67820	
5061186	Rogers	rogers	US	06263	45	America/Chicago	47.07276	-98.19954	435	Rodzhers,Роджерс		ND	003	67620	
5061198	Roseville	roseville	US	43777	0	America/Chicago	47.44026	-97.38898	308			ND	097	68500	
5061221	Rugby	rugby	US	37733	2846	America/Chicago	48.36889	-99.99625	472	Ragbi,la ge bi,ragby  dakwtay shmaly,rkby,Рагби,راگبی، داکوتای شمالی,ركبي,رگبی، شمالی ڈکوٹا,拉格比	069	ND	069	68860	
5061243	Rutland	rutland	US	01543	160	America/Chicago	46.05302	-97.50898	372	Ratlend,Ратленд		ND	081	69340	
5061278	Saint Benedict	saint-benedict	US	15773	0	America/Chicago	46.72441	-96.84147	277			ND	017	75340	
5061307	Saint Joe	saint-joe	US	46785	0	America/Chicago	48.51362	-98.92735	461			ND	071	43100	
5061310	Saint John	saint-john	US	46373	341	America/Chicago	48.94445	-99.71097	594			ND	079	69980	
5061363	Saint Michael	saint-michael	US	15951	0	America/Chicago	47.985	-98.87206	452			ND	005	53580	
5061401	Saint Thomas	saint-thomas	US	17252	331	America/Chicago	48.61916	-97.44647	256			ND	067	70260	
5061426	Sanborn	sanborn	US	14132	191	America/Chicago	46.94221	-98.22426	442			ND	003	70380	
5061441	Sarles	sarles	US	58372	27	America/Chicago	48.94584	-98.99596	483			ND	019	70780	
5061846	Sharon	sharon	US	02067	94	America/Chicago	47.59721	-97.89398	461	Sharon,Шарон		ND	091	71940	
5061850	Shawnee	shawnee	US	43782	0	America/Chicago	47.95527	-97.7512	375			ND	035	23700	
5061854	Sheldon	sheldon	US	05483	124	America/Chicago	46.5858	-97.4912	332	Jenksville,Sheldon	5061855	ND	073	5061855	
5061870	Sheyenne	sheyenne	US	58374	200	America/Chicago	47.82805	-99.12012	451	Gates,Sheyenne		ND	027	72580	
5061890	Sibley	sibley	US	39165	30	America/Chicago	47.21721	-97.96454	388	Sibley,Sibleys Trail Resort		ND	003	72820	
5061905	Silva	silva	US	63964	0	America/Chicago	48.16889	-99.91847	482			ND	069	23940	
5061948	Sonora	sonora	US	42776	0	America/Chicago	46.06663	-96.74146	300			ND	077	19380	
5061994	Spiritwood	spiritwood	US	58481	18	America/Chicago	46.9361	-98.49565	452			ND	093	74700	
5062025	Starkweather	starkweather	US	58377	117	America/Chicago	48.45195	-98.88374	456			ND	071	75580	
5062036	Steele	steele	US	35987	709	America/Chicago	46.85471	-99.91594	567	Fourteenth Siding,Steele	043	ND	043	75780	
5062058	Stirum	stirum	US	58069	0	America/Chicago	46.21024	-97.80649	413			ND	081	82340	
5062113	Sutton	sutton	US	01590	17	America/Chicago	47.40194	-98.43926	448			ND	039	48820	
5062123	Streeter	streeter	US	58483	170	America/Chicago	46.65526	-99.354	589			ND	093	76660	
5062132	Sweetwater	sweetwater	US	37874	0	America/Chicago	48.21584	-98.87123	453			ND	071	28580	
5062142	Sydney	sydney	US	33587	0	America/Chicago	46.73082	-98.76983	458			ND	093	77620	
5062145	Sykeston	sykeston	US	58486	115	America/Chicago	47.465	-99.39956	498			ND	103	77660	
5062152	Taft	taft	US	38488	0	America/Chicago	47.45637	-97.07009	276			ND	097	22820	
5062154	Tappen	tappen	US	58487	200	America/Chicago	46.87498	-99.6365	539	Tappen,Troy Farm Siding		ND	043	77980	
5062174	Thompson	thompson	US	06277	1005	America/Chicago	47.77359	-97.1098	266	Norton,Thompson		ND	035	78660	
5062188	Tilden	tilden	US	62292	0	America/Chicago	48.15583	-99.2468	448			ND	005	66820	
5062191	Tokio	tokio	US	58379	0	America/Chicago	47.92472	-98.81622	457			ND	005	87420	
5062194	Tolna	tolna	US	58380	156	America/Chicago	47.82722	-98.4401	445			ND	063	79180	
5062206	Tower City	tower-city	US	17980	258	America/Chicago	46.92275	-97.67399	357			ND	017	79340	
5062240	Tuttle	tuttle	US	58488	80	America/Chicago	47.1436	-99.99455	567			ND	043	80140	
5062255	Tyler	tyler	US	36785	0	America/Chicago	46.14913	-96.60535	296			ND	077	76940	
5062262	Union	union	US	03887	0	America/Chicago	48.55777	-97.94899	422			ND	019	54060	
5062285	Urbana	urbana	US	43078	0	America/Chicago	46.93443	-98.41176	449			ND	003	21820	
5062292	Valley City	valley-city	US	44280	6669	America/Chicago	46.92331	-98.00315	373	Fifth Siding,Vali Siti,Valley City,Wapheton,Worthington,faly syty,gu shi,wly syty  dakwtay shmaly,Вали Сити,فالي سيتي,ولی سیتی، داکوتای شمالی,ویلی سٹی، شمالی ڈکوٹا,谷市	003	ND	003	81180	
5062308	Vance	vance	US	29163	0	America/Chicago	47.03386	-97.21787	293			ND	017	01980	
5062322	Verona	verona	US	07044	86	America/Chicago	46.36386	-98.07232	423	Matson,Verona		ND	045	81900	
5062346	Voss	voss	US	76888	0	America/Chicago	48.29638	-97.45536	256			ND	099	83180	
5062355	Wahpeton	wahpeton	US	58074	7899	America/Chicago	46.26524	-96.60591	294	Chahinkapa,Richville,Vopitn,WAH,Wahpeton,wa pei dun,wahbtwn,wpytwn  dakwtay shmaly,Вопитн,واهبتون,واپیٹں، شمالی ڈکوٹا,وپیتون، داکوتای شمالی,瓦佩顿	077	ND	077	82660	
5062362	Walcott	walcott	US	52773	234	America/Chicago	46.54894	-96.93666	291			ND	077	82780	
5062365	Walden	walden	US	12586	0	America/Chicago	47.17471	-97.6901	355			ND	017	67260	
5062368	Wales	wales	US	01081	29	America/Chicago	48.89584	-98.60262	478	Rush Lake,Wales		ND	019	82940	
5062370	Walhalla	walhalla	US	29691	951	America/Chicago	48.92333	-97.91815	299	Hair Hill,Saint Joe,Saint Joseph,Valhalla,Valkhala,Walhalla,Xa Walhalla,Xã Walhalla,walhala,wlhla  dakwtay shmaly,wo er ha la,Валхала,والهالا,والہالا، شمالی ڈکوٹا,ولهلا، داکوتای شمالی,沃尔哈拉		ND	067	82980	
5062397	Warren	warren	US	01083	0	America/Chicago	46.72719	-97.01037	281	Leeches,Schaible,Warren		ND	017	83500	
5062400	Warsaw	warsaw	US	14569	0	America/Chicago	48.2961	-97.2548	247			ND	099	35740	
5062402	Warwick	warwick	US	01378	64	America/Chicago	47.855	-98.71011	449			ND	005	83580	
5062425	Weaver	weaver	US	36277	0	America/Chicago	48.59112	-98.72457	483			ND	019	04660	
5062431	Webster	webster	US	01570	0	America/Chicago	48.28223	-98.87624	447			ND	071	84180	
5062444	Wellsburg	wellsburg	US	14894	0	America/Chicago	47.83167	-99.76151	487			ND	103	28060	
5062458	West Fargo	west-fargo	US	58078	33597	America/Chicago	46.87497	-96.90036	273	Haggert,Sheyenne Stockyards,South West Fargo,Vest Fargo,West Fargo,u~esutofago,wst fargw  dakwtay shmaly,wyst farghw,xi fa ge,Вест Фарго,وست فارگو، داکوتای شمالی,ويست فارغو,ویسٹ فارگو، شمالی ڈکوٹا,ウェストファーゴ,西法戈		ND	017	84780	
5062490	Wheatland	wheatland	US	16161	68	America/Chicago	46.90747	-97.34537	301	Second Siding,Wheatland		ND	017	85220	
5062510	Whitman	whitman	US	02382	0	America/Chicago	48.15861	-98.11982	465			ND	063	70820	
5062542	Wimbledon	wimbledon	US	58492	213	America/Chicago	47.16971	-98.45982	454	Gibson,Wimbledon		ND	003	86620	
5062544	Windsor	windsor	US	01270	0	America/Chicago	46.89638	-99.04289	564			ND	093	86700	
5062552	Wishek	wishek	US	58495	988	America/Chicago	46.25692	-99.55706	619			ND	051	87020	
5062564	Wolford	wolford	US	24658	35	America/Chicago	48.49861	-99.70431	495			ND	069	87180	
5062583	Woodworth	woodworth	US	53194	49	America/Chicago	47.14249	-99.30317	619			ND	093	87580	
5062592	Wyndmere	wyndmere	US	58081	418	America/Chicago	46.26663	-97.13231	323	East Wyndmere,Wyndmere		ND	077	87740	
5062598	York	york	US	03909	23	America/Chicago	48.31278	-99.57347	491	Jork,Willsons Siding,York,Йорк		ND	005	87860	
5062606	Ypsilanti	ypsilanti	US	48197	104	America/Chicago	46.78193	-98.56315	424			ND	093	88060	
5062610	Zeeland	zeeland	US	49464	85	America/Chicago	45.96998	-99.83067	614			ND	051	88180	
5062659	Abbott	abbott	US	76621	0	America/Chicago	40.97473	-98.48146	579			NE	079	40080	
5062676	Abie	abie	US	68001	67	America/Chicago	41.33418	-96.94892	446			NE	023	28280	
5062694	Adams	adams	US	01220	596	America/Chicago	40.45944	-96.51002	382			NE	067	00275	
5062769	Ainsworth	ainsworth	US	52201	1626	America/Chicago	42.55	-99.86262	768	ANW,Ehjnsuort,Ehjnsvors,Ejnsvort,aynswrth,aynswwrt  nbraska,Ейнсворт,Ејнсворт,Эйнсворс,Эйнсуорт,أينسورث,اینسوورت، نبراسکا	017	NE	017	90007	
5062789	Akron	akron	US	14001	0	America/Chicago	41.7414	-98.24229	637			NE	011		
5062806	Albion	albion	US	02802	1589	America/Chicago	41.69084	-98.00367	540	Albion,albyan  nbraska,albywn,albywn  nybraska,Албион,آلبیون، نیبراسکا,ألبيون,البیان، نبراسکا	011	NE	011		
5062851	Alexandria	alexandria	US	16611	175	America/Chicago	40.24528	-97.38921	431	Aleksandrija,Александрия		NE	169		
5062881	Allen	allen	US	21810	364	America/Chicago	42.41639	-96.84532	466	Allen,Аллен		NE	051	46415	
5062898	Alma	alma	US	14708	1146	America/Chicago	40.09751	-99.36204	602		083	NE	083	00975	
5062920	Altona	altona	US	12910	0	America/Chicago	42.105	-96.99227	467			NE	179		
5062932	Amboy	amboy	US	46911	0	America/Chicago	40.09029	-98.43867	524			NE	181		
5062935	Amelia	amelia	US	45102	0	America/Chicago	42.23556	-98.91204	665			NE	089	53940	
5062951	Ames	ames	US	50010	24	America/Chicago	41.45222	-96.62447	374			NE	053	39275	
5062958	Amherst	amherst	US	01002	248	America/Chicago	40.7689	-99.26982	718	Amkherst,Амхерст		NE	019		
5063002	Anoka	anoka	US	55303	6	America/Chicago	42.94694	-98.83092	502			NE	015	07520	
5063006	Anselmo	anselmo	US	68813	143	America/Chicago	41.61861	-99.86512	794			NE	041	50685	
5063010	Ansley	ansley	US	68814	426	America/Chicago	41.28779	-99.38177	703			NE	041	01570	
5063097	Arapahoe	arapahoe	US	28510	1010	America/Chicago	40.30417	-99.9004	664	AHF,Arapahoe,Arrapahoe		NE	065		
5063131	Arcadia	arcadia	US	15712	303	America/Chicago	41.42334	-99.1262	659	Arcadia,Arkadija,Brownville,Аркадия		NE	175	01885	
5063143	Archer	archer	US	32618	81	America/Chicago	41.16529	-98.13589	531			NE	121	31955	
5065484	Ceresco	ceresco	US	49033	897	America/Chicago	41.05722	-96.64474	372			NE	155	41392	
5063172	Arlington	arlington	US	02474	1246	America/Chicago	41.4525	-96.35113	362	Arlington,Bell Creek,Арлингтон		NE	177	49131	
5063229	Ashland	ashland	US	01721	2558	America/Chicago	41.03916	-96.36835	332	Ashland,Ehshland,Eshland,Saline Ford,ashland,ashlnd  nbraska,Ешланд,Эшланд,أشلاند,اشلند، نبراسکا,ایشلنڈ، نیبراسکا		NE	155	02340	
5063242	Ashton	ashton	US	20861	191	America/Chicago	41.24807	-98.79425	621			NE	163		
5063269	Assumption	assumption	US	62510	0	America/Chicago	40.51001	-98.57229	603			NE	001	42390	
5063286	Atkinson	atkinson	US	03811	1241	America/Chicago	42.53139	-98.97815	642			NE	089	02585	
5063304	Atlanta	atlanta	US	14808	131	America/Chicago	40.36668	-99.47316	713	Atlanta,Атланта		NE	137		
5063318	Auburn	auburn	US	01501	3339	America/Chicago	40.39278	-95.83889	300	Auborn,Obern,abrn  nybraska,abwrn  nbraska,awbwrn,Ауборн,Оберн,آبرن، نیبراسکا,آبورن، نبراسکا,أوبورن	127	NE	127	90102	
5063342	Aurora	aurora	US	04408	4496	America/Chicago	40.86723	-98.00422	546	Avrora,Orora,arwra  nbraska,arwra  nybraska,awrwra,Аврора,Орора,آرورا، نبراسکا,أورورا,ارورا، نیبراسکا	081	NE	081		
5063369	Avery	avery	US	75554	0	America/Chicago	41.16361	-95.92251	318			NE	153		
5063375	Avoca	avoca	US	14809	241	America/Chicago	40.79611	-96.11751	360			NE	025		
5063384	Axtell	axtell	US	66403	736	America/Chicago	40.47835	-99.12676	678			NE	099	32375	
5063393	Ayr	ayr	US	58007	94	America/Chicago	40.43751	-98.44034	559			NE	001	02900	
5063410	Badger	badger	US	50516	0	America/Chicago	40.08833	-96.59558	367			NE	067	05682	
5063451	Bancroft	bancroft	US	25011	480	America/Chicago	42.01277	-96.57281	408	Bancroft,Toe Nuga Zingha		NE	039	03022	
5063494	Barneston	barneston	US	68309	114	America/Chicago	40.04834	-96.57697	366	Barneston,Barnston,Gage		NE	067	03110	
5063518	Bartlett	bartlett	US	03812	109	America/Chicago	41.88529	-98.5523	663	Bartlett,Бартлетт	183	NE	183		
5063540	Bassett	bassett	US	24055	557	America/Chicago	42.58583	-99.53789	710	Baset,Bassehtt,Basset,bast  nbraska,basyt,Басет,Бассет,Бассэтт,باست، نبراسکا,باسيت	149	NE	149		
5063564	Battle Creek	battle-creek	US	49014	1193	America/Chicago	41.99945	-97.59839	484			NE	119		
5063646	Beatrice	beatrice	US	36425	12388	America/Chicago	40.26806	-96.74697	392	BIE,Beatris,Biatris,Bitrajs,byatrys,bytrys  nbraska,Беатрис,Биатрис,Битрайс,بياتريس,بیئڑریس، نیبراسکا,بیتریس، نبراسکا	067	NE	067	03390	
5063678	Beaver City	beaver-city	US	68926	591	America/Chicago	40.13751	-99.82956	664	Beaver,Beaver City,Beavercreek	065	NE	065		
5063699	Beaver Crossing	beaver-crossing	US	68313	407	America/Chicago	40.77862	-97.28227	447			NE	159		
5063737	Bee	bee	US	24217	193	America/Chicago	41.0064	-97.05725	475			NE	159		
5063773	Belden	belden	US	38826	112	America/Chicago	42.41306	-97.20672	475			NE	027		
5063777	Belfast	belfast	US	04915	0	America/Chicago	41.63751	-98.61674	664			NE	077		
5063781	Belgrade	belgrade	US	04917	118	America/Chicago	41.47307	-98.06839	529			NE	125	48970	
5063788	Beemer	beemer	US	68716	671	America/Chicago	41.93	-96.8117	412	Beemer,Rock Creek,Rockcreek		NE	039	03670	
5063805	Bellevue	bellevue	US	41073	55510	America/Chicago	41.13667	-95.89084	315	Behllevju,Belv'ju,Belvju,bei er wei you,berubyu,blwyw  nbraska,blwyw  nybraska,bylyfyw,Белвью,Белвю,Белвју,Бэллевю,بلویو، نبراسکا,بلویو، نیبراسکا,بيليفيو,ベルビュー,贝尔维尤		NE	153		
5063832	Bellwood	bellwood	US	16617	411	America/Chicago	41.34279	-97.23837	440	Bells Woods,Bellwood,Bellwoods		NE	023	43860	
5063864	Belvidere	belvidere	US	07823	47	America/Chicago	40.25195	-97.55782	456	Bel'vedere,Бельведере		NE	169		
5063875	Benedict	benedict	US	20612	234	America/Chicago	41.00585	-97.60644	512			NE	185		
5063884	Bennet	bennet	US	68317	845	America/Chicago	40.68	-96.5064	389	Bennet,Bennett		NE	109		
5063890	Bennington	bennington	US	03442	1669	America/Chicago	41.36472	-96.1578	337			NE	055		
5063920	Belmont	belmont	US	02478	0	America/Chicago	40.84611	-96.70307	364			NE	109		
5063953	Bertha	bertha	US	56437	0	America/Chicago	41.88693	-96.34725	421			NE	021	45330	
5063957	Bertrand	bertrand	US	63823	738	America/Chicago	40.52667	-99.63372	768			NE	137		
5063968	Berwyn	berwyn	US	19312	82	America/Chicago	41.35112	-99.49955	725			NE	041	04685	
5063982	Bethany	bethany	US	06524	0	America/Chicago	40.8325	-96.63335	373	Bethany,Bethany Heights		NE	109		
5064180	Bismarck	bismarck	US	58501	0	America/Chicago	41.9	-96.86698	417	Bismarck,Bismark		NE	039	15010	
5064188	Bixby	bixby	US	65439	0	America/Chicago	40.65501	-97.78588	507	Bixby,Lyman		NE	059	19490	
5064215	Bladen	bladen	US	68928	227	America/Chicago	40.32224	-98.59479	605			NE	181		
5064219	Blaine	blaine	US	04734	0	America/Chicago	40.61168	-98.33367	578			NE	001	52155	
5064236	Blair	blair	US	25022	7975	America/Chicago	41.54444	-96.12502	326	Blehjr,Bler,blyr,blyr  nbraska,Блер,Блэйр,بلير,بلیر، نبراسکا	177	NE	177	05350	
5064284	Bloomfield	bloomfield	US	06002	977	America/Chicago	42.59889	-97.64562	518			NE	107	05455	
5064303	Bloomington	bloomington	US	12411	97	America/Chicago	40.09418	-99.03703	593	Blumington,Блумингтон		NE	061	14145	
5064311	Blue Hill	blue-hill	US	04614	889	America/Chicago	40.33251	-98.44867	602			NE	181		
5064334	Blue Springs	blue-springs	US	38828	322	America/Chicago	40.13945	-96.65919	378	Blue Spring,Blue Springs		NE	067	05682	
5064387	Boelus	boelus	US	68820	208	America/Chicago	41.0739	-98.71563	585	Boelus,Howard City		NE	093		
5064429	Boone	boone	US	28607	0	America/Chicago	41.6264	-97.91756	516			NE	011		
5064462	Bostwick	bostwick	US	30623	0	America/Chicago	40.04835	-98.18421	500			NE	129		
5064510	Boys Town	boys-town	US	68010	634	America/Chicago	41.26111	-96.13196	376			NE	055		
5064534	Bradshaw	bradshaw	US	24817	271	America/Chicago	40.8839	-97.747	524			NE	185		
5064544	Brainard	brainard	US	12024	322	America/Chicago	41.1839	-97.00392	510			NE	023	35280	
5064580	Brayton	brayton	US	50042	0	America/Chicago	41.46335	-98.47757	599			NE	077		
5064587	Brewster	brewster	US	02631	18	America/Chicago	41.93889	-99.86485	760	Brjuster,Брюстер	009	NE	009		
5064605	Briggs	briggs	US	78608	0	America/Chicago	41.35027	-96.00779	360			NE	055		
5064613	Bristow	bristow	US	20136	63	America/Chicago	42.84194	-98.58481	449			NE	015	06435	
5064621	Brock	brock	US	68320	108	America/Chicago	40.48	-95.95945	294			NE	127		
5064638	Broken Bow	broken-bow	US	68822	3551	America/Chicago	41.40195	-99.63928	755	BBW,Broken Bou,Broken-Bou,Broken-Bov,Brouken Bou,brwkn baw,brwwkn baw  nbraska,Брокен Боу,Брокен-Бов,Брокен-Боу,Броукен Боу,بروكن باو,برووکن باو، نبراسکا	041	NE	041	06610	
5064723	Brownville	brownville	US	04414	128	America/Chicago	40.39778	-95.65805	291			NE	127		
5064745	Bruning	bruning	US	68322	276	America/Chicago	40.33611	-97.56588	483			NE	169		
5064758	Bruno	bruno	US	25611	96	America/Chicago	41.2839	-96.95864	457	Brno,Bruno		NE	023	45540	
5064765	Brunswick	brunswick	US	04011	136	America/Chicago	42.33778	-97.97062	568	Braunshvejg,Брауншвейг		NE	003	15185	
5064803	Buckeye	buckeye	US	24924	0	America/Chicago	41.19056	-99.56844	741			NE	041	29365	
5064823	Buda	buda	US	61314	0	America/Chicago	40.71418	-98.99397	645			NE	019		
5064834	Buffalo	buffalo	US	14201	0	America/Chicago	40.98917	-99.83539	784			NE	047		
5064883	Burchard	burchard	US	68323	78	America/Chicago	40.1475	-96.35029	423			NE	133		
5064906	Burr	burr	US	68324	58	America/Chicago	40.53556	-96.30001	344			NE	131		
5064909	Burr Oak	burr-oak	US	49030	0	America/Chicago	41.12556	-99.55955	708			NE	041	29365	
5064932	Burton	burton	US	26562	10	America/Chicago	42.91167	-99.59178	653	Berton,Бертон		NE	103		
5064937	Burwell	burwell	US	68823	1211	America/Chicago	41.78167	-99.13315	663	BUB,Burwell,Webster's Town	071	NE	071	90422	
5064972	Butte	butte	US	58723	310	America/Chicago	42.91139	-98.84926	552		015	NE	015	07520	
5065026	Byron	byron	US	14422	82	America/Chicago	40.0039	-97.76893	509			NE	169		
5065036	Cairo	cairo	US	12413	807	America/Chicago	41.00112	-98.60757	595			NE	079	45785	
5065051	Callaway	callaway	US	20620	522	America/Chicago	41.29195	-99.92262	777			NE	041	12630	
5065116	Cameron	cameron	US	14819	0	America/Chicago	40.91724	-98.63535	594			NE	079	07800	
5065153	Campbell	campbell	US	14821	306	America/Chicago	40.29835	-98.73202	613	Kehmpbell,Кэмпбелл		NE	061	34790	
5065213	Carleton	carleton	US	48117	90	America/Chicago	40.30056	-97.67865	477			NE	169		
5065220	Carlisle	carlisle	US	01741	0	America/Chicago	40.35056	-97.76504	505	Carlisle,Walters		NE	059	06925	
5065244	Carroll	carroll	US	43112	222	America/Chicago	42.27611	-97.18922	475	Carroll,Manning		NE	179		
5065296	Cedar Bluffs	cedar-bluffs	US	68015	595	America/Chicago	41.39695	-96.61142	398			NE	155	34755	
5065316	Cedar Creek	cedar-creek	US	68016	397	America/Chicago	41.03667	-96.09946	311	Cedar Creek,Cedarcreek		NE	025		
5065353	Cedar Rapids	cedar-rapids	US	52401	368	America/Chicago	41.56001	-98.14451	538			NE	011		
5065392	Center	center	US	42214	93	America/Chicago	42.60945	-97.87673	425		107	NE	107	50055	
5065419	Centerville	centerville	US	02632	0	America/Chicago	40.65389	-96.74308	399			NE	109		
5065429	Central City	central-city	US	15926	2886	America/Chicago	41.11585	-98.00172	518	Central City (Nebraska),Sentral Siti,asntrl syty  nbraska,senteuleolsiti,syntrl syty,Сентрал Сити,اسنترل سیتی، نبراسکا,سينترل سيتي,센트럴시티	121	NE	121	08535	
5065502	Chambers	chambers	US	68725	265	America/Chicago	42.20501	-98.74898	646			NE	089	08710	
5065525	Chapman	chapman	US	36015	285	America/Chicago	41.02418	-98.15923	538			NE	121	08815	
5065552	Cheney	cheney	US	67025	0	America/Chicago	40.72556	-96.59613	435	Cheney,Cheneys		NE	109		
5065590	Chester	chester	US	01011	230	America/Chicago	40.01029	-97.61838	497	Chester,Честер		NE	169		
5065764	Clarks	clarks	US	68628	353	America/Chicago	41.21529	-97.83589	494			NE	121	09235	
5065769	Clarkson	clarkson	US	14430	633	America/Chicago	41.72667	-97.12226	456			NE	037		
5065794	Clatonia	clatonia	US	68328	227	America/Chicago	40.46528	-96.84975	420	Clatonia,Claytonia		NE	067	09305	
5065817	Clay Center	clay-center	US	43408	730	America/Chicago	40.52168	-98.05533	544		035	NE	035	09375	
5065862	Clearwater	clearwater	US	29822	404	America/Chicago	42.17001	-98.1884	547	Antelope,Clearwater		NE	003	09480	
5065902	Closter	closter	US	07624	0	America/Chicago	41.88695	-97.88923	561			NE	011		
5065915	Clyde	clyde	US	14433	0	America/Chicago	40.41334	-99.41816	723			NE	137		
5065942	Coleridge	coleridge	US	68727	454	America/Chicago	42.50611	-97.20366	475	Coleridge,Cooleridge		NE	027		
5065984	Colon	colon	US	49040	109	America/Chicago	41.2975	-96.60586	379			NE	155	08430	
5066001	Columbus	columbus	US	08022	22797	America/Chicago	41.42973	-97.36838	441	Kolambus,Kolumbus,OLU,klmbws  nbraska,kolleombeoseu,kwlmbs  nybraska,kwlmbws,Коламбус,Колумбус,كولمبوس,کلمبوس، نبراسکا,کولمبس، نیبراسکا,콜럼버스	141	NE	141	10110	
5066087	Concord	concord	US	01742	160	America/Chicago	42.38361	-96.98838	444	Konkord,Конкорд		NE	051	10285	
5066141	Cook	cook	US	55723	316	America/Chicago	40.50972	-96.16362	321			NE	097		
5066184	Cordova	cordova	US	21625	137	America/Chicago	40.71723	-97.3531	478	Cordova,Hunkins		NE	159		
5066243	Cortland	cortland	US	13045	475	America/Chicago	40.50556	-96.70586	440	Cortland,Galesburg		NE	067	22395	
5066355	Cozad	cozad	US	69130	3863	America/Chicago	40.85973	-99.98734	759			NE	047	90598	
5066375	Crab Orchard	crab-orchard	US	25827	37	America/Chicago	40.335	-96.42168	392			NE	097		
5066380	Craig	craig	US	64437	191	America/Chicago	41.78555	-96.36391	390			NE	021	11125	
5066394	Creighton	creighton	US	15030	1120	America/Chicago	42.46667	-97.90618	500			NE	107	11230	
5066424	Creston	creston	US	26141	203	America/Chicago	41.70668	-97.36254	495			NE	141	11335	
5066435	Crete	crete	US	60417	7037	America/Chicago	40.62778	-96.96142	412	Blue River City,Crete,Grit,Krit,kryt,kryt  nbraska,Грит,Крит,كريت,کریت، نبراسکا		NE	151	90608	
5066462	Crofton	crofton	US	21114	691	America/Chicago	42.72889	-97.49562	433	Kroftona,Крофтона		NE	107	11440	
5066504	Crowell	crowell	US	79227	0	America/Chicago	41.72806	-96.70781	387			NE	053	38645	
5066566	Cullom	cullom	US	60929	0	America/Chicago	41.05583	-96.02362	302			NE	025		
5066596	Cushing	cushing	US	04563	32	America/Chicago	41.29724	-98.3684	548			NE	093		
5066599	Cushman	cushman	US	72526	0	America/Chicago	40.80834	-96.77974	357			NE	109		
5066637	Dakota City	dakota-city	US	50529	1906	America/Chicago	42.41555	-96.41836	336		043	NE	043	90642	
5066666	Dannebrog	dannebrog	US	68831	302	America/Chicago	41.11835	-98.5459	565			NE	093		
5066686	Davenport	davenport	US	13750	291	America/Chicago	40.31278	-97.81199	504	Dehvenport,Дэвенпорт		NE	169		
5066696	Davey	davey	US	68336	154	America/Chicago	40.9875	-96.66612	382			NE	109		
5066700	David City	david-city	US	68632	2836	America/Chicago	41.25279	-97.13004	492	David City,Davids City	023	NE	023	12315	
5066738	Dawson	dawson	US	15428	142	America/Chicago	40.13111	-95.83055	297	Dawson,Noraville		NE	147		
5066766	Daykin	daykin	US	68338	162	America/Chicago	40.32222	-97.29865	467			NE	095		
5066770	De Soto	de-soto	US	31743	0	America/Chicago	41.49861	-96.05751	307			NE	177	49126	
5066773	De Witt	de-witt	US	52742	504	America/Chicago	40.39361	-96.92281	393	De Witt,DeWitt,Dennison		NE	151		
5066806	Decatur	decatur	US	30030	468	America/Chicago	42.00749	-96.24974	326	Dekejter,Декейтер		NE	021	12560	
5066874	Denton	denton	US	21629	201	America/Chicago	40.73778	-96.84447	380			NE	109		
5066951	Deshler	deshler	US	43516	750	America/Chicago	40.14084	-97.72282	477			NE	169		
5066958	Deweese	deweese	US	68934	65	America/Chicago	40.35473	-98.13866	515			NE	035	16480	
5066989	Diller	diller	US	68342	259	America/Chicago	40.10945	-96.93503	413			NE	095		
5067017	Dixon	dixon	US	42409	84	America/Chicago	42.41611	-96.99727	439			NE	051	10285	
5067037	Dodge	dodge	US	54625	597	America/Chicago	41.72111	-96.88281	427			NE	053	51910	
5067077	Doniphan	doniphan	US	63935	847	America/Chicago	40.77196	-98.36951	592			NE	079	13400	
5067086	Dorchester	dorchester	US	02121	576	America/Chicago	40.64723	-97.11337	452	De Witt,Dorchester		NE	151		
5067106	Dorsey	dorsey	US	62021	0	America/Chicago	42.68167	-98.34452	536	Dorsey,Mineral		NE	089	46975	
5067112	Douglas	douglas	US	01516	173	America/Chicago	40.59556	-96.38751	386	Douglas,Hendricks		NE	131		
5067206	Du Bois	du-bois	US	15801	141	America/Chicago	40.03472	-96.04834	325	Du Bois,Dubois		NE	133		
5067232	Dunbar	dunbar	US	15431	189	America/Chicago	40.66806	-96.03001	324	Dennison,Dunbar,Wilson		NE	131		
5067237	Duncan	duncan	US	29334	368	America/Chicago	41.38946	-97.49477	456	Duncan,Dunkan,Jackson,Дункан		NE	141	07450	
5067250	Durant	durant	US	33530	0	America/Chicago	41.09224	-97.66394	515			NE	143		
5067258	Dustin	dustin	US	74839	0	America/Chicago	42.82694	-99.0701	586			NE	089	14030	
5067272	Dwight	dwight	US	60420	197	America/Chicago	41.08362	-97.02003	495			NE	023	41250	
5067278	Dyer	dyer	US	38330	0	America/Chicago	42.80334	-99.49845	707			NE	149		
5067285	Eagle	eagle	US	48822	1047	America/Chicago	40.81667	-96.43029	412			NE	025		
5067423	Eddyville	eddyville	US	42038	95	America/Chicago	41.0114	-99.62428	746			NE	047		
5067433	Edgar	edgar	US	54426	481	America/Chicago	40.37223	-97.97143	525	Eden,Edgar		NE	035	14485	
5067450	Edison	edison	US	08817	131	America/Chicago	40.27723	-99.77706	644	Ehdison,Эдисон		NE	065		
5067486	Elba	elba	US	14058	215	America/Chicago	41.28557	-98.56785	567			NE	093		
5067493	Elberon	elberon	US	23846	0	America/Chicago	40.645	-95.93834	363			NE	131		
5067499	Eldorado	eldorado	US	45321	0	America/Chicago	40.68418	-97.99561	540			NE	035	14660	
5067505	Elgin	elgin	US	16413	632	America/Chicago	41.98334	-98.08368	587			NE	003	28525	
5067518	Elk City	elk-city	US	67344	0	America/Chicago	41.37166	-96.2678	398	Elk,Elk City,Elkhorn City		NE	055		
5067525	Elk Creek	elk-creek	US	24326	97	America/Chicago	40.28611	-96.12945	328			NE	097		
5067545	Elkhorn	elkhorn	US	24831	8251	America/Chicago	41.28639	-96.23447	370			NE	055	92237	
5067581	Ellis	ellis	US	67637	0	America/Chicago	40.21833	-96.87586	436			NE	067	27260	
5067588	Elm Creek	elm-creek	US	68836	958	America/Chicago	40.71945	-99.37204	691			NE	019		
5067620	Elmwood	elmwood	US	02337	639	America/Chicago	40.84167	-96.29362	393			NE	025		
5067646	Elwood	elwood	US	08217	682	America/Chicago	40.59028	-99.86095	813		073	NE	073		
5067662	Elyria	elyria	US	44035	50	America/Chicago	41.68084	-99.0062	641			NE	175	15640	
5067677	Emerson	emerson	US	07630	818	America/Chicago	42.27861	-96.7267	455			NE	051	15745	
5067711	Emmet	emmet	US	68734	47	America/Chicago	42.47556	-98.8062	618	Emmet,Emmett		NE	089	15850	
5067719	Endicott	endicott	US	13760	128	America/Chicago	40.08334	-97.09837	410			NE	095		
5067733	Enola	enola	US	17025	0	America/Chicago	41.90389	-97.46283	517			NE	119		
5067747	Ericson	ericson	US	68637	87	America/Chicago	41.78001	-98.6773	618			NE	183		
5067847	Ewing	ewing	US	24248	377	America/Chicago	42.25778	-98.34647	567	Juing,Юинг		NE	089	16305	
5067861	Exeter	exeter	US	02822	538	America/Chicago	40.64417	-97.45033	491			NE	059	16395	
5067896	Fairbury	fairbury	US	61739	3751	America/Chicago	40.13722	-97.18059	404	FBY,Fehjrbjuri,Ferberi,fayrbwry,fayrbwry  nbraska,fyyrbwry  nybraska,Фербери,Фэйрбюри,فايربوري,فایربوری، نبراسکا,فیئربوری، نیبراسکا	095	NE	095	90938	
5067918	Fairfield	fairfield	US	04937	373	America/Chicago	40.43168	-98.10588	542	Fairfield,Feurfild,Frankfort,White Elm,Феърфилд		NE	035	16480	
5067932	Fairmont	fairmont	US	26554	538	America/Chicago	40.63695	-97.58533	500			NE	059	16395	
5068052	Falls City	falls-city	US	68355	4198	America/Chicago	40.06084	-95.60193	308	Folls Siti,Fols Siti,flz syty  nbraska,fwls syty,pholsa siti,Фоллс Сити,Фолс Сити,فلز سیتی، نبراسکا,فولس سيتي,फॉल्स सिटी	147	NE	147		
5068173	Farwell	farwell	US	48622	121	America/Chicago	41.21557	-98.62813	609	Fardale,Farwell,Posen		NE	093		
5068215	Filley	filley	US	68357	130	America/Chicago	40.28611	-96.5353	428			NE	067	16865	
5068442	Firth	firth	US	68358	586	America/Chicago	40.5325	-96.60613	404			NE	109		
5068530	Fontanelle	fontanelle	US	50846	54	America/Chicago	41.53861	-96.42808	410			NE	177	49130	
5068548	Fordyce	fordyce	US	68736	135	America/Chicago	42.69861	-97.36228	418			NE	027		
5068570	Fort Calhoun	fort-calhoun	US	68023	917	America/Chicago	41.45583	-96.0264	335	Calhoun,Fort Calhoun,Fort Kalkhoun,Fort Kalkhun,frt klhwn  nbraska,fwrt tshahwn,Форт Калхоун,Форт Калхун,فرت کلهون، نبراسکا,فورت تشاهون,فورٹ کالہون، نیبراسکا		NE	177	49125	
5068599	Foster	foster	US	02825	50	America/Chicago	42.27389	-97.66451	500			NE	139		
5068640	Franklin	franklin	US	02038	920	America/Chicago	40.09612	-98.95258	568	Franklin,franklyn,frnklyn  nbraska,frynkln  nybraska,Франклин,فرانكلين,فرنکلین، نبراسکا,فرینکلن، نیبراسکا	061	NE	061	17530	
5068725	Fremont	fremont	US	03044	26474	America/Chicago	41.43333	-96.49808	365	FET,Frehmont,Frimont,frymant  nbraska,frymwnt,fu li meng te,Фримонт,Фрэмонт,Фрімонт,فريمونت,فریمانت، نبراسکا,فریمونٹ، نیبراسکا,弗里蒙特	053	NE	053	17670	
5068780	Friend	friend	US	68359	1013	America/Chicago	40.65362	-97.28616	475			NE	151	91033	
5068818	Fullerton	fullerton	US	58441	1266	America/Chicago	41.36335	-97.96923	502	Fullerton,Фуллертон	125	NE	125	17810	
5068831	Funk	funk	US	68940	194	America/Chicago	40.46251	-99.24926	685			NE	137		
5068879	Gardiner	gardiner	US	04345	0	America/Chicago	41.35751	-97.56477	460			NE	141	07450	
5068908	Garland	garland	US	04939	220	America/Chicago	40.94473	-96.98558	480	Girljanda,Гирлянда		NE	159		
5068915	Garrison	garrison	US	10524	52	America/Chicago	41.17723	-97.16726	488			NE	023	49600	
5068926	Gates	gates	US	27937	0	America/Chicago	41.64028	-99.63595	745			NE	041	27120	
5068953	Geneva	geneva	US	14456	2131	America/Chicago	40.52695	-97.59588	501	Dzeniva,Zheneva,jnyfa,jnywa  nbraska,Џенива,Женева,جنيفا,جنیوا، نبراسکا	059	NE	059	18440	
5068966	Genoa	genoa	US	13071	958	America/Chicago	41.44862	-97.73061	483			NE	125	18475	
5069015	Gibbon	gibbon	US	55335	1879	America/Chicago	40.74835	-98.8448	628			NE	019		
5069046	Gilead	gilead	US	68362	39	America/Chicago	40.14639	-97.4131	469			NE	169		
5069060	Gilmore	gilmore	US	72339	0	America/Chicago	41.14444	-95.9514	302			NE	153		
5069068	Giltner	giltner	US	68841	344	America/Chicago	40.7739	-98.15367	559	Bromfield,Giltner		NE	081		
5069080	Gladstone	gladstone	US	07934	0	America/Chicago	40.15972	-97.30809	470			NE	095		
5069112	Glenrock	glenrock	US	82637	0	America/Chicago	40.44361	-95.89111	291	Glen Rock,Glenrock		NE	127		
5069116	Glenvil	glenvil	US	68941	298	America/Chicago	40.50418	-98.25311	561	Dogtown,Georgetown,Glenvil,Glenville		NE	035	19105	
5069137	Goehner	goehner	US	68364	156	America/Chicago	40.83223	-97.22115	470			NE	159		
5069197	Goodwin	goodwin	US	57238	0	America/Chicago	42.45527	-96.65531	358			NE	043		
5069287	Grafton	grafton	US	01519	120	America/Chicago	40.62806	-97.71394	515			NE	059	19490	
5069297	Grand Island	grand-island	US	14072	51440	America/Chicago	40.92501	-98.34201	567	GRI,Grand Ajland,Grand-Ajlend,Grandis Insula,ge lan de ai lan,geulaendeuaillaendeu,ghrand aysland,gramda ayalanda,grnd aylnd  nbraska,gurandoairando,Гранд Айланд,Гранд Ајланд,Гранд-Айленд,Ґранд-Айленд,غراند إيسلاند,گرند آیلند، نبراسکا,گرینڈ آئلینڈ، نیبراسکا,ग्रँड आयलंड,グランドアイランド,格蘭德艾蘭,그랜드아일랜드	079	NE	079	19595	
5069395	Greeley	greeley	US	18425	549	America/Chicago	41.54862	-98.53118	616	Greeley,Greeley Center	077	NE	077		
5069429	Greenwood	greenwood	US	04255	571	America/Chicago	40.96278	-96.44112	344			NE	025		
5069472	Gresham	gresham	US	29546	223	America/Chicago	41.02835	-97.40227	493	Gresham,Poston		NE	185		
5069480	Gretna	gretna	US	24557	5046	America/Chicago	41.14083	-96.23974	387	Grehtna,Gretna,ghrytna,grtna  nbraska,Гретна,Грэтна,غريتنا,گرتنا، نبراسکا		NE	153		
5069519	Grover	grover	US	17735	0	America/Chicago	40.77973	-97.03781	431	East Milford,Grover		NE	159		
5069535	Guide Rock	guide-rock	US	68942	209	America/Chicago	40.07474	-98.33061	508			NE	181		
5069564	Hadar	hadar	US	68738	301	America/Chicago	42.105	-97.44922	473			NE	139		
5069593	Hallam	hallam	US	68368	229	America/Chicago	40.53778	-96.78725	453	Hallam,Hollam		NE	109		
5069620	Hampton	hampton	US	03842	432	America/Chicago	40.8789	-97.88589	537	Khehmpton,Хэмптон		NE	081		
5069642	Hansen	hansen	US	83334	0	America/Chicago	40.6964	-98.37034	593			NE	001	52155	
5069686	Hardy	hardy	US	24101	154	America/Chicago	40.0089	-97.92699	474			NE	129		
5069753	Hartington	hartington	US	68739	1506	America/Chicago	42.6225	-97.2645	428	Kharington,Khartington,hartynghtwn,hartyngtwn,Харингтон,Хартингтон,هارتينغتون,هارتینگتون	027	NE	027	91329	
5069773	Harvard	harvard	US	01451	982	America/Chicago	40.6189	-98.09727	549			NE	035	21380	
5069802	Hastings	hastings	US	13076	24924	America/Chicago	40.58612	-98.38839	587	Gastings,HSI,Khastings,Khejstings,hastynghs,hei si ting si,heisutinguzu,hystyngz  nbraska,Гастінгс,Хастингс,Хейстингс,Хејстингс,هاستينغس,هیستینگز، نبراسکا,ہیسٹنگز، نیبراسکا,ヘイスティングズ,黑斯廷斯	001	NE	001	21415	
5069853	Havelock	havelock	US	28532	0	America/Chicago	40.85028	-96.63418	357	Havelock,Newton		NE	109		
5069874	Hazard	hazard	US	41701	69	America/Chicago	41.09057	-99.07926	642			NE	163		
5069919	Heartwell	heartwell	US	68945	71	America/Chicago	40.57057	-98.78785	638	Hartwell,Heartwell		NE	099	14345	
5069926	Heber	heber	US	85928	0	America/Chicago	41.11113	-97.97506	515			NE	121	08535	
5069928	Hebron	hebron	US	03241	1543	America/Chicago	40.16639	-97.58588	448		169	NE	169	91357	
5069971	Henderson	henderson	US	13650	997	America/Chicago	40.77973	-97.81227	524	Khenderson,Хендерсон		NE	185		
5069988	Hendley	hendley	US	68946	24	America/Chicago	40.13028	-99.96985	681	Hendley,Hendly		NE	065		
5070025	Herman	herman	US	16039	265	America/Chicago	41.67332	-96.21502	317			NE	177	49129	
5070048	Hickman	hickman	US	38567	2079	America/Chicago	40.62	-96.62918	386			NE	109		
5070125	Hildreth	hildreth	US	68947	346	America/Chicago	40.33723	-99.0437	663			NE	061	43335	
5070216	Holdrege	holdrege	US	68949	5561	America/Chicago	40.44029	-99.36982	710	HDE,Holdredge,Holdrege,Kholdridzh,huo er de li qi,hwldrg  nbraska,hwldryj,Холдридж,هولدريج,هولدرگ، نبراسکا,霍爾德里奇	137	NE	137		
5070229	Holland	holland	US	01521	0	America/Chicago	40.59639	-96.59168	415			NE	109		
5070255	Holmesville	holmesville	US	44633	51	America/Chicago	40.20083	-96.6578	385			NE	067	42040	
5070264	Holstein	holstein	US	51025	230	America/Chicago	40.46529	-98.65201	612			NE	001	10810	
5070327	Homer	homer	US	13077	541	America/Chicago	42.32166	-96.48948	338			NE	043		
5070352	Hooper	hooper	US	68031	829	America/Chicago	41.61055	-96.54808	375			NE	053	23060	
5070391	Horace	horace	US	58047	0	America/Chicago	41.54307	-98.67341	628			NE	077		
5070396	Hordville	hordville	US	68846	144	America/Chicago	41.07557	-97.88533	540			NE	081		
5070421	Hoskins	hoskins	US	68740	286	America/Chicago	42.11223	-97.30616	510			NE	179		
5070437	Houston	houston	US	15342	0	America/Chicago	40.91585	-97.54005	501			NE	185		
5070455	Howe	howe	US	46746	0	America/Chicago	40.32195	-95.81916	311			NE	127		
5070461	Howells	howells	US	10932	554	America/Chicago	41.72501	-97.00281	445			NE	037		
5070482	Hubbard	hubbard	US	44425	235	America/Chicago	42.38666	-96.58948	353			NE	043		
5070490	Hubbell	hubbell	US	49934	67	America/Chicago	40.00917	-97.49754	448			NE	169		
5070522	Humboldt	humboldt	US	38343	850	America/Chicago	40.16389	-95.945	312	HBO,Humboldt		NE	147	91483	
5070540	Humphrey	humphrey	US	68642	792	America/Chicago	41.69168	-97.48449	509			NE	141	23515	
5070561	Huntley	huntley	US	56047	44	America/Chicago	40.21001	-99.29232	653			NE	083	49390	
5070667	Inavale	inavale	US	68952	117	America/Chicago	40.0914	-98.64951	529			NE	181		
5070768	Inez	inez	US	41224	0	America/Chicago	42.29111	-99.00149	677			NE	089	16620	
5070770	Ingleside	ingleside	US	21644	0	America/Chicago	40.58001	-98.44423	590			NE	001	12805	
5070771	Inglewood	inglewood	US	90301	322	America/Chicago	41.41639	-96.50141	364			NE	053	39275	
5070772	Inland	inland	US	68954	62	America/Chicago	40.59696	-98.22255	565			NE	035	24040	
5070780	Inman	inman	US	29349	128	America/Chicago	42.38195	-98.52814	587			NE	089	24110	
5070877	Irvington	irvington	US	07111	0	America/Chicago	41.32111	-96.05474	341	Irvington,Pappio		NE	055		
5070896	Ithaca	ithaca	US	14850	151	America/Chicago	41.16278	-96.53974	358	Itak,Итак		NE	155	51000	
5070914	Jackson	jackson	US	03846	217	America/Chicago	42.44861	-96.56476	340	Dzhekson,Джексон		NE	043		
5070935	Jamaica	jamaica	US	05343	0	America/Chicago	40.69889	-96.68974	368			NE	109		
5070943	Jamison	jamison	US	18929	0	America/Chicago	42.99778	-99.30788	680			NE	103		
5070951	Jansen	jansen	US	68377	114	America/Chicago	40.18528	-97.08364	445			NE	095		
5071069	Johnson	johnson	US	05656	328	America/Chicago	40.41083	-95.99806	378			NE	127		
5071155	Julian	julian	US	16844	57	America/Chicago	40.52278	-95.86778	312			NE	127		
5071165	Juniata	juniata	US	68955	820	America/Chicago	40.59001	-98.50618	598			NE	001	24985	
5071303	Kalamazoo	kalamazoo	US	49001	0	America/Chicago	41.82917	-97.64033	525			NE	119		
5071348	Kearney	kearney	US	64060	33021	America/Chicago	40.69946	-99.08148	656	EAR,Karni,Kerni,Kirnehj,ka ni,kani,karni,karny  nbraska,kyarny,kyryny  nybraska,Карни,Карні,Керни,Кирнэй,كيارني,کارنی، نبراسکا,کیرینی، نیبراسکا,कार्नी,カーニー,卡尼,카니	019	NE	019		
5071421	Kenesaw	kenesaw	US	68956	949	America/Chicago	40.62113	-98.65757	625			NE	001	25195	
5071430	Kennard	kennard	US	47351	359	America/Chicago	41.47305	-96.20335	350			NE	177	49126	
5071441	Keene	keene	US	03431	0	America/Chicago	40.42529	-99.06592	674	Keen,Keene		NE	099	37070	
5071584	Knoxville	knoxville	US	16928	0	America/Chicago	42.66861	-98.29647	515			NE	107	51525	
5071618	Krakow	krakow	US	54137	0	America/Chicago	41.39474	-97.75255	482	Karkaw,Krako,Krakow		NE	125	40185	
5071619	Kramer	kramer	US	58748	0	America/Chicago	40.58834	-96.8753	418			NE	109		
5071665	La Vista	la-vista	US	68128	16921	America/Chicago	41.18389	-96.03113	338	La Vista,La-Vista,la fysta,la wysta  nbraska,Ла Виста,Ла-Виста,Ла-Віста,لا فيستا,لا ویستا، نبراسکا,لا ویسٹا، نیبراسکا		NE	153		
5071797	Laurel	laurel	US	11948	935	America/Chicago	42.42944	-97.08977	450			NE	027		
5071817	Lawrence	lawrence	US	01840	295	America/Chicago	40.29196	-98.26005	572	Lourens,Лоуренс		NE	129		
5071854	Leigh	leigh	US	68643	403	America/Chicago	41.70529	-97.2381	489			NE	037		
5071928	Lewiston	lewiston	US	04240	64	America/Chicago	40.24333	-96.40363	446	L'juiston,Льюистон		NE	133		
5071934	Lexington	lexington	US	02420	10075	America/Chicago	40.78084	-99.7415	729	LXN,Leksington,lksyngtn  nbraska,lyksnghtwn,Лексингтон,Лексінгтон,ليكسنغتون,لکسینگتن، نبراسکا,لیکسنگٹن، نیبراسکا	047	NE	047	91728	
5071958	Liberty	liberty	US	04949	75	America/Chicago	40.08472	-96.4828	397			NE	067	27015	
5071991	Lillian	lillian	US	36549	0	America/Chicago	41.58973	-99.64428	774			NE	041	27120	
5072006	Lincoln	lincoln	US	01773	277348	America/Chicago	40.8	-96.66696	367	LNK,Lin'koln,Lincoln,Lincolnia,Linkal'n,Linkol'n,Linkoln,Linkolna,Linkolnas,Linkolns,Linkuln,lin ken,ling khxln,lingkeon,linkan,linkana,lnkn,lnkn  nybraska,lynkln  nbraska,lynqwln,rinkan,Λίνκολν,Линколн,Линкольн,Линкълн,Лінкальн,Лінкольн,Լինքոլն,לינקולן,لنكن,لنکن,لنکن، نیبراسکا,لینکلن، نبراسکا,लिंकन,लिङ्कन,லிங்கன்,ลิงคอล์น,ლინკოლნი,リンカーン,林肯,링컨	NE	NE	109		
5072091	Lindsay	lindsay	US	59339	255	America/Chicago	41.70001	-97.69394	515			NE	141	42950	
5072104	Linwood	linwood	US	01525	85	America/Chicago	41.41223	-96.93142	408			NE	023	39240	
5072126	Litchfield	litchfield	US	03052	258	America/Chicago	41.15751	-99.15565	660			NE	163		
5072198	Lockwood	lockwood	US	14859	0	America/Chicago	40.97001	-98.2445	550			NE	121	50720	
5072201	Lodi	lodi	US	07644	0	America/Chicago	41.21556	-99.8529	808			NE	041	53625	
5072249	Loma	loma	US	59460	0	America/Chicago	41.12806	-96.94197	499	Loma,Spur		NE	023	41250	
5072296	Long Pine	long-pine	US	69217	285	America/Chicago	42.53639	-99.70068	732			NE	017		
5072321	Loomis	loomis	US	68958	390	America/Chicago	40.47834	-99.50705	739			NE	137		
5072333	Loretto	loretto	US	15940	42	America/Chicago	41.76473	-98.08062	561	Loran,Loretto		NE	011		
5072336	Lorton	lorton	US	22079	41	America/Chicago	40.59556	-96.02445	314	Cio,Delta,Lorton,Lorton Village		NE	131		
5072362	Louisville	louisville	US	30434	1174	America/Chicago	40.99778	-96.16224	324	Luisvil,Луисвил		NE	025		
5072374	Loup City	loup-city	US	68853	1012	America/Chicago	41.27557	-98.96675	632		163	NE	163		
5072419	Lowell	lowell	US	01850	0	America/Chicago	40.64751	-98.8473	629			NE	099	29610	
5072483	Lynch	lynch	US	40855	230	America/Chicago	42.83028	-98.46619	427			NE	015	29785	
5072499	Lyons	lyons	US	07939	815	America/Chicago	41.93749	-96.47725	394			NE	021	16200	
5072523	Macon	macon	US	27551	0	America/Chicago	40.20501	-98.95258	643			NE	061	30135	
5072528	Macy	macy	US	46951	1023	America/Chicago	42.11305	-96.35642	341			NE	173	05122	
5072532	Madison	madison	US	03849	2371	America/Chicago	41.82834	-97.45505	483	Madison,Mdison,Medison,Mehdison,madyswn,mdyswn  nbraska,Мадисон,Мдисон,Медисон,Медісон,Мэдисон,ماديسون,مدیسون، نبراسکا,میڈیسون، نیبراسکا	119	NE	119	91902	
5072558	Magnet	magnet	US	68749	55	America/Chicago	42.455	-97.47006	557			NE	027		
5072585	Malcolm	malcolm	US	36556	401	America/Chicago	40.90667	-96.8628	396			NE	109		
5072596	Malmo	malmo	US	68040	118	America/Chicago	41.26612	-96.72225	383			NE	155	30695	
5072608	Manley	manley	US	68403	163	America/Chicago	40.91972	-96.16585	390			NE	025		
5072679	Marquette	marquette	US	49855	232	America/Chicago	41.00307	-98.0095	554	Markett,Маркетт		NE	081		
5072690	Martell	martell	US	68404	0	America/Chicago	40.6375	-96.75863	405	Martel,Martell		NE	109		
5072708	Martinsburg	martinsburg	US	13404	90	America/Chicago	42.50833	-96.83087	382	Galena,Martinsburg		NE	051	17915	
5072723	Mascot	mascot	US	23108	0	America/Chicago	40.26445	-99.54622	650			NE	083	46555	
5072728	Maskell	maskell	US	68751	73	America/Chicago	42.69	-96.98254	385			NE	051	22955	
5072737	Mason City	mason-city	US	50401	168	America/Chicago	41.22306	-99.30038	689	Mejson-Siti,Мейсон-Сити		NE	041	00835	
5072823	McLean	mclean	US	68747	36	America/Chicago	42.38556	-97.46867	563	Maklin,Маклин		NE	139		
5072838	Mead	mead	US	68041	557	America/Chicago	41.22778	-96.4878	369	Alvin,Marietta,Mead,Saunders		NE	155	30590	
5072848	Meadow	meadow	US	57644	0	America/Chicago	41.01611	-96.15668	310			NE	153		
5072850	Meadow Grove	meadow-grove	US	68752	300	America/Chicago	42.02889	-97.73395	497			NE	119		
5072872	Meadville	meadville	US	16335	0	America/Chicago	42.75889	-99.84901	626			NE	103		
5072924	Memphis	memphis	US	13112	115	America/Chicago	41.095	-96.4314	341	Memfis,Мемфис		NE	155	09410	
5072947	Mercer	mercer	US	16137	0	America/Chicago	41.37444	-96.42586	357			NE	055		
5072968	Merna	merna	US	61758	362	America/Chicago	41.48389	-99.76012	812			NE	041	25370	
5073054	Midland	midland	US	15059	0	America/Chicago	42.46723	-97.70062	547	Midland,Midland Corner,Midland Store		NE	107	10075	
5073082	Midway	midway	US	15060	0	America/Chicago	42.69695	-98.65759	559			NE	089	38015	
5073083	Midway	midway	US	15060	0	America/Chicago	41.21473	-98.55702	598			NE	093		
5073115	Milburn	milburn	US	42070	0	America/Chicago	41.71945	-99.73123	754			NE	041	32025	
5073125	Milford	milford	US	01757	2107	America/Chicago	40.77445	-97.05059	443	Milford,Милфорд		NE	159		
5073165	Miller	miller	US	57362	138	America/Chicago	40.92779	-99.39316	707			NE	019		
5073196	Millerton	millerton	US	12546	0	America/Chicago	41.18585	-97.21476	482	Milerton,Millerton		NE	023	49600	
5073199	Milligan	milligan	US	32537	272	America/Chicago	40.50028	-97.38755	489			NE	059	18965	
5073207	Mills	mills	US	16937	0	America/Chicago	42.94056	-99.444	585			NE	103		
5073225	Minden	minden	US	25879	3006	America/Chicago	40.49863	-98.94786	662	Mindehn,Minden,myndn,myndn  nbraska,Минден,Миндэн,ميندن,میندن، نبراسکا	099	NE	099	27295	
5073235	Minersville	minersville	US	17954	0	America/Chicago	40.59695	-95.78917	286			NE	131		
5073308	Monroe	monroe	US	03771	288	America/Chicago	41.47418	-97.59949	464	Monro,Монро		NE	141	35630	
5073330	Monterey	monterey	US	01245	0	America/Chicago	41.79278	-96.80503	447			NE	039	32690	
5073381	Morse Bluff	morse-bluff	US	68648	135	America/Chicago	41.43195	-96.76642	391			NE	155	32900	
5073426	Mount Clare	mount-clare	US	26408	0	America/Chicago	40.18279	-98.2181	579			NE	129		
5073556	Murdock	murdock	US	33938	235	America/Chicago	40.92556	-96.28001	390			NE	025		
5073562	Murphy	murphy	US	28906	0	America/Chicago	40.87918	-98.112	564			NE	081		
5073572	Murray	murray	US	42071	472	America/Chicago	40.91528	-95.93029	363	Mjurrej,Мюррей		NE	025		
5073619	Naper	naper	US	68755	81	America/Chicago	42.96361	-99.09676	605			NE	015	03197	
5073628	Naponee	naponee	US	68960	100	America/Chicago	40.07668	-99.14148	585			NE	061	49355	
5073633	Nashville	nashville	US	27856	0	America/Chicago	41.40638	-95.99668	335	Nashvill,Нашвилл		NE	177	49125	
5073661	Nebraska City	nebraska-city	US	68410	7335	America/Chicago	40.67667	-95.85917	322	Nebraska Siti,Nebraska-Siti,nbraska syty,nbraska syty  nbraska,nebeulaeseukasiti,Небраска Сити,Небраска-Сити,Небраска-Сіті,نبراسكا سيتي,نبراسکا سیتی، نبراسکا,نیبراسکا شہر، نیبراسکا,네브래스카시티	131	NE	131	92063	
5073717	Nehawka	nehawka	US	68413	203	America/Chicago	40.82945	-95.99168	304			NE	025		
5073735	Neligh	neligh	US	68756	1527	America/Chicago	42.12862	-98.02979	535	Nehlaj,nlyg  nbraska,nylay,Нэлай,نلیگ، نبراسکا,نيلاي	003	NE	003	33775	
5073754	Nelson	nelson	US	03457	466	America/Chicago	40.20168	-98.06782	518		129	NE	129		
5073776	Nemaha	nemaha	US	50567	144	America/Chicago	40.33833	-95.67305	279	Nemaha,Nemaha City		NE	127		
5073866	Newark	newark	US	07101	0	America/Chicago	40.64112	-98.96314	640			NE	099	34055	
5075615	Ponca	ponca	US	68770	940	America/Chicago	42.5625	-96.70559	350		051	NE	051	39695	
5073871	Newcastle	newcastle	US	04553	322	America/Chicago	42.65139	-96.87365	393	New Castle,Newcastle		NE	051	34125	
5073877	Newman Grove	newman-grove	US	68758	728	America/Chicago	41.75001	-97.77533	522	Newman Grove,Newmans Grove		NE	119	92103	
5073891	Newport	newport	US	02840	88	America/Chicago	42.60139	-99.32733	681	N'juport,Ньюпорт		NE	149		
5073908	Nickerson	nickerson	US	67561	356	America/Chicago	41.53444	-96.4703	366			NE	053	34335	
5073930	Niobrara	niobrara	US	68760	350	America/Chicago	42.75472	-98.02868	375			NE	107	34405	
5073954	Nora	nora	US	24272	20	America/Chicago	40.16168	-97.97032	534			NE	129		
5073965	Norfolk	norfolk	US	02056	24366	America/Chicago	42.02834	-97.417	464	Norfok,Norfolk,OFK,narfwk  nybraska,nwrfwk  nbraska,nwrfwlk,Норфок,Норфолк,نارفوک، نیبراسکا,نورفولك,نورفوک، نبراسکا		NE	119		
5073998	Norman	norman	US	28367	43	America/Chicago	40.47974	-98.7923	635	Norman,Норман		NE	099	31255	
5074013	North Bend	north-bend	US	17760	1234	America/Chicago	41.46195	-96.77975	388			NE	053	34720	
5074098	North Loup	north-loup	US	68859	289	America/Chicago	41.49529	-98.77314	598			NE	175	34860	
5074150	North Star	north-star	US	45350	0	America/Chicago	41.37335	-98.13478	578			NE	125	29540	
5074252	Oak	oak	US	68964	64	America/Chicago	40.23695	-97.90337	484			NE	129		
5074317	Oakdale	oakdale	US	06370	299	America/Chicago	42.06973	-97.96923	523			NE	003	35420	
5074329	Oakland	oakland	US	02858	1202	America/Chicago	41.83583	-96.46697	394	Oklend,Окленд		NE	021	35490	
5074356	Oconee	oconee	US	31067	0	America/Chicago	41.47001	-97.51893	454			NE	141	35630	
5074359	Oconto	oconto	US	54153	149	America/Chicago	41.14112	-99.76317	785			NE	041	53625	
5074369	Odell	odell	US	60460	303	America/Chicago	40.05	-96.80336	399			NE	067	19175	
5074374	Odessa	odessa	US	14869	130	America/Chicago	40.70168	-99.25676	677			NE	019		
5074384	Ohiowa	ohiowa	US	68416	110	America/Chicago	40.41445	-97.45282	484			NE	059	17495	
5074434	Olean	olean	US	14760	0	America/Chicago	41.73612	-96.94531	469			NE	037		
5074435	Olean	olean	US	14760	0	America/Chicago	41.56084	-98.80758	611			NE	175	34860	
5074472	Omaha	omaha	US	31821	443885	America/Chicago	41.25626	-95.94043	323	OMA,Omacha,Omaha,Omakha,ao ma ha,awmaha,awmaha nbraska,awmaha  nbraska,omaha,xo ma ha,Ομάχα,Омаха,Օմահա,אומהה,أوماها,اوماها نبراسكا,اوماها، نبراسکا,اوماہا، نیبراسکا,ओमाहा,ওমাহা,โอมาฮา,ომაჰა,オマハ,奥马哈,오마하	055	NE	055	92237	
5074543	Ong	ong	US	68452	61	America/Chicago	40.39862	-97.83588	513			NE	035	28630	
5074558	Orchard	orchard	US	50460	355	America/Chicago	42.33556	-98.24285	592			NE	003	18055	
5074567	Ord	ord	US	68862	2061	America/Chicago	41.60334	-98.9262	625	Chin City,Ord,awrd,awrd  nbraska,Орд,أورد,اورد، نبراسکا	175	NE	175	37315	
5074589	Orleans	orleans	US	02653	384	America/Chicago	40.12918	-99.45538	614			NE	083	37455	
5074610	Osceola	osceola	US	16942	850	America/Chicago	41.17974	-97.54755	508		143	NE	143		
5074624	Osmond	osmond	US	68765	763	America/Chicago	42.36	-97.59673	506			NE	139		
5074639	Otoe	otoe	US	68417	172	America/Chicago	40.72361	-96.11695	339	Berlin,Otoe		NE	131		
5074704	Overton	overton	US	68863	573	America/Chicago	40.73862	-99.53761	707			NE	047		
5074722	Oxford	oxford	US	01540	764	America/Chicago	40.24834	-99.63344	633	Oksford,Оксфорд		NE	065		
5074729	Oxford Junction	oxford-junction	US	52323	0	America/Chicago	40.23501	-99.599	624			NE	083	15780	
5074755	Page	page	US	25152	164	America/Chicago	42.40084	-98.4173	598			NE	089	50475	
5074769	Palmer	palmer	US	01069	471	America/Chicago	41.22224	-98.25729	549			NE	121	29400	
5074776	Palmyra	palmyra	US	04965	559	America/Chicago	40.70445	-96.38751	353			NE	131		
5074785	Panama	panama	US	14767	281	America/Chicago	40.59778	-96.51085	425			NE	109		
5074792	Papillion	papillion	US	68046	19510	America/Chicago	41.15444	-96.04224	308	Papilion,Papillion,babylywn,papylywn  nbraska,pypylyn  nybraska,Папилион,Папиллион,Папіліон,بابيليون,پاپیلیون، نبراسکا,پیپیلین، نیبراسکا	153	NE	153		
5074883	Pauline	pauline	US	29374	0	America/Chicago	40.4164	-98.34561	540			NE	001	28385	
5074889	Pawnee City	pawnee-city	US	68420	827	America/Chicago	40.10833	-96.15445	360	Pawnee,Pawnee City	133	NE	133		
5074969	Pender	pender	US	68047	1051	America/Chicago	42.11416	-96.70726	409		173	NE	173	38767	
5075014	Peru	peru	US	04290	798	America/Chicago	40.47417	-95.73361	330			NE	127		
5075038	Petersburg	petersburg	US	12138	323	America/Chicago	41.85334	-98.07868	578	Peterburg,Петербург		NE	011		
5075091	Phillips	phillips	US	04966	288	America/Chicago	40.89723	-98.21478	577			NE	081		
5075139	Pickrell	pickrell	US	68422	196	America/Chicago	40.37861	-96.72864	417			NE	067	22850	
5075148	Pierce	pierce	US	68767	1748	America/Chicago	42.19917	-97.52672	482		139	NE	139		
5075193	Pilger	pilger	US	68768	351	America/Chicago	42.00862	-97.05393	429			NE	167		
5075217	Pine Lake	pine-lake	US	30072	0	America/Chicago	40.74445	-96.61196	410			NE	109		
5075277	Plainview	plainview	US	11803	1221	America/Chicago	42.34973	-97.79201	513			NE	139	92378	
5075310	Platte Center	platte-center	US	68653	338	America/Chicago	41.53751	-97.48838	465			NE	141	29225	
5075348	Plattsmouth	plattsmouth	US	68048	6462	America/Chicago	41.01139	-95.88223	299	Platsmaus,Platsmaut,blatsmwth,platsmwwth  nbraska,pu la ci mao si,Платсмаус,Платсмаут,بلاتسموث,پلاتسمووته، نبراسکا,普拉茨茅斯	025	NE	025	92398	
5075372	Pleasant Dale	pleasant-dale	US	68423	210	America/Chicago	40.79195	-96.93225	402	Pleasant Dale,Pleasantdale		NE	159		
5075381	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	40.58667	-97.0817	428			NE	151		
5075438	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	42.61278	-97.42673	478			NE	027		
5075484	Pleasanton	pleasanton	US	66075	349	America/Chicago	40.96751	-99.08648	635	Plezantun,Плезантън		NE	019		
5075579	Plymouth	plymouth	US	02360	387	America/Chicago	40.30306	-96.98892	436	Plimut,Плимут		NE	095		
5075601	Polk	polk	US	16342	304	America/Chicago	41.07668	-97.78394	531			NE	143		
5075616	Ponca	ponca	US	68770	0	America/Chicago	42.71195	-98.07452	393			NE	107	40745	
5075648	Poole	poole	US	42444	19	America/Chicago	40.97973	-98.96981	628			NE	019		
5075655	Portal	portal	US	30450	0	America/Chicago	41.17639	-96.08085	314			NE	153		
5075686	Powell	powell	US	37849	0	America/Chicago	40.22083	-97.28476	416	Powel,Powell		NE	095		
5075696	Prague	prague	US	68050	299	America/Chicago	41.31028	-96.80836	409			NE	155	09060	
5075733	Prairie Home	prairie-home	US	65068	0	America/Chicago	40.86472	-96.52084	393			NE	109		
5075873	Preston	preston	US	06365	27	America/Chicago	40.03445	-95.51721	287			NE	147		
5075882	Primrose	primrose	US	68655	59	America/Chicago	41.62307	-98.23812	556			NE	011		
5075893	Princeton	princeton	US	01541	0	America/Chicago	40.57361	-96.70474	437			NE	109		
5075907	Prosser	prosser	US	99350	71	America/Chicago	40.68724	-98.57673	625			NE	001	50545	
5075958	Ragan	ragan	US	68969	38	America/Chicago	40.31029	-99.28982	710	Ragan,Reagan		NE	083	01640	
5075972	Ralston	ralston	US	17763	5994	America/Chicago	41.20528	-96.04252	349			NE	055		
5075991	Randolph	randolph	US	02368	920	America/Chicago	42.37861	-97.357	505	Randol'f,Рандольф		NE	027	92696	
5076017	Raven	raven	US	24639	0	America/Chicago	42.27555	-99.86596	803			NE	017		
5076020	Ravenna	ravenna	US	40472	1373	America/Chicago	41.02612	-98.91258	612			NE	019		
5076039	Raymond	raymond	US	03077	185	America/Chicago	40.95695	-96.7828	373	Raimond,Raymond		NE	109		
5076060	Red Cloud	red-cloud	US	68970	963	America/Chicago	40.0889	-98.5195	523	Red Cloud,Red Klaud,Redcloud,Rehd Kloud,rd klawd  nbraska,ryd klawd,Ред Клауд,Рэд Клоуд,رد کلاود، نبراسکا,ريد كلاود	181	NE	181		
5076084	Redbird	redbird	US	74458	0	America/Chicago	42.76167	-98.44258	433			NE	089	44175	
5076144	Republican City	republican-city	US	68971	154	America/Chicago	40.09973	-99.22037	618	Republican,Republican City		NE	083	33180	
5076174	Reynolds	reynolds	US	31076	67	America/Chicago	40.05973	-97.33559	424			NE	095		
5076204	Richfield	richfield	US	17086	43	America/Chicago	41.10833	-96.07529	370	Richfield,Richland		NE	153		
5076207	Richland	richland	US	08350	73	America/Chicago	41.43557	-97.21254	427			NE	037		
5076244	Rising City	rising-city	US	68658	361	America/Chicago	41.19946	-97.29615	484	Rising,Rising City		NE	023	40850	
5076259	Riverdale	riverdale	US	07457	185	America/Chicago	40.78446	-99.16231	665			NE	019		
5076265	Riverside	riverside	US	02915	0	America/Chicago	41.09944	-96.35557	328			NE	155	09410	
5076300	Riverton	riverton	US	06065	84	America/Chicago	40.08946	-98.75896	539	Riverton,Ривертон		NE	061	19805	
5076304	Riverview	riverview	US	33568	0	America/Chicago	42.72917	-99.58956	587			NE	103		
5076341	Roca	roca	US	68430	266	America/Chicago	40.6575	-96.65807	391			NE	109		
5076419	Rockford	rockford	US	35136	0	America/Chicago	40.25167	-96.6003	408			NE	067	42040	
5076431	Rockville	rockville	US	02873	104	America/Chicago	41.11834	-98.83175	603	Rokvill,Роквилл		NE	163		
5076440	Rogers	rogers	US	06263	94	America/Chicago	41.46528	-96.91503	399	Rodzhers,Роджерс		NE	037		
5076486	Rosalie	rosalie	US	68055	163	America/Chicago	42.05638	-96.51253	412			NE	173	12402	
5076490	Rose	rose	US	14542	0	America/Chicago	42.18056	-99.52567	770			NE	149		
5076513	Rosedale	rosedale	US	11422	0	America/Chicago	40.71307	-98.4734	603			NE	079	45960	
5076525	Roseland	roseland	US	07068	254	America/Chicago	40.47029	-98.55923	599			NE	001	42390	
5076535	Rosemont	rosemont	US	08556	0	America/Chicago	40.28696	-98.36422	593			NE	181		
5076574	Royal	royal	US	51357	60	America/Chicago	42.33223	-98.1259	573			NE	003	42530	
5076584	Ruby	ruby	US	12475	0	America/Chicago	40.8314	-97.07698	433			NE	159		
5076589	Rudy	rudy	US	72952	0	America/Chicago	40.06445	-97.05475	388			NE	095		
5076592	Rulo	rulo	US	68431	165	America/Chicago	40.05195	-95.42693	270			NE	147		
5076596	Rumsey	rumsey	US	42371	0	America/Chicago	41.14667	-95.99363	320			NE	153		
5076606	Ruskin	ruskin	US	33570	119	America/Chicago	40.1439	-97.86921	512			NE	129		
5076637	Sacramento	sacramento	US	17968	0	America/Chicago	40.4089	-99.2751	690			NE	137		
5076740	Saint Bernard	saint-bernard	US	70085	0	America/Chicago	41.72195	-97.62894	537			NE	141	42950	
5076766	Saint Charles	saint-charles	US	24282	0	America/Chicago	41.79333	-96.74892	399			NE	039	42985	
5076827	Saint Helena	saint-helena	US	68774	96	America/Chicago	42.80972	-97.24894	379			NE	027		
5076838	Saint James	saint-james	US	11780	0	America/Chicago	42.73805	-97.15088	367			NE	027		
5077042	Saint Libory	saint-libory	US	62282	264	America/Chicago	41.08196	-98.35534	568			NE	093		
5077089	Saint Mary	saint-mary	US	40063	0	America/Chicago	40.42417	-96.29001	352			NE	097		
5077184	Saint Michael	saint-michael	US	15951	0	America/Chicago	41.02362	-98.74785	592			NE	019		
5077237	Saint Paul	saint-paul	US	24283	2290	America/Chicago	41.21473	-98.45812	553		093	NE	093	92833	
5077408	Saint Stephens	saint-stephens	US	36569	0	America/Chicago	40.25362	-98.25616	567			NE	129		
5077470	Salem	salem	US	01970	109	America/Chicago	40.07556	-95.72082	296	Sejlem,Сейлем		NE	147		
5077655	Santee	santee	US	29142	344	America/Chicago	42.84111	-97.8509	379	Santi,Санти		NE	107	22465	
5077686	Sargent	sargent	US	30275	509	America/Chicago	41.64056	-99.37122	706			NE	041	43720	
5077690	Saronville	saronville	US	68975	45	America/Chicago	40.60112	-97.93838	534			NE	035	26840	
5078641	Schuyler	schuyler	US	22969	6171	America/Chicago	41.44723	-97.05948	412	Schujler,Skajler,askaylr  nbraska,sshwylyr,Скајлер,Счуйлер,اسکایلر، نبراسکا,سشويلير	037	NE	037	92868	
5078674	Scotia	scotia	US	29939	297	America/Chicago	41.4664	-98.70313	588			NE	077		
5078705	Scribner	scribner	US	68057	846	America/Chicago	41.66667	-96.66586	382	SCB,Scribner		NE	053	44280	
5078749	Sedan	sedan	US	67361	0	America/Chicago	40.34251	-97.89726	514			NE	129		
5078792	Seward	seward	US	15954	7167	America/Chicago	40.90695	-97.09892	455	Sehvard,Sivod,swrd  nbraska,syward,Сивод,Сэвард,سورد، نبراسکا,سيوارد	159	NE	159		
5078865	Sheldonville	sheldonville	US	02070	0	America/Chicago	41.4639	-97.42588	447			NE	141	10145	
5078878	Shelton	shelton	US	06484	1064	America/Chicago	40.77918	-98.73091	615	Shelton,Шелтон		NE	019		
5078930	Shickley	shickley	US	68436	328	America/Chicago	40.41667	-97.72254	503	Shickley,Sickley		NE	059	06925	
5078953	Shubert	shubert	US	68437	146	America/Chicago	40.23639	-95.68221	341			NE	147		
5078982	Silver Creek	silver-creek	US	14136	362	America/Chicago	41.3089	-97.65783	470			NE	121	45435	
5079088	Smithfield	smithfield	US	02917	51	America/Chicago	40.57251	-99.74234	776			NE	073		
5079092	Smyrna	smyrna	US	13464	0	America/Chicago	40.11862	-98.06727	545			NE	129		
5079101	Snyder	snyder	US	68664	298	America/Chicago	41.70389	-96.78864	409			NE	053	38645	
5079140	South Bend	south-bend	US	46601	99	America/Chicago	41.00167	-96.24529	318	South Bend,Southbend		NE	025		
5079250	South Sioux City	south-sioux-city	US	68776	13319	America/Chicago	42.47388	-96.41364	337	Saut Su Siti,Saut-Su-Siti,Sous Siouks Siti,sawth sywks syty,sw syty  nbraska,Саут Су Сити,Саут-Су-Сити,Саут-Су-Сіті,Соус Сиоукс Сити,ساوتھ سیو سٹی، نیبراسکا,ساوث سيوكس سيتي,سو سیتی، نبراسکا		NE	043	93018	
5079304	Spalding	spalding	US	49886	458	America/Chicago	41.6889	-98.3634	582			NE	077		
5079319	Sparta	sparta	US	07871	0	America/Chicago	42.65528	-97.97368	501			NE	107	46240	
5079330	Spencer	spencer	US	01562	433	America/Chicago	42.87389	-98.70148	514			NE	015	46310	
5079488	Springfield	springfield	US	01101	1584	America/Chicago	41.08194	-96.13446	325	Springfild,Спрингфилд		NE	153		
5079507	Stafford	stafford	US	06075	0	America/Chicago	42.32834	-98.44702	580			NE	089	19280	
5079518	Stamford	stamford	US	05352	185	America/Chicago	40.13306	-99.59289	624	Stamford,Стамфорд		NE	083	43580	
5079541	Stanton	stanton	US	08885	1519	America/Chicago	41.95028	-97.22393	451	Stehnton,Стэнтон	167	NE	167	93068	
5079570	Staplehurst	staplehurst	US	68439	242	America/Chicago	40.97501	-97.17254	453	Staplehurst,Stapplehurst		NE	159		
5079614	Steele City	steele-city	US	68440	59	America/Chicago	40.03778	-97.02475	388	Steel City,Steelburg,Steele,Steele City		NE	095		
5079617	Springview	springview	US	68778	236	America/Chicago	42.82444	-99.74901	746	Spring Veiw,Springview	103	NE	103		
5079622	Steinauer	steinauer	US	68441	71	America/Chicago	40.20778	-96.23418	370			NE	133		
5079629	Stella	stella	US	28582	148	America/Chicago	40.23306	-95.77333	319			NE	147		
5079637	Sterling	sterling	US	01564	460	America/Chicago	40.45917	-96.37751	362	Sterling,Стерлинг		NE	097		
5079712	Strang	strang	US	68444	28	America/Chicago	40.41556	-97.58699	494			NE	059	03915	
5079732	Stromsburg	stromsburg	US	68666	1132	America/Chicago	41.11418	-97.59894	511	Stromburgh,Stromsburg		NE	143		
5079747	Stuart	stuart	US	24171	597	America/Chicago	42.59917	-99.1426	658			NE	089	47535	
5079807	Sumner	sumner	US	04292	231	America/Chicago	40.95001	-99.50538	721			NE	047		
5079813	Sumter	sumter	US	29150	0	America/Chicago	41.58945	-98.78842	607			NE	175	46485	
5079887	Superior	superior	US	51363	1884	America/Chicago	40.02085	-98.07004	487	Superior,Supirior,spyryar  nbraska,swbyrywr  nbraska,Супериор,Супириор,سوبيريور، نبراسكا,سپیریار، نبراسکا		NE	129	93142	
5079902	Surprise	surprise	US	12176	43	America/Chicago	41.10862	-97.31115	481	Sjurpriz,Сюрприз		NE	023	40815	
5079910	Sutton	sutton	US	01590	1440	America/Chicago	40.60557	-97.85921	512			NE	035	47955	
5079940	Swan Lake	swan-lake	US	12783	0	America/Chicago	42.17	-99.02177	705			NE	089	48025	
5079950	Swanton	swanton	US	05488	94	America/Chicago	40.37861	-97.07976	412	Morris,Swanton		NE	151		
5079977	Sweetwater	sweetwater	US	37874	0	America/Chicago	41.04446	-99.00759	628			NE	019		
5079991	Syracuse	syracuse	US	13201	1993	America/Chicago	40.65722	-96.1864	320			NE	131		
5080015	Table Rock	table-rock	US	68447	255	America/Chicago	40.17833	-96.09667	330			NE	133		
5080032	Talmage	talmage	US	17580	237	America/Chicago	40.53056	-96.02167	299			NE	131		
5080066	Taylor	taylor	US	18517	177	America/Chicago	41.77028	-99.37872	691	Tejlor,Тейлор	115	NE	115		
5080098	Tecumseh	tecumseh	US	49286	1626	America/Chicago	40.36667	-96.19612	346	Frances,Tecumseh	097	NE	097	93177	
5080113	Tekamah	tekamah	US	68061	1743	America/Chicago	41.77832	-96.22113	320	TQE,Tekamah	021	NE	021	48515	
5080162	Thayer	thayer	US	46381	62	America/Chicago	40.96862	-97.49727	484			NE	185		
5080244	Thompson	thompson	US	06277	0	America/Chicago	40.06834	-97.25865	417			NE	095		
5080272	Thurston	thurston	US	43157	134	America/Chicago	42.17722	-96.70087	425			NE	173	17022	
5080288	Tilden	tilden	US	62292	939	America/Chicago	42.04723	-97.83395	513			NE	119	93203	
5080317	Tobias	tobias	US	68453	106	America/Chicago	40.41806	-97.33616	488	Castor,Tobias		NE	151		
5080326	Todd	todd	US	16685	0	America/Chicago	40.88111	-95.93029	356			NE	025		
5080504	Trumbull	trumbull	US	06611	198	America/Chicago	40.67946	-98.27339	573	Trambal,Трамбал		NE	035	26525	
5080592	Uehling	uehling	US	68063	228	America/Chicago	41.73416	-96.50503	384			NE	053	28735	
5080599	Ulysses	ulysses	US	16948	165	America/Chicago	41.07196	-97.20198	465			NE	023	49495	
5080607	Unadilla	unadilla	US	13849	318	America/Chicago	40.68333	-96.26973	337			NE	131		
5080618	Union	union	US	03887	232	America/Chicago	40.81333	-95.92278	300			NE	025		
5080878	University Place	university-place	US	98467	0	America/Chicago	40.84083	-96.65529	357			NE	109		
5080895	Upland	upland	US	46989	135	America/Chicago	40.31862	-98.90119	659			NE	061	01605	
5080985	Utica	utica	US	13501	842	America/Chicago	40.89612	-97.34532	485			NE	159		
5080995	Valley	valley	US	36854	2117	America/Chicago	41.31278	-96.34614	348	Platte Sanders,Platte Valley,Valley		NE	055		
5081041	Valparaiso	valparaiso	US	32580	552	America/Chicago	41.08139	-96.83169	400	Raccoon Forks,Val'paraiso,Valparaiso,Вальпараисо		NE	155	35315	
5081075	Venice	venice	US	34284	75	America/Chicago	41.23389	-96.35364	341			NE	055		
5081076	Venus	venus	US	16364	0	America/Chicago	42.45723	-98.26785	568			NE	107	51210	
5081085	Verdigre	verdigre	US	68783	552	America/Chicago	42.59695	-98.03368	413	Verdigre,Verdigris		NE	107	50405	
5081097	Verdon	verdon	US	68457	167	America/Chicago	40.14833	-95.71277	295			NE	147		
5081111	Verona	verona	US	07044	0	America/Chicago	40.55362	-97.96616	540			NE	035	26840	
5081117	Vesta	vesta	US	24177	0	America/Chicago	40.35639	-96.33751	375			NE	097		
5081185	Virginia	virginia	US	55777	59	America/Chicago	40.24583	-96.49696	466			NE	067	44945	
5081216	Wabash	wabash	US	46992	0	America/Chicago	40.88639	-96.25446	369			NE	025		
5081222	Waco	waco	US	28169	244	America/Chicago	40.89696	-97.46338	494	Vako,Вако		NE	185		
5081245	Wahoo	wahoo	US	68066	4511	America/Chicago	41.21139	-96.6203	369	Vakhu,wahw,wahw  nbraska,Ваху,واهو,واهو، نبراسکا	155	NE	155	50965	
5081262	Wakefield	wakefield	US	01880	1403	America/Chicago	42.26917	-96.86504	428			NE	051	51105	
5081290	Walnut	walnut	US	38683	0	America/Chicago	42.54945	-98.20896	478			NE	107	51210	
5081329	Walthill	walthill	US	68067	777	America/Chicago	42.14833	-96.48837	371			NE	173	37017	
5081335	Walton	walton	US	13856	306	America/Chicago	40.79861	-96.56196	370			NE	109		
5081339	Walworth	walworth	US	14568	0	America/Chicago	41.65278	-99.57761	728			NE	041	27120	
5081347	Wann	wann	US	74083	86	America/Chicago	41.14667	-96.35585	332			NE	155	30555	
5081365	Warnerville	warnerville	US	12187	0	America/Chicago	41.96001	-97.44616	491			NE	119		
5081380	Washington	washington	US	03280	147	America/Chicago	41.3975	-96.20808	350	Vashington,Вашингтон		NE	177	49131	
5081412	Waterbury	waterbury	US	05671	70	America/Chicago	42.45778	-96.73476	399	Uoturburi,Уотърбъри		NE	051	37665	
5081416	Waterloo	waterloo	US	13165	1044	America/Chicago	41.28694	-96.28558	344	Vaterlo,Ватерло		NE	055		
5081430	Wausa	wausa	US	68786	607	America/Chicago	42.49945	-97.54201	538			NE	107	27330	
5081438	Waverly	waverly	US	14892	3739	America/Chicago	40.9175	-96.52834	342			NE	109		
5081454	Wayne	wayne	US	04284	5569	America/Chicago	42.23056	-97.01782	443	Brookdale,Vehjn,Vejn,Wayne,wei en,wyn,wyn  nbraska,wyn  nybraska,Вејн,Вэйн,وين,وین، نبراسکا,وین، نیبراسکا,韦恩	179	NE	179		
5081492	Webster	webster	US	01570	0	America/Chicago	41.59723	-96.79003	415			NE	053	41410	
5081518	Weeping Water	weeping-water	US	68463	1057	America/Chicago	40.87	-96.14057	335	EPG		NE	025	93383	
5081666	West Point	west-point	US	10996	3368	America/Chicago	41.84167	-96.70864	411	Vehst Pojnt,Vest Pojnt,West Point,Westpoint,wst pwynt  nbraska,wyst bwynt,Вест Појнт,Вэст Пойнт,وست پوینت، نبراسکا,ويست بوينت,ویسٹ پوائنٹ، نیبراسکا	039	NE	039	52575	
5081706	Western	western	US	68464	235	America/Chicago	40.39361	-97.1981	455			NE	151		
5081720	Westerville	westerville	US	43081	39	America/Chicago	41.39612	-99.38094	708	Elm Bridge,Westerville		NE	041	52365	
5081740	Weston	weston	US	02493	326	America/Chicago	41.19417	-96.7428	381	Uehston,Уэстон		NE	155	08850	
5081837	Wilcox	wilcox	US	15870	358	America/Chicago	40.36501	-99.17009	683			NE	099	37070	
5081848	Wilber	wilber	US	68465	1870	America/Chicago	40.48139	-96.96058	405		151	NE	151	7317440	
5081902	Willis	willis	US	24380	0	America/Chicago	42.47527	-96.62892	355	Brady,Brady's Crossing,Vista,Willis		NE	043		
5082084	Winnebago	winnebago	US	54985	787	America/Chicago	42.23583	-96.47253	355			NE	173	53295	
5082121	Winside	winside	US	68790	409	America/Chicago	42.17639	-97.17505	481			NE	179		
5082130	Winslow	winslow	US	08095	106	America/Chicago	41.60916	-96.50447	369			NE	053	23060	
5082140	Wisner	wisner	US	68791	1184	America/Chicago	41.98722	-96.91421	423			NE	039	53450	
5082161	Winnetoon	winnetoon	US	68789	66	America/Chicago	42.5125	-97.9609	506			NE	107	32165	
5082164	Wolbach	wolbach	US	68882	262	America/Chicago	41.39696	-98.39424	569			NE	077		
5082201	Wood River	wood-river	US	62095	1367	America/Chicago	40.82057	-98.60007	599			NE	079	53695	
5082228	Woodlawn	woodlawn	US	24381	0	America/Chicago	40.88	-96.77919	360			NE	109		
5082282	Wynot	wynot	US	68792	170	America/Chicago	42.74028	-97.16922	365			NE	027		
5082289	Wyoming	wyoming	US	02898	0	America/Chicago	40.73556	-95.91945	338			NE	131		
5082292	Wymore	wymore	US	68466	1414	America/Chicago	40.12222	-96.66252	378			NE	067	05682	
5082331	York	york	US	03909	7864	America/Chicago	40.86807	-97.592	488	Jork,New York,York,yark  nybraska,yue ke,ywrk  nbraska,ywtan  nbraska,Јорк,Йорк,يوتان، نبراسكا,یارک، نیبراسکا,یورک، نبراسکا,约克	185	NE	185	93582	
5082363	Yutan	yutan	US	68073	1212	America/Chicago	41.245	-96.39725	356			NE	155	49810	
5082515	Acworth	acworth	US	03601	890	America/New_York	43.21785	-72.29203	445	Ackworth,Acworth,Akvors,Burnet,akwrs  nyw hmpshyr,akwwrth,Акворс,أكوورث,اکورس، نیو همپشیر,ایکورتھ، نیو ہیمپشائر		NH	019	00260	
5082554	Albany	albany	US	05820	697	America/New_York	43.95785	-71.16757	190	Albany,Burton		NH	003	45060	
5082573	Alexandria	alexandria	US	16611	1415	America/New_York	43.61146	-71.79286	189			NH	009	00580	
5082595	Alstead	alstead	US	03602	2071	America/New_York	43.14897	-72.36064	147	Alstead,Alstead Village,Alstid,Newtown,alstyd  nywhmpshayr,Алстид,الستید، نیوهمپشایر,السٹیڈ، نیو ہیمپشائر		NH	005	00820	
5082602	Alton	alton	US	03809	501	America/New_York	43.4523	-71.21757	165	Alton,Ehlton,New Durham Gore,Olton,altwn  nywhmpshayr,Олтон,Элтон,آلتون، نیوهمپشایر		NH	001	01060	
5082604	Alton Bay	alton-bay	US	03810	0	America/New_York	43.46869	-71.23201	158			NH	001	01060	
5082624	Ames	ames	US	50010	0	America/New_York	43.56258	-71.33479	157			NH	001	28740	
5082636	Amherst	amherst	US	01002	613	America/New_York	42.86147	-71.62535	79	Amherst,Amkherst,Amkhjorst,Amkhurst,Souhegan West,amasuto,amrst  nywhmpshayr,Амхерст,Амхърст,Амхёрст,امرست، نیوهمپشایر,ایمہرسٹ، نیو ہیمپشائر,アマースト		NH	011	01300	
5082671	Andover	andover	US	01810	2246	America/New_York	43.43702	-71.82341	197	Andover,Andover Village,New Breton,Андовер,اینڈوور، نیو ہیمپشائر		NH	013	01460	
5082698	Antrim	antrim	US	03440	1397	America/New_York	43.03091	-71.93897	214	Antrim,Society Land		NH	011	01700	
5082706	Appalachia	appalachia	US	24216	0	America/New_York	44.37117	-71.28924	402			NH	007	63860	
5082756	Ashland	ashland	US	01721	1244	America/New_York	43.69535	-71.63063	168	Ehshland,Eshland,ashlnd  nywhmpshayr,Ешланд,Эшланд,اشلند، نیوهمپشایر,ایشلنڈ، نیو ہیمپشائر		NH	009	02020	
5082764	Ashuelot	ashuelot	US	03441	0	America/New_York	42.77758	-72.4237	131	Ashuelot,Ashuelot Village		NH	005	85540	
5082790	Atkinson	atkinson	US	03811	6782	America/New_York	42.83842	-71.147	91			NH	015	02340	
5082799	Atlantic	atlantic	US	16111	0	America/New_York	42.8712	-70.86116	22			NH	015	68260	
5082811	Auburn	auburn	US	01501	5089	America/New_York	43.00453	-71.3484	78	Aubjorn,Аубёрн,آبرن، نیو ہیمپشائر		NH	015	02820	
5082877	Bagley	bagley	US	50026	0	America/New_York	43.26674	-71.77869	125			NH	013	78580	
5083007	Barnstead	barnstead	US	03218	4572	America/New_York	43.33397	-71.29284	152			NH	001	03220	
5083017	Barrett	barrett	US	56311	0	America/New_York	44.25812	-71.8287	205			NH	009	42020	
5083023	Barrington	barrington	US	02806	8417	America/New_York	43.22286	-71.04701	116	Barrington,Баррингтон,بیرنگٹن، نیو ہیمپشائر		NH	017	03460	
5083033	Bartlett	bartlett	US	03812	373	America/New_York	44.07812	-71.28285	203	Bartlehtt,Bartlet,Bartlett,Bartlett Village,bartlyt  nywhmpshayr,Бартлет,Бартлетт,Бартлэтт,بارتلیت، نیوهمپشایر,بارٹلیٹ، نیو ہیمپشائر		NH	003	03700	
5083075	Bath	bath	US	03740	951	America/New_York	44.16701	-71.9662	158	Behs,Бэс,باتھ، نیو ہیمپشائر		NH	009	03940	
5083098	Bayside	bayside	US	11359	0	America/New_York	43.05148	-70.86756	18	Bayside,Bayside Station		NH	015	31700	
5083221	Bedford	bedford	US	01730	21188	America/New_York	42.94647	-71.5159	93	Bedford,Behdford,Narragansett Number 5,Souhegan East,bdfwrd  nywhmpshayr,bedofodo,Бедфорд,Бэдфорд,بدفورد، نیوهمپشایر,بیڈفورڈ، نیو ہیمپشائر,ベドフォード		NH	011	04500	
5083288	Belmont	belmont	US	02478	1301	America/New_York	43.44536	-71.47785	167	Behlmont,Belmont,blmant  nywhmpshayr,Белмонт,Бэлмонт,بلمانت، نیوهمپشایر,بیلمونٹ، نیو ہیمپشائر		NH	001	04740	
5083316	Bennington	bennington	US	03442	381	America/New_York	43.00314	-71.92452	200	Bennington,Factory Village,Hancock Factory Village		NH	011	04900	
5083322	Benton	benton	US	17814	334	America/New_York	44.10312	-71.90175	388	Benton,Coventry		NH	009	05060	
5083330	Berlin	berlin	US	01503	9367	America/New_York	44.46867	-71.18508	311	BML,Berlin,Maynesboro,Maynesborough,bai lin,barin,beollin,brlyn,brlyn  nywhmpshayr,Берлин,Берлін,برلن، نیو ہیمپشائر,برلين,برلین، نیوهمپشایر,バーリン,柏林,벌린		NH	007	05140	
5083374	Bethlehem	bethlehem	US	03574	972	America/New_York	44.28034	-71.68814	438	Bethlehem,Bethlehem Street,Betlekhem,Bezlkhehm,Lloyds Hills,Vifleem,btlyhm  nywhmpshayr,Безлхэм,Бетлехем,Вифлеем,بتلیهم، نیوهمپشایر,بیت اللحم، نیو ہیمپشائر		NH	009	05460	
5083526	Blackwater	blackwater	US	24221	0	America/New_York	43.24564	-70.91367	52			NH	017	69940	
5083532	Blair	blair	US	25022	0	America/New_York	43.81007	-71.66508	164			NH	009	08660	
5083694	Bow	bow	US	03304	0	America/New_York	43.13203	-71.54924	183	Bow Center		NH	013	06500	
5083703	Bowman	bowman	US	29018	0	America/New_York	44.35867	-71.3523	464			NH	007	63860	
5083714	Boyce	boyce	US	22620	0	America/New_York	43.29536	-71.57674	103			NH	013	09860	
5083731	Bradford	bradford	US	02808	356	America/New_York	43.27008	-71.96008	209	Bradford,Brehdford,New Bradford,brdfrd  nywhmpshayr,Брадфорд,Брэдфорд,بردفرد، نیوهمپشایر,بریڈفورڈ، نیو ہیمپشائر		NH	013	06980	
5083778	Breezy Point	breezy-point	US	11697	0	America/New_York	43.96618	-71.83481	542			NH	009	78740	
5083780	Brentwood	brentwood	US	11717	3405	America/New_York	42.9787	-71.07284	35		015	NH	015	07220	
5083784	Bretton Woods	bretton-woods	US	03575	0	America/New_York	44.25812	-71.44119	497	Bretton-Vuds,Бреттон-Вудс,بریٹن ووڈز,ブレトン・ウッズ		NH	007	10100	
5083803	Bridgewater	bridgewater	US	02324	1037	America/New_York	43.63841	-71.73647	195			NH	009	07540	
5083812	Bristol	bristol	US	02809	1688	America/New_York	43.59119	-71.73675	142	Bristol,brystwl  nywhmpshayr,Бристол,برسٹل، نیو ہیمپشائر,بریستول، نیوهمپشایر		NH	009	07700	
5083833	Brookfield	brookfield	US	01506	643	America/New_York	43.55897	-71.06534	184			NH	003	07940	
5083836	Brookline	brookline	US	02445	4650	America/New_York	42.73481	-71.65813	88	Brookline,Bruklin,Raby,Бруклин		NH	011	08100	
5084151	Canaan	canaan	US	03741	524	America/New_York	43.64757	-72.01175	292	Canaan,Canaan Village,Kanaan,Kejnan,kanan,kynn  nywhmpshayr,Канаан,Кејнан,كانان,کنعان، نیو ہیمپشائر,کینن، نیوهمپشایر		NH	009	08980	
5084165	Candia	candia	US	03034	4405	America/New_York	43.07786	-71.27673	110	Candia,Charmingfare		NH	015	09300	
5084190	Canterbury	canterbury	US	03224	2108	America/New_York	43.33702	-71.56535	178	Canterbury,Canterbury Center		NH	013	09860	
5084246	Carroll	carroll	US	43112	706	America/New_York	44.2984	-71.54064	438	Bretton Wood,Bretton Woods,Carroll,Kehrroll,karwl,Кэрролл,كارول,کیرول، نیو ہیمپشائر		NH	007	10100	
5084273	Cascade	cascade	US	21719	0	America/New_York	44.4495	-71.19258	319			NH	007	05140	
5084360	Center Barnstead	center-barnstead	US	03225	0	America/New_York	43.33925	-71.25951	157			NH	001	03220	
5084372	Center Conway	center-conway	US	03813	0	America/New_York	43.99479	-71.0609	140			NH	003	14660	
5084376	Center Harbor	center-harbor	US	03226	1061	America/New_York	43.7098	-71.46035	159	Center Harbor,Center Harbour,Centre Harbor,Centre Harbor Village,Centre-Harbor,Centreharbor,Senter Harbour,Senter Kharbor,sntr harbwr,Сентер Харбор,سنتر هاربور,سینٹر بندرگاہ، نیو ہیمپشائر		NH	003	49380	
5084387	Center Ossipee	center-ossipee	US	03814	561	America/New_York	43.75508	-71.15201	159			NH	003	58740	
5084393	Center Sandwich	center-sandwich	US	03227	123	America/New_York	43.80757	-71.43924	202			NH	003	67780	
5084400	Center Strafford	center-strafford	US	03815	0	America/New_York	43.27008	-71.12534	181			NH	017	73860	
5084401	Center Tuftonboro	center-tuftonboro	US	03816	0	America/New_York	43.65424	-71.24729	217	Center Tuftonboro,Tuftonboro Center		NH	003	77620	
5084457	Charlestown	charlestown	US	02129	1152	America/New_York	43.23869	-72.42453	119	Charlestown,Fort Number Four,Number 4		NH	019	11380	
5084489	Chatham	chatham	US	02633	277	America/New_York	44.16451	-71.01118	158			NH	003	11780	
5085738	East Rochester	east-rochester	US	14445	0	America/New_York	43.33314	-70.94145	70			NH	017	65140	
5084518	Chester	chester	US	01011	5236	America/New_York	42.95675	-71.25728	139	Chehster,Cheshire,Chester,tshystr,Честер,Чэстер,تشيستر,چیسٹر، نیو ہیمپشائر		NH	015	12100	
5084524	Chesterfield	chesterfield	US	01012	3773	America/New_York	42.8873	-72.47037	260	Chehsterfild,Chesterfield,Number 1,tshystrfyld,Чэстерфилд,تشيسترفيلد,چیسٹرفیلڈ، نیو ہیمپشائر		NH	005	12260	
5084536	Chichester	chichester	US	03258	2382	America/New_York	43.24925	-71.39979	164			NH	013	12420	
5084566	Chocorua	chocorua	US	03817	0	America/New_York	43.87896	-71.21979	160	Chocorua,Tanworth Iron Works		NH	003	76100	
5084633	Claremont	claremont	US	03743	12984	America/New_York	43.37674	-72.34676	151	CNH,Klehjrmont,Klermont,ke lai er meng te,klyrmant  nywhmpshayr,klyrmwnt,kureamonto,Клермонт,Клэйрмонт,كليرمونت,کلیئرمونٹ، نیو ہیمپشائر,کلیرمانت، نیوهمپشایر,クレアモント,克萊爾蒙特		NH	019	12900	
5084738	Coburn	coburn	US	16832	0	America/New_York	43.45897	-71.13201	255			NH	017	51220	
5084772	Colby	colby	US	54421	0	America/New_York	43.14952	-71.76869	137			NH	013	35540	
5084820	Colebrook	colebrook	US	03576	1394	America/New_York	44.89449	-71.49592	313	Colburne,Colebrook,Kolebruk,Koulbruk,kwlbrwk  nywhmpshayr,kwlybrwk,Колебрук,Коулбрук,كوليبروك,کولبروک، نیو ہیمپشائر,کولبروک، نیوهمپشایر		NH	007	13780	
5084845	Columbia	columbia	US	06237	799	America/New_York	44.85199	-71.55175	311			NH	007	13940	
5084846	Columbia	columbia	US	06237	0	America/New_York	44.87783	-71.51425	308			NH	007	13940	
5084868	Concord	concord	US	01742	42620	America/New_York	43.20814	-71.53757	83	CON,Concord,Concord i New Hampshire,Kankord,Kon'kornt,Konkord,Konkorda,Konkordas,Konkords,Penacook,Pencook,Pennacook,Romford,Rumford,kamkorda,kang ke de,kankard,kankarda,kankart,knkwrd  nywhmpshayr,kongkodeu,konkodo,kwnkwrd,qwnqwrd,Κόνκορντ,Канкорд,Конкорд,Կոնկորդ,קאנקארד,קונקורד,كونكورد,کنکورد، نیوهمپشایر,کنکورڈ,کونکورڈ، نیو ہیمپشائر,कङ्कर्द,कन्कर्ड,कन्कर्ड्,काँकोर्ड,காங்கர்ட்,კონკორდი,コンコード,康科德,콩코드	NH	NH	013	14200	
5084917	Contoocook	contoocook	US	03229	1444	America/New_York	43.22202	-71.71397	111	Contoocook,Contoocook Village,Contucook		NH	013	37540	
5084939	Conway	conway	US	01341	1823	America/New_York	43.97924	-71.12035	140	Chateaugay,Conway,Conway Corner,Dollof Town,Dolloftown,Konvehj,Konvej,Pegwagget,Pequawket,Pequawkett,Pigwacket,Shagigee,kanwy  nywhmpshayr,kon'u~ei,kwnway,Конвей,Конвеј,Конвэй,كونواي,کانوی، نیوهمپشایر,کونوے، نیو ہیمپشائر,コンウェイ		NH	003	14660	
5085011	Cornish Flat	cornish-flat	US	03746	0	America/New_York	43.49729	-72.27953	255			NH	019	15060	
5085124	Croydon	croydon	US	19021	704	America/New_York	43.45063	-72.16314	277	Croydon,Croydon Village		NH	019	16340	
5085131	Crystal	crystal	US	48818	0	America/New_York	44.61894	-71.3298	315			NH	007	73060	
5085180	Cushman	cushman	US	72526	0	America/New_York	44.40589	-71.72259	301			NH	007	16820	
5085222	Danbury	danbury	US	03230	1141	America/New_York	43.52563	-71.86175	250			NH	013	16980	
5085244	Danville	danville	US	03819	4537	America/New_York	42.91259	-71.1245	62	Danville,Hawke		NH	015	17140	
5085267	Davis	davis	US	26260	0	America/New_York	42.75564	-71.87174	388			NH	011	51940	
5085268	Davis	davis	US	26260	0	America/New_York	43.41341	-71.14007	167			NH	017	51220	
5085294	Davisville	davisville	US	26142	0	America/New_York	42.85592	-71.78785	216			NH	011	85220	
5085295	Davisville	davisville	US	26142	0	America/New_York	43.25202	-71.7323	131			NH	013	78580	
5085344	Deerfield	deerfield	US	01342	0	America/New_York	43.14619	-71.21645	159	Deerfield,Deerfield Parade,Diafild,dyrfyld,Диафилд,ديرفيلد,ڈیئرفیلڈ، نیو ہیمپشائر		NH	015	17460	
5085351	Deering	deering	US	58731	1997	America/New_York	43.07314	-71.84452	329	Deering,Deering Center,Society Land		NH	011	17780	
5085369	Deerfield	deerfield	US	01342	4315	America/New_York	44.23062	-71.61703	480			NH	009	05460	
5085374	Derry	derry	US	03038	22015	America/New_York	42.88064	-71.32729	84	Dehrri,Deri,Derri,Derry,Derry Depot,West Derry,deli,deri,dry  nywhmpshayr,dyry,Дери,Дерри,Дэрри,دری، نیوهمپشایر,ديري,ڈیری، نیو ہیمپشائر,デリー,데리		NH	015	17940	
5085489	Dorchester	dorchester	US	02121	376	America/New_York	43.75674	-71.94869	421			NH	009	18740	
5085520	Dover	dover	US	02030	30880	America/New_York	43.19786	-70.87367	19	Bristol,Cochecho,Cocheco,Douvur,Dovehr,Dover,Dover i New Hampshire,Hilton's Point,Nachwanach,Newichwannock,Northam,Quochecho,Winichahanat,doba,duo fu,dwfr,dwwr  nywhmpshayr,Довер,Довэр,Доувър,دوفر,دوور، نیوهمپشایر,ڈوور، نیو ہیمپشائر,ドーバー,多佛	017	NH	017	18820	
5085542	Drewsville	drewsville	US	03604	0	America/New_York	43.12813	-72.39203	146			NH	005	78420	
5085546	Drury	drury	US	01343	0	America/New_York	42.84453	-71.96452	242			NH	011	60580	
5085564	Dublin	dublin	US	03444	1572	America/New_York	42.90758	-72.06258	454	Dablin,Dublin,Monadnock Number 2,dablyn  nywhmpshayr,dwblyn,Даблин,Дублин,Дублін,دابلین، نیوهمپشایر,دوبلين,ڈبلن، نیو ہیمپشائر		NH	005	19140	
5085603	Dundee	dundee	US	14837	0	America/New_York	44.13979	-71.13174	342			NH	003	38260	
5085618	Durham	durham	US	03824	10345	America/New_York	43.13397	-70.92645	15	Daram,Darem,Djurkham,Durham,Oyster River,daramu,dwram  nywhmpshayr,dwrham,Дарам,Дарем,Дюрхам,دورام، نیوهمپشایر,دورهام,ڈرہم، نیو ہیمپشائر,ダーラム		NH	017	19700	
5085657	East Alton	east-alton	US	62024	0	America/New_York	43.51813	-71.19979	263			NH	001	01060	
5085658	East Andover	east-andover	US	03231	0	America/New_York	43.45952	-71.74758	205			NH	013	01460	
5085681	East Candia	east-candia	US	03040	0	America/New_York	43.04814	-71.24867	135			NH	015	09300	
5085688	East Concord	east-concord	US	14055	42605	America/New_York	43.24202	-71.53813	95			NH	013	14200	
5085694	East Derry	east-derry	US	03041	0	America/New_York	42.89453	-71.29117	130	East Derry,Spacetown  USA		NH	015	17940	
5085703	East Hampstead	east-hampstead	US	03826	0	America/New_York	42.8912	-71.14312	76			NH	015	32900	
5085714	East Freedom	east-freedom	US	16637	0	America/New_York	43.79313	-70.99229	125			NH	003	27700	
5085719	East Kingston	east-kingston	US	03827	1900	America/New_York	42.92564	-71.01672	43			NH	015	21380	
5085742	East Sandwich	east-sandwich	US	02537	0	America/New_York	43.8098	-71.35368	204			NH	003	67780	
5085745	East Springfield	east-springfield	US	13333	0	America/New_York	43.48646	-71.97842	422			NH	019	72740	
5085754	East Wakefield	east-wakefield	US	03830	0	America/New_York	43.61425	-71.00507	209			NH	003	78180	
5085765	Eastman	eastman	US	31023	0	America/New_York	43.51396	-72.1162	338			NH	019	31220	
5085787	Easton	easton	US	02334	273	America/New_York	44.14618	-71.79009	355	Eastern Landaff,Easton		NH	009	22020	
5085790	Eastview	eastview	US	42732	0	America/New_York	42.93203	-72.03703	315			NH	005	34420	
5085792	Eaton Center	eaton-center	US	03832	0	America/New_York	43.90924	-71.08368	167	Easton Center,Eaton Center		NH	003	23380	
5085811	Edgemont	edgemont	US	19028	0	America/New_York	43.34035	-72.05981	364			NH	013	50900	
5085825	Effingham	effingham	US	03882	1356	America/New_York	43.76119	-70.99645	183	Effingham,Leavitt's Town		NH	003	23620	
5085842	Elkins	elkins	US	03233	0	America/New_York	43.42091	-71.9373	247			NH	013	52100	
5085859	Ellsworth	ellsworth	US	04605	93	America/New_York	43.87396	-71.73647	348	Ellsworth,Trecothick		NH	009	23860	
5085864	Ellisville	ellisville	US	39437	0	America/New_York	43.01925	-72.19953	339			NH	005	74900	
5085873	Elmwood	elmwood	US	02337	0	America/New_York	42.97203	-71.95508	238			NH	011	33700	
5085874	Elmwood	elmwood	US	02337	0	America/New_York	43.51785	-71.84119	245			NH	013	16980	
5085900	Enfield	enfield	US	03748	1540	America/New_York	43.64063	-72.14398	247	Enfield,Relhan,Rethan		NH	009	24340	
5085901	Enfield Center	enfield-center	US	03749	0	America/New_York	43.59007	-72.11092	265			NH	009	24340	
5085913	Epping	epping	US	03042	1681	America/New_York	43.03342	-71.07423	48			NH	015	24660	
5085918	Epsom	epsom	US	03234	4590	America/New_York	43.22286	-71.33201	124	Epsom,Epsom Four Corners		NH	013	24900	
5085927	Errol	errol	US	03579	317	America/New_York	44.78144	-71.13786	374	ERR,Ehrrol,ayrwl,Эррол,إيرول,ایرول، نیو ہیمپشائر		NH	007	25140	
5085940	Etna	etna	US	03750	0	America/New_York	43.69285	-72.22176	233	Etna,Mill Village		NH	009	33860	
5085966	Exeter	exeter	US	02822	9242	America/New_York	42.98148	-70.94783	10	Ehkseter,Ekseter,Eksutur,Exeter,Swamscot Falls,Swamscott Falls,ai ke sai te,aksytr  nywhmpshayr,aykstr,ekuseta,Ексетер,Ексътър,Эксетер,إيكستر,اکسیتر، نیوهمپشایر,ایگزیٹر، نیو ہیمپشائر,エクセター,埃克塞特		NH	015	25380	
5085989	Fabyan	fabyan	US	06245	0	America/New_York	44.2634	-71.45841	480	Fabyan,Fabyan House,Fabyan's		NH	007	10100	
5085997	Fairview	fairview	US	07022	0	America/New_York	44.01535	-71.6773	229			NH	009	87060	
5086024	Farmington	farmington	US	03835	3885	America/New_York	43.3898	-71.06506	87	Dock,Farmington,Фармингтон		NH	017	26020	
5086066	Fernwood	fernwood	US	39635	0	America/New_York	43.40813	-72.06453	347			NH	019	75060	
5086182	Fitzwilliam	fitzwilliam	US	03447	2280	America/New_York	42.78064	-72.14175	349	Fitsvilliam,Fitzwilliam,Monadnock Number 4,fytzwylyam,Фитсвиллиам,فيتزويليام,فٹزویلیم، نیو ہیمپشائر		NH	005	26500	
5086298	Four Corners	four-corners	US	82715	0	America/New_York	43.06342	-70.96923	30			NH	015	52340	
5086321	Francestown	francestown	US	03043	1571	America/New_York	42.98758	-71.81258	253	Franstaun,fransystawn,Франстаун,فرانسيستاون,فرینسسٹاؤن، نیو ہیمپشائر		NH	011	27140	
5086325	Franconia	franconia	US	03580	984	America/New_York	44.22701	-71.74786	285	Franconia,Franconia Iron Works,Franconia Village,Frankonia,Frankonija,Morristown,frankwnya,Франкониа,Франкония,فرانكونيا,فرینکونیا، نیو ہیمپشائر		NH	009	27300	
5086344	Franklin	franklin	US	02038	8450	America/New_York	43.44424	-71.6473	94	East Village,Franklin,Franklin Falls,Frenklin,Pemigewasset,Pemigewasset Village,Salisbury,franklyn,franklyn  nywhmpshayr,fu lan ke lin,furankurin,peulaengkeullin,Франклин,Френклин,فرانكلين,فرانکلین، نیوهمپشایر,فرینکلن، نیو ہیمپشائر,フランクリン,富蘭克林,프랭클린		NH	013	27380	
5086373	Freedom	freedom	US	03836	1388	America/New_York	43.8123	-71.03562	135	Freedom,Leavitt's Town,North Effingham		NH	003	27700	
5086383	Fremont	fremont	US	03044	3738	America/New_York	42.99092	-71.14256	47	Fremont,Frimont,Poplin,Фримонт		NH	015	27940	
5086513	Georges Mills	georges-mills	US	03751	0	America/New_York	43.43174	-72.06731	347	George's Mills,Georges Mills		NH	019	75060	
5086531	Gilboa	gilboa	US	12076	0	America/New_York	42.99536	-72.39009	205			NH	005	82660	
5086544	Gilford	gilford	US	03249	7849	America/New_York	43.54758	-71.40674	225	Gilford,ghylfwrd,Гилфорд,غيلفورد,گلفورڈ، نیو ہیمپشائر		NH	001	28740	
5086564	Gilmanton	gilmanton	US	03237	3259	America/New_York	43.42425	-71.41452	303	Gilmanton,ghylmantwn,Гилмантон,غيلمانتون,گلمنٹن، نیو ہیمپشائر		NH	001	28980	
5086574	Gilsum	gilsum	US	03448	828	America/New_York	43.04841	-72.26286	264	Boyle,Gilsum		NH	005	29220	
5086596	Glencliff	glencliff	US	03238	0	America/New_York	43.98284	-71.89342	332			NH	009	78740	
5086599	Glendale	glendale	US	01229	0	America/New_York	43.58258	-71.38702	167			NH	001	28740	
5086607	Glen	glen	US	03838	0	America/New_York	44.11007	-71.18257	167	Center Bartlett,Glen,Glen Station		NH	003	03700	
5086628	Goffstown	goffstown	US	03045	3196	America/New_York	43.02036	-71.60035	95	Goffstaun,Goffstown,Gofstaun,Piscataquog Village,gafstawn  nywhmpshayr,ghwfstawn,gofuzutaun,Гофстаун,Гоффстаун,غوفستاون,گافستاون، نیوهمپشایر,گافسٹاؤن، نیو ہیمپشائر,ゴフズタウン		NH	011	29860	
5086700	Gorham	gorham	US	03581	1600	America/New_York	44.38784	-71.17313	241	Goram,Gorkham,Gorkhehm,ghwrham,gwram  nywhmpshayr,Горам,Горхам,Горхэм,غورهام,گورام، نیوهمپشایر,گورہم، نیو ہیمپشائر		NH	007	30260	
5086717	Goshen	goshen	US	01032	789	America/New_York	43.30119	-72.14786	297	Goshehn,Goshen,Mill Village,ghwshyn,Гошен,Гошэн,غوشين,گوشین، نیو ہیمپشائر		NH	019	30500	
5086723	Gosport	gosport	US	47433	0	America/New_York	42.97759	-70.61477	6	Appledore,God's Town,Gosport,Gossip's Town,Isles of Shoals		NH	015	66180	
5086765	Grafton	grafton	US	01519	1212	America/New_York	43.55868	-71.94397	255			NH	009	30820	
5086779	Granite	granite	US	73547	0	America/New_York	43.69119	-71.05868	213			NH	003	58740	
5086792	Grantham	grantham	US	03753	2308	America/New_York	43.48952	-72.13759	288	Grantham,New Grantham		NH	019	31220	
5086911	Greenfield	greenfield	US	01301	1765	America/New_York	42.95064	-71.8723	258	Grinfild,ghrynfyld,Гринфилд,غرينفيلد,گرین فیلڈ، نیو ہیمپشائر		NH	011	31540	
5086915	Greenland	greenland	US	03840	3417	America/New_York	43.0362	-70.83283	18			NH	015	31700	
5086935	Greenville	greenville	US	02828	1108	America/New_York	42.76731	-71.8123	250	Greenville,Grinvill,Mason Harbor,Mason Village,Slipton,Гринвилл		NH	011	31940	
5086965	Groton	groton	US	01450	486	America/New_York	43.70174	-71.83564	194	Cockermouth,Groton		NH	009	32180	
5086978	Groveton	groveton	US	03582	1118	America/New_York	44.59867	-71.5112	269	Grove Town,Groveton		NH	007	56100	
5086999	Guild	guild	US	03754	0	America/New_York	43.37674	-72.13814	262			NH	019	52580	
5087042	Hadley	hadley	US	01035	0	America/New_York	42.83481	-71.98786	278			NH	005	38500	
5087105	Hampstead	hampstead	US	03841	8650	America/New_York	42.87453	-71.18117	100	Hampstead,Khehmpsted,Timber Lane,Хэмпстед		NH	015	32900	
5087110	Hampton	hampton	US	03842	9656	America/New_York	42.93759	-70.83894	12	Hampton,Khehmpton,Khehmton,Khempton,Winnecumet,Winnicumet,hambtwn,hanputon,hmptwn  nywhmpshayr,Хемптон,Хэмптон,Хэмтон,هامبتون,همپتون، نیوهمپشایر,ہیمپٹن، نیو ہیمپشائر,ハンプトン		NH	015	33060	
5087122	Hampton Falls	hampton-falls	US	03844	2002	America/New_York	42.9162	-70.86366	19	Hampton Falls,Hampton-falls,Khehmton Fols,hambtwn fals,Хэмтон Фолс,هامبتون فالس,ہیمپٹن فالز، نیو ہیمپشائر		NH	015	33460	
5087149	Hancock	hancock	US	03449	204	America/New_York	42.97286	-71.9798	266	Hancock,Hancock Village,Khankok,Khehnkok,Khenkok,hankwk,hnkak  nywhmpshayr,Ханкок,Хенкок,Хэнкок,هانكوك,هنکاک، نیوهمپشایر,ہینکوک، نیو ہیمپشائر		NH	011	33700	
5087168	Hanover	hanover	US	02339	8636	America/New_York	43.70229	-72.28954	162			NH	009	33860	
5087193	Happy Valley	happy-valley	US	97086	0	America/New_York	42.91758	-71.91647	220			NH	011	60580	
5087227	Harrisville	harrisville	US	02830	1145	America/New_York	42.94508	-72.09647	407	Harrisville,Kharrisvill,Twitchellville,Twitchellville Village,harysfyl,hryswyl  nywhmpshayr,Харрисвилл,هاريسفيل,هریسویل، نیوهمپشایر,ہیرسویل، نیو ہیمپشائر		NH	005	34420	
5087259	Hastings	hastings	US	13076	0	America/New_York	43.40119	-72.03147	354	Hastings,Hastings Landing		NH	013	52100	
5087270	Haverhill	haverhill	US	01830	4532	America/New_York	44.03451	-72.06398	191	Haverel,Haverhill,Haverhill Corner,Haveril,Havrell,Khaverkhill,Lower Cohos,Lower Corners,Хаверхилл		NH	009	34820	
5087330	Hebron	hebron	US	03241	489	America/New_York	43.69396	-71.80564	189	Cockermouth,Hebron		NH	009	35220	
5089009	Lost Nation	lost-nation	US	52254	0	America/New_York	44.5095	-71.49147	328			NH	007	40420	
5087365	Henniker	henniker	US	03242	1747	America/New_York	43.1798	-71.8223	132	Henniker,Henniker Village,Hinnekar,Khehnniker,Kheniker,Number 6,hnykr,hnykr  nywhmpshayr,Хеникер,Хэнникер,هنيكر,هنیکر، نیوهمپشایر,ہینیکر، نیو ہیمپشائر		NH	013	35540	
5087413	High Bridge	high-bridge	US	08829	0	America/New_York	42.75092	-71.82702	284	High Bridge,Highbridge		NH	011	51940	
5087431	Highlands	highlands	US	07732	0	America/New_York	44.37284	-71.43841	355			NH	007	38820	
5087435	Hill	hill	US	03243	1057	America/New_York	43.52424	-71.70091	136	Hill,Hill Village,New Chester		NH	013	35860	
5087494	Hinsdale	hinsdale	US	01235	1548	America/New_York	42.78619	-72.48648	64	Fort Dummer,Hinsdale		NH	005	36660	
5087552	Holderness	holderness	US	03245	2056	America/New_York	43.73202	-71.58841	180	Holdernes,Holderness,Khouldehrness,New Holderness,Хоулдэрнесс		NH	009	36900	
5087559	Hollis	hollis	US	03049	7711	America/New_York	42.74314	-71.59174	123	Hollis,Khollis,Nissitissit,hwlys,Холлис,هوليس,ہالس، نیو ہیمپشائر		NH	011	37140	
5087580	Holton	holton	US	47023	0	America/New_York	43.08119	-71.90786	181			NH	011	17780	
5087616	Hooksett	hooksett	US	03106	4147	America/New_York	43.09675	-71.46507	64	Hanna-Ko-Kees,Hooksett,Isle au Hooksett Falls,Isle of Hooksett,Khuksehtt,Khukset,fukkusetto,hwkst  nywhmpshayr,hwksyt,Хуксет,Хуксэтт,هوكسيت,هوکست، نیوهمپشایر,ہکسیٹ، نیو ہیمپشائر,フックセット		NH	013	37300	
5087639	Hopkinton	hopkinton	US	01748	5676	America/New_York	43.19147	-71.67535	154	Hopkinton,Khopkinton,New Hopkinton,hwbkyntwn,Хопкинтон,هوبكينتون,ہوپکنٹن، نیو ہیمپشائر		NH	013	37540	
5087728	Hubbard	hubbard	US	44425	0	America/New_York	42.88231	-71.24506	80			NH	015	17940	
5087752	Hudson	hudson	US	01749	7336	America/New_York	42.76481	-71.43979	46	Gudzon,Hudson,Khadson,Nottingham West,hadoson,hadsn  nywhmpshayr,hwdswn,Гудзон,Хадсон,هادسن، نیوهمپشایر,هودسون,ہڈسن، نیو ہیمپشائر,ハドソン		NH	011	37940	
5087992	Intervale	intervale	US	03845	0	America/New_York	44.07424	-71.14007	169	Fosters Pocket,Intervale		NH	003	14660	
5088000	Ireland	ireland	US	26376	0	America/New_York	44.15951	-71.89342	372			NH	009	40660	
5088043	Jackson	jackson	US	03846	889	America/New_York	44.14423	-71.18091	233	Adams,Dzhehkson,Dzhekson,Jackson,Jackson Village,New Madbury,jakswn,Джексон,Джэксон,جاكسون,جیکسن، نیوہیمپشائر		NH	003	38260	
5088061	Jaffrey	jaffrey	US	03452	2757	America/New_York	42.81397	-72.02314	304	AFN,Dzafri,Dzhaffrehj,East Jaffrey,Factory Village,Jaffrey,Monadnock Number 3,jafry,jafry  nywhmpshayr,Џафри,Джаффрэй,جافري,جافری، نیوهمپشایر,جففرے، نیو ہیمپشائر		NH	005	38500	
5088076	James City	james-city	US	16734	0	America/New_York	43.14314	-71.23423	128			NH	015	17460	
5088090	Jefferson	jefferson	US	01522	1071	America/New_York	44.41895	-71.47453	425	Dartmouth,Dzhefferson,Jefferson,Jefferson Hill,Джефферсон		NH	007	38820	
5088118	Jericho	jericho	US	05465	0	America/New_York	44.10785	-71.20396	181			NH	003	03700	
5088119	Jericho	jericho	US	05465	0	America/New_York	44.14395	-71.84898	449			NH	009	40660	
5088196	Jones Mills	jones-mills	US	15646	0	America/New_York	43.39452	-71.41424	256			NH	001	28980	
5088229	Kearsarge	kearsarge	US	03847	0	America/New_York	44.07535	-71.11757	206	Coresarga,Cowissewaschook,Hard Scrabble,Kearsarge,Kearsarge Village,Kee-wiss-aga,Kyarsarga		NH	003	03700	
5089614	Mill Village	mill-village	US	16427	0	America/New_York	43.07758	-72.09258	393			NH	005	73700	
5088262	Keene	keene	US	03431	23265	America/New_York	42.93369	-72.27814	148	EEN,Keen,Keene,Kijn,Kin,Kini,Upper Ashuelot,ji en,kin,kyn,kyn  nywhmpshayr,Кийн,Кин,Кини,Кін,كين,کین، نیو ہیمپشائر,کین، نیوهمپشایر,キーン,基恩	005	NH	005	39300	
5088311	Kensington	kensington	US	20891	2016	America/New_York	42.92703	-70.94394	35	Kensington,Кенсингтон		NH	015	39780	
5088377	Kingston	kingston	US	02364	6225	America/New_York	42.93648	-71.05339	40	Kingston,kynghstwn,Кингстон,كينغستون,کنگسٹن، نیو ہیمپشائر		NH	015	40100	
5088438	Laconia	laconia	US	03246	16227	America/New_York	43.52785	-71.47035	153	City of the Lakes,LCI,Laconia,Lakonia,Lakonija,Meredith Bridge,la ke ni ya,lakwnya,lkwwnya  nywhmpshayr,rakonia,Лакониа,Лакония,Лаконија,لاكونيا,لاکونیا، نیو ہیمپ شائر,لکوونیا، نیوهمپشایر,ラコニア,拉科尼亚	001	NH	001	40180	
5088508	Lakeside	lakeside	US	06758	0	America/New_York	43.41035	-72.0312	334			NH	013	52100	
5088529	Lancaster	lancaster	US	01523	1725	America/New_York	44.48895	-71.56925	263	Lancaster,Lancaster Village,Lankastehr,Lankaster,Lankastur,Upper Cohos,lan kai si te,lankastr,lnkstr  nywhmpshayr,rankasuta,Ланкастер,Ланкастър,Ланкастэр,لانكاستر,لانکیسٹر، نیو ہیمپ شائر,لنکستر، نیوهمپشایر,ランカスター,兰开斯特	007	NH	007	40420	
5088542	Langdon	langdon	US	58249	624	America/New_York	43.16702	-72.37953	209			NH	019	40900	
5088597	Lebanon	lebanon	US	03756	13579	America/New_York	43.64229	-72.25176	178	LEB,Lebanon,lai ba nen,lbnan,lbnan  nywhmpshayr,lebeoneon,rebanon,Лебанон,لبنان,لبنان، نیوهمپشایر,لیبانن، نیو ہیمپشائر,レバノン,萊巴嫩,레버넌		NH	009	41300	
5088619	Lee	lee	US	01238	4500	America/New_York	43.12314	-71.01145	58			NH	017	41460	
5088638	Lempster	lempster	US	03605	1034	America/New_York	43.23841	-72.21064	427	Dupplin,Lempster,Town of Lemster		NH	019	41700	
5088693	Lincoln	lincoln	US	01773	993	America/New_York	44.04562	-71.67008	251	Henryville,Lincoln,Linkol'n,Linkoln,Pollard's,Pullman,lynkln  nywhmpshayr,lynkwln,Линколн,Линкольн,لنکن، نیو ہیمپشائر,لينكولن,لینکلن، نیوهمپشایر		NH	009	41860	
5088702	Lincoln Park	lincoln-park	US	07035	0	America/New_York	42.75731	-71.50812	50			NH	011	50260	
5088728	Lisbon	lisbon	US	03585	980	America/New_York	44.2134	-71.91092	180	Concord,Lisbon		NH	009	42020	
5088753	Litchfield	litchfield	US	03052	8307	America/New_York	42.84425	-71.47979	37	Brenton's Farm,Litchfield,Lytchfield		NH	011	42260	
5088849	Littlefield	littlefield	US	79339	0	America/New_York	43.0387	-70.99728	38			NH	015	51380	
5088856	Littleton	littleton	US	01460	4412	America/New_York	44.30617	-71.77009	251	Chiswick,Litlton,Littleton,Littlton,lytltwn,lytltwn  nywhmpshayr,Литлтон,Литтлтон,ليتلتون,لٹلٹن، نیو ہیمپشائر,لیتلتون، نیوهمپشایر		NH	009	42580	
5088870	Livermore	livermore	US	04253	3	America/New_York	44.07451	-71.3773	407	Livurmor,Ливърмор		NH	009	42820	
5088882	Lochmere	lochmere	US	03252	0	America/New_York	43.47119	-71.53007	159			NH	001	04740	
5088905	Londonderry	londonderry	US	03053	11037	America/New_York	42.86509	-71.37395	128	Londondehrri,Londonderi,Londonderri,Londonderry,Nutfield,landndry  nywhmpshayr,lndndry,rondonderi,Лондондери,Лондондерри,Лондондэрри,لاندندری، نیوهمپشایر,لندندري,لنڈنڈیری، نیو ہیمپشائر,ロンドンデリー		NH	015	43220	
5089020	Loudon	loudon	US	03307	559	America/New_York	43.28564	-71.46729	116			NH	013	43380	
5089108	Lyme	lyme	US	03768	1788	America/New_York	43.80951	-72.15592	166	Lyme,Lyme Plain		NH	009	44260	
5089109	Lyme Center	lyme-center	US	03769	0	America/New_York	43.79924	-72.12287	245			NH	009	44260	
5089118	Lyndeborough	lyndeborough	US	03082	1688	America/New_York	42.90758	-71.76646	269	Lyndeborough,Lyndeborough Center,Salem Canada		NH	011	44580	
5089140	Madbury	madbury	US	03823	1607	America/New_York	43.16925	-70.92395	36			NH	017	44820	
5089144	Madison	madison	US	03849	2113	America/New_York	43.89924	-71.1484	175	Madison,Medison,Mehdison,madyswn,Мадисон,Медісон,Мэдисон,ماديسون,میڈیسون، نیو ہیمپ شائر		NH	003	45060	
5089178	Manchester	manchester	US	01944	110229	America/New_York	42.99564	-71.45479	80	Derryfield,Harrytown,MHT,Manchehster,Manchester,Manchestur,Namaskeag,Old Harrytown,Tyng's Town,Tyngstown,maencheseuteo,man che si te,manchesuta,manshstr,mnchstr  nywhmpshayr,mnzstr,Манчестер,Манчестър,Манчэстер,מנצסטר,مانشستر,مانچسٹر، نیو ہیمپشائر,منچستر، نیوهمپشایر,マンチェスター,曼徹斯特,맨체스터		NH	011	45140	
5089216	Mapleton	mapleton	US	04757	0	America/New_York	44.64866	-71.55231	283	Mapleton,Mapleton Station		NH	007	74180	
5089217	Maplewood	maplewood	US	07040	0	America/New_York	44.28201	-71.65731	445			NH	009	05460	
5089236	Marlborough	marlborough	US	01752	1094	America/New_York	42.90425	-72.20786	215	Marlboro,Marlborough,Monadnock Number 5,Марлборо		NH	005	45460	
5089240	Marlow	marlow	US	03456	796	America/New_York	43.11591	-72.19703	354			NH	005	45700	
5089264	Martin	martin	US	15460	0	America/New_York	43.04342	-71.45423	57			NH	013	37300	
5089293	Mason	mason	US	25260	1222	America/New_York	42.7437	-71.76896	228	Mason,Mason Village,Mehson,Meyson,Number 1,maswn,Мэсон,ماسون,میسن، نیو ہیمپشائر		NH	011	46260	
5089399	Meadowbrook	meadowbrook	US	26404	0	America/New_York	43.0687	-70.77783	6			NH	015	62900	
5089449	Meredith	meredith	US	03253	1718	America/New_York	43.65757	-71.50035	158	Mehredis,Meredith,New Salem,Мэредис		NH	001	47140	
5089461	Meriden	meriden	US	03770	0	America/New_York	43.54396	-72.25259	283	Bird Village,Meriden,Meriden Village		NH	019	62340	
5089466	Melvin Village	melvin-village	US	03850	241	America/New_York	43.68897	-71.30424	158			NH	003	77620	
5089478	Merrimack	merrimack	US	03054	26726	America/New_York	42.86509	-71.4934	47	East Merrimack,Merrimac,Merrimack,Merrimak,Souhegan East,merimakku,myrymak,Мерримак,ميريماك,میریمیک، نیو ہیمپشائر,メリマック		NH	011	47540	
5089546	Milan	milan	US	03588	1418	America/New_York	44.57339	-71.18508	346	Milan,Paulsburgh		NH	007	47860	
5089578	Milford	milford	US	01757	8835	America/New_York	42.83536	-71.64896	81	Mile Slip,Milford,Mill Ford,The Falls,mirufodo,mylfrd  nywhmpshayr,mylfwrd,Милфорд,ميلفورد,میلفرد، نیوهمپشایر,میلفورڈ، نیو ہیمپشائر,ミルフォード		NH	011	48020	
5089615	Mill Village	mill-village	US	16427	0	America/New_York	43.53424	-72.33592	166			NH	019	62340	
5089640	Millville	millville	US	01529	0	America/New_York	42.80259	-71.2145	44			NH	015	66660	
5089648	Milton	milton	US	02186	575	America/New_York	43.4098	-70.9884	137	Mil'ton,Milton,myltwn,myltwn  nywhmpshayr,Милтон,Мильтон,ملٹن، نیو ہیمپشائر,ميلتون,میلتون، نیوهمپشایر		NH	017	48660	
5089651	Milton Mills	milton-mills	US	03852	299	America/New_York	43.50119	-70.96367	138			NH	017	48660	
5089680	Mirror Lake	mirror-lake	US	03853	0	America/New_York	43.62258	-71.27618	163	Mirror Lake,Mirror Lake Estates		NH	003	77620	
5089738	Monroe	monroe	US	03771	808	America/New_York	44.26034	-72.05482	161	Monro,Монро		NH	009	48980	
5089746	Mont Vernon	mont-vernon	US	03057	2166	America/New_York	42.89453	-71.67424	250	Mont Vernon,Mount Vernon,Mount-Vernon		NH	011	49140	
5089753	Montcalm	montcalm	US	24737	0	America/New_York	43.60007	-72.17037	369			NH	009	24340	
5089850	Moultonborough	moultonborough	US	03254	5034	America/New_York	43.7548	-71.39674	186	Moultonboro,Moultonborou,Moultonborough,mwltwnbwrw,Моултонбороу,مولتونبورو,مولٹنبرو، نیو ہیمپشائر		NH	003	49380	
5089940	Mountain Lakes	mountain-lakes	US	07046	488	America/New_York	44.12145	-71.95537	243			NH	009	34820	
5090046	Nashua	nashua	US	03060	87970	America/New_York	42.76537	-71.46757	49	ASH,Nashua,Watanic,na shu e,naesyua,nashua,nashwa,nshwa  nywhmpshayr,Нашуа,נשואה,ناشوا,ناشوا، نیو ہیمپشائر,نشوا، نیوهمپشایر,ナシュア,纳舒厄,내슈아		NH	011	50260	
5090084	Nelson	nelson	US	03457	675	America/New_York	42.99064	-72.13092	438	Nehlson,Nelson,Packersfield,nylswn,Нэлсон,نيلسون,نیلسن، نیو ہیمپشائر		NH	005	50580	
5090096	New Boston	new-boston	US	03070	4934	America/New_York	42.97619	-71.69396	135	Lane's New Boston,New Boston		NH	011	50740	
5090100	New Castle	new-castle	US	03854	1076	America/New_York	43.07231	-70.71616	7	Great Island,Great-Island,New Castle,Newcastle		NH	015	50980	
5090111	New Durham	new-durham	US	03855	2364	America/New_York	43.43675	-71.17229	163			NH	017	51220	
5090183	New Ipswich	new-ipswich	US	03071	5283	America/New_York	42.74814	-71.85424	323	Ipswich Canada,N'ju Ipsvich,New Ipswich,nyw aybswytsh,Нью Ипсвич,نيو إيبسويتش,نیو اپسویچ، نیو ہیمپشائر		NH	011	51940	
5090189	New London	new-london	US	03257	1415	America/New_York	43.41396	-71.98508	392	Dantzick,N'ju London,N'ju-London,New London,Nju London,nyw landn  nywhmpshayr,nyw lndn,Њу Лондон,Нью Лондон,Нью-Лондон,نيو لندن,نیو لاندن، نیوهمپشایر,نیو لندن، نیو ہیمپشائر		NH	013	52100	
5090204	New Hampton	new-hampton	US	03256	351	America/New_York	43.60563	-71.65424	154	Moultonborough Addition,N'ju Khampton,New Hampton,New Hampton Village,Nju Khapton,nyw hambtwn,nyw hmptwn  nywhmpshayr,Њу Хаптон,Нью Хамптон,نيو هامبتون,نیو همپتون، نیوهمپشایر,نیو ہیمپٹن، نیو ہیمپشائر		NH	001	51540	
5090214	Newbury	newbury	US	01951	1813	America/New_York	43.32146	-72.03592	339	Dantzick,Fishersfield,N'jubjuri,Newbury,nywbwry,Ньюбюри,نيوبوري,نیوبیری، نیو ہیمپشائر		NH	013	50900	
5090229	Newfields	newfields	US	03856	301	America/New_York	43.03703	-70.93839	21	Newfield Village,Newfields,South Newmarket		NH	015	51380	
5090231	Newington	newington	US	06111	825	America/New_York	43.10009	-70.83367	24	Bloody Point,Fox Point,N'juington,Newington,Newington Village,nywynghwn,Ньюингтон,نيوينغون,نیوانگٹن، نیو ہیمپشائر		NH	015	51620	
5090245	Newmarket	newmarket	US	03857	0	America/New_York	43.27785	-71.87341	186			NH	013	78580	
5090246	Newmarket	newmarket	US	03857	5297	America/New_York	43.08286	-70.93506	12	Lampreyville,N'jumarket,New-Market,Newmarket,Newmarkit,Njumarket,nywmarkt,nywmarkt  nywhmpshayr,Њумаркет,Ньюмаркет,نيوماركت,نیومارکت، نیوهمپشایر,نیومارکٹ، نیو ہیمپشائر		NH	015	52340	
5090256	Newport	newport	US	02840	4769	America/New_York	43.36535	-72.17342	250	N'juport,NWH,Njuport,niu bo te,nyupoto,nywbwrt,nywprt  nywhmpshayr,Њупорт,Ньюпорт,Нюпорт,نيوبورت,نیوپرت، نیوهمپشایر,نیوپورٹ، نیو ہیمپشائر,ニューポート,纽波特	019	NH	019	52580	
5090268	Newton	newton	US	02458	4513	America/New_York	42.86953	-71.0345	61	N'juton,Ньютон		NH	015	52900	
5090275	Newton Junction	newton-junction	US	03859	0	America/New_York	42.86731	-71.06589	39			NH	015	52900	
5090314	North Beach	north-beach	US	20714	0	America/New_York	42.93398	-70.79839	3			NH	015	33060	
5090315	North Branch	north-branch	US	12766	0	America/New_York	43.08064	-71.9773	287			NH	011	01700	
5090342	North Chatham	north-chatham	US	02650	0	America/New_York	44.24229	-71.01674	159			NH	003	11780	
5090347	North Conway	north-conway	US	03860	2349	America/New_York	44.05368	-71.1284	160	Nors Konvehj,Nort Konvej,nrt kanwy  nywhmpshayr,Норс Конвэй,Норт Конвеј,نرت کانوی، نیوهمپشایر		NH	003	14660	
5090375	North Haverhill	north-haverhill	US	03774	0	America/New_York	44.09034	-72.02648	150		009	NH	009	34820	
5090383	North Hampton	north-hampton	US	03862	4721	America/New_York	42.97259	-70.82978	25			NH	015	54580	
5090409	North Pembroke	north-pembroke	US	02358	0	America/New_York	43.20286	-71.42812	212			NH	013	60020	
5090420	North Salem	north-salem	US	03073	0	America/New_York	42.83703	-71.22062	54			NH	015	66660	
5090425	North Sandwich	north-sandwich	US	03259	0	America/New_York	43.84063	-71.39702	208	North Sandwich,North Sandwich Village		NH	003	67780	
5090429	North Stratford	north-stratford	US	03590	0	America/New_York	44.75172	-71.6287	277			NH	007	74180	
5090433	North Sutton	north-sutton	US	03260	0	America/New_York	43.36396	-71.93953	279	North Sutton,North Sutton Village		NH	013	75460	
5090441	North Walpole	north-walpole	US	03609	828	America/New_York	43.13897	-72.44814	90			NH	005	78420	
5090448	North Woodstock	north-woodstock	US	03262	528	America/New_York	44.03034	-71.68591	225			NH	009	87060	
5090459	Northfield	northfield	US	01360	5049	America/New_York	43.43313	-71.5923	132	Norsfild,nwrthfyld,Норсфилд,نارتھفیلڈ، نیو ہیمپشائر,نورثفيلد		NH	013	54260	
5090464	Northumberland	northumberland	US	17857	2597	America/New_York	44.56339	-71.5587	264	Northumberland,Northumberland Village		NH	007	56100	
5092276	Salisbury	salisbury	US	01952	1211	America/New_York	43.38008	-71.71702	249	Salisbury,South Village,Steven's Town,Stevenstown		NH	013	66980	
5090470	Northwood	northwood	US	03261	3877	America/New_York	43.19425	-71.1509	170	Norsvud,nwrthwwd,Норсвуд,نارتھووڈ، نیو ہیمپشائر,نورثوود		NH	015	56820	
5090496	Nottingham	nottingham	US	03290	3942	America/New_York	43.11453	-71.09978	78	Nottingkham,nwtynghham,Ноттингхам,نوتينغهام,نوٹنگھم، نیو ہیمپشائر		NH	015	57460	
5090649	Orange	orange	US	01364	318	America/New_York	43.65452	-71.97147	375	Cardigan,Orange		NH	009	58340	
5090662	Orford	orford	US	03777	1162	America/New_York	43.90535	-72.14009	120	Orford,Orford Village		NH	009	58500	
5090667	Orfordville	orfordville	US	53576	0	America/New_York	43.8834	-72.10231	207			NH	009	58500	
5090683	Ossipee	ossipee	US	03864	4655	America/New_York	43.68536	-71.11673	202	New Garden,New-Garden,Osipij,Ossipee,Ossipi,Wigwam Village,ao xi pi,awsyby,awsypy  nywhmpshayr,oshipi,Осипий,Оссипи,أوسيبي,اوسیپی، نیو ہیمپشائر,اوسیپی، نیوهمپشایر,オシピー,奥西皮	003	NH	003	58740	
5090713	Otterville	otterville	US	65348	0	America/New_York	43.42952	-72.04564	361			NH	013	52100	
5090795	Parker	parker	US	16049	0	America/New_York	43.02592	-71.62757	97			NH	011	29860	
5090910	Pelham	pelham	US	03076	12676	America/New_York	42.73453	-71.32451	47			NH	011	59940	
5090918	Pembroke	pembroke	US	02359	7461	America/New_York	43.14675	-71.45757	128	Pembroke,Rehmbrouk,Suncook,bymbrwk,Рэмброук,بيمبروك,پیمبروک، نیو ہیمپشائر		NH	013	60020	
5090965	Percy	percy	US	62272	0	America/New_York	44.62311	-71.39203	307			NH	007	73060	
5091002	Peterborough	peterborough	US	03458	3103	America/New_York	42.87064	-71.95175	219	Peterboro,Peterborou,Peterborough,Piterboro,bytrbwrw,pytrbwrwg  nywhmpshayr,Петербороу,Питерборо,بيتربورو,پیتربوروگ، نیوهمپشایر,پیٹربرو، نیو ہیمپشائر		NH	011	60580	
5091059	Pickering	pickering	US	64476	0	America/New_York	43.25258	-70.95256	46			NH	017	65140	
5091082	Piermont	piermont	US	03779	755	America/New_York	43.96979	-72.08064	158	Pajrmont,byrmwnt,Пайрмонт,بيرمونت,پیئرمونٹ، نیو ہیمپشائر		NH	009	61060	
5091090	Pike	pike	US	03780	0	America/New_York	44.0309	-72.00814	226			NH	009	34820	
5091175	Pine River	pine-river	US	54965	0	America/New_York	43.73202	-71.07368	149			NH	003	23620	
5091247	Pittsburg	pittsburg	US	03592	923	America/New_York	45.05116	-71.39147	403	Fletcher's Mill,Indian Stream,Pitsburg,Pittsburg,Pittsburg Village,Питсбург,پٹسبرگ، نیو ہیمپشائر		NH	007	61780	
5091251	Pittsfield	pittsfield	US	01201	1576	America/New_York	43.30591	-71.32423	151			NH	013	61940	
5091265	Plainfield	plainfield	US	01070	205	America/New_York	43.53424	-72.3562	159	Plainfield,Plainfield Village,Plehjnfild,Plejnfijld,Plejnfild,peulleinpildeu,plynfyld  nywhmpshayr,Плейнфийлд,Плејнфилд,Плэйнфилд,پلینفیلد، نیوهمپشایر,پلینفیلڈ، نیو ہیمپشائر,플레인필드		NH	019	62340	
5091273	Plaistow	plaistow	US	03865	7885	America/New_York	42.83648	-71.09478	31			NH	015	62500	
5091310	Plymouth	plymouth	US	02360	4456	America/New_York	43.75702	-71.68813	157	Plajmaus,Plimut,Plymouth,Plymouth Compact,plymwth  nywhmpshayr,Плаймаус,Плимут,Плимът,پلیموث، نیوهمپشایر		NH	009	62660	
5091360	Ponemah	ponemah	US	56666	0	America/New_York	42.81703	-71.60507	71			NH	011	01300	
5091383	Portsmouth	portsmouth	US	02871	21530	America/New_York	43.07704	-70.75766	6	PSM,Pascataquack,Piscataqua,Portsmaus,Portsmouth,Portsmut,Rivertown,Strabery Banke,Strawberry Banck,Strawberry Bancke,Strawberry Bank,Strawberry-bank,Strawbery Banke,The Bank,bwrtsmwth,pocheumeoseu,potsumasu,prtsmwth  nywhmpshayr,pu ci mao si,Портсмаус,Портсмут,Портсмът,بورتسموث,پرتسموث، نیوهمپشایر,ポーツマス,朴次茅斯,포츠머스		NH	015	62900	
5091441	Pratt	pratt	US	25162	0	America/New_York	42.7837	-71.76313	212			NH	011	46260	
5091558	Quaker City	quaker-city	US	43773	0	America/New_York	43.27146	-72.33231	214			NH	019	77940	
5091569	Quincy	quincy	US	02169	0	America/New_York	43.78757	-71.77452	158			NH	009	65940	
5091595	Rand	rand	US	80473	0	America/New_York	42.7362	-72.04202	351			NH	005	64580	
5091604	Randolph	randolph	US	02368	361	America/New_York	44.37534	-71.2798	389	Durand,Randolph		NH	007	63860	
5091636	Raymond	raymond	US	03077	2855	America/New_York	43.0362	-71.1834	61	Freetown,Raymond		NH	015	64020	
5091679	Redstone	redstone	US	59257	0	America/New_York	44.01479	-71.10118	148			NH	003	14660	
5091729	Richmond	richmond	US	01254	1147	America/New_York	42.75481	-72.27175	325			NH	005	64420	
5091744	Rindge	rindge	US	03461	6049	America/New_York	42.7512	-72.0098	397	Rindge,Rindzh,Rowley Canada,Риндж,رینج، نیو ہیمپشائر		NH	005	64580	
5091756	Riverdale	riverdale	US	07457	0	America/New_York	43.03203	-71.64507	93			NH	011	79780	
5091759	Riverside	riverside	US	02915	0	America/New_York	42.88259	-70.82339	2			NH	015	68260	
5091771	Riverton	riverton	US	06065	0	America/New_York	44.44561	-71.52897	319			NH	007	38820	
5091821	Roby	roby	US	65557	0	America/New_York	43.28869	-71.88591	148			NH	013	78580	
5091858	Rockingham	rockingham	US	28379	0	America/New_York	43.05009	-70.93284	17	Rockingham,Rockingham Junction		NH	015	51380	
5091868	Rockwood	rockwood	US	04478	0	America/New_York	42.79425	-72.18119	339			NH	005	26500	
5091872	Rochester	rochester	US	02770	30038	America/New_York	43.30453	-70.97562	70	Rochestehr,Rochester,locheseuteo,luo che si te,rachstr  nywhmpshayr,rochesuta,rwtshstr,Рочестер,Рочестэр,راچستر، نیوهمپشایر,روتشستر,ロチェスター,羅徹斯特,로체스터		NH	017	65140	
5091916	Rollinsford	rollinsford	US	03869	2820	America/New_York	43.2362	-70.82034	32	Rollinsford,Salmon Falls		NH	017	65540	
5091981	Rumney	rumney	US	03266	1576	America/New_York	43.80535	-71.81258	155	Rumney,Rumney Village		NH	009	65940	
5091993	Russell	russell	US	01071	0	America/New_York	42.91731	-71.8448	256			NH	011	31540	
5092018	Rye	rye	US	03870	5277	America/New_York	43.01342	-70.77089	23	Pannaway,Pascataquack,Raj,Rye,Rye Center,Sandy Beach,Рай,رائی، نیو ہیمپشائر		NH	015	66180	
5092019	Rye Beach	rye-beach	US	03871	0	America/New_York	42.97676	-70.76561	5			NH	015	66180	
5092268	Salem	salem	US	01970	29549	America/New_York	42.78842	-71.20089	40	Salem,Salem (New Hampshire),salm  nywhmpshayr,seiramu,Салем,سالم، نیوهمپشایر,سیلم، نیو ہیمپشائر,セイラム		NH	015	66660	
5092324	Sanborn	sanborn	US	14132	0	America/New_York	42.94009	-70.89283	19			NH	015	33460	
5092338	Sanbornton	sanbornton	US	03269	2749	America/New_York	43.48924	-71.5823	244	Sanbornton,Sanbornton Square,Санборнтон,سینبورنٹن، نیو ہیمپشائر		NH	001	67300	
5092346	Sanbornville	sanbornville	US	03872	1056	America/New_York	43.55425	-71.0309	176			NH	003	78180	
5092364	Sandown	sandown	US	03873	5827	America/New_York	42.9287	-71.18701	69			NH	015	67620	
5092370	Sandwich	sandwich	US	02563	1370	America/New_York	43.79035	-71.41118	241	Sehndvich,Сэндвич,سینڈوچ، نیو ہیمپشائر		NH	003	67780	
5092465	Scotland	scotland	US	06264	0	America/New_York	42.75731	-72.35759	155			NH	005	85540	
5092466	Scott	scott	US	38772	0	America/New_York	44.41228	-71.63703	262			NH	007	16820	
5092485	Seabrook	seabrook	US	03874	8679	America/New_York	42.89481	-70.87116	15			NH	015	68260	
5092534	Severance	severance	US	12872	0	America/New_York	43.01064	-71.38034	83			NH	015	02820	
5092570	Sharon	sharon	US	02067	383	America/New_York	42.81314	-71.91563	356	Peterborough Slip,Sharon,Шарон		NH	011	68820	
5092608	Shelburne	shelburne	US	05482	404	America/New_York	44.40117	-71.0748	217	Shelburne,Shelburne Village		NH	007	68980	
5092672	Silver Lake	silver-lake	US	03875	0	America/New_York	43.88813	-71.17535	148			NH	003	45060	
5092778	Smithtown	smithtown	US	11787	0	America/New_York	42.87648	-70.87005	15			NH	015	68260	
5092780	Smithville	smithville	US	26178	0	America/New_York	42.73759	-71.87119	323			NH	011	51940	
5092801	Snowville	snowville	US	84336	0	America/New_York	43.91257	-71.05785	177			NH	003	23380	
5092813	Somersworth	somersworth	US	03878	11759	America/New_York	43.26175	-70.86534	71	Great Falls,Samehrs,Samersvort,Sligo,Somersworth,Sumersworth,Summersworth,sa mo si wo si,samazuwasu,samrzwrt  nywhmpshayr,swmrswwrth,Самерсворт,Самэрс,سامرزورت، نیوهمپشایر,سامرزورتھ، نیو ہیمپشائر,سومرسوورث,サマーズワース,薩默斯沃思		NH	017	69940	
5092848	South Acworth	south-acworth	US	03607	0	America/New_York	43.19091	-72.28536	253			NH	019	00260	
5092876	South Chatham	south-chatham	US	02659	0	America/New_York	44.10118	-71.00701	128			NH	003	11780	
5092885	South Deerfield	south-deerfield	US	01373	0	America/New_York	43.09592	-71.26784	169			NH	015	17460	
5092905	South Lancaster	south-lancaster	US	01561	0	America/New_York	44.45867	-71.64536	259	Sonth Lancaster,South Lancaster		NH	007	40420	
5092907	South Lee	south-lee	US	01260	0	America/New_York	43.0987	-71.04173	51			NH	017	41460	
5092915	South Milford	south-milford	US	46786	0	America/New_York	42.82453	-71.66035	88			NH	011	48020	
5092921	South Newbury	south-newbury	US	03272	0	America/New_York	43.29563	-71.99675	223			NH	013	50900	
5092946	South Sutton	south-sutton	US	03273	0	America/New_York	43.32008	-71.93425	220			NH	013	75460	
5092947	South Tamworth	south-tamworth	US	03883	0	America/New_York	43.8248	-71.30313	176			NH	003	76100	
5093012	Spofford	spofford	US	03462	0	America/New_York	42.90703	-72.41953	210	Chesterfield,Chesterfield Factor,Spofford		NH	005	12260	
5093016	Spragueville	spragueville	US	52074	0	America/New_York	42.89647	-72.26342	145			NH	005	75700	
5093030	Springfield	springfield	US	01101	1007	America/New_York	43.49507	-72.03342	442	Protectworth,Springfield,Springfild,Спрингфилд		NH	019	72740	
5093118	State Line	state-line	US	17263	0	America/New_York	42.71814	-72.08341	270			NH	005	26500	
5093157	Stewartstown	stewartstown	US	17363	964	America/New_York	45.00616	-71.50786	360			NH	007	73380	
5093165	Stillwater	stillwater	US	04489	0	America/New_York	44.11868	-71.46952	621			NH	009	41860	
5093183	Stoddard	stoddard	US	03464	988	America/New_York	43.07869	-72.11453	432			NH	005	73700	
5093235	Strafford	strafford	US	03884	3862	America/New_York	43.32703	-71.18423	193			NH	017	73860	
5093242	Stratford	stratford	US	06614	1003	America/New_York	44.65505	-71.55564	267	Stratford,Stratford Hollow		NH	007	74180	
5093249	Stratham	stratham	US	03885	0	America/New_York	43.02398	-70.91367	13	Stratham,Stratham Community Church,Stratham Congregational Church,Stratkham,Стратхам,سٹریٹہیم، نیو ہیمپشائر		NH	015	74340	
5093309	Sugar Hill	sugar-hill	US	03586	600	America/New_York	44.21534	-71.79953	405			NH	009	74740	
5093333	Sullivan	sullivan	US	03445	795	America/New_York	43.01314	-72.22092	432			NH	005	74900	
5093347	Sunapee	sunapee	US	03782	3254	America/New_York	43.38757	-72.08786	310	Corey's Town,Sunapee		NH	019	75060	
5093360	Suncook	suncook	US	03275	5379	America/New_York	43.13064	-71.45312	82			NH	013	60020	
5093401	Surry	surry	US	04684	717	America/New_York	43.01786	-72.3212	175			NH	005	75300	
5093410	Sutton	sutton	US	01590	1644	America/New_York	43.33424	-71.95147	221			NH	013	75460	
5093422	Swanzey	swanzey	US	03446	7224	America/New_York	42.8698	-72.28175	149	Svanzehj,Swanzey,Swanzey Center,Сванзэй,سوینزی، نیو ہیمپشائر		NH	005	75700	
5093456	Swiftwater	swiftwater	US	18370	0	America/New_York	44.13284	-71.95148	210	Swiftwater,Swiftwater Village		NH	009	03940	
5093469	Tamworth	tamworth	US	03886	2673	America/New_York	43.8598	-71.26313	158	Tamvors,Тамворс,ٹیمورتھ، نیو ہیمپشائر		NH	003	76100	
5093508	Temple	temple	US	03084	1381	America/New_York	42.81814	-71.85147	311	Tehmpl,Тэмпл,ٹیمپل، نیو ہیمپشائر		NH	011	76260	
5093584	The Plains	the-plains	US	20198	0	America/New_York	43.46341	-71.54896	153			NH	001	77060	
5093612	Thomas	thomas	US	26292	0	America/New_York	42.74953	-72.04341	351			NH	005	64580	
5093630	Thornton	thornton	US	03285	1963	America/New_York	43.89285	-71.67591	184			NH	009	76740	
5093669	Tilton	tilton	US	03276	3612	America/New_York	43.4423	-71.58896	139	Bridge Village,Sanbornton Bridge,Tilton,Union Bridge,Тилтон,ٹلٹن، نیو ہیمپشائر		NH	001	77060	
5093821	Troy	troy	US	03465	1221	America/New_York	42.82397	-72.18119	309	Troja,Троя		NH	005	77380	
5093896	Twin Mountain	twin-mountain	US	03595	0	America/New_York	44.27229	-71.53897	427	Twin,Twin Mountain,Twin Mountain Village		NH	007	10100	
5093908	Tyler	tyler	US	36785	0	America/New_York	43.23452	-71.68952	116			NH	013	37540	
5093975	Union	union	US	03887	204	America/New_York	43.49147	-71.02312	148	Union,Union Village		NH	003	78180	
5093977	Unity	unity	US	04988	1630	America/New_York	43.29396	-72.26037	445			NH	019	77940	
5094191	Wakefield	wakefield	US	01880	4705	America/New_York	43.56813	-71.03007	203	Uehjkfild,Wakefield,Wakefield Center,Уэйкфилд,ویکفیلڈ، نیو ہیمپشائر		NH	003	78180	
5094235	Walpole	walpole	US	02081	605	America/New_York	43.07952	-72.42592	122	Great Falls,Luneburg,Uolpol,Walpole,Уолпол		NH	005	78420	
5094261	Warner	warner	US	03278	444	America/New_York	43.28063	-71.81675	135	Vornehr,Vorner,Warner,Warner Village,warnr  nywhmpshayr,Ворнер,Ворнэр,وارنر، نیو ہیمپشائر,وارنر، نیوهمپشایر		NH	013	78580	
5094264	Warren	warren	US	01083	930	America/New_York	43.92312	-71.89203	231	Uorren,Уоррен		NH	009	78740	
5094275	Washington	washington	US	03280	953	America/New_York	43.17591	-72.09675	448	Vashington,Вашингтон		NH	019	78980	
5094298	Waterloo	waterloo	US	13165	0	America/New_York	43.28952	-71.8548	147			NH	013	78580	
5094304	Waterville Valley	waterville-valley	US	03215	274	America/New_York	43.95007	-71.49952	459	Waterville,Waterville Valley		NH	009	79380	
5094329	Weare	weare	US	03281	8583	America/New_York	43.0948	-71.73063	194	Vireh,Вирэ,ویئر، نیو ہیمپشائر		NH	011	79780	
5094340	Webb	webb	US	36376	0	America/New_York	42.87425	-72.21258	250			NH	005	45460	
5094342	Webster	webster	US	01570	1682	America/New_York	43.32897	-71.71786	197			NH	013	80020	
5094410	Wendell	wendell	US	01379	0	America/New_York	43.37368	-72.24981	263	Saville,Wendell		NH	019	52580	
5094412	Wentworth	wentworth	US	03282	850	America/New_York	43.87174	-71.91425	188			NH	009	80500	
5094440	West Alton	west-alton	US	63386	0	America/New_York	43.55119	-71.31118	184			NH	001	01060	
5094477	West Chesterfield	west-chesterfield	US	01084	0	America/New_York	42.90425	-72.51564	111			NH	005	12260	
5094479	West Concord	west-concord	US	55985	0	America/New_York	43.24369	-71.57285	110			NH	013	14200	
5094500	West Lebanon	west-lebanon	US	03784	0	America/New_York	43.64924	-72.31037	124			NH	009	41300	
5094508	West Nottingham	west-nottingham	US	03291	0	America/New_York	43.17369	-71.14034	107			NH	015	57460	
5094510	West Ossipee	west-ossipee	US	03890	0	America/New_York	43.8248	-71.20479	132	West Ossipee,West Ossipee Village		NH	003	58740	
5094513	West Peterborough	west-peterborough	US	03468	0	America/New_York	42.88731	-71.98536	264			NH	011	60580	
5094525	West Kingston	west-kingston	US	02892	0	America/New_York	42.91009	-71.06839	46			NH	015	40100	
5094527	West Salisbury	west-salisbury	US	15565	0	America/New_York	43.39896	-71.78036	200			NH	013	66980	
5094535	West Stewartstown	west-stewartstown	US	03597	386	America/New_York	44.99532	-71.5312	320	West Sewartstown,West Stewartstown		NH	007	73380	
5094538	West Swanzey	west-swanzey	US	03469	1308	America/New_York	42.87008	-72.32175	156			NH	005	75700	
5094545	West Unity	west-unity	US	43570	0	America/New_York	43.28813	-72.31648	263			NH	019	77940	
5094550	Westmoreland	westmoreland	US	03467	1861	America/New_York	42.96203	-72.44231	128			NH	005	82660	
5094557	Westport	westport	US	02790	0	America/New_York	42.84175	-72.34759	136	Westport,Westport Village		NH	005	75700	
5094563	Westville	westville	US	08093	0	America/New_York	42.82759	-71.117	45			NH	015	02340	
5094571	West Springfield	west-springfield	US	01089	0	America/New_York	43.49868	-72.05786	395			NH	019	72740	
5094640	Whiteface	whiteface	US	79379	0	America/New_York	43.86674	-71.39813	213			NH	003	67780	
5094647	Whitefield	whitefield	US	03598	1142	America/New_York	44.37312	-71.61008	292	HIE,Whitefield,Whitefields		NH	007	84420	
5094697	Whittier	whittier	US	28789	0	America/New_York	43.83202	-71.26674	139			NH	003	76100	
5094726	Wilder	wilder	US	05088	0	America/New_York	42.78731	-71.92869	360			NH	011	51940	
5094734	Wildwood	wildwood	US	08260	0	America/New_York	44.0784	-71.80036	385			NH	009	22020	
5094789	Wilson	wilson	US	14172	0	America/New_York	42.91703	-71.36784	100	Wilson,Wilson Crossing		NH	015	43220	
5094791	Wilmot	wilmot	US	03287	1218	America/New_York	43.45174	-71.91369	263	Four Corners,Wilmot		NH	013	84900	
5094802	Wilton	wilton	US	03086	1163	America/New_York	42.84342	-71.73507	116	Uiltun,Vilton,wyltwn  nywhmpshayr,Вилтон,Уилтън,ویلتون، نیوهمپشایر		NH	011	85220	
5094812	Winchester	winchester	US	01890	1733	America/New_York	42.77342	-72.38314	135			NH	005	85540	
5094817	Windham	windham	US	03087	13091	America/New_York	42.80064	-71.30423	60	Vindkham,Windham,Wyndham,u~indamu,Виндхам,وینڈم، نیو ہیمپشائر,ウィンダム		NH	015	85780	
5094854	Winnisquam	winnisquam	US	03289	0	America/New_York	43.50147	-71.51202	147			NH	001	77060	
5094860	Winona	winona	US	25942	0	America/New_York	43.66619	-71.55813	174			NH	001	51540	
5094877	Wolfeboro	wolfeboro	US	03894	2838	America/New_York	43.58397	-71.20729	170	Vol'fborou,Vulfboro,Wolfborough,Wolfeboro,wwlfbwrw  nywhmpshayr,Вольфбороу,Вулфборо,وولفبرو، نیو ہیمپشائر,وولفبورو، نیوهمپشایر		NH	003	86420	
5094883	Wolfeboro Falls	wolfeboro-falls	US	03896	0	America/New_York	43.59202	-71.20562	158			NH	003	86420	
5094897	Wonalancet	wonalancet	US	03897	0	America/New_York	43.90729	-71.35063	335	Birch Intervale,Wonalancet		NH	003	76100	
5094913	Woodland Park	woodland-park	US	80863	0	America/New_York	42.87092	-71.51201	68			NH	011	47540	
5094918	Woodman	woodman	US	53827	0	America/New_York	43.6348	-70.98284	177			NH	003	78180	
5094931	Woodmere	woodmere	US	11598	0	America/New_York	42.78342	-72.00814	324			NH	005	64580	
5094939	Woodstock	woodstock	US	03293	1213	America/New_York	43.97757	-71.68508	218	Fairfield,Peeling,Vudstok,Woodstock,Вудсток		NH	009	87060	
5094941	Woodsville	woodsville	US	03785	1126	America/New_York	44.15229	-72.03731	139	Bodsvil,Governor's Farm,Governor's Reservation,Governors Farm,Governors Reservation,Vudsvill,Woodsville,wwdswyl  nywhmpshayr,Бодсвил,Вудсвилл,وودسویل، نیوهمپشایر		NH	009	34820	
5095047	Adelphia	adelphia	US	07710	0	America/New_York	40.21817	-74.25626	30	Adelphia,Blue Ball		NJ	025	33300	
5095053	Afton	afton	US	13730	0	America/New_York	40.7726	-74.3896	65			NJ	027	23910	
5095115	Allamuchy	allamuchy	US	07820	78	America/New_York	40.92177	-74.81017	188	Alamuche,Allamuchy		NJ	041	00670	
5095124	Allendale	allendale	US	07401	6822	America/New_York	41.04149	-74.12903	108	Alendejl,Olehnzhehjl,alndyl  nywjrsy,Алендејл,Олэнжэйл,آلندیل، نیوجرسی,ایلنڈیل، نیو جرسی		NJ	003	00700	
5095128	Allenhurst	allenhurst	US	07711	491	America/New_York	40.23622	-74.00069	7	Alenkherst,Olehnkhjorst,Аленхерст,Олэнхёрст,الن‌هورست، نیوجرسی		NJ	025	00730	
5095133	Allentown	allentown	US	08501	1825	America/New_York	40.17789	-74.58349	25	Alentaun,Allen Town,Allens Town,Allenstown,Allentaun,Allentown,Olehntaun,alntawn  nywjrsy,Алентаун,Аллентаун,Олэнтаун,آلنتاون، نیوجرسی,ایلن ٹاؤن، نیو جرسی		NJ	025	00760	
5095136	Allenwood	allenwood	US	08720	925	America/New_York	40.1415	-74.09986	19			NJ	025	76460	
5095139	Allerton	allerton	US	50008	0	America/New_York	40.61121	-74.8785	76	Allerton,Allerville		NJ	019	13750	
5095153	Alpine	alpine	US	07620	1917	America/New_York	40.95593	-73.93125	122	Alpajn,Alpin,alpayn  nywjrsy,Алпајн,Алпин,الپاین، نیوجرسی		NJ	003	01090	
5095161	Altura	altura	US	55910	0	America/New_York	40.26761	-74.81627	47			NJ	021	22185	
5095171	Alpha	alpha	US	42603	2303	America/New_York	40.66704	-75.1574	97	Al'fa,Alfa,Alpha,Straw,alfa  nywjrsy,Алфа,Альфа,آلفا، نیوجرسی		NJ	041	01030	
5095182	Amsterdam	amsterdam	US	12010	0	America/New_York	40.5876	-75.15851	104			NJ	019	32460	
5095188	Anchorage	anchorage	US	99501	0	America/New_York	40.00151	-74.14264	2			NJ	029	73125	
5095189	Anderson	anderson	US	29621	342	America/New_York	40.77065	-74.91906	141	Anderson,Andersontown,Andersonville		NJ	041	43320	
5095195	Andover	andover	US	01810	581	America/New_York	40.98593	-74.74211	197	Andovehr,Andover,Andover Furnace,Андовер,Андовэр		NJ	037	01330	
5095211	Annandale	annandale	US	08801	1695	America/New_York	40.64093	-74.88128	91	Anandejl,Annandehjl,Анандејл,Аннандэйл		NJ	019	13750	
5095218	Anthony	anthony	US	32617	0	America/New_York	40.74843	-74.88128	246			NJ	019	39660	
5095239	Arcola	arcola	US	38722	0	America/New_York	40.92593	-74.08931	16			NJ	003	55950	
5095249	Arlington	arlington	US	02474	0	America/New_York	40.7776	-74.1382	36			NJ	017	36510	
5095260	Armstrong	armstrong	US	50514	0	America/New_York	41.14954	-74.68989	141			NJ	037	24810	
5095278	Asbury	asbury	US	08802	273	America/New_York	40.69593	-75.01017	103	Asbury,Hall's Mills,Halls Mills		NJ	041	24960	
5095281	Asbury Park	asbury-park	US	07712	15818	America/New_York	40.22039	-74.01208	6	ARX,Absjuri Park,Asbury Park,Azberi Park,a si bo li pa ke,aejeubelipakeu,aesbari parka,asbry park  nyw jrsy,asbwry park  nywjrsy,Абсюри Парк,Азбери Парк,اسبری پارک، نیو جرسی,اسبوری پارک، نیوجرسی,अॅस्बरी पार्क,阿斯伯里帕克,애즈베리파크		NJ	025	01960	
5095312	Atlantic Highlands	atlantic-highlands	US	07716	4311	America/New_York	40.40789	-74.03431	11	Atlantic Highlands,Atlantik Khajlands,Portland Point,Portland Poynt,atlantyk haylndz  nywjrsy,Атлантик Хайландс,Атлантик Хајландс,آتلانتیک هایلندز، نیوجرسی		NJ	025	02110	
5095321	Augusta	augusta	US	04330	0	America/New_York	41.12899	-74.72822	151	Ogasta,Огаста		NJ	037	24810	
5095325	Avenel	avenel	US	07001	17011	America/New_York	40.58038	-74.28515	26			NJ	023	82000	
5095333	Avon Park	avon-park	US	33825	0	America/New_York	40.59316	-74.3996	25			NJ	023	69390	
5095335	Avon-by-the-Sea	avon-by-the-sea	US	07717	1794	America/New_York	40.19234	-74.01597	4	Avon,Avon-by-the-Sea,Ehvan-baj-zeh-Si,Key East,aywn-bay-d-sy  nywjrsy,Эван-бай-зэ-Си,ایون-بای-د-سی، نیوجرسی		NJ	025	02440	
5095337	Avondale	avondale	US	19311	0	America/New_York	40.81482	-74.15014	35			NJ	013	53680	
5095346	Babbitt	babbitt	US	55706	0	America/New_York	40.80982	-74.01986	3			NJ	017	52470	
5095360	Bakersville	bakersville	US	28705	0	America/New_York	40.27483	-74.70627	17	Baker Basin,Bakers,Bakers Basin,Bakersville		NJ	021	39510	
5095392	Baptistown	baptistown	US	08803	0	America/New_York	40.52177	-75.006	157			NJ	019	37065	
5095405	Bartley	bartley	US	24813	0	America/New_York	40.8226	-74.71822	195	Bartley,Bartleyville		NJ	027	49080	
5095409	Basking Ridge	basking-ridge	US	07920	21424	America/New_York	40.70621	-74.54932	101	Baskeridge,Basking Ridge,Baskingridge,Baskinridge		NJ	035		
5095445	Bayonne	bayonne	US	07002	66311	America/New_York	40.66871	-74.11431	12	Bajon,Bajonn,Bayonne,Bejon,Bejonn,Bergen Neck,Constabals Hoek,Pamlicae Farme,Pamrepau,baywn  nywjrsy,bei yong,beion,beiyon,byywnny  nyw jrsy,Байон,Байонн,Бейонн,Бејон,بایون، نیوجرسی,بیئوننی، نیو جرسی,ベイヨン,貝永,베이온		NJ	017	03580	
5095501	Beaufort	beaufort	US	28516	0	America/New_York	40.81788	-74.32959	71			NJ	013	64590	
5095528	Bedminster	bedminster	US	07921	8165	America/New_York	40.68066	-74.64544	51	Bedminster,Bedminster Township,Lesser Crossroads		NJ	035	04450	
5095545	Belle Mead	belle-mead	US	08502	216	America/New_York	40.46677	-74.66071	30	Belle Mead,Belle Meade,Bellemead		NJ	035	47580	
5095549	Belleville	belleville	US	07109	36878	America/New_York	40.79371	-74.15014	16	Belleville,Second River	04695	NJ	013	04695	
5095558	Belford	belford	US	07718	1768	America/New_York	40.42594	-74.08681	5			NJ	025	45990	
5095561	Belmar	belmar	US	07715	5712	America/New_York	40.17845	-74.0218	4	BLM,Behlmar,Belmar,Ocean Beach,blmar  nywjrsy,Белмар,Бэлмар,بلمار، نیوجرسی		NJ	025	04930	
5095571	Belvidere	belvidere	US	07823	2607	America/New_York	40.82982	-75.07767	79	Behlvider,Bel'vedere,Belvedere,Belvidere,Belvidir,Greenwich-on-the-Delaware,bei er wei di er,blwydr  nywjrsy,Белвидир,Бельведере,Бэлвидер,بلویدر، نیوجرسی,貝爾維迪爾	041	NJ	041	04990	
5095919	Brantwood	brantwood	US	54513	0	America/New_York	40.72927	-74.33987	98			NJ	013	46380	
5095594	Bergen	bergen	US	14416	0	America/New_York	40.72927	-74.0657	26			NJ	017	36000	
5095611	Bergenfield	bergenfield	US	07621	27621	America/New_York	40.9276	-73.99736	20	Behrgenfild,Bergen Fields,Bergenfield,Bergenfields,Bergenfild,brgnfyld  nywjrsy,Бергенфилд,Бэргенфилд,برگنفیلد، نیوجرسی		NJ	003	05170	
5095617	Berkeley Heights	berkeley-heights	US	07922	14179	America/New_York	40.68343	-74.44265	68	Berkeley Heights,Berkley Heights		NJ	039	05320	
5095626	Bernardsville	bernardsville	US	07924	7801	America/New_York	40.71871	-74.56932	121	Behrnardsvill,Bernardsvil,Bernardsville,Logtown,Veal Town,Vealtown,brnardzwyl  nywjrsy,Бернардсвил,Бэрнардсвилл,برناردزویل، نیوجرسی		NJ	035	05590	
5096371	Cedar Grove	cedar-grove	US	07009	12457	America/New_York	40.85177	-74.22903	91	Cedar Grove,Cedarville		NJ	013	11200	
5096372	Cedar Grove	cedar-grove	US	07009	0	America/New_York	40.36816	-74.69488	63			NJ	021		
5095691	Beverly	beverly	US	01915	2559	America/New_York	40.06539	-74.91906	7	Behverli,Beverli,Beverly,Beverly City,Bevurli,Churchville,Dunk's Ferry,Dunks Ferry,bwrly  nywjrsy,Беверли,Бевърли,Бэверли,بورلی، نیوجرسی		NJ	005	05740	
5095705	Big Springs	big-springs	US	26137	0	America/New_York	41.12787	-74.62183	164			NJ	037	29850	
5095747	Blairstown	blairstown	US	07825	515	America/New_York	40.98288	-74.96045	108	Blair's Town,Blairstown,Blehjrstaun,Blerstaun,Butts Bridge,Gmina Blairstown,Gravel Hill,Smith's Mills,blayrstawn  nywjrsy,Блерстаун,Блэйрстаун,بلایرستاون، نیوجرسی,بلیئرزٹاؤن ٹاؤن شپ، نیو جرسی		NJ	041	06160	
5095764	Blawenburg	blawenburg	US	08504	280	America/New_York	40.40761	-74.70266	48	Blawenburg,Blawenburgh		NJ	035	47580	
5095779	Bloomfield	bloomfield	US	06002	49120	America/New_York	40.80677	-74.18542	45	Bloomfield,Wardsesson,Wassessing,Watsaping,Watsessing	06260	NJ	013	06260	
5095786	Bloomingdale	bloomingdale	US	07403	8215	America/New_York	41.00204	-74.32654	80	Blumigdehjl,Blumingdejl,blwmyngdyl  nywjrsy,Блумигдэйл,Блумингдејл,بلومنگڈیل، نیو جرسی,بلومینگدیل، نیوجرسی		NJ	031	06340	
5095787	Bloomingdale	bloomingdale	US	07403	7714	America/New_York	40.4976	-74.64738	24			NJ	035	31890	
5095791	Bloomsbury	bloomsbury	US	08804	848	America/New_York	40.65399	-75.08656	95	Bloomsburg,Bloomsbury,Blumsbari,Blumsbjuri,blwmrbwry  nywjrsy,Блумсбари,Блумсбюри,بلومربوری، نیوجرسی		NJ	019	06370	
5095808	Bogota	bogota	US	07603	8400	America/New_York	40.87621	-74.02986	16	Bogata,Bogota,bwgwta  nywjrsy,Богата,Богота,بوگوتا، نیوجرسی,بوگوٹا، نیو جرسی		NJ	003	06490	
5095826	Boonton	boonton	US	07005	8441	America/New_York	40.9026	-74.4071	124	Booneton,Boonetown,Boonton,Boun Town,Bunton,Old Forge,bwntwn  nywjrsy,Бунтон,بونتون، نیوجرسی		NJ	027	06610	
5095847	Bordentown	bordentown	US	08505	3882	America/New_York	40.14622	-74.71183	16	Borden Town,Bordentaun,Bordenton,Bordentown,Bordings Town,Burdenstown,Farnsworth's Landing,Farnsworths Landing,bwrdntawn  nywjrsy,Бордентаун,بوردنتاون، نیوجرسی		NJ	005	06670	
5095860	Bound Brook	bound-brook	US	08805	10497	America/New_York	40.56844	-74.53849	14	Baund Bruk,Baund-Bruk,Bound Brook,Boundbreak,Boundbrook,Bridgewater,bwnd brwk  nywjrsy,Баунд Брук,Баунд-Брук,بوند بروک، نیوجرسی		NJ	035	06790	
5095874	Boynton Beach	boynton-beach	US	33424	0	America/New_York	40.54733	-74.25459	1			NJ	023	82000	
5095881	Bradley Beach	bradley-beach	US	07720	4268	America/New_York	40.20234	-74.01208	5	Bradlehj Bich,Bradli Bich,brdly bych  nywjrsy,Брадли Бич,Брадлэй Бич,بردلی بیچ، نیوجرسی		NJ	025	06970	
5095908	Branchport	branchport	US	14418	0	America/New_York	40.309	-73.99792	6			NJ	025	41310	
5095912	Branchville	branchville	US	07826	802	America/New_York	41.14649	-74.75239	174	Branchvil,Branchvill,brnchwyl  nywjrsy,Бранчвил,Бранчвилл,برنچویل، نیوجرسی		NJ	037	07300	
5095947	Brick	brick	US	08723	0	America/New_York	40.05928	-74.13708	7			NJ	029	07420	
5095954	Bridgeville	bridgeville	US	15017	106	America/New_York	40.83676	-75.02601	110			NJ	041	80570	
5095960	Brielle	brielle	US	08730	4757	America/New_York	40.10789	-74.05653	5	Brajll,Brijel,bryl  nywjrsy,Брайлл,Бријел,بریل، نیوجرسی		NJ	025	07750	
5095965	Brighton	brighton	US	02135	0	America/New_York	40.9851	-74.7635	171			NJ	037	27420	
5095979	Broadway	broadway	US	08808	244	America/New_York	40.73204	-75.05156	110			NJ	041	24960	
5096004	Brookside	brookside	US	07926	0	America/New_York	40.79427	-74.56794	127	Brookside,Waterstreet		NJ	027	45360	
5096016	Brookville	brookville	US	15825	0	America/New_York	40.40066	-74.966	23			NJ	019	17170	
5096026	Browns	browns	US	62818	0	America/New_York	41.15676	-74.34821	208			NJ	031	79460	
5096029	Browntown	browntown	US	53522	0	America/New_York	40.40177	-74.30654	20	Brownsville,Browntown		NJ	023	54705	
5096031	Brownville	brownville	US	04414	2383	America/New_York	40.40066	-74.29515	22			NJ	023	54705	
5096049	Brookdale	brookdale	US	95007	9239	America/New_York	40.83371	-74.18292	53			NJ	013	06260	
5096057	Budd Lake	budd-lake	US	07828	8968	America/New_York	40.87121	-74.73405	291	Budd Lake,Budd's Lake,Buddlake,Budds Lake		NJ	027	49080	
5096075	Burlington	burlington	US	01803	9808	America/New_York	40.07122	-74.86489	7	Berlington,Bjurlington,Borlington,Borlingtowne,Bridlington,Bridlington Towne,Burling Town,Burlington,Burlingtun,Buzlington,New Beverley,New Beverly,barlingtana,Берлингтон,Бърлингтън,Бюрлингтон,बर्लिंग्टन		NJ	005	08920	
5096086	Burkesville	burkesville	US	42717	0	America/New_York	40.16067	-74.42098	48			NJ	029	34680	
5096100	Butler	butler	US	07405	7701	America/New_York	41.00371	-74.34154	107	Batlehr,Batler,batlr  nywjrsy,Батлер,Батлэр,باتلر، نیوجرسی,بٹلر، نیو جرسی		NJ	027	09040	
5096112	Buttzville	buttzville	US	07829	146	America/New_York	40.83232	-75.00628	123	Buttsville,Buttzville,Butzville		NJ	041	80570	
5096113	Byram	byram	US	39272	0	America/New_York	40.42372	-75.05961	37			NJ	019	37065	
5096133	Caldwell	caldwell	US	07006	7948	America/New_York	40.83982	-74.27654	124	CDW,Kaldvehll,Kolduehll,Koldvel,kaldwl  nywjrsy,kaltvel,Калдвэлл,Колдвел,Колдуэлл,کالدول، نیوجرسی,கால்ட்வெல்		NJ	013	09250	
5096141	Califon	califon	US	07830	1080	America/New_York	40.71954	-74.83572	146	Califon,California,Kalifon,kalyfwn  nywjrsy,kylyfwn  nyw jrsy,Калифон,کالیفون، نیوجرسی,کیلیفون، نیو جرسی		NJ	019	09280	
5096189	Cambridge	cambridge	US	02138	0	America/New_York	40.029	-74.97267	6			NJ	005	17440	
5096286	Carey	carey	US	43316	0	America/New_York	40.85565	-74.67849	218	Carey,Cary,Carys		NJ	027	64980	
5096289	Carlstadt	carlstadt	US	07072	6279	America/New_York	40.84038	-74.0907	55	Carlstadt,Karlshtad,Karlstadt,Tailor Town,karlastadt  nywjrsy,Карлстадт,Карлштад,کارلاستادت، نیوجرسی		NJ	003	10480	
5096303	Carpentersville	carpentersville	US	60110	0	America/New_York	40.63593	-75.18851	50	Carpentersville,Carpenterville		NJ	041	59820	
5096316	Carteret	carteret	US	07008	24170	America/New_York	40.57733	-74.2282	4	Carteret,Kartereht,Karteret,Roosevelt,kartrt  nywjrsy,Картерет,Картерэт,کارترت، نیوجرسی		NJ	023	10750	
5096337	Cassville	cassville	US	13318	0	America/New_York	40.10456	-74.38654	44	Cassville,Downsville,Goshen,Jackson		NJ	029	34680	
5096387	Cedar Knolls	cedar-knolls	US	07927	0	America/New_York	40.82204	-74.44876	91	Cedar Knolles,Cedar Knolls,Monroe-Cedar Knolls		NJ	027	29550	
5096416	Centerville	centerville	US	02632	0	America/New_York	40.53844	-74.75405	30	Centerville,Centre,Centreville		NJ	019	62250	
5096417	Centerville	centerville	US	02632	0	America/New_York	40.3465	-74.76405	64			NJ	021	33180	
5096418	Centerville	centerville	US	02632	0	America/New_York	40.41483	-74.15764	19			NJ	025	32640	
5096469	Changewater	changewater	US	07831	0	America/New_York	40.73816	-74.94406	122	Change Water,Changewater,The Forge		NJ	041	77300	
5096471	Chapel Hill	chapel-hill	US	27514	0	America/New_York	40.39733	-74.07042	61	Chapel Hill,Chapelhill		NJ	025	45990	
5096486	Charleston	charleston	US	04422	0	America/New_York	40.039	-74.89128	8			NJ	005	81440	
5096489	Charlestown	charlestown	US	02129	0	America/New_York	40.68927	-74.97239	219			NJ	019	05650	
5096495	Chatham	chatham	US	02633	8993	America/New_York	40.74093	-74.38376	71	Bonnel,Bonnell Town,Chatham,Chatham Borough,John Days Bridge,shatham brw  nywjrsy,شاتهام برو، نیوجرسی		NJ	027	12100	
5096520	Cherryville	cherryville	US	18035	0	America/New_York	40.56121	-74.90322	207			NJ	019	24870	
5096523	Chester	chester	US	01011	1675	America/New_York	40.78427	-74.69683	258	Black River,Chehster,Chester,Chester Borough,Честер,Чэстер		NJ	027	12580	
5096529	Chesterfield	chesterfield	US	01012	0	America/New_York	40.11511	-74.63932	27	Chesterfield,Recklesstown,Recklestown		NJ	005	12670	
5096534	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	41.05704	-74.06764	130			NJ	003	47610	
5096540	Chimney Rock	chimney-rock	US	28720	0	America/New_York	40.57982	-74.55682	34			NJ	035	07720	
5096655	Clark	clark	US	07066	14628	America/New_York	40.64094	-74.3107	23			NJ	039	15640	
5096662	Clarks Mills	clarks-mills	US	16114	0	America/New_York	40.31705	-74.35015	26			NJ	025	42990	
5096663	Clarksburg	clarksburg	US	15725	0	America/New_York	40.18872	-74.44071	57	Clarksburg,Clarksburgh,Elytown		NJ	025	46560	
5096664	Clarksville	clarksville	US	12041	0	America/New_York	40.70149	-74.94322	132			NJ	019	26550	
5096665	Clarksville	clarksville	US	12041	0	America/New_York	40.2965	-74.68016	30			NJ	021	39510	
5096670	Clearbrook	clearbrook	US	56634	0	America/New_York	40.314	-74.46765	36			NJ	023	47280	
5096674	Clearwater	clearwater	US	29822	0	America/New_York	41.02788	-74.71211	215			NJ	037	01360	
5096686	Cliffside Park	cliffside-park	US	07010	24857	America/New_York	40.82149	-73.98764	79	Kliffsajd Park,Klifsajd Park,klyfsayd park  nywjrsy,Клифсајд Парк,Клиффсайд Парк,کلف سائیڈ پارک، نیو جرسی,کلیفساید پارک، نیوجرسی		NJ	003	13570	
5096690	Cliffwood	cliffwood	US	07721	0	America/New_York	40.43677	-74.23959	18			NJ	025	00070	
5096699	Clifton	clifton	US	07011	86334	America/New_York	40.85843	-74.16376	57	Clifton,Klifton,Weasel,ke li fu dun,keullipeuteon,klyftwn  nywjrsy,kurifuton,Клифтон,کلفٹن، نیو جرسی,کلیفتون، نیوجرسی,クリフトン,克利夫頓,클리프턴		NJ	031	13690	
5096708	Clinton	clinton	US	01510	0	America/New_York	40.87927	-74.31487	53			NJ	013	22385	
5096709	Clinton	clinton	US	01510	2657	America/New_York	40.63677	-74.90989	59	Clinton,Hunt's Mills,Hunts Mills,Klinton,Клинтон		NJ	019	13720	
5096710	Clinton	clinton	US	01510	0	America/New_York	41.07149	-74.45043	280			NJ	031	79460	
5096742	Closter	closter	US	07624	8662	America/New_York	40.97315	-73.96153	12	Klostehr,Kloster,klwstr  nywjrsy,Клостер,Клостэр,کلوستر، نیوجرسی		NJ	003	13810	
5096750	Clyde	clyde	US	14433	213	America/New_York	40.48649	-74.51043	37			NJ	035	24900	
5096798	Colonia	colonia	US	07067	17795	America/New_York	40.57455	-74.30209	24	Colonia,Colonia Station,Houtenville		NJ	023	82000	
5096813	Colts Neck	colts-neck	US	07722	10142	America/New_York	40.28761	-74.17237	24	Calls Neck,Coles Neck,Colt's Neck,Colts Neck,Colts Neck Township,Coltsneck,Kolts NehkTaunship,Municipio de Colts Neck,kwlts nk  nywjrsy,Колтс НэкТауншип,کولتس نک، نیوجرسی		NJ	025	14560	
5096818	Columbia	columbia	US	06237	229	America/New_York	40.92621	-75.09268	95			NJ	041	37320	
5096832	Columbus	columbus	US	08022	8783	America/New_York	40.07261	-74.72072	24	Black Horse,Columbus,Encroaching Corners,Kolumbus,Колумбус		NJ	005	43290	
5096867	Concordia	concordia	US	64020	3092	America/New_York	40.31094	-74.44821	44			NJ	023	47280	
5096922	Cookstown	cookstown	US	08511	0	America/New_York	40.049	-74.56238	25	Cooks Mills,Cookstown		NJ	005	51510	
5096929	Cooper	cooper	US	50059	0	America/New_York	41.16287	-74.3321	204			NJ	031	79460	
5096938	Cooperstown	cooperstown	US	13326	0	America/New_York	40.04678	-74.90322	12	Coopers Town,Cooperstown,Coopertown		NJ	005	20050	
5096939	Coopersville	coopersville	US	49404	0	America/New_York	40.70704	-75.10906	137			NJ	041	28260	
5096950	Cornish	cornish	US	03745	0	America/New_York	40.7976	-75.03462	241			NJ	041	80570	
5096962	Copper Hill	copper-hill	US	24079	0	America/New_York	40.4751	-74.8635	45	Copper Hill,Copperhill		NJ	019	61920	
5096963	Cottageville	cottageville	US	25239	0	America/New_York	40.41038	-74.48432	30			NJ	023	68790	
5097004	Cranberry Lake	cranberry-lake	US	12927	0	America/New_York	40.95426	-74.74655	240			NJ	037	09160	
5097006	Cranbury	cranbury	US	08512	2181	America/New_York	40.31622	-74.51376	30	Cranberry,Cranbury		NJ	023	15550	
5097017	Cranford	cranford	US	07016	22627	America/New_York	40.65844	-74.29959	19	Krehnford,Крэнфорд		NJ	039	15640	
5097029	Cream Ridge	cream-ridge	US	08514	0	America/New_York	40.13511	-74.52404	41	Cream Ridge,Creamridge		NJ	025	74900	
5097035	Cresskill	cresskill	US	07626	8812	America/New_York	40.94149	-73.9593	14	Closter,Cresskill,Krehsskil,Kreskil,Schrallenburgh Station,krskyl  nywjrsy,Крескил,Крэсскил,کرسکیل، نیوجرسی		NJ	003	15820	
5097047	Creston	creston	US	26141	0	America/New_York	40.2315	-74.69294	24			NJ	021	29310	
5097048	Crestview	crestview	US	32536	0	America/New_York	40.7451	-74.40793	110			NJ	027	42510	
5097070	Croton	croton	US	43013	0	America/New_York	40.51094	-74.93017	157			NJ	019	61920	
5097079	Crystal Lake	crystal-lake	US	50432	0	America/New_York	41.01899	-74.21237	113	Crystal Lake,Crystallake		NJ	003	24990	
5097129	Darlington	darlington	US	16115	0	America/New_York	41.08037	-74.18209	79			NJ	003	42750	
5097136	Davenport	davenport	US	13750	0	America/New_York	41.00426	-74.48016	284			NJ	027	64080	
5097149	Davisville	davisville	US	26142	0	America/New_York	40.10983	-74.61793	30			NJ	005	12670	
5097152	Dayton	dayton	US	08810	7063	America/New_York	40.37261	-74.51015	35	Dejton,Дейтон		NJ	023	68790	
5097167	Deal	deal	US	07723	738	America/New_York	40.24317	-74.00069	8	Deal,Deal Beach,Dealbeach,Dil,South Elberon,dyl  nywjrsy,Дил,דיעל,دیل، نیوجرسی		NJ	025	16660	
5097212	Delaware	delaware	US	07833	150	America/New_York	40.89288	-75.06462	91	Delaware,Delaware Station		NJ	041	37320	
5097224	Demarest	demarest	US	07627	5050	America/New_York	40.95732	-73.96347	11	Demarehst,Demarest,dmarst  nywjrsy,Демарест,Демарэст,دمارست، نیوجرسی		NJ	003	17530	
5097239	Denville	denville	US	07834	16669	America/New_York	40.89232	-74.47738	154	Denville,Franklin		NJ	027	17650	
5097315	Dover	dover	US	02030	18346	America/New_York	40.88399	-74.5621	176	Beamans,Dovehr,Dover,Old Tye,dawr  nywjrsy,Довер,Довэр,داور، نیوجرسی		NJ	027	18070	
5097349	Dunellen	dunellen	US	08812	7431	America/New_York	40.58927	-74.47182	14	Danehllen,Danelen,danln  nywjrsy,Данелен,Данэллен,دانلن، نیوجرسی		NJ	023	18490	
5097357	Dumont	dumont	US	07628	18001	America/New_York	40.94065	-73.99681	25	Djumont,Dumont,Schraalenburgh,Schralenburg,Strahlenburg,damwnt  nywjrsy,Думонт,Дюмонт,دامونت، نیوجرسی		NJ	003	18400	
5097369	Dutchtown	dutchtown	US	63745	0	America/New_York	40.44788	-74.68988	36			NJ	035	47580	
5097402	East Brunswick	east-brunswick	US	08816	48495	America/New_York	40.42788	-74.41598	40	East Brunswick,East Brunswick CDP,East Brunswick Township,Ist Bransvik,Ist Bransvik Taunship,Municipio de East Brunswick,branzwyk shrqy  nywjrsy,mshrqy brnzwk ٹawn shp  nyw jrsy,Ист Брансвик,Ист Брансвик Тауншип,برانزویک شرقی، نیوجرسی,مشرقی برنزوک ٹاؤن شپ، نیو جرسی	19000	NJ	023	19000	
5097421	East Hanover	east-hanover	US	07936	12194	America/New_York	40.8201	-74.36487	70			NJ	027	19210	
5097441	East Orange	east-orange	US	07017	64949	America/New_York	40.76732	-74.20487	48	Doddtown,East Orange		NJ	013	19390	
5097459	East Rutherford	east-rutherford	US	07073	9164	America/New_York	40.83399	-74.09709	24	East Rutherford,Ijst Rudurford,Ist Raderford,Ist Raderfornt,Ist Ruzehrford,Ist-Raterford,Ist-Rezerford,dong lu se fu,iseuteuleodeopeodeu,isutorazafodo,kilakku ratarhport,radrfwrd shrqy  nywjrsy,Ιστ Ράδερφορντ,Іст-Резерфорд,Ийст Ръдърфорд,Ист Радерфорд,Ист Рузэрфорд,Ист-Ратерфорд,رادرفورد شرقی، نیوجرسی,கிழக்கு ரதர்ஃபோர்ட்,イーストラザフォード,東盧瑟福,이스트러더퍼드		NJ	003	19510	
5097482	Eatontown	eatontown	US	07724	12301	America/New_York	40.29622	-74.05097	18	Itontaun,aytwntawn  nywjrsy,Итонтаун,ایتونتاون، نیوجرسی		NJ	025	19840	
5097494	Echo Lake	echo-lake	US	95721	0	America/New_York	41.05871	-74.3946	298	Echo Lake,Mackepin Pond		NJ	031	79460	
5097509	Edgar	edgar	US	54426	0	America/New_York	40.5676	-74.2757	13			NJ	023	82000	
5097527	Edinburg	edinburg	US	16116	0	America/New_York	40.25816	-74.61599	21	Edinburg,Edinburgh		NJ	021	80240	
5097529	Edison	edison	US	08817	102548	America/New_York	40.51872	-74.4121	27	Edison,Edisun,Ehdison,Ehdison Taunship,Gmina Edison,Menlo Park,adyswn  nywjrsy,ai di sheng,edisana,ediseun,ejison,etican,Едисон,Едисън,Эдисон,Эдисон Тауншип,ادیسون، نیوجرسی,ایڈیسن، نیو جرسی,एडिसन,எடிசன்,エジソン,爱迪生,에디슨		NJ	023	20230	
5097530	Edison	edison	US	08817	0	America/New_York	41.06399	-74.56766	376	Edison,Ogden Mine		NJ	037	69690	
5097564	Elberon	elberon	US	23846	0	America/New_York	40.26928	-73.9918	12			NJ	025	41310	
5097575	Edgewater	edgewater	US	07020	12034	America/New_York	40.82704	-73.97569	15	Edgewater,Edzvoter,Ehdzhuateh,Undercliff,ajwatr  nywjrsy,Еџвотер,Эджуатэ,اجواتر، نیوجرسی,ایج واٹر، نیو جرسی		NJ	003	20020	
5097598	Elizabeth	elizabeth	US	07201	129007	America/New_York	40.66399	-74.2107	6	Ehlizabeht,Ehlizabet,Elizabet,Elizabetas,Elizabeth,Elizabeth Town,Elizabeth Towne,Elizabethtown,Elizabets Towne,alyzabt  nywjrsy,alyzabyth,ellijabeseu,erizabesu,yi li sha bai,Елизабет,Елізабет,Элизабет,Элизабэт,אליזבת,إليزابيث,الزبتھ، نیو جرسی,الیزابت، نیوجرسی,エリザベス,伊麗莎白,엘리자베스	039	NJ	039	21000	
5097603	Elizabethport	elizabethport	US	07206	0	America/New_York	40.6501	-74.18709	6			NJ	039	21000	
5097619	Elmora	elmora	US	15737	0	America/New_York	40.66232	-74.22737	12			NJ	039	21000	
5097627	Elmwood Park	elmwood-park	US	07407	20279	America/New_York	40.90399	-74.11848	14	Dundee Lake,East Paterson,Ehlmvud Park,Elmvud Park,Elmwood Park,almwwd park  nywjrsy,Елмвуд Парк,Элмвуд Парк,الموود پارک، نیوجرسی		NJ	003	21300	
5097634	Elton	elton	US	15934	0	America/New_York	40.21706	-74.34126	47			NJ	025	42990	
5097635	Ely	ely	US	52227	0	America/New_York	40.20317	-74.38709	59			NJ	025	46560	
5097649	Emerson	emerson	US	07630	7697	America/New_York	40.97621	-74.02625	14	Ehmerson,Emerson,Etna,amrswn  nywjrsy,Емерсон,Эмерсон,امرسون، نیوجرسی		NJ	003	21450	
5097672	Englewood	englewood	US	07631	28539	America/New_York	40.89288	-73.97264	14	Ehnglvud,Englewood,Englvud,Engulud,Inglvud,Liberty Pole,anghlwwd,anglwwd  nywjrsy,en ge er wu de,eng-geul-udeu,Енглвуд,Енгълуд,Инглвуд,Энглвуд,إنغلوود,انگلوود، نیوجرسی,恩格尔伍德,엥글우드		NJ	003	21480	
5097677	Englewood Cliffs	englewood-cliffs	US	07632	5403	America/New_York	40.88538	-73.95236	115	Ehnglvud Kliffs,Englvud Klifs,anglwwd klyfs  nywjrsy,Енглвуд Клифс,Энглвуд Клиффс,انگلوود کلیفس، نیوجرسی		NJ	003	21510	
5097686	Englishtown	englishtown	US	07726	1955	America/New_York	40.29733	-74.3582	21	English Town,Englishtaun,Englishtown,Inglishtaun,anglyshtawn  nywjrsy,Енглиштаун,Инглиштаун,انگلیشتاون، نیوجرسی		NJ	025	21570	
5097702	Erskine	erskine	US	56535	0	America/New_York	41.09093	-74.2582	153			NJ	031	63150	
5097718	Essex Fells	essex-fells	US	07021	2159	America/New_York	40.82454	-74.28459	152	Ehsseks Fehlls,Eseks Fels,asks flz  nywjrsy,Есекс Фелс,Эссекс Фэллс,اسکس فلز، نیوجرسی		NJ	013	21840	
5097740	Everett	everett	US	02149	0	America/New_York	40.35428	-74.14653	43			NJ	025	45990	
5097751	Ewing	ewing	US	24248	36559	America/New_York	40.26983	-74.79988	45			NJ	021	22185	
5097769	Fair Haven	fair-haven	US	05743	6029	America/New_York	40.36067	-74.03819	9	Fair Haven,Fair Haven Township,Fairhaven,Fajeh Khivehn,Fer Khejven,fayr hywn  nywjrsy,Файэ Хивэн,Фер Хејвен,فایر هیون، نیوجرسی,فیئر ہون، نیو جرسی		NJ	025	22440	
5097773	Fair Lawn	fair-lawn	US	07410	33597	America/New_York	40.94038	-74.13181	30	Fajeh Lon,Fer Lon,fayr lawn  nywjrsy,fyyr lan  nyw jrsy,Файэ Лон,Фер Лон,فایر لاون، نیوجرسی,فیئر لان، نیو جرسی		NJ	003	22470	
5097776	Fair Play	fair-play	US	29643	0	America/New_York	40.23678	-74.4646	44			NJ	025	46560	
5097778	Fairfield	fairfield	US	04937	7063	America/New_York	40.88371	-74.30598	53	Fairfield (New Jersey),Feurfild,Феърфилд		NJ	013	22385	
5097779	Fairfield	fairfield	US	04937	0	America/New_York	40.20539	-74.21376	27			NJ	025	33300	
5097786	Fairmount	fairmount	US	30139	0	America/New_York	40.72704	-74.77628	233	Fair Mount,Fairmount		NJ	019	72510	
5097787	Fairmount	fairmount	US	30139	0	America/New_York	40.74177	-74.77266	272			NJ	027	77240	
5097801	Fairview	fairview	US	07022	14451	America/New_York	40.8126	-73.99903	72	Fajehvju,Fervju,fayrwyw  nywjrsy,Файэвю,Фервју,فایرویو، نیوجرسی,فیئرویو، برگن کاؤنٹی، نیو جرسی		NJ	003	22560	
5097803	Fairview	fairview	US	07022	3806	America/New_York	40.37316	-74.08681	33			NJ	025	45990	
5097804	Fairview	fairview	US	07022	0	America/New_York	40.43344	-74.71738	79			NJ	035	47580	
5097830	Fanwood	fanwood	US	07023	7651	America/New_York	40.64094	-74.38348	49	Fanvud,fanwwd  nywjrsy,Фанвуд,فانوود، نیوجرسی		NJ	039	22860	
5097836	Far Hills	far-hills	US	07931	930	America/New_York	40.68427	-74.63571	44			NJ	035		
5097843	Farmersville	farmersville	US	45325	0	America/New_York	40.72621	-74.80683	248			NJ	019	72510	
5097844	Farmingdale	farmingdale	US	04344	1306	America/New_York	40.1965	-74.16848	24	BLM,Farmingdale,Farmingdehjl,Farmingdejl,Marsh's Bog,Upper Squankum,farmyngdyl  nywjrsy,Фармингдејл,Фармингдэйл,فارمینگدیل، نیوجرسی		NJ	025	22950	
5098051	Five Points	five-points	US	36855	0	America/New_York	41.08621	-74.85767	260			NJ	037	70890	
5098053	Flagtown	flagtown	US	08821	0	America/New_York	40.51705	-74.68433	37	Flagg Town,Flaggtown,Flagtown		NJ	035	31890	
5098055	Flanders	flanders	US	07836	0	America/New_York	40.84565	-74.69488	207			NJ	027	49080	
5098086	Florence	florence	US	01062	4426	America/New_York	40.11955	-74.80544	8	Florence,Florence City,Florence Heights,High Bank		NJ	005	23850	
5098095	Florham Park	florham-park	US	07932	11835	America/New_York	40.78788	-74.38821	67	Afton,Broomtown,Columbia,Floram Park,Florham Park,Florkham Park,flwrham park  nywjrsy,Флорам Парк,Флорхам Парк,فلورهام پارک، نیوجرسی		NJ	027	23910	
5098109	Fords	fords	US	08863	15187	America/New_York	40.52927	-74.31598	35			NJ	023	82000	
5098124	Flemington	flemington	US	08822	4641	America/New_York	40.51233	-74.85933	53	Flehmington,Fleming,Flemings,Flemington,Flemingtown,flmyngtwn  nywjrsy,fu lei ming dun,Флемингтон,Флэмингтон,فلمینگتون، نیوجرسی,夫雷明頓	019	NJ	019	23700	
5098133	Fort Hancock	fort-hancock	US	79839	0	America/New_York	40.464	-74.00264	4			NJ	025	45990	
5098135	Fort Lee	fort-lee	US	07024	36672	America/New_York	40.85093	-73.97014	87	Fort Lee,Fort Li,Pickletown,fotori,fwrt ly  nywjrsy,poteuli,Форт Ли,فورت لی، نیوجرسی,فورٹ لی، نیو جرسی,フォートリー,포트리		NJ	003	24420	
5098165	Four Corners	four-corners	US	82715	0	America/New_York	41.28815	-74.76267	235			NJ	037	47430	
5098210	Frankfort	frankfort	US	04438	0	America/New_York	40.50871	-74.68322	37	Flagtown,Frankfort		NJ	035	31890	
5098211	Franklin	franklin	US	02038	0	America/New_York	40.85149	-74.29459	55			NJ	013	78510	
5098212	Franklin	franklin	US	02038	0	America/New_York	40.62538	-74.92517	85			NJ	019	24870	
5098213	Franklin	franklin	US	02038	0	America/New_York	40.87427	-74.51155	182			NJ	027	17650	
5098214	Franklin	franklin	US	02038	4855	America/New_York	41.12204	-74.58044	187	Franklin,Franklin Furnace,Frenklin,franklyn  nywjrsy,Франклин,Френклин,فرانکلین، نیوجرسی		NJ	037	24930	
5098236	Franklin Grove	franklin-grove	US	61031	0	America/New_York	41.03121	-74.95684	261			NJ	041	29820	
5098242	Franklin Lakes	franklin-lakes	US	07417	10899	America/New_York	41.01676	-74.2057	124	Campgaw,Franklin Lakes,Franklin Lehjks,Franklin Lejks,franklyn lyks  nywjrsy,Франклин Лејкс,Франклин Лэйкс,فرانکلین لیکس، نیوجرسی		NJ	003	24990	
5098246	Franklin Park	franklin-park	US	08823	0	America/New_York	40.02511	-74.90794	12	Franklin Park,Strawberry Hill		NJ	005	81440	
5098247	Franklin Park	franklin-park	US	08823	13295	America/New_York	40.43899	-74.53515	40			NJ	023	68790	
5098278	Freehold	freehold	US	07728	11959	America/New_York	40.26011	-74.27376	51	Borough de Freehold,Freehold,Freehold Borough,Frehold,Monmouth,Monmouth Court House,Monmouth Courthouse,fei li he zi zhi shi,菲力荷自治市	025	NJ	025	25200	
5098303	Frenchtown	frenchtown	US	08825	1386	America/New_York	40.52621	-75.06156	43	Alexandria,Frehnchtaun,Frenchtaun,Frenchtown,Sunbeam,frnchtawn  nywjrsy,Френчтаун,Фрэнчтаун,فرنچتاون، نیوجرسی,فرینچ ٹاؤن، نیو جرسی		NJ	019	25350	
5098343	Garfield	garfield	US	07026	31802	America/New_York	40.88149	-74.1132	9	East Passaic,Garfield,Garfild,gapildeu,garfyld  nywjrsy,Гарфилд,گارفیلد، نیوجرسی,گارفیلڈ، نیو جرسی,가필드		NJ	003	25770	
5098358	Garwood	garwood	US	07027	4351	America/New_York	40.65177	-74.32293	26	Garvud,garwwd  nywjrsy,Гарвуд,گاروود، نیوجرسی		NJ	039	25800	
5098391	Georgetown	georgetown	US	01833	0	America/New_York	40.07956	-74.65321	29	Foolstown,Fooltown,Georgetown		NJ	005	43290	
5098410	Gillespie	gillespie	US	62033	0	America/New_York	40.45205	-74.35598	10			NJ	023	65790	
5098412	Gillette	gillette	US	07933	0	America/New_York	40.67399	-74.46599	70	Gilette,Gillette		NJ	027	41362	
5098418	Gladstone	gladstone	US	07934	2086	America/New_York	40.7226	-74.66544	83	Gladston,Gladstone,Peapack and Gladstone,Гладстон		NJ	035	57300	
5098425	Glen Gardner	glen-gardner	US	08826	1663	America/New_York	40.69677	-74.94072	140	Clarkesville,Clarksville,Glehn Gardnehr,Glen Gardner,Sodom,Spruce Run,gln gardnr  nywjrsy,Глен Гарднер,Глэн Гарднэр,گلن گاردنر، نیوجرسی		NJ	019	26550	
5101601	Mountainside	mountainside	US	07092	6885	America/New_York	40.67232	-74.35737	46			NJ	039	48510	
5098430	Glen Ridge	glen-ridge	US	07028	7660	America/New_York	40.80538	-74.20376	66	Glehn Ridzh,Glen Ridge Borough,Glen Ridz,Glen Ridzh,gln ryj brw  nywjrsy,kilen ritc,Глен Ридж,Глен Риџ,Глэн Ридж,گلن ریج برو، نیوجرسی,கிளென் ரிட்ச்	26610	NJ	013	26610	
5098436	Glen Rock	glen-rock	US	07452	11999	America/New_York	40.96288	-74.13292	26	Glehn Rok,Glen Rok,Glen-Rok,gln rak  nywjrsy,Глен Рок,Глен-Рок,Глэн Рок,گلن راک، نیوجرسی		NJ	003	26640	
5098443	Glendale	glendale	US	01229	0	America/New_York	40.2465	-74.78238	30			NJ	021	22185	
5098450	Glenfield	glenfield	US	13343	0	America/New_York	40.74316	-74.40515	108			NJ	027	42510	
5098453	Glenmoore	glenmoore	US	19343	0	America/New_York	40.36816	-74.78405	64			NJ	021	33180	
5098454	Glenwood	glenwood	US	07418	0	America/New_York	41.25121	-74.4896	171			NJ	037	75740	
5098544	Grandin	grandin	US	32138	0	America/New_York	40.6176	-74.93378	81			NJ	019	24870	
5098545	Grandview	grandview	US	37337	0	America/New_York	40.58316	-74.58349	51			NJ	035	07720	
5098579	Great Meadows	great-meadows	US	07838	303	America/New_York	40.87093	-74.91211	162	Danville,Denville,Great Meadows		NJ	041	33930	
5098620	Green Lake	green-lake	US	54941	0	America/New_York	41.00093	-74.4796	285			NJ	027	64080	
5098622	Green Pond	green-pond	US	29446	0	America/New_York	41.01732	-74.47766	321			NJ	027	64080	
5098633	Green Village	green-village	US	07935	0	America/New_York	40.73927	-74.45349	76			NJ	027	12130	
5098638	Greendell	greendell	US	07839	0	America/New_York	40.97399	-74.821	193	Green Village,Greendell,Greenville		NJ	037	27420	
5098645	Greenville	greenville	US	02828	0	America/New_York	40.70038	-74.09431	19			NJ	017	36000	
5098646	Greenville	greenville	US	02828	0	America/New_York	40.10178	-74.17181	16	Brewertown,Greenville		NJ	029	38550	
5098698	Guttenberg	guttenberg	US	52052	11665	America/New_York	40.79205	-74.00375	61	Gatenberg,Gattehnberg,gwtnbrg  nywjrsy,Гатенберг,Гаттэнберг,گوتنبرگ، نیوجرسی,گوٹنبرگ، نیو جرسی		NJ	017	28650	
5098706	Hackensack	hackensack	US	07601	44834	America/New_York	40.88593	-74.04347	6	Hackensac,Hackensack,Hackinsack,Haginsack,Khakensak,Khakkensak,New Barbadoes,ha ken sa ke,haekeonsaeg,hakkensakku,hknsak  nywjrsy,Хакенсак,Хаккенсак,هکنساک، نیوجرسی,ہیکینسیک، نیو جرسی,ハッケンサック,哈肯萨克,해컨색	003	NJ	003	28680	
5098745	Hackettstown	hackettstown	US	07840	9579	America/New_York	40.85399	-74.82906	174	Hacket Town,Hacket's Town,Hacketstown,Hackettstown,Halketstown,Helm's Mills,Helms Mills,Khakehttstaun,Khaketstaun,Musconetcong,haktstawn,Хакетстаун,Хакэттстаун,هاکتستاون		NJ	041	28710	
5098757	Halsey	halsey	US	69142	0	America/New_York	41.09704	-74.7485	187			NJ	037	29490	
5098760	Hamburg	hamburg	US	07419	3155	America/New_York	41.15343	-74.57627	142	Hamburg,Hamburgh,Khamburg,hambwrg,Хамбург,هامبورگ		NJ	037	29220	
5098764	Hamden	hamden	US	06514	0	America/New_York	40.60344	-74.90044	52			NJ	019	13750	
5098765	Hamilton	hamilton	US	01936	0	America/New_York	40.20706	-74.08125	26	Greenville,Hamilton,Hamilton Gardens,Shark River,Sharkriverville,Trap		NJ	025	49890	
5098766	Hamilton	hamilton	US	01936	0	America/New_York	40.50621	-74.62016	25			NJ	035	31890	
5098787	Hampton	hampton	US	03842	1361	America/New_York	40.70704	-74.956	165	Hampton,Khehmpton,Khempton,Musconetcong Village,South Hampton,Хемптон,Хэмптон		NJ	019	29460	
5098794	Haledon	haledon	US	07508	8451	America/New_York	40.93565	-74.18626	51	Khaledon,Khehjldon,haldwn,Халедон,Хэйлдон,هالدون		NJ	031	29070	
5098797	Hanford	hanford	US	93230	0	America/New_York	41.29537	-74.56294	189			NJ	037	76790	
5098805	Hanover	hanover	US	02339	12898	America/New_York	40.80454	-74.36682	60			NJ	027	19210	
5098817	Hardwick	hardwick	US	01037	1464	America/New_York	41.05454	-74.93212	259			NJ	041	29820	
5098825	Harlingen	harlingen	US	78550	297	America/New_York	40.44761	-74.66238	27			NJ	035	47580	
5098829	Harmony	harmony	US	02829	0	America/New_York	40.419	-74.12431	11			NJ	025	45990	
5098830	Harmony	harmony	US	02829	0	America/New_York	40.15206	-74.3007	48			NJ	029	34680	
5098831	Harmony	harmony	US	02829	441	America/New_York	40.74677	-75.1374	147	Harmony,Upper Harmony		NJ	041	30090	
5098842	Harrington Park	harrington-park	US	07640	4823	America/New_York	40.98371	-73.97986	14	Kharington Park,Kharrington Park,hryngtwn park  nywjrsy,Харингтон Парк,Харрингтон Парк,هرینگتون پارک، نیوجرسی		NJ	003	30150	
5098863	Harrison	harrison	US	04040	15474	America/New_York	40.74649	-74.15626	9	East Neward,Garrison,Harrison,Kharison,Kharrison,haeliseun,hryswn  nywjrsy,Гаррисон,Гаррісон,Харисон,Харрисон,هریسون، نیوجرسی,ہیریسن، نیو جرسی,해리슨		NJ	017	30210	
5098878	Hasbrouck Heights	hasbrouck-heights	US	07604	12227	America/New_York	40.85816	-74.0807	41	Hasbrouck Hts.,Khasbrouk Khehjts,hsbrak hayts  nywjrsy,Хасброук Хэйтс,هسبراک هایتس، نیوجرسی		NJ	003	30420	
5098885	Haskell	haskell	US	07420	4942	America/New_York	41.02843	-74.29598	70			NJ	031	76730	
5098904	Haworth	haworth	US	07641	3470	America/New_York	40.96093	-73.99014	20	Khavors,Khavort,hawwrth  nywjrsy,Хаворс,Хаворт,هاوورث، نیوجرسی		NJ	003	30540	
5098909	Hawthorne	hawthorne	US	07506	19074	America/New_York	40.94926	-74.15375	25	Goffle,Hawthorne,Hopperstown,Khosorn,Khotorn,North Paterson,Small Lots,hawthwrn,Хосорн,Хоторн,هاوثورن		NJ	031	30570	
5098928	Hazelton	hazelton	US	58544	0	America/New_York	40.58844	-74.2907	13			NJ	023	82000	
5098930	Hazen	hazen	US	58545	0	America/New_York	40.81426	-75.04295	128	Hazen,Oxford Church,Oxford Meeting House		NJ	041	80570	
5098932	Hazlet	hazlet	US	07730	0	America/New_York	40.41566	-74.19098	24	Hazlet Township,Khazleht,Municipio de Hazlet,hyzlt  nywjrsy,Хазлэт,هیزلت، نیوجرسی		NJ	025	30690	
5098958	Helmetta	helmetta	US	08828	2231	America/New_York	40.37677	-74.4246	15	Helmetta,Khelmehtta,Khelmeta,Railroad Mills,hlmta  nywjrsy,Хелмета,Хелмэтта,هلمتا، نیوجرسی		NJ	023	30840	
5099011	Hewitt	hewitt	US	07421	0	America/New_York	41.14176	-74.31071	131			NJ	031	79460	
5099012	Hibernia	hibernia	US	07842	0	America/New_York	40.94399	-74.49266	164			NJ	027	64080	
5099024	Higginsville	higginsville	US	64037	0	America/New_York	40.5101	-74.7885	29	Higgins Mills,Higginsville		NJ	035	31890	
5101608	Mountainville	mountainville	US	10953	0	America/New_York	40.69066	-74.81155	128			NJ	019	72510	
5099025	High Bridge	high-bridge	US	08829	3556	America/New_York	40.66705	-74.89572	99	High Bridge,Highbridge,Khaj Bridz,Khaj Bridzh,Union Forge,hay bryj  nywjrsy,Хай Бридж,Хај Бриџ,های بریج، نیوجرسی		NJ	019	31320	
5099052	Highland Lake	highland-lake	US	12743	4933	America/New_York	41.17676	-74.45655	371			NJ	037	75740	
5099055	Highland Lakes	highland-lakes	US	07422	0	America/New_York	41.17732	-74.46877	391	Highland Lake,Highland Lakes		NJ	037	75740	
5099057	Highland Park	highland-park	US	08904	14347	America/New_York	40.49594	-74.42432	30	Khajland Park,Khajlend Park,haillaendeupakeu,haylnd park  nywjrsy,Хайленд Парк,Хајланд Парк,هایلند پارک، نیوجرسی,하일랜드파크		NJ	023	31470	
5099060	Highlands	highlands	US	07732	4867	America/New_York	40.40372	-73.99153	5	Highlands,Khajlands,Parkertown,haylndz  nywjrsy,Хайландс,Хајландс,هایلندز، نیوجرسی		NJ	025	31500	
5099067	Hightstown	hightstown	US	08520	5517	America/New_York	40.26955	-74.52321	31	Khajtstaun,haytstwn  nywjrsy,Хайтстаун,Хајтстаун,هایتستون، نیوجرسی		NJ	021	31620	
5099079	Hillsborough	hillsborough	US	03244	38303	America/New_York	40.4776	-74.62682	26	Hillsboro,Hillsborough		NJ	035	31890	
5099087	Hillsdale	hillsdale	US	07642	10559	America/New_York	41.0026	-74.04042	18			NJ	003	31920	
5099088	Hillsdale	hillsdale	US	07642	0	America/New_York	40.33928	-74.22514	71			NJ	025	14560	
5099093	Hillside	hillside	US	07205	22155	America/New_York	40.70121	-74.23015	30	Hillside,Lyons Farms		NJ	039	31980	
5099119	Hilltown	hilltown	US	18927	0	America/New_York	40.92121	-74.55071	254			NJ	027	64080	
5099122	Hilton	hilton	US	14468	0	America/New_York	40.41205	-74.02208	57			NJ	025	02110	
5099129	Ho-Ho-Kus	ho-ho-kus	US	07423	4165	America/New_York	40.99649	-74.10125	38	Ho-Ho-Kus,Hohokus,Hoppertown,Kho-Kho-Kus,hw-hw-kws  nywjrsy,Хо-Хо-Кус,هو-هو-کوس، نیوجرسی,ہو ہو کس، نیو جرسی		NJ	003	32310	
5099133	Hoboken	hoboken	US	07030	53635	America/New_York	40.74399	-74.03236	2	Hobocan,Hoboken,Hobokena,Hoebuck,Khoboken,Khobouken,Khouboukun,habwkn  nywjrsy,hoboken,hobokeon,huo bo ken,hwbwqn,Хобокен,Хобоукен,Хоубоукън,הובוקן,هابوکن، نیوجرسی,ہوبوکین، نیو جرسی,ホーボーケン,霍博肯,호보컨		NJ	017	32250	
5099160	Monroe Township	monroe-township	US	08831	0	America/New_York	40.31789	-74.41182	24	Hoffman,Hoffman Station		NJ	023	47280	
5099175	Holland	holland	US	01521	0	America/New_York	40.57205	-75.16545	83			NJ	019	32460	
5099176	Holland	holland	US	01521	0	America/New_York	40.39094	-74.14514	38			NJ	025	45990	
5099177	Holland	holland	US	01521	0	America/New_York	41.06649	-74.52627	352			NJ	027	34980	
5099193	Holmdel	holmdel	US	07733	0	America/New_York	40.34511	-74.18403	30	Baptisttown,Holmdel,Holmdel Township,Kholmdehl Taunship,Municipio de Holmdel,halmdl,huo mu de er zhen,Холмдэл Тауншип,هالمدل,霍姆德爾鎮		NJ	025	32640	
5099289	Hopatcong	hopatcong	US	07843	14510	America/New_York	40.93288	-74.65933	310	Brookland,Brooklyn,Hopatcong,Khopatkong,hapatkwng  nywjrsy,Хопатконг,هاپاتکونگ، نیوجرسی		NJ	037	32910	
5099296	Hope	hope	US	02831	195	America/New_York	40.91121	-74.96739	140			NJ	041	33060	
5099312	Hopewell	hopewell	US	08525	1929	America/New_York	40.38927	-74.76183	59	Columbia,Hopewell,Hoppewell,Khopuehlla,Khoupvehll,Khoupvel,hawwpwl  nywjrsy,Хопуэлла,Хоупвел,Хоупвэлл,هاووپول، نیوجرسی		NJ	021	33150	
5099313	Hopewell	hopewell	US	08525	0	America/New_York	41.04926	-74.5496	333			NJ	037	69690	
5099372	Hughesville	hughesville	US	17737	0	America/New_York	40.62204	-75.15573	63			NJ	041	59820	
5099387	Huntsburg	huntsburg	US	44046	0	America/New_York	40.99732	-74.83767	194			NJ	037	27420	
5099388	Huntsville	huntsville	US	35801	0	America/New_York	40.98038	-74.77544	177	Huntsville,Pettit's Mills		NJ	037	27420	
5099427	Imlaystown	imlaystown	US	08526	0	America/New_York	40.16761	-74.51515	33	Amley's Town,Imlay Town,Imlaystown		NJ	025	74900	
5099454	Hutchinson	hutchinson	US	15640	135	America/New_York	40.77371	-75.13129	67			NJ	041	30090	
5099702	Interlaken	interlaken	US	14847	808	America/New_York	40.23345	-74.01569	5	Interlaken,Interlehjken,ayntrlykn  nywjrsy,Интерлакен,Интерлэйкен,اینترلیکن، نیوجرسی		NJ	025	34200	
5099720	Ironia	ironia	US	07845	0	America/New_York	40.82288	-74.62572	274			NJ	027	61890	
5099724	Irvington	irvington	US	07111	61323	America/New_York	40.73232	-74.23487	47	Camptown,Irvington		NJ	013	34450	
5099738	Iselin	iselin	US	08830	18695	America/New_York	40.57538	-74.32237	19	EWR,Iselin,ZME		NJ	023	82000	
5099767	Jacksonburg	jacksonburg	US	26377	0	America/New_York	40.99176	-74.98045	117			NJ	041	06160	
5099774	Jacksonville	jacksonville	US	05342	0	America/New_York	40.05039	-74.76349	19	Jackson,Jacksonville,Slabtown		NJ	005	69990	
5099775	Jacksonville	jacksonville	US	05342	0	America/New_York	40.9526	-74.32987	98			NJ	027	37110	
5099836	Jersey City	jersey-city	US	07097	264290	America/New_York	40.72816	-74.07764	9	Arissheck,Dinas Jersey,Dzersi Siti,Dzersi Sitis,Dzersisitija,Dzerzi Siti,Dzhehrsi-Sici,Dzhersej Siti,Dzhersi-Siti,Dzhursi Siti,Džersi Sitis,Džērsisitija,Hudson,JEC,Jersey Ceety,Jersey City,Paulus Hook,Paulus's Hook,Powles Hook,Thanh pho Jersey,Thành phố Jersey,grzy syty,jajishiti,jarsi siti,jeojisiti,jrzy syty,jyrsy syty,ze xi shi,Џерзи Сити,Џерси Сити,Джерсей Сити,Джерси-Сити,Джерсі-Сіті,Джърси Сити,Джэрсі-Сіці,Ջերսի Սիթի,גרזי סיטי,جرزی سیتی,جرسی شہر، نیو جرسی,جيرسي سيتي,जर्सी सिटी,ジャージーシティ,泽西市,저지시티	017	NJ	017	36000	
5099850	Jerseyville	jerseyville	US	62052	0	America/New_York	40.23928	-74.22931	47			NJ	025	33300	
5099856	Jobstown	jobstown	US	08041	0	America/New_York	40.03706	-74.69294	22	Jobstown,Liplincoats,Lippingwats,Lippingwatts,Lippingwell,Lippinwatts		NJ	005	69990	
5099901	Johnsonburg	johnsonburg	US	07846	101	America/New_York	40.96454	-74.8785	176	Johnsonburg,Johnsonburgh,Log Gaol,Log Jail,Logg Gaol		NJ	041	25320	
5099932	Juliustown	juliustown	US	08042	429	America/New_York	40.01345	-74.66877	31	Houghton,Julius Town,Juliustown,Julytown		NJ	005	69990	
5099961	Keansburg	keansburg	US	07734	9873	America/New_York	40.44177	-74.12986	3	Keansburg,Keansburgh,Kinsburg,Tanner's Landing,Waycake,kynzbwrg  nywjrsy,Кинсбург,کینزبورگ، نیوجرسی		NJ	025	36480	
5101669	Navesink	navesink	US	07752	2020	America/New_York	40.39955	-74.03542	20	Navesink,Neve Sincks,Neversunk		NJ	025	45990	
5099967	Kearny	kearny	US	07032	42137	America/New_York	40.76843	-74.14542	32	Barbadoes Neck,Karni,Kearney,Kearny,Kerni,Kirni,kani,karny  nywjrsy,Карни,Керни,Кирни,کارنی، نیوجرسی,カーニー		NJ	017	36510	
5099977	Keasbey	keasbey	US	08832	0	America/New_York	40.51677	-74.30515	11	Keasbey,Keasbeys,Keasby		NJ	023	82000	
5099988	Kendall Park	kendall-park	US	08824	9339	America/New_York	40.42094	-74.56071	56	Kendall Park,Tenmile Run		NJ	023	68790	
5100001	Kenvil	kenvil	US	07847	3009	America/New_York	40.87982	-74.61849	220	Ferro Mont,Kenvil,McCainsville,McCainville,Vannatta		NJ	027	64980	
5100007	Kenilworth	kenilworth	US	07033	8215	America/New_York	40.67649	-74.2907	34	Kehnilvors,Kenilvort,knylwwrth  nywjrsy,Кенилворт,Кэнилворс,کنیلوورث، نیوجرسی		NJ	039	36690	
5100008	Keyport	keyport	US	07735	7145	America/New_York	40.43316	-74.19959	8	Chinagora,Kehjport,Key Port,Keyport,Kiport,kypwrt  nywjrsy,Кипорт,Кэйпорт,کیپورت، نیوجرسی		NJ	025	36810	
5100045	Kingsland	kingsland	US	31548	0	America/New_York	40.80649	-74.11098	28			NJ	003	42090	
5100050	Kingston	kingston	US	02364	1493	America/New_York	40.37538	-74.61349	37	Kings Town,Kingston,Kingstown,Кингстон,کنگسٹن، نیو جرسی		NJ	023	68790	
5100056	Kingwood	kingwood	US	26537	0	America/New_York	40.46983	-75.01906	145			NJ	019	37065	
5100115	Lafayette	lafayette	US	07848	0	America/New_York	41.09843	-74.6885	170	La Fayette,Lafayette		NJ	037	37440	
5100136	Lake Arrowhead	lake-arrowhead	US	92352	0	America/New_York	40.89454	-74.47043	158			NJ	027	17650	
5100144	Lake Como	lake-como	US	18437	1759	America/New_York	40.15984	-74.02819	7	Lehjk Komo,Lejk Komo,lyk kwmw  nyw jrsy,lyk kwmw  nywjrsy,Лејк Комо,Лэйк Комо,لیک کومو، نیو جرسی,لیک کومو، نیوجرسی		NJ	025	70110	
5100155	Lake Hiawatha	lake-hiawatha	US	07034	9360	America/New_York	40.8826	-74.38154	77			NJ	027	56460	
5100158	Lake Hopatcong	lake-hopatcong	US	07849	9054	America/New_York	40.94843	-74.6171	307	Espanong,Lake Hopatcong		NJ	027	34980	
5100254	Lake View	lake-view	US	14085	0	America/New_York	40.89204	-74.14653	27	Lake View,Lakeview		NJ	031	57000	
5100269	Lakehurst	lakehurst	US	08733	2694	America/New_York	40.01456	-74.31126	18	Lakehurst,Lehjkkhjorst,Lejkkhurst,Manchester Furnace,NEL,lykhwrst  nywjrsy,reikuhasuto,Лејкхурст,Лэйкхёрст,لیک ہورسٹ، نیو جرسی,لیکهورست، نیوجرسی,レイクハースト		NJ	029	37770	
5100274	Lakeside	lakeside	US	06758	0	America/New_York	41.18176	-74.33599	206			NJ	031	79460	
5100280	Lakewood	lakewood	US	08701	53805	America/New_York	40.09789	-74.21764	23	Bergen Works,Bricksburg,Lakewood,Lakewood Township,Lehjkvud,Lejkvud,Municipio de Lakewood,Washington Furnace,lykwwd  nywjrsy,lyyqwwd,reikuuddo,Лейквуд,Лејквуд,Лэйквуд,לייקוואוד,לייקווד,لیک ووڈ ٹاؤنشپ، نیو جرسی,لیکوود، نیوجرسی,レイクウッド		NJ	029	38550	
5100297	Lambertville	lambertville	US	08530	3833	America/New_York	40.36594	-74.94294	22	Corrells Ferry,Coryel's Ferry,Coryells Ferry,Georgetown,Lambehrtvill,Lambertsville,Lambertvil,Lambertville,lmbrtwyl  nywjrsy,Ламбертвил,Ламбэртвилл,لامبیرٹویل، نیو جرسی,لمبرتویل، نیوجرسی		NJ	019	38610	
5100308	Landing	landing	US	07850	6436	America/New_York	40.9051	-74.66516	281	Lake Hopatcong,Landing,Summer		NJ	027	64980	
5100316	Lansdowne	lansdowne	US	19050	0	America/New_York	40.60844	-74.90628	53	Landsdown,Lansdown,Lansdowne		NJ	019	24870	
5100344	Lawrence	lawrence	US	01840	0	America/New_York	40.274	-74.6796	19	Lawrence,Lawrence Station		NJ	021	39510	
5100346	Laurelton	laurelton	US	17835	0	America/New_York	40.06873	-74.13042	9	Brick,Brick Town,Bricktown,Burrs Forge,Burrsville,Butchers Forge,Butchers Works,Laurelton,Metecunk		NJ	029	07420	
5100356	Lawrenceville	lawrenceville	US	12949	3887	America/New_York	40.29733	-74.7296	37	Laurehnsvill,Lawrenceville,Lorensvil,Maidenhead,Лаурэнсвилл,Лоренсвил		NJ	021	39510	
5100360	Layton	layton	US	07851	0	America/New_York	41.21621	-74.82295	175	Centreville,Layton,Layton's		NJ	037	65700	
5100362	Lebanon	lebanon	US	03756	1671	America/New_York	40.64177	-74.836	81	Lebanon,Lehbanon,Лебанон,Лэбанон		NJ	019	39630	
5100369	Ledgewood	ledgewood	US	07852	0	America/New_York	40.88121	-74.65599	234			NJ	027	64980	
5100376	Leesville	leesville	US	29070	0	America/New_York	40.13372	-74.38237	54			NJ	029	34680	
5100394	Leonardo	leonardo	US	07737	2757	America/New_York	40.41733	-74.06208	12			NJ	025	45990	
5100398	Leonardville	leonardville	US	66449	0	America/New_York	40.40622	-74.04181	15			NJ	025	45990	
5100399	Leonia	leonia	US	07605	9219	America/New_York	40.86149	-73.98819	32	Leonia,Lionija,le-onia,lywnya  nyw jrsy,lywnya  nywjrsy,Леониа,Лионија,لئونیا، نیوجرسی,لیونیا، نیو جرسی,레오니아		NJ	003	40020	
5100414	Lewisburg	lewisburg	US	17837	0	America/New_York	41.19676	-74.61211	132	Lewisburg,Louisburgh		NJ	037	76790	
5100415	Lewistown	lewistown	US	17044	0	America/New_York	40.00622	-74.64821	25			NJ	005	51510	
5100416	Lewisville	lewisville	US	19351	0	America/New_York	40.289	-74.72599	35			NJ	021	39510	
5100419	Liberty Corner	liberty-corner	US	07938	0	America/New_York	40.66482	-74.57738	69	Liberty Corner,Liberty Corners		NJ	035		
5100436	Libertyville	libertyville	US	52567	0	America/New_York	41.23982	-74.65433	220			NJ	037	76790	
5100475	Lincoln Park	lincoln-park	US	07035	0	America/New_York	40.5201	-74.38543	32			NJ	023	20230	
5100477	Lincoln Park	lincoln-park	US	07035	10405	America/New_York	40.92427	-74.30209	55	Linkol'n Park,Linkoln Park,lynkln park  nywjrsy,Линколн Парк,Линкольн Парк,لینکلن پارک، نیوجرسی		NJ	027	40290	
5100478	Lincoln Park	lincoln-park	US	07035	0	America/New_York	40.4851	-74.46682	24			NJ	023	51210	
5100498	Lincroft	lincroft	US	07738	6135	America/New_York	40.33067	-74.12097	23	Leedsville,Lincraft,Lincroft,Linkroft,Линкрофт		NJ	025	45990	
5100506	Linden	linden	US	07036	42021	America/New_York	40.62205	-74.24459	5	LDJ,Linden,Wheatsheaf,lyndn,lyndn  nywjrsy,rinden,Линден,ليندن,لیندن، نیوجرسی,リンデン		NJ	039	40350	
5100527	Linwood	linwood	US	01525	0	America/New_York	40.86316	-73.96764	110			NJ	003	24420	
5100540	Little Falls	little-falls	US	07424	10688	America/New_York	40.86899	-74.2082	110	Little Falls,Littlefalls		NJ	031	40620	
5101686	Nelsonville	nelsonville	US	45764	0	America/New_York	40.17039	-74.53488	33	Imlaystown Station,Nelsonville		NJ	025	74900	
5100542	Little Ferry	little-ferry	US	07643	10963	America/New_York	40.85288	-74.04208	3	Litl Feri,Littl Ferri,lytl fry  nywjrsy,Литл Фери,Литтл Ферри,لیتل فری، نیوجرسی		NJ	003	40680	
5100559	Little Silver	little-silver	US	07739	5913	America/New_York	40.33678	-74.04708	9	Litl Silver,Littl Silver,Little Silver,Parkersville,lytl sylwr  nywjrsy,Литл Силвер,Литтл Силвер,لیتل سیلور، نیوجرسی		NJ	025	40770	
5100565	Little York	little-york	US	08834	0	America/New_York	40.61121	-75.07601	109	Little York,Littleyork		NJ	019	00550	
5100568	Littleton	littleton	US	01460	0	America/New_York	40.84343	-74.46265	111	Littleton,Littletown		NJ	027	56460	
5100572	Livingston	livingston	US	07039	27853	America/New_York	40.79593	-74.31487	96	Centerville,Cheapside,Livingston,Ливингстон		NJ	013	40890	
5100594	Lockwood	lockwood	US	14859	0	America/New_York	40.92065	-74.71933	217			NJ	037	09160	
5100595	Locust	locust	US	28097	0	America/New_York	40.39455	-74.02625	7			NJ	025	45990	
5100604	Lodi	lodi	US	07644	24835	America/New_York	40.88232	-74.0832	9	Lodaj,Lodi,lady  nywjrsy,Лодај,Лоди,لادی، نیوجرسی,لوڈی، نیو جرسی		NJ	003	41100	
5100619	Long Branch	long-branch	US	07740	30941	America/New_York	40.30428	-73.99236	6	Long Branch,Longbranch,lang brnch  nywjrsy,ronguburanchi,Лонг Бранч,لانگ برنچ، نیوجرسی,ロングブランチ		NJ	025	41310	
5100640	Long Valley	long-valley	US	07853	1879	America/New_York	40.78593	-74.78016	164	German Valley,Long Vali,Long Vallehj,Long Valley,Лонг Вали,Лонг Валлэй		NJ	027	77240	
5100664	Low Moor	low-moor	US	24457	0	America/New_York	40.34983	-73.97347	6			NJ	025	66240	
5100706	Lyndhurst	lyndhurst	US	07071	19996	America/New_York	40.81204	-74.12431	10	Lyndhurst,New Barbadoes		NJ	003	42090	
5100715	Lyons	lyons	US	07939	0	America/New_York	40.68538	-74.5471	91			NJ	035		
5100727	Macedonia	macedonia	US	44056	0	America/New_York	40.28622	-74.09653	25			NJ	025	73020	
5100748	Madison	madison	US	03849	16126	America/New_York	40.75982	-74.4171	79	Battle Hill,Bottle Hill,Madison,Medison,Mehdison,South Hanover,mdyswn  nywjrsy,Мадисон,Медисон,Медісон,Мэдисон,مدیسون، نیوجرسی,میڈیسون، نیو جرسی		NJ	027	42510	
5100758	Madison Heights	madison-heights	US	24572	0	America/New_York	40.75371	-74.43182	110			NJ	027	42510	
5100769	Madisonville	madisonville	US	37354	0	America/New_York	40.71955	-74.54043	91			NJ	035		
5100776	Mahwah	mahwah	US	07430	24062	America/New_York	41.08871	-74.14376	99	Mahwah,Makhvakh,Oweno,mava,mawa  nywjrsy,Махвах,مأوا، نیوجرسی,மாவா		NJ	003	42750	
5100809	Manasquan	manasquan	US	08736	5815	America/New_York	40.12623	-74.0493	6	Manaskuan,Manasquan,Squan,Squan Village,manaskwan  nywjrsy,Манаскуан,ماناسکوان، نیوجرسی		NJ	025	43050	
5100817	Mansfield	mansfield	US	02048	0	America/New_York	40.09122	-74.71377	27			NJ	005	43290	
5100824	Mantoloking	mantoloking	US	08738	253	America/New_York	40.03928	-74.04986	3	Generic Railway Station,Mantoloking,XZU,mantwlwkyng  nywjrsy,Мантолокинг,مانتولوکینگ، نیوجرسی		NJ	029	43380	
5100830	Manville	manville	US	02838	10429	America/New_York	40.54094	-74.58766	18	Hillsboro,JVI,Manvil,Manville,Mehnvill,mnwyl  nywjrsy,Манвил,Мэнвилл,منویل، نیوجرسی		NJ	035	43620	
5100854	Maplewood	maplewood	US	07040	25008	America/New_York	40.73121	-74.27348	32	Jefferson,Maplewood,Middleville		NJ	013	43800	
5100863	Marble Hill	marble-hill	US	30148	0	America/New_York	40.88593	-74.93489	186			NJ	041	40110	
5100865	Marcella	marcella	US	72555	0	America/New_York	40.98704	-74.47432	328	Greenville,Marcella		NJ	027	64080	
5100874	Marion	marion	US	02738	0	America/New_York	40.73538	-74.07403	7			NJ	017	36000	
5100886	Marlboro	marlboro	US	05344	40191	America/New_York	40.31539	-74.24626	52	Marlboro,Marlborough		NJ	025	44070	
5100924	Martinsville	martinsville	US	08836	11980	America/New_York	40.60121	-74.55905	107	Martinsville,Martinville		NJ	035	07720	
5100931	Maryland	maryland	US	12116	0	America/New_York	40.15289	-74.37765	52			NJ	029	34680	
5100940	Matawan	matawan	US	07747	8853	America/New_York	40.41483	-74.22959	15	Matavan,Matawan,Matayan,Mattawan,Middletown,Middletown Point,New Aberdeen,matawan  nywjrsy,Матаван,ماتاوان، نیوجرسی		NJ	025	44520	
5100961	Matthews	matthews	US	28104	0	America/New_York	40.15706	-74.25737	33			NJ	025	33300	
5100972	Maywood	maywood	US	07607	9805	America/New_York	40.9026	-74.06181	30	Mejvud,mywwd  nywjrsy,Мејвуд,میوود، نیوجرسی		NJ	003	44880	
5101009	McPherson	mcpherson	US	67460	0	America/New_York	40.60677	-74.84767	74			NJ	019	13750	
5101030	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.48733	-74.29487	13			NJ	023	68550	
5101031	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.42289	-74.19209	10			NJ	025	30690	
5101034	Melrose	melrose	US	02176	0	America/New_York	40.49094	-74.29681	11			NJ	023	65790	
5101073	Mendham	mendham	US	07945	5001	America/New_York	40.77593	-74.60071	187	Mehnkham Boro,Mendam,Mendham,Mendham Borough,Mendom,Mendum,Rocksiticus,Roxiticus,mndham barw  nywjrsy,Мендам,Мэнхам Боро,مندهام بارو، نیوجرسی		NJ	027	45330	
5101080	Menlo Park	menlo-park	US	94025	0	America/New_York	40.5651	-74.33737	42	Menlo Park,Menlopark		NJ	023	20230	
5101108	Meriden	meriden	US	03770	0	America/New_York	40.94732	-74.45765	181			NJ	027	64080	
5101125	Metuchen	metuchen	US	08840	13886	America/New_York	40.54316	-74.3632	28	Matochshoning,Matouchin,Metachehn,Metachen,Metuchen,Mitachen,mtwchn  nywjrsy,Метачен,Метачэн,Митачен,متوچن، نیوجرسی		NJ	023	45690	
5101138	Meyersville	meyersville	US	77974	0	America/New_York	40.68982	-74.47043	76			NJ	027	41362	
5101159	Middlesex	middlesex	US	08846	13934	America/New_York	40.5726	-74.49265	15	Lincoln,Middlesex,Midlsehks,Midlseks,mydlsks  nywjrsy,Мидлсекс,Мидлсэкс,میدلسکس، نیوجرسی		NJ	023	45900	
5101170	Middletown	middletown	US	02842	65490	America/New_York	40.39428	-74.11709	36	Middleton,Middletown,Middletown Township,Middletowne,Municipio de Middletown,midorutaun,mydltawn  nywjrsy,مڈل ٹاؤن ٹاؤن شپ، نیو جرسی,میدلتاون، نیوجرسی,ミドルタウン		NJ	025	45990	
5101175	Middleville	middleville	US	07855	0	America/New_York	41.05593	-74.86295	160	Centreville,Gin Point,Middleville		NJ	037	70890	
5101699	Neshanic Station	neshanic-station	US	08853	0	America/New_York	40.50816	-74.73016	28			NJ	035	07180	
5101178	Midland Park	midland-park	US	07432	7329	America/New_York	40.98926	-74.1407	79	Midland Park,Midlandpark,mydlnd park  nywjrsy,Мидланд Парк,میدلند پارک، نیوجرسی		NJ	003	46110	
5101197	Milford	milford	US	01757	1204	America/New_York	40.56871	-75.09462	39	Burnt Mills,Lowreytown,Milford,Sunburn,mylfwrd  nywjrsy,Милфорд,میلفورد، نیوجرسی,میلفورڈ، نیو جرسی		NJ	019	46260	
5101216	Millbrook	millbrook	US	12545	0	America/New_York	41.07343	-74.96295	199			NJ	041	29820	
5101230	Millington	millington	US	07946	0	America/New_York	40.67732	-74.51766	110			NJ	027	41362	
5101235	Millstone	millstone	US	25261	0	America/New_York	40.28816	-74.53154	31			NJ	021	19780	
5101236	Millstone	millstone	US	25261	419	America/New_York	40.49927	-74.58877	14	Millstone,Millstoun,Milston,Somerset Court House,Миллстоун,Милстон		NJ	035	46590	
5101243	Milltown	milltown	US	08850	0	America/New_York	40.45344	-75.02461	111			NJ	019	37065	
5101244	Milltown	milltown	US	08850	7049	America/New_York	40.45622	-74.44321	25	Bergens Mills,Milltaun,Milltown,Miltaun,myltawn  nywjrsy,Миллтаун,Милтаун,میلتاون، نیوجرسی		NJ	023	46620	
5101245	Milltown	milltown	US	08850	0	America/New_York	40.77982	-74.72044	218	Milldale,Milltown		NJ	027	12610	
5101246	Milltown	milltown	US	08850	0	America/New_York	40.56871	-74.68294	31			NJ	035	07180	
5101247	Milltown	milltown	US	08850	0	America/New_York	40.70205	-74.31654	27			NJ	039	70020	
5101249	Millville	millville	US	01529	0	America/New_York	41.31315	-74.77989	149			NJ	037	47430	
5101250	Milton	milton	US	02186	0	America/New_York	41.02149	-74.53571	253			NJ	027	34980	
5101264	Mine Hill	mine-hill	US	07803	0	America/New_York	40.87788	-74.59377	250	Mine Hill,Minehill		NJ	027	46860	
5101300	Monmouth Beach	monmouth-beach	US	07750	3239	America/New_York	40.33039	-73.98153	6	Monmaus Bich,Monmaut Bich,mwnmwwth bych  nywjrsy,Монмаус Бич,Монмаут Бич,مونمووث بیچ، نیوجرسی		NJ	025	47130	
5101312	Monmouth Junction	monmouth-junction	US	08852	2887	America/New_York	40.379	-74.54654	28			NJ	023	68790	
5101322	Monroe	monroe	US	03771	0	America/New_York	40.81288	-74.44238	82			NJ	027	29550	
5101323	Monroe	monroe	US	03771	0	America/New_York	41.11454	-74.63405	176	Monroe,Monroe Corner,Monroe Corners		NJ	037	69690	
5101329	Montague	montague	US	01351	0	America/New_York	41.30315	-74.7935	157	Minising,Montague,Montague Township,Montakju Taunship,Municipio de Montague,meng ta ge zhen,mwntagw  nywjrsy,Монтакю Тауншип,مونتاگو، نیوجرسی,蒙塔哥镇		NJ	037	47430	
5101334	Montclair	montclair	US	07042	39701	America/New_York	40.82593	-74.20903	93	Cranetown,Mont Clair,Montclair,Speertown,West Bloomfield		NJ	013	47500	
5101349	Montgomery	montgomery	US	05470	0	America/New_York	40.47844	-74.75377	38			NJ	035	31890	
5101359	Montrose	montrose	US	10548	0	America/New_York	40.30178	-74.22126	48	Barrentown,Montrose		NJ	025	44070	
5101361	Montvale	montvale	US	07645	8442	America/New_York	41.04676	-74.02292	96	Montvale,Montvehjl,Montvejl,QMV,mwntwyl  nywjrsy,Монтвејл,Монтвэйл,مونتویل، نیوجرسی		NJ	003	47610	
5101365	Montville	montville	US	06353	0	America/New_York	40.91482	-74.38376	95	Montvill,Municipio de Montville,mantwyl  nywjrsy,Монтвилл,مانتویل، نیوجرسی		NJ	027	47670	
5101376	Moonachie	moonachie	US	07074	2788	America/New_York	40.84121	-74.04514	1	Monachie,Moonachie,Munachi,Peach Island,mwnachy  nywjrsy,Муначи,موناچی، نیوجرسی		NJ	003	47700	
5101380	Moore	moore	US	29369	0	America/New_York	40.32427	-74.91461	18			NJ	021	33180	
5101390	Morgan	morgan	US	05853	0	America/New_York	40.46677	-74.2682	20			NJ	023	65790	
5101393	Morganville	morganville	US	07751	5040	America/New_York	40.3765	-74.24431	48			NJ	025	44070	
5101417	Morris Plains	morris-plains	US	07950	5532	America/New_York	40.82177	-74.48099	119	Moris Plejns,Morris Plehjns,mwrys plynz  nywjrsy,Морис Плејнс,Моррис Плэйнс,موریس پلینز، نیوجرسی		NJ	027	48090	
5101426	Morristown	morristown	US	07960	0	America/New_York	40.42511	-74.25376	27			NJ	023	54705	
5101427	Morristown	morristown	US	07960	18594	America/New_York	40.79677	-74.48154	110	MMU,Morris Town,Morristaun,Morristown,Morstaun,New Hanover,West Hanover,mo li si dui,moliseutaun,morisutaun,mwrs ٹawn  nyw jrsy,mwrys‌tawn  nywjrsy,Морристаун,Морстаун,מוריסטאון,مورس ٹاؤن، نیو جرسی,موریس‌تاون، نیوجرسی,モリスタウン,莫里斯敦,모리스타운	027	NJ	027	48300	
5101456	Mount Airy	mount-airy	US	21771	0	America/New_York	40.39872	-74.90711	74	Amwell,Mount Airy,Mountairy		NJ	019	78230	
5101459	Mount Arlington	mount-arlington	US	07856	5300	America/New_York	40.92593	-74.63488	309	Maunt Arlington,mawwnt arlyngtwn  nywjrsy,Маунт Арлингтон,ماوونت ارلینگتون، نیوجرسی		NJ	027	48690	
5101462	Mount Bethel	mount-bethel	US	18343	0	America/New_York	40.6376	-74.5146	132			NJ	035		
5101463	Mount Bethel	mount-bethel	US	18343	0	America/New_York	40.82621	-74.90128	283			NJ	041	43320	
5101480	Mount Freedom	mount-freedom	US	07970	0	America/New_York	40.82621	-74.57016	269	Mount Freedom,Walnut Grove		NJ	027	61890	
5101489	Mount Hermon	mount-hermon	US	42157	141	America/New_York	40.92482	-74.99378	153	Green's Chapel,Mount Herman,Mount Hermon		NJ	041	33060	
5101495	Mount Hope	mount-hope	US	25880	0	America/New_York	40.92621	-74.54266	249	Mount Hope,Mounthope		NJ	027	64080	
5101502	Mount Horeb	mount-horeb	US	53572	0	America/New_York	40.61844	-74.56155	139			NJ	035		
5101506	Mount Joy	mount-joy	US	17552	0	America/New_York	40.58705	-75.18684	74			NJ	019	32460	
5101517	Mount Olive	mount-olive	US	25185	0	America/New_York	40.85149	-74.73294	314			NJ	027	49080	
5101536	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	41.02787	-74.08514	105			NJ	003	65400	
5101537	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.5801	-75.04989	91			NJ	019	00550	
5101538	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.37428	-74.21709	88			NJ	025	44070	
5101539	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.96676	-75.07601	232			NJ	041	37320	
5101565	Mount Vernon	mount-vernon	US	04352	0	America/New_York	40.99537	-75.03268	239			NJ	041	06160	
5101585	Mountain Lakes	mountain-lakes	US	07046	4288	America/New_York	40.89482	-74.43293	146			NJ	027	48480	
5101594	Mountain View	mountain-view	US	65548	0	America/New_York	40.91788	-74.26598	63			NJ	031	77840	
5101701	Netcong	netcong	US	07857	3253	America/New_York	40.89899	-74.70655	264	Nehtkong,Netkong,nei te kong,ntkwng  nywjrsy,Нетконг,Нэтконг,نتکونگ، نیوجرسی,内特孔		NJ	027	50130	
5101710	New Albany	new-albany	US	18833	0	America/New_York	40.0015	-74.97128	13			NJ	005	12940	
5101711	New Bedford	new-bedford	US	02740	0	America/New_York	40.17928	-74.06208	22			NJ	025	76460	
5101967	Northvale	northvale	US	07647	4859	America/New_York	41.00649	-73.94903	12	Neuvy,Norsvehjl,Northvale,Northvalle Neuvy,Nortvejl,nwrthwyl  nywjrsy,Норсвэйл,Нортвејл,نورثویل، نیوجرسی		NJ	003	53430	
5101972	Northwood	northwood	US	03261	0	America/New_York	40.97204	-74.63572	301			NJ	037	32910	
5101973	Norton	norton	US	02766	0	America/New_York	40.65732	-74.97906	110			NJ	019	74420	
5101717	New Brunswick	new-brunswick	US	08901	57035	America/New_York	40.48622	-74.45182	26	Brunswick,Inian,Inians Ferry,Middlesex,N'ju Bransvik,N'ju-Bransuik,N'ju-Bransvik,New Brunswick,Nju Bransvik,Nju Brunzuik,Nuevo Brunswick,The River,nyubeuleonjeuwig,nyuburanzuu~ikku,nyw branzwyk  nywjrsy,nyw brnzwk  nyw jrsy,nyw brwnzwyk,xin bu lang si wei ke,Њу Брансвик,Нью Брансвик,Нью-Брансвік,Нью-Брансуик,Ню Брънзуик,نيو برونزويك,نیو برانزویک، نیوجرسی,نیو برنزوک، نیو جرسی,ニューブランズウィック,新布朗斯维克,뉴브런즈윅	023	NJ	023	51210	
5101727	New Canton	new-canton	US	23123	0	America/New_York	40.18706	-74.56654	36	Cabbagetown,Canton,New Canton		NJ	025	74900	
5101734	New Durham	new-durham	US	03855	0	America/New_York	40.78482	-74.03292	6			NJ	017	52470	
5101735	New Durham	new-durham	US	03855	0	America/New_York	40.54372	-74.40598	37			NJ	023	20230	
5101737	New Egypt	new-egypt	US	08533	2512	America/New_York	40.06761	-74.53071	21	New Egypt,Timmons Hill		NJ	029	59790	
5101739	New Hampton	new-hampton	US	03256	0	America/New_York	40.72204	-74.96017	118			NJ	019	39660	
5101764	New Market	new-market	US	21774	0	America/New_York	40.57427	-74.45237	20	New Market,Newmarket,Quibbletown,Squabbletown		NJ	023		
5101766	New Milford	new-milford	US	06776	16801	America/New_York	40.9351	-74.01903	9	N'ju Milford,Nju Milford,Novye Milford,nyw mylfwrd  nywjrsy,Њу Милфорд,Новые Милфорд,Нью Милфорд,نیو میلفورد، نیوجرسی		NJ	003	51660	
5101775	New Providence	new-providence	US	07974	12469	America/New_York	40.69843	-74.40154	67	N'ju Providens,N'ju-Providens,New Providence,Nju Providens,Turkey,nyw prawydns  nywjrsy,Њу Провиденс,Нью Провиденс,Нью-Провиденс,نیو پراویدنس، نیوجرسی		NJ	039	51810	
5101779	New Sharon	new-sharon	US	04955	0	America/New_York	40.20622	-74.55043	32	Cattail,New Sharon,Sharon		NJ	025	74900	
5101785	New Vernon	new-vernon	US	07976	0	America/New_York	40.74586	-74.49919	103			NJ	027	29700	
5101798	Newark	newark	US	07101	281944	America/New_York	40.73566	-74.17237	9	EWR,Milford,N'juark,New Worke,Newark,Nieworke,Niouark,Niuarkas,Njuark,Novarcum,Nuarka,Nyuark,Youngs Point,n'yu'arka,n'yurka,nevark,niu hua ke,nuvark,nwrk,nyuaku,nyueokeu,nywark,nywark  nyw jrsy,nywark  nywjrsy,Ņuarka,Νιούαρκ,Њуарк,Ньюарк,Нюарк,Նյուարկ,נוארק,ניוארק,نيوآرك,نیوآرک، نیو جرسی,نیوآرک، نیوجرسی,न्यूअर्क,न्यूर्क,நுவார்க்,నెవార్క్,นวร์ก,ნიუარკი,ニューアーク,紐華克,뉴어크	013	NJ	013	51000	
5101822	Newfoundland	newfoundland	US	07435	0	America/New_York	41.04649	-74.43515	232			NJ	031	79460	
5101825	Newport	newport	US	02840	0	America/New_York	40.7251	-74.90906	189			NJ	019	39660	
5101848	Newton	newton	US	02458	7979	America/New_York	41.05815	-74.75267	196	Chinkchewunska,N'juton,New Town,Newton,Newtown,Njuton,Sussex,Sussex Court House,niu dun,nywtwn  nywjrsy,Њутон,Ньютон,نیوتون، نیوجرسی,牛頓	037	NJ	037	51930	
5101853	Nixon	nixon	US	78140	0	America/New_York	40.51427	-74.36737	17			NJ	023	20230	
5101865	Normandy Beach	normandy-beach	US	08739	0	America/New_York	40.00262	-74.06041	2			NJ	029	07420	
5101873	North Arlington	north-arlington	US	07031	15904	America/New_York	40.78843	-74.1332	42	Nors Arlington,Nort Arlington,arlyngtwn shmaly  nywjrsy,Норс Арлингтон,Норт Арлингтон,آرلینگتون شمالی، نیوجرسی		NJ	003	52320	
5101879	North Bergen	north-bergen	US	07047	63484	America/New_York	40.80427	-74.01208	64	brgn shmaly  nywjrsy,برگن شمالی، نیوجرسی		NJ	017	52470	
5101884	North Branch	north-branch	US	12766	0	America/New_York	40.60205	-74.67738	24	North Branch,Northbranch		NJ	035	07180	
5101935	North Middletown	north-middletown	US	40357	3295	America/New_York	40.43955	-74.11903	3			NJ	025	45990	
5101962	Northfield	northfield	US	01360	8070	America/New_York	40.77427	-74.32459	80			NJ	013	40890	
5101978	Norwood	norwood	US	02062	5869	America/New_York	40.99815	-73.9618	29	Norvud,narwwd  nywjrsy,Норвуд,ناروود، نیوجرسی		NJ	003	53610	
5101989	Nottingham	nottingham	US	03290	0	America/New_York	40.23261	-74.68183	28			NJ	021	29310	
5102076	Nutley	nutley	US	07110	27572	America/New_York	40.82232	-74.15987	43	Franklintown,Franklinville,Nutley,Spring Garden	53680	NJ	013	53680	
5102089	Oak Grove	oak-grove	US	42262	0	America/New_York	40.53427	-74.95433	163			NJ	019	24870	
5102091	Oak Hill	oak-hill	US	12460	0	America/New_York	40.38178	-74.07458	29			NJ	025	45990	
5102092	Oak Hill	oak-hill	US	12460	0	America/New_York	40.36678	-74.13431	42			NJ	025	45990	
5102097	Oak Ridge	oak-ridge	US	07438	0	America/New_York	41.04621	-74.48599	268	Oak Hill,Oak Ridge,Oakridge		NJ	031	79460	
5102115	Oakhurst	oakhurst	US	07755	3995	America/New_York	40.27094	-74.01625	13			NJ	025	54270	
5102118	Oakland	oakland	US	02858	13165	America/New_York	41.01315	-74.26431	68	Oakland,Oklend,Oukland,Yaughpaugh,Yawpaw,awklnd  nywjrsy,Оакланд,Окленд,Оукланд,اوکلند، نیوجرسی		NJ	003	53850	
5102119	Oakland Mills	oakland-mills	US	17076	0	America/New_York	40.23317	-74.34431	42			NJ	025	42990	
5102124	Oakwood	oakwood	US	24631	0	America/New_York	40.14122	-74.25765	39			NJ	029	34680	
5102136	Ocean Grove	ocean-grove	US	07756	3342	America/New_York	40.21206	-74.00653	5	Oushan Grouv,Oushehn Grouv,Оушан Гроув,Оушэн Гроув		NJ	025	49890	
5102147	Oceanport	oceanport	US	07757	5739	America/New_York	40.31817	-74.01514	6	Oushanport,Oushehn Port,awshnpwrt  nywjrsy,Оушанпорт,Оушэн Порт,اوشنپورت، نیوجرسی		NJ	025	54570	
5102752	Pleasant Plains	pleasant-plains	US	62677	0	America/New_York	40.00345	-74.21348	19			NJ	029	73125	
5102153	Ogdensburg	ogdensburg	US	07439	2286	America/New_York	41.08176	-74.59238	206	Ogdensburg,Ogdensburgh,Sodom,wjnsbwrg  nywjrsy,Огденсбург,وجنسبورگ، نیوجرسی		NJ	037	54660	
5102162	Old Bridge	old-bridge	US	08857	23753	America/New_York	40.41483	-74.36543	4	Old Bridge,Oldbridge		NJ	023	19000	
5102198	Oldwick	oldwick	US	08858	0	America/New_York	40.6726	-74.74738	66	New Germantown,Old Wick,Oldwick,Smithfield		NJ	019	72510	
5102208	Oradell	oradell	US	07649	8218	America/New_York	40.95871	-74.03681	27	Delford,Oradehll,Oradel,Oradell,awradl  nywjrsy,Орадел,Ораделл,Орадэлл,اورادل، نیوجرسی		NJ	003	54990	
5102213	Orange	orange	US	01364	34457	America/New_York	40.77066	-74.23265	59			NJ	013	13045	
5102339	Oxford	oxford	US	01540	1090	America/New_York	40.80315	-74.98962	169	Axford Furnace,Oksford,Oxford,Oxford Furnace,Оксфорд		NJ	041	55530	
5102369	Palisades Park	palisades-park	US	07650	20743	America/New_York	40.84816	-73.99764	29	Palisade Park,Palisades Park,Palisehjds Park,Palisejds Park,paelliseijeupakeu,palysadys park  nyw jrsy,palysydz park  nywjrsy,Палисејдс Парк,Палисэйдс Парк,پالیسادیس پارک، نیو جرسی,پالیسیدز پارک، نیوجرسی,팰리세이즈파크		NJ	003	55770	
5102378	Palmyra	palmyra	US	04965	7314	America/New_York	40.00706	-75.02823	3	Palmajra,Pehlmira,palmyra  nywjrsy,Палмајра,Пэлмира,پالمیرا، نیوجرسی		NJ	005	55800	
5102379	Palmyra	palmyra	US	04965	0	America/New_York	40.56149	-75.01517	143			NJ	019	00550	
5102387	Paramus	paramus	US	07652	26974	America/New_York	40.94454	-74.07542	20	Parames,Paramus,Pyramus,paramasu,paramws  nywjrsy,prmws,Парамус,פרמוס,پاراموس، نیوجرسی,パラマス		NJ	003	55950	
5102400	Park Ridge	park-ridge	US	07656	8919	America/New_York	41.0376	-74.0407	50	Park Ridge,Park Ridz,Park Ridzh,Parkridge,Pascack,Paskack,park ritcu,park ryj  nywjrsy,Парк Ридж,Парк Риџ,پارک ریج، نیوجرسی,பார்க் ரிட்சு		NJ	003	56130	
5102409	Parker	parker	US	16049	0	America/New_York	40.75843	-74.75822	271	Parker,Unionville		NJ	027	77240	
5102425	Parlin	parlin	US	08859	0	America/New_York	40.46205	-74.3382	41			NJ	023	65790	
5102427	Parsippany	parsippany	US	07054	51144	America/New_York	40.85788	-74.42599	101	Parcipany,Parcipponog,Parsippani,Parsippany,Percipany,Percipeny,Парсиппани		NJ	027	56460	
5102443	Passaic	passaic	US	07055	71085	America/New_York	40.85677	-74.12848	34	Acquackanonk,Acquackanonk Bridge,Acquackanonk Landing,Aqueyquinunke,Haquequenunck,Pasejik Siti,Passaic,Passaik,ba sai ke,pasayyk  nywjrsy,paseiku,peoseiig,pysayk  nyw jrsy,Пасејик Сити,Пассаик,פאסעיק,پاسائیک، نیوجرسی,پیسایک، نیو جرسی,パセーイク,巴賽克,퍼세이익		NJ	031	56550	
5102466	Paterson	paterson	US	07501	147754	America/New_York	40.91677	-74.17181	26	Great Falls,Manchester,New Manchester,Patehrson,Paterson,Patersun,Totowa,batrswn,pa te sen,paeteoseun,patason,ptrswn,ptrswn  nywjrsy,Патерсон,Патерсън,Патэрсон,פטרסון,باترسون,پترسون، نیوجرسی,پیٹرسن، نیو جرسی,แพเทอร์สัน,パターソン,帕特森,패터슨	031	NJ	031	57000	
5102499	Paulina	paulina	US	70763	0	America/New_York	40.97649	-74.94378	111			NJ	041	06160	
5102515	Peapack	peapack	US	07977	2086	America/New_York	40.71677	-74.65655	74	Peapack,Peapack and Gladstone,Pepack,Tepack		NJ	035	57300	
5102535	Pennington	pennington	US	08534	2598	America/New_York	40.32844	-74.79072	64	Hopewell,Pehnnington,Penington,Pennington,Penny Town,Queenstown,pnyngtn  nywjrsy,Пенингтон,Пэннингтон,پنینگتن، نیوجرسی		NJ	021	57600	
5102552	Penwell	penwell	US	79776	0	America/New_York	40.77815	-74.90239	127	Pennell,Pennwell,Penville,Penwell		NJ	019	39660	
5102557	Pequannock	pequannock	US	07440	0	America/New_York	40.95232	-74.29876	58	Municipio de Pequannock,Pekuannok Taunship,Pequanac,Pequannac,Pequannoc,Pequannock,Pequannock Township,pkwank  nywjrsy,Пекуаннок Тауншип,پکوانک، نیوجرسی		NJ	027	58110	
5102576	Perryville	perryville	US	21903	0	America/New_York	40.63593	-74.96934	109			NJ	019	74420	
5102578	Perth Amboy	perth-amboy	US	08861	52682	America/New_York	40.50677	-74.26542	17	Ambo Point,Amboy,Amboy Perth,New Perth,New Point,Pehrs Ehmboj,Pert Amboj,Perth,Perth Amboy,Perth Town,Purt Amboj,pasuanboi,peoseuaemboi,prth ambwy  nywjrsy,Перт Амбој,Пърт Амбой,Пэрс Эмбой,پرتھ امبوی، نیو جرسی,پرث امبوی، نیوجرسی,パースアンボイ,퍼스앰보이		NJ	023	58200	
5102599	Petersburg	petersburg	US	12138	0	America/New_York	41.00815	-74.52405	244	Petersburg,Swannanoa		NJ	027	34980	
5102605	Petersburg	petersburg	US	12138	0	America/New_York	40.87954	-74.85767	217	Caddington,Carrington,Cat Hollow,Cat Swamp,Petersburg		NJ	041	33930	
5102615	Phillipsburg	phillipsburg	US	08865	14515	America/New_York	40.69371	-75.19018	96	Chintewick,Lopatcong Village,Philipsburg,Phillipsburg,Phillipsburgh		NJ	041	58350	
5102617	Phoenix	phoenix	US	13135	0	America/New_York	40.47788	-74.31293	14			NJ	023	65790	
5102618	Phoenix	phoenix	US	13135	0	America/New_York	40.52983	-74.34098	27			NJ	023	20230	
5102677	Pine Brook	pine-brook	US	07058	0	America/New_York	40.28067	-74.09542	36			NJ	025	73020	
5102685	Pine Brook	pine-brook	US	07058	0	America/New_York	40.86038	-74.34043	60	Pine Brook,Pinebrook		NJ	027	47670	
5102713	Piscataway	piscataway	US	08854	56044	America/New_York	40.49927	-74.39904	30	New Market,Piscataway,Piscattaway		NJ	023	20230	
5102719	Pittstown	pittstown	US	08867	0	America/New_York	40.58205	-74.95906	116	Pitt Town,Pitts Town,Pittstown		NJ	019	24870	
5102720	Plainfield	plainfield	US	01070	51217	America/New_York	40.63371	-74.40737	34	Plehjnfild,Plejnfild,peulleinpildeu,plynfyld  nywjrsy,pureinfirudo,Плейнфилд,Плейнфілд,Плејнфилд,Плэйнфилд,پلینفیلد، نیوجرسی,プレインフィールド,플레인필드		NJ	039	59190	
5102727	Plains	plains	US	31780	0	America/New_York	41.14065	-74.70183	141			NJ	037	24810	
5102728	Plainsboro	plainsboro	US	08536	0	America/New_York	40.33344	-74.60043	21	Plainsboro,Plainsborough		NJ	023	59280	
5102734	Plainville	plainville	US	02762	0	America/New_York	40.46622	-74.6821	34			NJ	035	47580	
5102741	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	40.12456	-74.34293	34			NJ	029	34680	
5102745	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	40.81093	-74.69572	263			NJ	027	12610	
5102750	Pleasant Plains	pleasant-plains	US	62677	922	America/New_York	40.44788	-74.55793	39			NJ	035	24900	
5102751	Pleasant Plains	pleasant-plains	US	62677	0	America/New_York	40.6976	-74.4971	74			NJ	027	41362	
5102756	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	40.77982	-74.85072	287	Pleasant Grove,Pleasantgrove		NJ	027	77240	
5102758	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.36678	-74.21292	67			NJ	025	44070	
5102759	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.75149	-75.00823	137			NJ	041	77300	
5102768	Pleasantville	pleasantville	US	08232	0	America/New_York	40.73316	-74.48765	76			NJ	027	29700	
5102772	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.74871	-74.63127	122			NJ	027	45360	
5102778	Pluckemin	pluckemin	US	07978	0	America/New_York	40.64566	-74.63905	55	Pluckamin,Pluckemin		NJ	035	04450	
5102796	Point Pleasant	point-pleasant	US	18950	18523	America/New_York	40.08317	-74.06819	6	Pojnt Plezant,Pojnt Plezunt,pointeupeullejeonteu,pwynt plznt  nywjrsy,Пойнт Плезънт,Појнт Плезант,پوینت پلزنت، نیوجرسی,포인트플레전트		NJ	029	59880	
5102797	Point Pleasant	point-pleasant	US	18950	0	America/New_York	40.92288	-74.65766	302			NJ	037	32910	
5102798	Point Pleasant Beach	point-pleasant-beach	US	08742	4552	America/New_York	40.09123	-74.04791	3	Pojnt Plezant Bich,Pojnt Plizhant Bich,Pt. Pleasant Beach,pwynt plyznt bych  nywjrsy,Пойнт Плижант Бич,Појнт Плезант Бич,پوینت پلیزنت بیچ، نیوجرسی		NJ	029	59910	
5102817	Polkville	polkville	US	28136	0	America/New_York	40.93871	-75.05129	178			NJ	041	37320	
5102825	Pompton Lakes	pompton-lakes	US	07442	11202	America/New_York	41.00538	-74.2907	67	Pompton Lehjks,Pompton Lejks,pamptwn lyks  nywjrsy,Помптон Лејкс,Помптон Лэйкс,پامپتون لیکس، نیوجرسی		NJ	031	60090	
5102831	Pompton Plains	pompton-plains	US	07444	0	America/New_York	40.96815	-74.2957	61			NJ	027	58110	
5102853	Port Monmouth	port-monmouth	US	07758	3818	America/New_York	40.43011	-74.09847	3	Chanceville,Port Monmouth		NJ	025	45990	
5102858	Port Murray	port-murray	US	07865	129	America/New_York	40.78565	-74.916	182	Port Murray,Port Murry		NJ	041	43320	
5102863	Port Reading	port-reading	US	07064	3728	America/New_York	40.56538	-74.26042	6			NJ	023	82000	
5102886	Pottersville	pottersville	US	07979	0	America/New_York	40.71371	-74.72183	64			NJ	019	72510	
5102899	Postville	postville	US	52162	0	America/New_York	41.08843	-74.41543	252			NJ	031	79460	
5102922	Princeton	princeton	US	01541	29603	America/New_York	40.34872	-74.65905	62	PCT,Prince Town,Princes Town,Princeton,Princetonia,Princetown,Prinston,Prinstona,Prinstun,Stony Brook,brynstwn,peulinseuteon,prinstana,prynstwn,prynstwn  nywjrsy,pu lin si dun,purinsuton,Принстон,Принстън,Փրինսթոն,פרינסטון,برينستون,پرنسٹن، نیو جرسی,پرینستون، نیوجرسی,प्रिन्स्टन,प्रिन्‍सटन,პრინსტონი,プリンストン,普林斯顿,프린스턴		NJ	021		
5102940	Princeton Junction	princeton-junction	US	08550	2465	America/New_York	40.31733	-74.61988	23	ZTJ		NJ	021	80240	
5102966	Prospect Heights	prospect-heights	US	60070	0	America/New_York	40.24816	-74.76405	27			NJ	021	22185	
5102970	Prospect Park	prospect-park	US	19076	5794	America/New_York	40.24039	-74.76627	28			NJ	021	22185	
5102973	Prospect Park	prospect-park	US	19076	5953	America/New_York	40.93704	-74.17431	66	Prospekt Park,praspkt park  nywjrsy,Проспект Парк,پراسپکت پارک، نیوجرسی,پراسپیکٹ پارک، نیو جرسی		NJ	031	61170	
5103030	Quakertown	quakertown	US	08868	0	America/New_York	40.56566	-74.94156	197	Fairview,Quakertown		NJ	019	24870	
5103032	Quarryville	quarryville	US	17566	0	America/New_York	41.25648	-74.57961	168			NJ	037	76790	
5103055	Rahway	rahway	US	07065	29508	America/New_York	40.60816	-74.27765	5	Bridgetown,Leesville,Nawakwa,Rahwack,Rahway,Rakhvzj,Raway,Rjawau. Spanktown,Rovej,Spanktown,rawy  nywjrsy,Рахвзй,Ровеј,راوی، نیوجرسی		NJ	039	61530	
5103075	Ralston	ralston	US	17763	0	America/New_York	40.77121	-74.62516	121	Ralston,Ralstonville,Rocksiticus,Roxiticus		NJ	027	45360	
5103086	Ramsey	ramsey	US	07446	15102	America/New_York	41.05732	-74.14098	104	Ramsehj,Ramsey,Ramseys,Ramseys Station,Rehmsi,Remzi,ramsy  nywjrsy,Рамсэй,Ремзи,Рэмси,رامسی، نیوجرسی		NJ	003	61680	
5103097	Rancocas	rancocas	US	08073	0	America/New_York	40.01067	-74.86683	18	Ancocas,Rancocas,Rancocus,Rankocus		NJ	005	78200	
5103116	Raritan	raritan	US	08869	8031	America/New_York	40.56955	-74.63294	21	Raritan,Rariton,la li tan,Раритан,拉里坦		NJ	035	61980	
5103151	Readington	readington	US	08870	0	America/New_York	40.56871	-74.73766	33	Readings,Readington,Riddenton		NJ	019	62250	
5103159	Red Bank	red-bank	US	07701	12204	America/New_York	40.34705	-74.06431	14	Red Bank,Redbank,Rehd Bank,rd bnk  nywjrsy,Ред Банк,Рэд Банк,رد بنک، نیوجرسی		NJ	025	62430	
5103170	Red Hill	red-hill	US	18076	0	America/New_York	40.38428	-74.13125	70			NJ	025	45990	
5103173	Red Lion	red-lion	US	17356	0	America/New_York	40.44372	-74.47043	33			NJ	023	52560	
5103179	Red Valley	red-valley	US	86544	0	America/New_York	40.16178	-74.47043	45			NJ	025	74900	
5103240	Richfield	richfield	US	17086	0	America/New_York	40.86899	-74.17264	60			NJ	031	13690	
5103254	Ridgefield	ridgefield	US	06877	11373	America/New_York	40.83427	-74.00875	13	English Neighbourhood,Ridgefield,Ridzfild,Ridzhfild,ryjfyld  nywjrsy,Риджфилд,Риџфилд,ریجفیلد، نیوجرسی		NJ	003	62910	
5103256	Ridgefield Park	ridgefield-park	US	07660	13102	America/New_York	40.85704	-74.02153	26	Ridzfild Park,Ridzhfild Park,ryjfyld park  nywjrsy,Риджфилд Парк,Риџфилд Парк,ریجفیلد پارک، نیوجرسی		NJ	003	62940	
5103265	Ridgeway	ridgeway	US	24148	0	America/New_York	40.03151	-74.28403	20			NJ	029	43140	
5103269	Ridgewood	ridgewood	US	07450	25621	America/New_York	40.97926	-74.11653	35	Ridzhvud,Ridzvud,ryjwwd  nywjrsy,Риджвуд,Риџвуд,ریجوود، نیوجرسی		NJ	003	63000	
5103276	Riegelsville	riegelsville	US	18077	0	America/New_York	40.59454	-75.18712	47	Musconetcong,Riegelsville		NJ	041	59820	
5103283	Rileyville	rileyville	US	22650	0	America/New_York	40.42511	-74.79183	144			NJ	019	18820	
5103285	Ringoes	ringoes	US	08551	0	America/New_York	40.42899	-74.86767	67	Ringo,Ringo's,Ringoes,Ringos,Ringos Old Tavern		NJ	019	18820	
5103286	Ringwood	ringwood	US	07456	12448	America/New_York	41.11343	-74.24543	144	Ringvud,Ringwood,Ringwood Manor,ryngwwd  nywjrsy,Рингвуд,رینگوود، نیوجرسی		NJ	031	63150	
5104651	Sidney	sidney	US	13838	0	America/New_York	40.60427	-74.92211	76			NJ	019	24870	
5103301	River Edge	river-edge	US	07661	11668	America/New_York	40.92871	-74.03986	17	Riveh Ehdzh,River Edge,River Edz,Riveredge,Riveredzh,Riverehdzh,Riverside,rywr aj  nywjrsy,Ривер Еџ,Риверэдж,Ривэ Эдж,Рівередж,ریور اج، نیوجرسی		NJ	003	63360	
5103313	Riverdale	riverdale	US	07457	4273	America/New_York	40.99399	-74.30348	69	Pompton,Rivehdehjl,Riverdale,Riverdejl,rywrdyl  nywjrsy,Ривердејл,Ривэдэйл,ریوردیل، نیوجرسی		NJ	027	63300	
5103319	Riverside	riverside	US	02915	0	America/New_York	40.03233	-74.95739	8	Goat Town,Progress,Riverside		NJ	005	63510	
5103320	Riverside	riverside	US	02915	0	America/New_York	40.50983	-74.78405	26			NJ	019	62250	
5103321	Riverside	riverside	US	02915	0	America/New_York	40.93565	-74.15153	21			NJ	031	57000	
5103335	Riverton	riverton	US	06065	2748	America/New_York	40.0115	-75.01489	3	Rivehton,Riverton,rywrtwn  nywjrsy,Ривертон,Ривэтон,ریورتون، نیوجرسی,ریورٹن، نیو جرسی		NJ	005	63660	
5103339	Rivervale	rivervale	US	72377	0	America/New_York	41.00954	-74.01125	20			NJ	003	63690	
5103354	Robbinsville	robbinsville	US	28771	3041	America/New_York	40.21455	-74.61932	39	Hungry Hill,Newtown,Poverty Hill,Robbinsville		NJ	021	63850	
5103374	Robertsville	robertsville	US	44670	11297	America/New_York	40.34622	-74.28792	41			NJ	025	44070	
5103384	Rochelle Park	rochelle-park	US	07662	5518	America/New_York	40.90732	-74.07514	17			NJ	003	63990	
5103396	Rockaway	rockaway	US	07866	6494	America/New_York	40.90121	-74.51432	173	Rokavehj,Rokavej,rakawy  nywjrsy,Рокавеј,Рокавэй,راکاوی، نیوجرسی		NJ	027	64050	
5103413	Rockingham	rockingham	US	28379	0	America/New_York	40.39788	-74.61905	59			NJ	035	24900	
5103417	Rockport	rockport	US	01966	0	America/New_York	41.30926	-74.59822	195			NJ	037	76790	
5103418	Rockport	rockport	US	01966	0	America/New_York	40.82371	-74.87683	195			NJ	041	43320	
5103424	Rocky Hill	rocky-hill	US	06067	690	America/New_York	40.39983	-74.63432	26	Rocky Hill,Rockyhill		NJ	035	64320	
5103431	Roebling	roebling	US	08554	3715	America/New_York	40.11594	-74.78627	14			NJ	005	23850	
5103447	Roosevelt	roosevelt	US	08555	871	America/New_York	40.22011	-74.47321	47	Jersey Homesteads,Roosevelt,Rouzvelt,Rusvehlt,rwzwlt  nywjrsy,Роузвелт,Русвэлт,روزولت، نیوجرسی		NJ	025	64410	
5103490	Rosedale	rosedale	US	11422	0	America/New_York	40.33816	-74.72183	54			NJ	021	39510	
5103497	Roseland	roseland	US	07068	5876	America/New_York	40.82066	-74.29376	105	Rouslehnd,Rouzland,rwzlnd  nywjrsy,Роузланд,Роуслэнд,روزلند، نیوجرسی		NJ	013	64590	
5103500	Roselle	roselle	US	07203	21670	America/New_York	40.65223	-74.25882	23	Rosehll,Rozel,rasl  nywjrsy,Розел,Росэлл,راسل، نیوجرسی		NJ	039	64620	
5103503	Roselle Park	roselle-park	US	07204	13670	America/New_York	40.66455	-74.26431	23	Rosehll Park,Rozel Park,rwzl park  nywjrsy,rwzyl park  nyw jrsy,Розел Парк,Росэлл Парк,روزل پارک، نیوجرسی,روزیل پارک، نیو جرسی		NJ	039	64650	
5103512	Rosemont	rosemont	US	08556	0	America/New_York	40.42733	-74.98989	95			NJ	019	17170	
5103513	Rosemont	rosemont	US	08556	0	America/New_York	40.23928	-74.69405	32			NJ	021	29310	
5103516	Roseville	roseville	US	43777	0	America/New_York	40.7551	-74.1907	42			NJ	013	51000	
5103517	Roseville	roseville	US	43777	0	America/New_York	40.9576	-74.69155	239			NJ	037	09160	
5103529	Round Top	round-top	US	12473	0	America/New_York	40.61982	-74.54488	138			NJ	035		
5103564	Rumson	rumson	US	07760	6926	America/New_York	40.37205	-73.99903	9	Oceanic,Ramson,Rumson,ramswn  nywjrsy,Рамсон,رامسون، نیوجرسی		NJ	025	65130	
5103567	Russia	russia	US	45363	0	America/New_York	41.04065	-74.53266	288	New Russia,Russia		NJ	027	34980	
5103580	Rutherford	rutherford	US	07070	18690	America/New_York	40.82649	-74.10681	28	Boiling Springs,Raderford,Razehford,Rutherford,radrfwrd  nywjrsy,Радерфорд,Разэфорд,رادرفورد، نیوجرسی		NJ	003	65280	
5103635	Saddle River	saddle-river	US	07458	3255	America/New_York	41.03176	-74.10209	47	Saddl Riveh,Sadl River,Sehddl-River,sydl rywr  nywjrsy,Саддл Ривэ,Садл Ривер,Сэддл-Ривер,سیدل ریور، نیوجرسی,سیڈل ریوڑ، نیو جرسی		NJ	003	65400	
5103637	Saddle Brook	saddle-brook	US	07663	13130	America/New_York	40.89899	-74.09264	14	Saddle Brook,Saddle River		NJ	003	65340	
5103781	Saint Cloud	saint-cloud	US	34769	0	America/New_York	40.7751	-74.27376	140			NJ	013	79800	
5104372	Sandy Ridge	sandy-ridge	US	16677	0	America/New_York	40.42316	-74.95239	120			NJ	019	17170	
5104385	Sarepta	sarepta	US	71071	0	America/New_York	40.85676	-75.02962	115			NJ	041	80570	
5104404	Sayreville	sayreville	US	08871	44920	America/New_York	40.45927	-74.36098	18	Roundabout,Sayreville,Sehjrvill,Sejrvil,Wood's Landing,syrwyl  nywjrsy,Сејрвил,Сэйрвилл,سیرویل، نیوجرسی		NJ	023	65790	
5104460	Schooleys Mountain	schooleys-mountain	US	07870	0	America/New_York	40.79927	-74.81378	310	Schooley Mountain,Schooley's Mountain,Schooleys Mountain		NJ	027	77240	
5104473	Scotch Plains	scotch-plains	US	07076	23584	America/New_York	40.65538	-74.38987	50	Scotch Plains,Scotchplains,Scotsplain,Wahackick		NJ	039	66060	
5104495	Sea Girt	sea-girt	US	08750	1811	America/New_York	40.13206	-74.03458	4	Sea Girt,Seagirt,Si Girt,sy grt  nywjrsy,Си Гирт,سی گرت، نیوجرسی		NJ	025	66330	
5104504	Secaucus	secaucus	US	07094	19104	America/New_York	40.78955	-74.05653	4	Secaucus,Sehkaukas,Sikokus,sykwks  nywjrsy,Сикокус,Сэкаукас,سیکوکس، نیوجرسی		NJ	017	66570	
5104540	Sergeantsville	sergeantsville	US	08557	0	America/New_York	40.44594	-74.9435	104	Sargeantsville,Sergeantsville,Skunktown		NJ	019	17170	
5104552	Sewaren	sewaren	US	07077	2756	America/New_York	40.55205	-74.25876	6	Sewaren,Sewarren		NJ	023	82000	
5104581	Sharon	sharon	US	02067	0	America/New_York	40.2065	-74.53599	36	Sharon,Sheron		NJ	025	74900	
5104602	Shiloh	shiloh	US	08353	642	America/New_York	40.9176	-74.93073	158			NJ	041	25320	
5104630	Short Hills	short-hills	US	07078	13165	America/New_York	40.74788	-74.32543	84			NJ	013	46380	
5104637	Shrewsbury	shrewsbury	US	01545	3809	America/New_York	40.18261	-74.52932	40			NJ	025	74900	
5104638	Shrewsbury	shrewsbury	US	01545	4131	America/New_York	40.32955	-74.06153	11	Shrjusbjuri,Shrouzberi,Shrusberi,shrwsbwry  nywjrsy,Шроузбери,Шрусбери,Шрюсбюри,شروسبوری، نیوجرسی		NJ	025	67350	
5104654	Siloam	siloam	US	27047	0	America/New_York	40.18622	-74.34793	45			NJ	025	25230	
5104656	Silver Bay	silver-bay	US	12874	0	America/New_York	40.00345	-74.12292	1			NJ	029	73125	
5104669	Silver Springs	silver-springs	US	14550	0	America/New_York	40.91565	-74.65349	292			NJ	027	64980	
5104670	Silverton	silverton	US	79257	0	America/New_York	40.01595	-74.14486	4	Kettle Creek,Silverton		NJ	029	73125	
5104698	Skillman	skillman	US	08558	242	America/New_York	40.42011	-74.7146	38			NJ	035	47580	
5104733	Smithburg	smithburg	US	26436	0	America/New_York	40.209	-74.35293	49	Smithburg,Smithburgh		NJ	025	25230	
5104744	Snydertown	snydertown	US	17877	0	America/New_York	40.39872	-74.83378	98	Snidertown,Snydertown		NJ	019	18820	
5104746	Society Hill	society-hill	US	29593	3829	America/New_York	40.53399	-74.45793	29			NJ	023		
5104754	Somerset	somerset	US	02725	0	America/New_York	40.27622	-74.84905	41			NJ	021	22185	
5104755	Somerset	somerset	US	02725	22083	America/New_York	40.4976	-74.48849	28	Samerset,Somerseht,Somerset,Somerset (New Jersey),Самерсет,Сомерсет,Сомерсэт		NJ	035	24900	
5104774	Somerville	somerville	US	02143	12202	America/New_York	40.57427	-74.60988	18	Raritan,Samervil,Somersvill,Somerville,sang mo wei er,swmrwyl  nywjrsy,Самервил,Сомерсвилл,سومرویل، نیوجرسی,桑莫維爾	035	NJ	035	68460	
5104784	South Amboy	south-amboy	US	08879	8846	America/New_York	40.47788	-74.2907	38	Saut Emboj,Sous Ehmboj,ambwy jnwby  nywjrsy,sausuanboi,Саут Ембој,Соус Эмбой,آمبوی جنوبی، نیوجرسی,サウスアンボイ		NJ	023	68550	
5104798	South Bound Brook	south-bound-brook	US	08880	4622	America/New_York	40.55344	-74.53154	16	Bloomington,Saut Baund Bruk,Saut-Baund-Bruk,Sous Baund Bruk,South Bound Brook,South Boundbrook,bawnd brwk jnwby  nywjrsy,Саут Баунд Брук,Саут-Баунд-Брук,Соус Баунд Брук,باوند بروک جنوبی، نیوجرسی		NJ	035	68730	
5104803	South Branch	south-branch	US	48761	0	America/New_York	40.54399	-74.69683	22	Branchville,South Branch,Southbranch		NJ	035	31890	
5104836	South Orange	south-orange	US	07079	17295	America/New_York	40.74899	-74.26126	45	Orange Dale,South Orange		NJ	013	69274	
5104844	South Plainfield	south-plainfield	US	07080	24290	America/New_York	40.57927	-74.41154	18	New Brooklyn,Samptown,Saut Plejnfild,Sous Plehjnfild,South Plainfield,plynfyld jnwby  nywjrsy,Саут Плејнфилд,Соус Плэйнфилд,پلینفیلد جنوبی، نیوجرسی		NJ	023	69390	
5104853	South River	south-river	US	08882	16399	America/New_York	40.44649	-74.38598	25	Saut River,Saut-River,Saut-Ryver,Sous Riveh,South River,Washington,rywr jnwby  nywjrsy,Саут Ривер,Саут-Ривер,Саўт-Рывер,Соус Ривэ,ریور جنوبی، نیوجرسی		NJ	023	69420	
5104855	South Hackensack	south-hackensack	US	07606	0	America/New_York	40.8626	-74.04792	3	Sous Khakehnsak,South Hackensack Township,hknsak jnwby  nywjrsy,Соус Хакэнсак,هکنساک جنوبی، نیوجرسی		NJ	003	68970	
5104865	Southard	southard	US	73770	0	America/New_York	40.13845	-74.22487	36			NJ	025	33300	
5104882	Sparta	sparta	US	07871	19722	America/New_York	41.03343	-74.63849	228			NJ	037	69690	
5104907	Spotswood	spotswood	US	08884	8476	America/New_York	40.39177	-74.39848	9	Spotsvud,aspatswwd  nywjrsy,Спотсвуд,اسپاتسوود، نیوجرسی		NJ	023	69810	
5104923	Spring Lake	spring-lake	US	07762	2965	America/New_York	40.15345	-74.02819	6	Spring Lake,Spring Lake (New Jersey),Spring Lake Beach,Spring Lehjk,Spring Lejk,Springlake Beach,aspryng lyk  nywjrsy,Спринг Лејк,Спринг Лэйк,اسپرینگ لیک، نیوجرسی		NJ	025	70110	
5104938	Spring Mills	spring-mills	US	16875	0	America/New_York	40.59427	-75.11656	88			NJ	019	32460	
5104940	Spring Valley	spring-valley	US	10977	0	America/New_York	40.37094	-74.27765	29			NJ	025	44070	
5104941	Spring Valley	spring-valley	US	10977	0	America/New_York	41.00593	-74.93962	140			NJ	041	29820	
5104945	Springdale	springdale	US	15144	0	America/New_York	40.60705	-74.50877	77			NJ	035		
5104946	Springdale	springdale	US	15144	0	America/New_York	41.02038	-74.76905	179			NJ	037	01360	
5104951	Springfield	springfield	US	01101	0	America/New_York	40.04317	-74.64544	36			NJ	005	69990	
5104952	Springfield	springfield	US	01101	14429	America/New_York	40.70491	-74.31723	32	Springfild,Спрингфилд		NJ	039	70020	
5104958	Springtown	springtown	US	18081	0	America/New_York	40.7926	-74.79239	311			NJ	027	77240	
5104959	Springtown	springtown	US	18081	0	America/New_York	40.64871	-75.14767	61			NJ	041	59820	
5104986	Stanhope	stanhope	US	07874	3410	America/New_York	40.90288	-74.70905	255	Stankhop,Stankhoup,astanhwp  nywjrsy,Станхоп,Станхоуп,استانهوپ، نیوجرسی		NJ	037	70380	
5104992	Stanton	stanton	US	08885	0	America/New_York	40.5751	-74.83767	110	Stanton,Staunton		NJ	019	62250	
5105024	Stevens	stevens	US	17578	0	America/New_York	40.08872	-74.82489	11	Stevens,Stevens Station,Stevensville Station		NJ	005	08950	
5105032	Stewartsville	stewartsville	US	08886	349	America/New_York	40.69371	-75.11101	95			NJ	041	28260	
5105041	Stillwater	stillwater	US	04489	0	America/New_York	41.03593	-74.87823	139			NJ	037	70890	
5105044	Stirling	stirling	US	07980	0	America/New_York	40.67205	-74.49488	66	Sterling,Stirling		NJ	027	41362	
5105045	Stockholm	stockholm	US	04783	0	America/New_York	41.08954	-74.5171	315	Snufftown,Stockholm		NJ	037	29850	
5105047	Stockton	stockton	US	08559	524	America/New_York	40.40788	-74.97822	35	Center Bridge,Centre Bridge,Prallsville,Stockton,Stokton,Stoktun,astaktwn  nywjrsy,Стоктон,Стоктън,استاکتون، نیوجرسی		NJ	019	70980	
5105095	Strathmore	strathmore	US	93267	7258	America/New_York	40.39594	-74.21348	43			NJ	025	00070	
5105113	Succasunna	succasunna	US	07876	9152	America/New_York	40.86843	-74.64044	220	Succasunna,Suckasinny,Suckasunny		NJ	027	64980	
5105124	Summerfield	summerfield	US	27358	0	America/New_York	40.7876	-75.04295	293			NJ	041	80570	
5105127	Summit	summit	US	07901	22074	America/New_York	40.71562	-74.36468	61	Samit,Sammit,samyt  nywjrsy,seomis,Самит,Саммит,سامیت، نیوجرسی,서밋		NJ	039	71430	
5105140	Sunnyside	sunnyside	US	11104	0	America/New_York	40.58177	-74.87961	50	Stanton Station,Sunny Side,Sunnyside		NJ	019	13750	
5105164	Sussex	sussex	US	07461	2043	America/New_York	41.20982	-74.60766	137	Decker Town,Deckertown,Saseks,Sassehks,Sussex,sasks  nywjrsy,Сасекс,Сассэкс,ساسکس، نیوجرسی		NJ	037	71670	
5105186	Swartswood	swartswood	US	07877	0	America/New_York	41.08704	-74.82711	160	New Paterson,Rum Corner,Swartswood		NJ	037	70890	
5105213	Sykesville	sykesville	US	15865	0	America/New_York	40.06372	-74.61849	59	Plattsburg,Plattsburgh,Sykestown,Sykesville,Syketown		NJ	005	12670	
5105229	Tabor	tabor	US	51653	0	America/New_York	40.87121	-74.47988	183	Mount Tabor,Tabor		NJ	027	56460	
5105262	Teaneck	teaneck	US	07666	40078	America/New_York	40.8976	-74.01597	35			NJ	003	72360	
5105300	Tenafly	tenafly	US	07670	14880	America/New_York	40.92538	-73.96292	15	Tenaflaj,Tenafly,Tienevlie,Tienevly,teneopeullai,tnafly  nywjrsy,Тенафлай,Тенафлај,تنافلی، نیوجرسی,테너플라이		NJ	003	72420	
5105315	Tennent	tennent	US	07763	0	America/New_York	40.27955	-74.33431	27			NJ	025	42990	
5105333	Teterboro	teterboro	US	07608	69	America/New_York	40.85982	-74.05931	3	Bendix,TEB,Tehtehrboro,Teterboro,tetaboro,ttrbwrw  nywjrsy,Тэтэрборо,تتربورو، نیوجرسی,テターボロ		NJ	003	72480	
5105412	Three Bridges	three-bridges	US	08887	0	America/New_York	40.51983	-74.79933	37			NJ	019	62250	
5105441	Titusville	titusville	US	08560	0	America/New_York	40.30955	-74.88044	25			NJ	021	33180	
5105455	Totowa	totowa	US	07511	10973	America/New_York	40.9051	-74.20987	58	Totawa,Totova,Totowa,twtwwa  nywjrsy,Тотова,توتووا، نیوجرسی		NJ	031	73140	
5105462	Towaco	towaco	US	07082	0	America/New_York	40.92204	-74.34543	68	Glenview,Hook Mountain,Towaco,Towagham,Whitehall,Whitehall Station		NJ	027	47670	
5105478	Tracy	tracy	US	50256	0	America/New_York	40.30289	-74.38348	25			NJ	023	47280	
5105480	Tranquility	tranquility	US	07879	0	America/New_York	40.95621	-74.8085	168	Kennedytown,Tranquility,Tranquillity		NJ	037	27420	
5105496	Trenton	trenton	US	08601	84225	America/New_York	40.21705	-74.74294	17	Chambersburg,Lamberton,Mill Hill,Santhickan,TTN,The Falls,Trehntan,Trehnton,Trent Town,Trent's Town,Trenton,Trentona,Trentonas,Trentonia,Trents Town,Trentun,itrentan,te lun dun,teulenteon,torenton,trentana,trntwn,Τρέντον,Трентон,Трентън,Трэнтан,Трэнтон,Թրենթոն,טרנטון,ترنتون,ٹرنٹن، نیو جرسی,ٹرینٹن,ट्रेंटन,ट्रेन्टन,त्रेन्तन,இட்ரென்டன்,トレントン,特伦顿,트렌턴	NJ	NJ	021	74000	
5105607	Union	union	US	03887	0	America/New_York	40.66955	-74.92406	86			NJ	019	74420	
5105608	Union	union	US	03887	56771	America/New_York	40.6976	-74.2632	30	Connecticut Farms,Union		NJ	039	74480	
5105634	Union City	union-city	US	07087	69156	America/New_York	40.77955	-74.02375	53	ECC,East Cost Cities,Junion Siti,Junion-Siti,Union City,awnywn syty  nywjrsy,you lian shi,yunieonsiti,yunionshiti,ywnywn syty,Јунион Сити,Юнион Сити,Юнион-Сити,Юніон-Сіті,יוניון סיטי,اونیون سیتی، نیوجرسی,يونيون سيتي,یونین شہر، نیو جرسی,ユニオンシティ,友聯市,유니언시티		NJ	017	74630	
5105645	Union Hill	union-hill	US	14563	0	America/New_York	40.86732	-74.5221	201			NJ	027	17650	
5105663	Uniontown	uniontown	US	15401	0	America/New_York	40.72065	-75.14045	120			NJ	041	41490	
5105664	Unionville	unionville	US	06085	0	America/New_York	40.00539	-74.76461	11	Turpentine,Unionville		NJ	005	18790	
5105665	Unionville	unionville	US	06085	0	America/New_York	40.42872	-74.83961	70			NJ	019	18820	
5105742	Vail	vail	US	51465	0	America/New_York	40.96287	-75.02017	106	Vail,Vails		NJ	041	06160	
5105750	Valentine	valentine	US	69201	0	America/New_York	40.53094	-74.32543	34			NJ	023	20230	
5105754	Valley	valley	US	36854	0	America/New_York	40.66732	-75.03212	129			NJ	019	05650	
5105801	Vauxhall	vauxhall	US	07088	0	America/New_York	40.73149	-74.28293	58			NJ	013	43800	
5105803	Vernon	vernon	US	05354	0	America/New_York	41.19843	-74.48321	170			NJ	037	75740	
5105809	Verona	verona	US	07044	13545	America/New_York	40.82982	-74.24015	125	Buttertown,Vernon,Verona		NJ	013	75815	
5105835	Vienna	vienna	US	04360	981	America/New_York	40.86871	-74.88906	173	Cumminstown,Cumminsville,Vienna		NJ	041	33930	
5105841	Villa Park	villa-park	US	60181	0	America/New_York	40.14373	-74.04208	6	Villa Park,Villapark		NJ	025	70140	
5105860	Voorhees	voorhees	US	08043	29131	America/New_York	39.84499	-74.95495	30	Municipio de Voorhees,Voorhees Township,Vurkhis,Vurkhis Taunship,wwrhyz  nywjrsy,Вурхис,Вурхис Тауншип,وورهیز، نیوجرسی		NJ	035	24900	
5105957	Waldwick	waldwick	US	07463	10095	America/New_York	41.01065	-74.11792	76	New Prospect,Voldvik,Waldwick,waldwyk  nywjrsy,Волдвик,والدویک، نیوجرسی		NJ	003	76400	
5105974	Wallington	wallington	US	07057	11716	America/New_York	40.85316	-74.11375	4	Vallington,Volington,walyngtwn  nywjrsy,Валлингтон,Волингтон,والینگتون، نیوجرسی,ویلنگٹں، نیو جرسی		NJ	003	76490	
5105988	Wallpack Center	wallpack-center	US	07881	0	America/New_York	41.15898	-74.88017	139	Wallpack Center,Wallpack Centre,Walpack,Walpack Centre		NJ	037	76640	
5106014	Wanaque	wanaque	US	07465	11848	America/New_York	41.03815	-74.29404	70	Vanakju,Vonakju,Wanaque,Whinokie,wanak  nywjrsy,Ванакю,Вонакју,واناک، نیوجرسی		NJ	031	76730	
5106054	Warrenville	warrenville	US	29851	0	America/New_York	40.6151	-74.49599	86			NJ	035		
5106055	Warrington	warrington	US	18976	0	America/New_York	40.93149	-75.08406	109			NJ	041	37320	
5106057	Washington	washington	US	03280	6498	America/New_York	40.75843	-74.97934	139	Mansfield Woodhouse,Vashington,Washington,washyngtn  nywjrsy,Вашингтон,واشنگٹن، نیو جرسی,واشینگتن، نیوجرسی		NJ	041	77270	
5106066	Washington Crossing	washington-crossing	US	18977	0	America/New_York	40.29677	-74.86683	18	Bernardsville,Bernardville,Eightmile Ferry,McConkeys Ferry,Washington Crossing		NJ	021	33180	
5106126	Washingtonville	washingtonville	US	10992	0	America/New_York	40.63482	-74.45988	68			NJ	035	77600	
5106127	Washingtonville	washingtonville	US	10992	0	America/New_York	41.09787	-74.751	188	Brandy Hook,Hunt's Mills,Washington,Washingtonville		NJ	037	29490	
5106129	Watchung	watchung	US	07069	5916	America/New_York	40.63788	-74.45099	54	Vatchung,Vochang,watchwng  nywjrsy,Ватчунг,Вочанг,واتچونگ، نیوجرسی		NJ	035	77600	
5106143	Waterloo	waterloo	US	13165	0	America/New_York	40.9151	-74.75433	197	Andover Forge,Old Andover,Old Andover Forge,Waterloo		NJ	037	09160	
5106151	Waterloo	waterloo	US	13165	0	America/New_York	40.35622	-73.98708	6			NJ	025	65130	
5106160	Wayne	wayne	US	04284	57915	America/New_York	40.92538	-74.27654	53			NJ	031	77840	
5106171	Wayside	wayside	US	24985	0	America/New_York	40.25678	-74.07458	39			NJ	025	73020	
5106184	Weehawken	weehawken	US	07086	14104	America/New_York	40.76955	-74.02042	50	Vikhoken,Weahawk,Weehawken,Wiehachen,wyhawkn  nyw jrsy,wyhawkn  nywjrsy,Вихокен,ویهاوکن، نیو جرسی,ویهاوکن، نیوجرسی		NJ	017	77930	
5106199	Weldon	weldon	US	27890	0	America/New_York	40.99204	-74.58794	330			NJ	027	34980	
5106245	West End	west-end	US	27376	0	America/New_York	40.28622	-73.99847	9	West End,Westend		NJ	025	41310	
5106264	West Grove	west-grove	US	19390	0	America/New_York	40.21122	-74.03597	12			NJ	025	49890	
5106275	West Long Branch	west-long-branch	US	07764	7994	America/New_York	40.29039	-74.01764	9	Vehst Long Branch,Vest Long Branch,West Long Branch,West Longbranch,Вест Лонг Бранч,Вэст Лонг Бранч		NJ	025	79310	
5106279	West Milford	west-milford	US	07480	26968	America/New_York	41.13121	-74.36737	212			NJ	031	79460	
5106292	West New York	west-new-york	US	07093	53366	America/New_York	40.78788	-74.01431	53	Vehst N'ju Jork,Vest NJujork,mghrby nyw yark  nyw jrsy,nyw ywrk ghrby  nywjrsy,weseuteunyuyog,Вест Њујорк,Вэст Нью Йорк,مغربی نیو یارک، نیو جرسی,نیو یورک غربی، نیوجرسی,웨스트뉴욕		NJ	017	79610	
5106298	West Orange	west-orange	US	07052	48131	America/New_York	40.79871	-74.23904	135	Freemantown,McLellan,West Orange,Williamstown		NJ	013	79800	
5106303	Woodland Park	woodland-park	US	80863	12518	America/New_York	40.88982	-74.19487	107	West Paterson,Woodland Park		NJ	031	82423	
5106331	Westfield	westfield	US	01085	30548	America/New_York	40.65899	-74.34737	39	Uehstfild,Vehstfild,Vestfild,weseuteupildeu,wstfyld  nywjrsy,Вестфилд,Вэстфилд,Уэстфилд,وستفیلد، نیوجرسی,ویسٹ فیلڈ، نیو جرسی,웨스트필드		NJ	039	79040	
5106341	Weston	weston	US	02493	1235	America/New_York	40.5351	-74.59071	14			NJ	035	43620	
5106346	Westons Mills	westons-mills	US	14788	0	America/New_York	40.48538	-74.41237	14	Weston's Mills,Westons Mills		NJ	023	51210	
5106350	Westville	westville	US	08093	4439	America/New_York	40.84454	-74.29959	54			NJ	013	78510	
5106351	Westwood	westwood	US	02090	11247	America/New_York	40.99121	-74.03264	22	Vehstvud,Vestvud,wstwwd  nywjrsy,Вествуд,Вэствуд,وستوود، نیوجرسی,ویسٹووڈ، نیو جرسی		NJ	003	80270	
5106361	Wharton	wharton	US	07885	6613	America/New_York	40.89315	-74.58183	205	Port Oram,Varton,Vorton,Wharton,wartn  nywjrsy,Вартон,Вортон,وارتن، نیوجرسی		NJ	027	80390	
5106365	Whippany	whippany	US	07981	8822	America/New_York	40.82454	-74.4171	71	Whippany,Whipponong,Wippany		NJ	027	29550	
5106392	Whitehall	whitehall	US	12887	0	America/New_York	40.96454	-74.73933	238	White Hall,Whitehall		NJ	037	09160	
5106396	Whitehouse	whitehouse	US	08888	0	America/New_York	40.61844	-74.74433	64	Mechanicsville,White House,Whitehouse		NJ	019	62250	
5106399	Whitehouse Station	whitehouse-station	US	08889	2089	America/New_York	40.61538	-74.77044	55	White House Station		NJ	019	62250	
5106405	Whitesville	whitesville	US	14897	0	America/New_York	40.22095	-74.03542	7			NJ	025	49890	
5106406	Whitesville	whitesville	US	14897	0	America/New_York	40.06817	-74.27181	27	Whites Bridge,Whitesville		NJ	029	34680	
5106416	Wickatunk	wickatunk	US	07765	0	America/New_York	40.35011	-74.24792	53			NJ	025	44070	
5106451	Williams	williams	US	29493	0	America/New_York	40.09678	-74.13236	12			NJ	029	07420	
5106453	Willingboro	willingboro	US	08046	31668	America/New_York	40.02789	-74.86905	11	Levittown,Willingboro		NJ	005	81440	
5106466	Willow Grove	willow-grove	US	19090	0	America/New_York	40.69899	-75.08601	89			NJ	041	24960	
5106487	Windsor	windsor	US	01270	0	America/New_York	40.24233	-74.58127	31			NJ	021	63850	
5106496	Winfield	winfield	US	17889	1514	America/New_York	40.6426	-74.28543	18			NJ	039	15640	
5106520	Wood-Ridge	wood-ridge	US	07075	8249	America/New_York	40.84566	-74.08792	53	Vud-Ridz,Vud-Ridzh,Wood Ridge,Wood-Ridge,Woodridge,wwd-ryj  nywjrsy,Вуд-Ридж,Вуд-Риџ,وود-ریج، نیوجرسی		NJ	003	82570	
5106528	Woodbourne	woodbourne	US	12788	0	America/New_York	41.20454	-74.64294	165	Woodbourne,Woodburn		NJ	037	76790	
5106529	Woodbridge	woodbridge	US	07095	19265	America/New_York	40.5576	-74.28459	9	Woodbridg,Woodbridge,Woodbrige		NJ	023	82000	
5106548	Woodcliff Lake	woodcliff-lake	US	07677	5917	America/New_York	41.02343	-74.06653	75	Pascack,Vudklif Lehjk,Vudklif Lejk,Woodcliff,Woodcliff Lake,vutklip lek,wwdklyf lyk  nywjrsy,Вудклиф Лејк,Вудклиф Лэйк,وودکلیف لیک، نیوجرسی,வுட்க்ளிப் லேக்		NJ	003	82300	
5106571	Woodland Park	woodland-park	US	80863	0	America/New_York	40.70288	-74.37876	145			NJ	039	71430	
5106576	Woodmere	woodmere	US	11598	0	America/New_York	40.08817	-74.3207	29			NJ	029	34680	
5106588	Woodruff	woodruff	US	29388	0	America/New_York	40.06039	-74.4621	44			NJ	029	59790	
5106596	Woodstock	woodstock	US	03293	0	America/New_York	40.99538	-74.52599	239	Oak Ridge Lake,Woodstock		NJ	027	34980	
5106597	Woodsville	woodsville	US	03785	0	America/New_York	40.38038	-74.82877	79			NJ	021	33180	
5106612	Wrightstown	wrightstown	US	08562	796	America/New_York	40.03622	-74.61793	41	Penny Hill,Rajtstaun,Vrajtstaun,Wrightstown,raytstawn  nywjrsy,Врайтстаун,Рајтстаун,رایتستاون، نیوجرسی		NJ	005	82960	
5106614	Wrightsville	wrightsville	US	17368	0	America/New_York	40.1815	-74.50932	45			NJ	025	74900	
5106615	Wyckoff	wyckoff	US	07481	17124	America/New_York	41.00954	-74.17292	107	Wikoff,Wyckoff		NJ	003	83050	
5106625	Wyoming	wyoming	US	02898	0	America/New_York	40.72927	-74.29126	74			NJ	013	46380	
5106649	Youngstown	youngstown	US	14174	0	America/New_York	40.84204	-74.56988	297			NJ	027	61890	
5106656	Zarephath	zarephath	US	08890	37	America/New_York	40.53649	-74.5746	16	Zarafat,Зарафат		NJ	035	24900	
5106661	Zion	zion	US	60099	0	America/New_York	40.44066	-74.73849	109			NJ	035	31890	
5106719	Accord	accord	US	02018	562	America/New_York	41.78565	-74.22904	77			NY	111	63011	
5106729	Acra	acra	US	12405	0	America/New_York	42.31092	-74.05541	199			NY	039	11649	
5106734	Adams	adams	US	01220	1829	America/New_York	43.80923	-76.02409	187	Adams,Smiths Mills		NY	045	00210	
5106735	Adams Basin	adams-basin	US	14410	0	America/New_York	43.19756	-77.8539	153	Adams Basin,Adams' Basin		NY	055	54474	
5106738	Adams Center	adams-center	US	13606	1568	America/New_York	43.86006	-76.00548	195	Adams Center,Adams Centre,Adams Five Corners		NY	045	00210	
5106751	Adamsville	adamsville	US	02801	0	America/New_York	43.32091	-73.47317	112			NY	115	39650	
5106756	Addison	addison	US	04606	1716	America/New_York	42.10285	-77.23359	304			NY	101	00287	
5106780	Adrian	adrian	US	16210	0	America/New_York	42.25452	-77.52082	346	Adrian,Crosbyville		NY	101	12265	
5106787	Adirondack	adirondack	US	12808	0	America/New_York	43.76395	-73.75846	248	Adirondack,Mill Brook		NY	113	35639	
5106788	Afton	afton	US	13730	810	America/New_York	42.22814	-75.52657	305	Afton,South Bainbridge		NY	017	00353	
5106825	Akron	akron	US	14001	2845	America/New_York	43.02089	-78.4953	226	Akron,akran  nywywrk,akrwn,akrwn  nyw yark,Акрон,أكرون,اکران، نیویورک,اکرون، نیو یارک		NY	029	50716	
5106834	Albany	albany	US	05820	98469	America/New_York	42.65258	-73.75623	45	ALB,Albania,Albanija,Albany,Albany i New York,Albany on Niwum Eoforwice,Albany on Nīwum Eoforwīce,Aurania,Beverswyck,Beverwick,Beverwyck,Ches-co-don-ta,Fort Orange,Fuyck,Ga-isch-ti-nic,Gaasch-tinick,Gaishtinic,Kaishtinic,New Orange,Olbani,Olbanis,Olmpani,Pem-pot-a-wut-hut,Pempotuwuthut,Rensselaerwyck,Scheneghtada,Shaw-na-taw-ty,Ska-neh-ta-de,Skaghnetade,Skaneghtada,Skenectadea,William Stadt,Williamstadt,albani,albany,albany  nyw yark,albany  nywywrk,albny,alpeni,ao er ba ni,elbani,ke ba li,olbeoni,orubani,xxlbani,Όλμπανι,Албания,Олбани,Олбані,Օլբանի,אולבני,אלבאני,آلبانی، نیویورک,ألباني,ئالبانی، نیویۆرک,البانی، نیو یارک,البنی,अल्बानी,आल्बनी,एल्बानी,ஆல்பெனி,ออลบานี,ალბანი,オールバニ,奥尔巴尼,柯巴利,올버니	NY	NY	001	01000	
5106857	Albertson	albertson	US	11507	5182	America/New_York	40.77343	-73.64318	39			NY	059	53000	
5106860	Albia	albia	US	52531	0	America/New_York	42.70341	-73.65178	132			NY	083	10275	
5106862	Albion	albion	US	02802	5998	America/New_York	43.24645	-78.19363	164	Albion,De-o-wun-dake-no,Freeport,Newport	073	NY	073	01044	
5106874	Alcove	alcove	US	12007	0	America/New_York	42.46869	-73.92568	166	Alcove,Stephensville		NY	001	16694	
5106877	Alden	alden	US	14004	2589	America/New_York	42.90006	-78.49197	263			NY	029	01099	
5106913	Alder Creek	alder-creek	US	13301	0	America/New_York	43.4234	-75.22795	364	Alder Creek,Aldercreek		NY	065	07366	
5106933	Aldrich	aldrich	US	56434	0	America/New_York	44.14867	-75.11131	414			NY	089	25791	
5106935	Alexander	alexander	US	14005	497	America/New_York	42.90117	-78.25668	284	Alexander,Da-o-sa-no-geh		NY	037	01165	
5106950	Alexandria Bay	alexandria-bay	US	13607	1097	America/New_York	44.33588	-75.91773	82	AXB,Aleksandrija Bej,alksandrya,alksandrya bay  nywywrk,Александрија Беј,ألكساندريا,الکساندریا بای، نیویورک,الیگزینڈریا بے، نیو یارک		NY	045	01176	
5106955	Alfred	alfred	US	04002	4061	America/New_York	42.25424	-77.79055	538	Alfred,Alfred Center,Alfred Centre		NY	003	01209	
5106959	Alfred Station	alfred-station	US	14803	0	America/New_York	42.26979	-77.75916	501	Alfred Station,Bakers Bridge		NY	003	01209	
5106968	Alice	alice	US	78332	0	America/New_York	42.0209	-77.61388	568			NY	101	75440	
5106994	Allegany	allegany	US	14706	1738	America/New_York	42.09006	-78.49419	433	Alegeni,Allegany,Burton,Алегени,ئەلیگانی		NY	009	01297	
5107034	Allendale	allendale	US	07401	0	America/New_York	43.78062	-76.01659	201			NY	045	43544	
5107044	Allentown	allentown	US	08501	0	America/New_York	42.08368	-78.06445	563			NY	003	01429	
5107045	Allentown	allentown	US	08501	0	America/New_York	43.32507	-73.95485	299			NY	091	19807	
5107057	Alloway	alloway	US	08001	0	America/New_York	43.02367	-76.98858	132			NY	117	43973	
5107059	Alma	alma	US	14708	847	America/New_York	42.01257	-78.05778	472	Alma,Honeoye,Honeoye Corners,Shongo		NY	003	01429	
5107062	Almond	almond	US	14804	446	America/New_York	42.32229	-77.73833	407			NY	003	01451	
5107067	Alpine	alpine	US	07620	0	America/New_York	42.31313	-76.72412	355			NY	097	12914	
5107069	Alplaus	alplaus	US	12008	0	America/New_York	42.85535	-73.89901	79	Aalplaats,Aalplatts,Aalplaus,Alplaus		NY	093	29366	
5107073	Alsen	alsen	US	58311	0	America/New_York	42.15814	-73.9193	37			NY	039	13013	
5107075	Altamont	altamont	US	12009	1720	America/New_York	42.70063	-74.03374	141	Altamont,Knowersville,Knowerville		NY	001	31104	
5107079	Altmar	altmar	US	13302	407	America/New_York	43.51007	-76.00214	175	Altmar,Sand Bank		NY	075	01055	
5107080	Alton	alton	US	03809	0	America/New_York	43.21118	-76.98052	115			NY	117	68220	
5107082	Altona	altona	US	12910	730	America/New_York	44.88837	-73.6557	194			NY	019	01583	
5107091	Amagansett	amagansett	US	11930	1165	America/New_York	40.97371	-72.14369	9	Amagansett,Amogonsett,amaganst  nyw ywrk,اماگانست، نیو یورک		NY	103	22194	
5107095	Amawalk	amawalk	US	10501	0	America/New_York	41.28843	-73.76624	126			NY	119	68308	
5107100	Amber	amber	US	73004	0	America/New_York	42.88729	-76.2966	245			NY	067	55651	
5107108	Amboy	amboy	US	46911	0	America/New_York	43.06951	-76.27243	122			NY	067	11913	
5107115	Amenia	amenia	US	12501	955	America/New_York	41.84926	-73.55679	173	Amenia,Ameniaville,Aminija,amynya,Аминија,امینیا		NY	027	01693	
5107127	Ames	ames	US	50010	142	America/New_York	42.83757	-74.60153	215			NY	057	12122	
5107129	Amherst	amherst	US	01002	122366	America/New_York	42.97839	-78.79976	182	Amherst,Amkherst,amhrst  nywywrk,amuhasuto,Амхерст,امهرست، نیویورک,アムハースト		NY	029	02000	
5107134	Amity	amity	US	15311	0	America/New_York	41.26815	-74.45488	154	Amity,Pochuck		NY	071	78366	
5107140	Amityville	amityville	US	11701	9486	America/New_York	40.67899	-73.41707	6	Amitivil,Amityville,Sweet Hollow,West Neck South,amytyfyl,Амитивил,أميتيفيل,امیتی‌ویل، نیویورک		NY	103	04000	
5107152	Amsterdam	amsterdam	US	12010	18008	America/New_York	42.93869	-74.18819	110	Amsterdam,Amsterdam (New York  USA),Vedder's Mills,Veddersburg,Veedersburgh,a mu si te dan,aemseuteodaem,amstrdam,amstrdam  nywywrk,amusuterudamu,Амстердам,אמסטערדאם,آمستردام، نیویورک,أمستردام,ایمسٹرڈیم، نیو یارک,ایمسٹرڈیم،نیویارک,アムステルダム,阿姆斯特丹,앰스터댐		NY	057	02066	
5107163	Ancram	ancram	US	12502	0	America/New_York	42.05065	-73.63624	158			NY	021	02099	
5107166	Ancramdale	ancramdale	US	12503	0	America/New_York	42.01815	-73.59124	167			NY	021	02099	
5107167	Anderson	anderson	US	29621	0	America/New_York	41.90315	-74.70683	659			NY	105	63176	
5107174	Andes	andes	US	13731	252	America/New_York	42.1887	-74.78571	487			NY	025	02132	
5107176	Andover	andover	US	01810	1008	America/New_York	42.15646	-77.79555	506	Andover,Bakertown		NY	003	02154	
5107200	Angelica	angelica	US	14709	838	America/New_York	42.30673	-78.01584	437	Angelica,Ga-ne-o-weh-ga-yat		NY	003	02187	
5107221	Annandale-on-Hudson	annandale-on-hudson	US	12504	0	America/New_York	42.01287	-73.90819	47	Annandale,Annandale-on-Hudson		NY	027	60905	
5107227	Angola	angola	US	14006	2114	America/New_York	42.63839	-79.02782	209	Angola,Dyo-a-his-tah,Dyoahista,Evans Station		NY	029	24801	
5107251	Antrim	antrim	US	03440	0	America/New_York	41.12398	-74.14126	95			NY	087	60510	
5107253	Antwerp	antwerp	US	13608	685	America/New_York	44.19923	-75.60688	156	Antwerp,Indian River		NY	045	02297	
5107257	Apalachin	apalachin	US	13732	1131	America/New_York	42.06952	-76.15465	257			NY	107	55893	
5107261	Apex	apex	US	27502	0	America/New_York	42.06731	-75.24906	444			NY	025	74111	
5107268	Appleton	appleton	US	14008	0	America/New_York	43.32756	-78.64809	103	Appleton,Hess Road		NY	063	50232	
5107272	Apulia Station	apulia-station	US	13020	0	America/New_York	42.81868	-76.07242	379			NY	067	24878	
5107273	Aquebogue	aquebogue	US	11931	2438	America/New_York	40.94454	-72.62704	11			NY	103	61984	
5107290	Arcade	arcade	US	14009	1986	America/New_York	42.53395	-78.42307	450	Arcade,China		NY	121	02418	
5107306	Arden	arden	US	10910	0	America/New_York	41.27454	-74.15292	156	Arden,Greenwood Iron Works		NY	071	75781	
5107311	Ardsley	ardsley	US	10502	4638	America/New_York	41.01065	-73.84375	64	Ardsley,Ashford		NY	119		
5107317	Ardsley-on-Hudson	ardsley-on-hudson	US	10503	0	America/New_York	41.0251	-73.87041	46	Abbotsford,Ardsley-on-Hudson		NY	119		
5107318	Arena	arena	US	53503	0	America/New_York	42.11564	-74.73738	391	Arena,Lumberville		NY	025	47031	
5107322	Argyle	argyle	US	12809	296	America/New_York	43.23785	-73.4915	87			NY	115	02561	
5107329	Arkport	arkport	US	14807	822	America/New_York	42.39451	-77.69666	361			NY	101	35683	
5107331	Arkville	arkville	US	12406	0	America/New_York	42.14787	-74.61988	416	Arkville,Dean's Corners,Dry Brook,West Shandaken		NY	025	47031	
5107337	Arlington	arlington	US	02474	4061	America/New_York	41.69593	-73.8968	57	Arlington,Арлингтон		NY	027	59652	
5107338	Arlington	arlington	US	02474	0	America/New_York	40.63233	-74.16514	10			NY	085		
5107346	Armonk	armonk	US	10504	4330	America/New_York	41.12648	-73.71402	118	Armank,Armonk,Mile Square,Mill Square,Sands Mill,a meng ke shi,amongkeu,amonku,armwnk  nywywrk,Арманк,آرمونک، نیویورک,アーモンク,阿蒙克市,아몽크		NY	119	51693	
5107354	Arnett	arnett	US	25007	0	America/New_York	43.14395	-77.64056	165			NY	055	63000	
5107382	Arthur	arthur	US	37707	0	America/New_York	43.49507	-76.24799	105			NY	075	46822	
5107386	Argusville	argusville	US	58005	0	America/New_York	42.79063	-74.51903	321	Argusville,Molicks Mills		NY	095	12452	
5107394	Arverne	arverne	US	11692	14120	America/New_York	40.59122	-73.79597	2			NY	081		
5107396	Asbury	asbury	US	08802	0	America/New_York	42.52674	-76.49188	286			NY	109	41234	
5107397	Asbury	asbury	US	08802	0	America/New_York	42.1412	-73.95791	51			NY	111	65299	
5107412	Ash Grove	ash-grove	US	65604	0	America/New_York	43.03202	-73.33122	194			NY	115	81578	
5107427	Ashford	ashford	US	06278	0	America/New_York	42.32034	-78.60808	498			NY	009	24031	
5107431	Ashland	ashland	US	01721	0	America/New_York	42.76285	-76.47799	218			NY	011	65816	
5107432	Ashland	ashland	US	01721	0	America/New_York	42.3037	-74.33348	433	Ashland,Scienceville,Windham		NY	039	02803	
5107444	Ashville	ashville	US	14710	0	America/New_York	42.09645	-79.3756	414			NY	013	52155	
5107446	Ashwood	ashwood	US	97711	0	America/New_York	43.32784	-78.31002	101			NY	073	83448	
5107464	Astoria	astoria	US	11102	150165	America/New_York	40.77205	-73.93014	7	Astoria,Astorija,Hallett's Cove,aeseutolia,astwrya,Αστόρια,Астория,آستوریا,অ্যাস্টোরিয়া,애스토리아		NY	081		
5107467	Athens	athens	US	04912	1617	America/New_York	42.26036	-73.80957	8	Athens,Canisikek,Esperanza,Looneberg,Loonenburg,Loonenburgh,Lunenburg		NY	039	02913	
5107473	Athol	athol	US	01331	737	America/New_York	43.49257	-73.8429	240	Athol,Thurman		NY	113	73814	
5107474	Athol Springs	athol-springs	US	14010	0	America/New_York	42.76978	-78.86642	182			NY	029	31654	
5107476	Atlanta	atlanta	US	14808	0	America/New_York	42.55423	-77.47249	399	Atlanta,Bloods,Атланта		NY	101	16738	
5107481	Atlantic Beach	atlantic-beach	US	11509	1914	America/New_York	40.58899	-73.72902	5	Atlantic Beach,Long Beach,Long Beach West		NY	059	34000	
5107486	Attica	attica	US	14011	2470	America/New_York	42.86423	-78.28029	299	Attica,Gwehtaanetecarnundodeh,Phelps Settlement		NY	121	03012	
5107499	Atwood	atwood	US	38220	0	America/New_York	41.89287	-74.15987	129			NY	111	45458	
5107502	Au Sable Forks	au-sable-forks	US	12912	559	America/New_York	44.44171	-73.67458	168	Au Sable Forks,Ausable,Ausable Forks,Tei-o-ho-ho-gen,Teiohionho:ken,Teiohionhó:ken		NY	019	06761	
5107505	Auburn	auburn	US	01501	26985	America/New_York	42.93173	-76.56605	209	Auburn,Hardenbergh's Corners,Obern,Oburn,Os-co,Was-co,abrn,abrn  nyw yark,abwrn  nywywrk,ao ben,awbwrn,oban,obeon,Аубурн,Оберн,Обърн,آبرن,آبرن، نیو یارک,آبورن، نیویورک,أوبورن,オーバーン,奧本,오번	011	NY	011	03078	
5107518	Augusta	augusta	US	04330	2041	America/New_York	42.97479	-75.50129	291	Ogasta,Огаста		NY	065	03155	
5107528	Aurora	aurora	US	04408	718	America/New_York	42.75396	-76.70245	126	Aurora,Avrora,Deawendote,Аврора,ارورا، کایوگا کاؤنٹی، نیو یارک		NY	011	41740	
5107536	Auriesville	auriesville	US	12016	0	America/New_York	42.92952	-74.31652	95			NY	057	29047	
5107539	Austin	austin	US	16720	0	America/New_York	42.8109	-76.47077	357			NY	011	51198	
5107543	Austerlitz	austerlitz	US	12017	0	America/New_York	42.31175	-73.47317	344	Austerlitz,Upper Green River		NY	021	03287	
5107550	Ava	ava	US	13303	0	America/New_York	43.41896	-75.47934	418	Ava,Ava Corners		NY	065	03309	
5107561	Averill Park	averill-park	US	12018	1693	America/New_York	42.63397	-73.55373	239	Averill,Averill Park,Averillpark		NY	083	65013	
5107569	Avoca	avoca	US	14809	922	America/New_York	42.40951	-77.42137	364	Avoca,Buchanan		NY	101	03342	
5107571	Avon	avon	US	02322	3319	America/New_York	42.91201	-77.74556	198			NY	051	03364	
5107609	Backus	backus	US	56435	0	America/New_York	44.16951	-75.28103	274			NY	089	58266	
5107612	Babylon	babylon	US	11702	12161	America/New_York	40.69566	-73.32568	2	Babilon,Babylon,New Babylon,South Huntington,Бабилон		NY	103	04000	
5107623	Bagdad	bagdad	US	32530	0	America/New_York	42.48284	-78.92003	276			NY	029	17200	
5107626	Bailey	bailey	US	27807	0	America/New_York	43.07256	-77.66	165			NY	055	34099	
5107656	Baileyville	baileyville	US	04694	0	America/New_York	41.47232	-74.48349	205			NY	071	48857	
5107659	Bainbridge	bainbridge	US	13733	1325	America/New_York	42.29341	-75.47935	303	Bainbridge,Jericho		NY	017	04044	
5107671	Baker	baker	US	26801	0	America/New_York	42.97728	-77.79195	183			NY	051	11715	
5107706	Bakers Mills	bakers-mills	US	12811	0	America/New_York	43.61479	-74.02485	486	Baker Mills,Bakers Mills		NY	113	38715	
5107759	Baldwin	baldwin	US	11510	0	America/New_York	43.80923	-73.44595	118			NY	031	73891	
5107760	Baldwin	baldwin	US	11510	24033	America/New_York	40.65649	-73.6093	7	Baldwin,Baldwins,Baldwinville,Bethel,Bolduin,Fox Borough,Hick's Neck,Milburn Corners,baldwyn,Болдуин,بالدوين,بالڈون، ناساؤ کاؤنٹی، نیو یارک		NY	059	34000	
5107781	Baldwin Place	baldwin-place	US	10505	0	America/New_York	41.34759	-73.76208	186			NY	079	12529	
5107785	Baldwinsville	baldwinsville	US	13027	7770	America/New_York	43.15868	-76.33271	116	Baldwin's Bridge,Baldwinsville,Boldvinsvil,Columbia,Ste-ha-hah,bladwynsfyl,Болдвинсвил,بلادوينسفيل		NY	067	44039	
5107811	Ballston Lake	ballston-lake	US	12019	9776	America/New_York	42.91174	-73.86818	81			NY	091	16353	
5107812	Ballston Spa	ballston-spa	US	12020	5375	America/New_York	43.00091	-73.84901	96	Ballston,Ballston Spa,Ballston Springs,Balltown Springs,Bolston Spa,balstwn,Болстон Спа,بالستون	091	NY	091	47537	
5107840	Baltimore	baltimore	US	21201	0	America/New_York	42.73535	-76.12576	362			NY	023	59773	
5107844	Bangall	bangall	US	12506	0	America/New_York	43.11229	-76.38299	126			NY	067	76760	
5107846	Bangor	bangor	US	04401	0	America/New_York	44.81227	-74.3974	234	Bangor,South Bangor		NY	033	04319	
5107853	Bangall	bangall	US	12506	0	America/New_York	41.87565	-73.69124	134			NY	027	70662	
5107877	Barberville	barberville	US	32105	0	America/New_York	42.68341	-73.54067	244			NY	083	58805	
5107880	Barbourville	barbourville	US	40906	0	America/New_York	42.13731	-75.35629	392			NY	025	20357	
5107908	Barker	barker	US	14012	512	America/New_York	43.33006	-78.55475	100	Barker,Barker's,Somerset Station		NY	063	68330	
5107931	Barnard	barnard	US	05031	0	America/New_York	43.21256	-77.64278	123	Barnard,Barnard's Crossing		NY	055	63000	
5107935	Barnegat	barnegat	US	08005	0	America/New_York	41.63204	-73.9468	3	Barnegat,Camelot,Stoneco		NY	027	59652	
5107963	Barneveld	barneveld	US	13304	282	America/New_York	43.27229	-75.18989	244	Barneveld,Oldenbarnevelt,Oseteadaque,Trenton		NY	065	75280	
5107978	Barnum	barnum	US	50518	0	America/New_York	42.00229	-78.41169	474			NY	009	54727	
5108008	Barrington	barrington	US	02806	0	America/New_York	42.54702	-77.05608	477	Barrington,Warsaw		NY	123	04594	
5108015	Barryville	barryville	US	12719	1289	America/New_York	41.47759	-74.911	181			NY	105	34473	
5108018	Barrytown	barrytown	US	12507	250	America/New_York	41.99843	-73.92402	37	Barrytown,Lower Red Hook Landing		NY	027	60905	
5108020	Bartlett	bartlett	US	03812	0	America/New_York	43.13451	-75.44184	165			NY	065	80533	
5108038	Barton	barton	US	05822	0	America/New_York	42.04285	-76.44855	245			NY	107	04671	
5108076	Basom	basom	US	14013	0	America/New_York	43.06728	-78.39141	218			NY	037	00474	
5108093	Batavia	batavia	US	14020	15010	America/New_York	42.99812	-78.18752	272	Batavia,Batavija,Batejvija,Botovijoo,De-o-on-go-wa,Ge-ne-un-dah-sa-is-ka,Jo-a-i-ka,The Bend,batabia,batafya,batawya  nywywrk,Батавия,Батејвија,Ботовиёо,باتافيا,باتاویا، نیویورک,バタビア	037	NY	037	04715	
5108103	Bates	bates	US	97817	0	America/New_York	42.25311	-79.15421	475			NY	013	24053	
5108104	Bates	bates	US	97817	0	America/New_York	42.44647	-74.27431	380			NY	095	10154	
5108110	Bath	bath	US	03740	5635	America/New_York	42.33702	-77.31776	338	Bat,Bath,Donatagwenda,Ta-nigh-na-quan-da,Tanighnaguanda,qryw bath,Бат,باتھ,قريو باث	101	NY	101	04770	
5108169	Bay Shore	bay-shore	US	11706	26337	America/New_York	40.7251	-73.24539	5	Bay Shore,Bayshore,Bej Shor,Keith,Mechanicville,Penataquit,bay shwry,Бей Шор,Беј Шор,باي شوري		NY	103	38000	
5108191	Bayport	bayport	US	11705	8896	America/New_York	40.73843	-73.05067	5	Bayport,Middle Road,Midroadville		NY	103	38000	
5108193	Bayside	bayside	US	11359	66455	America/New_York	40.76844	-73.77708	24	Bay Side,Bayside,بے سائڈ، کوئینز		NY	081		
5108197	Bayview	bayview	US	83803	0	America/New_York	42.17672	-79.39783	421			NY	013	23976	
5108198	Bayview	bayview	US	83803	0	America/New_York	44.05533	-76.2591	75			NY	045	43863	
5108202	Bayville	bayville	US	08721	6764	America/New_York	40.91065	-73.56207	12	Bayville,Oak Neck,Pine Island		NY	059	56000	
5108219	Beacon	beacon	US	12508	14347	America/New_York	41.50482	-73.96958	42	Beacon,Biakun,Bikon,Fishkill,Mattewan,bikon,bykwn,bykwn  nywywrk,Биакун,Бикон,بيكون,بیکون، نیویورک,ビーコン		NY	027	05100	
5108261	Bear Creek	bear-creek	US	18602	0	America/New_York	43.27645	-77.27749	82			NY	117	55013	
5108357	Bearsville	bearsville	US	12409	0	America/New_York	42.04065	-74.15514	213			NY	111	83052	
5108412	Beaver Dams	beaver-dams	US	14812	0	America/New_York	42.29119	-76.95969	385	Beaver Dams,West Catlin		NY	097	20676	
5108413	Beaver Falls	beaver-falls	US	13305	500	America/New_York	43.88701	-75.42741	246	Beaver Falls,Beaverfalls,Castorville,Rohr's Mills		NY	049	19081	
5108531	Bedford	bedford	US	01730	1834	America/New_York	41.20426	-73.64374	115	Bedford,bdfwrd,Бедфорд,بدفورد		NY	119	05320	
5108541	Bedford Hills	bedford-hills	US	10507	3001	America/New_York	41.23676	-73.69458	104	Bedford Hills,Bedford Station		NY	119	05320	
5108546	Bedford Park	bedford-park	US	60499	0	America/New_York	40.8701	-73.88569	38			NY	005		
5108599	Beechmont	beechmont	US	42323	0	America/New_York	40.93093	-73.7843	32			NY	119	50617	
5108638	Belcher	belcher	US	41513	0	America/New_York	43.28035	-73.38789	241			NY	115	33040	
5108640	Belden	belden	US	38826	0	America/New_York	42.20369	-75.67491	392			NY	007	17046	
5108647	Belfast	belfast	US	04915	837	America/New_York	42.34284	-78.1114	399			NY	003	05573	
5108652	Belgium	belgium	US	53004	0	America/New_York	43.17646	-76.27465	115			NY	067	16067	
5108677	Bellaire	bellaire	US	43906	5610	America/New_York	40.71399	-73.75402	19			NY	081		
5108692	Bellerose	bellerose	US	11426	1201	America/New_York	40.72427	-73.71513	26			NY	059	34000	
5108694	Belleview	belleview	US	34420	0	America/New_York	42.12922	-79.33866	406			NY	013	23976	
5108696	Belleville	belleville	US	07109	226	America/New_York	43.7834	-76.11937	140	Belleville,Hall's Mills		NY	045	24086	
5108697	Bellevue	bellevue	US	41073	0	America/New_York	42.89339	-78.73392	192			NY	029	15011	
5108698	Bellevue	bellevue	US	41073	0	America/New_York	42.79424	-73.96957	103			NY	093	65508	
5108707	Bellmore	bellmore	US	11710	16218	America/New_York	40.66871	-73.52707	5	Bellmore,New Bridge		NY	059	34000	
5108714	Bellport	bellport	US	11713	2078	America/New_York	40.75704	-72.93927	8	Bellport,Oc-com-bo-mock		NY	103	10000	
5108718	Bellona	bellona	US	14415	0	America/New_York	42.75701	-77.01469	221	Bellona,Benton,Pinkneyville,Slab Hollow,Wood's Hollow		NY	123	06002	
5108719	Bellvale	bellvale	US	10912	0	America/New_York	41.25037	-74.31071	195	Bellvale,Wawayanda		NY	071	78366	
5108723	Bellville	bellville	US	30414	0	America/New_York	42.33951	-78.25307	520	Bellville,North Valley		NY	003	50375	
5108726	Bellwood	bellwood	US	16617	0	America/New_York	43.80285	-75.68158	492			NY	049	32358	
5108728	Belmont	belmont	US	02478	939	America/New_York	42.22312	-78.03445	424	Belmont,Philipsburgh,Philipsville,Phillipsburg,blmwnt,Белмонт,بلمونت	003	NY	003	02011	
5108738	Belvidere	belvidere	US	07823	0	America/New_York	42.25424	-78.05917	414			NY	003	02011	
5108747	Bemus Point	bemus-point	US	14712	356	America/New_York	42.16172	-79.39171	403	Bemus Point,Bemuspoint		NY	013	23976	
5108756	Benedict	benedict	US	20612	0	America/New_York	43.11841	-74.14319	244			NY	035	08433	
5108800	Bennettsville	bennettsville	US	29512	0	America/New_York	42.25564	-75.44657	335			NY	017	04044	
5108805	Bennington	bennington	US	03442	0	America/New_York	42.837	-78.39752	368	Bennington,Bennington Center,Loomis Settlement,Pennington		NY	121	05936	
5108810	Benson	benson	US	05731	0	America/New_York	43.25202	-74.27847	355			NY	041	05958	
5108824	Benton	benton	US	17814	0	America/New_York	42.71757	-77.04358	255	Benton,Benton Station		NY	123	06002	
5108837	Berea	berea	US	26327	0	America/New_York	41.52426	-74.17959	126			NY	071	48153	
5108842	Bergen	bergen	US	14416	1133	America/New_York	43.08534	-77.94223	185	Bergen,Bergen Corners		NY	037	06057	
5108858	Berkshire	berkshire	US	01224	0	America/New_York	43.04924	-74.31902	276			NY	035	38792	
5108859	Berkshire	berkshire	US	01224	0	America/New_York	42.30424	-76.1866	319	Berkshire,Brown's Settlement		NY	107	06145	
5108863	Berlin	berlin	US	01503	0	America/New_York	42.69314	-73.37205	256			NY	083	06189	
5108875	Bernhards Bay	bernhards-bay	US	13028	1350	America/New_York	43.24451	-75.93353	119	Bernhard's Bay,Bernhards Bay		NY	075	17904	
5108881	Berne	berne	US	12023	2794	America/New_York	42.62535	-74.13346	296	Beaver Dam,Beaverdam,Beavertown,Bern,Berne,Berneville,Bernville,Corporation		NY	001	06211	
5108893	Berryville	berryville	US	22611	0	America/New_York	42.96174	-74.41514	115			NY	057	47834	
5108897	Berwyn	berwyn	US	19312	0	America/New_York	42.86618	-76.04076	440			NY	067	59036	
5108927	Bethel	bethel	US	04217	0	America/New_York	41.95454	-73.63374	168	Bethel,Bethel Station		NY	027	58156	
5108928	Bethel	bethel	US	04217	0	America/New_York	41.68342	-74.87128	404	ווייט לעיק		NY	105	06310	
5108955	Bethpage	bethpage	US	11714	16429	America/New_York	40.74427	-73.48207	32	BPA,Bethpage,Betpejdz,Central Park,beseupeiji,Бетпејџ,베스페이지		NY	059	56000	
5108987	Beulah	beulah	US	38726	0	America/New_York	43.01867	-77.89168	198			NY	055	81402	
5108994	Big Bay	big-bay	US	49808	0	America/New_York	43.24618	-76.1202	114			NY	075	80500	
5109001	Big Bend	big-bend	US	26136	0	America/New_York	42.87757	-76.08965	282			NY	067	40266	
5109039	Big Creek	big-creek	US	25505	0	America/New_York	42.36896	-77.57499	467	Big Creek,Bigcreek		NY	101	27551	
5109053	Big Flats	big-flats	US	14814	5277	America/New_York	42.1373	-76.93691	275	Big Flats,Bigflats		NY	015	06475	
5109079	Big Indian	big-indian	US	12410	0	America/New_York	42.10259	-74.44376	371			NY	111	66597	
5109091	Big Island	big-island	US	24526	0	America/New_York	41.32065	-74.40432	122			NY	071	78366	
5109149	Bigelow	bigelow	US	56117	0	America/New_York	44.42173	-75.36605	137	Bigelow,Bishop's Corners,Bishops Corners,Richville Station		NY	089	20038	
5109165	Billings	billings	US	12510	0	America/New_York	41.6712	-73.76319	123	Billings,Биллингс		NY	027	40299	
5109177	Binghamton	binghamton	US	13901	46032	America/New_York	42.09869	-75.91797	264	BGM,Bingamton,Bingamtonas,Bingemton,Binghamton,Binghamton i New York,Bingkhamtun,Bingnamton,Chenango Point,bin han dun,bing-eomteon,bingamuton,bynghamtwn,bynghmtwn,bynghmtwn  nywywrk,Бингамтон,Бингемтон,Бингхамтън,Бингњамтон,Бінгемтон,בינגהמטון,بينغامتون,بینگهمتون، نیویورک,بینگہمٹن، نیو یارک,ビンガムトン,賓漢頓,賓罕頓,빙엄턴	007	NY	007	06607	
5109264	Bishopville	bishopville	US	21813	0	America/New_York	42.36868	-77.74722	422			NY	003	01451	
5109312	Black Creek	black-creek	US	14714	0	America/New_York	42.27562	-78.2264	460	Black Creek,New Hudson Corners		NY	003	50375	
5109410	Black River	black-river	US	13612	1332	America/New_York	44.01256	-75.79437	174	Black River,Lockport		NY	045	42015	
5109418	Black Rock	black-rock	US	72415	0	America/New_York	42.70368	-76.65967	223			NY	011	41740	
5109462	Blakeslee	blakeslee	US	18610	0	America/New_York	43.00701	-75.81463	339			NY	053	71993	
5109479	Blauvelt	blauvelt	US	10913	5689	America/New_York	41.06343	-73.95764	61	Blauvelt,Blauveltville,Greenbush		NY	087	55211	
5109527	Bliss	bliss	US	14024	527	America/New_York	42.57701	-78.25279	532			NY	121	21369	
5109535	Blodgett Mills	blodgett-mills	US	13738	303	America/New_York	42.5684	-76.12576	336	Blodgets Mills,Blodgett Mills		NY	023	18421	
5109554	Bloomfield	bloomfield	US	06002	1248	America/New_York	40.6126	-74.1782	3			NY	085		
5109559	Blooming Grove	blooming-grove	US	10914	0	America/New_York	41.40926	-74.19515	109	Blooming Grove,Bloominggrove		NY	071	07003	
5109562	Bloomingburg	bloomingburg	US	12721	411	America/New_York	41.55426	-74.4396	157	Bloomingburg,Bloomingburgh		NY	105	44809	
5109563	Bloomingdale	bloomingdale	US	07403	0	America/New_York	44.40783	-74.0871	479			NY	031	64529	
5109566	Bloomington	bloomington	US	12411	0	America/New_York	41.87898	-74.04403	56			NY	111	63737	
5109568	Bloomville	bloomville	US	13739	213	America/New_York	42.33342	-74.80766	444	Bloomville,Four Corners,The Bunghole,The Corners		NY	025	40068	
5109569	Blossom	blossom	US	75416	0	America/New_York	42.85617	-78.69308	203			NY	029	24130	
5109571	Blossvale	blossvale	US	13308	2816	America/New_York	43.27979	-75.64352	128	Blossvale,Taberg Station		NY	065	02253	
5109595	Blue Mountain	blue-mountain	US	38610	0	America/New_York	42.10842	-74.01986	106			NY	111	65299	
5109598	Blue Mountain Lake	blue-mountain-lake	US	12812	0	America/New_York	43.85534	-74.44349	556			NY	041	37374	
5109603	Blue Point	blue-point	US	11715	4773	America/New_York	40.74399	-73.03455	3	Blue Point,Bluepoint		NY	103	10000	
5109610	Blue Ridge	blue-ridge	US	24064	0	America/New_York	43.95728	-73.78458	345			NY	031	53077	
5109697	Boiceville	boiceville	US	12412	0	America/New_York	42.00509	-74.26598	192			NY	111	54749	
5109702	Bolivar	bolivar	US	14715	1006	America/New_York	42.06673	-78.16779	486			NY	003	07201	
5109703	Bolivar	bolivar	US	14715	1138	America/New_York	43.07118	-75.8888	131			NY	053	71993	
5109715	Bolton	bolton	US	01740	0	America/New_York	43.53646	-73.66762	114			NY	113	07234	
5109718	Bombay	bombay	US	12914	0	America/New_York	44.93893	-74.56769	59	Bombay,Bombay Corners,Tsi wahtahkon:ni,Tsi wahtahkón:ni		NY	033	07278	
5109722	Bolton Landing	bolton-landing	US	12814	513	America/New_York	43.55729	-73.65484	110			NY	113	07234	
5109757	Boonville	boonville	US	13309	2040	America/New_York	43.48368	-75.33656	350	Boon's Upper Settlement,Boonville,Kortenaer		NY	065	07366	
5109774	Borden	borden	US	47106	0	America/New_York	42.04174	-77.32748	411			NY	101	82843	
5109797	Boston	boston	US	02108	8049	America/New_York	42.62895	-78.73753	287	Boston,Бостон		NY	029	07454	
5109821	Bouckville	bouckville	US	13310	0	America/New_York	42.88924	-75.55129	348	Bouckville,Johnsville,McClure Settlement,The Hook		NY	053	44435	
5109841	Bovina	bovina	US	79009	0	America/New_York	42.26953	-74.72682	562	Bovina,Butt End		NY	025	07597	
5109842	Bovina Center	bovina-center	US	13740	0	America/New_York	42.26203	-74.7846	506			NY	025	07597	
5109846	Bowen	bowen	US	62316	0	America/New_York	42.1295	-79.01532	521			NY	009	60587	
5109863	Bowler	bowler	US	54416	0	America/New_York	42.00312	-78.24612	446			NY	003	28563	
5109888	Bowmansville	bowmansville	US	14026	641	America/New_York	42.93839	-78.68475	216			NY	029	41146	
5109921	Braddock Heights	braddock-heights	US	21714	0	America/New_York	43.30701	-77.69945	78			NY	055	30290	
5109927	Bradford	bradford	US	02808	0	America/New_York	42.37118	-77.10886	341			NY	101	07740	
5109934	Bradley	bradley	US	04411	0	America/New_York	41.82398	-74.67627	477			NY	105	49847	
5109963	Brainard	brainard	US	12024	0	America/New_York	42.49591	-73.51206	207	Brainard,Brainard Station,Brainard's Bridge,Brainards,Hastings Village,Kaunameek		NY	083	49517	
5109966	Brainardsville	brainardsville	US	12915	0	America/New_York	44.85782	-74.03349	409			NY	033	05716	
5109979	Branch	branch	US	49402	0	America/New_York	41.99426	-74.47015	660			NY	111	20247	
5109986	Branchport	branchport	US	14418	1376	America/New_York	42.59868	-77.15386	226	Branchport,Esperanza		NY	123	38583	
5110019	Brant	brant	US	14027	0	America/New_York	42.58839	-79.01781	227			NY	029	07894	
5110022	Brant Lake	brant-lake	US	12815	0	America/New_York	43.67646	-73.74957	242	Bartonville,Brant Lake,Brantlake,Horicon		NY	113	35639	
5110025	Brantingham	brantingham	US	13312	0	America/New_York	43.68868	-75.29212	382			NY	049	30796	
5110029	Brasher Falls	brasher-falls	US	13613	669	America/New_York	44.80755	-74.7738	88	Brasher Falls,Brasher's Falls,Brashers Falls,Kiohrio'kehne,Kiohrio'kéhne,Ti-o-hi-on-ho-ken		NY	089	07938	
5110043	Brayton	brayton	US	50042	0	America/New_York	43.45118	-73.62539	113			NY	113	60356	
5110067	Breesport	breesport	US	14816	626	America/New_York	42.17341	-76.73384	335			NY	015	35705	
5110073	Breezy Point	breezy-point	US	11697	0	America/New_York	40.55649	-73.92625	2			NY	081		
5110077	Brentwood	brentwood	US	11717	60664	America/New_York	40.78121	-73.24623	24	Brentud,Brentvud,Brentwood,Modern Times,bryntwwd,Брентвуд,Брентуд,برينتوود,برینٹووڈ، نیو یارک		NY	103	38000	
5110090	Brewerton	brewerton	US	13029	4029	America/New_York	43.23812	-76.14076	117	Brewerton,Ga-do-quat,Ohsahaunytah-Seughkah,Te-was-koo-we-goo-na		NY	067	15704	
5110092	Brewster	brewster	US	02631	2332	America/New_York	41.39732	-73.61707	142	Brewster,Brewster's Station,Brewsters Station,Brjuster,Bruster,brwstr,Брустер,Брюстер,بروستر		NY	079	68924	
5110108	Briarcliff Manor	briarcliff-manor	US	10510	8028	America/New_York	41.14565	-73.82375	76	Brajarklif Mejnor,Brajrkliff-Mehnor,Briarcliff Farm,Briarcliff Manor,buraiakurifumana,Брайрклифф-Мэнор,Брајарклиф Мејнор,ブライアクリフマナー		NY	119	55541	
5110130	Bridgehampton	bridgehampton	US	11932	1756	America/New_York	40.93788	-72.30092	13	Bridgehampton,Bridzkhapton,Bull's Head,Bullhead,Бриџхаптон		NY	103	68473	
5110132	Bridgeport	bridgeport	US	06601	1490	America/New_York	43.15535	-75.96936	119			NY	053	71993	
5110133	Bridgeport	bridgeport	US	06601	1479	America/New_York	42.9159	-76.75245	133			NY	099	66333	
5110135	Bridgeville	bridgeville	US	15017	0	America/New_York	41.63426	-74.61905	318			NY	105	73627	
5110136	Bridgewater	bridgewater	US	02324	470	America/New_York	42.87924	-75.251	369	Bridzhuoter,Бриджуотер		NY	065	08180	
5110144	Briggs	briggs	US	78608	0	America/New_York	44.16506	-75.13714	433			NY	089	25791	
5110152	Brier Hill	brier-hill	US	13614	0	America/New_York	44.53145	-75.66274	104	Brier Hill,Brierhill		NY	089	48582	
5110158	Brighton	brighton	US	02135	0	America/New_York	42.99117	-78.83698	178	Brighton,Brighton Village		NY	029	75000	
5110159	Brighton	brighton	US	02135	36609	America/New_York	43.14756	-77.55055	136	Brajton,Брайтон,برائٹن، مونرو کاؤنٹی، نیو یارک		NY	055	63000	
5110160	Brighton	brighton	US	02135	0	America/New_York	42.86785	-75.02877	446			NY	077	61467	
5110168	Brightwaters	brightwaters	US	11718	3088	America/New_York	40.72093	-73.26734	7			NY	103	38000	
5110184	Briscoe	briscoe	US	79011	0	America/New_York	41.76426	-74.8785	359			NY	105	06310	
5110194	Bristol	bristol	US	02809	0	America/New_York	42.84534	-77.42416	355			NY	069	08378	
5110211	Broadalbin	broadalbin	US	12025	1303	America/New_York	43.05868	-74.19652	245	Broadalbin,Fonda's Bush,Kennyetto,Rawsonville		NY	035	08433	
5110227	Brockport	brockport	US	14420	8357	America/New_York	43.21367	-77.93918	158	Brockport,Brokport,Gwehtaanetecarnundoteh,brwkbwrt,Брокпорт,بروكبورت		NY	055	72455	
5110234	Brockway	brockway	US	15824	0	America/New_York	41.53065	-73.97764	22			NY	027	25978	
5110239	Brocton	brocton	US	14716	1429	America/New_York	42.38867	-79.44116	224	Brocton,Salem,Salem Cross Roads,Salem-on-Erie		NY	013	59421	
5110241	Brodhead	brodhead	US	40409	0	America/New_York	41.9437	-74.25737	213	Brodhead,Brodhead's Bridge		NY	111	54749	
5110269	Bronxville	bronxville	US	10708	6438	America/New_York	40.93815	-73.83208	28	Bronksvil,Bronxville,Underhill's Crossing,brwnksfyl,bu long ke wei,Бронксвил,برونكسفيل,布隆克維		NY	119	21820	
5110281	Brookdale	brookdale	US	95007	0	America/New_York	43.07951	-77.7175	158			NY	055	15462	
5110282	Brookdale	brookdale	US	95007	0	America/New_York	44.80839	-74.89159	99	Brookdale,Scotland		NY	089	71410	
5110287	Brookfield	brookfield	US	01506	0	America/New_York	42.81285	-75.31767	421	Brookfield,Clarkville		NY	053	08587	
5110292	Brookhaven	brookhaven	US	11719	3451	America/New_York	40.77927	-72.91538	3	Brookhaven,Brukgeven,Brukkhejven,WSH,Брукгевен,Брукхейвен,Брукхејвен		NY	103	10000	
5110299	Brookfield	brookfield	US	01506	0	America/New_York	43.30007	-75.56935	198			NY	065	41762	
5110300	Brooklyn	brooklyn	US	06234	0	America/New_York	42.43312	-78.74836	421			NY	009	22678	
5110301	Brooklyn	brooklyn	US	06234	0	America/New_York	42.34425	-75.17045	366			NY	025	27232	
5110302	Brooklyn	brooklyn	US	06234	2300664	America/New_York	40.6501	-73.94958	15	BK,Bklyn,Borough of Brooklyn,Breuckelen,Breukelen,Broklino,Brooklyn,Brucclinu,Bruklin,Bruklina,Bruklinas,Comitatus Bruclinum,Kings County,Marechkawick,beulukeullin,bru klin,brukalina,brwklyn,brwqlyn,bu lu ke lin qu,burukkurin qu,kinsa ka'unti,Бруклин,Бруклін,ברוקלין,بروكلين,بروکلین,ब्रुकलीन,ब्रूकलिन,কিংস কাউন্টি,ব্রুকলিন,บรุกลิน,ბრუკლინი,ブルックリン区,布鲁克林区,브루클린	047	NY	047		
5110351	Brooktondale	brooktondale	US	14817	0	America/New_York	42.38063	-76.39466	279	Brookton,Brooktondale,Cantine's Little Location,Cantine's Mill,Cantinesburgh,Cantinesville,Mott's Corners,Mott's Hollow,Mott's Mill,Mottsville		NY	109	12606	
5110357	Brookville	brookville	US	15825	0	America/New_York	42.92117	-78.21252	287			NY	037	01165	
5110358	Brookville	brookville	US	15825	3566	America/New_York	40.81316	-73.56735	72	Brookville,Brukvil,Wolver Hollow,Wolverhampton,brwkfyl,Бруквил,بروكفيل		NY	059	56000	
5110446	Brownsville	brownsville	US	05037	74497	America/New_York	40.66094	-73.92014	9	Brown's Village,Brownsville		NY	047		
5110447	Brownsville	brownsville	US	05037	0	America/New_York	43.01173	-77.36638	166	Brownsville,Brownville,Nortons Mills		NY	069	25406	
5110448	Browntown	browntown	US	53522	0	America/New_York	42.02702	-77.05247	492			NY	101	12991	
5110449	Brownville	brownville	US	04414	1156	America/New_York	44.007	-75.98409	106			NY	045	10242	
5110450	Brownville	brownville	US	04414	1023	America/New_York	41.79982	-74.38071	256			NY	111	78828	
5110455	Bruceville	bruceville	US	47516	0	America/New_York	41.83148	-74.12153	43			NY	111	63737	
5110462	Brunswick	brunswick	US	04011	0	America/New_York	42.73591	-73.5615	158	Brunswick,Platesville,brnzwk  nyw yark,brwnswyk,برنزوک، نیو یارک,برونسويك		NY	083	10275	
5110477	Brushton	brushton	US	12916	445	America/New_York	44.83033	-74.51351	128	Brushs Mills,Brushton		NY	033	47933	
5110506	Buchanan	buchanan	US	10511	2268	America/New_York	41.26204	-73.93819	12			NY	119	18410	
5110628	Buena Vista	buena-vista	US	15018	0	America/New_York	42.30063	-77.50888	508			NY	101	35837	
5110629	Buffalo	buffalo	US	14201	258071	America/New_York	42.88645	-78.87837	183	BUF,Bafalas,Bafalo,Baffalo,Bufala,Bufalo,Bufalum,Buffalo,Buffalo i New York,Bupalo,Búfalo,De-o-tro-weh,De-ose-lole,Ne-o-thro-ra,New Amsterdam,Tick-e-ack-gou-ga,Tsistekeriia'kon:ke,Tsistekeriia'kón:ke,bafelo,baffalo,baffaro,baphalo,baphelo,beopeollo,bfylw  nyw yark,bupalo,bwfalw,bwfalw  nywywrk,bwfylw,pahpalo,shui niu cheng,Μπάφαλο,Бафало,Баффало,Буфала,Буфало,Буффало,Бъфало,Բուֆֆալո,באפאלא,באפלו,بفیلو، نیو یارک,بوفالو,بوفالو، نیویورک,بوفیلو,बफ़ेलो,बफेलो,பஃபலோ,బఫెలో,ಬಫಲೋ,บัฟฟาโล,ბუფალო,バッファロー,水牛城,버펄로	029	NY	029	11000	
5110720	Bullville	bullville	US	10915	0	America/New_York	41.54426	-74.36154	157			NY	071	18916	
5110734	Bunker	bunker	US	63629	0	America/New_York	42.80618	-76.64661	260			NY	011	41740	
5110757	Burdett	burdett	US	14818	326	America/New_York	42.42007	-76.84885	298			NY	097	33073	
5110786	Burke	burke	US	12917	207	America/New_York	44.90477	-74.16934	263	Andrusville,Berk,Burke,The Hollow,Берк		NY	033	11165	
5110787	Burlingham	burlingham	US	12722	0	America/New_York	41.59009	-74.3821	122			NY	105	44809	
5110788	Burlington	burlington	US	01803	0	America/New_York	42.72285	-75.12544	468	Burlington,Burlington Green		NY	077	11209	
5110790	Burlington Flats	burlington-flats	US	13315	0	America/New_York	42.74535	-75.18294	393			NY	077	11209	
5110813	Burnside	burnside	US	15721	0	America/New_York	41.45676	-74.20876	105	Burnside,Otterville		NY	071	31907	
5110816	Burns	burns	US	37029	0	America/New_York	42.42979	-77.72499	365	Burns,Burns Station,DeWittsburgh,DeWittsville		NY	003	11253	
5110829	Burnt Hills	burnt-hills	US	12027	0	America/New_York	42.9098	-73.89512	124	Burnt Hills,Burnthills		NY	091	04220	
5110875	Burt	burt	US	14028	0	America/New_York	43.31644	-78.71392	96	Burt,Newfane Station		NY	063	50232	
5110886	Burtonsville	burtonsville	US	20866	0	America/New_York	42.80507	-74.2593	157			NY	057	13816	
5110925	Buskirk	buskirk	US	12028	0	America/New_York	42.95369	-73.43428	111	Buskirk,Buskirk Bridge,Buskirk's Bridge		NY	083	35463	
5110948	Butlerville	butlerville	US	47223	0	America/New_York	41.34926	-73.67235	89			NY	119	68308	
5111015	Byron	byron	US	14422	2369	America/New_York	43.07978	-78.0639	189			NY	037	11572	
5111035	Cadiz	cadiz	US	42211	0	America/New_York	42.32062	-78.46724	482			NY	009	27342	
5111044	Cadyville	cadyville	US	12918	0	America/New_York	44.6981	-73.63153	227			NY	019	58585	
5111056	Cairo	cairo	US	12413	1402	America/New_York	42.29897	-73.99847	114	Cairo,Shingle Kill		NY	039	11649	
5111065	Calcium	calcium	US	13616	3491	America/New_York	44.02173	-75.84604	143	Calcium,Sandfords Corners,Sanford Corners		NY	045	42015	
5111073	Caledonia	caledonia	US	14423	2146	America/New_York	42.97312	-77.85278	201	Caledonia,De-o-na-ga-no,Deonegano,Dynneganooh,Dyu-ne-ga-nooh,Kaledonija,Каледония		NY	051	11715	
5111097	Callicoon	callicoon	US	12723	167	America/New_York	41.76731	-75.05628	258	Callicoon,Callicoon Depot		NY	105	20104	
5111098	Callicoon Center	callicoon-center	US	12724	0	America/New_York	41.83676	-74.94655	382	Callicoon Center,Thurmanville		NY	105	11759	
5111137	Calverton	calverton	US	11933	6510	America/New_York	40.90649	-72.74343	9	Baiting Hollow Station,CTO,Calverton,Conungam,Hulse's Turnout		NY	103	61984	
5111141	Cambria Heights	cambria-heights	US	11411	20287	America/New_York	40.69455	-73.73847	15			NY	081		
5111144	Cambridge	cambridge	US	02138	1830	America/New_York	43.02813	-73.38122	149	Cambridge,Dorr's Corners,Kembridzh,North White Creek,Кембридж		NY	115	81578	
5111147	Camby	camby	US	46113	0	America/New_York	41.72593	-73.66402	286			NY	027	76166	
5111148	Camden	camden	US	04843	2202	America/New_York	43.33451	-75.74796	153	Camden,Hestayuntwa,Ho-sta-yun-twa		NY	065	11858	
5111163	Cameron	cameron	US	14819	0	America/New_York	42.19924	-77.40637	326			NY	101	11880	
5111170	Cameron Mills	cameron-mills	US	14820	0	America/New_York	42.18035	-77.36359	315	Cameron Mills,Hubbardsville		NY	101	60653	
5111243	Camp Hill	camp-hill	US	17001	0	America/New_York	41.18648	-74.05375	166			NY	087	60510	
5111346	Campbell	campbell	US	14821	0	America/New_York	42.80562	-75.61713	445			NY	053	41674	
5111347	Campbell	campbell	US	14821	713	America/New_York	42.23313	-77.19747	309			NY	101	11946	
5111356	Campbell Hall	campbell-hall	US	10916	0	America/New_York	41.45537	-74.26265	122			NY	071	31907	
5111373	Canaan	canaan	US	03741	0	America/New_York	42.41203	-73.44706	259	Canaan,Kings District		NY	021	12056	
5111398	Canajoharie	canajoharie	US	13317	2163	America/New_York	42.90563	-74.57181	94	Canajoharie,Kana'tsiohare,Kana'tsióhare		NY	057	12122	
5111405	Canandaigua	canandaigua	US	14424	10431	America/New_York	42.87423	-77.28804	240	Canandaigua,Ga-noon-daa-gwah,Kanandejgva,Konondiagou,kaeneondaigwa,kanandeigua,kanandy gwa  nywywrk,kanandyajw,Канандејгва,Конондиагоу,كاناندياجو,کاناندی گوا، نیویورک,カナンデイグア,캐넌다이과	069	NY	069	12144	
5111425	Canaseraga	canaseraga	US	14822	524	America/New_York	42.46146	-77.77694	381	Canaseraga,Whitney Valley		NY	003	11253	
5111427	Canastota	canastota	US	13032	4661	America/New_York	43.07951	-75.75074	131	kanastwta,كاناستوتا		NY	053	41905	
5111436	Candor	candor	US	13743	815	America/New_York	42.23285	-76.34244	275	Candor,Candor Centre,Candor Corners		NY	107	12221	
5111439	Caneadea	caneadea	US	14717	0	America/New_York	42.38645	-78.15362	382	Caneadea,Ga-o-ya-de-o		NY	003	12243	
5111449	Canisteo	canisteo	US	14823	2204	America/New_York	42.27035	-77.60582	346			NY	101	12265	
5111484	Canton	canton	US	02021	6570	America/New_York	44.59562	-75.16909	115	Canton,New Cairo	089	NY	089	12342	
5111490	Cape Vincent	cape-vincent	US	13618	741	America/New_York	44.12783	-76.333	80	Cape Vincent,Gravelly Point		NY	045	12364	
5111533	Carle Place	carle-place	US	11514	4981	America/New_York	40.7526	-73.61041	31			NY	059	53000	
5111547	Carlisle	carlisle	US	01741	0	America/New_York	42.75702	-74.44569	391			NY	095	12452	
5111549	Carlton	carlton	US	16311	0	America/New_York	43.32784	-78.19085	105	Carlton,Carlton Station,Oak Orchard,Two Bridges		NY	073	12496	
5111554	Carman	carman	US	61425	0	America/New_York	42.77063	-73.93346	107			NY	093	63935	
5111571	Carnegie	carnegie	US	15106	0	America/New_York	42.74728	-78.84531	227			NY	029	31654	
5111576	Carmel	carmel	US	04419	4800	America/New_York	41.43009	-73.68013	171	Karmel',kameru,karml,karml  nyw yark,Кармель,كارمل,کارمل، نیو یارک,カーメル	079	NY	079	12529	
5111581	Caroline	caroline	US	54928	0	America/New_York	42.37118	-76.39966	295			NY	109	12606	
5111582	Caroline	caroline	US	54928	0	America/New_York	42.37841	-76.29549	388			NY	109	12606	
5111619	Carroll	carroll	US	43112	0	America/New_York	42.00645	-78.32779	437			NY	009	59509	
5111629	Carrollton	carrollton	US	23314	0	America/New_York	42.1084	-78.6517	426	Carrollton,Carrolton		NY	009		
5111654	Carterville	carterville	US	62918	0	America/New_York	43.33951	-75.89269	174			NY	075	01649	
5111656	Carthage	carthage	US	13619	3591	America/New_York	43.97812	-75.60936	234	Carthage,Kartidz,Long Falls,karthagh,Картиџ,كارثاغ,کارتھیج، نیو یارک		NY	045	82348	
5111671	Cascade	cascade	US	21719	0	America/New_York	42.75535	-76.47327	226			NY	011	77024	
5111713	Cassadaga	cassadaga	US	14718	611	America/New_York	42.34422	-79.30949	408			NY	013	71476	
5111719	Cassville	cassville	US	13318	1279	America/New_York	42.9459	-75.25433	378	Cassville,Frog Hill,Paris Hollow,Toad Holler		NY	065	56330	
5111721	Castile	castile	US	14427	986	America/New_York	42.62895	-78.05445	413	Castile,Castle,Oak Hill,Wolf Creek		NY	121	12782	
5111726	Castle Creek	castle-creek	US	13744	0	America/New_York	42.22758	-75.91825	320			NY	007	15110	
5111745	Castleton-on-Hudson	castleton-on-hudson	US	12033	1473	America/New_York	42.51841	-73.75123	46	Castleton,Castleton-on-Hudson,Morriches Hastie		NY	083	65541	
5111751	Castorland	castorland	US	13620	348	America/New_York	43.8884	-75.5113	226			NY	049	20214	
5111760	Castle Point	castle-point	US	12511	0	America/New_York	41.5462	-73.95958	54			NY	027	78157	
5111798	Catawba	catawba	US	24070	0	America/New_York	42.49563	-77.15997	218			NY	101	59982	
5111801	Catharine	catharine	US	67627	0	America/New_York	42.31285	-76.78468	359	Catharine,Catharines		NY	097	12914	
5111824	Cato	cato	US	13033	521	America/New_York	43.16812	-76.573	140	Cato,Jakway's Corners		NY	011	37660	
5111833	Catskill	catskill	US	12414	3874	America/New_York	42.21731	-73.86457	13	Catskill,Catskill Landing,qryt katskyl,قرية كاتسكيل	039	NY	039	13013	
5111849	Cattaraugus	cattaraugus	US	14719	937	America/New_York	42.32923	-78.86809	419	Cattaraugus,Ga-da-ges-ga-o,Gah-ta-ra-ke-ras		NY	009	49880	
5111871	Cayuga	cayuga	US	13034	527	America/New_York	42.91896	-76.72634	147			NY	011	03166	
5111880	Cayuta	cayuta	US	14824	0	America/New_York	42.28174	-76.69689	336	Cayuta,West Cayuta		NY	097	13112	
5111886	Cazenovia	cazenovia	US	13035	2855	America/New_York	42.93007	-75.85269	373	Kazenovija,kazynwfya,Казеновија,كازينوفيا		NY	053	13156	
5111899	Cedar Bluffs	cedar-bluffs	US	68015	0	America/New_York	43.03924	-73.71317	66			NY	091	65244	
5111910	Cedar Hill	cedar-hill	US	37032	0	America/New_York	42.54452	-73.77346	33			NY	001	06354	
5111930	Cedar Knolls	cedar-knolls	US	07927	0	America/New_York	40.94815	-73.84041	45			NY	119	84000	
5111932	Cedar Lake	cedar-lake	US	46303	0	America/New_York	42.95813	-75.17933	406			NY	043	42664	
5111974	Cedarhurst	cedarhurst	US	11516	6682	America/New_York	40.62288	-73.7243	8	Cedarhurst,Ocean Point,Sidarkherst,sydarhwrst,Сидархерст,سيدارهورست		NY	059	34000	
5111977	Cedars	cedars	US	19423	0	America/New_York	44.49117	-75.63662	95	Cedars,Cedars on Black Lake,The Cedars		NY	089	48582	
5111979	Cedarvale	cedarvale	US	87009	0	America/New_York	42.9659	-76.24937	185			NY	067	54958	
5111981	Cedarville	cedarville	US	08311	0	America/New_York	42.93063	-75.11266	371			NY	043	17431	
5111990	Celoron	celoron	US	14720	1070	America/New_York	42.1095	-79.2831	402			NY	013	23998	
5112002	Centenary	centenary	US	29519	0	America/New_York	41.17787	-73.96569	51			NY	087	15968	
5112020	Center Moriches	center-moriches	US	11934	7580	America/New_York	40.80038	-72.78982	8	Center Moriches,Centre Moriches		NY	103	10000	
5112029	Center Valley	center-valley	US	18034	0	America/New_York	42.75785	-74.6857	499	Center Valley,Centre Valley		NY	077	15253	
5112035	Centereach	centereach	US	11720	31578	America/New_York	40.85843	-73.09955	30	Centereach,New Village		NY	103	10000	
5112037	Centerport	centerport	US	11721	5457	America/New_York	43.0409	-76.59272	128			NY	011	46602	
5112038	Centerport	centerport	US	11721	5508	America/New_York	40.88538	-73.37623	15	Centerport,Centreport,Little Cow Harbor		NY	103	37000	
5112042	Centerville	centerville	US	02632	0	America/New_York	42.47979	-78.24973	536	Centerville,Centreville,The Center		NY	003	13475	
5112043	Centerville	centerville	US	02632	0	America/New_York	42.01509	-75.13183	315	Centerville,Linden		NY	025	31951	
5112044	Centerville	centerville	US	02632	0	America/New_York	43.54785	-76.04437	167	Centerville,New Centerville		NY	075	01055	
5112045	Centerville	centerville	US	02632	0	America/New_York	40.96954	-72.69176	31			NY	103	61984	
5112046	Centerville	centerville	US	02632	0	America/New_York	42.08426	-74.01319	86			NY	111	65299	
5112051	Central Bridge	central-bridge	US	12035	593	America/New_York	42.71119	-74.33874	189			NY	095	65596	
5112078	Central Islip	central-islip	US	11722	34450	America/New_York	40.79065	-73.20178	27			NY	103	38000	
5112160	Central Square	central-square	US	13036	1813	America/New_York	43.28674	-76.14604	137			NY	075	32688	
5112162	Central Valley	central-valley	US	10917	1810	America/New_York	41.33176	-74.12098	159			NY	071	82755	
5112166	Centralia	centralia	US	62801	0	America/New_York	42.25867	-79.34782	413			NY	013	71476	
5112177	Ceres	ceres	US	14721	0	America/New_York	41.99951	-78.2689	443			NY	003	28563	
5112181	Chadwicks	chadwicks	US	13319	1506	America/New_York	43.02785	-75.27155	216	Chadwick's Mills,Chadwicks,Chadwicks Mills		NY	065	50309	
5112182	Chaffee	chaffee	US	14030	0	America/New_York	42.56812	-78.47891	445	Cahfee,Chaffee		NY	029	65277	
5112203	Chambers	chambers	US	68725	0	America/New_York	42.2623	-76.95663	367			NY	015	12947	
5112211	Champion	champion	US	15622	0	America/New_York	43.96229	-75.6902	304			NY	045	13717	
5112215	Champlain	champlain	US	12919	1074	America/New_York	44.98643	-73.44653	32			NY	019	13750	
5112244	Chapin	chapin	US	29036	0	America/New_York	42.91868	-77.2347	214	Chapin,Chapinville		NY	069	35551	
5112259	Chappaqua	chappaqua	US	10514	1436	America/New_York	41.15954	-73.76485	150	Chapakva,Чапаква		NY	119	50078	
5112276	Charleston	charleston	US	04422	0	America/New_York	42.84591	-74.34124	347	Charleston,Rider's Corners		NY	057	13816	
5112277	Charleston	charleston	US	04422	1567	America/New_York	40.53677	-74.23737	22	Androvetteville,Charleston,Charlestown,Kreischerville		NY	085		
5112286	Charlotte	charlotte	US	05445	0	America/New_York	43.25506	-77.61695	82	Charlotte,Charlottsburg,Port Genesee		NY	055	30290	
5112297	Charlotteville	charlotteville	US	12036	0	America/New_York	42.54535	-74.66459	489			NY	095	72070	
5112298	Charlton	charlton	US	01507	0	America/New_York	42.93341	-73.96901	151	Charlton,Freehold,New Freehold		NY	091	13926	
5112304	Chase	chase	US	21027	0	America/New_York	42.66869	-74.99044	415			NY	077	32589	
5112325	Chase Mills	chase-mills	US	13621	0	America/New_York	44.84894	-75.08076	82	Chase Mills,Chase's Mills,Chases Mill,Chases Mills,Cracko,Croco,Crow-Crow		NY	089	43588	
5112327	Chateaugay	chateaugay	US	12920	820	America/New_York	44.92643	-74.07961	288			NY	033	13992	
5112328	Chateaugay	chateaugay	US	12920	0	America/New_York	43.57396	-75.96214	311			NY	075	55453	
5112335	Chatham	chatham	US	02633	1696	America/New_York	42.36425	-73.59484	141	Chatham,Chatham Four Corners,Groat's Corners,Groats Corners		NY	021	14014	
5112354	Chaumont	chaumont	US	13622	616	America/New_York	44.067	-76.13021	88	Shomo,tshamwnt,Шомо,تشامونت		NY	045	43863	
5112355	Chauncey	chauncey	US	25612	0	America/New_York	41.0026	-73.85652	38			NY	119		
5112363	Chautauqua	chautauqua	US	14722	191	America/New_York	42.20978	-79.46671	415	Chautauqua,Chautauque,Shatokva,tshatakwa,Шатоква,تشاتاكوا		NY	013	14069	
5112368	Chazy	chazy	US	12921	565	America/New_York	44.88976	-73.43597	45			NY	019	14113	
5112386	Chelsea	chelsea	US	02150	0	America/New_York	41.5537	-73.96681	12	Carthage,Carthage Landing,Chelsea,Low Point		NY	027	78157	
5112387	Chelsea	chelsea	US	02150	2953	America/New_York	40.60066	-74.19487	2	Chelsea,Peanutville,Prallstown		NY	085		
5112388	Chelsea	chelsea	US	02150	0	America/New_York	40.74649	-74.00153	5	Chelsi,chelsi,cherushi,que r xi,Челси,טשעלסי,ჩელსი,チェルシー,雀兒喜,첼시		NY	061		
5112391	Chemung	chemung	US	14825	0	America/New_York	42.00841	-76.62384	258	Breckville,Buckville,Chemung		NY	015	15077	
5112395	Chenango Bridge	chenango-bridge	US	13745	2883	America/New_York	42.16674	-75.86242	273			NY	007	15110	
5112399	Chenango Forks	chenango-forks	US	13746	0	America/New_York	42.23563	-75.84825	279			NY	007	15110	
5112424	Chepachet	chepachet	US	02814	0	America/New_York	42.9109	-75.12099	374			NY	043	82568	
5112430	Cherry Creek	cherry-creek	US	14723	440	America/New_York	42.2945	-79.09976	397	Cherry Creek,Cherrycreek,Puckrum		NY	013	15198	
5112436	Cherry Hill	cherry-hill	US	08002	0	America/New_York	42.01089	-79.41144	484			NY	013	32248	
5112460	Cherry Valley	cherry-valley	US	01611	503	America/New_York	42.79563	-74.7532	410			NY	077	15253	
5112467	Cheshire	cheshire	US	01225	0	America/New_York	42.82145	-77.32748	312			NY	069	12155	
5112470	Chester	chester	US	01011	3918	America/New_York	41.36259	-74.27126	146	Chester,Честер		NY	071	15308	
5112479	Chestertown	chestertown	US	12817	677	America/New_York	43.65257	-73.80096	257			NY	113	15319	
5112481	Chester Heights	chester-heights	US	19017	0	America/New_York	40.92565	-73.80152	24			NY	119	50617	
5112490	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	41.73093	-73.62957	304			NY	027	76166	
5112493	Chestnut Ridge	chestnut-ridge	US	15422	8158	America/New_York	41.08426	-74.0557	126			NY	087	60510	
5112504	Chichester	chichester	US	03258	0	America/New_York	42.10176	-74.30931	294			NY	111	66597	
5112518	Childwold	childwold	US	12922	0	America/New_York	44.28645	-74.66324	496	Atherton,Childwold,Childwood		NY	089	57716	
5112537	China	china	US	77613	0	America/New_York	42.14481	-75.40018	412			NY	025	20357	
5112553	Chippewa Bay	chippewa-bay	US	13623	0	America/New_York	44.442	-75.7569	88			NY	089	31841	
5112559	Chittenango	chittenango	US	13037	4891	America/New_York	43.04507	-75.86658	138	Chitenango,Chittenango,Chudenaang,tshytynanghw,Читенанго,تشيتينانغو		NY	053	71993	
5112703	Churchville	churchville	US	14428	2032	America/New_York	43.10423	-77.88445	178			NY	055	61808	
5112704	Churchville	churchville	US	14428	0	America/New_York	43.18979	-75.57629	137			NY	065	77178	
5112707	Churubusco	churubusco	US	12923	0	America/New_York	44.95393	-73.93154	363	Cherebusco,Chererbusco,Cherubusco,Cherubusco Village,Churubusco,Summit Depot,Summit Station,The Summit		NY	019	16397	
5112710	Cicero	cicero	US	13039	31632	America/New_York	43.17562	-76.11937	120	Cicero,Cicero Corners,sysyrw,سيسيرو		NY	067	15704	
5112727	Circleville	circleville	US	10919	0	America/New_York	41.51426	-74.38349	188			NY	071	77992	
5112729	Cincinnatus	cincinnatus	US	13040	1056	America/New_York	42.54229	-75.89575	320			NY	023	15748	
5112763	Clare	clare	US	48617	0	America/New_York	44.40145	-75.06242	250			NY	089	15792	
5112766	Claremont	claremont	US	03743	0	America/New_York	41.16954	-73.84847	98			NY	119	55541	
5112769	Clarence	clarence	US	14031	2646	America/New_York	42.97673	-78.59197	225	Clarence,Clarence Hollow,Klerens,Ransomville,ke la lun si zhen,klarns,klyrns  nyw yark,Клеренс,كلارنس,کلیرنس، نیو یارک,克拉伦斯镇		NY	029	15825	
5112771	Clarence Center	clarence-center	US	14032	2257	America/New_York	43.01061	-78.63753	193	Clarence,Clarence Center,Clarence Centre,Van Tine's Corners		NY	029	15825	
5112778	Clarendon	clarendon	US	14429	0	America/New_York	43.19339	-78.06474	185	Clarendon,Farwell's Mills,Farwells Mills		NY	073	15880	
5112780	Clark	clark	US	07066	0	America/New_York	42.1245	-79.09838	391			NY	013	58926	
5112812	Clark Mills	clark-mills	US	13321	1905	America/New_York	43.09229	-75.37962	157	Clark Mills,Clark's Mills,Clarks Mills		NY	065	39804	
5112831	Clarks Mills	clarks-mills	US	16114	0	America/New_York	43.11813	-73.56873	37	Clarks Mill,Clarks Mills		NY	115	30686	
5112835	Clarksboro	clarksboro	US	08020	0	America/New_York	44.33451	-75.02603	299	Clarksboro,Clarksborough		NY	089	15792	
5112836	Clarksburg	clarksburg	US	15725	0	America/New_York	42.61978	-78.83142	272	Clarksburg,Clarksburgh		NY	029	23415	
5112837	Clarkson	clarkson	US	14430	4358	America/New_York	43.23312	-77.92751	130			NY	055	15957	
5112846	Clarksville	clarksville	US	12041	0	America/New_York	42.57591	-73.96402	202	Bethlehem,Clarksville		NY	001	50672	
5112851	Claryville	claryville	US	12725	0	America/New_York	41.91842	-74.57238	493			NY	105	49847	
5112860	Claverack	claverack	US	12513	0	America/New_York	42.22509	-73.73457	62	klyfrak,كليفراك		NY	021	16045	
5112861	Clay	clay	US	13041	58206	America/New_York	43.1859	-76.17243	120	Clay,West Cicero		NY	067	16067	
5112870	Clayton	clayton	US	08312	1956	America/New_York	44.23949	-76.08578	84	Clayton,Cornelia,French Creek		NY	045	16100	
5112874	Clayville	clayville	US	02815	341	America/New_York	42.98007	-75.251	293	Clayville,Paris Furnace		NY	065	56330	
5112880	Clear Creek	clear-creek	US	25044	0	America/New_York	42.22089	-79.06032	393	Clear Creek,Clearcreek		NY	013	24053	
5112920	Clemons	clemons	US	12819	0	America/New_York	43.63645	-73.44539	115			NY	115	20885	
5112925	Cleveland	cleveland	US	13042	738	America/New_York	43.24035	-75.8838	133	Klivlend,Кливленд		NY	075	17904	
5112941	Cleverdale	cleverdale	US	12820	0	America/New_York	43.47729	-73.64262	106			NY	113	60356	
5112946	Clermont	clermont	US	30527	0	America/New_York	42.08509	-73.82707	68	klrmwnt  nywywrk,klyrmwnt,كليرمونت,کلرمونت، نیویورک		NY	021	16177	
5112949	Clifford	clifford	US	18413	0	America/New_York	43.38174	-76.28521	132	Clifford,Denton's Corners		NY	075	56154	
5112953	Cliffside	cliffside	US	28024	0	America/New_York	42.51397	-74.98238	361			NY	077	47240	
5112955	Clifton	clifton	US	07011	0	America/New_York	43.05228	-77.81473	176	Clifton,Harmon's Mills,Harmonsburg		NY	055	15462	
5112956	Clifton	clifton	US	07011	9519	America/New_York	40.6201	-74.07709	16	Clifton (New York)		NY	085		
5112959	Clifton Heights	clifton-heights	US	19018	0	America/New_York	42.73589	-78.9167	185			NY	029	31654	
5112961	Clifton Park	clifton-park	US	12065	36705	America/New_York	42.86563	-73.77095	105	Chou-en-da-ho-wa,Clifton Park,Cliftonpark,Shanandhoi,Shanandhot,Shenondehowa,Stevens Corners,klyftwn bark,كليفتون بارك		NY	091	16353	
5112965	Clifton Springs	clifton-springs	US	14432	2092	America/New_York	42.96173	-77.13998	176	Clifton Springs,Sulphur Springs		NY	069	44864	
5112968	Climax	climax	US	12042	0	America/New_York	42.36592	-73.85096	75			NY	039	18729	
5112972	Clinton	clinton	US	01510	1891	America/New_York	43.0484	-75.3785	184	Clinton,Kadawisdag,Klinton,Schooltown,klyntwn,Κλίντον,Клинтон,كلينتون,کلنٹن، اونیڈا کاؤنٹی، نیو یارک		NY	065	39804	
5112976	Clinton Corners	clinton-corners	US	12514	3168	America/New_York	41.83009	-73.76235	92			NY	027	16408	
5112995	Clintondale	clintondale	US	12515	1452	America/New_York	41.69482	-74.05125	166	Clintondale,Quaker Street		NY	111	58552	
5112998	Clintonville	clintonville	US	16372	0	America/New_York	44.4656	-73.58264	154			NY	019	03221	
5112999	Clintonville	clintonville	US	16372	0	America/New_York	42.93229	-76.34938	335			NY	067	45491	
5113000	Clintonville	clintonville	US	16372	0	America/New_York	42.61424	-74.95821	393			NY	077	32589	
5113059	Clymer	clymer	US	14724	1698	America/New_York	42.02089	-79.63005	444			NY	013	16595	
5113061	Cobb	cobb	US	31735	0	America/New_York	40.90121	-72.35508	5			NY	103	68473	
5113093	Cobbtown	cobbtown	US	30420	0	America/New_York	43.72562	-76.04381	220			NY	045	24086	
5113095	Cobleskill	cobleskill	US	12043	4566	America/New_York	42.67785	-74.48542	281	As-ca-le-ge,Cobleskill,Ots-ga-ra-gee		NY	095	16639	
5113100	Cochecton	cochecton	US	12726	0	America/New_York	41.70592	-75.06045	225	Cashington,Cochecton,Cush-nun-tunk,kwtshyktwn,كوتشيكتون		NY	105	16661	
5113101	Cochecton Center	cochecton-center	US	12727	0	America/New_York	41.65481	-74.98267	287	Cochecton Center,Cochecton Centre,Stevensburgh		NY	105	16661	
5113119	Coeymans	coeymans	US	12045	848	America/New_York	42.47397	-73.79235	18	Coeyman,Coeymans,Coeymans Junction,Coeymans Landing,kwymans,كويمانس		NY	001	16694	
5113131	Cohocton	cohocton	US	14826	817	America/New_York	42.50229	-77.50721	402	Cohocton,Conhocton,Liberty		NY	101	16738	
5113133	Coeymans Hollow	coeymans-hollow	US	12046	0	America/New_York	42.47175	-73.89457	126			NY	001	16694	
5113139	Coila	coila	US	38923	0	America/New_York	43.03591	-73.40095	161	Coila,Green Settlement,Stevenson's Corners		NY	115	11836	
5113142	Cohoes	cohoes	US	12047	16538	America/New_York	42.77424	-73.70012	30	Cohoes,Ga-ha-oos,Kokhos,Kounis,kwhs  nywywrk,kwhws,Коуњис,Кохос,كوهوس,کوهس، نیویورک		NY	001	16749	
5113152	Colchester	colchester	US	05439	0	America/New_York	42.16036	-75.07739	390	Colchester,Pawpacton		NY	025	78047	
5113168	Cold Brook	cold-brook	US	13324	322	America/New_York	43.24174	-75.03877	288	Cold Brook,Coldbrook		NY	043	64254	
5113183	Cold Brook	cold-brook	US	13324	0	America/New_York	42.01315	-74.26987	205			NY	111	54749	
5113191	Cold Spring	cold-spring	US	10516	0	America/New_York	42.09701	-78.86476	409			NY	009		
5113192	Cold Spring	cold-spring	US	10516	0	America/New_York	42.94979	-76.57716	179			NY	011	03078	
5113196	Cold Spring	cold-spring	US	10516	1964	America/New_York	41.42009	-73.95458	35	Cold Spring,Cold Spring-on-Hudson,Coldspring,Kould Spring,kwld sbryngh,Коулд Спринг,كولد سبرينغ		NY	079	57584	
5113223	Cold Spring Harbor	cold-spring-harbor	US	11724	5070	America/New_York	40.87149	-73.45679	10	Cold Spring,Cold Spring Harbor,Kold Spring Kharbor,Nachaquatuck,leng quan gang,Колд Спринг Харбор,コールド・スプリング・ハーバー,冷泉港		NY	103	37000	
5113239	Colden	colden	US	14033	0	America/New_York	42.64423	-78.68475	329	Buffum's Mills,Colden		NY	029	16870	
5113246	Coldwater	coldwater	US	38618	0	America/New_York	43.1359	-77.73528	170			NY	055	28442	
5113300	College Park	college-park	US	20740	0	America/New_York	42.01926	-73.88152	64			NY	027	60905	
5113302	College Point	college-point	US	11356	27307	America/New_York	40.7876	-73.84597	21	College Point,Collegepoint,Strattonport Point,Strattonsport		NY	081		
5113309	Colliersville	colliersville	US	13747	0	America/New_York	42.49091	-74.9821	344			NY	077	47240	
5113315	Collins	collins	US	14034	0	America/New_York	42.49645	-78.92059	268			NY	029	17200	
5113322	Collins Center	collins-center	US	14035	0	America/New_York	42.49367	-78.85142	336	Collins Center,Collins Centre		NY	029	17200	
5113330	Collinsville	collinsville	US	06022	0	America/New_York	43.61035	-75.38407	368	Collinsville,High Falls Village		NY	049	81094	
5113341	Colonial Heights	colonial-heights	US	23834	0	America/New_York	41.71398	-73.85819	76			NY	027	59652	
5113342	Colonial Heights	colonial-heights	US	23834	0	America/New_York	40.95982	-73.84125	60			NY	119	84000	
5113356	Colton	colton	US	13625	345	America/New_York	44.55312	-74.93964	266	Colton,High Falls,Matildavale,Matildaville,New Germany		NY	089	17409	
5113379	Columbiaville	columbiaville	US	12050	0	America/New_York	42.31842	-73.75318	43			NY	021	71443	
5113380	Columbus	columbus	US	08022	947	America/New_York	42.68396	-75.37267	395	Columbus,Columbus Center,Kolumbus,Колумбус		NY	017	17486	
5113412	Commack	commack	US	11725	36124	America/New_York	40.84288	-73.29289	40	Co-Mac,Comac,Comack,Commac,Commack,Comock,Komak,Wanecommack,Winne - Comack,Winnecomac Win-Ne-Co-Mack,Winnie Comac,kwmak,Комак,كوماك		NY	103	37000	
5113440	Como	como	US	27818	0	America/New_York	42.6734	-76.27688	412			NY	011	72037	
5113454	Comstock	comstock	US	12821	0	America/New_York	43.45729	-73.4415	39	Comstock,Comstock Landing,Comstock's,Comstocks Landing		NY	115	26715	
5113460	Concord	concord	US	01742	8857	America/New_York	40.60816	-74.08431	24			NY	085		
5113469	Concord	concord	US	01742	0	America/New_York	42.53534	-78.73086	412			NY	029	17585	
5113471	Conesus	conesus	US	14435	0	America/New_York	42.71895	-77.67639	365	Bowersville,Conesus,Freeport		NY	051	17618	
5113475	Conesville	conesville	US	43811	0	America/New_York	42.3873	-74.37626	421	Conesville,Stone Bridge		NY	095	17651	
5113479	Conewango Valley	conewango-valley	US	14726	0	America/New_York	42.24089	-79.06087	393			NY	013	24053	
5113500	Congers	congers	US	10920	8363	America/New_York	41.15065	-73.94542	54			NY	087	15968	
5113512	Conifer	conifer	US	80433	0	America/New_York	44.21673	-74.61295	482			NY	089	57716	
5113516	Conklin	conklin	US	13748	0	America/New_York	42.03424	-75.8038	265			NY	007	17772	
5113536	Connelly	connelly	US	12417	0	America/New_York	41.91009	-73.99125	7	Connelly,South Rondout,South Roundout		NY	111	24691	
5113559	Constable	constable	US	12926	0	America/New_York	44.92921	-74.29713	108	Constable,West Constable		NY	033	17871	
5113564	Constableville	constableville	US	13325	240	America/New_York	43.56674	-75.42851	385	Constableville,Shalersville		NY	049	81094	
5113565	Constantia	constantia	US	13044	1182	America/New_York	43.24785	-76.0002	117	Constantia,New Rotterdam,Rotterdam		NY	075	17904	
5113578	Converse	converse	US	29329	0	America/New_York	44.68034	-74.82464	199			NY	089	71410	
5113614	Cooksburg	cooksburg	US	16217	0	America/New_York	42.42064	-74.20514	233	Cooksburg,Cooksburgh		NY	001	61181	
5113615	Cookville	cookville	US	75558	0	America/New_York	43.00978	-78.32669	259			NY	037	57078	
5113662	Coopers Plains	coopers-plains	US	14827	598	America/New_York	42.1823	-77.14164	300	Cooper's Plains,Coopers Plains		NY	101	24647	
5113664	Cooperstown	cooperstown	US	13326	1792	America/New_York	42.70048	-74.92426	374	COP,Cooperstown,Kopertaun,Kupurstaun,Otsego,kupazutaun,kwbrstawn,Копертаун,Купърстаун,كوبرستاون,クーパーズタウン	077	NY	077	55695	
5113667	Coopersville	coopersville	US	49404	0	America/New_York	44.94309	-73.40791	32	Coopersville,Cooperville,Corbeau,Moore's Mills		NY	019	13750	
5113668	Coopersville	coopersville	US	49404	0	America/New_York	42.60368	-77.91139	257			NY	051	54089	
5113674	Copake Falls	copake-falls	US	12517	0	America/New_York	42.11953	-73.52512	196			NY	021	18102	
5113681	Copenhagen	copenhagen	US	13626	800	America/New_York	43.8934	-75.67353	355	Copenhagen,Mungers Mills		NY	049	20214	
5113683	Copiague	copiague	US	11726	22993	America/New_York	40.68149	-73.39984	7	Copiague,East Amityville,Great Neck,Huntington South		NY	103	04000	
5113688	Copake	copake	US	12516	0	America/New_York	42.10342	-73.55012	166	kwbayk,كوبايك		NY	021	18102	
5113694	Coram	coram	US	11727	39113	America/New_York	40.86871	-73.00149	29	Coram,Corum		NY	103	10000	
5113700	Corbettsville	corbettsville	US	13749	0	America/New_York	42.01563	-75.79047	269			NY	007	17772	
5113713	Corbett	corbett	US	97019	0	America/New_York	42.04342	-75.02183	338			NY	025	16793	
5113715	Cordova	cordova	US	21625	0	America/New_York	42.44922	-79.35421	201			NY	013	58981	
5113721	Corfu	corfu	US	14036	695	America/New_York	42.96006	-78.40558	263	Corfu,Longs Corners		NY	037	57078	
5113723	Corinth	corinth	US	04427	2516	America/New_York	43.24452	-73.83234	186	Corinth,Jessup's Landing,Jessups Landing		NY	091	18223	
5113760	Corning	corning	US	14830	10897	America/New_York	42.14285	-77.05469	284	Korning,Kurning,ke ning,koning,koningu,kwrnng,kwrnyng  nywywrk,kwrnyngh,Корнинг,Курнинг,كورنينغ,کورننگ,کورنینگ، نیویورک,コーニング,科宁,코닝		NY	101	18256	
5113775	Cornwall	cornwall	US	06753	2966	America/New_York	41.44482	-74.0157	51	Canterbury,Cornwall,Cornwall-on-Hudson,Cornwall-on-the-Hudson		NY	071	18300	
5113776	Cornwallville	cornwallville	US	12418	0	America/New_York	42.36814	-74.15819	292			NY	039	21204	
5113779	Corona	corona	US	11368	109698	America/New_York	40.74705	-73.86014	13	Corona,West Flushing		NY	081		
5113790	Cortland	cortland	US	13045	18907	America/New_York	42.60118	-76.18048	344	CTX,Cortland,Kortland,Kurtlend,kotorando,kwrtland,kwrtlnd  nywywrk,Кортланд,Куртленд,كورتلاند,کورتلند، نیویورک,コートランド	023	NY	023	18388	
5113811	Cossayuna	cossayuna	US	12823	0	America/New_York	43.18369	-73.42678	146	Cossayuna,Lake,Lakeville		NY	115	30686	
5113822	Cottekill	cottekill	US	12419	0	America/New_York	41.85148	-74.10209	77			NY	111	63737	
5113887	Coventry	coventry	US	02816	0	America/New_York	42.31591	-75.63852	506			NY	017	18619	
5113892	Covert	covert	US	49043	0	America/New_York	42.57535	-76.68356	276	Covert,Pratt's Corners		NY	099	18663	
5113902	Covington	covington	US	16917	0	America/New_York	42.85339	-78.01029	336	Covington,Covington Center		NY	121	18696	
5113924	Cowlesville	cowlesville	US	14037	0	America/New_York	42.84339	-78.46891	288	Clapp's Mills,Cowlesville		NY	121	05936	
5113933	Coxsackie	coxsackie	US	12051	2701	America/New_York	42.35092	-73.8029	43	Kaksaki,Koksaki,Каксакі,Коксаки		NY	039	18729	
5113963	Cragsmoor	cragsmoor	US	12420	449	America/New_York	41.67343	-74.38543	568			NY	111	78828	
5113976	Craigville	craigville	US	46731	0	America/New_York	41.38593	-74.23876	130	Craigsville,Craigville		NY	071	07003	
5113993	Cranberry Lake	cranberry-lake	US	12927	200	America/New_York	44.22256	-74.8363	454	Cranberry Lake,Harewood		NY	089	16287	
5114055	Cranesville	cranesville	US	16410	0	America/New_York	42.9173	-74.13485	82			NY	057	02077	
5114059	Craryville	craryville	US	12521	0	America/New_York	42.17481	-73.5829	194	Bain's Corners,Baines Corners,Baines Station,Craryville,North Copake		NY	021	18102	
5114065	Crawford	crawford	US	26343	0	America/New_York	41.65565	-74.32821	197			NY	111	66674	
5114083	Creekside	creekside	US	15732	0	America/New_York	42.69173	-78.78281	251			NY	029	07454	
5114085	Crescent	crescent	US	15046	0	America/New_York	42.82424	-73.7329	64			NY	091	31489	
5114101	Crestview	crestview	US	32536	0	America/New_York	42.09729	-78.48697	453			NY	009	01297	
5114102	Crestwood	crestwood	US	40014	0	America/New_York	40.9601	-73.8243	47			NY	119	84000	
5114114	Crittenden	crittenden	US	14038	0	America/New_York	42.94617	-78.48475	259			NY	029	01099	
5114122	Croghan	croghan	US	13327	610	America/New_York	43.8959	-75.39241	252			NY	049	19081	
5114128	Crompond	crompond	US	10517	2292	America/New_York	41.29509	-73.86541	128			NY	119	18410	
5114132	Crittenden	crittenden	US	14038	0	America/New_York	43.10367	-77.64083	162			NY	055	08246	
5114160	Cropseyville	cropseyville	US	12052	1713	America/New_York	42.74897	-73.55734	170	Cropserville,Cropseyville		NY	083	10275	
5114161	Crosby	crosby	US	16724	0	America/New_York	42.54868	-77.09664	226			NY	123	04594	
5114184	Cross River	cross-river	US	10518	0	America/New_York	41.26232	-73.61457	103	Cross River,Crossriver		NY	119	42136	
5114207	Croton Falls	croton-falls	US	10519	0	America/New_York	41.34732	-73.66096	82	Croton Falls,Owensville		NY	119	53517	
5114221	Croton-on-Hudson	croton-on-hudson	US	10520	8269	America/New_York	41.20843	-73.89125	49	Colabaugh Landing,Collabaugh Landing,Cortlandt Town,Croton,Croton Landing,Croton-on-Hudson,Kroton na Khadsonu,krwtwn an hadswn,Кротон на Хадсону,كروتون أن هادسون		NY	119	18410	
5114246	Crown Point	crown-point	US	12928	1903	America/New_York	43.95034	-73.43707	68	Crown Point,Crownpoint,Tekiatonniari:ke,Tekiatonniarí:ke,krwn bwynt,كرون بوينت,کراؤن پوائنٹ، نیو یارک		NY	031	19246	
5114289	Crystal Beach	crystal-beach	US	34681	644	America/New_York	42.81368	-77.26359	213			NY	069	29531	
5114321	Crystal Spring	crystal-spring	US	15536	0	America/New_York	42.48785	-77.05191	340			NY	123	04594	
5114325	Cuba	cuba	US	14727	1529	America/New_York	42.21757	-78.27529	456	Kjuba,kwba,kywba,Кјуба,كوبا,کیوبا		NY	003	19367	
5114344	Cuddebackville	cuddebackville	US	12729	0	America/New_York	41.46732	-74.59377	163	Cuddebackville,Peenpack		NY	071	19961	
5114345	Cullen	cullen	US	23934	0	America/New_York	42.88229	-74.9621	439			NY	043	78278	
5114385	Curtis	curtis	US	49820	0	America/New_York	43.17313	-74.81098	435			NY	043	64837	
5114386	Curtis	curtis	US	49820	0	America/New_York	42.2073	-77.1697	304			NY	101	11946	
5114401	Cutchogue	cutchogue	US	11935	3349	America/New_York	41.01066	-72.48509	9			NY	103	69463	
5114439	Daisy	daisy	US	30423	0	America/New_York	42.05592	-74.08764	193			NY	111	83052	
5114445	Dale	dale	US	14039	0	America/New_York	42.81923	-78.17279	366			NY	121	46877	
5114452	Dalton	dalton	US	01226	362	America/New_York	42.5409	-77.9525	409	Dalton,Nunda Station		NY	051	54089	
5114459	Damascus	damascus	US	18415	0	America/New_York	42.05591	-75.61018	297			NY	007	82535	
5114468	Danby	danby	US	05739	0	America/New_York	42.3523	-76.48077	377			NY	109	19620	
5114487	Dannemora	dannemora	US	12929	3629	America/New_York	44.72143	-73.72375	431			NY	019	19653	
5114492	Dansville	dansville	US	14437	4550	America/New_York	42.5609	-77.69611	215	DSV		NY	051	51869	
5114497	Danville	danville	US	03819	0	America/New_York	42.00897	-75.47879	559			NY	007	65112	
5114499	Darien	darien	US	06820	0	America/New_York	42.902	-78.3503	305	Darien,Darien City,O-so-ont-geh		NY	037	19719	
5114500	Darien Center	darien-center	US	14040	0	America/New_York	42.90117	-78.38863	310	Darien Center,Darien Centre,Kings Corners		NY	037	19719	
5114527	Davenport	davenport	US	13750	0	America/New_York	42.47175	-74.8446	398			NY	025	19763	
5114528	Davenport Center	davenport-center	US	13751	349	America/New_York	42.44814	-74.91905	371	Davenport Center,Davenport Centre		NY	025	19763	
5114585	Dayton	dayton	US	08810	0	America/New_York	42.41701	-78.97698	408			NY	009	19840	
5114592	De Kalb	de-kalb	US	39328	0	America/New_York	44.49895	-75.34272	101	Cooper's Village,De Kalb,DeKalb,Dekalb,Williamstown		NY	089	20038	
5114593	De Kalb Junction	de-kalb-junction	US	13630	519	America/New_York	44.50506	-75.27382	137	De Kalb Junction,DeKalb Junction,Dekalb Junction		NY	089	20038	
5114597	De Lancey	de-lancey	US	15733	0	America/New_York	42.20564	-74.97072	399	De Lancey,DeLancey,Delancy,Lansingville		NY	025	31698	
5114598	De Peyster	de-peyster	US	13633	0	America/New_York	44.55256	-75.4355	114	De Peyster,De Peyster Corners,DePeyster,Depeysster,Depeyster,Punch Lock,Punchlock		NY	089	20335	
5114602	De Witt	de-witt	US	52742	0	America/New_York	43.03868	-76.07298	172			NY	067	20478	
5114617	DeWitt	dewitt	US	23840	0	America/New_York	43.03507	-76.06548	142	De Witt,DeWitt,Hull's Landing,Orville,Youngsville,dy wyt,دي ويت		NY	067	20478	
5114666	Deansboro	deansboro	US	13328	1500	America/New_York	42.99507	-75.42851	249	Deansboro,Deansville		NY	065	45755	
5114674	Decatur	decatur	US	30030	0	America/New_York	42.64424	-74.72515	493			NY	077	19895	
5114731	Deer Park	deer-park	US	11729	27745	America/New_York	40.76177	-73.32929	26	DPK,Deer Park,Deerpark		NY	103	04000	
5114755	Deer River	deer-river	US	13627	0	America/New_York	43.92979	-75.58908	238	Deer River,French's Mills,Myers Mills		NY	049	20214	
5114764	Deerfield	deerfield	US	01342	0	America/New_York	40.93593	-72.36453	21			NY	103	68473	
5114773	Deerfield	deerfield	US	01342	0	America/New_York	43.11951	-75.21878	135	Deerfield,Deerfield Corners		NY	065	76540	
5114781	Deferiet	deferiet	US	13628	292	America/New_York	44.03562	-75.68381	201			NY	045	82348	
5114803	Delanson	delanson	US	12053	379	America/New_York	42.74535	-74.18818	249	Delanson,Quaker Street		NY	093	21006	
5114821	Delevan	delevan	US	14042	1058	America/New_York	42.48923	-78.48085	434	Delevan,Yorkshire Center		NY	009	84055	
5114824	Delhi	delhi	US	13753	3157	America/New_York	42.27814	-74.91599	418	qryt dlhy,قرية دلهي	025	NY	025	20137	
5114829	Dellwood	dellwood	US	53927	0	America/New_York	42.91673	-78.57836	233	Dellwood,Looneyville Station		NY	029	41146	
5114831	Delmar	delmar	US	12054	8195	America/New_York	42.62202	-73.83262	68	Adam's Station,Adams Station,Adamsville,Delmar		NY	001	06354	
5114836	Delphi Falls	delphi-falls	US	13051	0	America/New_York	42.87646	-75.91353	289			NY	067	59036	
5114861	Denmark	denmark	US	04022	0	America/New_York	43.89979	-75.58241	296			NY	049	20214	
5114862	Denmark	denmark	US	04022	0	America/New_York	42.15702	-77.05302	301			NY	101	18267	
5114881	Denniston	denniston	US	40316	0	America/New_York	41.46009	-74.1057	122			NY	071	50848	
5114890	Denton	denton	US	21629	0	America/New_York	41.40482	-74.40377	136	Denton,The Outlet		NY	071	78839	
5114896	Denver	denver	US	12421	0	America/New_York	42.21259	-74.56932	497	Denver,Денвер		NY	025	47031	
5114899	Depauville	depauville	US	13632	577	America/New_York	44.13838	-76.06549	93	Catfish Falls,Depauville		NY	045	16100	
5114900	Depew	depew	US	14043	15146	America/New_York	42.90395	-78.69225	205	Depju,dybyw,Депју,ديبيو		NY	029	41146	
5114903	Deposit	deposit	US	13754	1598	America/New_York	42.06008	-75.42768	305	Cokeose,Cookhouse,Deposit		NY	007	65112	
5114910	Derby	derby	US	05829	0	America/New_York	42.68145	-78.97531	214			NY	029	24801	
5114957	Devon	devon	US	19333	0	America/New_York	40.99149	-72.10702	2			NY	103	22194	
5114972	Dewittville	dewittville	US	14728	0	America/New_York	42.23922	-79.44532	404	De Wittville,Dewittville,Tinkertown		NY	013	14069	
5114982	Dexter	dexter	US	04930	1086	America/New_York	44.00784	-76.04437	86	Dexter,Fish Island		NY	045	10242	
5115006	Diamond Point	diamond-point	US	12824	0	America/New_York	43.47924	-73.68706	101	Diamond Point,High View,Hillview		NY	113	40519	
5115030	Dickinson Center	dickinson-center	US	12930	0	America/New_York	44.71756	-74.55268	291	Dickinson Center,Dickinson Centre,Thomasville		NY	033	20610	
5115046	Dickinson	dickinson	US	36436	0	America/New_York	44.74839	-74.56462	220			NY	033	20610	
5115103	Dix	dix	US	62830	0	America/New_York	43.16563	-75.46212	163			NY	065	80533	
5115952	East Marion	east-marion	US	11939	926	America/New_York	41.1276	-72.34008	10	East Marion,Rocky Point,Upper Neck		NY	103	69463	
5115123	Dobbs Ferry	dobbs-ferry	US	10522	11131	America/New_York	41.01454	-73.87264	64	Dobb's Ferry,Dobbs Ferry,Dobs Feri,Greenburgh,New Wales,Weecquaesgunk,Добс Фери,ドブス・フェリー		NY	119		
5115142	Dodge	dodge	US	54625	0	America/New_York	42.00117	-79.0906	490			NY	013	12639	
5115177	Dolgeville	dolgeville	US	13329	2132	America/New_York	43.1009	-74.77293	241	Brockett's Bridge,Brocketts Bridge,Dolgeville,Green's Bridge,dwlghyfyl,دولغيفيل		NY	043	44974	
5115228	Dormansville	dormansville	US	12055	0	America/New_York	42.49952	-73.99458	309			NY	001	79851	
5115261	Dover Plains	dover-plains	US	12522	1323	America/New_York	41.74121	-73.57652	122	Dover Plains,Pawlingstown		NY	027	20819	
5115275	Downsville	downsville	US	13755	617	America/New_York	42.08092	-74.99572	343			NY	025	16793	
5115281	Doyle	doyle	US	38559	0	America/New_York	42.8795	-78.78475	186			NY	029	15011	
5115301	Dresden	dresden	US	04342	0	America/New_York	43.67256	-73.41067	42			NY	115	20885	
5115302	Dresden	dresden	US	04342	300	America/New_York	42.68396	-76.9558	155			NY	123	75055	
5115316	Driftwood	driftwood	US	15832	0	America/New_York	42.12395	-79.32921	403			NY	013	23976	
5115374	Dryden	dryden	US	04225	2094	America/New_York	42.49091	-76.29716	332			NY	109	20962	
5115392	Duanesburg	duanesburg	US	12056	391	America/New_York	42.76202	-74.13374	219	Duanesburg,Duanesburgh,Dvejnsberg,Four Corners,Jamesville,dawnysbwrgh,Двејнсберг,داونيسبورغ		NY	093	21006	
5115397	Dublin	dublin	US	03444	0	America/New_York	42.99479	-76.92219	135	Dublin,Junius		NY	099	38858	
5115459	Dugway	dugway	US	84022	0	America/New_York	43.46146	-76.08159	157	Dug Way,Dugway		NY	075	01055	
5115475	Dundee	dundee	US	14837	1665	America/New_York	42.5234	-76.97663	300	Dundee,Harpending's Corners		NY	123	70816	
5115495	Dunkirk	dunkirk	US	14048	12081	America/New_York	42.4795	-79.33393	188	Chadwicks Bay,DKK,Dankerk,Dinkirk,Dunkirk,Ganadawao,dankyrk  nywywrk,dwnkyrk,Данкерк,Динкирк,دانکیرک، نیویورک,دونكيرك		NY	013	21105	
5115515	Dunnsville	dunnsville	US	22454	0	America/New_York	42.7398	-74.01429	108	Dunnsville,Hardscrabble		NY	001	31104	
5115534	Durham	durham	US	03824	2670	America/New_York	42.39953	-74.17236	235	Darem,Durham,New Durham,dwrham,Дарем,دورهام		NY	039	21204	
5115536	Durhamville	durhamville	US	13054	584	America/New_York	43.12062	-75.67102	132			NY	065	77178	
5115589	Dutchtown	dutchtown	US	63745	0	America/New_York	42.61978	-78.4828	408			NY	029	35122	
5115607	Dyke	dyke	US	22935	0	America/New_York	42.22341	-77.02386	468			NY	101	35661	
5115622	Eagle	eagle	US	48822	0	America/New_York	42.54867	-78.29807	539			NY	121	21369	
5115624	Eagle Bay	eagle-bay	US	13331	0	America/New_York	43.76951	-74.81684	542			NY	043	78927	
5115626	Eagle Bridge	eagle-bridge	US	12057	0	America/New_York	42.95008	-73.39622	123			NY	083	35463	
5115652	Eagle Nest	eagle-nest	US	87718	0	America/New_York	43.84979	-74.48544	574			NY	041	37374	
5115657	Eagle Point	eagle-point	US	97524	0	America/New_York	42.80006	-77.71722	250			NY	051	28629	
5115677	Eagleville	eagleville	US	19408	0	America/New_York	42.88146	-75.64352	383			NY	053	23305	
5115678	Eagleville	eagleville	US	19408	0	America/New_York	43.08452	-73.31289	147	Eagleville,East Salem		NY	115	64782	
5115685	Earlton	earlton	US	12058	0	America/New_York	42.35564	-73.90068	127			NY	039	18729	
5115686	Earlville	earlville	US	13332	0	America/New_York	44.97032	-74.04989	209			NY	033	13992	
5115687	Earlville	earlville	US	13332	830	America/New_York	42.73979	-75.54518	335	Earlville,The Forks		NY	053	31720	
5115699	East Amherst	east-amherst	US	14051	24914	America/New_York	43.01839	-78.6967	181			NY	029	15825	
5115704	East Aurora	east-aurora	US	14052	6236	America/New_York	42.76784	-78.61336	280	East Aurora,Ist Orora,Lower Village,Upper Village,ayst aywrwra,Ист Орора,إيست أئورورا		NY	029	03199	
5115709	East Barre	east-barre	US	05649	0	America/New_York	43.187	-78.1503	208			NY	073	04572	
5115726	East Berkshire	east-berkshire	US	05447	0	America/New_York	42.30646	-76.14354	359			NY	107	06145	
5115727	East Berne	east-berne	US	12059	0	America/New_York	42.61647	-74.07457	359	East Bern,East Berne,Philadelphia,Philley,Warner's Mills,Werner's Mills		NY	001	06211	
5115728	East Bethany	east-bethany	US	14054	0	America/New_York	42.93145	-78.1014	305			NY	037	06266	
5115729	East Bloomfield	east-bloomfield	US	14443	0	America/New_York	42.89506	-77.43471	326			NY	069	21699	
5115734	East Branch	east-branch	US	13756	0	America/New_York	41.98842	-75.13378	307	Beaverkill,East Branch,Eastbranch		NY	025	31951	
5115801	East Chatham	east-chatham	US	12060	0	America/New_York	42.41064	-73.52456	214	East Chatham,New Concord		NY	021	14014	
5115810	East Concord	east-concord	US	14055	0	America/New_York	42.55201	-78.6403	444			NY	029	17585	
5115830	East Durham	east-durham	US	12423	0	America/New_York	42.37258	-74.09569	163			NY	039	21204	
5115835	East Elmhurst	east-elmhurst	US	11369	23150	America/New_York	40.76121	-73.86514	23			NY	081		
5115850	East Freetown	east-freetown	US	02717	0	America/New_York	42.55201	-75.98715	405			NY	023	27496	
5115860	East Greenbush	east-greenbush	US	12061	4487	America/New_York	42.59091	-73.70179	104	East Greenbush,Het Groen Bosch,Ist Grinbush,ayst ghrynbwsh,Ист Гринбуш,إيست غرينبوش		NY	083	22117	
5115864	East Greenville	east-greenville	US	18041	0	America/New_York	42.41453	-73.99096	227			NY	039	30620	
5115865	East Greenwich	east-greenwich	US	02818	0	America/New_York	43.14563	-73.39761	127			NY	115	30686	
5115871	East Hampton	east-hampton	US	06424	1122	America/New_York	40.96343	-72.1848	10	East Hampton,Easthampton,Est Hampton,HTO,Ist Khempton,Iztochen Khamptun,Maidstone,ayst hambtwn,Източен Хамптън,Ист Хемптон,إيست هامبتون		NY	103	22194	
5115877	East Hartford	east-hartford	US	06108	0	America/New_York	43.33424	-73.38317	181			NY	115	32457	
5115910	East Homer	east-homer	US	13056	0	America/New_York	42.66618	-76.10159	347			NY	023	35287	
5115923	East Islip	east-islip	US	11730	14475	America/New_York	40.73204	-73.18567	5			NY	103	38000	
5115928	East Jewett	east-jewett	US	12424	0	America/New_York	42.23509	-74.14542	599	East Jewett,East Kill		NY	039	38638	
5115936	East Kingston	east-kingston	US	03827	276	America/New_York	41.95398	-73.96792	46			NY	111	75935	
5115942	East Lansing	east-lansing	US	48823	0	America/New_York	42.56841	-76.46938	357			NY	109	41234	
5115960	East Meadow	east-meadow	US	11554	38132	America/New_York	40.71399	-73.55902	22	East Meadow,East Meadows,Ist Medou,ayst mydaw,Ист Медоу,إيست ميداو		NY	059	34000	
5115964	East Meredith	east-meredith	US	13757	0	America/New_York	42.42147	-74.88683	427	Brier Street,East Meredith		NY	025	46624	
5115974	East Moriches	east-moriches	US	11940	5249	America/New_York	40.8051	-72.76093	9			NY	103	10000	
5115983	East Nassau	east-nassau	US	12062	570	America/New_York	42.50786	-73.5065	174	East Nassau,Schermerhorn's,Schermerhorn's Village		NY	083	49517	
5115989	East Northport	east-northport	US	11731	20217	America/New_York	40.87676	-73.32456	68	East Northport,Larkfield		NY	103	37000	
5115990	East Norwich	east-norwich	US	11732	2709	America/New_York	40.84677	-73.53512	61	East Norwich,Norwich		NY	059	56000	
5115995	East Otto	east-otto	US	14729	0	America/New_York	42.38978	-78.75475	435	East Otto,Otto Corners		NY	009	22678	
5116006	East Pembroke	east-pembroke	US	14056	0	America/New_York	42.99562	-78.31002	268			NY	037	57078	
5116009	East Pharsalia	east-pharsalia	US	13758	0	America/New_York	42.55812	-75.71713	485			NY	017	57507	
5116035	East Quogue	east-quogue	US	11942	4757	America/New_York	40.84066	-72.58148	4			NY	103	68473	
5116036	East Randolph	east-randolph	US	05041	620	America/New_York	42.17284	-78.94782	404			NY	009	17684	
5116047	East Rochester	east-rochester	US	14445	6666	America/New_York	43.10867	-77.4875	128			NY	055	22870	
5116049	East Rockaway	east-rockaway	US	11518	9894	America/New_York	40.64205	-73.66957	3	Atlantic,East Rockaway,Near Rockaway		NY	059	34000	
5116055	East Schodack	east-schodack	US	12063	0	America/New_York	42.56202	-73.63345	139	East Schodack,Scott's Corners		NY	083	65541	
5116060	East Setauket	east-setauket	US	11733	17006	America/New_York	40.94149	-73.10594	20			NY	103	10000	
5116070	East Springfield	east-springfield	US	13333	0	America/New_York	42.83091	-74.81515	403			NY	077	70310	
5116079	East Syracuse	east-syracuse	US	13057	3010	America/New_York	43.06534	-76.07853	132			NY	067	20478	
5116106	East Williamson	east-williamson	US	14449	0	America/New_York	43.23062	-77.14526	138			NY	117	82040	
5116110	East Windsor	east-windsor	US	06088	0	America/New_York	42.11119	-75.60852	307			NY	007	82535	
5116115	East Worcester	east-worcester	US	12064	0	America/New_York	42.62341	-74.67154	446			NY	077	83129	
5116118	Eastchester	eastchester	US	10709	19554	America/New_York	40.95833	-73.80861	7			NY	119	21820	
5116119	Eastchester	eastchester	US	10709	5000	America/New_York	40.88601	-73.82804	16	East Chester,Eastchester,Ost Dorp		NY	005		
5116144	Easton	easton	US	02334	0	America/New_York	42.99341	-73.55234	133			NY	115	22656	
5116149	Eastport	eastport	US	04631	1831	America/New_York	40.82593	-72.73177	9	Eastport,Seacotauk,Seatuck		NY	103	10000	
5116153	Eastview	eastview	US	42732	0	America/New_York	41.08149	-73.8293	70	East Tarrytown,East View,Eastview,Knapp's Corners		NY	119		
5116155	Eastwood	eastwood	US	40018	0	America/New_York	43.06618	-76.10465	147			NY	067	73000	
5116157	Eaton	eaton	US	13334	0	America/New_York	42.84979	-75.61185	367	Eaton,Log City		NY	053	23305	
5116172	Eatonville	eatonville	US	98328	0	America/New_York	43.0809	-74.93154	223			NY	043	24933	
5116207	Eddy	eddy	US	76524	0	America/New_York	44.54006	-75.2366	122			NY	089	12342	
5116212	Eddyville	eddyville	US	42038	0	America/New_York	42.32979	-78.76281	429			NY	009	45161	
5116213	Eddyville	eddyville	US	42038	0	America/New_York	41.89426	-74.02597	25			NY	111	75935	
5116215	Eden	eden	US	05652	3516	America/New_York	42.65228	-78.89698	250	Eden,Tubb's Hollow		NY	029	23415	
5116216	Eden	eden	US	05652	3806	America/New_York	41.28871	-74.49433	121			NY	071	78366	
5116219	Eden Valley	eden-valley	US	55329	0	America/New_York	42.67895	-78.87198	242			NY	029	23415	
5116221	Edenville	edenville	US	48620	0	America/New_York	41.27593	-74.41099	144	Edenville,Postville		NY	071	78366	
5116229	Edgewater	edgewater	US	07020	0	America/New_York	42.76785	-76.48105	220	Edgewater,Edgwater		NY	011	65816	
5116230	Edgewater	edgewater	US	07020	0	America/New_York	43.04645	-78.90976	175			NY	029	29828	
5116235	Edgewood	edgewood	US	21040	0	America/New_York	42.14037	-74.21237	537			NY	039	36178	
5116248	Edinburg	edinburg	US	16116	1220	America/New_York	43.22174	-74.10402	271	Beecher's Hollow,Beechers Hollow,Edinburg,Edinburgh		NY	091	23591	
5116261	Edmeston	edmeston	US	13335	657	America/New_York	42.69785	-75.24378	367	Edmeston,Edmeston Center		NY	077	23613	
5116269	Edson	edson	US	67733	0	America/New_York	42.02675	-75.6613	383			NY	007	82535	
5116273	Edwards	edwards	US	13635	439	America/New_York	44.32451	-75.25104	204	Edwards,Sheads Corners,Sheads Mills		NY	089	23646	
5116287	Edwardsville	edwardsville	US	22456	0	America/New_York	44.52228	-75.59301	88	Edwardsville,Marysborough,Marysburgh,The Narrows		NY	089	48582	
5116309	Egypt	egypt	US	72427	0	America/New_York	43.06423	-77.40749	160			NY	055	57221	
5116329	Elba	elba	US	14058	663	America/New_York	43.07728	-78.18696	232	Elba,Pine Hill		NY	037	23756	
5116331	Elberta	elberta	US	36530	0	America/New_York	43.26394	-78.87032	99			NY	063	82370	
5116342	Elbridge	elbridge	US	13060	1035	America/New_York	43.03451	-76.44799	166	Elbridge,Ka-no-wa-ya		NY	067	23800	
5116349	Eldred	eldred	US	12732	0	America/New_York	41.52703	-74.88405	296	Eldred,Lumberland		NY	105	34473	
5116365	Lyndon	lyndon	US	05849	683	America/New_York	42.30507	-78.35363	629	Elgin,Lyndon		NY	009	43896	
5116380	Elizabethtown	elizabethtown	US	12932	754	America/New_York	44.21616	-73.59097	172	Elizabethtown,Pleasant Valley,The Valley	031	NY	031	23833	
5116381	Elizabethtown	elizabethtown	US	12932	0	America/New_York	42.96618	-75.07905	390			NY	043	17431	
5116383	Elizaville	elizaville	US	12523	0	America/New_York	42.05092	-73.79374	88	Elizaville,Ellerslie,Harrison's Corners,Pleasant Vale,Union Corners		NY	021	42917	
5116390	Elk Creek	elk-creek	US	24326	0	America/New_York	42.59147	-74.82349	404	Elk Creek,Elkcreek		NY	077	45920	
5116398	Elka Park	elka-park	US	12427	0	America/New_York	42.15926	-74.15736	664	Elka Park,Elkapark		NY	039	36178	
5116403	Ellenburg	ellenburg	US	12933	0	America/New_York	44.89393	-73.83654	293	Ellenburg,Ellenburgh		NY	019	23921	
5116404	Ellenburg Center	ellenburg-center	US	12934	0	America/New_York	44.86476	-73.89709	372	Ellenburg Center,Ellenburg Centre,Ellenburgh Center,Ellenburgh Centre		NY	019	23921	
5116405	Ellenburg Depot	ellenburg-depot	US	12935	0	America/New_York	44.90587	-73.80098	266	Carter's Mills,Ellenburg Depot,Ellenburgh Depot		NY	019	23921	
5116408	Ellenville	ellenville	US	12428	4081	America/New_York	41.71704	-74.39571	103	Elenvil,Ellenville,Fairchild City,aylnfyl,Еленвил,إيلنفيل		NY	111	78828	
5116411	Ellerslie	ellerslie	US	21529	0	America/New_York	41.89426	-73.94291	33			NY	027	61357	
5116418	Ellicottville	ellicottville	US	14731	388	America/New_York	42.27506	-78.67281	472	Deahendaqua,Deashendaqua,Ellicott,Ellicottsville,Ellicottville		NY	009	24031	
5116420	Ellington	ellington	US	06029	0	America/New_York	42.21673	-79.10782	418			NY	013	24053	
5116426	Ellis	ellis	US	67637	0	America/New_York	42.42535	-76.38133	330			NY	109	20962	
5116443	Ellisburg	ellisburg	US	13636	247	America/New_York	43.73285	-76.13604	100	Ellis Village,Ellisburg,Ellisburgh		NY	045	24086	
5116458	Elm Grove	elm-grove	US	53122	0	America/New_York	42.55535	-75.22545	347			NY	077	48494	
5116478	Elma	elma	US	14059	0	America/New_York	42.85089	-78.6403	217	alma,إلما		NY	029	24130	
5116486	Elmdale	elmdale	US	66850	0	America/New_York	44.36034	-75.54328	104	Elmdale,Smiths Mill		NY	089	29608	
5116494	Elmhurst	elmhurst	US	11373	0	America/New_York	42.11811	-79.29366	399			NY	013	23998	
5116495	Elmhurst	elmhurst	US	11373	113364	America/New_York	40.73649	-73.87791	8	Elmhurst,Middeburgh,Middelburg,Middelburgh,Neutuyn,Newtown		NY	081		
5116864	Falconer	falconer	US	14733	2321	America/New_York	42.11867	-79.19838	385	Falconer,Worksburg		NY	013	23998	
5116497	Elmira	elmira	US	14901	28213	America/New_York	42.0898	-76.80773	260	ELM,Ehl'mira,Elmajra,Elmira,Ilmiro,New Town,Newtown,Skwedowa,ai er mai la,almyra,almyra  nywywrk,aylmyra  nyw yark,erumaira,Елмайра,Елмајра,Илмиро,Эльмира,إلميرا,المیرا، نیویورک,ایلمیرا، نیو یارک,エルマイラ,埃尔迈拉	015	NY	015	24229	
5116508	Elmont	elmont	US	11003	33198	America/New_York	40.70094	-73.71291	12	Elmont,Foster's Meadow,almwnt,Елмонт,إلمونت		NY	059	34000	
5116512	Elmsford	elmsford	US	10523	4810	America/New_York	41.0551	-73.82013	54	Elmsford,Greenburgh,Hall's Corners,Storm's Bridge		NY	119		
5116516	Elmwood	elmwood	US	02337	0	America/New_York	42.82674	-76.52327	238			NY	011	65816	
5116535	Elnora	elnora	US	47529	0	America/New_York	42.89285	-73.82123	94			NY	091	16353	
5116540	Elsinore	elsinore	US	84724	0	America/New_York	44.69365	-73.66681	246			NY	019	65211	
5116541	Elsmere	elsmere	US	69135	0	America/New_York	42.62175	-73.81818	65			NY	001	06354	
5116547	Elton	elton	US	15934	0	America/New_York	42.4509	-78.42891	513	Cole's Settlement,Elton		NY	009	27441	
5116550	Elwood	elwood	US	08217	11177	America/New_York	40.84538	-73.33512	56			NY	103	37000	
5116565	Emerson	emerson	US	07630	0	America/New_York	43.10007	-76.61411	125			NY	011	17849	
5116576	Emeryville	emeryville	US	94608	0	America/New_York	44.29506	-75.36743	184			NY	089	27100	
5116577	Eminence	eminence	US	40019	0	America/New_York	42.52535	-74.53542	619			NY	095	72070	
5116582	Emmons	emmons	US	56029	0	America/New_York	42.46341	-75.01183	354			NY	077	54892	
5116602	Endicott	endicott	US	13760	13014	America/New_York	42.09841	-76.04937	256	Endikot,andykwt,endikotto,Ендикот,إنديكوت,エンディコット		NY	007	76056	
5116603	Endwell	endwell	US	13762	11446	America/New_York	42.11285	-76.02103	258	Endwell,Hooper		NY	007	76056	
5116605	Enfield	enfield	US	03748	0	America/New_York	42.43591	-76.63134	337	Enfield,Enfield Center		NY	109	24548	
5116648	Erieville	erieville	US	13061	0	America/New_York	42.85173	-75.75547	471			NY	053	49770	
5116649	Erin	erin	US	14838	483	America/New_York	42.18591	-76.66995	385			NY	015	24636	
5116667	Esopus	esopus	US	12429	0	America/New_York	41.82787	-73.96514	38	Ellmores Cove,Esopus,Sopus,Van Pelt's,Wa-er-in-ne-wangh,aysbws,إيسبوس		NY	111	24691	
5116674	Esperance	esperance	US	12066	331	America/New_York	42.76119	-74.25652	177			NY	095	24724	
5116677	Essex	essex	US	01929	0	America/New_York	44.31005	-73.35263	38	Elizabeth,Essex,aysyks,إيسيكس		NY	031	24768	
5116692	Etna	etna	US	03750	0	America/New_York	42.48507	-76.38355	311	Columbia,Etna,Miller's Settlement		NY	109	20962	
5116694	Euclid	euclid	US	44117	0	America/New_York	43.18646	-76.21715	114	Clay Corners,Euclid		NY	067	16067	
5116714	Evans Mills	evans-mills	US	13637	598	America/New_York	44.08812	-75.80715	129			NY	045	42015	
5116765	Excelsior Springs	excelsior-springs	US	64024	0	America/New_York	42.75173	-77.71278	255			NY	051	17618	
5116777	Fabius	fabius	US	13063	348	America/New_York	42.83507	-75.98603	386	Fabius,Fabius Center,Franklinville		NY	067	24878	
5116784	Factoryville	factoryville	US	18419	0	America/New_York	43.95172	-73.44151	56			NY	031	19246	
5116789	Fair Haven	fair-haven	US	05743	727	America/New_York	43.31646	-76.70217	87	Fair Haven,Fairhaven		NY	011	71146	
5116790	Fair Haven	fair-haven	US	05743	864	America/New_York	42.76923	-76.26826	269			NY	023	65915	
5116792	Fair Oaks	fair-oaks	US	47943	0	America/New_York	41.50704	-74.41016	204	Fair Oaks,Fairoaks		NY	071	77992	
5116799	Fairdale	fairdale	US	25839	0	America/New_York	43.32368	-76.53883	125			NY	075	32028	
5116800	Fairfield	fairfield	US	04937	0	America/New_York	43.13729	-74.91321	386			NY	043	24933	
5116801	Fairfield	fairfield	US	04937	0	America/New_York	42.23257	-76.27854	336			NY	107	12221	
5116811	Fairmount	fairmount	US	30139	10224	America/New_York	43.04729	-76.23854	150			NY	067	11913	
5116815	Fairport	fairport	US	14450	5351	America/New_York	43.09867	-77.44194	150	Fairport,Fullam Town,Fullam's		NY	055	57221	
5116818	Fairview	fairview	US	07022	0	America/New_York	42.43673	-78.30835	607			NY	009	27441	
5116819	Fairview	fairview	US	07022	5515	America/New_York	41.7237	-73.91986	66			NY	027	59652	
5116820	Fairview	fairview	US	07022	3099	America/New_York	41.04343	-73.79736	66			NY	119		
5116821	Fairview	fairview	US	07022	0	America/New_York	42.67951	-78.0364	421			NY	121	12782	
5116899	Falls Mills	falls-mills	US	24613	0	America/New_York	41.73092	-74.98211	281			NY	105	20104	
5116900	Fallsburg	fallsburg	US	12733	12773	America/New_York	41.73204	-74.60127	368	Falls of the Neversink,Fallsburg,Fallsburgh,Lockwood's Mills,Neversink Falls,falsbwrgh,פאלסבורג,فالسبورغ		NY	105	25241	
5116909	Fancher	fancher	US	14452	0	America/New_York	43.24478	-78.09113	173	Fancher,Murray		NY	073	49286	
5116917	Far Rockaway	far-rockaway	US	11690	39189	America/New_York	40.60538	-73.75513	5	פאר ראקעוועי,فار روک اوے، کوئینز		NY	081		
5116918	Fargo	fargo	US	31631	0	America/New_York	44.03396	-75.58214	231			NY	045	82348	
5116928	Farmersville	farmersville	US	45325	0	America/New_York	42.38756	-78.37613	560			NY	009	25340	
5116929	Farmersville Station	farmersville-station	US	14060	0	America/New_York	42.42756	-78.36085	525			NY	009	25340	
5116931	Farmingdale	farmingdale	US	04344	8688	America/New_York	40.7326	-73.4454	21	FRG,Farmingdale,Farmingdejl,Hardscrabble,farmynghdyl,Фармингдејл,فارمينغديل		NY	059	56000	
5116932	Farmingdale	farmingdale	US	04344	0	America/New_York	41.40037	-74.23626	110			NY	071	07003	
5116934	Farmington	farmington	US	03835	0	America/New_York	43.03201	-77.33221	171	Farmington,New Salem		NY	069	25406	
5116935	Farmington	farmington	US	03835	0	America/New_York	42.98367	-77.32582	183			NY	069	25406	
5116937	Farmingville	farmingville	US	11738	15481	America/New_York	40.83121	-73.02955	32			NY	103	10000	
5116939	Farnham	farnham	US	14061	369	America/New_York	42.5945	-79.09115	195	Farnham,Mill Branch,Saw Mill Station		NY	029	07894	
5116960	Fay	fay	US	73646	0	America/New_York	44.89282	-74.34268	134			NY	033	81215	
5116966	Fayette	fayette	US	13065	0	America/New_York	42.81424	-76.80912	185	Bearytown,Fayette,fayt,فايت		NY	099	25505	
5116968	Fayetteville	fayetteville	US	13066	4180	America/New_York	43.02979	-76.00436	163	Fayetteville,Manlius Four Corners,The Corners		NY	067	45029	
5116970	Fayville	fayville	US	01745	0	America/New_York	43.14702	-74.12041	237			NY	091	59949	
5117000	Felts Mills	felts-mills	US	13638	372	America/New_York	44.02229	-75.76326	178	Felt's Mills,Felts Mills		NY	045	64265	
5117032	Ferndale	ferndale	US	12734	0	America/New_York	41.77398	-74.73849	410			NY	105	42235	
5117036	Fernwood	fernwood	US	39635	0	America/New_York	43.49535	-76.15048	110			NY	075	61533	
5117037	Fernwood	fernwood	US	39635	0	America/New_York	43.27646	-73.64651	105			NY	091	48318	
5117038	Fernwood	fernwood	US	39635	0	America/New_York	41.87453	-75.06961	367			NY	105	27573	
5117056	Feura Bush	feura-bush	US	12067	0	America/New_York	42.57786	-73.87874	81	Feura Bush,Feurabush,Feuribush,Furabush,Jerusalem		NY	001	50672	
5117100	Fillmore	fillmore	US	14735	603	America/New_York	42.46618	-78.11501	365			NY	003	36112	
5117111	Finchville	finchville	US	40022	0	America/New_York	41.42787	-74.57127	281			NY	071	48857	
5117113	Findley Lake	findley-lake	US	14736	0	America/New_York	42.11922	-79.73255	439	Findley Lake,Findley's Lake		NY	013	47592	
5117114	Fine	fine	US	13639	0	America/New_York	44.24784	-75.1377	294	Andersonville,Fine,Scriba,Smithville		NY	089	25791	
5117221	Fish Creek	fish-creek	US	54212	0	America/New_York	43.52035	-75.53324	491			NY	049	42125	
5117231	Fish Creek	fish-creek	US	54212	0	America/New_York	42.06204	-74.01292	79			NY	111	65299	
5117261	Fishers	fishers	US	14453	0	America/New_York	43.00867	-77.46472	166			NY	069	77387	
5117263	Fishers Island	fishers-island	US	06390	236	America/New_York	41.2561	-72.02952	5	FID,Fishers Ajland,Ilha Fishers,Ostrov Fishera,Остров Фишера,Фишерс Ајланд		NY	103	69463	
5117266	Fishers Landing	fishers-landing	US	13641	89	America/New_York	44.27644	-76.008	80	Fisher Landing,Fishers Landing		NY	045	55398	
5117267	Fisherville	fisherville	US	40023	0	America/New_York	42.15646	-76.86885	282			NY	015	06475	
5117274	Fishkill	fishkill	US	12524	2133	America/New_York	41.53565	-73.89903	67	Fishkil,Fishkill,Fishkill Village,fisshukiru,fyshkyl,Фишкил,فيشكيل,フィッシュキル		NY	027	25978	
5117285	Fishs Eddy	fishs-eddy	US	13774	0	America/New_York	41.9637	-75.17489	300	Fish's Eddy,Fishs Eddy		NY	025	31951	
5117317	Five Points	five-points	US	36855	0	America/New_York	42.30284	-78.79559	513			NY	009	45161	
5117318	Five Points	five-points	US	36855	0	America/New_York	42.96145	-77.66417	188			NY	055	64144	
5117319	Five Points	five-points	US	36855	0	America/New_York	43.06978	-77.85945	178			NY	055	61808	
5117320	Five Points	five-points	US	36855	0	America/New_York	42.94895	-76.9783	144			NY	069	57529	
5117321	Five Points	five-points	US	36855	0	America/New_York	42.67869	-74.81265	591			NY	077	79972	
5117347	Flanders	flanders	US	07836	4472	America/New_York	40.90343	-72.61759	2			NY	103	68473	
5117399	Fleetwood	fleetwood	US	19522	0	America/New_York	40.9251	-73.83597	48			NY	119	49121	
5117404	Fleischmanns	fleischmanns	US	12430	329	America/New_York	42.15537	-74.53238	457	flyshmans,פליישמאנס,فليشمانس		NY	025	47031	
5117405	Fleming	fleming	US	16835	0	America/New_York	42.86173	-76.57411	275			NY	011	26231	
5117418	Flint	flint	US	48501	0	America/New_York	42.85784	-77.10608	249	Flint,Flint Creek		NY	069	66289	
5117419	Flint	flint	US	48501	0	America/New_York	41.63732	-74.13653	147			NY	111	58552	
5117433	Floodwood	floodwood	US	55736	0	America/New_York	44.33367	-74.40628	480			NY	033	65178	
5117438	Floral Park	floral-park	US	11001	15969	America/New_York	40.72371	-73.70485	27	East Hinsdale,Floral Park,Hinsdale,flwral bark,flwrl park  nyw yark,Флорал Парк,فلورال بارك,فلورل پارک، نیو یارک		NY	059	34000	
5117441	Florence	florence	US	01062	0	America/New_York	43.4384	-75.74935	298			NY	065	26297	
5117451	Florida	florida	US	10921	2899	America/New_York	41.33176	-74.35682	136	Brookland,Florida,Floridus,Флорида		NY	071	78366	
5117464	Floyd	floyd	US	24091	0	America/New_York	43.21979	-75.33434	171	Floyd,Floyd Corners		NY	065	26385	
5117472	Flushing	flushing	US	11351	0	America/New_York	40.76538	-73.81736	26	Contea di Queens,Flashing,Flushing,Flushinge,Okrug Kvins,Queens,Queens County,fa la sheng,flashyng  kwyynz,flshng  kwyynz,peulleosing,Округ Квинс,Флашинг,פלאשינג,فلاشینگ، کویینز,فلشنگ، کوئینز,法拉盛,플러싱		NY	081		
5117482	Fluvanna	fluvanna	US	79517	0	America/New_York	42.11922	-79.29199	408			NY	013	23998	
5117492	Fly Creek	fly-creek	US	13337	0	America/New_York	42.71841	-74.98321	397	Fly Creek,Flycreek		NY	077	55695	
5117529	Fonda	fonda	US	12068	765	America/New_York	42.95452	-74.37652	90	Caughnawaga,Fonda,Ga-na-wa-da,Kana'tsiohare:ke,Kana'tsioharè:ke,fang da,fwnda,Фонда,فوندا,方达	057	NY	057	47834	
5117566	Forest City	forest-city	US	18421	0	America/New_York	43.95201	-75.44213	280			NY	049	19081	
5117575	Forest Hills	forest-hills	US	11375	67714	America/New_York	40.71621	-73.85014	18	Forest Hill,Forest Hills,Whitepot		NY	081		
5117581	Forest Home	forest-home	US	36030	572	America/New_York	42.45368	-76.46799	281	Flea Hollow,Forest Home,Free Hollow,Sydney's Mill		NY	109	38088	
5117584	Forest Knolls	forest-knolls	US	94933	0	America/New_York	40.93871	-73.77569	43			NY	119	50617	
5117597	Forest Park	forest-park	US	30297	0	America/New_York	42.33395	-79.60477	189			NY	013	79950	
5117607	Forestburg	forestburg	US	76239	0	America/New_York	41.55009	-74.75127	372	Forestburg,Forestburgh		NY	105	26528	
5117611	Forestdale	forestdale	US	02644	0	America/New_York	44.43644	-73.92015	511			NY	033	27243	
5117614	Forestport	forestport	US	13338	0	America/New_York	43.44201	-75.20711	342	Forest Port,Forestport,Forrest Port		NY	065	26627	
5117619	Forestville	forestville	US	14062	669	America/New_York	42.46839	-79.17698	284	Forestville,Forrestville,Hanover,Walnut Falls		NY	013	32050	
5117625	Forest	forest	US	24551	0	America/New_York	44.90198	-73.75598	241			NY	019	01583	
5117632	Forks	forks	US	98331	0	America/New_York	42.90395	-78.7542	198			NY	029	15011	
5117644	Forsyth	forsyth	US	31029	0	America/New_York	42.29228	-79.65366	222			NY	013	61885	
5117647	Fort Ann	fort-ann	US	12827	476	America/New_York	43.41424	-73.48761	48	Fort En,fwrt an,Форт Ен,فورت أن		NY	115	26715	
5117652	Fort Covington	fort-covington	US	12937	0	America/New_York	44.98921	-74.49464	55	Fort Covington,French Mills,Kentsia'kowahne,Kentsia'kowáhne		NY	033	26737	
5117657	Fort Edward	fort-edward	US	12828	3277	America/New_York	43.26702	-73.58456	42	Fort Edward,Wah-co-loo-sen-coo-cha-le-va	115	NY	115	26781	
5117667	Fort Hill	fort-hill	US	15540	0	America/New_York	43.01673	-77.97029	204			NY	037	42037	
5117669	Fort Hill	fort-hill	US	15540	0	America/New_York	42.91701	-77.0433	192			NY	069	57529	
5117672	Fort Hill	fort-hill	US	15540	0	America/New_York	40.87926	-73.40651	47			NY	103	37000	
5117673	Fort Hill	fort-hill	US	15540	0	America/New_York	43.0534	-76.75273	170			NY	117	65343	
5117677	Fort Hunter	fort-hunter	US	12069	0	America/New_York	42.74313	-73.94262	101			NY	001	31104	
5117678	Fort Hunter	fort-hunter	US	12069	0	America/New_York	42.9423	-74.28513	89	Fort Hunter,Icanderoga,Te-ah-ton-ta-lo-ga,Teondaloga		NY	057	26308	
5117683	Fort Johnson	fort-johnson	US	12070	469	America/New_York	42.95841	-74.23291	94	Aiken,Akin,Fort Johnson,Mount Johnson		NY	057	02077	
5117685	Fort Montgomery	fort-montgomery	US	10922	1571	America/New_York	41.33148	-73.98681	49			NY	071	34550	
5117694	Fort Plain	fort-plain	US	13339	2248	America/New_York	42.93146	-74.62264	93	Fort Plain,Twa-da-a-la-ha-la		NY	057	47614	
5117730	Foster	foster	US	02825	0	America/New_York	42.12924	-76.14326	334			NY	107	55893	
5117742	Fosterville	fosterville	US	37063	0	America/New_York	42.95812	-76.673	156			NY	011	03166	
5117782	Fowler	fowler	US	44418	0	America/New_York	44.27867	-75.38632	180	Fowler,Little York		NY	089	27100	
5117787	Fowlerville	fowlerville	US	48836	0	America/New_York	42.60228	-78.71669	310			NY	029	17585	
5117788	Fowlerville	fowlerville	US	48836	227	America/New_York	42.8934	-77.84556	194			NY	051	84022	
5117789	Fowlerville	fowlerville	US	48836	0	America/New_York	41.5562	-74.76044	324	Fowlersville,Fowlerville		NY	105	26528	
5117793	Fox	fox	US	72051	0	America/New_York	42.41812	-78.64197	471			NY	009	02759	
5117856	Frankfort	frankfort	US	04438	2507	America/New_York	43.03896	-75.07044	124	Frankfurt,Франкфурт		NY	043	27199	
5117864	Franklin	franklin	US	02038	350	America/New_York	42.34064	-75.16517	376	Franklin,Франклин		NY	025	27232	
5117879	Franklin Park	franklin-park	US	08823	0	America/New_York	43.08257	-76.07492	123			NY	067	20478	
5117890	Franklin Springs	franklin-springs	US	13341	0	America/New_York	43.03674	-75.39212	192	Franklin,Franklin Iron Works,Franklin Springs		NY	065	39804	
5117891	Franklin Square	franklin-square	US	11010	29320	America/New_York	40.70732	-73.67596	20	Franklin Skver,Franklin Square,Trimming Square,Washington Square,franklyn skwary,Франклин Сквер,فرانكلين سكواري		NY	059	34000	
5117901	Franklinton	franklinton	US	27525	0	America/New_York	42.52091	-74.30347	382	Franklinton,The Vly		NY	095	10154	
5117902	Franklinville	franklinville	US	08322	1681	America/New_York	42.33701	-78.45808	485			NY	009	27342	
5117911	Fraser	fraser	US	48026	0	America/New_York	42.24536	-74.96461	404			NY	025	20137	
5117912	Fraser	fraser	US	48026	0	America/New_York	42.91451	-77.87112	221			NY	051	84022	
5117926	Fredonia	fredonia	US	14063	10705	America/New_York	42.44006	-79.33171	220	Canadaway,Fredonia,Fridonija,frdwnya  nywywrk,frydwna,Фридонија,فردونیا، نیویورک,فريدونا		NY	013	58981	
5117934	Freedom	freedom	US	03836	0	America/New_York	42.48479	-78.33113	549			NY	009	27441	
5117936	Freehold	freehold	US	07728	0	America/New_York	42.35925	-74.04986	129			NY	039	30620	
5117942	Freeman	freeman	US	23856	0	America/New_York	42.05563	-77.27248	352			NY	101	75737	
5117949	Freeport	freeport	US	04032	43334	America/New_York	40.6576	-73.58318	6	Freeport,Friport,Hempstead South,Raynor South,Raynor's Neck,Raynortown,Raynorville,Washburn's Neck,frybwrt,peulipoteu,Фрипорт,فريبورت,فری پورٹ، نیو یارک,프리포트		NY	059	34000	
5117957	Freetown	freetown	US	47235	0	America/New_York	40.97566	-72.1823	8			NY	103	22194	
5117961	Freeville	freeville	US	13068	520	America/New_York	42.51396	-76.3466	318			NY	109	20962	
5117963	Fremont	fremont	US	03044	0	America/New_York	42.39451	-77.62749	466	Fremont,Fremont Center,Fremont Centre,Stephens Mills		NY	101	27551	
5117964	Fremont Center	fremont-center	US	12736	0	America/New_York	41.84231	-75.04294	378	Fremont,Fremont Center,Fremont Centre,Hankins Depot		NY	105	27573	
5117972	French Creek	french-creek	US	26218	0	America/New_York	42.06783	-79.70366	432			NY	013	27606	
5117997	Frenchville	frenchville	US	04745	0	America/New_York	43.32507	-75.35823	182			NY	065	79862	
5118005	Fresh Meadows	fresh-meadows	US	11365	28397	America/New_York	40.73482	-73.79347	11			NY	081		
5118018	Frewsburg	frewsburg	US	14738	1906	America/New_York	42.0545	-79.1581	396	Frewsburg,Frewsburgh		NY	013	12639	
5118026	Friend	friend	US	68359	0	America/New_York	42.66285	-77.18359	303			NY	123	38583	
5118036	Friendship	friendship	US	04547	1218	America/New_York	42.20646	-78.13751	459	Fighting Corners,Friendship		NY	003	27705	
5118061	Frontenac	frontenac	US	55026	0	America/New_York	44.25699	-76.04967	74			NY	045	16100	
5118078	Fruitland	fruitland	US	21826	0	America/New_York	43.22423	-77.33749	137			NY	117	55013	
5118130	Fultonham	fultonham	US	12071	0	America/New_York	42.56841	-74.39542	214			NY	095	27826	
5118131	Fultonville	fultonville	US	12072	788	America/New_York	42.94785	-74.37041	88	Fultonville,Van Epps Swamp		NY	057	29047	
5118136	Fulton	fulton	US	13069	11552	America/New_York	43.32285	-76.41716	110	Fulton,Fulton (New York),Oswego Falls,fwltn  nywywrk,fwltwn,Фултон,فولتن، نیویورک,فولتون		NY	075	27815	
5118159	Gabriels	gabriels	US	12939	0	America/New_York	44.432	-74.18099	518			NY	033	08213	
5118170	Gaines	gaines	US	16921	0	America/New_York	43.28506	-78.2153	129			NY	073	27958	
5118175	Gainesville	gainesville	US	14066	222	America/New_York	42.6409	-78.1339	493	Gainesville,Gainesville Creek		NY	121	27980	
5118179	Galatia	galatia	US	62935	0	America/New_York	42.48535	-76.03131	374			NY	023	27496	
5118183	Galena	galena	US	21635	0	America/New_York	42.61313	-75.53074	311	Galena,Galena Station		NY	017	53297	
5118207	Gallupville	gallupville	US	12073	0	America/New_York	42.66258	-74.23263	220			NY	095	83195	
5118209	Galway	galway	US	12074	199	America/New_York	43.01869	-74.03152	253	Galway,New Galloway		NY	091	28112	
5118221	Gansevoort	gansevoort	US	12831	0	America/New_York	43.19618	-73.65178	73			NY	091	53737	
5118226	Garden City	garden-city	US	11530	22612	America/New_York	40.72677	-73.6343	27	Garden City,Garden Siti,JHC,ghardyn syty,Гарден Сити,غاردين سيتي,گارڈن سٹی، نیو یارک		NY	059	34000	
5118235	Gardiner	gardiner	US	04345	950	America/New_York	41.67982	-74.15042	96	Gardiner,ghardnyr,Гардинер,غاردنير		NY	111	28255	
5118262	Gardnerville	gardnerville	US	89410	0	America/New_York	41.34454	-74.48683	131			NY	071	78839	
5118263	Garfield	garfield	US	07026	0	America/New_York	42.54008	-73.394	253			NY	083	71102	
5118270	Garland	garland	US	04939	0	America/New_York	43.22506	-77.89001	132			NY	055	15957	
5118277	Garnerville	garnerville	US	10923	0	America/New_York	41.20176	-73.99431	64	Garnersville,Garnerville		NY	087	32765	
5118285	Garrattsville	garrattsville	US	13342	0	America/New_York	42.6473	-75.17183	397			NY	077	50485	
5118289	Garrison	garrison	US	10524	0	America/New_York	41.38398	-73.94569	16	Garrison,Garrison's,Garrison's Landing,Garrison-on-Hudson,Garrisons,Garrisons Landing,Mead's Dock,Nelson's Landing		NY	079	57584	
5118304	Gasport	gasport	US	14067	1248	America/New_York	43.19922	-78.57614	157			NY	063	64034	
5118312	Gates	gates	US	27937	0	America/New_York	43.09146	-73.63817	73			NY	091	65244	
5118340	Gayville	gayville	US	57031	0	America/New_York	43.3059	-76.01353	144			NY	075	17904	
5118394	Geneseo	geneseo	US	14454	8173	America/New_York	42.7959	-77.81695	235	Big Tree,Dzenesio,Geneseo,jynysyw,Џенесио,جينيسيو	051	NY	051	28629	
5118398	Geneva	geneva	US	14456	13062	America/New_York	42.86896	-76.97774	135	Dzeniva,Ganundasaga,Geneva,Geneve,LjinivoNju-Jork,Zheneva,jnyf,zhnwa  nywywrk,ЉинивоНю-Йорк,Џенива,Женева,جنيف,ژنوا، نیویورک		NY	069	28640	
5118403	Genoa	genoa	US	13071	0	America/New_York	42.66785	-76.53577	260			NY	011	28673	
5118428	Georgetown	georgetown	US	01833	0	America/New_York	42.46924	-75.89298	354			NY	023	81963	
5118429	Georgetown	georgetown	US	01833	974	America/New_York	42.7684	-75.73658	430	Georgetown,Slab City		NY	053	28695	
5118453	Germantown	germantown	US	12526	0	America/New_York	42.15868	-78.28029	526			NY	003	15990	
5118454	Germantown	germantown	US	12526	845	America/New_York	42.13453	-73.8918	41	Dzermantaun,East Camp,German Camp,Germantown,jyrmantawn,Џермантаун,جيرمانتاون		NY	021	28772	
5118455	Germantown	germantown	US	12526	0	America/New_York	41.38065	-74.70489	136			NY	071	59388	
5118466	Gerry	gerry	US	14740	0	America/New_York	42.19339	-79.24866	397	Bucklin's Corners,Gerry,Vermont		NY	013	28838	
5118476	Getzville	getzville	US	14068	0	America/New_York	43.02395	-78.76781	178			NY	029	02000	
5118481	Ghent	ghent	US	12075	564	America/New_York	42.32925	-73.61567	124	Ghent,Scompamuck,Squampamock		NY	021	28871	
5118491	Gibson	gibson	US	18820	0	America/New_York	42.14007	-77.0308	284			NY	101	18267	
5118503	Gifford	gifford	US	16732	0	America/New_York	42.75091	-74.04846	191	Gifford,Gifford's Corners		NY	093	59861	
5118524	Gilbert	gilbert	US	18331	0	America/New_York	42.66896	-76.85468	223			NY	099	55827	
5118529	Gilbertsville	gilbertsville	US	13776	379	America/New_York	42.47147	-75.32573	333	Butternuts,Gilbertsville		NY	077	11528	
5118530	Gilboa	gilboa	US	12076	0	America/New_York	42.3973	-74.44598	313			NY	095	28981	
5118533	Gile	gile	US	54525	0	America/New_York	44.61284	-74.49822	457			NY	033	78795	
5118606	Glasco	glasco	US	12432	2099	America/New_York	42.0437	-73.94736	46			NY	111	65299	
5118616	Glen	glen	US	03838	0	America/New_York	42.89424	-74.34458	209			NY	057	29047	
5118617	Glen Aubrey	glen-aubrey	US	13777	485	America/New_York	42.25869	-76.00937	302	Councilman Settlement,Glen Aubrey		NY	007	49396	
5118626	Glen Cove	glen-cove	US	11542	27400	America/New_York	40.86232	-73.63374	7	Glen Cove,Glen Kouv,Glen-Kouv,Glin Kav,Moscheto Cove,Mosquito Cove,Musquito Cove,ghlyn kwf,gln yarw  nywywrk,gurenkobu,Глен Коув,Глен-Коув,Глин Кав,Ґлен-Коув,غلين كوف,گلن یارو، نیویورک,グレンコーブ		NY	059	29113	
5118640	Glen Haven	glen-haven	US	53810	0	America/New_York	42.76562	-76.27799	269			NY	011	66278	
5118641	Glen Haven	glen-haven	US	53810	0	America/New_York	43.19312	-77.53139	78			NY	055	37726	
5118642	Glen Head	glen-head	US	11545	4697	America/New_York	40.83538	-73.62374	35	Glen Head,Glenhead		NY	059	56000	
5118650	Glen Oaks	glen-oaks	US	11004	6655	America/New_York	40.74705	-73.71152	36			NY	081		
5118658	Glen Spey	glen-spey	US	12737	0	America/New_York	41.4787	-74.8135	391			NY	105	43786	
5118659	Glen Wild	glen-wild	US	12738	0	America/New_York	41.65398	-74.58683	403	Glen Wild,Glenwild		NY	105	25241	
5118669	Glendale	glendale	US	01229	0	America/New_York	43.71618	-75.41657	257			NY	049	45854	
5118670	Glendale	glendale	US	01229	34389	America/New_York	40.70149	-73.8868	27			NY	081		
5118671	Glendale	glendale	US	01229	0	America/New_York	41.19704	-73.84514	107			NY	119	50078	
5118680	Glenfield	glenfield	US	13343	0	America/New_York	43.71035	-75.40213	234			NY	049	45854	
5118681	Glenford	glenford	US	12433	0	America/New_York	42.00259	-74.12625	201			NY	111	37143	
5118682	Glenham	glenham	US	12527	0	America/New_York	41.52176	-73.92653	78	Glenham,Red Rock		NY	027	25978	
5118687	Glenmont	glenmont	US	12077	0	America/New_York	42.6048	-73.76957	14	Glenmont,The Abbey		NY	001	06354	
5118693	Glens Falls	glens-falls	US	12801	14291	America/New_York	43.30952	-73.64401	105	Che-pon-tuc,Four Corners,GFL,Glen's Falls,Glenn's Falls,Glens Falls,Glens Fols,Glenville,Glins Folz,Ka-yan-do-ros-sa,Wing's Falls,ghlynz fwlz,glynz falz  nyw yark,glynz falz  nywywrk,gurenzuforuzu,Гленс Фолс,Глинс Фолз,غلينز فولز,گلینز فالز، نیو یارک,گلینز فالز، نیویورک,グレンズフォールズ		NY	113	29333	
5118700	Glenville	glenville	US	17329	0	America/New_York	42.78006	-77.60583	289			NY	051	42961	
5118701	Glenville	glenville	US	17329	0	America/New_York	42.92924	-74.05207	215			NY	093	29366	
5118702	Glenville	glenville	US	17329	0	America/New_York	41.06565	-73.84069	67			NY	119		
5118708	Glenwood	glenwood	US	07418	0	America/New_York	42.61923	-78.6578	363			NY	029	16870	
5118709	Glenwood	glenwood	US	07418	0	America/New_York	43.16839	-78.99671	192			NY	063		
5118710	Glenwood	glenwood	US	07418	0	America/New_York	40.94899	-73.89625	32			NY	119	84000	
5118729	Glenwood Landing	glenwood-landing	US	11547	3779	America/New_York	40.83066	-73.63874	30	Glenwood,Glenwood Landing,Littleworth,Newark		NY	059	56000	
5118743	Gloversville	gloversville	US	12078	15023	America/New_York	43.05285	-74.34375	250	Glaversvil,Glovursvil,ghlwfrsfyl,glwwrswyl  nywywrk,Главерсвил,Гловурсвил,غلوفرسفيل,گلوورسویل، نیویورک		NY	035	29443	
5118781	Goldens Bridge	goldens-bridge	US	10526	1630	America/New_York	41.29343	-73.6768	66	Golden's Bridge,Goldenbridge,Goldens Bridge,Goldensbridge,Golding's Bridge		NY	119	42136	
5118788	Goldsmith	goldsmith	US	46045	0	America/New_York	44.56866	-73.99848	400			NY	033	27243	
5118833	Goodrich	goodrich	US	48438	0	America/New_York	42.10174	-76.28771	247			NY	107	73968	
5118899	Gorham	gorham	US	03581	617	America/New_York	42.79896	-77.13164	271	Bethel,Gorham		NY	069	29531	
5118920	Goshen	goshen	US	01032	5397	America/New_York	41.40204	-74.32432	133	Goshen,gwsn,qryt ghwshn,Гошен,גושן,قرية غوشن	071	NY	071	29553	
5118939	Gouverneur	gouverneur	US	13642	3797	America/New_York	44.33673	-75.46299	134	Cambray,Gouverneur		NY	089	29608	
5118990	Gowanda	gowanda	US	14070	2636	America/New_York	42.46312	-78.93587	232	Aldrich Mills,Aldrich's Mills,Govanda,Gowanda,Lodi,Persia,West Lodi,ghwanda,Гованда,غواندا		NY	009	57331	
5118992	Grafton	grafton	US	01519	0	America/New_York	42.76897	-73.45095	449	Grafton,Grafton Center,Grafton Centre,Patroon's Mills,Patroons Mills		NY	083	29674	
5118995	Graham	graham	US	27253	0	America/New_York	41.12371	-73.81013	87			NY	119	49011	
5119003	Grahamsville	grahamsville	US	12740	0	America/New_York	41.84787	-74.54793	295	Chestnut Woods,Grahamsville		NY	105	49847	
5119017	Grand Gorge	grand-gorge	US	12434	0	America/New_York	42.36203	-74.49404	427	Grand Gorge,Moresville		NY	025	64001	
5119018	Grand Gorge	grand-gorge	US	12434	0	America/New_York	42.35786	-74.50848	476	Grand Gorge,Grand Gorge Station		NY	025	64001	
5119019	Grand Island	grand-island	US	14072	20813	America/New_York	43.03311	-78.96254	178	Ga-wah-no-geh,Ga-we-not,Gawanogeh,Gawenodowanneh,Grand Island,ghrand ayland,גרנד איילנד,غراند أيلاند		NY	029	29828	
5119045	Granite	granite	US	73547	0	America/New_York	41.76009	-74.26904	184			NY	111	63011	
5119048	Granite Springs	granite-springs	US	10527	0	America/New_York	41.31037	-73.75736	157	Granite Springs,Lents Corners,West Somers		NY	119	68308	
5119049	Graniteville	graniteville	US	05654	15272	America/New_York	40.62483	-74.14848	14	Bennett's Corners,Fayetteville,Graniteville		NY	085		
5119054	Grant	grant	US	32949	0	America/New_York	43.31757	-75.06044	376	Booth,Grant,Postville,Potter's Bush		NY	043	64254	
5119059	Grant City	grant-city	US	64456	4594	America/New_York	40.58205	-74.10486	9			NY	085		
5119075	Grantville	grantville	US	17028	0	America/New_York	44.8595	-74.92103	77			NY	089	51330	
5119076	Granville	granville	US	01034	2467	America/New_York	43.40785	-73.25955	125	Bishops Corners,Granvil,Granville,ghranfyl,Гранвил,غرانفيل		NY	115	30037	
5119082	Grapeville	grapeville	US	15634	0	America/New_York	42.4123	-73.93318	195			NY	039	49935	
5119174	Gray	gray	US	04039	0	America/New_York	43.26479	-74.9471	391	Gray,Graysville,Grayville		NY	043	54507	
5119194	Great Bend	great-bend	US	13643	843	America/New_York	44.03423	-75.71881	202	Great Bend,Greatbend		NY	045	13717	
5119218	Great Neck	great-neck	US	11020	10143	America/New_York	40.80066	-73.72846	33	Great Neck,Greatneck,Grejt Nek,geuleiteuneg,gryt nk  nywywrk,Грејт Нек,گریت نک، نیویورک,그레이트넥		NY	059	53000	
5119232	Great River	great-river	US	11739	1489	America/New_York	40.72121	-73.15761	4	Grejt River,Грејт Ривер		NY	103	38000	
5119240	Great Valley	great-valley	US	14741	0	America/New_York	42.21451	-78.63642	445			NY	009	30257	
5119330	Green River	green-river	US	82935	0	America/New_York	42.26203	-73.47234	289	Green River,Green River Hollow,Lower Hollow		NY	021	34748	
5119348	Greenbush	greenbush	US	02040	0	America/New_York	42.64646	-74.44375	568			NY	095	16639	
5119352	Greendale	greendale	US	53129	0	America/New_York	42.20731	-73.84707	5	Catskill Station,Greendale,Oak Hill Station		NY	021	30565	
5119353	Greene	greene	US	02827	1502	America/New_York	42.32924	-75.76991	280	Greene,Hornby		NY	017	30422	
5119362	Greenfield	greenfield	US	01301	0	America/New_York	43.10369	-73.86401	180			NY	091	30444	
5119364	Greenfield Center	greenfield-center	US	12833	0	America/New_York	43.12841	-73.84651	209	Greenfield Center,Greenfield Centre		NY	091	30444	
5119368	Greenfield Park	greenfield-park	US	12435	0	America/New_York	41.72593	-74.48571	266	Greenfield,Greenfield Park		NY	111	78828	
5119374	Greenhurst	greenhurst	US	14742	0	America/New_York	42.1195	-79.31033	402			NY	013	23976	
5119377	Greenlawn	greenlawn	US	11740	13742	America/New_York	40.86899	-73.36512	69			NY	103	37000	
5119385	Greenport	greenport	US	11944	2212	America/New_York	41.10343	-72.35925	3	Green Hill,Greenport,Grinport,Sterling,Stirling,Winter Harbor,Гринпорт		NY	103	69463	
5119398	Greenvale	greenvale	US	11548	1094	America/New_York	40.81066	-73.62846	57			NY	059	53000	
5119401	Greenville	greenville	US	02828	688	America/New_York	42.41536	-74.02208	216	Greenville,Grinvill,Hemlocks,Гринвилл		NY	039	30620	
5119402	Greenville	greenville	US	02828	0	America/New_York	41.36065	-74.61655	316	Greenville,Minisink		NY	071	30631	
5119403	Greenville	greenville	US	02828	0	America/New_York	42.42757	-77.51249	432			NY	101	03342	
5119404	Greenville	greenville	US	02828	0	America/New_York	41.8787	-74.40154	615			NY	111	20247	
5119405	Greenville	greenville	US	02828	7116	America/New_York	40.99315	-73.81986	76			NY	119		
5119412	Greenway	greenway	US	22067	0	America/New_York	43.18062	-75.53296	143			NY	065	63418	
5119416	Greenwich	greenwich	US	06830	1744	America/New_York	43.09063	-73.49873	114	Greenwich,Grinvich,Union Village,Whipple City,Whipple's City,Гринвич		NY	115	30686	
5119420	Greenwood	greenwood	US	04255	0	America/New_York	42.13507	-77.64832	476			NY	101	30741	
5119432	Greenwood Lake	greenwood-lake	US	10925	3113	America/New_York	41.22259	-74.29432	192			NY	071	78366	
5119446	Greig	greig	US	13345	0	America/New_York	43.68146	-75.35462	246			NY	049	30796	
5119455	Gretna	gretna	US	24557	0	America/New_York	41.78065	-73.84597	136			NY	027	58695	
5119467	Griffin	griffin	US	30223	0	America/New_York	43.47229	-74.22291	396	Griffin,Moon's Mills		NY	041	79059	
5119485	Grindstone	grindstone	US	15442	0	America/New_York	44.28338	-76.14272	77	Grindstone,Thurso		NY	045	16100	
5119495	Griswold	griswold	US	51535	0	America/New_York	42.36728	-79.22977	437			NY	013	02605	
5119496	Griswold	griswold	US	51535	0	America/New_York	42.89062	-78.34502	317			NY	037	19719	
5119513	Groton	groton	US	01450	2396	America/New_York	42.58785	-76.36688	304			NY	109	30972	
5119522	Grove	grove	US	74344	0	America/New_York	42.43646	-77.86805	496			NY	003	30994	
5119539	Groveland	groveland	US	01834	0	America/New_York	42.66479	-77.76972	187	Groveland,Groveland Station		NY	051	31016	
5119580	Guilderland	guilderland	US	12084	0	America/New_York	42.70452	-73.91151	63	Glass House,Guilderland,Hamilton,Hamiltonville,Sloan's,ghwydrland,غويدرلاند		NY	001	31104	
5119583	Guilderland Center	guilderland-center	US	12085	0	America/New_York	42.70202	-73.96624	97	Bangall,Bangalls,Guilderland Center,Guilderland Centre		NY	001	31104	
5119585	Guilford	guilford	US	04443	362	America/New_York	42.40424	-75.48963	453			NY	017	31148	
5119624	Gulfport	gulfport	US	39501	0	America/New_York	40.62983	-74.1957	4			NY	085		
5119674	Gypsum	gypsum	US	43433	0	America/New_York	42.98229	-77.13275	159	Gypsum,Plainsville		NY	069	44864	
5119689	Hadley	hadley	US	01035	1009	America/New_York	43.31729	-73.84818	192			NY	091	31269	
5119705	Hagerman	hagerman	US	83332	0	America/New_York	40.77065	-72.964	11			NY	103	10000	
5119707	Hague	hague	US	12836	0	America/New_York	43.74534	-73.49845	101			NY	113	31335	
5119709	Hagaman	hagaman	US	12086	1299	America/New_York	42.97452	-74.15096	219	Hagaman,Hagaman's Mills,Hagamans Mills		NY	057	02077	
5119719	Hailesboro	hailesboro	US	13645	624	America/New_York	44.31006	-75.44632	150	Hailesboro,Hailsborough		NY	089	27100	
5119726	Haines Falls	haines-falls	US	12436	0	America/New_York	42.19592	-74.09708	580			NY	039	36178	
5119734	Halcottsville	halcottsville	US	12438	0	America/New_York	42.20842	-74.60099	427			NY	025	47031	
5119756	Halfway	halfway	US	97834	0	America/New_York	43.02534	-76.39188	166	Half Way,Halfway		NY	067	23800	
5119774	Hall	hall	US	14463	216	America/New_York	42.79396	-77.06636	285	Hall,Hall's Corners		NY	069	66289	
5119818	Hallsville	hallsville	US	45633	0	America/New_York	42.93507	-74.70348	158			NY	057	47614	
5119833	Hamburg	hamburg	US	07419	9576	America/New_York	42.71589	-78.82948	250	Hamburg,Hamburgh,Smith's Mills,Smithville,White's Corners		NY	029	31654	
5119834	Hamburg	hamburg	US	07419	0	America/New_York	42.23425	-73.85013	22	Hamburg,Hamburgh		NY	039	13013	
5119839	Hamden	hamden	US	06514	0	America/New_York	42.1912	-74.99461	392			NY	025	31698	
5119842	Hamilton	hamilton	US	01936	4176	America/New_York	42.82701	-75.54462	342	Da-ude-no-sa-gwa-nose,Gamil'ton,Hamilton,Paynesville,Гамильтон		NY	053	31720	
5119867	Hamlet	hamlet	US	28345	0	America/New_York	42.36978	-79.13504	426	Hamlet,Omar		NY	013	77530	
5119868	Hamlin	hamlin	US	14464	5521	America/New_York	43.30312	-77.92112	95			NY	055	31797	
5119880	Hammond	hammond	US	13646	275	America/New_York	44.44895	-75.69412	109	Hammond,Hammond Corners,Hammond Four Corners,Khammond,Хаммонд		NY	089	31841	
5119893	Hammondsport	hammondsport	US	14840	644	America/New_York	42.40785	-77.22359	230	Khamondsport,hamwndsbwrt,Хамондспорт,هاموندسبورت		NY	101	76496	
5119894	Hampshire	hampshire	US	38461	0	America/New_York	42.1634	-77.52415	631			NY	101	38319	
5119897	Hampton	hampton	US	03842	938	America/New_York	43.52479	-73.25178	130	Hampton,Hampton Corners		NY	115	31885	
5119899	Hampton Bays	hampton-bays	US	11946	13603	America/New_York	40.86899	-72.51759	10	Good Ground,Hampton Bays		NY	103	68473	
5119916	Hancock	hancock	US	03449	976	America/New_York	41.95398	-75.28045	281	Chehocton,Hancock,Shohakin		NY	025	31951	
5119937	Hankins	hankins	US	12741	0	America/New_York	41.81425	-75.08683	246			NY	105	27573	
5119946	Hannawa Falls	hannawa-falls	US	13647	1042	America/New_York	44.61228	-74.97103	170	Cox's Mills,Coxe's Mills,East Pierrepont,Ellsworth,Hannawa Falls,Hannaway Falls,Nihanawate		NY	089	57771	
5119947	Hannibal	hannibal	US	13074	534	America/New_York	43.32118	-76.57883	100	Hannibal,Hannibalville		NY	075	32028	
5119950	Hannacroix	hannacroix	US	12087	0	America/New_York	42.42897	-73.80929	58	Hannacroix,New Baltimore Station		NY	039	49935	
5119957	Hanover	hanover	US	02339	0	America/New_York	42.96701	-75.37767	403			NY	065	45755	
5119965	Happy Valley	happy-valley	US	97086	0	America/New_York	41.16926	-74.04736	133			NY	087	60510	
5119971	Happy Valley	happy-valley	US	97086	0	America/New_York	43.44063	-75.97464	198			NY	075	82073	
5120027	Harford	harford	US	13784	0	America/New_York	42.42618	-76.2266	365	Harford,Worthington		NY	023	32160	
5120034	Harlem	harlem	US	30814	116345	America/New_York	40.80788	-73.94542	8	Garlem,Harlem,Harlema,Harlemas,Harlemo,Hārlema,Kharlem,New Harlem,Nieu Haarlem,Nieuw Haarlem,Northern Manhattan,ha lai mu qu,hallem,haremu,harlemi,harlm,Гарлем,Харлем,Հառլեմ,הארלם,هارلم,ہارلم,ჰარლემი,ハーレム,哈莱姆区,할렘		NY	061		
5120044	Harmon	harmon	US	61042	0	America/New_York	41.20121	-73.88347	8			NY	119	18410	
5120053	Harpersfield	harpersfield	US	13786	0	America/New_York	42.43841	-74.68737	508			NY	025	32281	
5120056	Harpursville	harpursville	US	13787	0	America/New_York	42.17841	-75.62463	312	Harpersville,Harpursville,Harpurville		NY	007	17046	
5120062	Harriman	harriman	US	10926	2476	America/New_York	41.30843	-74.14459	164	Centerville,Harriman,Khariman,Turner,haryman,Хариман,هاريمان		NY	071	82755	
5120066	Harris	harris	US	12742	0	America/New_York	41.71426	-74.72627	360			NY	105	73627	
5120087	Harrisburg	harrisburg	US	17101	0	America/New_York	42.01118	-78.54502	685			NY	009	01297	
5120088	Harrisburg	harrisburg	US	17101	0	America/New_York	43.84229	-75.60269	415	Harrisburg,Harrisburgh		NY	049	32358	
5120089	Harrisburg	harrisburg	US	17101	0	America/New_York	43.40674	-74.07457	471	Harrisburg,West Stony Creek		NY	113	71641	
5120095	Harrison	harrison	US	04040	28348	America/New_York	40.96899	-73.71263	21	Kharison,Kharisun,Kharrison,harryswn,Харисон,Харисън,Харрисон,هارريسون		NY	119	32413	
5120113	Harrisville	harrisville	US	02830	605	America/New_York	42.68007	-75.46295	390			NY	017	66894	
5120114	Harrisville	harrisville	US	02830	622	America/New_York	44.15201	-75.32103	246			NY	049	20555	
5120129	Hartfield	hartfield	US	23071	0	America/New_York	42.26728	-79.47227	405			NY	013	14069	
5120131	Hartford	hartford	US	05047	2240	America/New_York	43.36368	-73.39372	119	Hartford,Khartford,North Hartford,Хартфорд		NY	115	32457	
5120133	Hartland	hartland	US	04943	0	America/New_York	43.24006	-78.57614	123	Hartland,Hartland Corners,Morehouse's,hartland,هارتلاند		NY	063	32490	
5120138	Hartman	hartman	US	72840	0	America/New_York	43.26368	-73.74984	203			NY	113	40662	
5120141	Hartsdale	hartsdale	US	10530	5293	America/New_York	41.01899	-73.79819	56	Barne's Corners,Hart's Corners,Hartsdale,Moringville		NY	119		
5120147	Hartsville	hartsville	US	29550	0	America/New_York	42.24701	-77.69388	451			NY	101	32567	
5120154	Hartwick	hartwick	US	13348	629	America/New_York	42.6598	-75.04877	405			NY	077	32589	
5120159	Hartwood	hartwood	US	22471	0	America/New_York	41.53537	-74.69766	419			NY	105	26528	
5120162	Harvard	harvard	US	01451	0	America/New_York	42.02398	-75.11267	316			NY	025	31951	
5120190	Hastings	hastings	US	13076	0	America/New_York	43.37396	-76.15243	145			NY	075	32688	
5120197	Hastings-on-Hudson	hastings-on-hudson	US	10706	8014	America/New_York	40.99454	-73.87875	38	Hastings,Hastings On Hudson,Hastings On the Hudson,Hastings Upon Hudson,Hastings-on-Hudson,Hastings-upon-Hudson,Khejstings na Khadsonu,Хејстингс на Хадсону		NY	119		
5120228	Hauppauge	hauppauge	US	11788	20882	America/New_York	40.82565	-73.20261	19	Hauppauge,Hauppaugs,Hoppogue,Wheeler Settlement,Wheelers		NY	103	68000	
5120233	Haven	haven	US	67543	0	America/New_York	41.54093	-74.52405	161	Brownville,Haven		NY	105	44809	
5120238	Haverstraw	haverstraw	US	10927	12187	America/New_York	41.19759	-73.96458	9	Averstroo,Haverstraw,Haverstroo,Khejverstro,Warren,Waynesburgh,habesutoro,hafrstraw,Хејверстро,هافرستراو,ハベストロー		NY	087	32765	
5120241	Haviland	haviland	US	45851	3634	America/New_York	41.76676	-73.90152	71			NY	027	37209	
5120256	Hawkeye	hawkeye	US	52147	0	America/New_York	44.51949	-73.85903	427			NY	019	06761	
5120265	Hawkinsville	hawkinsville	US	31036	0	America/New_York	43.49368	-75.27711	327			NY	065	07366	
5120284	Hawthorne	hawthorne	US	07506	4586	America/New_York	41.10732	-73.79597	86	Hammond's Mill,Hammonds Mills,Hawthorne,Neperan,Unionville		NY	119	49011	
5120302	Haydenville	haydenville	US	01039	0	America/New_York	42.11145	-78.37502	526			NY	009	59509	
5120318	Haynes	haynes	US	72341	0	America/New_York	42.46702	-75.54574	298			NY	017	53990	
5120337	Hazel	hazel	US	42049	0	America/New_York	41.92453	-74.87016	413			NY	105	63176	
5120394	Hecla	hecla	US	57446	0	America/New_York	43.09951	-75.45379	181	Hecla,Hecla Works		NY	065	80533	
5120395	Hector	hector	US	14841	0	America/New_York	42.50063	-76.87246	260	Hector,Peach Orchard		NY	097	33073	
5120421	Hedgesville	hedgesville	US	25427	0	America/New_York	42.13757	-77.41248	434			NY	101	82843	
5120433	Helena	helena	US	13649	0	America/New_York	44.92172	-74.7263	58	Helena,Ohi'karonthne,Ohi'karónthne		NY	089	07938	
5120451	Hemlock	hemlock	US	14466	557	America/New_York	42.79423	-77.60638	277	Hemlock,Slab City		NY	051	42961	
5120478	Hempstead	hempstead	US	11549	55547	America/New_York	40.70621	-73.61874	17	Hempstead,Hemsted,Khempsted,Хемпстед		NY	059	34000	
5120496	Henderson	henderson	US	13650	224	America/New_York	43.84701	-76.18187	106	Henderson,Khenderson,Salisbury Mills,Хендерсон		NY	045	34055	
5120499	Henderson Harbor	henderson-harbor	US	13651	0	America/New_York	43.86478	-76.20187	75	Henderson Harbor,Naples		NY	045	34055	
5120521	Henrietta	henrietta	US	14467	42581	America/New_York	43.05923	-77.61222	183	East Henrietta,Henrietta,hnryta,هنريتا		NY	055	34099	
5120534	Hensonville	hensonville	US	12439	0	America/New_York	42.28981	-74.21653	499			NY	039	82480	
5120545	Herkimer	herkimer	US	13350	7519	America/New_York	43.02563	-74.98599	117	Herkimer,Kherkimer,Stone Ridge,qryt hrykymr,Херкимер,قرية هريكيمر	043	NY	043	34132	
5120556	Hermitage	hermitage	US	16148	0	America/New_York	42.37924	-77.27303	289			NY	101	76496	
5120557	Hermitage	hermitage	US	16148	0	America/New_York	42.6484	-78.19946	511			NY	121	81325	
5120559	Hermon	hermon	US	13652	406	America/New_York	44.46728	-75.23049	152	DePau,Depau,Hermon		NY	089	34176	
5120588	Heuvelton	heuvelton	US	13654	729	America/New_York	44.61812	-75.40716	96	East Branch,Fordsburgh,Heuvel,Heuvelton		NY	089	55563	
5120598	Hewlett	hewlett	US	11557	6819	America/New_York	40.64316	-73.69569	6	Cedar Grove,Fenhurst,Hewlett,Hewletts		NY	059	34000	
5120618	Hibernia	hibernia	US	07842	0	America/New_York	41.81259	-73.76263	87			NY	027	16408	
5120629	Hickory Grove	hickory-grove	US	29717	0	America/New_York	43.51396	-76.32049	80			NY	075	50342	
5120656	Hicksville	hicksville	US	11801	41547	America/New_York	40.76843	-73.52513	45	Khiksvil,Khiksvilla,hyksfyly,Хиксвил,Хиксвилла,هيكسفيلي		NY	059	56000	
5120658	Hickory Corners	hickory-corners	US	49060	0	America/New_York	43.18561	-78.75392	151			NY	063	43093	
5120667	Higgins	higgins	US	79046	0	America/New_York	42.23007	-78.08779	434			NY	003	27705	
5120668	Higgins	higgins	US	79046	0	America/New_York	42.46923	-78.20473	464			NY	003	13475	
5120671	Higginsville	higginsville	US	64037	0	America/New_York	43.17701	-75.64685	130			NY	065	77178	
5120675	High Bridge	high-bridge	US	08829	0	America/New_York	40.83677	-73.9268	25			NY	005		
5120679	High Bridge	high-bridge	US	08829	0	America/New_York	43.01396	-76.01214	158			NY	067	45029	
5120685	High Falls	high-falls	US	12440	0	America/New_York	42.16231	-73.96763	68			NY	039	13013	
5120687	High Falls	high-falls	US	12440	0	America/New_York	43.92312	-75.37213	285			NY	049	19081	
5120691	High Falls	high-falls	US	12440	627	America/New_York	41.82676	-74.12625	49	High Falls,Highfalls		NY	111	45458	
5120736	High View	high-view	US	26808	0	America/New_York	41.55759	-74.45766	231	High View,Highview,Highview Station		NY	105	44809	
5120741	Highland	highland	US	12528	5647	America/New_York	41.72093	-73.96014	53	Elting's Landing,Highland,New Paltz Landing,Philip's Folly		NY	111	42994	
5120752	Highland Falls	highland-falls	US	10928	3841	America/New_York	41.36926	-73.96625	44	Buttermilk Falls,Highland Falls,Khajland Fols,hayland fals,Хајланд Фолс,هايلاند فالس		NY	071	34550	
5120756	Highland Lake	highland-lake	US	12743	0	America/New_York	41.52342	-74.85128	406			NY	105	34473	
5120759	Highland Mills	highland-mills	US	10930	3957	America/New_York	41.34704	-74.12626	155	Highland Mills,Orange		NY	071	82755	
5120761	Highland Park	highland-park	US	08904	0	America/New_York	43.19617	-78.6742	156			NY	063	43093	
5120772	Highmount	highmount	US	12441	0	America/New_York	42.14426	-74.48987	566	Grand Hotel,Highmount		NY	111	66597	
5120794	Hillburn	hillburn	US	10931	982	America/New_York	41.12398	-74.16931	93	Hilburn,Hillburn,Woodburn		NY	087	60510	
5120817	Hillsboro	hillsboro	US	21641	0	America/New_York	43.32729	-75.82936	189			NY	065	11858	
5120818	Hillsdale	hillsdale	US	07642	0	America/New_York	42.17898	-73.52595	216			NY	021	34748	
5120819	Hillsdale	hillsdale	US	07642	0	America/New_York	43.37674	-73.31678	195			NY	115	30037	
5120823	Hillside	hillside	US	07205	0	America/New_York	43.35701	-75.3874	207			NY	065	79862	
5120824	Hillside	hillside	US	07205	24808	America/New_York	40.70788	-73.7868	17	East Jamaica,Hillside,Rockaway Junction		NY	081		
5120825	Hillside	hillside	US	07205	877	America/New_York	41.91815	-74.03514	97			NY	111	75935	
5120869	Himrod	himrod	US	14842	0	America/New_York	42.58979	-76.95496	243	Himrod,Himrod's,Himrod's Corners,Himrods,Himrods Corners,Milo		NY	123	47504	
5120871	Hilton	hilton	US	14468	5921	America/New_York	43.28812	-77.79334	85	Hilton,North Parma,Unionville		NY	055	56561	
5120872	Hinckley	hinckley	US	04944	0	America/New_York	43.31229	-75.12183	365	Gang Mills,Hinckley		NY	065	75280	
5120887	Hinsdale	hinsdale	US	01235	0	America/New_York	42.16784	-78.38724	451			NY	009	34946	
5120888	Hinsdale	hinsdale	US	01235	0	America/New_York	43.10451	-76.1377	128			NY	067	64815	
5120911	Hobart	hobart	US	13788	414	America/New_York	42.37147	-74.67043	503	Hobart,Khobart,Tinkertown,Waterville,Хобарт		NY	025	70629	
5120916	Hoboken	hoboken	US	07030	0	America/New_York	42.62702	-75.32239	340			NY	077	58343	
5120925	Hoffman	hoffman	US	28347	0	America/New_York	43.0695	-78.82281	177	Hoffman,Hoffman Station,Hoffmans		NY	063	81380	
5120936	Hoffmeister	hoffmeister	US	13353	0	America/New_York	43.3909	-74.71682	566			NY	041	48340	
5120956	Hogansburg	hogansburg	US	13655	0	America/New_York	44.97394	-74.66324	52	Ahkwesahsne,Ahkwesáhsne,Akwesasne,Gray's Mills,Hogansburg,Hogansburgh,Te-ka-swen-ka-ro-rens		NY	033	07278	
5120987	Holbrook	holbrook	US	02343	27195	America/New_York	40.81232	-73.07844	36	Kholbruk,Холбрук		NY	103	10000	
5120990	Holcomb	holcomb	US	38940	1361	America/New_York	42.90229	-77.41971	267	Bloomfield,Holcomb		NY	069	21699	
5121004	Holland	holland	US	01521	1206	America/New_York	42.64117	-78.54169	337	Gollandija,Голландия		NY	029	35122	
5121010	Holland Patent	holland-patent	US	13354	455	America/New_York	43.24174	-75.25683	195	Holland Patent,Public Square		NY	065	75280	
5121016	Holley	holley	US	14470	1735	America/New_York	43.22645	-78.02668	165			NY	073	49286	
5121026	Hollis	hollis	US	03049	20269	America/New_York	40.71344	-73.76708	18			NY	081		
5121029	Hollowville	hollowville	US	12530	0	America/New_York	42.20537	-73.69123	99	Hollowville,Smoky Hollow		NY	021	16045	
5121034	Holmes	holmes	US	12531	0	America/New_York	41.52343	-73.64679	211	Holmes,Reynoldsville,Reynoldsville Station		NY	027	56825	
5121046	Holmesville	holmesville	US	44633	0	America/New_York	42.51285	-75.40129	321			NY	017	49957	
5121163	Holtsville	holtsville	US	00501	19714	America/New_York	40.81538	-73.04511	32			NY	103	10000	
5121169	Homer	homer	US	13077	3183	America/New_York	42.63701	-76.17882	343	Homer,Te-wis-ta-no-ont-sa-ne-a-ha		NY	023	35287	
5121182	Honeoye Falls	honeoye-falls	US	14472	2711	America/New_York	42.95229	-77.59028	200	Honeoye Falls,Norton's Mills,Nortons Mills,hwnwy fals,هونوي فالس		NY	055	46558	
5121204	Honeyville	honeyville	US	84314	0	America/New_York	43.85923	-75.9802	219			NY	045	00210	
5121228	Hoosick	hoosick	US	12089	0	America/New_York	42.86258	-73.32817	147	Hoosick,Hoosick Corner,Hoosick Corners,hwskyt,هوسكيت		NY	083	35463	
5121230	Hoosick Falls	hoosick-falls	US	12090	3432	America/New_York	42.90119	-73.3515	136	Khusik Fols,hwsyk,Хусик Фолс,هوسيك		NY	083	35463	
5121237	Hope	hope	US	02831	0	America/New_York	43.30368	-74.24319	247			NY	041	35496	
5121253	Hopewell Junction	hopewell-junction	US	12533	376	America/New_York	41.58398	-73.80874	75			NY	027	21996	
5121265	Hopkinton	hopkinton	US	01748	0	America/New_York	44.69033	-74.70324	242	Hamtown,Hopkinton		NY	089	35595	
5121283	Hornell	hornell	US	14843	8336	America/New_York	42.32785	-77.6611	354	Hornell,Hornellsville,Khornel,Njurnel,hwrnl  nywywrk,hwrnyl,Њурнел,Хорнел,هورنل، نیویورک,هورنيل		NY	101	35672	
5121309	Horseheads	horseheads	US	14845	6616	America/New_York	42.16702	-76.82051	273	Fairport,Horseheads		NY	015	35705	
5121336	Horton	horton	US	35980	0	America/New_York	41.97203	-75.01822	340			NY	025	16793	
5121354	Hortonville	hortonville	US	12745	218	America/New_York	41.76425	-75.03017	245			NY	105	20104	
5121382	Houghton	houghton	US	14744	1693	America/New_York	42.4234	-78.15723	368	Houghton,Jockey Street		NY	003	12243	
5121406	Howard	howard	US	16841	0	America/New_York	42.36424	-77.50888	503			NY	101	35837	
5121407	Howard Beach	howard-beach	US	11414	26148	America/New_York	40.65788	-73.83625	1	Howard Beach,Rambersville		NY	081		
5121427	Howell	howell	US	07731	0	America/New_York	41.38176	-74.34321	170			NY	071	29553	
5121432	Howells	howells	US	10932	0	America/New_York	41.47954	-74.46516	207	Howell's Depot,Howells,Howells Depot		NY	071	77992	
5121436	Howes	howes	US	57748	0	America/New_York	42.13591	-75.52407	456			NY	007	65112	
5121437	Howes	howes	US	57748	0	America/New_York	42.59867	-78.23529	552			NY	121	21369	
5121438	Howes Cave	howes-cave	US	12092	0	America/New_York	42.69008	-74.38291	238	Howe Cave,Howe's Cave,Howecave,Howes Cave,Hows Cave		NY	095	16639	
5121441	Howland	howland	US	04448	0	America/New_York	43.07923	-76.68245	135			NY	011	17849	
5121442	Howland	howland	US	04448	0	America/New_York	41.60537	-73.93958	70			NY	027	59652	
5121476	Hubbardsville	hubbardsville	US	13355	0	America/New_York	42.81785	-75.46323	370	East Hamilton,Hubbard's Corners,Hubbardsville		NY	053	31720	
5121509	Hudson	hudson	US	01749	6436	America/New_York	42.25286	-73.79096	25	Claverack Landing,Gudzon,HCC,Hudson,Khadson,hadswn  nywywrk,hdswn,Гудзон,Хадсон,Ҳадсун,هادسون، نیویورک,هدسون,ہڈسن، نیو یارک	021	NY	021	35969	
5121513	Hudson Falls	hudson-falls	US	12839	7191	America/New_York	43.30063	-73.58595	90	Hudson Falls,Khadson Fols,Kingsbury,Sandy Hill,hadswn fals,Хадсон Фолс,هادسون فالس		NY	115	39650	
5121546	Hughsonville	hughsonville	US	12537	0	America/New_York	41.58093	-73.92708	51			NY	027	78157	
5121548	Huguenot	huguenot	US	12746	0	America/New_York	41.41787	-74.63099	143			NY	071	19961	
5121549	Huguenot	huguenot	US	12746	9995	America/New_York	40.53733	-74.19459	35	Bloomingview,Huguenot		NY	085		
5121558	Huletts Landing	huletts-landing	US	12841	0	America/New_York	43.63923	-73.50706	113	Hulett's Landing,Huletts Landing		NY	115	20885	
5121569	Hume	hume	US	14745	0	America/New_York	42.47284	-78.1364	388	Cold Creek,Hume		NY	003	36112	
5121571	Humphrey	humphrey	US	68642	0	America/New_York	42.20562	-78.53919	493			NY	009	36123	
5121595	Hunt	hunt	US	14846	78	America/New_York	42.54701	-77.99417	409	Hunt,Hunt's,Hunt's Station,Hunts,Hunts Station,Washington Hunt		NY	051	59179	
5121610	Hunter	hunter	US	12442	484	America/New_York	42.2137	-74.21875	484	Edwardsville,Hunter		NY	039	36178	
5121636	Huntington	huntington	US	01050	18046	America/New_York	40.86815	-73.42568	23	Gantington,Hontingeton,Hontingtowne,Huntington,Ke-te-wo-moke,Khantington,Khuntingtun,hanthing tan,hantyngtwn  nywywrk,heontingteon,hntnghtwn,Гантінґтон,Хантингтон,Хънтингтън,هانتینگتون، نیویورک,هنتنغتون,ฮันทิงตัน,헌팅턴		NY	103	37000	
5121639	Huntington Beach	huntington-beach	US	92605	0	America/New_York	40.89788	-73.38345	31			NY	103	37000	
5121650	Huntington Station	huntington-station	US	11746	33029	America/New_York	40.85343	-73.41151	66			NY	103	37000	
5121679	Hurley	hurley	US	12443	3458	America/New_York	41.92454	-74.06125	60	Hurley,New Village,Nieuw Dorp		NY	111	37143	
5121681	Hurleyville	hurleyville	US	12747	0	America/New_York	41.73565	-74.67433	402			NY	105	25241	
5121682	Huron	huron	US	38345	0	America/New_York	43.2334	-76.87996	119	Huron,South Huron		NY	117	37165	
5121688	Hurricane	hurricane	US	25526	0	America/New_York	43.24701	-74.97821	439			NY	043	53968	
5121722	Hyde Park	hyde-park	US	02136	0	America/New_York	42.66091	-74.95793	370	Hyde Park		NY	077	32589	
5121727	Hyde Park	hyde-park	US	02136	1908	America/New_York	41.78482	-73.93319	57	Hyde Park,Khajd Park,Stoutenburgh,hai de pa ke,haideupakeu,hayd bark,Хајд Парк,هايد بارك,海德帕克,하이드파크		NY	027	37209	
5121728	Hydeville	hydeville	US	05750	0	America/New_York	42.28285	-75.95131	399			NY	007	04429	
5121729	Hydeville	hydeville	US	05750	0	America/New_York	42.59785	-75.8752	368			NY	017	58288	
5121734	Hydesville	hydesville	US	95547	0	America/New_York	43.07034	-77.10747	129			NY	117	02440	
5121765	Ilion	ilion	US	13357	7926	America/New_York	43.01507	-75.03543	124	Ilion,Remington,The Corners,aylywn,Илион,إيليون		NY	043	28750	
5121801	Inavale	inavale	US	68952	0	America/New_York	42.14062	-78.0889	575			NY	003	82623	
5121804	Independence	independence	US	24348	0	America/New_York	42.08812	-77.78138	627	Green's Corners,Greens Corners,Independence		NY	003	37297	
5121814	Index	index	US	98256	0	America/New_York	42.66535	-74.95905	361			NY	077	32589	
5121876	Indian Lake	indian-lake	US	12842	0	America/New_York	43.78256	-74.27182	531			NY	041	37374	
5121910	Indian River	indian-river	US	49749	0	America/New_York	43.97646	-75.3688	293			NY	049	19081	
5121936	Ingleside	ingleside	US	21644	0	America/New_York	42.5609	-77.3936	459	Ingleside,Riker's Hollow		NY	101	59718	
5121938	Ingraham	ingraham	US	62434	0	America/New_York	44.81087	-73.43458	50	Ingraham,Monty's Bay		NY	019	14113	
5121948	Inlet	inlet	US	13360	324	America/New_York	43.75495	-74.79381	533			NY	041	37495	
5122269	Interlaken	interlaken	US	14847	623	America/New_York	42.61702	-76.72495	276			NY	099	18663	
5122277	Inverness	inverness	US	34450	0	America/New_York	42.89284	-77.86945	217			NY	051	84022	
5122279	Inwood	inwood	US	11096	9792	America/New_York	40.62205	-73.7468	3	Inwood,Northwest Point,Westville		NY	059	34000	
5122290	Ionia	ionia	US	14475	0	America/New_York	43.09673	-76.38132	125			NY	067	76760	
5122291	Ionia	ionia	US	14475	0	America/New_York	42.93145	-77.49194	271	Ionia,Miller's Corners,Millers Corners		NY	069	79356	
5122292	Ira	ira	US	50127	0	America/New_York	43.22146	-76.55633	149	Ira,Ira Center		NY	011	37660	
5122328	Irondale	irondale	US	43932	0	America/New_York	41.96731	-73.52485	222			NY	027	51891	
5122329	Irondale	irondale	US	43932	0	America/New_York	43.16257	-74.77848	343			NY	043	64837	
5122340	Ironsides	ironsides	US	20643	0	America/New_York	42.9209	-76.21326	189			NY	067	54958	
5122343	Ironton	ironton	US	45638	0	America/New_York	44.89838	-74.68546	75			NY	089	07938	
5122346	Iroquois	iroquois	US	57353	0	America/New_York	42.53284	-78.98587	204			NY	029		
5122360	Irving	irving	US	14081	0	America/New_York	42.56756	-79.11282	178	Acasto,Dyohgeyjaiey,Irving		NY	013	32050	
5122365	Irvington	irvington	US	07111	6607	America/New_York	41.03922	-73.86823	38	Dearman,Dearman's Landing,Dearmans,Irvington,Irvington-on-Hudson,ayrfynghtwn,Ирвингтон,إيرفينغتون		NY	119		
5122397	Island Park	island-park	US	11558	4766	America/New_York	40.60427	-73.65541	0	Ajland Park,ayland bark,Ајланд Парк,آئلینڈ پارک، نیو یارک,أيلاند بارك		NY	059	34000	
5122409	Islandia	islandia	US	11749	3382	America/New_York	40.80426	-73.169	20			NY	103	38000	
5122413	Islip	islip	US	11751	18689	America/New_York	40.72982	-73.21039	4	Ajslip,ISP,aslyb,Ајслип,إسليب		NY	103	38000	
5122417	Islip Terrace	islip-terrace	US	11752	5389	America/New_York	40.74315	-73.19262	7			NY	103	38000	
5122424	Italy	italy	US	76651	0	America/New_York	42.61174	-77.29192	338	Italy,Italy Valley		NY	123	38044	
5122432	Ithaca	ithaca	US	14850	30788	America/New_York	42.44063	-76.49661	125	Cayuga City,ITH,Itak,Itaka,Itako,Ithaca,Markle's Flats,Sodom,The Flats,athaka,aytaka  nywywrk,isaka,ithaka,yi sa ka,Ітака,Итак,Итака,Итако,איתקה,إثاكا,اتھاکا، نیو یارک,ایتاکا، نیویورک,ইথাকা,イサカ,伊萨卡,이사카	109	NY	109	38077	
5122443	Ivanhoe	ivanhoe	US	24350	0	America/New_York	42.2323	-75.32573	454			NY	025	45964	
5122477	Jackson Heights	jackson-heights	US	11372	67067	America/New_York	40.75566	-73.88541	24	jaegseunhaicheu,جیکسن ہائیٹس، کوئینز,잭슨하이츠		NY	081		
5122498	Jacksonburg	jacksonburg	US	26377	0	America/New_York	43.01424	-74.91515	129	Jacksonburg,Jacksonburgh		NY	043	42752	
5122501	Jacksonville	jacksonville	US	05342	0	America/New_York	43.21507	-76.42132	130			NY	067	44039	
5122502	Jacksonville	jacksonville	US	05342	0	America/New_York	42.50841	-76.61495	312	Dzheksonvill,Harlow's Corners,Jacksonville,Van Cortlandt,Джексонвилл		NY	109	75990	
5122520	Jamaica	jamaica	US	05343	216866	America/New_York	40.69149	-73.80569	13	Jaimaica,Jamaica,Jamaicah,Jamaick,Jamaico,Jamaika,Jamanica,Jameco,Jemaica,Jemaicae,Jemaico,Jemecah,Rustdorp,gmyyqh,jamaika de qu,jameika,גמייקה,ジャマイカ地区,자메이카		NY	081		
5122533	Jamesport	jamesport	US	11947	1710	America/New_York	40.94954	-72.58148	5	Jamesport,Lower Aquebogue,Mi-o-mog,Mianrogue,Old Aquebogue		NY	103	61984	
5122534	Jamestown	jamestown	US	02835	30075	America/New_York	42.097	-79.23533	420	Dzejmstaun,JHW,James Town,Jamestown,Limz Taun,jeimseutaun,jemuzutaun,jymz tawn,jymztawn  nywywrk,Џејмстаун,Лимз Таун,جيمز تاون,جیمز ٹاون، نیو یارک,جیمزتاون، نیویورک,ジェームズタウン,제임스타운		NY	013	38264	
5122540	Jamesville	jamesville	US	13078	0	America/New_York	42.9915	-76.07148	185	Ga-sun-to,Jamesville,Sinai		NY	067	20478	
5122554	Janesville	janesville	US	50647	0	America/New_York	42.70619	-74.5782	359			NY	095	66542	
5122562	Java Center	java-center	US	14082	0	America/New_York	42.65006	-78.38585	464			NY	121	38341	
5122564	Java Village	java-village	US	14083	0	America/New_York	42.67256	-78.43613	332	Gurney's Mills,Java Village		NY	121	38341	
5122566	Jay	jay	US	04239	0	America/New_York	44.37505	-73.7282	216	Jay,Mallory's Bush		NY	031	38396	
5122568	Jasper	jasper	US	14855	0	America/New_York	42.12257	-77.50304	479	Jasper,Jasper Four Corners		NY	101	38319	
5122576	Jeddo	jeddo	US	48032	0	America/New_York	43.25534	-78.45725	126	Batesville,Jeddo		NY	073	61742	
5122579	Jefferson	jefferson	US	01522	0	America/New_York	42.48119	-74.61043	569			NY	095	38440	
5122599	Jefferson Valley	jefferson-valley	US	10535	0	America/New_York	41.33815	-73.79069	140			NY	119	84077	
5122604	Jeffersonville	jeffersonville	US	05464	338	America/New_York	41.78092	-74.93378	320	Jeffersonville,Village of Winkelried		NY	105	11759	
5122637	Jericho	jericho	US	05465	0	America/New_York	44.79421	-73.66264	422			NY	019	01583	
5122638	Jericho	jericho	US	05465	13567	America/New_York	40.79204	-73.53985	60	Dzeriko,Jericho,Lusam,Lusum,aryha,Џерико,أريحا		NY	059	56000	
5122639	Jericho	jericho	US	05465	0	America/New_York	40.95427	-72.20369	10			NY	103	22194	
5122674	Jewett	jewett	US	12444	0	America/New_York	42.27036	-74.30292	549	Jewett,Lexington Heights		NY	039	38638	
5122677	Jewell	jewell	US	31045	0	America/New_York	43.22451	-75.80658	123	Jewell,West Vienna		NY	065	77486	
5122785	Johnsburg	johnsburg	US	12843	0	America/New_York	43.6184	-73.96124	391	Johnsburg,Johnsburgh		NY	113	38715	
5122787	Johnson	johnson	US	05656	0	America/New_York	41.36621	-74.50655	155	Johnson,Johnson's,Smith's Village		NY	071	47713	
5122794	Johnson City	johnson-city	US	13790	14773	America/New_York	42.11563	-75.95881	266	Dzhonson Siti,Dzonson Siti,Johnson City,Lestershire,janswn syty,yue han xun cheng,Џонсон Сити,Джонсон Сити,جانسن سٹی، نیو یارک,جانسون سيتي,約翰遜城		NY	007	76056	
5122803	Johnson Creek	johnson-creek	US	53038	0	America/New_York	43.24561	-78.5153	125	Johnson Creek,Johnson's Creek,Johnsons Creek		NY	063	32490	
5122831	Johnsonville	johnsonville	US	12094	0	America/New_York	42.91452	-73.51373	115	Akins Junction,Hoose's Mills,Johnsonville,The Lick		NY	083	58398	
5122833	Johnstown	johnstown	US	12095	8345	America/New_York	43.00674	-74.36764	205	Dzhonstaun,Dzonstaun,Johnstown,Ko-la-ne-ka,Ljonz Taun,janztawn  nywywrk,jwnstawn,Љонз Таун,Џонстаун,Джонстаун,جانزتاون، نیویورک,جونستاون	035	NY	035	38781	
5122848	Johnsonburg	johnsonburg	US	07846	0	America/New_York	42.73756	-78.30946	366	Johnsonburg,Johnsonsburgh		NY	121	66773	
5122892	Jonesville	jonesville	US	05466	0	America/New_York	42.91008	-73.82373	98			NY	091	16353	
5122893	Jordan	jordan	US	13080	1333	America/New_York	43.06534	-76.47299	126			NY	067	23800	
5122905	Joshua	joshua	US	76058	0	America/New_York	42.9159	-76.24298	340			NY	067	54958	
5122912	Joy	joy	US	61260	0	America/New_York	43.19229	-77.09303	131			NY	117	68220	
5122926	Jordanville	jordanville	US	13361	0	America/New_York	42.91479	-74.95154	457			NY	043	78278	
5122940	Junction	junction	US	62954	0	America/New_York	42.92867	-78.02612	284			NY	037	56792	
5123099	Kanona	kanona	US	14856	0	America/New_York	42.37229	-77.36582	349	Kanona,Kennedyville		NY	101	04770	
5123118	Katonah	katonah	US	10536	1679	America/New_York	41.25898	-73.68541	72	Katona,Катона		NY	119	05320	
5123135	Kauneonga Lake	kauneonga-lake	US	12749	0	America/New_York	41.6912	-74.83572	411	Kauneonga,Kauneonga Lake,North White Lake		NY	105	06310	
5123159	Keene	keene	US	03431	0	America/New_York	44.25616	-73.79209	256	kyn,كين		NY	031	39067	
5123161	Keene Valley	keene-valley	US	12943	0	America/New_York	44.18977	-73.78597	312	Keene Flat,Keene Flats,Keene Valley,Keyne Flatt		NY	031	39067	
5123165	Keenes	keenes	US	62851	0	America/New_York	44.26284	-75.5416	140			NY	089	63858	
5123173	Keeseville	keeseville	US	12911	1750	America/New_York	44.50505	-73.48013	127	Andersons Falls,Keeseville,Kisvil,Long Chute,kysyfyl,Кисвил,كيسيفيل		NY	031	15330	
5123194	Kellogg	kellogg	US	50135	0	America/New_York	44.73311	-74.73019	159			NY	089	71410	
5123234	Kendall	kendall	US	14476	0	America/New_York	43.32728	-78.03585	103	Kendall,Kendall Corners,North Murray		NY	073	39188	
5123244	Kenilworth	kenilworth	US	07033	0	America/New_York	42.96145	-78.83809	189			NY	029	75000	
5123247	Kenmore	kenmore	US	98028	15160	America/New_York	42.96589	-78.87004	187			NY	029	75000	
5123252	Kennedy	kennedy	US	14747	465	America/New_York	42.15728	-79.10199	386	Falconer,Kennedy,Kennedy's Mills,Kennedyville		NY	013	58926	
5123273	Kenoza Lake	kenoza-lake	US	12750	0	America/New_York	41.73342	-74.94961	323			NY	105	20104	
5123280	Kensington	kensington	US	20891	39120	America/New_York	40.64621	-73.97069	14			NY	047		
5123281	Kensington	kensington	US	20891	1185	America/New_York	40.79343	-73.72208	39	Kensington,Кенсингтон		NY	059	53000	
5123284	Kent	kent	US	06757	0	America/New_York	43.32784	-78.1353	104	Brice,East Carlton,Kent		NY	073	12496	
5123299	Kenwood	kenwood	US	95452	0	America/New_York	42.62369	-73.77318	9	Kenwood,Lower Hollow		NY	001	01000	
5123300	Kenwood	kenwood	US	95452	0	America/New_York	43.05812	-75.61212	154			NY	053	54837	
5123309	Kerhonkson	kerhonkson	US	12446	1684	America/New_York	41.77482	-74.29821	80	Kerhonkson,Kerhonkton,Middleport		NY	111	78828	
5123344	Kew Gardens	kew-gardens	US	11415	18983	America/New_York	40.71427	-73.83097	28			NY	081		
5123347	Keuka Park	keuka-park	US	14478	1137	America/New_York	42.61535	-77.09219	236			NY	123	38583	
5123355	Kiamesha Lake	kiamesha-lake	US	12751	0	America/New_York	41.68315	-74.66072	432	Kiamesha,Kiamesha Lake		NY	105	73627	
5123375	Kildare	kildare	US	75562	0	America/New_York	44.32617	-74.53017	467			NY	033	75676	
5123380	Kill Buck	kill-buck	US	14748	0	America/New_York	42.1584	-78.68086	429	Great Valley Station,Kill Buck,Killbuck		NY	009		
5123381	Killawog	killawog	US	13794	0	America/New_York	42.40063	-76.02076	307	Killawog,Union Village		NY	007	42653	
5123400	Kinderhook	kinderhook	US	12106	1182	America/New_York	42.39536	-73.6979	77			NY	021	39573	
5123414	King Ferry	king-ferry	US	13081	0	America/New_York	42.66535	-76.61661	291	King Ferry,King's Ferry,Northville		NY	011	28673	
5123456	Kings Park	kings-park	US	11754	17282	America/New_York	40.88621	-73.25734	53			NY	103	68000	
5123469	Kingsbury	kingsbury	US	46345	0	America/New_York	43.36368	-73.5315	93			NY	115	39650	
5123477	Kingston	kingston	US	02364	23436	America/New_York	41.92704	-73.99736	60	Esopus,Kingston,Kingston L'isle,Kingstun,Swanenburgh,Wildwijk,Wildwyck,Wiltwyck,kingseuteon,kingusuton,kynghstwn,kyngstwn  nywywrk,Кингстон,Кингстън,Кінґстон,كينغستون,کنگسٹن، نیویارک,کینگستون، نیویورک,キングストン,킹스턴	111	NY	111	39727	
5123514	Kirk	kirk	US	80824	0	America/New_York	42.60479	-75.6413	411			NY	017	58772	
5123519	Kirkland	kirkland	US	60146	0	America/New_York	43.07785	-75.38323	161	Kirkland,Manchester		NY	065	39804	
5123524	Kirkville	kirkville	US	13082	4685	America/New_York	43.07507	-75.95186	131			NY	067	45029	
5123525	Kirkwood	kirkwood	US	13795	0	America/New_York	42.0398	-75.79713	272			NY	007	39837	
5123526	Kirkwood	kirkwood	US	13795	0	America/New_York	42.5334	-77.46526	407			NY	101	16738	
5123539	Kismet	kismet	US	67859	0	America/New_York	40.63427	-73.20345	1			NY	103	38000	
5123620	Knox	knox	US	12107	0	America/New_York	42.67119	-74.11568	376	Knox,Knoxville,The Street,Union Street		NY	001	40002	
5123629	Knoxboro	knoxboro	US	13362	0	America/New_York	42.98646	-75.51712	334	Cook's Corners,Knox Corners,Knoxboro		NY	065	03155	
5123645	Knowlesville	knowlesville	US	14479	0	America/New_York	43.242	-78.31058	156	Knowlesville,Portville		NY	073	61742	
5123648	Kossuth	kossuth	US	16331	0	America/New_York	42.06423	-78.14223	521			NY	003	07201	
5123700	La Salle	la-salle	US	48145	0	America/New_York	43.08256	-78.9681	175	La Salle,Lasalle		NY	063	51055	
5123704	LaFayette	lafayette	US	07848	0	America/New_York	42.89229	-76.1052	345	La Fayette,LaFayette,LaFayette Square,Lafayette,Te-ka-wis-to-ta		NY	067	40266	
5123715	La Fargeville	la-fargeville	US	13656	608	America/New_York	44.19477	-75.96605	115	La Fargeville,LaFargeville,Lafargeville,Log Mills,Rixford's Corners		NY	045	55398	
5123723	Lacona	lacona	US	13083	562	America/New_York	43.6434	-76.06853	170	Lakona,lakwna,lakwna  nyw yark,Лакона,لاكونا,لاکونا، نیو یارک		NY	075	65079	
5123748	Lagrange	lagrange	US	04453	0	America/New_York	41.4487	-74.28543	113			NY	071	31907	
5123749	Lagrange	lagrange	US	04453	0	America/New_York	42.80173	-78.01362	403	La Grange,Lagrange		NY	121	57254	
5123750	Lagrangeville	lagrangeville	US	12540	0	America/New_York	41.65093	-73.76291	109	La Grangeville,Lagrangeville,Morey's Corners		NY	027	40299	
5123755	Lairdsville	lairdsville	US	17742	0	America/New_York	43.07979	-75.43156	220			NY	065	80533	
5123763	Lake Bluff	lake-bluff	US	60044	0	America/New_York	43.27257	-76.94136	86	Lake Bluff,Lakebluff		NY	117	37165	
5123774	Lake Clear	lake-clear	US	12945	0	America/New_York	44.36755	-74.23266	500	Big Clear Pond,Clear Pond,Lake Clear		NY	033	32314	
5123791	Lake George	lake-george	US	12845	890	America/New_York	43.42618	-73.71234	105	Caldwell,Kaniatarokte,Kaniatarókte,Lake George		NY	113	40519	
5123796	Lake Grove	lake-grove	US	11755	11235	America/New_York	40.85288	-73.11511	36	Lake Grove,Lakegrove,Lakeland,Lakeville		NY	103	10000	
5123798	Lake Hill	lake-hill	US	12448	0	America/New_York	42.06731	-74.18709	338	Lake Hill,Lakehill		NY	111	83052	
5123800	Lake Huntington	lake-huntington	US	12752	0	America/New_York	41.68426	-74.99267	371			NY	105	16661	
5123809	Lake Katrine	lake-katrine	US	12449	2397	America/New_York	41.98565	-73.98819	56			NY	111	75935	
5123815	Lake Luzerne	lake-luzerne	US	12846	1227	America/New_York	43.31285	-73.83484	172	Lake Luzerne,Luzerne		NY	113	40662	
5124276	Levittown	levittown	US	11756	51881	America/New_York	40.72593	-73.51429	25	Island Trees,Levittaun,Levittown,lyfytawn,Левиттаун,ليفيتاون		NY	059	34000	
5124281	Lewis	lewis	US	12950	0	America/New_York	44.27505	-73.56569	203			NY	031	42114	
5123831	Lake Placid	lake-placid	US	12946	2465	America/New_York	44.27962	-73.98198	549	LKP,Lake Placid,Leik Plesidas,Leikplesida,Lejk Plesid,Lejk-Plehsid,Lejk-Plesid,Leyk-Plesid,Vjoska Lejk-Plehsid,leikeupeullaesideu,leka plesida,lyk blasyd,lyk plasyd  nywywrk,pu lai xi de hu,rekupurashiddo,Вёска Лейк-Плэсід,Лейк Плесид,Лейк-Плесід,Лейк-Плэсид,Лејк Плесид,ليك بلاسيد,لیک پلاسید، نیویورک,لیک پلاسیڈ، نیو یارک,लेक प्लॅसिड,レークプラシッド,普萊西德湖,레이크플래시드		NY	031	51935	
5123834	Lake Pleasant	lake-pleasant	US	01347	762	America/New_York	43.4709	-74.41265	544	lyk blystant,ليك بليستانت,لیک پلیزینٹ، نیو یارک	041	NY	041	40794	
5123860	Lake Peekskill	lake-peekskill	US	10537	0	America/New_York	41.33482	-73.88097	96			NY	079	60147	
5123861	Lake View	lake-view	US	14085	0	America/New_York	42.71117	-78.93615	219	Lake View,Lakeview		NY	029	31654	
5123862	Lake View	lake-view	US	14085	0	America/New_York	43.28618	-74.01068	257			NY	091	19807	
5123872	Lakeland	lakeland	US	31635	2786	America/New_York	43.09034	-76.24048	146			NY	067	28519	
5123873	Lakeland	lakeland	US	31635	0	America/New_York	40.80788	-73.12011	30			NY	103	38000	
5123878	Lakemont	lakemont	US	14857	0	America/New_York	42.51618	-76.92802	263			NY	123	70816	
5123882	Lakeport	lakeport	US	95453	0	America/New_York	43.14535	-75.87186	120			NY	053	71993	
5123889	Lakeside	lakeside	US	06758	0	America/New_York	43.10507	-76.25271	123			NY	067	28519	
5123890	Lakeside	lakeside	US	06758	0	America/New_York	43.37172	-78.26252	80			NY	073	12496	
5123891	Lakeside	lakeside	US	06758	0	America/New_York	43.25562	-77.33832	110			NY	117	55013	
5123907	Lakeview	lakeview	US	28350	5625	America/New_York	42.43202	-75.86547	385			NY	017	68055	
5123908	Lakeview	lakeview	US	28350	5615	America/New_York	40.68538	-73.65263	12	Lake View,Lakeview,Woodfield		NY	059	34000	
5123909	Lakeview	lakeview	US	28350	0	America/New_York	43.51285	-76.42494	78			NY	075	65992	
5123925	Lakeville	lakeville	US	02347	0	America/New_York	42.42063	-75.85909	388			NY	017	68055	
5123926	Lakeville	lakeville	US	02347	756	America/New_York	42.83645	-77.705	251			NY	051	42961	
5123927	Lakeville	lakeville	US	02347	0	America/New_York	41.19732	-74.26043	221			NY	071	78366	
5123929	Lakewood	lakewood	US	08701	2914	America/New_York	42.10422	-79.3331	404	Cowings,Lakewood,Lejkvud,Лейквуд		NY	013	11451	
5123938	Lamberton	lamberton	US	56152	0	America/New_York	42.41256	-79.39477	223			NY	013	58981	
5123947	Lamont	lamont	US	32336	0	America/New_York	42.59145	-78.10612	467			NY	121	57826	
5123954	Lancaster	lancaster	US	01523	10258	America/New_York	42.90061	-78.67031	204	De-as-gwah-da-ga-neh,Ga-squen-da-geh,Lancaster,Lankaster,Ланкастер		NY	029	41146	
5123978	Lanesville	lanesville	US	12450	0	America/New_York	42.12787	-74.26292	390			NY	039	36178	
5123982	Langdon	langdon	US	58249	0	America/New_York	42.06758	-75.79463	292			NY	007	39837	
5123987	Langford	langford	US	57454	0	America/New_York	42.58756	-78.84198	392	Langford,Sippel's Corners		NY	029	51803	
5123993	Lansing	lansing	US	14882	3649	America/New_York	42.48424	-76.47994	283	Lansing,Лансинг		NY	109	41234	
5123996	Lansing	lansing	US	14882	0	America/New_York	43.44312	-76.44994	126			NY	075	65992	
5124008	Lapeer	lapeer	US	48446	0	America/New_York	42.44202	-76.09882	405			NY	023	41300	
5124017	Larchmont	larchmont	US	10538	6132	America/New_York	40.92788	-73.7518	16	Larchmond,Larchmont,Munro's Neck,lartshmwnt,Ларчмонт,لارتشمونت		NY	119	44842	
5124045	Latham	latham	US	12110	20736	America/New_York	42.74702	-73.75901	108	Latham,Latham's Corners,Town House Corner,Town House Corners,Van Vraken's Corners,Van Vranken's Corners		NY	001	17343	
5124059	Laurel	laurel	US	11948	1394	America/New_York	40.96954	-72.56203	6	Franklinville,Laurel		NY	103	69463	
5124078	Laurelton	laurelton	US	17835	21053	America/New_York	40.67019	-73.74659	5			NY	081		
5124079	Laurens	laurens	US	13796	258	America/New_York	42.53063	-75.08961	339			NY	077	41531	
5124087	Lawrence	lawrence	US	01840	6559	America/New_York	40.61566	-73.72958	6	Lourens,Лоуренс		NY	059	34000	
5124108	Lawrenceville	lawrenceville	US	12949	0	America/New_York	42.22814	-73.98319	118			NY	039	13013	
5124109	Lawrenceville	lawrenceville	US	12949	0	America/New_York	44.77505	-74.64963	136	Deer River,Lawrenceville		NY	089	41564	
5124110	Lawrenceville	lawrenceville	US	12949	0	America/New_York	41.84065	-74.10292	33			NY	111	63737	
5124117	Lawtons	lawtons	US	14091	0	America/New_York	42.53812	-78.93087	259	Lawton Station,Lawtons		NY	029	51803	
5124128	Le Roy	le-roy	US	14482	4288	America/New_York	42.97839	-77.98418	273	Le Roy,Leroy,Te-car-no-wun-na-da-ne-o		NY	037	42037	
5124154	Lebanon	lebanon	US	03756	0	America/New_York	42.78146	-75.64768	410	Lebanon,Toad Hollow		NY	053	41674	
5124155	Lebanon	lebanon	US	03756	0	America/New_York	41.36009	-74.1582	255			NY	071	82755	
5124178	Ledyard	ledyard	US	06339	0	America/New_York	42.69535	-76.62161	300	Capins Corners,Ledyard,Talcotts Corners,Tallcots Corners,lydyard,ليديارد		NY	011	77024	
5124180	Lee	lee	US	01238	0	America/New_York	43.2784	-75.57157	154			NY	065	41762	
5124181	Lee	lee	US	01238	0	America/New_York	42.95619	-73.48345	144			NY	115	11836	
5124183	Lee Center	lee-center	US	13363	0	America/New_York	43.3034	-75.51796	188	Lee Center,Lee Centre		NY	065	41762	
5124187	Leeds	leeds	US	01053	377	America/New_York	42.25537	-73.90235	48	Leeds,Madison,Mill Village,Pasqoecq		NY	039	13013	
5124195	Leesville	leesville	US	29070	0	America/New_York	42.79702	-74.64681	408			NY	095	66641	
5124207	Lehigh	lehigh	US	50557	0	America/New_York	42.94756	-78.33863	274			NY	037	19719	
5124210	Leicester	leicester	US	01524	455	America/New_York	42.77201	-77.89667	198	Leicester,Moscow		NY	051	41883	
5124226	Lena	lena	US	39094	0	America/New_York	42.62424	-75.08405	403			NY	077	50485	
5124248	Leon	leon	US	14751	0	America/New_York	42.29312	-79.01643	419			NY	009	41982	
5124262	Lester	lester	US	25865	0	America/New_York	42.06036	-75.72574	463			NY	007	82535	
5124272	Leonardsville	leonardsville	US	13364	0	America/New_York	42.80868	-75.25266	356			NY	053	08587	
5124273	Levant	levant	US	04456	0	America/New_York	42.13339	-79.18171	381			NY	013	23998	
5124307	Lewiston	lewiston	US	04240	2596	America/New_York	43.17256	-79.03588	116	L'juiston,lywstwn,Льюистон,ليوستون		NY	063	42158	
5124314	Lexington	lexington	US	02420	0	America/New_York	42.24036	-74.36543	403			NY	039	42202	
5124323	Liberty	liberty	US	04949	4134	America/New_York	41.8012	-74.74655	459			NY	105	42235	
5124343	Libertyville	libertyville	US	52567	0	America/New_York	41.72232	-74.13514	65	Libertyville,Nescotack		NY	111	28255	
5124382	Lily Dale	lily-dale	US	14752	0	America/New_York	42.35172	-79.32421	406	Lilly Dale,Lillydale,Lillydale Assembly,Lily Dale,Lilydale		NY	013	58981	
5124411	Lima	lima	US	14485	2095	America/New_York	42.90479	-77.61139	252	Brick School House Corner,Lema,Lima,Ska-hase-ga-o,Лима		NY	051	42334	
5124428	Limerick	limerick	US	04048	0	America/New_York	44.02922	-76.04298	97			NY	045	10242	
5124430	Limestone	limestone	US	04750	389	America/New_York	42.02729	-78.62947	430			NY	009	12661	
5124442	Lincoln	lincoln	US	01773	0	America/New_York	43.1834	-77.34443	154	Lincklaen,Lincoln		NY	117	78102	
5124443	Lincoln	lincoln	US	01773	0	America/New_York	40.90871	-73.87736	61			NY	119	84000	
5124461	Lincoln Park	lincoln-park	US	07035	0	America/New_York	43.14895	-77.64695	162			NY	055	63000	
5124463	Lincoln Park	lincoln-park	US	07035	2366	America/New_York	41.95065	-73.99403	57			NY	111	75935	
5124482	Lincolndale	lincolndale	US	10540	1521	America/New_York	41.32287	-73.71819	103	Lincolndale,Somers Center,Teed's Corner,Teed's Corners		NY	119	68308	
5124485	Lincolnville	lincolnville	US	04849	0	America/New_York	42.83258	-73.574	205			NY	083	58398	
5124490	Linden	linden	US	07036	0	America/New_York	42.877	-78.16335	326	Gad-Pouch,Linden		NY	037	06266	
5124497	Lindenhurst	lindenhurst	US	11757	27277	America/New_York	40.68677	-73.37345	9	Breslau,Lindenhurst		NY	103	04000	
5124506	Lindley	lindley	US	14858	1954	America/New_York	42.02841	-77.13969	308			NY	101	42576	
5124523	Linwood	linwood	US	01525	74	America/New_York	42.89478	-77.94917	286			NY	051	84022	
5124527	Lisbon	lisbon	US	03585	0	America/New_York	44.72728	-75.32105	103	Lisbon,Red Mills		NY	089	42631	
5124542	Litchfield	litchfield	US	03052	0	America/New_York	42.00924	-76.45939	240			NY	107	51121	
5124551	Lisle	lisle	US	13797	309	America/New_York	42.35118	-76.00326	297	Lilu,Лилу		NY	007	42653	
5124552	Little America	little-america	US	82929	0	America/New_York	43.56174	-75.90019	339			NY	075	55453	
5124642	Little Falls	little-falls	US	07424	4787	America/New_York	43.0434	-74.8596	128	Litl Fols,Litl Folz,Little Falls,Littlefalls,Rock City,Rockton,Ta-la-que-ga,li te fu si shi,lytl falz  nywywrk,lytl fwlz,Литл Фолз,Литл Фолс,ليتل فولز,لیتل فالز، نیویورک,利特佛斯市		NY	043	42741	
5124664	Little Genesee	little-genesee	US	14754	0	America/New_York	42.02701	-78.20612	473			NY	003	28563	
5124753	Little Neck	little-neck	US	11362	10049	America/New_York	40.76289	-73.73225	30	Little Neck,Littleneck		NY	081		
5124889	Little Valley	little-valley	US	14755	1105	America/New_York	42.25256	-78.80559	487		009	NY	009	42840	
5124909	Little York	little-york	US	08834	0	America/New_York	42.6959	-76.16437	354			NY	023	35287	
5124910	Little York	little-york	US	08834	0	America/New_York	41.28621	-74.4471	125			NY	071	78366	
5124911	Little York	little-york	US	08834	0	America/New_York	42.75702	-74.4968	393			NY	095	12452	
5124923	Livingston	livingston	US	07039	0	America/New_York	42.14203	-73.77791	61	Johnstown,Livingston		NY	021	42917	
5124925	Liverpool	liverpool	US	13088	2294	America/New_York	43.10646	-76.2177	128	Little Ireland,Liverpool,Liverpul,T'kah-skwi-ut-ke,lyfrbwl,Ливерпул,ليفربول		NY	067	64815	
5124931	Livingston Manor	livingston-manor	US	12758	1221	America/New_York	41.90037	-74.82822	427			NY	105	63176	
5124936	Livonia	livonia	US	14487	1351	America/New_York	42.82145	-77.66861	315	Livonia,Livonia Station,Livonija,Ливония		NY	051	42961	
5124937	Livonia Center	livonia-center	US	14488	421	America/New_York	42.82145	-77.63861	331	Livonia Center,Livonia Centre		NY	051	42961	
5124960	Loch Sheldrake	loch-sheldrake	US	12759	0	America/New_York	41.77009	-74.6571	444			NY	105	25241	
5125003	Locke	locke	US	13092	0	America/New_York	42.66063	-76.43077	241	Locke,Milan		NY	011	43071	
5125005	Lloyd	lloyd	US	32337	0	America/New_York	41.7362	-74.00542	116	Centerville,Lloyd,Loyd		NY	111	42994	
5125011	Lockport	lockport	US	14094	20624	America/New_York	43.17061	-78.69031	187	De-o-do-sote,Lockport,Lokport,Lukport,Ta-ga-ote,lak‌pwrt  nywywrk,logpoteu,luo ke bo te shi,lwkbwrt,rokkupoto,Локпорт,Лукпорт,لاک‌پورت، نیویورک,لوكبورت,ロックポート,洛克波特市,록포트	063	NY	063	43082	
5125021	Lockwood	lockwood	US	14859	0	America/New_York	42.09119	-76.54994	275	Bingham's Mills,Lockwood		NY	107	04671	
5125031	Locust Grove	locust-grove	US	22508	0	America/New_York	43.5634	-75.37434	413			NY	049	42213	
5125032	Locust Grove	locust-grove	US	22508	0	America/New_York	40.8101	-73.50207	60			NY	059	56000	
5125041	Locust Valley	locust-valley	US	11560	3406	America/New_York	40.87593	-73.59707	39	Buckram,Locust Valley,Lokast Vali,Old Kaintuck Mill,lwkast wly  nywywrk,Локаст Вали,لوکاست ولی، نیویورک		NY	059	56000	
5125044	Lodi	lodi	US	07644	294	America/New_York	42.61396	-76.82246	337	Lodi,Лоди		NY	099	43225	
5125058	Logan	logan	US	25601	0	America/New_York	42.48785	-76.82857	418			NY	097	33073	
5125063	Lombard	lombard	US	60148	0	America/New_York	42.25034	-79.63671	476			NY	013	79950	
5125086	Long Beach	long-beach	US	11561	33550	America/New_York	40.58844	-73.65791	0	Long Beach,Long Bich,Long Bijch,Long-Bich,Longbeach,lang bych  nyw yark,lang bych  nywywrk,longbichi,lwngh bytsh,rongubichi,Лонг Бийч,Лонг Бич,Лонг-Бич,لانگ بیچ، نیو یارک,لانگ بیچ، نیویورک,لونغ بيتش,ロングビーチ,롱비치		NY	059	43335	
5125098	Long Branch	long-branch	US	07740	0	America/New_York	43.11812	-76.24326	111			NY	067	64815	
5125113	Long Eddy	long-eddy	US	12760	0	America/New_York	41.85092	-75.1335	258			NY	105	27573	
5125125	Long Island City	long-island-city	US	11101	25595	America/New_York	40.74482	-73.94875	4	Blissville,Dutch Kills,ECC,Hunter's Point,Long Island,Long Island City,Long-Ajlend-Siti,Middletown,long-aillaendeusiti,zhang dao shi,Лонг-Айленд-Сити,לאנג איילענד סיטי,لانگ آئلینڈ سٹی,長島市,롱아일랜드시티		NY	081		
5125139	Long Lake	long-lake	US	12847	547	America/New_York	43.97284	-74.421	510	Gougeville,Long Lake,Long Lejk,Longlake,lwngh lyk,Лонг Лејк,لونغ ليك		NY	041	43412	
5125237	Longview	longview	US	61852	0	America/New_York	42.10561	-79.28866	400			NY	013	23998	
5125238	Longwood	longwood	US	28452	0	America/New_York	42.95312	-78.36946	270			NY	037	19719	
5125255	Loomis	loomis	US	68958	0	America/New_York	42.2087	-75.21545	478			NY	025	78047	
5125256	Loomis	loomis	US	68958	0	America/New_York	41.79731	-74.78572	573			NY	105	42235	
5125276	Loon Lake	loon-lake	US	99148	0	America/New_York	44.55172	-74.05682	536	Loon Lake,Loonlake		NY	033	27243	
5125301	Lorraine	lorraine	US	13659	174	America/New_York	43.76646	-75.95936	305	Lorraine,Lorraine Huddle,The Huddle		NY	045	43544	
5125359	Loudonville	loudonville	US	44842	0	America/New_York	42.7048	-73.75484	106	Ireland's Corners,Loudonville		NY	001	17343	
5125367	Louisville	louisville	US	30434	0	America/New_York	44.89755	-75.01576	66	Louisville,Millersville,Millerville		NY	089	43588	
5125382	Loveland	loveland	US	45140	0	America/New_York	42.73339	-78.69892	312			NY	029	55277	
5125390	Lowell	lowell	US	01850	0	America/New_York	43.13868	-75.50073	175			NY	065	80533	
5125458	Lowman	lowman	US	14861	0	America/New_York	42.0298	-76.72051	256			NY	015	02781	
5125461	Lowville	lowville	US	13367	3416	America/New_York	43.78674	-75.49185	269	qryt lwfyl,قرية لوفيل	049	NY	049	43731	
5125478	Ludlow	ludlow	US	01056	0	America/New_York	40.92815	-73.90097	17			NY	119	84000	
5125495	Luther	luther	US	49656	0	America/New_York	42.60397	-73.65095	141			NY	083	22117	
5125505	Luzerne	luzerne	US	18709	0	America/New_York	41.95148	-75.14795	369			NY	025	31951	
5125514	Lycoming	lycoming	US	13093	0	America/New_York	43.49868	-76.38577	102	Lycoming,Scriba Station		NY	075	65992	
5125523	Lynbrook	lynbrook	US	11563	19558	America/New_York	40.65483	-73.6718	6	Linbruk,Lynbrook,Pearsall's,Pearsall's Corners,Pearsallville,lynbrwk,Линбрук,لينبروك		NY	059	34000	
5125532	Lyndon	lyndon	US	05849	0	America/New_York	43.02923	-76.05409	140			NY	067	20478	
5125534	Lyndonville	lyndonville	US	05851	803	America/New_York	43.32672	-78.38891	98	Lyndon,Lyndonville		NY	073	83448	
5125549	Lyon Mountain	lyon-mountain	US	12952	423	America/New_York	44.72476	-73.91153	548			NY	019	19653	
5125554	Lyons	lyons	US	07939	3619	America/New_York	43.06423	-76.99025	125	Lyons,The Forks	117	NY	117	43973	
5125559	Lyons Falls	lyons-falls	US	13368	565	America/New_York	43.62535	-75.36712	253	High Falls,Lyon's Falls,Lyons Falls		NY	049	81094	
5125591	Macedon	macedon	US	14502	1479	America/New_York	43.06923	-77.29887	144			NY	117	44160	
5125598	Machias	machias	US	04654	471	America/New_York	42.41951	-78.49447	512			NY	009	44237	
5125607	Mackey	mackey	US	47654	0	America/New_York	42.4573	-74.38348	591			NY	095	28981	
5125626	Madawaska	madawaska	US	04756	0	America/New_York	44.51673	-74.39711	485			NY	033	65178	
5125627	Madison	madison	US	03849	298	America/New_York	42.89896	-75.51212	367	Madison,Мадисон		NY	053	44435	
5125646	Madrid	madrid	US	13660	757	America/New_York	44.75034	-75.13104	99	Columbia,Columbia Village,Columbiaville,Madrid,Robert's Mill,Robert's Mills		NY	089	44490	
5125652	Magee	magee	US	39111	0	America/New_York	42.96118	-76.84607	158	Magee,Magee's Corners		NY	099	75902	
5125654	Magnolia	magnolia	US	08049	0	America/New_York	42.17506	-79.44005	401			NY	013	14069	
5125657	Mahopac	mahopac	US	10541	8369	America/New_York	41.37232	-73.73346	203	Lake Mahopac,Mahopac,Mahopac Station		NY	079	12529	
5125659	Mahopac Falls	mahopac-falls	US	10542	0	America/New_York	41.37204	-73.7618	176	Kirkham's Mills,Mahopac Falls,Red Mills,Robinson's Mills		NY	079	12529	
5125680	Maine	maine	US	13802	0	America/New_York	42.19257	-76.06104	278			NY	007	44611	
5125695	Malden	malden	US	02148	419	America/New_York	42.09509	-73.93513	30			NY	111	65299	
5125696	Malden Bridge	malden-bridge	US	12115	0	America/New_York	42.47064	-73.58289	118			NY	021	14014	
5125698	Malden-on-Hudson	malden-on-hudson	US	12453	405	America/New_York	42.09537	-73.93402	26	Malden		NY	111	65299	
5125702	Mallory	mallory	US	13103	0	America/New_York	43.32368	-76.11659	126	Brewsterville,Mallery Mills,Mallory,Smith's Mills		NY	075	32688	
5125717	Malone	malone	US	12953	5756	America/New_York	44.84866	-74.2949	217	Malon,Malone,Te-ka-no-ta-ron-we,Tekanata:ronhwe,Tekanatá:ronhwe,qryt malwn,Малон,قرية مالون	033	NY	033	44721	
5125724	Malta	malta	US	43758	0	America/New_York	42.97119	-73.79262	104	malta,مالتا		NY	091	44743	
5125734	Malverne	malverne	US	11565	8571	America/New_York	40.67899	-73.67402	11			NY	059	34000	
5125738	Mamaroneck	mamaroneck	US	10543	19375	America/New_York	40.94871	-73.73263	0	Mamaroneck,Mamaronek,Mamoranick,Mamorineck,Mamoronock,Momaronak,Momomaroneck,Momoronack,Momoroneck,Moraneck,mamarwnyk,Мамаронек,مامارونيك		NY	119	44842	
5125757	Manchester	manchester	US	01944	1661	America/New_York	42.96979	-77.23026	180	Manchester,Manchester (New York),Manchester  New York,Манчестер		NY	069	44864	
5125759	Manchester Center	manchester-center	US	05255	0	America/New_York	42.9759	-77.17998	167			NY	069	44864	
5125766	Manhasset	manhasset	US	11030	8080	America/New_York	40.79788	-73.69957	29	Cow Neck,Head of Cow Neck,Manhasset,Robinia,Sint Sink,maenhaeses,맨해셋		NY	059	53000	
5125771	Manhattan	manhattan	US	59741	1487536	America/New_York	40.78343	-73.96625	35	Borough of Manhattan,Manatans,Manathans,Manathas,Manathes,Manatte,Manhattan,Manhattanville,Mankhetten,Mannahattan,Menathans,maenhaeteun,man ha dun,manhatn,mnhtn,mæn hat tan,nyc,Манхеттен,מנהטן,مانهاتن,แมนฮัตตัน,曼哈顿,맨해튼	061	NY	061		
5125772	Manhattan Beach	manhattan-beach	US	90266	0	America/New_York	40.57733	-73.94708	1			NY	047		
5125784	Manitou	manitou	US	42436	0	America/New_York	41.33315	-73.96375	37	Highland,Manitou		NY	079	57584	
5125785	Manitou Beach	manitou-beach	US	49253	0	America/New_York	43.32339	-77.71445	79			NY	055	30290	
5125790	Manlius	manlius	US	13104	4630	America/New_York	43.00201	-75.97686	180	Liberty Square,Manlius,Manlius Square,Menlijus,man li wu si,manlyws,Менлијус,مانليوس,曼里烏斯		NY	067	45029	
5125799	Manning	manning	US	29102	0	America/New_York	43.19895	-78.09613	208	Manning,Manning Crossroads		NY	073	15880	
5125806	Mannsville	mannsville	US	13661	361	America/New_York	43.71285	-76.0627	189			NY	045	24086	
5125817	Manorville	manorville	US	11949	14314	America/New_York	40.87371	-72.80788	16			NY	103	10000	
5125818	Manorville	manorville	US	11949	0	America/New_York	42.14231	-74.03597	182			NY	111	65299	
5125839	Maple Grove	maple-grove	US	55311	0	America/New_York	43.25618	-74.15374	344			NY	041	35496	
5125840	Maple Grove	maple-grove	US	55311	0	America/New_York	42.8859	-76.18937	422			NY	067	55651	
5125841	Maple Grove	maple-grove	US	55311	0	America/New_York	42.49452	-75.24767	414	Maple Grove,Maplegrove		NY	077	48494	
5125842	Maple Grove	maple-grove	US	55311	0	America/New_York	42.6148	-73.569	195			NY	083	65013	
5125874	Maple Hill	maple-hill	US	28454	0	America/New_York	43.45285	-75.85352	268			NY	075	82073	
5125876	Maple Hill	maple-hill	US	28454	0	America/New_York	41.86648	-74.06125	67			NY	111	63737	
5125905	Maple Shade	maple-shade	US	08052	0	America/New_York	43.01869	-73.72623	64	Maple Shade,Maple Shade Farm		NY	091	65244	
5125906	Maple Springs	maple-springs	US	14756	0	America/New_York	42.19672	-79.42394	400			NY	013	23976	
5125909	Maple Valley	maple-valley	US	98038	0	America/New_York	42.67952	-74.76404	522	Maple Valley,Maplevalley		NY	077	79972	
5125910	Maple View	maple-view	US	13107	0	America/New_York	43.45729	-76.1452	141			NY	075	46822	
5125916	Maplecrest	maplecrest	US	12454	0	America/New_York	42.27592	-74.18681	537			NY	039	82480	
5125927	Mapleton	mapleton	US	04757	0	America/New_York	42.84368	-76.59994	271			NY	011	26231	
5125928	Mapleton	mapleton	US	04757	0	America/New_York	43.12311	-78.7992	185			NY	063	57111	
5125930	Maplewood	maplewood	US	07040	0	America/New_York	43.10728	-77.69389	161			NY	055	15462	
5125931	Maplewood	maplewood	US	07040	0	America/New_York	41.66953	-74.73961	378			NY	105	73627	
5125932	Maplewood	maplewood	US	07040	0	America/New_York	40.96343	-73.78874	62			NY	119	50617	
5125954	Marathon	marathon	US	13803	889	America/New_York	42.44174	-76.03215	312			NY	023	45403	
5125966	Marcellus	marcellus	US	13108	1773	America/New_York	42.98284	-76.34049	208			NY	067	45491	
5125971	Marcy	marcy	US	13403	0	America/New_York	43.17063	-75.29156	184			NY	065	45535	
5125981	Marengo	marengo	US	43334	0	America/New_York	43.0259	-76.91052	128			NY	117	28013	
5125985	Margaretville	margaretville	US	12455	577	America/New_York	42.1487	-74.64821	401	Margaretvil,Margaretville,Middletown,margharytfyl,Маргаретвил,مارغاريتفيل		NY	025	47031	
5126004	Marietta	marietta	US	13110	0	America/New_York	42.90896	-76.32354	243			NY	067	45491	
5126005	Marilla	marilla	US	14102	0	America/New_York	42.84006	-78.55502	258	Marilla,Shanty Town		NY	029	45601	
5126015	Marion	marion	US	02738	1511	America/New_York	43.1434	-77.18915	140			NY	117	45645	
5126022	Mariposa	mariposa	US	95338	0	America/New_York	42.70757	-75.81019	485			NY	017	42411	
5126055	Marlboro	marlboro	US	05344	3669	America/New_York	41.60565	-73.97153	55	Marlboro,Marlborough		NY	111	45722	
5126076	Marshall	marshall	US	20115	0	America/New_York	42.32618	-78.20196	500			NY	003	50375	
5126077	Marshall	marshall	US	20115	0	America/New_York	42.96313	-75.32767	416			NY	065	45755	
5126089	Marshfield	marshfield	US	02050	0	America/New_York	42.54284	-78.8417	391			NY	029	51803	
5126090	Marshville	marshville	US	28103	0	America/New_York	42.87535	-74.60931	208			NY	057	12122	
5126091	Marshville	marshville	US	28103	0	America/New_York	44.45117	-75.23187	153			NY	089	34176	
5126093	Martin	martin	US	15460	0	America/New_York	43.0259	-77.70528	174			NY	055	34099	
5126120	Martindale	martindale	US	17549	0	America/New_York	42.20703	-73.63179	186	Martindale,Martindale Depot		NY	021	16045	
5126125	Martinsburg	martinsburg	US	13404	0	America/New_York	43.73757	-75.46963	385	Martinsburg,Martinsburgh		NY	049	45854	
5126127	Martinsville	martinsville	US	08836	0	America/New_York	43.04978	-78.83448	175			NY	063	53682	
5126128	Martinsville	martinsville	US	08836	0	America/New_York	42.72145	-78.13279	324			NY	121	78344	
5126131	Martville	martville	US	13111	0	America/New_York	43.28007	-76.62717	108			NY	011	71146	
5126133	Marvin	marvin	US	57251	0	America/New_York	42.03144	-79.73449	441			NY	013	27606	
5126153	Maryland	maryland	US	12116	0	America/New_York	42.53647	-74.88655	375			NY	077	45920	
5126175	Marysville	marysville	US	17053	0	America/New_York	42.98395	-76.4491	228			NY	067	67521	
5126177	Masonville	masonville	US	13804	0	America/New_York	42.24203	-75.3774	394			NY	025	45964	
5126180	Maspeth	maspeth	US	11378	48325	America/New_York	40.72316	-73.91264	9	English Kills,Maspeth,Mespat,Mispat		NY	081		
5126183	Massapequa	massapequa	US	11758	21685	America/New_York	40.68066	-73.47429	8	Masapekua,Masapikva,Massapequa,Oysterbay South,South Oyster Bay,masabykwa,Масапекуа,Масапиква,ماسابيكوا		NY	059	56000	
5126187	Massapequa Park	massapequa-park	US	11762	17232	America/New_York	40.68038	-73.45512	7	Massapequa Park,Stadt Wurtemberg,Wurtemberg		NY	059	56000	
5126194	Massena	massena	US	13662	10629	America/New_York	44.9281	-74.89186	70	Kentsia:ke,Kentsià:ke,MSS,Massena,Messina,Nikentsiake,Массена		NY	089	46030	
5126208	Mastic	mastic	US	11950	15481	America/New_York	40.80204	-72.84094	9	Forge,Mastic		NY	103	10000	
5126209	Mastic Beach	mastic-beach	US	11951	14841	America/New_York	40.76677	-72.85205	2			NY	103	10000	
5126239	Mattituck	mattituck	US	11952	4219	America/New_York	40.99121	-72.53425	5			NY	103	69463	
5126261	Maxwell	maxwell	US	46154	0	America/New_York	42.97673	-77.7725	180			NY	051	11715	
5126268	Maybrook	maybrook	US	12543	3286	America/New_York	41.48398	-74.21765	128			NY	071	48153	
5126273	Mayfield	mayfield	US	12117	803	America/New_York	43.10452	-74.26486	259			NY	035	46217	
5126280	Maynard	maynard	US	01754	0	America/New_York	43.13674	-75.25905	140			NY	065	45535	
5126287	Mayville	mayville	US	14757	1669	America/New_York	42.25395	-79.50449	443		013	NY	013	14069	
5126289	Maywood	maywood	US	07607	0	America/New_York	42.74397	-73.8629	95			NY	001	17343	
5126290	Maywood	maywood	US	07607	0	America/New_York	40.7226	-73.42457	22			NY	103	04000	
5126343	McDonough	mcdonough	US	30252	0	America/New_York	42.4984	-75.76797	436			NY	017	44127	
5126422	McLean	mclean	US	68747	0	America/New_York	42.55202	-76.29104	342	McLean,Moscow		NY	109	30972	
5126496	Meadowbrook	meadowbrook	US	26404	0	America/New_York	41.44537	-74.08098	103			NY	071	18300	
5126509	Mechanicstown	mechanicstown	US	44651	6858	America/New_York	41.44287	-74.38849	162	Mechanic Town,Mechanicstown		NY	071	77992	
5126510	Mechanicville	mechanicville	US	12118	5169	America/New_York	42.90285	-73.68734	27	Burrow,Mechanicsville,Mechanicville,Mechanicville Village,Mechanikvil,Mekanikvil,mchanykwyly  nywywrk,mei ka ni ke wei er,myshnysfyl,Меканиквил,Мечаниквил,ميشنيسفيل,مچانیکویلی، نیویورک,梅卡尼克维尔		NY	091	46360	
5126513	Mecklenburg	mecklenburg	US	14863	0	America/New_York	42.45757	-76.71023	353	Mecklenburg,Mecklenburgh		NY	097	33073	
5126518	Medford	medford	US	02153	24142	America/New_York	40.8176	-73.00011	27	Medford,Medford Station,Медфорд		NY	103	10000	
5126521	Medina	medina	US	14103	5827	America/New_York	43.22006	-78.38697	162	Diegeh-hoseh,Medajna,Medina,mdyna,mdyna  nywywrk,Медајна,Медина,مدينا,مدینا، نیویورک,مدینہ، نیو یارک		NY	073	61742	
5126524	Medusa	medusa	US	12120	382	America/New_York	42.43675	-74.13014	245	Halls Hollow,Halls Mills,Medusa		NY	001	61181	
5126526	Medway	medway	US	02053	0	America/New_York	42.39731	-73.88818	210			NY	039	49935	
5126544	Mellenville	mellenville	US	12544	0	America/New_York	42.25314	-73.66762	82	Centerville,Mellenville		NY	021	16045	
5126550	Melrose	melrose	US	02176	22470	America/New_York	40.82455	-73.91041	9			NY	005		
5126551	Melrose	melrose	US	02176	0	America/New_York	42.84202	-73.62262	119	Melrose,The Junction		NY	083	65486	
5126554	Melrose Park	melrose-park	US	60160	2294	America/New_York	42.90868	-76.54022	223			NY	011	55871	
5126555	Melville	melville	US	11747	18985	America/New_York	40.79343	-73.41512	41	Melvil,Melville,Sun-quams,Sweet Hollow,Мелвил		NY	103	37000	
5126586	Memphis	memphis	US	13112	0	America/New_York	43.08284	-76.37716	132	Canton,Memphis		NY	067	76760	
5126592	Mendon	mendon	US	01756	0	America/New_York	42.99784	-77.50444	171	myndwn,ميندون		NY	055	46558	
5126596	Meno	meno	US	73760	0	America/New_York	44.52922	-74.39489	488			NY	033	65178	
5126619	Meredith	meredith	US	03253	0	America/New_York	42.35842	-74.93433	661	Meredith,Meredith Square		NY	025	46624	
5126622	Meridale	meridale	US	13806	0	America/New_York	42.36703	-74.95377	542	Meredith Hollow,Meridale		NY	025	46624	
5126623	Meridian	meridian	US	13113	303	America/New_York	43.16562	-76.53689	138	Cato Four Corners,Meridian,Меридиан		NY	011	12969	
5126630	Merrick	merrick	US	11566	22097	America/New_York	40.66288	-73.55152	4	Meric,Merikohe,Merrick,Merrik,Moroke,Меррик		NY	059	34000	
5126644	Merrifield	merrifield	US	22081	0	America/New_York	42.78285	-76.58494	322			NY	011	65816	
5126645	Merrill	merrill	US	48637	0	America/New_York	44.76476	-73.9582	403			NY	019	23921	
5126705	Mexico	mexico	US	04257	1574	America/New_York	43.45951	-76.22882	125	Mexico,Mexicoville		NY	075	46822	
5126768	Middle Falls	middle-falls	US	12848	0	America/New_York	43.10063	-73.52484	97			NY	115	30686	
5126771	Middle Granville	middle-granville	US	12849	0	America/New_York	43.4334	-73.28344	113			NY	115	30037	
5126776	Middle Grove	middle-grove	US	12850	0	America/New_York	43.0898	-73.9179	168	Jamesville,Middle Grove		NY	091	30444	
5126787	Middle Island	middle-island	US	11953	10483	America/New_York	40.88427	-72.93733	25			NY	103	10000	
5126827	Middle Village	middle-village	US	11379	29491	America/New_York	40.71649	-73.88125	30			NY	081		
5126828	Middleburgh	middleburgh	US	12122	1437	America/New_York	42.59869	-74.33292	195	Middleburg,Middleburgh,Middletown,Weisers Dorp		NY	095	46855	
5126831	Middle Village	middle-village	US	11379	0	America/New_York	42.83313	-74.82987	434			NY	077	70310	
5126833	Middlefield	middlefield	US	01243	0	America/New_York	42.6873	-74.83987	381	Clarksville,Middlefield		NY	077	46910	
5126836	Middleport	middleport	US	14105	1822	America/New_York	42.79062	-75.5599	341			NY	053	41674	
5126837	Middleport	middleport	US	14105	1788	America/New_York	43.21256	-78.47641	157	Middleport,Te-ka-on-do-duk		NY	063	64034	
5126839	Middlesex	middlesex	US	08846	0	America/New_York	42.70479	-77.27165	235	Middlesex,Middlesex Center,mydlsks,ميدلسكس		NY	123	47020	
5126842	Middletown	middletown	US	02842	27812	America/New_York	41.44593	-74.42293	170	Midl Taun,Midltaun,midorutaun,mydl tawn  nywywrk,mydltawn,Мидл Таун,Мидлтаун,ميدلتاون,مڈل ٹاؤن، اورنج کاؤنٹی، نیو یارک,میدل تاون، نیویورک,ミドルタウン		NY	071	47042	
5126848	Middleville	middleville	US	07855	501	America/New_York	43.13868	-74.96821	182			NY	043	24933	
5126849	Middleville	middleville	US	07855	0	America/New_York	40.89926	-73.29623	17			NY	103	68000	
5126860	Midway	midway	US	15060	0	America/New_York	42.25146	-76.83746	242			NY	015	77310	
5126861	Midway	midway	US	15060	0	America/New_York	42.55118	-76.49355	288			NY	109	41234	
5126862	Midway Park	midway-park	US	28544	0	America/New_York	42.20145	-79.42421	402			NY	013	23976	
5126870	Milan	milan	US	03588	0	America/New_York	41.95343	-73.79208	132	Milan,Milanville		NY	027	47207	
5126874	Milburn	milburn	US	42070	0	America/New_York	41.50176	-74.34515	154			NY	071	77992	
5126891	Milford	milford	US	01757	401	America/New_York	42.59063	-74.94516	368	Milford,Милфорд		NY	077	47240	
5126892	Milford Center	milford-center	US	43045	0	America/New_York	42.52424	-74.98877	364			NY	077	47240	
5126968	Mill Neck	mill-neck	US	11765	1015	America/New_York	40.88704	-73.55512	43			NY	059	56000	
5127007	Millbrook	millbrook	US	12545	1425	America/New_York	41.78509	-73.69402	175	Milbruk,mylbwrwk,Милбрук,ميلبوروك		NY	027	78388	
5127009	Millburn	millburn	US	07041	0	America/New_York	40.64732	-73.60791	6	Milburn,Millburn		NY	059	34000	
5127043	Miller Place	miller-place	US	11764	12339	America/New_York	40.95982	-72.99621	40	Miller Place,Miller's Place,Millerplace		NY	103	10000	
5127065	Millersport	millersport	US	43046	0	America/New_York	43.08478	-78.6967	178			NY	029	15825	
5127066	Millerton	millerton	US	12546	940	America/New_York	41.9537	-73.51068	216	Milerton,Millerton,Northeast Station,mylrtwn,Милертон,ميلرتون		NY	027	51891	
5127074	Millport	millport	US	14864	296	America/New_York	42.26535	-76.83468	219	Mill Port,Millport,Millvale		NY	015	77310	
5127088	Milltown	milltown	US	08850	0	America/New_York	41.41259	-73.56013	133			NY	079	68924	
5127090	Millville	millville	US	01529	0	America/New_York	43.20756	-78.32475	183			NY	073	66751	
5127092	Millwood	millwood	US	10546	0	America/New_York	41.19232	-73.79736	110	Merritt's Corners,Millwood,Sarles Corners,Sarlesville		NY	119	50078	
5127098	Milton	milton	US	02186	3087	America/New_York	43.03369	-73.85262	128	Mil'ton,Мильтон		NY	091	47537	
5127099	Milton	milton	US	02186	1403	America/New_York	41.65982	-73.95708	47	Mil'ton,Мильтон		NY	111	45722	
5127100	Milton	milton	US	02186	0	America/New_York	40.96204	-73.68818	5			NY	119	64309	
5127102	Milton Center	milton-center	US	43541	0	America/New_York	43.04091	-73.88985	116	Milton Center,Milton Centre		NY	091	47537	
5127111	Mina	mina	US	89422	0	America/New_York	42.13006	-79.6881	486	Mina,Mina Corners		NY	013	47592	
5127134	Mineola	mineola	US	11501	19139	America/New_York	40.74927	-73.64068	33	Haviland,Mineola,Miniola,mineora,miniolla,mynwla  nywywrk,mynywla,mynywla  nyw yark,Миниола,مينيولا,مینولا، نیویورک,مینیولا، نیو یارک,ミネオラ,미니올라	059	NY	059	53000	
5127142	Mineral Springs	mineral-springs	US	16855	0	America/New_York	42.67035	-74.45097	317	Mineral Springs,Mineralsprings		NY	095	16639	
5127143	Minerva	minerva	US	12851	0	America/New_York	43.79145	-73.9843	423			NY	031	47669	
5127147	Minetto	minetto	US	13115	1069	America/New_York	43.39812	-76.47744	99			NY	075	47691	
5127150	Mineville	mineville	US	12956	1269	America/New_York	44.09283	-73.51818	395			NY	031	48428	
5127179	Minoa	minoa	US	13116	3523	America/New_York	43.07618	-76.00075	126			NY	067	45029	
5127220	Modena	modena	US	12548	0	America/New_York	41.66843	-74.10264	139	Clark's Corner,Modena		NY	111	58552	
5127227	Model City	model-city	US	14107	0	America/New_York	43.18506	-78.98365	109	Middletown,Model City,Modeltown		NY	063	42158	
5127233	Mohawk	mohawk	US	13407	2628	America/New_York	43.01146	-75.00404	126			NY	043	28750	
5127250	Mohegan Lake	mohegan-lake	US	10547	0	America/New_York	41.31843	-73.85902	144			NY	119	84077	
5127258	Moira	moira	US	12957	0	America/New_York	44.81811	-74.55574	128	Moira,Moira Corners,Sa-ko-ron-ta-keh-tas,Shakorontakehtatshne,Shakorontakehtátshne		NY	033	47933	
5127295	Mongaup Valley	mongaup-valley	US	12762	0	America/New_York	41.6687	-74.78461	339	Mongaup Mill,Mongaup Valley		NY	105	06310	
5127302	Monroe	monroe	US	03771	8632	America/New_York	41.33065	-74.18681	196	Monro,Monroe (New York),Монро		NY	071	47999	
5127315	Monsey	monsey	US	10952	18412	America/New_York	41.11121	-74.06848	167	Kakiat,Monsey,Monsey Depot,Monsi,monzei,mwnsy,Монси,מאנסי,מונסי,モンゼイ		NY	087	60510	
5127321	Montauk	montauk	US	11954	3326	America/New_York	41.03594	-71.95451	10	MTP,Montak,Montok,meng tuo ke,Монтак,Монток,蒙托克		NY	103	22194	
5127335	Montebello	montebello	US	24464	4652	America/New_York	41.13593	-74.11848	97	Montebello,Montebelo,mwnybylw,Монтебелло,Монтебело,مونيبيلو		NY	087	60510	
5127341	Monterey	monterey	US	01245	0	America/New_York	42.30563	-77.04913	371	Gaylord's,Mead's Creek,Monterey,Orange		NY	097	55156	
5127345	Montezuma	montezuma	US	13117	0	America/New_York	43.01006	-76.70328	121	Montezuma,Tecarjikhado		NY	011	48131	
5127353	Montgomery	montgomery	US	05470	4609	America/New_York	41.52759	-74.23682	109	MGJ,Montgomeri,Монтгомери		NY	071	48153	
5127359	Monticello	monticello	US	04760	6505	America/New_York	41.65565	-74.68933	461	MSV,Montichelo,Montiselo,mwntysylw,Монтисело,Монтичело,מאנטיסעלא,مونتيسيلو	105	NY	105	73627	
5127364	Montour Falls	montour-falls	US	14865	1676	America/New_York	42.3473	-76.84524	137	Catharinetown,Chequegah,Havana,Montour Falls,Montour's Falls		NY	097	48186	
5127368	Montrose	montrose	US	10548	2731	America/New_York	41.25232	-73.93153	35	Centreville,East Haverstraw,Lyell,Montrose		NY	119	18410	
5127372	Montville	montville	US	06353	0	America/New_York	42.71451	-76.40327	304			NY	011	48307	
5127387	Mooers	mooers	US	12958	442	America/New_York	44.96337	-73.58736	86			NY	019	48252	
5127389	Mooers Forks	mooers-forks	US	12959	0	America/New_York	44.95809	-73.6407	114	Centerville,Mooers Forks		NY	019	48252	
5127393	Moody	moody	US	04054	0	America/New_York	44.22784	-74.48489	471			NY	033	75676	
5127474	Moravia	moravia	US	13118	1236	America/New_York	42.71257	-76.4216	224	Moravia,Owasco Flats		NY	011	48307	
5127489	Moreland	moreland	US	30259	0	America/New_York	42.30785	-76.9069	375	Crawford Settlement,Moreland		NY	097	20676	
5127500	Morgan Hill	morgan-hill	US	95037	0	America/New_York	41.95565	-74.11042	185			NY	111	37143	
5127511	Morganville	morganville	US	07751	0	America/New_York	43.00228	-78.07418	266			NY	037	70607	
5127513	Moriah	moriah	US	12960	0	America/New_York	44.04617	-73.50513	259			NY	031	48428	
5127514	Moriah Center	moriah-center	US	12961	0	America/New_York	44.06117	-73.50985	241	Moriah Center,Moriah Centre		NY	031	48428	
5127519	Moriches	moriches	US	11955	2838	America/New_York	40.80732	-72.82121	7			NY	103	10000	
5127522	Morley	morley	US	49336	0	America/New_York	44.66506	-75.19882	103	Long Rapids,Morley		NY	089	12342	
5127533	Morris	morris	US	06763	564	America/New_York	42.54869	-75.24517	349	Louisville,Morris		NY	077	48494	
5127555	Morrisonville	morrisonville	US	12962	1545	America/New_York	44.6931	-73.56208	110			NY	019	65717	
5127556	Morristown	morristown	US	07960	387	America/New_York	44.58645	-75.64829	88			NY	089	48582	
5127561	Morrisville	morrisville	US	05661	1764	America/New_York	42.89868	-75.64018	411	Morris Flats,Morrisville		NY	053	23305	
5127569	Morse Mill	morse-mill	US	63066	0	America/New_York	42.72701	-76.3591	329			NY	011	66278	
5127576	Morton	morton	US	14508	0	America/New_York	43.32811	-77.99529	96			NY	073	39188	
5127588	Morse	morse	US	70559	0	America/New_York	43.37007	-76.13381	143	Morse,Morse Station		NY	075	32688	
5127602	Mosherville	mosherville	US	49258	0	America/New_York	43.06174	-74.01874	270			NY	091	28112	
5127675	Mottville	mottville	US	13119	0	America/New_York	42.97368	-76.44244	247	Mottsville,Mottville,Sodom		NY	067	67521	
5127681	Mount Airy	mount-airy	US	21771	0	America/New_York	41.21787	-73.87903	119			NY	119	18410	
5127682	Mount Airy	mount-airy	US	21771	0	America/New_York	41.22704	-73.87097	127			NY	119	18410	
5127696	Mount Carmel	mount-carmel	US	17851	0	America/New_York	42.10869	-75.56407	486			NY	007	82535	
5127722	Mount Hope	mount-hope	US	25880	0	America/New_York	41.44454	-74.52183	251			NY	071	48857	
5127723	Mount Hope	mount-hope	US	25880	0	America/New_York	43.49729	-73.54706	229			NY	115	26715	
5127724	Mount Hope	mount-hope	US	25880	0	America/New_York	40.98899	-73.86791	77			NY	119		
5127744	Mount Kisco	mount-kisco	US	10549	11145	America/New_York	41.20426	-73.72708	93	Maunt Kisko,Mount Kisco,Mount Kisko,New Castle Corner,mawnt kyskw,Маунт Киско,מאונט קיסקא,ماونت كيسكو		NY	119	48895	
5127757	Mount Marion	mount-marion	US	12456	0	America/New_York	42.0387	-73.98653	53	Cockburn,Mount Marion		NY	111	65299	
5127766	Mount Morris	mount-morris	US	14510	2899	America/New_York	42.72562	-77.87417	192	Allen's Hill,Mount Morris,Richmond Hill,Sanungewage,Sho-no-jo-waah-geh		NY	051	48956	
5127783	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	43.38701	-76.37799	130			NY	075	77662	
5127784	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	43.15396	-73.96874	525			NY	091	30444	
5127785	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	42.79758	-73.94762	104			NY	093	65508	
5127786	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	42.04842	-74.28904	218			NY	111	66597	
5127787	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	41.09621	-73.79347	79	mwnt blystant,مونت بليستانت		NY	119	49011	
5127824	Mount Sinai	mount-sinai	US	11766	12118	America/New_York	40.94704	-73.02955	10	Mount Sinai,Mount Vernon,Non-o-wan-tuck,Old Man's Harbor,Old Mans,Ould Mans		NY	103	10000	
5127830	Mount Tremper	mount-tremper	US	12457	0	America/New_York	42.04481	-74.27542	221			NY	111	66597	
5127831	Mount Upton	mount-upton	US	13809	0	America/New_York	42.42647	-75.38323	314			NY	017	31148	
5127833	Mount Vernon	mount-vernon	US	04352	0	America/New_York	42.75395	-78.89059	183			NY	029	31654	
5127834	Mount Vernon	mount-vernon	US	04352	0	America/New_York	41.64843	-74.49655	470			NY	105	44809	
5127835	Mount Vernon	mount-vernon	US	04352	68628	America/New_York	40.9126	-73.83708	33	Hutchinson's,Maunt Vernon,Maunt-Vernon,Mount Vernon,fu nong shan,mant wrnwn  nywywrk,maunteubeoneon,mauntobanon,mwnt fyrnwn,Маунт Вернон,Маунт-Вернон,מאונט ורנון,ماؤنٹ ورنن، نیو یارک,مانت ورنون، نیویورک,مونت فيرنون,マウントバーノン,弗農山,마운트버넌		NY	119	49121	
5127859	Mount Vision	mount-vision	US	13810	0	America/New_York	42.57841	-75.05794	357	Jacksonville,Mount Vision		NY	077	41531	
5127902	Mountain Dale	mountain-dale	US	12763	0	America/New_York	41.68954	-74.53127	308	Mountain Dale,Mountaindale		NY	105	25241	
5127906	Mountain View	mountain-view	US	65548	0	America/New_York	44.70283	-74.13849	457	Mountain View,Mountainview		NY	033	05716	
5127907	Mountain View	mountain-view	US	65548	0	America/New_York	42.70425	-73.65234	138			NY	083	10275	
5127915	Mountainville	mountainville	US	10953	0	America/New_York	41.40093	-74.07848	91			NY	071	18300	
5128146	Mumford	mumford	US	14511	0	America/New_York	42.99284	-77.86029	188	McKenzie's Corners,Mumford,Mumfordville,Slab City		NY	055	81402	
5128154	Munnsville	munnsville	US	13409	469	America/New_York	42.97701	-75.58685	201			NY	053	71399	
5128185	Murray	murray	US	42071	0	America/New_York	43.27395	-78.04585	125	Murray,Sandy Creek		NY	073	49286	
5128264	Nanticoke	nanticoke	US	18634	0	America/New_York	42.2748	-76.05409	332	Lamb's Corners,Nanticoke,Nanticoke Springs		NY	007	49396	
5128266	Nanuet	nanuet	US	10954	17882	America/New_York	41.08871	-74.01347	91	Clarkstown,Clarkstown Station,Nanuet,Нанует		NY	087	15968	
5128267	Napanoch	napanoch	US	12458	1174	America/New_York	41.74398	-74.37154	95	Napanoch,Napanock,Napenagh		NY	111	78828	
5128276	Naples	naples	US	04055	1019	America/New_York	42.61535	-77.40249	245	Naples,Neapol',Nundawao,Watkinstown,Неаполь		NY	069	49440	
5128307	Narrowsburg	narrowsburg	US	12764	431	America/New_York	41.6087	-75.06184	202	Big Eddy,Homan's Eddy,Narrowsburg,Narrowsburgh		NY	105	75759	
5128310	Nashville	nashville	US	27856	0	America/New_York	42.45812	-79.07615	398			NY	013	32050	
5128311	Nashville	nashville	US	27856	0	America/New_York	43.07728	-78.86587	175			NY	063	81380	
5128313	Nassau	nassau	US	12123	1124	America/New_York	42.51591	-73.61012	123	Nassau,Union Village		NY	083	49517	
5128341	Natural Bridge	natural-bridge	US	13665	365	America/New_York	44.06896	-75.49381	249			NY	045	82348	
5128345	Natural Dam	natural-dam	US	72948	0	America/New_York	44.33728	-75.50299	134	Morris Mills,Morris's Mills,Natural Dam		NY	089	29608	
5128368	Nedrow	nedrow	US	13120	2244	America/New_York	42.97507	-76.14131	144			NY	067	54958	
5128414	Nelliston	nelliston	US	13410	575	America/New_York	42.93479	-74.61348	112	Fort Clyde,Neliston,Nelliston,nlystwn,Нелистон,نليستون		NY	057	56099	
5128415	Nelson	nelson	US	03457	0	America/New_York	42.91729	-75.77685	438	Nelson,Nelson Flats,Skunk Hollow		NY	053	49770	
5128425	Nelsonville	nelsonville	US	45764	625	America/New_York	41.42454	-73.94653	57	Nelsonvil,nlswnfyl,Нелсонвил,نلسونفيل		NY	079	57584	
5128433	Nesconset	nesconset	US	11767	13387	America/New_York	40.85204	-73.154	36			NY	103	68000	
5128450	Neversink	neversink	US	12765	0	America/New_York	41.84731	-74.61905	498	Neversink,Neversink Flats		NY	105	49847	
5128459	Nevis	nevis	US	56467	0	America/New_York	42.06065	-73.84291	66			NY	021	16177	
5128463	New Baltimore	new-baltimore	US	12124	0	America/New_York	42.44619	-73.78846	25			NY	039	49935	
5128465	New Berlin	new-berlin	US	13411	974	America/New_York	42.62424	-75.33156	339	Novyj Berlin,Новый Берлин		NY	017	49957	
5128467	New Boston	new-boston	US	03070	0	America/New_York	42.67285	-75.93186	442			NY	023	19499	
5128468	New Boston	new-boston	US	03070	0	America/New_York	43.80007	-75.74575	466			NY	049	57925	
5128470	New Bremen	new-bremen	US	45869	0	America/New_York	43.83785	-75.44018	235	Dayansville,New Bremen		NY	049	50001	
5128481	New City	new-city	US	10956	33559	America/New_York	41.1476	-73.98931	48	Clarkstown,New City,New Hempstead,Nju Siti,nyw syty,Њу Сити,نيو سيتي,ニュー・シティ	087	NY	087	15968	
5128484	New Concord	new-concord	US	42076	0	America/New_York	42.39536	-73.5265	254			NY	021	14014	
5128501	New Hampton	new-hampton	US	03256	0	America/New_York	41.41093	-74.4071	164	New Hampton,Phillipse		NY	071	78839	
5128503	New Hartford	new-hartford	US	06057	1844	America/New_York	43.0734	-75.28767	165	Chegaquatka,New Hartford		NY	065	50309	
5128505	New Haven	new-haven	US	05472	0	America/New_York	43.47979	-76.31521	129	Gay Head,New Haven,West Mexico		NY	075	50342	
5128514	New Hyde Park	new-hyde-park	US	11040	9811	America/New_York	40.7351	-73.68791	32	New Hyde Park,Nju Khajd Park,Plainville,nyw hayd bark,Њу Хајд Парк,نيو هايد بارك,نیو ہائڈ پارک، نیو یارک		NY	059	53000	
5128518	New Kingston	new-kingston	US	12459	0	America/New_York	42.2137	-74.6821	514			NY	025	47031	
5128522	New Brighton	new-brighton	US	15066	3421	America/New_York	40.64233	-74.09292	25			NY	085		
5128527	New Lisbon	new-lisbon	US	08064	0	America/New_York	42.58785	-75.18405	380			NY	077	50485	
5128529	New London	new-london	US	03257	0	America/New_York	43.20535	-75.58768	131			NY	065	77178	
5128532	New Milford	new-milford	US	06776	0	America/New_York	41.23454	-74.41377	142	Jockey Hollow,New Milford		NY	071	78366	
5128539	New Paltz	new-paltz	US	12561	7070	America/New_York	41.74759	-74.08681	73	New Paltz,Newpaltz,Nouveau Palatinat		NY	111	50562	
5128545	New Lebanon	new-lebanon	US	12125	0	America/New_York	42.46397	-73.3965	212	New Lebanon,Tildens,nyw lbnan,نيو لبنان		NY	021	50452	
5128549	New Rochelle	new-rochelle	US	10801	79846	America/New_York	40.91149	-73.78235	26	N'ju-Roshel',N'ju-Roshell,New Rochelle,Nju Roshel,Njuroshel,Nouvelle-Rochelle,Nueva Rochelle,nyulosyel,nyurosheru,nyw rashl  nywywrk,nyw rwchyl  nywyark,nyw rwsl,nyw rwtshyl,xin luo xie er,Њу Рошел,Нью-Рошелл,Нью-Рошель,Нюрошел,ניו רושל,نيو روتشيل,نیو راشل، نیویورک,نیو روچیل، نیویارک,ニューロシェル,新羅謝爾,뉴로셸		NY	119	50617	
5128559	New Russia	new-russia	US	12964	0	America/New_York	44.16338	-73.61152	191			NY	031	23833	
5128560	New Salem	new-salem	US	01355	0	America/New_York	42.62286	-73.96846	128	New Salem,Punkinton,Punkintown		NY	001	50672	
5128561	New Salem	new-salem	US	01355	0	America/New_York	41.89537	-74.01597	18			NY	111	24691	
5128569	New Suffolk	new-suffolk	US	11956	349	America/New_York	40.99149	-72.47592	8			NY	103	69463	
5128573	New Vernon	new-vernon	US	07976	0	America/New_York	41.50176	-74.48433	199			NY	071	48857	
5128577	New Windsor	new-windsor	US	12553	8922	America/New_York	41.47676	-74.02375	49	New Windsor,New Windsor Center,Nju Vinsor,nyw wyndswr,Њу Винсор,نيو ويندسور		NY	071	50848	
5128580	New Woodstock	new-woodstock	US	13122	0	America/New_York	42.8484	-75.85436	398			NY	053	13156	
5128616	New York Mills	new-york-mills	US	13417	3308	America/New_York	43.10535	-75.29128	142	New York Mills,New York Upper Mills		NY	065	81754	
5128639	Newark	newark	US	07101	8843	America/New_York	43.04673	-77.09525	135	Arcadia,East Newark,Lockville,Miller's Basin,N'juark,Newark,Newark - Arcadia,Njuark,nywark,nywark  nyw yark,Њуарк,Ньюарк,نيوارك,نیوآرک، نیو یارک		NY	117	02440	
5128644	Newark Valley	newark-valley	US	13811	957	America/New_York	42.22369	-76.18326	295	Newark Valley,Westville		NY	107	49913	
5128653	Newburg	newburg	US	17240	0	America/New_York	42.69312	-78.11973	364	Newburg,Newburgh		NY	121	27980	
5128654	Newburgh	newburgh	US	12550	28290	America/New_York	41.50343	-74.01042	39	N'juberg,N'juburg,Njuburg,SWF,nyubagu,nyubeogeu,nywbwrg  nywywrk,nywbwrgh,Њубург,Ньюберг,Ньюбург,Нюбург,Нюбърг,نيوبورغ,نیوبورگ، نیویورک,ニューバーグ,뉴버그		NY	071	50034	
5128659	Newcomb	newcomb	US	12852	422	America/New_York	43.96975	-74.16621	474	Newcomb,Pendleton,nywkwmb,نيوكومب		NY	031	50144	
5128670	Newfane	newfane	US	05345	3822	America/New_York	43.28672	-78.71031	105	Charlotte,Charlottesville,New Fane,Newfane,Njufejn,nywfan,Њуфејн,نيوفان		NY	063	50232	
5128673	Newfield	newfield	US	04056	0	America/New_York	42.36202	-76.59078	320	Cayuta,Florence,Newfield		NY	109	50254	
5128680	Newkirk	newkirk	US	74647	0	America/New_York	43.11313	-74.50931	438	Newkirk,Newkirks Mills		NY	035	12573	
5128683	Newport	newport	US	02840	620	America/New_York	43.1859	-75.01432	202	N'juport,Ньюпорт		NY	043	50584	
5128684	Newport	newport	US	02840	0	America/New_York	43.2084	-77.53667	87			NY	055	37726	
5128685	Newport	newport	US	02840	0	America/New_York	43.07868	-76.32854	128			NY	067	11913	
5128686	Newport	newport	US	02840	0	America/New_York	41.27593	-74.46932	129			NY	071	78366	
5128698	Newton Falls	newton-falls	US	13666	0	America/New_York	44.21062	-74.98908	456	Newton Falls,Newtonfalls		NY	089	16287	
5128705	Newtonville	newtonville	US	02460	0	America/New_York	42.72452	-73.75845	112	Newton's Corners,Newtonville		NY	001	17343	
5128706	Newtown	newtown	US	06470	0	America/New_York	42.53895	-78.95698	260			NY	029		
5128707	Newtown	newtown	US	06470	0	America/New_York	42.87147	-73.72429	95			NY	091	31489	
5128708	Newtown	newtown	US	06470	0	America/New_York	40.87954	-72.50314	4			NY	103	68473	
5128715	Newville	newville	US	17241	0	America/New_York	42.97646	-74.82571	164			NY	043	19686	
5128723	Niagara Falls	niagara-falls	US	14301	48916	America/New_York	43.0945	-79.05671	187	IAG,Manchester,Najagara Fols,Niagara Falls,Niagara-Folls,Niagara-Fols,Niagaro Folz,Ohnia:kara,Ohnià:kara,naiagalapolseu,naiagaraforuzu,ni ya jia la pu bu cheng,nyagara falz  nywywrk,nyagra falz  nyw yark,nyajara fwlz,Најагара Фолс,Ниагара-Фолс,Ниагаро Фолз,Ніагара-Фоллс,نياجارا فولز,نیاگارا فالز، نیویورک,نیاگرا فالز، نیو یارک,ナイアガラフォールズ,尼亞加拉瀑布城,나이아가라폴스		NY	063	51055	
5128746	Nichols	nichols	US	13812	0	America/New_York	42.00924	-77.26526	442			NY	101	75737	
5128747	Nichols	nichols	US	13812	485	America/New_York	42.02174	-76.36688	241	Nichols,Rushville		NY	107	51121	
5128770	Nicholville	nicholville	US	12965	0	America/New_York	44.69728	-74.65935	241	Nicholville,Sodom		NY	089	41564	
5128789	Niles	niles	US	44446	0	America/New_York	42.83757	-76.41355	279	Dutch Hollow,Niles		NY	011	51198	
5128812	Nineveh	nineveh	US	13813	0	America/New_York	42.19425	-75.60241	294			NY	007	17046	
5128817	Niobe	niobe	US	14758	0	America/New_York	42.01256	-79.44949	437	Grant Station,Niobe		NY	013	32248	
5128833	Niverville	niverville	US	12130	1662	America/New_York	42.44092	-73.66095	97	Kinderhook Station,Niverville		NY	021	39573	
5128844	Nobleboro	nobleboro	US	04555	0	America/New_York	43.3959	-74.86182	436	Nobleboro,Noblesboro		NY	043	54507	
5128862	Norfolk	norfolk	US	02056	1327	America/New_York	44.80089	-74.99103	79	Ka-na-ta-se-ke,Kanatase:ke,Kanatasè:ke,Norfolk,Норфолк		NY	089	51330	
5128879	North Adams	north-adams	US	01247	0	America/New_York	43.88617	-76.02937	119			NY	045	00210	
5128886	North Babylon	north-babylon	US	11703	17509	America/New_York	40.71649	-73.32179	7			NY	103	04000	
5128888	North Bangor	north-bangor	US	12966	0	America/New_York	44.84199	-74.40101	203			NY	033	04319	
5128897	North Bay	north-bay	US	13123	0	America/New_York	43.23007	-75.74824	145			NY	065	77486	
5128907	North Bergen	north-bergen	US	07047	0	America/New_York	43.12367	-78.01335	189			NY	037	06057	
5128910	North Blenheim	north-blenheim	US	12131	0	America/New_York	42.47091	-74.44542	241	North Blenheim,Patchin Hollow		NY	095	06893	
5128911	North Bloomfield	north-bloomfield	US	44450	0	America/New_York	42.9409	-77.57694	213			NY	069	79356	
5128914	North Boston	north-boston	US	14110	2521	America/New_York	42.68562	-78.7767	251			NY	029	07454	
5128918	North Branch	north-branch	US	12766	0	America/New_York	41.80675	-74.99155	316			NY	105	11759	
5128920	North Beach	north-beach	US	20714	0	America/New_York	40.76593	-73.87597	15			NY	081		
5128969	North Brookfield	north-brookfield	US	01535	0	America/New_York	42.85035	-75.39073	396			NY	053	08587	
5128982	North Chatham	north-chatham	US	02650	0	America/New_York	42.47203	-73.63178	107			NY	021	14014	
5128984	North Chili	north-chili	US	14514	0	America/New_York	43.11978	-77.80556	178			NY	055	15462	
5128996	North Collins	north-collins	US	14111	1225	America/New_York	42.59534	-78.94115	252	Kerr's Corners,North Collins,Rose's Corner		NY	029	51803	
5129014	North Creek	north-creek	US	12853	616	America/New_York	43.69784	-73.98597	314	North Creek,Northcreek		NY	113	38715	
5129027	North Easton	north-easton	US	02356	0	America/New_York	43.01008	-73.55012	119	Easton Corners,North Easton		NY	115	22656	
5129034	North Evans	north-evans	US	14112	0	America/New_York	42.697	-78.94142	214			NY	029	24801	
5129044	North Franklin	north-franklin	US	06254	0	America/New_York	42.3923	-75.08544	402			NY	025	27232	
5129056	North Granville	north-granville	US	12854	0	America/New_York	43.45035	-73.3415	101			NY	115	30037	
5129058	North Greece	north-greece	US	14515	0	America/New_York	43.25367	-77.73251	102			NY	055	30290	
5129076	North Hartland	north-hartland	US	05052	0	America/New_York	43.28895	-78.60475	113			NY	063	32490	
5129077	North Haven	north-haven	US	04853	872	America/New_York	41.01288	-72.31286	6			NY	103	68473	
5129093	North Hills	north-hills	US	91343	5444	America/New_York	40.78093	-73.67652	66			NY	059	53000	
5129101	North Hudson	north-hudson	US	12855	0	America/New_York	43.95256	-73.72846	269	North Hudson,Schroon River		NY	031	53077	
5129108	North Java	north-java	US	14113	0	America/New_York	42.68367	-78.33779	476			NY	121	38341	
5129110	North Jay	north-jay	US	04262	0	America/New_York	44.39838	-73.67347	236			NY	031	38396	
5129122	North Lawrence	north-lawrence	US	12967	0	America/New_York	44.80505	-74.67491	103			NY	089	41564	
5129136	North Hoosick	north-hoosick	US	12133	0	America/New_York	42.92813	-73.34289	136	McNamarasville,McNaresville,North Hoosick		NY	083	35463	
5129148	North Norwich	north-norwich	US	13814	0	America/New_York	42.61702	-75.52685	316			NY	017	53297	
5129159	North Pembroke	north-pembroke	US	02358	0	America/New_York	43.02117	-78.33585	260	Mogadore,North Pembroke		NY	037	57078	
5129164	North Pitcher	north-pitcher	US	13124	0	America/New_York	42.62257	-75.81964	354			NY	017	58288	
5129169	North Pole	north-pole	US	99705	0	America/New_York	44.40088	-73.84903	522			NY	031	82315	
5129189	North Reading	north-reading	US	01864	0	America/New_York	42.45174	-76.97274	402			NY	097	60763	
5129194	North River	north-river	US	12856	0	America/New_York	43.73868	-74.04875	327			NY	113	38715	
5129196	North Rose	north-rose	US	14516	636	America/New_York	43.18562	-76.89246	118	Lamb's Corners,North Rose		NY	117	63605	
5129201	North Salem	north-salem	US	03073	0	America/New_York	41.33482	-73.57124	154	De Lancey Town,North Salem,Upper Salem		NY	119	53517	
5129245	North Tonawanda	north-tonawanda	US	14120	30785	America/New_York	43.03867	-78.8642	175	Kiohnawen:'en,Kiohnawén:'en,N. Tonawanda,Nort Taunovondo,Nort Tonavonda,North Tonawanda,nosutonawanda,nwrt twnawanda  nywywrk,nwrth twnawanda,Норт Тауновондо,Норт Тонавонда,نورت توناواندا، نیویورک,نورث توناواندا,ノーストナワンダ		NY	063	53682	
5129272	Northampton	northampton	US	01060	570	America/New_York	40.88871	-72.68954	46	Nortkhempton,Нортхемптон		NY	103	68473	
5129287	Northfield	northfield	US	01360	0	America/New_York	42.24703	-75.18878	555			NY	025	78047	
5129290	Northport	northport	US	11768	7390	America/New_York	40.90093	-73.34317	18	Cowharbor,Great Cow Harbor,Northport,Nortport,nwrthbwrt,Нортпорт,نورثبورت		NY	103	37000	
5129310	Northumberland	northumberland	US	17857	5159	America/New_York	43.1273	-73.58817	34	Nortumberlend,Нортумберленд		NY	091	53737	
5129313	Northville	northville	US	12134	1065	America/New_York	43.22563	-74.17208	246			NY	035	51407	
5129314	Northville	northville	US	12134	1340	America/New_York	40.9701	-72.61898	18	Northville,Success		NY	103	61984	
5129333	Northwood	northwood	US	03261	0	America/New_York	43.34868	-75.07127	386			NY	043	64254	
5129350	Norway	norway	US	04268	0	America/New_York	43.2084	-74.9521	406			NY	043	53968	
5129359	Norwich	norwich	US	05055	6968	America/New_York	42.53118	-75.52351	309	Ganasowadi,Noridzh,Norvich,Norwich,OIC,narwych,nwrwytsh,nwrych  nywywrk,Норвич,Норидж,نارویچ,نورويتش,نوریچ، نیویورک	017	NY	017	53979	
5129364	Norwood	norwood	US	02062	1614	America/New_York	44.75145	-74.99436	101	North Potsdam,Norwood,Potsdam Junction,Potsdam Station,Racquetteville,Raquetteville		NY	089	59575	
5129408	Noxon	noxon	US	59853	0	America/New_York	41.64287	-73.81513	91			NY	027	40299	
5129425	Nunda	nunda	US	14517	1328	America/New_York	42.57951	-77.9425	287			NY	051	54089	
5129433	Nyack	nyack	US	10960	7004	America/New_York	41.09065	-73.91791	22	Najak,naiakku,nayak,Најак,ناياك,ナイアック		NY	087	55211	
5129479	Oak Hill	oak-hill	US	12460	0	America/New_York	42.4098	-74.15236	196	Dewittburg,Dewittville,Oak Hill		NY	039	21204	
5129487	Oak Hill	oak-hill	US	12460	0	America/New_York	42.97091	-73.404	226			NY	115	11836	
5129530	Oak Ridge	oak-ridge	US	07438	0	America/New_York	42.79646	-74.34013	413			NY	057	13816	
5129540	Oakdale	oakdale	US	06370	8107	America/New_York	42.2512	-73.78013	33			NY	021	35969	
5130090	Otis	otis	US	01253	0	America/New_York	43.25867	-77.87834	102			NY	055	15957	
5129541	Oakdale	oakdale	US	06370	7974	America/New_York	40.74399	-73.13872	3	Oakdale,Oakdale Station,Oukdejl,Оукдејл		NY	103	38000	
5129542	Oakes	oakes	US	58474	0	America/New_York	41.68815	-73.94986	89			NY	111	42994	
5129544	Oakfield	oakfield	US	04763	0	America/New_York	42.97172	-78.96837	178			NY	029	29828	
5129545	Oakfield	oakfield	US	04763	1762	America/New_York	43.06589	-78.26974	230	Caryville,Gau-dak,Oakfield,Plain Brook,Te-car-da-na-duk		NY	037	54166	
5129550	Oakland	oakland	US	02858	0	America/New_York	42.57784	-77.97028	315	Messenger's Hollow,Oakland		NY	051	59179	
5129556	Oakland Gardens	oakland-gardens	US	11364	0	America/New_York	40.75399	-73.76597	24			NY	081		
5129563	Oaks Corners	oaks-corners	US	14518	0	America/New_York	42.93229	-77.01247	150	Oak's Corners,Oaks Corners		NY	069	57529	
5129570	Oakville	oakville	US	06779	0	America/New_York	40.85899	-72.60954	24			NY	103	68473	
5129571	Oakwood	oakwood	US	24631	0	America/New_York	42.88951	-76.64717	187	Oakwood,Springport		NY	011	70376	
5129572	Oakwood	oakwood	US	24631	11148	America/New_York	40.56399	-74.11598	5			NY	085		
5129592	Obernburg	obernburg	US	12767	0	America/New_York	41.84481	-75.00711	505	Fremont,Obernburg,Obernburgh		NY	105	27573	
5129600	Ocean Beach	ocean-beach	US	11770	81	America/New_York	40.64677	-73.15706	1			NY	103	38000	
5129603	Oceanside	oceanside	US	11572	32109	America/New_York	40.63871	-73.64013	3	Christian Hook,Ocean Side,Oceanside,Oceanville		NY	059	34000	
5129613	Odell	odell	US	60460	0	America/New_York	41.67953	-74.91739	389			NY	105	06310	
5129617	Odessa	odessa	US	14869	573	America/New_York	42.33674	-76.78857	318	Odessa,Одесса		NY	097	12914	
5129626	Ogdensburg	ogdensburg	US	07439	10883	America/New_York	44.69423	-75.48634	90	Maple City,O-swa-gatch,O-swe-gatch-ie,OGS,Ogdenburg Village,Ogdensberg,Ogdensburg,Ogdensburgh,Sewe:katsi,Sewé:katsi,Soegasti,Sweegassie,Swegaachey,Swegage,Swegatchie,Swegatsky,agdns bwrg  nywywrk,awghdynsbwrgh,Огденсберг,Огденсбург,Оґденсбург,أوغدينسبورغ,اگدنس بورگ، نیویورک		NY	089	54485	
5129633	Ohio	ohio	US	61349	0	America/New_York	43.32229	-74.97849	418			NY	043	54507	
5129654	Olcott	olcott	US	14126	1241	America/New_York	43.33783	-78.71476	83	Kempville,Olcott		NY	063	50232	
5129662	Old Bethpage	old-bethpage	US	11804	5523	America/New_York	40.7626	-73.45318	53			NY	059	56000	
5129673	Old Chatham	old-chatham	US	12136	0	America/New_York	42.44064	-73.56178	163			NY	021	14014	
5129698	Old Forge	old-forge	US	13420	756	America/New_York	43.71007	-74.97434	529	Old Forge,Oldforge		NY	043	78927	
5129770	Old Westbury	old-westbury	US	11568	4678	America/New_York	40.78871	-73.59957	50	Old Vestberi,Old Westbury,Westbury,awld wstbary,jiu wei si te bo li,Олд Вестбери,أولد وستباري,舊韋斯特伯里		NY	059	53000	
5129780	Olean	olean	US	14760	13870	America/New_York	42.07756	-78.42974	441	Hamilton,Hesoh,OLE,Olean,Olean Point,Olijan,Oulon,awlan  nywywrk,awlyn,Олијан,Оулон,أولين,اولان، نیویورک		NY	009	54716	
5129791	Olivebridge	olivebridge	US	12461	0	America/New_York	41.92787	-74.21542	174	Olive,Olive Bridge,Olive City,Olivebridge,Tongore		NY	111	54749	
5129808	Olmstedville	olmstedville	US	12857	0	America/New_York	43.77145	-73.93124	360	Olmsteadville,Olmstedville		NY	031	47669	
5129813	Omar	omar	US	25638	0	America/New_York	44.26171	-75.97356	86	Mudge's Mills,Mullet Creek,Omar		NY	045	55398	
5129817	Omro	omro	US	54963	0	America/New_York	42.78396	-76.43188	444			NY	011	51198	
5129837	Oneida	oneida	US	13421	11134	America/New_York	43.09257	-75.65129	131	De-ose-la-ta-gaat,Onajda,Oneida,Ounido,awnyda,awnyda  nywywrk,Онајда,Оунидо,أونيدا,اونیدا، نیویورک		NY	053	54837	
5129852	Oneonta	oneonta	US	13820	13862	America/New_York	42.45286	-75.06377	339	Klipnockie,ONH,Oneonta,Onionta,Otego,Ouninto,awnynta  nywywrk,awnywnta,Онеонта,Онионта,Оунинто,أونيونتا,اونینتا، نیویورک		NY	077	54881	
5129887	Ontario	ontario	US	14519	2160	America/New_York	43.2209	-77.28304	134	Ontario,Ontário,awntaryw,Онтарио,أونتاريو		NY	117	55013	
5129890	Ontario Center	ontario-center	US	14520	0	America/New_York	43.2259	-77.30582	137	Ontario Center,Ontario Centre		NY	117	55013	
5129919	Orange Lake	orange-lake	US	32681	6982	America/New_York	41.53982	-74.0982	150	New Grange,Orange Lake		NY	071	50045	
5129923	Orangeburg	orangeburg	US	10962	4568	America/New_York	41.04649	-73.94958	34	Orangburgh,Orangeburg,Orangeburg (New York)		NY	087	55211	
5129951	Orchard Park	orchard-park	US	14127	3206	America/New_York	42.76756	-78.74392	263	East Hamburg,Orchard Park,awrtshard bark,Орчард Парк,أورتشارد بارك		NY	029	55277	
5129964	Oregon	oregon	US	43616	0	America/New_York	43.25896	-74.65459	444			NY	035	71784	
5129965	Oregon	oregon	US	43616	0	America/New_York	43.55757	-74.12041	444			NY	113	38715	
5129975	Orient	orient	US	04471	743	America/New_York	41.13899	-72.30342	4	Lower Neck,Orient,Oyster Ponds,Poquatuck		NY	103	69463	
5129988	Oriskany	oriskany	US	13424	1375	America/New_York	43.15729	-75.33267	131			NY	065	81754	
5129992	Orlando	orlando	US	26412	0	America/New_York	42.30451	-78.71614	492			NY	009	45161	
5129993	Orleans	orleans	US	02653	0	America/New_York	42.91868	-77.11442	222	Hardscrabble,Orleans		NY	069	57529	
5130002	Oriskany Falls	oriskany-falls	US	13425	703	America/New_York	42.93924	-75.46101	297	Cassety Hollows,Oriskany Falls		NY	065	03155	
5130010	Orwell	orwell	US	05760	0	America/New_York	43.57479	-75.99631	244	Orwell,Orwell Corners		NY	075	55453	
5130030	Osceola	osceola	US	16942	0	America/New_York	43.50007	-75.72213	314			NY	049	55497	
5130042	Ossian	ossian	US	46777	0	America/New_York	42.52118	-77.77944	409	Ossian,Ossian Center,Ossian Centre,Sugar Creek		NY	051	55508	
5130045	Ossining	ossining	US	10562	25441	America/New_York	41.16287	-73.86152	49	Hunters Landing,Mount Pleasant,Ossining,Sing Sing		NY	119	55541	
5130065	Oswegatchie	oswegatchie	US	13670	0	America/New_York	44.18284	-75.0702	413			NY	089	25791	
5130081	Oswego	oswego	US	13126	17787	America/New_York	43.45535	-76.5105	87	Chonaquen,Choneguen,Choueguen,Osuigo,Osvigo,Oswego,Ousvego,Sowego,awswyghw,azwygw  nywywrk,osuu~ego,Освиго,Освіґо,Осуиго,Оусвего,أوسويغو,ازویگو، نیویورک,オスウェゴ	075	NY	075	55574	
5130084	Otego	otego	US	13825	973	America/New_York	42.3973	-75.1735	326			NY	077	55629	
5130089	Otis	otis	US	01253	0	America/New_York	43.16478	-77.645	159			NY	055	63000	
5130096	Otisco	otisco	US	47163	0	America/New_York	42.86007	-76.21798	451			NY	067	55651	
5130102	Otisville	otisville	US	10963	1046	America/New_York	41.47343	-74.53849	260			NY	071	48857	
5130123	Otter Creek	otter-creek	US	32683	0	America/New_York	43.71868	-75.3674	240			NY	049	30796	
5130138	Otter Lake	otter-lake	US	48464	0	America/New_York	43.59118	-75.11184	471			NY	065	26627	
5130152	Otto	otto	US	14766	0	America/New_York	42.35617	-78.8317	384			NY	009	55783	
5130156	Ouaquaga	ouaquaga	US	13826	0	America/New_York	42.12619	-75.64713	288	Ouaquaga,Susquehanna		NY	007	17046	
5130258	Ovid	ovid	US	14521	624	America/New_York	42.67646	-76.82301	295			NY	099	55827	
5130273	Owego	owego	US	13827	3736	America/New_York	42.10341	-76.26215	248	Ah-wa-ga,Owego,qryt awyghw,قرية أويغو	107	NY	107	55893	
5130294	Owls Head	owls-head	US	04854	0	America/New_York	44.73449	-74.16877	467	Owls Head,Ringville		NY	033	05716	
5130315	Oxbow	oxbow	US	04764	108	America/New_York	44.28728	-75.623	108	Ox Bow,Oxbow		NY	045	02297	
5130319	Oxford	oxford	US	01540	1411	America/New_York	42.44202	-75.59769	296	Oksford,Oxford,Sodeahlowanake,Оксфорд		NY	017	55959	
5130320	Oxford	oxford	US	01540	0	America/New_York	41.35093	-74.21598	158	Oxford,Oxford Depot		NY	071	07003	
5130327	Oyster Bay	oyster-bay	US	11771	6707	America/New_York	40.86565	-73.53207	14			NY	059	56000	
5130334	Ozone Park	ozone-park	US	11416	53985	America/New_York	40.67677	-73.84375	10	awzwn park  kwyynz,اوزون پارک، کوئینز		NY	081		
5130394	Painted Post	painted-post	US	14870	1997	America/New_York	42.16202	-77.09414	287	Painted Post,Tecarnaseteoah		NY	101	24647	
5130395	Palatine Bridge	palatine-bridge	US	13428	757	America/New_York	42.91091	-74.57403	105			NY	057	56099	
5130402	Palenville	palenville	US	12463	1037	America/New_York	42.17453	-74.02014	173			NY	039	13013	
5130403	Palermo	palermo	US	04354	0	America/New_York	43.36507	-76.28243	143	Jennings Corners,Palermo,Palermo Center		NY	075	56154	
5130407	Palisades	palisades	US	10964	0	America/New_York	41.01121	-73.91347	60	Palisades,Rockland		NY	087	55211	
5130415	Palmer	palmer	US	01069	0	America/New_York	43.24535	-73.81734	178			NY	091	18223	
5130441	Palmyra	palmyra	US	04965	3413	America/New_York	43.06395	-77.23332	148	Ganagweh,Ganargwa,Palmyra,balmyra,بالميرا		NY	117	56198	
5130449	Panama	panama	US	14767	456	America/New_York	42.07506	-79.4831	473			NY	013	32248	
5130495	Paradise	paradise	US	17562	0	America/New_York	41.49676	-74.64461	201			NY	071	19961	
5130508	Paradox	paradox	US	12858	0	America/New_York	43.89145	-73.64568	266			NY	031	65629	
5130523	Paris	paris	US	04271	0	America/New_York	43.00063	-75.31378	454	Ganundoglee,Paris,Paris Hill,barys,pyrs  nyw yark,باريس,پیرس، نیو یارک		NY	065	56330	
5130526	Parish	parish	US	13131	438	America/New_York	43.40618	-76.12576	151	Parish,Parishville		NY	075	56352	
5130532	Parishville	parishville	US	13672	647	America/New_York	44.62867	-74.8138	272	Chaumont,Parishville		NY	089	56374	
5130552	Park Hill	park-hill	US	74451	0	America/New_York	40.92371	-73.89014	81	Park Hill,Yonkers Ridge		NY	119	84000	
5130574	Parker	parker	US	16049	0	America/New_York	42.40285	-75.46185	437			NY	017	31148	
5130606	Parkston	parkston	US	57366	0	America/New_York	41.90453	-74.77294	471			NY	105	63176	
5130607	Parksville	parksville	US	12768	0	America/New_York	41.85537	-74.7596	509			NY	105	42235	
5130611	Parkville	parkville	US	21234	0	America/New_York	40.63316	-73.97847	16	Greenfield,Parkville		NY	047		
5130644	Partlow	partlow	US	22534	0	America/New_York	43.97423	-74.8274	534			NY	041	43412	
5130672	Patchogue	patchogue	US	11772	12463	America/New_York	40.76565	-73.01511	6	Milltown,Pachog,Patchogue,batshwghw,Пачог,باتشوغو		NY	103	10000	
5130689	Patterson	patterson	US	12563	0	America/New_York	41.5137	-73.60624	135	Patterson,Patterson City		NY	079	56748	
5130700	Pattersonville	pattersonville	US	12137	0	America/New_York	42.89008	-74.08152	82			NY	093	63935	
5130708	Paul Smiths	paul-smiths	US	12970	671	America/New_York	44.43867	-74.25266	510	Paul Smith's,Paul Smiths		NY	033	08213	
5130716	Pavilion	pavilion	US	14525	646	America/New_York	42.87617	-78.02279	291			NY	037	56792	
5130719	Pawling	pawling	US	12564	2297	America/New_York	41.56204	-73.60263	141	Centerville,Gorsetown,Kingston,Pawling,Pawling Center,Pawling Station,Pawling Station P O		NY	027	56825	
5130736	Paynesville	paynesville	US	24873	0	America/New_York	42.00951	-77.84305	507			NY	003	82095	
5130780	Pearl River	pearl-river	US	10965	15876	America/New_York	41.05899	-74.02181	73	Middletown,Muddy Creek,Pearl River,Perl River,Перл Ривер,パール・リバー		NY	087	55211	
5130809	Pebble Beach	pebble-beach	US	93953	0	America/New_York	42.83229	-77.70778	250			NY	051	42961	
5130821	Peconic	peconic	US	11958	683	America/New_York	41.04788	-72.46314	9	Hermitage,Peconic,Peonic		NY	103	69463	
5130831	Peekskill	peekskill	US	10566	24043	America/New_York	41.29009	-73.92042	39	Peekskill,Peekskill Landing,Pijkskil,Pikskil,Pikskill,bykskyl,pigseukil,pykskyl  nywywrk,Пийкскил,Пикскил,Пикскилл,بيكسكيل,پیکسکیل، نیویورک,픽스킬		NY	119	56979	
5130850	Pekin	pekin	US	47165	0	America/New_York	43.16839	-78.88504	189	Mountain Ridge,Pekin,Perkin		NY	063	11803	
5130851	Pekin	pekin	US	47165	0	America/New_York	43.54674	-75.96464	234			NY	075	55453	
5130854	Pelham	pelham	US	03076	7048	America/New_York	40.90982	-73.80791	22	North Pelham,Pelham		NY	119	57012	
5130887	Pembroke	pembroke	US	02359	0	America/New_York	42.99756	-78.43474	257	O-a-geh,Pembroke,Richville		NY	037	57078	
5130899	Penelope	penelope	US	76676	0	America/New_York	42.41368	-75.8952	461			NY	007	75319	
5130901	Penfield	penfield	US	14526	0	America/New_York	43.13034	-77.47555	129	Mill Site,Penfield,bynfyld,بينفيلد		NY	055	57144	
5130915	Penn Yan	penn-yan	US	14527	5014	America/New_York	42.6609	-77.05386	222	Pen Jan,bn yan,Пен Јан,بن يان	123	NY	123	47504	
5130924	Pendleton	pendleton	US	27862	0	America/New_York	43.087	-78.72781	177			NY	063	57111	
5130937	Peoria	peoria	US	61601	0	America/New_York	42.83367	-77.96501	350			NY	121	18696	
5130976	Perkinsville	perkinsville	US	05151	0	America/New_York	42.53979	-77.62833	416			NY	101	78861	
5130979	Perry	perry	US	04667	3516	America/New_York	42.71562	-78.00556	418	Columbia,Nineveh,Perry,Shacksburg		NY	121	57254	
5130998	Perrysburg	perrysburg	US	14129	401	America/New_York	42.45645	-79.00198	403	Ganyestaageh,Perrysburg,Perrysburgh		NY	009	57298	
5131000	Perryville	perryville	US	21903	0	America/New_York	43.00701	-75.79935	331	Blakeslee,Perryville		NY	053	25593	
5131003	Persia	persia	US	51563	0	America/New_York	42.38534	-78.93615	409			NY	009	57331	
5131007	Perth	perth	US	58363	3646	America/New_York	43.01757	-74.19402	265			NY	035	57353	
5131009	Peru	peru	US	04290	1591	America/New_York	44.57838	-73.5268	102	Peru,byrw,Перу,بيرو		NY	019	57375	
5131010	Peru	peru	US	04290	1479	America/New_York	43.08229	-76.40799	126			NY	067	23800	
5131021	Peterboro	peterboro	US	13134	0	America/New_York	42.96729	-75.68796	395	Peterboro,Peterborough		NY	053	67785	
5131034	Petersburg	petersburg	US	12138	0	America/New_York	42.74952	-73.34011	217	Petersburg,Petersburgh,Rensselaer Mills,South Petersburg,South Petersburgh		NY	083	57441	
5131049	Petrolia	petrolia	US	16050	0	America/New_York	42.08951	-78.01834	564	Petrola,Petrolia,Petrolla		NY	003	65772	
5131073	Phelps	phelps	US	14532	1945	America/New_York	42.95756	-77.05747	159	Phelps,Sullivan,Vienna		NY	069	57529	
5131095	Philadelphia	philadelphia	US	13673	1223	America/New_York	44.1545	-75.70882	148	Filadel'fija,Philadelphia,Quaker Settlement,Филадельфия		NY	045	57562	
5131119	Phillipsburg	phillipsburg	US	08865	0	America/New_York	41.43787	-74.35932	112	Philipsburgh,Phillipsburg		NY	071	77992	
5131120	Phillipsport	phillipsport	US	12769	0	America/New_York	41.63926	-74.44571	152	Lockport,Phillipsport		NY	105	44809	
5131121	Philmont	philmont	US	12565	1318	America/New_York	42.24842	-73.65318	124	Factory Hill,Philmont		NY	021	16045	
5131133	Phoenicia	phoenicia	US	12464	309	America/New_York	42.08481	-74.31543	252			NY	111	66597	
5131135	Phoenix	phoenix	US	13135	2311	America/New_York	43.23118	-76.30076	113	Finiks,Kuh-na-ta-ha,Phoenix,Three River Rifts,Финикс		NY	075	65618	
5131242	Piercefield	piercefield	US	12973	0	America/New_York	44.23201	-74.56962	479			NY	089	57716	
5131246	Pierceville	pierceville	US	47039	0	America/New_York	42.85007	-75.63685	397			NY	053	23305	
5131248	Piermont	piermont	US	03779	2573	America/New_York	41.04204	-73.91819	29	Bogerttown,Piermont,Pirmont,Tapan Landing,Tappan Landing,Tappan Slote,Taulman Landing,Taulman's Landing,byrmwnt,Пирмонт,بيرمونت		NY	087	55211	
5131253	Pierrepont Manor	pierrepont-manor	US	13674	228	America/New_York	43.73507	-76.05881	190			NY	045	24086	
5131260	Piffard	piffard	US	14533	220	America/New_York	42.8284	-77.85084	173	Piffard,Piffardinia		NY	051	84022	
5131276	Pike	pike	US	03780	371	America/New_York	42.55645	-78.15279	471			NY	121	57826	
5131288	Pikeville	pikeville	US	27863	0	America/New_York	42.05423	-78.04584	574			NY	003	01429	
5131300	Pilot Knob	pilot-knob	US	63663	0	America/New_York	43.5159	-73.62928	99			NY	115	26715	
5131309	Pine	pine	US	80470	0	America/New_York	43.25868	-75.63879	144			NY	065	77486	
5131320	Pine Brook	pine-brook	US	07058	0	America/New_York	40.92454	-73.78458	13			NY	119	50617	
5131321	Pine Bush	pine-bush	US	12566	1780	America/New_York	41.60815	-74.29904	118	Crawford,Pine Bush,Pinebush		NY	071	18916	
5131322	Pine Bush	pine-bush	US	12566	0	America/New_York	41.78204	-74.28987	112	Pine Bush,Pinebush		NY	111	63011	
5131325	Pine City	pine-city	US	14871	0	America/New_York	42.03674	-76.8694	305			NY	015	69617	
5131341	Pine Grove	pine-grove	US	17963	0	America/New_York	43.75174	-75.37685	235			NY	049	78729	
5131342	Pine Grove	pine-grove	US	17963	0	America/New_York	42.84062	-76.33438	264			NY	067	70057	
5131343	Pine Grove	pine-grove	US	17963	0	America/New_York	42.76313	-73.98679	97			NY	093	63935	
5131344	Pine Grove	pine-grove	US	17963	0	America/New_York	42.53063	-74.25819	555			NY	095	10154	
5131345	Pine Grove	pine-grove	US	17963	0	America/New_York	44.77423	-75.28521	98			NY	089	42631	
5131366	Pine Hill	pine-hill	US	12465	0	America/New_York	42.92006	-78.79337	201			NY	029	15011	
5131378	Pine Hill	pine-hill	US	12465	0	America/New_York	43.30757	-75.65213	219			NY	065	02253	
5131386	Pine Hill	pine-hill	US	12465	275	America/New_York	42.13314	-74.48015	457	Pine Hill,Pinehill		NY	111	66597	
5131405	Pine Island	pine-island	US	10969	0	America/New_York	41.29787	-74.45932	125			NY	071	78366	
5131457	Pine Plains	pine-plains	US	12567	1353	America/New_York	41.97981	-73.65596	143			NY	027	58156	
5131493	Pine Valley	pine-valley	US	14872	813	America/New_York	42.22535	-76.84551	284			NY	015	77310	
5131517	Pine Valley	pine-valley	US	14872	0	America/New_York	40.89593	-72.66621	22			NY	103	68473	
5131524	Pineville	pineville	US	18946	0	America/New_York	43.52896	-76.03909	165	Pineville,Salmon River		NY	075	01055	
5131585	Piseco	piseco	US	12139	0	America/New_York	43.4484	-74.51848	511	Pezceko,Piseco		NY	041	02572	
5131597	Pitcairn	pitcairn	US	15140	0	America/New_York	44.18117	-75.28215	238			NY	089	58266	
5131600	Pitcher	pitcher	US	13136	0	America/New_York	42.5809	-75.86492	346			NY	017	58288	
5131612	Pittsfield	pittsfield	US	01201	0	America/New_York	42.63869	-75.28128	352	Pecktown,Pittsfield		NY	077	58343	
5131614	Pittsford	pittsford	US	05763	1350	America/New_York	43.09062	-77.515	150	Pitsford,Питсфорд		NY	055	58365	
5131618	Pittstown	pittstown	US	08867	0	America/New_York	42.83508	-73.48511	173	Pittstown,Pittstown Corners		NY	083	58398	
5131638	Plainview	plainview	US	11803	26217	America/New_York	40.77649	-73.46735	46	Manetto Hill,Plainview,Plejnvju,blynfyw,Плејнвју,بلينفيو		NY	059	56000	
5131641	Plainville	plainville	US	02762	0	America/New_York	43.15923	-76.44716	149	Plainville,Wilson's Corners		NY	067	44039	
5131660	Plato	plato	US	55370	0	America/New_York	42.35145	-78.67114	575			NY	009	22678	
5131671	Plattekill	plattekill	US	12568	1260	America/New_York	41.61759	-74.07598	173	Plattekil,Plattekill,Platterkill,Pleasant Valley,The Valley		NY	111	58552	
5131692	Plattsburgh	plattsburgh	US	12901	19806	America/New_York	44.69949	-73.45291	42	Etsienhne,Etsiénhne,PBG,PLB,Platsbourg,Platsburg,Plattsburg,Plattsburgh,Sen-hah-lo-ne,Son-Halonek,blatsbwrgh,plats bwrg  nywywrk,pu la ci bao,purattsubagu,Платсбург,Платтсбург,بلاتسبورغ,پلاتس بورگ، نیویورک,プラッツバーグ,普拉茨堡	019	NY	019	58574	
5131712	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	42.20702	-75.7863	429			NY	007	25604	
5131714	Pleasant Plains	pleasant-plains	US	62677	0	America/New_York	41.84787	-73.86625	115			NY	027	16408	
5131715	Pleasant Plains	pleasant-plains	US	62677	808	America/New_York	40.52399	-74.2157	11	Lemon Creek,Pleasant Plains		NY	085		
5131718	Pleasant Ridge	pleasant-ridge	US	48069	0	America/New_York	41.64759	-73.64818	333			NY	027	76166	
5131725	Pleasant Valley	pleasant-valley	US	12569	1145	America/New_York	41.74454	-73.82124	57			NY	027	58695	
5131727	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	42.91868	-75.43295	360			NY	065	65134	
5131731	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	42.39257	-77.25748	244			NY	101	76496	
5131732	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	42.56202	-76.39744	391			NY	109	30972	
5131734	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	41.8262	-75.02544	446			NY	105	27573	
5131756	Pleasantville	pleasantville	US	08232	0	America/New_York	42.26089	-79.42838	429			NY	013	14069	
5131757	Pleasantville	pleasantville	US	08232	7173	America/New_York	41.13287	-73.79263	89	Clark's Corner,Clark's Corners,Mechanicsville,Pleasantville,Plezantvil,Plezuntvil,blysantfyl,Плезантвил,Плезънтвил,بليسانتفيل		NY	119	49011	
5131767	Plessis	plessis	US	13675	164	America/New_York	44.27033	-75.85439	123	Flat Rock,Plessis		NY	045	01176	
5131803	Plymouth	plymouth	US	02360	0	America/New_York	42.61701	-75.60241	379	Frankville,Plymouth		NY	017	58772	
5131826	Poestenkill	poestenkill	US	12140	1061	America/New_York	42.69036	-73.56456	146			NY	083	58805	
5131837	Point Lookout	point-lookout	US	11569	1219	America/New_York	40.59233	-73.58068	1			NY	059	34000	
5131845	Point Pleasant	point-pleasant	US	18950	0	America/New_York	42.23839	-79.49449	400			NY	013	14069	
5131860	Poland	poland	US	04274	500	America/New_York	43.22562	-75.06127	216	Poland,Russia Flats		NY	043	64254	
5131877	Polkville	polkville	US	28136	0	America/New_York	42.51563	-75.50824	317			NY	017	53990	
5131878	Polkville	polkville	US	28136	0	America/New_York	43.0934	-76.03131	123			NY	067	45029	
5131894	Pomona	pomona	US	08240	3103	America/New_York	41.16704	-74.0432	138	Pomona,Помона		NY	087	60510	
5131896	Pompey	pompey	US	13138	0	America/New_York	42.89896	-76.01603	510	Butler's Hill,De-is-wa-ga-ha,Pompey,Pompey Hill		NY	067	59036	
5131912	Pond Eddy	pond-eddy	US	12770	0	America/New_York	41.44037	-74.82322	170			NY	105	43786	
5131934	Pontiac	pontiac	US	48340	0	America/New_York	42.62395	-78.9692	217			NY	029	24801	
5131945	Poolville	poolville	US	76487	0	America/New_York	42.77563	-75.50657	339			NY	053	31720	
5131952	Pope	pope	US	38658	0	America/New_York	42.20923	-79.00476	401			NY	009	17684	
5131976	Poplar Ridge	poplar-ridge	US	13139	0	America/New_York	42.7384	-76.618	320			NY	011	77024	
5132001	Port Byron	port-byron	US	13140	1243	America/New_York	43.03451	-76.62383	124	Bucksville,Port Byron		NY	011	46602	
5132002	Port Chester	port-chester	US	10573	29620	America/New_York	41.00176	-73.66568	13	Port Chester,Portchester,Saw Log Swamp,Saw Pit,Saw Pitts,Sawpits,bwrt tshystyr,Порт Честер,بورت تشيستير,پورٹ چیسٹر، نیو یارک		NY	119	64320	
5132004	Port Crane	port-crane	US	13833	0	America/New_York	42.16424	-75.83353	271			NY	007	25604	
5132008	Port Ewen	port-ewen	US	12466	3546	America/New_York	41.90537	-73.97625	56			NY	111	24691	
5132010	Port Gibson	port-gibson	US	14537	453	America/New_York	43.03451	-77.15748	145			NY	069	44864	
5132011	Port Henry	port-henry	US	12974	1148	America/New_York	44.04839	-73.45985	74	Port Khenri,bwrt hnry,Порт Хенри,بورت هنري		NY	031	48428	
5132013	Port Jefferson	port-jefferson	US	11777	7842	America/New_York	40.94649	-73.06927	1	Drowned Meadow,Drowned Meadows,Port DZeferson,Port Jefferson,So-was-sett,Sowassett,bwrt jfrswn,jie fei xun gang,Порт Џеферсон,بورت جفرسون,杰斐遜港		NY	103	10000	
5132015	Port Jefferson Station	port-jefferson-station	US	11776	7838	America/New_York	40.92538	-73.04733	54	Echo,Port Jefferson,Port Jefferson Station		NY	103	10000	
5132016	Port Jervis	port-jervis	US	12771	8609	America/New_York	41.37509	-74.69266	136	Carpenter's Point,Mahackamack,Mahackemeck,Port DZervis,Port Jervis,bwrt jyrfys,pwrt jrwys  nywywrk,Порт Џервис,Порт Ҷервис,פארט דזשערוויס,بورت جيرفيس,پورت جرویس، نیویورک		NY	071	59388	
5132020	Port Kent	port-kent	US	12975	0	America/New_York	44.5281	-73.40708	47			NY	031	15330	
5132022	Port Leyden	port-leyden	US	13433	668	America/New_York	43.58312	-75.34518	272	Kelsey's Mills,Port Leyden		NY	049	42213	
5132026	Port Orange	port-orange	US	32123	0	America/New_York	41.48676	-74.57516	163			NY	071	19961	
5132029	Port Washington	port-washington	US	11050	15846	America/New_York	40.82566	-73.69819	30	Cow Bay,Port Voshington,Port Washington,Sinsinck,pwrt washyngtwn  nywywrk,Порт Вошингтон,پورت واشینگتون، نیویورک		NY	059	53000	
5132037	Portageville	portageville	US	14536	0	America/New_York	42.56979	-78.04001	340	Portage,Portageville,Schuyler		NY	121	28596	
5132039	Porter	porter	US	04068	0	America/New_York	43.29369	-73.27761	176			NY	115	33040	
5132045	Porter Corners	porter-corners	US	12859	0	America/New_York	43.14841	-73.88651	202	Porter Corners,Porter's Corners,Porters Corners		NY	091	30444	
5132057	Porterville	porterville	US	39352	0	America/New_York	42.79034	-78.55363	284	Bartoo's Mills,Porterville,Willis Mills		NY	029	45601	
5132058	Portland	portland	US	04101	4694	America/New_York	42.37978	-79.46755	232	Centerville,Chatacouit,Portland,Portlend,Портленд		NY	013	59421	
5132059	Portland	portland	US	04101	0	America/New_York	42.52285	-76.52411	121			NY	109	41234	
5132062	Portlandville	portlandville	US	13834	0	America/New_York	42.53036	-74.9671	351	Mumfordsville,Portlandville		NY	077	47240	
5132065	Portville	portville	US	14770	978	America/New_York	42.03868	-78.34085	436			NY	009	59509	
5132103	Potsdam	potsdam	US	13676	9688	America/New_York	44.66978	-74.98131	132	Potsdam,Potsdam (New York),Potsdam  New York,Te-wa-ten-e-ta-ren-ies,Tsi Tewate'nehtararenie's,Tsi Tewate'nehtararénie's,pwtsdam,qryt bwtsdam,قرية بوتسدام,پوتسدام		NY	089	59575	
5132107	Potter	potter	US	54160	0	America/New_York	42.70423	-77.20664	273	Potter,Potter Center		NY	123	59597	
5132137	Pottersville	pottersville	US	07979	424	America/New_York	43.73118	-73.8193	258			NY	113	15319	
5132138	Potterville	potterville	US	48876	0	America/New_York	41.83204	-74.37737	333			NY	111	63011	
5132143	Poughkeepsie	poughkeepsie	US	12601	30371	America/New_York	41.70037	-73.92097	62	POU,Pochkeepsie,Pokipsi,Poughkeepsie,Pougkipsi,Poukipzi,Pukipsij,bkbsy,bo qi pu xi,pokibsi,pokipushi,pwgkypsy  nywywrk,Покипси,Поугкипси,Поукипзи,Поукіпзі,Пъкипсий,بكبسي,پوگکیپسی، نیویورک,ポキプシー,波啟浦夕,포킵시	027	NY	027	59641	
5132148	Poughquag	poughquag	US	12570	0	America/New_York	41.60898	-73.6818	133			NY	027	05452	
5132152	Pound Ridge	pound-ridge	US	10576	5104	America/New_York	41.20871	-73.57485	189	Pound Ridge,Poundridge		NY	119	59685	
5132199	Pratts	pratts	US	22731	0	America/New_York	42.92146	-75.59018	338			NY	053	23305	
5132205	Prattsburgh	prattsburgh	US	14873	656	America/New_York	42.52396	-77.28887	446	Prattsburg,Prattsburgh		NY	101	59718	
5132207	Prattsville	prattsville	US	12468	355	America/New_York	42.31481	-74.43293	354			NY	039	59751	
5132212	Preble	preble	US	13141	0	America/New_York	42.73535	-76.14826	373	Preble,Preble Corners		NY	023	59773	
5132230	Preston	preston	US	06365	0	America/New_York	42.53396	-75.62324	448	Preston,Preston Corners		NY	017	59817	
5132236	Preston Hollow	preston-hollow	US	12469	0	America/New_York	42.44452	-74.20792	258	Monclova,Preston Hollow		NY	001	61181	
5132279	Prospect	prospect	US	06712	291	America/New_York	43.30424	-75.15211	361			NY	065	75280	
5132284	Prospect Heights	prospect-heights	US	60070	0	America/New_York	42.6173	-73.73956	54			NY	083	22117	
5132295	Prospect Hill	prospect-hill	US	27314	0	America/New_York	41.4587	-74.63849	322			NY	071	19961	
5133080	Protection	protection	US	67127	0	America/New_York	42.60867	-78.49419	416	Protection,Protection Harbor		NY	029	35122	
5133084	Pulaski	pulaski	US	13142	2310	America/New_York	43.56701	-76.1277	113	Pulaski,Richland		NY	075	61533	
5133098	Pulteney	pulteney	US	14874	0	America/New_York	42.52507	-77.1672	321	Harmonyville,Pulteney		NY	101	59982	
5133101	Pultneyville	pultneyville	US	14538	698	America/New_York	43.27979	-77.18609	83			NY	117	82040	
5133135	Purchase	purchase	US	10577	4660	America/New_York	41.04093	-73.71457	107	Harrison's Purchase,Harrisons Purchase,Purchase,The Purchase,Thomasville		NY	119	32413	
5133143	Purdys	purdys	US	10578	0	America/New_York	41.32593	-73.65513	77	Purdy,Purdy's Station,Purdys,Purdys Station		NY	119	53517	
5133151	Purling	purling	US	12470	0	America/New_York	42.28425	-74.00541	147	Purling,The Forge		NY	039	11649	
5133157	Putnam	putnam	US	06260	0	America/New_York	43.74673	-73.39706	102	Putnam,Putnam Center,Putnam Corners		NY	115	60092	
5133174	Putnam Station	putnam-station	US	12861	0	America/New_York	43.73423	-73.37484	36	Putnam,Putnam Station		NY	115	60092	
5133176	Putnam Valley	putnam-valley	US	10579	0	America/New_York	41.33593	-73.87403	51			NY	079	60147	
5133190	Pyrites	pyrites	US	13677	0	America/New_York	44.51478	-75.18576	153			NY	089	12342	
5133231	Quaker Hill	quaker-hill	US	06375	0	America/New_York	41.57954	-73.5429	369			NY	027	56825	
5133237	Quaker Street	quaker-street	US	12141	0	America/New_York	42.7348	-74.18624	310			NY	093	21006	
5133248	Quarryville	quarryville	US	17566	0	America/New_York	42.11981	-73.98708	121			NY	111	65299	
5133271	Queens Village	queens-village	US	11427	51919	America/New_York	40.72677	-73.74152	27	Brushville,Queens,Queens Village		NY	081		
5133279	Queensbury	queensbury	US	12804	27703	America/New_York	43.37729	-73.61317	96	kuinzuberi,クイーンズベリー	113	NY	113	60356	
5133302	Quogue	quogue	US	11959	991	America/New_York	40.82316	-72.60954	5	Quaquanantuck,Quogue		NY	103	68473	
5133359	Rainbow Lake	rainbow-lake	US	12976	0	America/New_York	44.467	-74.17293	515			NY	033	08213	
5133385	Randall	randall	US	50231	0	America/New_York	42.91146	-74.44458	92	Downing,Randall,Yatesville		NY	057	63561	
5133416	Randolph	randolph	US	02368	1286	America/New_York	42.16201	-78.97532	389	Randol'f,Рандольф		NY	009	60587	
5133419	Ransomville	ransomville	US	14131	1419	America/New_York	43.23867	-78.90976	99	Quade's Corners,Ransomville		NY	063	59267	
5133425	Raquette Lake	raquette-lake	US	13436	0	America/New_York	43.81312	-74.65739	538	Racket Lake,Raquette Lake		NY	041	43412	
5133471	Ravena	ravena	US	12143	3267	America/New_York	42.46841	-73.81624	70	Coeymans Junction,Ravena		NY	001	16694	
5133473	Rawson	rawson	US	45881	0	America/New_York	42.32145	-78.30863	492			NY	003	50375	
5133479	Ray	ray	US	45672	0	America/New_York	42.93339	-78.29724	288			NY	037	01165	
5133483	Ray Brook	ray-brook	US	12977	0	America/New_York	44.30005	-74.08543	485			NY	031	51935	
5133486	Raymond	raymond	US	03077	0	America/New_York	43.107	-78.66725	185			NY	063	43093	
5133495	Raymondville	raymondville	US	13678	0	America/New_York	44.83811	-74.97798	77	Racketon,Raymondville,Tsi Iakokiehtha,Tsi Iakokiéhtha,Tsi-ia-ko-on-tie-ta		NY	089	51330	
5133501	Rayville	rayville	US	64084	0	America/New_York	42.46425	-73.53845	226	Green Brook,Rayville		NY	021	14014	
5133503	Reading Center	reading-center	US	14876	0	America/New_York	42.43035	-76.93274	380	Reading,Reading Center,Reading Centre		NY	097	60763	
5133516	Rector	rector	US	15677	0	America/New_York	43.75563	-75.67686	551			NY	049	48032	
5133536	Red Creek	red-creek	US	13143	0	America/New_York	40.90621	-72.55231	7			NY	103	68473	
5133538	Red Creek	red-creek	US	13143	513	America/New_York	43.24729	-76.72356	104	Jacksonville,Red Creek,Redcreek		NY	117	82689	
5133545	Red Hook	red-hook	US	12571	1990	America/New_York	41.99509	-73.87541	67	Lower Red Hook,Red Hook,Red Khuk,Redhook,Ред Хук		NY	027	60905	
5133547	Red Hook	red-hook	US	12571	0	America/New_York	40.6751	-74.00958	2			NY	047		
5133554	Red House	red-house	US	23963	0	America/New_York	42.11228	-78.80198	408			NY	009		
5133584	Red Rock	red-rock	US	74651	0	America/New_York	43.13285	-76.28826	114			NY	067	44039	
5133593	Red Rock	red-rock	US	74651	0	America/New_York	42.35703	-73.51039	262	Pilfershire,Red Rock		NY	021	12056	
5133594	Redbird	redbird	US	74458	0	America/New_York	42.23034	-79.29921	392			NY	013	23976	
5133595	Redfield	redfield	US	13437	573	America/New_York	43.53313	-75.82158	289	Center Square,Central Square,Centre Square,Redfield,Redfield Square		NY	075	60873	
5133598	Redford	redford	US	12978	477	America/New_York	44.60838	-73.80431	357	Redford,Редфорд		NY	019	65211	
5133609	Redwood	redwood	US	13679	605	America/New_York	44.30089	-75.80134	112	Jamesville,Redwood		NY	045	01176	
5133612	Redwood	redwood	US	13679	0	America/New_York	40.99788	-72.31342	7			NY	103	68473	
5133626	Reedville	reedville	US	22539	0	America/New_York	44.10145	-75.65437	182			NY	045	82348	
5133640	Rego Park	rego-park	US	11374	43925	America/New_York	40.72649	-73.85264	28	Rigo-Park,lei ge gong yuan,rygw park,rygw park  kwyynz,Риго-Парк,ریگو پارک,ریگو پارک، کوئینز,レゴ・パーク地区,雷哥公園		NY	081		
5133642	Reidsville	reidsville	US	27320	0	America/New_York	42.56674	-74.02402	441			NY	001	06211	
5133657	Remsenburg	remsenburg	US	11960	0	America/New_York	40.8076	-72.70871	3			NY	103	68473	
5133667	Rensselaer	rensselaer	US	12144	9433	America/New_York	42.64258	-73.7429	5	Bath-on-the-Hudson,East Albany,Greenbusch,Greenbush,Renselaer,Rensler,Rensselaer,rnslyr  nywywrk,rynsylar,Ренселаер,Ренслер,رنسلیر، نیویورک,رينسيلار		NY	083	61148	
5133670	Rensselaer Falls	rensselaer-falls	US	13680	322	America/New_York	44.59201	-75.3191	100	Canton Falls,Rensselaer Falls,Taitville,Tateville		NY	089	12342	
5133675	Rensselaerville	rensselaerville	US	12147	0	America/New_York	42.51619	-74.13791	416			NY	001	61181	
5133678	Renwick	renwick	US	50577	0	America/New_York	42.46618	-76.49966	125			NY	109	38088	
5133710	Retsof	retsof	US	14539	340	America/New_York	42.83534	-77.87889	222			NY	051	84022	
5133716	Rexford	rexford	US	12148	0	America/New_York	42.85313	-73.8879	76	Rexford,Rexford Flats,Rexford Flats Village		NY	091	16353	
5133721	Rexville	rexville	US	14877	0	America/New_York	42.08424	-77.66221	561			NY	101	81105	
5133724	Reynolds	reynolds	US	31076	0	America/New_York	42.89035	-73.66262	61			NY	083	65486	
5133738	Reynoldsville	reynoldsville	US	15851	0	America/New_York	42.46702	-76.77023	364			NY	097	33073	
5133742	Rhinebeck	rhinebeck	US	12572	2609	America/New_York	41.92676	-73.91264	61			NY	027	61357	
5133746	Rhinecliff	rhinecliff	US	12574	425	America/New_York	41.91954	-73.95125	14	Rajnklif,Rhinecliff,Rhineclift,Shatzell's Dock,Рајнклиф		NY	027	61357	
5133778	Riceville	riceville	US	16432	0	America/New_York	42.44256	-78.61475	439			NY	009	02759	
5133779	Riceville	riceville	US	16432	0	America/New_York	43.09368	-74.2818	255			NY	035	46217	
5133788	Richardsville	richardsville	US	22736	0	America/New_York	41.4637	-73.77513	293			NY	079	39331	
5133789	Richburg	richburg	US	14774	441	America/New_York	42.0884	-78.15334	506	Richburg,Richburgh		NY	003	82623	
5133791	Richfield	richfield	US	17086	0	America/New_York	42.85729	-75.05405	450	Monticello,Richfield		NY	077	61467	
5133795	Richfield Springs	richfield-springs	US	13439	1225	America/New_York	42.85341	-74.98543	400	Richfild Springs,rytshfyld sbrynghz,Ричфилд Спрингс,ريتشفيلد سبرينغز		NY	077	61467	
5133797	Richford	richford	US	05476	0	America/New_York	42.35563	-76.20076	340			NY	107	61511	
5133799	Richland	richland	US	08350	5661	America/New_York	43.56951	-76.0477	166	Richland,Richland Station		NY	075	61533	
5133803	Richmond	richmond	US	01254	0	America/New_York	40.57399	-74.13042	17	Coccles Town,Cuckold's Town,Richmond,Richmond Town,Ричмонд		NY	085		
5133816	Richmondville	richmondville	US	12149	871	America/New_York	42.63424	-74.56403	334			NY	095	61599	
5133823	Richville	richville	US	13681	320	America/New_York	44.41728	-75.39188	124	Rich's Settlement,Riches Settlement,Richville		NY	089	20038	
5133825	Richmond Hill	richmond-hill	US	11418	98984	America/New_York	40.69983	-73.83125	18			NY	081		
5133832	Ridge	ridge	US	11961	13336	America/New_York	40.89399	-72.89594	28	Randallville,Ridge,Ridgeville		NY	103	10000	
5133847	Ridgeland	ridgeland	US	29936	0	America/New_York	43.0909	-77.61028	160			NY	055	34099	
5133852	Ridgeway	ridgeway	US	24148	0	America/New_York	43.26728	-78.38975	127	Ridgeway,Ridgeway Corners		NY	073	61742	
5133853	Ridgeway	ridgeway	US	24148	0	America/New_York	41.00288	-73.76291	77			NY	119	81677	
5133857	Ridgewood	ridgewood	US	07450	0	America/New_York	43.25033	-78.64725	122			NY	063	50232	
5133858	Ridgewood	ridgewood	US	07450	69317	America/New_York	40.7001	-73.90569	23	Evergreen,Ridgewood,رج وڈ، کوئینز		NY	081		
5133863	Rifton	rifton	US	12471	456	America/New_York	41.83759	-74.03736	55	Arnoldton,Rifton,Rifton Glen		NY	111	24691	
5133866	Riga	riga	US	49276	0	America/New_York	43.06951	-77.8839	194	Riga,Riga Center		NY	055	61808	
5133892	Ripley	ripley	US	14775	872	America/New_York	42.267	-79.7106	224	Quincy,Ripley		NY	013	61885	
5133903	Riparius	riparius	US	12862	0	America/New_York	43.66173	-73.89707	269	Riparius,Riverside		NY	113	15319	
5133916	Riverbank	riverbank	US	95367	0	America/New_York	43.60534	-73.7254	215			NY	113	07234	
5133917	Riverdale	riverdale	US	07457	9174	America/New_York	40.90056	-73.90639	55	Riverdale,Riverdale-On-Hudson		NY	005		
5133918	Riverdale	riverdale	US	07457	0	America/New_York	43.21035	-75.4324	140			NY	065	63418	
5133926	Riverhead	riverhead	US	11901	13299	America/New_York	40.91704	-72.66204	4	A-que-bogue,Occapogue,Riverhead,ribaheddo,リバーヘッド	103	NY	103	61984	
5133931	Riverside	riverside	US	02915	0	America/New_York	42.00674	-75.76435	266			NY	007	39837	
5133932	Riverside	riverside	US	02915	0	America/New_York	42.91785	-73.67651	25			NY	091	71333	
5133933	Riverside	riverside	US	02915	487	America/New_York	42.15619	-77.08275	286			NY	101	18267	
5133934	Riverside	riverside	US	02915	2911	America/New_York	40.88121	-72.67787	55	Riversajd,Риверсайд		NY	103	68473	
5133982	Riverview	riverview	US	33568	0	America/New_York	44.58282	-73.90653	358			NY	019	06761	
5133992	Roanoke	roanoke	US	24001	0	America/New_York	42.94367	-78.05196	284	Orangeburgh,Roanoke		NY	037	70607	
5134054	Robinson	robinson	US	15949	0	America/New_York	44.82282	-73.61542	292			NY	019	01583	
5134080	Rochdale	rochdale	US	01542	0	America/New_York	41.71843	-73.85263	61	Rochdale,Whippleville		NY	027	59652	
5134085	Rochelle Park	rochelle-park	US	07662	0	America/New_York	40.91788	-73.78569	20			NY	119	50617	
5134565	Rouses Point	rouses-point	US	12979	2169	America/New_York	44.99393	-73.36486	34	RSX,Rauzes Pojnt,Rouse Point,Rouse's Point,Rouses Point,rwss bwynt,Раузес Појнт,روسس بوينت		NY	019	13750	
5134575	Roxbury	roxbury	US	02119	0	America/New_York	40.56649	-73.89069	2			NY	081		
5134589	Ruby	ruby	US	12475	0	America/New_York	42.01815	-74.01486	95			NY	111	75935	
5134641	Rushville	rushville	US	14544	665	America/New_York	42.76007	-77.22637	267			NY	123	59597	
5134086	Rochester	rochester	US	02770	209802	America/New_York	43.15478	-77.61556	154	Ga-sko-sa-ga,Gaskosago,ROC,Rocestera,Rocesteris,Rocestro,Rochester,Rochesterville,Rochestur,Roffa,Rotsester,Roĉestro,Ročestera,Ročesteris,locheseuteo,luo che si te,racestara,rocestar,rocestara,rochesuta,rwchstr  nywywrk,rwtshstr,rwzstr,rx ches texr,Ρότσεστερ,Рочестер,Рочестър,רוצסטר,روتشستر,روچستر، نیویورک,روچسٹر,روچیسٹر، نیو یارک,रॉचेस्टर,रोचेस्टर,রচেস্টার,రోచెస్టర్,รอเชสเตอร์,ロチェスター,羅徹斯特,로체스터	055	NY	055	63000	
5134102	Rock City	rock-city	US	61070	0	America/New_York	42.01451	-78.47447	716			NY	009	01297	
5134103	Rock City	rock-city	US	61070	0	America/New_York	42.40425	-73.57734	222			NY	021	14014	
5134104	Rock City	rock-city	US	61070	0	America/New_York	41.97037	-73.82097	102			NY	027	47207	
5134105	Rock City Falls	rock-city-falls	US	12863	0	America/New_York	43.06202	-73.91707	138	Rock City Falls,Rock Falls City		NY	091	47537	
5134115	Rock Hill	rock-hill	US	12775	1742	America/New_York	41.62593	-74.59766	420	Rock Hill,Rockhill		NY	105	73627	
5134149	Rock Glen	rock-glen	US	18246	0	America/New_York	42.6859	-78.1189	398	Rock Glen,Rockglen		NY	121	27980	
5134158	Rock Stream	rock-stream	US	14878	0	America/New_York	42.47118	-76.92746	268	Hathaway's Corners,Hurd's Corners,Rock Stream		NY	123	70816	
5134161	Rock Tavern	rock-tavern	US	12575	0	America/New_York	41.4662	-74.19126	127			NY	071	50848	
5134163	Rock Valley	rock-valley	US	51247	0	America/New_York	41.88953	-75.08433	385			NY	025	31951	
5134170	Rockaway Park	rockaway-park	US	11694	0	America/New_York	40.58011	-73.83625	2			NY	081		
5134176	Rockdale	rockdale	US	76567	0	America/New_York	42.37813	-75.40768	315			NY	017	31148	
5134185	Rockland	rockland	US	02370	0	America/New_York	41.94537	-74.91294	394	Rockland,Westfield Flats		NY	105	63176	
5134199	Rockton	rockton	US	15856	0	America/New_York	42.95341	-74.17207	187			NY	057	02066	
5134200	Rockville	rockville	US	02873	0	America/New_York	42.30673	-78.16446	442			NY	003	05573	
5134201	Rockville	rockville	US	02873	0	America/New_York	41.48454	-74.41571	196			NY	071	77992	
5134203	Rockville Centre	rockville-centre	US	11570	24201	America/New_York	40.65871	-73.64124	9	Rockville,Rockville Center,Rockville Centre,Rokvil Center,rwkfyl syntr,rwkwyl sntr  nywywrk,Роквил Центер,روكفيل سينتر,روکویل سنتر، نیویورک		NY	059	34000	
5134213	Rockwood	rockwood	US	04478	0	America/New_York	43.05813	-74.50403	319	Pleasant Valley,Rockwood		NY	035	24603	
5134230	Rocky Point	rocky-point	US	11778	0	America/New_York	44.72254	-73.4118	36			NY	019	58585	
5134235	Rocky Point	rocky-point	US	11778	14014	America/New_York	40.9526	-72.92538	59	Rocky Point,Rockypoint		NY	103	10000	
5134239	Rocky Hill	rocky-hill	US	06067	0	America/New_York	41.22954	-74.35321	278			NY	071	78366	
5134245	Rodman	rodman	US	13682	153	America/New_York	43.85118	-75.94075	221			NY	045	63341	
5134261	Rogers	rogers	US	06263	0	America/New_York	44.4581	-73.60653	151			NY	019	03221	
5134282	Rogersville	rogersville	US	15359	0	America/New_York	42.51479	-77.67083	401			NY	101	19675	
5134288	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	41.92315	-74.05292	92			NY	111	37143	
5134294	Rome	rome	US	13440	0	America/New_York	44.4406	-73.68819	174			NY	031	38396	
5134295	Rome	rome	US	13440	32573	America/New_York	43.21285	-75.45573	139	Lynchville,RME,Rim,Roma,Rome,Roum,lom,luo ma,rm  nywywrk,romu,rwm  nyw yark,rwmy,Рим,Роум,رم، نیویورک,روم، نیو یارک,رومي,ローム,羅馬,롬		NY	065	63418	
5134307	Romulus	romulus	US	14541	409	America/New_York	42.75229	-76.83357	219			NY	099	76958	
5134316	Ronkonkoma	ronkonkoma	US	11779	19082	America/New_York	40.81538	-73.11233	34	Ronkonkoma,rwnkwnkwma,Ронконкома,رونكونكوما		NY	103	10000	
5134323	Roosevelt	roosevelt	US	08555	16258	America/New_York	40.67871	-73.58902	12			NY	059	34000	
5134347	Rooseveltown	rooseveltown	US	13683	0	America/New_York	44.97283	-74.73102	63	Naienton,Naiénton,Nyando,Rooseveltown		NY	089	46030	
5134366	Roscoe	roscoe	US	12776	541	America/New_York	41.93314	-74.9135	395	Roscoe,Westfield Flats		NY	105	63176	
5134369	Rose	rose	US	14542	0	America/New_York	43.15368	-76.87857	128	Albion,Rose,Rose Valley,Valentine's		NY	117	63605	
5134380	Rose Hill	rose-hill	US	24281	0	America/New_York	42.90729	-76.34243	378			NY	067	45491	
5134381	Rose Hill	rose-hill	US	24281	0	America/New_York	42.84951	-76.90968	177			NY	099	25505	
5134383	Rose Hill	rose-hill	US	24281	0	America/New_York	40.7426	-73.98375	11			NY	061		
5134392	Roseboom	roseboom	US	13450	0	America/New_York	42.74174	-74.77654	393			NY	077	63638	
5134395	Rosedale	rosedale	US	11422	25812	America/New_York	40.66205	-73.73541	5	Foster's Meadow,Rosedale		NY	081		
5134396	Rosedale	rosedale	US	11422	0	America/New_York	40.89093	-73.79347	12			NY	119	50617	
5134397	Rosedale	rosedale	US	11422	0	America/New_York	40.99343	-73.74291	47			NY	119	81677	
5134399	Roseland	roseland	US	07068	0	America/New_York	43.18145	-77.38638	157			NY	055	57144	
5134415	Roslyn	roslyn	US	11576	2795	America/New_York	40.79982	-73.65096	14	Hempstead Harbor,Roslyn,Rozlin,rwslyn,Розлин,روسلين		NY	059	53000	
5134420	Roslyn Heights	roslyn-heights	US	11577	6577	America/New_York	40.78871	-73.64735	53			NY	059	53000	
5134437	Rossburg	rossburg	US	45362	0	America/New_York	42.49729	-78.07001	354	Mixville Landing,Rossburg,Wiscoy Landing		NY	003	36112	
5134448	Rossville	rossville	US	17358	0	America/New_York	41.59204	-74.06903	192			NY	071	50045	
5134449	Rossville	rossville	US	17358	18792	America/New_York	40.55566	-74.21348	4	Blazing Star,Rossville		NY	085		
5134454	Rotterdam Junction	rotterdam-junction	US	12150	0	America/New_York	42.87452	-74.04652	76			NY	093	63935	
5134457	Rough and Ready	rough-and-ready	US	95975	0	America/New_York	42.10757	-77.65221	518			NY	101	30741	
5134479	Round Lake	round-lake	US	12151	621	America/New_York	42.93869	-73.78984	50	Round Lake,Roundlake		NY	091	44743	
5134484	Rosendale	rosendale	US	12472	0	America/New_York	41.84398	-74.08209	20			NY	111	63737	
5134532	Round Top	round-top	US	12473	0	America/New_York	42.26898	-74.02736	184			NY	039	11649	
5134636	Rushford	rushford	US	14777	363	America/New_York	42.39229	-78.25362	457	Kellogville,Rushford		NY	003	64166	
5134647	Russell	russell	US	01071	0	America/New_York	44.42951	-75.14993	188			NY	089	64221	
5134661	Russia	russia	US	45363	0	America/New_York	44.67365	-73.78209	453			NY	019	65211	
5134662	Russia	russia	US	45363	0	America/New_York	43.25868	-75.08211	344			NY	043	64254	
5134693	Rye	rye	US	03870	16046	America/New_York	40.98065	-73.68374	8	Hastings,Raj,Roj,Rye,ry,way  nywywrk,Рај,Рой,ري,وای، نیویورک		NY	119	64309	
5134719	Sabael	sabael	US	12864	0	America/New_York	43.7284	-74.30571	532			NY	041	37374	
5134736	Sackets Harbor	sackets-harbor	US	13685	1490	America/New_York	43.94617	-76.11909	86	Gahuagojetwadaalote,Sacket Harbor,Sacket's Harbor,Sackets Harbor,Sackets Harbour,Sackett's Harbor,Sacketts Harbor,Sakits Kharbor,Сакитс Харбор		NY	045	35782	
5134800	Sag Harbor	sag-harbor	US	11963	2282	America/New_York	40.99788	-72.29258	8	Harbor of Sagg,Sag Harbor,Sag Kharbor,Sagaponack Harbor,Sagg Harbor,sa ge gang,sagh harbwr,Саг Харбор,ساغ هاربور,سگ ہاربر، نیو یارک,薩格港		NY	103	68473	
5134804	Sagamore	sagamore	US	02561	0	America/New_York	43.76451	-74.62822	596			NY	041	43412	
5134812	Sagaponack	sagaponack	US	11962	325	America/New_York	40.92538	-72.27814	7			NY	103	68473	
5134861	Saint Albans	saint-albans	US	04971	0	America/New_York	40.69844	-73.76069	15			NY	081		
5135101	Saint Elmo	saint-elmo	US	36568	0	America/New_York	41.5887	-74.14153	133			NY	111	66674	
5135152	Saint George	saint-george	US	29477	0	America/New_York	40.64455	-74.08014	34			NY	085		
5135192	Saint James	saint-james	US	11780	13338	America/New_York	40.87899	-73.15678	46	Saint James,Saint Jamesville,Sent-Dzhejms,Sher-a-wog,St. James,Сент-Джеймс		NY	103	68000	
5135356	Saint Johnsville	saint-johnsville	US	13452	1732	America/New_York	42.99813	-74.68292	100			NY	057		
5135478	Saint Lawrence	saint-lawrence	US	57373	0	America/New_York	44.17727	-76.16772	107			NY	045	12364	
5135963	Saint Regis	saint-regis	US	59866	0	America/New_York	44.99727	-74.65102	52			NY	033		
5135964	Saint Regis Falls	saint-regis-falls	US	12980	464	America/New_York	44.67395	-74.5449	386			NY	033	78795	
5136088	Salamanca	salamanca	US	14779	5586	America/New_York	42.15784	-78.71503	421	Salamanka,Salamanko,salamanka,salamanka  nywywrk,Саламанка,Саламанко,سالامانكا,سالامانکا، نیویورک		NY	009	64749	
5136091	Salem	salem	US	01970	929	America/New_York	43.1723	-73.32761	147	New Perth,Salem,Sejlem,White Creek,Сейлем		NY	115	64782	
5136106	Salisbury	salisbury	US	01952	0	America/New_York	43.13424	-74.82404	372	Salisbury,Salisbury Corners		NY	043	64837	
5136107	Salisbury	salisbury	US	01952	12093	America/New_York	40.74566	-73.56013	33			NY	059	34000	
5136108	Salisbury Center	salisbury-center	US	13454	0	America/New_York	43.14257	-74.78654	327	Salisbury Center,Salisbury Centre		NY	043	64837	
5136111	Salisbury Mills	salisbury-mills	US	12577	536	America/New_York	41.43065	-74.11903	93			NY	071	07003	
5136154	Salt Point	salt-point	US	12578	190	America/New_York	41.80676	-73.79319	72			NY	027	58695	
5136177	Sanborn	sanborn	US	14132	1645	America/New_York	43.13672	-78.88476	193			NY	063	11803	
5136209	Sand Lake	sand-lake	US	12153	0	America/New_York	42.6373	-73.54067	238	East Sand Lake,Middletown,Sand Lake,Sand-Lake,Sandlake,Sliter's Corners,West Sand Lake		NY	083	65013	
5136216	Sand Point	sand-point	US	99661	0	America/New_York	42.83395	-77.70333	250			NY	051	42961	
5136259	Sandusky	sandusky	US	14133	0	America/New_York	42.4959	-78.38446	497			NY	009	27441	
5136263	Sandy Creek	sandy-creek	US	13145	745	America/New_York	43.64424	-76.08603	152	Sandy Creek,Sandycreek,Washingtonville		NY	075	65079	
5136278	Sanford	sanford	US	04073	0	America/New_York	42.01534	-78.23557	462			NY	003	28563	
5136279	Sanford	sanford	US	04073	0	America/New_York	42.1023	-75.48351	359	Creek Settlement,Sanford		NY	007	65112	
5136294	Sangerfield	sangerfield	US	13455	0	America/New_York	42.91396	-75.37906	380	Sangerfield,Sangerfield Center,Skanawis		NY	065	65134	
5136300	Santa Clara	santa-clara	US	84765	0	America/New_York	44.63367	-74.45739	408			NY	033	65178	
5136318	Saranac	saranac	US	12981	0	America/New_York	44.65143	-73.74348	243	Saranac,Saranac Hollow		NY	019	65211	
5136322	Saranac Lake	saranac-lake	US	12983	5274	America/New_York	44.3295	-74.13127	471	SLK,Saranac Lake,Saranak Lejk,sarank lyk,Саранак Лейк,سارانك ليك		NY	033	32314	
5136334	Saratoga Springs	saratoga-springs	US	12866	27765	America/New_York	43.08313	-73.78457	91	Chi-co-pee,Salatogi,Saratoga Springs,Saratoga-Springs,Saratogo Springz,saeleotogaseupeulingseu,saratogasupuringu,saratwga aspryngz  nywywrk,saratwgha sbrynghs,Саратога Спрингс,Саратога-Спрингс,Саратого Спрингз,Саратоґа-Спрінгс,ساراتوغا سبرينغس,ساراتوگا اسپرینگز، نیویورک,サラトガスプリング,새러토가스프링스		NY	091	65255	
5136339	Sardinia	sardinia	US	14134	0	America/New_York	42.54117	-78.50808	425	Sardina,Sardinia		NY	029	65277	
5136353	Saugerties	saugerties	US	12477	3903	America/New_York	42.07759	-73.95291	47	Saugerties,Ulster		NY	111	65299	
5136361	Sauquoit	sauquoit	US	13456	0	America/New_York	43.00424	-75.25989	264	Sauquait,Sauquoit,West Sauquoit		NY	065	56330	
5136368	Savannah	savannah	US	13146	558	America/New_York	43.06729	-76.75968	128			NY	117	65343	
5136371	Savona	savona	US	14879	808	America/New_York	42.28868	-77.21831	321	Mud Creek,Savona		NY	101	04770	
5136397	Sawyer	sawyer	US	49125	0	America/New_York	42.06951	-78.09445	591			NY	003	07201	
5136398	Sawyer	sawyer	US	49125	0	America/New_York	43.06478	-78.84476	175			NY	063	53682	
5136399	Sawyer	sawyer	US	49125	0	America/New_York	43.3395	-78.16058	101	Sawyer,Sawyers		NY	073	12496	
5136415	Saxton	saxton	US	16678	0	America/New_York	42.15787	-73.9943	117			NY	111	65299	
5136421	Sayville	sayville	US	11782	16853	America/New_York	40.73593	-73.08206	6	Sejvil,Сејвил		NY	103	38000	
5136427	Scarborough	scarborough	US	04070	0	America/New_York	41.13593	-73.85847	42	Scarboro,Scarborough,Wescora		NY	119	55541	
5136433	Scarsdale	scarsdale	US	10583	17885	America/New_York	41.0051	-73.78458	66	Skarsdejl,si ka si dai er,skyrdyl,Скарсдејл,سكيرديل,斯卡斯代爾		NY	119	65442	
5136449	Schaghticoke	schaghticoke	US	12154	588	America/New_York	42.90008	-73.58539	109	Hart's Falls,Harts Falls,Schaghticoke,Schaghticoke Point		NY	083	65486	
5136454	Schenectady	schenectady	US	12301	65305	America/New_York	42.81424	-73.93957	74	SCH,Schenectady,Shinetadi,Skanehtati,Skanéhtati,Skenektadi,Skenektadis,Skunektadi,seukinegteodi,si ke nei ke ta di,sknktdy  nywywrk,sknyktady,sqnqtdy,sukenekutadi,Скенектади,Скенектаді,Скънектади,Шинетади,סקנקטדי,سكنيكتادي,سکنکتدی، نیویورک,سکینکٹڈی ، نیویارک,سکینیکٹیڈی، نیو یارک,スケネクタディ,斯克内克塔迪,스키넥터디	093	NY	093	65508	
5136465	Schenevus	schenevus	US	12155	551	America/New_York	42.54897	-74.82099	397	Jacksonboro,Schenevus		NY	077	45920	
5136494	Schoharie	schoharie	US	12157	838	America/New_York	42.66591	-74.30958	183	Brunnen Dorp,Brunnendorf,Fountain Village,Schoharie,Sommersville	095	NY	095	65596	
5136498	Schodack Landing	schodack-landing	US	12156	0	America/New_York	42.47953	-73.76957	18	Schodack Landing,Shodack Landing		NY	083	65541	
5137353	Schroon Lake	schroon-lake	US	12870	833	America/New_York	43.83867	-73.76096	265	Schroon Lake,Skaniatarowa:nen Lake,Skaniatarowá:nen Lake		NY	031	65629	
5137372	Schuyler Falls	schuyler-falls	US	12985	0	America/New_York	44.62866	-73.55791	131	Schuyler Falls,Schuyler's Falls		NY	019	65717	
5137376	Schuyler Lake	schuyler-lake	US	13457	0	America/New_York	42.78035	-75.02794	399	Kaniatara:ke,Kaniatarà:ke,Schuyler Lake,Schuyler's Lake,Schuylers Lake		NY	077	24845	
5137380	Schuylerville	schuylerville	US	12871	1374	America/New_York	43.10008	-73.58178	39	Old Saratoga,Saratoga,Schuylersville,Schuylerville,Skajlervil,shaylrfyl,Скајлервил,شايلرفيل		NY	091	65244	
5137392	Scio	scio	US	14880	609	America/New_York	42.17146	-77.97861	444	Blood's,Scio		NY	003	65772	
5137397	Scipio Center	scipio-center	US	13147	0	America/New_York	42.78368	-76.55911	363	Scipio,Scipio Center		NY	011	65816	
5137423	Scotia	scotia	US	29939	7727	America/New_York	42.82647	-73.96429	74	Skosha,skwtya,Скоша,سكوتيا		NY	093	29366	
5137424	Scott	scott	US	38772	0	America/New_York	42.72951	-76.24326	430	Scott,Scott Center		NY	023	65915	
5137453	Scottsburg	scottsburg	US	14545	117	America/New_York	42.66423	-77.71416	282	Collartown,Scottsburg,Scottsburgh		NY	051	70101	
5137454	Scottsville	scottsville	US	14546	1977	America/New_York	43.0259	-77.74528	185	Oatka,Scottsville,Skotsvil,skwtfyl,Скотсвил,سكوتفيل,سکاٹسویل، نیو یارک		NY	055	81402	
5137484	Sea Cliff	sea-cliff	US	11579	5025	America/New_York	40.84899	-73.64485	57	Carpenterville,Littleworth,Sea Cliff,Sea Cliff Grove,Si Klif,sy klyf,Си Клиф,سي كليف		NY	059	56000	
5137507	Seaford	seaford	US	11783	15294	America/New_York	40.66593	-73.48818	3	Jerusalem South,Seaford		NY	059	34000	
5137529	Seaside	seaside	US	93955	12754	America/New_York	40.58316	-73.82819	3			NY	081		
5137534	Seaview	seaview	US	23429	0	America/New_York	40.64704	-73.149	1			NY	103	38000	
5137600	Selden	selden	US	11784	19851	America/New_York	40.86649	-73.03566	27	Selden,Westfield,Селден		NY	103	10000	
5137604	Selkirk	selkirk	US	12158	0	America/New_York	42.5323	-73.79846	49			NY	001	06354	
5137605	Selkirk	selkirk	US	12158	0	America/New_York	43.57424	-76.20271	75			NY	075	61533	
5137617	Seneca Castle	seneca-castle	US	14547	0	America/New_York	42.88701	-77.09608	232	Castleton,Seneca Castle		NY	069	66289	
5137622	Seneca Falls	seneca-falls	US	13148	6681	America/New_York	42.91062	-76.79662	137	Seneca Falls,Shaseounse		NY	099	66333	
5137691	Severance	severance	US	12872	0	America/New_York	43.87589	-73.73041	256			NY	031	65629	
5137692	Severance	severance	US	12872	0	America/New_York	43.05034	-77.72806	163			NY	055	15462	
5137702	Seward	seward	US	15954	0	America/New_York	42.72091	-74.60875	361	Neeley's Hollow,Neeleys Hollow,Seward,Seward Valley		NY	095	66542	
5137762	Shamrock	shamrock	US	74068	0	America/New_York	42.9009	-76.3616	379			NY	067	67521	
5137763	Shandaken	shandaken	US	12480	0	America/New_York	42.12009	-74.39543	322	Great Shandaken,Shandaken,Shandaken Center		NY	111	66597	
5137787	Sharon Center	sharon-center	US	44274	0	America/New_York	42.78007	-74.58653	439	Sharon Center,Sharon Centre		NY	095	66641	
5137788	Sharon Springs	sharon-springs	US	13459	528	America/New_York	42.79591	-74.61709	336	Sharon-Springs,Sheron Springs,sharwn sbrynghz,Шарон-Спрингс,Шарон-Спрінгс,Шерон Спрингс,شارون سبرينغز		NY	095	66641	
5137802	Sharon	sharon	US	02067	0	America/New_York	42.76119	-74.53264	361	Sharon,Sharon Hill		NY	095	66641	
5137834	Shawnee	shawnee	US	43782	0	America/New_York	43.12811	-78.83781	189			NY	063	81380	
5137861	Sheldon	sheldon	US	05483	0	America/New_York	42.73728	-78.41863	461			NY	121	66773	
5137894	Shelter Island	shelter-island	US	11964	1333	America/New_York	41.06815	-72.33869	16			NY	103	66839	
5137895	Shelter Island Heights	shelter-island-heights	US	11965	1048	America/New_York	41.08399	-72.35592	17			NY	103	66839	
5137905	Shenandoah	shenandoah	US	17976	0	America/New_York	41.5287	-73.7893	114	Shenandoah,Shenandoah Corners		NY	027	21996	
5137909	Shenorock	shenorock	US	10587	1898	America/New_York	41.33176	-73.73819	155	Lake Shenorock,Lake Shenrock,Shenorock		NY	119	68308	
5137925	Sherburne	sherburne	US	13460	1332	America/New_York	42.67813	-75.49851	319	Ganadadele,Sherburne		NY	017	66894	
5137929	Sheridan	sheridan	US	04775	0	America/New_York	42.48839	-79.23726	228	Sheridan,Sheridan Center		NY	013	66916	
5137938	Sherman	sherman	US	04776	701	America/New_York	42.15922	-79.59533	469	Kipville,Millerville,Sherman,Шерман		NY	013	66960	
5137957	Sherrill	sherrill	US	13461	3066	America/New_York	43.07368	-75.59824	151	Sherrill,Turikesreet,Turkey Street		NY	065	66993	
5137968	Sherwood	sherwood	US	21665	0	America/New_York	42.7609	-76.62133	321			NY	011	65816	
5138021	Shirley	shirley	US	01464	0	America/New_York	42.57673	-78.91365	323			NY	029	51803	
5138022	Shirley	shirley	US	01464	27854	America/New_York	40.80149	-72.8676	16	Shirley,Shirli,WSH,Ширли		NY	103	10000	
5138029	Shokan	shokan	US	12481	1183	America/New_York	41.97343	-74.21209	216	Ashocan,Ashokan,Ashokjan,Caseville,Shokaken,Shokan		NY	111	54749	
5138048	Shoreham	shoreham	US	05770	535	America/New_York	40.95732	-72.9076	20			NY	103	10000	
5138052	Shorewood	shorewood	US	60404	0	America/New_York	42.42868	-77.10247	336			NY	097	75924	
5138071	Shortsville	shortsville	US	14548	1429	America/New_York	42.9559	-77.22081	189	Shorts Mills,Shortsville		NY	069	44864	
5138077	Shrub Oak	shrub-oak	US	10588	2011	America/New_York	41.32759	-73.81958	134	Scrub Oak,Shrub Oak		NY	119	84077	
5138095	Shushan	shushan	US	12873	0	America/New_York	43.09035	-73.34289	143			NY	115	64782	
5138113	Sidney	sidney	US	13838	3755	America/New_York	42.3148	-75.39157	302	SXY,Sidnej,Sidney,Susquehanna Flats,Сидней		NY	025	67345	
5138114	Sidney Center	sidney-center	US	13839	0	America/New_York	42.29064	-75.25573	396	Sidney Center,Sidney Centre		NY	025	67345	
5138139	Siloam	siloam	US	27047	0	America/New_York	42.98479	-75.64129	273	Ellinwood Hollow,Siloam		NY	053	67785	
5138142	Silver Bay	silver-bay	US	12874	0	America/New_York	43.69645	-73.50567	106	Silver Bay,Silverbay		NY	113	31335	
5138151	Silver Creek	silver-creek	US	14136	2545	America/New_York	42.54423	-79.16671	179			NY	013	32050	
5138175	Silver Lake	silver-lake	US	03875	0	America/New_York	42.60146	-75.33239	328			NY	077	58343	
5138183	Silver Lake	silver-lake	US	03875	0	America/New_York	42.70173	-78.02195	419	Silver Lake,Silverlake		NY	121	12782	
5138211	Silver Springs	silver-springs	US	14550	750	America/New_York	42.66062	-78.08556	431			NY	121	27980	
5138226	Simpsonville	simpsonville	US	21150	0	America/New_York	42.50397	-74.78265	420			NY	025	19763	
5138234	Sinclairville	sinclairville	US	14782	565	America/New_York	42.26395	-79.25866	427	Sinclairville,Sinclearville		NY	013	13860	
5138286	Skaneateles	skaneateles	US	13152	2474	America/New_York	42.94701	-76.4291	266	Skaneateles,Skania:tares,Skaniá:tares,Skeneatelas		NY	067	67521	
5138295	Skaneateles Falls	skaneateles-falls	US	13153	0	America/New_York	42.99312	-76.45605	215			NY	067	67521	
5138336	Skytop	skytop	US	18357	0	America/New_York	43.02034	-76.12326	176			NY	067	73000	
5138367	Slaterville Springs	slaterville-springs	US	14881	0	America/New_York	42.39563	-76.35049	339	Dutch Settlement,Slaterville,Slaterville Springs		NY	109	12606	
5138404	Slingerlands	slingerlands	US	12159	0	America/New_York	42.62925	-73.86457	67	Normanskill,Red Hook,Slingerland,Slingerland's,Slingerlands,Slingerlands Station		NY	001	06354	
5138409	Sloan	sloan	US	51055	3601	America/New_York	42.89339	-78.79392	187			NY	029	15011	
5138412	Sloansville	sloansville	US	12160	0	America/New_York	42.75702	-74.33041	207			NY	095	24724	
5138414	Sloatsburg	sloatsburg	US	10974	3135	America/New_York	41.15454	-74.19292	105	Pothat,Pothod,Sloatsburg,Sloatsburgh,Slotsberg,Sloutsburg,slatsbwrgh,surosubagu,Слотсберг,Слоутсбърг,سلاتسبورغ,スロースバーグ		NY	087	60510	
5138437	Smallwood	smallwood	US	12778	580	America/New_York	41.66537	-74.81933	366			NY	105	06310	
5138494	Smith Mills	smith-mills	US	42457	0	America/New_York	42.49506	-79.10559	307	Smith Mills,Smith's Mills,Smiths Mills		NY	013	32050	
5138526	Smithboro	smithboro	US	13840	0	America/New_York	42.03396	-76.40022	245	Smithboro,Smithsborough		NY	107	73968	
5138529	Smithfield	smithfield	US	02917	0	America/New_York	41.88565	-73.60013	241			NY	027	01693	
5138539	Smithtown	smithtown	US	11787	26470	America/New_York	40.85593	-73.20067	18	Head of the River,Smithtown,Smitstaun,smythtawn,Смитстаун,سميثتاون		NY	103	68000	
5138545	Smithville	smithville	US	26178	0	America/New_York	43.87617	-76.09993	111			NY	045	00210	
5138547	Smithville Flats	smithville-flats	US	13841	351	America/New_York	42.39507	-75.80797	312	Big Flats,Smithville Flats		NY	017	68055	
5138562	Smyrna	smyrna	US	13464	207	America/New_York	42.68729	-75.57074	367	Smirna,Смирна		NY	017	68110	
5138619	Snyder	snyder	US	68664	0	America/New_York	42.96367	-78.78392	205	Snyder,Snyderville		NY	029	02000	
5138652	Sodus	sodus	US	14551	1755	America/New_York	43.23784	-77.06136	133			NY	117	68220	
5138660	Sodus Point	sodus-point	US	14555	878	America/New_York	43.27173	-76.98914	84			NY	117	68220	
5138667	Solon	solon	US	04979	0	America/New_York	42.59701	-76.01687	400			NY	023	68264	
5138673	Solsville	solsville	US	13465	0	America/New_York	42.91063	-75.51768	343			NY	053	44435	
5138675	Somers	somers	US	06071	0	America/New_York	41.32815	-73.68569	85	Somers,Somerstown Plains		NY	119	68308	
5138682	Somerset	somerset	US	02725	0	America/New_York	43.34756	-78.55586	93	Somerset,Somerset Corners		NY	063	68330	
5138687	Somerville	somerville	US	02143	0	America/New_York	44.28312	-75.55661	140			NY	089	63858	
5138692	Sonora	sonora	US	42776	0	America/New_York	42.33396	-77.16664	338			NY	101	04770	
5138694	Sonyea	sonyea	US	14556	0	America/New_York	42.67895	-77.82722	200			NY	051	31016	
5138704	Sound Beach	sound-beach	US	11789	7612	America/New_York	40.95621	-72.96788	54			NY	103	10000	
5138724	South Barre	south-barre	US	01074	0	America/New_York	43.152	-78.14974	195			NY	073	04572	
5138732	South Bay	south-bay	US	33493	0	America/New_York	43.15673	-75.74824	118			NY	053	41905	
5138738	South Bay	south-bay	US	33493	0	America/New_York	43.52201	-73.50761	35			NY	115	26715	
5138744	South Beach	south-beach	US	97366	8029	America/New_York	40.58329	-74.07609	2	Oude Dorp,South Beach		NY	085		
5138748	South Bethlehem	south-bethlehem	US	12161	0	America/New_York	42.53175	-73.84735	65	Jane's Corners,South Bethlehem		NY	001	06354	
5138794	South Butler	south-butler	US	13154	0	America/New_York	43.13145	-76.76579	122	Harrington's Corners,South Butler		NY	117	11473	
5138795	South Byron	south-byron	US	14557	0	America/New_York	43.04839	-78.06557	206	Brusselville,South Byron		NY	037	11572	
5138796	South Cairo	south-cairo	US	12482	0	America/New_York	42.27703	-73.9568	61			NY	039	11649	
5138800	South Carrollton	south-carrollton	US	42374	0	America/New_York	42.10312	-78.66197	430			NY	009		
5138817	South Colton	south-colton	US	13687	0	America/New_York	44.51062	-74.88769	285	South Colton,Three Falls		NY	089	17409	
5138822	South Dayton	south-dayton	US	14138	594	America/New_York	42.36423	-79.05559	398			NY	009	19840	
5138830	South Easton	south-easton	US	02375	0	America/New_York	42.97952	-73.52234	201			NY	115	22656	
5138836	South Fallsburg	south-fallsburg	US	12779	2870	America/New_York	41.72065	-74.63433	386	South Fallsburg,South Fallsburgh		NY	105	25241	
5138847	South Glens Falls	south-glens-falls	US	12803	3580	America/New_York	43.29924	-73.63512	105	Clarks Mills,South Glen's Falls,South Glens Falls		NY	091	48318	
5138856	South Greenfield	south-greenfield	US	65752	0	America/New_York	43.09535	-73.86207	179			NY	091	30444	
5138884	South Hill	south-hill	US	23970	6673	America/New_York	42.42924	-76.49494	237			NY	109	38077	
5138890	South Hamilton	south-hamilton	US	01982	0	America/New_York	42.76785	-75.4549	410			NY	053	31720	
5138899	South Jamesport	south-jamesport	US	11970	0	America/New_York	40.93649	-72.57731	1			NY	103	61984	
5138903	South Kortright	south-kortright	US	13842	0	America/New_York	42.3423	-74.7171	460	Alameda,South Kortright		NY	025	70629	
5138911	South Lebanon	south-lebanon	US	45065	0	America/New_York	42.75923	-75.65796	439			NY	053	41674	
5138915	South Lima	south-lima	US	14558	240	America/New_York	42.85534	-77.67528	271	Hamiltons Station,South Lima		NY	051	42334	
5138935	South New Berlin	south-new-berlin	US	13843	0	America/New_York	42.52952	-75.38518	321			NY	017	49957	
5138946	South Otselic	south-otselic	US	13155	0	America/New_York	42.64673	-75.7813	374			NY	017	55717	
5138950	South Ozone Park	south-ozone-park	US	11420	75878	America/New_York	40.6701	-73.81902	8			NY	081		
5138958	South Plymouth	south-plymouth	US	13844	0	America/New_York	42.58146	-75.56435	347	Frankville,Frinkville,South Plymouth		NY	017	58772	
5138981	South Salem	south-salem	US	10590	0	America/New_York	41.27232	-73.5529	165			NY	119	42136	
5139020	South Wales	south-wales	US	14139	0	America/New_York	42.70895	-78.57808	284			NY	029	77871	
5139026	South Windsor	south-windsor	US	06074	0	America/New_York	42.02758	-75.62241	283			NY	007	82535	
5139030	Southampton	southampton	US	01073	3265	America/New_York	40.88427	-72.38953	8	Agwam,Sautkhamptun,Sautkhempton,Southampton,Sud Hampton,Саутхамптън,Саутхемптон,Սաութհեմփթոն		NY	103	68473	
5139050	Southfields	southfields	US	10975	0	America/New_York	41.24482	-74.17542	154			NY	071	75781	
5139054	Southold	southold	US	11971	5748	America/New_York	41.06482	-72.4262	7	Southold,Southoule,Yennecock		NY	103	69463	
5139058	Southport	southport	US	04576	7238	America/New_York	42.0548	-76.81912	271			NY	015	69617	
5139097	Sparkill	sparkill	US	10976	1565	America/New_York	41.03121	-73.92708	16	Sparkill,Upper Piermont		NY	087	55211	
5139102	Sparrow Bush	sparrow-bush	US	12780	2097	America/New_York	41.40009	-74.72322	155	Honesville,Sparrow Bush,Sparrowbush		NY	071	19961	
5139105	Sparta	sparta	US	07871	0	America/New_York	41.14482	-73.86347	17			NY	119	55541	
5139134	Speculator	speculator	US	12164	314	America/New_York	43.49729	-74.36181	530	Lake Pleasant,Newton's Corners,Speculator		NY	041	40794	
5139142	Spencer	spencer	US	01562	731	America/New_York	42.2098	-76.49327	303			NY	107	70178	
5139152	Spencerport	spencerport	US	14559	3589	America/New_York	43.18645	-77.8039	169	Spencer's Basin,Spencerport		NY	055	54474	
5139155	Spencertown	spencertown	US	12165	0	America/New_York	42.32342	-73.54595	209			NY	021	03287	
5139156	Speonk	speonk	US	11972	0	America/New_York	40.81954	-72.70538	9			NY	103	68473	
5139166	Sperryville	sperryville	US	22740	0	America/New_York	43.77312	-75.30657	376			NY	049	78729	
5139220	Sprakers	sprakers	US	12166	0	America/New_York	42.89146	-74.51347	92	Spraker's Basin,Sprakers,Sprakers Basin		NY	057	63561	
5139229	Spring Brook	spring-brook	US	14140	0	America/New_York	42.81811	-78.67558	243	Spring Brook,Springbrook		NY	029	24130	
5139250	Spring Glen	spring-glen	US	12483	0	America/New_York	41.66565	-74.42988	122	Homowack,Red Bank,Spring Glen,Springglen		NY	111	78828	
5139253	Spring Lake	spring-lake	US	07762	0	America/New_York	43.12562	-76.68801	126	Pineville,Spring Lake		NY	011	17849	
5139266	Spring Mills	spring-mills	US	16875	0	America/New_York	42.00785	-77.7636	605			NY	003	37297	
5139278	Spring Valley	spring-valley	US	10977	0	America/New_York	41.16871	-73.83875	116			NY	119	55541	
5139283	Springfield	springfield	US	01101	1312	America/New_York	42.83618	-74.85348	413	Springfild,Спрингфилд		NY	077	70310	
5139285	Springfield Center	springfield-center	US	13468	0	America/New_York	42.82896	-74.87654	384	Springfield Center,Springfield Centre		NY	077	70310	
5139287	Springfield Gardens	springfield-gardens	US	11413	30515	America/New_York	40.66312	-73.76221	9	Springfield,Springfield Gardens		NY	081		
5139294	Springs	springs	US	15562	6592	America/New_York	41.01621	-72.15924	3	Springs,The Springs		NY	103	22194	
5139296	Springtown	springtown	US	18081	0	America/New_York	41.78232	-74.08681	54			NY	111	50562	
5139297	Springvale	springvale	US	04083	0	America/New_York	42.51952	-75.47351	425			NY	017	53990	
5139298	Springville	springville	US	14141	4339	America/New_York	42.5084	-78.66725	405	Fiddler's Green,Springvil,Springville,sbrynghfyl,Спрингвил,سبرينغفيل		NY	029	17585	
5139299	Springville	springville	US	14141	0	America/New_York	40.8676	-72.52787	6			NY	103	68473	
5139301	Spring Valley	spring-valley	US	10977	32598	America/New_York	41.11315	-74.04375	135	Pascack,Pot Cheese Hollow,Spring Vali,Spring Valley,Spring-Vehlli,sbryngh faly,sprng wyly  nyw yark,Спринг Вали,Спринг-Вэлли,ספרינג וועלי,سبرينغ فالي,سپرنگ ویلی، نیو یارک,スプリング・バレー		NY	087	60510	
5139303	Springwater	springwater	US	14560	0	America/New_York	42.63729	-77.59583	296	Knowlesville,Springwater		NY	051	70475	
5139399	Saint Bonaventure	saint-bonaventure	US	14778	2044	America/New_York	42.08034	-78.47502	435	St. Bonaventure		NY	009	01297	
5139401	Staatsburg	staatsburg	US	12580	377	America/New_York	41.84982	-73.93014	9	Staatsboro,Staatsburg,Staatsburgh		NY	027	37209	
5139413	Stafford	stafford	US	06075	0	America/New_York	42.98173	-78.0739	272	Stafford,Transit		NY	037	70607	
5139428	Stamford	stamford	US	05352	1071	America/New_York	42.4073	-74.61432	554	Devil's Halfacre,Stamford,Стамфорд		NY	025	70629	
5139435	Standish	standish	US	04084	0	America/New_York	44.68921	-73.94903	518			NY	019	65211	
5139442	Stanfordville	stanfordville	US	12581	0	America/New_York	41.86732	-73.7143	109			NY	027	70662	
5139444	Stanley	stanley	US	14561	0	America/New_York	42.82507	-77.09581	271	Gorham Station,Stanley,Stanleys Corners		NY	069	66289	
5139463	Stanwood	stanwood	US	49346	0	America/New_York	41.23898	-73.74652	102			NY	119	50078	
5139465	Stapleton	stapleton	US	30823	5365	America/New_York	40.62649	-74.07764	3			NY	085		
5139473	Star Lake	star-lake	US	13690	809	America/New_York	44.15978	-75.03158	453	Star Lake,Starlake		NY	089	25791	
5139501	Starkville	starkville	US	39759	0	America/New_York	42.91924	-74.77487	207			NY	043	70794	
5139512	Stark	stark	US	66775	0	America/New_York	44.45034	-74.78158	392			NY	089	17409	
5139518	State Line	state-line	US	17263	0	America/New_York	42.2445	-79.75866	234			NY	013	61885	
5139519	State Line	state-line	US	17263	0	America/New_York	41.95843	-73.49346	232			NY	027	51891	
5139568	Staten Island	staten-island	US	10301	468730	America/New_York	40.56233	-74.13986	21	Borough of Staten Island,Staten Island	085	NY	085		
5139579	Steamburg	steamburg	US	14783	0	America/New_York	42.10812	-78.9042	429	Steamburg,Steamburgh		NY	009	16903	
5139591	Stedman	stedman	US	28391	0	America/New_York	42.1695	-79.47671	469			NY	013	52155	
5139617	Stella Niagara	stella-niagara	US	14144	0	America/New_York	43.202	-79.04227	97			NY	063	42158	
5139630	Stephentown	stephentown	US	12168	0	America/New_York	42.54869	-73.374	267			NY	083	71102	
5139636	Sterling	sterling	US	01564	0	America/New_York	43.3259	-76.64495	96	Sterling,Sterling Center		NY	011	71146	
5139641	Sterling Forest	sterling-forest	US	10979	0	America/New_York	41.18259	-74.31876	200			NY	071	78366	
5139650	Sterlington	sterlington	US	71280	0	America/New_York	41.14537	-74.18876	101	Pierson's Depot,Sterling Junction,Sterlington,The Y		NY	087	60510	
5139653	Stetsonville	stetsonville	US	54480	0	America/New_York	42.5998	-75.19683	387			NY	077	50485	
5139654	Steuben	steuben	US	04680	0	America/New_York	43.32007	-75.28295	283	Steuben,Steuben Corners		NY	065	71212	
5139713	Stilesville	stilesville	US	46180	0	America/New_York	42.08036	-75.39907	305			NY	025	20357	
5139727	Stillwater	stillwater	US	04489	0	America/New_York	43.85006	-74.05625	458			NY	031	47669	
5139729	Stillwater	stillwater	US	04489	0	America/New_York	43.89007	-75.03629	515			NY	043	78927	
5139730	Stillwater	stillwater	US	04489	0	America/New_York	43.56007	-75.93019	324			NY	075	55453	
5139731	Stillwater	stillwater	US	04489	0	America/New_York	41.35759	-73.7743	173			NY	079	12529	
5139732	Stillwater	stillwater	US	04489	1732	America/New_York	42.93841	-73.65317	28			NY	091	71333	
5139734	Stillwater	stillwater	US	04489	0	America/New_York	42.05895	-79.21866	389			NY	013	39507	
5139762	Stittville	stittville	US	13469	0	America/New_York	43.22313	-75.28822	164			NY	065	45535	
5139764	Stockbridge	stockbridge	US	01262	0	America/New_York	42.99118	-75.59935	204	Knoxville,Stockbridge		NY	053	71399	
5139769	Stirling	stirling	US	07980	0	America/New_York	41.11399	-72.36786	5			NY	103	69463	
5139777	Stockport	stockport	US	43787	0	America/New_York	42.30953	-73.74623	41			NY	021	71443	
5139782	Stockton	stockton	US	08559	0	America/New_York	42.31756	-79.35588	404	Delanti,Stockton		NY	013	71476	
5139786	Stockwell	stockwell	US	47983	0	America/New_York	42.87479	-75.38906	386	Stockwell,Stockwell Settlement		NY	065	65134	
5139831	Stone Ridge	stone-ridge	US	12484	0	America/New_York	42.92118	-74.42764	96			NY	057	63561	
5139832	Stone Ridge	stone-ridge	US	12484	1173	America/New_York	41.85315	-74.13903	111	Stone Ridge,Stoneridge		NY	111	45458	
5139865	Stony Brook	stony-brook	US	11790	13740	America/New_York	40.92565	-73.14094	27	Stoni Bruk,Stony Brook,Stonybrook,Stouni-Bruk,Wopowag,astwny brwk  nywywrk,seutonibeulug,Стони Брук,Стоуни-Брук,استونی بروک، نیویورک,스토니브룩		NY	103	10000	
5139895	Stony Creek	stony-creek	US	12878	0	America/New_York	43.42424	-73.92985	252	Creek Center,Creek Centre,Stony Creek,Stony Creek Center,Stonycreek		NY	113	71641	
5139925	Stony Point	stony-point	US	10980	0	America/New_York	42.55119	-73.74679	12			NY	083	65541	
5139927	Stony Point	stony-point	US	10980	12147	America/New_York	41.22954	-73.98708	36	Flora Falls,Florus Falls,North Haverstraw,Stoni Pojnt,Stony Point,Stonypoint,Стони Појнт		NY	087	71674	
5139948	Stormville	stormville	US	12582	0	America/New_York	41.57037	-73.74541	100	Grape Hollow,Stormville,The Gore		NY	027	21996	
5139953	Stottville	stottville	US	12172	1375	America/New_York	42.2862	-73.73873	35	Springville,Stottsville,Stottville		NY	021	71443	
5139956	Stow	stow	US	01775	0	America/New_York	42.15672	-79.40144	400			NY	013	52155	
5139971	Stratford	stratford	US	06614	0	America/New_York	43.17979	-74.69681	325	Nicholsville,Stratford		NY	043	64837	
5139974	Strathmore	strathmore	US	93267	0	America/New_York	40.79205	-73.67735	65			NY	059	53000	
5139976	Stratton	stratton	US	04982	0	America/New_York	42.34702	-76.54105	204			NY	109	50254	
5140009	Strykersville	strykersville	US	14145	647	America/New_York	42.70506	-78.44835	330			NY	121	66773	
5140035	Stuyvesant	stuyvesant	US	12173	0	America/New_York	42.39036	-73.78151	32	Kinderhook Landing,Stuyvesant,Stuyvesant Landing		NY	021	71850	
5140043	Stuyvesant Falls	stuyvesant-falls	US	12174	0	America/New_York	42.35536	-73.73096	64			NY	021	71850	
5140072	Suffern	suffern	US	10901	11001	America/New_York	41.11482	-74.14959	95	New Antrim,Point of the Mountains,Safern,Suffern,Suffrens,safan,swfrn,Саферн,سوفرن,サファーン		NY	087	60510	
5140099	Sugar Loaf	sugar-loaf	US	10981	0	America/New_York	41.32093	-74.28543	155	Sugar Loaf,Sugarloaf		NY	071	15308	
5140128	Sugartown	sugartown	US	70662	0	America/New_York	42.23784	-78.59447	461	Sugar Town,Sugartown		NY	009	30257	
5140131	Sullivan	sullivan	US	03445	0	America/New_York	43.05451	-75.84686	139	Canaseraga,Sullivan		NY	053	71993	
5140148	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	43.92562	-76.02937	116			NY	045	35782	
5140149	Sulphur Springs	sulphur-springs	US	44881	0	America/New_York	43.01757	-75.85102	158	Chittenango Springs,Sulphur Springs		NY	053	71993	
5140157	Summerdale	summerdale	US	17093	0	America/New_York	42.21395	-79.57032	501			NY	013	14069	
5140162	Summerville	summerville	US	15864	0	America/New_York	43.25645	-77.60111	75			NY	055	37726	
5140164	Summit	summit	US	07901	0	America/New_York	42.57952	-74.5882	645			NY	095	72070	
5140167	Summit Hill	summit-hill	US	18250	0	America/New_York	42.05896	-75.91603	493			NY	007	06618	
5140183	Summitville	summitville	US	12781	0	America/New_York	41.62148	-74.45071	167			NY	105	44809	
5140191	Sun	sun	US	70463	0	America/New_York	44.95282	-74.18407	165			NY	033	11165	
5140193	Sundown	sundown	US	79372	0	America/New_York	41.88787	-74.46015	312	Sundown,Sundown Valley		NY	111	20247	
5140219	Sunnyside	sunnyside	US	11104	0	America/New_York	42.11811	-79.30199	399	Sunny Side,Sunnyside		NY	013	23976	
5140220	Sunnyside	sunnyside	US	11104	0	America/New_York	42.37786	-73.7304	67			NY	021	71850	
5140221	Sunnyside	sunnyside	US	11104	49833	America/New_York	40.73982	-73.93542	5			NY	081		
5140222	Sunnyside	sunnyside	US	11104	0	America/New_York	40.61622	-74.10375	45			NY	085		
5140246	Sunset Beach	sunset-beach	US	28468	0	America/New_York	43.31533	-78.8431	77			NY	063	82370	
5140247	Sunset Beach	sunset-beach	US	28468	0	America/New_York	43.37117	-78.27224	80			NY	073	12496	
5140278	Surprise	surprise	US	12176	0	America/New_York	42.39258	-73.94985	167			NY	039	30620	
5140294	Swain	swain	US	14884	0	America/New_York	42.47784	-77.85333	401	Swain,Swain's Station,Swainsville,Swin		NY	003	30994	
5140311	Swan Lake	swan-lake	US	12783	0	America/New_York	41.75064	-74.77794	410	Stevensville,Swan Lake		NY	105	42235	
5140387	Sylva	sylva	US	28779	0	America/New_York	41.63232	-74.10514	169			NY	111	58552	
5140389	Sylvan Beach	sylvan-beach	US	13157	892	America/New_York	43.19646	-75.73046	114	Sylvan Beach,Sylvanbeach		NY	065	77486	
5140390	Sylvan Beach	sylvan-beach	US	13157	1059	America/New_York	42.46479	-77.1083	342			NY	101	78883	
5140402	Syosset	syosset	US	11773	18829	America/New_York	40.82621	-73.50207	66	Little East Woods,Syosset		NY	059	56000	
5140405	Syracuse	syracuse	US	13201	144142	America/New_York	43.04812	-76.14742	121	Bogardus Corners,Cossitts Corners,Kah-ya-hoo-neh,Ken-tue-ho-ne,Milan,Na-ta-dunk,SYR,Siracusa,Sirak'jus,Sirakjus,Sirakjuz,Sirakuso,Sirakuz,South Salina,Sy-kuse,Syracusae,Syracuse,Syracuse i New York,Tu-na-ten-tonk,sayrakywz,shirakyusu,shirakyuzu,sileokyuseu,sirekyuja,syrakywz,syrakywz  nyw yark,syrakywz  nywywrk,syrqywz,xi la qiu ci,Сиракуз,Сиракьюс,Сиракюз,Сиракјус,Сіракюс,סירקיוז,سائراکیوز,سيراكيوز,سیراکیوز، نیو یارک,سیراکیوز، نیویورک,सिरॅक्युज,სირაკიუსი,シラキュース,シラキューズ,锡拉丘兹,시러큐스	067	NY	067	73000	
5140418	Taberg	taberg	US	13471	0	America/New_York	43.30368	-75.61685	158			NY	065	02253	
5140430	Tacoma	tacoma	US	98401	0	America/New_York	42.23536	-75.2799	498			NY	025	45964	
5140462	Tallman	tallman	US	10982	0	America/New_York	41.11121	-74.09986	151			NY	087	60510	
5140471	Tamarack	tamarack	US	55787	0	America/New_York	42.77202	-73.54345	154	Platestown,Tamarac,Tamarack		NY	083	10275	
5140511	Tannersville	tannersville	US	12485	512	America/New_York	42.19564	-74.13375	579			NY	039	36178	
5140532	Tappan	tappan	US	10983	6613	America/New_York	41.02204	-73.94736	14	Tapan,tappan,Тапан,タッパン		NY	087	55211	
5140537	Tarrytown	tarrytown	US	10591	0	America/New_York	42.55897	-73.95096	192	Oniskethau,Onisquethau,Tarrytown		NY	001	50672	
5140538	Tarrytown	tarrytown	US	10591	11560	America/New_York	41.07621	-73.85875	37	Alipkonk,Taritaun,Tarritaun,Tarry Town,Tarrytown,Tarwe Dorp,bai you cun,taelitaun,tarytawn,Таритаун,Тарритаун,تاريتاون,柏油村,태리타운		NY	119		
5140552	Taunton	taunton	US	02780	0	America/New_York	43.03062	-76.20882	153			NY	067	54958	
5140556	Taylor	taylor	US	18517	0	America/New_York	42.56701	-75.89325	338	Bangall,Taylor,Taylorville		NY	023	73220	
5140557	Taylor	taylor	US	18517	0	America/New_York	42.93701	-77.88056	212			NY	051	11715	
5140678	Terrace Park	terrace-park	US	45174	0	America/New_York	44.59812	-75.63496	91			NY	089	48582	
5140694	Terryville	terryville	US	06786	11849	America/New_York	40.90899	-73.06511	46			NY	103	10000	
5140758	The Plains	the-plains	US	20198	0	America/New_York	43.05285	-73.35844	154			NY	115	38143	
5140773	Thendara	thendara	US	13472	0	America/New_York	43.70007	-75.00184	520			NY	043	78927	
5140784	Theresa	theresa	US	13691	843	America/New_York	44.21533	-75.79717	124			NY	045	73528	
5140789	Thiells	thiells	US	10984	5032	America/New_York	41.21065	-74.01764	84	Thiell's Corners,Thiells,Thiells Corners		NY	087	32765	
5140849	Thomaston	thomaston	US	04861	2639	America/New_York	40.78621	-73.71374	60			NY	059	53000	
5140850	Thomasville	thomasville	US	17364	0	America/New_York	44.47477	-73.61403	207			NY	019	03221	
5140851	Thompson	thompson	US	06277	0	America/New_York	43.00312	-76.96385	132	Thompson,Thompson Station		NY	099	38858	
5140868	Thompson Ridge	thompson-ridge	US	10985	0	America/New_York	41.56815	-74.32988	139	Thompson Ridge,Thompson's Ridge		NY	071	18916	
5140879	Thompsonville	thompsonville	US	12784	0	America/New_York	41.66815	-74.62516	356			NY	105	73627	
5140880	Thomson	thomson	US	30824	0	America/New_York	43.12591	-73.58289	34			NY	115	30686	
5140884	Thorn Hill	thorn-hill	US	37881	0	America/New_York	42.89784	-76.34132	393			NY	067	45491	
5140889	Thornton	thornton	US	03285	0	America/New_York	42.26395	-79.15727	477			NY	013	15198	
5140895	Thornwood	thornwood	US	10594	3759	America/New_York	41.12343	-73.77902	82	Hillside,Nanahagen,Sherman Park,Thornwood		NY	119	49011	
5140905	Thousand Island Park	thousand-island-park	US	13692	31	America/New_York	44.28699	-76.02773	84			NY	045	55398	
5140916	Three Mile Bay	three-mile-bay	US	13693	227	America/New_York	44.08144	-76.19827	79			NY	045	43863	
5140923	Three Rivers	three-rivers	US	01080	0	America/New_York	43.2009	-76.27799	114	Three River Point,Three Rivers		NY	067	16067	
5140963	Thurman	thurman	US	45685	0	America/New_York	43.5334	-73.91596	401	Kenyontown,Thurman		NY	113	73814	
5140969	Thurston	thurston	US	43157	0	America/New_York	42.22285	-77.26414	385	Merchantville,Thurston		NY	101	73836	
5141002	Ticonderoga	ticonderoga	US	12883	3382	America/New_York	43.84867	-73.42345	46	Cheonderoga,Lower Falls,Tajkonderoga,Teken'taro:ken,Teken'taró:ken,Ticonderoga,thi khxn de ro ka,Тајкондерога,ทิคอนเดโรกา		NY	031	73891	
5141025	Tillson	tillson	US	12486	1586	America/New_York	41.82898	-74.06848	71			NY	111	63737	
5141043	Tioga Center	tioga-center	US	13845	0	America/New_York	42.05619	-76.34799	243	Teio:ken,Teió:ken,Tioga Center,Tioga Centre		NY	107	73968	
5141071	Titusville	titusville	US	08560	811	America/New_York	41.66759	-73.87402	47			NY	027	40299	
5141073	Tivoli	tivoli	US	12583	1099	America/New_York	42.05842	-73.9093	46	Madalin,Tivoli,Upper Red Hook Landing		NY	027	60905	
5141103	Toddville	toddville	US	21672	0	America/New_York	41.29371	-73.88847	101			NY	119	18410	
5141142	Tomkins Cove	tomkins-cove	US	10986	0	America/New_York	41.25704	-73.98347	44	Lime Kilns,Thompkins Cove,Thompsons Cove,Tomkin's Cove,Tomkins Cove		NY	087	71674	
5141165	Tompkinsville	tompkinsville	US	42167	8343	America/New_York	40.63812	-74.07795	34	Tompkinsville,Watering Place		NY	085		
5142073	Vails Gate	vails-gate	US	12584	3369	America/New_York	41.45426	-74.05764	86	Vail Gate,Vail's Gate,Vailgate,Vails Gate,Vailsgate		NY	071	50848	
5141175	Tonawanda	tonawanda	US	14150	14907	America/New_York	43.02033	-78.88031	175	Tonavonda,Tonawanda,Tonewanta,Tonovindo,tanawnda  nywywrk,twnawanda,Тонавонда,Тоновиндо,تاناوندا، نیویورک,توناواندا		NY	029	74166	
5141264	Townsend	townsend	US	01469	0	America/New_York	42.34868	-76.95635	403			NY	097	20676	
5141329	Treadwell	treadwell	US	13846	0	America/New_York	42.3423	-75.05128	466			NY	025	27232	
5141342	Tremont	tremont	US	17981	22870	America/New_York	40.84954	-73.90569	31	Adamsville,Mount Hope,South Fordham,Tremont,Upper Morrisania		NY	005		
5141359	Triangle	triangle	US	22172	0	America/New_York	42.3398	-75.8802	326			NY	007	75319	
5141366	Tribes Hill	tribes-hill	US	12177	1003	America/New_York	42.95535	-74.28513	128	Tribes Hill,Tribeshill		NY	057	47834	
5141417	Tripoli	tripoli	US	50676	0	America/New_York	42.73896	-75.96242	370			NY	023	19499	
5141418	Tripoli	tripoli	US	50676	0	America/New_York	43.3909	-73.57956	86	Griswolds Mills,Tripoli		NY	115	26715	
5141436	Troupsburg	troupsburg	US	14885	0	America/New_York	42.04368	-77.5461	507	Troupsburg,Troupsburgh,Troupsburgh Center		NY	101	75440	
5141459	Trout Creek	trout-creek	US	13847	0	America/New_York	42.20369	-75.27934	393	Teedville,Trout Creek		NY	025	74111	
5141502	Troy	troy	US	03465	49906	America/New_York	42.72841	-73.69179	10	Ashleys Ferry,Ferry Hook,Traj,Troj,Troja,Troy,Van Der Heyden Ferry,Van Der Heyden's Ferry,Vanderheydens Ferry,te luo yi,teuloi,toroi,trwy,trwy  nywywrk,Трай,Трой,Троя,Трој,Թրոյ,تروي,تروی، نیویورک,ٹرائے، نیو یارک,ٹراۓ، نیویارک,トロイ,特洛伊,트로이	083	NY	083	75484	
5141508	Trumansburg	trumansburg	US	14886	1828	America/New_York	42.54229	-76.66606	294	Tremain Village,Tremans Mill,Tremansburg,Tremansville,Trumansburg,Trumansburgh		NY	109	75990	
5141516	Truxton	truxton	US	13158	0	America/New_York	42.71201	-76.02853	351			NY	023	75550	
5141527	Tuckahoe	tuckahoe	US	08250	1373	America/New_York	40.89899	-72.41092	15			NY	103	68473	
5141528	Tuckahoe	tuckahoe	US	08250	6643	America/New_York	40.95038	-73.82736	34			NY	119	21820	
5141549	Tully	tully	US	13159	870	America/New_York	42.79812	-76.10937	381			NY	067	75638	
5141560	Tunnel	tunnel	US	13848	0	America/New_York	42.21619	-75.72658	423			NY	007	17046	
5141572	Turin	turin	US	13473	230	America/New_York	43.62729	-75.41129	385	Turin,Turin Four Corners		NY	049	75693	
5141580	Tupper Lake	tupper-lake	US	12986	3577	America/New_York	44.22395	-74.46406	487	Tsi skaniatare'ko:wa,Tsi skaniatare'kó:wa,Tupper Lake,Village of Tupper Lake		NY	033	75676	
5141620	Tuscarora	tuscarora	US	17982	74	America/New_York	42.63062	-77.86972	233			NY	051	48956	
5141640	Tuthill	tuthill	US	57574	0	America/New_York	41.68759	-74.16237	65			NY	111	28255	
5141653	Tuxedo Park	tuxedo-park	US	10987	623	America/New_York	41.19343	-74.18431	124	P'taukseet-tough,Taksido Park,Tuxedo Park,taksydw park  nywywrk,twksydw bark,Таксидо Парк,تاکسیدو پارک، نیویورک,توكسيدو بارك,ٹکسیڈو پارک، نیو یارک,タキシード・パーク		NY	071	75781	
5141659	Tuxedo Park	tuxedo-park	US	10987	0	America/New_York	42.81979	-77.69667	251			NY	051	42961	
5141768	Tylertown	tylertown	US	39667	0	America/New_York	41.62676	-74.94878	310			NY	105	16661	
5141770	Tyner	tyner	US	27980	0	America/New_York	42.43035	-75.66547	378			NY	017	68055	
5141775	Tyrone	tyrone	US	14887	0	America/New_York	42.40813	-77.0583	357			NY	097	75924	
5141788	Ulster Park	ulster-park	US	12487	0	America/New_York	41.85593	-73.97708	48	Amesville,Norris Corners,Ulster Park,Ulsterpark		NY	111	24691	
5141796	Unadilla	unadilla	US	13849	1088	America/New_York	42.32536	-75.3124	308	De-u-na-dil'-lo,Ti-an-der-ra,Tianderah,Unadilla,Unedelly,Unendilla,Unidilly		NY	077	76012	
5141812	Underwood	underwood	US	47177	0	America/New_York	44.08783	-73.67624	334			NY	031	53077	
5141820	Union	union	US	03887	0	America/New_York	42.86784	-75.88714	383			NY	053	13156	
5141868	Union Center	union-center	US	53962	0	America/New_York	42.15146	-76.06909	273	Union Center,Union Centre		NY	007	76056	
5141869	Union Center	union-center	US	53962	0	America/New_York	41.8512	-73.99708	86			NY	111	24691	
5141895	Union Hill	union-hill	US	14563	0	America/New_York	43.22284	-77.37166	138	Union Hill,Unionhill		NY	117	55013	
5141898	Union Mills	union-mills	US	28167	0	America/New_York	43.0898	-74.13346	273			NY	035	08433	
5142113	Valley View	valley-view	US	17983	0	America/New_York	42.73923	-77.25581	239			NY	123	47020	
5141912	Union Springs	union-springs	US	13160	1175	America/New_York	42.83979	-76.69328	125	Junion Springs,ywnyn sprngz  nyw yark,ywnywn sbrynghz,Јунион Спрингс,يونيون سبرينغز,یونین سپرنگز، نیو یارک		NY	011	70376	
5141927	Uniondale	uniondale	US	11553	24759	America/New_York	40.70038	-73.59291	16	East Meadow,Juniondejl,Turtle Hook,Union Dale,Uniondale,you ning dai er,yunieondeil,ywnywndayl,Јуниондејл,Юниондейл,Юніондейл,يونيوندايل,یونیوندایل,尤寧戴爾,유니언데일		NY	059	34000	
5141932	Unionville	unionville	US	06085	0	America/New_York	42.60119	-73.8879	72	Union Church,Unionville		NY	001	50672	
5141933	Unionville	unionville	US	06085	0	America/New_York	42.95173	-77.03747	146			NY	069	57529	
5141934	Unionville	unionville	US	06085	593	America/New_York	41.30204	-74.56155	163			NY	071	47713	
5141935	Unionville	unionville	US	06085	0	America/New_York	44.71284	-74.99686	113	Union Settlement,Unionville		NY	089	59575	
5141936	Unionville	unionville	US	06085	0	America/New_York	42.30313	-77.35665	482			NY	101	04770	
5141937	Unionville	unionville	US	06085	0	America/New_York	41.85704	-74.56321	318			NY	105	49847	
5141999	Upper Jay	upper-jay	US	12987	0	America/New_York	44.33644	-73.7757	205			NY	031	38396	
5142039	Upperville	upperville	US	20184	0	America/New_York	42.70035	-75.61518	393			NY	017	68110	
5142042	Upton	upton	US	01568	0	America/New_York	40.86954	-72.88677	27	Camp Upton,Upton		NY	103	10000	
5142047	Urbana	urbana	US	43078	0	America/New_York	42.45452	-77.18109	222			NY	101	76496	
5142056	Utica	utica	US	13501	61100	America/New_York	43.1009	-75.23266	139	Fort Schuyler,Iotekha,Iotékha,Jutika,Jutyka,Nundadasis,Old Fort Schuyler,Tevadahahtodague,Twa-dah-ah-lo-dah-que,UCA,Unungagages,Utica,Utika,Yanundadasis,ZUA,awtyka,you ti ka,yutika,ywtyka  nywywrk,ywtyqh,Јутика,Утика,Ютика,Ютыка,Ютіка,יוטיקה,أوتيكا,یوتیکا، نیویورک,یوٹیکا، نیو یارک,ユーティカ,由提卡	065	NY	065	76540	
5142075	Valatie	valatie	US	12184	1911	America/New_York	42.41342	-73.67317	73			NY	021	39573	
5142078	Utopia	utopia	US	78884	0	America/New_York	40.72732	-73.78652	20			NY	081		
5142090	Valhalla	valhalla	US	10595	3162	America/New_York	41.07482	-73.77513	78	Davis Brook,Kensico,Robbins Mills,Valhalla,Valkhala,Валхала		NY	119	49011	
5142101	Valley Cottage	valley-cottage	US	10989	9107	America/New_York	41.11815	-73.95542	54			NY	087	15968	
5142103	Valley Falls	valley-falls	US	12185	458	America/New_York	42.90341	-73.56262	102	Pittstown Station,Valley Falls		NY	083	58398	
5142105	Valley Mills	valley-mills	US	76689	0	America/New_York	43.01201	-75.58962	177			NY	053	71399	
5142109	Valley Stream	valley-stream	US	11580	37962	America/New_York	40.66427	-73.70846	5	Vali Strijm,Vali Strim,faly strym,wly astrym  nywywrk,Вали Стрийм,Вали Стрим,فالي ستريم,ولی استریم، نیویورک,ویلی سٹریم، نیو یارک		NY	059	34000	
5142141	Van Buren Point	van-buren-point	US	14166	0	America/New_York	42.44895	-79.41838	178			NY	013	59421	
5142147	Van Buren	van-buren	US	04785	0	America/New_York	43.11368	-76.30215	152			NY	067	76760	
5142164	Van Etten	van-etten	US	14889	519	America/New_York	42.19869	-76.55244	310	Van Etten,Van Ettenville,Vanetten		NY	015	76892	
5142171	Van Hornesville	van-hornesville	US	13475	0	America/New_York	42.89507	-74.82765	351	Van Hornesville,Vanhornesville		NY	043	70794	
5142195	Van Vleet	van-vleet	US	38877	0	America/New_York	42.03868	-77.28387	411	Van Fleet,Van Vleet		NY	101	75737	
5142224	Vandalia	vandalia	US	45377	0	America/New_York	42.09618	-78.57975	428			NY	009		
5142232	Varna	varna	US	61375	0	America/New_York	42.45507	-76.43799	285			NY	109	20962	
5142234	Varysburg	varysburg	US	14167	0	America/New_York	42.76339	-78.30974	353	Varysburg,Varysburgh		NY	121	66773	
5142249	Vega	vega	US	79092	0	America/New_York	42.25536	-74.52987	555	Shackville,Vega		NY	025	64001	
5142256	Verbank	verbank	US	12585	0	America/New_York	41.72871	-73.71041	180			NY	027	76166	
5142266	Vermontville	vermontville	US	12989	0	America/New_York	44.45172	-74.06571	501			NY	033	27243	
5142269	Vernon	vernon	US	05354	1157	America/New_York	43.07951	-75.53934	193	Ska-nu-sunk,Skunaudowa,Vernon		NY	065	77123	
5142270	Vernon Center	vernon-center	US	13477	0	America/New_York	43.05229	-75.50156	244	Skun-an-do-wa,Vernon Center,Vernon Centre		NY	065	77123	
5142280	Vermilion	vermilion	US	44089	0	America/New_York	43.41701	-76.27771	126	Vermilion,Vermillion		NY	075	56154	
5142281	Verona Beach	verona-beach	US	13162	0	America/New_York	43.1909	-75.72907	114	Fish Creek,Verona Beach		NY	065	77178	
5142287	Verplanck	verplanck	US	10596	1729	America/New_York	41.25287	-73.95986	18			NY	119	18410	
5142292	Versailles	versailles	US	06383	0	America/New_York	42.51895	-78.99587	233	Gus-tan-goh,Versailles		NY	009	57298	
5142294	Vesper	vesper	US	54489	0	America/New_York	42.81757	-76.18132	412			NY	067	75638	
5142296	Vestal	vestal	US	13850	28043	America/New_York	42.08507	-76.05381	253	Crane's Ferry,Vestal,Vestal Mills		NY	007	77255	
5142303	Veteran	veteran	US	82243	0	America/New_York	42.08037	-73.9943	72			NY	111	65299	
5142315	Victor	victor	US	14564	2759	America/New_York	42.98256	-77.40888	176	Ga-o'sa-ga-o,Victor		NY	069	77387	
5142319	Victoria	victoria	US	23974	0	America/New_York	42.16422	-79.42727	412			NY	013	52155	
5142326	Victory Mills	victory-mills	US	12884	621	America/New_York	43.08785	-73.594	62	Victory,Victory Mills		NY	091	65244	
5142333	Verona	verona	US	07044	852	America/New_York	43.13812	-75.57073	151	Hand's Village,Teonatale,Verona		NY	065	77178	
5142354	Vincent	vincent	US	35178	0	America/New_York	42.83534	-77.4011	277			NY	069	08378	
5142362	Viola	viola	US	19979	6868	America/New_York	41.13648	-74.08236	173	Mechanicsville,Viola		NY	087	60510	
5142364	Virgil	virgil	US	57379	0	America/New_York	42.51063	-76.19437	428			NY	023	77596	
5142379	Vista	vista	US	92081	0	America/New_York	41.20232	-73.51012	170			NY	119	42136	
5142415	Voorheesville	voorheesville	US	12186	2832	America/New_York	42.65397	-73.92874	103	Farlin,Union Depot,Voorheesville		NY	001	50672	
5143010	Waccabuc	waccabuc	US	10597	0	America/New_York	41.29065	-73.5954	169	Lake Waccabuc,Waccabuc		NY	119	42136	
5143016	Waddington	waddington	US	13694	968	America/New_York	44.8645	-75.2041	83	Hamilton,Kanateroken,Waddington		NY	089	77739	
5143022	Wading River	wading-river	US	11792	7719	America/New_York	40.95038	-72.8426	28			NY	103	61984	
5143027	Wadsworth	wadsworth	US	44281	190	America/New_York	42.82034	-77.89667	226			NY	051	84022	
5143046	Wainscott	wainscott	US	11975	650	America/New_York	40.93677	-72.24286	7	Wainscott,Wainscut,Wenscoat		NY	103	22194	
5143056	Wakefield	wakefield	US	01880	52201	America/New_York	40.89788	-73.85236	45			NY	005		
5143065	Walden	walden	US	12586	0	America/New_York	42.91172	-78.78448	198			NY	029	15011	
5143066	Walden	walden	US	12586	6839	America/New_York	41.5612	-74.18848	114	Volden,waldn,Волден,والدن		NY	071	48153	
5143077	Wales Center	wales-center	US	14169	0	America/New_York	42.76839	-78.53002	271	Hall's Hollow,Wales Center,Wales Centre		NY	029	77871	
5143083	Walker	walker	US	26180	0	America/New_York	43.29812	-77.86057	94	East Hamlin,North Clarkson,Walker		NY	055	31797	
5143084	Walker	walker	US	26180	0	America/New_York	43.48674	-76.44938	82			NY	075	65992	
5143097	Walker Valley	walker-valley	US	12588	853	America/New_York	41.6337	-74.37793	202	Jamesburg,Walker Valley		NY	111	66674	
5143107	Wallace	wallace	US	26448	0	America/New_York	42.44118	-77.45887	378			NY	101	03342	
5143114	Wallington	wallington	US	07057	0	America/New_York	43.22173	-77.01247	123	Calciana,Wallington		NY	117	68220	
5143116	Wallkill	wallkill	US	12589	2288	America/New_York	41.60565	-74.18404	80	Reeveton,Shawangunk,The Basin,Wallkill		NY	111	66674	
5143156	Walton	walton	US	13856	2930	America/New_York	42.16953	-75.12934	368			NY	025	78047	
5143174	Walworth	walworth	US	14568	0	America/New_York	43.13923	-77.27221	165	Douglas's Corners,Walworth		NY	117	78102	
5143186	Wampsville	wampsville	US	13163	546	America/New_York	43.07535	-75.70685	147	Wampsville,Wempsville	053	NY	053	41905	
5143188	Wanakena	wanakena	US	13695	0	America/New_York	44.13395	-74.92102	458			NY	089	25791	
5143198	Wantagh	wantagh	US	11793	18871	America/New_York	40.68371	-73.51013	7	Vonto,Вонто		NY	059	34000	
5143211	Wappingers Falls	wappingers-falls	US	12590	5552	America/New_York	41.59648	-73.91097	47	Wappinger,Wappinger's Falls,Wappingers Falls,wabynghrz,waping-geoseupolseu,وابينغرز,와핑거스폴스		NY	027	78157	
5143259	Warners	warners	US	13164	0	America/New_York	43.08534	-76.3291	131	Warner,Warner's,Warners,Warners Station		NY	067	76760	
5143260	Warnerville	warnerville	US	12187	0	America/New_York	42.66035	-74.50736	282	Cobleskill Center,Mann's Valley,Warnerville		NY	095	61599	
5143262	Warren	warren	US	01083	0	America/New_York	42.84729	-74.92099	418	Little Lakes,Warren		NY	043	78278	
5143263	Warren	warren	US	01083	0	America/New_York	44.14977	-76.2016	101			NY	045	12364	
5143279	Warrensburg	warrensburg	US	12885	3103	America/New_York	43.49674	-73.77623	227	Warrensburg,Warrensburgh		NY	113	78300	
5143282	Warsaw	warsaw	US	14569	3376	America/New_York	42.74006	-78.13279	309	Chi-nose-heh-geh,Warsaw	121	NY	121	78344	
5143285	Warwick	warwick	US	01378	6823	America/New_York	41.25648	-74.35988	158	Baird's Tavern,Vorvik,Warwick,warwyk  nywywrk,Ворвик,وارویک، نیویورک		NY	071	78366	
5143323	Washington Mills	washington-mills	US	13479	1183	America/New_York	43.05007	-75.27294	189	Checkerville,Washington Mills		NY	065	50309	
5143586	Wellsville	wellsville	US	14895	4533	America/New_York	42.12201	-77.94806	461	ELZ,Genesee,Gistaguat,Wellsville		NY	003	79103	
5143344	Washingtonville	washingtonville	US	10992	5788	America/New_York	41.42787	-74.16598	93	Little York,Matthews Field,Voshingtonvil,Washingtonville,washynghtwnfyl,Вошингтонвил,واشينغتونفيل		NY	071	07003	
5143349	Wassaic	wassaic	US	12592	0	America/New_York	41.80398	-73.55874	139			NY	027	01693	
5143366	Water Valley	water-valley	US	38965	0	America/New_York	42.70562	-78.85003	237	Water Valley,Watervalley		NY	029	31654	
5143370	Waterford	waterford	US	04088	2037	America/New_York	42.79258	-73.68123	21	Half-Moon Point,Uoterford,Voterford,Waterford,Вотерфорд,Уотерфорд		NY	091	78531	
5143380	Waterloo	waterloo	US	13165	5036	America/New_York	42.90479	-76.86274	138	New Hudson,Scauyes,Scauyz,Scawas,Scawyace,Vaterlo,Voterlu,Waterloo,qryt watrlw,Ватерло,Вотерлу,قرية واترلو,واٹرلو	099	NY	099	78564	
5143386	Water Mill	water-mill	US	11976	1559	America/New_York	40.91959	-72.34274	3	Mill Neck,Water Mill,Water Mills,Watermill		NY	103	68473	
5143388	Waterport	waterport	US	14571	0	America/New_York	43.317	-78.25141	107			NY	073	12496	
5143396	Watertown	watertown	US	02471	26780	America/New_York	43.97478	-75.91076	142	ART,Uotertaun,Vatertaun,Votertaun,u~otataun,watrtawn  nywywrk,watyrtawn,Ватертаун,Вотертаун,Уотертаун,واترتاون، نیویورک,واتيرتاون,واٹر ٹاؤن,ウォータータウン	045	NY	045	78608	
5143403	Waterville	waterville	US	04901	0	America/New_York	43.74562	-75.92214	355			NY	045	43544	
5143404	Waterville	waterville	US	04901	0	America/New_York	42.84618	-74.59042	207			NY	057	12122	
5143405	Waterville	waterville	US	04901	1551	America/New_York	42.93118	-75.37989	366	Skanawis,The Huddle,Waterville		NY	065	65134	
5143406	Waterville	waterville	US	04901	0	America/New_York	41.01177	-72.53537	9			NY	103	69463	
5143417	Watson	watson	US	35181	0	America/New_York	43.7759	-75.43602	228			NY	049	78729	
5143419	Watkins Glen	watkins-glen	US	14891	1859	America/New_York	42.38063	-76.87329	141	Jefferson,Salubria,Votkins Glen,Watkins Glen,Watlins,watkyns,Воткинс Глен,واتكينس	097	NY	097	20676	
5143427	Watsonville	watsonville	US	95076	0	America/New_York	42.5848	-74.38958	211			NY	095	27826	
5143435	Waverly	waverly	US	14892	4264	America/New_York	42.01035	-76.52717	247	Loder,Villemont,Waverley,Waverly		NY	107	04671	
5143436	Waverly	waverly	US	14892	0	America/New_York	40.95593	-73.81319	61			NY	119	21820	
5143443	Wawarsing	wawarsing	US	12489	12925	America/New_York	41.75898	-74.35738	90	Warwasing,Wawarsing,Wawasink		NY	111	78828	
5143452	Wayne	wayne	US	04284	0	America/New_York	42.4709	-77.10553	356			NY	097	75924	
5143495	Webster	webster	US	01570	5534	America/New_York	43.21229	-77.42999	136	Vebster,Вебстер,ویبسٹر		NY	055	78971	
5143527	Weedsport	weedsport	US	13166	1761	America/New_York	43.04868	-76.56272	126	Weed's Basin,Weed's Port,Weedsport		NY	011	10297	
5143553	Welcome	welcome	US	20693	0	America/New_York	42.62369	-75.14461	522			NY	077	50485	
5143569	Wells	wells	US	04090	0	America/New_York	43.3959	-74.28958	308			NY	041	79059	
5143570	Wells Bridge	wells-bridge	US	13859	0	America/New_York	42.36758	-75.24545	318	Wells Bridge,Wells' Bridge		NY	077	76012	
5143585	Wellsburg	wellsburg	US	14894	555	America/New_York	42.01619	-76.7269	252	Wellsburg,Wellsburgh		NY	015	02781	
5143587	Wellsville	wellsville	US	14895	4753	America/New_York	42.87591	-74.27235	116			NY	057	26308	
5143607	Wesley	wesley	US	04686	0	America/New_York	42.37312	-78.95754	402			NY	009	19840	
5143630	West Babylon	west-babylon	US	11704	43213	America/New_York	40.71816	-73.35429	12			NY	103	04000	
5143653	West Bloomfield	west-bloomfield	US	14585	0	America/New_York	42.9059	-77.53916	289	Ga-nun'da-ak,Ganundaok,West Bloomfield		NY	069	79356	
5143655	West Branch	west-branch	US	48661	0	America/New_York	43.37201	-75.48212	308	West Branch,Westbranch		NY	065	41762	
5143722	West Burlington	west-burlington	US	13482	0	America/New_York	42.70757	-75.18766	386			NY	077	11209	
5143727	West Brookfield	west-brookfield	US	01585	0	America/New_York	42.80785	-75.40462	489			NY	053	08587	
5143728	West Camp	west-camp	US	12490	0	America/New_York	42.12315	-73.93486	56	West Camp,Westcamp		NY	111	65299	
5143745	West Chazy	west-chazy	US	12992	529	America/New_York	44.8206	-73.50708	92			NY	019	14113	
5143750	West Clarksville	west-clarksville	US	14786	0	America/New_York	42.12812	-78.24307	484	Clarksville Corners,West Clarksville		NY	003	15990	
5143758	West Cornwall	west-cornwall	US	06796	0	America/New_York	41.43093	-74.06848	98			NY	071	18300	
5143760	West Coxsackie	west-coxsackie	US	12192	0	America/New_York	42.36064	-73.81679	40			NY	039	18729	
5143774	West Davenport	west-davenport	US	13860	0	America/New_York	42.44591	-74.96322	360	Ad-i-qua-tan-gie,Adaquightinge,West Davenport		NY	025	19763	
5143782	West Eaton	west-eaton	US	13484	0	America/New_York	42.85451	-75.65602	414	Leeville,West Eaton		NY	053	23305	
5143783	West Edmeston	west-edmeston	US	13485	0	America/New_York	42.7634	-75.27822	342			NY	077	23613	
5143789	West End	west-end	US	27376	1940	America/New_York	42.46869	-75.09378	450			NY	077	54892	
5143794	West Falls	west-falls	US	14170	0	America/New_York	42.70145	-78.68225	282	Crockershire,West Falls,Westfalls		NY	029	03199	
5143806	West Frankfort	west-frankfort	US	62896	0	America/New_York	43.08785	-75.16544	128			NY	043	27199	
5143807	West Fulton	west-fulton	US	12194	0	America/New_York	42.56452	-74.46375	353	Byrneville,Sapbush Hollow,West Fulton		NY	095	27826	
5143822	West Groton	west-groton	US	01472	0	America/New_York	42.60424	-76.44549	370			NY	109	30972	
5143830	West Haverstraw	west-haverstraw	US	10993	10421	America/New_York	41.20954	-73.98542	33	Samsondale,West Haverstraw		NY	087	32765	
5143832	West Hempstead	west-hempstead	US	11552	18862	America/New_York	40.70482	-73.65013	20			NY	059	34000	
5143834	West Henrietta	west-henrietta	US	14586	11691	America/New_York	43.04006	-77.66167	184			NY	055	34099	
5143857	West Hills	west-hills	US	91307	5592	America/New_York	40.81621	-73.43234	106			NY	103	37000	
5143862	West Hurley	west-hurley	US	12491	1939	America/New_York	41.99731	-74.10486	182			NY	111	37143	
5143866	West Islip	west-islip	US	11795	28335	America/New_York	40.70621	-73.30623	6			NY	103	38000	
5143869	West Jefferson	west-jefferson	US	28694	0	America/New_York	42.47452	-74.65293	513			NY	095	38440	
5143879	West Kill	west-kill	US	12492	0	America/New_York	42.20842	-74.38654	448			NY	039	42202	
5143891	West Lebanon	west-lebanon	US	03784	0	America/New_York	42.48619	-73.46622	190	Moffatt's Store,West Lebanon		NY	021	50452	
5143893	West Leyden	west-leyden	US	13489	0	America/New_York	43.45951	-75.46379	454			NY	049	42125	
5143913	West Milton	west-milton	US	17886	0	America/New_York	43.03757	-73.92929	134			NY	091	47537	
5143915	West Monroe	west-monroe	US	13167	0	America/New_York	43.2809	-76.06659	121	Delft,West Monroe		NY	075	80500	
5143946	West Nyack	west-nyack	US	10994	3439	America/New_York	41.09649	-73.97292	24	Clarkestown,Clarksville,Mont Moor,Nyack Turnpike,Vest Najak,West Nyack,Вест Најак		NY	087	15968	
5143947	West Oneonta	west-oneonta	US	13861	0	America/New_York	42.4723	-75.11711	347			NY	077	54892	
5143950	West Park	west-park	US	12493	0	America/New_York	41.79454	-73.95958	31	West Park,Westpark		NY	111	24691	
5143966	West Point	west-point	US	10996	6763	America/New_York	41.39148	-73.95597	47	Promontorium Occidentale,Uest Pojnt,Vest Pojnt,West Point,Westpoint,u~esutopointo,weseuteupointeu,xi dian,Вест Појнт,Уест Пойнт,ویسٹ پوائنٹ، نیو یارک,ვესტ-პოინტი,ウェストポイント,西點,웨스트포인트		NY	071	34550	
5143986	West Sand Lake	west-sand-lake	US	12196	2660	America/New_York	42.64341	-73.60873	160	Ulinesville,West Sand Lake,West Sandlake		NY	083	65013	
5143988	West Sayville	west-sayville	US	11796	5011	America/New_York	40.72788	-73.09761	4			NY	103	38000	
5143999	West Shokan	west-shokan	US	12494	0	America/New_York	41.96731	-74.28709	203			NY	111	54749	
5144005	West Somerset	west-somerset	US	42564	0	America/New_York	43.32728	-78.60531	101			NY	063	68330	
5144012	West Stockholm	west-stockholm	US	13696	0	America/New_York	44.71367	-74.90075	117	Bicknelville,Bickneyville,West Stockholm		NY	089	71410	
5144024	West Union	west-union	US	26456	0	America/New_York	42.09507	-77.72555	688			NY	101	81105	
5144027	West Valley	west-valley	US	14171	518	America/New_York	42.40284	-78.61003	464			NY	009	02759	
5144034	West Winfield	west-winfield	US	13491	873	America/New_York	42.88535	-75.19322	363			NY	043	82568	
5144038	Westbrookville	westbrookville	US	12785	0	America/New_York	41.4987	-74.55849	154	West Brookville,Westbrookville		NY	071	19961	
5144039	Westbury	westbury	US	11590	0	America/New_York	43.21479	-76.71078	122			NY	117	11473	
5144040	Westbury	westbury	US	11590	15379	America/New_York	40.75566	-73.58763	31	Vestberi,Westbury,Westbury Station,wstbary,Вестбери,وستباري		NY	059	53000	
5144068	Westdale	westdale	US	13483	0	America/New_York	43.38785	-75.81519	168			NY	065	11858	
5144071	Westerlo	westerlo	US	12193	0	America/New_York	42.51508	-74.04541	355	Chesterville,Westerlo		NY	001	79851	
5144080	Westernville	westernville	US	13486	0	America/New_York	43.30563	-75.38295	171			NY	065	79862	
5144083	Westfield	westfield	US	01085	3090	America/New_York	42.32228	-79.5781	227	The Crossroads,Uehstfild,Vestfild,Westfield,Вестфилд,Вестфілд,Уэстфилд,ویسٹ فیلڈ		NY	013	79950	
5144087	Westford	westford	US	01886	0	America/New_York	42.65008	-74.79765	476			NY	077	79972	
5144089	Westhampton	westhampton	US	11977	3079	America/New_York	40.82454	-72.66621	11			NY	103	68473	
5144090	Westhampton Beach	westhampton-beach	US	11978	1721	America/New_York	40.80316	-72.61454	2	FOK,West Hampton Beach,Westhampton Beach		NY	103	68473	
5144103	Westmoreland	westmoreland	US	03467	427	America/New_York	43.11618	-75.40378	159	Hampton,Westmoreland		NY	065	80533	
5144104	Westmoreland	westmoreland	US	03467	0	America/New_York	41.05816	-72.36981	5			NY	103	66839	
5144109	Weston	weston	US	02493	0	America/New_York	42.42091	-77.07469	366			NY	097	75924	
5144114	Westons Mills	westons-mills	US	14788	1750	America/New_York	42.06229	-78.37724	439	Weston Mills,Weston's Mills,Westons,Westons Mills,Westonville		NY	009	59509	
5144115	Westover	westover	US	16692	0	America/New_York	42.11591	-75.97548	254			NY	007	76056	
5144121	Westtown	westtown	US	10998	0	America/New_York	41.33676	-74.53988	153			NY	071	47713	
5144124	Westview	westview	US	40178	0	America/New_York	42.55673	-77.82528	507	West View,Westview		NY	051	55508	
5144128	Westville	westville	US	08093	0	America/New_York	44.96254	-74.41686	61			NY	033	81215	
5144129	Westville	westville	US	08093	0	America/New_York	42.6273	-74.88043	374			NY	077	79972	
5144140	Westport	westport	US	02790	518	America/New_York	44.18394	-73.43568	37	Bessboro,North West Bay,Northwest Bay,Vestport,Westport,Вестпорт		NY	031	80775	
5144145	Wevertown	wevertown	US	12886	0	America/New_York	43.6334	-73.94124	325	Nobles Corners,Weavertown,Wevertown		NY	113	38715	
5144181	Wheatley	wheatley	US	72392	0	America/New_York	40.80566	-73.59124	77			NY	059	56000	
5144189	Wheeler	wheeler	US	38880	0	America/New_York	42.43035	-77.33248	383	Wheeler,Wheeler Center		NY	101	81457	
5144245	Whippleville	whippleville	US	12995	0	America/New_York	44.80977	-74.26184	251			NY	033	44721	
5144297	White City	white-city	US	66872	0	America/New_York	43.25145	-77.59167	83			NY	055	37726	
5144322	White Lake	white-lake	US	12786	0	America/New_York	41.67703	-74.82794	407			NY	105	06310	
5144336	White Plains	white-plains	US	10601	58459	America/New_York	41.03399	-73.76291	65	Quaropas,Uajt Plejns,Uajt-Plejns,Vajt Plajns,Vajt Plejns,Vajt-Plejns,White Plains,Whiteplains,bai yuan shi,hwaiteupeulleinseu,wayt blyns,wayt playnz  nywywrk,wyyt plyyns,Вайт Плайнс,Вайт-Плейнс,Вајт Плејнс,Уайт Плейнс,Уайт-Плейнс,ווייט פלעינס,וייט פליינס,وائٹ پلینس، نیویارک,وايت بلينس,وایت پلاینز، نیویورک,ホワイト・プレインズ,ホワイト・プレインズ_,白原市,화이트플레인스	119	NY	119	81677	
5144366	White Sulphur Springs	white-sulphur-springs	US	12787	0	America/New_York	41.79759	-74.82683	415	Robertsonville,White Sulphur Springs		NY	105	42235	
5144368	Whiteface	whiteface	US	79379	0	America/New_York	44.31116	-74.00265	569			NY	031	51935	
5144375	Whitehall	whitehall	US	12887	2582	America/New_York	43.55562	-73.40372	48	Kah-cha-quah-na,Kahphoquahna,Petit Sault,Skenesboro,Skenesborough,Tekontarakwe:kon,Tekontarakwé:kon,Whitehall		NY	115	81633	
5144387	Whitelaw	whitelaw	US	54247	0	America/New_York	43.13229	-75.79074	133			NY	053	41905	
5144396	Whitesboro	whitesboro	US	08252	3694	America/New_York	43.12201	-75.29156	129	Whitehall Landing,Whitesboro		NY	065	81754	
5144400	Whitestone	whitestone	US	11357	36984	America/New_York	40.79455	-73.81847	15	Clintonville,Cookie Hill,Whitestone		NY	081		
5144404	Whitesville	whitesville	US	14897	0	America/New_York	42.03785	-77.76249	523	White's,Whitesville		NY	003	37297	
5144406	Whitfield	whitfield	US	39193	0	America/New_York	41.81426	-74.22431	116			NY	111	63011	
5144414	Whitman	whitman	US	02382	0	America/New_York	42.19536	-75.37545	492			NY	025	45964	
5144429	Whitney Point	whitney-point	US	13862	941	America/New_York	42.32896	-75.9677	292	Patterson's Settlement,Tinker Point,Tinker Town,Whitney Point,Whitney's Point		NY	007	75319	
5144441	Whittemore	whittemore	US	48770	0	America/New_York	42.13952	-76.1227	426			NY	107	55893	
5144480	Wilbur	wilbur	US	97494	0	America/New_York	41.90981	-74.00458	4	Twaalfskill,Wilbur		NY	111	39727	
5144486	Wilcox	wilcox	US	15870	0	America/New_York	41.30204	-74.48016	120			NY	071	78366	
5144512	Wildwood	wildwood	US	08260	0	America/New_York	44.56256	-74.90075	276			NY	089	17409	
5144513	Wildwood	wildwood	US	08260	0	America/New_York	40.96454	-72.81205	19			NY	103	61984	
5144545	Willet	willet	US	13863	0	America/New_York	42.46924	-75.91159	317	Dyersville,Willet,Willett		NY	023	81963	
5144547	Willard	willard	US	14588	0	America/New_York	42.68229	-76.86857	183	Ovid Landing,Willard		NY	099	63440	
5144580	Williamsburg	williamsburg	US	01096	33000	America/New_York	40.71427	-73.95347	4	Williamsburg,Williamsburgh		NY	047		
5144583	Williamson	williamson	US	14589	2495	America/New_York	43.22395	-77.18609	135			NY	117	82040	
5144586	Williamstown	williamstown	US	01267	0	America/New_York	43.42396	-75.88991	183	Franklin,Williamstown		NY	075	82073	
5144588	Williamsville	williamsville	US	05362	5254	America/New_York	42.96395	-78.73781	206	Ga-sko-sa-da-ne-o,Gah-da-ya-deh,Vilijamsvil,Williamsville,wylyamsfyl,Вилијамсвил,ويليامسفيل		NY	029	02000	
5144605	Williston	williston	US	05495	0	America/New_York	42.82756	-78.51641	302			NY	029	45601	
5144606	Williston Park	williston-park	US	11596	7331	America/New_York	40.75649	-73.64485	37			NY	059	53000	
5144607	Willisville	willisville	US	62997	0	America/New_York	44.59339	-74.93825	208			NY	089	56374	
5144609	Willoughby	willoughby	US	44094	0	America/New_York	42.2009	-78.60808	460			NY	009	30257	
5144612	Willow Beach	willow-beach	US	86445	0	America/New_York	42.74229	-77.50499	248			NY	069	61544	
5144616	Willow	willow	US	12495	0	America/New_York	42.07648	-74.22792	333			NY	111	83052	
5144629	Willow Creek	willow-creek	US	59760	0	America/New_York	42.52091	-76.5755	220	Willow Creek,Willowcreek		NY	109	75990	
5144638	Willow Grove	willow-grove	US	19090	0	America/New_York	41.21898	-74.03848	125			NY	087	32765	
5144639	Willow Grove	willow-grove	US	19090	0	America/New_York	42.61563	-77.07247	231			NY	123	47504	
5144656	Willow Grove	willow-grove	US	19090	0	America/New_York	43.0384	-76.71578	116			NY	011	48131	
5144658	Willowbrook	willowbrook	US	60527	2930	America/New_York	40.60316	-74.13848	42	Brook Willow,Willowbrook		NY	085		
5144668	Willsboro	willsboro	US	12996	753	America/New_York	44.35727	-73.39207	68	Vilsboro,Willsboro,Willsborough,Вилсборо		NY	031	82271	
5144678	Willseyville	willseyville	US	13864	0	America/New_York	42.29007	-76.37827	289	Willseyville,Wilseyville		NY	107	12221	
5144682	Wilmington	wilmington	US	01887	937	America/New_York	44.38838	-73.81542	309			NY	031	82315	
5144698	Wilson	wilson	US	14172	1231	America/New_York	43.30978	-78.82615	85	Uilson,Уилсон		NY	063	82370	
5144707	Wilson Creek	wilson-creek	US	98860	0	America/New_York	42.28619	-76.14493	337			NY	107	06145	
5144736	Wilton	wilton	US	03086	0	America/New_York	43.18007	-73.74429	106	Doe's Corners,Wilton,Wiltonville		NY	091	82403	
5144745	Winchester	winchester	US	01890	0	America/New_York	42.86478	-78.7867	181	Seneca,Winchester		NY	029	80918	
5144768	Windham	windham	US	03087	367	America/New_York	42.30731	-74.25209	462	Osbornville,Windham,Windham Center,Windham Centre		NY	039	82480	
5144778	Windom	windom	US	56101	0	America/New_York	42.78534	-78.78975	210			NY	029	55277	
5144781	Windsor	windsor	US	01270	896	America/New_York	42.07591	-75.64046	290	Old Oquaga,Vindzor,Windsor,Виндзор		NY	007	82535	
5144793	Wing	wing	US	36483	0	America/New_York	42.53256	-78.21918	537			NY	121	21369	
5144801	Wingdale	wingdale	US	12594	0	America/New_York	41.64704	-73.56818	128	Wing Station,Wing's Station,Wingdale,Wings Station		NY	027	20819	
5144816	Winona	winona	US	25942	0	America/New_York	43.71896	-75.98603	295			NY	045	43544	
5144830	Winthrop	winthrop	US	02152	510	America/New_York	44.79478	-74.78686	99	Stockholm Depot,Winthrop		NY	089	71410	
5144833	Wirt	wirt	US	56688	0	America/New_York	42.13507	-78.15112	572	Wirt,Wirt Center,Wirt Centre		NY	003	82623	
5144839	Wisner	wisner	US	68791	0	America/New_York	41.27093	-74.32654	162			NY	071	78366	
5144846	Witherbee	witherbee	US	12998	347	America/New_York	44.08755	-73.53291	383			NY	031	48428	
5144850	Wittenberg	wittenberg	US	54499	0	America/New_York	42.02509	-74.1957	251	Wittenberg,Wittenburg		NY	111	83052	
5144861	Wolcott	wolcott	US	05680	1645	America/New_York	43.22062	-76.81496	113			NY	117	82689	
5144944	Woodbourne	woodbourne	US	12788	0	America/New_York	41.75981	-74.59405	362			NY	105	25241	
5144947	Woodbury	woodbury	US	05681	8907	America/New_York	40.82565	-73.46762	54	East Woods,Vudbari,Woodbury,Вудбари		NY	059	56000	
5144948	Woodbury	woodbury	US	05681	10879	America/New_York	41.36454	-74.10598	147			NY	071	82755	
5144973	Woodgate	woodgate	US	13494	0	America/New_York	43.52035	-75.15489	451			NY	065	26627	
5144975	Woodhaven	woodhaven	US	11421	36555	America/New_York	40.68927	-73.85791	13	Woodhaven,Woodville,وڈ ہیون، کوئینز		NY	081		
5144976	Woodhull	woodhull	US	14898	0	America/New_York	43.43451	-75.19961	349			NY	065	26627	
5144977	Woodhull	woodhull	US	14898	0	America/New_York	42.08035	-77.40859	403	Newville,Woodhull		NY	101	82843	
5144988	Woodinville	woodinville	US	98072	0	America/New_York	41.57065	-73.63013	201			NY	027	56825	
5144989	Woodland	woodland	US	16881	0	America/New_York	42.86701	-76.36577	269			NY	067	70057	
5144990	Woodland	woodland	US	16881	0	America/New_York	42.05315	-74.33182	349			NY	111	66597	
5145005	Woodlawn	woodlawn	US	24381	7317	America/New_York	40.89816	-73.86736	43	Wakefield,Washingtonville,Woodlawn		NY	005		
5145006	Woodlawn	woodlawn	US	24381	0	America/New_York	42.16895	-79.43033	400			NY	013	52155	
5145007	Woodlawn	woodlawn	US	24381	0	America/New_York	42.79784	-78.8467	180	Woodlawn,Woodlawn Beach		NY	029	31654	
5145028	Woodmere	woodmere	US	11598	17121	America/New_York	40.63205	-73.71263	7	Woodburg,Woodmere,Woodsburg		NY	059	34000	
5145033	Woodridge	woodridge	US	12789	797	America/New_York	41.71065	-74.57433	354	Centerville,Centerville Station,Centreville Station,Woodridge		NY	105	25241	
5145034	Woodrow	woodrow	US	80757	21005	America/New_York	40.54344	-74.19764	40	Bogardus Corners,Wood Row,Woodrow		NY	085		
5145066	Woodside	woodside	US	11377	0	America/New_York	42.52173	-78.76503	431			NY	029	17585	
5145067	Woodside	woodside	US	11377	41981	America/New_York	40.74538	-73.90541	18			NY	081		
5145068	Woodside	woodside	US	11377	0	America/New_York	40.89843	-73.78986	19			NY	119	50617	
5145071	Woodstock	woodstock	US	03293	0	America/New_York	42.32175	-74.01319	101			NY	039	11649	
5145072	Woodstock	woodstock	US	03293	2088	America/New_York	42.04092	-74.1182	171	Vudstok,uddosutokku,udeuseutog,wwdastak  nywywrk,Вудсток,ووداستاک، نیویورک,ウッドストック,우드스톡		NY	111	83052	
5145075	Woodsville	woodsville	US	03785	80	America/New_York	42.5759	-77.73166	197			NY	051	81006	
5145077	Woodville	woodville	US	01784	0	America/New_York	43.75451	-76.1652	97			NY	045	24086	
5145078	Woodville	woodville	US	01784	0	America/New_York	42.66979	-77.36415	210			NY	069	68660	
5145094	Worcester	worcester	US	01601	1113	America/New_York	42.59146	-74.75043	407			NY	077	83129	
5145105	Worth	worth	US	60482	0	America/New_York	43.78423	-75.8777	377	Klondike,Klondyke,Worth,Worthville		NY	045	83162	
5145108	Worthington	worthington	US	01098	0	America/New_York	41.03093	-73.83569	106			NY	119		
5145111	Wright	wright	US	55798	0	America/New_York	43.80034	-73.38067	48			NY	115	60092	
5145131	Wurtsboro	wurtsboro	US	12790	1173	America/New_York	41.57676	-74.4871	176	Mamakating,Mamakating Hollow,Rome,Vertsboro,Wirtzboro,Wurtsboro,Wurtsborough,wrstbwrw,Вертсборо,ورستبورو		NY	105	44809	
5145135	Wyandanch	wyandanch	US	11798	11647	America/New_York	40.75399	-73.3604	17	Half Way Hollow Hills,West Deer Park,Wyandance,Wyandanch,Wylandanch		NY	103	04000	
5145138	Wyckoff	wyckoff	US	07481	0	America/New_York	42.84201	-76.52744	226	Wyckoff,Wyckoff Station		NY	011	26231	
5145157	Wynantskill	wynantskill	US	12198	3276	America/New_York	42.69675	-73.64428	102	Wyantskill,Wynantskill		NY	083	52100	
5145161	Wyoming	wyoming	US	02898	425	America/New_York	42.82645	-78.08973	301	Te-car-ese-ta-ne-ont,Vajoming,Wyoming,Вайоминг		NY	121	46877	
5145170	Yale	yale	US	23897	0	America/New_York	42.80646	-76.91996	165	Yale,Yale Station		NY	099	25505	
5145189	Yates Center	yates-center	US	66783	0	America/New_York	43.33784	-78.38891	99	Yates,Yates Center		NY	073	83448	
5145195	Yatesville	yatesville	US	31097	0	America/New_York	42.67201	-77.13747	269			NY	123	59597	
5145197	Yaphank	yaphank	US	11980	5945	America/New_York	40.83677	-72.91705	12	Millville,Yaphank		NY	103	10000	
5145215	Yonkers	yonkers	US	10701	201116	America/New_York	40.93121	-73.89875	25	Ionkers,Jonkers,Jonkersas,Jonkurs,Yonckers,Yonkers,yang ke si,yankrz,yongkeoseu,yonkazu,ywnkrz,ywnkrz  nyw yark,ywnkyrs,ywnqrs,Іонкерс,Јонкерс,Йонкерс,Йонкърс,יאנקערס,יונקרס,يونكيرس,یانکرز,یونکرز,یونکرز، نیو یارک,ヨンカーズ,揚克斯,용커스		NY	119	84000	
5145240	York	york	US	03909	0	America/New_York	42.87117	-77.88528	239			NY	051	84022	
5145241	York	york	US	03909	0	America/New_York	43.20007	-76.9433	113	York,York Settlement		NY	117	37165	
5145250	Yorkshire	yorkshire	US	14173	1180	America/New_York	42.53006	-78.4728	437	Yorkshire,Yorkshire Corners		NY	009	84055	
5145252	Yorktown	yorktown	US	23690	0	America/New_York	41.29565	-73.80819	154	Crompond,Yorktown,ywrktwwn  nyw yark,یورکتوؤن، نیو یارک		NY	119	84077	
5145253	Yorktown Heights	yorktown-heights	US	10598	1781	America/New_York	41.27093	-73.77763	150	Underhill,Yorktown Heights		NY	119	84077	
5145257	Yorkville	yorkville	US	13495	2634	America/New_York	43.11285	-75.271	132			NY	065	81754	
5145282	Youngstown	youngstown	US	14174	1921	America/New_York	43.24728	-79.05005	90	Jangstaun,ywnghstwn,ywngstwwn  nyw yark,Јангстаун,يونغستون,یونگستوؤن، نیو یارک		NY	063	59267	
5145285	Youngsville	youngsville	US	12791	0	America/New_York	41.80842	-74.88627	365			NY	105	11759	
5145287	Yulan	yulan	US	12792	0	America/New_York	41.52259	-74.93294	326			NY	105	34473	
5145316	Zoar	zoar	US	44697	0	America/New_York	42.45673	-78.8392	407			NY	029	17200	
5145317	Zoar	zoar	US	44697	0	America/New_York	43.85868	-75.92242	231			NY	045	63341	
5145326	Zurich	zurich	US	59547	0	America/New_York	43.15062	-77.0433	142			NY	117	02440	
5145371	Acme	acme	US	15610	0	America/New_York	41.02478	-81.79624	366	Acme,Millerburg,Millersburg		OH	103	32676	
5145374	Ada	ada	US	45810	5811	America/New_York	40.7695	-83.82271	292	Ada,Ejda,Johnsons Station,Johnstown,ada,ada  awhayw,Ада,Ејда,آدا,ادا، اوهایو,ایڈا، اوہائیو		OH	065	43162	
5145380	Adair	adair	US	50002	0	America/New_York	40.79367	-80.95592	366			OH	029	33264	
5145410	Adamsville	adamsville	US	02801	116	America/New_York	40.06979	-81.88235	311	Adamsville,Mechanicsville		OH	119	69932	
5145423	Adena	adena	US	43901	730	America/New_York	40.21868	-80.87287	263			OH	081	72767	
5145430	Adrian	adrian	US	16210	0	America/New_York	41.00144	-83.32298	252	Adrain,Adrian,Big Spring,Fosters Mill,Fosters Mills,Oregon,Springville		OH	147	06432	
5145434	Advance	advance	US	27006	0	America/New_York	41.64061	-84.11272	237			OH	051	14072	
5145476	Akron	akron	US	14001	197542	America/New_York	41.08144	-81.51901	291	Akron,Akron City,Akrona,Akronas,Akrun,CAK,Ehkron,New Portage,Summitville,a ke lun,aekeuleon,akran  awhayw,akrwn,akuron,ekran,Акрон,Акрън,Экрон,Ակրոն,אקרון,آكرون,اکران، اوهایو,اکرون، اوہائیو,अ‍ॅक्रन,ஏக்ரன்,അക്രോൺ,アクロン,阿克伦,애크런	153	OH	153	01000	
5145506	Albion	albion	US	02802	0	America/New_York	40.97422	-82.16377	351	Albion,Perrysburg		OH	005	37660	
5145530	Alexander	alexander	US	14005	0	America/New_York	41.35644	-81.59596	193	Alexander,Alexander Station,Alexander's Mill,Alexanders,Alexanders Station,Covert,Wilson Mill,Wilson's Mill,Wilson's Mills		OH	035	79268	
5145537	Alexandria	alexandria	US	16611	523	America/New_York	40.08895	-82.61239	296	Aleksandrija,Alexander,Alexandria,Александрия		OH	089	69456	
5145547	Alger	alger	US	45812	845	America/New_York	40.70616	-83.84383	298	Alger,Jagger,Preston		OH	065	47712	
5145601	Allentown	allentown	US	08501	0	America/New_York	40.75477	-84.19467	242			OH	003	01756	
5145607	Alliance	alliance	US	28509	22055	America/New_York	40.91534	-81.10593	353	Al'jans,Alajans,Alliance,Freedom,Liberty,Mahoning,Olians,Williamsport,a lai en si,alayans,alyans  awhayw,eollaieonseu,Алајанс,Альянс,Олианс,ألايانس,الیانس، اوهایو,阿莱恩斯,얼라이언스		OH	151	01420	
5145634	Alta	alta	US	51002	0	America/New_York	40.73256	-82.56962	392	Alta,Summit,Summit Station		OH	139	46578	
5145637	Altamont	altamont	US	12009	0	America/New_York	40.3334	-80.61757	345	Altamont,Altamont Park,Altamount Park		OH	081	74615	
5145643	Alum Creek	alum-creek	US	25003	0	America/New_York	40.26728	-82.94435	287			OH	041	05788	
5145658	Alvada	alvada	US	44802	0	America/New_York	41.05033	-83.40187	258	Alvada,Alvada Station,Alvadia,Alveda		OH	147	06432	
5145663	Alvordton	alvordton	US	43501	217	America/New_York	41.66588	-84.43689	262	Alverton,Alvordton		OH	171	50302	
5145680	Amboy	amboy	US	46911	0	America/New_York	41.92728	-80.61508	213	Amboy,West Conneaut,Westville		OH	007	18350	
5145695	Amherst	amherst	US	01002	12135	America/New_York	41.39782	-82.22238	210	Amherst,Amherst Corners,Amherstville,Amhurst,Amkherst,Four Corners,North Amherst,Plato,amhrst,amhrst  awhayw,Амхерст,أمهرست,امهرست، اوهایو		OH	093	01798	
5145720	Amity	amity	US	15311	0	America/New_York	40.4709	-82.3785	343	Amity,Democracy,Emmettsville		OH	083	62652	
5145721	Amity	amity	US	15311	0	America/New_York	40.06867	-83.2513	279	Amity,New Canaan,West Canaan		OH	097	11234	
5145724	Amlin	amlin	US	43002	0	America/New_York	40.07701	-83.18102	287	Amlin,Amlin Station,Amlins Station		OH	049	81242	
5145733	Amsterdam	amsterdam	US	12010	489	America/New_York	40.47368	-80.92287	283			OH	081	74122	
5145770	Andover	andover	US	01810	1119	America/New_York	41.60672	-80.5723	333	Andover,Andover Centre		OH	007	02064	
5145788	Anna	anna	US	45302	1545	America/New_York	40.39449	-84.17272	315	Anna,Careys Station,Careysville		OH	149	28434	
5145796	Annapolis	annapolis	US	21401	0	America/New_York	40.41118	-80.86314	345	Annapolis,New Salem,Salem		OH	081	69876	
5145808	Ansonia	ansonia	US	06401	1150	America/New_York	40.21449	-84.6369	304	Ansonia,Dallas		OH	037	09414	
5145842	Antrim	antrim	US	03440	0	America/New_York	40.12035	-81.35845	309			OH	059	46424	
5145848	Antwerp	antwerp	US	13608	1692	America/New_York	41.18144	-84.74051	222			OH	125	12308	
5145856	Apex	apex	US	27502	0	America/New_York	40.41034	-80.90926	351	Apex,Germano Station		OH	067	29890	
5145894	Apple Creek	apple-creek	US	44606	1184	America/New_York	40.75172	-81.8393	318	Apple Creek,Apple Creek Station,Apple Orchard Town,Applecreek,Applecreek Junction,Applecreek Station,Edenburg,Edinburg,Edinburgh		OH	169	24136	
5145914	Appleton	appleton	US	14008	0	America/New_York	40.20923	-82.61628	347			OH	089	05494	
5145919	Aquilla	aquilla	US	76622	340	America/New_York	41.57255	-81.15427	386	Aquilla,Aquilla Village,Lake Aquilla		OH	055	32914	
5145924	Arbela	arbela	US	63432	0	America/New_York	40.48172	-83.40687	301			OH	159	81662	
5145938	Archbold	archbold	US	43502	4341	America/New_York	41.52144	-84.30717	223	Archbald,Archbold,Archibald		OH	051	29876	
5145954	Arcadia	arcadia	US	15712	584	America/New_York	41.10839	-83.51687	246	Arcadia,Arkadija,Jordan,Аркадия		OH	063	81284	
5145962	Arlington	arlington	US	02474	1453	America/New_York	40.89366	-83.65021	263	Arlington,Madison,Арлингтон		OH	063	02400	
5145963	Arlington	arlington	US	02474	0	America/New_York	41.08033	-81.49345	311			OH	153	01000	
5145975	Arlington Heights	arlington-heights	US	02475	0	America/New_York	41.18645	-80.96842	280			OH	155	55636	
5145990	Armstrong	armstrong	US	50514	0	America/New_York	40.91228	-82.01098	277	Armstrong,Armstrong Station,Armstrongs Station		OH	169	18322	
5146004	Arnold	arnold	US	21012	0	America/New_York	40.14201	-83.25075	292			OH	159	39046	
5146021	Arthur	arthur	US	37707	0	America/New_York	41.19477	-84.36078	219			OH	125	03002	
5146055	Ashland	ashland	US	01721	20317	America/New_York	40.86867	-82.31822	325	Ashland,Ashlend,Ehshlehnd,Eshland,Eshlend,Uniontown,a shen lan,aesyullaendeu,ashland,ayshlnd  awhayw,Ашленд,Ешланд,Ешленд,Эшлэнд,آشلاند,ایشلند، اوهایو,ایشلنڈ، اوہائیو,阿什兰,애슐랜드	005	OH	005	02568	
5146080	Ashley	ashley	US	43003	1361	America/New_York	40.40895	-82.95546	300	Ashley,Ashley Station,Oxford		OH	041	02582	
5146089	Ashtabula	ashtabula	US	44004	18371	America/New_York	41.86505	-80.78981	205	Ashtabjula,Ehshtabula,JFN,a shen ta bi la,aesyuteobyulla,ashtabwla,ashtabwla  awhayw,ashutabyura,Аштабјула,Эштабула,أشتابولا,اشتابولا، اوهایو,アシュタビューラ,阿什塔比拉,애슈터뷸라		OH	007	02652	
5146125	Assumption	assumption	US	62510	0	America/New_York	41.672	-83.91161	222	Assumption,Caraghar,Charaghar		OH	051	01728	
5146141	Attica	attica	US	14011	879	America/New_York	41.06478	-82.88769	289			OH	147	79674	
5146149	Atwater	atwater	US	44201	758	America/New_York	41.02395	-81.16343	344	Atwater,Atwater Station		OH	133	02862	
5146187	Auburndale	auburndale	US	02466	0	America/New_York	41.68727	-83.5941	187			OH	095	77000	
5146215	Augusta	augusta	US	04330	0	America/New_York	40.68589	-81.02093	375	Augusta,Brownsville,Ogasta,Огаста		OH	019	03030	
5146223	Aultman	aultman	US	15713	0	America/New_York	40.92839	-81.41734	337			OH	151	41314	
5146233	Aurora	aurora	US	04408	15838	America/New_York	41.31755	-81.34539	345	Aurora,Aurora Center,Aurora Centre,Aurora Depot,Aurora Station,Avrora,Howardsville,Howardville,Orora,awrwra,awrwra  awhayw,Аврора,Орора,ارورا، اوہائیو,اورورا,اورورا، اوهایو		OH	133	03086	
5146248	Austinburg	austinburg	US	44010	516	America/New_York	41.772	-80.85453	247	Austinburg,Austinburgh,Austinville		OH	007	03156	
5146276	Avis	avis	US	17721	0	America/New_York	41.02088	-84.16911	221	Avis,Avish,Bushong		OH	137	32228	
5146277	Avon	avon	US	02322	22544	America/New_York	41.45171	-82.03542	204	Avon,Ehvon,Ejvon,French Creek,Troy,Xeuma,afwn,awwn  awhayw,Ејвон,Эвон,أفون,اوون، اوهایو		OH	093	03352	
5146286	Avon Lake	avon-lake	US	44012	23453	America/New_York	41.50532	-82.0282	185	Avon Lejk,Ehvon Lehjk,afwn lyk,awwn lyk  awhayw,Авон Лејк,Эвон Лэйк,آفون ليك,اوون لیک، اوهایو		OH	093	03464	
5146301	Avondale	avondale	US	19311	0	America/New_York	40.52061	-83.87355	310			OH	091	74780	
5146302	Avondale	avondale	US	19311	0	America/New_York	40.82645	-81.41428	345			OH	151	62988	
5146359	Bailey	bailey	US	27807	0	America/New_York	41.462	-83.78772	202	Bailey,Bailey Station,Fancher		OH	095	64836	
5146368	Bainbridge	bainbridge	US	13733	3267	America/New_York	41.38644	-81.33955	356	Bainbridge,Bainbridge Center,Bissell,Bissells,Bissels		OH	055	03590	
5146374	Baker	baker	US	26801	0	America/New_York	40.05588	-84.70135	328			OH	037	53732	
5146391	Bakersville	bakersville	US	28705	0	America/New_York	40.35562	-81.64568	259			OH	031	00240	
5146406	Baldwin	baldwin	US	11510	0	America/New_York	41.01894	-84.80191	233			OH	125	05634	
5146442	Baltic	baltic	US	06330	789	America/New_York	40.44007	-81.69902	325	Baltic,Buena Vista,Buenavista,Rowville		OH	157	09988	
5146460	Bangs	bangs	US	76823	0	America/New_York	40.35228	-82.55239	338			OH	083	43218	
5146472	Bannock	bannock	US	43972	211	America/New_York	40.09868	-80.97704	305	Bannock,Bruce,Bruce Station		OH	013	66628	
5146491	Barberton	barberton	US	44203	26234	America/New_York	41.01283	-81.60512	297	Barbehrton,Barberton,barbrtwn,barbrtwn  awhayw,Барбертон,Барбэртон,باربرتون,باربرتون، اوهایو		OH	153	03828	
5146521	Barclay	barclay	US	21607	0	America/New_York	41.45422	-80.62535	290			OH	155	32732	
5146539	Barnhill	barnhill	US	62809	387	America/New_York	40.44812	-81.369	267	Barnhill,Pike Run		OH	157	31066	
5146564	Barton	barton	US	05822	0	America/New_York	40.10729	-80.8412	243	Anderson,Barton,Bartons		OH	013	16602	
5146573	Bascom	bascom	US	32423	390	America/New_York	41.13283	-83.2852	236			OH	147	36400	
5146601	Bates	bates	US	97817	0	America/New_York	41.59061	-83.57827	188	Bates,Bates Station,Warners Siding		OH	173	62162	
5146609	Bath	bath	US	03740	0	America/New_York	41.18894	-81.63623	342	Bath,Hammond's Corners,Hammonds Corners,Hammonds Cross Roads,Hammondsburgh,Wheatfield		OH	153	04248	
5146621	Batson	batson	US	77519	0	America/New_York	41.01838	-84.74496	231			OH	125	05634	
5146675	Bay Village	bay-village	US	44140	15402	America/New_York	41.48477	-81.92208	193	Bay,Bay Village,Behj Villadzh,Bej Vilidz,Dover Bay,Dover Bay Park Station,Dover Station,Dover Village,River Bank,bay wylyj  awhayw,byh fylyj,Беј Вилиџ,Бэй Вилладж,بای ویلیج، اوهایو,بيه فيليج		OH	035	04416	
5146682	Bayard	bayard	US	26707	0	America/New_York	40.75061	-81.06482	329			OH	029	82852	
5146689	Bays	bays	US	41310	0	America/New_York	41.26894	-83.66966	209	Bays,Bays Station		OH	173	43400	
5146697	Beach City	beach-city	US	44608	1011	America/New_York	40.65312	-81.58096	305	Barrs Mills,Beach City,Beech City,Bells Mills,Willards Mills,Willeard Mills		OH	151	75208	
5146711	Beachwood	beachwood	US	08722	11762	America/New_York	41.4645	-81.50873	361	Bichvud,bytshwwd,Бичвуд,بيتشوود,بک‌وود، اوهایو,بیچ ووڈ، اوہائیو		OH	035	04500	
5146810	Beaverdam	beaverdam	US	23015	369	America/New_York	40.83339	-83.97661	261	Beaver Dam,Beaverdam		OH	003	66614	
5146831	Bedford	bedford	US	01730	12747	America/New_York	41.39311	-81.53651	289	Bedford,Behdford,Pilgerruh,bdfwrd  awhayw,bydfwrd,Бедфорд,Бэдфорд,بدفورد، اوهایو,بيدفورد,بیڈفورڈ، اوہائیو		OH	035	04878	
5146924	Belden	belden	US	38826	0	America/New_York	41.23811	-82.0232	261			OH	093	31164	
5146931	Belknap	belknap	US	62908	0	America/New_York	40.23062	-80.87981	268			OH	067	72361	
5146946	Bellaire	bellaire	US	43906	4189	America/New_York	40.01618	-80.74231	203	Belaire,Beler,Bell Air,Bellair,Bellaire,Georgetown,Klee Post Office,Белер		OH	013	64962	
5146955	Belle Center	belle-center	US	43310	798	America/New_York	40.50672	-83.74799	318	Belle Center,Belle Centre,Bellecente,Bellecenter		OH	091	66740	
5146960	Belle Vernon	belle-vernon	US	15012	0	America/New_York	40.92645	-83.20186	256	Belle Vernon,Bellevernon		OH	175	78141	
5146965	Bellefontaine	bellefontaine	US	39737	13117	America/New_York	40.36116	-83.75966	379	Behllfontehjn,Belfauntn,Belle Fontaine,Bellefontaine,Bellfontain,Bellfontaine,Blue Jackets Town,bei er fang dan,blfwntayn  awhayw,byl fwntyn,Белфаунтн,Бэллфонтэйн,بلفونتاین، اوهایو,بيل فونتين,贝尔方丹	091	OH	091	41286	
5146978	Bellevue	bellevue	US	41073	8005	America/New_York	41.27366	-82.84158	229	Amsdens Corners,Bellehvju,Bellevue,Bellview,Belvju,Belvue,York,York Cross Roads,Yorks Crossing,blfyw,blww  awhayw,Белвју,Беллэвю,بلفيو,بلوو، اوهایو		OH	077	05228	
5147011	Belmont	belmont	US	02478	445	America/New_York	40.02924	-81.03899	362	Belmont,Belmont Station,Wrightstown,Белмонт		OH	013	30968	
5147035	Belmore	belmore	US	45815	140	America/New_York	41.15338	-83.93855	224	Bellmore,Bellmore Village,Belmore,Montgomeryville		OH	137	79450	
5147037	Beloit	beloit	US	44609	939	America/New_York	40.92311	-80.9937	344	Beloit,East Westville,Smithfield,Smithfield Station		OH	099	72740	
5147043	Belvidere	belvidere	US	07823	0	America/New_York	40.82895	-81.414	339			OH	151	62988	
5148724	Burghill	burghill	US	44404	0	America/New_York	41.3595	-80.56841	314	Berg Hill,Burgh Hill,Burghhill,Burghill		OH	155	79856	
5147057	Bellville	bellville	US	30414	1871	America/New_York	40.62006	-82.51072	347	Bellerville,Belleville,Bellville,Belvil,McCluers Settlement,McClure,bylfyl,Белвил,بيلفيل		OH	139	38794	
5147083	Bentleyville	bentleyville	US	15314	857	America/New_York	41.41311	-81.41095	286			OH	035	05550	
5147085	Benton	benton	US	17814	0	America/New_York	40.927	-83.0938	285	Benton,Poplar		OH	033	76463	
5147086	Benton	benton	US	17814	0	America/New_York	40.60256	-81.8468	299	Benton,Martinsburg		OH	075	70156	
5147089	Benton Ridge	benton-ridge	US	45816	304	America/New_York	41.00478	-83.7941	241	Benton,Benton Ridge		OH	063	06838	
5147097	Berea	berea	US	26327	18874	America/New_York	41.36616	-81.8543	233	Behri,Berea,Berija,Lyceum Village,bra  awhayw,byrya,Береа,Берија,Бэри,برا، اوهایو,بيريا		OH	035	05690	
5147114	Berger	berger	US	63014	0	America/New_York	40.53617	-82.37766	398			OH	083	62652	
5147118	Bergholz	bergholz	US	43908	636	America/New_York	40.51951	-80.88398	282	Bergholz,Berholz,Old Nebo		OH	081	74122	
5147123	Berkey	berkey	US	43504	237	America/New_York	41.71561	-83.83939	213	Berkey,Berkey Village,Berkeys Corners,Riga		OH	095	66516	
5147127	Berkshire	berkshire	US	01224	0	America/New_York	40.26534	-82.90879	290	Berkshire,Berkshire Corners		OH	041	05774	
5147132	Berlin	berlin	US	01503	898	America/New_York	40.56117	-81.7943	391			OH	075	05830	
5147133	Berlin	berlin	US	01503	0	America/New_York	41.60949	-84.7544	287	Berlin,New Berlin,Spring Lake		OH	171	27530	
5147135	Berlin Center	berlin-center	US	44401	0	America/New_York	41.0245	-80.94759	327	Berlin Center,Berlin Centre		OH	099	05858	
5147140	Berlin Heights	berlin-heights	US	44814	690	America/New_York	41.32533	-82.49323	237	Berlin,Berlin Heights,Berlin Heights Village		OH	043	05802	
5147163	Bernice	bernice	US	71222	0	America/New_York	40.26451	-81.51928	251	Albany,Bernice,Robinson		OH	157	81648	
5147174	Berwick	berwick	US	03901	0	America/New_York	41.02922	-83.29798	256			OH	147	71355	
5147302	Bethesda	bethesda	US	20810	1245	America/New_York	40.01618	-81.0726	372	Bethesda,Burr,Burrs Kills,Burrs Mill,Fairmont,Fairmount,Fairmount Station		OH	013	30968	
5147317	Bethlehem	bethlehem	US	03574	0	America/New_York	40.83867	-82.7199	346	Bethlehem,Settlement		OH	139	71830	
5147344	Bettsville	bettsville	US	44815	642	America/New_York	41.24644	-83.23576	213	Bettsville,Betzville		OH	147	43316	
5147368	Beverly Hills	beverly-hills	US	34464	0	America/New_York	40.37701	-80.65035	345			OH	081	74608	
5147405	Bieber	bieber	US	96009	0	America/New_York	41.61727	-83.45993	185			OH	173	57190	
5147423	Big Island	big-island	US	24526	0	America/New_York	40.61228	-83.21686	284			OH	101	06348	
5147437	Big Prairie	big-prairie	US	44611	0	America/New_York	40.66728	-82.09515	290	Big Prairie,Bigprairie,Cannansville		OH	075	67286	
5147468	Big Springs	big-springs	US	26137	0	America/New_York	40.50061	-83.63549	346	Big Spring,Big Springs,Bigsprings		OH	091	69134	
5147523	Birmingham	birmingham	US	08011	0	America/New_York	41.33005	-82.36072	239	Birmingem,Бирмингем		OH	043	27482	
5147524	Birmingham	birmingham	US	08011	0	America/New_York	40.17535	-81.43734	256	Birmingham,Milnersville,Minersville,New Birmingham		OH	059	51380	
5147539	Bismarck	bismarck	US	58501	0	America/New_York	41.16505	-82.78713	248	Bismarck,Bismark		OH	077	72193	
5147549	Black	black	US	36314	0	America/New_York	40.04674	-81.59207	274			OH	059	11003	
5147611	Blaine	blaine	US	04734	0	America/New_York	40.06785	-80.81731	231	Blaine,Blainesville,Duboisville,Pasco,Paseo		OH	013	61378	
5147627	Blakeslee	blakeslee	US	18610	95	America/New_York	41.52422	-84.73023	263	Blakeslee,Blakesley,Blakesley Station		OH	171	27530	
5147629	Blanchard	blanchard	US	16826	0	America/New_York	40.732	-83.64354	290	Blanchard,Blanchard Station		OH	065	06866	
5147635	Bladensburg	bladensburg	US	20710	191	America/New_York	40.28451	-82.28404	293	Bladensburg,Bladensburgh		OH	083	15504	
5147640	Blanco	blanco	US	74528	0	America/New_York	41.08561	-80.95953	301			OH	099	50638	
5147660	Blissfield	blissfield	US	43805	0	America/New_York	40.39979	-81.96542	252			OH	031	15266	
5147682	Bloomdale	bloomdale	US	44817	692	America/New_York	41.17255	-83.55632	227	Bloom,Bloomdale		OH	173	07020	
5147686	Bloomer	bloomer	US	54724	0	America/New_York	40.18783	-84.41328	311	Bloomer,Bloomers,Bloomertown		OH	109	54138	
5147689	Bloomfield	bloomfield	US	06002	0	America/New_York	40.36367	-82.72462	399	Bloomfield,Clarks Cross Roads		OH	117	73061	
5147690	Bloomfield	bloomfield	US	06002	0	America/New_York	40.05035	-81.74235	336	Bloomfield,Bloomingdale,Sago,Sagor		OH	119	35238	
5147701	Blooming Grove	blooming-grove	US	10914	0	America/New_York	40.70784	-82.71657	393	Barcelona,Blooming Grove,Bloomingrove,Corsica		OH	117	56224	
5147707	Bloomingdale	bloomingdale	US	07403	197	America/New_York	40.34285	-80.81814	385	Bloomfield,Bloomingdale		OH	081	82180	
5147713	Bloomville	bloomville	US	13739	933	America/New_York	41.052	-83.01491	284	Bloom,Bloomsville,Bloomville,South Bloom		OH	147	07006	
5147766	Bluffton	bluffton	US	29910	4161	America/New_York	40.89533	-83.88883	254	Blafton,Bluffton,Croghan,Shannon,blwftn,Блафтон,بلوفتن		OH	003	66614	
5147784	Boardman	boardman	US	97818	35376	America/New_York	41.02423	-80.66285	339	Boadman,Boardman,Boardman Center,Boardman Centre,Bordman,Broadman,Боадман,Бордман		OH	099	07468	
5147811	Bogart	bogart	US	30622	0	America/New_York	41.39588	-82.65101	187	Bogart,Bogarts Corners		OH	043	61714	
5147844	Bolivar	bolivar	US	14715	992	America/New_York	40.65006	-81.45206	282	Boliva,Bolivar,Boliver,Kelleysville,Kellysville		OH	157	42182	
5147852	Bolton	bolton	US	01740	0	America/New_York	40.93978	-81.1151	322	Bolten,Bolton		OH	151	43022	
5147874	Bono	bono	US	72416	0	America/New_York	41.6356	-83.26909	176	Bono,Shepardsville		OH	095	39116	
5147884	Booth	booth	US	36008	0	America/New_York	41.6381	-83.41187	189			OH	095	58730	
5147885	Booth	booth	US	36008	0	America/New_York	40.23118	-81.54095	348	Booth,Borth		OH	157	59304	
5147902	Boston	boston	US	02108	0	America/New_York	40.0759	-82.22709	274			OH	089	33299	
5147903	Boston	boston	US	02108	0	America/New_York	41.26339	-81.55956	201	Atlas,Boston,Boston Mill,Boston Mills		OH	153	07776	
5147914	Bostwick	bostwick	US	30623	0	America/New_York	41.65089	-81.08315	373	Bostwick,Bostwick Corners		OH	055	76628	
5148709	Burbank	burbank	US	44214	208	America/New_York	40.98867	-81.99487	291	Berbank,Bridgeport,Burank Spur,Burbank,Бербанк		OH	169	11276	
5147924	Botkins	botkins	US	45306	1152	America/New_York	40.46783	-84.1805	305	Bodkins,Botkins,Botkins Station,Botkinsville,Dinsmore,bwtkyns,Боткинс,بوتكينس		OH	149	22050	
5147939	Boulevard	boulevard	US	91905	0	America/New_York	41.6881	-83.50743	180			OH	095	77000	
5147960	Bowerston	bowerston	US	44695	393	America/New_York	40.42534	-81.18788	290	Bowerston,Bowersville,Bowerton,Bowestown		OH	067	51394	
5147968	Bowling Green	bowling-green	US	22427	31246	America/New_York	41.37477	-83.65132	212	Bouling Grin,Bouling-Grin,bao ling ge lin,bolling-geulin,bwlyngh ghryn,bwwlyng gryn  awhayw,Боулинг Грин,Боулинг-Грин,باولنگ گرین، اوہائیو,بولينغ غرين,بوولینگ گرین، اوهایو,鮑靈格林,볼링그린	173	OH	173	07972	
5148020	Braceville	braceville	US	60407	0	America/New_York	41.22839	-80.95453	274	Braceville,Braceville Center,Braceville Centre,Braceville Station,Millantown		OH	155	08056	
5148028	Bradford	bradford	US	02808	1847	America/New_York	40.13227	-84.43078	301	Bradford,Bradford Junction,Richmond,Union City Junction		OH	109	54138	
5148039	Bradley	bradley	US	04411	0	America/New_York	40.24701	-80.77564	369			OH	081	72767	
5148046	Bradner	bradner	US	43406	1019	America/New_York	41.32422	-83.43854	212			OH	173	51744	
5148051	Brady	brady	US	59416	0	America/New_York	40.0859	-81.48567	247			OH	059	38640	
5148056	Brady Lake	brady-lake	US	44211	464	America/New_York	41.1595	-81.31705	328	Brady Lake,Bradys Lake		OH	133	08168	
5148077	Brandon	brandon	US	05733	0	America/New_York	40.31229	-82.50905	329	Brandon,Four Corners,Hildreths		OH	083	50330	
5148082	Brandywine	brandywine	US	20613	0	America/New_York	40.86561	-82.93908	310			OH	033	43078	
5148083	Brandywine	brandywine	US	20613	0	America/New_York	41.27617	-81.53817	264	Brandywine,Brandywine Mills		OH	153	56490	
5148115	Brecksville	brecksville	US	44141	13440	America/New_York	41.31978	-81.62679	271	Brecksville,Brehksvill,Breksvil,Bricksville,brkswyl  awhayw,byksfyl,Брексвил,Брэксвилл,برکسویل، اوهایو,بيكسفيل		OH	035	08364	
5148129	Breezewood	breezewood	US	15533	0	America/New_York	40.50838	-84.45079	265			OH	011		
5148139	Brentwood	brentwood	US	11717	0	America/New_York	41.64782	-81.37483	214	Brentwood,Midland Moor		OH	085	49056	
5148164	Brewster	brewster	US	02631	2169	America/New_York	40.707	-81.59818	303	Brewester,Brewster,Brjuster,Брюстер		OH	151	75208	
5148192	Bridgeport	bridgeport	US	06601	1794	America/New_York	40.06979	-80.74008	200	Bridgeport,Bridzport,Canton,Kirkwood,North Canton,brydjbwrt,Бриџпорт,برج پورٹ، اوہائیو,بريدجبورت		OH	013	61378	
5148193	Bridgeport	bridgeport	US	06601	0	America/New_York	40.74589	-83.60187	276			OH	065	06866	
5148194	Bridgeport	bridgeport	US	06601	0	America/New_York	40.16062	-83.39464	295			OH	159	20170	
5148200	Bridgewater	bridgewater	US	02324	0	America/New_York	40.82867	-80.98926	344			OH	029	40824	
5148205	Brier Hill	brier-hill	US	13614	0	America/New_York	41.12172	-80.66896	317	Briar Hill,Brier Hill,Brierhill		OH	099	88000	
5148216	Brighton	brighton	US	02135	0	America/New_York	41.17089	-82.30961	276	Brighton,Brighton Centre		OH	093	08770	
5148225	Brightwood	brightwood	US	22715	0	America/New_York	40.44868	-81.39317	268			OH	157	31066	
5148226	Brilliant	brilliant	US	35548	1482	America/New_York	40.26479	-80.62619	210	Brilliant,La Grange,LaGrange,Lagrange,Philipsburg,Philipsburgh,Phillipsburg		OH	081	82698	
5148230	Brimfield	brimfield	US	01010	3343	America/New_York	41.10006	-81.3465	337	Brimfield,Brimfield Center,Brunsfield,Greenbriar,Thorndike,Wylestown		OH	133	08840	
5148241	Brinkhaven	brinkhaven	US	43006	193	America/New_York	40.46951	-82.19405	275	Brink Haven,Brinkhaven,Gann,Gann Station,Mount Holley,Mount Holly,Nonpareil,Nonparel,Rochester		OH	083	78358	
5148252	Bristolville	bristolville	US	44402	0	America/New_York	41.38756	-80.86925	274	Bristol,Bristol Center,Bristol Centre,Bristolville		OH	155	08938	
5148269	Broadview	broadview	US	59015	0	America/New_York	41.21783	-81.63846	382			OH	153	66544	
5148273	Broadview Heights	broadview-heights	US	44147	19229	America/New_York	41.31394	-81.68513	365	Broadview Heights,Brodvju Khajts,Brudvju Khehjts,Walling Corners,brwdfyw hayts,brwdwyw hayts  awhayw,Бродвју Хајтс,Брудвю Хэйтс,برودفيو هايتس,برودویو هایتس، اوهایو		OH	035	09064	
5148278	Broadway	broadway	US	08808	0	America/New_York	40.34117	-83.41214	313	Broadway,Taylors Center		OH	159	76194	
5148289	Brock	brock	US	68320	0	America/New_York	40.26644	-84.55857	318			OH	037	87010	
5148326	Brook Park	brook-park	US	55007	18809	America/New_York	41.39838	-81.80458	243	Bruk Park,brwk bark,brwk park  awhayw,Брук Парк,بروك بارك,بروک پارک، اوهایو		OH	035	09288	
5148330	Brookfield	brookfield	US	01506	0	America/New_York	41.23395	-80.56952	353	Brookfield,Brookfield Center		OH	155	09190	
5148346	Brooklyn	brooklyn	US	06234	10899	America/New_York	41.43977	-81.73541	233	Brklin,Brooklyn,Brooklyn Village,Bruklin,Ohio City,brwklyn,brwklyn  awhayw,Брклин,Бруклин,بروكلين,بروکلین، اوهایو,بروکلین، اوہائیو		OH	035	09246	
5148397	Broughton	broughton	US	62817	117	America/New_York	41.08977	-84.53523	219			OH	125	37954	
5148413	Brookside	brookside	US	07926	614	America/New_York	40.07063	-80.76092	201			OH	013	61378	
5148456	Brownstown	brownstown	US	17508	0	America/New_York	40.73783	-83.36992	272	Brown's Corner,Brownstown,Brownsville,Warpole		OH	175	50106	
5148480	Brunswick	brunswick	US	04011	34689	America/New_York	41.23811	-81.8418	357	Bransvik,Braunshvejg,Brunswick,Brunswick Center,beuleonjeuwig,branzwyk  awhayw,brwnzwyk,bu lun rui ke,Брансвик,Брауншвейг,برانزویک، اوهایو,برنزوک، اوہائیو,برونزويك,不倫瑞克,브런즈윅		OH	103	09680	
5148533	Bryan	bryan	US	43506	8436	America/New_York	41.47477	-84.55245	234	Brajan,beulaieon,brayan,brayan  awhayw,Брайан,Брајан,برايان,برایان، اوهایو,브라이언	171	OH	171	09792	
5148619	Buckland	buckland	US	01338	231	America/New_York	40.62283	-84.25995	259	Backland,Buckland,White Feather,White Feathers Town,White Feathers Village		OH	011	44618	
5148635	Bucyrus	bucyrus	US	44820	11916	America/New_York	40.80839	-82.97546	303	Bakiras,Beadles Settlement,Bjusajrus,Bucyrus,bwsayrws,bwsyrws  awhayw,Бакирас,Бјусајрус,بوسايروس,بوسیروس، اوهایو	033	OH	033	10030	
5148688	Bunker Hill	bunker-hill	US	25413	0	America/New_York	40.57284	-81.78291	373			OH	075	05830	
5148689	Bunker Hill	bunker-hill	US	25413	0	America/New_York	40.95923	-80.93564	362			OH	099	31038	
5148727	Burgoon	burgoon	US	43407	170	America/New_York	41.26755	-83.25159	215	Burgoon,Lorain,Warner		OH	143	38052	
5148739	Burkettsville	burkettsville	US	45310	247	America/New_York	40.35199	-84.64218	297	Burkettsville,Gilbert Station,Gilberts,Gilberts Station		OH	107	31430	
5148745	Burlington	burlington	US	01803	2674	America/New_York	41.57227	-84.308	218			OH	051	29876	
5148773	Burton	burton	US	26562	1461	America/New_York	41.47061	-81.1451	401	Berton,byrtn,Бертон,بيرتن		OH	055	10464	
5148790	Bushnell	bushnell	US	33513	0	America/New_York	41.86283	-80.57146	264	Bushnell,Monroe,Reeds Corners		OH	007	51296	
5148799	Butler	butler	US	07405	912	America/New_York	40.58839	-82.42489	326	Butler,Independence,Spohntown,Squeelgut		OH	139	86618	
5148833	Byhalia	byhalia	US	38611	0	America/New_York	40.45367	-83.45548	314	Byhalia,Pennyville		OH	159	81662	
5148848	Cable	cable	US	43009	0	America/New_York	40.17034	-83.62826	360	Cable,Cabletown,Chalfant		OH	021	82096	
5148855	Cadiz	cadiz	US	42211	3271	America/New_York	40.27285	-80.99676	385	Cadiz,Cádiz,Kadis,kadyz,kadyz  awhayw,Кадис,كاديز,کادیز، اوهایو	067	OH	067	10814	
5148876	Cairo	cairo	US	12413	531	America/New_York	40.832	-84.08606	248	Cairo,Cairo Station,West Cairo,Westcairo		OH	003	51282	
5148877	Cairo	cairo	US	12413	0	America/New_York	40.9045	-81.36039	350			OH	151	62988	
5148892	Caledonia	caledonia	US	14423	557	America/New_York	40.63645	-82.96907	303	Caledonia,Kaledonija,Van Buskirk,Каледония		OH	101	15196	
5148910	Calumet	calumet	US	15621	0	America/New_York	40.48201	-80.60674	211	Calumet,Ellicottsville,Elliotsville,Elliottsville		OH	081	40866	
5149007	Cambridge	cambridge	US	02138	10402	America/New_York	40.03118	-81.58846	253	Kehmbridzh,Kejmbridzh,Kembridz,Kembridzh,kambrdj,kmbryj  awhayw,Кеймбридж,Кембридж,Кембриџ,Кэмбридж,كامبردج,کمبریج، اوهایو,کیمبرج، اوہائیو	059	OH	059	11003	
5149057	Camp Creek	camp-creek	US	25820	0	America/New_York	40.7345	-81.57346	317			OH	151	77910	
5149149	Campbell	campbell	US	14821	7982	America/New_York	41.07839	-80.59924	314	Campbell,Campbell City,East Youngstown,Kehmpbehll,Kehmpbell,Kembel,kambl,kan bei er,kmpbl  awhayw,Кембел,Кэмпбелл,Кэмпбэлл,كامبل,کمپبل، اوهایو,کیمبل، اوہائیو,坎贝尔		OH	099	11066	
5149161	Campbellsport	campbellsport	US	53010	0	America/New_York	41.13589	-81.19732	311	Cambellsport,Campbellport,Campbells Corners,Campbells Port,Campbellsport		OH	133	65606	
5149166	Campus	campus	US	60920	0	America/New_York	40.70228	-80.66646	300			OH	029	46368	
5149171	Canaan	canaan	US	03741	0	America/New_York	40.94478	-81.93653	325	Canaan,Canaan Center,Windsor,Windsor Canaan P O		OH	169	11276	
5149188	Canal Fulton	canal-fulton	US	44614	5487	America/New_York	40.88978	-81.59762	290	Canal Fulton,Fulton,Midland,Milan,Miland		OH	151	42168	
5149205	Canfield	canfield	US	44406	7355	America/New_York	41.02506	-80.76091	349			OH	099	11374	
5149218	Cannonsburg	cannonsburg	US	49317	0	America/New_York	40.91478	-83.78494	256	Cannonsburg,Cannonsburgh		OH	063	78330	
5149222	Canton	canton	US	02021	71885	America/New_York	40.79895	-81.37845	323	Canton,Kanton,Кантон	151	OH	151	12000	
5149253	Cardington	cardington	US	43315	2047	America/New_York	40.50062	-82.89351	308	Carding,Cardington		OH	117	12098	
5149257	Carey	carey	US	43316	3586	America/New_York	40.95256	-83.38242	250	Carey,Cary		OH	175	19246	
5149275	Carman	carman	US	61425	0	America/New_York	40.35784	-80.88092	312	Carman,Carmen,Craman		OH	067	29890	
5149327	Carrollton	carrollton	US	23314	3137	America/New_York	40.57284	-81.08565	341	Carolton,Carrollton,Carrolton,Centerton,Centerville,Centretown,Centreville,Karolton,kaeleolteon,karwltwn,Каролтон,كارولتون,کیرولٹن، اوہائیو,캐럴턴	019	OH	019	12896	
5149357	Cascade	cascade	US	21719	0	America/New_York	41.02088	-84.28884	215	Cascade,Caskaid,Myers Mill		OH	137	62036	
5149390	Casstown	casstown	US	45312	271	America/New_York	40.052	-84.12966	285	Cass,Casstown,Lost Creek,Trimmensburgh,Trimminsberg,Trimminsburg		OH	109	44968	
5149397	Cassville	cassville	US	13318	0	America/New_York	40.2284	-81.10038	370			OH	067	10814	
5149399	Castalia	castalia	US	27816	832	America/New_York	41.40005	-82.80852	194	Castalia,Cestalia,Cold Creek,Cold Spring,Margaretta		OH	043	47572	
5149438	Cecil	cecil	US	15321	185	America/New_York	41.21866	-84.60218	220			OH	125	19176	
5149451	Cedar Creek	cedar-creek	US	68016	0	America/New_York	41.59949	-83.43132	184			OH	173	41328	
5149469	Cedar Park	cedar-park	US	78613	0	America/New_York	41.16284	-80.64313	333			OH	155	43344	
5149470	Cedar Point	cedar-point	US	61316	0	America/New_York	41.48005	-82.6824	176	Cedar Piont,Cedar Point		OH	043	70380	
5149493	Celina	celina	US	38551	10387	America/New_York	40.54894	-84.57023	267	Sehlina,Selajna,Selina,slyna  awhayw,sylyna,Селајна,Селина,Селіна,Сэлина,سلینا، اوهایو,سيلينا,وین ٹاؤن شپ، مرسر کاؤنٹی، اوہائیو	107	OH	107	38724	
5149515	Centennial	centennial	US	82055	0	America/New_York	41.717	-83.74383	206			OH	095	76025	
5149521	Center	center	US	42214	0	America/New_York	40.06396	-81.52901	316	Center,Centerville,Midway		OH	059	12938	
5149522	Center	center	US	42214	0	America/New_York	41.14228	-83.1577	217			OH	147	16154	
5149526	Cedar Valley	cedar-valley	US	84013	0	America/New_York	40.87228	-82.02459	288	Cedar Run,Cedar Valley,Cedarville		OH	169	14044	
5149595	Centerburg	centerburg	US	43011	2052	America/New_York	40.30451	-82.69628	372	Centerburg,Centerburgh,Centreboro,Centreburg,Centreburgh		OH	083	35462	
5149602	Centerton	centerton	US	72719	0	America/New_York	41.08339	-82.75324	271	Centerton,Centreton		OH	077	57358	
5149605	Centerville	centerville	US	02632	0	America/New_York	40.49478	-83.24325	287	Centerville,Centreville		OH	101	64794	
5149606	Centerville	centerville	US	02632	0	America/New_York	40.66839	-82.04098	303	Centerville,Special		OH	169	16224	
5149711	Ceylon	ceylon	US	56121	0	America/New_York	41.37172	-82.49378	186			OH	043	05802	
5149720	Chagrin Falls	chagrin-falls	US	44022	4021	America/New_York	41.43616	-81.3865	306	Chagrin,Chagrin Falls,Chagrine,Chagrine Falls,Charlton,Shagrin Fols,shaghrn fwlz,Шагрин Фолс,شاغرن فولز		OH	035	13372	
5149765	Champion	champion	US	15622	0	America/New_York	41.71477	-83.93328	220			OH	051	01728	
5149766	Champion	champion	US	15622	0	America/New_York	41.30006	-80.84981	284	Champion,Champion Center,Champion Heights,Champion Station,Mahoning,Sunside		OH	155	13470	
5149777	Chandler	chandler	US	47610	0	America/New_York	40.30785	-80.80425	311	Boston,Chandler		OH	081	82180	
5149811	Chambersburg	chambersburg	US	17201	0	America/New_York	40.78756	-81.03176	391	Chamberburg,Chambersburg,New Chambersburg,New Chambersburgh		OH	029	82852	
5149818	Chardon	chardon	US	44024	5148	America/New_York	41.61422	-81.14899	396	Chardon,Chardon Center,Chardon Centre,Chardon Village,shardwn  awhayw,tshardn,Чардон,تشاردن,شاردون، اوهایو	055	OH	055	32914	
5149852	Charlestown	charlestown	US	02129	0	America/New_York	41.16311	-81.14788	353	Charleston,Charleston Centre,Charlestown,Charlestown Center,Hinckley		OH	133	13610	
5149864	Charm	charm	US	44617	0	America/New_York	40.50673	-81.78486	318	Charm,Putschtown		OH	075	15280	
5149866	Chase	chase	US	21027	0	America/New_York	41.07311	-83.70882	240			OH	063	43148	
5149874	Chatfield	chatfield	US	44825	189	America/New_York	40.95033	-82.94491	299	Chatfield,Richville		OH	033	13708	
5149878	Chatham	chatham	US	02633	0	America/New_York	40.15756	-82.45349	287	Chatham,Harrisburgh,Newton,Newton Mills,Newtons Mills,Norman		OH	089	55580	
5149879	Chatham	chatham	US	02633	0	America/New_York	41.0995	-82.02431	328	Chatam Centre Centre,Chatham,Chatham Center		OH	103	13750	
5149885	Chattanooga	chattanooga	US	37401	0	America/New_York	40.63699	-84.78496	255			OH	107	43260	
5149889	Cherokee	cherokee	US	28719	0	America/New_York	40.43783	-83.79243	348			OH	091	45682	
5149907	Cherry Valley	cherry-valley	US	01611	0	America/New_York	41.60672	-80.6673	319	Cherry Valley,Cherry Valley Centre,Cherryvalley		OH	007	13890	
5149908	Cherry Valley	cherry-valley	US	01611	0	America/New_York	40.30201	-80.87981	325			OH	067	31766	
5149918	Cheshire	cheshire	US	01225	58	America/New_York	40.23867	-82.96324	274	Cheshire,Constantia		OH	041	05788	
5149937	Chesterland	chesterland	US	44026	2521	America/New_York	41.52227	-81.33789	370	Chester,Chester Cross Roads,Chester Roads,Chesterland,Cross Roads,Hudsons Corner		OH	055	13988	
5149940	Chesterville	chesterville	US	43317	230	America/New_York	40.48006	-82.68351	349	Chestervil,Chesterville,Miles Cross Roads,tshstrfyl,Честервил,تشسترفيل		OH	117	14030	
5149982	Chickasaw	chickasaw	US	45826	301	America/New_York	40.43699	-84.49329	287			OH	107	47782	
5149996	Chili	chili	US	54420	0	America/New_York	40.37396	-81.75402	244			OH	031	19218	
5150016	Chippewa Lake	chippewa-lake	US	44215	720	America/New_York	41.06978	-81.90097	311	Briarwood Beach,Chippewa Lake,Chippewa-on-the-Lake		OH	103	14254	
5150132	Christiansburg	christiansburg	US	24068	504	America/New_York	40.05533	-84.02605	340	Addison,Christainburg,Christainsburg,Christianburg,Christiansburg,Christiansburgh		OH	021	37702	
5150383	Claiborne	claiborne	US	21624	0	America/New_York	40.38811	-83.34909	299	Claiborne,Claibourne,Clairborne		OH	159	15112	
5150392	Claremont	claremont	US	03743	0	America/New_York	40.04729	-80.85759	261			OH	013	66628	
5150408	Clark	clark	US	07066	0	America/New_York	40.44895	-81.90236	254	Bloomfield,Clark,Clarks,Clarks Cross Roads		OH	075	48692	
5150409	Clark	clark	US	07066	0	America/New_York	40.0131	-84.72412	333	Clark,Clark Station,Noggle		OH	037	43092	
5150442	Clarks	clarks	US	68628	0	America/New_York	41.58755	-81.21149	373	Clarks,Clarks Corners,Clarks Crossing,Hendryx Settlement		OH	055	13554	
5150449	Clarkson	clarkson	US	14430	0	America/New_York	40.74701	-80.6134	360	Clarkson,Clarkston		OH	029	49784	
5150460	Clay Center	clay-center	US	43408	283	America/New_York	41.56338	-83.36187	186			OH	123	01322	
5150487	Clayton	clayton	US	08312	0	America/New_York	40.15088	-84.3755	283	Clayton,North Clayton		OH	109	54138	
5150529	Cleveland	cleveland	US	13042	388072	America/New_York	41.4995	-81.69541	199	CLE,Cleaveland,Cleveland,Forest City,Klevalehnd,Klevlando,Kliulend,Klivelant,Klivland,Klivlandas,Klivlend,Klivlenda,Klīvlenda,ka fu lan,ke li fu lan,keullibeullaendeu,kilivlant,klebhilyanda,klivhalanda,klyfland,klywlnd,kuriburando,qlyblnd,Κλίβελαντ,Клевалэнд,Кливланд,Кливленд,Клівленд,Кліўленд,Քլիվլենդ,קליבלנד,קליוולאנד,كليفلاند,کلیولند,کلیولینڈ، اوہائیو,क्लीव्हलंड,ক্লেভিল্যান্ড,கிளீவ்லன்ட்,คลีฟแลนด์,კლივლენდი,クリーブランド,克利夫兰,克里夫蘭,卡夫蘭,클리블랜드	035	OH	035	16000	
5150595	Climax	climax	US	12042	0	America/New_York	40.63061	-82.88796	315			OH	117	11248	
5150599	Clinton	clinton	US	01510	0	America/New_York	40.04062	-82.96074	268	Clinton,Clintonville		OH	049	16112	
5150600	Clinton	clinton	US	01510	1214	America/New_York	40.92672	-81.6304	288	Clinton,Klinton,Oradeen,Orradeen,Pumroy,Savanna,Savannah,Клинтон		OH	153	16182	
5150635	Cloverdale	cloverdale	US	24077	165	America/New_York	41.02088	-84.30439	219	Cloverdale,Cloverdale Station,Drucilla,Drusilla,Evansport,Evansville		OH	137	62036	
5150636	Cloverdale	cloverdale	US	24077	0	America/New_York	41.34144	-83.57382	205			OH	173	64122	
5150651	Clyde	clyde	US	14433	6260	America/New_York	41.30422	-82.97519	212	Bang All,Centreville,Clyde,Hamers Corners,Hamersville,Klajd,klayd,klayd  awhayw,Клайд,Клајд,كلايد,کلاید، اوهایو		OH	143	16308	
5150672	Coalport	coalport	US	16627	0	America/New_York	40.28285	-81.61234	259			OH	157	59304	
5150716	Colby	colby	US	54421	0	America/New_York	41.26339	-82.9463	238			OH	143	87080	
5150725	Coldwater	coldwater	US	38618	4487	America/New_York	40.47977	-84.62829	278	Buzzards Glory,Cold Water,Coldwater,Franktown		OH	107	10604	
5150739	Colebrook	colebrook	US	03576	0	America/New_York	41.53561	-80.76258	302	Cole Brook,Colebrook,Colebrook Centre,Phelps		OH	007	16560	
5150745	Coleman	coleman	US	33521	0	America/New_York	40.79617	-80.81314	336	Coleman,Colemans		OH	029	12910	
5150781	Colerain	colerain	US	27924	0	America/New_York	40.1259	-80.8087	384	Colerain,Concord,Mauletown		OH	013	16602	
5150783	Collins	collins	US	14034	631	America/New_York	41.25866	-82.49128	267			OH	077	77158	
5150792	Collinwood	collinwood	US	38450	34220	America/New_York	41.55838	-81.56929	192			OH	035	16000	
5150822	Colton	colton	US	13625	0	America/New_York	41.46477	-83.95244	204	Colton,Washington,Washington Station		OH	069	81326	
5150825	Columbia	columbia	US	06237	0	America/New_York	40.78367	-81.52262	294			OH	151	48244	
5150826	Columbia	columbia	US	06237	0	America/New_York	40.57506	-81.50706	281			OH	157	22470	
5150827	Columbia	columbia	US	06237	0	America/New_York	41.63311	-84.78857	300			OH	171	57162	
5150843	Columbia Station	columbia-station	US	44028	0	America/New_York	41.31311	-81.94681	245	Columbia,Columbia Station		OH	093	16910	
5150851	Columbiana	columbiana	US	35051	6291	America/New_York	40.88839	-80.69396	353	Columbiana,Dixonville,Kolambijana,Kolumbiana,klmbyana  awhayw,klwmbyna,Коламбијана,Колумбиана,كلومبينا,کلمبیانا، اوهایو		OH	029	25998	
5150868	Columbus Grove	columbus-grove	US	45830	2063	America/New_York	40.9195	-84.05689	236	Columbus Grove,Pleasant		OH	137	63380	
5150926	Concord	concord	US	01742	0	America/New_York	40.08616	-84.57857	316			OH	037	32354	
5150927	Concord	concord	US	01742	0	America/New_York	41.67449	-81.22455	268	Concord,Concord Center,Wilsons Corners		OH	085	18196	
5150928	Concord	concord	US	01742	0	America/New_York	40.14312	-82.63795	341			OH	089	43232	
5150961	Conesville	conesville	US	43811	346	America/New_York	40.18396	-81.89097	227			OH	031	28252	
5150971	Congress	congress	US	85332	186	America/New_York	40.92589	-82.05293	354	Congress,Congress Village,Waynesburg		OH	169	18322	
5150986	Conneaut	conneaut	US	44030	12712	America/New_York	41.94756	-80.55424	197	Connaut,Conneaught,Conneaut,Koniot,Konniut,Lakeville,Port Independence,Salem,Stow Castle,kwnawt  awhayw,kwnw,Кониот,Конниут,كونو,کوناوت، اوهایو		OH	007	18350	
5151012	Conover	conover	US	28613	0	America/New_York	40.13533	-84.04633	344			OH	109	09498	
5151057	Continental	continental	US	45831	1119	America/New_York	41.10033	-84.26634	220	Continental,Marice,Marice City		OH	137	51562	
5151063	Converse	converse	US	29329	0	America/New_York	40.7431	-84.41634	249	Centerville,Converse,Five Points,Lick Skillet		OH	161	38990	
5151070	Convoy	convoy	US	45832	1068	America/New_York	40.91672	-84.70274	239	Convoy,East Tully,Tully		OH	161	77756	
5151099	Cooper	cooper	US	50059	0	America/New_York	41.16894	-82.97686	253			OH	147	71024	
5151140	Corinth	corinth	US	04427	0	America/New_York	41.39867	-80.62285	302			OH	155	39298	
5151174	Cortland	cortland	US	13045	6927	America/New_York	41.33033	-80.72536	312	Baconsburg,Baconsburgh,Cortland,Leroy		OH	155	18812	
5151186	Coshocton	coshocton	US	43812	11121	America/New_York	40.27202	-81.85958	235	Bullets Town,Coshocton,Delaware Town,Forks of Muskingum,Goschachgunk,Koschachkink,Koshokton,Tuscarawas,Tuscurawa,Tuskarawa,kwshaktn  awhayw,kwshwktwn,Кошоктон,كوشوكتون,کوشاکتن، اوهایو	031	OH	031	18868	
5151204	Cosmos	cosmos	US	56228	0	America/New_York	40.26727	-84.77941	313			OH	037	50960	
5151213	Cottage Grove	cottage-grove	US	38224	0	America/New_York	40.98867	-81.51206	320			OH	153	19036	
5151226	Coulter	coulter	US	50431	0	America/New_York	40.69256	-82.34405	310			OH	139	51576	
5151278	Covington	covington	US	16917	2625	America/New_York	40.11727	-84.35384	284	Covington,Fort Buchanan,Fort Rowdy,Friendship,New Jefferson,Newberry,Newburg,Newbury,Redman,Stillwater		OH	109	54138	
5151316	Craig	craig	US	64437	0	America/New_York	40.02368	-81.51734	265			OH	059	12938	
5151366	Crawford	crawford	US	26343	0	America/New_York	40.30146	-80.9876	385	Crawford,Crawfords		OH	067	02358	
5151367	Crawford	crawford	US	26343	0	America/New_York	40.91978	-83.34214	247	Crawford,Crawfordsville		OH	175	19246	
5151401	Crescent	crescent	US	15046	0	America/New_York	40.12007	-80.85953	247	Crescent,Crescent View,Kidd		OH	013	16602	
5151406	Crestline	crestline	US	44827	4438	America/New_York	40.78756	-82.73657	348	Crest Line,Crestline,Livingston,Livingstone,North Livingston,Vernon Station		OH	033		
5151415	Creston	creston	US	26141	2181	America/New_York	40.987	-81.89375	302	Creston,Jackson,Old Hickory,Pike Station,Pikes Station,Saville,Seville Station,Sink Hole		OH	169	11276	
5151508	Croswell	croswell	US	48422	0	America/New_York	41.02088	-84.19772	220	Crosswell,Croswell		OH	137	32228	
5151509	Croton	croton	US	43013	451	America/New_York	40.23867	-82.69239	356	Croton,Hartford		OH	089	34188	
5151520	Crossroads	crossroads	US	88114	0	America/New_York	40.727	-81.57373	331			OH	151	75208	
5154811	Forest Park	forest-park	US	30297	0	America/New_York	41.54477	-83.37882	190			OH	123	15546	
5151549	Crystal Springs	crystal-springs	US	33524	0	America/New_York	40.84922	-81.53429	290	Crystal Springs,Milburn,Millburn,Millport		OH	151	38094	
5151552	Cuba	cuba	US	14727	0	America/New_York	41.05338	-84.19828	220	Cuba,Sheridan		OH	137	32228	
5151587	Curtice	curtice	US	43412	1526	America/New_York	41.61838	-83.36771	181			OH	123	01322	
5151597	Custar	custar	US	43511	183	America/New_York	41.28477	-83.84438	211	Custar,Lewisburg		OH	173	50680	
5151613	Cuyahoga Falls	cuyahoga-falls	US	44221	49146	America/New_York	41.13394	-81.48456	312	Kajakhoga Fols,Kajakhoga-Fols,Kuakhoga Fols,kaieohogapolseu,kayahogaforuzu,kwyahwga fals  awhayw,kwyahwgha fwlz,Каяхога-Фолс,Кајахога Фолс,Куахога Фолс,كوياهوغا فولز,کواہوگا فالز، اوہائیو,کویاهوگا فالس، اوهایو,カヤホガフォールズ,카이어호가폴스		OH	153	19778	
5151633	Cygnet	cygnet	US	43413	617	America/New_York	41.24005	-83.64327	215	Cygnet,Pleasant View		OH	173	07020	
5151660	Dalton	dalton	US	01226	1850	America/New_York	40.79894	-81.69541	336	Dalton,Dover,Middletown,Moscow,Sharon,Далтон		OH	169	75231	
5151663	Damascus	damascus	US	18415	443	America/New_York	40.902	-80.95509	369	Damascoville,Damascus		OH	099	31038	
5151677	Danbury	danbury	US	03230	0	America/New_York	41.49922	-82.83019	176	Danbury,Danbury Station,Marble Head,Marblehead Junction		OH	123	20058	
5151688	Danville	danville	US	03819	1018	America/New_York	40.44756	-82.26016	303	Buckeye,Danville,Rossville		OH	083	78358	
5151716	Darlington	darlington	US	16115	0	America/New_York	40.58645	-82.60461	408	Darlington,Hagerstown,Hagersville		OH	139	62050	
5151743	Davis	davis	US	26260	0	America/New_York	41.08256	-81.01231	300			OH	133	59668	
5151763	Dawn	dawn	US	64638	0	America/New_York	40.21699	-84.57884	310	Dawn,Edow,Nevada		OH	037	66656	
5151767	Dawson	dawson	US	15428	0	America/New_York	40.2606	-84.31967	286	Dason,Dawson,Patrick Station		OH	149	44884	
5151775	De Graff	de-graff	US	43318	1263	America/New_York	40.312	-83.91577	305	De Graff,De Graft,DeGraff,Degraff,Degraft		OH	091	49378	
5151784	DeForest	deforest	US	53532	0	America/New_York	41.20284	-80.77953	287	DeForest,Deforest		OH	155	82446	
5151849	Deerfield	deerfield	US	01342	0	America/New_York	41.0245	-81.05009	326	Deerfield,Deerfield Center,Deerfield Centre,Derrfield		OH	133	21210	
5151854	Deersville	deersville	US	44693	78	America/New_York	40.30757	-81.18649	376			OH	067	28308	
5151861	Defiance	defiance	US	16633	16776	America/New_York	41.28449	-84.35578	206	Au Glaize,DFI,Defajans,Defiance,Defians,Ensawacosa,Fort Defiance,Fort Miamis,Fort Winchester,Grand Glaize,Miami Fort,Miamis Fort,Tuendawie,Twendiawie,Winchester,dfyans  awhayw,difaiansu,dyfayns,Дефајанс,Дефианс,دفیانس، اوهایو,ديفاينس,ディファイアンス	039	OH	039	21322	
5151887	Dekalb	dekalb	US	60115	0	America/New_York	40.89256	-82.77268	329	De Kalb,De Kolb,DeKalb,Dekalb		OH	033	79786	
5151891	Delaware	delaware	US	07833	37995	America/New_York	40.29867	-83.06797	265	Delavarskij,Delaver,Delaware,Millville,derau~ea,dlawar  awhayw,dylawyr,Делаварский,Делавер,دلاوار، اوهایو,ديلاوير,デラウェア	041	OH	041	21469	
5151934	Dellroy	dellroy	US	44620	346	America/New_York	40.55451	-81.19955	292	Cannonsburg,Dell Roy,Dell Royal,Dellroy,Delroy,Leavitt		OH	019	51324	
5151939	Delphi	delphi	US	46923	0	America/New_York	41.03117	-82.60767	317	Delphi,Ripley,Ripleyville		OH	077	67300	
5151941	Delphos	delphos	US	45833	7023	America/New_York	40.84338	-84.34162	236	Bredeick,Dehlfos,Delfos,Delphos,East Bredeick,Howard,Howard Town,Section Ten,West Bredeick,dlfws,dlphws  awhayw,Делфос,Дэлфос,دلفوس,دلپهوس، اوهایو		OH	161	81676	
5151948	Delta	delta	US	17314	3121	America/New_York	41.57366	-84.00522	220	Delta,Fingerville,Greensprings,Slab Shanty,Tadmore,Tadpole		OH	051	87024	
5151981	Denmark	denmark	US	04022	0	America/New_York	40.58673	-82.91796	310	Denmark,Marits,Merrits		OH	117	11248	
5151993	Dennison	dennison	US	44621	2640	America/New_York	40.3934	-81.33372	264	Denison,Dennison		OH	157	50232	
5152006	Denver	denver	US	12421	0	America/New_York	41.18311	-83.70743	218			OH	173	34986	
5152007	Depew	depew	US	14043	0	America/New_York	40.23283	-84.11522	326	De Pew,Depew,Heckleburney		OH	149	58660	
5152017	Deshler	deshler	US	43516	1781	America/New_York	41.20755	-83.89911	216			OH	069	04052	
5152052	Deweyville	deweyville	US	77614	0	America/New_York	41.13172	-83.81994	224	Dewayville,Deweyville,Dewyville		OH	063	63268	
5152058	Diamond	diamond	US	44412	0	America/New_York	41.09895	-81.02287	302	Diamond,Palmyra,Palmyra Station,Williamsburg		OH	133	59668	
5152098	Dillonvale	dillonvale	US	43917	638	America/New_York	40.19646	-80.77508	224	Annadelphia,Dillon,Dillonvale,Dillonville		OH	081	52990	
5152124	Dixon	dixon	US	42409	0	America/Indiana/Indianapolis	40.9506	-84.80441	241			OH	161		
5152125	Dixon	dixon	US	42409	0	America/New_York	41.60699	-83.45465	184			OH	173	57190	
5152149	Dodgeville	dodgeville	US	49921	0	America/New_York	41.58561	-80.79675	278			OH	007	54964	
5152168	Dola	dola	US	45835	140	America/New_York	40.78311	-83.69271	288	Dola,Mount Washington,North Washington,Washington		OH	065	81298	
5152211	Dorset	dorset	US	05251	0	America/New_York	41.68033	-80.6673	299	Dorset,Dorset Centre,Millsford		OH	007	22344	
5152243	Dover	dover	US	02030	12899	America/New_York	40.52062	-81.47401	268	Canal Dover,Canal Dover Village,Dovehr,Dover,dwfr,dwwr  awhayw,Довер,Довэр,دوفر,دوور، اوهایو,ڈوور، اوہائیو		OH	157	22456	
5152273	Dowling	dowling	US	49050	0	America/New_York	41.47839	-83.59354	204	Dowling,Dowling Station		OH	173	62162	
5152278	Doylestown	doylestown	US	18901	3075	America/New_York	40.97005	-81.69652	381	Chippewa,Chippeway,Chuppewa,Doyleston,Doylestown		OH	169	14240	
5152282	Drake	drake	US	42128	0	America/New_York	40.0209	-81.99236	245			OH	119	53438	
5152291	Dresden	dresden	US	04342	1706	America/New_York	40.12146	-82.01069	226	Dresden,Dresden  USA,drysdn,Дресден,دريسدن		OH	119	38752	
5152297	Driftwood	driftwood	US	15832	0	America/New_York	41.85283	-81.00232	178			OH	085	46494	
5152298	Driftwood	driftwood	US	15832	0	America/New_York	41.74615	-81.30622	187			OH	085	49056	
5152309	Douglas	douglas	US	01516	0	America/New_York	40.94227	-84.30078	227	Douglas,Douglass		OH	137	38024	
5152323	Dry Run	dry-run	US	17220	0	America/New_York	40.63673	-80.53507	217	Dry Run,Dry Run Station		OH	029	23730	
5152333	Dublin	dublin	US	03444	45098	America/New_York	40.09923	-83.11408	253	Dablin,Dublin,Dublinas,daburin,dbln,deobeullin,dwblyn  awhayw,Даблин,Дублин,دبلن,دوبلین، اوهایو,ڈبلن، اوہائیو,ダブリン,더블린		OH	049	22694	
5152334	Dublin	dublin	US	03444	0	America/New_York	41.00311	-80.78564	364			OH	099	11374	
5152386	Dunbridge	dunbridge	US	43414	0	America/New_York	41.45811	-83.61021	201	Donbridge,Dunbridge,Dunbridge Station		OH	173	49812	
5152393	Dundee	dundee	US	14837	297	America/New_York	40.58673	-81.60818	314			OH	157	82292	
5152398	Dungannon	dungannon	US	24245	0	America/New_York	40.73423	-80.8787	342	Cungannon,Dungannon,Dunganon,Painted Post		OH	029	33264	
5152413	Dunkirk	dunkirk	US	14048	862	America/New_York	40.78922	-83.64326	288			OH	065	06866	
5152429	Dupont	dupont	US	45837	308	America/New_York	41.05644	-84.30439	221			OH	137	62036	
5152432	Durbin	durbin	US	26264	0	America/New_York	40.56005	-84.70829	265			OH	107	43260	
5152462	Dutchtown	dutchtown	US	63745	0	America/New_York	40.61673	-81.36789	310			OH	157	70443	
5152503	Eagleville	eagleville	US	19408	0	America/New_York	41.71672	-80.83592	248	Eaglesville,Eagleville		OH	007	03156	
5152504	Eagleville	eagleville	US	19408	0	America/New_York	41.19727	-83.55521	224	Bloom,Eagleville,Ted		OH	173	07020	
5152511	Earlville	earlville	US	13332	0	America/New_York	41.18756	-81.34705	332	Earlville,Earlville Station,Hugo		OH	133	28392	
5152574	East Brookfield	east-brookfield	US	01515	0	America/New_York	40.79534	-81.55484	329			OH	151	48244	
5152579	East Canton	east-canton	US	44730	1600	America/New_York	40.78728	-81.28261	355	East Canton,Osnaburg,Osnaburgh		OH	151	58926	
5152595	East Claridon	east-claridon	US	44033	0	America/New_York	41.53255	-81.11565	372	East Claridan,East Claridon		OH	055	15168	
5152635	East Fairfield	east-fairfield	US	05448	0	America/New_York	40.82201	-80.63618	375	East Fairfield,Fairfield,Heston		OH	029	25998	
5152665	East Greenville	east-greenville	US	18041	0	America/New_York	40.7995	-81.63151	354	East Greenville,Greenville		OH	151	48244	
5152697	East Liberty	east-liberty	US	43319	0	America/New_York	40.32673	-82.8174	332			OH	041	64178	
5152698	East Liberty	east-liberty	US	43319	366	America/New_York	40.33117	-83.58243	346	Carwoods Mills,East Liberty,Garwoods Mill,Garwoods Mills		OH	091	61938	
5152699	East Liberty	east-liberty	US	43319	0	America/New_York	40.97506	-81.49289	331	East Liberty,Summit,Summitville		OH	153		
5152709	East Liverpool	east-liverpool	US	43920	10846	America/New_York	40.61868	-80.57729	234	Crockery City,East Liverpool,Fawcetts Town,Fawcettstown,Ist Liverpul,Ist Liverpul',Liverpool,Pottery Center of America,Saint Clair,ayst lyfrbwl,lywrpwl shrqy  awhayw,Ист Ливерпул,Ист Ливерпуль,إيست ليفربول,لیورپول شرقی، اوهایو		OH	029	23730	
5152766	East Rochester	east-rochester	US	14445	231	America/New_York	40.74617	-81.03509	333	East Rochester,Emmons Cross Roads,Emmons Crossroads,Rochester		OH	029	82852	
5152780	East Sparta	east-sparta	US	44626	804	America/New_York	40.66728	-81.35483	296	East Sparta,Pierce,Sparta,Sparta Station		OH	151	62694	
5152786	East Springfield	east-springfield	US	13333	0	America/New_York	40.45062	-80.86036	386	East Springfield,Gillis Town,Springfield		OH	081	69876	
5152794	East Palestine	east-palestine	US	44413	4576	America/New_York	40.83395	-80.54035	305	East Palestine,Mechanicsburg,Palestine		OH	029	78890	
5152833	Eastlake	eastlake	US	44095	18232	America/New_York	41.65394	-81.45039	189	Eastlake,Eastlake City,Istlehjk,Istlejk,ayst lyk,Истлејк,Истлэйк,ايست ليك,ایست‌لیک، اوهایو		OH	085	23618	
5152843	Easton	easton	US	02334	0	America/New_York	40.0359	-81.42928	290			OH	059	85708	
5152844	Easton	easton	US	02334	0	America/New_York	40.95255	-81.73541	297	Doylestown Station,Easton,Easton Station,Slangerville,Slankerville		OH	169	14240	
5152848	Eastport	eastport	US	04631	0	America/New_York	40.4259	-81.35317	264	East Port,Eastport		OH	157	50232	
5152865	Eaton	eaton	US	13334	0	America/New_York	41.31394	-82.0207	242	Eaton,North Eaton,North Eaton Station		OH	093	24220	
5152896	Echo	echo	US	56237	0	America/New_York	40.03591	-80.8287	232	Echo,Eckles		OH	013	64962	
5152909	Eckley	eckley	US	80727	0	America/New_York	40.62117	-81.02315	337			OH	019	81116	
5152910	Eckley	eckley	US	80727	0	America/New_York	41.56366	-84.24939	226			OH	051	29876	
5152930	Edenville	edenville	US	48620	0	America/New_York	40.81978	-83.15964	280			OH	175	24360	
5152933	Edgefield	edgefield	US	29824	0	America/New_York	40.83895	-81.38678	355			OH	151	12000	
5152935	Edgerton	edgerton	US	43517	1982	America/New_York	41.44866	-84.74801	256			OH	171	69638	
5152947	Edgewood	edgewood	US	21040	4432	America/New_York	41.87283	-80.77286	208	East Village,Edgewood		OH	007	02652	
5152958	Edinburg	edinburg	US	16116	0	America/New_York	41.09978	-81.14593	360	Eddenburg,Eddysburg,Edenburg,Edinburg,Edinburg Center,Edinburgh,Edinburgh Center,Edingburg		OH	133	24584	
5152964	Edinburgh	edinburgh	US	46124	0	America/New_York	40.75533	-81.84403	308			OH	169	24136	
5152966	Edison	edison	US	08817	435	America/New_York	40.55756	-82.8624	324	Edison,Ehdison,Gildead Station,Gilead Station,Levering,Эдисон		OH	117	30128	
5152986	Edon	edon	US	43518	818	America/New_York	41.55644	-84.76885	274	Eden,Edon,Mudsock,Weston		OH	171	27530	
5153018	Egypt	egypt	US	72427	0	America/New_York	40.3856	-84.43301	296			OH	011	37674	
5153019	Egypt	egypt	US	72427	0	America/New_York	40.08507	-81.12788	284	Egypt,New Egypt		OH	013	40600	
5153062	Elgin	elgin	US	16413	56	America/New_York	40.74255	-84.47579	248	Elgin,Yorktown		OH	161	87136	
5153068	Elida	elida	US	88116	1858	America/New_York	40.78866	-84.20384	244	Danberry,Elida		OH	003	01756	
5153085	Elizabethtown	elizabethtown	US	12932	0	America/New_York	40.0359	-81.40651	287			OH	059	85708	
5153100	Elkton	elkton	US	21921	0	America/New_York	40.76201	-80.69869	272	Elkrun,Elkton		OH	029	24906	
5153126	Ellis	ellis	US	67637	0	America/New_York	40.04618	-81.98291	230			OH	119	53438	
5153142	Ellsworth	ellsworth	US	04605	0	America/New_York	41.02423	-80.85731	320	Ellsworth,Ellsworth Center,Elsworth		OH	099	25088	
5153174	Elmira	elmira	US	14901	0	America/New_York	41.57922	-84.30828	219			OH	051	29876	
5153177	Elmore	elmore	US	36025	1393	America/New_York	41.47616	-83.29576	184			OH	123	33726	
5153184	Elmwood	elmwood	US	02337	0	America/New_York	41.81172	-80.94926	199			OH	007	29624	
5153196	Elroy	elroy	US	53929	0	America/New_York	40.20644	-84.7094	315	Ellroy Siding,Elroy		OH	037	37758	
5153200	Elton	elton	US	15934	0	America/New_York	40.72867	-81.61624	322			OH	151	75208	
5153207	Elyria	elyria	US	44035	53775	America/New_York	41.36838	-82.10765	218	Ehlajria,Ehlirija,Elirija,alyrya,alyrya  awhayw,eriria,yi li li ya,Елирија,Элайриа,Элирия,إليريا,الیریا، اوهایو,ایلیریا، اوہائیو,エリリア,伊利里亞	093	OH	093	25256	
5153248	Emerson	emerson	US	07630	0	America/New_York	40.17757	-80.82286	364	Emerson,New Trenton,Trenton		OH	081	52990	
5153251	Elliston	elliston	US	24087	0	America/New_York	41.54755	-83.2802	183			OH	123	05620	
5153299	Empire	empire	US	35063	283	America/New_York	40.50757	-80.62396	208	Empire,Empire City,McCays,McCoys,McCoys Station,Olive City,Shanghai,Stumptown		OH	081	40866	
5153309	England	england	US	72046	0	America/New_York	40.84033	-82.23933	301	England,England Station		OH	005	51688	
5153338	Epworth	epworth	US	30541	0	America/New_York	40.84922	-82.46489	342			OH	139	82628	
5153402	Essex	essex	US	01929	0	America/New_York	40.48256	-83.31575	288	Essex,Rush Creek,Rushcreek		OH	159	38108	
5153420	Euclid	euclid	US	44117	47676	America/New_York	41.5931	-81.52679	188	East Euclid,Ehuklid,Euclid,Euclid Creek,Euclid Station,Euclid Village,Evklid,Juklid,awklyd  awhayw,ywklyd,Јуклид,Евклид,Эуклид,Юклид,اوکلید، اوهایو,ایوکلڈ، اوہائیو,يوكليد		OH	035	25704	
5153451	Eureka	eureka	US	48833	0	America/New_York	40.91478	-80.67952	338			OH	099	04668	
5153502	Evansport	evansport	US	43519	0	America/New_York	41.42616	-84.39634	212			OH	039	76772	
5153505	Evansville	evansville	US	47701	0	America/New_York	41.15589	-80.76286	282			OH	155	82446	
5153512	Everett	everett	US	02149	0	America/New_York	41.2045	-81.57234	221	Everett,Everett Station,Johnny Cake Lock,Jonny Cake Lock,Unionville		OH	153	07776	
5153569	Fairdale	fairdale	US	25839	0	America/New_York	40.01479	-81.62068	262			OH	059	11003	
5153572	Fairfield	fairfield	US	04937	0	America/New_York	40.44007	-80.81453	384	Fairfield,Roberts		OH	081	69876	
5153587	Fairhope	fairhope	US	15538	0	America/New_York	40.82895	-81.29872	333			OH	151	55944	
5153592	Fairlawn	fairlawn	US	44334	7413	America/New_York	41.12783	-81.60984	308			OH	153	26166	
5153605	Fairmont	fairmont	US	26554	0	America/New_York	40.01341	-81.56373	250			OH	059	11003	
5153607	Fairmount	fairmount	US	30139	0	America/New_York	41.51589	-81.56929	257			OH	035	16014	
5153627	Fairplay	fairplay	US	21733	0	America/New_York	40.36285	-80.81592	302	Bloomfield Station,Fair Play,Fairplay		OH	081	82180	
5153628	Fairpoint	fairpoint	US	43927	0	America/New_York	40.12035	-80.93287	290	Fair Point,Fairpoint,Fairport		OH	013	84602	
5153639	Fairview	fairview	US	07022	82	America/New_York	40.05701	-81.23289	374			OH	059	59290	
5153671	Fairview Heights	fairview-heights	US	62208	0	America/New_York	40.46173	-80.61785	357			OH	081	37534	
5153773	Fallsburg	fallsburg	US	12733	0	America/New_York	40.20285	-82.23598	302	Fallsburg,Fallsburgh,Fallsbury		OH	089	26530	
5153786	Fargo	fargo	US	31631	0	America/New_York	40.35812	-82.83129	329	Fargo,Morgans Corners,Olmsteadville		OH	117	05508	
5153795	Farmdale	farmdale	US	44417	0	America/New_York	41.437	-80.60813	285	Farmdale,Kinsman Station		OH	155	40502	
5153798	Farmer	farmer	US	43520	0	America/New_York	41.38311	-84.63051	228	Farmer,Farmer Center,Farmer Centre,Farmers Centre		OH	039	26614	
5153808	Farmington	farmington	US	03835	0	America/New_York	40.10868	-80.82286	343	Cope,Farmington		OH	013	16602	
5153809	Farmington	farmington	US	03835	0	America/New_York	41.39061	-80.95454	258	Farmington,Farmington Center,Farmington Centre		OH	155	26684	
5153813	Farnham	farnham	US	14061	0	America/New_York	41.90033	-80.57174	255	Farnham,South Ridge		OH	007	18350	
5153839	Fayette	fayette	US	13065	1268	America/New_York	41.67338	-84.32689	241	Fayette,Forham,Goram,Gorham		OH	051	30940	
5153886	Ferndale	ferndale	US	12734	0	America/New_York	41.71672	-83.59994	190			OH	095	77000	
5153889	Fernwood	fernwood	US	39635	0	America/New_York	40.33424	-80.70758	256	Fernwood,Holmes Mill,Smithfield Station		OH	081	19484	
5153924	Findlay	findlay	US	45839	41149	America/New_York	41.04422	-83.64993	237	FDY,Fajndlehj,Findli,findore,fndly,fyndlay  awhayw,pindeullei,Файндлэй,Финдли,Фіндлі,فندلي,فیندلای، اوهایو,フィンドレー,핀들레이	063	OH	063	27048	
5154587	Fish Creek	fish-creek	US	54212	0	America/New_York	41.15561	-81.40205	323			OH	153	74944	
5154601	Fishersville	fishersville	US	22939	0	America/New_York	40.35062	-80.62535	221			OH	081	74608	
5154630	Five Points	five-points	US	36855	0	America/New_York	40.822	-82.39322	328	Five Points,Milton		OH	005	50610	
5154631	Five Points	five-points	US	36855	0	America/New_York	40.10089	-83.54381	337			OH	021	30982	
5154632	Five Points	five-points	US	36855	0	America/New_York	41.55311	-81.5754	193			OH	035	16000	
5154633	Five Points	five-points	US	36855	0	America/New_York	41.68699	-81.17566	288	Five Points,Weeds Corners		OH	085	42812	
5154634	Five Points	five-points	US	36855	0	America/New_York	40.95867	-80.6423	340			OH	099	04668	
5154635	Five Points	five-points	US	36855	0	America/New_York	41.31144	-80.51896	316			OH	155		
5154636	Five Points	five-points	US	36855	0	America/New_York	40.87367	-81.84236	342			OH	169	31878	
5154665	Flat Rock	flat-rock	US	28731	233	America/New_York	41.23589	-82.86019	243	Flat Rock,Flatrock,Lewisville		OH	147	76632	
5154687	Fletcher	fletcher	US	28732	480	America/New_York	40.14478	-84.11244	318			OH	109	09498	
5154701	Flint	flint	US	48501	0	America/New_York	40.12729	-83.00574	282			OH	049	18000	
5154704	Flint Hill	flint-hill	US	22627	0	America/New_York	41.07284	-80.64646	333			OH	099	88000	
5154710	Florence	florence	US	01062	0	America/New_York	40.11952	-80.71536	203	Burlington,Don,Florence		OH	013	61378	
5154711	Florence	florence	US	01062	0	America/New_York	41.32338	-82.41378	250	Ashmont,Florence,Florence Corners,Jessup		OH	043	27482	
5154730	Flushing	flushing	US	11351	863	America/New_York	40.14951	-81.06621	391	Flushing,Flushingtown		OH	013	27566	
5154754	Footville	footville	US	53537	0	America/New_York	41.66172	-80.97815	317			OH	007	77686	
5154770	Forest	forest	US	24551	1441	America/New_York	40.80172	-83.51048	284			OH	065	37814	
5154784	Forest Hill	forest-hill	US	21050	0	America/New_York	41.09644	-81.49234	315			OH	153	01000	
5154851	Fort Jennings	fort-jennings	US	45844	478	America/New_York	40.90644	-84.29662	227			OH	137	38976	
5154859	Fort Loramie	fort-loramie	US	45845	1491	America/New_York	40.35144	-84.37384	289	Berlin,Fort Loramie,Loramie,Loramies,Loramies Fort,Lorimies,Lormies		OH	149	46172	
5154873	Fort Recovery	fort-recovery	US	45846	1429	America/New_York	40.41282	-84.77635	287	Fort Recovery,Recovery		OH	107	30058	
5154902	Fosterville	fosterville	US	37063	0	America/New_York	41.077	-80.67563	325			OH	099	88000	
5154905	Fostoria	fostoria	US	44830	13167	America/New_York	41.157	-83.41687	238	Fostoria,Fostorija,Risdon,Rome,Stoner,fwstwrya,fwstwrya  awhayw,Фосториа,Фосторија,فوستوريا,فوستوریا، اوهایو		OH	147	28014	
5154947	Four Corners	four-corners	US	82715	0	America/New_York	40.50756	-82.381	380			OH	083	62652	
5154995	Fowler	fowler	US	44418	0	America/New_York	41.31117	-80.65563	348	Fowler,Fowler Center,Westfield		OH	155	28098	
5155061	Franklin	franklin	US	02038	0	America/New_York	40.21396	-81.8818	232			OH	031	28252	
5155100	Franklin Square	franklin-square	US	11010	0	America/New_York	40.85617	-80.79175	323	Franklin,Franklin Square		OH	029	69848	
5155125	Frazeysburg	frazeysburg	US	43822	1322	America/New_York	40.11729	-82.11931	226	Edmunds,Frazersburg,Frazeyburg,Frazeysburg,Frazeysburgh,Knoxville		OH	119	37926	
5155130	Frankfort	frankfort	US	04438	0	America/New_York	41.64394	-83.85633	210	Frankfort,Java		OH	095	73990	
5155133	Fredericksburg	fredericksburg	US	17026	0	America/New_York	41.06728	-80.97704	294	Frederick,Frederickburg,Fredericksburg,Fredericsburg		OH	099	50638	
5155134	Fredericksburg	fredericksburg	US	17026	423	America/New_York	40.67673	-81.87042	296	Fredericksburg,Fredericksburgh,Frederiksburg,Фредериксбург		OH	169	70198	
5155138	Fredericktown	fredericktown	US	15333	0	America/New_York	40.71395	-80.54785	261	Frederickstown,Fredericktown,Saint Clair		OH	029	69512	
5155139	Fredericktown	fredericktown	US	15333	2488	America/New_York	40.48117	-82.54072	335	Frederick,Frederick Station,Frederick Town,Frederickstown,Fredericktown,Frederiktaun,Fredricktown,Kerrs Mills,frydryktawn  awhayw,Фредериктаун,فريدريكتاون، أوهايو		OH	083	28658	
5155149	Fredonia	fredonia	US	14063	0	America/New_York	40.15201	-82.51988	380	Fredonia,Freedonia		OH	089	46116	
5155165	Freeburg	freeburg	US	17827	0	America/New_York	40.83367	-81.14816	393	Freeburg,Freeburgh,Friburg		OH	151	81634	
5163114	Millwood	millwood	US	10546	0	America/New_York	40.39951	-82.27766	284			OH	083	78358	
5155171	Freedom	freedom	US	03836	0	America/New_York	41.23617	-81.14899	357	Freedom,Freedom Center,North Rootstown		OH	133	28742	
5155195	Freeport	freeport	US	04032	358	America/New_York	40.21062	-81.26622	304			OH	067	28812	
5155207	Fremont	fremont	US	03044	16297	America/New_York	41.35033	-83.12186	191	Croghanville,Freemont,Frehmont,Fremont,Frimont,Lower Sandusky,frmwnt  awhayw,frymwnt,peulimonteu,Фримонт,Фрэмонт,فرمونت، اوهایو,فريمونت,فریمونٹ، اوہائیو,프리몬트	143	OH	143	28826	
5155226	Frenchtown	frenchtown	US	08825	0	America/New_York	40.24644	-84.52384	313			OH	037	82152	
5155227	Frenchtown	frenchtown	US	08825	0	America/New_York	41.02894	-83.34353	262	French Town,Frenchtown		OH	147	06432	
5155229	Fresno	fresno	US	43824	140	America/New_York	40.33257	-81.74152	240	Avondale,Boyd's Mills,Boyds Mills,Fresno,Jacktown,Фресно		OH	031	84714	
5155279	Friendsville	friendsville	US	18818	0	America/New_York	41.02728	-81.9657	328	Friendsville,Friendville,Winstons Corners		OH	103	83426	
5155310	Fryburg	fryburg	US	16326	0	America/New_York	40.51505	-84.14884	296	Freyburg,Freyburgh,Fryburg,Fryburgh		OH	011	65018	
5155311	Fryburg	fryburg	US	16326	0	America/New_York	40.61367	-81.82541	337			OH	075	70156	
5155342	Fulton	fulton	US	13069	261	America/New_York	40.46256	-82.82879	338	Fulton,Lincoln,Lincoln Center		OH	117	43680	
5155371	Funk	funk	US	68940	0	America/New_York	40.75311	-82.11626	299	Austen,Austin,Funk,Kauffman Corners		OH	169	62995	
5155405	Galena	galena	US	21635	698	America/New_York	40.21506	-82.8799	281	Galena,Zoar		OH	041	05774	
5155414	Galion	galion	US	44833	10127	America/New_York	40.73367	-82.7899	357	GQQ,Galeon,Galijon,Galion,Goshen,Hardscrabble,Horseshoe,Hosfords,LovericksSettlement,Loverings,New Moccasin,Spangtown,Spongetown,The Corners,galywn  awhayw,ghalywn,Галион,Галијон,غاليون,گالیون، اوهایو		OH	033	29176	
5155432	Gallup	gallup	US	87301	0	America/New_York	41.18838	-84.02911	224			OH	069	47726	
5155438	Gambier	gambier	US	43022	2437	America/New_York	40.37562	-82.3971	329			OH	083	16686	
5155458	Garden	garden	US	49835	0	America/New_York	41.60422	-83.79633	204			OH	095	73990	
5155464	Garden Valley	garden-valley	US	83622	0	America/New_York	41.48005	-81.64013	209			OH	035	16000	
5155468	Gardner	gardner	US	01440	0	America/New_York	40.982	-82.74379	291			OH	033	02890	
5155477	Garfield	garfield	US	07026	0	America/New_York	40.91839	-80.95509	352	Garfield,Garfield Station		OH	099	31038	
5155529	Garrettsville	garrettsville	US	44231	2328	America/New_York	41.28422	-81.09649	303	Garetsvil,Garretsville,Garrettesville,Garrettsville,Garrettsville Village,Garrits,Garrits Mill,gharytsfyl,Гаретсвил,غاريتسفيل		OH	133	29442	
5155534	Gates Mills	gates-mills	US	44040	2235	America/New_York	41.51755	-81.40345	219	Bates,Gates,Gates Mill,Gates Mills		OH	035	29498	
5155572	Geneva	geneva	US	14456	6051	America/New_York	41.80505	-80.94815	205	Dzeniva,Zheneva,gnwa  awhayw,jnyf,Џенива,Женева,جنيف,گنوا، اوهایو		OH	007	29624	
5155590	Genoa	genoa	US	13071	2331	America/New_York	40.78284	-81.46651	346			OH	151	62078	
5155617	Georgetown	georgetown	US	01833	0	America/New_York	40.00341	-81.59012	251			OH	059	11003	
5155618	Georgetown	georgetown	US	01833	0	America/New_York	40.20757	-80.92065	296	Georgetown,Short Creek		OH	067	72361	
5155634	Gerald	gerald	US	63037	0	America/New_York	41.457	-84.14411	215	Gerald,Gerlad		OH	069	28700	
5155669	Germantown	germantown	US	12526	0	America/New_York	40.91478	-80.72674	356			OH	099	04668	
5155687	Gettysburg	gettysburg	US	17325	505	America/New_York	40.11144	-84.49523	302	Gettysburg,Gettysburgh		OH	037	00254	
5155695	Ghent	ghent	US	12075	0	America/New_York	41.15839	-81.63679	279			OH	153	04248	
5155710	Gibsonburg	gibsonburg	US	43431	2564	America/New_York	41.3845	-83.32048	209	Gibsonburg,Gibsonburgh		OH	143	46592	
5155719	Gilbert	gilbert	US	18331	0	America/New_York	40.02146	-81.97652	216	Gilbert,Gilbert Station		OH	119	81522	
5155725	Gilboa	gilboa	US	12076	186	America/New_York	41.01811	-83.92189	228			OH	137	06880	
5155742	Gilmore	gilmore	US	72339	0	America/New_York	40.2909	-81.44039	363			OH	157	81648	
5155755	Girard	girard	US	16417	9599	America/New_York	41.15395	-80.70147	276			OH	155	43344	
5155783	Glandorf	glandorf	US	45848	1006	America/New_York	41.02894	-84.07911	222	Buck Eye,Buckeye,Glandorf,Glandorff,ghlandwrf,Гландорф,غلاندورف		OH	137	58996	
5155787	Glasgow	glasgow	US	16644	0	America/New_York	40.65784	-80.6898	382	Glascow,Glasgow,Scotch Settlement		OH	029	46368	
5155788	Glasgow	glasgow	US	16644	0	America/New_York	40.30868	-81.55067	261			OH	157	69974	
5155802	Glen Echo	glen-echo	US	20812	0	America/New_York	40.0045	-83.79687	293	Glen Echo,Tremont Station		OH	023	51912	
5155819	Glencoe	glencoe	US	41046	310	America/New_York	40.00813	-80.88759	255	Corinth,Glenco,Glencoe,Glencoe Station		OH	013	66628	
5155823	Glendale	glendale	US	01229	0	America/New_York	40.64034	-80.53785	227			OH	029	23730	
5155824	Glendale	glendale	US	01229	2164	America/New_York	41.397	-81.54234	287	Glendale,Glendale Station		OH	035	04878	
5155858	Glenville	glenville	US	17329	23559	America/New_York	41.53338	-81.61735	190			OH	035	16000	
5155875	Glenwood	glenwood	US	07418	0	America/New_York	41.56505	-83.56743	192			OH	173	62162	
5155897	Gnadenhutten	gnadenhutten	US	44629	1289	America/New_York	40.3584	-81.43428	255	Gnaden'n,Gnadenhuetten,Gnadenhutten		OH	157	15574	
5155927	Gomer	gomer	US	45809	0	America/New_York	40.84505	-84.18717	237			OH	003	75199	
5156019	Goshen	goshen	US	01032	0	America/New_York	40.44368	-81.40984	266	Beidler,Goshen		OH	157	31066	
5156059	Gould	gould	US	71643	0	America/New_York	41.74894	-80.6223	301			OH	007	62568	
5156060	Gould	gould	US	71643	0	America/New_York	40.31757	-80.65341	209	Gould,Goulds Station		OH	081	19484	
5156061	Gould	gould	US	71643	0	America/New_York	41.60338	-83.61132	189			OH	095	77000	
5156170	Grafton	grafton	US	01519	6165	America/New_York	41.27255	-82.05459	245	Grafton,Grafton Station,Rawsonville,ghraftwn,Графтон,غرافتون		OH	093	31150	
5156211	Grand Rapids	grand-rapids	US	43522	999	America/New_York	41.412	-83.86439	201	Gilberts Mill,Gilead,Granada,Grand Rapids,Grand-Rapids,Гранд-Рапидс		OH	173	31220	
5156219	Grand River	grand-river	US	44045	397	America/New_York	41.73615	-81.28121	186	Geauga,Grand River,Richmond,Richmond City		OH	085	59430	
5156245	Granger	granger	US	46530	0	America/New_York	41.15561	-81.7318	334	Granger,Grangerburg,Grangersburg		OH	103	31374	
5156258	Grant	grant	US	32949	0	America/New_York	40.71061	-83.56798	284	Grant,Grants,Grants Station		OH	065	63282	
5156270	Granville	granville	US	01034	5747	America/New_York	40.06812	-82.5196	293	Granvil,ghranfyl,Гранвил,غرانفيل		OH	089	31416	
5156295	Grassy Creek	grassy-creek	US	28631	0	America/New_York	41.58977	-83.57188	189			OH	173	68686	
5156322	Graytown	graytown	US	43432	0	America/New_York	41.54283	-83.26104	181			OH	123	05620	
5156371	Green	green	US	44232	25898	America/New_York	40.94589	-81.48317	347	Grin,ghryn,gryn  awhayw,Грин,غرين,گرین، اوهایو		OH	153		
5156382	Green Creek	green-creek	US	08219	0	America/New_York	41.32866	-83.04992	192	Green Creek,Greens Creek		OH	143	31990	
5156384	Green Camp	green-camp	US	43322	364	America/New_York	40.532	-83.21047	278	Berwick,Green Camp,Greencamp,Greens Camp,Rocky Camp,Rocky Point		OH	101	31962	
5156409	Green Springs	green-springs	US	44836	1332	America/New_York	41.25616	-83.05158	216	Green Spring,Green Springs,Greenspring		OH	143	32256	
5156417	Green Valley	green-valley	US	54127	0	America/New_York	40.42506	-82.57822	340	Eugene,Green Valley,Newcomerstown		OH	083	82194	
5156440	Greene	greene	US	02827	0	America/New_York	41.462	-80.74647	283	Green,Greene,Greenesburg,Greensburgh,Middle Corners,Middle Kenilworth Corners		OH	155	32046	
5156449	Greenford	greenford	US	44422	0	America/New_York	40.94395	-80.79147	377	Green,Green Village,Greenford,Greenvillage		OH	099	31794	
5156478	Greensburg	greensburg	US	15601	3306	America/New_York	40.93172	-81.46484	359	Greenburg,Greensburg,Greensburgh,Inland		OH	153		
5156484	Greentown	greentown	US	18426	0	America/New_York	40.25146	-80.76842	305			OH	081	72767	
5156485	Greentown	greentown	US	18426	3804	America/New_York	40.92756	-81.40261	366	Green,Green Town,Greenstown,Greentown,Greentown Station		OH	151	41314	
5156493	Greenville	greenville	US	02828	13006	America/New_York	40.10283	-84.63301	318	Fort Green Ville,Fort Greenville,Greeneville,Greenville,Grinvil,Grinvill,Miamis Town,Tecumseh Point,Tecumsehs Spring,ghrynfyl,grynwyl  awhayw,Гринвил,Гринвилл,غرينفيل,گرینویل، اوهایو,گرینویل، اوہائیو	037	OH	037	32354	
5156513	Greenwich	greenwich	US	06830	1429	America/New_York	41.03005	-82.51573	314	Greenwich,Greenwich Station,Greenwick,Grinvich,Newtown,West Greenwich,Гринвич		OH	077	32368	
5156538	Greer	greer	US	29650	0	America/New_York	40.52229	-82.20016	283	Edlam,Greer,Greersville,Greerville		OH	083	38668	
5156543	Gregory	gregory	US	48137	0	America/New_York	40.24034	-83.01296	290			OH	041	05788	
5156546	Grelton	grelton	US	43523	0	America/New_York	41.34172	-83.99967	207	Gratton,Grellton,Grelton		OH	069	66502	
5156551	Gresham	gresham	US	29546	0	America/New_York	41.44672	-81.7668	230			OH	035	16000	
5156556	Gretna	gretna	US	24557	0	America/New_York	40.34672	-83.85855	330	Gretna,Gretna Station		OH	091	33908	
5156602	Grover Hill	grover-hill	US	45849	381	America/New_York	41.01922	-84.47662	220	Gilberts Mills,Grove Hill,Grover Hill,Groverhill		OH	125	42000	
5156613	Guernsey	guernsey	US	52221	0	America/New_York	40.18174	-81.59234	241			OH	059	84616	
5156627	Guilford	guilford	US	04443	0	America/New_York	40.79173	-80.86619	342	Bucks,Gilford,Gillford,Guilford,Guilford Lake		OH	029	33264	
5156655	Gustavus	gustavus	US	99826	0	America/New_York	41.462	-80.66563	327	Gustavus,Gustavus Center		OH	155	32732	
5156669	Gypsum	gypsum	US	43433	0	America/New_York	41.49338	-82.87575	177			OH	123	64080	
5156712	Hallett	hallett	US	74034	0	America/New_York	41.70755	-83.52077	180			OH	095	77000	
5156714	Hallock	hallock	US	56728	0	America/New_York	41.52672	-84.55745	248	Hallock,Hallocks Subdivision		OH	171	38864	
5156729	Hamer	hamer	US	29547	0	America/New_York	41.62811	-84.41523	249	Domestic,Hamer,Homer		OH	171	50302	
5156743	Hamler	hamler	US	43524	568	America/New_York	41.22922	-84.03411	216	Belton,Hamler		OH	069	47726	
5156756	Hammondsville	hammondsville	US	43930	0	America/New_York	40.55756	-80.70702	210	Hammonds Cross Roads,Hammondsville,Hammonsville		OH	081	70086	
5156768	Hancock	hancock	US	03449	0	America/New_York	41.15533	-83.85188	221	Calvin,Hancock		OH	063	63268	
5156791	Hanover	hanover	US	02339	0	America/New_York	40.36618	-81.06899	368	Acher,Archer,Hanover,New Hanover		OH	067	56084	
5156792	Hanover	hanover	US	02339	1131	America/New_York	40.07979	-82.26098	251	Fleming,Hanover,Licking,Natches,Natchez Under the Hill		OH	089	33299	
5156802	Hanoverton	hanoverton	US	44423	400	America/New_York	40.75117	-80.93703	344	Hanover,Hanoverton		OH	029	33264	
5156825	Harbor View	harbor-view	US	43434	99	America/New_York	41.69338	-83.44438	177			OH	095	33376	
5156841	Hardin	hardin	US	42048	0	America/New_York	40.28644	-84.24217	295	Corwin Station,Hardin		OH	149	77854	
5156891	Harlem	harlem	US	30814	0	America/New_York	40.15173	-82.83934	304	Buddtown,Haerlem,Harlem		OH	041	33516	
5156903	Harmon	harmon	US	61042	0	America/New_York	40.7095	-81.55957	310	Harman,Harmon		OH	151	75208	
5156935	Harper	harper	US	25851	0	America/New_York	40.42894	-83.70827	399			OH	091	69134	
5156941	Harpersfield	harpersfield	US	13786	0	America/New_York	41.7595	-80.94676	259	Harpersfield,Harpersfield Center,Harpersfield Centre,Ransomville		OH	007	33642	
5156946	Harpster	harpster	US	43323	201	America/New_York	40.73922	-83.25381	276	Fowler,Fowler City,Harpster,Pitt		OH	175	62904	
5156970	Harrisburg	harrisburg	US	17101	0	America/New_York	40.89339	-81.22733	392	Barryville,Harrisburg		OH	151	55944	
5157003	Harrisville	harrisville	US	02830	232	America/New_York	40.18146	-80.88759	381			OH	067	72361	
5157006	Harrod	harrod	US	45850	412	America/New_York	40.70644	-83.92133	299	Harrod,Harrods		OH	003	02988	
5157026	Hartford	hartford	US	05047	384	America/New_York	41.31144	-80.56841	357	Harford,Hartford,Hartford Center,Khartford,Хартфорд		OH	155	34230	
5157042	Hartland	hartland	US	04943	0	America/New_York	41.17533	-82.49073	287	Centerburg,Hartland,Hartland Center		OH	077	34258	
5157054	Hartsburg	hartsburg	US	62643	0	America/New_York	41.09255	-84.32439	219	Hartsburg,Hartsburgh,Hartzburg		OH	137	51562	
5157064	Hartville	hartville	US	44632	2968	America/New_York	40.96367	-81.33122	356	Hartsville,Hartville		OH	151	41314	
5157071	Hartwood	hartwood	US	22471	0	America/New_York	40.27868	-81.484	332			OH	157	81648	
5157096	Haskins	haskins	US	43525	1232	America/New_York	41.46477	-83.70605	200			OH	173	49812	
5157103	Hastings	hastings	US	13076	0	America/New_York	40.65534	-82.44433	399	Hasting,Hastings		OH	139	51576	
5157115	Hatton	hatton	US	58240	0	America/New_York	41.25089	-83.46854	217	East Millgrove Station,Hatton,Millgrove Station		OH	173	62106	
5157120	Havana	havana	US	32333	0	America/New_York	41.13728	-82.74713	255	Havana,Havanna		OH	077	57358	
5157130	Haviland	haviland	US	45851	212	America/New_York	41.01894	-84.58079	224			OH	125	07370	
5157154	Hayden	hayden	US	35079	0	America/New_York	40.05895	-83.19686	289	Bronsons,Bronsons Station,Brunstons,Hayden,West Hayden		OH	049	09442	
5157627	Hilltop	hilltop	US	25855	532	America/New_York	41.16367	-80.7373	298			OH	155	82446	
5157178	Hayesville	hayesville	US	28904	463	America/New_York	40.77311	-82.26238	378	Hayes Cross Roads,Hayesville,Haysville		OH	005	79758	
5157198	Hazelton	hazelton	US	58544	0	America/New_York	40.49534	-81.23038	291			OH	019	58576	
5157242	Hector	hector	US	14841	0	America/New_York	41.10033	-84.22772	219			OH	137	51562	
5157262	Heath	heath	US	01346	10489	America/New_York	40.02284	-82.4446	262	Khis,Khit,hys  awhayw,hyth,Хис,Хит,هيث,هیس، اوهایو		OH	089	34748	
5157285	Helena	helena	US	13649	221	America/New_York	41.34116	-83.29159	212	Helena,Khelena,Shiloh,Хелена		OH	143	38052	
5157327	Henrietta	henrietta	US	14467	0	America/New_York	41.34171	-82.30072	259	Henrietta,Henriette		OH	093	34972	
5157334	Henry	henry	US	24102	0	America/New_York	41.43089	-81.59901	251			OH	035	29428	
5157376	Hermanville	hermanville	US	39086	0	America/New_York	40.91589	-81.9107	349			OH	169	11276	
5157384	Herrick	herrick	US	57538	0	America/New_York	40.20979	-80.83064	252			OH	081	72767	
5157418	Hickman	hickman	US	38567	0	America/New_York	40.14979	-82.30959	258	Hickman,Nicholtown		OH	089	48132	
5157423	Hickory Corners	hickory-corners	US	49060	0	America/New_York	40.97311	-80.85592	328	Hickory,Hickory Corners,Hickoryville		OH	099	31038	
5157426	Hickory Grove	hickory-grove	US	29717	0	America/New_York	40.5109	-81.1226	305			OH	019	78260	
5157427	Hickory Grove	hickory-grove	US	29717	0	America/New_York	41.48866	-82.91908	176			OH	123	64080	
5157436	Hickory Hills	hickory-hills	US	60457	0	America/New_York	41.46894	-84.37301	217			OH	171	74131	
5157449	Hicksville	hicksville	US	11801	3457	America/New_York	41.29311	-84.7619	232	Hicksville,Hickville,Khiksvilla,Хиксвилла		OH	039	35112	
5157489	Highland City	highland-city	US	33846	0	America/New_York	40.17868	-80.6948	206			OH	081	80878	
5157513	Highland Park	highland-park	US	08904	0	America/New_York	40.54394	-84.5319	268			OH	107	38724	
5157588	Hilliard	hilliard	US	32046	33649	America/New_York	40.0334	-83.15825	285	Hilliard,Hilliard Village,Hilliards,Hilliards Station		OH	049	57344	
5157615	Hillsboro	hillsboro	US	21641	0	America/New_York	40.3334	-80.62507	307			OH	081	74615	
5157646	Hinckley	hinckley	US	04944	0	America/New_York	41.23839	-81.74513	334	Hickley,Hinckey Center,Hinckley,Hinkley		OH	103	35644	
5157671	Hinton	hinton	US	22831	0	America/New_York	40.61144	-84.70857	261			OH	107	43260	
5157675	Hiram	hiram	US	04041	1263	America/New_York	41.31256	-81.14371	382	Hiram,Hiram Center,Hiram Centre,Hiram Hamlet,Khajram,hyram,Хајрам,هيرام		OH	133	35658	
5157702	Hobart	hobart	US	13788	0	America/New_York	41.58644	-83.53771	190			OH	173	62162	
5157736	Holden	holden	US	01520	0	America/New_York	40.60255	-83.88022	316	Fletchers Chapel,Holden		OH	065	68784	
5157742	Holgate	holgate	US	43527	1096	America/New_York	41.24894	-84.133	216	Holgate,Kaufmanville		OH	069	63296	
5157759	Holland	holland	US	01521	1699	America/New_York	41.62172	-83.7116	195	Drakes,Gollandija,Hardy,Holland,Holland Station,Springfield,Голландия		OH	095	74123	
5157780	Holloway	holloway	US	43985	325	America/New_York	40.16229	-81.1326	279			OH	013	27566	
5157797	Holmesville	holmesville	US	44633	388	America/New_York	40.6295	-81.92431	262	Holmesville,Homesville,Lafayette		OH	075	64584	
5157802	Holt	holt	US	32564	0	America/New_York	40.51229	-80.75175	247	Holt,New Somerset		OH	081	68644	
5157907	Homer	homer	US	13077	0	America/New_York	40.25284	-82.51766	302	Burlington,Homer		OH	089	10366	
5157908	Homer	homer	US	13077	0	America/New_York	41.04478	-82.12571	329	Homer,Homer Station		OH	103	36078	
5157915	Homerville	homerville	US	31634	0	America/New_York	41.02922	-82.12599	327	Homersville,Homerville		OH	103	36078	
5157920	Homewood	homewood	US	60430	0	America/New_York	41.54283	-83.73244	195	Homewood,Monclova Station		OH	095	51156	
5157923	Homeworth	homeworth	US	44634	481	America/New_York	40.83534	-81.06593	348	Homeworth,Middle Sandy,Sandy,Winchester		OH	029	40824	
5157984	Hopedale	hopedale	US	01747	927	America/New_York	40.32535	-80.9012	353	Dublin Hall,Green,Greene,Hope Dale,Hopedale		OH	067	31766	
5157989	Hopewell	hopewell	US	08525	0	America/New_York	40.22257	-80.7098	359			OH	081	80878	
5158029	Horatio	horatio	US	29062	0	America/New_York	40.14949	-84.52495	308	Horatio,Horation		OH	037	00254	
5158050	Horton	horton	US	35980	0	America/New_York	40.16201	-80.90759	313			OH	067	72361	
5158057	Horton	horton	US	35980	0	America/New_York	40.45311	-83.55493	326	Horton,Lyons		OH	091	07552	
5158090	Houston	houston	US	15342	0	America/New_York	40.25449	-84.33689	292	Houston,Kh'juston,North Houston,Хьюстон		OH	149	44884	
5158098	Howard	howard	US	16841	242	America/New_York	40.40756	-82.32682	274	Howard,Kinderhook		OH	083	36526	
5158140	Hoytville	hoytville	US	43529	300	America/New_York	41.19005	-83.78466	216	Houtsville,Hoyts Corners,Hoyts Corners Station,Hoytsville,Hoytville		OH	173	38164	
5158143	Hubbard	hubbard	US	44425	7650	America/New_York	41.15645	-80.56924	300	Khabard,Khabbard,hwbard,Хабард,Хаббард,هوبارد,هیوب‌بارد، اوهایو		OH	155	36596	
5158164	Hudson	hudson	US	01749	22437	America/New_York	41.24006	-81.44067	325	Gudzon,Hudson,Hudson Village,Khadson,ha de xun,hadswn  awhayw,hdsn,Гудзон,Хадсон,هادسون، اوهایو,هدسن,ہڈسن، اوہائیو,哈德遜		OH	153		
5158204	Hume	hume	US	14745	0	America/New_York	40.66311	-84.20078	258			OH	003	71955	
5158220	Hunt	hunt	US	14846	0	America/New_York	40.32062	-82.47044	317	Hunt,Hunt Station,Hunt's Station,Hunts,Hunts Station		OH	083	63310	
5158231	Huntersville	huntersville	US	28070	0	America/New_York	40.71783	-83.76743	300	Huntersville,Maysville		OH	065	47712	
5165312	Oakwood	oakwood	US	24631	588	America/New_York	41.0956	-84.3805	216			OH	125	09512	
5158237	Huntington	huntington	US	01050	0	America/New_York	41.10311	-82.22099	293	Huntington,Huntington Center,Huntington Centre		OH	093	36876	
5158254	Huntsburg	huntsburg	US	44046	0	America/New_York	41.53478	-81.05176	382	Huntsburg,Huntsbury		OH	055	36946	
5158264	Huntsville	huntsville	US	35801	427	America/New_York	40.44338	-83.80494	329	Khantsvill,Хантсвилл		OH	091	45682	
5158298	Huron	huron	US	38345	7022	America/New_York	41.39505	-82.55517	178	Kharon,Khjuron,hwrwn,hwrwn  awhayw,Харон,Хјурон,هورون,هورون، اوهایو		OH	043	37030	
5158323	Iberia	iberia	US	43325	452	America/New_York	40.67034	-82.84351	329	Ibera,Iberia		OH	117	81508	
5158337	Idlewild	idlewild	US	38346	0	America/New_York	40.55088	-84.49384	272			OH	107	38724	
5158404	Independence	independence	US	24348	7135	America/New_York	41.36866	-81.6379	262	Center,Independehns,Independence,Independens,Pilgerruh,Pilgrims Rest,Thornburg,Thornburgh,andybndns  awhayw,ayndpndns  awhayw,Индепенденс,Индепендэнс,إنديبندنس، أوهايو,ایندپندنس، اوهایو		OH	035	37240	
5158405	Independence	independence	US	24348	0	America/New_York	41.29783	-84.29995	219	Independence,Milldale		OH	039	66670	
5158516	Industry	industry	US	15052	0	America/New_York	41.07728	-81.19427	344	Edinburg Station,Industry		OH	133	68392	
5158530	Inlet	inlet	US	13360	0	America/New_York	41.65366	-84.18523	234			OH	051	14072	
5158861	Ira	ira	US	50127	0	America/New_York	41.18144	-81.58429	223	Hawkins,Hawkins Station,Ira		OH	153	19778	
5158880	Iron City	iron-city	US	38463	0	America/New_York	40.34366	-83.75493	378			OH	091	41286	
5158884	Irondale	irondale	US	43932	367	America/New_York	40.57173	-80.72647	216	Hunter,Huntersville,Irondale,Pottsdale		OH	081	70086	
5158899	Irwin	irwin	US	15642	0	America/New_York	40.12256	-83.48937	308	Irwin,Irwin Station		OH	159	78582	
5158908	Island	island	US	42350	0	America/New_York	40.91506	-80.74563	340			OH	099	31794	
5158924	Isle Saint George	isle-saint-george	US	43436	0	America/New_York	41.72171	-82.82019	179			OH	123	65046	
5158926	Isleta	isleta	US	87022	0	America/New_York	40.27007	-81.67151	243	Grandview,Isleta,Oxford,Oxford Station,White Eyes Plains		OH	031	59248	
5158952	Jackson	jackson	US	03846	0	America/New_York	40.71145	-82.74573	363			OH	117	56224	
5158953	Jackson	jackson	US	03846	0	America/New_York	40.96033	-81.89931	316			OH	169	11276	
5158960	Jackson Center	jackson-center	US	16133	1453	America/New_York	40.43949	-84.04022	313	Jackson Center,Jackson Centre		OH	149	38080	
5158978	Jackson Heights	jackson-heights	US	11372	0	America/New_York	40.17563	-80.70397	358			OH	081	80878	
5159023	Jacksonville	jacksonville	US	05342	0	America/New_York	40.37229	-80.61146	212			OH	081	74608	
5159071	Jefferson	jefferson	US	01522	3041	America/New_York	41.73867	-80.76981	293	Dzeferson,Dzhefferson,jfrswn,Џеферсон,Джефферсон,جفرسون	007	OH	007	38514	
5159072	Jefferson	jefferson	US	01522	0	America/New_York	40.80172	-82.02293	345	Jefferson,Plain		OH	169	62995	
5159141	Jenera	jenera	US	45841	223	America/New_York	40.89978	-83.72688	260			OH	063	79408	
5159163	Jerome	jerome	US	15937	0	America/New_York	40.16645	-83.17575	299	Beech Town,Beechtown,Frankfort,Franklin,Jerome		OH	159	39046	
5159171	Jeromesville	jeromesville	US	44840	562	America/New_York	40.80422	-82.19571	307	Jeromes Town,Jeromesville,Jeromeville		OH	005	51086	
5159175	Jerry City	jerry-city	US	43437	436	America/New_York	41.25394	-83.60438	212	Jerrey City,Jerry City,Shiloh,Stull Town,Stulltown		OH	173	64122	
5159180	Jersey	jersey	US	22481	0	America/New_York	40.05367	-82.72323	344	Hawk Eye,Hawkeye,Jersey,Pleasantville		OH	089	39102	
5159212	Jewell	jewell	US	31045	0	America/New_York	41.32588	-84.2855	220			OH	039	66670	
5159215	Jewett	jewett	US	12444	671	America/New_York	40.36784	-81.00537	303	Fairview,Jewett		OH	067	68994	
5159297	Johnston	johnston	US	02919	0	America/New_York	41.38867	-80.66563	329	Johnson,Johnson Center,Johnsonville,Johnston,Johnstonville		OH	155	39298	
5159298	Johnston	johnston	US	02919	0	America/New_York	40.54534	-81.36956	291	Johnson,Johnston,Johnstown		OH	157	26082	
5159309	Johnstown	johnstown	US	12095	4918	America/New_York	40.15367	-82.68517	351	Dzhonstaun,Джонстаун		OH	089	51450	
5159321	Jones	jones	US	36749	0	America/New_York	40.27451	-83.01463	291			OH	041	05788	
5159335	Jonestown	jonestown	US	17038	0	America/New_York	40.77144	-84.51412	243	Jonestown,Jonestown Station,Tokio		OH	161	87136	
5159336	Joppa	joppa	US	21085	0	America/New_York	41.36449	-82.43044	207			OH	043	79730	
5159343	Jordanville	jordanville	US	13361	0	America/New_York	40.76978	-80.75619	289			OH	029	12910	
5159356	Joyce	joyce	US	71440	0	America/New_York	40.45507	-81.5029	270			OH	157	87094	
5159395	Junction	junction	US	62954	0	America/New_York	41.19311	-84.45856	217			OH	125	03002	
5159405	Kansas	kansas	US	35573	179	America/New_York	41.24505	-83.28465	222			OH	147	43316	
5159421	Kalida	kalida	US	45853	1562	America/New_York	40.98283	-84.19939	221			OH	137	78526	
5159440	Keene	keene	US	03431	0	America/New_York	40.34507	-81.86819	312	Keene,Keene Center,Keentown		OH	031	39634	
5159463	Kelleys Island	kelleys-island	US	43438	312	America/New_York	41.59699	-82.71018	181	Kelleys Island,Kellis,Kelly Town,Kellys Island,Келліс		OH	043	39662	
5159485	Kemp	kemp	US	74747	0	America/New_York	40.72366	-84.22328	254	Kemp,Kemp Station,Kempton		OH	003	01602	
5159493	Kenilworth	kenilworth	US	07033	0	America/New_York	41.46228	-80.7373	289			OH	155	32046	
5159497	Kenmore	kenmore	US	98028	0	America/New_York	41.04478	-81.56067	314			OH	153	01000	
5159507	Kennard	kennard	US	47351	0	America/New_York	40.19311	-83.67965	357	Kenard,Kennard,Kennards		OH	021	69820	
5159528	Kensington	kensington	US	20891	0	America/New_York	40.73534	-80.95648	340	Green Hill,Greenhill,Hanover Station,Kensington,Maysville,New Kensington,Кенсингтон		OH	029	33264	
5160548	Leetonia	leetonia	US	44431	1904	America/New_York	40.87728	-80.75536	310	Leetonia,Letonia		OH	029	69848	
5159537	Kent	kent	US	06757	29810	America/New_York	41.15367	-81.35789	325	Carthage,Franklin,Franklin Mills,Kent,Lower Village,ken te,kenta,kenteu,knt  awhayw,kynt,Кент,كينت,کنت، اوهایو,کینٹ، اوہائیو,केंट,肯特,켄트		OH	133	39872	
5159554	Kenton	kenton	US	19955	8211	America/New_York	40.647	-83.60965	302	Fort McArthur,Kenton,McArthur,knt,Кентон,كنت	065	OH	065	63282	
5159566	Kenwood	kenwood	US	95452	0	America/New_York	40.25062	-80.91065	287	Ginther,Kenwood		OH	067	31766	
5159599	Kettlersville	kettlersville	US	45336	177	America/New_York	40.43894	-84.26134	297	Kettlersville,Kettlerville		OH	149	79464	
5159617	Kilbourne	kilbourne	US	43032	139	America/New_York	40.33006	-82.9574	280	Eden,Kilbourn,Kilbourne,Killbourne		OH	041	09428	
5159628	Kilgore	kilgore	US	69216	0	America/New_York	40.46423	-81.00176	390	Kilgore,Killore		OH	019	45038	
5159635	Killbuck	killbuck	US	44637	843	America/New_York	40.49506	-81.98459	245	Kill Buck,Kill Buck Town,Kill Bucks Town,Killbuck,Killbuck Town,Oxford,Palladium,Shrimplin's Settlement		OH	075	40194	
5159637	Kidron	kidron	US	44636	944	America/New_York	40.74089	-81.74485	336	Kidron,Kidton		OH	169	75231	
5159653	Kimball	kimball	US	24853	0	America/New_York	41.3095	-82.70185	217	Huron Junction,Kimball		OH	043	59276	
5159656	Kimbolton	kimbolton	US	43749	144	America/New_York	40.15285	-81.57206	244	Kimbolton,Liberty		OH	059	43134	
5159766	Kingsville	kingsville	US	21087	0	America/New_York	41.89089	-80.67619	241	Fobes Dale,Forbesdale,Forbestail,Forbesville,Kingsville,Norwich		OH	007	40404	
5159774	Kinsman	kinsman	US	44428	0	America/New_York	40.13368	-80.90454	354			OH	013	84602	
5159775	Kinsman	kinsman	US	44428	0	America/New_York	41.44394	-80.58869	285	Kinsman,Kinsmans		OH	155	40502	
5159786	Kipton	kipton	US	44049	242	America/New_York	41.26811	-82.30211	259	Binghampton,Camden,Camden Centre,Camden Station,Kipton,North Camden,Panalize,Ponoislise		OH	093	11010	
5159789	Kirby	kirby	US	43330	116	America/New_York	40.81311	-83.41853	267	Kirby,Kirby Town		OH	175	50106	
5159802	Kirkwood	kirkwood	US	13795	0	America/New_York	40.21616	-84.19717	300	Kirkwood,Pontiac		OH	149	58660	
5159809	Kirtland	kirtland	US	87417	6793	America/New_York	41.62894	-81.3615	202	Amenia,Kirkland,Kirtland,Kirtland Mills,Kirtlands Mills,Kirtlehnd,kyrtland,kyrtlnd  awhayw,Киртланд,Киртлэнд,كيرتلاند,کیرتلند، اوهایو		OH	085	40642	
5159860	Klondike	klondike	US	75448	0	America/New_York	40.27201	-83.14408	263			OH	041	70842	
5159861	Klondike	klondike	US	75448	0	America/New_York	41.33006	-80.77953	287	Bazetta,Bazetta Centre,Klondike,Klondike Corners,Leroy		OH	155	04444	
5159889	Knox	knox	US	12107	0	America/New_York	40.45756	-82.52933	320			OH	083	52290	
5159912	Knoxville	knoxville	US	16928	0	America/New_York	40.49229	-80.68063	395			OH	081	40866	
5159949	Kossuth	kossuth	US	16331	0	America/New_York	40.65949	-84.34801	258	Kossuth,Kussuth		OH	011	69806	
5159978	Kunkle	kunkle	US	43531	246	America/New_York	41.63672	-84.49523	268	Kunkle,Kunkle's Corners,Kunkles Corners,Kunklesville,Podunk		OH	171	46634	
5160005	La Rue	la-rue	US	43332	717	America/New_York	40.57645	-83.38464	282	La Rue,La Rue Village,Larue		OH	101	51730	
5160015	Lacarne	lacarne	US	43439	0	America/New_York	41.51588	-83.04214	176	Carroll,La Carne,LaCarne,Lacarne		OH	123	25578	
5160028	Lafayette	lafayette	US	07848	428	America/New_York	40.76033	-83.94855	283	Herring,La Fayette,Lafajet,Lafayette,Лафайет		OH	003	37646	
5160029	Lafayette	lafayette	US	07848	0	America/New_York	41.09922	-81.93514	317	Lafayette,Lafayette Center,Laffayette,Whittlesey		OH	103	41174	
5160037	Lafferty	lafferty	US	43951	304	America/New_York	40.11174	-81.01926	321	Laferty,Lafferty,Laffertys,Oakdale		OH	013	78218	
5160041	Lagrange	lagrange	US	04453	2103	America/New_York	41.23728	-82.11987	250	La Grange,La Grange Centre,Lagrange,Lagrange Centre		OH	093		
5160119	Lake Fork	lake-fork	US	62541	0	America/New_York	40.74922	-82.14154	310	Finley's Bridge,Finley's Landing,Finleys Landing,Lake Fork,Lake Fort,Lakefork,Tyler Town,Tylertown		OH	005	51086	
5160166	Lake Milton	lake-milton	US	44429	0	America/New_York	41.0995	-80.97037	301	Flicks Corners,Lake Milton		OH	099	50638	
5160229	Lake View	lake-view	US	14085	0	America/New_York	40.49895	-82.526	354			OH	083	05844	
5160247	Lakeland	lakeland	US	31635	0	America/New_York	41.66005	-83.2577	174			OH	095	39116	
5160258	Lakemont	lakemont	US	14857	0	America/New_York	41.58227	-83.53271	189			OH	173	62162	
5160260	Lakemore	lakemore	US	44250	3048	America/New_York	41.02089	-81.43595	331			OH	153	41454	
5160272	Lakeside	lakeside	US	06758	694	America/New_York	41.54311	-82.74907	186	Lakeside,Lakeside-on-Lake Erie		OH	123	20058	
5160287	Lakeview	lakeview	US	28350	0	America/New_York	40.55756	-81.23622	298			OH	019	51324	
5160288	Lakeview	lakeview	US	28350	1047	America/New_York	40.48477	-83.923	303	Lake View,Lakeview		OH	091	74780	
5160289	Lakeview	lakeview	US	28350	0	America/New_York	40.99811	-81.52345	314			OH	153	19036	
5160309	Lakeville	lakeville	US	02347	0	America/New_York	41.95005	-80.57424	196	Lakeville,Lakeville Village		OH	007	18350	
5160310	Lakeville	lakeville	US	02347	0	America/New_York	40.65617	-82.1271	293	Lakeville,Lakeville Station,Plimpton,Plympton		OH	075	81368	
5160315	Lakewood	lakewood	US	08701	50656	America/New_York	41.48199	-81.79819	215	Arlington,East Rockport,Lakewood,Lehjkvud,Lejkvud,leikeuudeu,lykwwd,lyyqwwd,reikuuddo,Лейквуд,Лејквуд,Лэйквуд,לייקווד,ليكوود,لیک ووڈ، اوہائیو,لیک‌وود، اوهایو,レイクウッド,레이크우드		OH	035	41664	
5160368	Landis	landis	US	28088	0	America/New_York	40.05422	-84.50301	313			OH	037	28266	
5160372	Lane	lane	US	29564	0	America/New_York	41.75088	-81.18121	210			OH	085	61896	
5160392	Lansing	lansing	US	14882	634	America/New_York	40.07563	-80.79009	213	Lansing,Soapstone,Soaptown,Лансинг		OH	013	61378	
5160398	Laporte	laporte	US	18626	0	America/New_York	41.3306	-82.07765	231	La Porte,Laporte		OH	093	12140	
5160420	Latimer	latimer	US	50452	0	America/New_York	41.35672	-80.61785	309			OH	155	39298	
5160425	Latty	latty	US	45855	188	America/New_York	41.08866	-84.58523	222			OH	125	61266	
5160452	Lawndale	lawndale	US	28090	0	America/New_York	40.78589	-81.54179	317			OH	151	48244	
5160453	Lawndale	lawndale	US	28090	0	America/New_York	41.04283	-81.58206	306			OH	153	01000	
5160468	Layland	layland	US	25864	0	America/New_York	40.43618	-81.96681	242			OH	031	15266	
5160493	Leavittsburg	leavittsburg	US	44430	1973	America/New_York	41.24783	-80.87703	277	Leavittsburg,Leavittsburgh,Levitsburg,West Warren,Willow Dale		OH	155	80906	
5160535	Leesville	leesville	US	29070	154	America/New_York	40.45173	-81.21205	303	Leesburg,Leesburgh,Leesburgh Village,Leesville		OH	019	58576	
5165351	Oceola	oceola	US	44860	190	America/New_York	40.84478	-83.0938	284	Oceola,Osceola		OH	033	76967	
5160536	Leesville	leesville	US	29070	187	America/New_York	40.79534	-82.78824	342	Leesville,Leesville Cross Road,Leesville Cross Roads,Leesville Crossroads		OH	033	38570	
5160581	Lemoyne	lemoyne	US	17043	0	America/New_York	41.49589	-83.4741	195	Le Moyne,Lemoyne		OH	173	77630	
5160584	Lena	lena	US	39094	0	America/New_York	40.14089	-84.03216	347	Allens,Elizabeth Town,Elizabethtown,Lena		OH	109	09498	
5160595	Leon	leon	US	14751	0	America/New_York	41.65367	-80.61591	335	Leon,Leon Station		OH	007	66796	
5160611	Leipsic	leipsic	US	45856	2032	America/New_York	41.09838	-83.98467	233	Creighton,Leipsic,Leipsig,Lipsik,laybsyk,Липсик,لايبسيك		OH	137	79450	
5160617	Lester	lester	US	25865	0	America/New_York	41.18089	-81.93792	287	Lester,Lester Station		OH	103	87052	
5160622	Lewis Center	lewis-center	US	43035	11261	America/New_York	40.1984	-83.01018	286	Lewis Center,Lewis Centre		OH	041	58618	
5160631	Lewistown	lewistown	US	17044	222	America/New_York	40.42227	-83.88466	310	Lewis Town,Lewiston,Lewistown		OH	091	81424	
5160635	Lexington	lexington	US	02420	4731	America/New_York	40.67867	-82.58239	371	Leksington,Lexington,New Lexington,lyksnghtn,Лексингтон,ليكسنغتن,لیکسنگٹن، اوہائیو		OH	139	77616	
5160636	Lexington	lexington	US	02420	0	America/New_York	40.962	-81.10454	319			OH	151	43022	
5160667	Liberty Center	liberty-center	US	43532	1154	America/New_York	41.44338	-84.00883	207	Liberty,Liberty Center,Liberty Centre,Liberty Station		OH	069	43176	
5160783	Lima	lima	US	14485	37873	America/New_York	40.74255	-84.10523	268	AOH,Lima,laima,lyma,lyma  awhayw,raima,Лима,ليما,لیما، اوهایو,ライマ,라이마	003	OH	003	43554	
5160806	Limaville	limaville	US	44640	150	America/New_York	40.982	-81.14843	323	Lima,Limanville,Limaville		OH	151	43022	
5160815	Limestone	limestone	US	04750	0	America/New_York	41.55255	-83.21242	180			OH	123	05620	
5160890	Lincolnshire	lincolnshire	US	60069	0	America/New_York	41.41255	-82.68657	187			OH	043	61714	
5160896	Linden	linden	US	07036	0	America/New_York	40.02006	-82.97324	263	Evanston,Linden,Linden Heights,Lyndon,North Linden		OH	049	18000	
5160918	Lindsey	lindsey	US	43442	430	America/New_York	41.41894	-83.22131	189	Lindsay,Lindsey,Loose,Washington		OH	143	81592	
5160951	Lisbon	lisbon	US	03585	2727	America/New_York	40.772	-80.76813	294	Lisbon,New Lisbon,lisabana,lyzbwn,Лисбон,ليزبون,ਲਿਸਬਨ	029	OH	029	12910	
5160958	Litchfield	litchfield	US	03052	0	America/New_York	41.16783	-82.02292	306	Holmestown,Litchfield,Litchfield Center,Litshfield		OH	103	44072	
5161020	Little Mountain	little-mountain	US	29075	0	America/New_York	41.64032	-81.28177	328			OH	055	13561	
5161066	Little York	little-york	US	08834	0	America/New_York	41.2945	-81.52345	295	Little York,York Center		OH	153	56490	
5161080	Lloyd	lloyd	US	32337	0	America/New_York	41.07256	-81.02232	312	Grover,Lloyd,Mott Town,Mottown,Mottstown		OH	133	59668	
5161110	Lockhart	lockhart	US	29364	0	America/New_York	40.60284	-82.47155	335			OH	139	38794	
5161122	Lockwood	lockwood	US	14859	0	America/New_York	41.46144	-80.84703	275	Huckleberry,Lockwood,North Bloomfield Station		OH	155	07160	
5161129	Locust Grove	locust-grove	US	22508	0	America/New_York	40.00284	-82.43765	271			OH	089	43456	
5161130	Locust Grove	locust-grove	US	22508	0	America/New_York	40.94395	-80.76397	376			OH	099	31794	
5161142	Lodi	lodi	US	07644	2768	America/New_York	41.03339	-82.01209	283	Harrisville,Lodi,Лоди		OH	103	44604	
5161176	London	london	US	25126	0	America/New_York	40.91033	-82.62934	332	London,New London		OH	139	12420	
5161178	Logan	logan	US	25601	0	America/New_York	41.35366	-84.74801	249			OH	039	50190	
5161186	Long Beach	long-beach	US	11561	0	America/New_York	41.61422	-83.11214	175			OH	123	12266	
5161207	Londonderry	londonderry	US	03053	0	America/New_York	40.15479	-81.30039	355			OH	059	44716	
5161258	Loomis	loomis	US	68958	0	America/New_York	40.02868	-81.00843	317			OH	013	30968	
5161262	Lorain	lorain	US	44052	63647	America/New_York	41.45282	-82.18237	186	Black River,Black River Settlement,Blackriver,Charleston,Charlestown,Lorain,Lorehjn,Lorejn,Loren,Mouth of Black River,luo lan,lwryn,lwryn  awhayw,lwryyn,rorein,Лорейн,Лорен,Лорэйн,לוריין,لورين,لورین، اوهایو,لورین، اوہائیو,ロレイン,洛兰		OH	093	44856	
5161336	Loudon	loudon	US	03307	0	America/New_York	40.56951	-81.50095	278	Encktown,Loudon,Lowden		OH	157	22470	
5161340	Loudonville	loudonville	US	44842	2625	America/New_York	40.63534	-82.23321	294	Londonville,Loudonville,Lowdenville		OH	005	33236	
5161347	Louisville	louisville	US	30434	9126	America/New_York	40.83728	-81.25955	348	Beechland,Lewisville,Louisvill,Louisville,Luisvil,Luivil,lwwyswyl  awhayw,lwyfyl,Лоуисвилл,Луивил,Луисвил,لوویسویل، اوهایو,لويفيل		OH	151	45094	
5161366	Lovell	lovell	US	04051	0	America/New_York	40.89061	-83.33159	249			OH	175	70016	
5161375	Lowell	lowell	US	01850	0	America/New_York	41.207	-83.05519	232	Adams,Lowell		OH	147	00324	
5161382	Lowellville	lowellville	US	44436	1107	America/New_York	41.03534	-80.53646	250	Lowell,Lowellville		OH	099	45178	
5161411	Lucas	lucas	US	42156	604	America/New_York	40.70506	-82.41822	333			OH	139	51576	
5161425	Lucerne	lucerne	US	46950	0	America/New_York	40.46256	-82.6285	332	Lucern,Lucerne,Luzerne		OH	083	82194	
5161429	Luckey	luckey	US	43443	1050	America/New_York	41.45061	-83.48743	203			OH	173	77630	
5161492	Lynchburg	lynchburg	US	24501	0	America/New_York	40.74117	-80.99926	335	Green Hill,Greenhill,Lynchburg,Lynchburgh		OH	029	82852	
5161493	Lyndhurst	lyndhurst	US	07071	13691	America/New_York	41.52005	-81.48873	315	Euclidville,Lindkherst,Lyndhurst,lyndhrst,lyndhwrst  awhayw,Линдхерст,ليندهرست,لیندهورست، اوهایو		OH	035	45556	
5161499	Lynn	lynn	US	01901	0	America/New_York	40.49895	-83.10713	300	Benxler,Benzler,Lynn		OH	101	63352	
5161509	Lyons	lyons	US	07939	550	America/New_York	41.6995	-84.07022	234	Lyons,Moreys Corners		OH	051	68896	
5161520	Lytton	lytton	US	50561	0	America/New_York	41.65727	-83.95522	227			OH	051	01728	
5161536	Macedon	macedon	US	14502	0	America/New_York	40.47949	-84.75246	276			OH	107	81452	
5161539	Macedonia	macedonia	US	44056	11686	America/New_York	41.31367	-81.50845	301	Macedonia,Macedonia Depot,Maedonia,Makedonija,Masidonija,masydwnya,mqdwnyh  awhayw,Македония,Македонија,Масидонија,ماسيدونيا,مقدونیه، اوهایو,مقدونیہ، اوہائیو		OH	153	45976	
5161555	Lykens	lykens	US	17048	0	America/New_York	40.96506	-83.01686	289	Bulgo,Buljo,Buzzards Glory,Lykens,Lykins,Santa Fe		OH	033	45500	
5161567	Madison	madison	US	03849	3182	America/New_York	41.77116	-81.04982	222	Centreville,Chapintown,Madison,Madison Lakelands,Madison on the Lake,Medison,Mehdison,madyswn,Мадисон,Медисон,Медісон,Мэдисон,ماديسون,میڈیسون، اوہائیو		OH	085	46494	
5161610	Madisonburg	madisonburg	US	16852	0	America/New_York	40.85783	-81.9257	352	Madisonburg,Madisonburgh,Wayne		OH	169	86548	
5161619	Magnetic Springs	magnetic-springs	US	43036	276	America/New_York	40.35284	-83.26131	284			OH	159	42490	
5161624	Magnolia	magnolia	US	08049	973	America/New_York	40.65117	-81.299	289	Downingsville,Downingville,Magnolia		OH	019	68420	
5161674	Malinta	malinta	US	43535	264	America/New_York	41.32255	-84.038	209			OH	069	51408	
5161684	Malvern	malvern	US	19355	1155	America/New_York	40.69173	-81.18121	303	Lodi,Malvern,Troy		OH	019	09400	
5161693	Manchester	manchester	US	01944	2048	America/New_York	40.937	-81.56929	334	Manchester,Nimisilia,Nimisilla,Turkey Foot Mine		OH	153	54562	
5161708	Manhattan Beach	manhattan-beach	US	90266	0	America/New_York	41.57505	-81.57679	182			OH	035	16000	
5161723	Mansfield	mansfield	US	02048	46830	America/New_York	40.75839	-82.51545	379	MFD,Mansfild,Mehnsfild,Mensfild,maenseupildeu,mansqyld,mansufirudo,mnsfyld  awhayw,mnspyld,Мансфилд,Менсфилд,Менсфілд,Мэнсфилд,מנספילד,مانسقيلد,منسفیلد، اوهایو,مینسفیلڈ، اوہائیو,マンスフィールド,맨스필드	139	OH	139		
5161741	Mantua	mantua	US	08051	1008	America/New_York	40.07785	-81.67901	315	Creighton,Mantua		OH	059	40838	
5161742	Mantua	mantua	US	08051	1021	America/New_York	41.28394	-81.22399	350	Mantua,Mantua Station		OH	133	47180	
5161760	Maple Grove	maple-grove	US	55311	0	America/New_York	41.40005	-81.10815	394	Grove,Groves,Maple Grove		OH	055	77574	
5161761	Maple Grove	maple-grove	US	55311	0	America/New_York	41.21478	-83.22575	219	Linden,Lindon,Maple Grove,Maplegrove		OH	147	43316	
5161803	Maple Heights	maple-heights	US	44137	22631	America/New_York	41.41533	-81.56596	274	Mapl Khehjts,Mejpl Khajts,mybl hayts,mypl hayts  awhayw,Мапл Хэйтс,Мејпл Хајтс,ميبل هايتس,میپل هایتس، اوهایو		OH	035	47306	
5161837	Maple Valley	maple-valley	US	98038	0	America/New_York	41.08394	-81.57012	302			OH	153	01000	
5161840	Maplecrest	maplecrest	US	12454	0	America/New_York	41.55811	-84.57078	262			OH	171	38864	
5161848	Mapleton	mapleton	US	04757	0	America/New_York	40.74589	-81.24622	320			OH	151	58926	
5161856	Maplewood	maplewood	US	07040	0	America/New_York	40.37616	-84.02577	315	Maplewood,Tileton,Tiletown		OH	149	69960	
5161869	Marblehead	marblehead	US	01945	888	America/New_York	41.54033	-82.73546	191	Danbury,Marble Head,Marblehead,Plaster-bed,Plasterbed		OH	123	20058	
5161879	Marengo	marengo	US	43334	346	America/New_York	40.40089	-82.81073	353			OH	117	05508	
5161891	Maria Stein	maria-stein	US	45860	0	America/New_York	40.40782	-84.49329	296	Maria Stein,Maria Stein Station,Saint John,Saint Johns Station		OH	107	47782	
5161902	Marion	marion	US	02738	36363	America/New_York	40.58867	-83.12852	299	Jacobs Well,MNN,Marion,Marion Court House,Mehrion,ma li en,marywn,marywn  awhayw,Марион,Мэрион,ماريون,ماریون، اوهایو,ماریون، اوہائیو,马里恩	101	OH	101	47768	
5161938	Mark Center	mark-center	US	43536	0	America/New_York	41.28894	-84.63106	219	Mark Center,Mark Centre		OH	039	47852	
5161968	Marlboro	marlboro	US	05344	0	America/New_York	40.95117	-81.21399	356	Marlboro,Marlborough		OH	151	47936	
5161984	Marne	marne	US	49435	783	America/New_York	40.07118	-82.30932	250	Marne,Montgomery		OH	089	46508	
5161993	Marseilles	marseilles	US	61341	110	America/New_York	40.70144	-83.3927	267	Burlington,Marseilles		OH	175	48006	
5162013	Marshallville	marshallville	US	31057	760	America/New_York	40.90228	-81.73402	341	Bristol,Marshallville,Marshalville,Mashalville		OH	169	04276	
5162016	Martel	martel	US	43335	0	America/New_York	40.66895	-82.91018	317	Baker,Martel,Three Locusts,Tully City		OH	101	77742	
5162018	Martin	martin	US	15460	0	America/New_York	41.55755	-83.33659	184			OH	123	15546	
5162044	Martins Ferry	martins-ferry	US	43935	6786	America/New_York	40.09591	-80.72453	216	Franklin,Jefferson,Martin's Ferry,Martins Fehrri,Martins Feri,Martins Ferry,Martinsville,Norristown,martynz fry  awhayw,martynz fyry,Мартинс Фери,Мартинс Фэрри,مارتينز فيري,مارتینز فری، اوهایو		OH	013	61378	
5162048	Martinsburg	martinsburg	US	13404	232	America/New_York	40.26979	-82.35404	358	Hanover,Martinsburg,Martinsburgh,Williamsburg		OH	083	15504	
5162053	Martinsville	martinsville	US	08836	438	America/New_York	40.61451	-81.86792	277			OH	075	70156	
5162077	Marysville	marysville	US	17053	22817	America/New_York	40.23645	-83.36714	302	Marysville,Mehrisvill,Merisvil,Shaded City,Shady City,maryswyl  awhayw,mearizubiru,melijeubil,myryzfyl,Мерисвил,Мэрисвилл,ماریسویل، اوهایو,ميريزفيل,میریزویل، اوہائیو,メアリーズビル,메리즈빌	159	OH	159	59864	
5162097	Massillon	massillon	US	44646	32252	America/New_York	40.79672	-81.52151	289	Kendal,Kendall,Masillon,Masilon,Massillion,Massillon,Massilon,masillon,masylwn,masylwn  awhayw,Μάσιλον,Масилон,Массиллон,ماسيلون,ماسیلون، اوهایو,마실론		OH	151	48244	
5162119	Masury	masury	US	44438	2064	America/New_York	41.21117	-80.53785	280			OH	155	09190	
5162137	Maumee	maumee	US	43537	13940	America/New_York	41.56283	-83.65382	193	Fort Miami,Maumee,Maumee City,Maumi,Momi,Waynesville,mawmy,mawmy  awhayw,Мауми,Моми,ماومي,ماومی، اوهایو		OH	095	48342	
5162161	Maximo	maximo	US	44650	0	America/New_York	40.87645	-81.17205	361	Maximo,Strasburg,Strasburgh,Strassburg		OH	151	81634	
5162167	Maybee	maybee	US	48159	0	America/New_York	40.77895	-82.62129	427			OH	139	74128	
5162180	Mayfield	mayfield	US	12117	3403	America/New_York	41.552	-81.43928	282	Mayfield,Mayfield Center,Mayfield Centre		OH	035	48468	
5162205	Maynard	maynard	US	01754	0	America/New_York	40.1234	-80.87926	266	Fathermac,Maynard,New Pittsburg		OH	013	16602	
5162212	Maysville	maysville	US	26833	0	America/New_York	40.73255	-83.87994	308	Dempster,Hog Creek,Maysville		OH	003	37646	
5162213	Maysville	maysville	US	26833	0	America/New_York	40.15424	-81.79985	238			OH	119	51506	
5162214	Maysville	maysville	US	26833	0	America/New_York	40.69728	-81.79263	349	Kochs,Mayesville,Maysville		OH	169	70198	
5162260	McComb	mccomb	US	39648	1644	America/New_York	41.10755	-83.79271	235	McComb,Pleasantville		OH	063	63268	
5162297	McDonald	mcdonald	US	88262	3152	America/New_York	41.16367	-80.72424	293			OH	155	45934	
5162490	Mecca	mecca	US	47860	0	America/New_York	41.3895	-80.73703	284	East Mecca,East Mecca Corners,Mecca		OH	155	48678	
5162494	Mechanicsburg	mechanicsburg	US	17050	1599	America/New_York	40.072	-83.55631	330	Mechanic,Mechanicsburg,Mechanicsburgh,Mekaniksburg,Tan Yard,Меканиксбург		OH	021	30982	
5162495	Mechanicsburg	mechanicsburg	US	17050	0	America/New_York	40.9145	-82.7724	314			OH	033	02890	
5162496	Mechanicsburg	mechanicsburg	US	17050	0	America/New_York	40.85839	-81.9832	351	Mechanicsburg,Mechanicsburgh		OH	169	82320	
5162502	Mechanicstown	mechanicstown	US	44651	0	America/New_York	40.61867	-80.9512	382	Mechanicsburg,Mechanicstown,Mechanicsville		OH	019	28126	
5162504	Mechanicsville	mechanicsville	US	18934	0	America/New_York	41.75478	-80.89453	237	Austin Mills,Mechanicsville		OH	007	03156	
5162512	Medina	medina	US	14103	26339	America/New_York	41.13839	-81.86375	332	Mecca,Medajna,Medina,Medina Court House,mdyna,mdyna  awhayw,Медајна,Медина,مدينا,مدینا، اوهایو,مدینہ، اوہائیو	103	OH	103	48808	
5162535	Meeker	meeker	US	74855	0	America/New_York	40.64367	-83.30575	273	Cochranton,Meeker,Scott,Scott Town		OH	101	31178	
5162548	Mellwood	mellwood	US	72367	0	America/New_York	41.70699	-83.59438	187			OH	095	77000	
5162549	Melmore	melmore	US	44845	153	America/New_York	41.02394	-83.10936	263			OH	147	24346	
5162554	Melrose	melrose	US	02176	268	America/New_York	41.09227	-84.41967	216	Melrose,Melrouz,Murat,Newberg,Newburg,Royal Oak,Saint Andrews,Мелроуз		OH	125	09512	
5162631	Mendon	mendon	US	01756	650	America/New_York	40.67338	-84.51884	250	Coiltown,Guilford,Mendon		OH	107	78442	
5162645	Mentor	mentor	US	44060	46901	America/New_York	41.66616	-81.33955	211	Mehntor,Mentor,Mentor Station,mntwr,mntwr  awhayw,Ментор,Мэнтор,منتور,منتور، اوهایو		OH	085	49056	
5162677	Mercer	mercer	US	16137	0	America/New_York	40.65505	-84.58551	246	Mercer,Milan,Ruckmans		OH	107	22708	
5162702	Meredith	meredith	US	03253	0	America/New_York	40.38617	-83.13158	291			OH	041	65312	
5162716	Mesopotamia	mesopotamia	US	44439	0	America/New_York	41.45839	-80.95509	261			OH	155	49210	
5162730	Metamora	metamora	US	43540	613	America/New_York	41.71172	-83.90966	220			OH	051	01728	
5162750	Metz	metz	US	26585	0	America/New_York	41.19533	-81.45872	318	Little Ireland,Metz		OH	153	74944	
5162763	Mexico	mexico	US	04257	0	America/New_York	40.98644	-83.19325	246			OH	175	78141	
5162801	Middle Bass	middle-bass	US	43446	0	America/New_York	41.67894	-82.81213	177			OH	123	65046	
5162831	Middle Point	middle-point	US	45863	565	America/New_York	40.8556	-84.44717	238	Middle Point,Middlepoint		OH	161	81676	
5162842	Middlebourne	middlebourne	US	26149	0	America/New_York	40.05118	-81.3365	264	Middlebourn,Middlebourne,Middleton,Middletown		OH	059	59290	
5162844	Middlebranch	middlebranch	US	44652	0	America/New_York	40.89006	-81.32872	340	Middle Branch,Middlebranch		OH	151	62988	
5162848	Middleburg	middleburg	US	17842	0	America/New_York	40.45479	-80.88036	348			OH	081	74122	
5162849	Middleburg	middleburg	US	17842	0	America/New_York	40.29256	-83.58243	357	Elberts,Middleburg,Middleburgh,West Middleberg,West Middleborough,West Middleburg		OH	091	88042	
5162856	Middlebury	middlebury	US	05753	0	America/New_York	40.84616	-84.74607	249	Middleberry,Middleburg,Middlebury		OH	161	34034	
5162859	Middlefield	middlefield	US	01243	2693	America/New_York	41.462	-81.07371	343	Batavia,Middlefield,Thompsons Corners		OH	055	49700	
5162864	Middleton	middleton	US	01949	0	America/New_York	40.84339	-80.65118	384	Middleton,Mosk		OH	029	25998	
5162870	Middletown	middletown	US	02842	0	America/New_York	40.19172	-83.61909	409	Brinton,Middletown		OH	021	82096	
5162871	Middletown	middletown	US	02842	0	America/New_York	40.77367	-82.79185	343			OH	033	38570	
5162878	Midvale	midvale	US	44653	749	America/New_York	40.43784	-81.37317	262			OH	157	31066	
5162885	Midway	midway	US	15060	0	America/New_York	40.12424	-80.90815	306			OH	013	84602	
5162886	Midway	midway	US	15060	0	America/New_York	41.58839	-83.8255	208			OH	095	75903	
5162887	Midway	midway	US	15060	0	America/New_York	40.09255	-84.21467	265			OH	109	74475	
5162888	Midway	midway	US	15060	0	America/New_York	40.94089	-81.33705	354			OH	151	41314	
5162903	Mifflin	mifflin	US	17058	137	America/New_York	40.77395	-82.36433	326	Mifflin,Petersburg,Petersburgh		OH	005	50050	
5162916	Mifflinville	mifflinville	US	18631	0	America/New_York	40.03534	-82.95296	261			OH	049	50064	
5162920	Milan	milan	US	03588	1347	America/New_York	41.29755	-82.60545	201	Beatty,Camp Avery,Fort Avery,Majlan,Milan,New Salem,Paynothing,Peaquotting,Petquoting,mi lan,miran,mylan,Мајлан,Милан,ميلان,ミラン,米兰		OH	043	50148	
5162936	Miles	miles	US	52064	0	America/New_York	41.44922	-81.60874	261	Miles,Miles Heights Village		OH	035	16000	
5162952	Milford Center	milford-center	US	43045	823	America/New_York	40.17867	-83.43548	303	Darby Ford,Milford,Milford Center,Milford Centre,Mill Ford,Millford		OH	159	78582	
5163005	Millbrook	millbrook	US	12545	0	America/New_York	40.72728	-82.0082	273	Mill Brook,Millbrook		OH	169	62995	
5163008	Millbury	millbury	US	01527	1249	America/New_York	41.56616	-83.42465	187	Clay Junction,Millbury,Millbury Junction		OH	173	41328	
5163033	Miller City	miller-city	US	45864	139	America/New_York	41.10283	-84.13133	221	Miller City,Millers City,Saint Nicholas		OH	137	59612	
5163076	Millersburg	millersburg	US	17061	3151	America/New_York	40.55451	-81.91792	274	Milersburg,Millersburg,Millersburgh,mylzbwrgh,Милерсбург,ميلزبورغ	075	OH	075	33460	
5163085	Millerstown	millerstown	US	17062	0	America/New_York	40.157	-83.92132	339			OH	021	39228	
5163087	Millersville	millersville	US	17551	0	America/New_York	41.312	-83.28131	212			OH	143	38052	
5163089	Millheim	millheim	US	16854	0	America/New_York	40.99728	-81.4365	328	Milheim,Millheim		OH	153	74130	
5163096	Millport	millport	US	14864	0	America/New_York	40.70006	-80.88647	332	Franklin,Millport,New Franklin		OH	029	28238	
5163109	Millsboro	millsboro	US	15348	0	America/New_York	40.74895	-82.63767	392	Martins Mills,Millsboro,Millsborough		OH	139	74128	
5163113	Millville	millville	US	01529	0	America/New_York	40.90589	-80.80647	315			OH	099	31794	
5163119	Milton Center	milton-center	US	43541	147	America/New_York	41.30255	-83.82883	210	Milton,Milton Center,Milton Centre,Milton Station		OH	173	50680	
5163131	Mina	mina	US	89422	0	America/New_York	41.45394	-84.71107	262			OH	171	69638	
5163132	Mineral City	mineral-city	US	44656	723	America/New_York	40.60117	-81.36122	288	Mineral City,Mineral Point		OH	157	70443	
5163137	Mineral Ridge	mineral-ridge	US	44440	3892	America/New_York	41.14006	-80.76897	306	Mineral Ridge,Mineralridge,Weathersfield,Wethersfield		OH	155	82446	
5163143	Minerva	minerva	US	12851	3678	America/New_York	40.72978	-81.10538	322	Minerva,mynyrfa,Минерва,مينيرفا		OH	151	59850	
5163156	Mingo	mingo	US	43047	0	America/New_York	40.20811	-83.63826	367	Mingo,Mulberry		OH	021	82096	
5163160	Mingo Junction	mingo-junction	US	43938	3324	America/New_York	40.32174	-80.6098	243	Mingo,Mingo Junction,Mingo Station,mynghw jankshn,مينغو جانكشن		OH	081	74615	
5163176	Minster	minster	US	45865	2845	America/New_York	40.3931	-84.37606	294	Minister,Minster,Muenster,Stallo Town,Stallostown,Stallotown,Stallows Town		OH	011	37674	
5163244	Mogadore	mogadore	US	44260	3909	America/New_York	41.04645	-81.39789	349	Bradleyville,Bradyville,Mogadore		OH	153	51058	
5163285	Moline	moline	US	49335	0	America/New_York	41.55866	-83.51132	190			OH	173	41328	
5163295	Monclova	monclova	US	43542	0	America/New_York	41.55866	-83.73299	193			OH	095	51156	
5163311	Monroe Center	monroe-center	US	61052	0	America/New_York	41.8445	-80.57146	278	Monroe Center,Monroe Centre		OH	007	51296	
5163346	Monroeville	monroeville	US	08343	1370	America/New_York	41.24422	-82.69629	216	Monroe,Monroeville		OH	077	67006	
5163347	Monroeville	monroeville	US	08343	0	America/New_York	40.59784	-80.83758	394	Croxton,Monroeville		OH	081	09750	
5163354	Monterey	monterey	US	01245	0	America/New_York	40.4506	-84.78385	281			OH	107	65781	
5163357	Montezuma	montezuma	US	13117	161	America/New_York	40.48894	-84.54857	269			OH	107	28350	
5163371	Monticello	monticello	US	04760	0	America/New_York	40.69755	-84.42551	257			OH	161	38990	
5163375	Montpelier	montpelier	US	05601	3993	America/New_York	41.5845	-84.60551	261	Eagle Creek,Egal Creek,Montpelier		OH	171	51772	
5163382	Montrose	montrose	US	10548	0	America/New_York	41.13561	-81.63735	311	Ellis Corners,Elliss Corners,Lattas Corners,Mont Rose,Montrose,Yellow Creek		OH	153	18658	
5163386	Montville	montville	US	06353	0	America/New_York	41.60728	-81.05037	367			OH	055	51842	
5163416	Moorefield	moorefield	US	26836	0	America/New_York	40.19979	-81.17094	371	Moorefield,Moorfield		OH	067	51940	
5163441	Moreland	moreland	US	30259	0	America/New_York	40.76923	-81.33372	329			OH	151	12014	
5163442	Moreland	moreland	US	30259	0	America/New_York	40.71256	-81.94431	333	Moorefield,Mooreland,Moorland,Moreland,Morland		OH	169	28504	
5163462	Moran	moran	US	49760	0	America/New_York	41.26394	-81.38844	313	Jesse,Moran,Moran Station,Streetsboro Corners		OH	133	75014	
5163470	Morgantown	morgantown	US	19543	0	America/New_York	40.97339	-80.6323	356	Morgan Town,Morgantown		OH	099	04668	
5163483	Morral	morral	US	43337	384	America/New_York	40.68784	-83.21242	277	Moral,Morral		OH	101	70240	
5163522	Morristown	morristown	US	07960	302	America/New_York	40.06313	-81.07427	385	Morris Town,Morristown		OH	013	78218	
5163560	Moulton	moulton	US	35650	0	America/New_York	40.55616	-84.29717	274			OH	011	52472	
5163565	Moultrie	moultrie	US	31768	0	America/New_York	40.79645	-81.07093	333			OH	029	82852	
5163588	Mount Blanchard	mount-blanchard	US	45867	484	America/New_York	40.89839	-83.55604	258			OH	063	21462	
5163613	Mount Carmel	mount-carmel	US	17851	4195	America/New_York	41.27116	-82.93686	238			OH	143	87080	
5163626	Mount Cory	mount-cory	US	45868	205	America/New_York	40.93672	-83.82244	248	Cory,Mount Cory		OH	063	78330	
5163628	Mount Eaton	mount-eaton	US	44659	242	America/New_York	40.6945	-81.70318	381	Mount Eaton,Paintville		OH	169	59556	
5163631	Mount Gilead	mount-gilead	US	27306	3653	America/New_York	40.54923	-82.8274	346	Gilead,Maunt Gilijad,Mount Gilead,Whetsom,Whetstone,Youngstown,mawnt ghylad,Маунт Гилијад,ماونت غيلاد	117	OH	117	30128	
5163632	Mount Gilead	mount-gilead	US	27306	0	America/New_York	41.18089	-83.23742	226			OH	147	43316	
5163660	Mount Hope	mount-hope	US	25880	0	America/New_York	40.62395	-81.78458	386	Middletown,Mount Hope,Mounthope		OH	075	70156	
5163679	Mount Liberty	mount-liberty	US	43048	0	America/New_York	40.34673	-82.63017	370	Milfordton,Mount Liberty		OH	083	43218	
5163722	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	41.46589	-81.58457	282			OH	035	16000	
5163723	Mount Pleasant	mount-pleasant	US	15666	455	America/New_York	40.17535	-80.79786	380			OH	081	52990	
5163724	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	41.27866	-82.85935	234			OH	077	05228	
5163725	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.90784	-81.40539	368			OH	151	41314	
5163774	Mount Tabor	mount-tabor	US	07878	0	America/New_York	40.52006	-81.37317	366	Mount Tabor,Taber,Tabor		OH	157	26082	
5163790	Mount Union	mount-union	US	17066	0	America/New_York	40.90145	-81.10593	374	Jobsville,Mount Union		OH	151	01420	
5163799	Mount Vernon	mount-vernon	US	04352	16742	America/New_York	40.3934	-82.48572	305	Maunt Vernon,mawnt frnwn,mwwnt wrnwn  awhayw,Маунт Вернон,ماؤنٹ ورنن، اوہائیو,ماونت فرنون,موونت ورنون، اوهایو	083	OH	083	53102	
5163800	Mount Vernon	mount-vernon	US	04352	0	America/New_York	40.83811	-81.39456	357			OH	151	12000	
5163814	Mount Victory	mount-victory	US	43340	622	America/New_York	40.5345	-83.52048	317			OH	065	32837	
5163953	Mulberry Grove	mulberry-grove	US	62262	0	America/New_York	40.10255	-84.32967	290			OH	109	54138	
5163968	Munroe Falls	munroe-falls	US	44262	5019	America/New_York	41.1445	-81.43983	314	Florence,Monroe Falls,Munroe,Munroe Falls		OH	153	53312	
5164001	Murphys	murphys	US	95247	0	America/New_York	41.08339	-83.72688	245	Murphy,Murphy's Siding,Murphys,Murphys Siding		OH	063	64066	
5164039	Mutual	mutual	US	73853	102	America/New_York	40.07867	-83.63687	364	Laffertys Texas,Mutual,Texas		OH	021	78274	
5164050	Myersville	myersville	US	21773	0	America/New_York	40.97617	-81.42372	329	Meyersville,Myersville		OH	153		
5164527	Newport	newport	US	02840	198	America/New_York	40.29588	-84.36967	297	Newport,North Port,Northport,Wynant		OH	149	19834	
5164057	Napoleon	napoleon	US	43545	8595	America/New_York	41.39227	-84.12522	207	Napoleon,Napoleón,Napolion,nabwlywn  awhayw,napwlywn  awhayw,Наполеон,Наполион,نابوليون، أوهايو,ناپولئون، اوهایو	069	OH	069	53564	
5164065	Nashport	nashport	US	43830	0	America/New_York	40.07062	-82.1757	251			OH	119	43470	
5164071	Nashville	nashville	US	27856	0	America/New_York	40.09199	-84.7444	332	Darke,Nashville		OH	037	81186	
5164072	Nashville	nashville	US	27856	206	America/New_York	40.59617	-82.1121	373	Nashvill,Нашвилл		OH	075	81368	
5164085	Nankin	nankin	US	44848	0	America/New_York	40.92144	-82.28183	316	Nankin,Orange		OH	005	58562	
5164101	Navarre	navarre	US	32566	1922	America/New_York	40.7245	-81.52207	293	Bethlehem,Nasvarra,Navarra,Navarre,Rochester		OH	151	06180	
5164110	Naylor	naylor	US	31641	0	America/New_York	40.91839	-80.97287	342	Naylor,Naylors Crossing		OH	099	31038	
5164132	Neapolis	neapolis	US	43547	423	America/New_York	41.49283	-83.87328	204			OH	095	64836	
5164142	Neffs	neffs	US	18065	993	America/New_York	40.02729	-80.81509	224	Alexander,Neffs,Neffs Siding,Saint Clairsville Junction,Shields		OH	013	64962	
5164146	Needmore	needmore	US	17238	0	America/New_York	40.19588	-84.50273	306			OH	037	82152	
5164151	Negley	negley	US	44441	281	America/New_York	40.79006	-80.53896	261	Holly Station,Negley,Negly		OH	029	49784	
5164168	Nelson	nelson	US	03457	0	America/New_York	41.31006	-81.05148	324	Nelson,Nelson Center		OH	133	53858	
5164179	Neptune	neptune	US	07753	0	America/New_York	40.6031	-84.49162	259			OH	107	12952	
5164194	Nevada	nevada	US	44849	740	America/New_York	40.81922	-83.13047	283	Nevada,Невада		OH	175	24360	
5164202	New Albany	new-albany	US	18833	9879	America/New_York	40.08117	-82.80879	312	Hope,N'ju Albani,N'ju-Albani,New Albany,Nju Olbani,nyw albany,nyw albany  awhayw,Њу Олбани,Нью Албани,Нью-Албани,نيو ألباني,نیو آلبانی، اوهایو		OH	049	62974	
5164203	New Albany	new-albany	US	18833	0	America/New_York	40.94228	-80.83592	326	Albany,New Albany		OH	099	31794	
5164214	New Alexandria	new-alexandria	US	15670	264	America/New_York	40.29063	-80.67924	373			OH	081	19484	
5164219	New Athens	new-athens	US	43981	321	America/New_York	40.18479	-80.99565	361	Athens,New Athens		OH	067	02764	
5164221	New Baltimore	new-baltimore	US	12124	0	America/New_York	40.9845	-81.24955	356			OH	151	47936	
5164225	New Bavaria	new-bavaria	US	43548	98	America/New_York	41.20366	-84.16828	224			OH	069	63296	
5164227	New Bedford	new-bedford	US	02740	0	America/New_York	40.44479	-81.76513	353			OH	031	19218	
5164238	New Bloomington	new-bloomington	US	43341	496	America/New_York	40.58339	-83.31659	287	Agosta,Agosta Station,Belfast,Bloomington,Carey,Carey Station,New Bloomington		OH	101	51730	
5164239	New Bremen	new-bremen	US	45869	2964	America/New_York	40.43699	-84.37967	288	Bremen,New Bremen,Nju Bremen,nyw brymyn,Њу Бремен,نيو بريمين		OH	011	29848	
5164248	New Buffalo	new-buffalo	US	17069	0	America/New_York	40.98811	-80.7123	341			OH	099	11374	
5164262	New Cumberland	new-cumberland	US	17070	0	America/New_York	40.53867	-81.30011	285	New Cumberland,Newcumberland		OH	157	80920	
5164269	New England	new-england	US	58647	0	America/New_York	40.79617	-81.50151	329			OH	151	48244	
5164273	New Franklin	new-franklin	US	65274	0	America/New_York	40.79839	-81.09204	391	Franklin,New Franklin		OH	151	59850	
5164274	New Franklin	new-franklin	US	65274	14275	America/New_York	40.94172	-81.54151	333			OH	153	54562	
5164292	New Hampshire	new-hampshire	US	45870	174	America/New_York	40.55616	-83.95272	315			OH	011	30954	
5164302	New Haven	new-haven	US	05472	399	America/New_York	41.03172	-82.68157	284	New Haven,Newhaven		OH	077	54712	
5164333	New Knoxville	new-knoxville	US	45871	867	America/New_York	40.49366	-84.31467	275	Knoxville,New Knoxville		OH	011	81074	
5164352	New London	new-london	US	03257	2381	America/New_York	41.08505	-82.39989	299	Kings Corners,Kinsleys Corners,Merrifield,Merrifield Settlement,N'ju-London,New London,Nova Londres,Нью-Лондон		OH	077	54922	
5164371	New Middletown	new-middletown	US	44442	1576	America/New_York	40.96117	-80.55757	382			OH	099	55118	
5164376	New Milford	new-milford	US	06776	0	America/New_York	41.10478	-81.21455	343	New Milford,Rootstown Station		OH	133	68392	
5164390	New Philadelphia	new-philadelphia	US	17959	17484	America/New_York	40.48979	-81.44567	276	N'ju Filadel'fija,New Philadelphia,Nju Filadelfija,PHD,Philadelphia,nyw fyladlfya,nyw fyladlfya  awhayw,Њу Филаделфија,Нью Филадельфия,نيو فيلادلفيا,نیو فیلادلفیا، اوهایو	157	OH	157	55216	
5164402	New Richland	new-richland	US	56072	0	America/New_York	40.48588	-83.77327	318	Kendall,New Richland,Richland		OH	091	66740	
5164405	New Riegel	new-riegel	US	44853	246	America/New_York	41.05144	-83.31853	253	New Reigel,New Riegel,New Riegle		OH	147	06432	
5164414	New Rumley	new-rumley	US	43984	0	America/New_York	40.40173	-81.03093	373	New Rumley,Rumley,Rumley Town,Rumleys		OH	067	68994	
5164426	New Salisbury	new-salisbury	US	47161	0	America/New_York	40.59312	-80.73619	232	New Sailsbury,New Salisbury,Salisbury Station		OH	029	86912	
5164434	New Springfield	new-springfield	US	44443	0	America/New_York	40.91728	-80.60618	369	New Springfield,Springfield		OH	099	74124	
5164445	New Washington	new-washington	US	44854	936	America/New_York	40.96228	-82.85435	302			OH	033	19134	
5164449	New Waterford	new-waterford	US	44445	1202	America/New_York	40.84506	-80.61452	319	Bull Creek,New Waterford		OH	029	78890	
5164455	New Weston	new-weston	US	45348	134	America/New_York	40.33727	-84.64329	308	New Weston,Weston		OH	037	01294	
5164466	Newark	newark	US	07101	47986	America/New_York	40.05812	-82.40126	254	N'juark,New Ark,Newark,Njuark,nyuaku,nywark,nywark  awhayw,Њуарк,Ньюарк,نيوارك,نیوآرک، اوہائیو,نیوارک، اوهایو,ニューアーク	089	OH	089	54040	
5164482	Newbern	newbern	US	24126	0	America/New_York	40.25144	-84.24106	288	New Bern,Newbern		OH	149	81620	
5164496	Newcastle	newcastle	US	04553	0	America/New_York	40.33507	-82.1657	366	New Castle,Newcastle,West Liberty		OH	031	54376	
5164500	Newcomerstown	newcomerstown	US	43832	3794	America/New_York	40.27229	-81.60595	247	Des Nouveaux Venus,Gekelemukpechunk,Neighbortown,New Camero Town,New Comers Town,New Comerstown,Newcomers,Newcomers Town,Newcomers Village,Newcomerstown,Newcommerstown		OH	157	59304	
5164516	Newman	newman	US	61942	0	America/New_York	40.83117	-81.56512	344	Newman,Youngtown		OH	151	42168	
5164528	Newport	newport	US	02840	0	America/New_York	40.35923	-81.34289	266	Crocktown,New Port,Newport,Tracy		OH	157	50232	
5164541	Newton Falls	newton-falls	US	13666	4654	America/New_York	41.18839	-80.97815	284	Du Boisville,Duboiseville,Earlesville,Earlville,Lower Village,N'juton Fols,Newton,Newton Falls,Njuton Fols,nywtn fwlz,nywtwn fals  awhayw,Њутон Фолс,Ньютон Фолс,نيوتن فولز,نیوتون فالس، اوهایو		OH	155	55636	
5164558	Newville	newville	US	17241	0	America/New_York	40.63034	-82.38544	319			OH	139	86618	
5164561	Ney	ney	US	43549	353	America/New_York	41.38116	-84.52273	216	Georgetown,Ney		OH	039	81200	
5164582	Niles	niles	US	44446	18651	America/New_York	41.18284	-80.76536	268	Heatons Furnace,Mahoning,Mahoning Salt Springs,Mohoning,Najls,Niles,Niles City,Nilestown,naylz,ni er si,nylz  awhayw,Найлс,Најлс,نايلز,نیلز، اوهایو,尼爾斯		OH	155	82446	
5164604	Nineveh	nineveh	US	13813	0	America/New_York	40.04894	-84.54523	317			OH	037	79380	
5164614	Noble	noble	US	62868	0	America/New_York	41.59505	-81.51373	194			OH	035	25704	
5164643	Norristown	norristown	US	19401	0	America/New_York	40.66534	-80.95148	344	Morristown,Norristown		OH	019	23226	
5164653	North Baltimore	north-baltimore	US	45872	3545	America/New_York	41.18283	-83.67827	223			OH	173	34986	
5164672	North Benton	north-benton	US	44449	0	America/New_York	40.98506	-81.01259	325	Benton,North Benton		OH	099	72740	
5164677	North Bloomfield	north-bloomfield	US	44450	0	America/New_York	41.46422	-80.86842	273	Bloomfield,North Bloomfield		OH	155	07160	
5164706	North Canton	north-canton	US	06059	17441	America/New_York	40.87589	-81.40234	354	Berlin,Marchant,New Berlin,North Canton		OH	151	62988	
5164762	North Fairfield	north-fairfield	US	44855	537	America/New_York	41.10394	-82.61184	283	Fairfield,Greenfield Corners,North Fairfield,Steamburgh		OH	077	26040	
5164767	North Creek	north-creek	US	12853	0	America/New_York	41.14644	-84.21939	219	North Creek,Northcreek		OH	137	59612	
5164782	North Georgetown	north-georgetown	US	44665	0	America/New_York	40.84311	-80.98592	347	Georgetown,North George Town,North Georgetown		OH	029	40824	
5164804	North Jackson	north-jackson	US	44451	0	America/New_York	41.10006	-80.85731	311	Jackson,Jackson Center,Jackson Centre,North Jackson		OH	099	37884	
5164812	North Kingsville	north-kingsville	US	44068	2839	America/New_York	41.90589	-80.69036	216	Kingsville Station,North Kingsville		OH	007	56700	
5164820	North Lawrence	north-lawrence	US	12967	268	America/New_York	40.83978	-81.62846	315	Bowdil,Bowdill,Lawrence,Lawrence City,N. Lawrence,North Lawrence		OH	151	42168	
5164826	North Lewisburg	north-lewisburg	US	43060	1445	America/New_York	40.22311	-83.55743	333	Lewisburg,North Lewisburg,North Lewisburgh		OH	021	69078	
5164828	North Liberty	north-liberty	US	46554	0	America/New_York	40.53756	-82.40822	398			OH	083	62652	
5164831	North Lima	north-lima	US	44452	0	America/New_York	40.94839	-80.65896	336	Lima,Lime,North Lima		OH	099	04668	
5164862	North Olmsted	north-olmsted	US	44070	32004	America/New_York	41.4156	-81.92347	232	Nors Olmstehd,Nort Olmsted,awlmstd shmaly  awhayw,nwrth awlmstyd,Норс Олмстэд,Норт Олмстед,اولمستد شمالی، اوهایو,نورث أولمستيد		OH	035	56882	
5164875	North Palm Beach	north-palm-beach	US	33408	0	America/New_York	41.40699	-82.57129	179			OH	043	37030	
5164903	North Ridgeville	north-ridgeville	US	44039	32483	America/New_York	41.38949	-82.01903	222	Nors Ridzhvill,Nort Ridzvil,North Ridgeville,Ridgeville,Ridgeville Centre,nwrth rydjfyl,ryjwyl shmaly  awhayw,Норс Риджвилл,Норт Риџвил,ریجویل شمالی، اوهایو,نورث ريدجفيل		OH	093	56966	
5164914	North Robinson	north-robinson	US	44856	199	America/New_York	40.79256	-82.85713	327	North Robinson,Robinson		OH	033	84644	
5164916	North Royalton	north-royalton	US	44133	30311	America/New_York	41.31366	-81.72457	366	Nors Rojalton,Nort,North Royalton,Royalton,Royalton Center,nwrth rwyaltwn,rwyaltwn shmaly  awhayw,Норс Роялтон,Норт,رویالتون شمالی، اوهایو,نورث رويالتون		OH	035	57008	
5164924	North Salem	north-salem	US	03073	0	America/New_York	40.1434	-81.54568	306	North Salem,Salem		OH	059	43134	
5164943	North Springfield	north-springfield	US	05150	0	America/New_York	41.04117	-81.43483	336			OH	153	01000	
5164947	North Star	north-star	US	45350	232	America/New_York	40.32477	-84.57051	306			OH	037	80248	
5164998	Northfield	northfield	US	01360	3637	America/New_York	41.34505	-81.52845	320			OH	153	56448	
5165051	Northville	northville	US	12134	0	America/New_York	40.182	-83.81216	322			OH	021	18126	
5165067	Northwood	northwood	US	03261	5469	America/New_York	40.47283	-83.73243	350			OH	091	45682	
5165068	Northwood	northwood	US	03261	0	America/New_York	40.54727	-84.48301	267			OH	107	38724	
5165069	Northwood	northwood	US	03261	5350	America/New_York	41.60727	-83.46882	186			OH	173	57190	
5165086	Norton	norton	US	02766	0	America/New_York	40.43395	-83.0738	288	Fort Morrow,Fort Norton,Norton		OH	041	47908	
5165087	Norton	norton	US	02766	12036	America/New_York	41.02922	-81.63818	325	Norton,Norton Center,Norton Centre,Norton Corners		OH	153	57260	
5165101	Norwalk	norwalk	US	06850	16827	America/New_York	41.24255	-82.61573	219	Norvok,Norvolk,nowokeu,nwrwak  awhayw,Норвок,Норволк,نورواك، أوهايو,نورواک، اوهایو,노워크	077	OH	077	57302	
5165120	Nottingham	nottingham	US	03290	0	America/New_York	41.57422	-81.5479	191			OH	035	16000	
5165135	Novelty	novelty	US	44072	0	America/New_York	41.49477	-81.34067	324			OH	055	69232	
5165148	Nunda	nunda	US	14517	0	America/New_York	40.53534	-82.36016	376	Munda,Nunda,Wunda		OH	083	09470	
5165215	Oak Harbor	oak-harbor	US	43449	2715	America/New_York	41.50672	-83.14659	177	Hartford,Oak Harbor,Oakharbor,Port Leron		OH	123	69946	
5165223	Oak Hill	oak-hill	US	12460	1642	America/New_York	40.41423	-82.24099	294			OH	083	78358	
5165238	Oak Park	oak-park	US	48237	0	America/New_York	40.25173	-80.99871	331			OH	067	10814	
5165242	Oak Ridge	oak-ridge	US	07438	0	America/New_York	40.83978	-81.50456	335			OH	151	38094	
5165274	Oakfield	oakfield	US	04763	0	America/New_York	41.40894	-80.84981	278	North Bristol Station,Oakfield		OH	155	08938	
5165285	Oakland	oakland	US	02858	0	America/New_York	40.05145	-82.7774	327			OH	049	38612	
5165303	Oakmont	oakmont	US	15139	0	America/New_York	41.54172	-83.59716	193			OH	173	62162	
5165311	Oakwood	oakwood	US	24631	3681	America/New_York	41.36533	-81.5079	319			OH	035	57750	
5165363	Odell	odell	US	60460	0	America/New_York	40.1509	-81.47678	304			OH	059	51380	
5165380	Ohio City	ohio-city	US	45874	747	America/New_York	41.48422	-81.71124	209			OH	035	16000	
5165381	Ohio City	ohio-city	US	45874	689	America/New_York	40.77144	-84.61551	250	Enterprise,Koogle,Ohio City		OH	161	43372	
5165437	Okolona	okolona	US	38860	0	America/New_York	41.35533	-84.21772	213	Oakland,Okalona,Okolona		OH	069	53564	
5165445	Oberlin	oberlin	US	44074	8350	America/New_York	41.29394	-82.21738	248	Oberle,Oberlin,awbrlyn,awbrlyn  awhayw,Оберле,Оберлин,Оберлін,أوبرلين,اوبرلین، اوهایو		OH	093	57834	
5165470	Old Fort	old-fort	US	28762	186	America/New_York	41.24005	-83.14992	209	Camp Seneca,Fort Seneca Station,Old Fort,Oldfort,Seneca		OH	147	63394	
5165556	Old Town	old-town	US	04468	0	America/New_York	40.44257	-81.46317	270	Old Town,Oldtown,Three Legs Old Town,Three Legs Town		OH	157	87094	
5165564	Old Washington	old-washington	US	43768	275	America/New_York	40.03868	-81.44456	309	Beymerstown,Beymertown,Old Washington,Washington		OH	059	85708	
5165579	Oldham	oldham	US	57051	0	America/New_York	40.07091	-81.59901	241	Oldham,Oldhams		OH	059	11003	
5165634	Olmsted	olmsted	US	62970	0	America/New_York	41.40699	-81.8968	233			OH	035	56882	
5165635	Olmsted Falls	olmsted-falls	US	44138	8889	America/New_York	41.37505	-81.90819	234	Norris Falls,Olmstead,Olmsted,Olmsted Falls,Olmsted Fols,Olmstehd Folls,awlmstd fals  awhayw,fwls awlmstyd,Олмстед Фолс,Олмстэд Фоллс,اولمستد فالس، اوهایو,فولس أولمستيد		OH	035	58422	
5165650	Omar	omar	US	25638	0	America/New_York	41.12422	-82.8713	273			OH	147	65942	
5165661	Oneida	oneida	US	13421	0	America/New_York	40.69867	-81.14899	307	Mills,Oneida,Oneida Mills,Oneida Station,Weirtemburg,Wertemberg,Wirtemberg,Wirtemburg		OH	019	09400	
5165664	Ontario	ontario	US	14519	6111	America/New_York	40.7595	-82.59017	414	New Castle,Ontario,Онтарио		OH	139	74128	
5165690	Oran	oran	US	50664	0	America/New_York	40.29116	-84.32161	300	Center,Centre Point,Oran		OH	149	19834	
5165694	Orange	orange	US	01364	0	America/New_York	40.28813	-81.6829	248	Evansburg,Evansburgh,Ewensburg,Orange,Windlepecks		OH	031	59248	
5165695	Orange	orange	US	01364	3277	America/New_York	41.44978	-81.48067	353	Barry,Orange,Orange Center,Orange Centre,Orange Village		OH	035	58604	
5165696	Orange	orange	US	01364	0	America/New_York	40.17423	-83.00796	292	Goodingdale,Orange,Orange Station,Williamsville		OH	041	58618	
5165715	Orangeville	orangeville	US	17859	197	America/New_York	41.33922	-80.51896	280	Hahns Mills,Orange,Orangeville		OH	155		
5165734	Oregon	oregon	US	43616	20102	America/New_York	41.64366	-83.48688	184	Oregon,awrgwn  awhayw,awryghwn,Орегон,أوريغون,اورگون، اوهایو		OH	095	58730	
5165755	Orrville	orrville	US	36767	8491	America/New_York	40.84367	-81.76402	323	Orrvill,Orrville,Orvil,Orville,awrfyl,awrwyl  awhayw,Орвил,Оррвилл,أورفيل,اورویل، اوهایو		OH	169	04276	
5165763	Orwell	orwell	US	05760	1609	America/New_York	41.53506	-80.86814	273	Leffingwell,Orwell		OH	007	58870	
5165781	Osgood	osgood	US	45351	297	America/New_York	40.33977	-84.49523	293			OH	037	61168	
5165786	Ostrander	ostrander	US	43061	688	America/New_York	40.26617	-83.21269	284			OH	041	70842	
5165793	Otsego	otsego	US	49078	0	America/New_York	40.12146	-81.76485	240			OH	119	51506	
5165794	Otsego	otsego	US	49078	0	America/New_York	41.44755	-83.77911	188			OH	173	81704	
5165801	Ottawa	ottawa	US	25149	4398	America/New_York	41.01922	-84.04717	222	Buckey,Lower Tauwa,Lower Tawa,Ocquanoxa,Ocquenesiestown,Otava,Ottawa,Ottowa,Tauwa Town,Tawa Town,Tawa Village,awtawa,Отава,أوتاوا,اوٹاوا، اوہائیو	137	OH	137	58996	
5165836	Otter	otter	US	59062	0	America/New_York	40.27589	-83.41909	310			OH	159	59864	
5165859	Ottoville	ottoville	US	45876	971	America/New_York	40.93227	-84.33884	225	Dog Creek,Ottoville,Sixteen		OH	137	51660	
5165934	Otterbein	otterbein	US	47970	0	America/New_York	40.58422	-83.50548	296			OH	065	22736	
5165943	Overton	overton	US	68863	0	America/New_York	40.86478	-82.01015	268	Cedar Valley Station,Overton		OH	169	14044	
5165945	Ovid	ovid	US	14521	0	America/New_York	40.0434	-82.80906	306	Headleys Corners,Ovid		OH	049	38612	
5166009	Painesville	painesville	US	44077	19776	America/New_York	41.72449	-81.24566	206	Champion,Newmarket,PVZ,Painesville,Pehjnsvill,Pejnsvil,baynsfyl,pynswyl  awhayw,Пејнсвил,Пэйнсвилл,باينسفيل,پینسویل، اوهایو	085	OH	085	59416	
5166035	Palermo	palermo	US	04354	0	America/New_York	40.49006	-81.15455	377			OH	019	61784	
5166039	Palestine	palestine	US	26160	197	America/New_York	40.04949	-84.74329	338			OH	037	43092	
5166050	Palmyra	palmyra	US	04965	0	America/New_York	40.5445	-82.54044	366			OH	083	05844	
5166051	Palmyra	palmyra	US	04965	0	America/New_York	41.09895	-81.05148	317			OH	133	59668	
5166061	Pandora	pandora	US	45877	1149	America/New_York	40.94811	-83.96105	236	Columbia,Pandora,Pendleton		OH	137	67174	
5166065	Panhandle	panhandle	US	79068	0	America/New_York	40.35868	-80.8687	304			OH	081	82180	
5166073	Paradise	paradise	US	17562	0	America/New_York	40.97367	-80.70758	352			OH	099	04668	
5166094	Paris	paris	US	04271	0	America/New_York	41.16645	-81.05121	298	Paris,Paris Center,Parisville		OH	133	59822	
5166095	Paris	paris	US	04271	0	America/New_York	40.79756	-81.16482	385			OH	151	59850	
5166135	Parkman	parkman	US	44080	0	America/New_York	41.37061	-81.0651	334			OH	055	59948	
5166177	Parma	parma	US	49269	79937	America/New_York	41.40477	-81.72291	264	Parma,barma,pama,parma  awhayw,Парма,פארמה,بارما,پارما، اوهایو,پارما، اوہائیو,パーマ,파마		OH	035	61000	
5166214	Pasco	pasco	US	99301	0	America/New_York	40.28338	-84.10077	318			OH	149	62064	
5166225	Patterson	patterson	US	12563	138	America/New_York	40.78061	-83.52576	281	Patterson,Patterson Station		OH	065	37814	
5166239	Pattersonville	pattersonville	US	12137	0	America/New_York	40.6745	-81.04843	319	Augusta Station,Pattersonville		OH	019	03030	
5166253	Paulding	paulding	US	39348	3488	America/New_York	41.13811	-84.58051	219	Polding,bwldyngh,Полдинг,بولدينغ	125	OH	125	61266	
5166290	Paxton	paxton	US	01612	0	America/New_York	41.09311	-81.68763	319			OH	103	71801	
5166334	Payne	payne	US	45880	1155	America/New_York	41.07755	-84.72718	227	Mallotsville,Payne		OH	125	33950	
5166336	Pearl	pearl	US	39208	0	America/New_York	40.36868	-81.72652	258	Chili Station,Pearl		OH	031	84714	
5166362	Pekin	pekin	US	47165	0	America/New_York	40.717	-81.12232	315			OH	019	09400	
5166363	Pekin	pekin	US	47165	0	America/New_York	40.42868	-80.6623	352			OH	081	37534	
5166369	Pemberton	pemberton	US	08068	0	America/New_York	40.29477	-84.03244	321			OH	149	62064	
5166372	Pemberville	pemberville	US	43450	1423	America/New_York	41.41089	-83.46104	199			OH	173	28756	
5166379	Penfield	penfield	US	14526	0	America/New_York	41.16866	-82.12126	258			OH	093	61532	
5166389	Peninsula	peninsula	US	44264	571	America/New_York	41.24117	-81.55262	230			OH	153	07776	
5166437	Peoria	peoria	US	61601	0	America/New_York	40.31395	-83.44576	314			OH	159	43358	
5166468	Perry	perry	US	04667	1627	America/New_York	41.76033	-81.14093	213			OH	085	61896	
5166516	Perrysburg	perrysburg	US	14129	21423	America/New_York	41.557	-83.62716	193	Orleans of the North,Pehrrisburg,Perisburg,Perrysburg,Perrysburgh,byrysbwrgh,prysbwrg  awhayw,Перисбург,Пэррисбург,بيريسبورغ,پریسبورگ، اوهایو		OH	173	62148	
5166528	Perrysville	perrysville	US	44864	723	America/New_York	40.65756	-82.31155	303	Clear Town,Hell Town,Helltown,Perrysville,Perryville,Perryville Village		OH	005	31682	
5166529	Perrysville	perrysville	US	44864	0	America/New_York	40.46479	-81.09454	378	Lamartine,Perrysville,Perryville		OH	019	61784	
5166537	Perryton	perryton	US	79070	0	America/New_York	40.14451	-82.20098	244	Elizabethtown,Perryton		OH	089	61924	
5166543	Peru	peru	US	04290	0	America/New_York	41.17005	-82.6424	237	Macksfield,Macksville,Maxville,Peru		OH	077	62246	
5166563	Petersburg	petersburg	US	12138	0	America/New_York	40.91256	-80.53035	344	Mussers Mill,Petersburg,Petersburgh		OH	099	74124	
5166574	Petroleum	petroleum	US	26161	0	America/New_York	41.20117	-80.53674	274			OH	155	36596	
5166576	Pettisville	pettisville	US	43553	498	America/New_York	41.53061	-84.22967	231			OH	051	29876	
5166645	Piedmont	piedmont	US	26750	0	America/New_York	40.1884	-81.19649	299	Butler,Piedmont		OH	067	51940	
5166651	Pierpont	pierpont	US	44082	0	America/New_York	41.74922	-80.56841	304	Pierpont,Pierpont Center,Pierpont Centre		OH	007	62568	
5166687	Pikeville	pikeville	US	27863	0	America/New_York	40.16338	-84.60496	312	Pikeville,Rush,Rushs		OH	037	32354	
5166727	Pine Hill	pine-hill	US	12465	0	America/New_York	40.55729	-81.18733	316			OH	019	51324	
5166728	Pine Hill	pine-hill	US	12465	0	America/New_York	40.56673	-80.86786	374	Pine Hill,Pinehill		OH	019	28126	
5166762	Pine Valley	pine-valley	US	14872	0	America/New_York	40.20424	-80.76731	221			OH	081	72767	
5166779	Piney View	piney-view	US	25906	0	America/New_York	40.51284	-81.1426	331			OH	019	78260	
5166791	Pioneer	pioneer	US	37847	1401	America/New_York	41.68005	-84.55301	268			OH	171	62834	
5166808	Piney Fork	piney-fork	US	43941	0	America/New_York	40.25479	-80.82703	311			OH	081	72767	
5166819	Piqua	piqua	US	45356	20790	America/New_York	40.14477	-84.24244	266	Chillicothe,Lower Piqua,Pickawillany,Picks Town,Pikua,Pikvej,Piqua,Piqua Town,Piquatown,Tawixtwi,Washington,bykwa,pykwa  awhayw,Пиквеј,Пикуа,بيكوا,پیکوا، اوهایو		OH	109	62848	
5166856	Pittsfield	pittsfield	US	01201	0	America/New_York	41.23716	-82.22074	248	Pitsfield,Pitts,Pittsfield,Pittsfield Centre		OH	093	62960	
5166861	Plain	plain	US	53577	0	America/New_York	40.82839	-81.31567	338			OH	151	62988	
5166865	Plain City	plain-city	US	43064	4302	America/New_York	40.10756	-83.26742	285	Darby,Darby Creek,Plain City,Pleasant Valley,Plejin Siti,Westminister,blayn syty,Плејин Сити,بلاين سيتي		OH	097	20142	
5166882	Plainfield	plainfield	US	01070	168	America/New_York	40.20952	-81.71957	243	Jacobsport,Plainfield		OH	031	43960	
5166925	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	40.15035	-80.84231	363	Hole in the Ground,Plank Road,Pleasant Grove,Pleasantgrove		OH	013	16602	
5166957	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	40.42007	-80.65841	352			OH	081	37534	
5166958	Pleasant Hill	pleasant-hill	US	27866	1219	America/New_York	40.05172	-84.34439	284	Newton,Pleasant Hill,Pleasanthill		OH	109	55594	
5167021	Pleasant Ridge	pleasant-ridge	US	48069	0	America/New_York	40.232	-83.31047	296			OH	159	22484	
5167038	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.24563	-81.85402	239			OH	031	18868	
5167039	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	41.3595	-81.68763	329			OH	035	61000	
5167095	Pleasant View	pleasant-view	US	37146	0	America/New_York	40.83117	-81.3415	323			OH	151	62988	
5167165	Plymouth	plymouth	US	02360	0	America/New_York	41.82589	-80.74592	262			OH	007	63772	
5167166	Plymouth	plymouth	US	02360	1802	America/New_York	40.99561	-82.66712	310	Plimut,Плимут		OH	077	54712	
5167196	Poland	poland	US	04274	2484	America/New_York	41.02423	-80.6148	318	Fowlers,Poland,Riland		OH	099	63968	
5167216	Polk	polk	US	16342	339	America/New_York	40.9445	-82.21544	387	Oak Hill,Polk		OH	005	37660	
5167223	Polo	polo	US	61064	0	America/New_York	40.18227	-84.35578	289	Polo,Tidewater		OH	109	54138	
5167242	Pony	pony	US	59747	0	America/New_York	41.02367	-81.38317	361			OH	133	75189	
5167251	Poplar Ridge	poplar-ridge	US	13139	0	America/New_York	40.07533	-84.54551	314			OH	037	79380	
5167258	Pontiac	pontiac	US	48340	0	America/New_York	41.18894	-82.7249	233	Pontiac,Pontiac Station		OH	077	62246	
5167259	Port Clinton	port-clinton	US	19549	5957	America/New_York	41.512	-82.93769	177	Port Clinton,Port Klinton,Portage,bwrt klyntwn,pwrt klyntwn  awhayw,Порт Клинтон,بورت كلينتون,پورت کلینتون، اوهایو	123	OH	123	64150	
5167269	Port Jefferson	port-jefferson	US	11777	359	America/New_York	40.32866	-84.09439	296	Port Jefferson,Pratt		OH	149	69960	
5167275	Port Washington	port-washington	US	11050	570	America/New_York	40.32812	-81.52067	250	Port Washington,Salem,Salisbury		OH	157	69974	
5167278	Portage	portage	US	04768	451	America/New_York	41.32672	-83.65077	209	Fort Portage,Haskins Place,Portage		OH	173	43400	
5167349	Powell	powell	US	37849	0	America/New_York	40.3059	-81.70179	288			OH	031	00240	
5167350	Powell	powell	US	37849	12972	America/New_York	40.15784	-83.07519	277	Powell,Powell Station		OH	041	43106	
5167363	Powers	powers	US	49874	0	America/New_York	41.67811	-84.24884	224	Powers,Powers Station		OH	051	30940	
5167370	Powhattan	powhattan	US	66527	0	America/New_York	40.04228	-83.68993	332	Powhatan,Powhattan,Powhatton		OH	021	79086	
5167406	Pratts	pratts	US	22731	0	America/New_York	40.92255	-83.50437	259			OH	063	01644	
5167417	Prentiss	prentiss	US	39474	0	America/New_York	41.15255	-84.01828	225			OH	137	43288	
5167458	Primrose	primrose	US	68655	0	America/New_York	41.68033	-84.43689	261			OH	171	50302	
5167479	Prospect	prospect	US	06712	1070	America/New_York	40.45034	-83.18853	277	Middletown,Prospect		OH	101	64794	
5167508	Providence	providence	US	02901	0	America/New_York	41.41839	-83.873	202			OH	095	64836	
5167532	Pulaski	pulaski	US	13142	132	America/New_York	41.51061	-84.50773	232	Lafayette,Pulaski		OH	171	64920	
5167566	Put-in-Bay	put-in-bay	US	43456	136	America/New_York	41.65422	-82.82074	174	Pudding Bay,Put In Bay,Put in Bay,Put in Bej,Put-In Bay,Put-in Bay,Put-in-Bay,Пут ин Беј		OH	123	65046	
5167622	Quincy	quincy	US	02169	687	America/New_York	40.29922	-83.96883	321	Kuinsi,Куинси		OH	091	49378	
5167687	Radnor	radnor	US	43066	201	America/New_York	40.38423	-83.15075	285	Delhi,Radnor		OH	041	65312	
5167699	Randall	randall	US	50231	0	America/New_York	41.42505	-81.52651	316			OH	035	80990	
5167705	Randle	randle	US	98377	0	America/New_York	40.3134	-81.93319	235	Bowman,Randle,Randles,Randles Summit		OH	031	06152	
5167707	Randolph	randolph	US	02368	0	America/New_York	41.03284	-81.24844	351	Randolph,Randolph Centre		OH	133	65452	
5167713	Ramsey	ramsey	US	07446	0	America/New_York	40.19285	-80.83342	301	Ramsey,Ramseyville		OH	081	52990	
5167737	Ravenna	ravenna	US	40472	11619	America/New_York	41.15756	-81.24205	345	Ravehnna,Ravena,Ravenna,Revenna,Tinnicum,rafyna,rawna  awhayw,Равена,Равэнна,رافينا,راونا، اوهایو	133	OH	133		
5167750	Rawson	rawson	US	45881	577	America/New_York	40.95894	-83.7841	248			OH	063	78330	
5167759	Rayland	rayland	US	43943	404	America/New_York	40.18257	-80.69119	207			OH	081	80878	
5167762	Raymond	raymond	US	03077	257	America/New_York	40.33478	-83.46576	327	Newton,Raymond,Raymonds		OH	159	43358	
5167772	Reading	reading	US	01867	0	America/New_York	40.83506	-81.0312	354			OH	029	40824	
5167798	Red River	red-river	US	87558	0	America/New_York	40.08005	-84.44856	303			OH	037	28266	
5167809	Redbird	redbird	US	74458	0	America/New_York	41.82366	-81.07649	190			OH	085	46494	
5167850	Reedsburg	reedsburg	US	53958	0	America/New_York	40.80867	-82.10682	316	Reedsburg,Reedsburgh		OH	169	62995	
5167864	Reform	reform	US	35481	0	America/New_York	40.13673	-82.25015	254	Denman's Crossroads,Denmans Cross Roads,Reform		OH	089	61924	
5167887	Rehoboth	rehoboth	US	02769	0	America/New_York	41.21811	-83.39576	225			OH	147	38066	
5167933	Resaca	resaca	US	30735	0	America/New_York	40.04951	-83.38798	299	Resaca,Resecca		OH	097	51478	
5167958	Rexford	rexford	US	12148	0	America/New_York	40.31646	-80.94731	352			OH	067	31766	
5167960	Reynolds	reynolds	US	31076	0	America/New_York	41.65588	-81.37705	199			OH	085	49056	
5167969	Republic	republic	US	15475	537	America/New_York	41.122	-83.01575	268	Port Republic,Republic,Scipio Center,Scipio Centre		OH	147	71024	
5167988	Rice	rice	US	23966	0	America/New_York	41.15088	-84.29439	218	Rice,Rices		OH	137	51562	
5168007	Rich Hill	rich-hill	US	64779	0	America/New_York	40.32117	-82.72712	375	Chanticleer,Hilliar,Hillier,Rich Hill,Richhill		OH	083	35462	
5168022	Richey	richey	US	59259	0	America/New_York	40.89422	-84.64801	236			OH	161	63408	
5168025	Richfield	richfield	US	17086	3702	America/New_York	41.23978	-81.63818	351	East Center,East Centre,Richfield		OH	153	66544	
5168057	Richmond	richmond	US	01254	464	America/New_York	40.4334	-80.77175	379	Richmond,Ричмонд		OH	081	69876	
5168079	Richville	richville	US	13681	3324	America/New_York	40.75117	-81.4779	323	Pallow,Richville		OH	151	62078	
5168085	Richwood	richwood	US	08074	2281	America/New_York	40.42645	-83.29686	290	Rich Wood,Richland,Richmond,Richwood		OH	159	15112	
5168128	Ridgedale	ridgedale	US	65739	0	America/New_York	40.82645	-81.42206	334			OH	151	62988	
5168143	Ridgeville Corners	ridgeville-corners	US	43555	435	America/New_York	41.43783	-84.25745	224	Hanover Settlement,Ridgeville,Ridgeville Corners,Ridgewell Corners		OH	069	67062	
5168146	Ridgeway	ridgeway	US	24148	335	America/New_York	40.51394	-83.57271	323	Hale,Ridgeway,West Ridgeway		OH	065	32837	
5168205	Risingsun	risingsun	US	43457	628	America/New_York	41.2695	-83.42493	218	Coon Town,Rising Sun,Risingsun,Saint Elms,Stony Battery		OH	173	51744	
5168225	Rittman	rittman	US	44270	6580	America/New_York	40.97811	-81.78208	299	Milton Station,New Prospect,Ritman,Rittman,Rittman Station,Shinersburg		OH	169	67356	
5168235	River Edge	river-edge	US	07661	0	America/New_York	41.42033	-81.85041	228			OH	035	16000	
5168313	Riverview	riverview	US	33568	0	America/New_York	40.05785	-80.73508	203			OH	013	61378	
5168314	Riverview	riverview	US	33568	0	America/New_York	41.18061	-80.97092	277			OH	155	55636	
5168373	Robertsville	robertsville	US	44670	331	America/New_York	40.76311	-81.18955	331	Robardsville,Robertsville		OH	151	59850	
5168406	Rochester	rochester	US	02770	181	America/New_York	41.12644	-82.30516	282	North Rochester,Rochester,Rochester Centre,Rochester Depot,Rochester Station,Рочестер		OH	093	67776	
5168413	Rock	rock	US	24747	0	America/New_York	40.30507	-81.36206	269			OH	157	69106	
5168414	Rock Camp	rock-camp	US	45675	0	America/New_York	40.69395	-80.66257	312			OH	029	46368	
5168420	Rock Creek	rock-creek	US	25174	515	America/New_York	41.66033	-80.86064	245	Morgan,Rock Creek,Rockcreek		OH	007	52066	
5168428	Rock Hill	rock-hill	US	12775	0	America/New_York	40.13896	-81.1051	391	Kennon,Rock Hill,Rockhill		OH	013	27566	
5168444	Rockaway	rockaway	US	07866	0	America/New_York	41.08311	-83.05408	265	Rockaway,Rockaway Station		OH	147	71024	
5168450	Rockford	rockford	US	35136	1107	America/New_York	40.68783	-84.64663	248	Old Town,Rockford,Shane Crossing,Shanes Crossing,Shanes Crossings,Shanesville		OH	107	22708	
5168451	Rockford	rockford	US	35136	1100	America/New_York	40.47701	-81.30844	317	Rockford,Rocksford		OH	157	78568	
5168461	Rockport	rockport	US	01966	0	America/New_York	40.87227	-84.0005	249	Cranberry,Rockport		OH	003	51282	
5168470	Rockville	rockville	US	02873	0	America/New_York	40.69006	-81.50984	313			OH	151	06180	
5168488	Rocky Ridge	rocky-ridge	US	21778	409	America/New_York	41.53338	-83.21242	184	Rocky Ridge,Rockyridge		OH	123	05620	
5168491	Rocky River	rocky-river	US	44116	20376	America/New_York	41.4756	-81.8393	210	Roki River,Rokki Riveh,raky rywr  awhayw,rwky ryfyr,Роки Ривер,Рокки Ривэ,راکی ریور، اوهایو,راکی ریور، اوہائیو,روكي ريفير		OH	035	68056	
5168528	Rogers	rogers	US	06263	233	America/New_York	40.79145	-80.62618	313	Rodzhers,Роджерс		OH	029	49784	
5168562	Rome	rome	US	13440	0	America/New_York	41.60478	-80.86537	259			OH	007	68224	
5168563	Rome	rome	US	13440	0	America/New_York	40.24645	-82.91157	294			OH	041	05774	
5168564	Rome	rome	US	13440	0	America/New_York	40.92644	-82.53017	338	Rives,Rome		OH	139	07230	
5168597	Rootstown	rootstown	US	44272	0	America/New_York	41.09895	-81.2426	343	Rootstown,Rootstown Center		OH	133	68392	
5168605	Roscoe	roscoe	US	12776	0	America/New_York	40.27729	-81.8793	260	Caldersburg,Roscoe		OH	031	18868	
5168614	Rose Hill	rose-hill	US	24281	0	America/New_York	40.30866	-84.72552	329	Rose Hill,Rosehill		OH	037	50960	
5168632	Rosedale	rosedale	US	11422	0	America/New_York	41.29116	-84.69023	222			OH	039	35112	
5168633	Rosedale	rosedale	US	11422	0	America/New_York	40.07812	-83.45492	308	Liverpool,Rosedale		OH	097	62666	
5168640	Roseland	roseland	US	07068	0	America/New_York	40.78867	-82.54267	372			OH	139	46578	
5168647	Rosemont	rosemont	US	08556	0	America/New_York	41.06339	-80.88647	328			OH	099	37884	
5168663	Rosewood	rosewood	US	43070	257	America/New_York	40.21894	-83.96077	346			OH	021	00212	
5168670	Rossburg	rossburg	US	45362	198	America/New_York	40.27894	-84.63746	314	Hagerman,Rossburg,Rossville		OH	037	01294	
5168673	Rossford	rossford	US	43460	6512	America/New_York	41.60977	-83.56438	188	Rosford,Rossford,rwsfwrd,rwsfwrd  awhayw,Россфорд,Росфорд,روسفورد,روسفورد، اوهایو		OH	173	68686	
5168682	Rossville	rossville	US	17358	0	America/New_York	40.157	-84.23911	263			OH	109	74097	
5168683	Roswell	roswell	US	30075	221	America/New_York	40.4759	-81.34956	288	Klondike,Roswell,Vickers		OH	157	31066	
5168695	Roundhead	roundhead	US	43346	0	America/New_York	40.5595	-83.83521	306	Round Head,Round Heads,Round Headstown,Roundhead,Roundheads Town		OH	065	68784	
5168744	Rudolph	rudolph	US	43462	458	America/New_York	41.29783	-83.66993	208	Mercers,Rudolph		OH	173	43400	
5168784	Rush	rush	US	14543	0	America/New_York	40.31062	-81.36789	268	Johnson,Rush		OH	157	69106	
5168811	Rushmore	rushmore	US	56168	0	America/New_York	40.87422	-84.25328	231			OH	137	38976	
5168813	Rushsylvania	rushsylvania	US	43347	502	America/New_York	40.46144	-83.66993	377	Claggtown,Rush Sylvania,Rushsylvania,Rushylvania		OH	091	69134	
5168820	Russell	russell	US	01071	0	America/New_York	40.51617	-82.83546	343			OH	117	30128	
5168837	Russells Point	russells-point	US	43348	1360	America/New_York	40.47116	-83.89272	306	Russell Point,Russells Point,Russels Point		OH	091	81424	
5168839	Russia	russia	US	45363	656	America/New_York	40.23449	-84.40939	295			OH	149	44884	
5168852	Ruth	ruth	US	39662	0	America/New_York	40.60839	-83.17769	279			OH	101	47768	
5168861	Ryan	ryan	US	52330	0	America/New_York	41.64533	-83.49465	184			OH	095	77000	
5168866	Rye beach	rye-beach	US	03871	0	America/New_York	41.40894	-82.58323	177			OH	043	37030	
5169130	Saint Clairsville	saint-clairsville	US	43950	5184	America/New_York	40.08063	-80.90009	388	Newellstown,Saint Clairsville,St. Clairsville	013	OH	013	66628	
5169242	Saint Henry	saint-henry	US	45883	2427	America/New_York	40.41755	-84.63968	296	Saint Henry,Saint Henrys,St. Henry		OH	107	31430	
5169285	Saint James	saint-james	US	11780	0	America/New_York	40.662	-82.82907	353	Harwood,Iberia Station,Saint James,St. James		OH	117	81508	
5169334	Saint Joe	saint-joe	US	46785	0	America/New_York	40.02035	-80.80398	234	Saint Joe,Saint Joseph,St. Joe,Steel		OH	013	64962	
5169393	Saint Johns	saint-johns	US	18247	185	America/New_York	40.55588	-84.08356	308	Blackhoof,Saint Johns,Saint Johns Town,St. Johns		OH	011	15448	
5169394	Saint Johns	saint-johns	US	18247	0	America/New_York	40.40755	-84.47384	300	Maria Stein,Saint Johns,St. Johns		OH	107	47782	
5169549	Saint Joseph	saint-joseph	US	38481	0	America/New_York	40.42644	-84.73941	297	Saint Joe,Saint Joseph,St. Joseph,Victoria		OH	107	65781	
5169550	Saint Joseph	saint-joseph	US	38481	0	America/New_York	41.02728	-81.29927	354			OH	133	65452	
5169693	Saint Louisville	saint-louisville	US	43071	373	America/New_York	40.17284	-82.41877	272			OH	089	55580	
5169796	Saint Marys	saint-marys	US	15857	8332	America/New_York	40.54227	-84.3894	264	Fort Barbee,Fort Saint Marys,Girtys Town,Girtystown,Kettle Town,Saint Marys,St. Marys		OH	011		
5170013	Saint Paris	saint-paris	US	43072	2089	America/New_York	40.12839	-83.95966	368	New Paris,Paris,Saint Paris,St. Paris		OH	021	39228	
5170017	Saint Patrick	saint-patrick	US	63466	0	America/New_York	40.37088	-84.28745	296	Saint Patrick,Saint Patricks,St. Patrick		OH	149	77854	
5170231	Saint Peter	saint-peter	US	56082	0	America/New_York	40.45032	-84.74607	288	Saint Peter,Saint Peters,St. Peter		OH	107	65781	
5170383	Saint Stephens	saint-stephens	US	36569	0	America/New_York	41.02283	-82.95824	289	Saint Stephen,Saint Stephen's,Saint Stephens,Saint Stephon,St. Stephens,Stephen		OH	147	79674	
5170511	Salem	salem	US	01970	12003	America/New_York	40.90089	-80.85675	374	Salem,Sejlem,salm  awhayw,salym,Салем,Сейлем,Сејлем,سالم، اوهایو,ساليم,سیلم، اوہائیو		OH	029	61798	
5170610	Salineville	salineville	US	43945	1273	America/New_York	40.62256	-80.83786	274	Salinesville,Salineville		OH	029	81158	
5170660	Saltillo	saltillo	US	17253	0	America/New_York	40.5209	-81.84764	369	Buckeye Corners,Saltillo		OH	075	48692	
5170691	Sandusky	sandusky	US	14133	25212	America/New_York	41.44894	-82.70796	181	Fort Stephenson,Portland,SKY,Sandaski,Sandusky,Sandusky City,sandwsky,sang da si ji,seondeoseuki,sndwsky  awhayw,Сандаски,ساندوسكي,سندوسکی، اوهایو,桑达斯基,선더스키	043	OH	043	70380	
5170746	Sandyville	sandyville	US	25275	368	America/New_York	40.64034	-81.37234	293			OH	157	70443	
5170753	Santa Fe	santa-fe	US	38482	0	America/New_York	40.49144	-83.99411	308	Santa Fe,Santa Fee		OH	011	15448	
5170785	Savannah	savannah	US	13146	408	America/New_York	40.96533	-82.36516	335	Clear Creek,Haneytown,Savanna,Savannah,Vermilion,Vermillion,Vermillion Lake,Саванна		OH	005	15672	
5170800	Saybrook	saybrook	US	61770	0	America/New_York	41.82755	-80.87176	207	Saybrook,Saybrook Corners,West Matherstown,Wrightsburg		OH	007	70646	
5171466	Science Hill	science-hill	US	42553	0	America/New_York	40.22868	-80.96482	362			OH	067	72361	
5171474	Scio	scio	US	14880	742	America/New_York	40.3959	-81.08482	302	New Market,Scio		OH	067	56084	
5171489	Scipio	scipio	US	47273	0	America/New_York	41.09894	-82.95852	285	Scipio,Scipio Siding		OH	147	71024	
5171499	Scotland	scotland	US	06264	0	America/New_York	41.52255	-81.3615	344			OH	055	13988	
5171500	Scott	scott	US	38772	281	America/New_York	40.98977	-84.58329	224			OH	161	78596	
5171553	Sebastian	sebastian	US	32958	0	America/New_York	40.44421	-84.51662	284	Saint Sebastian,Sebastian		OH	107	47782	
5171555	Sebring	sebring	US	33870	4266	America/New_York	40.92284	-81.01898	336			OH	099	71220	
5171651	Sentinel	sentinel	US	73664	0	America/New_York	41.63478	-80.72147	314			OH	007	54964	
5171681	Seville	seville	US	31084	2340	America/New_York	41.01006	-81.86236	298	Burgh,Guilford,Guilford Center,Hosmers Opening,Saville,Seville		OH	103	71488	
5171687	Seward	seward	US	15954	0	America/New_York	41.69977	-84.03633	229	Philips Corners,Phillips Corners,Seward		OH	051	68896	
5171759	Shannon	shannon	US	28386	0	America/New_York	40.08423	-82.08847	249			OH	119	53438	
5171760	Shannon	shannon	US	28386	0	America/New_York	41.41172	-83.07881	177			OH	143	70408	
5171771	Sharon	sharon	US	02067	0	America/New_York	40.09117	-82.95685	270			OH	049	18000	
5171774	Sharon Center	sharon-center	US	44274	0	America/New_York	41.09978	-81.73569	343	Mathers Town,Sharon,Sharon Center,Sharon Centre		OH	103	71801	
5171803	Sharples	sharples	US	25183	0	America/New_York	41.62922	-83.83689	207	Barnes Corners,Sharples		OH	095	33418	
5171808	Sharpsburg	sharpsburg	US	21782	0	America/New_York	40.36782	-84.70968	314	Sharpsburg,Violet,Zena City,Zens City,Zenz City		OH	107	30058	
5171812	Shauck	shauck	US	43349	0	America/New_York	40.62089	-82.66184	410	Johnsville,Shauck,Shaucks		OH	117	61980	
5171854	Sheffield	sheffield	US	01257	3982	America/New_York	41.42115	-82.09626	193	Sheffield,Sheffield Village		OH	093	72060	
5171856	Sheffield Lake	sheffield-lake	US	44054	9026	America/New_York	41.48754	-82.10154	183	Randall Grove,Randall's Grove,Sheffield Lake		OH	093	72088	
5171868	Shelby	shelby	US	28150	9058	America/New_York	40.88145	-82.66184	336	Gambles Mills,Sharon,Shehlbi,Shelbi,Shelby,Shelby Junction,shlby  awhayw,shylby,syelbi,Шелби,Шэлби,شلبی، اوهایو,شيلبي,셸비		OH	139	71830	
5171898	Shenandoah	shenandoah	US	17976	0	America/New_York	40.91172	-82.49934	355			OH	139	07230	
5171908	Shepherdstown	shepherdstown	US	25443	0	America/New_York	40.15896	-80.94343	376	Shepherds Town,Shepherdstown,Shepherdtown		OH	013	84602	
5171944	Sherrodsville	sherrodsville	US	44675	296	America/New_York	40.49479	-81.24288	277	Sharrodsville,Sherodsville,Sherrodsville,Sherrodsville Village		OH	019	58576	
5171949	Sherwood	sherwood	US	21665	818	America/New_York	41.28727	-84.55356	217			OH	039	21420	
5171968	Shiloh	shiloh	US	08353	630	America/New_York	40.96672	-82.60045	329	New Salem,Salem,Salem Station,Shiloh,Shiloh Station		OH	139	12420	
5172048	Shreve	shreve	US	44676	1497	America/New_York	40.68145	-82.02181	275			OH	169	16224	
5172068	Shunk	shunk	US	17768	0	America/New_York	41.36366	-84.03883	206			OH	069	33866	
5172078	Sidney	sidney	US	13838	20858	America/New_York	40.28422	-84.1555	290	Sidnehj,Sidnej,Sidney,Sidni,Sydney,sydny,sydny  awhayw,Сидней,Сидни,Сиднэй,سيدني,سیدنی، اوهایو	149	OH	149	16168	
5172108	Silver Creek	silver-creek	US	14136	0	America/New_York	40.57644	-83.67826	325	Hudsonville,Silver Creek,Silver Creek Station,Silvercreek		OH	065	76198	
5172120	Silver Lake	silver-lake	US	03875	2523	America/New_York	41.15895	-81.45428	321	Silver Lake,Silver Lake Station		OH	153	72494	
5172219	Slater	slater	US	29683	0	America/New_York	40.52783	-84.07328	309	Columbus Junction,Slater		OH	011	15448	
5172314	Smithfield	smithfield	US	02917	835	America/New_York	40.2709	-80.78147	380	Smithfield,Smithsfield,Southfield Station,Weems		OH	081	72767	
5172321	Smithville	smithville	US	26178	1269	America/New_York	40.86228	-81.8618	324	Chatauqua,Chautauqua,Smithville		OH	169	31878	
5172322	Smithville	smithville	US	26178	0	America/New_York	40.89645	-83.23131	250	Smithsville,Smithville		OH	175	19190	
5172330	Smoketown	smoketown	US	17576	0	America/New_York	40.67256	-81.53873	319			OH	151	06180	
5172336	Smyrna	smyrna	US	13464	0	America/New_York	40.17173	-81.24372	367			OH	067	28812	
5172387	Solon	solon	US	04979	23043	America/New_York	41.38978	-81.44123	317	Solon,Soulon,swlwn,swlwn  awhayw,Солон,Соулон,سولون,سولون، اوهایو		OH	035	72928	
5172399	Somerdale	somerdale	US	08083	0	America/New_York	40.56645	-81.36067	279			OH	157	26082	
5172417	Sorrento	sorrento	US	04677	0	America/New_York	41.44561	-81.58401	281			OH	035	16000	
5172434	South Bay	south-bay	US	33493	0	America/New_York	40.49339	-82.51989	351			OH	083	05844	
5172533	South Newbury	south-newbury	US	03272	0	America/New_York	41.43922	-81.20788	354	Newberry,Newbury,South Newberry,South Newbury		OH	055	54292	
5172542	South Park	south-park	US	15129	0	America/New_York	40.81645	-83.28659	262			OH	175	19190	
5172624	Southington	southington	US	06489	0	America/New_York	41.30839	-80.95592	272	Chalker,Southington,Southington Center,Southington Centre		OH	155	73397	
5172659	Southworth	southworth	US	98386	0	America/New_York	40.76394	-84.33995	245			OH	003	73982	
5172679	Sparta	sparta	US	07871	163	America/New_York	40.39478	-82.70045	414	Bloomfield,Sparta		OH	117	73061	
5172694	Spencer	spencer	US	01562	764	America/New_York	41.10033	-82.12321	278	Centerville,Centreville,Spencer,Spencer Mills		OH	103	73992	
5172695	Spencer	spencer	US	01562	0	America/New_York	40.05785	-81.8868	305			OH	119	69932	
5172710	Spencerville	spencerville	US	20868	2200	America/New_York	40.70894	-84.35356	253	Acadia,Spencer,Spencerville		OH	003	73982	
5172735	Spokane	spokane	US	65754	0	America/New_York	41.39033	-80.84953	282	Bristol Center Station,Spokane		OH	155	08938	
5172761	Spring Grove	spring-grove	US	17362	0	America/New_York	40.62729	-80.61813	305	Spring Grove,Walkers		OH	029	44226	
5172797	Spring Valley	spring-valley	US	10977	0	America/New_York	41.35617	-81.33983	348			OH	055	03590	
5172798	Spring Valley	spring-valley	US	10977	0	America/New_York	41.60561	-83.73077	194			OH	095	74123	
5172813	Springbrook	springbrook	US	52075	0	America/New_York	41.43172	-82.88658	176			OH	043	47572	
5172848	Springville	springville	US	14141	0	America/New_York	41.00978	-83.38659	256			OH	147	06432	
5172849	Springville	springville	US	14141	0	America/New_York	40.73617	-82.03265	309	Buffalo,Heaths Corners,Spring Valley,Springvalle,Springville		OH	169	62995	
5172875	Squires	squires	US	65755	0	America/New_York	41.25533	-83.35159	216			OH	143	71087	
5172916	Stanley	stanley	US	14561	0	America/New_York	41.59199	-83.51854	189			OH	173	41328	
5172927	Stanwood	stanwood	US	49346	0	America/New_York	40.75839	-81.63374	337			OH	151	77910	
5172960	Stanhope	stanhope	US	07874	0	America/New_York	41.49839	-80.60396	313			OH	155	40502	
5172973	State Road	state-road	US	28676	0	America/New_York	41.30033	-80.89787	285			OH	155	13470	
5172994	Staunton	staunton	US	24401	0	America/New_York	40.04005	-84.18078	254	Boston,Dutch Station,Staunton		OH	109	74475	
5173003	Steamburg	steamburg	US	14783	0	America/New_York	41.71394	-80.61813	308	Steamburg,Steamburgh		OH	007	66796	
5173034	Sterling	sterling	US	01564	457	America/New_York	40.96756	-81.84847	294	Amwell,Johnson's Corners,Sterling		OH	169	50666	
5173045	Steuben	steuben	US	04680	0	America/New_York	41.10478	-82.68712	265	Adaria,Greenfield,Greenfield Center,Lafayette,Steuben,Stuben		OH	077	32102	
5173048	Steubenville	steubenville	US	43952	18219	America/New_York	40.36979	-80.63396	319	Mingo Town,Steubenville,Stiubenvilis,Stjubehnvill,Stubenvil,Stubenville,astwbnwyl  awhayw,si tuo ben wei er,stwbnfyl,suchubenbiru,Стубенвил,Стюбэнвилл,استوبنویل، اوهایو,ستوبنفيل,スチューベンビル,斯托本维尔	081	OH	081	74608	
5173077	Stewartsville	stewartsville	US	08886	0	America/New_York	40.01202	-80.85815	268	Franklin,Stewartsville		OH	013	66628	
5173089	Stillwater	stillwater	US	04489	0	America/New_York	40.3234	-81.30844	262	Lima,Still Water,Stillwater		OH	157	69106	
5173120	Stone Creek	stone-creek	US	43840	179	America/New_York	40.39729	-81.56206	287	Phillipsburg,Stone Creek,Stonecreek		OH	157	38836	
5173138	Stoneville	stoneville	US	27048	0	America/New_York	41.55644	-80.96259	312			OH	007	85988	
5173159	Stony Ridge	stony-ridge	US	43463	0	America/New_York	41.09117	-80.80341	286	Stoney Ridge,Stony Ridge		OH	099	03198	
5173160	Stony Ridge	stony-ridge	US	43463	411	America/New_York	41.51033	-83.50715	196	Stone Ridge,Stoney Ridge,Stony Ridge,Stonyridge		OH	173	77630	
5173171	Stow	stow	US	01775	34797	America/New_York	41.1595	-81.44039	333	Stou,Stow,Stow Corners,Stowe,Stows Corners,astww  awhayw,stw,Стоу,استوو، اوهایو,ستو		OH	153	74944	
5173189	Strasburg	strasburg	US	17579	2679	America/New_York	40.59478	-81.52679	278	Strasburg,Strasburgh,Strassburgh		OH	157	28462	
5173194	Stratford	stratford	US	06614	0	America/New_York	40.25617	-83.06352	255			OH	041	21448	
5173198	Stratton	stratton	US	04982	277	America/New_York	40.52173	-80.62618	201	Stratton,Strattonville		OH	081	40866	
5173210	Streetsboro	streetsboro	US	44241	16312	America/New_York	41.23922	-81.34594	345	Streetsboro,Streetsboro Center,Streetsborough,Stritborou,Stritsboro,astrytsbwrw  awhayw,strytsbwrw,Стритбороу,Стритсборо,استریتسبورو، اوهایو,ستريتسبورو		OH	133	75014	
5173218	Stringer	stringer	US	39481	0	America/New_York	40.23285	-80.6623	206	String,Stringer		OH	081	82698	
5173219	Stringtown	stringtown	US	74569	0	America/New_York	40.02896	-82.01403	282			OH	119	53438	
5173220	Stringtown	stringtown	US	74569	0	America/New_York	40.68339	-81.99209	306			OH	169	28504	
5173237	Strongsville	strongsville	US	44136	44668	America/New_York	41.3145	-81.83569	284	Strangsville Centre,Strongsvil,Strongsvil',Strongsvill,Strongsville,Strongville,astrwngswyl  awhayw,strwnghsfyl,Стронгсвил,Стронгсвилл,Стронґсвіль,استرونگسویل، اوهایو,سترونغسفيل		OH	035	75098	
5173256	Struthers	struthers	US	44471	10375	America/New_York	41.05256	-80.60785	307	Struther,Struthers		OH	099	75126	
5173264	Stryker	stryker	US	43557	1309	America/New_York	41.50366	-84.41412	217	Stryker,Williamsport		OH	171	74131	
5173291	Suffield	suffield	US	06078	0	America/New_York	41.02311	-81.34733	361	Peasetown,Suffield,Suffield Center		OH	133	75189	
5173321	Sugar Grove	sugar-grove	US	16350	0	America/New_York	40.50784	-80.65702	370	Empire,Sugar Grove		OH	081	40866	
5173322	Sugar Grove	sugar-grove	US	16350	0	America/New_York	40.0795	-84.35245	266			OH	109	55594	
5173354	Sugarcreek	sugarcreek	US	44681	2234	America/New_York	40.50312	-81.64096	306	Sugar Creek,Sugar Creek Station,Sugarcreek		OH	157	75217	
5173362	Sullivan	sullivan	US	03445	0	America/New_York	41.02811	-82.2221	343			OH	005	75357	
5173379	Summersville	summersville	US	26651	0	America/New_York	40.40006	-83.41103	306	Bakes Creek,Bokes Creek,Somersville,Somerville,Sumersville,Summersville,Summerville		OH	159	87122	
5173380	Summit	summit	US	07901	0	America/New_York	41.14395	-80.7223	305	Summit,Summit Corners		OH	155	82446	
5173401	Summitville	summitville	US	12781	132	America/New_York	40.67812	-80.8862	338	Franklin,Franklin Station,Summitville		OH	029	28238	
5173412	Sunbury	sunbury	US	17801	5097	America/New_York	40.24256	-82.85907	296			OH	041		
5173438	Sunnyside	sunnyside	US	11104	0	America/New_York	41.42254	-82.31044	196			OH	093	09568	
5173447	Sunset Beach	sunset-beach	US	28468	0	America/New_York	41.11367	-80.97176	294			OH	099	50638	
5173499	Sulphur Springs	sulphur-springs	US	44881	194	America/New_York	40.87089	-82.87713	312	Annapolis,Slifertown,Sulphur Spring,Sulphur Springs		OH	033	43078	
5173514	Swanton	swanton	US	05488	3886	America/New_York	41.58866	-83.89105	208	Centreville,Svonton,Swanton,West Swanton,swantwn,Свонтон,سوانتون		OH	051	75861	
5173553	Sycamore	sycamore	US	15364	837	America/New_York	40.94978	-83.17075	259			OH	175	75987	
5173572	Sylvania	sylvania	US	16945	18965	America/New_York	41.71894	-83.71299	202	Silvania,Silvejnija,Sylvania,Whiteford,sylfanya,sylwanya  awhayw,Силваниа,Силвејнија,سيلفانيا,سیلوانیا، اوهایو		OH	095	76025	
5173599	Tabor	tabor	US	51653	0	America/New_York	40.55312	-81.1526	291	Scott,Scott Station,Scotts,Tabor,Tabor Station		OH	019	51324	
5173623	Tallmadge	tallmadge	US	44278	17512	America/New_York	41.10145	-81.44178	340	Center,Tallmadge,Tallmadge Center,Tallmadge Centre,Talmadge Center,Talmidz,Tolmehjdzh,talmdj  awhayw,tlmadgh,Талмиџ,Толмэйдж,تالمدج، اوهایو,تلمادغ		OH	153	76106	
5173636	Tama	tama	US	52339	0	America/New_York	40.6331	-84.61885	253	Tama,Tamah,Tamah Station		OH	107	36344	
5173645	Tampico	tampico	US	61283	0	America/New_York	40.04866	-84.79302	351			OH	037	43092	
5173659	Tappan	tappan	US	10983	0	America/New_York	40.35729	-81.20761	302	Franklin,Tappan		OH	067	28308	
5173769	Terre Haute	terre-haute	US	47801	0	America/New_York	40.0495	-83.87799	329			OH	021	46760	
5173841	Thelma	thelma	US	41260	0	America/New_York	41.64588	-84.22939	222			OH	051	30940	
5173877	Thomastown	thomastown	US	39171	0	America/New_York	41.04394	-81.48623	344	Thomas Town,Thomaston,Thomastown		OH	153	01000	
5173879	Thompson	thompson	US	06277	0	America/New_York	41.69005	-81.05149	387			OH	055	76628	
5173903	Thorn Hill	thorn-hill	US	37881	0	America/New_York	41.12422	-80.61619	326			OH	099	88000	
5173930	Tiffin	tiffin	US	44883	17687	America/New_York	41.1145	-83.17797	227	Fort Ball,Oakley,Tiffin,Tifin,di fen,tyfyn,tyfyn  awhayw,Тифин,Тиффин,تيفين,تیفین، اوهایو,ٹفن، اوہائیو,蒂芬	147	OH	147	76778	
5173962	Tiltonsville	tiltonsville	US	43963	1320	America/New_York	40.16674	-80.6998	204	Grover,Tiltonsville,Tiltonville		OH	081	80878	
5173967	Timberlake	timberlake	US	27583	660	America/New_York	41.66588	-81.44317	189	Timberlake,Timberlake Village		OH	085	76834	
5174000	Tippecanoe	tippecanoe	US	44699	121	America/New_York	40.26979	-81.28678	275	Stillwater,Tipecanoe,Tippecanoe		OH	067	81312	
5174005	Tipton	tipton	US	16684	0	America/New_York	41.01922	-84.66968	227			OH	125	07370	
5174007	Tiro	tiro	US	44887	273	America/New_York	40.90561	-82.77268	321	Auburn,Mechanicsburg,Tire,Tiro,Tyro		OH	033	02890	
5174035	Toledo	toledo	US	43601	279789	America/New_York	41.66394	-83.55521	186	Fort Industry,Port Lawrence,TOL,Talida,Toledo,Tolido,Tolīdo,Upper Toledo,Vistula,teollido,tolido,toredo,tuo lai duo,twldw,twlydw,twlydw  awhayw,Таліда,Толедо,Толидо,Толідо,Թոլեդո,טולדו,توليدو,تولیدو، اوهایو,ٹولیڈو، اوہائیو,टॉलिडो,トレド,托莱多,털리도	095	OH	095	77000	
5174075	Tobias	tobias	US	68453	0	America/New_York	40.68839	-83.0663	297			OH	101	71073	
5174083	Tontogany	tontogany	US	43565	384	America/New_York	41.41922	-83.74077	200	Mason,Masons Station,South Otsego,Togany,Tontagony,Tontogany,Tontogeny		OH	173	81704	
5174095	Toronto	toronto	US	43964	4882	America/New_York	40.46423	-80.60091	214	Jeddo Station,Newburg,Newburgh,Sloans,Sloans Hollow,Sloans Station,Toronto,twrntw  awhayw,twrwntw,Торонто,تورنتو، اوهایو,تورونتو		OH	081	37534	
5174157	Trail	trail	US	56684	0	America/New_York	40.59034	-81.70624	305			OH	075	80626	
5174190	Tremont	tremont	US	17981	0	America/New_York	41.48033	-81.68319	202	Lincoln Heights,Tremont,University Heights		OH	035	16000	
5174191	Tremont City	tremont-city	US	45372	370	America/New_York	40.01117	-83.83604	290	Clarksburg,Fremont,Treamont,Tremont,Tremont City		OH	023	29862	
5174335	Trinway	trinway	US	43842	365	America/New_York	40.14118	-82.00986	223	Dresden Junction,Trinway		OH	119	12406	
5174344	Triumph	triumph	US	61371	0	America/New_York	41.49117	-80.74703	289	Triumph,Triumph Corners		OH	155	32046	
5174358	Troy	troy	US	03465	25659	America/New_York	40.0395	-84.20328	252	Troj,Troja,teuloi,trwy,trwy  awhayw,Трой,Троя,Трој,تروي,تروی، اوهایو,ٹرائے، اوہائیو,트로이	109	OH	109	18224	
5174414	Trumbull	trumbull	US	06611	0	America/New_York	41.67811	-80.95398	301	Trumbull,Trumbull Center,Trumbull Centre		OH	007	77686	
5174444	Tunnel Hill	tunnel-hill	US	30755	0	America/New_York	40.25479	-82.04903	257	Tunnel Hill,Tunnelhill,Tunnell Hill		OH	031	04864	
5174495	Tuscarawas	tuscarawas	US	44682	1056	America/New_York	40.39479	-81.40706	258	Trenton,Tuscarawas,Tuscarawastown,Tuscaroraas,Tuscorawies,Tuskarawas,Tuskaroras		OH	157	81060	
5174538	Twin Lakes	twin-lakes	US	53181	0	America/New_York	41.20172	-81.34066	324			OH	133	28392	
5174550	Twinsburg	twinsburg	US	44087	18872	America/New_York	41.31256	-81.44011	305	Millsville,Tuinsberg,Tvinsberg,Tvinsburg,Twinsburg,Twinsburg Center,Twinsburgh,Twinsburgh Center,twynsbwrg  awhayw,twynsbwrgh,Твинсберг,Твинсбург,Туинсберг,توينسبورغ,توینسبورگ، اوهایو		OH	153	78050	
5174575	Tyndall	tyndall	US	57066	0	America/New_York	40.21729	-81.88208	233	Coal Hollow,Franklin,Tyndal,Tyndall		OH	031	28252	
5174577	Tyner	tyner	US	27980	0	America/New_York	40.10535	-81.5704	238	Millers Station,Tyner		OH	059	43134	
5174579	Tyrone	tyrone	US	14887	0	America/New_York	40.25285	-81.97791	335			OH	031	37730	
5174585	Uhrichsville	uhrichsville	US	44683	5404	America/New_York	40.39312	-81.3465	261	Akhrichsvill,Egypt,Uhrichs Mill,Uhrichsville,Uhricksville,Ulricks Mills,Urichsville,Waterford,awhrychswyl  awhayw,ywhrytshsfyl,Ахричсвилл,اوهریچسویل، اوهایو,يوهريتشسفيل		OH	157	50232	
5174746	Uniontown	uniontown	US	15401	0	America/New_York	40.13063	-80.99176	368			OH	013	84602	
5174747	Uniontown	uniontown	US	15401	3309	America/New_York	40.97506	-81.40817	341	Lake,Myersville,Union,Uniontown		OH	151	41314	
5174753	Unionville	unionville	US	06085	0	America/New_York	40.85534	-80.7373	358	Cool Springs,Unionville		OH	029	25998	
5174754	Unionville	unionville	US	06085	0	America/New_York	40.50062	-81.7243	340			OH	075	15280	
5174755	Unionville	unionville	US	06085	0	America/New_York	41.78033	-81.00287	226	Madisonville Four Corners,Unionville		OH	085	46494	
5174756	Unionville Center	unionville-center	US	43077	239	America/New_York	40.13839	-83.33992	296	Centre,Union,Unionville,Unionville Center,Unionville Centre,Unionville Station		OH	159	20170	
5174760	Uniopolis	uniopolis	US	45888	221	America/New_York	40.60227	-84.08661	286			OH	011	78204	
5174799	Unity	unity	US	04988	0	America/New_York	40.86478	-80.55951	371			OH	029	78890	
5174870	Upper Sandusky	upper-sandusky	US	43351	6527	America/New_York	40.82728	-83.28131	258	Aper Sandaski,Appa Sandaski,Fort Feree,Fort Ferree,Upper Sandusky,apr sndwsky  awhayw,awbyr sandwsky,Апер Сандаски,Аппа Сандаски,أوبير ساندوسكي,اپر سندوسکی، اوهایو	175	OH	175	19190	
5174891	Upton	upton	US	01568	0	America/New_York	41.41505	-83.0113	177			OH	143	67188	
5174897	Urbana	urbana	US	43078	11547	America/New_York	40.10839	-83.75243	320	Urbana,Urbana City,Urbanna,e ba na,wrbana  awhayw,ywrbana,Урбана,اوربانا، اوہائیو,وربانا، اوهایو,يوربانا,厄巴那	021	OH	021	79086	
5174913	Utica	utica	US	13501	2196	America/New_York	40.23423	-82.45127	292	Robertsons Mills,Utica,Wilmington		OH	089	81410	
5174929	Valley	valley	US	36854	0	America/New_York	40.86561	-80.94814	351			OH	029	10562	
5174934	Valley City	valley-city	US	44280	0	America/New_York	41.23783	-81.93153	248	Liverpool,Liverpool Center,Valley City		OH	103	44240	
5174958	Valley View	valley-view	US	17983	2012	America/New_York	41.38783	-81.60457	196	Vali Vju,Valley View,Valley View Village,Вали Вју		OH	035	79268	
5174959	Valley View	valley-view	US	17983	0	America/New_York	40.35535	-80.76425	318			OH	081	82180	
5174977	Van	van	US	25206	0	America/New_York	40.50255	-83.61521	333			OH	091	69134	
5174979	Van Buren	van-buren	US	04785	376	America/New_York	41.13866	-83.64938	234	Van Bjuren,Van Buren,Vanburen,Ван Бюрен		OH	063	01308	
5175036	Vanlue	vanlue	US	45890	362	America/New_York	40.97533	-83.47909	251	Ridgeville,Rocky Ridge,Van Lue,Vanlue		OH	063	01644	
5175059	Vaughnsville	vaughnsville	US	45893	262	America/New_York	40.88172	-84.1505	232	Benning,Bennington,Vaughansville,Vaughnsville		OH	137	75206	
5175061	Venedocia	venedocia	US	45894	122	America/New_York	40.78644	-84.4569	245			OH	161	87136	
5175064	Venice	venice	US	34284	0	America/New_York	41.44589	-82.77046	177			OH	043	70380	
5175072	Vermilion	vermilion	US	44089	10434	America/New_York	41.42199	-82.36461	181	Vehrmilion,Vermilion,Vermillion,wrmylywn  awhayw,Вермилион,Вэрмилион,ورمیلیون، اوهایو		OH	093		
5175079	Van Wert	van-wert	US	45891	10798	America/New_York	40.86949	-84.58412	237	Van Vehrt,Van Vert,Van Wert,Vanwert,fan wyrt,wn wrt  awhayw,Ван Верт,Ван Вэрт,فان ويرت,ون ورت، اوهایو	161	OH	161	63408	
5175084	Vernon	vernon	US	05354	0	America/New_York	41.38644	-80.56868	288	Vernon,Vernon Center		OH	155	79856	
5175092	Versailles	versailles	US	06383	2643	America/New_York	40.22255	-84.4844	300	Jacksonville,Versailes,Versailles,Versaj,Verseilles,farsaylys,Версај,فارسايليس		OH	037	82152	
5175109	Vickery	vickery	US	43464	121	America/New_York	41.382	-82.93491	183	Brooklyn,Vickery		OH	143	77162	
5175130	Vienna	vienna	US	04360	0	America/New_York	41.23783	-80.66424	350	Vienna,Vienna Center		OH	155	80052	
5175150	Vincent	vincent	US	35178	0	America/New_York	41.42032	-82.11598	204			OH	093	72067	
5175183	Vulcan	vulcan	US	49892	0	America/New_York	40.59284	-80.66646	209			OH	029	82740	
5175184	Vulcan	vulcan	US	49892	0	America/New_York	41.65088	-83.60938	189			OH	095	77000	
5175480	Wabash	wabash	US	46992	0	America/New_York	40.5456	-84.74996	264			OH	107	81452	
5175487	Waco	waco	US	28169	0	America/New_York	40.77867	-81.34706	326			OH	151	12014	
5175496	Wadsworth	wadsworth	US	44281	21860	America/New_York	41.02561	-81.72985	356	Vadsvors,Vodsvort,Wadsworth,Wadsworth City,wa si wo si,wadzwrth,wadzwrth  awhayw,Вадсворс,Водсворт,وادزورث,وادزورث، اوهایو,瓦斯沃斯		OH	103	80304	
5175517	Wainwright	wainwright	US	74468	0	America/New_York	40.41868	-81.429	268	Wainright,Wainwright		OH	157	81060	
5175529	Wakefield	wakefield	US	01880	0	America/New_York	40.14172	-84.61412	311			OH	037	32354	
5175531	Wakeman	wakeman	US	44889	1032	America/New_York	41.2545	-82.39961	253	Wakeman,Wakemanville		OH	077	80472	
5175538	Walbridge	walbridge	US	43465	3109	America/New_York	41.58783	-83.49327	188			OH	173	41328	
5175551	Waldo	waldo	US	32694	325	America/New_York	40.45895	-83.07713	287			OH	101	80514	
5175562	Walhonding	walhonding	US	43843	0	America/New_York	40.35951	-82.14682	269			OH	031	54376	
5175595	Walnut Creek	walnut-creek	US	44687	878	America/New_York	40.54145	-81.7218	361	Carlisle,New Carlisle,Walnut Creek,Walnutcreek		OH	075	80626	
5175607	Walnut Grove	walnut-grove	US	35990	0	America/New_York	40.71811	-83.62382	280			OH	065	63282	
5175608	Walnut Grove	walnut-grove	US	35990	0	America/New_York	40.42728	-83.62326	353	Nelson Station,Walnut Grove,Walnutgrove		OH	091	69134	
5175654	Walton	walton	US	13856	0	America/New_York	40.63922	-83.76549	300			OH	065	45920	
5175670	Wapakoneta	wapakoneta	US	45895	9823	America/New_York	40.56783	-84.19356	273	AXV,Logans Village,Uapakoneta,Vapakoneta,Wapaghkanetta,Wapaghkonetta,Wapaghonetta,Wapahkonetta,Wapakanotta,Wapakonakunge,Wapakonatta,Wapakoneta,Wapakonkunge,Wapakonnetta,Wapauckanata,Wapaughkonetta,Wapaughkonnetta,Wapaukonnetta,Wapoghoognata,Wappakonetta,Wappakonneta,Wappaukenata,Wapucconetta,Warpicanata,Waughpaughkonetta,Wauphauthawonaukee,wabakwnyta,wapakwnta  awhayw,Вапаконета,Уапаконета,واباكونيتا,واپاکونتا، اوهایو	011	OH	011	22722	
5175699	Warnock	warnock	US	43967	0	America/New_York	40.02257	-80.93732	284	Smiths Mills,Warnock,Warnocks,Warnocks Station		OH	013	72736	
5175722	Warrensburg	warrensburg	US	12885	0	America/New_York	40.30589	-83.16852	268	Warrensburg,Warrensburgh		OH	041	70842	
5175724	Warrensville	warrensville	US	28693	0	America/New_York	41.44255	-81.51707	328	Warrensville,Warrensville Centre,Warrenville		OH	035	80990	
5175734	Warrenton	warrenton	US	20186	0	America/New_York	40.19202	-80.68008	199	Warren,Warren Town,Warrenton,Warrentown		OH	081	80878	
5175738	Warsaw	warsaw	US	14569	674	America/New_York	40.33535	-82.00681	244			OH	031	38556	
5175744	Warwick	warwick	US	01378	0	America/New_York	40.92228	-81.64096	292	Warnick,Warrick,Warwick		OH	153	16182	
5175827	Washingtonville	washingtonville	US	10992	777	America/New_York	40.90034	-80.76397	322			OH	029	69848	
5175839	Waterford	waterford	US	04088	0	America/New_York	40.54339	-82.61878	356	Lavering,Levering,Leverings,Loverings,Waterford		OH	083	49658	
5175842	Waterloo	waterloo	US	13165	0	America/New_York	40.51534	-81.07065	326			OH	019	78260	
5175847	Waterville	waterville	US	04901	5514	America/New_York	41.50089	-83.71827	187			OH	095		
5175860	Watkins	watkins	US	52354	0	America/New_York	40.21256	-83.24686	293	Watkins,Watkinsville		OH	159	50288	
5175863	Watson	watson	US	35181	0	America/New_York	41.1895	-83.1052	216	Watson,Watson Station,Watsons,Watsons Station		OH	147	63394	
5175865	Warren	warren	US	01083	40245	America/New_York	41.23756	-80.81842	270	Salt Lick Town,Saltlick Town,Uorren,Uorun,Varrehn,Voren,Warren,Warren City,warn  awhayw,woleon,Варрэн,Ворен,Уоррен,Уорън,وارن، اوهایو,워런	155	OH	155	80892	
5175875	Wattsville	wattsville	US	23483	0	America/New_York	40.5734	-80.93287	316	Wattsville,Wattsville Station		OH	019	28126	
5175877	Wauseon	wauseon	US	43567	7316	America/New_York	41.54922	-84.14161	235		051	OH	051	16126	
5175888	Wayland	wayland	US	01778	0	America/New_York	41.16061	-81.07121	287	Cyclone,Newport,Parisville,Wayland		OH	133	59822	
5175891	Wayne	wayne	US	04284	0	America/New_York	41.5345	-80.66647	331	Lindenville,Wayne,Wayne Center		OH	007	82040	
5175892	Wayne	wayne	US	04284	898	America/New_York	41.30144	-83.47354	213	Freeport,Kremlin Station,Prairie Depot,Wayne		OH	173	51744	
5175934	Waynesburg	waynesburg	US	15370	968	America/New_York	40.96033	-82.7924	299	Waynesburg,Wellerville		OH	033	02890	
5175935	Waynesburg	waynesburg	US	15370	923	America/New_York	40.66784	-81.25733	304	Waynesburg,Waynesburgh		OH	151	70436	
5175939	Waynesfield	waynesfield	US	45896	847	America/New_York	40.60061	-83.97522	324			OH	011	82054	
5175972	Webster	webster	US	01570	0	America/New_York	40.18672	-84.47801	294			OH	037	82152	
5175992	Weems	weems	US	22576	0	America/New_York	40.28618	-80.75425	290	Smithfield Station,Weems		OH	081	82698	
5176009	Welcome	welcome	US	20693	0	America/New_York	40.54617	-82.02182	282			OH	075	51422	
5176023	Wellington	wellington	US	33414	4852	America/New_York	41.16894	-82.21794	259	Velington,Vellington,wylynghtwn,Велингтон,Веллингтон,ويلينغتون,ویلنگٹن، اوہائیو		OH	093	82656	
5176047	Wellsville	wellsville	US	14895	3410	America/New_York	40.60284	-80.64896	213			OH	029	82740	
5176149	West Berlin	west-berlin	US	08091	0	America/New_York	40.25562	-83.01268	291	Berlin Station,Pershing,Pershing Station,West Berlin		OH	041	05788	
5176188	West Brookfield	west-brookfield	US	01585	0	America/New_York	40.79589	-81.57096	318	Brookfield,Slussers Town,Slussertown,West Brookfield,Winterville		OH	151	48244	
5176205	West Chester	west-chester	US	19380	0	America/New_York	40.23368	-81.34428	354	Cadwallader,Coldwater,West Chester,Westchester		OH	157	62092	
5176233	West Farmington	west-farmington	US	04992	487	America/New_York	41.39061	-80.97343	264	Farmington,West Farmington		OH	155	26684	
5176249	West Fulton	west-fulton	US	12194	0	America/New_York	40.88895	-81.60318	295			OH	151	42168	
5176263	West Hartland	west-hartland	US	06091	0	America/New_York	41.20394	-82.5399	279			OH	077	34258	
5176273	West Jefferson	west-jefferson	US	28694	0	America/New_York	41.572	-84.55662	271	Durbins Corners,Karle,West Jefferson		OH	171	38864	
5176283	West Lafayette	west-lafayette	US	43845	2286	America/New_York	40.27535	-81.75096	245	West LaFayette,West Lafayette,Zapadnyj Lafajet,Западный Лафайет		OH	031	41132	
5176297	West Lebanon	west-lebanon	US	03784	0	America/New_York	40.7245	-81.66763	344			OH	169	59556	
5176303	West Liberty	west-liberty	US	26074	0	America/New_York	40.86228	-82.77601	335	Biddle,Liberty Corners,West Liberty		OH	033	79786	
5176304	West Liberty	west-liberty	US	26074	1775	America/New_York	40.25228	-83.75577	332	Enochs Mills,Liberty,West Liberty		OH	091	43246	
5176305	West Liberty	west-liberty	US	26074	0	America/New_York	40.37784	-82.89074	302	Stantontown,West Liberty		OH	117	62260	
5176319	West Mansfield	west-mansfield	US	43358	667	America/New_York	40.402	-83.54521	332	Fip Town,Trip Town,West Mansfield		OH	091	07552	
5176335	West Millgrove	west-millgrove	US	43467	178	America/New_York	41.24394	-83.49132	217	Millgrove,West Mill Grove,West Mill Grove Village,West Millgrove		OH	173	62106	
5176338	West Newton	west-newton	US	02465	0	America/New_York	40.65394	-83.89272	318			OH	003	02988	
5176344	West Park	west-park	US	12493	0	America/New_York	41.01839	-83.67466	242			OH	063	27048	
5176347	West Park	west-park	US	12493	0	America/New_York	40.78311	-81.52984	299			OH	151	48244	
5176363	West Point	west-point	US	10996	0	America/New_York	40.70839	-80.7023	286	Power Point,West Point		OH	029	46368	
5176364	West Point	west-point	US	10996	0	America/New_York	40.63923	-82.7849	373	West Point,Westpoint,Whetstone		OH	117	18294	
5176378	West Salem	west-salem	US	44287	1487	America/New_York	40.97144	-82.10987	339			OH	169	18322	
5176423	West Unity	west-unity	US	43570	1645	America/New_York	41.58616	-84.43495	240			OH	171	08140	
5176472	Westerville	westerville	US	43081	38384	America/New_York	40.12617	-82.92907	265	Vehstervill,Vestvil,Westervelt,Westerville,wstrwyl  awhayw,wystyrfyl,Вествил,Вэстервилл,وسترویل، اوهایو,ويستيرفيل		OH	049	83342	
5176488	Westfield	westfield	US	01085	0	America/New_York	40.43228	-82.98185	293	Breadless,Westfield		OH	117	83454	
5176490	Westfield Center	westfield-center	US	44251	1134	America/New_York	41.02644	-81.9332	335	Le Roy,LeRoy,Leroy,Westfield Center,Westfield Centre		OH	103	83468	
5176514	Westhope	westhope	US	58793	0	America/New_York	41.29838	-83.94105	211	West Hope,Westhope		OH	069	66502	
5176517	Westlake	westlake	US	44145	32428	America/New_York	41.45532	-81.91792	216	Dover,Dover Center,Dover Centre,Vehstlehjk,Vestlejk,West Lake,Westlake,wyst lyk,Вестлејк,Вэстлэйк,وست‌لیک، اوهایو,ويست ليك		OH	035	83622	
5176537	Westminster	westminster	US	01441	0	America/New_York	40.69338	-83.98022	288	West Minster,Westminster		OH	003	02988	
5176550	Weston	weston	US	02493	1638	America/New_York	41.34477	-83.79716	207	Benton,Taylortown,Uehston,Weston,Weston Station,Уэстон		OH	173	83986	
5176572	Westview	westview	US	40178	0	America/New_York	40.77006	-81.45456	343			OH	151	62078	
5176580	Westville	westville	US	08093	0	America/New_York	40.1095	-83.83799	311			OH	021	46760	
5176581	Westville	westville	US	08093	0	America/New_York	40.90145	-80.99398	345			OH	029	40824	
5176587	Westwood	westwood	US	02090	0	America/New_York	40.78145	-81.95987	290			OH	169	86562	
5176612	Weymouth	weymouth	US	02188	0	America/New_York	41.18561	-81.7943	317	Bagdad,Weymouth		OH	103	48804	
5176616	Wharton	wharton	US	07885	352	America/New_York	40.86144	-83.46159	269	Wharton,Whartonsburg,Whartonsburgh		OH	175	66782	
5176713	Whitehouse	whitehouse	US	08888	4462	America/New_York	41.51894	-83.80383	199	White House,Whitehouse		OH	095	81872	
5176724	Whiteville	whiteville	US	28472	0	America/New_York	41.71172	-83.97633	224			OH	051	01728	
5176728	Whitmore	whitmore	US	96096	0	America/New_York	41.39089	-82.89241	184	Whitmore,Whitmore Station		OH	143	77162	
5176732	Whitney	whitney	US	15693	0	America/New_York	40.01313	-80.9287	275	Marbletown,Whitney		OH	013	72736	
5176759	Wickliffe	wickliffe	US	42087	12545	America/New_York	41.60533	-81.45345	234	Viklif,Vikliff,Wickliff,Wickliffe,wyklayf,wyklyf  awhayw,Виклиф,Виклифф,ويكلايف,ویکلیف، اوهایو		OH	085	85036	
5176760	Wickliffe	wickliffe	US	42087	0	America/New_York	41.10256	-80.72869	330			OH	099	03198	
5176830	Willard	willard	US	14588	6063	America/New_York	41.05311	-82.72629	283	Chicago,Chicago Juncion,Willard		OH	077	85232	
5177833	Acosta	acosta	US	15520	0	America/New_York	40.11035	-79.06892	569			PA	111	38032	
5176894	Williamsfield	williamsfield	US	44093	0	America/New_York	41.53339	-80.57063	346	Billfield,East Williamsfield,Williamsfield,Williamsfield Centre		OH	007	85372	
5176905	Williamsport	williamsport	US	17701	0	America/New_York	40.5795	-82.7299	418	Andrews,Williamsport		OH	117	18294	
5176906	Williamsport	williamsport	US	17701	0	America/New_York	40.9345	-81.09482	321			OH	151	43022	
5176911	Williamston	williamston	US	27892	0	America/New_York	41.11006	-80.68174	281			OH	099	88000	
5176912	Williamstown	williamstown	US	01267	0	America/New_York	41.29172	-84.36106	217	Williamsport,Williamstown		OH	039	56014	
5176913	Williamstown	williamstown	US	01267	0	America/New_York	40.83394	-83.65076	285	Billtown,Eagle,Williams Town,Williamstown		OH	063	46438	
5176920	Williamsport	williamsport	US	17701	0	America/New_York	40.72395	-80.63591	257	Park,Williamsport		OH	029	46368	
5176930	Williston	williston	US	05495	487	America/New_York	41.60366	-83.33993	181	Willeston,Williston		OH	123	01322	
5176937	Willoughby	willoughby	US	44094	22631	America/New_York	41.63977	-81.4065	201	Chagrin,Chagrin Mills,LNN,Uilloubi,Willoughby,Уиллоуби		OH	085	85484	
5176956	Willow	willow	US	12495	0	America/New_York	41.41394	-81.6429	190			OH	035	37240	
5176957	Willow Beach	willow-beach	US	86445	0	America/New_York	41.70727	-83.47688	177			OH	095	77000	
5176974	Willow Grove	willow-grove	US	19090	0	America/New_York	40.88589	-80.90036	391			OH	029	10562	
5177020	Willshire	willshire	US	45898	387	America/New_York	40.74866	-84.79107	243	Willshire,Wiltshire,Witshire		OH	161	85750	
5177026	Wilmer	wilmer	US	36587	0	America/New_York	41.39644	-82.69574	191			OH	043	61714	
5177030	Wilmot	wilmot	US	03287	303	America/New_York	40.65589	-81.63207	309	Freases Store,Milton,Wilmot		OH	151	75208	
5177073	Windfall	windfall	US	46076	0	America/New_York	41.13644	-81.78569	361			OH	103	48804	
5177082	Windham	windham	US	03087	2205	America/New_York	41.23506	-81.04926	296	Strongsburg,Windham,Windham Center,Windham Village		OH	133	85946	
5177096	Windsor	windsor	US	01270	0	America/New_York	41.53505	-80.93426	252	Windsor,Windsor Corners		OH	007	85988	
5177097	Windsor	windsor	US	01270	0	America/New_York	40.80839	-82.43544	314			OH	139	50092	
5177119	Winesburg	winesburg	US	44690	352	America/New_York	40.61645	-81.69513	397	Weinsburg,Weinsburgh,Winesburg,Winesburgh		OH	075	59514	
5177122	Winfield	winfield	US	17889	0	America/New_York	40.54867	-81.55845	284	Keplinger,Mechanicsburg,Mechanicsburgh,Pinchy,Wienfeld,Winfield		OH	157	22470	
5177157	Winterset	winterset	US	50273	0	America/New_York	40.10396	-81.4165	251	Brown,Winchester,Winterset		OH	059	46424	
5177181	Wolf	wolf	US	82844	0	America/New_York	40.32174	-81.57151	253	Wolf,Wolf Station,Wolfs Station		OH	157	69974	
5177210	Wolf Run	wolf-run	US	43970	0	America/New_York	40.46729	-80.88925	306	Wall Run,Wolf Run		OH	081	74122	
5177304	Woodmere	woodmere	US	11598	864	America/New_York	41.46228	-81.48067	357			OH	035	86394	
5177305	Woodmere	woodmere	US	11598	0	America/New_York	41.86005	-80.94176	184			OH	007	29624	
5177324	Woodland	woodland	US	16881	0	America/New_York	40.47895	-83.25742	288			OH	159	38108	
5177327	Woodside	woodside	US	11377	0	America/New_York	41.35227	-83.46632	203			OH	173	28756	
5177331	Woodstock	woodstock	US	03293	301	America/New_York	40.17395	-83.52743	318	Four Corners,Hartford,New Albany,Smithville,Vudstok,Wood Stock,Woodstock,Вудсток		OH	021	69078	
5177337	Woodville	woodville	US	01784	2083	America/New_York	41.45144	-83.36576	194			OH	143	86506	
5177349	Woodworth	woodworth	US	53194	0	America/New_York	40.98811	-80.66341	329	Steamtown,Woodsworth,Woodworth		OH	099	07468	
5177358	Wooster	wooster	US	44691	26749	America/New_York	40.80517	-81.93646	304	BJJ,Vustehr,Vuster,usuta,wwstr  awhayw,wwstyr,Вустер,Вустэр,ووستر، اوهایو,ووستير,ウースター	169	OH	169	86548	
5177396	Worthington	worthington	US	01098	14498	America/New_York	40.09312	-83.01796	263	Vorsington,Vortington,wajinton,wwrdyngtn  awhayw,wwrthynghtwn,Ворсингтон,Вортингтон,وورثينغتون,ووردینگتن، اوهایو,ワージントン		OH	049	71787	
5177421	Wren	wren	US	45899	192	America/New_York	40.80088	-84.77524	247			OH	161	85750	
5177466	Yale	yale	US	23897	0	America/New_York	41.06256	-81.09843	341			OH	133	59668	
5177509	Yoder	yoder	US	46798	0	America/New_York	40.68727	-84.07106	292			OH	003	61742	
5177523	York	york	US	03909	0	America/New_York	40.25812	-80.86453	352			OH	081	72767	
5177524	York	york	US	03909	0	America/New_York	41.35922	-82.89213	197	Townsend,York,York Station		OH	143	77162	
5177551	Yorkshire	yorkshire	US	14173	94	America/New_York	40.32533	-84.49551	299	Yorkshier,Yorkshire		OH	037	61168	
5177553	Yorktown	yorktown	US	23690	0	America/New_York	40.44673	-81.5154	272	Black Band,Yorktown		OH	157	87094	
5177557	Yorkville	yorkville	US	13495	1044	America/New_York	40.15452	-80.71036	201			OH	013	61378	
5177568	Youngstown	youngstown	US	14174	64628	America/New_York	41.09978	-80.64952	259	Jangstaun,Jangstauna,Jongstaun,Jungstaun,YNG,Youngs Town,Youngstown,yang si dui,yangusutaun,yeongseutaun,yngstʼwn,ywnghztawn,ywngstawn  awhayw,Јангстаун,Йонгстаун,Йънгстаун,Янгстаун,ינגסטאון,يونغزتاون,ینگزٹاؤن، اوہائیو,یونگستاون، اوهایو,ヤングスタウン,扬斯敦,영스타운	099	OH	099	88000	
5177591	Zanesfield	zanesfield	US	43360	195	America/New_York	40.33839	-83.67715	358	Zane Town,Zanes Town,Zanesfield,Zanestown,Zanesville		OH	091	38682	
5177726	Zoar	zoar	US	44697	181	America/New_York	40.61423	-81.42234	275			OH	157	42182	
5177758	Aaronsburg	aaronsburg	US	16820	613	America/New_York	40.89979	-77.45332	358			PA	027	31960	
5177762	Abbott	abbott	US	76621	0	America/New_York	41.58229	-77.78444	417			PA	105	00108	
5177767	Aberdeen	aberdeen	US	21001	0	America/New_York	41.35869	-75.4938	488			PA	069	46480	
5177768	Aberdeen	aberdeen	US	21001	0	America/New_York	40.17676	-76.6233	134			PA	071	51664	
5177773	Abington	abington	US	02351	55310	America/New_York	40.12067	-75.11795	104	Abington,Abington Township,Morestown,Municipio de Abington,Абингтон		PA	091	00156	
5177808	Accomac	accomac	US	23301	0	America/New_York	40.0451	-76.56358	84			PA	133	33728	
5177825	Ackworth	ackworth	US	50001	0	America/New_York	40.00788	-75.66827	81			PA	029	20920	
5177826	Acme	acme	US	15610	3833	America/New_York	40.12674	-79.42865	582			PA	129	51888	
5177840	Adams	adams	US	01220	0	America/New_York	40.94117	-79.64227	399			PA	005	74992	
5177841	Adams	adams	US	01220	0	America/New_York	40.35952	-77.86166	183			PA	061	70400	
5177870	Adamsburg	adamsburg	US	15611	169	America/New_York	40.31174	-79.65615	358			PA	129	00332	
5177874	Adamstown	adamstown	US	19501	1840	America/New_York	40.2412	-76.05633	144			PA	071	00364	
5177877	Adamsville	adamsville	US	02801	67	America/New_York	41.51116	-80.36979	318	Adamsville,Owrytown		PA	039	82944	
5177883	Adrian	adrian	US	16210	0	America/New_York	40.88479	-79.53782	321	Adrian,Montgomeryville		PA	005	21160	
5177901	Aiken	aiken	US	29801	0	America/New_York	41.87812	-78.5778	673			PA	083	38912	
5177905	Advance	advance	US	27006	0	America/New_York	40.70868	-79.26198	356			PA	063	81256	
5177917	Akeley	akeley	US	56433	0	America/New_York	41.96478	-79.13088	378	Ackley,Akeley		PA	123	60480	
5177922	Akron	akron	US	14001	3993	America/New_York	40.15676	-76.20217	159	Akron,Акрон		PA	071	00540	
5177927	Aladdin	aladdin	US	82710	0	America/New_York	40.69173	-79.65671	240			PA	005	29184	
5177932	Alba	alba	US	16910	153	America/New_York	41.70507	-76.82829	408			PA	015	00572	
5177935	Albany	albany	US	05820	0	America/New_York	40.61676	-75.86659	123	Albany,Albany Township,Kempdon,Municipio de Albany,Xa Albany,Xã Albany,البانی ٹاؤن شپ، برکس کاؤنٹی، پنسلوانیا		PA	011	00588	
5177936	Albany	albany	US	05820	0	America/New_York	40.03785	-79.87144	260			PA	051	37872	
5177939	Albert	albert	US	67511	0	America/New_York	41.12036	-75.93103	371			PA	079	86584	
5177944	Albion	albion	US	02802	1468	America/New_York	41.89061	-80.36645	271			PA	049	00628	
5177945	Albion	albion	US	02802	1553	America/New_York	40.95895	-78.94698	440			PA	065	05200	
5177950	Albrightsville	albrightsville	US	18210	202	America/New_York	41.01453	-75.60102	460			PA	025	39608	
5177951	Alburtis	alburtis	US	18011	2519	America/New_York	40.51093	-75.60297	138			PA	077	00660	
5177963	Alden	alden	US	14004	0	America/New_York	41.18203	-76.01242	191	Alden,Leemine		PA	079	53960	
5177999	Alford	alford	US	32420	0	America/New_York	41.80674	-75.77463	321			PA	115	09128	
5178006	Alice	alice	US	78332	0	America/New_York	40.13479	-79.57032	373			PA	129	21304	
5178007	Alice	alice	US	78332	0	America/New_York	40.16424	-79.45976	417			PA	129	51888	
5178010	Aline	aline	US	73716	0	America/New_York	40.68064	-76.9872	158			PA	109	59504	
5178012	Alexandria	alexandria	US	16611	330	America/New_York	40.55646	-78.09778	212	Aleksandrija,Александрия		PA	061	00756	
5178027	Aliquippa	aliquippa	US	15001	9197	America/New_York	40.63673	-80.24006	226	Alikvipa,alykwyba,alykwyypa  pnsylwanya,Аликвипа,آلیکوئیپا، پنسیلوانیا,أليكويبا		PA	007	00820	
5178093	Allen	allen	US	21810	0	America/New_York	40.16537	-77.08442	156			PA	041	50472	
5178094	Allen	allen	US	21810	0	America/New_York	41.88284	-78.57308	672			PA	083	08048	
5178099	Allen Junction	allen-junction	US	25810	0	America/New_York	40.63204	-75.39074	93			PA	095	06088	
5178113	Allendale	allendale	US	07401	0	America/New_York	40.31869	-78.7253	536			PA	021	00308	
5178114	Allendale	allendale	US	07401	0	America/New_York	40.22398	-76.89025	114			PA	041	44832	
5178118	Allenport	allenport	US	15412	527	America/New_York	40.09813	-79.84893	239			PA	125	00988	
5178120	Allenport	allenport	US	15412	648	America/New_York	40.37369	-77.87	177	Allenport,Allenton		PA	061	70400	
5178127	Allentown	allentown	US	08501	120207	America/New_York	40.60843	-75.49018	103	ABE,Alentaun,Alentaunas,Allenschteddel,Allentaun,Allentoun,Allentown,Aluntaun,Northampton,Northamptontown,a lun dui,aelleontaun,alyntawn,arentaun,Алентаун,Аллентаун,Аллентоун,Алънтаун,אלנטאון,آلن‌تاون، پنسیلوانیا,ألينتاون,ایلن ٹاؤن,ایلن ٹاؤن، پنسلوانیا,アレンタウン,阿伦敦,앨런타운	077	PA	077	02000	
5178128	Allentown	allentown	US	08501	0	America/New_York	40.42757	-79.99394	261			PA	003	61000	
5178137	Allensville	allensville	US	17002	503	America/New_York	40.53591	-77.81694	295			PA	087	48664	
5178141	Allenwood	allenwood	US	08720	321	America/New_York	41.10758	-76.8983	150	Allenwood,Union Town		PA	119	31480	
5178156	Allison Park	allison-park	US	15101	0	America/New_York	40.22951	-80.24228	375			PA	125	12848	
5178162	Allport	allport	US	16821	0	America/New_York	40.66118	-78.7578	476			PA	021	75520	
5178163	Allport	allport	US	16821	264	America/New_York	40.967	-78.2014	492			PA	033	51056	
5178165	Allison Park	allison-park	US	15101	21552	America/New_York	40.55951	-79.95867	268			PA	003	32328	
5178167	Almont	almont	US	48003	0	America/New_York	40.36427	-75.33434	174	Almont,Altmont		PA	017	83960	
5178173	Alpha	alpha	US	42603	0	America/New_York	40.85204	-75.2849	242			PA	095	85664	
5178174	Alpine	alpine	US	07620	0	America/New_York	40.07871	-76.87275	164			PA	133	81056	
5178183	Altamont	altamont	US	12009	602	America/New_York	40.7862	-76.22494	472			PA	107	83408	
5178193	Altonah	altonah	US	84002	0	America/New_York	40.65621	-75.36101	116	Altona,Altonah		PA	095	06088	
5178195	Altoona	altoona	US	16601	45344	America/New_York	40.51868	-78.39474	355	Altoona,Altuna,Altūna,POM Wonderful Presents The Greatest Movie Ever Sold,POM Wonderful Presents: The Greatest Movie Ever Sold,a er tu na,altwna,altwna  pnsylwanya,aruto~una,Алтуна,آلتونا، پنسیلوانیا,ألتونا,ایلٹونا، پنسلوانیا,アルトゥーナ,阿尔图纳		PA	013	02184	
5178201	Alum Bank	alum-bank	US	15521	218	America/New_York	40.18063	-78.61363	380	Alum Bank,Pleasantville		PA	009	61496	
5178208	Alverda	alverda	US	15710	0	America/New_York	40.63035	-78.85697	583			PA	063	60320	
5178212	Alverton	alverton	US	15612	0	America/New_York	40.14007	-79.58726	335			PA	129	21304	
5178220	Amberson	amberson	US	17210	0	America/New_York	40.17036	-77.67721	286	Amberson,Anderson		PA	055	25176	
5178225	Ambler	ambler	US	19002	6505	America/New_York	40.15455	-75.22157	65	Ambler,Амблер		PA	091	02264	
5178228	Ambridge	ambridge	US	15003	6859	America/New_York	40.58923	-80.22506	235	Ambridz,ambryj  pnsylwanya,Амбриџ,امبریج، پنسیلوانیا		PA	007	02288	
5178237	Ambrose	ambrose	US	31512	0	America/New_York	40.77256	-79.10837	356			PA	063	72304	
5178247	Amesville	amesville	US	45711	0	America/New_York	40.83089	-78.4003	520			PA	033	06288	
5178252	Amity	amity	US	15311	0	America/New_York	40.03952	-80.20506	365			PA	125	02384	
5178260	Amityville	amityville	US	11701	0	America/New_York	40.30009	-75.7363	101			PA	011	02328	
5178270	Amsterdam	amsterdam	US	12010	0	America/New_York	41.13395	-80.13367	380			PA	085	43104	
5178273	Analomink	analomink	US	18320	0	America/New_York	41.0512	-75.22046	161			PA	089	74880	
5178276	Anchor	anchor	US	61720	0	America/New_York	40.13732	-76.58136	164			PA	071	51664	
5178282	Andalusia	andalusia	US	36420	0	America/New_York	40.06956	-74.97128	19			PA	017	05616	
5178289	Anderson	anderson	US	29621	0	America/New_York	40.5398	-77.64555	153			PA	087	30480	
5178294	Anderson	anderson	US	29621	0	America/New_York	41.05839	-78.66058	526			PA	033	78296	
5178313	Andreas	andreas	US	18211	0	America/New_York	40.75176	-75.79241	181			PA	107	83792	
5178325	Angelica	angelica	US	14709	0	America/New_York	40.26148	-75.95354	153			PA	011	17720	
5178335	Anita	anita	US	15711	0	America/New_York	41.00145	-78.96309	445	Anita,Florence		PA	065	45888	
5178338	Ankeny	ankeny	US	50021	0	America/New_York	40.13785	-79.11003	571			PA	111	38032	
5178340	Annandale	annandale	US	08801	0	America/New_York	41.09117	-79.89283	448	Anandale,Annandale		PA	019	12992	
5178351	Annville	annville	US	17003	4767	America/New_York	40.32954	-76.51524	128	Annville,Millerstown,Millersville		PA	075	02600	
5178358	Ansonia	ansonia	US	06401	0	America/New_York	41.74646	-77.42831	348			PA	117	70344	
5178360	Ansonville	ansonville	US	28007	0	America/New_York	40.84756	-78.56558	511			PA	033	38432	
5178381	Antes Fort	antes-fort	US	17720	0	America/New_York	41.19174	-77.22386	179			PA	081	54504	
5178389	Antrim	antrim	US	03440	0	America/New_York	41.63396	-77.28692	503			PA	117	20232	
5178393	Apollo	apollo	US	15613	1588	America/New_York	40.58145	-79.56643	249	Apollo,QZP,Warren		PA	005	02720	
5178422	Aquashicola	aquashicola	US	18012	0	America/New_York	40.8112	-75.59019	127	Aquashicola,Millport		PA	025	45128	
5178432	Ararat	ararat	US	24053	0	America/New_York	41.82953	-75.52463	616			PA	115	02792	
5178439	Arbuckle	arbuckle	US	95912	0	America/New_York	41.98283	-79.86394	390			PA	049	02336	
5178442	Arcadia	arcadia	US	15712	0	America/New_York	40.78118	-78.85253	457			PA	063	50624	
5178450	Archbald	archbald	US	18403	6960	America/New_York	41.4948	-75.53685	283	Archbald,White Oak Run		PA	069	02832	
5178463	Ardara	ardara	US	15615	0	America/New_York	40.35785	-79.73504	298			PA	129	55128	
5178464	Arden	arden	US	10910	0	America/New_York	40.20507	-80.25895	305			PA	125	72504	
5178470	Arcola	arcola	US	38722	0	America/New_York	40.1526	-75.45657	32			PA	091	79256	
5178472	Ardsley	ardsley	US	10502	0	America/New_York	40.12122	-75.15517	88			PA	091	00156	
5178481	Ardmore	ardmore	US	19003	12455	America/New_York	40.00678	-75.28546	107	Ardmor,Ardmore,Athensville,Ардмор		PA	091	44976	
5178482	Aristes	aristes	US	17920	311	America/New_York	40.81842	-76.33828	523	Aristes,Montana		PA	037	15880	
5178485	Arlington	arlington	US	02474	0	America/New_York	41.41203	-75.32574	439			PA	127	67488	
5178486	Arlington	arlington	US	02474	0	America/New_York	40.4259	-79.9745	235			PA	003	61000	
5178489	Arlington Heights	arlington-heights	US	02475	6333	America/New_York	40.99009	-75.21629	155			PA	089	74880	
5178496	Armagh	armagh	US	15920	118	America/New_York	40.45368	-79.03197	467			PA	063	03032	
5178501	Armbrust	armbrust	US	15616	0	America/New_York	40.22368	-79.55115	295	Ambrust,Armbrust,Weavers Old Stand		PA	129	33792	
5178517	Armstrong	armstrong	US	50514	0	America/New_York	41.09423	-80.05172	377			PA	019	71192	
5178527	Arnold	arnold	US	21012	4988	America/New_York	40.58007	-79.76672	241	Arnol'd,Arnola,Arnold,Арнольд		PA	129	03088	
5178540	Arnot	arnot	US	16911	332	America/New_York	41.66257	-77.12303	513			PA	117	07152	
5178543	Arona	arona	US	15617	352	America/New_York	40.26924	-79.66143	293			PA	129	03120	
5178571	Asbury	asbury	US	08802	0	America/New_York	41.12647	-76.33633	259			PA	037	26056	
5178572	Asbury	asbury	US	08802	0	America/New_York	42.072	-80.18201	232	Asbury,Asbury Chapel		PA	049	49548	
5178594	Asherton	asherton	US	78827	0	America/New_York	40.78814	-76.82386	153			PA	097	44856	
5178595	Ashfield	ashfield	US	01330	0	America/New_York	40.78454	-75.71352	167	Ashfield,Ashville,Pennsville		PA	025	21664	
5178596	Ashland	ashland	US	01721	0	America/New_York	40.87145	-78.33307	533			PA	033	18456	
5178597	Ashland	ashland	US	01721	2734	America/New_York	40.78175	-76.34578	301	Ashland,Eshland,Ашланд,Ешланд,ایشلنڈ، پنسلوانیا		PA	107	03264	
5178612	Ashley	ashley	US	43003	2726	America/New_York	41.21036	-75.89659	210	Alberts,Ashley,Coalville,Hendricksburg,Hightown,Nanticoke Junction,Newton,Peestown,Scrabbletown,Skunktown		PA	079	03272	
5178624	Ashville	ashville	US	14710	219	America/New_York	40.56007	-78.54863	502			PA	021	03296	
5178632	Aspinwall	aspinwall	US	51432	2763	America/New_York	40.49146	-79.90477	229			PA	003	03320	
5178650	Atco	atco	US	08004	0	America/New_York	41.6212	-75.08573	294	Atco,Branninsville		PA	127	18104	
5178651	Athens	athens	US	04912	3255	America/New_York	41.9573	-76.518	233	Atens,Athens,Athens Boro,Diahoga,Tioga,Tioga Point,Атенс,ایتھنز، پنسلوانیا، ایک بارو		PA	015	03392	
5178658	Atlantic	atlantic	US	16111	0	America/New_York	40.84478	-78.39502	488			PA	033	06288	
5178659	Atlantic	atlantic	US	16111	77	America/New_York	41.50478	-80.33895	354			PA	039	21112	
5178660	Atlantic	atlantic	US	16111	0	America/New_York	40.35757	-79.31948	342			PA	129	18968	
5178662	Atlas	atlas	US	48411	809	America/New_York	40.79981	-76.42773	344	Atlas,Exchange		PA	097	51504	
5178665	Atlasburg	atlasburg	US	15004	401	America/New_York	40.34118	-80.38284	334			PA	125	71288	
5178669	Atwood	atwood	US	38220	105	America/New_York	40.75479	-79.26643	377			PA	005	03480	
5178673	Auburn	auburn	US	01501	722	America/New_York	40.59842	-76.09327	145			PA	107	03488	
5178686	Audubon	audubon	US	08106	8433	America/New_York	40.12788	-75.43185	59			PA	091	45080	
5178704	Aultman	aultman	US	15713	0	America/New_York	40.56396	-79.26087	340			PA	063	12040	
5178713	Austin	austin	US	16720	550	America/New_York	41.63118	-78.09139	411	Ostin,Остин		PA	105	03576	
5178721	Austinburg	austinburg	US	44010	0	America/New_York	41.99313	-77.49471	418			PA	117	09072	
5178722	Austinville	austinville	US	24312	0	America/New_York	41.83896	-76.87385	392			PA	015	15376	
5178724	Avalon	avalon	US	08202	4642	America/New_York	40.5009	-80.06756	285	Avalon,Birmingham,Myler,West Bellevue		PA	003	03608	
5178728	Avella	avella	US	15312	804	America/New_York	40.27507	-80.46062	282			PA	125	36800	
5178731	Avery	avery	US	75554	0	America/New_York	41.63869	-75.93103	318			PA	131	42616	
5178736	Avis	avis	US	17721	1508	America/New_York	41.18479	-77.31386	182	Avis,Oak Grove		PA	035	03632	
5178741	Avoca	avoca	US	14809	2661	America/New_York	41.3398	-75.7363	247	Avoca,Pleasant Valley		PA	079	03640	
5178743	Avon	avon	US	02322	1667	America/New_York	40.34565	-76.38996	146	Avon,Hebron		PA	075	72288	
5178746	Avondale	avondale	US	19311	0	America/New_York	41.22286	-75.98187	164			PA	079	61656	
5178749	Avonmore	avonmore	US	15618	982	America/New_York	40.52895	-79.46143	284			PA	129	03688	
5178802	Backus	backus	US	56435	0	America/New_York	41.80229	-78.56391	629			PA	083	38912	
5178806	Baden	baden	US	15005	4037	America/New_York	40.63507	-80.22812	240			PA	007	03736	
5178813	Bagdad	bagdad	US	32530	0	America/New_York	41.952	-80.02422	383			PA	049	81472	
5178814	Bagdad	bagdad	US	32530	0	America/New_York	40.65312	-79.64421	285			PA	129	00892	
5178822	Bailey	bailey	US	27807	0	America/New_York	40.47342	-77.07137	118	Bailey,Bailysburg		PA	099	49632	
5178838	Baileyville	baileyville	US	04694	201	America/New_York	40.70812	-77.98528	348			PA	027	25624	
5178839	Bainbridge	bainbridge	US	13733	1355	America/New_York	40.09093	-76.66747	94			PA	071	15824	
5178849	Bairdford	bairdford	US	15006	698	America/New_York	40.63118	-79.88144	336			PA	003	82800	
5178883	Bakerstown	bakerstown	US	15007	1761	America/New_York	40.6509	-79.93644	331			PA	003	64528	
5178885	Bakersville	bakersville	US	28705	0	America/New_York	40.53174	-78.78808	648			PA	021	10880	
5178886	Bakersville	bakersville	US	28705	0	America/New_York	40.0423	-79.21642	635	Bakersville,Bakerville		PA	111	37920	
5178887	Bakerton	bakerton	US	25410	0	America/New_York	40.60285	-78.74475	515	Bakerton,Elmora		PA	021	82688	
5178892	Bala-Cynwyd	bala-cynwyd	US	19004	9299	America/New_York	40.00761	-75.23407	93	Bala-Cynwyd,Cynwyd		PA	091	44976	
5178940	Baldwin	baldwin	US	11510	19819	America/New_York	40.33813	-79.97894	349			PA	003	03928	
5178975	Bally	bally	US	19503	1103	America/New_York	40.40232	-75.58713	147			PA	011	03984	
5178978	Balsam	balsam	US	28707	0	America/New_York	41.70313	-77.34859	487			PA	117	18760	
5178996	Bangor	bangor	US	04401	5203	America/New_York	40.86565	-75.20657	158	Bangor,Бангор		PA	095	04032	
5179010	Banning	banning	US	92220	0	America/New_York	40.11952	-79.75143	244			PA	051	59464	
5179028	Barclay	barclay	US	21607	0	America/New_York	41.65591	-76.62634	582			PA	015	27344	
5179040	Bardwell	bardwell	US	42023	0	America/New_York	41.56119	-75.86214	224			PA	131	77792	
5179082	Barnes	barnes	US	66933	0	America/New_York	40.61229	-78.75669	478			PA	021	82688	
5179083	Barnes	barnes	US	66933	0	America/New_York	41.12145	-79.08281	414			PA	065	40304	
5179084	Barnes	barnes	US	66933	0	America/New_York	41.67812	-79.02782	408			PA	123	69992	
5179093	Barneston	barneston	US	68309	0	America/New_York	40.10454	-75.80994	147			PA	029	83664	
5179095	Barnesville	barnesville	US	18214	0	America/New_York	40.81453	-76.03076	325			PA	107	66760	
5179129	Barrett	barrett	US	56311	0	America/New_York	41.01061	-78.38891	384			PA	033	08032	
5179151	Barto	barto	US	19504	0	America/New_York	40.39121	-75.61019	141			PA	011	81184	
5179157	Barton	barton	US	05822	0	America/New_York	40.79256	-79.05392	405			PA	063	21456	
5179167	Bartonsville	bartonsville	US	18321	0	America/New_York	41.00509	-75.27963	234			PA	089	61728	
5179170	Bass Lake	bass-lake	US	93604	0	America/New_York	40.14593	-76.78164	129			PA	133	53224	
5179193	Bath	bath	US	03740	2667	America/New_York	40.72565	-75.39407	129	Bath,Sleepy Hollow		PA	095	04432	
5179205	Bausman	bausman	US	17504	0	America/New_York	40.02426	-76.33079	123			PA	071	41224	
5179207	Baxter	baxter	US	26560	0	America/New_York	41.13451	-79.14976	364	Baxter,Dowlingville		PA	065	14408	
5179217	Beach Haven	beach-haven	US	08008	0	America/New_York	41.06842	-76.17577	162			PA	079	67456	
5179218	Beach Lake	beach-lake	US	18405	0	America/New_York	41.60176	-75.14989	400	Beach Lake,Beech Pond		PA	127	05784	
5179229	Beallsville	beallsville	US	15313	450	America/New_York	40.06535	-80.02366	347			PA	125	04568	
5179305	Bear Lake	bear-lake	US	16402	160	America/New_York	41.99339	-79.50283	474	Bear Lake,Happy Town		PA	123	04608	
5179436	Beatty	beatty	US	89003	0	America/New_York	40.30174	-79.41837	327			PA	129	78656	
5179440	Beaumont	beaumont	US	23014	0	America/New_York	41.41008	-75.99631	304	Beaumont,Monroe		PA	131	50496	
5179446	Beaver	beaver	US	15009	4420	America/New_York	40.69534	-80.30478	241	Beaver,Beaver-town,Biver,Fort McIntosh,Бивер	007	PA	007	04688	
5179453	Beaver City	beaver-city	US	68926	0	America/New_York	41.22367	-79.5556	436			PA	031	04696	
5179476	Beaver Dam	beaver-dam	US	42320	0	America/New_York	41.92728	-79.75033	439			PA	049	81760	
5179478	Beaver Falls	beaver-falls	US	13305	8661	America/New_York	40.75201	-80.31923	244	BFP,Beaver Falls,Biver Fols,Brighton,Old Brighton,bawr fals  pnsylwanya,byfyr fwlz,Бивер Фолс,باور فالس، پنسیلوانیا,بيفير فولز		PA	007	04792	
5179505	Beaver Meadows	beaver-meadows	US	18216	842	America/New_York	40.92814	-75.91464	483	Beaver Meadow,Beaver Meadows		PA	025	04816	
5179558	Beaver Springs	beaver-springs	US	17812	674	America/New_York	40.74619	-77.20943	181	Adamsburg,Beaver Springs		PA	109	72856	
5179577	Beaverdale	beaverdale	US	15921	1035	America/New_York	40.32202	-78.69696	586	Beaverdale-Lloydell		PA	021	75144	
5179578	Beaverdale	beaverdale	US	15921	0	America/New_York	40.7912	-76.42662	323			PA	097	51504	
5179581	Beaverdam	beaverdam	US	23015	0	America/New_York	40.84146	-77.5475	330			PA	027	31472	
5179602	Beaverton	beaverton	US	35544	0	America/New_York	40.84339	-78.30585	463			PA	033	18456	
5179603	Beavertown	beavertown	US	17813	0	America/New_York	40.3723	-78.23696	358	Beavertown,Drab		PA	013	36496	
5179604	Beavertown	beavertown	US	17813	0	America/New_York	40.27397	-78.07723	368			PA	061	77000	
5179605	Beavertown	beavertown	US	17813	973	America/New_York	40.75369	-77.16943	196			PA	109	04848	
5179606	Beavertown	beavertown	US	17813	0	America/New_York	40.10787	-77.05276	175			PA	133	11432	
5179614	Bechtelsville	bechtelsville	US	19505	941	America/New_York	40.37343	-75.62908	127			PA	011	04896	
5179626	Beckville	beckville	US	75631	0	America/New_York	40.64176	-76.19717	178	Becks,Beckville		PA	107	55192	
5179630	Bedford	bedford	US	01730	2742	America/New_York	40.01869	-78.50391	341	Bedford,Camp Raystown,Fort Bedford,Manor of Bedford,Rays-town,Raystown,Бедфорд,بیڈفورڈ، پنسلوانیا	009	PA	009	04944	
5179641	Bedminster	bedminster	US	07921	8402	America/New_York	40.42594	-75.17906	129	Bedminster,Bedminsterville		PA	017	04976	
5179660	Beech Creek	beech-creek	US	16822	700	America/New_York	41.0759	-77.5886	195	Beach Creek,Beech Creek		PA	035	04984	
5179673	Beech Grove	beech-grove	US	42322	0	America/New_York	41.44452	-77.19136	451			PA	081	14872	
5179674	Beech Grove	beech-grove	US	42322	0	America/New_York	41.60175	-75.30101	432			PA	127	20576	
5179680	Beech Grove	beech-grove	US	42322	0	America/New_York	41.33562	-78.69308	535			PA	047	35816	
5179714	Beechmont	beechmont	US	42323	0	America/New_York	40.39285	-80.15978	333			PA	003	15216	
5179738	Belden	belden	US	38826	0	America/New_York	40.07591	-78.50557	329			PA	009	04952	
5179744	Belford	belford	US	07718	0	America/New_York	41.12812	-78.08306	255			PA	033	38784	
5179746	Belfry	belfry	US	41514	0	America/New_York	40.17677	-75.30462	89			PA	091	84888	
5179750	Belknap	belknap	US	62908	0	America/New_York	40.89923	-79.30282	459			PA	005	81720	
5179756	Belfast	belfast	US	04915	1257	America/New_York	40.78065	-75.27796	160	Belfast,Belleville,Bellfast,Bellville,Tria,Wards,Wardsburg		PA	095	61088	
5179783	Bella Vista	bella-vista	US	72714	0	America/New_York	41.24786	-76.87996	204			PA	081	24592	
5179784	Bellaire	bellaire	US	43906	0	America/New_York	40.19148	-76.57497	139			PA	071	51664	
5179790	Belle Valley	belle-valley	US	43717	0	America/New_York	42.10422	-80.02144	295			PA	049	49548	
5179794	Belle Vernon	belle-vernon	US	15012	1073	America/New_York	40.12507	-79.86644	246	Belle Vernon,Belle Vernon Boro,Bellevernon,Nelle Vernon		PA	051	05288	
5179799	Bellefonte	bellefonte	US	16823	6248	America/New_York	40.91339	-77.77833	243	Belfont,Bellefonte,PSB,belleponte,Белфонт,벨레폰테	027	PA	027	05256	
5179809	Belleville	belleville	US	07109	1827	America/New_York	40.60507	-77.72555	243			PA	087	78392	
5179811	Bellevue	bellevue	US	41073	8252	America/New_York	40.49396	-80.05172	299			PA	003	05312	
5179813	Bellevue	bellevue	US	41073	0	America/New_York	40.16452	-80.25395	362			PA	125	55040	
5179824	Bells	bells	US	38006	0	America/New_York	40.25479	-79.26198	347			PA	129	43240	
5179845	Bellwood	bellwood	US	16617	1828	America/New_York	40.6034	-78.32474	321	Bells Mills,Bellwood		PA	013	02680	
5179852	Belmar	belmar	US	07715	0	America/New_York	40.46674	-79.89588	303			PA	003	61000	
5179853	Belmar	belmar	US	07715	0	America/New_York	41.33312	-79.77477	310			PA	121	67824	
5179856	Belmont	belmont	US	02478	2784	America/New_York	40.2873	-78.88947	516	Belmont,Белмонт		PA	021	74432	
5179857	Belmont	belmont	US	02478	0	America/New_York	40.70842	-76.148	203			PA	107	21616	
5179891	Belvidere	belvidere	US	07823	0	America/New_York	40.02511	-75.64632	96			PA	029	84192	
5179933	Benjamin	benjamin	US	79505	0	America/New_York	40.63368	-79.83977	302			PA	003	82800	
5179991	Benson	benson	US	05731	185	America/New_York	40.20841	-78.9278	466	Benson,Bethel		PA	111	05648	
5179995	Bensalem	bensalem	US	19020	60427	America/New_York	40.10455	-74.95128	30	Bensalem,Bensalem Township,Municipio de Bensalem,Salem,Xa Bensalem,Xã Bensalem,benseiramu,بینسیلم ٹاؤن شپ، پنسلوانیا,ベンセイラム		PA	017	05616	
5180013	Benton	benton	US	17814	831	America/New_York	41.19508	-76.38355	233	Benton,Бентон		PA	037	05680	
5180021	Bentleyville	bentleyville	US	15314	2525	America/New_York	40.11674	-80.00839	291	Bentleysville,Bentleyville		PA	125	05672	
5180048	Berkley	berkley	US	02779	0	America/New_York	40.42926	-75.93438	98			PA	011	56856	
5180061	Berlin Center	berlin-center	US	44401	0	America/New_York	41.5912	-75.22406	325	Berlin Center,Berlin Centre		PA	127	05784	
5180078	Bernice	bernice	US	71222	0	America/New_York	41.47035	-76.38161	588			PA	113	13000	
5180079	Bernville	bernville	US	19506	951	America/New_York	40.43343	-76.11216	100	Berneville,Bernville		PA	011	05848	
5180088	Berrysburg	berrysburg	US	17005	371	America/New_York	40.60203	-76.81191	220	Berryburg,Berrysburg		PA	043	05856	
5180092	Bertha	bertha	US	56437	0	America/New_York	40.37757	-80.43229	328			PA	125	71288	
5180102	Berwyn	berwyn	US	19312	3631	America/New_York	40.04483	-75.43881	150			PA	029	21928	
5180103	Beryl	beryl	US	84714	0	America/New_York	40.44341	-78.39001	320			PA	013	27600	
5180105	Bessemer	bessemer	US	16112	0	America/New_York	40.39451	-79.85422	229			PA	003	54816	
5180106	Bessemer	bessemer	US	16112	1072	America/New_York	40.97478	-80.49368	331	Bessemer,Walford Station		PA	073	05936	
5180107	Bessemer	bessemer	US	16112	0	America/New_York	40.12813	-79.55504	325			PA	129	21304	
5180119	Berwick	berwick	US	03901	10223	America/New_York	41.05453	-76.23327	170	Vervik,Вервик		PA	037	05888	
5180122	Bethany	bethany	US	06524	235	America/New_York	41.61314	-75.28434	422			PA	127	05976	
5180142	Bethel	bethel	US	04217	499	America/New_York	40.47454	-76.29134	173	Bethal,Bethel,Millersburg		PA	011	06008	
5180143	Bethel	bethel	US	04217	0	America/New_York	41.19256	-80.3884	330			PA	085	40760	
5180144	Bethel	bethel	US	04217	0	America/New_York	41.55369	-76.60745	516			PA	113	23144	
5180145	Bethel	bethel	US	04217	0	America/New_York	41.56398	-75.18962	362			PA	127	05784	
5180199	Bethel Park	bethel-park	US	15102	32118	America/New_York	40.32757	-80.0395	365	Betel Park,Бетел Парк		PA	003		
5180224	Bethlehem	bethlehem	US	03574	0	America/New_York	40.86173	-78.73031	503			PA	033	05192	
5181063	Boalsburg	boalsburg	US	16827	3722	America/New_York	40.77562	-77.7925	337	Boalsburg,Boolsburg		PA	027	32792	
5181071	Boardman	boardman	US	97818	0	America/New_York	40.87784	-78.46335	458			PA	033	40296	
5180225	Bethlehem	bethlehem	US	03574	74892	America/New_York	40.62593	-75.37046	109	Bethlehem,Betlegem,Betlehemas,Betlekhem,Menagachsink,Vifleem,beseullihem,besurehemu,bo li heng,btlhm  pnsylwanya,byt allhm  pnslwanya,byt allhm  pnslwynya,byt lhm,Бетлегем,Бетлехем,Вифлеем,بتلهم، پنسیلوانیا,بيت لحم,بیت اللحم، پنسلوانیا,بیت اللحم، پنسلوینیا,ベスレヘム,伯利恒,베슬리헴		PA	095	06088	
5180260	Beulah	beulah	US	38726	0	America/New_York	40.80867	-78.41002	492			PA	033	06288	
5180276	Beverly	beverly	US	01915	0	America/New_York	40.18287	-76.61163	128			PA	071	51664	
5180281	Beverly Hills	beverly-hills	US	34464	0	America/New_York	40.53118	-78.41418	449			PA	013	44328	
5180286	Beyer	beyer	US	16211	0	America/New_York	40.78645	-79.20115	352			PA	063	72304	
5180317	Big Bend	big-bend	US	26136	0	America/New_York	41.2845	-80.31951	282	Big Bend,Big Bent		PA	085	37904	
5180318	Big Bend	big-bend	US	26136	0	America/New_York	41.84089	-79.00421	375	Big Bend,Great Bond		PA	123	29328	
5180338	Big Creek	big-creek	US	25505	0	America/New_York	40.84565	-75.64797	154			PA	025	27368	
5180446	Big Run	big-run	US	15715	0	America/New_York	40.57064	-76.74386	229			PA	043	81216	
5180449	Big Run	big-run	US	15715	613	America/New_York	40.96701	-78.87837	390			PA	065	06344	
5180483	Big Spring	big-spring	US	79720	0	America/New_York	40.90923	-77.78111	227			PA	027	05256	
5180486	Big Spring	big-spring	US	79720	0	America/New_York	40.12981	-77.40526	174	Big Spring,Springfield		PA	041	83800	
5180533	Bigler	bigler	US	16825	398	America/New_York	40.98478	-78.30641	515	Bigler,Williams Grove		PA	033	08032	
5180564	Bingham	bingham	US	04920	0	America/New_York	41.81701	-78.61197	640			PA	083	40808	
5180570	Bingen	bingen	US	98605	0	America/New_York	40.55732	-75.35296	120			PA	095	45104	
5180602	Birchrunville	birchrunville	US	19421	0	America/New_York	40.12955	-75.6377	118	Birch Run Ville,Birch Runville,Birchrunville		PA	029	84160	
5180617	Bird in Hand	bird-in-hand	US	17505	402	America/New_York	40.03871	-76.18218	109	Bird in Hand,Birdinhand,Bord-in-hand		PA	071	21344	
5180620	Birdsboro	birdsboro	US	19508	5159	America/New_York	40.26454	-75.80409	51	Birdsboro,Birdsborough,Бирдсборо		PA	011	06504	
5180627	Birmingham	birmingham	US	08011	89	America/New_York	40.64784	-78.19529	297			PA	061	06560	
5180631	Bishop	bishop	US	24604	0	America/New_York	40.32063	-80.187	324			PA	125	11800	
5180658	Black	black	US	36314	0	America/New_York	41.81952	-76.43855	379			PA	015	70208	
5180684	Black Diamond	black-diamond	US	98010	0	America/New_York	40.19257	-79.90227	236	Black Diamond,Hazzard		PA	125	50408	
5180709	Black Lick	black-lick	US	15716	1462	America/New_York	40.4725	-79.18688	285	Black Lick,Blacklick		PA	063	10352	
5180756	Blackburn	blackburn	US	65321	0	America/New_York	40.38951	-79.74727	253			PA	129	77272	
5180787	Blackstone	blackstone	US	01504	0	America/New_York	40.66201	-79.65199	305			PA	129	00892	
5180793	Blackwood	blackwood	US	08012	0	America/New_York	40.64176	-76.32717	251			PA	107	64088	
5180796	Blain	blain	US	17006	262	America/New_York	40.33842	-77.51249	218	Blain,Plain		PA	099	06824	
5180800	Blackwell	blackwell	US	63626	0	America/New_York	41.55646	-77.37915	270			PA	117	51096	
5180833	Blairs Mills	blairs-mills	US	17213	0	America/New_York	40.28369	-77.71832	226			PA	061	76312	
5180834	Blairsville	blairsville	US	15717	3321	America/New_York	40.43118	-79.26087	310	BSI,Blairsville,Blairsville Boro		PA	063	06904	
5180843	Blakely	blakely	US	39823	6334	America/New_York	41.48091	-75.59463	247			PA	069	06928	
5180848	Blakeslee	blakeslee	US	18610	0	America/New_York	41.09259	-75.59269	510	Blakeslee,Blakeslee Corners		PA	089	76960	
5180853	Blanchard	blanchard	US	16826	0	America/New_York	40.65729	-79.82839	343			PA	003	82800	
5180854	Blanchard	blanchard	US	16826	740	America/New_York	41.06423	-77.59777	198	Blanchard,Eagleville		PA	027	43080	
5180857	Blandburg	blandburg	US	16619	402	America/New_York	40.68701	-78.41085	641			PA	021	63608	
5180859	Blandon	blandon	US	19510	7152	America/New_York	40.4412	-75.88687	116			PA	011	46680	
5180865	Blanco	blanco	US	74528	0	America/New_York	40.77673	-79.35421	348			PA	005	16728	
5180905	Bloomfield	bloomfield	US	06002	1095	America/New_York	40.4609	-79.95089	287			PA	003	61000	
5180915	Blooming Glen	blooming-glen	US	18911	0	America/New_York	40.36955	-75.24823	125	Blooming Glen,Moyers Store,Myers Store		PA	017	34952	
5180917	Blooming Grove	blooming-grove	US	10914	0	America/New_York	41.37065	-75.15462	438			PA	103	07088	
5180926	Bloomingdale	bloomingdale	US	07403	0	America/New_York	40.82481	-75.8502	325	Bloomingdale,White Bear		PA	025	75248	
5180927	Bloomingdale	bloomingdale	US	07403	0	America/New_York	40.07982	-76.30274	129			PA	071	46896	
5180928	Bloomingdale	bloomingdale	US	07403	0	America/New_York	41.23842	-76.19854	373			PA	079	66272	
5180932	Bloomington	bloomington	US	12411	0	America/New_York	41.33064	-75.47657	561			PA	069	46480	
5180933	Bloomsburg	bloomsburg	US	17815	0	America/New_York	40.42954	-76.01327	174			PA	011	05816	
5180934	Bloomsburg	bloomsburg	US	17815	14585	America/New_York	41.0037	-76.45495	162	Bloomsburg,Blumsberg,Blumsburg,Eyersburg,Eyertown,blums beirk,blwmsbwrgh,blwmzbrg  pnsylwanya,Блумсберг,Блумсбург,بلومزبرگ، پنسیلوانیا,بلومسبورغ,บลูมส์เบิร์ก	037	PA	037	07128	
5180943	Bloomington	bloomington	US	12411	0	America/New_York	40.93895	-78.51725	486			PA	033	60192	
5180948	Blossburg	blossburg	US	16912	1516	America/New_York	41.67952	-77.06386	408	Blossburg,Peters Camp		PA	117	07160	
5180957	Blue Ball	blue-ball	US	17506	0	America/New_York	40.92756	-78.28002	474	Blue Ball,Decatur,West Decatur		PA	033	07432	
5180958	Blue Ball	blue-ball	US	17506	1031	America/New_York	40.11871	-76.04717	134			PA	071	21072	
5180961	Blue Bell	blue-bell	US	19422	6067	America/New_York	40.15233	-75.26629	109	BBX,Blue Bell,Pigeontown		PA	091	84888	
5180973	Blue Grass	blue-grass	US	24413	0	America/New_York	40.06567	-75.02739	35			PA	101	60000	
5180981	Blue Jay	blue-jay	US	92317	0	America/New_York	41.5509	-79.1281	552	Blue Jay,Bovar		PA	053	35992	
5181018	Blue Ridge	blue-ridge	US	24064	0	America/New_York	40.13122	-74.86628	13			PA	017	08768	
5181057	Blythedale	blythedale	US	64426	0	America/New_York	40.24924	-79.80088	236			PA	003	23000	
5181111	Boggstown	boggstown	US	46110	0	America/New_York	40.07425	-77.81333	227			PA	055	48888	
5181119	Bohemia	bohemia	US	11716	0	America/New_York	41.49703	-75.06739	344			PA	103	40776	
5181134	Boiling Springs	boiling-springs	US	17007	3225	America/New_York	40.14981	-77.12831	144	Boiling Spring,Boiling Springs		PA	041	72336	
5181145	Bolivar	bolivar	US	14715	446	America/New_York	40.39701	-79.1517	315			PA	129	07480	
5181155	Bon Air	bon-air	US	35032	0	America/New_York	40.33785	-78.86891	557			PA	021	15552	
5181156	Bon Air	bon-air	US	35032	0	America/New_York	40.40674	-80.00589	284			PA	003	61000	
5181167	Bondsville	bondsville	US	01009	0	America/New_York	40.02177	-75.7605	126			PA	029	20864	
5181186	Booker	booker	US	79005	0	America/New_York	40.85256	-78.43752	466			PA	033	06288	
5181192	Boone	boone	US	28607	0	America/New_York	40.00925	-78.84836	690			PA	111	74440	
5181202	Booneville	booneville	US	38829	0	America/New_York	41.02007	-77.35748	371			PA	035	44336	
5181238	Boston	boston	US	02108	545	America/New_York	40.31201	-79.8231	232			PA	003	23000	
5181248	Boswell	boswell	US	15531	1224	America/New_York	40.16147	-79.02892	566			PA	111	07712	
5181277	Bovard	bovard	US	15619	0	America/New_York	41.07367	-79.97172	360			PA	019	12992	
5181278	Bovard	bovard	US	15619	0	America/New_York	40.31979	-79.50337	340			PA	129	33792	
5181281	Bow	bow	US	03304	0	America/New_York	40.46035	-79.35948	277			PA	063	15560	
5181293	Bowers	bowers	US	19511	326	America/New_York	40.48732	-75.74214	137			PA	011	48128	
5181302	Bowersville	bowersville	US	30516	0	America/New_York	40.92284	-78.8642	555			PA	065	28592	
5181304	Bowie	bowie	US	20715	0	America/New_York	41.25811	-80.10617	397			PA	085	37416	
5181324	Bowmanstown	bowmanstown	US	18030	884	America/New_York	40.79982	-75.66185	150	Bowmans Station,Bowmanstown,Bowmansville		PA	025	07880	
5181326	Bowmansville	bowmansville	US	14026	2077	America/New_York	40.19676	-76.01744	132			PA	071	08352	
5181339	Boyce	boyce	US	22620	0	America/New_York	40.31785	-80.11006	268			PA	003	79274	
5181342	Boyd	boyd	US	54726	0	America/New_York	40.93564	-76.59801	150			PA	097	66752	
5181369	Boyers	boyers	US	16016	0	America/New_York	41.10839	-79.89894	365	Anandale Station,Boyers		PA	019	47448	
5181375	Boyertown	boyertown	US	19512	4046	America/New_York	40.33371	-75.63741	128	Boertaun,Bojertaun,Боєртаун,Бојертаун		PA	011	07960	
5181390	Brackenridge	brackenridge	US	15014	3211	America/New_York	40.60812	-79.74116	252			PA	003	07976	
5181396	Braddock	braddock	US	15104	2128	America/New_York	40.4034	-79.86838	233	Bradek,Брадек		PA	003	07992	
5181397	Braddock	braddock	US	15104	0	America/New_York	40.14535	-80.22978	409			PA	125	55040	
5181405	Bradenville	bradenville	US	15620	545	America/New_York	40.32146	-79.34004	335			PA	129	18968	
5181407	Bradford	bradford	US	02808	8507	America/New_York	41.9559	-78.64392	442	BFD,Bradford,Littleton,brdfwrd  pnsylwanya,Брадфорд,بردفورد، پنسیلوانیا		PA	083	08040	
5181437	Brackney	brackney	US	18812	0	America/New_York	41.9898	-75.92686	430			PA	115	70776	
5181479	Branchton	branchton	US	16021	0	America/New_York	41.07256	-79.98561	366			PA	019	71192	
5181480	Branchville	branchville	US	07826	0	America/New_York	41.96006	-80.14089	346			PA	049	46224	
5181483	Brandamore	brandamore	US	19316	0	America/New_York	40.05371	-75.81994	189			PA	029	82576	
5181485	Brandon	brandon	US	05733	0	America/New_York	41.31617	-79.85061	308			PA	121	65560	
5181495	Brandt	brandt	US	57218	0	America/New_York	41.95953	-75.5449	314			PA	115	32720	
5181497	Brandy Camp	brandy-camp	US	15822	0	America/New_York	41.32089	-78.68753	472			PA	047	35816	
5181505	Brandywine	brandywine	US	20613	0	America/New_York	40.01121	-76.77025	152			PA	133	46872	
5181552	Brent	brent	US	35034	0	America/New_York	41.11367	-80.16701	393			PA	073	61104	
5181553	Brentwood	brentwood	US	11717	9512	America/New_York	40.37063	-79.97477	360	Brentvud,Брентвуд,برینٹووڈ، پنسلوانیا		PA	003	08416	
5181568	Brevard	brevard	US	28712	0	America/New_York	40.26174	-80.26784	304			PA	125	12848	
5181570	Breinigsville	breinigsville	US	18031	4138	America/New_York	40.53676	-75.6313	124			PA	077	79104	
5181621	Bridgeport	bridgeport	US	06601	0	America/New_York	41.05175	-75.7688	346			PA	025	39608	
5181622	Bridgeport	bridgeport	US	06601	0	America/New_York	40.97534	-78.55114	365			PA	033	60192	
5181623	Bridgeport	bridgeport	US	06601	0	America/New_York	40.03926	-76.26468	109			PA	071	21344	
5181624	Bridgeport	bridgeport	US	06601	4564	America/New_York	40.10511	-75.34518	28			PA	091	08568	
5181625	Bridgeport	bridgeport	US	06601	0	America/New_York	40.32981	-77.28665	157			PA	099	72848	
5181626	Bridgeport	bridgeport	US	06601	0	America/New_York	40.12924	-79.53254	322			PA	129	51888	
5181636	Bridgeville	bridgeville	US	15017	5092	America/New_York	40.35618	-80.11006	264	Bridgeville,Bridgeville Boro,Moorhead		PA	003	08624	
5181639	Bridgewater	bridgewater	US	02324	693	America/New_York	40.70534	-80.30117	244	Bridgewater,Bridzhuoter,Bridzvoter,West Bridgewater,Бриджуотер,Бриџвотер,برج واٹر، پنسلوانیا		PA	007	08632	
5181640	Bridgewater	bridgewater	US	02324	0	America/New_York	40.09789	-74.91933	19	Bridgeport,Bridgewater		PA	017	05616	
5181655	Briggsville	briggsville	US	53920	0	America/New_York	41.04092	-76.13743	298			PA	079	52992	
5181665	Brightwood	brightwood	US	22715	0	America/New_York	40.34063	-80.03255	379			PA	003		
5181682	Brisbin	brisbin	US	16620	396	America/New_York	40.83811	-78.35446	484			PA	033	08744	
5181688	Bristol	bristol	US	02809	9569	America/New_York	40.10067	-74.85183	6	Bristol,Bristul,Buckingham,Bucks,New Bristol,Бристол,Бристъл,برسٹل، پنسلوانیا		PA	017	08760	
5181742	Broadview	broadview	US	59015	0	America/New_York	40.61173	-79.77422	364			PA	003	27608	
5181743	Broadway	broadway	US	08808	0	America/New_York	41.2473	-76.21465	348			PA	079	66272	
5181750	Brockport	brockport	US	14420	0	America/New_York	41.25978	-78.72669	452			PA	047	35816	
5181751	Brockton	brockton	US	02301	0	America/New_York	40.74842	-76.06854	235	Brockton,Patterson		PA	107	68304	
5181752	Brockway	brockway	US	15824	2040	America/New_York	41.24923	-78.79947	447	Brockway,Brockwayville		PA	065	08960	
5181756	Brodhead	brodhead	US	40409	0	America/New_York	40.68065	-75.34101	99	Brodhead,Brodhead Station,Half Way House		PA	095	06096	
5181761	Brodheadsville	brodheadsville	US	18322	1800	America/New_York	40.92454	-75.39379	227	Broadheads Ville,Broadheadsville,Brodheadsville		PA	089	13328	
5181775	Brookdale	brookdale	US	95007	0	America/New_York	41.9773	-75.8113	292			PA	115	43120	
5181781	Brookfield	brookfield	US	01506	0	America/New_York	41.99451	-77.59332	580			PA	117	09072	
5181787	Brookland	brookland	US	72417	0	America/New_York	41.82896	-77.79749	541			PA	105	78248	
5181790	Brookline	brookline	US	02445	0	America/New_York	40.39201	-80.01783	364			PA	003	61000	
5181792	Brooklyn	brooklyn	US	06234	0	America/New_York	41.75119	-75.80686	335			PA	115	09128	
5181793	Brooklyn	brooklyn	US	06234	0	America/New_York	41.90924	-77.14136	315			PA	117	76824	
5181812	Brookside	brookside	US	07926	0	America/New_York	40.33201	-80.05533	325			PA	003		
5181814	Brookside	brookside	US	07926	0	America/New_York	40.08231	-77.41332	225			PA	041	72384	
5181815	Brookside	brookside	US	07926	0	America/New_York	42.13867	-79.9895	244			PA	049	32520	
5181816	Brookside	brookside	US	07926	0	America/New_York	41.39118	-77.25359	384			PA	081	14872	
5181817	Brookside	brookside	US	07926	0	America/New_York	40.53231	-76.38662	165			PA	107	60464	
5181819	Brookside	brookside	US	07926	0	America/New_York	41.57508	-75.93548	317			PA	131	77792	
5181827	Brookston	brookston	US	47923	0	America/New_York	41.61756	-78.97837	431			PA	053	35992	
5181828	Brookville	brookville	US	15825	3868	America/New_York	41.16117	-79.08309	388	Brukvil,Бруквил	065	PA	065	09224	
5181833	Brookwood	brookwood	US	35444	0	America/New_York	40.09567	-74.93572	25			PA	017	05616	
5181837	Broughton	broughton	US	62817	0	America/New_York	40.3259	-79.98644	298			PA	003	72400	
5181894	Browns	browns	US	62818	0	America/New_York	41.3448	-75.72825	242	Browns,Brownville		PA	079	03640	
5181932	Brownsburg	brownsburg	US	24415	0	America/New_York	40.31816	-74.92017	23	Brownsburg,Pebbletown		PA	017	79128	
5181934	Brownsdale	brownsdale	US	55918	0	America/New_York	40.77395	-79.96645	352			PA	019	58792	
5181937	Brownstown	brownstown	US	17508	0	America/New_York	40.5484	-79.5131	413			PA	005	39968	
5181938	Brownstown	brownstown	US	17508	708	America/New_York	40.33452	-78.93808	462			PA	021	09400	
5181939	Brownstown	brownstown	US	17508	0	America/New_York	40.1048	-79.83338	276			PA	051	81232	
5181940	Brownstown	brownstown	US	17508	2816	America/New_York	40.12371	-76.21384	107			PA	071	82824	
5181944	Brownsville	brownsville	US	05037	0	America/New_York	40.36704	-76.07605	110			PA	011	44928	
5181946	Brownsville	brownsville	US	05037	2292	America/New_York	40.02369	-79.88394	243	Braunsvil,Bridgeport-subdivision,Brownsville,Fort Burd,Redstone Old Fort,Браунсвил		PA	051	09432	
5181949	Browntown	browntown	US	53522	0	America/New_York	41.65091	-76.24021	208			PA	015	86664	
5181950	Browntown	browntown	US	53522	1418	America/New_York	41.3098	-75.78742	215			PA	079	61056	
5181951	Browntown	browntown	US	53522	0	America/New_York	40.67177	-75.22795	116			PA	095	29568	
5181952	Browntown	browntown	US	53522	0	America/New_York	40.27896	-80.46479	281			PA	125	17314	
5181953	Browntown	browntown	US	53522	0	America/New_York	40.33396	-79.73282	350			PA	129	55128	
5181964	Bruceton	bruceton	US	38317	0	America/New_York	40.31813	-79.97977	295			PA	003	72400	
5181966	Bruin	bruin	US	16022	505	America/New_York	41.05478	-79.72672	336	Bruin,Martinsburg		PA	019	09528	
5182026	Brush Valley	brush-valley	US	15720	0	America/New_York	40.53618	-79.06642	438	Brush Valley,Mechanicsburg		PA	063	09624	
5182031	Brushton	brushton	US	12916	0	America/New_York	40.45674	-79.89394	281	Brushton,Homewood Brushton		PA	003	61000	
5182046	Bryan	bryan	US	43506	0	America/New_York	40.83284	-79.29032	365			PA	005	16728	
5182053	Bryant	bryant	US	35958	0	America/New_York	40.56701	-79.942	334			PA	003	32328	
5182059	Bryn Athyn	bryn-athyn	US	19009	1392	America/New_York	40.1315	-75.06739	72	Bryn Athyn,Byrn Athyn		PA	091	09696	
5182063	Bryn Mawr	bryn-mawr	US	19010	5009	America/New_York	40.30396	-80.08672	356			PA	003	79274	
5182064	Bryn Mawr	bryn-mawr	US	19010	3779	America/New_York	40.01983	-75.30463	128	bu lin mo er,布林莫爾		PA	091	44976	
5182103	Buck Hill Falls	buck-hill-falls	US	18323	0	America/New_York	41.18787	-75.26574	397			PA	089	04320	
5182157	Buckeye	buckeye	US	24924	0	America/New_York	40.12202	-79.55032	328	Buckeye,Green Lick,Pershing		PA	129	21304	
5182161	Buckhorn	buckhorn	US	41721	0	America/New_York	40.54757	-78.4814	727			PA	021	28336	
5182164	Buckhorn	buckhorn	US	41721	318	America/New_York	41.01925	-76.5005	183	Buckhorn,New Ashlandville		PA	037	33760	
5182175	Buckingham	buckingham	US	18912	0	America/New_York	40.32372	-75.05989	72	Bogarts Tavern,Buckingham,Buckingham Township,Centerville,Centreville,Municipio de Buckingham,New Buckingham,The General Green,Vanhorns Tavern,Wilkinsons Tavern,Xa Buckingham,Xã Buckingham		PA	017	09816	
5182240	Buena Vista	buena-vista	US	15018	0	America/New_York	40.27729	-79.79921	233	Buena Vista,Buenavista		PA	003	23000	
5182241	Buena Vista	buena-vista	US	15018	0	America/New_York	40.97784	-79.77255	422			PA	019	24840	
5182242	Buena Vista	buena-vista	US	15018	0	America/New_York	40.0198	-79.71087	404			PA	051	27400	
5182243	Buena Vista	buena-vista	US	15018	0	America/New_York	40.02094	-75.97939	129	Buena Vista,Buenavista		PA	071	67568	
5182246	Buffalo	buffalo	US	14201	0	America/New_York	40.22646	-80.36034	394	Buffalo,Buffalo Village		PA	125	35696	
5182258	Buffalo Mills	buffalo-mills	US	15534	0	America/New_York	40.84006	-79.64338	305	Buffalo Furnace,Buffalo Mills		PA	005	86560	
5182287	Bulger	bulger	US	15019	407	America/New_York	40.3784	-80.32784	366			PA	125	71288	
5182356	Bunker Hill	bunker-hill	US	25413	0	America/New_York	40.43758	-77.53638	205			PA	067	77952	
5182358	Bunker Hill	bunker-hill	US	25413	0	America/New_York	40.39398	-76.48441	145			PA	075	75680	
5182383	Bunola	bunola	US	15020	0	America/New_York	40.23729	-79.95061	242			PA	003	26896	
5182414	Burgettstown	burgettstown	US	15021	1352	America/New_York	40.38201	-80.39284	302			PA	125	10224	
5182428	Burlington	burlington	US	01803	152	America/New_York	41.7798	-76.60745	272	Berlington,Берлингтон		PA	015	10240	
5182434	Burnham	burnham	US	04922	2018	America/New_York	40.63868	-77.56861	171	Burnham,Freedom Forge,Logan		PA	087	10256	
5182457	Burnside	burnside	US	15721	230	America/New_York	40.81284	-78.78559	407			PA	033	10280	
5182462	Burnt Cabins	burnt-cabins	US	17215	0	America/New_York	40.07814	-77.89555	271			PA	057	20112	
5182480	Burrows	burrows	US	46916	0	America/New_York	41.69368	-77.74971	473			PA	105	82568	
5182506	Bushkill	bushkill	US	18324	0	America/New_York	41.09343	-75.00184	113			PA	103	42512	
5182534	Butler	butler	US	07405	13289	America/New_York	40.86118	-79.89533	318	BTP,Batler,Butler,batlr  pnsylwanya,batora,btlr,Батлер,باتلر، پنسیلوانیا,بتلر,بٹلر، پنسلوانیا,バトラー	019	PA	019	10464	
5182624	Byers	byers	US	67021	0	America/New_York	40.07816	-75.68076	131			PA	029	79352	
5182634	Byrnedale	byrnedale	US	15827	427	America/New_York	41.292	-78.50419	370			PA	047	37760	
5182689	Cabot	cabot	US	05647	0	America/New_York	40.76479	-79.76644	365	Cabot,Saxonburg Station,Saxson City,Saxson Station		PA	019	85784	
5182693	Cadogan	cadogan	US	16212	0	America/New_York	40.75395	-79.58116	274			PA	005	10680	
5182704	Cairnbrook	cairnbrook	US	15924	520	America/New_York	40.11897	-78.81808	677			PA	111	69448	
5182718	Caldwell	caldwell	US	07006	0	America/New_York	41.40008	-77.04469	217			PA	081	42944	
5182732	California	california	US	15419	0	America/New_York	41.06675	-76.72635	206			PA	093	43360	
5182733	California	california	US	15419	6608	America/New_York	40.06563	-79.89171	242	Kalifornija,kylyfwrnya  pnslwanya,Калифорнија,کیلیفورنیا، پنسلوانیا		PA	125	10768	
5182735	California	california	US	15419	0	America/New_York	40.47566	-75.34712	158			PA	017	64536	
5182762	Callery	callery	US	16024	390	America/New_York	40.74062	-80.03645	292			PA	019	10800	
5182765	Callensburg	callensburg	US	16213	200	America/New_York	41.1259	-79.55838	340			PA	031	10792	
5182768	Calumet	calumet	US	15621	1241	America/New_York	40.2109	-79.48532	305			PA	129	51888	
5182818	Calvert	calvert	US	36513	0	America/New_York	41.40035	-76.96635	346			PA	081	28352	
5182821	Calvin	calvin	US	16622	0	America/New_York	40.33674	-78.02723	354			PA	061	78328	
5182827	Cambra	cambra	US	18611	0	America/New_York	41.19814	-76.30577	313			PA	079	36432	
5182839	Cambridge	cambridge	US	02138	0	America/New_York	40.08149	-75.93744	219			PA	071	67568	
5182842	Cambridge Springs	cambridge-springs	US	16403	2538	America/New_York	41.80367	-80.05644	352	Cambridge,Cambridge Springs,Cambridgeboro,Cambridgeborough,Kejmbridz Springs,Кејмбриџ Спрингс		PA	039	10912	
5182848	Camden	camden	US	04843	0	America/New_York	40.33979	-79.89699	258			PA	003	83512	
5182855	Cameron	cameron	US	14819	0	America/New_York	41.45423	-78.17556	292			PA	023	45432	
5182856	Cameron	cameron	US	14819	0	America/New_York	40.93425	-76.70746	144			PA	097	61832	
5182857	Cameron	cameron	US	14819	0	America/New_York	40.97425	-76.97663	153			PA	119	10016	
5182928	Camp Hill	camp-hill	US	17001	7923	America/New_York	40.23981	-76.91997	135	Camp Hill,White Hall		PA	041	11000	
5183096	Campbelltown	campbelltown	US	17010	3616	America/New_York	40.27759	-76.58525	137			PA	075	72296	
5183100	Campbelltown	campbelltown	US	17010	0	America/New_York	41.71201	-78.6528	671			PA	083	32232	
5183104	Camptown	camptown	US	18815	0	America/New_York	41.73119	-76.23466	230			PA	015	86664	
5183109	Canadensis	canadensis	US	18325	2164	America/New_York	41.19204	-75.25129	302			PA	089	04320	
5183121	Candor	candor	US	13743	0	America/New_York	40.39201	-80.30895	348			PA	125	65376	
5183128	Cannelton	cannelton	US	25036	0	America/New_York	40.79895	-80.47562	267			PA	007	18200	
5183161	Canonsburg	canonsburg	US	15317	8922	America/New_York	40.26257	-80.18728	334	Cannonberry,Cannonburg,Cannonsboro,Cannonsburg,Canonsburg,Kanonsberg,Канонсберг		PA	125	11152	
5183169	Canton	canton	US	02021	1920	America/New_York	41.65646	-76.85329	374			PA	015	11160	
5183189	Carbon	carbon	US	47837	0	America/New_York	41.6498	-76.66162	602			PA	015	42856	
5183190	Carbon	carbon	US	47837	0	America/New_York	41.1645	-80.37757	317			PA	085	40760	
5183191	Carbon	carbon	US	47837	0	America/New_York	40.29035	-79.56032	335			PA	129	33792	
5183204	Carbondale	carbondale	US	18407	8566	America/New_York	41.57369	-75.50185	331	Karbondejl,krbndyl  pnsylwanya,krbwndyl,Карбондејл,كربونديل,کاربنڈیل، پنسلوانیا,کربندیل، پنسیلوانیا		PA	069	11232	
5183234	Carlisle	carlisle	US	01741	19143	America/New_York	40.20148	-77.18887	146	Karlajl,Luguvalium,ka lai er,kallail,karairu,karlayl  pnslwanya,Карлајл,کارلائل، پنسلوانیا,カーライル,卡莱尔,칼라일	041	PA	041	11272	
5183262	Carman	carman	US	61425	0	America/New_York	41.36589	-78.82448	406			PA	047	72928	
5183273	Carlton	carlton	US	16311	0	America/New_York	41.47616	-80.01978	321			PA	085	27824	
5183286	Carney	carney	US	49812	0	America/New_York	40.30646	-79.44698	331			PA	129	78656	
5183298	Carpenter	carpenter	US	50426	0	America/New_York	40.05233	-75.20018	104			PA	101	60000	
5183339	Carrolltown	carrolltown	US	15722	817	America/New_York	40.60285	-78.70863	663	Carrollton,Carrolltown		PA	021	11456	
5183363	Carsonville	carsonville	US	48419	0	America/New_York	40.48425	-76.76691	224			PA	043	37864	
5183364	Carter	carter	US	41128	0	America/New_York	41.11978	-80.03172	410			PA	019	48688	
5183372	Cartwright	cartwright	US	58838	0	America/New_York	41.27451	-78.73086	464			PA	047	35816	
5183376	Carversville	carversville	US	18913	0	America/New_York	40.38649	-75.06267	65	Carversville,Milton,Milton's Creek		PA	017	71752	
5183381	Casanova	casanova	US	20139	0	America/New_York	40.95478	-78.16751	430	Casanova,Munson Mill		PA	027	66736	
5183382	Cascade	cascade	US	21719	0	America/New_York	41.73647	-75.3774	502			PA	127	51872	
5183409	Cassandra	cassandra	US	15925	142	America/New_York	40.40868	-78.64057	551			PA	021	11616	
5183416	Castanea	castanea	US	17726	1125	America/New_York	41.12479	-77.4297	182			PA	035	11640	
5183423	Cassville	cassville	US	13318	141	America/New_York	40.29313	-78.02695	376			PA	061	11632	
5183434	Catalina	catalina	US	85738	0	America/New_York	40.28926	-76.81969	151			PA	043	45056	
5183953	Chemung	chemung	US	14825	0	America/New_York	41.59063	-76.83885	598			PA	081	46352	
5183438	Catasauqua	catasauqua	US	18032	6525	America/New_York	40.65482	-75.47463	95	Bierys Port,Caladaqua,Calesoque,Calisuk,Catasaqua,Catasauqua,Cranesville,Gatasaquo,Sideropolis		PA	077	11720	
5183440	Castlewood	castlewood	US	24224	0	America/New_York	40.92506	-80.27423	378			PA	073	70080	
5183443	Catawissa	catawissa	US	17820	1514	America/New_York	40.95203	-76.45967	158			PA	037	11736	
5183488	Cecil	cecil	US	15321	0	America/New_York	40.32951	-80.17089	366			PA	003	72160	
5183509	Cedar Grove	cedar-grove	US	07009	0	America/New_York	40.27843	-75.61629	116			PA	091	79240	
5183510	Cedar Grove	cedar-grove	US	07009	0	America/New_York	40.28982	-75.63463	113			PA	091	79240	
5183511	Cedar Grove	cedar-grove	US	07009	0	America/New_York	40.03011	-75.10545	34			PA	101	60000	
5183523	Cedar Hill	cedar-hill	US	37032	0	America/New_York	40.65396	-77.62999	202	Cedar Hill,Cedar Hills		PA	087	09288	
5183544	Cedar Point	cedar-point	US	61316	0	America/New_York	40.17009	-76.88636	144			PA	133	24936	
5183552	Cedar Run	cedar-run	US	17727	0	America/New_York	41.52257	-77.44581	255			PA	081	09280	
5183559	Cedar Springs	cedar-springs	US	39832	0	America/New_York	41.08146	-77.47971	185			PA	035	41112	
5183567	Cedars	cedars	US	19423	0	America/New_York	40.21261	-75.36851	80			PA	091	86496	
5183569	Cedarville	cedarville	US	08311	0	America/New_York	40.22704	-75.67158	82			PA	029	54936	
5183595	Center	center	US	42214	0	America/New_York	40.47757	-79.75894	306			PA	003	61536	
5183599	Centennial	centennial	US	82055	0	America/New_York	40.77756	-78.04278	380			PA	027	31992	
5183617	Center Hill	center-hill	US	33514	0	America/New_York	40.79756	-79.57866	357			PA	005	54856	
5183669	Center Valley	center-valley	US	18034	0	America/New_York	40.70729	-79.56977	244			PA	005	05992	
5183670	Center Valley	center-valley	US	18034	711	America/New_York	40.52927	-75.39324	134	Center Valley,Centre Valley		PA	077	79288	
5183676	Centerport	centerport	US	11721	398	America/New_York	40.4862	-76.00744	101	Centerport,Centre Port		PA	011	12104	
5183678	Centertown	centertown	US	42328	0	America/New_York	41.22867	-80.0445	393	Centertown,Centerville		PA	085	85992	
5183679	Centerville	centerville	US	02632	0	America/New_York	40.32844	-75.06295	88	Centerville,Centreville		PA	017	09816	
5183680	Centerville	centerville	US	02632	214	America/New_York	41.73617	-79.76311	398	Centerville,Centreville		PA	039	12184	
5183681	Centerville	centerville	US	02632	0	America/New_York	40.06037	-76.39079	160			PA	071	21232	
5183682	Centerville	centerville	US	02632	0	America/New_York	40.55703	-77.04998	156	Berlee,Centerville		PA	099	43976	
5183683	Centerville	centerville	US	02632	3191	America/New_York	40.04535	-79.97561	359	Brownsville,Centerville,Centreville,East Bethlehem,Frederickstown		PA	125	12224	
5183684	Centerville	centerville	US	02632	0	America/New_York	40.15924	-79.69365	324			PA	129	72256	
5183685	Centerville	centerville	US	02632	0	America/New_York	40.2459	-79.63504	313			PA	129	33792	
5183695	Central	central	US	29630	0	America/New_York	41.29675	-76.373	314			PA	037	75048	
5183696	Central	central	US	29630	0	America/New_York	40.17757	-79.58504	346			PA	129	21304	
5183708	Central City	central-city	US	15926	0	America/New_York	40.95006	-77.79667	240			PA	027	07424	
5183709	Central City	central-city	US	15926	1073	America/New_York	40.11063	-78.80197	666			PA	111	12296	
5183759	Centre	centre	US	35960	0	America/New_York	40.54425	-77.31027	148	Center,Centre,Centreville,Vandyke		PA	067	80568	
5183760	Centre	centre	US	35960	0	America/New_York	40.35619	-77.40721	189	Center,Centre		PA	099	72624	
5183766	Centre Hall	centre-hall	US	16828	1243	America/New_York	40.84756	-77.68611	404	Center Hall,Centre Hall		PA	027	12376	
5183779	Centreville	centreville	US	20120	0	America/New_York	40.51926	-75.54546	118	Centerville,Centreville,East Macungie		PA	077	44952	
5183781	Century	century	US	32535	0	America/New_York	40.01035	-79.88588	279			PA	051	09434	
5183788	Centralia	centralia	US	62801	10	America/New_York	40.80425	-76.3405	445	Centralija,Centrālija,Sentrejlija,Sentreyliya,sen te lei li ya zhen,senteuleillia,sentoraria,sntralya  pnsylwanya,sntrlyh,Сентрейлия,Сентрејлија,Централія,Սենթրեյլիա,סנטרליה,سنترالیا، پنسیلوانیا,سینٹریلیا، پنسلوانیا,セントラリア,森特勒利亚镇,센트레일리아		PA	037	12312	
5183794	Chaffee	chaffee	US	14030	0	America/New_York	41.58034	-78.93392	574	Chaffee,Chaffees		PA	047	34464	
5183803	Chalfont	chalfont	US	18914	4069	America/New_York	40.28844	-75.20906	87	Barndtsville,Butlers Mill,Chalfont,Whitehallville		PA	017	12504	
5183810	Challenge	challenge	US	95925	0	America/New_York	41.28867	-78.68892	461	Challenge,Hydes		PA	047	35816	
5183828	Chambersville	chambersville	US	15723	0	America/New_York	40.70534	-79.15781	334			PA	063	63584	
5183831	Champion	champion	US	15622	0	America/New_York	40.42257	-80.29089	352			PA	003	55016	
5183832	Champion	champion	US	15622	0	America/New_York	40.07535	-79.35983	453	Champion,Roaring Run		PA	051	67640	
5183852	Chandlers Valley	chandlers-valley	US	16312	0	America/New_York	41.93422	-79.30366	459			PA	123	75032	
5183854	Chapman	chapman	US	36015	0	America/New_York	40.58926	-75.6038	141	Chapman,Chapman Station,Chapmans,Chapmans Station,Sprucetown		PA	077	79104	
5183855	Chapman	chapman	US	36015	199	America/New_York	40.76065	-75.40463	215	Chapman,Chapman Quarries,Chapmans		PA	095	12656	
5183856	Chapman	chapman	US	36015	0	America/New_York	40.68731	-76.88664	130			PA	109	78408	
5183870	Chapmanville	chapmanville	US	25508	0	America/New_York	41.59311	-79.83811	456	Champansville,Chapmansville,Chapmanville,Plum,Plummer		PA	121	61552	
5183887	Charleston	charleston	US	04422	0	America/New_York	41.237	-80.36034	384			PA	085	37904	
5183888	Charleston	charleston	US	04422	0	America/New_York	41.76841	-77.24442	426			PA	117	12728	
5183891	Charleroi	charleroi	US	15022	4015	America/New_York	40.13785	-79.8981	236	Sharleroj,Шарлерој		PA	125	12704	
5183892	Charlestown	charlestown	US	02129	0	America/New_York	40.96062	-79.25615	345			PA	005	63712	
5183893	Charlestown	charlestown	US	02129	0	America/New_York	40.09872	-75.55297	68			PA	029	12744	
5183903	Charlton	charlton	US	01507	0	America/New_York	41.1784	-77.35053	194			PA	035	60360	
5183942	Cheltenham	cheltenham	US	19012	0	America/New_York	40.06094	-75.09406	39			PA	091	12968	
5183980	Cherry Hill	cherry-hill	US	08002	0	America/New_York	41.91117	-80.44785	276			PA	049	15736	
5183984	Cherry Hill	cherry-hill	US	08002	0	America/New_York	40.75815	-75.30935	199	Cherry Hill,Cherryhill		PA	095	10400	
5183985	Cherry Hill	cherry-hill	US	08002	0	America/New_York	40.20676	-76.86275	129			PA	133	24936	
5184044	Cherry Tree	cherry-tree	US	15724	352	America/New_York	40.72645	-78.8067	422	Cherry Tree,Cherrytree,Grant		PA	063	13120	
5184047	Cherry Valley	cherry-valley	US	01611	65	America/New_York	41.15701	-79.79894	405			PA	019	13152	
5184052	Cherry Valley	cherry-valley	US	01611	0	America/New_York	40.35062	-80.3484	313			PA	125	71288	
5184071	Cherryville	cherryville	US	18035	1580	America/New_York	40.75398	-75.53852	221			PA	095	42424	
5184075	Chest Springs	chest-springs	US	16624	144	America/New_York	40.58007	-78.60696	607			PA	021	13384	
5184082	Chester Springs	chester-springs	US	19425	7520	America/New_York	40.0951	-75.61687	78			PA	029	83832	
5184087	Chesterfield	chesterfield	US	01012	0	America/New_York	40.79395	-78.46974	454			PA	033	06288	
5184111	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	40.25092	-76.78386	176			PA	043	75672	
5184112	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	42.08117	-80.09089	284			PA	049	49548	
5184114	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	40.04815	-76.43941	161			PA	071	83152	
5184115	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	40.4976	-75.49963	208			PA	077	79160	
5184118	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	40.7126	-75.21434	127	Chestnut Hill,Chestnuthill		PA	095	26728	
5184120	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	40.07706	-75.2074	134			PA	101	60000	
5184121	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	40.0637	-77.08553	178			PA	133	27480	
5184144	Chestnut Ridge	chestnut-ridge	US	15422	0	America/New_York	40.05565	-76.37274	132			PA	071	21232	
5184178	Cheswick	cheswick	US	15024	1730	America/New_York	40.54173	-79.79922	235	Chestwick,Cheswick		PA	003	13392	
5184197	Chicora	chicora	US	16025	1006	America/New_York	40.94812	-79.74283	369	Chicora,Millerstown		PA	019	13440	
5184212	Childs	childs	US	21916	0	America/New_York	41.55592	-75.52018	309			PA	069	11240	
5184233	Chinchilla	chinchilla	US	18410	2098	America/New_York	41.47508	-75.67713	355			PA	069	71872	
5184305	Church Hill	church-hill	US	21623	0	America/New_York	40.11066	-75.84966	221			PA	029	83664	
5184307	Church Hill	church-hill	US	21623	0	America/New_York	41.56673	-79.38227	513			PA	053	34240	
5184309	Church Hill	church-hill	US	21623	1627	America/New_York	40.68201	-77.59861	239	Church Hill,Church Hill Manor		PA	087	09288	
5184357	Churchville	churchville	US	14428	0	America/New_York	40.1648	-78.51224	355			PA	009	21788	
5184358	Churchville	churchville	US	14428	0	America/New_York	40.4026	-75.58518	140			PA	011	03984	
5184359	Churchville	churchville	US	14428	4128	America/New_York	40.18622	-75.01878	62	Churchville,Smoketown		PA	017	54688	
5184360	Churchville	churchville	US	14428	0	America/New_York	41.1034	-79.41977	389			PA	031	50464	
5184361	Churchville	churchville	US	14428	0	America/New_York	40.75204	-75.25018	112	Churchville,Summerville		PA	095	26728	
5184379	Circleville	circleville	US	10919	0	America/New_York	40.32813	-79.73727	378			PA	129	55128	
5184396	Clairton	clairton	US	15025	6681	America/New_York	40.29229	-79.88171	276	Klerton,ke lai dun zhen,klayrtwn  pnsylwanya,klyrtwn,Клертон,كليرتون,کلایرتون، پنسیلوانیا,克莱顿镇		PA	003	13704	
5184406	Clara	clara	US	39324	0	America/New_York	41.89284	-78.10251	502			PA	105	13760	
5184414	Clarence	clarence	US	14031	626	America/New_York	41.04811	-77.94028	427			PA	027	71608	
5184417	Clarendon	clarendon	US	14429	443	America/New_York	41.78006	-79.0931	427	Clarendon,North Clarendon,Rattonia		PA	123	13776	
5184420	Claridge	claridge	US	15623	0	America/New_York	40.36562	-79.62226	322			PA	129	58880	
5184421	Clarington	clarington	US	15828	0	America/New_York	41.33256	-79.12309	366			PA	053	04224	
5184422	Clarion	clarion	US	16214	6089	America/New_York	41.21479	-79.38532	462	Klarion,Кларион	031	PA	031	13800	
5184434	Clark	clark	US	07066	630	America/New_York	41.28617	-80.42757	273	Clark,Clarkesville,Clarksville		PA	085	13832	
5184475	Clarks Mills	clarks-mills	US	16114	0	America/New_York	41.39311	-80.18367	355			PA	085	59496	
5184483	Clarksburg	clarksburg	US	15725	0	America/New_York	40.53368	-79.38198	281			PA	063	15560	
5184490	Clarks Summit	clarks-summit	US	18411	4950	America/New_York	41.48869	-75.70852	397	Klars Samit,Кларс Самит		PA	069	13880	
5184494	Clay	clay	US	13041	1559	America/New_York	40.21843	-76.25551	108			PA	071	13960	
5184505	Claysburg	claysburg	US	16625	1625	America/New_York	40.29674	-78.44974	349			PA	013	31000	
5184507	Claysville	claysville	US	15323	810	America/New_York	40.11785	-80.41034	351			PA	125	14000	
5184511	Clayton	clayton	US	08312	0	America/New_York	40.41815	-75.57352	130			PA	011	34016	
5184534	Clear Spring	clear-spring	US	21722	0	America/New_York	40.0587	-77.06276	158	Clear Spring,Clearspring		PA	133	27480	
5184541	Clearfield	clearfield	US	16830	6030	America/New_York	41.02728	-78.43919	336	Chingleclamouchs Old Town,Clearfield,Klirfild,PSB,Клирфилд	033	PA	033	14064	
5184542	Clearfield	clearfield	US	16830	0	America/New_York	40.80093	-75.34685	236			PA	095	10400	
5184548	Clear Spring	clear-spring	US	21722	0	America/New_York	40.33315	-76.54802	131			PA	075	54720	
5184587	Clermont	clermont	US	30527	0	America/New_York	41.68951	-78.48835	633			PA	083	69304	
5184601	Clifford	clifford	US	18413	0	America/New_York	41.64897	-75.5988	324	Clifford,Clifford Corners		PA	115	14224	
5184611	Clifton	clifton	US	07011	0	America/New_York	40.33118	-80.06811	297			PA	003	79274	
5184612	Clifton	clifton	US	07011	0	America/New_York	40.22898	-76.72414	96			PA	043	18936	
5184613	Clifton	clifton	US	07011	0	America/New_York	41.22286	-75.54769	496			PA	069	14256	
5184616	Climax	climax	US	12042	0	America/New_York	40.98423	-79.37615	328			PA	005	46632	
5184617	Climax	climax	US	12042	0	America/New_York	40.38535	-79.1242	337			PA	063	84184	
5184621	Clinton	clinton	US	01510	434	America/New_York	40.48951	-80.29451	368			PA	003	25904	
5184622	Clinton	clinton	US	01510	0	America/New_York	40.70645	-79.58643	242			PA	005	72000	
5184623	Clinton	clinton	US	01510	0	America/New_York	40.72423	-79.78561	385			PA	019	14320	
5184624	Clinton	clinton	US	01510	0	America/New_York	40.04924	-79.46309	611			PA	051	67640	
5184639	Clintondale	clintondale	US	12515	0	America/New_York	41.01729	-77.52083	235			PA	035	62152	
5184640	Clintonville	clintonville	US	16372	486	America/New_York	41.19923	-79.87283	434			PA	121	14376	
5184656	Clover	clover	US	24534	0	America/New_York	41.05895	-80.35868	338			PA	073	53064	
5184684	Clyde	clyde	US	14433	0	America/New_York	40.70815	-75.3949	122			PA	095	20736	
5184686	Clymer	clymer	US	14724	1315	America/New_York	40.66812	-79.0117	381			PA	063	14520	
5184687	Clymer	clymer	US	14724	0	America/New_York	41.85674	-77.59832	624			PA	117	14528	
5184692	Clyde	clyde	US	14433	0	America/New_York	40.44979	-79.07003	555			PA	063	84184	
5184698	Coal Center	coal-center	US	15423	138	America/New_York	40.06841	-79.90171	250			PA	125	14568	
5184700	Coal City	coal-city	US	25823	0	America/New_York	41.31089	-79.81311	475			PA	121	65560	
5184707	Coal Hill	coal-hill	US	72832	0	America/New_York	41.39089	-79.58366	470			PA	121	60472	
5184727	Coal Run	coal-run	US	45721	0	America/New_York	40.79397	-76.52246	278			PA	097	14536	
5184741	Coal Valley	coal-valley	US	61240	0	America/New_York	40.31813	-79.90255	230	Coal Valley,Moss Side,Mossbank		PA	003	37955	
5184747	Coaldale	coaldale	US	18218	0	America/New_York	40.93617	-78.16029	454			PA	027	66736	
5184748	Coaldale	coaldale	US	18218	2197	America/New_York	40.82287	-75.90687	321	Bullrun,Coaldale,Gearyville		PA	107	14600	
5184751	Coalmont	coalmont	US	37313	105	America/New_York	40.21119	-78.20001	337	Coalmont,Coalmount		PA	061	14640	
5184754	Coaldale	coaldale	US	18218	159	America/New_York	40.1673	-78.21529	344	Coaldale,Fair Play,Six Mile Run		PA	009	14584	
5184756	Coalport	coalport	US	16627	507	America/New_York	40.74784	-78.53447	429	Coalport,Coalport Borough		PA	033	14656	
5184781	Coburn	coburn	US	16832	0	America/New_York	40.49535	-78.42974	398			PA	013	44328	
5184782	Coburn	coburn	US	16832	236	America/New_York	40.86312	-77.46444	315	Coburn,The Forks		PA	027	58800	
5184806	Cochranton	cochranton	US	16314	1109	America/New_York	41.52005	-80.04839	326			PA	039	14800	
5184810	Cocolamus	cocolamus	US	17014	0	America/New_York	40.64786	-77.21249	199	Browns Mill,Cocolamus		PA	067	25440	
5184853	Cokeburg	cokeburg	US	15324	618	America/New_York	40.10118	-80.06728	348			PA	125	14896	
5184873	Cold Spring	cold-spring	US	10516	0	America/New_York	41.58952	-76.73301	527			PA	015	42856	
5184874	Cold Spring	cold-spring	US	10516	0	America/New_York	40.52452	-77.99806	220			PA	061	56808	
5184876	Cold Spring	cold-spring	US	10516	0	America/New_York	41.72898	-75.29768	478			PA	127	42176	
5184913	Colebrook	colebrook	US	03576	0	America/New_York	40.23815	-76.51108	167			PA	075	72296	
5184925	Coleman	coleman	US	33521	0	America/New_York	40.05286	-78.96336	610			PA	111	74440	
5184937	Colerain	colerain	US	27924	0	America/New_York	40.62618	-78.11473	253	Colerain,Colerain Forge		PA	061	73488	
5184948	Colesburg	colesburg	US	52035	0	America/New_York	41.8359	-77.93972	567			PA	105	00836	
5184950	Coleville	coleville	US	96107	0	America/New_York	40.90951	-77.79695	262	Coleville,Roopsburg		PA	027	72832	
5184951	Coleville	coleville	US	96107	0	America/New_York	41.89506	-78.51586	527			PA	083	38912	
5184952	Colfax	colfax	US	26566	0	America/New_York	40.36508	-78.01084	364			PA	061	78328	
5184962	College Park	college-park	US	20740	0	America/New_York	40.94842	-76.88469	164	College Park,Geneva Hill		PA	119	20888	
5184966	Collegeville	collegeville	US	19426	5287	America/New_York	40.18566	-75.45157	46	Collegeville,Freeland,Koledzvil,Perkiomen Bridge,Колеџвил		PA	091	15192	
5184988	Colmar	colmar	US	18915	0	America/New_York	40.26733	-75.25351	96			PA	091	33120	
5184990	Colon	colon	US	49040	0	America/New_York	41.0959	-79.07643	446			PA	065	40304	
5185029	Columbia	columbia	US	06237	10388	America/New_York	40.03371	-76.50441	92	Columbia,Kolambija,Kolumbija,Wrights Ferry,kwlmbya  pnslwanya,Коламбија,Колумбия,کولمبیا، پنسلوانیا		PA	071	15384	
5185033	Columbia Cross Roads	columbia-cross-roads	US	16914	600	America/New_York	41.83591	-76.8019	346			PA	015	15376	
5185044	Columbus	columbus	US	08022	824	America/New_York	41.94089	-79.58172	428	Bear Lake,Coffee Creek,Columbus,Kolumbus,The Summit,Колумбус		PA	123	15408	
5185052	Colver	colver	US	15927	959	America/New_York	40.5434	-78.7878	661			PA	021	10880	
5185088	Commodore	commodore	US	15729	331	America/New_York	40.71312	-78.94336	433	Commodore,Pleasant Valley		PA	063	30816	
5185097	Compton	compton	US	20627	0	America/New_York	40.62479	-79.74033	265	Campton,Compton		PA	003	32832	
5185099	Concord	concord	US	01742	0	America/New_York	40.25175	-77.70027	268			PA	055	25176	
5185100	Concord	concord	US	01742	0	America/New_York	40.02232	-76.13079	124			PA	071	42080	
5185185	Conger	conger	US	56020	0	America/New_York	40.02729	-80.24812	299			PA	125	51104	
5185196	Conifer	conifer	US	80433	0	America/New_York	41.08312	-79.13865	401			PA	065	04728	
5185210	Conneaut Lake	conneaut-lake	US	16316	635	America/New_York	41.60339	-80.30534	330	Conneaut Lake,Evansburg		PA	039	15744	
5185231	Conneautville	conneautville	US	16406	751	America/New_York	41.75783	-80.36784	288			PA	039	15760	
5185237	Connellsville	connellsville	US	15425	7515	America/New_York	40.01785	-79.58948	289	Connellsville,Dutch Botton,Konelsvil,kwnlswyl  pnsylwanya,kwnylsfyl,Конелсвил,كونيلسفيل,نیو ہیون، پنسلوانیا,کونلسویل، پنسیلوانیا		PA	051	15776	
5185240	Connersville	connersville	US	47331	0	America/New_York	40.79231	-76.42523	321			PA	097	51504	
5185245	Connoquenessing	connoquenessing	US	16027	618	America/New_York	40.81784	-80.01423	396	Conaquenessing,Conequenessing,Connoquenessing,Conoquenessing,Petersburg,Petersville		PA	019	15808	
5185260	Conrad	conrad	US	50621	0	America/New_York	41.61007	-77.89055	449			PA	105	84360	
5185267	Conshohocken	conshohocken	US	19428	7956	America/New_York	40.07928	-75.30157	63	کونشوہوکین، پنسلوانیا		PA	091	15848	
5185284	Conway	conway	US	01341	2150	America/New_York	40.65979	-80.23923	227	Konvej,Конвей		PA	007	15872	
5185289	Conyngham	conyngham	US	18219	1881	America/New_York	40.99203	-76.05659	290			PA	079	15888	
5185309	Cooks	cooks	US	49817	0	America/New_York	40.21147	-78.08723	463	Cook,Cooks		PA	061	77000	
5185322	Cooksburg	cooksburg	US	16217	0	America/New_York	41.3334	-79.20949	365			PA	031	25272	
5185340	Coolspring	coolspring	US	15730	0	America/New_York	41.04312	-79.08365	384	Cool Spring,Coolspring		PA	065	56712	
5185380	Coopersburg	coopersburg	US	18036	2421	America/New_York	40.51149	-75.39046	143	Coopersburg,Cooperstown,Fryburg,Fryburgh,Frysburg,Kupersberg,Куперсберг		PA	077	16056	
5185384	Cooperstown	cooperstown	US	13326	0	America/New_York	40.71368	-79.92978	361			PA	019	49056	
5185385	Cooperstown	cooperstown	US	13326	436	America/New_York	41.49867	-79.87033	340	Coopepertown,Cooperstown		PA	121	16080	
5185386	Cooperstown	cooperstown	US	13326	0	America/New_York	40.3059	-79.36531	320	Cooperstown,Oakville		PA	129	18968	
5185397	Coplay	coplay	US	18037	3229	America/New_York	40.6701	-75.49546	123	Coplay,Copley,Lehigh Valley,Schrieber,Schriebers		PA	077	16128	
5185406	Coral	coral	US	15731	325	America/New_York	40.49923	-79.17392	312			PA	063	12040	
5185408	Coraopolis	coraopolis	US	15108	5590	America/New_York	40.5184	-80.16672	219	Carapolis,Coraopolis,Corapolis,Koraopolis,Middletown,Vance Fort,Vancefort,Кораополис		PA	003	16144	
5185412	Corbett	corbett	US	97019	0	America/New_York	41.68285	-77.77582	495			PA	105	82568	
5185445	Cornell	cornell	US	49818	0	America/New_York	40.19122	-75.03211	70	Blue Bell,Cornell,Springfield		PA	017	54688	
5185451	Corning	corning	US	14830	0	America/New_York	40.45149	-75.53046	159			PA	077	79160	
5185465	Cornwall	cornwall	US	06753	4226	America/New_York	40.2737	-76.40607	189			PA	075	16256	
5185490	Corry	corry	US	16407	6420	America/New_York	41.92033	-79.64033	437	Kori,kary  pnsylwanya,kwry,Кори,كوري,کاری، پنسیلوانیا		PA	049	16296	
5185494	Corsica	corsica	US	15829	351	America/New_York	41.18118	-79.20226	488			PA	065	16304	
5185499	Cortez	cortez	US	34215	0	America/New_York	41.01701	-78.98253	468			PA	065	45888	
5185500	Cortez	cortez	US	34215	0	America/New_York	41.46536	-75.45713	473			PA	069	37896	
5185516	Cottage Grove	cottage-grove	US	38224	0	America/New_York	41.09423	-80.31756	287			PA	073	85504	
5185519	Cottageville	cottageville	US	25239	0	America/New_York	40.37677	-75.07878	102	Cottageville,Michener		PA	017	09816	
5185531	Coudersport	coudersport	US	16915	2482	America/New_York	41.77479	-78.02056	502	Kaudersport,Kaudursport,Каудерспорт,Каудърспорт	105	PA	105	16448	
5185542	Coulter	coulter	US	50431	0	America/New_York	41.01062	-79.07531	447			PA	065	56712	
5185553	Coulter	coulter	US	50431	0	America/New_York	40.29646	-79.80143	237	Coulters,Coulterville		PA	003	72568	
5185592	Coupon	coupon	US	16629	0	America/New_York	40.53674	-78.51502	714	Coupon,Newtown		PA	021	28336	
5185598	Cove	cove	US	71937	0	America/New_York	40.35481	-76.97775	111			PA	099	58856	
5185626	Covert	covert	US	49043	0	America/New_York	41.74896	-76.85301	665			PA	015	03056	
5185634	Covington	covington	US	16917	0	America/New_York	41.7448	-77.07719	364			PA	117	62960	
5185650	Cowan	cowan	US	37318	0	America/New_York	40.95758	-77.01358	159			PA	119	10016	
5185664	Cowansville	cowansville	US	16218	0	America/New_York	40.88784	-79.58838	415	Cowansville,Middlesex		PA	005	21160	
5185668	Cowden	cowden	US	62422	0	America/New_York	40.31785	-80.197	333			PA	125	11800	
5185686	Coy	coy	US	36435	0	America/New_York	40.52923	-79.14114	351			PA	063	12040	
5185689	Coyle	coyle	US	73027	0	America/New_York	40.1462	-77.17831	154			PA	041	72336	
5185706	Crabtree	crabtree	US	15624	277	America/New_York	40.36229	-79.47059	309	Crabtree,Goff		PA	129	78656	
5185723	Craig	craig	US	64437	0	America/New_York	41.55536	-75.66408	345			PA	069	54680	
5185742	Craigsville	craigsville	US	24430	0	America/New_York	40.85229	-79.64949	308			PA	005	83024	
5185745	Cranberry	cranberry	US	16319	0	America/New_York	40.95397	-75.9977	488			PA	079	33376	
5185746	Cranberry	cranberry	US	16319	0	America/New_York	41.34978	-79.71005	432	Cranberry,Cranberry Village,Salina		PA	121	16944	
5185798	Cranesville	cranesville	US	16410	614	America/New_York	41.90506	-80.34368	288			PA	049	16960	
5185825	Creamery	creamery	US	19430	0	America/New_York	40.2201	-75.41629	81			PA	091	71016	
5185836	Creekside	creekside	US	15732	309	America/New_York	40.67895	-79.18754	321	Creekside,Newville		PA	063	81256	
5185839	Creighton	creighton	US	15030	0	America/New_York	40.58729	-79.77838	268			PA	003	21024	
5185841	Crenshaw	crenshaw	US	38621	468	America/New_York	41.24867	-78.76197	450			PA	065	71632	
5185853	Cresco	cresco	US	18326	4240	America/New_York	41.15398	-75.28046	361			PA	089	04320	
5185861	Cresson	cresson	US	16630	1633	America/New_York	40.45979	-78.59168	615	Kreson,Кресон		PA	021	17136	
5185866	Cressona	cressona	US	17929	1625	America/New_York	40.62676	-76.19272	182			PA	107	17152	
5185882	Crestview	crestview	US	32536	0	America/New_York	40.18146	-79.86338	323			PA	125	19536	
5185885	Crestwood	crestwood	US	40014	0	America/New_York	41.3548	-75.56519	573			PA	069	65224	
5185888	Crete	crete	US	60417	0	America/New_York	40.59701	-79.24254	422			PA	063	03064	
5185931	Crooked Creek	crooked-creek	US	99575	0	America/New_York	41.85591	-77.2372	344	Crooked Creek,Holiday,Holliday		PA	117	48968	
5185957	Crosby	crosby	US	16724	0	America/New_York	41.74506	-78.39029	459			PA	083	55632	
5185959	Cross	cross	US	29436	0	America/New_York	41.97061	-80.37507	235			PA	049	29240	
5185971	Cross Fork	cross-fork	US	17729	0	America/New_York	41.4834	-77.81444	325			PA	105	74072	
5186017	Crossroads	crossroads	US	88114	0	America/New_York	40.77232	-75.42018	250	Cross Roads,Crossroads,Klecknersville		PA	095	50824	
5186034	Crown	crown	US	16220	183	America/New_York	41.38979	-79.27088	503			PA	031	25272	
5186053	Croydon	croydon	US	19021	9950	America/New_York	40.08733	-74.9035	6	Croydon,Schencks Station		PA	017	08768	
5186082	Crystal Springs	crystal-springs	US	33524	0	America/New_York	41.53617	-79.32977	515			PA	053	39760	
5186088	Cuddy	cuddy	US	15031	0	America/New_York	40.34924	-80.16061	289	Cuddy Hill		PA	003	72160	
5186092	Culbertson	culbertson	US	59218	0	America/New_York	40.25314	-77.7536	250			PA	061	76312	
5186115	Cumbola	cumbola	US	17930	443	America/New_York	40.71176	-76.13772	216	Belmont-Cumbola,Cumbola		PA	107	07336	
5186130	Cunningham	cunningham	US	37052	0	America/New_York	40.67757	-79.82283	328			PA	019	14320	
5186140	Curllsville	curllsville	US	16221	0	America/New_York	41.09867	-79.44671	369			PA	031	50464	
5186156	Curryville	curryville	US	16631	0	America/New_York	40.27591	-78.33835	437	Curry,Curryville		PA	013	55592	
5186171	Curtisville	curtisville	US	15032	1064	America/New_York	40.64229	-79.85089	326			PA	003	82800	
5186172	Curwensville	curwensville	US	16833	2474	America/New_York	40.97561	-78.52502	363	Curwensville,Curwensville Boro		PA	033	17840	
5186197	Custer	custer	US	40115	0	America/New_York	40.74176	-75.6388	132	Custer,Custers		PA	077	81280	
5186199	Custer City	custer-city	US	16725	0	America/New_York	41.9059	-78.65169	462			PA	083	08048	
5186216	Cyrus	cyrus	US	56323	0	America/New_York	41.23978	-79.80922	406	Cyrus,Cyrus Corners		PA	121	69016	
5186218	Cyclone	cyclone	US	16726	0	America/New_York	41.83229	-78.58586	670	Cyclone,Simpson		PA	083	38912	
5186228	Daggett	daggett	US	49821	0	America/New_York	41.94869	-76.92607	407	Daggett,Daggett's Mills,Daggetts Mills		PA	117	37472	
5186235	Dagus Mines	dagus-mines	US	15831	0	America/New_York	41.35395	-78.60558	581			PA	047	27088	
5186240	Daisytown	daisytown	US	15427	315	America/New_York	40.31924	-78.90086	548			PA	021	17976	
5186243	Dale	dale	US	14039	0	America/New_York	40.41621	-75.61574	173			PA	011	81184	
5186244	Dale	dale	US	14039	1174	America/New_York	40.31285	-78.90419	398			PA	021	18000	
5186245	Dale	dale	US	14039	0	America/New_York	41.01145	-78.29279	515			PA	033	08032	
5186248	Daisytown	daisytown	US	15427	0	America/New_York	40.05452	-79.93199	255			PA	125	10768	
5186252	Daleville	daleville	US	24083	0	America/New_York	41.30508	-75.5138	559			PA	069	16664	
5186257	Dallas City	dallas-city	US	62330	0	America/New_York	41.9409	-78.55558	520	Dallas,Dallas City		PA	083	26936	
5186264	Dalmatia	dalmatia	US	17017	488	America/New_York	40.65425	-76.90248	128	Dalmatia,Georgetown		PA	097	44960	
5186266	Dallas	dallas	US	18612	2783	America/New_York	41.33619	-75.96325	344	Dallas,McLellonsville,Даллас		PA	079	18048	
5186267	Dalton	dalton	US	01226	1209	America/New_York	41.53424	-75.73603	296	Dalton,Далтон		PA	069	18088	
5186291	Damascus	damascus	US	18415	0	America/New_York	41.70314	-75.06822	220	Damascus,Shields Mills		PA	127	18104	
5186296	Danboro	danboro	US	18916	0	America/New_York	40.35455	-75.13267	150	Clover Hill,Danboro,Danborough,Danville		PA	017	61616	
5186308	Danielsville	danielsville	US	18038	0	America/New_York	40.79454	-75.52713	208	Bachman Tavern,Danielsville,Wales		PA	095	42424	
5186327	Danville	danville	US	03819	4689	America/New_York	40.96342	-76.61273	148	Dans-town,Danvil,Danville,Данвил	093	PA	093	18136	
5186362	Darlington	darlington	US	16115	251	America/New_York	40.80951	-80.42257	278	Darlington,Greersburg		PA	007	18192	
5186363	Darlington	darlington	US	16115	280	America/New_York	40.25757	-79.28837	352			PA	129	43240	
5186370	Darragh	darragh	US	15625	0	America/New_York	40.26646	-79.67865	298			PA	129	33792	
5186394	Dauphin	dauphin	US	17018	791	America/New_York	40.36731	-76.93109	111	Dauphin,Greensburg,Port Lyon		PA	043	18272	
5186420	Davidsville	davidsville	US	15928	1130	America/New_York	40.22702	-78.93641	529			PA	111	15568	
5186421	Davis	davis	US	26260	0	America/New_York	40.74118	-79.15865	339			PA	063	81256	
5186443	Davis Station	davis-station	US	29041	0	America/New_York	41.82174	-77.57526	469	Davis,Davis Station,Lansing		PA	117	14528	
5186445	Davisville	davisville	US	26142	0	America/New_York	40.18316	-75.05878	70			PA	017	79296	
5186451	Dawson	dawson	US	15428	0	America/New_York	40.70173	-80.40312	395			PA	007	08680	
5186452	Dawson	dawson	US	15428	367	America/New_York	40.04702	-79.65448	261			PA	051	45144	
5186467	Dayton	dayton	US	08810	0	America/New_York	40.57675	-76.64858	215			PA	043	85232	
5186474	Dayton	dayton	US	08810	530	America/New_York	40.88034	-79.24198	410	Dejton,Дейтон		PA	005	18400	
5186518	Deanville	deanville	US	77852	0	America/New_York	40.95006	-79.39838	389	Centreville,Deanville		PA	005	46456	
5186528	Decatur	decatur	US	30030	0	America/New_York	40.69424	-77.45388	207			PA	087	18464	
5186532	Decaturville	decaturville	US	38329	0	America/New_York	40.91506	-78.2614	447			PA	033	18456	
5186586	Deep Run	deep-run	US	28525	0	America/New_York	40.40788	-75.17351	136			PA	017	04976	
5186634	Deer Park	deer-park	US	11729	0	America/New_York	40.35094	-74.99184	68			PA	017	71752	
5186659	Defiance	defiance	US	16633	239	America/New_York	40.16119	-78.22973	312			PA	009	08880	
5186673	Delaware	delaware	US	07833	0	America/New_York	41.16093	-74.90934	108			PA	103	42512	
5186679	Delano	delano	US	18220	342	America/New_York	40.83898	-76.07104	503	Delano,Делано		PA	107	18672	
5186696	Delaware Water Gap	delaware-water-gap	US	18327	713	America/New_York	40.97926	-75.14296	155	Delaware Water Gap,Delaware Watergap,Dutotsburg,Water Gap		PA	089	18736	
5186717	Delmont	delmont	US	08314	2640	America/New_York	40.41312	-79.57032	384	Delmont,New Salem		PA	129	18768	
5186731	Delphi	delphi	US	46923	0	America/New_York	40.26955	-75.47045	46			PA	091	44912	
5186735	Denbo	denbo	US	15429	0	America/New_York	40.0123	-79.93172	241			PA	125	12224	
5186737	Denison	denison	US	51442	0	America/New_York	40.29063	-79.46393	410			PA	129	78656	
5186755	Denton	denton	US	21629	0	America/New_York	40.82701	-79.18226	414			PA	063	72304	
5186769	Derrick City	derrick-city	US	16727	0	America/New_York	41.97062	-78.57141	476	Derick City,Derrick City		PA	083	26936	
5186774	Derry	derry	US	03038	0	America/New_York	41.07592	-76.61606	164			PA	037	46472	
5186775	Derry	derry	US	03038	2594	America/New_York	40.33396	-79.29976	360	Derri,Дерри		PA	129	18960	
5186794	Denver	denver	US	12421	3875	America/New_York	40.23315	-76.13717	128	Denver,Денвер		PA	071	18888	
5186820	Devault	devault	US	19432	0	America/New_York	40.07455	-75.5352	107			PA	029	12744	
5186852	Devon	devon	US	19333	1515	America/New_York	40.04928	-75.42908	152			PA	029	21928	
5186862	Dewart	dewart	US	17730	1471	America/New_York	41.10925	-76.87663	147			PA	097	18696	
5186879	Dexter	dexter	US	04930	0	America/New_York	41.71979	-77.38276	568			PA	117	18760	
5186880	Diamond	diamond	US	44412	0	America/New_York	41.60728	-79.79839	435			PA	121	61552	
5186882	Diamond	diamond	US	44412	0	America/New_York	41.02118	-79.48282	334			PA	031	46464	
5186894	Diamondville	diamondville	US	83116	0	America/New_York	40.66507	-78.96725	403	Diamondville,Mitchells Mill,Mitchells Mills		PA	063	13072	
5186901	Dice	dice	US	41736	0	America/New_York	40.88786	-77.03803	167	Battletown,Dice		PA	119	43368	
5186911	Dickerson Run	dickerson-run	US	15430	0	America/New_York	40.04563	-79.66643	295			PA	051	20224	
5186916	Dickinson	dickinson	US	36436	0	America/New_York	40.11342	-77.33498	211	Centreville,Dickinson		PA	041	58824	
5186947	Dietrich	dietrich	US	83324	0	America/New_York	40.52842	-76.82608	248			PA	043	37368	
5186962	Dillsburg	dillsburg	US	17019	2569	America/New_York	40.11093	-77.03498	173	Dillsburg,Dillstown		PA	133	19208	
5186966	Dilltown	dilltown	US	15929	0	America/New_York	40.46646	-79.00253	410	Dilltown,Virginia		PA	063	22048	
5186982	Dimock	dimock	US	18816	0	America/New_York	41.74647	-75.89825	460			PA	115	19264	
5186990	Dingmans Ferry	dingmans-ferry	US	18328	0	America/New_York	41.22009	-74.87128	124	Dingman's Ferry,Dingmans Ferry		PA	103	18704	
5187003	Distant	distant	US	16223	0	America/New_York	40.96951	-79.35671	427	Distant,Oakland		PA	005	46632	
5187011	Divide	divide	US	59727	0	America/New_York	41.25675	-76.43383	362			PA	037	37360	
5187025	Dixmont	dixmont	US	04932	0	America/New_York	40.5159	-80.11506	262			PA	003	39624	
5187028	Dixon	dixon	US	42409	0	America/New_York	41.55785	-75.8977	206			PA	131	77792	
5187044	Dixonville	dixonville	US	15734	0	America/New_York	40.71645	-79.00698	390			PA	063	30816	
5187099	Donaldson	donaldson	US	46513	328	America/New_York	40.63592	-76.4119	283	Donaldson,Lower Donaldson,Upper Donaldson		PA	107	27248	
5187100	Donaldson	donaldson	US	46513	0	America/New_York	41.65895	-79.01309	406	Donaldson,Donaldsons		PA	123	69992	
5187110	Donegal	donegal	US	15628	119	America/New_York	40.11257	-79.38254	553	Donegal,Donegal Borough		PA	129	19472	
5187129	Donnelly	donnelly	US	56235	0	America/New_York	40.14424	-79.59893	339			PA	129	21304	
5187134	Donora	donora	US	15033	4663	America/New_York	40.1734	-79.85755	252	Donora,Донора		PA	125	19536	
5187145	Dora	dora	US	35062	0	America/New_York	40.96673	-79.16031	402			PA	065	64960	
5187158	Dornsife	dornsife	US	17823	0	America/New_York	40.74564	-76.78914	151			PA	097	43912	
5187160	Dorothy	dorothy	US	08317	0	America/New_York	40.30285	-79.39337	305			PA	129	78656	
5187161	Dorrance	dorrance	US	67634	0	America/New_York	41.1048	-76.00826	343			PA	079	19616	
5187163	Dorset	dorset	US	05251	0	America/New_York	40.70231	-75.87603	225			PA	107	83792	
5187195	Dougherty	dougherty	US	50433	0	America/New_York	40.61757	-78.46057	708			PA	021	18432	
5187207	Douglass	douglass	US	67039	0	America/New_York	40.24396	-79.81227	233			PA	003	23000	
5187210	Douglassville	douglassville	US	19518	448	America/New_York	40.25787	-75.7263	62			PA	011	02328	
5187215	Dover	dover	US	02030	1991	America/New_York	40.00176	-76.85025	136	Dover,Довер		PA	133	19696	
5187231	Downieville	downieville	US	95936	0	America/New_York	40.68034	-80.00117	325			PA	019	00300	
5187232	Downingtown	downingtown	US	19335	7946	America/New_York	40.0065	-75.70327	71	Daunington,Downing's Town,Downingtown,Milltown,Даунингтон		PA	029	19752	
5187246	Doylesburg	doylesburg	US	17219	0	America/New_York	40.21342	-77.69999	317			PA	055	25176	
5187247	Doylestown	doylestown	US	18901	8301	America/New_York	40.31011	-75.12989	129	DYL,Dojlstaun,Doyle Town,Doylestown,Doyltown,Dyletown,William Doyls Tavern,Дойлстаун,Дојлстаун	017	PA	017	19784	
5187248	Doylestown	doylestown	US	18901	250	America/New_York	40.19758	-77.72138	298			PA	055	25176	
5187263	Drake	drake	US	42128	0	America/New_York	41.117	-80.18784	393			PA	085	73080	
5187283	Draper	draper	US	24324	0	America/New_York	41.65674	-77.36831	411			PA	117	18760	
5187286	Dravosburg	dravosburg	US	15034	1763	America/New_York	40.35063	-79.88616	220	Amity,Dravosburg		PA	003	19856	
5187295	Drennen	drennen	US	26667	0	America/New_York	40.52368	-79.70116	270			PA	003		
5187297	Dresher	dresher	US	19025	5610	America/New_York	40.14094	-75.16684	62	Dresher,Dreshertown		PA	091	79008	
5187309	Drifting	drifting	US	16834	0	America/New_York	41.02422	-78.10834	490			PA	033	16040	
5187310	Drifton	drifton	US	18221	0	America/New_York	40.99981	-75.90548	508			PA	079	33376	
5187311	Driftwood	driftwood	US	15832	63	America/New_York	41.33978	-78.13417	259			PA	023	19976	
5187317	Driscoll	driscoll	US	58532	0	America/New_York	40.52951	-78.66224	553			PA	021	00868	
5187328	Drummond	drummond	US	54832	0	America/New_York	41.30673	-78.72808	489			PA	047	35816	
5187329	Drums	drums	US	18222	0	America/New_York	41.01814	-75.99493	336			PA	079	10480	
5187389	Dry Run	dry-run	US	17220	0	America/New_York	40.16759	-77.75388	274			PA	055	25176	
5187429	Drytown	drytown	US	95699	0	America/New_York	40.22009	-77.14137	144			PA	041	49072	
5187432	DuBois	dubois	US	47527	7597	America/New_York	41.11923	-78.76003	429	DUJ,DuBois,Dubois,Rumberger		PA	033	20136	
5187443	Dublin	dublin	US	03444	2169	America/New_York	40.37177	-75.20156	177	Double Inn,Dublin,Дублин		PA	017	20104	
5187470	Dudley	dudley	US	01571	186	America/New_York	40.20536	-78.1814	470			PA	061	20152	
5187491	Duke Center	duke-center	US	16729	0	America/New_York	41.95229	-78.48002	480	Duke Center,Duke Centre		PA	083	57312	
5187500	Duncan	duncan	US	29334	0	America/New_York	41.65202	-77.25775	561			PA	117	20232	
5187506	Duncannon	duncannon	US	17020	1487	America/New_York	40.39814	-77.02303	107			PA	099	20240	
5187508	Duncansville	duncansville	US	16635	1204	America/New_York	40.42341	-78.4339	316	Duncansville,Walterstown		PA	013	20248	
5187519	Dundee	dundee	US	14837	0	America/New_York	41.20842	-75.97214	189			PA	079	32416	
5187540	Dunlo	dunlo	US	15930	342	America/New_York	40.29452	-78.72113	670			PA	021	00308	
5187542	Dunmore	dunmore	US	24934	13379	America/New_York	41.4198	-75.63241	295	Bucktown,Danmor,Dunmore,danmoa,Данмор,ダンモア		PA	069	20352	
5187557	Dunlevy	dunlevy	US	15432	381	America/New_York	40.11007	-79.85143	238	Donlevy,Dunlevy		PA	125	00988	
5187566	Dunning	dunning	US	68833	0	America/New_York	41.93341	-76.79857	377			PA	015	72096	
5187577	Dupont	dupont	US	45837	2714	America/New_York	41.32508	-75.74547	221	Dupont,Dupont Boro,Smithville		PA	079	20424	
5187580	Duquesne	duquesne	US	15110	5535	America/New_York	40.38146	-79.85977	277	Dukejn,Duquesne,Germantown,dwksn  pnsylwanya,dwkywsn,Дукејн,دوكيوسن,دوکسن، پنسیلوانیا		PA	003	20432	
5187611	Duryea	duryea	US	18642	4933	America/New_York	41.34397	-75.73853	215	Babylon,Duryea		PA	079	20512	
5187613	Dushore	dushore	US	18614	592	America/New_York	41.52424	-76.40077	443			PA	113	20528	
5187616	Durham	durham	US	03824	0	America/New_York	40.57566	-75.22323	70	Backhouse,Darem,Durham,Durham Furnace,Durham Mill,Longstown,Steckels,Дарем		PA	017	20480	
5187688	Eagle	eagle	US	48822	0	America/New_York	40.07788	-75.68771	147	Eagle,Uwchland,Windsor		PA	029	79352	
5187702	Eagle Point	eagle-point	US	97524	0	America/New_York	40.54509	-75.7613	135			PA	011	48128	
5187705	Eagle Rock	eagle-rock	US	24085	0	America/New_York	41.45256	-79.57533	335			PA	121	62544	
5187708	Dysart	dysart	US	16636	0	America/New_York	40.59673	-78.51696	478			PA	021	18432	
5187716	Eagles Mere	eagles-mere	US	17731	118	America/New_York	41.41091	-76.58189	629	Eagles Mere,Eaglesmere,Lewis's Lake		PA	113	20648	
5187726	Eagleville	eagleville	US	19408	324	America/New_York	41.05645	-77.59277	196	Blanchard,Eagleville		PA	027	43080	
5187727	Eagleville	eagleville	US	19408	4800	America/New_York	40.15955	-75.40824	132			PA	091	45080	
5187744	Earlington	earlington	US	18918	0	America/New_York	40.32094	-75.3724	115			PA	091	27280	
5187746	Earlville	earlville	US	13332	0	America/New_York	40.31676	-75.73686	75			PA	011	02328	
5187766	East Berlin	east-berlin	US	06023	0	America/New_York	41.59148	-75.096	362			PA	127	05784	
5187772	East Brady	east-brady	US	16028	911	America/New_York	40.9859	-79.6131	294			PA	031	20840	
5187776	East Branch	east-branch	US	13756	0	America/New_York	41.03312	-79.05087	398	East Branch,Fast Branch		PA	065	56712	
5187777	East Branch	east-branch	US	13756	0	America/New_York	41.79867	-79.56533	484			PA	123	72952	
5187858	East Butler	east-butler	US	16029	706	America/New_York	40.87784	-79.84644	324			PA	019	20904	
5187865	East Canton	east-canton	US	44730	0	America/New_York	41.66146	-76.79496	339			PA	015	11168	
5187889	East Earl	east-earl	US	17519	1144	America/New_York	40.1101	-76.03272	155			PA	071	21072	
5187921	East Freedom	east-freedom	US	16637	972	America/New_York	40.35757	-78.42974	308			PA	013	27720	
5187925	East Greenville	east-greenville	US	18041	2985	America/New_York	40.40649	-75.50185	122			PA	091	21200	
5187928	East Hanover	east-hanover	US	07936	0	America/New_York	40.39759	-76.59191	138			PA	075	21224	
5187939	East Hickory	east-hickory	US	16321	0	America/New_York	41.58395	-79.40171	329			PA	053	34240	
5187977	East Liberty	east-liberty	US	43319	0	America/New_York	40.46062	-79.92283	280			PA	003	61000	
5187981	East Lynn	east-lynn	US	25512	0	America/New_York	41.65897	-75.89964	305			PA	115	73440	
5188022	East Petersburg	east-petersburg	US	17520	4525	America/New_York	40.1001	-76.35413	113	East Petersburg,Petersburg		PA	071	21688	
5188029	East Pittsburgh	east-pittsburgh	US	15112	1794	America/New_York	40.39562	-79.83866	272			PA	003	21712	
5188032	East Point	east-point	US	41216	0	America/New_York	41.58702	-77.03969	548	East Point,Eastpoint		PA	117	43136	
5188036	East Rochester	east-rochester	US	14445	550	America/New_York	40.70007	-80.26812	262			PA	007	21752	
5188044	East Rutherford	east-rutherford	US	07073	196	America/New_York	40.37036	-77.60471	191			PA	067	77952	
5188259	Eden	eden	US	05652	0	America/New_York	41.1095	-78.34279	479			PA	033	30152	
5188066	East Smethport	east-smethport	US	16730	0	America/New_York	41.80868	-78.41946	461			PA	083	38912	
5188067	East Smithfield	east-smithfield	US	18817	0	America/New_York	41.86452	-76.6255	394			PA	015	71312	
5188075	East Stroudsburg	east-stroudsburg	US	18301	10140	America/New_York	40.99954	-75.18129	131	Branchville,Dansbury,ESP,East Stroudsburg,Ist Straudsberg,Ист Страудсберг		PA	089	21872	
5188085	East Texas	east-texas	US	18046	0	America/New_York	40.5476	-75.5613	136	East Texas,Macungie,Macungie Square,New Texas,Texas		PA	077	44952	
5188089	East Troy	east-troy	US	53120	0	America/New_York	41.77007	-76.73718	297			PA	015	77592	
5188097	East Vandergrift	east-vandergrift	US	15629	652	America/New_York	40.59812	-79.56116	244			PA	129	21976	
5188107	East Waterford	east-waterford	US	17021	0	America/New_York	40.37036	-77.60471	191	East Waterford,Waterford		PA	067	77952	
5188139	Easton	easton	US	02334	0	America/New_York	41.12728	-79.54088	347	Easton,Easton Village		PA	031	43192	
5188140	Easton	easton	US	02334	26915	America/New_York	40.68843	-75.22073	97	Dutchtown,Easton,Easton Township,Iston,Lechau-hanne,Lechauwake,Lechauwitank,The Easton Tract,The Forks of the Delaware,Thomas Penns Lottery Lot,aystwn  pnsylwanya,iseuteon,isuton,Истон,ایستون، پنسیلوانیا,ایسٹن، پنسلوانیا,イーストン,이스턴	095	PA	095	21648	
5188157	Eastville	eastville	US	23347	0	America/New_York	41.03563	-77.22302	399			PA	035	30928	
5188159	East Springfield	east-springfield	US	13333	0	America/New_York	41.96506	-80.40729	228			PA	049	73048	
5188161	Eastwood	eastwood	US	40018	0	America/New_York	40.46146	-79.86172	380	Eastwood,North Hills		PA	003	59032	
5188162	Eastwood	eastwood	US	40018	0	America/New_York	40.29174	-79.51837	375			PA	129	33792	
5188170	Eatonville	eatonville	US	98328	0	America/New_York	41.51452	-75.96103	190	Eaton,Eatonville		PA	131	22112	
5188172	Eau Claire	eau-claire	US	16030	299	America/New_York	41.13617	-79.79811	463	Eau Clair,Eau Claire		PA	019	22128	
5188193	Ebensburg	ebensburg	US	15931	3203	America/New_York	40.48507	-78.72474	651	Ebensburg,Ebensburgh	021	PA	021	22144	
5188201	Ebervale	ebervale	US	18223	0	America/New_York	40.9862	-75.94131	470			PA	079	33376	
5188204	Echo	echo	US	56237	0	America/New_York	40.85006	-79.32726	343			PA	005	81720	
5188205	Echo	echo	US	56237	0	America/New_York	40.37702	-78.85752	484			PA	021	21896	
5188208	Echo Lake	echo-lake	US	95721	0	America/New_York	41.0651	-75.05656	161			PA	089	49080	
5188227	Eckley	eckley	US	80727	0	America/New_York	40.99342	-75.86242	504	Eckley,Miners Village		PA	079	26928	
5188236	Economy	economy	US	47339	9363	America/New_York	40.60007	-80.22478	242	Economy,Economy Station		PA	007	02288	
5188243	Eddington	eddington	US	04428	1906	America/New_York	40.08456	-74.94489	19	Dunksville,Eddington,Jugtown,Oakgrove		PA	017	05616	
5188260	Eden	eden	US	05652	0	America/New_York	40.07037	-76.26968	102			PA	071	46896	
5188279	Edgemont	edgemont	US	19028	0	America/New_York	40.28537	-76.84942	148			PA	043	75528	
5188280	Edgemont	edgemont	US	19028	0	America/New_York	40.77815	-75.55102	177			PA	095	42424	
5188284	Edgewood	edgewood	US	21040	3069	America/New_York	40.43201	-79.88144	298			PA	003	22520	
5188285	Edgewood	edgewood	US	21040	0	America/New_York	40.5809	-79.22198	361	Crete,Edgewood		PA	063	12040	
5188286	Edgewood	edgewood	US	21040	0	America/New_York	41.04758	-75.95659	335			PA	079	10480	
5188287	Edgewood	edgewood	US	21040	2384	America/New_York	40.78842	-76.57246	242			PA	097	14536	
5188306	Edinboro	edinboro	US	16412	6335	America/New_York	41.87422	-80.13172	370	Ehdinboro,Эдинборо		PA	049	22608	
5188312	Edinburg	edinburg	US	16116	0	America/New_York	41.0145	-80.43673	242			PA	073	46648	
5188315	Edison	edison	US	08817	0	America/New_York	40.28038	-75.12934	62	Bridge Point,Edison		PA	017	19792	
5188337	Eddyville	eddyville	US	42038	0	America/New_York	40.94284	-79.27754	306			PA	005	63712	
5188339	Effort	effort	US	18330	2269	America/New_York	40.93926	-75.43491	237			PA	089	13328	
5188347	Edwardsville	edwardsville	US	22456	4732	America/New_York	41.26953	-75.91631	214	Edwardsville,Larksville		PA	079	22672	
5188349	Egypt	egypt	US	72427	0	America/New_York	41.06061	-78.33141	400			PA	033	08032	
5188350	Egypt	egypt	US	72427	0	America/New_York	41.24617	-78.93726	548			PA	065	81120	
5188351	Egypt	egypt	US	72427	2391	America/New_York	40.6801	-75.52991	126			PA	077		
5188377	Eighty Four	eighty-four	US	15330	657	America/New_York	40.18174	-80.13311	314	Eighty Four,Eighty-Four,Eighty-four,Eightyfour,Smithville		PA	125	71792	
5188392	Elberta	elberta	US	36530	0	America/New_York	40.51424	-78.32196	534			PA	013	78176	
5188399	Elbridge	elbridge	US	13060	0	America/New_York	41.92091	-77.27414	501			PA	117	25296	
5188400	Elco	elco	US	15434	323	America/New_York	40.07757	-79.86921	233			PA	125	66016	
5188416	Elderton	elderton	US	15736	348	America/New_York	40.69506	-79.34143	387	Elderton,Middleton		PA	005	22832	
5188421	Eldora	eldora	US	50627	0	America/New_York	40.1709	-79.89366	317			PA	125	11424	
5188422	Eldorado	eldorado	US	45321	0	America/New_York	40.47229	-78.42418	333			PA	013	02184	
5188423	Eldorado	eldorado	US	45321	0	America/New_York	41.09145	-79.74699	436	Eldorado,Glenora		PA	019	57984	
5188424	Eldred	eldred	US	12732	808	America/New_York	41.95784	-78.3853	439			PA	083	22888	
5188456	Elgin	elgin	US	16413	214	America/New_York	41.90311	-79.74366	423	Concord Station,Elgin		PA	049	22960	
5188465	Elizabeth	elizabeth	US	07201	1499	America/New_York	40.26924	-79.88977	235	Ehlizabet,Elizabeth,Elizabeth Town,Elizabethtown,Элизабет		PA	003	22992	
5188469	Elim	elim	US	99739	3727	America/New_York	40.29785	-78.94253	504			PA	021	79360	
5188474	Elizabethtown	elizabethtown	US	12932	11586	America/New_York	40.15287	-76.60275	136	Betzischteddel,Ehlizabettaun,Elizabettaun,Елизабеттаун,Элизабеттаун		PA	071	23016	
5188482	Elizabethville	elizabethville	US	17023	1493	America/New_York	40.54897	-76.81192	206			PA	043	23024	
5188488	Elk City	elk-city	US	67344	0	America/New_York	41.24423	-79.50171	449			PA	031	23040	
5188498	Elk Grove	elk-grove	US	95624	0	America/New_York	41.30619	-76.40689	357			PA	037	75048	
5188539	Elkhorn	elkhorn	US	24831	0	America/New_York	40.22201	-79.96366	237			PA	003	26896	
5188546	Elkins Park	elkins-park	US	19027	0	America/New_York	40.07706	-75.12684	48	Elkins Park,Ogontz,Shoemakertown		PA	091	12968	
5188549	Elkland	elkland	US	16920	1779	America/New_York	41.98618	-77.31081	344	Elkland,Елкланд		PA	117	23152	
5188561	Elkin	elkin	US	28621	0	America/New_York	40.80395	-79.10809	404			PA	063	72304	
5188574	Ellenton	ellenton	US	31747	0	America/New_York	41.53952	-76.80412	626			PA	081	46352	
5188575	Ellerslie	ellerslie	US	21529	0	America/New_York	40.10761	-74.91628	23	Ellerside,Ellerslie		PA	017	05616	
5188587	Elliott	elliott	US	29046	0	America/New_York	40.45007	-80.05894	320			PA	003	61000	
5188591	Elliottsburg	elliottsburg	US	17024	0	America/New_York	40.38897	-77.28887	195	Elliotsburg,Elliottsburg		PA	099	72848	
5188596	Ellisburg	ellisburg	US	13636	0	America/New_York	41.93118	-77.89333	570			PA	105	28760	
5188602	Ellsworth	ellsworth	US	04605	998	America/New_York	40.11202	-80.01727	302			PA	125	23296	
5188609	Ellwood City	ellwood-city	US	16117	7617	America/New_York	40.86173	-80.28645	270	Ellwood City,Elvud Siti,Hazeldell,ai er wu de shi,Елвуд Сити,אלווד סיטי,埃爾伍德市		PA	073	23304	
5188612	Elm	elm	US	17521	0	America/New_York	40.20398	-76.34885	184	Elm,Penn,Pennville		PA	071	58840	
5188629	Elmdale	elmdale	US	66850	0	America/New_York	41.41175	-75.46046	444			PA	069	37896	
5188630	Elmer	elmer	US	08318	0	America/New_York	41.91951	-77.62332	462			PA	105	32848	
5188633	Elmhurst	elmhurst	US	11373	0	America/New_York	41.37786	-75.54463	418	Dunnings,Elmhurst		PA	069	23336	
5188639	Elmo	elmo	US	59915	0	America/New_York	41.27367	-79.53755	440			PA	031	03248	
5188640	Elmora	elmora	US	15737	0	America/New_York	40.60174	-78.74641	500			PA	021	82688	
5188645	Elora	elora	US	37328	0	America/New_York	40.99395	-79.9895	418			PA	019	08096	
5188646	Elrama	elrama	US	15038	307	America/New_York	40.25201	-79.92505	254			PA	125	78432	
5188649	Elroy	elroy	US	53929	0	America/New_York	40.28205	-75.33629	101	Elroy,Franconiaville		PA	091	27280	
5188657	Elton	elton	US	15934	0	America/New_York	40.2798	-78.80224	626			PA	021	00308	
5188659	Elverson	elverson	US	19520	1314	America/New_York	40.15676	-75.83271	205	Elverson,Springfield		PA	029	23440	
5188667	Elysburg	elysburg	US	17824	2194	America/New_York	40.86453	-76.55246	179			PA	097	63328	
5188678	Emblem	emblem	US	82422	0	America/New_York	40.31785	-79.78532	305			PA	003	84704	
5188679	Emeigh	emeigh	US	15738	0	America/New_York	40.69479	-78.78697	458			PA	021	75520	
5188689	Emery	emery	US	57332	0	America/New_York	40.17507	-80.08644	363			PA	125	71792	
5188702	Emlenton	emlenton	US	16373	600	America/New_York	41.17728	-79.70783	278			PA	121	23568	
5188708	Emigsville	emigsville	US	17318	2672	America/New_York	40.02176	-76.72802	121			PA	133	46872	
5188726	Emmaus	emmaus	US	18049	11368	America/New_York	40.53954	-75.49685	136	Emaus,Emejas,Emmaus,Maguntchi,Salzburg,Емејас		PA	077	23584	
5188733	Emmons	emmons	US	56029	0	America/New_York	41.3073	-76.43856	406			PA	113	18296	
5188737	Emporium	emporium	US	15834	1934	America/New_York	41.51145	-78.23529	315	Emporijum,Emporium,Shippen,Емпоријум	023	PA	023	23600	
5188753	Endeavor	endeavor	US	16322	0	America/New_York	41.58951	-79.38505	339			PA	053	34240	
5188757	Enders	enders	US	69027	0	America/New_York	40.49175	-76.84969	204	Enders,Jacksonville		PA	043	37368	
5188762	Energy	energy	US	62933	0	America/New_York	40.92951	-80.26478	382			PA	073	70080	
5188763	Enfield	enfield	US	03748	0	America/New_York	40.09622	-75.19657	92			PA	091	73088	
5188771	Englewood	englewood	US	07631	0	America/New_York	40.34342	-76.63302	129			PA	043	21208	
5188772	Englewood	englewood	US	07631	532	America/New_York	40.78398	-76.24189	455			PA	107	10488	
5188785	Enid	enid	US	38927	0	America/New_York	40.10064	-78.11556	315			PA	057	82152	
5188793	Enola	enola	US	17025	6111	America/New_York	40.29009	-76.93386	136			PA	041	21680	
5188795	Enon Valley	enon-valley	US	16120	298	America/New_York	40.85478	-80.45701	302	Enon,Enon Station,Enon Valley		PA	073	23768	
5188801	Enterprise	enterprise	US	26568	0	America/New_York	40.8284	-78.96364	399			PA	063	11120	
5188802	Enterprise	enterprise	US	26568	0	America/New_York	41.16423	-80.03895	411			PA	085	60336	
5188803	Enterprise	enterprise	US	26568	0	America/New_York	41.62895	-79.57172	382			PA	123	72600	
5188804	Enterprise	enterprise	US	26568	0	America/New_York	40.20285	-80.24089	311			PA	125	72504	
5188810	Entriken	entriken	US	16638	0	America/New_York	40.33397	-78.1989	276	Coffee Run,Entriken		PA	061	43424	
5188815	Ephrata	ephrata	US	17522	13861	America/New_York	40.17982	-76.17884	110	Effridaa,Efrata,Ephrata,Ephratah,Ефрата		PA	071	23832	
5188830	Equinunk	equinunk	US	18417	0	America/New_York	41.85592	-75.22378	271			PA	127	46856	
5188839	Erhard	erhard	US	56534	0	America/New_York	40.84506	-78.5028	536			PA	033	40296	
5188843	Erie	erie	US	16501	99475	America/New_York	42.12922	-80.08506	199	City of Erie,ERI,Ehri,Eri,Erie,Iri,ayry,ayry  pnslwanya,ayry  pnsylwanya,eri,ili,yi li,Érié,Ēri,Ери,Ері,Ири,Эри,אירי,إيري,ایری,ایری، پنسلوانیا,ایری، پنسیلوانیا,エリー,伊利,이리	049	PA	049	24000	
5188872	Ernest	ernest	US	15739	448	America/New_York	40.67812	-79.1617	362			PA	063	24040	
5188873	Ernest	ernest	US	15739	0	America/New_York	40.104	-75.31768	29			PA	091	61664	
5188879	Erwinna	erwinna	US	18920	0	America/New_York	40.50066	-75.07267	41	Erwinna,Londons Ferry,Prevosts Ferry		PA	017	76784	
5188904	Etna	etna	US	03750	3401	America/New_York	40.50424	-79.94894	227	Etna,Stewartstown		PA	003	24160	
5188909	Euclid	euclid	US	44117	0	America/New_York	40.9934	-79.92894	406			PA	019	13936	
5188916	Eureka	eureka	US	48833	0	America/New_York	40.24455	-75.19212	93			PA	017	81048	
5188917	Eureka	eureka	US	48833	0	America/New_York	40.14674	-79.73643	313			PA	129	72256	
5188935	Evans City	evans-city	US	16033	1773	America/New_York	40.76923	-80.06284	283	Evans City,Evansburg		PA	019	24248	
5188954	Evansville	evansville	US	47701	0	America/New_York	40.47593	-75.89465	103			PA	011	46680	
5188955	Evansville	evansville	US	47701	0	America/New_York	41.07314	-76.29494	191			PA	037	08480	
5188960	Everett	everett	US	02149	1759	America/New_York	40.01147	-78.37335	308	Ehverett,Everet,Evuret,Еверет,Евърет,Эверетт		PA	009	24304	
5188964	Evergreen	evergreen	US	23939	0	America/New_York	40.50618	-79.99061	263			PA	003	66264	
5188965	Evergreen	evergreen	US	23939	0	America/New_York	41.62008	-76.41411	417			PA	015	00596	
5188982	Evergreen Park	evergreen-park	US	60805	0	America/New_York	40.64149	-75.48463	121			PA	077		
5188988	Everson	everson	US	15631	779	America/New_York	40.09118	-79.58754	324			PA	051	24336	
5188991	Ewen	ewen	US	49925	0	America/New_York	41.31008	-75.81047	194			PA	079	37984	
5188993	Ewing	ewing	US	24248	0	America/New_York	40.8334	-79.52782	248			PA	005	40040	
5189000	Excelsior	excelsior	US	55331	0	America/New_York	40.77314	-76.49635	301			PA	097	14536	
5189003	Exchange	exchange	US	26619	0	America/New_York	41.11314	-76.68385	181			PA	093	02664	
5189004	Exeter	exeter	US	02822	5596	America/New_York	41.32064	-75.81908	172			PA	079	24392	
5189017	Experiment	experiment	US	30212	0	America/New_York	40.30924	-79.97561	300			PA	003	37955	
5189018	Export	export	US	15632	0	America/New_York	40.26063	-80.26034	305	Export,Menden		PA	125	12848	
5189019	Export	export	US	15632	883	America/New_York	40.41812	-79.6256	304			PA	129	24432	
5189022	Exton	exton	US	19341	4842	America/New_York	40.029	-75.62077	95	Ekston,Екстон		PA	029	84192	
5189041	Factoryville	factoryville	US	18419	1165	America/New_York	40.82482	-75.20962	130			PA	095	81296	
5189042	Factoryville	factoryville	US	18419	1215	America/New_York	41.56313	-75.78269	250			PA	131	24488	
5189067	Fairbanks	fairbanks	US	47849	0	America/New_York	40.48423	-79.48532	369			PA	129	45200	
5189071	Fairdale	fairdale	US	25839	0	America/New_York	41.81035	-75.96131	337			PA	115	38168	
5189073	Fairfield	fairfield	US	04937	0	America/New_York	42.16867	-80.00172	189			PA	049	32520	
5189074	Fairfield	fairfield	US	04937	506	America/New_York	40.01341	-80.07117	269			PA	125	82512	
5189085	Fairhope	fairhope	US	15538	1151	America/New_York	40.11368	-79.83977	287			PA	051	81232	
5189086	Fairland	fairland	US	46126	0	America/New_York	40.14843	-76.3544	153			PA	071	58840	
5189090	Fairlawn	fairlawn	US	44334	0	America/New_York	41.29285	-77.06191	174			PA	081	56608	
5189091	Fairless Hills	fairless-hills	US	19030	8466	America/New_York	40.17955	-74.85516	33			PA	017	25112	
5189100	Fairmount	fairmount	US	30139	0	America/New_York	40.13121	-76.14773	130			PA	071	82824	
5189101	Fairmount	fairmount	US	30139	0	America/New_York	41.91703	-75.41823	555			PA	127	68416	
5189102	Fairmount	fairmount	US	30139	0	America/New_York	40.32229	-79.7131	310			PA	129	55128	
5189118	Fairview	fairview	US	07022	0	America/New_York	40.69229	-80.47007	389			PA	007	56432	
5189119	Fairview	fairview	US	07022	0	America/New_York	40.5234	-78.40668	392			PA	013	02184	
5189121	Fairview	fairview	US	07022	197	America/New_York	41.01451	-79.74283	426			PA	019	24832	
5189122	Fairview	fairview	US	07022	0	America/New_York	41.0345	-78.23196	493			PA	033	30272	
5189123	Fairview	fairview	US	07022	0	America/New_York	41.36395	-78.55558	639			PA	047	27088	
5189124	Fairview	fairview	US	07022	2348	America/New_York	42.03145	-80.25534	242			PA	049	24864	
5189125	Fairview	fairview	US	07022	0	America/New_York	40.21175	-78.0375	341			PA	061	13944	
5189126	Fairview	fairview	US	07022	0	America/New_York	40.94173	-78.95087	420	Elk Run Junction,Fairview		PA	065	05200	
5189127	Fairview	fairview	US	07022	0	America/New_York	41.17175	-75.87797	484			PA	079	24888	
5189128	Fairview	fairview	US	07022	0	America/New_York	41.32589	-80.23006	390			PA	085	24904	
5189129	Fairview	fairview	US	07022	0	America/New_York	40.55313	-77.59194	171			PA	087	30480	
5189130	Fairview	fairview	US	07022	0	America/New_York	40.78397	-76.56996	290			PA	097	14536	
5189198	Fairview Heights	fairview-heights	US	62208	0	America/New_York	40.51868	-79.85727	344	Fairview Heights,Hulton Ferry		PA	003	56384	
5189199	Fairview Heights	fairview-heights	US	62208	0	America/New_York	40.43093	-76.00744	167			PA	011	05816	
5189200	Fairview Heights	fairview-heights	US	62208	0	America/New_York	41.1573	-75.88853	433			PA	079	24888	
5189201	Fairview Heights	fairview-heights	US	62208	0	America/New_York	41.97367	-78.59586	451			PA	083	26936	
5189235	Fairview Village	fairview-village	US	19409	0	America/New_York	40.15788	-75.38713	134			PA	091	45080	
5189292	Fallentimber	fallentimber	US	16639	0	America/New_York	40.68673	-78.49919	438			PA	021	63608	
5189302	Falls	falls	US	18615	0	America/New_York	41.46063	-75.84881	185	Falls,West Falls		PA	131	25128	
5189308	Falls Creek	falls-creek	US	15840	1019	America/New_York	41.14506	-78.80447	444			PA	065	25136	
5189329	Fallston	fallston	US	21047	258	America/New_York	40.72562	-80.31562	304			PA	007	25152	
5189331	Falmouth	falmouth	US	02540	420	America/New_York	40.12954	-76.71386	109			PA	071	15824	
5189338	Fannettsburg	fannettsburg	US	17221	0	America/New_York	40.06509	-77.82944	264			PA	055	48888	
5189346	Farmdale	farmdale	US	44417	0	America/New_York	40.06871	-76.4683	109			PA	071	83152	
5189355	Farmersville	farmersville	US	45325	991	America/New_York	40.1276	-76.16495	111			PA	071	82824	
5189356	Farmersville	farmersville	US	45325	0	America/New_York	40.66649	-75.30546	120	Farmersville,Lawalts		PA	095	06096	
5189359	Farmington	farmington	US	03835	0	America/New_York	40.52871	-75.66963	143			PA	011	44584	
5189360	Farmington	farmington	US	03835	0	America/New_York	40.59038	-75.43185	164			PA	077	67576	
5189368	Farnsworth	farnsworth	US	79033	0	America/New_York	40.79647	-76.67552	241			PA	097	69608	
5189374	Farragut	farragut	US	51639	0	America/New_York	41.29313	-76.90663	184			PA	081	79024	
5189377	Farrell	farrell	US	16121	4792	America/New_York	41.21228	-80.49674	298	Farrell,South Sharon		PA	085	25360	
5189385	Farwell	farwell	US	48622	0	America/New_York	41.33284	-77.71443	201			PA	035	12640	
5189408	Faxon	faxon	US	73540	1395	America/New_York	41.24841	-76.97719	159			PA	081	45224	
5189412	Fayette City	fayette-city	US	15438	585	America/New_York	40.10035	-79.8406	234			PA	051	25456	
5189417	Fayetteville	fayetteville	US	13066	0	America/New_York	40.43896	-80.21367	354			PA	003	55016	
5189427	Fayette	fayette	US	13065	0	America/New_York	41.10395	-80.30979	329	Fayette,Fayettville		PA	073	85504	
5189457	Fenelton	fenelton	US	16034	0	America/New_York	40.87034	-79.72616	334			PA	019	14048	
5189481	Ferndale	ferndale	US	12734	0	America/New_York	40.53371	-75.17879	86	Ferndale,Rum Corner		PA	017	54576	
5189482	Ferndale	ferndale	US	12734	1558	America/New_York	40.28896	-78.91475	364			PA	021	25680	
5189483	Ferndale	ferndale	US	12734	0	America/New_York	40.7812	-76.57329	308			PA	097	14536	
5189484	Ferndale	ferndale	US	12734	0	America/New_York	40.88203	-76.24411	332			PA	107	78400	
5189487	Ferney	ferney	US	57439	0	America/New_York	41.22424	-77.56304	191			PA	035	31680	
5189494	Fernwood	fernwood	US	39635	0	America/New_York	40.77367	-78.39835	484			PA	033	31752	
5189503	Ferris	ferris	US	62336	0	America/New_York	41.10117	-79.86033	370			PA	019	79904	
5189535	Fiddletown	fiddletown	US	95629	0	America/New_York	40.86704	-75.44296	199			PA	089	22904	
5189557	Fillmore	fillmore	US	14735	0	America/New_York	40.85895	-77.87639	295	Fillmore,Kephart Corners		PA	027	05608	
5189558	Fillmore	fillmore	US	14735	0	America/New_York	40.4634	-79.33059	278			PA	063	06752	
5189578	Finland	finland	US	55603	0	America/New_York	40.38427	-75.41935	130	Finland,Millville		PA	017	49384	
5189583	Finleyville	finleyville	US	15332	0	America/New_York	40.15286	-78.18612	483	Finleyville,Finlyville		PA	009	08880	
5189584	Finleyville	finleyville	US	15332	448	America/New_York	40.25229	-80.00283	288			PA	125	25944	
5189599	Flinton	flinton	US	16640	0	America/New_York	40.71534	-78.51808	448	Finton,Flinton		PA	021	63608	
5189673	Fisher	fisher	US	16225	0	America/New_York	40.17007	-79.90783	367			PA	125	11424	
5189680	Fisher	fisher	US	16225	0	America/New_York	41.26645	-79.24254	496			PA	031	49536	
5189693	Fishers	fishers	US	14453	0	America/New_York	40.03039	-75.15657	49			PA	101	60000	
5189699	Fishertown	fishertown	US	15539	0	America/New_York	40.12175	-78.58557	353			PA	009	21788	
5189700	Fishertown	fishertown	US	15539	0	America/New_York	40.35146	-78.77363	505			PA	021	17496	
5189702	Fisherville	fisherville	US	40023	0	America/New_York	40.01511	-75.75328	106	Beaver Mill,Fisherville		PA	029	10824	
5189703	Fisherville	fisherville	US	40023	0	America/New_York	40.5012	-76.88386	187			PA	043	37368	
5189749	Five Points	five-points	US	36855	0	America/New_York	40.57173	-80.25589	352			PA	007	35640	
5189750	Five Points	five-points	US	36855	0	America/New_York	40.68312	-80.48034	372			PA	007	56432	
5189751	Five Points	five-points	US	36855	0	America/New_York	40.3612	-75.8352	219			PA	011	24384	
5189752	Five Points	five-points	US	36855	0	America/New_York	40.52121	-75.70575	149			PA	011	48128	
5189753	Five Points	five-points	US	36855	0	America/New_York	40.45315	-75.69575	316			PA	011	65544	
5189754	Five Points	five-points	US	36855	0	America/New_York	40.19205	-74.81877	28			PA	017	25112	
5189755	Five Points	five-points	US	36855	0	America/New_York	40.33511	-75.01017	83	Clayton,Five Points		PA	017	09816	
5189756	Five Points	five-points	US	36855	0	America/New_York	41.04756	-79.90811	418			PA	019	12992	
5189757	Five Points	five-points	US	36855	0	America/New_York	41.12173	-79.43282	383	Burma,Five Points		PA	031	50464	
5189758	Five Points	five-points	US	36855	0	America/New_York	40.79367	-78.67197	405	Five Points,Waukesa,Waukesha		PA	033	13200	
5189759	Five Points	five-points	US	36855	0	America/New_York	41.24397	-76.32938	404			PA	037	75048	
5189760	Five Points	five-points	US	36855	0	America/New_York	41.27423	-78.59919	655			PA	047	27088	
5189761	Five Points	five-points	US	36855	0	America/New_York	41.97144	-79.70088	559			PA	049	81760	
5189762	Five Points	five-points	US	36855	0	America/New_York	42.02922	-80.092	389			PA	049	75208	
5189763	Five Points	five-points	US	36855	0	America/New_York	40.72812	-79.21837	335			PA	063	81256	
5189764	Five Points	five-points	US	36855	0	America/New_York	40.9837	-76.15188	263			PA	079	06672	
5189765	Five Points	five-points	US	36855	0	America/New_York	41.40533	-80.0195	455			PA	085	49576	
5189766	Five Points	five-points	US	36855	0	America/New_York	41.217	-80.16617	406			PA	085	25912	
5189767	Five Points	five-points	US	36855	0	America/New_York	41.37811	-80.20784	404			PA	085	59496	
5189769	Five Points	five-points	US	36855	0	America/New_York	41.29561	-80.17228	386			PA	085	37416	
5189770	Five Points	five-points	US	36855	0	America/New_York	41.22617	-80.42673	355			PA	085	34064	
5189771	Five Points	five-points	US	36855	0	America/New_York	41.34811	-80.28618	390			PA	085	18688	
5189772	Five Points	five-points	US	36855	0	America/New_York	40.10678	-75.18851	71			PA	091	73088	
5189773	Five Points	five-points	US	36855	0	America/New_York	40.1315	-75.26629	101			PA	091	84888	
5189774	Five Points	five-points	US	36855	0	America/New_York	40.88843	-75.15351	188			PA	095	79184	
5189775	Five Points	five-points	US	36855	0	America/New_York	41.12314	-76.77218	175			PA	097	42952	
5189777	Five Points	five-points	US	36855	0	America/New_York	41.50868	-77.96889	642			PA	105	84360	
5189778	Five Points	five-points	US	36855	0	America/New_York	41.29839	-79.87811	458			PA	121	80168	
5189780	Five Points	five-points	US	36855	0	America/New_York	40.40312	-79.52282	405	Five Points,Harveys Five Points		PA	129	67496	
5189808	Flat Rock	flat-rock	US	28731	0	America/New_York	40.82506	-78.1064	427			PA	027	86544	
5189825	Flatwoods	flatwoods	US	26621	0	America/New_York	40.02841	-79.72587	398	Flattwood,Flatwoods		PA	051	27400	
5189828	Fleetwood	fleetwood	US	19522	4085	America/New_York	40.45398	-75.81798	135	Coxtown,Fleetwood		PA	011	26280	
5189835	Fleetville	fleetville	US	18420	0	America/New_York	41.59813	-75.71463	382			PA	069	05696	
5189839	Flemington	flemington	US	08822	1339	America/New_York	41.12646	-77.47165	198			PA	035	26296	
5189853	Flinton	flinton	US	16640	0	America/New_York	40.71423	-78.51974	435			PA	021	63608	
5189854	Flintville	flintville	US	37335	0	America/New_York	40.3087	-76.3294	188			PA	075	33608	
5189862	Florence	florence	US	01062	0	America/New_York	40.43229	-80.43368	391			PA	125	32440	
5189872	Flourtown	flourtown	US	19031	4538	America/New_York	40.10344	-75.2124	57			PA	091	73088	
5189878	Flora	flora	US	39071	0	America/New_York	40.89229	-78.8717	585			PA	063	04056	
5189900	Fogelsville	fogelsville	US	18051	0	America/New_York	40.58315	-75.63269	144	Fogelsville,Fogles,Foglesville		PA	077	79104	
5189913	Fombell	fombell	US	16123	0	America/New_York	40.80951	-80.20173	267			PA	007	27336	
5189919	Fontana	fontana	US	53125	0	America/New_York	40.28426	-76.49913	149			PA	075	71928	
5189931	Forbes Road	forbes-road	US	15633	0	America/New_York	40.35396	-79.52171	334			PA	129	67496	
5189936	Force	force	US	15841	253	America/New_York	41.25784	-78.50113	375			PA	047	37760	
5189942	Ford Cliff	ford-cliff	US	16228	361	America/New_York	40.76034	-79.53366	291			PA	005	26520	
5189947	Ford City	ford-city	US	16226	2878	America/New_York	40.77229	-79.52977	240	Ford Siti,Форд Сити		PA	005	26512	
5189955	Foreman	foreman	US	71836	0	America/New_York	40.07786	-78.3914	397			PA	009	71544	
5189956	Forest	forest	US	24551	0	America/New_York	40.92478	-77.68917	304			PA	027	80552	
5189963	Forest City	forest-city	US	18421	1809	America/New_York	41.65147	-75.46657	480	Forest City,Pentecost		PA	115	26560	
5189973	Forest Grove	forest-grove	US	18922	0	America/New_York	40.47924	-80.13033	347	Beacon,Forest Grove		PA	003	65352	
5189974	Forest Grove	forest-grove	US	18922	0	America/New_York	40.29233	-75.05906	85	Forest Grove,Forrest Grove		PA	017	09816	
5189978	Forest Hill	forest-hill	US	21050	0	America/New_York	40.97453	-77.04941	215	Forest Hill,Foresthill,Forrest Hill		PA	119	82640	
5189981	Forest Hills	forest-hills	US	11375	6443	America/New_York	40.41979	-79.85005	293			PA	003	26592	
5189982	Forest Hills	forest-hills	US	11375	0	America/New_York	40.34175	-76.83636	147			PA	043	45056	
5189993	Forest Lake	forest-lake	US	55025	0	America/New_York	41.88424	-75.95936	470			PA	115	26648	
5190002	Forest Park	forest-park	US	30297	0	America/New_York	40.29177	-75.19934	79			PA	017	53296	
5190003	Forest Park	forest-park	US	30297	0	America/New_York	41.1923	-75.78492	552			PA	079	04592	
5190004	Forest Park	forest-park	US	30297	0	America/New_York	41.13926	-75.01823	343			PA	103	42512	
5190010	Forestville	forestville	US	14062	0	America/New_York	41.10589	-80.00589	406			PA	019	48688	
5190011	Forestville	forestville	US	14062	435	America/New_York	40.69231	-76.30134	263	Forestville,Forrestville		PA	107	11608	
5190045	Forksville	forksville	US	18616	144	America/New_York	41.48702	-76.60217	310			PA	113	26760	
5190066	Fort Hunter	fort-hunter	US	12069	0	America/New_York	40.3462	-76.9122	100	Fort Hunter,Rockville		PA	043	49040	
5190072	Fort Littleton	fort-littleton	US	17223	0	America/New_York	40.06286	-77.96361	243			PA	057	20112	
5190089	Fort Washington	fort-washington	US	19034	5446	America/New_York	40.14178	-75.20906	71	Fort Vashington,Fort Voshington,Форт Вашингтон,Форт Вошингтон		PA	091	79008	
5190099	Fortuna	fortuna	US	58844	0	America/New_York	40.259	-75.26462	106			PA	091	33120	
5190112	Foster	foster	US	02825	0	America/New_York	40.53257	-79.44004	321			PA	063	15560	
5190113	Foster	foster	US	02825	0	America/New_York	41.32506	-79.80533	292			PA	121	65560	
5190138	Fostoria	fostoria	US	44830	0	America/New_York	40.6184	-78.32057	313			PA	013	02680	
5190148	Fountain	fountain	US	27829	0	America/New_York	41.0395	-77.92306	498			PA	027	71608	
5190149	Fountain	fountain	US	27829	0	America/New_York	40.65537	-76.44662	255			PA	107	33584	
5190150	Fountain Hill	fountain-hill	US	71642	4629	America/New_York	40.60149	-75.39518	114	Fountain Hill,Oppeldtsville,Oppeltsville,Wyandotte Hill		PA	077	27008	
5190159	Fountainville	fountainville	US	18923	0	America/New_York	40.34122	-75.15045	123			PA	017	61616	
5190162	Four Corners	four-corners	US	82715	0	America/New_York	41.52951	-78.93337	567	Four Corners,Spring Creek Summit		PA	047	34464	
5190261	Foxburg	foxburg	US	16036	0	America/New_York	40.62423	-78.72475	567			PA	021	82688	
5190262	Foxburg	foxburg	US	16036	179	America/New_York	41.14312	-79.67977	304	Foksberg,Фоксберг		PA	031	27112	
5190263	Foxburg	foxburg	US	16036	0	America/New_York	40.96229	-78.87892	399			PA	065	28592	
5190282	Frackville	frackville	US	17931	3729	America/New_York	40.78398	-76.23022	452	Frackville,Frackville City		PA	107	27232	
5190303	Franconia	franconia	US	03580	0	America/New_York	40.30788	-75.35768	121			PA	091	27280	
5190311	Frankford	frankford	US	19945	0	America/New_York	40.01384	-75.07859	27	Franckfurt,Frankford		PA	101	60000	
5190322	Franklin	franklin	US	02038	304	America/New_York	40.3423	-78.88475	381	Franklin,Франклин		PA	021	27360	
5190323	Franklin	franklin	US	02038	6302	America/New_York	41.39784	-79.83144	307	FKL,Franklin,Frenklin,franklyn,franklyn  pnsylwanya,Франклин,Френклин,فرانكلين,فرانکلین، پنسیلوانیا,فرینکلن، وینانگو کاؤنٹی، پنسلوانیا	121	PA	121	27456	
5190347	Franklin Furnace	franklin-furnace	US	45629	0	America/New_York	40.9887	-76.65107	158			PA	093	79552	
5190360	Franklin Park	franklin-park	US	08823	14415	America/New_York	40.5834	-80.08784	375	Franklin,Franklin Park		PA	003	27552	
5190400	Franklintown	franklintown	US	17323	490	America/New_York	40.07676	-77.02831	211	Franklin,Franklintown		PA	133	27576	
5190402	Franklinville	franklinville	US	08322	0	America/New_York	40.64645	-78.09029	276			PA	061	27416	
5190403	Franklinville	franklinville	US	08322	0	America/New_York	40.17955	-75.27768	102			PA	091	84888	
5190404	Franklinville	franklinville	US	08322	0	America/New_York	40.01067	-75.13518	30			PA	101	60000	
5190421	Frazer	frazer	US	59225	0	America/New_York	40.03233	-75.55604	171			PA	029	22056	
5190433	Frederick	frederick	US	19435	0	America/New_York	40.30288	-75.52935	102	Frederick,Fredrick		PA	091	79040	
5190435	Fredericksburg	fredericksburg	US	17026	0	America/New_York	41.01812	-79.68783	393			PA	005	59440	
5190436	Fredericksburg	fredericksburg	US	17026	0	America/New_York	40.31674	-78.51863	464			PA	013	31000	
5190437	Fredericksburg	fredericksburg	US	17026	733	America/New_York	41.64589	-80.17673	344	Fredericksburg,Frederiksburg,Stringtown,Фредериксбург		PA	039	80000	
5190438	Fredericksburg	fredericksburg	US	17026	1357	America/New_York	40.4437	-76.42829	145	Frederiksburg,Фредериксбург		PA	075	06040	
5190442	Fredericktown	fredericktown	US	15333	403	America/New_York	40.00257	-79.99811	237			PA	125	20808	
5190444	Fredonia	fredonia	US	14063	482	America/New_York	41.32172	-80.25867	362			PA	085	27688	
5190458	Freeburg	freeburg	US	17827	575	America/New_York	40.76314	-76.93942	162			PA	109	27696	
5190462	Freedom	freedom	US	03836	1529	America/New_York	40.68562	-80.25173	238			PA	007	27712	
5190469	Freeland	freeland	US	18224	3460	America/New_York	41.01675	-75.89714	568	Freehold,Freeland,Friland,Фриланд,فری لینڈ، پنسلوانیا		PA	079	27744	
5190476	Freeman	freeman	US	23856	0	America/New_York	41.69062	-78.65225	672			PA	083	32232	
5190486	Freeport	freeport	US	04032	1743	America/New_York	40.67395	-79.68477	241	Freeport,Friport,Toddstown,frypwrt  pnsylwanya,Фрипорт,فری پورٹ، پنسلوانیا,فریپورت، پنسیلوانیا		PA	005	27784	
5190487	Freeport	freeport	US	04032	0	America/New_York	42.23978	-79.83283	180			PA	049	54960	
5190515	French Settlement	french-settlement	US	70733	0	America/New_York	41.21091	-77.01275	372			PA	081	03072	
5190521	Frenchtown	frenchtown	US	08825	0	America/New_York	41.612	-80.02172	431			PA	039	21504	
5190522	Frenchtown	frenchtown	US	08825	0	America/New_York	40.91897	-75.9902	530			PA	079	33376	
5190523	Frenchtown	frenchtown	US	08825	0	America/New_York	41.21425	-76.64579	284			PA	081	50936	
5190524	Frenchtown	frenchtown	US	08825	0	America/New_York	41.35093	-74.92156	417			PA	103	19272	
5190526	Frenchville	frenchville	US	04745	0	America/New_York	41.10478	-78.22001	427			PA	033	16656	
5190546	Friedens	friedens	US	15541	0	America/New_York	40.73454	-75.61602	190	Friedens,Friedensville,Hoffman,Hoffmans,Paddys Mountain		PA	077	81280	
5190547	Friedens	friedens	US	15541	1523	America/New_York	40.05008	-78.99836	644			PA	111	71784	
5190554	Friedensburg	friedensburg	US	17933	858	America/New_York	40.60259	-76.24078	207	Fredensburg,Friedensburg		PA	107	81792	
5190568	Friendship	friendship	US	04547	0	America/New_York	40.46257	-79.93922	296			PA	003	61000	
5190574	Friendsville	friendsville	US	18818	106	America/New_York	41.91702	-76.04548	473			PA	115	27968	
5190583	Frisco	frisco	US	27936	0	America/New_York	40.84784	-80.26784	286			PA	007	27336	
5190614	Frostburg	frostburg	US	21532	0	America/New_York	41.05562	-79.38643	397			PA	031	62144	
5190615	Frostburg	frostburg	US	21532	0	America/New_York	40.96451	-79.03337	457	Frostburg,Pottersville		PA	065	59480	
5190640	Fryburg	fryburg	US	16326	0	America/New_York	41.35367	-79.4381	514			PA	031	81208	
5190662	Fullerton	fullerton	US	58441	0	America/New_York	41.98645	-78.51752	691			PA	083	57312	
5190679	Fullerton	fullerton	US	58441	14925	America/New_York	40.63176	-75.47324	113	Ferndale,Fullerton,Фуллертон		PA	077		
5190689	Furlong	furlong	US	18925	0	America/New_York	40.29622	-75.08212	98	Baretown,Bartown,Barville,Beartown,Bushington,Furlong		PA	017	09816	
5190726	Gaffney	gaffney	US	29340	0	America/New_York	41.75645	-78.60586	539			PA	083	32232	
5190730	Gaines	gaines	US	16921	0	America/New_York	41.75201	-77.55748	394			PA	117	28264	
5190743	Galeton	galeton	US	16922	1124	America/New_York	41.73312	-77.64193	402	Galeton,Pike Mills		PA	105	28280	
5190752	Gallagher	gallagher	US	25083	0	America/New_York	41.25701	-77.43553	488			PA	035	28296	
5190756	Gallatin	gallatin	US	37066	0	America/New_York	40.19757	-79.88894	235			PA	003	26896	
5190764	Galloway	galloway	US	26349	0	America/New_York	41.42478	-79.81728	441			PA	121	75000	
5190769	Gallitzin	gallitzin	US	16641	1605	America/New_York	40.48229	-78.55168	665			PA	021	28328	
5190804	Garden	garden	US	49835	0	America/New_York	40.06677	-75.44853	68			PA	029	77344	
5190805	Garden City	garden-city	US	11530	0	America/New_York	40.44757	-79.77949	333			PA	003		
5190814	Gardner	gardner	US	01440	0	America/New_York	40.74367	-78.22946	482			PA	027	76168	
5190825	Gardners	gardners	US	17324	150	America/New_York	40.00565	-77.20693	264			PA	001	78160	
5190829	Garfield	garfield	US	07026	0	America/New_York	40.43065	-76.03966	114			PA	011	12344	
5190830	Garfield	garfield	US	07026	0	America/New_York	40.46868	-79.93866	342			PA	003	61000	
5190837	Garland	garland	US	04939	0	America/New_York	41.81617	-79.44394	394			PA	123	61040	
5190870	Gastonville	gastonville	US	15336	2818	America/New_York	40.25729	-79.99588	298	Curryville,Gastonville		PA	125	78432	
5190920	Geigertown	geigertown	US	19523	0	America/New_York	40.2026	-75.83632	121			PA	011	65320	
5190943	Genesee	genesee	US	16923	0	America/New_York	41.98923	-77.86583	497	Genesee,Genesee Forks		PA	105	28760	
5190946	Geneva	geneva	US	14456	109	America/New_York	41.56255	-80.22506	344	Zheneva,Женева		PA	039	31400	
5190987	Georgetown	georgetown	US	01833	0	America/New_York	40.6384	-79.60338	252			PA	005	29184	
5190988	Georgetown	georgetown	US	01833	1640	America/New_York	41.2273	-75.86881	213			PA	079	85160	
5190989	Georgetown	georgetown	US	01833	0	America/New_York	40.7251	-75.33768	126			PA	095	79192	
5191006	Georgetown	georgetown	US	01833	172	America/New_York	40.64145	-80.49784	230			PA	007	28824	
5191020	Germansville	germansville	US	18053	0	America/New_York	40.70148	-75.70686	184	Germans Mill,Germansville		PA	077	33616	
5191021	Germantown	germantown	US	12526	0	America/New_York	40.35785	-78.66613	662			PA	021	62056	
5191022	Germantown	germantown	US	12526	0	America/New_York	40.78703	-76.36328	362	Germantown,Scottsburg		PA	037	15880	
5191023	Germantown	germantown	US	12526	0	America/New_York	41.41926	-75.07212	402			PA	103	07088	
5191024	Germantown	germantown	US	12526	0	America/New_York	40.04344	-75.18018	89	Deitscheschteddel,Germanopolis,Germanton,Germantown		PA	101	60000	
5191047	Ghent	ghent	US	12075	0	America/New_York	41.86313	-76.43939	421			PA	015	70208	
5191057	Gibson	gibson	US	18820	0	America/New_York	41.80341	-75.64408	366			PA	115	29024	
5191058	Gibson	gibson	US	18820	0	America/New_York	40.13424	-79.99422	290			PA	125	05672	
5191070	Gibsonia	gibsonia	US	15044	2733	America/New_York	40.63007	-79.9695	316			PA	003	64528	
5191071	Gibsonton	gibsonton	US	33534	0	America/New_York	40.13368	-79.88199	242			PA	129	66376	
5191072	Gideon	gideon	US	63848	0	America/New_York	40.07647	-79.04503	621			PA	111	43440	
5191075	Gifford	gifford	US	16732	0	America/New_York	41.85812	-78.59641	677	Davis,Gifford		PA	083	38912	
5191086	Gilbert	gilbert	US	18331	0	America/New_York	40.91593	-75.43935	217			PA	089	13328	
5191093	Gilbertsville	gilbertsville	US	13776	4832	America/New_York	40.3201	-75.61018	103			PA	091		
5191101	Gilberton	gilberton	US	17934	751	America/New_York	40.79953	-76.21244	344			PA	107	29088	
5191112	Gillespie	gillespie	US	62033	0	America/New_York	40.08341	-79.82866	235			PA	051	81232	
5191114	Gillett	gillett	US	16925	0	America/New_York	41.95119	-76.7944	350	Gillett,Gilletts Station,South Creek		PA	015	72096	
5191127	Gilmore	gilmore	US	72339	0	America/New_York	41.9709	-78.56586	484	Gillmor,Gilmore		PA	083	26936	
5191160	Gipsy	gipsy	US	15741	0	America/New_York	40.80729	-78.87642	479			PA	063	50624	
5191161	Girard	girard	US	16417	3023	America/New_York	42.00033	-80.31812	235	Girard,Girard Boro		PA	049	29232	
5191169	Girardville	girardville	US	17935	1486	America/New_York	40.79148	-76.28356	303			PA	107	29264	
5191183	Glade	glade	US	67639	0	America/New_York	41.82756	-79.1206	368			PA	123	81000	
5191209	Gladwyne	gladwyne	US	19035	0	America/New_York	40.04067	-75.27907	103	Gladwyne,Merion Square		PA	091	44976	
5191214	Glasgow	glasgow	US	16644	59	America/New_York	40.64562	-80.5059	208			PA	007	29392	
5191215	Glasgow	glasgow	US	16644	0	America/New_York	40.70756	-78.44585	525			PA	021	63608	
5191216	Glasgow	glasgow	US	16644	0	America/New_York	40.26371	-75.66074	52			PA	091	62416	
5191236	Glassport	glassport	US	15045	4420	America/New_York	40.32479	-79.89227	233			PA	003	29432	
5191241	Gleason	gleason	US	38229	0	America/New_York	41.63369	-76.93191	561			PA	117	78416	
5191258	Glen Campbell	glen-campbell	US	15742	239	America/New_York	40.8209	-78.82698	449			PA	063	29512	
5191261	Glen Carbon	glen-carbon	US	62034	0	America/New_York	40.71509	-76.31106	350			PA	107	26944	
5191267	Glen Hope	glen-hope	US	16645	140	America/New_York	40.79839	-78.50002	419	Glen Hope,Glenhope		PA	033	29632	
5191279	Glen Lyon	glen-lyon	US	18617	1873	America/New_York	41.17508	-76.07465	206	Glen Lyon,Glenlyon		PA	079	53960	
5191280	Glen Richey	glen-richey	US	16837	0	America/New_York	40.94895	-78.4778	424			PA	033	41952	
5191291	Glenburn	glenburn	US	58740	953	America/New_York	41.52369	-75.7238	355			PA	069	29504	
5191297	Glendale	glendale	US	01229	0	America/New_York	40.39646	-80.09561	261			PA	003	68388	
5191299	Glendale	glendale	US	01229	0	America/New_York	40.33233	-75.00545	90	Glendale,Laurel Ridge		PA	017	71752	
5191300	Glendale	glendale	US	01229	0	America/New_York	41.33897	-75.70547	239			PA	079	61056	
5191310	Glenfield	glenfield	US	13343	214	America/New_York	40.51812	-80.13034	234	Camden,Glenfield		PA	003	29592	
5191317	Glenmoore	glenmoore	US	19343	0	America/New_York	40.08899	-75.77188	136	Glenmoore,Glenmore		PA	029	80616	
5191327	Glenside	glenside	US	19038	8384	America/New_York	40.10233	-75.15212	80	Glensajd,Гленсајд		PA	091	00156	
5191335	Glenshaw	glenshaw	US	15116	8981	America/New_York	40.53285	-79.96755	333	Glenshaw,Shaw's Mills		PA	003	69584	
5191336	Glenwood	glenwood	US	07418	0	America/New_York	40.40535	-79.94394	234			PA	003	61000	
5191337	Glenwood	glenwood	US	07418	0	America/New_York	40.29092	-76.84608	146			PA	043	75528	
5191338	Glenwood	glenwood	US	07418	0	America/New_York	42.09061	-80.07561	266			PA	049	24000	
5191339	Glenwood	glenwood	US	07418	0	America/New_York	41.65174	-75.71991	235			PA	115	42760	
5191375	Godfrey	godfrey	US	62035	0	America/New_York	40.69118	-79.6256	236			PA	005	29184	
5191415	Good Hope	good-hope	US	30641	0	America/New_York	40.26926	-76.98498	149	Good Hope,Goodhope		PA	041	32296	
5191446	Goodville	goodville	US	17528	0	America/New_York	40.59258	-77.20026	257			PA	067	18680	
5191447	Goodville	goodville	US	17528	482	America/New_York	40.12565	-76.00328	163			PA	071	21072	
5191452	Goodyear	goodyear	US	85338	0	America/New_York	40.04648	-77.2047	264			PA	041	19144	
5191469	Gordon	gordon	US	17936	747	America/New_York	40.75175	-76.33606	260			PA	107	30128	
5191476	Gordonville	gordonville	US	17529	508	America/New_York	40.0201	-76.13357	122	Gordonsville,Gordonville		PA	071	42080	
5191492	Goshen	goshen	US	01032	0	America/New_York	41.08367	-78.4078	444			PA	033	30152	
5191523	Gouldsboro	gouldsboro	US	04607	890	America/New_York	41.24453	-75.45602	582	Goldsborough,Gouldsboro		PA	127	42432	
5191532	Gowen	gowen	US	49326	0	America/New_York	40.94759	-76.17882	292			PA	079	06672	
5191582	Graceville	graceville	US	32440	0	America/New_York	40.05147	-78.24362	404	Graceville,Howellville		PA	009	21736	
5191583	Gracey	gracey	US	42232	0	America/New_York	40.08175	-78.06084	336			PA	057	76176	
5191598	Grafton	grafton	US	01519	0	America/New_York	40.4734	-79.20892	300	Grafton,Gratton		PA	063	06752	
5191605	Graham	graham	US	27253	0	America/New_York	40.91367	-78.24724	438			PA	033	18456	
5191611	Grampian	grampian	US	16838	342	America/New_York	40.96589	-78.61308	485			PA	033	30280	
5191618	Grand Valley	grand-valley	US	16420	0	America/New_York	41.72117	-79.53755	427			PA	123	22920	
5191619	Grand View	grand-view	US	54839	0	America/New_York	40.03758	-78.75808	734			PA	009	38576	
5191631	Grandview	grandview	US	37337	0	America/New_York	41.42145	-78.54808	547	Grandview,Grandview Park		PA	047	67344	
5191632	Grandview	grandview	US	37337	0	America/New_York	40.61396	-79.14503	403			PA	063	84472	
5191633	Grandview	grandview	US	37337	0	America/New_York	41.467	-79.66422	466			PA	121	16232	
5191634	Grandview	grandview	US	37337	0	America/New_York	40.16813	-79.86949	278			PA	125	11424	
5191666	Grant	grant	US	32949	0	America/New_York	41.33673	-78.30807	298			PA	047	05576	
5191667	Grant City	grant-city	US	64456	0	America/New_York	40.98812	-80.17117	384			PA	073	71200	
5191676	Grantham	grantham	US	03753	0	America/New_York	40.15648	-76.99637	136			PA	041	78736	
5191677	Grantville	grantville	US	17028	0	America/New_York	40.37787	-76.64636	159			PA	043	21208	
5191679	Granville	granville	US	01034	440	America/New_York	40.55369	-77.62555	152			PA	087	30480	
5191680	Granville	granville	US	01034	0	America/New_York	40.06785	-79.90838	238			PA	125	10768	
5191684	Grandview	grandview	US	37337	0	America/New_York	40.81979	-79.51171	371			PA	005	63560	
5191693	Grapeville	grapeville	US	15634	538	America/New_York	40.32535	-79.6056	343			PA	129	33792	
5191695	Granville Summit	granville-summit	US	16926	0	America/New_York	41.71785	-76.77912	411			PA	015	30464	
5191703	Grassflat	grassflat	US	16839	511	America/New_York	41.00256	-78.11445	448	Grass Flat,Grassflat		PA	033	16040	
5191719	Gratz	gratz	US	17030	754	America/New_York	40.61175	-76.71858	249			PA	043	30600	
5191760	Gravity	gravity	US	50848	0	America/New_York	41.47203	-75.3799	459			PA	127	40936	
5191762	Gray	gray	US	04039	0	America/New_York	41.42202	-77.02525	217			PA	081	42944	
5191763	Gray	gray	US	04039	0	America/New_York	40.13591	-79.09281	573			PA	111	38032	
5191768	Gray	gray	US	04039	0	America/New_York	40.65673	-78.2539	298			PA	013	71624	
5191782	Graysville	graysville	US	15337	0	America/New_York	40.69145	-78.02778	315	Graysport,Graysville		PA	061	27416	
5191789	Great Bend	great-bend	US	13643	694	America/New_York	41.97174	-75.74324	272			PA	115	30728	
5191810	Greeley	greeley	US	18425	0	America/New_York	41.4212	-74.99517	336			PA	103	40776	
5191821	Green Bank	green-bank	US	24944	0	America/New_York	40.08454	-76.03467	186			PA	071	21072	
5191871	Green Lane	green-lane	US	18054	500	America/New_York	40.33677	-75.46907	75	Green Lane,Greenland		PA	091	31088	
5191892	Green Ridge	green-ridge	US	65332	0	America/New_York	41.42591	-75.64519	241			PA	069	69000	
5191893	Green Ridge	green-ridge	US	65332	0	America/New_York	40.95897	-76.00798	510			PA	079	33376	
5191910	Green Spring	green-spring	US	26722	0	America/New_York	40.14925	-77.46388	172	Green Spring,Greenspring		PA	041	55248	
5191928	Green Valley	green-valley	US	54127	0	America/New_York	41.06145	-79.04115	439			PA	065	40304	
5191942	Greenback	greenback	US	37742	0	America/New_York	40.7812	-76.52218	276			PA	097	14536	
5191945	Greenbrier	greenbrier	US	37073	0	America/New_York	40.71314	-76.68274	206	Greenbriar,Greenbrier		PA	097	81304	
5191954	Greendale	greendale	US	53129	0	America/New_York	40.80534	-79.38699	325			PA	005	79528	
5191955	Greendale	greendale	US	53129	0	America/New_York	41.66423	-78.78114	623			PA	083	84312	
5191971	Greenfield	greenfield	US	01301	0	America/New_York	40.42146	-79.94338	320			PA	003	61000	
5191972	Greenfield	greenfield	US	01301	0	America/New_York	40.51257	-78.53779	726	Greenfield,South Burgoon Gap		PA	021	28336	
5191973	Greenfield	greenfield	US	01301	0	America/New_York	40.58175	-76.60052	226			PA	043	85232	
5191974	Greenfield	greenfield	US	01301	0	America/New_York	41.19895	-80.36284	390			PA	085	40760	
5191986	Greenland	greenland	US	03840	0	America/New_York	40.03038	-76.23412	109			PA	071	21344	
5192000	Greenock	greenock	US	15047	2195	America/New_York	40.31229	-79.80671	296			PA	003	23000	
5192015	Greentown	greentown	US	18426	0	America/New_York	41.32176	-75.30546	407			PA	103	30976	
5192016	Greenville	greenville	US	02828	0	America/New_York	40.96201	-79.6381	386			PA	005	74992	
5192017	Greenville	greenville	US	02828	0	America/New_York	41.01061	-78.60419	546			PA	033	07008	
5192019	Greenville	greenville	US	02828	5819	America/New_York	41.4045	-80.39118	288	Greenville,Grinvil,Grinvill,West Greenville,grynwyl  pnslwanya,Гринвил,Гринвилл,گرینویل، پنسلوانیا		PA	085	31328	
5192026	Greenwald	greenwald	US	56335	0	America/New_York	40.36035	-79.45421	323			PA	129	78656	
5192029	Greensburg	greensburg	US	15601	14495	America/New_York	40.30146	-79.53893	313	Grinsburg,ghrynsbwrj,grynzbrg  pnslwanya,grynzbrg  pnsylwanya,gurinzubagu,Гринсбург,غرينسبورج,گرینزبرگ، پنسلوانیا,گرینزبرگ، پنسیلوانیا,グリーンズバーグ	129	PA	129	31200	
5192031	Greenwich	greenwich	US	06830	0	America/New_York	40.68562	-78.81864	476			PA	021	75520	
5192035	Greenwood	greenwood	US	04255	2458	America/New_York	40.5359	-78.35751	361			PA	013	44328	
5192036	Greenwood	greenwood	US	04255	0	America/New_York	41.13453	-76.48106	240			PA	037	31392	
5192037	Greenwood	greenwood	US	04255	0	America/New_York	41.3723	-75.70158	250			PA	069	50880	
5192096	Gregory	gregory	US	48137	0	America/New_York	41.26369	-75.94464	286			PA	079	41608	
5192106	Gresham	gresham	US	29546	0	America/New_York	41.62367	-79.71978	460			PA	039	56464	
5192109	Gretna	gretna	US	24557	0	America/New_York	40.2459	-80.30312	340			PA	125	12848	
5192145	Grindstone	grindstone	US	15442	498	America/New_York	40.01619	-79.8306	244			PA	051	37872	
5192180	Grove	grove	US	74344	0	America/New_York	40.00483	-75.63466	159			PA	029	84192	
5192184	Grove City	grove-city	US	16127	8193	America/New_York	41.15784	-80.08867	387	Grouv Siti,Grove City,Pine Grove,Гроув Сити		PA	085	31656	
5192211	Grover	grover	US	17735	0	America/New_York	41.61452	-76.86718	373			PA	015	11168	
5192216	Groveton	groveton	US	03582	0	America/New_York	40.50396	-80.14034	232			PA	003	65352	
5192237	Guffey	guffey	US	80820	0	America/New_York	41.75923	-78.69336	485			PA	083	32232	
5192238	Guffey	guffey	US	80820	0	America/New_York	40.28896	-79.7656	240			PA	129	69392	
5192282	Gurnee	gurnee	US	60031	0	America/New_York	41.80313	-77.52137	656	Gurnee,Gurney		PA	117	28264	
5192299	Guys Mills	guys-mills	US	16327	124	America/New_York	41.63006	-79.97756	422	Guy's Mills,Guys Mill,Guys Mills		PA	039	63400	
5192305	Gwynedd Valley	gwynedd-valley	US	19437	0	America/New_York	40.18427	-75.25629	83			PA	091	44920	
5192326	Hackett	hackett	US	72937	0	America/New_York	40.24785	-80.02172	306			PA	125	59608	
5192334	Haddock	haddock	US	31033	0	America/New_York	40.88148	-76.00576	512			PA	107	40096	
5192339	Hadley	hadley	US	01035	0	America/New_York	41.41394	-80.23312	323			PA	085	59496	
5192363	Haines	haines	US	97833	0	America/New_York	40.57065	-75.61658	133			PA	077	79104	
5192408	Halifax	halifax	US	02338	833	America/New_York	40.46814	-76.93192	126			PA	043	32032	
5192413	Hallam	hallam	US	68368	2665	America/New_York	40.00482	-76.60413	112	Hallam,Hellam		PA	133	32056	
5192418	Hallowell	hallowell	US	04347	0	America/New_York	40.19761	-75.13156	103			PA	091	35808	
5192431	Hallstead	hallstead	US	18822	1246	America/New_York	41.96119	-75.74324	265	Great Bend Village,Hallstead		PA	115	32080	
5192437	Hallwood	hallwood	US	23359	0	America/New_York	41.22425	-76.12326	291			PA	079	36296	
5192438	Halsey	halsey	US	69142	0	America/New_York	41.67284	-78.68114	537			PA	083	69304	
5192444	Hamburg	hamburg	US	07419	4398	America/New_York	40.55565	-75.98188	122	Khamburg,Хамбург		PA	011	32120	
5192451	Hamilton	hamilton	US	01936	0	America/New_York	40.85731	-76.77052	140	East Sunbury,Hamilton		PA	097	78744	
5192464	Hamilton	hamilton	US	01936	0	America/New_York	40.92423	-79.08087	362	Hamilton,Perrysville		PA	065	59480	
5192485	Hamlin	hamlin	US	14464	0	America/New_York	40.44815	-76.37579	167			PA	075	06040	
5192486	Hamlin	hamlin	US	14464	0	America/New_York	41.4037	-75.39852	478	Hamlin,Hamlinton		PA	127	67488	
5192503	Hammett	hammett	US	83627	0	America/New_York	42.06672	-79.96866	393			PA	049	30936	
5192504	Hammond	hammond	US	13646	0	America/New_York	41.88285	-77.1947	333			PA	117	48968	
5192539	Hancock	hancock	US	03449	0	America/New_York	40.50482	-75.68241	145			PA	011	44584	
5192565	Hannah	hannah	US	58239	0	America/New_York	40.76728	-78.09751	319	Hanna Furnace,Hannah,Hannah Furnace,Manda Furnace		PA	027	76168	
5192573	Hanover	hanover	US	02339	0	America/New_York	41.18564	-75.98214	201			PA	079	52584	
5192574	Hanover	hanover	US	02339	0	America/New_York	40.66176	-75.4124	118			PA	095	32432	
5192596	Hannastown	hannastown	US	15635	0	America/New_York	40.35368	-79.49671	313	Hanna's Town,Hannastown		PA	129	67496	
5192600	Happy Valley	happy-valley	US	97086	0	America/New_York	41.32758	-75.83464	181			PA	079	24392	
5192621	Harborcreek	harborcreek	US	16421	0	America/New_York	42.16645	-79.95283	219	Harbor Creek,Harborcreek,Harbour Creek,Wells Corners		PA	049	32520	
5192644	Hardy	hardy	US	24101	0	America/New_York	40.60896	-79.96783	311			PA	003	32328	
5192650	Harford	harford	US	13784	0	America/New_York	41.7823	-75.70158	389	Harford,Hartford		PA	115	32568	
5192655	Harlan	harlan	US	40831	0	America/New_York	41.13229	-79.21337	386			PA	031	43344	
5192657	Harleigh	harleigh	US	18225	1104	America/New_York	40.98064	-75.97131	468			PA	079	33376	
5192659	Harlem	harlem	US	30814	0	America/New_York	40.45815	-75.58741	239			PA	011	34016	
5192662	Harleysville	harleysville	US	19438	9286	America/New_York	40.27955	-75.38712	79			PA	091	45096	
5192672	Harmonsburg	harmonsburg	US	16422	401	America/New_York	41.66089	-80.31784	341			PA	039	75200	
5192678	Harmony	harmony	US	02829	865	America/New_York	40.80145	-80.12728	286	Kharmoni,Хармони		PA	019	32688	
5192679	Harmony	harmony	US	02829	0	America/New_York	40.78118	-78.72864	543			PA	033	10288	
5192680	Harmony	harmony	US	02829	0	America/New_York	40.9684	-78.97031	385			PA	065	87168	
5192726	Harrisburg	harrisburg	US	17101	49081	America/New_York	40.2737	-76.88442	101	Charrismpernk,Garrisberg,Garysberg,HAR,Harisberga,Harisburg,Harisburgas,Harisburgs,Harisbērga,Harrisbarrig,Harrisburg,Harrisburg (Pennsylvania),Harrisburgum,Harrisburq,Kharisburg,Louisbourg,Paxtang,ha li si bao,haeliseubeogeu,harisbarg,harispark,harisubagu,harysbrj,herisabarga,hrysbwrg  pnsylwanya,hyarisabarga,hyarisbarga,Χάρρισμπεργκ,Гаррисберг,Гаррісберг,Гарысберг,Харисбург,Харисбърг,Һаррисбург,Հարիսբուրգ,האריסברג,هاريسبرج,هریسبورگ، پنسیلوانیا,ہیرسبرک، پنسلوانیا,ہیرسبرگ,हारिस्बर्ग्,हॅरिसबर्ग,ह्यारिसबर्ग,ह्यारिस्बर्ग,ஹாரிஸ்பர்க்,แฮร์ริสเบิร์ก,ハリスバーグ,哈里斯堡,해리스버그	PA	PA	043	32800	
5192727	Harrisburg	harrisburg	US	17101	0	America/New_York	40.05567	-75.02517	23			PA	101	60000	
5192742	Harrison City	harrison-city	US	15636	134	America/New_York	40.35424	-79.64838	298			PA	129	58880	
5192750	Harrison Valley	harrison-valley	US	16927	0	America/New_York	41.94201	-77.64943	493	Harrison Valley,Harrison's Valley		PA	105	32848	
5192755	Harristown	harristown	US	62537	0	America/New_York	40.00677	-76.08384	136			PA	071	57848	
5192756	Harrisville	harrisville	US	02830	880	America/New_York	41.13673	-80.00922	400			PA	019	32896	
5192786	Hartleton	hartleton	US	17829	285	America/New_York	40.90063	-77.15609	199			PA	119	32936	
5192788	Hartley	hartley	US	51346	0	America/New_York	40.02147	-78.45252	317			PA	009	71544	
5192813	Hartsfield	hartsfield	US	31756	0	America/New_York	41.57591	-77.16497	538	Barfelden,Barfeldon,Hartfield,Hartford,Hartsfield		PA	117	43136	
5192815	Hartstown	hartstown	US	16131	201	America/New_York	41.55255	-80.37923	317			PA	039	82944	
5192816	Hartsville	hartsville	US	29550	0	America/New_York	40.22844	-75.09489	78	Hart's Cross Roads,Hartsville		PA	017	81144	
5192840	Harveys Lake	harveys-lake	US	18618	2791	America/New_York	41.38341	-76.02465	402	Alderson,Harveys Lake		PA	079	18056	
5192841	Harwick	harwick	US	15049	899	America/New_York	40.55673	-79.80505	288	Hardwick,Harwick		PA	003	72968	
5192842	Harwood	harwood	US	20776	0	America/New_York	40.94397	-76.01937	512	Harwood,Harwood Mines,Mount Pleasant		PA	079	33376	
5192847	Harveyville	harveyville	US	66431	0	America/New_York	41.21397	-76.24604	240			PA	079	36432	
5192858	Hastings	hastings	US	13076	1224	America/New_York	40.66507	-78.71225	538	Khejstings,Хейстингс		PA	021	33080	
5192863	Hatboro	hatboro	US	19040	7411	America/New_York	40.17428	-75.10684	69	Hatboro,Hatborough,Khatboro,Хатборо		PA	091	33088	
5192878	Hatfield	hatfield	US	01038	3306	America/New_York	40.27983	-75.29934	101			PA	091	33112	
5192883	Hatton	hatton	US	58240	0	America/New_York	40.13842	-77.15776	152			PA	041	72336	
5192907	Haverford	haverford	US	19041	0	America/New_York	40.01317	-75.29435	97			PA	091	44976	
5192914	Hawk Run	hawk-run	US	16840	534	America/New_York	40.92395	-78.20612	448			PA	033	51056	
5192924	Hawkeye	hawkeye	US	52147	0	America/New_York	40.12202	-79.59254	347	Hawkey,Hawkeye		PA	129	21304	
5192925	Hawley	hawley	US	18428	1152	America/New_York	41.47592	-75.18212	276	Kholi,Холи		PA	127	33200	
5192936	Hawthorn	hawthorn	US	16230	469	America/New_York	41.02007	-79.27448	337	Hawthorn,Hawthorne,Millville		PA	031	33216	
5192981	Haysville	haysville	US	67060	70	America/New_York	40.52646	-80.15895	220	Burgunda,Haysville		PA	003	33312	
5192982	Haysville	haysville	US	67060	73	America/New_York	40.99867	-79.75449	399			PA	019	24840	
5192984	Hazard	hazard	US	41701	0	America/New_York	40.79509	-75.6388	128	Hazard,Hazardville		PA	025	57696	
5192990	Hazel Hurst	hazel-hurst	US	16733	0	America/New_York	41.7059	-78.58252	527	Hazel Hurst,Hazelhurst		PA	083	32232	
5192993	Hays	hays	US	28635	0	America/New_York	40.38951	-79.93394	232	Hayesboro,Hays,Six-Mile Ferry		PA	003	61000	
5192999	Hazelwood	hazelwood	US	28738	0	America/New_York	40.4134	-79.93922	286			PA	003	61000	
5193001	Hazen	hazen	US	58545	0	America/New_York	40.81673	-80.24506	281			PA	007	55400	
5193002	Hazen	hazen	US	58545	0	America/New_York	41.20673	-78.97031	515	Hazen,Mayville		PA	065	81120	
5193011	Hazleton	hazleton	US	18201	24825	America/New_York	40.95842	-75.97465	505	HZL,Hazelton,Hazleton,Khejzelton,hazltwn,hei ci er dun,heizuruton,hyzltwn  pnsylwanya,Хејзелтон,هازلتون,هیزلتون، پنسیلوانیا,ہیزلٹن، پنسلوانیا,ヘイズルトン,黑兹尔顿		PA	079	33408	
5193037	Heath	heath	US	01346	0	America/New_York	41.09784	-80.07311	371			PA	085	43104	
5193056	Hebron	hebron	US	03241	1305	America/New_York	40.33898	-76.3994	155			PA	075	72288	
5193057	Hebron	hebron	US	03241	0	America/New_York	41.84201	-78.06667	640			PA	105	33512	
5193078	Hecla	hecla	US	57446	0	America/New_York	40.70231	-76.00187	190			PA	107	20880	
5193081	Hector	hector	US	14841	0	America/New_York	41.86257	-77.6186	638			PA	105	33568	
5193095	Hegins	hegins	US	17938	812	America/New_York	40.65148	-76.49774	252			PA	107	33584	
5193119	Heilwood	heilwood	US	15745	711	America/New_York	40.6209	-78.91503	535	Heilwood,Possum Glory		PA	063	60320	
5193133	Heidelberg	heidelberg	US	39439	1231	America/New_York	40.39229	-80.09089	252			PA	003	33592	
5193149	Hellertown	hellertown	US	18055	5824	America/New_York	40.57954	-75.34073	88	Hellerstown,Hellertown,Stopes		PA	095	33744	
5193163	Hemlock	hemlock	US	14466	0	America/New_York	41.84923	-79.05754	368	Hemlock,Vandal		PA	123	29328	
5193166	Helvetia	helvetia	US	26224	0	America/New_York	41.04784	-78.77392	436			PA	033	08120	
5193214	Henderson	henderson	US	13650	0	America/New_York	41.17451	-79.27671	466			PA	031	13808	
5193215	Henderson	henderson	US	13650	0	America/New_York	40.86061	-78.38307	516			PA	033	86440	
5193216	Henderson	henderson	US	13650	0	America/New_York	40.08955	-75.3463	49			PA	091	79136	
5193234	Hendersonville	hendersonville	US	15339	0	America/New_York	40.69034	-80.07423	369			PA	019	16920	
5193235	Hendersonville	hendersonville	US	15339	0	America/New_York	41.30145	-80.03534	455	Henderson,Hendersonville		PA	085	86552	
5193236	Hendersonville	hendersonville	US	15339	325	America/New_York	40.29924	-80.15228	304			PA	125	11800	
5193238	Hendricks	hendricks	US	26271	0	America/New_York	40.3051	-75.46296	58			PA	091	79280	
5193247	Henrietta	henrietta	US	14467	0	America/New_York	40.2648	-78.29723	423			PA	013	55592	
5193271	Henryville	henryville	US	18332	0	America/New_York	41.0937	-75.24129	223			PA	089	57856	
5193286	Hepler	hepler	US	66746	0	America/New_York	40.69175	-76.57746	275			PA	107	79120	
5193294	Hereford	hereford	US	18056	930	America/New_York	40.44926	-75.55213	138			PA	011	34016	
5193300	Herman	herman	US	16039	0	America/New_York	40.83006	-79.81116	389			PA	019	75184	
5193305	Herminie	herminie	US	15637	789	America/New_York	40.2634	-79.71754	298			PA	129	69392	
5193309	Hermitage	hermitage	US	16148	16028	America/New_York	41.23339	-80.44868	328	Khermitidz,hrmytazh  pnsylwanya,hyrmytagh,Хермитиџ,هرمیتاژ، پنسیلوانیا,هيرميتاغ		PA	085	34064	
5193316	Herndon	herndon	US	17830	307	America/New_York	40.70953	-76.84247	141	Kherndon,Херндон		PA	097	34080	
5193321	Herrick Center	herrick-center	US	18430	0	America/New_York	41.74203	-75.48935	523	Herrick,Herrick Center		PA	115	34096	
5193342	Hershey	hershey	US	17033	14257	America/New_York	40.28592	-76.65025	129	Gershi,Khershi,he er xi zhen,heosi,hrshy,hrshy  pnsylwanya,Герші,Херши,هرشي,هرشی، پنسیلوانیا,赫爾希鎮,허시		PA	043	18936	
5193391	Hesston	hesston	US	16647	0	America/New_York	40.42091	-78.11001	238	Grafton,Hesston		PA	061	58832	
5193426	Hickman	hickman	US	38567	0	America/New_York	40.38312	-80.15561	296			PA	003	15216	
5193428	Hickory	hickory	US	15340	740	America/New_York	40.29896	-80.30867	399			PA	125	51864	
5193434	Hickory Corners	hickory-corners	US	49060	0	America/New_York	41.23339	-80.45535	330			PA	085	34064	
5193435	Hickory Corners	hickory-corners	US	49060	0	America/New_York	40.65592	-76.86414	206	Hickory Corners,Hickory Cross Roads,Hickorytown		PA	097	44960	
5193440	Hickory Grove	hickory-grove	US	29717	0	America/New_York	41.96841	-75.6713	274	Hickory Grove,Taylortown		PA	115	30736	
5193449	Hickory Hills	hickory-hills	US	60457	562	America/New_York	41.03758	-75.82047	421			PA	079	26928	
5193467	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	40.15093	-76.65386	160			PA	071	82816	
5193498	Hicksville	hicksville	US	11801	0	America/New_York	40.53729	-79.45199	369			PA	005	39968	
5193509	Hidden Valley	hidden-valley	US	15502	0	America/New_York	40.10677	-75.37796	28			PA	091	79136	
5193550	High Ridge	high-ridge	US	63049	0	America/New_York	40.27342	-76.73636	147			PA	043	72200	
5193563	Highland	highland	US	12528	0	America/New_York	40.55646	-80.03922	366			PA	003	45900	
5193564	Highland	highland	US	12528	0	America/New_York	40.47229	-79.9195	295	Highland,Highland Park		PA	003	61000	
5193565	Highland	highland	US	12528	0	America/New_York	40.3112	-76.09355	228			PA	011	72208	
5193566	Highland	highland	US	12528	0	America/New_York	41.7373	-76.52911	400			PA	015	10248	
5193567	Highland	highland	US	12528	0	America/New_York	40.07122	-75.21129	119			PA	101	60000	
5193568	Highland	highland	US	12528	0	America/New_York	40.36146	-79.5256	340			PA	129	67496	
5193593	Highland Park	highland-park	US	08904	0	America/New_York	40.34677	-75.30073	119			PA	017	83960	
5193597	Highland Park	highland-park	US	08904	0	America/New_York	40.23176	-76.90136	119			PA	041	44832	
5193598	Highland Park	highland-park	US	08904	0	America/New_York	42.09006	-80.12839	234			PA	049	49548	
5193599	Highland Park	highland-park	US	08904	1380	America/New_York	40.62091	-77.56805	173	Khajlend Park,Хайленд Парк		PA	087	18944	
5193600	Highland Park	highland-park	US	08904	0	America/New_York	40.65871	-75.26323	132			PA	095	57672	
5193615	Highlands	highlands	US	07732	0	America/New_York	41.01342	-75.8827	531	Highland,Highlands		PA	079	26928	
5193620	Highmount	highmount	US	12441	0	America/New_York	40.03121	-76.5758	175			PA	133	33728	
5193622	Highspire	highspire	US	17034	2378	America/New_York	40.21092	-76.79108	97	High Spire,Highspire		PA	043	34664	
5193645	Hill City	hill-city	US	55748	0	America/New_York	41.35367	-79.64505	431			PA	121	16944	
5193684	Hiller	hiller	US	15444	1155	America/New_York	40.01035	-79.90088	312	Hiller,Luzerne Village		PA	051	45560	
5193686	Hilliards	hilliards	US	16040	0	America/New_York	41.0859	-79.83339	385	Hilliard,Hilliard's,Hilliards		PA	019	81192	
5193687	Hillman	hillman	US	49746	0	America/New_York	40.90479	-78.85003	583			PA	063	04056	
5193701	Hillsboro	hillsboro	US	21641	0	America/New_York	40.18202	-78.85419	543	Hillsboro,Hillsborough		PA	111	57552	
5193702	Hillsboro	hillsboro	US	21641	0	America/New_York	40.06841	-80.04644	364			PA	125	54800	
5193703	Hillsdale	hillsdale	US	07642	0	America/New_York	40.75173	-78.88503	513	Gettysburgh,Hillsdale		PA	063	50624	
5193704	Hillsdale	hillsdale	US	07642	0	America/New_York	41.68424	-75.80214	337			PA	115	41656	
5193709	Hillsgrove	hillsgrove	US	18619	0	America/New_York	41.44397	-76.70718	266	Hills Grove,Hillsgrove		PA	113	34840	
5193711	Hillside	hillside	US	07205	0	America/New_York	40.60954	-75.59519	163	Hillside,Snydersville,Somerville,Sunnyside		PA	077	72632	
5193712	Hillside	hillside	US	07205	0	America/New_York	41.2973	-75.92492	246			PA	079	39792	
5193713	Hillside	hillside	US	07205	0	America/New_York	40.36813	-79.26059	351	Hill Side,Hillside		PA	129	18968	
5193735	Hillsville	hillsville	US	16132	0	America/New_York	41.00784	-80.49674	344			PA	073	46648	
5193737	Hilltop	hilltop	US	25855	0	America/New_York	40.4926	-75.37879	181			PA	017	73016	
5193742	Hilltown	hilltown	US	18927	0	America/New_York	41.77037	-75.17823	372			PA	127	18104	
5193743	Hilltown	hilltown	US	18927	0	America/New_York	40.60287	-75.52963	119			PA	077	72632	
5193777	Hiram	hiram	US	04041	0	America/New_York	40.05342	-78.08528	351			PA	057	76176	
5193796	Hoagland	hoagland	US	46745	0	America/New_York	41.2045	-80.28201	407			PA	085	21336	
5193871	Holden	holden	US	01520	0	America/New_York	41.16729	-79.22226	487			PA	031	43344	
5193880	Holicong	holicong	US	18928	0	America/New_York	40.33566	-75.04739	74	Greenville,Grinville,Holicong		PA	017	09816	
5193896	Holland	holland	US	01521	0	America/New_York	40.17289	-74.99267	51	Holland,Rocksville		PA	017	54688	
5193918	Holliday	holliday	US	65258	0	America/New_York	40.19398	-76.97414	154			PA	041	78736	
5194615	Huntington Mills	huntington-mills	US	18622	0	America/New_York	41.19064	-76.23354	231			PA	079	36432	
5193920	Hollidaysburg	hollidaysburg	US	16648	5784	America/New_York	40.42729	-78.3889	289	Holidaysburg,Hollidaysburg,Kholidejsberg,Холидејсберг,ہولیڈیزبرگ، پنسلوانیا	013	PA	013	35224	
5193940	Hollsopple	hollsopple	US	15935	0	America/New_York	40.21258	-78.92891	476	Hollsopple,Holsopple		PA	111	15568	
5193941	Holly Hill	holly-hill	US	29059	0	America/New_York	40.16261	-74.83877	25			PA	017	08768	
5193945	Hollywood	hollywood	US	20636	0	America/New_York	41.242	-78.54086	375			PA	033	36512	
5193946	Hollywood	hollywood	US	20636	0	America/New_York	40.99481	-75.99548	487			PA	079	33376	
5193947	Hollywood	hollywood	US	20636	0	America/New_York	40.08983	-75.09351	73			PA	091	00156	
5193963	Holt	holt	US	32564	0	America/New_York	40.62284	-80.36951	339			PA	007	63224	
5194049	Home	home	US	15747	0	America/New_York	40.73951	-79.10531	370			PA	063	63584	
5194056	Homeland	homeland	US	33847	0	America/New_York	40.06399	-76.28662	98			PA	071	46896	
5194057	Homer City	homer-city	US	15748	1652	America/New_York	40.5434	-79.16226	314	Homer,Homer City,Philips Mills		PA	063	35408	
5194067	Homestead	homestead	US	15120	3114	America/New_York	40.4059	-79.91199	240	Goumsted,Khomsted,Гоумстед,Хомстед		PA	003	35424	
5194076	Hometown	hometown	US	25109	1349	America/New_York	40.8237	-75.9802	344			PA	107	66760	
5194081	Homewood	homewood	US	60430	0	America/New_York	40.45146	-79.90783	297	Homewood,North Point Breeze		PA	003	61000	
5194082	Homewood	homewood	US	60430	108	America/New_York	40.81395	-80.32923	296	Home Wood,Homewood		PA	007	35488	
5194083	Homewood	homewood	US	60430	0	America/New_York	40.10981	-77.04414	169			PA	133	11432	
5194092	Honeoye	honeoye	US	14471	0	America/New_York	41.9909	-78.13306	467	Goldsmith Corners,Honeoye		PA	105	69736	
5194099	Honesdale	honesdale	US	18431	4233	America/New_York	41.57676	-75.25879	297	Dyberry Forks,Honesdale	127	PA	127	35520	
5194100	Honey Brook	honey-brook	US	19344	1758	America/New_York	40.09427	-75.91133	226	Honey Brook,Honeybrook,Waynesburg		PA	029	35528	
5194108	Honey Creek	honey-creek	US	51542	0	America/New_York	40.68979	-77.55888	196			PA	087	03040	
5194115	Honey Grove	honey-grove	US	17035	0	America/New_York	40.4023	-77.55221	205	Honey Grove,Honeygrove		PA	067	77952	
5194127	Hooker	hooker	US	73945	0	America/New_York	40.99701	-79.83144	430	Hooker,Middletown		PA	019	15480	
5194128	Hooks	hooks	US	75561	0	America/New_York	40.92729	-79.48782	254			PA	005	46456	
5194132	Hookstown	hookstown	US	15050	145	America/New_York	40.59923	-80.47284	308			PA	007	35576	
5194159	Hooversville	hooversville	US	15936	618	America/New_York	40.14702	-78.91197	522			PA	111	35608	
5194165	Hop Bottom	hop-bottom	US	18824	312	America/New_York	41.70591	-75.7663	265	Foster,Hop Bottom,Hopbottom		PA	115	35624	
5194175	Hope Mills	hope-mills	US	28348	0	America/New_York	41.19034	-80.22728	334			PA	085	21336	
5194177	Hopeland	hopeland	US	17533	738	America/New_York	40.2337	-76.26218	122	Hopeland,Newton		PA	071	13960	
5194180	Hopewell	hopewell	US	08525	245	America/New_York	40.13564	-78.26779	273	Khopuehlla,Хопуэлла		PA	009	35648	
5194181	Hopewell	hopewell	US	08525	0	America/New_York	40.07118	-79.3442	476			PA	129	19480	
5194226	Horatio	horatio	US	29062	0	America/New_York	40.92923	-79.01559	381			PA	065	87168	
5194245	Hornbrook	hornbrook	US	96044	0	America/New_York	41.82174	-76.47939	269	Horn Brook,Hornbrook		PA	015	70208	
5194302	Horsham	horsham	US	19044	14842	America/New_York	40.17844	-75.12851	76	Horsham,Horsham Township,Horshamville,Municipio de Horsham,Xa Horsham,Xã Horsham		PA	091	35808	
5194343	Hostetter	hostetter	US	15638	740	America/New_York	40.26618	-79.39837	353			PA	129	78656	
5194369	Houston	houston	US	15342	1266	America/New_York	40.24646	-80.21145	302	Kh'juston,Хьюстон		PA	125	35896	
5194377	Houtzdale	houtzdale	US	16651	775	America/New_York	40.82506	-78.35113	465			PA	033	35928	
5194380	Howard	howard	US	16841	722	America/New_York	41.01423	-77.65805	204	Howard,Howard Boro,Howardville		PA	027	35960	
5194381	Howard	howard	US	16841	0	America/New_York	41.88645	-78.65197	470			PA	083	08048	
5194397	Howe	howe	US	46746	0	America/New_York	41.21506	-79.10226	493			PA	065	22872	
5194406	Howell	howell	US	07731	0	America/New_York	40.22259	-76.9672	128			PA	041	32296	
5194421	Hoytville	hoytville	US	43529	0	America/New_York	41.58785	-77.29887	313			PA	117	51096	
5194449	Hudson	hudson	US	01749	0	America/New_York	40.88422	-78.24279	461			PA	033	18456	
5194450	Hudson	hudson	US	01749	1443	America/New_York	41.2748	-75.83603	191			PA	079	61120	
5194457	Huey	huey	US	62252	0	America/New_York	41.0809	-79.5081	379			PA	031	76928	
5194481	Hughesville	hughesville	US	17737	2099	America/New_York	41.24119	-76.72385	177	Hughesburg,Hughesville		PA	081	36160	
5194505	Humboldt	humboldt	US	38343	0	America/New_York	40.93731	-76.04271	529			PA	079	33376	
5194512	Hummels Wharf	hummels-wharf	US	17831	1353	America/New_York	40.83175	-76.8358	139			PA	109	50488	
5194513	Hummelstown	hummelstown	US	17036	4561	America/New_York	40.26537	-76.7083	117	Frederickstown,Hummelstown		PA	043	36232	
5194530	Humphreys	humphreys	US	64646	0	America/New_York	40.24701	-79.47782	321	Humphreys,Humphries,Humpreys		PA	129	78656	
5194533	Hunker	hunker	US	15639	290	America/New_York	40.20424	-79.6206	285	Hunker,Hunkers		PA	129	36288	
5194546	Hunter	hunter	US	12442	0	America/New_York	41.47423	-79.49755	324			PA	053	76864	
5194547	Hunter	hunter	US	12442	0	America/New_York	40.75758	-76.75913	160	Hunter,Hunter Station,Raker		PA	097	43912	
5194550	Hunlock Creek	hunlock-creek	US	18621	0	America/New_York	41.20592	-76.06604	161	Hunlock Creek,Hunlocks Creek		PA	079	36296	
5194583	Huntersville	huntersville	US	28070	0	America/New_York	41.31341	-76.76218	343			PA	081	49568	
5194590	Huntingdon	huntingdon	US	16652	7029	America/New_York	40.4848	-78.01028	193	Huntingdon,Khantingdon,Standing Stone,heng ding dun,Хантингдон,ہنٹنگڈن، پنسلوانیا,亨丁頓	061	PA	061	36368	
5194598	Huntingdon Valley	huntingdon-valley	US	19006	0	America/New_York	40.12261	-75.0635	50			PA	091	45008	
5194609	Huntley	huntley	US	56047	0	America/New_York	41.36728	-78.15251	273			PA	023	29008	
5194610	Huntley	huntley	US	56047	0	America/New_York	41.22034	-78.39224	458			PA	033	30152	
5194619	Huntsville	huntsville	US	35801	0	America/New_York	41.30647	-75.97437	340	Baldwin's Mills,Huntsville		PA	079		
5194644	Hustontown	hustontown	US	17229	0	America/New_York	40.04897	-78.02695	355			PA	057	20112	
5194645	Hutchins	hutchins	US	75141	0	America/New_York	41.66228	-78.62725	647			PA	083	69304	
5194646	Hutchinson	hutchinson	US	15640	0	America/New_York	40.22618	-79.73171	313	Hutchinson,Hutchison		PA	129	69392	
5194656	Hyde	hyde	US	16843	1399	America/New_York	41.00256	-78.46252	331			PA	033	41952	
5194658	Hyde Park	hyde-park	US	02136	2528	America/New_York	40.37732	-75.92521	97			PA	011	52200	
5194659	Hyde Park	hyde-park	US	02136	0	America/New_York	41.41564	-75.68658	266			PA	069	69000	
5194660	Hyde Park	hyde-park	US	02136	480	America/New_York	40.63257	-79.58977	242			PA	129	36592	
5194663	Hydetown	hydetown	US	16328	517	America/New_York	41.65256	-79.727	380			PA	039	36616	
5194699	Ickesburg	ickesburg	US	17037	0	America/New_York	40.45591	-77.35165	192			PA	099	68032	
5194704	Idaville	idaville	US	17337	177	America/New_York	40.01481	-77.20276	245	Idaville,Whitestown		PA	001	36424	
5194705	Ideal	ideal	US	31041	0	America/New_York	40.63312	-79.06809	452			PA	063	13072	
5194719	Imler	imler	US	16655	0	America/New_York	40.20674	-78.52279	361			PA	009	39720	
5194741	Imperial	imperial	US	15126	2541	America/New_York	40.44951	-80.2445	296	Imperial,Montour City		PA	003	55016	
5194748	Independence	independence	US	24348	0	America/New_York	40.57229	-80.30923	242			PA	007	36776	
5194749	Independence	independence	US	24348	0	America/New_York	40.68092	-76.89497	128			PA	109	12672	
5194750	Independence	independence	US	24348	0	America/New_York	40.25396	-80.50757	370			PA	125	36800	
5194794	Indian Head	indian-head	US	15446	0	America/New_York	41.8995	-79.99505	392			PA	049	42208	
5194795	Indian Head	indian-head	US	15446	0	America/New_York	40.0248	-79.39503	426			PA	051	67640	
5194799	Indian Hills	indian-hills	US	80454	0	America/New_York	40.85342	-75.68852	243			PA	025	27368	
5194808	Indian Lake	indian-lake	US	12842	389	America/New_York	40.04675	-78.85224	717			PA	111	36888	
5194826	Indian Orchard	indian-orchard	US	01151	0	America/New_York	41.54731	-75.21351	295			PA	127	76424	
5194868	Indiana	indiana	US	15701	14100	America/New_York	40.62146	-79.15253	399	IDI,Indiana,Indijana,ayndyana  pnsylwanya,indiana,Индиана,Индијана,ایندیانا، پنسیلوانیا,インディアナ	063	PA	063	36816	
5194882	Indianola	indianola	US	15051	0	America/New_York	40.56951	-79.86366	283			PA	003	36808	
5194884	Indiantown	indiantown	US	34956	0	America/New_York	40.40981	-76.58024	113			PA	075	21224	
5194885	Indiantown	indiantown	US	34956	0	America/New_York	40.00646	-79.21781	690			PA	111	37920	
5194892	Industry	industry	US	15052	1791	America/New_York	40.64451	-80.41618	213			PA	007	36944	
5194896	Inez	inez	US	41224	0	America/New_York	41.72007	-78.02167	568			PA	105	35400	
5194905	Ingleside	ingleside	US	21644	0	America/New_York	40.25924	-78.89086	392			PA	021	64544	
5194908	Inglewood	inglewood	US	90301	0	America/New_York	40.24733	-75.31295	90			PA	091	77152	
5194912	Ingram	ingram	US	40955	3281	America/New_York	40.44618	-80.06755	282			PA	003	37000	
5194914	Industry	industry	US	15052	1846	America/New_York	40.26451	-79.79227	238	Frank,Industry		PA	003	23000	
5194941	Intercourse	intercourse	US	17534	1274	America/New_York	40.0376	-76.10495	133	Cross Keys,Intercourse		PA	071	42080	
5194949	Inwood	inwood	US	11096	0	America/New_York	40.47564	-76.5208	133			PA	075	78376	
5194950	Iola	iola	US	54945	144	America/New_York	41.13647	-76.53162	202			PA	037	31392	
5194951	Iona	iona	US	56141	0	America/New_York	40.3212	-76.37107	165	Iona,Irona		PA	075	72288	
5194953	Iowa	iowa	US	70647	0	America/New_York	41.12395	-79.00754	392			PA	065	60368	
5194977	Iron City	iron-city	US	38463	0	America/New_York	41.25951	-79.49727	427			PA	031	23040	
5194978	Iron City	iron-city	US	38463	0	America/New_York	41.55812	-79.02643	531			PA	053	35992	
5194996	Ironsides	ironsides	US	20643	0	America/New_York	40.13399	-75.54103	35			PA	029	68288	
5194997	Ironton	ironton	US	45638	0	America/New_York	40.6701	-75.56769	143			PA	077	55576	
5195010	Irvine	irvine	US	16329	0	America/New_York	41.83923	-79.26838	353	Irvine,Irvineton		PA	123	09024	
5195016	Irving	irving	US	14081	0	America/New_York	40.53287	-76.43885	160			PA	107	60464	
5195020	Irvona	irvona	US	16656	625	America/New_York	40.77451	-78.55336	424			PA	033	37192	
5195024	Irwin	irwin	US	15642	3859	America/New_York	40.32451	-79.70115	305			PA	129	37208	
5195033	Isabella	isabella	US	15447	0	America/New_York	40.12093	-75.83799	196			PA	029	83664	
5195036	Iselin	iselin	US	08830	0	America/New_York	40.55951	-79.38643	371			PA	063	87160	
5195109	Jackson	jackson	US	03846	0	America/New_York	41.19508	-76.45467	363			PA	037	37360	
5195110	Jackson	jackson	US	03846	0	America/New_York	42.02867	-80.00978	375			PA	049	75208	
5195111	Jackson	jackson	US	03846	0	America/New_York	40.98065	-75.30074	218			PA	089	32176	
5195112	Jackson	jackson	US	03846	0	America/New_York	41.83814	-75.59074	412	Dzhekson,Джексон		PA	115	37464	
5195117	Jackson Center	jackson-center	US	16133	219	America/New_York	41.27284	-80.13895	402			PA	085	37496	
5195118	Jackson Center	jackson-center	US	16133	0	America/New_York	41.9398	-76.98191	447			PA	117	37472	
5195178	Jacksonville	jacksonville	US	05342	0	America/New_York	40.22955	-75.05434	68	Coxville,Jacksonville,Tinkertown		PA	017	54688	
5195179	Jacksonville	jacksonville	US	05342	95	America/New_York	40.99229	-77.63194	275	Jacksonville,Walker		PA	027	47456	
5195180	Jacksonville	jacksonville	US	05342	637	America/New_York	40.5409	-79.2817	331	Dzheksonvill,Jacksonville,Kent,Джексонвилл		PA	063	06752	
5195181	Jacksonville	jacksonville	US	05342	0	America/New_York	40.67093	-75.82853	158			PA	077	45656	
5195182	Jacksonville	jacksonville	US	05342	0	America/New_York	40.70537	-75.40851	127	Chickentown,Jacksonville		PA	095	20736	
5195204	Jacobs Creek	jacobs-creek	US	15448	0	America/New_York	40.13313	-79.74171	240			PA	129	72256	
5195227	James City	james-city	US	16734	287	America/New_York	41.62006	-78.83892	596			PA	047	34464	
5195237	Jamestown	jamestown	US	02835	0	America/New_York	40.40452	-78.6553	521			PA	021	62056	
5195238	Jamestown	jamestown	US	02835	0	America/New_York	40.84426	-75.71102	163			PA	025	46640	
5195239	Jamestown	jamestown	US	02835	595	America/New_York	41.48478	-80.43757	302			PA	085	37696	
5195241	Jamesville	jamesville	US	13078	0	America/New_York	40.7351	-75.41963	221			PA	095	20736	
5195246	Jamison	jamison	US	18929	0	America/New_York	40.25483	-75.08934	93	Jamieson's Cross Roads,Jamison,Jamisons Corners		PA	017	81144	
5195247	Jamison	jamison	US	18929	0	America/New_York	41.51312	-79.4531	325			PA	053	76864	
5195248	Jamison	jamison	US	18929	0	America/New_York	41.58673	-77.89472	429			PA	105	84360	
5195267	Janesville	janesville	US	50647	0	America/New_York	40.76006	-78.42141	471			PA	033	31752	
5195283	Jeannette	jeannette	US	15644	9335	America/New_York	40.32812	-79.61532	313	Dzanet,janyt,jynt  pnsylwanya,Џанет,جانيت,جینت، پنسیلوانیا		PA	129	37784	
5195290	Jeddo	jeddo	US	48032	97	America/New_York	40.99564	-75.89631	500			PA	079	37792	
5195299	Jefferson	jefferson	US	01522	0	America/New_York	41.20312	-79.55505	428	Jefferson,Jefferson City		PA	031	04696	
5195300	Jefferson	jefferson	US	01522	0	America/New_York	40.58454	-76.12966	164			PA	107	72312	
5195301	Jefferson	jefferson	US	01522	0	America/New_York	40.2859	-80.49868	301			PA	125	37936	
5195342	Jeffersonville	jeffersonville	US	05464	0	America/New_York	40.129	-75.37213	72			PA	091	83696	
5195363	Jenkintown	jenkintown	US	19046	4431	America/New_York	40.09594	-75.12517	98	Jenkins-town,Jenkintown		PA	091	38000	
5195369	Jenks	jenks	US	74037	0	America/New_York	41.47674	-75.97603	241			PA	131	22112	
5195375	Jenners	jenners	US	15546	0	America/New_York	40.14313	-79.04281	560			PA	111	38032	
5195377	Jennerstown	jennerstown	US	15547	669	America/New_York	40.1598	-79.06642	592	Jennerstown,Jennertown		PA	111	38048	
5195390	Jericho	jericho	US	05465	0	America/New_York	41.32201	-78.07667	240			PA	023	31632	
5195391	Jericho	jericho	US	05465	0	America/New_York	41.31925	-75.39046	481			PA	127	73968	
5195399	Jermyn	jermyn	US	18433	2096	America/New_York	41.53091	-75.54546	294	Gibsonburg,Jermyn		PA	069	38096	
5195405	Jerome	jerome	US	15937	1017	America/New_York	40.20896	-78.98364	545	Dzerom,Џером		PA	111	15568	
5195415	Jersey Mills	jersey-mills	US	17739	0	America/New_York	41.35729	-77.40664	197			PA	081	46184	
5195416	Jersey Shore	jersey-shore	US	17723	4279	America/New_York	41.20202	-77.26442	184	Dzerzi Shor,Jersey Shore,Waynesburg,Џерзи Шор		PA	081	38128	
5195437	Jessup	jessup	US	18434	4495	America/New_York	41.46869	-75.56213	297			PA	069	38160	
5195445	Jewell	jewell	US	31045	0	America/New_York	40.31146	-80.06533	370			PA	003		
5195460	Jim Thorpe	jim-thorpe	US	18229	4641	America/New_York	40.87592	-75.73241	220	Dzhim Torp,Dzim Torp,East Mauch Chunk,Jim Thorpe,Machk Tschunk,Macht Tschunk,Mauch Chunk,Џим Торп,Джим Торп	025	PA	025	38200	
5195469	Joanna	joanna	US	29351	0	America/New_York	40.17371	-75.86188	191			PA	011	10696	
5195499	Joffre	joffre	US	15053	536	America/New_York	40.37924	-80.36034	306	Joffre,Raccoon		PA	125	71288	
5195549	Johnsonburg	johnsonburg	US	07846	2371	America/New_York	41.49062	-78.67503	442	Johnsonburg,Wilmarth		PA	047	38248	
5195550	Johnsonburg	johnsonburg	US	07846	2818	America/New_York	40.88618	-78.87781	563			PA	063	04056	
5195561	Johnstown	johnstown	US	12095	19966	America/New_York	40.32674	-78.92197	356	Conemaugh,Conemaugh Town,Dzhonstaun,Dzonstaun,Dzonstauna,Džonstauna,JST,Johnstown,janztawn  pnsylwanya,jonsata'una,jonseutaun,jonzutaun,jwnstawn,yue han si dui,Џонстаун,Джонстаун,جانزتاون، پنسیلوانیا,جونزٹاؤن، پنسلوانیا,جونستاون,जॉन्सटाऊन,ジョンズタウン,约翰斯敦,존스타운		PA	021	38288	
5195562	Johnstown	johnstown	US	12095	0	America/New_York	40.27843	-76.31634	158			PA	075	33608	
5195563	Johnstown	johnstown	US	12095	0	America/New_York	40.94008	-77.05275	171			PA	119	82640	
5195589	Jones Mills	jones-mills	US	15646	0	America/New_York	40.08891	-79.34275	480			PA	129	19480	
5195605	Jonestown	jonestown	US	17038	64	America/New_York	41.12925	-76.3041	212			PA	037	26056	
5195606	Jonestown	jonestown	US	17038	1958	America/New_York	40.4137	-76.4783	147			PA	075	38400	
5195607	Jonestown	jonestown	US	17038	0	America/New_York	40.69953	-76.27134	252			PA	107	11608	
5195608	Jonestown	jonestown	US	17038	0	America/New_York	40.12952	-79.97366	311			PA	125	25104	
5195611	Jonesville	jonesville	US	05466	0	America/New_York	40.85204	-75.54102	197			PA	025	77160	
5195631	Jordan Valley	jordan-valley	US	97910	0	America/New_York	40.71287	-75.71352	193			PA	077	33616	
5195638	Josephine	josephine	US	15750	0	America/New_York	40.47729	-79.18142	315	Bells Mills,Josephine		PA	063	10352	
5195644	Joyce	joyce	US	71440	0	America/New_York	40.97201	-80.3159	311			PA	073	70080	
5195664	Julian	julian	US	16844	152	America/New_York	40.86423	-77.93945	260	Julia Ann Furnace,Julian,Julian Furnace,Juliana Furnace		PA	027	36504	
5195669	Juneau	juneau	US	53039	0	America/New_York	40.8884	-78.96253	402			PA	063	11120	
5195671	Junedale	junedale	US	18230	0	America/New_York	40.92342	-75.94159	509	Colesaine,Junedale,Leviston		PA	025	04048	
5195673	Juniata	juniata	US	68955	0	America/New_York	40.5384	-78.3814	359			PA	013	02184	
5195674	Juniata	juniata	US	68955	0	America/New_York	40.00845	-75.10879	25			PA	101	60000	
5195728	Kane	kane	US	16735	3610	America/New_York	41.66284	-78.81114	617	Kejn,Кејн		PA	083	38688	
5195740	Kaneville	kaneville	US	60144	0	America/New_York	41.50423	-79.70255	351			PA	121	16232	
5195757	Kantner	kantner	US	15548	0	America/New_York	40.10174	-78.93697	530	Kantner,Sprucetown		PA	111	63144	
5195766	Karns City	karns-city	US	16041	209	America/New_York	40.99395	-79.72533	376			PA	019	38768	
5195773	Karthaus	karthaus	US	16845	0	America/New_York	41.12089	-78.1139	278	Karthaus,Kerthaus		PA	033	38784	
5195775	Kasson	kasson	US	55944	0	America/New_York	41.74867	-78.52613	487			PA	083	32232	
5195802	Kaylor	kaylor	US	57354	0	America/New_York	40.49618	-78.6628	623	Kaylor,Kaylors		PA	021	52360	
5195805	Kaylor	kaylor	US	57354	0	America/New_York	40.98117	-79.66783	338			PA	005	08152	
5195812	Kearney	kearney	US	64060	0	America/New_York	40.14036	-78.22279	434			PA	009	08880	
5195813	Kearney	kearney	US	64060	0	America/New_York	40.07178	-74.96961	17			PA	017	05616	
5195816	Kearsarge	kearsarge	US	03847	0	America/New_York	42.06589	-80.09284	284			PA	049	49548	
5195889	Kelayres	kelayres	US	18231	533	America/New_York	40.90092	-76.00354	531			PA	107	40096	
5195914	Kellogg	kellogg	US	50135	0	America/New_York	41.67813	-76.45966	270			PA	015	50440	
5195963	Kempton	kempton	US	19529	169	America/New_York	40.6262	-75.85242	130	Kempdon,Kempton,Trealers		PA	011	00588	
5195968	Kendall	kendall	US	14476	0	America/New_York	40.53423	-80.48784	373			PA	007	32392	
5195975	Kendrick	kendrick	US	83537	0	America/New_York	40.81839	-78.38085	476			PA	033	86440	
5195980	Kenilworth	kenilworth	US	07033	1907	America/New_York	40.23149	-75.63408	54	Kenilworth,Madison		PA	029	54936	
5195986	Kennard	kennard	US	47351	0	America/New_York	41.46505	-80.33645	317			PA	085	75008	
5195988	Kennedy	kennedy	US	14747	0	America/New_York	41.68007	-77.42831	542			PA	117	18760	
5196003	Kennerdell	kennerdell	US	16374	247	America/New_York	41.26645	-79.84061	306	Kennerdell,Scrub Grass		PA	121	65560	
5196004	Kenneth	kenneth	US	56147	0	America/New_York	40.06535	-79.85227	337			PA	051	37872	
5196016	Kenwood	kenwood	US	95452	0	America/New_York	40.74895	-80.29701	332			PA	007	18264	
5196018	Kenwood	kenwood	US	95452	0	America/New_York	40.64673	-78.94531	482			PA	063	13072	
5196042	Kernville	kernville	US	93238	0	America/New_York	40.31952	-78.91891	356			PA	021	38288	
5196059	Kersey	kersey	US	15846	937	America/New_York	41.36228	-78.59613	602	Centerville,Centreville,Kersey		PA	047	27088	
5196099	Keystone	keystone	US	46759	0	America/New_York	41.27758	-75.79575	268			PA	079	61120	
5196100	Keystone	keystone	US	46759	0	America/New_York	40.3262	-77.05498	183			PA	099	66976	
5196101	Keystone	keystone	US	46759	0	America/New_York	40.26757	-79.70782	320			PA	129	69392	
5196148	Kilgore	kilgore	US	69216	0	America/New_York	41.26228	-80.00117	468			PA	085	86552	
5196162	Kimberton	kimberton	US	19442	0	America/New_York	40.13066	-75.57214	63			PA	029	21696	
5196183	Kinderhook	kinderhook	US	12106	0	America/New_York	40.05232	-76.49885	179			PA	071	83152	
5196185	King	king	US	27021	0	America/New_York	40.24397	-78.46418	407			PA	009	39658	
5196220	King of Prussia	king-of-prussia	US	19406	19936	America/New_York	40.08927	-75.39602	61	Brandywine Village,KPD,King of Prussia,King ov Prasha,Кинг ов Праша		PA	091	79136	
5196242	Kingsley	kingsley	US	18826	0	America/New_York	41.7598	-75.75213	294			PA	115	32568	
5196245	Kingston	kingston	US	02364	12941	America/New_York	41.26175	-75.89686	164	Dorrancetown,Kingston,Kingstonas,kingusuton,kyngztwn  pnsylwanya,Кингстон,کنگسٹن، پنسلوانیا,کینگزتون، پنسیلوانیا,キングストン		PA	079	39784	
5196246	Kingston	kingston	US	02364	0	America/New_York	40.29201	-79.34115	312			PA	129	18968	
5196249	Kingsville	kingsville	US	21087	0	America/New_York	41.13173	-79.26393	421			PA	031	43344	
5196254	Kingwood	kingwood	US	26537	0	America/New_York	40.26259	-76.95525	123	Kingwood,Laurel		PA	041	32296	
5196259	Kinney	kinney	US	55758	0	America/New_York	41.99007	-77.94445	613	Kinney,Kinney Corners		PA	105	28760	
5196282	Kintnersville	kintnersville	US	18930	0	America/New_York	40.55705	-75.17962	58	Kintnersville,Kintnerville		PA	017	54576	
5196307	Kirbyville	kirbyville	US	65679	0	America/New_York	40.47426	-75.85854	128			PA	011	64592	
5196314	Kirkland	kirkland	US	60146	0	America/New_York	40.01011	-75.60049	159			PA	029	84192	
5196342	Kistler	kistler	US	25628	321	America/New_York	40.38008	-77.86833	172			PA	087	40016	
5196343	Kistler	kistler	US	25628	0	America/New_York	40.38953	-77.43388	205			PA	099	54968	
5196345	Kissimmee	kissimmee	US	34741	0	America/New_York	40.79536	-77.08526	192	Kissima,Kissime,Kissimmee		PA	109	27440	
5196357	Kittanning	kittanning	US	16201	3885	America/New_York	40.81645	-79.52199	241	Cantanyans,Cattanyan,Kittanning,Киттаннинг	005	PA	005	40040	
5196387	Kleinfeltersville	kleinfeltersville	US	17039	0	America/New_York	40.30093	-76.24912	177			PA	075	33608	
5196410	Klingerstown	klingerstown	US	17941	127	America/New_York	40.66036	-76.68941	159			PA	107	79120	
5196412	Klondike	klondike	US	75448	0	America/New_York	41.86034	-78.80031	640			PA	083	16352	
5196434	Knickerbocker	knickerbocker	US	76939	0	America/New_York	40.04261	-75.50381	141			PA	029	85352	
5196461	Knightsville	knightsville	US	47857	0	America/New_York	40.24202	-78.01167	279			PA	061	11600	
5196463	Knox Dale	knox-dale	US	15847	0	America/New_York	41.08617	-79.02642	511	Knox Dale,Knoxdale,Knoxville		PA	065	40304	
5196465	Knox	knox	US	12107	1100	America/New_York	41.23451	-79.53727	424	Edenburg,Knox		PA	031	40272	
5196471	Knoxville	knoxville	US	16928	0	America/New_York	40.41979	-79.99478	341			PA	003	61000	
5196472	Knoxville	knoxville	US	16928	0	America/New_York	40.01591	-79.87644	352			PA	051	09434	
5196473	Knoxville	knoxville	US	16928	622	America/New_York	41.95729	-77.43887	377	Noksvill,Ноксвилл		PA	117	40360	
5196516	Koppel	koppel	US	16136	743	America/New_York	40.83423	-80.32229	274	Koppel,West Ellwood Junction		PA	007	40400	
5196527	Kossuth	kossuth	US	16331	0	America/New_York	41.28478	-79.57394	474			PA	031	03248	
5196548	Kreamer	kreamer	US	17833	822	America/New_York	40.80314	-76.96387	147	Kreamer,Kreamers,Kremer		PA	109	49016	
5196553	Krebs	krebs	US	74554	0	America/New_York	40.98506	-78.40696	356			PA	033	07432	
5196554	Krebs	krebs	US	74554	0	America/New_York	40.84981	-76.19994	375			PA	107	78400	
5196566	Kresgeville	kresgeville	US	18333	0	America/New_York	40.89704	-75.50296	206			PA	089	61928	
5196601	Kulpmont	kulpmont	US	17834	2851	America/New_York	40.79342	-76.47245	342			PA	097	40584	
5196605	Kulpsville	kulpsville	US	19443	8194	America/New_York	40.24288	-75.33656	88	Kulosville,Kulpsville		PA	091	77152	
5196608	Kunkle	kunkle	US	43531	0	America/New_York	41.37841	-75.98242	328			PA	079	18056	
5196613	Kunkletown	kunkletown	US	18058	0	America/New_York	40.84787	-75.44824	161	Kunkletown,Kunkleville		PA	089	22904	
5196621	Kutztown	kutztown	US	19530	5028	America/New_York	40.51732	-75.77742	128	Kutz Town,Kutzeschtettel,Kutztown,ku ci dui,库茨敦		PA	011	40656	
5196622	Kutztown	kutztown	US	19530	0	America/New_York	40.3987	-76.3219	202			PA	075	37392	
5196641	Kylertown	kylertown	US	16847	340	America/New_York	40.99339	-78.16723	503			PA	033	16040	
5196646	La Belle	la-belle	US	15450	0	America/New_York	40.00785	-79.97894	303			PA	051	45560	
5196649	La Plume	la-plume	US	18440	0	America/New_York	41.55674	-75.7538	273	La Plume,Laplume		PA	069	41504	
5196670	Laceyville	laceyville	US	18623	364	America/New_York	41.64591	-76.16132	211			PA	131	40744	
5196683	Lackawaxen	lackawaxen	US	18435	0	America/New_York	41.48203	-74.986	193			PA	103	40776	
5196697	Lafayette	lafayette	US	07848	0	America/New_York	41.79367	-78.67975	655	Lafayette,Lafayette Corners		PA	083	40808	
5196698	Lafayette	lafayette	US	07848	0	America/New_York	40.05289	-75.26879	76			PA	091	44976	
5196702	Lafayette Hill	lafayette-hill	US	19444	2150	America/New_York	40.09245	-75.2533	84			PA	091	84624	
5196718	Lagrange	lagrange	US	04453	0	America/New_York	40.07678	-75.03962	23			PA	101	60000	
5196720	Lahaska	lahaska	US	18931	0	America/New_York	40.34649	-75.03156	96	Hentown,Lahaska		PA	017	09816	
5196732	Lairdsville	lairdsville	US	17742	0	America/New_York	41.22925	-76.61301	226			PA	081	27432	
5196733	Harveys Lake	harveys-lake	US	18618	0	America/New_York	41.35258	-76.03242	385			PA	079	33000	
5196744	Lake Ariel	lake-ariel	US	18436	0	America/New_York	41.45397	-75.38268	439	Ariel,Lake Ariel		PA	127	40936	
5196766	Lake City	lake-city	US	16423	0	America/New_York	41.36478	-78.88559	521			PA	047	72928	
5196767	Lake City	lake-city	US	16423	2965	America/New_York	42.01422	-80.34534	219	Lake City,Miles Grove,North Girard		PA	049	40960	
5196773	Lake Como	lake-como	US	18437	0	America/New_York	41.84981	-75.33684	463			PA	127	62600	
5196809	Lake Harmony	lake-harmony	US	18624	0	America/New_York	41.06064	-75.59102	570			PA	025	39608	
5196974	Lake Winola	lake-winola	US	18625	748	America/New_York	41.50674	-75.85297	349			PA	131	57408	
5196994	Lakemont	lakemont	US	14857	1868	America/New_York	40.47285	-78.38835	359			PA	013	44328	
5197000	Lakeside	lakeside	US	06758	0	America/New_York	40.1515	-74.81627	12			PA	017	77744	
5197001	Lakeside	lakeside	US	06758	0	America/New_York	41.8573	-75.65796	441			PA	115	53888	
5197011	Laketon	laketon	US	46943	0	America/New_York	41.36563	-76.0577	382	Laketon,Sandy Beach		PA	079	33000	
5197013	Lakeview	lakeview	US	28350	0	America/New_York	41.86397	-75.61768	529			PA	115	37464	
5197022	Lakeville	lakeville	US	02347	0	America/New_York	41.80922	-79.84477	439			PA	039	07032	
5197023	Lakeville	lakeville	US	02347	0	America/New_York	41.43814	-75.27657	383			PA	127	58480	
5197025	Lakewood	lakewood	US	08701	0	America/New_York	42.092	-80.17367	220			PA	049	49548	
5197026	Lakewood	lakewood	US	08701	0	America/New_York	41.85203	-75.38129	541			PA	127	62600	
5197032	Lamar	lamar	US	16848	562	America/New_York	41.01618	-77.5311	241			PA	035	62152	
5197039	Lamartine	lamartine	US	16375	0	America/New_York	41.22256	-79.63394	437	Lamartine,New Salem,Salem		PA	031	67432	
5197049	Lamberton	lamberton	US	56152	0	America/New_York	40.63925	-76.49385	264			PA	107	33584	
5197069	Lamont	lamont	US	32336	0	America/New_York	41.61228	-78.80698	632	La Mont,Lamont,Madge,Madge Station		PA	047	38368	
5197079	Lancaster	lancaster	US	01523	59339	America/New_York	40.03788	-76.30551	110	LNS,Lancaster,Lankastr,Lankaster,Lengeschder,laengkeoseuteo,lainkisatara,lamkestara,lan kai si te,lnkstr  pnsylwanya,rankasuta,Ланкастер,Ланкастър,لنکاسٹر، پنسلوانیا,لنکاسٹر، پنسلوینیا,لنکستر، پنسیلوانیا,लँकेस्टर,ਲੈਂਕਿਸਟਰ,ランカスター,兰开斯特,랭커스터	071	PA	071	41216	
5197105	Lander	lander	US	82520	0	America/New_York	41.967	-79.23811	478	Beech Creek,Framington,Lander,Scrantons Corners		PA	123	25304	
5197109	Lanark	lanark	US	25860	0	America/New_York	40.55177	-75.43268	131			PA	077	79288	
5197116	Landisburg	landisburg	US	17040	218	America/New_York	40.34258	-77.30721	177			PA	099	41272	
5197119	Landisville	landisville	US	08326	0	America/New_York	40.34927	-75.11323	102	Ely,Landisville		PA	017	09816	
5197120	Landisville	landisville	US	08326	1893	America/New_York	40.09537	-76.40996	124			PA	071	21232	
5197128	Lanesboro	lanesboro	US	18827	479	America/New_York	41.95703	-75.5849	280			PA	115	41336	
5197130	Laneville	laneville	US	75667	0	America/New_York	40.67951	-79.6906	238			PA	005	27784	
5197134	Langdon	langdon	US	58249	0	America/New_York	42.077	-80.02783	346			PA	049	75208	
5197135	Langdon	langdon	US	58249	0	America/New_York	41.31952	-75.72519	323			PA	079	61056	
5197136	Langdon	langdon	US	58249	0	America/New_York	41.51785	-76.94996	261			PA	081	46208	
5197138	Langeloth	langeloth	US	15054	717	America/New_York	40.36507	-80.41395	374			PA	125	71288	
5197140	Langhorne	langhorne	US	19047	1599	America/New_York	40.17455	-74.92267	67	Artleborough,Attleboro,Attleborough,Attlebury,Four Lanes Ends,Langhorne,Langkhorn,Middle Lots,Richardsons Corner,Лангхорн		PA	017	41392	
5197159	Lansdale	lansdale	US	19446	16512	America/New_York	40.2415	-75.28379	109	Lansdejl,ransuderu,Лансдејл,ランスデール		PA	091	41432	
5197162	Lanse	lanse	US	16849	0	America/New_York	40.97506	-78.12945	487			PA	033	16040	
5197163	Lansford	lansford	US	18232	3798	America/New_York	40.83176	-75.88242	350	Ashton,Lansford,Richdale,Storm Hill		PA	025	41464	
5197171	Laporte	laporte	US	18626	307	America/New_York	41.42397	-76.49411	597	LaPorte,Laporte	113	PA	113	41512	
5197185	Larimer	larimer	US	15647	0	America/New_York	40.34535	-79.72643	265			PA	129	55128	
5197186	Larimer	larimer	US	15647	0	America/New_York	40.46257	-79.90838	278			PA	003	61000	
5197227	Latrobe	latrobe	US	15650	8081	America/New_York	40.32118	-79.37948	304	LBE,Latrob,latrwb,latrwb  pynslwanya,ltrwb  pnsylwanya,Латроб,لاتروب,لاتروب، پینسلوانیا,لتروب، پنسیلوانیا		PA	129	41680	
5197238	Laughlintown	laughlintown	US	15655	0	America/New_York	40.21202	-79.19781	393	Laughlinstown,Laughlintown		PA	129	43240	
5197265	Laurel Hill	laurel-hill	US	28351	0	America/New_York	40.07315	-76.08412	138	Laurel Hill,Laurelville		PA	071	20688	
5197270	Laurel Hill	laurel-hill	US	28351	0	America/New_York	40.36757	-80.23061	336			PA	125	11800	
5197405	Laurelton	laurelton	US	17835	221	America/New_York	40.88313	-77.19859	199	Laruelton,Laurelton		PA	119	32952	
5197408	Laurelville	laurelville	US	43135	0	America/New_York	40.14313	-79.48448	351			PA	051	10152	
5197413	Laurys Station	laurys-station	US	18059	1243	America/New_York	40.72315	-75.53018	115	Laurays Station,Laurys,Laurys Station,Slate Dam		PA	077	55576	
5197419	Lavelle	lavelle	US	17943	742	America/New_York	40.76342	-76.38273	313	Lavelle-Locustdale		PA	107	10488	
5197430	Lawndale	lawndale	US	28090	0	America/New_York	40.05039	-75.09156	40	Lawncrest,Lawndale		PA	101	60000	
5197437	Lawrence	lawrence	US	01840	540	America/New_York	40.30618	-80.12061	311	Lawrence,Lawrence Hills		PA	125	11800	
5197454	Lawrenceburg	lawrenceburg	US	38464	0	America/New_York	41.09117	-79.68477	333			PA	005	57976	
5197455	Lawrenceville	lawrenceville	US	12949	638	America/New_York	40.46757	-79.96061	245			PA	003	61000	
5197456	Lawrenceville	lawrenceville	US	12949	0	America/New_York	41.35591	-75.74769	208	Lackawanna,Lawrenceville		PA	069	56576	
5197457	Lawrenceville	lawrenceville	US	12949	615	America/New_York	41.99757	-77.12608	303			PA	117	42016	
5197461	Lawn	lawn	US	17041	0	America/New_York	40.22009	-76.53913	146			PA	075	72296	
5197465	Lawton	lawton	US	18828	0	America/New_York	41.78591	-76.07076	285			PA	115	66776	
5197473	Layton	layton	US	07851	0	America/New_York	40.09035	-79.72337	247			PA	051	59464	
5197479	Le Raysville	le-raysville	US	18829	285	America/New_York	41.83869	-76.18021	425	Le Raysville,LeRaysville		PA	015	42824	
5197517	Lebanon	lebanon	US	03756	25534	America/New_York	40.34093	-76.41135	143	Lebanon,Lebanono,Steitztown,lai ba nen,lbnan,lbnan  pnsylwanya,lebeoneon,lybann  pnslwanya,rebanon,Лебанон,لبنان,لبنان، پنسیلوانیا,لیبانن، پنسلوانیا,レバノン,萊巴嫩,레버넌	075	PA	075	42168	
5197543	Leck Kill	leck-kill	US	17836	0	America/New_York	40.71675	-76.62996	233			PA	097	79112	
5197548	Lederach	lederach	US	19450	0	America/New_York	40.26177	-75.40601	111	Lederach,Lederachsville		PA	091	45096	
5197551	Lee	lee	US	01238	0	America/New_York	41.15369	-76.08465	298	Lee,Teasdale City		PA	079	53960	
5197554	Lecontes Mills	lecontes-mills	US	16850	0	America/New_York	41.08311	-78.28335	456			PA	033	29224	
5197567	Leechburg	leechburg	US	15656	0	America/New_York	40.50451	-79.76338	290			PA	003	61536	
5197568	Leechburg	leechburg	US	15656	2069	America/New_York	40.62701	-79.6056	242			PA	005	42280	
5197579	Leeper	leeper	US	16233	158	America/New_York	41.37034	-79.30421	500			PA	031	25272	
5197588	Leesburg	leesburg	US	08327	0	America/New_York	41.1345	-80.22006	400			PA	085	73080	
5197590	Leesport	leesport	US	19533	1883	America/New_York	40.44704	-75.96632	92			PA	011	42352	
5197593	Leetonia	leetonia	US	44431	0	America/New_York	41.59979	-77.49526	385			PA	117	23056	
5197594	Leetsdale	leetsdale	US	15056	1199	America/New_York	40.56312	-80.20839	218			PA	003	42392	
5197656	Lehigh	lehigh	US	50557	0	America/New_York	41.27453	-75.4538	574			PA	069	16664	
5197673	Lehighton	lehighton	US	18235	5314	America/New_York	40.8337	-75.7138	174	Likhajton,Лихајтон		PA	025	42472	
5197680	Lehman	lehman	US	18627	0	America/New_York	41.31702	-76.02242	400			PA	079	42504	
5197723	Lemont	lemont	US	16851	2270	America/New_York	40.81062	-77.81833	309	Centreville,Dales Mills,Edenville,Elmwood,Lemont		PA	027	15136	
5197725	Lemoyne	lemoyne	US	17043	4636	America/New_York	40.2412	-76.89414	119	Bridgeport,Lemoyne		PA	041	42648	
5197743	Lenox	lenox	US	01240	0	America/New_York	41.71175	-75.67297	270			PA	115	42760	
5197746	Lenhartsville	lenhartsville	US	19534	167	America/New_York	40.57287	-75.88798	119			PA	011	42688	
5197749	Leola	leola	US	17540	7214	America/New_York	40.08787	-76.18495	131			PA	071	79080	
5197753	Leona	leona	US	75850	0	America/New_York	41.82174	-76.74523	353			PA	015	73008	
5197755	Leonard	leonard	US	48367	0	America/New_York	41.02172	-78.41474	357			PA	033	41952	
5197767	Leroy	leroy	US	36548	0	America/New_York	41.67591	-76.70718	312	LeRoy,Leroy		PA	015	42856	
5197771	Leonardsville	leonardsville	US	13364	0	America/New_York	41.07536	-75.69214	489			PA	025	39608	
5197796	Levittown	levittown	US	11756	52983	America/New_York	40.15511	-74.82877	9	Levittaun,Левиттаун		PA	017	08768	
5197827	Lewis Run	lewis-run	US	16738	596	America/New_York	41.8709	-78.66142	473			PA	083	42984	
5197840	Lewisberry	lewisberry	US	17339	363	America/New_York	40.13509	-76.85969	133			PA	133	42968	
5197842	Lewisburg	lewisburg	US	17837	5774	America/New_York	40.96453	-76.88441	144	Derrstown,Lewisburg,Luisburg,lwyysbrg  pnslwanya,Луисбург,لوئیسبرگ، پنسلوانیا	119	PA	119	42976	
5197850	Lewistown	lewistown	US	17044	8271	America/New_York	40.59924	-77.57138	150	L'juistaun,Lewistown,Luistaun,Poketytown,Луистаун,Льюистаун	087	PA	087	43000	
5197851	Lewistown	lewistown	US	17044	0	America/New_York	40.73259	-76.02799	292			PA	107	80576	
5197858	Lewisville	lewisville	US	19351	0	America/New_York	40.51062	-79.32115	406			PA	063	15560	
5197859	Lexington	lexington	US	02420	0	America/New_York	40.18843	-76.29968	178			PA	071	81168	
5197861	Lexington Park	lexington-park	US	20653	0	America/New_York	40.05344	-75.04628	30			PA	101	60000	
5197865	Liberty	liberty	US	04949	2520	America/New_York	40.32535	-79.85616	277			PA	003	43064	
5197866	Liberty	liberty	US	04949	0	America/New_York	40.04257	-79.6606	293	East Liberty,Liberty		PA	051	20224	
5197867	Liberty	liberty	US	04949	0	America/New_York	41.70923	-78.21612	501			PA	083	43096	
5197868	Liberty	liberty	US	04949	247	America/New_York	41.55841	-77.10469	470	Block House,Liberty		PA	117	43128	
5197969	Lickingville	lickingville	US	16332	0	America/New_York	41.37784	-79.36838	484			PA	031	81208	
5197989	Ligonier	ligonier	US	15658	1540	America/New_York	40.24313	-79.23753	365	Ligonir,Лигонир		PA	129	43232	
5198006	Lilly	lilly	US	15938	929	America/New_York	40.42591	-78.62002	583			PA	021	43248	
5198019	Lime Ridge	lime-ridge	US	53942	0	America/New_York	40.63815	-75.28823	92			PA	095	45104	
5198026	Lime Ridge	lime-ridge	US	53942	890	America/New_York	41.02786	-76.33938	153	Centreville,Lime Ridge		PA	037	72040	
5198032	Limeport	limeport	US	18060	0	America/New_York	40.50899	-75.44713	158			PA	077	44992	
5198034	Limerick	limerick	US	04048	18074	America/New_York	40.23093	-75.52212	89			PA	091	43312	
5198041	Limestone	limestone	US	04750	0	America/New_York	41.12868	-79.32699	389	Greenville,Limestone		PA	031	43344	
5198062	Lincoln	lincoln	US	01773	1061	America/New_York	40.31896	-79.85477	330	Linkol'n,Линкольн		PA	003	43408	
5198063	Lincoln	lincoln	US	01773	0	America/New_York	40.19648	-76.20106	128	Lincoln,Lincoln Alternative School,New Ephrata		PA	071	23832	
5198088	Lincoln Park	lincoln-park	US	07035	0	America/New_York	40.46201	-79.88311	314			PA	003	59032	
5198089	Lincoln Park	lincoln-park	US	07035	1615	America/New_York	40.31481	-75.98549	90			PA	011	72824	
5198091	Lincoln Park	lincoln-park	US	07035	0	America/New_York	40.64176	-75.35907	116			PA	095	06088	
5198127	Lincolnville	lincolnville	US	04849	96	America/New_York	41.79367	-79.83811	418			PA	039	07032	
5198134	Linden	linden	US	07036	0	America/New_York	41.23091	-77.13941	168	Linden,Lindenville		PA	081	86456	
5198135	Linden	linden	US	07036	0	America/New_York	40.22813	-80.14089	301	Linden,Lindenville		PA	125	55432	
5198160	Line Lexington	line-lexington	US	18932	0	America/New_York	40.28927	-75.26101	118			PA	017	53304	
5198166	Linesville	linesville	US	16424	997	America/New_York	41.65617	-80.42396	319			PA	039	43656	
5198186	Linn	linn	US	26384	0	America/New_York	40.02619	-79.85699	240			PA	051	63904	
5198203	Lionville	lionville	US	19353	6189	America/New_York	40.05372	-75.65993	165			PA	029	79480	
5198208	Lisbon	lisbon	US	03585	0	America/New_York	41.19728	-79.79422	413			PA	121	69016	
5198212	Litchfield	litchfield	US	03052	0	America/New_York	41.96757	-76.43022	465			PA	015	43792	
5198214	Lithia Springs	lithia-springs	US	30122	0	America/New_York	40.92092	-76.7633	167			PA	097	61832	
5198218	Lititz	lititz	US	17543	9225	America/New_York	40.15732	-76.3069	117	Lititz,Warwick		PA	071	43816	
5198413	Little Meadows	little-meadows	US	18830	262	America/New_York	41.99063	-76.13076	318			PA	115	43928	
5198852	Long Pond	long-pond	US	18334	0	America/New_York	41.05342	-75.46296	570			PA	089	77776	
5198595	Livermore	livermore	US	04253	0	America/New_York	40.46173	-79.33309	277			PA	129	18968	
5198596	Liverpool	liverpool	US	13088	962	America/New_York	40.57481	-76.98915	122			PA	099	43968	
5198601	Livonia	livonia	US	14487	0	America/New_York	40.98063	-77.29164	457	Livonia,Steven Place		PA	027	49360	
5198605	Llewellyn	llewellyn	US	17944	0	America/New_York	40.67287	-76.27912	229			PA	107	08200	
5198635	Lock Haven	lock-haven	US	17745	9604	America/New_York	41.13701	-77.44693	170	LHV,Lok Khejven,lak hyfn,lak hywn  pnsylwanya,Лок Хејвен,لاك هيفن,لاک هیون، پنسیلوانیا	035	PA	035	44128	
5198657	Lockport	lockport	US	14094	0	America/New_York	41.1409	-77.44081	194			PA	035	86448	
5198658	Lockport	lockport	US	14094	0	America/New_York	40.54313	-77.65888	159			PA	087	56720	
5198659	Lockport	lockport	US	14094	0	America/New_York	40.73676	-75.5738	116			PA	095	42424	
5198660	Lockport	lockport	US	14094	0	America/New_York	40.39174	-79.12198	323			PA	129	24608	
5198662	Lockridge	lockridge	US	52635	0	America/New_York	40.63343	-75.59463	126			PA	077	55576	
5198666	Lockwood	lockwood	US	14859	0	America/New_York	41.52895	-78.27418	326			PA	023	70336	
5198670	Locust	locust	US	28097	0	America/New_York	40.85645	-78.97253	441	Locust,Locust Lane		PA	063	11120	
5198674	Locust Grove	locust-grove	US	22508	0	America/New_York	40.81923	-77.58111	359	Beech,Locust Grove		PA	027	31472	
5198675	Locust Grove	locust-grove	US	22508	0	America/New_York	40.0801	-76.65913	92			PA	071	15824	
5198676	Locust Grove	locust-grove	US	22508	0	America/New_York	40.67453	-76.9472	201			PA	109	12672	
5198710	Locust Gap	locust-gap	US	17840	0	America/New_York	40.77175	-76.44134	363			PA	097	51504	
5198716	Locust Valley	locust-valley	US	11560	0	America/New_York	40.49566	-75.4074	194			PA	077	79288	
5198717	Locust Valley	locust-valley	US	11560	0	America/New_York	40.80453	-76.0616	358			PA	107	66944	
5198721	Locustdale	locustdale	US	17945	177	America/New_York	40.77731	-76.37606	312	Ashland,Locust Dale,Locustdale		PA	037	15880	
5198724	Lodi	lodi	US	07644	0	America/New_York	40.55149	-75.08406	37			PA	017	76784	
5198747	Logan	logan	US	25601	0	America/New_York	40.81673	-78.86753	516	Logan,Madeline		PA	063	04056	
5198748	Logan	logan	US	25601	0	America/New_York	40.02845	-75.15157	38			PA	101	60000	
5198777	Loganton	loganton	US	17747	470	America/New_York	41.03424	-77.30664	397	Loganton,Loganville		PA	035	44400	
5198788	London	london	US	25126	0	America/New_York	41.14367	-80.14867	388			PA	085	73080	
5198796	Lone Pine	lone-pine	US	93545	0	America/New_York	40.07424	-80.17228	294			PA	125	02384	
5198806	Loleta	loleta	US	95551	0	America/New_York	41.39895	-79.07948	412			PA	047	49888	
5198809	Long Branch	long-branch	US	07740	434	America/New_York	40.10368	-79.86921	332	Independence,Long Branch		PA	125	44512	
5198911	Long Valley	long-valley	US	07853	0	America/New_York	41.6498	-76.568	338			PA	015	27344	
5198942	Longview	longview	US	61852	0	America/New_York	40.34785	-80.01478	353			PA	003		
5198962	Loop	loop	US	79342	0	America/New_York	40.42202	-78.36168	290			PA	013	27600	
5198963	Loop	loop	US	79342	0	America/New_York	40.89979	-79.16559	368			PA	063	83416	
5198974	Lopez	lopez	US	18628	0	America/New_York	41.45785	-76.33355	522			PA	113	15208	
5198977	Lorain	lorain	US	44052	723	America/New_York	40.29896	-78.89225	469	Lorejn,Лорейн		PA	021	44664	
5198980	Lorane	lorane	US	97451	4236	America/New_York	40.28843	-75.85465	62			PA	011	24384	
5198988	Loretto	loretto	US	15940	1376	America/New_York	40.50313	-78.6303	595	Loreto,Лорето		PA	021	44704	
5198994	Lorraine	lorraine	US	13659	0	America/New_York	40.71398	-76.17911	236			PA	107	21616	
5199010	Lost Creek	lost-creek	US	17946	0	America/New_York	40.80648	-76.24689	318			PA	107	83408	
5199047	Lovejoy	lovejoy	US	30250	0	America/New_York	40.70729	-78.95809	424			PA	063	30816	
5199051	Lovell	lovell	US	04051	0	America/New_York	41.90617	-79.70227	421	Lovell,Lovells		PA	049	15504	
5199057	Lovely	lovely	US	41231	0	America/New_York	40.20952	-78.60502	401			PA	009	43416	
5199067	Lowber	lowber	US	15660	0	America/New_York	40.06924	-79.83588	280			PA	051	37872	
5199068	Lowber	lowber	US	15660	0	America/New_York	40.2459	-79.77088	237	Blackburn,Lowber,Lowder,Marchand		PA	129	69392	
5199070	Lowell	lowell	US	01850	0	America/New_York	40.73008	-77.29582	196			PA	109	82464	
5199209	Loyalhanna	loyalhanna	US	15661	3428	America/New_York	40.32257	-79.36226	302	McChesneytown-Loyalhanna		PA	129	18968	
5199212	Lowville	lowville	US	13367	0	America/New_York	42.02478	-79.82144	395			PA	049	79928	
5199452	Madera	madera	US	16661	0	America/New_York	40.82839	-78.43502	408			PA	033	06288	
5199229	Loyalton	loyalton	US	96118	0	America/New_York	40.56897	-76.76163	176			PA	043	81216	
5199231	Loysburg	loysburg	US	16659	0	America/New_York	40.16091	-78.37501	338	Loysburg,Pattonsville		PA	009	72656	
5199233	Loysville	loysville	US	17047	0	America/New_York	40.36564	-77.34443	180			PA	099	78184	
5199246	Lucinda	lucinda	US	16235	0	America/New_York	41.3084	-79.36977	471			PA	031	40288	
5199251	Lucasville	lucasville	US	45648	0	America/New_York	40.87729	-79.77727	378			PA	019	14048	
5199273	Lumber City	lumber-city	US	31549	76	America/New_York	40.92423	-78.57503	373	Lumber,Lumber City		PA	033	25632	
5199274	Lumber City	lumber-city	US	31549	255	America/New_York	40.66035	-77.60083	184			PA	087	09288	
5199278	Lumberville	lumberville	US	18933	0	America/New_York	40.40677	-75.03795	31			PA	017	71752	
5199286	Ludlow	ludlow	US	01056	0	America/New_York	41.72839	-78.94337	479			PA	083	32168	
5199290	Lurgan	lurgan	US	17232	0	America/New_York	40.09398	-77.6311	224	Center,Lurgan		PA	055	45496	
5199298	Luthersburg	luthersburg	US	15848	0	America/New_York	41.05339	-78.7192	558			PA	033	08120	
5199306	Luxor	luxor	US	15662	0	America/New_York	40.33424	-79.47809	332			PA	129	33792	
5199308	Luzerne	luzerne	US	18709	2850	America/New_York	41.28564	-75.90103	186	Hartseph,Luzerne		PA	079	45568	
5199324	Lykens	lykens	US	17048	1759	America/New_York	40.56675	-76.70052	210			PA	043	45592	
5199326	Lyle	lyle	US	55953	0	America/New_York	41.14228	-80.34062	334			PA	085	85512	
5199347	Lynch	lynch	US	40855	0	America/New_York	41.60228	-79.05032	394	Foxburg,Lynch		PA	053	35992	
5199356	Lyndell	lyndell	US	19354	0	America/New_York	40.05955	-75.74466	101			PA	029	20864	
5199357	Lyndon	lyndon	US	05849	0	America/New_York	40.00621	-76.29635	102			PA	071	83256	
5199358	Lyndora	lyndora	US	16045	0	America/New_York	40.85229	-79.927	370			PA	019	10472	
5199360	Lynn	lynn	US	01901	0	America/New_York	40.09257	-79.75393	292			PA	051	59520	
5199361	Lynn	lynn	US	01901	0	America/New_York	41.66452	-75.9377	366			PA	115	73440	
5199369	Lynnville	lynnville	US	38472	0	America/New_York	40.64704	-75.75158	193	Linnville,Lynnville		PA	077	45656	
5199371	Lynnwood	lynnwood	US	98036	0	America/New_York	40.12424	-79.84338	287			PA	051	81232	
5199372	Lynnwood	lynnwood	US	98036	0	America/New_York	41.2348	-75.93159	164	Iona,Lynnwood		PA	079	32416	
5199380	Lyons	lyons	US	07939	472	America/New_York	40.48204	-75.75769	140			PA	011	45752	
5199401	Mabel	mabel	US	55954	0	America/New_York	40.71009	-76.4244	257	Mabel,Mable		PA	107	04352	
5199404	Macedonia	macedonia	US	44056	0	America/New_York	41.76035	-76.38716	227			PA	015	03360	
5199405	Macedonia	macedonia	US	44056	0	America/New_York	40.61146	-77.44305	146			PA	067	25648	
5199426	Mackeyville	mackeyville	US	17750	0	America/New_York	41.05451	-77.46138	200			PA	035	41112	
5199439	Macungie	macungie	US	18062	3134	America/New_York	40.51593	-75.55519	119	Kunshi,Kunski,Maccongy,Machk-unschi,Machts,Machts Kunski,Macongy,Macungie,Macungy,Macunjy,Maguntsche,Makandzi,Mauck-Kuntshy,Millers Town,Millerstown,Millersville,Маканџи		PA	077	46392	
5199446	Madison	madison	US	03849	379	America/New_York	40.24729	-79.67726	345	Madison,Мадисон		PA	129	46488	
5199462	Madisonburg	madisonburg	US	16852	168	America/New_York	40.92618	-77.51722	394	Jacobsburg,Madisonburg,Madisonburgh		PA	027	49360	
5199463	Madisonville	madisonville	US	37354	0	America/New_York	41.35869	-75.47518	524			PA	069	46480	
5199483	Mahaffey	mahaffey	US	15757	353	America/New_York	40.87284	-78.7242	407			PA	033	46568	
5199493	Magee	magee	US	39111	0	America/New_York	41.70173	-79.35616	349			PA	123	18560	
5199494	Mahanoy City	mahanoy-city	US	17948	4070	America/New_York	40.81259	-76.1416	371			PA	107	46592	
5199500	Mahanoy Plane	mahanoy-plane	US	17949	0	America/New_York	40.79453	-76.24189	341			PA	107	29088	
5199564	Mainesburg	mainesburg	US	16932	0	America/New_York	41.78396	-76.9983	426	Mainesburg,Mainsburg		PA	117	75104	
5199566	Mainland	mainland	US	19451	0	America/New_York	40.25594	-75.36018	70			PA	091	45096	
5199572	Maitland	maitland	US	32751	357	America/New_York	40.63063	-77.50277	166			PA	087	18944	
5199597	Malta	malta	US	43758	0	America/New_York	40.61786	-76.90914	165			PA	097	44960	
5199600	Malvern	malvern	US	19355	3430	America/New_York	40.03622	-75.51381	172	Malvern,Малверн		PA	029	46792	
5199604	Mammoth	mammoth	US	15664	525	America/New_York	40.2009	-79.46309	338			PA	129	51888	
5199633	Manchester	manchester	US	01944	0	America/New_York	40.45507	-80.01978	232	Manchester,West Manchester		PA	003	61000	
5199634	Manchester	manchester	US	01944	2753	America/New_York	40.06315	-76.7183	153	Manchester,Манчестер		PA	133	46864	
5199647	Manhattan	manhattan	US	59741	0	America/New_York	41.74701	-77.53804	381			PA	117	28264	
5199648	Manheim	manheim	US	17545	4870	America/New_York	40.16343	-76.39496	125			PA	071	46888	
5199659	Manito	manito	US	61546	0	America/New_York	40.27257	-79.39837	369			PA	129	78656	
5199671	Manns Choice	manns-choice	US	15550	296	America/New_York	40.00258	-78.59113	354			PA	009	46944	
5199676	Mannsville	mannsville	US	13661	0	America/New_York	40.42592	-77.26693	214	Mannsville,Mansville		PA	099	12360	
5199677	Manor	manor	US	15665	3299	America/New_York	40.33396	-79.67004	285			PA	129	47000	
5199683	Manor	manor	US	15665	0	America/New_York	40.63257	-78.98364	464	Manner,Manor		PA	063	13072	
5199706	Manorville	manorville	US	11949	394	America/New_York	40.78729	-79.51977	243			PA	005	47064	
5199710	Mansfield	mansfield	US	02048	3432	America/New_York	41.8073	-77.07747	354	Mehnsfild,Mensfild,Менсфилд,Мэнсфилд		PA	117	47080	
5199743	Maple Grove	maple-grove	US	55311	0	America/New_York	40.49121	-75.61519	155			PA	011	44584	
5199744	Maple Grove	maple-grove	US	55311	0	America/New_York	41.03006	-79.51143	447			PA	031	46464	
5199745	Maple Grove	maple-grove	US	55311	0	America/New_York	41.17758	-76.38466	221			PA	037	05688	
5199746	Maple Grove	maple-grove	US	55311	0	America/New_York	40.06202	-79.36976	447			PA	051	67640	
5199747	Maple Grove	maple-grove	US	55311	0	America/New_York	40.02703	-77.74138	238			PA	055	42888	
5199748	Maple Grove	maple-grove	US	55311	0	America/New_York	41.94536	-75.4199	555			PA	127	68416	
5199772	Maple Hill	maple-hill	US	28454	0	America/New_York	41.1748	-76.95191	190			PA	081	08136	
5199773	Maple Hill	maple-hill	US	28454	0	America/New_York	40.81398	-76.17744	393			PA	107	46584	
5199775	Maple Hill	maple-hill	US	28454	0	America/New_York	41.69007	-77.1658	616			PA	117	07152	
5199786	Maple Lake	maple-lake	US	55358	0	America/New_York	41.32619	-75.57324	511	Maple Lake,Maplelake		PA	069	72896	
5199810	Maple Shade	maple-shade	US	08052	0	America/New_York	41.33284	-79.67561	436			PA	121	16944	
5199813	Maple Shade	maple-shade	US	08052	0	America/New_York	40.10011	-74.89517	8			PA	017	08768	
5199828	Mapleton	mapleton	US	04757	427	America/New_York	40.39369	-77.94111	180	Mapleton,Mapleton Depot		PA	061	47248	
5199835	Maplewood	maplewood	US	07040	0	America/New_York	41.43175	-75.43657	450			PA	127	40936	
5199842	Marble	marble	US	16334	0	America/New_York	41.33895	-79.4381	473			PA	031	81208	
5199843	Marble City	marble-city	US	74945	0	America/New_York	40.14675	-78.30557	295			PA	009	35656	
5199849	Marchand	marchand	US	15758	0	America/New_York	40.85756	-79.02281	475			PA	063	55184	
5199852	Marcy	marcy	US	13403	0	America/New_York	41.57341	-75.91714	285			PA	131	77792	
5199860	Marengo	marengo	US	43334	0	America/New_York	40.73117	-78.03112	344	Marengo,Marengo City		PA	027	25624	
5199862	Margaret	margaret	US	35112	0	America/New_York	40.78034	-79.37115	355			PA	005	16728	
5199871	Marianna	marianna	US	15345	479	America/New_York	40.0248	-80.10006	320			PA	125	47400	
5199876	Marienville	marienville	US	16239	3137	America/New_York	41.46895	-79.1231	528	Marienville,Marion,Marion Centre,Marionville		PA	053	38016	
5199879	Marietta	marietta	US	13110	2608	America/New_York	40.05704	-76.55219	84	Marietta,Marijeta,New Haven,Waterford,Мариетта,Маријета		PA	071	47424	
5199886	Marion Center	marion-center	US	15759	429	America/New_York	40.77006	-79.05003	393	Marion,Marion Center		PA	063	47472	
5199892	Marion Heights	marion-heights	US	17832	605	America/New_York	40.80425	-76.46495	418	Keiser,Marion Heights		PA	097	47480	
5199923	Markle	markle	US	46770	0	America/New_York	40.57257	-79.64366	348			PA	129	00892	
5199927	Marlin	marlin	US	76661	661	America/New_York	40.67842	-76.24522	225			PA	107	55624	
5199944	Mars	mars	US	16046	1658	America/New_York	40.6959	-80.01173	317			PA	019	47672	
5200007	Marsteller	marsteller	US	15760	0	America/New_York	40.65062	-78.80808	472	Marsteller,Marstetter,Moss Creek		PA	021	04272	
5200015	Marshalls Creek	marshalls-creek	US	18335	0	America/New_York	41.04315	-75.1274	144	Marshall Creek,Marshalls Creek		PA	089	71344	
5200036	Martindale	martindale	US	17549	0	America/New_York	40.36007	-78.63224	673			PA	021	62056	
5200037	Martindale	martindale	US	17549	0	America/New_York	40.15315	-76.08856	115	Martin Dale,Martindale		PA	071	20688	
5200043	Martins Creek	martins-creek	US	18063	631	America/New_York	40.78343	-75.18629	83	Martins Creek,Martinsville		PA	095	45016	
5200055	Martinsburg	martinsburg	US	13404	1911	America/New_York	40.31119	-78.32418	429	AOO		PA	013	47872	
5200078	Marysville	marysville	US	17053	0	America/New_York	40.19119	-78.26029	257			PA	009	43072	
5200079	Marysville	marysville	US	17053	0	America/New_York	40.7995	-77.955	427			PA	027	58440	
5200081	Marysville	marysville	US	17053	2535	America/New_York	40.34259	-76.92997	112	Merisvil,myryzwyl  pnslwanya,Мерисвил,میریزویل، پنسلوانیا		PA	099	47968	
5200086	Mascot	mascot	US	23108	0	America/New_York	40.06177	-76.1544	119			PA	071	42080	
5200093	Mason	mason	US	25260	0	America/New_York	41.47367	-79.847	368			PA	121	37480	
5200122	Matamoras	matamoras	US	18336	2603	America/New_York	40.44009	-76.93331	194			PA	043	32040	
5200123	Matamoras	matamoras	US	18336	2383	America/New_York	41.3687	-74.70016	131			PA	103	48048	
5200145	Mattawana	mattawana	US	17054	276	America/New_York	40.49619	-77.72944	169	Matawan,Mattawana		PA	087	08304	
5200150	Matthews	matthews	US	28104	0	America/New_York	40.10177	-75.65937	126	Mathews,Matthews		PA	029	84160	
5200170	Maxatawny	maxatawny	US	19538	0	America/New_York	40.5426	-75.6888	146	Maxatawny,Maxatawny Township,Municipio de Maxatawny,Rothrocksville,Rothrockville,Xa Maxatawny,Xã Maxatawny		PA	011	48128	
5200174	Maxwell	maxwell	US	46154	0	America/New_York	40.01063	-79.97005	237			PA	051	45560	
5200194	Mayfield	mayfield	US	12117	1737	America/New_York	41.53814	-75.53602	291	Glenwood,Mayfield		PA	069	48176	
5200195	Mayfield	mayfield	US	12117	1717	America/New_York	40.13618	-79.59782	333			PA	129	21304	
5200204	Mayport	mayport	US	16240	0	America/New_York	41.03368	-79.25143	338	Mayport,Maysville		PA	031	63728	
5200206	Maysville	maysville	US	26833	0	America/New_York	40.56312	-79.4506	298			PA	005	39968	
5200207	Maysville	maysville	US	26833	0	America/New_York	41.4045	-80.45257	315			PA	085	83976	
5200208	Maytown	maytown	US	17550	3824	America/New_York	40.07537	-76.58219	124			PA	071	21032	
5200209	Maytown	maytown	US	17550	0	America/New_York	40.09982	-76.87247	181			PA	133	81056	
5200213	Mayville	mayville	US	14757	0	America/New_York	41.08728	-80.31229	284			PA	073	85504	
5200216	Mazeppa	mazeppa	US	55956	0	America/New_York	40.98369	-76.9883	157	Mazeppa,Mezeppa,Mozeppa		PA	119	10016	
5200218	Mc Gregor	mc-gregor	US	52157	0	America/New_York	40.93812	-79.22032	486			PA	005	63712	
5200220	McAdoo	mcadoo	US	18237	2205	America/New_York	40.90127	-75.99106	523	McAdoo,Pleasant Hill		PA	107	45824	
5200279	McCleary	mccleary	US	98557	0	America/New_York	40.60895	-80.40034	354			PA	007	63224	
5200371	McDonald	mcdonald	US	88262	2095	America/New_York	40.3709	-80.23478	301	Fort McDonald,McDonald		PA	125	46072	
5200499	McKeesport	mckeesport	US	15131	19453	America/New_York	40.34785	-79.86422	233	M'Keesport,Makizport,McKeesport,makkizupoto,makysbwrt,Макизпорт,ماكيسبورت,مککیسپورٹ، پنسلوانیا,مک‌کیسپورت، پنسیلوانیا,マッキーズポート		PA	003	46256	
5200505	McKinney	mckinney	US	75069	0	America/New_York	40.15203	-77.6136	227			PA	055	45496	
5200554	McNary	mcnary	US	85930	0	America/New_York	40.2759	-80.21895	328			PA	125	12848	
5200575	McVille	mcville	US	58254	0	America/New_York	40.7259	-79.60282	327			PA	005	72000	
5200617	Meadow Lands	meadow-lands	US	15347	822	America/New_York	40.21924	-80.22061	303	Meadow Lands,Meadowlands		PA	125	12848	
5200627	Meadowbrook	meadowbrook	US	26404	0	America/New_York	40.11261	-75.07823	47	Meadow Brook,Meadowbrook		PA	091	00156	
5200643	Meadowview	meadowview	US	24361	0	America/New_York	40.84703	-76.5919	174	Meadowview,Snufftown		PA	097	69608	
5200644	Meadville	meadville	US	16335	13061	America/New_York	41.64144	-80.15145	335	Cussewago,MEJ,Meads Settlement,Meadville,Midvil,Midvill,Mijdvil,madwyl  pnsylwanya,mydfyl,Мидвил,Мидвилл,Мийдвил,مادویل، پنسیلوانیا,ميدفيل	039	PA	039	48360	
5200645	Meadville	meadville	US	16335	0	America/New_York	40.06927	-75.9955	233			PA	071	67568	
5200656	Mechanicsburg	mechanicsburg	US	17050	0	America/New_York	40.56173	-80.40284	367			PA	007	63224	
5200657	Mechanicsburg	mechanicsburg	US	17050	8999	America/New_York	40.21426	-77.00859	132	Drytown,Mechanicsburg,Mekaniksburg,Stoufferstown,Меканиксбург		PA	041	48376	
5200662	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.34399	-75.07461	135	Fentons Corner,Mechanicsville,Newark		PA	017	09816	
5200663	Mechanicsville	mechanicsville	US	18934	0	America/New_York	41.1684	-79.33393	433			PA	031	13808	
5200664	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.1176	-76.37941	116			PA	071	21232	
5200665	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.6501	-75.53768	133	Mechanicsville,Minnich		PA	077	72632	
5200666	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.60174	-77.73972	250			PA	087	78392	
5200667	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.91759	-75.35379	270			PA	089	13328	
5200668	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.06067	-75.31185	135			PA	091	44976	
5200669	Mechanicsville	mechanicsville	US	18934	3099	America/New_York	40.96648	-76.58662	179	Frogtown,Mechanicsville		PA	093	46656	
5200670	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.10955	-74.96517	23			PA	101	60000	
5200671	Mechanicsville	mechanicsville	US	18934	450	America/New_York	40.68953	-76.18578	213			PA	107	48448	
5200688	Meeker	meeker	US	74855	0	America/New_York	41.31369	-76.06576	356			PA	079	42504	
5200699	Mehoopany	mehoopany	US	18629	0	America/New_York	41.56341	-76.06048	196			PA	131	48528	
5200713	Melcroft	melcroft	US	15462	0	America/New_York	40.05202	-79.3892	432			PA	051	67640	
5200731	Melrose	melrose	US	02176	0	America/New_York	41.92981	-75.50379	358			PA	115	32720	
5200737	Melrose Park	melrose-park	US	60160	0	America/New_York	40.06178	-75.13184	62	Melrose,Melrose Park		PA	091	12968	
5200784	Mendon	mendon	US	01756	0	America/New_York	40.17952	-79.68365	344			PA	129	72256	
5200787	Menno	menno	US	57045	0	America/New_York	40.5784	-77.77	285			PA	087	48664	
5200795	Mentcle	mentcle	US	15761	0	America/New_York	40.63729	-78.88225	536			PA	063	60320	
5200798	Mercer	mercer	US	16137	1936	America/New_York	41.227	-80.23979	395	Merser,Мерсер	085	PA	085	48696	
5200813	Meredith	meredith	US	03253	0	America/New_York	40.79673	-79.2931	353	Centreville,Meredith		PA	005	16728	
5200814	Meredith	meredith	US	03253	0	America/New_York	41.08923	-78.95031	418			PA	065	60368	
5200829	Merlin	merlin	US	97532	0	America/New_York	40.10316	-75.57936	63			PA	029	21696	
5200837	Meridian	meridian	US	13113	3881	America/New_York	40.8484	-79.962	388	Meridian,Меридиан		PA	019	10472	
5200842	Merrill	merrill	US	48637	0	America/New_York	40.66645	-80.35506	217			PA	007	36944	
5200849	Mertztown	mertztown	US	19539	664	America/New_York	40.50593	-75.66547	142	Mertz Town,Mertztown		PA	011	44584	
5200852	Meshoppen	meshoppen	US	18630	555	America/New_York	41.61424	-76.04659	200			PA	131	48856	
5200887	Mexico	mexico	US	04257	472	America/New_York	40.53758	-77.35332	135			PA	067	80568	
5200888	Mexico	mexico	US	04257	0	America/New_York	41.0212	-76.74829	165			PA	093	43112	
5200899	Meyersville	meyersville	US	77974	0	America/New_York	40.64649	-75.54824	143	Meyersville,Myersville		PA	077	72632	
5201004	Middleboro	middleboro	US	02344	388	America/New_York	41.99694	-80.14306	319	McKean,Mckean,Middleboro		PA	049	46216	
5201005	Middleburg	middleburg	US	17842	0	America/New_York	41.07008	-75.77353	372			PA	079	18868	
5201006	Middleburg	middleburg	US	17842	1314	America/New_York	40.78592	-77.0472	148	Middleburg,Midlburg,Swinefordstown,Мидлбург	109	PA	109	48960	
5201008	Middlebury Center	middlebury-center	US	16935	0	America/New_York	41.84368	-77.27442	348	Middlebury Center,Middlebury Centre		PA	117	48968	
5201013	Middleport	middleport	US	14105	395	America/New_York	40.72953	-76.08549	219			PA	107	49048	
5201015	Middlesex	middlesex	US	08846	0	America/New_York	40.23453	-77.13609	133	Balfour,Middlesex		PA	041	49072	
5201024	Middleton	middleton	US	01949	0	America/New_York	40.88562	-78.74586	393			PA	033	05192	
5201026	Middletown	middletown	US	02842	0	America/New_York	41.9273	-76.69884	351			PA	015	64696	
5201027	Middletown	middletown	US	02842	9117	America/New_York	40.19981	-76.73108	110	Midltaun,Мидлтаун,مڈل ٹاؤن، ڈاوفن کاؤنٹی، پنسلوانیا		PA	043	49128	
5201028	Middletown	middletown	US	02842	0	America/New_York	40.22202	-78.21251	302			PA	061	11208	
5201029	Middletown	middletown	US	02842	0	America/New_York	40.96564	-75.93465	484			PA	079	33376	
5201030	Middletown	middletown	US	02842	0	America/New_York	41.8834	-78.55113	668			PA	083	26936	
5201031	Middletown	middletown	US	02842	7441	America/New_York	40.64399	-75.3324	84			PA	095	06096	
5201032	Middletown	middletown	US	02842	0	America/New_York	40.26174	-79.6206	397	Middletown,Midletown		PA	129	33792	
5201045	Midland	midland	US	15059	2566	America/New_York	40.63257	-80.44645	238	Midland,Midland Borough		PA	007	49184	
5201046	Midland	midland	US	15059	2944	America/New_York	40.25896	-80.21811	303			PA	125	12848	
5201052	Midvale	midvale	US	44653	0	America/New_York	41.26703	-75.86325	181			PA	079	61120	
5201054	Midway	midway	US	15060	0	America/New_York	40.13178	-74.88794	24	Midway,Poverty Cross,Tanglewood		PA	017	08768	
5201055	Midway	midway	US	15060	0	America/New_York	40.30787	-76.41079	164			PA	075	72288	
5201056	Midway	midway	US	15060	894	America/New_York	40.36924	-80.29284	339			PA	125	49240	
5201057	Midway	midway	US	15060	0	America/New_York	40.26507	-79.56115	304	Fosterville,Midway		PA	129	33792	
5201067	Mifflin	mifflin	US	17058	628	America/New_York	40.56952	-77.40277	139	Mifflin,Mifflinborough,Patterson		PA	067	49272	
5201080	Mifflinburg	mifflinburg	US	17844	3520	America/New_York	40.91758	-77.04775	178	Mifflinburg,Mifflinsburg,Miflinberg,Youngmanstown,Мифлинберг		PA	119	49288	
5201085	Mifflintown	mifflintown	US	17059	926	America/New_York	40.5698	-77.39693	143	Miflintaun,Мифлинтаун	067	PA	067	49304	
5201088	Mifflinville	mifflinville	US	18631	1253	America/New_York	41.03231	-76.30799	157	Creasy Station,Mifflinville		PA	037	49256	
5201091	Milan	milan	US	03588	0	America/New_York	41.90757	-76.52328	231			PA	015	78232	
5201093	Milanville	milanville	US	18443	0	America/New_York	41.67148	-75.06517	229			PA	127	18104	
5201096	Millbrook	millbrook	US	12545	0	America/New_York	40.07844	-74.97461	19			PA	101	60000	
5201099	Mildred	mildred	US	18632	0	America/New_York	41.47813	-76.37827	558			PA	113	13000	
5201115	Milesburg	milesburg	US	16853	1100	America/New_York	40.94173	-77.785	212	Bald Eagle Nest,Bald Eagle's Nest,Malone,Milesboro,Milesborough,Milesburg,Milesburgh,The Nest		PA	027	49368	
5201117	Milford	milford	US	01757	980	America/New_York	41.32232	-74.80239	150	Milford,Milford Boro,Милфорд	103	PA	103	49400	
5201126	Milford Square	milford-square	US	18935	897	America/New_York	40.43704	-75.39879	155			PA	017	49384	
5201136	Mill City	mill-city	US	97360	0	America/New_York	41.49591	-75.83603	264			PA	131	25128	
5201164	Mill Creek	mill-creek	US	17060	328	America/New_York	40.43563	-77.93083	198			PA	061	49552	
5201182	Mill Creek	mill-creek	US	17060	0	America/New_York	40.69787	-76.18355	242			PA	107	21616	
5201189	Mill Creek	mill-creek	US	17060	0	America/New_York	41.88146	-77.12608	329			PA	117	76824	
5201245	Mill Hall	mill-hall	US	17751	1615	America/New_York	41.10729	-77.48443	174	Mill Hall,Mill Hall Borough		PA	035	49760	
5201267	Mill Run	mill-run	US	15464	0	America/New_York	40.50813	-78.43557	394	Freeman,Mill Run		PA	013	44328	
5201268	Mill Run	mill-run	US	15464	0	America/New_York	41.23034	-78.55086	371	Mill Run,Run Mill		PA	033	36512	
5201280	Mill Run	mill-run	US	15464	0	America/New_York	40.18344	-75.10295	76			PA	091	33088	
5201291	Mill Village	mill-village	US	16427	392	America/New_York	41.87644	-79.97144	367			PA	049	49936	
5201306	Millbrook	millbrook	US	12545	0	America/New_York	41.24867	-80.06089	398			PA	085	86552	
5201308	Millburn	millburn	US	07041	0	America/New_York	41.16867	-80.23034	331			PA	085	73080	
5201316	Milledgeville	milledgeville	US	31059	0	America/New_York	41.47033	-80.06228	382			PA	085	27824	
5201405	Millersburg	millersburg	US	17061	2536	America/New_York	40.53953	-76.96081	131	Milersburg,Милерсбург		PA	043	49680	
5201408	Millerstown	millerstown	US	17062	0	America/New_York	40.65007	-79.79894	259			PA	003	25400	
5201409	Millerstown	millerstown	US	17062	0	America/New_York	40.27897	-78.29835	413			PA	013	55592	
5201410	Millerstown	millerstown	US	17062	0	America/New_York	40.95506	-79.74811	360			PA	019	19456	
5201411	Millerstown	millerstown	US	17062	0	America/New_York	41.30617	-79.45255	476			PA	031	23040	
5201412	Millerstown	millerstown	US	17062	675	America/New_York	40.54953	-77.15471	133			PA	099	49720	
5201416	Millerton	millerton	US	12546	316	America/New_York	41.98341	-76.93857	361	Millerton,Millertown		PA	117	37472	
5201421	Millheim	millheim	US	16854	889	America/New_York	40.8909	-77.47666	332	Milheim,Millheim		PA	027	49768	
5201431	Millmont	millmont	US	17845	0	America/New_York	40.88591	-77.14081	179			PA	119	42960	
5201434	Millport	millport	US	14864	0	America/New_York	40.13648	-76.25329	125			PA	071	81168	
5201435	Millport	millport	US	14864	0	America/New_York	41.92507	-78.11945	468			PA	105	69736	
5201437	Millrift	millrift	US	18340	0	America/New_York	41.40926	-74.74322	141			PA	103	82928	
5201438	Mills	mills	US	16937	0	America/New_York	41.94618	-77.68638	529			PA	105	32848	
5201442	Millstone	millstone	US	25261	0	America/New_York	41.35423	-79.07198	369	Millstone,Old Millstone		PA	047	49888	
5201448	Milltown	milltown	US	08850	0	America/New_York	40.50951	-79.79477	272			PA	003	59032	
5201449	Milltown	milltown	US	08850	0	America/New_York	41.99285	-76.50855	242	Cayuta,Milltown		PA	015	68096	
5201450	Milltown	milltown	US	08850	0	America/New_York	40.35675	-77.28637	191			PA	099	72848	
5201451	Milltown	milltown	US	08850	0	America/New_York	41.70701	-79.04782	412			PA	123	69992	
5201457	Millville	millville	US	01529	956	America/New_York	41.01701	-79.3006	343			PA	031	63728	
5201458	Millville	millville	US	01529	952	America/New_York	41.12036	-76.52995	199			PA	037	49944	
5201464	Millwood	millwood	US	10546	566	America/New_York	40.35257	-79.27837	362	Akers,Millwood		PA	129	18968	
5201467	Milnesville	milnesville	US	18239	0	America/New_York	40.99036	-75.9827	490			PA	079	33376	
5201468	Milroy	milroy	US	17063	1498	America/New_York	40.71396	-77.59055	237	Milroy,Perryville		PA	087	03040	
5201469	Milton	milton	US	02186	0	America/New_York	40.90979	-79.2167	367			PA	005	81720	
5201470	Milton	milton	US	02186	6928	America/New_York	41.01203	-76.84774	152	Mil'ton,Mill-town,Milton,miruton,Милтон,Мильтон,ملٹن، پنسلوانیا,ミルトン		PA	097	50016	
5201480	Milwaukee	milwaukee	US	53201	0	America/New_York	41.42258	-75.77769	285			PA	069	63432	
5201481	Mina	mina	US	89422	0	America/New_York	41.74395	-78.0864	487			PA	105	24184	
5201506	Mineral Point	mineral-point	US	15942	0	America/New_York	40.37952	-78.8353	419			PA	021	21896	
5201510	Mineral Springs	mineral-springs	US	16855	0	America/New_York	40.99811	-78.36363	426			PA	033	08032	
5201516	Minersville	minersville	US	17954	0	America/New_York	40.3423	-78.92558	361			PA	021	38288	
5201518	Minersville	minersville	US	17954	4258	America/New_York	40.69065	-76.26217	231			PA	107	50088	
5201524	Mingo	mingo	US	43047	0	America/New_York	40.16871	-75.52324	40			PA	091	79256	
5201534	Mingoville	mingoville	US	16856	503	America/New_York	40.93229	-77.64805	317	Hecla Furnace,Hecla Park,Mingoville,Strunktown		PA	027	80552	
5201539	Minisink Hills	minisink-hills	US	18341	0	America/New_York	41.00037	-75.13712	100			PA	089	71344	
5201583	Minooka	minooka	US	60447	0	America/New_York	41.37925	-75.69241	273			PA	069	69000	
5201641	Mohnton	mohnton	US	19540	3036	America/New_York	40.28593	-75.98438	151	Mohns Store,Mohnton		PA	011	50272	
5201644	Mohrsville	mohrsville	US	19541	383	America/New_York	40.47398	-75.97688	104			PA	011	12344	
5201653	Molino	molino	US	32577	0	America/New_York	40.60926	-76.02521	137			PA	107	82632	
5201658	Monaca	monaca	US	15061	5649	America/New_York	40.68729	-80.27145	225	Monaka,Монака		PA	007	50320	
5201665	Monessen	monessen	US	15062	7483	America/New_York	40.14841	-79.88783	344	Monesen,Monesun,mansn  pnsylwanya,Монесен,Монесън,مانسن، پنسیلوانیا		PA	129	50344	
5201688	Monongahela	monongahela	US	15063	4192	America/New_York	40.20313	-79.92616	231	Monongahela,Monongakhila,Mononghela City,Williamsport,mwnangahla  pnsylwanya,mwnwnghahyla,Мононгахила,مونانگاهلا، پنسیلوانیا,مونونغاهيلا		PA	125	50408	
5201702	Monroe	monroe	US	03771	0	America/New_York	40.57288	-75.19212	43			PA	017	20480	
5201703	Monroe	monroe	US	03771	489	America/New_York	40.70729	-79.71394	244			PA	019	10000	
5201704	Monroe	monroe	US	03771	0	America/New_York	41.19423	-79.5906	446	Monroe,Monroeville		PA	031	04696	
5201733	Monroeton	monroeton	US	18832	565	America/New_York	41.71258	-76.47466	234	Monroe,Monroeton		PA	015	50432	
5201734	Monroeville	monroeville	US	08343	28176	America/New_York	40.42118	-79.7881	367	Monroeville (Pennsylvania),Monrovil,Municipality of Monroeville,monrobiru,mwnrwwyl  pnslwanya,Монровил,مونروویل، پنسلوانیا,モンロービル		PA	003		
5201740	Montandon	montandon	US	17850	903	America/New_York	40.96536	-76.8508	142	Montadon,Montandon		PA	097	82712	
5201744	Montebello	montebello	US	24464	0	America/New_York	40.42814	-77.07359	136			PA	099	84368	
5201747	Montello	montello	US	53949	0	America/New_York	40.31231	-76.03688	128			PA	011	72824	
5201748	Monterey	monterey	US	01245	0	America/New_York	40.53843	-75.72491	166			PA	011	48128	
5201749	Monterey	monterey	US	01245	0	America/New_York	41.0509	-79.66366	264			PA	031	59456	
5201750	Monterey	monterey	US	01245	0	America/New_York	40.07038	-76.17106	121			PA	071	79080	
5201752	Montgomery	montgomery	US	05470	1558	America/New_York	41.17036	-76.87691	155	Montgomeri,Montgomery,Montgomery Station,Монтгомери		PA	081	50632	
5201760	Mont Clare	mont-clare	US	19453	0	America/New_York	40.13899	-75.50241	56	Mont Clair,Mont Clare,Montclare,Quincyville,Quinzyville		PA	091	79256	
5201776	Montgomeryville	montgomeryville	US	18936	12624	America/New_York	40.24733	-75.24379	139			PA	091	50640	
5201782	Monticello	monticello	US	04760	0	America/New_York	40.96842	-76.24744	294			PA	037	04704	
5201783	Montmorenci	montmorenci	US	29839	0	America/New_York	41.49839	-78.74031	530	Mont Morency,Montmorenci		PA	047	64792	
5201801	Montoursville	montoursville	US	17754	4549	America/New_York	41.25425	-76.92052	164	Montoursville,Otstonwackin,Otzinachson		PA	081	50720	
5201804	Montrose	montrose	US	10548	1583	America/New_York	40.30648	-75.98771	116			PA	011	17720	
5201805	Montrose	montrose	US	10548	1527	America/New_York	41.83397	-75.87714	507	Hinds Settlement,Montrose,Montrouz,Монтроуз	115	PA	115	50736	
5201813	Monument	monument	US	67747	150	America/New_York	41.11118	-77.70444	230			PA	027	43080	
5201821	Moon	moon	US	23119	0	America/New_York	40.50896	-80.23923	358	Moon Township,Municipio de Moon,Township of Moon,Xa Moon,Xã Moon		PA	003	50784	
5201866	Mooresburg	mooresburg	US	37811	0	America/New_York	40.98286	-76.70468	195	Moores Burg,Mooresburg		PA	093	43112	
5201867	Moorestown	moorestown	US	08057	0	America/New_York	40.77871	-75.36963	234	Mooresburg,Moorestown		PA	095	50824	
5201868	Mooresville	mooresville	US	28115	0	America/New_York	40.63757	-77.9625	262			PA	061	82352	
5201871	Moorhead	moorhead	US	38761	0	America/New_York	42.18589	-79.90339	234	Moorhead,Moorheads		PA	049	32520	
5201895	Morann	morann	US	16663	0	America/New_York	40.78645	-78.36696	487			PA	033	31752	
5201901	Moosic	moosic	US	18507	5751	America/New_York	41.35341	-75.73825	195	Musik,Мусик		PA	069	50880	
5201911	Moreland	moreland	US	30259	0	America/New_York	41.18925	-76.65218	214			PA	081	50936	
5201918	Morgan	morgan	US	05853	0	America/New_York	40.35424	-80.13978	262			PA	003	72160	
5201919	Morgan	morgan	US	05853	0	America/New_York	40.05952	-79.60421	287			PA	051	79344	
5201929	Morgan Hill	morgan-hill	US	95037	0	America/New_York	40.35229	-80.15256	294			PA	003	72160	
5201937	Morgantown	morgantown	US	19543	826	America/New_York	40.1551	-75.88994	183	Morgantown (Pennsylvania)		PA	011	10696	
5201940	Morganville	morganville	US	07751	0	America/New_York	40.15428	-75.09962	67			PA	091	79176	
5201941	Morganza	morganza	US	20660	0	America/New_York	40.27368	-80.15756	296			PA	125	55432	
5201953	Morris	morris	US	06763	0	America/New_York	41.59507	-77.2922	316			PA	117	51096	
5201967	Morris Run	morris-run	US	16939	0	America/New_York	41.6773	-77.01802	515			PA	117	32192	
5201978	Morrisdale	morrisdale	US	16858	754	America/New_York	40.94895	-78.22529	500			PA	033	51056	
5201996	Morrisville	morrisville	US	05661	8605	America/New_York	40.2115	-74.78794	31	Morisvil,Morristown,Morrisville,Морисвил		PA	017	51144	
5202004	Morton	morton	US	14508	0	America/New_York	40.04178	-75.18296	86			PA	101	60000	
5202009	Moscow	moscow	US	05662	1960	America/New_York	41.33675	-75.51852	476	Dunnings,Moscow,Moskva,Москва		PA	069	51208	
5202023	Moshannon	moshannon	US	16859	0	America/New_York	40.41174	-78.62585	588			PA	021	81200	
5202024	Moshannon	moshannon	US	16859	281	America/New_York	41.03228	-78.00501	465			PA	027	71608	
5202032	Mosherville	mosherville	US	49258	0	America/New_York	41.97702	-76.90663	356	French Mills,French's Mills,Mosherville,Mosierville		PA	015	82144	
5202059	Mossville	mossville	US	61552	0	America/New_York	41.27203	-76.2791	387			PA	079	24752	
5202071	Mount Aetna	mount-aetna	US	19544	354	America/New_York	40.41926	-76.29523	190			PA	011	77752	
5202074	Mount Airy	mount-airy	US	21771	0	America/New_York	41.09423	-79.52199	434			PA	031	76928	
5202075	Mount Airy	mount-airy	US	21771	0	America/New_York	40.06621	-76.01745	237			PA	071	67568	
5202076	Mount Airy	mount-airy	US	21771	0	America/New_York	40.23898	-76.22828	178			PA	071	13960	
5202077	Mount Airy	mount-airy	US	21771	0	America/New_York	40.064	-75.18657	100	East Mount Airy,Mount Airy		PA	101	60000	
5202078	Mount Airy	mount-airy	US	21771	0	America/New_York	40.09898	-76.90664	211			PA	133	81056	
5202095	Mount Bethel	mount-bethel	US	18343	0	America/New_York	40.90482	-75.11157	160	Forks North,Mount Bethel,Rum Corner,Williamsburg		PA	095	79184	
5202112	Mount Carbon	mount-carbon	US	25139	89	America/New_York	40.67481	-76.18828	187			PA	107	51488	
5202114	Mount Carmel	mount-carmel	US	17851	5728	America/New_York	40.79703	-76.4119	336	Karmel',Maunt Karmel,Maunt-Karmel,mawnt karml  pnsylwanya,Кармель,Маунт Кармел,Маунт-Кармел,ماونت کارمل، پنسیلوانیا,マウント・カーメル		PA	097	51496	
5202153	Mount Gretna	mount-gretna	US	17064	197	America/New_York	40.2476	-76.47107	205			PA	075	51568	
5202164	Mount Holly Springs	mount-holly-springs	US	17065	2037	America/New_York	40.11842	-77.18998	168	Kidderminster,Mount Holly Spring,Mount Holly Springs,Papertown,South Middleton		PA	041	51592	
5202169	Mount Hope	mount-hope	US	25880	0	America/New_York	40.99006	-78.40946	379			PA	033	41952	
5202170	Mount Hope	mount-hope	US	25880	0	America/New_York	41.59394	-79.95756	438			PA	039	63400	
5202171	Mount Hope	mount-hope	US	25880	0	America/New_York	40.21314	-77.49665	213			PA	041	79152	
5202172	Mount Hope	mount-hope	US	25880	0	America/New_York	40.22204	-76.42163	160			PA	071	58840	
5202173	Mount Hope	mount-hope	US	25880	0	America/New_York	40.64565	-75.28573	83	Hope,Hopes,Hopesville,Mount Hope		PA	095	06096	
5202195	Mount Jackson	mount-jackson	US	22842	0	America/New_York	40.96228	-80.43534	351			PA	073	54768	
5202198	Mount Jewett	mount-jewett	US	16740	899	America/New_York	41.72562	-78.63836	680			PA	083	51632	
5202201	Mount Joy	mount-joy	US	17552	0	America/New_York	41.05284	-78.43585	446			PA	033	41952	
5202202	Mount Joy	mount-joy	US	17552	8071	America/New_York	40.10982	-76.5033	116	Maunt DZoj,Mount Joy,Mountjoy,Маунт Џој		PA	071	51656	
5202203	Mount Joy	mount-joy	US	17552	0	America/New_York	40.14507	-79.50198	370			PA	129	51888	
5202212	Mount Laurel	mount-laurel	US	08054	0	America/New_York	40.93453	-75.99354	533			PA	079	33376	
5202233	Mount Nebo	mount-nebo	US	26679	0	America/New_York	40.55285	-80.10506	374			PA	003	56392	
5202234	Mount Nebo	mount-nebo	US	26679	0	America/New_York	40.12229	-79.60698	368			PA	129	21304	
5202242	Mount Olive	mount-olive	US	25185	0	America/New_York	40.41451	-79.97144	338			PA	003	61000	
5202271	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.40481	-76.06494	107	Mount Pleasant,Obold		PA	011	58784	
5202272	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.33038	-75.23767	208			PA	017	34952	
5202273	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	41.23673	-78.57225	505			PA	033	36512	
5202274	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.55536	-77.38082	173			PA	067	80568	
5202275	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.28259	-76.52941	149			PA	075	71928	
5202276	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.72646	-77.60889	271			PA	087	03040	
5202277	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.15678	-75.23462	69			PA	091	84888	
5202278	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.80649	-75.15518	205	Middaghs,Middaugh,Mount Pleasant		PA	095	45016	
5202279	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.89286	-76.74302	245	Helltown,Mount Pleasant		PA	097	78744	
5202280	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.31897	-77.54499	220			PA	099	37440	
5202281	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.06011	-75.18295	94			PA	101	60000	
5202282	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.71064	-76.33662	418			PA	107	26944	
5202283	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	41.55813	-77.28498	494			PA	117	51096	
5202284	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	41.32117	-79.97895	408			PA	121	50048	
5202285	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.14452	-80.15672	408			PA	125	72504	
5202286	Mount Pleasant	mount-pleasant	US	15666	4363	America/New_York	40.14896	-79.54115	353	Maunt Plezant,Маунт Плезант		PA	129	51880	
5202287	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	40.13704	-76.96303	223			PA	133	50328	
5202319	Mount Pleasant Mills	mount-pleasant-mills	US	17853	464	America/New_York	40.72314	-77.01582	172	Freemont,Fremont,Mount Pleasant Mills		PA	109	59504	
5202340	Mount Pocono	mount-pocono	US	18344	3065	America/New_York	41.12203	-75.36463	562	MPO,Maunt Pokono,Mt. Pocono,Маунт Поконо		PA	089	51912	
5202356	Mount Royal	mount-royal	US	08061	0	America/New_York	40.03926	-76.88775	135			PA	133	19704	
5202365	Mount Tabor	mount-tabor	US	07878	0	America/New_York	40.01343	-77.23943	329			PA	001	48608	
5202366	Mount Tabor	mount-tabor	US	07878	0	America/New_York	40.98757	-79.21754	494			PA	005	63712	
5202382	Mount Union	mount-union	US	17066	2396	America/New_York	40.38452	-77.88222	186			PA	061	51984	
5202395	Mount Vernon	mount-vernon	US	04352	0	America/New_York	40.29174	-79.81088	329			PA	003	23000	
5202397	Mount Vernon	mount-vernon	US	04352	0	America/New_York	40.55673	-79.75283	293			PA	129	53736	
5202414	Mount Washington	mount-washington	US	03589	0	America/New_York	40.4309	-80.01033	320			PA	003	61000	
5202415	Mount Washington	mount-washington	US	03589	0	America/New_York	40.76062	-80.32562	277			PA	007	04792	
5202420	Mount Wilson	mount-wilson	US	91023	0	America/New_York	40.2562	-76.50969	217			PA	075	72296	
5202421	Mount Wolf	mount-wolf	US	17347	1382	America/New_York	40.06315	-76.70386	130			PA	133	52056	
5202424	Mount Zion	mount-zion	US	26151	0	America/New_York	40.12926	-77.17415	166			PA	041	72336	
5202425	Mount Zion	mount-zion	US	26151	0	America/New_York	40.28925	-76.98748	140			PA	041	32296	
5202426	Mount Zion	mount-zion	US	26151	0	America/New_York	40.40009	-76.38162	160			PA	075	06040	
5202427	Mount Zion	mount-zion	US	26151	0	America/New_York	41.01648	-75.22601	240			PA	089	74880	
5203126	New Castle	new-castle	US	03854	0	America/New_York	40.87784	-78.34252	606			PA	033	18456	
5202428	Mount Zion	mount-zion	US	26151	0	America/New_York	40.00232	-76.68302	231	Mount Zion,Mount Zion Heights		PA	133	72992	
5202497	Mountain Dale	mountain-dale	US	12763	0	America/New_York	40.33675	-76.8797	188			PA	043	75528	
5202498	Mountain Grove	mountain-grove	US	65711	0	America/New_York	40.98147	-76.21077	313			PA	079	06672	
5202500	Mountain Lake	mountain-lake	US	56159	0	America/New_York	41.7623	-76.58328	433	Mount Lake,Mountain Lake		PA	015	10248	
5202534	Mountain Top	mountain-top	US	18707	0	America/New_York	40.10677	-75.95272	281			PA	071	67568	
5202535	Mountain Top	mountain-top	US	18707	10982	America/New_York	41.16953	-75.87742	478	Mountain Top,Mountaintop		PA	079	24888	
5202540	Mountain View	mountain-view	US	65548	0	America/New_York	40.33064	-76.77719	154			PA	043	45056	
5202551	Mountainhome	mountainhome	US	18342	1182	America/New_York	41.1737	-75.27102	376	Mountain Home,Mountainhome		PA	089	04320	
5202555	Mountainville	mountainville	US	10953	0	America/New_York	40.57482	-75.45213	133	Mountainsville,Mountainville,Smiths		PA	077	02000	
5202566	Mountville	mountville	US	17554	2854	America/New_York	40.03926	-76.4308	135			PA	071	52016	
5202584	Moyers	moyers	US	74557	0	America/New_York	40.55204	-76.24995	206			PA	107	81792	
5202696	Muir	muir	US	17957	451	America/New_York	40.59231	-76.51857	259			PA	107	62200	
5202715	Muncy	muncy	US	17756	2433	America/New_York	41.20564	-76.78552	152	Mansi,Muncy,Pennsborough,Манси		PA	081	52264	
5202724	Muncy Valley	muncy-valley	US	17758	0	America/New_York	41.34258	-76.58523	263	Muncy Bottom,Muncy Valley		PA	113	18296	
5202742	Munson	munson	US	16860	0	America/New_York	40.95478	-78.17307	437			PA	033	51056	
5202743	Munster	munster	US	46321	0	America/New_York	40.4684	-78.65419	604			PA	021	52360	
5202752	Murray	murray	US	42071	0	America/New_York	40.49981	-76.52774	143			PA	075	78376	
5202753	Murray	murray	US	42071	0	America/New_York	41.47202	-76.34383	598			PA	113	15208	
5202765	Murrysville	murrysville	US	15668	20134	America/New_York	40.4284	-79.69755	276			PA	129		
5202776	Muse	muse	US	15350	2504	America/New_York	40.29285	-80.20034	322			PA	125	11800	
5202811	Mutual	mutual	US	73853	0	America/New_York	40.23674	-79.49754	310			PA	129	78656	
5202819	Myerstown	myerstown	US	17067	0	America/New_York	40.0437	-77.18943	278			PA	041	19144	
5202820	Myerstown	myerstown	US	17067	3140	America/New_York	40.37454	-76.30273	149	Majerstaun,Moyerschteddel,Мајерстаун,میئرزٹاؤن، پینسلوانیا		PA	075	52488	
5202830	Myrtle	myrtle	US	38650	0	America/New_York	41.98173	-78.24168	445			PA	083	12408	
5202855	Nanticoke	nanticoke	US	18634	10258	America/New_York	41.20536	-76.00492	173	Mantiock,Nanticoke,Nantikok,nantykwk,nantykwk  pnsylwanya,Нантикок,نانتيكوك,نانتیکوک، پنسیلوانیا		PA	079	52584	
5202860	Nanty Glo	nanty-glo	US	15943	2901	America/New_York	40.47229	-78.83336	534	Nanty Glo,Nanty-Glo,Nat-Y-Glo		PA	021	52616	
5202863	Napier	napier	US	26631	0	America/New_York	40.03702	-78.55835	336			PA	009	52648	
5202869	Narberth	narberth	US	19072	4309	America/New_York	40.00845	-75.26046	95	Libertyville,Narberth		PA	091	52664	
5202888	Narvon	narvon	US	17555	0	America/New_York	40.10288	-75.97772	235			PA	071	10704	
5202891	Nashua	nashua	US	03060	0	America/New_York	41.07867	-80.39896	247			PA	073	62904	
5202892	Nashville	nashville	US	27856	0	America/New_York	40.79673	-78.92698	446			PA	063	30416	
5202902	Natrona	natrona	US	82646	0	America/New_York	40.61451	-79.71949	233			PA	003	32832	
5202903	Natrona Heights	natrona-heights	US	15065	0	America/New_York	40.6234	-79.72977	300			PA	003	32832	
5202909	Nauvoo	nauvoo	US	35578	0	America/New_York	41.56452	-77.20914	447			PA	117	43136	
5202910	Nauvoo	nauvoo	US	35578	0	America/New_York	40.15731	-76.8847	156	Nauvoo,Navoo		PA	133	24936	
5202938	Nazareth	nazareth	US	18064	5681	America/New_York	40.74038	-75.30962	150	Barony of Nazareth,Barony of the Rose,Nazaret,Nazareth,Назарет		PA	095	52808	
5202943	Nebo	nebo	US	25141	0	America/New_York	40.05952	-79.36448	446			PA	051	67640	
5202959	Neelyton	neelyton	US	17239	0	America/New_York	40.16092	-77.82249	299			PA	061	20120	
5202964	Neffs	neffs	US	18065	0	America/New_York	40.69454	-75.60963	209	Neefsville,Neffs,Neffsville,Unionville		PA	077	55576	
5203005	Nelson	nelson	US	03457	0	America/New_York	41.97841	-77.23609	331			PA	117	52960	
5203020	Neola	neola	US	51559	0	America/New_York	40.95898	-75.34018	244			PA	089	37424	
5203030	Nescopeck	nescopeck	US	18635	1552	America/New_York	41.05203	-76.22077	156			PA	079	52984	
5203071	Nesquehoning	nesquehoning	US	18240	3251	America/New_York	40.86453	-75.81103	250			PA	025	53088	
5203084	Neversink	neversink	US	12765	0	America/New_York	40.30759	-75.88743	85			PA	011	24384	
5203092	New Albany	new-albany	US	18833	349	America/New_York	41.60008	-76.44189	370	N'ju-Albani,Нью-Албани		PA	015	53152	
5203094	New Alexandria	new-alexandria	US	15670	560	America/New_York	40.39868	-79.42198	312			PA	129	18968	
5203098	New Athens	new-athens	US	43981	0	America/New_York	41.01367	-79.53671	425			PA	031	46464	
5203101	New Bedford	new-bedford	US	02740	925	America/New_York	41.09728	-80.50479	349			PA	073	62904	
5203103	New Berlin	new-berlin	US	13411	867	America/New_York	40.87897	-76.98692	166	Longstown,New Berlin,Nju Berlin,Novyj Berlin,nyw brln  pnslwanya,Њу Берлин,Новый Берлин,نیو برلن، پنسلوانیا		PA	119	53200	
5203105	New Berlinville	new-berlinville	US	19545	1368	America/New_York	40.34537	-75.63296	119			PA	011	14984	
5203107	New Bethlehem	new-bethlehem	US	16242	941	America/New_York	41.00173	-79.33143	327			PA	031	53248	
5203112	New Bloomfield	new-bloomfield	US	17068	1080	America/New_York	40.41981	-77.18637	205	Bloomfield,New Bloomfield	099	PA	099	07040	
5203115	New Boston	new-boston	US	03070	0	America/New_York	40.79703	-76.15216	476	New Boston,Weisenberg,Weissenberg		PA	107	46584	
5203116	New Brighton	new-brighton	US	15066	5891	America/New_York	40.73034	-80.31006	225	Nju Brajton,Novyj Brajton,nyw braytn  pnsylwanya,Њу Брајтон,Новый Брайтон,نیو برایتن، پنسیلوانیا		PA	007	53288	
5203118	New Britain	new-britain	US	06050	3017	America/New_York	40.299	-75.18101	88			PA	017	53296	
5203122	New Buffalo	new-buffalo	US	17069	128	America/New_York	40.45425	-76.9697	113			PA	099	53320	
5203269	New Tripoli	new-tripoli	US	18066	898	America/New_York	40.68093	-75.75186	177			PA	077	45656	
5203127	New Castle	new-castle	US	03854	22375	America/New_York	41.00367	-80.34701	260	New Castle,Newcastle,Nju Kasl,niu ka si er,nyukaeseul,nyukyassuru,nyw kasl,nyw kysl  pnslwanya,nywkasl  pnsylwanya,Њу Касл,نيو كاسل,نیو کیسل، پنسلوانیا,نیوکاسل، پنسیلوانیا,ニューキャッスル,紐卡斯爾,뉴캐슬	073	PA	073	53368	
5203128	New Castle	new-castle	US	03854	0	America/New_York	40.73009	-76.21161	344			PA	107	53376	
5203143	New Columbia	new-columbia	US	17856	1013	America/New_York	41.04092	-76.86691	143			PA	119	84496	
5203152	New Derry	new-derry	US	15671	0	America/New_York	40.35063	-79.31642	388			PA	129	18968	
5203155	New Eagle	new-eagle	US	15067	2126	America/New_York	40.20785	-79.94699	240			PA	125	53496	
5203158	New England	new-england	US	58647	0	America/New_York	40.33479	-79.92699	297			PA	003	83512	
5203164	New Cumberland	new-cumberland	US	17070	7295	America/New_York	40.23231	-76.8847	119	Haldemans-town,New Cumberland		PA	041	53464	
5203165	New Era	new-era	US	49446	0	America/New_York	41.62702	-76.34994	329			PA	015	76408	
5203168	New Florence	new-florence	US	15944	666	America/New_York	40.38035	-79.07531	329			PA	129	53544	
5203174	New Galilee	new-galilee	US	16141	364	America/New_York	40.83562	-80.39951	298			PA	007	53592	
5203177	New Germantown	new-germantown	US	17071	0	America/New_York	40.30897	-77.56971	228	New German Town,New Germantown		PA	099	76920	
5203178	New Germany	new-germany	US	55367	0	America/New_York	40.4123	-78.75502	648			PA	021	17496	
5203187	New Haven	new-haven	US	05472	0	America/New_York	40.01619	-79.60782	306			PA	051	20224	
5203190	New Enterprise	new-enterprise	US	16664	0	America/New_York	40.17036	-78.40696	384	Enterprise,New Enterprise		PA	009	72656	
5203197	New Hope	new-hope	US	18938	2510	America/New_York	40.36427	-74.95128	21	Canbys Ferry,Coryell's Ferry,Coryells,Coryells Ferry,N'ju-Khoup,New Hope,New Hope Mills,Nju Khoup,Wells Ferry,Њу Хоуп,Нью-Хоуп		PA	017	53712	
5203211	New Kensington	new-kensington	US	15068	12713	America/New_York	40.56979	-79.76477	239	Kensington,N'ju Ken,N'ju Kensington,New Kensington,Nju Kensington,nyw knsynghtwn,nyw knsyngtwn  pnsylwanya,Њу Кенсингтон,Нью Кен,Нью Кенсингтон,نيو كنسينغتون,نیو کنسینگتون، پنسیلوانیا		PA	129	53736	
5203218	New Kingstown	new-kingstown	US	17072	495	America/New_York	40.23314	-77.0797	135	Kingston,New Kingston,New Kingstown		PA	041	70792	
5203221	New Holland	new-holland	US	17557	5430	America/New_York	40.10176	-76.08523	150			PA	071	53696	
5203225	New Liberty	new-liberty	US	40355	0	America/New_York	40.87728	-78.25057	438			PA	033	18456	
5203229	New London	new-london	US	03257	0	America/New_York	40.78867	-78.43308	429			PA	033	04888	
5203231	New Market	new-market	US	21774	816	America/New_York	40.22315	-76.85219	94	New Market,Newmarket		PA	133	24936	
5203233	New Milford	new-milford	US	06776	866	America/New_York	41.87258	-75.72713	339	Novye Milford,Новые Милфорд		PA	115	53880	
5203236	New Millport	new-millport	US	16861	0	America/New_York	40.89367	-78.53864	409			PA	033	40296	
5203243	New Paris	new-paris	US	15554	181	America/New_York	40.10647	-78.64474	388			PA	009	53928	
5203246	New Philadelphia	new-philadelphia	US	17959	1064	America/New_York	40.71953	-76.11577	207	New Philadelphia,Silver Creek		PA	107	53944	
5203249	New Richmond	new-richmond	US	24867	0	America/New_York	41.72145	-79.95117	416			PA	039	64600	
5203250	New Ringgold	new-ringgold	US	17960	272	America/New_York	40.68592	-75.9991	168			PA	107	54016	
5203254	New Salem	new-salem	US	01355	631	America/New_York	40.98812	-79.24421	406	New Salem,Salem		PA	005	63712	
5203263	New Stanton	new-stanton	US	15672	2129	America/New_York	40.21924	-79.60948	297	New Stanton,Sewickley Mills		PA	129	54104	
5203267	New Town	new-town	US	02456	0	America/New_York	40.84922	-78.2614	455			PA	027	66736	
5203271	New Vernon	new-vernon	US	07976	0	America/New_York	41.41589	-80.12173	383			PA	085	54304	
5203274	New Virginia	new-virginia	US	50210	0	America/New_York	41.2195	-80.40618	360			PA	085	34064	
5203275	New Washington	new-washington	US	44854	58	America/New_York	40.8234	-78.70531	516			PA	033	54344	
5203277	New Wilmington	new-wilmington	US	16142	2233	America/New_York	41.12228	-80.33284	319			PA	073	54352	
5203279	Newberry	newberry	US	29108	0	America/New_York	41.2398	-77.05275	162			PA	081	85312	
5203284	Newburg	newburg	US	17240	0	America/New_York	40.52174	-78.42501	429			PA	013	02184	
5203285	Newburg	newburg	US	17240	91	America/New_York	40.83534	-78.67697	395	La Jose,Newburg		PA	033	53336	
5203286	Newburg	newburg	US	17240	340	America/New_York	40.13731	-77.55471	179			PA	041	53344	
5203287	Newburg	newburg	US	17240	0	America/New_York	40.28341	-78.13251	355	Newburg,Trough Creek		PA	061	77000	
5203289	Newburg	newburg	US	17240	0	America/New_York	40.70315	-75.32962	123	Hartzells,Hartzellstown,Hartzels,Newberg,Newburg		PA	095	45024	
5203293	New Lebanon	new-lebanon	US	12125	180	America/New_York	41.41478	-80.07478	427			PA	085	53768	
5203298	Newell	newell	US	15466	531	America/New_York	40.07563	-79.8981	236			PA	051	53504	
5203301	Newfield	newfield	US	04056	0	America/New_York	40.50118	-79.79588	321			PA	003	59032	
5203302	Newfield	newfield	US	04056	0	America/New_York	41.88007	-77.81388	646			PA	105	78248	
5203305	Newfoundland	newfoundland	US	07435	0	America/New_York	41.30731	-75.3199	399			PA	127	19864	
5203307	Newkirk	newkirk	US	74647	0	America/New_York	40.79064	-75.99298	286			PA	107	68304	
5203311	Newmanstown	newmanstown	US	17073	2478	America/New_York	40.34954	-76.21328	148	Newhanstown,Newmanstown		PA	075	49560	
5203317	Newport	newport	US	02840	1566	America/New_York	40.47786	-77.13054	119	N'juport,Newport,Njuport,Reidersville,Њупорт,Ньюпорт,نیوپورٹ، پنسلوانیا		PA	099	53968	
5203318	Newport	newport	US	02840	0	America/New_York	40.67954	-75.49268	94			PA	095	54696	
5203320	Newport Center	newport-center	US	05857	0	America/New_York	41.18925	-76.02548	225	Newport Center,Newport Centre		PA	079	53960	
5203323	Newport	newport	US	02840	0	America/New_York	40.90006	-80.35451	253	Irish Ripple,Newport		PA	073	53184	
5203331	Newry	newry	US	04261	268	America/New_York	40.39368	-78.43557	320			PA	013	54024	
5203334	Newton	newton	US	02458	0	America/New_York	41.22258	-75.8952	199			PA	079	85152	
5203337	Newton Center	newton-center	US	02459	0	America/New_York	41.44758	-75.78381	358	Newton Center,Newton Centre		PA	069	54136	
5203338	Newton Hamilton	newton-hamilton	US	17075	204	America/New_York	40.39174	-77.83694	167			PA	087	54160	
5203342	Newton Junction	newton-junction	US	03859	0	America/New_York	40.80314	-76.13577	500			PA	107	46584	
5203353	Newtown	newtown	US	06470	0	America/New_York	40.41646	-79.81449	323			PA	003	77912	
5203354	Newtown	newtown	US	06470	2222	America/New_York	40.22928	-74.93683	48	Newton,Newtown,Njutaun,Њутаун,نیو ٹاؤن، بکس کاؤنٹی، پنسلوانیا		PA	017	54184	
5203355	Newtown	newtown	US	06470	0	America/New_York	40.34646	-78.85891	578			PA	021	15552	
5203356	Newtown	newtown	US	06470	0	America/New_York	40.90839	-78.34502	561			PA	033	18456	
5203358	Newtown	newtown	US	06470	0	America/New_York	40.07426	-76.49274	118			PA	071	63440	
5203359	Newtown	newtown	US	06470	0	America/New_York	40.23593	-76.24606	123			PA	071	13960	
5203360	Newtown	newtown	US	06470	0	America/New_York	40.55065	-75.66075	140	Burly,Newtown		PA	077	79104	
5203361	Newtown	newtown	US	06470	243	America/New_York	40.65064	-76.34801	287	Newton,Newtown		PA	107	64088	
5203376	Newville	newville	US	17241	0	America/New_York	40.30566	-75.2199	97			PA	017	53304	
5203377	Newville	newville	US	17241	1331	America/New_York	40.17314	-77.3986	158			PA	041	54320	
5203378	Newville	newville	US	17241	0	America/New_York	40.14704	-76.62941	168			PA	071	82816	
5203382	Niagara	niagara	US	54151	0	America/New_York	41.73259	-75.3424	427			PA	127	51872	
5203386	Niantic	niantic	US	06357	0	America/New_York	40.37899	-75.57157	149			PA	091		
5203404	Nicholson	nicholson	US	18446	739	America/New_York	41.62619	-75.78047	224			PA	131	54400	
5203415	Nicktown	nicktown	US	15762	0	America/New_York	40.6134	-78.80336	596	Nicktown,Saint Nicholas		PA	021	04272	
5203419	Niles	niles	US	44446	0	America/New_York	41.39783	-79.91478	364			PA	121	27832	
5203438	Nineveh	nineveh	US	13813	0	America/New_York	41.26478	-79.60172	471	Miniveh,Mong,Ninevah,Nineveh		PA	031	03248	
5203468	Nixon	nixon	US	78140	1373	America/New_York	40.7834	-79.9295	372			PA	019	58792	
5203469	Nixon	nixon	US	78140	0	America/New_York	41.93869	-76.13576	501			PA	115	02712	
5203472	Noble	noble	US	62868	0	America/New_York	40.10567	-75.1249	69	Mooretown,Noble		PA	091	00156	
5203481	Noel	noel	US	64854	0	America/New_York	40.48313	-78.66224	611			PA	021	52360	
5203502	Norman	norman	US	28367	0	America/New_York	41.10729	-79.09254	436			PA	065	40304	
5203503	Normandy	normandy	US	37360	0	America/New_York	40.10344	-74.99572	40			PA	101	60000	
5203506	Norristown	norristown	US	19401	34412	America/New_York	40.1215	-75.3399	48	Noristaun,Norris,Norristown,Norriton Plantation,noliseutaun,norisutaun,Нористаун,نورس ٹاؤن، پنسلوانیا,ノリスタウン,노리스타운	091	PA	091	54656	
5203519	North Apollo	north-apollo	US	15673	1257	America/New_York	40.59618	-79.5556	249	Allison,North Apollo		PA	005	54728	
5203525	North Bangor	north-bangor	US	12966	0	America/New_York	40.90482	-75.19407	210			PA	095	79184	
5203531	North Bend	north-bend	US	17760	0	America/New_York	41.35007	-77.70221	205			PA	035	12640	
5203634	North East	north-east	US	16428	4172	America/New_York	42.21561	-79.83422	243	Nort Ist,North East,Northeast,Норт Ист		PA	049	54952	
5203641	North Fork	north-fork	US	83466	0	America/New_York	40.90534	-79.88422	318	North Fork,North Fork Creek,North Fork Redbank		PA	019	12024	
5203642	North Fork	north-fork	US	83466	0	America/New_York	41.98062	-77.62388	523			PA	105	32848	
5203675	North Freedom	north-freedom	US	53951	0	America/New_York	41.02201	-79.20976	443			PA	065	64960	
5203683	North Hills	north-hills	US	91343	0	America/New_York	40.11261	-75.16962	75			PA	091	00156	
5203684	North Hills	north-hills	US	91343	0	America/New_York	41.02508	-76.84219	179			PA	097	50016	
5203696	North Jackson	north-jackson	US	44451	0	America/New_York	41.8873	-75.58185	476			PA	115	37464	
5203703	North Liberty	north-liberty	US	46554	0	America/New_York	41.09284	-80.09423	397			PA	085	43104	
5203769	North Springfield	north-springfield	US	05150	0	America/New_York	41.9945	-80.42507	201			PA	049	73048	
5203785	North Versailles	north-versailles	US	15137	10571	America/New_York	40.37979	-79.80949	357			PA	003	55488	
5203788	North Wales	north-wales	US	19454	3250	America/New_York	40.21094	-75.27823	112			PA	091	55512	
5203793	North Washington	north-washington	US	16048	0	America/New_York	41.04784	-79.81338	458			PA	019	81192	
5203794	North Washington	north-washington	US	16048	0	America/New_York	40.53284	-79.59782	388			PA	129	81336	
5203804	Northampton	northampton	US	01060	9860	America/New_York	40.68621	-75.49685	99	Alliance,Figtown,Hockendauqua,Laubach,Laubachsville,Navarro,Newport,Northampton,Nortkhempton,Siegfried,Siegfrieds Bridge,Stemton,Нортхемптон		PA	095	54696	
5203837	Northern Cambria	northern-cambria	US	15714	3658	America/New_York	40.65923	-78.78169	463	Barnesboro,Norden Kambrija,Northern Cambria,Spangler,Норден Камбрија		PA	021	55000	
5203859	Northumberland	northumberland	US	17857	3728	America/New_York	40.89175	-76.79747	154	Nortamberland,Nortumberlend,nosanbarando,Нортамберланд,Нортумберленд,ノーサンバーランド		PA	097	55456	
5203880	Northwood	northwood	US	03261	296	America/New_York	40.68534	-78.22974	305			PA	013	71624	
5203881	Northwood	northwood	US	03261	0	America/New_York	40.02011	-75.09601	26			PA	101	60000	
5203886	Norvelt	norvelt	US	15674	948	America/New_York	40.20813	-79.49754	309			PA	129	51888	
5203893	Norwich	norwich	US	05055	0	America/New_York	41.65951	-78.37335	495			PA	083	55632	
5203912	Nottingham	nottingham	US	03290	0	America/New_York	40.12039	-74.9685	35	Crafton Village,Nottingham		PA	017	05616	
5203917	Noxen	noxen	US	18636	633	America/New_York	41.42147	-76.05854	300			PA	131	55736	
5204006	Nuremberg	nuremberg	US	18241	434	America/New_York	40.93953	-76.1716	354	Neuremburg,New London,Nuremberg,Nuremburg		PA	107	55472	
5204014	Numidia	numidia	US	17858	244	America/New_York	40.88064	-76.40217	301	New Media,Numdia,Numidia		PA	037	44208	
5204036	Oak Grove	oak-grove	US	42262	0	America/New_York	40.95506	-78.20862	487			PA	033	51056	
5204037	Oak Grove	oak-grove	US	42262	0	America/New_York	41.04787	-75.11462	146			PA	089	49080	
5204038	Oak Grove	oak-grove	US	42262	0	America/New_York	41.00786	-76.71913	188			PA	093	43112	
5204039	Oak Grove	oak-grove	US	42262	0	America/New_York	40.1934	-80.27062	311			PA	125	11176	
5204040	Oak Grove	oak-grove	US	42262	0	America/New_York	40.25952	-79.20142	367	Oak Grove,Oakgrove		PA	129	43240	
5204078	Oak Hall	oak-hall	US	23396	0	America/New_York	40.79395	-77.8025	319	Oak Hall,Oak Hall Mills,Oak Hall Station		PA	027	15136	
5204080	Oak Hill	oak-hill	US	12460	0	America/New_York	40.4259	-79.81283	302			PA	003	85184	
5204083	Oak Hill	oak-hill	US	12460	0	America/New_York	41.15284	-78.12195	445			PA	033	38784	
5204085	Oak Hill	oak-hill	US	12460	0	America/New_York	41.36591	-75.7163	257			PA	069	50880	
5204089	Oak Hill	oak-hill	US	12460	0	America/New_York	41.41284	-79.83978	428			PA	121	27456	
5204115	Oak Park	oak-park	US	48237	0	America/New_York	40.24511	-75.30295	101			PA	091	77152	
5204116	Oak Park	oak-park	US	48237	0	America/New_York	40.91397	-76.76024	143			PA	097	61832	
5204120	Oak Ridge	oak-ridge	US	07438	0	America/New_York	41.00757	-79.29587	334	Oak Ridge,Oakridge		PA	005	63712	
5204121	Oak Ridge	oak-ridge	US	07438	0	America/New_York	40.8495	-78.49641	527			PA	033	40296	
5204143	Oakdale	oakdale	US	06370	1470	America/New_York	40.39812	-80.18561	273			PA	003	55840	
5204144	Oakdale	oakdale	US	06370	1469	America/New_York	40.99203	-75.9202	495			PA	079	33376	
5204155	Oakford	oakford	US	46965	0	America/New_York	40.14844	-74.96378	54	Oakford,Oregon		PA	017	05616	
5204164	Oakhurst	oakhurst	US	07755	0	America/New_York	40.35813	-78.94447	385	Oakhurst,Sheridan		PA	021	38288	
5204165	Oakland	oakland	US	02858	0	America/New_York	40.44201	-79.96255	316			PA	003	61000	
5204166	Oakland	oakland	US	02858	1578	America/New_York	40.30646	-78.88752	483			PA	021	74432	
5204167	Oakland	oakland	US	02858	0	America/New_York	40.02038	-75.6416	88			PA	029	84192	
5204168	Oakland	oakland	US	02858	1569	America/New_York	40.98978	-80.36951	341	Oklend,Окленд		PA	073	78368	
5204169	Oakland	oakland	US	02858	0	America/New_York	41.23645	-80.21867	347			PA	085	15992	
5204170	Oakland	oakland	US	02858	581	America/New_York	41.95008	-75.6049	286			PA	115	56008	
5204181	Oakland Mills	oakland-mills	US	17076	0	America/New_York	40.61452	-77.31693	172			PA	067	25440	
5204199	Oakley	oakley	US	48649	0	America/New_York	41.73674	-75.75436	274			PA	115	32568	
5204201	Oaklyn	oaklyn	US	08107	0	America/New_York	40.85842	-76.75413	174			PA	097	78744	
5204203	Oakmont	oakmont	US	15139	6443	America/New_York	40.52173	-79.84227	236	Oukmont,okeumeonteu,Оукмонт,오크먼트		PA	003	56088	
5204204	Oakmont	oakmont	US	15139	0	America/New_York	40.25176	-76.68969	180			PA	043	18936	
5204210	Oaks	oaks	US	19456	0	America/New_York	40.13177	-75.45963	37			PA	091	79256	
5204217	Oakville	oakville	US	06779	0	America/New_York	40.1262	-77.45526	175			PA	041	55248	
5204218	Oakville	oakville	US	06779	0	America/New_York	40.34368	-79.70199	332			PA	129	55128	
5204220	Oakwood	oakwood	US	24631	2270	America/New_York	41.01062	-80.37951	317			PA	073	78368	
5204230	Oberlin	oberlin	US	44074	588	America/New_York	40.24148	-76.81469	174			PA	043	75672	
5204243	Odell	odell	US	60460	0	America/New_York	40.11285	-80.10839	402			PA	125	54800	
5204245	Odin	odin	US	56160	0	America/New_York	41.69784	-78.08639	512			PA	105	38920	
5204252	Ogdensburg	ogdensburg	US	07439	0	America/New_York	41.61535	-76.97052	542	Ogdensburg,Ogdensburgh		PA	117	78416	
5204277	Oil City	oil-city	US	16301	0	America/New_York	40.4023	-78.64002	540			PA	021	62056	
5204278	Oil City	oil-city	US	16301	10137	America/New_York	41.43395	-79.70644	312	Imperial City,Laytonia,Oil City,Ojl Siti,Venango City,awyl syty,awyl syty  pnsylwanya,Ојл Сити,آئل سٹی، پنسلوانیا,أويل سيتي,اویل سیتی، پنسیلوانیا		PA	121	56456	
5204299	Olanta	olanta	US	16863	0	America/New_York	40.91673	-78.50641	398			PA	033	60192	
5204331	Old Forge	old-forge	US	13420	8048	America/New_York	41.37119	-75.73491	225	Barbertown,Old Forge,Rendham		PA	069	56576	
5204337	Old Fort	old-fort	US	28762	0	America/New_York	40.83534	-77.67166	387	Old Fort,Potter Fort,Potter Old Fort,Upper Potter		PA	027	62360	
5204418	Old Zionsville	old-zionsville	US	18068	0	America/New_York	40.48649	-75.52018	237	Old Zionsville,Zionsville		PA	077	79160	
5204432	Oley	oley	US	19547	1282	America/New_York	40.38759	-75.78964	135	Friedensburg,Oley		PA	011	56672	
5204448	Oliveburg	oliveburg	US	15764	0	America/New_York	40.9909	-79.02642	488			PA	065	56712	
5204458	Olivet	olivet	US	49076	0	America/New_York	40.58673	-79.41143	329			PA	005	71968	
5204463	Olmsted	olmsted	US	62970	0	America/New_York	41.75062	-78.06556	489	Olmstead,Olmsted		PA	105	24184	
5204465	Olney	olney	US	20830	0	America/New_York	40.04122	-75.12379	46	McCartersville,Olney		PA	101	60000	
5204476	Olyphant	olyphant	US	18447	5111	America/New_York	41.46841	-75.60297	239			PA	069	56792	
5204490	Oneida	oneida	US	13421	0	America/New_York	40.92173	-79.87978	313			PA	019	12024	
5204491	Oneida	oneida	US	13421	200	America/New_York	40.90759	-76.12549	512			PA	107	21952	
5204501	Ono	ono	US	17077	0	America/New_York	40.40287	-76.53469	156			PA	075	21224	
5204506	Ontario	ontario	US	14519	0	America/New_York	40.10341	-80.0745	317			PA	125	54800	
5204535	Orange	orange	US	01364	0	America/New_York	41.38869	-75.89353	349			PA	079	27424	
5204539	Orangeville	orangeville	US	17859	504	America/New_York	41.07814	-76.41439	179			PA	037	56912	
5204542	Orbisonia	orbisonia	US	17243	415	America/New_York	40.24286	-77.89305	194			PA	061	56928	
5204550	Orchard Hill	orchard-hill	US	30266	0	America/New_York	40.14702	-79.52837	350			PA	129	51888	
5204571	Orefield	orefield	US	18069	0	America/New_York	40.63482	-75.58435	138	Orefield,Orofield,Seigersville,Siegersville		PA	077	55576	
5204575	Oreland	oreland	US	19075	5678	America/New_York	40.11844	-75.17768	79			PA	091	79008	
5204582	Oriental	oriental	US	28571	0	America/New_York	40.63342	-77.00609	151			PA	067	75536	
5204586	Ormsby	ormsby	US	56162	0	America/New_York	41.80895	-78.54169	668			PA	083	38912	
5204593	Orrstown	orrstown	US	17244	265	America/New_York	40.0587	-77.60999	209			PA	055	57112	
5204596	Orson	orson	US	18449	0	America/New_York	41.81369	-75.44796	609			PA	127	62600	
5204603	Orviston	orviston	US	16864	95	America/New_York	41.10645	-77.75222	257	Hayes Run,Orviston		PA	027	17800	
5204604	Orwell	orwell	US	05760	0	America/New_York	41.88396	-76.27716	456			PA	015	57176	
5204608	Orwigsburg	orwigsburg	US	17961	3002	America/New_York	40.65481	-76.10077	190			PA	107	57184	
5204613	Osborn	osborn	US	64474	0	America/New_York	41.462	-80.28895	412			PA	085	67472	
5204615	Osborne	osborne	US	67473	545	America/New_York	40.53173	-80.16895	234	Glen Osborne,Glenosborne,Glenosburn,Os-Burn,Osborn,Osborne,Osburn		PA	003	29732	
5204619	Osburn	osburn	US	83849	0	America/New_York	40.29674	-79.36309	312			PA	129	18968	
5204620	Oscar	oscar	US	70762	0	America/New_York	40.84034	-79.37115	333			PA	005	79528	
5204621	Osceola	osceola	US	16942	0	America/New_York	41.98202	-77.34248	352			PA	117	57224	
5204622	Osceola Mills	osceola-mills	US	16666	1105	America/New_York	40.85006	-78.27057	457	Osceola,Osceola Mills		PA	033	57232	
5204627	Osgood	osgood	US	45351	0	America/New_York	41.44478	-80.36757	301			PA	085	75008	
5204634	Osterburg	osterburg	US	16667	0	America/New_York	40.16952	-78.52029	349			PA	009	39720	
5204655	Ottawa	ottawa	US	25149	0	America/New_York	41.08175	-76.70357	166			PA	093	43360	
5204669	Otto	otto	US	14766	0	America/New_York	40.33674	-79.8881	241			PA	003	29432	
5204670	Otto	otto	US	14766	0	America/New_York	40.71897	-76.79775	143			PA	097	37432	
5204675	Ottsville	ottsville	US	18942	0	America/New_York	40.47316	-75.16101	121	Harpels Hotel,Ottsville,Red Hill		PA	017	76784	
5204721	Overbrook	overbrook	US	66524	0	America/New_York	40.38507	-79.99339	301			PA	003	61000	
5204931	Paisley	paisley	US	32767	0	America/New_York	41.79591	-77.07441	348			PA	117	47080	
5204933	Palestine	palestine	US	26160	0	America/New_York	41.02311	-78.2214	499			PA	033	30272	
5204939	Palm	palm	US	18070	0	America/New_York	40.42815	-75.53296	112			PA	091	79064	
5204944	Palmdale	palmdale	US	33944	1308	America/New_York	40.29787	-76.61858	132			PA	043	18936	
5204945	Palmer	palmer	US	01069	0	America/New_York	41.76089	-80.42923	345			PA	039	04720	
5204957	Palmerton	palmerton	US	18071	5305	America/New_York	40.8014	-75.6119	122	Lehigh,Palmerton,Pamerton,Памертон		PA	025	57696	
5204964	Palmyra	palmyra	US	04965	7451	America/New_York	40.30898	-76.5933	139	Palmajra,Palmstown,Palmyra,Палмајра		PA	075	57720	
5204971	Palo Alto	palo-alto	US	94301	1009	America/New_York	40.68731	-76.17216	207	Palo Al'to,Пало Альто		PA	107	57752	
5204979	Pandora	pandora	US	45877	0	America/New_York	40.32424	-79.35976	313			PA	129	18968	
5204988	Panther	panther	US	24872	0	America/New_York	41.10645	-77.83028	355			PA	027	71608	
5204989	Panther	panther	US	24872	0	America/New_York	41.28009	-75.29935	494			PA	103	30976	
5205037	Paoli	paoli	US	19301	5575	America/New_York	40.04205	-75.47631	155			PA	029	77344	
5205052	Paradise	paradise	US	17562	1129	America/New_York	40.00982	-76.12857	111	Paradise,Paridise		PA	071	57848	
5205053	Paradise	paradise	US	17562	0	America/New_York	40.56898	-76.38107	180			PA	107	60464	
5205072	Paradise Valley	paradise-valley	US	85253	0	America/New_York	41.12204	-75.28074	293			PA	089	57856	
5205082	Paris	paris	US	04271	732	America/New_York	40.40368	-80.51257	374			PA	125	32440	
5205099	Park Hills	park-hills	US	63601	0	America/New_York	40.79756	-77.89917	372			PA	027	25624	
5205119	Parker	parker	US	16049	822	America/New_York	41.0959	-79.68255	311	Lawrenceburgh,Parker,Parker City,Parkers Landing,Паркер		PA	005	57976	
5205125	Parker Ford	parker-ford	US	19457	0	America/New_York	40.19954	-75.5838	38	Lawrenceville,Parker Ford,Parkerford		PA	029	21008	
5205141	Parkhill	parkhill	US	15945	0	America/New_York	40.36118	-78.87086	473			PA	021	21896	
5205166	Parryville	parryville	US	18244	507	America/New_York	40.81815	-75.67269	136	Parryville,Perryville		PA	025	58304	
5205170	Parsons	parsons	US	26287	0	America/New_York	41.26008	-75.84186	184	Laurel Run,Parson,Parsons		PA	079	85152	
5205186	Patagonia	patagonia	US	85624	0	America/New_York	41.24783	-80.51202	277			PA	085	34064	
5205201	Patricksburg	patricksburg	US	47455	0	America/New_York	40.77314	-76.79997	176			PA	097	44856	
5205214	Pattersonville	pattersonville	US	12137	0	America/New_York	40.83953	-76.22716	372			PA	107	78400	
5205215	Patton	patton	US	16668	1681	America/New_York	40.63396	-78.6503	546	Marks Mill,Patton		PA	021	58432	
5205216	Patton	patton	US	16668	0	America/New_York	40.19424	-80.25312	376			PA	125	72504	
5205225	Pattonville	pattonville	US	75468	0	America/New_York	40.77506	-79.52088	276			PA	005	46976	
5205242	Paupack	paupack	US	18451	0	America/New_York	41.3962	-75.19629	477			PA	103	57728	
5205254	Paxton	paxton	US	01612	0	America/New_York	40.5962	-76.9372	131			PA	043	79216	
5205259	Paxinos	paxinos	US	17860	0	America/New_York	40.85064	-76.58051	171	Paxines,Paxinos		PA	097	63328	
5205263	Paxtonville	paxtonville	US	17861	265	America/New_York	40.77036	-77.08359	163			PA	109	27440	
5205278	Peach Glen	peach-glen	US	17375	0	America/New_York	40.02315	-77.22998	300			PA	001	78160	
5205291	Pearl	pearl	US	39208	0	America/New_York	41.27534	-79.922	471			PA	121	80168	
5205316	Peckville	peckville	US	18452	0	America/New_York	41.47647	-75.57324	253			PA	069	38160	
5205338	Pemberton	pemberton	US	08068	0	America/New_York	40.62201	-78.16834	243			PA	061	73488	
5205339	Pen Argyl	pen-argyl	US	18072	3541	America/New_York	40.86871	-75.2549	253	Jory Blocks,Jorytown,Pen Argyl,Penargil,Wind Gap Quarries		PA	095	58696	
5205354	Penfield	penfield	US	14526	0	America/New_York	41.20839	-78.57558	377			PA	033	36512	
5205359	Penn	penn	US	15675	478	America/New_York	40.32896	-79.64115	300			PA	129	58872	
5205397	Penn Run	penn-run	US	15765	0	America/New_York	40.61868	-79.01114	443			PA	063	13072	
5205417	Penn Valley	penn-valley	US	95946	0	America/New_York	40.17983	-74.796	12			PA	017	25112	
5205418	Penn Valley	penn-valley	US	95946	0	America/New_York	40.01845	-75.26129	98			PA	091	44976	
5205460	Pennington	pennington	US	08534	0	America/New_York	40.69506	-78.16001	362			PA	061	81104	
5205479	Penns Park	penns-park	US	18943	0	America/New_York	40.26594	-74.99795	106	Logtown,Penns Park,Pennsville		PA	017	86624	
5205482	Penns Creek	penns-creek	US	17862	715	America/New_York	40.8598	-77.05525	171	Centerville,Centreville,Penns Creek,Weirickstown		PA	109	12060	
5205484	Pennsburg	pennsburg	US	18073	3873	America/New_York	40.39093	-75.49212	117	Pensberg,Пенсберг		PA	091	59120	
5205499	Pennsville	pennsville	US	08070	0	America/New_York	40.07174	-79.56282	323			PA	051	10152	
5205500	Pennsville	pennsville	US	08070	0	America/New_York	40.74871	-75.50435	148	Newhardts,Newhardtsville,Newharts,Newhartsville,Pennsville,Perryville,Pomfert,Pomfret		PA	095	42424	
5205512	Pennsylvania Furnace	pennsylvania-furnace	US	16865	0	America/New_York	40.7059	-78.00362	332			PA	061	27416	
5205605	Penobscot	penobscot	US	04476	0	America/New_York	41.16647	-75.86409	497			PA	079	24888	
5205613	Penryn	penryn	US	17564	1024	America/New_York	40.20509	-76.36829	178	Penryn,Unionville		PA	071	58840	
5205638	Perkasie	perkasie	US	18944	8471	America/New_York	40.37205	-75.29268	110	Comleysville,Comlyville,Perkasey,Perkasie		PA	017	59384	
5205659	Perkiomenville	perkiomenville	US	18074	0	America/New_York	40.32427	-75.47796	61			PA	091	47592	
5205704	Perryopolis	perryopolis	US	15473	1728	America/New_York	40.08702	-79.7506	308	Periopolis,Периополис		PA	051	59520	
5205707	Perrysville	perrysville	US	44864	0	America/New_York	40.53479	-80.03283	349			PA	003	66264	
5205709	Perryville	perryville	US	21903	0	America/New_York	41.09812	-79.66672	344	Parkers Landing,Perryville		PA	031	59456	
5205710	Perryville	perryville	US	21903	0	America/New_York	41.32119	-77.09941	190			PA	081	45584	
5205711	Perryville	perryville	US	21903	0	America/New_York	40.51284	-79.5231	371	Perrysville,Perryville		PA	129	05208	
5205715	Peru	peru	US	04290	0	America/New_York	40.85478	-77.76667	304	Lauvertown,Peru		PA	027	05608	
5205749	Petersburg	petersburg	US	12138	470	America/New_York	40.57257	-78.04695	225	Peterburg,Петербург		PA	061	59616	
5205750	Petersburg	petersburg	US	12138	0	America/New_York	41.43922	-80.25479	365			PA	085	67816	
5205763	Petrolia	petrolia	US	16050	208	America/New_York	41.01673	-79.71755	358			PA	019	59672	
5205806	Philipsburg	philipsburg	US	16866	2715	America/New_York	40.89645	-78.22057	442	Moshannon Town,PSB,Philipsburg,Philipsburgh		PA	027	60008	
5205807	Philipsburg	philipsburg	US	16866	0	America/New_York	40.06174	-79.88116	236	California,Philipsburg		PA	125	10768	
5205816	Phillips	phillips	US	04966	0	America/New_York	41.93924	-77.48332	390			PA	117	82976	
5205828	Phillipsburg	phillipsburg	US	08865	0	America/New_York	40.6934	-80.28201	224			PA	007	50320	
5205830	Phillipsville	phillipsville	US	95559	0	America/New_York	40.00122	-75.89717	218			PA	029	82664	
5205831	Phillipsville	phillipsville	US	95559	0	America/New_York	42.03672	-79.88477	456	Philipsville,Phillipsville		PA	049	79928	
5205834	Philmont	philmont	US	12565	0	America/New_York	40.12039	-75.03795	66			PA	091	45008	
5205849	Phoenixville	phoenixville	US	19460	16658	America/New_York	40.13038	-75.51491	42	Finiksvil,Finiksvil',Finiksvill,Phenixville,Phoenixville,fei ni ke si wei er,Финиксвил,Финиксвилл,Фініксвіль,菲尼克斯維爾		PA	029	60120	
5205866	Pickering	pickering	US	64476	0	America/New_York	40.10927	-75.52769	36			PA	029	68288	
5205883	Picture Rocks	picture-rocks	US	17762	663	America/New_York	41.2798	-76.71301	197			PA	081	60136	
5205889	Pierce	pierce	US	68767	0	America/New_York	40.26563	-79.95616	345			PA	003	37955	
5205897	Pigeon	pigeon	US	48755	0	America/New_York	41.53062	-79.05115	535	Frost,Frosts,Pigeon,Pigeon City		PA	053	35992	
5205953	Pikeville	pikeville	US	27863	0	America/New_York	40.39843	-75.72352	113			PA	011	60176	
5205965	Pillow	pillow	US	17080	301	America/New_York	40.64092	-76.80247	166	Pillow,Uniontown		PA	043	60264	
5205978	Pine	pine	US	80470	0	America/New_York	41.16646	-77.31414	168	Pine,Pine Station		PA	035	81728	
5205979	Pine	pine	US	80470	0	America/New_York	41.61035	-77.40637	285			PA	117	51096	
5205993	Pine City	pine-city	US	14871	0	America/New_York	41.30506	-79.50755	459	Haynie,Pine City,Pitch Pine		PA	031	23040	
5206028	Pine Forge	pine-forge	US	19548	0	America/New_York	40.28287	-75.69074	54			PA	011	19664	
5206035	Pine Grove	pine-grove	US	17963	0	America/New_York	40.48535	-78.62057	606			PA	021	00868	
5206036	Pine Grove	pine-grove	US	17963	0	America/New_York	40.97895	-78.45308	443			PA	033	41952	
5206037	Pine Grove	pine-grove	US	17963	0	America/New_York	40.3823	-77.44415	215			PA	099	54968	
5206038	Pine Grove	pine-grove	US	17963	2142	America/New_York	40.54842	-76.38468	166	Pine Grove,Pinegrove		PA	107	60456	
5206039	Pine Grove	pine-grove	US	17963	0	America/New_York	41.65785	-75.80047	285			PA	115	41656	
5206040	Pine Grove	pine-grove	US	17963	0	America/New_York	41.18756	-79.77366	385			PA	121	69016	
5206070	Pine Grove Mills	pine-grove-mills	US	16868	1502	America/New_York	40.73367	-77.88556	395	Pattonsville,Pine Grove Mills,Pinegrove,Pinegrove Mills		PA	027	25624	
5206094	Pine Hall	pine-hall	US	27042	0	America/New_York	40.77617	-77.885	359			PA	027	25624	
5206095	Pine Hill	pine-hill	US	12465	0	America/New_York	40.81645	-79.53227	338			PA	005	83248	
5206103	Pine Hill	pine-hill	US	12465	0	America/New_York	40.69926	-76.2855	305			PA	107	11608	
5206251	Pine Top	pine-top	US	41843	0	America/New_York	40.99256	-78.33057	478			PA	033	08032	
5206256	Pine Valley	pine-valley	US	14872	0	America/New_York	41.96756	-79.51866	444			PA	123	15408	
5206281	Pinehurst	pinehurst	US	01866	0	America/New_York	40.60396	-80.1845	236			PA	007	22264	
5206288	Pinetown	pinetown	US	27865	0	America/New_York	40.12009	-76.90081	214			PA	133	24936	
5206294	Pineville	pineville	US	18946	0	America/New_York	40.29622	-75.00572	72	Pinetown,Pineville,The Pines		PA	017	09816	
5206295	Pineville	pineville	US	18946	0	America/New_York	41.632	-79.50533	468	Pineville,Scofield		PA	123	72600	
5206298	Pinewood	pinewood	US	29125	0	America/New_York	40.15678	-74.82072	9			PA	017	25112	
5206305	Piney Fork	piney-fork	US	43941	0	America/New_York	40.28979	-79.99616	311	Piney Fork,Piney Forks		PA	003	72400	
5206329	Pioneer	pioneer	US	37847	0	America/New_York	41.53117	-79.66505	333			PA	121	13136	
5206338	Pinola	pinola	US	39149	0	America/New_York	40.03759	-77.59166	182			PA	055	71912	
5206344	Pipersville	pipersville	US	18947	0	America/New_York	40.42538	-75.13934	133	Keichlines Tavern,Pipers Tavern,Pipersville		PA	017	04976	
5206361	Pitcairn	pitcairn	US	15140	3246	America/New_York	40.40312	-79.7781	239			PA	003	60712	
5206379	Pittsburgh	pittsburgh	US	15201	304391	America/New_York	40.44062	-79.99589	233	Allegheny,Fort Dunmore,Fort Duquesne,Fort Pitt,Fort Trent,PIT,Pitsbrg,Pitsburg,Pitsburga,Pitsburgas,Pitsburgo,Pitsmpernk,Pitts-Bourg,Pittsbarig,Pittsburg,Pittsburgh,Pittsburgum,Pittsburq,The Manor of Pittsburgh,bytsbrgh,phitts beirk,pi ci bao,pi zi bao,picheubeogeu,pitasabaraga,pitsabarga,pitspark,pits‌barg,pittsubagu,pytsbrg  pnsylwanya,pytsbwrg,Πίτσμπεργκ,Питсбург,Питсбърг,Питтсбург,Пітсбург,Піттсбург,פיטסבורג,بيتسبرغ,پٹس برگ,پٹسبرگ,پیتسبرگ، پنسیلوانیا,पिट्सबर्ग,ਪਿਟਸਬਰਗ,பிட்ஸ்பர்க்,పిట్స్‌బర్గ్,ಪಿಟ್ಸ್‌ಬರ್ಗ್,พิตต์สเบิร์ก,ピッツバーグ,匹兹堡,匹茲堡,피츠버그	003	PA	003	61000	
5206386	Pitman	pitman	US	08071	0	America/New_York	40.71509	-76.52079	286	Pitman,Pittman		PA	107	22912	
5206395	Pittsfield	pittsfield	US	01201	0	America/New_York	41.83561	-79.38144	379	Pittsfield,The Corners		PA	123	61040	
5206397	Pittston	pittston	US	18640	7651	America/New_York	41.32591	-75.78936	179	Fort Pittston,Pitston,Pittston,bytstwn,pytstwn  pnsylwanya,Питстон,بيتستون,پیتستون، پنسیلوانیا		PA	079	61048	
5206403	Pittsville	pittsville	US	21850	0	America/New_York	41.25617	-79.74061	399	Freedom,Pittsville		PA	121	65560	
5206415	Plainfield	plainfield	US	01070	399	America/New_York	40.20314	-77.28998	151	Plainfield,Smoketown		PA	041	83800	
5206416	Plainfield	plainfield	US	01070	0	America/New_York	40.16981	-76.76441	149			PA	133	53224	
5206422	Plains	plains	US	31780	4335	America/New_York	41.27536	-75.8502	200			PA	079	61120	
5206428	Plainville	plainville	US	02762	0	America/New_York	40.26593	-76.57525	171			PA	075	72296	
5206465	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	40.93258	-77.13247	213			PA	119	42960	
5206466	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	40.07646	-80.35673	412			PA	125	21144	
5206467	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	40.18507	-79.28587	479			PA	129	15912	
5206468	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	40.11982	-76.74386	143			PA	133	53224	
5206476	Pleasant Hall	pleasant-hall	US	17246	0	America/New_York	40.05314	-77.65388	214	Mount Pleasant Hall,Pleasant Hall,Scarburg,Square Rib		PA	055	42888	
5206479	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	40.36202	-78.92336	509			PA	021	49104	
5206480	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	40.90506	-78.24085	445			PA	033	18456	
5206481	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	41.00728	-78.13029	491	Drain Lick,Pleasant Hill		PA	033	16040	
5206483	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	42.07394	-80.002	411			PA	049	30936	
5206484	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	40.01507	-79.50809	669			PA	051	73064	
5206485	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	40.64229	-79.13559	450			PA	063	84472	
5206486	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	40.88895	-80.19423	378			PA	073	59488	
5206487	Pleasant Hill	pleasant-hill	US	27866	2643	America/New_York	40.3362	-76.44163	139			PA	075	54928	
5206514	Pleasant Mount	pleasant-mount	US	18453	0	America/New_York	41.73981	-75.43435	604	Mount Pleasant,Pleasant Mount		PA	127	51872	
5206529	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.40232	-76.05827	88			PA	011	58784	
5206530	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.50257	-78.39001	345			PA	013	02184	
5206531	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.52121	-75.29268	146	Pleasant Valley,Schucken Hausen		PA	017	73016	
5206533	Pleasant Unity	pleasant-unity	US	15676	0	America/New_York	40.23951	-79.45087	330			PA	129	78656	
5206534	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	41.24064	-76.23549	256			PA	079	24752	
5206536	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.05202	-79.52837	411			PA	051	10152	
5206538	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.56287	-76.37079	163			PA	107	60464	
5206542	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.37896	-79.67365	328			PA	129	58880	
5206569	Pleasant View	pleasant-view	US	37146	780	America/New_York	40.61062	-79.57393	296			PA	005	58160	
5206570	Pleasant View	pleasant-view	US	37146	0	America/New_York	40.92617	-77.77834	226	Pleasant View,Red Roost		PA	027	72832	
5206571	Pleasant View	pleasant-view	US	37146	0	America/New_York	40.26342	-76.73164	115			PA	043	75672	
5206572	Pleasant View	pleasant-view	US	37146	0	America/New_York	40.45675	-77.49166	168	Pleasant View,Pleasantview		PA	067	73504	
5206593	Pleasantville	pleasantville	US	08232	0	America/New_York	40.62201	-79.73672	294			PA	003	32832	
5206595	Pleasantville	pleasantville	US	08232	857	America/New_York	41.59228	-79.57949	502			PA	121	61512	
5206606	Plum	plum	US	78952	27505	America/New_York	40.50035	-79.74949	347	Plam,puramu,Плам,プラム		PA	003	61536	
5206647	Plumsteadville	plumsteadville	US	18949	2637	America/New_York	40.38733	-75.14656	178	Harts Tavern,Plumstead,Plumsteadville,Rod Rocks		PA	017	61616	
5206652	Plumville	plumville	US	16246	299	America/New_York	40.79312	-79.18059	358			PA	063	61632	
5206659	Plymouth	plymouth	US	02360	5832	America/New_York	41.24036	-75.94464	160	Plimut,Plymouth,Shawneetown,playmawt  pnslwanya,Плимут,پلایماؤت، پنسلوانیا		PA	079	61648	
5206666	Plymouth Meeting	plymouth-meeting	US	19462	6177	America/New_York	40.10233	-75.27435	56	Plimat Miting,Plymouth,Plymouth Meeting,Плимат Митинг		PA	091	84624	
5206693	Pocono Lake	pocono-lake	US	18347	0	America/New_York	41.10537	-75.47602	533			PA	089	76960	
5206698	Pocono Manor	pocono-manor	US	18349	0	America/New_York	41.10009	-75.35879	520			PA	089	61728	
5206718	Pocono Pines	pocono-pines	US	18350	1409	America/New_York	41.10675	-75.45435	550	Naomi Pines,Pocono Pines		PA	089	76960	
5206726	Pocono Summit	pocono-summit	US	18346	0	America/New_York	41.1112	-75.3863	553	Ococno,Pocono,Pocono Summit		PA	089	76960	
5206748	Point	point	US	75472	0	America/New_York	40.07758	-78.6003	375			PA	009	52648	
5206756	Point Lookout	point-lookout	US	11569	0	America/New_York	40.11646	-80.26173	404			PA	125	72176	
5206760	Point Pleasant	point-pleasant	US	18950	0	America/New_York	40.4226	-75.06628	28	Blacks,Pearsons Ferry,Point Pleasant		PA	017	61616	
5206800	Polk	polk	US	16342	794	America/New_York	41.367	-79.92922	322	Polk,Waterloo		PA	121	61936	
5206819	Polkville	polkville	US	28136	0	America/New_York	41.23453	-76.433	360			PA	037	37360	
5206838	Pond Creek	pond-creek	US	73766	0	America/New_York	41.04453	-75.84492	495	Pond Creek,Pond Creek Junction,Zehner		PA	079	26928	
5206844	Pond Eddy	pond-eddy	US	12770	0	America/New_York	41.4312	-74.82294	191			PA	103	70496	
5206892	Poplar Grove	poplar-grove	US	61065	0	America/New_York	40.03507	-79.57976	301			PA	051	15784	
5206893	Poplar Grove	poplar-grove	US	61065	0	America/New_York	40.23204	-76.31551	174			PA	071	23008	
5206933	Port Carbon	port-carbon	US	17965	1817	America/New_York	40.69648	-76.16883	200			PA	107	62128	
5206935	Port Clinton	port-clinton	US	19549	320	America/New_York	40.58231	-76.02438	127			PA	107	62136	
5206944	Port Matilda	port-matilda	US	16870	598	America/New_York	40.7995	-78.05417	313			PA	027	62280	
5206950	Port Royal	port-royal	US	17082	922	America/New_York	40.53341	-77.38554	144			PA	067	62304	
5206951	Port Royal	port-royal	US	17082	0	America/New_York	40.16868	-79.76754	299			PA	129	66376	
5206956	Port Allegany	port-allegany	US	16743	2091	America/New_York	41.8109	-78.27974	452	Port Allegany,Port Allegheny		PA	083	62088	
5206961	Portage	portage	US	04768	2508	America/New_York	40.38868	-78.67224	514			PA	021	62048	
5206971	Port Trevorton	port-trevorton	US	17864	769	America/New_York	40.70731	-76.86608	143			PA	109	78408	
5206973	Porter	porter	US	04068	0	America/New_York	40.93395	-79.16865	471			PA	065	62176	
5206997	Portersville	portersville	US	16051	236	America/New_York	40.92284	-80.14228	416	Portersville,Stewartsville		PA	019	62224	
5207058	Pottersdale	pottersdale	US	16871	0	America/New_York	41.16589	-78.0625	316			PA	033	38784	
5207059	Potterville	potterville	US	48876	0	America/New_York	41.88063	-76.23521	389			PA	015	57176	
5207061	Potts Grove	potts-grove	US	17865	0	America/New_York	40.9937	-76.78913	149	Potts Grove,Pottsgrove		PA	097	20976	
5207069	Pottstown	pottstown	US	19464	22664	America/New_York	40.24537	-75.64963	46	PTW,Potstaun,Pottsgrove,Pottstown,Pottsylvania,pottsutaun,Потстаун,ポッツタウン		PA	091	62416	
5207080	Pottsville	pottsville	US	17901	13802	America/New_York	40.68565	-76.1955	191	Potsvil,bwtsfyl,pottsubiru,pwtswyl  pnsylwanya,Потсвил,بوتسفيل,پوتسویل، پنسیلوانیا,پوٹسویل، پنسلوانیا,ポッツビル	107	PA	107	62432	
5207091	Powell	powell	US	37849	0	America/New_York	41.7048	-76.50689	251	Greenwood,Powell		PA	015	50440	
5207097	Powell	powell	US	37849	0	America/New_York	41.52341	-75.58963	475			PA	069	68400	
5207110	Poyntelle	poyntelle	US	18454	0	America/New_York	41.82064	-75.4199	631			PA	127	62600	
5207123	Prattville	prattville	US	36066	0	America/New_York	41.84674	-76.13159	390			PA	115	49152	
5207136	Prescott	prescott	US	48756	0	America/New_York	40.35148	-76.3544	152			PA	075	72288	
5207152	Presto	presto	US	15142	0	America/New_York	40.37368	-80.11783	251	Presto,Rosevale		PA	003	15216	
5207153	Preston	preston	US	06365	0	America/New_York	41.20703	-75.90548	202			PA	079	32416	
5207154	Preston	preston	US	06365	0	America/New_York	41.69284	-78.85114	586			PA	083	84312	
5207160	Preston Park	preston-park	US	18455	0	America/New_York	41.8812	-75.35601	442			PA	127	62600	
5207178	Pricedale	pricedale	US	15072	0	America/New_York	40.13146	-79.84421	278	Plicedale,Pricedale		PA	129	66376	
5207183	Prichard	prichard	US	25555	0	America/New_York	41.25508	-76.13437	356	Prichard,Pritchard		PA	079	36296	
5207190	Primrose	primrose	US	68655	0	America/New_York	40.69426	-76.28162	309			PA	107	11608	
5207191	Primrose	primrose	US	68655	0	America/New_York	40.35562	-80.26784	324			PA	125	51864	
5207200	Pringle	pringle	US	57773	969	America/New_York	41.27814	-75.89714	194			PA	079	62712	
5207205	Princeton	princeton	US	01541	0	America/New_York	40.96395	-80.23145	407	Princeton,Rose Point		PA	073	71200	
5207211	Proctor	proctor	US	05765	0	America/New_York	41.42008	-76.80746	245	Proctor,Proctorville		PA	081	61640	
5207219	Prompton	prompton	US	18456	240	America/New_York	41.58286	-75.32518	335			PA	127	62744	
5207228	Prospect	prospect	US	06712	0	America/New_York	40.33452	-78.91225	438			PA	021	38288	
5207247	Prospect Park	prospect-park	US	19076	327	America/New_York	41.51701	-78.21556	316			PA	023	70336	
5207248	Prospect Park	prospect-park	US	19076	0	America/New_York	40.66538	-75.2749	116			PA	095	06096	
5207260	Prosperity	prosperity	US	15329	0	America/New_York	40.04702	-80.29479	316	Dunns Station,Prosperity		PA	125	51104	
5207263	Prospect	prospect	US	06712	1135	America/New_York	40.90451	-80.04645	417			PA	019	62752	
5207272	Providence Forge	providence-forge	US	23140	0	America/New_York	40.1801	-75.52296	51			PA	091	79256	
5207282	Providence	providence	US	02901	0	America/New_York	41.43397	-75.6613	226			PA	069	69000	
5207292	Pulaski	pulaski	US	13142	0	America/New_York	41.11339	-80.43229	261			PA	073	62904	
5207307	Punxsutawney	punxsutawney	US	15767	5861	America/New_York	40.94368	-78.97087	374	Ash-town,Gnat-town,Panksatoni,Punxsutawney,pang su tuo ni,Панксатони,旁蘇托尼		PA	065	62920	
5207330	Putnamville	putnamville	US	46170	0	America/New_York	41.92895	-79.19505	507			PA	123	25304	
5207354	Quakake	quakake	US	18245	0	America/New_York	40.85175	-76.03604	390	Quackake,Quakake		PA	107	66760	
5207361	Quaker City	quaker-city	US	43773	0	America/New_York	40.65954	-75.87881	140			PA	011	00588	
5207381	Quakertown	quakertown	US	08868	8855	America/New_York	40.44177	-75.34157	152	Flatland,Kvejkertaun,Quakertown,Richland,Richland Centre,Swamp,The Quakers Town,UKT,Квејкертаун		PA	017	63048	
5207400	Quecreek	quecreek	US	15555	0	America/New_York	40.0898	-79.07919	584	Harrison,Quecreek		PA	111	43440	
5207401	Queen	queen	US	16670	0	America/New_York	40.25924	-78.50752	391	Lewistown,Queen		PA	009	39658	
5207402	Queen	queen	US	16670	0	America/New_York	41.62562	-79.36338	367			PA	053	34240	
5207406	Queen City	queen-city	US	63561	0	America/New_York	40.91509	-76.43578	216			PA	037	11744	
5207424	Queenstown	queenstown	US	21658	0	America/New_York	41.00645	-79.63199	348			PA	005	59440	
5207440	Quentin	quentin	US	17083	594	America/New_York	40.27962	-76.43965	170			PA	075	82752	
5207449	Quitman	quitman	US	31643	0	America/New_York	40.90648	-76.56468	211			PA	093	48152	
5207490	Radnor	radnor	US	43066	30878	America/New_York	40.04622	-75.35991	132	Morgans Corner,Radnor		PA	045	63264	
5207532	Ralston	ralston	US	17763	0	America/New_York	41.50646	-76.95413	260			PA	081	46208	
5207541	Ramey	ramey	US	16671	444	America/New_York	40.79812	-78.39724	489			PA	033	63360	
5207550	Ramsey	ramsey	US	07446	0	America/New_York	41.28452	-77.32442	185			PA	081	17696	
5207567	Rand	rand	US	80473	0	America/New_York	40.93147	-77.09636	199			PA	119	82640	
5207571	Randolph	randolph	US	02368	0	America/New_York	40.15063	-79.00225	576			PA	111	38032	
5207581	Rankin	rankin	US	60960	2090	America/New_York	40.41257	-79.87922	268	Rankin,Ранкин		PA	003	63408	
5207596	Ransom	ransom	US	18653	0	America/New_York	41.39425	-75.82186	194	Ransom,Ranson		PA	069	63432	
5207698	Ravine	ravine	US	17966	662	America/New_York	40.57453	-76.40385	175	North Pine Grove,Ravine		PA	107	60464	
5207705	Raymond	raymond	US	03077	0	America/New_York	41.85979	-77.86194	674	Raymond,Raymond Corners		PA	105	00836	
5207709	Rayne	rayne	US	70578	0	America/New_York	40.73812	-79.03003	383			PA	063	63584	
5207723	Rea	rea	US	64480	0	America/New_York	40.27729	-80.39729	324			PA	125	17314	
5207728	Reading	reading	US	01867	87879	America/New_York	40.33565	-75.92687	93	RDG,Reading,Reddin,Reding,Rehdyng,leding,lei ding,redingu,rydyng  pnsylwanya,rydyngh,Рединг,Редінг,Рэдынг,ريدينغ,ریدینگ، پنسیلوانیا,ریڈنگ، پنسلوانیا,ریڈنگ، پنسلوینیا,レディング,雷丁,레딩	011	PA	011	63624	
5207745	Reamstown	reamstown	US	17567	3361	America/New_York	40.21148	-76.12328	118			PA	071	20984	
5207752	Rebersburg	rebersburg	US	16872	494	America/New_York	40.94451	-77.44499	392	Henry'sburg,Henrysburg,Rabersburg,Rebersburg,Rebersburgh		PA	027	49360	
5207753	Rebuck	rebuck	US	17867	0	America/New_York	40.72231	-76.73552	170	Rebuck,Redock		PA	097	81304	
5207757	Rector	rector	US	15677	0	America/New_York	40.19674	-79.23864	396	Byers Station,Rector		PA	129	43240	
5207759	Red Bank	red-bank	US	07701	0	America/New_York	40.95091	-77.05358	188	Red Bank,Redbank		PA	119	82640	
5207779	Red Hill	red-hill	US	18076	0	America/New_York	41.25758	-76.26882	377			PA	079	24752	
5207780	Red Hill	red-hill	US	18076	2383	America/New_York	40.37288	-75.48101	116			PA	091	63808	
5207794	Red Lion	red-lion	US	17356	6055	America/New_York	40.48065	-75.61602	226			PA	011	44584	
5207803	Red Oak	red-oak	US	23964	0	America/New_York	41.44036	-75.4863	504	Red Oak,Red Oaks		PA	069	37896	
5207812	Red Rock	red-rock	US	74651	0	America/New_York	41.2898	-76.30133	385			PA	079	24752	
5207813	Red Rock	red-rock	US	74651	0	America/New_York	41.9659	-78.5528	513			PA	083	26936	
5207850	Redbird	redbird	US	74458	0	America/New_York	40.3773	-78.66196	559			PA	021	62056	
5207868	Redmond	redmond	US	84652	0	America/New_York	41.08339	-80.03506	410			PA	019	71192	
5207871	Redstone	redstone	US	59257	0	America/New_York	40.0748	-79.80365	277	Red Stone,Redstone		PA	051	37872	
5207878	Reed	reed	US	42451	0	America/New_York	40.86981	-76.59412	168	Crowl,Reed		PA	097	69608	
5207894	Reeder	reeder	US	58649	0	America/New_York	40.35344	-74.98072	41			PA	017	71752	
5207898	Reeders	reeders	US	18352	0	America/New_York	41.01898	-75.33602	300			PA	089	37424	
5207916	Reedsville	reedsville	US	17084	641	America/New_York	40.66396	-77.59583	181	RED		PA	087	09288	
5207922	Reese	reese	US	48757	0	America/New_York	40.43452	-78.30223	279			PA	013	27600	
5207959	Register	register	US	30452	0	America/New_York	41.19675	-76.27132	247			PA	079	36432	
5207964	Rehrersburg	rehrersburg	US	19550	319	America/New_York	40.45759	-76.24439	177	Rehevsburg,Rehrersburg		PA	011	77752	
5207989	Reinholds	reinholds	US	17569	1803	America/New_York	40.26676	-76.1155	141	Reinholds,Reinholdsville		PA	071	82728	
5208005	Reliance	reliance	US	37369	0	America/New_York	40.31427	-75.33906	143			PA	091	27280	
5208012	Renfrew	renfrew	US	16053	0	America/New_York	40.80673	-79.96478	297			PA	019	58792	
5208021	Reno	reno	US	16343	0	America/New_York	41.40978	-79.75228	309			PA	121	75000	
5208028	Renovo	renovo	US	17764	1229	America/New_York	41.32646	-77.75082	201			PA	035	64200	
5208032	Renton	renton	US	98055	0	America/New_York	40.50173	-79.72644	352			PA	003	61536	
5208078	Revere	revere	US	02151	0	America/New_York	40.51538	-75.16101	152			PA	017	54576	
5208080	Revloc	revloc	US	15948	570	America/New_York	40.49229	-78.76419	629			PA	021	10880	
5208082	Rew	rew	US	16744	199	America/New_York	41.90145	-78.53919	687			PA	083	26936	
5208085	Rexford	rexford	US	12148	0	America/New_York	41.75118	-77.50359	371			PA	117	28264	
5208090	Rexmont	rexmont	US	17085	0	America/New_York	40.27731	-76.38246	211			PA	075	16256	
5208098	Reynolds	reynolds	US	31076	0	America/New_York	40.74092	-75.97409	200			PA	107	80576	
5208111	Reynoldsville	reynoldsville	US	15851	2710	America/New_York	41.09701	-78.88864	422			PA	065	64376	
5208119	Rheems	rheems	US	17570	1598	America/New_York	40.13009	-76.57052	132			PA	071	82816	
5208147	Riceville	riceville	US	16432	68	America/New_York	41.77756	-79.80283	414			PA	039	07032	
5208148	Rich Hill	rich-hill	US	64779	0	America/New_York	40.40621	-75.33629	173	Bunker Hill,Rich Hill		PA	017	83960	
5208150	Rich Hill	rich-hill	US	64779	0	America/New_York	40.21674	-80.23173	326			PA	125	12848	
5208166	Richboro	richboro	US	18954	6563	America/New_York	40.21511	-75.01072	80	Bennets,Bennetts,Richboro,Richborough		PA	017	54688	
5208174	Richardsville	richardsville	US	22736	0	America/New_York	41.24006	-79.01226	472			PA	065	81120	
5208175	Richfield	richfield	US	17086	549	America/New_York	40.68869	-77.11276	200			PA	067	50480	
5208176	Richland	richland	US	08350	0	America/New_York	40.59673	-78.48557	676			PA	021	18432	
5208177	Richland	richland	US	08350	1560	America/New_York	40.35926	-76.25828	150	Richlend,Ричленд		PA	075	64560	
5208179	Richland Center	richland-center	US	53581	0	America/New_York	40.43149	-75.2974	153	Richland Center,Richland Centre		PA	017	21760	
5208191	Richeyville	richeyville	US	15358	0	America/New_York	40.05341	-80.002	363			PA	125	12224	
5208198	Richlandtown	richlandtown	US	18955	1312	America/New_York	40.4701	-75.32046	160	Ducktown,Flatland,Frogtown,Richlandtown,Three Lanes End		PA	017	64584	
5208205	Richmond	richmond	US	01254	0	America/New_York	40.84565	-75.1424	159	Richmond,Richmont		PA	095	81296	
5208214	Richvale	richvale	US	95974	0	America/New_York	40.28064	-77.77499	257			PA	061	76312	
5208220	Ricketts	ricketts	US	51460	0	America/New_York	41.39119	-76.27771	632			PA	113	15208	
5208224	Rico	rico	US	81332	0	America/New_York	40.55007	-79.02003	460			PA	063	09624	
5208229	Riddlesburg	riddlesburg	US	16672	0	America/New_York	40.16202	-78.25446	263			PA	009	08880	
5208275	Ridgeland	ridgeland	US	29936	0	America/New_York	40.26398	-76.96636	131			PA	041	32296	
5208279	Ridgeview	ridgeview	US	25169	0	America/New_York	40.30981	-76.81219	153	Devon Manor,Ridgeview		PA	043	45056	
5208286	Ridgeville	ridgeville	US	29472	0	America/New_York	40.9687	-76.56495	193			PA	093	16048	
5208289	Ridgewood	ridgewood	US	07450	0	America/New_York	40.30093	-75.89798	71			PA	011	17720	
5208290	Ridgewood	ridgewood	US	07450	0	America/New_York	41.2773	-75.81269	210	Mill Creek,Ridgewood		PA	079	61120	
5208292	Ridgway	ridgway	US	15853	3896	America/New_York	41.42034	-78.72864	435	Ridzvej,Риџвеј	047	PA	047	64784	
5208300	Riegelsville	riegelsville	US	18077	858	America/New_York	40.59427	-75.19545	55	Reiglesville,Riegelsville,Shenks Ferry		PA	017	64856	
5208355	Rileyville	rileyville	US	22650	0	America/New_York	41.71564	-75.22934	490			PA	127	42176	
5208357	Rillton	rillton	US	15678	0	America/New_York	40.28924	-79.73116	337	Rillton,Rilton		PA	129	69392	
5208359	Rimersburg	rimersburg	US	16248	911	America/New_York	41.04145	-79.5031	453	Reimersburg,Rimersburg		PA	031	64904	
5208369	Ringgold	ringgold	US	15770	0	America/New_York	40.99479	-79.16782	454	Ringgold,Ringold		PA	065	64960	
5208380	Ringtown	ringtown	US	17967	0	America/New_York	40.51343	-75.69825	149			PA	011	44584	
5208381	Ringtown	ringtown	US	17967	795	America/New_York	40.8587	-76.22966	335			PA	107	65000	
5208406	Rising Sun	rising-sun	US	21911	0	America/New_York	40.70232	-75.5963	198			PA	077	55576	
5208460	Riverside	riverside	US	02915	381	America/New_York	40.28341	-78.92225	376			PA	021	74432	
5208461	Riverside	riverside	US	02915	0	America/New_York	41.48591	-75.5563	275			PA	069	02832	
5208462	Riverside	riverside	US	02915	1912	America/New_York	40.95536	-76.62885	152	Riversajd,Риверсайд		PA	097	65112	
5208477	Riverton	riverton	US	06065	0	America/New_York	40.3584	-79.83477	277			PA	003	46256	
5208478	Riverton	riverton	US	06065	0	America/New_York	40.82788	-75.08601	75			PA	095	45016	
5208479	Riverview	riverview	US	33568	0	America/New_York	40.75562	-80.33395	361			PA	007	58375	
5208480	Riverview	riverview	US	33568	0	America/New_York	40.98979	-79.57366	392			PA	031	46464	
5208481	Riverview	riverview	US	33568	0	America/New_York	41.00395	-78.45586	341			PA	033	41952	
5208482	Riverview	riverview	US	33568	0	America/New_York	41.16868	-77.50971	170			PA	035	03912	
5208483	Riverview	riverview	US	33568	0	America/New_York	40.1934	-79.9156	273			PA	125	50408	
5208500	Rixford	rixford	US	16745	0	America/New_York	41.92618	-78.49419	487			PA	083	57312	
5208515	Roaring Branch	roaring-branch	US	17765	0	America/New_York	41.56563	-76.95274	297			PA	117	78416	
5208552	Roaring Spring	roaring-spring	US	16673	2537	America/New_York	40.33591	-78.39085	398	Rouring Spring,Роуринг Спринг		PA	013	65256	
5208562	Robbins	robbins	US	27325	0	America/New_York	40.29618	-79.78282	227			PA	129	55128	
5208594	Robertsdale	robertsdale	US	16674	0	America/New_York	40.18425	-78.11528	544			PA	061	86080	
5208595	Robertsville	robertsville	US	44670	0	America/New_York	40.96256	-78.90392	406			PA	065	05200	
5208600	Robesonia	robesonia	US	19551	2064	America/New_York	40.35176	-76.13439	130			PA	011	65336	
5208613	Robinson	robinson	US	15949	614	America/New_York	40.40424	-79.13948	334			PA	063	84184	
5208614	Robinson	robinson	US	15949	0	America/New_York	41.02812	-80.49479	247			PA	073	46648	
5208615	Robinson	robinson	US	15949	0	America/New_York	40.45035	-80.33673	361			PA	125	65376	
5208641	Rochester	rochester	US	02770	3569	America/New_York	40.70229	-80.28645	243	East Bridgewater,Fairport,Rochester,Рочестер,روچیسٹر، پنسلوانیا		PA	007		
5208642	Rochester Mills	rochester-mills	US	15771	0	America/New_York	40.81868	-78.98559	401	Richmond,Rochester Mills		PA	063	30416	
5208656	Rock Glen	rock-glen	US	18246	0	America/New_York	40.96536	-76.18438	258			PA	079	06672	
5208658	Rock Hill	rock-hill	US	12775	0	America/New_York	40.4051	-75.29962	176			PA	017	21760	
5208683	Rock Point	rock-point	US	20682	0	America/New_York	40.85951	-80.31312	265			PA	073	81776	
5208737	Rockdale	rockdale	US	76567	0	America/New_York	40.77784	-79.88283	323			PA	019	58792	
5208738	Rockdale	rockdale	US	76567	0	America/New_York	41.17673	-78.8417	490			PA	065	81264	
5208739	Rockdale	rockdale	US	76567	0	America/New_York	41.2923	-75.61158	446			PA	069	72896	
5208740	Rockdale	rockdale	US	76567	0	America/New_York	40.71676	-75.56185	132			PA	077	55576	
5208746	Rockdale	rockdale	US	76567	0	America/New_York	40.10844	-74.88128	11			PA	017	08768	
5208760	Rockland	rockland	US	02370	0	America/New_York	41.23228	-79.75172	289	Rockland,Rockland Station		PA	121	65560	
5208761	Rockland	rockland	US	02370	0	America/New_York	41.27728	-79.74894	437	Davis Corners,Rockland		PA	121	65560	
5208767	Rockledge	rockledge	US	30454	2541	America/New_York	40.08122	-75.08962	74			PA	091	65568	
5208776	Rockport	rockport	US	01966	0	America/New_York	40.96509	-75.76325	309			PA	025	42400	
5208781	Rockton	rockton	US	15856	0	America/New_York	41.07562	-78.65308	535			PA	033	78296	
5208787	Rockville	rockville	US	02873	0	America/New_York	40.73312	-79.44171	344			PA	005	40056	
5208788	Rockville	rockville	US	02873	0	America/New_York	40.35813	-78.78197	481			PA	021	17496	
5208789	Rockville	rockville	US	02873	0	America/New_York	40.94007	-77.45943	382			PA	027	49360	
5208790	Rockville	rockville	US	02873	0	America/New_York	40.07788	-75.85522	207			PA	029	35536	
5208791	Rockville	rockville	US	02873	0	America/New_York	41.04062	-79.38421	370			PA	031	62144	
5208792	Rockville	rockville	US	02873	0	America/New_York	40.3362	-76.9047	98			PA	043	75528	
5208793	Rockville	rockville	US	02873	0	America/New_York	40.57619	-77.40943	154			PA	067	49392	
5208794	Rockville	rockville	US	02873	0	America/New_York	41.00284	-80.17339	370			PA	073	68408	
5208795	Rockville	rockville	US	02873	0	America/New_York	40.61118	-77.7675	299			PA	087	78392	
5208796	Rockville	rockville	US	02873	0	America/New_York	40.78454	-75.49768	190	Rackville,Rockville		PA	095	42424	
5208805	Rockwood	rockwood	US	04478	941	America/New_York	40.38037	-76.45107	165			PA	075	55160	
5208823	Rocky Ridge	rocky-ridge	US	21778	0	America/New_York	40.39538	-75.32434	185			PA	017	21760	
5208860	Rodman	rodman	US	13682	0	America/New_York	40.34119	-78.40029	369			PA	013	76160	
5208861	Rodney	rodney	US	49342	0	America/New_York	40.15257	-79.41642	557			PA	129	51888	
5208900	Rolfe	rolfe	US	50581	0	America/New_York	41.49756	-78.68864	450			PA	047	38248	
5208923	Rome	rome	US	13440	418	America/New_York	41.85841	-76.34077	249			PA	015	65944	
5208931	Romney	romney	US	26757	0	America/New_York	40.04563	-79.40254	427			PA	051	67640	
5208957	Ronks	ronks	US	17572	362	America/New_York	40.02621	-76.16857	115			PA	071	21344	
5208969	Roscoe	roscoe	US	12776	795	America/New_York	40.07952	-79.8656	236			PA	125	66016	
5209004	Roseboro	roseboro	US	28382	0	America/New_York	40.86256	-78.9717	447			PA	063	11120	
5209005	Rosebud	rosebud	US	57570	0	America/New_York	40.75423	-78.54141	440	Rose Bud,Rosebud		PA	033	04888	
5209006	Roseburg	roseburg	US	97470	0	America/New_York	40.43064	-77.34082	186			PA	099	68032	
5209007	Roseburg	roseburg	US	97470	0	America/New_York	40.44119	-77.33249	176			PA	099	68032	
5209010	Rosedale	rosedale	US	11422	0	America/New_York	40.48646	-79.83727	294			PA	003	59032	
5209011	Rosedale	rosedale	US	11422	0	America/New_York	40.46899	-75.39018	177			PA	017	49384	
5209023	Rosemont	rosemont	US	08556	0	America/New_York	40.02567	-75.3238	117			PA	091	44976	
5209040	Roseville	roseville	US	43777	0	America/New_York	40.07871	-76.29468	119			PA	071	46896	
5209041	Roseville	roseville	US	43777	188	America/New_York	41.86563	-76.95746	414	Rozvell,Розвелл		PA	117	66232	
5209042	Rossville	rossville	US	17358	0	America/New_York	40.06398	-76.91775	154			PA	133	81056	
5209046	Roslyn	roslyn	US	11576	0	America/New_York	40.13178	-75.13767	73			PA	091	00156	
5209048	Roslyn Heights	roslyn-heights	US	11577	0	America/New_York	40.10011	-75.17962	107			PA	091	73088	
5209055	Roseville	roseville	US	43777	0	America/New_York	41.17784	-79.14615	502			PA	065	78336	
5209084	Rossford	rossford	US	43460	0	America/New_York	40.75145	-79.5381	315			PA	005	46976	
5209085	Rossiter	rossiter	US	15772	646	America/New_York	40.89451	-78.93114	432			PA	063	11120	
5209098	Rosston	rosston	US	71858	0	America/New_York	40.7509	-79.55143	240			PA	005	46976	
5209117	Rough and Ready	rough-and-ready	US	95975	0	America/New_York	40.67953	-76.62774	222			PA	107	79120	
5209132	Roulette	roulette	US	16746	779	America/New_York	41.78007	-78.1539	466	Roulet,Roulette		PA	105	66416	
5209192	Rouseville	rouseville	US	16344	498	America/New_York	41.46895	-79.69089	316			PA	121	66440	
5209205	Rowena	rowena	US	76875	0	America/New_York	40.11897	-78.92364	544			PA	111	69448	
5209210	Rowland	rowland	US	18457	0	America/New_York	41.4712	-75.04211	211			PA	103	40776	
5209223	Roxbury	roxbury	US	02119	0	America/New_York	40.30119	-78.92419	400			PA	021	38288	
5209224	Roxbury	roxbury	US	02119	0	America/New_York	40.20065	-77.05026	141	Roxbory,Roxbury		PA	041	50472	
5209225	Roxbury	roxbury	US	02119	0	America/New_York	40.11037	-77.66193	226	Roxburg,Roxbury		PA	055	45496	
5209230	Royal	royal	US	51357	0	America/New_York	41.66702	-75.61741	315			PA	115	14224	
5209232	Royalton	royalton	US	41464	1023	America/New_York	40.18731	-76.72997	90			PA	043	66560	
5209240	Royersford	royersford	US	19468	4771	America/New_York	40.18427	-75.53796	63	Royer's Ford,Royers Ford,Royersford		PA	091	66576	
5209261	Ruffs Dale	ruffs-dale	US	15679	0	America/New_York	40.17507	-79.6081	322	Ruffs Dale,Ruffsdale		PA	129	21304	
5209291	Rupert	rupert	US	05768	183	America/New_York	40.97925	-76.47411	153			PA	037	50704	
5209303	Rural Ridge	rural-ridge	US	15075	0	America/New_York	40.58562	-79.82866	258			PA	003	36808	
5209304	Rural Valley	rural-valley	US	16249	850	America/New_York	40.79923	-79.31448	342	Rural Valley,Rural Village		PA	005	66720	
5209305	Rural Valley	rural-valley	US	16249	0	America/New_York	40.18702	-80.34867	340			PA	125	10032	
5209308	Rush	rush	US	14543	0	America/New_York	41.78341	-76.04631	301			PA	115	66776	
5209324	Rushland	rushland	US	18956	0	America/New_York	40.25761	-75.03072	47	Kirkland,Rushland		PA	017	86624	
5209329	Rushville	rushville	US	14544	0	America/New_York	41.78258	-76.12215	266			PA	115	66776	
5209332	Russell	russell	US	01071	1408	America/New_York	41.94145	-79.13505	381	Pine Grove,Russelburg,Russell,Russellburg,Russellsburg,Russellsburgh,RusselsMills,Russelsburg		PA	123	60480	
5209347	Russellton	russellton	US	15076	1440	America/New_York	40.61146	-79.837	291			PA	003	82800	
5209349	Russellville	russellville	US	29476	0	America/New_York	41.90841	-76.31716	309			PA	015	57176	
5209350	Russellville	russellville	US	29476	0	America/New_York	40.30535	-78.23362	291			PA	061	35688	
5209362	Rutherford	rutherford	US	07070	4303	America/New_York	40.26898	-76.76803	158			PA	043	75672	
5209375	Rydal	rydal	US	30171	0	America/New_York	40.1065	-75.10851	68			PA	091	00156	
5209380	Ryde	ryde	US	95680	0	America/New_York	40.43563	-77.75888	167			PA	087	81784	
5209397	Sabinsville	sabinsville	US	16943	0	America/New_York	41.86785	-77.52526	501			PA	117	14528	
5209399	Sabula	sabula	US	52070	0	America/New_York	41.15645	-78.66864	450			PA	033	67792	
5209403	Saco	saco	US	04072	0	America/New_York	41.41369	-75.47102	483			PA	069	37896	
5209406	Sacramento	sacramento	US	17968	0	America/New_York	40.63453	-76.58885	212	Sakramento,Сакраменто		PA	107	36072	
5209439	Saco	saco	US	04072	0	America/New_York	41.81091	-76.53494	376			PA	015	78232	
5209445	Saegertown	saegertown	US	16433	973	America/New_York	41.71894	-80.14756	338	Saegers Town,Saegerstown,Saegertown,Sagerstown,Sagertown		PA	039	67120	
5209449	Sagamore	sagamore	US	02561	0	America/New_York	40.78006	-79.22782	345			PA	005	16728	
5209450	Sagamore	sagamore	US	02561	0	America/New_York	40.03257	-79.39781	425			PA	051	67640	
5209456	Saginaw	saginaw	US	35137	0	America/New_York	40.0651	-76.67274	105	New Holland,New Holland Station,Saginaw		PA	133	21464	
5209536	Saint Augustine	saint-augustine	US	32080	0	America/New_York	40.61312	-78.57835	508			PA	021	14056	
5209557	Saint Benedict	saint-benedict	US	15773	0	America/New_York	40.62757	-78.72947	559	Benedict,Saint Benedict,St. Benedict		PA	021	82688	
5209579	Saint Boniface	saint-boniface	US	16675	0	America/New_York	40.66673	-78.68086	626	Saint Boniface,Saint Bonifacius,Sanit Bonifacius,St. Boniface		PA	021	22808	
5209610	Saint Charles	saint-charles	US	24282	0	America/New_York	40.99534	-79.39088	317			PA	031	62144	
5209619	Saint Clair	saint-clair	US	17970	0	America/New_York	40.41646	-79.97144	353	Saint Clair,Saint Clair Village,St. Clair		PA	003	61000	
5209620	Saint Clair	saint-clair	US	17970	0	America/New_York	40.68479	-80.25062	250			PA	007	27712	
5209621	Saint Clair	saint-clair	US	17970	3004	America/New_York	40.72065	-76.19105	225			PA	107		
5209622	Saint Clair	saint-clair	US	17970	0	America/New_York	40.26868	-79.54837	353			PA	129	33792	
5209634	Saint Clairsville	saint-clairsville	US	43950	78	America/New_York	40.15675	-78.51002	375	Saint Clairsville,Saint Clairville,St. Clairsville		PA	009	21788	
5209710	Saint George	saint-george	US	29477	0	America/New_York	41.252	-79.79366	281			PA	121	65560	
5209781	Saint Joe	saint-joe	US	46785	0	America/New_York	40.90451	-79.77366	432			PA	019	19456	
5209800	Saint Johns	saint-johns	US	18247	0	America/New_York	41.02814	-76.00604	296			PA	079	10480	
5209933	Saint Joseph	saint-joseph	US	38481	0	America/New_York	41.92785	-75.99242	385			PA	115	13504	
5210029	Saint Lawrence	saint-lawrence	US	57373	1809	America/New_York	40.32704	-75.87187	90			PA	011		
5210030	Saint Lawrence	saint-lawrence	US	57373	0	America/New_York	40.69868	-78.6253	653			PA	021	13192	
5210036	Saint Leonard	saint-leonard	US	20685	0	America/New_York	40.2015	-74.95878	41	Jordan,Saint Leonard,St. Leonard		PA	017	54688	
5210117	Saint Marys	saint-marys	US	15857	13070	America/New_York	41.42784	-78.56086	506	STQ		PA	047	67344	
5210437	Saint Peters	saint-peters	US	19470	0	America/New_York	40.1801	-75.73075	131			PA	029	81160	
5210484	Saint Petersburg	saint-petersburg	US	16054	400	America/New_York	41.16173	-79.65283	427	Gorod Sankt-Peterburg,Petersburg,Saint Petersburg,St. Petersburg,Город Санкт-Петербург		PA	031		
5210614	Salem	salem	US	01970	0	America/New_York	41.07201	-78.7417	509			PA	033	08120	
5210615	Salem	salem	US	01970	0	America/New_York	41.4345	-80.33173	302			PA	085	75008	
5210616	Salem	salem	US	01970	0	America/New_York	40.81231	-76.90108	183			PA	109	58864	
5210685	Salford	salford	US	18957	0	America/New_York	40.29593	-75.45434	58			PA	091	79280	
5210690	Salfordville	salfordville	US	18958	0	America/New_York	40.29344	-75.43295	110			PA	091	79280	
5210691	Salida	salida	US	81201	0	America/New_York	40.34535	-80.01005	355			PA	003		
5210699	Salix	salix	US	15952	1149	America/New_York	40.30008	-78.7653	625			PA	021	00308	
5210723	Saltillo	saltillo	US	17253	345	America/New_York	40.21064	-78.00667	242			PA	061	67632	
5210732	Saltsburg	saltsburg	US	15681	837	America/New_York	40.48646	-79.45143	263	Saltsburg,Saltzburg,Soltsberg,White,Солтсберг		PA	063	67648	
5210769	Sanborn	sanborn	US	14132	0	America/New_York	40.90117	-78.39724	535	Sanborn,Sanbourn		PA	033	86440	
5210839	Sandhill	sandhill	US	39161	0	America/New_York	40.24342	-76.6608	200			PA	043	18936	
5210841	Sandhill	sandhill	US	39161	0	America/New_York	40.94482	-75.30713	171			PA	089	32176	
5210847	Sandy	sandy	US	84070	1429	America/New_York	41.10784	-78.77114	436			PA	033	67792	
5210849	Sandy Creek	sandy-creek	US	13145	0	America/New_York	40.47535	-79.84838	249			PA	003	59032	
5210863	Sandy Lake	sandy-lake	US	16145	652	America/New_York	41.34867	-80.08228	353			PA	085	67848	
5210871	Sandy Point	sandy-point	US	04972	0	America/New_York	41.16478	-79.76311	440			PA	019	00860	
5210872	Sandy Ridge	sandy-ridge	US	16677	407	America/New_York	40.81478	-78.23557	568	Nuttallville,Powelton,Retort,Sandy Ridge		PA	027	66736	
5210904	Sandyville	sandyville	US	25275	0	America/New_York	41.14315	-75.03545	358	Camp Tamiment,Sandyville		PA	103	42512	
5210905	Sanford	sanford	US	04073	0	America/New_York	41.7695	-79.53588	482	Sanford,Sanford Corners		PA	123	22920	
5210913	Santiago	santiago	US	55377	0	America/New_York	40.43424	-80.27062	335	North Star,Santiago		PA	003	55016	
5210919	Sardis	sardis	US	30456	0	America/New_York	40.49173	-79.69171	392			PA	129		
5210927	Sarver	sarver	US	16055	0	America/New_York	40.73145	-79.74588	335			PA	019	10000	
5210934	Sassamansville	sassamansville	US	19472	0	America/New_York	40.34204	-75.57213	104			PA	091		
5211020	Saxonburg	saxonburg	US	16056	1491	America/New_York	40.75395	-79.81005	395			PA	019	68056	
5211023	Saxton	saxton	US	16678	706	America/New_York	40.21536	-78.24446	273			PA	009	68072	
5211029	Saybrook	saybrook	US	61770	0	America/New_York	41.72312	-79.05198	411	Saybrook,West Sheffield		PA	123	69992	
5211033	Saylorsburg	saylorsburg	US	18353	1126	America/New_York	40.89565	-75.32352	204			PA	089	66280	
5211037	Sayre	sayre	US	18840	5424	America/New_York	41.97896	-76.5155	235	Sejri,Сејри		PA	015	68096	
5211053	Scandia	scandia	US	55073	0	America/New_York	41.91284	-79.03532	636			PA	123	23064	
5211062	Scenery Hill	scenery-hill	US	15360	0	America/New_York	40.08591	-80.07033	424	Hillsborough,Scenery Hill		PA	125	54800	
5211072	Schaefferstown	schaefferstown	US	17088	941	America/New_York	40.29843	-76.2944	176	Heidelberg,Schaefferstown,Shaefferstown		PA	075	33608	
5211092	Schellsburg	schellsburg	US	15559	333	America/New_York	40.04897	-78.64419	382	Schellburg,Schellsburg,Shellburg		PA	009	68152	
5211097	Schenley	schenley	US	15682	0	America/New_York	40.68451	-79.66171	263	Schenley,Schenley Station		PA	005	29184	
5211128	Schnecksville	schnecksville	US	18078	2935	America/New_York	40.67514	-75.62044	202	Schnecksville,Schneckville		PA	077	55576	
5211204	Schuyler	schuyler	US	22969	0	America/New_York	41.09397	-76.73496	169			PA	097	42952	
5211212	Schuylkill Haven	schuylkill-haven	US	17972	5228	America/New_York	40.63065	-76.17105	169	Schuykill Haven,Schuylkill Haven		PA	107	68312	
5211230	Schwenksville	schwenksville	US	19473	1398	America/New_York	40.25621	-75.46379	45			PA	091	68328	
5211235	Sciota	sciota	US	18354	0	America/New_York	40.92954	-75.31602	171	Fennersville,Sciota		PA	089	32176	
5211253	Scotia	scotia	US	29939	0	America/New_York	40.79978	-77.94611	410	Benore,Scotia		PA	027	58440	
5211256	Scotrun	scotrun	US	18355	0	America/New_York	41.06592	-75.31991	313	Scot Run,Scotrun		PA	089	61728	
5211257	Scott	scott	US	38772	0	America/New_York	41.56952	-75.63213	343			PA	069	68400	
5211279	Scottdale	scottdale	US	15683	4251	America/New_York	40.10035	-79.58698	317	Fountain Mills,Scottdale,Skotdejl,Скотдејл		PA	129	68432	
5211292	Scottsville	scottsville	US	14546	0	America/New_York	40.58284	-80.25867	359			PA	007	35640	
5211293	Scottsville	scottsville	US	14546	0	America/New_York	41.59619	-76.09632	200			PA	131	85680	
5211303	Scranton	scranton	US	18501	77118	America/New_York	41.40916	-75.6649	230	AVP,Capouse,Deep Hollow,Harrison,Scranton,Skrantan,Skranton,Skrantonas,Skrantun,Skrenton,Slocum Hollow,askrantwn  pnsylwanya,seukeulaenteon,si ke lan dun,skrantwn,sqrntwn,sukuranton,Скрантан,Скрантон,Скрантън,Скрентон,סקרנטון,اسکرانتون، پنسیلوانیا,سكرانتون,سکرانٹن,سکرانٹن، پنسلوانیا,スクラントン,斯克蘭頓,스크랜턴	069	PA	069	69000	
5211331	Seanor	seanor	US	15953	0	America/New_York	40.21202	-78.89836	456			PA	111	57552	
5211342	Sebring	sebring	US	33870	0	America/New_York	41.59507	-77.10997	574			PA	117	43136	
5211344	Sebastopol	sebastopol	US	39359	0	America/New_York	41.30702	-75.79964	203			PA	079	37984	
5211391	Seelyville	seelyville	US	47878	0	America/New_York	41.57759	-75.28101	317	Seeleyville,Seely's Mills,Seelyville		PA	127	76424	
5211411	Selinsgrove	selinsgrove	US	17870	5792	America/New_York	40.79897	-76.86219	134	SEG,Selingsgrov,Selins Grove,Selinsgrove,Селингсгров		PA	109	69216	
5211417	Selkirk	selkirk	US	12158	0	America/New_York	41.68728	-79.58033	389	Selkirk,Wheedale		PA	123	72600	
5211420	Sellersville	sellersville	US	18960	4212	America/New_York	40.35399	-75.3049	104	Sellers Tavern,Sellersville		PA	017	69248	
5211426	Seltzer	seltzer	US	17974	350	America/New_York	40.69537	-76.23383	273	Seltzer,Seltzer City		PA	107	55624	
5211432	Seneca	seneca	US	16346	1065	America/New_York	41.37867	-79.70394	443			PA	121	16944	
5211444	Seminole	seminole	US	16253	0	America/New_York	40.95479	-79.34282	421			PA	005	46632	
5211478	Seven Springs	seven-springs	US	28578	26	America/New_York	40.02313	-79.29726	768			PA	111	69336	
5211504	Seward	seward	US	15954	477	America/New_York	40.41424	-79.02003	347			PA	129	69368	
5211506	Sewickley	sewickley	US	15143	3829	America/New_York	40.53646	-80.1845	226	Contention,Devil's Race Track,Dogtown,Fifetown,Sevikli,Sewickley,Sewickleyville,Севикли		PA	003	69376	
5211546	Shade Gap	shade-gap	US	17255	104	America/New_York	40.18092	-77.86583	302	Shade Gap,Shady Gap		PA	061	69456	
5211570	Shadyside	shadyside	US	43947	0	America/New_York	40.45146	-79.94088	271			PA	003	61000	
5211622	Shamokin	shamokin	US	17872	7162	America/New_York	40.78897	-76.55885	220	Coal,Samokinas,Schahamokink,Shamokin,shamokin,shamwkyn,shamwkyn  pnsylwanya,syamokin,Šamokinas,Шамокин,شاموكين,شاموکین، پنسیلوانیا,シャモキン,샤모킨		PA	097	69600	
5211637	Shamokin Dam	shamokin-dam	US	17876	1706	America/New_York	40.8487	-76.81969	147	Shamokin Dam,Shanokin Dam,Шамокин Дам		PA	109	69616	
5211638	Shamrock	shamrock	US	74068	0	America/New_York	40.86092	-76.58468	172			PA	097	63328	
5211655	Shanksville	shanksville	US	15560	230	America/New_York	40.01786	-78.90725	680	Shanksvil,Shanksvill,shankusuvu~iru,Шанксвил,Шанксвилл,シャンクスヴィル		PA	111	69680	
5211683	Sharon	sharon	US	02067	13562	America/New_York	41.23311	-80.4934	305	Sharon,Sheron,sharwn,sharwn  pnsylwanya,Шарон,Шерон,شارون,شارون، پنسیلوانیا		PA	085	69720	
5211685	Sharon Center	sharon-center	US	44274	0	America/New_York	41.94034	-78.14556	465			PA	105	69736	
5211708	Sharpsburg	sharpsburg	US	21782	3398	America/New_York	40.49451	-79.92644	224	Sharpsburg,Шарпсбург		PA	003	69776	
5211709	Sharpsburg	sharpsburg	US	21782	0	America/New_York	40.52035	-77.83444	293			PA	061	08128	
5211712	Sharpsville	sharpsville	US	16150	4271	America/New_York	41.25922	-80.47201	314			PA	085	69800	
5211716	Shartlesville	shartlesville	US	19554	455	America/New_York	40.51287	-76.10439	173			PA	011	78752	
5211730	Shavertown	shavertown	US	18708	2019	America/New_York	41.3198	-75.93798	313			PA	079	39792	
5211737	Shawanese	shawanese	US	18654	0	America/New_York	41.35147	-76.03409	378			PA	079	33000	
5211742	Shawmut	shawmut	US	04975	0	America/New_York	41.28728	-78.73336	472			PA	047	35816	
5211745	Shawnee	shawnee	US	43782	0	America/New_York	40.58369	-77.52277	152			PA	087	30480	
5211761	Shawnee on Delaware	shawnee-on-delaware	US	18356	0	America/New_York	41.01232	-75.11073	103			PA	089	71344	
5211767	Shawville	shawville	US	16873	0	America/New_York	41.06922	-78.35807	332	Shawsville,Shawville		PA	033	30152	
5211781	Sheakleyville	sheakleyville	US	16151	139	America/New_York	41.44283	-80.20784	391			PA	085	69936	
5211804	Sheffield	sheffield	US	01257	1132	America/New_York	41.70395	-79.0356	409			PA	123	69992	
5211833	Shelly	shelly	US	56581	0	America/New_York	40.48093	-75.37212	173			PA	017	64536	
5211839	Shelocta	shelocta	US	15774	126	America/New_York	40.6559	-79.30198	301			PA	063	70040	
5211846	Shenandoah	shenandoah	US	17976	4873	America/New_York	40.82037	-76.20077	396			PA	107	70056	
5211871	Shepherdstown	shepherdstown	US	25443	0	America/New_York	40.17759	-76.99137	192	Sheperdstown,Shepherdstown		PA	041	78736	
5211882	Sheridan	sheridan	US	04775	0	America/New_York	40.35537	-76.22273	147			PA	075	49560	
5211883	Sheridan	sheridan	US	04775	0	America/New_York	40.58731	-76.5683	242			PA	107	62200	
5211889	Sheppton	sheppton	US	18248	239	America/New_York	40.89759	-76.11771	500			PA	107	21952	
5211896	Sherman	sherman	US	04776	0	America/New_York	41.98758	-75.42629	357			PA	127	68416	
5211919	Shermans Dale	shermans-dale	US	17090	0	America/New_York	40.32425	-77.17304	143	Shermandale,Shermans Dale,Shermansdale		PA	099	11416	
5211936	Shickshinny	shickshinny	US	18655	827	America/New_York	41.15314	-76.15021	157			PA	079	70224	
5211943	Shields	shields	US	58569	0	America/New_York	40.56257	-80.20367	235			PA	003	42392	
5211957	Shiloh	shiloh	US	08353	11217	America/New_York	41.04172	-78.2914	481			PA	033	08032	
5212000	Shingletown	shingletown	US	96088	0	America/New_York	40.7634	-77.82556	346			PA	027	32792	
5212002	Shinglehouse	shinglehouse	US	16748	1093	America/New_York	41.96368	-78.19084	455	Shingle House,Shinglehouse		PA	105	70304	
5212027	Shippenville	shippenville	US	16254	454	America/New_York	41.25034	-79.45949	420	Shippensville,Shippenville		PA	031	70368	
5212030	Shippingport	shippingport	US	15077	211	America/New_York	40.63201	-80.41395	238			PA	007	70376	
5212038	Shippensburg	shippensburg	US	17257	5559	America/New_York	40.05065	-77.52026	200			PA	041	70352	
5212048	Shirley	shirley	US	01464	0	America/New_York	40.23063	-79.22837	372			PA	129	43240	
5212056	Shirleysburg	shirleysburg	US	17260	148	America/New_York	40.29786	-77.87416	183	Aughwick,Fort Shirley,Shirleysburg		PA	061	70408	
5212072	Shoemakersville	shoemakersville	US	19555	1369	America/New_York	40.50093	-75.96993	110			PA	011	70464	
5212077	Shohola	shohola	US	18458	0	America/New_York	41.47509	-74.91517	197			PA	103	70496	
5212122	Shortsville	shortsville	US	14548	0	America/New_York	41.86618	-77.36053	403			PA	117	12880	
5212175	Shunk	shunk	US	17768	0	America/New_York	41.54619	-76.74273	453	Fox Centre,Shunk		PA	113	27096	
5212198	Sidman	sidman	US	15955	431	America/New_York	40.33063	-78.74474	499	Lovett,Lovett Station,Sidman		PA	021	17496	
5212201	Sidney	sidney	US	13838	0	America/New_York	40.87729	-78.8092	450			PA	063	04056	
5212212	Sigel	sigel	US	15860	0	America/New_York	41.27506	-79.11309	550			PA	065	22872	
5212240	Silver Creek	silver-creek	US	14136	0	America/New_York	40.73287	-76.13327	279			PA	107	07336	
5212278	Silver Spring	silver-spring	US	17575	0	America/New_York	41.29954	-74.84878	253			PA	103	19272	
5212286	Silverdale	silverdale	US	18962	856	America/New_York	40.3476	-75.27101	132	Lawndale,Portland,Silverdale		PA	017	70744	
5212291	Silver Spring	silver-spring	US	17575	0	America/New_York	40.06426	-76.43719	121	Silver Spring,Silver Springs		PA	071	83152	
5212293	Silverton	silverton	US	79257	0	America/New_York	40.6587	-76.2705	220			PA	107	08200	
5212312	Simpson	simpson	US	26435	1275	America/New_York	41.59175	-75.48518	347			PA	069	25560	
5212313	Simpson	simpson	US	26435	0	America/New_York	41.83673	-78.58808	676			PA	083	38912	
5212342	Sinking Spring	sinking-spring	US	45172	4101	America/New_York	40.32731	-76.01105	123			PA	011	70880	
5212360	Sipesville	sipesville	US	15561	0	America/New_York	40.09924	-79.09114	628			PA	111	43440	
5212364	Sistersville	sistersville	US	26175	0	America/New_York	40.78618	-79.61227	373			PA	005	54856	
5212412	Skippack	skippack	US	19474	3758	America/New_York	40.22288	-75.39879	56			PA	091	71016	
5212432	Skytop	skytop	US	18357	0	America/New_York	41.22787	-75.23824	476			PA	089	04320	
5212465	Slatedale	slatedale	US	18079	455	America/New_York	40.74454	-75.65658	154	Labarsville,Slatedale		PA	077	81280	
5212470	Slate Run	slate-run	US	17769	0	America/New_York	41.47285	-77.50165	229			PA	081	09280	
5212477	Slatington	slatington	US	18080	4276	America/New_York	40.74843	-75.61185	151	Slejtington,Слејтингтон		PA	077	71144	
5212501	Slickville	slickville	US	15684	388	America/New_York	40.45979	-79.5231	355	Slickville,Sloan		PA	129	67496	
5212520	Sligo	sligo	US	16255	0	America/New_York	40.6434	-79.69171	235			PA	003	32832	
5212521	Sligo	sligo	US	16255	692	America/New_York	41.10923	-79.49005	351			PA	031	71176	
5212532	Slippery Rock	slippery-rock	US	16057	3613	America/New_York	41.06395	-80.05645	397	Centerville,Centreville,Giner Hill,Ginger Hill,Slippery Rock,Slipperyrock,Wesch-Ach-Ach-Apochka		PA	019	71184	
5212553	Slocum	slocum	US	02877	0	America/New_York	41.13203	-76.04576	349			PA	079	71216	
5212566	Slovan	slovan	US	15078	555	America/New_York	40.35924	-80.38979	315			PA	125	71288	
5212577	Smallwood	smallwood	US	12778	0	America/New_York	40.06841	-79.91838	240			PA	125	10768	
5212582	Smethport	smethport	US	16749	1595	America/New_York	41.81117	-78.44474	475		083	PA	083	71248	
5212586	Smicksburg	smicksburg	US	16256	44	America/New_York	40.86979	-79.17087	359			PA	063	71256	
5212590	Smiley	smiley	US	78159	0	America/New_York	41.78064	-75.58741	323			PA	115	29024	
5212593	Smith	smith	US	89430	0	America/New_York	40.4484	-79.23587	332			PA	063	10352	
5212626	Smith Mills	smith-mills	US	42457	0	America/New_York	41.102	-78.67336	453			PA	033	78296	
5212667	Smithland	smithland	US	42081	0	America/New_York	41.02034	-79.4056	452			PA	031	62144	
5212676	Smithdale	smithdale	US	39664	0	America/New_York	40.22785	-79.79143	242			PA	003	23000	
5212680	Smithton	smithton	US	15479	381	America/New_York	40.15396	-79.74115	243			PA	129	71424	
5212682	Smithtown	smithtown	US	11787	0	America/New_York	40.47205	-75.06906	30			PA	017	76784	
5212683	Smithtown	smithtown	US	11787	0	America/New_York	41.14451	-78.85281	483			PA	065	81264	
5212687	Smithville	smithville	US	26178	0	America/New_York	40.97173	-79.91922	377			PA	019	13936	
5212703	Smoketown	smoketown	US	17576	357	America/New_York	40.03927	-76.1994	109			PA	071	21344	
5212704	Smoketown	smoketown	US	17576	0	America/New_York	40.71038	-75.34712	124			PA	095	45024	
5212711	Smoketown	smoketown	US	17576	0	America/New_York	40.39844	-75.32795	176			PA	017	21760	
5212743	Snook	snook	US	77878	0	America/New_York	40.71202	-77.38666	225			PA	087	18464	
5212752	Snow Shoe	snow-shoe	US	16874	776	America/New_York	41.03089	-77.94945	470	Snow Shoe,Snow Shoe Camp,Snow Shoe City		PA	027	71600	
5212765	Snyder	snyder	US	68664	0	America/New_York	40.44673	-79.28476	304			PA	063	10352	
5212808	Snydertown	snydertown	US	17877	483	America/New_York	40.98423	-77.58583	272			PA	027	80552	
5212809	Snydertown	snydertown	US	17877	0	America/New_York	40.01952	-79.57115	333			PA	051	15784	
5212810	Snydertown	snydertown	US	17877	0	America/New_York	40.38396	-78.06112	239			PA	061	58832	
5212811	Snydertown	snydertown	US	17877	331	America/New_York	40.88009	-76.66579	162			PA	097	71688	
5212812	Snydertown	snydertown	US	17877	0	America/New_York	40.17063	-79.58643	330	Feree,Snydertown		PA	129	21304	
5212813	Snydertown	snydertown	US	17877	0	America/New_York	40.32063	-79.34892	311	Pandora,Snydertown		PA	129	18968	
5212816	Snydersburg	snydersburg	US	16257	0	America/New_York	41.33284	-79.3556	486	Snyderburg,Snydersburg		PA	031	40288	
5212825	Soldier	soldier	US	41173	0	America/New_York	41.06256	-78.84392	451	Big Soldier,Soldier,Soldier Run		PA	065	85840	
5212831	Solebury	solebury	US	18963	0	America/New_York	40.38066	-75.00822	118	Centre Hill,Solebury,Stone School House		PA	017	71752	
5212853	Somerset	somerset	US	02725	6032	America/New_York	40.00841	-79.07808	669	Brunerstown,Samerset,Somerset,Summerset,Самерсет,Сомерсет	111	PA	111	71776	
5212870	Somerton	somerton	US	85350	0	America/New_York	40.12344	-75.01489	69	Smithfield,Somerton		PA	101	60000	
5212875	Somerville	somerville	US	02143	0	America/New_York	40.96062	-79.65394	389			PA	005	74992	
5212876	Somerville	somerville	US	02143	0	America/New_York	40.05178	-75.15129	75			PA	101	60000	
5212897	Souderton	souderton	US	18964	6747	America/New_York	40.31177	-75.32518	128			PA	091	71856	
5212914	South Bend	south-bend	US	46601	0	America/New_York	40.62784	-79.36948	293			PA	005	71968	
5212916	South Bethlehem	south-bethlehem	US	12161	462	America/New_York	40.99951	-79.34087	332			PA	005	71976	
5212917	South Bethlehem	south-bethlehem	US	12161	0	America/New_York	40.61093	-75.36629	87	Augusta,South Bethlehem,Wetherill		PA	095	06088	
5212920	South Branch	south-branch	US	48761	0	America/New_York	41.64841	-76.44466	306			PA	015	50440	
5212977	South Canaan	south-canaan	US	18459	0	America/New_York	41.50536	-75.41213	434			PA	127	72024	
5212994	South Easton	south-easton	US	02375	0	America/New_York	40.67982	-75.21212	99	Seitzville,South Easton		PA	095	21648	
5213001	South Fork	south-fork	US	15956	876	America/New_York	40.3673	-78.79141	454			PA	021	72168	
5213022	South Gibson	south-gibson	US	18842	0	America/New_York	41.73425	-75.63019	304			PA	115	29024	
5213033	South Heights	south-heights	US	15081	460	America/New_York	40.57368	-80.23562	236	Ethel Landing,South Heights		PA	007	72216	
5213038	South Hill	south-hill	US	23970	0	America/New_York	41.83591	-76.26354	414			PA	015	57176	
5213050	South Lebanon	south-lebanon	US	45065	0	America/New_York	40.32843	-76.40302	156			PA	075	72288	
5213057	South Montrose	south-montrose	US	18843	0	America/New_York	41.7973	-75.89131	501			PA	115	08648	
5213111	South Sterling	south-sterling	US	18460	0	America/New_York	41.26425	-75.34796	463			PA	127	19864	
5213137	Southampton	southampton	US	01073	0	America/New_York	40.17428	-75.04378	78	Southampton,Southamptonville		PA	017	79296	
5213155	Southmont	southmont	US	27351	2175	America/New_York	40.31063	-78.93864	485			PA	021	72344	
5213163	Southview	southview	US	15361	276	America/New_York	40.32785	-80.25895	337			PA	125	51864	
5213165	Southwest	southwest	US	15685	0	America/New_York	40.19896	-79.52087	304	Heclar,Southwest		PA	129	51888	
5213188	Spangler	spangler	US	15775	1942	America/New_York	40.64285	-78.7728	447			PA	021	55000	
5213202	Spartansburg	spartansburg	US	16434	299	America/New_York	41.82395	-79.68366	442			PA	039	72704	
5213206	Sparta	sparta	US	07871	0	America/New_York	40.02868	-80.31868	318			PA	125	51104	
5213214	Speedwell	speedwell	US	24374	0	America/New_York	40.2087	-76.3219	160			PA	071	23008	
5213235	Spencertown	spencertown	US	12165	0	America/New_York	41.61841	-76.89885	502			PA	117	78416	
5213257	Spinnerstown	spinnerstown	US	18968	1826	America/New_York	40.43899	-75.43712	169	Spinners Town,Spinnerstown		PA	017	49384	
5213297	Sprankle Mills	sprankle-mills	US	15776	0	America/New_York	41.00201	-79.11365	373	Fredericksburg,Sprankle Mills		PA	065	56712	
5213300	Spring	spring	US	77373	0	America/New_York	41.79672	-80.32645	373	Spring,Spring Corners		PA	039	72840	
5213302	Spring Brook	spring-brook	US	14140	0	America/New_York	41.3023	-75.60991	469			PA	069	72896	
5213304	Spring Brook	spring-brook	US	14140	0	America/New_York	41.29675	-75.59241	496			PA	069	72896	
5213316	Spring Church	spring-church	US	15686	0	America/New_York	40.60618	-79.48893	429			PA	005	39968	
5213317	Spring City	spring-city	US	19475	3322	America/New_York	40.17677	-75.54769	49	Spring City,Springville		PA	029	72920	
5213331	Spring Creek	spring-creek	US	16436	0	America/New_York	40.53426	-75.60213	113			PA	077	44952	
5213333	Spring Creek	spring-creek	US	16436	0	America/New_York	41.87589	-79.52533	429			PA	123	72952	
5213349	Spring Garden	spring-garden	US	36275	0	America/New_York	41.11397	-76.9283	146	Alvira,Spring Garden		PA	119	31480	
5213350	Spring Garden	spring-garden	US	36275	0	America/New_York	40.46896	-79.987	264			PA	003	61000	
5213356	Spring Glen	spring-glen	US	12483	0	America/New_York	40.6262	-76.6208	190			PA	107	36072	
5213358	Spring Hill	spring-hill	US	34606	0	America/New_York	40.46229	-79.9945	324			PA	003	61000	
5213359	Spring Hill	spring-hill	US	34606	0	America/New_York	41.70285	-76.18493	392	Spring Hill,Springhill		PA	015	77936	
5213361	Spring Hill	spring-hill	US	34606	839	America/New_York	40.37646	-78.67002	575	Spring-Khill,Спринг-Хилл		PA	021	62056	
5213370	Spring House	spring-house	US	19477	3804	America/New_York	40.18539	-75.22768	87			PA	091	44920	
5213391	Spring Mills	spring-mills	US	16875	268	America/New_York	40.8534	-77.5675	337	McCormick,Spring Mills		PA	027	31472	
5213392	Spring Mount	spring-mount	US	19478	0	America/New_York	40.71423	-78.14168	380			PA	061	81104	
5213393	Spring Mount	spring-mount	US	19478	2259	America/New_York	40.27566	-75.45657	47			PA	091	44912	
5213412	Spring Run	spring-run	US	17262	0	America/New_York	40.14203	-77.7736	251			PA	055	25176	
5213427	Spring Valley	spring-valley	US	10977	0	America/New_York	40.31705	-75.08128	81			PA	017	09816	
5213428	Spring Valley	spring-valley	US	10977	0	America/New_York	40.9795	-78.35724	481			PA	033	07432	
5213429	Spring Valley	spring-valley	US	10977	0	America/New_York	40.28509	-76.82386	135			PA	043	45056	
5213430	Spring Valley	spring-valley	US	10977	0	America/New_York	40.5526	-75.35879	114			PA	077	79288	
5213443	Springboro	springboro	US	16435	456	America/New_York	41.80061	-80.36895	287	Spring Borough,Springboro		PA	039	72872	
5213447	Springdale	springdale	US	15144	3375	America/New_York	40.5409	-79.78394	246			PA	003	72960	
5213459	Springfield	springfield	US	01101	0	America/New_York	41.84924	-76.74579	431			PA	015	73008	
5213494	Springtown	springtown	US	18081	0	America/New_York	40.55649	-75.28934	106			PA	017	73016	
5213495	Springtown	springtown	US	18081	0	America/New_York	40.08064	-77.81972	238			PA	055	48888	
5213496	Springtown	springtown	US	18081	0	America/New_York	41.07342	-75.99048	360			PA	079	19616	
5213497	Springtown	springtown	US	18081	0	America/New_York	40.14177	-75.31046	69			PA	091	21600	
5213498	Springtown	springtown	US	18081	0	America/New_York	41.11286	-76.85163	166			PA	097	18696	
5213499	Springville	springville	US	14141	0	America/New_York	40.1562	-77.14276	172			PA	041	72336	
5213500	Springville	springville	US	14141	0	America/New_York	40.20454	-76.17912	111			PA	071	23840	
5213501	Springville	springville	US	14141	0	America/New_York	40.04816	-76.01995	151	Salisbury,Springville		PA	071	67568	
5213502	Springville	springville	US	14141	0	America/New_York	41.69758	-75.9177	351			PA	115	73440	
5213503	Springville	springville	US	14141	0	America/New_York	40.18342	-76.86636	236			PA	133	24936	
5213514	Spruce	spruce	US	48762	0	America/New_York	41.14784	-78.00222	240			PA	035	83240	
5213515	Spruce	spruce	US	48762	0	America/New_York	40.67979	-78.85808	526			PA	063	30816	
5213520	Sproul	sproul	US	16682	0	America/New_York	40.27258	-78.46057	375			PA	013	31000	
5213522	Spruce Creek	spruce-creek	US	16683	0	America/New_York	40.60951	-78.13556	232	Spruce,Spruce Creek		PA	061	73488	
5213604	Stahlstown	stahlstown	US	15687	0	America/New_York	40.15007	-79.33281	534			PA	129	15912	
5213616	Standard	standard	US	61363	0	America/New_York	40.15952	-79.53615	336			PA	129	51888	
5213627	Stanfordville	stanfordville	US	12581	0	America/New_York	41.95702	-75.82936	316	Butts Corners,Stanfordville		PA	115	43120	
5213628	Stanhope	stanhope	US	07874	0	America/New_York	40.53481	-76.3519	169			PA	107	60464	
5213629	Stanley	stanley	US	14561	0	America/New_York	41.05701	-78.79114	424			PA	033	08120	
5213633	Stanton	stanton	US	08885	0	America/New_York	41.0884	-79.11198	486	Belview,Stanton		PA	065	66032	
5213641	Stanwood	stanwood	US	49346	0	America/New_York	40.10733	-74.95239	30	Stanwood,Stanwood Gardens		PA	017	05616	
5213657	Starford	starford	US	15777	0	America/New_York	40.70173	-78.95892	414			PA	063	30816	
5213662	Starks	starks	US	70661	0	America/New_York	41.34869	-75.73547	216			PA	069	50880	
5213663	Starkville	starkville	US	39759	0	America/New_York	41.60591	-75.83436	212	Pierceville,Starkville		PA	131	54408	
5213664	Starlight	starlight	US	18461	0	America/New_York	41.90509	-75.33101	413			PA	127	09824	
5213669	Starr	starr	US	29684	0	America/New_York	41.52867	-79.36032	530			PA	053	39760	
5213670	Starr	starr	US	29684	0	America/New_York	41.73589	-79.52255	422			PA	123	22920	
5213673	Starrucca	starrucca	US	18462	167	America/New_York	41.89981	-75.47074	400	Starrucca,Starucca		PA	127	73784	
5213675	Star Junction	star-junction	US	15482	616	America/New_York	40.06257	-79.76365	310	Star Junction,Starjunction		PA	051	59464	
5213681	State College	state-college	US	16801	42161	America/New_York	40.79339	-77.86	355	Agricultural College,Centre Furnace,Farm School,Farmer High School,SCE,State College		PA	027	73808	
5214014	Steamburg	steamburg	US	14783	0	America/New_York	41.73783	-80.47035	329			PA	039	15728	
5214089	Sterling	sterling	US	01564	0	America/New_York	40.83034	-78.34196	466			PA	033	86440	
5214090	Sterling	sterling	US	01564	0	America/New_York	41.3412	-75.3899	492	Nobleville,Sterling		PA	127	73968	
5214104	Steuben	steuben	US	04680	0	America/New_York	41.39424	-77.15858	497			PA	081	14872	
5214105	Steuben	steuben	US	04680	0	America/New_York	40.69176	-75.36657	106	Steuben,Steuben Station,Steuben Town,Steuber Station,Steubertown		PA	095	45024	
5214109	Stevens	stevens	US	17578	0	America/New_York	40.89256	-77.83222	261			PA	027	05608	
5214110	Stevens	stevens	US	17578	612	America/New_York	40.2162	-76.15523	116			PA	071	82728	
5214118	Stevens Point	stevens-point	US	54481	0	America/New_York	41.96008	-75.52324	335	Harmony Centre,Stevens Point		PA	115	32720	
5214129	Stevenson	stevenson	US	06491	0	America/New_York	41.62313	-76.43466	356			PA	015	00596	
5214135	Stevensville	stevensville	US	18845	0	America/New_York	41.76063	-76.17632	262			PA	015	74032	
5214141	Stewart	stewart	US	37175	0	America/New_York	40.37701	-79.77227	266			PA	129	77272	
5214159	Stewartsville	stewartsville	US	08886	0	America/New_York	40.34007	-79.75449	364			PA	129	55128	
5214160	Stewartville	stewartville	US	55976	0	America/New_York	41.60089	-80.42729	324			PA	039	55408	
5214166	Stickney	stickney	US	57375	0	America/New_York	41.96201	-78.80531	520			PA	083	16352	
5214192	Stillwater	stillwater	US	04489	210	America/New_York	41.14897	-76.36577	212			PA	037	74184	
5214214	Stockdale	stockdale	US	15483	505	America/New_York	40.08341	-79.8481	234			PA	125	74224	
5214218	Stockertown	stockertown	US	18083	916	America/New_York	40.75399	-75.26212	109	Stockersville,Stockertown,Stuckertown,Summerville		PA	095	74232	
5214223	Stockport	stockport	US	43787	0	America/New_York	41.89453	-75.27712	284			PA	127	09824	
5214228	Stokesdale	stokesdale	US	27357	0	America/New_York	41.77757	-77.30942	363			PA	117	18760	
5214302	Stoneham	stoneham	US	02180	0	America/New_York	41.79923	-79.09949	405	Rink Farm,Stoneham		PA	123	48272	
5214311	Stoneboro	stoneboro	US	16153	1015	America/New_York	41.33922	-80.10506	359			PA	085	74288	
5214318	Stonington	stonington	US	04681	0	America/New_York	40.85203	-76.67107	170			PA	097	69608	
5214324	Stony Brook	stony-brook	US	11790	0	America/New_York	40.18344	-75.10628	70			PA	091	33088	
5214333	Stony Creek	stony-creek	US	12878	0	America/New_York	40.58148	-76.06188	139			PA	107	72312	
5214356	Stony Point	stony-point	US	10980	0	America/New_York	41.57422	-80.32673	390	Stony Point,Stony Point Station		PA	039	21112	
5214358	Stony Point	stony-point	US	10980	0	America/New_York	40.12814	-77.80444	330			PA	055	48888	
5214359	Stony Point	stony-point	US	10980	0	America/New_York	40.37036	-77.47832	257			PA	099	72624	
5214369	Stony Point	stony-point	US	10980	0	America/New_York	40.45565	-75.7513	246			PA	011	65544	
5214417	Stormville	stormville	US	12582	0	America/New_York	40.95176	-75.24351	183			PA	089	32176	
5214449	Stowe	stowe	US	05672	3695	America/New_York	40.2526	-75.67741	60			PA	091	83912	
5214451	Stowell	stowell	US	77661	0	America/New_York	41.57424	-76.2016	345			PA	131	85680	
5214454	Stover	stover	US	65078	0	America/New_York	40.67728	-78.20168	300			PA	061	81104	
5214455	Stoystown	stoystown	US	15563	355	America/New_York	40.10341	-78.94947	559	Stoyestown,Stoystown		PA	111	63144	
5214458	Strabane	strabane	US	15363	0	America/New_York	40.2509	-80.19784	324			PA	125	55432	
5214468	Strafford	strafford	US	03884	0	America/New_York	40.05094	-75.40436	134			PA	029	77344	
5214489	Strattanville	strattanville	US	16258	525	America/New_York	41.20229	-79.32754	467	Strattanville,Strattonville		PA	031	74728	
5214495	Strausstown	strausstown	US	19559	345	America/New_York	40.49231	-76.183	180			PA	011	74744	
5214522	Stringtown	stringtown	US	74569	0	America/New_York	40.76423	-79.52338	291			PA	005	46976	
5214531	Strong	strong	US	04983	147	America/New_York	40.7987	-76.43801	322	Green Ridge,Strong		PA	097	51504	
5214538	Strongstown	strongstown	US	15957	0	America/New_York	40.55285	-78.92169	576			PA	063	60320	
5214543	Stroudsburg	stroudsburg	US	18360	5444	America/New_York	40.98676	-75.19462	132	Fort Penn,Straudsberg,Stroudsburg,Stroudsburgh,Страудсберг		PA	089	74888	
5214564	Stump Creek	stump-creek	US	15863	0	America/New_York	41.01256	-78.83725	446	Cramer,Stump Creek		PA	065	33816	
5214576	Sturgeon	sturgeon	US	15082	1710	America/New_York	40.38479	-80.21089	287			PA	003	55016	
5214592	Sudan	sudan	US	79371	0	America/New_York	40.16396	-79.96755	286	Sudan,Sudan Station		PA	125	25104	
5214613	Sugar Grove	sugar-grove	US	16350	604	America/New_York	41.98256	-79.33866	426	Sugar Grove,Sugargrove		PA	123	75024	
5214621	Sugar Hill	sugar-hill	US	03586	0	America/New_York	41.24312	-78.87781	500			PA	065	71632	
5214623	Sugar Hill	sugar-hill	US	03586	0	America/New_York	40.15229	-80.31006	420			PA	125	10032	
5214648	Sugar Run	sugar-run	US	18846	0	America/New_York	41.6423	-76.2416	220			PA	015	85544	
5214696	Sugarcreek	sugarcreek	US	44681	5120	America/New_York	41.42145	-79.88117	316	Sugar Creek,Sugarcreek		PA	121	75000	
5214744	Summerdale	summerdale	US	17093	0	America/New_York	40.30898	-76.92747	116			PA	041	21680	
5214745	Summerdale	summerdale	US	17093	0	America/New_York	40.03261	-75.08906	30			PA	101	60000	
5214747	Summerhill	summerhill	US	15958	465	America/New_York	40.37813	-78.76058	487			PA	021	75136	
5214759	Summerville	summerville	US	15864	519	America/New_York	41.11618	-79.18671	350			PA	065	75168	
5214760	Summit	summit	US	07901	0	America/New_York	40.45785	-78.57196	708			PA	021	17144	
5214762	Summit	summit	US	07901	0	America/New_York	41.94284	-78.53169	647			PA	083	57312	
5214775	Summit Hill	summit-hill	US	18250	2952	America/New_York	40.82481	-75.87103	458	Andrewsville,Jamestown,Summit,Summit Hill		PA	025	75248	
5214792	Summit Station	summit-station	US	17979	174	America/New_York	40.56398	-76.20439	222	Summit,Summit Station		PA	107	81792	
5214804	Sumneytown	sumneytown	US	18084	0	America/New_York	40.32899	-75.45101	63			PA	091	47592	
5214809	Sun Valley	sun-valley	US	83353	2399	America/New_York	40.98203	-75.46602	361			PA	089	13328	
5214810	Sun Valley	sun-valley	US	83353	2399	America/New_York	41.0112	-75.46963	571			PA	089	77776	
5214814	Sunbury	sunbury	US	17801	9652	America/New_York	40.86259	-76.79441	142	Sanberi,Shamokin,Simsbury,Sunbury,sanberi,sanbry  pnsylwanya,snbry  pnslwanya,snbwry,Санбери,سانبری، پنسیلوانیا,سنبری، پنسلوانیا,صنبوري,サンベリー	097	PA	097	75304	
5214834	Sunflower	sunflower	US	36581	0	America/New_York	40.73145	-80.23951	365			PA	007	54072	
5214842	Sunny Side	sunny-side	US	30284	0	America/New_York	40.19813	-79.8831	229	Sunny Side,Sunnyside		PA	003	26896	
5214843	Sunny Side	sunny-side	US	30284	0	America/New_York	40.14202	-78.28557	266			PA	009	35656	
5214848	Sunnyside	sunnyside	US	11104	0	America/New_York	40.81368	-79.46532	306			PA	005	63560	
5214849	Sunnyside	sunnyside	US	11104	0	America/New_York	40.02621	-76.27829	84			PA	071	41216	
5214850	Sunnyside	sunnyside	US	11104	0	America/New_York	40.96978	-80.40784	338			PA	073	54768	
5214851	Sunnyside	sunnyside	US	11104	0	America/New_York	40.81647	-76.57857	202			PA	097	63328	
5214852	Sunnyside	sunnyside	US	11104	0	America/New_York	41.95145	-78.18612	462			PA	105	69736	
5214870	Sunset	sunset	US	04683	0	America/New_York	40.36481	-76.41746	201	Eustontown,Sunset		PA	075	55160	
5214895	Superior	superior	US	51363	0	America/New_York	40.35535	-79.33809	330			PA	129	18968	
5214898	Suplee	suplee	US	19371	0	America/New_York	40.09954	-75.87911	196			PA	029	35536	
5214903	Surveyor	surveyor	US	25932	0	America/New_York	41.07395	-78.32557	329			PA	033	29224	
5214936	Susquehanna	susquehanna	US	18847	1809	America/New_York	41.94341	-75.59963	285	Susquehanna,Susquehanna Depot		PA	115	75568	
5214937	Sutersville	sutersville	US	15083	583	America/New_York	40.23618	-79.79921	287	Sutersville,Suterville		PA	129	75584	
5214940	Sutton	sutton	US	01590	0	America/New_York	41.1484	-79.21532	471			PA	031	43344	
5214984	Swanville	swanville	US	56382	0	America/New_York	42.06506	-80.19451	233			PA	049	49548	
5214996	Swatara	swatara	US	55785	0	America/New_York	40.27676	-76.66636	127			PA	043	18936	
5214997	Swatara	swatara	US	55785	0	America/New_York	40.65509	-76.35467	320			PA	107	64088	
5215026	Swedesburg	swedesburg	US	52652	0	America/New_York	40.10428	-75.32879	21			PA	091	79136	
5215035	Sweet Briar	sweet-briar	US	24595	0	America/New_York	40.11011	-75.37963	36			PA	091	79136	
5215039	Sweet Valley	sweet-valley	US	18656	0	America/New_York	41.2823	-76.14465	404			PA	079	66272	
5215041	Sweetwater	sweetwater	US	37874	0	America/New_York	40.02787	-77.88444	265			PA	055	48888	
5215049	Swengel	swengel	US	17880	0	America/New_York	40.8923	-77.12664	188			PA	119	42960	
5215056	Swiftwater	swiftwater	US	18370	0	America/New_York	41.09537	-75.32491	360			PA	089	61728	
5215069	Switzer	switzer	US	25647	0	America/New_York	40.64787	-75.71436	188			PA	077	82064	
5215080	Sybertsville	sybertsville	US	18251	0	America/New_York	41.00147	-76.07632	274			PA	079	75064	
5215087	Sykesville	sykesville	US	15865	1135	America/New_York	41.05034	-78.82225	415			PA	065	75888	
5215092	Sylvan Grove	sylvan-grove	US	67481	0	America/New_York	41.0295	-78.15445	465			PA	033	16040	
5215099	Sylvania	sylvania	US	16945	216	America/New_York	41.80507	-76.8569	390			PA	015	75944	
5215106	Sylvester	sylvester	US	25193	0	America/New_York	41.96368	-77.55888	531			PA	117	09072	
5215114	Tabor	tabor	US	51653	0	America/New_York	40.03872	-75.14212	55			PA	101	60000	
5215125	Tafton	tafton	US	18464	0	America/New_York	41.40453	-75.18295	467			PA	103	57728	
5215142	Tamaqua	tamaqua	US	18252	6829	America/New_York	40.79731	-75.96937	247			PA	107	76032	
5215149	Tamarack	tamarack	US	55787	0	America/New_York	41.42451	-77.84833	516			PA	035	42544	
5215169	Tamiment	tamiment	US	18371	0	America/New_York	41.14232	-75.02712	365	Camp Tamiment,Tamiment,Taminent		PA	103	42512	
5215193	Tannersville	tannersville	US	12485	2784	America/New_York	41.04009	-75.30574	269			PA	089	61728	
5215215	Tarentum	tarentum	US	15084	4462	America/New_York	40.60146	-79.75977	242			PA	003	76104	
5215235	Tatamy	tatamy	US	18085	1131	America/New_York	40.74093	-75.25712	120	Lafever,Lefebre,Tatamy		PA	095	76144	
5215238	Tarrs	tarrs	US	15688	0	America/New_York	40.17007	-79.5981	353			PA	129	21304	
5215245	Taylor	taylor	US	18517	0	America/New_York	40.38896	-79.78699	343			PA	003	80600	
5215247	Taylor	taylor	US	18517	6025	America/New_York	41.3948	-75.70658	218	Taylor,Taylorville,Tejlor,Тейлор		PA	069	76184	
5215290	Taylorsville	taylorsville	US	28681	0	America/New_York	40.28872	-74.8785	19	M'Konkey's Ferry,Taylorsville		PA	017	79128	
5215291	Taylorsville	taylorsville	US	28681	0	America/New_York	40.71118	-78.97642	486	Taylorsville,Taylorville,Utah		PA	063	30816	
5215293	Taylorstown	taylorstown	US	15365	217	America/New_York	40.15979	-80.37812	309			PA	125	06840	
5215299	Taylorville	taylorville	US	62568	0	America/New_York	40.74148	-76.39051	244			PA	107	04352	
5215317	Telford	telford	US	18969	4861	America/New_York	40.32205	-75.32795	135			PA	017	76304	
5215325	Temple	temple	US	03084	1877	America/New_York	40.4087	-75.9216	110	Solomons Temple,Temple		PA	011	52200	
5215352	Templeton	templeton	US	01468	325	America/New_York	40.91729	-79.46088	259			PA	005	60280	
5215354	Ten Mile	ten-mile	US	37880	0	America/New_York	40.02063	-80.15645	283	Ten Mile,Ten Mile Village,Tenmile		PA	125	02384	
5215373	Terre Hill	terre-hill	US	17581	1382	America/New_York	40.15732	-76.0505	165	Herrehill,Terre Hill		PA	071	76400	
5215468	Thomas	thomas	US	26292	0	America/New_York	40.23757	-80.09394	364			PA	125	55712	
5215501	Thompson	thompson	US	06277	280	America/New_York	40.81118	-80.3159	283			PA	007	55400	
5215502	Thompson	thompson	US	06277	276	America/New_York	41.86369	-75.51435	505	Thompson,Thomson		PA	115	76496	
5215537	Thompsontown	thompsontown	US	17094	0	America/New_York	40.81756	-78.63197	431			PA	033	13200	
5215538	Thompsontown	thompsontown	US	17094	680	America/New_York	40.56453	-77.23721	137	Thompsontown,Tompsonville		PA	067	76536	
5215541	Thompsonville	thompsonville	US	12784	3520	America/New_York	40.2909	-80.10811	286			PA	125	59608	
5215563	Thorndale	thorndale	US	19372	0	America/New_York	41.42452	-76.42078	573			PA	113	41520	
5215572	Thornburg	thornburg	US	22565	455	America/New_York	40.43451	-80.08228	265			PA	003	76560	
5215573	Thornwood	thornwood	US	10594	0	America/New_York	40.11313	-79.58532	320			PA	129	21304	
5215591	Three Springs	three-springs	US	17264	434	America/New_York	40.19508	-77.98306	225			PA	061	76632	
5215629	Tidioute	tidioute	US	16351	673	America/New_York	41.68506	-79.4031	343			PA	123	76696	
5215652	Timblin	timblin	US	15778	154	America/New_York	40.96645	-79.19809	398			PA	065	76744	
5215671	Tingley	tingley	US	50863	0	America/New_York	41.90313	-75.73463	314	Summersville,Tingley		PA	115	53888	
5215682	Tioga	tioga	US	16946	613	America/New_York	40.009	-75.16796	40			PA	101	60000	
5215695	Tiona	tiona	US	16352	0	America/New_York	41.74701	-79.06726	415	Halltown,Tiona		PA	123	48272	
5215696	Tionesta	tionesta	US	16353	451	America/New_York	41.49534	-79.45588	331	Goschgoschunk,Tionesta	053	PA	053	76848	
5215698	Tioga	tioga	US	16946	662	America/New_York	41.90868	-77.13303	315			PA	117	76808	
5215710	Tippecanoe	tippecanoe	US	44699	0	America/New_York	40.01285	-79.79449	258			PA	051	27400	
5215715	Tipton	tipton	US	16684	1083	America/New_York	40.6359	-78.29585	304			PA	013	02680	
5215719	Tire Hill	tire-hill	US	15959	0	America/New_York	40.26869	-78.91586	393			PA	111	15568	
5215726	Titusville	titusville	US	08560	5389	America/New_York	41.627	-79.67366	365	Tajtusvil,Titusvill',tytwsfyl,tytwswyl  pnsylwanya,Тајтусвил,Титусвилль,تيتوسفيل,تیتوسویل، پنسیلوانیا,ٹائٹسویل، پنسلوانیا		PA	039	76904	
5215732	Tivoli	tivoli	US	12583	0	America/New_York	41.29814	-76.69134	208			PA	081	70552	
5215749	Tobyhanna	tobyhanna	US	18466	0	America/New_York	41.17703	-75.41796	591			PA	089	15960	
5215756	Todd	todd	US	16685	0	America/New_York	40.26008	-78.07639	346			PA	061	77000	
5215803	Tompkinsville	tompkinsville	US	42167	0	America/New_York	41.5898	-75.61408	387			PA	069	68400	
5215826	Topton	topton	US	19562	2062	America/New_York	40.50343	-75.7013	147			PA	011	77104	
5215834	Torrance	torrance	US	15779	0	America/New_York	40.41729	-79.22281	355	Blairsville Intersection,Torrance		PA	129	18968	
5215842	Torrey	torrey	US	84775	0	America/New_York	41.63287	-75.19212	448			PA	127	57000	
5215859	Towanda	towanda	US	18848	2812	America/New_York	41.76758	-76.44272	223	Meansville,Tovanda,Towanda,Towandee,Williamston,Тованда	015	PA	015	77168	
5215886	Tower City	tower-city	US	17980	1316	America/New_York	40.58925	-76.55246	242			PA	107	77184	
5215893	Towner	towner	US	58788	0	America/New_York	41.88396	-76.38049	434			PA	015	65952	
5215908	Townville	townville	US	16360	318	America/New_York	41.67784	-79.87978	429			PA	039	77232	
5215913	Tracy	tracy	US	50256	0	America/New_York	41.87478	-80.47118	291			PA	049	15736	
5215921	Trafford	trafford	US	15085	3144	America/New_York	40.38562	-79.75893	262	Trafford,Trafford City		PA	129	77272	
5215936	Transfer	transfer	US	16154	0	America/New_York	41.32894	-80.43285	302			PA	085	63008	
5215947	Trappe	trappe	US	21673	3553	America/New_York	40.19899	-75.47629	88	Trap,Трап		PA	091	77304	
5215981	Treichlers	treichlers	US	18086	0	America/New_York	40.73426	-75.5438	117	Kuntz Ford,Kuntzford,Kuntzsford,Treichlers,Treichlers Station,Treichlersville		PA	095	42424	
5215983	Tremont	tremont	US	17981	1716	America/New_York	40.62842	-76.38718	229			PA	107	77392	
5215987	Trenton	trenton	US	08601	0	America/New_York	40.83814	-76.09049	492			PA	107	18672	
5215989	Tresckow	tresckow	US	18254	880	America/New_York	40.91342	-75.96659	542	Parkview,Tresckow		PA	025	04048	
5215995	Trevorton	trevorton	US	17881	1834	America/New_York	40.7812	-76.67302	256			PA	097	87280	
5216013	Trexlertown	trexlertown	US	18087	1988	America/New_York	40.54815	-75.60574	122	Trexlerstown,Trexlertown		PA	077	79104	
5216083	Tripoli	tripoli	US	50676	0	America/New_York	40.54479	-78.77697	683	Tripole,Tripoli		PA	021	10880	
5216101	Triumph	triumph	US	61371	0	America/New_York	41.67256	-79.44644	512			PA	123	77512	
5216116	Trout Creek	trout-creek	US	13847	0	America/New_York	40.7476	-75.62046	125			PA	077	71144	
5216146	Trout Run	trout-run	US	17771	0	America/New_York	41.38619	-77.05691	207			PA	081	42944	
5216171	Troutman	troutman	US	28166	0	America/New_York	40.98812	-79.79394	379			PA	019	15480	
5216174	Troutville	troutville	US	15866	236	America/New_York	41.02562	-78.78531	483			PA	033	77568	
5216181	Troxelville	troxelville	US	17882	221	America/New_York	40.80313	-77.20526	200			PA	109	00316	
5216182	Troy	troy	US	03465	1269	America/New_York	41.78591	-76.78801	335	Troja,Троя		PA	015	77584	
5216183	Troy	troy	US	03465	1454	America/New_York	40.91506	-78.2164	438			PA	033	51056	
5216184	Troy	troy	US	03465	0	America/New_York	41.11756	-79.19309	356			PA	065	75168	
5216202	Truman	truman	US	56088	0	America/New_York	41.47701	-78.36863	374			PA	023	70336	
5216206	Trumbauersville	trumbauersville	US	18970	959	America/New_York	40.41066	-75.37823	164	Cressman,Trumbauersville		PA	017	77704	
5216240	Tuckerton	tuckerton	US	08087	0	America/New_York	40.40482	-75.93688	97			PA	011	52200	
5216260	Tunkhannock	tunkhannock	US	18657	1780	America/New_York	41.53869	-75.94659	194	Putnam Township,Tunkhannock,Tunkhannock Township	131	PA	131	77784	
5216279	Tunnelton	tunnelton	US	26444	0	America/New_York	40.46034	-79.38865	294			PA	063	15560	
5216284	Turbotville	turbotville	US	17772	687	America/New_York	41.10203	-76.77107	178	Turbotville,Turbutville,Turbutvillle,Warrior Run		PA	097	77832	
5216286	Turkey City	turkey-city	US	16058	0	America/New_York	41.18534	-79.61338	366			PA	031	64552	
5216317	Turner	turner	US	04282	0	America/New_York	41.50783	-80.48174	319			PA	039	84008	
5216318	Turner	turner	US	04282	0	America/New_York	41.24061	-80.18645	353			PA	085	15992	
5216343	Turtle Creek	turtle-creek	US	15145	5272	America/New_York	40.4059	-79.82505	225	Sulfur Creek,Turtle Creek		PA	003	77912	
5216350	Turtlepoint	turtlepoint	US	16750	0	America/New_York	41.87173	-78.33974	448	Turtle Point,Turtlepoint		PA	083	02576	
5216353	Tuscarora	tuscarora	US	17982	0	America/New_York	40.52119	-77.3311	136			PA	067	77824	
5216354	Tuscarora	tuscarora	US	17982	980	America/New_York	40.77009	-76.03743	309			PA	107	68304	
5216405	Twilight	twilight	US	25204	231	America/New_York	40.11285	-79.88866	273			PA	125	78008	
5216408	Twin Bridges	twin-bridges	US	59754	0	America/New_York	40.13174	-79.92616	273			PA	125	25104	
5216421	Twin Lakes	twin-lakes	US	53181	0	America/New_York	40.27592	-76.81136	143			PA	043	45056	
5216424	Twin Lakes	twin-lakes	US	53181	0	America/New_York	41.38954	-74.89711	422			PA	103	70496	
5216440	Twin Oaks	twin-oaks	US	74368	0	America/New_York	41.337	-79.68366	473			PA	121	16944	
5216447	Twin Rocks	twin-rocks	US	15960	0	America/New_York	40.49674	-78.86586	503	Expedit,Twin Rocks		PA	021	06736	
5216487	Tyler	tyler	US	36785	0	America/New_York	41.24034	-78.52391	379			PA	033	36512	
5216488	Tyler	tyler	US	36785	0	America/New_York	41.71869	-75.91186	422			PA	115	19264	
5216492	Tyler Hill	tyler-hill	US	18469	0	America/New_York	41.69509	-75.10795	375			PA	127	18104	
5216506	Tylersburg	tylersburg	US	16361	196	America/New_York	41.38479	-79.32227	477			PA	031	25272	
5216508	Tylersport	tylersport	US	18971	0	America/New_York	40.34955	-75.38101	170	Tylers Port,Tylersport		PA	091	67528	
5216514	Tyrone	tyrone	US	14887	5353	America/New_York	40.67062	-78.23862	272	Tajron,tayrn  pnsylwanya,Тајрон,تایرن، پنسیلوانیا		PA	013	78168	
5216553	Ulster	ulster	US	18850	0	America/New_York	41.84591	-76.50189	227			PA	015	78232	
5216555	Ulysses	ulysses	US	16948	603	America/New_York	41.90396	-77.76194	639	Lewisville,Ulysses		PA	105	78240	
5216611	Union Center	union-center	US	53962	0	America/New_York	41.61896	-76.94691	543	Union Center,Union Centre		PA	117	78416	
5216639	Union City	union-city	US	07087	3217	America/New_York	41.8995	-79.84533	385	Junion-Siti,Юнион-Сити		PA	049	78448	
5216650	Union Dale	union-dale	US	18470	245	America/New_York	41.71675	-75.49213	515	Union Dale,Uniondale		PA	115	78456	
5216653	Union Furnace	union-furnace	US	43158	0	America/New_York	40.61284	-78.16307	237			PA	061	51080	
5216654	Union Grove	union-grove	US	28689	0	America/New_York	40.15065	-76.02356	138			PA	071	21072	
5216658	Union Hill	union-hill	US	14563	0	America/New_York	40.82815	-75.69352	180			PA	025	27368	
5216659	Union Hill	union-hill	US	14563	0	America/New_York	41.78397	-75.62324	471			PA	115	29024	
5216669	Union Mills	union-mills	US	28167	0	America/New_York	40.6059	-77.69944	237			PA	087	78392	
5216720	Uniontown	uniontown	US	15401	0	America/New_York	40.70479	-78.83058	491			PA	063	30816	
5216721	Uniontown	uniontown	US	15401	0	America/New_York	40.80425	-76.57274	199			PA	097	14536	
5216722	Uniontown	uniontown	US	15401	0	America/New_York	41.38672	-79.84867	426			PA	121	67824	
5216723	Uniontown	uniontown	US	15401	0	America/New_York	40.06537	-77.05553	177			PA	133	27480	
5216724	Unionville	unionville	US	06085	0	America/New_York	40.74534	-80.20756	298			PA	007	54072	
5216725	Unionville	unionville	US	06085	0	America/New_York	40.24537	-75.71158	50			PA	011	78280	
5216726	Unionville	unionville	US	06085	962	America/New_York	40.94145	-79.962	390			PA	019	12024	
5216727	Unionville	unionville	US	06085	0	America/New_York	40.96398	-75.68797	475			PA	025	58968	
5216728	Unionville	unionville	US	06085	282	America/New_York	40.90728	-77.87556	242	Fleming,Unionville		PA	027	78616	
5216729	Unionville	unionville	US	06085	0	America/New_York	40.69093	-75.6088	207			PA	077	55576	
5216730	Unionville	unionville	US	06085	0	America/New_York	40.29844	-75.28295	122			PA	017	34952	
5216734	United	united	US	15689	0	America/New_York	40.2184	-79.48782	324			PA	129	51888	
5216757	Unity	unity	US	04988	0	America/New_York	40.49229	-79.77949	296			PA	003	61536	
5216766	Unityville	unityville	US	17774	0	America/New_York	41.23314	-76.51578	372			PA	081	38448	
5216767	Universal	universal	US	47884	0	America/New_York	40.47312	-79.79671	340			PA	003	59032	
5216774	University Park	university-park	US	16802	0	America/New_York	40.80201	-77.85639	348			PA	027	73808	
5216793	Upper Black Eddy	upper-black-eddy	US	18972	0	America/New_York	40.56538	-75.09962	37			PA	017	08592	
5216928	Upton	upton	US	01568	0	America/New_York	40.04344	-75.35463	121			PA	045	63264	
5216936	Uriah	uriah	US	36480	0	America/New_York	40.04231	-77.17637	299			PA	041	72336	
5216944	Utica	utica	US	13501	184	America/New_York	41.43561	-79.95728	320			PA	121	79472	
5216957	Vail	vail	US	51465	0	America/New_York	40.70562	-78.21085	302			PA	013	71624	
5216960	Valencia	valencia	US	16059	579	America/New_York	40.67479	-79.9895	324			PA	019	79504	
5216965	Valier	valier	US	15780	0	America/New_York	40.9159	-79.04476	382	Valier,Whitesville		PA	065	59480	
5216984	Valley Falls	valley-falls	US	12185	0	America/New_York	40.11178	-75.05462	75			PA	091	45008	
5216986	Valley Forge	valley-forge	US	19481	0	America/New_York	40.09705	-75.46964	75			PA	029	68288	
5217037	Valley View	valley-view	US	17983	0	America/New_York	40.89867	-77.83084	332			PA	027	05608	
5217038	Valley View	valley-view	US	17983	0	America/New_York	40.1476	-76.38385	152			PA	071	58840	
5217039	Valley View	valley-view	US	17983	1683	America/New_York	40.64592	-76.53913	246			PA	107	33584	
5217062	Van	van	US	25206	0	America/New_York	41.31784	-79.65477	363			PA	121	16944	
5217066	Van Buren	van-buren	US	04785	0	America/New_York	40.9834	-79.57394	263			PA	005	81176	
5217077	Van Buren	van-buren	US	04785	0	America/New_York	40.07729	-80.29062	385			PA	125	72176	
5217080	Van Meter	van-meter	US	50261	0	America/New_York	40.13896	-79.7456	237			PA	129	66376	
5217093	Van Wert	van-wert	US	45891	0	America/New_York	40.58313	-77.29721	175			PA	067	80568	
5217097	Van Voorhis	van-voorhis	US	15366	166	America/New_York	40.15618	-79.97422	285			PA	125	25104	
5217100	Vanderbilt	vanderbilt	US	15486	468	America/New_York	40.03313	-79.66143	292			PA	051	79768	
5217103	Vandergrift	vandergrift	US	15690	5032	America/New_York	40.60284	-79.56477	268	Vandergrift,fandrghryft,wndrgryft  pnsylwanya,Вандергрифт,فاندرغريفت,وندرگریفت، پنسیلوانیا		PA	129	79776	
5217112	Vance	vance	US	29163	0	America/New_York	40.16535	-80.19395	331			PA	125	72504	
5217130	Vaughn	vaughn	US	59487	0	America/New_York	40.32176	-76.78469	165			PA	043	45056	
5217139	Venango	venango	US	16440	0	America/New_York	41.37423	-79.80061	296			PA	121	16944	
5217151	Venetia	venetia	US	15367	0	America/New_York	40.24674	-80.04228	303			PA	125	59608	
5217152	Venice	venice	US	34284	0	America/New_York	40.32118	-80.21867	349			PA	125	11800	
5217155	Venus	venus	US	16364	0	America/New_York	41.36673	-79.4781	480			PA	121	60472	
5217172	Vernon	vernon	US	05354	0	America/New_York	41.44674	-75.95714	329			PA	131	55232	
5217179	Verona	verona	US	07044	2442	America/New_York	40.50646	-79.8431	232			PA	003	80032	
5217183	Versailles	versailles	US	06383	1496	America/New_York	40.31563	-79.83116	254			PA	003	80040	
5217187	Venango	venango	US	16440	241	America/New_York	41.77256	-80.11311	347			PA	039	79912	
5217189	Vestaburg	vestaburg	US	15368	0	America/New_York	40.01618	-79.98977	288			PA	125	20808	
5217201	Vicksburg	vicksburg	US	17883	0	America/New_York	40.36757	-78.41501	329			PA	013	06872	
5217202	Vicksburg	vicksburg	US	17883	261	America/New_York	40.9387	-76.98803	161			PA	119	10016	
5217203	Victor	victor	US	14564	0	America/New_York	40.88034	-78.25779	452			PA	033	18456	
5217224	Villa Grove	villa-grove	US	61956	0	America/New_York	41.25841	-76.71551	185			PA	081	85984	
5217227	Villa Maria	villa-maria	US	16155	0	America/New_York	41.07367	-80.50729	331			PA	073	62904	
5217246	Villanova	villanova	US	19085	0	America/New_York	40.03733	-75.34908	121			PA	045	63264	
5217267	Vinemont	vinemont	US	35179	0	America/New_York	40.28204	-76.08105	178	Vine Mount,Vinemont		PA	011	72824	
5217275	Vintondale	vintondale	US	15961	391	America/New_York	40.48146	-78.91864	429			PA	021	80288	
5217277	Viola	viola	US	19979	0	America/New_York	40.75228	-78.40113	498			PA	033	31752	
5217285	Virginville	virginville	US	19564	309	America/New_York	40.52398	-75.87298	102	Virgenville,Virginville		PA	011	64592	
5217289	Vista	vista	US	92081	0	America/New_York	40.2784	-79.79532	233			PA	129	69392	
5217297	Volant	volant	US	16156	164	America/New_York	41.11367	-80.25895	315			PA	073	80368	
5217312	Vowinckel	vowinckel	US	16260	139	America/New_York	41.41145	-79.22865	496	North Pine Grove,Vowinckel		PA	031	25272	
5217316	Vulcan	vulcan	US	49892	0	America/New_York	40.81064	-76.10882	497			PA	107	46584	
5217719	Wadesville	wadesville	US	47638	0	America/New_York	40.71648	-76.21217	257	Wade,Wadesville		PA	107	53376	
5217722	Wadsworth	wadsworth	US	44281	0	America/New_York	40.86312	-79.81589	324			PA	019	75184	
5217725	Wagner	wagner	US	57380	128	America/New_York	40.68146	-77.38832	204			PA	087	18464	
5217747	Wagontown	wagontown	US	19376	0	America/New_York	40.01066	-75.84272	163			PA	029	82664	
5217799	Walkertown	walkertown	US	27051	0	America/New_York	41.95895	-78.50363	506			PA	083	57312	
5217800	Walkertown	walkertown	US	27051	0	America/New_York	40.05452	-79.94533	270			PA	125	83840	
5217803	Wall	wall	US	57790	571	America/New_York	40.39368	-79.78616	248			PA	003	80600	
5217808	Wallace	wallace	US	26448	0	America/New_York	40.23229	-79.96311	252			PA	003	26896	
5217809	Wallace	wallace	US	26448	0	America/New_York	40.08844	-75.74438	172			PA	029	80616	
5217828	Wallaceton	wallaceton	US	16876	313	America/New_York	40.95978	-78.2889	532			PA	033	80640	
5217842	Waller	waller	US	77484	48	America/New_York	41.23258	-76.42328	384			PA	037	37360	
5217861	Walnut	walnut	US	38683	0	America/New_York	40.5248	-77.48944	178	Johnstown,Walnut		PA	067	04560	
5217864	Walnut Bottom	walnut-bottom	US	17266	0	America/New_York	40.08953	-77.40387	222	Canada,Frystown,Jacksonville,Walnut Bottom		PA	041	72384	
5217870	Walnut Grove	walnut-grove	US	35990	0	America/New_York	40.31035	-78.89614	394	Walnut Grove,Ziegler Island		PA	021	38288	
5217871	Walnut Grove	walnut-grove	US	35990	0	America/New_York	40.4573	-77.25971	168			PA	099	38616	
5217876	Walnut Hill	walnut-hill	US	62893	0	America/New_York	40.09368	-79.56865	379			PA	051	79344	
5217877	Walnut Hill	walnut-hill	US	62893	0	America/New_York	40.09705	-75.07795	60			PA	091	00156	
5217887	Walnutport	walnutport	US	18088	2061	America/New_York	40.75426	-75.5988	116	Newhardtport,Newhartport,Walnutport		PA	095	80800	
5217893	Walsh	walsh	US	62297	0	America/New_York	41.16506	-78.63336	429			PA	033	36512	
5217897	Walston	walston	US	15781	0	America/New_York	40.96506	-78.99476	405	Clayville,Walston		PA	065	87168	
5217906	Walters	walters	US	73572	0	America/New_York	40.70343	-75.25212	79	Walters,Walters Lower Mill,Walters Mill		PA	095	26728	
5217914	Walton	walton	US	13856	0	America/New_York	41.07172	-78.29946	334			PA	033	29224	
5217915	Walton	walton	US	13856	0	America/New_York	41.78979	-77.76416	491			PA	105	78248	
5217918	Waltonville	waltonville	US	62894	0	America/New_York	40.24037	-76.68247	213			PA	043	18936	
5217925	Wampum	wampum	US	16157	688	America/New_York	40.88812	-80.33812	232			PA	073	80880	
5217943	Wapwallopen	wapwallopen	US	18660	0	America/New_York	41.07453	-76.13076	165			PA	079	15904	
5217958	Wardville	wardville	US	74576	0	America/New_York	40.58342	-77.14359	143			PA	099	31440	
5217962	Waring	waring	US	78074	0	America/New_York	41.68589	-80.48729	312			PA	039	15728	
5217967	Warminster	warminster	US	18974	0	America/New_York	40.20678	-75.09962	94			PA	017	80952	
5217977	Warner	warner	US	03278	0	America/New_York	40.13868	-79.93533	317			PA	125	25104	
5217990	Warren Center	warren-center	US	18851	0	America/New_York	41.93785	-76.18076	401	Warren Center,Warren Centre		PA	015	80984	
5218004	Warrendale	warrendale	US	15086	0	America/New_York	40.6534	-80.0795	325	Brush Creek,Warrendale		PA	003	47696	
5218006	Warrensville	warrensville	US	28693	0	America/New_York	41.32647	-76.94552	218			PA	081	22880	
5218008	Warrington	warrington	US	18976	0	America/New_York	40.24927	-75.13406	120	Craigs Tavern,Lukens Corner,Newville,Warrington,Warringtonville		PA	017	81048	
5218023	Warren	warren	US	01083	9334	America/New_York	41.84395	-79.14504	366	Uorren,Voren,warn,warn  pnsylwanya,Ворен,Уоррен,وارن,وارن، پنسیلوانیا	123	PA	123	81000	
5218034	Warriors Mark	warriors-mark	US	16877	0	America/New_York	40.7034	-78.12973	332	Warrior's mark,Warriors Mark,Warriorsmark		PA	061	81104	
5218042	Warsaw	warsaw	US	14569	0	America/New_York	41.4398	-75.61602	293			PA	069	76648	
5218046	Warwick	warwick	US	01378	0	America/New_York	40.1651	-75.78382	196	Saint Marys,Warwick		PA	029	81160	
5218047	Warwick	warwick	US	01378	0	America/New_York	40.16232	-76.3069	121			PA	071	81168	
5218068	Washington	washington	US	03280	0	America/New_York	40.20231	-77.47804	188			PA	041	79152	
5218069	Washington	washington	US	03280	13497	America/New_York	40.17396	-80.24617	356	Basset-town,Catfishs Camp,Vashington,WSG,Washington,Washington-town,washinton,washntn,washyngtn  pnsylwanya,Вашингтон,واشنطن,واشنگٹن، پنسلوانیا,واشینگتن، پنسیلوانیا,ワシントン	125	PA	125	81328	
5218080	Washington Crossing	washington-crossing	US	18977	0	America/New_York	40.29344	-74.87044	16	Taylorsville,Washington Crossing		PA	017	79128	
5218158	Washingtonville	washingtonville	US	10992	278	America/New_York	41.05175	-76.67468	165			PA	093	81424	
5218193	Waterfall	waterfall	US	16689	0	America/New_York	40.12758	-78.06278	260			PA	057	76176	
5218198	Waterford	waterford	US	04088	1538	America/New_York	41.94283	-79.9845	367	Fort Le Boeuf,Uoterford,Waterford,Уотерфорд		PA	049	81456	
5218199	Waterford	waterford	US	04088	1460	America/New_York	40.25452	-79.16753	402			PA	129	43240	
5218206	Waterloo	waterloo	US	13165	0	America/New_York	40.28842	-77.69444	245			PA	067	40752	
5218210	Waterman	waterman	US	60556	0	America/New_York	40.5309	-79.1267	413			PA	063	12040	
5218212	Waterloo	waterloo	US	13165	0	America/New_York	41.98896	-76.85468	527			PA	015	82144	
5218219	Waterville	waterville	US	04901	0	America/New_York	41.21953	-76.3755	250			PA	037	05688	
5218220	Waterville	waterville	US	04901	0	America/New_York	41.30979	-77.36136	188	Walterville,Waterville		PA	081	17696	
5218225	Watkins	watkins	US	52354	0	America/New_York	40.62618	-78.76114	464			PA	021	04272	
5218246	Watsontown	watsontown	US	17777	2320	America/New_York	41.08453	-76.86385	145	Watsonburg,Watsontown		PA	097	81616	
5218260	Wattsburg	wattsburg	US	16442	385	America/New_York	42.00367	-79.81088	391	Wattsburg,Wattville		PA	049	81648	
5218262	Waverly	waverly	US	14892	604	America/New_York	41.52647	-75.70547	390	Waverly,Waverly Boro		PA	069		
5218267	Wayland	wayland	US	01778	0	America/New_York	41.62867	-80.06922	412	Mead Corners,Mead's Corners,Wayland		PA	039	21504	
5218268	Waymart	waymart	US	18472	1279	America/New_York	41.58036	-75.40824	426			PA	127	81712	
5218270	Wayne	wayne	US	04284	30892	America/New_York	40.044	-75.38769	117	Louella,Wayne,wyn  pnslwanya,وین، پنسلوانیا		PA	045	63264	
5218292	Waynesboro	waynesboro	US	17268	0	America/New_York	40.0951	-76.51719	122			PA	071	21032	
5218295	Waynesville	waynesville	US	28785	0	America/New_York	40.45231	-76.87914	171			PA	043	81744	
5218305	Weatherly	weatherly	US	18255	2462	America/New_York	40.94175	-75.82964	331			PA	025	81856	
5218337	Weber City	weber-city	US	24290	0	America/New_York	41.50395	-78.26057	331			PA	023	70336	
5218344	Webster	webster	US	01570	0	America/New_York	40.73203	-75.98493	199			PA	107	80576	
5218345	Webster	webster	US	01570	255	America/New_York	40.18507	-79.84866	232			PA	129	66376	
5218361	Weedville	weedville	US	15868	542	America/New_York	41.27673	-78.49169	356			PA	047	37760	
5218378	Weikert	weikert	US	17885	0	America/New_York	40.85841	-77.29526	223	Weiker Station,Weikert		PA	119	32952	
5218425	Weldon	weldon	US	27890	0	America/New_York	40.11011	-75.14462	91			PA	091	00156	
5218440	Wellington	wellington	US	33414	0	America/New_York	40.68232	-75.50352	125			PA	077		
5218443	Wells	wells	US	04090	0	America/New_York	40.8284	-79.14476	380			PA	063	72304	
5218446	Wells Tannery	wells-tannery	US	16691	0	America/New_York	40.09119	-78.1664	372			PA	057	82152	
5218450	Wellsboro	wellsboro	US	16901	3290	America/New_York	41.74868	-77.30053	396	Velsboro,Weilsboro,Wellsboro,Wellsborough,Велсборо	117	PA	117	82160	
5218455	Wellsville	wellsville	US	14895	258	America/New_York	40.05148	-76.93664	159			PA	133	82200	
5218466	Wendel	wendel	US	15691	0	America/New_York	40.29563	-79.68643	344			PA	129	33792	
5218485	Wernersville	wernersville	US	19565	2540	America/New_York	40.33009	-76.0805	114	Werner,Wernersville		PA	011	82296	
5218508	Wesley	wesley	US	04686	0	America/New_York	41.22811	-79.96117	440	Mechanicsville,Wesley		PA	121	37200	
5218509	Wesley Chapel	wesley-chapel	US	33543	0	America/New_York	40.38868	-78.86225	519			PA	021	21896	
5218535	West Alexander	west-alexander	US	15376	604	America/New_York	40.10507	-80.50785	406			PA	125	19464	
5218555	West Branch	west-branch	US	48661	0	America/New_York	40.66146	-78.78586	441			PA	021	55000	
5218637	West Burlington	west-burlington	US	13482	0	America/New_York	41.76369	-76.67467	297			PA	015	82656	
5218658	West Creek	west-creek	US	08092	0	America/New_York	41.49479	-78.27807	341			PA	023	70336	
5218668	West Decatur	west-decatur	US	16878	533	America/New_York	40.92839	-78.27807	464			PA	033	07432	
5218684	West Elizabeth	west-elizabeth	US	15088	508	America/New_York	40.2709	-79.89922	228			PA	003	82848	
5218686	West End	west-end	US	27376	0	America/New_York	40.44035	-80.03533	234			PA	003	61000	
5218706	West Falls	west-falls	US	14170	382	America/New_York	41.46063	-75.85631	177			PA	131	24408	
5218723	West Greene	west-greene	US	35491	0	America/New_York	42.01422	-79.94061	429			PA	049	30936	
5218736	West Hickory	west-hickory	US	16370	0	America/New_York	41.56867	-79.4081	333	Hickory,West Hickory		PA	053	32704	
5218745	West Hills	west-hills	US	91307	1263	America/New_York	40.82423	-79.5431	347			PA	005	21160	
5218768	West Lebanon	west-lebanon	US	03784	0	America/New_York	40.60257	-79.35365	400			PA	063	87160	
5218769	West Lebanon	west-lebanon	US	03784	0	America/New_York	40.34398	-76.44663	144			PA	075	83312	
5218780	West Liberty	west-liberty	US	26074	0	America/New_York	40.40229	-80.0145	353			PA	003	61000	
5218781	West Liberty	west-liberty	US	26074	340	America/New_York	41.00701	-80.05256	369			PA	019	83376	
5218782	West Liberty	west-liberty	US	26074	0	America/New_York	41.07895	-78.78697	493			PA	033	67792	
5218796	West Middlesex	west-middlesex	US	16159	841	America/New_York	41.17422	-80.4534	265			PA	085	83496	
5218799	West Middletown	west-middletown	US	15379	138	America/New_York	40.24285	-80.42729	404			PA	125	83504	
5218802	West Mifflin	west-mifflin	US	15122	20075	America/New_York	40.3634	-79.86644	334	Vest Miflin,u~esutomifurin,Вест Мифлин,ウェストミフリン		PA	003	83512	
5218809	West Milton	west-milton	US	17886	900	America/New_York	41.02008	-76.87163	152			PA	119	84496	
5218822	West Newton	west-newton	US	02465	2544	America/New_York	40.20979	-79.76699	237	West Newton,West Side		PA	129	83680	
5218832	West Park	west-park	US	12493	0	America/New_York	40.47424	-80.07756	243			PA	003	74648	
5218858	West Point	west-point	US	10996	0	America/New_York	40.20677	-75.29934	101			PA	091	79056	
5218870	West Ridge	west-ridge	US	72391	0	America/New_York	40.02038	-76.35691	90			PA	071	46992	
5218874	West Pittsburg	west-pittsburg	US	16160	808	America/New_York	40.93284	-80.3634	262			PA	073	76192	
5218899	West Springfield	west-springfield	US	01089	0	America/New_York	41.94589	-80.47424	218			PA	049	73048	
5218902	West Sunbury	west-sunbury	US	16061	188	America/New_York	41.00729	-79.89616	418	Sunbury,West Sunbury		PA	019	84064	
5218910	West Union	west-union	US	26456	0	America/New_York	40.00257	-80.27062	387			PA	059	51064	
5218914	West Valley	west-valley	US	14171	0	America/New_York	40.83618	-79.4231	424			PA	005	79528	
5218930	West Warren	west-warren	US	01092	0	America/New_York	41.93591	-76.25132	341			PA	015	80984	
5218937	West Winfield	west-winfield	US	13491	0	America/New_York	40.79423	-79.69699	305			PA	019	85784	
5218947	Westbury	westbury	US	11590	0	America/New_York	40.16261	-75.11017	61			PA	091	79176	
5218969	Westfield	westfield	US	01085	1052	America/New_York	41.91924	-77.53887	416	Uehstfild,Vestfild,Вестфилд,Вестфілд,Уэстфилд,ویسٹ فیلڈ، پنسلوانیا		PA	117	82968	
5218974	Westford	westford	US	01886	0	America/New_York	41.55755	-80.47868	335			PA	039	72472	
5218983	Westland	westland	US	15378	167	America/New_York	40.27729	-80.27312	318			PA	125	51864	
5218994	Westminster	westminster	US	01441	0	America/New_York	42.08089	-80.14089	239			PA	049	49548	
5218995	Westminster	westminster	US	01441	0	America/New_York	41.27841	-75.77547	292			PA	079	37984	
5219002	Westmont	westmont	US	60559	0	America/New_York	40.50201	-78.41668	359			PA	013	02184	
5219003	Westmont	westmont	US	60559	4938	America/New_York	40.31563	-78.95169	534			PA	021	83584	
5219004	Westmont	westmont	US	60559	0	America/New_York	40.34815	-76.46969	151			PA	075	55160	
5219009	Westmoreland City	westmoreland-city	US	15692	0	America/New_York	40.33118	-79.67699	300			PA	129	55128	
5219019	Weston	weston	US	02493	0	America/New_York	41.68285	-76.50939	274			PA	015	50440	
5219020	Weston	weston	US	02493	321	America/New_York	40.94147	-76.14216	346			PA	079	06672	
5219025	Westover	westover	US	16692	382	America/New_York	40.75034	-78.67086	422			PA	033	83736	
5219029	Westport	westport	US	02790	0	America/New_York	41.30173	-77.84027	210			PA	035	55744	
5219034	Westville	westville	US	08093	0	America/New_York	41.21395	-78.8367	485			PA	065	81264	
5219035	Westwood	westwood	US	02090	0	America/New_York	40.42924	-80.03978	316			PA	003	61000	
5219047	Wetmore	wetmore	US	49895	0	America/New_York	41.69506	-78.87559	546			PA	083	32168	
5219062	Wexford	wexford	US	15090	0	America/New_York	40.62646	-80.05589	374			PA	003	60272	
5219073	Wharton	wharton	US	07885	0	America/New_York	41.53173	-78.01972	334			PA	105	84360	
5219081	Wheatland	wheatland	US	16161	611	America/New_York	41.20089	-80.49785	261			PA	085	84376	
5219087	Wheatland	wheatland	US	16161	723	America/New_York	40.03954	-76.35107	103			PA	071	21232	
5219091	Wheeler	wheeler	US	38880	0	America/New_York	40.00396	-79.60337	311			PA	051	20224	
5219103	Wheelock	wheelock	US	77882	0	America/New_York	41.97978	-79.66977	451			PA	049	81760	
5219143	White	white	US	15490	0	America/New_York	40.07007	-79.43698	585	Buchanan,White		PA	051	67640	
5219144	White	white	US	15490	0	America/New_York	40.48146	-79.4231	282	Saltsburg,White		PA	063	15560	
5219169	White Deer	white-deer	US	17887	0	America/New_York	41.07592	-76.87469	144	White Deer,Whitedeer		PA	119	84496	
5219188	White Hall	white-hall	US	21161	0	America/New_York	41.11647	-76.63162	224	White Hall,Whitehall		PA	093	02664	
5219189	White Haven	white-haven	US	18661	1097	America/New_York	41.06064	-75.77408	350			PA	079	84552	
5219209	White Mills	white-mills	US	18473	659	America/New_York	41.5262	-75.20351	286	White Mills,Whits Mills		PA	127	76424	
5219216	White Oak	white-oak	US	25989	7775	America/New_York	40.33757	-79.80921	250			PA	003	84704	
5219217	White Oak	white-oak	US	25989	0	America/New_York	40.20509	-76.39218	138	White Oak,Whiteoak		PA	071	58840	
5219244	White Pine	white-pine	US	37890	0	America/New_York	41.41285	-77.22192	477			PA	081	14872	
5219262	White Springs	white-springs	US	32096	0	America/New_York	40.88314	-77.08775	172			PA	119	43368	
5219271	Whitehall	whitehall	US	12887	13834	America/New_York	40.36118	-79.99089	382			PA	003	84512	
5219320	Whitesburg	whitesburg	US	30185	0	America/New_York	40.74312	-79.39754	409			PA	005	61576	
5219323	Whiteside	whiteside	US	37396	0	America/New_York	40.80006	-78.35335	473			PA	033	86440	
5219326	Whitestown	whitestown	US	46075	0	America/New_York	40.87673	-80.042	398			PA	019	15816	
5219331	Whitfield	whitfield	US	39193	4733	America/New_York	40.33593	-76.00605	104			PA	011	72824	
5219346	Whitney	whitney	US	15693	0	America/New_York	40.2534	-79.41031	337			PA	129	78656	
5219361	Whitsett	whitsett	US	27377	0	America/New_York	40.10424	-79.7506	241			PA	051	59464	
5219381	Wickhaven	wickhaven	US	15492	0	America/New_York	40.12313	-79.77282	294			PA	051	59464	
5219384	Wiconisco	wiconisco	US	17097	921	America/New_York	40.57342	-76.69136	225			PA	043	84976	
5219391	Widnoon	widnoon	US	16261	0	America/New_York	40.96118	-79.46727	437			PA	005	46456	
5219404	Wilbur	wilbur	US	97494	0	America/New_York	40.12397	-78.90808	601	Wilber,Wilbertown,Wilbur		PA	111	69448	
5219405	Wilbur	wilbur	US	97494	0	America/New_York	40.56093	-75.47352	139			PA	077	02000	
5219409	Wilburton	wilburton	US	17888	0	America/New_York	40.81814	-76.36662	542			PA	037	15880	
5219413	Wilcox	wilcox	US	15870	383	America/New_York	41.57562	-78.68836	465			PA	047	38368	
5219470	Wildwood	wildwood	US	08260	0	America/New_York	40.59423	-79.97006	315			PA	003	32328	
5219471	Wildwood	wildwood	US	08260	0	America/New_York	40.8698	-77.05053	164			PA	119	43368	
5219488	Wilkes-Barre	wilkes-barre	US	18701	40780	America/New_York	41.24591	-75.88131	163	AVP,Fort Durkee,Uilks-Bareh,Uilks-Barre,Vilks-Beri,Wilkes Barre,Wilkes-Barre,Wilkes-Barre City,Wilkesbarre,u~irukusubari,wei er ke si-ba li,wilkeuseubaeli,wylks bar,wylks-bar  pnsylwanya,Вилкс-Бери,Уилкс-Барре,Уілкс-Барэ,ويلكس بار,ویلکس-بار، پنسیلوانیا,ウィルクスバリ,威尔克斯-巴里,윌크스배리		PA	079	85152	
5219511	Willet	willet	US	13863	0	America/New_York	40.72923	-79.20837	326			PA	063	81256	
5219527	Williams	williams	US	29493	0	America/New_York	41.45423	-79.17337	507			PA	053	38016	
5219528	Williams	williams	US	29493	0	America/New_York	40.11011	-75.24434	72			PA	091	84624	
5219573	Williamsburg	williamsburg	US	01096	0	America/New_York	40.81006	-79.5231	242			PA	005	02752	
5219574	Williamsburg	williamsburg	US	01096	1222	America/New_York	40.46202	-78.19973	258	Vilijamsburg,wylmzbrg  pnslwanya,Вилијамсбург,ویلمزبرگ، پنسلوانیا		PA	013	85272	
5219575	Williamsburg	williamsburg	US	01096	0	America/New_York	41.17951	-79.39532	417	Williamsburg,Williamstown		PA	031	50464	
5219585	Williamsport	williamsport	US	17701	29201	America/New_York	41.24119	-77.00108	158	IPT,Uil'jamsport,Vilijamsport,Williams Port,Williamsport,u~iriamuzupoto,wei lian si bo te,wylyamsbwrt,Вилијамспорт,Уильямспорт,ولیمزپورٹ، پنسلوانیا,ويليامسبورت,ویلیام‌اسپورت، پنسیلوانیا,ウィリアムズポート,威廉斯波特	081	PA	081	85312	
5219586	Williamsport	williamsport	US	17701	0	America/New_York	40.68121	-75.20129	90	Reederstown,Reedersville,Snufftown,William,Williams Port,Williamsburg,Williamsport		PA	095	21648	
5219592	Williamstown	williamstown	US	01267	1375	America/New_York	40.58009	-76.61774	223			PA	043	85320	
5219594	Williamstown	williamstown	US	01267	0	America/New_York	40.74426	-75.62491	132			PA	077	81280	
5219597	Williamsville	williamsville	US	05362	0	America/New_York	41.62951	-78.57502	529			PA	083	69304	
5219603	Williston	williston	US	05495	0	America/New_York	41.83645	-78.19001	506			PA	105	61400	
5219618	Willow Grove	willow-grove	US	19090	0	America/New_York	40.95339	-80.38284	236			PA	073	54768	
5219619	Willow Grove	willow-grove	US	19090	15726	America/New_York	40.144	-75.11573	82	NXX,Vilou Grouv,Willow Grove,Вилоу Гроув		PA	091	79176	
5219627	Willow Hill	willow-hill	US	17271	0	America/New_York	40.10814	-77.78833	243			PA	055	48888	
5219630	Willow Lake	willow-lake	US	57278	0	America/New_York	40.64648	-76.17467	189			PA	107	55192	
5219640	Willow Springs	willow-springs	US	60480	0	America/New_York	41.03842	-76.31661	158			PA	037	72040	
5219650	Wilmer	wilmer	US	36587	0	America/New_York	40.12288	-75.53714	61	Harveyville,Wilmer		PA	029	68288	
5219651	Wilmer	wilmer	US	36587	0	America/New_York	41.36173	-78.34946	383			PA	047	05576	
5219653	Wilmerding	wilmerding	US	15148	2156	America/New_York	40.3909	-79.81005	242			PA	003	85496	
5219659	Wilmore	wilmore	US	15962	220	America/New_York	40.38868	-78.71863	477			PA	021	85528	
5219664	Wilmot	wilmot	US	03287	0	America/New_York	41.5948	-76.30938	360			PA	015	85544	
5219667	Wilson	wilson	US	14172	7564	America/New_York	40.31007	-79.89144	230			PA	003	13704	
5219668	Wilson	wilson	US	14172	7781	America/New_York	40.68399	-75.24184	117	Uilson,Уилсон		PA	095	85592	
5219708	Wilsonville	wilsonville	US	35186	0	America/New_York	41.45203	-75.17906	366			PA	103	57728	
5219716	Winburne	winburne	US	16879	0	America/New_York	40.96617	-78.14501	434			PA	033	16040	
5219720	Wind Gap	wind-gap	US	18091	2701	America/New_York	40.84815	-75.29157	230	Die Wind Kapf,Gapton,Green Ridge,Hellers,Hellerville,Mutchler,Wind Gap,Windgap,Woodley		PA	095	85664	
5219722	Windber	windber	US	15963	3974	America/New_York	40.2398	-78.83502	538			PA	111	85632	
5219727	Windfall	windfall	US	46076	0	America/New_York	41.70563	-76.77384	464			PA	015	30464	
5219746	Windham	windham	US	03087	0	America/New_York	41.97174	-76.29132	302			PA	015	85672	
5219758	Windom	windom	US	56101	0	America/New_York	40.00788	-76.39996	100			PA	071	46992	
5219775	Winfield	winfield	US	17889	900	America/New_York	40.90925	-76.85524	136			PA	119	78424	
5219785	Wingate	wingate	US	21675	0	America/New_York	40.93478	-77.81389	221	Snowshoe Intersection,Wingate		PA	027	07424	
5219803	Winslow	winslow	US	08095	0	America/New_York	40.92451	-78.88392	521	Hudson,Winslow		PA	065	28592	
5219816	Winterset	winterset	US	50273	0	America/New_York	40.50229	-78.68835	662			PA	021	10880	
5219818	Winton	winton	US	27986	0	America/New_York	41.48175	-75.5488	259			PA	069	38160	
5219822	Wiscasset	wiscasset	US	04578	0	America/New_York	41.10259	-75.33518	388			PA	089	57856	
5219853	Witmer	witmer	US	17585	492	America/New_York	40.04815	-76.21134	122			PA	071	21344	
5219860	Wister	wister	US	74966	0	America/New_York	40.03511	-75.15795	59			PA	101	60000	
5219925	Wolf Run	wolf-run	US	43970	0	America/New_York	41.87145	-78.54586	668			PA	083	38912	
5219970	Wolverton	wolverton	US	56594	0	America/New_York	40.92064	-76.71329	155			PA	097	66752	
5219972	Womelsdorf	womelsdorf	US	19567	2859	America/New_York	40.36176	-76.18411	126			PA	011	86056	
5219974	Wood	wood	US	16694	0	America/New_York	40.16841	-78.1364	573	Wood,Woodvale		PA	061	86080	
5219975	Wood	wood	US	16694	0	America/New_York	40.14067	-74.84683	12			PA	017	08768	
5219992	Woodbine	woodbine	US	08270	0	America/New_York	40.90284	-79.81394	405			PA	019	55992	
5219993	Woodbine	woodbine	US	08270	0	America/New_York	40.00344	-75.68188	108			PA	029	20920	
5219994	Woodbourne	woodbourne	US	12788	3851	America/New_York	40.19233	-74.88878	53			PA	017	49120	
5219998	Woodburn	woodburn	US	42170	0	America/New_York	41.7573	-75.90547	471			PA	115	19264	
5220000	Woodbury	woodbury	US	05681	276	America/New_York	40.22647	-78.36668	390	Vudbari,Вудбари		PA	009	86128	
5220026	Woodgate	woodgate	US	13494	0	America/New_York	40.25565	-75.56963	92			PA	091	45072	
5220035	Woodland	woodland	US	16881	0	America/New_York	40.99839	-78.34141	455			PA	033	08032	
5220036	Woodland	woodland	US	16881	0	America/New_York	40.69451	-77.625	245			PA	087	09288	
5220043	Woodland Park	woodland-park	US	80863	0	America/New_York	41.29369	-77.05719	173	Oak Lynn,Woodland Park		PA	081	56608	
5220045	Woodlawn	woodlawn	US	24381	0	America/New_York	40.61784	-80.24617	220			PA	007	00820	
5220046	Woodlawn	woodlawn	US	24381	0	America/New_York	40.0401	-76.32968	116			PA	071	41224	
5220047	Woodlawn	woodlawn	US	24381	0	America/New_York	40.61343	-75.52268	127			PA	077	72632	
5220078	Woodrow	woodrow	US	80757	0	America/New_York	40.28396	-80.36506	330			PA	125	17314	
5220093	Woodside	woodside	US	11377	2425	America/New_York	40.22178	-74.87544	49	Biles Corner,Edgewood,Woodside		PA	017	44968	
5220094	Woodside	woodside	US	11377	0	America/New_York	41.01175	-75.89659	555			PA	079	26928	
5220096	Woodside	woodside	US	11377	0	America/New_York	40.12204	-76.78164	190			PA	133	53224	
5220103	Woodville	woodville	US	01784	0	America/New_York	40.38201	-80.09061	265			PA	003	68388	
5220106	Woodward	woodward	US	16882	110	America/New_York	40.89868	-77.35609	348	Motz Bank,Taylorville,Woodward		PA	027	31960	
5220123	Woolrich	woolrich	US	17779	0	America/New_York	41.19479	-77.37637	221			PA	035	60360	
5220127	Worcester	worcester	US	01601	0	America/New_York	40.20122	-75.34657	71	Center Point,Worcester		PA	091	86496	
5220144	Worthington	worthington	US	01098	614	America/New_York	40.83756	-79.63199	339			PA	005	86560	
5220148	Worthville	worthville	US	15784	66	America/New_York	41.02451	-79.13809	361			PA	065	86568	
5220150	Woxall	woxall	US	18979	1318	America/New_York	40.31066	-75.44879	125	Mechanicsville,Woxall		PA	091	79280	
5220168	Wrights	wrights	US	62098	0	America/New_York	41.74479	-78.24362	478			PA	083	43096	
5220175	Wrightstown	wrightstown	US	08562	0	America/New_York	40.26677	-74.98322	110	Centretown,Rights Town,Townstead of Writestown,Twin Borough,Wrights Towne,Wrightstown		PA	017	86624	
5220179	Wrightsville	wrightsville	US	17368	0	America/New_York	41.9145	-79.42533	413			PA	123	27736	
5220180	Wrightsville	wrightsville	US	17368	2290	America/New_York	40.02565	-76.52997	88	Rajtsvil,lai ci wei er,Рајтсвил,赖茨维尔		PA	133	86640	
5220186	Wyalusing	wyalusing	US	18853	572	America/New_York	41.66813	-76.26188	215			PA	015	86656	
5220193	Wyano	wyano	US	15695	484	America/New_York	40.19729	-79.69726	298			PA	129	72256	
5220196	Wycombe	wycombe	US	18980	0	America/New_York	40.28233	-75.01878	57	Lingohocken,Lingohocking,Wycombe		PA	017	86624	
5220211	Wylie	wylie	US	75098	0	America/New_York	40.2784	-79.87894	229			PA	003	23000	
5220217	Wyncote	wyncote	US	19095	3044	America/New_York	40.09455	-75.14879	87	Wyncote,Wyncote Hills		PA	091	12968	
5220230	Wynnewood	wynnewood	US	19096	0	America/New_York	40.00289	-75.27074	90			PA	091	44976	
5220235	Wyola	wyola	US	59089	0	America/New_York	40.00817	-75.41853	142			PA	045	54224	
5220236	Wyoming	wyoming	US	02898	3044	America/New_York	41.31175	-75.83742	172	Vajoming,wayywmng  pnslwanya,Вайоминг,Вајоминг,وائیومنگ، پنسلوانیا		PA	079	86856	
5220237	Wyoming	wyoming	US	02898	0	America/New_York	40.02233	-75.14462	29			PA	101	60000	
5220259	Wysox	wysox	US	18854	0	America/New_York	41.77452	-76.39938	218			PA	015	86912	
5220292	Yarnell	yarnell	US	85362	0	America/New_York	40.99784	-77.81084	335	Walker,Yarnell		PA	027	07424	
5220296	Yatesboro	yatesboro	US	16263	0	America/New_York	40.80006	-79.33421	345			PA	005	16728	
5220297	Yatesville	yatesville	US	31097	609	America/New_York	41.30341	-75.78658	230	Yates,Yatesville		PA	079	86952	
5220298	Yatesville	yatesville	US	31097	617	America/New_York	40.82509	-76.17133	418			PA	107	46584	
5220310	Yeagertown	yeagertown	US	17099	1050	America/New_York	40.64313	-77.58055	177			PA	087	18944	
5220330	Yellow Spring	yellow-spring	US	26865	0	America/New_York	40.51729	-78.20668	293	Chesterburg,Yellow Spring		PA	013	11760	
5220341	Yerkes	yerkes	US	41778	0	America/New_York	40.16983	-75.46352	36			PA	091	79256	
5220359	York Haven	york-haven	US	17370	700	America/New_York	40.11093	-76.7158	117			PA	133	87080	
5220369	York Springs	york-springs	US	17372	838	America/New_York	40.00898	-77.11554	187			PA	001	87136	
5220397	Youngstown	youngstown	US	14174	0	America/New_York	41.0062	-75.90659	527			PA	079	33376	
5220398	Youngstown	youngstown	US	14174	316	America/New_York	40.27979	-79.36559	327			PA	129	87208	
5220400	Youngsville	youngsville	US	12791	1732	America/New_York	40.78121	-75.47685	240			PA	095	50824	
5220401	Youngsville	youngsville	US	12791	1665	America/New_York	41.85228	-79.31866	366			PA	123	87224	
5220405	Youngwood	youngwood	US	15697	2956	America/New_York	40.24035	-79.57671	291			PA	129	87232	
5220412	Yukon	yukon	US	15698	677	America/New_York	40.21257	-79.68282	284			PA	129	72256	
5220432	Zelienople	zelienople	US	16063	3709	America/New_York	40.79451	-80.13673	287			PA	019	87272	
5220451	Zieglerville	zieglerville	US	19492	0	America/New_York	40.27705	-75.4799	67			PA	091	44912	
5220453	Zimmerman	zimmerman	US	55398	0	America/New_York	40.04841	-79.10892	608			PA	111	71784	
5220463	Zion	zion	US	60099	2030	America/New_York	40.91423	-77.68472	309	Sion,Сион		PA	027	80552	
5220515	Zion Grove	zion-grove	US	17985	0	America/New_York	40.90259	-76.20855	252			PA	107	55472	
5220523	Zionhill	zionhill	US	18981	0	America/New_York	40.48427	-75.39379	203	Zion Hill,Zionhill,Zionsville		PA	017	73016	
5220530	Zionsville	zionsville	US	18092	0	America/New_York	40.47982	-75.50518	188			PA	077	79160	
5220559	Adamsville	adamsville	US	02801	0	America/New_York	41.55455	-71.13116	11			RI	005	42400	
5220570	Albion	albion	US	02802	0	America/New_York	41.95121	-71.4545	44			RI	007	41500	
5220597	Allendale	allendale	US	07401	0	America/New_York	41.8501	-71.47061	37			RI	007		
5220603	Allenton	allenton	US	48002	0	America/New_York	41.54399	-71.46784	28			RI	009	51580	
5220615	Alton	alton	US	03809	0	America/New_York	41.4376	-71.71729	21	Alton,Plainville,Wood River Mills		RI	009	61160	
5220649	Anthony	anthony	US	32617	0	America/New_York	41.6951	-71.54923	67			RI	003	18640	
5220665	Arcadia	arcadia	US	15712	0	America/New_York	41.55566	-71.69673	57			RI	009	61160	
5220705	Ashaway	ashaway	US	02804	1485	America/New_York	41.42343	-71.78562	19	Ashaway,Crandalls Mills,Cundall's Mill		RI	009	35380	
5220711	Ashton	ashton	US	20861	0	America/New_York	41.93899	-71.43061	43	Ashton,Monticello		RI	007	20080	
5220729	Auburn	auburn	US	01501	0	America/New_York	41.77399	-71.42783	16			RI	007	5221674	
5220732	Austin	austin	US	16720	0	America/New_York	41.59066	-71.65507	168			RI	009	25300	
5220741	Avondale	avondale	US	19311	0	America/New_York	41.33454	-71.83535	1	Avondale,Lottery,Lotteryville		RI	009	77000	
5220782	Barberville	barberville	US	32105	0	America/New_York	41.53927	-71.69868	37			RI	009	35380	
5220798	Barrington	barrington	US	02806	16669	America/New_York	41.74066	-71.30866	7	Barington,Barrington,Barrington Center,Berrington,Sowams,Swansey,barinton,barynghtwn,bærring tan,Барингтон,Беррінгтон,بارينغتون,بیرنگٹن، روڈ آئلینڈ,แบร์ริงตัน,バーリントン	05140	RI	001	05140	
5220832	Bayside	bayside	US	11359	0	America/New_York	41.70121	-71.37617	18	Bayside,Boyside		RI	003	74300	
5220869	Belleville	belleville	US	07109	0	America/New_York	41.55399	-71.46867	21			RI	009	51580	
5220891	Berkeley	berkeley	US	60163	0	America/New_York	41.92982	-71.42284	40	Berkeley,Berkeley Mill Village,Berkley		RI	007	20080	
5220898	Bethel	bethel	US	04217	0	America/New_York	41.42871	-71.79062	25			RI	009	35380	
5221030	Bradford	bradford	US	02808	1406	America/New_York	41.39899	-71.73701	12	Bradford,Charlestown,Charlestown-Hopkinton Depot,Dorrville,Niantic,Shaddock's Weir,Shaddocks Weir,Shattuck's Weir		RI	009	77000	
5221064	Bridgeton	bridgeton	US	08302	0	America/New_York	41.96565	-71.70507	118	Bridgeton,Saxonville		RI	007	11800	
5221077	Bristol	bristol	US	02809	22795	America/New_York	41.67705	-71.26616	35	Bristol,Bristol (Rhode Island),Bristol',bris txl,brystwl,bu li si tuo er,burisutoru,Бристол,Бристоль,برسٹل، روڈ آئلینڈ,بريستول,บริสตอล,ブリストル,布里斯托尔		RI	001	09280	
5221261	Carolina	carolina	US	02812	970	America/New_York	41.45704	-71.6634	21	Carolina,Carolina Mills		RI	009	14500	
5221333	Centerville	centerville	US	02632	0	America/New_York	41.69649	-71.52256	42			RI	003	78440	
5221334	Centerville	centerville	US	02632	0	America/New_York	41.52232	-71.74646	63			RI	009	35380	
5221341	Central Falls	central-falls	US	02863	19303	America/New_York	41.89066	-71.39228	26	Central Falls,Chocolate Mill,Saintrelle,Sentral Fols,Sentral-Folls,se nthralfxll,sen te lei er fu er si,sentoraruforuzu,sntral fwlz,sntrl falz  rwd aylnd,Сентрал Фолс,Сентрал-Фоллс,سنترال فولز,سنترل فالز، رود آیلند,سینٹرل فالز، روڈ آئلینڈ,เซนทรัลฟอลล์,セントラルフォールズ,森特勒尔福尔斯		RI	007	14140	
5221384	Charlestown	charlestown	US	02129	8421	America/New_York	41.38316	-71.64173	5	Charlestown,Charlztaun,Cross Mills,Cross's Mills,charuzutaun,sharlstwn,Чарлзтаун,شارلستون,چارلس ٹاؤن، روڈ آئلینڈ,チャールズタウン		RI	009	14500	
5221401	Chepachet	chepachet	US	02814	1675	America/New_York	41.9151	-71.67146	131	Chepachet,Chepachet Village,Chepatchet,Chepatset		RI	007	30340	
5221410	Cherry Valley	cherry-valley	US	01611	0	America/New_York	41.87093	-71.67451	160			RI	007	30340	
5221493	Clayville	clayville	US	02815	300	America/New_York	41.77788	-71.67562	135			RI	007	64220	
5221504	Clyde	clyde	US	14433	0	America/New_York	41.71927	-71.52284	24	Clyde,Clyde Print Works		RI	003	78440	
5221637	Coventry	coventry	US	02816	35525	America/New_York	41.7001	-71.68284	129	Koventri,kao wen chui,kawntry  rwd aylnd,kobentori,kwfntry,Ковентри,Ковентрі,كوفنتري,کاونتری، رود آیلند,کووینٹری، روڈ آئلینڈ,コベントリー,考文垂		RI	003	18640	
5221659	Cranston	cranston	US	02910	81073	America/New_York	41.77982	-71.43728	19	Cranston,Kranston,Krehnston,Krenston,Mashapaug,Maushapogue,Maushapoque,ke lan si dun,kranstwn,kranstwn  rwd aylnd,kuransuton,qrnstwn,Кранстон,Кренстон,Крэнстон,קרנסטון,كرانستون,کرانستون، رود آیلند,کرانسٹون، روڈ آئلینڈ,แครนสตัน,クランストン,克兰斯顿	5221674	RI	007	5221674	
5221703	Cumberland	cumberland	US	02864	34843	America/New_York	41.96677	-71.43284	81	Attleboro Gore,Cumberland,Kamberlend,Senechataconet,The Gore,kanbarando,kmbrland,Камберленд,كمبرلاند,کمبرلینڈ، روڈ آئلینڈ,カンバーランド		RI	007	20080	
5221735	Darlington	darlington	US	16115	0	America/New_York	41.8851	-71.36311	27			RI	007	54640	
5221870	Eagleville	eagleville	US	19408	0	America/New_York	41.65788	-71.15227	74	Eagleville,Pocasset Great Lot		RI	005	70880	
5221875	East Greenwich	east-greenwich	US	02818	13682	America/New_York	41.66038	-71.45589	48	Dedford,Deptford,East Greenwich,dong ge lin ni zhi,isutogurinijji,ایسٹ گرینچ، روڈ آئلینڈ,イーストグリニッジ,东格林尼治		RI	003	22240	
5221931	East Providence	east-providence	US	02914	47408	America/New_York	41.81371	-71.37005	19	Ist Providens,Ist-Providens,ayst brwfydans,ayst prawydns  rwd aylnd,dong pu luo wei deng si,isutopurobidensu,xis t phr x wi den s,Іст-Провіденс,Ист Провиденс,إيست بروفيدانس,ایست پراویدنس، رود آیلند,ایسٹ پروویڈنس، روڈ آئلینڈ,อีสต์พรอวิเดนซ์,イーストプロビデンス,东普罗维登斯		RI	007	22960	
5221953	Edgewood	edgewood	US	21040	0	America/New_York	41.78149	-71.39756	14			RI	007	5221674	
5221995	Elmwood	elmwood	US	02337	0	America/New_York	41.79788	-71.42617	21			RI	007	59000	
5222014	Esmond	esmond	US	58332	0	America/New_York	41.87232	-71.4945	43	Allendale,Enfield,Esmond		RI	007	66200	
5222019	Exeter	exeter	US	02822	6426	America/New_York	41.5776	-71.53756	81	Ekseter,Exeter,Exeter Hill,Exeter Hole,Exeter Hollow,akstr,ekuseta,Ексетер,إكستر,ایگزیٹر، روڈ آئلینڈ,エクセター		RI	009	25300	
5222031	Fairlawn	fairlawn	US	44334	0	America/New_York	41.87621	-71.41283	28			RI	007	54640	
5222096	Fisherville	fisherville	US	40023	0	America/New_York	41.56482	-71.56228	51	Exeter,Fisherville		RI	009	25300	
5222101	Fiskeville	fiskeville	US	02823	0	America/New_York	41.73427	-71.54812	54	Fiskeville,Fiskville		RI	007	64220	
5222140	Forestdale	forestdale	US	02644	0	America/New_York	41.99454	-71.5634	77			RI	007	52480	
5222169	Foster	foster	US	02825	4598	America/New_York	41.85371	-71.75812	216	Foster,fosuta,fwstr,Фостер,فوستر,فوسٹر، روڈ آئلینڈ,フォスター		RI	007	27460	
5222219	Frenchtown	frenchtown	US	08825	0	America/New_York	41.62732	-71.49256	39	Frenchtown,Green's Corner,Greene's Corner		RI	003	22240	
5222263	Garden City	garden-city	US	11530	0	America/New_York	41.76232	-71.45172	22			RI	007	5221674	
5222303	Geneva	geneva	US	14456	0	America/New_York	41.85732	-71.44284	29			RI	007		
5222337	Glen Rock	glen-rock	US	07452	0	America/New_York	41.51677	-71.60229	36	Glen Rock,Globe Village		RI	009	67460	
5222342	Glendale	glendale	US	01229	0	America/New_York	41.97621	-71.63257	95			RI	007	11800	
5222345	Globe	globe	US	85501	0	America/New_York	41.99038	-71.52367	65	Globe,Globe Village		RI	007	80780	
5222388	Gould	gould	US	71643	0	America/New_York	41.45843	-71.52034	42	Gould,Gould Crossing,Goulds		RI	009	67460	
5222416	Graniteville	graniteville	US	05654	0	America/New_York	41.96815	-71.68007	103			RI	007	11800	
5222430	Grayville	grayville	US	62844	0	America/New_York	41.57927	-71.19116	16			RI	005	70880	
5222468	Greene	greene	US	02827	888	America/New_York	41.69121	-71.7459	130	Coffin Road,Greene		RI	003	18640	
5222476	Greenville	greenville	US	02828	8658	America/New_York	41.87121	-71.55201	87	Grinvill,Гринвилл		RI	007	66200	
5222483	Greenwood	greenwood	US	04255	0	America/New_York	41.70843	-71.44422	25	Greenwood,Marlor's Station,Marlors Station		RI	003	74300	
5222525	Hamilton	hamilton	US	01936	0	America/New_York	41.54843	-71.44117	17	Bissel's Mills,Bissels Mill,Hamilton,Hamilton Mill Village		RI	009	51580	
5222529	Hamlet	hamlet	US	28345	0	America/New_York	42.00093	-71.50478	66	Hamlet,Hamlet Village		RI	007	80780	
5222554	Harmony	harmony	US	02829	985	America/New_York	41.88788	-71.59673	129			RI	007	30340	
5222560	Harris	harris	US	12742	0	America/New_York	41.72454	-71.53256	43	Harris,Harris Mills,Harrisville		RI	003	78440	
5222569	Harrisville	harrisville	US	02830	1605	America/New_York	41.96565	-71.67451	99	Burrillville,Harrisville,Rhodesville		RI	007	11800	
5222626	Hillsdale	hillsdale	US	07642	0	America/New_York	41.52149	-71.64034	57			RI	009	61160	
5222627	Hillsgrove	hillsgrove	US	18619	0	America/New_York	41.72621	-71.43922	24	Cole Grove Corner,Hills Grove,Hillsgrove		RI	003	74300	
5222653	Homestead	homestead	US	15120	0	America/New_York	41.62316	-71.30727	6			RI	005	57880	
5222656	Hope	hope	US	02831	0	America/New_York	41.73343	-71.56256	67	Hope,Hope Furnace		RI	007	64220	
5222665	Hope Valley	hope-valley	US	02832	1612	America/New_York	41.5076	-71.71618	26			RI	009	35380	
5222680	Hopkinton	hopkinton	US	01748	8261	America/New_York	41.46121	-71.77757	51	Gopkinton,Hopkinton,Hopkinton City,Khopkinton,hopukinton,hwbkyntwn,Гопкінтон,Хопкинтон,هوبكينتون,ہوپکنٹن، روڈ آئلینڈ,ホプキントン		RI	009	35380	
5222700	Howard	howard	US	16841	0	America/New_York	41.74232	-71.45422	28	Howard,Sockanosset		RI	007	5221674	
5222771	Huntsville	huntsville	US	35801	0	America/New_York	41.96399	-71.71257	131			RI	007	11800	
5222841	Island Park	island-park	US	11558	0	America/New_York	41.62344	-71.22727	4			RI	005	57880	
5222852	Jackson	jackson	US	03846	0	America/New_York	41.73871	-71.54951	70			RI	007	64220	
5222866	Jamestown	jamestown	US	02835	5755	America/New_York	41.49705	-71.36728	1	Conanicut,Dzhejmstaun,James Towne,Jamestown,West Jamestown,cems thawn,jemuzutaun,jymstawn,Джеймстаун,جيمستاون,جیمز ٹاون، روڈ آئلینڈ,เจมส์ทาวน์,ジェームズタウン		RI	005	36820	
5222896	Jerusalem	jerusalem	US	43747	0	America/New_York	41.37677	-71.51756	3			RI	009	48340	
5222968	Kenyon	kenyon	US	02836	0	America/New_York	41.44705	-71.62562	31	Holburton's Mills,Kenyon,Kenyon Mills,Kenyons,Kenyonville		RI	009	61160	
5224136	Primrose	primrose	US	68655	0	America/New_York	41.95427	-71.55645	89			RI	007	52480	
5223006	Kingston	kingston	US	02364	6974	America/New_York	41.48038	-71.52256	75	Kings Towne,Kingston,Kingstown,Little Rest,North Kingstown,Rochester,South Kingstown,kynghstwn,kyngztwn  rwd aylnd,Кингстон,كينغستون,کنگسٹن، روڈ آئلینڈ,کینگزتون، رود آیلند		RI	009	67460	
5223022	Knightsville	knightsville	US	47857	0	America/New_York	41.78149	-71.46228	24	Knightsville,Monkeytown,West Greenville		RI	007	5221674	
5223028	Lafayette	lafayette	US	07848	0	America/New_York	41.57066	-71.47728	23	La Fayette,Lafayette		RI	009	51580	
5223036	Lakewood	lakewood	US	08701	0	America/New_York	41.75927	-71.40839	15			RI	003	74300	
5223059	Lawtons	lawtons	US	14091	0	America/New_York	41.55677	-71.30227	26			RI	005	45460	
5223066	Laurel Hill	laurel-hill	US	28351	0	America/New_York	41.96788	-71.70896	122			RI	007	11800	
5223082	Liberty	liberty	US	04949	0	America/New_York	41.5401	-71.5734	43			RI	009	25300	
5223105	Lincoln Park	lincoln-park	US	07035	0	America/New_York	41.7376	-71.43395	25			RI	003	74300	
5223129	Little Compton	little-compton	US	02837	0	America/New_York	41.5101	-71.17116	32	Common,Compton,Compton Commons,Littl-Kompton,Little Compton,Little Compton Common,Little Compton Commons,Saughkonet,Seaconnet,Sogkonate,The Commons,lytl kwmbtwn,ritorukonputon,Літтл-Комптон,ليتل كومبتون,لٹل کامپٹن، روڈ آئلینڈ,リトルコンプトン		RI	005	42400	
5223167	Locustville	locustville	US	23404	0	America/New_York	41.5101	-71.71201	29			RI	009	35380	
5223195	Longmeadow	longmeadow	US	01106	0	America/New_York	41.70427	-71.3745	23	Bay Side,Bayside,Longmeadow		RI	003	74300	
5223200	Lonsdale	lonsdale	US	55046	0	America/New_York	41.90732	-71.40367	33	Lansdale,Lonsdale,Lonsdale Village		RI	007	41500	
5223238	Manton	manton	US	49663	0	America/New_York	41.83649	-71.46839	30	Manton,Manton Village,Triptown		RI	007	59000	
5223241	Manville	manville	US	02838	0	America/New_York	41.96982	-71.47367	50	Logussock,Manville,Union Forge,Unity,Unity Furnace		RI	007	41500	
5223250	Mapleville	mapleville	US	02839	0	America/New_York	41.94815	-71.64868	115	Maple Bridge,Mapleville		RI	007	11800	
5223324	Melville	melville	US	11747	1320	America/New_York	41.58705	-71.28338	17			RI	005	57880	
5223334	Merino	merino	US	80741	0	America/New_York	41.82121	-71.46478	30	Merino,Merino Village,Mernoville		RI	007	59000	
5223358	Middletown	middletown	US	02842	17303	America/New_York	41.54566	-71.29144	55	Middltaun,mid deil thawn,mideultaun,midorutaun,mydltawn,Міддлтаун,ميدلتاون,مڈل ٹاؤن، رہوڈ آئی لینڈ,มิดเดิลทาวน์,ミドルタウン,미들타운		RI	005	45460	
5223399	Millville	millville	US	01529	0	America/New_York	41.57427	-71.68201	85			RI	009	25300	
5223437	Moscow	moscow	US	05662	0	America/New_York	41.52288	-71.74146	62			RI	009	35380	
5223505	Narragansett	narragansett	US	02882	15868	America/New_York	41.4501	-71.4495	6	Narragansett,Narrangasett,naragansetto,naraghansyt,Наррагансетт,Наррангасетт,ناراغانسيت,نیریگینسٹ، روڈ آئلینڈ,ナラガンセット		RI	009	48340	
5223548	Natick	natick	US	01760	0	America/New_York	41.7201	-71.49173	29			RI	003	78440	
5223593	Newport	newport	US	02840	24232	America/New_York	41.4901	-71.31283	9	Carolina Hospital,N'juport,NPT,New Port,Newport,Newport (Rhode Island),Niew-Port,Njuport,niu bo te,niw phxrt,nyupoteu,nyupoto,nywbwrt,nywpwrt,nywpwrt  rwd aylnd,Њупорт,Ньюпорт,Нюпорт,ניופורט,نيوبورت,نیوپورت، رود آیلند,نیوپورٹ، روڈ آئلینڈ,นิวพอร์ต,ニューポート,纽波特,뉴포트		RI	005	49960	
5223672	North Kingstown	north-kingstown	US	02852	28042	America/New_York	41.5501	-71.46617	25	King's Towne,NCO,Nort-Kingstaun,North Kingstown,Rochester,nosukingusutaun,nwrth kynghstawn,Норт-Кингстаун,Норт-Кінґстаун,شمالی کنگز ٹاؤن، روڈ آئلینڈ,نورث كينغستاون,ノースキングスタウン		RI	009	51580	
5223681	North Providence	north-providence	US	02911	33835	America/New_York	41.8501	-71.46617	56	Nort Providens,Nort-Providens,North Providence,North-Providence,nosupurobidensu,nwrth brwfydans,nxrth phr x wi den s,Норт Провиденс,Норт-Провіденс,نارتھ پروویڈنس، روڈ آئلینڈ,نورث بروفيدانس,นอร์ทพรอวิเดนซ์,ノースプロビデンス	5223683	RI	007	5223683	
5223685	North Scituate	north-scituate	US	02060	11171	America/New_York	41.83177	-71.58729	93	North Scituate,Smithville		RI	007	64220	
5224353	Riverside	riverside	US	02915	0	America/New_York	41.76732	-71.36478	7	Cedar Grove,Riverside,Sabine		RI	007	22960	
5223687	North Smithfield	north-smithfield	US	02896	11212	America/New_York	41.96677	-71.54951	111	Nort-Smitfild,North Smithfield,Slater,nosusumisufirudo,nwrth smythfyld,Норт-Смітфілд,نارتھ سمتھفیلڈ، روڈ آئلینڈ,نورث سميثفيلد,ノーススミスフィールド		RI	007	52480	
5223699	Norwood	norwood	US	02062	0	America/New_York	41.75205	-71.42811	15			RI	003	74300	
5223728	Oakland	oakland	US	02858	0	America/New_York	41.95732	-71.64784	96			RI	007	11800	
5223854	Pascoag	pascoag	US	02859	4577	America/New_York	41.95565	-71.70229	130	Monkeytown,Pascoag,Pascoage,Paskhoage,Passcogue		RI	007	11800	
5223869	Pawtucket	pawtucket	US	02860	71591	America/New_York	41.87871	-71.38256	11	Pawtucket,Potaket,SFZ,bo ta ji te,bwtkyt,patakyt  rwd aylnd,phxw thak ket,potaketto,Потакет,بوتكيت,پاتاکیت، رود آیلند,پوٹکیٹ، روڈ آئلینڈ,พอว์ทักเก็ต,ポータケット,波塔基特		RI	007	54640	
5223900	Peace Dale	peace-dale	US	02883	0	America/New_York	41.45121	-71.49867	11	Peace Dale,Peacedale		RI	009	67460	
5223949	Perryville	perryville	US	21903	0	America/New_York	41.39982	-71.56117	26			RI	009	67460	
5223966	Phenix	phenix	US	23959	0	America/New_York	41.71982	-71.53256	42	Phenix,Roger Williams Village		RI	003	78440	
5223997	Pine Hill	pine-hill	US	12465	0	America/New_York	41.57788	-71.62729	163	Pine Hill,Pinehill		RI	009	25300	
5224034	Pocasset	pocasset	US	02559	0	America/New_York	41.75538	-71.44061	3			RI	007	5221674	
5224071	Pontiac	pontiac	US	48340	0	America/New_York	41.73121	-71.47867	23	Arnold's Bridge,Pontiac		RI	003	74300	
5224082	Portsmouth	portsmouth	US	02871	17756	America/New_York	41.60232	-71.25033	43	Pocasset,Portsmouth,Portsmut,bwrtsmwth,potsumasu,Портсмут,بورتسموث,پورٹسماؤت، روڈ آئلینڈ,ポーツマス		RI	005	57880	
5224120	Pottersville	pottersville	US	07979	0	America/New_York	41.5251	-71.13282	17			RI	005	42400	
5224121	Potterville	potterville	US	48876	0	America/New_York	41.71871	-71.66951	93			RI	003	18640	
5224151	Providence	providence	US	02901	179207	America/New_York	41.82399	-71.41283	2	PVD,Provedensos,Providns,Providehns,Providence,Providens,Providensa,Providensas,Providentia,Provintens,Provėdensos,brwfydns,peulobideonseu,phr x wi den s,piravitens,prabhidensa,pravidens,prawydns,probhidensa,provhidansa,prwbydns,prwwyڈns  rwڈ aylynڈ,pu luo wei deng si,pu luo wei dun si,purobidensu,purovu~idensu,Πρόβιντενς,Провиденс,Провидънс,Провіденс,Провідэнс,Փրովիդենս,פראווידענס,פרובידנס,بروفيدنس,پراویدنس,پروویڈنس,پروویڈنس، روڈ آئلینڈ,प्रभिदेन्स,प्राविडेन्स्,प्रॉव्हिडन्स,प्रोभिडेन्स,பிராவிடென்ஸ்,พรอวิเดนซ์,プロビデンス,プロヴィデンス,普洛威頓斯,普罗维登斯,프로비던스	RI	RI	007	59000	
5224387	Rockville	rockville	US	02873	0	America/New_York	41.51982	-71.76118	98			RI	009	35380	
5224403	Rocky Point	rocky-point	US	11778	0	America/New_York	41.69732	-71.36922	21			RI	003	74300	
5224451	Round Top	round-top	US	12473	0	America/New_York	41.99982	-71.70035	123			RI	007	11800	
5224458	Rumford	rumford	US	02916	0	America/New_York	41.84538	-71.352	18			RI	007	22960	
5224790	Saunderstown	saunderstown	US	02874	0	America/New_York	41.50788	-71.4245	38	Sanderstown,Saunderstown,Willettville		RI	009	51580	
5224829	Shannock	shannock	US	02875	0	America/New_York	41.44843	-71.63673	29	Clark's Mill,Clarkes Mills,Shannock,Shannock Mills,Shannuck		RI	009	61160	
5224882	Silver Spring	silver-spring	US	17575	0	America/New_York	41.78927	-71.36755	21			RI	007	22960	
5224918	Slatersville	slatersville	US	02876	0	America/New_York	42.00038	-71.57979	80	Buffum's Bridge,Slatersville		RI	007	52480	
5224928	Slocum	slocum	US	02877	0	America/New_York	41.53066	-71.51617	41	Slocum,Slocums,Slocums Corner,Slocumsville,Slocumville		RI	009	51580	
5224949	Smithfield	smithfield	US	02917	21872	America/New_York	41.92204	-71.54951	84	Smitfild,smythfyld,sumisufirudo,Смітфілд,سمتھفیلڈ، رہوڈ آئی لینڈ,سميثفيلد,スミスフィールド		RI	007	66200	
5224999	South Portsmouth	south-portsmouth	US	41174	0	America/New_York	41.54482	-71.26116	83			RI	005	57880	
5225038	Spragueville	spragueville	US	52074	0	America/New_York	41.89065	-71.54117	77			RI	007	66200	
5225044	Spring Grove	spring-grove	US	17362	0	America/New_York	41.91315	-71.65257	137			RI	007	30340	
5225048	Spring Lake	spring-lake	US	07762	0	America/New_York	41.67982	-71.5759	74	Spring Lake,SpringLake		RI	003	18640	
5225058	Spring Green	spring-green	US	53588	0	America/New_York	41.7401	-71.41172	21	Spring Green,Spring Grove		RI	003	74300	
5225085	Stillwater	stillwater	US	04489	0	America/New_York	41.90788	-71.52256	69			RI	007	66200	
5225222	Thornton	thornton	US	03285	0	America/New_York	41.79427	-71.47839	26	Simmons Lower,Simmons Lower Village,Thornton		RI	007	5221674	
5225245	Tiverton	tiverton	US	02878	7557	America/New_York	41.62594	-71.21338	3	Howland's Ferry,Howlands Ferry,Pocasset,Tiverton,tibaton,tyfrtwn,Тивертон,Тівертон,تيفرتون,ٹیورٹن، روڈ آئلینڈ,ティバートン		RI	005	70880	
5225388	Valley Falls	valley-falls	US	12185	11547	America/New_York	41.90677	-71.39061	32			RI	007	20080	
5225407	Vernon	vernon	US	05354	0	America/New_York	41.71927	-71.71729	188	Mount Vernon,Vernon		RI	003	18640	
5225455	Wakefield	wakefield	US	01880	0	America/New_York	41.43732	-71.50145	4	Old Wakefield,Wakefield		RI	009	67460	
5225502	Warren	warren	US	01083	11280	America/New_York	41.73038	-71.28255	15	Uorren,Vorren,u~oren,waryn,Воррен,Уоррен,وارن، روڈ آئلینڈ,وارين,ウォーレン		RI	001	73760	
5225507	Warwick	warwick	US	01378	81699	America/New_York	41.7001	-71.41617	11	Shawomet,Uorik,Vorik,Vorvik,Warwick,u~orikku,war wik,warwyk,waryk  rwd aylnd,wo wei ke,wolig,wwryq,Ворвик,Ворік,Уорик,ווריק,وارويك,واروک، روڈ آئلینڈ,واریک، رود آیلند,วาร์วิก,ウォリック,沃威克,워릭		RI	003	74300	
5225533	Washington	washington	US	03280	0	America/New_York	41.68843	-71.56673	75	Brayton Town,Braytonville,Coventry,Washington,Washington Village		RI	003	18640	
5225556	Waterford	waterford	US	04088	0	America/New_York	42.0126	-71.5384	82			RI	007	52480	
5225614	West Kingston	west-kingston	US	02892	0	America/New_York	41.48316	-71.55145	31			RI	009	67460	
5225627	West Warwick	west-warwick	US	02893	30146	America/New_York	41.69689	-71.52194	49	Uehst-Uorik,Vest Vorvik,u~esutou~orikku,wst warwyk,wyst warwyk,Вест Ворвик,Уэст-Уорик,وست وارویک,ويست وارويك,ویسٹ واروک، روڈ آئلینڈ,ウェストウォリック		RI	003	78440	
5225631	Westerly	westerly	US	02891	17936	America/New_York	41.3776	-71.82729	11	Feversham,Misquamacuck,Pawcatuck Bridge,Squamicut,Vesterli,WST,Westerly,u~esutari,wystrly,Вестерли,Вестерлі,ويسترلي,ویسٹرلی، روڈ آئلینڈ,ウェスタリー		RI	009	77000	
5225663	Whipple	whipple	US	45788	0	America/New_York	41.96426	-71.65701	102	Plainville,Whipple		RI	007	11800	
5225672	White Rock	white-rock	US	29177	0	America/New_York	41.40038	-71.83868	8	Crumb's Neck,White Rock,Whiterock,Whiterocks		RI	009	77000	
5225708	Whitehall	whitehall	US	12887	0	America/New_York	41.51427	-71.27699	62			RI	005	45460	
5225786	Woodlawn	woodlawn	US	24381	0	America/New_York	41.86677	-71.39922	27			RI	007	54640	
5225796	Woodville	woodville	US	01784	0	America/New_York	41.86232	-71.44589	33			RI	007		
5225797	Woodville	woodville	US	01784	0	America/New_York	41.45954	-71.71868	18			RI	009	35380	
5225802	Wood River Junction	wood-river-junction	US	02894	0	America/New_York	41.43621	-71.69451	16	Richmond Switch,Wood River Junction		RI	009	61160	
5225809	Woonsocket	woonsocket	US	02895	41475	America/New_York	42.00288	-71.51478	55	CrossRoads,Miswosakit,Niswosaket,Vunsoket,Woonsocket,Woonsocket Falls,unsoketto,wen suo ji te,wnswkt,wun sxk ket,wwnsakyt  rwd aylnd,Вунсокет,ونسوكت,وونساکیت، رود آیلند,وونسوکیٹ، روڈ آئلینڈ,วูนซอกเก็ต,ウーンソケット,文索基特		RI	007	80780	
5225829	Wyoming	wyoming	US	02898	270	America/New_York	41.51538	-71.70146	35	Bean Hill,Prospect Square,Wyoming		RI	009	61160	
5225857	Aberdeen	aberdeen	US	21001	28102	America/Chicago	45.4647	-98.48648	397	ABR,Aberdin,Aburdijn,a bo ding,abadin,abrdyn,abrdyn  dakwtay jnwby,aebeodin,ebaradina,Абердин,Абърдийн,أبردين,ابردین، داکوتای جنوبی,ایبرڈین، جنوبی ڈکوٹا,एबरडीन,アバディーン,阿伯丁,애버딘	013	SD	013	00100	
5227694	Fairfax	fairfax	US	05454	113	America/Chicago	43.0275	-98.88842	594			SD	053	20380	
5225910	Alcester	alcester	US	57001	761	America/Chicago	43.02138	-96.63087	418	Alcester,Irene,Linia		SD	127	00700	
5227123	Crocker	crocker	US	65452	19	America/Chicago	45.10524	-97.78481	546			SD	025	60980	
5225919	Alexandria	alexandria	US	16611	623	America/Chicago	43.65359	-97.78285	412	Aleksandrija,Alexandria,Clarksville,Александрия	061	SD	061	00820	
5225939	Alpena	alpena	US	49707	275	America/Chicago	44.18138	-98.36565	402			SD	073	01020	
5225950	Altamont	altamont	US	12009	34	America/Chicago	44.83969	-96.6895	564			SD	039	01140	
5225976	Ames	ames	US	50010	0	America/Chicago	44.26915	-99.08482	574			SD	059	43300	
5225977	Amherst	amherst	US	01002	0	America/Chicago	45.73801	-97.92122	399	Amkherst,Амхерст		SD	091	70420	
5225993	Andover	andover	US	01810	87	America/Chicago	45.41023	-97.9026	451	Andover,Station 88		SD	037	01500	
5226034	Argonne	argonne	US	54511	0	America/Chicago	44.07331	-97.63868	443			SD	097	26020	
5226035	Arlington	arlington	US	02474	883	America/Chicago	44.36441	-97.13312	562	Arlington,Nordland,a ling dun,arinton,arlynghtwn,arlyngtwn  dakwtay jnwby,Арлингтон,آرلنگٹن، جنوبی ڈکوٹا,آرلینگتون، داکوتای جنوبی,أرلينغتون,アーリントン,阿灵顿		SD	077	02180	
5226045	Armour	armour	US	57313	686	America/Chicago	43.3186	-98.34675	466		043	SD	043	02260	
5226055	Artesian	artesian	US	57314	138	America/Chicago	44.00915	-97.92091	402	Artesian,Artesian City,Diana,Dianna		SD	111	02380	
5226068	Ashton	ashton	US	20861	125	America/Chicago	44.99497	-98.49787	393	Ashton,New Ashton		SD	115	02540	
5226075	Astoria	astoria	US	11102	138	America/Chicago	44.5583	-96.54727	556			SD	039	02580	
5226080	Athol	athol	US	01331	0	America/Chicago	45.00886	-98.59649	394	Athol,Myrtle City		SD	115	02700	
5226090	Aurora	aurora	US	04408	650	America/Chicago	44.28413	-96.68561	495	Avrora,Аврора		SD	011	02780	
5226101	Avon	avon	US	02322	571	America/Chicago	43.005	-98.0598	493			SD	009	02900	
5226112	Badger	badger	US	50516	103	America/Chicago	44.48524	-97.20479	528			SD	077	03060	
5226143	Baltic	baltic	US	06330	1132	America/Chicago	43.76136	-96.74033	450	Baltic,Keyes,Saint Olaf		SD	099	03380	
5226145	Bancroft	bancroft	US	25011	18	America/Chicago	44.48803	-97.75008	479	Bancroft,Bartram		SD	077	03420	
5226162	Barnard	barnard	US	05031	0	America/Chicago	45.73247	-98.49649	425			SD	013	47100	
5226172	Bath	bath	US	03740	172	America/Chicago	45.4683	-98.32371	397			SD	013	03940	
5226192	Beardsley	beardsley	US	56211	0	America/Chicago	43.29832	-97.98229	445			SD	067	24140	
5226211	Beebe	beebe	US	72012	0	America/Chicago	45.44803	-99.19539	531			SD	045	30960	
5226250	Beresford	beresford	US	57004	1976	America/Chicago	43.08054	-96.77366	457	Beresford,Birsford,Paris,bei lei si fu de,brsfwrd  dakwtay jnwby,byrysfwrd,Бирсфорд,برسفورد، داکوتای جنوبی,بيريسفورد,بیرسفورڈ، جنوبی ڈکوٹا,贝雷斯福德		SD	127	04980	
5226347	Big Springs	big-springs	US	26137	0	America/Chicago	42.93805	-96.60754	421			SD	127	05460	
5226349	Big Stone City	big-stone-city	US	57216	455	America/Chicago	45.29163	-96.46283	318	Big Stone,Big Stone City,Bigstone		SD	051	05540	
5226404	Bloomingdale	bloomingdale	US	07403	0	America/Chicago	42.92444	-96.95671	374			SD	027	50740	
5226414	Bloomfield	bloomfield	US	06002	0	America/Chicago	44.63248	-98.09898	404			SD	115	65500	
5226419	Blunt	blunt	US	57522	359	America/Chicago	44.5122	-99.99207	494			SD	065	06180	
5226445	Bonesteel	bonesteel	US	57317	270	America/Chicago	43.07639	-98.94453	599			SD	053	06220	
5226467	Bowdle	bowdle	US	57428	502	America/Chicago	45.45304	-99.65401	609			SD	045	06540	
5226478	Bradley	bradley	US	04411	71	America/Chicago	45.09052	-97.6437	553			SD	025	06660	
5226489	Brandon	brandon	US	05733	9856	America/Chicago	43.5947	-96.57199	413	Brandon,Brehndon,braindana,brandwn,brndn  dakwtay jnwby,bu lan deng,Брандон,Брэндон,براندون,برندن، داکوتای جنوبی,برینڈن، جنوبی ڈکوٹا,ब्रैण्डन,布兰登		SD	099	06840	
5226493	Brandt	brandt	US	57218	106	America/Chicago	44.66358	-96.62422	564			SD	039	06940	
5226506	Brentford	brentford	US	57429	78	America/Chicago	45.16025	-98.32287	396			SD	115	07060	
5226509	Bridgewater	bridgewater	US	02324	476	America/Chicago	43.55165	-97.50757	432	Bridgewater,Bridzhuoter,Nation,Бриджуотер		SD	087	07180	
5226517	Bristol	bristol	US	02809	327	America/Chicago	45.34468	-97.74843	546			SD	037		
5226523	Britton	britton	US	49229	1242	America/Chicago	45.79162	-97.75094	414	Briton,TTO,braytwn,brittana,brytn  dakwtay jnwby,bu li dun,Бритон,برايتون,برٹن، جنوبی ڈکوٹا,بریتن، داکوتای جنوبی,ब्रिट्टन,布里顿	091	SD	091	07380	
5226534	Brookings	brookings	US	57006	23657	America/Chicago	44.31136	-96.79839	494	Ada,BKX,Brookings,Brukings,Brukingz,brukingsa,brwkynghz,brwkyngz  dakwtay jnwby,bu lu jin si,burukkinguzu,Брукингз,Брукингс,Брукінгз,بروكينغز,بروکنگز، جنوبی ڈکوٹا,بروکینگز، داکوتای جنوبی,ब्रूकिंग्स,ブルッキングズ,布鲁金斯	011	SD	011	07580	
5226557	Bruce	bruce	US	38915	208	America/Chicago	44.43802	-96.89006	496	Bruce,Lee		SD	011	07740	
5226577	Bryant	bryant	US	35958	453	America/Chicago	44.59052	-97.4673	564			SD	057	08060	
5226617	Burbank	burbank	US	44214	0	America/Chicago	42.74528	-96.82921	347	Burbank,Green Point,Victorias Point,Victors		SD	027	20580	
5226620	Burdette	burdette	US	72321	0	America/Chicago	44.70498	-98.80038	422	Burdett,Burdette		SD	059	08540	
5226625	Burke	burke	US	12917	589	America/Chicago	43.1825	-99.29205	669	Berk,Берк	053	SD	053	08700	
5226643	Bushnell	bushnell	US	33513	65	America/Chicago	44.32858	-96.64255	515			SD	011	08820	
5226648	Butler	butler	US	07405	16	America/Chicago	45.25884	-97.71231	557			SD	037	08860	
5226708	Canistota	canistota	US	57012	638	America/Chicago	43.59776	-97.29062	473			SD	087	09300	
5226712	Canova	canova	US	57321	96	America/Chicago	43.88109	-97.50451	464	Canova,Canova Station,Conova		SD	097	09420	
5226716	Canton	canton	US	02021	3331	America/Chicago	43.30081	-96.59282	387	CTK,Canton	083	SD	083	09500	
5226734	Carlock	carlock	US	61725	0	America/Chicago	43.08195	-99.43483	674			SD	053	70370	
5226743	Carpenter	carpenter	US	50426	0	America/Chicago	44.63747	-97.91676	443			SD	025	54580	
5226751	Carthage	carthage	US	13619	135	America/Chicago	44.17109	-97.71647	437	Carthage,Franklin,Mable		SD	097	10220	
5226762	Castlewood	castlewood	US	24224	636	America/Chicago	44.72274	-97.03007	514	Castlewood,Keaton		SD	057	10500	
5226770	Cavour	cavour	US	57324	119	America/Chicago	44.36998	-98.03787	400			SD	005	10620	
5226805	Centerville	centerville	US	02632	868	America/Chicago	43.11943	-96.96144	374	Centerville,Centreville		SD	125	11060	
5226824	Chamberlain	chamberlain	US	04541	2386	America/Chicago	43.81083	-99.33066	429	Chamberlain,Makah Tepee	015	SD	015	11220	
5226832	Chancellor	chancellor	US	36316	258	America/Chicago	43.3722	-96.987	415			SD	125	11380	
5226853	Chautauqua	chautauqua	US	14722	0	America/Chicago	43.98025	-97.06006	494	Chautauqua,Moreno Beach		SD	079	35660	
5226861	Chester	chester	US	01011	261	America/Chicago	43.89497	-96.92645	488			SD	079	11700	
5226873	Chelsea	chelsea	US	02150	26	America/Chicago	45.16859	-98.73955	412			SD	049	11500	
5226890	Claire City	claire-city	US	57224	79	America/Chicago	45.85718	-97.1037	366			SD	109	12020	
5226898	Claremont	claremont	US	03743	128	America/Chicago	45.6719	-98.01566	397	Klermont,Клермонт		SD	013	12100	
5226901	Clark	clark	US	07066	1050	America/Chicago	44.87774	-97.73314	548	Clark,Clark Center,Klark,ke la ke,klark,klark  dakwtay jnwby,klarka,Кларк,كلارك,کلارک، جنوبی ڈکوٹا,کلارک، داکوتای جنوبی,क्लार्क,克拉克	025	SD	025	12180	
5226926	Clayton	clayton	US	08312	0	America/Chicago	43.4436	-97.65784	402			SD	067	12460	
5226932	Clear Lake	clear-lake	US	50428	1273	America/Chicago	44.7458	-96.68256	559	Klir Lejk,ke li er lai ke,kliyara leka,klyr lyk,klyr lyk  dakwtay jnwby,Клир Лејк,كلير ليك,کلئیر لیک، جنوبی ڈکوٹا,کلیر لیک، داکوتای جنوبی,क्लियर लेक,克利尔莱克	039	SD	039	12580	
5226984	Colman	colman	US	57017	576	America/Chicago	43.98247	-96.8145	516	Allentown,Colman,Sankey		SD	101	13220	
5226988	Colome	colome	US	57528	283	America/Chicago	43.26056	-99.71511	696	Colome,Colon		SD	123	13300	
5226993	Colton	colton	US	13625	690	America/Chicago	43.78609	-96.92756	489			SD	099	13380	
5226996	Columbia	columbia	US	06237	137	America/Chicago	45.61302	-98.3126	397	Columbia,Kolumbija,Richmond,Колумбия		SD	013	13420	
5227010	Conde	conde	US	57434	145	America/Chicago	45.15719	-98.09759	403			SD	115	13700	
5227043	Corona	corona	US	11368	110	America/Chicago	45.33385	-96.76312	356	Corona,Prior		SD	109	13940	
5227048	Corsica	corsica	US	15829	595	America/Chicago	43.42527	-98.4073	476			SD	043	13980	
5227106	Crandall	crandall	US	30711	0	America/Chicago	45.15524	-97.95565	454			SD	037	46260	
5227109	Crandon	crandon	US	54520	0	America/Chicago	44.7747	-98.45815	397	Crandon,Minden		SD	115	14420	
5227118	Cresbard	cresbard	US	57435	101	America/Chicago	45.16997	-98.94844	442			SD	049	14580	
5227129	Crooks	crooks	US	57020	1329	America/Chicago	43.6647	-96.81089	484	Crooks,New Hope		SD	099	14740	
5227171	Cuthbert	cuthbert	US	39840	0	America/Chicago	43.96776	-98.22397	398	Cuthbert,Espe		SD	111	64820	
5227190	Dallas	dallas	US	18612	122	America/Chicago	43.23611	-99.51705	681	Dallas,Даллас		SD	053	15300	
5227199	Danforth	danforth	US	04424	0	America/Chicago	44.25415	-98.88343	566			SD	059	60820	
5227205	Dante	dante	US	24237	86	America/Chicago	43.03861	-98.18424	424	Dante,Mayo		SD	023	15420	
5227214	Davis	davis	US	26260	82	America/Chicago	43.25748	-96.99561	381	Dejvis,Дейвис		SD	125	15540	
5227237	De Smet	de-smet	US	57231	1072	America/Chicago	44.38747	-97.55035	526	Cream City,De Smet,De Smit,DeSmet,Desmet,da asmt  dakwtay jnwby,di si mei te,di smaita,dy smyt,Де Смит,دا اسمت، داکوتای جنوبی,دي سميت,ڈی سمیٹ، جنوبی ڈکوٹا,डि स्मैट,迪斯梅特	077	SD	077	16260	
5227270	Dell Rapids	dell-rapids	US	57022	3706	America/Chicago	43.82608	-96.70616	460	Del Rapids,Dell City,Dell Rapids,de er la pi ci,dl rpyd  dakwtay jnwby,dyl rabydz,Дел Рапидс,دل رپید، داکوتای جنوبی,ديل رابيدز,ڈیل ریپڈس، جنوبی ڈکوٹا,德尔拉皮兹		SD	099	15980	
5227275	Delmont	delmont	US	08314	232	America/Chicago	43.26749	-98.1623	455	Delmont,Delmontee		SD	043	16060	
5227314	Diamond	diamond	US	44412	0	America/Chicago	45.73718	-96.69146	298			SD	109	27020	
5227323	Dimock	dimock	US	18816	123	America/Chicago	43.47415	-97.98563	419			SD	067		
5227335	Dixon	dixon	US	42409	0	America/Chicago	43.38333	-99.47316	572			SD	053	16700	
5227352	Doland	doland	US	57436	185	America/Chicago	44.8958	-98.10065	412			SD	115	16820	
5227360	Dolton	dolton	US	60419	36	America/Chicago	43.49082	-97.38562	441			SD	125	16860	
5227441	Eagle	eagle	US	48822	0	America/Chicago	43.57194	-99.09093	534			SD	015	17500	
5227453	Duxbury	duxbury	US	02331	0	America/Chicago	45.24109	-98.49509	395			SD	115	41900	
5227514	Eden	eden	US	05652	91	America/Chicago	45.61662	-97.41982	560	Eden,Eden Park		SD	091	18180	
5227544	Egan	egan	US	57024	274	America/Chicago	43.99914	-96.64894	466			SD	101	18460	
5227567	Elk Point	elk-point	US	57025	1874	America/Chicago	42.68333	-96.68365	344	Elk Point,Elk Pojnt,Elkpoint,ai er ke bo yin te,alk bwynt,alk pwynt  dakwtay jnwby,elka pau'inta,Елк Појнт,إلك بوينت,الک پوینت، داکوتای جنوبی,ایلک پوائنٹ، جنوبی ڈکوٹا,एल्क पौइण्ट,埃尔克波因特	127	SD	127	18620	
5227572	Elkton	elkton	US	21921	731	America/Chicago	44.23608	-96.48115	534			SD	011	18700	
5227578	Ellis	ellis	US	67637	0	America/Chicago	43.56248	-96.83061	440	Ellis,Scoopville		SD	099	69620	
5227604	Elrod	elrod	US	35458	0	America/Chicago	44.88635	-97.57369	558	Elrod,Ida		SD	025	19220	
5227616	Emery	emery	US	57332	454	America/Chicago	43.60165	-97.62257	423	Emery,Farmington		SD	061	19420	
5227626	Emmet	emmet	US	68734	0	America/Chicago	42.98277	-96.74615	395			SD	127	19500	
5227645	Erwin	erwin	US	28339	43	America/Chicago	44.48747	-97.44508	571			SD	077	19860	
5227648	Esmond	esmond	US	58332	0	America/Chicago	44.2622	-97.77147	434	Esmond,Sana,Smiths Mine		SD	077	19940	
5227651	Estelline	estelline	US	57234	756	America/Chicago	44.57469	-96.90228	504			SD	057	19980	
5227658	Ethan	ethan	US	57334	331	America/Chicago	43.54776	-97.98813	409			SD	035	55740	
5227665	Eureka	eureka	US	48833	844	America/Chicago	45.76943	-99.61956	575	Ehvrika,Eureka,Saint Petersburg,Эврика		SD	089	20180	
5227704	Fairview	fairview	US	07022	65	America/Chicago	43.22165	-96.49004	375			SD	083	20780	
5227712	Fairview Heights	fairview-heights	US	62208	0	America/Chicago	42.86722	-97.52534	379			SD	135	70650	
5227741	Farmer	farmer	US	43520	10	America/Chicago	43.72387	-97.6884	425			SD	061	21060	
5227748	Farwell	farwell	US	48622	0	America/Chicago	43.85054	-97.91147	401			SD	061	50140	
5227753	Faulkton	faulkton	US	57438	740	America/Chicago	45.03497	-99.124	482		049	SD	049	21260	
5227761	Fedora	fedora	US	57337	37	America/Chicago	44.00887	-97.79091	418	Fedora,Minor,Minor Center		SD	097	12980	
5227773	Ferney	ferney	US	57439	43	America/Chicago	45.33052	-98.09787	397			SD	013	17820	
5227802	Flandreau	flandreau	US	57028	2303	America/Chicago	44.04942	-96.59532	477	Flandru,flaindro'u,flandraw  dakwtay jnwby,flandryw,fu lan de li,Фландру,فلاندراو، داکوتای جنوبی,فلاندريو,فلانڈریو، جنوبی ڈکوٹا,फ़्लैण्ड्रोउ,弗兰德利	101	SD	101	21540	
5227814	Florence	florence	US	01062	370	America/Chicago	45.05468	-97.3298	539	Florencija,Флоренция		SD	029	21820	
5227827	Foley	foley	US	36535	0	America/Chicago	44.83941	-97.14757	546			SD	029	48980	
5227838	Forestburg	forestburg	US	76239	73	America/Chicago	44.02221	-98.10814	386			SD	111	38460	
5227856	Fort Thompson	fort-thompson	US	57339	1282	America/Chicago	44.0686	-99.43788	439			SD	017	14830	
5227879	Frankfort	frankfort	US	04438	154	America/Chicago	44.87664	-98.30537	395	Frankfurt,Франкфурт		SD	115	22580	
5227883	Franklin	franklin	US	02038	0	America/Chicago	43.89164	-97.06895	506			SD	079	22780	
5227900	Frederick	frederick	US	19435	204	America/Chicago	45.83247	-98.50621	421	Frederik,Фредерик		SD	013	22860	
5227913	Freeman	freeman	US	23856	1287	America/Chicago	43.35249	-97.43729	461			SD	067	23020	
5227947	Fulton	fulton	US	13069	92	America/Chicago	43.7247	-97.82368	404			SD	061	23220	
5227962	Gallup	gallup	US	87301	0	America/Chicago	45.07053	-98.49537	395			SD	115	32660	
5227966	Garden City	garden-city	US	11530	53	America/Chicago	44.9583	-97.58147	564	Garden Siti,Гарден Сити		SD	025	23460	
5227996	Garretson	garretson	US	57030	1201	America/Chicago	43.71747	-96.50282	458	Garetson,gartswn  dakwtay jnwby,ghartswn,jia lei sen,Гаретсон,غارتسون,گارتسون، داکوتای جنوبی,گیریٹسن، جنوبی ڈکوٹا,加勒森		SD	099	23820	
5227998	Gary	gary	US	24836	230	America/Chicago	44.79246	-96.45589	447	Gary,Headquarters,State Line		SD	039	23860	
5228007	Gayville	gayville	US	57031	415	America/Chicago	42.88805	-97.17227	356			SD	135	23900	
5228012	Geddes	geddes	US	57342	214	America/Chicago	43.2536	-98.69536	489			SD	023	23980	
5228053	Gettysburg	gettysburg	US	17325	1164	America/Chicago	45.01165	-99.95567	629		107	SD	107	24260	
5228115	Goodwin	goodwin	US	57238	144	America/Chicago	44.87913	-96.84868	609	Goodwin,Prairie Siding		SD	039	24820	
5228162	Grandview	grandview	US	37337	0	America/Chicago	43.64389	-99.29704	532			SD	015		
5228206	Greenfield	greenfield	US	01301	0	America/Chicago	42.88055	-96.8456	375			SD	027	51580	
5228215	Greenway	greenway	US	22067	0	America/Chicago	45.9097	-99.71095	589			SD	089	70400	
5228217	Greenwood	greenwood	US	04255	0	America/Chicago	42.92305	-98.38841	389	Greenwood,Yankton Agency		SD	023	68060	
5228222	Gregory	gregory	US	48137	1254	America/Chicago	43.23222	-99.43038	661			SD	053	26180	
5228227	Grenville	grenville	US	57239	51	America/Chicago	45.4669	-97.3937	568	Greenville,Grenville		SD	037	26220	
5228231	Gretna	gretna	US	24557	0	America/Chicago	45.45053	-99.51484	585			SD	045	14260	
5228242	Groton	groton	US	01450	1508	America/Chicago	45.44746	-98.09871	397			SD	013	26340	
5228253	Grover	grover	US	17735	0	America/Chicago	44.81385	-97.26869	532			SD	029	33300	
5228284	Hamill	hamill	US	57534	11	America/Chicago	43.59472	-99.6815	537	Gould,Hamill,Roseland		SD	123	56260	
5228340	Harrisburg	harrisburg	US	17101	5498	America/Chicago	43.43137	-96.69727	435	Garrisberg,Harrisburg,Salina,Selina,Springdale,Гаррисберг		SD	083	27260	
5228342	Harrison	harrison	US	04040	52	America/Chicago	43.42971	-98.5273	488	Kharrison,Харрисон		SD	043	29700	
5228348	Harrold	harrold	US	57536	124	America/Chicago	44.52443	-99.73928	547			SD	065	27420	
5228353	Hartford	hartford	US	05047	3025	America/Chicago	43.62303	-96.94255	479	Hartford,Khartford,Oaksville,Хартфорд		SD	099	27540	
5228388	Hazel	hazel	US	42049	90	America/Chicago	44.75969	-97.37952	538	Hazel,Hazeldelle		SD	057	27940	
5228398	Hecla	hecla	US	57446	229	America/Chicago	45.88302	-98.15205	397			SD	013	27980	
5228415	Henry	henry	US	24102	264	America/Chicago	44.87719	-97.46647	555			SD	029	28140	
5228476	Highmore	highmore	US	57345	779	America/Chicago	44.52137	-99.4415	575		069	SD	069	28980	
5228501	Hillside	hillside	US	07205	0	America/Chicago	43.46888	-98.2123	499			SD	043	69020	
5228523	Hitchcock	hitchcock	US	57348	95	America/Chicago	44.6297	-98.40954	408	Altoona,Chetek,Clarksville,Hitchcock		SD	005	29500	
5228547	Holabird	holabird	US	57540	0	America/Chicago	44.52304	-99.59817	546	Holabird,Hughitt		SD	069	11150	
5228572	Hooker	hooker	US	73945	0	America/Chicago	43.19999	-97.02477	389			SD	125	64500	
5228604	Hosmer	hosmer	US	57448	203	America/Chicago	45.57887	-99.47484	581			SD	045	30140	
5228611	Houghton	houghton	US	14744	0	America/Chicago	45.76302	-98.21038	397			SD	013	35860	
5228618	Hoven	hoven	US	57450	403	America/Chicago	45.24359	-99.77706	581			SD	107	30300	
5228623	Howard	howard	US	16841	790	America/Chicago	44.01081	-97.52674	480	Howard,Howard City,Khauard,havarda,hawrd,huo hua de,hward,Хауард,هاورد,هوارد,हावर्ड,霍华德	097	SD	097	30460	
5228646	Hudson	hudson	US	01749	316	America/Chicago	43.13026	-96.4542	372	Eden,Gudzon,Hudson,Гудзон		SD	083	30740	
5228657	Humboldt	humboldt	US	38343	583	America/Chicago	43.64526	-97.07395	519			SD	099	30900	
5228667	Hurley	hurley	US	12443	400	America/Chicago	43.28304	-97.08922	391			SD	125	30980	
5228673	Huron	huron	US	38345	13313	America/Chicago	44.36332	-98.21426	390	Guron,HON,Khjuron,hyurona,hywrn  dakwtay jnwby,xiu lun hu,Гурон,Хјурон,هیورن، داکوتای جنوبی,ह्यूरॉन,休伦湖	005	SD	005		
5228698	Ideal	ideal	US	31041	0	America/Chicago	43.54333	-99.92151	575			SD	123	31260	
5228733	Iona	iona	US	56141	0	America/Chicago	43.54306	-99.42482	552			SD	085	31740	
5228742	Ipswich	ipswich	US	01938	959	America/Chicago	45.44442	-99.02928	468		045	SD	045	31860	
5228746	Irene	irene	US	57037	409	America/Chicago	43.08305	-97.16061	418	Adelia,Irene		SD	125	31940	
5228754	Iroquois	iroquois	US	57353	263	America/Chicago	44.36692	-97.85092	427			SD	077	32020	
5228791	Jamesville	jamesville	US	13078	0	America/Chicago	43.10277	-97.48368	360			SD	135	32380	
5228796	Java	java	US	24565	129	America/Chicago	45.50332	-99.88651	640	Coffee Town,Java		SD	129	32460	
5228801	Jefferson	jefferson	US	01522	517	America/Chicago	42.6025	-96.5592	340	Adelescat,Dzhefferson,Jefferson,Джефферсон		SD	127	32700	
5228848	Johnsonville	johnsonville	US	12094	0	America/Chicago	44.54441	-96.78561	542			SD	039	25540	
5228948	Kaylor	kaylor	US	57354	47	America/Chicago	43.18805	-97.83868	425			SD	067	33420	
5228958	Kennebec	kennebec	US	57544	260	America/Chicago	43.9036	-99.86178	513	Hotch City,Kennebec	085	SD	085	33580	
5228977	Kidder	kidder	US	64649	57	America/Chicago	45.88301	-97.71344	394			SD	091	70980	
5228984	Kimball	kimball	US	24853	686	America/Chicago	43.74667	-98.95843	545	Andover,Kimball		SD	015	33980	
5228996	Kingsburg	kingsburg	US	93631	0	America/Chicago	42.91444	-97.93118	422			SD	009	59950	
5229046	Kranzburg	kranzburg	US	57245	178	America/Chicago	44.89246	-96.91896	604			SD	029	34340	
5229071	Junction City	junction-city	US	31812	0	America/Chicago	42.78666	-96.78615	365			SD	127	07860	
5229073	LaBolt	labolt	US	57246	95	America/Chicago	45.0508	-96.67673	418	La Bolt,LaBolt		SD	051	34540	
5229103	Lake Andes	lake-andes	US	57356	840	America/Chicago	43.15638	-98.54147	451		023	SD	023	35100	
5229123	Lake City	lake-city	US	16423	52	America/Chicago	45.72523	-97.41454	567			SD	091	35220	
5229165	Lake Norden	lake-norden	US	57248	480	America/Chicago	44.58052	-97.20924	515			SD	057	35460	
5229173	Lake Preston	lake-preston	US	57249	568	America/Chicago	44.36358	-97.37729	525	Lake Preston,Preston		SD	077	35500	
5229207	Lakeport	lakeport	US	95453	0	America/Chicago	42.90833	-97.57951	494			SD	135	70650	
5229225	Lane	lane	US	29564	57	America/Chicago	44.06971	-98.42509	419			SD	073	35780	
5229227	Langford	langford	US	57454	324	America/Chicago	45.60245	-97.83038	418			SD	091	35820	
5229252	Lebanon	lebanon	US	03756	47	America/Chicago	45.0697	-99.76984	595	Lebanon,Webb		SD	107	36260	
5229271	Lennox	lennox	US	57039	2272	America/Chicago	43.35415	-96.892	410	Lennoks,Леннокс		SD	083	36380	
5229276	Leola	leola	US	17540	440	America/Chicago	45.72275	-98.94094	485		089	SD	089	36460	
5229285	Lesterville	lesterville	US	57040	126	America/Chicago	43.03944	-97.59562	423			SD	135	36540	
5229289	Letcher	letcher	US	41832	173	America/Chicago	43.89721	-98.13869	397			SD	111	36620	
5229303	Lily	lily	US	40740	4	America/Chicago	45.18135	-97.68342	567			SD	037	37140	
5229372	Lodi	lodi	US	07644	0	America/Chicago	42.98249	-96.98394	369			SD	027	50740	
5229398	Lone Tree	lone-tree	US	52755	0	America/Chicago	43.97886	-96.72922	506			SD	101	18500	
5229420	Long Lake	long-lake	US	12847	31	America/Chicago	45.85664	-99.20511	595	Long Lake,Longlake		SD	089	38860	
5229434	Loomis	loomis	US	68958	34	America/Chicago	43.79387	-98.10452	398			SD	035	03020	
5229455	Lower Brule	lower-brule	US	57548	613	America/Chicago	44.07888	-99.5815	440			SD	085	39190	
5229461	Lowry	lowry	US	24570	6	America/Chicago	45.3161	-99.98262	568			SD	129	39260	
5229465	Loyalton	loyalton	US	96118	0	America/Chicago	45.28636	-99.27956	512			SD	045	66820	
5229467	Lucas	lucas	US	42156	0	America/Chicago	43.28972	-99.21649	629			SD	053	45582	
5229493	Lyman	lyman	US	29365	0	America/Chicago	43.8811	-99.73956	534	Lyman,McGill		SD	085	54260	
5229511	Lyons	lyons	US	07939	0	America/Chicago	43.72303	-96.86783	470			SD	099	39780	
5229526	Madison	madison	US	03849	7258	America/Chicago	44.00608	-97.11395	511	Madison,Medison,Mehdison,XMD,madyswn,mai di xun,maidisana,mdyswn  dakwtay jnwby,Мадисон,Медисон,Медісон,Мэдисон,ماديسون,مدیسون، داکوتای جنوبی,میڈیسون، جنوبی ڈکوٹا,मैडिसन,麦迪逊	079	SD	079	40220	
5229542	Manchester	manchester	US	01944	0	America/Chicago	44.36914	-97.72064	469	Fairview,Manchester,Манчестер		SD	077	40500	
5229549	Mansfield	mansfield	US	02048	93	America/Chicago	45.24303	-98.56287	395			SD	013	68780	
5229560	Marion	marion	US	02738	767	America/Chicago	43.42304	-97.26062	442	Marion,Marion Junction,Mehrion,Turner Junction,Мэрион		SD	125	40860	
5229569	Marlow	marlow	US	03456	0	America/Chicago	45.92079	-97.38565	407	Marlow,Marlowe		SD	091	34500	
5229588	Marty	marty	US	57361	402	America/Chicago	42.9925	-98.42508	441			SD	023	68060	
5229590	Marvin	marvin	US	57251	33	America/Chicago	45.26135	-96.91257	501			SD	051	41220	
5229612	Mayfield	mayfield	US	12117	0	America/Chicago	43.08249	-97.31867	418			SD	135	68540	
5229687	Mellette	mellette	US	57461	218	America/Chicago	45.15442	-98.49759	395			SD	115	41860	
5229694	Menno	menno	US	57045	595	America/Chicago	43.23971	-97.57784	406			SD	067	41980	
5229725	Midway	midway	US	15060	0	America/Chicago	43.70331	-96.71144	449			SD	099	62540	
5229726	Midway	midway	US	15060	0	America/Chicago	42.86638	-96.78643	383			SD	127	60140	
5229727	Midway	midway	US	15060	0	America/Chicago	43.12583	-97.39923	411			SD	135	32380	
5229737	Milbank	milbank	US	57252	3192	America/Chicago	45.21913	-96.63562	351	Milbank,Millbank,mi er ban ke,milabainka,mylbank,mylbank  dakwtay jnwby,Милбанк,ملبینک، جنوبی ڈکوٹا,ميلبانك,میلبانک، داکوتای جنوبی,मिलबैंक,米尔班克	051	SD	051	42260	
5229750	Millboro	millboro	US	24460	0	America/Chicago	43.07306	-99.96901	676			SD	123	42420	
5229751	Miller	miller	US	57362	1437	America/Chicago	44.51831	-98.98843	481		059	SD	059	42460	
5229763	Milltown	milltown	US	08850	10	America/Chicago	43.4236	-97.80173	369			SD	067	42660	
5229770	Mina	mina	US	89422	0	America/Chicago	45.43331	-98.75871	436	Cortland,Cortlandt,Mina		SD	045	14060	
5229789	Miranda	miranda	US	95553	0	America/Chicago	44.97192	-98.96427	440			SD	049	01940	
5229791	Mission Hill	mission-hill	US	57046	176	America/Chicago	42.92333	-97.27894	365			SD	135	42980	
5229794	Mitchell	mitchell	US	30820	15669	America/Chicago	43.70943	-98.0298	400	MHE,Michel,Mitchell,mi qie er,mitsela,mychl  dakwtay jnwby,Митчелл,Мичел,میچل، داکوتای جنوبی,मिट्शॅल,米切尔	035	SD	035		
5229825	Monroe	monroe	US	03771	155	America/Chicago	43.48637	-97.21506	455	Aeilts,Monro,Monroe,Sandham,Warrington,Монро		SD	125	43380	
5229832	Montrose	montrose	US	10548	463	America/Chicago	43.69859	-97.18367	448			SD	087	43500	
5229877	Mount Vernon	mount-vernon	US	04352	442	America/Chicago	43.71054	-98.26036	430			SD	035	44100	
5229938	Naples	naples	US	04055	38	America/Chicago	44.77163	-97.51175	544	Neapol',Неаполь		SD	025	44620	
5229975	New Effington	new-effington	US	57255	258	America/Chicago	45.85635	-96.92036	335			SD	109	44820	
5229979	New Holland	new-holland	US	17557	76	America/Chicago	43.42721	-98.60925	488			SD	043	12220	
5229992	Newark	newark	US	07101	0	America/Chicago	45.92941	-97.79149	399			SD	091	44780	
5230016	Nora	nora	US	24272	0	America/Chicago	42.93916	-96.70698	425			SD	127	19500	
5230076	North Sioux City	north-sioux-city	US	57049	2731	America/Chicago	42.52722	-96.48309	337	Nort Su Siti,bei su cheng,nwrt sw syty  dakwtay jnwby,nwrth sywks syty,Норт Су Сити,نارتھ سیو سٹی، جنوبی ڈکوٹا,نورت سو سیتی، داکوتای جنوبی,نورث سيوكس سيتي,北苏城		SD	127	45700	
5230092	Northville	northville	US	12134	146	America/Chicago	45.15553	-98.57926	395			SD	115	45740	
5230122	Nunda	nunda	US	14517	48	America/Chicago	44.16219	-97.01895	537			SD	079	46060	
5230132	Oacoma	oacoma	US	57365	473	America/Chicago	43.79611	-99.39566	422	Oacoma,Sherman		SD	085	46180	
5230179	Ola	ola	US	72853	13	America/Chicago	43.60083	-99.21065	528			SD	015	46740	
5230207	Oldham	oldham	US	57051	128	America/Chicago	44.22747	-97.30785	525			SD	077	46780	
5230213	Olivet	olivet	US	49076	73	America/Chicago	43.24082	-97.67534	372		067	SD	067	46900	
5230222	Onaka	onaka	US	57466	14	America/Chicago	45.19276	-99.46623	571			SD	049	46980	
5230239	Ordway	ordway	US	81063	0	America/Chicago	45.57858	-98.41204	399			SD	013	47420	
5230242	Orient	orient	US	04471	63	America/Chicago	44.90025	-99.08927	489			SD	049	47460	
5230247	Orland	orland	US	04472	0	America/Chicago	43.89164	-97.18923	546			SD	079	47580	
5230252	Ortley	ortley	US	57256	66	America/Chicago	45.33218	-97.19564	571			SD	109	47660	
5230258	Osceola	osceola	US	16942	0	America/Chicago	44.46747	-97.8387	444			SD	077	36580	
5230309	Parker	parker	US	16049	993	America/Chicago	43.39748	-97.13645	410	Kimball City,Parker,barkr,pa ke,parkara,parkr  dakwtay jnwby,Паркер,باركر,پارکر، جنوبی ڈکوٹا,پارکر، داکوتای جنوبی,पार्कर,帕克	125	SD	125	48380	
5230313	Parkston	parkston	US	57366	1488	America/Chicago	43.39888	-97.98368	425			SD	067	48460	
5230359	Peever	peever	US	57257	169	America/Chicago	45.54302	-96.9548	366			SD	109	48940	
5230383	Perkins	perkins	US	30822	0	America/Chicago	42.86555	-98.01035	442			SD	009	59950	
5230412	Pickstown	pickstown	US	57367	221	America/Chicago	43.06722	-98.53203	451			SD	023	49460	
5230414	Pierpont	pierpont	US	44082	129	America/Chicago	45.49551	-97.83121	459	Pierpoint,Pierpont		SD	037	49540	
5230463	Plankinton	plankinton	US	57368	714	America/Chicago	43.71555	-98.48509	465		003	SD	003	50020	
5230467	Plano	plano	US	52581	0	America/Chicago	43.80609	-97.92258	397			SD	061	50140	
5230472	Platte	platte	US	57369	1266	America/Chicago	43.38694	-98.84453	488	New Platte,Platte		SD	023	50260	
5230593	Powell	powell	US	37849	0	America/Chicago	45.28858	-99.03095	458			SD	045	51500	
5230626	Prairie Village	prairie-village	US	66208	0	America/Chicago	44.00609	-97.16756	523			SD	079	28260	
5230653	Pukwana	pukwana	US	57370	282	America/Chicago	43.77805	-99.18149	475			SD	015	52220	
5230662	Putney	putney	US	05346	0	America/Chicago	45.56024	-98.17538	398			SD	013	52460	
5230690	Ramona	ramona	US	57054	194	America/Chicago	44.11942	-97.21645	554	Nakomas,Ramona		SD	079	52860	
5230704	Randolph	randolph	US	02368	0	America/Chicago	45.24274	-98.20982	395			SD	013	23500	
5230723	Raymond	raymond	US	03077	50	America/Chicago	44.91247	-97.93898	444			SD	025	53260	
5230743	Redfield	redfield	US	13437	2379	America/Chicago	44.87581	-98.51871	397	Redfield,Stennett Junction	115	SD	115	53460	
5230776	Ree Heights	ree-heights	US	57371	61	America/Chicago	44.51859	-99.20011	528	Bram Hall,Ree Heights		SD	059	53940	
5230778	Reliance	reliance	US	37369	218	America/Chicago	43.87888	-99.60316	546			SD	085	54020	
5230787	Renner	renner	US	57055	0	America/Chicago	43.64553	-96.72838	437			SD	099	40660	
5230795	Revillo	revillo	US	57259	114	America/Chicago	45.01663	-96.57117	366			SD	051	54220	
5230814	Richland	richland	US	08350	89	America/Chicago	42.75944	-96.65281	344			SD	127	54760	
5230834	Richmond	richmond	US	01254	0	America/Chicago	45.52275	-98.61899	422			SD	013	53180	
5230846	Riverside	riverside	US	02915	0	America/Chicago	43.72276	-97.94841	397			SD	061	26940	
5230889	Rockham	rockham	US	57470	32	America/Chicago	44.90386	-98.82482	425			SD	049	55540	
5230920	Roscoe	roscoe	US	12776	316	America/Chicago	45.44859	-99.33873	558			SD	045	55820	
5230961	Rosholt	rosholt	US	54473	427	America/Chicago	45.86663	-96.73146	330	Rosholf,Rosholt		SD	109	56340	
5230963	Roslyn	roslyn	US	11576	176	America/Chicago	45.49523	-97.49093	568			SD	037	56380	
5230968	Roswell	roswell	US	30075	15	America/Chicago	44.0072	-97.69591	427	Rosswell Station,Roswell		SD	097	56460	
5230981	Rowena	rowena	US	76875	0	America/Chicago	43.52025	-96.55588	431			SD	099	60300	
5230991	Rudolph	rudolph	US	43462	0	America/Chicago	45.34803	-98.53621	395			SD	013	68780	
5231008	Rutland	rutland	US	01543	0	America/Chicago	44.08942	-96.96728	507	Ratlend,Ратленд		SD	079	57020	
5231047	Saint Charles	saint-charles	US	24282	11	America/Chicago	43.08694	-99.09537	632	Hampton,Saint Charles,Sent-Charl'z,St. Charles,Сент-Чарльз		SD	053	17800	
5231119	Saint Lawrence	saint-lawrence	US	57373	198	America/Chicago	44.51776	-98.93788	478	King,Rex,Saint Lawrence,Seneca Falls,St. Lawrence		SD	059	57180	
5233945	Bloomfield	bloomfield	US	06002	217	America/New_York	44.75394	-71.63231	275	Bloomfield,Minehead,South Bloomfield		VT	009	06325	
5231228	Salem	salem	US	01970	1325	America/Chicago	43.72415	-97.38895	464	Sejlem,sai lei mu,salm,selama,sylm  dakwtay jnwby,Сейлем,Сејлем,سالم,سیلم، جنوبی ڈکوٹا,سیلم، داکوتای جنوبی,सेलम,塞勒姆	087	SD	087	57340	
5231735	Scotland	scotland	US	06264	820	America/Chicago	43.14972	-97.71757	412			SD	009	57940	
5231754	Seneca	seneca	US	16346	37	America/Chicago	45.06164	-99.51206	581	Seminole,Seneca		SD	049	58180	
5231782	Sheffield	sheffield	US	01257	0	America/Chicago	44.41304	-98.07398	395			SD	005	10660	
5231783	Shelby	shelby	US	28150	0	America/Chicago	43.94805	-99.18732	450			SD	017	14830	
5231789	Sherman	sherman	US	04776	81	America/Chicago	43.75914	-96.47615	457	Sherman,Шерман		SD	099	58580	
5231843	Sinai	sinai	US	57061	120	America/Chicago	44.24441	-97.04089	543			SD	011	58900	
5231851	Sioux Falls	sioux-falls	US	57101	171544	America/Chicago	43.54997	-96.70033	448	FSD,Siou Fols,Sioux Falls,Siuks Fols,Su Fols,Su-Fols,Sufolsa,Sūfolsa,saywks falz,siyuka folsa,su fxls,su pholsa,su pu,suforuzu,supolseu,sw falz  dakwtay jnwby,sw pwls,Σιου Φολς,Сиукс Фолс,Су Фолс,Су-Фолс,סו פולס,سايوكس فالز,سو فالز، داکوتای جنوبی,سیو فالز، جنوبی ڈکوٹا,सियुक फ़ॉल्स,सू फॉल्स,ซูฟอลส์,スーフォールズ,蘇瀑,수폴스	099	SD	099	59020	
5231863	Sisseton	sisseton	US	57262	2450	America/Chicago	45.66468	-97.0498	373	Siseton,sis'setana,systwn,sysytn  dakwtay jnwby,xi sai dun,Сисетон,سسیٹن، جنوبی ڈکوٹا,سيستون,سیسیتن، داکوتای جنوبی,सिस्सेटन,锡塞顿	109	SD	109	59260	
5231963	South Shore	south-shore	US	41175	225	America/Chicago	45.1058	-96.92868	572	South Shore,Southshore		SD	029	59940	
5231984	Spencer	spencer	US	01562	151	America/Chicago	43.72748	-97.59312	422			SD	087	60060	
5232025	Spring Grove	spring-grove	US	17362	0	America/Chicago	45.46302	-97.05008	511			SD	109	60740	
5232047	Spring Valley	spring-valley	US	10977	0	America/Chicago	43.20416	-97.26895	482			SD	125	61140	
5232077	Springfield	springfield	US	01101	1953	America/Chicago	42.85417	-97.89729	396	Springfild,aspryngfyld  dakwtay jnwby,sbrynghfyld,si pu lin fei er de,Спрингфилд,Спрінгфілд,اسپرینگفیلد، داکوتای جنوبی,سبرينغفيلد,سپرنگفیلڈ، جنوبی ڈکوٹا,斯普林菲尔德		SD	009	60660	
5232127	Stephan	stephan	US	57346	0	America/Chicago	44.24804	-99.45316	556			SD	069	14840	
5232145	Stickney	stickney	US	57375	285	America/Chicago	43.58916	-98.4373	501			SD	003	61700	
5232161	Stockholm	stockholm	US	04783	103	America/Chicago	45.09969	-96.80201	508			SD	051	61740	
5232188	Strandburg	strandburg	US	57265	69	America/Chicago	45.04413	-96.76062	512			SD	051	61980	
5232191	Stratford	stratford	US	06614	73	America/Chicago	45.31636	-98.30482	397	Stratford,Стратфорд		SD	013	62020	
5232204	Summit	summit	US	07901	291	America/Chicago	45.30441	-97.03647	614	Summit,Summit Station		SD	109	62220	
5232294	Tabor	tabor	US	51653	412	America/Chicago	42.94861	-97.65895	411	Tejbor,ta bo er,tabwr,tybr  dakwtay jnwby,Тејбор,تابور,تیبر، داکوتای جنوبی,塔博尔		SD	009	62820	
5232316	Tea	tea	US	57064	4839	America/Chicago	43.44637	-96.83588	454	Byron,Tea		SD	083	63100	
5232339	Thomas	thomas	US	26292	0	America/Chicago	44.7608	-97.20952	537			SD	057	48060	
5232374	Tolstoy	tolstoy	US	57475	36	America/Chicago	45.20804	-99.61428	591			SD	107	63700	
5232379	Toronto	toronto	US	43964	210	America/Chicago	44.57302	-96.64255	610			SD	039	63740	
5232392	Trent	trent	US	57065	233	America/Chicago	43.90636	-96.65394	459			SD	101	63940	
5232415	Tripp	tripp	US	57376	630	America/Chicago	43.22555	-97.96591	475			SD	067	64020	
5232427	Troy	troy	US	03465	0	America/Chicago	45.03746	-96.86535	574			SD	051	64180	
5232443	Tulare	tulare	US	57476	215	America/Chicago	44.73803	-98.50982	400	Tular,Тулар		SD	115	64300	
5232465	Turton	turton	US	57477	48	America/Chicago	45.04969	-98.09565	405	Saint Paul,Turton		SD	115	64540	
5232472	Twin Brooks	twin-brooks	US	57269	66	America/Chicago	45.2058	-96.77951	383			SD	051	64700	
5232489	Tyndall	tyndall	US	57066	1049	America/Chicago	42.99333	-97.86285	433		009	SD	009	64860	
5232542	Unityville	unityville	US	17774	0	America/Chicago	43.80137	-97.45257	466			SD	087	62420	
5232549	Utica	utica	US	13501	64	America/Chicago	42.98111	-97.49645	417			SD	135	65780	
5232557	Valley Springs	valley-springs	US	57068	767	America/Chicago	43.58247	-96.46782	428			SD	099	66260	
5232582	Veblen	veblen	US	57270	537	America/Chicago	45.86301	-97.28759	390			SD	091	66540	
5232589	Verdon	verdon	US	68457	5	America/Chicago	45.24385	-98.09759	398			SD	013	66660	
5232592	Vermillion	vermillion	US	55085	10738	America/Chicago	42.77944	-96.92921	374	Vermilion,Vermillion,fu mi li en,fyrmlywn,varmiliyana,wrmylyn  dakwtay jnwby,Вермилион,Вермиллион,Вермілліон,فيرمليون,ورمیلین، داکوتای جنوبی,ویرملین، جنوبی ڈکوٹا,वर्मिलियन,弗米利恩	027	SD	027	66700	
5232604	Viborg	viborg	US	57070	762	America/Chicago	43.17027	-97.08144	398	Daneville,Viborg		SD	125	67020	
5232607	Victor	victor	US	14564	0	America/Chicago	45.86885	-96.83286	329			SD	109	67180	
5232615	Vienna	vienna	US	04360	44	America/Chicago	44.70302	-97.50147	559			SD	025	67220	
5232620	Vilas	vilas	US	28692	18	America/Chicago	44.01053	-97.59729	451			SD	097	67340	
5232628	Virgil	virgil	US	57379	17	America/Chicago	44.29082	-98.42426	409			SD	005	67500	
5232637	Volga	volga	US	26238	1865	America/Chicago	44.32358	-96.92645	498	Volga,fu er jia,fwlgha,walga  dakwtay jnwby,Волга,فولغا,والگا، داکوتای جنوبی,وولگا، جنوبی ڈکوٹا,伏尔加		SD	011	67700	
5232640	Volin	volin	US	57072	160	America/Chicago	42.95722	-97.18033	362			SD	135	67780	
5232661	Wagner	wagner	US	57380	1589	America/Chicago	43.07972	-98.29313	441			SD	023	68020	
5232673	Wakonda	wakonda	US	57073	312	America/Chicago	43.00833	-97.10672	424			SD	027	68100	
5232691	Wallace	wallace	US	26448	84	America/Chicago	45.08607	-97.47592	542			SD	029	68420	
5232706	Ward	ward	US	29166	49	America/Chicago	44.15469	-96.46032	535			SD	101	68660	
5232711	Warner	warner	US	03278	482	America/Chicago	45.32581	-98.49537	396			SD	013	68740	
5234001	Bomoseen	bomoseen	US	05732	0	America/New_York	43.64368	-73.19872	135	Bomoseen,Lake Bomoseen Village		VT	021	11950	
5232741	Watertown	watertown	US	02471	22073	America/Chicago	44.89941	-97.11507	528	ATY,Uotertaun,Votertaun,u~otataun,votarata'una,wo te dui,woteotaun,wtrtawn  dakwtay jnwby,Вотертаун,Уотертаун,وترتاون، داکوتای جنوبی,वॉटरटाउन,ウォータータウン,沃特敦,워터타운	029	SD	029	69300	
5232748	Waubay	waubay	US	57273	567	America/Chicago	45.3319	-97.30508	554	Blue Lake,Station 50,Wahbay,Waubay		SD	037	69340	
5232764	Webster	webster	US	01570	1802	America/Chicago	45.33218	-97.52009	566		037	SD	037	69780	
5232788	Wentworth	wentworth	US	03282	193	America/Chicago	43.99719	-96.96422	518	Wentworth,Winton		SD	079	70020	
5232799	Wessington	wessington	US	57381	181	America/Chicago	44.45415	-98.69704	432			SD	005	70140	
5232802	Wessington Springs	wessington-springs	US	57382	919	America/Chicago	44.07916	-98.56954	509	Elmer,Vesington Springs,Wessington,Wessington Springs,vesingtana springsa,wei xin dun quan,wsyngtwn aspryngz  dakwtay jnwby,wysynghtwn sbrynghz,Весингтон Спрингс,وسینگتون اسپرینگز، داکوتای جنوبی,ويسينغتون سبرينغز,वॅसिंग्टन स्प्रिंग्स,韦辛顿泉	073	SD	073	70220	
5232816	Waverly	waverly	US	14892	37	America/Chicago	44.99858	-96.97174	607			SD	029	69460	
5232861	Westport	westport	US	02790	134	America/Chicago	45.64886	-98.49704	406			SD	013	70540	
5232895	White	white	US	15490	491	America/Chicago	44.43469	-96.64977	544			SD	011	70940	
5232899	White Lake	white-lake	US	12786	370	America/Chicago	43.73027	-98.7137	502	Thirty-six Mile Siding,White Lake,Windsor,Yorktown		SD	003	71180	
5232909	White Rock	white-rock	US	29177	3	America/Chicago	45.91663	-96.57174	297			SD	109	71380	
5232961	Willow Lake	willow-lake	US	57278	245	America/Chicago	44.62747	-97.63703	544			SD	025	71940	
5232973	Wilmot	wilmot	US	03287	504	America/Chicago	45.40857	-96.85785	365			SD	109	71980	
5232985	Winfred	winfred	US	57076	52	America/Chicago	43.9972	-97.36229	522			SD	079	72140	
5232994	Winner	winner	US	57580	2825	America/Chicago	43.37667	-99.85901	600	Viner,vinara,wen na,wynr,wynr  dakwtay jnwby,Винер,ونر، جنوبی ڈکوٹا,وينر,وینر، داکوتای جنوبی,विनर,温纳	123	SD	123	72180	
5233011	Wolf Creek	wolf-creek	US	59648	0	America/Chicago	43.34749	-97.62368	363	Wolf Creek,Wolf Creek Colony		SD	067	72460	
5233020	Wolsey	wolsey	US	57384	398	America/Chicago	44.40776	-98.47482	412			SD	005	72540	
5233037	Woonsocket	woonsocket	US	02895	659	America/Chicago	44.0536	-98.27564	398		111	SD	111	72700	
5233042	Worthing	worthing	US	57077	942	America/Chicago	43.32915	-96.76283	415			SD	083	72820	
5233051	Yale	yale	US	23897	113	America/Chicago	44.43387	-97.99009	409			SD	005	73020	
5233053	Yankton	yankton	US	57078	14557	America/Chicago	42.87111	-97.39728	368	Jankton,YKN,yang ke dun,yenkatana,ynktwn  dakwtay jnwby,Јанктон,Янктон,ینکتون، داکوتای جنوبی,यॅङ्कटन,扬克顿	135	SD	135	73060	
5233123	Adamant	adamant	US	05640	0	America/New_York	44.32922	-72.50289	321			VT	023	11350	
5233143	Addison	addison	US	04606	1361	America/New_York	44.08867	-73.30262	98	Addison,Addison Four Corners,Four Corners,adyswn,adyswn  wrmant,أديسون,ادیسون، ورمانت,ایڈسن، ورمونٹ		VT	001	00325	
5233165	Albany	albany	US	05820	186	America/New_York	44.73088	-72.37983	293	Albany,Albany Village,Lutterloh,Olbani,Олбани		VT	019	00475	
5233260	Andover	andover	US	01810	0	America/New_York	43.2773	-72.69676	346	Andover,Peaseville		VT	027	01300	
5233303	Ascutney	ascutney	US	05030	540	America/New_York	43.40702	-72.40703	124	Ascutney,Ascutneyville,Corners		VT	027	77500	
5233315	Arlington	arlington	US	02474	1213	America/New_York	43.0748	-73.154	197	Arlington,Tory Hollow,arlynghtwn,Арлингтон,آرلنگٹن، ورمونٹ,أرلينغتون		VT	003	01450	
5233317	Athens	athens	US	04912	0	America/New_York	43.13369	-72.56787	201			VT	025	01900	
5233336	Averill	averill	US	05901	24	America/New_York	44.9981	-71.71037	516			VT	009	52750	
5233384	Bakersfield	bakersfield	US	05441	0	America/New_York	44.78199	-72.80291	222	Bakersfield,Knoultons Gore		VT	011	02500	
5233435	Baltimore	baltimore	US	21201	0	America/New_York	43.36035	-72.57315	331			VT	027	02575	
5233470	Barnard	barnard	US	05031	0	America/New_York	43.72868	-72.61899	399			VT	027	02725	
5233482	Barnet	barnet	US	05821	129	America/New_York	44.29701	-72.04926	174	Barnet,Stevens Mills,Stevens Village,barnyt,Барнет,بارنيت		VT	005	02875	
5233500	Barre	barre	US	01005	8746	America/New_York	44.19701	-72.50205	194	Barre,Barre-siti,MPV,ba li,bari,barr,bary,Барре-сити,بارر,باري,باری,バリ,巴里		VT	023	03175	
5233526	Barton	barton	US	05822	700	America/New_York	44.7481	-72.17621	292	Barton,Barton Village,bartwn,Бартон,بارتون,بارٹن، ورمون		VT	019	03550	
5233535	Bartonsville	bartonsville	US	18321	0	America/New_York	43.22563	-72.53565	150	Bartonsville,Bartonville,La Grange		VT	025	60250	
5233690	Beecher Falls	beecher-falls	US	05902	177	America/New_York	45.0081	-71.50786	325			VT	009	11800	
5233700	Beebe Plain	beebe-plain	US	05823	854	America/New_York	45.00532	-72.14066	236	Beebe,Beebe Plain,Beebeplain		VT	019	17350	
5233723	Belmont	belmont	US	02478	0	America/New_York	43.41563	-72.82232	556	Belmont,Mechanicsville		VT	021	47200	
5233726	Belvidere Center	belvidere-center	US	05442	0	America/New_York	44.75005	-72.69123	263			VT	015	04375	
5233738	Bellows Falls	bellows-falls	US	05101	3048	America/New_York	43.13341	-72.44398	95	Bellows Falls,Bellows Falls Village,Bellows' Falls,Bellowston,Belous Fols,Great Falls,bwls fals,Белоус Фолс,بولس فالس		VT	025	60250	
5233742	Bennington	bennington	US	03442	9074	America/New_York	42.87813	-73.19677	207	Algiers,Benington,Beningtun,Bennington,Pollywogs,Tigertown,ben ning dun,beninton,bnyngtwn  wrmwnt,bynynghtwn,Бенингтон,Бенингтън,Беннингтон,Беннінгтон,بنینگتون، ورمونت,بينينغتون,بینینگٹن، ورمونٹ,ベニントン,本宁顿		VT	003	04825	
5233764	Benson	benson	US	05731	308	America/New_York	43.70701	-73.31123	127			VT	021	05200	
5233772	Berkshire	berkshire	US	01224	0	America/New_York	44.97171	-72.77541	216			VT	011	05425	
5233794	Bethel	bethel	US	04217	569	America/New_York	43.8334	-72.63399	177	Betel,bythyl,Бетел,بيثيل		VT	027	05800	
5233864	Bridport	bridport	US	05734	1215	America/New_York	43.98506	-73.31262	92	Birdport,Bridport		VT	001		
5234010	Bolton	bolton	US	01740	0	America/New_York	44.37283	-72.88068	108			VT	007	06550	
5234012	Bondville	bondville	US	05340	0	America/New_York	43.1448	-72.87565	390			VT	003	85075	
5234067	Bradford	bradford	US	02808	788	America/New_York	43.99257	-72.12898	136	Bradford,Bradford Village,Mooretown,Moretown,Waits River Town,Waitstown		VT	017	07375	
5234101	Brandon	brandon	US	05733	1648	America/New_York	43.79812	-73.08761	130	Brandon,Brehndon,Meshobe,Брэндон		VT	021	07750	
5234141	Brattleboro	brattleboro	US	05301	7414	America/New_York	42.85092	-72.55787	67	Bratlboro,Brattleboro,Brattleborough,East Brattleboro,East Village,Fort Dummer,bratlbwrw,buratoruboro,Братлборо,براتلبورو,بریٹلبورو، ورمونٹ,ブラトルボロ		VT	025	07900	
5234153	Bridgewater	bridgewater	US	02324	0	America/New_York	43.58812	-72.6251	253			VT	027	08275	
5234158	Bridgewater Corners	bridgewater-corners	US	05035	0	America/New_York	43.5884	-72.65593	261			VT	027	08275	
5234183	Bristol	bristol	US	02809	2030	America/New_York	44.13339	-73.07901	173	Bristol,Bristol Village,Pocock,brystwl,Бристол,برسٹل، ورمونٹ,بريستول		VT	001	09025	
5234220	Brookfield	brookfield	US	01506	0	America/New_York	44.04229	-72.60344	394	Brookfield,Cleaveland Village,Mill Village		VT	017	09325	
5234229	Brookline	brookline	US	02445	0	America/New_York	43.03175	-72.60148	174			VT	025	09475	
5234237	Brookside	brookside	US	07926	0	America/New_York	44.59366	-73.04208	177			VT	007	80350	
5234238	Brookside	brookside	US	07926	0	America/New_York	42.94508	-72.75315	286			VT	025	48400	
5234246	Brooksville	brooksville	US	04617	0	America/New_York	44.06561	-73.1729	83	Beemans Hollow,Brooksville		VT	001	48700	
5234282	Brownsville	brownsville	US	05037	0	America/New_York	43.46868	-72.47092	208			VT	027	83050	
5234372	Burlington	burlington	US	01803	42452	America/New_York	44.47588	-73.21207	61	BTV,Berlingtan,Berlington,Berlingtona,Bjorlington,Borlington,Burlington,Burlingtun,Bērlingtona,Odzihozek,Paliten,Queen City,Skanentgraksenge,barinton,barlingtana,beollingteon,bo ling dun,brlynghtwn,brlyngtwn,brlyngtwn  wrmant,Берлингтон,Берлінгтан,Берлінгтон,Бърлингтън,Бёрлингтон,Бӧрлингтон,ברלינגטון,برلنگٹن، ورمونٹ,برلينغتون,برلینگتون، ورمانت,बर्लिंग्टन,バーリントン,伯靈頓,벌링턴	007	VT	007	10675	
5234440	Butternut	butternut	US	54514	0	America/New_York	43.37535	-73.20233	178			VT	021	54250	
5234462	Cabot	cabot	US	05647	233	America/New_York	44.40145	-72.31232	323	Cabot,Cabot Village,Kabot,Кабот		VT	023	11125	
5234499	Cambridge	cambridge	US	02138	238	America/New_York	44.64477	-72.87624	141	Cambridge,Cambridge Borough,Cambridge Village,Kembridz,Kembridzh,kambrydj,Кембридж,Кембриџ,كامبريدج,کیمبرج، ورمونٹ		VT	015	11500	
5234508	Cambridgeport	cambridgeport	US	05141	0	America/New_York	43.15147	-72.56037	186	Cambridgesport		VT	025	28900	
5234587	Canaan	canaan	US	03741	392	America/New_York	44.99616	-71.53842	318	Canaan,Canaan Corners,Corners		VT	009	11800	
5234679	Cavendish	cavendish	US	05142	179	America/New_York	43.38202	-72.60815	275	Cavendish,Duttonsville,Kavendish,kafndysh,Кавендиш,Кавендіш,كافنديش		VT	027	12250	
5234721	Center Rutland	center-rutland	US	05736	0	America/New_York	43.60451	-73.0115	158	Center Rutland,Centre Rutland,Gookins Falls,Meads Falls		VT	021	61300	
5234730	Centertown	centertown	US	42328	0	America/New_York	43.6609	-72.3812	252			VT	027	32275	
5234731	Centerville	centerville	US	02632	0	America/New_York	44.61922	-72.58623	241			VT	015	35050	
5234732	Centerville	centerville	US	02632	0	America/New_York	43.67646	-72.38648	120			VT	027	32275	
5234793	Charlotte	charlotte	US	05445	3861	America/New_York	44.30977	-73.26096	51	Charlotta,Charlotte,Charlotte Four Corners,Sharlott,West Charlotte,sharlwt,Шарлотт,شارلوت		VT	007	13300	
5234814	Chelsea	chelsea	US	02150	1242	America/New_York	43.98979	-72.4476	250	Chelsea,Turnersburgh	017	VT	017	13525	
5234827	Chester	chester	US	01011	2994	America/New_York	43.26285	-72.59509	185	Chester-Chester Depot		VT	027	13675	
5234855	Chittenden	chittenden	US	05737	1231	America/New_York	43.70784	-72.94816	346	Chittenden,Slab City		VT	021	14350	
5234920	Clarendon	clarendon	US	14429	2489	America/New_York	43.51618	-72.96983	180	Clarendon,Durham,South Clarendon,South Flats,klarndwn,كلارندون		VT	021	14500	
5234972	Cloverdale	cloverdale	US	24077	0	America/New_York	44.60644	-72.93124	208			VT	007	80350	
5235024	Colchester	colchester	US	05439	16986	America/New_York	44.54394	-73.14791	83	Kolchester,koruchesuta,kwlshstr,Колчестер,كولشستر,کولچیسٹر، ورمونٹ,コルチェスター		VT	007	14875	
5235052	Cold Spring	cold-spring	US	10516	0	America/New_York	43.67145	-73.40678	36			VT	021	80875	
5235101	Concord	concord	US	01742	271	America/New_York	44.42895	-71.89009	267	Concord,Concord Corner		VT	009	15250	
5235139	Cookville	cookville	US	75558	0	America/New_York	44.02368	-72.28982	338	Cookeville,Cookville		VT	017	15700	
5235178	Cornwall	cornwall	US	06753	0	America/New_York	43.96089	-73.2104	109	Cornwall,Cornwall Center		VT	001	16000	
5235196	Coventry	coventry	US	02816	97	America/New_York	44.8656	-72.26483	221	Coventry,Orleans		VT	019	16150	
5235219	Craftsbury	craftsbury	US	05826	0	America/New_York	44.63672	-72.37261	280	Craftsbury,Minden		VT	019	16300	
5235222	Craftsbury Common	craftsbury-common	US	05827	0	America/New_York	44.65422	-72.38205	385	Craftsbury Common,North Craftsbury		VT	019	16300	
5235271	Crystal Beach	crystal-beach	US	34681	0	America/New_York	43.65951	-73.19011	138			VT	021	11950	
5235312	Cuttingsville	cuttingsville	US	05738	0	America/New_York	43.48817	-72.8809	309	Cuttingsville,Finneysville		VT	021	65275	
5235340	Danby	danby	US	05739	1286	America/New_York	43.34618	-72.99538	211	Danby,Danby Borough		VT	021	16825	
5235353	Danville	danville	US	03819	383	America/New_York	44.41117	-72.13926	430	Danvil,Danville,Danville Green,danfyl,Данвил,دانفيل		VT	005	17125	
5235444	Derby Line	derby-line	US	05830	651	America/New_York	45.00505	-72.09899	319	Derby Line,Derby Line Village,Derbyline		VT	019	17350	
5235496	Dorset	dorset	US	05251	249	America/New_York	43.2548	-73.09872	292	Dorset,West Dorset		VT	003	17725	
5235509	Dothan	dothan	US	25833	0	America/New_York	43.69729	-72.34315	304	Dothan,North Hartford		VT	027	32275	
5235519	Dover	dover	US	02030	1437	America/New_York	42.94369	-72.80399	584	Dover,Dover Center,Dover Common,Довер		VT	025	17875	
5235609	Duxbury	duxbury	US	02331	0	America/New_York	44.327	-72.75262	128	Duxbury,Duxbury Corners		VT	023	18550	
5235631	East Arlington	east-arlington	US	05252	0	America/New_York	43.06036	-73.14066	226			VT	003	01450	
5235638	East Barre	east-barre	US	05649	826	America/New_York	44.15812	-72.45038	345			VT	023	03250	
5235643	East Berkshire	east-berkshire	US	05447	0	America/New_York	44.93532	-72.7093	126			VT	011	05425	
5235663	East Brookfield	east-brookfield	US	01515	0	America/New_York	44.02756	-72.57149	214			VT	017	09325	
5235667	East Burke	east-burke	US	05832	132	America/New_York	44.58922	-71.94037	264			VT	005	10450	
5235673	East Calais	east-calais	US	05650	0	America/New_York	44.36645	-72.42983	259	East Calais,Moscow		VT	023	11350	
5235677	East Charleston	east-charleston	US	05833	0	America/New_York	44.8381	-71.98954	352			VT	019	13150	
5235682	East Concord	east-concord	US	14055	0	America/New_York	44.42478	-71.7537	267			VT	009	15250	
5235683	East Corinth	east-corinth	US	05040	0	America/New_York	44.06395	-72.22232	214	East Corinth,Hemlock City,Slab City,Taplin Mills,Taplin Village		VT	017	15700	
5235694	East Dorset	east-dorset	US	05253	0	America/New_York	43.2398	-73.00927	240			VT	003	17725	
5235697	East Dover	east-dover	US	05341	0	America/New_York	42.95119	-72.76898	341	East Dover,Rock River		VT	025	17875	
5235702	East Fairfield	east-fairfield	US	05448	0	America/New_York	44.78449	-72.85847	126	East Fairfield,Fairfield Station,Puddledock		VT	011	25225	
5235712	East Hardwick	east-hardwick	US	05836	0	America/New_York	44.52172	-72.30872	329	East Hardwick,Stephens,Stevens Mills,Stevens Village,Stevensville		VT	005	31825	
5235713	East Haven	east-haven	US	05837	288	America/New_York	44.66422	-71.88843	309	East Haven,Easthaven		VT	009	21250	
5235739	East Middlebury	east-middlebury	US	05740	425	America/New_York	43.97339	-73.10623	124			VT	001	44350	
5235742	East Montpelier	east-montpelier	US	05651	80	America/New_York	44.27117	-72.48705	226	East Montpelier,East Village		VT	023	21925	
5235754	East Orange	east-orange	US	07017	0	America/New_York	44.09479	-72.34149	371			VT	017	53425	
5235763	East Poultney	east-poultney	US	05741	0	America/New_York	43.52646	-73.20455	156			VT	021	56875	
5235771	East Randolph	east-randolph	US	05041	0	America/New_York	43.94007	-72.5551	185	East Randolph,Farwell Village		VT	017	58075	
5235782	East Ryegate	east-ryegate	US	05042	0	America/New_York	44.20506	-72.0612	149	East Ryegate,Ryegate Station		VT	005	61525	
5235783	East Saint Johnsbury	east-saint-johnsbury	US	05838	0	America/New_York	44.43867	-71.94565	242			VT	005	62200	
5235792	East Thetford	east-thetford	US	05043	0	America/New_York	43.81174	-72.1887	125			VT	017	72400	
5235797	East Wallingford	east-wallingford	US	05742	0	America/New_York	43.44952	-72.87593	364			VT	021	75925	
5235825	Eden	eden	US	05652	0	America/New_York	44.70727	-72.54567	343	Eden,Eden Corner,Eden Corners,Eden Four Corners		VT	015	23500	
5235828	Eden Mills	eden-mills	US	05653	0	America/New_York	44.71338	-72.53011	350	Eden Mills,Mill Village		VT	015	23500	
5235837	Edgewater	edgewater	US	07020	0	America/New_York	44.32367	-72.33427	397			VT	023	43600	
5235851	Egypt	egypt	US	72427	0	America/New_York	44.57422	-71.98732	243			VT	005	41725	
5235898	Ely	ely	US	52227	0	America/New_York	43.87646	-72.17648	131	Ely,Ely Depot,Ely Station,South Fairlee,Wares Crossing		VT	017	25675	
5235908	Emerson	emerson	US	07630	0	America/New_York	43.8409	-72.79705	246			VT	027	60100	
5235919	Enosburg Falls	enosburg-falls	US	05450	1305	America/New_York	44.90699	-72.80652	129	Enosburg Falls,Enosburg Falls Village,Enosburgh Falls		VT	011	24050	
5235952	Essex Junction	essex-junction	US	05452	10111	America/New_York	44.49061	-73.11096	105	Eseks DZankshon,Essex Junction,Hubbels Falls,Painesville,asks jankshn,Есекс Џанкшон,إسكس جانكشن		VT	007	24175	
5235969	Evansville	evansville	US	47701	0	America/New_York	44.8031	-72.13038	345			VT	019	09850	
5236007	Fairfax	fairfax	US	05454	0	America/New_York	44.66533	-73.00875	110			VT	011	24925	
5236015	Fairfield	fairfield	US	04937	0	America/New_York	44.80199	-72.94569	157			VT	011	25225	
5236019	Fair Haven	fair-haven	US	05743	2269	America/New_York	43.59479	-73.26567	117	Fair Haven,Fairhaven,Fer Khejven,fyr hyfn,Фер Хејвен,فير هيفن,فیئر ہون، ویرمونٹ		VT	021	25375	
5236027	Fairlee	fairlee	US	05045	189	America/New_York	43.90757	-72.14342	130			VT	017	25675	
5236044	Fairview Village	fairview-village	US	19409	0	America/New_York	42.84036	-72.56648	129			VT	025	07900	
5236063	Farmingdale	farmingdale	US	04344	0	America/New_York	43.96478	-73.13512	117			VT	001	44350	
5236080	Fayville	fayville	US	01745	0	America/New_York	43.00619	-73.11149	555			VT	003	27962	
5236108	Ferrisburgh	ferrisburgh	US	05456	2764	America/New_York	44.20561	-73.24623	67	Ferrisbourg,Ferrisburg,Ferrisburgh,Ferrissburg		VT	001	26300	
5236197	Fletcher	fletcher	US	28732	0	America/New_York	44.68338	-72.91375	197	Fletcher,Fletcher Corner		VT	011	26500	
5236217	Florence	florence	US	01062	0	America/New_York	43.71645	-73.0615	131			VT	021	55600	
5236226	Folsom	folsom	US	19033	0	America/New_York	44.58422	-71.98037	222			VT	005	41725	
5236230	Fonda	fonda	US	12068	0	America/New_York	44.87143	-73.09763	73	Fonda,Fonda Junction,Swanton Junction		VT	011	71725	
5236235	Forest Dale	forest-dale	US	05745	0	America/New_York	43.82784	-73.05372	181	Forest Dale,Forestdale		VT	021	07750	
5236277	Franklin	franklin	US	02038	0	America/New_York	44.98199	-72.91624	137	Berkshire Center,Franklin,Huntsburgh		VT	011	27100	
5236353	Garfield	garfield	US	07026	0	America/New_York	44.60255	-72.53622	334			VT	015	35050	
5236365	Gaysville	gaysville	US	05746	0	America/New_York	43.7784	-72.69899	192			VT	027	70375	
5236413	Gilman	gilman	US	05904	0	America/New_York	44.41228	-71.72231	263	Fitzdale,Gilman		VT	009	41425	
5236440	Glover	glover	US	05839	303	America/New_York	44.70694	-72.18691	286			VT	019	28075	
5236483	Goshen	goshen	US	01032	164	America/New_York	43.84951	-73.02206	345			VT	001	28600	
5236484	Goshen	goshen	US	01032	0	America/New_York	44.04923	-72.14815	334			VT	017	48175	
5236520	Grafton	grafton	US	01519	0	America/New_York	43.17174	-72.6062	256	Grafton,Thomlinson,Tomlinson,ghraftwn,غرافتون		VT	025	28900	
5236530	Grahamsville	grahamsville	US	12740	0	America/New_York	43.41979	-72.70676	318	Grahamsville,Grahamville		VT	027	41275	
5236532	Granby	granby	US	01033	85	America/New_York	44.57061	-71.7587	430	Granby,Granby Village		VT	009	29125	
5236540	Grand Isle	grand-isle	US	04746	0	America/New_York	44.72254	-73.29235	53	Grand Deal,Grand Isle,Grand-Ajl,Middle Hero,ghrand azly,Гранд-Айл,Ґранд-Айл,غراند إزلي		VT	013	29275	
5236559	Graniteville	graniteville	US	05654	784	America/New_York	44.15117	-72.49288	389	Graniteville,Lower Graniteville		VT	023	03250	
5236565	Granville	granville	US	01034	302	America/New_York	43.98479	-72.84622	305	Granville,Kingston,Lodi		VT	001	29575	
5236600	Green Bay	green-bay	US	23942	0	America/New_York	44.30478	-72.20232	474			VT	005	54400	
5236626	Green River	green-river	US	82935	0	America/New_York	42.77592	-72.66815	215	Green River,Greenriver		VT	025	30925	
5236635	Greenbush	greenbush	US	02040	0	America/New_York	43.41702	-72.51787	185			VT	027	77500	
5236644	Greensboro	greensboro	US	05841	109	America/New_York	44.57644	-72.29566	425	Greensboro,Greensborough		VT	019	30175	
5236645	Greensboro Bend	greensboro-bend	US	05842	232	America/New_York	44.54894	-72.26483	357	Greensboro Bend,Greensboro Station,Greensborobend,Greensborough Bend		VT	019	30175	
5236670	Groton	groton	US	01450	437	America/New_York	44.21034	-72.19537	241	Groton,Groton's Village		VT	005	30550	
5236690	Grove	grove	US	74344	0	America/New_York	42.75286	-72.71009	443			VT	025	31150	
5236698	Guildhall	guildhall	US	05905	256	America/New_York	44.56506	-71.55981	264	Gilhall,Guildhall	009	VT	009	30775	
5236704	Guilford	guilford	US	04443	0	America/New_York	42.81786	-72.57648	135	ghwylfwrd,غويلفورد		VT	025	30925	
5236750	Halifax	halifax	US	02338	0	America/New_York	42.7698	-72.74537	481	Halifas,Halifax,Halifax Center		VT	025	31150	
5236783	Hammondsville	hammondsville	US	43930	0	America/New_York	43.49035	-72.55315	320	Hammondsville,Hamondsville		VT	027	58375	
5236790	Hancock	hancock	US	03449	326	America/New_York	43.92618	-72.84122	276			VT	001	31525	
5236802	Hanksville	hanksville	US	84734	0	America/New_York	44.24783	-72.96206	270			VT	007	34600	
5237596	Kansas	kansas	US	35573	0	America/New_York	43.05786	-73.13094	252	Kansas,Mount Pleasant		VT	003	71425	
5236818	Hardwick	hardwick	US	01037	1345	America/New_York	44.50478	-72.36816	249	Hardwick,Khardvik,Lameilleville,Lamoilleville,Lamoilville,South Hardwick,hardwyk,Хардвик,هاردويك		VT	005	31825	
5236856	Harrisville	harrisville	US	02830	0	America/New_York	42.81564	-72.74232	416			VT	025	31150	
5236867	Hartland	hartland	US	04943	380	America/New_York	43.54063	-72.39898	182	Hartland,Hartland Three Corners,Hertford,Khartland,Sumner,hartland,Хартланд,هارتلاند		VT	027	32425	
5236870	Hartland Four Corners	hartland-four-corners	US	05049	0	America/New_York	43.54646	-72.42454	191	Evarts,Hartland Four Corners,Hartland Fourcorners		VT	027	32425	
5236879	Hartford	hartford	US	05047	9779	America/New_York	43.66063	-72.33842	120	Centerville,Hartford,Khartford,Sucker City,hartfwrd,hatofodo,Хартфорд,هارتفورد,ہارٹفورڈ، ورمونٹ,ハートフォード		VT	027	32275	
5237003	Hidden Valley	hidden-valley	US	15502	0	America/New_York	43.00091	-73.19622	298			VT	003	63550	
5237015	Highgate Center	highgate-center	US	05459	0	America/New_York	44.93893	-73.04346	92	Highgate Center,Highgate Centre		VT	011	33025	
5237023	Highgate Springs	highgate-springs	US	05460	0	America/New_York	44.97949	-73.10541	37			VT	011	33025	
5237056	Hinesburg	hinesburg	US	05461	4441	America/New_York	44.32922	-73.11068	104	Hinesburg,Hinesburgh		VT	007	33475	
5237098	Holland	holland	US	01521	610	America/New_York	44.96862	-72.00302	432			VT	019	33775	
5237164	Hortonville	hortonville	US	12745	0	America/New_York	43.46979	-72.80482	470	Horton,Hortonville		VT	021	47200	
5237255	Huntington	huntington	US	01050	0	America/New_York	44.32533	-72.98734	188	Huntingdon,Huntington,New Huntington		VT	007	34600	
5237257	Huntsville	huntsville	US	35801	0	America/New_York	44.69977	-72.98403	146			VT	011	24925	
5237266	Hutchins	hutchins	US	75141	0	America/New_York	44.85949	-72.60984	199			VT	011	45850	
5237276	Hyde Park	hyde-park	US	02136	492	America/New_York	44.59394	-72.61651	203	Hide Center,Hyde Park,Hyde Park Village,Hydepark	015	VT	015	35050	
5237285	Hydeville	hydeville	US	05750	0	America/New_York	43.60562	-73.22817	133			VT	021	11950	
5237374	Intervale	intervale	US	03845	0	America/New_York	43.14424	-72.88871	410			VT	003	85075	
5237375	Ira	ira	US	50127	0	America/New_York	43.53451	-73.06205	261			VT	021	35425	
5237385	Irasburg	irasburg	US	05845	163	America/New_York	44.80338	-72.27955	284	Irasburg,Irasburgh		VT	019	35575	
5237402	Island Pond	island-pond	US	05846	821	America/New_York	44.81477	-71.88037	365	Island Pond,Islandpond,Random,Random Pond		VT	009	08725	
5237410	Isle La Motte	isle-la-motte	US	05463	464	America/New_York	44.87699	-73.33874	56	Gawenidake,Gawenidakhe,Isle La Motte,Isle Lamotte,Isle of Mott,Vineyard		VT	013	35875	
5237425	Jacksonville	jacksonville	US	05342	218	America/New_York	42.79703	-72.82176	414	Dzheksonvill,Jacksonville,Jacksonville Village,Point Pleasant,Джексонвилл		VT	025	83950	
5237436	Jamaica	jamaica	US	05343	1011	America/New_York	43.10036	-72.77843	218			VT	025	36175	
5237445	Jay	jay	US	04239	0	America/New_York	44.94755	-72.43705	284			VT	019	36325	
5237459	Jeffersonville	jeffersonville	US	05464	753	America/New_York	44.64394	-72.82929	142	Cambridge Center,Jeffersonville,Jeffersonville Village		VT	015	11500	
5237474	Jericho	jericho	US	05465	0	America/New_York	43.70285	-72.37315	325			VT	027	32275	
5237476	Jericho	jericho	US	05465	1329	America/New_York	44.50394	-72.99763	175	Jericho,Jericho Four Corners,Jericho Village		VT	007	36700	
5237487	Jerusalem	jerusalem	US	43747	0	America/New_York	44.16978	-72.9704	446	Jerusalem,South Starksboro		VT	001	70075	
5237488	Jerusalem	jerusalem	US	43747	0	America/New_York	43.8384	-72.77372	502			VT	027	60100	
5237538	Johnson	johnson	US	05656	1451	America/New_York	44.63561	-72.6804	153	Johnson,Johnson Village		VT	015	37075	
5237572	Jonesville	jonesville	US	05466	0	America/New_York	44.38394	-72.93762	99			VT	007	59275	
5237686	Killington	killington	US	05751	0	America/New_York	43.67757	-72.77982	392			VT	021	37685	
5237788	Lake Elmore	lake-elmore	US	05657	0	America/New_York	44.54255	-72.52539	351	Elmore,Lake Elmore		VT	015	23725	
5237806	Lake Park	lake-park	US	31636	0	America/New_York	44.99449	-72.19427	216			VT	019	17350	
5237823	Lakeside	lakeside	US	06758	0	America/New_York	44.25173	-72.26232	349			VT	005	30550	
5237860	Lanesboro	lanesboro	US	18827	0	America/New_York	44.30728	-72.31121	421			VT	023	43600	
5237906	Leicester	leicester	US	01524	1114	America/New_York	43.86673	-73.10789	135	Leicester,Leicester Corners,Leicester Four Corners		VT	001	39325	
5237934	Lewiston	lewiston	US	04240	0	America/New_York	43.70396	-72.30009	121	Lewiston,Norwich Depot		VT	027	52900	
5237960	Lincoln	lincoln	US	01773	1268	America/New_York	44.10589	-72.99706	294			VT	001	40075	
5238077	Londonderry	londonderry	US	03053	1742	America/New_York	43.22646	-72.80649	349	Kent,Londonderry		VT	025	40225	
5238106	Lost Nation	lost-nation	US	52254	0	America/New_York	44.697	-71.8437	481			VT	009	21250	
5238118	Lowell	lowell	US	01850	228	America/New_York	44.79921	-72.44817	295	Kellyvale,Lowell		VT	019	40525	
5238146	Lower Waterford	lower-waterford	US	05848	0	America/New_York	44.3545	-71.90704	246	Lower Waterford,Pucker Street,White Village		VT	005	77125	
5238156	Ludlow	ludlow	US	01056	794	America/New_York	43.39591	-72.70065	311	Ludlow,Ludlow Village		VT	027	41275	
5238176	Lunenburg	lunenburg	US	01462	1281	America/New_York	44.46311	-71.68203	359	Lunenburg,Lunenburg Corners,Lunenburg Village,Lunenburgh		VT	009	41425	
5238190	Lyndon	lyndon	US	05849	5496	America/New_York	44.51422	-72.01093	234	lyndwn,لنڈن، ورمونٹ,ليندون		VT	005	41725	
5238192	Lyndon Center	lyndon-center	US	05850	0	America/New_York	44.5395	-72.0126	216			VT	005	41725	
5238193	Lyndon Center	lyndon-center	US	05850	0	America/New_York	44.53728	-72.01287	218			VT	005	41725	
5238203	Lyndonville	lyndonville	US	05851	1190	America/New_York	44.53367	-72.00315	220	LLX,Lyndonville,Lyndonville Village		VT	005	41725	
5238216	Mackville	mackville	US	40040	0	America/New_York	44.49005	-72.36816	284			VT	005	31825	
5238267	Manchester	manchester	US	01944	740	America/New_York	43.16369	-73.07233	269	Manchester,Manchester Village,Manchestur,manchesuta,manshstr,Манчестер,Манчестър,مانشستر,مانچسٹر، ورمونٹ,マンチェスター		VT	003	42850	
5238321	Manchester Center	manchester-center	US	05255	2120	America/New_York	43.17702	-73.05705	227	Factory Point,Factoryville,Manchester Center,Manchester Center Depot,Manchester Centre		VT	003	42850	
5238331	Marlboro	marlboro	US	05344	0	America/New_York	42.85953	-72.72593	531	Marlboro,Marlboro Center,Marlborough		VT	025	43375	
5238347	Marshfield	marshfield	US	02050	263	America/New_York	44.35089	-72.35399	243	Marshfield,Marshfield Village		VT	023	43600	
5238448	Mechanicsville	mechanicsville	US	18934	0	America/New_York	44.34394	-73.1054	135	Factory Corners,Factory Village,Mechanicsville,Patrick and Murray Corners		VT	007	33475	
5238464	Mendon	mendon	US	01756	1033	America/New_York	43.65198	-72.9278	314	Medway,Mendon,Parkerstown		VT	021	44125	
5238482	Michigan	michigan	US	58259	0	America/New_York	43.78951	-72.88483	442	Michigan,Michigan Camp		VT	021	14350	
5238520	Middlesex	middlesex	US	08846	0	America/New_York	44.29284	-72.67928	161			VT	023	44500	
5238529	Middletown	middletown	US	02842	0	America/New_York	43.28396	-72.7301	481			VT	027	01300	
5238534	Middletown Springs	middletown-springs	US	05757	0	America/New_York	43.48563	-73.11816	274	Middleton,Middletown,Middletown Springs		VT	021	44800	
5238584	Mill Village	mill-village	US	16427	0	America/New_York	43.96062	-72.29898	310			VT	017	74950	
5238585	Mill Village	mill-village	US	16427	0	America/New_York	44.66616	-72.37538	328			VT	019	16300	
5238586	Mill Village	mill-village	US	16427	0	America/New_York	44.34145	-72.7479	132			VT	023	76975	
5238590	Mill Village	mill-village	US	16427	0	America/New_York	44.49756	-71.65981	378	Jocks Mills,Mill Village,Silsbys Mills		VT	009	41425	
5238601	Millbrook	millbrook	US	12545	0	America/New_York	43.72451	-72.45621	203			VT	027	56350	
5238609	Milton	milton	US	02186	1861	America/New_York	44.63977	-73.11041	91	Mil'ton,Milton,Milton Falls,Milton Village,miruton,myltwn,Милтон,Мильтон,ملٹن، ورمونٹ,ميلتون,ミルトン		VT	007	45250	
5238678	Montgomery	montgomery	US	05470	1195	America/New_York	44.90255	-72.63818	155	Montgomeri,mwntghmry,Монтгомери,مونتغمري,مونٹگمری، ورمونٹ		VT	011	45850	
5238679	Montgomery Center	montgomery-center	US	05471	0	America/New_York	44.8781	-72.60234	191	Montgomery Center,Montgomery Centre		VT	011	45850	
5238685	Montpelier	montpelier	US	05601	7592	America/New_York	44.26006	-72.57539	160	MPV,Mantpilier,Monpelie,Montpelier,Montpelier City,Montpelier on Uermonte,Montpelier-on-the Onion,Montpilier,Montpilijer,Montpiljera,Montpiljeres,Montpiljeris,Montpiljerės,Montpīljera,mamtapeli'e,mantpeliyar,mantpiliyar,meng bi li ai,montapeliyara,monteupillieo,montopiria,mwnblyyh,mwnplyh  wrmwnt,mwntplyyr,mxn t phe leiy r,Μονπελιέ,Мантпіліер,Монпелие,Монтпилиер,Монтпилијер,Монтпілієр,Մոնտպիլիեր,מונטפלייר,مونبلييه,مونٹپلیئر,مونٹپیلیئر، ورمونٹ,مونپلیه، ورمونت,माँतपेलिए,मान्ट्पेलियर्,मोन्टपेलियर,மான்ட்பீலியர்,มอนต์เพเลียร์,モントピリア,蒙彼利埃,몬트필리어	VT	VT	023	46000	
5238717	Moretown	moretown	US	05660	1660	America/New_York	44.25089	-72.76095	183			VT	023	46225	
5238729	Morgan	morgan	US	05853	0	America/New_York	44.91366	-72.01426	426	Caldersburgh,Morgan		VT	019	46450	
5238755	Morristown	morristown	US	07960	5653	America/New_York	44.55727	-72.62373	232	Morristown,Morristown Corners,Morristown Four Corners		VT	015	46675	
5238763	Morrisville	morrisville	US	05661	2040	America/New_York	44.56172	-72.59845	207	Morrisville,Morrisville Village		VT	015	46675	
5238783	Moscow	moscow	US	05662	0	America/New_York	44.44144	-72.7154	203	Moscow,Smiths Falls		VT	015	70525	
5238820	Mount Holly	mount-holly	US	05758	1221	America/New_York	43.45229	-72.82482	474			VT	021	47200	
5238847	Mount Pleasant	mount-pleasant	US	15666	0	America/New_York	43.8084	-73.089	201			VT	021	07750	
5238865	Mount Tabor	mount-tabor	US	07878	256	America/New_York	43.35063	-72.9826	209	Brooklyn,Mount Tabor		VT	021	47425	
5238979	Nashville	nashville	US	27856	0	America/New_York	44.452	-72.93846	229			VT	007	36700	
5239008	New Boston	new-boston	US	03070	0	America/New_York	43.8209	-72.76427	501			VT	027	70375	
5239021	New Haven	new-haven	US	05472	0	America/New_York	44.1245	-73.15373	140	New Haven,New Haven Street,Newhaven,The Street,nyw hafn,نيو هافن,نیو ہیون، ورمونٹ		VT	001	48700	
5239040	Newbury	newbury	US	01951	363	America/New_York	44.07923	-72.05842	141	Newbury,Newbury Village		VT	017	48175	
5239058	Newport	newport	US	02840	4442	America/New_York	44.93644	-72.2051	208	Duncansboro,Duncansborough,EFK,N'juport,Newport,Njuport,Park's Flats,niu bo te,nyupoto,nywbwrt,nywprt,Њупорт,Ньюпорт,Нюпорт,نيوبورت,نیوپرت,نیوپورٹ,ニューポート,纽波特	019	VT	019	48850	
5239060	Newport Center	newport-center	US	05857	274	America/New_York	44.95088	-72.30649	236	Newport Center,Newport Centre		VT	019	48925	
5239071	Newfane	newfane	US	05345	114	America/New_York	42.98564	-72.65593	169	Fayetteville,Newfane,Newfane Village,Njufejn,Parks Flats,Parkville,nu fan,nyufein,nywfan,Њуфејн,Нюфейн,نيوفان,ニューフェイン,努凡	025	VT	025	48400	
5239101	North Bennington	north-bennington	US	05257	1620	America/New_York	42.93036	-73.24261	195	North Bennington,North Bennington Village,Sages City		VT	003	04825	
5239152	North Clarendon	north-clarendon	US	05759	0	America/New_York	43.56674	-72.96538	180	North Clarendon,North Flats		VT	021	14500	
5239153	North Concord	north-concord	US	05858	0	America/New_York	44.46839	-71.85537	327			VT	009	15250	
5239176	North Ferrisburgh	north-ferrisburgh	US	05473	0	America/New_York	44.2595	-73.21123	58	North Ferrisburg,North Ferrisburgh		VT	001	26300	
5239183	North Hartland	north-hartland	US	05052	302	America/New_York	43.59285	-72.35176	111			VT	027	32425	
5239188	North Hero	north-hero	US	05474	793	America/New_York	44.83125	-73.27323	29	Island City,North Hero,The City	013	VT	013	50650	
5239203	North Hyde Park	north-hyde-park	US	05665	0	America/New_York	44.67061	-72.59817	267	North Hyde Park,North Hydepark		VT	015	35050	
5239212	North Montpelier	north-montpelier	US	05666	0	America/New_York	44.30367	-72.44649	226	North Montpelier,Richs Hollow		VT	023	21925	
5239220	North Pomfret	north-pomfret	US	05053	0	America/New_York	43.72285	-72.47982	269	North Pomfret,Snows Store		VT	027	56350	
5239225	North Pownal	north-pownal	US	05260	0	America/New_York	42.79758	-73.26455	161			VT	003	57025	
5239233	North Royalton	north-royalton	US	44133	0	America/New_York	43.82729	-72.56649	152	Foxville,North Royalton		VT	027	60850	
5239244	North Springfield	north-springfield	US	05150	573	America/New_York	43.33285	-72.52537	151			VT	027	69550	
5239253	North Thetford	north-thetford	US	05054	0	America/New_York	43.84312	-72.18565	124	Lyme Bridge,North Thetford,Northboro,Northboro Station		VT	017	72400	
5239255	North Troy	north-troy	US	05859	594	America/New_York	44.99449	-72.39983	171	North Troy,North Troy Village,West Newport		VT	019	73525	
5239262	North Vernon	north-vernon	US	47265	0	America/New_York	42.7823	-72.5237	82			VT	025	74800	
5239267	North Windham	north-windham	US	06256	0	America/New_York	43.21758	-72.73982	458	North Windham,Windham Center		VT	025	40225	
5239281	Northfield	northfield	US	01360	2101	America/New_York	44.15117	-72.6565	223	Depot Village,Nortfild,Northfield,Northfield Depot,Northfield Village,nwrthfyld,Нортфилд,نارتھفیلڈ، ورمونٹ,نورثفيلد		VT	023	50275	
5239285	Northfield Falls	northfield-falls	US	05664	0	America/New_York	44.17201	-72.65094	199	Factory Village,Gouldsville,Northfield Falls		VT	023	50275	
5239306	Norton	norton	US	02766	160	America/New_York	45.01005	-71.79482	378	Norton,Norton Mills		VT	009	52750	
5239319	Norwich	norwich	US	05055	878	America/New_York	43.71535	-72.30787	162	Norvich,Norwich,Olcott Falls,nwrwytsh,Норвич,نارویچ، ورمونٹ,نورويتش		VT	027	52900	
5239384	Oakland	oakland	US	02858	0	America/New_York	44.7431	-73.08486	134	Georgia Depot,Georgia Station,North Georgia,Oakland,Oakland Station		VT	011	27700	
5239519	Orleans	orleans	US	02653	818	America/New_York	44.81671	-72.23288	363	Barton,Barton Landing,Barton's Landing,Orleans,Orleans Village		VT	019	35575	
5239533	Orwell	orwell	US	05760	0	America/New_York	43.80395	-73.29789	114			VT	001	53725	
5239636	Passumpsic	passumpsic	US	05861	0	America/New_York	44.37673	-72.02759	170	Pa-som-ka-sic,Passumpsic		VT	005	02875	
5239668	Pawlet	pawlet	US	05761	1426	America/New_York	43.34674	-73.17622	215			VT	021	54250	
5239674	Peacham	peacham	US	05862	0	America/New_York	44.32895	-72.16899	390			VT	005	54400	
5239694	Pearl	pearl	US	39208	0	America/New_York	44.68754	-73.3268	61			VT	013	29275	
5239727	Perkinsville	perkinsville	US	05151	128	America/New_York	43.37368	-72.5137	171	Duncanville,Falls Village,Lower Falls,Perkinsville,Perkinsville Village		VT	027	77500	
5239730	Perry	perry	US	04667	0	America/New_York	44.69616	-72.08621	364			VT	005	71575	
5239733	Perkinsville	perkinsville	US	05151	0	America/New_York	44.22089	-72.39816	425			VT	023	55825	
5239736	Peru	peru	US	04290	0	America/New_York	43.2298	-72.89788	514	Bromley,Brumley,Peru,Peru Center		VT	003	55000	
5239840	Pittsfield	pittsfield	US	01201	543	America/New_York	43.77229	-72.81288	271			VT	021	55450	
5239844	Pittsford	pittsford	US	05763	740	America/New_York	43.70673	-73.02816	172	Pitsford,Pitt's Ford,Pittsford,bytsfwrd,Питсфорд,بيتسفورد		VT	021	55600	
5239854	Plainfield	plainfield	US	01070	401	America/New_York	44.27812	-72.42649	232	Plainfield,Saint Andrews Gore		VT	023	55825	
5239872	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	44.59255	-72.86263	188			VT	015	11500	
5239903	Plymouth	plymouth	US	02360	0	America/New_York	43.5359	-72.72149	432	Plymouth,Saltash		VT	027	56050	
5239928	Pomfret	pomfret	US	06258	0	America/New_York	43.70479	-72.51593	401	Pomfret,Pomfret Center		VT	027	56350	
5239967	Post Mills	post-mills	US	05058	0	America/New_York	43.88562	-72.26065	215	Post Mill,Post Mill Village,Post Mills		VT	017	72400	
5239982	Poultney	poultney	US	05764	1569	America/New_York	43.51701	-73.23622	131	Poultney,Poultney Village,West Poultney		VT	021	56875	
5239997	Pownal	pownal	US	04069	3460	America/New_York	42.76564	-73.23594	179	bwnal,بونال		VT	003	57025	
5240015	Proctor	proctor	US	05765	0	America/New_York	43.66062	-73.03566	153	Proctor,Sutherland Falls		VT	021	57250	
5240030	Proctorsville	proctorsville	US	05153	454	America/New_York	43.38229	-72.63843	288			VT	027	12250	
5240038	Prospect Hill	prospect-hill	US	27314	0	America/New_York	43.65701	-72.97372	238			VT	021	61300	
5240050	Prosper	prosper	US	75078	0	America/New_York	43.64924	-72.56037	263	English Mills,Prosper		VT	027	85975	
5240080	Putnamville	putnamville	US	46170	0	America/New_York	44.34172	-72.56594	207	Putnamsville,Putnamville		VT	023	44500	
5240081	Putney	putney	US	05346	523	America/New_York	42.9748	-72.52176	114	Patni,Putni,bwtny,Патни,Пътни,بوتني		VT	025	57700	
5240108	Quechee	quechee	US	05059	656	America/New_York	43.64618	-72.41843	170	Quechee,Queechy		VT	027	32275	
5240140	Randolph	randolph	US	02368	1974	America/New_York	43.92507	-72.66594	217	Randol'f,Randolf,Randolph,Slab City,West Randolph,randwlf,Рандолф,Рандольф,راندولف,رینڈولف، ورمونٹ		VT	017	58075	
5240141	Randolph Center	randolph-center	US	05061	0	America/New_York	43.9409	-72.6076	415	Centre Village,Randolph Center		VT	017	58075	
5240182	Readsboro	readsboro	US	05350	321	America/New_York	42.77175	-72.94732	381	Readsboro,Readsborough		VT	003	58600	
5240218	Reedville	reedville	US	22539	0	America/New_York	43.26202	-72.65787	263	Reedville,Rescue Lake		VT	027	13675	
5240267	Richford	richford	US	05476	1361	America/New_York	44.99699	-72.67124	141	Richford,rytshfwrd,Ричфорд,ريتشفورد		VT	011	59125	
5240275	Richmond	richmond	US	01254	723	America/New_York	44.40533	-72.9929	105	Richmond,rytshmwnd,Ричмонд,Річмонд,ريتشموند,رچمنڈ، ورمونٹ		VT	007	59275	
5240283	Richville	richville	US	13681	0	America/New_York	43.87395	-73.27178	89	Hackleburnia,Hackley Burnie,Richville,Shoreham Center		VT	001	65050	
5240284	Richville	richville	US	13681	0	America/New_York	43.15591	-73.05177	202			VT	003	42850	
5240304	Ripton	ripton	US	05766	593	America/New_York	43.97367	-73.034	328			VT	001	59650	
5240320	Riverside	riverside	US	02915	0	America/New_York	44.52033	-72.94763	210			VT	007	36700	
5240321	Riverside	riverside	US	02915	0	America/New_York	43.75923	-72.72344	207			VT	027	70375	
5240382	Rochester	rochester	US	02770	299	America/New_York	43.87451	-72.80788	266	Rochester,Рочестер		VT	027	60100	
5240399	Rockingham	rockingham	US	28379	5198	America/New_York	43.18758	-72.48898	149	rwkynghham,راکنگہیم، ورمونٹ,روكينغهام		VT	025	60250	
5240406	Rockville	rockville	US	02873	0	America/New_York	44.24561	-73.06429	167	Rockville,States Prison Hollow		VT	001	70075	
5240465	Roxbury	roxbury	US	02119	0	America/New_York	44.09423	-72.73289	305			VT	023	60625	
5240475	Royalton	royalton	US	41464	0	America/New_York	43.8159	-72.54565	153			VT	027	60850	
5240484	Rupert	rupert	US	05768	700	America/New_York	43.2598	-73.22289	254			VT	003	61000	
5240505	Russellville	russellville	US	29476	0	America/New_York	43.38202	-72.84149	774			VT	021	47200	
5240509	Rutland	rutland	US	01543	15824	America/New_York	43.61062	-72.97261	197	City of Rutland,Mill Village,RUT,Ratland,Ratlend,Rutland,Rutland City,Rutlandas,The Marble City,la te lan shi,ratlnd,ratorando,rwtland,Ратланд,Ратленд,Рътланд,راتلند,روتلاند,رٹلینڈ,ラトランド,拉特蘭市	021	VT	021	61225	
5240569	Saint Albans	saint-albans	US	04971	6918	America/New_York	44.81088	-73.08319	127		011	VT	011	61675	
5240571	Saint Albans Bay	saint-albans-bay	US	05481	0	America/New_York	44.80782	-73.1393	34			VT	011	61750	
5240656	Saint Johnsbury	saint-johnsbury	US	05819	6193	America/New_York	44.41922	-72.01509	182	Saint Johnsbury,Saint Johnsbury Plain,St. Johnsbury	005	VT	005	62200	
5240659	Saint Johnsbury Center	saint-johnsbury-center	US	05863	0	America/New_York	44.45672	-72.01565	186	Centervale,Centervale Station,Saint Johnsbury Center,Saint Johnsbury Centre,St. Johnsbury Center		VT	005	62200	
5240760	Salisbury	salisbury	US	01952	1131	America/New_York	43.89645	-73.09984	129	Salisbury,West Salisbury,salzbry  wrmant,salzbwry,سالزبری، ورمانت,سالزبوري		VT	001	62575	
5240843	Saxtons River	saxtons-river	US	05154	552	America/New_York	43.13786	-72.50981	142	Saxton's River,Saxtons River,Saxtons River Village		VT	025	60250	
5240907	Scottsville	scottsville	US	14546	0	America/New_York	43.39257	-73.00788	253			VT	021	16825	
5240958	Shaftsbury	shaftsbury	US	05262	0	America/New_York	43.00869	-73.19122	281			VT	003	63550	
5240980	Sharon	sharon	US	02067	0	America/New_York	43.78451	-72.45426	148			VT	027	63775	
5240993	Shawville	shawville	US	16873	0	America/New_York	44.91977	-72.96569	120			VT	011	64600	
5241000	Sheffield	sheffield	US	01257	0	America/New_York	44.602	-72.11399	271			VT	005	64075	
5241006	Shelburne	shelburne	US	05482	592	America/New_York	44.38061	-73.22763	44	Shelburn,shlbrn  wrmant,shlbwrn,Шелбурн,شلبرن، ورمانت,شلبورن,شیلبورن، ورمونٹ		VT	007	64300	
5241012	Shelburne Falls	shelburne-falls	US	01370	0	America/New_York	44.37061	-73.2154	51			VT	007	64300	
5241028	Sheldon	sheldon	US	05483	0	America/New_York	44.88171	-72.94291	104	Hungerford,Sheldon,South Franklin		VT	011	64600	
5241039	Sheldon Springs	sheldon-springs	US	05485	0	America/New_York	44.90616	-72.97763	91	Olmstead Falls,Sheldon Springs		VT	011	64600	
5241076	Shoreham	shoreham	US	05770	0	America/New_York	43.89367	-73.31595	102	shwrham,شورهام		VT	001	65050	
5241086	Shrewsbury	shrewsbury	US	01545	0	America/New_York	43.50896	-72.86677	503	Shrewsbury,Shrewsbury Center		VT	021	65275	
5241132	Simpsonville	simpsonville	US	21150	0	America/New_York	43.07258	-72.64982	215			VT	025	73300	
5241183	Smithville	smithville	US	26178	0	America/New_York	43.38813	-72.66787	297			VT	027	41275	
5241208	Somerset	somerset	US	02725	3	America/New_York	42.95036	-72.98649	577			VT	025	65762	
5241223	South Barre	south-barre	US	01074	1219	America/New_York	44.17701	-72.50566	225			VT	023	03250	
5241248	South Burlington	south-burlington	US	05403	18791	America/New_York	44.46699	-73.17096	100	Burlington on Burlington Bay,Saut Burlington,Saut-Berlington,South Burlington,brlyngtwn jnwby  wrmwnt,nan bo ling dun,sausubarinton,sawth brlnghtwn,Саут Бурлингтон,Саут-Берлингтон,Саут-Берлінгтон,برلینگتون جنوبی، ورمونت,ساؤتھ برلنگٹن، ورمونٹ,ساوث برلنغتون,サウスバーリントン,南伯灵顿		VT	007	66175	
5241278	South Hero	south-hero	US	05486	0	America/New_York	44.64532	-73.30235	46			VT	013	67000	
5241297	South Londonderry	south-londonderry	US	05155	0	America/New_York	43.19285	-72.81426	322	South Londonberry,South Londonderry		VT	025	40225	
5241305	South Newbury	south-newbury	US	03272	0	America/New_York	44.04618	-72.08481	141	Conicut,South Newbury		VT	017	48175	
5241307	South Newfane	south-newfane	US	05351	0	America/New_York	42.93814	-72.70537	189	Pondville,South Newfane		VT	025	48400	
5241319	South Pomfret	south-pomfret	US	05067	0	America/New_York	43.66507	-72.53954	222			VT	027	56350	
5241330	South Royalton	south-royalton	US	05068	694	America/New_York	43.8209	-72.52121	150			VT	027	60850	
5241333	South Ryegate	south-ryegate	US	05069	0	America/New_York	44.1884	-72.14093	228	South Ryegate,South Ryegate Village		VT	005	61525	
5241344	South Strafford	south-strafford	US	05070	0	America/New_York	43.83535	-72.36621	280	Lower Hollow,South Strafford		VT	017	70675	
5241369	South Windham	south-windham	US	04082	0	America/New_York	43.12813	-72.71121	439			VT	025	84850	
5241376	South Woodstock	south-woodstock	US	05071	0	America/New_York	43.56563	-72.53232	317			VT	027	85975	
5241423	Springfield	springfield	US	01101	3979	America/New_York	43.29841	-72.48231	122	Springfild,VSF,sbrynghfyld,seupeulingpildeu,si pu lin fei er de,Спрингфилд,Спрингфілд,سبرينغفيلد,سپرنگفیلڈ، ورمونٹ,斯普林菲爾德,스프링필드		VT	027	69550	
5241507	Starksboro	starksboro	US	05487	1776	America/New_York	44.22728	-73.05734	181	Starksboro,Starksborough		VT	001	70075	
5241540	Stevens	stevens	US	17578	0	America/New_York	44.59811	-71.56064	270			VT	009	42475	
5241554	Stevensville	stevensville	US	18845	0	America/New_York	44.50505	-72.86651	348			VT	007	73975	
5241579	Stockbridge	stockbridge	US	01262	0	America/New_York	43.78618	-72.75371	260	Stockbridge,Stockbridge Common		VT	027	70375	
5241611	Stowe	stowe	US	05672	4314	America/New_York	44.46533	-72.68456	221	Center Village,MVL,Stou,Stow,Stowe,Stowe Village,stw,Стоу,ستو		VT	015	70525	
5241636	Strafford	strafford	US	03884	0	America/New_York	43.86646	-72.37787	282	Strafford,Upper Hollow		VT	017	70675	
5241643	Stratton	stratton	US	04982	210	America/New_York	43.04286	-72.91093	595			VT	025	70750	
5241688	Sudbury	sudbury	US	01776	0	America/New_York	43.79923	-73.20456	175			VT	021	71050	
5241719	Summit	summit	US	07901	0	America/New_York	44.6895	-72.05649	364	Summit,Summit Siding		VT	005	71575	
5241727	Sunderland	sunderland	US	01375	0	America/New_York	43.11341	-73.10316	202			VT	003	71425	
5241754	Sutton	sutton	US	01590	0	America/New_York	44.63311	-72.02565	370	Billymead,Sutton		VT	005	71575	
5241770	Swanton	swanton	US	05488	2370	America/New_York	44.9181	-73.1243	45	Swanton,Swanton Village		VT	011	71725	
5241810	Taftsville	taftsville	US	05073	0	America/New_York	43.63063	-72.46898	196	Tafts Mills,Taftsville		VT	027	85975	
5241919	Thetford Center	thetford-center	US	05075	0	America/New_York	43.82868	-72.2462	186	Thetford Center,Thetford Centre		VT	017	72400	
5242023	Townshend	townshend	US	05353	1205	America/New_York	43.0473	-72.66759	176	Flypot,Townsend,Townshend,Townshend Village,tawnshynd,تاونشيند		VT	025	73300	
5242067	Troy	troy	US	03465	243	America/New_York	44.90144	-72.4015	226	Missiskouie,Missisquoi,South Troy,Troy		VT	019	73525	
5242078	Tunbridge	tunbridge	US	05077	0	America/New_York	43.8909	-72.49121	173	Jigger Village,Jiggerville,Poortown,The Market,Tunbridge,Tunbridge Center,Tunbridge Market,twnbrydj,تونبريدج		VT	017	73675	
5242118	Underhill	underhill	US	05489	0	America/New_York	44.52588	-72.94513	216	Underhill,Underhill Flats		VT	007	73975	
5242119	Underhill Center	underhill-center	US	05490	0	America/New_York	44.50755	-72.89957	240			VT	007	73975	
5242224	Vergennes	vergennes	US	05491	2631	America/New_York	44.16728	-73.25401	59	De Vergens,Deergeens,Devergennesburg,Devergensburg,Vargeens,Verdzens,Vergeens,Vergennes,Vergennes City,Vergennesburg,bajenzu,fu jin si,fyrghynys,wrjyns  wrmwnt,Верџенс,فيرغينيس,ورجینس، ورمونت,ویرگینیز، ورمونٹ,バージェンズ,弗金斯		VT	001	74650	
5242285	Vernon	vernon	US	05354	0	America/New_York	42.76203	-72.51342	80	Hinsdale,Skwa-ga-nak,Squa-hee-gan,Squakheag,Squo-higgan,Vernon		VT	025	74800	
5242291	Vershire	vershire	US	05079	0	America/New_York	43.96979	-72.3226	362	Ely,Vershire,Vershire Village		VT	017	74950	
5242428	Waitsfield	waitsfield	US	05673	164	America/New_York	44.19006	-72.82484	217	Vejtsfild,wytfyld,Вејтсфилд,ويتفيلد		VT	023	75325	
5242435	Walden	walden	US	12586	0	America/New_York	44.44978	-72.22316	503	Noyesville,Walden		VT	005	75700	
5242462	Wallingford	wallingford	US	05773	830	America/New_York	43.47192	-72.97823	185			VT	021	75925	
5242497	Wardsboro	wardsboro	US	05355	0	America/New_York	43.04175	-72.79121	321	North Wardsboro,Wardsboro		VT	025	76225	
5242511	Warren	warren	US	01083	0	America/New_York	44.11201	-72.85595	279	warn,وارن		VT	023		
5242528	Washington	washington	US	03280	1035	America/New_York	44.10562	-72.4326	390	Kingsland,Vashington,Washington,Вашингтон		VT	017	76750	
5242548	Waterbury Center	waterbury-center	US	05677	0	America/New_York	44.37811	-72.71595	221	Waterbury Center,Waterbury Centre		VT	023	76975	
5242565	Waterbury	waterbury	US	05671	1821	America/New_York	44.33783	-72.75623	130	Uoturburi,Voterberi,Waterbury,Waterbury Village,watrbwry,Вотербери,Уотърбъри,واتربوري,واٹربری، ورمونٹ		VT	023	76975	
5242568	Waterville	waterville	US	04901	0	America/New_York	44.69033	-72.76901	153	Coit's Gore,Waterville		VT	015	77425	
5242599	Websterville	websterville	US	05678	550	America/New_York	44.16062	-72.46955	403	Upper Websterville,Websterville		VT	023	03250	
5242610	Wells	wells	US	04090	397	America/New_York	43.41729	-73.20427	162			VT	021	77950	
5242616	Wells River	wells-river	US	05081	394	America/New_York	44.15423	-72.04704	131	Wells River,Wells River Village		VT	017	48175	
5242634	West Berlin	west-berlin	US	08091	0	America/New_York	44.20006	-72.63289	175	Riverton,Riverton Station,West Berlin		VT	023	05650	
5242636	West Bethel	west-bethel	US	04286	0	America/New_York	43.85007	-72.69399	332			VT	027	05800	
5242643	West Branch	west-branch	US	48661	0	America/New_York	44.47422	-72.71595	230			VT	015	70525	
5242658	West Bridgewater	west-bridgewater	US	02379	0	America/New_York	43.60007	-72.74871	324	South Sherburne,West Bridgewater		VT	027	08275	
5242663	West Burke	west-burke	US	05871	336	America/New_York	44.64144	-71.97871	276	West Burke,West Burke Village		VT	005	10450	
5242668	West Charleston	west-charleston	US	05872	0	America/New_York	44.89894	-72.05954	308	Navy,West Charleston		VT	019	13150	
5242675	West Cornwall	west-cornwall	US	06796	0	America/New_York	43.94367	-73.23456	142	Stockwells Corners,West Cornwall		VT	001	16000	
5242676	West Danville	west-danville	US	05873	0	America/New_York	44.4095	-72.1951	480			VT	005	17125	
5242678	West Dover	west-dover	US	05356	0	America/New_York	42.93925	-72.85288	516			VT	025	17875	
5242682	West Dummerston	west-dummerston	US	05357	0	America/New_York	42.92647	-72.61537	132			VT	025	18325	
5242691	West Fairlee	west-fairlee	US	05083	0	America/New_York	43.90923	-72.26315	226			VT	017	79975	
5242703	West Groton	west-groton	US	01472	0	America/New_York	44.21812	-72.24343	343	West Groton,Westville		VT	005	30550	
5242706	West Halifax	west-halifax	US	05358	0	America/New_York	42.7873	-72.77065	351			VT	025	31150	
5242708	West Hartford	west-hartford	US	05084	0	America/New_York	43.71229	-72.41759	114			VT	027	32275	
5242710	West Haven	west-haven	US	06516	0	America/New_York	43.65145	-73.34734	115	West Haven,Westhaven		VT	021	80875	
5242721	West Brookfield	west-brookfield	US	01585	0	America/New_York	44.0209	-72.67205	324			VT	017	09325	
5242741	West Milton	west-milton	US	17886	480	America/New_York	44.6306	-73.1718	30			VT	007	45250	
5242747	West Newbury	west-newbury	US	01985	0	America/New_York	44.06451	-72.12481	279			VT	017	48175	
5242754	West Pawlet	west-pawlet	US	05775	502	America/New_York	43.35368	-73.25205	163			VT	021	54250	
5242762	West Rupert	west-rupert	US	05776	0	America/New_York	43.23869	-73.24289	226			VT	003	61000	
5242764	West Rutland	west-rutland	US	05777	2024	America/New_York	43.59312	-73.04511	151			VT	021	82300	
5242771	West Salisbury	west-salisbury	US	15565	0	America/New_York	43.92284	-73.15123	128			VT	001	62575	
5242777	West Springfield	west-springfield	US	01089	0	America/New_York	43.29119	-72.52176	243			VT	027	69550	
5242783	West Topsham	west-topsham	US	05086	0	America/New_York	44.11506	-72.31176	371			VT	017	73075	
5242786	West Townshend	west-townshend	US	05359	0	America/New_York	43.08425	-72.71176	184	West Townsend,West Townshend		VT	025	73300	
5242790	West Wardsboro	west-wardsboro	US	05360	0	America/New_York	43.02952	-72.8526	440	Hammonds Mills,West Wardsboro,West Wardsborough		VT	025	76225	
5242802	Westford	westford	US	01886	0	America/New_York	44.61199	-73.00875	136	Westford,Westford Center		VT	007	80350	
5242810	Westminster	westminster	US	01441	282	America/New_York	43.06786	-72.4587	92	New Taunton,Westminster,Westminster Village		VT	025	81400	
5242815	Westminster Station	westminster-station	US	05159	0	America/New_York	43.08563	-72.43925	79			VT	025	81400	
5242821	Weston	weston	US	02493	570	America/New_York	43.29119	-72.79315	396			VT	027	82000	
5242861	Wheelock	wheelock	US	77882	0	America/New_York	44.58811	-72.08843	246	Wheelock,Wheelock Hollow		VT	005	83500	
5242889	White River Junction	white-river-junction	US	05001	2286	America/New_York	43.64896	-72.31926	110	Vajt River DZankshon,White River Junction,Whiteriver Junction,Вајт Ривер Џанкшон		VT	027	32275	
5242910	Whitesville	whitesville	US	14897	0	America/New_York	43.39174	-72.59426	237			VT	027	12250	
5242918	Whitingham	whitingham	US	05361	0	America/New_York	42.78925	-72.8851	482	Sadawga,Sadawga Springs,Whitingham,Whitingham Center		VT	025	83950	
5242922	Whiting	whiting	US	04691	0	America/New_York	43.86395	-73.20039	123			VT	001	83800	
5242952	Wilder	wilder	US	05088	1690	America/New_York	43.67285	-72.3087	130	Olcott,Olcott Falls,Wilder		VT	027	32275	
5242994	Williamstown	williamstown	US	01267	1162	America/New_York	44.12173	-72.54149	264			VT	017	84175	
5243001	Williamsville	williamsville	US	05362	0	America/New_York	42.94675	-72.67898	167			VT	025	48400	
5243008	Williston	williston	US	05495	8314	America/New_York	44.43755	-73.06818	151	Williston,Williston Centre,wylystwn,ويليستون,ویلسٹن، ورمونٹ		VT	007	84475	
5243030	Wilmington	wilmington	US	01887	463	America/New_York	42.86841	-72.87149	458	Draper,Vilmington,Wilmington,Wilmington (Vermont),wylmnghtwn,Вилмингтон,ويلمنغتون,ویلمینگٹن، ورمونٹ		VT	025	84700	
5243059	Windsor	windsor	US	01270	2066	America/New_York	43.48035	-72.38481	101	Vindzor,wndswr,Виндзор,وندسور		VT	027	84925	
5243072	Windham	windham	US	03087	0	America/New_York	43.17924	-72.72593	590	Windham,Windham Center,wyndham,ويندهام		VT	025	84850	
5243081	Winooski	winooski	US	05404	7193	America/New_York	44.49144	-73.18568	54	Allens Settlement,Mill City,Vinuski,Winooski,Winooski Falls,u~inusuki,wei nu si ji,wynwsky,wynwsky  wrmwnt,Винуски,ونوسکی، ورمونٹ,وينوسكي,وینوسکی، ورمونت,ウィヌースキー,威努斯基		VT	007	85150	
5243099	Wolcott	wolcott	US	05680	0	America/New_York	44.54644	-72.45844	212	Union Village,Walcot,Wolcott,Woolcott		VT	015	85375	
5243120	Woodbury	woodbury	US	05681	0	America/New_York	44.44089	-72.4165	365	Monroe,Woodbury		VT	023	85525	
5243128	Woodford	woodford	US	22580	410	America/New_York	42.88036	-73.07955	672	Woodford,Woodford City		VT	003	85675	
5243145	Woodstock	woodstock	US	03293	871	America/New_York	43.62424	-72.51843	214	The Green,Udstok,Vudstok,Woodstock,Woodstock Green,uddosutokku,wu de si tuo ke,wwdstwk,Вудсток,Удсток,وودستوك,ウッドストック,伍德斯托克	027	VT	027	85975	
5243167	Worcester	worcester	US	01601	112	America/New_York	44.37367	-72.54983	232			VT	023	86125	
5243194	Wrightsville	wrightsville	US	17368	0	America/New_York	44.31145	-72.57872	219	Wrights Mill,Wrightsville,Wrightsville Dam,Wrightsville Dam Recreation Area		VT	023	44500	
5243517	Abbotsford	abbotsford	US	54405	2264	America/Chicago	44.94636	-90.31597	429			WI	073	00100	
5243530	Abrams	abrams	US	54101	340	America/Chicago	44.77916	-88.05983	207			WI	083	00175	
5243549	Ada	ada	US	45810	0	America/Chicago	43.87694	-87.89565	272			WI	117	34050	
5243553	Adams	adams	US	01220	1893	America/Chicago	43.95608	-89.81818	293	Adams,South Friendship,adamsi,adamz,admz  wyskansyn,Адамс,آدامز,آدمز، ویسکانسین,ადამსი		WI	001	00275	
5243554	Adams	adams	US	01220	0	America/Chicago	42.80057	-88.53288	276			WI	127	80875	
5243582	Addison	addison	US	04606	3439	America/Chicago	43.42278	-88.37454	320			WI	131	00425	
5243587	Adell	adell	US	53001	521	America/Chicago	43.61916	-87.95204	276	Adell,Sherman Station,Shermans Station		WI	117	00450	
5243598	Advance	advance	US	27006	0	America/Chicago	44.78777	-88.33232	261			WI	115	31500	
5243616	Afton	afton	US	13730	0	America/Chicago	42.6039	-89.07122	232	Afton,Middledale		WI	105	68600	
5243653	Albany	albany	US	05820	1018	America/Chicago	42.70778	-89.43706	247	Olbani,Олбани		WI	045	00750	
5243665	Albertville	albertville	US	35950	0	America/Chicago	44.95996	-91.60044	307			WI	017	36000	
5243666	Albion	albion	US	02802	0	America/Chicago	42.87945	-89.06983	256	Albion,Albion Center		WI	025	00875	
5243712	Algoma	algoma	US	38820	3094	America/Chicago	44.60889	-87.43259	178	Ahnapee,Ahnepee,Algoma,Wolf River,alghwma,algwma  wyskansyn,Алгома,آلگوما، ویسکانسین,ألغوما		WI	061	01000	
5243738	Allen	allen	US	21810	0	America/Chicago	44.66135	-91.36682	297			WI	035	15200	
5243756	Allenton	allenton	US	48002	823	America/Chicago	43.42055	-88.34093	291	Allenton,Allentown		WI	131	00425	
5243770	Allouez	allouez	US	49805	13930	America/Chicago	44.47749	-88.01621	182			WI	009	01150	
5243771	Allouez	allouez	US	49805	0	America/Chicago	46.68855	-92.02463	197			WI	031	78650	
5243778	Alma	alma	US	14708	748	America/Chicago	44.31997	-91.91488	207	Alma,Twelve Mile Bluff,alma,alma  wskwnsn,alma  wyskansyn,Алма,آلما، ویسکانسین,ألما,الما، وسکونسن,ალმა	011	WI	011	01225	
5243780	Alma Center	alma-center	US	54611	495	America/Chicago	44.43718	-90.91126	299	Alma Center,Alma Centre		WI	053	01300	
5243794	Almena	almena	US	54805	663	America/Chicago	45.4169	-92.03296	361	Almena,Lightning City		WI	005	01325	
5243800	Almond	almond	US	14804	433	America/Chicago	44.25886	-89.40706	350			WI	097	01400	
5243803	Alpha	alpha	US	42603	0	America/Chicago	45.77245	-92.57965	285			WI	013	88900	
5243811	Alto	alto	US	30510	1048	America/Chicago	43.67665	-88.79511	288			WI	039	01525	
5243819	Altoona	altoona	US	16601	7321	America/Chicago	44.80468	-91.44321	273	Altoona,Altuna,East Eau Claire,altwna,altwna  wyskansyn,Алтуна,آلتونا، ویسکانسین,ألتونا		WI	035	01550	
5243839	Alvin	alvin	US	61811	0	America/Chicago	45.98496	-88.82929	512			WI	041	01625	
5243848	Amberg	amberg	US	54102	180	America/Chicago	45.50302	-87.99373	273			WI	075	01675	
5243853	Ambridge	ambridge	US	15003	0	America/Chicago	46.63661	-92.07047	205			WI	031	78675	
5243872	Amery	amery	US	54001	2834	America/Chicago	45.30691	-92.36214	326	AHH,Ameri,amry  wyskansyn,amyry,Амери,آمری، ویسکانسین,أميري		WI	095	01725	
5243883	Amherst	amherst	US	01002	1038	America/Chicago	44.45081	-89.28484	320	Amkherst,Амхерст		WI	097	01750	
5243886	Amherst Junction	amherst-junction	US	54407	374	America/Chicago	44.46886	-89.31261	339	Amherst Junction,Groversberg,The Junction		WI	097	01800	
5243925	Anderson	anderson	US	29621	0	America/Chicago	42.71695	-89.01678	265			WI	105	37825	
5243965	Angelica	angelica	US	14709	92	America/Chicago	44.67388	-88.31371	268			WI	115	01975	
5243983	Aniwa	aniwa	US	54408	246	America/Chicago	45.00858	-89.21428	433			WI	115	02075	
5244002	Anson	anson	US	04911	0	America/Chicago	44.9808	-91.28682	289			WI	017	02175	
5244010	Antigo	antigo	US	54409	7869	America/Chicago	45.14025	-89.15234	455	Antigo,antyghw,antygw  wyskansyn,Антиго,أنتيغو,انتیگو، ویسکانسین	067	WI	067	02250	
5244027	Anton	anton	US	79313	0	America/Chicago	46.61911	-92.23547	247			WI	031	78675	
5244056	Apple Creek	apple-creek	US	44606	0	America/Chicago	44.32554	-88.37455	238	Apple Creek,Applecreek		WI	087	02375	
5244080	Appleton	appleton	US	14008	74139	America/Chicago	44.26193	-88.41538	242	ATW,Aplton,Appleton,Epplton,ablytwn,aepeulteon,apltwn  wyskansyn,appuruton,Аплтон,Епплтон,أبليتون,اپلتون، ویسکانسین,ایپلٹن، وسکونسن,ეპლტონი,アップルトン,애플턴	087	WI	087	02375	
5244109	Arcadia	arcadia	US	15712	2991	America/Chicago	44.25274	-91.50154	220	Arkadija,Arkejdija,arkadya,arkadya  wyskansyn,Аркадия,Аркејдија,آرکادیا، ویسکانسین,آرکیڈیا، وسکونسن,أركاديا		WI	121	02500	
5244125	Arena	arena	US	53503	828	America/Chicago	43.16555	-89.9129	224			WI	049	02550	
5244133	Argonne	argonne	US	54511	160	America/Chicago	45.65968	-88.87928	500	Argonne,North Crandon,Van Zile		WI	041	02625	
5244143	Arkansaw	arkansaw	US	54721	177	America/Chicago	44.63385	-92.03128	228			WI	091	84025	
5244145	Arkdale	arkdale	US	54613	158	America/Chicago	44.02719	-89.8879	285			WI	001	77800	
5244152	Arlington	arlington	US	02474	812	America/Chicago	43.33804	-89.3804	320	Arlington,Arlington Station,Dixon,Арлингтон		WI	021	02800	
5244166	Argyle	argyle	US	12809	848	America/Chicago	42.70112	-89.86707	248			WI	065	02650	
5244167	Armstrong	armstrong	US	50514	0	America/Chicago	43.71027	-88.19482	328			WI	039	60425	
5244169	Armstrong Creek	armstrong-creek	US	54103	0	America/Chicago	45.65829	-88.44623	463			WI	041	02950	
5244181	Arnold	arnold	US	21012	0	America/Chicago	45.24886	-91.0043	345	Arnold,Still Hawn		WI	017	69975	
5244188	Arpin	arpin	US	54410	323	America/Chicago	44.54052	-90.03513	351			WI	141	03025	
5244207	Arthur	arthur	US	37707	0	America/Chicago	42.84666	-90.44652	301	Arthur,Washburn		WI	043	44050	
5244238	Ashford	ashford	US	06278	1725	America/Chicago	43.58694	-88.37066	319	Ashford,Chili		WI	039	03150	
5244241	Ashippun	ashippun	US	53003	333	America/Chicago	43.21195	-88.51621	261	Ashippun,Ashippun Station,New Ashippun		WI	027	03200	
5244247	Ashland	ashland	US	01721	8040	America/Chicago	46.59244	-90.8838	197	ASX,Ashland,Bay City,Eshland,Gichi-wiikwedong,Saint Mark,Whittlesey,Wikwedong,Zham-a-wa-mik,aesyullaendeu,ashland,ashlendi,ashlnd  wyskansyn,ya shi lan,Ешланд,آشلاند,آشلند، ویسکانسین,ایشلنڈ، وسکونسن,აშლენდი,亞士蘭,애슐랜드	003	WI	003	03225	
5244262	Ashley	ashley	US	43003	0	America/Chicago	44.69275	-89.60818	352			WI	073	40150	
5244264	Ashton	ashton	US	20861	0	America/Chicago	43.14055	-89.54151	305	Ashton,Saint Peter's		WI	025	75875	
5244309	Athelstane	athelstane	US	54104	0	America/Chicago	45.42386	-88.09539	286			WI	075	03525	
5244312	Athens	athens	US	04912	1096	America/Chicago	45.03302	-90.07402	427			WI	073	03550	
5244320	Atkins	atkins	US	24311	0	America/Chicago	45.66524	-89.02317	508			WI	041	34650	
5244330	Atlas	atlas	US	48411	0	America/Chicago	45.63551	-92.59076	299			WI	095	41900	
5244333	Attica	attica	US	14011	0	America/Chicago	42.77	-89.48068	255	Attica,Attico,Milford,Winneshiek		WI	045	10100	
5244335	Atwater	atwater	US	44201	0	America/Chicago	43.56082	-88.73455	284	Atwater,Atwater Station,Mill Creek		WI	027	14300	
5244339	Atwood	atwood	US	38220	0	America/Chicago	44.88608	-90.4818	394			WI	019	31275	
5244343	Aubrey	aubrey	US	72311	0	America/Chicago	43.31471	-90.29346	230			WI	103	37500	
5244355	Auburndale	auburndale	US	02466	673	America/Chicago	44.62691	-90.00763	372			WI	141	03775	
5245729	Big Bend	big-bend	US	26136	1312	America/Chicago	42.8814	-88.20676	250			WI	133	07200	
5244365	Augusta	augusta	US	04330	1532	America/Chicago	44.68024	-91.11988	293	Augusta,Ogasta,Ridge Creek,Огаста		WI	035	03825	
5244380	Aurora	aurora	US	04408	0	America/Chicago	45.78551	-88.10096	329			WI	037	03875	
5244381	Aurora	aurora	US	04408	0	America/Chicago	43.4275	-88.30176	350			WI	131	00425	
5244400	Avalon	avalon	US	08202	0	America/Chicago	42.63279	-88.86761	292			WI	105	09175	
5244407	Avoca	avoca	US	14809	627	America/Chicago	43.18193	-90.32457	213			WI	049	04025	
5244413	Avon	avon	US	02322	0	America/Chicago	42.66778	-90.12624	299			WI	065	18900	
5244414	Avon	avon	US	02322	0	America/Chicago	42.54334	-89.3315	232	Avon,Avon Center		WI	105	04100	
5244437	Babcock	babcock	US	54413	126	America/Chicago	44.30163	-90.11124	297			WI	141	67000	
5244497	Bagley	bagley	US	50026	364	America/Chicago	42.90554	-91.10124	194			WI	043	04250	
5244519	Baileys Harbor	baileys-harbor	US	54202	257	America/Chicago	45.06499	-87.12427	182	Bailey Harbor,Baileys Harbor,Bejlis Kharbor,Бејлис Харбор		WI	029	04325	
5244570	Baldwin	baldwin	US	11510	3972	America/Chicago	44.96663	-92.37436	343	Baldwin,Bolduin,Clarkesville,Болдуин		WI	109	04400	
5244607	Balsam Lake	balsam-lake	US	54810	991	America/Chicago	45.45218	-92.45464	354		095	WI	095	04475	
5244620	Bancroft	bancroft	US	25011	535	America/Chicago	44.30969	-89.51373	333	Bancroft,Bancroft Station		WI	097	62825	
5244626	Bangor	bangor	US	04401	1492	America/Chicago	43.89302	-90.99041	223	Bangor,Бангор		WI	063	04550	
5244630	Banner	banner	US	38913	0	America/Chicago	43.77305	-88.20954	304			WI	039	26450	
5244638	Baraboo	baraboo	US	53913	12155	America/Chicago	43.47109	-89.74429	271	Barabu,barabw,barabw  wyskansyn,Барабу,بارابو,بارابو، ویسکانسین	111	WI	111	04625	
5244666	Bardwell	bardwell	US	42023	0	America/Chicago	42.58696	-88.75066	264			WI	127	18850	
5244692	Barksdale	barksdale	US	78828	0	America/Chicago	46.62133	-90.93213	198			WI	007	04725	
5244703	Barneveld	barneveld	US	13304	1232	America/Chicago	43.01555	-89.8954	374			WI	049	04775	
5244713	Barnum	barnum	US	50518	0	America/Chicago	43.21887	-90.83957	215			WI	023	32500	
5244738	Barron	barron	US	54812	3322	America/Chicago	45.40135	-91.84906	338	Baron,Barron,Quaderers Camp,baroni,barwn,barwn  wyskansyn,Барон,بارون,بارون، ویسکانسین,ბარონი	005	WI	005	04875	
5244759	Barronett	barronett	US	54813	111	America/Chicago	45.6369	-91.99296	419			WI	005	41600	
5244778	Barton	barton	US	05822	2615	America/Chicago	43.44361	-88.18065	284	Barton,Newark,Salisburys Mills,Salzburg		WI	131	85350	
5244789	Basco	basco	US	62313	0	America/Chicago	42.91194	-89.51484	275	Basco,Basco Station,Paoli Station		WI	025	54100	
5244892	Bassett	bassett	US	24055	0	America/Chicago	42.54057	-88.22787	238			WI	059	66125	
5244906	Batavia	batavia	US	14020	0	America/Chicago	43.59444	-88.05093	262			WI	117	72350	
5244935	Baxter	baxter	US	26560	0	America/Chicago	45.10718	-91.94601	291			WI	033	33400	
5244939	Bay City	bay-city	US	48706	484	America/Chicago	44.58552	-92.45046	211	Bej-Siti,Бей-Сити		WI	093	05325	
5244965	Bayfield	bayfield	US	54814	479	America/Chicago	46.81077	-90.81824	199	Bajfild,bayfyld,beipildi,byfyld  wyskansyn,Бајфилд,بايفيلد,بیفیلد، ویسکانسین,ბეიფილდი		WI	007	05350	
5244980	Bayside	bayside	US	11359	4419	America/Chicago	43.18056	-87.90064	205			WI	079	05450	
5245023	Bear Creek	bear-creek	US	18602	436	America/Chicago	44.53137	-88.72649	250	Bear Creek,Welcome		WI	087	05575	
5245119	Beaumont	beaumont	US	23014	0	America/Chicago	42.74224	-88.11036	244			WI	101	20625	
5245133	Beaver	beaver	US	15009	0	America/Chicago	45.13748	-88.01788	204			WI	075	05800	
5245193	Beaver Dam	beaver-dam	US	42320	16564	America/Chicago	43.45777	-88.83733	268	Beaver Dam,Beaverdam,Biver Dam,byfr dam,bywr dam  wyskansyn,Бивер Дам,بيفر دام,بیور دام، ویسکانسین,بیور ڈیم، وسکونسن		WI	027	05900	
5245273	Beebe	beebe	US	72012	0	America/Chicago	46.40716	-91.83936	383			WI	031	06775	
5245278	Beecher	beecher	US	60401	0	America/Chicago	45.5883	-87.99484	296			WI	075	06000	
5245297	Beetown	beetown	US	53802	0	America/Chicago	42.79499	-90.8854	247			WI	043	06100	
5245310	Beldenville	beldenville	US	54003	0	America/Chicago	44.77386	-92.50769	299			WI	093	80700	
5245314	Belgium	belgium	US	53004	2261	America/Chicago	43.49972	-87.85037	224			WI	089	06150	
5245350	Belle Plaine	belle-plaine	US	52208	1846	America/Chicago	44.71526	-88.66621	260	Belle Plaine,Belleplaine		WI	115	06275	
5245354	Belleville	belleville	US	07109	2425	America/Chicago	42.85972	-89.53818	266			WI	025	06300	
5245359	Bellevue	bellevue	US	41073	15317	America/Chicago	44.44416	-87.9201	230	Belleview,Bellevue		WI	009	06350	
5245376	Bellwood	bellwood	US	16617	0	America/Chicago	46.57188	-91.63769	338			WI	031	10575	
5245378	Belmont	belmont	US	02478	986	America/Chicago	42.73611	-90.33429	327	Belmont,bylmwnt,Белмонт,بيلمونت		WI	065	06425	
5245387	Beloit	beloit	US	44609	36891	America/Chicago	42.50835	-89.03178	229	Beloit,Belojt,Blodgett Settlement,New Albany,The Turtle,Turtle Creek,blwyt,bylwyt  wyskansyn,Белойт,Белојт,بلويت,بیلوئٹ، وسکونسن,بیلویت، ویسکانسین		WI	105	06500	
5245425	Benet Lake	benet-lake	US	53102	0	America/Chicago	42.49807	-88.08175	262	Benet Lake,Renet Lake		WI	059	71125	
5245431	Bennett	bennett	US	27208	0	America/Chicago	46.44855	-91.85352	366			WI	031	06775	
5245446	Benoit	benoit	US	38725	0	America/Chicago	46.50189	-91.07686	274	Benoit,Benoitville,Peck,Peckville		WI	007	49925	
5245449	Benson	benson	US	05731	0	America/Chicago	45.71718	-92.85577	267			WI	013	01900	
5245461	Benton	benton	US	17814	964	America/Chicago	42.56972	-90.38068	282	Benton,Swindlers Ridge,Бентон		WI	065	06825	
5245479	Bergen	bergen	US	14416	0	America/Chicago	42.49391	-88.86538	292			WI	105	15650	
5245497	Berlin	berlin	US	01503	5420	America/Chicago	43.96804	-88.94345	246	Berlin,Strongs Landing,Strongville,berlini,brln  wskwnsn,brlyn,brlyn  wyskansyn,Берлин,برلن، وسکونسن,برلين,برلین، ویسکانسین,ბერლინი		WI	047	06925	
5245585	Bethel	bethel	US	04217	0	America/Chicago	44.54052	-90.08985	376			WI	141	67500	
5245639	Bethesda	bethesda	US	20810	0	America/Chicago	42.98779	-88.31843	257			WI	133	28487	
5245782	Big Falls	big-falls	US	54926	60	America/Chicago	44.61553	-89.01622	275	Big Falls,Bigfalls		WI	135	07250	
5245795	Big Flats	big-flats	US	14814	0	America/Chicago	44.11191	-89.8079	305	Big Flats,Bigflats		WI	001	07300	
5245879	Big Spring	big-spring	US	79720	0	America/Chicago	43.66942	-89.64373	251			WI	001	56750	
5245928	Binghamton	binghamton	US	13901	0	America/Chicago	44.42693	-88.47399	253			WI	087	07750	
5245966	Birchwood	birchwood	US	37308	0	America/Chicago	44.45805	-87.57148	226			WI	061	85775	
5245967	Birchwood	birchwood	US	37308	425	America/Chicago	45.66634	-91.556	385			WI	129	07550	
5245989	Birnamwood	birnamwood	US	54414	798	America/Chicago	44.9333	-89.20956	398			WI	115	07600	
5246049	Black Creek	black-creek	US	14714	1322	America/Chicago	44.47749	-88.45066	239	Black Creek,Blackcreek		WI	087	07725	
5246060	Black Earth	black-earth	US	53515	1403	America/Chicago	43.13722	-89.74679	250	Black Earth,Farmersville,Ray		WI	025	07800	
5246069	Black Hawk	black-hawk	US	57718	0	America/Chicago	43.26916	-89.92735	236	Black Hawk,Blackhawk		WI	111	80825	
5246099	Black River	black-river	US	13612	0	America/Chicago	46.56216	-92.14741	229			WI	031	78675	
5246105	Black River Falls	black-river-falls	US	54615	3564	America/Chicago	44.29468	-90.85153	242	Blek River Fols,blak ryfr fwlz,blk rywr falz  wyskansyn,Блек Ривер Фолс,بلاك ريفر فولز,بلک ریور فالز، ویسکانسین	053	WI	053	07900	
5246156	Blackwell	blackwell	US	63626	0	America/Chicago	45.51413	-88.61261	452			WI	041	07950	
5246165	Blaine	blaine	US	04734	0	America/Chicago	44.30914	-89.31567	342			WI	097	06475	
5246172	Blair	blair	US	25022	1351	America/Chicago	44.2944	-91.23516	260	Blair,Porterville		WI	121	08075	
5246195	Blanchardville	blanchardville	US	53516	818	America/Chicago	42.81028	-89.86207	251	Blanchardville,Zarahamia		WI	065	08125	
5246216	Blenker	blenker	US	54415	0	America/Chicago	44.6133	-89.91513	360			WI	141	51900	
5246228	Bloomer	bloomer	US	54724	3520	America/Chicago	45.10024	-91.48877	303	Bloomer,Bloomer Prairie,Vanville		WI	017	08225	
5246246	Bloomingdale	bloomingdale	US	07403	0	America/Chicago	43.64303	-90.77763	294	Blome Dalen,Bloomingdale		WI	123	15675	
5246247	Bloomington	bloomington	US	12411	718	America/Chicago	42.88527	-90.92346	284	Blooming Town,Bloomington,Blumington,Tafton,Блумингтон		WI	043	08375	
5246250	Bloomville	bloomville	US	13739	0	America/Chicago	45.2933	-89.52762	437			WI	069	72100	
5246270	Blue Mounds	blue-mounds	US	53517	938	America/Chicago	43.01773	-89.8346	389	Blue Mounds,Bluemounds,Pokerville,West Blue Mound		WI	025	08475	
5246277	Blue River	blue-river	US	41607	420	America/Chicago	43.18832	-90.56679	202	Blue River,Minnehaha		WI	043	08525	
5246335	Boardman	boardman	US	97818	0	America/Chicago	45.06552	-92.59992	288	Boardman,Lone Tree		WI	109	67650	
5246343	Boaz	boaz	US	35956	151	America/Chicago	43.33137	-90.52596	229			WI	103	08600	
5246425	Bolt	bolt	US	25817	0	America/Chicago	44.34194	-87.70537	221			WI	061	27250	
5246437	Bonduel	bonduel	US	54107	1456	America/Chicago	44.74027	-88.44482	271			WI	115	08725	
5246446	Bonita	bonita	US	71223	0	America/Chicago	45.1197	-88.45872	275			WI	083	54630	
5246509	Boscobel	boscobel	US	53805	3189	America/Chicago	43.13443	-90.7054	207			WI	043	08850	
5246527	Boulder Junction	boulder-junction	US	54512	183	America/Chicago	46.11328	-89.64459	503			WI	125	08950	
5246551	Bowers	bowers	US	19511	0	America/Chicago	42.6914	-88.44454	313			WI	127	40950	
5246552	Bowler	bowler	US	54416	298	America/Chicago	44.86303	-88.98205	327			WI	115	09025	
5246565	Boyceville	boyceville	US	54725	1103	America/Chicago	45.04357	-92.04101	288			WI	033	09050	
5246568	Boyd	boyd	US	54726	540	America/Chicago	44.95191	-91.03487	338			WI	017	09075	
5246599	Boylston	boylston	US	01505	0	America/Chicago	46.59744	-92.1288	216			WI	031	78675	
5246604	Bradley	bradley	US	04411	0	America/Chicago	45.53941	-89.75514	445			WI	069	09225	
5246605	Bradley	bradley	US	04411	0	America/Chicago	44.80108	-90.01485	371			WI	073	15425	
5246632	Branch	branch	US	49402	0	America/Chicago	44.14583	-87.7612	229	Branch,Lenaville,Zalesburg		WI	071	48575	
5246638	Brandon	brandon	US	05733	859	America/Chicago	43.73526	-88.78122	305	Brandon,Brehndon,Bunggo,Bungtown,Брэндон		WI	039	09300	
5246655	Brant	brant	US	14027	0	America/Chicago	44.07332	-88.20371	285	Branch Creek,Brant		WI	015	14500	
5246671	Brantwood	brantwood	US	54513	0	America/Chicago	45.56274	-90.11515	515			WI	099	40175	
5246734	Bridgeport	bridgeport	US	06601	0	America/Chicago	43.00915	-91.05791	235			WI	023	09550	
5246744	Briggsville	briggsville	US	53920	0	America/Chicago	43.65498	-89.5854	246			WI	077	20525	
5246753	Brighton	brighton	US	02135	0	America/Chicago	42.62919	-88.09981	247			WI	059	09635	
5246762	Brill	brill	US	54818	0	America/Chicago	45.60273	-91.67211	365			WI	005	58950	
5246766	Brillion	brillion	US	54110	3142	America/Chicago	44.17721	-88.06427	253	Brillion,Spring Creek		WI	015	09725	
5246785	Bristol	bristol	US	02809	4951	America/Chicago	42.55891	-88.04925	237	Bristol,Village of Bristol		WI	059		
5246813	Brockway	brockway	US	15824	0	America/Chicago	44.28468	-90.83959	255			WI	053	09900	
5246824	Brokaw	brokaw	US	54417	252	America/Chicago	45.02719	-89.65318	372			WI	073	09975	
5246832	Brodhead	brodhead	US	40409	3291	America/Chicago	42.61834	-89.37623	242			WI	045	09925	
5246835	Brookfield	brookfield	US	01506	38025	America/Chicago	43.06057	-88.10648	253	Brukfild,brwkfyld,brwkfyld  wyskansyn,Брукфилд,بروكفيلد,بروکفیلد، ویسکانسین,بروکفیلڈ، وسکونسن		WI	133	10025	
5246849	Brooklyn	brooklyn	US	06234	1449	America/Chicago	42.85361	-89.3704	299	Bruklin,Бруклин		WI	045	10075	
5246858	Brooks	brooks	US	04921	0	America/Chicago	43.82525	-89.64457	290	Brookings,Brooks		WI	001	56525	
5246866	Brookside	brookside	US	07926	0	America/Chicago	43.86108	-89.81679	277			WI	001	22000	
5246867	Brookside	brookside	US	07926	0	America/Chicago	44.80471	-87.99788	189			WI	083	61900	
5246944	Brownsville	brownsville	US	05037	582	America/Chicago	43.61638	-88.49066	304			WI	027	10450	
5246946	Browntown	browntown	US	53522	283	America/Chicago	42.57779	-89.79429	255	Brown,Browntown,Irion,Woods Mill		WI	045	10475	
5246949	Brownville	brownville	US	04414	0	America/Chicago	45.03136	-90.93375	351			WI	017	16125	
5246950	Bruce	bruce	US	38915	729	America/Chicago	45.45691	-91.27321	337			WI	107	10500	
5246967	Brule	brule	US	54820	254	America/Chicago	46.553	-91.57658	301			WI	031	10575	
5247023	Bryant	bryant	US	35958	0	America/Chicago	45.20802	-89.024	484			WI	067	65550	
5247037	Buck Creek	buck-creek	US	47924	0	America/Chicago	43.42054	-90.36152	228			WI	103	68675	
5247065	Buckman	buckman	US	56317	0	America/Chicago	44.41444	-87.78537	253			WI	009	56575	
5247085	Bud	bud	US	24716	0	America/Chicago	43.55831	-90.98791	366	Bud,Budd		WI	123	37975	
5247088	Buena Park	buena-park	US	90620	0	America/Chicago	42.79279	-88.22092	243			WI	101	83850	
5247090	Buena Vista	buena-vista	US	15018	0	America/Chicago	42.71333	-90.6879	270			WI	043	64650	
5247091	Buena Vista	buena-vista	US	15018	0	America/Chicago	43.06556	-88.35176	262			WI	133	19425	
5247183	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	43.49581	-90.25707	382			WI	103	85675	
5247211	Burke	burke	US	12917	0	America/Chicago	43.13583	-89.27623	277	Burke,Burke Station		WI	025	48000	
5247214	Burlington	burlington	US	01803	10650	America/Chicago	42.67807	-88.2762	234	Berlington,brlnghtwn,brlyngtwn  wyskansyn,Берлингтон,برلنغتون,برلنگٹن، وسکونسن,برلینگتون، ویسکانسین		WI	101	11200	
5247228	Burnett	burnett	US	53922	256	America/Chicago	43.50471	-88.70705	266	Burnett,Burnett Junction,Burnett Station		WI	027	11275	
5247248	Burns	burns	US	37029	0	America/Chicago	43.94497	-90.97597	237			WI	063	11300	
5247270	Burr Oak	burr-oak	US	49030	0	America/Chicago	44.05718	-91.05458	232	Burr Oak,Burroak		WI	063	25325	
5247284	Burton	burton	US	26562	0	America/Chicago	42.71777	-90.81735	204			WI	043	83900	
5247307	Butler	butler	US	07405	1825	America/Chicago	43.10584	-88.06953	228	Butler,New Butler		WI	133	11475	
5247322	Butte des Morts	butte-des-morts	US	54927	962	America/Chicago	44.09943	-88.654	236			WI	139	87925	
5247330	Butternut	butternut	US	54514	364	America/Chicago	46.01301	-90.49045	456			WI	003	11525	
5247364	Byron	byron	US	14422	0	America/Chicago	43.65221	-88.45094	324			WI	039	11600	
5247376	Cable	cable	US	43009	206	America/Chicago	46.20801	-91.29213	417			WI	007	11675	
5247387	Cadott	cadott	US	54727	1426	America/Chicago	44.94802	-91.1507	300	Cadott,Cadotte Falls		WI	017		
5247412	Caldwell	caldwell	US	07006	0	America/Chicago	42.83529	-88.27648	258			WI	101	83850	
5247415	Caledonia	caledonia	US	14423	24684	America/Chicago	42.8078	-87.92425	220	Caledonia,Kaledonija,Village of Caledonia,Каледония		WI	101	11950	
5247430	Calhoun	calhoun	US	30701	0	America/Chicago	43.01335	-88.12703	264			WI	133	56375	
5247453	Calvary	calvary	US	39829	0	America/Chicago	43.84666	-88.24399	288			WI	039	49650	
5247523	Calvert	calvert	US	36513	0	America/Chicago	43.75413	-91.20513	196			WI	063	40775	
5247528	Cambria	cambria	US	53923	754	America/Chicago	43.54221	-89.10734	279	Bellville,Cambria,Florence,Langdons Saw Mill		WI	021	12200	
5247533	Cambridge	cambridge	US	02138	1494	America/Chicago	43.00361	-89.0165	259	Kembridzh,Кембридж		WI	025	12225	
5247547	Cameron	cameron	US	14819	1795	America/Chicago	45.40857	-91.74406	333			WI	005	12250	
5247602	Camp Douglas	camp-douglas	US	54618	607	America/Chicago	43.92247	-90.27152	287	VOK		WI	057	12350	
5247648	Camp Lake	camp-lake	US	53109	3665	America/Chicago	42.53474	-88.1437	229			WI	059	71125	
5247758	Campbellsport	campbellsport	US	53010	1978	America/Chicago	43.59777	-88.27899	314	Campbells Port,Campbellsport,Crouchville,New Cassel		WI	039	12325	
5247796	Canton	canton	US	02021	0	America/Chicago	45.42801	-91.65989	336			WI	005	78450	
5247837	Carmel	carmel	US	04419	0	America/Chicago	44.44581	-88.79816	265			WI	135	43075	
5247840	Carnegie	carnegie	US	15106	0	America/Chicago	46.63327	-92.19269	225			WI	031	78675	
5247850	Caroline	caroline	US	54928	270	America/Chicago	44.72081	-88.89149	281			WI	115	30400	
5247895	Carter	carter	US	41128	0	America/Chicago	45.3908	-88.62789	462			WI	041	83025	
5247896	Carter	carter	US	41128	0	America/Chicago	46.22884	-90.13045	494			WI	051	51200	
5247915	Caryville	caryville	US	32427	0	America/Chicago	44.75135	-91.67461	230			WI	033	68700	
5247925	Cascade	cascade	US	21719	701	America/Chicago	43.65833	-88.00704	264	Cascade,Nineva,Nineveh		WI	117	12825	
5247926	Casco	casco	US	04015	578	America/Chicago	44.55777	-87.61815	222			WI	061	12850	
5247945	Cashton	cashton	US	54619	1097	America/Chicago	43.74191	-90.7793	415	Cashton,Mount Pisgah		WI	081	12950	
5247970	Cassville	cassville	US	13318	924	America/Chicago	42.71444	-90.99068	191			WI	043	13050	
5247984	Castle Rock	castle-rock	US	55010	255	America/Chicago	43.04749	-90.53151	244	Blue River,Castle Rock		WI	043	13100	
5248012	Cataract	cataract	US	54620	186	America/Chicago	44.08774	-90.84236	259			WI	081	44975	
5248015	Catawba	catawba	US	24070	106	America/Chicago	45.53636	-90.52987	458			WI	099	13175	
5248044	Cato	cato	US	13033	1546	America/Chicago	44.14277	-87.8612	259	Cato,Harris,Harrisville		WI	071	13237	
5248070	Cavour	cavour	US	57324	0	America/Chicago	45.65218	-88.62956	449			WI	041	13125	
5248072	Cazenovia	cazenovia	US	13035	324	America/Chicago	43.52303	-90.19624	289			WI	103	13300	
5248074	Cayuga	cayuga	US	13034	0	America/Chicago	46.2444	-90.6824	443			WI	003	54400	
5248077	Cecil	cecil	US	15321	554	America/Chicago	44.80999	-88.45232	246	Cecil,Upham		WI	115	13325	
5248080	Cedar	cedar	US	49621	0	America/Chicago	46.50717	-90.49824	330			WI	051	31875	
5248094	Cedar Creek	cedar-creek	US	68016	0	America/Chicago	43.33972	-88.22287	321			WI	131	63875	
5248098	Cedar Falls	cedar-falls	US	27230	0	America/Chicago	44.9358	-91.88406	268	Cedar Falls,Cedarfalls		WI	033	66550	
5248102	Cedar Grove	cedar-grove	US	07009	2112	America/Chicago	43.56972	-87.82342	219	Cedar Grove,Cedargrove		WI	117	13475	
5248131	Cedar Lake	cedar-lake	US	46303	0	America/Chicago	43.35389	-88.2926	318			WI	131	63875	
5248142	Cedar Park	cedar-park	US	78613	0	America/Chicago	42.68891	-88.23065	237			WI	101	11225	
5248169	Cedarville	cedarville	US	08311	0	America/Chicago	45.45358	-87.98289	254			WI	075	01675	
5248171	Cedarburg	cedarburg	US	53012	11482	America/Chicago	43.29667	-87.98759	239	Cedarburg,Cedarburgh,Sidarberg,sydarbwrgh,sydrbrg  wyskansyn,Сидарберг,سيداربورغ,سیدربرگ، ویسکانسین		WI	089	13375	
5248199	Center Valley	center-valley	US	18034	0	America/Chicago	44.40221	-88.45983	250			WI	087	13600	
5248205	Centerville	centerville	US	02632	0	America/Chicago	43.01694	-90.42846	341	Centerville,Centreville		WI	049	34475	
5248206	Centerville	centerville	US	02632	0	America/Chicago	44.86691	-92.41352	321	Centerville,New Centerville		WI	109	70200	
5248207	Centerville	centerville	US	02632	0	America/Chicago	44.06996	-91.45126	225	Centerville,Centreville		WI	121	80500	
5248263	Centuria	centuria	US	54824	925	America/Chicago	45.45135	-92.55409	375			WI	095	13850	
5248307	Champion	champion	US	15622	0	America/Chicago	44.58916	-87.79426	235			WI	009	31025	
5248351	Chase	chase	US	21027	0	America/Chicago	44.71805	-88.15677	235			WI	083	14125	
5248362	Chaseburg	chaseburg	US	54621	302	America/Chicago	43.65775	-91.09652	216	Chaseburg,Chaseburgh		WI	123	14150	
5248374	Chelsea	chelsea	US	02150	113	America/Chicago	45.29025	-90.30737	466			WI	119	14200	
5248397	Cherokee	cherokee	US	28719	0	America/Chicago	44.90219	-90.21791	388			WI	073	36325	
5248417	Chetek	chetek	US	54728	2191	America/Chicago	45.31413	-91.651	320			WI	005	14325	
5248432	Chicago	chicago	US	60601	0	America/Chicago	42.58613	-87.8248	185	Chicago,Chicago and Northwestern Railroad Station		WI	059	39225	
5248469	Chilton	chilton	US	53014	3896	America/Chicago	44.02888	-88.16288	275	Chillington,Chilton,Stantonville,chyltwn  wyskansyn,shyltwn,Чилтон,شيلتون,چیلتون، ویسکانسین,ჩილტონი	015	WI	015	14475	
5248511	Chippewa Falls	chippewa-falls	US	54729	14047	America/Chicago	44.93691	-91.39293	256	Chipeva Fols,Chippeva-Folls,chypwa falz  wyskansyn,shbwa fwlz,Чипева Фолс,Чіппева-Фоллс,شبوا فولز,چیپوا فالز، ویسکانسین	017	WI	017	14575	
5248736	Cicero	cicero	US	13039	0	America/Chicago	44.5736	-88.38732	262			WI	087	14750	
5248786	Clam Lake	clam-lake	US	54517	37	America/Chicago	46.16384	-90.9024	437			WI	003	29875	
5248810	Clark	clark	US	07066	0	America/Chicago	45.02914	-90.65902	390			WI	019	35050	
5248838	Clarks Point	clarks-point	US	99569	0	America/Chicago	44.15082	-88.71039	233			WI	139	87925	
5248864	Clayton	clayton	US	08312	550	America/Chicago	45.33135	-92.1713	369			WI	095	15100	
5248897	Clear Lake	clear-lake	US	50428	1040	America/Chicago	45.25191	-92.2713	364	Clear Lake,Clearlake		WI	095	15250	
5248929	Cleghorn	cleghorn	US	51014	0	America/Chicago	44.68357	-91.42683	293			WI	035	63400	
5248933	Cleveland	cleveland	US	13042	1468	America/Chicago	43.91499	-87.74731	195	Centerville Station,Centreville,Cleveland,Klivlend,Кливленд		WI	071	15400	
5248953	Clifford	clifford	US	18413	0	America/Chicago	45.55524	-90.0432	476			WI	085	46650	
5248956	Clifton	clifton	US	07011	0	America/Chicago	43.87913	-90.3568	299			WI	081	15550	
5248969	Clinton	clinton	US	01510	2140	America/Chicago	42.55779	-88.86511	293	Clinton,Clinton Junction,Klinton,New York,Клинтон		WI	105	15625	
5248985	Clintonville	clintonville	US	16372	4455	America/Chicago	44.62053	-88.76232	248	CLI,Clintonville,Klintonvil,Pigeon,klyntwn wyl  wyskansyn,klyntwnfyl,Клинтонвил,كلينتونفيل,کلینتون ویل، ویسکانسین		WI	135	15725	
5248998	Clover	clover	US	24534	0	America/Chicago	44.03805	-87.70175	205			WI	071	57200	
5249016	Cloverdale	cloverdale	US	24077	0	America/Chicago	44.02497	-90.17902	280			WI	057	55725	
5249046	Clyde	clyde	US	14433	0	America/Chicago	43.11944	-90.21151	224			WI	049	15875	
5249047	Clyde	clyde	US	14433	0	America/Chicago	44.51611	-87.58287	218			WI	061	12875	
5249050	Clyman	clyman	US	53016	404	America/Chicago	43.31139	-88.7201	279			WI	027	15900	
5249060	Cobb	cobb	US	31735	463	America/Chicago	42.96749	-90.32957	357	Cobb,Cross Plains,Danville		WI	049	15975	
5249071	Cochrane	cochrane	US	54622	425	America/Chicago	44.22746	-91.83516	205	Cochrane,Saint Petersburgh		WI	011	16025	
5249095	Colby	colby	US	54421	1828	America/Chicago	44.90997	-90.31569	412	Kolbi,kwby  wyskansyn,kwlby,Колби,كولبي,کوبی، ویسکانسین		WI	019	16150	
5249106	Cold Spring	cold-spring	US	10516	0	America/Chicago	42.89084	-88.77427	244	Cold Spring,Cold Springs		WI	055	16225	
5249135	Coleman	coleman	US	33521	705	America/Chicago	45.06498	-88.03427	217			WI	075	16250	
5249152	Colfax	colfax	US	26566	1161	America/Chicago	44.99746	-91.72712	288	Begga Town,Colfax		WI	033	16275	
5249156	Colgate	colgate	US	53017	0	America/Chicago	43.19306	-88.20676	299			WI	131	67475	
5249169	Collins	collins	US	14034	164	America/Chicago	44.08555	-87.98287	248			WI	071	68925	
5249178	Coloma	coloma	US	49038	438	America/Chicago	44.03553	-89.52151	317	Coloma,Coloma Station		WI	137	16375	
5249191	Columbia	columbia	US	06237	0	America/Chicago	44.51635	-90.71986	288			WI	019	34200	
5249205	Columbus	columbus	US	08022	4996	America/Chicago	43.33805	-89.01539	259	Kolambus,Kolumbus,klmbws  wyskansyn,kwlmbs  wskwnsn,kwlwmbws,Коламбус,Колумбус,كولومبوس,کلمبوس، ویسکانسین,کولمبس، وسکونسن,კოლუმბუსი		WI	021	16450	
5249224	Combined Locks	combined-locks	US	54113	3532	America/Chicago	44.26582	-88.31427	221			WI	087	16500	
5249259	Como	como	US	27818	2631	America/Chicago	42.61224	-88.48232	279			WI	127	28550	
5249270	Concord	concord	US	01742	2070	America/Chicago	43.06945	-88.59871	261			WI	055	16650	
5249290	Comstock	comstock	US	12821	0	America/Chicago	45.47773	-92.07518	392			WI	005	17875	
5249318	Conover	conover	US	28613	0	America/Chicago	46.05467	-89.25791	504			WI	125	16750	
5249322	Conrath	conrath	US	54731	92	America/Chicago	45.38608	-91.0382	346	Conrath,Main Creek Siding		WI	107	16775	
5249356	Cooksville	cooksville	US	21723	0	America/Chicago	42.83528	-89.24067	269			WI	105	64225	
5249423	Cooperstown	cooperstown	US	13326	1278	America/Chicago	44.31277	-87.77453	239			WI	071	16950	
5249428	Coon Valley	coon-valley	US	54623	780	America/Chicago	43.70219	-91.01319	225	Coon Valley,Helgedalen		WI	123	16900	
5249453	Corinth	corinth	US	04427	0	America/Chicago	45.00274	-90.1393	436			WI	073	38300	
5249459	Cornelia	cornelia	US	30531	0	America/Chicago	42.68944	-90.57763	286			WI	043	32825	
5249461	Cornell	cornell	US	49818	1440	America/Chicago	45.16719	-91.14931	330	Brunets Falls,Cornell		WI	017	17100	
5249487	Cornucopia	cornucopia	US	54827	98	America/Chicago	46.85382	-91.10185	190			WI	007	06200	
5249503	Cottage Grove	cottage-grove	US	38224	6854	America/Chicago	43.07611	-89.19956	269	Cottage Grove,Cottagegrove		WI	025	17175	
5249523	Couderay	couderay	US	54828	87	America/Chicago	45.79551	-91.30683	384			WI	113	17225	
5249651	Cranberry Lake	cranberry-lake	US	12927	0	America/Chicago	45.64024	-90.34737	470			WI	099	89100	
5249670	Crandon	crandon	US	54520	1863	America/Chicago	45.57191	-88.90289	496	Ayr,Crandon,Krandon,krandwn,krndn  wyskansyn,Крандон,كراندون,کرندن، ویسکانسین	041	WI	041	17425	
5249712	Crescent	crescent	US	15046	0	America/Chicago	45.06774	-91.14681	347			WI	017	03075	
5249725	Crestview	crestview	US	32536	0	America/Chicago	42.81696	-87.81008	196			WI	101	11950	
5249726	Crestview	crestview	US	32536	0	America/Chicago	42.54168	-89.03122	238			WI	105	06525	
5249741	Crivitz	crivitz	US	54114	965	America/Chicago	45.23248	-88.00761	207	Crivitz,Ellis Junction		WI	075	17725	
5249778	Cross Plains	cross-plains	US	37049	4000	America/Chicago	43.11444	-89.65568	263	Baerville,Christina,Cross Plains,Crossplains,Foxville		WI	025	17775	
5249868	Cuba City	cuba-city	US	53807	2055	America/Chicago	42.60555	-90.42985	308	Craiglaw,Cuba,Cuba City,Western,Yuba		WI	043	17950	
5249871	Cudahy	cudahy	US	53110	18353	America/Chicago	42.95974	-87.86147	220	Kadakhej,kwdahy,kwdahy  wyskansyn,Кадахеј,كوداهي,کوداهی، ویسکانسین,کیڈاہی، وسکونسن,კადაჰი		WI	079	17975	
5249890	Cullen	cullen	US	23934	0	America/Chicago	44.96166	-87.85316	183			WI	083	45175	
5249896	Cumberland	cumberland	US	02864	2146	America/Chicago	45.53218	-92.01935	379	Cumberland,Island City,Kamberland,Kamberlend,kmbrland,kwmbrlnd  wyskansyn,Камберланд,Камберленд,كمبرلاند,کومبرلند، ویسکانسین		WI	005	18025	
5249920	Curran	curran	US	48728	0	America/Chicago	44.35611	-87.74565	229			WI	061	27250	
5249941	Curtiss	curtiss	US	54422	215	America/Chicago	44.95525	-90.43458	416			WI	019	18125	
5249946	Cushing	cushing	US	04563	0	America/Chicago	45.57051	-92.65104	309			WI	095	77050	
5249956	Custer	custer	US	40115	0	America/Chicago	44.51053	-89.42623	356	Custer,Custer Station		WI	097	77537	
5249958	Cutler	cutler	US	04626	0	America/Chicago	44.0258	-90.2368	282			WI	057	18225	
5250016	Dakota	dakota	US	55925	1207	America/Chicago	43.99025	-89.35651	256			WI	137	18475	
5250019	Dale	dale	US	14039	528	America/Chicago	44.27304	-88.67844	248	Dale,Dale Station		WI	087	18525	
5250027	Dallas	dallas	US	18612	390	America/Chicago	45.25913	-91.8149	323	Dallas,Даллас		WI	005	18575	
5250044	Dalton	dalton	US	01226	206	America/Chicago	43.65693	-89.20651	265			WI	047	39775	
5250060	Danbury	danbury	US	03230	172	America/Chicago	46.00661	-92.3713	286			WI	013	78775	
5250072	Dane	dane	US	53529	1120	America/Chicago	43.25055	-89.50151	328	Dane,Dane Station		WI	025	18700	
5250104	Darien	darien	US	06820	1610	America/Chicago	42.60168	-88.7076	289	Bruceville,Darien		WI	127	18825	
5250110	Danville	danville	US	03819	0	America/Chicago	43.31944	-88.95566	251			WI	027	23000	
5250121	Darlington	darlington	US	16115	2405	America/Chicago	42.68306	-90.11763	265	Darlington,darlyngtwn  wyskansyn,darlynjtwn,Дарлингтон,دارلينجتون,دارلینگتون، ویسکانسین,დარლინგტონი	065	WI	065	18875	
5250182	Dayton	dayton	US	08810	0	America/Chicago	42.82695	-89.51318	274			WI	045	24725	
5250201	De Pere	de-pere	US	54115	24724	America/Chicago	44.44888	-88.06038	183	De Per,De Pere,Depere,Depierre,dy byr,dy pr  wyskansyn,Де Пер,دي بير,دی پر، ویسکانسین,ڈی پیر، وسکونسن,დი-პერი		WI	009	19775	
5250209	De Soto	de-soto	US	31743	288	America/Chicago	43.42303	-91.19902	199	De Soto,Winneshieks Landing		WI	123	19850	
5250269	Decker	decker	US	47524	0	America/Chicago	43.47056	-87.86259	225	Decker,Decker Station		WI	089	06175	
5250285	Dedham	dedham	US	02026	0	America/Chicago	46.54216	-92.19797	242			WI	031	78675	
5250361	Deer Park	deer-park	US	11729	218	America/Chicago	45.18802	-92.38547	322	Deer Park,Deerpark		WI	109	19325	
5250367	Deerbrook	deerbrook	US	54424	0	America/Chicago	45.23358	-89.15567	466			WI	067	56200	
5250368	Deerfield	deerfield	US	01342	2499	America/Chicago	43.05194	-89.07567	267			WI	025	19250	
5250393	Delafield	delafield	US	53018	7180	America/Chicago	43.06084	-88.40371	275	Delafield,Delafild,Hayopolis,Nehamabin,Nemahbin,dlfyld  wyskansyn,dylafyld,Делафилд,دلفیلد، ویسکانسین,ديلافيلد		WI	133	19400	
5250399	Delavan	delavan	US	53115	8389	America/Chicago	42.63307	-88.64371	285	Delavan,dlwan  wyskansyn,dylafan,Делаван,دلوان، ویسکانسین,ديلافان		WI	127	19450	
5250440	Dellwood	dellwood	US	53927	563	America/Chicago	43.98414	-89.93874	278	Arkdale Station,Dellwood,Holmsville		WI	001	77800	
5250441	Dellwood	dellwood	US	53927	0	America/Chicago	43.56331	-89.84068	265			WI	111	19550	
5250470	Denmark	denmark	US	04022	2193	America/Chicago	44.34777	-87.82732	266			WI	009	19700	
5250547	Dewey	dewey	US	61840	0	America/Chicago	46.56939	-92.24492	248			WI	031	78675	
5250564	Dexter	dexter	US	04930	0	America/Chicago	43.84249	-88.48789	237			WI	039	27975	
5250593	Dickeyville	dickeyville	US	53808	1039	America/Chicago	42.62722	-90.59207	292	Dickeysville,Dickeyville		WI	043	20175	
5250683	Dodge	dodge	US	54625	121	America/Chicago	44.13219	-91.55209	204			WI	121	20300	
5250703	Dodgeville	dodgeville	US	49921	4652	America/Chicago	42.96027	-90.13012	369	Dodgeville,Dodzvil,Minersville,dajvili,dwdjfyl,dwjwyl  wyskansyn,Доџвил,دوجویل، ویسکانسین,دودجفيل,დაჯვილი	049	WI	049	20350	
5250750	Donald	donald	US	97020	0	America/Chicago	45.25247	-90.89708	366			WI	119	62100	
5250787	Dorchester	dorchester	US	02121	862	America/Chicago	45.00302	-90.33569	435			WI	019	20450	
5250847	Dousman	dousman	US	53118	2335	America/Chicago	43.01418	-88.4726	263	Dousman,Utica		WI	133	20550	
5250850	Dover	dover	US	02030	0	America/Chicago	45.67162	-90.18765	506			WI	099	23975	
5250862	Downing	downing	US	54734	270	America/Chicago	45.04635	-92.13213	299			WI	033	20675	
5250865	Downsville	downsville	US	13755	146	America/Chicago	44.77469	-91.93212	239			WI	033	21150	
5250873	Doylestown	doylestown	US	18901	295	America/Chicago	43.42776	-89.15011	288	Doylestown,Ostego		WI	021	20775	
5250885	Draper	draper	US	24324	0	America/Chicago	45.88635	-90.831	452			WI	113	20825	
5250897	Dresser	dresser	US	54009	860	America/Chicago	45.35607	-92.63354	283	Dresser,Dresser Junction		WI	095	20850	
5250911	Drummond	drummond	US	54832	154	America/Chicago	46.33689	-91.25797	397			WI	007	20887	
5250989	Dudley	dudley	US	01571	0	America/Chicago	45.33552	-89.4654	450			WI	069	70325	
5251003	Dunbar	dunbar	US	15431	50	America/Chicago	45.65079	-88.17151	356			WI	075	21000	
5251010	Dunbarton	dunbarton	US	03046	0	America/Chicago	42.56167	-90.13318	308			WI	065	73850	
5251015	Dundas	dundas	US	23938	0	America/Chicago	44.23416	-88.19844	248	Bearfoot Station,Dundas,Montford		WI	015	89000	
5251016	Dundee	dundee	US	14837	0	America/Chicago	43.65527	-88.16454	375			WI	039	60425	
5251024	Dunkirk	dunkirk	US	14048	0	America/Chicago	42.88139	-89.20984	255			WI	025	21100	
5251046	Dunnville	dunnville	US	42528	0	America/Chicago	44.71857	-91.90545	249			WI	033	21150	
5251056	Durand	durand	US	48429	1847	America/Chicago	44.62635	-91.96573	228	Djurand,dwrand,dwrnd  wyskansyn,Дјуранд,دوراند,دورند، ویسکانسین	091	WI	091	21225	
5251067	Durham	durham	US	03824	0	America/Chicago	42.8664	-88.07064	242	Durham,Durham Hill		WI	133	55275	
5251099	Duvall	duvall	US	98019	0	America/Chicago	44.66111	-87.71343	226			WI	061	66700	
5251122	Eagle	eagle	US	48822	1974	America/Chicago	42.87946	-88.47427	291	Eagle,Eagle Center,Pittman		WI	133	21425	
5251145	Eagle Lake	eagle-lake	US	04739	1192	America/Chicago	42.70696	-88.12814	244			WI	101	20625	
5251162	Eagle Point	eagle-point	US	97524	0	America/Chicago	45.03163	-91.39599	296	Eagle Point,Eaglepoint		WI	017	21600	
5251171	Eagle River	eagle-river	US	54521	1363	America/Chicago	45.91718	-89.2443	502	EGV,Igl River,ayghl ryfr,aygl rywr  wyskansyn,Игл Ривер,إيغل ريفر,ایگل ریور، ویسکانسین	125	WI	125	21625	
5251199	Eagleville	eagleville	US	19408	0	America/Chicago	42.85473	-88.43287	250			WI	133	21450	
5251200	Earl	earl	US	28038	0	America/Chicago	45.9105	-91.76045	335			WI	129	75800	
5251271	East Ellsworth	east-ellsworth	US	54010	0	America/Chicago	44.73413	-92.46797	326			WI	093	23525	
5251390	East Troy	east-troy	US	53120	4295	America/Chicago	42.78529	-88.4051	262			WI	127	22100	
5251402	Eastman	eastman	US	31023	410	America/Chicago	43.16637	-91.01763	371	Batavia,Eastman		WI	023	21900	
5251410	Easton	easton	US	02334	1085	America/Chicago	43.83803	-89.80679	281			WI	001	22000	
5251436	Eau Claire	eau-claire	US	16030	67778	America/Chicago	44.81135	-91.49849	240	Clearwater,EAU,Eau Claire,Eauclaire,O Kler,O Kleras,O-Klehr,O-Kler,Oklera,Oklēra,Ou Kler,aw klyr,aww klyyr  wskwnsn,aywklyr  wyskansyn,okeulleeo,okurea,ou ke lei er,qing shui shi,О Клер,О-Клер,О-Клэр,Оу Клер,أو كلير,اوو کلیئر، وسکونسن,ایوکلیر، ویسکانسین,โอแคลร์,ო-კლერი,オークレア,歐克雷爾,清水市,오클레어	035	WI	035	22300	
5251456	Eau Galle	eau-galle	US	54737	0	America/Chicago	44.69219	-92.01156	232			WI	033	22375	
5251514	Eden	eden	US	05652	862	America/Chicago	43.6936	-88.36094	315	Eden,Eden Station		WI	039	22475	
5251521	Edgar	edgar	US	54426	1462	America/Chicago	44.92719	-89.96346	393			WI	073	22550	
5251524	Edgerton	edgerton	US	43517	5532	America/Chicago	42.83528	-89.06761	249	Edgerton,Edzerton,Egerton,Fulton Station,ajrtwn  wyskansyn,aydjyrtwn,Еџертон,إيدجيرتون,اجرتون، ویسکانسین		WI	105	22575	
5251534	Edgewater	edgewater	US	07020	0	America/Chicago	45.74218	-91.47516	387			WI	113	22625	
5251541	Edgewood	edgewood	US	21040	0	America/Chicago	43.06251	-88.30176	265			WI	133	62240	
5251568	Edmund	edmund	US	53535	173	America/Chicago	42.96749	-90.26457	367			WI	049	44650	
5251573	Edson	edson	US	67733	0	America/Chicago	44.92996	-91.03487	329	Edson,Edson Center		WI	017	22750	
5251581	Egg Harbor	egg-harbor	US	54209	202	America/Chicago	45.04638	-87.29705	182			WI	029	22850	
5251626	El Paso	el-paso	US	61738	680	America/Chicago	44.76969	-92.34408	276	Ehl'-Paso,El Paso,Elpaso,Эль-Пасо		WI	093	23775	
5251643	Elcho	elcho	US	54428	339	America/Chicago	45.43579	-89.18345	498			WI	067	23050	
5251656	Elderon	elderon	US	54429	181	America/Chicago	44.78386	-89.24484	366	Elderon,Eldron		WI	073	23075	
5251662	Eldorado	eldorado	US	45321	1445	America/Chicago	43.82471	-88.62178	268	Eldon,Eldorado		WI	039	23150	
5251671	Eleva	eleva	US	54738	675	America/Chicago	44.5758	-91.47016	263	Dog Town,Eleva,New Chicago		WI	121	23175	
5251699	Elk Creek	elk-creek	US	24326	0	America/Chicago	44.42691	-91.3996	252	Elk Creek,Elkcreek		WI	121	32050	
5251709	Elk Grove	elk-grove	US	95624	0	America/Chicago	42.67166	-90.39096	307	Elk Grove,Elkgrove		WI	065	23262	
5251712	Elk Mound	elk-mound	US	54739	875	America/Chicago	44.87302	-91.691	282	Elk Mound,Elkmound		WI	033	23325	
5251723	Elkhart Lake	elkhart-lake	US	53020	963	America/Chicago	43.83333	-88.01787	289	Elkart Lake,Elkhart Lake,Elkheart Lake,Elkkhart Lejk,alkhart lyk,Елкхарт Лејк,إلخارت ليك		WI	117	23275	
5251729	Elkhorn	elkhorn	US	24831	9895	America/Chicago	42.67279	-88.54454	314	Bradleys,Elkhorn,Elkkhorn,alhwrn  wyskansyn,alkwrn,Елкхорн,إلكورن,الهورن، ویسکانسین	127	WI	127	23300	
5251741	Ellenboro	ellenboro	US	26346	0	America/Chicago	42.78333	-90.61374	227	Ellenboro,Ellenborough		WI	043	23400	
5251748	Ellis	ellis	US	67637	0	America/Chicago	44.57525	-89.44651	357			WI	097	72850	
5251755	Ellison Bay	ellison-bay	US	54210	165	America/Chicago	45.25471	-87.0715	181			WI	029	43925	
5251762	Ellisville	ellisville	US	39437	0	America/Chicago	44.45777	-87.68426	238			WI	061	54050	
5251764	Ellsworth	ellsworth	US	04605	3197	America/Chicago	44.73219	-92.48741	370	Ellsworth,Perry	093	WI	093	23525	
5251784	Elm Grove	elm-grove	US	53122	6172	America/Chicago	43.04307	-88.07898	227	Elm Grove,Elmgrove		WI	133	23575	
5251832	Elmhurst	elmhurst	US	11373	0	America/Chicago	45.0583	-89.18428	449			WI	067	69175	
5251836	Elmo	elmo	US	59915	0	America/Chicago	42.64278	-90.43596	309	Elmo,Junction		WI	043	74450	
5251838	Elmore	elmore	US	36025	0	America/Chicago	43.575	-88.30288	313	Ashford,Elmore		WI	039	03150	
5251845	Elmwood	elmwood	US	02337	808	America/Chicago	44.78108	-92.14601	262			WI	093	23700	
5251854	Elmwood Park	elmwood-park	US	07407	496	America/Chicago	42.69224	-87.8223	197			WI	101	23725	
5251866	Elroy	elroy	US	53929	1372	America/Chicago	43.7408	-90.27235	298			WI	057	23800	
5251871	Elton	elton	US	15934	0	America/Chicago	45.1683	-88.8865	423			WI	067	24575	
5251902	Embarrass	embarrass	US	54933	390	America/Chicago	44.66554	-88.70732	245			WI	135	23850	
5251996	Endeavor	endeavor	US	16322	460	America/Chicago	43.71581	-89.46623	241	Endeavor,Merritt's Landing,Merritts Landing		WI	077	24075	
5252015	Englewood	englewood	US	07631	0	America/Chicago	43.4286	-89.07511	271			WI	021	26875	
5252038	Enterprise	enterprise	US	26568	0	America/Chicago	45.49718	-89.25845	496			WI	085	24125	
5252122	Etna	etna	US	03750	0	America/Chicago	42.56583	-90.32763	231			WI	065	56625	
5252124	Ettrick	ettrick	US	54627	518	America/Chicago	44.16829	-91.26904	235			WI	121	24400	
5252135	Eureka	eureka	US	48833	220	America/Chicago	44.00443	-88.84178	235			WI	139	70125	
5252182	Evansville	evansville	US	47701	5228	America/Chicago	42.78028	-89.29928	278	Ehvansvill,Evansvil,Evansville,The Grove,awanswyl  wyskansyn,ayfansfyl,ebanzubiru,Евансвил,Эвансвилл,إيفانسفيل,اوانسویل، ویسکانسین,エバンズビル		WI	105	24550	
5252203	Evergreen	evergreen	US	23939	3669	America/Chicago	44.84247	-89.63762	358			WI	073	40550	
5252281	Excelsior	excelsior	US	55331	0	America/Chicago	43.25165	-90.62818	209			WI	103	67775	
5252289	Exeland	exeland	US	54835	196	America/Chicago	45.66802	-91.24405	365			WI	113	24700	
5252295	Exeter	exeter	US	02822	0	America/Chicago	42.79056	-89.58318	267			WI	045	24725	
5252316	Fair Play	fair-play	US	29643	0	America/Chicago	42.53556	-90.56068	274	Fair Play,Fairplay,Hard Town		WI	043	37800	
5252323	Fairburn	fairburn	US	30213	0	America/Chicago	43.97109	-89.03734	238			WI	047	72525	
5252325	Fairchild	fairchild	US	54741	563	America/Chicago	44.60024	-90.96293	328			WI	035	24825	
5252334	Fairfield	fairfield	US	04937	0	America/Chicago	42.63307	-88.77649	279			WI	105	09175	
5252349	Fairview	fairview	US	07022	0	America/Chicago	43.36803	-90.94291	369			WI	023	82100	
5252397	Fairwater	fairwater	US	53931	367	America/Chicago	43.74387	-88.86706	289			WI	039	25075	
5252463	Fall Creek	fall-creek	US	54742	1315	America/Chicago	44.76357	-91.2771	286	Cousins,Fall Creek,Fallcreek		WI	035	25125	
5252474	Fall River	fall-river	US	02720	1682	America/Chicago	43.38443	-89.04511	261	Fall River,Fallriver		WI	021	25150	
5252481	Falls City	falls-city	US	68355	0	America/Chicago	44.79718	-91.76878	260	Fall City,Falls City		WI	033	75750	
5252487	Falun	falun	US	67442	0	America/Chicago	45.77189	-92.5277	293			WI	013	88900	
5252491	Fancher	fancher	US	14452	0	America/Chicago	44.46303	-89.38567	347			WI	097	77537	
5252503	Fargo	fargo	US	31631	0	America/Chicago	43.45581	-90.95735	392			WI	123	27400	
5252521	Farmersville	farmersville	US	45325	0	America/Chicago	43.55833	-88.53149	299			WI	027		
5252524	Farmington	farmington	US	03835	0	America/Chicago	43.07612	-88.67205	267			WI	055	25300	
5252580	Fayette	fayette	US	13065	0	America/Chicago	42.75417	-90.0354	317			WI	065	25475	
5252605	Fence	fence	US	54120	0	America/Chicago	45.7444	-88.42429	469	Big Popple,Fence		WI	037	25575	
5252610	Fennimore	fennimore	US	53809	2488	America/Chicago	42.9836	-90.6554	364	Fennimore,Fennimore Center		WI	043	25600	
5252650	Ferryville	ferryville	US	54628	180	America/Chicago	43.35053	-91.10207	198	Big Landing,Ferryville		WI	023	25725	
5252670	Fifield	fifield	US	54524	0	America/Chicago	45.87968	-90.4221	454	Fifield,Flambeau		WI	099	25775	
5252689	Fillmore	fillmore	US	14735	0	America/Chicago	43.49833	-88.06065	257	Fillmore,Filmore		WI	131	25375	
5252719	Finley	finley	US	38030	0	America/Chicago	44.2133	-90.13624	290			WI	057	25850	
5253132	Fish Creek	fish-creek	US	54212	0	America/Chicago	45.12777	-87.24705	183	Fish Creek,Fishcreek		WI	029	28950	
5253190	Fisherville	fisherville	US	40023	0	America/Chicago	44.24055	-87.68009	199			WI	071	28975	
5253200	Fisk	fisk	US	63940	0	America/Chicago	43.95582	-88.67817	253	Fisk,Fisk Corners		WI	139	82175	
5253210	Fitzgerald	fitzgerald	US	31750	0	America/Chicago	43.98221	-88.62122	256			WI	139	01025	
5253219	Fitchburg	fitchburg	US	01420	27996	America/Chicago	42.96083	-89.46984	310	Fichburg,Fitchburg,Fitchburg Station,Greenfield,fychbrg  wskwnsn,fychbrg  wyskansyn,fytshbwrgh,Фичбург,فيتشبورغ,فیچبرگ، وسکونسن,فیچبرگ، ویسکانسین		WI	025	25950	
5253223	Five Points	five-points	US	36855	0	America/Chicago	43.01611	-89.53318	307	Five Corners,Five Points		WI	025	48000	
5253224	Five Points	five-points	US	36855	0	America/Chicago	42.81444	-90.80763	305			WI	043	06100	
5253225	Five Points	five-points	US	36855	0	America/Chicago	43.3197	-90.5954	324	Five Points,Fivepoints		WI	103	00675	
5253305	Florence	florence	US	01062	592	America/Chicago	45.92218	-88.2518	398	Eagle,Florence	037	WI	037	26200	
5253349	Folsom	folsom	US	19033	0	America/Chicago	43.43831	-90.83846	359			WI	123	27400	
5253352	Fond du Lac	fond-du-lac	US	54935	42933	America/Chicago	43.775	-88.43883	232	FLD,Fon du Lak,Fon-dju-Lak,Fond du Lac,Wanikamiu,fonde~yuraku,fwnd dw lak,fwnd dw lk  wyskansyn,Фон ду Лак,Фон-дю-Лак,فوند دو لاك,فوند دو لک، ویسکانسین,فونڈ ڈو لاک، وسکونسن,ფონდ-დუ-ლაკი,フォンデュラク	039	WI	039	26275	
5253369	Fontana	fontana	US	53125	1720	America/Chicago	42.55141	-88.5751	277	Fontana,Fontana on Geneva Lake,Fontana-on-Geneva Lake,Фонтана		WI	127	26350	
5253379	Footville	footville	US	53537	804	America/Chicago	42.67084	-89.209	253	Bachelors Grove,Footville		WI	105	26400	
5253391	Forest	forest	US	24551	0	America/Chicago	45.13663	-92.25963	343			WI	109	26525	
5253440	Forest Junction	forest-junction	US	54123	616	America/Chicago	44.21249	-88.14427	252	Baldwin,Forest Junction		WI	015	09750	
5253482	Forestville	forestville	US	14062	411	America/Chicago	44.69	-87.47926	194			WI	029	26625	
5253498	Fort Atkinson	fort-atkinson	US	52144	12426	America/Chicago	42.92889	-88.83705	239	Fort Atkinson,Fort Coscong,Fort Koshkonong,fwrt atkynswn,fwrt atkynswn  wyskansyn,Форт Аткинсон,فورت أتكينسون,فورت اتکینسون، ویسکانسین		WI	055	26675	
5253532	Foster	foster	US	02825	0	America/Chicago	44.64302	-91.31182	298	Emmett,Foster		WI	035	15200	
5253549	Fountain City	fountain-city	US	47341	848	America/Chicago	44.13191	-91.71876	203	Fauntin Siti,Fountain City,Holmes Landing,Wah-mah-dee,Wha-ma-dee,fantyn syty  wyskansyn,fawntn syty,Фаунтин Сити,فانتین سیتی، ویسکانسین,فاونتن سيتي		WI	011	26850	
5253570	Fountain Valley	fountain-valley	US	92708	0	America/Chicago	44.09081	-88.98623	237			WI	137	64975	
5253573	Four Corners	four-corners	US	82715	0	America/Chicago	45.67134	-92.59076	307	Four Corners,The Corners		WI	013	80375	
5253574	Four Corners	four-corners	US	82715	0	America/Chicago	45.1683	-88.84483	419			WI	067	24575	
5253575	Four Corners	four-corners	US	82715	0	America/Chicago	44.07496	-90.91375	268	Four Corners,Rosedale		WI	081	44975	
5253638	Fox Lake	fox-lake	US	53933	1478	America/Chicago	43.56554	-88.9065	277	Day-wau-sha-ra,Fox Lake,Foxlake,Waushara		WI	027	27000	
5253683	Foxboro	foxboro	US	02035	0	America/Chicago	46.49855	-92.28797	281			WI	031	78275	
5253695	Francis Creek	francis-creek	US	54214	653	America/Chicago	44.19944	-87.72148	223	Axelyn,Francis Creek,French Creek		WI	071	27125	
5253709	Franklin	franklin	US	02038	0	America/Chicago	44.21274	-91.12376	271			WI	053	27225	
5253710	Franklin	franklin	US	02038	36222	America/Chicago	42.88863	-88.03842	244	Franklin,Frenklin,franklyn,franklyn  wyskansyn,Франклин,Френклин,فرانكلين,فرانکلین، ویسکانسین,فرینکلن، ملواکی کاؤنٹی، وسکونسن,ფრანკლინი		WI	079	27300	
5253711	Franklin	franklin	US	02038	0	America/Chicago	43.83555	-87.90148	241			WI	117	34050	
5253762	Franksville	franksville	US	53126	1846	America/Chicago	42.76002	-87.91341	222	Franks Villa,Franksville,Skunk Grove		WI	101	11950	
5253772	Frederic	frederic	US	49733	1105	America/Chicago	45.65912	-92.46714	370	Frederic,Frederick		WI	095	27500	
5253778	Fredonia	fredonia	US	14063	2222	America/Chicago	43.47056	-87.95065	248	Fredonia,Fredonia Station,Stoney Creek		WI	089	27550	
5253796	Freedom	freedom	US	03836	0	America/Chicago	44.38638	-88.28872	229	Freedom,Sagola		WI	087	27650	
5253809	Freeman	freeman	US	23856	0	America/Chicago	45.34969	-88.829	456	Freeman,Freemans		WI	067	42425	
5253823	Fremont	fremont	US	03044	665	America/Chicago	44.2597	-88.86483	229	Fremont,Frimont,Springer's Point,Фримонт		WI	135	27800	
5253857	Frenchville	frenchville	US	04745	0	America/Chicago	44.14968	-91.32293	226			WI	121	28150	
5253884	Friendship	friendship	US	04547	670	America/Chicago	43.97053	-89.81679	291	Frendship,frynd shyb,Френдшип,فريند شيب,فرینڈشپ، وسکونسن,ფრენდშიპი	001	WI	001	27950	
5253903	Friesland	friesland	US	53935	354	America/Chicago	43.5886	-89.06733	307	Friesland,Randolph Center,Randolph Centre		WI	021	28000	
5253958	Fulton	fulton	US	13069	0	America/Chicago	42.80806	-89.12761	243			WI	105	28075	
5253998	Galesville	galesville	US	20765	1551	America/Chicago	44.08163	-91.34904	222	Gejlsvil,ghalsfyl,glswyl  wyskansyn,Гејлсвил,غالسفيل,گلسویل، ویسکانسین		WI	121	28200	
5254009	Galloway	galloway	US	26349	0	America/Chicago	44.71275	-89.26428	357	Galloway,Hunters Camp		WI	073	27450	
5254058	Garfield	garfield	US	07026	0	America/Chicago	44.56192	-89.29428	349			WI	097	56850	
5254124	Gays Mills	gays-mills	US	54631	530	America/Chicago	43.31748	-90.84485	214			WI	023	28450	
5254140	Genesee	genesee	US	16923	0	America/Chicago	42.95279	-88.35898	272	Genesee,Jenkinsville		WI	133	28487	
5254149	Genoa	genoa	US	13071	269	America/Chicago	43.57664	-91.2243	199	Badaxe,Genoa		WI	123	28625	
5254150	Genoa City	genoa-city	US	53128	3029	America/Chicago	42.49835	-88.32815	253	Genoa City,Genoa Junction		WI	127	28675	
5254158	Genesee Depot	genesee-depot	US	53127	0	America/Chicago	42.96668	-88.37121	277			WI	133	28487	
5254168	Georgetown	georgetown	US	01833	0	America/Chicago	42.62416	-90.48457	301	Georgetown,Smelser		WI	043	74450	
5254217	Germantown	germantown	US	12526	0	America/Chicago	43.52581	-90.22152	304			WI	103	85675	
5254218	Germantown	germantown	US	12526	19993	America/Chicago	43.22862	-88.11037	264			WI	131	28875	
5254266	Gilbert	gilbert	US	18331	0	America/Chicago	45.43136	-89.69319	440			WI	069	09225	
5254281	Gile	gile	US	54525	0	America/Chicago	46.42828	-90.22518	456			WI	051	54075	
5254298	Gillett	gillett	US	16925	1353	America/Chicago	44.88999	-88.30732	247	Gillett,Gillett Center		WI	083	29050	
5254311	Gilman	gilman	US	05904	397	America/Chicago	45.16664	-90.80763	376			WI	119	29175	
5254323	Gilmanton	gilmanton	US	03237	0	America/Chicago	44.4708	-91.67599	238	Gilmanton,Gilmantown,Loomis Settlement,Mann's Mill,Mans Mill		WI	011	29225	
5254357	Gleason	gleason	US	38229	0	America/Chicago	45.30885	-89.49651	447			WI	069	70325	
5254363	Glen Flora	glen-flora	US	54526	87	America/Chicago	45.4958	-90.89403	388	Glen Flora,Glenflora,Miller's Siding		WI	107	29475	
5254367	Glen Haven	glen-haven	US	53810	73	America/Chicago	42.82638	-91.07096	199	Glen Haven,Glenhaven,Rays Landing,Stump Town		WI	043	29525	
5254395	Glenbeulah	glenbeulah	US	53023	459	America/Chicago	43.79722	-88.04732	298	Clarks Mill,Glen Beulah,Glenbeulah		WI	117	29350	
5254400	Glencoe	glencoe	US	41046	0	America/Chicago	44.27524	-91.61182	390			WI	011	29375	
5254404	Glendale	glendale	US	01229	12870	America/Chicago	43.13529	-87.93564	199	Glendeilas,Glendejl,ghlyndyl,glendeili,glndyl  wyskansyn,Глендейл,Глендејл,غلينديل,گلندیل، ویسکانسین,გლენდეილი		WI	079	29400	
5254405	Glendale	glendale	US	01229	0	America/Chicago	43.78219	-90.34569	324			WI	081	29450	
5254435	Glenwood City	glenwood-city	US	54013	1219	America/Chicago	45.05857	-92.17241	314	Glenwood,Glenwood City		WI	109	29625	
5254441	Glidden	glidden	US	51443	507	America/Chicago	46.13495	-90.57851	464	Chippewa Crossing,Glidden		WI	003	37775	
5254449	Glover	glover	US	05839	0	America/Chicago	44.91302	-92.68048	299			WI	109	80800	
5254457	Globe	globe	US	85501	0	America/Chicago	44.65441	-90.65931	344			WI	019	85925	
5254545	Goodman	goodman	US	39079	271	America/Chicago	45.63135	-88.35345	424			WI	075	29775	
5254559	Goodrich	goodrich	US	48438	0	America/Chicago	45.14941	-90.08569	445			WI	119	29837	
5254621	Gordon	gordon	US	17936	176	America/Chicago	46.24689	-91.79852	315	Amick,Gordon		WI	031	29925	
5254649	Gotham	gotham	US	53540	191	America/Chicago	43.22332	-90.29151	218	Gotham,Richland City		WI	103	10950	
5254739	Grafton	grafton	US	01519	11527	America/Chicago	43.31973	-87.95342	231	Grafton,Hamburg		WI	089	30000	
5254767	Grand Marsh	grand-marsh	US	53936	127	America/Chicago	43.88692	-89.70624	308	Grand Marsh,Grandmarsh		WI	001	56525	
5254784	Grand View	grand-view	US	54839	163	America/Chicago	46.36745	-91.10825	320	Grand View,Grandview,Pratt		WI	007	30175	
5254875	Granton	granton	US	54436	348	America/Chicago	44.58885	-90.46125	341			WI	019	30425	
5254880	Grantsburg	grantsburg	US	47123	1289	America/Chicago	45.77634	-92.6827	291	GTG,Grantsburg,Kitchi-maski-gimi-nika-ning		WI	013	30450	
5254891	Granville	granville	US	01034	0	America/Chicago	43.17751	-88.04398	224			WI	079	53000	
5254925	Gratiot	gratiot	US	43740	237	America/Chicago	42.57889	-90.02262	247			WI	065	30575	
5254944	Graytown	graytown	US	43432	0	America/Chicago	45.19941	-92.12713	324			WI	033	56775	
5254962	Green Bay	green-bay	US	23942	105207	America/Chicago	44.51916	-88.01983	180	GRB,Green Bay,Greenbay,Grijn Bej,Grin Bej,Grin Bejus,Grin Bey,Grin Bėjus,Grin-Bej,Nkrin Bei,ge lin bei,geulinbei,ghryn bay,grin-bei,grina be,gryn byy,gurinbei,kri nbey,Γκριν Μπέι,Грийн Бей,Грин Беј,Грин-Бей,Грін-Бей,Գրին Բեյ,גרין ביי,غرين باي,گرین بے، وسکانسن,گرین‌بی، ویسکانسین,ग्रीन बे,กรีนเบย์,გრინ-ბეი,グリーンベイ,格林贝,그린베이	009	WI	009	31000	
5255004	Green Lake	green-lake	US	54941	984	America/Chicago	43.84415	-88.96011	245	Dartford,Green Lake,Village of Dartford	047	WI	047	31300	
5255039	Green Valley	green-valley	US	54127	133	America/Chicago	44.79555	-88.27038	247	Green Valley,Greenvalley		WI	115	31500	
5255049	Greenbush	greenbush	US	02040	162	America/Chicago	43.77666	-88.08399	296			WI	117	31100	
5255057	Greendale	greendale	US	53129	14333	America/Chicago	42.94057	-87.99592	225	Grindejl,Gryndeilas,ghryndyl,grindeili,Гриндејл,غرينديل,გრინდეილი		WI	079	31125	
5255068	Greenfield	greenfield	US	01301	37349	America/Chicago	42.9614	-88.01259	242	Grinfild,ghrynfyld,grinpildi,grynfyld  wyskansyn,Гринфилд,غرينفيلد,گرین فیلڈ، وسکونسن,گرینفیلد، ویسکانسین,გრინფილდი		WI	079	31175	
5255091	Greenleaf	greenleaf	US	54126	607	America/Chicago	44.31332	-88.09621	218	Green Leaf,Greenleaf		WI	009	89175	
5255099	Greenville	greenville	US	02828	0	America/Chicago	44.30026	-88.5365	248	ATW,Greenville		WI	087	31550	
5255102	Greenwood	greenwood	US	04255	1013	America/Chicago	44.77024	-90.59931	360			WI	019	31575	
5255103	Greenwood	greenwood	US	04255	635	America/Chicago	43.56386	-90.41846	281			WI	123	31625	
5255162	Gresham	gresham	US	29546	572	America/Chicago	44.85303	-88.78816	283			WI	115	31675	
5255275	Guthrie	guthrie	US	42234	0	America/Chicago	42.92501	-88.20009	286			WI	133	82575	
5255314	Hale	hale	US	48739	0	America/Chicago	44.4658	-91.26238	284			WI	121	32050	
5255320	Hales Corners	hales-corners	US	53130	7759	America/Chicago	42.93751	-88.0487	238			WI	079	32075	
5255328	Hager City	hager-city	US	54014	338	America/Chicago	44.60163	-92.53825	219			WI	093	80550	
5255364	Hallie	hallie	US	41821	0	America/Chicago	44.88274	-91.43266	275			WI	017	41525	
5255402	Hamilton	hamilton	US	01936	0	America/Chicago	43.69749	-88.45872	301			WI	039	11600	
5255403	Hamilton	hamilton	US	01936	0	America/Chicago	43.28417	-87.97176	214			WI	089	13400	
5255424	Hamburg	hamburg	US	07419	0	America/Chicago	45.09052	-89.88513	447	Hamburg,Hamburgh		WI	073	32200	
5255427	Hammond	hammond	US	13646	1898	America/Chicago	44.97886	-92.43575	354	Khammond,Хаммонд		WI	109	32325	
5255446	Hancock	hancock	US	03449	400	America/Chicago	44.13358	-89.52318	331	Hancock,Sylvester		WI	137	32450	
5255474	Hannibal	hannibal	US	13074	0	America/Chicago	45.25247	-90.78902	386			WI	119	15450	
5255476	Hanover	hanover	US	02339	181	America/Chicago	42.63862	-89.16206	242	Bass Creek,Hanover,Hanover Junction		WI	105	63675	
5255525	Harbor Springs	harbor-springs	US	49740	0	America/Chicago	44.06415	-88.68567	229			WI	139	59900	
5255560	Harmony	harmony	US	02829	0	America/Chicago	45.09915	-87.81983	213	Harmony,Harmony Corners		WI	075	31725	
5255596	Harrison	harrison	US	04040	0	America/Chicago	45.47746	-89.5068	486	Harrison,Mitchell		WI	069	32875	
5255619	Harrisville	harrisville	US	02830	0	America/Chicago	43.87776	-89.4054	250			WI	077	32775	
5255621	Harshaw	harshaw	US	54529	0	America/Chicago	45.66551	-89.65542	459			WI	085	13025	
5255628	Hartford	hartford	US	05047	14355	America/Chicago	43.31778	-88.37899	299	Hartford,Khartford,Wright,hartfwrd,Хартфорд,هارتفورد,ہارٹفورڈ، وسکونسن		WI	131	33000	
5255640	Hartland	hartland	US	04943	9219	America/Chicago	43.10501	-88.34204	285	Hartland,Hershey's Mills,Hersheyville,Sha-ba-qua-nake,Warren		WI	133	33100	
5255700	Hatfield	hatfield	US	01038	141	America/Chicago	44.41468	-90.7307	271	Frankville,Hatfield,Hatfield Station		WI	053	00350	
5255709	Hatley	hatley	US	54440	605	America/Chicago	44.88747	-89.33873	386			WI	073	33175	
5255726	Haugen	haugen	US	54841	286	America/Chicago	45.60884	-91.77489	375			WI	005	33225	
5255745	Haven	haven	US	67543	0	America/Chicago	43.84833	-87.75342	198			WI	117	54475	
5255755	Hawkins	hawkins	US	54530	284	America/Chicago	45.51497	-90.71987	418	Hawkins,Main Creek		WI	107	33275	
5255777	Hawthorne	hawthorne	US	07506	0	America/Chicago	46.503	-91.86075	355			WI	031	33350	
5255860	Hayes	hayes	US	23072	0	America/Chicago	44.99971	-88.42288	261			WI	083	35925	
5255882	Hayward	hayward	US	54843	2296	America/Chicago	46.01301	-91.48462	363	HYR,Khejuurd,Khejvard,hai wo de,hayward,hywrd  wyskansyn,Хейуърд,Хејвард,هايوارد,هیورد، ویسکانسین,海沃德	113	WI	113	33450	
5255902	Hazel Green	hazel-green	US	35750	1247	America/Chicago	42.53278	-90.43457	293	Hard Scrabble,Hardy Scrape,Hazel Green,Hazelgreen,Hazle		WI	043	33500	
5255912	Hazelhurst	hazelhurst	US	54531	0	America/Chicago	45.80773	-89.72515	491			WI	085	33575	
5255924	Heafford Junction	heafford-junction	US	54532	0	America/Chicago	45.54719	-89.71542	454			WI	069	09225	
5255948	Hebron	hebron	US	03241	224	America/Chicago	42.92529	-88.6926	257			WI	055	33700	
5255984	Helena	helena	US	13649	0	America/Chicago	43.17138	-90.02235	217	Helena,Helena Station		WI	049	02575	
5255985	Helenville	helenville	US	53137	249	America/Chicago	43.01195	-88.69955	257			WI	055	37925	
5256003	Hematite	hematite	US	63047	0	America/Chicago	45.90912	-88.20958	407			WI	037	26200	
5256004	Hemlock	hemlock	US	14466	0	America/Chicago	44.82358	-90.61181	359			WI	019	83350	
5256069	Herbster	herbster	US	54844	104	America/Chicago	46.83243	-91.26102	190	Cranberry River,Herbster		WI	007	15750	
5256101	Hertel	hertel	US	54845	0	America/Chicago	45.80856	-92.17519	316			WI	013	40975	
5256105	Hersey	hersey	US	49639	0	America/Chicago	44.96274	-92.21157	365	Hersey,Hersey Station		WI	109	75950	
5256114	Hewitt	hewitt	US	07421	815	America/Chicago	44.64496	-90.10013	384			WI	141	34250	
5256145	Hickory Corners	hickory-corners	US	49060	0	America/Chicago	45.00471	-88.25399	256			WI	083	49000	
5256147	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	43.1061	-90.59929	339			WI	043	34300	
5256148	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	44.29833	-87.86759	265			WI	071	16950	
5256166	Hickory Hills	hickory-hills	US	60457	0	America/Chicago	42.86389	-89.02178	245			WI	025	00875	
5256200	High Bridge	high-bridge	US	08829	0	America/Chicago	46.38884	-90.7363	304	High Bridge,Highbridge,Jomia-sibing		WI	003	03250	
5256232	Highland	highland	US	12528	843	America/Chicago	43.04666	-90.37985	364	Franklin,Highland		WI	049	34450	
5256250	Highland Park	highland-park	US	08904	0	America/Chicago	43.89416	-88.34761	233			WI	039	12075	
5256278	Highwood	highwood	US	59450	0	America/Chicago	42.86001	-89.02178	249			WI	025	00875	
5256281	Hilbert	hilbert	US	54129	1106	America/Chicago	44.14027	-88.16399	255			WI	015	34575	
5256376	Hillsboro	hillsboro	US	21641	1420	America/Chicago	43.6522	-90.34402	303	Hillsboro,Hillsborough,Khillsboro,Хиллсборо		WI	123	34825	
5256385	Hillsdale	hillsdale	US	07642	0	America/Chicago	45.31579	-91.85962	365	Hillsdale,Mooneys Mill		WI	005	48825	
5256387	Hillside	hillside	US	07205	0	America/Chicago	42.93473	-89.04289	253			WI	025	00875	
5256459	Hines	hines	US	56647	0	America/Chicago	46.543	-91.90825	338			WI	031	33350	
5256463	Hingham	hingham	US	02043	886	America/Chicago	43.63889	-87.91426	245			WI	117	44150	
5256485	Hixton	hixton	US	54635	426	America/Chicago	44.38579	-91.01432	281	Alma,Hicks Town,Hixton,Williamsport		WI	053	35075	
5256510	Hochheim	hochheim	US	77967	0	America/Chicago	43.45694	-88.46927	355			WI	027	34000	
5256585	Holland	holland	US	01521	0	America/Chicago	44.2486	-88.17177	234			WI	009	35325	
5256593	Hollandale	hollandale	US	38748	290	America/Chicago	42.87583	-89.93623	271			WI	049	35400	
5256597	Holcombe	holcombe	US	54745	267	America/Chicago	45.22441	-91.11736	319	Holcombe,Little Falls		WI	017	41550	
5256599	Hollister	hollister	US	27844	0	America/Chicago	45.24802	-88.7915	421			WI	067	88450	
5256613	Holmen	holmen	US	54636	9651	America/Chicago	43.9633	-91.25625	215	Cricken,Frederickstown,Holmen		WI	063	35450	
5256628	Holt	holt	US	32564	0	America/Chicago	44.71747	-89.32539	366			WI	073	27450	
5256659	Holy Cross	holy-cross	US	52053	0	America/Chicago	43.47028	-87.89565	236			WI	089	06175	
5256797	Homer	homer	US	13077	0	America/Chicago	43.08526	-90.61679	323			WI	043	34300	
5256825	Honey Creek	honey-creek	US	51542	0	America/Chicago	42.74835	-88.30787	246	Honey Creek,Honeycreek		WI	127	76175	
5256869	Hope	hope	US	02831	0	America/Chicago	43.05166	-89.24623	261			WI	025	17200	
5256908	Horicon	horicon	US	53032	3689	America/Chicago	43.45138	-88.63121	268	Elk Village,Horicon,Hubbard's Town,Hubbards Rapids,Indian Ford		WI	027	35750	
5256944	Horse Creek	horse-creek	US	82061	0	America/Chicago	45.25746	-92.58326	287	Alden,Aldon,Horse Creek		WI	095	00950	
5257002	Hortonville	hortonville	US	12745	2712	America/Chicago	44.3347	-88.63816	242			WI	087	35850	
5257016	Houlton	houlton	US	04730	386	America/Chicago	45.06052	-92.79132	266			WI	109	70825	
5257029	Howard	howard	US	16841	19250	America/Chicago	44.5436	-88.08816	187			WI	009	35950	
5257030	Howard	howard	US	16841	0	America/Chicago	44.95052	-91.53766	299	Craft,Howard		WI	017	36000	
5257079	Hubertus	hubertus	US	53033	0	America/Chicago	43.23667	-88.2212	308			WI	131	67475	
5257853	Jennings	jennings	US	32053	0	America/Chicago	45.50746	-89.07206	492			WI	085	72125	
5257080	Hudson	hudson	US	01749	13566	America/Chicago	44.97469	-92.75687	216	Buena Vista,Gudzon,Hudson,Khadson,Willow River,hdswn,hwdswn  wyskansyn,Гудзон,Хадсон,هدسون,هودسون، ویسکانسین,ہڈسن، وسکونسن	109	WI	109	36250	
5257109	Hoyt	hoyt	US	66440	0	America/Chicago	46.4105	-90.29962	480			WI	051	61825	
5257117	Humbird	humbird	US	54746	266	America/Chicago	44.52913	-90.88931	312			WI	019	51125	
5257121	Humboldt	humboldt	US	38343	0	America/Chicago	44.50194	-87.82593	247			WI	009	36425	
5257163	Hurley	hurley	US	12443	1493	America/Chicago	46.44967	-90.18656	456	Kherli,harli,hwrly  wyskansyn,hyrly,Херли,هورلی، ویسکانسین,هيرلي,ჰარლი	051	WI	051	36525	
5257168	Huron	huron	US	38345	0	America/Chicago	45.11941	-90.98264	352			WI	017	16125	
5257172	Hurricane	hurricane	US	25526	0	America/Chicago	42.78471	-90.77124	299	Hurricane,Hurricane Grove		WI	043	75075	
5257178	Huntington	huntington	US	01050	0	America/Chicago	45.19191	-92.55881	279			WI	109	76850	
5257183	Hustisford	hustisford	US	53034	1100	America/Chicago	43.34611	-88.60066	263	Hushsford,Hustis Rapids,Hustisford,Rock River Rapids		WI	027	36625	
5257188	Hustler	hustler	US	54637	192	America/Chicago	43.87997	-90.2718	283			WI	057	36675	
5257206	Hyde	hyde	US	16843	0	America/Chicago	43.07333	-89.98179	240	Hyde,Hydes Mills		WI	049	67900	
5257228	Idlewild	idlewild	US	38346	0	America/Chicago	44.88833	-87.42732	180			WI	029	55500	
5257353	Independence	independence	US	24348	1341	America/Chicago	44.35691	-91.42043	238			WI	121	36800	
5257397	Indian Hills	indian-hills	US	80454	0	America/Chicago	43.8047	-88.98984	265			WI	047	31350	
5257438	Ingram	ingram	US	40955	74	America/Chicago	45.50497	-90.81236	394			WI	107	36925	
5257448	Inlet	inlet	US	13360	0	America/Chicago	42.62724	-88.5851	287	Delavan Lake,Inlet		WI	127	19475	
5257499	Iola	iola	US	54945	1273	America/Chicago	44.50803	-89.13067	290			WI	135	37025	
5257511	Ipswich	ipswich	US	01938	0	America/Chicago	42.7075	-90.41041	315			WI	065	23262	
5257516	Institute	institute	US	25112	0	America/Chicago	44.89333	-87.28704	210			WI	029	72600	
5257532	Iron Belt	iron-belt	US	54536	173	America/Chicago	46.4005	-90.32434	474	Iron Belt,Ironbelt		WI	051	40075	
5257548	Iron Ridge	iron-ridge	US	53035	904	America/Chicago	43.39972	-88.5326	284	Iron Ridge,Iron Ridge Station,Ironridge		WI	027	37150	
5257551	Iron River	iron-river	US	49935	761	America/Chicago	46.56439	-91.40825	337			WI	007	37200	
5257567	Ironton	ironton	US	45638	256	America/Chicago	43.54609	-90.14124	290			WI	111	37225	
5257570	Irvine	irvine	US	16329	0	America/Chicago	44.92552	-91.41988	250			WI	017	14575	
5257572	Irving	irving	US	14081	0	America/Chicago	44.18996	-90.90125	226			WI	053	37275	
5257583	Irvington	irvington	US	07111	0	America/Chicago	44.83607	-91.95462	235			WI	033	51050	
5257611	Island Lake	island-lake	US	60042	0	America/Chicago	45.31885	-91.36904	330			WI	107	07175	
5257623	Island Park	island-park	US	11558	0	America/Chicago	44.02276	-88.80233	229	Delhi,Island Park		WI	139	70125	
5257635	Itasca	itasca	US	60143	0	America/Chicago	46.67466	-92.00658	196			WI	031	78650	
5257638	Ithaca	ithaca	US	14850	0	America/Chicago	43.34082	-90.28179	227			WI	103	37500	
5257646	Ixonia	ixonia	US	53036	1624	America/Chicago	43.14389	-88.59732	263			WI	055	37600	
5257669	Jackson	jackson	US	03846	6859	America/Chicago	43.32389	-88.16676	272	Dzhekson,Джексон		WI	131	37675	
5257714	Jacksonport	jacksonport	US	72075	0	America/Chicago	44.97861	-87.18566	180	Jacksonport,Medemoya-Seebe		WI	029	37750	
5257717	Jacksonville	jacksonville	US	05342	0	America/Chicago	43.95191	-90.55763	311			WI	081	00475	
5257744	Jamestown	jamestown	US	02835	0	America/Chicago	42.58778	-90.54846	282			WI	043	37800	
5257754	Janesville	janesville	US	50647	64123	America/Chicago	42.68279	-89.01872	255	Black Hawk,Dzejnsvil,Dzhejnsvil',Dzhejnsvill,E-nee-poro-poro,JVL,Janesville,jaynsfyl,jeinseubil,jeinsvili,jenzubiru,jnswyl  wskwnsn,jynswyl  wyskansyn,Џејнсвил,Джейнсвилл,Джейнсвіль,جاينسفيل,جنسویل، وسکونسن,جینسویل، ویسکانسین,ჯეინსვილი,ジェーンズビル,제인스빌	105	WI	105	37825	
5257784	Jefferson	jefferson	US	01522	7941	America/Chicago	43.00556	-88.80733	244	Dzeferson,Dzhefferson,jepersoni,jfrswn  wyskansyn,jyfrswn,Џеферсон,Джефферсон,جفرسون، ویسکانسین,جيفرسون,ჯეფერსონი	055	WI	055	37900	
5257849	Jenkinsville	jenkinsville	US	29065	0	America/Chicago	42.63472	-90.36985	267			WI	065	06850	
5257867	Jericho	jericho	US	05465	0	America/Chicago	43.96999	-88.26649	304			WI	015	10350	
5257868	Jericho	jericho	US	05465	0	America/Chicago	42.87835	-88.42287	274			WI	133	55075	
5257883	Jersey City	jersey-city	US	07097	0	America/Chicago	45.48525	-89.74458	442			WI	069	80125	
5257903	Jewett	jewett	US	12444	0	America/Chicago	45.11747	-92.43631	317	Jewett,Jewett Mills,Jewetts Mills		WI	109	24275	
5257907	Jim Falls	jim-falls	US	54748	237	America/Chicago	45.04524	-91.27293	291	Ermatinger Falls,Jim Falls,Vermillion Falls		WI	017	02175	
5257942	Johannesburg	johannesburg	US	49751	0	America/Chicago	45.16524	-92.59409	271	Joanesburg,Johannesburg,New Johannesburg		WI	109	76850	
5257981	Johnsburg	johnsburg	US	12843	0	America/Chicago	43.87721	-88.28983	288	Hinesberg,Johnsburg		WI	039	79125	
5257982	Johnson	johnson	US	05656	0	America/Chicago	45.01136	-89.35595	438			WI	073	22025	
5257996	Johnson Creek	johnson-creek	US	53038	2913	America/Chicago	43.07611	-88.77427	253	Belleville,Johnson City,Johnson Creek,Johnson's Creek		WI	055	38350	
5258057	Johnsonville	johnsonville	US	12094	0	America/Chicago	43.79833	-87.90954	231	Johnsonville,Schnapsville,Whiskeyville		WI	117	73050	
5258063	Johnstown	johnstown	US	12095	0	America/Chicago	42.70001	-88.80622	290			WI	105	38450	
5258115	Jordan	jordan	US	13080	0	America/Chicago	44.57469	-89.50512	341			WI	097	36350	
5258153	Juda	juda	US	53550	357	America/Chicago	42.58973	-89.50595	258	Juda,Springfield		WI	045	37875	
5258182	Junction	junction	US	62954	0	America/Chicago	45.00969	-90.90236	354			WI	019	79650	
5258183	Junction City	junction-city	US	31812	431	America/Chicago	44.5908	-89.76735	349	Junction,Junction City		WI	097	38650	
5258190	Juneau	juneau	US	53039	2692	America/Chicago	43.40555	-88.7051	283	Dodge Center,Dzhuno,Juneau,UNU,Victory,Джуно	027	WI	027	38675	
5258217	Jump River	jump-river	US	54434	52	America/Chicago	45.35303	-90.80125	358			WI	119	38627	
5258264	Kansasville	kansasville	US	53139	0	America/Chicago	42.68252	-88.11036	250	Brighton,Dover,Kansasville		WI	101	20625	
5258296	Kaukauna	kaukauna	US	54130	15854	America/Chicago	44.27804	-88.27205	200	Kakaling,Kaukauna,Kokona,Okakaning,kakana  wyskansyn,kawkawna,kawkawna  wskwnsn,Кокона,كاوكاونا,كاوكاونا، وسکونسن,کاکانا، ویسکانسین,კაუკაუნა		WI	087	38800	
5258300	Keene	keene	US	03431	0	America/Chicago	44.36692	-89.47428	328			WI	097	10925	
5258332	Kellnersville	kellnersville	US	54215	321	America/Chicago	44.22583	-87.80231	253	Kellners Corners,Kellnersville		WI	071	39000	
5258336	Kelly	kelly	US	28448	0	America/Chicago	43.96663	-90.09985	277			WI	057	15225	
5258337	Kelly	kelly	US	28448	0	America/Chicago	44.9133	-89.56262	371	Kelley,Kelly		WI	073	86025	
5258368	Kendall	kendall	US	14476	476	America/Chicago	43.79219	-90.36846	314	Kendall,Кендалл		WI	081	39150	
5258371	Kennan	kennan	US	54537	130	America/Chicago	45.53136	-90.58709	460	Kennan,Kennan Station,Ripley		WI	099	39175	
5258393	Kenosha	kenosha	US	53140	99858	America/Chicago	42.58474	-87.82119	184	ENW,Kenosa,Kenosha,Kenoša,Southport,kenosha,keonosya,knwsha  wyskansyn,kynwsha,kynwsha  wskwnsn,qnwsh,Кеноша,Կենոշա,קנושה,كينوشا,کنوشا، ویسکانسین,کینوشا، وسکونسن,კენოშა,ケノーシャ,커노샤	059	WI	059	39225	
5258448	Keshena	keshena	US	54135	1262	America/Chicago	44.88387	-88.63372	251		078	WI	078	50975	
5258480	Kewaskum	kewaskum	US	53040	4096	America/Chicago	43.52083	-88.22899	291	Kewaskum,Kewaskums Camp		WI	131	39300	
5258490	Kewaunee	kewaunee	US	54216	2876	America/Chicago	44.45833	-87.50314	185	Kivoni,kywany  wyskansyn,kywawny,Кивони,كيواوني,کیوانی، ویسکانسین,კეუონი	061	WI	061	39350	
5258525	Kiel	kiel	US	53042	3719	America/Chicago	43.91249	-88.03565	279	Kiel,Schleswig		WI	071	39525	
5258536	Kieler	kieler	US	53812	497	America/Chicago	42.58139	-90.60263	271			WI	043	37800	
5258568	Kimball	kimball	US	24853	0	America/Chicago	46.48189	-90.30601	384			WI	051	39625	
5258575	Kimberly	kimberly	US	25118	6744	America/Chicago	44.27221	-88.339	223			WI	087	39650	
5258592	King	king	US	27021	1750	America/Chicago	44.33748	-89.14178	273	King,Wisconsin Veterans Home		WI	135	25400	
5258654	Kingston	kingston	US	02364	327	America/Chicago	43.69554	-89.12761	243	Kingston,Кингстон		WI	047	39750	
5258696	Kirby	kirby	US	43330	0	America/Chicago	44.09052	-90.5393	311			WI	081	44450	
5258735	Klondike	klondike	US	75448	0	America/Chicago	42.59002	-88.11953	254			WI	059	09635	
5258736	Klondike	klondike	US	75448	0	America/Chicago	45.06804	-88.15982	241	Klondike,Timme		WI	083	09375	
5258749	Knapp	knapp	US	54749	460	America/Chicago	44.95524	-92.07546	283	Knapp,Knapp Station		WI	033	39975	
5258775	Kneeland	kneeland	US	95549	0	America/Chicago	42.82668	-88.00842	228			WI	101	66375	
5258824	Kohler	kohler	US	53044	1955	America/Chicago	43.49639	-88.02343	265	Kohler,Koller		WI	089	27575	
5258873	Koshkonong	koshkonong	US	65692	0	America/Chicago	42.84612	-88.91928	251			WI	105	52225	
5258888	Krakow	krakow	US	54137	354	America/Chicago	44.76166	-88.25149	237			WI	083	14125	
5258906	Kremlin	kremlin	US	59532	0	America/Chicago	45.6508	-87.84484	257			WI	075	61775	
5258957	La Crosse	la-crosse	US	23950	52306	America/Chicago	43.80136	-91.23958	204	Gateway City,LSE,La Crosse,La Kros,La-Kross,Lac Rosse,Lacrosse,Prairie La Crosse,Prairie la Crosse,la ke luo si,la kras  wyskansyn,la krws  wskwnsn,lakrws,rakurosu,Ла Крос,Ла-Кросс,لا کراس، ویسکانسین,لا کروس، وسکونسن,لاكروس,ლა-კროსი,ラクロス,拉克罗斯	063	WI	063	40775	
5258975	La Farge	la-farge	US	54639	768	America/Chicago	43.5747	-90.64041	243	Corners,Crossroads,La Farge,LaFarge,Lafarge,Seeleyburg		WI	123	40875	
5258987	La Grange	la-grange	US	28551	0	America/Chicago	42.79973	-88.60232	286			WI	127	41050	
5258991	La Pointe	la-pointe	US	54850	0	America/Chicago	46.7791	-90.78657	186	La Pointe,La Pointe du Saint Esprit,Lapointe,Mo-nung-wah-na-can-ing,Mooningwanekaaning,New Fort,la bwynt,لا بوينت,لا پوائنٹی، وسکونسن		WI	003	42562	
5259001	La Valle	la-valle	US	53941	364	America/Chicago	43.5822	-90.12818	274	La Valle,Lavalle		WI	111	42825	
5259021	LaRue	larue	US	75770	0	America/Chicago	43.4361	-89.88957	268			WI	111	27675	
5259036	Lac du Flambeau	lac-du-flambeau	US	54538	1969	America/Chicago	45.96967	-89.8921	487			WI	125	40687	
5259045	Ladoga	ladoga	US	47954	0	America/Chicago	43.71999	-88.67428	274			WI	039	84450	
5259048	Ladysmith	ladysmith	US	22501	3188	America/Chicago	45.46302	-91.10404	349	Corbett,Flambeau Falls,Ladysmith,Lejdismit,Warner,lydy asmyt  wyskansyn,lydysmyth,Лејдисмит,ليديسميث,لیدی اسمیت، ویسکانسین,لیڈی سمتھ، وسکونسن,ლედისმიტი	107	WI	107	40850	
5259128	Lake Como	lake-como	US	18437	0	America/Chicago	42.59029	-88.50204	267			WI	127	28550	
5259140	Lake Delton	lake-delton	US	53940	2967	America/Chicago	43.60109	-89.79374	279			WI	111	41300	
5259166	Lake Forest	lake-forest	US	60045	0	America/Chicago	42.9014	-88.1562	248			WI	133	55275	
5259169	Lake Geneva	lake-geneva	US	32160	7778	America/Chicago	42.59168	-88.43343	268	Lake Geneva,Lejk DZenova,Lejk-Dzheniva,Lejk-Zheneva,XES,lyk jnwa  wyskansyn,lyk jnyf,lyk jnywa  wskwnsn,Лейк-Дженива,Лейк-Женева,Лејк Џенова,ليك جنيف,لیک جنوا، ویسکانسین,لیک جنیوا، وسکونسن,レイク・ジェニーバ		WI	127	41450	
5259218	Lake Mills	lake-mills	US	50450	5798	America/Chicago	43.08139	-88.91177	256	Keyes Mills,Lake Mills,Lakemills,Tyranea		WI	055	41675	
5259229	Lake Nebagamon	lake-nebagamon	US	54849	1058	America/Chicago	46.51494	-91.69991	351			WI	031	41725	
5259281	Lake Tomahawk	lake-tomahawk	US	54539	228	America/Chicago	45.81412	-89.59375	500			WI	085	41887	
5259326	Lakefield	lakefield	US	56150	0	America/Chicago	43.29501	-87.92564	216			WI	089	30025	
5259337	Lakeport	lakeport	US	95453	0	America/Chicago	44.44858	-92.1799	219	Johnstown,Lakeport,Lockport		WI	091	61950	
5259377	Lakeview	lakeview	US	28350	0	America/Chicago	42.97528	-89.37206	270	Lake View,Lakeview		WI	025	25950	
5259410	Lakewood	lakewood	US	08701	323	America/Chicago	45.3008	-88.52344	390			WI	083	42075	
5259423	Lamar	lamar	US	16848	0	America/Chicago	45.42579	-92.5702	371			WI	095	70575	
5259424	Lamartine	lamartine	US	16375	1727	America/Chicago	43.73332	-88.56872	263	Lamartine,Seven Mile Creek		WI	039	42125	
5259448	Lancaster	lancaster	US	01523	3778	America/Chicago	42.84749	-90.71068	335	Lankaster,lankstr,lnkstr  wyskansyn,Ланкастер,لانكستر,لانکیسٹر، وسکونسن,لنکستر، ویسکانسین	043	WI	043	42250	
5259461	Land O' Lakes	land-o-lakes	US	34637	0	America/Chicago	46.16134	-89.21875	519	Donaldson,Land O' Lakes,State Line,Stateline		WI	125	42325	
5259474	Lamont	lamont	US	32336	0	America/Chicago	42.70472	-89.9854	327			WI	065	42175	
5259478	Laneville	laneville	US	75667	0	America/Chicago	44.62302	-91.95684	254			WI	091	21225	
5259502	Lannon	lannon	US	53046	1086	America/Chicago	43.14612	-88.1662	279	Lannon,Stone City		WI	133	42450	
5259510	Laona	laona	US	54541	583	America/Chicago	45.56469	-88.674	480	Laona,Leona		WI	041	42500	
5259536	Larrabee	larrabee	US	51029	0	America/Chicago	44.26805	-87.71509	224			WI	071	28975	
5259538	Larsen	larsen	US	54947	0	America/Chicago	44.19165	-88.624	235	Larsen,Lees Crossing		WI	139	15150	
5259571	Lauderdale	lauderdale	US	39335	0	America/Chicago	42.76529	-88.55566	277			WI	127	41050	
5259602	Lawrence	lawrence	US	01840	0	America/Chicago	43.88359	-89.54457	276			WI	077	85600	
5259628	Lawton	lawton	US	18828	0	America/Chicago	44.7758	-92.41574	333			WI	093	49775	
5259648	LeRoy	leroy	US	36548	0	America/Chicago	43.5736	-88.56066	320	Le Roy,LeRoy,Leroy		WI	027		
5259668	Lebanon	lebanon	US	03756	204	America/Chicago	43.25528	-88.62677	274	Lebanon,Lebanon Station		WI	027	43050	
5259707	Leeds	leeds	US	01053	0	America/Chicago	43.31054	-89.32456	322			WI	021	43125	
5259748	Lehigh	lehigh	US	50557	0	America/Chicago	45.44107	-91.551	375			WI	005	78450	
5259752	Leland	leland	US	28451	0	America/Chicago	43.33554	-89.94762	240			WI	111	35625	
5259769	Lena	lena	US	39094	548	America/Chicago	44.9511	-88.04677	221	Lena,Maple Valley,Maplevalley		WI	083	43325	
5259780	Lennox	lennox	US	57039	0	America/Chicago	45.51191	-89.07178	494			WI	085	72125	
5259798	Leon	leon	US	14751	0	America/Chicago	43.87747	-90.83013	240			WI	081	43475	
5259810	Leopolis	leopolis	US	54948	87	America/Chicago	44.76803	-88.84483	275			WI	115	34025	
5259816	Leslie	leslie	US	25972	0	America/Chicago	42.77055	-90.36652	354	Belmont,Grand View,Leslie		WI	065	06450	
5259842	Lewis	lewis	US	12950	164	America/Chicago	45.71078	-92.40242	320	Knappville,Lewis,Seven Pines		WI	095	14837	
5259857	Lewiston	lewiston	US	04240	0	America/Chicago	43.58054	-89.63568	247	Colburn,Lewiston,Lewiston Station		WI	021	43775	
5259868	Liberty	liberty	US	04949	558	America/Chicago	43.51636	-90.73402	235			WI	123	43900	
5259960	Lima	lima	US	14485	0	America/Chicago	44.63385	-91.87295	264	Lima,Wakefield,Wheat Valley		WI	091	44075	
5259970	Lime Ridge	lime-ridge	US	53942	165	America/Chicago	43.46776	-90.15485	360	Lime Ridge,Limeridge		WI	111	44225	
5259997	Lincoln	lincoln	US	01773	291	America/Chicago	44.61805	-87.64204	256	Linkol'n,Линкольн		WI	061	44425	
5260103	Lind	lind	US	99341	0	America/Chicago	45.73996	-92.79549	274			WI	013	30475	
5260115	Linden	linden	US	07036	538	America/Chicago	42.91777	-90.27346	342	Linden,Peddlers Creek,Линден		WI	049	44625	
5260155	Linton	linton	US	47441	0	America/Chicago	42.53446	-88.50177	317			WI	127	44750	
5260262	Little Chute	little-chute	US	54140	11026	America/Chicago	44.27999	-88.31844	223	Litl Shut,Little Chute,Littlechute,lytl tshwt,Литл Шут,ليتل تشوت,ლიტლ-შუტი		WI	087	44950	
5260314	Little Falls	little-falls	US	07424	0	America/Chicago	45.27385	-92.41881	310			WI	095	00950	
5260576	Little Suamico	little-suamico	US	54141	0	America/Chicago	44.71749	-88.00927	180			WI	083	45275	
5260658	Livingston	livingston	US	07039	650	America/Chicago	42.89999	-90.43096	351	Dublin,Livingston,Ливингстон		WI	043	45325	
5260694	Lodi	lodi	US	07644	3052	America/Chicago	43.31388	-89.52651	250	Lodaj,Lodi,lady  wyskansyn,lwdy,Лодај,Лоди,لادی، ویسکانسین,لودي		WI	021	45350	
5260708	Logan	logan	US	25601	0	America/Chicago	45.08665	-88.39983	259			WI	083	09425	
5260713	Loganville	loganville	US	17342	309	America/Chicago	43.44026	-90.03596	285	Loganville,Westfield		WI	111	45400	
5260728	Lombard	lombard	US	60148	0	America/Chicago	44.95913	-90.7393	375			WI	019	88300	
5260732	Lomira	lomira	US	53048	2384	America/Chicago	43.59138	-88.44371	321	Lomira,Springfield		WI	027	45475	
5260734	Lohrville	lohrville	US	51453	383	America/Chicago	44.0372	-89.11706	245			WI	137	45425	
5260737	London	london	US	25126	0	America/Chicago	43.04778	-89.01289	266			WI	025	19275	
5260761	Lone Rock	lone-rock	US	50559	0	America/Chicago	43.94386	-90.21402	276			WI	057	60150	
5260763	Lone Rock	lone-rock	US	50559	852	America/Chicago	43.18332	-90.1979	216	LNR,Lone Rock,Lonerock		WI	103	45575	
5260819	Long Lake	long-lake	US	12847	50	America/Chicago	45.84274	-88.6679	475			WI	037	45625	
5260924	Longwood	longwood	US	28452	0	America/Chicago	44.88691	-90.59819	380			WI	019	45700	
5260927	Lookout	lookout	US	25868	0	America/Chicago	44.4583	-91.57932	264			WI	011	20575	
5260934	Loomis	loomis	US	68958	0	America/Chicago	45.19248	-87.89927	211			WI	075	41075	
5261055	Louisburg	louisburg	US	27549	0	America/Chicago	42.57917	-90.55568	272	Louisberg,Louisburg,Puckerville		WI	043	37800	
5261081	Lowell	lowell	US	01850	325	America/Chicago	43.34027	-88.81705	253	Louel,Lowell,Town Ten,Лоуел		WI	027	45950	
5261214	Lowville	lowville	US	13367	0	America/Chicago	43.38249	-89.32706	297			WI	021	46050	
5261218	Loyal	loyal	US	54446	1239	America/Chicago	44.73691	-90.49597	378			WI	019	46075	
5261229	Lublin	lublin	US	54447	116	America/Chicago	45.07719	-90.72458	392			WI	119	46150	
5261245	Luck	luck	US	54853	1071	America/Chicago	45.57607	-92.4827	373			WI	095	46200	
5261257	Ludington	ludington	US	49431	0	America/Chicago	44.82913	-91.12737	332			WI	035	46275	
5261270	Lufkin	lufkin	US	75901	0	America/Chicago	44.75107	-91.61072	237			WI	035	10625	
5261284	Lund	lund	US	89317	0	America/Chicago	44.53969	-92.20601	347			WI	091	61950	
5261340	Luxemburg	luxemburg	US	52056	2556	America/Chicago	44.53861	-87.70398	244	Luxembourg,Luxemburg		WI	061	46400	
5261354	Lykens	lykens	US	17048	0	America/Chicago	45.4244	-92.46909	332			WI	095	04500	
5261372	Lyndhurst	lyndhurst	US	07071	0	America/Chicago	44.84192	-88.81261	290			WI	115	34025	
5261377	Lyndon Station	lyndon-station	US	53944	480	America/Chicago	43.7122	-89.89957	275	Kildare,Lindon,Lyndon,Lyndon Station		WI	057	46600	
5261382	Lynn	lynn	US	01901	0	America/Chicago	44.58246	-90.40986	357			WI	019	46625	
5261392	Lynxville	lynxville	US	54640	129	America/Chicago	43.24637	-91.05624	190	Lower Lynxville,Lynxville		WI	023	46675	
5261421	Lyons	lyons	US	07939	0	America/Chicago	42.65113	-88.35843	244	Hudson,Lyons		WI	127	46725	
5261441	Mackville	mackville	US	40040	0	America/Chicago	44.3436	-88.4151	248			WI	087	13600	
5261457	Madison	madison	US	03849	248951	America/Chicago	43.07305	-89.40123	267	MSN,Madison,Madisonas,Madisonia,Madisons,Madisun,Madysan,Mantison,Medison,Medisona,Mehdison,madisan,madison,madisoni,madyswn,maediseun,mai di xun,maidisana,mdysn  wyskansyn,mdyswn,medisana,metican,Μάντισον,Мадисон,Мадисън,Мадысан,Медисон,Медісон,Мэдисон,Մեդիսոն,מדיסון,ماديسون,مدیسن، ویسکانسین,میڈیسن,میڈیسون، وسکونسن,माडिसन्,मॅडिसन,मेडिसन,मैडिसन,மேடிசன்,მადისონი,マディソン,麦迪逊,매디슨	WI	WI	025	48000	
5261493	Magnolia	magnolia	US	08049	0	America/Chicago	42.71584	-89.28873	287			WI	105	48150	
5261504	Maiden Rock	maiden-rock	US	54750	119	America/Chicago	44.5608	-92.30963	211			WI	093	48175	
5261541	Malone	malone	US	12953	0	America/Chicago	43.86027	-88.28149	297	Malone,Saint Johns		WI	039	49650	
5261545	Malvern	malvern	US	19355	0	America/Chicago	45.60774	-89.28513	480			WI	085	61625	
5261556	Manawa	manawa	US	54949	1316	America/Chicago	44.46443	-88.91983	249	Brickley,Manawa		WI	135	48350	
5261562	Manchester	manchester	US	01944	1020	America/Chicago	43.69054	-89.04845	267	Albany,Hardin,Manchester,Манчестер		WI	047	48400	
5261585	Manitowoc	manitowoc	US	54220	33010	America/Chicago	44.08861	-87.65758	184	MTW,Manitovok,Manitowoc,Munedowk,manitowakku,manytwwk,myntwwak  wyskansyn,Манитовок,مانيتووك,مینتوواک، ویسکانسین,مینیٹوواک، وسکونسن,მანიტოუოკი,マニトワック	071	WI	071	48500	
5261601	Manitowish Waters	manitowish-waters	US	54545	0	America/Chicago	46.13495	-89.88766	494			WI	125	48462	
5261633	Maple	maple	US	27956	0	America/Chicago	46.58966	-91.72074	334	Little Canada,Maple		WI	031	48725	
5261660	Maple Grove	maple-grove	US	55311	0	America/Chicago	43.74941	-91.19874	201			WI	063	40775	
5261661	Maple Grove	maple-grove	US	55311	980	America/Chicago	44.18944	-87.92371	274			WI	071	48875	
5261706	Maple Heights	maple-heights	US	44137	0	America/Chicago	43.95638	-88.31761	233			WI	015	10350	
5261707	Maple Hill	maple-hill	US	28454	0	America/Chicago	45.01691	-90.98375	353			WI	017	19625	
5261772	Mapleton	mapleton	US	04757	0	America/Chicago	43.17889	-88.4601	272			WI	133	59275	
5261775	Maplewood	maplewood	US	07040	0	America/Chicago	44.7475	-87.47926	215			WI	029	26650	
5261788	Marathon	marathon	US	13803	1524	America/Chicago	44.92913	-89.8404	391	Marathon,Marathon City		WI	073	49100	
5261810	Marblehead	marblehead	US	01945	0	America/Chicago	43.70416	-88.38371	300			WI	039	22500	
5261818	Marcy	marcy	US	13403	0	America/Chicago	43.10751	-88.13287	272			WI	133	51000	
5261821	Marengo	marengo	US	43334	111	America/Chicago	46.42245	-90.81685	232			WI	003	86850	
5261841	Maribel	maribel	US	54227	344	America/Chicago	44.27638	-87.80731	262			WI	071	49250	
5261852	Marinette	marinette	US	54143	10799	America/Chicago	45.09998	-87.63066	181	Marinet,marynyt,mrynt  wyskansyn,Маринет,مارينيت,مرینت، ویسکانسین,მარინეტი	075	WI	075	49300	
5261872	Marion	marion	US	02738	1220	America/Chicago	44.67081	-88.88927	259	Marion,Mehrion,Perry's Mill,Perrys Mill,Perrys Mills,Мэрион		WI	135	49400	
5261891	Markesan	markesan	US	53946	1417	America/Chicago	43.7072	-88.99011	260	Granville,Markesan		WI	047	49450	
5261913	Marquette	marquette	US	49855	148	America/Chicago	43.74748	-89.13873	240	Markett,Маркетт		WI	047	49500	
5261952	Marshall	marshall	US	20115	3927	America/Chicago	43.16833	-89.06678	268	Bird's Ruins,Hanchettsville,Hanchettville,Howard City,Marshall,Маршалл		WI	025	49575	
5261969	Marshfield	marshfield	US	02050	18620	America/Chicago	44.66885	-90.1718	392	MFI,Marshfild,marshfyld,marshfyld  wyskansyn,Маршфилд,مارشفيلد,مارشفیلد، ویسکانسین,مارشفیلڈ، وسکونسن		WI	141	49675	
5261985	Martell	martell	US	68404	0	America/Chicago	44.82969	-92.39769	310	Martel,Martell		WI	093	49775	
5262011	Martinsville	martinsville	US	08836	0	America/Chicago	43.18027	-89.59012	352			WI	025	75875	
5262039	Mason	mason	US	25260	92	America/Chicago	46.43523	-91.05991	286	Mejson,Мейсон		WI	007	49900	
5262054	Mather	mather	US	15346	0	America/Chicago	44.14274	-90.30874	293	Mather,Mathers Station		WI	057	39800	
5262074	Mattoon	mattoon	US	54450	421	America/Chicago	45.00414	-89.04205	388			WI	115	50000	
5262113	Mauston	mauston	US	53948	4374	America/Chicago	43.79719	-90.07735	269	Maughs Mills,Maughstown,Mauston,To-ko-nee	057	WI	057	50025	
5262120	Mayfield	mayfield	US	12117	0	America/Chicago	43.32917	-88.19676	287			WI	131	63875	
5262137	Mayville	mayville	US	14757	4989	America/Chicago	43.49416	-88.54482	283			WI	027	50200	
5262150	Mazomanie	mazomanie	US	53560	1697	America/Chicago	43.17666	-89.79485	234	Mazo Manie,Mazomanie		WI	025	50225	
5262415	Meadow Valley	meadow-valley	US	95956	0	America/Chicago	44.21524	-90.22124	293	Meadow Valley,Meadow Valley Station		WI	057	39800	
5262475	Medford	medford	US	02153	4338	America/Chicago	45.13858	-90.34014	448	MDF,Medford,mdfwrd  wyskansyn,mydfwrd,Медфорд,مدفورد، ویسکانسین,ميدفورد,میڈفورڈ، وسکونسن	119	WI	119	50425	
5262491	Medina	medina	US	14103	0	America/Chicago	44.27276	-88.63789	250			WI	087	18525	
5262501	Meeker	meeker	US	74855	0	America/Chicago	43.22167	-88.17315	304			WI	131	28875	
5262533	Melrose	melrose	US	02176	493	America/Chicago	44.13052	-90.9982	240	Bristol,Melrose,Melrouz,Мелроуз		WI	053	50750	
5262535	Melrose Park	melrose-park	US	60160	0	America/Chicago	44.03276	-88.59483	234			WI	139	01025	
5262596	Menasha	menasha	US	54952	17572	America/Chicago	44.20221	-88.4465	230	Menasha,Menassa,menasha,mnasha  wyskansyn,mynasha,mynasha  wskwnsn,Менаша,مناشا، ویسکانسین,ميناشا,میناشا، وسکونسن,მენაშა,メナシャ		WI	139	50825	
5262608	Mendota	mendota	US	24270	0	America/Chicago	43.14083	-89.39123	279	Mendota,Mendota Station,Westport Station		WI	025	48000	
5262624	Mellen	mellen	US	54546	700	America/Chicago	46.32551	-90.66102	381			WI	003	50700	
5262630	Menomonee Falls	menomonee-falls	US	53051	36119	America/Chicago	43.1789	-88.11731	261	Menomonee,Menomonee Falls,Menomoni Fols,Nehsville,mynwmwny falz  wskwnsn,mynwmwny fwlz,Меномони Фолс,مينوموني فولز,مینومونی فالز، وسکونسن		WI	133	51000	
5262634	Menomonie	menomonie	US	54751	16305	America/Chicago	44.87552	-91.91934	271	Menomonee,Menomonee Mills,Menomoni,Menomonie,mei nuo mo ni,minomini,mnwmny  wyskansyn,mynwmwny,mynwmwny  wskwnsn,Меномони,منومنی، ویسکانسین,مينوموني,مینومونی، وسکونسن,მინომინი,梅诺莫尼		WI	033	51025	
5262649	Mequon	mequon	US	53092	23132	America/Chicago	43.21555	-88.03001	204	mkwan  wyskansyn,mykwyn  wskwnsn,mykywn,ميكيون,مکوان، ویسکانسین,میکوئن، وسکونسن		WI	089	51150	
5262680	Merrill	merrill	US	48637	9233	America/Chicago	45.18052	-89.68346	386	Jenny,Jenny Bull Falls,Jenny Falls,Meril,Merrill,Mush-ko-da-yaw Tosh-ko-bo-je-gun,RRL,merili,mryl  wyskansyn,myryl,Мерил,مریل، ویسکانسین,ميريل,მერილი	069	WI	069	51250	
5262695	Merrillan	merrillan	US	54754	533	America/Chicago	44.45107	-90.84126	284			WI	053	51300	
5262697	Merrimac	merrimac	US	01860	440	America/Chicago	43.37332	-89.62346	254	Colomar,Matts Ferry,Merrimac,Merrimack		WI	111	51325	
5262708	Merton	merton	US	53056	3575	America/Chicago	43.14667	-88.30676	297	Merton,Moreton,Warren		WI	133	51375	
5262742	Metz	metz	US	26585	0	America/Chicago	44.21359	-88.8865	237			WI	139	88475	
5262835	Middle Village	middle-village	US	11379	281	America/Chicago	44.93387	-88.73955	311			WI	115	66750	
5262837	Middleport	middleport	US	14105	0	America/Chicago	46.77105	-90.78213	184			WI	003	42562	
5262838	Middleton	middleton	US	01949	18979	America/Chicago	43.09722	-89.50429	286	Midlton,mydltwn,mydltwn  wyskansyn,Мидлтон,ميدلتون,مڈلٹن، وسکونسن,میدلتون، ویسکانسین		WI	025	51575	
5262860	Midway	midway	US	15060	0	America/Chicago	43.92913	-91.25792	201	Midway,Midway Station		WI	063	59950	
5262879	Mikana	mikana	US	54857	0	America/Chicago	45.5919	-91.60128	364			WI	005	13500	
5262881	Milan	milan	US	03588	0	America/Chicago	44.98108	-90.17958	440			WI	073	38300	
5262885	Miles	miles	US	52064	0	America/Chicago	45.2272	-87.729	204			WI	075	64275	
5262892	Milford	milford	US	01757	1116	America/Chicago	43.10083	-88.84677	244			WI	055	51850	
5262965	Milladore	milladore	US	54454	275	America/Chicago	44.60413	-89.85485	364	Mill Creek,Milladore		WI	141	51875	
5263011	Millston	millston	US	54643	125	America/Chicago	44.19302	-90.64764	278	Big Gut Depot,Millston		WI	053	52050	
5263014	Milltown	milltown	US	08850	883	America/Chicago	45.52607	-92.50853	381			WI	095	52075	
5263019	Millville	millville	US	01529	0	America/Chicago	43.03332	-90.93013	204			WI	043	52150	
5263023	Milton	milton	US	02186	5593	America/Chicago	42.77556	-88.944	271	Grainfield,Mil'ton,Milton,myltwn,myltwn  wyskansyn,Милтон,Мильтон,ملٹن، وسکونسن,ميلتون,میلتون، ویسکانسین		WI	105	52200	
5263045	Milwaukee	milwaukee	US	53201	600155	America/Chicago	43.0389	-87.90647	188	Juneautown,Kilbourntown,MKE,Mahn-a-wau-kee Seepe,Mahn-a-wauk-ee See-pe,Mahn-a-waukee Seepe,Mahn-a-waukie,Mahn-ah-wauk Seepe,Mahnawauk,Man-a-wau-kee,Man-a-wauk-ee,Man-na-wah-kie,Mana'wa,Manawaki,Manawaukee,Manayaukee,Maunahwauke,Mee-lee-waug-ee,Meliki,Melleoki,Melwarik,Meneawkee,Meolaki,Mil-wah-kie,Milgouoki,Milioke,Millewacki,Millicki,Milo-aki,Milouagui,Milouakik,Milowages,Miluoki,Miluokʻi,Milvauchia,Milvoki,Milvokio,Milvokis,Milwacky,Milwahkie,Milwalka,Milwalky,Milwarck,Milwarik,Milwaucki,Milwaukee,Milwaukie,Minewaki,Miniaki,Minnawack,Winnipesaukee,mi er wo ji,mil wxki,mil-woki,mila'oyaki,milavoki,miluokʼi,milvaki,milvakki,milvauki,miruu~oki,mlwaky,mylwaky,mylwaky  wyskansyn,mylwwqy,Μιλγουόκι,Милвоки,Милуоки,Мілуокі,Միլուոքի,מילוואקי,מילווקי,ملواکی,ميلواكي,میلواکی، ویسکانسین,मिलवॉकी,मिल्वौकी,মিলওয়াকি,மில்வாக்கி,మిల్వాకీ,ಮಿಲ್ವಾಕೀ,มิลวอกี,მილუოკი,ミルウォーキー,密尔沃基,密爾沃基,밀워키	079	WI	079	53000	
5263105	Mindoro	mindoro	US	54644	0	America/Chicago	44.02107	-91.10181	238			WI	063	25325	
5263112	Mineral Point	mineral-point	US	15942	0	America/Chicago	42.71195	-89.46679	259			WI	045	00775	
5263113	Mineral Point	mineral-point	US	15942	2494	America/Chicago	42.86	-90.17985	317	Mineral Point,Mineral Pojnt,Mineralpoint,mynral pwynt  wyskansyn,mynyral nqtt,Минерал Појнт,مينيرال نقطة,مینرال پوینت، ویسکانسین,მინერალ-პოინტი		WI	049	53100	
5263120	Minersville	minersville	US	17954	0	America/Chicago	46.40689	-90.79741	247			WI	003	03250	
5263156	Minocqua	minocqua	US	54548	451	America/Chicago	45.87134	-89.71098	490	ARV		WI	085	53225	
5263167	Minong	minong	US	54859	505	America/Chicago	46.09939	-91.82491	324			WI	129	53250	
5263207	Mishicot	mishicot	US	54228	1407	America/Chicago	44.23916	-87.64119	184	Mishicot,Mishicott,Saxonburgh		WI	071	53325	
5263256	Modena	modena	US	12548	0	America/Chicago	44.45747	-91.79655	247			WI	011	53450	
5263301	Mondovi	mondovi	US	54755	2654	America/Chicago	44.56774	-91.67099	245	Farringtons,Mondovi,Pan Cake Valley		WI	011	53600	
5263323	Monona	monona	US	52159	8164	America/Chicago	43.06222	-89.33401	268			WI	025	53675	
5263331	Monroe	monroe	US	03771	10796	America/Chicago	42.60112	-89.63845	322	Monro,Monroe,Monroe (Wisconsin),manrw  wyskansyn,meonlo,monro,mwnrw,Монро,مانرو، ویسکانسین,مونرو,მონრო,먼로	045	WI	045	53750	
5263332	Monroe Center	monroe-center	US	61052	0	America/Chicago	44.11191	-89.93957	288	Monroe Center,Monroe Centre		WI	001	53725	
5263366	Montello	montello	US	53949	1456	America/Chicago	43.79137	-89.31984	242	Hill River,Montello,Montelo,Serairo,mwntlw  wyskansyn,mwntylw,Монтело,مونتلو، ویسکانسین,مونتيلو,მონტელო	077	WI	077	53875	
5263376	Monterey	monterey	US	01245	0	America/Chicago	43.17112	-88.49954	268			WI	133	59275	
5263387	Montgomeryville	montgomeryville	US	18936	0	America/Chicago	43.35637	-90.73985	341			WI	023	15075	
5263389	Monticello	monticello	US	04760	1227	America/Chicago	42.74556	-89.59484	255			WI	045	54000	
5263397	Montreal	montreal	US	54550	783	America/Chicago	46.428	-90.24601	487			WI	051	54075	
5263411	Moon	moon	US	23119	0	America/Chicago	44.77163	-89.7879	381			WI	073	54525	
5263428	Montrose	montrose	US	10548	0	America/Chicago	42.88278	-89.57734	294			WI	025	54100	
5263483	Morgan	morgan	US	05853	0	America/Chicago	44.79388	-88.1901	241			WI	083	54200	
5263484	Morgan	morgan	US	05853	0	America/Chicago	44.88498	-88.82455	304			WI	115	66750	
5263528	Morrison	morrison	US	37357	0	America/Chicago	44.29916	-87.98899	281			WI	009	54300	
5263536	Morrisonville	morrisonville	US	12962	0	America/Chicago	43.27721	-89.35956	293	Morrison,Morrison Station,Morrisonville		WI	025		
5263538	Morse	morse	US	70559	0	America/Chicago	46.22217	-90.62768	466			WI	003	29875	
5263551	Moscow	moscow	US	05662	0	America/Chicago	42.83333	-89.85512	256			WI	049	54425	
5263580	Mosinee	mosinee	US	54455	4030	America/Chicago	44.79302	-89.70318	355	Little Bull Falls,Mosinee,Mosini,masyny  wyskansyn,mwsyny,Мосини,ماسینی، ویسکانسین,موسيني		WI	073	54500	
5263633	Mount Calvary	mount-calvary	US	53057	746	America/Chicago	43.82638	-88.24621	291			WI	039	54650	
5263649	Mount Hope	mount-hope	US	25880	222	America/Chicago	42.96721	-90.85902	336	Mount Hope,Mounthope		WI	043	54675	
5263667	Mount Horeb	mount-horeb	US	53572	7421	America/Chicago	43.00861	-89.73846	380	Horeb's Corners,Mount Horeb,Staangi		WI	025	54725	
5263675	Mount Ida	mount-ida	US	71957	0	America/Chicago	42.97193	-90.76096	368			WI	043	54775	
5263682	Mount Morris	mount-morris	US	14510	1085	America/Chicago	44.11442	-89.19067	273			WI	137	54825	
5263723	Mount Sterling	mount-sterling	US	40353	207	America/Chicago	43.31526	-90.92874	361			WI	023	54900	
5263726	Mount Tabor	mount-tabor	US	07878	0	America/Chicago	43.70053	-90.4543	419			WI	123	26550	
5263745	Mount Zion	mount-zion	US	26151	0	America/Chicago	43.25665	-90.73374	360			WI	023	72275	
5263759	Mountain	mountain	US	54149	363	America/Chicago	45.1847	-88.47372	296			WI	083	54630	
5263965	Mukwonago	mukwonago	US	53149	7721	America/Chicago	42.86668	-88.33343	255	Makvonago,Mequanigo,Mukwonago,mwkwnaghw,Маквонаго,موكوناغو		WI	133	55050	
5264038	Muscoda	muscoda	US	53573	1265	America/Chicago	43.18499	-90.44318	210			WI	043	55200	
5265036	Northport	northport	US	11768	0	America/Chicago	45.29193	-86.98012	181			WI	029	43925	
5268718	Rhine	rhine	US	31077	0	America/Chicago	43.86277	-87.95676	287	Rhine,Rhine Center		WI	117	67150	
5264049	Muskego	muskego	US	53150	24755	America/Chicago	42.90585	-88.13898	244	Maskigo,maskygw  wyskansyn,mwskyghw,mwskygw  wskwnsn,Маскиго,ماسکیگو، ویسکانسین,موسكيغو,موسکیگو، وسکونسن		WI	133	55275	
5264097	Myra	myra	US	25544	0	America/Chicago	43.41583	-88.09565	266			WI	131	80575	
5264158	Nashotah	nashotah	US	53058	1393	America/Chicago	43.09779	-88.40232	289	Nashotah,Nashotah Station		WI	133	55550	
5264161	Nashville	nashville	US	27856	1037	America/Chicago	45.52274	-89.02484	519	Nashvill,Нашвилл		WI	041	55575	
5264221	Necedah	necedah	US	54646	921	America/Chicago	44.02608	-90.07402	280			WI	057	55700	
5264223	Neenah	neenah	US	54956	25792	America/Chicago	44.18582	-88.46261	229	Neenah,Nina,Winnebago Rapids,nyna  wyskansyn,nynah,Нина,نيناه,نینا، ویسکانسین,نیناہ، وسکونسن		WI	139	55750	
5264241	Neillsville	neillsville	US	54456	2409	America/Chicago	44.55996	-90.59625	316	Neillsville,Nilsvil,O'Neills Mills,nylsfyl,nylswyl  wyskansyn,Нилсвил,نيلسفيل,نیلسویل، ویسکانسین	019	WI	019	55800	
5264253	Nekoosa	nekoosa	US	54457	2474	America/Chicago	44.31246	-89.90429	290	Bungehjewin,Nekoosa,Point Basse,Point Boss,Pointe Bas,Whitney's Rapids		WI	141	55875	
5264270	Nelson	nelson	US	03457	352	America/Chicago	44.42024	-92.00822	211	Nelson,Nelsons Landing		WI	011	55950	
5264299	Nelsonville	nelsonville	US	45764	158	America/Chicago	44.49497	-89.30984	326			WI	097	56000	
5264311	Neopit	neopit	US	54150	690	America/Chicago	44.98081	-88.83094	321			WI	078	50975	
5264316	Neosho	neosho	US	53059	557	America/Chicago	43.31028	-88.51816	275	Neosha,Neosho		WI	027	56075	
5264328	Neptune	neptune	US	07753	0	America/Chicago	43.37304	-90.26735	233			WI	103	37500	
5264336	Neshkoro	neshkoro	US	54960	423	America/Chicago	43.96581	-89.21762	254			WI	077	56125	
5264375	New Auburn	new-auburn	US	54757	571	America/Chicago	45.20413	-91.55822	336	Cartwright,Cartwrights Mill,New Auburn		WI	017	56350	
5264381	New Berlin	new-berlin	US	13411	39825	America/Chicago	42.9764	-88.10842	281	Mentor,Naujasis Berlynas,New Berlin,Nju Berlin,brlyn jdyd  wyskansyn,nyw brln  wskwnsn,nyw brlyn,Њу Берлин,برلین جدید، ویسکانسین,نيو برلين,نیو برلن، وسکونسن		WI	133	56375	
5264410	New Franken	new-franken	US	54229	0	America/Chicago	44.53083	-87.82593	247	Bavarian Settlement,Dutch Settlement,New Franconia,New Franken		WI	009	36425	
5264412	New Glarus	new-glarus	US	53574	2172	America/Chicago	42.81445	-89.63512	278	New Glaris,New Glarus,Nju Glarus,Nova Glarona,nyw ghlarws,Њу Гларус,نيو غلاروس		WI	045	56700	
5264423	New Holstein	new-holstein	US	53061	3216	America/Chicago	43.94999	-88.08426	285	Nju Kholstajn,hwlstyn jdyd  wyskansyn,nyw hwlstayn,Њу Холстајн,نيو هولستاين,هولستین جدید، ویسکانسین,ნიუ-ჰოლსტაინი		WI	015	56800	
5264432	New Hope	new-hope	US	18938	0	America/Chicago	44.50359	-89.26372	354			WI	097	01775	
5264447	New Lisbon	new-lisbon	US	08064	2486	America/Chicago	43.87914	-90.16541	273			WI	057	56900	
5264455	New London	new-london	US	03257	7172	America/Chicago	44.39276	-88.73983	234	N'ju-London,Nju London,lndn jdyd  wyskansyn,niu-londoni,nyw lndn,nyw lndn  wskwnsn,Њу Лондон,Нью-Лондон,لندن جدید، ویسکانسین,نيو لندن,نیو لندن، وسکونسن,ნიუ-ლონდონი		WI	135	56925	
5264466	New Munster	new-munster	US	53152	0	America/Chicago	42.57946	-88.22787	242			WI	059	86500	
5264470	New Paris	new-paris	US	15554	0	America/Chicago	43.73305	-87.97204	247			WI	117	63725	
5264475	New Richmond	new-richmond	US	24867	8821	America/Chicago	45.12302	-92.53659	299	Fosters Crossing,New Richmond,Nju Richmond,RNH,nyw rytshmwnd,nyw ryzmwnd,rychmwnd jdyd  wyskansyn,Њу Ричмонд,ניו ריצמונד,ریچموند جدید، ویسکانسین,نيو ريتشموند		WI	109	57100	
5264522	Newburg	newburg	US	17240	1233	America/Chicago	43.43167	-88.04648	258	Newburg,Newburgh		WI	131	56450	
5264550	Newry	newry	US	04261	0	America/Chicago	43.71164	-90.81735	408			WI	123	14675	
5264552	Newton	newton	US	02458	0	America/Chicago	43.99388	-87.72647	201	Newton,Newton Station		WI	071	57200	
5264553	Newton	newton	US	02458	0	America/Chicago	43.58969	-91.06291	221			WI	123	32725	
5264565	Newville	newville	US	17241	0	America/Chicago	42.8289	-89.0215	239			WI	105	28075	
5264569	Niagara	niagara	US	54151	1587	America/Chicago	45.77135	-87.99485	272			WI	075	57325	
5264588	Nicholson	nicholson	US	18446	0	America/Chicago	44.53192	-88.81871	270			WI	135	05625	
5264594	Nichols	nichols	US	13812	269	America/Chicago	44.56304	-88.46343	241			WI	087	57375	
5264652	Nobleton	nobleton	US	34661	0	America/Chicago	45.67912	-91.70267	373			WI	129	45650	
5264669	Nora	nora	US	24272	0	America/Chicago	43.03083	-89.15011	291	Nora,Nora Corners		WI	025	17200	
5264677	Norma	norma	US	08347	0	America/Chicago	44.95163	-91.3696	280			WI	017	14575	
5264679	Norman	norman	US	28367	0	America/Chicago	44.37083	-87.60342	221			WI	061	12575	
5264694	North Andover	north-andover	US	01845	0	America/Chicago	42.81555	-90.96596	266			WI	043	29525	
5264703	North Bay	north-bay	US	13123	0	America/Chicago	45.1461	-87.08289	177			WI	029	43925	
5264704	North Bay	north-bay	US	13123	240	America/Chicago	42.76474	-87.7798	185			WI	101	57700	
5264711	North Bend	north-bend	US	17760	0	America/Chicago	44.09135	-91.11681	218	North Bend,Northbend		WI	053	57775	
5264713	North Bloomfield	north-bloomfield	US	44450	0	America/Chicago	42.57446	-88.35509	262			WI	127		
5264715	North Branch	north-branch	US	12766	0	America/Chicago	44.44746	-90.99904	300			WI	053	28250	
5264798	North Creek	north-creek	US	12853	0	America/Chicago	44.27079	-91.4321	254			WI	121	02525	
5264842	North Freedom	north-freedom	US	53951	706	America/Chicago	43.45971	-89.86846	268	Bessemer,Bloom Station,North Freedom		WI	111	58025	
5264862	North Hudson	north-hudson	US	12855	3822	America/Chicago	44.99302	-92.75687	226			WI	109	58050	
5264877	North Lake	north-lake	US	53064	0	America/Chicago	43.15612	-88.37065	283	North Lake,Northlake		WI	133	51400	
5264924	North Prairie	north-prairie	US	53153	2158	America/Chicago	42.93446	-88.40537	289			WI	133	58400	
5264964	North Star	north-star	US	45350	0	America/Chicago	44.61747	-89.42262	370			WI	097	72850	
5265016	Northfield	northfield	US	01360	0	America/Chicago	44.45913	-91.0996	290	Northfield,Pigeon Creek Centre		WI	053	57975	
5265037	Northport	northport	US	11768	491	America/Chicago	44.4097	-88.79399	257	New Boston,Northport,Stevens Point		WI	135	55025	
5265065	Norwalk	norwalk	US	06850	638	America/Chicago	43.83052	-90.62152	310			WI	081	58575	
5265187	Nye	nye	US	59061	0	America/Chicago	45.31441	-92.58048	295			WI	095	60475	
5265228	Oak Creek	oak-creek	US	53154	35243	America/Chicago	42.88585	-87.86314	214	Ouk Krik,awk gryk  wyskansyn,awk kryk,awk kryk  wskwnsn,xiang shu xi,Оук Крик,أوك كريك,اوک کریک، وسکونسن,اوک گریک، ویسکانسین,ოუკ-კრიკი,橡樹溪		WI	079	58800	
5265240	Oak Grove	oak-grove	US	42262	0	America/Chicago	43.38611	-88.74566	263	Oak Grove,Oakgrove		WI	027	59000	
5265290	Oak Hall	oak-hall	US	23396	0	America/Chicago	42.95056	-89.43706	295	Fitchburg Corners,Oak Hall,Oakhall		WI	025	25950	
5265292	Oak Hill	oak-hill	US	12460	0	America/Chicago	42.93584	-88.58677	250			WI	055	78200	
5265393	Oakdale	oakdale	US	06370	290	America/Chicago	43.95969	-90.3818	293	Leroy Station,Oak Dale,Oakdale		WI	081	58850	
5265404	Oakfield	oakfield	US	04763	1073	America/Chicago	43.6861	-88.5465	272	Avoca,Oakfield		WI	039	58900	
5265414	Oakland	oakland	US	02858	0	America/Chicago	45.93745	-92.36881	301			WI	013	59075	
5265415	Oakland	oakland	US	02858	0	America/Chicago	42.97667	-88.95566	268			WI	055	59125	
5265444	Oakley	oakley	US	48649	0	America/Chicago	42.52696	-89.46789	257	Oakley,Spring Grove		WI	045	76075	
5265447	Oakridge	oakridge	US	97463	0	America/Chicago	44.5883	-92.39546	339			WI	093	37350	
5265460	Oakwood	oakwood	US	24631	0	America/Chicago	42.85807	-87.92453	215			WI	079	58800	
5265461	Oakwood	oakwood	US	24631	0	America/Chicago	44.04637	-88.60289	229			WI	139	01025	
5265499	Oconomowoc	oconomowoc	US	53066	16360	America/Chicago	43.11167	-88.49927	263	akwnwmwwak  wskwnsn,awkanmawak  wyskansyn,awkwnwmwk,أوكونوموك,اوکانماواک، ویسکانسین,اکونوموواک، وسکونسن		WI	133	59250	
5265515	Oconto	oconto	US	54153	4476	America/Chicago	44.88721	-87.86455	178	Okonto,awkantw  wyskansyn,awkwntw,Оконто,أوكونتو,اوکانتو، ویسکانسین,ოკონტო	083	WI	083	59350	
5265522	Oconto Falls	oconto-falls	US	54154	2834	America/Chicago	44.87388	-88.14288	226			WI	083	59400	
5265548	Odanah	odanah	US	54861	13	America/Chicago	46.60828	-90.69685	186	Kie-tig-ga-ning,Odanah,Old Indian Gardens		WI	003	71350	
5265560	Ogdensburg	ogdensburg	US	07439	183	America/Chicago	44.45193	-89.03178	259	Odgensburg,Ogdensburg,Ogdensburgh		WI	135	59475	
5265566	Ogema	ogema	US	54459	186	America/Chicago	45.44358	-90.2982	483	Dedham,Ogema,Ogimau		WI	099	59525	
5265576	Oil City	oil-city	US	16301	0	America/Chicago	43.75053	-90.5868	271			WI	081	73150	
5265578	Ojibwa	ojibwa	US	54862	0	America/Chicago	45.79802	-91.11683	385			WI	113	59600	
5265583	Okauchee	okauchee	US	53069	0	America/Chicago	43.11362	-88.43593	275			WI	133	59275	
5265611	Old Fort	old-fort	US	28762	0	America/Chicago	46.75466	-90.7824	189			WI	003	42562	
5265664	Oliver	oliver	US	15472	398	America/Chicago	46.65744	-92.19519	197			WI	031	59800	
5265669	Olivet	olivet	US	49076	0	America/Chicago	44.78635	-92.25713	353			WI	093	76100	
5265692	Omro	omro	US	54963	3553	America/Chicago	44.03943	-88.74428	230	Beckwith Town,Omro,Smalleys Landing,awmrw,awmrw  wyskansyn,Омро,أومرو,اومرو، ویسکانسین		WI	139	59875	
5265702	Onalaska	onalaska	US	54650	18468	America/Chicago	43.88441	-91.23514	216			WI	063	59925	
5265724	Oneida	oneida	US	13421	1210	America/Chicago	44.4986	-88.18288	207			WI	009	35150	
5265745	Ono	ono	US	17077	0	America/Chicago	44.65552	-92.25629	348			WI	093	81600	
5265748	Ontario	ontario	US	14519	553	America/Chicago	43.7258	-90.59152	280	Ontario,Онтарио		WI	123	60075	
5265752	Oostburg	oostburg	US	53070	2964	America/Chicago	43.62277	-87.79453	213	Oostburg,Oostburgh Station		WI	117	60100	
5265785	Oregon	oregon	US	43616	10043	America/Chicago	42.92611	-89.38456	288	Oregon,Oregono,Rome Corners,awryghwn,Орегон,أوريغون		WI	025	60200	
5265792	Orfordville	orfordville	US	53576	1495	America/Chicago	42.62751	-89.25317	271	Orford,Orfordville		WI	105	60250	
5265803	Orion	orion	US	61273	0	America/Chicago	43.20304	-90.4279	218	Orion,Richmond		WI	103	60350	
5265807	Ormsby	ormsby	US	56162	0	America/Chicago	45.25608	-89.25262	468			WI	067	61525	
5265824	Osceola	osceola	US	16942	2511	America/Chicago	45.32052	-92.70493	248	Leroy,OEO,Osceola,Osceola Mills,Osiola,awsywla,Осиола,أوسيولا		WI	095	60450	
5265838	Oshkosh	oshkosh	US	54901	66555	America/Chicago	44.02471	-88.54261	234	Algoma,Athens,Brooklyn,OSH,Oshkosh,Oskosh,Sawdust City,ashkwsh  wyskansyn,ausakosa,awshkwsh,awshkwsh  wskwnsn,oshukoshu,Ошкош,אושקוש,أوشكوش,اشکوش، ویسکانسین,اوشکوش، وسکونسن,औशकोश,ოშკოში,オシュコシュ	139	WI	139	60500	
5265857	Osseo	osseo	US	49266	1703	America/Chicago	44.57218	-91.22738	292			WI	121	60575	
5265865	Ostrander	ostrander	US	43061	0	America/Chicago	44.39276	-88.83788	241	Ostrander,Phillip's Mills		WI	135	55025	
5265868	Otis	otis	US	01253	0	America/Chicago	45.26886	-89.69346	418			WI	069	51275	
5265869	Otsego	otsego	US	49078	0	America/Chicago	43.40221	-89.16622	289			WI	021	60687	
5265873	Ottawa	ottawa	US	25149	0	America/Chicago	42.97612	-88.44982	286			WI	133	60700	
5266062	Owen	owen	US	54460	930	America/Chicago	44.94858	-90.5643	379			WI	019	60825	
5266093	Oxford	oxford	US	01540	590	America/Chicago	43.78137	-89.57262	269	Oksford,Оксфорд		WI	077	60875	
5266122	Packwaukee	packwaukee	US	53953	262	America/Chicago	43.76331	-89.45845	238			WI	077	60962	
5266147	Palmer	palmer	US	01069	0	America/Chicago	44.90552	-92.39491	323			WI	109	70200	
5266156	Palmyra	palmyra	US	04965	1776	America/Chicago	42.87779	-88.58621	259			WI	055	61025	
5266168	Paoli	paoli	US	19301	0	America/Chicago	42.92944	-89.52373	274			WI	025	54100	
5266199	Pardeeville	pardeeville	US	53954	2086	America/Chicago	43.53776	-89.30012	247			WI	021	61100	
5266222	Paris	paris	US	04271	0	America/Chicago	42.63363	-88.05147	230			WI	059	61175	
5266230	Park Falls	park-falls	US	54552	2334	America/Chicago	45.9344	-90.44155	462	Muskallonge Falls,PKF,Park Falls,Park Fols,Parkfalls,bark fwlz,park falz  wyskansyn,Парк Фолс,بارك فولز,پارک فالز، ویسکانسین		WI	099	61200	
5266251	Park Ridge	park-ridge	US	07656	504	America/Chicago	44.51941	-89.54595	334	Park Ridge,Parkridge		WI	097	61325	
5266292	Parnell	parnell	US	52325	0	America/Chicago	43.66666	-88.1001	331			WI	117	53375	
5266296	Parrish	parrish	US	34219	0	America/Chicago	45.41968	-89.40262	488			WI	067	61375	
5266312	Patch Grove	patch-grove	US	53817	195	America/Chicago	42.94026	-90.97207	325	Finntown,Patch Grove,Patchgrove,Patchs Grove		WI	043	61425	
5266426	Pearson	pearson	US	31642	0	America/Chicago	45.36413	-89.0165	465			WI	067	00625	
5266466	Peebles	peebles	US	45660	0	America/Chicago	43.81638	-88.37649	248	Peebles,Peebles Corners		WI	039	79125	
5266477	Pelican Lake	pelican-lake	US	54463	0	America/Chicago	45.4994	-89.16679	488	Pelican Lake,Pelicanlake		WI	085	72125	
5266483	Pell Lake	pell-lake	US	53157	3722	America/Chicago	42.53807	-88.35093	263			WI	127		
5266484	Pella	pella	US	50219	185	America/Chicago	44.74248	-88.80344	265			WI	115	61700	
5266493	Pembine	pembine	US	54156	193	America/Chicago	45.63524	-87.99095	296	Pembine,Pembine Junction,Pemene Junction		WI	075	61775	
5266520	Pennington	pennington	US	08534	0	America/Chicago	45.53191	-90.39237	458			WI	099	65350	
5266546	Pepin	pepin	US	54759	795	America/Chicago	44.44108	-92.14795	220			WI	091	61925	
5266648	Peru	peru	US	04290	0	America/Chicago	44.56997	-89.24345	339			WI	097	56850	
5266653	Peshtigo	peshtigo	US	54157	3430	America/Chicago	45.05443	-87.74927	184	Peshtigo,byshtyghw,pshtygw  wyskansyn,Пештиго,بيشتيغو,پشتیگو، ویسکانسین		WI	075	62175	
5266696	Petersburg	petersburg	US	12138	0	America/Chicago	43.2722	-90.83763	214			WI	023	32500	
5266731	Pewaukee	pewaukee	US	53072	8208	America/Chicago	43.08057	-88.2612	266	City of Pewaukee,Pewaukee,Pewaukeewinick,Village of Pewaukee		WI	133	62250	
5266741	Peyton	peyton	US	80831	0	America/Chicago	46.65022	-92.0213	205			WI	031	61250	
5266753	Phelps	phelps	US	14532	0	America/Chicago	46.0644	-89.08763	528	Hackley,Phelps		WI	125	62425	
5266764	Phillips	phillips	US	04966	1388	America/Chicago	45.69663	-90.40043	440		099	WI	099	62450	
5266780	Phlox	phlox	US	54464	0	America/Chicago	45.05108	-89.01428	398			WI	067	58700	
5266792	Pickerel	pickerel	US	54465	0	America/Chicago	45.35941	-88.91094	474			WI	067	42425	
5266831	Pickett	pickett	US	54964	0	America/Chicago	43.91137	-88.72983	271	Pickett,Picketts		WI	139	82175	
5266869	Pierceville	pierceville	US	47039	0	America/Chicago	43.13583	-89.15317	292			WI	025	78625	
5266885	Pigeon Falls	pigeon-falls	US	54760	415	America/Chicago	44.42635	-91.21044	264	Pigeon Falls,Pigeonfalls		WI	121	62675	
5266939	Pikeville	pikeville	US	27863	0	America/Chicago	42.49613	-88.02453	237			WI	059		
5266971	Pine Bluff	pine-bluff	US	71601	0	America/Chicago	43.06083	-89.65568	304	Pine Bluff,Pine Bluffs		WI	025	17800	
5267022	Pine Grove	pine-grove	US	17963	0	America/Chicago	44.41638	-87.88871	258	Pine Grove,Pinegrove		WI	009	43090	
5267023	Pine Grove	pine-grove	US	17963	0	America/Chicago	44.89968	-91.63044	274			WI	017	86537	
5267098	Pine Lake	pine-lake	US	30072	0	America/Chicago	46.25606	-90.14073	495			WI	051	59850	
5267141	Pine River	pine-river	US	54965	0	America/Chicago	45.13413	-89.62207	382	Finn,Pine River		WI	069	62950	
5267145	Pine River	pine-river	US	54965	147	America/Chicago	44.1522	-89.07706	247			WI	137	43500	
5267180	Pinehurst	pinehurst	US	01866	0	America/Chicago	44.85829	-91.46266	270			WI	035	22300	
5267248	Pipersville	pipersville	US	18947	0	America/Chicago	43.14222	-88.6501	268			WI	055	37600	
5267262	Pittsfield	pittsfield	US	01201	2704	America/Chicago	44.59944	-88.2451	246			WI	115	48900	
5267265	Pittsville	pittsville	US	21850	849	America/Chicago	44.43913	-90.12458	315	Pitts Mill,Pittsville		WI	141	63100	
5267279	Plain	plain	US	53577	779	America/Chicago	43.27888	-90.04374	247	Cramers Corners,Logtown,Plain		WI	111	63125	
5267288	Plainfield	plainfield	US	01070	834	America/Chicago	44.21386	-89.49234	338	Norwich,Plainfield		WI	137	63150	
5267312	Plainville	plainville	US	02762	0	America/Chicago	43.70887	-89.81262	263	Plainfield,Plainville		WI	001	19575	
5267332	Platteville	platteville	US	53818	12572	America/Chicago	42.73416	-90.47846	300	Lebanon,Platte River,Platte River Diggings,Platteville,Plattville,Platvil,blatfyl,pltywyl  wyskansyn,Платвил,بلاتفيل,پلتیویل، ویسکانسین		WI	043	63250	
5267353	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	42.91583	-89.24206	282			WI	025	77675	
5267403	Pleasant Prairie	pleasant-prairie	US	53158	20726	America/Chicago	42.55308	-87.93341	212	Plezant Preri,bylstant brayry,Плезант Прери,بيلستانت برايري,پلیزینٹ پریری، وسکونسن		WI	059	63300	
5267411	Pleasant Ridge	pleasant-ridge	US	48069	0	America/Chicago	43.05472	-90.07346	380			WI	049	20375	
5267448	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	43.72108	-91.17347	214			WI	123	06900	
5267529	Pleasantville	pleasantville	US	08232	0	America/Chicago	44.45357	-91.30488	274			WI	121	32050	
5267537	Plover	plover	US	50573	12319	America/Chicago	44.45636	-89.54401	328	Mush-ko-da-ny,Plover		WI	097	63525	
5267546	Plum City	plum-city	US	54761	578	America/Chicago	44.62913	-92.1924	249			WI	093	63600	
5267585	Plymouth	plymouth	US	02360	8505	America/Chicago	43.74861	-87.97704	257	Plimut,Plymouth,Quit-Qui-Oc,blymwth,playmawt  wskwnsn,plymwth  wyskansyn,Плимут,بليموث,پلایماؤت، وسکونسن,پلیموث، ویسکانسین		WI	117	63700	
5267616	Point Comfort	point-comfort	US	77978	0	America/Chicago	43.9336	-88.474	230	Morleys Point,Point Comfort		WI	139	08000	
5267637	Poland	poland	US	04274	0	America/Chicago	44.44361	-87.82621	249			WI	009	22225	
5267702	Poplar	poplar	US	54864	600	America/Chicago	46.58383	-91.79908	299			WI	031	63975	
5267747	Porcupine	porcupine	US	57772	0	America/Chicago	44.58386	-92.09573	237			WI	091	27175	
5267767	Port Arthur	port-arthur	US	77640	0	America/Chicago	45.42913	-91.16209	334			WI	107	30375	
5267769	Port Edwards	port-edwards	US	54469	1740	America/Chicago	44.3508	-89.8654	297	Frenchtown,Port Edwards		WI	141	64175	
5267776	Port Washington	port-washington	US	11050	11576	America/Chicago	43.38722	-87.87564	183	Port Voshington,Port Washington,Sauk Harbor,Sauk Washington,The Little City of Seven Hills,Washington,Wisconsin City,bwrt washntn,pwrt washyngtn  wyskansyn,Порт Вошингтон,بورت واشنطن,پورت واشینگتن، ویسکانسین	089	WI	089	64450	
5267782	Port Wing	port-wing	US	54865	164	America/Chicago	46.7752	-91.38762	206	Port Wing,Portwing		WI	007	64512	
5267785	Portage	portage	US	04768	10382	America/Chicago	43.53915	-89.46262	241	Portage,Portage City,Portidz,bwrtagh,pwrtyj  wyskansyn,Портиџ,بورتاغ,پورتیج، ویسکانسین,پورٹیج، وسکونسن	021	WI	021	64100	
5267810	Porterfield	porterfield	US	54159	0	America/Chicago	45.15443	-87.79455	203			WI	075	64275	
5267819	Portland	portland	US	04101	0	America/Chicago	43.19888	-88.97483	247			WI	027	64375	
5267820	Portland	portland	US	04101	1065	America/Chicago	43.76886	-90.85819	398	Portlend,Портленд		WI	081	64425	
5267838	Postville	postville	US	52162	0	America/Chicago	42.79917	-89.7529	318	Postville,Steward,Stewart		WI	045	89475	
5267861	Potosi	potosi	US	53820	678	America/Chicago	42.68944	-90.71207	242	Potosi,Snake Hollow		WI	043	64625	
5267871	Potter	potter	US	54160	251	America/Chicago	44.12055	-88.09927	249	Muskratville,Potter,Potters Mills,Rantoul Center		WI	015	64675	
5267893	Pound	pound	US	24279	373	America/Chicago	45.09415	-88.03399	218			WI	075	64750	
5267899	Powell	powell	US	37849	0	America/Chicago	46.08856	-89.95849	486			WI	051	73400	
5267912	Powers Lake	powers-lake	US	53159	1615	America/Chicago	42.55363	-88.29454	265			WI	059	86500	
5267914	Poy Sippi	poy-sippi	US	54967	371	America/Chicago	44.1372	-88.99539	243	Poy Sippi,Poysippi		WI	137	64975	
5267923	Poynette	poynette	US	53955	2493	America/Chicago	43.39026	-89.4029	256	Pauquette,Poynette		WI	021	64900	
5267945	Prairie Farm	prairie-farm	US	54762	447	America/Chicago	45.23718	-91.98157	317			WI	005	65150	
5268002	Prairie du Chien	prairie-du-chien	US	53821	5757	America/Chicago	43.05165	-91.14124	195	Dogs Prairie,La Prairie,La Prairie des Chiens,Prairie du Chien,Tipisagi,brayry dw shyn,pryry dw chyyn  wyskansyn,برايري دو شين,پریری دو چیئن، ویسکانسین	023	WI	023	65050	
5268010	Prairie du Sac	prairie-du-sac	US	53578	4255	America/Chicago	43.28693	-89.72401	236	Prairie du Sac,Sauk Prairie		WI	111	65100	
5268025	Pray	pray	US	59065	0	America/Chicago	44.37329	-90.49736	299	Pray,Tremont Station		WI	053	14800	
5268029	Preble	preble	US	13141	0	America/Chicago	44.49749	-87.96982	193			WI	009	31000	
5268035	Prentice	prentice	US	54556	627	America/Chicago	45.54607	-90.28654	469	PRW		WI	099	65325	
5268045	Prescott	prescott	US	48756	4208	America/Chicago	44.74886	-92.80215	217	Elizabeth,Lake Mouth,Mouth of the Saint Croix,Prescott,Preskot,bryskwt,prskat  wyskansyn,Прескот,بريسكوت,پرسکات، ویسکانسین		WI	093	65375	
5268050	Presque Isle	presque-isle	US	04769	0	America/Chicago	46.24717	-89.72932	508	Bonifas,Fosterville,Presque Isle,Winegar		WI	125	65425	
5268058	Preston	preston	US	06365	0	America/Chicago	42.97499	-90.54707	354			WI	043	25625	
5268065	Price	price	US	21656	0	America/Chicago	44.58163	-91.0546	331			WI	053	28325	
5268087	Primrose	primrose	US	68655	0	America/Chicago	42.90139	-89.66234	307			WI	025	65575	
5268096	Princeton	princeton	US	01541	1185	America/Chicago	43.85081	-89.12178	238	Princeton,Prinston,Treats Landing,Принстон		WI	047	65600	
5268122	Prospect	prospect	US	06712	0	America/Chicago	42.94446	-88.15898	306	Prospect,Prospect Hill		WI	133	56375	
5268148	Pulaski	pulaski	US	13142	3550	America/Chicago	44.67222	-88.2426	246			WI	009	65675	
5268175	Purdy	purdy	US	65734	0	America/Chicago	43.51692	-91.04819	213			WI	123	77075	
5268222	Queenstown	queenstown	US	21658	0	America/Chicago	45.35191	-90.2882	457			WI	119	85450	
5268249	Racine	racine	US	25165	77742	America/Chicago	42.72613	-87.78285	188	Kipikawi,Port Gilbert,RAC,Racine,Rasijn,Rasin,Rasinas,la xin,leosin,rashin,rasini,rasyn,rasyn  wskwnsn,rysyn  wyskansyn,Расийн,Расин,Расін,ראסין,راسين,راسین، وسکونسن,ریسین، ویسکانسین,რასინი,ラシーン,拉辛,러신	101	WI	101	66000	
5268272	Radisson	radisson	US	54867	242	America/Chicago	45.76885	-91.22127	378	Radison,Radisson		WI	113	66050	
5268339	Randall	randall	US	50231	0	America/Chicago	45.69579	-92.83521	273			WI	013	01900	
5268354	Randolph	randolph	US	02368	1770	America/Chicago	43.53915	-89.00678	293	Conversville,LeRoy,Randol'f,Randolph,Westford,Рандольф		WI	027	66150	
5268368	Random Lake	random-lake	US	53075	1594	America/Chicago	43.55222	-87.96176	271	Greenleaf,Random Lake		WI	117	66200	
5268372	Range	range	US	36473	0	America/Chicago	45.39551	-92.28463	356			WI	095	02350	
5268387	Rankin	rankin	US	60960	0	America/Chicago	44.59611	-87.50342	229			WI	061	00600	
5268438	Raymond	raymond	US	03077	0	America/Chicago	42.80085	-88.01258	227	Raymond,Raymond Center		WI	101	66375	
5268448	Raymore	raymore	US	64083	0	America/Chicago	43.99746	-90.6193	301			WI	081	31225	
5268453	Readfield	readfield	US	04355	0	America/Chicago	44.27248	-88.76983	267			WI	135	12000	
5268468	Red Banks	red-banks	US	38661	0	America/Chicago	44.6111	-87.86316	192			WI	009	72200	
5268469	Red Banks	red-banks	US	38661	0	America/Chicago	44.27692	-88.85872	234			WI	135	27850	
5268482	Readstown	readstown	US	54652	416	America/Chicago	43.44942	-90.7593	232			WI	123	66450	
5268485	Red Cliff	red-cliff	US	81649	0	America/Chicago	46.85549	-90.78796	195	Red Cliff,Redcliff		WI	007	70300	
5268508	Red River	red-river	US	87558	0	America/Chicago	44.82498	-88.70455	262			WI	115	67675	
5268513	Red Rock	red-rock	US	74651	0	America/Chicago	42.6425	-90.04762	249	Red Rock,Redrock		WI	065	18900	
5268544	Redgranite	redgranite	US	54970	2113	America/Chicago	44.04192	-89.09845	241			WI	137	66625	
5268570	Reedsburg	reedsburg	US	53958	9548	America/Chicago	43.53248	-90.00263	275	Reedsburg,Reedsburgh,Ridsburg,rydsbwrgh,rydzbrg  wyskansyn,Ридсбург,ريدسبورغ,ریدزبرگ، ویسکانسین		WI	111	66800	
5268583	Reedsville	reedsville	US	17084	1175	America/Chicago	44.1536	-87.95676	252	Mud Creek,Reedsville		WI	071	66875	
5268588	Reed	reed	US	42451	0	America/Chicago	43.37609	-91.03902	223			WI	023	27700	
5268605	Reeseville	reeseville	US	53579	687	America/Chicago	43.30499	-88.84483	251	Lowell Station,Reeseville,Reesville		WI	027	66900	
5268607	Regina	regina	US	41559	0	America/Chicago	44.89469	-89.02178	349			WI	115	01375	
5268653	Reserve	reserve	US	59258	429	America/Chicago	45.88134	-91.38656	398			WI	113	17250	
5268703	Rewey	rewey	US	53580	297	America/Chicago	42.84277	-90.3954	344			WI	049	67100	
5268720	Rhinelander	rhinelander	US	54501	7526	America/Chicago	45.63662	-89.41208	472	City of the Hodag,Pelican Rapids,RHI,Rajnlander,Rajnlender,Rhinelander,Zhede-zhiibiing,raylndr  wyskansyn,rynlandr,Райнлендер,Рајнландер,رایلندر، ویسکانسین,رينلاندر	085	WI	085	67200	
5268738	Rib Lake	rib-lake	US	54470	894	America/Chicago	45.31747	-90.20848	478	Rib Lake,Riblake		WI	119	67275	
5269539	Rosendale	rosendale	US	12472	1043	America/Chicago	43.80776	-88.67483	274			WI	039	69525	
5268798	Rice Lake	rice-lake	US	54868	8391	America/Chicago	45.50607	-91.73823	350	RIE,Rajs Lejk,rays lyk  wyskansyn,rayz lyk,Рајс Лејк,رايز ليك,رایس لیک، ویسکانسین		WI	005	67350	
5268838	Richfield	richfield	US	17086	11530	America/Chicago	43.25612	-88.19398	298			WI	131	67475	
5268845	Richford	richford	US	05476	0	America/Chicago	44.02359	-89.4354	278			WI	137	67550	
5268850	Richland Center	richland-center	US	53581	5013	America/Chicago	43.33471	-90.38679	222	Richland Center,Richland Centre,Richland Senter,li qi lan zhong xin,rychlnd sntr  wyskansyn,rytshland sntr,Ричланд Сентер,ريتشلاند سنتر,رچلینڈ سینٹر، وسکونسن,ریچلند سنتر، ویسکانسین,里奇蘭中心	103	WI	103	67625	
5268869	Richmond	richmond	US	01254	3449	America/Chicago	42.71473	-88.74927	302	Richmond,Ричмонд		WI	127	67725	
5268879	Richwood	richwood	US	08074	0	America/Chicago	43.24139	-88.78316	256			WI	027	73575	
5268893	Ridgeland	ridgeland	US	29936	278	America/Chicago	45.20357	-91.89545	334	Annesburg,Ridgeland		WI	033	67800	
5268896	Ridgetop	ridgetop	US	37152	0	America/Chicago	45.92968	-88.27013	400			WI	037	26200	
5268900	Ridgeway	ridgeway	US	24148	643	America/Chicago	43.00222	-89.9904	354			WI	049	67875	
5268917	Riley	riley	US	47871	0	America/Chicago	43.02333	-89.62262	293	Riley,Riley Station,Riley's,Sugar River Station		WI	025	75850	
5268943	Ringle	ringle	US	54471	0	America/Chicago	44.89108	-89.42567	405			WI	073	68075	
5268955	Ripon	ripon	US	54971	7700	America/Chicago	43.8422	-88.83594	284	Ceresco,Morena,Ripon,rybwn,rypwn  wyskansyn,Рипон,ريبون,ریپون، ویسکانسین		WI	039	68175	
5268974	Rising Sun	rising-sun	US	21911	0	America/Chicago	43.41803	-90.95818	396			WI	023	82100	
5268977	Rio	rio	US	26755	1044	America/Chicago	43.44776	-89.23984	284			WI	021	68100	
5268986	River Falls	river-falls	US	36476	15269	America/Chicago	44.86136	-92.62381	273	Greenwood,Kinnickinnic,River Falls,River Fols,ryfr fwlz,rywr falz  wskwnsn,rywr falz  wyskansyn,Ривер Фолс,ريفر فولز,ریور فالز، وسکونسن,ریور فالز، ویسکانسین		WI	093	68275	
5269037	Riverside	riverside	US	02915	0	America/Chicago	46.07633	-92.24769	272			WI	013	08025	
5269038	Riverside	riverside	US	02915	0	America/Chicago	42.59389	-90.02262	247			WI	065	30600	
5269106	Riverview	riverview	US	33568	0	America/Chicago	46.67633	-92.18519	190			WI	031	78675	
5269165	Roberts	roberts	US	54023	1638	America/Chicago	44.98386	-92.55603	315	Roberts,Roberts Station,Warren		WI	109	68475	
5269196	Rochester	rochester	US	02770	3765	America/Chicago	42.74141	-88.22426	234	Rochester,Waukeeshah,Рочестер		WI	101	68550	
5269243	Rock Falls	rock-falls	US	50467	0	America/Chicago	44.71857	-91.68989	262	Rock Falls,Rockfalls		WI	033	68700	
5269294	Rock Springs	rock-springs	US	53961	362	America/Chicago	43.49248	-89.91901	297	Ableman,Ableman Station,Ablemans,Ablemans Mills,Excelsior,Rock Springs		WI	111	24675	
5269304	Rockaway Beach	rockaway-beach	US	65740	0	America/Chicago	44.09777	-88.32705	232			WI	015	77425	
5269305	Rockaway Beach	rockaway-beach	US	65740	0	America/Chicago	44.04637	-88.50984	229			WI	139	60500	
5269306	Rockbridge	rockbridge	US	43149	0	America/Chicago	43.44831	-90.36402	231			WI	103	68675	
5269311	Rockdale	rockdale	US	76567	220	America/Chicago	42.97195	-89.03094	254	Clinton,Rockdale		WI	025	68725	
5269317	Rockfield	rockfield	US	42274	0	America/Chicago	43.25751	-88.1262	277			WI	131	28875	
5269319	Rockland	rockland	US	02370	621	America/Chicago	43.90636	-90.9193	230	Rockland,Rockland Station		WI	063	68900	
5269327	Rockton	rockton	US	15856	0	America/Chicago	43.64108	-90.6018	266			WI	123	86900	
5269329	Rockville	rockville	US	02873	0	America/Chicago	42.72722	-90.68207	280	Pin Hook,Rockville		WI	043	64650	
5269330	Rockville	rockville	US	02873	0	America/Chicago	43.91999	-87.99787	266			WI	071	72075	
5269336	Rockwood	rockwood	US	04478	0	America/Chicago	44.16805	-87.70564	211			WI	071	40425	
5269411	Rogersville	rogersville	US	15359	0	America/Chicago	43.74915	-88.63233	277			WI	039	42125	
5269430	Rolling Prairie	rolling-prairie	US	46371	0	America/Chicago	43.45916	-88.73427	283			WI	027	11275	
5269440	Romance	romance	US	72136	0	America/Chicago	43.55219	-91.14485	203			WI	123	32725	
5269443	Rome	rome	US	13440	689	America/Chicago	42.98029	-88.63121	259			WI	055	78200	
5269460	Roosevelt	roosevelt	US	08555	0	America/Chicago	45.6719	-89.31485	480			WI	085	62925	
5269551	Rosewood	rosewood	US	43070	0	America/Chicago	42.67585	-88.1687	247			WI	101	20625	
5269556	Rosholt	rosholt	US	54473	493	America/Chicago	44.62775	-89.30873	347			WI	097	69575	
5269567	Ross	ross	US	45061	0	America/Chicago	43.54109	-90.75319	242			WI	123	43900	
5269583	Rothschild	rothschild	US	54474	5329	America/Chicago	44.88719	-89.62012	363			WI	073	69725	
5269671	Roxbury	roxbury	US	02119	1897	America/Chicago	43.24943	-89.6754	264	Rocksbury,Roxbury		WI	025	69850	
5269681	Royalton	royalton	US	41464	0	America/Chicago	44.41276	-88.86288	247			WI	135	69900	
5269691	Rubicon	rubicon	US	53078	0	America/Chicago	43.34028	-88.4576	307			WI	027	69962	
5269695	Ruby	ruby	US	12475	0	America/Chicago	45.17719	-90.98819	347			WI	017	69975	
5269710	Rudolph	rudolph	US	43462	432	America/Chicago	44.49608	-89.80762	351			WI	141	70000	
5269774	Rusk	rusk	US	75785	0	America/Chicago	44.90774	-91.83406	274	Gates,Rusk,Rusk Prairie,Sherburne		WI	033	66550	
5269793	Russell	russell	US	01071	0	America/Chicago	44.42802	-91.47849	258			WI	121	14525	
5269819	Rutland	rutland	US	01543	2060	America/Chicago	42.87889	-89.35012	288	Ratlend,Rutland,Rutland Center,Ратленд		WI	025	70400	
5269823	Rutledge	rutledge	US	30663	0	America/Chicago	42.55472	-90.63374	187			WI	043	37800	
5269849	Sabin	sabin	US	56580	0	America/Chicago	43.43026	-90.56874	268			WI	103	78825	
5270032	Saint Anthony	saint-anthony	US	47575	0	America/Chicago	43.4425	-88.34176	323			WI	131	00425	
5270188	Saint Cloud	saint-cloud	US	34769	477	America/Chicago	43.82277	-88.16704	284			WI	039	70500	
5270204	Saint Croix Falls	saint-croix-falls	US	54024	2133	America/Chicago	45.40996	-92.63965	282			WI	095	70550	
5270249	Saint Francis	saint-francis	US	04774	9365	America/Chicago	42.96752	-87.87758	211			WI	079	70650	
5270327	Saint Germain	saint-germain	US	54558	0	America/Chicago	45.90162	-89.48736	497	Saint Germain,Saint Germaine,St. Germain		WI	125	70725	
5270428	Saint John	saint-john	US	46373	0	America/Chicago	44.16888	-88.20399	261	Saint John,Saint Johns,St. John,Woodville		WI	015	89000	
5270775	Saint Joseph	saint-joseph	US	38481	503	America/Chicago	43.78552	-91.0418	397			WI	063	31150	
5270945	Saint Lawrence	saint-lawrence	US	57373	0	America/Chicago	43.36972	-88.33287	334			WI	131	00425	
5271136	Saint Marys	saint-marys	US	15857	0	America/Chicago	43.79802	-90.68735	418			WI	081	37950	
5271382	Saint Michaels	saint-michaels	US	21663	0	America/Chicago	43.51333	-88.16065	321			WI	131	25375	
5271416	Saint Nazianz	saint-nazianz	US	54232	783	America/Chicago	44.00805	-87.92231	261			WI	071	71025	
5271704	Saint Peter	saint-peter	US	56082	1489	America/Chicago	43.83638	-88.34149	324			WI	039	79125	
5271850	Saint Rose	saint-rose	US	70087	0	America/Chicago	42.62389	-90.43457	312			WI	043	74450	
5271991	Salem	salem	US	01970	11416	America/Chicago	42.55474	-88.11092	237	Brooklyn,Salem,Sejlem,Сейлем		WI	059	71125	
5271992	Salem	salem	US	01970	0	America/Chicago	44.62302	-92.35741	311	Sejlem,Сейлем		WI	093	71150	
5272068	Sanborn	sanborn	US	14132	0	America/Chicago	46.433	-90.9088	257			WI	003	86850	
5272086	Sand Creek	sand-creek	US	49279	0	America/Chicago	45.16691	-91.68628	304	Sand Creek,Sandcreek		WI	033	71425	
5272123	Sand Lake	sand-lake	US	12153	0	America/Chicago	45.3683	-92.55854	348	Sand Lake,Sandlake		WI	095	60475	
5272179	Sandusky	sandusky	US	14133	0	America/Chicago	43.39526	-90.15207	358			WI	111	83700	
5272189	Sandy Hook	sandy-hook	US	06482	309	America/Chicago	42.54333	-90.61013	268			WI	043	37800	
5272214	Sarona	sarona	US	54870	0	America/Chicago	45.71106	-91.80656	396			WI	129	71637	
5272227	Sauk City	sauk-city	US	53583	3489	America/Chicago	43.27082	-89.72207	226	Harszthy,Sauk,Sauk City,Sok Siti,Westfield,sak syty,Сок Сити,ساك سيتي		WI	111	71650	
5272249	Saukville	saukville	US	53080	4463	America/Chicago	43.38167	-87.94065	231	Mechanicsville,Saint Finbars,Saukville,Schmit's Mill,Voelker's Mills		WI	089	71700	
5272285	Saxeville	saxeville	US	54976	973	America/Chicago	44.17609	-89.11456	258	Saxeville,Saxville		WI	137	71825	
5272307	Sayner	sayner	US	54560	207	America/Chicago	45.98606	-89.53264	508			WI	125	63625	
5272310	Scandinavia	scandinavia	US	54977	363	America/Chicago	44.46164	-89.14928	284			WI	135	71975	
5272322	Saxon	saxon	US	25180	90	America/Chicago	46.49328	-90.41435	341	Dogwood,Saxon,Siding Four		WI	051	71875	
5272378	Schofield	schofield	US	54476	2203	America/Chicago	44.90969	-89.60457	365	Schofield,Schofield Mills		WI	073	72150	
5272636	Seeley	seeley	US	92273	0	America/Chicago	46.12106	-91.36129	387	Seeley,Seeleys		WI	113	43400	
5272638	Sedgwick	sedgwick	US	04676	0	America/Chicago	46.46689	-90.60546	259			WI	003	71350	
5272661	Seneca	seneca	US	16346	0	America/Chicago	43.26498	-90.95846	382			WI	023	72500	
5272770	Sextonville	sextonville	US	53584	551	America/Chicago	43.27832	-90.29096	222			WI	103	10950	
5272775	Seymour	seymour	US	06483	1418	America/Chicago	44.82663	-91.43127	270			WI	035	72675	
5272776	Seymour	seymour	US	06483	3440	America/Chicago	44.51499	-88.33038	239	seimuri,symwr,symwr  wyskansyn,سيمور,سیمور، ویسکانسین,სეიმური		WI	087	72725	
5272830	Shamrock	shamrock	US	74068	0	America/Chicago	44.17413	-90.80458	256	Kelleys Corners,Shamrock		WI	053	48425	
5272851	Sharon	sharon	US	02067	1586	America/Chicago	42.50252	-88.72899	304	Sharon,Шарон		WI	127	72875	
5272873	Shawano	shawano	US	54166	9128	America/Chicago	44.78221	-88.60899	249	Shono,shawanw,shawanw  wyskansyn,Шоно,شاوانو,شاوانو، ویسکانسین	115	WI	115	72925	
5272893	Sheboygan	sheboygan	US	53081	48797	America/Chicago	43.75083	-87.71453	192	Chair City,SBM,Seboiganas,Shebojgan,Sheboyegan,Sheboygan,shiboigan,shybwygan  wskwnsn,shybwygan  wyskansyn,shybwyjan,Šeboiganas,Шебойган,Шебојган,شيبويجان,شیبویگان، وسکونسن,شیبویگان، ویسکانسین,シボイガン	117	WI	117	72975	
5272907	Sheboygan Falls	sheboygan-falls	US	53085	7840	America/Chicago	43.73197	-87.82213	201	Rochester,Sheboygan Falls		WI	117	73025	
5272941	Sheldon	sheldon	US	05483	224	America/Chicago	45.31053	-90.95597	342	Fern,Sheldon		WI	107	73175	
5272949	Shell Lake	shell-lake	US	54871	1315	America/Chicago	45.73939	-91.92545	378		129	WI	129	73200	
5272964	Shelby	shelby	US	28150	0	America/Chicago	43.76913	-91.16097	214			WI	063	73125	
5272975	Sheridan	sheridan	US	04775	0	America/Chicago	44.39581	-89.19817	294	Sessions Prairie,Sheridan		WI	135	25400	
5273018	Sherwood	sherwood	US	21665	2865	America/Chicago	44.1736	-88.25983	272	Nicolais Corners,Sherwood		WI	015	73525	
5273019	Sherwood	sherwood	US	21665	0	America/Chicago	44.46746	-90.35569	325			WI	019	73550	
5273055	Shiocton	shiocton	US	54170	921	America/Chicago	44.44471	-88.57899	234	Jordans Landing,Jordanville,Shiocton,Shiocton Station,Wittenberg		WI	087	73625	
5273068	Shirley	shirley	US	01464	0	America/Chicago	44.35694	-87.9476	287			WI	009	29550	
5273084	Shorewood	shorewood	US	60404	13311	America/Chicago	43.08918	-87.88758	207	Cementville,East Milwaukee,Mechanicsville,Shorewood,Shorvud,shorvudi,shwrwwd,shwrwwd  wyskansyn,Шорвуд,شوروود,شوروود، ویسکانسین,შორვუდი		WI	079	73725	
5273110	Shullsburg	shullsburg	US	53586	1210	America/Chicago	42.57334	-90.23096	303			WI	065	73825	
5273134	Sidney	sidney	US	13838	0	America/Chicago	44.55274	-90.63875	331			WI	019	63000	
5273180	Silver Creek	silver-creek	US	14136	0	America/Chicago	43.55694	-88.02509	276			WI	117	73425	
5273204	Silver Lake	silver-lake	US	03875	2417	America/Chicago	42.54613	-88.16564	230	Silver Lake,Silverlake		WI	059	74025	
5273224	Silver Lake	silver-lake	US	03875	2480	America/Chicago	44.05526	-89.22623	270			WI	137	49425	
5276715	Union Church	union-church	US	39668	0	America/Chicago	42.84363	-88.06925	249			WI	079	27300	
5273294	Sinsinawa	sinsinawa	US	53824	0	America/Chicago	42.52361	-90.53929	299	Sin-sin-ah-wah,Sinsinawa,Sinsinawa Mound,Sinsinaway,Sinsiniwaw,Sinsinnewa,Sissinaway		WI	043	33525	
5273324	Siren	siren	US	54872	778	America/Chicago	45.78578	-92.38103	304	Siren,Syren	013	WI	013	74175	
5273328	Sister Bay	sister-bay	US	54234	911	America/Chicago	45.18721	-87.12095	189			WI	029	74225	
5273439	Slinger	slinger	US	53086	5208	America/Chicago	43.33361	-88.28621	323	Scheisinger,Schleighsingerville,Schleisinger,Schleisingerville,Slinger		WI	131	74400	
5273457	Slovan	slovan	US	15078	0	America/Chicago	44.53083	-87.58314	217			WI	061	12875	
5273584	Sobieski	sobieski	US	54171	259	America/Chicago	44.72083	-88.07205	201			WI	083	45275	
5273600	Soldiers Grove	soldiers-grove	US	54655	560	America/Chicago	43.39526	-90.7743	221	Pine Grove,Soldiers Grove		WI	023	74550	
5273607	Solon Springs	solon-springs	US	54873	602	America/Chicago	46.35327	-91.82241	332	Solon Springs,White Birch		WI	031	74575	
5273614	Somers	somers	US	06071	9454	America/Chicago	42.6403	-87.91036	213	Pike,Somers		WI	059		
5273620	Somerset	somerset	US	02725	2693	America/Chicago	45.12441	-92.67354	257	Somerset,Сомерсет		WI	109	74675	
5273645	Soperton	soperton	US	30457	0	America/Chicago	45.4383	-88.63622	474			WI	041	83025	
5273711	South Byron	south-byron	US	14557	0	America/Chicago	43.63888	-88.48649	314	Mound Prairie,South Byron		WI	039	11600	
5273812	South Milwaukee	south-milwaukee	US	53172	21233	America/Chicago	42.91057	-87.86064	204	Oak Creek,South Milwaukee		WI	079	75125	
5273848	South Range	south-range	US	49963	0	America/Chicago	46.608	-91.98352	232			WI	031	61250	
5273891	South Wayne	south-wayne	US	53587	479	America/Chicago	42.5689	-89.87984	252			WI	065	75275	
5273927	Sparta	sparta	US	07871	9679	America/Chicago	43.94413	-90.81291	241	CMY,Sparta,asparta  wyskansyn,sbarta,Спарта,اسپارتا، ویسکانسین,سبارتا	081	WI	081	75325	
5273956	Spencer	spencer	US	01562	1921	America/Chicago	44.75774	-90.2968	399			WI	073	75400	
5274034	Spooner	spooner	US	54801	2586	America/Chicago	45.82245	-91.88934	332	Spuner,aspwnr  wyskansyn,sbwnr,Спунер,اسپونر، ویسکانسین,سبونر		WI	129	75625	
5274059	Sprague	sprague	US	68438	0	America/Chicago	44.14774	-90.13152	286			WI	057	55725	
5274183	Spring Green	spring-green	US	53588	1648	America/Chicago	43.17527	-90.0679	220	Spring Green,Spring Grin,Springgreen,chun lu cun,sbryngh ghryn,Спринг Грин,سبرينغ غرين,春綠村		WI	111	76025	
5274194	Spring Grove	spring-grove	US	17362	0	America/Chicago	43.81498	-88.9415	252			WI	047	31350	
5274250	Spring Lake	spring-lake	US	07762	0	America/Chicago	44.02331	-89.15873	253	Spring Lake,Springlake		WI	137	49425	
5274285	Spring Valley	spring-valley	US	10977	0	America/Chicago	43.93888	-87.83953	231			WI	071	50625	
5274964	Sullivan	sullivan	US	03445	671	America/Chicago	43.01279	-88.58816	263			WI	055	78175	
5274288	Spring Valley	spring-valley	US	10977	1342	America/Chicago	44.84524	-92.2388	277	Spring Valley,Spring-Vehlli,Springvalley,Спринг-Вэлли		WI	093	76300	
5274290	Spring Valley	spring-valley	US	10977	0	America/Chicago	42.65834	-89.30845	283	Spring Valley,Spring Valley Corners		WI	105	76325	
5274318	Springbrook	springbrook	US	52075	0	America/Chicago	45.94856	-91.68823	334	Namekagon,Spring Brook,Springbrook		WI	129	75800	
5274335	Springfield	springfield	US	01101	158	America/Chicago	42.64168	-88.41204	260	Springfild,Спрингфилд		WI	127	46725	
5274353	Springville	springville	US	14141	0	America/Chicago	43.58358	-90.93985	333			WI	123	37975	
5274365	Spruce	spruce	US	48762	0	America/Chicago	44.95249	-88.16482	235			WI	083	76450	
5274473	Stanley	stanley	US	14561	3569	America/Chicago	44.95997	-90.93708	330			WI	017	76625	
5274480	Stanberry	stanberry	US	64489	0	America/Chicago	46.00717	-91.62629	348	Stanberry,Stanbery,Stanbury		WI	129	77350	
5274485	Stanton	stanton	US	08885	0	America/Chicago	45.17302	-92.46714	320	Ormes,Stanton		WI	109	76675	
5274508	Star Lake	star-lake	US	13690	0	America/Chicago	46.03828	-89.47236	529	Star Lake,Starlake		WI	125	63625	
5274510	Star Prairie	star-prairie	US	54026	569	America/Chicago	45.19691	-92.53075	284	Jewelltown,Star Prairie		WI	109	76825	
5274527	Starks	starks	US	70661	0	America/Chicago	45.66301	-89.22179	497			WI	085	76975	
5274542	State Line	state-line	US	17263	0	America/Chicago	42.49447	-87.82091	191			WI	059	63300	
5274565	Stearns	stearns	US	42647	0	America/Chicago	42.6564	-89.60734	335			WI	045	53775	
5274622	Stetsonville	stetsonville	US	54480	526	America/Chicago	45.07691	-90.31514	443			WI	119	77100	
5274629	Steuben	steuben	US	04680	129	America/Chicago	43.18109	-90.85874	204	Farris Landing,Steuben		WI	023	77175	
5274644	Stevens Point	stevens-point	US	54481	26604	America/Chicago	44.52358	-89.57456	332	First Island,Kah-kag-e-winch-e-min-it-e-gong,STE,Stephens Point,Steven's Point,Stevens Point,Stivens Pojnt,astywn pwynt  wyskansyn,seutibeunseupointeu,Стивенс Појнт,استیون پوینت، ویسکانسین,سٹیونس پوائنٹ، وسکونسن,스티븐스포인트	097	WI	097	77200	
5274691	Stitzer	stitzer	US	53825	0	America/Chicago	42.92666	-90.62318	361			WI	043	43825	
5274693	Stockbridge	stockbridge	US	01262	632	America/Chicago	44.07166	-88.29899	251			WI	015	77400	
5274699	Stockholm	stockholm	US	04783	66	America/Chicago	44.4833	-92.26212	213			WI	091	77475	
5274709	Stoddard	stoddard	US	03464	815	America/Chicago	43.66191	-91.21847	201			WI	123	77550	
5274715	Stone	stone	US	41567	0	America/Chicago	42.87472	-89.31012	279			WI	025	70400	
5274721	Stockton	stockton	US	08559	0	America/Chicago	44.51136	-89.46706	346			WI	097	77537	
5274730	Stone Lake	stone-lake	US	54876	178	America/Chicago	45.84551	-91.54045	401			WI	113	71500	
5274787	Stoughton	stoughton	US	02072	13067	America/Chicago	42.91695	-89.21789	267	Stouton,astwtwn  wyskansyn,stwtwn,stwwtwn,Стоутон,סטווטון,استوتون، ویسکانسین,ستوتون		WI	025	77675	
5274807	Stratford	stratford	US	06614	1577	America/Chicago	44.80108	-90.0793	386	Stratford,Стратфорд		WI	073	77750	
5274842	Strum	strum	US	54770	1125	America/Chicago	44.54969	-91.39266	277	Strum,Tilden		WI	121	77825	
5274867	Sturgeon Bay	sturgeon-bay	US	54235	8956	America/Chicago	44.83416	-87.37704	183	Graham,Ottumba,SUE,Sterdzen Bej,Sturgeon Bay,Tehema,astwrjn by  wyskansyn,stwrghwn bay,Стерџен Беј,استورجن بی، ویسکانسین,ستورغون باي	029	WI	029	77875	
5274885	Sturtevant	sturtevant	US	53177	6960	America/Chicago	42.69807	-87.89452	214	Corliss,Johnson,Sturtevant,Western Union Junction		WI	101	77925	
5274887	Suamico	suamico	US	54173	12187	America/Chicago	44.63194	-88.03927	180	Big Suamico,Suamico		WI	009	77975	
5274926	Sugar Grove	sugar-grove	US	16350	0	America/Chicago	43.42581	-90.68374	374			WI	123	39475	
5274992	Summit Lake	summit-lake	US	54485	144	America/Chicago	45.37774	-89.19484	525			WI	067	81950	
5275012	Sumner	sumner	US	04292	0	America/Chicago	45.38635	-91.65239	330			WI	005	78450	
5275020	Sun Prairie	sun-prairie	US	53590	32365	America/Chicago	43.1836	-89.21373	292	San Preri,san pryry  wyskansyn,sana preri,sn brayry,sn pryry  wskwnsn,Сан Прери,سان پریری، ویسکانسین,سن پریری، وسکونسن,صن برايري,सन प्रेरी		WI	025	78600	
5275028	Sunburst	sunburst	US	59482	0	America/Chicago	43.17777	-89.29039	310			WI	025	11150	
5275045	Sunflower	sunflower	US	36581	0	America/Chicago	45.80329	-89.64237	486			WI	085	41887	
5275102	Sunnyside	sunnyside	US	11104	0	America/Chicago	46.60411	-92.05658	214			WI	031	78675	
5275149	Sunset	sunset	US	04683	0	America/Chicago	45.0033	-89.49206	424	Nutterville,Sunset		WI	073	22025	
5275151	Sunset Beach	sunset-beach	US	28468	0	America/Chicago	44.06416	-88.3265	229			WI	015	77400	
5275152	Sunset Beach	sunset-beach	US	28468	0	America/Chicago	43.50166	-88.86566	265			WI	027	05925	
5275191	Superior	superior	US	51363	26579	America/Chicago	46.72077	-92.10408	196	Gete-oodenaang,S'jupirior,SUW,Superior,Supirior,siupʼiriori,spyryyr  wskwnsn,su bi li er,superioru,swbrywr,swprywr  wyskansyn,Супириор,Сьюпириор,سوبريور,سوپریور، ویسکانسین,سپیریئر، وسکونسن,სიუპირიორი,スペリオル,苏必利尔	031	WI	031	78650	
5275219	Suring	suring	US	54174	527	America/Chicago	44.99916	-88.37205	244			WI	083	78725	
5275222	Sussex	sussex	US	07461	10753	America/Chicago	43.1339	-88.22204	280			WI	133	78750	
5275225	Sutherland	sutherland	US	23885	0	America/Chicago	46.43745	-91.17658	284			WI	007	19662	
5275330	Sylvania	sylvania	US	16945	0	America/Chicago	42.69863	-87.95841	235			WI	101	89575	
5275346	Tabor	tabor	US	51653	0	America/Chicago	42.81557	-87.83508	213	Midway Park,Tabor		WI	101	11950	
5275386	Tamarack	tamarack	US	55787	0	America/Chicago	44.17496	-91.44793	250			WI	121	02525	
5275450	Taylor	taylor	US	18517	472	America/Chicago	44.32107	-91.11988	272	Tejlor,Тейлор		WI	053	79150	
5275509	Tell	tell	US	79259	0	America/Chicago	44.38052	-91.86627	209			WI	011	01250	
5275589	Theresa	theresa	US	13691	1213	America/Chicago	43.51722	-88.45121	294			WI	027	79375	
5275633	Tennyson	tennyson	US	47637	350	America/Chicago	42.68999	-90.68513	284	Dutch Hollow,Tennyson		WI	043	79250	
5275656	Thompson	thompson	US	06277	0	America/Chicago	43.25861	-88.37065	313			WI	131	24225	
5275681	Thompsonville	thompsonville	US	12784	0	America/Chicago	42.77863	-87.95286	239			WI	101	11950	
5275700	Thornton	thornton	US	03285	65	America/Chicago	44.79665	-88.69121	260			WI	115	67675	
5275704	Thorp	thorp	US	54771	1624	America/Chicago	44.96108	-90.79986	370	North Fork,Thorp		WI	019	79625	
5275717	Three Lakes	three-lakes	US	54562	605	America/Chicago	45.79829	-89.1629	507			WI	085	79700	
5275785	Tigerton	tigerton	US	54486	721	America/Chicago	44.74081	-89.06317	314			WI	115	79825	
5275788	Tilden	tilden	US	62292	0	America/Chicago	45.00663	-91.43766	291			WI	017	79875	
5275794	Tilleda	tilleda	US	54978	91	America/Chicago	44.81553	-88.91122	293			WI	115	72550	
5275825	Tioga	tioga	US	16946	0	America/Chicago	44.68413	-90.7932	329			WI	019	33900	
5275834	Tisch Mills	tisch-mills	US	54240	0	America/Chicago	44.32722	-87.6237	194			WI	071	53350	
5275871	Tomah	tomah	US	54660	9357	America/Chicago	43.97858	-90.50402	296	tamh  wyskansyn,twma,تامه، ویسکانسین,توما		WI	081	80075	
5275884	Tomahawk	tomahawk	US	41262	3223	America/Chicago	45.47108	-89.72986	442	Tomakhavk,tamhawk  wyskansyn,twmahwk,Томахавк,تامهاوک، ویسکانسین,توماهوك		WI	069	80125	
5275907	Tony	tony	US	54563	107	America/Chicago	45.48302	-90.99264	375	Deer Tail,Tony		WI	107	80225	
5276016	Townsend	townsend	US	01469	146	America/Chicago	45.32802	-88.58955	413			WI	083	80325	
5276076	Trego	trego	US	54888	227	America/Chicago	45.89967	-91.82101	335	Mills,Superior Junction,Trego		WI	129	80450	
5276084	Trempealeau	trempealeau	US	54661	1615	America/Chicago	44.00552	-91.44209	208	Montoville,Mountainville,Reeds Landing,Reeds Town,Trempealeau,Trempelo,trymbylyw,Тремпело,تريمبيليو		WI	121	80475	
5276099	Trenton	trenton	US	08601	0	America/Chicago	44.60386	-92.56491	236	Trenton,Trenton Island		WI	093	80550	
5276112	Trevor	trevor	US	53179	0	America/Chicago	42.51252	-88.12092	240			WI	059	71125	
5276273	Tripoli	tripoli	US	50676	0	America/Chicago	45.55524	-89.99404	469			WI	085	46650	
5276347	Troy	troy	US	03465	0	America/Chicago	42.7789	-88.44482	265			WI	127	80875	
5276366	Truman	truman	US	56088	0	America/Chicago	42.71944	-90.22985	320			WI	065	39125	
5276405	Tunnel City	tunnel-city	US	54662	106	America/Chicago	44.00719	-90.56569	324	Greenfield,Tunnel City		WI	081	31225	
5276435	Turtle Lake	turtle-lake	US	54889	1033	America/Chicago	45.3944	-92.14241	385	Skowhagen,Turtle Lake		WI	005	81075	
5276468	Tustin	tustin	US	49688	117	America/Chicago	44.16276	-88.89234	229			WI	137	08300	
5276542	Twin Lakes	twin-lakes	US	53181	6094	America/Chicago	42.53113	-88.24815	244	Twin Lakes,Twinlakes		WI	059	81250	
5276609	Two Rivers	two-rivers	US	54241	11331	America/Chicago	44.15388	-87.56925	184	Nashotah,Neshota,Tu Rivers,Two Rivers,tu rivels,tw ryfrz,tw rywrz  wyskansyn,Ту Риверс,تو ريفرز,تو ریورز، ویسکانسین,ٹو ریورز، وسکونسن,ടൂ റിവേഴ്സ്		WI	071	81325	
5276653	Underhill	underhill	US	05489	0	America/Chicago	44.87527	-88.38455	245			WI	083	81475	
5276663	Union	union	US	03887	0	America/Chicago	44.84329	-91.54877	277	Oak Grove,Union,West Eau Claire		WI	035	22300	
5276664	Union	union	US	03887	0	America/Chicago	42.83027	-90.52624	335			WI	043	44050	
5276665	Union	union	US	03887	0	America/Chicago	42.82445	-89.30178	289			WI	105	81650	
5276710	Union Center	union-center	US	53962	195	America/Chicago	43.68525	-90.2668	282	Union Center,Union Centre		WI	057	81725	
5276720	Union Grove	union-grove	US	28689	4891	America/Chicago	42.68807	-88.05147	237	Union Grove,Uniongrove		WI	101	81775	
5276791	Unity	unity	US	04988	342	America/Chicago	44.85163	-90.31652	407			WI	073	81850	
5276977	Upson	upson	US	54565	0	America/Chicago	46.36912	-90.40685	454			WI	051	01925	
5276988	Utica	utica	US	13501	0	America/Chicago	43.02223	-88.48482	263			WI	133	78375	
5277002	Valders	valders	US	54245	940	America/Chicago	44.0661	-87.88426	254			WI	071	82200	
5277012	Valley	valley	US	36854	0	America/Chicago	43.64164	-90.5418	270	The Corners,Valley		WI	123	26550	
5277063	Valmy	valmy	US	89438	0	America/Chicago	44.90805	-87.26316	199			WI	029	72600	
5277066	Van Buren	van-buren	US	04785	0	America/Chicago	42.67638	-90.72568	200			WI	043	64625	
5277072	Van Dyne	van-dyne	US	54979	279	America/Chicago	43.88749	-88.50428	241	Van Dyne,Van Dyne Station,Vandyne		WI	039	27975	
5277125	Vermont	vermont	US	61484	864	America/Chicago	43.07222	-89.78568	270	Vermont,Вермонт		WI	025	82525	
5277129	Vernon	vernon	US	05354	0	America/Chicago	42.90362	-88.25231	269			WI	133	82575	
5277142	Verona	verona	US	07044	12540	America/Chicago	42.99083	-89.53318	296	The Corners,Verona,Verona Corners		WI	025	82600	
5277149	Vesper	vesper	US	54489	559	America/Chicago	44.48218	-89.96402	334			WI	141	82650	
5277215	Viking	viking	US	56760	0	America/Chicago	44.86163	-92.35908	335			WI	093	29150	
5277219	Vilas	vilas	US	28692	0	America/Chicago	43.08972	-89.23484	279			WI	025	17200	
5277255	Viola	viola	US	19979	676	America/Chicago	43.50609	-90.66819	233			WI	123	82900	
5277276	Viroqua	viroqua	US	54665	4362	America/Chicago	43.55692	-90.88874	386	fyrwkwa,wayrwka  wyskansyn,فيروكوا,وایروکا، ویسکانسین	123	WI	123	82925	
5277667	Wabeno	wabeno	US	54566	575	America/Chicago	45.43858	-88.66039	469			WI	041	83025	
5277679	Wagner	wagner	US	57380	0	America/Chicago	45.3022	-87.73567	214			WI	075	83050	
5277708	Waldo	waldo	US	32694	496	America/Chicago	43.67472	-87.9487	260	Lora,Lyndon Station,Waldo		WI	117	83100	
5277713	Waldwick	waldwick	US	07463	0	America/Chicago	42.82556	-90.03985	329			WI	049	83150	
5277716	Wales	wales	US	01081	2573	America/Chicago	43.00445	-88.37676	305			WI	133	83175	
5277721	Walker	walker	US	26180	0	America/Chicago	44.38607	-89.97874	308			WI	141	17525	
5277759	Walsh	walsh	US	62297	0	America/Chicago	45.17942	-87.76261	206			WI	075	64275	
5277801	Walworth	walworth	US	14568	2838	America/Chicago	42.53113	-88.59955	304	Douglass Corners,Walworth		WI	127	83250	
5277841	Warrens	warrens	US	54666	352	America/Chicago	44.13107	-90.49985	310	Warren,Warrens,Warrens Mills		WI	081	83450	
5277852	Wascott	wascott	US	54890	0	America/Chicago	46.17244	-91.79824	333			WI	031	83512	
5277856	Washburn	washburn	US	04786	2055	America/Chicago	46.67327	-90.89491	211	Voshbern,vashbarni,wa shi ben shi,washbrn,washbrn  wyskansyn,Вошберн,واشبرن,واشبرن، ویسکانسین,ვაშბარნი,瓦士本市	007	WI	007	83525	
5277876	Washington	washington	US	03280	833	America/Chicago	45.3947	-86.93151	206	Vashington,Вашингтон		WI	029	83600	
5277981	Waterbury	waterbury	US	05671	0	America/Chicago	44.38524	-90.59847	287			WI	053	40325	
5277989	Waterloo	waterloo	US	13165	3343	America/Chicago	43.18388	-88.98844	247	Vaterlo,Ватерло		WI	055	83925	
5278003	Waterford	waterford	US	04088	5358	America/Chicago	42.76307	-88.21426	236	Uoterford,Уотерфорд		WI	101	83825	
5278005	Watertown	watertown	US	02471	23819	America/Chicago	43.19472	-88.72899	260	Johnsons Rapids,Votertaun,Watertown,watrtwn  wyskansyn,woteotaun,wwtrtawn,Вотертаун,واترتون، ویسکانسین,واٹر ٹاؤن، وسکونسن,ووترتاون,워터타운		WI	055	83975	
5278017	Waterville	waterville	US	04901	0	America/Chicago	43.02001	-88.43815	272			WI	133	78375	
5278045	Waukau	waukau	US	54980	255	America/Chicago	43.98915	-88.77178	249			WI	139	70125	
5278052	Waukesha	waukesha	US	53186	71970	America/Chicago	43.01168	-88.23148	248	Prairieville,UES,Uokesho,Uokisha,Vokesha,Vokisha,Waukesha,u~okisho,wakysha  wyskansyn,wawkysha  wskwnsn,wkysha,Вокеша,Вокиша,Уокешо,Уокиша,واوکیشا، وسکونسن,واکیشا، ویسکانسین,وكيشا,უოკეშო,ウォキショー	133	WI	133	84250	
5278073	Waunakee	waunakee	US	53597	13311	America/Chicago	43.19194	-89.45567	283			WI	025	84350	
5278083	Waupaca	waupaca	US	54981	6014	America/Chicago	44.35803	-89.08595	259	Vermonter's Camp,Vopaka,Waupaca,Waupaca Falls,wapaka  wyskansyn,wawbaka,Вопака,واوباكا,واپاکا، ویسکانسین	135	WI	135	84375	
5278106	Waupun	waupun	US	53963	11343	America/Chicago	43.63332	-88.72955	272	Madrid,Waubun,Waupun,wapwn  wyskansyn,wawbwn,واوبون,واپون، ویسکانسین		WI	027	84425	
5278843	White Oak	white-oak	US	25989	0	America/Chicago	42.51834	-90.27707	304	White Oak,White Oak Springs,Whiteoak		WI	065	86800	
5278120	Wausau	wausau	US	32463	39094	America/Chicago	44.95914	-89.63012	367	AUW,Big Bull Falls,Pah-je-tak-a-ke-ning-a-ning,Voso,Wassa,Wausau,wasa  wskwnsn,wasa  wyskansyn,wawsw,Восо,واسا، وسکونسن,واسا، ویسکانسین,واوسو	073	WI	073	84475	
5278141	Wausaukee	wausaukee	US	54177	568	America/Chicago	45.3708	-87.95233	228	Awasaakiing,Big Wausaukee,Wausaukee		WI	075	84525	
5278148	Wautoma	wautoma	US	54982	2136	America/Chicago	44.0747	-89.2879	263		137	WI	137	84625	
5278168	Wauzeka	wauzeka	US	53826	727	America/Chicago	43.08526	-90.88318	201			WI	023	84725	
5278176	Waverly	waverly	US	14892	0	America/Chicago	44.72858	-92.25685	335			WI	093	68775	
5278188	Wayne	wayne	US	04284	0	America/Chicago	43.51416	-88.32149	320			WI	131	84900	
5278199	Wayside	wayside	US	24985	0	America/Chicago	44.25527	-87.9526	263			WI	009	54300	
5278257	Webster	webster	US	01570	627	America/Chicago	45.87745	-92.36742	299	Clam River,Webster		WI	013	85025	
5278333	Wells	wells	US	04090	0	America/Chicago	44.09555	-88.04343	256			WI	015	66275	
5278356	Wentworth	wentworth	US	03282	0	America/Chicago	46.59994	-91.83602	286			WI	031	01825	
5278422	West Bend	west-bend	US	50597	31695	America/Chicago	43.42528	-88.18343	273	ETB,Vest Bend,West Bend,Westbend,bnd ghrby  wyskansyn,uesutobendo,wyst bynd,xi ben de,Вест Бенд,بند غربی، ویسکانسین,ويست بيند,ویسٹ بینڈ، وسکونسن,ウエストベンド,西本德	131	WI	131	85350	
5278433	West Bloomfield	west-bloomfield	US	14585	0	America/Chicago	44.22081	-88.97178	251			WI	137	08300	
5278576	West Middleton	west-middleton	US	46995	0	America/Chicago	43.06027	-89.57179	330	Barwig,West Middleton		WI	025	51600	
5278608	West Salem	west-salem	US	44287	5014	America/Chicago	43.89913	-91.08125	226	Salem,Vest Sejlem,West Salem,wst salm,Вест Сејлем,وست سالم		WI	063	86275	
5278649	Westboro	westboro	US	54490	190	America/Chicago	45.35524	-90.29598	463			WI	119	85450	
5278652	Westby	westby	US	54667	2263	America/Chicago	43.65692	-90.8543	396			WI	123	85475	
5278669	Westfield	westfield	US	01085	1226	America/Chicago	43.88359	-89.49346	265			WI	077	85575	
5278692	Weston	weston	US	02493	0	America/Chicago	44.81246	-92.07157	267			WI	033	85975	
5278693	Weston	weston	US	02493	15069	America/Chicago	44.8908	-89.54762	381			WI	073	86025	
5278705	Westport	westport	US	02790	0	America/Chicago	43.20498	-90.64124	202			WI	103	67775	
5278723	Weyauwega	weyauwega	US	54983	1866	America/Chicago	44.32137	-88.93372	242	Wayauwega,Weyauwega		WI	135	86400	
5278730	Weyerhaeuser	weyerhaeuser	US	54895	224	America/Chicago	45.42357	-91.40849	362	Weyerhaeuser,Weyerhauser		WI	107	86450	
5278744	Wheatland	wheatland	US	16161	0	America/Chicago	42.59391	-88.20842	231			WI	059	86500	
5278751	Wheeler	wheeler	US	38880	335	America/Chicago	45.04441	-91.90879	287	Lochiel,Welton,Wheeler		WI	033	86575	
5278804	White City	white-city	US	66872	0	America/Chicago	46.32828	-90.65241	374			WI	003	50700	
5278805	White City	white-city	US	66872	0	America/Chicago	43.61858	-90.45319	382			WI	123	81675	
5278829	White Lake	white-lake	US	12786	339	America/Chicago	45.15719	-88.76455	391			WI	067	86750	
5278860	White River	white-river	US	57579	0	America/Chicago	46.53578	-90.85074	223			WI	003	29250	
5278914	Whitehall	whitehall	US	12887	1568	America/Chicago	44.36746	-91.31655	249		121	WI	121	86725	
5278927	Whitelaw	whitelaw	US	54247	744	America/Chicago	44.14472	-87.82148	261			WI	071	86775	
5278931	Whitewater	whitewater	US	53190	14692	America/Chicago	42.83362	-88.73233	251	Vajtvoter,waytwatr  wyskansyn,waytwwtr,Вајтвотер,وائٹ واٹر، وسکونسن,وايتووتر,وایتواتر، ویسکانسین		WI	127	86925	
5278948	Whiting	whiting	US	04691	1727	America/Chicago	44.49358	-89.55873	331	McDill,Whiting		WI	097	86975	
5279006	Wilcox	wilcox	US	15870	0	America/Chicago	44.99777	-87.83538	187			WI	075	31725	
5279017	Wild Rose	wild-rose	US	54984	0	America/Chicago	43.28693	-90.58179	352			WI	103	67775	
5279018	Wild Rose	wild-rose	US	54984	699	America/Chicago	44.17859	-89.24901	290	Wild Rose,Wildrose		WI	137	87075	
5279056	Wildwood	wildwood	US	08260	0	America/Chicago	44.89191	-92.29935	342			WI	109	22400	
5279098	Williams Bay	williams-bay	US	53191	2600	America/Chicago	42.57807	-88.54093	268			WI	127	87200	
5279135	Willow Creek	willow-creek	US	59760	0	America/Chicago	43.20723	-88.15843	259	Willow Creek,Willow Springs		WI	131	28875	
5279182	Willow Springs	willow-springs	US	60480	0	America/Chicago	43.1389	-88.18426	274			WI	133		
5279203	Wilmot	wilmot	US	03287	442	America/Chicago	42.5128	-88.18203	229	Gilead,Wilmot		WI	059	71125	
5279209	Wilson	wilson	US	14172	0	America/Chicago	44.82802	-91.02265	300			WI	035	87400	
5279210	Wilson	wilson	US	14172	186	America/Chicago	44.95358	-92.17352	351	Uilson,Уилсон		WI	109	87475	
5279272	Wilton	wilton	US	03086	506	America/Chicago	43.81358	-90.52791	305			WI	081	87525	
5279278	Winchester	winchester	US	01890	671	America/Chicago	44.19859	-88.66483	258	Neenah Settlement,Winchester		WI	139	87650	
5279297	Winchester	winchester	US	01890	0	America/Chicago	46.22189	-89.89794	511			WI	125	87600	
5279311	Windsor	windsor	US	01270	3573	America/Chicago	43.21833	-89.34151	274	Vindzor,Виндзор		WI	025		
5279340	Winnebago	winnebago	US	54985	0	America/Chicago	44.07582	-88.52511	235			WI	139		
5279356	Winneconne	winneconne	US	54986	2445	America/Chicago	44.11082	-88.71261	231	Winneconne,Winnekona		WI	139	87900	
5279375	Winter	winter	US	54896	299	America/Chicago	45.81968	-91.01183	420			WI	113	87975	
5279391	Wiota	wiota	US	50274	0	America/Chicago	42.63667	-89.95262	304	Wiota,Wyota		WI	065	88050	
5279422	Wisconsin Dells	wisconsin-dells	US	53965	2705	America/Chicago	43.62748	-89.77096	277	Kilbourn,Kilbourn City,Uiskonsin Dels,Uiskonsin-Dels,Viskonsin Dels,Viskonsin Delsas,Wisconsin Dells,wyskansyn dlz  wyskansyn,wyskwnsn dylz,Висконсин Делс,Уисконсин Делс,Уисконсин-Делс,ويسكونسن ديلز,ویسکانسین دلز، ویسکانسین		WI	021	88150	
5279436	Wisconsin Rapids	wisconsin-rapids	US	54494	17897	America/Chicago	44.38358	-89.81735	313	Ah-dah-wa-gam,Grand Rapids,Grand Rapids Mills,ISW,Viskonsin Rapids,Wisconsin Rapids,wyskansyn rpydz  wyskansyn,wyskwnsn rabydz,Висконсин Рапидс,وسکونسن ریپڈس، وسکونسن,ويسكونسن رابيدز,ویسکانسین رپیدز، ویسکانسین	141	WI	141	88200	
5279477	Withee	withee	US	54498	476	America/Chicago	44.95636	-90.59764	388			WI	019	88275	
5279483	Wittenberg	wittenberg	US	54499	1022	America/Chicago	44.8272	-89.16956	358	Wittenberg,Wittenburg		WI	115	88325	
5279500	Wolf Creek	wolf-creek	US	59648	0	America/Chicago	45.55607	-92.72271	249	Wolf Creek,Wolfcreek		WI	095	24450	
5279547	Wonewoc	wonewoc	US	53968	796	America/Chicago	43.65275	-90.22346	280			WI	057	88500	
5279604	Woodford	woodford	US	22580	69	America/Chicago	42.64862	-89.86262	242			WI	065	88050	
5279605	Woodhull	woodhull	US	14898	0	America/Chicago	43.77749	-88.57316	278			WI	039	42125	
5279607	Woodland	woodland	US	16881	0	America/Chicago	43.37028	-88.51871	289			WI	027	69962	
5279629	Woodlawn	woodlawn	US	24381	0	America/Chicago	45.43219	-88.8215	479			WI	041	55575	
5279654	Woodman	woodman	US	53827	130	America/Chicago	43.08998	-90.80124	200			WI	043	88825	
5279667	Woodruff	woodruff	US	29388	966	America/Chicago	45.89634	-89.69904	490			WI	085	88950	
5279708	Woodstock	woodstock	US	03293	0	America/Chicago	43.47248	-90.42735	253			WI	103	33925	
5279715	Woodville	woodville	US	01784	1339	America/Chicago	44.95302	-92.2913	348	Kellys Switch,Woodville		WI	109	89025	
5279728	Worcester	worcester	US	01601	0	America/Chicago	45.60357	-90.2921	490			WI	099	31925	
5279748	Woodworth	woodworth	US	53194	0	America/Chicago	42.55807	-88.00119	229			WI	059		
5279757	Wrightstown	wrightstown	US	08562	3325	America/Chicago	44.32582	-88.16288	186	Wrights Ferry,Wrightstown		WI	009	89150	
5279765	Wyalusing	wyalusing	US	18853	342	America/Chicago	42.94388	-91.14152	192			WI	043	89250	
5279783	Wyocena	wyocena	US	53969	744	America/Chicago	43.49582	-89.30845	245			WI	021	89300	
5279788	Wyoming	wyoming	US	02898	0	America/Chicago	43.1261	-90.11179	224			WI	049	89350	
5279816	Yarnell	yarnell	US	85362	0	America/Chicago	45.7269	-91.41933	440			WI	113	17250	
5279855	York	york	US	03909	0	America/Chicago	44.44996	-91.14516	274			WI	053	57975	
5279869	Yorkville	yorkville	US	13495	0	America/Chicago	42.74196	-88.02675	227	Waites Corners,Yorkville		WI	101	89575	
5279874	Young America	young-america	US	46998	0	America/Chicago	43.45167	-88.18593	279			WI	131	05050	
5279892	Zachow	zachow	US	54182	0	America/Chicago	44.73221	-88.36371	262	Netley,Zachow		WI	115	01975	
5279905	Zenda	zenda	US	53195	0	America/Chicago	42.51196	-88.48177	298			WI	127	44750	
5279916	Zion	zion	US	60099	0	America/Chicago	43.99693	-88.66206	258			WI	139	59900	
5280030	Zoar	zoar	US	44697	98	America/Chicago	45.01497	-88.899	372	Zoar,Zoar Settlement		WI	078	50975	
5280050	Allendale	allendale	US	07401	0	America/New_York	40.01868	-80.70341	388			WV	051		
5280054	Arnold	arnold	US	21012	0	America/New_York	40.29868	-80.58007	304			WV	009		
5280069	Beech Bottom	beech-bottom	US	26030	500	America/New_York	40.22646	-80.65147	217	Beach Bottom,Beech Bottom,Beechbottom		WV	009		
5280076	Benwood	benwood	US	26031	1361	America/New_York	40.01813	-80.73425	197	Bens Woods,Benwood,Benwood Junction		WV	051		
5280084	Bethany	bethany	US	06524	1029	America/New_York	40.20563	-80.55674	258	Betani,btny  wyrjynyay ghrby,bythany,Бетани,بتنی، ویرجینیای غربی,بيثاني,بیتھانی، ورجینیا		WV	009		
5280087	Bethlehem	bethlehem	US	03574	2425	America/New_York	40.04396	-80.69064	380	Vifleem,Вифлеем		WV	069		
5280159	Chelsea	chelsea	US	02150	0	America/New_York	40.49007	-80.59896	221			WV	029		
5280161	Chester	chester	US	01011	2498	America/New_York	40.61312	-80.56285	215	Chester,Mercer,Честер		WV	029		
5280165	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	40.41451	-80.55035	361	Chestnut Hill,McKeefrey		WV	029		
5280183	Clinton	clinton	US	01510	0	America/New_York	40.12396	-80.62619	295			WV	069		
5280188	Colliers	colliers	US	26035	0	America/New_York	40.36701	-80.54118	243	Colliers,Colliers Station		WV	009		
5280209	Dallas	dallas	US	18612	0	America/New_York	40.01619	-80.52702	423	Dallas,Haney,Haney Town,West Union,Даллас		WV	051		
5280241	Eden	eden	US	05652	0	America/New_York	40.06702	-80.63841	243			WV	069		
5280242	Edgewood	edgewood	US	21040	0	America/New_York	40.07868	-80.68397	206	Edgewood,Whitfield		WV	069		
5280255	Fairhaven	fairhaven	US	02719	0	America/New_York	40.56173	-80.56007	310			WV	029		
5280285	Follansbee	follansbee	US	26037	2887	America/New_York	40.32757	-80.59591	204	Cross Creek,Follansbee		WV	009		
5280290	Forest Hills	forest-hills	US	11375	0	America/New_York	40.08729	-80.69841	314			WV	069		
5280296	Franklin	franklin	US	02038	0	America/New_York	40.27451	-80.54229	366			WV	009		
5280303	Fulton	fulton	US	13069	0	America/New_York	40.07729	-80.71175	198			WV	069		
5280321	Glenwood	glenwood	US	07418	0	America/New_York	40.07618	-80.70258	242			WV	069		
5280423	Lawrenceville	lawrenceville	US	12949	0	America/New_York	40.61756	-80.54368	298			WV	029		
5280447	Louise	louise	US	39097	0	America/New_York	40.30396	-80.56535	221			WV	009		
5280476	McKinleyville	mckinleyville	US	95519	0	America/New_York	40.24368	-80.59618	208			WV	009		
5280499	Moscow	moscow	US	05662	0	America/New_York	40.54562	-80.6323	205	Moscow,New Lexington		WV	029		
5280504	Mount Olivet	mount-olivet	US	41064	0	America/New_York	40.01924	-80.69508	389			WV	051		
5280523	New Cumberland	new-cumberland	US	17070	1063	America/New_York	40.49673	-80.60674	220	Brick Bend,Brick Town,Cuppy Town,Cuppytown,N'ju-Kamberlend,New Cumberland,Nju Kamberland,Vernon,nyw kambrlnd  wyrjynyay ghrby,nyw kmbrland,Њу Камберланд,Нью-Камберленд,نيو كمبرلاند,نیو کامبرلند، ویرجینیای غربی	029	WV	029		
5280531	New Manchester	new-manchester	US	26056	0	America/New_York	40.53145	-80.58007	362	Fairview,Manchester,New Manchester,Pughtown		WV	029		
5280534	Newell	newell	US	15466	1376	America/New_York	40.6184	-80.60424	230			WV	029		
5280556	Oakmont	oakmont	US	15139	0	America/New_York	40.0623	-80.67647	227			WV	069		
5280600	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.42729	-80.53729	241			WV	029		
5280601	Pleasant Valley	pleasant-valley	US	12569	0	America/New_York	40.06896	-80.68091	214			WV	069		
5280611	Potomac	potomac	US	20854	0	America/New_York	40.15285	-80.52924	294			WV	069		
5280617	Power	power	US	59468	0	America/New_York	40.21118	-80.65924	204	Beech Bottom,Power,Windsor		WV	009		
5280624	Rockdale	rockdale	US	76567	0	America/New_York	40.30479	-80.58007	214			WV	009		
5280697	Short Creek	short-creek	US	26058	0	America/New_York	40.18563	-80.67452	207	Short Creek,Shortcreek		WV	009		
5280725	Springdale	springdale	US	15144	0	America/New_York	40.06257	-80.65341	366			WV	069		
5280729	Sun Valley	sun-valley	US	83353	0	America/New_York	40.44451	-80.56813	269			WV	029		
5280753	Triadelphia	triadelphia	US	26059	772	America/New_York	40.05257	-80.62841	226			WV	069		
5280763	Twilight	twilight	US	25204	0	America/New_York	40.03618	-80.59341	245			WV	069		
5280769	Valley Grove	valley-grove	US	26060	369	America/New_York	40.08757	-80.57035	284	Valley Grove,Valleygrove		WV	069		
5280777	Virginville	virginville	US	19564	0	America/New_York	40.29285	-80.52368	240	Virginia Station,Virginville		WV	009		
5280814	Weirton	weirton	US	26062	19175	America/New_York	40.41896	-80.58952	230	Uirton,Virtn,Virton,u~iaton,wyrtwn,wyrtwn  wyrjynyay ghrby,Виртн,Віртон,Уиртон,ويرتون,ویئرٹن، مغربی ورجینیا,ویرتون، ویرجینیای غربی,ウィアトン		WV	029		
5280835	Wellsburg	wellsburg	US	14894	2704	America/New_York	40.27201	-80.60952	206	Buffaloe Town,Charles Town,Charlestown,Uehlsberg,Velsburg,Wellsburg,Wellsburgh,wlsbwrg  wyrjynyay ghrby,wylsbwrgh,Велсбург,Уэлсберг,ولسبورگ، ویرجینیای غربی,ويلسبورغ	009	WV	009		
5281274	Portland	portland	US	04101	510	America/New_York	40.92315	-75.09657	89	Columbia Station,Dills Ferry,Dillsferry,Hiblertown,Marshfield,New Market,Portland,Portlend,Портленд		PA	095	62264	
5280846	West Liberty	west-liberty	US	26074	1590	America/New_York	40.16979	-80.59369	373	Blacks Cabin,Short Creek,Vest Liberti,West Liberty,wst lybrty  wyrjynyay ghrby,wyst lybrty,Вест Либерти,وست لیبرتی، ویرجینیای غربی,ويست ليبرتي		WV	069		
5280854	Wheeling	wheeling	US	26003	27648	America/New_York	40.06396	-80.72091	203	Fort Fincastle,Fort Henry,HLG,Nail City,Uijling,Uiling,Viling,Weeling,Whealing,Wheelin,Wheeling,Zanesburg,hoiringu,hui ling,hwilling,wylyng  mghrby wrjynya,wylyng  wyrjynyay ghrby,wylyngh,Вилинг,Вілінг,Уийлинг,Уилинг,ويلينغ,ویلینگ، مغربی ورجینیا,ویلینگ، ویرجینیای غربی,ホイーリング,惠灵,휠링	069	WV	069		
5280893	Windsor Heights	windsor-heights	US	26075	402	America/New_York	40.19118	-80.66536	306	Windsor,Windsor Heights		WV	009		
5280916	Botsford	botsford	US	06404	0	America/New_York	41.36648	-73.25706	127			CT	001	52980	
5280920	Baltic	baltic	US	06330	1250	America/New_York	41.61704	-72.08452	18			CT	011	71670	
5280929	Amber	amber	US	73004	0	America/Chicago	42.12806	-91.18015	313			IA	105	94611	
5280935	Newtown	newtown	US	06470	1967	America/New_York	41.41398	-73.30345	145	N'jutaun,Njutaun,n'yuta'una,niu dui,nyutaun,nywtawn,nywtawn  kntykt,Њутаун,Ньютаун,ניוטאון,نيوتاون,نیو ٹاؤن، کنیکٹیکٹ,نیوتاون، کنتیکت,न्युटाउन,न्यूटाउन,ന്യൂടൗൺ,纽敦,뉴타운		CT	001	52980	
5280951	Commerce	commerce	US	30529	0	America/Chicago	41.53888	-93.76467	271			IA	153	94410	
5280955	Dewey	dewey	US	61840	0	America/Chicago	41.18693	-94.75775	379			IA	029	94350	
5280959	Gray	gray	US	04039	59	America/Chicago	41.83943	-94.98304	416			IA	009	92523	
5280966	Lakeview	lakeview	US	28350	0	America/Chicago	42.30693	-95.05166	381			IA	161	94383	
5280975	Three Rivers	three-rivers	US	01080	2890	America/New_York	42.1812	-72.36064	99			MA	013	52144	
5280987	Zion	zion	US	60099	0	America/Chicago	41.20054	-94.29885	366			IA	001	94161	
5280993	Rollins	rollins	US	59931	0	America/Chicago	42.37947	-88.06286	241			IL	097	03220	
5281020	Groton	groton	US	01450	1124	America/New_York	42.6112	-71.57451	101	Groton,Groton Centre,ge luo dun,ghrwtwn,grwtwn,Гротон,Ґротон,غروتون,گروتون,格罗顿		MA	017	27480	
5281031	Sheffield	sheffield	US	01257	3393	America/New_York	42.11037	-73.35511	203	Houssatonneck,Houssatonnock,Houssatonnuc,Sheffield,Shehffild,Skatecook,shfyld  masachwst,Шэффилд,شفیلد، ماساچوست		MA	003	61065	
5281038	Star	star	US	27356	0	America/Chicago	42.61139	-98.34036	565			NE	089	46975	
5281055	Carmel	carmel	US	04419	2512	America/New_York	44.79757	-69.05115	53	Carmel,Carmel Village,Karmel',Кармель		ME	019	10670	
5281067	Hillman	hillman	US	49746	0	America/New_York	46.20477	-68.16003	210			ME	003	69260	
5281077	Phillips	phillips	US	04966	1029	America/New_York	44.82311	-70.33951	173			ME	007	58445	
5281089	Virginia	virginia	US	55777	0	America/New_York	44.53062	-70.5459	207			ME	017	64290	
5281094	West Kennebunk	west-kennebunk	US	04094	1176	America/New_York	43.4087	-70.58144	43			ME	031	36535	
5281097	Bentley	bentley	US	48613	0	America/Detroit	43.94808	-84.13444	225			MI	017	32040	
5281098	Bishop	bishop	US	24604	0	America/Detroit	43.42391	-85.89978	231			MI	123	31640	
5281114	Prairie	prairie	US	39756	0	America/Detroit	42.98475	-85.03417	200			MI	067	40880	
5281115	Royston	royston	US	30662	0	America/Detroit	45.15946	-83.89305	243			MI	119	55240	
5281159	Comstock	comstock	US	12821	92	America/Chicago	41.56056	-99.25038	683			NE	041	10215	
5281161	Alda	alda	US	68810	655	America/Chicago	40.87112	-98.46812	584	Alda,Pawnee		NE	079	00660	
5281163	Duff	duff	US	37729	0	America/Chicago	42.2025	-99.60429	763			NE	149		
5281166	Castleton	castleton	US	05735	1485	America/New_York	43.61062	-73.17983	134	Castleton,Kaslton,Pillar Town,kasltwn,Каслтон,كاسلتون		VT	021	11950	
5281182	Lynn	lynn	US	01901	0	America/New_York	43.21952	-72.27953	440			NH	019	00260	
5281184	Caroga Lake	caroga-lake	US	12032	518	America/New_York	43.13785	-74.48125	451	Caroga Lake,Garoga Lake,Pine Lake		NY	035	12573	
5281199	Presho	presho	US	57568	0	America/New_York	42.08563	-77.1547	298	Erwin Center,Presho		NY	101	42576	
5281200	Honeoye	honeoye	US	14471	579	America/New_York	42.79006	-77.51694	248			NY	069	61544	
5281202	Childs	childs	US	21916	0	America/New_York	43.28673	-78.19169	128			NY	073	27958	
5281204	Centerfield	centerfield	US	84622	0	America/New_York	42.88145	-77.35888	287	Centerfield,Centrefield		NY	069	12155	
5281215	Pinehurst	pinehurst	US	01866	0	America/New_York	42.73228	-78.93504	193			NY	029	31654	
5281228	Page	page	US	25152	0	America/New_York	43.65563	-75.56157	592			NY	049	81094	
5281231	Ingomar	ingomar	US	15127	0	America/New_York	40.5809	-80.06089	367			PA	003	45900	
5281234	Roxbury	roxbury	US	02119	0	America/New_York	42.28397	-74.56487	455	Beaver Dam,Roxbury,raksbry  nywywrk,راکسبری، نیویورک		NY	025	64001	
5281238	Scranton	scranton	US	18501	0	America/New_York	42.74061	-78.8342	235			NY	029	31654	
5281244	Anderson	anderson	US	29621	0	America/New_York	41.38894	-82.52906	180	Anderson,Anderson Acres		OH	043	37030	
5281245	Wetmore	wetmore	US	49895	0	America/New_York	43.69785	-75.55907	607			NY	049	45854	
5281248	Salida	salida	US	81201	0	America/New_York	41.70227	-81.35927	189			OH	085	49056	
5281254	Nova	nova	US	44859	0	America/New_York	41.02894	-82.30461	345	Noha,Nova,Novo,Troy,Troy Center,Troy Centre,Troy-Nova		OH	005	77532	
5281256	Beccaria	beccaria	US	16616	0	America/New_York	40.77006	-78.44808	419			PA	033	04888	
5281258	Trilby	trilby	US	33593	0	America/New_York	41.72088	-83.6216	193	Trilby,Trilly		OH	095	77000	
5281259	Concord	concord	US	01742	0	America/New_York	41.89256	-79.73477	414			PA	049	15504	
5281260	Big Run	big-run	US	15715	0	America/New_York	41.08145	-77.66777	253			PA	027	43080	
5281261	Carroll	carroll	US	43112	0	America/New_York	41.04868	-77.20969	416			PA	035	30928	
5281264	Otterbein	otterbein	US	47970	0	America/New_York	40.12037	-77.6011	194			PA	055	45496	
5281271	Whitewood	whitewood	US	24657	0	America/New_York	40.13955	-74.86183	19			PA	017	08768	
5281273	Overton	overton	US	68863	0	America/New_York	41.57008	-76.503	502			PA	015	57448	
5281290	Herrick	herrick	US	57538	103	America/Chicago	43.115	-99.18788	659			SD	053	28420	
5281295	Ephraim	ephraim	US	54211	285	America/Chicago	45.15638	-87.16817	201	Ifram,ayfrayym,Ифрам,إيفرائيم		WI	029	24150	
5281319	Delta	delta	US	17314	0	America/Chicago	46.47272	-91.27019	309			WI	007	19662	
5281322	Comfort	comfort	US	25049	0	America/Chicago	44.77496	-92.03545	251			WI	033	85975	
5281335	Lindsey	lindsey	US	43442	0	America/Chicago	44.5558	-90.30013	352			WI	141	68625	
5281340	Kohler	kohler	US	53044	2110	America/Chicago	43.73916	-87.78175	209	Kohler,Kohler Village,Koler,Riverside,kolleo,kwhlr,Колер,كوهلر,콜러		WI	117	40275	
5281343	Norton	norton	US	02766	0	America/Chicago	45.01635	-91.83434	284			WI	033	78975	
5281348	Mercer	mercer	US	16137	516	America/Chicago	46.1655	-90.06266	488			WI	051	51200	
5281374	Abington	abington	US	02351	0	America/New_York	41.86065	-72.00674	169	Abbington Four Corners,Abington,Abington Center,Abington Four Corners		CT	015	61030	
5281427	Addison	addison	US	04606	0	America/New_York	41.71843	-72.57676	35	Addison,Eagle Mills		CT	003	31240	
5281492	Allentown	allentown	US	08501	0	America/New_York	41.64899	-72.99038	251			CT	005	60750	
5281536	Amesville	amesville	US	45711	0	America/New_York	41.96287	-73.37595	204			CT	005	66420	
5281548	Amston	amston	US	06231	0	America/New_York	41.62538	-72.34314	133	Amston,Palmertown,Turnerville		CT	013	37910	
5281551	Ansonia	ansonia	US	06401	18854	America/New_York	41.34621	-73.079	26	Ansonia,Ansonija,an suo ni ya,anasoniya,ansonia,answnya,answnya  kntykt,ensoniya,Ансониа,Ансонија,Ансоніа,آنسونیا، کنتیکت,أنسونيا,انسونیا، کنیکٹیکٹ,अनसोनिया,एन्सोनिया,アンソニア,安索尼亚		CT	009	01220	
5281554	Andover	andover	US	01810	0	America/New_York	41.73732	-72.37036	105			CT	013	01080	
5281639	Ashford	ashford	US	06278	0	America/New_York	41.87315	-72.12147	213	Ashford,Ashford Center,Ehshford,Эшфорд,ایشفورڈ، کنیکٹیکٹ		CT	015	01430	
5281730	Avon	avon	US	02322	0	America/New_York	41.80982	-72.83065	65	Avon,East Avon,Ehvon,Hart's Nod,Nod Society,Northington,Эвон,ایون، کنیکٹیکٹ		CT	003	02060	
5281774	Baileyville	baileyville	US	04694	0	America/New_York	41.51315	-72.72454	95			CT	007	47080	
5281798	Bakersville	bakersville	US	28705	0	America/New_York	41.83204	-73.03011	218	Baker Village,Bakersville,Bakerville,Maple Hollow		CT	005	51350	
5281850	Ballouville	ballouville	US	06233	0	America/New_York	41.87676	-71.86118	98	Ballou's Store,Ballou's Village,Ballouville,Bellows Mill		CT	015	40500	
5281876	Bantam	bantam	US	06750	735	America/New_York	41.72454	-73.23623	281	Bantam,Bantam Falls,Bantam Village,Peantam		CT	005	43370	
5281915	Barkhamsted	barkhamsted	US	06063	0	America/New_York	41.92926	-72.91399	329	Barkhamsted,Бархамстед,بارکہیمسٹیڈ، کنیکٹیکٹ		CT	005	02760	
5281943	Barnesville	barnesville	US	18214	0	America/New_York	41.30871	-72.90982	6			CT	009	52070	
5281965	Bartlett	bartlett	US	03812	0	America/New_York	41.42176	-72.10313	45			CT	011	80280	
5282022	Bayview	bayview	US	83803	0	America/New_York	41.21232	-73.03011	6			CT	009	47535	
5282036	Beacon Falls	beacon-falls	US	06403	0	America/New_York	41.44287	-73.06261	37	Bikon Falls,Бикон Фаллс,بیکن فالز، کنیکٹیکٹ		CT	009	03250	
5282223	Berkshire	berkshire	US	01224	0	America/New_York	41.40871	-73.25956	102	Berkshire,White Village		CT	001	52980	
5282244	Berlin	berlin	US	01503	0	America/New_York	41.62149	-72.74565	28	Berlin,Berlin Street,Gmina Berlin,Kensington,Worthington,Worthington Borough,Берлин,برلن، کنیکٹیکٹ		CT	003	04300	
5282279	Bethany	bethany	US	06524	0	America/New_York	41.42176	-72.99705	181	Besani,Бесани,بیتھانی، کنیکٹیکٹ		CT	009	04580	
5282297	Bethel	bethel	US	04217	9549	America/New_York	41.37121	-73.41401	115	Behzel,Besehl,Betel,bei sai er,bethela,Бесэл,Бетел,Бэзел,بیتھل، کنیکٹیکٹ,बेथेल,贝塞尔		CT	001	04720	
5282323	Bethlehem	bethlehem	US	03574	0	America/New_York	41.63982	-73.20845	266	Besehlkhehm,Bethlehem,Bethlem,Bezlekhem,Безлехем,Бесэлхэм,بیت اللحم، کنیکٹیکٹ		CT	005	04930	
5282411	Birchwood	birchwood	US	37308	0	America/New_York	41.89788	-72.7212	43	Birchwood,Eel Harbor,Elm Grove,Pacquanach,Poquanauq,Poquannick,Sodom		CT	003	87000	
5282451	Bethel	bethel	US	04217	0	America/New_York	41.54704	-71.90785	70	Bethel,Quail Trap		CT	011	33900	
5282472	Black Rock	black-rock	US	72415	0	America/New_York	41.15871	-73.22539	15	Black Rock,West Bridgeport		CT	001	08070	
5282517	Belle Haven	belle-haven	US	23306	0	America/New_York	41.00899	-73.63152	21			CT	001	33620	
5282526	Bloomfield	bloomfield	US	06002	0	America/New_York	41.82649	-72.73009	40	Bloomfield,Blumfild,Greenfield,Messenger's Farms,blwmfyld  kntykt,Блумфилд,بلوم فیلڈ، کنیکٹیکٹ,بلومفیلد، کنتیکت		CT	003	05910	
5282617	Bolton	bolton	US	01740	0	America/New_York	41.76899	-72.43342	237	Bolton,Bolton Center,Hanover,Hartford Mountains,Болтон,بولٹن، کنیکٹیکٹ		CT	013	06260	
5282639	Boston	boston	US	02108	0	America/New_York	41.27815	-73.40734	175			CT	001	63480	
5282708	Bradleyville	bradleyville	US	65614	0	America/New_York	41.52343	-73.08205	111			CT	009	46940	
5282732	Branchville	branchville	US	07826	0	America/New_York	41.2676	-73.44179	104			CT	001	63970	
5282804	Bridgeport	bridgeport	US	06601	147629	America/New_York	41.17923	-73.18945	1	BDR,Bricport,Bridgeport,Bridzhport,Bridzport,Bridzporta,Bridzportas,Bridžporta,Bridžportas,Brydzhpart,Newfield,Park City,Stratfield,beulijipoteu,brijaporta,brydgpwrt,brydjbwrt,bryjpwrt  kntykt,bu li qi bo te,burijjipoto,Бриджпорт,Бриџпорт,Брыджпарт,Бріджпорт,ברידגפורט,برج پورٹ، کنیکٹیکٹ,بريدجبورت,بریجپورت، کنتیکت,ब्रिजपोर्ट,ブリッジポート,布里奇波特,브리지포트		CT	001	08070	
5282825	Bridgewater	bridgewater	US	02324	0	America/New_York	41.53509	-73.36623	206	Bridgewater,Bridgewater Center,Bridgewater Village		CT	005	08210	
5282835	Bristol	bristol	US	02809	60452	America/New_York	41.67176	-72.94927	93	Bristol,Bristol',Bristul,Mixville Brook,beuliseuteul,bristala,brystwl,brystwl  kntykt,bu li si tuo er,burisutoru,Бристол,Бристоль,Бристъл,برسٹل، کنیکٹی کٹ,بريستول,بریستول، کنتیکت,ब्रिस्टल,ブリストル,布里斯托尔,브리스틀		CT	003	08490	
5282868	East Windsor	east-windsor	US	06088	4069	America/New_York	41.91232	-72.54509	41	Braud Brook,Broad Brook,Broadbrook		CT	003	24800	
5282884	Brockway	brockway	US	15824	0	America/New_York	41.39454	-72.38008	21	Brockway,Brockways Corners,Joshuatown		CT	011	44210	
5282901	Brookfield	brookfield	US	01506	0	America/New_York	41.48259	-73.40957	90	Brookfield,Brukfild,Iron Works,Брукфилд,بروکفیلڈ، کنیکٹیکٹ		CT	001	08980	
5282922	Brooklyn	brooklyn	US	06234	981	America/New_York	41.78815	-71.9498	84	Bruklin,Бруклин,بروکلین، کنیکٹیکٹ		CT	015	09190	
5283013	Buckingham	buckingham	US	18912	0	America/New_York	41.71232	-72.52231	137	Buckingham,Eastbury		CT	003	31240	
5283016	Buckland	buckland	US	01338	0	America/New_York	41.79621	-72.55064	49	Buckland,Buckland's Corners		CT	003	44700	
5283054	Branford	branford	US	06405	29438	America/New_York	41.27954	-72.8151	14	Branford,Branford Center,Brehnford,Totoket,Бранфорд,Брэнфорд,برینفورڈ، کنیکٹیکٹ		CT	009	07310	
5283093	Bunker Hill	bunker-hill	US	25413	0	America/New_York	41.57121	-73.06344	119	Bunker Hill,Newton Terrace		CT	009	80070	
5283112	Burlington	burlington	US	01803	0	America/New_York	41.76926	-72.96455	258	Berlington,Burlington,Burlington Center,West Britain,West Woods,bwrlynghtwn,Берлингтон,Бурлингтон,برلنگٹن، کنیکٹیکٹ,بورلينغتون		CT	003	10100	
5283125	Burnham	burnham	US	04922	0	America/New_York	41.79927	-72.61815	17			CT	003	71390	
5283137	Burnside	burnside	US	15721	0	America/New_York	41.77982	-72.60703	24	Burnside,Scotland,The Falls		CT	003	22630	
5283149	Byram	byram	US	39272	4146	America/New_York	41.00426	-73.65374	16	Byram,East Port Chester,East Portchester,New Lebanon		CT	001	33620	
5283386	Canaan	canaan	US	03741	1212	America/New_York	42.02731	-73.32928	205	Canaan,Canaan Depot,Canaan Village,Kanaan,Kejnan,kanan,sen'yana,Канаан,Кејнан,كانان,کنعان، کنیکٹیکٹ,सेन्यान		CT	005	54030	
5283439	Canterbury	canterbury	US	03224	0	America/New_York	41.69843	-71.97091	78	Canterbury,Canterbury Green,Kanterbjuri,kantrbwry,Кантербюри,كانتربوري,کینٹربری، کنیکٹیکٹ		CT	015	12130	
5283450	Canton	canton	US	02021	0	America/New_York	41.82454	-72.89371	108	Canton,Canton Street,Canton Village,Suffrage		CT	003	12270	
5283451	Canton Center	canton-center	US	06020	0	America/New_York	41.85649	-72.9151	125	Canton Center,West Simsbury		CT	003	12270	
5283613	Cedar Lake	cedar-lake	US	46303	0	America/New_York	41.40149	-72.50453	88			CT	007	14300	
5283619	Cedarhurst	cedarhurst	US	11516	0	America/New_York	41.42676	-73.22123	78			CT	001	52980	
5283661	Centerville	centerville	US	02632	0	America/New_York	41.38399	-72.90705	27	Centerville,Centreville		CT	009	35650	
5283689	Centerbrook	centerbrook	US	06409	0	America/New_York	41.35149	-72.41592	16	Center Saybrook,Centerbrooc,Centerbrook,Essex Station,Potapaug Center		CT	007	26270	
5283714	Central Village	central-village	US	06332	0	America/New_York	41.72288	-71.90674	59	Central Village,Centreville,Harrisville		CT	015	59980	
5283750	Chaplin	chaplin	US	06235	0	America/New_York	41.79482	-72.1273	121	Chaplin,tshabyn,Чаплин,تشابين,چیپلن، کنیکٹیکٹ		CT	015	13810	
5283837	Cheshire	cheshire	US	01225	29443	America/New_York	41.49899	-72.90066	78	Cheshair,Cheshir,Cheshir Vilidz,Cheshire,Cheshire Center,Cheshire Village,cesayara bhileja,chesyeo,tshyshayr,Чешаир,Чешир,Чешир Вилиџ,تشيشاير,چیشائر، کنیکٹیکٹ,चेशायर भिलेज,체셔		CT	009	14160	
5283874	Chester	chester	US	01011	0	America/New_York	41.40315	-72.45092	5	Chester,Chester Center,Pattaquonk Quarter,cestara sentara,tshystr,Честер,تشيستر,چیسٹر، کنیکٹیکٹ,चेस्टर सेन्टर		CT	007	14300	
5283900	Chesterfield	chesterfield	US	01012	0	America/New_York	41.42732	-72.21452	57			CT	011	48900	
5284179	Clayville	clayville	US	02815	0	America/New_York	41.61732	-71.97757	45	Clayville,Tadpole		CT	011	33900	
5284202	Clinton	clinton	US	01510	3368	America/New_York	41.27871	-72.52759	11	Clinton,Hammonassett,Killingworth,Klinton,Klintun,Old Killingworth,klintana,klyntwn,Клинтон,Клинтън,كلينتون,کلنٹن، کنیکٹیکٹ,क्लिन्टन		CT	007	15350	
5284223	Clintonville	clintonville	US	16372	0	America/New_York	41.39426	-72.81704	31			CT	009	53890	
5284237	Cobalt	cobalt	US	06414	0	America/New_York	41.56232	-72.55537	53			CT	007	22490	
5284283	Colchester	colchester	US	05439	4781	America/New_York	41.57565	-72.33203	144	Kolchester,kwltshstr,Колчестер,كولتشستر,کولچیسٹر، کنیکٹیکٹ		CT	011	15910	
5284310	Colebrook	colebrook	US	03576	0	America/New_York	41.98954	-73.09566	361	Colebrook,Colebrook Center,Kolbruk,Koulbruk,kwlybrwk,Колбрук,Коулбрук,كوليبروك,کولبروک، کنیکٹیکٹ		CT	005	16050	
5284335	Collinsville	collinsville	US	06022	3746	America/New_York	41.81288	-72.9201	99	Cantonville,Collinsville,Kollinsvil',South Canton,Коллинсвиль		CT	003	12270	
5284338	Columbia	columbia	US	06237	0	America/New_York	41.70204	-72.30119	161	Columbia,Lebanon		CT	013	16400	
5284546	Cove	cove	US	71937	0	America/Denver	36.56528	-109.21788	1944			AZ	001		
5284554	Darling	darling	US	38623	0	America/Phoenix	35.20057	-111.40043	1898			AZ	005		
5284560	Dewey	dewey	US	61840	0	America/Phoenix	34.53003	-112.24127	1395	Dewey,Woolseyes		AZ	025		
5284567	Big Springs	big-springs	US	26137	0	America/Phoenix	36.60165	-112.3499	2118			AZ	005		
5284580	Holbrook	holbrook	US	02343	5019	America/Phoenix	34.90225	-110.15818	1549	Golbruk,HBK,Kholbruk,Tʼiisyaakin,halbrwk,holbruka,huo er bu lu ke,hwlbrwk,Голбрук,Холбрук,هالبروک,هولبروك,होल्ब्रूक,ሆልብሩክ፥ አሪዞና,霍尔布鲁克	017	AZ	017		
5284618	Morristown	morristown	US	07960	227	America/Phoenix	33.8567	-112.62323	606	Hot Springs Junction,Morristown,Vulture Siding		AZ	013		
5284638	Pearce	pearce	US	85625	0	America/Phoenix	31.90509	-109.82062	1341	Pearce,Sun Sites		AZ	003		
5284648	Salina	salina	US	15680	0	America/Denver	36.02223	-109.86734	1994	Salina,Salina Springs,Salinas Springs,Tselani		AZ	001		
5284678	Tonopah	tonopah	US	85354	60	America/Phoenix	33.49365	-112.93712	342			AZ	013		
5284712	York	york	US	03909	557	America/Phoenix	32.89368	-109.20284	1073	York,Yorks		AZ	011		
5284756	Fillmore	fillmore	US	14735	15548	America/Los_Angeles	34.39916	-118.91815	139	Fillmor,Filmor,fei er mo er,flmwr  kylyfwrnya,fyl mwr  kalyfrnya,fylmwry,philamora,Филмор,Філлмор,فلمور، کیلیفورنیا,فيلموري,فیل مور، کالیفرنیا,फिलमोर,菲尔莫尔		CA	111		
5284786	Brooks	brooks	US	04921	0	America/Los_Angeles	38.74157	-122.14803	104			CA	113		
5284828	Clarksburg	clarksburg	US	15725	418	America/Los_Angeles	38.42047	-121.52718	3	Clarksburg,Clarksburgh		CA	113		
5284832	Cool	cool	US	95614	4100	America/Los_Angeles	38.88722	-121.01472	467	Cave Valley,Cool		CA	017		
5284880	Encinal	encinal	US	78019	0	America/Los_Angeles	39.21545	-121.66164	21			CA	101		
5284896	Fruitvale	fruitvale	US	38336	0	America/Los_Angeles	35.38329	-119.08316	121			CA	029		
5284902	Goodyears Bar	goodyears-bar	US	95944	68	America/Los_Angeles	39.53989	-120.88439	815	Goodyear's Bar,Goodyears Bar,Slaughter's Bar		CA	091		
5284905	Bisbee	bisbee	US	58317	5208	America/Phoenix	31.44815	-109.92841	1688	BSQ,Bisbi,Bizbi,bi si bi,bijeubi,bisbi,bysby,bysby  aryzwna,Бизби,Бисби,Бісбі,بيسبي,بیسبی، آریزونا,बिस्बी,ቢስቢ፥ አሪዞና,比斯比,비즈비	003	AZ	003		
5284958	Irwin	irwin	US	15642	0	America/Los_Angeles	37.39688	-120.84993	30			CA	047		
5285018	Middletown	middletown	US	02842	1323	America/Los_Angeles	38.7524	-122.61499	335	Middle Station,Middleton,Middletown,Midltaun,midalata'una,midorutaun,Мидлтаун,مڈل ٹاؤن، کیلیفورنیا,मिडलटाउन,ミドルタウン		CA	033		
5285040	Natoma	natoma	US	67651	0	America/Los_Angeles	38.6549	-121.18134	51			CA	067		
5285106	San Ysidro	san-ysidro	US	87053	0	America/Los_Angeles	32.552	-117.04308	17	San Ysidro,Tia Juana		CA	073		
5285131	Black Canyon City	black-canyon-city	US	85324	2837	America/Phoenix	34.07087	-112.15071	602	Black Canyon,Black Canyon City,Canon,Canyon,Goddards		AZ	025		
5285197	Black Diamond	black-diamond	US	98010	0	America/Phoenix	31.8437	-109.90674	1566			AZ	003		
5285210	Verona	verona	US	07044	0	America/Los_Angeles	37.62688	-121.88135	96			CA	001		
5285308	Elba	elba	US	14058	0	America/Denver	39.94832	-103.21827	1434			CO	121		
5285318	Gilman	gilman	US	05904	0	America/Denver	39.53276	-106.39392	2728	Battle Mountain,Clinton,Gilman,Rock Creek		CO	037		
5285466	Warwick	warwick	US	01378	0	America/Denver	38.1239	-102.27408	1093			CO	099		
5285480	Dighton	dighton	US	02715	990	America/Chicago	38.48196	-100.46708	843	Dighton,Watson	101	KS	101	18075	
5285654	Malaga	malaga	US	08328	147	America/Denver	32.22401	-104.07244	916			NM	015		
5285666	Mora	mora	US	55051	656	America/Denver	35.9742	-105.33001	2186	De lo Mora,Lo de Mora,Mora,San Antonio lo de Mora,Santa Gertrudis	033	NM	033		
5285702	Otis	otis	US	01253	0	America/Denver	32.35123	-104.16856	945			NM	015		
5285738	San Patricio	san-patricio	US	88348	0	America/Denver	33.40898	-105.32693	1657	Ruidoso,San Patricio		NM	027		
5285857	Blackwater	blackwater	US	24221	1062	America/Phoenix	33.03117	-111.58263	420	Blackwater,Oo-Kut,Standing Tree,Uhs Kug		AZ	021		
5285858	Sheridan	sheridan	US	04775	0	America/Los_Angeles	38.89796	-119.82268	1467	Job,Jobs,Jobs Station,Jobs Store,Motts Ranch,Sheridan		NV	005		
5285872	Ute	ute	US	51060	0	America/Los_Angeles	36.56608	-114.71555	589			NV	003		
5285894	Aiken	aiken	US	29801	0	America/Chicago	34.1423	-101.52572	1006			TX	153		
5285943	Bledsoe	bledsoe	US	40810	0	America/Phoenix	31.44788	-110.30675	1690			AZ	003		
5285956	Loop	loop	US	79342	225	America/Chicago	32.91537	-102.41602	993			TX	165		
5285970	Pledger	pledger	US	77468	0	America/Chicago	32.759	-100.28816	569			TX	151		
5285972	Pinto	pinto	US	21556	0	America/Chicago	29.28135	-100.58842	320			TX	271		
5285998	Waka	waka	US	79093	0	America/Chicago	36.2817	-101.04765	928	Waka,Wawaka		TX	357		
5286010	Union	union	US	03887	0	America/Chicago	33.41398	-101.77294	963			TX	303		
5286039	Blue	blue	US	85922	0	America/Phoenix	33.61006	-109.10674	1755	Blue,Whittum		AZ	011		
5286072	Mona	mona	US	84645	1598	America/Denver	39.81607	-111.85549	1515			UT	023		
5286091	Blue Gap	blue-gap	US	86520	0	America/Denver	36.17084	-109.94651	1980			AZ	001		
5286242	Bluewater	bluewater	US	87005	725	America/Phoenix	34.16863	-114.26495	123			AZ	012		
5286407	Bonita	bonita	US	71223	0	America/Phoenix	32.58979	-109.96924	1385			AZ	009		
5286528	Bosque	bosque	US	87006	0	America/Phoenix	32.96643	-112.59822	299			AZ	013		
5286650	Bouse	bouse	US	85325	996	America/Phoenix	33.93252	-114.00577	289	Bouse,Brayton		AZ	012		
5286659	Bowie	bowie	US	20715	449	America/Phoenix	32.32647	-109.48701	1147			AZ	003		
5286814	Brandywine	brandywine	US	20613	0	America/Phoenix	33.6381	-112.14099	398			AZ	013		
5286870	Bridgeport	bridgeport	US	06601	0	America/Phoenix	33.34783	-111.86736	366			AZ	013		
5286871	Bridgeport	bridgeport	US	06601	0	America/Phoenix	34.72141	-111.99655	1000			AZ	025		
5286875	Briggs	briggs	US	78608	0	America/Phoenix	31.41843	-109.89702	1576			AZ	003		
5286876	Briggs	briggs	US	78608	0	America/Phoenix	34.06086	-112.47573	841			AZ	025		
5287167	Bryce	bryce	US	84764	175	America/Phoenix	32.92895	-109.82786	861			AZ	009		
5287262	Buckeye	buckeye	US	24924	50876	America/Phoenix	33.37032	-112.58378	265	BXK,Bakaj,Buckeye,Bukaj,Sidney,ba ke ai,baka'a'i,bakay  aryzwna,bakyy,bkayy  ayryzwna,Бакай,Бакај,Бъкай,باكيي,باکای، آریزونا,بکآئی، ایریزونا,बकआइ,巴克艾		AZ	013		
5287300	Buckhorn	buckhorn	US	41721	0	America/Phoenix	33.4156	-111.7018	421			AZ	013		
5287392	Buena Vista	buena-vista	US	15018	0	America/Phoenix	32.84368	-109.56202	927			AZ	009		
5287565	Bullhead City	bullhead-city	US	86429	39445	America/Phoenix	35.14778	-114.5683	170	Bulkhed,Bulkhed Siti,Bullged-Siti,Bullkhed-Siti,IFP,bu er hai de shi,bulaheda siti,bwlhd syty  aryzwna,bwlhyd syts,Буллгед-Сіті,Буллхед-Сити,Булхед,Булхед Сити,بولهد سیتی، آریزونا,بولهيد سيتس,बुलहेड सिटी,布尔海德市		AZ	015		
5287644	Burns	burns	US	37029	0	America/Phoenix	33.01283	-111.8343	481			AZ	021		
5287656	Burnside	burnside	US	15721	537	America/Denver	35.75112	-109.62455	1956			AZ	001		
5287800	Burton	burton	US	26562	0	America/Phoenix	34.33226	-110.14789	1862			AZ	017		
5287938	Bylas	bylas	US	85530	1962	America/Phoenix	33.13428	-110.12004	796			AZ	009		
5288054	Cactus	cactus	US	79013	0	America/Phoenix	33.59865	-112.03043	439			AZ	013		
5288099	Calabasas	calabasas	US	91302	0	America/Phoenix	31.46732	-110.97537	1055	Calabasas,Calabazas,Kitchen Ranch		AZ	023		
5288150	Calumet	calumet	US	15621	0	America/Phoenix	31.35427	-109.60757	1212			AZ	003		
5288193	Cameron	cameron	US	14819	885	America/Denver	35.87583	-111.41292	1285			AZ	005		
5288220	Camp Creek	camp-creek	US	25820	0	America/Phoenix	33.91171	-111.81681	1034			AZ	013		
5288261	Camp Verde	camp-verde	US	86322	11155	America/Phoenix	34.56364	-111.85432	961	Camp Lincoln,Camp Verde,Campverde,Fort Verde,Kamp Verdi,Kemp Verde,Verde,kamb fyrdy,kan pu wei de,kmp wrdy  aryzwna,kyampa bharde,Камп Верди,Кемп Верде,كامب فيردي,کمپ وردی، آریزونا,क्याम्प भर्डे,坎普维德		AZ	025		
5288523	Carefree	carefree	US	85377	3610	America/Phoenix	33.82226	-111.9182	726	Bandar Carefree,Karefri,Kerfri,Keurfrij,kai er fu li,keraphri,kryfry,kyrfry  aryzwna,Карефрі,Керфри,Кеърфрий,كريفري,کیرفری، آریزونا,केरफ्री,凯尔福利		AZ	013		
5288544	Carmen	carmen	US	73726	0	America/Phoenix	31.58687	-111.05388	997			AZ	023		
5288621	Cartwright	cartwright	US	58838	0	America/Phoenix	33.4806	-112.1871	330			AZ	013		
5288629	Casa Blanca	casa-blanca	US	87007	1388	America/Phoenix	33.12033	-111.88819	363	A-vuc-hoo-mar-lish,Baaki,Bahki,Casa Blanca,Fort Barrett,Pima Villages,Whites Mill		AZ	021		
5288636	Casa Grande	casa-grande	US	85122	51460	America/Phoenix	32.8795	-111.75735	426	CGZ,Casa Grande,Casagrande,Kasa Grand,Kasa Grande,Kasa-Grande,ka sa ge lan de,kaesageulaendi,kasa gryanda,kaza ghrandy,kaza grandh,Каса Гранд,Каса Гранде,Каса-Гранде,كازا غراندي,کازا گرانده,कासा ग्र्यान्ड,卡萨格兰德,캐사그랜디		AZ	021		
5288677	Cashion	cashion	US	73016	0	America/Phoenix	33.43532	-112.29793	302	Cashion,Cashion Ranch		AZ	013		
5288784	Catalina	catalina	US	85738	7569	America/Phoenix	32.50556	-110.92111	962	Catalina,Vista Catalina		AZ	019		
5288858	Cave Creek	cave-creek	US	85327	5341	America/Phoenix	33.83333	-111.95083	648	Cave Creek,Cavecreek,Kejv Krijk,Kejv Krik,Kejv-Krik,dong xi,kebha krika,kyf kryk,kyw kryk  aryzwna,Кейв Крийк,Кейв-Крік,Кејв Крик,كيف كريك,کیو کریک، آریزونا,केभ क्रीक,洞溪		AZ	013		
5288916	Cedar	cedar	US	49621	0	America/Phoenix	34.77862	-113.79439	1359			AZ	015		
5288956	Cedar Creek	cedar-creek	US	68016	318	America/Phoenix	33.8956	-110.17372	1502			AZ	007		
5289009	Cedar Ridge	cedar-ridge	US	95924	0	America/Phoenix	33.33338	-111.8457	370			AZ	013		
5289038	Cedar Springs	cedar-springs	US	39832	0	America/Denver	35.45168	-110.3643	1914	Cedar Spring,Cedar Springs,Tees To		AZ	017		
5289129	Centennial	centennial	US	82055	0	America/Phoenix	33.56948	-113.35214	419			AZ	012		
5289154	Centerville	centerville	US	02632	0	America/Phoenix	34.75974	-112.05655	1100			AZ	025		
5289156	Central	central	US	29630	645	America/Phoenix	32.86757	-109.79286	879			AZ	009		
5289261	Chambers	chambers	US	68725	0	America/Phoenix	35.18864	-109.43316	1754			AZ	001		
5289282	Chandler	chandler	US	47610	260828	America/Phoenix	33.30616	-111.84125	370	Candler,Candleris,Chandler,Chandler Junction,Chandlur,chaendeulleo,chandora,chndlr  aryzwna,cyandlara,qian de lei,tshandlr,Çandler,Čandleris,Чандлер,Чандлър,تشاندلر,چانڈلر، ایریزونا,چندلر، آریزونا,च्यान्ड्लर,チャンドラー,钱德勒,챈들러		AZ	013		
5289285	Chandler Heights	chandler-heights	US	85127	0	America/Phoenix	33.212	-111.68624	433			AZ	013		
5289309	Chaparral	chaparral	US	88081	0	America/Phoenix	33.64337	-112.1796	386			AZ	013		
5289436	Cherry	cherry	US	61317	0	America/Phoenix	34.58808	-112.04182	1526			AZ	025		
5289626	Chinle	chinle	US	86503	4518	America/Denver	36.15445	-109.55261	1683	Chin Lee,Chinl,Chinle,Chinlee,Chinli,Chʼínílį́,cinle,Чинл,Чинлі,चिन्ले		AZ	001		
5289658	Chino Valley	chino-valley	US	86323	11137	America/Phoenix	34.75752	-112.45378	1435	Chino Vali,chynw wly  aryzwna,cino bhyali,qi nuo gu,shynw faly,Чино Вали,شينو فالي,چینو ولی، آریزونا,चिनो भ्याली,奇诺谷		AZ	025		
5289697	Chloride	chloride	US	86431	271	America/Phoenix	35.41444	-114.1994	1226			AZ	015		
5289754	Christmas	christmas	US	32709	0	America/Phoenix	33.06229	-110.74261	815			AZ	007		
5289812	Cibecue	cibecue	US	85911	1713	America/Phoenix	34.04477	-110.48539	1500	Cibecue,Cibicu,She-be-ku		AZ	017		
5289824	Cibola	cibola	US	85328	250	America/Phoenix	33.31642	-114.66496	74	Cibola,Rhodes Ranch		AZ	012		
5289882	Cimarron	cimarron	US	67835	0	America/Phoenix	33.38755	-111.99209	354			AZ	013		
5290007	Clarkdale	clarkdale	US	30111	4240	America/Phoenix	34.77113	-112.05794	1083	Klarkdejl,ke la ke dai er,klarkadela,klarkdyl,klarkdyl  aryzwna,Кларкдейл,Кларкдејл,קלארקדייל,كلاركديل,کلارکدیل، آریزونا,क्लार्कडेल,克拉克代尔		AZ	025		
5290033	Clay Springs	clay-springs	US	85923	401	America/Phoenix	34.36171	-110.2954	1921			AZ	017		
5290051	Claypool	claypool	US	46510	1538	America/Phoenix	33.41117	-110.84261	1014			AZ	007		
5290059	Clear Creek	clear-creek	US	25044	0	America/Phoenix	34.52197	-111.81848	939			AZ	025		
5290124	Clifton	clifton	US	07011	3685	America/Phoenix	33.0509	-109.29618	1060	CFT,Clifton,Klifton,Kliftun,ke li fu dun,keullipeuteon,kliphatana,klyftn  aryzwna,klyftwn,Клифтон,Клифтън,Кліфтон,كليفتون,کلیفتن، آریزونا,क्लिफटन,ክሊፍተን፥ አሪዞና,克利夫頓,클리프턴	011	AZ	011		
5290266	Cochise	cochise	US	85606	0	America/Phoenix	32.11369	-109.92173	1287			AZ	003		
5290290	Cochran	cochran	US	31014	0	America/Phoenix	33.10951	-111.14984	500			AZ	021		
5290432	College Park	college-park	US	20740	0	America/Phoenix	33.62754	-112.17849	380			AZ	013		
5290463	Colorado City	colorado-city	US	79512	4832	America/Phoenix	36.99026	-112.97577	1517	Kolorado Siti,Kolorado-Siti,Short Creek,ke luo la duo cheng,klradw syty  aryzwna,kolorryado siti,kwlwradw syty,Колорадо Сити,Колорадо-Сити,Колорадо-Сіті,كولورادو سيتي,کلرادو سیتی، آریزونا,कोलोर्र्याडो सिटी,科罗拉多城		AZ	015		
5290486	Columbia	columbia	US	06237	0	America/Phoenix	34.03364	-112.31044	670			AZ	025		
5290527	Concho	concho	US	73022	38	America/Phoenix	34.47531	-109.60594	1811			AZ	001		
5290551	Conger	conger	US	56020	0	America/Phoenix	33.3731	-112.65822	272			AZ	013		
5290559	Congress	congress	US	85332	1975	America/Phoenix	34.16253	-112.85074	930	Congress,Congress Junction,Weaver		AZ	025		
5290604	Continental	continental	US	45831	0	America/Phoenix	31.85231	-110.97481	873	Continental,Mesquit		AZ	019		
5290663	Coolidge	coolidge	US	31738	12297	America/Phoenix	32.97784	-111.51762	435	Kulidz,Kulidzh,ke li zhi,kulija,kwlydj,kwlyj  aryzwna,Кулидж,Кулиџ,Кулідж,كوليدج,کولیج، آریزونا,कूलिज,柯立芝		AZ	021		
5290768	Copper Hill	copper-hill	US	24079	108	America/Phoenix	33.43033	-110.76455	1258	Copper Camp,Copper Gulch,Copper Hill		AZ	007		
5290819	Copperopolis	copperopolis	US	95228	0	America/Phoenix	34.08031	-112.47017	1023			AZ	025		
5290912	Cornville	cornville	US	86325	3280	America/Phoenix	34.7178	-111.92154	1010			AZ	025		
5291025	Cotton Center	cotton-center	US	79021	0	America/Phoenix	33.08727	-112.66683	218			AZ	013		
5291031	Cottonwood	cottonwood	US	36320	226	America/Denver	36.07306	-109.89234	1850			AZ	001		
5291032	Cottonwood	cottonwood	US	36320	0	America/Phoenix	33.07395	-111.70069	394			AZ	021		
5291033	Cottonwood	cottonwood	US	36320	11818	America/Phoenix	34.73919	-112.00988	1014	CTW,Cottonwood  okrug Apache,Kotonvud,Kotunud,ka dun,katanavuda,katn wwd  aryzwna,kwtnwwd,Котонвуд,Котънуд,كوتنوود,کاتن وود، آریزونا,कटनवूड,卡顿		AZ	025		
5291327	Courtland	courtland	US	23837	0	America/Phoenix	31.77009	-109.80868	1476			AZ	003		
5291498	Coyote Springs	coyote-springs	US	89037	0	America/Denver	36.26056	-109.71622	1710			AZ	001		
5291653	Crestview	crestview	US	32536	0	America/Phoenix	33.3031	-111.94236	356			AZ	013		
5291754	Crown King	crown-king	US	86343	0	America/Phoenix	34.20559	-112.3385	1759	Crown King,Crownking		AZ	025		
5291768	Crozier	crozier	US	23039	14	America/Phoenix	35.42499	-113.64939	1220			AZ	015		
5291867	Curtiss	curtiss	US	54422	0	America/Phoenix	31.88453	-110.2298	1104			AZ	003		
5292050	Dateland	dateland	US	85333	416	America/Phoenix	32.79644	-113.54103	136			AZ	027		
5292308	Deer Creek	deer-creek	US	56527	0	America/Phoenix	33.58337	-112.21821	354			AZ	013		
5292417	Del Rio	del-rio	US	37727	0	America/Phoenix	34.82308	-112.4435	1360	Del Rio,Postle Ranch		AZ	025		
5292453	Dennehotso	dennehotso	US	86535	746	America/Denver	36.84584	-109.8465	1530	Denahatso,Denehotso,Dennehotso,Dinnehotso		AZ	001		
5292460	Dennison	dennison	US	44621	0	America/Phoenix	35.08668	-110.90486	1528			AZ	005		
5292820	Dixie	dixie	US	25059	0	America/Phoenix	33.35949	-112.75767	275			AZ	013		
5292841	Dobson	dobson	US	27017	0	America/Phoenix	32.4734	-111.29233	583			AZ	019		
5292912	Dolan Springs	dolan-springs	US	86441	2033	America/Phoenix	35.59194	-114.27329	1026			AZ	015		
5293083	Douglas	douglas	US	01516	16592	America/Phoenix	31.34455	-109.54534	1222	DUG,Daglas,Duglas,dagalasa,daglas  aryzwna,dao ge la si,dwghlas,Даглас,Дуглас,Дъглас,داگلاس، آریزونا,دوغلاس,डगलस,道格拉斯		AZ	003		
5293142	Dragoon	dragoon	US	85609	209	America/Phoenix	32.02814	-110.03868	1412			AZ	003		
5293154	Drake	drake	US	42128	0	America/Phoenix	34.98141	-112.37628	1420			AZ	025		
5293168	Drake	drake	US	42128	0	America/Phoenix	35.04	-114.1219	765			AZ	015		
5293366	Dublin	dublin	US	03444	0	America/Phoenix	32.89618	-109.83425	869			AZ	009		
5293430	Duncan	duncan	US	29334	799	America/Phoenix	32.72146	-109.10534	1114	Dankan,Dunkan,dankana,dankn  aryzwna,deng ken,dwnkan,Данкан,Дункан,Дънкан,دانکن، آریزونا,دونكان,डंकन,邓肯		AZ	011		
5293454	Duquesne	duquesne	US	15110	0	America/Phoenix	31.37093	-110.68536	1622			AZ	023		
5293569	Eagar	eagar	US	85925	4869	America/Phoenix	34.11124	-109.29238	2159	Igar,Iger,Ijgur,aghar,aygar  aryzwna,igara,yi ge er,Іґер,Игар,Ийгър,إغار,ایگار، آریزونا,इगर,伊格尔		AZ	001		
5293920	Eden	eden	US	05652	0	America/Phoenix	32.96117	-109.89536	840			AZ	009		
5293951	Ehrenberg	ehrenberg	US	85334	1470	America/Phoenix	33.60419	-114.52523	93	Ehrenberg,Mineral City		AZ	012		
5293996	El Mirage	el-mirage	US	85335	33935	America/Phoenix	33.61309	-112.3246	349	El Mirazh,El'-Mirazh,al myrazh  aryzwna,almyraj,ela miraja,sa er wa duo huan ying,Ел Мираж,Ель-Міраж,ال میراژ، آریزونا,الميراج,एल मिराज,萨尔瓦多幻影		AZ	013		
5294076	Elfrida	elfrida	US	85610	459	America/Phoenix	31.68537	-109.68701	1265	El Frida,Elfrida		AZ	003		
5294078	Elgin	elgin	US	16413	161	America/Phoenix	31.65981	-110.52536	1441			AZ	023		
5294167	Eloy	eloy	US	85131	17059	America/Phoenix	32.7559	-111.55484	474	Cotton City,Eloi,Eloy,Iloj,ai luo yi,alwy,alwy  aryzwna,elo'i,Ілой,Илой,Илој,إلوي,الوی، آریزونا,एलोइ,埃洛伊		AZ	021		
5294197	Emery	emery	US	57332	0	America/Phoenix	33.06978	-110.01703	817			AZ	009		
5294259	Enid	enid	US	38927	0	America/Phoenix	33.07255	-112.20181	394			AZ	021		
5294321	Esmond	esmond	US	58332	0	America/Phoenix	32.09341	-110.76481	924			AZ	019		
5294755	Fishers Landing	fishers-landing	US	13641	0	America/Phoenix	32.97282	-114.46356	62			AZ	027		
5294810	Flagstaff	flagstaff	US	86001	70320	America/Phoenix	35.19807	-111.65127	2104	FLG,Flagstaf,Flagstaff,Flankstaf,Flegstaff,Kinlani,Kinłání,Milltown,Skylight City,flaghstaf,flgstf  aryzwna,fu la ge si ta fu,furaggusutaffu,peullaegeuseutaepeu,phlegastapha,phlyagastapha,plgstp,Φλάγκσταφ,Флагстаф,Флагстафф,Флегстафф,פלגסטף,فلاغستاف,فلگستف، آریزونا,فلیگ سٹاف، ایریزونا,फ्लॅगस्टाफ,फ्ल्यागस्टाफ,แฟลกสแตฟฟ์,ፍላግስታፍ፥ አሪዞና,フラッグスタッフ,弗拉格斯塔夫,플래그스태프	005	AZ	005		
5294850	Flat Rock	flat-rock	US	28731	0	America/Denver	36.00556	-109.55566	1726			AZ	001		
5294902	Florence	florence	US	01062	31110	America/Phoenix	33.03145	-111.38734	454	Florencija,Florens,Floruns,flwrns,flwrns  aryzwna,flwrns  ayryzwna,fu luo lun si,peullolenseu,phlorensa,Флоренс,Флоренция,Флоренція,Флорънс,فلورنس,فلورنس، آریزونا,فلورنس، ایریزونا,फ्लोरेन्स,ፍሎረንስ፥ አሪዞና,弗洛伦斯,플로렌스	021	AZ	021		
5295022	Fordville	fordville	US	58231	0	America/Phoenix	32.70451	-110.69427	902			AZ	021		
5295072	Forrest	forrest	US	61741	0	America/Phoenix	31.36677	-109.72757	1279			AZ	003		
5295078	Fort Apache	fort-apache	US	85926	143	America/Phoenix	33.79061	-109.98871	1541	Camp Apache,Camp Mogollon,Camp Ord,Camp Thomas,Fort Apache		AZ	017		
5295093	Fort Defiance	fort-defiance	US	24437	3624	America/Denver	35.74446	-109.07648	2083			AZ	001		
5295111	Fort McDowell	fort-mcdowell	US	85264	0	America/Phoenix	33.63671	-111.67458	439	Camp McDowell,Fort McDowell,McDowell		AZ	013		
5295119	Fort Thomas	fort-thomas	US	41075	374	America/Phoenix	33.037	-109.96536	827	Fort Thomas,Maxey		AZ	009		
5295142	Fortuna	fortuna	US	58844	0	America/Phoenix	32.6906	-114.453	68	Fortuna,Fortuna Station,Ming Spur,Nine Mile Station		AZ	027		
5295177	Fountain Hills	fountain-hills	US	85268	23899	America/Phoenix	33.61171	-111.71736	489			AZ	013		
5295260	Fowler	fowler	US	44418	0	America/Phoenix	33.45143	-112.20376	318	Alzona Park,Fowler		AZ	013		
5295264	Fox	fox	US	72051	0	America/Phoenix	32.74313	-109.1384	1105			AZ	011		
5295310	Franconia	franconia	US	03580	0	America/Phoenix	34.73945	-114.26829	336			AZ	015		
5295317	Franklin	franklin	US	02038	92	America/Phoenix	32.67757	-109.07923	1137			AZ	011		
5295349	Fredonia	fredonia	US	14063	1322	America/Phoenix	36.94554	-112.52659	1424	Fredonija,Fridonija,frdwnya  aryzwna,frydwnya,fu li duo ni ya,phredoniya,Фредонія,Фридония,Фридонија,فردونیا، آریزونا,فريدونيا,फ्रेडोनिया,弗里多尼亚		AZ	005		
5295359	Freeman	freeman	US	23856	0	America/Phoenix	32.84588	-112.29653	543			AZ	013		
5295561	Galena	galena	US	21635	0	America/Phoenix	31.42204	-109.89313	1555			AZ	003		
5295585	Ganado	ganado	US	77962	1210	America/Denver	35.7114	-109.54205	1946	Ganado,Gando Trading Post,Ganejdo,Lókʼaahnteel,Pueblo Colorado,Pueblo Ganado,Wukopapabi,ganado,Ганејдо,Ґанадо,गानाडो		AZ	001		
5295838	Gibson	gibson	US	18820	0	America/Phoenix	32.37867	-112.87293	552			AZ	019		
5295860	Gila Bend	gila-bend	US	85337	2025	America/Phoenix	32.94782	-112.71683	224	Big Bend,Gila Bend,Gila Bend Station,Gila Ranch,Gila Station,Gila-Bend,Khila Bend,Old Fort,Opansoitak,Opasoitac,Rinconada,San Simon y Judas,Santos Apostoles San Simon y Judas,Tesota,Tezotal,Uhupat Oidak,Uparsoytac,Upasoitac,Uupatoitak,ghyla bynd,gila benda,jyla bnd  aryzwna,xi la ben de,Гіла-Бенд,Хила Бенд,جیلا بند، آریزونا,غيلا بيند,गिला बेन्ड,希拉本德		AZ	013		
5295903	Gilbert	gilbert	US	18331	247542	America/Phoenix	33.35283	-111.78903	377	Gilbert,Gilbertas,Gilburt,gilbarta,gilbeoteu,girubato,gylbrt,gylbrt  aryzwna,ji er bo te,Гилберт,Гилбърт,Гілберт,גילברט,گلبرٹ، ایریزونا,گیلبرت، آریزونا,गिल्बर्ट,ギルバート,吉尔伯特,길버트		AZ	013		
5295920	Gillespie	gillespie	US	62033	0	America/Phoenix	33.26171	-112.98129	315			AZ	013		
5295930	Gillette	gillette	US	07933	0	America/Phoenix	34.01892	-112.16349	559			AZ	025		
5295981	Glen Oaks	glen-oaks	US	11004	0	America/Phoenix	34.44308	-112.54851	1675			AZ	025		
5295985	Glendale	glendale	US	01229	240126	America/Phoenix	33.53865	-112.18599	351	Glendale,Glendehjl,Glendeilas,Glendejl,Nklenteil,Qlendeyl,ge lan dai er,geullendeil,ghlandyl,glenadela,glndyl  aryzwna,glndyyl,gurenderu,Γκλέντεϊλ,Глендейл,Глендејл,Глендэйл,גלנדייל,غلانديل,گلندیل، آریزونا,گلنڈیل، ایریزونا,ग्लेनडेल,グレンデール,格蘭岱爾,글렌데일		AZ	013		
5296013	Globe	globe	US	85501	7396	America/Phoenix	33.39422	-110.7865	1070	Beesh Ba Hooghan,Béésh Bá Hooghan,GLB,Globe,Globe City,Gloub,ge luo bu,geullobeu,ghlwb,globa,glwb  aryzwna,Глоуб,غلوب,گلوب، آریزونا,ग्लोब,ግሎብ፥ አሪዞና,格洛布,글로브	007	AZ	007		
5296189	Golden Valley	golden-valley	US	58541	8370	America/Phoenix	35.22333	-114.22301	856			AZ	015		
5296256	Goodwater	goodwater	US	35072	0	America/Phoenix	34.99197	-109.94484	1604			AZ	017		
5296258	Goodwin	goodwin	US	57238	0	America/Phoenix	34.35586	-112.37989	1725			AZ	025		
5296266	Goodyear	goodyear	US	85338	79003	America/Phoenix	33.43532	-112.35821	295	Egypt,GYR,Goodyear,Goodyear Farms,Gudier,Gudir,Gudiur,Gudjer,ghwdyyr,gudayara,guddoiya,gwdyr  aryzwna,jia nian,Гудиер,Гудиър,Гудїр,Гудјер,غوديير,گودیر، آریزونا,گڈایر، ایریزونا,गूडयर,グッドイヤー,嘉年		AZ	013		
5296365	Graham	graham	US	27253	0	America/Phoenix	32.87506	-109.74064	880			AZ	009		
5296391	Grand Canyon	grand-canyon	US	86023	1460	America/Phoenix	36.05443	-112.13934	2099	Bol'shoj kan'on,GCN,Grand Canyon,Grand Canyon Village,Большой каньон		AZ	005		
5296425	Grand View	grand-view	US	54839	0	America/Phoenix	34.41975	-112.82324	1291			AZ	025		
5296554	Granville	granville	US	01034	0	America/Phoenix	33.18895	-109.38258	2038			AZ	011		
5296560	Grapevine	grapevine	US	72057	0	America/Phoenix	33.65116	-111.04901	673			AZ	007		
5296705	Gray Mountain	gray-mountain	US	86016	0	America/Phoenix	35.74583	-111.47348	1533			AZ	005		
5296802	Green Valley	green-valley	US	54127	21391	America/Phoenix	31.85425	-110.9937	885	Green Valley,Grin Vali,Grin-Vejli,Tecota,grina bhyali,gryn wly  aryzwna,Грин Вали,Ґрін-Вейлі,گرین ولی، آریزونا,ग्रीन भ्याली		AZ	019		
5296828	Greenfield Park	greenfield-park	US	12435	0	America/Phoenix	33.42144	-111.73042	405			AZ	013		
5296851	Greenwood	greenwood	US	04255	0	America/Phoenix	34.50779	-113.59465	457			AZ	015		
5296896	Griffith	griffith	US	46319	0	America/Phoenix	35.06667	-114.11662	799			AZ	015		
5296962	Guadalupe	guadalupe	US	93434	6177	America/Phoenix	33.37088	-111.96292	376	Guadalupe,Gvadalupe,ghwadalwby,gua da lu pei,guvadulupa,gwadalwp  aryzwna,Гвадалупе,Гуадалупе,غوادالوبي,گوادالوپ، آریزونا,गुवादुलुप,瓜达卢佩		AZ	013		
5297023	Guthrie	guthrie	US	42234	0	America/Phoenix	32.94618	-109.25312	1047			AZ	011		
5297091	Hackberry	hackberry	US	70645	68	America/Phoenix	35.36916	-113.72716	1092			AZ	015		
5297341	Happy Jack	happy-jack	US	86024	0	America/Phoenix	34.74335	-111.40737	2284			AZ	005		
5297411	Harris	harris	US	12742	0	America/Phoenix	35.13694	-114.08384	920			AZ	015		
5297436	Harshaw	harshaw	US	54529	0	America/Phoenix	31.46732	-110.70703	1485			AZ	023		
5297541	Haviland	haviland	US	45851	0	America/Phoenix	34.80223	-114.17717	454			AZ	015		
5297553	Hawkins	hawkins	US	54530	0	America/Phoenix	34.26725	-112.90241	992			AZ	025		
5297591	Hayden	hayden	US	35079	650	America/Phoenix	33.00479	-110.78538	623			AZ	007		
5297721	Heber	heber	US	85928	0	America/Phoenix	34.43143	-110.59401	1945			AZ	017		
5297731	Hecla	hecla	US	57446	0	America/Phoenix	34.53808	-112.12155	1401	Hecla,Stone Corral		AZ	025		
5313130	Santa Claus	santa-claus	US	47579	0	America/Phoenix	35.33666	-114.21634	1034			AZ	015		
5297826	Helvetia	helvetia	US	26224	0	America/Phoenix	31.85786	-110.7887	1318	Helvetia,Helvetia Mine,Helvetia Mine Camp		AZ	019		
5297875	Hereford	hereford	US	18056	0	America/Phoenix	31.43843	-110.09786	1278			AZ	003		
5298091	Highland Park	highland-park	US	08904	0	America/Phoenix	31.45065	-109.94091	1768			AZ	003		
5298092	Highland Park	highland-park	US	08904	0	America/Phoenix	34.55919	-112.56906	1954	Highland Park,Highland Pines		AZ	025		
5298127	Higley	higley	US	85236	0	America/Phoenix	33.30727	-111.72097	396			AZ	013		
5298151	Hillside	hillside	US	07205	0	America/Phoenix	34.41836	-112.91713	1176			AZ	025		
5298167	Hilltop	hilltop	US	25855	0	America/Phoenix	31.99453	-109.27756	1738			AZ	003		
5298168	Hilltop	hilltop	US	25855	0	America/Phoenix	35.20805	-114.02495	1060			AZ	015		
5298417	Hollywood	hollywood	US	20636	0	America/Phoenix	32.82951	-109.68341	890			AZ	009		
5298502	Hooper	hooper	US	68031	0	America/Phoenix	34.26614	-112.38294	1625			AZ	025		
5298519	Hope	hope	US	02831	0	America/Phoenix	33.72309	-113.70243	465	Hope,Johannesberg		AZ	012		
5298881	Hotevilla	hotevilla	US	86030	0	America/Phoenix	35.92778	-110.67292	1926	Hotevila,Hotevilla,Hotevilla-Bacabi,Hoteville		AZ	017		
5298887	Houck	houck	US	86506	1024	America/Denver	35.28308	-109.20704	1841			AZ	001		
5298978	Huachuca City	huachuca-city	US	85616	1755	America/Phoenix	31.62787	-110.33397	1341			AZ	003		
5299054	Humboldt	humboldt	US	38343	0	America/Phoenix	34.50086	-112.23738	1391	Humboldt,Val Verde		AZ	025		
5299095	Hunt	hunt	US	14846	0	America/Phoenix	34.61003	-109.62761	1656			AZ	001		
5299157	Hyde Park	hyde-park	US	02136	0	America/Phoenix	33.6206	-111.96737	437	Hyde Park,Liberty Square		AZ	013		
5299161	Hyder	hyder	US	99923	0	America/Phoenix	33.01643	-113.3488	164			AZ	027		
5299376	Indian Springs	indian-springs	US	89018	0	America/Phoenix	33.50726	-112.2146	335			AZ	013		
5299428	Indian Wells	indian-wells	US	86031	255	America/Denver	35.40557	-110.08485	1768			AZ	017		
5299883	Jerome	jerome	US	15937	456	America/Phoenix	34.74891	-112.11377	1544	Dzerom,Dzherum,jeroma,jie luo mu,jrwm  aryzwna,jyrwm,Џером,Джеръм,جروم، آریزونا,جيروم,जेरोम,杰罗姆		AZ	025		
5300068	Johnson	johnson	US	05656	0	America/Phoenix	32.10313	-110.06618	1517			AZ	003		
5300173	Jordan	jordan	US	13080	0	America/Phoenix	34.6903	-111.90571	994			AZ	025		
5300182	Joseph City	joseph-city	US	86032	1386	America/Phoenix	34.95586	-110.33401	1526	Allen Camp,Allens Camp,Joseph City,Saint Joesph		AZ	017		
5300830	Kayenta	kayenta	US	86033	5189	America/Denver	36.72778	-110.25458	1719	Keenta,MVM,Tó Dínéeshzheeʼ,kayenta,Кеєнта,कायेन्ता		AZ	017		
5300844	Keams Canyon	keams-canyon	US	86034	304	America/Phoenix	35.81251	-110.19513	1886	Keam,Keam Canyon,Keams Canon,Keams Canyon,Peach Orchard Spring		AZ	017		
5300854	Kearny	kearny	US	07032	2038	America/Phoenix	33.05701	-110.91067	567	Kerni,Керни		AZ	021		
5300966	Kensington	kensington	US	20891	0	America/Phoenix	33.61671	-111.97431	434	Kensington,North Ranch II,Кенсингтон		AZ	013		
5301021	Kim	kim	US	81049	0	America/Phoenix	32.73477	-113.70242	122			AZ	027		
5301022	Kimball	kimball	US	24853	0	America/Phoenix	32.89618	-109.77536	878	Hubbard,Kimball		AZ	009		
5301067	Kingman	kingman	US	04451	28912	America/Phoenix	35.18944	-114.05301	1021	IGM,Kingman,Kingmen,Kingmun,jin man,kingamana,kingamyana,kinguman,kngmyn  ayryzwna,kyngmn  aryzwna,kynjman,qyngmn,Кингман,Кингмен,Кингмън,Кінгмен,קינגמן,كينجمان,کنگمین، ایریزونا,کینگمن، آریزونا,किंगमन,किङ्गम्यान,ኪንግማን፥ አሪዞና,キングマン,金曼	015	AZ	015		
5301132	Kirkland	kirkland	US	60146	0	America/Phoenix	34.41753	-112.71212	1198			AZ	025		
5301281	Kykotsmovi Village	kykotsmovi-village	US	86039	746	America/Phoenix	35.87417	-110.62347	1732			AZ	017		
5301320	La Palma	la-palma	US	90623	0	America/Phoenix	32.87923	-111.51512	448			AZ	021		
5301366	Laguna	laguna	US	87026	0	America/Phoenix	32.58729	-111.62929	490			AZ	021		
5301367	Laguna	laguna	US	87026	0	America/Phoenix	32.81893	-114.4855	48	First Laguna,Laguna,Second Laguna		AZ	027		
5301388	Lake Havasu City	lake-havasu-city	US	86403	53553	America/Phoenix	34.4839	-114.32245	225	HII,Lejk Khavasu Siti,Lejk-Gavasu-Siti,Lejk-Khavasu-Siti,ha wa su hu cheng,leikeuhaebeosusiti,leka habhasu siti,lyk hafasw syty,lyk hawasw syty  aryzwna,reikuhabasushiti,Лейк Хавасу Сити,Лейк-Гавасу-Сіті,Лейк-Хавасу-Сити,Лејк Хавасу Сити,לייק האווסו סיטי,ليك هافاسو سيتي,لیک هاواسو سیتی، آریزونا,لیک ہاواسو سٹی، اریزونا,लेक हभासु सिटी,レイクハバスシティ,哈瓦苏湖城,레이크해버수시티		AZ	015		
5301407	Lake Montezuma	lake-montezuma	US	86342	4706	America/Phoenix	34.63224	-111.77793	1052			AZ	025		
5301448	Lakeside	lakeside	US	06758	0	America/Phoenix	34.15449	-109.97344	2054	Fairview,Lakeside,Pinetop-Lakeside		AZ	017		
5301455	Lakeview	lakeview	US	28350	0	America/Phoenix	34.90919	-111.44709	2185			AZ	005		
5301477	Lancaster	lancaster	US	01523	0	America/Phoenix	34.31364	-111.71542	890			AZ	025		
5301641	Laveen	laveen	US	85339	5930	America/Phoenix	33.36282	-112.16932	315	Laveen Village		AZ	013		
5301686	Lebanon	lebanon	US	03756	0	America/Phoenix	32.74535	-109.71619	966	Lebanon,Lebanon Hot Springs		AZ	009		
5301768	Lehi	lehi	US	84043	0	America/Phoenix	33.45893	-111.81347	375	Bottom City,Camp Utah,Jonesville,Lehi,Utahville		AZ	013		
5301819	Leupp	leupp	US	86035	951	America/Denver	35.29807	-111.00625	1453			AZ	005		
5301878	Liberty	liberty	US	04949	0	America/Phoenix	33.37754	-112.48683	267	Altamount,Liberty,Toothaker Place		AZ	013		
5301981	Linden	linden	US	07036	2597	America/Phoenix	34.28504	-110.15706	1918	Juniper,Linden,Lindon		AZ	017		
5302050	Litchfield	litchfield	US	03052	0	America/Phoenix	33.42671	-112.35516	295			AZ	013		
5302053	Litchfield Park	litchfield-park	US	85340	5533	America/Phoenix	33.49337	-112.35794	314	Lichfijld,Lichfild Park,Litchfield,Litchfield Park,Litchfild-Park,Litchton,li qi fei er de gong yuan,licaphilda parka,lychfyld park,lytshfyld bark,Личфийлд,Личфилд Парк,Літчфілд-Парк,ليتشفيلد بارك,لیچفیلد پارک,لیچفیلڈ پارک، ایریزونا,लीचफिल्ड पार्क,利奇菲尔德公园		AZ	013		
5302484	Littlefield	littlefield	US	79339	308	America/Phoenix	36.8872	-113.92969	565	Beaverdam,Littlefield		AZ	015		
5302597	Loma Linda	loma-linda	US	92350	0	America/Phoenix	32.44813	-110.7551	2411			AZ	019		
5302658	Lone Star	lone-star	US	75668	0	America/Phoenix	32.81645	-109.68119	900			AZ	009		
5302778	Long Valley	long-valley	US	07853	0	America/Phoenix	34.52086	-111.32958	2122			AZ	005		
5302810	Lookout Mountain	lookout-mountain	US	30750	0	America/Phoenix	33.62337	-112.02793	438			AZ	013		
5303005	Lowell	lowell	US	01850	0	America/Phoenix	31.42788	-109.89369	1547	Bisbee,Lowell		AZ	003		
5303304	Lukachukai	lukachukai	US	86507	1701	America/Denver	36.41695	-109.22871	1993			AZ	001		
5303321	Lukeville	lukeville	US	85341	0	America/Phoenix	31.88257	-112.81571	428	Lukeville,Sonoita		AZ	019		
5303337	Lupton	lupton	US	48635	25	America/Denver	35.35391	-109.0537	1886			AZ	001		
5303406	Mack	mack	US	81525	0	America/Phoenix	34.9603	-112.28711	1334			AZ	025		
5303524	Maine	maine	US	13802	0	America/Phoenix	35.25307	-111.9385	2161			AZ	005		
5303587	Mammoth	mammoth	US	15664	1487	America/Phoenix	32.72257	-110.64065	719	Mammoth,Shultz		AZ	021		
5303614	Manila	manila	US	72442	0	America/Phoenix	34.96502	-110.41346	1510			AZ	017		
5303643	Many Farms	many-farms	US	86538	1348	America/Denver	36.35278	-109.61789	1619			AZ	001		
5303705	Marana	marana	US	85653	41315	America/Phoenix	32.43674	-111.22538	607	MZJ		AZ	019		
5303720	Marble Canyon	marble-canyon	US	86036	0	America/Phoenix	36.81554	-111.63766	1089	Lees Ferry,MYH,Marble Canyon		AZ	005		
5303752	Maricopa	maricopa	US	85138	48602	America/Phoenix	33.05811	-112.04764	358	Maricopa,Maricopa Junction,Marikopa,ma li ke pa,marykwba,marykwpa  aryzwna,merikopa,Марикопа,ماريكوبا,ماریکوپا، آریزونا,मेरिकोपा,马里科帕		AZ	021		
5304060	Mayer	mayer	US	55360	1497	America/Phoenix	34.39781	-112.23627	1344			AZ	025		
5304265	McNary	mcnary	US	85930	528	America/Phoenix	34.07366	-109.85705	2228			AZ	001		
5304306	Meadview	meadview	US	86444	1224	America/Phoenix	36.00221	-114.06829	910	Meadview,Meadville		AZ	015		
5304391	Mesa	mesa	US	81643	471825	America/Phoenix	33.42227	-111.82264	378	Hayden,MSC,Mejsa,Mesa,Mesa City,Zenos,me sa,mei sa,mesa,msh,mysa,mysa  ayryzwna,myza,Μέσα,Мейса,Меса,Մեսա,מסה,ميسا,میزا,میسا، ایریزونا,मेसा,মেসা,เมซา,მესა,メサ,梅薩,메사		AZ	013		
5304640	Miami	miami	US	25134	1783	America/Phoenix	33.39922	-110.86872	1037	Majami,mai a mi,mayami,myamy,myamy  aryzwna,myamy  ayryzwna,Майами,Маями,Маямі,Мајами,ميامي,میامی، آریزونا,میامی، ایریزونا,मायामी,迈阿密		AZ	007		
5304643	Miami Gardens	miami-gardens	US	33056	0	America/Phoenix	33.41033	-110.82844	1017			AZ	007		
5304820	Midland City	midland-city	US	36350	0	America/Phoenix	33.412	-110.82428	1022			AZ	007		
5304836	Midway	midway	US	15060	0	America/Phoenix	34.07058	-113.88661	443			AZ	012		
5304837	Midway	midway	US	15060	0	America/Phoenix	32.63366	-112.85516	352			AZ	013		
5305163	Moccasin	moccasin	US	59462	89	America/Phoenix	36.90943	-112.75882	1552			AZ	015		
5305230	Mohave Valley	mohave-valley	US	86440	2616	America/Phoenix	34.93306	-114.58885	143			AZ	015		
5305232	Mohawk	mohawk	US	13407	0	America/Phoenix	32.72671	-113.7552	163	Chrytoval,Mohawk		AZ	027		
5305320	Montara	montara	US	94037	0	America/Phoenix	33.59448	-112.19238	365			AZ	013		
5305339	Montezuma	montezuma	US	13117	0	America/Phoenix	33.07588	-113.22296	184			AZ	013		
5305503	Morenci	morenci	US	49256	1489	America/Phoenix	33.07867	-109.36535	1447	Marenci,Morenci		AZ	011		
5305533	Morgantown	morgantown	US	19543	0	America/Phoenix	33.62697	-114.43801	187			AZ	012		
5305556	Mormon Lake	mormon-lake	US	86038	0	America/Phoenix	34.90835	-111.46321	2178	Lakeview,Mormon Lake		AZ	005		
5305691	Mountain View	mountain-view	US	65548	0	America/Phoenix	32.00258	-110.68175	1050	Genega de los Pimas,Mountain View		AZ	019		
5305996	Munds Park	munds-park	US	86017	631	America/Phoenix	34.94557	-111.64016	2012			AZ	005		
5306112	Naco	naco	US	85620	1046	America/Phoenix	31.33538	-109.94813	1404			AZ	003		
5306228	Navajo	navajo	US	87328	0	America/Phoenix	35.12419	-109.53817	1730	Navaho,Navajo,Navajoe		AZ	001		
5306284	Nazlini	nazlini	US	86540	489	America/Denver	35.8964	-109.44871	1902	Naslini,Nazlini,Nazlini Trading Post		AZ	001		
5306371	Nelson	nelson	US	03457	259	America/Phoenix	32.42896	-111.26955	601			AZ	019		
5306372	Nelson	nelson	US	03457	0	America/Phoenix	35.51416	-113.32021	1560			AZ	025		
5306428	New Hope	new-hope	US	18938	0	America/Phoenix	33.63059	-113.76771	369			AZ	012		
5306519	Newfield	newfield	US	04056	0	America/Phoenix	31.54759	-111.73345	818			AZ	019		
5306523	New River	new-river	US	24129	14952	America/Phoenix	33.91587	-112.13599	614	Duppa Station,New River,Newriver		AZ	013		
5306611	Nogales	nogales	US	85621	20252	America/Phoenix	31.34038	-110.93425	1168	Dos Nogales,Isaacson,Isaactown,Line City,Los Nogales,Nogales,OLS,Villa Rivas,nogalesa,nuo jia li si,nwgals  aryzwna,nwghalys,Ногалес,Նոգալես,نوغاليس,نوگالس، آریزونا,नोगालेस,ኖጋሌስ፥ አሪዞና,诺加利斯	023	AZ	023		
5306824	North Rim	north-rim	US	86052	0	America/Phoenix	36.21242	-112.06527	2529	Bright Angel Point,North Rim		AZ	005		
5306923	Norton	norton	US	02766	0	America/Phoenix	32.8106	-113.79882	96			AZ	027		
5306988	Nutrioso	nutrioso	US	85932	26	America/Phoenix	33.95311	-109.20925	2338			AZ	001		
5307069	Oak Creek	oak-creek	US	53154	0	America/Phoenix	34.77919	-111.76321	1238			AZ	025		
5307095	Oak Grove	oak-grove	US	42262	0	America/Phoenix	36.15276	-113.58383	1812			AZ	015		
5307182	Oakhurst	oakhurst	US	07755	0	America/Phoenix	33.64254	-111.95181	459			AZ	013		
5307192	Oatman	oatman	US	86433	135	America/Phoenix	35.02639	-114.38357	826	Otman,Outman,Отман,Оутман		AZ	015		
5307209	Ocotillo	ocotillo	US	92259	0	America/Phoenix	33.24366	-111.85847	368	Ocatilla,Ocotillo		AZ	013		
5307210	Ocotillo	ocotillo	US	92259	0	America/Phoenix	34.36364	-112.20183	1342			AZ	025		
5307301	Old Glory	old-glory	US	79540	0	America/Phoenix	31.43426	-111.25371	1235	Old Glory,Oldglory		AZ	023		
5307382	Olga	olga	US	98279	0	America/Phoenix	32.2998	-109.35923	1107			AZ	003		
5307460	Oracle	oracle	US	85623	3686	America/Phoenix	32.61091	-110.77093	1379	Orakl,orekala,Оракл,ओरेकल		AZ	021		
5307620	Overgaard	overgaard	US	85933	0	America/Phoenix	34.39087	-110.55318	2013			AZ	017		
5307778	Page	page	US	25152	7490	America/Phoenix	36.91472	-111.45583	1326	Naʼníʼá Hótsaa,PGA,Pejdz,Pejdzh,byj,pei ji shi,peja,pyj,pyj  ayryzwna,pyyg,Пейдж,Пејџ,פייג,بيج,پیج,پیج، ایریزونا,पेज,佩吉市		AZ	005		
5307858	Palm Springs	palm-springs	US	92262	0	America/Phoenix	33.40477	-111.53847	524			AZ	021		
5307882	Palo Verde	palo-verde	US	85343	0	America/Phoenix	33.3481	-112.67739	258			AZ	013		
5308018	Paradise	paradise	US	17562	0	America/Phoenix	31.93481	-109.21895	1671			AZ	003		
5308049	Paradise Valley	paradise-valley	US	85253	13922	America/Phoenix	33.53115	-111.94265	409	Paradajs Vali,Paradajs-Vejli,Paradajz Vali,bradys faly,pradays wly  aryzwna,pyarada'ija bhyali,xian gu,Парадайз Вали,Парадайс-Вейлі,Парадајс Вали,براديس فالي,پرادایس ولی، آریزونا,प्याराडाइज भ्याली,仙谷		AZ	013		
5308116	Parker	parker	US	16049	3046	America/Phoenix	34.15002	-114.28912	129	Parker,Parkur,barkr,pa ke,parkara,parkr  aryzwna,parkr  ayryzwna,Паркер,Паркър,باركر,پارکر، آریزونا,پارکر، ایریزونا,पार्कर,ፓርከር፥ አሪዞና,帕克	012	AZ	012		
5308164	Parks	parks	US	69041	1188	America/Phoenix	35.26057	-111.94877	2158	Maine,Park,Parks		AZ	005		
5308240	Patagonia	patagonia	US	85624	890	America/Phoenix	31.53954	-110.7562	1237	Patagonija,ba ta ge ni ya,bataghwnya,patagoniya,patagwnya  aryzwna,Патагония,Патагонија,باتاغونيا,پاتاگونیا، آریزونا,पातागोनिया,巴塔哥尼亚		AZ	023		
5308281	Paulden	paulden	US	86334	5231	America/Phoenix	34.88558	-112.46823	1344			AZ	025		
5308305	Payson	payson	US	62360	15345	America/Phoenix	34.23087	-111.32514	1500	PJB,Pejson,Pejsun,bayswn,pei sen,peiseun,pesana,pyzan  aryzwna,Пейсън,Пејсон,بايسون,پیزان، آریزونا,पेसन,佩森,페이슨		AZ	007		
5308335	Peach Springs	peach-springs	US	86434	1090	America/Phoenix	35.52916	-113.42549	1462	PGS,Pich Springs,Pich-Sprigns,pica springas,Пич Спрингс,Піч-Спригнс,पीच स्प्रिङ्गस्		AZ	015		
5308480	Peoria	peoria	US	61601	171237	America/Phoenix	33.5806	-112.23738	348	Peori,Peoria,Peorija,Piorija,bywrya,pe'oriya,pi ao li ya,pioria,pywrya  aryzwna,pywrya  ayryzwna,Пеори,Пеория,Пиорија,Піорія,بيوريا,پیوریا، آریزونا,پیوریا، ایریزونا,पेओरिया,ピオリア,皮奧里亞		AZ	013		
5308497	Peridot	peridot	US	85542	1350	America/Phoenix	33.31034	-110.45538	800			AZ	007		
5308516	Perkinsville	perkinsville	US	05151	0	America/Phoenix	34.90169	-112.19128	1166			AZ	025		
5308539	Perryville	perryville	US	21903	0	America/Phoenix	33.4356	-112.46127	299			AZ	013		
5308655	Phoenix	phoenix	US	13135	1563025	America/Phoenix	33.44838	-112.07404	331	East Phoenix,Feniks,Fenikso,Finiks,Finiksa,Finiksas,Finiksos,Foinix,Féniks,Fīniksa,Hellings Mill,Hoozdoh,Mill City,PHX,Peniki,Phenix,Phoeniks,Phoenix,Pumpkinsville,Pēniki,Salt River,Smith Station,Smith Station Phenix,Smiths Station,feng huang cheng,fenikkusu,finikasa,finiks,finiksa,fynks,fynyks,fynyks  aryzwna,phiniks,phiniks nagaram,phiniksa,pinigseu,piniks,piniksi,pnyqs,pynyqs,Φοίνιξ,Финикс,Фінікс,Ֆինիքս,פיניקס,פניקס,فينيكس,فینکس,فینیکس، آریزونا,फ़ीनिक्स,फिनिक्स,फिनिक्स्,फीनिक्स,ফিনিক্স,ਫ਼ੀਨਿਕਸ,பீனிக்ஸ்,ఫీనిక్స్ నగరం,ಫೀನಿಕ್ಸ್,ഫീനിക്സ്,ฟีนิกซ์,ფინიქსი,ፊኒክስ፥ አሪዞና,フェニックス,凤凰城,鳳凰城,피닉스	AZ	AZ	013		
5308729	Picacho	picacho	US	85141	471	America/Phoenix	32.71618	-111.4954	492	Picacho,Picacho Station		AZ	021		
5308778	Picture Rocks	picture-rocks	US	17762	9563	America/Phoenix	32.34591	-111.24621	634			AZ	019		
5308786	Piedmont	piedmont	US	26750	0	America/Phoenix	34.23891	-112.86435	1018			AZ	025		
5308789	Piedra	piedra	US	93649	0	America/Phoenix	32.90477	-112.98545	221			AZ	013		
5308867	Pima	pima	US	85543	2524	America/Phoenix	32.89656	-109.82835	865			AZ	009		
5308938	Pine	pine	US	80470	1963	America/Phoenix	34.38447	-111.45514	1636			AZ	007		
5309112	Pinedale	pinedale	US	82941	487	America/Phoenix	34.30754	-110.25151	1968	Mortensens,Mortenson,Percheron,Pinedale		AZ	017		
5309139	Pinetop	pinetop	US	85935	0	America/Phoenix	34.12588	-109.93761	2121	Penrod,Pinetop,Pinetop-Lakeside		AZ	017		
5309205	Pinon	pinon	US	86510	904	America/Denver	36.10083	-110.22596	1936			AZ	017		
5309228	Pioneer	pioneer	US	37847	0	America/Phoenix	33.69197	-113.89522	371			AZ	012		
5309291	Pirtleville	pirtleville	US	85626	1744	America/Phoenix	31.35716	-109.56352	1210			AZ	003		
5309450	Point of Rocks	point-of-rocks	US	21777	0	America/Phoenix	32.99393	-112.75794	190			AZ	013		
5309471	Polacca	polacca	US	86042	0	America/Phoenix	35.83667	-110.38152	1771	PXL,Polaca,Polacca		AZ	017		
5309517	Pomerene	pomerene	US	85627	0	America/Phoenix	31.99953	-110.28618	1080			AZ	003		
5309590	Portal	portal	US	30450	0	America/Phoenix	31.914	-109.14235	1451	Portal,Portal School		AZ	003		
5309646	Poston	poston	US	85371	285	America/Phoenix	33.99057	-114.39634	102			AZ	012		
5309759	Powell	powell	US	37849	0	America/Phoenix	34.73723	-114.3769	233			AZ	015		
5309842	Prescott	prescott	US	48756	41899	America/Phoenix	34.54002	-112.4685	1638	PRC,Preskot,Preskott,bryskwt,preskata,prskt  aryzwna,pu lei si ke te,puresukotto,Прескот,Прескотт,بريسكوت,پرسکت، آریزونا,پریسکوٹ، ایریزونا,प्रेस्कट,ፕሬስኮት፥ አሪዞና,プレスコット,普雷斯科特	025	AZ	025		
5309858	Prescott Valley	prescott-valley	US	86312	42197	America/Phoenix	34.61002	-112.31572	1532	Preskot Vali,bryskwt faly,preskata bhyali,prskat wly  aryzwna,pu lei si ke te shan gu,Прескот Вали,بريسكوت فالي,پرسکات ولی، آریزونا,प्रेस्कट भ्याली,普雷斯科特山谷		AZ	025		
5309878	Price	price	US	21656	0	America/Phoenix	33.09562	-111.23234	482			AZ	021		
5313023	Sand Springs	sand-springs	US	59077	0	America/Phoenix	35.71889	-110.9332	1571	Dinnebito,Dinnebito Trading Post,Sand Springs		AZ	005		
5313059	Sanders	sanders	US	41083	630	America/Phoenix	35.21641	-109.33371	1788			AZ	001		
5310183	Quartzsite	quartzsite	US	85346	3626	America/Phoenix	33.66391	-114.22995	268	Fort Tyson,Kuarcsajt,Kvarcsajt,Kvorcsajt,Old Fort Tyson,Posas,Quartsite,Quartzite,Quartzsite,Quarzite,Tyson,kvartjasa'ita,kwartzsayt,kwrtsayt,shui jing zhen,Кварцсайт,Кворцсајт,Куарцсайт,كورتسايت,کوارتزسایت,کوارٹزسائٹ، ایریزونا,क्वार्ट्जसाइट,水晶镇		AZ	012		
5310193	Queen Creek	queen-creek	US	85142	34614	America/Phoenix	33.24866	-111.6343	428	Kuijn Krijk,Kvin Krik,Kvin-Krik,Queen Creek,Rittenhouse,kvina krika,kwyn kryk,kwyyn kryk  aryzwna,nu wang xi,Квин Крик,Квін-Крік,Куийн Крийк,كوين كريك,کوئین کریک، آریزونا,क्वीन क्रीक,女王溪		AZ	013		
5310406	Ramsey	ramsey	US	07446	0	America/Phoenix	31.44593	-110.31147	1725			AZ	003		
5310440	Rancho Santa Fe	rancho-santa-fe	US	92067	0	America/Phoenix	33.63699	-111.99265	446			AZ	013		
5310459	Randolph	randolph	US	02368	0	America/Phoenix	32.91701	-111.51485	439			AZ	021		
5310484	Rankin	rankin	US	60960	0	America/Phoenix	32.14286	-110.83814	849			AZ	019		
5310589	Ray	ray	US	45672	0	America/Phoenix	33.18339	-110.99761	647			AZ	021		
5310872	Red Rock	red-rock	US	74651	0	America/Denver	36.60445	-109.06065	1767	Red Rock,Red Valley		AZ	001		
5310876	Red Rock	red-rock	US	74651	169	America/Phoenix	32.57618	-111.32567	570	Red Rock,Redrock		AZ	021		
5310877	Red Rock	red-rock	US	74651	0	America/Phoenix	34.82557	-111.81654	1212			AZ	025		
5311243	Richville	richville	US	13681	0	America/Phoenix	34.28615	-109.35537	1853			AZ	001		
5311323	Rillito	rillito	US	85654	97	America/Phoenix	32.41479	-111.15621	626			AZ	019		
5311354	Rimrock	rimrock	US	86335	0	America/Phoenix	34.65058	-111.74571	1095			AZ	025		
5311359	Rincon	rincon	US	31326	0	America/Phoenix	32.07618	-111.9179	791	Lincoln,Lincon,Rincon		AZ	019		
5311414	Rio Verde	rio-verde	US	85263	1811	America/Phoenix	33.72254	-111.67569	493			AZ	013		
5311433	Rio Rico	rio-rico	US	85648	18962	America/Phoenix	31.47148	-110.97648	1061			AZ	023		
5311465	Riverside	riverside	US	02915	0	America/Phoenix	33.10534	-110.95789	551			AZ	021		
5311473	Riviera	riviera	US	78379	0	America/Phoenix	35.10083	-114.62136	162			AZ	015		
5311719	Rock Point	rock-point	US	20682	642	America/Denver	36.71806	-109.62594	1525			AZ	001		
5311759	Rock Springs	rock-springs	US	53961	0	America/Phoenix	34.04892	-112.14849	623			AZ	025		
5311844	Rockledge	rockledge	US	30454	0	America/Phoenix	34.96808	-111.47071	2196			AZ	005		
5311866	Rocky Point	rocky-point	US	11778	0	America/Phoenix	32.53367	-112.84821	381			AZ	013		
5311939	Roll	roll	US	85347	0	America/Phoenix	32.75171	-113.9891	80			AZ	027		
5311960	Roosevelt	roosevelt	US	08555	28	America/Phoenix	33.66755	-111.13429	677			AZ	007		
5312028	Rosebud	rosebud	US	57570	0	America/Phoenix	34.00061	-109.26731	2496			AZ	001		
5312114	Round Rock	round-rock	US	78664	789	America/Denver	36.51306	-109.47344	1629	Bisdotl'is desaki,Raund Rok,Round Rock,Round Rock Store,Tsenakaahn,Tsenakahn,Раунд Рок		AZ	001		
5312214	Ruby	ruby	US	12475	0	America/Phoenix	31.4612	-111.23759	1276			AZ	023		
5312325	Ryan	ryan	US	52330	0	America/Phoenix	36.68832	-112.34935	1941	Coconino,Ryan		AZ	005		
5312336	Rye	rye	US	03870	77	America/Phoenix	34.10948	-111.35375	955			AZ	007		
5312393	Sacaton	sacaton	US	85147	2672	America/Phoenix	33.07672	-111.7393	391	El Tusonimo,La Encarnacion,Pima Agency,Sacaton,San Juan Capistrano,Soacson,Tucsonimon,Tusonimo,Uturitu,Vturituc,Zacatone Camp		AZ	021		
5312476	Safford	safford	US	36773	9683	America/Phoenix	32.83395	-109.70758	889	Achʼįʼ Náhiłtį́į́,Layton,SAD,Safford,Saford,Sefford,Stafford,sa fu de,safodo,safwrd,sfwrd  aryzwna,syaphapharda,Сафорд,Сеффорд,سافورد,سففورڈ، ایریزونا,سفورد، آریزونا,स्याफफर्ड,ሳፎርድ፥ አሪዞና,サフォード,萨福德	009	AZ	009		
5312514	Saginaw	saginaw	US	35137	0	America/Phoenix	31.42927	-109.88341	1532			AZ	003		
5312544	Sahuarita	sahuarita	US	85629	25707	America/Phoenix	31.95758	-110.95565	824	Saguarita,Sahuarita,Sahuarito,Sakhuarita,Saurita,Sorita,sa wa li ta,sahu'arita,sahualita,sahwryta,shwaryta  aryzwna,Сагуаріта,Сахуарита,Сорита,ساهوريتا,سهوآریتا، آریزونا,سہوارتھ، ایریزونا,साहुआरिता,萨瓦里塔,사후아리타		AZ	019		
5312572	Saint David	saint-david	US	04773	1699	America/Phoenix	31.90425	-110.21424	1125			AZ	003		
5312595	Saint Johns	saint-johns	US	18247	3480	America/Phoenix	34.50587	-109.36093	1731	SJN,Saint John,Saint Johns,St. Johns	001	AZ	001		
5312634	Saint Michaels	saint-michaels	US	21663	1443	America/Denver	35.64474	-109.09565	2056			AZ	001		
5312652	Salado	salado	US	72575	0	America/Phoenix	34.43365	-109.41066	1787	Salado,Salido		AZ	001		
5312677	Salome	salome	US	85348	1530	America/Phoenix	33.78114	-113.61465	571			AZ	012		
5312844	San Carlos	san-carlos	US	85550	4038	America/Phoenix	33.34562	-110.45504	801	San - Karlos,Сан - Карлос		AZ	007		
5312845	San Carlos	san-carlos	US	85550	4103	America/Phoenix	33.34588	-111.8507	368			AZ	013		
5312880	San Gabriel	san-gabriel	US	91775	0	America/Phoenix	33.64948	-112.15376	397			AZ	013		
5312885	San Jose	san-jose	US	62682	506	America/Phoenix	32.82007	-109.59202	920	Munsonville,San Jose		AZ	009		
5312911	San Luis	san-luis	US	81152	0	America/Phoenix	32.34673	-112.04097	547			AZ	019		
5312912	San Luis	san-luis	US	81152	0	America/Phoenix	32.08035	-111.95513	734	Cobabi,Noli,Nyerwi Ki,San Luis		AZ	019		
5312913	San Luis	san-luis	US	81152	31520	America/Phoenix	32.487	-114.78218	40	San Luis,san lwys,sheng lu yi si,sn lwyys  aryzwna,syana lu'i,Сан Луис,سان لويس,سن لوئیس، آریزونا,स्यान लुई,圣路易斯		AZ	027		
5312929	San Miguel	san-miguel	US	88058	0	America/Phoenix	33.61698	-112.18821	373			AZ	013		
5312930	San Miguel	san-miguel	US	88058	197	America/Phoenix	31.61286	-111.78206	754			AZ	019		
5312933	San Manuel	san-manuel	US	85631	3551	America/Phoenix	32.59979	-110.63093	1052			AZ	021		
5312936	San Pedro	san-pedro	US	90731	0	America/Phoenix	32.08341	-111.48817	821	San Pedro,San Pedro Well,Viopoli,Viopuli		AZ	019		
5312945	San Rafael	san-rafael	US	87051	0	America/Phoenix	31.7373	-112.02429	662			AZ	019		
5312956	San Simon	san-simon	US	85632	165	America/Phoenix	32.26786	-109.22756	1106			AZ	003		
5313022	Sand Springs	sand-springs	US	59077	0	America/Denver	36.83945	-109.70233	1552			AZ	001		
5313131	Santa Cruz	santa-cruz	US	87567	0	America/Phoenix	32.03452	-111.90707	857			AZ	019		
5313132	Santa Cruz	santa-cruz	US	87567	37	America/Phoenix	33.2281	-112.16654	318			AZ	021		
5313166	Santa Maria	santa-maria	US	78592	0	America/Phoenix	33.57837	-112.17071	367			AZ	013		
5313171	Santa Maria	santa-maria	US	78592	0	America/Phoenix	33.42282	-112.20404	311			AZ	013		
5313183	Santa Rosa	santa-rosa	US	78593	628	America/Phoenix	32.32368	-112.04125	552	Adid,Gu Achi,Kaitjimok,Kuarchi,Kuatshi,San Francisco del Adid,Santa Rosa,Santa Rosa Well,Santa-Rosa,Санта-Роса		AZ	019		
5313207	Santiago	santiago	US	55377	0	America/Phoenix	33.62087	-111.97431	437			AZ	013		
5313231	Sasabe	sasabe	US	85633	0	America/Phoenix	31.4887	-111.54205	1076			AZ	019		
5313457	Scottsdale	scottsdale	US	85250	236839	America/Phoenix	33.50921	-111.89903	383	SCF,Scottsdale,Skotsdejl,Skottsdejl,seukocheudeil,si ke ci dai er,skatasdela,skatzdyl  aryzwna,skwtsdyl,sqwtsdyyl,sukottsuderu,Скотсдейл,Скотсдејл,Скоттсдейл,סקוטסדייל,سكوتسديل,سکاتزدیل، آریزونا,سکاٹسڈیل، ایریزونا,स्कटस्डेल,スコッツデール,斯科茨代爾,스코츠데일		AZ	013		
5313527	Second Mesa	second-mesa	US	86043	962	America/Phoenix	35.79334	-110.50513	1738			AZ	017		
5313667	Sedona	sedona	US	86336	10388	America/Phoenix	34.86974	-111.76099	1326	SDX,Sedona,sai duo na,sdwna  aryzwna,sedona,sydwna,Седона,Սեդոնա,سدونا، آریزونا,سيدونا,सेडोना,セドナ,塞多纳		AZ	005		
5313723	Seligman	seligman	US	65745	445	America/Phoenix	35.32556	-112.87741	1598	Seligman,seligamyana,Селигман,सेलिगम्यान		AZ	025		
5313737	Sells	sells	US	85634	2495	America/Phoenix	31.91202	-111.88123	729	Indian Oasis,Sells		AZ	019		
5313752	Seneca	seneca	US	16346	0	America/Phoenix	33.75672	-110.51288	1463			AZ	007		
5313761	Sentinel	sentinel	US	73664	0	America/Phoenix	32.8581	-113.21324	211			AZ	013		
5313979	Shawmut	shawmut	US	04975	0	America/Phoenix	32.99699	-112.50377	394			AZ	013		
5314104	Sheldon	sheldon	US	05483	0	America/Phoenix	32.81479	-109.17229	1093			AZ	011		
5314201	Shonto	shonto	US	86054	591	America/Denver	36.59444	-110.64236	1925	Shanto,Shanto Trading Post,Shato,Shonto,Shonto Trading Post		AZ	017		
5314245	Show Low	show-low	US	85901	10860	America/Phoenix	34.25421	-110.02983	1927	SOW,Sholow,Shou Lou,Shou-Lov,Show Low,Show Slow,shw la  aryzwna,shw lw,so lo,xiao luo,Шоу Лоу,Шоу-Лов,شو لا، آریزونا,شو لو,शो लो,肖洛		AZ	017		
5314268	Shumway	shumway	US	62461	0	America/Phoenix	34.40615	-110.07289	1736	Shumay,Shumway		AZ	017		
5314328	Sierra Vista	sierra-vista	US	85635	43355	America/Phoenix	31.55454	-110.30369	1412	FHU,S'erra-Vista,Siera Vista,Sijera Vista,shierabisuta,siyara bhista,syra wysta  aryzwna,syyra fysta,xie la wei si ta,Сиера Виста,Сијера Виста,Сьерра-Виста,Сьєрра-Віста,سييرا فيستا,سیرا وسٹا، ایریزونا,سیرا ویستا، آریزونا,सीयरा भिस्ता,シエラビスタ,谢拉维斯塔		AZ	003		
5314420	Silver Creek	silver-creek	US	14136	0	America/Phoenix	34.34004	-109.94955	1859			AZ	017		
5314643	Skull Valley	skull-valley	US	86338	0	America/Phoenix	34.5053	-112.68545	1300			AZ	025		
5314943	Snowflake	snowflake	US	85937	5666	America/Phoenix	34.51337	-110.07845	1702	Snouflejk,To Dilhil Biih Yili,Tó Diłhił Biih Yílį́,asnwflyk  aryzwna,snophleka,snw flak,xue hua,Сноуфлейк,Сноуфлејк,اسنوفلیک، آریزونا,سنو فلاك,स्नोफ्लेक,雪花		AZ	017		
5315047	Solomon	solomon	US	67480	426	America/Phoenix	32.81257	-109.63397	906	Solomon,Solomonsville,Solomonville		AZ	009		
5315062	Somerton	somerton	US	85350	15048	America/Phoenix	32.59644	-114.70968	32	Algodones Land Grant,Somerton		AZ	027		
5315073	Sonoita	sonoita	US	85637	818	America/Phoenix	31.6795	-110.65674	1489	Sonoita,Sonoyta,sosno'ita,सोस्नोइता		AZ	023		
5315078	Sonora	sonora	US	42776	0	America/Phoenix	33.16534	-110.99595	699			AZ	021		
5315517	Spring Valley	spring-valley	US	10977	1148	America/Phoenix	34.34503	-112.15905	1202	Spring-Vehlli,Спринг-Вэлли		AZ	025		
5315525	Springerville	springerville	US	85938	1954	America/Phoenix	34.13355	-109.28834	2125	Springervil,Springervill,Springurvil,Tse Noodooz,Tsé Noodǫ́ǫ́z,aspryngrwyl  aryzwna,sbrynghfyl,si pi ling wei er,springarabhila,Спрингервил,Спрингервілл,Спрингървил,اسپرینگرویل، آریزونا,سبرينغفيل,स्प्रिङ्गरभिल,斯皮灵威尔		AZ	001		
5315688	Stanfield	stanfield	US	28163	740	America/Phoenix	32.88255	-111.96208	397	Stanfield,Summerland,Table Top		AZ	021		
5315701	Stanton	stanton	US	08885	0	America/Phoenix	34.1653	-112.72934	1066	Antelope Valley,Stanton,Ulcer Gulch		AZ	025		
5315727	Stark	stark	US	66775	0	America/Phoenix	31.37149	-110.03674	1338			AZ	003		
5315925	Stockton	stockton	US	08559	0	America/Phoenix	35.30944	-114.08995	1270			AZ	015		
5316028	Strawberry	strawberry	US	72469	961	America/Phoenix	34.40781	-111.49348	1795			AZ	007		
5316172	Summit	summit	US	07901	5372	America/Phoenix	32.06702	-110.95148	799			AZ	019		
5316201	Sun City	sun-city	US	33586	37499	America/Phoenix	33.59754	-112.27182	348	Marinette,San Siti,San-Siti,Sun City,san syty  aryzwna,sana siti,sanshiti,Сан Сити,Сан-Сіті,سان سیتی، آریزونا,सन सिटी,サンシティ		AZ	013		
5316205	Sun City West	sun-city-west	US	85375	24535	America/Phoenix	33.66198	-112.34127	376			AZ	013		
5316215	Sun Valley	sun-valley	US	83353	1755	America/Phoenix	34.2542	-111.26125	1424			AZ	007		
5316216	Sun Valley	sun-valley	US	83353	316	America/Phoenix	34.98058	-110.05818	1610			AZ	017		
5316237	Sunflower	sunflower	US	36581	0	America/Phoenix	33.86421	-111.46763	1038			AZ	013		
5316273	Sunnyside	sunnyside	US	11104	0	America/Phoenix	31.43399	-110.40508	1772			AZ	003		
5316326	Sunset	sunset	US	04683	0	America/Phoenix	32.52396	-110.2073	1464			AZ	009		
5316372	Sunshine	sunshine	US	70780	0	America/Phoenix	35.1239	-111.03153	1627	Ojos,Sunshine		AZ	005		
5316400	Supai	supai	US	86435	208	America/Phoenix	36.23693	-112.68908	973	HAE,Supai		AZ	005		
5316405	Superior	superior	US	51363	2943	America/Phoenix	33.29395	-111.09623	866	Hastings,Superior,Supirior,Supiriur,Yoolgai,Yoołgai,su bi li er,superiyara,swbrywr,swprywr  aryzwna,Супириор,Супириър,سوبريور,سوپریور، آریزونا,सुपेरियर,苏必利尔		AZ	021		
5316428	Surprise	surprise	US	12176	128422	America/Phoenix	33.63059	-112.33322	358	Ennis,Serprajz,Sjurprajz,Sjurpriz,Surprajz,Surprise,sapuraizu,sarpra'ija,se pu lai si,seopeulaijeu,swpryyz,swrbrayz,swrprayz  aryzwna,Серпрайз,Сурпрајз,Сърпрайз,Сюрпрайз,Сюрприз,סופרייז,سوربرايز,سورپرایز، آریزونا,सर्प्राइज,サプライズ,瑟普赖斯,서프라이즈		AZ	013		
5316488	Swansea	swansea	US	02777	0	America/Phoenix	34.17002	-113.84605	391	Signal,Swansea		AZ	012		
5316531	Sweetwater	sweetwater	US	37874	0	America/Phoenix	33.132	-111.84069	369	Siovi Shuatak,Sweetwater		AZ	021		
5316559	Sycamore	sycamore	US	15364	0	America/Phoenix	34.86391	-112.09988	1100			AZ	025		
5316761	Tacna	tacna	US	85352	602	America/Phoenix	32.69755	-113.95354	107			AZ	027		
5316960	Taylor	taylor	US	18517	4151	America/Phoenix	34.46504	-110.09123	1717	TYZ,Tejlor,Тейлор		AZ	017		
5317014	Teec Nos Pos	teec-nos-pos	US	86514	730	America/Denver	36.92111	-109.08566	1589	Carrizo,Teec Nos Pas,Teec Nos Pos,Teece Nas Pas,Tes Nos Pas,Tes Nos Pas Trading Post,Tes Nos Pes,Tisnasbas		AZ	001		
5317058	Tempe	tempe	US	85280	175826	America/Phoenix	33.41477	-111.90931	360	Butte City,Haydens Butte,Haydens Ferry,Haydens Mill,San Pablo,Tempe,Tempi,tan pei,tempe,tempi,tenpi,tmb,tmpy  aryzwna,Темпе,Темпи,Темпі,تمب,تمپی، آریزونا,ٹیمپے، ایریزونا,तेम्पे,テンピ,坦佩,템피		AZ	013		
5317170	Thatcher	thatcher	US	83283	4992	America/Phoenix	32.84923	-109.75925	887	Tacher,Tachur,Tetcher,sa qie er,tachr  aryzwna,tatshr,thyacara,Тачер,Тачър,Тетчер,تاتشر,تاچر، آریزونا,थ्याचर,撒切尔		AZ	009		
5317205	The Lakes	the-lakes	US	88901	0	America/Phoenix	33.37116	-111.92014	363			AZ	013		
5317369	Three Forks	three-forks	US	59752	0	America/Phoenix	33.85477	-109.31425	2507			AZ	001		
5317456	Tiger	tiger	US	30576	0	America/Phoenix	32.70785	-110.68232	939			AZ	021		
5317663	Tolleson	tolleson	US	85353	7008	America/Phoenix	33.45004	-112.25932	309	Toleson,Tolisun,Tollison,tollesana,tuo li sen,twlsan  aryzwna,twlyswn,Толесон,Толисън,Толлісон,تولسان، آریزونا,توليسون,तोल्लेसन,托利森		AZ	013		
5317714	Tombstone	tombstone	US	85638	1312	America/Phoenix	31.71287	-110.06758	1384	Tombston,Tombstone,Tumston,Tumstoun,tambastona,tang mu si tong,to~umusuton,tumbastona,tumseuton,Тумстон,Тумстоун,توم‌استون، آریزونا,टुम्बस्टोन,টম্বস্টোন,トゥームストーン,汤姆斯通,툼스톤		AZ	003		
5317734	Tonalea	tonalea	US	86044	549	America/Denver	36.32249	-110.96348	1724			AZ	005		
5317749	Tonto Basin	tonto-basin	US	85553	1424	America/Phoenix	33.83171	-111.29457	682			AZ	007		
5317820	Topawa	topawa	US	85639	299	America/Phoenix	31.81397	-111.82568	752	Gokasmuk,Koksumok,Topahua,Topahua Well,Topawa,Topawo,Topowa,Tupewa		AZ	019		
5317823	Topock	topock	US	86436	10	America/Los_Angeles	34.71834	-114.48718	139	Mellen,Mellon,Mullen,Needles,Powell,Red Crossing,Red Rock,Topock		AZ	015		
5317872	Tortilla Flat	tortilla-flat	US	85190	0	America/Phoenix	33.52644	-111.38985	536	Tortilla Flat,Tortilla Flat Resort,Tortillita Flat,Tortolitas Flat,Tortollita Flat		AZ	013		
5318179	Troy	troy	US	03465	0	America/Phoenix	33.14367	-110.89928	1109	Skinner Village,Skinnerville,Troy		AZ	021		
5318189	Truxton	truxton	US	13158	134	America/Phoenix	35.48499	-113.56355	1315			AZ	015		
5318279	Tuba City	tuba-city	US	86045	8611	America/Denver	36.13499	-111.23986	1512	TBC,To Naneesdizi,Tuba,Tuba City,Tuba Siti,Tuba-Siti,Tó Naneesdizí,tuba siti,Туба Сити,Туба-Сіті,तुबा सिटी		AZ	005		
5318288	Tubac	tubac	US	85646	1191	America/Phoenix	31.61259	-111.04592	978	Tubak,to~ubaku,tubaka,Тубак,तुबाक,トゥバク		AZ	023		
5318302	Tucker	tucker	US	30084	0	America/Phoenix	33.64089	-110.60733	1488	Tucker,Tucker Place		AZ	007		
5318313	Tucson	tucson	US	85701	531641	America/Phoenix	32.22174	-110.92648	759	Fucson,Lucson,San Casme del Tucson,TUS,Takson,Teuson,Toison,Touson,Tucson,Tuczon,Tugson,Tuguison,Tuison,Tuksonas,Tulquson,Tuozon,Tuquisson,Tuqulson,Tusan,Tuson,Tusona,Tūsona,taksana,thu sxn,tsuson,tu sen,tusana,tuson,tusona,twsan,twswn,tʼusoni,Τουσόν,Тусан,Тусон,Թուսոն,טוסון,توسان,توسون,ٹوسان، ایریزونا,टक्सन,तुसॉन,টুসান,ทูซอน,ტუსონი,ツーソン,图森,투손	019	AZ	019		
5318400	Tumacacori	tumacacori	US	85640	0	America/Phoenix	31.56965	-111.05341	998	Tomomacori,Tumacacori		AZ	023		
5318413	Tully	tully	US	13159	0	America/Phoenix	31.98286	-110.1234	1321			AZ	003		
5318598	Turtle Creek	turtle-creek	US	15145	0	America/Phoenix	33.63837	-112.07126	419			AZ	013		
5318718	Twin Falls	twin-falls	US	83301	0	America/Denver	36.86361	-109.1026	1948			AZ	001		
5319311	Vail	vail	US	51465	10208	America/Phoenix	32.04786	-110.71203	986	Vejl,bhela,Вейл,Вејл,भेल		AZ	019		
5319325	Valencia	valencia	US	16059	0	America/Phoenix	33.37949	-112.58405	272			AZ	013		
5319334	Valentine	valentine	US	69201	38	America/Phoenix	35.3875	-113.65772	1159			AZ	015		
5319352	Valley Farms	valley-farms	US	85191	0	America/Phoenix	32.9884	-111.44734	451			AZ	021		
5319372	Valley View	valley-view	US	17983	0	America/Phoenix	33.65476	-112.07932	427			AZ	013		
5319373	Valley View	valley-view	US	17983	0	America/Phoenix	32.31841	-110.96787	758			AZ	019		
5319477	Vernon	vernon	US	05354	122	America/Phoenix	34.25754	-109.69288	2107			AZ	001		
5319489	Vicksburg	vicksburg	US	17883	597	America/Phoenix	33.74447	-113.75216	423			AZ	012		
5319614	Waddell	waddell	US	85355	0	America/Phoenix	33.61143	-112.42711	382			AZ	013		
5319661	Wagoner	wagoner	US	74467	0	America/Phoenix	34.21364	-112.53573	1031			AZ	025		
5319695	Walker	walker	US	26180	0	America/Phoenix	34.45586	-112.37822	1917			AZ	025		
5319785	Walnut Grove	walnut-grove	US	35990	0	America/Phoenix	34.28308	-112.54851	1118	Walnut Grove,Walnutgrove		AZ	025		
5319909	Warren	warren	US	01083	0	America/Phoenix	31.41093	-109.87841	1512			AZ	003		
5320036	Wayne	wayne	US	04284	0	America/Phoenix	33.56615	-112.40961	355			AZ	013		
5320055	Webb	webb	US	36376	0	America/Phoenix	33.55254	-112.3671	338			AZ	013		
5320092	Weedville	weedville	US	15868	0	America/Phoenix	33.61393	-112.21543	365			AZ	013		
5322738	Alameda	alameda	US	94501	0	America/Los_Angeles	35.23774	-119.00316	101			CA	029		
5330008	Bonsall	bonsall	US	92003	3982	America/Los_Angeles	33.28892	-117.22559	55			CA	073		
5320160	Wellton	wellton	US	85356	2936	America/Phoenix	32.67283	-114.14688	75	Saint Peter,San Pedro,Ueltun,Velton,Wellton,hua er deng,velatana,wltn  aryzwna,wltwn,Велтон,Уелтън,ولتن، آریزونا,ولتون,वेलटन,华尔登		AZ	027		
5320172	Wenden	wenden	US	85357	728	America/Phoenix	33.82253	-113.54159	569	Wenden,Wendendale		AZ	012		
5320236	West End	west-end	US	27376	0	America/Phoenix	33.49449	-112.25515	320			AZ	013		
5320501	Whipple	whipple	US	45788	0	America/Phoenix	34.55669	-112.44961	1605	Fort Whipple,Whipple,Whipple Barracks		AZ	025		
5320655	White Mountain Lake	white-mountain-lake	US	85912	2205	America/Phoenix	34.34865	-109.99789	1865			AZ	017		
5320800	Whiteriver	whiteriver	US	85941	4104	America/Phoenix	33.83699	-109.96427	1599	WTR,Whiteriver		AZ	017		
5320815	Whitetail	whitetail	US	59276	0	America/Phoenix	32.41035	-110.73204	2453			AZ	019		
5320871	Wickenburg	wickenburg	US	85358	6806	America/Phoenix	33.96864	-112.72962	627	Uikunburg,Vikenberg,Vikenburg,Wickenburg,Wickenburg Ranch,vikenabarga,wei ken bo ge,wyknbrg  aryzwna,wyknbwrgh,Викенбург,Вікенберг,Уикънбърг,ويكنبورغ,ویکنبرگ، آریزونا,विकेनबर्ग,威肯勃格		AZ	013		
5320914	Wikieup	wikieup	US	85360	133	America/Phoenix	34.70335	-113.61132	606	Wickieup,Wikieup		AZ	015		
5321088	Willcox	willcox	US	85643	3552	America/Phoenix	32.25285	-109.83201	1270	CWX,Uilkoks,Vilkoks,Villkoks,Wilcox,Willcox,vilakaksa,wei er ke ke si,wylkaks  aryzwna,Вилкокс,Віллкокс,Уилкокс,ویلکاکس، آریزونا,विलकक्स,威尔科克斯		AZ	003		
5321098	Williams	williams	US	29493	3122	America/Phoenix	35.24946	-112.191	2063	Uilijams,Vil'jams,Vilijams,u~iriamuzu,viliyamsa,vilyamsa,wei lian mu si,wylyamz,wylyamz  aryzwna,Вилијамс,Вільямс,Уилиямс,ويليامز,ویلیامز، آریزونا,विलियम्स,विल्यम्स,ウィリアムズ,威廉姆斯		AZ	005		
5321135	Williamson	williamson	US	14589	5438	America/Phoenix	34.69002	-112.54101	1541			AZ	025		
5321153	Willow	willow	US	12495	0	America/Phoenix	33.71477	-110.97845	904			AZ	007		
5321253	Willow Spring	willow-spring	US	27592	0	America/Phoenix	34.67002	-112.86324	1464			AZ	025		
5321286	Willow Springs	willow-springs	US	60480	0	America/Denver	36.18943	-111.39375	1470			AZ	005		
5321334	Wilmot	wilmot	US	03287	0	America/Phoenix	32.1223	-110.84453	851	Willow Spring Well,Wilmot		AZ	019		
5321390	Window Rock	window-rock	US	86515	2712	America/Denver	35.68057	-109.05259	2100	Tseghahoodzani,Tségháhoodzání,Uindou-Rok,Vindou Rok,Vindov-Rok,vindo raka,wen duo luo ke,Виндоу Рок,Віндов-Рок,Уиндоу-Рок,विन्डो रक,温多罗克		AZ	001		
5321456	Winkelman	winkelman	US	85192	346	America/Phoenix	32.98757	-110.77094	600	Winkelman,Winkleman		AZ	007		
5321473	Winslow	winslow	US	08095	9600	America/Phoenix	35.02419	-110.69736	1479	Beesh Sinil,Béésh Sinil,INW,Uinslou,Vinslou,Vinslov,vinslo,wen si luo,wynslw,wynslw  aryzwna,wynslw  ayryzwna,Винслоу,Вінслов,Уинслоу,وينسلو,وینسلو، آریزونا,وینسلو، ایریزونا,विन्स्लो,温斯洛		AZ	017		
5321549	Wittmann	wittmann	US	85361	763	America/Phoenix	33.77642	-112.5285	513	Nadaburg,Whittman,Wittman,Wittmann		AZ	013		
5321663	Woodleaf	woodleaf	US	27054	0	America/Phoenix	33.52227	-111.90459	387			AZ	013		
5321670	Woodruff	woodruff	US	29388	191	America/Phoenix	34.78142	-110.04345	1568	Tenneys Camp,Woodruff		AZ	017		
5321703	Woodside	woodside	US	11377	0	America/Phoenix	33.39033	-111.76597	381			AZ	013		
5321849	Yarnell	yarnell	US	85362	649	America/Phoenix	34.22169	-112.7474	1456			AZ	025		
5322021	Young	young	US	85554	666	America/Phoenix	34.10143	-110.96374	1581			AZ	007		
5322027	Youngtown	youngtown	US	85363	6613	America/Phoenix	33.59393	-112.30294	347	Youngstown,Youngtown		AZ	013		
5322036	Yucca	yucca	US	86438	126	America/Phoenix	34.87223	-114.1494	556			AZ	015		
5322053	Yuma	yuma	US	38390	94139	America/Phoenix	32.72532	-114.6244	43	Arizona,Arizona City,Colorado City,Doonysio,Juma,La Purisima Concepcion,Pueblo de la Concepcion,Puutsiyumah,San Dionisio,San Dionysio,YUM,Yuma,Yuma City,Yumas,you ma,yuma,ywma,ywma  aryzwna,ywma  ayryzwna,ywmh,Јума,Юма,יומה,يوما,یوما، آریزونا,یوما، ایریزونا,युमा,ዩማ፥ አሪዞና,ユマ,尤馬	027	AZ	027		
5322191	Abbott	abbott	US	76621	0	America/Los_Angeles	39.02045	-121.62552	13			CA	101		
5322206	Aberdeen	aberdeen	US	21001	0	America/Los_Angeles	36.97799	-118.25343	1193	Aberdeen,Aberdeen Station,Tibbets		CA	027		
5322213	Abilene	abilene	US	67410	0	America/Los_Angeles	36.14551	-119.05371	124			CA	107		
5322284	Acampo	acampo	US	95220	341	America/Los_Angeles	38.17464	-121.27856	16			CA	077		
5322317	Acton	acton	US	01718	7596	America/Los_Angeles	34.46999	-118.19674	826	Akton,Ehkton,aktwn  kalyfrnya,entana,Актон,Эктон,اکتون، کالیفرنیا,ایکٹن، کیلیفورنیا,एन्टन		CA	037		
5322338	Adams	adams	US	01220	0	America/Los_Angeles	38.85629	-122.71971	858	Adams,Adams Springs		CA	033		
5322400	Adelanto	adelanto	US	92301	33166	America/Los_Angeles	34.58277	-117.40922	875	Adelanto,a de lan tuo,adellanto,adlantw  kalyfrnya,adylantw,edelanto,Аделанто,آدلانتو، کالیفرنیا,أديلانتو,एडेलान्तो,阿德兰托,아델란토		CA	071		
5322479	Advance	advance	US	27006	0	America/Los_Angeles	36.51578	-118.9026	412			CA	107		
5322516	Afton	afton	US	13730	0	America/Los_Angeles	39.41989	-121.96636	22			CA	021		
5322517	Afton	afton	US	13730	0	America/Los_Angeles	35.03637	-116.37974	429			CA	071		
5322553	Agoura Hills	agoura-hills	US	91301	20915	America/Los_Angeles	34.13639	-118.77453	513			CA	037		
5322557	Agra	agra	US	67621	0	America/Los_Angeles	33.33336	-117.50004	51			CA	073		
5322591	Agua Dulce	agua-dulce	US	78330	3342	America/Los_Angeles	34.49638	-118.32563	770			CA	037		
5322636	Aguanga	aguanga	US	92536	1128	America/Los_Angeles	33.44281	-116.86502	596			CA	065		
5322652	Ahwahnee	ahwahnee	US	93601	2246	America/Los_Angeles	37.3655	-119.72627	709	Ahwahnee,Awahnee		CA	039		
5322710	Akers	akers	US	70421	0	America/Los_Angeles	37.99826	-121.28356	7			CA	077		
5322737	Alameda	alameda	US	94501	78630	America/Los_Angeles	37.77099	-122.26087	10	Alameda,Alamida,Alaminta,a la mi da,aelleomida,alamda  kalyfrnya,alameda,alamyda,arameda,Αλαμήντα,Аламеда,Аламида,آلامدا، کالیفرنیا,ألاميدا,अलामेदा,アラメダ,阿拉米達,앨러미다		CA	001		
5322794	Alamo	alamo	US	30411	14570	America/Los_Angeles	37.8502	-122.03218	79	Alamo,alamw  kalyfrnya,aramo,elamo,Álamo,Аламо,الامو، کالیفرنیا,एलामो,アラモ		CA	013		
5322843	Alba	alba	US	16910	0	America/Los_Angeles	37.79798	-121.03966	30			CA	077		
5322850	Albany	albany	US	05820	19735	America/Los_Angeles	37.88687	-122.29775	13	Albany,O'Shean's View,Ocean View,Olbani,albany,albany  kalyfrnya,albany  kylyfwrnya,ao bai ni,elbani,olbeoni,Олбани,Олбані,آلبانی، کالیفرنیا,ألباني,البانی، کیلیفورنیا,एल्बानी,奧柏尼,올버니		CA	001		
5322883	Albion	albion	US	02802	168	America/Los_Angeles	39.22351	-123.76863	53			CA	045		
5322943	Alder Creek	alder-creek	US	13301	0	America/Los_Angeles	38.63463	-121.20161	47	Alder Creek,Alders		CA	067		
5323060	Alhambra	alhambra	US	62001	85551	America/Los_Angeles	34.09529	-118.12701	150	Al'gambra,Algambra,Alhambra,Alkhambra,a han bu la,alhambra,alhambra  kalyfrnya,alhmra  kylyfwrnya,el'hambra,Алгамбра,Алхамбра,Альгамбра,آلهامبرا، کالیفرنیا,ألهامبرا,الحمرا، کیلیفورنیا,الہامبرا,एल्हाम्ब्रा,阿罕布拉		CA	037		
5323111	Alicia	alicia	US	72410	0	America/Los_Angeles	39.10267	-121.58163	18			CA	115		
5323163	Aliso Viejo	aliso-viejo	US	92656	50195	America/Los_Angeles	33.56504	-117.72712	143	Aliso Viekho,Aliso Vijekho,alysw fyjw,alysw wyjw  kalyfrnya,eliso bhiyo,ya li suo wei ye he,Алисо Виехо,Алисо Вијехо,آلیسو ویجو، کالیفرنیا,أليسو فيجو,एलिसो भियो,アリソ・ビエホ,亚里索维耶荷		CA	059		
5323238	Alleghany	alleghany	US	95910	58	America/Los_Angeles	39.46962	-120.84328	1349			CA	091		
5323242	Allen	allen	US	21810	0	America/Los_Angeles	38.61713	-120.11074	2473			CA	005		
5323266	Allendale	allendale	US	07401	1506	America/Los_Angeles	38.44463	-121.94302	37			CA	095		
5323346	Almond	almond	US	14804	0	America/Los_Angeles	33.8589	-117.98478	28			CA	059		
5323376	Alpaugh	alpaugh	US	93201	1026	America/Los_Angeles	35.88773	-119.48734	65	Alpaugh,Alspaugh		CA	107		
5323399	Alpine	alpine	US	07620	0	America/Los_Angeles	34.43013	-118.29254	868			CA	037		
5323400	Alpine	alpine	US	07620	0	America/Los_Angeles	39.43628	-123.58335	71	Alpine,Alpine Junction		CA	045		
5323401	Alpine	alpine	US	07620	14236	America/Los_Angeles	32.83505	-116.76641	559	Alpajn,Alpine,Alpine El Capitan,Viejas Stage Stop,Viejas Stop,alpyn  kalyfrnya,elpina,Алпајн,الپین، کالیفرنیا,एल्पिन		CA	073		
5323456	Alta	alta	US	51002	610	America/Los_Angeles	39.20657	-120.81133	1099			CA	061		
5323507	Alta Vista	alta-vista	US	50603	0	America/Los_Angeles	37.41271	-118.54262	1399			CA	027		
5323525	Altadena	altadena	US	91001	42777	America/Los_Angeles	34.18973	-118.13118	414	Al'tadena,Altadina,altadena,altadna  kalyfrnya,Алтадина,Альтадена,التادنا، کالیفرنیا,अल्टाडेना		CA	037		
5323542	Altaville	altaville	US	95221	0	America/Los_Angeles	38.08381	-120.56187	470	Altaville,Cherokee Flat,Forks -of-the Road,Low Divide		CA	009		
5323564	Altamont	altamont	US	12009	0	America/Los_Angeles	37.74382	-121.66273	225	Altamont,The Summit		CA	001		
5323618	Amador City	amador-city	US	95601	189	America/Los_Angeles	38.41936	-120.8241	280	Amador,Amador City,Amadore's Creek,South Amador		CA	005		
5323631	Alviso	alviso	US	95002	0	America/Los_Angeles	37.42605	-121.97524	1	Alviso,Embarcadero De Santa Clara,Embarcadero De Santa Clara De Asis,Port San Jose		CA	085		
5323668	Amboy	amboy	US	46911	0	America/Los_Angeles	34.55777	-115.74444	192			CA	071		
5323694	American Canyon	american-canyon	US	94503	20554	America/Los_Angeles	38.17492	-122.2608	14	Amerikan Kanjon,Amerikan Keniun,Amerikan-Kan'on,amerikana kyan'yana,amrykn knywn  kalyfrnya,amyrykan kanywn,mei li jian xia gu,Американ Канјон,Американ Кениън,Американ-Каньон,أميريكان كانيون,امریکن کنیون، کالیفرنیا,अमेरिकन क्यान्यन,美利堅峽穀,美利堅峽谷		CA	055		
5323799	Amsterdam	amsterdam	US	12010	0	America/Los_Angeles	37.43022	-120.54214	67			CA	047		
5323810	Anaheim	anaheim	US	92801	350742	America/Los_Angeles	33.83529	-117.9145	48	ANA,Anachaim,Anahaima,Anahaym,Anaheim,Anaheimas,Anakhajm,Campo Aleman,a na hai mu,aeneohaim,an na han,anahaimi,anahaimu,anahaym,anahaym  kalyfrnya,enaha'ima,Άναχαϊμ,Анахайм,Анахајм,Անահայմ,אנאהיים,אנהיים,آناهايم,آناهایم، کالیفرنیا,اناہیم، کیلیفورنیا,ایناہیم,अ‍ॅनाहाइम,एनाहाइम,ანაჰაიმი,アナハイム,安那罕,阿納海姆,애너하임		CA	059		
5323934	Andover	andover	US	01810	0	America/Los_Angeles	39.31046	-120.24714	1955			CA	061		
5324004	Angels Camp	angels-camp	US	95222	2677	America/Los_Angeles	38.06826	-120.53965	420	Angel's Camp,Angels,Angels City,Carson's Creek,City of Angels,Clearlake,Ejndzels Kemp,Ejndzhuls Kemp,anjls kamb,anjls kmp  kalyfrnya,aynjlz kymp  kylyfwrnya,einjeolseukaempeu,enjelsa siti,tian shi ying,Ейнджълс Кемп,Ејнџелс Кемп,آنجلس کمپ، کالیفرنیا,أنجلس كامب,اینجلز کیمپ، کیلیفورنیا,एन्जेल्स सिटी,天使营,에인절스캠프		CA	009		
5324022	Angelus Oaks	angelus-oaks	US	92305	0	America/Los_Angeles	34.14584	-116.98253	1755	Angelus Oaks,Camp Angelus		CA	071		
5324040	Angwin	angwin	US	94508	3051	America/Los_Angeles	38.57574	-122.44998	533	Angvin,en'gvina,Ангвин,एन्ग्विन		CA	055		
5324046	Anita	anita	US	15711	0	America/Los_Angeles	39.81072	-121.97831	48			CA	007		
5324069	Annapolis	annapolis	US	21401	0	America/Los_Angeles	38.72186	-123.36973	235			CA	097		
5324105	Antelope	antelope	US	59211	45770	America/Los_Angeles	38.70824	-121.32995	50	Antelop,Антелоп		CA	067		
5324200	Antioch	antioch	US	37011	110542	America/Los_Angeles	38.00492	-121.80579	13	Antioch,Antiocheia,Antiok,Antiokas,East Antioch,Marshs Landing,Smith's Landing,an tiao ke,antiokku,antywch  kalyfrnya,antywk,entiyaka,Αντιόχεια,Антиок,Антиоч,آنتیوچ، کالیفرنیا,أنتيوك,اینٹیوخ,एन्टियक,アンティオック,安條克		CA	013		
5324249	Anza	anza	US	92539	3014	America/Los_Angeles	33.55503	-116.67363	1195			CA	065		
5324252	Anza	anza	US	92539	0	America/Los_Angeles	32.80033	-115.49833	-14	Anza,Brice Siding		CA	025		
5324273	Apex	apex	US	27502	0	America/Los_Angeles	38.72685	-120.82327	574			CA	017		
5324275	Apollo	apollo	US	15613	0	America/Los_Angeles	35.34164	-116.87448	959			CA	071		
5329953	Bonita	bonita	US	71223	0	America/Los_Angeles	36.95245	-120.20183	63			CA	039		
5324363	Apple Valley	apple-valley	US	92307	72174	America/Los_Angeles	34.50083	-117.18588	898	APV,Apple Valley,Apul Vali,Epl Vali,abbl faly,aepeulbaelli,apl wly  kalyfrnya,aypl wyly  kylyfwrnya,eppala bhyali,ping guo gu,Апъл Вали,Епл Вали,أببل فالي,اپل ولی، کالیفرنیا,ایپل ویلی، کیلیفورنیا,एप्पल भ्याली,苹果谷,애플밸리		CA	071		
5324383	Applegate	applegate	US	48401	0	America/Los_Angeles	39.00073	-120.99244	611	Applegate,Bear River House,Lisbon		CA	061		
5324400	Aptos	aptos	US	95001	6220	America/Los_Angeles	36.97717	-121.8994	33	Aptos,Aptos Rancho,Rancho Aptos,eptasa,Аптос,एप्टस		CA	087		
5324457	Arbuckle	arbuckle	US	95912	3028	America/Los_Angeles	39.0174	-122.05775	43			CA	011		
5324464	Arcade	arcade	US	14009	0	America/Los_Angeles	38.47574	-121.57968	8	Arcade,Lisbon		CA	113		
5324465	Arcade	arcade	US	14009	0	America/Los_Angeles	38.61045	-121.38309	20			CA	067		
5324477	Arcadia	arcadia	US	15712	58408	America/Los_Angeles	34.13973	-118.03534	147	Arkadija,Arkejdija,akeidia,arkadiya,arkadya,arkadya  kalyfrnya,ya kai di ya,Аркадия,Аркадія,Аркејдија,آرکادیا، کالیفرنیا,آرکیڈیا، کیلیفورنیا,أركاديا,आर्काडिया,亞凱迪亞,아케이디아		CA	037		
5324512	Archer	archer	US	32618	0	America/Los_Angeles	34.42056	-115.36554	262			CA	071		
5324555	Arena	arena	US	53503	0	America/Los_Angeles	37.37077	-120.67631	43			CA	047		
5324585	Argos	argos	US	46501	0	America/Los_Angeles	34.72582	-116.25085	621			CA	071		
5324630	Arlington	arlington	US	02474	0	America/Los_Angeles	33.92029	-117.44644	241	Arlington,Arlington Place		CA	065		
5324666	Armona	armona	US	93202	4156	America/Los_Angeles	36.31578	-119.70846	73			CA	031		
5324673	Armstrong	armstrong	US	50514	0	America/Los_Angeles	39.32824	-120.23631	1878			CA	057		
5324674	Armstrong	armstrong	US	50514	0	America/Los_Angeles	38.08909	-121.27467	13			CA	077		
5324698	Arnold	arnold	US	21012	3843	America/Los_Angeles	38.25547	-120.35103	1219	Arnol'd,Арнольд		CA	009		
5324699	Arnold	arnold	US	21012	0	America/Los_Angeles	39.51877	-123.39362	372			CA	045		
5324722	Aromas	aromas	US	95004	2650	America/Los_Angeles	36.88856	-121.643	40	Aromas,Sand Cut		CA	069		
5324802	Arroyo Grande	arroyo-grande	US	93420	18108	America/Los_Angeles	35.11859	-120.59073	36			CA	079		
5324862	Artesia	artesia	US	39736	16961	America/Los_Angeles	33.86585	-118.08312	16	Artisija,Artizha,a di xi ya,artesiya,artsya  kalyfrnya,artysya,Артижа,Артісія,آرتسیا، کالیفرنیا,أرتيسيا,ارٹیسیا، کیلیفورنیا,आर्टेसिया,阿蒂西亚		CA	037		
5324887	Artois	artois	US	95913	295	America/Los_Angeles	39.61984	-122.19479	51	Artois,Germantown		CA	021		
5324903	Arvin	arvin	US	93203	20876	America/Los_Angeles	35.20913	-118.82843	137	Arvin,a wen,arbhina,arfyn,arwyn  kalyfrnya,Арвин,آروین، کالیفرنیا,أرفين,अर्भिन,阿文		CA	029		
5325011	Ashland	ashland	US	01721	21925	America/Los_Angeles	37.69465	-122.11385	14	Ashland,San Leandro South		CA	001		
5325111	Atascadero	atascadero	US	93422	29819	America/Los_Angeles	35.48942	-120.67073	268	Ataskadero,Ataskaderou,a ta si ka de luo,atasadyrw,ataskadrw  kalyfrnya,etaskadero,Атаскадеро,Атаскадероу,آتاسکادرو، کالیفرنیا,أتاساديرو,एटास्काडेरो,阿塔斯卡德罗		CA	079		
5325144	Athens	athens	US	04912	0	America/Los_Angeles	33.92002	-118.28118	52			CA	037		
5325147	Atherton	atherton	US	94027	7167	America/Los_Angeles	37.46133	-122.19774	18	Adurtun,Aterton,Atherton,Fair Oaks,a se dun,atharatana,athrtwn,atrtwn  kalyfrnya,Адъртън,Атертон,آترتون، کالیفرنیا,آتھرتن، کیلیفورنیا,أثرتون,आथरटन,阿瑟顿		CA	081		
5325166	Atlanta	atlanta	US	14808	0	America/Los_Angeles	37.81298	-121.12077	19			CA	077		
5325175	Atlas	atlas	US	48411	0	America/Los_Angeles	38.42908	-122.24803	524			CA	055		
5325186	Atwater	atwater	US	44201	0	America/Los_Angeles	34.1164	-118.25646	123			CA	037		
5325187	Atwater	atwater	US	44201	29237	America/Los_Angeles	37.34772	-120.60908	46	Atvoter,Etuotur,a te wo te,atwatr  kalyfrnya,atwwtr,etvatara,Атвотер,Етуотър,آتواتر، کالیفرنیا,أتووتر,एट्वाटर,阿特沃特		CA	047		
5325209	Atwood	atwood	US	38220	0	America/Los_Angeles	33.86557	-117.83089	75	Atwood,Richfield		CA	059		
5325211	Auberry	auberry	US	93602	2369	America/Los_Angeles	37.08078	-119.48541	615			CA	019		
5325223	Auburn	auburn	US	01501	13953	America/Los_Angeles	38.89657	-121.07689	374	AUN,Auburn,North Fork Dry Diggins,Obern,Oburn,Rich Dry Diggings,Wood's Dry Diggings,Woods Dry Diggings,abarna,ao ben,awbrn  kalyfrnya,awbwrn,oban,obeon,Оберн,Обърн,آوبرن، کالیفرنیا,أوبورن,अबर्न,オーバーン,奥本,오번	061	CA	061		
5325269	Aurora	aurora	US	04408	0	America/Los_Angeles	37.65993	-121.00271	27			CA	099		
5325278	Austin	austin	US	16720	0	America/Los_Angeles	37.24244	-121.99829	133			CA	085		
5325305	Avalon	avalon	US	08202	3799	America/Los_Angeles	33.34281	-118.32785	9	AVX,Avalon,Shatto,a wa long,abaron,aebeollon,afalwn,awalwn  kalyfrnya,aywalwn  kylyfwrnya,ebhelana,Авалон,آوالون، کالیفرنیا,أفالون,ایوالون، کیلیفورنیا,एभेलन,アバロン,阿瓦隆,애벌론		CA	037		
5325327	Avenal	avenal	US	93204	13301	America/Los_Angeles	36.00412	-120.12903	246	Avenal,a wei na er,afynal,awnal  kalyfrnya,ebhenala,Авенал,آونال، کالیفرنیا,أفينال,एभेनल,阿维纳尔		CA	031		
5325352	Avery	avery	US	75554	646	America/Los_Angeles	38.20436	-120.36992	1033			CA	009		
5325371	Avila Beach	avila-beach	US	93424	1627	America/Los_Angeles	35.17998	-120.73184	21	Avila,Avila Beach		CA	079		
5325375	Avon	avon	US	02322	0	America/Los_Angeles	38.0327	-122.07524	3	Associated,Avon		CA	013		
5325423	Azusa	azusa	US	91702	49690	America/Los_Angeles	34.13362	-117.90756	186	Azjusa,Azusa,a su sa,ajusa,azusa,azwsa,azwsa  kalyfrnya,Азуса,Азюса,آزوسا، کالیفرنیا,أزوسا,گلیڈسٹون، کیلیفورنیا,अजुसा,アズサ,阿苏萨		CA	037		
5325529	Badger	badger	US	50516	0	America/Los_Angeles	36.63134	-119.01316	926	Badger,Camp Badger		CA	107		
5325566	Bagdad	bagdad	US	32530	0	America/Los_Angeles	34.58277	-115.87556	230			CA	071		
5325625	Baker	baker	US	26801	0	America/Los_Angeles	35.0422	-117.66756	763			CA	029		
5325626	Baker	baker	US	26801	735	America/Los_Angeles	35.26498	-116.07446	285	Baker,Bejker,Berry,Бейкер,Бејкер		CA	071		
5325738	Bakersfield	bakersfield	US	05441	373640	America/Los_Angeles	35.37329	-119.01871	123	Alkali City,BFL,Baker's Field,Bakersfield,Beikersfilda,Beikersfildas,Beikersfilnt,Beikersfīlda,Bejkersfild,Bejkursfijld,Beykersfild,Kern Island,bei ke si fei er de,beikeojeupildeu,bekarsaphilda,bekazufirudo,bykrsfyld,bykrzfyld  kalyfrnya,byyqrspyld,Μπέικερσφιλντ,Бейкерсфилд,Бейкерсфілд,Бейкърсфийлд,Бејкерсфилд,Բեյկերսֆիլդ,בייקרספילד,بيكرسفيلد,بیکرزفیلد، کالیفرنیا,بیکرزفیلڈ,بیکرزفیلڈ، کیلیفورنیا,बेकर्सफिल्ड,बेकर्सफील्ड,ბეიკერსფილდი,ベーカーズフィールド,贝克斯菲尔德,베이커즈필드	029	CA	029		
5325866	Baldwin Park	baldwin-park	US	91706	77071	America/Los_Angeles	34.08529	-117.9609	114	Baldwin Park,Bolduin Park,Bolduin-Park,Boldvin Park,Boldvin-Park,baldavina parka,baldwyn bark,baldwyn park  kalyfrnya,bao de wen gong yuan,Болдвин Парк,Болдвін-Парк,Болдуин Парк,Болдуин-Парк,بالدوين بارك,بالدوین پارک، کالیفرنیا,بالڈون پارک، کیلیفورنیا,बाल्डविन पार्क,鲍德温公园		CA	037		
5325917	Ballard	ballard	US	24918	467	America/Los_Angeles	34.63582	-120.1132	204	Alamo Pintado,Ballard		CA	083		
5325934	Ballico	ballico	US	95303	406	America/Los_Angeles	37.45438	-120.70603	46			CA	047		
5325973	Bancroft	bancroft	US	25011	0	America/Los_Angeles	37.93381	-122.04718	27			CA	013		
5326001	Bangor	bangor	US	04401	646	America/Los_Angeles	39.3885	-121.40524	232			CA	007		
5326013	Banner	banner	US	38913	0	America/Los_Angeles	33.06893	-116.54613	836	Banner,Banner City		CA	073		
5326032	Banning	banning	US	92220	30945	America/Los_Angeles	33.92557	-116.87641	716	BNG,Baning,Banning,Moore City,ban ning,banyng  kalyfrnya,banyngh,byaninga,Банинг,بانينغ,بانینگ، کالیفرنیا,ब्यानिंग,班宁		CA	065		
5326047	Bannister	bannister	US	48807	0	America/Los_Angeles	35.26552	-119.10066	106			CA	029		
5326050	Bannock	bannock	US	43972	0	America/Los_Angeles	34.93667	-114.86386	552			CA	071		
5326118	Bard	bard	US	88411	0	America/Los_Angeles	32.78921	-114.55606	42			CA	025		
5326166	Barlow	barlow	US	42024	0	America/Los_Angeles	38.42491	-122.8586	39			CA	097		
5326225	Baroda	baroda	US	49101	0	America/Los_Angeles	34.68665	-120.59267	6			CA	083		
5326263	Barrett	barrett	US	56311	0	America/Los_Angeles	32.62923	-116.46057	804			CA	073		
5326266	Barrett	barrett	US	56311	0	America/Los_Angeles	37.63993	-120.28575	267			CA	043		
5326296	Barstow	barstow	US	20610	0	America/Los_Angeles	36.81522	-119.96988	84			CA	019		
5327810	Bertram	bertram	US	78605	0	America/Los_Angeles	33.37837	-115.78333	-57			CA	025		
5326297	Barstow	barstow	US	20610	23692	America/Los_Angeles	34.89859	-117.02282	663	Barstou,Barstow,Bashdo,Báshdo,Fishpond,Fishponds,Grapevine,Waterman,Waterman Junction,ba si tuo,barasto,barstaw,barstw  kalyfrnya,baseuto,brstw,Барстоу,ברסטו,بارستاو,بارستو، کالیفرنیا,बारस्टो,巴斯托,바스토		CA	071		
5326322	Bartlett	bartlett	US	03812	0	America/Los_Angeles	36.4766	-118.03092	1103			CA	027		
5326341	Barton	barton	US	05822	0	America/Los_Angeles	38.45463	-120.5302	997			CA	005		
5326377	Basin	basin	US	59631	0	America/Los_Angeles	35.04304	-116.29502	374	Basin,Baxter		CA	071		
5326418	Bass Lake	bass-lake	US	93604	527	America/Los_Angeles	37.32467	-119.56625	1041	Bass Lake,Crane Valley		CA	039		
5326440	Bassett	bassett	US	24055	0	America/Los_Angeles	34.04973	-117.99673	90			CA	037		
5326447	Batavia	batavia	US	14020	0	America/Los_Angeles	38.4063	-121.85969	19			CA	095		
5326536	Baxter	baxter	US	26560	0	America/Los_Angeles	39.21295	-120.78105	1186			CA	061		
5326621	South Beach	south-beach	US	97366	0	America/Los_Angeles	37.78298	-122.38969	4			CA	075		
5326775	Bear Creek	bear-creek	US	18602	290	America/Los_Angeles	37.29716	-120.41741	58			CA	047		
5326785	Bear Creek	bear-creek	US	18602	0	America/Los_Angeles	38.08381	-121.24272	15			CA	077		
5327087	Beatrice	beatrice	US	36425	0	America/Los_Angeles	38.64324	-121.59607	8			CA	113		
5327098	Beaumont	beaumont	US	23014	43811	America/Los_Angeles	33.92946	-116.97725	796	Beaumont,Bomont,Boumont,Edgar Station,San Gorgonio,Summit,bi'umonta,bo meng te,bomonteu,bwmant  kalyfrnya,bywmwnt,Бомонт,Боумонт,بومانت، کالیفرنیا,بيومونت,बीउमोन्ट,博蒙特,보몬트		CA	065		
5327158	Beckwourth	beckwourth	US	96129	432	America/Los_Angeles	39.82018	-120.37882	1497	Beckwith,Beckwourth,NVN		CA	063		
5327259	Bel Air	bel-air	US	21014	0	America/Los_Angeles	34.08334	-118.44869	183	Bel Air,Bel-Air,Belaire,bel-eeo,בל אייר,بل ایر، لس‌آنجلس,벨에어		CA	037		
5327298	Bell	bell	US	32619	36205	America/Los_Angeles	33.97751	-118.18702	43	Bel,Bell,Bella,bei er,bela,bl  kalyfrnya,byl,byl  kylyfwrnya,Бел,Белл,Белла,بل، کالیفرنیا,بيل,بیل، کیلیفورنیا,बेल,贝尔		CA	037		
5327951	Bethel Island	bethel-island	US	94511	2137	America/Los_Angeles	38.01492	-121.64051	2			CA	013		
5327319	Bell Gardens	bell-gardens	US	90201	43106	America/Los_Angeles	33.96529	-118.15146	37	Bel Gardens,Bel Garduns,Bell-Gardens,bei er hua yuan,bela gardensa,bl gardnz  kalyfrnya,byl ghardyns,Бел Гарденс,Бел Гардънс,Белл-Гарденс,بل گاردنز، کالیفرنیا,بيل غاردينس,بیل گارڈنز، کیلیفورنیا,बेल गार्डेन्स,貝爾花園		CA	037		
5327391	Bella Vista	bella-vista	US	72714	0	America/Los_Angeles	35.65218	-118.32258	838			CA	107		
5327393	Belle Haven	belle-haven	US	23306	0	America/Los_Angeles	37.47639	-122.15861	4			CA	081		
5327402	Belleview	belleview	US	34420	0	America/Los_Angeles	38.01298	-120.29075	783	Belleview,Belleview Oaks		CA	109		
5327409	Bellevue	bellevue	US	41073	0	America/Los_Angeles	38.40186	-122.7136	37			CA	097		
5327422	Bellflower	bellflower	US	61724	78441	America/Los_Angeles	33.88168	-118.11701	22	Belflauer,Belflauur,Bellflauehr,Bellflaver,Bellflower,Somerset,bei er fu lao er,belaphlavara,belpeullawo,berufurawa,blflawr  kalyfrnya,bylflawr  kylyfwrnya,bylflawyr,Беллфлавер,Беллфлауэр,Белфлауер,Белфлауър,بلفلاور، کالیفرنیا,بيلفلاوير,بیلفلاور، کیلیفورنیا,बेलफ्लावर,ベルフラワー,贝尔弗劳尔,벨플라워		CA	037		
5327442	Bellvale	bellvale	US	10912	0	America/Los_Angeles	37.31189	-122.32108	67			CA	081		
5329954	Bonita	bonita	US	71223	12538	America/Los_Angeles	32.65783	-117.03003	36			CA	073		
5327455	Belmont	belmont	US	02478	27218	America/Los_Angeles	37.52021	-122.2758	13	Belmont,Portezuelo de las Pulgas,bei er meng te,belamonta,blmwnt  kalyfrnya,bylmwnt,Белмонт,بلمونت، کالیفرنیا,بيلمونت,बेलमोन्ट,贝尔蒙特		CA	081		
5327519	Ben Hur	ben-hur	US	24218	0	America/Los_Angeles	37.35161	-119.95767	534			CA	043		
5327522	Ben Lomond	ben-lomond	US	71823	6234	America/Los_Angeles	37.08911	-122.08635	101	Ben Lomond,Pacific Mills		CA	087		
5327533	Bena	bena	US	23018	0	America/Los_Angeles	35.32663	-118.73982	263	Bena,Pampa		CA	029		
5327550	Benicia	benicia	US	94510	28167	America/Los_Angeles	38.04937	-122.15858	8	Benecia,Benicia,Benisha,Bunisha,Francisca,bei ni xi ya,benisiya,bnysya,bnysya  kalyfrnya,Бениша,Бъниша,بنيسيا,بنیسیا، کالیفرنیا,बेनिसिया,贝尼西亚		CA	095		
5327645	Benton	benton	US	17814	280	America/Los_Angeles	37.8191	-118.47651	1642	Benton,Benton Station		CA	051		
5327684	Berkeley	berkeley	US	60163	120972	America/Los_Angeles	37.87159	-122.27275	52	Berkeleia,Berkeley,Berkli,Berklis,Burkli,Bērkli,JBK,bakure,bakuri,barkali,barkeli,barkli,beokeulli,bo ke li,brkly  kalyfrnya,brqly,byrkyly,Беркли,Берклі,Бъркли,ברקלי,برکلی، کالیفرنیا,برکلے,بيركيلي,बर्कली,बर्केली,बर्क्ली,ბერკლი,バークリー,バークレー,伯克利,버클리		CA	001		
5327721	Bern	bern	US	66408	0	America/Los_Angeles	35.68914	-120.53961	256			CA	079		
5327760	Berry Creek	berry-creek	US	95916	1424	America/Los_Angeles	39.64516	-121.4033	608			CA	007		
5327998	Bethune	bethune	US	29009	0	America/Los_Angeles	34.07973	-117.30671	306			CA	071		
5328041	Beverly Hills	beverly-hills	US	34464	34869	America/Los_Angeles	34.07362	-118.40036	79	Bevrli Khils,Beverley Hills,Beverly Hills,beverli hilsi,bibarihiruzu,bwrly hylz,bwwrly hyls,Бевърли Хилс,בוורלי הילס,بورلی هیلز,ბევერლი ჰილსი,ビバリーヒルズ		CA	037		
5328108	Bicknell	bicknell	US	47512	0	America/Los_Angeles	34.81665	-120.39322	230			CA	083		
5328142	Big Bar	big-bar	US	96010	0	America/Los_Angeles	39.80544	-121.43802	431	Big Bar,Montreal Bar,Pulga Bar		CA	007		
5328143	Big Bar	big-bar	US	96010	0	America/Los_Angeles	38.31186	-120.71993	192			CA	009		
5328152	Big Bear City	big-bear-city	US	92314	12304	America/Los_Angeles	34.26112	-116.84503	2064	Big Bear,Big Ber Siti,RBF,biga byara siti,Биг Бер Сити,बिग ब्यर सिटी		CA	071		
5328163	Big Bear Lake	big-bear-lake	US	92315	5213	America/Los_Angeles	34.2439	-116.91142	2058	Big Bear Lake,Big Ber Lejk,Big Beur Lejk,Big Pear Lake Village,Pine Lake,bg byyr lyk  kylyfwrnya,biga byara leka,bigbeeoleikeu,byg byr lyk  kalyfrnya,bygh byr laky,da xiong hu,Биг Бер Лејк,Биг Беър Лейк,بيغ بير لاكي,بگ بیئر لیک، کیلیفورنیا,بیگ بیر لیک، کالیفرنیا,बिग ब्यर लेक,大熊湖,빅베어레이크		CA	071		
5328174	Big Bend	big-bend	US	26136	0	America/Los_Angeles	39.69822	-121.4608	704			CA	007		
5328179	Big Bend	big-bend	US	26136	0	America/Los_Angeles	39.30546	-120.51798	1749			CA	061		
5328180	Big Bend	big-bend	US	26136	0	America/Los_Angeles	38.23631	-122.4622	8			CA	097		
5328257	Big Creek	big-creek	US	25505	175	America/Los_Angeles	37.20495	-119.24596	1519	Big Creek,Cascada		CA	019		
5328407	Big Oak Flat	big-oak-flat	US	95305	0	America/Los_Angeles	37.82354	-120.25825	865	Big Oak Flat,Bigoak Flat		CA	109		
5328426	Big Pine	big-pine	US	93513	1756	America/Los_Angeles	37.16493	-118.28955	1216	Big Pajn,Big Pine,Bigpine,biga pa'ina,Биг Пајн,बिग पाइन		CA	027		
5328563	Big Sur	big-sur	US	93920	1000	America/Los_Angeles	36.27024	-121.80745	44	Arbolado,Big Sur,Big Sur Valley,Big-Sjur,Биг-Сюр		CA	053		
5328629	Biggs	biggs	US	95917	1704	America/Los_Angeles	39.41239	-121.71275	30	Biggs,Biggs Station,Bigs,bi ge si,bigsa,byghghs,bygz  kalyfrnya,Бигс,بيغغس,بیگز، کالیفرنیا,बिग्स,比格斯		CA	007		
5328716	Bingham	bingham	US	04920	0	America/Los_Angeles	33.84613	-118.05923	13			CA	059		
5328718	Binghamton	binghamton	US	13901	0	America/Los_Angeles	38.3513	-121.82274	11			CA	095		
5328724	Biola	biola	US	93606	1623	America/Los_Angeles	36.80217	-120.01627	77			CA	019		
5328787	Birds Landing	birds-landing	US	94512	0	America/Los_Angeles	38.13269	-121.87079	16	Bird's Landing,Birds Landing		CA	095		
5328808	Bishop	bishop	US	24604	3806	America/Los_Angeles	37.36354	-118.39511	1264	BIH,Bishop,Bishop Creek,Bishup,bi xiao pu,bisapa,bishoppu,bisyob,byshap  kalyfrnya,byshwb,Бишоп,Бишъп,بيشوب,بیشاپ، کالیفرنیا,बिशप,ビショップ,毕晓普,비숍		CA	027		
5328888	Bivalve	bivalve	US	21814	0	America/Los_Angeles	38.09242	-122.82721	13			CA	041		
5329294	Blanchard	blanchard	US	16826	0	America/Los_Angeles	37.73132	-120.32547	355			CA	043		
5329309	Blanco	blanco	US	74528	0	America/Los_Angeles	36.03606	-119.51123	65			CA	107		
5329408	Bloomington	bloomington	US	12411	23851	America/Los_Angeles	34.07029	-117.39588	335	Blumington,blumingatana,Блумингтон,بلومنگٹن، کیلیفورنیا,ब्लूमिंगटन		CA	071		
5329416	Bloomfield	bloomfield	US	06002	345	America/Los_Angeles	38.31381	-122.8511	17			CA	097		
5329506	Blue Jay	blue-jay	US	92317	0	America/Los_Angeles	34.24612	-117.20976	1586			CA	071		
5329625	Bluewater	bluewater	US	87005	172	America/Phoenix	34.17446	-114.27134	112			CA	071		
5329647	Bly	bly	US	97622	0	America/Los_Angeles	33.99251	-117.49477	229			CA	065		
5329649	Blythe	blythe	US	30805	19208	America/Los_Angeles	33.6103	-114.59635	83	BLH,Blajd,Blajt,blayt  kalyfrnya,blayth,blitha,bu lai si,buraisu,Блайт,Блајд,بلايث,بلایت، کالیفرنیا,ब्लीथ,ブライス,布莱斯		CA	065		
5329733	Bodega	bodega	US	94922	220	America/Los_Angeles	38.34519	-122.97389	36	Bodega,Bodega Corners,Bodega Roads		CA	097		
5329735	Bodega Bay	bodega-bay	US	94923	1077	America/Los_Angeles	38.33325	-123.04806	18	Bay,Bodega Bay,Bodega Bej,Porto Bodega,bodega be,Бодега Беј,बोडेगा बे		CA	097		
5329754	Bodfish	bodfish	US	93205	1956	America/Los_Angeles	35.58801	-118.49203	819	Bodfish,Vaughn		CA	029		
5329799	Bogue	bogue	US	67625	0	America/Los_Angeles	39.09795	-121.62497	16			CA	101		
5329830	Bolinas	bolinas	US	94924	1620	America/Los_Angeles	37.90937	-122.68637	11	Ballenas,Baulenas,Baulings,Bawlines,Bolinas,bolinasa,Болинас,बोलिनास		CA	041		
5329883	Bombay	bombay	US	12914	0	America/Los_Angeles	38.68685	-121.48023	12			CA	067		
5330040	Boonville	boonville	US	13309	1035	America/Los_Angeles	39.00907	-123.36612	116	Bonneville,Boonville,Kendall's City,The Corners		CA	045		
5330079	Borden	borden	US	47106	0	America/Los_Angeles	36.92995	-120.02655	83	Alabama Settlement,Arcola,Borden		CA	039		
5330106	Boron	boron	US	93516	2253	America/Los_Angeles	34.99942	-117.64978	752	Amargo,Baker,Borate,Boron,Kern,borona,Борон,बोरोन		CA	029		
5330143	Borrego Springs	borrego-springs	US	92004	3429	America/Los_Angeles	33.25587	-116.37501	182	BXS,Borego,Borego Spirng,Borego Springs,Borrego Springs,San Gregory Springs,borrego springas,Борего Спрингс,बोर्रेगो स्प्रिङ्गस्		CA	073		
5330222	Boulder Creek	boulder-creek	US	95006	4923	America/Los_Angeles	37.12606	-122.12219	146	Boulder,Boulder Creek,Lorenzo		CA	087		
5330250	Boulevard	boulevard	US	91905	315	America/Los_Angeles	32.66367	-116.27363	1022			CA	073		
5330333	Bowman	bowman	US	29018	0	America/Los_Angeles	38.94184	-121.04744	493			CA	061		
5330382	Box Springs	box-springs	US	31801	0	America/Los_Angeles	33.94668	-117.29643	459			CA	065		
5330427	Boyes Hot Springs	boyes-hot-springs	US	95416	6656	America/Los_Angeles	38.3138	-122.48193	41	Boyes Hot Springs,Boyes Springs		CA	097		
5330438	Brackney	brackney	US	18812	0	America/Los_Angeles	37.06884	-122.08219	90			CA	087		
5330459	Bradley	bradley	US	04411	93	America/Los_Angeles	35.8633	-120.80073	167			CA	053		
5330552	Branscomb	branscomb	US	95417	0	America/Los_Angeles	39.65349	-123.62557	477			CA	045		
5330567	Brawley	brawley	US	92227	25897	America/Los_Angeles	32.97866	-115.53027	-34	BWC,Broli,Brouli,brawly,brawly  kalyfrnya,bu lao li,Броли,Броули,براولي,براولی، کالیفرنیا,布劳利		CA	025		
5330578	Brant	brant	US	14027	0	America/Los_Angeles	35.29165	-115.37055	1148			CA	071		
5330582	Brea	brea	US	92821	41944	America/Los_Angeles	33.91668	-117.90006	110	Brea,Breja,La Brea,beulea,breya,bry,bry  kalyfrnya,bu lei ya,Брея,Бреја,بري,بری، کالیفرنیا,ब्रेया,布雷亚,브레아		CA	059		
5330642	Brentwood	brentwood	US	11717	58968	America/Los_Angeles	37.93187	-121.69579	24	Brentud,Brentvud,beulenteuudeu,brentavuda,brnt wwd  kalyfrnya,bryntwwwd,bu lun te wu de,burentoudo,Брентвуд,Брентуд,برنت وود، کالیفرنیا,برينتووود,برینٹووڈ، کیلیفورنیا,ब्रेन्टवूड,ブレントウード,布伦特伍德,브렌트우드		CA	013		
5330643	Brentwood	brentwood	US	11717	0	America/Los_Angeles	34.05195	-118.47397	97	beulenteuudeu,برینٹووڈ، لاس اینجلس,브렌트우드		CA	037		
5330735	Bridgeport	bridgeport	US	06601	0	America/Los_Angeles	37.43327	-120.00434	457			CA	043		
5330736	Bridgeport	bridgeport	US	06601	575	America/Los_Angeles	38.25575	-119.23127	1970	Bridzhport,Bridzport,burijjipoto,Бриджпорт,Бриџпорт,برج پورٹ، کیلیفورنیا,ブリッジポート	051	CA	051		
5330737	Bridgeport	bridgeport	US	06601	0	America/Los_Angeles	39.29156	-121.19468	177	Bridgeport,Nye's Crossing,Nyes Landing		CA	057		
5330782	Brighton	brighton	US	02135	0	America/Los_Angeles	38.54935	-121.41718	14			CA	067		
5330810	Brisbane	brisbane	US	94005	4717	America/Los_Angeles	37.68077	-122.39997	33	Brisbane,Brisben,Brizbejn,Visitacion City,brisabena,brysbany,brysbyn  kalyfrnya,bu li si ban,Бризбейн,Бризбејн,Брисбен,بريسباني,بریسبین، کالیفرنیا,ब्रिसबेन,布里斯班		CA	081		
5330902	Brockway	brockway	US	15824	0	America/Los_Angeles	39.22657	-120.01213	1910	Brockway,Hot Springs		CA	061		
5330938	Brookdale	brookdale	US	95007	1991	America/Los_Angeles	37.10634	-122.10608	135	Brookdale,Clear Creek,Reed's Spur		CA	087		
5330975	Brookshire	brookshire	US	77423	0	America/Los_Angeles	37.75909	-122.02829	177			CA	001		
5331083	Browning	browning	US	59417	0	America/Los_Angeles	33.73335	-117.80228	28			CA	059		
5331131	Browns Valley	browns-valley	US	56219	0	America/Los_Angeles	39.24211	-121.40913	82	Brown's Valley,Browns Valley		CA	115		
5331154	Bruceville	bruceville	US	47516	0	America/Los_Angeles	38.33575	-121.41717	8			CA	067		
5331176	Brush Creek	brush-creek	US	38547	0	America/Los_Angeles	39.69044	-121.33913	1079	Brush Creek,Mountain Cottage,Mountain House		CA	007		
5331261	Bryn Mawr	bryn-mawr	US	19010	0	America/Los_Angeles	34.04835	-117.23087	361	Bryn Mawr,Redlands Junction		CA	071		
5331264	Bryson	bryson	US	76427	0	America/Los_Angeles	35.80663	-121.09047	295			CA	053		
5331281	Buchanan	buchanan	US	10511	0	America/Los_Angeles	37.91465	-120.18852	953			CA	109		
5331390	Buckeye	buckeye	US	24924	0	America/Los_Angeles	38.92379	-120.79799	899			CA	017		
5331391	Buckeye	buckeye	US	24924	0	America/Los_Angeles	39.79544	-121.30413	1523			CA	063		
5331453	Buckhorn	buckhorn	US	41721	0	America/Los_Angeles	34.40083	-118.81565	184			CA	111		
5331568	Buellton	buellton	US	93427	5082	America/Los_Angeles	34.6136	-120.19265	109	Bjulton,Bjultun,bi er dun,bwltwn  kalyfrnya,bwyltwn,byu'elatana,Бюлтън,Бјултон,بولتون، کالیفرنیا,بويلتون,ब्युएलटन,比尔顿		CA	083		
5331572	Buena	buena	US	08310	0	America/Los_Angeles	33.17337	-117.20865	138			CA	073		
5331575	Buena Park	buena-park	US	90620	83270	America/Los_Angeles	33.86751	-117.99812	23	Buehna-Park,Buena Park,Buenapark,Northam,buenapaku,buyana parka,bwyna bark,bwyna park,bywna park  kalyfrnya,pu an na gong yuan,Буена Парк,Буэна-Парк,بوينا بارك,بوینا پارک,بیونا پارک، کالیفرنیا,बुयना पार्क,ブエナパーク,普安那公园		CA	059		
5331583	Buena Vista	buena-vista	US	15018	429	America/Los_Angeles	38.29436	-120.91327	90	Buena Vista,The Corners		CA	005		
5331584	Buena Vista	buena-vista	US	15018	0	America/Los_Angeles	37.71104	-119.79379	1605			CA	043		
5331587	Buena Vista	buena-vista	US	15018	1704	America/Los_Angeles	37.32133	-121.91662	37			CA	085		
5331588	Buena Vista	buena-vista	US	15018	0	America/Los_Angeles	38.28964	-122.43498	32			CA	097		
5331743	Bullard	bullard	US	75757	0	America/Los_Angeles	38.60907	-120.96133	342			CA	017		
5331807	Bunker	bunker	US	63629	0	America/Los_Angeles	38.35074	-121.75829	6			CA	095		
5331813	Bunker Hill	bunker-hill	US	25413	0	America/Los_Angeles	34.0814	-117.30504	315	Apolitana,Bunker Hill,Politana		CA	071		
5331816	Bunker Hill	bunker-hill	US	25413	0	America/Los_Angeles	38.42658	-120.82827	285	Bunker Hill,Dog Town,New Philadelphia		CA	005		
5333761	Campo Seco	campo-seco	US	95226	0	America/Los_Angeles	37.93881	-120.41603	446			CA	109		
5331835	Burbank	burbank	US	44214	105319	America/Los_Angeles	34.18084	-118.30897	185	Brbank,BUR,Berbank,Berbanka,Berbankas,Bermpan'k,Burbank,Bērbanka,babanku,barbyanka,beobaengkeu,bo ban ke,brbank,brbnk,brbnk  kalyfrnya,brbnq,brbynk  kylyfwrnya,Μπέρμπανκ,Бербанк,Бърбанк,Բըրբանք,ברבנק,بربانك,بربنک,بربنک، کالیفرنیا,بربینک، کیلیفورنیا,बर्ब्याङ्क,เบอร์แบงก์,バーバンク,伯班克,버뱅크		CA	037		
5331836	Burbank	burbank	US	44214	4926	America/Los_Angeles	37.32328	-121.93162	37	Berbank,Бербанк		CA	085		
5331920	Burlingame	burlingame	US	66413	30459	America/Los_Angeles	37.5841	-122.36608	12	Berlingejm,Berlingem,Burlingejm,barlingema,beolling-geim,bo ling ge mu,brlyngym  kalyfrnya,bwrlynghamy,Берлингем,Берлингејм,Бурлінгейм,Бърлингейм,برلینگیم، کالیفرنیا,بورلينغامي,बर्लिङ्गेम,伯灵格姆,벌링게임		CA	081		
5331951	Burnham	burnham	US	04922	0	America/Los_Angeles	37.89187	-121.14883	17			CA	077		
5332034	Burr	burr	US	68324	0	America/Los_Angeles	36.24523	-119.11511	108			CA	107		
5332036	Burrel	burrel	US	93607	0	America/Los_Angeles	36.48828	-119.98515	62	Burrel,Burrell,Elkhorn Station		CA	019		
5332092	Burson	burson	US	95225	0	America/Los_Angeles	38.18381	-120.89049	126			CA	009		
5332128	Bush	bush	US	40724	0	America/Los_Angeles	34.15	-115.70305	351			CA	071		
5332164	Butler	butler	US	07405	0	America/Los_Angeles	34.13251	-117.96534	152			CA	037		
5332197	Butte City	butte-city	US	95920	0	America/Los_Angeles	39.46461	-121.98998	27	Butte,Butte City		CA	021		
5332251	Buttonwillow	buttonwillow	US	93206	1508	America/Los_Angeles	35.40052	-119.46956	82	Batonvilou,Buena Vista,Buttonwillow,batanavilo,Батонвилоу,बटनविलो		CA	029		
5332307	Byron	byron	US	14422	1277	America/Los_Angeles	37.86715	-121.63801	10			CA	013		
5332374	Cabazon	cabazon	US	92230	2535	America/Los_Angeles	33.91752	-116.78724	559	Cabazon,Hall's Siding,Jacinto		CA	065		
5332413	Cable	cable	US	43009	0	America/Los_Angeles	35.16913	-118.4762	1088			CA	029		
5332492	Cactus	cactus	US	79013	0	America/Los_Angeles	32.86227	-114.89691	120			CA	025		
5332519	Cadiz	cadiz	US	42211	0	America/Los_Angeles	34.52	-115.51277	241			CA	071		
5332527	Cadwell	cadwell	US	31009	0	America/Los_Angeles	38.35825	-122.77777	34			CA	097		
5332593	Calabasas	calabasas	US	91302	23058	America/Los_Angeles	34.15778	-118.63842	283	Kalabasas,ka la ba sa si,kalabasas,kalabasas  kalyfrnya,kallabasaseu,kyalabasaja,Калабасас,Կալաբասաս,كالاباساس,کالاباساس، کالیفرنیا,क्यालाबासाज,卡拉巴萨斯,칼라바사스		CA	037		
5332698	Calexico	calexico	US	92231	40053	America/Los_Angeles	32.67895	-115.49888	1	CXL,Kaleksiko,jia li xi ge,kalkzykw  kalyfrnya,kalyksykw,kyaleksiko,qlqsyqw,Калексико,Калексіко,קלקסיקו,كاليكسيكو,کالکزیکو، کالیفرنیا,क्यालेक्सिको,加利西哥		CA	025		
5332714	Caliente	caliente	US	89008	0	America/Los_Angeles	35.29107	-118.62787	400	Agua Caliente,Allen's Camp,Caliente		CA	029		
5332748	California City	california-city	US	93504	13277	America/Los_Angeles	35.1258	-117.9859	733			CA	029		
5332807	California Hot Springs	california-hot-springs	US	93207	37	America/Los_Angeles	35.88133	-118.66443	1010			CA	107		
5332929	Calipatria	calipatria	US	92233	7424	America/Los_Angeles	33.1256	-115.51415	-55	CLR,Calipatria,Date City,Kalipatrija,ka li pa te li ya,kalybatrya,kalypatrya  kalyfrnya,kyalipyatriya,Калипатрия,Калипатрија,كاليباتريا,کالیپاتریا، کالیفرنیا,क्यालिप्याट्रिया,卡利帕特里亚		CA	025		
5332937	Calistoga	calistoga	US	94515	5330	America/Los_Angeles	38.5788	-122.57971	106	Kalistoga,ka li si tuo jia,kalystwga  kalyfrnya,kalystwgha,karisutoga,kyalistoga,Калистога,كاليستوغا,کالیستوگا، کالیفرنیا,क्यालिस्टोगा,カリストガ,卡利斯托加		CA	055		
5332957	Calimesa	calimesa	US	92320	8542	America/Los_Angeles	34.0039	-117.06198	729	Kalimesa,kalymsa  kalyfrnya,kalymysa,kyalimesa,Калимеса,كاليميسا,کالیمسا، کالیفرنیا,क्यालिमेसा		CA	065		
5332963	Callender	callender	US	50523	1262	America/Los_Angeles	35.05303	-120.59628	31			CA	079		
5332975	Calpella	calpella	US	95418	679	America/Los_Angeles	39.2335	-123.20389	208			CA	045		
5332978	Calpine	calpine	US	96124	205	America/Los_Angeles	39.66629	-120.43966	1517	Calpine,McAlpine		CA	091		
5333937	Canyon	canyon	US	55717	0	America/Los_Angeles	37.83067	-122.16599	348	Canyon,Sequoya		CA	001		
5333180	Camarillo	camarillo	US	93010	67608	America/Los_Angeles	34.21639	-119.0376	54	Camarillo,Camarillo Station,Kamaril'jo,Kamaril'o,Kamarilo,Pleasant Valley,ka ma li ao,kaemeolillo,kamariro,kamarylw,kamarylw  kalyfrnya,kyamarillo,Камарило,Камарильо,Камарільйо,كاماريلو,کاماریلو، کالیفرنیا,क्यामारिल्लो,カマリロ,卡馬里奧,卡马里奥,캐머릴로		CA	111		
5333207	Cambria	cambria	US	53923	6032	America/Los_Angeles	35.56414	-121.08075	13	Cambria,Kambrija,Rosaville,San Simeon,Santa Rosa,Slabtown,kyambriya,Камбрија,क्याम्ब्रिया		CA	079		
5333234	Camden	camden	US	04843	0	America/Los_Angeles	36.43106	-119.79791	72			CA	019		
5333235	Camden	camden	US	04843	0	America/Los_Angeles	38.42741	-121.3794	12			CA	067		
5333264	Cameron	cameron	US	14819	0	America/Los_Angeles	35.09663	-118.29758	1159			CA	029		
5333265	Cameron	cameron	US	14819	0	America/Los_Angeles	39.27239	-123.55446	437			CA	045		
5333295	Camino	camino	US	95709	1750	America/Los_Angeles	38.73824	-120.67493	955	Camino,Seven Mile House		CA	017		
5333515	Camp Meeker	camp-meeker	US	95419	2461	America/Los_Angeles	38.42519	-122.95944	101	Camp Meeker,Meeker's		CA	097		
5333532	Camp Nelson	camp-nelson	US	93208	97	America/Los_Angeles	36.14272	-118.60926	1493	Camp Nelson,Nelson Soda Springs,Nelson's Soda Springs		CA	107		
5333689	Campbell	campbell	US	14821	41117	America/Los_Angeles	37.28717	-121.94996	60	Kehmpbell,Kembel,Kembul,Kempbell,kambbyl,kan bei er,kmpbl  kalyfrnya,kyampabela,kymbl  kylyfwrnya,Кембел,Кембъл,Кемпбелл,Кэмпбелл,كامببيل,کمپبل، کالیفرنیا,کیمبل، کیلیفورنیا,क्याम्पबेल,坎貝爾		CA	085		
5333749	Campo	campo	US	81029	2684	America/Los_Angeles	32.60645	-116.46891	797	Kampo,Кампо		CA	073		
5333760	Campo Seco	campo-seco	US	95226	0	America/Los_Angeles	38.22714	-120.85327	172			CA	009		
5333788	Camptonville	camptonville	US	95922	158	America/Los_Angeles	39.45184	-121.04857	861	Camptonville,Comptonville,Gold Ridge		CA	115		
5333792	Cana	cana	US	24317	0	America/Los_Angeles	39.84016	-121.99415	51	Cana,Missouri Bend		CA	007		
5333894	Cannon	cannon	US	40923	0	America/Los_Angeles	38.30436	-121.94719	26			CA	095		
5333913	Canoga Park	canoga-park	US	91303	60578	America/Los_Angeles	34.20112	-118.59814	243	Canoga Park,Owensmouth		CA	037		
5333923	Cantil	cantil	US	93519	0	America/Los_Angeles	35.30885	-117.9684	615			CA	029		
5333929	Cantua Creek	cantua-creek	US	93608	466	America/Los_Angeles	36.50134	-120.31627	90	Cantua Creek,Cantuna		CA	019		
5333942	Canyon City	canyon-city	US	97820	0	America/Los_Angeles	32.59506	-116.52779	685			CA	073		
5333944	Canyon Country	canyon-country	US	91351	59530	America/Los_Angeles	34.42333	-118.47203	409	Canyon Country,Fair Oaks Ranch		CA	037		
5333976	Canyon Lake	canyon-lake	US	78133	11080	America/Los_Angeles	33.68502	-117.27309	422	Kanjon Lejk,Keniun Lejk,kanywn laky,kanywn lyk  kalyfrnya,kyan'yana leka,kynyn lyk  kylyfwrnya,xia gu hu,Канјон Лејк,Кениън Лейк,كانيون لاكي,کانیون لیک، کالیفرنیا,کینین لیک، کیلیفورنیا,क्यान्यन लेक,峡谷湖		CA	065		
5334022	Capay	capay	US	95607	0	America/Los_Angeles	38.70768	-122.04803	64	Capay,Langville,Munchville		CA	113		
5334061	Capistrano Beach	capistrano-beach	US	92624	0	America/Los_Angeles	33.46253	-117.67172	51	Capistrano Beach,Doheny Park,San Juan by the Sea,Serra		CA	059		
5334080	Capitan	capitan	US	88316	0	America/Los_Angeles	34.46332	-120.0432	12			CA	083		
5334096	Capitola	capitola	US	95010	10189	America/Los_Angeles	36.97523	-121.95329	4	Kapitola,ka pi tuo la,kabytwla,kapytwla  kalyfrnya,kyapitola,Капитола,كابيتولا,کاپیتولا، کالیفرنیا,کیپیٹولا، کیلیفورنیا,क्यापितोला,卡皮托拉		CA	087		
5334145	Carbondale	carbondale	US	18407	0	America/Los_Angeles	38.4088	-121.00689	68	Buckeye,Carbondale		CA	005		
5334167	Cardiff-by-the-Sea	cardiff-by-the-sea	US	92007	0	America/Los_Angeles	33.02171	-117.28115	24	Cardiff,Cardiff-by-the-Sea,San Elijo		CA	073		
5334223	Carlsbad	carlsbad	US	76934	113453	America/Los_Angeles	33.15809	-117.35059	16	Carlsbad,Frazier's Station,Karlsbad,ka er si ba de,kaljeubaedeu,karlsabada,karlsbad,karls‌bd  kalyfrnya,karusubaddo,Карлсбад,كارلسباد,کارلزبیڈ,کارلس‌بد، کالیفرنیا,कार्ल्सबाद,คาร์ลสแบด,カールスバッド,卡尔斯巴德,칼즈배드		CA	073		
5334239	Carlton	carlton	US	16311	0	America/Los_Angeles	33.90196	-117.83728	120			CA	059		
5334300	Carmel Valley	carmel-valley	US	93924	0	America/Los_Angeles	36.47968	-121.73245	122	Carmel Valley,Carmel Valley Village		CA	053		
5334320	Carmel-by-the-Sea	carmel-by-the-sea	US	93921	3897	America/Los_Angeles	36.55524	-121.92329	68	Carmel,Carmel City,Carmel by the Sea,Carmel-by-the-Sea,Karmel,Karmel baj du Sij,Karmel na Moru,ka mei er hai,kameolbaideosi,karmelaba'idasi,karml bhry  kylyfwrnya,karml-bay-d-sy  kalyfrnya,karmyl-by-thy-sy,Кармел,Кармел бай дъ Сий,Кармел на Мору,كارميل-بي-ثي-سي,کارمل بحری، کیلیفورنیا,کارمل-بای-د-سی، کالیفرنیا,कार्मेलबाइदसी,カーメル・バイ・ザ・シー,卡梅尔海,카멀바이더시		CA	053		
5334336	Carmichael	carmichael	US	95608	61762	America/Los_Angeles	38.61713	-121.32828	37	Karmajkl,Karmajkul,karmisela,Кармайкл,Кармайкъл,Кармајкл,कार्मिशेल		CA	067		
5334374	Carnelian Bay	carnelian-bay	US	96140	524	America/Los_Angeles	39.22685	-120.08186	1900			CA	061		
5334410	Carpenter	carpenter	US	50426	0	America/Los_Angeles	37.61327	-122.04441	11			CA	001		
5334423	Carpinteria	carpinteria	US	93013	13727	America/Los_Angeles	34.39888	-119.51846	10	Carpenteria,Carpinteria,Carpintería,Karpinterija,La Carpinteria,San Roque,ka ping te li ya,karbyntyrya,karpinteriya,karpyntrya  kalyfrnya,Карпинтерия,Карпинтерија,كاربينتيريا,کارپینتریا، کالیفرنیا,कार्पिन्टेरिया,卡平特里亚		CA	083		
5334519	Carson	carson	US	23830	93281	America/Los_Angeles	33.83141	-118.28202	12	Carson,Karson,Karsun,Lungsod ng Carson,ka sen,karsana,karsn,karswn,karswn  kalyfrnya,kaseun,kason,Κάρσον,Карсон,Карсън,كارسون,کارسن,کارسون، کالیفرنیا,कार्सन,カーソン,卡森,카슨		CA	037		
5334575	Caruthers	caruthers	US	93609	2497	America/Los_Angeles	36.54273	-119.8332	75			CA	019		
5334608	Casa Blanca	casa-blanca	US	87007	0	America/Los_Angeles	33.93307	-117.40255	264			CA	065		
5334683	Cascade	cascade	US	21719	0	America/Los_Angeles	39.69989	-121.17829	1236	Cascade,Cascade City		CA	063		
5334766	Casmalia	casmalia	US	93429	138	America/Los_Angeles	34.83804	-120.53128	81	Casmale,Casmalia		CA	083		
5334772	Caspar	caspar	US	95420	509	America/Los_Angeles	39.3635	-123.81585	25			CA	045		
5334799	Castaic	castaic	US	91310	19015	America/Los_Angeles	34.48888	-118.62287	374	Castac,Castaic,Kastejik,Кастејик		CA	037		
5334928	Castro Valley	castro-valley	US	94546	61388	America/Los_Angeles	37.6941	-122.08635	50	Castro Valley,Kastro Vali,kaeseuteulobaelli,kyastro bhyali,Кастро Вали,क्यास्ट्रो भ्याली,캐스트로밸리		CA	001		
5334937	Castroville	castroville	US	78009	6481	America/Los_Angeles	36.76579	-121.758	7	Castroville,Del Monte Junction,Kastrovil,kyastrobhila,Кастровил,क्यास्ट्रोभिल		CA	053		
5335006	Cathedral City	cathedral-city	US	92234	53826	America/Los_Angeles	33.77974	-116.46529	100	Katidral Siti,Katidral-Siti,Kutidrul Siti,Lungsod ng Cathedral,da jiao tang cheng,kathydral syty,ktdral syty  kalyfrnya,kyathedrala siti,Катидрал Сити,Катидрал-Сити,Кътидръл Сити,كاثيدرال سيتي,کتدرال سیتی، کالیفرنیا,क्याथेड्रल सिटी,大教堂城		CA	065		
5335051	Catheys Valley	catheys-valley	US	95306	825	America/Los_Angeles	37.43244	-120.09796	404	Cathay,Cathey's Valley,Catheys Valley		CA	043		
5335078	Catlett	catlett	US	20119	0	America/Los_Angeles	38.84518	-121.53857	11	Alamos,Catlett		CA	101		
5335109	Cave City	cave-city	US	42127	0	America/Los_Angeles	38.20242	-120.50854	493			CA	009		
5335131	Cayucos	cayucos	US	93430	2592	America/Los_Angeles	35.44275	-120.89213	23			CA	079		
5335145	Cazadero	cazadero	US	95421	354	America/Los_Angeles	38.53325	-123.08528	35	Austin,Cazadero,Elim Grove,Ingram's Station,Ingrams		CA	097		
5335205	Cedar Crest	cedar-crest	US	87008	0	America/Los_Angeles	37.24494	-119.20123	2157			CA	019		
5335206	Cedar Crest	cedar-crest	US	87008	0	America/Los_Angeles	39.19767	-121.00689	897			CA	057		
5335219	Cedar Glen	cedar-glen	US	92321	0	America/Los_Angeles	34.2539	-117.16476	1647			CA	071		
5335224	Cedar Grove	cedar-grove	US	07009	0	America/Los_Angeles	38.75268	-120.63326	1059			CA	017		
5335225	Cedar Grove	cedar-grove	US	07009	0	America/Los_Angeles	38.74463	-120.65687	1033			CA	017		
5335226	Cedar Grove	cedar-grove	US	07009	0	America/Los_Angeles	36.79077	-118.67038	1405	Cedar Grove,Deer Park		CA	019		
5335256	Cedar Ridge	cedar-ridge	US	95924	1132	America/Los_Angeles	38.06576	-120.27686	1133			CA	109		
5335274	Cedar Ridge	cedar-ridge	US	95924	0	America/Los_Angeles	39.19878	-121.02106	883			CA	057		
5335288	Cedar Springs	cedar-springs	US	39832	0	America/Los_Angeles	34.35056	-117.88506	2081			CA	037		
5335294	Cedarpines Park	cedarpines-park	US	92322	0	America/Los_Angeles	34.25001	-117.32588	1443	Cedar Pines,Cedarpines Park		CA	071		
5335402	Centerville	centerville	US	02632	0	America/Los_Angeles	39.78766	-121.65525	201			CA	007		
5335403	Centerville	centerville	US	02632	392	America/Los_Angeles	36.73384	-119.49791	120	Centerville,Kings River,Scottsburg		CA	019		
5335426	Central	central	US	29630	0	America/Los_Angeles	38.39269	-121.57301	1			CA	113		
5335619	Centralia	centralia	US	62801	0	America/Los_Angeles	38.32019	-121.24467	20			CA	067		
5335650	Ceres	ceres	US	14721	47963	America/Los_Angeles	37.59493	-120.95771	28	Cerera,Sirijz,Siriz,krs  kalyfrnya,siresa,syrys,xi li si,Сириз,Сирийз,Церера,سيريس,کرس، کالیفرنیا,सीरेस,锡里斯		CA	099		
5335663	Cerritos	cerritos	US	90703	49975	America/Los_Angeles	33.85835	-118.06479	14	Cerritos,Dairy Valley,Seritos,Serritos,krytws  kalyfrnya,selitoseu,seritoja,syrrytws,xi rui dou,Серитос,Серритос,سيرريتوس,کریتوس، کالیفرنیا,सेरिटोज,喜瑞都,세리토스		CA	037		
5335680	Cerro	cerro	US	87519	0	America/Los_Angeles	37.99159	-122.53137	39			CA	041		
5335715	Chaffee	chaffee	US	14030	0	America/Los_Angeles	35.06664	-118.17119	869	Chaffe,Chaffee		CA	029		
5335763	Challenge	challenge	US	95925	0	America/Los_Angeles	39.48739	-121.22357	791	Challenge,Challenge Mills		CA	115		
5335910	Chapman	chapman	US	36015	0	America/Los_Angeles	34.14834	-118.0834	216			CA	037		
5335911	Chapman	chapman	US	36015	0	America/Los_Angeles	37.91881	-122.51692	145			CA	041		
5336017	Charter Oak	charter-oak	US	51439	9310	America/Los_Angeles	34.10306	-117.84589	232			CA	037		
5336028	Chase	chase	US	21027	0	America/Los_Angeles	35.18388	-115.50333	1158			CA	071		
5336054	Chatsworth	chatsworth	US	08019	41255	America/Los_Angeles	34.25723	-118.6012	298			CA	037		
5336101	Cherokee	cherokee	US	28719	69	America/Los_Angeles	39.64627	-121.5383	398	Cherokee,Cherokee Flat,Drytown		CA	007		
5336102	Cherokee	cherokee	US	28719	0	America/Los_Angeles	39.37017	-121.04301	767	Cherokee,Melrose,Paterson,Patterson,Tyler		CA	057		
5336103	Cherokee	cherokee	US	28719	0	America/Los_Angeles	38.15853	-121.24328	20			CA	077		
5336104	Cherokee	cherokee	US	28719	0	America/Los_Angeles	37.98159	-120.24769	863			CA	109		
5336185	Cherry Valley	cherry-valley	US	01611	6362	America/Los_Angeles	33.97252	-116.97725	860			CA	065		
5336269	Chico	chico	US	76431	90316	America/Los_Angeles	39.72849	-121.83748	60	CIC,Chico,Chiko,chiko,chykw,chykw  kalyfrnya,ciko,qi ke,tshykw,Чико,Чіко,Չիքո,تشيكو,چیکو,چیکو، کالیفرنیا,चिको,チコ,奇科,치코		CA	007		
5336303	Chilcoot	chilcoot	US	96105	0	America/Los_Angeles	39.79768	-120.13965	1528			CA	063		
5336487	Chinese Camp	chinese-camp	US	95309	126	America/Los_Angeles	37.87104	-120.43325	388	Chinee Camp,Chinese Camp		CA	109		
5336537	Chino	chino	US	91708	85595	America/Los_Angeles	34.01223	-117.68894	222	CNO,Chino,chino,chynw,chynw  kalyfrnya,qi nuo,sino,tshynw,Чино,Чіно,تشينو,چینو,چینو، کالیفرنیا,शिनो,チノ,奇诺,치노		CA	071		
5336545	Chino Hills	chino-hills	US	91709	78309	America/Los_Angeles	33.9938	-117.75888	262			CA	071		
5336604	Chittenden	chittenden	US	05737	0	America/Los_Angeles	36.90329	-121.60828	41			CA	069		
5336605	Chittenden	chittenden	US	05737	0	America/Los_Angeles	36.90134	-121.60522	38			CA	087		
5336667	Chowchilla	chowchilla	US	93610	18510	America/Los_Angeles	37.123	-120.26018	73			CA	039		
5336690	Chrisman	chrisman	US	61924	0	America/Los_Angeles	34.29778	-119.30206	20			CA	111		
5336873	Chualar	chualar	US	93925	1190	America/Los_Angeles	36.57052	-121.51855	35			CA	053		
5336899	Chula Vista	chula-vista	US	91909	265757	America/Los_Angeles	32.64005	-117.0842	21	Chula Vista,Chula-Vista,Chulavista,Cula Vista,chullabiseuta,churabisuta,chwla wsta,chwla wysta  kalyfrnya,cula bhista,qiu la wei si ta,tshwla fysta,zwlh wysth,Čula Vista,Чула Виста,Чула-Виста,Чула-Віста,צולה ויסטה,تشولا فيستا,چولا وستا,چولا ویستا، کالیفرنیا,चुला भिस्टा,チュラビスタ,丘拉維斯塔,출라비스타		CA	073		
5337478	Cima	cima	US	92323	0	America/Los_Angeles	35.23776	-115.49916	1277			CA	071		
5337482	Cimarron	cimarron	US	67835	0	America/Los_Angeles	36.29856	-119.81374	67	Cimarron,Heinlen		CA	031		
5337542	Cisco	cisco	US	30708	0	America/Los_Angeles	39.30157	-120.54687	1810	Cisco,Heaton Station		CA	061		
5337561	Citrus Heights	citrus-heights	US	95610	87056	America/Los_Angeles	38.70712	-121.28106	50	Citrus Heights,Sitrus Khajts,gan ju gao de,sa'itrasa ha'itsa,sytrws hayts  kalyfrnya,sytrws hyayts,Ситрус Хајтс,Ситръс Хайтс,سيتروس هيايتس,سٹرس ہائٹس,سیتروس هایتس، کالیفرنیا,साइट्रस हाइट्स,柑橘高地		CA	067		
5337696	Claremont	claremont	US	03743	36283	America/Los_Angeles	34.09668	-117.71978	356	Klermont,Kleurmont,ke lai meng te,keulleeomonteu,klarymwnt,kleramonta,klrmwnt  kalyfrnya,kureamonto,Клермонт,Клеърмонт,كلاريمونت,کلرمونت، کالیفرنیا,क्लेरमोन्ट,クレアモント,克莱蒙特,클레어몬트		CA	037		
5337808	Clarksville	clarksville	US	12041	0	America/Los_Angeles	38.6549	-121.05244	206	Clarksburg,Clarksville,Tong Ranch		CA	017		
5337829	Clay	clay	US	13041	1195	America/Los_Angeles	38.33602	-121.15939	32			CA	067		
5340963	Crystal Lake	crystal-lake	US	50432	0	America/Los_Angeles	39.32304	-120.57242	1749			CA	057		
5341000	Crystal Falls	crystal-falls	US	49920	0	America/Los_Angeles	38.0202	-120.27186	840			CA	109		
5337841	Clayton	clayton	US	08312	11867	America/Los_Angeles	37.94103	-121.93579	120	Clayton,Clayton's,Claytonville,Deadfall,Klejton,Klejtun,ke lai dun,klaytwn,kletana,klytwn  kalyfrnya,kureiton,qlyytwn,Клейтън,Клејтон,קלייטון,كلايتون,کلیتون، کالیفرنیا,क्लेटन,クレイトン,克莱顿		CA	013		
5337842	Clayton	clayton	US	08312	0	America/Los_Angeles	38.90795	-121.31218	43			CA	061		
5337908	Clearlake	clearlake	US	95422	15182	America/Los_Angeles	38.95823	-122.62637	432	Klijrlejk,Klirlejk,ke li er lei ke,kliyaraleka,klyrlaky,klyrlyk  kalyfrnya,kuriareiku,Клийрлейк,Клирлејк,كليرلاكي,کلیرلیک، کالیفرنیا,क्लियरलेक,クリアレイク,克里尔雷克		CA	033		
5337912	Clearlake Oaks	clearlake-oaks	US	95423	2359	America/Los_Angeles	39.02628	-122.67193	407	Clear Lake Oaks,Clearlake Oaks,Stubbs		CA	033		
5337913	Clearlake Park	clearlake-park	US	95424	0	America/Los_Angeles	38.96656	-122.6511	415	Clear Lake,Clear Lake Park,Clearlake Park,Jacks Landing		CA	033		
5337916	Clearwater	clearwater	US	29822	0	America/Los_Angeles	33.8964	-118.16007	23			CA	037		
5337948	Clements	clements	US	20624	0	America/Los_Angeles	38.19075	-121.08828	42			CA	077		
5338011	Clifton	clifton	US	07011	0	America/Los_Angeles	33.82752	-118.3798	48	Clifton,Clifton Heights		CA	037		
5338027	Clint	clint	US	79836	0	America/Los_Angeles	36.43134	-119.77347	72			CA	019		
5338028	Clinton	clinton	US	01510	0	America/Los_Angeles	38.37602	-120.66826	601	Clinton,Lincoln,Sarahsville,Sarahville		CA	005		
5338038	Clio	clio	US	29525	66	America/Los_Angeles	39.74323	-120.58022	1346	Clio,Wash		CA	063		
5338052	Clipper Mills	clipper-mills	US	95930	142	America/Los_Angeles	39.53267	-121.15746	1082	Clipper Mill,Clipper Mills		CA	007		
5338104	Cloverdale	cloverdale	US	24077	8811	America/Los_Angeles	38.80546	-123.01722	102	Cloverdale,Cloverdale (Kalifornien),Kloverdejl,Klovurdejl,Markle Place,Markle's Place,Markleville,ke luo fu dai er,klobharadela,klwfyrdaly,klwwrdyl  kalyfrnya,Кловердејл,Кловърдейл,كلوفيردالي,کلووردیل، کالیفرنیا,क्लोभरडेल,克罗弗戴尔		CA	097		
5338122	Clovis	clovis	US	88101	104180	America/Los_Angeles	36.82523	-119.70292	110	Clovis,Klovis,ke luo wei si,keullobiseu,klobhisa,klwfys,klwws,klwwys  kalyfrnya,kurovu~isu,Кловис,كلوفيس,کلووس,کلوویس، کالیفرنیا,क्लोभिस,クローヴィス,克洛维斯,클로비스		CA	019		
5338152	Clyde	clyde	US	14433	678	America/Los_Angeles	38.02548	-122.02941	7			CA	013		
5338153	Clyde	clyde	US	14433	0	America/Los_Angeles	32.91671	-114.96608	120	Clyde,Drylyn		CA	025		
5338166	Coachella	coachella	US	92236	44635	America/Los_Angeles	33.6803	-116.17389	-21	Coachella,Kochela,Kouchela,Woodspur,ke qie la,ko'asella,kochella,kwatshyla,kwchla  kalyfrnya,Коучела,Кочела,كواتشيلا,کوچلا، کالیفرنیا,कोआशेल्ला,科切拉,코첼라		CA	065		
5338196	Coalinga	coalinga	US	93210	16564	America/Los_Angeles	36.13968	-120.36015	205	CLG,Coaling Station,Coalinga,Coalinga Station,Coalingo,Koalinga,ke ling jia,ko'alinga,kwalyngha,kwlynga  kalyfrnya,Коалинга,كوالينغا,کولینگا، کالیفرنیا,कोआलिंगा,科灵加		CA	019		
5338225	Coarsegold	coarsegold	US	93614	1840	America/Los_Angeles	37.26217	-119.70098	676	Coarse Gold,Coarsegold,Gold Gulch,Michaels,Oro Grosso,Texas Flat		CA	039		
5338258	Cobb	cobb	US	31735	1778	America/Los_Angeles	38.82213	-122.72305	802			CA	033		
5338271	Coburn	coburn	US	16832	0	America/Los_Angeles	36.28858	-121.1527	86			CA	053		
5338290	Cochrane	cochrane	US	54622	0	America/Los_Angeles	37.73104	-121.35967	15			CA	077		
5338353	Cohasset	cohasset	US	02025	847	America/Los_Angeles	39.92544	-121.73109	862			CA	007		
5338544	Coleman	coleman	US	33521	0	America/Los_Angeles	39.1774	-120.97578	777			CA	057		
5338565	Coleville	coleville	US	96107	495	America/Los_Angeles	38.5663	-119.50711	1567			CA	051		
5338567	Colfax	colfax	US	26566	2005	America/Los_Angeles	39.10073	-120.95328	739	Alden Grove,Alder Grove,Colfax,Illinoistown,Kolfaks,Upper Corral,ke er fa ke si,kolphyaksa,kwlfaks,kwlfaks  kalyfrnya,Колфакс,كولفاكس,کولفاکس، کالیفرنیا,कोल्फ्याक्स,科爾法克斯		CA	061		
5338627	College Park	college-park	US	20740	0	America/Los_Angeles	37.34216	-121.89968	28			CA	085		
5338667	Collegeville	collegeville	US	19426	0	America/Los_Angeles	37.90493	-121.14744	18	Chalmers' Ranch,Collegeville		CA	077		
5338681	Collierville	collierville	US	38017	1934	America/Los_Angeles	38.21464	-121.26884	19			CA	077		
5338682	Collins	collins	US	14034	0	America/Los_Angeles	38.16575	-122.25247	15			CA	055		
5338699	Collinsville	collinsville	US	06022	0	America/Los_Angeles	38.07686	-121.84996	1	Collinsville,Little Venice,Newport		CA	095		
5338707	Coloma	coloma	US	49038	529	America/Los_Angeles	38.7999	-120.89022	233	Colluma,Coloma,Culloma,Culoma,Koloma,Колома		CA	017		
5338783	Colton	colton	US	13625	54621	America/Los_Angeles	34.0739	-117.31365	306	Kolton,Koltun,ke er dun,koltana,kolteon,kwltwn,kwltwn  kalyfrnya,Колтон,Колтън,كولتون,کولتون، کالیفرنیا,کولٹن، کیلیفورنیا,कोल्टन,科尔顿,콜턴		CA	071		
5338800	Columbia	columbia	US	06237	2297	America/Los_Angeles	38.03631	-120.40131	652	COA,Columbia,Columbia Diggings,Hildreth's Diggings,Kolambija,Kolumbija,kolambiya,kwlmbya  kylyfwrnya,Коламбија,Колумбия,کولمبیا، کیلیفورنیا,कोलम्बिया		CA	109		
5338866	Colusa	colusa	US	62329	5935	America/Los_Angeles	39.21433	-122.00942	15	Colusa,Colusi,Colusi's,Kolusa,Koluza,Koru,Salmon Bend,ke lu sa,kolusa,korusa,kwlwsa,kwlwsa  kalyfrnya,Колуза,Колуса,كولوسا,کولوسا، کالیفرنیا,कोलुसा,コルサ,科卢萨	011	CA	011		
5338929	Commerce	commerce	US	30529	13081	America/Los_Angeles	34.00057	-118.15979	43	City of Commerce,Komers,Kommers,Komurs,kamarsa,kamrs  kalyfrnya,kamrs  kylyfwrnya,ke mo si,syty awf kwmyrsy,Комерс,Коммерс,Комърс,سيتي أوف كوميرسي,کامرس، کالیفرنیا,کامرس، کیلیفورنیا,कमर्स,科默斯		CA	037		
5339056	Como	como	US	27818	0	America/Los_Angeles	33.69891	-117.79367	22			CA	059		
5339064	Comptche	comptche	US	95427	159	America/Los_Angeles	39.2649	-123.59112	57			CA	045		
5339788	Cortez	cortez	US	34215	0	America/Los_Angeles	37.47521	-120.73965	43			CA	047		
5339811	Cory	cory	US	47846	0	America/Los_Angeles	39.76821	-122.14971	71			CA	021		
5344715	Earp	earp	US	92242	0	America/Los_Angeles	34.16474	-114.30106	121	Drennan,Earp		CA	071		
5339066	Compton	compton	US	20627	98462	America/Los_Angeles	33.89585	-118.22007	21	CPM,Compton,Kompton,Komptun,kamptana,kamptwn  kalyfrnya,kang pu dun,kompeuteon,konputon,kwmbtwn,qwmptwn,Комптон,Комптън,קומפטון,كومبتون,کامپتون، کالیفرنیا,کامپٹن، کیلیفورنیا,کیمپٹن,कम्प्टन,コンプトン,康普顿,콤프턴		CA	037		
5339086	Concepcion	concepcion	US	78349	0	America/Los_Angeles	34.4536	-120.45488	36			CA	083		
5339111	Concord	concord	US	01742	128667	America/Los_Angeles	37.97798	-122.03107	23	CCR,Concord,Drunken Indian,Konkord,kang ke de,kankarda,kankwrd  kalyfrnya,konkodo,kwnkwrd,qwnqwrd,Конкорд,קונקורד,كونكورد,کانکورد، کالیفرنیا,کونکورڈ,کونکورڈ، کیلیفورنیا,कन्कर्ड,コンコード,康科德		CA	013		
5339226	Conner	conner	US	59827	0	America/Los_Angeles	35.17996	-119.11594	89			CA	029		
5339397	Cooper	cooper	US	50059	0	America/Los_Angeles	39.21961	-123.00417	609			CA	033		
5339398	Cooper	cooper	US	50059	0	America/Los_Angeles	36.7144	-121.71717	7	Cooper,Coopers		CA	053		
5339435	Copeland	copeland	US	34137	0	America/Los_Angeles	39.95544	-122.0636	63			CA	103		
5339438	Cooperstown	cooperstown	US	13326	0	America/Los_Angeles	37.74326	-120.54464	84			CA	099		
5339457	Copper City	copper-city	US	49917	0	America/Los_Angeles	39.72293	-122.80944	1779			CA	021		
5339462	Copper City	copper-city	US	49917	0	America/Los_Angeles	35.3508	-117.1856	1198			CA	071		
5339498	Copperopolis	copperopolis	US	95228	3671	America/Los_Angeles	37.98104	-120.64187	304	Koperopolis,kaparopolisa,Коперополис,कपरोपोलिस		CA	009		
5339539	Corcoran	corcoran	US	93212	22477	America/Los_Angeles	36.09801	-119.5604	63	CRO,Korkoran,ke ke lun,kokoran,korkorana,kwrkwran,kwrkwran  kalyfrnya,Коркоран,كوركوران,کورکوران، کالیفرنیا,कोर्कोरान,コーコラン,科克伦		CA	031		
5339543	Cordova	cordova	US	21625	0	America/Los_Angeles	38.51018	-121.47523	7			CA	067		
5339592	Cornell	cornell	US	49818	0	America/Los_Angeles	34.11445	-118.77787	240			CA	037		
5339614	Corning	corning	US	14830	7548	America/Los_Angeles	39.92766	-122.17916	84	Korning,kang ning,karninga,kwrnyng  kalyfrnya,kwrnyngh,Корнинг,كورنينغ,کورنینگ، کالیفرنیا,कर्निंग,康宁		CA	103		
5339628	Cornwall	cornwall	US	06753	0	America/Los_Angeles	38.02048	-121.87885	12			CA	013		
5339631	Corona	corona	US	11368	164226	America/Los_Angeles	33.87529	-117.56644	207	Circle City,Corona,Korona,South Riverside,ke luo na,kolona,korona,kwrwna,kwrwna  kalyfrnya,Корона,كورونا,کورونا,کورونا، کالیفرنیا,कोरोना,コロナ,科洛納,코로나		CA	065		
5339657	Corona del Mar	corona-del-mar	US	92625	0	America/Los_Angeles	33.59808	-117.87311	26	Balboa Palisades,Corona del Mar		CA	059		
5339663	Coronado	coronado	US	92118	24812	America/Los_Angeles	32.68589	-117.18309	5	Coronado,Koronado,Poppy City,South Island,ke luo na duo,koron'yado,kwrwnadw,kwrwnadw  kalyfrnya,Коронадо,كورونادو,کورونادو، کالیفرنیا,कोरोन्याडो,科罗纳多		CA	073		
5339760	Corriganville	corriganville	US	21524	0	America/Los_Angeles	34.2675	-118.66759	316			CA	111		
5339766	Corte Madera	corte-madera	US	94925	9901	America/Los_Angeles	37.92548	-122.52748	12	Korte Madera,ke te ma de la,korte madera,kwrt madra  kalyfrnya,kwrt madyra,Корте Мадера,كورت ماديرا,کورت مادرا، کالیفرنیا,कोर्ते मदेरा,科特马德拉		CA	041		
5339840	Costa Mesa	costa-mesa	US	92626	113204	America/Los_Angeles	33.64113	-117.91867	30	Costa Mesa,Costa Mesa (Orange County),Fairview,Goat Hill,Harper,Kosta Mesa,Kosta-Mesa,Thurin,ke si ta mei sa,kosta mesa,kosutamesa,kwsta msa  kalyfrnya,kwsta mysa,Коста Меса,Коста-Меса,كوستا ميسا,کوستا مسا، کالیفرنیا,کوسٹا میسا,कोस्टा मेसा,コスタメサ,科斯塔梅薩		CA	059		
5339865	Cotati	cotati	US	94931	7445	America/Los_Angeles	38.32686	-122.70721	33	Cotati,Kotati,Page's Station,kotati,kwtaty  kalyfrnya,kwtaty  swnwma  kalyfwrnya,Котати,كوتاتي، سونوما، كاليفورنيا,کوتاتی، کالیفرنیا,कोटाटी		CA	097		
5339902	Cotton Center	cotton-center	US	79021	0	America/Los_Angeles	36.06606	-119.14288	115			CA	107		
5339928	Cottonwood	cottonwood	US	36320	3850	America/Los_Angeles	38.65824	-121.97108	50			CA	113		
5340050	Coulterville	coulterville	US	62237	201	America/Los_Angeles	37.71049	-120.19797	518	Banderita,Coulterville		CA	043		
5340132	Courtland	courtland	US	23837	355	America/Los_Angeles	38.33102	-121.56857	4			CA	067		
5340160	Covelo	covelo	US	95428	1255	America/Los_Angeles	39.79327	-123.24922	426			CA	045		
5340175	Covina	covina	US	91722	48984	America/Los_Angeles	34.09001	-117.89034	170	Kovina,ke wen na,kobhina,kobina,kwfyna,kwwyna  kalyfrnya,qwbynh,Ковина,Ковіна,קובינה,كوفينا,کووینا، کالیفرنیا,कोभिना,柯汶纳,코비나		CA	037		
5340300	Coyote	coyote	US	87012	0	America/Los_Angeles	37.21661	-121.7405	79			CA	085		
5340439	Crabtree	crabtree	US	15624	0	America/Los_Angeles	36.84356	-119.08984	414			CA	019		
5340472	Craig	craig	US	64437	0	America/Los_Angeles	39.33739	-121.56414	29	Craig,Marston		CA	007		
5340581	Creekside	creekside	US	15732	0	America/Los_Angeles	36.61052	-121.693	36			CA	053		
5340582	Creekside	creekside	US	15732	0	America/Los_Angeles	34.02307	-117.58922	241			CA	071		
5340620	Crescent	crescent	US	15046	0	America/Los_Angeles	34.09084	-118.37424	74			CA	037		
5340649	Cressey	cressey	US	95312	394	America/Los_Angeles	37.41966	-120.66742	51	Cressey,Cressy		CA	047		
5340674	Crestline	crestline	US	44827	10770	America/Los_Angeles	34.24195	-117.2856	1406			CA	071		
5340686	Creston	creston	US	26141	0	America/Los_Angeles	38.20908	-122.20414	96			CA	055		
5340687	Creston	creston	US	26141	94	America/Los_Angeles	35.51886	-120.52377	341	Creston,Huer Huero		CA	079		
5340691	Crestview	crestview	US	32536	0	America/Los_Angeles	37.75243	-118.98431	2292	Crest View,Crestview		CA	051		
5340758	Crockett	crockett	US	24323	3094	America/Los_Angeles	38.05242	-122.21302	39	Crockett,Crockettville,Kroket,kraketa,Крокет,क्रकेट		CA	013		
5340878	Crowley	crowley	US	70526	0	America/Los_Angeles	39.40905	-123.42557	377			CA	045		
5340911	Crows Landing	crows-landing	US	95313	355	America/Los_Angeles	37.39382	-121.0716	35	Crow's,Crow's Landing,Crows Landing,NRC		CA	099		
5341051	Cudahy	cudahy	US	53110	24311	America/Los_Angeles	33.96057	-118.18535	37	Kadagi,Kadakhej,Kadakhi,Kudukhij,ka de xi,kudahi,kwdahy,kwdahy  kalyfrnya,Кадагі,Кадахеј,Кадахи,Къдъхий,كوداهي,کوداهی، کالیفرنیا,کیڈاہی، کیلیفورنیا,कुदाही,卡德希		CA	037		
5341112	Cummings	cummings	US	58223	0	America/Los_Angeles	39.83321	-123.63196	405			CA	045		
5341114	Culver City	culver-city	US	90230	39717	America/Los_Angeles	34.02112	-118.39647	29	CVR,Culver,Culver City,Kalver Siti,Kalver-Siti,Kulvur Siti,ka er fu cheng,kalbhara siti,kalwr syty  kalyfrnya,karubashiti,keolbeositi,kwlfr syty,Калвер Сити,Калвер-Сити,Калвер-Сіті,Кълвър Сити,كولفر سيتي,کالور سیتی، کالیفرنیا,कल्भर सिटी,カルバーシティ,卡尔弗城,컬버시티		CA	037		
5341132	Cunningham	cunningham	US	37052	0	America/Los_Angeles	38.36241	-122.77777	31			CA	097		
5341145	Cupertino	cupertino	US	95014	60572	America/Los_Angeles	37.323	-122.03218	72	Cupertino,Kupertino,ku bi di nuo,kupachino,kupartino,kupeotino,kwbyrtynw,kwprtynw  kalyfrnya,kyuparatino,qwprtynw,Купертино,Купертіно,קופרטינו,كوبيرتينو,کوپرتینو، کالیفرنیا,کپرٹینو,कुपर्तिनो,कूपर्टीनो,क्युपरटिनो,クパチーノ,庫比蒂諾,쿠퍼티노		CA	085		
5341156	Curlew	curlew	US	50527	0	America/Los_Angeles	32.93338	-115.40554	-27			CA	025		
5341194	Cushing	cushing	US	04563	0	America/Los_Angeles	35.42608	-120.60406	285			CA	079		
5341210	Cutler	cutler	US	04626	5000	America/Los_Angeles	36.52328	-119.28678	110			CA	107		
5341256	Cypress	cypress	US	32432	49290	America/Los_Angeles	33.81696	-118.03729	12	Cypress,Sajpres,Sajprus,Sipres,Waterville,kyprs  kalyfrnya,sa'ipresa,sai pu li si,saipeuleoseu,saybrys,Сайпръс,Сајпрес,سايبريس,کیپرس، کالیفرنیا,साइप्रेस,赛普里斯,사이프러스		CA	059		
5341365	Daggett	daggett	US	49821	0	America/Los_Angeles	34.86332	-116.88809	614	Calico,DAG,Daggett		CA	071		
5341430	Daly City	daly-city	US	94014	106562	America/Los_Angeles	37.70577	-122.46192	124	Daly City,Dalyurbo,Dejli Siti,Dejli-Siti,Lungsod ng Daly,Thanh pho Daly,Thành phố Daly,dai li cheng,daly syty,deillisiti,deirishiti,deli siti,dyly syty  kalyfrnya,Дейли Сити,Дейли-Сити,Дејли Сити,دالي سيتي,دیلی سیتی، کالیفرنیا,ڈالی سٹی,ڈالی سٹی، کیلیفورنیا,डेली सिटी,デイリーシティ,戴利城,데일리시티		CA	081		
5341483	Dana Point	dana-point	US	92629	34181	America/Los_Angeles	33.46697	-117.69811	44	Dejna Pojnt,da na dian,dana bwynt,dana po'inta,dana pwynt  kalyfrnya,deinapointeu,Дейна Пойнт,Дејна Појнт,دانا بوينت,دانا پوینت، کالیفرنیا,डाना पोइन्ट,达纳点,데이나포인트		CA	059		
5341499	Danby	danby	US	05739	0	America/Los_Angeles	34.63555	-115.34804	410			CA	071		
5341519	Danielson	danielson	US	06239	0	America/Los_Angeles	38.23825	-122.10497	12			CA	095		
5341531	Danville	danville	US	03819	44400	America/Los_Angeles	37.82159	-121.99996	109	Danvil,daenbil,dan wei er,dan wyl  kalyfrnya,danbiru,danfyl,dyanabhila,Данвил,دان ویل، کالیفرنیا,دانفيل,ड्यानभिल,ダンビル,丹维尔,댄빌		CA	013		
5341543	Dardanelle	dardanelle	US	72834	0	America/Los_Angeles	38.34102	-119.83379	1760			CA	109		
5341599	Darlington	darlington	US	16115	0	America/Los_Angeles	38.72907	-120.40159	1279			CA	017		
5341609	Darwin	darwin	US	55324	43	America/Los_Angeles	36.268	-117.59173	1460			CA	027		
5341660	Davenport	davenport	US	13750	408	America/Los_Angeles	37.01162	-122.19191	12			CA	087		
5341704	Davis	davis	US	26260	67666	America/Los_Angeles	38.54491	-121.74052	16	Davies,Davis,Davis (Kalifornien),Davisville,Dejvis,Devis,dafys,dai wei si,debhisa,deibiseu,deibisu,dywys  kalyfrnya,Девіс,Дейвис,Дејвис,دافيس,دیویس، کالیفرنیا,ڈیوس، کیلیفورنیا,डेभिस,デイビス,戴維斯,데이비스		CA	113		
5341767	Dawes	dawes	US	25054	0	America/Los_Angeles	38.94907	-123.085	152			CA	045		
5341801	Dayton	dayton	US	08810	0	America/Los_Angeles	39.64849	-121.8722	43	Day Town,Dayton,Grainland		CA	007		
5341990	Deadwood	deadwood	US	57732	0	America/Los_Angeles	39.74238	-121.52469	524	Deadwood,Deadwood Springs		CA	007		
5341992	Deadwood	deadwood	US	57732	0	America/Los_Angeles	38.00409	-120.10824	1461			CA	109		
5342252	Deer Park	deer-park	US	11729	1384	America/Los_Angeles	38.68185	-120.82327	535			CA	017		
5342254	Deer Park	deer-park	US	11729	1267	America/Los_Angeles	38.53269	-122.4697	173			CA	055		
5342353	Del Mar	del-mar	US	92014	4351	America/Los_Angeles	32.95949	-117.26531	34	Del Mar,de er ma,dela mara,dl mar  kalyfrnya,dyl mar,Дел Мар,دل مار، کالیفرنیا,ديل مار,डेल मार,デル・マー,德尔马		CA	073		
5342431	Del Rey	del-rey	US	93616	0	America/Los_Angeles	33.98529	-118.42536	6			CA	037		
5342434	Del Rey	del-rey	US	93616	1639	America/Los_Angeles	36.65912	-119.59374	105	Clifton,Del Rey		CA	019		
5342449	Del Rio	del-rio	US	37727	1270	America/Los_Angeles	37.74354	-121.01188	39			CA	099		
5342467	Del Valle	del-valle	US	78617	0	America/Los_Angeles	34.41944	-118.65648	283	Del Valle,Dell Valle,Delvalle		CA	037		
5342485	Delano	delano	US	18220	52733	America/Los_Angeles	35.76884	-119.24705	96	Delano,Delejno,de la nuo,delyano,dlanw  kalyfrnya,dylanw,Делано,Делејно,دلانو، کالیفرنیا,ديلانو,डेल्यानो,德拉诺		CA	029		
5342514	Delevan	delevan	US	14042	0	America/Los_Angeles	39.35405	-122.19109	28	Del Evan,Delavan,Delevan		CA	011		
5342522	Delhi	delhi	US	13753	10755	America/Los_Angeles	37.43216	-120.77854	36			CA	047		
5342541	Delphos	delphos	US	45833	0	America/Los_Angeles	39.19017	-122.16998	23			CA	011		
5342542	Delta	delta	US	17314	0	America/Los_Angeles	33.91974	-118.32174	18			CA	037		
5342586	Denair	denair	US	95316	4404	America/Los_Angeles	37.52632	-120.79687	38	Denair,Elmdale,Elmwood Colony		CA	099		
5342657	Descanso	descanso	US	91916	1423	America/Los_Angeles	32.85283	-116.61585	1034			CA	073		
5342662	Des Moines	des-moines	US	50301	0	America/Los_Angeles	33.93196	-117.96784	93	Des Moines,Laon Junction		CA	059		
5342684	Desert Center	desert-center	US	92239	204	America/Los_Angeles	33.71252	-115.40221	276	Dezert Senter,Дезерт Сентер		CA	065		
5344973	East Irvine	east-irvine	US	92650	0	America/Los_Angeles	33.67585	-117.75978	60	East Irvine,Irvine,Irvine Station,Venta		CA	059		
5342710	Desert Hot Springs	desert-hot-springs	US	92240	28335	America/Los_Angeles	33.96173	-116.50353	328	Dezert Khot Springs,Dezert-Got-Springs,Dezert-Khot-Springs,Dezurt Khot Springs,dejarta hata springas,dysyrt hwt sbrynghs,dzrt hat aspryngz  kalyfrnya,sha mo wen quan,Дезерт Хот Спрингс,Дезерт-Гот-Спрінґс,Дезерт-Хот-Спрингс,Дезърт Хот Спрингс,دزرت هات اسپرینگز، کالیفرنیا,ديسيرت هوت سبرينغس,डेजर्ट हट स्प्रिङ्गस्,沙漠温泉		CA	065		
5342842	Devils Elbow	devils-elbow	US	65457	0	America/Los_Angeles	39.34572	-122.42887	280			CA	011		
5342930	Devon	devon	US	19333	0	America/Los_Angeles	34.84192	-120.51933	98			CA	083		
5342954	Dewitt	dewitt	US	23840	0	America/Los_Angeles	38.0677	-122.5397	11			CA	041		
5342970	Diablo	diablo	US	94528	1158	America/Los_Angeles	37.83493	-121.95801	161			CA	013		
5342992	Diamond Bar	diamond-bar	US	91765	56897	America/Los_Angeles	34.02862	-117.81034	212	Dajmond Bar,Dajmond-Bar,Dajmund Bar,dayamanda bara,dyamwnd bar,dyamwnd bar  kalyfrnya,zuan shi ba,Даймонд-Бар,Даймънд Бар,Дајмонд Бар,دياموند بار,دیاموند بار، کالیفرنیا,डायमन्ड बार,钻石吧		CA	037		
5342995	Diamond	diamond	US	44412	0	America/Los_Angeles	38.02159	-121.89329	13			CA	013		
5343038	Diamond Springs	diamond-springs	US	95619	11037	America/Los_Angeles	38.69463	-120.81494	546	Diamond,Diamond Spring,Diamond Springs		CA	017		
5343123	Dillard	dillard	US	30537	0	America/Los_Angeles	38.4013	-121.25689	25			CA	067		
5343127	Dillon Beach	dillon-beach	US	94929	283	America/Los_Angeles	38.25075	-122.96528	27			CA	041		
5343171	Dinuba	dinuba	US	93618	23702	America/Los_Angeles	36.54328	-119.38707	102	Dajnuba,Dinjuba,Dinuba,Sibleyville,di niu ba,dinuba,dynwba,dynwba  kalyfrnya,Дајнуба,Динюба,دينوبا,دینوبا، کالیفرنیا,डिनुबा,迪纽巴		CA	107		
5343202	Discovery Bay	discovery-bay	US	94505	13352	America/Los_Angeles	37.90854	-121.60023	1			CA	013		
5343303	Dixon	dixon	US	42409	19390	America/Los_Angeles	38.44546	-121.8233	19	Dickson,Dikson,Diksun,Dixon,di ke xun,diksana,dykswn,dykswn  kalyfrnya,Диксон,Диксън,ديكسون,دیکسون، کالیفرنیا,ڈکسن، کیلیفورنیا,डिक्सन,狄克逊		CA	095		
5343339	Dobbins	dobbins	US	95935	624	America/Los_Angeles	39.37156	-121.20607	531	Dobbin,Dobbins		CA	115		
5343483	Dolomite	dolomite	US	35061	0	America/Los_Angeles	36.55299	-117.94536	1120			CA	027		
5343486	Dolores	dolores	US	81323	0	America/Los_Angeles	33.83307	-118.22646	10			CA	037		
5343615	Donner	donner	US	70352	0	America/Los_Angeles	39.31629	-120.33215	2140			CA	061		
5343728	Dos Palos	dos-palos	US	93620	5125	America/Los_Angeles	36.98606	-120.62657	36	Dos Palos,Dospalos,dosa palosa,duo si pa luo si,dws balws,dws palws  kalyfrnya,Дос Палос,دوس بالوس,دوس پالوس، کالیفرنیا,दोस पालोस,多斯帕洛斯		CA	047		
5343745	Dos Rios	dos-rios	US	95429	0	America/Los_Angeles	39.71682	-123.35335	293			CA	045		
5343796	Dougherty	dougherty	US	50433	0	America/Los_Angeles	37.71104	-121.90968	106			CA	001		
5343797	Dougherty	dougherty	US	50433	0	America/Los_Angeles	38.16242	-121.24328	19			CA	077		
5343814	Douglas Flat	douglas-flat	US	95229	0	America/Los_Angeles	38.11437	-120.45492	599	Douglas Flat,Douglasflat,Douglass Flat		CA	009		
5343850	Dow	dow	US	62022	0	America/Los_Angeles	35.50412	-119.17261	130			CA	029		
5343858	Downey	downey	US	83234	114219	America/Los_Angeles	33.94001	-118.13257	36	Dauni,Daunis,Davni,Downey,da'uni,dauni,dawny,dwny  kalyfrnya,tang ni,Давні,Дауни,داوني,دونی، کالیفرنیا,ڈاؤنی,डाउनी,ダウニー,唐尼,다우니		CA	037		
5343876	Downieville	downieville	US	95936	282	America/Los_Angeles	39.55934	-120.82689	893	Downeyville,Downieville,The Forks,Washingtonville	091	CA	091		
5343910	Dozier	dozier	US	36028	0	America/Los_Angeles	38.28547	-121.81663	6			CA	095		
5343925	Drake	drake	US	42128	0	America/Los_Angeles	34.47054	-120.30376	18			CA	083		
5343945	Dresser	dresser	US	54009	0	America/Los_Angeles	37.59243	-121.95579	31	Alston,Dresser,Dresser Siding,Merienda		CA	001		
5344141	Drytown	drytown	US	95699	167	America/Los_Angeles	38.44102	-120.85438	197	Dry Town,Drytown		CA	005		
5344147	Duarte	duarte	US	91008	21990	America/Los_Angeles	34.13945	-117.97729	156	Duarte,Duarti,Dvarti,du a er te,du'arte,durarte,dwarth  kalyfrnya,dwarty,Дварти,Дуарте,Дуарти,Дуарті,دوآرته، کالیفرنیا,دوارتي,डुरार्टे,दुआर्ते,杜阿尔特		CA	037		
5344157	Dublin	dublin	US	03444	57721	America/Los_Angeles	37.70215	-121.93579	112	Amador,Dablin,Dougherty's Station,Dublin,dablina,deobeullin,dou bo lin,dwblyn,dwblyn  kalyfrnya,Даблин,Дублин,Дублін,Дъблин,دوبلين,دوبلین، کالیفرنیا,ڈبلن، کیلیفورنیا,डब्लिन,都伯林,더블린		CA	001		
5344212	Ducor	ducor	US	93218	612	America/Los_Angeles	35.89162	-119.04732	167	Ducor,Dutch Corners,El Granada,El Granda,The Dutch Corners		CA	107		
5344244	Dulzura	dulzura	US	91917	0	America/Los_Angeles	32.64422	-116.78141	321			CA	073		
5344290	Duncans Mills	duncans-mills	US	95430	0	America/Los_Angeles	38.4538	-123.055	7	Duncan's Mills,Duncans Mill,Duncans Mills,Duncanville		CA	097		
5344310	Dunlap	dunlap	US	37327	0	America/Los_Angeles	36.73828	-119.12095	585			CA	019		
5344322	Dunn	dunn	US	28334	0	America/Los_Angeles	35.04498	-116.4378	488			CA	071		
5344332	Dunnigan	dunnigan	US	95937	1416	America/Los_Angeles	38.88518	-121.96969	21	Antelope,Dunnigan		CA	113		
5344359	Durham	durham	US	03824	5518	America/Los_Angeles	39.64627	-121.79998	49	Darem,Durham,Durham Station,Дарем		CA	007		
5344402	Dutch Flat	dutch-flat	US	95714	160	America/Los_Angeles	39.20601	-120.83772	956	Charley's Flat,Dutch Charlie's Flat,Dutch Flat,Dutchman's Flat		CA	061		
5344457	Dutton	dutton	US	23050	0	America/Los_Angeles	38.07603	-121.88329	1	Chaplin,Dutton		CA	095		
5344486	Dyer	dyer	US	38330	0	America/Los_Angeles	33.71002	-117.8545	18	Delhi,Dyer,Gloryetta		CA	059		
5344575	Eagle Mountain	eagle-mountain	US	84005	0	America/Los_Angeles	33.85751	-115.48721	416			CA	065		
5344624	Eagle Rock	eagle-rock	US	24085	0	America/Los_Angeles	34.1389	-118.21396	173			CA	037		
5344685	Eagleville	eagleville	US	19408	0	America/Los_Angeles	39.57933	-121.09635	1145			CA	115		
5344702	Earlimart	earlimart	US	93219	8537	America/Los_Angeles	35.88412	-119.27233	86	Alila,Earlimart		CA	107		
5345121	East Windsor	east-windsor	US	06088	0	America/Los_Angeles	38.54408	-122.80194	37			CA	097		
5345144	Eastlake	eastlake	US	44095	0	America/Los_Angeles	32.65978	-116.97891	148			CA	073		
5345171	Easton	easton	US	02334	2083	America/Los_Angeles	36.65023	-119.7907	84	Covell,Easton,Iston,Истон		CA	019		
5345182	Eastport	eastport	US	04631	0	America/Los_Angeles	37.84056	-122.18157	253			CA	013		
5345268	Echo	echo	US	56237	0	America/Los_Angeles	35.30081	-116.80503	977			CA	071		
5345276	Echo Lake	echo-lake	US	95721	0	America/Los_Angeles	38.8338	-120.04157	2297			CA	017		
5345306	Eckley	eckley	US	80727	0	America/Los_Angeles	38.05381	-122.20275	3			CA	013		
5345330	Eden	eden	US	05652	0	America/Los_Angeles	33.87807	-117.05503	436			CA	065		
5345349	Eden Valley	eden-valley	US	55329	0	America/Los_Angeles	39.05656	-120.99633	597			CA	061		
5345360	Edgar	edgar	US	54426	0	America/Los_Angeles	32.78895	-115.73334	-12			CA	025		
5345367	Edgemont	edgemont	US	19028	0	America/Los_Angeles	33.92029	-117.27865	477	Box Springs,Edgemont,Rose Arbor		CA	065		
5345386	Edison	edison	US	08817	0	America/Los_Angeles	35.34746	-118.87176	173	Edison,Wade		CA	029		
5345422	Edna	edna	US	67342	193	America/Los_Angeles	35.20386	-120.61295	74			CA	079		
5345449	Edwards	edwards	US	13635	0	America/Los_Angeles	34.92609	-117.93507	718	Base de Edwards,Base de las Fuerzas Aereas de Edwards,Base de las Fuerzas Aéreas de Edwards,Edwards,Edwards Air Force Base,Edwards legitamaszpont,Edwards légitámaszpont,Muroc,Wherry Housing,ai de hua zi kong jun ji de,edowazu kong jun ji de,エドワーズ空軍基地,爱德华兹空军基地		CA	029		
5345476	Egan	egan	US	57024	0	America/Los_Angeles	33.73224	-117.01197	464			CA	065		
5345529	El Cajon	el-cajon	US	92019	103679	America/Los_Angeles	32.79477	-116.96253	133	CJN,Ehl'-Kakhon,El Cajon,El Cajón,El Kakhon,Elcajon,ai er ka hong,al kajwn,al kajwn  kalyfrnya,alkahwn,ela kyayom,elkahon,erukahon,Ел Кахон,Эль-Кахон,ال کاجون,ال کاجون، کالیفرنیا,الكاهون,एल क्यायों,エルカホン,埃尔卡洪,엘카혼		CA	073		
5345578	El Campo	el-campo	US	77437	0	America/Los_Angeles	37.89743	-122.46525	17			CA	041		
5345609	El Centro	el-centro	US	92243	43956	America/Los_Angeles	32.792	-115.56305	-12	Ehl'-Sentro,El Centras,El Centro,El Sentro,ai er sen te luo,al sntrw,al sntrw  kalyfrnya,ela sentro,elsenteulo,Ел Сентро,Эль-Сентро,אל סנטרו,إل سنترو,ال سنترو، کالیفرنیا,एल सेन्ट्रो,エル・セントロ,埃尔森特罗,엘센트로	025	CA	025		
5345623	El Cerrito	el-cerrito	US	94530	23549	America/Los_Angeles	37.91576	-122.31164	21	County Line,El Cerito,El Cerrito,El Serito,Rust,ai er sai li tuo,al srytw  kalyfrnya,al syrrytw,ela serito,erusarito,Ел Серито,إل سيرريتو,ال سریتو، کالیفرنیا,एल सेरिटो,エルサリート,艾尔赛里托		CA	013		
5345656	El Dorado	el-dorado	US	67042	0	America/Los_Angeles	38.68268	-120.84771	490	El Dorado,Eldorado,Mud Springs		CA	017		
5345679	El Dorado Hills	el-dorado-hills	US	95762	42108	America/Los_Angeles	38.68574	-121.08217	234			CA	017		
5345716	El Granada	el-granada	US	94018	5467	America/Los_Angeles	37.50272	-122.46942	12			CA	081		
5345732	El Mirage	el-mirage	US	85335	0	America/Los_Angeles	34.60221	-117.63117	888			CA	071		
5345743	El Monte	el-monte	US	91731	116732	America/Los_Angeles	34.06862	-118.02757	91	EMT,Ehl'-Monte,El Monte,El Monti,El Montė,Elmonte,Monte,ai er meng de,al mwnth  kalyfrnya,al mwnty,ela monte,erumonte,Ел Монте,Ел Монти,Эль-Монте,إل مونتي,ال مونته، کالیفرنیا,ال مونٹی,एल मोन्ते,エルモンテ,艾爾蒙地		CA	037		
5345760	El Nido	el-nido	US	95317	0	America/Los_Angeles	33.86557	-118.36146	30			CA	037		
5345761	El Nido	el-nido	US	95317	0	America/Los_Angeles	34.04362	-118.73925	244			CA	037		
5345762	El Nido	el-nido	US	95317	330	America/Los_Angeles	37.13494	-120.49213	43			CA	047		
5345795	El Portal	el-portal	US	95318	474	America/Los_Angeles	37.67465	-119.78406	591	El Portal,Ел Портал		CA	043		
5345860	El Segundo	el-segundo	US	90245	17037	America/Los_Angeles	33.91918	-118.41647	35	El Segundo,El'-Segundo,ai er sai gong duo,al sghwndw,al sgwndw  kalyfrnya,ela segundo,Ел Сегундо,Ель-Сегундо,إل سغوندو,ال سگوندو، کالیفرنیا,एल सेगुन्दो,埃尔塞贡多		CA	037		
5345888	El Sobrante	el-sobrante	US	94803	12669	America/Los_Angeles	37.97715	-122.29525	57	El Sobrante,Sobrante,ela sobrante,Ел Собранте,एल सोब्रान्ते		CA	013		
5345902	El Toro	el-toro	US	92609	0	America/Los_Angeles	33.64697	-117.68366	159	El Toro,Eltoro		CA	059		
5345916	El Verano	el-verano	US	95433	4123	America/Los_Angeles	38.29769	-122.49165	33			CA	097		
5345923	Elba	elba	US	14058	0	America/Los_Angeles	36.23106	-119.31317	94			CA	107		
5345990	Eldridge	eldridge	US	35554	1233	America/Los_Angeles	38.3488	-122.51081	54			CA	097		
5346004	Electra	electra	US	76360	0	America/Los_Angeles	38.33214	-120.67132	230			CA	005		
5346086	Elk	elk	US	95432	0	America/Los_Angeles	36.75023	-119.49291	126	Elk,Elk Siding		CA	019		
5346087	Elk	elk	US	95432	0	America/Los_Angeles	39.13018	-123.71779	41	Elk,Elk River,Greenwood		CA	045		
5346097	Elk Creek	elk-creek	US	24326	163	America/Los_Angeles	39.60516	-122.53916	227	Bridgeport,Elk Creek		CA	021		
5346111	Elk Grove	elk-grove	US	95624	166913	America/Los_Angeles	38.4088	-121.37162	14	Ehlk-Grov,Elk Grouv,Elk Grove,Elk-Grouv,Elkgrove,ai er ke ge luo fu,al kgrww  kalyfrnya,alk ghrwfy,alk grww,elka grobha,elkeugeulobeu,erukugurobu,Елк Гроув,Елк-Ґроув,Элк-Гров,إلك غروفي,ال کگروو، کالیفرنیا,الک گروو,एल्क ग्रोभ,エルクグローブ,埃爾克格羅夫,엘크그로브		CA	067		
5346239	Ellis	ellis	US	67637	0	America/Los_Angeles	33.77196	-117.2192	433			CA	065		
5346296	Elmhurst	elmhurst	US	11373	0	America/Los_Angeles	37.75187	-122.17191	12			CA	001		
5346306	Elmira	elmira	US	14901	188	America/Los_Angeles	38.34824	-121.90996	23	Ehl'mira,Elmira,Vaca,Vaca Station,Эльмира		CA	095		
5346308	Elmo	elmo	US	59915	0	America/Los_Angeles	35.6794	-119.33039	92			CA	029		
5346324	Elora	elora	US	37328	0	America/Los_Angeles	35.13804	-115.52888	1041			CA	071		
5346325	Elsa	elsa	US	78543	0	America/Los_Angeles	36.2508	-121.13881	92			CA	053		
5346342	Elverta	elverta	US	95626	5492	America/Los_Angeles	38.71379	-121.46273	16			CA	067		
5346462	Emeryville	emeryville	US	94608	11694	America/Los_Angeles	37.83132	-122.28525	7	Ehmerivill,Emerivil,Emerivill,Emerivill',Emeryville,Golden Gate Village,JEM,ai mo li wei er,amry wyl  kalyfrnya,amyryfyly,emeolibil,emeribhila,emeribiru,Емеривил,Емерівілль,Эмеривилл,إميريفيلي,امری ویل، کالیفرنیا,एमेरीभिल,エメリービル,愛莫利維爾,에머리빌		CA	001		
5346497	Emigrant Gap	emigrant-gap	US	95715	0	America/Los_Angeles	39.29684	-120.67271	1582	BLU		CA	061		
5346551	Empire	empire	US	35063	4189	America/Los_Angeles	37.63826	-120.90215	36	Empire,Empire City		CA	099		
5346646	Encinitas	encinitas	US	92023	62930	America/Los_Angeles	33.03699	-117.29198	25	Ehnsinitas,Encenitos,Encinitas,Encinitos,Ensinitas,ansynytas,ansynytas  kalyfrnya,en xi ni ta si,ensinitasa,ensiniteoseu,Енсинитас,Енсінітас,Энсинитас,إنسينيتاس,انسینیتاس، کالیفرنیا,एन्सिनितास,恩西尼塔斯,엔시니터스		CA	073		
5346649	Encino	encino	US	78353	44581	America/Los_Angeles	34.15917	-118.50119	236	Ehnsino,Encino,Encino Park,enshino,ensino,Энсино,انسینو، لس‌آنجلس,エンシノ,엔시노		CA	037		
5346706	Ennis	ennis	US	59729	0	America/Los_Angeles	34.00946	-117.42949	272			CA	065		
5346719	Enterprise	enterprise	US	26568	0	America/Los_Angeles	38.54018	-120.84716	267			CA	005		
5346720	Enterprise	enterprise	US	26568	0	America/Los_Angeles	39.36322	-122.95055	853			CA	033		
5346769	Epworth	epworth	US	30541	0	America/Los_Angeles	34.315	-118.89204	263			CA	111		
5346811	Escalon	escalon	US	95320	7523	America/Los_Angeles	37.79781	-120.99792	36			CA	077		
5346827	Escondido	escondido	US	92025	151451	America/Los_Angeles	33.11921	-117.08642	197	Apex,Ehskondido,Escondido,Eskondidas,Eskondido,ai si kong di duo,askandydw  kalyfrnya,askwndydw,eseukondido,eskandido,esukondido,Ескондидо,Эскондидо,إسكونديدو,اسکاندیدو، کالیفرنیا,اسکونڈیڈو,एस्कन्डिडो,エスコンディード,埃斯孔迪多,에스콘디도		CA	073		
5346871	Esparto	esparto	US	95627	3108	America/Los_Angeles	38.69213	-122.01719	58	Esparto,Esperanza		CA	113		
5346900	Essex	essex	US	01929	0	America/Los_Angeles	34.73361	-115.24498	528	Edson,Essex		CA	071		
5347024	Eugene	eugene	US	65032	0	America/Los_Angeles	37.89298	-120.84688	53			CA	099		
5347147	Evergreen	evergreen	US	23939	0	America/Los_Angeles	37.30966	-121.78356	75			CA	085		
5347194	Ewing	ewing	US	24248	0	America/Los_Angeles	38.93267	-121.34551	36			CA	061		
5347239	Exeter	exeter	US	02822	10548	America/Los_Angeles	36.29606	-119.14205	119	Ekseter,Eksitur,Exeter,Firebaugh,ai ke sai te,akstr  kalyfrnya,aksytyr,ekstara,Ексетер,Екситър,إكسيتير,اکستر، کالیفرنیا,एक्स्टर,埃克塞特		CA	107		
5347286	Fair Oaks	fair-oaks	US	47943	0	America/Los_Angeles	39.3785	-123.3414	440			CA	045		
5347287	Fair Oaks	fair-oaks	US	47943	30912	America/Los_Angeles	38.64463	-121.27217	53	Fair Oaks,Fairoaks,Fer Ouks,fyyr awks  kylyfwrnya,pheyara oksa,Фер Оукс,فیئر اوکس، کیلیفورنیا,फेयर ओक्स		CA	067		
5347288	Fair Oaks	fair-oaks	US	47943	0	America/Los_Angeles	37.9552	-121.25856	8	Fair Oaks,Fairoaks		CA	077		
5347305	Fair Play	fair-play	US	29643	0	America/Los_Angeles	38.59352	-120.66049	710	Fair Play,Fairplay		CA	017		
5347309	Fairbanks	fairbanks	US	47849	0	America/Los_Angeles	38.86574	-120.67021	1131			CA	017		
5347322	Fairfax	fairfax	US	05454	7626	America/Los_Angeles	37.98715	-122.58887	35	Ferfaks,Feurfaks,fei er fa ke si,fyrfaks,fyrfaks  kalyfrnya,fyyrfyks  kylyfwrnya,pheyaraphyaksa,Ферфакс,Феърфакс,فيرفاكس,فیئرفیکس، کیلیفورنیا,فیرفاکس، کالیفرنیا,फेयरफ्याक्स,费尔法克斯		CA	041		
5347335	Fairfield	fairfield	US	04937	112970	America/Los_Angeles	38.24936	-122.03997	4	Fairfield,Fehrfild,Fejrfild,Ferfild,Ferfildas,Feurfijld,SUU,feafirudo,fei er fei er de,fyrfyld,fyrfyld  kalyfrnya,peeopildeu,pheyaraphilda,Фейрфілд,Ферфилд,Феърфийлд,Фэрфилд,فئرفیلڈ,فيرفيلد,فیئرفیلڈ، کیلیفورنیا,فیرفیلد، کالیفرنیا,फेयरफिल्ड,フェアフィールド,費爾菲爾德,페어필드	095	CA	095		
5347397	Fairview	fairview	US	07022	10003	America/Los_Angeles	37.67854	-122.0458	183			CA	001		
5347398	Fairview	fairview	US	07022	0	America/Los_Angeles	35.92578	-118.49481	1104	Fairview,Roads End		CA	107		
5347399	Fairview	fairview	US	07022	0	America/Los_Angeles	34.31528	-118.91482	260			CA	111		
5347578	Fallbrook	fallbrook	US	92028	30534	America/Los_Angeles	33.37642	-117.25115	208	Fall Brook,Fallbrook,Folbruk,North Fallbrook,falbrwk  kylyfwrnya,phalabruka,Фолбрук,فالبروک، کیلیفورنیا,फलब्रूक		CA	073		
5347616	Fallbrook	fallbrook	US	92028	0	America/Los_Angeles	38.41908	-121.36217	14			CA	067		
5347618	Fallon	fallon	US	59326	0	America/Los_Angeles	38.27464	-122.90583	23			CA	041		
5347716	Farley	farley	US	52046	0	America/Los_Angeles	39.6146	-123.36724	327			CA	045		
5347742	Farmersville	farmersville	US	45325	10774	America/Los_Angeles	36.29773	-119.20678	109	Farmersvil,Farmursvil,fa mo si wei er,farmrz wyl  kalyfrnya,farmyrsfyly,pharmarsabhila,Фармерсвил,Фармърсвил,فارمرز ویل، کالیفرنیا,فارميرسفيلي,फार्मर्सभिल,法默斯维尔		CA	107		
5347746	Farmington	farmington	US	03835	207	America/Los_Angeles	37.92992	-121.00022	34	Farmington,Фармингтон		CA	077		
5347770	Farwell	farwell	US	48622	0	America/Los_Angeles	37.59827	-121.94524	65	Farwell,Farwell Station,Stonybrook		CA	001		
5347810	Fawnskin	fawnskin	US	92333	0	America/Los_Angeles	34.26806	-116.94253	2081	Fawnskin,Grout		CA	071		
5347821	Fayette	fayette	US	13065	0	America/Los_Angeles	36.2019	-119.06483	124			CA	107		
5347827	Feather Falls	feather-falls	US	95940	0	America/Los_Angeles	39.59322	-121.25635	909	Feather Falls,Mooretown,Moresville		CA	007		
5347871	Felicity	felicity	US	45120	0	America/Los_Angeles	32.7503	-114.7653	87			CA	025		
5347884	Fellows	fellows	US	93224	106	America/Los_Angeles	35.17858	-119.54123	401			CA	029		
5347903	Felton	felton	US	17322	4057	America/Los_Angeles	37.05134	-122.0733	87	Felton,Felton Depot,Felton Junction,Felton Station,Feltun,pheltana,Фелтон,Фелтън,فیلٹن، کیلیفورنیا,फेल्टन		CA	087		
5348016	Fernwood	fernwood	US	39635	0	America/Los_Angeles	34.07945	-118.60258	320	Fernwood,Wildwood		CA	037		
5348032	Ferrum	ferrum	US	24088	0	America/Los_Angeles	33.45864	-115.86083	-59			CA	065		
5348041	Fiddletown	fiddletown	US	95629	235	America/Los_Angeles	38.5038	-120.75549	513	Fiddle Town,Fiddletown,Oleta		CA	005		
5348174	Finley	finley	US	38030	0	America/Los_Angeles	39.00434	-122.87555	412			CA	033		
5348299	Firebaugh	firebaugh	US	93622	8330	America/Los_Angeles	36.85884	-120.45601	46	Fajerbo,Fajurbou,Firebaugh,Firebaugh's Ferry,fa er bo,fayr baw  kalyfrnya,fayrbawgh,phayarabau,Файърбоу,Фајербо,فايرباوغ,فایر باو، کالیفرنیا,फायरबौ,法尔博		CA	019		
5349281	Fish Camp	fish-camp	US	93623	59	America/Los_Angeles	37.47855	-119.64043	1543			CA	043		
5349416	Five Points	five-points	US	36855	0	America/Los_Angeles	36.42939	-120.10292	68			CA	019		
5349417	Five Points	five-points	US	36855	0	America/Los_Angeles	35.05136	-118.51259	2045			CA	029		
5349418	Five Points	five-points	US	36855	0	America/Los_Angeles	34.06223	-118.01923	88			CA	037		
5349419	Five Points	five-points	US	36855	0	America/Los_Angeles	39.87101	-120.57244	2074			CA	063		
5349420	Five Points	five-points	US	36855	0	America/Los_Angeles	32.74311	-117.18476	17			CA	073		
5349421	Five Points	five-points	US	36855	0	America/Los_Angeles	38.29075	-121.6444	2			CA	095		
5349579	Florence	florence	US	01062	0	America/Los_Angeles	33.97446	-118.24813	46			CA	037		
5349629	Floriston	floriston	US	96111	73	America/Los_Angeles	39.39463	-120.02131	1654	Bronco,Floriston		CA	057		
5349634	Flournoy	flournoy	US	96029	101	America/Los_Angeles	39.92043	-122.43611	171	Flournoy,Fluornoy		CA	103		
5349705	Folsom	folsom	US	19033	76375	America/Los_Angeles	38.67796	-121.17606	67	Folsom,Folsom City,Folsum,fu sen,fwlswm,fwlswm  kalyfrnya,pholsama,Фолсом,Фолсъм,فولسوم,فولسوم، کالیفرنیا,फोल्सम,佛森		CA	067		
5349755	Fontana	fontana	US	53125	207460	America/Los_Angeles	34.09223	-117.43505	377	Fontana,Rosena,fang ta na,fontana,fwntana,fwntana  kalyfrnya,phontana,pontaena,Фонтана,فونتانا,فونتانا، کالیفرنیا,فونٹانا,فونٹانا، کیلیفورنیا,फोन्टाना,フォンタナ,方塔納,폰태나		CA	071		
5349828	Foothill Ranch	foothill-ranch	US	92610	11698	America/Los_Angeles	33.68641	-117.66088	270			CA	059		
5349860	Forbestown	forbestown	US	95941	320	America/Los_Angeles	39.51711	-121.26718	845	Boles Dry Diggins,Forbes Diggins,Forbestown		CA	007		
5349876	Ford City	ford-city	US	16226	4278	America/Los_Angeles	35.15441	-119.45623	272			CA	029		
5349916	Forest	forest	US	24551	0	America/Los_Angeles	39.49128	-120.853	1398	Brownsville,Elizaville,Forest,Forest City,Forks of Oregon,Forks of Oregon Creek,Marietta,Yomana		CA	091		
5349922	Forest Falls	forest-falls	US	92339	0	America/Los_Angeles	34.08834	-116.9203	1628	Fallsvale,Fallsville,Forest Falls,Forest Home		CA	071		
5349923	Forest Hill	forest-hill	US	21050	0	America/Los_Angeles	37.74743	-122.46358	184			CA	075		
5349930	Forest Hills	forest-hills	US	11375	0	America/Los_Angeles	38.50797	-122.92444	23			CA	097		
5349933	Forest Knolls	forest-knolls	US	94933	0	America/Los_Angeles	38.0152	-122.6886	76			CA	041		
5349934	Forest Knolls	forest-knolls	US	94933	0	America/Los_Angeles	39.23823	-121.00523	966			CA	057		
5349936	Forest Lake	forest-lake	US	55025	0	America/Los_Angeles	38.81796	-122.71777	802	Forest Lake,Forest Lakes		CA	033		
5349954	Forest Park	forest-park	US	30297	0	America/Los_Angeles	34.44722	-118.42869	512			CA	037		
5349955	Forest Park	forest-park	US	30297	0	America/Los_Angeles	37.13384	-122.13858	186			CA	087		
5349956	Forest Ranch	forest-ranch	US	95942	1184	America/Los_Angeles	39.88211	-121.67275	736			CA	007		
5349975	Foresthill	foresthill	US	95631	1483	America/Los_Angeles	39.02018	-120.81799	984	Forest Hill,Foresthill		CA	061		
5349984	Forestville	forestville	US	14062	3293	America/Los_Angeles	38.47352	-122.89027	52	Forestvil,Forestville,Forrestville,pharestabhila,Форествил,फरेस्टभिल		CA	097		
5350039	Fort Bragg	fort-bragg	US	28307	7289	America/Los_Angeles	39.44572	-123.80529	26	FOB,Fort Brag,Fort-Breg,Fort-Brehgg,bu la ge bao,fwrt bragh,fwrt brg  kalyfrnya,pharta bryaga,poteubeulaegeu,Форт Браг,Форт-Бреґ,Форт-Брэгг,فورت براغ,فورت برگ، کالیفرنیا,फर्ट ब्र्याग,布拉格堡,포트브래그		CA	045		
5350057	Fort Irwin	fort-irwin	US	92310	8845	America/Los_Angeles	35.26275	-116.68475	758	BYS,Camp Irwin,Fort Irwin		CA	071		
5350061	Fort Jones	fort-jones	US	96032	643	America/Los_Angeles	38.25742	-120.41964	894			CA	009		
5350066	Fort McDowell	fort-mcdowell	US	85264	0	America/Los_Angeles	37.8627	-122.42275	30	East Garrison,Fort McDowell		CA	075		
5350148	Foster	foster	US	02825	0	America/Los_Angeles	32.90838	-116.92614	147			CA	073		
5350159	Foster City	foster-city	US	49834	33477	America/Los_Angeles	37.55855	-122.27108	2	Foster Siti,Foster-Siti,Fostur Siti,fosutashiti,fu si te cheng,fwstr syty  kalyfrnya,fwstyr syty,phastara siti,Фостер Сити,Фостер-Сіті,Фостър Сити,فوستر سیتی، کالیفرنیا,فوستير سيتي,فوسٹر سٹی، کیلیفورنیا,फस्टर सिटी,フォスターシティ,福斯特城		CA	081		
5350207	Fountain Valley	fountain-valley	US	92708	56987	America/Los_Angeles	33.70918	-117.95367	10	Fauntin Vali,Fauntun Vali,Fountain Valley,Talbert,fang quan gu,fantyn wly  kalyfrnya,fwwntyn faly,pauntinbaelli,pha'untena bhyali,Фаунтин Вали,Фаунтън Вали,فانتین ولی، کالیفرنیا,فوونتين فالي,फाउन्टेन भ्याली,芳泉谷,파운틴밸리		CA	059		
5350239	Four Corners	four-corners	US	82715	0	America/Los_Angeles	37.95631	-122.03941	15			CA	013		
5350249	Four Corners	four-corners	US	82715	0	America/Los_Angeles	32.97783	-116.77725	587			CA	073		
5350253	Four Corners	four-corners	US	82715	0	America/Los_Angeles	38.27575	-122.46081	17			CA	097		
5350351	Fowler	fowler	US	44418	6266	America/Los_Angeles	36.63051	-119.67847	94	Fauler,Faulur,Fowler,Fowler's Switch,fawlyr,fu lei,fwlr  kalyfrnya,pha'ulara,Фаулер,Фаулър,فاولير,فولر، کالیفرنیا,फाउलर,福勒		CA	019		
5350486	Franklin	franklin	US	02038	155	America/Los_Angeles	38.37908	-121.4544	6	Franklin,Georgetown		CA	067		
5350605	Frazier Park	frazier-park	US	93225	2691	America/Los_Angeles	34.82276	-118.94482	1414			CA	029		
5350643	Fredericksburg	fredericksburg	US	17026	0	America/Los_Angeles	38.82879	-119.78684	1546	Frederickburg,Fredericksburg,Fredricksburg		CA	003		
5350678	Freedom	freedom	US	03836	3070	America/Los_Angeles	36.93523	-121.77301	38	Freedom,Whiskey Hill,Whisky Hill		CA	087		
5350714	Freeport	freeport	US	04032	38	America/Los_Angeles	38.46185	-121.50162	5			CA	067		
5350734	Fremont	fremont	US	03044	232206	America/Los_Angeles	37.54827	-121.98857	17	Centerville,Centreville,Fremont,Fremontas,Frimont,Hardscrabble,Irvington,Mission San Jose,Nikes,Warm Springs,fei li meng,frymant  kalyfrnya,frymwnt,furimonto,peulimonteu,phremonta,phrimamta,prymwnt,Фремонт,Фримонт,פרימונט,فريمونت,فریمانت، کالیفرنیا,فریمونٹ,فریمونٹ، کیلیفورنیا,फ्रिमाँट,फ्रेमोन्ट,フリーモント,費利蒙,프리몬트		CA	001		
5350735	Fremont	fremont	US	03044	0	America/Los_Angeles	35.19164	-117.57672	860			CA	071		
5350736	Fremont	fremont	US	03044	0	America/Los_Angeles	38.67657	-121.63496	7	Elkhorn,Fremont		CA	113		
5350821	French Camp	french-camp	US	39745	3376	America/Los_Angeles	37.88409	-121.27106	6	Campo De Los Franceses,Castoria,French Camp		CA	077		
5350921	Frenchtown	frenchtown	US	08825	0	America/Los_Angeles	38.64129	-120.91133	355	French Creek,Frenchtown		CA	017		
5350922	Frenchtown	frenchtown	US	08825	0	America/Los_Angeles	39.38795	-121.25496	441			CA	115		
5350937	Fresno	fresno	US	43824	520052	America/Los_Angeles	36.74773	-119.77237	94	FAT,Fraxinus,Frehsna,Fresnas,Fresno,Fresno i California,Frezno,fers no,frnsw  kylyfwrnya,frynsw,frysnw,frznw,fu lei si nuo,furezuno,peulejeuno,phresano,phresno,presno,prznw,Φρέσνο,Фрезно,Фресно,Фрэсна,Ֆրեզնո,פרזנו,فرزنو,فرنسو، کیلیفورنیا,فريسنو,فرینسو,फ्रेस्नो,ফ্রেসনো,เฟรสโน,ფრესნო,フレズノ,弗雷斯诺,프레즈노	019	CA	019		
5351016	Friant	friant	US	93626	509	America/Los_Angeles	36.98773	-119.71181	105	Converse Ferry,Friant,Hamptonville,Jones Ferry,Pollasky		CA	019		
5351130	Fruitdale	fruitdale	US	36539	0	America/Los_Angeles	32.60172	-117.09253	5			CA	073		
5351131	Fruitdale	fruitdale	US	36539	935	America/Los_Angeles	37.31086	-121.93275	48			CA	085		
5351157	Frost	frost	US	56033	0	America/Los_Angeles	34.51083	-117.27755	842			CA	071		
5351247	Fullerton	fullerton	US	58441	140847	America/Los_Angeles	33.87029	-117.92534	50	FUL,Fulerton,Fulertonas,Fullerton,Fulurtun,fu lei dun,furaton,fwlrtwn  kalyfrnya,fwlyrtwn,phularatana,Фулертон,Фуллертон,Фулъртън,فلرٹن,فلرٹن، کیلیفورنیا,فولرتون، کالیفرنیا,فوليرتون,फुलरटन,フラートン,富勒顿		CA	059		
5351265	Fulton	fulton	US	13069	541	America/Los_Angeles	38.4963	-122.76999	41			CA	097		
5351353	Gage	gage	US	73843	0	America/Los_Angeles	33.97529	-118.12674	47			CA	037		
5351403	Gallaway	gallaway	US	38036	0	America/Los_Angeles	38.86908	-123.65335	27			CA	045		
5351428	Galt	galt	US	50101	25303	America/Los_Angeles	38.25464	-121.29995	16	Galt,Golt,galt  kalyfrnya,galta,gao er te,ghalt,Галт,Голт,غالت,گالت، کالیفرنیا,गाल्ट,高尔特		CA	067		
5352423	Glendale	glendale	US	01229	201020	America/Los_Angeles	34.14251	-118.25508	159	Glendale,Glendehjl,Glendeilas,Glendejl,Glendel,JGX,Mason,Riverdale,ge lun dai er,geullendeil,ghlyndyl,glenadela,glndyl,glndyyl,gurenderu,Глендейл,Глендејл,Глендэйл,Ґлендейл,Գլենդել,גלנדייל,غلينديل,گلندیل,گلینڈیل,ग्लेनडेल,グレンデール,格倫代爾,글렌데일		CA	037		
5351515	Garden Grove	garden-grove	US	50103	175393	America/Los_Angeles	33.77391	-117.94145	27	Garden Grouv,Garden Grov,Garden Grovas,Garden Grove,Garden-Grov,Gardengrove,Gardun Grouv,gadengurobu,gadeungeulobeu,gardena grobha,gardn grww  kalyfrnya,ghardyn ghrwfy,jia deng ge luo fu,Гарден Гров,Гарден Гроув,Гарден-Гров,Гардън Гроув,غاردين غروفي,گاردن گروو، کالیفرنیا,گارڈن گروو,गार्डेन ग्रोभ,ガーデングローブ,加登格羅夫,가든그로브		CA	059		
5351539	Garden Valley	garden-valley	US	83622	0	America/Los_Angeles	38.85407	-120.85938	594	Garden Valley,Johntown		CA	017		
5351549	Gardena	gardena	US	90247	60447	America/Los_Angeles	33.88835	-118.30896	15	Gardena,Gardina,gadena,gardena,gardna  kalyfrnya,ghardyna,jia di na,Гардена,Гардина,غاردينا,گاردنا، کالیفرنیا,गार्डेना,ガーデナ,加迪纳,가데나		CA	037		
5351714	Gaston	gaston	US	27832	0	America/Los_Angeles	39.39407	-120.74161	1543			CA	057		
5351737	Gateway	gateway	US	72733	0	America/Los_Angeles	39.32602	-120.20353	1813			CA	057		
5351983	Georgetown	georgetown	US	01833	2367	America/Los_Angeles	38.90684	-120.83855	809	Dzordztaun,Georgetown,Growlersburg,jorjata'una,Џорџтаун,जोर्जटाउन		CA	017		
5352059	Geyserville	geyserville	US	95441	862	America/Los_Angeles	38.70769	-122.9025	65	Clairville,Geyserville,Guyserville		CA	097		
5352131	Gibsonville	gibsonville	US	27249	0	America/Los_Angeles	39.74017	-120.90884	1655	Gibsons New Diggings,Gibsonville		CA	091		
5352159	Gilberts	gilberts	US	60136	0	America/Los_Angeles	38.63685	-120.4927	1295			CA	017		
5352160	Gilberts	gilberts	US	60136	0	America/Los_Angeles	39.01157	-120.47214	1725			CA	061		
5352214	Gilroy	gilroy	US	95020	53231	America/Los_Angeles	37.00578	-121.56828	61	Gilroj,Gilroy,Pleasant Valley,ghylrwy,gilro'i,giruroi,glrwy  kylyfwrnya,gylrwy  kalyfrnya,ji er luo yi,Гилрой,Гилрој,Гілрой,غيلروي,گلروی، کیلیفورنیا,گیلروی، کالیفرنیا,गिल्रोइ,ギルロイ,吉尔罗伊		CA	085		
5352347	Glen Arbor	glen-arbor	US	49636	0	America/Los_Angeles	37.07439	-122.08219	102			CA	087		
5352376	Glen Ellen	glen-ellen	US	95442	784	America/Los_Angeles	38.36408	-122.52415	77	Glen Elen,Glen Elun,Qlen-Ellen,glena elena,gln aln  kalyfrnya,Глен Елен,Глен Елън,گلن الن، کالیفرنیا,ग्लेन एलेन		CA	097		
5352397	Glen Oaks	glen-oaks	US	11004	0	America/Los_Angeles	32.83838	-116.80391	389			CA	073		
5352414	Glenbrook	glenbrook	US	89413	0	America/Los_Angeles	38.85157	-122.7586	699			CA	033		
5352415	Glenbrook	glenbrook	US	89413	0	America/Los_Angeles	39.24212	-121.0355	831	Glenbrook,Glendale		CA	057		
5352421	Glencoe	glencoe	US	41046	0	America/Los_Angeles	38.35408	-120.58493	837	Glencoe,Mosquito,Mosquito Gulch		CA	009		
5352439	Glendora	glendora	US	08029	52009	America/Los_Angeles	34.13612	-117.86534	236	Glendora,ge lun duo la,ghlyndwra,glenadora,glndwra  kalyfrnya,Глендора,غليندورا,گلندورا، کالیفرنیا,ग्लेनडोरा,格伦多拉		CA	037		
5352454	Glenhaven	glenhaven	US	95443	0	America/Los_Angeles	39.02628	-122.73304	410	Glenhaven,Gum Tree Point		CA	033		
5352461	Glenn	glenn	US	49416	0	America/Los_Angeles	39.52183	-122.01387	30			CA	021		
5352477	Glennville	glennville	US	30427	0	America/Los_Angeles	35.72884	-118.7037	968	Glennville,Glenville		CA	029		
5352490	Glenview	glenview	US	40025	0	America/Los_Angeles	38.8999	-122.75916	751			CA	033		
5352491	Glenview	glenview	US	40025	0	America/Los_Angeles	34.12445	-118.60147	366	Glenview,Mohn Springs,Veteran Springs		CA	037		
5352492	Glenview	glenview	US	40025	0	America/Los_Angeles	32.83227	-116.90586	182			CA	073		
5352498	Glenwood	glenwood	US	07418	0	America/Los_Angeles	37.10828	-121.98663	277	Bean Hollow,Glenwood,Glenwood Depot,Glenwood Station,Martinsville,Martinville		CA	087		
5352517	Globe	globe	US	85501	0	America/Los_Angeles	36.10106	-118.82815	253			CA	107		
5352549	Gloster	gloster	US	39638	0	America/Los_Angeles	34.95609	-118.14869	781			CA	029		
5352714	Gold Hill	gold-hill	US	28071	0	America/Los_Angeles	38.90157	-121.18162	108			CA	061		
5352742	Gold Hill	gold-hill	US	28071	0	America/Los_Angeles	38.76101	-120.88466	494	Gold Hill,Granite Hill		CA	017		
5352778	Gold Run	gold-run	US	95717	0	America/Los_Angeles	39.18073	-120.85577	979	Gold Run,Indiana Hill,Mountain Springs		CA	061		
5352963	Goleta	goleta	US	93116	30944	America/Los_Angeles	34.43583	-119.82764	6	Goelette,Goleta,Golita,Goélette,Kuunari,La Patera Village,Schoener,Schoner,Schooner,Shkhuna,Skonert,Skonnert,Skonnorta,Skuna,Skuner,Szkuner,ge li ta,ghwlyta,goleta,gorita,gwlyta  kalyfrnya,Škuna,Škuner,Голита,Шхуна,غوليتا,گولیتا، کالیفرنیا,गोलेटा,ゴリータ,戈利塔		CA	083		
5352997	Gonzales	gonzales	US	70707	8473	America/Los_Angeles	36.50663	-121.44438	41	Gonzales,gang sa lei si,ghwnzalys,gonjaleja,gonjalleoseu,gwnzals  kalyfrnya,Гонзалес,غونزاليس,گونزالس، کالیفرنیا,गोन्जालेज,冈萨雷斯,곤잘러스		CA	053		
5353058	Good Hope	good-hope	US	30641	9192	America/Los_Angeles	33.76474	-117.26698	473			CA	065		
5353136	Gordon	gordon	US	17936	0	America/Los_Angeles	36.89606	-119.72987	120	Gordon,Gordon Siding		CA	019		
5353173	Gorman	gorman	US	76454	0	America/Los_Angeles	34.79609	-118.8526	1167	Gorman,Gorman's Station		CA	037		
5353181	Goshen	goshen	US	01032	3006	America/Los_Angeles	36.35106	-119.42012	87	Goshen,Goshen Junction,Гошен		CA	107		
5353433	Granada Hills	granada-hills	US	91344	0	America/Los_Angeles	34.26472	-118.52314	315	Granada,Granada Hills		CA	037		
5353469	Grand Island	grand-island	US	14072	0	America/Los_Angeles	39.066	-121.8683	10			CA	011		
5353484	Grand Terrace	grand-terrace	US	92313	12464	America/Los_Angeles	34.0339	-117.31365	324	Grand Teras,Grand Terrace,The Terrace,da lu tai,geulaendeutelaseu,ghrand tyrrasy,grnd tras  kalyfrnya,gryanda teresa,Гранд Терас,غراند تيرراسي,گرند تراس، کالیفرنیا,ग्र्यान्ड टेरेस,大露台,그랜드테라스		CA	071		
5353508	Grandview	grandview	US	37337	0	America/Los_Angeles	34.88998	-117.10671	670			CA	071		
5353525	Grangeville	grangeville	US	83530	469	America/Los_Angeles	36.34356	-119.70874	76			CA	031		
5353530	Granite Bay	granite-bay	US	95746	20402	America/Los_Angeles	38.76323	-121.16384	130			CA	061		
5353617	Granite Springs	granite-springs	US	10527	0	America/Los_Angeles	37.70104	-120.29575	432			CA	043		
5353628	Graniteville	graniteville	US	05654	11	America/Los_Angeles	39.44073	-120.73966	1517	Eureka South,Graniteville		CA	057		
5353631	Grant	grant	US	32949	0	America/Los_Angeles	36.25549	-117.99397	1137			CA	027		
5353632	Grant	grant	US	32949	0	America/Los_Angeles	38.59019	-122.84777	32			CA	097		
5353690	Grantville	grantville	US	17028	0	America/Los_Angeles	32.78755	-117.09725	31			CA	073		
5353705	Grapeland	grapeland	US	75844	0	America/Los_Angeles	34.12501	-117.56255	416			CA	071		
5353707	Grapevine	grapevine	US	72057	0	America/Los_Angeles	34.94164	-118.9301	457			CA	029		
5353775	Grass Valley	grass-valley	US	95945	12944	America/Los_Angeles	39.21906	-121.06106	735	Centerville,Centreville,Gras Vali,Grass Valley,Grass-Valli,cao gu,geulaeseubaelli,ghras faly,gras wyly  kylyfwrnya,grasa bhyali,grs wly  kalyfrnya,gurasubare,Грас Вали,Грасс-Валли,غراس فالي,گراس ویلی، کیلیفورنیا,گرس ولی، کالیفرنیا,ग्रास भ्याली,グラスバレー,草谷,그래스밸리		CA	057		
5353815	Graton	graton	US	95444	1707	America/Los_Angeles	38.4363	-122.86972	33	Graton,Grayton		CA	097		
5353910	Grayson	grayson	US	30017	952	America/Los_Angeles	37.56382	-121.17938	16			CA	099		
5354007	Green	green	US	44232	0	America/Los_Angeles	38.34574	-121.63968	5			CA	113		
5354013	Greenbrae	greenbrae	US	94904	0	America/Los_Angeles	37.94854	-122.5247	10	Green Brae,Greenbrae		CA	041		
5354104	Green Valley	green-valley	US	54127	1027	America/Los_Angeles	34.62165	-118.41397	895	Green Valley,La Joya		CA	037		
5354114	Green Valley	green-valley	US	54127	1625	America/Los_Angeles	38.25297	-122.16219	35			CA	095		
5354133	Green Valley Lake	green-valley-lake	US	92341	0	America/Los_Angeles	34.24084	-117.07726	2115			CA	071		
5354157	Greenacres	greenacres	US	33454	5566	America/Los_Angeles	35.38329	-119.10983	116	Green Acres,Greenacres		CA	029		
5354167	Greendale	greendale	US	53129	0	America/Los_Angeles	38.37352	-121.58607	4			CA	113		
5354171	Greenfield	greenfield	US	01301	3991	America/Los_Angeles	35.26885	-119.00288	107	Delkern,Greenfield,Greenfiled		CA	029		
5354172	Greenfield	greenfield	US	01301	17184	America/Los_Angeles	36.3208	-121.24381	88	Clarke City,Greenfield,Grijnfijld,Grinfild,ge lin fei er de,ghrynfyld,grinaphilda,grynfyld  kalyfrnya,Грийнфийлд,Гринфилд,غرينفيلد,گرین فیلڈ، کیلیفورنیا,گرینفیلد، کالیفرنیا,ग्रीनफिल्ड,格林菲尔德		CA	053		
5354233	Greenville	greenville	US	02828	0	America/Los_Angeles	39.43656	-121.17746	665	Greenville,Oregon Hill		CA	115		
5354244	Greenwood	greenwood	US	04255	0	America/Los_Angeles	38.89657	-120.91272	490	Green Valley,Greenwood,Lewisville,Long Valley,Louisville		CA	017		
5354245	Greenwood	greenwood	US	04255	0	America/Los_Angeles	39.69599	-122.19443	70			CA	021		
5354307	Gridley	gridley	US	61744	6582	America/Los_Angeles	39.36378	-121.69358	29	Gridley,Gridley Station,Gridli,ge li de li,ghrydly,gridali,grydly  kalyfrnya,Гридли,غريدلي,گریدلی، کالیفرنیا,ग्रिडली,格里德利		CA	007		
5354349	Grimes	grimes	US	50111	391	America/Los_Angeles	39.07434	-121.89386	14			CA	011		
5354546	Groveland	groveland	US	01834	601	America/Los_Angeles	37.83826	-120.23269	869	First Garrote,Garrote,Groveland		CA	109		
5354552	Grover Beach	grover-beach	US	93433	13600	America/Los_Angeles	35.12164	-120.62128	18	Grouvur Bijch,Grover,Grover Beach,Grover Bich,Grover City,ge luo fu hai tan,ghrwfyr bytsh,grobharabica,grwwr bych  kalyfrnya,Гровер Бич,Гроувър Бийч,غروفير بيتش,گروور بیچ، کالیفرنیا,ग्रोभरबीच,格罗弗海滩		CA	079		
5354562	Grove	grove	US	74344	0	America/Los_Angeles	39.43683	-123.65946	123	Grove,Grove Junction		CA	045		
5354591	Guadalupe	guadalupe	US	93434	7318	America/Los_Angeles	34.97164	-120.57184	26	Guadaloupe,Guadalupe,Gvadalup,ghwadalwby,gua da lu pei,guvadalupa,gwadalwpy  kalyfrnya,Гвадалуп,Гуадалупе,غوادالوبي,گوادالوپی، کالیفرنیا,गुवादालुप,瓜达卢佩		CA	083		
5354629	Gualala	gualala	US	95445	0	America/Los_Angeles	38.76574	-123.52807	15	Guadala,Gualala,Walhalla,Wallala,Wallholla		CA	045		
5354638	Guasti	guasti	US	91743	0	America/Los_Angeles	34.06501	-117.58644	296	Guasti,South Cucamonga,South Cucamonga Station,Zucker		CA	071		
5354640	Guatay	guatay	US	91931	0	America/Los_Angeles	32.84967	-116.55833	1219			CA	073		
5354655	Guerneville	guerneville	US	95446	4534	America/Los_Angeles	38.50186	-122.99611	18	Big Bottom,Gernevil,Guerneville,Stumptown,gu'ernabhila,Герневил,गुएर्नभिल		CA	097		
5354662	Guernsey	guernsey	US	52221	0	America/Los_Angeles	36.21301	-119.64096	68			CA	031		
5354676	Guild	guild	US	03754	0	America/Los_Angeles	38.1452	-121.24356	19			CA	077		
5354685	Guinda	guinda	US	95637	254	America/Los_Angeles	38.82907	-122.19386	110			CA	113		
5354747	Gustine	gustine	US	76455	5756	America/Los_Angeles	37.25772	-120.99882	30	Gastin,Gustajn,gastina,ghwstayn,jastyn  kalyfrnya,jia si ting,Гастин,Гъстайн,جاستین، کالیفرنیا,غوستاين,गस्टिन,加斯廷		CA	047		
5354819	Hacienda Heights	hacienda-heights	US	91745	54038	America/Los_Angeles	33.99307	-117.96868	138	Khacijenda Khajts,asiendahaicheu,asynda hayts  kalyfrnya,ha xian da gang,hyasi'enda ha'itsa,Хацијенда Хајтс,آسیندا هایتس، کالیفرنیا,ह्यासिएन्डा हाइट्स,哈仙達崗,아시엔다하이츠		CA	037		
5354896	Haines	haines	US	97833	0	America/Los_Angeles	34.32472	-119.10288	67			CA	111		
5354943	Half Moon Bay	half-moon-bay	US	94019	12657	America/Los_Angeles	37.46355	-122.42859	22	Half Moon Bay,Halfmoon Bay,Khaf Mun Bej,Khalf Mun Bej,San Benito,San Benitos,Spanish Town,Spanishtown,ban yue wan,haf mwn by,hafumunbei,half mwwn bay,hapha muna be,Халф Мун Бей,Хаф Мун Беј,هاف مون بی,هالف موون باي,हाफ मून बे,ハーフムーンベイ,半月灣		CA	081		
5355074	Hamilton City	hamilton-city	US	95951	1759	America/Los_Angeles	39.74266	-122.01359	46	Hamilton,Hamilton City		CA	021		
5355114	Hamlet	hamlet	US	28345	0	America/Los_Angeles	38.2077	-122.92555	7			CA	041		
5355137	Hammond	hammond	US	13646	0	America/Los_Angeles	36.75967	-119.78709	91			CA	019		
5355138	Hammond	hammond	US	13646	0	America/Los_Angeles	36.4655	-118.86121	341			CA	107		
5355144	Hammonton	hammonton	US	08037	0	America/Los_Angeles	39.19295	-121.4208	40	Dredgertown,Dredgerville,Hammonton		CA	115		
5355180	Hanford	hanford	US	93230	55659	America/Los_Angeles	36.32745	-119.64568	76	Hanford,Khanford,Khehnford,Khenford,haenpeodeu,han fu de,hanfodo,hanfwrd,hyanapharda,Ханфорд,Хенфорд,Хэнфорд,هانفورد,ह्यानफर्ड,ハンフォード,汉福德,핸퍼드	031	CA	031		
5355231	Hansen	hansen	US	83334	0	America/Los_Angeles	33.81724	-118.01062	18			CA	059		
5355292	Happy Valley	happy-valley	US	97086	0	America/Los_Angeles	38.29992	-120.68382	460			CA	009		
5355297	Happy Valley	happy-valley	US	97086	0	America/Los_Angeles	38.68185	-120.56326	1126			CA	017		
5355310	Happy Valley	happy-valley	US	97086	0	America/Los_Angeles	34.08362	-118.20035	156			CA	037		
5355325	Harbor City	harbor-city	US	90710	0	America/Los_Angeles	33.79002	-118.29785	15	Harbor City,Harbor Industrial City		CA	037		
5355409	Hardy	hardy	US	24101	0	America/Los_Angeles	39.71238	-123.80308	7	Hardy,Hardy Creek		CA	045		
5355411	Hardwick	hardwick	US	01037	138	America/Los_Angeles	36.40134	-119.71874	76			CA	031		
5355447	Harlem	harlem	US	30814	0	America/Los_Angeles	36.39913	-121.25354	70			CA	053		
5355461	Harmony	harmony	US	02829	0	America/Los_Angeles	35.50858	-121.02269	56			CA	079		
5355462	Harmony	harmony	US	02829	0	America/Los_Angeles	36.12356	-119.16983	106			CA	107		
5355516	Harrington	harrington	US	04643	0	America/Los_Angeles	38.95879	-122.01747	40			CA	011		
5355550	Harrisburg	harrisburg	US	17101	0	America/Los_Angeles	36.36384	-117.11145	1520	Harrisberry,Harrisburg		CA	027		
5355587	Hart	hart	US	49420	0	America/Los_Angeles	35.28888	-115.10331	1393			CA	071		
5355608	Hartland	hartland	US	04943	30	America/Los_Angeles	36.65439	-118.95761	1341			CA	107		
5355612	Hartley	hartley	US	51346	2510	America/Los_Angeles	38.41713	-121.94691	37			CA	095		
5355641	Harvard	harvard	US	01451	0	America/Los_Angeles	34.9511	-116.66475	555	Blythe,Harvard		CA	071		
5355722	Hatch	hatch	US	84735	0	America/Los_Angeles	37.48966	-120.95549	22			CA	099		
5355742	Hathaway Pines	hathaway-pines	US	95233	0	America/Los_Angeles	38.19186	-120.36547	1014			CA	009		
5355782	Hawaiian Gardens	hawaiian-gardens	US	90716	14592	America/Los_Angeles	33.8314	-118.07284	10	Khauajun Garduns,Khavajan Gardens,hava'iyana gardensa,hawayyn gadrnz,hawyyan ghardyns,xia wei yi hua yuan,Хавајан Гарденс,Хауайън Гардънс,هاوایین گادرنز,هاوييان غاردينس,ہوائیین گارڈنز، کیلیفورنیا,हवाइयन गार्डेन्स,夏威夷花园		CA	037		
5355821	Hawley	hawley	US	18428	0	America/Los_Angeles	39.81074	-120.35493	1488			CA	063		
5355828	Hawthorne	hawthorne	US	07506	88451	America/Los_Angeles	33.9164	-118.35257	22	HHR,Hawthorne,Khotorn,hahtharna,hawthwrny,hawtwrn,hoson,huo sang,Хоторн,هاوتورن,هاوثورني,ہاتھورن,ہاوتھرون، کیلیفورنیا,हःथर्न,ホーソーン,霍桑,호손		CA	037		
5355862	Hayes	hayes	US	23072	0	America/Los_Angeles	34.07418	-118.02284	90			CA	037		
5355880	Hayfield	hayfield	US	55940	0	America/Los_Angeles	33.70474	-115.63443	422			CA	065		
5359446	Indio	indio	US	92201	87533	America/Los_Angeles	33.7207	-116.21677	-4	Indian Wells,Indio,Indiou,andyw,ayndyw  kalyfrnya,indio,indiyo,yin di ao,Індіо,Индио,Индиоу,إنديو,ایندیو، کالیفرنیا,इन्डियो,インディオ,印第奥,인디오		CA	065		
5355933	Hayward	hayward	US	54843	158289	America/Los_Angeles	37.66882	-122.0808	34	Gejvard,HWD,Hayward,Hayward Station,Hayward's,Haywards,Haywards Station,Haywood,Heivordas,Khejurd,Khejvard,hai wo de,hayward,heiwado,heiwodeu,hevarda,hywrd  kalyfrnya,Гейвард,Хейвард,Хейуърд,Хејвард,هايوارد,هیورد، کالیفرنیا,ہےوارڈ,हेवार्ड,ヘイワード,海沃德,헤이워드		CA	001		
5355934	Hayward	hayward	US	54843	0	America/Los_Angeles	37.64271	-120.3713	196			CA	043		
5355989	Hazelton	hazelton	US	58544	0	America/Los_Angeles	35.04219	-119.38456	235	Hazelton,Sunset,Sunset Camp		CA	029		
5356012	Healdsburg	healdsburg	US	95448	11742	America/Los_Angeles	38.61047	-122.86916	32	Gildsburg,Healdsburg,Healdsburgh,Khijldsburg,Khildsberg,Khildsburg,Russian River,heldsbarga,hiljeubeogeu,hirusubagu,hldzbrg  kalyfrnya,hyldsbwrgh,xi er ci bao,Гілдсбурґ,Хийлдсбърг,Хилдсберг,Хилдсбург,هلدزبرگ، کالیفرنیا,هيلدسبورغ,हेल्ड्स्बर्ग,ヒールスバーグ,希尔兹堡,힐즈버그		CA	097		
5356096	Heber	heber	US	85928	4275	America/Los_Angeles	32.73089	-115.52972	-3			CA	025		
5356117	Hector	hector	US	14841	0	America/Los_Angeles	34.80388	-116.45252	569			CA	071		
5356178	Helendale	helendale	US	92342	0	America/Los_Angeles	34.74388	-117.32449	742	Helen,Helendale,Judson,Point of Rocks		CA	071		
5356251	Helm	helm	US	93627	0	America/Los_Angeles	36.53162	-120.09821	57			CA	019		
5356277	Hemet	hemet	US	92543	83861	America/Los_Angeles	33.74761	-116.97307	486	HMT,Hemet,Hemicia,Khemet,he mi te,hemeta,hmt  kalyfrnya,hymyt,Хемет,همت، کالیفرنیا,هيميت,ہیمٹ,ہیمٹ، کیلیفورنیا,हेमेट,赫米特		CA	065		
5356319	Henderson	henderson	US	13650	0	America/Los_Angeles	37.47938	-122.16552	4			CA	081		
5356372	Henry	henry	US	24102	0	America/Los_Angeles	35.48969	-120.64795	257			CA	079		
5356429	Herald	herald	US	95638	1184	America/Los_Angeles	38.29575	-121.24439	22			CA	067		
5356451	Hercules	hercules	US	94547	25314	America/Los_Angeles	38.01714	-122.28858	24	Gerkules,Kherkjuliz,Khurkjulijz,hakyurizu,harkulija,he la ke lei si,hrkwls  kalyfrnya,hyrkwlys,Геркулес,Херкјулиз,Хъркюлийз,هرکولس، کالیفرنیا,هيركوليس,हर्कुलिज,ハーキュリーズ,赫拉克勒斯		CA	013		
5356521	Hermosa Beach	hermosa-beach	US	90254	19860	America/Los_Angeles	33.86224	-118.39952	8	Khermosa Bich,Khermosa Bijch,harmosa bica,he er mo sha hai tan,hrmwsa bych  kalyfrnya,hyrmwsa bytsh,Хермоса Бийч,Хермоса Бич,هرموسا بیچ، کالیفرنیا,هيرموسا بيتش,ہیرموسا بیچ، کیلیفورنیا,हर्मोसा बीच,何尔摩沙海滩		CA	037		
5356548	Herndon	herndon	US	17830	0	America/Los_Angeles	36.83661	-119.91738	91	Herndon,Sycamore		CA	019		
5356568	Hershey	hershey	US	17033	0	America/Los_Angeles	38.92545	-121.99664	43			CA	113		
5356576	Hesperia	hesperia	US	49421	93295	America/Los_Angeles	34.42639	-117.30088	971	Hesperia,Khespirija,heseupelia,hespariya,hsprya  kalyfrnya,hysbyrya,xi si pi li ya,Хеспирия,Хеспирија,هسپریا، کالیفرنیا,هيسبيريا,ہسپیریا,हेस्परिया,希斯皮里亚,헤스페리아		CA	071		
5356603	Hessel	hessel	US	49745	0	America/Los_Angeles	38.34825	-122.77721	38			CA	097		
5356630	Hewitt	hewitt	US	07421	0	America/Los_Angeles	34.19973	-118.39008	226			CA	037		
5356662	Hickman	hickman	US	38567	641	America/Los_Angeles	37.62354	-120.75382	53			CA	099		
5356679	Hicksville	hicksville	US	11801	0	America/Los_Angeles	38.32714	-121.32328	13			CA	067		
5356757	Hidden Valley	hidden-valley	US	15502	0	America/Los_Angeles	38.70685	-121.09189	157			CA	017		
5356759	Hidden Valley	hidden-valley	US	15502	0	America/Los_Angeles	38.76407	-121.16328	133			CA	061		
5356767	Hidden Valley Lake	hidden-valley-lake	US	95467	5579	America/Los_Angeles	38.80796	-122.55832	363			CA	033		
5356868	Highland	highland	US	12528	54854	America/Los_Angeles	34.12834	-117.20865	399	Highland,Highlands,Khajland,ha'ilyanda,hai lan,haillaendeu,hayland,haylnd  kalyfrnya,Хайланд,Хајланд,هايلاند,هایلند، کالیفرنیا,हाइल्यान्ड,海兰,하일랜드		CA	071		
5356912	Highland Park	highland-park	US	08904	0	America/Los_Angeles	34.11195	-118.19896	171			CA	037		
5356913	Highland Park	highland-park	US	08904	0	America/Los_Angeles	39.18462	-121.02773	839			CA	057		
5356914	Highland Park	highland-park	US	08904	0	America/Los_Angeles	38.55768	-121.48857	6			CA	067		
5356916	Highland Park	highland-park	US	08904	0	America/Los_Angeles	37.79771	-122.22747	59			CA	001		
5356950	Highlands	highlands	US	07732	0	America/Los_Angeles	37.51994	-122.34386	150			CA	081		
5356998	Hildreth	hildreth	US	68947	0	America/Los_Angeles	37.10884	-119.63292	380			CA	039		
5357089	Hillsdale	hillsdale	US	07642	0	America/Los_Angeles	32.77922	-116.92808	170			CA	073		
5357090	Hillsdale	hillsdale	US	07642	0	America/Los_Angeles	37.53633	-122.30552	15			CA	081		
5357155	Hillsborough	hillsborough	US	03244	11451	America/Los_Angeles	37.5741	-122.37942	98			CA	081		
5357169	Hilmar	hilmar	US	95324	0	America/Los_Angeles	37.40855	-120.8502	28	Hillmar,Hilmar		CA	047		
5357174	Hilton	hilton	US	14468	0	America/Los_Angeles	38.50463	-122.94027	35			CA	097		
5357198	Hinkley	hinkley	US	92347	0	America/Los_Angeles	34.9347	-117.19921	660	Hinckley,Hinkley		CA	071		
5357203	Hinsdale	hinsdale	US	01235	0	America/Los_Angeles	39.01517	-121.77886	10			CA	101		
5357206	Hinton	hinton	US	22831	0	America/Los_Angeles	39.37519	-120.07381	1676			CA	057		
5357249	Hobart	hobart	US	13788	0	America/Los_Angeles	34.01224	-118.20479	59			CA	037		
5357284	Hodge	hodge	US	71247	0	America/Los_Angeles	34.81554	-117.19338	696	Cottonwood,Hodge,Paliser,Point of Timbers		CA	071		
5357477	Hollis	hollis	US	03049	0	America/Los_Angeles	35.66745	-119.19122	128			CA	029		
5357499	Hollister	hollister	US	27844	37462	America/Los_Angeles	36.85245	-121.4016	88	Gollister,HLI,Kholister,Kholistur,halystr,holistara,holliseuteo,horisuta,huo li si te,hwlystyr,Голлістер,Холистер,Холистър,هالیستر,هوليستير,होलिस्टर,ホリスター,霍利斯特,홀리스터	069	CA	069		
5359463	Industry	industry	US	15052	206	America/Los_Angeles	34.01973	-117.95868	98	City of Industry,Indastri,Industri,ayndastry  kalyfrnya,gong ye shi,indastri,syty awf andwstry,Індастрі,Индастри,Индустри,Индъстри,انڈسٹری، کیلیفورنیا,اینداستری، کالیفرنیا,سيتي أوف إندوستري,इन्डस्ट्री,工業市		CA	037		
5357527	Hollywood	hollywood	US	20636	167664	America/Los_Angeles	34.09834	-118.32674	108	Cholygount,Galivud,Gollivud,Holivud,Holivuda,Holivudas,Holivudo,Hollivud,Hollywood,Huolevods,Huolėvods,Kholivud,Ruscisilva,Tinseltown,hali'uda,halivud,halivut,halliudeu,halywwd,halywwd  ls‌anjls,hao lai wu,hariuddo,he li huo,healivud,holivuda,holivudi,hwlywwd,hxl li wud,Χόλυγουντ,Галівуд,Голливуд,Голлівуд,Холивуд,Հոլիվուդ,האליוואד,הוליווד,هاليووډ,هالیوود,هالیوود، لس‌آنجلس,هوليوود,ھۆلیوود,ہالی وڈ,हलिउड,हॉलिवूड,हॉलीवुड,হলিউড,ஹாலிவுட்,హాలీవుడ్,ಹಾಲಿವುಡ್,ഹോളിവുഡ്,ฮอลลีวูด,ဟောလိဝုဒ်,ჰოლივუდი,ハリウッド,好莱坞,荷里活,할리우드		CA	037		
5357598	Holtville	holtville	US	92250	6404	America/Los_Angeles	32.81116	-115.38026	-3	Holton,Holtville,Kholtvil,halt wyl  kalyfrnya,hao te wei er,holtabhila,hwltfyly,Холтвил,هالت ویل، کالیفرنیا,هولتفيلي,होल्टभिल,豪特维尔		CA	025		
5357630	Holy City	holy-city	US	95026	0	America/Los_Angeles	37.15689	-121.97885	381			CA	085		
5357674	Holt	holt	US	32564	0	America/Los_Angeles	37.93437	-121.42717	0			CA	077		
5357755	Homeland	homeland	US	33847	5969	America/Los_Angeles	33.74308	-117.1092	489			CA	065		
5357760	Homer	homer	US	13077	0	America/Los_Angeles	34.92	-114.93692	655			CA	071		
5357785	Homewood	homewood	US	60430	0	America/Los_Angeles	39.08685	-120.16019	1900			CA	061		
5357847	Hood	hood	US	22723	271	America/Los_Angeles	38.36824	-121.51745	2	Hood,Richland		CA	067		
5357968	Hopeton	hopeton	US	73746	0	America/Los_Angeles	37.4916	-120.53103	56	Forlorn Hope,Hopeton,Hopetown		CA	047		
5357990	Hopland	hopland	US	95449	756	America/Los_Angeles	38.97295	-123.11639	153	Hopland,Khopland,New Hopland,Sanel,Хопланд		CA	045		
5358047	Hornitos	hornitos	US	95325	75	America/Los_Angeles	37.50216	-120.23824	257			CA	043		
5358539	Hughson	hughson	US	95326	7384	America/Los_Angeles	37.59688	-120.86604	38	Khjuson,Khjusun,haswn,hwghswn,hyusana,xiao chen,Хюсън,Хјусон,هاسون,هوغسون,ह्युसन,晓臣		CA	099		
5358600	Hume	hume	US	14745	0	America/Los_Angeles	36.78495	-118.91372	1629	Hume,Humes		CA	019		
5358612	Humphreys	humphreys	US	64646	0	America/Los_Angeles	34.41027	-118.44064	456			CA	037		
5358705	Huntington Beach	huntington-beach	US	92605	201899	America/Los_Angeles	33.6603	-117.99923	12	Gantington-Bich,Hantington Bycas,Hantington Byčas,Huntington Beach,Khntingtn Bijch,Khantington Bich,Khantington-Bich,Pacific Beach,Pacific City,han ting tan bich,hantingatana bica,hantintonbichi,hantyngtwn bych  kalyfrnya,heng ting dun bi qi,heontingteonbichi,hwntynghtwn bytsh,Гантінґтон-Біч,Хантингтон Бич,Хантингтон-Бич,Хънтингтън Бийч,هانتینگتون بیچ، کالیفرنیا,هونتينغتون بيتش,ہنٹنگٹن بیچ,हन्टिंगटन बीच,ฮันติงตันบีช,ハンティントンビーチ,亨廷頓比奇,헌팅턴비치		CA	059		
5358736	Huntington Park	huntington-park	US	90255	59430	America/Los_Angeles	33.98168	-118.22507	52	Huntington Park,Khantington Park,Khantington-Park,Khuntingtun Park,hantingatana parka,hantyngtwn park,heng ting dun gong yuan,hwntynghtwn bark,Хантингтон Парк,Хантингтон-Парк,Хънтингтън Парк,هانتینگتون پارک,هونتينغتون بارك,ہنٹنگٹن پارک، کیلیفورنیا,हन्टिंगटन पार्क,亨廷顿公园		CA	037		
5358750	Huntley	huntley	US	56047	0	America/Los_Angeles	37.75854	-120.94716	40			CA	077		
5358769	Huron	huron	US	38345	6836	America/Los_Angeles	36.20273	-120.10292	114			CA	019		
5358813	Hyde Park	hyde-park	US	02136	0	America/Los_Angeles	33.98057	-118.33063	50	Hyde Park,Hydepark		CA	037		
5358894	Idlewild	idlewild	US	38346	0	America/Los_Angeles	39.1088	-120.15936	1900	Idlewild,McConnel,Tahoe Pines		CA	061		
5358895	Idlewild	idlewild	US	38346	43	America/Los_Angeles	35.81078	-118.67203	1132			CA	107		
5358901	Idyllwild	idyllwild	US	92549	3583	America/Los_Angeles	33.74002	-116.71891	1601	Ajdilvajld,Idyllwild,Strawberry Valley,Айдилвайлд		CA	065		
5358983	Ignacio	ignacio	US	81137	0	America/Los_Angeles	38.0702	-122.53859	9	Ignacio,Pacheco		CA	041		
5359052	Imperial	imperial	US	15126	17095	America/Los_Angeles	32.84755	-115.56944	-18	IPL,Impirijal,Impiriul,ambyryal,aympryal  kalyfrnya,imperiyala,yin pi li er,Импириъл,Импиријал,إمبيريال,ایمپریال، کالیفرنیا,इम्पेरियल,因皮里尔		CA	025		
5359054	Imperial Beach	imperial-beach	US	91932	27408	America/Los_Angeles	32.58394	-117.11308	6	Impirijal Bich,Impiriul Bijch,NRS,ambyryal bytsh,aympryal bych  kalyfrnya,imperiyala bica,impilieolbichi,yin pi li er tan,Импириъл Бийч,Импиријал Бич,אימפריאל ביץ,إمبيريال بيتش,ایمپریال بیچ، کالیفرنیا,इम्पेरियल बीच,因皮里尔滩,임피리얼비치		CA	073		
5359128	Independence	independence	US	24348	669	America/Los_Angeles	36.80271	-118.2001	1198	Independence,Independens,Indipenduns,Little Pine,Putnam's,Putnams,du li cheng,independensu,indipendensa,Индепенденс,Индипендънс,इन्डिपेन्डेन्स,インデペンデンス,独立城		CA	027		
5359302	Indian Hills	indian-hills	US	80454	0	America/Los_Angeles	38.17353	-120.37742	960			CA	009		
5359383	Indian Springs	indian-springs	US	89018	0	America/Los_Angeles	34.33222	-118.33369	597	Indian Spring,Indian Springs		CA	037		
5359384	Indian Springs	indian-springs	US	89018	0	America/Los_Angeles	37.0505	-119.73237	160			CA	039		
5359385	Indian Springs	indian-springs	US	89018	0	America/Los_Angeles	39.73349	-123.3739	365			CA	045		
5359387	Indian Springs	indian-springs	US	89018	0	America/Los_Angeles	32.72033	-116.88086	269			CA	073		
5359425	Indian Wells	indian-wells	US	86031	0	America/Los_Angeles	35.66523	-117.87312	841	Homestead,Indian Wells		CA	029		
5359426	Indian Wells	indian-wells	US	86031	5289	America/Los_Angeles	33.71791	-116.34311	27	Indian Velsas,Indian-Uehlls,Indian-Vells,Indijan Vels,Indiun Uels,andyan wylz,ayndyn wlz  kalyfrnya,indian'u~eruzu,indiyana velsa,yin di an wei er si,Індіан-Веллс,Индиан-Уэллс,Индиън Уелс,Индијан Велс,إنديان ويلز,انڈین ویلز، کیلیفورنیا,ایندین ولز، کالیفرنیا,इन्डियन वेल्स,インディアンウェルズ,印第安維爾斯		CA	065		
5359484	Ingleside	ingleside	US	21644	0	America/Los_Angeles	37.72299	-122.45303	92			CA	075		
5363058	Keyes	keyes	US	73947	5601	America/Los_Angeles	37.5566	-120.91549	28			CA	099		
5359488	Inglewood	inglewood	US	90301	111666	America/Los_Angeles	33.96168	-118.35313	40	Inglewood,Inglvud,Inglvudas,Ingulud,anghlywwwd,aynglwwd  kalyfrnya,in'gelavuda,ing-geul-udeu,inguruuddo,ying ge er wu de,Інґлвуд,Инглвуд,Ингълуд,Ինգլվուդ,אינגלווד,إنغليووود,انگل ووڈ,انگلووڈ، کیلیفورنیا,اینگلوود، کالیفرنیا,इन्गेलवूड,イングルウッド,英格爾伍德,잉글우드		CA	037		
5359498	Ingomar	ingomar	US	15127	0	America/Los_Angeles	37.18022	-120.96826	28			CA	047		
5359501	Ingram	ingram	US	40955	0	America/Los_Angeles	38.89018	-123.17195	256			CA	045		
5359577	Interlaken	interlaken	US	14847	7321	America/Los_Angeles	36.95134	-121.73384	39			CA	087		
5359595	Inverness	inverness	US	34450	1304	America/Los_Angeles	38.10103	-122.85694	13	Invernes,inbharnesa,Инвернес,इन्भर्नेस		CA	041		
5359623	Inyokern	inyokern	US	93527	1099	America/Los_Angeles	35.6469	-117.81257	742	IYK,In'okern,Inyokern,Magnolia,Siding 16,in'yokarna,Иньокерн,इन्योकर्न		CA	029		
5359634	Ione	ione	US	95640	7000	America/Los_Angeles	38.35269	-120.93272	91	Ajon,Ajoni,Bed Bug,Bedbug,Freeze Out,Freezeout,Hardscrabble,Ione,Ione City,Rickeyville,Woosterville,ai ao ni,awny,ayona,aywn  kalyfrnya,Айони,Ајон,آیون، کالیفرنیا,إوني,आयोन,艾奥尼		CA	005		
5359664	Iowa City	iowa-city	US	52240	0	America/Los_Angeles	39.29156	-121.47747	59			CA	115		
5359693	Irma	irma	US	54442	0	America/Los_Angeles	34.42944	-119.75347	67			CA	083		
5359769	Ironsides	ironsides	US	20643	0	America/Los_Angeles	33.81113	-118.30618	20			CA	037		
5359777	Irvine	irvine	US	16329	256927	America/Los_Angeles	33.66946	-117.82311	17	rvajn,Ervajn,Irvajn,Irvin,Irvinas,Irvine,abain,arfayn,arwayn,arwayn  kalyfrnya,eobain,er wan,ou wen,Ервайн,Ервајн,Ирвайн,Ирвин,Ървайн,אירוויין,إرفاين,اروائن,ارواین، کالیفرنیا,アーバイン,歐文,爾灣,어바인		CA	059		
5359917	Isleton	isleton	US	95641	834	America/Los_Angeles	38.16186	-121.61162	3	Ajlton,Ajltun,a'ilatana,ai lie dun,aslytwn,aysltwn  kalyfrnya,Айлтън,Ајлтон,آیسلتون، کالیفرنیا,إسليتون,आइलटन,艾列頓		CA	067		
5359959	Ivanhoe	ivanhoe	US	24350	4495	America/Los_Angeles	36.38717	-119.21789	111	Ivanhoe,Klink		CA	107		
5360160	Jackson	jackson	US	03846	4649	America/Los_Angeles	38.3488	-120.7741	371	Botellas,Botilleas,Botilleas Spring,Bottileas,Bottle Spring,Dzekson,Dzhaksun,Dzhehkson,Dzhekson,Jackson,jakswn,jakuson,jie ke xun,jkswn  kalyfrnya,jyakasana,jyksn  kyly fwrnyw,Џексон,Джаксън,Джексон,Джэксон,جاكسون,جکسون، کالیفرنیا,جیکسن، کیلی فورنیو,ज्याकसन,ジャクソン,杰克逊	005	CA	005		
5360382	Jamestown	jamestown	US	02835	3433	America/Los_Angeles	37.95326	-120.4227	435	American Camp,Jamestown,Jimtown		CA	109		
5360403	Jamul	jamul	US	91935	6163	America/Los_Angeles	32.717	-116.87613	304			CA	073		
5360472	Java	java	US	24565	0	America/Los_Angeles	34.8875	-114.72719	318			CA	071		
5360529	Jefferson	jefferson	US	01522	0	America/Los_Angeles	34.01835	-118.27202	62			CA	037		
5360614	Jenner	jenner	US	95450	136	America/Los_Angeles	38.44964	-123.11556	5			CA	097		
5360719	Jet	jet	US	73749	0	America/Los_Angeles	37.43271	-121.09993	35			CA	099		
5360726	Jewell	jewell	US	31045	0	America/Los_Angeles	38.03659	-122.74582	24	Jewell,Jewells		CA	041		
5360822	Johannesburg	johannesburg	US	49751	172	America/Los_Angeles	35.37274	-117.63478	1072			CA	029		
5361118	Johnstown	johnstown	US	12095	0	America/Los_Angeles	32.83811	-116.89669	182			CA	073		
5361153	Jolon	jolon	US	93928	0	America/Los_Angeles	35.9708	-121.17603	296	HGT,Jolon		CA	053		
5361283	Joshua	joshua	US	76058	0	America/Los_Angeles	35.2711	-115.44944	1217			CA	071		
5361298	Joshua Tree	joshua-tree	US	92252	7414	America/Los_Angeles	34.13473	-116.31307	834	Dzoshua Tri,josuva tri,josyuateuli,yue shu ya shu,Џошуа Три,जोशुवा ट्री,約書亞樹,조슈아트리		CA	071		
5361384	Julian	julian	US	16844	1502	America/Los_Angeles	33.07866	-116.60196	1287	Dzulijan,Julian,Julian City,Julián,juliyana,Џулијан,जुलियन		CA	073		
5361454	June Lake	june-lake	US	93529	629	America/Los_Angeles	37.77965	-119.07542	2333	Dzun Lejk,Џун Лејк		CA	051		
5361512	Jupiter	jupiter	US	33458	0	America/Los_Angeles	38.12242	-120.28269	855			CA	109		
5362431	Kaiser	kaiser	US	65047	0	America/Los_Angeles	34.0939	-117.48894	356	Kaiser,Kaiser Siding		CA	071		
5362517	Karnak	karnak	US	62956	0	America/Los_Angeles	38.7849	-121.65552	7			CA	101		
5362545	Kathryn	kathryn	US	58049	0	America/Los_Angeles	33.70419	-117.75339	71			CA	059		
5362554	Kaweah	kaweah	US	93237	0	America/Los_Angeles	36.46967	-118.91843	287	Kaweah,Kawia		CA	107		
5362590	Kearsarge	kearsarge	US	03847	0	America/Los_Angeles	36.80688	-118.11731	1149	Citrus,Kearsarge,Kearsarge Station		CA	027		
5362619	Keene	keene	US	03431	431	America/Los_Angeles	35.22357	-118.56231	793	Keene,Wells,Woodford		CA	029		
5362640	Keeler	keeler	US	93530	66	America/Los_Angeles	36.48716	-117.87397	1098			CA	027		
5362668	Kellogg	kellogg	US	50135	0	America/Los_Angeles	38.63213	-122.67388	159			CA	097		
5362725	Kelseyville	kelseyville	US	95451	3353	America/Los_Angeles	38.97795	-122.83944	422	Kelsey,Kelsey Creek,Kelsey Town,Kelseyville,Kelsivil,Peartown,Uncle Sam,kelsibhila,Келсивил,केल्सीभिल		CA	033		
5362776	Kennedy	kennedy	US	14747	3254	America/Los_Angeles	37.92992	-121.25272	7			CA	077		
5362849	Kensington	kensington	US	20891	5077	America/Los_Angeles	37.91048	-122.28025	177	Kensington,Kensington Park,kensingatana,Кенсингтон,केन्सिंगटन		CA	013		
5362864	Kentfield	kentfield	US	94914	6485	America/Los_Angeles	37.95215	-122.5572	35	Kent,Kentfield,Kentfild,Ross Landing,Tamalpais,kentaphilda,Кентфилд,केन्टफिल्ड		CA	041		
5362885	Kenwood	kenwood	US	95452	1028	America/Los_Angeles	38.4138	-122.54609	129			CA	097		
5362909	Kerman	kerman	US	93630	14475	America/Los_Angeles	36.72356	-120.05988	67	Collis,Kerman,Kurman,ke er man,kermyana,krman,kyrman,Керман,Кърман,كيرمان,کرمان,केर्म्यान,克尔曼		CA	019		
5362994	Kernville	kernville	US	93238	1395	America/Los_Angeles	35.75467	-118.42536	813	Kernvil,kernabhila,Кернвил,केर्नभिल		CA	029		
5363042	Kettleman City	kettleman-city	US	93239	1439	America/Los_Angeles	36.00829	-119.9618	77	Kettelman City,Kettleman City		CA	031		
5363083	Keystone	keystone	US	46759	0	America/Los_Angeles	33.82529	-118.28035	12			CA	037		
5363085	Keystone	keystone	US	46759	0	America/Los_Angeles	37.83521	-120.5077	330			CA	109		
5363152	Kimball	kimball	US	24853	0	America/Los_Angeles	34.25667	-119.18927	47			CA	111		
5363183	Kincaid	kincaid	US	25119	0	America/Los_Angeles	34.12862	-117.93562	172			CA	037		
5363208	King City	king-city	US	64463	13902	America/Los_Angeles	36.21274	-121.12603	102	City of King,KIC,King City,King Siti,Kings City,Kings Siti,Kings Station,jin cheng,kinga siti,kingsiti,kyng syty  kalyfrnya,kyngh syty,Кинг Сити,Кингс Сити,كينغ سيتي,کنگ سٹی، کیلیفورنیا,کینگ سیتی، کالیفرنیا,किङ्ग सिटी,金城,킹시티		CA	053		
5363364	Kings Beach	kings-beach	US	96143	3796	America/Los_Angeles	39.23768	-120.02658	1905			CA	061		
5363429	Kingsburg	kingsburg	US	93631	11824	America/Los_Angeles	36.51384	-119.55402	92	Drapersville,Kings River Switch,Kingsberg,Kingsburg,Kingsburgh,Wheatville,jin si bao,kingasbarga,kynghsbwrgh,kyngz brg  kalyfrnya,Кингсберг,Кингсбърг,كينغسبورغ,کینگز برگ، کالیفرنیا,किङ्गस्बर्ग,金斯堡		CA	019		
5363456	Kingsville	kingsville	US	21087	0	America/Los_Angeles	38.67657	-120.87577	467	Kingsville,Kingville		CA	017		
5363507	Kirkwood	kirkwood	US	13795	158	America/Los_Angeles	38.70269	-120.07269	2344	Kirk,Kirkvud,Kirkvuda,Kirkwood,Kirkwood's,karkavuda,Кирквуд,Кирквуда,कर्कवूड		CA	003		
5363508	Kirkwood	kirkwood	US	13795	0	America/Los_Angeles	39.85516	-122.16193	67			CA	021		
5363512	Kirkville	kirkville	US	13082	0	America/Los_Angeles	38.90879	-121.79274	11	Colegrove Point,Kirksville,Kirkville		CA	101		
5363525	Kismet	kismet	US	67859	0	America/Los_Angeles	37.04717	-120.0935	85	Kismet,Miller		CA	039		
5363534	Kit Carson	kit-carson	US	80825	0	America/Los_Angeles	38.67074	-120.11352	2221			CA	005		
5363578	Klondike	klondike	US	75448	0	America/Los_Angeles	34.66832	-116.00306	505			CA	071		
5363610	Knights Landing	knights-landing	US	95645	995	America/Los_Angeles	38.79962	-121.7183	11	Grafton,Knight's Landing,Knights Landing		CA	113		
5363616	Knightsen	knightsen	US	94548	1568	America/Los_Angeles	37.96881	-121.66801	9	Knightsen,Knightsen Station		CA	013		
5363657	Knoxville	knoxville	US	16928	0	America/Los_Angeles	38.82768	-122.34053	403			CA	055		
5363713	Korbel	korbel	US	95550	0	America/Los_Angeles	38.50769	-122.96444	29			CA	097		
5363762	Kramer	kramer	US	58748	0	America/Los_Angeles	34.99442	-117.58589	761			CA	071		
5363825	Kyburz	kyburz	US	95720	0	America/Los_Angeles	38.77463	-120.29686	1237	Kyburz,Slippery Ford,Slipperyford		CA	017		
5363859	La Cañada Flintridge	la-canada-flintridge	US	91011	20246	America/Los_Angeles	34.19917	-118.18785	362	Flintridge,La Canada,La Canada Flintridge,La Cañada Flintridge,La Kanjada Flintridz,La-Kan'jada-Flintridzh,la kanyada flyntrydj,la kanyada flyntryj  kalyfrnya,la kyanada phlintarija,lakanyadapeullinteuliji,Ла Канјада Флинтриџ,Ла-Каньяда-Флинтридж,لا كانيادا فلينتريدج,لا کاناڈا فلینٹریڈگی، کیلیفورنیا,لا کانیادا فلینتریج، کالیفرنیا,ला क्यानाडा फ्लिन्टरिज,라카냐다플린트리지		CA	037		
5363887	La Crescenta	la-crescenta	US	91214	0	America/Los_Angeles	34.22417	-118.24008	479			CA	037		
5363915	La Grange	la-grange	US	28551	0	America/Los_Angeles	37.66354	-120.46353	76	French Bar,La Grange,Owen's Ferry		CA	099		
5363922	La Habra	la-habra	US	90631	62131	America/Los_Angeles	33.93196	-117.94617	91	La Khabra,la ha bu la,la habra,la habra  kalyfrnya,Ла Хабра,لا هابرا,لا هابرا، کالیفرنیا,ला हाब्रा,拉哈布拉		CA	059		
5363933	La Honda	la-honda	US	94020	928	America/Los_Angeles	37.31911	-122.27414	119	La Honda,Lahonda		CA	081		
5363942	La Jolla	la-jolla	US	92037	0	America/Los_Angeles	33.85752	-117.87645	62			CA	059		
5363943	La Jolla	la-jolla	US	92037	42808	America/Los_Angeles	32.84727	-117.2742	32	El Nito,La Jolla,La Joya,La Khoja,La-Khojja,La-Khol'ja,Lajolla,la huo ya,la hwya,lahoia,lahwya,rahoya,Ла Хоя,Ла-Хойя,Ла-Холья,لا هویا,لاهويا,ラホヤ,拉霍亚,라호이아		CA	073		
5363990	La Mesa	la-mesa	US	88044	60089	America/Los_Angeles	32.76783	-117.02308	161	Allison Springs,La Mesa,La Mesa Heights,La Mesa Springs,Lamesa,la mesa,la mi sa,la msa  kalyfrnya,la mysa,Ла Меса,لا مسا، کالیفرنیا,لا ميسا,ला मेसा,拉米萨		CA	073		
5364007	La Mirada	la-mirada	US	90637	49520	America/Los_Angeles	33.91724	-118.01201	59	La Mirada,La-Mirada,la mi la da,la mirada,la myrada,la myrada  kalyfrnya,lamilada,Ла Мирада,Ла-Мирада,لا ميرادا,لا میرادا، کالیفرنیا,ला मिराडा,拉米拉达,라미라다		CA	037		
5364022	La Palma	la-palma	US	90623	15904	America/Los_Angeles	33.8464	-118.04673	14	Dairyland,La Palma,la balma,la pa er ma,la palma,la palma  kalyfrnya,Ла Палма,لا بالما,لا پالما، کالیفرنیا,ला पाल्मा,拉帕尔马		CA	059		
5364051	La Porte	la-porte	US	46350	26	America/Los_Angeles	39.68211	-120.98412	1518	La Porta,La Porte,Rabbit Creek,Rabbit Town,Ла Порта		CA	063		
5364066	La Puente	la-puente	US	91744	40745	America/Los_Angeles	34.02001	-117.94951	107	Hillgrove,La Puente,La Puenti,Puente,la bwynty,la pu'ente,la pwnt  kalyfrnya,Ла Пуенте,Ла Пуенти,لا بوينتي,لا پونت، کالیفرنیا,لا پیونتے، کیلیفورنیا,ला पुएन्टे		CA	037		
5364078	La Quinta	la-quinta	US	92247	0	America/Los_Angeles	34.32778	-118.64064	594			CA	037		
5364079	La Quinta	la-quinta	US	92247	40476	America/Los_Angeles	33.66336	-116.31001	41	La Kinta,La Kuinta,la kvinta,la kwynta,la kwyynta  kalyfrnya,Ла Кинта,Ла Куинта,لا كوينتا,لا کوئینتا، کالیفرنیا,لا کوینٹا، کیلیفورنیا,ला क्विन्टा		CA	065		
5364112	La Salle	la-salle	US	48145	0	America/Los_Angeles	34.64776	-120.52628	16			CA	083		
5364134	La Verne	la-verne	US	91750	32681	America/Los_Angeles	34.10084	-117.76784	323	La Vern,La Verne,La Vurn,La-Vern,Lordsburg,POC,la bharna,la fyrny,la wrn  kalyfrnya,Ла Верн,Ла Върн,Ла-Верн,لا فيرني,لا ورن، کالیفرنیا,ला भर्न		CA	037		
5364199	Ladera Ranch	ladera-ranch	US	92694	22980	America/Los_Angeles	33.57086	-117.63561	168			CA	059		
5365425	Lathrop	lathrop	US	64465	20866	America/Los_Angeles	37.8227	-121.27661	7	LRO,Lathrop,Latroup,Lejtrop,la si luo pu,lathrwb,latrwp  kalyfrnya,lyatharopa,Латроуп,Лејтроп,لاتروپ، کالیفرنیا,لاثروب,ल्याथरोप,拉斯罗普		CA	077		
5364226	Lafayette	lafayette	US	07848	25843	America/Los_Angeles	37.88576	-122.11802	94	La Fayette,Lafajet,Lafayette,Lafejet,la fei te,lafayt  kalyfrnya,lafayyty,laphayeta,lapies,rafaietto,Лафайет,Лафејет,لافاييتي,لافایت، کالیفرنیا,लाफायेट,ラファイエット,拉斐特,라피엣		CA	013		
5364270	Laguna	laguna	US	87026	0	America/Los_Angeles	33.97668	-118.13979	46			CA	037		
5364271	Laguna	laguna	US	87026	46621	America/Los_Angeles	38.42102	-121.42384	9			CA	067		
5364275	Laguna Beach	laguna-beach	US	92651	23365	America/Los_Angeles	33.54225	-117.78311	6	Lagona,Laguna,Laguna Beach,Laguna Bich,Laguna Bijch,Laguna-Bich,la gu na hai tan,laghwna bytsh,laguna bica,lagwna bych  kalyfrnya,lagwna bych  kylyfwrnya,leogunabichi,Лагуна Бийч,Лагуна Бич,Лагуна-Бич,Лагуна-Біч,لاغونا بيتش,لاگونا بیچ، کالیفرنیا,لاگونا بیچ، کیلیفورنیا,लागुना बीच,ラグナ・ビーチ,拉古纳海滩,러구나비치		CA	059		
5364306	Laguna Hills	laguna-hills	US	92653	31748	America/Los_Angeles	33.61252	-117.71283	113			CA	059		
5364329	Laguna Niguel	laguna-niguel	US	92607	65806	America/Los_Angeles	33.52253	-117.70755	121	Laguna Nigel,Laguna Niguel,laghwna nyghwyl,laguna nigela,lagwna nygwyl  kalyfrnya,ni gu hu,Лагуна Нигел,لاغونا نيغويل,لاگونا نیگوئل، کالیفرنیا,लागुना निगेल,尼古湖		CA	059		
5364369	Laguna Woods	laguna-woods	US	92637	16406	America/Los_Angeles	33.6103	-117.72533	116	Laguna Uds,Laguna Vuds,la gu na wu ci,laghwna wwwds,laguna vudsa,lagwna wwdz  kalyfrnya,Лагуна Вудс,Лагуна Удс,لاغونا ووودس,لاگونا وودز، کالیفرنیا,लागुना वुद्स,拉古纳伍兹		CA	059		
5364383	Lagunitas	lagunitas	US	94938	0	America/Los_Angeles	38.01131	-122.70221	66			CA	041		
5364414	Lake Arrowhead	lake-arrowhead	US	92352	12424	America/Los_Angeles	34.24834	-117.18921	1577	Lake Arrowhead,Lejk Aroukhed,Little Bear Lake,leka eroheda,Лејк Ароухед,लेक एरोहेड		CA	071		
5364461	Lake City	lake-city	US	16423	0	America/Los_Angeles	39.35851	-120.94161	1032			CA	057		
5364499	Lake Elsinore	lake-elsinore	US	92530	61981	America/Los_Angeles	33.66808	-117.32726	395	Elsinore,Etengvo,Etengvo Wumona,Laguna,Laguna Grande,Lake Elsinore,Lejk Elsinor,Lejk Elzinor,Lejk-Ehlsinor,Machadao,Machado,Wamoma,hu ai er xi nuo,lak alsynwry,leka elsinora,lyk al synwr  kalyfrnya,lyk aylsynwry  kylyfwrnya,Лейк Елзинор,Лейк-Элсинор,Лејк Елсинор,لاك إلسينوري,لیک ال سینور، کالیفرنیا,لیک ایلسینوری، کیلیفورنیا,लेक एल्सिनोर,湖埃尔西诺		CA	065		
5364514	Lake Forest	lake-forest	US	60045	82492	America/Los_Angeles	33.64697	-117.68922	148	El Toro,Eltoro,Lake Forest,Lejk Forest,Lejk Forist,lak fwryst,leikeupoliseuteu,leka pharesta,lyk farst  kalyfrnya,reikuforesuto,sen lin hu,Лейк Форест,Лејк Форист,لاك فوريست,لیک فارست، کالیفرنیا,لیک فارسٹ، کیلیفورنیا,لیک فورسٹ,लेक फरेस्ट,レイクフォレスト,森林湖,레이크포리스트		CA	059		
5364515	Lake Forest	lake-forest	US	60045	0	America/Los_Angeles	39.18435	-120.11464	1908			CA	061		
5364549	Lake Hughes	lake-hughes	US	93532	649	America/Los_Angeles	34.67693	-118.44536	984	Hughes Lake,Lake Hughes		CA	037		
5364554	Lake Isabella	lake-isabella	US	93240	3466	America/Los_Angeles	35.61801	-118.47314	766	Isabella,Kernvale,Lake Isabella,Lejk Izabela,leka ijabela,Лејк Изабела,लेक इजाबेला		CA	029		
5364588	Lake Mary	lake-mary	US	32746	0	America/Los_Angeles	37.59994	-119.00124	2733			CA	051		
5364724	Lake Village	lake-village	US	46349	0	America/Los_Angeles	33.49947	-117.13336	352			CA	065		
5364753	Lakeport	lakeport	US	95453	4807	America/Los_Angeles	39.04295	-122.91583	413	Forbestown,Lakeport,Lejkport,Rocky Point,Stony Point,Tuckertown,la ke bo te,lakybwrt,lekaporta,lykpwrt  kalyfrnya,reikupoto,Лейкпорт,Лејкпорт,لاكيبورت,لیکپورت، کالیفرنیا,लेकपोर्ट,レイクポート,拉克波特	033	CA	033		
5364771	Lakeshore	lakeshore	US	33854	0	America/Los_Angeles	37.253	-119.17484	2132			CA	019		
5364772	Lakeshore	lakeshore	US	33854	0	America/Los_Angeles	38.81518	-121.11272	208			CA	061		
5364782	Lakeside	lakeside	US	06758	20648	America/Los_Angeles	32.85727	-116.92225	126	Lejksajd,lekasa'ida,Лејксајд,लेकसाइड		CA	073		
5364823	Lakeview	lakeview	US	28350	0	America/Los_Angeles	35.09469	-119.10955	114			CA	029		
5364824	Lakeview	lakeview	US	28350	0	America/Los_Angeles	34.55749	-118.14341	889			CA	037		
5364825	Lakeview	lakeview	US	28350	0	America/Los_Angeles	39.32824	-120.26353	1847			CA	057		
5364826	Lakeview	lakeview	US	28350	2104	America/Los_Angeles	33.83863	-117.11809	442	Algooton,Algootoon,Lake View,Lakeview,Lakeview Junction		CA	065		
5364827	Lakeview	lakeview	US	28350	0	America/Los_Angeles	32.84283	-116.90419	177			CA	073		
5364852	Lakeville	lakeville	US	02347	0	America/Los_Angeles	38.19908	-122.5472	3			CA	097		
5364855	Lakewood	lakewood	US	08701	81611	America/Los_Angeles	33.85363	-118.13396	14	Lakewood,Lakewood Village,Lejkud,Lejkvud,lai ke wu de,lakywwwd,leikeuudeu,lekavuda,lykwwd  kalyfrnya,reikuuddo,Лейквуд,Лейкуд,Лејквуд,لاكيووود,لیکوود، کالیفرنیا,لیکووڈ,लेकवूड,レイクウッド,莱克伍德,레이크우드		CA	037		
5364916	Lamont	lamont	US	32336	15120	America/Los_Angeles	35.25968	-118.91427	123			CA	029		
5364940	Lancaster	lancaster	US	01523	161103	America/Los_Angeles	34.69804	-118.13674	719	Lancaster,Lankaster,Lankastur,WJF,lan kai si te,lankstr,lnkstr  kalyfrnya,lnqstr,lyancestara,rankasuta,Ланкастер,Ланкастър,לנקסטר,لانكستر,لنکستر، کالیفرنیا,لینکاسٹر,ल्यान्चेस्टर,ランカスター,蘭開斯特		CA	037		
5364967	Landers	landers	US	92285	0	America/Los_Angeles	34.26611	-116.39307	940			CA	071		
5365008	Lane	lane	US	29564	0	America/Los_Angeles	38.0027	-121.25022	11			CA	077		
5365089	Largo	largo	US	33770	0	America/Los_Angeles	39.02156	-123.13	159			CA	045		
5365113	Larkspur	larkspur	US	80118	12417	America/Los_Angeles	37.93409	-122.53525	13	Larksper,Larkspur,la ke si po,larkaspara,larksbwr,larkspwr  kalyfrnya,Ларкспер,Ларкспър,لاركسبور,لارکسپور، کالیفرنیا,लार्कस्पर,拉克斯珀		CA	041		
5365167	Las Cruces	las-cruces	US	88001	0	America/Los_Angeles	34.50804	-120.22904	104			CA	083		
5365442	Laton	laton	US	93242	1824	America/Los_Angeles	36.43328	-119.6868	79			CA	019		
5365450	Latrobe	latrobe	US	15650	0	America/Los_Angeles	38.55963	-120.98383	232	La Trobe,Latrobe		CA	017		
5365459	Laughlin	laughlin	US	89028	0	America/Los_Angeles	39.27961	-123.23445	263			CA	045		
5365475	Laurel	laurel	US	11948	0	America/Los_Angeles	37.53188	-122.30775	22			CA	081		
5365476	Laurel	laurel	US	11948	0	America/Los_Angeles	37.11661	-121.96635	273	Highland,Laurel		CA	087		
5365603	Lawndale	lawndale	US	28090	33430	America/Los_Angeles	33.88724	-118.35257	18	Londejl,lanadela,lawn dyl  kalyfrnya,lawndaly,Лондейл,Лондејл,لانڈیل، کیلیفورنیا,لاون دیل، کالیفرنیا,لاوندالي,लनडेल		CA	037		
5365604	Lawndale	lawndale	US	28090	0	America/Los_Angeles	38.4213	-122.57026	132			CA	097		
5365610	Lawrence	lawrence	US	01840	0	America/Los_Angeles	37.36994	-121.99579	19			CA	085		
5365660	Laytonville	laytonville	US	95454	1227	America/Los_Angeles	39.68821	-123.48279	509	Lejtonvil,letanabhila,Лејтонвил,लेटनभिल		CA	045		
5365687	Le Grand	le-grand	US	50142	1659	America/Los_Angeles	37.22855	-120.24823	77			CA	047		
5365741	Lebec	lebec	US	93243	1468	America/Los_Angeles	34.84164	-118.86482	1061			CA	029		
5365788	Lee Vining	lee-vining	US	93541	222	America/Los_Angeles	37.95743	-119.12182	2067	Lakeview,Lee Vining,Leevinging,Leevining,Li Vining,Poverty Flat,Ли Вининг		CA	051		
5365807	Leesville	leesville	US	29070	0	America/Los_Angeles	39.18933	-122.42359	437			CA	011		
5365823	Leggett	leggett	US	77350	122	America/Los_Angeles	39.86571	-123.71419	300	Leggett,Leggett Valley		CA	045		
5365893	Lemon Grove	lemon-grove	US	91945	26709	America/Los_Angeles	32.74255	-117.03142	136	Lemon Grouv,Lemon Grove,Lemongrove,Lemun Grouv,lai meng ge luo wei,lemana grobha,lemongeulobeu,lmwn grww  kalyfrnya,lymwn ghrwfy,Лемон Гроув,Лемън Гроув,لمون گروو، کالیفرنیا,ليمون غروفي,लेमन ग्रोभ,莱蒙格罗韦,레몬그로브		CA	073		
5365918	Lemoore	lemoore	US	93245	25647	America/Los_Angeles	36.30078	-119.78291	70	La Tache,Latache,Lee Moore's,Lemoore,Lemur,Limor,NLC,lei mu er,lemura,lmwr  kalyfrnya,lymwwry,Лемур,Лимор,لمور، کالیفرنیا,ليمووري,लेमूर,勒穆尔		CA	031		
5365937	Lennox	lennox	US	57039	22753	America/Los_Angeles	33.93807	-118.35258	22	Inglewood Rancho,Jefferson,Lennoks,Lennox,Леннокс		CA	037		
5365960	Leon	leon	US	14751	0	America/Los_Angeles	34.55805	-117.30643	822			CA	071		
5366002	Lerona	lerona	US	25971	0	America/Los_Angeles	37.12939	-119.43124	850			CA	019		
5366118	Liberty	liberty	US	04949	0	America/Los_Angeles	38.28436	-122.70193	20			CA	097		
5366372	Limon	limon	US	80826	0	America/Los_Angeles	34.32056	-119.10788	65	Limco,Limon,Limoneria		CA	111		
5366375	Lincoln	lincoln	US	01773	46474	America/Los_Angeles	38.89156	-121.29301	51	Linkol'n,Linkoln,Linkuln,lin ken,linkana,lnkn  kylyfwrnya,lynkln  kalyfrnya,lynkwn,Линколн,Линкольн,Линкълн,لنکن، کیلیفورنیا,لينكون,لینکلن، کالیفرنیا,लिङ्कन,林肯		CA	061		
5366476	Lincoln Park	lincoln-park	US	07035	0	America/Los_Angeles	32.70422	-117.08947	47			CA	073		
5366582	Linden	linden	US	07036	1784	America/Los_Angeles	38.02131	-121.08383	28	Linden,Linden Mills,Линден		CA	077		
5366589	Lindenwood	lindenwood	US	61049	0	America/Los_Angeles	37.46883	-122.18163	14			CA	081		
5366604	Lindsay	lindsay	US	59339	13217	America/Los_Angeles	36.20301	-119.08816	118	Lindsi,Lindzi,lin sai,lindse,lyndsay,lyndsy  kalyfrnya,rinji,Линдзи,Линдси,ليندساي,لیندسی، کالیفرنیا,लिन्ड्से,リンジー,林赛		CA	107		
5367002	Little Lake	little-lake	US	49833	0	America/Los_Angeles	35.93661	-117.90674	954			CA	027		
5367149	Little River	little-river	US	29566	117	America/Los_Angeles	39.27073	-123.78835	20	Bells Harbor,Kents Landing,Little River,Littleriver		CA	045		
5367308	Littlerock	littlerock	US	93543	1377	America/Los_Angeles	34.5211	-117.98368	881	Little Rock,Littlerock		CA	037		
5367313	Live Oak	live-oak	US	32060	0	America/Los_Angeles	38.48408	-121.07411	58	Live Oak,Liveoak		CA	067		
5367314	Live Oak	live-oak	US	32060	17158	America/Los_Angeles	36.98356	-121.98052	32			CA	087		
5367315	Live Oak	live-oak	US	32060	8531	America/Los_Angeles	39.27572	-121.65997	24	Lajv Ouk,Live Oak,Liveoak,la'ibha oka,layw awk  kalyfrnya,li fu ao ke,lyf awak,Лайв Оук,Лајв Оук,لایو اوک، کالیفرنیا,ليف أواك,लाइभ ओक,利夫奥克		CA	101		
5367427	Livingston	livingston	US	07039	13902	America/Los_Angeles	37.38688	-120.72353	40	Cressey,Livingston,Livingstun,li wen si dun,libhingastana,lyfynghstwn,lywyngstwn  kalyfrnya,Ливингстон,Ливингстън,ليفينغستون,لیونگسٹن، کیلیفورنیا,لیوینگستون، کالیفرنیا,लिभिंगस्टन,利文斯顿		CA	047		
5367440	Livermore	livermore	US	04253	88126	America/Los_Angeles	37.68187	-121.76801	150	LVK,Laddville,Livrmor,Livermor,Livermore,Livermore's,Nottingham,li fu mo,libeomo-eo,libharamora,lybrmwr,lyfyrmwry,lywrmwr,lywrmwr  kalyfrnya,ribamoa,Ливермор,Ливърмор,Лівермор,ליברמור,ليفيرموري,لیورمور,لیورمور، کالیفرنیا,लिभरमोर,リバモア,利佛摩,리버모어		CA	001		
5367450	Llano	llano	US	78643	0	America/Los_Angeles	38.41186	-122.79443	24			CA	097		
5367455	Llano	llano	US	78643	0	America/Los_Angeles	34.50583	-117.81784	976			CA	037		
5367510	Locke	locke	US	13092	0	America/Los_Angeles	38.25047	-121.5094	3			CA	067		
5367523	Lockeford	lockeford	US	95237	3233	America/Los_Angeles	38.16353	-121.14994	31	Locke's Ford,Lockeford		CA	077		
5367525	Lockhart	lockhart	US	29364	0	America/Los_Angeles	35.0147	-117.33088	629			CA	071		
5367532	Lockwood	lockwood	US	14859	379	America/Los_Angeles	35.94413	-121.08325	296	Hungry Flats,Lockwood		CA	053		
5367565	Lodi	lodi	US	07644	64596	America/Los_Angeles	38.1302	-121.27245	15	Lodaj,Lodi,Loudaj,Mokelumne,Moquelumne,lodi,luo di,lwdy,lwdy  kalyfrnya,rodai,Лодай,Лодај,Лоди,Лоді,Лоудай,لودي,لودی، کالیفرنیا,लोडी,ローダイ,洛迪,로디		CA	077		
5367626	Logan	logan	US	25601	0	America/Los_Angeles	36.9069	-121.63161	66			CA	069		
5367650	Logandale	logandale	US	89021	0	America/Los_Angeles	39.43711	-122.19192	31			CA	021		
5367651	Loganville	loganville	US	17342	0	America/Los_Angeles	39.56795	-120.66716	1213	Logansville,Loganville		CA	091		
5367679	Loma	loma	US	59460	0	America/Los_Angeles	36.25773	-119.28734	98			CA	107		
5368980	Lower Lake	lower-lake	US	95457	1294	America/Los_Angeles	38.91045	-122.61026	418	Grantville,Louer Lejk,Lower Lake,lovara leka,Лоуер Лејк,लोवर लेक		CA	033		
5367696	Loma Linda	loma-linda	US	92350	24045	America/Los_Angeles	34.04835	-117.26115	355	Loma Linda,Loma-Linda,Lomalinda,Lonesome Linda,Mound City,Mound Station,loma linda,lomalinda,luo ma lin da,lwma lynda,lwma lynda  kalyfrnya,Лома Линда,Лома-Линда,Лома-Лінда,لوما ليندا,لوما لیندا، کالیفرنیا,लोमा लिन्डा,罗马琳达,로마린다		CA	071		
5367707	Loma Mar	loma-mar	US	94021	113	America/Los_Angeles	37.27105	-122.30858	74			CA	081		
5367755	Lombard	lombard	US	60148	0	America/Los_Angeles	38.19075	-122.25608	19			CA	055		
5367767	Lomita	lomita	US	90717	20785	America/Los_Angeles	33.79224	-118.31507	29	Lomita,lomita,lwmyta,lwmyta  kalyfrnya,Ломита,لوميتا,لومیتا، کالیفرنیا,لومیٹا، کیلیفورنیا,लोमिता		CA	037		
5367768	Lomita	lomita	US	90717	0	America/Los_Angeles	32.70866	-117.02864	121			CA	073		
5367788	Lompoc	lompoc	US	93436	44164	America/Los_Angeles	34.63915	-120.45794	32	LPC,Lompoc,Lompoco,Lompok,Lompokas,lampwk  kalyfrnya,lompoka,lompokeu,long bo ke,lwmbwk,Ломпок,لامپوک، کالیفرنیا,لومبوك,लोम्पोक,隆波克,롬포크		CA	083		
5367815	London	london	US	25126	1869	America/Los_Angeles	36.47606	-119.44318	91	London,Londres,New London		CA	107		
5367846	Lone Pine	lone-pine	US	93545	2035	America/Los_Angeles	36.60626	-118.06462	1136	Lone Pine,Lonepine,Loun Pajn,lona pa'ina,Лоун Пајн,लोन पाइन		CA	027		
5367872	Lone Star	lone-star	US	75668	0	America/Los_Angeles	36.70051	-119.68125	97	Lone Star,Lonestar		CA	019		
5367873	Lone Star	lone-star	US	75668	0	America/Los_Angeles	39.70932	-122.80917	1613			CA	021		
5367926	Long Barn	long-barn	US	95335	155	America/Los_Angeles	38.09298	-120.13435	1528			CA	109		
5367929	Long Beach	long-beach	US	11561	474140	America/Los_Angeles	33.76696	-118.18923	9	LGB,Litus Longum,Lon'nk Bits,Long Beach,Long Bich,Long Bijch,Long Bycas,Long Byčas,Long-Bich,Longbica,Longbīča,Lonq Bic,Lonq Biç,Willmore City,lam bica,lamga bica,lang bic,lang bych  kalyfrnya,lang bych  kylyfwrnya,langa bica,long-bichi,longbichi,lwng byz,lwngh bytsh,lxng bich,rongubichi,zhang tan,Λονγκ Μπιτς,Лонг Бийч,Лонг Бич,Лонг-Бич,Лонг-Біч,Լոնգ Բիչ,לונג ביץ,لانگ بیچ، کالیفرنیا,لانگ بیچ، کیلیفورنیا,لونغ بيتش,लङ्ग बीच,लाँग बीच,লং বিচ,లాంగ్ బీచ్,ลองบีช,ლონგ-ბიჩი,ឡងបច,ឡងប៊ិច,ロングビーチ,長灘,롱비치		CA	037		
5368180	Longview	longview	US	61852	0	America/Los_Angeles	34.49361	-117.89673	982			CA	037		
5368187	Lonoke	lonoke	US	72086	0	America/Los_Angeles	37.02578	-121.578	65			CA	085		
5368233	Loomis	loomis	US	68958	6733	America/Los_Angeles	38.82129	-121.193	123	Loomis,Lumis,Pine,Pino,Smithville,lu mi si,lumisa,lwmys  kalyfrnya,lwwmys,Лумис,لومیس، کالیفرنیا,لووميس,लूमिस,卢米斯		CA	061		
5368274	Loraine	loraine	US	62349	0	America/Los_Angeles	35.30468	-118.43675	814	Loraine,Paris,Paris-Loraine		CA	029		
5368304	Los Alamitos	los-alamitos	US	90720	11449	America/Los_Angeles	33.80307	-118.07256	7	Los Alamitos,lasa elamitoja,luo si a la mi tuo si,lws alamytws,lws alamytws  kalyfrnya,Лос Аламитос,لوس آلامیتوس، کالیفرنیا,لوس ألاميتوس,लस एलामितोज,洛斯阿拉米托斯		CA	059		
5368321	Los Alamos	los-alamos	US	87544	1890	America/Los_Angeles	34.74443	-120.27821	174	Los-Alamos,Лос-Аламос		CA	083		
5368334	Los Altos	los-altos	US	94022	0	America/Los_Angeles	33.79391	-118.12534	5	Los Altos,Los Altos Terrace		CA	037		
5368335	Los Altos	los-altos	US	94022	30671	America/Los_Angeles	37.38522	-122.11413	48	Los Altos,Los-Al'tos,Los-Altos,lasa eltosa,loseuaeltoseu,ls‌altws,luo si a tu si,luo si la tu si,lws altws,rosuarutosu,Лос Алтос,Лос-Алтос,Лос-Альтос,לוס אלטוס,لس‌آلتوس,لوس ألتوس,लस एल्टोस,ロスアルトス,洛思阿圖斯,洛斯拉图斯,로스앨토스		CA	085		
5368361	Los Angeles	los-angeles	US	90001	3971883	America/Los_Angeles	34.05223	-118.24368	89	Angelopolis,Ciudad De los Angelos,Cuidad De Los Angelos,El Pueblo de Nuestra Senora La Reina de Los Angeles de Porcivncula,El Pueblo de Nuestra Senora de los Angeles de Porciuncula,El Pueblo de Nuestra Señora de los Ángeles de Porciúncula,El Pueblo del Rio de Nuestra Senora,L.A.,LA,LAX,La Reina de Los Angeles de Porciuncula,Lok-chham-ki,Los And'eles,Los Andzelas,Los Andzeles,Los Andzheles,Los Andzhelis,Los Andželas,Los Andželes,Los Angeles,Los Anjeles,Los Anjélés,Los Antzeles,Los Anxheles,Los Anxhelos,Los Anzeles,Los Anzheles,Los Ángeles,Los-Anceles,Los-Andzeles,Los-Andzhehles,Los-Andzheles,Los-Angeleso,Los-Anjeles,Los-Anzheles,Los-Anzheles shaary,Los-Anĝeleso,Losandzelosa,Losandželosa,Lo̍k-chhám-kî,Lungsod ng Los Angeles,Luos Andzels,Luos Andžels,Os Anxeles,Os Ánxeles,Pueblo De Los Angeles,Pueblo Los Angelos,el-ei,las aynjls,las encalas,las enjales,las enjalis,lasa ainjalasa,lasa enjalasa,lasa enjilasa,leas anceles,los-anjelesi,losa enjelasa,losa enjelisa,losa enjelsa,loseuaenjelleseu,loseuenjelleseu,ls anjls,luo shan ji,lws anjls,lws anjlws,lws anjlys,lws ʼngls,rosanzerusu,Λος Άντζελες,Лос Анджелес,Лос Анджелис,Лос Андьелес,Лос Анжелес,Лос Анђелес,Лос Анџелес,Лос Анҷелес,Лос Анӂелес,Лос-Анджелес,Лос-Анджэлес,Лос-Анжелес,Лос-Анжелес шаары,Лос-Анџелес,Լոս Անջելես,לאס אנדזשעלעס,לוס אנגלס,لاس اینجلس,لس آنجلس,لس‌آنجلس,لوس آنجلس,لوس أنجلوس,لوس ئانجېلېس,لوس انجليس,لوس‌آنجلس,لۆس ئانجلەس,लस एञ्जिलस,लस एन्जलस,लास एंजलस,लॉस एंजेलिस,लॉस एंजेल्स,লস অ্যাঞ্জেলেস,ਲਾਸ ਐਂਜਲਸ,લોસ એન્જેલસ,லாஸ் ஏஞ்சலஸ்,లాస్ ఏంజలెస్,ಲಾಸ್ ಎಂಜಲೀಸ್,ലോസ് ആഞ്ചെലെസ്,ลอสแอนเจลิส,လော့စ်အိန်ဂျယ်လိစ်မြို့,ლოს-ანჯელესი,ሎስ አንጄሌስ,ロサンゼルス,洛杉矶,洛杉磯,로스앤젤레스,로스엔젤레스,엘에이	037	CA	037		
5368453	Los Banos	los-banos	US	93635	37457	America/Los_Angeles	37.05828	-120.84992	36	Kreyenhagen's,LSN,Los Ban'os,Los Banos,Los Baños,Los-Ban'os,lasa benosa,luo si ba nuo si,lws banws,lws banws  kalyfrnya,Лос Банос,Лос Баньос,Лос-Баньос,لوس بانوس,لوس بانوس، کالیفرنیا,लस बेनोस,洛斯巴诺斯		CA	047		
5368518	Los Gatos	los-gatos	US	95030	30705	America/Los_Angeles	37.22661	-121.97468	105	Forbes Mill,Forbestown,Los Gatos,Los-Gatos,lasa getosa,luo si jia tu si,lws gatws  kalyfrnya,lws ghatws,Лос Гатос,Лос-Гатос,لوس غاتوس,لوس گاتوس، کالیفرنیا,लस गेतोस,洛思加圖斯		CA	085		
5368559	Los Olivos	los-olivos	US	93441	1132	America/Los_Angeles	34.66776	-120.11487	255			CA	083		
5368560	Los Olivos	los-olivos	US	93441	0	America/Los_Angeles	34.10945	-117.64061	409			CA	071		
5368565	Los Osos	los-osos	US	93402	14276	America/Los_Angeles	35.31109	-120.8324	40	Baywood-Los Osos		CA	079		
5368662	Lost City	lost-city	US	26810	0	America/Los_Angeles	38.08659	-120.74966	321			CA	009		
5368676	Lost Hills	lost-hills	US	93249	2412	America/Los_Angeles	35.61635	-119.69429	93	Lost Hill,Lost Hills		CA	029		
5368753	Lotus	lotus	US	95651	0	America/Los_Angeles	38.80157	-120.90855	220	Lotus,Marshall,Uniontown		CA	017		
5368830	Lovelock	lovelock	US	89419	0	America/Los_Angeles	39.89127	-121.57775	956	Lovelock,Lovelocks,Lovelocks Store		CA	007		
5368868	Lowell	lowell	US	01850	0	America/Los_Angeles	38.17408	-122.2533	20			CA	055		
5369108	Loyalton	loyalton	US	96118	702	America/Los_Angeles	39.67629	-120.24104	1509	Lojalton,Lojaltun,Loyalton,Smith's Neck,Smithneck,loyalatana,luo ya er dun,lwyaltwn,lwyaltwn  kalyfrnya,Лоялтън,Лојалтон,لويالتون,لویالتون، کالیفرنیا,लोयलटन,洛亚尔顿		CA	091		
5369143	Lucerne	lucerne	US	46950	3443	America/Los_Angeles	36.38078	-119.6643	79			CA	031		
5369144	Lucerne	lucerne	US	46950	3067	America/Los_Angeles	39.09017	-122.79638	405	Clear Lake Beach,Lucerne		CA	033		
5369150	Lucerne Valley	lucerne-valley	US	92356	5811	America/Los_Angeles	34.44389	-116.96781	900			CA	071		
5369217	Ludlow	ludlow	US	01056	0	America/Los_Angeles	34.7211	-116.16001	542	Ludlow,Stagg		CA	071		
5369242	Lumpkin	lumpkin	US	31815	0	America/Los_Angeles	39.60989	-121.20885	1093			CA	007		
5369258	Lund	lund	US	89317	0	America/Los_Angeles	38.33047	-121.64385	5			CA	113		
5369367	Lynwood	lynwood	US	90262	71989	America/Los_Angeles	33.93029	-118.21146	28	Linud,Linvud,Lynwood,lin wu de,lin-udeu,linavuda,lynwwd  kalyfrnya,lynwwwd,rin'uddo,Линвуд,Линуд,لينووود,لینوود، کالیفرنیا,لینووڈ، کیلیفورنیا,लीनवूड,リンウッド,林伍德,린우드		CA	037		
5369413	Lytle Creek	lytle-creek	US	92358	701	America/Los_Angeles	34.25917	-117.50005	1042	Apple White Camp,Applewhite Camp,Glenn Ranch,Lytle Creek		CA	071		
5369422	Lytton	lytton	US	50561	0	America/Los_Angeles	38.65935	-122.87166	56	Letton Springs,Litton Springs,Litton's Station,Littons Springs,Lytton		CA	097		
5369452	Mabie	mabie	US	26278	161	America/Los_Angeles	39.79351	-120.52133	1468			CA	063		
5369568	Madera	madera	US	16661	64208	America/Los_Angeles	36.96134	-120.06072	83	MAE,Madera,ma de la,madera,madra  kalyfrnya,madyra,Мадера,مادرا، کالیفرنیا,ماديرا,मादेरा,マデラ,马德拉	039	CA	039		
5369614	Madison	madison	US	03849	503	America/Los_Angeles	38.67935	-121.9683	46	Madison,Мадисон		CA	113		
5369690	Magalia	magalia	US	95954	11310	America/Los_Angeles	39.81211	-121.57831	711	Butte Mills,Dog Town,Dogtown,Magalia,Mill City,Mountain View		CA	007		
5369719	Magnolia	magnolia	US	08049	0	America/Los_Angeles	36.02273	-118.9951	157			CA	107		
5369881	Malaga	malaga	US	08328	947	America/Los_Angeles	36.68356	-119.73375	90			CA	019		
5369906	Malibu	malibu	US	90263	12965	America/Los_Angeles	34.02577	-118.7804	32			CA	037		
5370006	Mammoth Lakes	mammoth-lakes	US	93546	7946	America/Los_Angeles	37.64855	-118.97208	2402	MMH,Mammot Lejks,Mammoth Lakes,Mamot Lejks,Mamut Lejks,ma mai si hu,mamwt lyks  kalyfrnya,mamwth lakys,myamatha leksa,Маммот Лейкс,Мамот Лејкс,Мамът Лейкс,ماموت لیکس، کالیفرنیا,ماموث لاكيس,म्यामथ लेक्स,马麦斯湖		CA	051		
5370048	Manchester	manchester	US	01944	195	America/Los_Angeles	38.97019	-123.68807	26	Manchester,Манчестер		CA	045		
5370082	Manhattan Beach	manhattan-beach	US	90266	35818	America/Los_Angeles	33.88474	-118.41091	20	Manhattan,Manhattan Beach,Mankhatun Bijch,Menkhetn Bich,Shore Acres,maenhaeteunbichi,man ha dun hai tan,manhatan bytsh,mnhtn bych  kalyfrnya,myanahyatana bica,Манхатън Бийч,Менхетн Бич,مانهاتان بيتش,منهتن بیچ، کالیفرنیا,म्यानह्याटन बीच,曼哈顿海滩,맨해튼비치		CA	037		
5370146	Manor	manor	US	15665	0	America/Los_Angeles	37.99076	-122.59081	48			CA	041		
5370164	Manteca	manteca	US	95336	75448	America/Los_Angeles	37.79743	-121.21605	11	Cowell,Cowell's Station,Manteca,Mantika,man te ka,mantka  kalyfrnya,mantyka,myanateka,Мантика,مانتيكا,مانتکا، کالیفرنیا,म्यानटेका,曼特卡		CA	077		
5370205	Manzanita	manzanita	US	97130	0	America/Los_Angeles	37.88159	-122.51747	5	Manza Waldo,Manzanita,Manzanita Junction		CA	041		
5370206	Manzanita	manzanita	US	97130	0	America/Los_Angeles	32.66895	-116.28974	1069			CA	073		
5370440	Maricopa	maricopa	US	85138	1192	America/Los_Angeles	35.05886	-119.40095	269	Marikopa,ma li ke pa,marykwba,marykwpa  kalyfrnya,merikopa,Марикопа,Марікопа,ماريكوبا,ماریکوپا، کالیفرنیا,मेरिकोपा,马里科帕		CA	029		
5370493	Marina	marina	US	93933	21229	America/Los_Angeles	36.6844	-121.80217	13	Marina,ma li na,marina,maryna,maryna  kalyfrnya,Марина,مارينا,مارینا، کالیفرنیا,मारिना,玛丽娜		CA	053		
5370506	Marina	marina	US	93933	0	America/Los_Angeles	37.80298	-122.43747	7	Marina,Marina District		CA	075		
5370542	Marina del Rey	marina-del-rey	US	90292	8866	America/Los_Angeles	33.98029	-118.45174	5	Marina Del Rey,Marina del Rej,marina dela re,maryna dl ry  kalyfrnya,meolinadellei,Марина дел Реј,مارینا دل ری، کالیفرنیا,मारिना डेल रे,マリナ・デル・レイ,머리나델레이		CA	037		
5370590	Mariposa	mariposa	US	95338	2173	America/Los_Angeles	37.48494	-119.96628	594	Mariposa,Maripousa,RMY,mariposa,myrypwsa,Марипоуса,Маріпоса,میریپوسا,मारिपोसा,マリポサ	043	CA	043		
5370687	Markleeville	markleeville	US	96120	210	America/Los_Angeles	38.69398	-119.78179	1686	Markleeville,Markleville,Marklivil,Marklivill,ma ke li wei er,makuribiru,markalibhila,Маркливил,Маркливилл,मार्कलीभिल,マークリービル,马克利维尔		CA	003		
5370699	Marlboro	marlboro	US	05344	0	America/Los_Angeles	33.81252	-117.85895	55			CA	059		
5370714	Marne	marne	US	49435	0	America/Los_Angeles	34.00557	-117.90645	123			CA	037		
5370726	Mars	mars	US	16046	0	America/Los_Angeles	35.42497	-116.88976	999			CA	071		
5370749	Marshall	marshall	US	20115	0	America/Los_Angeles	38.16048	-122.89416	7	Marshall,Marshalls		CA	041		
5370801	Martell	martell	US	68404	282	America/Los_Angeles	38.36686	-120.79605	453	Martell,Oneida		CA	005		
5370868	Martinez	martinez	US	94553	38137	America/Los_Angeles	38.01937	-122.13413	7	Martines,Martinez,Martínez,ma ding nei si,martineja,martynz,martynz  kalyfrnya,matinezu,Мартинес,Мартінес,مارتينز,مارتینز، کالیفرنیا,मार्टिनेज,マーティネズ,馬丁內斯,马丁内斯	013	CA	013		
5370869	Martinez	martinez	US	94553	0	America/Los_Angeles	33.5628	-116.15306	-41			CA	065		
5370870	Martinez	martinez	US	94553	0	America/Los_Angeles	38.02326	-120.37964	666			CA	109		
5375042	Moss Landing	moss-landing	US	95039	204	America/Los_Angeles	36.8044	-121.7869	3	Morse's Landing,Moss Landing		CA	053		
5376187	Nashua	nashua	US	03060	0	America/Los_Angeles	36.74135	-121.76578	4			CA	053		
5377983	Norton	norton	US	02766	0	America/Los_Angeles	38.58602	-121.97108	54	Ely,Norton		CA	113		
5370984	Marysville	marysville	US	17053	12216	America/Los_Angeles	39.14573	-121.59135	19	Jubaville,MYV,Marysville,Merisvil,New Mecklenberg,New Mecklenburg,ma li si wei er,marys wyl  kalyfrnya,marysfyly,mearizubiru,melijeubil,merijbhila,myryzwyl  kylyfwrnya,Мерисвил,ماريسفيلي,ماریس ویل، کالیفرنیا,میریزویل، کیلیفورنیا,मेरीज्भिल,メアリーズビル,马里斯维尔,메리즈빌	115	CA	115		
5371065	Mather	mather	US	15346	0	America/Los_Angeles	37.88215	-119.85573	1378	Hog Ranch,Mather		CA	109		
5371159	Maxwell	maxwell	US	46154	1103	America/Los_Angeles	39.27628	-122.19137	28	Maxwell,Occident		CA	011		
5371186	May	may	US	73851	0	America/Los_Angeles	33.89502	-117.49088	214	Alvord,May		CA	065		
5371224	Mayfield	mayfield	US	12117	0	America/Los_Angeles	37.42633	-122.14219	10	Mayfield,Mayfield Farms		CA	085		
5371244	Mayhew	mayhew	US	39753	0	America/Los_Angeles	38.56518	-121.35078	17	Mahews,Mayhew,Mayhew Station,Mayhews		CA	067		
5371261	Maywood	maywood	US	07607	27888	America/Los_Angeles	33.98668	-118.18535	46	Mejud,Mejvud,maywwwd,mei wu de,meiudeu,mevuda,mywwd  kalyfrnya,Мейуд,Мејвуд,مئیووڈ، کیلیفورنیا,مايووود,میوود، کالیفرنیا,मेवूड,梅伍德,메이우드		CA	037		
5371483	McDonald	mcdonald	US	88262	0	America/Los_Angeles	38.18825	-122.90944	41			CA	041		
5371610	McHenry	mchenry	US	58464	0	America/Los_Angeles	37.70743	-121.0041	31			CA	099		
5371817	McPherson	mcpherson	US	67460	0	America/Los_Angeles	33.78779	-117.827	76			CA	059		
5371900	Meadow Valley	meadow-valley	US	95956	464	America/Los_Angeles	39.92961	-121.06079	1151			CA	063		
5371905	Meadow Vista	meadow-vista	US	95722	3217	America/Los_Angeles	39.00101	-121.02189	522			CA	061		
5371965	Mecca	mecca	US	47860	8577	America/Los_Angeles	33.57219	-116.0782	-57	Mecca,Meka,Walters,mekka,mka  kalyfrnya,mkt,Мека,مكة,مکا، کالیفرنیا,मेक्का		CA	065		
5372033	Melbourne	melbourne	US	32901	0	America/Los_Angeles	39.28323	-123.65085	51	Melbourne,Melburne		CA	045		
5372058	Melrose	melrose	US	02176	0	America/Los_Angeles	37.76993	-122.20525	12			CA	001		
5372077	Melvin	melvin	US	36913	0	America/Los_Angeles	36.80856	-119.70097	109			CA	019		
5372153	Mendocino	mendocino	US	95460	894	America/Los_Angeles	39.3075	-123.79889	47	Big River,Meiggstown,Mendocino City,Mendosino,menodosino,mndwsynw  kalyfrnya,Мендосино,مندوسینو، کالیفرنیا,मेनोदोसिनो		CA	045		
5372190	Mendota	mendota	US	24270	11430	America/Los_Angeles	36.75356	-120.38156	53	Mendota,men duo ta,mendota,mndwta  kalyfrnya,myndwta,Мендота,مندوتا، کالیفرنیا,ميندوتا,मेन्दोता,门多塔		CA	019		
5372205	Menifee	menifee	US	72107	87174	America/Los_Angeles	33.72835	-117.14642	452	Menifi,Munufij,mny fy  kalyfrnya,mynyfy,Менифи,Мънъфий,منی فی، کالیفرنیا,مينيفي,مینیفی		CA	065		
5372223	Menlo Park	menlo-park	US	94025	33449	America/Los_Angeles	37.45383	-122.18219	22	Menlo Park,Menlo-Park,men lo phar k,men luo pa ke,menlo parka,menlopakeu,menropaku,mnlw park  kalyfrnya,mynlw bark,Менло Парк,Менло-Парк,منلو پارک، کالیفرنیا,مينلو بارك,मेन्लो पार्क,เมนโลพาร์ก,メンローパーク,门洛帕克,멘로파크		CA	081		
5372242	Mentone	mentone	US	35984	8720	America/Los_Angeles	34.07001	-117.13448	503			CA	071		
5372253	Merced	merced	US	95340	82436	America/Los_Angeles	37.30216	-120.48297	52	MCE,Merced,Mersed,Mursed,marsida,masedo,mei xi de,meosedeu,mrsd  kalyfrnya,myrsyd,Мерсед,Мърсед,مرسد، کالیفرنیا,مرسڈ,ميرسيد,मर्सिड,マーセド,美熹德,머세드	047	CA	047		
5372317	Meridian	meridian	US	13113	0	America/Los_Angeles	35.10747	-118.91427	131			CA	029		
5372318	Meridian	meridian	US	13113	0	America/Los_Angeles	37.323	-121.96968	41			CA	085		
5372319	Meridian	meridian	US	13113	358	America/Los_Angeles	39.14364	-121.91614	15			CA	101		
5372336	Merlin	merlin	US	97532	0	America/Los_Angeles	39.88822	-121.36691	538			CA	063		
5372361	Merrimac	merrimac	US	01860	0	America/Los_Angeles	39.766	-121.30746	1219	Merrimac,Merrimack,Pea Vine,Peavine		CA	007		
5372365	Merritt	merritt	US	28556	0	America/Los_Angeles	38.61407	-121.76052	17			CA	113		
5372468	Mesquite	mesquite	US	75149	0	America/Los_Angeles	33.02143	-115.10831	91			CA	025		
5372566	Metz	metz	US	26585	0	America/Los_Angeles	36.35497	-121.21159	72	Chalone,Metz		CA	053		
5372626	Mi-Wuk Village	mi-wuk-village	US	95346	941	America/Los_Angeles	38.06576	-120.18491	1426			CA	109		
5372844	Middleton	middleton	US	01949	0	America/Los_Angeles	38.20658	-122.26303	16			CA	055		
5372859	Midland	midland	US	15059	0	America/Los_Angeles	33.86113	-114.80219	301	Midland,Midlands,San Nicholas Canyon		CA	065		
5372868	Midpines	midpines	US	95345	1204	America/Los_Angeles	37.54438	-119.92045	788			CA	043		
5372876	Midway	midway	US	15060	0	America/Los_Angeles	37.71465	-121.558	109			CA	001		
5372877	Midway	midway	US	15060	0	America/Los_Angeles	35.03276	-116.47141	534			CA	071		
5372902	Midway City	midway-city	US	92655	8485	America/Los_Angeles	33.74474	-117.98923	12			CA	059		
5372954	Miles	miles	US	52064	0	America/Los_Angeles	35.18553	-120.70323	10			CA	079		
5372966	Miley	miley	US	29933	0	America/Los_Angeles	36.62217	-119.54707	104			CA	019		
5373121	Mill Valley	mill-valley	US	94941	14394	America/Los_Angeles	37.90604	-122.54498	24	Mil Vali,Mil Valis,mi er gu,mila bhyali,milbaelli,ml faly,myl wly  kalyfrnya,Мил Вали,مل فالي,میل ولی، کالیفرنیا,मिल भ्याली,米尔谷,밀밸리		CA	041		
5373129	Millbrae	millbrae	US	94030	22795	America/Los_Angeles	37.59855	-122.38719	10	Milbrej,mi er bu rui,milabre,milbeule,myl bry  kalyfrnya,mylbray,Милбрей,Милбреј,Мілбрей,ميلبراي,میل بری، کالیفرنیا,मिलब्रे,密尔布瑞,밀브레		CA	081		
5373142	Miller	miller	US	57362	0	America/Los_Angeles	36.95717	-121.54466	48			CA	085		
5373239	Millersville	millersville	US	17551	0	America/Los_Angeles	35.30385	-118.45786	767	Millersville,Millerville		CA	029		
5373240	Millerton	millerton	US	12546	0	America/Los_Angeles	38.10909	-122.84555	13			CA	041		
5373255	Milligan	milligan	US	32537	0	America/Los_Angeles	34.27667	-115.17026	225			CA	071		
5373279	Mills	mills	US	16937	0	America/Los_Angeles	38.41325	-122.84333	58			CA	097		
5373323	Milo	milo	US	04463	0	America/Los_Angeles	36.22023	-118.81732	551	Cramer,Milo,Mountain View		CA	107		
5373327	Milpitas	milpitas	US	95035	77604	America/Los_Angeles	37.42827	-121.90662	5	Milpitas,Penitencia,mi er pi ta si,milpitaja,milpitasa,mirupitasu,mylbytas,mylpytas,Милпитас,Мілпітас,ميلبيتاس,میلپیتاس,मिल्पिटास,मिल्पिताज,ミルピタス,米尔皮塔斯		CA	085		
5373343	Milton	milton	US	02186	0	America/Los_Angeles	38.03187	-120.85216	120			CA	009		
5373352	Mina	mina	US	89422	0	America/Los_Angeles	39.96487	-123.35835	573			CA	045		
5373463	Minneola	minneola	US	34755	0	America/Los_Angeles	34.8461	-116.77698	583			CA	071		
5373508	Minturn	minturn	US	72445	0	America/Los_Angeles	37.13967	-120.27434	72			CA	039		
5373550	Miramonte	miramonte	US	93641	0	America/Los_Angeles	36.69245	-119.05233	943	Miramonte,Rancho Miramontes		CA	019		
5373590	Mission	mission	US	57555	0	America/Los_Angeles	34.51944	-118.24091	1015			CA	037		
5373591	Mission	mission	US	57555	0	America/Los_Angeles	34.43805	-119.74069	61			CA	083		
5373648	Mission Hills	mission-hills	US	91345	0	America/Los_Angeles	34.25722	-118.46703	278	Dennis Park,Mission Hills		CA	037		
5373649	Mission Hills	mission-hills	US	91345	0	America/Los_Angeles	32.75283	-117.18698	75			CA	073		
5373650	Mission Hills	mission-hills	US	91345	3576	America/Los_Angeles	34.68609	-120.43683	99			CA	083		
5373763	Mission Viejo	mission-viejo	US	92690	97156	America/Los_Angeles	33.60002	-117.672	121	Mishen-V'ekho,Mishn-Vekho,Mishon Vijekho,Mishun Viekho,Mission Viejo,mi shen wei ye huo,misana bhi'eyo,misshonbieho,misyeonbieho,mshn wyjw,myshn wyjw  kalyfrnya,mysywn fyjw,Мишен-Вьехо,Мишон Вијехо,Мишън Виехо,Мішн-Вєхо,مشن ویجو,ميسيون فيجو,میشن ویجو، کالیفرنیا,मिसन भिएयो,ミッションビエホ,米申维耶霍,미션비에호		CA	059		
5373877	Moccasin	moccasin	US	59462	0	America/Los_Angeles	37.81076	-120.29991	288			CA	109		
5373900	Modesto	modesto	US	62667	211266	America/Los_Angeles	37.6391	-120.99688	28	MOD,Modesto,Ralston,meodeseuto,mo de si tuo,modesto,modesuto,mwdstw,mwdstw  kalyfrnya,mwdystw,Модесто,מודסטו,مودستو، کالیفرنیا,موديستو,موڈیسٹو,मोदेस्तो,モデスト,莫德斯托,머데스토	099	CA	099		
5373946	Mohawk	mohawk	US	13407	0	America/Los_Angeles	39.77879	-120.6355	1329			CA	063		
5373965	Mojave	mojave	US	93501	4238	America/Los_Angeles	35.05247	-118.17396	842	MHV,Mohave,Mojave,Mokhavi,moyabhe,Мохави,मोयाभे		CA	029		
5373997	Mokelumne Hill	mokelumne-hill	US	95245	646	America/Los_Angeles	38.30047	-120.70632	448	Big Bar,Mok Hill,Mokelumne Hill,The Hill		CA	009		
5374011	Molena	molena	US	30258	0	America/Los_Angeles	38.12575	-121.87663	12			CA	095		
5374017	Molino	molino	US	32577	0	America/Los_Angeles	38.42575	-122.84805	52			CA	097		
5374019	Molino	molino	US	32577	0	America/Los_Angeles	34.12557	-117.1956	415			CA	071		
5374064	Moneta	moneta	US	24121	0	America/Los_Angeles	33.88002	-118.31757	13			CA	037		
5374081	Monmouth	monmouth	US	04259	152	America/Los_Angeles	36.56606	-119.74014	84			CA	019		
5374141	Mono Hot Springs	mono-hot-springs	US	93642	0	America/Los_Angeles	37.32661	-119.01762	2000	Lower Mineral Hot Springs,Mono Hot Springs		CA	019		
5374144	Monroe	monroe	US	03771	0	America/Los_Angeles	38.45269	-122.75138	37			CA	097		
5374175	Monrovia	monrovia	US	21770	37463	America/Los_Angeles	34.14806	-117.99895	174	Monrovija,meng luo wei ya,monrobhiya,mwnrwfya,mwnrwya  kalyfrnya,Монровия,Монровија,Монровія,مونروفيا,مونرویا، کالیفرنیا,मोन्रोभिया,蒙罗维亚		CA	037		
5374188	Monson	monson	US	01057	188	America/Los_Angeles	36.49217	-119.33651	99			CA	107		
5374222	Montara	montara	US	94037	2909	America/Los_Angeles	37.54216	-122.51609	30	Montara,montara,Монтара,मोन्टारा		CA	081		
5374232	Montclair	montclair	US	07042	38690	America/Los_Angeles	34.07751	-117.68978	325	Montclair,Monte Vista,Montkler,meng te ke lai er,montaklera,monteukeulleeo,montokurea,mwnt klyr  kalyfrnya,mwntklyr,Монтклер,مونت کلیر، کالیفرنیا,مونتكلير,मोन्टक्लेर,モントクレア,蒙特克莱尔,몬트클레어		CA	071		
5374275	Monte Rio	monte-rio	US	95462	1152	America/Los_Angeles	38.46547	-123.00889	13	Monte Rio,Montrio		CA	097		
5374292	Monte Vista	monte-vista	US	81144	0	America/Los_Angeles	39.18656	-120.83272	1014			CA	061		
5374322	Montebello	montebello	US	24464	63921	America/Los_Angeles	34.00946	-118.10535	61	Montebello,Montebelo,Newmark,meng ti bei luo,montebello,montebelo,montebero,mwntybylw,mwnt‌blw  kalyfrnya,Монтебелло,Монтебело,Մոնթեբելլո,مونتيبيلو,مونت‌بلو، کالیفرنیا,मोन्तेबेलो,モンテベロ,蒙提贝罗,몬테벨로		CA	037		
5374361	Monterey	monterey	US	01245	28338	America/Los_Angeles	36.60024	-121.89468	8	MRY,Monterei,Monterej,Monterey,Monterrey,mamtere,manterre,meng te lei,monteolei,montere,montore,mwnth‌ry  kalyfrnya,mwntryy,mwntyry,Μοντερέι,Монтерей,Монтереј,מונטריי,مونته‌ری، کالیفرنیا,مونتيري,माँटेरे,मोन्तेरे,மான்டெர்ரே,モントレー,蒙特雷,몬터레이		CA	053		
5374406	Monterey Park	monterey-park	US	91754	61468	America/Los_Angeles	34.06251	-118.12285	117	Monterej Park,Monterey Park,Ramona Acres,meng te li gong yuan,montere parka,mwnth ry park  kalyfrnya,mwntyry bark,Монтерей Парк,Монтереј Парк,مونته ری پارک، کالیفرنیا,مونتيري بارك,मोन्तेरे पार्क,蒙特利公园		CA	037		
5374436	Montesano	montesano	US	98563	0	America/Los_Angeles	38.48714	-123.01722	64			CA	097		
5374445	Montezuma	montezuma	US	13117	0	America/Los_Angeles	38.09047	-121.87274	2			CA	095		
5374447	Montezuma	montezuma	US	13117	0	America/Los_Angeles	37.90465	-120.45353	385			CA	109		
5374471	Montgomery	montgomery	US	05470	0	America/Los_Angeles	39.2335	-123.38973	433			CA	045		
5374474	Montgomery City	montgomery-city	US	63361	0	America/Los_Angeles	37.82854	-118.43095	1966			CA	051		
5374505	Montgomery Village	montgomery-village	US	20886	0	America/Los_Angeles	38.44436	-122.6886	61			CA	097		
5374517	Montpelier	montpelier	US	05601	0	America/Los_Angeles	37.54493	-120.70604	66	Montpelier,Montpellier		CA	099		
5374519	Montrose	montrose	US	10548	0	America/Los_Angeles	34.20639	-118.22424	382			CA	037		
5374554	Moody	moody	US	04054	0	America/Los_Angeles	33.83807	-118.0459	13			CA	059		
5374603	Moore	moore	US	29369	0	America/Los_Angeles	35.38943	-115.26443	1005			CA	071		
5374648	Moorpark	moorpark	US	93020	36104	America/Los_Angeles	34.28556	-118.88204	157	Moorpark,Morpark,Murpark,Star of the Valley,mu er pa ke,muraparka,mwrpark  kalyfrnya,mwwrbark,Морпарк,Мурпарк,مورپارک، کالیفرنیا,مووربارك,मूरपार्क,穆尔帕克		CA	111		
5374671	Moraga	moraga	US	94556	17256	America/Los_Angeles	37.83493	-122.12969	152	Moraga,Moraga Town,Rheem,Rheem Valley,mo la jia,moraga,morryaga,mwraga  kalyfrnya,mwragha,Морага,موراغا,موراگا، کالیفرنیا,मोर्र्यागा,モラガ,莫拉加		CA	013		
5374732	Moreno Valley	moreno-valley	US	92551	204198	America/Los_Angeles	33.93752	-117.23059	497	Moreno Vali,Moreno Valley,Moreno-Valli,mo lei nuo gu,morano bhyali,morenobare,mwrnw wly  kalyfrnya,mwrynw faly,mwrynw wyly,Морено Вали,Морено-Валли,Морено-Валлі,مورنو ولی، کالیفرنیا,مورينو فالي,مورینو ویلی,मोरनो भ्याली,モレノバレー,莫雷諾谷		CA	065		
5374764	Morgan Hill	morgan-hill	US	95037	42948	America/Los_Angeles	37.1305	-121.65439	108	Morgan Hill,Morganhill		CA	085		
5374871	Morongo Valley	morongo-valley	US	92256	3552	America/Los_Angeles	34.04695	-116.58085	787			CA	071		
5374899	Morrison	morrison	US	37357	0	America/Los_Angeles	38.70963	-120.32436	1609			CA	017		
5374916	Morristown	morristown	US	07960	0	America/Los_Angeles	39.65239	-120.90467	1590			CA	091		
5374920	Morro Bay	morro-bay	US	93442	10639	America/Los_Angeles	35.36581	-120.8499	19	El Morro Bay,Mono Bay,Moro Bay,Moro Bej,Morou Bej,Morro,Morro Bay,Morro Beach,Morrofloi,Morroflói,mo luo bei,molobei,morro be,mwrrw bay  san lwys awbysbw  kalyfwrnya,mwrw by  kalyfrnya,Моро Беј,Мороу Бей,موررو باي، سان لويس أوبيسبو، كاليفورنيا,مورو بی، کالیفرنیا,मोर्रो बे,莫罗贝,모로베이		CA	079		
5374950	Morse	morse	US	70559	0	America/Los_Angeles	36.83773	-121.49327	64			CA	069		
5374968	Morton	morton	US	14508	0	America/Los_Angeles	33.9139	-118.18396	25			CA	037		
5375031	Moss	moss	US	38575	0	America/Los_Angeles	32.99782	-115.40776	-30			CA	025		
5375032	Moss	moss	US	38575	0	America/Los_Angeles	36.79857	-121.78606	1			CA	053		
5375034	Moss Beach	moss-beach	US	94038	3103	America/Los_Angeles	37.52744	-122.51331	19			CA	081		
5375116	Mount Baldy	mount-baldy	US	91759	0	America/Los_Angeles	34.23612	-117.66006	1278	Baldy Village,Camp Baldy,Mount Baldy		CA	071		
5375164	Mount Eden	mount-eden	US	40046	0	America/Los_Angeles	37.63604	-122.09996	13			CA	001		
5375187	Mount Hermon	mount-hermon	US	42157	1037	America/Los_Angeles	37.05106	-122.05857	122	Mount Herman,Mount Hermon		CA	087		
5375197	Mount Hope	mount-hope	US	25880	0	America/Los_Angeles	32.71422	-117.10753	51			CA	073		
5375203	Mount Jackson	mount-jackson	US	22842	0	America/Los_Angeles	38.51325	-122.90499	39			CA	097		
5375258	Mount Pleasant	mount-pleasant	US	15666	0	America/Los_Angeles	39.61239	-120.97856	1389			CA	091		
5375311	Mount Vernon	mount-vernon	US	04352	0	America/Los_Angeles	39.1735	-121.7533	30			CA	101		
5375335	Mount Washington	mount-washington	US	03589	0	America/Los_Angeles	34.09918	-118.22035	235			CA	037		
5375346	Mount Wilson	mount-wilson	US	91023	0	America/Los_Angeles	34.22639	-118.06618	1741	MWS,Mount Wilson		CA	037		
5375382	Mountain Center	mountain-center	US	92561	63	America/Los_Angeles	33.70419	-116.72585	1377			CA	065		
5375395	Mountain Home	mountain-home	US	28758	0	America/Los_Angeles	37.12106	-121.79578	278			CA	085		
5375396	Mountain Home	mountain-home	US	28758	0	America/Los_Angeles	36.23467	-118.69593	1835			CA	107		
5375435	Mountain Pass	mountain-pass	US	92366	0	America/Los_Angeles	35.47026	-115.545	1441			CA	071		
5375439	Mountain Ranch	mountain-ranch	US	95246	1628	America/Los_Angeles	38.22825	-120.54076	651	El Dorado,El Dorado Town,Mountain Ranch		CA	009		
5375478	Mountain View	mountain-view	US	65548	2372	America/Los_Angeles	38.00881	-122.11746	34			CA	013		
5375479	Mountain View	mountain-view	US	65548	0	America/Los_Angeles	34.50638	-117.35866	934			CA	071		
5375480	Mountain View	mountain-view	US	65548	80435	America/Los_Angeles	37.38605	-122.08385	32	Mauntin Vju,Mauntin Vyu,Mauntin-V'ju,Mauntin-Vju,Mountain View,Mountainview,NUQ,Prospectus Montis,ma'untana vhyu,ma'unte'ina bhi'u,ma'untena bhyu,ma'untena vyu,mang ting wei you,mantyn wyw,mauntenbyu,mauntinbyu,mavuntan viyu,mawntn fyw,mea n the nwiw,shan jing cheng,Маунтин Вю,Маунтин Вју,Маунтин-Вью,Маунтін-Вю,מאונטיין ויו,مانتین ویو,ماونتن فيو,माउंटन व्ह्यू,माउंटेन व्यू,माउन्टेन भ्यु,माउन्टेन भ्यू,মাউন্টেইন ভিউ,மவுண்டன் வியூ,เมาน์เทนวิว,マウンテンビュー,山景城,芒廷维尤,마운틴뷰		CA	085		
5375481	Mountain View	mountain-view	US	65548	0	America/Los_Angeles	32.69922	-117.11281	28			CA	073		
5375686	Muir	muir	US	17957	0	America/Los_Angeles	37.99048	-122.13024	36			CA	013		
5375687	Muir	muir	US	17957	0	America/Los_Angeles	39.39822	-123.34501	423			CA	045		
5375883	Murphys	murphys	US	95247	2213	America/Los_Angeles	38.13762	-120.46105	663	Merfi,Murphy,Murphy's,Murphy's Camp,Murphy's Diggins,Murphys,Queen of the Sierra,marphija,Мерфи,मर्फीज		CA	009		
5375893	Murray	murray	US	42071	0	America/Los_Angeles	36.09412	-120.00347	79			CA	031		
5375911	Murrieta	murrieta	US	92562	109830	America/Los_Angeles	33.55391	-117.21392	334	Mjurijeta,Murieta,Murietta,Murrieta,Murrietta,RBK,marieta,mu lie ta,muri'eta,mwrryta  ryfyrsydy  kalyfwrnya,mwryta  kalyfrnya,Муриета,Мјуријета,مورريتا، ريفيرسيدي، كاليفورنيا,موریتا، کالیفرنیا,موریٹا,मुरिएटा,マリエータ,穆列塔		CA	065		
5375932	Muscle Shoals	muscle-shoals	US	35661	0	America/Los_Angeles	34.35639	-119.44262	7	Muscle Shoals		CA	111		
5376046	Mystic	mystic	US	06355	0	America/Los_Angeles	39.43741	-120.01992	1571			CA	057		
5376072	Nadeau	nadeau	US	49863	0	America/Los_Angeles	33.96557	-118.24313	43			CA	037		
5376095	Napa	napa	US	94558	80434	America/Los_Angeles	38.29714	-122.28553	6	APC,Napa,Napa City,Nappa,na pa,naba,napa,napa  kalyfrnya,napa  kyly fwrnya,Напа,نابا,ناپا,ناپا، کالیفرنیا,ناپا، کیلی فورنیا,नापा,แนปา,ナパ,纳帕,나파	055	CA	055		
5376133	Naples	naples	US	04055	0	America/Los_Angeles	33.75446	-118.12368	2			CA	037		
5376134	Naples	naples	US	04055	0	America/Los_Angeles	34.44083	-119.95903	28	Dos Pueblos,Naples		CA	083		
5376188	Nashville	nashville	US	27856	0	America/Los_Angeles	38.5788	-120.84521	263	Nashville,Nashville Bar,Quartzburg,Quartzville		CA	017		
5376200	National City	national-city	US	48748	61060	America/Los_Angeles	32.67811	-117.0992	21	Lungsod ng National,Nashonal Siti,National City,National Ranch,Neshunul Siti,Rancho de la Nacion *,n'yasanala siti,na xiong nai er cheng,naesyeoneolsiti,nashnal syty,nshnal syty  kalyfrnya,Нашонал Сити,Нешънъл Сити,ناشنال سيتي,نشنال سیتی، کالیفرنیا,نیشنل سٹی، کیلیفورنیا,न्यासनल सिटी,纳雄耐尔城,내셔널시티		CA	073		
5376276	Navarro	navarro	US	95463	0	America/Los_Angeles	39.15184	-123.54196	82	Navarro,Wendling		CA	045		
5376314	Nebo	nebo	US	25141	0	America/Los_Angeles	34.87998	-116.95754	624			CA	071		
5376358	Needles	needles	US	92363	4984	America/Los_Angeles	34.84806	-114.61413	151	EED,Needles,Nidls,Nijduls,The Needles,ni de er si,nidalsa,nideulseu,nydlys,nydlz  kalyfrnya,Нидлс,Нийдълс,نيدليس,نیدلز، کالیفرنیا,नीडल्स,尼德尔斯,니들스		CA	071		
5376450	Nelson	nelson	US	03457	0	America/Los_Angeles	39.55211	-121.76553	37	Nelson,Nelson Station		CA	007		
5376500	Nevada	nevada	US	44849	0	America/Los_Angeles	34.06557	-117.2181	365			CA	071		
5376502	Nevada City	nevada-city	US	95959	3152	America/Los_Angeles	39.26173	-121.01779	755	Beer Creek Diggings,Caldwell's Upper Store,Deer Creek Dry Diggins,Lungsod ng Nevada,Nevada,Nevada City,Nevada Lakanbalen,Nevada Siti,Nevada-Siti,Thanh pho Nevada,Thành phố Nevada,nebadashiti,nebadasiti,nebhada siti,nei hua da cheng,nwada syty  kalyfrnya,nyfada syty,Невада Сити,Невада-Сити,نوادا سیتی، کالیفرنیا,نيفادا سيتي,नेभादा सिटी,ネバダシティ,内华达城,네바다시티	057	CA	057		
5376516	Neponset	neponset	US	61345	0	America/Los_Angeles	36.72857	-121.78439	7	Martin Station,Neponset		CA	053		
5376534	New Almaden	new-almaden	US	95042	0	America/Los_Angeles	37.17606	-121.82079	150	Almaden,New Almaden		CA	085		
5376644	New Hope	new-hope	US	18938	0	America/Los_Angeles	38.2263	-121.42384	4			CA	077		
5376728	New Cuyama	new-cuyama	US	93254	517	America/Los_Angeles	34.94692	-119.68541	653			CA	083		
5376803	Newark	newark	US	07101	45336	America/Los_Angeles	37.52966	-122.04024	6	N'juark,Njuark,n'yu'arka,niu hua ke,nyueokeu,nywark,nywark  kalyfrnya,nywark  kylyfwrnya,Њуарк,Ньюарк,Нюарк,نيوارك,نیوآرک، کیلیفورنیا,نیوارک، کالیفرنیا,न्युआर्क,紐華克,뉴어크		CA	001		
5376820	Newberry Springs	newberry-springs	US	92365	0	America/Los_Angeles	34.82721	-116.68836	567	Newberry,Newberry Springs,Water		CA	071		
5376824	Newbury Park	newbury-park	US	91319	0	America/Los_Angeles	34.18417	-118.91065	190			CA	111		
5376831	Newcastle	newcastle	US	04553	1224	America/Los_Angeles	38.87407	-121.13328	288			CA	061		
5376850	Newhall	newhall	US	24866	0	America/Los_Angeles	34.38472	-118.53092	383			CA	037		
5376870	Newman	newman	US	61942	10899	America/Los_Angeles	37.31383	-121.02076	27	Njuman,Njumun,n'yumyana,niu man,nywman,nywmn  kalyfrnya,nywmyn  kylyfwrnya,Њуман,Нюмън,نيومان,نیومن، کالیفرنیا,نیومین، کیلیفورنیا,न्युम्यान,纽曼		CA	099		
5376887	Newport	newport	US	02840	0	America/Los_Angeles	39.57738	-123.77474	41			CA	045		
5376890	Newport Beach	newport-beach	US	92658	87127	America/Los_Angeles	33.61891	-117.92895	3	JNP		CA	059		
5376932	Newtown	newtown	US	06470	0	America/Los_Angeles	38.70435	-120.6791	746	Newton,Newtown		CA	017		
5376933	Newtown	newtown	US	06470	0	America/Los_Angeles	39.25267	-121.10329	644	Newton,Newtown,Sailor Flat,Sailors Flat		CA	057		
5376934	Newtown	newtown	US	06470	0	America/Los_Angeles	38.16881	-121.68023	4			CA	095		
5376939	Newville	newville	US	17241	0	America/Los_Angeles	39.79099	-122.52833	190			CA	021		
5376953	Nicasio	nicasio	US	94946	96	America/Los_Angeles	38.06159	-122.6986	59			CA	041		
5376959	Nice	nice	US	95464	2731	America/Los_Angeles	39.12323	-122.84833	415	Clear Lake Villas,Nice		CA	033		
5376978	Nichols	nichols	US	13812	0	America/Los_Angeles	38.04131	-121.98802	19			CA	013		
5377001	Nicolaus	nicolaus	US	95659	211	America/Los_Angeles	38.90323	-121.57774	11	Nicholaus,Nichols,Nicolaus		CA	101		
5377032	Niland	niland	US	92257	1006	America/Los_Angeles	33.24004	-115.51888	-43	Hobgood,Imperial Junction,Niland,Old Beach		CA	025		
5377100	Nipomo	nipomo	US	93444	16714	America/Los_Angeles	35.04275	-120.476	101	Nimpomo,Nipoma,Nipomo		CA	079		
5377117	Nipton	nipton	US	92364	0	America/Los_Angeles	35.46665	-115.27221	924	Nippen,Nippeno,Nipton		CA	071		
5377199	Norco	norco	US	70079	26289	America/Los_Angeles	33.93113	-117.54866	195	Norko,narko,nuo ke,nwrkw,nwrkw  kalyfrnya,Норко,نوركو,نورکو، کالیفرنیا,नर्को,诺科		CA	065		
5377214	Norden	norden	US	95724	0	America/Los_Angeles	39.31796	-120.35604	2115			CA	057		
5377248	Norman	norman	US	28367	0	America/Los_Angeles	39.40794	-122.19192	28			CA	021		
5377281	North Beach	north-beach	US	20714	0	America/Los_Angeles	37.80576	-122.41219	5	Little Italy,Nort Bijch,North Beach,bei tan,Норт Бийч,北滩		CA	075		
5377294	North Bloomfield	north-bloomfield	US	44450	0	America/Los_Angeles	39.36823	-120.89939	1002	Bloomfield,Humbug,Humbug City,North Bloomfield		CA	057		
5377396	North Fork	north-fork	US	83466	0	America/Los_Angeles	37.22967	-119.50958	804	Brown's,North Fork,Northfork		CA	039		
5377640	North Highlands	north-highlands	US	95660	42694	America/Los_Angeles	38.68574	-121.37217	28	Nort Khajlands,nartha ha'ilyandsa,Норт Хајландс,नर्थ हाइल्यांड्स		CA	067		
5377654	North Hollywood	north-hollywood	US	91601	77848	America/Los_Angeles	34.17223	-118.37897	196	Lankershim,North Hollywood,Severnyj Gollivud,Toluca,noseuhalliudeu,Северный Голливуд,نورث هالیوود، لس‌آنجلس,노스할리우드		CA	037		
5377722	North Palm Springs	north-palm-springs	US	92258	0	America/Los_Angeles	33.92279	-116.54307	263	Garnet Gardens,North Palm Springs		CA	065		
5377797	North San Juan	north-san-juan	US	95960	269	America/Los_Angeles	39.36934	-121.10384	644	North San Juan,San Juan		CA	057		
5377843	North Star	north-star	US	45350	0	America/Los_Angeles	39.58656	-121.0769	1225	North Star,North Star House		CA	115		
5377967	Northwood	northwood	US	03261	0	America/Los_Angeles	38.47547	-123.00167	22			CA	097		
5377982	Norton	norton	US	02766	0	America/Los_Angeles	38.08075	-121.24272	14			CA	077		
5377985	Northridge	northridge	US	91324	68469	America/Los_Angeles	34.22834	-118.53675	246	Northridge,Zelzah,northarija,نورثریج، لس‌آنجلس,नॉर्थरिज		CA	037		
5377995	Norwalk	norwalk	US	06850	107140	America/Los_Angeles	33.90224	-118.08173	28	Corvallis,Noruok,Noruolk,Norvok,Norvolk,Norvolkas,Norwalk,naravaka,nou~oku,nowokeu,nuo wo ke,nwrwak  kalyfrnya,nwrwak  kylyfwrnya,nwrwalk,nwrwwq,Норвок,Норволк,Норуок,Норуолк,נורווק,نوروالك,نوروالک,نورواک، کالیفرنیا,نورواک، کیلیفورنیا,नरवाक,ノーウォーク,諾沃克,노워크		CA	037		
5378010	Nortonville	nortonville	US	42442	0	America/Los_Angeles	37.9577	-121.88051	244			CA	013		
5378044	Novato	novato	US	94945	55530	America/Los_Angeles	38.10742	-122.5697	9	NOT,Novato,nobhato,nuo wa tuo,nwfatw,nwwatw  kalyfrnya,Новато,نوفاتو,نوواتو، کالیفرنیا,नोभातो,诺瓦托		CA	041		
5378087	Nuevo	nuevo	US	92567	6447	America/Los_Angeles	33.80141	-117.14587	454			CA	065		
5378198	O'Neals	o-neals	US	93645	0	America/Los_Angeles	37.12828	-119.69431	399			CA	039		
5378309	Oak Grove	oak-grove	US	42262	0	America/Los_Angeles	39.42711	-121.60525	39			CA	007		
5378310	Oak Grove	oak-grove	US	42262	0	America/Los_Angeles	38.11687	-120.88688	89			CA	009		
5378311	Oak Grove	oak-grove	US	42262	0	America/Los_Angeles	33.38503	-116.78919	849	Oak Grove,Oakgrove Valley		CA	073		
5378312	Oak Grove	oak-grove	US	42262	0	America/Los_Angeles	36.4505	-118.79204	808	Oak Grove,Oakgrove		CA	107		
5378339	Oak Hill	oak-hill	US	12460	0	America/Los_Angeles	34.06528	-118.78509	373			CA	037		
5378399	Oak Park	oak-park	US	48237	0	America/Los_Angeles	38.55129	-121.47107	9	Oak Park,Oak Park Community Park,Oakpark		CA	067		
5378405	Oak Park	oak-park	US	48237	0	America/Los_Angeles	35.64775	-120.69073	218			CA	079		
5378408	Oak Park	oak-park	US	48237	13811	America/Los_Angeles	34.17917	-118.76287	337	Ouk-Park,Оук-Парк		CA	111		
5378481	Oak View	oak-view	US	93022	4066	America/Los_Angeles	34.4	-119.30011	164	Oak View,Oakview		CA	111		
5378500	Oakdale	oakdale	US	06370	22259	America/Los_Angeles	37.76659	-120.84715	48	Longworth,ODC,Oakdale,Oukdejl,ao ke dai er,awakdaly,awk dyl  kalyfrnya,okadela,Оукдейл,Оукдејл,أواكدالي,اوک دیل، کالیفرنیا,ओकडेल,奥克戴尔		CA	099		
5378529	Oakhurst	oakhurst	US	07755	2829	America/Los_Angeles	37.328	-119.64932	693	Fresno Flats,Oakhurst,Oukkherst,okaharsta,Оукхерст,ओकहर्स्ट		CA	039		
5379635	Ordway	ordway	US	81063	0	America/Los_Angeles	34.00418	-117.16781	471			CA	065		
5378538	Oakland	oakland	US	02858	419267	America/Los_Angeles	37.80437	-122.2708	13	OAK,Oakland,Oakland i California,Okland,Oklandas,Oklend,Oklenda,Oouklant,Oukland,Ouklend,Quercupolis,ao ke lan,awkland,awklnd,okalanda,okalyanda,okeullaendeu,oklant,okurando,Όουκλαντ,Окланд,Окленд,Оукланд,Оукленд,Օքլենդ,אוקלנד,אקלאנד,أوكلاند,اوکلند,اوکلینڈ,اوکلینڈ، کیلیفورنیا,ओकलंड,ओकल्याण्ड,ओकल्यान्ड,ওকল্যান্ড,ஓக்லண்ட்,ოკლენდი,オークランド,奥克兰,奧克蘭,오클랜드	001	CA	001		
5378566	Oakley	oakley	US	48649	39813	America/Los_Angeles	37.99742	-121.71245	6	Oukli,ao ke li,awakly,awkly  kalyfrnya,okali,okure,Оукли,أواكلي,اوکلی، کالیفرنیا,ओकली,オークレー,奥克利,奧克利		CA	013		
5378575	Oakmont	oakmont	US	15139	0	America/Los_Angeles	38.44074	-122.60443	128	Annadel,Oakmont		CA	097		
5378601	Oakville	oakville	US	06779	71	America/Los_Angeles	38.43685	-122.4022	47			CA	055		
5378613	Oaks	oaks	US	19456	0	America/Los_Angeles	35.11886	-120.59489	34			CA	079		
5378692	Occidental	occidental	US	95465	1115	America/Los_Angeles	38.40741	-122.94833	181	Howard's Station,Howards,Meeker,Meekers,Occidental,Summit		CA	097		
5378706	Ocean Beach	ocean-beach	US	11770	0	America/Los_Angeles	32.74499	-117.25012	10	Mussel Beds,Ocean Beach		CA	073		
5378728	Ocean Park	ocean-park	US	04063	0	America/Los_Angeles	34.00223	-118.48369	9	Ocean Park,Oceanpark		CA	037		
5378741	Ocean View	ocean-view	US	08230	0	America/Los_Angeles	33.71557	-117.98867	9			CA	059		
5378760	Oceana	oceana	US	24870	0	America/Los_Angeles	33.21059	-117.33004	52			CA	073		
5378763	Oceano	oceano	US	93445	7286	America/Los_Angeles	35.09886	-120.61239	9			CA	079		
5378771	Oceanside	oceanside	US	11572	175691	America/Los_Angeles	33.19587	-117.37948	20	OCN,Ocean Side,Oceanside,Oushansajd,Oushensajd,Oushunsajd,awshn sayd  kalyfrnya,awsyansydy,osanasa'ida,oshansaido,osyeonsaideu,ou shen sai de,Оушансајд,Оушенсайд,Оушънсайд,אושנסייד,أوسيانسيدي,اوشن ساید، کالیفرنیا,اوشینسائڈ,ओसनसाइड,オーシャンサイド,歐申賽德,오션사이드		CA	073		
5378795	Ocotillo	ocotillo	US	92259	266	America/Los_Angeles	32.73867	-115.99418	115			CA	025		
5378858	Oil City	oil-city	US	16301	0	America/Los_Angeles	35.42635	-118.96038	137			CA	029		
5378880	Ojai	ojai	US	93023	7627	America/Los_Angeles	34.44805	-119.24289	227	Nordhoff,Ojai,Ojailand,Ojain,Okhaj,ao hai zhen,awhay,awjy,ohai,oja'i,Охай,Охај,أوجي,اوهای,ओजाइ,奧海鎮,오하이		CA	111		
5378916	Olancha	olancha	US	93549	192	America/Los_Angeles	36.28199	-118.00788	1115	Olancha,Olanche		CA	027		
5378925	Olcott	olcott	US	14126	0	America/Los_Angeles	38.27714	-121.82413	7			CA	095		
5379135	Old Town	old-town	US	04468	0	America/Los_Angeles	38.09575	-122.56887	4			CA	041		
5379136	Old Town	old-town	US	04468	0	America/Los_Angeles	34.40444	-119.53012	12			CA	083		
5379137	Old Town	old-town	US	04468	0	America/Los_Angeles	34.21528	-119.04621	56			CA	111		
5379160	Old Town	old-town	US	04468	0	America/Los_Angeles	35.14274	-118.49481	1167	Old Town,Williamsburg		CA	029		
5379187	Olema	olema	US	94950	0	America/Los_Angeles	38.04076	-122.78805	21	Olema,Olemos,Olemus		CA	041		
5379195	Olga	olga	US	98279	0	America/Los_Angeles	34.11251	-118.16563	195			CA	037		
5379211	Olive	olive	US	59343	0	America/Los_Angeles	33.83613	-117.84617	68	Old Santa Ana,Olive,Olive Heights,Santa Ana,Santa Ana Abajo		CA	059		
5379227	Olive Hill	olive-hill	US	41164	0	America/Los_Angeles	39.28822	-121.47024	58			CA	115		
5379264	Olivehurst	olivehurst	US	95961	13656	America/Los_Angeles	39.09545	-121.55219	20	Olivkherst,olibhaharsta,Оливхерст,ओलिभहर्स्ट		CA	115		
5379327	Olympia	olympia	US	40358	0	America/Los_Angeles	37.06967	-122.05857	112			CA	087		
5379348	Omega	omega	US	31775	0	America/Los_Angeles	39.33323	-120.74938	1312	Delirium Tremens,Omega		CA	057		
5379439	Ontario	ontario	US	14519	171214	America/Los_Angeles	34.06334	-117.65089	306	ONT,Ontario,Ontehrio,an da e,antaryw  kalyfrnya,awntaryw,ontalio,ontario,ontariyo,Онтарио,Онтаріо,Онтэрио,أونتاريو,انتاریو، کالیفرنیا,اونٹاریو،کیلیفورنیا,ओन्टारियो,オンタリオ,安大略,온타리오		CA	071		
5379464	Onyx	onyx	US	93255	475	America/Los_Angeles	35.69023	-118.22063	852	Onyx,Scodie		CA	029		
5379495	Ophir	ophir	US	81426	0	America/Los_Angeles	38.89101	-121.12356	208	Ophir,Spanish Corral		CA	061		
5379509	Ora	ora	US	46968	0	America/Los_Angeles	36.15134	-120.32654	196			CA	019		
5379513	Orange	orange	US	01364	140992	America/Los_Angeles	33.78779	-117.85311	58	JOR,Orandzh,Orange,Orange (Kalifornien),Orindz,Orindzh,Richland,arenja,awranj,awrnj  kalyfrnya,awrynj,chen shi,olenji,orenji,Орандж,Ориндж,Оринџ,أورانج,اورنج، کالیفرنیا,اورینج,अरेन्ज,オレンジ,橙市,오렌지	059	CA	059		
5379533	Orange Cove	orange-cove	US	93646	9598	America/Los_Angeles	36.62439	-119.31373	129			CA	019		
5379566	Orangevale	orangevale	US	95662	33960	America/Los_Angeles	38.67851	-121.22578	73	Orange Vale,Orange Vale Colony,Orangevale,The Vale		CA	067		
5379583	Orchard	orchard	US	50460	0	America/Los_Angeles	38.33603	-122.77388	67			CA	097		
5379641	Oregon City	oregon-city	US	97045	0	America/Los_Angeles	39.59377	-121.52941	361			CA	007		
5379653	Oregon House	oregon-house	US	95962	0	America/Los_Angeles	39.35628	-121.27913	465			CA	115		
5379665	Orford	orford	US	03777	0	America/Los_Angeles	37.97715	-121.18939	15	Orford,Windsor		CA	077		
5379678	Orinda	orinda	US	94563	19279	America/Los_Angeles	37.87715	-122.17969	151	Orinda,Orinda Park,ao lin da,awrynda,awrynda  kalyfrnya,orinda,Оринда,أوريندا,اوریندا، کالیفرنیا,ओरिन्डा,オリンダ,奥林达,奧林達		CA	013		
5379698	Orland	orland	US	04472	7550	America/Los_Angeles	39.74738	-122.19637	79	Orland,Orlund,ao lan de,arlyanda,awrland,awrlnd  kalyfrnya,Орланд,Орлънд,أورلاند,اورلند، کالیفرنیا,अर्ल्यांड,奥兰德		CA	021		
5379726	Oro Grande	oro-grande	US	92368	0	America/Los_Angeles	34.59888	-117.33421	811	Halleck,Lane's Crossing,Oro Grande,Oro Grande Station		CA	071		
5379755	Orosi	orosi	US	93647	8770	America/Los_Angeles	36.54495	-119.28734	114			CA	107		
5379759	Oroville	oroville	US	95965	16260	America/Los_Angeles	39.51394	-121.55776	51	OVE,Ophir,Ophir City,Orovil,Orovil',Orovill,Oroville,ao luo wei er,awrwfyly,awrwwyl  kalyfrnya,orobhila,orobiru,Оровил,Оровилл,Оровіль,أوروفيلي,اوروویل، کالیفرنیا,ओरोभिल,オーロビル,奥罗维尔	007	CA	007		
5379815	Ortonville	ortonville	US	48462	0	America/Los_Angeles	34.32139	-119.2915	45	Ortonville,Sleepy Hollow		CA	111		
5379910	Otterbein	otterbein	US	47970	0	America/Los_Angeles	33.98751	-117.88478	154			CA	037		
5380175	Oxford	oxford	US	01540	0	America/Los_Angeles	38.30713	-121.62079	1			CA	095		
5380184	Oxnard	oxnard	US	93030	207254	America/Los_Angeles	34.1975	-119.17705	16	OXR,Oksnard,Oxnard,aksanarda,ao ke si na de,awks nard  kalyfrnya,awksnard,ogseunadeu,okkusunado,Окснард,אוקסנארד,أوكسنارد,اوکس نارد، کالیفرنیا,اوکسنارڈ,अक्सनार्ड,オックスナード,奥克斯纳德,옥스나드		CA	111		
5380273	Pacific	pacific	US	63069	0	America/Los_Angeles	38.76171	-120.50843	1035	Pacific,Pacific House		CA	017		
5380284	Pacific Beach	pacific-beach	US	98571	0	America/Los_Angeles	32.79783	-117.24031	20			CA	073		
5380378	Pacific Palisades	pacific-palisades	US	90272	0	America/Los_Angeles	34.04806	-118.52647	100	peosipigpaelliseijeu,پسیفیک پلسیدس، لس‌آنجلس,퍼시픽팰리세이즈		CA	037		
5380420	Pacifica	pacifica	US	94044	39260	America/Los_Angeles	37.61383	-122.48692	25	Edgemar,Fairway Park,Pacifica,Pacífica,Pasifika,Pedro Point,Pedro Valley,Punta De Las Almejas,Rockaway Beach,Sharp Park,Vallemar,basyfyka  san matyw  kalyfwrnya,pa xi fei ka,pasyfyka  kalyfrnya,pyasiphika,Пасифика,باسيفيكا، سان ماتيو، كاليفورنيا,پاسیفیکا، کالیفرنیا,प्यासिफिका,帕西菲卡		CA	081		
5380437	Pacific Grove	pacific-grove	US	93950	15674	America/Los_Angeles	36.61774	-121.91662	46	Pasifik Grouv,basyfyk ghrwfy,pasyfyk grww  kalyfrnya,pyasiphika grobha,tai ping yang cong lin,Пасифик Гроув,باسيفيك غروفي,پاسیفیک گروو، کالیفرنیا,प्यासिफिक ग्रोभ,太平洋丛林		CA	053		
5380462	Pacoima	pacoima	US	91331	0	America/Los_Angeles	34.2625	-118.42703	302			CA	037		
5380506	Paicines	paicines	US	95043	0	America/Los_Angeles	36.72857	-121.27854	208	Paicines,Tres Pinos		CA	069		
5380512	Paige	paige	US	78659	0	America/Los_Angeles	36.1819	-119.42067	78			CA	107		
5380548	Pala	pala	US	92059	0	America/Los_Angeles	33.36531	-117.0767	121			CA	073		
5380571	Palermo	palermo	US	04354	5382	America/Los_Angeles	39.43544	-121.53802	59			CA	007		
5380622	Palm City	palm-city	US	34990	0	America/Los_Angeles	32.58367	-117.08419	14			CA	073		
5380626	Palm Desert	palm-desert	US	92211	51869	America/Los_Angeles	33.72255	-116.37697	67	Old McDonald Ranch,Palm Desert,Palm Dezert,Palm Dezurt,Palm Village,Palm-Dezert,Sand Hole,balm dysyrt,palm dzrt  kalyfrnya,pama dejarta,pamdejeoteu,zong lu sha mo,Палм Дезерт,Палм Дезърт,Палм-Дезерт,بالم ديسيرت,پالم دزرت، کالیفرنیا,पाम डेजर्ट,棕榈沙漠,팜데저트		CA	065		
5380668	Palm Springs	palm-springs	US	92262	47371	America/Los_Angeles	33.8303	-116.54529	146	Agua Caliente,Big Palm Spring,PSP,Palm City,Palm Springs,Palm-Springs,Palm-Springz,Palmetto Spring,balm sbrynghs,palm aspryngz  kalyfrnya,palm spring s,pama springas,pamseupeulingseu,pamusupuringusu,zong lu quan,Палм Спрингс,Палм-Спрингс,Палм-Спрінгз,פאלם ספרינגס,بالم سبرينغس,پالم اسپرینگز، کالیفرنیا,पाम स्प्रिङ्गस्,ปาล์มสปริงส์,パームスプリングス,棕櫚泉,팜스프링스		CA	065		
5380698	Palmdale	palmdale	US	33944	158351	America/Los_Angeles	34.57943	-118.11646	810	PMD,Palmdale,Palmdejl,balmdyl,palm dyl  kalyfrnya,pamadela,pamuderu,zong lu gu,Палмдейл,Палмдејл,פאלמדייל,بالمديل,پالم دیل، کالیفرنیا,پالم ڈیل,पामडेल,パームデール,棕櫚谷		CA	037		
5380726	Palmetto	palmetto	US	30268	0	America/Los_Angeles	39.82377	-121.31913	1565			CA	063		
5380736	Palms	palms	US	48465	0	America/Los_Angeles	34.02279	-118.40563	28	Palma,Palmas,Palms		CA	037		
5380748	Palo Alto	palo-alto	US	94301	66853	America/Los_Angeles	37.44188	-122.14302	9	PAO,Pala-Al'ta,Palo Al'to,Palo Alto,Palo-Al'to,Palo-Alto,Paloalto,University Park,balw altw,pa luo ao duo,pa luo ao tu,paelloaelto,palo alto,palo elto,palw altw  kalyfrnya,palwaltw,paroaruto,Πάλο Άλτο,Пала-Альта,Пало Алто,Пало Альто,Пало-Альто,פאלו אלטו,بالو ألتو,پالو آلتو، کالیفرنیا,پالوآلتو,पालो आल्टो,पालो एल्टो,パロアルト,帕羅奧圖,帕羅奧多,팰로앨토		CA	085		
5380784	Palo Verde	palo-verde	US	85343	171	America/Los_Angeles	33.43281	-114.73218	71	Palo Verde,Paloverde		CA	025		
5380811	Paloma	paloma	US	62359	0	America/Los_Angeles	38.25936	-120.76327	415	Fosteria,Paloma		CA	009		
5380838	Palomar Mountain	palomar-mountain	US	92060	0	America/Los_Angeles	33.32281	-116.87864	1623	Palomar,Palomar Mountain,Polomar Mountain		CA	073		
5380894	Panama	panama	US	14767	0	America/Los_Angeles	35.26691	-119.05677	107	Panama,Pumpkin Center		CA	029		
5380932	Panorama City	panorama-city	US	91402	0	America/Los_Angeles	34.22473	-118.44981	249			CA	037		
5381718	Pearland	pearland	US	77581	0	America/Los_Angeles	34.5611	-118.04035	817			CA	037		
5381002	Paradise	paradise	US	17562	26476	America/Los_Angeles	39.75961	-121.62192	542	Leonards Mill,PYS,Paradajs,Paradice,Paradise,Paraiso,Pari-O-Dice,Peradajz,Poverty Ridge,baradys,paradaisu,prdays  kalyfrnya,pyarada'ija,tian tang,Парадајс,Перадайз,باراديس,پردایس، کالیفرنیا,پيراڈائز، کیلیفورنیا,प्याराडाइज,パラダイス,天堂		CA	007		
5381110	Paramount	paramount	US	90723	55412	America/Los_Angeles	33.88946	-118.15979	21	Hynes,Paramaunt,Paramount,baramwwnt,pai la meng,paramwnt  kalyfrnya,pyarama'unta,Парамаунт,باراموونت,پارامونت، کالیفرنیا,پیراماؤنٹ، کیلیفورنیا,प्यारामाउन्ट,派拉蒙		CA	037		
5381143	Paris	paris	US	04271	0	America/Los_Angeles	34.47194	-118.18091	845			CA	037		
5381172	Park Hill	park-hill	US	74451	0	America/Los_Angeles	35.56386	-121.10491	35			CA	079		
5381226	Parker Dam	parker-dam	US	92267	0	America/Los_Angeles	34.28724	-114.143	121			CA	071		
5381255	Parkhill	parkhill	US	15945	0	America/Los_Angeles	39.72238	-121.49664	592			CA	007		
5381325	Parlier	parlier	US	93648	15138	America/Los_Angeles	36.61162	-119.52707	105	Parlir,Parliur,barlyr,pa li ye,parliyah,parlyr  kalyfrnya,Парлир,Парлиър,بارلير,پارلیر، کالیفرنیا,पार्लियः,帕利耶		CA	019		
5381396	Pasadena	pasadena	US	21122	142250	America/Los_Angeles	34.14778	-118.14452	263	Indiana Colony,JPD,Pasadehna,Pasadena,Pasadina,Pasadīna,Pasantina,Pasedena,basadyna,pa sa di na,paeseodina,pasadena,pasadyna  kalyfrnya,psdynh,Πασαντίνα,Пасадена,Пасадина,Пасадэна,Փասադենա,פסדינה,باسادينا,پاسادینا، کالیفرنیا,پاساڈینا,पासादेना,แพซาดีนา,パサデナ,帕萨迪纳,패서디나		CA	037		
5381429	Paskenta	paskenta	US	96074	112	America/Los_Angeles	39.8846	-122.54583	230			CA	103		
5381438	Paso Robles	paso-robles	US	93446	27157	America/Los_Angeles	35.62664	-120.691	223	El Paso de Robles,PRB,Pasco Robles,Paso De Robles,Paso Robles,basw rwblys,ela paso de robleja,paso roblesa,pasoroburesu,pasw rwblz  kalyfrnya,Пасо Роблес,باسو روبليس,پاسو روبلز، کالیفرنیا,एल पासो दे रोब्लेज,पासो रोब्लेस,パソロブレス		CA	079		
5381515	Patterson	patterson	US	12563	21498	America/Los_Angeles	37.4716	-121.12966	31	Paterson,Patersun,batyrswn,pa te sen,patrswn  kalyfrnya,pyatarasana,Патерсон,Патерсън,باتيرسون,پاترسون، کالیفرنیا,प्याटरसन,帕特森		CA	099		
5381546	Patton	patton	US	16668	0	America/Los_Angeles	34.13584	-117.22393	391	Asylum,Patton		CA	071		
5381615	Pauma Valley	pauma-valley	US	92061	0	America/Los_Angeles	33.30337	-116.98142	246			CA	073		
5381622	Paynesville	paynesville	US	24873	0	America/Los_Angeles	38.80907	-119.77934	1560			CA	003		
5381700	Pearblossom	pearblossom	US	93553	0	America/Los_Angeles	34.50638	-117.90979	929	Almondale,Pearblossom,Pearblossom Heights		CA	037		
5381723	Pearson	pearson	US	31642	0	America/Los_Angeles	38.1302	-121.24717	19			CA	077		
5381724	Pearson	pearson	US	31642	0	America/Los_Angeles	39.06184	-121.57746	16			CA	115		
5381751	Pebble Beach	pebble-beach	US	93953	0	America/Los_Angeles	36.56635	-121.94662	1	Pebul Bijch,pebeulbichi,phebbei lbich,yuan shi tan,Пебъл Бийч,เพบเบิลบีช,圆石滩,페블비치		CA	053		
5381928	Penn Valley	penn-valley	US	95946	1621	America/Los_Angeles	39.196	-121.19107	427			CA	057		
5381932	Penngrove	penngrove	US	94951	2522	America/Los_Angeles	38.29964	-122.66665	26	Penn,Penn's Grove,Penngrove,Penns,Penns Grove		CA	097		
5381936	Pennington	pennington	US	08534	0	America/Los_Angeles	39.291	-121.79331	26			CA	101		
5382026	Penryn	penryn	US	17564	831	America/Los_Angeles	38.85212	-121.16939	191	Penrhyn,Penryn		CA	061		
5382116	Perkins	perkins	US	30822	0	America/Los_Angeles	38.5463	-121.39829	15	Brighton,Perkins		CA	067		
5382146	Perris	perris	US	92570	74971	America/Los_Angeles	33.78252	-117.22865	443	Peris,Perris,byrrys,pei li si,perisa,prys  kalyfrnya,Перис,Перрис,بيرريس,پریس، کالیفرنیا,पेरिस,佩里斯		CA	065		
5382168	Perry	perry	US	04667	0	America/Los_Angeles	33.86557	-118.34452	24			CA	037		
5382169	Perry	perry	US	04667	0	America/Los_Angeles	37.18356	-121.70634	92	Perry,Perrys		CA	085		
5382215	Pescadero	pescadero	US	94060	643	America/Los_Angeles	37.25494	-122.38136	12			CA	081		
5382232	Petaluma	petaluma	US	94952	60438	America/Los_Angeles	38.23242	-122.63665	9	Chickaluma,Petaloma,Petaluma,Petluma,bytalwma,pei ta lu ma,petaluma,petaruma,ptalwma  kalyfrnya,Петалума,Петлума,بيتالوما,پتالوما، کالیفرنیا,पेतालुमा,ペタルーマ,佩塔卢马		CA	097		
5382362	Phelan	phelan	US	92329	14304	America/Los_Angeles	34.42611	-117.57228	1256			CA	071		
5382386	Phillips	phillips	US	04966	0	America/Los_Angeles	38.81796	-120.07769	2095	Phillip's,Phillips		CA	017		
5382399	Philo	philo	US	43771	349	America/Los_Angeles	39.06573	-123.44501	101			CA	045		
5382437	Picacho	picacho	US	85141	0	America/Los_Angeles	33.0231	-114.61107	62			CA	025		
5385897	Ranchita	ranchita	US	92066	0	America/Los_Angeles	33.21004	-116.51668	1239			CA	073		
5382496	Pico Rivera	pico-rivera	US	90660	64218	America/Los_Angeles	33.98307	-118.09673	50	Pico,Pico Rivera,Piko Rivera,Rivera,bykw ryfyra,pi ke li wei la,piko ribhera,pykw rywra  kalyfrnya,Пико Ривера,بيكو ريفيرا,پیکو ریورا، کالیفرنیا,पिको रिभेरा,皮科里韦拉		CA	037		
5382514	Piedmont	piedmont	US	26750	11376	America/Los_Angeles	37.82437	-122.23163	100	Pemont,Pidmont,bydmwnt,pa'idamonta,pi meng te,pideumonteu,pydmant  kalyfrnya,Пидмонт,Пємонт,بيدمونت,پیدمانت، کالیفرنیا,पाइडमोन्ट,皮蒙特,피드몬트		CA	001		
5382533	Piedra	piedra	US	93649	0	America/Los_Angeles	36.81023	-119.38207	164	Del Piedra,Delpiedra,Piedra		CA	019		
5382653	Pierce	pierce	US	68767	0	America/Los_Angeles	38.12547	-122.10052	2			CA	095		
5382669	Piercy	piercy	US	95587	0	America/Los_Angeles	39.96626	-123.7953	242			CA	045		
5382717	Pike	pike	US	03780	134	America/Los_Angeles	39.43906	-120.99801	1050	Pike,Pike City		CA	091		
5382770	Pilot Hill	pilot-hill	US	95664	0	America/Los_Angeles	38.8349	-121.01439	358	Centerville,Pilot Hill,Pilothill,Pittsfield		CA	017		
5382907	Pine Grove	pine-grove	US	17963	2219	America/Los_Angeles	38.41297	-120.65882	766	Lincoln,Pine Grove,Pinegrove		CA	005		
5382908	Pine Grove	pine-grove	US	17963	0	America/Los_Angeles	38.82824	-122.7311	768	Cobb,Pine Grove		CA	033		
5382909	Pine Grove	pine-grove	US	17963	0	America/Los_Angeles	39.34934	-123.81418	51			CA	045		
5382910	Pine Grove	pine-grove	US	17963	0	America/Los_Angeles	32.94533	-116.71252	758			CA	073		
5382989	Pine Mountain Club	pine-mountain-club	US	93222	2315	America/Los_Angeles	34.84637	-119.14955	1723			CA	029		
5383075	Pine Valley	pine-valley	US	14872	1510	America/Los_Angeles	32.82144	-116.52918	1141			CA	073		
5383089	Pinecrest	pinecrest	US	95364	0	America/Los_Angeles	39.16267	-120.96828	743			CA	057		
5383090	Pinecrest	pinecrest	US	95364	0	America/Los_Angeles	38.18885	-119.99238	1731			CA	109		
5383101	Pinedale	pinedale	US	82941	0	America/Los_Angeles	36.84273	-119.78987	106			CA	019		
5383111	Pinehurst	pinehurst	US	01866	0	America/Los_Angeles	36.69523	-119.0165	1220	Neff Mills,Pinehurst		CA	019		
5383125	Pinewood	pinewood	US	29125	0	America/Los_Angeles	36.57383	-118.76593	2013	Pinewood,Pinewood Camp		CA	107		
5383187	Pinole	pinole	US	94564	19269	America/Los_Angeles	38.00437	-122.29886	31	El Pinole,Il Pinole,Penole,Pinol,Pinole,Pinoli,bynwly,pi nuo er,pinola,pinoru,pynwl  kalyfrnya,Пинол,Пиноли,بينولي,پینول، کالیفرنیا,पिनोल,ピノール,皮諾爾,皮诺尔		CA	013		
5383283	Pioneer	pioneer	US	37847	1094	America/Los_Angeles	38.43186	-120.57187	910	Pioneer,Pioneer Station		CA	005		
5383380	Pioneertown	pioneertown	US	92268	0	America/Los_Angeles	34.15667	-116.49613	1236			CA	071		
5383413	Piru	piru	US	93040	2063	America/Los_Angeles	34.41527	-118.79398	216	Piru,Piru City,Piru Rancho,piru,पिरु		CA	111		
5383424	Pisgah	pisgah	US	35765	0	America/Los_Angeles	34.75971	-116.3553	664			CA	071		
5383431	Pismo Beach	pismo-beach	US	93448	8162	America/Los_Angeles	35.14275	-120.64128	17	El Pizmo,Pismo,Pismo Beach,Pizmo Bich,Pizmo-Bich,Pizmou Bijch,bysmw bytsh,pi si mo hai tan,pismo bica,pysmw bych  kalyfrnya,Пизмо Бич,Пизмо-Бич,Пизмоу Бийч,بيسمو بيتش,پیسمو بیچ، کالیفرنیا,पिस्मो बीच,皮斯摩海滩		CA	079		
5383465	Pittsburg	pittsburg	US	03592	69424	America/Los_Angeles	38.02798	-121.88468	8	Black Diamond,City of New York of the Pacific,New York of the Pacific,Pitsbrg,Pitsburg,Pittsburg,Pittsburgh,bytsbwrgh,pi ci bao,pi zi bao,picheubeogeu,pitsabarga,pittsubagu,pytz brg  kalyfrnya,Питсбург,Питсбърг,بيتسبورغ,پیتز برگ، کالیفرنیا,पिट्सबर्ग,ピッツバーグ,匹兹堡,匹茲堡,피츠버그		CA	013		
5383518	Pixley	pixley	US	93256	3310	America/Los_Angeles	35.96856	-119.29178	83			CA	107		
5383526	Piñon Hills	pinon-hills	US	92372	7272	America/Los_Angeles	34.43333	-117.64672	1272	Desert Springs,Desmont,Pinon Hills,Piñon Hills,Smithson Springs		CA	071		
5383527	Placentia	placentia	US	92870	52495	America/Los_Angeles	33.87224	-117.87034	83	Plasensha,Plasentija,blasyntya,peullasentia,plasntya  kalyfrnya,plesensiya,pu la sen,Пласентия,Пласенша,بلاسينتيا,پلاسنتیا، کالیفرنیا,प्लेसेन्सिया,普拉森,플라센티아		CA	059		
5383559	Placerville	placerville	US	81430	10650	America/Los_Angeles	38.72963	-120.79855	569	Dry Diggings,Dry Diggins,Hangtown,Old Dry Diggings,Old Dry Diggins,PVF,Placerville,Plaservil,Plejsurvil,blysrfyl,plesarabhila,plysrwyl  kalyfrnya,pu lai se wei er,purasabiru,Пласервил,Плейсървил,بليسرفيل,پلیسرویل، کالیفرنیا,प्लेसरभिल,プラサービル,普莱瑟维尔	017	CA	017		
5383572	Plainfield	plainfield	US	01070	0	America/Los_Angeles	38.59074	-121.79691	21			CA	113		
5383577	Plainview	plainview	US	11803	945	America/Los_Angeles	36.14412	-119.134	108	Plainview,Roger's Corners		CA	107		
5383585	Plano	plano	US	52581	0	America/Los_Angeles	36.04356	-119.00843	142			CA	107		
5383600	Planada	planada	US	95365	4584	America/Los_Angeles	37.29077	-120.31852	69	Geneva,Planada,Whitton		CA	047		
5383632	Playa Vista	playa-vista	US	90094	0	America/Los_Angeles	33.97279	-118.42758	2			CA	037		
5383633	Playa del Rey	playa-del-rey	US	90293	0	America/Los_Angeles	33.9489	-118.44563	6	Playa del Rey,Port Ballona		CA	037		
5383708	Pleasant Grove	pleasant-grove	US	35127	0	America/Los_Angeles	38.82379	-121.48385	15	Gouge Eye,Pleasant Grove,Pleasantgrove		CA	101		
5383720	Pleasant Hill	pleasant-hill	US	27866	34810	America/Los_Angeles	37.94798	-122.0608	16			CA	013		
5383735	Pleasant Valley	pleasant-valley	US	12569	0	America/Los_Angeles	38.68296	-120.66299	750			CA	017		
5383768	Pleasant View	pleasant-view	US	37146	0	America/Los_Angeles	35.80551	-118.64092	1358			CA	107		
5383777	Pleasanton	pleasanton	US	66075	79510	America/Los_Angeles	37.66243	-121.87468	106	Alisal,JBS,Pleasanton,Pleasonton,Plezantn,Plezanton,blysantwn,peullejeonteon,plijentatana,plyzantwn  kalyfrnya,pu lai sen dun,Плезантон,Плезантън,بليسانتون,پلیزانتون، کالیفرنیا,प्लिजेन्टटन,普莱森顿,플레전턴		CA	001		
5383872	Plymouth	plymouth	US	02360	960	America/Los_Angeles	38.48185	-120.84466	330	Plimut,Plymouth,Puckerville,blymwwth,pla'ima'utha,playmawt  kylyfwrnya,ply mwt  kalyfrnya,pu li mao si,Плимут,Плимът,بليمووث,پلایماؤت، کیلیفورنیا,پلی موت، کالیفرنیا,प्लाइमाउथ,普利茅斯		CA	005		
5383931	Point Arena	point-arena	US	95468	453	America/Los_Angeles	38.9088	-123.69307	36	Point Arena,Pojnt Arina,Punta Arenas,Puntas Arenas,bo yin te a li na,bwynt aryna,po'inta erina,pwynt arna  kalyfrnya,Пойнт Арина,Појнт Арина,بوينت أرينا,پوینت آرنا، کالیفرنیا,पोइन्ट एरिना,波因特阿里纳		CA	045		
5383999	Point Pleasant	point-pleasant	US	18950	0	America/Los_Angeles	38.33158	-121.46384	4			CA	067		
5384018	Point Reyes Station	point-reyes-station	US	94956	848	America/Los_Angeles	38.06909	-122.80694	12	Olema Station,Point Reyes Station,Pojnt Reiz Stejshon,po'inta risa stesana,Појнт Реиз Стејшон,पोइन्ट रिस स्टेसन		CA	041		
5384099	Polaris	polaris	US	59746	0	America/Los_Angeles	39.33907	-120.13575	1736			CA	057		
5384132	Pollock	pollock	US	57648	0	America/Los_Angeles	38.48935	-121.46857	6			CA	067		
5384133	Pollock Pines	pollock-pines	US	95726	6871	America/Los_Angeles	38.76158	-120.58611	1198	Polok Pajns,polaka pa'insa,Полок Пајнс,पोलक पाइन्स		CA	017		
5384162	Polk	polk	US	16342	0	America/Los_Angeles	38.53213	-121.40884	13			CA	067		
5384170	Pomona	pomona	US	08240	153266	America/Los_Angeles	34.05529	-117.75228	259	Pomon,Pomona,bo mo na,bwmwna,pomona,pwmwna,pwmwna  kalyfrnya,pwmwnh,Помона,פומונה,بومونا,پومونا,پومونا، کالیفرنیا,पोमोना,ポモナ,波莫纳,포모나		CA	037		
5384208	Ponca	ponca	US	68770	0	America/Los_Angeles	36.0419	-119.01705	140			CA	107		
5384214	Ponderosa	ponderosa	US	87044	16	America/Los_Angeles	36.1055	-118.52814	2191			CA	107		
5384292	Pope	pope	US	38658	0	America/Los_Angeles	38.14159	-121.24356	19			CA	077		
5384293	Pope Valley	pope-valley	US	94567	0	America/Los_Angeles	38.61518	-122.42776	218			CA	055		
5384300	Poplar	poplar	US	54864	0	America/Los_Angeles	36.05329	-119.14316	115			CA	107		
5384333	Port Costa	port-costa	US	94569	190	America/Los_Angeles	38.04631	-122.1833	5			CA	013		
5384339	Port Hueneme	port-hueneme	US	93041	22423	America/Los_Angeles	34.14778	-119.19511	4	Hueneme,NTD,Port Hueneme,Port Uinijmi,Port Vajnimi,Port-Vajnimi,Wynema,bwrt hwynymy,huai ni mi gang,porta hyu'enema,pwrt hwnym  kalyfrnya,Порт Вајними,Порт Уинийми,Порт-Вайнімі,بورت هوينيمي,پورت هونیم، کالیفرنیا,पोर्ट ह्युएनेम,怀尼米港		CA	111		
5384350	Port Orford	port-orford	US	97465	0	America/Los_Angeles	34.47027	-120.22848	9			CA	083		
5384382	Porter	porter	US	04068	0	America/Los_Angeles	38.39408	-120.4252	1087			CA	009		
5384438	Portola	portola	US	96122	1903	America/Los_Angeles	39.81046	-120.4691	1480	Headquarters,Mormon,Portola,Reposa,bo tuo la,bwrtwla,portola,pwrtwla  kalyfrnya,Портола,بورتولا,پورتولا، کالیفرنیا,पोर्टोला,波托拉		CA	063		
5384471	Porterville	porterville	US	39352	56058	America/Los_Angeles	36.06523	-119.01677	140	PTV,Porter's Station,Porter's Village,Porter'sville,Porters Trading Post,Portersville,Portervil,Porterville,Porturvil,Putnamville,bo te wei er,bwrtyrfyl,portarabhila,potabiru,pwrtrwyl  kalyfrnya,Портервил,Портървил,بورتيرفيل,پورترویل، کالیفرنیا,पोर्टरभिल,ポータービル,波特维尔		CA	107		
5384478	Portola Valley	portola-valley	US	94028	4594	America/Los_Angeles	37.38411	-122.23524	140	Portola,Portola Vali,Portola Valley,Portolo Valley,bo tuo la gu,bwrtwla faly,portola bhyali,pwrtwla wly  kalyfrnya,Портола Вали,بورتولا فالي,پورتولا ولی، کالیفرنیا,पोर्टोला भ्याली,波托拉谷		CA	081		
5384515	Posey	posey	US	93260	10	America/Los_Angeles	35.80467	-118.68287	1085			CA	107		
5384602	Potrero	potrero	US	91963	656	America/Los_Angeles	32.60478	-116.61307	712			CA	073		
5384662	Potter Valley	potter-valley	US	95469	646	America/Los_Angeles	39.32211	-123.11306	289	Be-loh-kai,Potter Valley		CA	045		
5384690	Poway	poway	US	92064	50157	America/Los_Angeles	32.96282	-117.03586	157	Pauej,Pawai,Poway,baway,bo wei,pawei,pove,pwwy  kalyfrnya,Пауей,Пауеј,باواي,پووی، کالیفرنیا,पोवे,波威,파웨이		CA	073		
5384737	Powellton	powellton	US	25161	0	America/Los_Angeles	39.92877	-121.57247	1104	Powell's Ranch,Powells,Powells Ranch,Powellton,Powelton		CA	007		
5384778	Prairie City	prairie-city	US	50228	0	America/Los_Angeles	38.64213	-121.15578	86			CA	067		
5384800	Prather	prather	US	93651	0	America/Los_Angeles	37.03745	-119.51402	505			CA	019		
5384877	Preston	preston	US	06365	0	America/Los_Angeles	38.83518	-123.0175	104	Oak Mountain,Preston		CA	097		
5384966	Princeton	princeton	US	01541	303	America/Los_Angeles	39.40322	-122.00997	25	Ket-tee,Princeton		CA	011		
5384967	Princeton	princeton	US	01541	0	America/Los_Angeles	37.50494	-122.48692	6	Long Bridge,Old Landing,Princeton,Princeton by the Sea,Princeton-by-the-Sea		CA	081		
5385279	Quail	quail	US	79251	0	America/Los_Angeles	36.00968	-119.30345	85			CA	107		
5385346	Quail Valley	quail-valley	US	92587	1538	America/Los_Angeles	33.70697	-117.24504	471			CA	065		
5385425	Queen City	queen-city	US	63561	0	America/Los_Angeles	39.66462	-120.94023	1516			CA	091		
5385487	Quincy	quincy	US	02169	1728	America/Los_Angeles	39.93682	-120.94647	1046	American Ranch,GNF,Kuinsi,Kvinsi,Quincy,Quinsy,kuinshi,kvinsi,kwynsy  kylyfwrnya,Квинси,Куинси,کوئنسی، کیلیفورنیا,क्विन्सी,クインシー	063	CA	063		
5385590	Rackerby	rackerby	US	95972	204	America/Los_Angeles	39.43961	-121.34135	420	Hansonville,Rackerby		CA	115		
5385596	Radnor	radnor	US	43066	0	America/Los_Angeles	35.83023	-119.26178	91			CA	107		
5385632	Rail Road Flat	rail-road-flat	US	95248	475	America/Los_Angeles	38.34364	-120.51427	795	Rail Road Flat,Railroad Flat		CA	009		
5385661	Rainbow	rainbow	US	76077	0	America/Los_Angeles	39.31018	-120.50854	1762			CA	061		
5385662	Rainbow	rainbow	US	76077	1832	America/Los_Angeles	33.41031	-117.14781	318			CA	073		
5385738	Ralph	ralph	US	35480	0	America/Los_Angeles	37.96548	-120.27102	864			CA	109		
5385769	Raisin City	raisin-city	US	93652	380	America/Los_Angeles	36.60245	-119.90403	72	Raisin,Raisin City		CA	019		
5385793	Ramona	ramona	US	57054	20292	America/Los_Angeles	33.04171	-116.86808	435	Nuevo,Ramona,Valley of the Sun,ramona,Рамона,रमोना		CA	073		
5385801	Ramona	ramona	US	57054	0	America/Los_Angeles	38.54741	-121.40884	14			CA	067		
5385841	Rampart	rampart	US	99767	0	America/Los_Angeles	39.16463	-120.17825	1890			CA	061		
5385844	Ramsey	ramsey	US	07446	0	America/Los_Angeles	39.97237	-123.44724	209			CA	045		
5385941	Rancho Cordova	rancho-cordova	US	95670	71017	America/Los_Angeles	38.58907	-121.30273	27	Rancho Kordova,lan qiao ke er duo wa,ranchw kwrdwwa  kalyfrnya,rantshw kwrdwfa,rryanco kordobha,Ранчо Кордова,رانتشو كوردوفا,رانچو کوردووا، کالیفرنیا,र्र्यान्चो कोर्दोभा,兰乔科尔多瓦		CA	067		
5385955	Rancho Cucamonga	rancho-cucamonga	US	91701	175236	America/Los_Angeles	34.1064	-117.59311	368	Cucamonga,North Cucamonga,Nuestra Senora del Pilar de Cucamonga,Rancho Cucamonga,Rancho Kukamanga,Rancho Kukamonga,Rancho-Kukamonga,ku ka meng ge mu chang,laenchokukamong-ga,ranchokukamonga,ranchw kwkamwnga  kalyfrnya,rantshw kwkamwngha,rryanco kukamonga,Ранчо Кукаманга,Ранчо Кукамонга,Ранчо-Кукамонга,Ранчо-Кукамонґа,رانتشو كوكامونغا,رانچو کوکامونگا، کالیفرنیا,رانچھو کیوکامونگا,र्र्यान्चो कुकामोंगा,ランチョクカモンガ,庫卡蒙格牧場,랜초쿠카몽가		CA	071		
5386015	Rancho Mirage	rancho-mirage	US	92270	18083	America/Los_Angeles	33.73974	-116.41279	83	Rancho Mirazh,laenchomilaji,lan qiao mi la,ranchw mayraj  kalyfrnya,rantshw myraj,rryanco miraja,Ранчо Мираж,رانتشو ميراج,رانچو مایراج، کالیفرنیا,र्र्यान्चो मिराज,兰乔米拉,랜초미라지		CA	065		
5386035	Rancho Palos Verdes	rancho-palos-verdes	US	90275	42732	America/Los_Angeles	33.74446	-118.38702	67	Rancho Palos Verdes,ranchw palws wrds  kalyfrnya,rantshw balws fyrdys,rryanco palosa bhardeja,Ранчо Палос Вердес,رانتشو بالوس فيرديس,رانچو پالوس وردس، کالیفرنیا,र्र्यान्चो पालोस भर्डेज		CA	037		
5386073	Rancho Santa Fe	rancho-santa-fe	US	92067	3117	America/Los_Angeles	33.02032	-117.20281	75	Rancho Santa Fe,San Dieguito Ranch,rryanco syanta phe,Ранчо Санта Фе,ریںچو سانتا فے، کیلیفورنیا,र्र्यान्चो स्यान्टा फे		CA	073		
5386082	Rancho Santa Margarita	rancho-santa-margarita	US	92688	49324	America/Los_Angeles	33.64086	-117.6031	289	Rancho Santa Margarita,ranchw santa margaryta  kalyfrnya,rantshw santa margharyta,rryanco syanta margarita,Ранчо Санта Маргарита,رانتشو سانتا مارغاريتا,رانچو سانتا مارگاریتا، کالیفرنیا,र्र्यान्चो स्यान्टा मार्गारिता		CA	059		
5386144	Rand	rand	US	80473	0	America/Los_Angeles	35.42191	-117.69256	820			CA	029		
5386146	Randall	randall	US	50231	0	America/Los_Angeles	38.34491	-121.53523	2			CA	067		
5386157	Randolph	randolph	US	02368	0	America/Los_Angeles	39.57963	-120.37076	1522	Etta,Randolph		CA	091		
5386164	Randsburg	randsburg	US	93554	69	America/Los_Angeles	35.36857	-117.65812	1068			CA	029		
5386333	Ravenna	ravenna	US	40472	0	America/Los_Angeles	34.43861	-118.22535	755			CA	037		
5386335	Ravenswood	ravenswood	US	26164	0	America/Los_Angeles	37.47633	-122.13524	4			CA	081		
5386370	Raymond	raymond	US	03077	0	America/Los_Angeles	37.21717	-119.90544	289	Raymond,Wildcat Station		CA	039		
5386457	Rector	rector	US	15677	0	America/Los_Angeles	36.30523	-119.24289	106			CA	107		
5386599	Red Mountain	red-mountain	US	93558	0	America/Los_Angeles	35.3583	-117.61673	1098	Osdick,Red Mountain		CA	071		
5386754	Redlands	redlands	US	92373	71035	America/Los_Angeles	34.05557	-117.18254	414	Lugonia,Redlands,Redlends,Redlunds,ledeullaenjeu,lei de lan ci,rdlndz  kalyfrnya,redalyandsa,reddoranzu,rydlands,Редландс,Редлендс,Редлъндс,ردلندز، کالیفرنیا,ريدلاندس,रेडल्यान्ड्स,レッドランズ,雷德兰兹,레들랜즈		CA	071		
5387312	Rice	rice	US	23966	0	America/Los_Angeles	34.08363	-114.84969	285	Blythe Junction,Rice		CA	071		
5386785	Redondo Beach	redondo-beach	US	90277	68166	America/Los_Angeles	33.84918	-118.38841	19	Redondo Beach,Redondo Bich,Redondo Bijch,Redondo-Bich,lei dong duo hai tan,lidondobichi,rdwndw bych  kalyfrnya,redondo bica,redondobichi,rydwndw bytsh,Редондо Бийч,Редондо Бич,Редондо-Бич,Редондо-Біч,ردوندو بیچ، کالیفرنیا,ريدوندو بيتش,ریڈونڈو بیچ، کیلیفورنیا,रेडोन्डो बीच,レドンドビーチ,雷东多海滩,리돈도비치		CA	037		
5386834	Redwood City	redwood-city	US	94061	85288	America/Los_Angeles	37.48522	-122.23635	6	Lungsod ng Redwood,Menzesville,Mezesville,Red Woods City,Redud Siti,Redvud Siti,Redvud-Siti,Redwood,Redwood City,Redwood Lakanbalen,hong mu cheng,ledeuudeusiti,rdwwd syty  kalyfrnya,redavuda siti,reddouddoshiti,rydwwd,Редвуд Сити,Редвуд-Сити,Редвуд-Сіті,Редуд Сити,ردوود سیتی، کالیفرنیا,ريدوود,ریڈووڈ شہر، کیلیفورنیا,रेडवूड सिटी,レッドウッドシティ,紅木城,레드우드시티	081	CA	081		
5386866	Redwood Estates	redwood-estates	US	95044	0	America/Los_Angeles	37.15633	-121.98663	495			CA	085		
5386943	Redwood Valley	redwood-valley	US	95470	1729	America/Los_Angeles	39.26544	-123.20445	220	Basil,Redwood Valley		CA	045		
5386948	Reed	reed	US	42451	0	America/Los_Angeles	37.90493	-122.50053	16			CA	041		
5386984	Reedley	reedley	US	93654	25569	America/Los_Angeles	36.59634	-119.4504	106	Ridli,Rijdli,li de li,ridali,rydly,rydly  kalyfrnya,Ридли,Рийдли,ريدلي,ریدلی، کالیفرنیا,रीडली,里德利		CA	019		
5387152	Reseda	reseda	US	91335	0	America/Los_Angeles	34.20112	-118.53647	225	Marion,Reseda,رسیدا، لس‌آنجلس		CA	037		
5387223	Rex	rex	US	28378	0	America/Los_Angeles	34.94526	-120.37711	86			CA	083		
5387248	Reynolds	reynolds	US	31076	0	America/Los_Angeles	38.14825	-122.88305	9			CA	041		
5387288	Rialto	rialto	US	92376	103132	America/Los_Angeles	34.1064	-117.37032	383	Rial'to,Rialto,Rijalto,li ya tuo,liaelto,ri xal to,riaruto,riyalto,ryaltw,ryaltw  kalyfrnya,Риалто,Риальто,Ријалто,ريالتو,ریالتو، کالیفرنیا,ریالٹو,रियाल्तो,รีอัลโต,リアルト,里亚托,리앨토		CA	071		
5387404	Richfield	richfield	US	17086	306	America/Los_Angeles	39.97488	-122.17666	83			CA	103		
5387411	Richgrove	richgrove	US	93261	2882	America/Los_Angeles	35.79662	-119.10788	157	Rich Grove,Richgrove,Wildflower		CA	107		
5387415	Richland	richland	US	08350	0	America/Los_Angeles	33.15421	-117.14114	214			CA	073		
5387428	Richmond	richmond	US	01254	109708	America/Los_Angeles	37.93576	-122.34775	14	Richmond,Richmund,lichimeondeu,lie zhi wen,ricamanda,ritchimondo,rychmwnd  kalyfrnya,rytshmwnd,Ричмонд,Ричмънд,Річмонд,ريتشموند,ریچموند، کالیفرنیا,रिचमंड,リッチモンド,列治文,리치먼드		CA	013		
5387459	Richvale	richvale	US	95974	244	America/Los_Angeles	39.49378	-121.7447	33	Richland,Richvale,Selbys Switch,Silbys Switch,Silsby		CA	007		
5387470	Rico	rico	US	81332	0	America/Los_Angeles	32.80672	-115.39749	-6	Brooks Switch,Rico		CA	025		
5387479	Ridge	ridge	US	11961	0	America/Los_Angeles	39.33655	-123.30112	584	Ridge,Ridgewood,Ridgewood Station		CA	045		
5387494	Ridgecrest	ridgecrest	US	28770	28780	America/Los_Angeles	35.62246	-117.6709	698	Crumville,Ridgecrest,Ridzhkrest,Ridzkrest,li qi ke lai si te,lijikeuleseuteu,rijakresta,rydjkryst,ryjy krst  kalyfrnya,Риджкрест,Риџкрест,ريدجكريست,ریجی کرست، کالیفرنیا,रिजक्रेस्ट,里奇克莱斯特,리지크레스트		CA	029		
5387519	Ridgewood	ridgewood	US	07450	0	America/Los_Angeles	39.21574	-120.09241	1981			CA	061		
5387576	Rimforest	rimforest	US	92378	0	America/Los_Angeles	34.22973	-117.22504	1725			CA	071		
5387582	Rimrock	rimrock	US	86335	0	America/Los_Angeles	34.19806	-116.55446	1382			CA	071		
5387587	Rincon	rincon	US	31326	0	America/Los_Angeles	33.28809	-116.95836	314			CA	073		
5387588	Rincon	rincon	US	31326	0	America/Los_Angeles	37.01217	-122.05246	92	El Rincon,Rincon		CA	087		
5387590	Rincon	rincon	US	31326	0	America/Los_Angeles	34.37416	-119.47679	5			CA	111		
5387676	Rio Dell	rio-dell	US	95562	0	America/Los_Angeles	38.49908	-122.90722	36			CA	097		
5387677	Rio Hondo	rio-hondo	US	78583	0	America/Los_Angeles	33.97501	-118.12451	48			CA	037		
5387687	Rio Linda	rio-linda	US	95673	15106	America/Los_Angeles	38.69101	-121.44857	17	Dry Creek,Rio Linda,Río Linda,riyo linda,Рио Линда,रियो लिन्डा		CA	067		
5387701	Rio Nido	rio-nido	US	95471	0	America/Los_Angeles	38.52102	-122.97694	23	Rio Nido,Rionido		CA	097		
5387702	Rio Oso	rio-oso	US	95674	356	America/Los_Angeles	38.96101	-121.5444	13			CA	101		
5387746	Ripley	ripley	US	14775	692	America/Los_Angeles	33.5253	-114.65607	76			CA	065		
5387749	Ripon	ripon	US	54971	15151	America/Los_Angeles	37.74159	-121.12438	21	Ripon,Ripun,Stanislaus,Stanislaus City,li peng,ripom,rybwn,rypwn  kalyfrnya,Рипон,Рипън,Ріпон,ريبون,ریپون، کالیفرنیا,रिपों,里彭		CA	077		
5387816	River Pines	river-pines	US	95675	379	America/Los_Angeles	38.5463	-120.7441	604			CA	005		
5387844	Riverbank	riverbank	US	95367	24122	America/Los_Angeles	37.73604	-120.93549	43	Burneyville,Riverbank,Rivurbank,li fu ban ke,ribharabyanka,ryfyrbank,rywr bank  kalyfrnya,Ривербанк,Ривърбанк,ريفيربانك,ریور بانک، کالیفرنیا,रिभरब्याङ्क,里弗班克		CA	099		
5387854	Riverdale	riverdale	US	07457	3153	America/Los_Angeles	36.43106	-119.85958	68	Liberty Settlement,Riverdale		CA	019		
5387855	Riverdale	riverdale	US	07457	0	America/Los_Angeles	39.88765	-123.74752	223			CA	045		
5387877	Riverside	riverside	US	02915	322424	America/Los_Angeles	33.95335	-117.39616	252	Jurupa,RAL,Riversaida,Riversaint,Riversajd,Riversayd,Riverside,Rivursajd,li fu sai de,libeosaideu,ribasaido,ribharasa'ida,riversaidi,rybrsyyd,ryfrsayd,rywrsayd  kalyfrnya,Ριβερσάιντ,Риверсайд,Риверсајд,Ривърсайд,Ріверсайд,ריברסייד,رور سائڈ,ريفرسايد,ریورساید، کالیفرنیا,रिभरसाइड,რივერსაიდი,リバーサイド,里弗赛德,리버사이드	065	CA	065		
5387878	Riverside	riverside	US	02915	0	America/Los_Angeles	38.51907	-121.52051	4			CA	067		
5387879	Riverside	riverside	US	02915	0	America/Los_Angeles	37.63799	-120.94827	31			CA	099		
5387935	Riverton	riverton	US	06065	0	America/Los_Angeles	38.77102	-120.44937	987	Moore's Station,Moores,Riverton		CA	017		
5387937	Riverview	riverview	US	33568	0	America/Los_Angeles	32.85588	-116.93197	120			CA	073		
5387938	Riverview	riverview	US	33568	0	America/Los_Angeles	38.50352	-121.55996	5	Glide Landing,Riverlands,Riverview		CA	113		
5387964	Riviera	riviera	US	78379	0	America/Los_Angeles	34.05779	-118.50147	156			CA	037		
5388014	Robbins	robbins	US	27325	323	America/Los_Angeles	38.87018	-121.70635	7	Maddox,Madox,Robbins		CA	101		
5388104	Robertsville	robertsville	US	44670	0	America/Los_Angeles	37.26328	-121.87634	55			CA	085		
5388169	Rochester	rochester	US	02770	0	America/Los_Angeles	34.09168	-117.54755	341			CA	071		
5388176	Rock City	rock-city	US	61070	0	America/Los_Angeles	37.84965	-121.93551	471			CA	013		
5388205	Rock Creek	rock-creek	US	25174	0	America/Los_Angeles	39.90266	-121.35302	568			CA	063		
5388297	Rockaway Beach	rockaway-beach	US	65740	0	America/Los_Angeles	37.60855	-122.49525	14	Calera,Rockaway Beach		CA	081		
5388319	Rocklin	rocklin	US	95677	61213	America/Los_Angeles	38.79073	-121.23578	79	Rocklin,Rocklissa,Roklin,luo ke lin,rakalina,raklyn  kalyfrnya,rwklyn,Роклин,راکلین، کالیفرنیا,روكلين,रकलिन,罗克林		CA	061		
5388326	Rockport	rockport	US	01966	0	America/Los_Angeles	39.73877	-123.81613	9	Cotineva,Rockport		CA	045		
5388341	Rockville	rockville	US	02873	0	America/Los_Angeles	38.24408	-122.12219	19			CA	095		
5388352	Rockwood	rockwood	US	04478	0	America/Los_Angeles	33.04893	-115.51277	-47			CA	025		
5388398	Rocky Hill	rocky-hill	US	06067	0	America/Los_Angeles	36.30134	-119.11761	125	Rocky Hill,Rockyhill		CA	107		
5388407	Rocky Hill	rocky-hill	US	06067	0	America/Los_Angeles	38.14548	-120.46714	701			CA	009		
5388467	Rodeo	rodeo	US	88056	8679	America/Los_Angeles	38.03298	-122.26691	5	Rodeo,rodiyo,Родео,रोडियो		CA	013		
5388564	Rohnert Park	rohnert-park	US	94926	42407	America/Los_Angeles	38.33964	-122.7011	32	Ronert Park,Ronurt Park,luo nei te pa ke,ronarta parka,rwhnyrt bark,rwnrt park  kalyfrnya,Ронерт Парк,Ронърт Парк,رونرت پارک، کالیفرنیا,روهنيرت بارك,रोनर्ट पार्क,罗内特帕克		CA	097		
5388617	Roma	roma	US	78584	0	America/Los_Angeles	38.14297	-121.23828	20			CA	077		
5388662	Roosevelt	roosevelt	US	08555	0	America/Los_Angeles	34.71943	-118.00562	727			CA	037		
5388663	Roosevelt	roosevelt	US	08555	0	America/Los_Angeles	33.86474	-118.30368	15	McKinley,Roosevelt		CA	037		
5388735	Rosamond	rosamond	US	62083	18150	America/Los_Angeles	34.86414	-118.16341	714	Rozamond,rojamanda,Розамонд,रोजामंड		CA	029		
5388787	Rose Hill	rose-hill	US	24281	0	America/Los_Angeles	34.08195	-118.19674	237			CA	037		
5388843	Rosedale	rosedale	US	11422	14058	America/Los_Angeles	35.38357	-119.14538	111			CA	029		
5388858	Roseland	roseland	US	07068	6325	America/Los_Angeles	38.42213	-122.72804	41			CA	097		
5388867	Rosemead	rosemead	US	91770	54908	America/Los_Angeles	34.08057	-118.07285	97	Rouzmid,Rouzmijd,rojamida,rou shi mi,rwsymyd,rzmyd  kalyfrnya,Роузмид,Роузмийд,رزمید، کالیفرنیا,روزمیڈ، کیلیفورنیا,روسيميد,रोजमीड,柔似蜜		CA	037		
5388873	Rosemont	rosemont	US	08556	22681	America/Los_Angeles	38.55185	-121.36467	15	Rozemont,Роземонт		CA	067		
5388874	Rosemont	rosemont	US	08556	0	America/Los_Angeles	33.00088	-116.92503	451			CA	073		
5388881	Roseville	roseville	US	43777	130269	America/Los_Angeles	38.75212	-121.28801	50	Griders,Roseville,Roseville Junction,Rouzvil,Rozvell,Rozvill,lojeubil,luo si wei er,rojabhila,rozubiru,rwzfyl,rzwyl  kalyfrnya,Розвелл,Розвилл,Роузвил,رزویل، کالیفرنیا,روزفيل,روسولے,रोजभिल,ローズビル,羅斯維爾,로즈빌		CA	061		
5388882	Roseville	roseville	US	43777	0	America/Los_Angeles	32.72811	-117.23226	29			CA	073		
5388907	Ross	ross	US	45061	2479	America/Los_Angeles	37.96242	-122.55498	11	Ros,Ross,Sunnyside,luo si,ras  kalyfrnya,rasa,rws,Рос,راس، کالیفرنیا,روس,रस,罗斯		CA	041		
5388908	Ross	ross	US	45061	0	America/Los_Angeles	38.45852	-122.88583	53			CA	097		
5388995	Rough and Ready	rough-and-ready	US	95975	963	America/Los_Angeles	39.23017	-121.13606	576			CA	057		
5389124	Rowland	rowland	US	18457	0	America/Los_Angeles	34.00168	-117.92979	120			CA	037		
5389126	Rowland Heights	rowland-heights	US	91748	48993	America/Los_Angeles	33.97612	-117.90534	160	Rovland Khajts,luo lan gang,rolyanda ha'itsa,Ровланд Хајтс,रोल्यान्ड हाइट्स,罗兰岗		CA	037		
5389282	Rumsey	rumsey	US	42371	0	America/Los_Angeles	38.88823	-122.23747	128			CA	113		
5389288	Running Springs	running-springs	US	92382	4862	America/Los_Angeles	34.20779	-117.1092	1862			CA	071		
5389340	Russell	russell	US	01071	0	America/Los_Angeles	38.2388	-122.0958	13			CA	095		
5391685	San Augustine	san-augustine	US	75972	0	America/Los_Angeles	34.45943	-120.35821	20			CA	083		
5389412	Rutherford	rutherford	US	07070	164	America/Los_Angeles	38.45971	-122.4246	53	Rutherford (Kalifornien)		CA	055		
5389418	Ruthven	ruthven	US	51358	0	America/Los_Angeles	32.95254	-115.01136	115			CA	025		
5389424	Ryan	ryan	US	52330	0	America/Los_Angeles	36.32301	-116.67144	928	Colemanite,Devair,New Ryan,Ryan		CA	027		
5389464	Ryde	ryde	US	95680	0	America/Los_Angeles	38.23853	-121.56051	0			CA	067		
5389489	Sacramento	sacramento	US	17968	490712	America/Los_Angeles	38.58157	-121.4944	9	Kakalameko,New Helvetia,SAC,Sacramento,Sacramento Stad,Sacramentum,Sakramenta,Sakramentas,Sakramento,Sakraments,Sakraminto,Sakraménto,cekramento,saekeulamento,saikaramainto,saikramento,sakramento,sakramntw,sakramntw  kalyfrnya,sakuramento,sekramento,sha jia mian du,sqrmntw,Σακραμέντο,Сакрамента,Сакраменто,Սակրամենտո,סאקראמענטא,סקרמנטו,ساكرامنتو,ساکرامنتو,ساکرامنتو، کالیفرنیا,ساکرامنٹو,سکرامنٹو، کیلی فورنیا,साक्रामेंटो,साक्रामेन्टो,सेक्रामेन्टो,सेक्रामेन्तो,सैक्रामेण्टो,সাক্রামেন্টো,ਸੈਕਰਾਮੈਂਟੋ,சேக்ரமெண்டோ,แซคราเมนโต,საკრამენტო,ሳክራመንቶ,サクラメント,沙加緬度,새크라멘토	CA	CA	067		
5389494	Saco	saco	US	04072	0	America/Los_Angeles	35.4444	-119.09233	138	Jewetta,Saco		CA	029		
5389763	Sage	sage	US	72573	0	America/Los_Angeles	33.58169	-116.93225	705	Sage,San Ignacio		CA	065		
5390267	Saint Helena	saint-helena	US	68774	5814	America/Los_Angeles	38.50519	-122.47026	77	St. Helena		CA	055		
5390405	Saint Johns	saint-johns	US	18247	0	America/Los_Angeles	36.38467	-119.09844	131			CA	107		
5390597	Saint Louis	saint-louis	US	48880	0	America/Los_Angeles	39.6985	-120.92495	1532	Saint Louis,Sears Dry Diggings,Sears' Diggings,St. Louis		CA	091		
5391233	Saint Vincent	saint-vincent	US	56755	0	America/Los_Angeles	38.02964	-122.53442	12			CA	041		
5391291	Salida	salida	US	81201	13722	America/Los_Angeles	37.70576	-121.08494	21	Murphys Ferry,Salida		CA	099		
5391295	Salinas	salinas	US	93901	157380	America/Los_Angeles	36.67774	-121.6555	16	SNS,Salinae,Salinas,sa li na si,salinasa,sallinaseu,salynas,salynas  kalyfrnya,sarinasu,Салинас,Салінас,ساليناس,سالیناس,سالیناس، کالیفرنیا,सालिनास,サリナス,萨利纳斯,살리나스	053	CA	053		
5391503	Salton City	salton-city	US	92275	3763	America/Los_Angeles	33.29865	-115.95611	-38	SAS		CA	025		
5391597	San Andreas	san-andreas	US	95249	2783	America/Los_Angeles	38.19603	-120.68049	310	San Andrus,San-Andreas,saen-aendeulieoseu,san'andoreasu,syana endriyaja,Сан Андрус,Сан-Андреас,स्यान एन्ड्रियाज,サンアンドレアス,샌앤드리어스	009	CA	009		
5391615	San Anselmo	san-anselmo	US	94960	12653	America/Los_Angeles	37.97465	-122.56164	14	San Anselmo,san ansylmw,sheng an sai er mo,sn anslmw  kalyfrnya,syana enselmo,Сан Анселмо,سان أنسيلمو,سن آنسلمو، کالیفرنیا,स्यान एन्सेल्मो,圣安塞尔莫		CA	041		
5391627	San Antonio	san-antonio	US	33576	0	America/Los_Angeles	38.18381	-122.59137	17			CA	041		
5391678	San Ardo	san-ardo	US	93450	517	America/Los_Angeles	36.02052	-120.90518	137	San Ardo,San Bernardo		CA	053		
5391690	San Benito	san-benito	US	78586	0	America/Los_Angeles	36.50969	-121.08186	410			CA	069		
5391710	San Bernardino	san-bernardino	US	92401	216108	America/Los_Angeles	34.10834	-117.28977	321	Kaampu`u,SBD,SBT,San Bernandino,San Bernardino,San-Bernardino,saenbeoneodino,san byrnardynw  kalyfwrnya,sanbanadino,sanbanadino_,sheng bei na di nuo,sn brnardynw  kalyfrnya,sn brnrdynw,Сан Бернандино,Сан Бернардино,Сан-Бернардино,סן ברנרדינו,سان بيرناردينو، كاليفورنيا,سانبرنارڈینو,سن برناردینو، کالیفرنیا,サンバーナーディーノ,サンバーナーディーノ_,聖貝納迪諾,샌버너디노	071	CA	071		
5391749	San Bruno	san-bruno	US	94066	43185	America/Los_Angeles	37.63049	-122.41108	5			CA	081		
5391760	San Carlos	san-carlos	US	85550	29931	America/Los_Angeles	37.50716	-122.26052	10	SQL,San Karlos,San-Karlos,san karlws,san karlws  kalyfrnya,sheng ka luo si,sn qrlws,syana karlosa,Сан Карлос,Сан-Карлос,סן קרלוס,سان كارلوس,سان کارلوس، کالیفرنیا,स्यान कार्लोस,圣卡洛斯		CA	081		
5394049	Sea Cliff	sea-cliff	US	11579	0	America/Los_Angeles	34.34444	-119.41817	3	Sea Cliff,Seacliff		CA	111		
5391791	San Clemente	san-clemente	US	92672	65526	America/Los_Angeles	33.42697	-117.61199	71	San Clemente,San Klemente,San-Klemente,Spanish Village,saenkeullemente,san klmnt  kalyfrnya,san klymynty,sheng ke lai men te,syana klemente,Сан Клементе,Сан-Клементе,Սան Կլեմենտե,سان كليمينتي,سان کلمنت، کالیفرنیا,स्यान क्लेमेन्ते,แซนเคลเมนที,圣克莱门特,샌클레멘테		CA	059		
5391811	San Diego	san-diego	US	78384	1394928	America/Los_Angeles	32.71571	-117.16472	20	Davis' Folly,Didacopolis,Graytown,Lungsod ng San Diego,New San Diego,SAN,San Diegas,San Diego,San Diegu,San Dijego,San Diyego,San Diyégo,San Miguel,San Ntienko,San-Diego,San-Dieqo,San-Dyega,Sandjego,can tiyeko,saendiego,saendieigo,saina di'ego,san diyago,san dyyghw,san-diego,sana di'ego,sana diyago,sandiego,sena diyego,sheng de ya ge,sn dygw,sn dyygw,syana di'ego,Σαν Ντιέγκο,Сан Диего,Сан Дијего,Сан-Диего,Сан-Дыега,Сан-Дієго,Սան Դիեգո,סאן דיעגא,סן דייגו,سان دييغو,سان ڈیاگو,سان ڈیگو,سن دیگو,सॅन डियेगो,सैन डिएगो,स्यान डिएगो,সান ডিয়াগো,ਸਾਨ ਦੀਏਗੋ,சான் டியேகோ,శాన్ డియాగో,แซนดีเอโก,სან-დიეგო,ሳንዲየጎ,サンディエゴ,聖地牙哥,샌디에고,샌디에이고	073	CA	073		
5391891	San Dimas	san-dimas	US	91773	34630	America/Los_Angeles	34.10668	-117.80673	291	Mud Springs,San Dimas,san dymas,san dymas  kalyfrnya,sheng di ma si,syana dimasa,Сан Димас,سان ديماس,سان دیماس، کالیفرنیا,स्यान दिमास,圣迪马斯		CA	037		
5391928	San Felipe	san-felipe	US	77473	0	America/Los_Angeles	33.19921	-116.59863	1071			CA	073		
5391929	San Felipe	san-felipe	US	77473	0	America/Los_Angeles	36.97078	-121.4191	56			CA	085		
5391945	San Fernando	san-fernando	US	91340	24931	America/Los_Angeles	34.28195	-118.43897	326	SFR,San Fernando,San-Fernando,Sao Fernando,São Fernando,saenpeoneondo,san frnandw  kalyfrnya,san fyrnandw,sheng fei er nan duo,syana pharn'yando,Сан Фернандо,Сан-Фернандо,سان فرناندو، کالیفرنیا,سان فيرناندو,स्यान फर्न्यान्डो,圣费尔南多,샌퍼넌도		CA	037		
5391959	San Francisco	san-francisco	US	94102	864816	America/Los_Angeles	37.77493	-122.41942	16	Franciscopolis,Frisco,Kapalakiko,Khiu-kim-san,Khiu-kîm-sân,Lungsod ng San Francisco,New Albion,SF,SFO,San Francisco,San Franciscu,San Francisko,San Fransisco,San Fransiskas,San Fransisko,San Frantzisko,San Phransisko,San-Francisko,San-Francyska,San-Fransisko,Sanfrancisko,Sao Francisco,São Francisco,Yerba Buena,can pirancisko,jiu jin shan,saenpeulan,saenpeulansiseuko,saina pharansisako,saina phransisko,san f ran si s ko,san fan shi,san fransskw,san fransyskw,san fransyskۆ,san phransisko,sana phransisako ka'unti,sana phransisko,sanfuranshisuko,sena phransisko,sn prnsysqw,syana phransisko,Σαν Φρανσίσκο,Сан Франсиско,Сан Франциско,Сан-Франциско,Сан-Францыска,Сан-Франціско,Սան Ֆրանցիսկո,סאן פראנציסקא,סן פרנסיסקו,سان فرانسسکو,سان فرانسيسكو,سان فرانسیسکو,سان فرانسیسکۆ,सॅन फ्रान्सिस्को,सैन फ्रांसिस्को,स्यान फ्रान्सिस्को,সান ফ্রান্সিসকো কাউন্টি,সান ফ্রান্সিস্কো,ਸੈਨ ਫਰਾਂਸਿਸਕੋ,சான் பிரான்சிஸ்கோ,శాన్ ఫ్రాన్సిస్కో,സാൻ ഫ്രാൻസിസ്കോ,සැන් ෆ්‍රැන්සිස්කෝ,ซานฟรานซิสโก,སན་ཧྥུ་རན་སིས་ཁོ,ဆန်ဖရန်စစ္စကိုမြို့,სან-ფრანცისკო,サンフランシスコ,三藩市,旧金山,舊金山,샌프란,샌프란시스코	075	CA	075		
5392034	San Gabriel	san-gabriel	US	91775	40424	America/Los_Angeles	34.09611	-118.10583	128	San Gabriel,San Gabrijel,San-Gabriel,San-Gejbriel,Sao Gabriel,São Gabriel,saengeibeulieol,san gabryl  kalyfrnya,san ghabryl,sheng gai bo,syana gyabriyala,Сан Габриел,Сан Габријел,Сан-Гейбриел,Сан-Ґабріел,سان غابريل,سان گابریل، کالیفرنیا,स्यान ग्याब्रियल,圣盖博,샌게이브리얼		CA	037		
5392061	San Geronimo	san-geronimo	US	94963	446	America/Los_Angeles	38.01326	-122.66387	89	Nicasio,San Geronimo		CA	041		
5392080	San Gregorio	san-gregorio	US	94074	0	America/Los_Angeles	37.32717	-122.38664	20			CA	081		
5392090	San Jacinto	san-jacinto	US	92581	46951	America/Los_Angeles	33.78391	-116.95864	477	Hewitt Town,San DZasinto,San Jacinto,San Khasinto,San-Dzhasinto,san jasyntw,san jasyntw  kalyfrnya,sheng ha xin tuo,syana jyakinto,Сан Џасинто,Сан Хасинто,Сан-Джасинто,سان جاسينتو,سان جاسینتو، کالیفرنیا,स्यान ज्याकिन्तो,圣哈辛托		CA	065		
5392114	San Joaquin	san-joaquin	US	93660	4022	America/Los_Angeles	36.60662	-120.18904	53	San Joaquin,San Joaquín,San Khoakin,San Uakin,san jwakwyn,san khwakyn  kalyfrnya,sheng hua jin,syana jo'akvina,Сан Уакин,Сан Хоакин,سان جواكوين,سان خواکین، کالیفرنیا,स्यान जोआक्विन,圣华金		CA	019		
5392171	San Jose	san-jose	US	62682	1026908	America/Los_Angeles	37.33939	-121.89496	26	Iosephopolis,Pueblo De Alvarado,Pueblo De San Jose De Guadalupe,SJC,San Chose,San Choze,San Chozė,San Jose,San Jose De Alvarado,San Jose De Guadalupe *,San Jose i California,San José,San Khose,San Khoze,San Xose,San Xosé,San-Joseo,San-Khaseh,San-Khose,San-Xose,Sanhose,Sanhosē,can hoce,sa n jwz,saeneojei,saina hoze,san hwzyh,san ose,san'noze,san-khose,sana hose,sana hoze,sanhose,sena hoje,sheng he xi,sn hwzh,sn‌khwzh  kalyfrnya,syana hose,Σαν Χοσέ,Сан Хозе,Сан Хосе,Сан-Хасэ,Сан-Хосе,Սան Խոսե,סן חוזה,سا ن جوز,سان هوزيه,سان ہوزے، کیلیفورنیا,سن‌خوزه، کالیفرنیا,सान होसे,सॅन होजे,सैन होज़े,স্যান হোসে,ਸਾਨ ਹੋਜ਼ੇ,સાન હોસે,சான் ஹொசே,శాన్ ఓసె,ಸ್ಯಾನ್‌ ಜೋಸ್‌‌,แซนโฮเซ,სან-ხოსე,サンノゼ,聖荷西,산호세,새너제이	085	CA	085		
5392215	San Juan Bautista	san-juan-bautista	US	95045	1961	America/Los_Angeles	36.84551	-121.538	66	San Juan,San Juan Bautista,San Khuan Batista,San Khuan Bautista,San-Khuan-Bautista,san jwan batysta  kalyfrnya,san jwan bawtysta,sheng hu an bao di si ta,syana yu'am bautista,Сан Хуан Батиста,Сан Хуан Баутиста,Сан-Хуан-Баутіста,سان جوان باتیستا، کالیفرنیا,سان جوان باوتيستا,स्यान युआं बौटिस्टा,圣胡安包蒂斯塔		CA	069		
5396950	Soda Springs	soda-springs	US	83276	0	America/Los_Angeles	39.02407	-123.31584	423			CA	045		
5407200	Warner	warner	US	03278	0	America/Los_Angeles	34.06085	-117.14643	477			CA	071		
5392229	San Juan Capistrano	san-juan-capistrano	US	92675	36454	America/Los_Angeles	33.50169	-117.66255	37	San Khuan Kapistrano,San-Khuan-Kapistrano,san jwan kabystranw,sheng hu an-ka pi si te la nuo,sn khwan kpystranw  kalyfrnya,syana yu'am kyapistryano,Сан Хуан Капистрано,Сан Хуан Капістрано,Сан-Хуан-Капистрано,سان جوان كابيسترانو,سن خوان کپیسترانو، کالیفرنیا,स्यान युआं क्यापिस्ट्र्यानो,圣胡安-卡皮斯特拉诺		CA	059		
5392263	San Leandro	san-leandro	US	94577	90712	America/Los_Angeles	37.72493	-122.15608	15	Cherry City of California,San Leandro,San Lijandro,San-Leandro,saenliaendeulo,san lyandrw  kalyfrnya,san lyndrw,sanreandoro,sheng li an zhuo,syana liyandro,Сан Леандро,Сан Лијандро,Сан-Леандро,سان لئاندرو، کالیفرنیا,سان ليندرو,سان لیانڈرو,स्यान लीयान्द्रो,サンレアンドロ,聖利安卓,샌리앤드로		CA	001		
5392281	San Lorenzo	san-lorenzo	US	94580	23452	America/Los_Angeles	37.68104	-122.12441	13	Lorenzo,San Lorenzo,Squattersville		CA	001		
5392302	San Lucas	san-lucas	US	93954	269	America/Los_Angeles	36.12885	-121.02047	125			CA	053		
5392323	San Luis Obispo	san-luis-obispo	US	93401	47339	America/Los_Angeles	35.28275	-120.65962	71	SBP,San Luis Obispo,San Luis Oubispou,San-Luis-Obispo,saenlu-iseuobiseupo,san lwys awbysbw,san lwyys awbyspw  kalyfrnya,sanruisuobisupo,sheng lu yi si-ao bi si bao,syana lu'i obispo,Сан Луис Обиспо,Сан Луис Оубиспоу,Сан-Луїс-Обіспо,סן לואיס אוביספו,سان لوئیس اوبیسپو، کالیفرنیا,سان لويس أوبيسبو,स्यान लुई ओबिस्पो,サンルイスオビスポ,聖路易斯-奧比斯保,샌루이스오비스포	079	CA	079		
5392350	San Luis Rey	san-luis-rey	US	92068	0	America/Los_Angeles	33.23198	-117.32365	18			CA	073		
5392368	San Marcos	san-marcos	US	78666	92931	America/Los_Angeles	33.14337	-117.16614	177	San Marcos,San Markos,San-Markos,saenmakoseu,san markws,san markws  kalyfrnya,sanmarkws,sanmarukosu,sheng ma ke si,syana markosa,Сан Маркос,Сан-Маркос,سان ماركوس,سان مارکوس، کالیفرنیا,سانمارکوس,स्यान मार्कोस,サンマルコス,聖馬可斯,샌마코스		CA	073		
5392400	San Marino	san-marino	US	91108	13464	America/Los_Angeles	34.1214	-118.10646	172	San Marino,San-Marino,saenmalino,san marynw,san marynw  kalyfrnya,sheng ma li nuo,syana myarino,Сан Марино,Сан-Марино,Сан-Маріно,سان مارينو,سان مارینو، کالیفرنیا,स्यान म्यारिनो,圣玛利诺,샌마리노		CA	037		
5392408	San Martin	san-martin	US	95046	7027	America/Los_Angeles	37.08495	-121.61022	88	Mills Switch Station,San Martin,San Martín,San-Martin,sheng ma ding,syana maratina,Сан Мартин,Сан-Мартін,स्यान मारटिन,圣马丁		CA	085		
5392423	San Mateo	san-mateo	US	32187	103536	America/Los_Angeles	37.56299	-122.32553	13	Matthaeopolis,San Mateo,San Matheo,San-Mateo,saenmeoteio,san matyw,san matyw  kalyfrnya,sanmateo,sheng ma diao,syana myatiyo,Сан Матео,Сан-Матео,سان ماتيو,سان ماتیو، کالیفرنیا,سانماٹیو,स्यान म्याटियो,サンマテオ,聖馬刁,샌머테이오		CA	081		
5392448	San Miguel	san-miguel	US	88058	2336	America/Los_Angeles	35.75247	-120.69628	193	SYL,San Miguel		CA	079		
5392508	San Pablo	san-pablo	US	94806	30407	America/Los_Angeles	37.96215	-122.34553	16	San Pablo,san bablw,san pablw  kalyfrnya,san pablw  kylyfwrnya,sanpaburo,sheng ba bo luo,sheng ba bu luo,syana pablo,Сан Пабло,سان بابلو,سان پابلو، کالیفرنیا,سان پابلو، کیلیفورنیا,स्यान पाब्लो,サンパブロ,圣巴勃罗,聖巴布羅		CA	013		
5392528	San Pedro	san-pedro	US	90731	78405	America/Los_Angeles	33.73585	-118.29229	34	SPQ,San Pedro,San Pedro y San Pablo,saenpideulo,sanpedoro,Сан Педро,サンペドロ,샌피드로		CA	037		
5392564	San Quentin	san-quentin	US	94964	0	America/Los_Angeles	37.94126	-122.4848	9			CA	041		
5392567	San Rafael	san-rafael	US	87051	59162	America/Los_Angeles	37.97353	-122.53109	13	SRF,San Rafael,San Rafel,San-Rafael',San-Rafel,Sao Rafael,São Rafael,san rafayyl,sanraferu,sheng la fei er,sn rafayl  kalyfrnya,syana raphela,Сан Рафаел,Сан Рафел,Сан-Рафаель,Сан-Рафел,سان رافاييل,سن رافائل، کالیفرنیا,स्यान राफेल,サンラフェル,圣拉菲尔	041	CA	041		
5392593	San Ramon	san-ramon	US	94582	76134	America/Los_Angeles	37.77993	-121.97802	148	Limerick,Lynchville,San Ramon,San Ramón,San-Ramon,san ramwn,san ramwn  kalyfrnya,sheng la meng,syana ramona,Сан Рамон,Сан-Рамон,سان رامون,سان رامون، کالیفرنیا,स्यान रामोन,圣拉蒙,聖拉蒙		CA	013		
5392629	San Simeon	san-simeon	US	93452	462	America/Los_Angeles	35.64386	-121.19075	6			CA	079		
5392662	San Ysidro	san-ysidro	US	87053	0	America/Los_Angeles	33.25532	-116.56641	1221			CA	073		
5392684	Sanborn	sanborn	US	14132	0	America/Los_Angeles	35.00053	-118.10646	784	Plano,Sanborn		CA	029		
5392799	Sanders	sanders	US	41083	0	America/Los_Angeles	39.20267	-121.66191	21			CA	101		
5392805	Sandia	sandia	US	78383	0	America/Los_Angeles	32.8856	-115.40582	-25			CA	025		
5392868	Sanger	sanger	US	76266	24950	America/Los_Angeles	36.70801	-119.55597	113	Sanger,Sengur,sang ge,sangr  kalyfrnya,sanjr,syangara,Сангер,Сенгър,سانجر,سانگر، کالیفرنیا,स्यांगर,桑格		CA	019		
5392900	Santa Ana	santa-ana	US	92701	335400	America/Los_Angeles	33.74557	-117.86783	35	SNA,Santa Ana,Santa-Ana,Santanna,saentaaena,santa ana,santa ana  kalyfrnya,santa ana  kylyfwrnya,santaana,sheng an na,syanta ena,Санта Ана,Санта-Ана,Սանտա Անա,סנטה אנה,سانتا آنا، کالیفرنیا,سانتا أنا,سانتا انا، کیلیفورنیا,स्यान्टा एना,แซนตาแอนา,サンタアナ,圣安娜,샌타애나	059	CA	059		
5392952	Santa Barbara	santa-barbara	US	93101	91842	America/Los_Angeles	34.42083	-119.69819	15	Barbaropolis,La Laguna de la Concepcion *,SBA,Santa Barbara,Santa Barmpara,Santa Bàrbara,Santa Bárbara,Santa-Barbara,Santabarbara,saentababeola,samta barbara,santa barbara,santababara,sheng ba ba la,snta barbara  kalyfrnya,snth brbrh,syanta barbara,Σάντα Μπάρμπαρα,Санта Барбара,Санта-Барбара,סנטה ברברה,سانتا باربارا,سانٹا باربرا,سنتا باربارا، کالیفرنیا,सँटा बार्बरा,स्यान्टा बार्बरा,แซนตาบาร์บารา,サンタバーバラ,圣巴巴拉,샌타바버라	083	CA	083		
5396951	Soda Springs	soda-springs	US	83276	81	America/Los_Angeles	39.32324	-120.37993	2063	Hopkins Springs,Soda Springs,Soda Springs Station,Tinkers Station		CA	057		
5393015	Santa Clara	santa-clara	US	84765	126215	America/Los_Angeles	37.35411	-121.95524	23	Santa Clara,Santa Klara,Santa-Klara,saentakeullaela,santa klara,santa klara  kalyfrnya,santakurara,sheng ke la la,snth qlrh,syanta klera,Санта Клара,Санта-Клара,סנטה קלרה,سانتا كلارا,سانتا کلارا، کالیفرنیا,سانٹا کلارا,स्यान्टा क्लेरा,サンタクララ,圣克拉拉,샌타클래라		CA	085		
5393049	Santa Clarita	santa-clarita	US	91350	182371	America/Los_Angeles	34.39166	-118.54259	368	Sanita Clarita,Santa Clarita,Santa Klarita,Santa-Klarita,saentakeullalita,santa klaryta,santa klaryta  kalyfrnya,santakurarita,sheng ta ke la li ta,snth qlryth,syanta klarita,Санта Кларита,Санта-Кларита,Санта-Кларіта,סנטה קלריטה,سانتا كلاريتا,سانتا کلاریتا، کالیفرنیا,سانٹا کلاریٹا,स्यान्टा क्लारिता,サンタクラリタ,聖塔克拉利塔,샌타클라리타		CA	037		
5393052	Santa Cruz	santa-cruz	US	87567	64220	America/Los_Angeles	36.97412	-122.0308	11	City of the Holy Cross,Newport of California,Newport of the Pacific,Santa Cruz,Santa Krouz,Santa Krus,Santa Kruz,Santa-Krus,Santa-Kruz,Santakruza,Santakrūza,Surf City,Swantacruz,saentakeulujeu,santa krwz,santa krwz  kalyfrnya,santakuruzu,sheng ta ke lu zi,syanta kruja,Σάντα Κρουζ,Санта Круз,Санта Крус,Санта-Круз,Санта-Крус,سانتا كروز,سانتا کروز، کالیفرنیا,स्यान्टा क्रुज,サンタクルーズ,聖塔克魯茲,샌타크루즈	087	CA	087		
5393128	Santa Fe Springs	santa-fe-springs	US	90670	18026	America/Los_Angeles	33.94724	-118.08535	41	Fulton Sulphur Springs,Santa Fe Springs,santa f sbrynghs,santa fy aspryngz  kalyfrnya,sheng fei si pu lin si,syanta phe springas,Санта Фе Спрингс,سانتا ف سبرينغس,سانتا فی اسپرینگز، کالیفرنیا,سانتا فے سپرنگز، کیلیفورنیا,स्यान्टा फे स्प्रिङ्गस्,圣菲斯普林斯		CA	037		
5393154	Santa Margarita	santa-margarita	US	93453	1259	America/Los_Angeles	35.38997	-120.60906	308			CA	079		
5393179	Santa Maria	santa-maria	US	78592	0	America/Los_Angeles	34.1314	-118.57453	426			CA	037		
5393180	Santa Maria	santa-maria	US	78592	105093	America/Los_Angeles	34.95303	-120.43572	67	Central City,Central Valley,Grangeville,SMX,Santa Maria,Santa Marija,Santa María,Santa-Marija,santa mariya,santa marya,santa marya  kalyfrnya,santamaria,sheng ma li ya,Санта Мария,Санта Марија,Санта-Мария,سانتا ماريا,سانتا ماریا، کالیفرنیا,سانٹا ماریا,सान्ता मारिया,サンタマリア,圣玛丽亚		CA	083		
5393212	Santa Monica	santa-monica	US	90401	93220	America/Los_Angeles	34.01949	-118.49138	32	Monicopolis,SMO,Santa Monica,Santa Monika,Santa Mónica,Santa Mônica,Santa-Monika,Santamonika,canta monikka,saentamonika,santa mwnyka,santa mwnyka  kylyfwrnya,santa mۆnyka  kalyfۆrnya,santamonika,sheng mo ni ka,snta mwnyka  kalyfrnya,snth mwnyqh,syanta monika,Σάντα Μόνικα,Санта Моника,Санта-Моника,Санта-Моніка,סנטה מוניקה,سانتا مونيكا,سانتا مونیکا، کیلیفورنیا,سانتا مۆنیکا، کالیفۆرنیا,سانٹا مونیکا,سنتا مونیکا، کالیفرنیا,स्यान्टा मोनिका,சாந்தா மொனிக்கா,แซนตามอนิกา,サンタモニカ,圣莫尼卡,샌타모니카		CA	037		
5393245	Santa Paula	santa-paula	US	93060	30546	America/Los_Angeles	34.35417	-119.05927	85	SZP,Santa Pola,Santa-Paula,santa bawla,santa paywla  kalyfrnya,sheng bao la,syanta pala,Санта Пола,Санта-Паула,سانتا باولا,سانتا پائولا، کالیفرنیا,स्यान्टा पला,圣保拉		CA	111		
5393274	Santa Rita Park	santa-rita-park	US	93661	0	America/Los_Angeles	37.04745	-120.59518	36			CA	047		
5393287	Santa Rosa	santa-rosa	US	78593	174972	America/Los_Angeles	38.44047	-122.71443	50	Franklin Town,STS,Santa Rosa,Santa Roza,Santa-Rosa,Santa-Roza,saentaloja,santa rwsa,santa rwza  kalyfrnya,santaroza,sheng luo sha,snth rwzh,syanta roja,Санта Роза,Санта Роса,Санта-Роза,Санта-Роса,סנטה רוזה,سانتا روزا، کالیفرنیا,سانتا روسا,سانٹا روزا,स्यान्टा रोजा,サンタローザ,聖羅莎,샌타로자	097	CA	097		
5393388	Santa Ynez	santa-ynez	US	93460	4418	America/Los_Angeles	34.61443	-120.07987	185	New Town,SQA,Sagunto,Santa Inez,Santa Ynez,syanta yneja,Санта Инез,स्यान्टा य्नेज		CA	083		
5393416	Santa Ysabel	santa-ysabel	US	92070	0	America/Los_Angeles	33.10921	-116.67308	911			CA	073		
5393429	Santee	santee	US	29142	57787	America/Los_Angeles	32.83838	-116.97392	107	Cowles,Cowles Station,Cowlestown,Fanita,Santee,Santi,Sentij,saenti,sang di,santy,santy  kalyfrnya,syanti,Санти,Сентий,سانتي,سانتی، کالیفرنیا,स्यान्टी,桑蒂,샌티		CA	073		
5393485	Saratoga	saratoga	US	27873	30968	America/Los_Angeles	37.26383	-122.02301	125	Bank Mills,McCarthysville,Redwood Mills,Saratoga,sa la tuo jia,saratoga,saratwga  kalyfrnya,saratwgha,Саратога,Саратоґа,ساراتوغا,ساراتوگا، کالیفرنیا,सारातोगा,サラトガ,薩拉托加		CA	085		
5393500	Saratoga Springs	saratoga-springs	US	12866	0	America/Los_Angeles	39.17517	-122.98083	435	Bachelor,Saratoga Springs		CA	033		
5393524	Sargent	sargent	US	30275	0	America/Los_Angeles	36.9194	-121.548	46			CA	085		
5393577	Saugus	saugus	US	01906	0	America/Los_Angeles	34.41139	-118.54009	357			CA	037		
5393611	Sausalito	sausalito	US	94965	7156	America/Los_Angeles	37.85909	-122.48525	4	El Ojo la Agua de Zaucito,JMC,Saucelito,Sauceta,Sauceto,Saucilito,Saucito,Sausalito,Sauselito,Sauzalito,Sosalito,Zaucito,sausalito,sausarito,sawsalytw,saywsalytw  kalyfrnya,suo sa li tuo,Саусалито,Саусаліто,Сосалито,سائوسالیتو، کالیفرنیا,ساوساليتو,सौसालितो,サウサリート,索萨利托		CA	041		
5393719	Saxon	saxon	US	25180	0	America/Los_Angeles	38.46657	-121.65635	7			CA	113		
5393917	Scotland	scotland	US	06264	0	America/Los_Angeles	34.24223	-117.49811	919			CA	071		
5393952	Scotts	scotts	US	28699	0	America/Los_Angeles	39.84629	-120.09243	1466			CA	035		
5393971	Scotts Valley	scotts-valley	US	95066	11945	America/Los_Angeles	37.05106	-122.01468	171	Scott Valley,Scotts Valley,Skots Vali,Skots-Valli,askats wly  kalyfrnya,si ke ci gu,skatsabhyali,skwts faly,Скотс Вали,Скотс-Валлі,اسکاتس ولی، کالیفرنیا,سكوتس فالي,स्कट्सभ्याली,斯科茨谷		CA	087		
5393982	Scottsville	scottsville	US	14546	0	America/Los_Angeles	38.33464	-120.75577	389			CA	005		
5394001	Scranton	scranton	US	18501	0	America/Los_Angeles	36.4519	-116.50366	681			CA	027		
5394086	Seal Beach	seal-beach	US	90740	24619	America/Los_Angeles	33.74141	-118.10479	4	Bay City,Seal Beach,Sijl Bijch,Sil Bich,hai bao tan,sila bica,silbichi,syl bych,syl bytsh,syl byz,Сийл Бийч,Сил Бич,סיל ביץ,سيل بيتش,سیل بیچ,सील बीच,海豹滩,실비치		CA	059		
5394095	Seal Cove	seal-cove	US	04674	0	America/Los_Angeles	37.51911	-122.51276	18			CA	081		
5394120	Searles	searles	US	56084	0	America/Los_Angeles	35.48385	-117.63534	989	Searles,Searles Station		CA	029		
5394136	Seaside	seaside	US	93955	33025	America/Los_Angeles	36.61107	-121.85162	7	East Monterey,Seaside,Sijsajd,Sisajd,hai bin,sisa'ida,sysayd  kalyfrnya,sysydy,Сийсайд,Сисайд,Сисајд,سيسيدي,سیساید، کالیفرنیا,सीसाइड,海滨		CA	053		
5394157	Seaview	seaview	US	23429	0	America/Los_Angeles	38.54547	-123.22806	439	Henry's,Sea View,Seaview		CA	097		
5394164	Sebastopol	sebastopol	US	39359	0	America/Los_Angeles	39.36267	-121.12107	583			CA	057		
5394165	Sebastopol	sebastopol	US	39359	7678	America/Los_Angeles	38.40214	-122.82388	25	Pine Grove,Sebastopol,sai wa si tuo bo er,sebasatopola,sybastwbwl,Себастопол,سيباستوبول,सेबासतोपोल,塞瓦斯托波尔		CA	097		
5394279	Seeley	seeley	US	92273	1739	America/Los_Angeles	32.79311	-115.69111	-11			CA	025		
5394308	Selby	selby	US	57472	0	America/Los_Angeles	38.05659	-122.24386	6			CA	013		
5394329	Selma	selma	US	24474	24414	America/Los_Angeles	36.57078	-119.61208	94	Sel'ma,Selma,sai er ma,selma,slma  kalyfrnya,sylma,Селма,Сельма,سلما، کالیفرنیا,سيلما,सेल्मा,塞尔玛		CA	019		
5394409	North Hills	north-hills	US	91343	56946	America/Los_Angeles	34.23639	-118.48472	257	Mission Acres,North Hills,Sepulveda		CA	037		
5394482	Serena	serena	US	60549	0	America/Los_Angeles	34.4125	-119.55624	8			CA	083		
5394759	Seville	seville	US	31084	480	America/Los_Angeles	36.48578	-119.22317	108			CA	107		
5394842	Shafter	shafter	US	93263	18336	America/Los_Angeles	35.50051	-119.27178	106	MIT,Shafter,Shaftur,saphtara,sha fu te,shaftr  kalyfrnya,shaftyr,Шафтер,Шафтър,شافتر، کالیفرنیا,شافتير,शाफ्टर,沙夫特		CA	029		
5394843	Shafter	shafter	US	93263	0	America/Los_Angeles	38.00437	-122.7086	51			CA	041		
5394892	Shandon	shandon	US	45063	1295	America/Los_Angeles	35.65525	-120.37543	317	Shandon,Sunset		CA	079		
5394909	Shannon	shannon	US	28386	0	America/Los_Angeles	37.233	-121.96412	114			CA	085		
5394929	Sharon	sharon	US	02067	0	America/Los_Angeles	37.098	-120.12989	90			CA	039		
5394970	Shaver Lake	shaver-lake	US	93664	634	America/Los_Angeles	37.10411	-119.31763	1715	Musick Creek,Musick Creek Heights,Shaver Lake,Shaver Lake Heights		CA	019		
5395105	Sheldon	sheldon	US	05483	0	America/Los_Angeles	38.43074	-121.30023	24			CA	067		
5395115	Shell	shell	US	82441	0	America/Los_Angeles	36.32884	-119.62318	77			CA	031		
5395208	Sheridan	sheridan	US	04775	0	America/Los_Angeles	38.46547	-123.03611	3			CA	097		
5395244	Sherman Oaks	sherman-oaks	US	91403	52677	America/Los_Angeles	34.15112	-118.44925	202	syeomeon-okeuseu,شرمن اوکس، لس‌آنجلس,셔먼오크스		CA	037		
5395311	Shiloh	shiloh	US	08353	0	America/Los_Angeles	38.52352	-122.79582	34			CA	097		
5395351	Shingle Springs	shingle-springs	US	95682	4432	America/Los_Angeles	38.66574	-120.92605	433	Shingle,Shingle Springs		CA	017		
5395370	Shirley	shirley	US	01464	0	America/Los_Angeles	36.39856	-119.6643	79	Harlow,Shirley		CA	031		
5395371	Shirley	shirley	US	01464	0	America/Los_Angeles	33.82446	-118.02395	17			CA	059		
5395476	Shoshone	shoshone	US	83352	31	America/Los_Angeles	35.97302	-116.27114	483			CA	027		
5395577	Sierra City	sierra-city	US	96125	221	America/Los_Angeles	39.56573	-120.63383	1273			CA	091		
5395622	Sierra Madre	sierra-madre	US	91024	11163	America/Los_Angeles	34.16167	-118.05285	252	Siera Madre,Sijera Madre,ma de lei,siyara madre,syra madrh  kalyfrnya,syrra madry,Сиера Мадре,Сијера Мадре,سيررا مادري,سیرا مادره، کالیفرنیا,सियरा माद्रे,马德雷		CA	037		
5395694	Sierra Vista	sierra-vista	US	85635	0	America/Los_Angeles	37.15133	-120.28629	72			CA	039		
5395695	Sierra Vista	sierra-vista	US	85635	0	America/Los_Angeles	34.09529	-118.1584	159			CA	037		
5395737	Sierraville	sierraville	US	96126	200	America/Los_Angeles	39.58963	-120.36743	1511			CA	091		
5395754	Signal Hill	signal-hill	US	90755	11565	America/Los_Angeles	33.80446	-118.16785	45			CA	037		
5395796	Silt	silt	US	81652	0	America/Los_Angeles	34.9997	-117.74951	711			CA	029		
5395816	Silver City	silver-city	US	39166	0	America/Los_Angeles	36.46605	-118.64593	2115			CA	107		
5395955	Silverado	silverado	US	92676	0	America/Los_Angeles	33.74613	-117.63699	369			CA	059		
5397018	Soledad	soledad	US	93960	25003	America/Los_Angeles	36.42469	-121.32632	58	Soledad,soledyada,suo lai da,swldd  kalyfrnya,swlydad,Соледад,سولدد، کالیفرنیا,سوليداد,सोलेड्याड,索莱达		CA	053		
5396003	Simi Valley	simi-valley	US	93062	126788	America/Los_Angeles	34.26945	-118.78148	234	Chimii,Simi,Simi Vali,Simi Valley,Simi-Vehlli,Simi-Velli,Simih,Simiopolis,shimibare,simi bhyali,simibaelli,smy wyly,symy faly,symy wly  kalyfrnya,xi mi gu,Сими Вали,Сими-Вэлли,Сімі-Веллі,סימי ואלי,سمی ویلی,سيمي فالي,سیمی ولی، کالیفرنیا,सिमि भ्याली,シミバレー,西米谷,시미밸리		CA	111		
5396039	Simms	simms	US	59477	0	America/Los_Angeles	37.79798	-121.09522	22			CA	077		
5396298	Skyforest	skyforest	US	92385	0	America/Los_Angeles	34.23528	-117.17921	1750	Forest of the Sky,Skyforest		CA	071		
5396302	Skyland	skyland	US	28776	0	America/Los_Angeles	34.23334	-117.28615	1571			CA	071		
5396334	Skytop	skytop	US	18357	0	America/Los_Angeles	35.70134	-117.49895	755			CA	071		
5396384	Slater	slater	US	29683	0	America/Los_Angeles	35.5494	-119.19733	138			CA	029		
5396498	Sloughhouse	sloughhouse	US	95683	0	America/Los_Angeles	38.49574	-121.19384	31	Slough House,Sloughhouse		CA	067		
5396534	Smartsville	smartsville	US	95977	177	America/Los_Angeles	39.20762	-121.30013	204	Smartsville,Smartville		CA	115		
5396751	Snelling	snelling	US	95369	231	America/Los_Angeles	37.5191	-120.43742	78	Snelling,Snelling's Ranch		CA	047		
5396949	Soda Springs	soda-springs	US	83276	0	America/Los_Angeles	39.42266	-123.43418	226			CA	045		
5396953	Soda Springs	soda-springs	US	83276	0	America/Los_Angeles	39.24713	-120.3252	1843	Soda Springs,Summit Soda Springs		CA	061		
5396956	Soda Springs	soda-springs	US	83276	0	America/Los_Angeles	36.03912	-118.75815	430			CA	107		
5396974	Solana Beach	solana-beach	US	92075	13449	America/Los_Angeles	32.99115	-117.27115	22	Solana Bich,Solana Bijch,solena bica,sollanabichi,suo la na hai tan,swlana bych  kalyfrnya,swlana bytsh,Солана Бийч,Солана Бич,سولانا بيتش,سولانا بیچ، کالیفرنیا,सोलेना बीच,索拉纳海滩,솔라나비치		CA	073		
5397059	Solvang	solvang	US	93463	5741	America/Los_Angeles	34.59582	-120.13765	154	Solvang,Solvang i California,Solvanq,Solveng,solbhyanga,sorubangu,suo fu ang,swlfangh,swlwang  kalyfrnya,Солванг,Солвенг,سولفانغ,سولوانگ، کالیفرنیا,सोल्भ्यांग,ソルバング,索夫昂		CA	083		
5397082	Somersville	somersville	US	06072	0	America/Los_Angeles	37.95687	-121.8644	226	Somersville,Sommerville,Summerville		CA	013		
5397083	Somis	somis	US	93066	0	America/Los_Angeles	34.25723	-118.99621	93			CA	111		
5397095	Sonoma	sonoma	US	95476	11037	America/Los_Angeles	38.29186	-122.45804	26	Sonoma,Zanoma,conoma,sonoma,swnwma,swnwma  kalyfrnya,Сонома,سونوما,سونوما، کالیفرنیا,सोनोमा,சோனோமா		CA	097		
5397108	Somerset	somerset	US	02725	0	America/Los_Angeles	38.64768	-120.68576	638	Somerset,Youngs		CA	017		
5397165	Sonora	sonora	US	42776	4818	America/Los_Angeles	37.98409	-120.38214	544	Sonora,Sonorian Camp,Stewart,sonara,sonora,suo nuo la,swnwra,swnwra  kalyfrnya,Сонора,سونورا,سونورا، کالیفرنیا,सोनारा,ソノラ,索诺拉	109	CA	109		
5397166	Soquel	soquel	US	95073	9644	America/Los_Angeles	36.98801	-121.95663	10	El Rosario,Saquel,Sauguel,Sauquil,Shoquel,Soque,Soquel		CA	087		
5397214	Soudan	soudan	US	55782	0	America/Los_Angeles	38.60268	-121.27606	43	Cornell,Soudan		CA	067		
5397227	Soulsbyville	soulsbyville	US	95372	2215	America/Los_Angeles	37.98465	-120.2638	893			CA	109		
5397374	South Dos Palos	south-dos-palos	US	93665	1620	America/Los_Angeles	36.96439	-120.65324	36	Dos Palos Station,South Dos Palos		CA	047		
5397376	South El Monte	south-el-monte	US	91733	20878	America/Los_Angeles	34.05195	-118.04673	76	Juzhen El Monti,Saut El Monti,Timog El Monte,nan ai er meng de,sa'utha ela monte,swt al mwnth  kalyfrnya,swwth al mwnty,Саут Ел Монти,Южен Ел Монти,سوت ال مونته، کالیفرنیا,سووث إل مونتي,साउथ एल मोन्ते,南艾爾蒙地		CA	037		
5397390	South Fork	south-fork	US	15956	0	America/Los_Angeles	37.23106	-119.4943	808			CA	039		
5397392	South Fork	south-fork	US	15956	0	America/Los_Angeles	39.426	-123.72724	14			CA	045		
5397603	South Gate	south-gate	US	90280	96401	America/Los_Angeles	33.95474	-118.21202	35	Juzhen Gejt,Saut Gejt,South Gate,nan men,sa'utha geta,sausugeito,swt gyt  kalyfrnya,swth ghyt,sʼwt gyyt,Саут Гејт,Южен Гейт,סאות גייט,ساؤتھ گیٹ,ساؤتھ گیٹ، کیلیفورنیا,سوت گیت، کالیفرنیا,سوث غيت,साउथ गेट,サウスゲイト,南门		CA	037		
5397664	South Lake Tahoe	south-lake-tahoe	US	96150	21706	America/Los_Angeles	38.93324	-119.98435	1901	Al Tahoe,Bihou Park,Bijou,Rowland's,Saut Lejk Takho,South Lake Tahoe,Stateline,TVL,Tahoe Valley,Tallac Village,nan tai hao hu,sa'utha leka taho'i,swt lyk tahw  kalyfrnya,swwth lak tahwy,Саут Лейк Тахо,Саут Лејк Тахо,ساوتھ شور لیک تاہو,سوت لیک تاهو، کالیفرنیا,سووث لاك تاهوي,साउथ लेक ताहोई,南太浩湖		CA	017		
5397708	South Park	south-park	US	15129	0	America/Los_Angeles	33.57169	-117.02642	495			CA	065		
5397710	South Park	south-park	US	15129	0	America/Los_Angeles	32.72005	-117.1292	73			CA	073		
5397717	South Pasadena	south-pasadena	US	91030	26151	America/Los_Angeles	34.11612	-118.15035	201	Juzhna Pasadina,Saut Pasadena,nan pa sa di na,sa'utha pasadena,sauseupaeseodina,sawt pasadna  kalyfrnya,swwth basadyna,Саут Пасадена,Южна Пасадина,ساوت پاسادنا، کالیفرنیا,سووث باسادينا,साउथ पासादेना,南帕萨迪纳,사우스패서디나		CA	037		
5397765	South San Francisco	south-san-francisco	US	94080	67271	America/Los_Angeles	37.65466	-122.40775	4	Baden,Juzhen San Francisko,Saus-San-Francisko,Saut San Francisko,South San Francisco,nan jiu jin shan,sa'utha syana phransisko,saususanfuranshisuko,swt san fransyskw  kalyfrnya,swwth san fransyskw,Саус-Сан-Франциско,Саут Сан Франциско,Южен Сан Франциско,سوت سان فرانسیسکو، کالیفرنیا,سووث سان فرانسيسكو,साउथ स्यान फ्रान्सिस्को,サウスサンフランシスコ,南旧金山,南舊金山		CA	081		
5397785	South Shore	south-shore	US	41175	0	America/Los_Angeles	37.75965	-122.25775	4			CA	001		
5397976	Spangler	spangler	US	15775	0	America/Los_Angeles	35.54885	-117.45144	641			CA	071		
5398166	Spreckels	spreckels	US	93962	673	America/Los_Angeles	36.6219	-121.64689	23			CA	053		
5398212	Spring Creek	spring-creek	US	16436	0	America/Los_Angeles	38.92907	-120.06491	1932			CA	017		
5398229	Spring Gap	spring-gap	US	21560	0	America/Los_Angeles	38.16853	-120.10213	1495			CA	109		
5398231	Spring Garden	spring-garden	US	36275	16	America/Los_Angeles	39.89489	-120.78606	1219			CA	063		
5398245	Spring Hill	spring-hill	US	34606	0	America/Los_Angeles	39.23239	-121.04412	815			CA	057		
5398272	Spring Valley	spring-valley	US	10977	0	America/Los_Angeles	38.77935	-120.5277	1152			CA	017		
5398277	Spring Valley	spring-valley	US	10977	28205	America/Los_Angeles	32.74477	-116.99892	119	Spring Vali,Spring-Vehlli,springa bhyali,Спринг Вали,Спринг-Вэлли,سپرنگ ویلی، سان ڈیگو کاؤنٹی، کیلیفورنیا,स्प्रिङ्ग भ्याली		CA	073		
5398306	Springfield	springfield	US	01101	0	America/Los_Angeles	38.02076	-120.41242	626			CA	109		
5398318	Springville	springville	US	14141	934	America/Los_Angeles	36.13023	-118.81815	312	Crabtree Soda Spring,Crabtree Soda Springs,Daunt,Soda Springs,Springville		CA	107		
5398319	Springville	springville	US	14141	0	America/Los_Angeles	34.22056	-119.09594	22			CA	111		
5398440	Squaw Valley	squaw-valley	US	93675	3162	America/Los_Angeles	36.74023	-119.24679	497			CA	019		
5398532	Standard	standard	US	61363	0	America/Los_Angeles	37.96659	-120.31186	697			CA	109		
5400630	Sycamore	sycamore	US	15364	0	America/Los_Angeles	39.13378	-121.94192	15	Loch-loch,Sycamore		CA	011		
5400784	Sylmar	sylmar	US	91342	0	America/Los_Angeles	34.30778	-118.44925	382			CA	037		
5398563	Stanford	stanford	US	40484	13809	America/Los_Angeles	37.42411	-122.16608	23	Stanford,Stehnfard,Stenford,astnfwrd  kalyfrnya,seutaenpeodeu,shi dan fu,si tan fu,stanfwrd,styanapharda,Станфорд,Стенфорд,Стэнфард,استنفورد، کالیفرنیا,ستانفورد,स्ट्यानफर्ड,史丹福,斯坦福,스탠퍼드		CA	085		
5398615	Stanley	stanley	US	14561	0	America/Los_Angeles	38.24464	-122.29386	6			CA	055		
5398630	Stanton	stanton	US	08885	38872	America/Los_Angeles	33.80252	-117.99312	20	Stanton,Stehnton,Stentun,astantwn  kalyfrnya,si tan dun,stantwn,styanatana,Стантон,Стентън,Стэнтон,استانتون، کالیفرنیا,ستانتون,سٹینٹن، کیلیفورنیا,स्ट्यानटन,斯坦顿		CA	059		
5398729	Stateline	stateline	US	89449	0	America/Los_Angeles	38.95824	-119.94379	1914			CA	017		
5398776	Stedman	stedman	US	28391	0	America/Los_Angeles	34.62999	-116.16807	727			CA	071		
5398886	Stevens	stevens	US	17578	0	America/Los_Angeles	35.31413	-119.19066	104			CA	029		
5398919	Stevinson	stevinson	US	95374	313	America/Los_Angeles	37.32772	-120.85159	26			CA	047		
5398950	Stewarts Point	stewarts-point	US	95480	0	America/Los_Angeles	38.65186	-123.39918	33	Stewart's Point,Stewarts Point		CA	097		
5398955	Stewartville	stewartville	US	55976	0	America/Los_Angeles	37.94631	-121.84857	170			CA	013		
5398988	Stinson Beach	stinson-beach	US	94970	632	America/Los_Angeles	37.90048	-122.64443	8	Stinson Vich,Stinsun Bijch,stinsana bica,Стинсон Вич,Стинсън Бийч,स्टिन्सन बीच		CA	041		
5398998	Stirling City	stirling-city	US	95978	295	America/Los_Angeles	39.90766	-121.52803	1088			CA	007		
5399020	Stockton	stockton	US	08559	305658	America/Los_Angeles	37.9577	-121.29078	4	SCK,Stockton,Stoktn,Stokton,Tuleburg,Weberville,astwktwn,seutogteon,shi de dun,si tuo ke dun,stakatana,stwktwn,stwqtwn,sutokkuton,Стоктон,Стоктън,סטוקטון,استوکتون,ستوكتون,سٹوکٹن,स्टकटन,ストックトン,士德頓,斯托克顿,스톡턴	077	CA	077		
5399021	Stockton	stockton	US	08559	0	America/Los_Angeles	32.71339	-117.12309	26			CA	073		
5399213	Stony Point	stony-point	US	10980	0	America/Los_Angeles	38.31075	-122.73499	67	Stony Point,Stonypoint		CA	097		
5399226	Stonyford	stonyford	US	95979	149	America/Los_Angeles	39.37516	-122.54416	361	Stony Ford,Stonyford		CA	011		
5399249	Storrie	storrie	US	95980	4	America/Los_Angeles	39.91739	-121.3233	544			CA	063		
5399262	Stout	stout	US	45684	0	America/Los_Angeles	36.18273	-119.08038	119			CA	107		
5399292	Stratford	stratford	US	06614	1277	America/Los_Angeles	36.1894	-119.82319	62	Stratford,Stratton,Стратфорд		CA	031		
5399305	Strathmore	strathmore	US	93267	2819	America/Los_Angeles	36.14551	-119.06066	122	Balfour,Filo,Roth's Spur,Santos,Strathmore		CA	107		
5399318	Strawberry	strawberry	US	72469	0	America/Los_Angeles	38.79685	-120.14519	1749			CA	017		
5399319	Strawberry	strawberry	US	72469	5393	America/Los_Angeles	37.89687	-122.50886	71			CA	041		
5399320	Strawberry	strawberry	US	72469	86	America/Los_Angeles	38.19866	-120.01126	1623			CA	109		
5399361	Strawberry Valley	strawberry-valley	US	95981	0	America/Los_Angeles	39.56406	-121.1069	1145			CA	115		
5399409	Stuart	stuart	US	24171	0	America/Los_Angeles	33.25115	-117.42087	19			CA	073		
5399438	Studio City	studio-city	US	91604	34034	America/Los_Angeles	34.14862	-118.39647	186	استودیو سیتی، لس‌آنجلس		CA	037		
5399556	Sugarloaf	sugarloaf	US	18249	0	America/Los_Angeles	34.24334	-116.82892	2162	Big Bear Park,Sugarloaf		CA	071		
5399645	Sullivan	sullivan	US	03445	0	America/Los_Angeles	39.20322	-121.63552	20			CA	101		
5399750	Sulphur Springs	sulphur-springs	US	44881	0	America/Los_Angeles	34.47944	-118.61425	338	Sulfer Springs,Sulphur Springs		CA	037		
5399757	Sulphur Springs	sulphur-springs	US	44881	0	America/Los_Angeles	34.42694	-119.09455	312			CA	111		
5399786	Summerland	summerland	US	93067	1448	America/Los_Angeles	34.42138	-119.59652	37			CA	083		
5399792	Sultana	sultana	US	93666	775	America/Los_Angeles	36.54551	-119.34012	111	Alta,Atla,Sultana		CA	107		
5399797	Summit	summit	US	07901	0	America/Los_Angeles	35.12774	-118.41397	1231	Summit,Summit Switch		CA	029		
5399901	Sun City	sun-city	US	33586	19579	America/Los_Angeles	33.70919	-117.19726	434			CA	065		
5399922	Sun Valley	sun-valley	US	83353	0	America/Los_Angeles	34.2175	-118.37036	247	Roscoe,Sun Valley		CA	037		
5399976	Sunland	sunland	US	91040	15316	America/Los_Angeles	34.26695	-118.3023	461			CA	037		
5399977	Sunland	sunland	US	91040	0	America/Los_Angeles	36.02245	-118.98232	168			CA	107		
5400032	Sunnyside	sunnyside	US	11104	4235	America/Los_Angeles	36.74912	-119.69931	100	Granz,Maltermoro,Sunnyside		CA	019		
5400033	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	39.14324	-120.15352	1908			CA	061		
5400034	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	32.67422	-117.01642	36			CA	073		
5400035	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	39.84404	-122.86528	1511			CA	103		
5400075	Sunnyvale	sunnyvale	US	75182	151754	America/Los_Angeles	37.36883	-122.03635	39	Encinal,Snivejl,Sanivejl,Sannivejl,Sunnyvale,saniberu,sanivela,sannibhela,sanyfal,sany‌wyl  kalyfrnya,sen ni wei er,seonibeil,snywyl,Санивејл,Саннивейл,Саннівейл,Сънивейл,סאניווייל,سانيفال,سانی‌ویل، کالیفرنیا,سنیویل,सनीवेल,सन्नीभेल,サニーベール,森尼韦尔,서니베일		CA	085		
5400093	Sunol	sunol	US	94586	913	America/Los_Angeles	37.59438	-121.88857	84	Sanol,Sunol,Sunolglen,sanola,Санол,Сунол,सनोल		CA	001		
5400159	Sunset Beach	sunset-beach	US	28468	971	America/Los_Angeles	33.71641	-118.06895	3			CA	059		
5400330	Surfside	surfside	US	90743	0	America/Los_Angeles	33.7278	-118.08229	4			CA	059		
5400376	Sutter	sutter	US	62373	2904	America/Los_Angeles	39.15989	-121.75275	23	South Butte,Sutter,Sutter City		CA	101		
5400400	Sutter Creek	sutter-creek	US	95685	2488	America/Los_Angeles	38.39297	-120.80244	362	Sater Krik,Satur Krijk,Sutter,Sutter Creek,Sutter's Creek,Suttercreek,Suttersville,sa te ke li ke,satr kryk  kalyfrnya,sutara krika,swtyr kryk,Сатер Крик,Сатър Крийк,ساتر کریک، کالیفرنیا,سوتير كريك,सुटर क्रीक,萨特克里克		CA	005		
5400490	Swansea	swansea	US	02777	0	America/Los_Angeles	36.52466	-117.90397	1116			CA	027		
5400500	Swanton	swanton	US	05488	0	America/Los_Angeles	37.06412	-122.22747	21	Laurel Grove,Swanton		CA	087		
5400877	Taft	taft	US	38488	9495	America/Los_Angeles	35.14247	-119.45651	291	Moro,Moron,Siding Number Two,Taft,ta fu tuo,taft,taft  kalyfrnya,taphta,Тафт,تافت,تافت، کالیفرنیا,टाफ्ट,塔夫脱		CA	029		
5400943	Tahoe Vista	tahoe-vista	US	96148	1433	America/Los_Angeles	39.23991	-120.05102	1900			CA	061		
5400946	Tahoma	tahoma	US	96142	1191	America/Los_Angeles	39.06741	-120.12824	1911	Chambers Lodge,Tahoma		CA	061		
5400950	Tahoe City	tahoe-city	US	96145	0	America/Los_Angeles	39.17213	-120.1388	1905	Tahoe,Tahoe City		CA	061		
5400996	Talmage	talmage	US	17580	1130	America/Los_Angeles	39.13323	-123.16778	191	Talmadge,Talmage		CA	045		
5401013	Tamarack	tamarack	US	55787	0	America/Los_Angeles	38.4388	-120.07602	2107	Camp Tamarack,Onion Valley,Tamarack		CA	009		
5401143	Tarzana	tarzana	US	91356	0	America/Los_Angeles	34.17334	-118.55397	240			CA	037		
5401173	Taylor	taylor	US	18517	0	America/Los_Angeles	33.59836	-116.41835	1093			CA	065		
5401263	Tecate	tecate	US	91980	0	America/Los_Angeles	32.57728	-116.62752	548			CA	073		
5401287	Tecopa	tecopa	US	92389	150	America/Los_Angeles	35.8483	-116.22641	408			CA	027		
5401297	Tehachapi	tehachapi	US	93561	13021	America/Los_Angeles	35.13219	-118.44897	1210	Greenwich,TSP,Tehachapa,Tehachapai,Tehachapi,Tehachepi,Tehachipi,Tekhachapi,Tukhechapi,te ha cha bi,tehacapi,thachapy  kalyfrnya,tyhatshaby,Техачапи,Тъхечапи,تهاچاپی، کالیفرنیا,تيهاتشابي,तेहाचापी,特哈查比		CA	029		
5401395	Temecula	temecula	US	92589	112011	America/Los_Angeles	33.49364	-117.14836	310	Temecula,Temecula Station,Temekjula,Temekula,te man ku la,temakula,temekyura,tmwkwla  kalyfrnya,tymykwla,Темекула,Темекјула,تموکولا، کالیفرنیا,تيميكولا,ٹیمکولا,तेमाकुला,テメキュラ,特曼库拉		CA	065		
5401469	Temple City	temple-city	US	91780	36365	America/Los_Angeles	34.10723	-118.05785	122	Templ Siti,Temple,Temple City,Tempul Siti,tan pu er shi,tempala siti,tempeulsiti,tmpl syty  kalyfrnya,tymbl syty,Темпл Сити,Темпъл Сити,تمپل سیتی، کالیفرنیا,تيمبل سيتي,टेम्पल सिटी,ടെമ്പിൾ സിറ്റി,坦普爾市,템플시티		CA	037		
5401516	Templeton	templeton	US	01468	7674	America/Los_Angeles	35.54969	-120.706	246	Crocker,Templeton		CA	079		
5401670	Terra Bella	terra-bella	US	93270	3310	America/Los_Angeles	35.96245	-119.04427	148	Deer Creek Switch,Salem,Terra Bella,Terrabella		CA	107		
5402152	Thermal	thermal	US	92274	2865	America/Los_Angeles	33.6403	-116.13945	-36	Kokell,TRM,Termal,Thermal,Термал		CA	065		
5402299	Thompson	thompson	US	06277	0	America/Los_Angeles	38.23908	-122.28164	3			CA	055		
5402388	Thornton	thornton	US	03285	1131	America/Los_Angeles	38.22603	-121.42467	4			CA	077		
5402405	Thousand Oaks	thousand-oaks	US	91358	129339	America/Los_Angeles	34.17056	-118.83759	270	Tauzand Ouks,Tauzend-Ouks,Tauzund Ouks,qian xiang shi,saujeondeuokeuseu,sauzandookusu,tawznd awks,tha'ujenda oksa,thwsnd awks,Таузанд Оукс,Таузенд-Оукс,Таузънд Оукс,تاوزند اوکس,تھاؤسینڈ اوکس,ثوسند أوكس,थाउजेन्ड ओक्स,サウザンドオークス,千橡市,사우전드오크스		CA	111		
5402406	Thousand Oaks	thousand-oaks	US	91358	0	America/Los_Angeles	37.89548	-122.27941	73			CA	001		
5402415	Thousand Palms	thousand-palms	US	92276	7715	America/Los_Angeles	33.82002	-116.39029	75	Edom,Thousand Palms		CA	065		
5402740	Tipton	tipton	US	16684	2543	America/Los_Angeles	36.0594	-119.31206	84	Tip Town,Tipton		CA	107		
5402755	Titus	titus	US	36080	0	America/Los_Angeles	32.63256	-116.17974	840			CA	073		
5402858	Tollhouse	tollhouse	US	93667	0	America/Los_Angeles	37.01884	-119.3993	585	Toll House,Tollhouse		CA	019		
5402891	Tomales	tomales	US	94971	204	America/Los_Angeles	38.24631	-122.90555	27	Keysville,Puerto Nuevo,Tomales,Tomalles,tomelsa,Томалес,टोमेल्स		CA	041		
5402961	Topanga	topanga	US	90290	8289	America/Los_Angeles	34.09362	-118.60147	256	Topanga,Topanga Canyon,topang-ga,twpnga  kalyfrnya,Топанга,توپنگا، کالیفرنیا,토팡가		CA	037		
5402978	Topaz	topaz	US	96133	50	America/Los_Angeles	38.61882	-119.51949	1538			CA	051		
5403022	Torrance	torrance	US	15779	148475	America/Los_Angeles	33.83585	-118.34063	27	TOA,Torans,Torrance,Torrans,Torrens,Toruns,toleonseu,toransa,toransu,tuo lun si,twrans  kalyfrnya,twrransy,Торанс,Торранс,Торренс,Торънс,تورانس، کالیفرنیا,توررانسي,ٹورینس,टोरान्स,トーランス,托倫斯,토런스		CA	037		
5403172	Trabuco Canyon	trabuco-canyon	US	92678	3000	America/Los_Angeles	33.66252	-117.59033	317	Trabuco,Trabuco Canyon,Trabuco Oaks		CA	059		
5403191	Tracy	tracy	US	50256	87075	America/Los_Angeles	37.73987	-121.42618	16	Tracy,Trejsi,te lei xi,trasay,tresi,trysy  kalyfrnya,Трейси,Трејси,تراساي,تریسی، کالیفرنیا,ٹریسی,ट्रेसी,特雷西		CA	077		
5403269	Tranquillity	tranquillity	US	93668	799	America/Los_Angeles	36.64884	-120.25266	50	Fresno City,Tranquility,Tranquillity		CA	019		
5403297	Traver	traver	US	93673	713	America/Los_Angeles	36.45523	-119.48485	88			CA	107		
5403344	Trent	trent	US	57065	0	America/Los_Angeles	37.07744	-120.88075	37			CA	047		
5403346	Trenton	trenton	US	08601	0	America/Los_Angeles	38.48519	-122.85194	40	Hebron,Trenton		CA	097		
5403354	Tres Pinos	tres-pinos	US	95075	476	America/Los_Angeles	36.78996	-121.32104	162			CA	069		
5403604	Trona	trona	US	93562	0	America/Los_Angeles	35.76273	-117.37283	498	TRH		CA	071		
5403665	Troy	troy	US	03465	0	America/Los_Angeles	39.31157	-120.46298	1934			CA	061		
5403676	Truckee	truckee	US	96160	16299	America/Los_Angeles	39.32796	-120.18325	1773	Coburn Station,TKF,Traki,Truckee,Truki,te la ji,teuleoki,torakki,traky  kalyfrnya,trki,trwky,Траки,Тръки,تراکی، کالیفرنیا,تروكي,ट्र्की,トラッキー,特拉基,트러키		CA	057		
5403767	Tujunga	tujunga	US	91042	26527	America/Los_Angeles	34.25223	-118.28841	540	Los Terrenitos,Tuhunga,Tujunga		CA	037		
5403783	Tulare	tulare	US	57476	62315	America/Los_Angeles	36.20773	-119.34734	88	TLR,Tjuleri,Tular,Tuleri,tu lai li,tulera,twlary,twlr  kalyfrnya,Тулар,Тулери,Тюлери,تولاري,تولر، کالیفرنیا,टुलेर,图莱里		CA	107		
5403968	Tuolumne	tuolumne	US	95379	0	America/Los_Angeles	37.96076	-120.23741	791	Tuolumne,Tuolumne City		CA	109		
5404000	Tupman	tupman	US	93276	161	America/Los_Angeles	35.29802	-119.35122	101			CA	029		
5404024	Turlock	turlock	US	95380	72292	America/Los_Angeles	37.49466	-120.84659	31	Sierra,Terlok,Turlock,Turlok,taralaka,te luo ke,trlwk,twrlak  kalyfrnya,Терлок,Търлок,ترلوك,تورلاک، کالیفرنیا,टरलक,特洛克		CA	099		
5404051	Turner	turner	US	04282	0	America/Los_Angeles	37.85993	-121.21828	10			CA	077		
5404052	Turner	turner	US	04282	0	America/Los_Angeles	38.34103	-122.77749	58			CA	097		
5404119	Tustin	tustin	US	49688	80583	America/Los_Angeles	33.74585	-117.82617	43	Tastin,Tustin,Tustin City,ta si ting,tasatina,tastyn  kalyfrnya,teoseutin,twstyn,Тастин,Тъстин,تاستین، کالیفرنیا,توستين,टसटिन,塔斯廷,터스틴		CA	059		
5404133	Tuttle	tuttle	US	58488	103	America/Los_Angeles	37.29605	-120.3788	63			CA	047		
5404141	Twain Harte	twain-harte	US	95383	2226	America/Los_Angeles	38.03965	-120.23269	1112			CA	109		
5404198	Twentynine Palms	twentynine-palms	US	92277	26025	America/Los_Angeles	34.13556	-116.05417	606	TNP,Tuehntinajn-Palms,Tuentinajn Palms,Tventinajn Palms,Tventinajn-Palms,er shi jiu zong lu cun,tuwentinainpamseu,tventina'ina pamsa,twynty nayn palmz  kalyfrnya,twyntynyn balms,Твентинајн Палмс,Твентінайн-Палмс,Туентинайн Палмс,Туэнтинайн-Палмс,توئنتی ناین پالمز، کالیفرنیا,توينتينين بالمس,ट्वेन्टीनाइन पाम्स,二十九棕榈村,투웬티나인팜스		CA	071		
5404220	Twin Bridges	twin-bridges	US	59754	0	America/Los_Angeles	38.8113	-120.12408	1864			CA	017		
5404260	Twin Lakes	twin-lakes	US	53181	0	America/Los_Angeles	34.98719	-118.51453	1576			CA	029		
5404261	Twin Lakes	twin-lakes	US	53181	0	America/Los_Angeles	38.88434	-122.61804	437			CA	033		
5404262	Twin Lakes	twin-lakes	US	53181	0	America/Los_Angeles	34.27806	-118.60148	387	Twin Lakes,Twin Lakes Park		CA	037		
5404274	Twin Lakes	twin-lakes	US	53181	4917	America/Los_Angeles	36.96745	-121.99802	16			CA	087		
5404295	Twin Oaks	twin-oaks	US	74368	0	America/Los_Angeles	35.31246	-118.40981	861			CA	029		
5404296	Twin Oaks	twin-oaks	US	74368	0	America/Los_Angeles	33.18532	-117.15476	220	Twin Oak,Twin Oaks		CA	073		
5404316	Twin Peaks	twin-peaks	US	92391	0	America/Los_Angeles	34.2389	-117.23365	1761			CA	071		
5404341	Twin Rocks	twin-rocks	US	15960	0	America/Los_Angeles	39.82265	-123.5653	433			CA	045		
5404382	Two Harbors	two-harbors	US	55616	0	America/Los_Angeles	33.44003	-118.49925	10			CA	037		
5404391	Two Rivers	two-rivers	US	54241	0	America/Los_Angeles	39.82295	-120.67022	1318			CA	063		
5404443	Tyrone	tyrone	US	14887	0	America/Los_Angeles	38.44908	-123.00056	16			CA	097		
5404476	Ukiah	ukiah	US	95482	15917	America/Los_Angeles	39.15017	-123.20778	193	Jukaja,UKI,Ukiah,Ukiah City,uki'a,wkyah,you qi ya,yukaia,ywkyah  kalyfrnya,Јукаја,Юкайа,Юкая,وكياه,یوکیاه، کالیفرنیا,उकिआ,ユカイア,尤奇亚,유카이아	045	CA	045		
5404514	Una	una	US	29378	0	America/Los_Angeles	35.4244	-119.17788	107			CA	029		
5404534	Union	union	US	03887	0	America/Los_Angeles	38.3213	-122.30997	24			CA	055		
5404535	Union	union	US	03887	0	America/Los_Angeles	35.63747	-120.561	314			CA	079		
5404555	Union City	union-city	US	07087	74494	America/Los_Angeles	37.59577	-122.01913	21	Junin Siti,Junion Siti,Junion-Siti,Thanh pho Union,Thành phố Union,Union City,lian he shi,yunieonsiti,yuniyana siti,ywnyn syty  kalyfrnya,ywnywn syty,Јунион Сити,Юниън Сити,Юніон-Сіті,يونيون سيتي,یونین سٹی، کیلیفورنیا,یونین سیتی، کالیفرنیا,युनियन सिटी,聯合市,유니언시티		CA	001		
5404596	Union Hill	union-hill	US	14563	0	America/Los_Angeles	39.20545	-121.03856	823			CA	057		
5404597	Union Hill	union-hill	US	14563	0	America/Los_Angeles	39.59711	-121.00329	1279	Council Hill,Union Hill		CA	091		
5404611	Union Mills	union-mills	US	28167	0	America/Los_Angeles	39.3538	-120.10714	1784			CA	057		
5404794	Universal City	universal-city	US	78148	105000	America/Los_Angeles	34.1389	-118.35341	230	Juniversal-Siti,Junivursul Siti,huan qiu shi,yunibeoseolsiti,ywnyfrsal syty,ywnywrsal syty  kalyfrnya,Юниверсал-Сити,Юнивърсъл Сити,يونيفرسال سيتي,یونیورسال سیتی، کالیفرنیا,環球市,유니버설시티		CA	037		
5404915	Upland	upland	US	46989	76443	America/Los_Angeles	34.09751	-117.64839	377	plend,Apland,CCB,Magnolia Villa,North Ontario,Upland,a pu lan,abland,ap lnd  kalyfrnya,apalyanda,eoblaendeu,Апланд,Ъпленд,آبلاند,آپ لند، کالیفرنیا,अपल्यांड,阿普兰,업랜드		CA	071		
5405038	Upper Lake	upper-lake	US	95485	1052	America/Los_Angeles	39.16461	-122.91055	410	Aper Lejk,Upper Clear Lake,Upper Lake,Upperlake,apara leka,Апер Лејк,अपर लेक		CA	033		
5405228	Vacaville	vacaville	US	95687	96803	America/Los_Angeles	38.35658	-121.98774	53	Vacaville,Vakavil,bhakabhila,fakafyly,wa ka wei er,wakawyl  kalyfrnya,Βάκαβιλ,Вакавил,فاكافيلي,واکاولے,واکاویل، کالیفرنیا,भाकाभिल,瓦卡维尔		CA	095		
5405286	Valdez	valdez	US	87580	0	America/Los_Angeles	38.32602	-121.61329	3			CA	113		
5405287	Vale	vale	US	28168	0	America/Los_Angeles	38.32019	-121.78551	5	Maine Prairie Station,Vale		CA	095		
5405288	Valencia	valencia	US	16059	148456	America/Los_Angeles	34.44361	-118.60953	310			CA	037		
5405289	Valencia	valencia	US	16059	0	America/Los_Angeles	34.14668	-117.27254	378			CA	071		
5405360	Vallecito	vallecito	US	95251	442	America/Los_Angeles	38.0902	-120.47353	537	Murphy's Old Diggings,Valacito,Vallecito,Vallicita,Vallicito		CA	009		
5405380	Vallejo	vallejo	US	94589	121253	America/Los_Angeles	38.10409	-122.25664	21	VLO,Val'ekho,Val'jo,Valejo,Valekho,Vallejo,balleio,bhaleyo,falyjw,vu~areho,wa lie huo,walhw  kalyfrnya,walyjw,Валехо,Валејо,Вальехо,Вальйо,فاليجو,والهو، کالیفرنیا,والیجو,भालेयो,ヴァレーホ,瓦列霍,발레이오		CA	095		
5405430	Valley Center	valley-center	US	67147	9277	America/Los_Angeles	33.21837	-117.0342	400	Valley Center,Valley Centre		CA	073		
5405487	Valley Ford	valley-ford	US	94972	147	America/Los_Angeles	38.31797	-122.92416	15	Fowlerville,Valley Ford,Valleyford		CA	097		
5405554	Valley Springs	valley-springs	US	57068	3553	America/Los_Angeles	38.19159	-120.8291	204	Spring Valley,Valley Spring,Valley Springs		CA	009		
5405641	Valyermo	valyermo	US	93563	0	America/Los_Angeles	34.44611	-117.85229	1131			CA	037		
5407173	Warm Springs	warm-springs	US	24484	0	America/Los_Angeles	34.10723	-117.26393	324			CA	071		
5405693	Van Nuys	van-nuys	US	91401	136443	America/Los_Angeles	34.18667	-118.44897	217	Van-Najs,baennaijeu,fan nwys,Ван-Найс,فان نويس,ون نایز، لس‌آنجلس,밴나이즈		CA	037		
5405709	Van Vleck	van-vleck	US	77482	0	America/Los_Angeles	38.77796	-120.51548	1184			CA	017		
5405727	Vance	vance	US	29163	0	America/Los_Angeles	36.22412	-119.10344	111			CA	107		
5405741	Vanderbilt	vanderbilt	US	15486	0	America/Los_Angeles	35.33054	-115.2511	1307			CA	071		
5405815	Vega	vega	US	79092	0	America/Los_Angeles	34.19195	-118.35091	208			CA	037		
5405841	Venice	venice	US	34284	40885	America/Los_Angeles	33.99084	-118.46008	4	Venetia,Venice,Venice beach,Venis,beniseu,fynsya,vu~enisu,wei ni si,Βένις,Венис,فينسيا,ونیز، لس‌آنجلس,ヴェニス,威尼斯,베니스		CA	037		
5405878	Ventura	ventura	US	50482	96769	America/Los_Angeles	34.27834	-119.29317	11	La Asumpta,La Asuncionde Nuestra Senora,La Pueblo de los Canoas,Mishkanakan,Mitskanakan,Poinsettia City,Ponsettia City by the Sea,Pueblo De las Canoas,Pueblo de Canoas,S B Ventura,San Buenaventura,The Palm City,Ventura,Ventura-by-the Sea,benchura,bentula,fyntwra,syana byuyanabhencura,wen tu la,wnchra,wntwra  kalyfrnya,Вентура,فينتورا,ونتورا، کالیفرنیا,ونچرا,स्यान ब्युयनाभेन्चुरा,ベンチュラ,文图拉,벤투라	111	CA	111		
5405925	Venus	venus	US	16364	0	America/Los_Angeles	35.24831	-116.79503	1084			CA	071		
5405960	Verdi	verdi	US	89439	162	America/Los_Angeles	39.52435	-120.01326	1565	Verdi,Verdi-Sierra Pines		CA	091		
5405965	Verdugo City	verdugo-city	US	91046	0	America/Los_Angeles	34.21139	-118.23952	387			CA	037		
5405999	Vernalis	vernalis	US	95385	0	America/Los_Angeles	37.63076	-121.28716	32			CA	077		
5406001	Vernon	vernon	US	05354	114	America/Los_Angeles	34.0039	-118.23007	62	Vernon,Vernondale,Vurnun,bharnona,fu nong,fyrnwn,wrnwn  kalyfrnya,Вернон,Върнън,فيرنون,ورنون، کالیفرنیا,भर्नोन,弗农		CA	037		
5406017	Verona	verona	US	07044	0	America/Los_Angeles	38.78601	-121.61857	9	Vernon,Verona		CA	101		
5406030	Vestal	vestal	US	13850	0	America/Los_Angeles	35.83968	-119.08483	153			CA	107		
5406158	Victor	victor	US	14564	293	America/Los_Angeles	38.13797	-121.20606	24			CA	077		
5406187	Victoria	victoria	US	23974	0	America/Los_Angeles	34.07362	-117.25254	329			CA	071		
5406222	Victorville	victorville	US	92392	122225	America/Los_Angeles	34.53611	-117.29116	832	Huntington,Mormon Crossing,VCV,Victor,Victorville,Viktorvil,Viktorvill,Vikturvil,bhiktarabhila,bigteobil,fyktwrfyly,vu~ikutavu~iru,wei ke duo wei er,wyktwr wyl  kalyfrnya,Викторвил,Викторвилл,Виктървил,فيكتورفيلي,وکٹورولے,ویکتور ویل، کالیفرنیا,भिक्टरभिल,ヴィクターヴィル,维克多维尔,빅터빌		CA	071		
5406276	Vidal	vidal	US	92280	0	America/Los_Angeles	34.1189	-114.51024	191			CA	071		
5406890	Walker	walker	US	26180	0	America/Los_Angeles	33.98029	-118.17285	42			CA	037		
5406337	Villa Park	villa-park	US	60181	5964	America/Los_Angeles	33.81446	-117.81311	104	Mountain View,Vila Park,Villa Park,bhilla parka,fyla bark,wei la gong yuan,wyla park  kalyfrnya,Вила Парк,Вилла Парк,فيلا بارك,ویلا پارک، کالیفرنیا,भिल्ला पार्क,维拉公园		CA	059		
5406414	Vina	vina	US	35593	237	America/Los_Angeles	39.93294	-122.05387	64			CA	103		
5406419	Villa Grande	villa-grande	US	95486	0	America/Los_Angeles	38.47297	-123.02556	16	Big Flat,Grandville,Mesa Grande,Villa Grande		CA	097		
5406421	Vincent	vincent	US	35178	15922	America/Los_Angeles	34.50055	-118.11646	983			CA	037		
5406426	Vincent	vincent	US	35178	0	America/Los_Angeles	36.08329	-119.14538	114			CA	107		
5406450	Vineburg	vineburg	US	95487	0	America/Los_Angeles	38.27242	-122.43859	16	Vineburg,Vineyard,Vineyard Station		CA	097		
5406512	Vinton	vinton	US	24179	0	America/Los_Angeles	39.80435	-120.17826	1508			CA	063		
5406567	Visalia	visalia	US	93277	130104	America/Los_Angeles	36.33023	-119.29206	101	Buena Vista,VIS,Vajsejlija,Vajselija,Vicealia,Visaija,Visalia,Visejlija,baiseiria,bhisaliya,fysalya,wei sai li ya,wysalya,wysalya  kalyfrnya,Вайселия,Вајсејлија,Висейлия,Вісейлія,فيساليا,ویسالیا,ویسالیا، کالیفرنیا,भिसालिया,バイセイリア,維塞利亞	107	CA	107		
5406602	Vista	vista	US	92081	100890	America/Los_Angeles	33.20004	-117.24254	100	Vista,bhista,biseuta,fysta,wei si ta,wysta  kalyfrnya,Виста,فيستا,وسٹا,ویستا، کالیفرنیا,भिस्टा,维斯塔,비스타		CA	073		
5406720	Volcano	volcano	US	95689	115	America/Los_Angeles	38.44297	-120.63076	631	Soldier's Gulch,The Volcano,Volcano,bolkeino,볼케이노		CA	005		
5406763	Voss	voss	US	76888	0	America/Los_Angeles	38.65713	-120.3877	1676			CA	017		
5406821	Wagner	wagner	US	57380	0	America/Los_Angeles	37.79798	-121.08133	24			CA	077		
5406822	Wagner	wagner	US	57380	0	America/Los_Angeles	38.35852	-119.87796	1672			CA	109		
5406874	Waldo	waldo	US	32694	0	America/Los_Angeles	37.87104	-122.50358	7			CA	041		
5406880	Waldorf	waldorf	US	20601	0	America/Los_Angeles	34.91109	-120.55517	60	Waldo,Waldorf,Waldorr		CA	083		
5406891	Walker	walker	US	26180	721	America/Los_Angeles	38.51491	-119.47683	1647			CA	051		
5406950	Wallace	wallace	US	26448	403	America/Los_Angeles	38.19409	-120.978	58			CA	009		
5406976	Walnut	walnut	US	38683	30237	America/Los_Angeles	34.02029	-117.86534	171	Lemon,Uolnat,Uolnut,Volnat,Walnut,valanata,walnat  kalyfrnya,walnwt,wo er na te,Волнат,Уолнат,Уолнът,والنات، کالیفرنیا,والنوت,वालनट,沃尔纳特		CA	037		
5406990	Walnut Creek	walnut-creek	US	44687	68910	America/Los_Angeles	37.90631	-122.06496	52	Uolnt Krijk,Uolnat-Krik,Volnat Krik,Volnat-Krik,Walnut Creek,he tao xi,u~orunattokuriku,valanata krika,walnat kryk  kalyfrnya,walnwt kryk,wolneoskeulig,Волнат Крик,Волнат-Крік,Уолнат-Крик,Уолнът Крийк,والنات کریک، کالیفرنیا,والنوت كريك,वालनट क्रीक,ウォールナットクリーク,核桃溪,월넛크릭		CA	013		
5407004	Walnut Grove	walnut-grove	US	35990	1542	America/Los_Angeles	38.24214	-121.51162	3	Volnat Grouv,Walnut Grove,Walnutgrove,valanata grobha,walnat grw  kalyfrnya,Волнат Гроув,والنات گرو، کالیفرنیا,वालनट ग्रोभ		CA	067		
5407034	Walnut Ridge	walnut-ridge	US	72476	0	America/Los_Angeles	34.13334	-117.44033	460			CA	071		
5407172	Warm Springs	warm-springs	US	24484	0	America/Los_Angeles	34.12029	-117.24699	335			CA	071		
5407220	Warnerville	warnerville	US	12187	0	America/Los_Angeles	37.73243	-120.59659	70			CA	099		
5407222	Warner Springs	warner-springs	US	92086	0	America/Los_Angeles	33.28226	-116.63363	954			CA	073		
5407287	Washington	washington	US	03280	185	America/Los_Angeles	39.35934	-120.79911	805	Indiana Camp,Vashington,Washington,Вашингтон		CA	057		
5407463	Waterford	waterford	US	04088	8824	America/Los_Angeles	37.64132	-120.76048	52	Uoterford,Uoturford,Voterford,vatarapharda,watrfwrd  kalyfrnya,watyrfwrd,wo te fu de,Вотерфорд,Уотерфорд,Уотърфорд,واترفورد، کالیفرنیا,واتيرفورد,वाटरफर्ड,沃特福德		CA	099		
5407474	Waterloo	waterloo	US	13165	572	America/Los_Angeles	38.03464	-121.18689	18			CA	077		
5407505	Watson	watson	US	35181	0	America/Los_Angeles	33.80835	-118.23479	7	Watson,Watson Crossing		CA	037		
5407529	Watsonville	watsonville	US	95076	53628	America/Los_Angeles	36.91023	-121.75689	10	Apple City,Pajaro,Sugar City,Uotsunvil,Votsonvil,WVI,Watsonville,vatasanabhila,watosonbiru,watswn wyl  kalyfrnya,watswnfyl,wo sen wei er,Вотсонвил,Уотсънвил,واتسون ویل، کالیفرنیا,واتسونفيل,वाटसनभिल,ワトソンビル,沃森维尔		CA	087		
5407558	Watts	watts	US	74964	0	America/Los_Angeles	33.94057	-118.24285	33			CA	037		
5407579	Waukena	waukena	US	93282	108	America/Los_Angeles	36.13856	-119.50957	69	Buzzards Roost,Wauken,Waukena		CA	107		
5407600	Wayne	wayne	US	04284	0	America/Los_Angeles	37.38577	-121.89885	16			CA	085		
5407665	Webster	webster	US	01570	0	America/Los_Angeles	38.56213	-121.65524	8			CA	113		
5407715	Weimar	weimar	US	78962	0	America/Los_Angeles	39.0374	-120.97244	688	New England Mills,Weimar,Weimer		CA	061		
5407744	Weldon	weldon	US	27890	2642	America/Los_Angeles	35.66579	-118.29036	809			CA	029		
5407933	West Covina	west-covina	US	91790	108484	America/Los_Angeles	34.06862	-117.93895	117	Okcidenta Covina,Uehst-Kovina,Vest Kovina,West Covina,Zapadna Kovina,Zapadnaja Kovina,u~esutokobina,vesta kobhina,weseuteukobina,wst kwwyna  kalyfrnya,wst qwbynh,wyst kwfyna,xi ke wen na,Вест Ковина,Западна Ковина,Западная Ковина,Уэст-Ковина,וסט קובינה,وست کووینا، کالیفرنیا,وسٹ کووینا,ويست كوفينا,वेस्ट कोभिना,ウェストコビーナ,西柯汶纳,웨스트코비나		CA	037		
5407955	West End	west-end	US	27376	0	America/Los_Angeles	34.13112	-117.49394	415			CA	071		
5407956	West End	west-end	US	27376	0	America/Los_Angeles	37.77243	-122.28108	6			CA	001		
5408076	West Hollywood	west-hollywood	US	90069	36222	America/Los_Angeles	34.09001	-118.36174	86	Sherman,Vest Kholivud,West Hollywood,Zakhidnij Gollivud,Zapaden Kholivud,Zapadnyj Gollivud,vesta halivuda,weseuteuhalliudeu,wst halywwd  kalyfrnya,wyst hwlywwd,xi hao lai wu,Вест Холивуд,Западен Холивуд,Западный Голливуд,Західний Голлівуд,مغربی ہالی ووڈ، کیلیفورنیا,وست هالیوود، کالیفرنیا,ويست هوليوود,वेस्ट हलिवूड,ウェスト・ハリウッド,西好莱坞,웨스트할리우드		CA	037		
5408166	West Park	west-park	US	12493	1157	America/Los_Angeles	36.71023	-119.85126	81			CA	019		
5408168	West Point	west-point	US	10996	674	America/Los_Angeles	38.39908	-120.52743	844	Indian Gulch,West Point,Westpoint		CA	009		
5408211	West Sacramento	west-sacramento	US	95605	52721	America/Los_Angeles	38.58046	-121.53023	6	Vest Sakramento,Zapaden Sakramento,vesta syakramento,wst sakramntw  kalyfrnya,wyst sakramyntw,xi sa ke la men tuo,Вест Сакраменто,Западен Сакраменто,وست ساکرامنتو، کالیفرنیا,ويست ساكرامينتو,वेस्ट स्याक्रामेन्टो,西萨克拉门托		CA	113		
5408291	Westborough	westborough	US	01581	0	America/Los_Angeles	37.64355	-122.45886	98			CA	081		
5408295	Westchester	westchester	US	60154	0	America/Los_Angeles	33.95973	-118.40063	38			CA	037		
5408353	Westfield	westfield	US	01085	0	America/Los_Angeles	36.09106	-119.04455	130			CA	107		
5408362	Westgate	westgate	US	50681	0	America/Los_Angeles	34.05084	-118.47925	100			CA	037		
5408374	Westlake	westlake	US	44145	0	America/Los_Angeles	37.69771	-122.48053	33			CA	081		
5408395	Westlake Village	westlake-village	US	91359	8507	America/Los_Angeles	34.14584	-118.80565	281	Uestlejk Vilidzh,Vestlejk Vilidz,Vestlejk-Villedzh,u~esutoreikubirejji,vestaleka bhileja,weseuteuleikeubilliji,wst lyk wylyj  kalyfrnya,wystlak fylaj,xi hu cun,Вестлейк-Вілледж,Вестлејк Вилиџ,Уестлейк Вилидж,وست لیک ویلیج، کالیفرنیا,ويستلاك فيلاج,वेस्टलेक भिलेज,ウェストレイクビレッジ,西湖村,웨스트레이크빌리지		CA	037		
5408400	Westley	westley	US	95387	603	America/Los_Angeles	37.54938	-121.1991	27			CA	099		
5408406	Westminster	westminster	US	01441	92114	America/Los_Angeles	33.75918	-118.00673	12	Uestministur,Vestminster,Westminister,Westminster,vestaminstara,wei si min si te,wst mynstr  kalyfrnya,wystmynstyr,Вестминстер,Уестминистър,وست مینستر، کالیفرنیا,وسٹ منسٹر,ويستمينستير,वेस्टमिन्स्टर,威斯敏斯特		CA	059		
5408431	Westmont	westmont	US	60559	31853	America/Los_Angeles	33.9414	-118.3023	66			CA	037		
5408445	Westmorland	westmorland	US	92281	2267	America/Los_Angeles	33.03727	-115.62138	-50	Westmoreland,Westmorland		CA	025		
5408462	Westport	westport	US	02790	0	America/Los_Angeles	39.63571	-123.78307	38	Beal's Landing,Westport		CA	045		
5408473	Westside	westside	US	51467	0	America/Los_Angeles	36.40051	-120.13904	76	O'Neill,Westside		CA	019		
5408517	Westville	westville	US	08093	0	America/Los_Angeles	39.1749	-120.64799	1600			CA	061		
5408522	Westwood	westwood	US	02090	2019	America/Los_Angeles	34.05612	-118.43063	82	Sunset,Westwood Hills,Westwood  Los Angeles,weseuteuudeu,wst wwd,xi mu qu,وست وود,西木區,웨스트우드		CA	037		
5408617	Wheatland	wheatland	US	16161	3725	America/Los_Angeles	39.00989	-121.42301	28	Uijtlend,Vitland,hui te lan,vhitalyanda,wyt lnd  kalyfrnya,wytland,Витланд,Уийтленд,ويتلاند,ویت لند، کالیفرنیا,ویٹلینڈ، کیلیفورنیا,व्हिटल्यान्ड,惠特兰		CA	115		
5408630	Wheeler	wheeler	US	38880	0	America/Los_Angeles	39.88543	-123.91114	13			CA	045		
5408782	White Hall	white-hall	US	21161	0	America/Los_Angeles	38.77518	-120.4052	1031	White Hall,Whitehall		CA	017		
5408877	White Rock	white-rock	US	29177	0	America/Los_Angeles	38.62713	-121.09217	150			CA	067		
5424074	Guffey	guffey	US	80820	98	America/Denver	38.7511	-105.52138	2639	Guffey,Idaville		CO	093		
5408884	White River	white-river	US	57579	0	America/Los_Angeles	35.81106	-118.84287	341	Angel's,Columbia,Dogtown,Sonora,Tailholt,White River,Whiteriver		CA	107		
5408967	Whitesboro	whitesboro	US	08252	0	America/Los_Angeles	39.21462	-123.76446	12			CA	045		
5409003	Whitney	whitney	US	15693	0	America/Los_Angeles	38.83351	-121.3069	40			CA	061		
5409059	Whittier	whittier	US	28789	87438	America/Los_Angeles	33.97918	-118.03284	112	Uitiur,Vitir,Whittier,hui ti er,hwitieo,u~ittia,vhitiyara,waytyr  kalyfrnya,wytyr,Витир,Уитиър,وائٹئر,وایتیر، کالیفرنیا,ويتير,व्हिटियर,ウィッティア,惠提尔,휘티어		CA	037		
5409260	Wildomar	wildomar	US	92595	35632	America/Los_Angeles	33.59891	-117.28004	387	Uajldomar,Vildomar,vikdomara,wyldwmar,wyldwmar  kalyfrnya,Вилдомар,Уайлдомар,ويلدومار,ویلدومار، کالیفرنیا,विक्डोमार		CA	065		
5409274	Wildwood	wildwood	US	08260	0	America/Los_Angeles	34.08362	-118.59953	230			CA	037		
5409275	Wildwood	wildwood	US	08260	0	America/Los_Angeles	34.29556	-118.24202	535			CA	037		
5409276	Wildwood	wildwood	US	08260	0	America/Los_Angeles	37.15134	-122.13608	165			CA	087		
5409417	Williams	williams	US	29493	5196	America/Los_Angeles	39.15461	-122.14942	25	Central,Uilijams,Vilijams,Williams,viliyamsa,wei lian mu si,wylyams,wylyamz  kalyfrnya,Вилијамс,Уилиямс,ويليامس,ویلیامز، کالیفرنیا,विलियम्स,威廉姆斯		CA	011		
5409500	Willits	willits	US	95490	4861	America/Los_Angeles	39.40961	-123.35557	424	Little Lake,Uilits,Vilits,Willits,Willitsville,vilitsa,wei li ci,wylyts,wylytz  kalyfrnya,Вилитс,Уилитс,ويليتس,ویلیتز، کالیفرنیا,विलिट्स,威利茨		CA	045		
5409732	Willow Springs	willow-springs	US	60480	0	America/Los_Angeles	34.87831	-118.29674	769			CA	029		
5409734	Willow Springs	willow-springs	US	60480	0	America/Los_Angeles	38.18853	-119.2046	2056	Willow Spring Lodge,Willow Springs		CA	051		
5409736	Willow Springs	willow-springs	US	60480	0	America/Los_Angeles	37.9952	-120.25908	901			CA	109		
5409768	Willowbrook	willowbrook	US	60527	35983	America/Los_Angeles	33.91696	-118.25507	29	Viloubruk,vilobruka,Вилоубрук,विलोब्रूक		CA	037		
5409777	Willows	willows	US	95988	6069	America/Los_Angeles	39.52433	-122.19359	42	Uillous,Uilous,Villovs,Vilous,WLW,Willow,Willows,u~irozu,viloja,wei luo si,wylaws,wylwz  kalyfrnya,wylwz  kylyfwrnya,Вилоус,Вілловс,Уиллоус,Уилоус,ويلاوس,ویلوز، کالیفرنیا,ویلوز، کیلیفورنیا,विलोज,ウィローズ,威洛斯	021	CA	021		
5409801	Wilmar	wilmar	US	71675	0	America/Los_Angeles	34.07084	-118.1084	110			CA	037		
5409802	Wilmington	wilmington	US	01887	0	America/Los_Angeles	33.78002	-118.26257	7	New San Pedro,Newtown,Wilmington,ویلمینگٹن، لاس اینجلس، کیلیفورنیا		CA	037		
5409813	Wilseyville	wilseyville	US	95257	0	America/Los_Angeles	38.37908	-120.51465	844			CA	009		
5409837	Wilson	wilson	US	14172	0	America/Los_Angeles	38.97823	-121.6258	11			CA	101		
5409941	Wilton	wilton	US	03086	5363	America/Los_Angeles	38.41186	-121.27217	24			CA	067		
5409959	Winchester	winchester	US	01890	2534	America/Los_Angeles	33.70697	-117.08447	449			CA	065		
5410004	Windsor	windsor	US	01270	27464	America/Los_Angeles	38.54713	-122.81638	36	Poor Man's Flat,Uindzor,Vindzor,Windsor,vindara,wen sha,wyndswr,wyndswr  kalyfrnya,Виндзор,Уиндзор,ويندسور,ویندسور، کالیفرنیا,विन्डर,温莎		CA	097		
5410085	Wingo	wingo	US	42088	0	America/Los_Angeles	38.20908	-122.42664	2			CA	097		
5410095	Winnetka	winnetka	US	60093	0	America/Los_Angeles	34.21334	-118.57203	244			CA	037		
5410123	Winterhaven	winterhaven	US	92283	394	America/Los_Angeles	32.73949	-114.63468	40	Karmack,Vinterkhejven,Winterhaven,vintarahyabhena,Винтерхејвен,विन्टरह्याभेन		CA	025		
5410125	Winters	winters	US	79567	7034	America/Los_Angeles	38.52491	-121.9708	41	Uinturs,Vinters,vintaras,wen te si,wyntrz  kalyfrnya,wyntyrs,Винтерс,Уинтърс,وينتيرس,وینترز، کالیفرنیا,विन्टरस्,温特斯		CA	113		
5410144	Winton	winton	US	27986	10613	America/Los_Angeles	37.38938	-120.61325	54	Windfield,Winton		CA	047		
5410198	Wister	wister	US	74966	0	America/Los_Angeles	33.31531	-115.60332	-60			CA	025		
5410227	Wofford Heights	wofford-heights	US	93285	2200	America/Los_Angeles	35.7069	-118.4562	818			CA	029		
5410230	Wolf	wolf	US	82844	0	America/Los_Angeles	36.69523	-119.63791	102	DeWolf,Dewolf,Wolf		CA	019		
5410231	Wolf	wolf	US	82844	0	America/Los_Angeles	39.05851	-121.13828	481			CA	057		
5410338	Woodacre	woodacre	US	94973	1348	America/Los_Angeles	38.0127	-122.64526	111			CA	041		
5410350	Woodbridge	woodbridge	US	07095	3984	America/Los_Angeles	38.15408	-121.30134	13	Wood's Ferry,Woodbridge,Woods' Ferry		CA	077		
5410403	Woodford	woodford	US	22580	0	America/Los_Angeles	35.21274	-118.55259	837			CA	029		
5410415	Woodlake	woodlake	US	75865	0	America/Los_Angeles	38.15214	-121.24328	19			CA	077		
5410416	Woodlake	woodlake	US	75865	7654	America/Los_Angeles	36.41356	-119.09872	134	Udlejk,Vudlejk,vudaleka,wu de lai ke,wwdlyk  kalyfrnya,wwwdlaky,Вудлејк,Удлейк,وودلیک، کالیفرنیا,ووودلاكي,वूडलेक,伍德莱克		CA	107		
5410430	Woodland	woodland	US	16881	58567	America/Los_Angeles	38.67852	-121.7733	21	By Hell,Udlend,Vudland,Woodland,Yolo City,uddorando,udeullaendeu,vudalyanda,wu de lan,wwdlnd  kalyfrnya,wwwdland,Вудланд,Удленд,وودلند، کالیفرنیا,ووودلاند,ووڈلینڈ، کیلیفورنیا,वूडल्यान्ड,ウッドランド,伍德兰,우들랜드	113	CA	113		
5410438	Woodland Hills	woodland-hills	US	91364	70000	America/Los_Angeles	34.16834	-118.60592	273	Girad,Girard,Woodland Hills		CA	037		
5410464	Woodleaf	woodleaf	US	27054	0	America/Los_Angeles	38.5888	-122.60693	119			CA	055		
5410465	Woodleaf	woodleaf	US	27054	0	America/Los_Angeles	39.51739	-121.19163	955	Barker House,Barker Ranch,Barker's Ranch,Woodleaf,Woodville		CA	115		
5410469	Woodman	woodman	US	53827	0	America/Los_Angeles	39.77099	-123.39002	265			CA	045		
5410535	Woodside	woodside	US	11377	5561	America/Los_Angeles	37.42994	-122.25386	118	Udsajd,Vudsajd,vudsa'ida,wu de sai de,wwdsayd  kalyfrnya,wwwdsyd,Вудсајд,Удсайд,وودساید، کالیفرنیا,ووودسيد,वूड्साइड,伍德赛德		CA	081		
5410563	Woodstock	woodstock	US	03293	0	America/Los_Angeles	37.77632	-122.2858	4			CA	001		
5410569	Woodville	woodville	US	01784	1740	America/Los_Angeles	36.09356	-119.199	103	Irish Town,Irishtown,Sloverville,Wood's Cabin,Woodsville,Woodville		CA	107		
5410572	Woodward	woodward	US	16882	0	America/Los_Angeles	38.31102	-121.64412	5			CA	095		
5410576	Woodville	woodville	US	01784	0	America/Los_Angeles	37.94465	-122.70637	57			CA	041		
5410589	Woody	woody	US	93287	0	America/Los_Angeles	35.70412	-118.83426	504	Weringdale,Woody		CA	029		
5410594	Woodworth	woodworth	US	53194	0	America/Los_Angeles	38.33214	-122.76027	45			CA	097		
5410646	Worth	worth	US	60482	0	America/Los_Angeles	36.05245	-118.93704	165			CA	107		
5410682	Wrightwood	wrightwood	US	92397	4525	America/Los_Angeles	34.36083	-117.63339	1809	Circle C Ranch,Rajtvud,Wrightwood,ra'itavuda,Рајтвуд,राइटवूड		CA	071		
5410700	Wyandotte	wyandotte	US	48192	0	America/Los_Angeles	39.45794	-121.46774	204			CA	007		
5411432	Aguilar	aguilar	US	81020	476	America/Denver	37.40279	-104.65332	1947			CO	071		
5410851	Yermo	yermo	US	92398	0	America/Los_Angeles	34.90498	-116.82031	588	Marian,Marion,Otis,Yermo		CA	071		
5410856	Yettem	yettem	US	93670	211	America/Los_Angeles	36.48634	-119.25956	105			CA	107		
5410879	Yolo	yolo	US	95697	450	America/Los_Angeles	38.73185	-121.80774	25	Cacheville,Cochran's Crossing,Cochranes Crossing,Hutton's Ranch,Travelers Home,Yolo		CA	113		
5410902	Yorba Linda	yorba-linda	US	92885	67973	America/Los_Angeles	33.88863	-117.81311	116	Jorba Linda,Jorba-Linda,Jorbalinda,Yorba Linda,yobalinda,yobarinda,yobra linda,yue ba lin da,ywrba lynda,ywrba lynda  kalyfrnya,Јорба Линда,Йорба Линда,Йорба-Линда,Йорба-Лінда,يوربا ليندا,یوربا لیندا، کالیفرنیا,یوربہ لنڈا، کیلی فورنیا,योब्रा लिन्डा,ヨーバリンダ,约巴林达,요바린다		CA	059		
5410928	Yorkville	yorkville	US	13495	0	America/Los_Angeles	38.89796	-123.21445	281			CA	045		
5410998	Youngstown	youngstown	US	14174	0	America/Los_Angeles	38.17381	-121.243	20	Youngston,Youngstown		CA	077		
5410999	Yountville	yountville	US	94599	3017	America/Los_Angeles	38.40158	-122.36081	30	Jantvil,Jauntvil,Sebastopol,Yountville,yang te wei er,yontabhila,ywntwyl  kalyfrnya,ywntwyl  kyly fwrnya,ywwntfyl,Јаунтвил,Янтвил,يوونتفيل,یونتویل، کالیفرنیا,یونتویل، کیلی فورنیا,योन्टभिल,扬特维尔		CA	055		
5411015	Yuba City	yuba-city	US	95991	66941	America/Los_Angeles	39.14045	-121.61691	18	Juba Siti,Juba-Siti,Kota Yuba,Thanh pho Yuba,Thành phố Yuba,Yuba Lakanbalen,you ba cheng,yuba siti,yubashiti,ywba syty,ywba syty  kalyfrnya,Јуба Сити,Юба Сити,Юба-Сити,يوبا سيتي,یبا سٹی، کیلی فورنیا,یوبا سیتی، کالیفرنیا,युबा सिटी,ユバシティ,尤巴城	101	CA	101		
5411046	Yucaipa	yucaipa	US	92399	53328	America/Los_Angeles	34.03363	-117.04309	798	Jukajpa,Jukipa,you ka pa,yuka'ipa,yukaipa,ywkaypa  kalyfrnya,ywkyba,ywkypa  kyly fwrnya,Јукајпа,Юкипа,يوكيبا,یوکایپا، کالیفرنیا,یوکیپا، کیلی فورنیا,युकाइपा,尤卡帕,유카이파		CA	071		
5411079	Yucca Valley	yucca-valley	US	92284	21600	America/Los_Angeles	34.11417	-116.43224	1027	Juka Vali,si lan gu,yka wyly  kyly fwrnya,yukabaelli,yukka bhyali,ywka wly  kalyfrnya,ywkka faly,Јука Вали,Юка Вали,يوككا فالي,یوکا ولی، کالیفرنیا,یکا ویلی، کیلی فورنیا,युक्का भ्याली,丝兰谷,유카밸리		CA	071		
5411126	Zamora	zamora	US	95698	0	America/Los_Angeles	38.79657	-121.88191	16	Black's Station,Blacks,Blacks Station,Zamora		CA	113		
5411240	Zurich	zurich	US	59547	0	America/Los_Angeles	37.18271	-118.2601	1199	Alvord,Zurich		CA	027		
5411411	Agate	agate	US	58310	0	America/Denver	39.46165	-103.94218	1660	Agate,Gebhard		CO	039		
5411472	Alamo	alamo	US	30411	0	America/Denver	37.65557	-104.9586	2082			CO	055		
5411479	Alamosa	alamosa	US	81101	9819	America/Denver	37.46945	-105.87002	2299	ALS,Alamosa,Alamoza,a la mo sa,alamwsa,alamwsa  klradw,elamoja,Аламоза,Аламоса,آلاموسا، کلرادو,ألاموسا,الاموسا، کولوراڈو,एलामोजा,阿拉莫萨	003	CO	003		
5411522	Alder	alder	US	59710	0	America/Denver	38.36944	-106.03946	2604			CO	109		
5411556	Alice	alice	US	78332	0	America/Denver	39.81832	-105.64278	3076			CO	019		
5411636	Allison	allison	US	15413	0	America/Denver	37.02445	-107.48811	1895	Allison,Vallejo		CO	067		
5411642	Alma	alma	US	14708	277	America/Denver	39.28388	-106.0628	3158	Alma,a er ma,alma,alma  klradw,elma,Алма,آلما، کلرادو,ألما,الما، کولوراڈو,एल्मा,阿尔玛		CO	093		
5411656	Almont	almont	US	48003	0	America/Denver	38.66471	-106.84615	2445			CO	051		
5411665	Alpine	alpine	US	07620	174	America/Denver	37.68917	-106.58893	2526	Alpine,Alpine Village		CO	105		
5411705	Alta Vista	alta-vista	US	50603	0	America/Denver	39.02693	-104.11246	1955			CO	041		
5411719	Altura	altura	US	55910	0	America/Denver	39.74027	-104.80442	1655			CO	005		
5411720	Altura	altura	US	55910	0	America/Denver	37.18334	-107.19115	2182			CO	007		
5411781	Americus	americus	US	31709	0	America/Denver	38.9025	-106.16557	2500			CO	015		
5411783	Ames	ames	US	50010	0	America/Denver	37.86472	-107.88229	2658			CO	113		
5411974	Antlers	antlers	US	74523	0	America/Denver	39.54331	-107.72784	1642			CO	045		
5411976	Anton	anton	US	79313	0	America/Denver	39.74165	-103.21716	1484			CO	121		
5411988	Antonito	antonito	US	81120	759	America/Denver	37.07918	-106.00863	2405	Antonio,Antonito,an dong ni tuo,antwnytw  klradw,antwnyw,entoniyo,Антонито,آنتونیتو، کلرادو,أنتونيو,एन्टोनियो,安东尼托		CO	021		
5412028	Appleton	appleton	US	14008	0	America/Denver	39.12081	-108.60815	1401			CO	077		
5412053	Arapahoe	arapahoe	US	28510	0	America/Denver	38.85001	-102.18213	1221			CO	017		
5412070	Arboles	arboles	US	81121	280	America/Denver	37.02806	-107.41921	1914			CO	007		
5412077	Archer	archer	US	32618	0	America/Denver	39.53332	-105.07693	1657	Archer,Archers,Wheatland		CO	059		
5412146	Arlington	arlington	US	02474	0	America/Denver	38.33611	-103.34327	1287	Arlington,Juliet,Арлингтон		CO	061		
5412192	Arriba	arriba	US	80804	196	America/Denver	39.2861	-103.2755	1597			CO	073		
5415035	Broomfield	broomfield	US	80020	65065	America/Denver	39.92054	-105.08665	1644	BJC,Broomfield,Broomfield Heights,City of Broomfield,Zangs Spur	014	CO	014		
5415054	Broughton	broughton	US	62817	0	America/Denver	38.81332	-108.32703	1453			CO	029		
5412199	Arvada	arvada	US	80001	115368	America/Denver	39.80276	-105.08748	1629	Arvada,Arvado,Arveda,Ralston Point,Ralston Station,a wa da,abada,arbhada,arfada,arvada  kwlwradw,arwada  klradw,Арвада,Арведа,ארבאדה,آروادا، کلرادو,آرواڈا، کولوراڈو,آرڤادا، کولورادو,أرفادا,अर्भादा,アーバダ,阿瓦達		CO	059		
5412230	Aspen	aspen	US	81611	6882	America/Denver	39.1911	-106.81754	2405	ASE,Aspen,Aspenas,Aspun,Ute City,a si peng,aeseupeon,aespena,asbn,aspn  klradw,asupen,espena,Аспен,Аспън,Ասպեն,אספן,أسبن,اسپن، کلرادو,ایسپن، کولوراڈو,अॅस्पेन,एस्पेन,アスペン,阿斯彭,애스펀	097	CO	097		
5412305	Atlanta	atlanta	US	14808	0	America/Denver	37.50362	-102.99604	1438			CO	009		
5412347	Aurora	aurora	US	04408	359407	America/Denver	39.72943	-104.83192	1648	Aurora,Avrora,Fletcher,Orora,ao luo la,arwra  klradw,aurora,awrwra,olola,orora,Аврора,Аурора,Орора,אורורה,آرورا، کلرادو,أورورا,ارورا، کولوراڈو,ऑरोरा,औरोरा,オーロラ,奥罗拉,오로라		CO	001		
5412364	Austin	austin	US	16720	0	America/Denver	38.78109	-107.9509	1537	Ostin,Остин		CO	029		
5412396	Avon	avon	US	02322	6505	America/Denver	39.63137	-106.52225	2265	Avin,Avon,Ehjvon,Ejvon,Ejvun,afwn,awwn  klradw,ebhona,ya fang,Ейвън,Ејвон,Эйвон,آوون، کلرادو,أفون,एभोन,雅芳		CO	037		
5412400	Avondale	avondale	US	19311	674	America/Denver	38.2375	-104.35108	1389	Avondale,Ejvondejl,Forest Park,Ейвондейл		CO	101		
5412406	Ayer	ayer	US	01432	0	America/Denver	37.75807	-103.84634	1397			CO	089		
5412500	Bailey	bailey	US	27807	0	America/Denver	39.40554	-105.47333	2359	Bailey,Baileys Ranch		CO	093		
5412590	Baldwin	baldwin	US	11510	0	America/Denver	38.76388	-107.04783	2672	Baldwin,Mount Carbon		CO	051		
5412629	Balfour	balfour	US	58712	0	America/Denver	38.90722	-105.72445	2772			CO	093		
5412807	Bartlett	bartlett	US	03812	0	America/Denver	37.43335	-102.14407	1151			CO	009		
5412822	Basalt	basalt	US	81621	3891	America/Denver	39.36887	-107.03282	2015	Aspen Junction,Basalt,Basolt,Bazal't,Bazalt,Eagle,Frying Pan City,basalt,basalt  klradw,basalta,xuan wu yan,Базалт,Базальт,Басолт,باسالت,باسالت، کلرادو,बसाल्ट,玄武岩		CO	037		
5412829	Basin	basin	US	59631	0	America/Denver	38.06582	-108.53676	1990			CO	113		
5412887	Battlement Mesa	battlement-mesa	US	81636	4471	America/Denver	39.44137	-108.02507	1673			CO	045		
5412915	Baxter	baxter	US	26560	0	America/Denver	38.27584	-104.49164	1404			CO	101		
5412939	Bayfield	bayfield	US	54814	2567	America/Denver	37.22556	-107.59811	2103			CO	067		
5413309	Bedrock	bedrock	US	81411	0	America/Denver	38.31499	-108.89094	1521			CO	085		
5413341	Belden	belden	US	38826	0	America/Denver	39.52554	-106.38614	2940			CO	037		
5413381	Belleview	belleview	US	34420	0	America/Denver	38.56916	-106.03724	2201			CO	015		
5413465	Bennett	bennett	US	27208	2484	America/Denver	39.75887	-104.42746	1672	Benet,Bennet,Bennett,Kiowa,bei nei te,beneta,bnt  klradw,bynyt,Бенет,Беннет,بنت، کلرادو,بينيت,बेनेट,贝内特		CO	001		
5413488	Benton	benton	US	17814	0	America/Denver	37.90501	-103.65717	1305			CO	089		
5413519	Berkley	berkley	US	02779	11207	America/Denver	39.80443	-105.02609	1589			CO	001		
5413582	Bethune	bethune	US	29009	239	America/Denver	39.30416	-102.42464	1298			CO	063		
5413600	Beverly Hills	beverly-hills	US	34464	0	America/Denver	39.4747	-104.8774	1952			CO	035		
5413612	Beulah	beulah	US	38726	0	America/Denver	38.07501	-104.98665	1945	Beulah,Buelah,Maces Hole		CO	101		
5413639	Big Bend	big-bend	US	26136	0	America/Denver	38.2014	-102.75075	1163			CO	011		
5413922	Bighorn	bighorn	US	59010	0	America/Denver	39.63665	-106.29725	2584			CO	037		
5413967	Birdseye	birdseye	US	47513	0	America/Denver	39.3111	-106.22752	3114			CO	065		
5414083	Black Hawk	black-hawk	US	57718	125	America/Denver	39.79693	-105.49389	2602	Black Hawk,Blackhawk,Blak khauk,Blek Khok,blak hwk,blk hawk  klradw,blyaka haka,hei ying,Блак хаук,Блек Хок,بلاك هوك,بلک هاوک، کلرادو,ब्ल्याक हक,黑鹰		CO	047		
5414233	Blanca	blanca	US	81123	370	America/Denver	37.43806	-105.51585	2364			CO	023		
5414392	Blue River	blue-river	US	41607	904	America/Denver	39.42971	-106.04391	3059			CO	117		
5414515	Bonanza	bonanza	US	84008	16	America/Denver	38.29472	-106.14224	2889			CO	109		
5414525	Boncarbo	boncarbo	US	81024	0	America/Denver	37.21668	-104.69499	2096			CO	071		
5414527	Bond	bond	US	80423	0	America/Denver	39.87443	-106.68726	2054			CO	037		
5414551	Bonita	bonita	US	71223	0	America/Denver	38.23278	-106.21502	2845			CO	109		
5414591	Boone	boone	US	28607	345	America/Denver	38.24861	-104.25691	1361	Boon Town,Boone,Booneville		CO	101		
5414696	Bountiful	bountiful	US	84010	0	America/Denver	37.22918	-105.97697	2330			CO	021		
5414699	Bovina	bovina	US	79009	0	America/Denver	39.28027	-103.38522	1630			CO	073		
5414722	Bowie	bowie	US	20715	0	America/Denver	38.92138	-107.54006	1818	Bowie,Reading		CO	029		
5414811	Bradford	bradford	US	02808	0	America/Denver	37.88139	-105.33306	2453			CO	055		
5414849	Brandon	brandon	US	05733	21	America/Denver	38.4464	-102.43963	1197			CO	061		
5414856	Branson	branson	US	65615	67	America/Denver	37.01752	-103.88441	1911			CO	071		
5414872	Breckenridge	breckenridge	US	48615	4896	America/Denver	39.48165	-106.03835	2965	Breckenridge,Breckinridge,Brekenridz,Brekenridzh,Brekkinridzh,Brekunridzh,brekenarija,brknryj  klradw,bryknrydj,bu lei ken li qi,Брекенридж,Брекенриџ,Брекенрідж,Бреккинридж,Брекънридж,بريكنريدج,برکنریج، کلرادو,بریکنریج، کولوراڈو,ब्रेकेनरिज,布雷肯里奇	117	CO	117		
5414926	Bridgeport	bridgeport	US	06601	0	America/Denver	38.83665	-108.38064	1448			CO	077		
5414941	Brighton	brighton	US	02135	37585	America/Denver	39.98526	-104.82053	1519	Brajton,Brajtun,Brighton,Hughes,Hughes Junction,bra'itana,braytn  klradw,braytwn,bu lai dun,Брайтон,Брайтън,Брајтон,برائٹن، کولوراڈو,برايتون,برایتن، کلرادو,ब्राइटन,布莱顿	001	CO	001		
5414944	Bristol	bristol	US	02809	0	America/Denver	38.12223	-102.31158	1085			CO	099		
5415028	Brookside	brookside	US	07926	246	America/Denver	38.41528	-105.19193	1630			CO	043		
5415306	Buena Vista	buena-vista	US	15018	2760	America/Denver	38.84222	-106.13113	2421	Bjuna Vista,Buena Vista,bu ai na wen tu la,bwyna fysta,bwyna wysta  klradw,byuyana bhista,Буена Виста,Бјуна Виста,بوئنا ویستا، کلرادو,بوينا فيستا,بیونا وسٹا، کولوراڈو,ब्युयना भिस्टा,布埃纳文图拉		CO	015		
5415325	Buffalo Creek	buffalo-creek	US	80425	0	America/Denver	39.38666	-105.27027	2061			CO	059		
5415352	Buford	buford	US	30515	0	America/Denver	39.9872	-107.61673	2142			CO	103		
5415502	Burlington	burlington	US	01803	3720	America/Denver	39.30611	-102.26936	1271	Berlington,Burlington,Burlingtun,Lowell,barlingatana,bo ling dun,brlnghtwn,bwrlyngtwn  klradw,Берлингтон,Бърлингтън,برلنغتون,برلنگٹن، کولوراڈو,بورلینگتون، کلرادو,बर्लिङ्गटन,伯灵顿	063	CO	063		
5415523	Burns	burns	US	37029	0	America/Denver	39.87388	-106.8856	1980			CO	037		
5415685	Byers	byers	US	67021	1160	America/Denver	39.71137	-104.22774	1586	Bijou,Byers		CO	005		
5415729	Cabin Creek	cabin-creek	US	25035	0	America/Denver	39.74054	-104.03051	1543			CO	001		
5415788	Cahone	cahone	US	81320	0	America/Denver	37.65888	-108.80788	2036			CO	033		
5415826	Calhan	calhan	US	80808	789	America/Denver	39.03555	-104.29719	1992			CO	041		
5415980	Campo	campo	US	81029	105	America/Denver	37.10502	-102.57964	1324			CO	009		
5416005	Cañon City	canon-city	US	81212	16400	America/Denver	38.44098	-105.24245	1631	CNE,Canon City,Canyon City,Cañon City,East Canon,Kanon Siti,Kanono siti,Keniun Siti,kann syty  klradw,kanwn syty,kyanana siti,Каноно сити,Кањон Сити,Кениън Сити,كانون سيتي,کانن سیتی، کلرادو,کینن سٹی، کولوراڈو,क्यानन सिटी		CO	043		
5416019	Cañon	canon	US	30520	0	America/Denver	37.04335	-106.14586	2495	Canon,Cañon		CO	021		
5416080	Capulin	capulin	US	81124	200	America/Denver	37.2839	-106.11142	2385			CO	021		
5416113	Carbondale	carbondale	US	18407	6670	America/Denver	39.40221	-107.21116	1881	Karbondehjl,Karbondejl,Karbundejl,ka ben dai er,karbanadela,karbwndyl,krbwndyl  klradw,Карбондејл,Карбондэйл,Карбъндейл,كاربونديل,کاربنڈیل، کولوراڈو,کربوندیل، کلرادو,कार्बनडेल,卡本代尔		CO	045		
5416172	Carlton	carlton	US	16311	0	America/Denver	38.08473	-102.41964	1078			CO	099		
5416206	Carrizo Springs	carrizo-springs	US	78834	0	America/Denver	37.16363	-103.03493	1481			CO	009		
5416235	Carterville	carterville	US	62918	0	America/Denver	39.63082	-106.64615	2314			CO	037		
5416241	Casa	casa	US	72025	0	America/Denver	38.00918	-103.47216	1228			CO	089		
5416245	Cascade	cascade	US	21719	0	America/Denver	37.60333	-107.76256	2374			CO	067		
5416248	Cascade	cascade	US	21719	0	America/Denver	38.89666	-104.9722	2249			CO	041		
5416329	Castle Rock	castle-rock	US	55010	55591	America/Denver	39.37221	-104.85609	1897	Kasl Rok,Kasul Rok,cheng bao shi,kasl rak  klradw,kasl rwk,kyasala raka,Касл Рок,Касъл Рок,كاسل روك,کاسل راک، کلرادو,کیسل راک، کولوراڈو,क्यासल रक,城堡石	035	CO	035		
5416357	Castlewood	castlewood	US	24224	25271	America/Denver	39.58471	-104.90109	1746			CO	005		
5416412	Catherine	catherine	US	36728	228	America/Denver	39.40721	-107.15283	1916			CO	045		
5416465	Cedar Creek	cedar-creek	US	68016	0	America/Denver	38.47888	-107.7145	2061			CO	085		
5416470	Cedar Crest	cedar-crest	US	87008	0	America/Denver	37.80695	-104.29858	1673			CO	101		
5416474	Cedar Grove	cedar-grove	US	07009	0	America/Denver	38.07501	-104.93888	1854			CO	101		
5416498	Cedar Point	cedar-point	US	61316	0	America/Denver	39.34526	-103.87051	1741			CO	039		
5416516	Cedaredge	cedaredge	US	81413	2183	America/Denver	38.90165	-107.92645	1899			CO	029		
5416541	Centennial	centennial	US	82055	109741	America/Denver	39.57916	-104.87692	1777	Centennial,Sentenial,Sentenijal,Sentennial,sen te ni er,senteniaru,sntnyal  klradw,syntynyal,Сентениал,Сентенијал,Сентенниал,Сентенніал,Центенниал,סנטניאל,سنتنیال، کلرادو,سينتينيال,سینٹینیل، کولوراڈو,センテニアル,森特尼尔		CO	005		
5416565	Center	center	US	42214	2204	America/Denver	37.75306	-106.10864	2330	Center,Senter,Sentur,sen te,sentara,sntr,sntr  klradw,Сентер,Сентър,Центер,سنتر,سنتر، کلرادو,سینٹر، کولوراڈو,सेन्टर,森特		CO	109		
5416572	Centerville	centerville	US	02632	0	America/Denver	38.70889	-106.09168	2388			CO	015		
5416606	Central City	central-city	US	15926	724	America/Denver	39.80193	-105.51416	2594	Central City (Colorado),Central Siti,Sentral Siti,sentrala siti,sntral syty,sntral syty  klradw,zhong xin cheng,Сентрал Сити,Централ Сити,سنترال سيتي,سنترال سیتی، کلرادو,सेन्ट्रल सिटी,中心城	047	CO	047		
5416656	Chama	chama	US	81126	0	America/Denver	37.16196	-105.37834	2493			CO	023		
5416657	Chama	chama	US	81126	0	America/Denver	37.71889	-105.29889	2402			CO	055		
5416703	Channing	channing	US	49815	0	America/Denver	38.14362	-102.54936	1116			CO	099		
5416787	Cheraw	cheraw	US	29520	247	America/Denver	38.10695	-103.51022	1259			CO	089		
5416836	Chester	chester	US	01011	0	America/Denver	38.37361	-106.30169	2865			CO	109		
5416855	Cheyenne Wells	cheyenne-wells	US	80810	837	America/Denver	38.8214	-102.35324	1308		017	CO	017		
5416923	Chimney Rock	chimney-rock	US	28720	0	America/Denver	37.19445	-107.30116	2398			CO	007		
5416992	Chromo	chromo	US	81128	0	America/Denver	37.0364	-106.84337	2220			CO	007		
5417035	Cimarron	cimarron	US	67835	0	America/Denver	38.44249	-107.55673	2102			CO	085		
5417254	Clifford	clifford	US	18413	0	America/Denver	39.04388	-103.35133	1487			CO	073		
5417258	Clifton	clifton	US	07011	19889	America/Denver	39.09193	-108.44898	1440	Clifton (Colorado),Klifton,Клифтон		CO	077		
5417342	Coal Creek	coal-creek	US	81221	2400	America/Denver	39.90638	-105.37749	2621			CO	013		
5417347	Coal Creek	coal-creek	US	81221	341	America/Denver	38.36111	-105.14832	1654	Coal Creek,Coalcreek		CO	043		
5417397	Coaldale	coaldale	US	18218	255	America/Denver	38.36555	-105.75778	1997	Coaldale,De Pauls		CO	043		
5417413	Coburn	coburn	US	16832	0	America/Denver	38.84665	-107.63589	1690			CO	029		
5417467	Cold Spring	cold-spring	US	10516	0	America/Denver	38.14945	-105.2425	2676			CO	027		
5417522	Collbran	collbran	US	81624	702	America/Denver	39.24053	-107.96118	1824	Collbran,Hawhurst		CO	077		
5417543	Colona	colona	US	61241	30	America/Denver	38.32499	-107.77978	1946	Colona,Hotchkiss		CO	091		
5417561	Colorado City	colorado-city	US	79512	2193	America/Denver	37.94529	-104.83526	1784	Colorado City,Crow Junction		CO	101		
5417598	Colorado Springs	colorado-springs	US	80901	456568	America/Denver	38.83388	-104.82136	1832	COS,Colorado Springs,El Paso,Fontes Coloratenses,Kalarada-Spryngs,Kolorado Springs,Kolorado Springsas,Kolorado Sprinqs,Kolorado-Springs,Kolorado-Springz,Koloradospringsa,Koloranto Sprin'nks,Kolorādospringsa,kalorado sprinsa,ke luo la duo si pu lin si,klradw aspryngz,kolloladoseupeulingseu,kolorado springja,kolorado springs,kolorryado springas,kororadosupuringusu,kwlwradw sbrynghs,qwlwrdw spryngs,Κολοράντο Σπρινγκς,Каларада-Спрынгс,Колорадо Спрингс,Колорадо-Спрингс,Колорадо-Спрінгз,Կոլորադո Սպրինգս,קולורדו ספרינגס,كولورادو سبرينغس,کلرادو اسپرینگز,کولاریڈو سپرنگس، کولاریڈو,कॉलोराडो स्प्रिंग्ज,कोलोराडो स्प्रिंग्स्,कोलोर्र्याडो स्प्रिङ्गस्,কলোরাডো স্প্রিংস,კოლორადო-სპრინგზი,コロラドスプリングス,科罗拉多斯普林斯,콜로라도스프링스	041	CO	041		
5417703	Columbus	columbus	US	08022	0	America/Denver	37.32778	-107.63006	2220			CO	067		
5417714	Comanche	comanche	US	73529	0	America/Denver	39.98554	-104.30051	1504			CO	001		
5417737	Commerce City	commerce-city	US	80022	53696	America/Denver	39.80832	-104.93387	1572	Commerce City,Commerce Town,Derby,Komers Siti,Kommerse Siti,Kumurs Siti,kamarsa siti,kamrs syty  klradw,keomeoseusiti,kwmyrk syty,shang mao cheng,Комерс Сити,Коммерсе Сити,Къмърс Сити,كوميرك سيتي,کامرس سٹی، کولوراڈو,کامرس سیتی، کلرادو,कमर्स सिटी,商贸城,커머스시티		CO	001		
5417754	Como	como	US	27818	0	America/Denver	39.3161	-105.89279	2991			CO	093		
5417783	Concrete	concrete	US	98237	0	America/Denver	38.38333	-104.99776	1535			CO	043		
5417805	Conejos	conejos	US	81129	58	America/Denver	37.08835	-106.01974	2409		021	CO	021		
5417817	Conifer	conifer	US	80433	0	America/Denver	39.5211	-105.30527	2523	Conifer,Hutchison,Junction City		CO	059		
5417930	Cope	cope	US	29038	0	America/Denver	39.66388	-102.85104	1342			CO	121		
5418031	Cornelia	cornelia	US	30531	0	America/Denver	38.09278	-103.28827	1209			CO	011		
5418104	Cortez	cortez	US	34215	8715	America/Denver	37.34888	-108.58593	1887	CEZ,Kortes,Kortez,Tse Yaatohi,Tsé Yaatóhí,karteja,ke er te si,kwrtyz,kwrtz  klradw,Кортез,Кортес,كورتيز,کورتز، کلرادو,کورٹیز، کولوراڈو,कर्टेज,科尔特斯	083	CO	083		
5418121	Cory	cory	US	47846	0	America/Denver	38.78804	-107.98729	1581			CO	029		
5418133	Cotopaxi	cotopaxi	US	81223	47	America/Denver	38.37028	-105.68806	1939			CO	043		
5418150	Cottonwood	cottonwood	US	36320	931	America/Denver	39.56249	-104.80192	1753			CO	035		
5418151	Cottonwood	cottonwood	US	36320	0	America/Denver	39.76332	-105.42472	2205			CO	047		
5418152	Cottonwood	cottonwood	US	36320	0	America/Denver	37.93444	-105.64418	2565			CO	109		
5418309	Coventry	coventry	US	02816	0	America/Denver	38.15999	-108.37481	2035			CO	085		
5418471	Crawford	crawford	US	26343	408	America/Denver	38.70388	-107.60895	1999			CO	029		
5418493	Creede	creede	US	81130	405	America/Denver	37.84917	-106.92643	2682	Krid,Kriid,ke li de,krida,kryd,kryd  klradw,Крид,Криид,كريد,کرید، کلرادو,क्रीड,克里德	079	CO	079		
5418497	Crescent	crescent	US	15046	0	America/Denver	39.92832	-105.34277	2273	Crescent,Crescent Villiage		CO	013		
5418523	Crested Butte	crested-butte	US	81224	1579	America/Denver	38.86971	-106.98782	2720	CSE,Krested Bat,Krested Bjut,kresteda bata,krstd bywt  klradw,krystyd bat,Крестед Бат,Крестед Бют,Крестед Бјут,كريستيد بات,کرستد بیوت، کلرادو,क्रेस्टेड बट		CO	051		
5418538	Crestone	crestone	US	81131	139	America/Denver	37.99639	-105.69973	2415	Crestone,Kreston,ke lei si tong,krestona,krstwn  klradw,krystwn,Крестон,كريستون,کرستون، کلرادو,क्रेस्टोन,克雷斯通		CO	109		
5418552	Cripple Creek	cripple-creek	US	24322	1155	America/Denver	38.74666	-105.17831	2882	Cripple Creek,Fremont,Kripl Krik,Kripl-Krik,Krippl Krik,Kripul Krijk,ke li pu er xi,kripala krika,krybl kryk,krypl kryk  klradw,Крипл Крик,Криппл Крик,Крипъл Крийк,Кріпл-Крік,كريبل كريك,کریپل کریک، کلرادو,क्रिपल क्रीक,克里普尔溪	119	CO	119		
5418656	Crowley	crowley	US	70526	170	America/Denver	38.19306	-103.85606	1327			CO	025		
5418689	Crystal	crystal	US	48818	2	America/Denver	39.05916	-107.10116	2728			CO	051		
5418928	Dallas	dallas	US	18612	0	America/Denver	38.18332	-107.74478	2110	Dallas,Даллас		CO	091		
5419047	De Beque	de-beque	US	81630	496	America/Denver	39.33442	-108.21508	1509	Deh Bek'ju,d bkyw  klradw,de beka,de bi qie,dy bykyw,Дэ Бекью,د بکیو، کلرادو,دي بيكيو,डे बेक,德比切		CO	077		
5419289	Deer Trail	deer-trail	US	80105	612	America/Denver	39.61498	-104.0444	1582			CO	005		
5419302	Del Norte	del-norte	US	81132	1604	America/Denver	37.67889	-106.35337	2403	Del Nort,Del Norte,Del' Norte,de er nuo te,dela narte,dl nwrth  klradw,dyl nwrt,Дел Норт,Дел Норте,Дель Норте,دل نورث، کلرادو,ديل نورت,डेल नर्टे,德尔诺特	105	CO	105		
5419322	Dell	dell	US	59724	0	America/Denver	39.88554	-106.85643	1987			CO	037		
5419324	Delhi	delhi	US	13753	0	America/Denver	37.64224	-104.01802	1550			CO	071		
5419334	Delta	delta	US	17314	8791	America/Denver	38.74221	-108.06896	1511	Dehl'ta,Delta,de er ta,delta,dlta,dlta  klradw,Делта,Дэльта,دلتا,دلتا، کلرادو,ڈیلٹا، کولوراڈو,डेल्टा,德尔塔	029	CO	029		
5421513	Fairview	fairview	US	07022	0	America/Denver	38.74388	-105.15831	3090			CO	119		
5421564	Falcon	falcon	US	28342	0	America/Denver	38.93305	-104.60858	2082			CO	041		
5421705	Fayette	fayette	US	13065	0	America/Denver	38.07279	-103.7694	1289			CO	089		
5421742	Ferndale	ferndale	US	12734	0	America/Denver	39.4061	-105.25555	2000			CO	059		
5421941	Flagler	flagler	US	80815	558	America/Denver	39.29305	-103.06716	1506	Flagler,Malowe		CO	063		
5436308	Richfield	richfield	US	17086	0	America/Denver	37.27779	-105.94502	2315			CO	021		
5419384	Denver	denver	US	12421	682545	America/Denver	39.73915	-104.9847	1609	DEN,Dehnver,Denber,Denvr,Denver,Denver County,Denvera,Denveres,Denveris,Denverium,Denvero,Denverės,Denwer,Dénwér,Mile-High City,Ntenver,Queen City of the Plains,Saint Charles,The Mexican Diggings,The Spanish Diggings,dainavara,dan fu,denabhara,denabhara ka'unti,denavara,denba,denbeo,denbhara,denvar,denveri,denvhara,denwexr,dnfr,dnwr,dnwr  klradw,dnwwr,tenvar,Ντένβερ,Денвер,Денвър,Дэнвер,Դենվեր,דנוור,דענווער,دنفر,دنور,دنور، کلرادو,ڈینور,डॅनवर,डेन्भर,डेन्वर्,डेन्व्हर,देन्भर,ডেনভার,ডেনভার কাউন্টি,ਡੈਨਵਰ,டென்வர்,డెన్వర్,ഡെൻവർ,เดนเวอร์,დენვერი,ደንቨር,デンバー,丹佛,덴버	CO	CO	031		
5419431	Derby	derby	US	05829	7685	America/Denver	39.83943	-104.91859	1563			CO	001		
5419526	Devine	devine	US	78016	0	America/Denver	38.275	-104.45747	1397	Devine,Vineland		CO	101		
5419606	Dillon	dillon	US	29536	961	America/Denver	39.63026	-106.04335	2777	Dillon,Dilon,daylwn  klradw,di long,dilana,dylwn,Диллон,Дилон,دایلون، کلرادو,ديلون,डिलन,狄龙		CO	117		
5419664	Divide	divide	US	59727	127	America/Denver	38.94194	-105.15721	2799			CO	119		
5419755	Dolores	dolores	US	81323	963	America/Denver	37.47388	-108.50454	2114	Dolores,Hodiilid,Hodíílid,doloresa,duo luo lei si,dwlwrs  klradw,dwlwrys,Долорес,دولورس، کلرادو,دولوريس,डोलोरेस,多洛雷斯		CO	083		
5419913	Dove Creek	dove-creek	US	81324	697	America/Denver	37.7661	-108.90594	2086	Dav Krik,Dov Krik,daw kryk  klradw,dobha krika,dwf kryk,jiu he,Дав Крик,Дов Крик,داو کریک، کلرادو,دوف كريك,डोभ क्रीक,鸠河	033	CO	033		
5419923	Downieville	downieville	US	95936	0	America/Denver	39.76665	-105.61445	2448			CO	019		
5420167	Duffield	duffield	US	24244	0	America/Denver	38.74221	-104.91247	2829			CO	041		
5420187	Dumont	dumont	US	07628	0	America/Denver	39.76471	-105.60028	2418	Dumont,Mill City		CO	019		
5420194	Duncan	duncan	US	29334	0	America/Denver	37.87417	-105.61446	2472			CO	109		
5420236	Dupont	dupont	US	45837	0	America/Denver	39.83804	-104.91192	1568			CO	001		
5420241	Durango	durango	US	52039	18006	America/Denver	37.27528	-107.88007	1991	DRO,Durango,Kin Lani,Kin Łání,de~yurango,du lan ge,durango,dwranghw,dwrangw  klradw,Дуранго,دورانغو,دورانگو، کلرادو,ڈورینگو، کولوراڈو,डुरांगो,デュランゴ,杜兰戈	067	CO	067		
5420257	Durham	durham	US	03824	0	America/Denver	39.08776	-108.59898	1387			CO	077		
5420300	Dyke	dyke	US	22935	0	America/Denver	37.22639	-107.19532	2075			CO	007		
5420323	Eads	eads	US	38028	608	America/Denver	38.48056	-102.78186	1286	Dayton,Eads,Ids,ayds,ayds  klradw,idsa,yi ci,Идс,إيدس,ایدس، کلرادو,इड्स,伊兹	061	CO	061		
5420328	Eagle	eagle	US	48822	6678	America/Denver	39.65526	-106.82865	2012	Castle,EGE,Eagle,Igl,Igul,McDonald,Rio Aguila,ayghl,aygl  klradw,igala,yi ge er,Игл,Игъл,إيغل,ایگل، کلرادو,इगल,伊格尔	037	CO	037		
5420394	Earl	earl	US	28038	0	America/Denver	37.33335	-104.27831	1733			CO	071		
5420798	Echo	echo	US	56237	0	America/Denver	38.44277	-105.53889	1855			CO	043		
5420826	Eckert	eckert	US	81418	0	America/Denver	38.84276	-107.96284	1697	Eckert,Orchard City		CO	029		
5420856	Edgemont	edgemont	US	19028	0	America/Denver	39.7311	-105.13082	1715			CO	059		
5420858	Eden	eden	US	05652	0	America/Denver	38.31639	-104.61636	1476			CO	101		
5420859	Edgewater	edgewater	US	07020	5302	America/Denver	39.75304	-105.06415	1640	Edzhuotur,Edzvoter,Ehdzhuater,ai qi wo te,aydjwwtr,ayjwatr  klradw,ejvatara,Еджуотър,Еџвотер,Эджуатер,إيدجووتر,ایجواتر، کلرادو,एज्वाटर,埃奇沃特		CO	059		
5420885	Edwards	edwards	US	13635	10266	America/Denver	39.64499	-106.5942	2201	Berrys Ranch,Edwards		CO	037		
5420902	Egnar	egnar	US	81325	0	America/Denver	37.91638	-108.94011	2234			CO	113		
5420934	Elbert	elbert	US	24830	230	America/Denver	39.21943	-104.53719	2049			CO	039		
5420952	Eldora	eldora	US	50627	142	America/Denver	39.9486	-105.56389	2634	Eldora,Eldorado		CO	013		
5420964	Eldorado Springs	eldorado-springs	US	80025	585	America/Denver	39.93249	-105.27693	1747			CO	013		
5421001	Elizabeth	elizabeth	US	07201	1402	America/Denver	39.36027	-104.59691	1974	Ehlizabet,Elizabet,alyzabt  klradw,alyzabyth,elijabetha,yi li sha bai,Елизабет,Элизабет,إليزابيث,الزبتھ، کولوراڈو,الیزابت، کلرادو,एलिजाबेथ,伊丽莎白		CO	039		
5421108	Elkton	elkton	US	21921	0	America/Denver	38.9636	-107.03338	3186			CO	051		
5421109	Elkton	elkton	US	21921	0	America/Denver	38.72221	-105.15054	2978			CO	119		
5421156	Elsmere	elsmere	US	69135	0	America/Denver	38.86472	-104.71053	1958	Elesmere,Elsmere		CO	041		
5421185	Emma	emma	US	62834	0	America/Denver	39.36498	-107.06171	2014			CO	097		
5421211	Empire	empire	US	35063	287	America/Denver	39.76138	-105.68445	2626			CO	019		
5421250	Englewood	englewood	US	07631	33082	America/Denver	39.64777	-104.98776	1637	Ehnglevud,Englewood,Engulud,Fisks Gardens,Inglvud,New Dawn Rejuvenation,Orchard Place,anglwwd  klradw,anjlwwd,en ge er wu de,enjelavuda,Енгълуд,Инглвуд,Энглевуд,إنجلوود,انگلوود، کلرادو,اینگلووڈ، کولوراڈو,एंजेलवूड,恩格尔伍德		CO	005		
5421305	Escalante	escalante	US	84726	0	America/Denver	38.75776	-108.26174	1473			CO	029		
5421353	Eureka	eureka	US	48833	0	America/Denver	37.87972	-107.56506	3006			CO	111		
5421404	Evansville	evansville	US	47701	0	America/Denver	37.67111	-106.31892	2391			CO	105		
5421415	Everett	everett	US	02149	0	America/Denver	39.06777	-106.50197	3084			CO	065		
5421418	Evergreen	evergreen	US	23939	9038	America/Denver	39.63332	-105.31721	2150	Evergreen,Evergrin,The Post,ebharagrina,Евергрин,एभरग्रीन		CO	059		
5421506	Fairplay	fairplay	US	21733	681	America/Denver	39.22471	-106.00196	3034	Fairplay,Fehjrplehj,Ferplej,Platte City,South Park City,fayrply  klradw,fei er pu lai,fyrblay,pheyaraple,Ферплеј,Фэйрплэй,فایرپلی، کلرادو,فيربلاي,فیئرپلے، کولوراڈو,फेयरप्ले,费尔普莱	093	CO	093		
5421511	Fairview	fairview	US	07022	0	America/Denver	38.06778	-105.09916	2647			CO	027		
5421512	Fairview	fairview	US	07022	0	America/Denver	38.48888	-107.80312	1869			CO	085		
5422018	Florence	florence	US	01062	3865	America/Denver	38.39028	-105.1186	1579	Florence,Florencija,Florens,Floruns,Frazerville,flwrns,flwrns  klradw,fu luo lun sa,furorensu,peullolenseu,phlorensa,Флоренс,Флоренция,Флорънс,فلورنس,فلورنس، کلرادو,فلورنس، کولوراڈو,फ्लोरेन्स,フローレンス,佛罗伦萨,플로렌스		CO	043		
5422033	Florida	florida	US	10921	0	America/Denver	37.215	-107.75256	2051			CO	067		
5422054	Florissant	florissant	US	63031	104	America/Denver	38.94582	-105.28944	2491			CO	119		
5422141	Fort Garland	fort-garland	US	81133	433	America/Denver	37.4289	-105.4339	2419			CO	023		
5422151	Fort Lyon	fort-lyon	US	81038	0	America/Denver	38.09223	-103.15215	1185	Bents New Fort,Fort Fauntleroy,Fort Lyon,Fort Wise		CO	011		
5422191	Fountain	fountain	US	27829	27767	America/Denver	38.68222	-104.70081	1690	Fauntin,Fountehjn,fawntn,fwntn  klradw,pen quan,pha'untena,Фаунтин,Фоунтэйн,فاؤنٹین، کولوراڈو,فاونتن,فونتن، کلرادو,फाउन्टेन,喷泉		CO	041		
5422254	Fowler	fowler	US	44418	1148	America/Denver	38.12917	-104.02329	1323	Fowler,Oxford Siding,Sibley,South Side		CO	089		
5422328	Franktown	franktown	US	23354	395	America/Denver	39.39138	-104.75275	1878	California Ranch,Franktown		CO	035		
5422376	Fraser	fraser	US	48026	1213	America/Denver	39.94499	-105.81723	2615	Easton,Fraser,Frazier,Frehjzer,Frejzer,fryzr,fryzr  klradw,fu lei ze,phrejara,Фрејзер,Фрэйзер,فريزر,فریزر، کلرادو,फ्रेजर,弗雷泽		CO	049		
5422423	Freeland	freeland	US	18224	0	America/Denver	39.74415	-105.59556	2807			CO	019		
5422503	Frisco	frisco	US	27936	3035	America/Denver	39.57443	-106.09752	2766	Frisko,fryskw,fryskw  klradw,fu li si ke,phrisko,Фриско,فريسكو,فریسکو، کلرادو,فریسکو، کولوراڈو,फ्रिस्को,弗里斯科		CO	117		
5422525	Frost	frost	US	56033	0	America/Denver	38.56721	-107.97007	1662			CO	085		
5422534	Fruita	fruita	US	81521	12795	America/Denver	39.15887	-108.72899	1376	Fruita,Fruitdale,Fruta,frwta  klradw,frwyta,fu lu ta,peulu-ita,phruta,Фруита,Фрута,فروتا، کلرادو,فرويتا,फ्रुटा,弗鲁塔,프루이타		CO	077		
5422557	Fruitvale	fruitvale	US	38336	7675	America/Denver	39.08165	-108.49676	1423			CO	077		
5422604	Funston	funston	US	31753	0	America/Denver	39.56054	-107.34922	1745			CO	045		
5422650	Galena	galena	US	21635	0	America/Denver	38.26194	-105.27777	2422			CO	043		
5422741	Gardner	gardner	US	01440	0	America/Denver	37.78334	-105.16555	2124			CO	055		
5422749	Garfield	garfield	US	07026	15	America/Denver	38.55166	-106.29225	2909	Garfield,Junction City		CO	015		
5422813	Gateway	gateway	US	72733	0	America/Denver	39.54916	-104.90609	1806			CO	035		
5422814	Gateway	gateway	US	72733	0	America/Denver	38.68248	-108.97511	1406			CO	077		
5422853	Genesee	genesee	US	16923	3609	America/Denver	39.68582	-105.27277	2331			CO	059		
5422876	Genoa	genoa	US	13071	141	America/Denver	39.27832	-103.50022	1708			CO	073		
5422889	Georgetown	georgetown	US	01833	1049	America/Denver	39.7061	-105.6975	2597	Dzhordzhtaun,Dzhorzhtaun,Dzordztaun,jorjata'una,jrj‌tawn  klradw,jwrjtawn,qiao zhi dui,Џорџтаун,Джорджтаун,Джоржтаун,جارج ٹاؤن، کولوراڈو,جرج‌تاون، کلرادو,جورجتاون,जोर्जटाउन,乔治敦	019	CO	019		
5423028	Glade Park	glade-park	US	81523	0	America/Denver	38.99359	-108.74093	2105			CO	077		
5423075	Glendale	glendale	US	01229	5198	America/Denver	39.70499	-104.93359	1631	Glendehjl,Glendejl,ge lun dai er,ghlyndal,glenadela,glndyl  klradw,Глендейл,Глендэйл,غليندال,گلندیل، کلرادو,ग्लेनडेल,格伦代尔		CO	005		
5423092	Glenwood Springs	glenwood-springs	US	81601	9906	America/Denver	39.55054	-107.32478	1756	Defiance,GWS,Glenud Springs,Glenvud Springs,Glenvud-Springs,Glenwood Hot Springs,Glenwood Springs,Glinvud Springs,ge lun wu de si pu lin si,ghlynwwd sbrynghz,glenavuda springas,glenavuda springja,glnwwd aspryngz  klradw,Гленвуд Спрингс,Гленвуд-Спрингс,Гленуд Спрингс,Глинвуд Спрингс,Ґленвуд-Спрінґс,غلينوود سبرينغز,گلنوود اسپرینگز، کلرادو,گلینووڈ سپرنگز، کولوراڈو,ग्लेनवूड स्प्रिंग्ज,ग्लेनवूड स्प्रिङ्गस्,グレンウッド・スプリングス,格伦伍德斯普林斯	045	CO	045		
5423169	Golconda	golconda	US	62938	0	America/Denver	37.4575	-108.1523	2793			CO	083		
5423239	Gold Hill	gold-hill	US	28071	0	America/Denver	39.54526	-106.04835	2849			CO	117		
5423294	Golden	golden	US	38847	20330	America/Denver	39.75554	-105.2211	1730	Golden,Goldun,ge er deng,ghwldn,gldn  klradw,goldena,Голден,Голдън,Ґолден,غولدن,گلدن، کلرادو,گولڈن، کولوراڈو,गोल्डेन,戈尔登	059	CO	059		
5423366	Goldfield	goldfield	US	50542	49	America/Denver	38.71777	-105.12609	3014			CO	119		
5423544	Granada	granada	US	56039	486	America/Denver	38.0639	-102.31047	1062			CO	099		
5423573	Grand Junction	grand-junction	US	38039	60358	America/Denver	39.06387	-108.55065	1400	GJT,Grand DZankshon,Grand Dzhankshen,Grand Dzhankshn,Grand Dzhunkshun,Grand Junction,Grand-Dzhankshen,Grand-Dzhankshn,Ute,da zhang ke shen,ghrand jnkshn,gramda janksana,grand jankshn  klradw,gryanda janksana,gurandojankushon,Гранд Џанкшон,Гранд Джанкшен,Гранд Джанкшн,Гранд Джънкшън,Гранд-Джанкшен,Ґранд-Джанкшн,גראנד גנקשן,غراند جنكشن,گراند جانکشن، کلرادو,گرینڈ جنکشن، کولوراڈو,ग्रँड जंक्शन,ग्र्यान्ड जंक्सन,グランドジャンクション,大章克申	077	CO	077		
5423611	Grandview	grandview	US	37337	0	America/Denver	37.2275	-107.82701	2068			CO	067		
5423626	Granite	granite	US	73547	0	America/Denver	39.0436	-106.26336	2747			CO	015		
5423668	Grant	grant	US	32949	0	America/Denver	39.45971	-105.66167	2623	Grant,Grantville		CO	093		
5423752	Graymont	graymont	US	61743	0	America/Denver	39.69443	-105.80056	2976	Graymont,Graymount,Greymont		CO	019		
5423839	Green Mountain Falls	green-mountain-falls	US	80819	656	America/Denver	38.93499	-105.01693	2364			CO	119		
5423890	Greenland	greenland	US	03840	0	America/Denver	39.18249	-104.85526	2105			CO	035		
5423901	Greenwood	greenwood	US	04255	0	America/Denver	38.205	-105.09693	1972			CO	027		
5424060	Guadalupe	guadalupe	US	93434	0	America/Denver	37.09529	-106.02558	2409			CO	021		
5424099	Gunnison	gunnison	US	38746	6076	America/Denver	38.54582	-106.92532	2348	GUC,Ganison,Gannison,Gunisun,gannisana,ganysn  klradw,ghwnyswn,ji na sen,Ганисон,Ганнисон,Гънисън,غونيسون,گانیسن، کلرادو,گینیسن، کولوراڈو,गन्निसन,吉纳森	051	CO	051		
5424152	Gypsum	gypsum	US	43433	6922	America/Denver	39.64693	-106.95171	1924	Dzhipsum,Dzipsum,ghybswm,gypswm  klradw,ji pu se mu,jipsama,Џипсум,Джипсъм,غيبسوم,گیپسوم، کلرادو,जिप्सम,吉普瑟姆		CO	037		
5424192	Hadley	hadley	US	01035	0	America/Denver	38.03834	-103.40327	1217			CO	089		
5424209	Hale	hale	US	48739	0	America/Denver	39.62972	-102.14269	1099			CO	125		
5424289	Hamlet	hamlet	US	28345	0	America/Denver	38.15473	-104.09385	1328			CO	101		
5424340	Hanna	hanna	US	46340	0	America/Denver	37.67945	-106.45893	2437			CO	105		
5424476	Hartman	hartman	US	72840	73	America/Denver	38.12029	-102.21991	1097			CO	099		
5424491	Hartsel	hartsel	US	80449	0	America/Denver	39.02166	-105.79584	2704			CO	093		
5424523	Hasty	hasty	US	72640	144	America/Denver	38.11251	-102.95742	1181			CO	011		
5424524	Haswell	haswell	US	81045	69	America/Denver	38.45223	-103.16298	1385			CO	061		
5424571	Hawkins	hawkins	US	54530	0	America/Denver	38.49389	-102.93242	1326			CO	061		
5424582	Hawley	hawley	US	18428	0	America/Denver	37.98279	-103.71106	1280			CO	089		
5424649	Hays	hays	US	28635	0	America/Denver	38.07306	-103.61911	1275			CO	089		
5424779	Henderson	henderson	US	13650	0	America/Denver	39.92054	-104.86581	1531	Henderson,Island Station,Khenderson,Хендерсон		CO	001		
5424811	Henry	henry	US	24102	0	America/Denver	37.39834	-105.90697	2303	Henery,Henry		CO	003		
5424865	Hermosa	hermosa	US	57744	0	America/Denver	37.41528	-107.83534	2025			CO	067		
5424890	Hesperus	hesperus	US	81326	0	America/Denver	37.28611	-108.03952	2466			CO	067		
5424960	Hidden Valley	hidden-valley	US	15502	0	America/Denver	39.69471	-105.33916	2361			CO	059		
5424961	Higbee	higbee	US	65257	0	America/Denver	37.7764	-103.45939	1291			CO	089		
5425031	Highland Park	highland-park	US	08904	0	America/Denver	39.09193	-108.48148	1439			CO	077		
5425032	Highland Park	highland-park	US	08904	0	America/Denver	39.49888	-105.52917	2730			CO	093		
5425111	Hilltop	hilltop	US	25855	0	America/Denver	39.45166	-104.68136	2005			CO	035		
5425121	Hillside	hillside	US	07205	0	America/Denver	38.26528	-105.61167	2283			CO	043		
5425123	Hilton	hilton	US	14468	0	America/Denver	38.07028	-103.06104	1181			CO	011		
5425165	Hobson	hobson	US	59452	0	America/Denver	38.34084	-104.93443	1506			CO	101		
5425180	Hoehne	hoehne	US	81046	111	America/Denver	37.28113	-104.38109	1747			CO	071		
5425247	Holly	holly	US	48442	760	America/Denver	38.05223	-102.12269	1034			CO	099		
5425261	Hollywood	hollywood	US	20636	0	America/Denver	38.70943	-105.13331	2954			CO	119		
5425293	Homelake	homelake	US	81135	0	America/Denver	37.57556	-106.09697	2327			CO	105		
5425343	Hooks	hooks	US	75561	0	America/Denver	39.37415	-107.08866	1980			CO	037		
5425351	Hooper	hooper	US	68031	103	America/Denver	37.74278	-105.8753	2304	Garrison,Hooper		CO	003		
5425619	Hotchkiss	hotchkiss	US	81419	902	America/Denver	38.79971	-107.7195	1625			CO	029		
5425649	Houghton	houghton	US	14744	0	America/Denver	37.58946	-104.0433	1577			CO	071		
5425680	Howard	howard	US	16841	723	America/Denver	38.44861	-105.83529	2047			CO	043		
5425697	Howardsville	howardsville	US	24562	0	America/Denver	37.83555	-107.59423	2971	Bullion City,Howardsville		CO	111		
5425757	Hugo	hugo	US	55038	736	America/Denver	39.1361	-103.46994	1536		073	CO	073		
5425911	Idaho Springs	idaho-springs	US	80452	1728	America/Denver	39.74249	-105.51361	2294	Ajdakho Spring,Ajdakho Springs,Idaho,Idaho City,Idaho Springs,Idahoe,Jacksons Diggings,Sacramento City,a'id'aho springas,ai da he quan,aydahw sbrynghz,aydahwaspryngz  klradw,Айдахо Спринг,Айдахо Спрингс,Ајдахо Спрингс,آیداهواسپرینگز، کلرادو,أيداهو سبرينغز,आइडाहो स्प्रिङ्गस्,爱达荷泉		CO	019		
5425918	Idalia	idalia	US	80735	88	America/Denver	39.70388	-102.29381	1209	Friend,Idalia		CO	125		
5425926	Idledale	idledale	US	80453	252	America/Denver	39.6661	-105.24416	1969	Idledale,Joyland,Starbuck		CO	059		
5425934	Ignacio	ignacio	US	81137	720	America/Denver	37.115	-107.63311	1967			CO	067		
5426044	Indian Hills	indian-hills	US	80454	1280	America/Denver	39.61665	-105.23721	2090			CO	059		
5426224	Irondale	irondale	US	43932	0	America/Denver	39.84943	-104.8972	1566			CO	001		
5426228	Ironton	ironton	US	45638	0	America/Denver	37.93277	-107.68034	2987			CO	091		
5426237	Irwin	irwin	US	15642	0	America/Denver	38.8736	-107.09699	3108			CO	051		
5426444	Jansen	jansen	US	68377	112	America/Denver	37.15716	-104.53815	1854	Chimayoses,Jansen		CO	071		
5426470	Jaroso	jaroso	US	81138	0	America/Denver	37.0028	-105.62418	2309			CO	023		
5426478	Jasper	jasper	US	14855	0	America/Denver	37.41778	-106.46254	2776			CO	105		
5426501	Jefferson	jefferson	US	01522	0	America/Denver	39.37721	-105.80057	2896	Jefferson,Palestine		CO	093		
5426615	Joes	joes	US	80822	80	America/Denver	39.65638	-102.67882	1302	Joes,Three Joes		CO	125		
5427106	Karval	karval	US	80823	0	America/Denver	38.73333	-103.53717	1559			CO	073		
5427166	Keller	keller	US	23401	0	America/Denver	38.06278	-103.14632	1180			CO	011		
5427299	Keystone	keystone	US	46759	1079	America/Denver	39.59943	-105.98724	2796			CO	117		
5427301	Keystone	keystone	US	46759	0	America/Denver	37.94972	-107.87756	2646			CO	113		
5427336	Kim	kim	US	81049	67	America/Denver	37.24669	-103.35216	1735			CO	071		
5427408	Kiowa	kiowa	US	67070	748	America/Denver	39.34721	-104.46441	1944		039	CO	039		
5427502	Kirk	kirk	US	80824	59	America/Denver	39.61332	-102.59159	1281			CO	125		
5427524	Kit Carson	kit-carson	US	80825	229	America/Denver	38.76111	-102.78937	1306			CO	017		
5427540	Kittredge	kittredge	US	80457	1304	America/Denver	39.65471	-105.29971	2105			CO	059		
5427698	La Jara	la-jara	US	81140	801	America/Denver	37.27501	-105.9603	2318	La Jara,Llano Blanco		CO	021		
5436321	Rico	rico	US	81332	255	America/Denver	37.69277	-108.03035	2690	Carbon City,Carbonville,Dolores City,Lead City,Rico		CO	033		
5427705	La Junta	la-junta	US	81050	6951	America/Denver	37.98501	-103.54383	1243	La Junta,La Khuenta,La Khunta,Lajunta,Otero,la hong ta,la junta,la jwnta,la khwnta  klradw,Ла Хуента,Ла Хунта,لا جنتا، کولوراڈو,لا جونتا,لا خونتا، کلرادو,ला जुन्टा,ལ་ཇུན་ཏ།,拉洪塔	089	CO	089		
5427716	La Plata	la-plata	US	20646	0	America/Denver	37.39722	-108.06313	2837			CO	067		
5427734	La Veta	la-veta	US	81055	759	America/Denver	37.50501	-105.00777	2145	Francisco Plaza,Francisco Ranch,La Veta		CO	055		
5427771	Lafayette	lafayette	US	07848	27729	America/Denver	39.9936	-105.08971	1588	Lafajet,Lafajett,Lafejet,la fa ye,lafayt  klradw,lafayyt,laphayeta,lapies,Лафайет,Лафайетт,Лафејет,لافائیٹ، کولوراڈو,لافاييت,لافایت، کلرادو,लाफायेट,拉法叶,라피엣		CO	013		
5427796	Lake City	lake-city	US	16423	367	America/Denver	38.03	-107.31533	2640	Lehjk Siti,Lejk Siti,hu cheng,leka siti,lyk syty,lyk syty  klradw,Лејк Сити,Лэйк Сити,ليك سيتي,لیک سٹی، کولوراڈو,لیک سیتی، کلرادو,लेक सिटी,湖城	053	CO	053		
5427851	Lake George	lake-george	US	12845	0	America/Denver	38.97971	-105.35749	2436			CO	093		
5427935	Lakeside	lakeside	US	06758	8	America/Denver	39.77721	-105.05582	1635			CO	059		
5427946	Lakewood	lakewood	US	08701	152597	America/Denver	39.70471	-105.08137	1682	Lakewood,Lehjkvud,Lejkud,Lejkvud,lai ke wu de,leikeuudeu,lekavuda,lykwwd,lykwwd  klradw,lyyqwwd,reikuuddo,Лейквуд,Лейкуд,Лејквуд,Лэйквуд,לייקווד,ليكوود,لیک ووڈ، کولوراڈو,لیکوود، کلرادو,लेकवूड,レイクウッド,萊克伍德,레이크우드		CO	059		
5427957	Lamar	lamar	US	16848	7555	America/Denver	38.08723	-102.62075	1103	LAA,Lamar,la ma er,lamar,lamar  klradw,lamara,Ламар,لامار,لامار، کلرادو,لامار، کولوراڈو,लामार,拉马尔	099	CO	099		
5427963	Lamartine	lamartine	US	16375	0	America/Denver	39.72943	-105.61667	3172			CO	019		
5428038	Larkspur	larkspur	US	80118	194	America/Denver	39.2286	-104.8872	2050			CO	035		
5428055	Las Animas	las-animas	US	81054	2227	America/Denver	38.06667	-103.22271	1188	Las Animas,Las Ehnimas,Las Ánimas,la si a ni ma si,las anymas,las anymas  klradw,lasa enimasa,Лас Анимас,Лас Энимас,لاس أنيماس,لاس انیماس، کلرادو,लस एनिमास,拉斯阿尼马斯	011	CO	011		
5428151	Lawson	lawson	US	64062	0	America/Denver	39.76582	-105.6275	2471	Lawson,Six Mile House		CO	019		
5428160	Lazear	lazear	US	81420	0	America/Denver	38.77998	-107.78173	1660			CO	029		
5428184	Leadville	leadville	US	80461	2644	America/Denver	39.25082	-106.29252	3097	Agassiz,Bough City,Boughtown,Carbonate,Cloud City,Harrison,LXV,Leadville,Ledvil,Ledvil',Ledvill,Lidvil,Lidvill,Oro City,Slabtown,lai de wei er,ledeubil,lidabhila,lydfyl,lydwyl  klradw,Ледвил,Ледвилл,Ледвіль,Лидвил,Лидвилл,ليدفيل,لیدویل، کلرادو,لیڈویل، کولوراڈو,लीडभिल,莱德维尔,레드빌	065	CO	065		
5428206	Lebanon	lebanon	US	03756	0	America/Denver	37.45721	-108.59148	2034			CO	083		
5428301	Leon	leon	US	14751	0	America/Denver	39.38471	-107.09922	1964			CO	037		
5428347	Lewis	lewis	US	12950	302	America/Denver	37.49971	-108.66926	2048			CO	083		
5428392	Liberty	liberty	US	04949	0	America/Denver	37.30807	-102.72381	1409			CO	009		
5428393	Liberty	liberty	US	04949	0	America/Denver	37.86028	-105.59584	2522			CO	109		
5428504	Limon	limon	US	80826	1911	America/Denver	39.26388	-103.69217	1639	LIC,Lajmun,Limon,Limons Camp,Limons Junction,Limón,Lyman Junction,layamana,li meng,limona,lymwn,lymwn  klradw,Лаймън,Лимон,ليمون,لیمون، کلرادو,लायमन,लिमोन,利蒙		CO	073		
5428514	Lincoln	lincoln	US	01773	0	America/Denver	39.48749	-105.98557	3120			CO	117		
5428534	Lincoln Park	lincoln-park	US	07035	3546	America/Denver	38.42916	-105.21999	1643			CO	043		
5428557	Lindon	lindon	US	80740	0	America/Denver	39.73943	-103.41383	1499	Harrisburg,Linden,Lindon		CO	121		
5429032	Littleton	littleton	US	01460	46368	America/Denver	39.61332	-105.01665	1631	Litlton,Littlton,Litultun,li te er dun,litalatana,liteulteon,lytltwn,lytltwn  klradw,Λίτλτον,Литлтон,Литтлтон,Литълтън,Літлтон,ليتلتون,لٹلٹن، کولوراڈو,لیتلتون، کلرادو,लिटलटन,利特尔顿,리틀턴	005	CO	005		
5429120	Loma	loma	US	59460	1293	America/Denver	39.19581	-108.81316	1374			CO	077		
5429122	Loma Linda	loma-linda	US	92350	0	America/Denver	37.22417	-107.7959	2117			CO	067		
5429208	Lone Tree	lone-tree	US	52755	13175	America/Denver	39.55171	-104.8863	1813	Lon Tri,Loun Tri,Loun Trij,lan try  klradw,lona tri,long na te li,lwn try,Лон Три,Лоун Три,Лоун Трий,لان تری، کلرادو,لون تري,लोन ट्री,隆娜特里		CO	001		
5429236	Lonetree	lonetree	US	82936	0	America/Denver	37.16806	-107.17282	2145			CO	007		
5429354	Longview	longview	US	61852	0	America/Denver	39.41749	-105.19388	1896			CO	059		
5431540	Moffat	moffat	US	81143	116	America/Denver	37.99889	-105.91002	2306			CO	109		
5429522	Louisville	louisville	US	30434	20396	America/Denver	39.97776	-105.13193	1626	Luisvil,Lujsvill,lu yi si wei er,lu'ibhila,lwyyswyl  klradw,lwyzfyl,Луисвил,Луйсвилл,لوئیزویل، کولوراڈو,لوئیسویل، کلرادو,لويزفيل,लुईभिल,路易斯维尔		CO	013		
5429542	Louviers	louviers	US	80131	269	America/Denver	39.47777	-105.00721	1728			CO	035		
5429709	Ludlow	ludlow	US	01056	0	America/Denver	37.33335	-104.58332	1915			CO	071		
5429753	Lynn	lynn	US	01901	12	America/Denver	37.42724	-104.6411	1934			CO	071		
5429790	Mack	mack	US	81525	0	America/Denver	39.22387	-108.8651	1378			CO	077		
5429869	Magnolia	magnolia	US	08049	0	America/Denver	39.99388	-105.36527	2192			CO	013		
5429918	Maitland	maitland	US	32751	0	America/Denver	37.65668	-104.83388	1909			CO	055		
5429940	Malta	malta	US	43758	0	America/Denver	39.22943	-106.35086	2924			CO	065		
5429969	Manassa	manassa	US	81141	966	America/Denver	37.17418	-105.93752	2344	Manassa,Menasa,ma na sa si,manasa  klradw,manza,myanasa,Манасса,Менаса,ماناسا، کلرادو,مانزا,म्यानासा,马纳萨斯		CO	021		
5429982	Mancos	mancos	US	81328	1380	America/Denver	37.345	-108.28925	2142			CO	083		
5430012	Manila	manila	US	72442	0	America/Denver	39.75637	-104.52246	1688			CO	001		
5436352	Ridgewood	ridgewood	US	07450	0	America/Denver	39.96582	-105.42361	2456			CO	013		
5430023	Manitou Springs	manitou-springs	US	80829	5334	America/Denver	38.85971	-104.9172	1938	Manitou,Manitou Springs,Manitu Springs,Villa La Font,ke luo la duo wen quan,manytw sbrynghz,manytww aspryngz  klradw,myanito springas,Маниту Спрингс,مانيتو سبرينغز,مانیتوو اسپرینگز، کلرادو,म्यानिटो स्प्रिङ्गस्,科罗拉多温泉		CO	041		
5430061	Marble	marble	US	16334	135	America/Denver	39.07221	-107.18894	2436			CO	051		
5430073	Manzanola	manzanola	US	81058	419	America/Denver	38.10945	-103.86607	1297	Catlin,Manzanola		CO	089		
5430157	Marshall	marshall	US	20115	0	America/Denver	39.95554	-105.22971	1680			CO	013		
5430218	Marvel	marvel	US	81329	0	America/Denver	37.1125	-108.12674	2053			CO	067		
5430276	Masontown	masontown	US	15461	0	America/Denver	39.56638	-106.1003	2845			CO	117		
5430403	Maysville	maysville	US	26833	135	America/Denver	38.53861	-106.1903	2507	Bullion,Bullion City,Crazy Camp,Feather Ranch,Marysville,Maysville		CO	015		
5430776	Meredith	meredith	US	03253	0	America/Denver	39.36304	-106.73004	2369			CO	097		
5430784	Meridian	meridian	US	13113	2970	America/Denver	39.53957	-104.84528	1795	Meridian,Меридиан		CO	035		
5430802	Mesa	mesa	US	81643	0	America/Denver	39.16637	-108.13897	1718	Mesa,Меса		CO	077		
5431126	Middleton	middleton	US	01949	0	America/Denver	37.855	-107.57228	2985			CO	111		
5431129	Midland	midland	US	15059	156	America/Denver	38.85832	-105.16165	2733			CO	119		
5431144	Midway	midway	US	15060	0	America/Denver	37.14919	-102.18601	1172			CO	009		
5431145	Midway	midway	US	15060	0	America/Denver	38.84249	-104.97387	2743			CO	041		
5431146	Midway	midway	US	15060	0	America/Denver	38.73999	-105.14276	3180			CO	119		
5431315	Millwood	millwood	US	10546	0	America/Denver	37.42166	-108.3337	2324			CO	083		
5431423	Minturn	minturn	US	72445	1026	America/Denver	39.58637	-106.43086	2396	Miaturn,Mintern,Minturn,ming te en,mintarna,myntrn  klradw,myntwrn,Минтерн,Минтурн,Минтърн,مينتورن,مینترن، کلرادو,मिन्टर्न,明特恩		CO	037		
5431432	Miramonte	miramonte	US	93641	0	America/Denver	39.93054	-105.37277	2385			CO	013		
5431481	Mitchell	mitchell	US	30820	0	America/Denver	39.39165	-106.31919	3019			CO	037		
5431524	Model	model	US	81059	0	America/Denver	37.37224	-104.24497	1712	Model,Poso,Roby		CO	071		
5431570	Molina	molina	US	81646	0	America/Denver	39.18915	-108.06035	1710	Molina,Orson,Snipes		CO	077		
5431641	Monson	monson	US	01057	0	America/Denver	37.51613	-104.70415	1952			CO	055		
5431661	Monte Vista	monte-vista	US	81144	4294	America/Denver	37.57917	-106.14808	2336	Henry,Lariat,Monte,Monte Vista		CO	105		
5431679	Montezuma	montezuma	US	13117	68	America/Denver	39.5811	-105.86723	3143	Montesuma,Montezuma,meng te su ma,montejuma,mwntyzwma,mwntzwma  klradw,Монтезума,Монтесума,مونتزوما، کلرادو,مونتيزوما,मोन्तेजुमा,蒙特苏马		CO	117		
5431710	Montrose	montrose	US	10548	19062	America/Denver	38.47832	-107.87617	1770	MTJ,Montrouz,meng te luo si,montaroja,mwntrw  klradw,mwntrwz,Монтроуз,مونترو، کلرادو,مونتروز,مونٹروز، کولوراڈو,मोन्टरोज,蒙特罗斯	085	CO	085		
5431740	Monument	monument	US	67747	6420	America/Denver	39.09166	-104.87276	2126	Henry Station,Monjument,Monjumunt,Monument,mo niu men te,monumenta,mwnwmnt,mwnwmnt  klradw,Монумент,Монюмънт,Монјумент,مونومنت,مونومنت، کلرادو,मोनुमेन्ट,莫纽门特		CO	041		
5431853	Morgan	morgan	US	05853	0	America/Denver	37.32778	-106.02002	2329			CO	021		
5431916	Morrison	morrison	US	37357	434	America/Denver	39.6536	-105.1911	1757	Morison,Morrison,Morrison Springs,mo li sen,morisana,mwryswn,mwryswn  klradw,Морисон,Моррисон,موريسون,موریسون، کلرادو,मोरिसन,莫里森		CO	059		
5431940	Mosca	mosca	US	81146	0	America/Denver	37.64833	-105.87391	2304	Mosca,Mosea		CO	003		
5432021	Mount Olivet	mount-olivet	US	41064	0	America/Denver	39.78749	-105.14221	1675			CO	059		
5432092	Mountain View	mountain-view	US	65548	528	America/Denver	39.77443	-105.05554	1641	Mauntin-V'ju,Маунтин-Вью		CO	059		
5432093	Mountain View	mountain-view	US	65548	0	America/Denver	38.30527	-108.48398	2017			CO	085		
5432105	Mountain Village	mountain-village	US	99632	1395	America/Denver	37.93138	-107.85645	2926			CO	113		
5432213	Muleshoe	muleshoe	US	79347	0	America/Denver	37.58973	-105.1825	2680			CO	055		
5432368	Naturita	naturita	US	81422	528	America/Denver	38.21832	-108.5687	1653			CO	085		
5432410	Nederland	nederland	US	77627	1520	America/Denver	39.96138	-105.51083	2508	Brownsville,Middle Border,Nederland,Nedurlend,Niderland,Tungston Town,hwlnda,ndrlnd  klradw,nedaralyanda,ni de lan,Недерланд,Недърленд,Нидерланд,ندرلند، کلرادو,هولندا,नेदरल्यांड,尼德兰		CO	013		
5432549	New Castle	new-castle	US	03854	4669	America/Denver	39.57276	-107.53644	1706	Chapman,Grand Butte,New Castle		CO	045		
5432743	Noel	noel	US	64854	0	America/Denver	38.09971	-107.91284	2681			CO	113		
5433104	North Washington	north-washington	US	16048	484	America/Denver	39.80721	-104.97887	1583			CO	001		
5433140	Norwood	norwood	US	02062	562	America/Denver	38.13055	-108.2923	2137			CO	113		
5433165	Nucla	nucla	US	81424	702	America/Denver	38.26943	-108.54787	1764			CO	085		
5433246	Oak Grove	oak-grove	US	42262	0	America/Denver	38.45999	-107.92812	1807			CO	085		
5433297	Occidental	occidental	US	95465	0	America/Denver	37.51501	-105.10694	2352			CO	055		
5433306	Ohio	ohio	US	61349	0	America/Denver	38.56666	-106.6117	2612	Ohio,Ohio City		CO	051		
5433349	Olathe	olathe	US	66051	1798	America/Denver	38.60499	-107.98229	1633	Brown,Colorow,Olathe		CO	085		
5433470	Olney Springs	olney-springs	US	81062	326	America/Denver	38.16612	-103.94468	1336			CO	025		
5433515	Ophir	ophir	US	81426	169	America/Denver	37.85694	-107.83256	2955	Old Ophir,Ophir		CO	113		
5433555	Orchard Park	orchard-park	US	14127	0	America/Denver	38.47222	-105.22832	1659			CO	043		
5433564	Ordway	ordway	US	81063	1032	America/Denver	38.21806	-103.75606	1314		025	CO	025		
5433615	Orr	orr	US	55771	0	America/Denver	38.10751	-103.53522	1266			CO	089		
5436353	Ridgway	ridgway	US	15853	977	America/Denver	38.15277	-107.76173	2148	Ridgeway,Ridgway		CO	091		
5433676	Ouray	ouray	US	81427	1008	America/Denver	38.02277	-107.67145	2375	Jerej,Jurej,Ouray,Ourehj,Uncompahgre,Uncompahgre City,aure,awray,awray  klradw,wu lei,Јереј,Оурэй,Юрей,أوراي,اورای، کلرادو,औरे,乌雷	091	CO	091		
5433753	Oxford	oxford	US	01540	0	America/Denver	37.16889	-107.71423	2012	Grommet,Oxford		CO	067		
5433784	Pagosa Springs	pagosa-springs	US	81147	1756	America/Denver	37.26945	-107.00976	2172	PGO,Pagosa Sprins,Pogouza Springs,To Sido Haali,Tó Sido Háálį́,baghwsa sbrynghz,pa ge sa si pu lin si,pagwsa aspryngz  klradw,pyagosa springas,Пагоса Спринс,Погоуза Спрингс,باغوسا سبرينغز,پاگوسا اسپرینگز، کلرادو,प्यागोसा स्प्रिङ्गस्,帕戈萨斯普林斯	007	CO	007		
5433806	Palisade	palisade	US	56469	2651	America/Denver	39.11026	-108.35092	1441	Palisade,Palisades		CO	077		
5433828	Palmer Lake	palmer-lake	US	80133	2590	America/Denver	39.12221	-104.9172	2224	Divide,Divide Lake,Palmer Lake,Palmer Lehjk,Palmur Lejk,Pamer Lejk,balmr lyk,pa er mo hu,palmr lyk  klradw,pamara leka,Палмер Лэйк,Палмър Лейк,Памер Лејк,بالمر ليك,پالمر لیک، کلرادو,पामर लेक,帕尔默湖		CO	041		
5433867	Pandora	pandora	US	45877	0	America/Denver	37.93333	-107.78562	2729			CO	113		
5433904	Parachute	parachute	US	81635	1105	America/Denver	39.45192	-108.05285	1552	Grand Valley,Parachute,Parashhjut,Parashut,Perashut,barashwt,jiang luo san,parashwt  klradw,pyarasuta,Парашут,Паращют,Перашут,باراشوت,پاراشوت، کلرادو,प्याराशुट,降落伞		CO	045		
5433922	Paradox	paradox	US	12858	0	America/Denver	38.36832	-108.96233	1615			CO	085		
5434002	Parkdale	parkdale	US	71661	0	America/Denver	38.48611	-105.37277	1747	Current Creek Station,Parkdale		CO	043		
5434006	Parker	parker	US	16049	49550	America/Denver	39.5186	-104.76136	1789	Parker,Parkur,barkr,pa ke,parkara,parkr  klradw,Паркер,Паркър,باركر,پارکر، کلرادو,پارکر، کولوراڈو,पार्कर,帕克		CO	035		
5434027	Parkville	parkville	US	21234	0	America/Denver	38.22722	-106.10057	2658			CO	109		
5434030	Parlin	parlin	US	08859	0	America/Denver	38.50277	-106.72837	2418			CO	051		
5434032	Parma	parma	US	49269	0	America/Denver	37.53722	-106.03864	2319			CO	003		
5434045	Parrish	parrish	US	34219	0	America/Denver	38.12168	-102.38463	1096			CO	099		
5434158	Payne	payne	US	45880	0	America/Denver	38.80165	-107.90201	1609			CO	029		
5434245	Peconic	peconic	US	11958	0	America/Denver	39.32083	-102.1488	1222			CO	063		
5434318	Penrose	penrose	US	28766	3582	America/Denver	38.425	-105.02276	1626			CO	043		
5434337	Peoria	peoria	US	61601	163	America/Denver	39.6797	-104.11412	1582			CO	005		
5434370	Perry Park	perry-park	US	40363	1646	America/Denver	39.25666	-104.99248	1971			CO	035		
5434419	Peyton	peyton	US	80831	250	America/Denver	39.02888	-104.48302	2078	Mayfield,Peyton		CO	041		
5434447	Phillipsburg	phillipsburg	US	08865	0	America/Denver	39.53832	-105.18693	2020			CO	059		
5434489	Piedra	piedra	US	93649	0	America/Denver	37.22361	-107.34088	2003			CO	007		
5434594	Pine Grove	pine-grove	US	17963	0	America/Denver	39.40999	-105.32388	2078	Pine,Pine Grove		CO	059		
5434667	Pinecliffe	pinecliffe	US	80471	0	America/Denver	39.93193	-105.42833	2441	Pine Cliff,Pinecliff,Pinecliffe		CO	047		
5434693	Piñon	pinon	US	86510	0	America/Denver	38.26666	-108.40064	1782	Pinon,Piñon		CO	085		
5434694	Piñon	pinon	US	86510	0	America/Denver	38.43333	-104.60747	1528	Pinon,Pinyon,Piñon		CO	101		
5434771	Pitkin	pitkin	US	70656	69	America/Denver	38.60916	-106.5167	2809	Pitkin,Quartzville		CO	051		
5434784	Pittsburg	pittsburg	US	03592	0	America/Denver	38.95221	-107.06255	2828	Pitsburg,Питсбург		CO	051		
5434810	Plainview	plainview	US	11803	0	America/Denver	39.8936	-105.27638	2072			CO	059		
5434822	Placerville	placerville	US	81430	0	America/Denver	38.01666	-108.0534	2230	Dry Diggings,Hangtown,Placerville		CO	113		
5434873	Pleasant View	pleasant-view	US	37146	0	America/Denver	39.73415	-105.17165	1759			CO	059		
5434874	Pleasant View	pleasant-view	US	37146	0	America/Denver	37.58943	-108.7651	2107			CO	083		
5434882	Pleasanton	pleasanton	US	66075	0	America/Denver	38.365	-105.74778	1977			CO	043		
5435047	Poncha Springs	poncha-springs	US	81242	777	America/Denver	38.51278	-106.07724	2275	Poncha Springs,Poncho Springs		CO	015		
5435162	Portland	portland	US	04101	0	America/Denver	38.39111	-105.02499	1537			CO	043		
5435163	Portland	portland	US	04101	135	America/Denver	38.08138	-107.70145	2215			CO	091		
5435240	Powderhorn	powderhorn	US	81243	0	America/Denver	38.27694	-107.09588	2468	Chalk Mountain,Powderhorn,White Earth		CO	051		
5435363	Princeton	princeton	US	01541	0	America/Denver	38.99333	-106.22002	2633			CO	015		
5435388	Pritchett	pritchett	US	81064	135	America/Denver	37.37029	-102.85965	1473	Prichett,Pritchett		CO	009		
5435405	Prospect Heights	prospect-heights	US	60070	21	America/Denver	38.42639	-105.23749	1656			CO	043		
5435439	Pryor	pryor	US	59066	0	America/Denver	37.50807	-104.71415	1957			CO	055		
5435464	Pueblo	pueblo	US	81001	109412	America/Denver	38.25445	-104.60914	1430	Independence,PUB,Pueblo,Puehblo,bwyblw,peblo,phiw bol,pu wei bu luo,puebeullo,pueburo,pwablw  klradw,pyu'eblo,pywblw,Пуебло,Пуэбло,פואבלו,بويبلو,پوابلو، کلرادو,پوابلو، کولوراڈو,پیوبلو,पेब्लो,प्युएब्लो,พิวโบล,プエブロ,普韋布洛,푸에블로	101	CO	101		
5435607	Quimby	quimby	US	51049	0	America/Denver	39.87332	-104.94387	1583			CO	001		
5435760	Ramah	ramah	US	80832	126	America/Denver	39.12166	-104.16579	1865			CO	041		
5435801	Randall	randall	US	50231	0	America/Denver	38.09556	-103.57967	1282			CO	089		
5435951	Red Cliff	red-cliff	US	81649	274	America/Denver	39.51221	-106.36808	2643	Red Cliff,Red Klif,Red Kliff,Redcliff,chi bi,rd klyf  klradw,reda klipha,ryd klyf,Ред Клиф,Ред Клифф,رد کلیف، کلرادو,ريد كليف,रेड क्लिफ,赤壁		CO	037		
5436082	Red Wing	red-wing	US	55066	0	America/Denver	37.73612	-105.29	2355	Point of Rocks,Red Wing		CO	055		
5436099	Redlands	redlands	US	92373	8685	America/Denver	39.07887	-108.63565	1419			CO	077		
5436117	Redstone	redstone	US	59257	130	America/Denver	39.18082	-107.23977	2192	Redston,Редстон		CO	097		
5436363	Rifle	rifle	US	81650	9563	America/Denver	39.5347	-107.78312	1630	RIL,Rajfl,Rifl,Riful,lai fu er,ra'iphala,ryfl,ryfl  klradw,Рајфл,Рифл,Рифъл,ريفل,ریفل، کلرادو,राइफल,赖夫尔		CO	045		
5436536	Riverdale	riverdale	US	07457	0	America/Denver	38.05862	-103.3166	1204			CO	011		
5436539	Riverside	riverside	US	02915	0	America/Denver	38.93833	-106.18391	2544			CO	015		
5436549	Riverview	riverview	US	33568	0	America/Denver	39.39749	-105.26805	2025			CO	059		
5436630	Roberta	roberta	US	31078	0	America/Denver	37.9964	-103.67578	1266			CO	089		
5436780	Rockdale	rockdale	US	76567	0	America/Denver	38.99138	-106.41169	3045			CO	015		
5436789	Rockvale	rockvale	US	37153	498	America/Denver	38.36972	-105.16389	1665			CO	043		
5436794	Rockwood	rockwood	US	04478	0	America/Denver	37.49083	-107.80201	2243			CO	067		
5436795	Rocky	rocky	US	73661	0	America/Denver	39.86082	-105.24749	1882	Rocky,Rocky Siding		CO	059		
5436808	Rocky Ford	rocky-ford	US	30455	3827	America/Denver	38.05251	-103.72023	1274			CO	089		
5436861	Roe	roe	US	72134	0	America/Denver	38.53776	-107.94479	1696			CO	085		
5436888	Rolla	rolla	US	58367	0	America/Denver	39.86915	-104.89137	1554			CO	001		
5436900	Rollinsville	rollinsville	US	80474	181	America/Denver	39.91721	-105.50111	2583	Rollins,Rollinsville		CO	047		
5436909	Romeo	romeo	US	48065	387	America/Denver	37.17223	-105.9853	2358			CO	021		
5436967	Rosedale	rosedale	US	11422	0	America/Denver	39.63999	-105.38305	2282			CO	059		
5436972	Rosemont	rosemont	US	08556	0	America/Denver	38.74221	-104.95692	2994			CO	119		
5437005	Roswell	roswell	US	30075	0	America/Denver	38.8736	-104.81942	1872			CO	041		
5437120	Ruby	ruby	US	12475	0	America/Denver	38.8661	-107.0956	3057			CO	051		
5437176	Rugby	rugby	US	37733	0	America/Denver	37.47001	-104.66498	1974			CO	071		
5437210	Rush	rush	US	14543	0	America/Denver	38.83999	-104.09218	1834			CO	041		
5437220	Russell	russell	US	01071	0	America/Denver	37.55529	-105.28778	2569	Placer,Russell		CO	023		
5437266	Rye	rye	US	03870	156	America/Denver	37.92362	-104.93027	2073			CO	101		
5437349	Saguache	saguache	US	81149	480	America/Denver	38.0875	-106.14197	2349	Saguach,Saguache,Savach,Siwatch,Siwatche,sa wo qi,saghwatsh,sgwaych  klradw,syagu'ace,Савач,Сагуач,ساغواتش,سگاچے، کولوراڈو,سگوایچ، کلرادو,स्यागुआचे,萨沃奇	109	CO	109		
5437387	Saint Charles	saint-charles	US	24282	0	America/Denver	38.13889	-104.62136	1513	Saint Charles,San Carlos,St. Charles		CO	101		
5437483	Saint Marys	saint-marys	US	15857	283	America/Denver	39.81665	-105.6475	3072	Saint Mary's		CO	019		
5437555	Salida	salida	US	81201	5467	America/Denver	38.53472	-105.9989	2159	Ephraim,SLT,Salajda,Salida,South Arkansas,sa li da,salyda,salyda  klradw,syalida,Салајда,Салида,ساليدا,سالیدا، کلرادو,سالیڈا، کولوراڈو,स्यालिदा,萨利达	015	CO	015		
5437636	San Antonio	san-antonio	US	33576	0	America/Denver	37.02085	-106.02808	2420			CO	021		
5439276	Snowmass	snowmass	US	81654	0	America/Denver	39.33165	-106.98616	2087			CO	097		
5437682	San Luis	san-luis	US	81152	618	America/Denver	37.20085	-105.4239	2432	Culebra,Plaza del Medio,San Luis,San Luis de Culebra,San Lujs,Sent-Luis,san lwys,sheng lu yi si,sn lwyys  klradw,syana lu'i,Сан Луис,Сан Луйс,Сент-Луис,سان لويس,سن لوئیس، کلرادو,स्यान लुई,圣路易斯	023	CO	023		
5437701	San Miguel	san-miguel	US	88058	0	America/Denver	37.09947	-104.39554	2088			CO	071		
5437702	San Miguel	san-miguel	US	88058	0	America/Denver	37.94694	-107.8359	2667			CO	113		
5437715	San Pablo	san-pablo	US	94806	0	America/Denver	37.14918	-105.39696	2467			CO	023		
5437723	San Pedro	san-pedro	US	90731	0	America/Denver	37.15974	-105.40251	2461	Plaza Arriba,San Pedro,Upper Culebra		CO	023		
5437819	Sanford	sanford	US	04073	852	America/Denver	37.25834	-105.90474	2318			CO	021		
5437856	Santa Maria	santa-maria	US	78592	0	America/Denver	39.44971	-105.63334	2582			CO	093		
5437901	Sargents	sargents	US	81248	0	America/Denver	38.40416	-106.41503	2584	Marshalltown,Sargent,Sargents		CO	109		
5438004	Saxton	saxton	US	16678	0	America/Denver	38.76832	-107.97145	1526			CO	029		
5438191	Sedalia	sedalia	US	27342	206	America/Denver	39.43693	-104.9597	1780	Plum Station,Round Corral,Sedalia,Town of Plum		CO	035		
5438217	Seibert	seibert	US	80834	220	America/Denver	39.29916	-102.8691	1436			CO	063		
5438347	Shamrock	shamrock	US	74068	0	America/Denver	39.88526	-103.81634	1491			CO	001		
5438393	Shaw	shaw	US	38773	0	America/Denver	39.55054	-103.36078	1572			CO	073		
5438407	Shawnee	shawnee	US	43782	0	America/Denver	39.4211	-105.55417	2475			CO	093		
5438530	Shelton	shelton	US	06484	0	America/Denver	38.08334	-103.60633	1281			CO	089		
5438542	Sheridan	sheridan	US	04775	6039	America/Denver	39.64693	-105.02526	1623	Petersburg,Sheridan,seridyana,shrydan  klradw,shyrydan,xie li deng,Шеридан,شریدان، کلرادو,شيريدان,शेरिड्यान,谢里登		CO	005		
5438546	Sheridan Lake	sheridan-lake	US	81071	89	America/Denver	38.46668	-102.29213	1241			CO	061		
5438596	Shirley	shirley	US	01464	0	America/Denver	38.90111	-104.65331	2035			CO	041		
5438691	Sikes	sikes	US	71473	0	America/Denver	38.25834	-105.07471	1809			CO	043		
5438705	Siloam	siloam	US	27047	0	America/Denver	38.25139	-104.97582	1661			CO	101		
5438708	Silt	silt	US	81652	3043	America/Denver	39.54859	-107.65617	1663	Ferguson,Silt		CO	045		
5438836	Silver Plume	silver-plume	US	80476	174	America/Denver	39.6961	-105.72584	2774	Sil'ver Plum,Silver Plam,silbhara plama,sylfr blwm,sylwr plwm  klradw,yin yu,Силвер Плам,Сильвер Плум,سيلفر بلوم,سیلور پلوم، کلرادو,सिल्भर प्लम,银羽		CO	019		
5438849	Silver Springs	silver-springs	US	14550	0	America/Denver	39.45916	-105.39611	2558			CO	093		
5438878	Silverthorne	silverthorne	US	80497	4418	America/Denver	39.63214	-106.07428	2669	Sil'versorn,Silverthorn,Silverthorne,Silvertorn,Silvurtorn,silbharatharna,sylfrthwrn,sylwrswrn  klradw,yin zuo,Силверторн,Силвърторн,Сильверсорн,سيلفرثورن,سیلورسورن، کلرادو,सिल्भरथर्न,银座		CO	117		
5442758	Vallecito	vallecito	US	95251	0	America/Denver	37.37528	-107.58395	2311			CO	067		
5438881	Silverton	silverton	US	79257	637	America/Denver	37.81194	-107.66451	2837	Bakers Park,Greenville,Quito,Reeseville,Sil'verton,Silverton,Tonhidigaii,Tónhidigaii,silbharatana,sylfrtwn,sylwrtwn  klradw,xi er fu dun,Силвертон,Сильвертон,سيلفرتون,سیلورتون، کلرادو,सिल्भरटन,锡尔弗顿	111	CO	111		
5438888	Simla	simla	US	80835	632	America/Denver	39.14166	-104.08385	1822	Silma,Simla		CO	039		
5438900	Simpson	simpson	US	26435	0	America/Denver	37.49779	-104.16719	1713	Simpson,Wormington		CO	071		
5439284	Snowmass Village	snowmass-village	US	81615	2916	America/Denver	39.21304	-106.93782	2502	Snowmass Village,Snowmass-at-Aspen		CO	097		
5439390	Somerset	somerset	US	02725	0	America/Denver	38.92638	-107.47033	1838	Somerset,Summerset		CO	051		
5439517	South Fork	south-fork	US	15956	362	America/Denver	37.67	-106.63976	2502	Baxterville,Saut Fork,Sous Fork,South Fork,fwrk jnwby  klradw,nan fu ke,sa'utha pharka,sawth fwrk,Саут Форк,Соус Форк,ساوث فورك,فورک جنوبی، کلرادو,साउथ फर्क,南福克		CO	105		
5440032	Springfield	springfield	US	01101	1396	America/Denver	37.40835	-102.61436	1329	Springfijld,Springfild,aspryngfyld  klradw,sbrynghfyld,si pu lin fei er de,springaphilda,Спрингфийлд,Спрингфилд,Спринґфілд,اسپرینگفیلد، کلرادو,سبرينغفيلد,स्प्रिङ्गफिल्ड,斯普林菲尔德	009	CO	009		
5440043	Spruce	spruce	US	48762	0	America/Denver	39.15666	-104.87831	2150			CO	035		
5440216	Stapleton	stapleton	US	30823	0	America/Denver	37.49888	-108.40481	2175			CO	083		
5440254	Starkville	starkville	US	39759	53	America/Denver	37.1153	-104.52415	1944	San Pedro,Starkville		CO	071		
5440452	Stonewall	stonewall	US	28583	0	America/Denver	37.15224	-105.01722	2358	Stoners Wall,Stonewall		CO	071		
5440460	Stonington	stonington	US	04681	0	America/Denver	37.29363	-102.1874	1161			CO	009		
5440516	Strasburg	strasburg	US	17579	2447	America/Denver	39.73832	-104.32329	1640			CO	001		
5440525	Stratton	stratton	US	04982	659	America/Denver	39.30333	-102.60465	1345	Claremont,Stratton		CO	063		
5440526	Stratton	stratton	US	04982	644	America/Denver	38.74777	-105.14998	3168			CO	119		
5440556	Stringtown	stringtown	US	74569	0	America/Denver	39.2336	-106.31919	2990			CO	065		
5440559	Strong	strong	US	04983	0	America/Denver	37.71251	-104.90221	1949			CO	055		
5440566	Stuart	stuart	US	24171	0	America/Denver	38.4714	-102.19463	1229			CO	061		
5440606	Sugar City	sugar-city	US	81076	248	America/Denver	38.23195	-103.663	1312			CO	025		
5440646	Sullivan	sullivan	US	03445	0	America/Denver	39.67138	-104.89803	1670			CO	005		
5440756	Sunnyside	sunnyside	US	11104	0	America/Denver	37.84611	-106.96032	2713			CO	079		
5440838	Superior	superior	US	51363	12980	America/Denver	39.95276	-105.1686	1675	Superior,Supirior,Supiriur,su bi li er,superiyara,swbrywr,swpryr  klradw,Супериор,Супириор,Съпириър,سوبريور,سوپریر، کلرادو,سپیریئر، کولوراڈو,सुपेरियर,苏必利尔		CO	013		
5440958	Swink	swink	US	74761	594	America/Denver	38.01445	-103.62828	1256	Fairmont,Swink		CO	089		
5441001	Tabernash	tabernash	US	80478	417	America/Denver	39.9936	-105.84307	2540			CO	049		
5441020	Tacoma	tacoma	US	98401	0	America/Denver	37.52361	-107.78201	2224			CO	067		
5441199	Telluride	telluride	US	81435	2399	America/Denver	37.93749	-107.81229	2680	Columbia,TEX,Teljurajd,Tellerajd,Telljurid,Telluride,te liu lai de,tellyulaideu,telura'ida,tlywrayd  klradw,tylwrayd,Теллерайд,Теллюрид,Телюрайд,Телјурајд,تلیوراید، کلرادو,تيلورايد,टेलुराइड,特柳賴德,텔류라이드	113	CO	113		
5441443	Thomasville	thomasville	US	17364	0	America/Denver	39.36026	-106.70254	2444			CO	097		
5441492	Thornton	thornton	US	03285	133451	America/Denver	39.86804	-104.97192	1631	Sorton,Thornton,Tornton,Torntun,sang dun,sonton,swrntwn  klradw,tharnatana,thwrntwn,twrntwn,Сортон,Торнтон,Торнтън,תורנטון,تھورن ٹن، کولوراڈو,ثورنتون,سورنتون، کلرادو,थर्नटन,ソーントン,桑頓		CO	001		
5441540	Thurman	thurman	US	45685	0	America/Denver	39.5961	-103.21744	1509			CO	121		
5441575	Tijeras	tijeras	US	87059	0	America/Denver	37.12585	-104.66304	1938	Madrid,Tejares,Tejera,Tijera,Tijeras,Tijeres		CO	071		
5441621	Tioga	tioga	US	16946	0	America/Denver	37.6989	-104.92749	1996			CO	055		
5441711	Tomah	tomah	US	54660	0	America/Denver	39.30193	-104.88998	1961			CO	035		
5441792	Towaoc	towaoc	US	81334	1087	America/Denver	37.20444	-108.72954	1802			CO	083		
5441814	Towner	towner	US	58788	22	America/Denver	38.47085	-102.07963	1197	Memphis,Towner		CO	061		
5441989	Trimble	trimble	US	38259	0	America/Denver	37.39028	-107.84646	2005	Trimble,Trimble Hot Springs,Trimble Springs		CO	067		
5441997	Trinchera	trinchera	US	81081	0	America/Denver	37.04224	-104.04747	1769	Grinell,San Jose,Trinchera		CO	071		
5442007	Trinidad	trinidad	US	75163	8153	America/Denver	37.16946	-104.50054	1839	Rio de las Animas,Santisima Trinidad,TAD,Trinidad,te li ni da,torinidado,trinidada,trinidyada,trynydad,trynydad  klradw,Тринидад,Тринідад,ترينيداد,ترینیداد، کلرادو,ٹرینیڈاڈ، کولوراڈو,ट्रिनिडाड,ट्रिनिड्याड,トリニダード,特立尼达	071	CO	071		
5442065	Troutdale	troutdale	US	24378	0	America/Denver	39.63693	-105.34805	2188			CO	059		
5442098	Trumbull	trumbull	US	06611	0	America/Denver	39.26305	-105.21944	1949			CO	059		
5442271	Twin Lakes	twin-lakes	US	53181	6101	America/Denver	39.82499	-105.0047	1599			CO	001		
5442284	Twin Lakes	twin-lakes	US	53181	171	America/Denver	39.08277	-106.38197	2815	Dayton,Twin Lakes		CO	065		
5442346	Two Buttes	two-buttes	US	81084	41	America/Denver	37.56112	-102.39769	1253			CO	009		
5442371	Tyrone	tyrone	US	14887	0	America/Denver	37.45418	-104.2083	1689	Tyrone,Yetta		CO	071		
5442403	Una	una	US	29378	0	America/Denver	39.3997	-108.10869	1529			CO	045		
5442634	Ute	ute	US	51060	0	America/Denver	38.25554	-108.27119	2307			CO	085		
5442727	Vail	vail	US	51465	5461	America/Denver	39.64026	-106.3742	2496	Vail,Vehjl,Vejl,bhela,fyl,wayl  klradw,wei er,wel,wyyl,Вейл,Вејл,Вэйл,וייל,فيل,وایل، کلرادو,ویل، کولوراڈو,भेल,വെയ്‌ൽ,เวล,韦尔		CO	037		
5442740	Valdez	valdez	US	87580	47	America/Denver	37.12224	-104.70193	1978			CO	071		
5442781	Valley View	valley-view	US	17983	0	America/Denver	38.06834	-104.97693	1916			CO	101		
5442933	Vernal	vernal	US	84078	0	America/Denver	38.38971	-107.82923	1864			CO	085		
5442937	Vernon	vernon	US	05354	29	America/Denver	39.94638	-102.31547	1200			CO	125		
5442960	Vicksburg	vicksburg	US	17883	0	America/Denver	38.99916	-106.3778	2948			CO	015		
5442961	Victor	victor	US	14564	389	America/Denver	38.70999	-105.13998	2959	City of Mines,Victor,Viktor,bhiktara,fktwr,wei ke tuo wei er,wyktwr  klradw,Виктор,فكتور,ویکتور، کلرادو,भिक्टर,维克托维尔		CO	119		
5443005	Vilas	vilas	US	28692	110	America/Denver	37.37363	-102.4463	1266			CO	009		
5443007	Villa Grove	villa-grove	US	61956	0	America/Denver	38.24861	-105.94918	2434	Garibaldi,Villa Grove		CO	109		
5443024	Vineland	vineland	US	08360	251	America/Denver	38.24556	-104.45941	1416			CO	101		
5443073	Vona	vona	US	80861	107	America/Denver	39.3036	-102.74298	1373			CO	063		
5443206	Walsenburg	walsenburg	US	81089	2898	America/Denver	37.62418	-104.78026	1881	La Plaza de los Leones,Tourist City,Uolsunburg,Val'senburg,Volsenberg,Walsen,Walsenburg,valasenabarga,volsenabarga,walsnbwrg  klradw,walsnbwrgh,wo er sen bao,Вальсенбург,Волсенберг,Уолсънбърг,والسنبورغ,والسنبورگ، کلرادو,वालसेनबर्ग,वॉल्सेनबर्ग,沃尔森堡	055	CO	055		
5443210	Walsh	walsh	US	62297	518	America/Denver	37.38613	-102.27824	1205			CO	009		
5443370	Watkins	watkins	US	52354	0	America/Denver	39.74526	-104.60747	1684	Box Elder,Watkins		CO	001		
5443402	Waverly	waverly	US	14892	0	America/Denver	37.42973	-106.00614	2313			CO	003		
5443439	Webster	webster	US	01570	0	America/Denver	39.45749	-105.72028	2756			CO	093		
5443508	Wellsville	wellsville	US	14895	0	America/Denver	38.48666	-105.91001	2101			CO	043		
5443572	West Burlington	west-burlington	US	13482	0	America/Denver	39.30333	-102.30964	1279			CO	063		
5443889	Westcliffe	westcliffe	US	81252	577	America/Denver	38.13472	-105.46584	2398	Uestkliff,Vestklif,vestaklipha,wei si te ke li fu,wstklyf  klradw,wystklyf,Вестклиф,Уестклифф,وستکلیف، کلرادو,ويستكليف,वेस्टक्लिफ,韦斯特克利夫	027	CO	027		
5443910	Westminster	westminster	US	01441	113130	America/Denver	39.83665	-105.0372	1641	Harris Park,Uestminstur,Vestminster,Westminster,u~esutominsuta,vestaminstara,wei si min si te,wstmnstr,wstmynstr,wstmynstr  klradw,Вестминстер,Вестмінстер,Уестминстър,וסטמינסטר,وستمنستر,وستمینستر، کلرادو,ویسٹ منسٹر، کولوراڈو,वेस्टमिन्स्टर,ウェストミンスター,威斯敏斯特		CO	001		
5443912	Weston	weston	US	02493	55	America/Denver	37.1328	-104.84888	2099	Los Cisneros,Weston		CO	071		
5443933	Wetmore	wetmore	US	49895	0	America/Denver	38.23806	-105.08471	1855			CO	027		
5443948	Wheat Ridge	wheat-ridge	US	80033	31192	America/Denver	39.7661	-105.07721	1664	Uijt Ridzh,Uit Ridzh,Vit Ridz,mai ling,vhita rija,wyt rydj,wyt rydj  klradw,Вит Риџ,Уийт Ридж,Уит Ридж,ويت ريدج,ویت ریدج، کلرادو,ویٹ ریج، کولوراڈو,व्हिट रीज,麦岭		CO	059		
5444093	Whitewater	whitewater	US	53190	0	America/Denver	38.99109	-108.45342	1420			CO	077		
5444186	Wild Horse	wild-horse	US	80862	0	America/Denver	38.82583	-103.0116	1364			CO	017		
5444187	Wild Horse	wild-horse	US	80862	0	America/Denver	38.32917	-104.66859	1489			CO	101		
5444253	Wiley	wiley	US	30581	385	America/Denver	38.15417	-102.71964	1139			CO	099		
5444324	Williamsburg	williamsburg	US	01096	656	America/Denver	38.38194	-105.15193	1643			CO	043		
5444553	Winfield	winfield	US	17889	0	America/Denver	38.98472	-106.44086	3122			CO	015		
5444563	Wingo	wingo	US	42088	0	America/Denver	39.34582	-107.01032	2063			CO	097		
5454934	Alto	alto	US	30510	0	America/Denver	33.39869	-105.68082	2229			NM	027		
5444579	Winter Park	winter-park	US	32789	993	America/Denver	39.89165	-105.76306	2759	QWP,Uinter Park,Vinter Park,West Portal,Winter Park,vintara parka,wen te pa ke,winteopakeu,wyntr bark,wyntr park  klradw,Винтер Парк,Уинтер Парк,وينتر بارك,وینتر پارک، کلرادو,विन्टर पार्क,温特帕克,윈터파크		CO	049		
5444609	Wolcott	wolcott	US	05680	15	America/Denver	39.70276	-106.67865	2130	Bussells,Walcott,Wolcott		CO	037		
5444689	Woodland Park	woodland-park	US	80863	7222	America/Denver	38.99388	-105.05693	2585	Manitou,Summit Park,Woodland Park		CO	119		
5444709	Woodrow	woodrow	US	80757	0	America/Denver	39.98832	-103.59161	1369			CO	121		
5444723	Woody Creek	woody-creek	US	81656	263	America/Denver	39.27026	-106.88615	2239			CO	097		
5444826	Yellow Jacket	yellow-jacket	US	81335	0	America/Denver	37.53444	-108.71732	2103			CO	083		
5444864	Yoder	yoder	US	46798	0	America/Denver	38.83944	-104.22191	1873			CO	041		
5444873	Yorkville	yorkville	US	13495	0	America/Denver	38.29222	-105.29027	2382			CO	043		
5444935	Zuni	zuni	US	23898	0	America/Denver	39.80332	-105.02165	1589			CO	001		
5444944	Achilles	achilles	US	23001	0	America/Chicago	39.71195	-100.83626	867			KS	153	00175	
5444964	Allison	allison	US	15413	0	America/Chicago	39.575	-100.2643	771	Allison,Toiyabe		KS	039	01300	
5444994	Astor	astor	US	32102	0	America/Denver	38.47279	-101.90295	1145			KS	071	71475	
5444997	Atwood	atwood	US	38220	1187	America/Chicago	39.80667	-101.0421	871	Attwood,Atvud,Atwood,atwwd,atwwd  kanzas,Атвуд,أتوود,اتوود، کانزاس	153	KS	153	03175	
5445024	Beardsley	beardsley	US	56211	0	America/Chicago	39.81444	-101.22766	975	Beardsley,Greshamton		KS	153	60362	
5445059	Bird City	bird-city	US	67731	436	America/Chicago	39.75083	-101.53294	1056	Bird,Bird City,Bird Town,Birdton		KS	023	06850	
5445083	Brewster	brewster	US	02631	302	America/Chicago	39.36667	-101.37683	1045	Brewster,Brjuster,Hastings,Брюстер		KS	193	76975	
5445094	Brownville	brownville	US	04414	0	America/Chicago	39.18612	-101.3535	1032			KS	193	36925	
5445148	Chardon	chardon	US	44024	0	America/Chicago	39.65472	-101.0571	969	Chardon,Sappaton		KS	153	12037	
5445151	Charleston	charleston	US	04422	0	America/Chicago	37.8653	-100.56487	828	Charleston,Charlston		KS	069	41900	
5445183	Clayton	clayton	US	08312	58	America/Chicago	39.7375	-100.17764	737	Cameron,Clayton		KS	137	32060	
5445948	McDonald	mcdonald	US	88262	160	America/Chicago	39.78583	-101.37572	1025	Celia,McDonald		KS	153	60362	
5445194	Colby	colby	US	54421	5417	America/Chicago	39.39584	-101.05238	963	CBK,Kolbi,kolbi,kwlby,kwlby  kanzas,Колби,كولبي,کولبی، کانزاس,कोल्बी	193	KS	193	14650	
5445207	Collyer	collyer	US	67631	107	America/Chicago	39.03556	-100.11791	787			KS	195	14925	
5445220	Coolidge	coolidge	US	31738	88	America/Denver	38.0418	-102.01029	1023	Coolidge,Sargent		KS	075	15425	
5445232	Coronado	coronado	US	92118	0	America/Chicago	38.48585	-101.3046	997			KS	203	39575	
5445236	Copeland	copeland	US	34137	304	America/Chicago	37.54197	-100.6296	860			KS	069	15500	
5445270	Deerfield	deerfield	US	01342	693	America/Chicago	37.97974	-101.13322	898			KS	093	17250	
5445298	Dodge City	dodge-city	US	67801	27912	America/Chicago	37.7528	-100.01708	760	Buffalo City,DDC,Dadz Siti,Dodge City,Dodzh Siti,Dodzh-Siti,Dodzh-siti,Fort Dodge,daj syty  kanzas,doja siti,dojisiti,dojjishiti,dwdj syty,Даџ Сити,Додж Сити,Додж-Сити,Додж-Сіті,Додж-сити,داج سیتی، کانزاس,دودج سيتي,ڈاج سٹی، کنساس,डॉज सिटी,ドッジシティ,도지시티	057	KS	057	18250	
5445306	Dresden	dresden	US	04342	41	America/Chicago	39.62417	-100.42236	833			KS	039	18625	
5445330	Edson	edson	US	67733	0	America/Denver	39.33722	-101.54044	1087			KS	181	75750	
5445336	Elkader	elkader	US	52043	0	America/Chicago	38.79335	-100.85876	804			KS	109	20225	
5445338	Elkhart	elkhart	US	46514	2042	America/Chicago	37.00808	-101.89017	1094	Ehlkkhart,Elkhart,Elkkhart,Sid,alkhart,alkhart  kanzas,Елкхарт,Элкхарт,إلكهارت,الخارت، کانزاس	129	KS	129	69975	
5445354	Ensign	ensign	US	67841	185	America/Chicago	37.6528	-100.23375	829	Ensign,Lonelake		KS	069	19525	
5445419	Fowler	fowler	US	44418	557	America/Chicago	37.38558	-100.1957	757	Fowler,Fowler City,Gilbert		KS	119	24200	
5445429	Friend	friend	US	68359	0	America/Chicago	38.26002	-100.91155	887	Friend,McCue		KS	055	70225	
5446018	Morland	morland	US	67650	154	America/Chicago	39.34945	-100.07569	702	Beech Grove,Fremont,Kalula,Morland		KS	065	66300	
5454967	Alvarado	alvarado	US	56710	0	America/Denver	32.13649	-106.23721	1251			NM	035		
5445439	Garden City	garden-city	US	11530	27005	America/Chicago	37.97169	-100.87266	865	Fulton,GCK,Garden City,Garden Siti,gardn syty  kanzas,ghardn syty,Гарден Сити,غاردن سيتي,گاردن سیتی، کانزاس,گارڈن سٹی، کنساس	055	KS	055	25325	
5445479	Goodland	goodland	US	34140	4457	America/Denver	39.35083	-101.71017	1122	GLD,Gandy,Goodland,Gudland,Sherman Center,ghwdland,gudalamda,gwdland  kanzas,Гудланд,غودلاند,گودلاند، کانزاس,गूडलँड	181	KS	181	26875	
5445487	Gove	gove	US	67736	99	America/Chicago	38.95779	-100.48875	802	Gove,Gove City	063	KS	063	27075	
5445498	Grainfield	grainfield	US	67737	264	America/Chicago	39.11362	-100.46514	857			KS	063	27225	
5445527	Grinnell	grinnell	US	50112	247	America/Chicago	39.12723	-100.62903	887			KS	063	28925	
5445565	Hartland	hartland	US	04943	0	America/Chicago	37.88724	-101.37211	936			KS	093	30500	
5445582	Healy	healy	US	67850	234	America/Chicago	38.60002	-100.61709	870			KS	101	13050	
5445588	Herndon	herndon	US	17830	128	America/Chicago	39.90973	-100.78515	814	Herndon,Kherndon,Pesth,Херндон		KS	153	31462	
5445609	Hobart	hobart	US	13788	0	America/Chicago	37.29058	-100.52348	832			KS	119	77300	
5445612	Holcomb	holcomb	US	38940	2163	America/Chicago	37.98614	-100.98933	879	Holcomb,Kholkomb,Sherlock,hwlkwm,hwlkwmb  kanzas,Холкомб,هولكوم,هولکومب، کانزاس		KS	055	64800	
5445621	Horace	horace	US	58047	74	America/Denver	38.4764	-101.79073	1110			KS	071	71475	
5445627	Hoxie	hoxie	US	67740	1176	America/Chicago	39.3575	-100.44181	827	Hoxie,Kenneth	179	KS	179	36525	
5445633	Howell	howell	US	07731	0	America/Chicago	37.78335	-100.17931	777			KS	057	22500	
5445636	Hugoton	hugoton	US	67951	3964	America/Chicago	37.1753	-101.3496	948	Hugo,Hugoton,hwghwtwn,hwgwtwn  kanzas,هوغوتون,هوگوتون، کانزاس	189	KS	189	12200	
5445644	Hutchins	hutchins	US	75141	0	America/Chicago	38.43974	-100.91543	896			KS	171	63575	
5445658	Ingalls	ingalls	US	46048	308	America/Chicago	37.8278	-100.45459	814	Ingalls,Soule		KS	069	34250	
5445678	Jennings	jennings	US	32053	95	America/Chicago	39.67945	-100.29347	766	Jennings,Slab City		KS	039	35400	
5445688	Johnson	johnson	US	05656	1327	America/Chicago	37.57057	-101.751	1017	Johnson,Johnson City,Veteran		KS	187	67975	
5445696	Julian	julian	US	16844	0	America/Chicago	37.56196	-101.62656	983			KS	187	06600	
5445725	Kanona	kanona	US	14856	0	America/Chicago	39.79667	-100.38986	829	Altory,Kanona		KS	039	01650	
5445727	Kanorado	kanorado	US	67741	154	America/Denver	39.33305	-102.03796	1191	Kanorado,Lamborn		KS	181	68150	
5445736	Kendall	kendall	US	14476	0	America/Denver	37.93474	-101.546	957	Aubrey,Kendall,Zamora		KS	075	36425	
5445752	Kismet	kismet	US	67859	459	America/Chicago	37.20558	-100.7021	848			KS	175	23000	
5445780	Lakin	lakin	US	67860	2202	America/Chicago	37.94058	-101.25489	915		093	KS	093	38200	
5445810	Lenora	lenora	US	67645	240	America/Chicago	39.61056	-100.00263	692	Lenora,Spring City		KS	137	32060	
5445813	Leoti	leoti	US	67861	1484	America/Chicago	38.47974	-101.35877	1006	Bonasa,Leoti	203	KS	203	39575	
5445816	Levant	levant	US	04456	61	America/Chicago	39.38556	-101.19488	1009			KS	193	19475	
5445820	Liberal	liberal	US	64762	20746	America/Chicago	37.04308	-100.921	864	LBL,Liberal,Liberal'naja,Neutral City,lbrl  knsas,lybral,lybral  kanzas,Либерал,Либеральная,لبرل، کنساس,ليبرال,لیبرال، کانزاس	175	KS	175	39825	
5445889	Lucerne	lucerne	US	46950	0	America/Chicago	39.49667	-100.20041	807	Hortonville,Lucerne		KS	179	00300	
5445891	Ludell	ludell	US	67744	0	America/Chicago	39.85556	-100.95988	848	Danube,Kelso,Louelle,Ludell,Luella,Prag		KS	153	43200	
5445900	Lydia	lydia	US	29079	0	America/Chicago	38.27835	-101.29155	992			KS	203	39575	
5445902	Lyle	lyle	US	55953	0	America/Chicago	39.95778	-100.21653	735			KS	039	27600	
5445912	Manning	manning	US	29102	0	America/Chicago	38.55529	-100.72348	890			KS	171	36600	
5445914	Mansfield	mansfield	US	02048	0	America/Chicago	37.9228	-100.7671	853	Mansfield,Moneka		KS	055	55800	
5445917	Manter	manter	US	67862	160	America/Chicago	37.52307	-101.8849	1064			KS	187	44400	
5445924	Marienthal	marienthal	US	67863	71	America/Chicago	38.48752	-101.21293	980			KS	203	39575	
5445952	Meade	meade	US	67864	1624	America/Chicago	37.28558	-100.34015	761	Meade,Meade Center,Meade Centre,Meade City,Skidmore	119	KS	119	45350	
5445962	Medway	medway	US	02053	0	America/Denver	38.01362	-101.8824	1005	Lee,Medway		KS	075	45650	
5445964	Menlo	menlo	US	30731	60	America/Chicago	39.35695	-100.72265	900	Menlo,Zilla		KS	193	45775	
5445983	Midway	midway	US	15060	0	America/Chicago	39.82917	-100.77765	894			KS	153	31462	
5445986	Mingo	mingo	US	43047	0	America/Chicago	39.27834	-100.96237	948	Mingo,Thurford		KS	193	68975	
5445989	Minneola	minneola	US	34755	707	America/Chicago	37.44336	-100.01514	777	Appleton,Mineola,Minneola		KS	025	02100	
5446000	Modoc	modoc	US	29838	0	America/Chicago	38.48696	-101.08182	955	Isabel,Modoc,Plummer		KS	171	34575	
5446007	Monument	monument	US	67747	0	America/Chicago	39.10445	-101.0071	967	Ennis City,Monument		KS	109	48050	
5446028	Moscow	moscow	US	05662	319	America/Chicago	37.32363	-101.20572	930	Gorod Moskva,Moscow,Moskou,Valparaiso,maskw  knsas,mskw  kanzas,mwskw,Город Москва,Москоу,ماسکو، کنساس,مسکو، کانزاس,موسكو		KS	189	48625	
5446057	Norcatur	norcatur	US	67653	150	America/Chicago	39.83695	-100.18791	805	Norcatur,Rockwell City		KS	039	40600	
5446091	Oakley	oakley	US	48649	2045	America/Chicago	39.13334	-100.86376	934	Blaiseville,Gilmore,Oakley,Oukli,awkly,awwkly  kanzas,okali,Оукли,أوكلي,اووکلی، کانزاس,ओकली	193	KS	193	66875	
5446098	Oberlin	oberlin	US	44074	1761	America/Chicago	39.81834	-100.5282	781	Oberle,Oberlin,Sappa,Westfield,awbrlyn,awbrlyn  kanzas,Оберле,أوبرلين,اوبرلین، کانزاس	039	KS	039	52000	
5446122	Park	park	US	67751	120	America/Chicago	39.11251	-100.35875	838	Buffalo,Buffalo Park,Park		KS	063	55050	
5446177	Peterson	peterson	US	35478	0	America/Chicago	38.03252	-101.06711	905			KS	055	64800	
5446179	Pierceville	pierceville	US	47039	0	America/Chicago	37.87836	-100.67682	838			KS	055	55800	
5446185	Plains	plains	US	31780	1088	America/Chicago	37.2603	-100.59265	841	Plains,Plains City,West Plains		KS	119	77300	
5446258	Quinby	quinby	US	23423	0	America/Chicago	37.98836	-100.92878	873			KS	055	25350	
5446259	Quinter	quinter	US	67752	948	America/Chicago	39.06945	-100.23236	813	Familton,Quinter		KS	063	03775	
5446288	Richfield	richfield	US	17086	40	America/Chicago	37.26613	-101.78239	1033	Brandley,Richfield		KS	129	59225	
5446302	Rexford	rexford	US	12148	230	America/Chicago	39.47167	-100.74348	901			KS	193	65900	
5446306	Rockwell	rockwell	US	28138	0	America/Chicago	39.83334	-100.08374	747	Rockwell,Rockwell City		KS	137	12260	
5446326	Russell Springs	russell-springs	US	42642	25	America/Chicago	38.91334	-101.18155	904	Eaton,Russell Springs		KS	109	61900	
5446345	Saint Francis	saint-francis	US	04774	1329	America/Chicago	39.77222	-101.7999	1012		023	KS	023	75375	
5446377	Saint Peter	saint-peter	US	56082	0	America/Chicago	39.18973	-100.0893	760	Hoganville,Saint Peter,St. Peter		KS	065	08850	
5446410	Satanta	satanta	US	67870	1133	America/Chicago	37.43725	-100.97211	899	Santanta,Satanta		KS	081	18825	
5446421	Sayre	sayre	US	18840	0	America/Chicago	37.68808	-100.17431	812			KS	057	22500	
5446438	Sears	sears	US	49679	0	America/Chicago	37.76252	-100.10597	770			KS	057	22500	
5446439	Seguin	seguin	US	78155	0	America/Chicago	39.33751	-100.59487	871	Seguin,Sequin		KS	179	42225	
5446440	Selden	selden	US	11784	216	America/Chicago	39.54084	-100.56764	864	Selden,Селден		KS	179	64750	
5446442	Selkirk	selkirk	US	12158	0	America/Chicago	38.47335	-101.5435	1050			KS	203	39575	
5446450	Scott City	scott-city	US	63780	3838	America/Chicago	38.48252	-100.90709	908	Scott,Scott City,Skot Siti,askat syty  kanzas,skwt syty,Скот Сити,اسکات سیتی، کانزاس,سكوت سيتي	171	KS	171	63600	
5446453	Sharon Springs	sharon-springs	US	13459	761	America/Denver	38.89779	-101.75212	1059	Eagel Tail,Eagle Tail,Sharon Springs	199	KS	199	64400	
5446481	Shields	shields	US	58569	0	America/Chicago	38.61557	-100.44514	848			KS	101	79725	
5446584	Studley	studley	US	23162	0	America/Chicago	39.35306	-100.16374	734	Corll,Skelton,Studley		KS	179	73150	
5446598	Sunland	sunland	US	91040	0	America/Denver	38.89279	-101.82156	1091			KS	199	76700	
5446607	Sutton	sutton	US	01590	0	America/Chicago	37.90585	-101.46545	949			KS	093	30500	
5446613	Syracuse	syracuse	US	13201	1663	America/Denver	37.98071	-101.7543	985	Holidaysburg,Syracuse	075	KS	075	69875	
5446617	Sublette	sublette	US	61367	1384	America/Chicago	37.48169	-100.84377	888		081	KS	081	30625	
5446641	Traer	traer	US	50675	0	America/Chicago	39.92834	-100.66626	798			KS	039	23425	
5446643	Tribune	tribune	US	67879	793	America/Denver	38.46974	-101.75267	1101	Cappaqua,Tribune	071	KS	071	71475	
5446676	Utica	utica	US	13501	154	America/Chicago	38.6439	-100.16985	800	Saint Sophia,Utica,Wilberforce		KS	135	52400	
5446683	Ulysses	ulysses	US	16948	6097	America/Chicago	37.58141	-101.35517	930	Julisiz,New Ulysses,Uliss,Ulysses,aywlysyz  kanzas,ywlysys,Јулисиз,Улисс,ایولیسیز، کانزاس,يوليسيس	067	KS	067	40725	
5446709	Wallace	wallace	US	26448	58	America/Denver	38.9114	-101.59156	1010			KS	199	74775	
5446735	Weskan	weskan	US	67762	161	America/Denver	38.86667	-101.96434	1174	Montero,Weskan		KS	199	76700	
5446764	Wheeler	wheeler	US	38880	0	America/Chicago	39.76416	-101.71295	1062			KS	023	53050	
5446778	Whitelaw	whitelaw	US	54247	0	America/Denver	38.45502	-101.67934	1082	Whiteclaw,Whitelaw		KS	071	71475	
5446785	Wilburton	wilburton	US	17888	0	America/Chicago	37.07364	-101.77322	1045	Tice,Wilburton		KS	129	13350	
5446801	Winona	winona	US	25942	166	America/Chicago	39.06334	-101.24433	1014	Gopher,Gopher Station,Vajnona,Winona,Вайнона		KS	109	80100	
5446805	Wolf	wolf	US	82844	0	America/Chicago	38.03224	-101.09906	909	Wolf,Wolf Siding		KS	055	64800	
5454085	Abbott	abbott	US	76621	0	America/Denver	36.30559	-104.25887	1879	Abbott,New Abbott		NM	007		
5454116	Abiquiu	abiquiu	US	87510	231	America/Denver	36.20724	-106.31864	1849	Abechiu,Abekju *,Abeshu'u *,Abi-chiu,Abiquiu,Avekjutsae *,Big Leggin's,Fe-jui,Fe-jyu,Jo-so-ge,Joseph,K'oso'ombu'u *,K'oso'ong'ongwi *,K'osobu'u *,Kaekibi,Moki'ongwi *,Mokibu'u *,Moque,Moqui,P'efu,P'efubu'u,P'eshubu'u *,Pefu'u,Santa Rosa de Abiquiu,Santa Rosa de Lima de Abiquiu		NM	039		
5454205	Acme	acme	US	15610	0	America/Denver	33.59232	-104.32858	1120			NM	005		
5454326	Afton	afton	US	13730	0	America/Denver	32.07288	-106.94417	1284			NM	013		
5454492	Alameda	alameda	US	94501	0	America/Denver	35.18671	-106.61808	1525			NM	001		
5454546	Alamo	alamo	US	30411	1085	America/Denver	34.42089	-107.51088	1885			NM	053		
5454627	Alamogordo	alamogordo	US	88310	30753	America/Denver	32.89953	-105.96027	1323	ALM,Alamo Gordo,Alamogordo,aellamogodo,alamwghwrdw,almagwrdw  nywmkzykw,aramogodo,Аламогордо,Аламоґордо,ألاموغوردو,الماگوردو، نیومکزیکو,ایلاموگورڈو، نیو میکسیکو,แอละโมกอร์โด,アラモゴード,앨라모고도	035	NM	035		
5454690	Albert	albert	US	67511	0	America/Denver	35.93448	-103.86525	1419	Albert,Tequesquite		NM	021		
5454711	Albuquerque	albuquerque	US	87101	559121	America/Denver	35.08449	-106.65114	1511	ABQ,Al'bukerke,Albakrki,Albakerki,Albjukuehrokju,Albukerke,Albukerki,Albukerkė,Albukwer kwe,Albukwér kwé,Albuquerque,Alburquerque,Almpoukerki,Beeldil Daesenili *,Beeʼeldííl Dahsinil,Duke City,New Albuquerque,San Felipe de Neri,San Francisco Xavier,San Francisco de Albuquerque,The Duke City,Vokekyi Leuwi *,a bu kui ji,aelbeokeoki,alabakarki,alabukaraki,albakrky,albukark,albukarki,albukʼerkʼe,albwkrk  nyw myksykw,albwkrky,alpukerkki,arubakaki,Αλμπουκέρκη,Албакерки,Албакърки,Албукерки,Албюкуэрокю,Альбукерке,Ալբուկերկե,אלבקרקי,آلبوکرک، نیو میکسیکو,ألباكركي,البوکرکی,आल्बुकर्की,আলবাকার্কি,ਅਲਬੂਕਰਕੀ,ஆல்புகெர்க்கி,ಆಲ್ಬುಕರ್ಕ್,แอลบูเคอร์คี,ალბუკერკე,アルバカーキ,阿布奎基,앨버커키	001	NM	001		
5454746	Alcalde	alcalde	US	87511	285	America/Denver	36.08891	-106.05363	1741	Alcalde,Anubu'u *,Kadabu'u *,Plaza de Alcalde,Plazita Alcalde,Pobaenute'ingko *		NM	039		
5454807	Algodones	algodones	US	87001	814	America/Denver	35.38059	-106.47919	1558			NM	043		
5454892	Allison	allison	US	15413	0	America/Denver	35.52419	-108.78509	1977			NM	031		
5454905	Alma	alma	US	14708	0	America/Denver	33.37951	-108.9034	1488			NM	003		
5454927	Alta Vista	alta-vista	US	50603	0	America/Denver	35.53504	-104.7436	1998			NM	047		
5454987	Amalia	amalia	US	87512	0	America/Denver	36.94197	-105.45445	2483	Amalia,Pina *		NM	055		
5455053	Amistad	amistad	US	88410	0	America/Denver	35.91893	-103.15383	1363			NM	059		
5455214	Angel Fire	angel-fire	US	87710	1122	America/Denver	36.39309	-105.28501	2562	AXX,Angel Fire		NM	007		
5455243	Animas	animas	US	88020	237	America/Denver	31.94898	-108.80728	1343	Animas,Ánimas,Анимас		NM	023		
5455282	Antelope	antelope	US	59211	0	America/Denver	31.95704	-108.71394	1370			NM	023		
5455381	Anthony	anthony	US	32617	9293	America/Denver	32.00399	-106.60583	1159	Anthony,Half Way House,La Tuna		NM	013		
5455404	Anton Chico	anton-chico	US	87711	188	America/Denver	35.20005	-105.14222	1601			NM	019		
5455419	Apache	apache	US	73006	0	America/Denver	33.32536	-105.90277	1886			NM	035		
5455581	Aragon	aragon	US	30104	0	America/Denver	35.1092	-108.13229	2467			NM	006		
5455584	Aragon	aragon	US	30104	94	America/Denver	33.88116	-108.53895	2036	Aragon,Joseph		NM	003		
5455647	Arena	arena	US	53503	0	America/Denver	31.80205	-107.41557	1208			NM	029		
5455650	Arenas Valley	arenas-valley	US	88022	1522	America/Denver	32.79396	-108.18421	1871			NM	017		
5455738	Arrey	arrey	US	87930	232	America/Denver	32.84869	-107.31919	1274			NM	051		
5455744	Arriba	arriba	US	80804	0	America/Denver	35.62338	-105.20084	1978			NM	047		
5455766	Arroyo Hondo	arroyo-hondo	US	87513	474	America/Denver	36.53586	-105.66973	2072	Arroyo Hondo,Hondo,Kualat'a *,Los Montes		NM	055		
5455775	Arroyo Seco	arroyo-seco	US	87514	1785	America/Denver	36.51669	-105.56918	2327	Arroyo Seco,Arroyoseco,Pakuba *,Pakut'a *		NM	055		
5455782	Arroyo Seco	arroyo-seco	US	87514	0	America/Denver	35.9653	-106.03058	1746			NM	049		
5455796	Artesia	artesia	US	39736	12036	America/Denver	32.84233	-104.4033	1030	ATS,Artehzija,Artezija,Artizha,artyshya,artyzha  nywmkzykw,Артезія,Артижа,Артэзия,آرتیژا، نیومکزیکو,أرتيشيا,ارٹیسیا، نیو میکسیکو,ཨར་ཊེ་སི་ཡ།		NM	015		
5455956	Atoka	atoka	US	38004	1077	America/Denver	32.76956	-104.38885	1029			NM	015		
5456002	Aurora	aurora	US	04408	0	America/Denver	35.14672	-105.44918	1903			NM	047		
5456022	Avalon	avalon	US	08202	0	America/Denver	32.49762	-104.23662	970			NM	015		
5456037	Avis	avis	US	17721	0	America/Denver	32.70038	-105.4547	2075			NM	035		
5456049	Aztec	aztec	US	87410	6147	America/Denver	36.82223	-107.99285	1721	Aztehg,Aztek,Kinteel,aztk  nywmkzykw,aztyk,azutekku,Азтек,Азтэг,أزتيك,ازتک، نیومکزیکو,アズテック	045	NM	045		
5456467	Bard	bard	US	88411	0	America/Denver	35.12867	-103.24578	1220	Bard,Bard City		NM	037		
5456587	Barton	barton	US	05822	0	America/Denver	35.0831	-106.24697	2056			NM	001		
5456647	Bates	bates	US	97817	0	America/Denver	36.29586	-103.203	1485			NM	059		
5456682	Bayard	bayard	US	26707	2264	America/Denver	32.76174	-108.1306	1774			NM	017		
5456916	Becker	becker	US	38825	0	America/Denver	34.49617	-106.61558	1578			NM	061		
5456975	Belen	belen	US	38609	7152	America/Denver	34.66284	-106.77642	1466	Behlen,Belem,Belen,Belén,Bethel,Nuestra Senora de Belen *,bln  nywmkzykw,bylyn,Белен,Бэлен,بلن، نیومکزیکو,بيلين		NM	061		
5457097	Bennett	bennett	US	27208	0	America/Denver	32.0679	-103.21101	903	Bennett,Bennettville		NM	025		
5457124	Bent	bent	US	88314	119	America/Denver	33.1587	-105.85693	1775			NM	035		
5457146	Berino	berino	US	88024	1441	America/Denver	32.07093	-106.62138	1168	Berino,Berino Siding		NM	013		
5457198	Bernalillo	bernalillo	US	87004	8843	America/Denver	35.30004	-106.55114	1540	Balalijo *,Bernalille,Bernalillo,Bernalilo,Khin Nodozi *,Kin Noodooz,Kin Noodǫ́ǫ́z,Las Cocinitas,Real de Bernalillo,berunario,brnalylw  nywmkzykw,Берналило,برنالیلو، نیومکزیکو,ベルナリオ	043	NM	043		
5457268	Bethel	bethel	US	04217	0	America/Denver	34.22869	-103.47468	1240			NM	041		
5457402	Big Horn	big-horn	US	82833	0	America/Denver	36.98918	-106.18225	2749	Big Horn,Big Horn Siding		NM	039		
5457584	Bingham	bingham	US	04920	0	America/Denver	33.88896	-106.37251	1672			NM	053		
5457860	Black Rock	black-rock	US	72415	1323	America/Denver	35.08837	-108.79119	1967			NM	031		
5457980	Blanchard	blanchard	US	16826	0	America/Denver	35.38866	-105.35751	1944			NM	047		
5457983	Blanco	blanco	US	74528	388	America/Denver	36.72417	-107.82534	1697			NM	045		
5458016	Bland	bland	US	24315	0	America/Denver	35.75753	-106.46531	2247			NM	043		
5458067	Bloomfield	bloomfield	US	06002	7314	America/Denver	36.71112	-107.98451	1663	Ahihodiiteel,Bloomfield,Porter		NM	045		
5458196	Bluewater	bluewater	US	87005	0	America/Denver	35.25503	-107.98562	2022	Agua Azul,Bluewater,T iis ni tas ch eeli		NM	006		
5458197	Bluewater	bluewater	US	87005	0	America/Denver	33.55786	-105.1861	1679			NM	027		
5458242	Boaz	boaz	US	35956	0	America/Denver	33.73676	-103.97135	1250			NM	005		
5458276	Bodega	bodega	US	94922	0	America/Denver	34.55201	-106.67586	1532			NM	061		
5458541	Bosque	bosque	US	87006	0	America/Denver	34.56006	-106.78919	1457			NM	061		
5458548	Bosque Farms	bosque-farms	US	87068	3838	America/Denver	34.85478	-106.7053	1483			NM	061		
5458688	Boyd	boyd	US	54726	0	America/Denver	32.32259	-106.57361	1867			NM	013		
5458839	Brilliant	brilliant	US	35548	0	America/Denver	36.95614	-104.53443	2184	Brilliant,Brilliant II,Swastika		NM	007		
5458867	Broadview	broadview	US	59015	0	America/Denver	34.81951	-103.21356	1376			NM	009		
5459145	Buckeye	buckeye	US	24924	0	America/Denver	32.80207	-103.50577	1216			NM	025		
5459158	Buckhorn	buckhorn	US	41721	200	America/Denver	33.03701	-108.70839	1457			NM	017		
5459183	Buckman	buckman	US	56317	0	America/Denver	35.83197	-106.15669	1688			NM	049		
5459200	Buena Vista	buena-vista	US	15018	0	America/Denver	36.2028	-106.33864	1842			NM	039		
5459202	Buena Vista	buena-vista	US	15018	0	America/Denver	36.78391	-105.6039	2328			NM	055		
5459213	Buena Vista	buena-vista	US	15018	0	America/Denver	35.91365	-105.24918	2130			NM	033		
5459732	Caballo	caballo	US	87931	112	America/Denver	32.97563	-107.3078	1296			NM	051		
5460035	Campbell	campbell	US	14821	0	America/Denver	33.60815	-104.19691	1186			NM	005		
5460140	Canjilon	canjilon	US	87515	256	America/Denver	36.47946	-106.43781	2373	Cangillon,Cangilon,Canjilon		NM	039		
5460161	Cañon	canon	US	30520	0	America/Denver	35.94309	-105.37001	2305	Canon,Cañon		NM	033		
5460162	Cañon	canon	US	30520	327	America/Denver	35.65697	-106.73559	1734	Canon,Cañon,Gaju *		NM	043		
5460164	Cañon	canon	US	30520	0	America/Denver	36.39086	-105.56334	2130	Canon,Cañon		NM	055		
5460228	Cañones	canones	US	87516	118	America/Denver	36.18807	-106.43948	2032	Canones,Canones Plaza,Cañones,Cañones Plaza		NM	039		
5460238	Canova	canova	US	57321	118	America/Denver	36.15919	-105.98502	1760			NM	039		
5460322	Capitan	capitan	US	88316	1392	America/Denver	33.54536	-105.5722	1935	Capitan,Gray		NM	027		
5460354	Caprock	caprock	US	88213	0	America/Denver	33.39205	-103.71246	1334			NM	025		
5460373	Capulin	capulin	US	81124	286	America/Denver	36.23113	-106.80587	2302	Capulin,Capulin Census Designated Place		NM	039		
5460374	Capulin	capulin	US	81124	66	America/Denver	36.74114	-103.99358	2086	Capulin,Dedman		NM	059		
5461740	Chloride	chloride	US	86431	0	America/Denver	33.33868	-107.67781	1884			NM	051		
5460459	Carlsbad	carlsbad	US	76934	28957	America/Denver	32.42067	-104.22884	945	CNM,Karlsbad,kaljeubaedeu,karlsbad,karlzbd  nywmkzykw,karuzubaddo,Карлсбад,كارلسباد,کارلزبد، نیومکزیکو,کارلزبیڈ، نیو میکسیکو,カールズバッド,칼즈배드	015	NM	015		
5460567	Carrizozo	carrizozo	US	88301	941	America/Denver	33.64174	-105.87721	1657	Gunung Berapi Carrizozo,Karizozo,karzwzw,kryzwzw  nywmkzykw,Каризозо,كارزوزو,کریزوزو، نیومکزیکو	027	NM	027		
5460591	Carson	carson	US	23830	0	America/Denver	36.36447	-105.76529	2087			NM	055		
5460616	Carthage	carthage	US	13619	0	America/Denver	33.8834	-106.65946	1525			NM	053		
5460627	Casa Blanca	casa-blanca	US	87007	0	America/Denver	35.0456	-107.47144	1801			NM	006		
5460643	Casa Grande	casa-grande	US	85122	0	America/Denver	36.88836	-104.97889	2297			NM	007		
5460848	Cebolla	cebolla	US	87518	0	America/Denver	36.53835	-106.48642	2329	Cebolla,Sebolla,Si'we *		NM	039		
5460905	Cedar Crest	cedar-crest	US	87008	958	America/Denver	35.10755	-106.3728	2006			NM	001		
5460910	Cedar Grove	cedar-grove	US	07009	747	America/Denver	35.17088	-106.19002	2075			NM	049		
5460922	Cedar Hill	cedar-hill	US	37032	847	America/Denver	36.93695	-107.89034	1787	Cedar Hill,Cox Crossing		NM	045		
5460923	Cedar Hill	cedar-hill	US	37032	0	America/Denver	35.49421	-105.26695	2000			NM	047		
5460924	Cedar Hill	cedar-hill	US	37032	0	America/Denver	35.24366	-105.26723	1719			NM	047		
5460982	Cedarvale	cedarvale	US	87009	0	America/Denver	34.37063	-105.70195	1946	Cedarvale,Cedarville		NM	057		
5461062	Centerville	centerville	US	02632	0	America/Denver	35.79754	-103.08994	1326			NM	059		
5461067	Central	central	US	29630	0	America/Denver	32.77646	-108.15449	1821			NM	017		
5461106	Cerrillos	cerrillos	US	87010	241	America/Denver	35.43782	-106.12252	1745	Cerillos,Cerrillos,Los Cerrillos		NM	049		
5461143	Cerro	cerro	US	87519	0	America/Denver	36.75391	-105.61278	2317			NM	055		
5461205	Chacon	chacon	US	87713	0	America/Denver	36.1442	-105.36779	2489	Chacon,El Rito de Agua Negra		NM	033		
5461240	Chama	chama	US	81126	1004	America/Denver	36.90307	-106.57948	2399	Chama,Chama Crossing		NM	039		
5461255	Chamberino	chamberino	US	88027	919	America/Denver	32.0401	-106.68555	1165			NM	013		
5461281	Chamisal	chamisal	US	87521	310	America/Denver	36.16586	-105.73779	2278	Chamisal,Chamizal		NM	055		
5461353	Chaparral	chaparral	US	88081	14631	America/Denver	32.02376	-106.38566	1239	Chaparral,Chapparal		NM	013		
5461571	Chico	chico	US	76431	0	America/Denver	36.48669	-104.19276	2059	Chico,Chico Springs		NM	007		
5461623	Chili	chili	US	54420	654	America/Denver	36.10502	-106.14975	1751			NM	039		
5461645	Chimayo	chimayo	US	87522	3177	America/Denver	36.00391	-105.94697	1851	Chimaco,Chimayo,Chinayo,San Buenaventura de Chimayo,Tsimajobu'u,Tsimayo		NM	039		
5461879	Church Rock	church-rock	US	87311	1128	America/Denver	35.53391	-108.5998	2038	Church Rock,Kinlitsosinili		NM	031		
5462076	Cimarron	cimarron	US	67835	912	America/Denver	36.51087	-104.91583	1960	Simaron,symarwn,symran  nywmkzykw,Симарон,سيمارون,سیمران، نیومکزیکو		NM	007		
5462198	Claremont	claremont	US	03743	0	America/Denver	33.41117	-108.77978	1974			NM	003		
5462248	Claunch	claunch	US	87011	0	America/Denver	34.14201	-105.99444	1895			NM	053		
5462269	Clayton	clayton	US	08312	2774	America/Denver	36.45169	-103.1841	1541	CAO,Clayton,Clayton (New Mexico),Klejton,Perico,klaytwn,kletana,klytn  nywmkzykw,kureiton,Клејтон,كلايتون,کلیتن، نیومکزیکو,کلیٹن، نیو میکسیکو,क्लेटन,クレイトン	059	NM	059		
5462321	Cleveland	cleveland	US	13042	0	America/Denver	35.99337	-105.37057	2248	Cleveland,Klivlend,San Antonio,San Antonio de Mora,Кливленд		NM	033		
5462333	Cliff	cliff	US	88028	293	America/Denver	32.96229	-108.61116	1371			NM	017		
5462365	Clines Corners	clines-corners	US	87070	0	America/Denver	35.0095	-105.66918	2151			NM	057		
5462377	Cloudcroft	cloudcroft	US	88317	682	America/Denver	32.95731	-105.74249	2642	Klaudkroft,klawdkrwft,Клаудкрофт,كلاودكروفت		NM	035		
5462388	Cloverdale	cloverdale	US	24077	0	America/Denver	31.41705	-108.92977	1606			NM	023		
5462393	Clovis	clovis	US	88101	39480	America/Denver	34.4048	-103.20523	1301	CVN,Clovis,Glovis,Klovis,Riley Station,Riley Switch,klwfys  nywmksykw,klwwys  nywmkzykw,kurovu~isu,Гловис,Кловис,كلوفيس، نيومكسيكو,کلوویس، نیومکزیکو,クローヴィス	009	NM	009		
5462489	Cochiti Lake	cochiti-lake	US	87083	569	America/Denver	35.64809	-106.33753	1702			NM	043		
5462496	Cochiti Pueblo	cochiti-pueblo	US	87072	0	America/Denver	35.60753	-106.34725	1603	Cochiti,Cochiti Pueblo,K-ot yayte,Kao tay-ay,Ko-chi'ti *,Kot'yete *,Kot-ji-ti *,Kotiyti *,Kotshiti *,Kotu'ti *,Kotyiti *,Kute'e'ongwi *,Kwitshiti *,Kyatoge *,Ootyi-ti *,Pal-ab *,Pathaita *,San Buena Ventura de Cochita,San Buena Ventura de Cochiti,San Buenaventura,San Buenaventura de Cochiti,To Gad		NM	043		
5462566	Colfax	colfax	US	26566	0	America/Denver	36.5967	-104.73833	1881			NM	007		
5462683	Columbus	columbus	US	08022	1625	America/Denver	31.8276	-107.64002	1240	CUS,Colombus,Columbus,Kolambus,Kolumbus,ge lun bu,klmbws  nywmkzykw,kwlmbs  nyw myksykw,kwlwmbws,Коламбус,Колумбус,كولومبوس,کلمبوس، نیومکزیکو,کولمبس، نیو میکسیکو,哥伦布		NM	029		
5462875	Continental Divide	continental-divide	US	87312	0	America/Denver	35.42503	-108.31535	2203			NM	031		
5462922	Coolidge	coolidge	US	31738	0	America/Denver	35.44697	-108.36341	2168	Bacon Springs,Chishineez,Coolidge,Crane,Cranes Station		NM	031		
5462953	Cooper	cooper	US	50059	0	America/Denver	33.93007	-105.78582	1798			NM	027		
5463065	Cordova	cordova	US	21625	414	America/Denver	36.00725	-105.86057	2120	Cordova,El Pueblo Quemado		NM	039		
5463166	Corona	corona	US	11368	162	America/Denver	34.25119	-105.59788	2039			NM	027		
5463237	Corrales	corrales	US	87048	8502	America/Denver	35.23782	-106.60669	1531	Corales,Corrales,Los Corrales,Sandoval		NM	043		
5463283	Costilla	costilla	US	87524	205	America/Denver	36.97586	-105.53112	2381			NM	055		
5463304	Cottonwood	cottonwood	US	36320	0	America/Denver	36.87389	-108.39314	1683			NM	045		
5463450	Counselor	counselor	US	87018	0	America/Denver	36.20918	-107.45783	2142	Bilagaanaa neez,Bilaqaanasneez,Counselor		NM	043		
5463583	Coyote	coyote	US	87012	0	America/Denver	33.81257	-105.8236	1771			NM	027		
5463586	Coyote	coyote	US	87012	128	America/Denver	36.16752	-106.61643	2052	Coyote,De'iwe *		NM	039		
5463780	Crocker	crocker	US	65452	0	America/Denver	33.34229	-107.03058	1441			NM	051		
5463845	Crossroads	crossroads	US	88114	0	America/Denver	33.51232	-103.33967	1256			NM	025		
5463890	Crownpoint	crownpoint	US	87313	2278	America/Denver	35.67808	-108.15118	2128	Crownpoint,Hasta Butte,Natanih yazih,T'iists'ooz nideeshgizh,Tsiistsooz Ndeeshqiizh		NM	031		
5463933	Crystal	crystal	US	48818	311	America/Denver	36.04584	-108.9662	2293	Crystal,Toniltsili,Tquntls'ili		NM	045		
5463982	Cubero	cubero	US	87014	289	America/Denver	35.08587	-107.51811	1895			NM	006		
5464026	Cuervo	cuervo	US	88417	0	America/Denver	35.03117	-104.40859	1481	Cuervo,El Cuervo		NM	019		
5464344	Datil	datil	US	87821	54	America/Denver	34.14506	-107.84366	2251			NM	003		
5464452	Dayton	dayton	US	08810	0	America/Denver	32.7315	-104.38524	1028			NM	015		
5464641	Deer	deer	US	72628	0	America/Denver	31.38233	-108.6306	1486			NM	023		
5464726	Defiance	defiance	US	16633	0	America/Denver	35.49058	-108.89648	1941	Defiance,Defiance Station,Yseniddeeshgizh		NM	031		
5464759	Delphos	delphos	US	45833	0	America/Denver	34.07536	-103.49246	1299			NM	041		
5464806	Deming	deming	US	88030	14522	America/Denver	32.2687	-107.75864	1323	DMN,Dehming,Deming,New Chicago,de ming,demingu,dmyng  nywmkzykw,dymyngh,Деминг,Демінг,Дэминг,دمینگ، نیومکزیکو,ديمينغ,ڈیمنگ، نیو میکسیکو,デミング,德明	029	NM	029		
5464832	Derry	derry	US	03038	0	America/Denver	32.78813	-107.28225	1255			NM	051		
5464836	Des Moines	des-moines	US	50301	129	America/Denver	36.76114	-103.83413	2026	De-Mojn,Де-Мойн		NM	059		
5464936	Dexter	dexter	US	04930	1272	America/Denver	33.19733	-104.37302	1056			NM	005		
5465038	Dillon	dillon	US	29536	0	America/Denver	36.86558	-104.45638	1977			NM	007		
5465133	Dixon	dixon	US	42409	926	America/Denver	36.19863	-105.88863	1837	Dixon,Embudo,Old Embudo		NM	039		
5465262	Doña Ana	dona-ana	US	88032	1211	America/Denver	32.38954	-106.8139	1208	Dona Ana		NM	013		
5465300	Dora	dora	US	35062	125	America/Denver	33.9387	-103.33662	1308			NM	041		
5465650	Dulce	dulce	US	87528	2743	America/Denver	36.93362	-106.99893	2066	Beehaih keehat'i,Du:shi an K'yan'a,Dulce,Po'd'iwe *		NM	039		
5465693	Dunlap	dunlap	US	37327	0	America/Denver	34.0848	-104.52859	1237			NM	011		
5465914	Eagle Nest	eagle-nest	US	87718	261	America/Denver	36.55475	-105.26362	2511	Eagle Nest,Therma		NM	007		
5465917	Eagle Nest	eagle-nest	US	87718	295	America/Denver	35.43837	-107.32449	2468			NM	031		
5466336	Edgewood	edgewood	US	21040	3805	America/Denver	35.06144	-106.19141	2026	Barton,Edgewood,Mountain View,New Barton,Venus		NM	049		
5466435	El Cerrito	el-cerrito	US	94530	0	America/Denver	35.2756	-105.31195	1741	Cerritos,El Cerrito		NM	047		
5466451	El Dorado	el-dorado	US	67042	0	America/Denver	35.5417	-105.91724	2083			NM	049		
5466512	El Prado	el-prado	US	87529	0	America/Denver	36.43169	-105.57473	2134			NM	055		
5466534	El Rito	el-rito	US	87530	0	America/Denver	34.99921	-107.30004	1724			NM	006		
5466535	El Rito	el-rito	US	87530	808	America/Denver	36.34335	-106.18864	2096			NM	039		
5466536	El Rito	el-rito	US	87530	0	America/Denver	36.80003	-105.56778	2448	El Rito,Pianugebu'u *,Rito		NM	055		
5466605	Elephant Butte	elephant-butte	US	87935	1431	America/Denver	33.14868	-107.18475	1361			NM	051		
5466627	Elida	elida	US	88116	186	America/Denver	33.94692	-103.65738	1329			NM	041		
5466638	Elizabethtown	elizabethtown	US	12932	0	America/Denver	36.6192	-105.28445	2585	E-town,Elizabethtown,Lapulasita *,Morena		NM	007		
5466642	Elk	elk	US	95432	0	America/Denver	32.94315	-105.33443	1781	Elk,Yorktown		NM	005		
5466675	Elkins	elkins	US	03233	0	America/Denver	33.69454	-104.05496	1226			NM	005		
5466739	Elwood	elwood	US	08217	0	America/Denver	32.29371	-106.13721	1249			NM	035		
5466750	Embudo	embudo	US	87531	0	America/Denver	36.20752	-105.96113	1772	Embudo,San Antonio del Embudo		NM	039		
5466836	Encinal	encinal	US	78019	210	America/Denver	35.11726	-107.46477	1941			NM	006		
5466839	Encino	encino	US	78353	78	America/Denver	34.65118	-105.46167	1865			NM	057		
5467024	Española	espanola	US	87532	10224	America/Denver	35.99113	-106.08058	1705	Butsabi'i,ESO,Ehspan'ola,Ehspanola,Espan'ola,Espaniola,Espanola,Española,asbanwla,aspanywla  nywmkzykw,ayspanwla  nyw myksykw,Еспаньола,Еспањола,Эспанола,Эспаньола,إسبانولا,اسپانیولا، نیومکزیکو,ایسپانولا، نیو میکسیکو		NM	039		
5467102	Estancia	estancia	US	87016	1597	America/Denver	34.75839	-106.05585	1862	Estancia,Estancia Spring	057	NM	057		
5467187	Eunice	eunice	US	65468	3136	America/Denver	32.43734	-103.15908	1051			NM	025		
5467227	Fairacres	fairacres	US	88033	824	America/Denver	32.30398	-106.84667	1188	Fairacers,Fairacres		NM	013		
5467230	Fairbanks	fairbanks	US	47849	0	America/Denver	33.35316	-104.48552	1096			NM	005		
5467241	Fairview	fairview	US	07022	0	America/Denver	36.00975	-106.06447	1712			NM	039		
5467309	Farley	farley	US	52046	0	America/Denver	36.35281	-104.03914	1849			NM	007		
5467328	Farmington	farmington	US	03835	42871	America/Denver	36.72806	-108.21869	1615	FMN,Farmington,To Ta,Tohta,Tqo Tah,Tótaʼ,farmynghtwn,farmyngtn  nywmkzykw,prmyngtwn,Фармингтон,Фармінґтон,פרמינגטון,فارمنگٹن، نیو میکسیکو,فارمينغتون,فارمینگتن، نیومکزیکو		NM	045		
5467419	Fence Lake	fence-lake	US	87315	42	America/Denver	34.65338	-108.67785	2156			NM	006		
5467818	Five Points	five-points	US	36855	0	America/Denver	35.06616	-106.66669	1507			NM	001		
5467905	Flora Vista	flora-vista	US	87415	2191	America/Denver	36.79445	-108.08035	1679			NM	045		
5467923	Florida	florida	US	10921	0	America/Denver	34.09118	-106.89836	1411			NM	053		
5467943	Florida	florida	US	10921	0	America/Denver	32.41592	-107.57669	1374	Cummings,Florida,Porter Station		NM	029		
5467950	Floyd	floyd	US	24091	114	America/Denver	34.21425	-103.58051	1266			NM	041		
5468006	Folsom	folsom	US	19033	54	America/Denver	36.84502	-103.91774	1948	Folsom,Mexican Town,Ragtown		NM	059		
5468048	Forest Park	forest-park	US	30297	0	America/Denver	35.11643	-106.37252	2035			NM	001		
5468073	Forrest	forrest	US	61741	0	America/Denver	34.79479	-103.60135	1454			NM	037		
5468085	Fort Bayard	fort-bayard	US	88036	0	America/Denver	32.79619	-108.15032	1865			NM	017		
5468127	Fort Stanton	fort-stanton	US	88323	0	America/Denver	33.49591	-105.52304	1896			NM	027		
5468133	Fort Sumner	fort-sumner	US	88119	932	America/Denver	34.47173	-104.24553	1229	FSU,Fort Sumner,Rudolph,Sunnyside	011	NM	011		
5468166	Fort Wingate	fort-wingate	US	87316	0	America/Denver	35.4678	-108.54119	2134	Ayoo anil neezi,Fort Fauntleroy,Fort Lyon,Fort Wingate,Hay Camp,Honaupabi *,Kipo *,Wingate Station		NM	031		
5468498	Fruitland	fruitland	US	21826	0	America/Denver	36.73917	-108.39564	1561	Baah diilia,Burnham,Fruitland,Olio		NM	045		
5468631	Gage	gage	US	73843	0	America/Denver	32.22953	-108.08615	1369			NM	029		
5468697	Gallina	gallina	US	87017	286	America/Denver	36.22835	-106.81893	2312	Di'iwe *,Dzil dideez'ah,Gallina,Jaquez,Las Gallinas		NM	039		
5468773	Gallup	gallup	US	87301	23240	America/Denver	35.52808	-108.74258	1985	GUP,Galap,Gallap,Gallup,Gehllap,Na'nizhoozhi,Nanizhoozhi,Naʼnízhoozhí,gelapa,ghalwb,glwp  nywmkzykw,gylp  nyw myksykw,Галап,Галлуп,Гэллап,Ґаллап,غالوب,گلوپ، نیومکزیکو,گیلپ، نیو میکسیکو,गॅलप	031	NM	031		
5468805	Gamerco	gamerco	US	87317	0	America/Denver	35.57224	-108.76536	2051			NM	031		
5468914	Gardiner	gardiner	US	04345	0	America/Denver	36.8853	-104.48249	2034			NM	007		
5468929	Garfield	garfield	US	07026	137	America/Denver	32.75702	-107.26447	1251	Garfield,Loma Parda		NM	013		
5468962	Garrison	garrison	US	10524	0	America/Denver	33.85065	-103.21328	1260	Garrison,Leach		NM	041		
5468963	Garrison	garrison	US	10524	0	America/Denver	36.04807	-106.93059	2183			NM	043		
5468977	Gary	gary	US	24836	0	America/Denver	32.32425	-108.81839	1290			NM	023		
5469105	Geronimo	geronimo	US	73543	0	America/Denver	35.82253	-105.64474	2678			NM	047		
5469174	Gila	gila	US	88038	314	America/Denver	32.9659	-108.57672	1389			NM	017		
5469224	Gilman	gilman	US	05904	0	America/Denver	35.71614	-106.76004	1799	Canon,Canones,Cañon,Cañones,Gilman		NM	043		
5469250	Gladstone	gladstone	US	07934	0	America/Denver	36.30475	-103.97303	1793			NM	059		
5469268	Glencoe	glencoe	US	41046	0	America/Denver	33.40925	-105.44887	1749			NM	027		
5469279	Glenwood	glenwood	US	07418	143	America/Denver	33.31673	-108.88312	1429	Bush Ranch,Clear Creek,Glenwood		NM	003		
5469296	Glorieta	glorieta	US	87535	430	America/Denver	35.58309	-105.77002	2265	Glorieta,La Glorieta		NM	049		
5469470	Golden	golden	US	38847	37	America/Denver	35.26699	-106.21391	2023	Golden,Real de San Francisco		NM	049		
5469534	Gonzales	gonzales	US	70707	0	America/Denver	35.42836	-108.3209	2195			NM	031		
5469717	Grady	grady	US	36036	106	America/Denver	34.82145	-103.31745	1402			NM	009		
5469722	Grafton	grafton	US	01519	0	America/Denver	33.43062	-107.74615	2077			NM	051		
5469841	Grants	grants	US	87020	9239	America/Denver	35.1476	-107.85261	1969	Alamitos,Anaa'taskiaki,GNT,Grant,Grantes,Grants,Grants Camp,Grants Station,Naatooh Sikʼaiʼí,Nat-toh-si-quy,ge lan ci,ghrants,grnts  nywmkzykw,gurantsu,Грантс,Ґрантс,غرانتس,گرانٹس، نیو میکسیکو,گرنتس، نیومکزیکو,グランツ,格兰茨	006	NM	006		
5470028	Greenfield	greenfield	US	01301	0	America/Denver	33.16538	-104.34913	1047			NM	005		
5470076	Grenville	grenville	US	57239	35	America/Denver	36.5928	-103.61634	1823			NM	059		
5470183	Guadalupe	guadalupe	US	93434	0	America/Denver	35.54142	-107.15143	1793	Guadalupe,Guadalupe River,Miller,Ojo del Padre		NM	043		
5470187	Guadalupe	guadalupe	US	93434	0	America/Denver	34.54618	-104.42804	1284	Guadalupe,Las Tortulas		NM	011		
5470237	Guadalupita	guadalupita	US	87722	0	America/Denver	36.13754	-105.23862	2306	Guadalupita,Nuestra Senora de Guadalupita *		NM	033		
5470327	Guy	guy	US	72061	0	America/Denver	36.81447	-103.43245	1677			NM	059		
5470447	Hachita	hachita	US	88040	49	America/Denver	31.91815	-108.32032	1378	Eureka,Hachita		NM	017		
5470519	Hagerman	hagerman	US	83332	1254	America/Denver	33.11511	-104.32691	1043	Feliz,Hagerman		NM	005		
5470567	Halfway	halfway	US	97834	0	America/Denver	32.55179	-103.7355	1082			NM	025		
5470626	Hanover	hanover	US	02339	167	America/Denver	32.81341	-108.09115	1941			NM	017		
5470767	Harrisburg	harrisburg	US	17101	0	America/Denver	35.0481	-107.50255	1820			NM	006		
5470837	Hassell	hassell	US	27841	0	America/Denver	34.70673	-104.02358	1516			NM	037		
5470850	Hatch	hatch	US	84735	1600	America/Denver	32.66536	-107.15307	1237	Hatch,Hatchs Station,Santa Barbara		NM	013		
5470941	Hayden	hayden	US	35079	0	America/Denver	35.96837	-103.27161	1434	Central City,Hayden		NM	059		
5471040	Hebron	hebron	US	03241	0	America/Denver	36.73864	-104.46582	1881			NM	007		
5471221	Hermosa	hermosa	US	57744	0	America/Denver	33.15757	-107.73003	1862			NM	051		
5471232	Hernandez	hernandez	US	87537	946	America/Denver	36.0628	-106.11947	1734	Hernandez,San Jose de Chama		NM	039		
5471468	Hill	hill	US	03243	0	America/Denver	32.42731	-106.85362	1201			NM	013		
5471505	Hillsboro	hillsboro	US	21641	124	America/Denver	32.92091	-107.56697	1601			NM	051		
5471578	Hobbs	hobbs	US	46047	38416	America/Denver	32.70261	-103.13604	1104	Gobbs,HOB,Hobbs,Khobbs,Khobs,New Hobbs,habz  nywmkzykw,hwbz,Гоббс,Хоббс,Хобс,هابز، نیومکزیکو,هوبز,ہابس، نیو میکسیکو		NM	025		
5471741	Hollywood	hollywood	US	20636	0	America/Denver	33.32342	-105.63499	1984			NM	027		
5471744	Holman	holman	US	87723	0	America/Denver	36.03837	-105.38362	2305	Agua Negra,Holman		NM	033		
5471861	Hondo	hondo	US	78861	0	America/Denver	33.38759	-105.27082	1594	Hondo,La Junta		NM	027		
5471941	Hope	hope	US	02831	107	America/Denver	32.81039	-104.73275	1245	Badgerville,Hope		NM	015		
5472170	Hortonville	hortonville	US	12745	0	America/Denver	32.91148	-105.53582	2154			NM	035		
5472181	Hot Springs	hot-springs	US	24445	0	America/Denver	35.65393	-105.29168	2064	Hot Springs,Las Vegas Hot Springs		NM	047		
5472297	Hudson	hudson	US	01749	0	America/Denver	35.26422	-103.53302	1236	Hudson,Rice		NM	037		
5472433	Hurley	hurley	US	12443	1256	America/Denver	32.69924	-108.13199	1744	Hurley,Hurley Siding		NM	017		
5472510	Idlewild	idlewild	US	38346	0	America/Denver	36.54948	-105.30528	2626	Idleweild,Idlewild		NM	007		
5472524	Ilfeld	ilfeld	US	87538	0	America/Denver	35.42115	-105.5589	1991	Ilfeld,Ilfeld Station,June		NM	047		
5472745	Inez	inez	US	41224	0	America/Denver	33.96675	-103.14384	1272			NM	041		
5472882	Isleta	isleta	US	87022	0	America/Denver	34.90727	-106.68919	1495	Isleta,La Isleta,San Agustin de la Isleta,Shia-whiff-aye,Shiawibak,Tsugweaga,Tsugwevaga		NM	001		
5473083	Jal	jal	US	88252	2201	America/Denver	32.11318	-103.19351	936	Jal,Muleshoe		NM	025		
5473163	Jarales	jarales	US	87023	2475	America/Denver	34.61312	-106.76364	1460			NM	061		
5473297	Jemez Pueblo	jemez-pueblo	US	87024	1788	America/Denver	35.61422	-106.72832	1708	Ameyes,Amies,Emashi *,Emmes,Ha-mish *,Hae-mish *,Haemishetsae *,Hay mish,He'mi *,He'wa *,He-me-shu-tsa *,He-mi-ma *,Heimai *,Hejo *,Hekwa *,Hemes,Hemeshitse *,Hemez,Hemishitz *,Hemisi,Hetowa *,Hewa *,Hewa'walatojo *,Hewa'walatowa *,Hiam-aye,Himez,Jemas,Jemes,Jemex,Jemez,Jemez Pueblo,Jemos,Los Emes,Ma'ii deeshgiishi,Mai-dec-kiz-ne *,Tojo *,Tokwa *,Wa-la-nah *,Walaktowa *,Walatojo *,Walatow,Walatowa *,Wange'ongwi *,Xemes,Ximes,Yemez		NM	043		
5473318	Jemez Springs	jemez-springs	US	87025	253	America/Denver	35.76887	-106.69501	1889	Archuleta,Jemes Hot Springs,Jemez Hot Springs,Jemez Springs,Jémez Springs,Mąʼii Deeshgiizh,jmz aspryngz  nywmkzykw,jymz sbrynghz,جمز اسپرینگز، نیومکزیکو,جيمز سبرينغز		NM	043		
5473464	Joffre	joffre	US	15053	0	America/Denver	34.48729	-105.04444	1714			NM	019		
5473722	Jordan	jordan	US	13080	0	America/Denver	34.79451	-103.8483	1489			NM	037		
5474220	Kearney	kearney	US	64060	0	America/Denver	32.98175	-105.99193	1359			NM	035		
5474259	Kelly	kelly	US	28448	0	America/Denver	34.08312	-107.20531	2271			NM	053		
5474308	Kenna	kenna	US	25248	0	America/Denver	33.84231	-103.77191	1361	Kenna,Urton		NM	041		
5474317	Kennedy	kennedy	US	14747	0	America/Denver	35.4042	-105.98613	1836			NM	049		
5474340	Keota	keota	US	52248	0	America/Denver	36.95447	-104.47638	2193			NM	007		
5474347	Kermit	kermit	US	25674	0	America/Denver	34.0012	-103.59274	1339	Kermit,Plateau		NM	041		
5474504	Kingston	kingston	US	02364	32	America/Denver	32.91702	-107.70614	1897			NM	051		
5474511	Kinney	kinney	US	55758	0	America/Denver	35.01033	-106.66086	1513			NM	001		
5474516	Kiowa	kiowa	US	67070	0	America/Denver	36.65392	-104.10775	2164	Cunico,Kiowa		NM	007		
5474539	Kirtland	kirtland	US	87417	7875	America/Denver	36.73417	-108.3598	1581	Kirtland,Olio		NM	045		
5474846	La Jara	la-jara	US	81140	0	America/Denver	36.04976	-105.18334	2237			NM	033		
5474847	La Jara	la-jara	US	81140	207	America/Denver	36.0878	-106.97476	2173			NM	043		
5474869	La Joya	la-joya	US	78560	82	America/Denver	34.34618	-106.84558	1440	El Jollal,Jolla de Sevilleta,Joya de Cebolleta,La Jolla,La Joya,La Joya La Cebellita,La Joya de Sevilleta,Plaza Sevilleta,Pueblo de la Joya,Ranchitos de la Holla,Ranchos de la Joya		NM	053		
5474877	La Junta	la-junta	US	81050	0	America/Denver	36.21141	-105.91696	1788			NM	039		
5474891	La Loma	la-loma	US	87724	0	America/Denver	35.61948	-105.93058	2165			NM	049		
5474895	La Luz	la-luz	US	88337	1697	America/Denver	32.97787	-105.94193	1448	La Luz,Nuestra Senora de la Luz *		NM	035		
5474906	La Madera	la-madera	US	87539	0	America/Denver	35.22282	-106.37058	2128			NM	043		
5474922	La Mesa	la-mesa	US	88044	728	America/Denver	32.12204	-106.70778	1166			NM	013		
5474950	La Plata	la-plata	US	20646	612	America/Denver	36.92861	-108.19035	1764			NM	045		
5474962	La Puente	la-puente	US	91744	0	America/Denver	36.70001	-106.60087	2214			NM	039		
5475044	Laguna	laguna	US	87026	1241	America/Denver	35.03671	-107.38282	1770	Bieri *,K'ya-na-thlana-kwe*,Kawaihka *,Kawaik,Kawaika *,Keowe'egi'i *,Kuhkweai *,Laguna,Laguna de San Jose,Laguna'ongwi *,Pahwima *,Pokwindiwe onwi,Pokwindiwe'ongwi *,Poto'iweongwi *,San Jose de Laguna,San Jose de la Laguna,Sitsime *,To-zan'-ne *,Tqo lani *		NM	006		
5475092	Lagunitas	lagunitas	US	94938	0	America/Denver	35.99252	-106.98698	2082			NM	043		
5475106	Lake Arthur	lake-arthur	US	70549	437	America/Denver	32.99817	-104.36663	1030			NM	005		
5475225	Lanark	lanark	US	25860	0	America/Denver	31.9701	-106.81639	1270	Lanark,Lanark Siding		NM	013		
5475285	Largo	largo	US	33770	0	America/Denver	34.44702	-104.71165	1509			NM	011		
5475286	Largo	largo	US	33770	0	America/Denver	33.90201	-105.78971	1818			NM	027		
5475352	Las Cruces	las-cruces	US	88001	101643	America/Denver	32.31232	-106.77834	1191	LRU,Las Cruces,Las Krjusehs,Las Kruses,Las Krusis,Las-Kruses,la si ke lu sai si,las kruces,las krwss  nywmkzykw,las krwsys,las krwsys  nyw myksykw,laseukeulusiseu,rasukurusesu,Лас Крусес,Лас Крусис,Лас Крюсэс,Лас-Крусес,לאס קרוסס,لاس كروسيس,لاس کروسس، نیومکزیکو,لاس کروسیس، نیو میکسیکو,லாஸ் க்ரூசெஸ்,ラスクルーセス,拉斯克鲁塞斯,라스크루시스	013	NM	013		
5475433	Las Vegas	las-vegas	US	87701	13386	America/Denver	35.59393	-105.2239	1958	East Las Vegas,LVS,Las Vegas,Las Vegas City,Las-Vegas,Nuestra Senora de los Dolores de las Vegas,Vegas de las Gallinas,West Las Vegas,las fyghas,las wgas  nywmkzykw,las wygas  nyw myksykw,lasa vhegasa,laseubeigeoseu,rasubegasu,Лас Вегас,Лас-Вегас,Лас-Веґас,لاس فيغاس,لاس وگاس، نیومکزیکو,لاس ویگاس، نیو میکسیکو,लास व्हेगास,ラスベガス,라스베이거스	047	NM	047		
5475638	Leasburg	leasburg	US	27291	0	America/Denver	32.45398	-106.88306	1207			NM	013		
5475731	Lemitar	lemitar	US	87823	330	America/Denver	34.15979	-106.91031	1415	Lamitar,Lamitas,Lemitar,Limetar,Limitar,Plaza Limitar		NM	053		
5475754	Leon	leon	US	14751	0	America/Denver	35.57114	-107.60005	2011			NM	031		
5475920	Lemitar	lemitar	US	87823	0	America/Denver	34.15562	-106.89697	1409	Lemitar,Limitar		NM	053		
5475967	Lindrith	lindrith	US	87029	0	America/Denver	36.30446	-107.04504	2206			NM	039		
5475998	Lingo	lingo	US	88123	0	America/Denver	33.78843	-103.11467	1215			NM	041		
5476392	Llano	llano	US	78643	0	America/Denver	36.14003	-105.68168	2455			NM	055		
5476493	Loco Hills	loco-hills	US	88255	126	America/Denver	32.81901	-103.97773	1113			NM	015		
5476526	Logan	logan	US	25601	966	America/Denver	35.36533	-103.41079	1164			NM	037		
5476638	Lone Wolf	lone-wolf	US	73655	0	America/Denver	33.69259	-103.84052	1293			NM	005		
5476799	Lordsburg	lordsburg	US	88045	2531	America/Denver	32.35036	-108.70866	1295	LSB,Lordsberg,Lordsburg,luo ci bao,lwrdsbwrg  nywmkzykw,lwrdzbwrgh,Лордсберг,Лордсбург,لوردزبورغ,لوردسبورگ، نیومکزیکو,洛兹堡	023	NM	023		
5476825	Los Alamos	los-alamos	US	87544	12019	America/Denver	35.88808	-106.30697	2198	LAM,Los Alamos,Los Álamos,Los-Alamos,las aylmws  nyw myksykw,leas alameas,los-alamosi,loseuaelleomoseu,ls alamws  nywmkzykw,luo si a la mo si,lws alamws,rosuaramosu,Лос Аламос,Лос-Аламос,لاس ایلموس، نیو میکسیکو,لس آلاموس، نیومکزیکو,لوس ألاموس,ലോസ് അലാമോസ്,ლოს-ალამოსი,ロスアラモス,洛斯阿拉莫斯,로스앨러모스	028	NM	028		
5476826	Los Alamos	los-alamos	US	87544	0	America/Denver	35.73199	-105.15167	2055	El Monton de los Alamos,Los Alamos		NM	047		
5476913	Los Lunas	los-lunas	US	87031	15336	America/Denver	34.80617	-106.73336	1480	Los Lunas,Los-Lunas,las lwns  nyw myksykw,loseuluneoseu,lws lwna  nywmkzykw,lws lwnas,rosurunasu,Лос Лунас,Лос-Лунас,لاس لونس، نیو میکسیکو,لوس لونا، نیومکزیکو,لوس لوناس,ロスルナス,로스루너스	061	NM	061		
5476933	Los Ojos	los-ojos	US	87551	125	America/Denver	36.72918	-106.57003	2239	Los Ojos,Ohoo boo-oo,Ohubu'u *,Park View		NM	039		
5477080	Loving	loving	US	76460	1409	America/Denver	32.28623	-104.09577	930			NM	015		
5477090	Lovington	lovington	US	61937	11800	America/Denver	32.94401	-103.34855	1192	Lavington,Lovington,lawyngtwn  nywmkzykw,lwfynghtwn,ravu~inguton,Лавингтон,Ловингтон,Ловінґтон,لاوینگتون، نیومکزیکو,لوفينغتون,لوونگٹن، نیو میکسیکو,ラヴィングトン	025	NM	025		
5477425	Lumberton	lumberton	US	08048	73	America/Denver	36.93001	-106.93698	2090			NM	039		
5477432	Luna	luna	US	87824	0	America/Denver	33.96868	-105.69943	1926			NM	027		
5477460	Luna	luna	US	87824	158	America/Denver	33.81894	-108.95452	2146			NM	003		
5482638	Old Town	old-town	US	04468	0	America/Denver	35.09505	-106.67086	1510			NM	001		
5477631	Madrid	madrid	US	13660	204	America/Denver	35.4067	-106.15252	1835			NM	049		
5477673	Magdalena	magdalena	US	87825	911	America/Denver	34.11673	-107.24393	2003	Magdalena,maghadalyna,Магдалена,ماغادالينا		NM	053		
5477770	Maljamar	maljamar	US	88264	0	America/Denver	32.85623	-103.76273	1264			NM	025		
5478038	Marquez	marquez	US	77865	0	America/Denver	35.31448	-107.30255	2058	Juan Tafoya,Marquez		NM	043		
5478135	Martinez	martinez	US	94553	0	America/Denver	34.99922	-106.19114	2026			NM	057		
5478306	Maxwell	maxwell	US	46154	228	America/Denver	36.54003	-104.54332	1806			NM	007		
5478345	Mayhill	mayhill	US	88339	75	America/Denver	32.88954	-105.47804	2004	Mayhill,Upper Penasco,Upper Peñasco		NM	035		
5478372	McAlister	mcalister	US	88427	0	America/Denver	34.69229	-103.77635	1440			NM	037		
5478480	McDonald	mcdonald	US	88262	0	America/Denver	33.14067	-103.31745	1208			NM	025		
5478550	McIntosh	mcintosh	US	56556	1484	America/Denver	34.86478	-106.05169	1872			NM	057		
5478697	Medanales	medanales	US	87548	0	America/Denver	36.17558	-106.18336	1780			NM	039		
5478771	Melrose	melrose	US	02176	644	America/Denver	34.43035	-103.63246	1345	Brownhorn,Melrose,Melrouz,Мелроуз		NM	009		
5478814	Mentmore	mentmore	US	87319	0	America/Denver	35.51419	-108.84564	1959	Dilco,Mentmore		NM	031		
5478843	Mesa	mesa	US	81643	0	America/Denver	33.98425	-104.67776	1376			NM	005		
5478949	Mescalero	mescalero	US	88340	1338	America/Denver	33.15759	-105.77415	2016	Mescalero,South Fork,White Sulfur Springs,White Sulphur Springs		NM	035		
5482639	Old Town	old-town	US	04468	0	America/Denver	32.55314	-107.91476	1518			NM	029		
5478971	Mesilla	mesilla	US	88046	1874	America/Denver	32.27009	-106.80084	1183	La Mesilla,Mesila,Mesill,Mesilla,Old Mesilla,msyla  nywmkzykw,mysyla,Месила,مسیلا، نیومکزیکو,ميسيلا		NM	013		
5478980	Mesilla Park	mesilla-park	US	88047	0	America/Denver	32.27593	-106.76667	1182			NM	013		
5479038	Mesquite	mesquite	US	75149	1112	America/Denver	32.16454	-106.69666	1170			NM	013		
5479109	Mexican Springs	mexican-springs	US	87320	0	America/Denver	35.79279	-108.82703	1968	Mexican Springs,Naakaibito,Nakaibito		NM	031		
5479123	Miami	miami	US	25134	0	America/Denver	36.35004	-104.79305	1889	Majami,Майами		NM	007		
5479362	Midway	midway	US	15060	971	America/Denver	33.29482	-104.45052	1089	Cumberland,Midway		NM	005		
5479363	Midway	midway	US	15060	0	America/Denver	34.25619	-103.24356	1241			NM	041		
5479418	Milan	milan	US	03588	3250	America/Denver	35.16976	-107.89089	1987			NM	006		
5479516	Mills	mills	US	16937	0	America/Denver	36.08531	-104.25526	1864			NM	021		
5479538	Milnesand	milnesand	US	88125	0	America/Denver	33.64288	-103.33967	1277			NM	041		
5479546	Mimbres	mimbres	US	88049	667	America/Denver	32.85619	-107.97976	1820			NM	017		
5479547	Mimbres	mimbres	US	88049	0	America/Denver	31.80066	-107.75447	1325			NM	029		
5479933	Montezuma	montezuma	US	13117	0	America/Denver	35.65226	-105.2764	2048			NM	047		
5479957	Monticello	monticello	US	04760	0	America/Denver	35.06533	-106.44502	1831			NM	001		
5479958	Monticello	monticello	US	04760	0	America/Denver	33.39701	-107.45087	1602			NM	051		
5480036	Monument	monument	US	67747	206	America/Denver	32.62401	-103.26437	1098			NM	025		
5480181	Moriarty	moriarty	US	87035	1806	America/Denver	34.99005	-106.04919	1896			NM	057		
5480275	Mosquero	mosquero	US	87733	93	America/Denver	35.77698	-103.95664	1704		021	NM	021		
5480311	Mount Dora	mount-dora	US	32756	0	America/Denver	36.51947	-103.48912	1742			NM	059		
5480349	Mountain Park	mountain-park	US	73559	0	America/Denver	32.95065	-105.82471	2043			NM	035		
5480370	Mountain View	mountain-view	US	65548	0	America/Denver	33.3401	-104.5233	1106			NM	005		
5480395	Mountainair	mountainair	US	87036	878	America/Denver	34.52034	-106.24113	1987			NM	057		
5480522	Mule Creek	mule-creek	US	88051	0	America/Denver	33.12201	-108.95617	1595			NM	017		
5480716	Nageezi	nageezi	US	87037	286	America/Denver	36.26668	-107.742	2117	Naayizi,Nageesi,Nageezi		NM	045		
5480762	Nara Visa	nara-visa	US	88430	95	America/Denver	35.60754	-103.09967	1272			NM	037		
5480831	Navajo	navajo	US	87328	1645	America/Denver	35.90001	-109.03398	2168			NM	031		
5480832	Navajo	navajo	US	87328	2087	America/Denver	36.94612	-107.06309	2007			NM	039		
5480847	Navajo Dam	navajo-dam	US	87419	281	America/Denver	36.80028	-107.61255	1743			NM	045		
5481066	New Laguna	new-laguna	US	87038	0	America/Denver	35.04088	-107.42199	1789			NM	006		
5481279	New York	new-york	US	10001	0	America/Denver	35.05865	-107.52727	1841			NM	006		
5481285	Newcomb	newcomb	US	12852	339	America/Denver	36.28473	-108.70592	1692	Bis deez'ahi,Nava,Newcomb,Newcomb Trading Post,Newcombs		NM	045		
5481293	Newkirk	newkirk	US	74647	7	America/Denver	35.06839	-104.2647	1390	Conant,Newkirk		NM	019		
5481298	Newman	newman	US	61942	0	America/Denver	32.00344	-106.32304	1220			NM	035		
5481388	Nogal	nogal	US	88341	96	America/Denver	33.55813	-105.70776	1968	Dry Gulch,Galena,Nogal		NM	027		
5481936	Norton	norton	US	02766	0	America/Denver	34.99839	-103.52524	1277			NM	037		
5482210	Oak Grove	oak-grove	US	42262	0	America/Denver	32.63091	-108.34477	1812			NM	017		
5482270	Ocate	ocate	US	87734	0	America/Denver	36.17559	-105.04806	2197			NM	033		
5482391	Ojo Caliente	ojo-caliente	US	87549	0	America/Denver	34.9167	-108.96842	1908	Ajo Caliente,K'ya'na'a,K'yapkwayina'a,Ojo Caliente		NM	006		
5482392	Ojo Caliente	ojo-caliente	US	87549	0	America/Denver	36.30308	-106.04669	1905			NM	055		
5482414	Ojo Feliz	ojo-feliz	US	87735	0	America/Denver	36.05781	-105.11834	2298			NM	033		
5482670	Olive	olive	US	59343	0	America/Denver	33.95092	-104.03802	1226			NM	005		
5482706	Omega	omega	US	31775	0	America/Denver	34.32311	-108.37451	2166	Omega,Sweazeville		NM	003		
5482741	Orange	orange	US	01364	0	America/Denver	31.86094	-106.6361	1148	Naranjo,Orange		NM	013		
5482757	Organ	organ	US	88052	323	America/Denver	32.42565	-106.59666	1567			NM	013		
5482783	Orogrande	orogrande	US	88342	52	America/Denver	32.37121	-106.08443	1277	Jarilla Junction,Orogrande		NM	035		
5482950	Otto	otto	US	14766	0	America/Denver	35.0731	-106.00891	1899	OTO,Otto		NM	057		
5483177	Page	page	US	25152	0	America/Denver	35.32114	-108.44063	2412			NM	031		
5483188	Paguate	paguate	US	87040	421	America/Denver	35.13865	-107.37894	1874	Kvishti *,Paguate,Paguate Mesa,Pahuate,Poquate,Queesche *		NM	006		
5483680	Pecos	pecos	US	79772	1324	America/Denver	35.5742	-105.67502	2110	Levy,Pecos		NM	047		
5483779	Peña Blanca	pena-blanca	US	87041	709	America/Denver	35.57087	-106.33808	1596	El Rancho de Jose Miguel de la Pena *,El Rancho de la Pena Blanca,El Rancho de la Peña Blanca,Kweshtaeha'ashteta *,Pena Blanca,Penablanca,Peña Blanca		NM	043		
5483803	Peñasco	penasco	US	87553	589	America/Denver	36.16947	-105.6864	2343	Penasco		NM	055		
5483853	Pennington	pennington	US	08534	0	America/Denver	36.30531	-103.63329	1737			NM	059		
5483872	Pep	pep	US	79353	0	America/Denver	33.8362	-103.33551	1291			NM	041		
5483884	Peralta	peralta	US	87042	3585	America/Denver	34.837	-106.69058	1481	Los Pinos,Peralta,Placeres		NM	061		
5483974	Petaca	petaca	US	87554	0	America/Denver	36.50835	-106.01057	2217			NM	039		
5484041	Philadelphia	philadelphia	US	13673	0	America/Denver	35.03949	-107.51172	1816			NM	006		
5484073	Picacho	picacho	US	85141	0	America/Denver	32.32481	-106.84973	1191			NM	013		
5484074	Picacho	picacho	US	85141	0	America/Denver	33.35176	-105.14498	1520			NM	027		
5484128	Pie Town	pie-town	US	87827	186	America/Denver	34.29839	-108.13478	2369	Pie Town,Pietown		NM	003		
5484180	Pierce	pierce	US	68767	0	America/Denver	31.45622	-108.34031	1535			NM	023		
5484374	Pinehill	pinehill	US	87357	88	America/Denver	34.9992	-108.41118	2170	Pine Hill,Pinehill		NM	006		
5484433	Piñon	pinon	US	86510	25	America/Denver	32.61816	-105.39442	1847	Pinon,Piñon		NM	035		
5484474	Pinos Altos	pinos-altos	US	88053	198	America/Denver	32.86341	-108.22144	2137	Birchville,Pinos Altos		NM	017		
5484476	Pinos Altos	pinos-altos	US	88053	0	America/Denver	35.16311	-105.3914	1793			NM	047		
5484613	Placitas	placitas	US	87043	4977	America/Denver	35.30698	-106.42475	1815	Las Placitas,Placitas		NM	043		
5484614	Placitas	placitas	US	87043	0	America/Denver	33.37729	-107.43309	1586			NM	051		
5484616	Placitas	placitas	US	87043	0	America/Denver	36.44585	-106.4417	2260	Placitas,Placitas Garcia		NM	039		
5484642	Playas	playas	US	88009	74	America/Denver	31.91676	-108.53366	1371			NM	023		
5484666	Pleasant Hill	pleasant-hill	US	27866	0	America/Denver	34.52035	-103.07384	1292			NM	009		
5484672	Pleasanton	pleasanton	US	66075	106	America/Denver	33.27229	-108.87284	1416			NM	003		
5484779	Polvadera	polvadera	US	87828	269	America/Denver	34.20479	-106.9217	1421	La Polvadera de San Lorenzo,Polvadera,Polvareda,Polvodera,Pulvidera		NM	053		
5484802	Ponderosa	ponderosa	US	87044	0	America/Denver	34.98088	-106.30336	2253			NM	001		
5484803	Ponderosa	ponderosa	US	87044	387	America/Denver	35.66003	-106.66753	1832	La Ponderosa,Lower Vallecitos,Ponderosa,Santo Toribio,Santo Toribio de Vallecito,Vallecitos		NM	043		
5484874	Portales	portales	US	88130	11995	America/Denver	34.18619	-103.3344	1221	Portales,bwrtalys,poteiruzu,Порталес,بورتاليس,پورٹالیس، نیو میکسیکو,ポーテイルズ	041	NM	041		
5484888	Porter	porter	US	04068	0	America/Denver	35.21561	-103.31329	1246			NM	037		
5484891	Porter	porter	US	04068	0	America/Denver	35.81891	-106.78698	2200	Porter,Porter Landing		NM	043		
5484983	Potrero	potrero	US	91963	0	America/Denver	35.98975	-105.93363	1872	El Portero,Potrero,Sanctuario		NM	049		
5485134	Prewitt	prewitt	US	87045	0	America/Denver	35.36281	-108.04395	2081	Baca,Kin Lagaih,Ojo Negra,Prewitt		NM	031		
5485604	Quay	quay	US	88433	0	America/Denver	34.93395	-103.76052	1306			NM	037		
5485612	Queen	queen	US	16670	0	America/Denver	32.19094	-104.74579	1781			NM	015		
5485633	Quemado	quemado	US	78877	228	America/Denver	34.34394	-108.49562	2099	Quemado,Rito,Rito Quemado		NM	003		
5485658	Questa	questa	US	87556	1753	America/Denver	36.70391	-105.59501	2274	Questa,San Antonio del Rio Colorado		NM	055		
5486551	Radium Springs	radium-springs	US	88054	1699	America/Denver	32.5012	-106.92807	1211	Fort Selden Springs,Radium Springs,Radium Springs Junction,Randall Station		NM	013		
5486566	Ragland	ragland	US	25690	0	America/Denver	34.82256	-103.74219	1495	Caprock,Ragland		NM	037		
5486624	Rainsville	rainsville	US	35986	0	America/Denver	35.97865	-105.20918	2147	Los Mascarinos,Rainsville		NM	033		
5486644	Ramah	ramah	US	80832	370	America/Denver	35.13309	-108.49174	2112	Cebolla,Mumana,Ramah,Savoia,Seboyetta,Tl'ohchini		NM	031		
5486761	Ranchos de Taos	ranchos-de-taos	US	87557	2518	America/Denver	36.35864	-105.60946	2105	Francisco Ranchos,Ranches of Taos,Ranchos,Ranchos de Don Fernando de Taos,Ranchos de Francisco,Ranchos de Taos,Ranchos of Taos,Rantshu *,Rio de las Trampas de Taos,San Francisco del Rancho de Taos,T'a'lumuna *,Talamora *		NM	055		
5486795	Raton	raton	US	87740	6187	America/Denver	36.90336	-104.43915	2036	RTN,Raton,Ratun,Ratón,Willow Springs,raton,ratona,ratwn,rytwn  nywmkzykw,Ратон,Ратън,راتون,ریتون، نیومکزیکو,ریٹون، نیو میکسیکو,रटॉन,ラトン	007	NM	007		
5486938	Red Bluff	red-bluff	US	96080	0	America/Denver	32.07401	-104.04021	878			NM	015		
5487018	Red Hill	red-hill	US	18076	0	America/Denver	34.21866	-108.8723	2214			NM	003		
5487111	Red River	red-river	US	87558	476	America/Denver	36.70808	-105.40612	2643	Red River,Red River City		NM	055		
5487131	Red Rock	red-rock	US	74651	0	America/Denver	35.45419	-108.75592	2029	Naat'aaniiaeez,Red Rock,Tselichiidahazkani		NM	031		
5487268	Redrock	redrock	US	88055	0	America/Denver	32.68619	-108.73811	1230	Red Rock,Redrock		NM	017		
5487276	Redstone	redstone	US	59257	0	America/Denver	32.93924	-108.19755	2220			NM	017		
5487319	Regina	regina	US	41559	105	America/Denver	36.18419	-106.95671	2280			NM	043		
5487327	Rehoboth	rehoboth	US	02769	0	America/Denver	35.52891	-108.6548	2006	Rehoboth,Tseyaaniichii		NM	031		
5487396	Reserve	reserve	US	59258	272	America/Denver	33.71311	-108.75784	1759	Milligan,Milligans Plaza,Reserve,Rizerv,Upper Frisco Plaza,Upper San Francisco Plaza,rizavu,rysrf,Ризерв,ريسرف,リザーヴ	003	NM	003		
5487471	Ribera	ribera	US	87560	416	America/Denver	35.37366	-105.44862	1845			NM	047		
5487504	Richland	richland	US	08350	0	America/Denver	33.82176	-103.26578	1261			NM	041		
5487553	Riley	riley	US	47871	0	America/Denver	34.38062	-107.22976	1677	Riley,Santa Rita		NM	053		
5487597	Rincon	rincon	US	31326	0	America/Denver	35.11282	-106.36058	2031			NM	001		
5487598	Rincon	rincon	US	31326	271	America/Denver	32.67286	-107.06474	1240	El Rincon de Fray Diego,Rincon,Thorne		NM	013		
5487811	Rio Rancho	rio-rancho	US	87124	87521	America/Denver	35.23338	-106.66447	1610	Rio Rancho,Rio Rancho Estates,Rio-Rancho,Рио-Ранчо		NM	043		
5487889	Riverside	riverside	US	02915	0	America/Denver	32.829	-104.28246	1051			NM	015		
5487890	Riverside	riverside	US	02915	0	America/Denver	32.93174	-108.59589	1366			NM	017		
5487891	Riverside	riverside	US	02915	0	America/Denver	33.33287	-105.06026	1449			NM	027		
5487892	Riverside	riverside	US	02915	0	America/Denver	35.99225	-106.06697	1705	Puye,Riverside		NM	039		
5487893	Riverside	riverside	US	02915	0	America/Denver	36.9825	-107.87534	1819	Hendricks,Hendrix,Riverside		NM	045		
5488036	Rociada	rociada	US	87742	0	America/Denver	35.83226	-105.42085	2297	Lower Rociada,Rincon,Rociada,Rociado		NM	047		
5488152	Rock Springs	rock-springs	US	53961	567	America/Denver	35.60946	-108.82925	2006			NM	031		
5488280	Rodeo	rodeo	US	88056	101	America/Denver	31.83575	-109.03218	1258			NM	023		
5488301	Rogers	rogers	US	06263	0	America/Denver	33.98175	-103.23051	1288			NM	041		
5488409	Rosebud	rosebud	US	57570	0	America/Denver	35.84115	-103.44551	1471			NM	021		
5490242	Santa Cruz	santa-cruz	US	87567	368	America/Denver	35.99225	-106.04725	1726	Kangaera'imbu'u *,Santa Cruz,Santa-Kruz,Санта-Круз		NM	049		
5494099	Tererro	tererro	US	87573	0	America/Denver	35.74198	-105.67502	2353	Tererro,Terrero,Terrerro		NM	047		
5488441	Roswell	roswell	US	30075	48544	America/Denver	33.39437	-104.52491	1090	ROW,Rosvehll,Roswell,Rozuehll,Rozuel,Rozuell,Rozvel,lojeuwel,luo si wei er,raja'oyela,razwl  nywmkzykw,rozuu~eru,rwzwwl,rwzwyl,rwzwyl  nyw myksykw,Розвел,Розуел,Розуелл,Розуэлл,Росвэлл,רוזוול,رازول، نیومکزیکو,روزويل,روزویل، نیو میکسیکو,রজওয়েল,ロズウェル,羅斯維爾,로즈웰	005	NM	005		
5488547	Rowe	rowe	US	01367	415	America/Denver	35.49171	-105.67529	2079			NM	047		
5488553	Roy	roy	US	59471	235	America/Denver	35.94392	-104.19609	1797	Roj,Рой		NM	021		
5488598	Ruidoso	ruidoso	US	88345	7739	America/Denver	33.33175	-105.67304	2051	Dowlins Mill,RUI,Ruidosa at Forks,Ruidoso,Ruidozo,ruidoso,rwydwsw,rwydwsw  nywmkzykw,Руидозо,Руідозо,رويدوسو,رویئڈوسو، نیو میکسیکو,رویدوسو، نیومکزیکو,ルイドソ		NM	027		
5488600	Ruidoso Downs	ruidoso-downs	US	88346	2586	America/Denver	33.32897	-105.60443	1956	Green Tree,Palo Verde,Ruidoso Downs		NM	027		
5488864	Sabinal	sabinal	US	78881	0	America/Denver	34.49367	-106.80753	1461	El Savinal,Sabinal,San Antonio de Sabinal,Savinal		NM	053		
5488906	Sacramento	sacramento	US	17968	58	America/Denver	32.7926	-105.56054	2221	Chiquita,Sacramento,Sakramento,Сакраменто		NM	035		
5489167	Saint Vrain	saint-vrain	US	88133	0	America/Denver	34.41619	-103.48968	1341			NM	009		
5489205	Salado	salado	US	72575	0	America/Denver	34.58784	-104.41165	1282			NM	011		
5489265	Salem	salem	US	01970	942	America/Denver	32.70758	-107.21308	1244	Gallina,Plaza,Salem,Sejlem,Сейлем		NM	013		
5489272	Salinas	salinas	US	93901	0	America/Denver	33.23508	-106.06027	1366			NM	035		
5489437	San Acacia	san-acacia	US	87831	44	America/Denver	34.25534	-106.89947	1424	San Acacia,San Acacio		NM	053		
5489459	San Antonio	san-antonio	US	33576	0	America/Denver	35.10199	-106.3778	2005			NM	001		
5489462	San Antonio	san-antonio	US	33576	0	America/Denver	35.62865	-105.24529	2005			NM	047		
5489463	San Antonio	san-antonio	US	33576	165	America/Denver	33.91784	-106.86586	1392	Estancia de San Antonio,San Antonio,San-Antonio,Сан-Антонио		NM	053		
5489525	San Cristobal	san-cristobal	US	87564	273	America/Denver	36.59641	-105.63945	2266			NM	055		
5489556	San Fidel	san-fidel	US	87049	138	America/Denver	35.08226	-107.59922	1882	Ballejos,La Vega de San Jose,San Fidel		NM	006		
5489563	San Francisco	san-francisco	US	94102	0	America/Denver	34.3959	-106.83919	1442	San Francisco,San Francisco del Rio Puerco		NM	053		
5489581	San Geronimo	san-geronimo	US	94963	0	America/Denver	35.58004	-105.39529	2070	Geronimo,Lesperance,San Geronimo		NM	047		
5489582	San Geronimo	san-geronimo	US	94963	0	America/Denver	34.33423	-106.87308	1436			NM	053		
5489619	San Jon	san-jon	US	88434	203	America/Denver	35.10756	-103.32856	1229			NM	037		
5489626	San Jose	san-jose	US	62682	0	America/Denver	35.05783	-106.64669	1512			NM	001		
5489627	San Jose	san-jose	US	62682	0	America/Denver	32.40817	-104.23162	948			NM	015		
5489630	San Jose	san-jose	US	62682	695	America/Denver	36.03919	-106.09808	1729	Hu'innae *,San Jose,San Jose de Chama		NM	039		
5489631	San Jose	san-jose	US	62682	137	America/Denver	35.39727	-105.47501	1862			NM	047		
5489679	San Juan	san-juan	US	78589	0	America/Denver	32.76091	-107.90531	1712			NM	017		
5489680	San Juan	san-juan	US	78589	0	America/Denver	35.14561	-105.36556	1767			NM	047		
5489690	San Juan	san-juan	US	78589	592	America/Denver	36.05194	-106.06833		San - Khuan,Сан - Хуан		NM	039		
5489739	San Lorenzo	san-lorenzo	US	94580	97	America/Denver	32.81008	-107.92004	1747	San Lorenzo,Teel,Upper Mimbres		NM	017		
5489742	San Lorenzo	san-lorenzo	US	94580	0	America/Denver	36.04863	-106.2853	2172			NM	039		
5489764	San Luis	san-luis	US	81152	59	America/Denver	35.68253	-107.0506	1903	Dominguez,La Tijera,San Luis,Tseyaa tseteeli		NM	043		
5489781	San Mateo	san-mateo	US	32187	161	America/Denver	35.33142	-107.64311	2229			NM	006		
5489804	San Miguel	san-miguel	US	88058	1153	America/Denver	32.15538	-106.735	1165	San Miguel,Telles		NM	013		
5489805	San Miguel	san-miguel	US	88058	0	America/Denver	36.9614	-106.16058	2516			NM	039		
5489806	San Miguel	san-miguel	US	88058	0	America/Denver	35.36449	-105.45085	1836	San Miguel,San Miguel del Bado		NM	047		
5489807	San Miguel	san-miguel	US	88058	0	America/Denver	35.91308	-106.91365	2159			NM	043		
5489854	San Pablo	san-pablo	US	94806	806	America/Denver	32.24954	-106.77278	1181			NM	013		
5489855	San Pablo	san-pablo	US	94806	0	America/Denver	35.54699	-105.39918	2079			NM	047		
5489856	San Pablo	san-pablo	US	94806	0	America/Denver	35.94502	-106.91115	2160			NM	043		
5489864	San Pedro	san-pedro	US	90731	0	America/Denver	35.9853	-106.06447	1710			NM	039		
5489865	San Pedro	san-pedro	US	90731	184	America/Denver	35.23976	-106.20947	2098			NM	049		
5489867	San Pedro	san-pedro	US	90731	0	America/Denver	33.91034	-106.84225	1391	Don Pedro,San Pedro		NM	053		
5489890	San Rafael	san-rafael	US	87051	933	America/Denver	35.11254	-107.88256	1972	Bikyaya,El Gallo,San Rafael		NM	006		
5489891	San Rafael	san-rafael	US	87051	0	America/Denver	35.49199	-104.45637	1448			NM	047		
5489900	San Ramon	san-ramon	US	94582	0	America/Denver	35.54643	-104.41748	1452			NM	047		
5489914	San Ysidro	san-ysidro	US	87053	2090	America/Denver	32.35093	-106.81112	1192			NM	013		
5489915	San Ysidro	san-ysidro	US	87053	195	America/Denver	35.56336	-106.77059	1666	San Isidro,San Ysidro,Sanselo *		NM	043		
5490023	Sand Springs	sand-springs	US	59077	0	America/Denver	35.47227	-103.28329	1198			NM	037		
5490067	Sandia	sandia	US	78383	0	America/Denver	34.82533	-106.83864	1614			NM	061		
5490104	Sandia Park	sandia-park	US	87047	237	America/Denver	35.16782	-106.36558	2157			NM	001		
5490187	Sanostee	sanostee	US	87461	371	America/Denver	36.42473	-108.87426	1831	Sa-Nos-Tee,Sanastee,Sanostee,Tse'alnaaozt'i'i,Tse-nas-tse,Tsealnaoztii		NM	045		
5490195	Santa Ana	santa-ana	US	92701	0	America/Denver	35.47921	-105.29556	1937			NM	047		
5490221	Santa Clara	santa-clara	US	84765	0	America/Denver	35.96975	-106.08697	1712			NM	039		
5490223	Santa Clara	santa-clara	US	84765	1638	America/Denver	32.77952	-108.15032	1822	Central,Santa Clara,Santa Klara,Санта Клара		NM	017		
5493684	Talpa	talpa	US	76882	778	America/Denver	36.34141	-105.59696	2147			NM	055		
5490263	Santa Fe	santa-fe	US	38482	84099	America/Denver	35.68698	-105.9378	2132	Alavija *,Hashoko *,Hulpana *,Kwa'apoge *,La Villa,La Villa Real de Santa Fe de San Francisco,La Villa de Santa Fe,Ogapoge *,Pala *,Poge *,SAF,San daxeye *,Sanctae Fidei fanum,Santa Fe,Santa Fe Analco,Santa Fe de San Francisco,Santa Fe ou Granada,Santa Feh,Santa Fé,Santa Fė,Santa-Fe,Santa-Feh,Santafe,Santafē,Yoo'to,Yooto,Yootó,Yotqo *,ZSH,canta pe,santa fe,santa fyh,santa phe,santafe,santape,sheng da fei,sheng fei,sntafh  nywmkzykw,snth ph,Σάντα Φε,Санта Фе,Санта Фэ,Санта-Фе,Санта-Фэ,Սանտա Ֆե,סנטה פה,سانتا فيه,سانتا فێ,سانتا فے، نیو میکسیکو,سانٹا فے,سنتافه، نیومکزیکو,सांता फे,साण्टा फे,सान्टा फ़े,सान्ता फे,சாந்தா பே,แซนตาเฟ,სანტა-ფე,サンタフェ,圣菲,聖大非,산타페	NM	NM	049		
5490338	Santa Rosa	santa-rosa	US	78593	2675	America/Denver	34.93867	-104.68249	1407	Agua Negra Chiquita,Santa Rosa,Santa-Rosa,santa rwza,santa rwza  nywmkzykw,Санта Роса,Санта-Роса,سانتا روزا,سانتا روزا، نیومکزیکو	019	NM	019		
5490359	Santa Teresa	santa-teresa	US	88008	2741	America/Denver	36.15335	-106.67948	2270			NM	039		
5490374	Santa Teresa	santa-teresa	US	88008	4258	America/Denver	31.85594	-106.63916	1156			NM	013		
5490385	Santo Domingo Pueblo	santo-domingo-pueblo	US	87052	2456	America/Denver	35.51476	-106.36586	1581	Dji'wi *,Ki'wa *,Kin Klekai Ni *,Quigui,Quiqui,Santo Domingo,Santo Domingo Pueblo,T'wi'wi *,Ta-wi-gi *,Tawigi'i *,Tewiai *,Tewige *,Ti'wi *,Tihua *,To'hajilo,Towi *,Tqo Hajilo *,Tu-a-wi-hol *,Tu-wit-ha *,Tuwii *,Tuwita *,Tye'wa *,Wehl'hluwalla *		NM	043		
5490561	Sawyer	sawyer	US	49125	0	America/Denver	35.1792	-108.2484	2421	Kettner,Sawyer		NM	006		
5490872	Sedan	sedan	US	67361	0	America/Denver	36.14448	-103.13049	1399			NM	059		
5490958	Seneca	seneca	US	16346	0	America/Denver	36.62836	-103.1266	1521			NM	059		
5490977	Serafina	serafina	US	87569	0	America/Denver	35.39755	-105.32362	1891			NM	047		
5491028	Seven Springs	seven-springs	US	28578	0	America/Denver	35.90197	-106.71198	2376			NM	043		
5491190	Sheep Springs	sheep-springs	US	87364	245	America/Denver	36.14306	-108.71036	1797	Dibe bito,Dibebito,Sheep Springs,To haltsoi		NM	045		
5491232	Sheridan	sheridan	US	04775	0	America/Denver	35.49588	-105.24417	1948	Ojita,Sheridan		NM	047		
5491241	Sherman	sherman	US	04776	0	America/Denver	32.74674	-107.88642	1690			NM	017		
5491288	Shiprock	shiprock	US	87420	8295	America/Denver	36.78555	-108.68703	1492	Naataaniineez,Needle,Needles,Sebatai,Ship Rock,Shiprock,Tooh,Tsebidai		NM	045		
5491410	Sierra Vista	sierra-vista	US	85635	0	America/Denver	33.40897	-105.69304	2337			NM	027		
5491487	Silver City	silver-city	US	39166	10004	America/Denver	32.77007	-108.28033	1809	SVC,San Vicente,San Vicente de la Cienaga,Silver City,Silver Siti,Silver-Siti,shiruvu~ashiti,sylbr syty,sylfr syty,sylwr syty  nywmkzykw,Силвер Сити,Силвер-Сити,Сілвер-Сіті,סילבר סיטי,سلور سٹی، نیو میکسیکو,سيلفر سيتي,سیلور سیتی، نیومکزیکو,シルヴァーシティ	017	NM	017		
5491559	Silver Springs	silver-springs	US	14550	0	America/Denver	33.09731	-105.62082	2317			NM	035		
5491843	Smith Lake	smith-lake	US	87365	0	America/Denver	35.52225	-108.13979	2213	Round House,Smith Lake,Smiths Lake,Tsinazbas,Wolachii		NM	031		
5491999	Socorro	socorro	US	87801	8722	America/Denver	34.0584	-106.89142	1403	Nuestra Senora de Socorro de Pilabo *,Nuestra Senora del So,ONM,San Miguel de Socorro,Sighola,Sighóla,Socorro,Sokoro,Sokorro,Teypana,sakwrw  nywmkzykw,sokolo,sokoro,swkwrw,swkwrw  nyw myksykw,Сокоро,Сокорро,ساکورو، نیومکزیکو,سوكورو,سوکورو، نیو میکسیکو,ソコロ,소코로	053	NM	053		
5492051	Solano	solano	US	87746	0	America/Denver	35.84837	-104.06747	1715			NM	021		
5492081	Solo	solo	US	65564	0	America/Denver	36.33639	-105.95167	2065			NM	055		
5492576	Spaceport City	spaceport-city	US	87654	0	America/Denver	32.39592	-106.68389	1364			NM	013		
5492578	Spalding	spalding	US	49886	0	America/Denver	32.44925	-107.96753	1443	Spalding,Spaulding		NM	029		
5492633	Spencerville	spencerville	US	20868	1258	America/Denver	36.82	-108.05813	1730			NM	045		
5492762	Springer	springer	US	73458	943	America/Denver	36.36114	-104.59527	1767	Springer,aspryngr  nywmkzykw,Спрингер,اسپرینگر، نیومکزیکو		NM	007		
5492903	Stanley	stanley	US	14561	0	America/Denver	35.14764	-105.97767	1931			NM	049		
5493270	Sublette	sublette	US	61367	0	America/Denver	36.9889	-106.23003	2829			NM	039		
5493338	Sulphur Springs	sulphur-springs	US	44881	0	America/Denver	35.90752	-106.61587	2500	Kidney Water Spring,Ojo del Sufre,Sulphur Springs		NM	043		
5493382	Sun Valley	sun-valley	US	83353	0	America/Denver	33.4123	-105.68248	2313			NM	027		
5493387	Sundance	sundance	US	82729	0	America/Denver	35.4603	-108.63814	2193			NM	031		
5493403	Sunland Park	sunland-park	US	88063	15940	America/Denver	31.7965	-106.57999	1160	Sanland Park,Sanlehnd Park,Sanlend-Park,sanlnd park  nywmkzykw,sanrandopaku,snland bark,Санланд Парк,Санленд-Парк,Санлэнд Парк,سانلند پارک، نیومکزیکو,سنلاند بارك,سنلینڈ پارک، نیو میکسیکو,サンランドパーク		NM	013		
5493407	Sunny Side	sunny-side	US	30284	0	America/Denver	36.36365	-104.90194	1946			NM	007		
5493417	Sunset	sunset	US	04683	0	America/Denver	33.33954	-105.07526	1461			NM	027		
5493434	Sunshine	sunshine	US	70780	0	America/Denver	36.84391	-105.64001	2282	Sunshine,Sunshine Valley,Virsylvia		NM	055		
5493435	Sunshine	sunshine	US	70780	420	America/Denver	32.13842	-107.75281	1295			NM	029		
5493452	Sunspot	sunspot	US	88349	0	America/Denver	32.78981	-105.82081	2800			NM	035		
5493474	Suwanee	suwanee	US	30024	0	America/Denver	34.93505	-107.13726	1662	Shawnee,Suanee,Suwanee		NM	061		
5493652	Taiban	taiban	US	88134	0	America/Denver	34.44007	-104.00913	1259			NM	011		
5493801	Taos Ski Valley	taos-ski-valley	US	87525	69	America/Denver	36.596	-105.4545	2841	Taos Ski Valley,Village of Taos Ski Valley		NM	055		
5493811	Taos	taos	US	87571	5740	America/Denver	36.40725	-105.57307	2124	TSM,Taos,Thanh pho Taos,Thành phố Taos,Towol,Tówoł,ta'osa,taoseu,taosu,tayws  nywmkzykw,Таос,تائوس، نیومکزیکو,ٹاوس، نیو میکسیکو,ताओस,タオス,타오스	055	NM	055		
5493846	Tatum	tatum	US	29594	857	America/Denver	33.25706	-103.31773	1219			NM	025		
5493903	Taylor Springs	taylor-springs	US	62089	0	America/Denver	36.32725	-104.49221	1740			NM	007		
5494156	Tesuque	tesuque	US	87574	925	America/Denver	35.7617	-105.93252	2061	Sayuque,Tat'unge'onwi,Tesuque		NM	049		
5494197	Texico	texico	US	62889	1119	America/Denver	34.38869	-103.05134	1264	Escavado,Texico		NM	009		
5494331	Thomas	thomas	US	26292	0	America/Denver	36.24559	-103.29244	1527			NM	059		
5494395	Thoreau	thoreau	US	87323	1865	America/Denver	35.40253	-108.2234	2177	Dlo'oyazhi,Dloi Yazhi,Mitchell,Thoreau		NM	031		
5494416	Three Forks	three-forks	US	59752	0	America/Denver	32.35149	-104.78218	1427			NM	015		
5494436	Three Rivers	three-rivers	US	01080	0	America/Denver	33.32147	-106.07499	1393	Three Rivers,White Mountains		NM	035		
5494507	Tierra Amarilla	tierra-amarilla	US	87575	382	America/Denver	36.70029	-106.54976	2295	Las Nutrias,Litsoi,Litsooi,Nantsejiwebu'u *,Tierra Amarilla,Tijera Amarila,Łitsooí,Тијера Амарила	039	NM	039		
5494549	Tijeras	tijeras	US	87059	541	America/Denver	35.08088	-106.38808	1927			NM	001		
5494577	Timberon	timberon	US	88350	348	America/Denver	32.62093	-105.69414	2112			NM	035		
5494626	Tinnie	tinnie	US	88351	0	America/Denver	33.37065	-105.22637	1576	Analla,Cuba,Las Cuevas,Tinnie		NM	027		
5494666	Tiptonville	tiptonville	US	38079	0	America/Denver	35.8206	-104.9975	1972	Tipton,Tiptonville		NM	033		
5494714	Tohatchi	tohatchi	US	87325	808	America/Denver	35.8589	-108.76147	1965	To hach'i,Tohaachi,Tohachi,Tohatchi,Tqohachee		NM	031		
5494734	Tolar	tolar	US	76476	0	America/Denver	34.4509	-103.93163	1287			NM	041		
5494790	Tome	tome	US	87060	1867	America/Denver	34.74089	-106.72836	1472			NM	061		
5494828	Tony	tony	US	54563	0	America/Denver	34.61507	-105.18222	1787			NM	019		
5494880	Torrance	torrance	US	15779	0	America/Denver	34.34118	-105.52806	1959	Torrance,Torrence		NM	057		
5494884	Torreon	torreon	US	87061	326	America/Denver	35.79724	-107.21393	2025			NM	043		
5494886	Torreon	torreon	US	87061	237	America/Denver	34.72228	-106.29863	2042			NM	057		
5495026	Trampas	trampas	US	87576	0	America/Denver	36.13114	-105.75891	2263	Las Trampas,Santo Tomas Apostol del Rio de las Trampas,Trampas		NM	055		
5495091	Trementina	trementina	US	88439	0	America/Denver	35.46977	-104.52776	1525			NM	047		
5495116	Tres Piedras	tres-piedras	US	87577	0	America/Denver	36.64696	-105.96724	2469	Kuwaku'i,Kuwaqiuba *,Kuwaqiut'a,Tres Piedras		NM	055		
5495238	Truchas	truchas	US	87578	560	America/Denver	36.04364	-105.81168	2454			NM	039		
5495292	Truth or Consequences	truth-or-consequences	US	87901	6079	America/Denver	33.1284	-107.25281	1294	Hot Springs,Palomas Springs,TCS,Trjus o Konsegjuensehs,Trut or Konsekuenses,Trut or Konsekvensiz,Trut-or-Konsekuehnses,Trut-or-Konsekuenses,Truth and Consequences,Truth or Consequences,trwt awr kanskwns  nywmkzykw,trwth awr kwnskywnsys,Трут ор Консеквенсиз,Трут-ор-Консекуенсес,Трут-ор-Консекуэнсес,Трюс о Консегюенсэс,تروت اور کانسکونس، نیومکزیکو,تروث أور كونسكيونسيس,トゥルース・オア・コンシクエンシーズ	051	NM	051		
5495360	Tucumcari	tucumcari	US	88401	5025	America/Denver	35.17191	-103.72686	1247	Douglas,Rag Town,Six Gun Siding,Six Shooter Siding,TCC,Tucumcari,Tukumkehri,Tukumkeri,Tusumkari,to~ukumukari,twkmkry  nywmkzykw,twkwmkary,Тукумкері,Тукумкэри,Тусумкари,توكومكاري,توکمکری، نیومکزیکو,ٹوکمکاری، نیو میکسیکو,トゥクムカリ	037	NM	037		
5495380	Tularosa	tularosa	US	88352	2864	America/Denver	33.07397	-106.0186	1374			NM	035		
5495575	Turnerville	turnerville	US	30580	0	America/Denver	32.80202	-108.08476	1933	Turnerville,Wimsattville		NM	017		
5495659	Twin Lakes	twin-lakes	US	53181	1052	America/Denver	35.70919	-108.77481	1943	Bahastlah,Twin Lakes		NM	031		
5495729	Twining	twining	US	48766	0	America/Denver	36.59475	-105.45028	2874			NM	055		
5495766	Tyrone	tyrone	US	14887	637	America/Denver	32.7098	-108.30199	1751	Azure,Tyrone		NM	017		
5495846	Union Hill	union-hill	US	14563	0	America/Denver	32.83452	-108.07893	1993			NM	017		
5495937	University Park	university-park	US	16802	4192	America/Denver	32.28343	-106.75334	1193	Agricultural College,State College,University Park		NM	013		
5495967	Upham	upham	US	58789	0	America/Denver	32.88647	-107.00224	1390			NM	051		
5496189	Upton	upton	US	01568	0	America/Denver	34.15536	-103.65302	1318			NM	041		
5496249	Ute Park	ute-park	US	87749	71	America/Denver	36.55809	-105.115	2265	Eagle Park,Ute Creek,Ute Park		NM	007		
5496284	Vadito	vadito	US	87579	270	America/Denver	36.19114	-105.67085	2271			NM	055		
5496286	Vado	vado	US	88072	3194	America/Denver	32.11176	-106.6625	1165	Center Valley,Earlham,Herron,Vado		NM	013		
5496302	Valdez	valdez	US	87580	0	America/Denver	36.53447	-105.5839	2264	San Antonio,Valdez		NM	055		
5496315	Valencia	valencia	US	16059	2192	America/Denver	34.7995	-106.7003	1478			NM	061		
5496378	Vallecito	vallecito	US	95251	0	America/Denver	36.15752	-105.78446	2153			NM	055		
5496382	Vallecitos	vallecitos	US	87581	0	America/Denver	35.9942	-105.40918	2459			NM	033		
5496384	Vallecitos	vallecitos	US	87581	0	America/Denver	36.09058	-106.33892	2379	Vallecito,Vallecitos		NM	039		
5496385	Vallecitos	vallecitos	US	87581	0	America/Denver	36.49502	-106.11669	2261			NM	039		
5496387	Vallecitos	vallecitos	US	87581	0	America/Denver	36.25669	-105.60862	2498			NM	055		
5496442	Valmora	valmora	US	87750	0	America/Denver	35.81643	-104.92306	1938			NM	033		
5496484	Vanderwagen	vanderwagen	US	87326	0	America/Denver	35.27392	-108.75481	2179	Vander Wagen,Vanderwagen,White Water,Whitewater		NM	031		
5496503	Varney	varney	US	25696	0	America/Denver	34.3048	-105.56445	1970			NM	057		
5496513	Vaughn	vaughn	US	59487	413	America/Denver	34.60173	-105.20833	1822	Vaughn,West Vaughn		NM	019		
5496550	Veguita	veguita	US	87062	232	America/Denver	34.51617	-106.76725	1458	San Juan,Veguita		NM	053		
5496554	Velarde	velarde	US	87582	502	America/Denver	36.15891	-105.97474	1756	La Hoya,La Jolla,La Joya,Phahu'bu'u,Tsigubu'u,Velarde		NM	039		
5496634	Vevay	vevay	US	47043	0	America/Denver	31.91871	-106.75999	1261			NM	013		
5496729	Villanueva	villanueva	US	87583	229	America/Denver	35.26671	-105.36084	1789	La Cuesta,Villanueva,Villeneuva		NM	047		
5496749	Virden	virden	US	62690	137	America/Denver	32.68702	-109.00201	1147	Richmond,Virden		NM	023		
5496762	Virginia City	virginia-city	US	59755	0	America/Denver	36.57975	-105.24001	2695	Virginia,Virginia City		NM	007		
5496771	Vista	vista	US	92081	0	America/Denver	31.96537	-108.43894	1428			NM	017		
5496879	Wagon Mound	wagon-mound	US	87752	297	America/Denver	36.00893	-104.70666	1890	Los Cuernos,Pinkerton,Santa Clara,Santa Clara Spring,Wagon Mound		NM	033		
5497087	Warren	warren	US	01083	0	America/Denver	32.60928	-103.14742	1092			NM	025		
5497190	Waterflow	waterflow	US	87421	1670	America/Denver	36.75972	-108.48175	1543	Ch'indii lich'ii,Jewett Valley,Kentucky Mesa,Liberty,Waterflow		NM	045		
5497200	Waterloo	waterloo	US	13165	0	America/Denver	31.9851	-107.72225	1262			NM	029		
5497204	Watrous	watrous	US	87753	135	America/Denver	35.7906	-104.98167	1957			NM	033		
5497256	Weber City	weber-city	US	24290	0	America/Denver	34.63368	-103.63635	1417	Weber,Weber City		NM	009		
5497279	Weed	weed	US	88354	63	America/Denver	32.8026	-105.51748	2148			NM	035		
5497746	Wheatland	wheatland	US	16161	0	America/Denver	34.90867	-103.35412	1452	Cameron,Wheatland		NM	037		
5497876	White Rock	white-rock	US	29177	5725	America/Denver	35.82753	-106.20391	1940			NM	028		
5497879	White Rock	white-rock	US	29177	0	America/Denver	36.08862	-108.27063	1820			NM	045		
5497969	Whitehorse	whitehorse	US	57661	0	America/Denver	35.81113	-107.74783	2040	Buck,Buck Store,White Horse,Whitehorse		NM	031		
5497984	Whites City	whites-city	US	88268	7	America/Denver	32.17567	-104.37661	1116	White City,White's City,Whites City		NM	015		
5497991	Whitetail	whitetail	US	59276	0	America/Denver	33.22898	-105.55582	2281			NM	035		
5498015	Whitewater	whitewater	US	53190	0	America/Denver	32.58147	-108.13393	1572			NM	017		
5498194	Willard	willard	US	14588	241	America/Denver	34.5959	-106.03363	1859			NM	057		
5498245	Williamsburg	williamsburg	US	01096	425	America/Denver	33.11618	-107.29336	1291			NM	051		
5498288	Willow Creek	willow-creek	US	59760	0	America/Denver	36.88946	-106.65087	2354			NM	039		
5498493	Wingate	wingate	US	21675	0	America/Denver	35.51447	-108.5448	2055			NM	031		
5498518	Winston	winston	US	30187	61	America/Denver	33.34674	-107.64726	1877			NM	051		
5498546	Witt	witt	US	62094	0	America/Denver	34.84061	-106.05307	1870			NM	057		
5498829	Yeso	yeso	US	88136	0	America/Denver	34.43924	-104.60998	1454			NM	011		
5498891	Youngsville	youngsville	US	12791	56	America/Denver	36.18752	-106.55642	2092			NM	039		
5498925	Zamora	zamora	US	95698	0	America/Denver	35.10227	-106.35558	1993			NM	001		
5498983	Zuni	zuni	US	23898	0	America/Denver	35.06948	-108.84842	1917	Cami,Cuni *,Halona,Halona Weh,Naasht'ezhi,Su'nyitsa,Zuni,Zuni Pueblo		NM	031		
5498984	Zuni	zuni	US	23898	0	America/Denver	35.53419	-108.63647	2014	Si'o *,Sunyi'ongwi *,Sunyiha'asteta *,Zuni		NM	031		
5499105	Alamo	alamo	US	30411	1080	America/Los_Angeles	37.36496	-115.16446	1057			NV	017		
5499212	Amargosa Valley	amargosa-valley	US	89020	0	America/Los_Angeles	36.64384	-116.40033	812	Amargosa Valley,Anorgosa,LTH,Lathrop Wells,Lathrops,Lathrops Well,Lathrops Wells		NV	023		
5499219	Amber	amber	US	73004	0	America/Los_Angeles	36.60803	-114.49415	437			NV	003		
5499365	Apex	apex	US	27502	0	America/Los_Angeles	36.32914	-114.92778	752			NV	003		
5499387	Arden	arden	US	10910	0	America/Los_Angeles	36.01803	-115.23083	760			NV	003		
5499476	Ashton	ashton	US	20861	0	America/Los_Angeles	36.72023	-116.67255	812			NV	023		
5499491	Atlanta	atlanta	US	14808	0	America/Los_Angeles	38.46523	-114.33138	2051			NV	017		
5499537	Austin	austin	US	16720	192	America/Los_Angeles	39.49326	-117.06953	2025	ASQ,Austin,Ostin,Pony,astyn  nwada,awstyn,Остин,آستین، نوادا,آسٹن، نیواڈا,أوستين		NV	015		
5499558	Avalon	avalon	US	08202	0	America/Los_Angeles	38.76297	-118.75625	1240			NV	021		
5499582	Babbitt	babbitt	US	55706	0	America/Los_Angeles	38.53937	-118.63763	1289	Babbit,Babbitt		NV	021		
5499621	Baker	baker	US	26801	68	America/Los_Angeles	39.01328	-114.12277	1619	Bejker,bakr,bykr  nwada,Бейкер,Бејкер,باكر,بیکر، نوادا,بیکر، نیواڈا		NV	033		
5499694	Barclay	barclay	US	21607	0	America/Los_Angeles	37.5133	-114.25165	1632	Barclay,Clover Valley,Clover Valley Junction		NV	017		
5499699	Bard	bard	US	88411	0	America/Los_Angeles	35.98775	-115.2375	784			NV	003		
5499755	Basalt	basalt	US	81621	0	America/Los_Angeles	38.00743	-118.27317	1932	Basalt,Basalta		NV	021		
5499905	Belmont	belmont	US	02478	0	America/Los_Angeles	38.59604	-116.87424	2263			NV	023		
5499945	Berlin	berlin	US	01503	0	America/Los_Angeles	38.88187	-117.6076	2059			NV	023		
5500329	Blair	blair	US	25022	0	America/Los_Angeles	37.79299	-117.64926	1407			NV	009		
5500370	Blue Diamond	blue-diamond	US	89004	290	America/Los_Angeles	36.04636	-115.40389	1031	Blue Diamond,Blue Diamondville,Cottonwood		NV	003		
5500539	Boulder City	boulder-city	US	89005	15551	America/Los_Angeles	35.97859	-114.83249	765	Adaven,Bolder Siti,Boulder,Boulder City,Boulder-Siti,Bouldur Siti,Hidam,Hoover City,Kota Boulder,Thanh pho Boulder,Thành phố Boulder,Wilbur,blwdyr syty,buldeositi,bwldr syty  nwada,Болдер Сити,Боулдер,Боулдер-Сіті,Боулдър Сити,بلودير سيتي,بولدر سیتی، نوادا,بولڈر شہر، نیواڈا,불더시티		NV	003		
5500550	Boulder Junction	boulder-junction	US	54512	0	America/Los_Angeles	36.08108	-115.19805	695			NV	003		
5500696	Bristol	bristol	US	02809	0	America/Los_Angeles	38.07996	-114.61944	2141	Bristol,Bristol City,National City		NV	017		
5500825	Buckeye	buckeye	US	24924	0	America/Los_Angeles	38.96046	-119.72434	1465	Buckeye,Buckeye Ranch		NV	005		
5500947	Bunkerville	bunkerville	US	89007	1303	America/Los_Angeles	36.77303	-114.12802	467			NV	003		
5501113	Cal-Nev-Ari	cal-nev-ari	US	89039	244	America/Los_Angeles	35.30555	-114.88359	786	Cal Nev Ari,Cal-Nev-Ari		NV	003		
5501155	Caliente	caliente	US	89008	1109	America/Los_Angeles	37.61496	-114.51194	1343	Caliente,Calientes,Clover Junction,Culverwell Ranch,Jackman Ranch,Kalient,Kalijente,kalynth  nwada,kalynyty,Калиент,Калијенте,كالينيتي,کالینته، نوادا,کیلیانٹے، نیواڈا		NV	017		
5501171	Calumet	calumet	US	15621	0	America/Los_Angeles	39.26299	-114.87668	1950			NV	033		
5501223	Camp Douglas	camp-douglas	US	54618	0	America/Los_Angeles	38.33854	-118.19984	2017	Camp Douglas,Douglas,Douglass,Silver Star		NV	021		
5501265	Canon City	canon-city	US	81212	0	America/Los_Angeles	39.45659	-117.12926	1797			NV	015		
5501344	Carson City	carson-city	US	48811	54521	America/Los_Angeles	39.1638	-119.7674	1427	Altepetl Carson,CSN,Carson,Carson City,Carson City County,Carson city,Carsonurbo,Karsan-Sici,Karson Siti,Karson Sitis,Karson-Siti,Karsonsitija,Karsun Siti,Kota Carson,Kārsonsitija,Lungsod ng Carson,Thanh pho Carson,Thành phố Carson,ka sen cheng,karcan nakaram,karsan siti,karsana siti,karswn syty,kaseunsiti,kasonshiti,kharsansiti,qrswn syty,Κάρσον Σίτι,Карсан-Сіці,Карсон Сити,Карсон-Сити,Карсон-Сіті,Карсън Сити,Քարսոն Սիթի,קרסון סיטי,كارسون سيتى,كارسون سيتي,کارسن سٹی,کارسن شہر، نیواڈا,کارسون‌سیتی,कार्सन सिटी,कार्सन सिति,कार्सन् सिटी,কার্সন সিটি,கார்சன் நகரம்,คาร์สันซิตี,カーソンシティ,卡森城,카슨시티	NV	NV	510		
5501561	Centerville	centerville	US	02632	0	America/Los_Angeles	38.91046	-119.77934	1440			NV	005		
5501654	Cherry Creek	cherry-creek	US	14723	0	America/Los_Angeles	39.90049	-114.88586	1863	Cherry Creek,Cherrycreek		NV	033		
5501839	Clark	clark	US	07066	0	America/Los_Angeles	39.56408	-119.48157	1298	Clark,Clark Siding,Clark Station,Clarks,Clarks Siding		NV	029		
5501962	Coaldale	coaldale	US	18218	0	America/Los_Angeles	38.02743	-117.88316	1421			NV	009		
5501993	Cold Spring	cold-spring	US	10516	0	America/Los_Angeles	37.75135	-114.42471	1427			NV	017		
5502060	Columbus	columbus	US	08022	0	America/Los_Angeles	38.11021	-118.01928	1390	Kolumbus,Колумбус		NV	009		
5502096	Como	como	US	27818	0	America/Los_Angeles	39.17241	-119.47656	2169	Como,Como City		NV	019		
5502516	Crestline	crestline	US	44827	0	America/Los_Angeles	37.66358	-114.12609	1825			NV	017		
5502535	Crossroads	crossroads	US	88114	0	America/Los_Angeles	37.5658	-114.25609	1720			NV	017		
5502560	Crystal	crystal	US	48818	0	America/Los_Angeles	36.49162	-116.16754	729			NV	023		
5502563	Crystal Bay	crystal-bay	US	55323	305	America/Los_Angeles	39.22602	-120.00408	1943	Crystal Bay,Nevada Vista		NV	031		
5502582	Crystal Springs	crystal-springs	US	33524	0	America/Los_Angeles	37.53163	-115.23391	1164	Crystal Spring,Crystal Springs,Crystal Springs Ranch		NV	017		
5502697	Darwin	darwin	US	55324	0	America/Los_Angeles	39.58936	-119.10211	1240	Darwin,Patna		NV	019		
5502730	Davis Station	davis-station	US	29041	0	America/Los_Angeles	39.27964	-119.21655	1284			NV	019		
5502732	Dayton	dayton	US	08810	8964	America/Los_Angeles	39.23714	-119.59295	1340	Chinatown,Dayton,Dejton,Gold Creek Station,Halls Station,Johntown,McMartins Station,Mineral Rapids,Nevada City,Ponderers Rest,Дейтон		NV	019		
5503013	Dike	dike	US	50624	0	America/Los_Angeles	36.30136	-115.01334	674	Dike,Dike Siding,Gravel Pit Siding		NV	003		
5503027	Divide	divide	US	59727	0	America/Los_Angeles	39.29797	-119.65518	1912	Divide,Middletown,The Divide		NV	029		
5503042	Dixie	dixie	US	25059	0	America/Los_Angeles	39.8738	-118.01596	1112			NV	001		
5503063	Dodge	dodge	US	54625	0	America/Los_Angeles	39.67074	-119.31212	1268			NV	031		
5503128	Douglas	douglas	US	01516	0	America/Los_Angeles	38.85439	-115.14446	1765			NV	033		
5503283	Duckwater	duckwater	US	89314	0	America/Los_Angeles	38.93243	-115.71448	1674			NV	023		
5503340	Dyer	dyer	US	38330	259	America/Los_Angeles	37.6675	-118.06639	1486			NV	009		
5503513	Eccles	eccles	US	25836	0	America/Los_Angeles	37.61524	-114.43166	1403			NV	017		
5503549	Edgewood	edgewood	US	21040	0	America/Los_Angeles	38.96074	-119.94185	1915	Burke and Smalls Station,Edgewood,Fridays,Smalls		NV	005		
5503656	Elgin	elgin	US	16413	0	America/Los_Angeles	37.35191	-114.53583	1037			NV	017		
5503666	Elk Point	elk-point	US	57025	0	America/Los_Angeles	38.98602	-119.95657	1912	Bitlers Beach Cottages,Elk Point,Elks Point		NV	005		
5503694	Ely	ely	US	52227	4134	America/Los_Angeles	39.24744	-114.88863	1962	ELY,Ehlaj,Ehli,Eli,Ely (Nevada),Ijli,Ili,aly,aly  nwada,illi,yi li,Елі,Ийли,Или,Элай,Эли,إلي,الی، نوادا,ایلی، نیواڈا,伊利,일리	033	NV	033		
5503736	Empire	empire	US	35063	0	America/Los_Angeles	39.18491	-119.71323	1408	Dutch Nicks Station,Empire,Empire City,Nicks Station		NV	510		
5503766	Enterprise	enterprise	US	26568	108481	America/Los_Angeles	36.02525	-115.24194	778	Enterprajz,antrbrayz,antrprayz  nwada,entapuraizu,Ентерпрајз,إنتربرايز,انترپرایز، نوادا,انٹرپرائز، نیواڈا,エンタープライズ		NV	003		
5503775	Erie	erie	US	16501	0	America/Los_Angeles	35.87053	-115.23694	951			NV	003		
5503799	Etna	etna	US	03750	0	America/Los_Angeles	37.55524	-114.57138	1291			NV	017		
5503804	Eureka	eureka	US	48833	610	America/Los_Angeles	39.51271	-115.96061	1975	EUE,Jurika,awryka,you li ka,ywrka  nwada,Јурика,إوريكا,یورکا، نوادا,یوریکا، نیواڈا,尤里卡	011	NV	011		
5503914	Fallon	fallon	US	59326	8458	America/Los_Angeles	39.47353	-118.77737	1207	Falun,Follon,Folon,NFL,fa lun,faln  nwada,falwn,Фалън,Фоллон,Фолон,פאלון,فالن، نوادا,فالون,فیلن، نیواڈا,法伦	001	NV	001		
5504003	Fernley	fernley	US	89408	19418	America/Los_Angeles	39.60797	-119.25183	1268	Fernlehj,Fernli,frnly  nwada,fyrnly,Фернли,Фернлэй,فرنلی، نوادا,فرینلی، نیواڈا,فيرنلي		NV	019		
5504132	Fletcher	fletcher	US	28732	0	America/Los_Angeles	38.35686	-118.89847	1865			NV	021		
5504303	Franktown	franktown	US	23354	0	America/Los_Angeles	39.27158	-119.84074	1546			NV	031		
5504394	Gabbs	gabbs	US	89409	269	America/Los_Angeles	38.86881	-117.92206	1440	GAB		NV	023		
5504431	Galt	galt	US	50101	0	America/Los_Angeles	37.01747	-114.60583	688	Galt,Gath		NV	017		
5504468	Gardnerville	gardnerville	US	89410	5656	America/Los_Angeles	38.9413	-119.74962	1448			NV	005		
5504531	Genoa	genoa	US	13071	939	America/Los_Angeles	39.00435	-119.84712	1465	Carson Valley,Dzenoa,Genoa,Mormon Station,jnwa  nwada,Џеноа,جنوآ، نوادا		NV	005		
5504637	Glenbrook	glenbrook	US	89413	215	America/Los_Angeles	39.08935	-119.93907	1905	Darmaladuphw O'tha,Daumaladuphw O'tha,Glen Brook,Glenbrook		NV	005		
5504645	Glendale	glendale	US	01229	0	America/Los_Angeles	36.66525	-114.56915	463			NV	003		
5504646	Glendale	glendale	US	01229	0	America/Los_Angeles	39.52047	-119.74047	1340	Glendale,Glendale Crossing,Jamisons Station,Old Stone and Gates Crossing,Stone and Gates Bridge,Stone and Gates Crossing		NV	031		
5504649	Glenn	glenn	US	49416	0	America/Los_Angeles	39.48633	-114.8303	1861	Glen,Glenn,Glenn Siding		NV	033		
5504713	Gold Hill	gold-hill	US	28071	0	America/Los_Angeles	39.29047	-119.6574	1781	Gold Hill,Goldhill		NV	029		
5504802	Golden Valley	golden-valley	US	58541	1556	America/Los_Angeles	39.61547	-119.82658	1554			NV	031		
5504812	Goldfield	goldfield	US	50542	268	America/Los_Angeles	37.70854	-117.23563	1733	Goldfield,Goldfild,North Goldfield,South Goldfield,ge er de fei er de,ghwldfyld,gldfyld  nwada,Голдфилд,غولدفيلد,گلدفیلد، نوادا,گولڈفیلڈ، نیواڈا,戈尔德菲尔德	009	NV	009		
5504838	Goodsprings	goodsprings	US	35560	229	America/Los_Angeles	35.83248	-115.43417	1130	Good Spring,Good Springs,Goodsprings		NV	003		
5504961	Grantsville	grantsville	US	21536	0	America/Los_Angeles	38.84548	-117.57316	2141	Grantsville,Grantville		NV	023		
5504987	Grass Valley	grass-valley	US	95945	0	America/Los_Angeles	39.6977	-116.79814	1800			NV	015		
5505066	Green Springs	green-springs	US	44836	0	America/Los_Angeles	39.11715	-115.57254	1852	Bull Spring Station,Green Spring Ranch,Green Springs,Green Springs Ranch		NV	033		
5505082	Greenville	greenville	US	02828	0	America/Los_Angeles	39.03742	-119.18265	1329			NV	019		
5505193	Hadley	hadley	US	01035	0	America/Los_Angeles	38.69438	-117.16036	1756			NV	023		
5505230	Hamilton	hamilton	US	01936	0	America/Los_Angeles	39.25299	-115.48643	2456	Cave City,Hamilton		NV	033		
5505321	Hawthorne	hawthorne	US	07506	3269	America/Los_Angeles	38.52464	-118.62458	1320	HTH,Hawthorne,Hawthorne City,Khosorn,Khotorn,hawthwrn,hawthwrn  nwada,huo suo en,hwtwrn,Хосорн,Хоторн,הותורן,هاوثورن,هاوثورن، نوادا,ہاوتھرون، نیواڈا,霍索恩	021	NV	021		
5505349	Hazen	hazen	US	58545	0	America/Los_Angeles	39.56519	-119.04627	1221			NV	001		
5505411	Henderson	henderson	US	13650	285667	America/Los_Angeles	36.0397	-114.98194	569	Basic,Chenterson,Genderson,Henderson,Hendersonas,Jericho Heights,Khendehrsan,Khenderson,Khendersun,Midway City,Pittman,hendason,hendeoseun,heng de sen,hndrswn,hndrswn  nwada,Χέντερσον,Гендерсон,Хендерсон,Хендерсън,Хендэрсан,הנדרסון,هندرسون,هندرسون، نوادا,ہینڈرسن، نیواڈا,ヘンダーソン,亨德森,헨더슨		NV	003		
5505500	Hidden Valley	hidden-valley	US	15502	0	America/Los_Angeles	39.49186	-119.71796	1363	Hidden Valley,Hidden Valley Area		NV	031		
5505537	Hiko	hiko	US	89017	119	America/Los_Angeles	37.5969	-115.22419	1182	Hiko,Hiko Springs,Hyco,Hyko		NV	017		
5505745	Horseshoe Bend	horseshoe-bend	US	72512	0	America/Los_Angeles	37.68413	-114.12943	1794			NV	017		
5505790	Hot Springs	hot-springs	US	24445	0	America/Los_Angeles	36.97689	-116.72284	1092			NV	023		
5505902	Huxley	huxley	US	50124	0	America/Los_Angeles	39.87047	-118.77238	1196	Huxley,Huxley Station		NV	001		
5505963	Incline Village	incline-village	US	89450	8777	America/Los_Angeles	39.2513	-119.97297	1952	Incline,Incline Village		NV	031		
5506040	Indian Springs	indian-springs	US	89018	991	America/Los_Angeles	36.56968	-115.67058	966	INS,Indian Creek,Indian Spring,Indian Springs		NV	003		
5506085	Ione	ione	US	95640	0	America/Los_Angeles	38.94826	-117.5876	2060	Ione,Ione City,Midas		NV	023		
5506181	Jackman	jackman	US	04945	0	America/Los_Angeles	36.6422	-114.54026	449	Jackman,Narrows		NV	003		
5508158	Mercury	mercury	US	89023	0	America/Los_Angeles	36.66051	-115.99447	1155	DRA		NV	023		
5506254	Jean	jean	US	89019	0	America/Los_Angeles	35.77887	-115.32388	866			NV	003		
5506669	Keystone	keystone	US	46759	0	America/Los_Angeles	39.28188	-114.96835	2051			NV	033		
5506710	Kimberly	kimberly	US	25118	0	America/Los_Angeles	39.26327	-115.02252	2206			NV	033		
5506726	Kingsbury	kingsbury	US	46345	2152	America/Los_Angeles	38.97713	-119.90685	2197			NV	005		
5506731	Kingston	kingston	US	02364	113	America/Los_Angeles	39.20993	-117.06981	1817	Kingston,Kingston Ranch,Morgan		NV	015		
5506819	Kyle	kyle	US	24855	0	America/Los_Angeles	37.31441	-114.49055	985			NV	017		
5506912	Lakeview	lakeview	US	28350	0	America/Los_Angeles	39.20824	-119.80546	1573	Lake View,Lakeview		NV	510		
5506949	Lane City	lane-city	US	77453	0	America/Los_Angeles	39.26049	-114.93141	2011	Lane,Lane City,Mineral City		NV	033		
5506956	Las Vegas	las-vegas	US	87701	623747	America/Los_Angeles	36.17497	-115.13722	610	Campi,LAS,Las Vegas,Las Vegas Mission,Las Vegas Ranch,Las Vegasas,Las Venkas,Las-Vegas,Las-Veqas,Lasvegasa,Lasvegaso,Los Vegas,Lungsod ng Las Vegas,McWilliamstown,Naʼazhǫǫsh Hátsoh,Old Town,Piigisi,Ragtown,Vegas,Westside,la si wei jia si,las fyghas,las vegas,las vekas,las veygas,las weka s,las wgas,las wygas  nywaڈa,las-vegasi,lasa bhegasa,lasa vegasa,lasa vhegasa,laseubegaseu,laseubeigeoseu,lʼs wgʼs,rasubegasu,Λας Βέγκας,Лас Вегас,Лас-Вегас,Լաս Վեգաս,לאס וגאס,לאס וועגאס,لاس فيغاس,لاس وگاس,لاس ویگاس، نیواڈا,لاس‌وقاس,लास वेगास,लास व्हेगस,লাস ভেগাস,ਲਾਸ ਵੇਗਸ,લાસ વેગાસ,லாஸ் வேகஸ்,లాస్ వెగాస్,ലാസ് വെയ്ഗസ്,ลาสเวกัส,လပ်ဗီးဂပ်စ်မြို့,ლას-ვეგასი,ላስ ቬጋስ,ラスベガス,拉斯維加斯,拉斯维加斯,라스베가스,라스베이거스	003	NV	003		
5507016	Laughlin	laughlin	US	89028	7323	America/Los_Angeles	35.16778	-114.57302	170	Laflin,Laughlin,Loflin,Tristate,lahlyn,lflyn  nwada,Лафлін,Лофлин,لافلن، نیواڈا,لاهلين,لفلین، نوادا		NV	003		
5507031	Lavon	lavon	US	75166	0	America/Los_Angeles	39.32772	-114.79668	1962	Lavon,Lavon Siding		NV	033		
5507033	Lawton	lawton	US	18828	0	America/Los_Angeles	39.51213	-119.90659	1443	Lawton,Lawtons		NV	031		
5507195	Lincoln City	lincoln-city	US	47552	0	America/Los_Angeles	35.80192	-115.62306	792			NV	003		
5507202	Lincoln Park	lincoln-park	US	07035	0	America/Los_Angeles	39.03963	-119.94824	1906			NV	005		
5507359	Lockwood	lockwood	US	14859	0	America/Los_Angeles	39.50713	-119.64657	1329			NV	029		
5507362	Lodi	lodi	US	07644	0	America/Los_Angeles	38.99381	-117.87845	1631	Bob,Lodi,Lodi Valley,Lodival,Lodivale,Lodiville		NV	023		
5507427	Logandale	logandale	US	89021	0	America/Los_Angeles	36.59664	-114.48415	422	Logan,Logandale,Logans Ranch,Saint Joe,Saint Joseph		NV	003		
5507530	Lovell	lovell	US	04051	0	America/Los_Angeles	36.29136	-115.04306	647			NV	003		
5507653	Luning	luning	US	89420	0	America/Los_Angeles	38.50631	-118.18151	1370			NV	021		
5507658	Lund	lund	US	89317	282	America/Los_Angeles	38.85661	-115.00779	1695			NV	033		
5507772	Manhattan	manhattan	US	59741	0	America/Los_Angeles	38.53882	-117.07342	2134			NV	023		
5507821	Marietta	marietta	US	13110	0	America/Los_Angeles	38.24326	-118.33874	1508			NV	021		
5507859	Martin	martin	US	15460	0	America/Los_Angeles	39.60408	-119.87186	1608			NV	031		
5507902	Mason	mason	US	25260	0	America/Los_Angeles	38.94992	-119.19015	1350	Mason,Mason Valley,Masons,Masons Ranch,Masons Run		NV	019		
5508180	Mesquite	mesquite	US	75149	17496	America/Los_Angeles	36.80553	-114.06719	488	MFH,Meskit,Muskijt,meseukiteu,mesukito,mskyt  nwada,myskyt,Мескит,Мъскийт,مسکیت، نوادا,مسکیٹ، نیواڈا,ميسكيت,メスキート,메스키트		NV	003		
5508277	Midway	midway	US	15060	0	America/Los_Angeles	38.72353	-118.30124	1670	Midway,Sargents Station		NV	021		
5508371	Mina	mina	US	89422	155	America/Los_Angeles	38.39048	-118.10873	1391			NV	021		
5508379	Minden	minden	US	25879	3001	America/Los_Angeles	38.95407	-119.76573	1440	MEV,Millerville,Mindehn,Minden,mayndn  nwada,ming deng,myndyn,Минден,Миндэн,مائنڈن، نیواڈا,مایندن، نوادا,ميندين,明登	005	NV	005		
5508405	Mineral City	mineral-city	US	44656	0	America/Los_Angeles	39.26438	-114.9478	2016			NV	033		
5508408	Minerva	minerva	US	12851	0	America/Los_Angeles	38.82828	-114.39222	1786	Minerva,Minerva Mill		NV	033		
5508465	Moapa	moapa	US	89025	0	America/Los_Angeles	36.6758	-114.62082	516			NV	003		
5508583	Montezuma	montezuma	US	13117	0	America/Los_Angeles	37.70382	-117.36897	2154			NV	009		
5508707	Mosier	mosier	US	97040	0	America/Los_Angeles	39.2605	-114.82696	1940	Mosier,Mosier Station,Mosiers		NV	033		
5508726	Mount Airy	mount-airy	US	21771	0	America/Los_Angeles	39.50353	-117.37954	2039	Mount Airy,Mount Airy Station		NV	015		
5508953	Mustang	mustang	US	73064	0	America/Los_Angeles	39.52186	-119.62852	1351			NV	031		
5509005	Nashville	nashville	US	27856	0	America/Los_Angeles	39.78907	-119.83019	1622			NV	031		
5509049	Nelson	nelson	US	03457	37	America/Los_Angeles	35.70804	-114.8247	907	El Dorado,Eldorado,Nelson		NV	003		
5509298	Nixon	nixon	US	78140	374	America/Los_Angeles	39.83185	-119.35795	1193	Nixon,Paiute Indian Agency		NV	031		
5509403	North Las Vegas	north-las-vegas	US	89030	234807	America/Los_Angeles	36.19886	-115.1175	565	Bac Las Vegas,Bắc Las Vegas,Norda Lasvegaso,Nort-Las-Vegas,North Las Vegas,Severen Las Vegas,Severni Las Vegas,Vegas Verdes,Vegas Verdi,bei la si wei jia si,las wgas shmaly  nwada,noseulaseubeigeoseu,nosurasubegasu,nwrth las fyghas,Норт-Лас-Вегас,Северен Лас Вегас,Северни Лас Вегас,لاس وگاس شمالی، نوادا,نارتھ لاس ویگاس، نیواڈا,نورث لاس فيغاس,ノースラスベガス,北拉斯維加斯,노스라스베이거스		NV	003		
5509571	Ocala	ocala	US	34470	0	America/Los_Angeles	39.91019	-118.73543	1187			NV	001		
5509754	Osceola	osceola	US	16942	0	America/Los_Angeles	39.0905	-114.38556	2191			NV	033		
5509782	Overton	overton	US	68863	0	America/Los_Angeles	36.54331	-114.44692	387	Crosby,Mill Point,Overton,Patterson Ranch,Stringtown,awfrtwn,أوفرتون,اوورٹن، نیواڈا		NV	003		
5509851	Pahrump	pahrump	US	89041	36441	America/Los_Angeles	36.20829	-115.98391	822	Pahrump,Pakhrump,Parimpa,bahrwmb,pa lang,phramp  nwada,Пахрумп,باهرومب,پارومپ، نیواڈا,پهرامپ، نوادا,帕朗		NV	023		
5509909	Panaca	panaca	US	89042	963	America/Los_Angeles	37.79052	-114.38943	1445	Panaca,Panaca City,Panacker City,Panaka,Ponaca,banaka,pnka  nwada,Панака,باناكا,پنکا، نوادا,پیناکا، نیواڈا		NV	017		
5509952	Paradise	paradise	US	17562	223167	America/Los_Angeles	36.09719	-115.14666	627	Paradajs,Paradajz,Paradise,baradays,paeleodaiseu,paradaisu,paradays  nwada,tian tang shi,Парадайз,Парадайс,Парадајс,بارادايس,پارادایس، نوادا,پيراڈائز، نیواڈا,パラダイス,天堂市,패러다이스		NV	003		
5510005	Patrick	patrick	US	29584	0	America/Los_Angeles	39.54713	-119.57935	1305	Patrick,Patrick Siding		NV	031		
5510251	Pine Grove	pine-grove	US	17963	0	America/Los_Angeles	38.67825	-119.12404	2047	Pine Grove,Pinegrove		NV	019		
5510323	Pioche	pioche	US	89043	1002	America/Los_Angeles	37.92969	-114.45221	1855	Meadow Valley,Pioche,Pioche City,bywtsh,pi ao qi,pywsh  nwada,بيوتش,پیوش، نوادا,پیوش، نیواڈا,皮奥奇	017	NV	017		
5510412	Pleasant Valley	pleasant-valley	US	12569	0	America/Los_Angeles	39.35241	-119.77602	1457			NV	031		
5510575	Preston	preston	US	06365	78	America/Los_Angeles	38.91355	-115.06057	1718			NV	033		
5510586	Prince	prince	US	25907	0	America/Los_Angeles	37.89996	-114.47416	1776	Prince,Prince Camp		NV	017		
5510771	Rachel	rachel	US	26587	54	America/Los_Angeles	37.64467	-115.74365	1474			NV	017		
5510813	Ralston	ralston	US	17763	0	America/Los_Angeles	37.55604	-117.15285	1452			NV	023		
5511077	Reno	reno	US	16343	241445	America/Los_Angeles	39.52963	-119.8138	1373	Fullers Crossing,Lakes Crossing,RNO,Rehno,Reno,Reno-Stead,Rino,Rynas,Rīno,lei nuo,lino,rino,rynw,rynw  nwada,Ρίνο,Рено,Рино,Рэно,רינא,רינו,رينو,رینو,رینو، نوادا,رینو، نیواڈا,रिनो,リノ,雷諾,리노	031	NV	031		
5511197	Ripley	ripley	US	14775	0	America/Los_Angeles	35.79803	-115.60167	799			NV	003		
5511212	Riverside	riverside	US	02915	0	America/Los_Angeles	36.73609	-114.22053	436			NV	003		
5511215	Roach	roach	US	65787	0	America/Los_Angeles	35.64082	-115.35916	798	Roach,Roach Siding		NV	003		
5511444	Round Hill	round-hill	US	20141	0	America/Los_Angeles	38.9913	-119.94046	1978	Round Hill,Round Hill Village,Round Mound		NV	005		
5511456	Round Mountain	round-mountain	US	78663	0	America/Los_Angeles	38.71104	-117.06758	1948	Gordon,Round Mountain		NV	023		
5511520	Ruth	ruth	US	39662	440	America/Los_Angeles	39.27827	-114.98919	2094			NV	033		
5511635	Saint Clair	saint-clair	US	17970	0	America/Los_Angeles	39.43631	-118.80987	1209			NV	001		
5511928	Schurz	schurz	US	89427	658	America/Los_Angeles	38.95075	-118.81126	1258	Agency,Agency Birch,Schurz,Schutz		NV	021		
5511977	Searchlight	searchlight	US	89046	539	America/Los_Angeles	35.46527	-114.9197	1081	Serchlajt,srchlayt  nwada,syrtshlayt,Серчлајт,سرچلایت، نوادا,سيرتشلايت		NV	003		
5512194	Shoshone	shoshone	US	83352	0	America/Los_Angeles	38.84856	-114.40778	1765			NV	033		
5512275	Silver City	silver-city	US	39166	0	America/Los_Angeles	39.26352	-119.64046	1544			NV	019		
5512373	Silver Springs	silver-springs	US	14550	5296	America/Los_Angeles	39.41547	-119.22461	1280	Silver Springs,Silver Springs Station		NV	019		
5512417	Simpson	simpson	US	26435	0	America/Los_Angeles	38.86936	-119.39933	1454	Colony,Colony Ranch,Simpson,Simpson Colony,The Colony,Wellington		NV	019		
5512482	Skyland	skyland	US	28776	376	America/Los_Angeles	39.02241	-119.94824	1912			NV	005		
5512515	Sloan	sloan	US	51055	0	America/Los_Angeles	35.94359	-115.21722	861			NV	003		
5512520	Smith	smith	US	89430	1033	America/Los_Angeles	38.80047	-119.32738	1453			NV	019		
5512862	Sparks	sparks	US	31647	96094	America/Los_Angeles	39.53491	-119.75269	1345	Harriman,Sparks,asparks  nwada,sbarks,seupakeuseu,Спаркс,اسپارکس، نوادا,سباركس,سپارکس، نیواڈا,스파크스		NV	031		
5512909	Spring Valley	spring-valley	US	10977	178395	America/Los_Angeles	36.10803	-115.245	721	Spring Vali,Spring Valley,Spring-Vehlli,aspryng wly  nwada,sbryngh faly,seupeulingbaelli,supuringubare,Спринг Вали,Спринг-Вэлли,اسپرینگ ولی، نوادا,سبرينغ فالي,سپرنگ ویلی، نیواڈا,スプリングバレー,스프링밸리		NV	003		
5512927	Springdale	springdale	US	15144	0	America/Los_Angeles	37.02994	-116.75506	1170			NV	023		
5512994	Stateline	stateline	US	89449	842	America/Los_Angeles	38.96241	-119.9399	1915	Lake Tahoe,Lakeside,State Line,Stateline		NV	005		
5512995	Stateline	stateline	US	89449	0	America/Los_Angeles	37.2966	-117.40619	1795	Gold Mountain,Stateline		NV	009		
5513038	Steptoe	steptoe	US	99174	0	America/Los_Angeles	39.40688	-114.76391	2002	Steptoe,Steptoe City		NV	033		
5513061	Stewart	stewart	US	37175	0	America/Los_Angeles	39.1163	-119.75851	1439	Carson Agency,Stewart		NV	510		
5513084	Stewarts Point	stewarts-point	US	95480	0	America/Los_Angeles	36.38053	-114.40775	390			NV	003		
5513100	Stillwater	stillwater	US	04489	0	America/Los_Angeles	39.52159	-118.54709	1189	Stillwater,Stillwater Station		NV	001		
5513307	Sun Valley	sun-valley	US	83353	19299	America/Los_Angeles	39.5963	-119.77602	1440			NV	031		
5513317	Sundown	sundown	US	79372	0	America/Los_Angeles	37.62689	-115.80476	1479			NV	017		
5513328	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	38.42328	-115.02112	1624			NV	023		
5513434	Sylvania	sylvania	US	16945	0	America/Los_Angeles	37.39799	-117.72425	2217			NV	009		
5513795	Tonopah	tonopah	US	85354	2478	America/Los_Angeles	38.06716	-117.23008	1843	Butler,TPH,Tonapah,Tonopa,Tonopah,Tonopakh,tnwpa  nwada,tuo nuo pa,twnwbah,Тонопа,Тонопах,تنوپا، نوادا,تونوباه,ٹونوپاہ، نیواڈا,托诺帕	023	NV	023		
5513922	Trinity	trinity	US	27370	0	America/Los_Angeles	39.94491	-118.74793	1210			NV	001		
5514166	Union	union	US	03887	0	America/Los_Angeles	38.87187	-117.59899	2072			NV	011		
5514312	Valley	valley	US	36854	0	America/Los_Angeles	36.27414	-115.07139	615	Valley,Valley Siding		NV	003		
5514318	Valley View	valley-view	US	17983	0	America/Los_Angeles	38.06827	-117.22453	1872			NV	023		
5514359	Verdi	verdi	US	89439	1415	America/Los_Angeles	39.51824	-119.98881	1493			NV	031		
5514428	Virginia City	virginia-city	US	59755	855	America/Los_Angeles	39.30963	-119.64962	1889	Ophir,Pleasant Hill,Silver City,Thanh pho Virginia,Thành phố Virginia,Virdzhinija-Siti,Virdzinija Siti,Virginia City,Virginiurbo,bajiniashiti,fu ji ni ya cheng,fyrjynya syty,wyrjynya syty  mwntana,Вирджиния-Сити,Вирџинија Сити,Вірджинія-Сіті,فيرجينيا سيتي,ورجینیا سٹی، نیواڈا,ویرجینیا سیتی، مونتانا,バージニアシティ,弗吉尼亚城	029	NV	029		
5514446	Vista	vista	US	92081	0	America/Los_Angeles	39.5263	-119.70074	1344			NV	031		
5514479	Wadsworth	wadsworth	US	44281	834	America/Los_Angeles	39.6338	-119.28545	1242			NV	031		
5514553	Wann	wann	US	74083	0	America/Los_Angeles	36.2333	-115.11334	583			NV	003		
5514592	Warm Springs	warm-springs	US	24484	0	America/Los_Angeles	38.19049	-116.37005	1653			NV	023		
5514594	Warm Springs	warm-springs	US	24484	0	America/Los_Angeles	39.65327	-114.80252	1819			NV	033		
5514613	Washington	washington	US	03280	0	America/Los_Angeles	39.15521	-117.23509	2332			NV	023		
5514783	Wellington	wellington	US	33414	0	America/Los_Angeles	38.7563	-119.37599	1474	Wellington,Wellingtons,Wellingtons Station		NV	019		
5515110	Whitney	whitney	US	15693	38585	America/Los_Angeles	36.09831	-115.0363	592	Uitni,Уитни		NV	003		
5515255	Willow Grove	willow-grove	US	19090	0	America/Los_Angeles	39.02327	-115.26891	1985			NV	033		
5515345	Winchester	winchester	US	01890	27978	America/Los_Angeles	36.12997	-115.11889	585	Vinchestehr,Vinchester,wincheseuteo,wynchstr  nwada,wynshstr,Винчестер,Винчестэр,Вінчестер,ونچیسٹر، نیواڈا,وينشستر,وینچستر، نوادا,윈체스터		NV	003		
5515507	Yerington	yerington	US	89447	3064	America/Los_Angeles	38.98575	-119.16293	1338	EYR,Greenfield,Jerington,Jeringtun,Mason Valley,Pizen Switch,Poison Switch,Yerington,ye ling dun,yrynghtwn,yryngtwn  nwada,Јерингтон,Йерингтон,Йерингтън,يرينغتون,یرینگتون، نوادا,یرینگتوں، نیواڈا,耶灵顿	019	NV	019		
5515553	Zephyr Cove	zephyr-cove	US	89448	565	America/Los_Angeles	39.00213	-119.95601	1935	Zephyr Cove,Zephyr Cove Resort,Zephyr Heights		NV	005		
5515564	Adams	adams	US	01220	0	America/Chicago	36.75641	-101.07711	866			OK	139		
5515570	Baker	baker	US	26801	0	America/Chicago	36.86947	-101.01794	868	Baker,Bakersburg		OK	139		
5515572	Balko	balko	US	73931	0	America/Chicago	36.63003	-100.68487	867			OK	007		
5515591	Beaver	beaver	US	15009	1454	America/Chicago	36.81614	-100.51987	730	Beaver,Beaver City,Biver,bywr  aklahma,Бивер,بیور، اکلاهما	007	OK	007		
5515613	Boise City	boise-city	US	73933	1127	America/Chicago	36.72947	-102.51324	1270	Boise City,Bojs Siti,Bojsi Siti,Cimarron,bwyz syty,bwyzy syty  aklahma,Бойс Сити,Бојси Сити,بويز سيتي,بویزی سیتی، اکلاهما	025	OK	025		
5515617	Boyd	boyd	US	54726	0	America/Chicago	36.70336	-100.82821	837			OK	007		
5515628	Burton	burton	US	26562	0	America/Chicago	36.79836	-102.16129	1175			OK	025		
5515656	Clear Lake	clear-lake	US	50428	0	America/Chicago	36.68892	-100.27208	768			OK	007		
5515659	Conrad	conrad	US	50621	0	America/Chicago	36.6153	-102.37351	1198			OK	025		
5515688	Eva	eva	US	35621	0	America/Chicago	36.79836	-101.90683	1089			OK	139		
5515692	Felt	felt	US	73937	93	America/Chicago	36.56753	-102.79353	1358			OK	025		
5515708	Floris	floris	US	52560	0	America/Chicago	36.86975	-100.71127	815			OK	007		
5515714	Forgan	forgan	US	73938	529	America/Chicago	36.90697	-100.53932	790			OK	007		
5515734	Goodwell	goodwell	US	73939	1326	America/Chicago	36.5953	-101.63655	1007			OK	139		
5515739	Gray	gray	US	04039	0	America/Chicago	36.55836	-100.82376	890			OK	007		
5515743	Guymon	guymon	US	73942	11921	America/Chicago	36.6828	-101.48155	952	GUY,Gajmon,ghymwn,gwymwn  aklahma,Гаймон,Гајмон,غيمون,گویمون، اکلاهما	139	OK	139		
5515749	Hardesty	hardesty	US	73944	222	America/Chicago	36.61642	-101.19071	886			OK	139		
5515764	Hopkins	hopkins	US	29061	0	America/Chicago	36.79947	-102.08212	1148			OK	025		
5515773	Hooker	hooker	US	73945	1996	America/Chicago	36.86003	-101.2135	910	Hook,Hooker		OK	139		
5515780	Kenton	kenton	US	19955	17	America/Chicago	36.90308	-102.96326	1326	Carrizo,Kenton		OK	025		
5515783	Keyes	keyes	US	73947	288	America/Chicago	36.80974	-102.25546	1202			OK	025		
5515806	Logan	logan	US	25601	0	America/Chicago	36.57281	-100.21736	726			OK	007		
5515825	Muncy	muncy	US	17756	0	America/Chicago	36.82002	-101.76266	1047			OK	139		
5515836	Midway	midway	US	15060	0	America/Chicago	36.87003	-101.36072	945			OK	139		
5515881	Range	range	US	36473	0	America/Chicago	36.54392	-101.08321	824			OK	139		
5515912	Sophia	sophia	US	25921	0	America/Chicago	36.52892	-100.39681	838			OK	007		
5515925	Sturgis	sturgis	US	39769	0	America/Chicago	36.89391	-102.07017	1150			OK	025		
5515940	Texhoma	texhoma	US	73949	969	America/Chicago	36.50503	-101.78294	1063			OK	139		
5515945	Turpin	turpin	US	73950	467	America/Chicago	36.86753	-100.87738	839	Floris,Turpin		OK	007		
5515949	Tyrone	tyrone	US	14887	786	America/Chicago	36.95419	-101.06544	890			OK	139		
5515955	Unity	unity	US	04988	0	America/Chicago	36.76197	-101.70877	1026			OK	139		
5516003	Abell	abell	US	20606	0	America/Chicago	35.39338	-101.45878	1063			TX	065		
5516007	Aberdeen	aberdeen	US	21001	0	America/Chicago	35.03783	-100.14928	632			TX	087		
5516487	Aspermont	aspermont	US	79502	868	America/Chicago	33.13343	-100.22733	543		433	TX	433		
5516008	Abernathy	abernathy	US	79311	2743	America/Chicago	33.8323	-101.84295	1024	Abernati,abrnaty  tgzas,abyrnathy,Абернати,آبرناتی، تگزاس,أبيرناثي		TX	303		
5516015	Abington	abington	US	02351	0	America/Chicago	34.54451	-100.20734	516			TX	075		
5516030	Adair	adair	US	50002	0	America/Chicago	32.96287	-102.25462	980			TX	445		
5516032	Ackerly	ackerly	US	79713	231	America/Chicago	32.5265	-101.71597	854			TX	115		
5516035	Adams	adams	US	01220	0	America/Chicago	30.93462	-100.26481	701			TX	413		
5516064	Adrian	adrian	US	16210	167	America/Chicago	35.27478	-102.66521	1231	Adrian,Ejdrijan,adryan  tgzas,adryn,Адриан,Ејдријан,آدریان، تگزاس,أدرين		TX	359		
5516071	Afton	afton	US	13730	0	America/Chicago	33.76286	-100.8168	773	Afton,Beckton,Cottonwood		TX	125		
5516077	Agua Dulce	agua-dulce	US	78330	3014	America/Denver	31.65511	-106.13887	1229			TX	141		
5516139	Alanreed	alanreed	US	79002	0	America/Chicago	35.21255	-100.73431	923	Alanreed,Allenreed,Gouge Eye,Prairie Dog Town,Spring Tank,Springtown		TX	179		
5516190	Allison	allison	US	15413	0	America/Chicago	35.60588	-100.10067	794			TX	483		
5516199	Allred	allred	US	38542	0	America/Chicago	32.98621	-102.88799	1108			TX	501		
5516203	Alpine	alpine	US	07620	5952	America/Chicago	30.35862	-103.66206	1364	ALE,Alpajn,Alpine,Murphyville,Osborne,albyny,alpayn,Алпайн,Алпајн,آلپاین,البيني	043	TX	043		
5516231	Amanda	amanda	US	43102	0	America/Chicago	29.3719	-100.65787	328			TX	271		
5516233	Amarillo	amarillo	US	79101	198645	America/Chicago	35.222	-101.8313	1118	AMA,Amarilas,Amarillo,Amarilo,Amarilyo,Oneida,a ma li luo,aemeolillo,amariro,amariyo,amarylw,amarylw  tgzas,Амарилло,Амарило,Ամարիլլո,אמרילו,آماریلو، تگزاس,آماریلو، ٹیکساس,أماريلو,اماریلو,आमारियो,アマリロ,阿馬里洛,애머릴로	375	TX	375		
5516259	Amherst	amherst	US	01002	683	America/Chicago	34.01037	-102.41546	1113	Amkherst,Амхерст		TX	279		
5516288	Andrews	andrews	US	28901	13816	America/Chicago	32.31872	-102.54572	968	Andrus,Endruz,aendeuluseu,an de lu si,andrwz,andrwz  tgzas,Андрус,Ендруз,أندروز,اندروز، تگزاس,安德鲁斯,앤드루스	003	TX	003		
5516368	Anthony	anthony	US	32617	5517	America/Denver	31.99927	-106.60555	1160	Anthony,La Tuna		TX	141		
5516423	Arcade	arcade	US	14009	0	America/Chicago	31.8029	-102.44598	903			TX	135		
5516424	Arden	arden	US	10910	0	America/Chicago	31.44377	-100.76705	635			TX	235		
5516432	Arispe	arispe	US	50831	0	America/Denver	31.15124	-105.27495	1335			TX	229		
5516444	Arnett	arnett	US	25007	0	America/Chicago	33.49259	-102.29185	1057			TX	219		
5516483	Ashmore	ashmore	US	61912	0	America/Chicago	32.91537	-102.27851	965			TX	165		
5516569	Badger	badger	US	50516	0	America/Chicago	31.72902	-102.61431	890			TX	135		
5516596	Baker	baker	US	26801	0	America/Chicago	34.20146	-100.11122	529			TX	101		
5516608	Bakersfield	bakersfield	US	05441	0	America/Chicago	30.89127	-102.29791	773			TX	371		
5516643	Balmorhea	balmorhea	US	79718	523	America/Chicago	30.98431	-103.74463	974	Balmorhea,Balmorhia		TX	389		
5516669	Barksdale	barksdale	US	78828	0	America/Chicago	29.72522	-100.03396	457			TX	137		
5516671	Barnhart	barnhart	US	63012	0	America/Chicago	31.12794	-101.17067	780			TX	235		
5516695	Barstow	barstow	US	20610	379	America/Chicago	31.46125	-103.39378	782	Barstou,Барстоу		TX	475		
5516858	Belding	belding	US	48809	0	America/Chicago	30.79127	-103.02516	980			TX	371		
5516861	Belen	belen	US	38609	0	America/Denver	31.68595	-106.31248	1120			TX	141		
5517030	Big Lake	big-lake	US	55309	3315	America/Chicago	31.19154	-101.46039	820	Big Lejk,byg lyk  tgzas,bygh lyk,Биг Лејк,بيغ ليك,بیگ لیک، تگزاس	383	TX	383		
5517061	Big Spring	big-spring	US	79720	28862	America/Chicago	32.2504	-101.47874	744	Big Spring,Big Springs,Bigspring,HCA,byg aspryng  tgzas,bygh sbryngh,Биг Спринг,بيغ سبرينغ,بیگ اسپرینگ، تگزاس	227	TX	227		
5517184	Black	black	US	36314	0	America/Chicago	34.68257	-102.60938	1218			TX	369		
5517254	Blair	blair	US	25022	0	America/Chicago	32.42151	-100.0601	595			TX	441		
5517258	Blackwell	blackwell	US	63626	311	America/Chicago	32.0868	-100.3176	648			TX	353		
5517275	Bledsoe	bledsoe	US	40810	0	America/Chicago	33.61927	-103.02133	1209			TX	079		
5517380	Boise	boise	US	83701	0	America/Chicago	35.2145	-102.85966	1220			TX	359		
5517424	Booker	booker	US	79005	1636	America/Chicago	36.45336	-100.53737	863			TX	295		
5517431	Boone	boone	US	28607	0	America/Chicago	34.24479	-101.81212	1049			TX	189		
5517465	Borderland	borderland	US	25665	0	America/Denver	31.88344	-106.59582	1150			TX	141		
5517469	Borger	borger	US	79007	12964	America/Chicago	35.66782	-101.39739	938	BGD,Borger,bwrgr  tgzas,bwrjyr,Боргер,بورجير,بورگر، تگزاس		TX	233		
5517500	Bovina	bovina	US	79009	1769	America/Chicago	34.51368	-102.883	1240	Bovina,Bull Town		TX	369		
5517544	Boys Ranch	boys-ranch	US	79010	282	America/Chicago	35.53144	-102.25408	971			TX	359		
5517550	Brackettville	brackettville	US	78832	1655	America/Chicago	29.31051	-100.41786	337	Brackett,Brackettville,Braketvil,braktwyl  tgzas,brakytfyl,Бракетвил,براكيتفيل,براکتویل، تگزاس	271	TX	271		
5517582	Brice	brice	US	43109	0	America/Chicago	34.70561	-100.89625	671			TX	191		
5517597	Briscoe	briscoe	US	79011	0	America/Chicago	35.58366	-100.28985	809	Brisco,Briscoe		TX	483		
5517610	Broadview	broadview	US	59015	0	America/Chicago	33.63675	-101.92795	989			TX	303		
5517611	Broadway	broadway	US	08808	0	America/Chicago	33.7037	-101.07264	917			TX	107		
5517649	Bronte	bronte	US	76933	972	America/Chicago	31.88737	-100.29176	547	Bronco,Bronte,Oso		TX	081		
5517675	Brownfield	brownfield	US	04010	9736	America/Chicago	33.1812	-102.27435	1009	Braunfild,brawnfyld,brawnfyld  tgzas,Браунфилд,براونفيلد,براونفیلد، تگزاس	445	TX	445		
5517782	Buena Vista	buena-vista	US	15018	0	America/Denver	31.80844	-106.53999	1160			TX	141		
5517783	Buena Vista	buena-vista	US	15018	0	America/Chicago	31.21126	-102.6407	725	Buena Vista,Buenavista Community		TX	371		
5517825	Buford	buford	US	30515	0	America/Denver	31.649	-106.27804	1115			TX	141		
5517826	Buford	buford	US	30515	0	America/Chicago	32.46151	-100.85678	659			TX	335		
5517929	Bunker Hill	bunker-hill	US	25413	0	America/Chicago	36.12642	-102.87437	1316			TX	111		
5518003	Busby	busby	US	59016	0	America/Chicago	32.62289	-100.42094	638			TX	151		
5518011	Bushland	bushland	US	79012	1500	America/Chicago	35.192	-102.06464	1166	Bush,Bushland		TX	375		
5518028	Butterfield	butterfield	US	56120	114	America/Denver	31.83483	-106.09581	1286			TX	141		
5518084	Cactus	cactus	US	79013	3197	America/Chicago	36.05226	-102.0024	1103			TX	341		
5518119	Caldwell	caldwell	US	07006	0	America/Chicago	33.76592	-101.95767	1023			TX	303		
5518199	Camp Wood	camp-wood	US	78833	701	America/Chicago	29.66939	-100.01229	444			TX	385		
5518214	Canadian	canadian	US	74425	3013	America/Chicago	35.91282	-100.38208	739	Kanejdijan,kaenadian,kanydyn  tgzas,kndyan,Канејдијан,كنديان,کانیدین، تگزاس,캐나디안	211	TX	211		
5518232	Canutillo	canutillo	US	79835	6321	America/Denver	31.91149	-106.60027	1150			TX	141		
5518238	Canyon	canyon	US	55717	0	America/Chicago	33.59286	-101.73155	962			TX	303		
5518239	Canyon	canyon	US	55717	14887	America/Chicago	34.98033	-101.9188	1080	Kanjon,kanywn,kanywn  tgzas,Канјон,كانيون,کانیون، تگزاس	381	TX	381		
5518280	Capitola	capitola	US	95010	0	America/Chicago	32.62233	-100.49261	655			TX	151		
5518301	Carey	carey	US	43316	0	America/Chicago	34.47117	-100.32567	576	Carey,Tallulah		TX	075		
5518308	Carlisle	carlisle	US	01741	0	America/Chicago	33.57786	-101.97711	1004			TX	303		
5518318	Carlsbad	carlsbad	US	76934	719	America/Chicago	31.60543	-100.64343	617			TX	451		
5518537	Cedar Hill	cedar-hill	US	37032	0	America/Chicago	34.14341	-101.20432	965	Alcino,Cedar Hill		TX	153		
5518589	Cee Vee	cee-vee	US	79223	0	America/Chicago	34.22313	-100.44567	573			TX	101		
5518601	Center	center	US	42214	0	America/Chicago	32.72816	-100.45289	611			TX	151		
5518680	Champion	champion	US	15622	0	America/Chicago	32.35873	-100.62039	709			TX	353		
5518686	Chancellor	chancellor	US	36316	0	America/Chicago	30.69266	-103.17406	1042			TX	371		
5518692	Channing	channing	US	49815	360	America/Chicago	35.68365	-102.3302	1160		205	TX	205		
5518738	Cheyenne	cheyenne	US	73628	0	America/Chicago	31.98513	-103.12573	904			TX	495		
5518758	Childress	childress	US	79201	6101	America/Chicago	34.42645	-100.204	570	CDS,Childres,chyldrs  tgzas,cildresa,tshayldrys,Чилдрес,تشايلدريس,چیلدرس، تگزاس,चिल्ड्रेस	075	TX	075		
5518805	China Grove	china-grove	US	28023	0	America/Chicago	32.53011	-100.81734	697			TX	415		
5518860	Christoval	christoval	US	76935	504	America/Chicago	31.1935	-100.49871	621			TX	451		
5518868	Chunky	chunky	US	39323	0	America/Chicago	35.39949	-101.84074	982			TX	375		
5518993	Circle	circle	US	59215	0	America/Chicago	34.18814	-102.23629	1113			TX	279		
5519031	Clarendon	clarendon	US	14429	1944	America/Chicago	34.93783	-100.8882	833	Klarendon,klarndwn  tgzas,klaryndwn,Кларендон,كلاريندون,کلارندون، تگزاس	129	TX	129		
5519055	Claude	claude	US	79019	1224	America/Chicago	35.11172	-101.36322	1038	Klod,ke lao de,klwd,klwd  tgzas,Клод,كلود,کلود، تگزاس,克劳德	011	TX	011		
5519079	Claytonville	claytonville	US	60926	0	America/Chicago	32.61511	-100.52594	635			TX	151		
5519080	Claytonville	claytonville	US	60926	0	America/Chicago	34.37534	-101.57489	1023			TX	437		
5519101	Cliffside	cliffside	US	28024	0	America/Chicago	35.26505	-101.93269	1041			TX	375		
5519108	Clint	clint	US	79836	1146	America/Denver	31.59234	-106.22414	1109			TX	141		
5519127	Coahoma	coahoma	US	38617	887	America/Chicago	32.29651	-101.30623	735			TX	227		
5519146	Coburn	coburn	US	16832	0	America/Chicago	36.06643	-100.15346	823			TX	295		
5519185	Coldwater	coldwater	US	38618	0	America/Chicago	36.4553	-102.62963	1275			TX	111		
5519254	Colorado City	colorado-city	US	79512	4117	America/Chicago	32.38817	-100.86456	630	Colorado,Colorado City,Kolorado Siti,klradw syty  tgzas,kwlwradw syty,Колорадо Сити,كولورادو سيتي,کلرادو سیتی، تگزاس	335	TX	335		
5519304	Comstock	comstock	US	12821	0	America/Chicago	29.68438	-101.17344	472			TX	465		
5519343	Conway	conway	US	01341	0	America/Chicago	35.20783	-101.38128	1054			TX	065		
5519434	Corry	corry	US	16407	0	America/Chicago	34.02675	-102.10129	1073			TX	279		
5519441	Cotton Center	cotton-center	US	79021	0	America/Chicago	33.99314	-101.99295	1059			TX	189		
5519616	Coyanosa	coyanosa	US	79730	163	America/Chicago	31.24292	-103.06461	795			TX	371		
5519648	Crane	crane	US	47522	3895	America/Chicago	31.39736	-102.35014	784	CCG,Krejn,kran,kryn  tgzas,Крејн,كران,کرین، تگزاس,کرین، ٹیکساس	103	TX	103		
5519719	Crosbyton	crosbyton	US	79322	1699	America/Chicago	33.66008	-101.23793	921		107	TX	107		
5519737	Crossroads	crossroads	US	88114	0	America/Chicago	31.56514	-101.60734	814			TX	383		
5519738	Croton	croton	US	43013	0	America/Chicago	33.67592	-100.74791	708			TX	125		
5519820	Cuthbert	cuthbert	US	39840	0	America/Chicago	32.4815	-101.03206	686	Cutbert,Cuthbert		TX	335		
5519862	Dalhart	dalhart	US	79022	8370	America/Chicago	36.05948	-102.51325	1214	DHT,Dalhart,Dalkhart,Denrock,Twist,Twist Junction,dalhart,dalhart  tgzas,delaharta,Далхарт,دالهارت,دالهارت، تگزاس,डॅलहार्ट	111	TX	111		
5519902	Darling	darling	US	38623	0	America/Chicago	28.99302	-100.39952	280			TX	323		
5519904	Darrouzett	darrouzett	US	79024	384	America/Chicago	36.44614	-100.32486	779			TX	295		
5519942	Dawn	dawn	US	64638	0	America/Chicago	34.91034	-102.19992	1159			TX	117		
5519998	Deal	deal	US	07723	0	America/Chicago	35.59532	-101.57212	1003			TX	065		
5520076	Del Rio	del-rio	US	37727	36153	America/Chicago	29.36273	-100.89676	295	DRT,Del Rio,Del Río,Del'-Rio,Delrio,dl ryw  tgzas,dyl ryw,Дел Рио,Дель-Рио,Дель-Ріо,دل ریو، تگزاس,ديل ريو,デル・リオ	465	TX	465		
5520093	Dell City	dell-city	US	79837	353	America/Denver	31.93872	-105.20135	1128			TX	229		
5520110	Denver City	denver-city	US	79323	4864	America/Chicago	32.96455	-102.8291	1089	Denver,Denver City		TX	501		
5520118	Dermott	dermott	US	71638	0	America/Chicago	32.85455	-101.01568	761			TX	415		
5520196	Dickens	dickens	US	51333	255	America/Chicago	33.62175	-100.83652	776		125	TX	125		
5520201	Dimmitt	dimmitt	US	79027	4195	America/Chicago	34.5509	-102.31186	1181	Dimit,dymyt,dymyt  tgzas,Димит,ديميت,دیمیت، تگزاس	069	TX	069		
5520262	Dix	dix	US	62830	0	America/Chicago	32.10123	-101.86541	819			TX	317		
5520281	Dodson	dodson	US	59524	109	America/Chicago	34.76672	-100.02399	546			TX	087		
5520392	Dougherty	dougherty	US	50433	0	America/Chicago	33.94175	-101.08654	938	Dougherty,Doughtery		TX	153		
5520416	Dozier	dozier	US	36028	0	America/Chicago	35.08116	-100.34401	689			TX	087		
5520508	Dryden	dryden	US	04225	0	America/Chicago	30.04464	-102.11458	643			TX	443		
5520552	Dumas	dumas	US	38625	15001	America/Chicago	35.86559	-101.97324	1116	Dumas,dwmas,dwmas  tgzas,dyumasa,Думас,دوماس,دوماس، تگزاس,ड्युमास	341	TX	341		
5520558	Dumont	dumont	US	07628	0	America/Chicago	33.8098	-100.51623	625			TX	269		
5520581	Dunlap	dunlap	US	37327	0	America/Chicago	34.14063	-100.2965	587			TX	101		
5520600	Dunn	dunn	US	28334	0	America/Chicago	32.56706	-100.88539	676			TX	415		
5520677	Eagle Pass	eagle-pass	US	78852	28765	America/Chicago	28.70914	-100.49952	223	EGP,Eagle Pass,Igl Pas,ayghl bas,aygl ps  tgzas,Игл Пас,إيغل باس,ایگل پس، تگزاس	323	TX	323		
5520687	Earth	earth	US	79031	1012	America/Chicago	34.23314	-102.41075	1126	Earth,Fairleen		TX	279		
5520934	Edmonson	edmonson	US	79032	105	America/Chicago	34.28257	-101.90018	1068			TX	189		
5520984	El Indio	el-indio	US	78860	190	America/Chicago	28.51193	-100.31118	224			TX	323		
5520993	El Paso	el-paso	US	61738	681124	America/Denver	31.75872	-106.48693	1133	Concordia,ELP,Ehl'-Pasa,Ehl'-Paso,El Pasas,El Paso,El'-Paso,El-Paso,Elpaso,Franklin,Magoffinsville,Passus,ai er pa suo,al basw,al pasw,ayl pasw,el-paso,ela peso,ela pyaso,elpaeso,Ελ Πάσο,Ел Пасо,Ель-Пасо,Эль-Паса,Эль-Пасо,Էլ Պասո,אל פאסו,إل باسو,ال پاسو,ایل پاسو,एल पॅसो,এল প্যাসো,เอลแพโซ,ელ-პასო,ელ-ფასო,エル・パソ,艾爾帕索,엘패소	141	TX	141		
5521036	Eldorado	eldorado	US	45321	1810	America/Chicago	30.86017	-100.60093	743	Eldorado,Verand	413	TX	413		
5521043	Electric City	electric-city	US	99123	0	America/Chicago	35.71032	-101.41294	851			TX	233		
5521075	Elm Creek	elm-creek	US	68836	2469	America/Chicago	28.77442	-100.49174	229			TX	323		
5521085	Elton	elton	US	15934	0	America/Chicago	33.70453	-100.84152	817			TX	125		
5521092	Emerson	emerson	US	07630	0	America/Chicago	30.1488	-102.53626	948			TX	443		
5521126	Enochs	enochs	US	79324	0	America/Chicago	33.87315	-102.75993	1155			TX	017		
5521129	Eola	eola	US	60519	0	America/Chicago	31.39877	-100.08925	551			TX	095		
5521177	Estelline	estelline	US	57234	136	America/Chicago	34.54673	-100.43818	559	Estelin,Естелин		TX	191		
5521191	Eunice	eunice	US	65468	0	America/Chicago	34.47062	-101.76824	1062			TX	437		
5521203	Everett	everett	US	02149	0	America/Chicago	35.22561	-102.32909	1220			TX	359		
5521233	Fabens	fabens	US	79838	8257	America/Denver	31.50234	-106.15859	1102			TX	141		
5521250	Fairmont	fairmont	US	26554	0	America/Chicago	34.25312	-101.05987	784			TX	153		
5521253	Fairview	fairview	US	07022	0	America/Chicago	35.10366	-101.54184	1062			TX	011		
5521254	Fairview	fairview	US	07022	0	America/Chicago	34.10231	-102.61743	1172			TX	017		
5521255	Fairview	fairview	US	07022	0	America/Chicago	32.69677	-102.53657	983			TX	165		
5521256	Fairview	fairview	US	07022	0	America/Chicago	32.35595	-101.51902	806			TX	227		
5521341	Farmer	farmer	US	43520	0	America/Chicago	33.78342	-101.4571	963			TX	107		
5521346	Farnsworth	farnsworth	US	79033	0	America/Chicago	36.32114	-100.96626	913			TX	357		
5521353	Farwell	farwell	US	48622	1311	America/Chicago	34.38341	-103.038	1263	Farvel,farwl  tgzas,farwyl,Фарвел,فارول، تگزاس,فارويل	369	TX	369		
5521399	Fieldton	fieldton	US	79326	0	America/Chicago	34.03926	-102.22323	1091			TX	279		
5521542	Fisher	fisher	US	16225	0	America/Chicago	32.79372	-100.38983	581			TX	151		
5521593	Flat Rock	flat-rock	US	28731	0	America/Chicago	31.22598	-101.84929	808			TX	461		
5521609	Flat Top	flat-top	US	25841	0	America/Chicago	33.02455	-100.09788	505			TX	433		
5521628	Flomot	flomot	US	79234	0	America/Chicago	34.22701	-100.98903	750			TX	345		
5521646	Floydada	floydada	US	79235	2775	America/Chicago	33.98452	-101.33766	970	Flojdejda,flwydada,flwydada  tgzas,Флојдејда,فلويدادا,فلویدادا، تگزاس	153	TX	153		
5521653	Fluvanna	fluvanna	US	79517	0	America/Chicago	32.88566	-101.14874	815			TX	415		
5521670	Follett	follett	US	79034	494	America/Chicago	36.43392	-100.14152	792			TX	295		
5521674	Folsom	folsom	US	19033	0	America/Chicago	35.23589	-101.70574	1092			TX	375		
5521681	Ford	ford	US	23850	0	America/Chicago	35.10367	-102.40104	1213			TX	117		
5521682	Ford	ford	US	23850	0	America/Chicago	35.10117	-102.40187	1214			TX	117		
5521700	Forsan	forsan	US	79733	226	America/Chicago	32.10985	-101.36623	850			TX	227		
5521715	Fort Davis	fort-davis	US	36031	1201	America/Chicago	30.58821	-103.89463	1491	Fort Dejvis,fwrt dywys,fwrt dywys  tgzas,Форт Дејвис,فورت ديويس,فورت دیویس، تگزاس	243	TX	243		
5521724	Fort Hancock	fort-hancock	US	79839	1750	America/Denver	31.29846	-105.84525	1091	Fort Hancock,Fort Handcock		TX	229		
5521746	Fort Stockton	fort-stockton	US	79735	8649	America/Chicago	30.89404	-102.87932	906	FST,Fort Stokton,Fort-Stokton,fwrt astaktwn  tgzas,Форт Стоктон,Форт-Стоктон,فورت استاکتون، تگزاس	371	TX	371		
5521774	Foster	foster	US	02825	0	America/Chicago	33.06509	-102.29129	999			TX	445		
5521874	Fresno	fresno	US	43824	0	America/Chicago	34.77617	-100.15261	597	Fresno,Myers		TX	087		
5521889	Friendship	friendship	US	04547	0	America/Chicago	32.63288	-102.03183	896			TX	115		
5521890	Friendship	friendship	US	04547	0	America/Chicago	33.98759	-102.57381	1147			TX	279		
5521905	Friona	friona	US	79035	3894	America/Chicago	34.64173	-102.7241	1225			TX	369		
5521912	Fritch	fritch	US	79036	2066	America/Chicago	35.63977	-101.60323	974			TX	233		
5521972	Gail	gail	US	79738	231	America/Chicago	32.77038	-101.44541	779		033	TX	033		
5522004	Garden City	garden-city	US	11530	334	America/Chicago	31.86402	-101.48123	804	Garden City,New California	173	TX	173		
5522019	Gardendale	gardendale	US	35071	1574	America/Chicago	32.0204	-102.38015	904			TX	135		
5522063	Gem	gem	US	67734	0	America/Chicago	35.78532	-100.12346	777			TX	211		
5522077	Gentry	gentry	US	64453	0	America/Chicago	35.29616	-101.99241	1058			TX	375		
5522142	Girvin	girvin	US	79740	0	America/Chicago	31.06293	-102.38847	709			TX	371		
5522169	Girard	girard	US	16417	50	America/Chicago	33.36231	-100.6629	645			TX	263		
5522175	Glenn	glenn	US	49416	0	America/Chicago	33.78092	-100.84708	816			TX	125		
5522243	Goldsmith	goldsmith	US	46045	279	America/Chicago	31.98067	-102.61515	957			TX	135		
5522284	Goodland	goodland	US	34140	0	America/Chicago	33.87231	-102.97577	1205			TX	017		
5522353	Graham	graham	US	27253	0	America/Chicago	33.15065	-101.46959	882			TX	169		
5522362	Grandfalls	grandfalls	US	79742	391	America/Chicago	31.33931	-102.85182	742			TX	475		
5522365	Grandview	grandview	US	37337	0	America/Chicago	32.9101	-101.99766	936			TX	115		
5522501	Greenwood	greenwood	US	04255	0	America/Chicago	32.02762	-101.89569	824			TX	329		
5522515	Griffith	griffith	US	46319	0	America/Chicago	33.75815	-103.01966	1202			TX	079		
5522519	Grimes	grimes	US	50111	0	America/Chicago	32.45901	-100.17871	618			TX	353		
5522525	Groom	groom	US	79039	558	America/Chicago	35.20366	-101.10682	992			TX	065		
5522563	Guild	guild	US	03754	0	America/Chicago	30.95599	-102.87543	875			TX	371		
5522580	Guthrie	guthrie	US	42234	160	America/Chicago	33.62064	-100.32289	531		269	TX	269		
5522620	Hacienda Heights	hacienda-heights	US	91745	0	America/Denver	31.74289	-106.35359	1129			TX	141		
5522628	Hackberry	hackberry	US	70645	0	America/Chicago	33.9323	-100.14761	516			TX	101		
5522629	Hackberry	hackberry	US	70645	0	America/Chicago	29.92744	-100.01257	551			TX	137		
5522630	Hackberry	hackberry	US	70645	0	America/Chicago	33.28704	-101.55626	910			TX	169		
5522714	Hale Center	hale-center	US	79041	2093	America/Chicago	34.06424	-101.84379	1042			TX	189		
5522734	Halfway	halfway	US	97834	0	America/Chicago	34.18813	-101.9524	1072			TX	189		
5522769	Hamlin	hamlin	US	14464	2042	America/Chicago	32.88483	-100.12649	525			TX	151		
5522784	Hancock	hancock	US	03449	0	America/Chicago	32.81899	-101.86321	909			TX	115		
5522803	Hansford	hansford	US	25103	0	America/Chicago	36.20142	-101.3021	909			TX	195		
5522811	Happy	happy	US	41746	656	America/Chicago	34.74367	-101.85463	1102			TX	437		
5522843	Harmony	harmony	US	02829	0	America/Chicago	33.04065	-100.56261	652			TX	263		
5522858	Harmony	harmony	US	02829	0	America/Chicago	33.94036	-101.53378	987			TX	153		
5522865	Harriet	harriet	US	72639	0	America/Chicago	31.5471	-100.3187	559	Harriet,Harriett		TX	451		
5522876	Hart	hart	US	49420	1044	America/Chicago	34.38507	-102.11574	1118			TX	069		
5522885	Hartley	hartley	US	51346	540	America/Chicago	35.88559	-102.39686	1191			TX	205		
5522997	Hedley	hedley	US	79237	309	America/Chicago	34.867	-100.66041	799			TX	129		
5523065	Hermleigh	hermleigh	US	79526	345	America/Chicago	32.63511	-100.75928	744	Foch,Hermleigh		TX	415		
5523067	Hermosa	hermosa	US	57744	0	America/Chicago	31.37652	-103.64157	837			TX	389		
5523070	Herndon	herndon	US	17830	0	America/Chicago	32.48206	-100.21371	610			TX	353		
5523074	Hereford	hereford	US	18056	15021	America/Chicago	34.81521	-102.39932	1163	Herefoid,Hereford,Kherford,hrfwrd  tgzas,hyrfwrd,Херфорд,هرفورد، تگزاس,هيرفورد	117	TX	117		
5523101	Higgins	higgins	US	79046	429	America/Chicago	36.11976	-100.02429	783			TX	295		
5523214	Hindman	hindman	US	41822	0	America/Chicago	32.88621	-101.87821	913			TX	115		
5523249	Hobbs	hobbs	US	46047	0	America/Chicago	32.7815	-100.59178	629			TX	151		
5523307	Holt	holt	US	32564	0	America/Chicago	36.02226	-101.23016	974			TX	233		
5523460	Hot Springs	hot-springs	US	24445	0	America/Chicago	29.18215	-102.99211	568			TX	043		
5523659	Idalou	idalou	US	79329	2337	America/Chicago	33.66647	-101.68294	973			TX	303		
5523683	Imperial	imperial	US	15126	278	America/Chicago	31.27292	-102.69265	729			TX	371		
5523779	Indio	indio	US	92201	0	America/Chicago	29.71768	-104.5377	806			TX	377		
5523797	Ira	ira	US	50127	0	America/Chicago	32.58206	-101.00206	692			TX	415		
5523798	Iraan	iraan	US	79744	1287	America/Chicago	30.91405	-101.89791	677	IRB		TX	371		
5523824	Irwin	irwin	US	15642	0	America/Chicago	36.1917	-102.31185	1182			TX	111		
5523963	Jayton	jayton	US	79528	500	America/Chicago	33.24815	-100.57373	611		263	TX	263		
5523980	Jericho	jericho	US	05465	0	America/Chicago	35.1731	-100.9082	976			TX	129		
5524062	Johnson	johnson	US	05656	0	America/Chicago	33.22676	-102.46353	1051			TX	445		
5524195	Justiceburg	justiceburg	US	79330	0	America/Chicago	33.04788	-101.20624	689			TX	169		
5524202	Justiceburg	justiceburg	US	79330	0	America/Chicago	33.04288	-101.20291	687	Justiceburg,Le Forest,LeForest,Leforest		TX	169		
5524498	Kelton	kelton	US	19346	0	America/Chicago	35.40088	-100.11289	681			TX	483		
5524518	Kent	kent	US	06757	0	America/Chicago	31.0693	-104.21714	1282			TX	109		
5524527	Kermit	kermit	US	25674	6434	America/Chicago	31.85763	-103.09267	872		495	TX	495		
5524537	Kerrick	kerrick	US	55756	0	America/Chicago	36.49558	-102.24268	1171			TX	111		
5524565	Kimball	kimball	US	24853	0	America/Chicago	36.32809	-101.27377	944			TX	195		
5524573	King	king	US	27021	0	America/Chicago	35.90448	-102.71909	1231			TX	205		
5524597	Kirkland	kirkland	US	60146	0	America/Chicago	34.37923	-100.0615	517			TX	075		
5524609	Klondike	klondike	US	75448	0	America/Chicago	32.55899	-101.9571	879	Klondike,Klondyke		TX	115		
5524610	Knapp	knapp	US	54749	0	America/Chicago	32.64844	-101.11762	696			TX	415		
5524613	Knickerbocker	knickerbocker	US	76939	0	America/Chicago	31.26655	-100.62315	625			TX	451		
5524641	Kress	kress	US	79052	687	America/Chicago	34.36645	-101.74851	1058			TX	437		
5524691	La Junta	la-junta	US	81050	0	America/Chicago	29.59379	-104.41104	788			TX	377		
5524712	Laguna	laguna	US	87026	0	America/Chicago	29.41912	-100.00562	354			TX	463		
5524792	Lake View	lake-view	US	14085	199	America/Chicago	29.45523	-100.94454	357			TX	465		
5524810	Lakeside	lakeside	US	06758	0	America/Denver	31.74705	-106.39832	1125			TX	141		
5524816	Laketon	laketon	US	46943	0	America/Chicago	35.54366	-100.63291	930			TX	179		
5524817	Lakeview	lakeview	US	28350	0	America/Chicago	33.87675	-101.25738	949			TX	153		
5524818	Lakeview	lakeview	US	28350	101	America/Chicago	34.67478	-100.6993	649			TX	191		
5524819	Lakeview	lakeview	US	28350	0	America/Chicago	33.32648	-102.05045	998			TX	305		
5524820	Lakeview	lakeview	US	28350	0	America/Chicago	34.52951	-101.92019	1098			TX	437		
5524849	Lamesa	lamesa	US	79331	9427	America/Chicago	32.7376	-101.95099	912	Lamesa,Lamisa,lamsa  tgzas,lamysa,leomisa,Ламиса,لامسا، تگزاس,لاميسا,لامیسا، ٹیکساس,러미사	115	TX	115		
5524876	Langtry	langtry	US	78871	0	America/Chicago	29.80854	-101.55872	393			TX	465		
5524944	Lazbuddie	lazbuddie	US	79053	0	America/Chicago	34.39313	-102.61132	1203			TX	369		
5524964	Lee	lee	US	01238	0	America/Chicago	35.30005	-101.49712	1072			TX	065		
5524979	Lefors	lefors	US	79054	507	America/Chicago	35.43644	-100.8057	855			TX	179		
5524988	Lehman	lehman	US	18627	0	America/Chicago	33.62177	-102.79854	1156			TX	079		
5525001	Lelia Lake	lelia-lake	US	79240	0	America/Chicago	34.90116	-100.77069	790			TX	129		
5525015	Lenorah	lenorah	US	79749	0	America/Chicago	32.30456	-101.87625	867			TX	317		
5525016	Lenox	lenox	US	01240	0	America/Chicago	30.23655	-103.37879	1323			TX	043		
5525042	Levelland	levelland	US	79336	13914	America/Chicago	33.58732	-102.37796	1073	Levland,lwlnd  tgzas,lyfyland,Левланд,لولند، تگزاس,ليفيلاند	219	TX	219		
5525066	Liberty	liberty	US	04949	0	America/Chicago	33.69397	-101.76711	994			TX	303		
5525105	Lindsay	lindsay	US	59339	271	America/Chicago	31.3693	-103.53795	801			TX	389		
5525130	Lipscomb	lipscomb	US	79056	37	America/Chicago	36.23337	-100.27097	729			TX	295		
5525295	Littlefield	littlefield	US	79339	6090	America/Chicago	33.91731	-102.3249	1085	Litlfild,liteulpildeu,lytlfyld,lytlfyld  tgzas,Литлфилд,ليتلفيلد,لیتلفیلد، تگزاس,리틀필드	279	TX	279		
5525346	Lockney	lockney	US	79241	1689	America/Chicago	34.12452	-101.44155	999			TX	153		
5525351	Loco	loco	US	73442	0	America/Chicago	34.71756	-100.15261	556			TX	075		
5525353	Locust Grove	locust-grove	US	22508	0	America/Chicago	36.11421	-100.3668	826			TX	295		
5525378	Lomax	lomax	US	61454	0	America/Chicago	32.11651	-101.64013	762			TX	227		
5525391	Lone Star	lone-star	US	75668	0	America/Chicago	34.27424	-101.41627	997			TX	153		
5525452	Loraine	loraine	US	62349	603	America/Chicago	32.41123	-100.71233	691			TX	335		
5525455	Lorenzo	lorenzo	US	79343	1171	America/Chicago	33.67064	-101.53516	966			TX	107		
5525517	Lowake	lowake	US	76855	0	America/Chicago	31.56627	-100.07592	534			TX	095		
5525577	Lubbock	lubbock	US	79401	249042	America/Chicago	33.57786	-101.85517	976	LBB,Labbok,Labok,Lubbock,Lubuk,la bo ke,labak  tgzas,labaka,lbk,leobeog,lwbwk,rabokku,Лаббок,Лабок,Лъбък,לאבק,لاباک، تگزاس,لابوک، ٹیکساس,لبک,لوبوك,लबक,ラボック,拉伯克,러벅	303	TX	303		
5525619	Luther	luther	US	49656	0	America/Chicago	32.44373	-101.45679	821			TX	227		
5525747	Malden	malden	US	02148	0	America/Chicago	35.08977	-101.30822	1019			TX	011		
5525751	Maple	maple	US	27956	0	America/Chicago	33.8487	-102.89855	1181			TX	017		
5525755	Marathon	marathon	US	13803	430	America/Chicago	30.20517	-103.24462	1236			TX	043		
5525775	Marfa	marfa	US	79843	1733	America/Chicago	30.30973	-104.02134	1428	Jarja,MRF,Marfa,marfa,marfa  tgzas,Марфа,مارفا,مارفا، تگزاس	377	TX	377		
5525787	Marilla	marilla	US	14102	0	America/Chicago	34.97977	-100.39762	683			TX	087		
5525841	Maryneal	maryneal	US	79535	0	America/Chicago	32.23541	-100.45038	782			TX	353		
5525853	Masterson	masterson	US	79058	0	America/Chicago	35.41116	-101.61962	1077			TX	065		
5525854	Masterson	masterson	US	79058	0	America/Chicago	35.63588	-101.96018	1129			TX	341		
5525856	Matador	matador	US	79244	581	America/Chicago	34.01202	-100.82208	726		345	TX	345		
5525900	Mayer	mayer	US	55360	0	America/Chicago	35.262	-101.73824	1106			TX	375		
5525905	Mayfield	mayfield	US	12117	0	America/Chicago	34.10786	-101.98962	1067			TX	189		
5525927	McAdoo	mcadoo	US	18237	0	America/Chicago	33.73397	-101.00625	909			TX	125		
5526070	McLean	mclean	US	68747	797	America/Chicago	35.23255	-100.59986	872	Maklin,Маклин		TX	179		
5526084	McNary	mcnary	US	85930	0	America/Denver	31.24818	-105.79635	1090			TX	229		
5526107	Meadow	meadow	US	57644	593	America/Chicago	33.33704	-102.20657	1016			TX	445		
5526145	Memphis	memphis	US	13112	2138	America/Chicago	34.72478	-100.53401	627	Memfis,menfisu,mmfys,mmfys  tgzas,Мемфис,ممفيس,ممفیس، تگزاس,メンフィス	191	TX	191		
5526152	Mendota	mendota	US	24270	0	America/Chicago	35.80143	-100.49819	769			TX	211		
5526156	Mentone	mentone	US	35984	19	America/Chicago	31.70513	-103.59935	818	Juanita,Mentone,Porterville	301	TX	301		
5526159	Mereta	mereta	US	76940	0	America/Chicago	31.45711	-100.14092	535			TX	451		
5526164	Merkel	merkel	US	79536	2615	America/Chicago	32.47068	-100.01287	570			TX	441		
5526168	Merrick	merrick	US	11566	0	America/Chicago	32.38456	-101.84014	803			TX	317		
5526174	Mertzon	mertzon	US	76941	758	America/Chicago	31.26183	-100.81733	671		235	TX	235		
5526192	Mesilla Park	mesilla-park	US	88047	0	America/Chicago	35.56588	-100.95237	976			TX	179		
5526196	Mesquite	mesquite	US	75149	0	America/Chicago	32.87038	-101.63014	904			TX	033		
5526216	Metz	metz	US	26585	0	America/Chicago	31.70346	-102.65709	874			TX	135		
5526233	Miami	miami	US	25134	589	America/Chicago	35.69143	-100.63819	840	Majami,Майами	393	TX	393		
5526334	Midkiff	midkiff	US	25540	0	America/Chicago	31.63291	-101.83985	834			TX	461		
5527070	Newman	newman	US	61942	0	America/Denver	31.99788	-106.32776	1221			TX	141		
5526337	Midland	midland	US	15059	132950	America/Chicago	31.99735	-102.07791	848	MAF,Midland,Midlend,Midway,mdland,mi de lan,middorando,mideullaendeu,mydlnd,mydlnd  tgzas,Мидланд,Мидленд,Мідленд,מידלנד,مدلاند,مڈلینڈ، ٹیکساس,میدلند، تگزاس,ミッドランド,米德蘭,미들랜드	329	TX	329		
5526357	Midway	midway	US	15060	0	America/Chicago	30.91045	-101.16094	793			TX	105		
5526358	Midway	midway	US	15060	0	America/Chicago	32.68622	-101.78653	884			TX	115		
5526359	Midway	midway	US	15060	0	America/Chicago	32.27456	-101.3704	745			TX	227		
5526360	Midway	midway	US	15060	0	America/Chicago	33.53953	-101.58349	940			TX	303		
5526361	Midway	midway	US	15060	0	America/Chicago	32.73289	-100.68289	686			TX	415		
5526399	Miles	miles	US	52064	864	America/Chicago	31.59738	-100.18231	549			TX	399		
5526458	Mission Hills	mission-hills	US	91345	0	America/Denver	31.789	-106.4961	1232			TX	141		
5526495	Mobeetie	mobeetie	US	79061	101	America/Chicago	35.5131	-100.4418	805			TX	483		
5526514	Monahans	monahans	US	79756	7690	America/Chicago	31.5943	-102.89265	799	MIF,Monakhans,manahnz  tgzas,mwnahanz,Монаханс,ماناهنز، تگزاس,موناهانز	475	TX	475		
5526657	Morton	morton	US	14508	1892	America/Chicago	33.7251	-102.75938	1146		079	TX	079		
5526734	Mountain View	mountain-view	US	65548	0	America/Denver	31.86649	-106.41499	1185			TX	141		
5526805	Muleshoe	muleshoe	US	79347	5185	America/Chicago	34.22647	-102.72383	1156	Mjulshu,mwlshw,mwlshw  tgzas,Мјулшу,مولشو,مولشو، تگزاس	017	TX	017		
5526808	Muncy	muncy	US	17756	0	America/Chicago	34.06646	-101.39155	987			TX	153		
5526824	Murdo	murdo	US	57559	0	America/Chicago	35.60949	-102.35103	1079			TX	359		
5526907	Nazareth	nazareth	US	18064	294	America/Chicago	34.54423	-102.10269	1146	Dimmitt,Nazareth,Shamrock,Wynne		TX	069		
5526920	Needmore	needmore	US	17238	0	America/Chicago	34.03314	-102.73744	1184			TX	017		
5526921	Needmore	needmore	US	17238	0	America/Chicago	33.32676	-102.32657	1041			TX	445		
5526964	New Deal	new-deal	US	79350	804	America/Chicago	33.73731	-101.83656	1006	Monroe,New Deal		TX	303		
5526972	New Home	new-home	US	79383	341	America/Chicago	33.32648	-101.91211	987			TX	305		
5527149	Nolan	nolan	US	79537	0	America/Chicago	32.27374	-100.2426	760			TX	353		
5527164	Normandy	normandy	US	37360	0	America/Chicago	28.91025	-100.59786	235			TX	323		
5527415	Northfield	northfield	US	01360	0	America/Chicago	34.28729	-100.59874	619			TX	345		
5527452	Norton	norton	US	02766	0	America/Chicago	31.87098	-100.1262	571			TX	399		
5527459	Notrees	notrees	US	79759	0	America/Chicago	31.91734	-102.75571	1016	Notrees,Notress		TX	135		
5527554	Odessa	odessa	US	14869	118968	America/Chicago	31.84568	-102.36764	884	Odesa,Odessa,ao de sa,awdsa,awdysa,odessa,Одеса,Одесса,أوديسا,اودسا,اوڈیسا، ٹیکساس,اوڈیسہ، ٹیکساس,オデッサ,敖德薩	135	TX	135		
5527570	Ogden	ogden	US	50212	0	America/Chicago	34.09091	-100.12344	535	Ogden,Ogden Community		TX	101		
5527575	Oil City	oil-city	US	16301	0	America/Chicago	35.74699	-101.5135	902			TX	233		
5527671	Old Glory	old-glory	US	79540	0	America/Chicago	33.12982	-100.05593	510	New Brandenberg,Old Glory		TX	433		
5527759	Olton	olton	US	79064	2137	America/Chicago	34.18341	-102.13463	1101			TX	279		
5527773	Opdyke	opdyke	US	62872	0	America/Chicago	33.59315	-102.27545	1057			TX	219		
5527795	Orient	orient	US	04471	0	America/Chicago	32.51039	-100.40538	634			TX	353		
5527796	Orient	orient	US	04471	0	America/Chicago	31.65682	-100.33176	619			TX	451		
5527797	Orla	orla	US	79770	0	America/Chicago	31.82513	-103.90881	874			TX	389		
5527870	Ozona	ozona	US	34660	3225	America/Chicago	30.71017	-101.20067	716	OZA,awzana  tgzas,awzwna,ozona,أوزونا,اوزانا، تگزاس,オゾナ	105	TX	105		
5527891	Paducah	paducah	US	42001	1122	America/Chicago	34.0123	-100.30206	567		101	TX	101		
5527923	Palisades	palisades	US	10964	335	America/Chicago	35.06172	-101.80241	1022			TX	381		
5527950	Paloma	paloma	US	62359	0	America/Chicago	28.88442	-100.4248	251			TX	323		
5527953	Pampa	pampa	US	79065	18177	America/Chicago	35.53616	-100.95987	987	Glasgow,PPA,Pampa,Sutton,bamba,pampa  tgzas,Пампа,بامبا,پامپا، تگزاس	179	TX	179		
5527980	Panhandle	panhandle	US	79068	2341	America/Chicago	35.3456	-101.38044	1054	Carson City,Panhandle,Panhandle City	065	TX	065		
5528080	Parnell	parnell	US	52325	0	America/Chicago	34.52311	-100.60374	598			TX	191		
5528182	Pecos	pecos	US	79772	9517	America/Chicago	31.42291	-103.49323	787	PEQ,Pekos,bykws,pyks  tgzas,Пекос,بيكوس,پیکس، تگزاس	389	TX	389		
5528237	Penwell	penwell	US	79776	0	America/Chicago	31.73985	-102.59154	895			TX	135		
5528241	Pep	pep	US	79353	0	America/Chicago	33.81621	-102.55825	1128			TX	219		
5528274	Perryton	perryton	US	79070	9252	America/Chicago	36.40003	-100.80265	896	Periton,byrytwn,prytn  tgzas,Перитон,بيريتون,پریتن، تگزاس	357	TX	357		
5528302	Petersburg	petersburg	US	12138	1131	America/Chicago	33.86952	-101.59739	992	Peterburg,Петербург		TX	189		
5528310	Petty	petty	US	75470	0	America/Chicago	33.28314	-101.98072	985			TX	305		
5528321	Phillips	phillips	US	04966	0	America/Chicago	35.69115	-101.36378	933			TX	233		
5528439	Plains	plains	US	31780	0	America/Chicago	32.91232	-101.64459	901			TX	033		
5528440	Plains	plains	US	31780	1616	America/Chicago	33.18871	-102.82799	1110		501	TX	501		
5528450	Plainview	plainview	US	11803	20919	America/Chicago	34.18479	-101.70684	1025	PVW,Plejnvju,blynfyw,plynwyw  tgzas,Плејнвју,بلينفيو,پلینویو، تگزاس	189	TX	189		
5528482	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	33.02232	-102.66381	1063			TX	501		
5528483	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	33.27148	-101.50431	903			TX	169		
5528484	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	34.29869	-102.56048	1158			TX	279		
5528485	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	35.25811	-101.83102	1070			TX	375		
5528560	Pomeroy	pomeroy	US	19367	0	America/Chicago	35.44255	-101.506	1075			TX	065		
5528588	Posey	posey	US	93260	0	America/Chicago	33.48259	-101.71016	959			TX	303		
5528596	Post	post	US	79356	5349	America/Chicago	33.19122	-101.379	794	Poust,bwst,pst  tgzas,Поуст,بوست,پست، تگزاس	169	TX	169		
5528669	Presidio	presidio	US	79845	3904	America/Chicago	29.56074	-104.37215	787	Presidio,bryzydyw,prsydyw  tgzas,Пресидио,Пресідіо,بريزيديو,پرسیدیو، تگزاس		TX	377		
5528685	Pride	pride	US	70770	0	America/Chicago	32.93732	-102.07767	944			TX	115		
5528711	Pringle	pringle	US	57773	0	America/Chicago	35.9492	-101.45628	1010			TX	233		
5528727	Providence	providence	US	02901	0	America/Chicago	34.25701	-101.521	1011			TX	153		
5528753	Pullman	pullman	US	26421	0	America/Chicago	35.19616	-101.70657	1098			TX	375		
5528784	Quail	quail	US	79251	19	America/Chicago	34.90977	-100.39846	681			TX	087		
5528794	Pyote	pyote	US	79777	124	America/Chicago	31.53486	-103.12627	800			TX	475		
5528799	Quemado	quemado	US	78877	230	America/Chicago	28.94802	-100.62397	239			TX	323		
5528816	Quitaque	quitaque	US	79255	378	America/Chicago	34.36618	-101.05709	784			TX	045		
5528921	Rankin	rankin	US	60960	844	America/Chicago	31.22265	-101.93791	767		461	TX	461		
5528928	Ransom Canyon	ransom-canyon	US	79366	1131	America/Chicago	33.53342	-101.67961	946	Lake Ransom Canyon,Lake Ransome Canyon Village,Ransom Canyon		TX	303		
5529020	Red Bluff	red-bluff	US	96080	0	America/Chicago	31.89485	-103.91742	869			TX	389		
5529150	Redford	redford	US	12978	90	America/Chicago	29.44991	-104.18937	768	Redford,Редфорд		TX	377		
5529208	Reynolds	reynolds	US	31076	0	America/Chicago	32.84289	-100.2351	558			TX	151		
5529360	Riverton	riverton	US	06065	0	America/Chicago	31.75346	-103.77158	829			TX	389		
5529379	Roaring Springs	roaring-springs	US	79256	222	America/Chicago	33.89952	-100.85708	764			TX	345		
5529397	Robert Lee	robert-lee	US	76945	1020	America/Chicago	31.89237	-100.48482	557		081	TX	081		
5529419	Robertson	robertson	US	82944	0	America/Chicago	33.56425	-101.51377	944			TX	107		
5529438	Roby	roby	US	65557	621	America/Chicago	32.74483	-100.37761	598		151	TX	151		
5529442	Rock Creek	rock-creek	US	25174	0	America/Chicago	34.4634	-101.43489	1006			TX	045		
5529511	Rockledge	rockledge	US	30454	0	America/Chicago	35.17533	-100.81931	964			TX	129		
5529514	Rocksprings	rocksprings	US	78880	1116	America/Chicago	30.01576	-100.20536	732		137	TX	137		
5529542	Rolla	rolla	US	58367	0	America/Chicago	34.80533	-100.31067	626			TX	087		
5529556	Roosevelt	roosevelt	US	08555	0	America/Chicago	30.49102	-100.05508	582			TX	267		
5529557	Roosevelt	roosevelt	US	08555	0	America/Chicago	33.58147	-101.67433	955			TX	303		
5529568	Ropesville	ropesville	US	79358	439	America/Chicago	33.41342	-102.15434	1025	Ropes,Ropesville		TX	219		
5529571	Roscoe	roscoe	US	12776	1325	America/Chicago	32.44595	-100.53872	728	Roscoe,Vista		TX	353		
5529609	Rotan	rotan	US	79546	1442	America/Chicago	32.85205	-100.46566	594			TX	151		
5529672	Roundup	roundup	US	59072	0	America/Chicago	33.76231	-102.09712	1027			TX	219		
5529678	Rowena	rowena	US	76875	0	America/Chicago	31.6471	-100.0462	537	Barronville,Bolf,Rowena		TX	399		
5529680	Roy	roy	US	59471	0	America/Chicago	34.46646	-102.2138	1145			TX	069		
5529693	Royston	royston	US	30662	0	America/Chicago	32.81177	-100.29844	588			TX	151		
5529731	Russellville	russellville	US	29476	0	America/Chicago	33.92036	-100.68957	726			TX	345		
5529816	Saint Francis	saint-francis	US	04774	0	America/Chicago	35.26172	-101.62296	1075			TX	375		
5529853	Saint Lawrence	saint-lawrence	US	57373	0	America/Chicago	31.70264	-101.5379	816			TX	173		
5529965	Salt Flat	salt-flat	US	79847	0	America/Denver	31.74373	-105.09273	1137			TX	229		
5530009	Samnorwood	samnorwood	US	79077	51	America/Chicago	35.05227	-100.28067	670			TX	087		
5530022	San Angelo	san-angelo	US	76901	100450	America/Chicago	31.46377	-100.43704	562	SJT,San Andzelo,San Angelo,San-Andzhelo,saen-aenjello,san anjylw,san aynjlw,san'anjero,sheng an ji luo,sn anjlw  tgzas,Сан Анџело,Сан-Анджело,سان أنجيلو,سان اینجلو,سان اینجلو، ٹیکساس,سن آنجلو، تگزاس,サンアンジェロ,聖安吉洛,샌앤젤로	451	TX	451		
5530058	San Elizario	san-elizario	US	79849	8999	America/Denver	31.58511	-106.27276	1110			TX	141		
5530064	San Francisco	san-francisco	US	94102	0	America/Chicago	29.89353	-102.40403	544			TX	043		
5530087	San Jose	san-jose	US	62682	0	America/Denver	31.72122	-106.36304	1122			TX	141		
5530178	Sand Springs	sand-springs	US	59077	835	America/Chicago	32.28262	-101.35096	741			TX	227		
5530210	Sanderson	sanderson	US	32087	837	America/Chicago	30.14241	-102.39403	850		443	TX	443		
5530216	Sandhill	sandhill	US	39161	0	America/Chicago	33.99341	-101.47961	982	Sand Hill,Sandhill		TX	153		
5530246	Sanford	sanford	US	04073	161	America/Chicago	35.70199	-101.53461	925			TX	233		
5530293	Saragosa	saragosa	US	79780	0	America/Chicago	31.02403	-103.66157	916			TX	389		
5530296	Sardis	sardis	US	30456	0	America/Chicago	32.75566	-100.49594	608			TX	151		
5530307	Savage	savage	US	20763	0	America/Chicago	33.59286	-101.43293	942			TX	107		
5530403	Seagraves	seagraves	US	79359	2762	America/Chicago	32.94427	-102.56491	1022			TX	165		
5530452	Seminole	seminole	US	16253	7448	America/Chicago	32.71899	-102.64491	1005		165	TX	165		
5530531	Shafter	shafter	US	93263	0	America/Chicago	29.82017	-104.30325	1189			TX	377		
5530549	Shallowater	shallowater	US	79363	2555	America/Chicago	33.68897	-101.99823	1004			TX	303		
5530555	Shamrock	shamrock	US	74068	1989	America/Chicago	35.21422	-100.24901	714	Shamrok,shamrwk tksas,shmrak  tgzas,Шамрок,شامروك تكساس,شمراک، تگزاس		TX	483		
5530569	Shawville	shawville	US	16873	0	America/Chicago	31.85015	-100.30009	534			TX	081		
5530592	Sheffield	sheffield	US	01257	0	America/Chicago	30.69045	-101.82263	660			TX	371		
5530622	Sherwood	sherwood	US	21665	0	America/Chicago	31.28128	-100.79538	662			TX	235		
5530688	Sierra Blanca	sierra-blanca	US	79851	553	America/Denver	31.17457	-105.35718	1380	Sijera Blanka,syra blnka  tgzas,Сијера Бланка,سیرا بلنکا، تگزاس	229	TX	229		
5530713	Silver	silver	US	76949	0	America/Chicago	32.07097	-100.68261	640			TX	081		
5530728	Silverton	silverton	US	79257	672	America/Chicago	34.47423	-101.30461	999	Silverton,shirubaton,sylfrtwn,sylwrtwn  tgzas,Силвертон,سيلفرتون,سیلورتون، تگزاس,シルバートン	045	TX	045		
5530737	Simms	simms	US	59477	0	America/Chicago	35.03339	-102.65771	1255			TX	117		
5530796	Skellytown	skellytown	US	79080	473	America/Chicago	35.57532	-101.18432	986			TX	065		
5530825	Slaton	slaton	US	79364	6072	America/Chicago	33.43731	-101.64349	940			TX	303		
5530854	Sligo	sligo	US	16255	0	America/Chicago	33.04566	-102.69826	1074			TX	501		
5530877	Smithdale	smithdale	US	39664	0	America/Chicago	34.59589	-100.19845	512			TX	075		
5530895	Smyer	smyer	US	79367	480	America/Chicago	33.58426	-102.16323	1033			TX	219		
5530915	Sneedville	sneedville	US	37869	0	America/Chicago	33.88008	-100.27928	533			TX	101		
5530920	Snyder	snyder	US	68664	0	America/Chicago	34.10813	-101.73101	1032			TX	189		
5530921	Snyder	snyder	US	68664	11768	America/Chicago	32.71789	-100.91762	707	SNK,Snajder,asnaydr  tgzas,seunaideo,snaydr,Снајдер,اسنایدر، تگزاس,سنايدر,스나이더	415	TX	415		
5530932	Socorro	socorro	US	87801	33222	America/Denver	31.65456	-106.30331	1116	Casey,Socorro,Sokorro,Сокорро		TX	141		
5531255	Sonora	sonora	US	42776	2863	America/Chicago	30.56685	-100.64343	649		435	TX	435		
5531347	South Haven	south-haven	US	49090	0	America/Chicago	32.18429	-101.48179	807			TX	227		
5531393	South Plains	south-plains	US	79258	0	America/Chicago	34.22452	-101.3096	980			TX	153		
5531531	Spade	spade	US	79369	0	America/Chicago	32.2504	-100.96928	636			TX	335		
5531548	Sparks	sparks	US	31647	4529	America/Denver	31.67261	-106.2397	1162	Sparks,Спаркс		TX	141		
5531553	Spearman	spearman	US	79081	3375	America/Chicago	36.19837	-101.19238	946		195	TX	195		
5531564	Spade	spade	US	79369	73	America/Chicago	33.9262	-102.15351	1072			TX	279		
5531577	Spofford	spofford	US	03462	94	America/Chicago	29.17524	-100.41369	308			TX	271		
5531644	Springlake	springlake	US	79082	104	America/Chicago	34.23175	-102.30602	1123			TX	279		
5531683	Stanton	stanton	US	08885	2936	America/Chicago	32.12929	-101.78846	812	Grelton,Marienfeld,Stanton,Stehnton,Стэнтон	317	TX	317		
5531709	State Line	state-line	US	17263	0	America/Chicago	31.99817	-104.53467	1202			TX	109		
5531710	State Line	state-line	US	17263	0	America/Denver	32.72677	-103.06493	1093			TX	165		
5531747	Sterling City	sterling-city	US	76951	1049	America/Chicago	31.83625	-100.98483	697		431	TX	431		
5531761	Stevens	stevens	US	17578	0	America/Chicago	36.41892	-101.92517	1078			TX	421		
5531793	Stinnett	stinnett	US	40868	1856	America/Chicago	35.82698	-101.44294	972		233	TX	233		
5531815	Stratford	stratford	US	06614	2073	America/Chicago	36.33614	-102.07212	1125	Stratford,Стратфорд	421	TX	421		
5531850	Sudan	sudan	US	79371	921	America/Chicago	34.06786	-102.52436	1145			TX	279		
5531902	Summerfield	summerfield	US	27358	0	America/Chicago	34.73812	-102.50715	1201			TX	069		
5531919	Sundown	sundown	US	79372	1422	America/Chicago	33.45621	-102.48936	1079			TX	219		
5531928	Sunnyside	sunnyside	US	11104	0	America/Chicago	34.34786	-102.30352	1138			TX	069		
5531929	Sunray	sunray	US	79086	1931	America/Chicago	36.0167	-101.82462	1069			TX	341		
5531968	Sweetwater	sweetwater	US	37874	10809	America/Chicago	32.47095	-100.40594	661	SWW,Svitvoter,swwytwatr  tgzas,swytwatr,Свитвотер,سوئیٹ واٹر، ٹیکساس,سوویتواتر، تگزاس,سويتواتر	353	TX	353		
5531999	Sylvester	sylvester	US	25193	0	America/Chicago	32.72094	-100.25427	565			TX	151		
5532037	Tahoka	tahoka	US	79373	2570	America/Chicago	33.16676	-101.79377	939		305	TX	305		
5532084	Tarzan	tarzan	US	79783	0	America/Chicago	32.30539	-101.97514	860	South Plains,Tarzan		TX	317		
5532143	Tell	tell	US	79259	0	America/Chicago	34.3759	-100.39484	580	Lee,Tattle Tale Flats,Tell		TX	075		
5532156	Tenmile	tenmile	US	97481	0	America/Chicago	32.59788	-101.91543	882			TX	115		
5532164	Tennyson	tennyson	US	47637	0	America/Chicago	31.74182	-100.2862	574			TX	081		
5532172	Terlingua	terlingua	US	79852	58	America/Chicago	29.32159	-103.61602	883	Chisos,Tarlinga,Terlinga,Terlingo,Terlingua		TX	043		
5532224	Texhoma	texhoma	US	73949	340	America/Chicago	36.49808	-101.78294	1067			TX	421		
5532226	Texline	texline	US	79087	525	America/Chicago	36.37781	-103.0241	1430			TX	111		
5532395	Tokio	tokio	US	58379	0	America/Chicago	33.18148	-102.27518	1008			TX	445		
5532423	Tornillo	tornillo	US	79853	1568	America/Denver	31.4454	-106.08831	1093			TX	141		
5532469	Toyah	toyah	US	79785	98	America/Chicago	31.31486	-103.79324	888			TX	389		
5532474	Toyahvale	toyahvale	US	79786	0	America/Chicago	30.94431	-103.78935	1013			TX	389		
5532513	Trent	trent	US	57065	343	America/Chicago	32.48956	-100.12649	583			TX	441		
5532610	Tulia	tulia	US	79088	4760	America/Chicago	34.53589	-101.75852	1061	Tulija,twlya,twlya  tgzas,Тулија,توليا,تولیا، تگزاس	437	TX	437		
5532627	Turkey	turkey	US	28393	396	America/Chicago	34.39256	-100.89764	711	Turkey,Turkey Roost		TX	191		
5532787	Umbarger	umbarger	US	79091	0	America/Chicago	34.9545	-102.10547	1148			TX	381		
5532792	Underwood	underwood	US	47177	0	America/Chicago	33.98591	-101.84351	1039			TX	189		
5532796	Union	union	US	03887	0	America/Chicago	32.67371	-102.06405	909			TX	115		
5532797	Union	union	US	03887	0	America/Chicago	32.729	-100.99762	741			TX	415		
5532798	Union	union	US	03887	0	America/Chicago	33.03648	-102.22184	970			TX	445		
5532897	Valentine	valentine	US	69201	123	America/Chicago	30.58737	-104.49659	1351			TX	243		
5532909	Valley View	valley-view	US	17983	0	America/Chicago	33.99341	-100.38095	609			TX	101		
5532910	Valley View	valley-view	US	17983	0	America/Chicago	32.494	-100.77595	680			TX	335		
5532911	Valley View	valley-view	US	17983	0	America/Chicago	31.79293	-100.02759	528			TX	399		
5532924	Van Horn	van-horn	US	79855	1928	America/Chicago	31.04029	-104.83073	1232	VHN,Van Khorn,Van-Gorn,Van-Khorn,fan huo en,fan hwrn,wn hrn  tgzas,Ван Хорн,Ван-Горн,Ван-Хорн,فان هورن,ون هرن، تگزاس,范霍恩	109	TX	109		
5532932	Vance	vance	US	29163	0	America/Chicago	29.81578	-100.01368	493			TX	385		
5532933	Vancourt	vancourt	US	76955	0	America/Chicago	31.34294	-100.17703	569			TX	451		
5532945	Vega	vega	US	79092	900	America/Chicago	35.24283	-102.42826	1228		359	TX	359		
5532954	Verbena	verbena	US	36091	0	America/Chicago	33.27481	-101.19569	736			TX	169		
5532956	Veribest	veribest	US	76886	0	America/Chicago	31.47655	-100.25953	555	Mullin,Veribest		TX	451		
5532984	Vincent	vincent	US	35178	0	America/Chicago	32.48178	-101.22568	712			TX	227		
5532993	Vinton	vinton	US	24179	1973	America/Denver	31.95121	-106.60249	1157			TX	141		
5533060	Wake	wake	US	23176	0	America/Chicago	33.78258	-101.09459	922			TX	107		
5533062	Walcott	walcott	US	52773	0	America/Chicago	34.93062	-102.81522	1295			TX	117		
5533083	Wall	wall	US	57790	0	America/Chicago	31.37405	-100.30759	569			TX	451		
5533129	Ware	ware	US	01082	0	America/Chicago	36.18475	-102.7102	1279			TX	111		
5533142	Warfield	warfield	US	23889	0	America/Chicago	31.92096	-102.21875	875			TX	329		
5533144	Washburn	washburn	US	04786	0	America/Chicago	35.17672	-101.57323	1076			TX	011		
5533172	Water Valley	water-valley	US	38965	0	America/Chicago	31.66765	-100.71705	641	Water Valley,Watervalley		TX	451		
5533195	Wayside	wayside	US	24985	0	America/Chicago	34.79283	-101.54712	1037			TX	011		
5533197	Wayside	wayside	US	24985	0	America/Chicago	33.32509	-101.8071	966			TX	305		
5533198	Wayside	wayside	US	24985	0	America/Chicago	35.63532	-100.95487	982			TX	393		
5533206	Weatherly	weatherly	US	18255	0	America/Chicago	34.51673	-100.70985	594			TX	191		
5533240	Wellington	wellington	US	33414	2174	America/Chicago	34.85617	-100.21373	619	Velington,Vellington,wlyngtwn  tgzas,wylynghtwn,Велингтон,Веллингтон,ولینگتون، تگزاس,ويلينغتون,ویلنگٹن، ٹیکساس	087	TX	087		
5533244	Wellman	wellman	US	52356	203	America/Chicago	33.04843	-102.42797	1020			TX	445		
5533246	Wells	wells	US	04090	0	America/Chicago	33.02176	-101.92127	942			TX	305		
5533256	Wesco	wesco	US	65586	0	America/Chicago	35.43338	-100.7632	846	Welso,Wesco		TX	179		
5533379	West Point	west-point	US	10996	0	America/Chicago	33.16676	-102.04989	980			TX	305		
5533478	Westbrook	westbrook	US	04092	254	America/Chicago	32.3554	-101.01373	659			TX	335		
5533560	Wheeler	wheeler	US	38880	1656	America/Chicago	35.44533	-100.27096	764		483	TX	483		
5533566	White City	white-city	US	66872	0	America/Chicago	32.84732	-102.25629	930			TX	165		
5533571	White Deer	white-deer	US	17887	966	America/Chicago	35.43532	-101.17294	1026	Whig,White Deer		TX	065		
5533637	Whiteface	whiteface	US	79379	422	America/Chicago	33.6001	-102.61381	1122			TX	079		
5533665	Whitharral	whitharral	US	79380	0	America/Chicago	33.73759	-102.32712	1061			TX	219		
5533667	Whitney	whitney	US	15693	0	America/Chicago	34.35034	-101.33044	995			TX	045		
5533680	Wickett	wickett	US	79788	539	America/Chicago	31.57013	-103.00099	813			TX	475		
5533741	Wildorado	wildorado	US	79098	0	America/Chicago	35.2095	-102.20048	1195			TX	359		
5533862	Wilsey	wilsey	US	66873	0	America/Chicago	34.45091	-102.9555	1270			TX	369		
5533864	Wilson	wilson	US	14172	475	America/Chicago	33.31704	-101.72405	951	Uilson,Уилсон		TX	305		
5534052	Wingate	wingate	US	21675	0	America/Chicago	32.04403	-100.11009	610			TX	399		
5534053	Wink	wink	US	79789	1060	America/Chicago	31.75124	-103.15989	851	INK		TX	495		
5534109	Wolfforth	wolfforth	US	79382	4249	America/Chicago	33.50592	-102.00906	1011			TX	303		
5534197	Wright	wright	US	55798	0	America/Chicago	34.25201	-101.82879	1053			TX	189		
5534317	Adamsville	adamsville	US	02801	0	America/Denver	38.2583	-112.79384	1685			UT	001		
5534319	Agate	agate	US	58310	0	America/Denver	39.01499	-109.24373	1322			UT	019		
5534441	Aneth	aneth	US	84510	501	America/Denver	37.21611	-109.18706	1375			UT	037		
5534505	Antimony	antimony	US	84712	120	America/Denver	38.11693	-111.99964	1966	Antimoni,Antimony,Clover Flat,Coyote,Grass Valley,an ti mo ni,antymwan  ywta,antymwny,Антимони,آنتیموان، یوتا,أنتيموني,安提莫尼		UT	017		
5534525	Apple Valley	apple-valley	US	92307	718	America/Denver	37.08971	-113.12439	1506			UT	053		
5534614	Austin	austin	US	16720	0	America/Denver	38.67219	-112.12159	1618			UT	041		
5534620	Aurora	aurora	US	04408	1029	America/Denver	38.92219	-111.93409	1585	Aroura,Aurora,Avrora,Willow Bend,Аврора		UT	041		
5534625	Avon	avon	US	02322	0	America/Denver	37.89414	-113.34996	1577			UT	021		
5534630	Axtell	axtell	US	66403	0	America/Denver	39.05524	-111.82187	1570			UT	039		
5534882	Beaver	beaver	US	15009	3007	America/Denver	38.27691	-112.64105	1799	Bivur,bi fu,bywr  ywta,Бивър,بیور، یوتا,比弗	001	UT	001		
5534966	Belknap	belknap	US	62908	0	America/Denver	38.51497	-112.26354	1772			UT	041		
5535015	Beryl	beryl	US	84714	0	America/Denver	37.8958	-113.66136	1571			UT	021		
5535027	Bicknell	bicknell	US	47512	327	America/Denver	38.34081	-111.54407	2171	Biknel,bi ke nei er,byknl  ywta,byknyl,Бикнел,بيكنيل,بیکنل، یوتا,比克内尔		UT	055		
5535303	Birdseye	birdseye	US	47513	0	America/Denver	39.9244	-111.54964	1655			UT	049		
5535430	Black Rock	black-rock	US	72415	0	America/Denver	38.71552	-112.96773	1480	Black Rock,Blackrock		UT	027		
5535484	Blanding	blanding	US	84511	3785	America/Denver	37.62433	-109.47966	1861	BDG,Blanding,Grayson,blandyngh,blndyng  ywta,bu lan ding,Бландинг,بلاندينغ,بلندینگ، یوتا,布兰丁		UT	037		
5535528	Bloomington	bloomington	US	12411	0	America/Denver	37.04665	-113.60607	769			UT	053		
5535638	Bluff	bluff	US	84512	258	America/Denver	37.28444	-109.55179	1318			UT	037		
5535697	Borden	borden	US	47106	0	America/Denver	38.98163	-112.79467	1440			UT	027		
5535799	Brian Head	brian-head	US	84719	87	America/Denver	37.69276	-112.85078	2987			UT	021		
5536370	Callao	callao	US	22435	0	America/Denver	39.89772	-113.7086	1322	Callao,Willow Springs		UT	023		
5536451	Cannonville	cannonville	US	84718	169	America/Denver	37.56693	-112.0538	1794	Cannonville,Clifton,Clinton		UT	017		
5536511	Castle Dale	castle-dale	US	84513	1550	America/Denver	39.21219	-111.01961	1730	Castle Dale,Castledale,Kasl Dejl,Kasul Dejl,cheng bao dai er,kasl dayl,Касл Дејл,Касъл Дейл,كاسل دايل,کاسل‌دیل، یوتا,城堡戴尔	015	UT	015		
5536611	Cedar	cedar	US	49621	0	America/Denver	39.39386	-110.45488	1586			UT	015		
5536630	Cedar City	cedar-city	US	84720	30184	America/Denver	37.67748	-113.06189	1782	CDC,Cedar City,Coal Creek,Sidar Siti,Sidar-Siti,Sidur Siti,sdarsyty  ywta,shidashiti,sidara siti,sideositi,sydar syty,xue song cheng,Сидар Сити,Сидар-Сити,Сидър Сити,Сідар-Сіті,سدارسیتی، یوتا,سيدار سيتي,سیڈر سٹی، یوٹاہ,सीडार सिटी,シーダーシティ,雪松城,시더시티		UT	021		
5536743	Central	central	US	29630	613	America/Denver	37.41665	-113.62441	1601			UT	053		
5536749	Central Valley	central-valley	US	10917	554	America/Denver	38.70386	-112.09881	1617	Central,Central Valley,Inverury		UT	041		
5536772	Champlin	champlin	US	55316	0	America/Denver	39.65106	-112.30384	1513			UT	023		
5536817	Chester	chester	US	01011	0	America/Denver	39.47607	-111.56297	1681	Canal Creek,Chester		UT	039		
5536953	Circleville	circleville	US	10919	523	America/Denver	38.17164	-112.27048	1849			UT	031		
5536961	Cisco	cisco	US	30708	0	America/Denver	38.96999	-109.32067	1331			UT	019		
5536994	Clawson	clawson	US	48017	193	America/Denver	39.13303	-111.09711	1811	Clawson,Kingsville,North Flat		UT	015		
5537025	Clear Creek	clear-creek	US	25044	4	America/Denver	39.6458	-111.15239	2532	Clear Creek,Clearcreek		UT	007		
5537043	Clear Lake	clear-lake	US	50428	0	America/Denver	39.11829	-112.73745	1398	Clear Lake,Clearlake		UT	027		
5537067	Cleveland	cleveland	US	13042	448	America/Denver	39.34886	-110.85155	1744	Klivlend,Кливленд		UT	015		
5537110	Coal City	coal-city	US	25823	0	America/Denver	39.66663	-111.01628	2174	Cedar Mesa Ranch,Coal City,Great Western,Oak Springs		UT	007		
5537209	Colton	colton	US	13625	0	America/Denver	39.85246	-111.01294	2206	Colton,Pleasant Valley Junction		UT	049		
5537210	Columbia	columbia	US	06237	0	America/Denver	39.51691	-110.38265	1885			UT	007		
5537348	Cottonwood	cottonwood	US	36320	0	America/Denver	39.06443	-109.1815	1382			UT	019		
5537498	Cove	cove	US	71937	0	America/Denver	38.59469	-112.24937	1690			UT	041		
5538080	Delta	delta	US	17314	3482	America/Denver	39.35218	-112.57717	1414	DTA,Delta,Melville,de er ta,dlta,dlta  ywta,Делта,دلتا,دلتا، یوتا,德尔塔		UT	027		
5538097	Dennis	dennis	US	02638	0	America/Denver	39.83328	-112.08383	2090			UT	023		
5538182	Dewey	dewey	US	61840	0	America/Denver	38.81026	-109.30178	1262			UT	019		
5538190	Diamond	diamond	US	44412	0	America/Denver	39.88162	-112.09744	1906	Diamond,Diamond City		UT	023		
5538546	Duck Creek Village	duck-creek-village	US	84762	0	America/Denver	37.52359	-112.66299	2593			UT	025		
5538773	Eastland	eastland	US	76448	0	America/Denver	37.8036	-109.134	2099			UT	037		
5538819	Elba	elba	US	14058	0	America/Denver	38.94998	-109.50679	1404			UT	019		
5538821	Mount Nebo	mount-nebo	US	26679	302	America/Denver	39.95273	-111.95633	1433	Elberta,Mount Nebo		UT	049		
5538854	Elgin	elgin	US	16413	0	America/Denver	38.98803	-110.14541	1241			UT	019		
5538878	Elmo	elmo	US	59915	413	America/Denver	39.38969	-110.81516	1735	Carson,Elmo,Saint Elmo		UT	015		
5538882	Elsinore	elsinore	US	84724	857	America/Denver	38.68275	-112.14826	1631			UT	041		
5538890	Emery	emery	US	57332	272	America/Denver	38.92303	-111.24878	1906	Castle Valley,Emeri,Emery,Muddy Creek,ai mo li,amyry,aymry  ywta,Емери,إميري,ایمری، یوتا,埃默里		UT	015		
5538927	Ephraim	ephraim	US	54211	6857	America/Denver	39.35968	-111.58631	1689	Ephraim,Ephriam,Ifram,Ifrejm,Pine Creek,afraym,afraym  ywta,yi fa lian,Ифрам,Ифрейм,أفرايم,افرایم، یوتا,以法莲		UT	039		
5538929	Enterprise	enterprise	US	26568	1799	America/Denver	37.57359	-113.71913	1621	Enturprajz,antrbrayz,antrprayz  ywta,en te pu lai si,Ентърпрайз,إنتربرايز,انترپرایز، یوتا,恩特普赖斯		UT	053		
5538942	Escalante	escalante	US	84726	790	America/Denver	37.77027	-111.60212	1774	Esca Lante,Escalante,Eskalante,Potato Valley,Spud Valley,ai si ka lan te,asklnty  ywta,ayskalanty,Ескаланте,إيسكالانتي,اسکلنتی، یوتا,埃斯卡兰特		UT	017		
5538962	Eskdale	eskdale	US	25075	0	America/Denver	39.10717	-113.95249	1519			UT	027		
5538969	Eureka	eureka	US	48833	666	America/Denver	39.95412	-112.12022	1960	Ehvrika,Jurika,awrka  ywta,you li ka,ywryka,Јурика,Эврика,Юрика,اورکا، یوتا,يوريكا,尤里卡		UT	023		
5551231	Alto	alto	US	30510	0	America/Phoenix	31.60454	-110.87814	1359			AZ	023		
5539005	Fairview	fairview	US	07022	1261	America/Denver	39.62635	-111.43963	1813	Fair View,Fairview,Fervju,Feurvju,North Bend,fei er wei you,fyrfyw,fyrwyw  ywta,Фервју,Феървю,فيرفيو,فیئرویو، یوٹاہ,فیرویو، یوتا,费尔维尤		UT	039		
5539047	Fayette	fayette	US	13065	245	America/Denver	39.22524	-111.85659	1540	Fayette,Warm Creek		UT	039		
5539059	Ferron	ferron	US	84523	1562	America/Denver	39.09358	-111.13322	1820	Feron,Ferron,Ferrons City,Ferun,fei long,frrwn  ywta,fyrwn,Ферон,Ферън,فررون، یوتا,فيرون,费龙		UT	015		
5539097	Fillmore	fillmore	US	14735	2489	America/Denver	38.96885	-112.32355	1565	FIL,Filmor,fei er mo er,fylmwr,fylmwr  ywta,Филмор,فلمور، یوٹاہ,فيلمور,فیلمور، یوتا,菲尔莫尔	027	UT	027		
5539354	Fort Johnson	fort-johnson	US	12070	0	America/Denver	37.77914	-113.03217	1669			UT	021		
5539372	Fountain Green	fountain-green	US	84632	1083	America/Denver	39.62996	-111.6352	1798	Fauntin Grijn,Fauntin Grin,Fountain Green,Uintah Springs,fantyn gryn  ywta,fawntn ghryn,pen quan lu,Фаунтин Грийн,Фаунтин Грин,فانتین گرین، یوتا,فاونتن غرين,喷泉绿		UT	039		
5539425	Fremont	fremont	US	03044	145	America/Denver	38.45748	-111.61963	2207			UT	055		
5539428	Freedom	freedom	US	03836	0	America/Denver	39.54246	-111.64936	1764	Draper,Freedom		UT	039		
5539442	Frisco	frisco	US	27936	0	America/Denver	38.45635	-113.25885	1957			UT	001		
5539453	Fruita	fruita	US	81521	0	America/Denver	38.28554	-111.24684	1657			UT	055		
5539531	Garrison	garrison	US	10524	0	America/Denver	38.93439	-114.03304	1608			UT	027		
5539576	Georgetown	georgetown	US	01833	0	America/Denver	37.53554	-112.05491	1769			UT	025		
5539609	Glendale	glendale	US	01229	365	America/Denver	37.31776	-112.59715	1761	Berryville,Glendale,Glendejl,Глендейл		UT	025		
5539613	Glenwood	glenwood	US	07418	469	America/Denver	38.7633	-111.9902	1607	1941/Glencove,Glenvud,Glenwood,ge lun wu de,ghlynwwd,glnwwd  ywta,Гленвуд,غلينوود,گلنوود، یوتا,格伦伍德		UT	041		
5539726	Goshen	goshen	US	01032	944	America/Denver	39.95301	-111.90077	1387	Goshen,Mechanicsville,Sandtown,Sodom,Гошен		UT	049		
5539771	Grafton	grafton	US	01519	0	America/Denver	37.16721	-113.07994	1117	Grafton,Grafton Ghost Town		UT	053		
5539937	Green River	green-river	US	82935	961	America/Denver	38.99525	-110.1618	1242	Blake,Green River,Greenriver,Grijn Rivur,Grin River,RVR,ghryn ryfr,grina rivhara,gryn rywr  ywta,lu he,Грийн Ривър,Грин Ривер,غرين ريفر,گرین ریور، یوتا,ग्रीन रिव्हर,绿河		UT	015		
5539965	Greenville	greenville	US	02828	0	America/Denver	38.25441	-112.71244	1727			UT	001		
5539968	Greenwich	greenwich	US	06830	0	America/Denver	38.43109	-111.92297	2089			UT	031		
5539980	Greenwood	greenwood	US	04255	0	America/Denver	39.12246	-112.35272	1456			UT	027		
5540001	Grover	grover	US	17735	0	America/Denver	38.22804	-111.3499	2169	Carcass Creek,Grover		UT	055		
5540018	Gunlock	gunlock	US	41632	0	America/Denver	37.28609	-113.7633	1115			UT	053		
5540026	Gunnison	gunnison	US	38746	3238	America/Denver	39.15524	-111.81826	1566	Ganison,Gunisun,gan ni sen,ganysn  ywta,ghwnyswn,Ганисон,Гънисън,غونيسون,گانیسن، یوتا,甘尼森		UT	039		
5540148	Hanksville	hanksville	US	84734	212	America/Denver	38.37304	-110.71404	1307	HVE,Hanksville,Hansville,Khanksvil,han ke si wei er,hanksfyl,hnkswyl  ywta,Ханксвил,هانكسفيل,هنکسویل، یوتا,汉克斯维尔		UT	055		
5540213	Harrisburg	harrisburg	US	17101	0	America/Denver	37.20582	-113.3944	913	Cottonwood,Harrisburg,Harrisville		UT	053		
5540242	Hatch	hatch	US	84735	141	America/Denver	37.6497	-112.43437	2109			UT	017		
5540261	Hatton	hatton	US	58240	0	America/Denver	38.83885	-112.45661	1471			UT	027		
5540351	Helper	helper	US	84526	2112	America/Denver	39.68413	-110.85461	1773	Khehlper,Khelper,Khelpur,bang shou,helpeo,hlbr,hlpr  ywta,Хелпер,Хелпър,Хэлпер,هلبر,هلپر، یوتا,帮手,헬퍼		UT	007		
5540371	Henrieville	henrieville	US	84736	220	America/Denver	37.56276	-111.99435	1828			UT	017		
5540396	Hiawatha	hiawatha	US	24729	45	America/Denver	39.48441	-111.01156	2214			UT	007		
5540444	Hildale	hildale	US	84784	2927	America/Denver	37.0036	-112.96688	1539	Hildale,Hilldale,Khajdejl,Khildejl,haydyl,he li dai er,Хајдејл,Хилдейл,هايديل,هیل‌دیل، یوتا,赫利戴尔		UT	053		
5540452	Hillsdale	hillsdale	US	07642	0	America/Denver	37.71915	-112.38215	2070			UT	017		
5540460	Hinckley	hinckley	US	04944	695	America/Denver	39.32496	-112.67106	1403			UT	027		
5540513	Holden	holden	US	01520	373	America/Denver	39.09885	-112.27077	1555	Cedar Springs,Holden,Kholden,haldn,huo dun,hwldn,Холден,هالدن,هولدن,霍顿		UT	027		
5540810	Huntington	huntington	US	01050	2004	America/Denver	39.32664	-110.96461	1764	Khantington,Khuntingtun,hantyngtwn  ywta,heng ting dun,hntnghtwn,Хантингтон,Хънтингтън,هانتینگتون، یوتا,هنتنغتون,亨廷顿		UT	015		
5540831	Hurricane	hurricane	US	25526	15501	America/Denver	37.17526	-113.28995	990	Kharikejn,Khurikejn,ha li ken,harykn  ywta,hwrykan,Харикејн,Хърикейн,هاریکن، یوتا,هوريكان,哈里肯		UT	053		
5540986	Indianola	indianola	US	15051	0	America/Denver	39.80302	-111.4888	1817			UT	039		
5541016	Iron Mountain	iron-mountain	US	49801	0	America/Denver	37.61748	-113.39079	1969			UT	021		
5541061	Ivins	ivins	US	84738	7876	America/Denver	37.16859	-113.67941	939	Ajvins,ai wen si,ayfynz,aywns  ywta,Айвинс,Ајвинс,إيفينز,ایونس، یوتا,艾文斯		UT	053		
5541176	Jensen	jensen	US	84035	0	America/Denver	38.72358	-112.09854	1615			UT	041		
5541188	Jericho	jericho	US	05465	0	America/Denver	39.75023	-112.2055	1621			UT	023		
5541194	Jerusalem	jerusalem	US	43747	0	America/Denver	39.56385	-111.6577	1811			UT	039		
5541359	Joseph	joseph	US	84739	343	America/Denver	38.62636	-112.21715	1657			UT	041		
5541370	Joy	joy	US	61260	0	America/Denver	39.57273	-113.05858	1804			UT	023		
5541403	Junction	junction	US	62954	183	America/Denver	38.23748	-112.21993	1831	Dzankshon,jankshn  ywta,jnkshn,zhang ke shen,Џанкшон,جانکشن، یوتا,جنكشن,章克申	031	UT	031		
5541458	Kanab	kanab	US	84741	4394	America/Denver	37.04749	-112.52631	1515	KNB,Kanab,Kejnab,Kʼaiʼ Bił Hahazteel,ka na bu,kanab,kanab  ywta,Канаб,Кейнаб,קנאב,كاناب,کاناب، یوتا,卡纳布	025	UT	025		
5541467	Kanarraville	kanarraville	US	84742	369	America/Denver	37.53887	-113.18412	1689	Kanara,Kanaraville,Kanarra,Kanarraville		UT	021		
5541492	Kanosh	kanosh	US	84637	468	America/Denver	38.80136	-112.43744	1530	Corn Creek,Kanosh,ka nuo shen,kanwsh,kanwsh  ywta,كانوش,کانوش، یوتا,卡诺什		UT	027		
5541537	Kenilworth	kenilworth	US	07033	180	America/Denver	39.6883	-110.80571	1990			UT	007		
5541599	Kingston	kingston	US	02364	165	America/Denver	38.20831	-112.1877	1834	Kingston,Кингстон		UT	031		
5541662	Koosharem	koosharem	US	84744	327	America/Denver	38.51026	-111.8813	2109	ku xie lei mu,kwsharm,kwsharm  ywta,كوشارم,کوشارم، یوتا,库谢勒姆		UT	041		
5541682	La Sal	la-sal	US	84530	395	America/Denver	38.31221	-109.24817	2127	La Sal,LaSal,New LaSal		UT	037		
5541817	Latimer	latimer	US	50452	0	America/Denver	38.10025	-113.3158	1548			UT	021		
5541835	Lawrence	lawrence	US	01840	0	America/Denver	39.29552	-110.92906	1727			UT	015		
5541844	Leamington	leamington	US	84638	231	America/Denver	39.53467	-112.28355	1442	Leamington,Lemington,Lemmington,li ming dun,lymnghtwn,lymyngtwn  ywta,Лемингтон,ليمنغتون,لیمینگتون، یوتا,利明顿		UT	027		
5541871	Leeds	leeds	US	01053	842	America/Denver	37.23859	-113.35912	1061	Bennington,Leeds,Lids,li ci,lydz,lydz  ywta,Лидс,ليدز,لیدز، یوتا,لیڈز، یوٹاہ,利兹		UT	053		
5541966	Levan	levan	US	84639	871	America/Denver	39.55857	-111.86187	1620	Chicken Creek,Levan,Livan,lai wen,lwan  ywta,lyfan,Ливан,لوان، یوتا,ليفان,莱文		UT	023		
5542323	Loa	loa	US	84747	588	America/Denver	38.40276	-111.64296	2153	luo ya,lwa,lwa  ywta,لوا,لوا، یوتا,罗亚	055	UT	055		
5542646	Lund	lund	US	89317	0	America/Denver	38.00747	-113.43163	1550			UT	021		
5542654	Lyman	lyman	US	29365	249	America/Denver	38.39692	-111.58963	2189	Lyman,Wilmoth		UT	055		
5542658	Lynndyl	lynndyl	US	84640	111	America/Denver	39.51912	-112.37578	1459	Leamington Hill Junction,Lyn,Lynndyl		UT	027		
5542664	Mack	mack	US	81525	0	America/Denver	39.53356	-112.31356	1439			UT	027		
5542715	Malone	malone	US	12953	0	America/Denver	38.65274	-112.9819	1494			UT	027		
5542719	Mammoth	mammoth	US	15664	0	America/Denver	39.92634	-112.12633	1948	Mammoth,Robinson		UT	023		
5542758	Manti	manti	US	84642	3353	America/Denver	39.2683	-111.63686	1710	Manti,NTJ,man tai,manty,manty  ywta,Манти,مانتي,مانتی، یوتا,曼泰	039	UT	039		
5542788	Maple Grove	maple-grove	US	55311	0	America/Denver	39.01496	-112.09299	2156			UT	027		
5542858	Marysvale	marysvale	US	84750	407	America/Denver	38.44942	-112.2302	1787	Marysvale,Merry Vale,Merry Valley,Merryville		UT	031		
5542893	Mayfield	mayfield	US	12117	521	America/Denver	39.11413	-111.71075	1688	Arrapene,Mayfield		UT	039		
5542952	Meadow	meadow	US	57644	313	America/Denver	38.8858	-112.41049	1475			UT	027		
5543035	Mexican Hat	mexican-hat	US	84531	31	America/Denver	37.15195	-109.86707	1294	Goodridge,Mexican Hat		UT	037		
5543119	Middleton	middleton	US	01949	0	America/Denver	37.12081	-113.54079	868			UT	053		
5543131	Milburn	milburn	US	42070	0	America/Denver	39.70413	-111.42491	1940	Milburn,Millburn		UT	039		
5543146	Milford	milford	US	01757	1331	America/Denver	38.39691	-113.01079	1515	MLF,Milford,mi er fu de,mylfwrd,mylfwrd  ywta,Милфорд,ميلفورد,میلفورد، یوتا,میلفورڈ، یوٹاہ,米尔福德		UT	001		
5543228	Mills	mills	US	16937	0	America/Denver	39.48273	-112.02799	1510	Mills,Wellington		UT	023		
5543268	Minersville	minersville	US	17954	869	America/Denver	38.21414	-112.92356	1610	Mineralsvil,mai na si wei er,mynrzwyl  ywta,mynyrsfyl,Минералсвил,مينيرسفيل,مینرزویل، یوتا,迈纳斯维尔		UT	001		
5543307	Moab	moab	US	84532	5235	America/Denver	38.57332	-109.54984	1227	CNY,Elk Mountain Mission,Moab,Mouab,mo ya,moabu,moaeba,mwab,mwab  ywta,Моаб,Моуаб,מואב,مواب,مواب، یوتا,मोअॅब,モアブ,摩押	019	UT	019		
5543316	Modena	modena	US	12548	0	America/Denver	37.79886	-113.92414	1669			UT	021		
5543360	Monroe	monroe	US	03771	2293	America/Denver	38.62997	-112.12076	1644	Monro,men luo,mwnrw,mwnrw  ywta,Монро,مونرو,مونرو، یوتا,门罗		UT	041		
5543373	Montezuma Creek	montezuma-creek	US	84534	335	America/Denver	37.27	-109.32067	1348			UT	037		
5543377	Monticello	monticello	US	04760	2069	America/Denver	37.87138	-109.34289	2155	Hammond,MXC,Maadiseloo,Maadíséloo,Monticello,Montiselo,Montiselou,mantyslw  ywta,meng di sai luo,mwntayslw,Монтисело,Монтиселоу,مانتیسلو، یوتا,مونتايسلو,蒙蒂塞洛	037	UT	037		
5543429	Moore	moore	US	29369	0	America/Denver	38.96664	-111.1535	1904	Moore,Rochester		UT	015		
5543462	Moroni	moroni	US	84646	1451	America/Denver	39.52496	-111.59047	1686	Mego,Moroni,mo luo ni,mwrwny,mwrwny  ywta,Морони,موروني,مورونی، یوتا,莫罗尼		UT	039		
5543506	Mount Carmel	mount-carmel	US	17851	0	America/Denver	37.24721	-112.66438	1618	Mount Carmel,Mt. Carmel,Winsor		UT	025		
5543514	Mount Pleasant	mount-pleasant	US	15666	3299	America/Denver	39.54691	-111.45547	1806	Fort Hamilton,MSD,Maunt Plezant,Mount Pleasant,mang te pu lin sen,mawnt blyzant,mwnt plznt  ywta,Маунт Плезант,ماونت بليزانت,مونت پلزنت، یوتا,芒特普林森		UT	039		
5543853	Nephi	nephi	US	84648	5560	America/Denver	39.71023	-111.83632	1563	NPH,Nefi,Nephi,Salt Creek,nfy  ywta,ni fei,nyfy,Нефи,نفی، یوتا,نيفي,尼腓	023	UT	023		
5543883	New Harmony	new-harmony	US	47631	211	America/Denver	37.47942	-113.30967	1617	Harmony,New Harmony		UT	053		
5543892	Newcastle	newcastle	US	04553	247	America/Denver	37.66664	-113.54941	1619	New Castle,Newcastle		UT	021		
5544000	North Creek	north-creek	US	12853	0	America/Denver	38.33719	-112.57799	1966			UT	001		
5544228	Oak City	oak-city	US	27857	623	America/Denver	39.37496	-112.3355	1558			UT	027		
5544232	Oak Creek	oak-creek	US	53154	0	America/Denver	39.67468	-111.43435	1884			UT	039		
5544402	Orangeville	orangeville	US	17859	1394	America/Denver	39.22719	-111.0535	1761			UT	015		
5544411	Orderville	orderville	US	84758	559	America/Denver	37.27582	-112.63771	1661			UT	025		
5544525	Panguitch	panguitch	US	84759	1481	America/Denver	37.82276	-112.43576	2019	PNU,Panguitch,Pangvitch,Pejnguich,banghwytsh,pan gui qi,pngwyych  ywta,Пейнгуич,بانغويتش,پنگوئیچ، یوتا,潘圭奇	017	UT	017		
5544575	Paragonah	paragonah	US	84760	509	America/Denver	37.88581	-112.77522	1792	Paragonah,Paragoona,Paragoonah		UT	021		
5544619	Parowan	parowan	US	84761	2926	America/Denver	37.8422	-112.828	1834	Louisa,Parouan,Parovan,Parowan,barwan,pa luo wan,parwwan  ywta,Пароуан,باروان,پارووان، یوتا,帕罗宛	021	UT	021		
5544702	Peerless	peerless	US	59253	0	America/Denver	39.69413	-110.911	1965			UT	007		
5544916	Pine Valley	pine-valley	US	14872	186	America/Denver	37.39109	-113.51412	1992			UT	053		
5545020	Pittsburg	pittsburg	US	03592	0	America/Denver	38.50525	-112.25937	1773	Pitsburg,Питсбург		UT	031		
5545263	Prattsville	prattsville	US	12468	0	America/Denver	38.77413	-112.01465	1602			UT	041		
5545269	Price	price	US	21656	8378	America/Denver	39.59941	-110.81071	1696	PUC,Prajs,brays,peulaiseu,prays  ywta,pu lai si,puraisu,Прайс,Прајс,برايس,پرایس، یوتا,プライス,普赖斯,프라이스	007	UT	007		
5545406	Rainbow	rainbow	US	76077	0	America/Denver	39.84386	-109.18539	1883	Rainbow,Rainbow Ghost Town		UT	047		
5545415	Rainbow City	rainbow-city	US	35906	0	America/Denver	37.06222	-110.76542	1708			UT	037		
5545640	Redmond	redmond	US	84652	737	America/Denver	39.00607	-111.86187	1556	Redmond,lei de meng,rdmwnd  ywta,rydmwnd,Редмонд,ردموند، یوتا,ريدموند,ریڈمنڈ، یوٹاہ,雷德蒙		UT	041		
5545710	Richfield	richfield	US	17086	7592	America/Denver	38.77247	-112.08409	1632	RIF,Richfijld,Richfild,li qi fei er de,rychfyld  ywta,rytshfyld,Ричфийлд,Ричфилд,ريتشفيلد,رچفیلڈ، یوٹاہ,ریچفیلد، یوتا,里奇菲尔德	041	UT	041		
5545824	Rio	rio	US	26755	0	America/Denver	39.99579	-111.42713	1611			UT	049		
5546001	Rockville	rockville	US	02873	262	America/Denver	37.16109	-113.03827	1140	Adventure,Rockville,Rokvil,Rokvill,luo ke wei er,rakwyl  ywta,rwkfyl,Роквил,Роквилл,راکویل، یوتا,روكفيل,罗克维尔		UT	053		
5546040	Rocky Ridge	rocky-ridge	US	21778	773	America/Denver	39.92495	-111.82716	1521			UT	023		
5546126	Royal	royal	US	51357	0	America/Denver	39.74607	-110.88016	1899	Cameron,Rolapp,Royal		UT	007		
5546220	Saint George	saint-george	US	29477	72897	America/Denver	37.10415	-113.58412	823	SGU,Saint George,St George,St. George		UT	053		
5546253	Salina	salina	US	15680	2521	America/Denver	38.95774	-111.85993	1573	SBO,Salajna,Salina,salayana,salyna,salyna  ywta,yan tian,Салайна,Салајна,Салина,سالينا,سالینا، یوتا,سیلائنا، یوٹاہ,सलायना,盐田		UT	041		
5546441	Santa Clara	santa-clara	US	84765	6841	America/Denver	37.13304	-113.65413	842	Santa Klara,santa klara,santa klara  ywta,sheng ke la la,Санта Клара,سانتا كلارا,سانتا کلارا، یوتا,圣克拉拉		UT	053		
5546452	Santaquin	santaquin	US	84655	10572	America/Denver	39.97551	-111.78521	1519	Santakuin,Santakvina,sang ta jin,santakwyn,santakyn  ywta,Сантакуин,سانتاكوين,سانتاکین، یوتا,桑塔金		UT	049		
5546530	Scipio	scipio	US	47273	322	America/Denver	39.24496	-112.1041	1620			UT	027		
5546651	Sevier	sevier	US	84766	0	America/Denver	38.58636	-112.25826	1702			UT	041		
5546852	Sigurd	sigurd	US	84657	432	America/Denver	38.84052	-111.9677	1593			UT	041		
5546866	Silver City	silver-city	US	39166	0	America/Denver	39.90995	-112.12995	1877			UT	023		
5547460	Spring City	spring-city	US	19475	1002	America/Denver	39.48246	-111.49602	1776	Spring Siti,aspryng syty  ywta,chun cheng,sbryngh syty,Спринг Сити,اسپرینگ سیتی، یوتا,سبرينغ سيتي,春城		UT	039		
5547484	Spring Glen	spring-glen	US	12483	1126	America/Denver	39.65941	-110.85349	1759			UT	007		
5547516	Springdale	springdale	US	15144	556	America/Denver	37.18887	-112.99855	1188	Springdejl,aspryngdyl  ywta,sbrynghdyl,si pu lin,Спрингдејл,اسپرینگدیل، یوتا,سبرينغديل,斯普林		UT	053		
5547617	Starr	starr	US	29684	0	America/Denver	39.86829	-111.85521	1496			UT	023		
5547625	State Line	state-line	US	17263	0	America/Denver	37.99885	-114.0122	2141	State Line,Stateline		UT	021		
5547681	Sterling	sterling	US	01564	296	America/Denver	39.19357	-111.69242	1699	Buncetown,Leesburg,Pettyville,Sterling,Стерлинг		UT	039		
5547752	Strong	strong	US	04983	0	America/Denver	39.43468	-112.46995	1455			UT	027		
5547825	Summit	summit	US	07901	160	America/Denver	37.80109	-112.93634	1824			UT	021		
5547857	Sunnyside	sunnyside	US	11104	377	America/Denver	39.55136	-110.38793	1987			UT	007		
5547892	Sutherland	sutherland	US	23885	165	America/Denver	39.38884	-112.63356	1410			UT	027		
5548074	Teasdale	teasdale	US	84773	191	America/Denver	38.28609	-111.4774	2178			UT	055		
5548405	Thompsonville	thompsonville	US	12784	0	America/Denver	38.41692	-112.21659	1789			UT	031		
5548429	Three Forks	three-forks	US	59752	0	America/Denver	37.99138	-110.49514	1281			UT	017		
5548441	Three Forks	three-forks	US	59752	0	America/Denver	39.97468	-110.95711	2477			UT	051		
5548595	Torrey	torrey	US	84775	184	America/Denver	38.29887	-111.41907	2084	Tori,tuo li,twry,twry  ywta,Тори,توري,توری، یوتا,托里		UT	055		
5548621	Toquerville	toquerville	US	84774	1493	America/Denver	37.25332	-113.28467	1033	Tokar,Toker,Tokerville,Toquerville,Toukurvil,takwyrwyl  ywta,tuo kai wei er,twkywrfyl,Тоукървил,تاکوئرویل، یوتا,توكيورفيل,托凯维尔		UT	053		
5548623	Townsend	townsend	US	01469	0	America/Denver	39.99273	-111.82855	1431			UT	049		
5548718	Tropic	tropic	US	84776	512	America/Denver	37.62526	-112.08214	1923			UT	017		
5548747	Trout Creek	trout-creek	US	13847	0	America/Denver	39.68939	-113.8286	1433	Trout Creek,Troutcreek		UT	023		
5549020	Upton	upton	US	01568	0	America/Denver	38.32413	-113.06635	1520			UT	001		
5549064	Van	van	US	25206	0	America/Denver	39.23051	-112.66856	1394			UT	027		
5549079	Venice	venice	US	34284	0	America/Denver	38.80024	-112.00632	1592			UT	041		
5549087	Vermillion	vermillion	US	55085	0	America/Denver	38.8608	-111.9652	1597	Neversweat,Vermillion		UT	041		
5549095	Veyo	veyo	US	84782	483	America/Denver	37.33803	-113.69302	1362	Glencove,Veyo		UT	053		
5549100	Victor	victor	US	14564	0	America/Denver	39.40136	-110.71544	1684	Desert Lake,Victor		UT	015		
5549106	Virgin	virgin	US	84779	604	America/Denver	37.20832	-113.18828	1099	Pocketville,Virgin,Virgin City		UT	053		
5549115	Vista	vista	US	92081	0	America/Denver	38.96386	-109.67735	1541	Vista,Vista Station		UT	019		
5549145	Wales	wales	US	01081	348	America/Denver	39.48691	-111.6352	1715	Coalville,Wales		UT	039		
5549222	Washington	washington	US	03280	24299	America/Denver	37.13054	-113.50829	851	Uoshingtun,Vashington,hua sheng dun,washntn,washyngtn  ywta,Вашингтон,Уошингтън,واشنطن,واشنگٹن، یوٹاہ,واشینگتن، یوتا,华盛顿		UT	053		
5549304	Watson	watson	US	35181	0	America/Denver	39.88191	-109.15845	1632	Watson,Watson Ghost Town		UT	047		
5549349	Wellington	wellington	US	33414	1621	America/Denver	39.54247	-110.73543	1650	Uelingtun,Velington,Vellington,hui ling dun,wellingteon,wlyngtwn  ywta,wylynghtwn,Велингтон,Веллингтон,Уелингтън,ولینگتون، یوتا,ويلينغتون,ویلنگٹن، یوٹاہ,惠灵顿,웰링턴		UT	007		
5550010	Woodside	woodside	US	11377	0	America/Denver	39.26552	-110.34877	1415			UT	015		
5550145	Winona	winona	US	25942	0	America/Phoenix	35.20501	-111.40821	1909	Walnut,Winona		AZ	005		
5550156	Childs	childs	US	21916	0	America/Phoenix	32.45283	-112.84349	436			AZ	019		
5550161	Gadsden	gadsden	US	29052	678	America/Phoenix	32.5545	-114.78496	30			AZ	027		
5550171	Homestead	homestead	US	15120	0	America/Phoenix	33.4556	-111.76569	400			AZ	013		
5550185	Sweetwater	sweetwater	US	37874	0	America/Phoenix	31.9609	-112.58403	639			AZ	019		
5550187	Quail Valley	quail-valley	US	92587	0	America/Phoenix	33.62837	-111.97987	441			AZ	013		
5550208	Alto	alto	US	30510	711	America/Los_Angeles	37.90437	-122.52553	8	Alto,Blithedale		CA	041		
5550212	Barnwell	barnwell	US	29812	0	America/Los_Angeles	35.29304	-115.23582	1465			CA	071		
5550226	Blanco	blanco	US	74528	0	America/Los_Angeles	36.67857	-121.74273	7	Blanco,Blanco Crossing		CA	053		
5550271	Fairmont	fairmont	US	26554	0	America/Los_Angeles	34.7347	-118.4248	856			CA	037		
5550294	Gulf	gulf	US	27256	0	America/Los_Angeles	35.17941	-119.16011	89			CA	029		
5550341	Pope	pope	US	38658	0	America/Los_Angeles	33.36587	-115.72277	-60			CA	025		
5550352	Sheridan	sheridan	US	04775	1238	America/Los_Angeles	38.97962	-121.37551	34			CA	061		
5550363	Sunset	sunset	US	04683	0	America/Los_Angeles	39.25045	-121.65191	23			CA	101		
5550366	Three Rivers	three-rivers	US	01080	2182	America/Los_Angeles	36.43884	-118.90454	257	Three Rivers,Threerivers,Tri Rivers,thri ribharas,Три Риверс,थ्री रिभरस्		CA	107		
5550368	Wasco	wasco	US	60183	26279	America/Los_Angeles	35.59412	-119.34095	100	Dewey,Deweyville,Uasko,Vasko,Wasco,vasko,waskw,waskw  kalyfrnya,wo si ke,Васко,Уаско,واسكو,واسکو، کالیفرنیا,वास्को,沃斯科		CA	029		
5550400	Eastlake	eastlake	US	44095	0	America/Denver	39.92387	-104.96137	1606	East Lake,Eastlake		CO	001		
5550409	Paonia	paonia	US	81428	1405	America/Denver	38.86832	-107.592	1732	Paonia,Paonija,WPO,bawnya,pa'oniya,paywnya  klradw,pei ao ni ya,Паониа,Паония,Паонија,باونيا,پائونیا، کلرادو,पाओनिया,佩奥尼亚		CO	029		
5550421	Redvale	redvale	US	81431	236	America/Denver	38.17499	-108.41731	1976	Redlands,Redvale		CO	085		
5550440	Arnold	arnold	US	21012	0	America/Chicago	38.64029	-100.04624	782			KS	135	52400	
5550448	Cedar Bluffs	cedar-bluffs	US	68015	0	America/Chicago	39.97889	-100.56181	780			KS	039	05050	
5550449	Beeler	beeler	US	67518	0	America/Chicago	38.44446	-100.19486	759	Beeler,Beelerville		KS	135	19775	
5550452	Cimarron	cimarron	US	67835	2262	America/Chicago	37.80669	-100.3482	803	Simaron,symarwn,symran  kanzas,Симарон,سيمارون,سیمران، کانزاس	069	KS	069	13300	
5550485	Causey	causey	US	88113	98	America/Denver	33.87926	-103.12661	1243	Carrsey,Causey		NM	041		
5550492	Cuba	cuba	US	14727	736	America/Denver	36.02224	-106.95837	2105	Cuba,Laguna,Na'azisi to'o,Nacimiento		NM	043		
5550516	Lincoln	lincoln	US	01773	0	America/Denver	33.49203	-105.38387	1738			NM	027		
5550530	Pinedale	pinedale	US	82941	0	America/Denver	35.60391	-108.44702	2138	Pine Dale,Pinedale		NM	031		
5550533	Placitas	placitas	US	87043	576	America/Denver	32.66508	-107.16863	1240	Colonia,Placitas,Santa Teresa		NM	013		
5550561	Beatty	beatty	US	89003	1010	America/Los_Angeles	36.90856	-116.75923	1008	BTY,Biti,Bitti,byty,byty  nwada,Бити,Битти,بيتي,بیتی، نوادا,بیٹی، نیواڈا		NV	023		
5550579	Indian Hills	indian-hills	US	80454	5627	America/Los_Angeles	39.08602	-119.78407	1452			NV	005		
5550600	Gate	gate	US	73844	90	America/Chicago	36.85336	-100.05541	691			OK	007		
5550601	Elmwood	elmwood	US	02337	0	America/Chicago	36.61642	-100.52265	827			OK	007		
5550611	Anton	anton	US	79313	1128	America/Chicago	33.8112	-102.16379	1033			TX	219		
5550621	Clear Creek	clear-creek	US	25044	0	America/Chicago	35.93949	-100.32596	734			TX	211		
5550630	Happy Valley	happy-valley	US	97086	0	America/Chicago	32.13264	-100.10926	640			TX	441		
5550631	Grady	grady	US	36036	0	America/Chicago	32.30678	-101.93042	862			TX	317		
5550633	Gaylord	gaylord	US	49734	0	America/Chicago	36.4417	-100.4407	856			TX	295		
5550634	Gruver	gruver	US	79040	1190	America/Chicago	36.26503	-101.40627	969			TX	195		
5550662	Morse	morse	US	70559	147	America/Chicago	36.06254	-101.47544	977			TX	195		
5550669	Ralls	ralls	US	79357	1898	America/Chicago	33.67425	-101.38766	947			TX	107		
5550677	Ryan	ryan	US	52330	0	America/Chicago	30.43015	-104.2988	1448			TX	377		
5550683	Spur	spur	US	79370	1205	America/Chicago	33.47648	-100.85569	698	Dockham,Espuela,Spur		TX	125		
5550697	Woodrow	woodrow	US	80757	0	America/Chicago	33.44675	-101.84405	970			TX	303		
5550722	Centerfield	centerfield	US	84622	1387	America/Denver	39.12524	-111.81909	1554			UT	039		
5550738	Murdock	murdock	US	33938	0	America/Denver	38.50358	-112.98412	1507			UT	001		
5550871	Adamsville	adamsville	US	02801	0	America/Phoenix	33.01284	-111.44207	442	Adamsville,Sanford		AZ	021		
5552050	Asher	asher	US	40803	0	America/Phoenix	32.6756	-114.07355	93			AZ	027		
5550941	Basking Ridge	basking-ridge	US	07920	0	America/Phoenix	33.63949	-111.93653	461			AZ	013		
5550954	Aguila	aguila	US	85320	798	America/Phoenix	33.94281	-113.17408	659	Aguila,Canon Water		AZ	013		
5550996	Ajo	ajo	US	85321	3304	America/Phoenix	32.37172	-112.86071	536	Akho,aho,ajo,ajw  aryzwna,Ахо,اجو، اریزونا,अजो,アホ		AZ	019		
5551123	Alhambra	alhambra	US	62001	127764	America/Phoenix	33.49838	-112.13432	342	Alhambra Village		AZ	013		
5551217	Alpine	alpine	US	07620	145	America/Phoenix	33.84811	-109.14313	2442			AZ	001		
5551265	Amado	amado	US	85645	295	America/Phoenix	31.70787	-111.06454	944			AZ	023		
5551331	Andalusia	andalusia	US	36420	0	America/Phoenix	33.56949	-111.87014	412			AZ	013		
5551505	Apache	apache	US	73006	0	America/Phoenix	31.69115	-109.13359	1336			AZ	003		
5551535	Apache Junction	apache-junction	US	85117	38074	America/Phoenix	33.41505	-111.54958	525	Apachi DZankshon,Apachi Dzhunkshun,Apachi-Dzhankshen,Apachi-Dzhankshn,a pa qi zhang ke shen,abatshy jnkshn,apace jankasana,apachy jankshn  aryzwna,Апачи Џанкшон,Апачи Джънкшън,Апачи-Джанкшен,Апачі-Джанкшн,آپاچی جانکشن، آریزونا,أباتشي جنكشن,अपाचे जंकसन,阿帕奇章克申		AZ	021		
5551646	Arivaca	arivaca	US	85601	695	America/Phoenix	31.57481	-111.33232	1105			AZ	019		
5551665	Arizona City	arizona-city	US	85123	10475	America/Phoenix	32.75589	-111.67096	460			AZ	021		
5551882	Bear	bear	US	19701	0	America/Phoenix	34.94252	-112.24739	1335			AZ	025		
5551936	Artesia	artesia	US	39736	0	America/Phoenix	32.69812	-109.70758	997			AZ	009		
5551982	Ash Fork	ash-fork	US	86320	396	America/Phoenix	35.22501	-112.48407	1566	Ash Fork,Ashfork,Esh Fork,es pharka,Еш Форк,एश् फर्क		AZ	025		
5552219	Matheson	matheson	US	80830	0	America/Denver	39.17165	-103.97551	1767			CO	039		
5552241	Montezuma	montezuma	US	13117	982	America/Chicago	37.59586	-100.4432	845			KS	069	47900	
5552243	Rolla	rolla	US	58367	415	America/Chicago	37.12003	-101.63211	1012	Reil,Rolla		KS	129	60925	
5552261	House	house	US	88121	64	America/Denver	34.64673	-103.90441	1434			NM	037		
5552265	Lisbon	lisbon	US	03585	0	America/Denver	32.27786	-108.54755	1305			NM	023		
5552276	Boyd	boyd	US	54726	0	America/Los_Angeles	37.43774	-114.56722	1165			NV	017		
5552282	Jessup	jessup	US	18434	0	America/Los_Angeles	39.94852	-118.87488	1387			NV	001		
5552301	Avondale	avondale	US	19311	80684	America/Phoenix	33.4356	-112.3496	297	Avondale,Avondale Ranch,Avondejl,Avundejl,Ejvondejl,Litchfield,afwndyl,ai wen dai er,awndyl  aryzwna,ebhonadela,Авондејл,Авъндейл,Ейвондейл,أفونديل,اوندیل، آریزونا,ایونڈیل، ایریزونا,एभोनडेल,埃文代尔		AZ	013		
5552307	Knott	knott	US	79748	0	America/Chicago	32.40261	-101.64124	796			TX	227		
5552331	Welch	welch	US	24801	222	America/Chicago	32.92648	-102.12712	948			TX	115		
5552339	Alton	alton	US	03809	116	America/Denver	37.43776	-112.48271	2146	Alton,Graham,Upper Kanab		UT	025		
5552342	Aztec	aztec	US	87410	47	America/Phoenix	32.82449	-113.44991	151			AZ	027		
5552484	Allentown	allentown	US	08501	0	America/Denver	35.29197	-109.15843	1873			AZ	001		
5552575	Bagdad	bagdad	US	32530	1876	America/Phoenix	34.58113	-113.20464	1007	BGT,Bagdad		AZ	025		
5552599	Apex	apex	US	27502	0	America/Phoenix	35.94304	-112.18573	2010	Apex,Apex Siding		AZ	005		
5552658	Arlington	arlington	US	02474	194	America/Phoenix	33.3256	-112.76406	245	Arlington,Арлингтон		AZ	013		
5552740	Aultman	aultman	US	15713	0	America/Phoenix	34.61641	-111.91432	1000			AZ	025		
5552805	Baldwin Place	baldwin-place	US	10505	0	America/Phoenix	34.28558	-112.48545	1172			AZ	025		
5552873	Beardsley	beardsley	US	56211	0	America/Phoenix	33.66143	-112.37905	385			AZ	013		
5552905	Beaver Dam	beaver-dam	US	42320	1962	America/Phoenix	36.89942	-113.93274	558	Beaver Dam,Beaverdam,Littlefield		AZ	015		
5552944	Bapchule	bapchule	US	85121	0	America/Phoenix	33.13644	-111.87319	365			AZ	021		
5553187	Bell	bell	US	32619	0	America/Phoenix	34.27226	-109.91483	2000			AZ	017		
5553209	Bellemont	bellemont	US	86015	0	America/Phoenix	35.23807	-111.8335	2174	Bellemont,Bellmont		AZ	005		
5553217	Bellevue	bellevue	US	41073	0	America/Phoenix	33.332	-110.94345	1430			AZ	007		
5553284	Benson	benson	US	05731	4888	America/Phoenix	31.96786	-110.29452	1093	Benson,Bensun,ben sen,benasana,bnswn  aryzwna,bynswn,Бенсон,Бенсън,بنسون، آریزونا,بينسون,बेनसन,本森		AZ	003		
5553324	Berry	berry	US	35546	0	America/Phoenix	35.25277	-113.97189	1026			AZ	015		
5553463	Big Horn	big-horn	US	82833	0	America/Phoenix	32.85949	-112.39265	526	Big Horn,Buzzard Ranch		AZ	013		
5553559	Dairy	dairy	US	97625	0	America/Sitka	55.30694	-131.56639	16			AK	130		
5553637	Indianola	indianola	US	15051	823	America/Los_Angeles	40.81263	-124.08312	14	Dutch Flat,Indianola,Marbleville		CA	023		
5553646	Hydaburg	hydaburg	US	99922	391	America/Juneau	55.20746	-132.82759	7	HYG,Higdaa G'andlaay,Hydaberg,Hydaburg		AK	198		
5553654	Hyder	hyder	US	99923	87	America/Juneau	55.91417	-130.02444	35	Hyder,Khajder,Portland,Portland City,ha'idara,haydr  alaska,Хајдер,هایدر، آلاسکا,हाइडर		AK	198		
5553661	Oak Run	oak-run	US	96069	0	America/Los_Angeles	40.68515	-122.02472	493	Oak Run,Oakrun		CA	089		
5553725	Hardin	hardin	US	42048	0	America/Denver	40.35109	-104.42551	1382			CO	123		
5553755	Wray	wray	US	31798	2378	America/Denver	40.07582	-102.22325	1086	Rehj,Rej,Vrej,lei,re,wray  klradw,Вреј,Рей,Рэй,ورای، کلرادو,रे,雷	125	CO	125		
5553793	Burke	burke	US	12917	0	America/Los_Angeles	47.52021	-115.82016	1128			ID	079		
5553883	Howe	howe	US	46746	0	America/Boise	43.78352	-113.00472	1472			ID	023		
5553899	Kingston	kingston	US	02364	0	America/Los_Angeles	47.54909	-116.27072	661			ID	079		
5553929	Moravia	moravia	US	13118	0	America/Los_Angeles	48.64827	-116.37909	564			ID	021		
5553955	Rathdrum	rathdrum	US	83858	7538	America/Los_Angeles	47.8124	-116.89659	674	Rasdrum,Ratdram,Ratdrum,Rathdrum,Westwood,ratdrami,rathdrwm,rryacadrama,rtram  aydahw,Расдрум,Ратдрам,Ратдръм,راثدروم,رترام، آیداهو,र्र्याचड्रम,რათდრამი		ID	055		
5554011	Stetson	stetson	US	04488	0	America/Los_Angeles	47.28492	-115.77432	842			ID	079		
5554039	York	york	US	03909	0	America/Los_Angeles	45.90907	-115.47957	1460			ID	049		
5554045	Weston	weston	US	02493	450	America/Boise	42.03715	-111.9794	1446	Uehston,West Town,Weston,Уэстон		ID	041		
5554047	Wood	wood	US	16694	0	America/Boise	44.12544	-116.9071	651			ID	075		
5555281	Richardson	richardson	US	75080	0	America/Los_Angeles	48.45149	-122.89879	17			WA	055		
5555299	Saint Clair	saint-clair	US	17970	0	America/Los_Angeles	47.02399	-122.7243	41			WA	067		
5554072	Juneau	juneau	US	53039	32756	America/Juneau	58.30194	-134.41972	17	Cuno,Dzanti K'iheeni,Dzhuna,Dzhuno,Dzunas,Dzuno,Dzuns,Džunas,Džuns,Džūno,Fliptown,Harrisburg,Iunellum,JNU,Juneau,Juneau City,Juneau Wharf,Juno,Pilzburg,Rockwell,Tisaantikii Hiinii,Tzouno,Zhuno,gwnw,jun'yu,juna'u byuro,juno,junu,jwnw,jwnw  alaska,jwnyaw  alaska,zhu nuo,Τζούνο,Џуно,Джуна,Джуно,Жуно,Ջունո,גונו,اوکلاہوما سٹی,جونو,جونو، آلاسکا,جونیاؤ، الاسکا,جونیا‌ؤ,जुनू,जुनो,जुन्यु,জুনাউ ব্যুরো,ଜୁନୋ,ஜூனோ,ჯუნო,ジュノー,朱諾,주노	AK	AK	110		
5554194	Kake	kake	US	99830	570	America/Sitka	56.97583	-133.94722	19	KAE,Kake,Keex,Kejk,Kekou,Keku,Keq,Klukwan,S'ikanakhse'ni,S'ikanaxsa'ni,ka ke,kake,kaky,kaky  alaska,Кејк,كاكي,کاکی، آلاسکا,काके,卡克		AK	195		
5554211	Elkhorn	elkhorn	US	24831	10	America/Denver	46.27465	-111.94582	1964			MT	043		
5554219	Elmo	elmo	US	59915	180	America/Denver	47.8305	-114.34957	889	Elmo,Kapawztstnook		MT	047		
5554223	Horton	horton	US	35980	0	America/Los_Angeles	44.20984	-123.49343	229			OR	039		
5554259	Hobson	hobson	US	59452	216	America/Denver	47.00052	-109.87492	1248			MT	045		
5554281	Kyle	kyle	US	24855	0	America/Denver	46.27493	-112.07722	1499			MT	043		
5554313	McDonald	mcdonald	US	88262	0	America/Denver	46.64993	-112.58559	1545			MT	077		
5554375	Sloan	sloan	US	51055	0	America/Denver	47.49271	-114.32929	787			MT	089		
5554419	Beach	beach	US	58621	1115	America/Denver	46.91807	-104.00437	845		033	ND	033	05420	
5554428	Ketchikan	ketchikan	US	99901	8197	America/Sitka	55.3418	-131.64757	8	KTN,Kechikan,Kecingen,Ketchikan,Keçingen,Kichikan,Kitchikan,Kitskan,kchykan  alaska,ke qi kan,kechikan,kecikana,kytshykan,qtzyqn,Кетчикан,Кечикан,קטציקן,كيتشيكان,کٹچیکان، الاسکا,کچیکان، آلاسکا,केचिकान,ケチカン,克奇坎	130	AK	130		
5554429	Virden	virden	US	62690	0	America/Denver	48.52443	-111.9078	1000	Sweet Grass Junction,Virden		MT	101		
5554445	Westlake	westlake	US	44145	0	America/Denver	45.72937	-111.34079	1377			MT	031		
5554473	Zahl	zahl	US	58856	0	America/Chicago	48.57336	-103.69214	614			ND	105	71300	
5554475	Watrous	watrous	US	87753	0	America/Denver	46.32584	-102.19294	731			ND	041	09580	
5554477	Wilton	wilton	US	03086	725	America/Chicago	47.1586	-100.78347	662			ND	055	86580	
5554481	Bridgeport	bridgeport	US	06601	0	America/Los_Angeles	44.48572	-117.74521	1033			OR	001		
5554489	Kemp	kemp	US	74747	0	America/Denver	41.71303	-103.10826	1141			NE	123		
5554517	Kodak	kodak	US	37764	0	America/Los_Angeles	40.22741	-118.42042	1221	Kodak,Kodak Siding,Smiths Ford		NV	027		
5554545	Boyd	boyd	US	54726	0	America/Los_Angeles	45.48929	-121.08229	373			OR	065		
5554547	Acme	acme	US	15610	0	America/Los_Angeles	43.97984	-124.06095	22			OR	039		
5554557	Shoshone	shoshone	US	83352	0	America/Los_Angeles	40.69741	-116.55703	1413			NV	011		
5554566	Klawock	klawock	US	99925	765	America/Juneau	55.55222	-133.09583	27	Chla-wak-kon,KLW,Khlawak,Kiawak,Kilawak,Klawak,Klawak City,Klawok,Klawook,Kliavakhan,Kliawak,Klyavakkhan,Lawaak,Lawak,Seleniye Klyakkhan,Thlewhakh,Tlevak,Tlewak		AK	198		
5554667	Dale	dale	US	14039	0	America/Los_Angeles	44.98849	-118.94747	889			OR	023		
5554669	Days Creek	days-creek	US	97429	272	America/Los_Angeles	42.97234	-123.17228	228			OR	019		
5554675	Erskine	erskine	US	56535	0	America/Los_Angeles	45.43818	-120.77867	659	Erskine,Erskineville		OR	055		
5554683	Englewood	englewood	US	07631	0	America/Los_Angeles	43.35011	-124.224	12			OR	011		
5554691	Fall Creek	fall-creek	US	54742	0	America/Los_Angeles	43.95957	-122.82035	191			OR	039		
5554729	Harlan	harlan	US	40831	0	America/Los_Angeles	44.53984	-123.69316	75			OR	041		
5554743	Jordan	jordan	US	13080	0	America/Los_Angeles	44.72707	-122.69981	165			OR	043		
5554779	Lake Creek	lake-creek	US	75450	0	America/Los_Angeles	42.42083	-122.62278	497	Lake Creek,Lakecreek		OR	029		
5554837	O'Brien	o-brien	US	32071	504	America/Los_Angeles	42.06734	-123.70312	432			OR	033		
5554953	Waterloo	waterloo	US	13165	235	America/Los_Angeles	44.49401	-122.82537	124	Kees Mill,Vaterlo,Waterloo,Ватерло		OR	043		
5554955	Wallowa	wallowa	US	97885	795	America/Los_Angeles	45.57014	-117.52824	895	Uoloua,Valaua,Vallova,walwa,wlwa  awrgn,Валауа,Валлова,Уолоуа,والوا,ولوا، اورگن		OR	063		
5554983	Bridger	bridger	US	59014	0	America/Denver	44.54582	-101.91126	580			SD	137	59975	
5554991	Upton	upton	US	01568	0	America/Denver	40.96356	-111.23547	1879			UT	043		
5555045	Blair	blair	US	25022	0	America/Denver	40.73799	-113.97806	1287			UT	045		
5555057	Milton	milton	US	02186	0	America/Denver	41.05994	-111.73105	1528	Milton,Thurstons Fort		UT	029		
5555097	Salem	salem	US	01970	7475	America/Denver	40.05301	-111.67354	1405	Pond Town,Pondtown,Salem,Sejlem,Summer Spring,Сейлем		UT	049		
5555123	Allen	allen	US	21810	0	America/Los_Angeles	48.5165	-122.37711	6			WA	057		
5555129	Wellsville	wellsville	US	14895	3650	America/Denver	41.63854	-111.93383	1386	Uelsvil,Velsvil,wei er si wei er,wlzwyl  ywta,wylzfyl,Велсвил,Уелсвил,ولزویل، یوتا,ويلزفيل,韦尔斯维尔		UT	005		
5555133	Acme	acme	US	15610	246	America/Los_Angeles	48.71706	-122.20516	93			WA	073		
5555135	Adna	adna	US	98522	0	America/Los_Angeles	46.62899	-123.06124	56	Adna,Edna,Pomona		WA	041		
5555159	Coal Creek	coal-creek	US	81221	0	America/Los_Angeles	47.53677	-122.12901	199			WA	033		
5555167	Echo	echo	US	56237	0	America/Los_Angeles	48.64796	-117.93276	575			WA	065		
5555181	Marlin	marlin	US	76661	55	America/Los_Angeles	47.40737	-118.98501	404	Krupp,Marlin		WA	025		
5555183	Heisson	heisson	US	98622	0	America/Los_Angeles	45.82484	-122.49121	134	Heisen,Heisson		WA	011		
5555205	Gilliam	gilliam	US	65330	0	America/Los_Angeles	46.12736	-118.17857	454	Gilliam,Gillian		WA	071		
5555223	Lake Park	lake-park	US	31636	0	America/Los_Angeles	47.72093	-122.24735	134			WA	033		
5555249	Powell	powell	US	37849	0	America/Los_Angeles	48.70518	-118.02082	398			WA	065		
5555251	O'Brien	o-brien	US	32071	0	America/Los_Angeles	47.41232	-122.23707	9	O'Brien,Obrien,White River		WA	033		
5555256	Long Island	long-island	US	04050	0	America/Juneau	54.85428	-132.73098	0	LIJ,Long Island		AK	198		
5555265	Pomona	pomona	US	08240	0	America/Los_Angeles	46.6904	-120.48729	354	Pomona,Selah		WA	077		
5555312	Loring	loring	US	59537	4	America/Sitka	55.6025	-131.63611	11	Loring,WLR		AK	130		
5555477	Recluse	recluse	US	82725	0	America/Denver	44.74109	-105.70806	1253			WY	005		
5555695	Metlakatla	metlakatla	US	99926	1405	America/Metlakatla	55.12905	-131.57698	1	MTM,Maxlakxaala,Metla-Kahtla,Metla-katla,Metlah-Catlah,Metlahcatlah,Metlahkatlah,Metlakahtla,Metlakatla,New Metlakahta,New Metlakatla,Port Chester,Метлакатла		AK	198		
5555700	Meyers Chuck	meyers-chuck	US	99903	19	America/Juneau	55.74083	-132.25639	1	Meyers Chuck,Myers Chuck,WMK		AK	275		
5558325	Ward Cove	ward-cove	US	99928	0	America/Sitka	55.41194	-131.72278	53	Wacker,Wacker City,Ward Cove,Wards Cove		AK	130		
5556304	Pelican	pelican	US	71063	91	America/Juneau	57.96023	-136.22777	105	K'udeis' X'e,PEC,Pelican,Pelican City,Pelikan,bylykan,pei li ken,pelikana,perikan,plykan  alaska,Пеликан,بيليكان,پلیکان، آلاسکا,पेलिकन,ペリカン,佩利肯		AK	105		
5556338	Petersburg	petersburg	US	12138	2948	America/Sitka	56.8125	-132.95556	11	Borough di Petersburg,PSG,Peterburg,Peterburgo,Petersburg,Pitersberg,Pitersburg,Seet Ka,bi de si bao,btrsbwrgh,pitarasbarga,pytrzbwrg  alaska,Петербург,Питерсберг,Питерсбург,Пітерсберг,بطرسبورغ,پیترزبورگ، آلاسکا,پیٹرزبرگ، الاسکا,पिटरस्बर्ग,彼得斯堡		AK	195		
5556430	Point Baker	point-baker	US	99927	15	America/Juneau	56.35278	-133.62111	7	KPB		AK	198		
5556477	Port Alexander	port-alexander	US	99836	54	America/Sitka	56.24972	-134.64444	12	PTD		AK	198		
5557293	Sitka	sitka	US	41255	8863	America/Sitka	57.05315	-135.33088	8	City and Borough of Sitka,Fort New Archangel,New Archangel,Novo - Arkhangel'sk,Novo Arkhangelsk,Novoarkhangelsk,SIT,Schitcha,Schitka,Schitkha,Sheet'ka,Sikhta,Sitcha,Sitka,Sitka City and Borough,Sitka srjan,Sitkae,Sitkha,Sitki,shitoka,siska,sitaka byuro,sitka,sytka,sytka  alaska,sytqh,xi te ka,Ситкæ,Ситка,Сітка,Սիտկա շրջան,סיטקה,سيتكا,سیتکا، آلاسکا,سیٹکا، الاسکا,सित्का,সিটকা ব্যুরো,シトカ,錫特卡,싯카	220	AK	220		
5557317	Skagway	skagway	US	99840	920	America/Juneau	59.45833	-135.31389	8	Distrito de Skagway,Okreg Skagway,Okręg Skagway,SGY,Schkague,Shkagway,Skaguay,Skaguehj,Skagvaj,Skagvej,Skagwa,Skagway,Skakvey,Skeguey srjan,askgwy  alaska,seukaegeuwei,shi kai wei,skaghway,skagve,sukaguu~ei,Скагвай,Скагвеј,Скагуэй,Սկեգուեյ շրջան,اسکگوی، آلاسکا,سكاغواي,سکیگوے، الاسکا,स्काग्वे,スカグウェイ,史凯威,스캐그웨이		AK	230		
5557726	Sunnyside	sunnyside	US	11104	0	America/Juneau	57.98278	-136.25222	13			AK	105		
5557890	Tenakee Springs	tenakee-springs	US	99841	133	America/Juneau	57.78083	-135.21889	25	Hoonah Hot Springs,Hooniah,TKE,Tenakee,Tenakee Hot Springs,Tenakee Springs,Tlaaguwu Aan		AK	105		
5557944	Thorne Bay	thorne-bay	US	99919	483	America/Juneau	55.68778	-132.52222	46	KTB		AK	198		
5557995	Todd	todd	US	16685	0	America/Sitka	57.46111	-135.03972	22			AK	220		
5558354	Waterfall	waterfall	US	16689	0	America/Juneau	55.29644	-133.24294	24	KWF,Waterfall		AK	198		
5558384	Wells	wells	US	04090	0	America/Juneau	59.41667	-135.93306	42			AK	100		
5558586	Wrangell	wrangell	US	99929	2382	America/Sitka	56.47083	-132.37667	23	Fort Stikine,Fort Wrangel,Fort Wrangell,Redut Svataya Dioniciya,Vrangel',WRG,Wrangel,Wrangell,Wrangle,Врангель		AK	275		
5558615	Yakutat	yakutat	US	99689	662	America/Yakutat	59.54694	-139.72722	21	YAK,Yak'da't Hlahayik,Yakitat,Yakudat,Yakutat		AK	282		
5558704	Adin	adin	US	96006	272	America/Los_Angeles	41.19378	-120.94524	1281	Adin,Adinville,Aidenville		CA	049		
5558787	Alderpoint	alderpoint	US	95511	186	America/Los_Angeles	40.17626	-123.6117	144	Alder Point,Alderpoint,Eal,Eel		CA	023		
5558810	Alliance	alliance	US	28509	0	America/Los_Angeles	40.88846	-124.08784	11	Alliance,Alliance Corner,Alliance Corners,McGilvary Corners		CA	023		
5558827	Alton	alton	US	03809	0	America/Los_Angeles	40.54606	-124.14079	19	Alton,Junction		CA	023		
5558829	Alturas	alturas	US	33820	2594	America/Los_Angeles	41.48714	-120.54349	1332	Al'turas,Alturas,Dorris Bridge,Dorrisville,a er tu la si,altaurasa,altwras,altwras  kalyfrnya,aruto~urasu,Алтурас,Альтурас,آلتوراس، کالیفرنیا,ألتوراس,अल्टौरस,アルトゥラス,阿尔图拉斯	049	CA	049		
5558839	Ambrose	ambrose	US	31512	0	America/Los_Angeles	41.50183	-120.98136	1515			CA	049		
5558857	Anderson	anderson	US	29621	10217	America/Los_Angeles	40.44821	-122.29778	132	Anderson,Andersun,an de sen,andrswn,andrswn  kalyfrnya,endarasana,Андерсон,Андерсън,آندرسون، کالیفرنیا,أندرسون,اینڈرسن، کیلیفورنیا,एन्डरसन,安德森		CA	089		
5558927	Antlers	antlers	US	74523	0	America/Los_Angeles	40.89543	-122.37112	343	Antlers,Antlers Resort		CA	089		
5558953	Arcata	arcata	US	95518	17843	America/Los_Angeles	40.86652	-124.08284	7	ACV,Arcata,Arkata,Arkejta,Goad-La-Nah,Kori,Union,Union Town,Uniontown,a ke ta,aketa,arkata,arkata  kalyfrnya,arketa,Арката,Аркејта,آرکاتا، کالیفرنیا,آرکاٹا، کیلیفورنیا,أركاتا,आर्केटा,アーケータ,阿克塔		CA	023		
5559058	Azalea	azalea	US	97410	0	America/Los_Angeles	41.27821	-122.30223	1021			CA	093		
5559320	Bayside	bayside	US	11359	17132	America/Los_Angeles	40.84235	-124.06367	9			CA	023		
5559327	Bayview	bayview	US	83803	2510	America/Los_Angeles	40.77263	-124.18395	20			CA	023		
5559497	Beatrice	beatrice	US	36425	0	America/Los_Angeles	40.66985	-124.20256	5	Beatrice,Salmon Creek		CA	023		
5559560	Belden	belden	US	38826	22	America/Los_Angeles	40.006	-121.24913	677			CA	063		
5559567	Belfast	belfast	US	04915	0	America/Los_Angeles	40.44351	-120.45161	1260			CA	035		
5559575	Bella Vista	bella-vista	US	72714	2781	America/Los_Angeles	40.64071	-122.2325	171	Bella Vista,Bellavista		CA	089		
5559579	Belleview	belleview	US	34420	0	America/Los_Angeles	40.50597	-124.12088	34			CA	023		
5559593	Bend	bend	US	76824	619	America/Los_Angeles	40.25516	-122.20861	102	Bend,Horsethief Bend,Sander's Bend		CA	103		
5559642	Bieber	bieber	US	96009	312	America/Los_Angeles	41.12128	-121.14414	1257	Bieber,Chalk Crossing,Chalk Ford		CA	035		
5559650	Big Bar	big-bar	US	96010	0	America/Los_Angeles	40.74097	-123.25587	380			CA	105		
5559662	Big Bend	big-bend	US	26136	102	America/Los_Angeles	41.02071	-121.91111	514			CA	089		
5559810	Big Springs	big-springs	US	26137	0	America/Los_Angeles	41.59542	-122.40502	796	Big Springs,Mayten		CA	093		
5563356	Enterprise	enterprise	US	26568	0	America/Los_Angeles	40.56376	-122.34278	164			CA	089		
5559979	Blocksburg	blocksburg	US	95514	0	America/Los_Angeles	40.27598	-123.63642	485	Blocksburg,Blocksburgh,Powellville,Powelsville		CA	023		
5560020	Blue Lake	blue-lake	US	95525	1252	America/Los_Angeles	40.88291	-123.98395	40	Blu Lejk,Blue Lake,Camp Skidaddle,Powersville,Scottsville,blu leka,blw laky,blw lyk  kalyfrnya,blyw lyk  kylyfwrnya,lan hu,Блу Лейк,Блу Лејк,بلو لاكي,بلو لیک، کالیفرنیا,بلیو لیک، کیلیفورنیا,ब्लु लेक,蓝湖		CA	023		
5560100	Blunt	blunt	US	57522	0	America/Los_Angeles	40.24182	-122.29111	131			CA	103		
5560150	Boles	boles	US	62909	0	America/Los_Angeles	41.53905	-121.05914	1487			CA	049		
5560298	Brainard	brainard	US	12024	0	America/Los_Angeles	40.81207	-124.11034	2			CA	023		
5560335	Bridgeville	bridgeville	US	15017	0	America/Los_Angeles	40.46931	-123.79976	193	Bridgeport,Bridgeville		CA	023		
5560505	Buckeye	buckeye	US	24924	0	America/Los_Angeles	40.64348	-122.39751	221	Buckeye,Ohio City		CA	089		
5560547	Bucksport	bucksport	US	04416	0	America/Los_Angeles	40.77513	-124.19228	5	Buck's Port,Bucksport,Gutsiwehlik		CA	023		
5560552	Buena Vista	buena-vista	US	15018	0	America/Los_Angeles	40.05544	-121.86748	528	Buena Vista,Buenavista		CA	103		
5560650	Burlington	burlington	US	01803	0	America/Los_Angeles	40.30847	-123.90921	54	Burhlington,Burlington,Green's Camp,Tighe		CA	023		
5560655	Burney	burney	US	96013	3154	America/Los_Angeles	40.88238	-121.66082	952	Barni,Burney,Burney Valley,barni,Барни,बार्नी		CA	089		
5560681	Burnt Ranch	burnt-ranch	US	95527	281	America/Los_Angeles	40.80903	-123.47421	462	Buck Ranch,Burnt Ranch,McWhorter's		CA	105		
5560827	Callahan	callahan	US	32011	0	America/Los_Angeles	41.30959	-122.80142	957			CA	093		
5560903	Campbell	campbell	US	14821	0	America/Los_Angeles	41.2399	-120.2805	1613			CA	049		
5560929	Canby	canby	US	56220	315	America/Los_Angeles	41.44378	-120.87024	1315			CA	049		
5560988	Caribou	caribou	US	04736	0	America/Los_Angeles	40.08044	-121.15774	1002			CA	063		
5561000	Carlotta	carlotta	US	95528	0	America/Los_Angeles	40.53736	-124.0606	40			CA	023		
5561046	Cassel	cassel	US	96016	207	America/Los_Angeles	40.91905	-121.54776	973	Cassel,Fiddleburg,Hat Creek		CA	089		
5561047	Castella	castella	US	96017	0	America/Los_Angeles	41.13849	-122.31779	594	Castella,Castle Rock		CA	089		
5561173	Cedarville	cedarville	US	08311	514	America/Los_Angeles	41.52906	-120.17328	1418	Cedarville,Deep Creek,Surprise Valley		CA	049		
5561186	Centerville	centerville	US	02632	0	America/Los_Angeles	40.51821	-122.48529	264	Centerville,Larkin		CA	089		
5561279	Chester	chester	US	01011	2144	America/Los_Angeles	40.30627	-121.23191	1382	Big Meadows,Chester,cestara,Честер,चेस्टर		CA	063		
5561500	Clear Creek	clear-creek	US	25044	169	America/Los_Angeles	40.29794	-121.04857	1515			CA	035		
5561506	Clear Creek	clear-creek	US	25044	0	America/Los_Angeles	41.70929	-123.45033	297			CA	093		
5561580	Cloverdale	cloverdale	US	24077	0	America/Los_Angeles	40.47348	-122.47584	271			CA	089		
5561612	Coffee Creek	coffee-creek	US	59424	217	America/Los_Angeles	41.08903	-122.70891	768			CA	105		
5561854	Coram	coram	US	11727	0	America/Los_Angeles	40.71015	-122.4414	183			CA	089		
5561864	Cornell	cornell	US	49818	0	America/Los_Angeles	41.79933	-121.31943	1257			CA	049		
5561892	Cottage Grove	cottage-grove	US	38224	0	America/Los_Angeles	41.60262	-123.50562	265			CA	093		
5561894	Cottonwood	cottonwood	US	36320	3316	America/Los_Angeles	40.38571	-122.28084	132			CA	089		
5561940	Cougar	cougar	US	98616	0	America/Los_Angeles	41.58321	-122.18529	1481			CA	093		
5562087	Crescent City	crescent-city	US	32112	6774	America/Los_Angeles	41.75595	-124.20175	13	CEC,Crescent Lakanbalen,Kresent Siti,Kresent-Siti,Kresunt Siti,ke lei sen te cheng,keulesenteusiti,kres'senta siti,krs snt syty  kalyfrnya,krysynt syty,kuresentoshiti,Кресент Сити,Кресент-Сити,Кресънт Сити,كريسينت سيتي,کرس سنت سیتی، کالیفرنیا,کریسنٹ سٹی، کیلیفورنیا,क्रेस्सेन्ट सिटी,クレセントシティ,克雷森特城,크레센트시티	015	CA	015		
5562097	Crescent Mills	crescent-mills	US	95934	196	America/Los_Angeles	40.09656	-120.91079	1075	Crescent,Crescent City,Crescent Mills		CA	063		
5562190	Curtis	curtis	US	49820	0	America/Los_Angeles	41.20044	-121.76666	1367			CA	093		
5562199	Cutten	cutten	US	95534	3108	America/Los_Angeles	40.76985	-124.14284	61			CA	023		
5562245	Dalton	dalton	US	01226	0	America/Los_Angeles	41.93627	-121.41943	1231			CA	049		
5562260	Dana	dana	US	28724	0	America/Los_Angeles	41.11155	-121.56471	1016			CA	089		
5562296	Davis Creek	davis-creek	US	96108	0	America/Los_Angeles	41.73356	-120.37406	1477	Davis Creek,Davis's Creek		CA	049		
5562311	Day	day	US	32013	0	America/Los_Angeles	41.21155	-121.37443	1111			CA	049		
5562368	Deadwood	deadwood	US	57732	0	America/Los_Angeles	40.71931	-122.73363	864			CA	105		
5562426	Deer Creek	deer-creek	US	56527	0	America/Los_Angeles	40.25988	-121.39303	1461			CA	103		
5562503	Delta	delta	US	17314	0	America/Los_Angeles	40.94432	-122.42474	342	Bayles,Delta,Dog Creek		CA	089		
5562674	Dixie	dixie	US	25059	0	America/Los_Angeles	40.94405	-121.17192	1382			CA	035		
5562772	Dorris	dorris	US	96023	907	America/Los_Angeles	41.96737	-121.91806	1294	Doris,Dorris,darisa,duo li si,dwrrys,dwrys  kalyfrnya,Дорис,Доррис,Дорріс,دورريس,دوریس، کالیفرنیا,डरिस,多里斯		CA	093		
5562799	Douglas City	douglas-city	US	96024	713	America/Los_Angeles	40.65209	-122.94475	510	Douglas City,Douglass City,Kanaka Bar,Readings Bar,Smiths Ranch		CA	105		
5562818	Doyle	doyle	US	38559	678	America/Los_Angeles	40.02796	-120.10382	1303			CA	035		
5562961	Dunsmuir	dunsmuir	US	96025	1582	America/Los_Angeles	41.20821	-122.27195	695	Dansmjur,Dunsmjuur,Dunsmuir,Pusher,dansmira,dansmwyr  kalyfrnya,deng si mou er,dwnsmwyr,Дансмјур,Дънсмюър,دانسمویر، کالیفرنیا,دونسموير,डन्स्मिर,鄧斯繆爾		CA	093		
5563047	Eagleville	eagleville	US	19408	59	America/Los_Angeles	41.31628	-120.11577	1415			CA	049		
5563192	Edgewood	edgewood	US	21040	43	America/Los_Angeles	41.4582	-122.43168	901	Butteville,Edgewood,Edgwood		CA	093		
5563275	Elk River	elk-river	US	55330	0	America/Los_Angeles	40.73624	-124.17423	20			CA	023		
5563345	Englewood	englewood	US	07631	0	America/Los_Angeles	40.39653	-123.93893	112	Eaglewood,Englevale,Englewood		CA	023		
5563371	Essex	essex	US	01929	0	America/Los_Angeles	40.90596	-124.03534	23	Essex,Glen Essex,Lindsay Creek,Lindsey,Mad River,Vance		CA	023		
5563382	Etna	etna	US	03750	716	America/Los_Angeles	41.45681	-122.89476	895	Etna,Etna Mills,Rough and Ready		CA	093		
5563397	Eureka	eureka	US	48833	27017	America/Los_Angeles	40.80207	-124.16367	12	EKA,Ehvrika,Eureka,Eurika,Jurika,awrka  kalyfrnya,awryka,you li ka,yulika,yureka,Јурика,Еуріка,Эврика,Юрика,إوريكا,اورکا، کالیفرنیا,युरेका,ユーレカ,尤里卡,유리카	023	CA	023		
5563453	Fairhaven	fairhaven	US	02719	0	America/Los_Angeles	40.78513	-124.20284	3	Fairhaven,Rolph		CA	023		
5563454	Fairport	fairport	US	14450	0	America/Los_Angeles	41.98517	-120.3219	1445			CA	049		
5563455	Fairview	fairview	US	07022	0	America/Los_Angeles	40.81653	-122.76669	732	Fairview,Fairview Marina		CA	105		
5563484	Fall River Mills	fall-river-mills	US	96028	573	America/Los_Angeles	41.00461	-121.43831	1014	Fall City,Fall River Mills,Fol River Mils,fal rywr myls  kylyfwrnya,phala ribhara milsa,Фол Ривер Милс,فال ریور میلس، کیلیفورنیا,फल रिभर मिल्स		CA	089		
5563573	Ferndale	ferndale	US	12734	1369	America/Los_Angeles	40.57624	-124.26394	17	Cream City,Ferndale,Ferndejl,Furndejl,Little Denmark,fen dai er,frndyl  kalyfrnya,fyrndaly,peondeil,pharnadela,Ферндејл,Фърндейл,فرندیل، کالیفرنیا,فيرندالي,फर्नडेल,芬代尔,펀데일		CA	023		
5563582	Fernwood	fernwood	US	39635	0	America/Los_Angeles	40.86902	-123.85061	827			CA	023		
5563603	Fields Landing	fields-landing	US	95537	276	America/Los_Angeles	40.72457	-124.21506	4	Adele,Fields Landing,South Bay,South Bay Station		CA	023		
5563691	Fisher	fisher	US	16225	0	America/Los_Angeles	41.03626	-122.39335	457			CA	089		
5563698	Fisher	fisher	US	16225	0	America/Los_Angeles	40.94151	-124.1184	25	Fisher,Fishers Junction,Fishers Siding		CA	023		
5563813	Fort Bidwell	fort-bidwell	US	96112	173	America/Los_Angeles	41.86045	-120.15134	1391			CA	049		
5563819	Fort Dick	fort-dick	US	95538	0	America/Los_Angeles	41.86789	-124.14897	16	Fort Dick,Newburg		CA	015		
5563826	Fort Jones	fort-jones	US	96032	688	America/Los_Angeles	41.60764	-122.84031	842	Fort DZouns,Fort Dzhouns,Fort Jones,Ottitiewa,Scottsburg,Wheelock,fwrt jwnys,fwrt jwnz  kalyfrnya,pharta jonsa,qiong si bao,Форт Џоунс,Форт Джоунс,فورت جونز، کالیفرنیا,فورت جونيس,फर्ट जोन्स,琼斯堡		CA	093		
5563839	Fortuna	fortuna	US	58844	12000	America/Los_Angeles	40.59819	-124.15728	20	Fortjuna,Fortuna,Fortune,Friendly City,Slide,Springville,fartwna  kyly fwrnya,fochuna,fu tu na,fwrtwna,fwrtwna  kalyfrnya,pharcyuna,Фортуна,Фортјуна,فارتونا، کیلی فورنیا,فورتونا,فورتونا، کالیفرنیا,फर्च्युना,フォーチュナ,福图纳		CA	023		
5563855	Foster	foster	US	02825	0	America/Los_Angeles	41.25375	-122.95892	2063			CA	093		
5563874	Four Corners	four-corners	US	82715	0	America/Los_Angeles	40.99849	-121.63165	913	Four Corners,Old Four Corners		CA	089		
5563875	Four Corners	four-corners	US	82715	0	America/Los_Angeles	40.93822	-121.60665	971			CA	089		
5563979	French Gulch	french-gulch	US	96033	346	America/Los_Angeles	40.7007	-122.63835	425			CA	089		
5564028	Fruitland	fruitland	US	21826	0	America/Los_Angeles	40.2957	-123.82531	306	Elk Prairie,Fruitland		CA	023		
5564067	Garberville	garberville	US	95542	913	America/Los_Angeles	40.10014	-123.79503	163	Barbervil,Dogtown,Garbers,Garberville,South Fork,Барбервил		CA	023		
5564098	Gasquet	gasquet	US	95543	661	America/Los_Angeles	41.84539	-123.96952	116	Gasquet,Guasquet		CA	015		
5564118	Gazelle	gazelle	US	96034	70	America/Los_Angeles	41.5207	-122.5203	844	Edson,Edsons,Gazelle		CA	093		
5564120	Genesee	genesee	US	16923	0	America/Los_Angeles	40.04295	-120.75384	1128	Genesee,Geneseo		CA	063		
5564132	Gerber	gerber	US	96035	1060	America/Los_Angeles	40.05627	-122.15027	70			CA	103		
5564145	Gibson	gibson	US	18820	0	America/Los_Angeles	41.01182	-122.4089	440			CA	089		
5564203	Glenburn	glenburn	US	58740	0	America/Los_Angeles	40.06155	-121.51525	1559			CA	089		
5564204	Glenburn	glenburn	US	58740	0	America/Los_Angeles	41.06127	-121.49026	1010	Burgettville,Glenburn,Swasey		CA	089		
5564205	Glendale	glendale	US	01229	0	America/Los_Angeles	40.89985	-124.01701	28	Glendale,Stockholm		CA	023		
5564310	Government Camp	government-camp	US	97028	0	America/Los_Angeles	40.69154	-122.39029	284	Government Camp,Government City,Toyon		CA	089		
5564376	Grass Lake	grass-lake	US	49240	0	America/Los_Angeles	41.63487	-122.1914	1538			CA	093		
5564485	Greenview	greenview	US	62642	201	America/Los_Angeles	41.55069	-122.90559	857			CA	093		
5564488	Greenville	greenville	US	02828	1129	America/Los_Angeles	40.13961	-120.95107	1093	Grinvill,Гринвилл		CA	063		
5564509	Grenada	grenada	US	38901	367	America/Los_Angeles	41.64709	-122.52002	782	Grenada,Starve-Out		CA	093		
5564693	Hamburg	hamburg	US	07419	0	America/Los_Angeles	41.78291	-123.06032	488	Hamburg,Hamburg Bar		CA	093		
5564730	Happy Camp	happy-camp	US	96039	1190	America/Los_Angeles	41.79275	-123.3808	331	Happy Camp,Murderer's Bar		CA	093		
5564766	Harper	harper	US	25851	0	America/Los_Angeles	41.21489	-120.93163	1286			CA	049		
5564773	Harris	harris	US	12742	0	America/Los_Angeles	40.08404	-123.65864	682	Harris,Spruce Camp,Spruce Grove,Spruce Point		CA	023		
5564837	Hat Creek	hat-creek	US	96040	309	America/Los_Angeles	40.83044	-121.51359	1010			CA	089		
5564851	Hatfield	hatfield	US	01038	0	America/Los_Angeles	41.99793	-121.51944	1239			CA	093		
5564858	Haven	haven	US	67543	0	America/Los_Angeles	40.00933	-121.23024	702			CA	063		
5564873	Hawkinsville	hawkinsville	US	31036	0	America/Los_Angeles	41.7607	-122.62197	761	Frogtown,Hawkinsville,Lower Town		CA	093		
5564893	Hayfork	hayfork	US	96041	2368	America/Los_Angeles	40.55431	-123.18308	704	Hay Fork,Hay Town,Hayfork,Kingsberry		CA	105		
5564966	Helena	helena	US	13649	0	America/Los_Angeles	40.77348	-123.12837	424	Bagdad,Helena,North Fork,Old Helena,The Cove		CA	105		
5564993	Henley	henley	US	65040	0	America/Los_Angeles	41.90208	-122.56336	687	Cottonwood,Henley		CA	093		
5565015	Herlong	herlong	US	96113	298	America/Los_Angeles	40.14351	-120.13465	1254	AHC		CA	035		
5565164	Hoboken	hoboken	US	07030	0	America/Los_Angeles	40.88291	-123.43477	330	Grand Slide,Hoboken,Hoboken Bar		CA	105		
5568060	Mineral	mineral	US	23117	123	America/Los_Angeles	40.34766	-121.59498	1499			CA	103		
5565229	Holmes	holmes	US	12531	0	America/Los_Angeles	40.41847	-123.9406	47	Happy Camp,Holmes,Holmes Camp		CA	023		
5565239	Homestead	homestead	US	15120	0	America/Los_Angeles	41.91349	-121.42305	1230			CA	049		
5565253	Honeydew	honeydew	US	95545	0	America/Los_Angeles	40.24431	-124.12282	98	Honey Dew,Honeydew		CA	023		
5565258	Hooker	hooker	US	73945	0	America/Los_Angeles	40.30071	-122.32695	162			CA	103		
5565268	Hoopa	hoopa	US	95546	0	America/Los_Angeles	41.05041	-123.67422	100	Ho-pah,Hoo-pah,Hoopa,Hoopa Valley,Hupa,Hupo,Up-pa		CA	023		
5565276	Hooper	hooper	US	68031	0	America/Los_Angeles	41.26793	-122.16167	1140			CA	093		
5565311	Hornbrook	hornbrook	US	96044	248	America/Los_Angeles	41.91014	-122.55586	662			CA	093		
5565336	Horse Creek	horse-creek	US	82061	0	America/Los_Angeles	41.82402	-122.99698	496	Horse Creek,Horsecreek		CA	093		
5565428	Hot Springs	hot-springs	US	24445	0	America/Los_Angeles	41.14628	-121.03858	1270			CA	035		
5565430	Hot Springs	hot-springs	US	24445	0	America/Los_Angeles	40.01878	-121.03385	858	Hot Springs,Twain		CA	063		
5565454	Howard	howard	US	16841	0	America/Los_Angeles	41.31293	-122.27695	1269			CA	093		
5565576	Hyampom	hyampom	US	96046	241	America/Los_Angeles	40.61736	-123.45254	403	Hiampum,Hyampom,Hyampome Valley,Hyampon		CA	105		
5565589	Hydesville	hydesville	US	95547	1237	America/Los_Angeles	40.54763	-124.09727	111	Goose Lake Prairie,Goose Prairie,Gooseberry,Hydesville		CA	023		
5565598	Idlewild	idlewild	US	38346	0	America/Los_Angeles	41.89845	-123.77202	383	Horse Flat,Idlewild		CA	015		
5565604	Igo	igo	US	96047	0	America/Los_Angeles	40.50543	-122.54168	332	Igo,Piety Hill		CA	089		
5565711	Indianola	indianola	US	15051	823	America/Los_Angeles	40.68624	-124.23339	13			CA	023		
5565735	Inwood	inwood	US	11096	0	America/Los_Angeles	40.52404	-121.95722	634			CA	089		
5565756	Iron Mountain	iron-mountain	US	49801	0	America/Los_Angeles	40.6707	-122.52418	821			CA	089		
5565862	Janesville	janesville	US	50647	1408	America/Los_Angeles	40.29656	-120.52411	1292	Gas Point,Janesville,Lassen		CA	035		
5565889	Jellico	jellico	US	37762	0	America/Los_Angeles	40.84489	-121.29275	1571			CA	035		
5565905	Jerome	jerome	US	15937	0	America/Los_Angeles	41.73154	-122.00028	1319			CA	093		
5566031	Jonesville	jonesville	US	05466	0	America/Los_Angeles	40.11238	-121.46719	1539			CA	007		
5566060	Junction City	junction-city	US	31812	680	America/Los_Angeles	40.7332	-123.05364	489	Junction,Junction City,Messerville,Milltown,Oregon Gulch		CA	105		
5566264	Keswick	keswick	US	22947	451	America/Los_Angeles	40.62237	-122.46585	226	Keswick,Taylor		CA	089		
5566306	King Salmon	king-salmon	US	99613	0	America/Los_Angeles	40.73929	-124.21867	1			CA	023		
5566342	Klamath	klamath	US	95548	779	America/Los_Angeles	41.52651	-124.03841	9			CA	015		
5566364	Klamath River	klamath-river	US	96050	0	America/Los_Angeles	41.86125	-122.82559	531	Browns Resort,Klamath River		CA	093		
5566366	Kneeland	kneeland	US	95549	0	America/Los_Angeles	40.76124	-123.99478	649			CA	023		
5566393	Korbel	korbel	US	95550	0	America/Los_Angeles	40.87041	-123.95839	47	Korbel,North Fork		CA	023		
5566452	Lake City	lake-city	US	16423	61	America/Los_Angeles	41.64267	-120.21689	1410	Lake City,Tri-Lake City		CA	049		
5566489	Lakehead	lakehead	US	96051	461	America/Los_Angeles	40.90515	-122.37918	354	Lakehead,Lakeshore,Lakeside,Loftus,Pollock		CA	089		
5566490	Lakeshore	lakeshore	US	33854	0	America/Los_Angeles	40.87987	-122.38862	333	Bald Spur,Gregory,Lakeshore		CA	089		
5566504	Lakin	lakin	US	67860	0	America/Los_Angeles	41.37822	-121.56221	1257			CA	093		
5566653	Leonard	leonard	US	48367	0	America/Los_Angeles	41.13461	-121.0308	1275			CA	035		
5566668	Lewiston	lewiston	US	04240	1193	America/Los_Angeles	40.70737	-122.80752	553	Bouis Bridge,L'juiston,Leviston,Lewiston,Lewistown,Louiston,Льюистон		CA	105		
5566703	Likely	likely	US	96116	63	America/Los_Angeles	41.23045	-120.50412	1356	Likely,South Fork		CA	049		
5566762	Litchfield	litchfield	US	03052	195	America/Los_Angeles	40.38268	-120.38716	1239			CA	035		
5567022	Little Valley	little-valley	US	14755	0	America/Los_Angeles	40.89433	-121.17747	1277			CA	035		
5567055	Logan	logan	US	25601	0	America/Los_Angeles	41.76014	-122.43946	842			CA	093		
5567069	Loleta	loleta	US	95551	783	America/Los_Angeles	40.64096	-124.22533	14	Loleta,Mill Town,Swauger,Swauger's Station		CA	023		
5567184	Longville	longville	US	56655	0	America/Los_Angeles	40.14766	-121.24469	1341			CA	063		
5567189	Lookout	lookout	US	25868	84	America/Los_Angeles	41.20794	-121.15525	1263			CA	049		
5567220	Los Molinos	los-molinos	US	96055	2037	America/Los_Angeles	40.02127	-122.10027	68			CA	103		
5567400	Macdoel	macdoel	US	96058	133	America/Los_Angeles	41.82682	-122.00529	1296	Macdoel,McDoel		CA	093		
5567423	Mad River	mad-river	US	95552	420	America/Los_Angeles	40.45237	-123.50976	766	Mad River,Mad River Camp		CA	105		
5567425	Madeline	madeline	US	96119	0	America/Los_Angeles	41.05101	-120.47551	1622			CA	035		
5567471	Mammoth	mammoth	US	15664	0	America/Los_Angeles	41.73044	-121.35499	1282			CA	049		
5567477	Manila	manila	US	72442	784	America/Los_Angeles	40.85179	-124.16229	4	Manila,North Samoa		CA	023		
5567481	Manton	manton	US	49663	347	America/Los_Angeles	40.43516	-121.86999	612			CA	103		
5567521	Maple Grove	maple-grove	US	55311	0	America/Los_Angeles	40.46903	-123.83365	164			CA	023		
5567621	Matheson	matheson	US	80830	0	America/Los_Angeles	40.66293	-122.46112	180			CA	089		
5567649	McArthur	mcarthur	US	96056	338	America/Los_Angeles	41.05016	-121.39915	1009			CA	089		
5567652	McArthur	mcarthur	US	96056	0	America/Los_Angeles	41.33156	-120.53745	1333			CA	049		
5567687	McCloud	mccloud	US	96057	1101	America/Los_Angeles	41.25571	-122.13945	1000			CA	093		
5567770	McKinleyville	mckinleyville	US	95519	15177	America/Los_Angeles	40.94652	-124.10062	44	Dows,McKinleyville,Minorsville,Minorville		CA	023		
5567935	Midway	midway	US	15060	0	America/Los_Angeles	40.5021	-121.96638	674			CA	089		
5567945	Milford	milford	US	01757	167	America/Los_Angeles	40.17129	-120.37244	1287			CA	035		
5567991	Mill Creek	mill-creek	US	17060	0	America/Los_Angeles	40.32627	-121.52276	1444	Mill Creek,Mill Creek Homesite		CA	103		
5568035	Miller Place	miller-place	US	11764	0	America/Los_Angeles	40.4657	-123.42948	687			CA	105		
5568071	Millville	millville	US	01529	727	America/Los_Angeles	40.54932	-122.17528	157	Bunscombe Mills,Buscombe,Harrill's Mill,King's Ford,Millville		CA	089		
5568092	Miranda	miranda	US	95553	520	America/Los_Angeles	40.23459	-123.82365	106	Jacobsen's Valley,Miranda		CA	023		
5568113	Moccasin	moccasin	US	59462	0	America/Los_Angeles	40.07684	-120.93634	1072			CA	063		
5568152	Montague	montague	US	01351	1399	America/Los_Angeles	41.7282	-122.5278	774	Montagju,Montague,Montugju,SIY,meng tai gu,montaga,mwntaghwy,mwntagw  kalyfrnya,Монтагју,Монтъгю,مونتاغوي,مونتاگو، کالیفرنیا,मोन्टाग,蒙太古		CA	093		
5568168	Montgomery Creek	montgomery-creek	US	96065	163	America/Los_Angeles	40.84154	-121.92361	650	Montgomery Creek,Montgomery Ferry		CA	089		
5568295	Mount Shasta	mount-shasta	US	96067	3296	America/Los_Angeles	41.31024	-122.31225	1099	Berryvale,MHS,Maunt Shasta,Mount Shasta,Mount Shasta City,Mt Shasta City,Mt. Shasta City,Sisson,Strawberry Valley,ma'unta sasta,mang te sha si ta,maunteusyaseuta,mwnt shasta  kalyfrnya,mwwnt shasta,Маунт Шаста,مونت شاستا، کالیفرنیا,موونت شاستا,माउन्ट शास्ता,芒特沙斯塔,마운트샤스타		CA	093		
5568297	Mott	mott	US	58646	0	America/Los_Angeles	41.25988	-122.27556	971			CA	093		
5568501	Myers Flat	myers-flat	US	95554	146	America/Los_Angeles	40.26625	-123.87031	62	Myers,Myers Flat		CA	023		
5568581	New Pine Creek	new-pine-creek	US	97635	98	America/Los_Angeles	41.99267	-120.29718	1478	New Pine Creek,Pine Creek		CA	049		
5568590	Newburg	newburg	US	17240	0	America/Los_Angeles	40.59985	-124.12477	36	Newberg,Newburg		CA	023		
5568592	Newell	newell	US	15466	449	America/Los_Angeles	41.88821	-121.37221	1232			CA	049		
5568599	Newtown	newtown	US	06470	0	America/Los_Angeles	40.65709	-122.3964	232			CA	089		
5568832	Norvell	norvell	US	49263	0	America/Los_Angeles	40.48628	-121.00552	1750			CA	035		
5568846	Nubieber	nubieber	US	96068	50	America/Los_Angeles	41.09572	-121.18303	1256	Big Valley City,New Town,Nubieber		CA	035		
5568864	O'Brien	o-brien	US	32071	0	America/Los_Angeles	40.81209	-122.32417	376			CA	089		
5568981	Old Station	old-station	US	96071	51	America/Los_Angeles	40.67516	-121.43081	1336	Hat Creek Station,Old Station		CA	089		
5569028	Ono	ono	US	17077	0	America/Los_Angeles	40.47515	-122.61807	294			CA	089		
5569043	Orick	orick	US	95555	357	America/Los_Angeles	41.28651	-124.06062	8	Arekw,Orekw,Orick,Swan		CA	023		
5569046	Orleans	orleans	US	02653	0	America/Los_Angeles	41.30152	-123.54117	123	New Orleans Bar,Orleans,Orleans Bar,Penominee		CA	023		
5569064	Osborne	osborne	US	67473	0	America/Los_Angeles	40.71821	-122.03028	566			CA	089		
5569157	Palo Cedro	palo-cedro	US	96073	1269	America/Los_Angeles	40.56376	-122.23889	143	Palo Cedro,Palocedro		CA	089		
5569284	Paxton	paxton	US	01612	14	America/Los_Angeles	40.03795	-120.99496	905	Paxton,Soda Bar		CA	063		
5569286	Payne	payne	US	45880	0	America/Los_Angeles	40.24293	-123.0928	945			CA	105		
5569295	Paynes Creek	paynes-creek	US	96075	57	America/Los_Angeles	40.33543	-121.91499	564	Payne Creek,Payne's Creek,Paynes Creek,Paynescreek		CA	103		
5569418	Petrolia	petrolia	US	16050	0	America/Los_Angeles	40.32541	-124.28699	37	Mattole,New Jerusalem,Petrolea,Petrolia		CA	023		
5569441	Phillipsville	phillipsville	US	95559	140	America/Los_Angeles	40.20903	-123.78587	86	Kettintelbe,Philippsville,Phillips Flat,Phillipsville		CA	023		
5569463	Pierce	pierce	US	68767	0	America/Los_Angeles	41.27083	-122.21944	1381			CA	093		
5569518	Pine Grove	pine-grove	US	17963	0	America/Los_Angeles	40.66487	-122.35334	211			CA	089		
5569522	Pine Hill	pine-hill	US	12465	0	America/Los_Angeles	40.76457	-124.17451	41	East Sunnyside,Pine Hill,Pine's Hill,Tigerville		CA	023		
5569554	Pioneer	pioneer	US	37847	0	America/Los_Angeles	41.29237	-122.31029	1062			CA	093		
5569600	Platina	platina	US	96076	0	America/Los_Angeles	40.35959	-122.89474	694			CA	089		
5569678	Pollock	pollock	US	57648	0	America/Los_Angeles	40.91654	-122.38584	360			CA	089		
5569797	Prattville	prattville	US	36066	33	America/Los_Angeles	40.20878	-121.15663	1382	Big Meadows,Prattville,Pratville		CA	063		
5569830	Proberta	proberta	US	96078	267	America/Los_Angeles	40.08155	-122.17055	77			CA	103		
5569951	Ramsey	ramsey	US	07446	0	America/Los_Angeles	41.28212	-120.50829	1342			CA	049		
5570035	Rawson	rawson	US	45881	0	America/Los_Angeles	40.11766	-122.19444	86			CA	103		
5570039	Ravendale	ravendale	US	96123	0	America/Los_Angeles	40.79851	-120.36522	1617			CA	035		
5570062	Red Bank	red-bank	US	07701	0	America/Los_Angeles	40.09932	-122.44528	164	Red Bank,Redbank		CA	103		
5570065	Red Bluff	red-bluff	US	96080	14131	America/Los_Angeles	40.17849	-122.23583	93	Covertsburg,Leodocia,RBL,Red Blaf,Red Bluf,Red Bluff,Red Bluffs,Redbluff,lei de bu la fu,rd blaf  kalyfrnya,reda blapha,reddoburafu,ryd blwf,Ред Блаф,Ред Блъф,رد بلاف، کالیفرنیا,ريد بلوف,रेड ब्लफ,レッドブラフ,雷德布拉夫	103	CA	103		
5570159	Redcrest	redcrest	US	95569	89	America/Los_Angeles	40.40042	-123.95004	115			CA	023		
5570160	Redding	redding	US	06896	91582	America/Los_Angeles	40.58654	-122.39168	172	Latona,RDD,Reading,Redding,Reding,leding,lei ding,rdyng  kalyfrnya,rdyngh,redinga,redingu,Реддинг,Рединг,ردينغ,ردینگ، کالیفرنیا,ریڈنگ،امریکہ,रेडिंग,レディング,雷丁,레딩	089	CA	089		
5570171	Redway	redway	US	95560	1225	America/Los_Angeles	40.12014	-123.82336	164			CA	023		
5570273	Ridgeville	ridgeville	US	29472	0	America/Los_Angeles	40.86459	-122.80308	778	Golden City,Ridgeville		CA	105		
5570299	Rio Dell	rio-dell	US	95562	3387	America/Los_Angeles	40.4993	-124.10644	49	Eagle Prairie,Rio Del,Rio Dell,Río Dell,li ta dai er,riyo dela,ryw aydl  kalyfrnya,ryw dyl,Рио Дел,ريو ديل,ریو آیدل، کالیفرنیا,रियो डेल,力拓戴尔		CA	023		
5570318	Riverside	riverside	US	02915	0	America/Los_Angeles	40.86374	-123.97061	37			CA	023		
5570322	Riverview	riverview	US	33568	0	America/Los_Angeles	40.92265	-122.40279	388	Riverview,Riverview Marina		CA	089		
5570414	Rockland	rockland	US	02370	0	America/Los_Angeles	41.98094	-123.96174	278			CA	015		
5570494	Rosewood	rosewood	US	43070	0	America/Los_Angeles	40.2696	-122.5564	208			CA	103		
5570496	Rosewood	rosewood	US	43070	0	America/Los_Angeles	40.7679	-124.16562	40	Rosewood,Stumpville		CA	023		
5570522	Round Mountain	round-mountain	US	78663	155	America/Los_Angeles	40.79404	-121.94194	635			CA	089		
5570621	Ruth	ruth	US	39662	195	America/Los_Angeles	40.26959	-123.32141	831			CA	105		
5570682	Saint Bernard	saint-bernard	US	70085	0	America/Los_Angeles	40.25988	-121.37191	1483			CA	103		
5570790	Salyer	salyer	US	95563	0	America/Los_Angeles	40.89013	-123.58449	189			CA	105		
5570797	Samoa	samoa	US	95564	258	America/Los_Angeles	40.81874	-124.18645	7	Brownsville,Samoa,Worthville		CA	023		
5570944	Scott Bar	scott-bar	US	96085	0	America/Los_Angeles	41.7418	-123.0042	527	Scott Bar,Scott's Bar,Scotts Bar		CA	093		
5570950	Scotia	scotia	US	29939	850	America/Los_Angeles	40.48236	-124.10088	59	Forestville,Scotia		CA	023		
5571013	Seiad Valley	seiad-valley	US	96086	0	America/Los_Angeles	41.84041	-123.19255	432			CA	093		
5571026	Seneca	seneca	US	16346	0	America/Los_Angeles	40.11044	-121.08468	1105			CA	063		
5571092	Shasta	shasta	US	96087	1771	America/Los_Angeles	40.59932	-122.49196	319	Diggins,Reading Spring,Reading's Diggings,Reading's Springs,Readings Springs,Shasta,Shasta City		CA	089		
5571109	Shasta Lake	shasta-lake	US	96019	10159	America/Los_Angeles	40.68043	-122.37084	246	Central Valley,City of Shasta Lake,Lake Shasta,Project City,Sashta Lake,Shasta Lake City,Shasta Lejk,Summit City,sasta leka,sha si ta hu,shasta laky,shasta lyk  kalyfrnya,Шаста Лейк,Шаста Лејк,شاستا لاكي,شاستا لیک، کالیفرنیا,शास्ता लेक,沙斯塔湖		CA	089		
5571206	Sherman	sherman	US	04776	0	America/Los_Angeles	40.7146	-122.24167	275			CA	089		
5571232	Shingletown	shingletown	US	96088	2283	America/Los_Angeles	40.49238	-121.88916	1064	Shingle Camp,Shingletown		CA	089		
5571295	Shumway	shumway	US	62461	0	America/Los_Angeles	40.69684	-120.49106	1548			CA	035		
5571354	Sims	sims	US	27880	0	America/Los_Angeles	41.07182	-122.35501	520	Hazel Creek,Rocker Springs,Sims,Sims Station,Southerns,Welch,Welch Station		CA	089		
5571505	Smith	smith	US	89430	0	America/Los_Angeles	40.6046	-122.05416	318			CA	089		
5571553	Smith River	smith-river	US	95567	866	America/Los_Angeles	41.92817	-124.14703	16	Del Norte,Smith River,Smith River Corners,Smith's River Valley,Smiths River		CA	015		
5571686	Somerset	somerset	US	02725	0	America/Los_Angeles	41.85237	-121.99112	1293			CA	093		
5571692	Somes Bar	somes-bar	US	95568	0	America/Los_Angeles	41.37624	-123.47617	208	Some's Bar,Somes Bar,Sumner's Bar		CA	093		
5572003	Stacy	stacy	US	28581	0	America/Los_Angeles	40.2299	-120.02132	1224			CA	035		
5572006	Stafford	stafford	US	06075	0	America/Los_Angeles	40.45403	-124.05366	42	Brown's Camp,Brown's Mill,Perbrow,Stafford		CA	023		
5572008	Standish	standish	US	04084	0	America/Los_Angeles	40.36518	-120.42216	1234			CA	035		
5572015	Staley	staley	US	27355	0	America/Los_Angeles	41.88821	-121.38082	1233			CA	049		
5572132	Stone	stone	US	41567	0	America/Los_Angeles	40.51208	-124.11422	28	Stone,Stone Switch		CA	023		
5572247	Sugarloaf	sugarloaf	US	18249	0	America/Los_Angeles	40.85821	-122.39696	345	Loftus,Renfro,Sugarloaf,Sugarloaf Beach and Marina,Sugarloaf Resort		CA	089		
5572304	Summertown	summertown	US	38483	0	America/Los_Angeles	40.54433	-121.56748	1784			CA	089		
5572305	Summerville	summerville	US	15864	0	America/Los_Angeles	41.09875	-123.06781	865	Somerville,Summerville		CA	093		
5572400	Susanville	susanville	US	96127	15247	America/Los_Angeles	40.41628	-120.65301	1276	Rooptown,SVE,Sjuzunvil,Susanville,Suzanvil,su shan wei er,sujyanabhila,suzanbiru,swsanfyly,swzan wyl  kalyfrnya,Сузанвил,Сюзънвил,سوزان ویل، کالیفرنیا,سوسانفيلي,सुज्यानभिल,スーザンビル,苏珊维尔	035	CA	035		
5572570	Taylorsville	taylorsville	US	28681	140	America/Los_Angeles	40.07545	-120.83968	1081	Taylorsville,Taylorville		CA	063		
5572573	Tehama	tehama	US	96090	416	America/Los_Angeles	40.0271	-122.12332	64	Hall's Ranch,Halls Crossing,Halls Ranch,Tehama,Tekhejma,Tikhema,de ha ma,tehama,thama  kalyfrnya,tyhama,Техејма,Тихема,تهاما، کالیفرنیا,تيهاما,तेहामा,德哈马		CA	103		
5572622	Termo	termo	US	96132	0	America/Los_Angeles	40.86573	-120.46023	1617	Armstrong,Snowstorm,Terminal,Termo		CA	035		
5572751	Tionesta	tionesta	US	16353	0	America/Los_Angeles	41.64599	-121.32804	1304			CA	049		
5572884	Trinidad	trinidad	US	75163	357	America/Los_Angeles	41.05929	-124.14312	53	Cho-Ri,Trinidad,Tsurai,Warnersville,Warnerville,te li ni da,trinidyada,trynydad,trynydad  kalyfrnya,Тринидад,ترينيداد,ترینیداد، کالیفرنیا,ट्रिनिड्याड,特立尼达		CA	023		
5572898	Trinity Center	trinity-center	US	96091	267	America/Los_Angeles	40.9832	-122.69974	748	Trinity Center,Trinity Centre		CA	105		
5572979	Tulelake	tulelake	US	96134	994	America/Los_Angeles	41.95599	-121.47749	1230	Tulilejk,tuleleka,twllyk  kalyfrnya,twlylaky,Тулилейк,Тулилејк,توللیک، کالیفرنیا,توليلاكي,टुलेलेक		CA	093		
5573042	Twain	twain	US	95984	82	America/Los_Angeles	40.02017	-121.0719	871	Grays Flat,Halstead Flat,Halsted Flat,Twain		CA	063		
5573204	Upton	upton	US	01568	0	America/Los_Angeles	41.34098	-122.34807	1141			CA	093		
5573275	Viola	viola	US	19979	0	America/Los_Angeles	40.51765	-121.67663	1353	Loomis,Viola		CA	089		
5573292	Waddington	waddington	US	13694	0	America/Los_Angeles	40.56708	-124.20172	12	Waddington,Waddington Corners		CA	023		
5573305	Wagoner	wagoner	US	74467	0	America/Los_Angeles	40.56571	-122.02722	232			CA	089		
5573320	Walker	walker	US	26180	0	America/Los_Angeles	41.83402	-122.83948	548			CA	093		
5573417	Watson	watson	US	35181	0	America/Los_Angeles	40.05376	-122.68778	1007			CA	103		
5573443	Weaverville	weaverville	US	28787	3600	America/Los_Angeles	40.73098	-122.94197	625	Vivervil,Weavertown,Weaverville,u~ibabiru,vibharabhila,wei hua wei li,Вивервил,वीभरभिल,ウィーバービル,威化韋利	105	CA	105		
5573449	Weed	weed	US	88354	2556	America/Los_Angeles	41.42265	-122.38613	1044	Uid,Uijd,Vid,u~ido,vida,wei de,wyd,wyd  kalyfrnya,Вид,Уид,Уийд,ويد,وید، کالیفرنیا,वीड,ウィード,威德		CA	093		
5573472	Wendel	wendel	US	15691	0	America/Los_Angeles	40.34823	-120.23355	1223			CA	035		
5573479	Weott	weott	US	95571	288	America/Los_Angeles	40.32181	-123.92171	88	Helm's Camp,McKee's Mill,Wee-Yot,Weott,Weyo,Wiyot		CA	023		
5573576	Westwood	westwood	US	02090	1647	America/Los_Angeles	40.306	-121.00579	1563	Vestvud,vestavuda,Вествуд,ویسٹووڈ، کیلیفورنیا,वेस्टवूड		CA	035		
5573608	Whiskeytown	whiskeytown	US	96095	0	America/Los_Angeles	40.63876	-122.55974	391	Blair,Franklin City,Schilling,Stella,Whiskey Creek,Whiskey Town,Whiskeytown		CA	089		
5573687	Whitethorn	whitethorn	US	95589	0	America/Los_Angeles	40.02376	-123.94308	312	Thorn,White Thorn,Whitethorn		CA	023		
5573688	Whitmore	whitmore	US	96096	0	America/Los_Angeles	40.62932	-121.91666	685	Tamarack,Whitmore		CA	089		
5573772	Wildwood	wildwood	US	08260	0	America/Los_Angeles	40.40015	-123.05419	1023			CA	105		
5573778	Wilkinson	wilkinson	US	25653	0	America/Los_Angeles	40.6471	-122.07944	224			CA	089		
5573782	Williams	williams	US	29493	0	America/Los_Angeles	41.26323	-120.52912	1349			CA	049		
5573817	Willow Creek	willow-creek	US	59760	1710	America/Los_Angeles	40.93958	-123.63144	186	China Flat,Willow Creek		CA	023		
5574093	Yreka	yreka	US	96097	7597	America/Los_Angeles	41.73542	-122.63447	788	RKC,SIY,Shasta Butte City,Thompson Dry Diggings,Thompson's Dry Diggings,Uajrika,Vajrika,Wyreka,Yreka,Yreka City,huai li ka,wairika,wayryka  kalyfrnya,yreka,yryka,yryka  kyly fwrnya,Вајрика,Уайрика,وایریکا، کالیفرنیا,يريكا,یریکا، کیلی فورنیا,य्रेका,ワイリーカ,怀里卡	093	CA	093		
5574106	Zenia	zenia	US	95595	0	America/Los_Angeles	40.20542	-123.49197	904			CA	105		
5574146	Adena	adena	US	43901	0	America/Denver	40.00832	-103.88662	1430			CO	087		
5574152	Adna	adna	US	98522	0	America/Denver	40.33943	-104.8283	1439			CO	123		
5574199	Akron	akron	US	14001	1724	America/Denver	40.16054	-103.21438	1420	AKO,Akron,Akrun,a ke lun,akran  klradw,akrwn,ekrona,Акрон,Акрън,أكرون,اکران، کلرادو,اکرون، کولوراڈو,एक्रोन,阿克伦	121	CO	121		
5574219	Alden	alden	US	14004	0	America/Denver	40.45748	-104.5819	1429			CO	123		
5574257	Allenspark	allenspark	US	80510	528	America/Denver	40.19443	-105.52555	2592	Allenpark,Allens Park,Allenspark		CO	013		
5574263	Altona	altona	US	12910	501	America/Denver	40.13387	-105.28277	1707			CO	013		
5574267	Alvin	alvin	US	61811	0	America/Denver	40.30777	-102.07574	1097			CO	125		
5574270	Amherst	amherst	US	01002	58	America/Denver	40.68277	-102.16602	1125	Amkherst,Амхерст		CO	095		
5574287	Andersonville	andersonville	US	31711	0	America/Denver	40.59387	-105.0572	1508	Andersonville,Andersoville		CO	069		
5574298	Angora	angora	US	55703	0	America/Denver	40.17664	-108.57566	1666			CO	103		
5574406	Atwood	atwood	US	38220	133	America/Denver	40.54776	-103.26966	1217			CO	075		
5574407	Auburn	auburn	US	01501	0	America/Denver	40.36804	-104.63663	1418			CO	123		
5574410	Ault	ault	US	80610	1622	America/Denver	40.58248	-104.73191	1505			CO	123		
5574513	Barnesville	barnesville	US	18214	0	America/Denver	40.47915	-104.47968	1419			CO	123		
5574546	Battle Creek	battle-creek	US	49014	0	America/Denver	41.00135	-107.24506	2044			CO	107		
5574683	Bellvue	bellvue	US	80512	0	America/Denver	40.62637	-105.17165	1565	Bellevue,Bellevue Junction,Bellvue		CO	069		
5574704	Berthoud	berthoud	US	80513	6031	America/Denver	40.30832	-105.08109	1535			CO	069		
5574923	Blue Mountain	blue-mountain	US	38610	0	America/Denver	40.2483	-108.86178	1775			CO	081		
5574991	Boulder	boulder	US	59632	107349	America/Denver	40.01499	-105.27055	1624	Bolder,Boulder,Bouldur,WBU,ba'uldara,bo de,boldara,bolde xr,boldeo,boruda,bwldr,bwldr  klradw,Болдер,Боулдер,Боулдър,בולדר,بولدر,بولدر، کلرادو,بولڈر، کولوراڈو,बाउल्डर,बोल्डर,โบลเดอร์,ボルダー,波德,볼더	013	CO	013		
5575020	Boulder Junction	boulder-junction	US	54512	0	America/Denver	40.01665	-105.20888	1597			CO	013		
5575146	Briggsdale	briggsdale	US	80611	0	America/Denver	40.6347	-104.3269	1483			CO	123		
5575189	Bruce	bruce	US	38915	0	America/Denver	40.49581	-104.86442	1469			CO	123		
5575194	Brush	brush	US	80723	5459	America/Denver	40.25887	-103.62384	1286	Beaver Creek,Brash,Brush,brasa,brash  klradw,brwsh,bu la shen,Браш,Бруш,Бръш,براش، کلرادو,بروش,ब्रश,布拉什		CO	087		
5575202	Buchanan	buchanan	US	10511	0	America/Denver	40.83193	-103.16854	1259			CO	075		
5575226	Buckeye	buckeye	US	24924	0	America/Denver	40.8272	-105.09498	1726			CO	069		
5575241	Buckingham	buckingham	US	18912	0	America/Denver	40.59054	-105.06609	1509			CO	069		
5575242	Buckingham	buckingham	US	18912	0	America/Denver	40.62138	-103.97773	1507			CO	123		
5575251	Buda	buda	US	61314	0	America/Denver	40.32859	-104.97775	1521			CO	123		
5575291	Bulger	bulger	US	15019	0	America/Denver	40.79359	-104.98247	1676			CO	069		
5575332	Burdett	burdett	US	14818	0	America/Denver	40.36554	-102.95104	1299			CO	121		
5575428	Calhoun	calhoun	US	30701	0	America/Denver	40.14248	-102.89049	1301			CO	121		
5575442	Camden	camden	US	04843	0	America/Denver	40.30415	-103.54911	1278			CO	087		
5575486	Canfield	canfield	US	44406	0	America/Denver	40.0536	-105.0747	1536			CO	013		
5575493	Canton	canton	US	02021	0	America/Denver	40.31581	-104.34606	1370			CO	123		
5575524	Carr	carr	US	80612	0	America/Denver	40.89609	-104.87497	1741			CO	123		
5575738	Clark	clark	US	07066	0	America/Denver	40.70608	-106.91922	2213			CO	107		
5575739	Clark	clark	US	07066	0	America/Denver	40.32776	-104.92553	1474			CO	123		
5575827	Coalmont	coalmont	US	37313	0	America/Denver	40.56248	-106.44448	2504			CO	057		
5575917	Comer	comer	US	30629	0	America/Denver	40.46776	-104.85442	1453			CO	123		
5575950	Cooper	cooper	US	50059	0	America/Denver	40.36054	-103.52911	1262			CO	087		
5575969	Cornish	cornish	US	03745	0	America/Denver	40.52304	-104.41329	1437			CO	123		
5576036	Cowdrey	cowdrey	US	80434	0	America/Denver	40.8597	-106.31308	2413			CO	057		
5576064	Craig	craig	US	64437	8844	America/Denver	40.51525	-107.54645	1889	CIG,Krehjg,Krejg,ke lei ge,krega,kryg  klradw,krygh,Крейг,Крејг,Крэйг,كريغ,کریگ، کلرادو,کریگ، کولوراڈو,क्रेग,克雷格	081	CO	081		
5576101	Crook	crook	US	80726	110	America/Denver	40.85888	-102.80103	1131			CO	075		
5576177	Dacono	dacono	US	80514	4792	America/Denver	40.08471	-104.93942	1533			CO	123		
5576182	Dailey	dailey	US	26259	0	America/Denver	40.65666	-102.7238	1263			CO	075		
5576315	Dent	dent	US	56528	0	America/Denver	40.3097	-104.83386	1447			CO	123		
5576379	Dinosaur	dinosaur	US	81610	311	America/Denver	40.24358	-109.01456	1805	Artesia,Dajnasor,Dinosaur,Dtnozavr,dan ni suo er,dayanosaura,daynaswr  klradw,dynwswr,Дајнасор,Дтнозавр,دایناسور، کلرادو,دينوسور,डायनोसौर,丹尼索尔		CO	081		
5576464	Dover	dover	US	02030	0	America/Denver	40.77943	-104.81247	1650	Dover,Dover Siding		CO	123		
5576478	Drake	drake	US	42128	0	America/Denver	40.43193	-105.34027	1878			CO	069		
5576690	Eaton	eaton	US	13334	4928	America/Denver	40.53026	-104.71135	1475	Eaton,Eatonton		CO	123		
5576706	Eckley	eckley	US	80727	251	America/Denver	40.11388	-102.49076	1187			CO	125		
5576806	Elm	elm	US	17521	0	America/Denver	40.35359	-104.78386	1442			CO	123		
5576811	Elwell	elwell	US	48832	0	America/Denver	40.33609	-104.94192	1507			CO	123		
5576859	Erie	erie	US	16501	21420	America/Denver	40.05026	-105.04998	1532	Ehri,Eri,Iri,ary,ary  klradw,eri,yi li,Ери,Ири,Эри,إري,اری، کلرادو,ایری، کولوراڈو,एरी,伊利		CO	013		
5576882	Estes Park	estes-park	US	80511	6257	America/Denver	40.37721	-105.52167	2300	Ehstes Park,Estes Park,Estes Park Village,Estiz Park,Estus Park,ai si te si gong yuan,astys bark,astz park  klradw,esteja parka,Естиз Парк,Естъс Парк,Эстес Парк,إستيس بارك,استز پارک، کلرادو,एस्टेज पार्क,埃斯特斯公园		CO	069		
5576909	Evans	evans	US	25241	21383	America/Denver	40.37637	-104.69219	1418	Ehvans,Evans,Ivans,ai wen si,awans  klradw,ayfanz,ibhansa,Еванс,Иванс,Эванс,إيفانز,اوانس، کلرادو,ایونز، کولوراڈو,इभान्स,埃文斯		CO	123		
5576914	Evanston	evanston	US	47531	0	America/Denver	40.10693	-104.93859	1514			CO	123		
5576969	Farmers	farmers	US	40319	0	America/Denver	40.45193	-104.77914	1436			CO	123		
5577008	Firestone	firestone	US	80520	11999	America/Denver	40.11248	-104.93664	1515			CO	123		
5577084	Fleming	fleming	US	16835	403	America/Denver	40.67999	-102.83936	1293	Fleming,Twenty-nine Mile Siding		CO	075		
5577147	Fort Collins	fort-collins	US	80521	161175	America/Denver	40.58526	-105.08442	1525	Camp Collins,FNL,Fort Collins,Fort Kolins,Fort Kolinsas,Fort Kollins,Fort-Kollins,Ft. Collins,fwrt kalynz  klradw,fwrt kwlnz,ke lin si bao,pharta kolinsa,phorta kolinsa,poteukollinseu,pwrt qwlyns,Форт Колинс,Форт Коллинс,Форт-Коллинс,Форт-Коллінс,פורט קולינס,فورت كولنز,فورت کالینز، کلرادو,فورٹ کولنز، کولوراڈو,फर्ट कोलिन्स,फोर्ट कॉलिन्स,フォート・コリンズ,科林斯堡,포트콜린스	069	CO	069		
5577153	Fort Lupton	fort-lupton	US	80621	7822	America/Denver	40.08471	-104.81303	1496			CO	123		
5577158	Fort Morgan	fort-morgan	US	80701	11319	America/Denver	40.25026	-103.79995	1319	Camp Tyler,Fort Morgan,Fort Wardwell,fwrt mwrgan  klradw,mo gen bao,pharta morgana,phorta morgana,Форт Морган,فورت مورگان، کلرادو,فورٹ مورگن، کولوراڈو,फर्ट मोर्गन,फोर्ट मॉर्गन,摩根堡	087	CO	087		
5577177	Fosston	fosston	US	56542	0	America/Denver	40.56859	-104.35995	1458			CO	123		
5577217	Frederick	frederick	US	19435	11413	America/Denver	40.09915	-104.9372	1519	Frederik,frdryk  klradw,frydryk,fu lei de li ke,phrederika,Фредерик,فردریک، کلرادو,فريدريك,فریڈرک، کولوراڈو,फ्रेडेरिक,弗雷德里克		CO	123		
5577274	Galeton	galeton	US	16922	0	America/Denver	40.52081	-104.58579	1454	Gale,Galeton,Zita		CO	123		
5577275	Galien	galien	US	49113	0	America/Denver	40.68777	-103.00826	1275			CO	075		
5577287	Garden City	garden-city	US	11530	266	America/Denver	40.39387	-104.68941	1431	Garden Siti,Гарден Сити		CO	123		
5577296	Gary	gary	US	24836	0	America/Denver	40.07387	-103.58495	1335			CO	087		
5577302	Gates	gates	US	27937	0	America/Denver	40.53137	-104.75525	1490			CO	123		
5577343	Giddings	giddings	US	78942	0	America/Denver	40.62137	-105.01053	1531			CO	069		
5577350	Gilcrest	gilcrest	US	80623	1083	America/Denver	40.28193	-104.77775	1449	Gilcrest,Nantes		CO	123		
5577351	Gill	gill	US	01354	0	America/Denver	40.45415	-104.54218	1428			CO	123		
5577403	Glen Echo	glen-echo	US	20812	0	America/Denver	40.69859	-105.58528	2187			CO	069		
5577405	Glen Haven	glen-haven	US	53810	0	America/Denver	40.45387	-105.44916	2200			CO	069		
5577409	Glendale	glendale	US	01229	69	America/Denver	40.08193	-105.36638	2075			CO	013		
5577434	Gold Hill	gold-hill	US	28071	230	America/Denver	40.06334	-105.40961	2511			CO	013		
5577449	Gold Run	gold-run	US	95717	0	America/Denver	40.05415	-105.41138	2480			CO	013		
5577467	Gooding	gooding	US	83330	0	America/Denver	40.0736	-105.08304	1526			CO	013		
5577474	Goodrich	goodrich	US	48438	0	America/Denver	40.35109	-104.06162	1336			CO	087		
5577490	Gould	gould	US	71643	0	America/Denver	40.52637	-106.02668	2719			CO	057		
5577503	Gowanda	gowanda	US	14070	0	America/Denver	40.20471	-104.90053	1461			CO	123		
5577516	Granby	granby	US	01033	1877	America/Denver	40.0861	-105.93946	2428	Granbi,Grehnbi,Grenbi,ge lan bi,ghranby,grnby  klradw,gryanaba'i,guranbi,Гранби,Гренби,Грэнби,غرانبي,گرنبی، کلرادو,ग्र्यानबाइ,グランビー,格兰比		CO	049		
5577531	Grand Lake	grand-lake	US	80447	483	America/Denver	40.25221	-105.82307	2557	Grand Lehjk,Grand Lejk,ge lan de lai ke,ghrand lyk,grnd lyk  klradw,gryanda leka,Гранд Лейк,Гранд Лејк,Гранд Лэйк,غراند ليك,گرند لیک، کلرادو,ग्र्यान्ड लेक,格兰德莱克		CO	049		
5577592	Greeley	greeley	US	18425	100883	America/Denver	40.42331	-104.70913	1425	GXY,Greeley,Greely,Grijli,Grili,ge li li,ghryly,grili,gryly,gryly  klradw,guriri,Грийли,Грили,גרילי,غريلي,گریلی، کلرادو,گریلی، کولوراڈو,ग्रीली,グリーリー,格里利	123	CO	123		
5577690	Grover	grover	US	17735	146	America/Denver	40.87137	-104.22523	1547	Grover,Point of Rocks		CO	123		
5577754	Hamilton	hamilton	US	01936	0	America/Denver	40.3672	-107.61312	1903			CO	081		
5577801	Harmony	harmony	US	02829	0	America/Denver	40.52332	-105.04359	1515			CO	069		
5577851	Haxtun	haxtun	US	80731	930	America/Denver	40.6411	-102.62686	1228	Haxton,Haxtum,Haxtun		CO	095		
5577864	Hayden	hayden	US	35079	1839	America/Denver	40.49529	-107.25729	1935	HDN,Khehjden,Khejden,Khejdun,hai deng,haydn,haydn  klradw,hedana,Хейдън,Хејден,Хэйден,هايدن,هایدن، کلرادو,हेडन,海登		CO	107		
5577918	Hebron	hebron	US	03241	0	America/Denver	40.59609	-106.40698	2482			CO	057		
5577963	Hereford	hereford	US	18056	0	America/Denver	40.97498	-104.30579	1609	Hereford,New Hereford		CO	123		
5577973	Hiawatha	hiawatha	US	24729	0	America/Denver	40.9883	-108.62039	2179	Hiawatha,Hiawatha Camp		CO	081		
5578001	Highland	highland	US	12528	0	America/Denver	40.23887	-105.08332	1566			CO	013		
5578009	Highland Lake	highland-lake	US	12743	0	America/Denver	40.24776	-105.01442	1545			CO	123		
5578041	Hillrose	hillrose	US	80733	250	America/Denver	40.32581	-103.52189	1269			CO	087		
5578044	Hillsboro	hillsboro	US	21641	0	America/Denver	40.33276	-104.86442	1447			CO	123		
5578099	Holyoke	holyoke	US	01040	2251	America/Denver	40.58444	-102.30241	1139	Kholiok,Kholiouk,Kholjok,holiyoka,huo li ao ke,hwlywk,hwlywk  klradw,Холиок,Холиоук,Холјок,هوليوك,هولیوک، کلرادو,होलीयोक,霍利奧克	095	CO	095		
5578171	Hot Sulphur Springs	hot-sulphur-springs	US	80451	677	America/Denver	40.07304	-106.1028	2356		049	CO	049		
5578190	Houston	houston	US	15342	0	America/Denver	40.2547	-104.80692	1458			CO	123		
5578207	Hoyt	hoyt	US	66440	0	America/Denver	40.01554	-104.07495	1452			CO	087		
5578235	Hudson	hudson	US	01749	1571	America/Denver	40.07359	-104.64302	1524	Gudzon,Гудзон		CO	123		
5578239	Hurley	hurley	US	12443	0	America/Denver	40.27415	-103.76162	1298			CO	087		
5578248	Hyde	hyde	US	16843	0	America/Denver	40.13582	-102.83271	1287			CO	121		
5578251	Hygiene	hygiene	US	80533	0	America/Denver	40.1886	-105.18082	1553			CO	013		
5578281	Iliff	iliff	US	80736	259	America/Denver	40.75916	-103.06659	1170			CO	075		
5578446	Jamestown	jamestown	US	02835	264	America/Denver	40.11554	-105.38861	2111	Elysian Park,Jamestown,Jimtown		CO	013		
5578513	Johnson	johnson	US	05656	0	America/Denver	40.08748	-104.44273	1472			CO	123		
5578536	Johnstown	johnstown	US	12095	14896	America/Denver	40.33693	-104.9122	1479	Dzhonstaun,Dzhonstoun,Dzonstaun,jonsata'una,jwnstawn,jwnztawn  klradw,yue han si dui,Џонстаун,Джонстаун,Джонстоун,جونزتاون، کلرادو,جونستاون,जोन्सटाउन,约翰斯敦		CO	123		
5578567	Julesburg	julesburg	US	80737	1237	America/Denver	40.98833	-102.26435	1060	Dzhulsburg,Dzulsberg,Jul'sburg,julsabarga,jwlysbwrgh,khwlysbwrg  klradw,zhu er si bao,Џулсберг,Джулсбърг,Юльсбург,جوليسبورغ,خولیسبورگ، کلرادو,जुल्सबर्ग,朱尔斯堡	115	CO	115		
5578653	Keenesburg	keenesburg	US	80643	1195	America/Denver	40.10832	-104.51996	1510	Keene,Keenesburg		CO	123		
5578676	Keota	keota	US	52248	5	America/Denver	40.70276	-104.07523	1513	Keota,Keoton		CO	123		
5578683	Kersey	kersey	US	15846	1577	America/Denver	40.38748	-104.56163	1407	Kersey,Orr		CO	123		
5578688	Keystone	keystone	US	46759	0	America/Denver	40.30109	-106.96311	2233			CO	107		
5578727	Kirkland	kirkland	US	60146	0	America/Denver	40.18776	-105.01581	1507			CO	123		
5578775	Kremmling	kremmling	US	80459	1457	America/Denver	40.05887	-106.38892	2229	Kinsey City,Kremling,Kremmling,ke lei mu ling,kremalinga,krmlyng  klradw,krmlyngh,Кремлинг,كرملينغ,کرملینگ، کلرادو,क्रेमलिङ्ग,克雷姆灵		CO	049		
5578793	La Salle	la-salle	US	48145	2052	America/Denver	40.34887	-104.70191	1426	La Salle,LaSalle		CO	123		
5578877	Laporte	laporte	US	18626	2450	America/Denver	40.62633	-105.13916	1543	Colona,La Porte,Laporte		CO	069		
5578961	Leroy	leroy	US	36548	0	America/Denver	40.5261	-102.91409	1335			CO	075		
5578979	Liberty	liberty	US	04949	0	America/Denver	40.2061	-105.00915	1521			CO	123		
5579153	Livermore	livermore	US	04253	0	America/Denver	40.79443	-105.2172	1797	Forks,Livermore,The Forks		CO	069		
5579179	Lodi	lodi	US	07644	0	America/Denver	40.25109	-103.70384	1303			CO	087		
5579184	Logan	logan	US	25601	0	America/Denver	40.57859	-103.35827	1251			CO	075		
5579198	Log Lane Village	log-lane-village	US	80705	873	America/Denver	40.27054	-103.82967	1314			CO	087		
5579211	Lone Star	lone-star	US	75668	0	America/Denver	40.35193	-102.85132	1282			CO	121		
5579276	Longmont	longmont	US	80501	92088	America/Denver	40.16721	-105.10193	1519	Longmont,Longmott,Longmunt,lang meng te,langamonta,langmant  klradw,longmeonteu,lwnghmwnt,rongumonto,Лонгмонт,Лонгмотт,Лонгмънт,لانگمانت، کلرادو,لونغمونت,لونگمونٹ، کولوراڈو,लङ्गमोन्ट,ロングモント,朗蒙特,롱먼트		CO	013		
5579368	Loveland	loveland	US	45140	75182	America/Denver	40.39776	-105.07498	1519	FNL,Lavland,Lovland,Luvlend,la fu lan,labhalyanda,lawlnd  klradw,leobeulaendeu,lwfland,Лавланд,Ловланд,Лъвленд,لاولند، کلرادو,لوفلاند,لولینڈ، کولوراڈو,लभल्यान्ड,拉夫兰,러브랜드		CO	069		
5579421	Lucerne	lucerne	US	46950	0	America/Denver	40.48192	-104.69969	1449			CO	123		
5579453	Lyons	lyons	US	07939	2147	America/Denver	40.22471	-105.27138	1637	Lajons,Lajuns,Lions,li ang,liyonja,lywns  klradw,lywnz,Лайънс,Лајонс,Лионс,ليونز,لیونس، کلرادو,लीयोंज,里昂		CO	013		
5579611	Masonville	masonville	US	13804	0	America/Denver	40.48748	-105.21082	1642	Mason,Masonville		CO	069		
5579627	Matthews	matthews	US	28104	0	America/Denver	40.4797	-104.49773	1418			CO	123		
5579648	Maybell	maybell	US	81640	72	America/Denver	40.51775	-108.08703	1805			CO	081		
5579686	McGregor	mcgregor	US	55760	0	America/Denver	40.47942	-107.03505	1982			CO	107		
5579737	Mead	mead	US	68041	4476	America/Denver	40.23332	-104.99859	1525			CO	123		
5579761	Meeker	meeker	US	74855	2362	America/Denver	40.03747	-107.91313	1902	Mijkur,Miker,mi ke,mikara,mykr,mykr  klradw,Мийкър,Микер,ميكر,میکر، کلرادو,मीकर,米克	103	CO	103		
5579786	Merino	merino	US	80741	283	America/Denver	40.48248	-103.35133	1230	Buffalo,Merino		CO	075		
5579856	Midway	midway	US	15060	0	America/Denver	40.43026	-105.32277	1859			CO	069		
5579857	Midway	midway	US	15060	0	America/Denver	40.22637	-103.39772	1356			CO	121		
5579899	Milliken	milliken	US	80543	6388	America/Denver	40.32943	-104.85525	1448			CO	123		
5579906	Milner	milner	US	30257	0	America/Denver	40.4847	-107.0195	1988			CO	107		
5579942	Mishawaka	mishawaka	US	46544	0	America/Denver	40.6872	-105.36582	1792			CO	069		
5580077	Moseley	moseley	US	23120	0	America/Denver	40.24887	-103.75412	1312			CO	087		
5580121	Mountain View	mountain-view	US	65548	0	America/Denver	40.59248	-105.12915	1549			CO	069		
5580198	Mystic	mystic	US	06355	0	America/Denver	40.56997	-106.99589	2103			CO	107		
5580233	Nelson	nelson	US	03457	0	America/Denver	40.25276	-103.66078	1296			CO	087		
5580259	New Haven	new-haven	US	05472	0	America/Denver	40.48304	-102.83631	1299			CO	075		
5580263	New Raymer	new-raymer	US	80742	109	America/Denver	40.60665	-103.84384	1455			CO	123		
5580305	Niwot	niwot	US	80544	4006	America/Denver	40.10387	-105.17082	1553	Modoc,Niwot		CO	013		
5580331	Norfolk	norfolk	US	02056	0	America/Denver	40.91082	-104.96969	1798			CO	069		
5580497	Nunn	nunn	US	80648	444	America/Denver	40.70359	-104.7808	1582	Maynard,Nunn		CO	123		
5580519	Oak Creek	oak-creek	US	53154	890	America/Denver	40.27498	-106.95838	2264			CO	107		
5580573	Omega	omega	US	31775	0	America/Denver	40.5397	-105.08053	1536			CO	069		
5580582	Orchard	orchard	US	50460	90	America/Denver	40.33109	-104.11828	1343			CO	087		
5580598	Otis	otis	US	01253	475	America/Denver	40.14887	-102.96299	1323			CO	121		
5580626	Ovid	ovid	US	14521	314	America/Denver	40.96055	-102.38796	1077			CO	115		
5580659	Padroni	padroni	US	80745	76	America/Denver	40.77777	-103.1727	1219			CO	075		
5580680	Paoli	paoli	US	19301	33	America/Denver	40.61221	-102.47269	1187			CO	095		
5580718	Parshall	parshall	US	58770	47	America/Denver	40.05693	-106.1753	2313			CO	049		
5580780	Pearl	pearl	US	39208	0	America/Denver	40.98525	-106.54698	2562			CO	057		
5580798	Peetz	peetz	US	80747	237	America/Denver	40.96276	-103.11242	1351	Mercer,Peetz		CO	075		
5580859	Phippsburg	phippsburg	US	04562	204	America/Denver	40.2322	-106.94366	2267			CO	107		
5580868	Pierce	pierce	US	68767	873	America/Denver	40.63554	-104.75525	1535			CO	123		
5580893	Pine Valley	pine-valley	US	14872	0	America/Denver	40.19165	-105.48305	2531			CO	013		
5580947	Platteville	platteville	US	53818	2619	America/Denver	40.21498	-104.82275	1467	Plattevil,Platvil,Plejtvil,blatfyl,pletbhila,plytwyl  klradw,pu la te wei er,Платвил,Платтевил,Плейтвил,بلاتفيل,پلیتویل، کلرادو,پلیٹویل، کولوراڈو,प्लेट्भिल,普拉特维尔		CO	123		
5581102	Proctor	proctor	US	05765	0	America/Denver	40.80693	-102.95159	1152			CO	075		
5581126	Purcell	purcell	US	64857	0	America/Denver	40.63831	-104.60163	1531	Hungerford,Purcell		CO	123		
5581204	Rand	rand	US	80473	0	America/Denver	40.45387	-106.18141	2630			CO	057		
5581213	Rangely	rangely	US	81648	2381	America/Denver	40.08748	-108.80483	1595	RNG,Rangeley,Rangely		CO	103		
5581268	Raymond	raymond	US	03077	0	America/Denver	40.15499	-105.46444	2382			CO	013		
5581282	Red Feather Lakes	red-feather-lakes	US	80545	343	America/Denver	40.80248	-105.59166	2544			CO	069		
5581295	Red Lion	red-lion	US	17356	0	America/Denver	40.89166	-102.67686	1113			CO	075		
5581329	Redmond	redmond	US	84652	0	America/Denver	40.47887	-105.04081	1501			CO	069		
5581359	Rex	rex	US	28378	0	America/Denver	40.78887	-105.17831	1805			CO	069		
5581412	Riverside	riverside	US	02915	0	America/Denver	40.17554	-105.43722	2272			CO	013		
5581479	Rockland	rockland	US	02370	0	America/Denver	40.51054	-102.71992	1271			CO	075		
5581481	Rockport	rockport	US	01966	0	America/Denver	40.89859	-104.79664	1723			CO	123		
5581503	Roggen	roggen	US	80652	0	America/Denver	40.16748	-104.37218	1436	Blair,Roggen,Roggens		CO	123		
5581519	Rosedale	rosedale	US	11422	0	America/Denver	40.38526	-104.69858	1435	Boozeville,Rosedale		CO	123		
5581564	Rowena	rowena	US	76875	0	America/Denver	40.07693	-105.38944	2177			CO	013		
5581566	Roy	roy	US	59471	0	America/Denver	40.1097	-104.56552	1519			CO	123		
5581640	Saint Petersburg	saint-petersburg	US	16054	0	America/Denver	40.55554	-102.81714	1289			CO	075		
5581659	Salina	salina	US	15680	0	America/Denver	40.05054	-105.37249	2009			CO	013		
5581785	Sedgwick	sedgwick	US	04676	148	America/Denver	40.93638	-102.52547	1093			CO	115		
5581809	Selma	selma	US	24474	0	America/Denver	40.77138	-103.03103	1164			CO	075		
5581845	Severance	severance	US	12872	3697	America/Denver	40.52415	-104.85108	1490			CO	123		
5581972	Silver Springs	silver-springs	US	14550	0	America/Denver	40.01554	-105.45444	2476			CO	013		
5582040	Slater	slater	US	29683	0	America/Denver	40.94774	-107.49784	2363			CO	081		
5582068	Sloan	sloan	US	51055	0	America/Denver	40.05165	-104.48801	1500			CO	123		
5582121	Snyder	snyder	US	68664	132	America/Denver	40.32915	-103.59634	1278			CO	087		
5582307	Springdale	springdale	US	15144	0	America/Denver	40.10971	-105.35833	2000			CO	013		
5582371	Steamboat Springs	steamboat-springs	US	80477	12435	America/Denver	40.48498	-106.83172	2052	SBS,Stijmbout Springs,Stimbot Springs,astymbt aspryngz  klradw,si ting bo te si pu lin si,stimabota springas,stymbwt sbrynghz,Стиймбоут Спрингс,Стимбот Спрингс,استیمبت اسپرینگز، کلرادو,ستيمبوت سبرينغز,سٹیمبوٹ سپرنگز، کولوراڈو,स्टिमबोट स्प्रिङ्गस्,斯廷博特斯普林斯	107	CO	107		
5582392	Sterling	sterling	US	01564	14104	America/Denver	40.62554	-103.20771	1200	STK,Sterling,Sturling,astrlyng  klradw,si te lin,staralinga,starlinga,strlyngh,Стерлинг,Стърлинг,استرلینگ، کلرادو,سترلينغ,سٹرلنگ، کولوراڈو,स्टरलिङ्ग,स्टर्लिंग,斯特林	075	CO	075		
5582432	Stoneham	stoneham	US	02180	0	America/Denver	40.60554	-103.66661	1397			CO	123		
5582507	Sugarloaf	sugarloaf	US	18249	261	America/Denver	40.01693	-105.40722	2379	Sugar Loaf,Sugarloaf		CO	013		
5582537	Summerville	summerville	US	15864	0	America/Denver	40.05693	-105.39444	2258			CO	013		
5582562	Sunnyside	sunnyside	US	11104	0	America/Denver	40.0036	-105.38166	1948			CO	013		
5582573	Sunset	sunset	US	04683	0	America/Denver	40.03582	-105.46889	2355			CO	013		
5582582	Sunshine	sunshine	US	70780	230	America/Denver	40.06582	-105.36666	2169			CO	013		
5582631	Tabor	tabor	US	51653	0	America/Denver	40.05137	-105.07415	1540			CO	013		
5582639	Tampa	tampa	US	33601	0	America/Denver	40.14998	-104.45551	1467			CO	123		
5582779	Timnath	timnath	US	80547	625	America/Denver	40.52915	-104.98525	1483			CO	069		
5582814	Toponas	toponas	US	80479	0	America/Denver	40.06026	-106.8081	2525			CO	107		
5582996	Union	union	US	03887	0	America/Denver	40.37665	-103.50105	1260			CO	087		
5583139	Walden	walden	US	12586	584	America/Denver	40.73164	-106.28364	2468	Sagebrush,Uolden,Volden,Walden,valadena,wa er deng,waldn,waldn  klradw,Волден,Уолден,والدن,والدن، کلرادو,वालडेन,瓦尔登	057	CO	057		
5583148	Walker	walker	US	26180	0	America/Denver	40.26443	-104.9522	1516			CO	123		
5583173	Ward	ward	US	29166	155	America/Denver	40.07221	-105.50833	2789	Uard,Vord,varda,ward,ward  klradw,wo de,Ворд,Уард,وارد,وارد، کلرادو,وارڈ، کولوراڈو,वार्ड,沃德		CO	013		
5583181	Warren	warren	US	01083	0	America/Denver	40.95971	-104.89219	1805			CO	123		
5583224	Wauneta	wauneta	US	69045	0	America/Denver	40.29305	-102.25464	1135			CO	125		
5583225	Waverly	waverly	US	14892	0	America/Denver	40.73637	-105.07664	1622			CO	069		
5583246	Weldona	weldona	US	80653	139	America/Denver	40.34609	-103.96912	1326	Deuel,Weldon,Weldona		CO	087		
5583250	Wellington	wellington	US	33414	7807	America/Denver	40.70387	-105.00859	1586	Uelingtun,Velington,Vellington,hui ling dun,velalingatana,wlynghtwn,wlyngtwn  klradw,Велингтон,Веллингтон,Уелингтън,ولينغتون,ولینگتون، کلرادو,वेललिङ्गटन,惠灵顿		CO	069		
5583400	Wiggins	wiggins	US	39577	893	America/Denver	40.23054	-104.07273	1388	Corona,Vallery,Wiggins		CO	087		
5583427	Willard	willard	US	14588	0	America/Denver	40.55443	-103.48633	1322			CO	075		
5583509	Windsor	windsor	US	01270	21751	America/Denver	40.47748	-104.90136	1462	New Liberty,New Windsor,Uindzur,Vindzor,Windsor,vindara,wen sha,wndswr,wyndswr  klradw,Виндзор,Уиндзър,وندسور,ونڈسر، کولوراڈو,ویندسور، کلرادو,विन्डर,温莎		CO	123		
5583622	Xenia	xenia	US	45385	0	America/Denver	40.16109	-103.34494	1382			CO	121		
5583627	Yampa	yampa	US	80483	436	America/Denver	40.15248	-106.90866	2402			CO	107		
5583657	Yuma	yuma	US	38390	3596	America/Denver	40.12221	-102.72521	1263	Juma,you ma,yuma,ywma,ywma  klradw,Јума,Юма,يوما,یوما، کلرادو,یوما، کولوراڈو,युमा,尤馬		CO	125		
5583714	Aberdeen	aberdeen	US	21001	1929	America/Boise	42.94408	-112.83833	1342	Aberdin,Aburdijn,a bo ding,aberdini,abrdyn  aydahw,abyrdyn,aebeodin,ebardina,Абердин,Абърдийн,آبردین، آیداهو,أبيردين,एबर्डीन,აბერდინი,阿伯丁,애버딘		ID	011		
5583741	Adair	adair	US	50002	0	America/Los_Angeles	47.34215	-115.6121	1149			ID	079		
5583776	Ahsahka	ahsahka	US	83520	0	America/Los_Angeles	46.50212	-116.32403	304	Ahsahka,Ashahka		ID	035		
5583777	Aiken	aiken	US	29801	0	America/Boise	43.20908	-112.40665	1364			ID	011		
5583794	Alameda	alameda	US	94501	0	America/Boise	42.88991	-112.45415	1367	Alameda,Fairview		ID	005		
5583814	Albion	albion	US	02802	273	America/Boise	42.41269	-113.57806	1440	Albion,Albiun,Marsh Basin,albioni,albywn,albywn  aydahw,elbiyana,Албион,Албиън,آلبیون، آیداهو,آلبیون، ایڈاہو,ألبيون,एल्बियन,ალბიონი		ID	031		
5583827	Alder Creek	alder-creek	US	13301	0	America/Los_Angeles	47.22268	-116.60767	676	Alder Creek,Alder Creek Station		ID	009		
5583859	Alexander	alexander	US	14005	0	America/Boise	42.65103	-111.70912	1748	Alexander,Crater		ID	029		
5583865	Algoma	algoma	US	38820	0	America/Los_Angeles	48.19686	-116.57214	666			ID	017		
5583902	Allendale	allendale	US	07401	0	America/Boise	43.67627	-116.87487	739			ID	027		
5583921	Almo	almo	US	42020	0	America/Boise	42.10019	-113.63362	1641			ID	031		
5583930	Alpha	alpha	US	42603	0	America/Boise	44.391	-116.00791	1453			ID	085		
5583933	Alpine	alpine	US	07620	0	America/Boise	44.5935	-116.49487	860			ID	003		
5583955	Alton	alton	US	03809	0	America/Boise	42.22743	-111.15158	1850			ID	007		
5583981	American Falls	american-falls	US	83211	4321	America/Boise	42.78602	-112.85444	1343	Amerikan Fols,amelikanpolseu,amerikana phalsa,amrykn falz  aydahw,amyrykan fwls,Американ Фолс,أميريكان فولس,امریکن فالز، آیداهو,अमेरिकन फल्स,ამერიკან-ფოლსი,아메리칸폴스	077	ID	077		
5583997	Ammon	ammon	US	23822	14960	America/Boise	43.46964	-111.96664	1437	Ammon,Amon,Amun,amoni,amwn,amwn  aydahw,emona,Аммон,Амон,Амън,آمون، آیداهو,آمون، ایڈاہو,أمون,एमोन,ამონი		ID	019		
5584007	Amsterdam	amsterdam	US	12010	0	America/Boise	42.29574	-114.58476	1428			ID	083		
5584020	Anderson	anderson	US	29621	0	America/Boise	42.02048	-111.9569	1392			ID	041		
5584167	Apple Valley	apple-valley	US	92307	0	America/Boise	43.83988	-116.99655	675			ID	027		
5584171	Appleton	appleton	US	14008	0	America/Boise	42.74796	-114.63532	1058			ID	047		
5584178	Arbon	arbon	US	83212	0	America/Boise	42.45575	-112.56831	1578			ID	077		
5584193	Archer	archer	US	32618	0	America/Boise	43.71352	-111.78274	1499			ID	065		
5584200	Arco	arco	US	56113	857	America/Boise	43.63657	-113.30028	1623	Arko,Arkou,arko,arkw,arkw  aydahw,aruko,Арко,Аркоу,آرکو، آیداهو,أركو,आर्को,არკო,アルコ	023	ID	023		
5584225	Arimo	arimo	US	83214	357	America/Boise	42.55992	-112.17135	1446	Arimo,Oneida		ID	005		
5584299	Ashton	ashton	US	20861	1051	America/Boise	44.07158	-111.44829	1603	Ashtun,Ehshton,Eshton,ashtwn,ashtwn  aydahw,estana,Аштън,Ештон,Эштон,آشتون، آیداهو,أشتون,एश्टन,აშტონი		ID	043		
5584330	Athol	athol	US	01331	696	America/Los_Angeles	47.94796	-116.70797	729	Adul,Atol,Ehzol,athwl,atoli,atwl  aydahw,ethola,Адъл,Атол,Эзол,آتول، آیداهو,أثول,एथोल,ათოლი		ID	055		
5584336	Atlanta	atlanta	US	14808	0	America/Boise	43.80157	-115.12675	1656	Atlanta,Атланта		ID	039		
5584343	Atlas	atlas	US	48411	0	America/Los_Angeles	47.70046	-116.82964	660			ID	055		
5584347	Atomic City	atomic-city	US	83215	28	America/Boise	43.44491	-112.81277	1528	Atomic City,Atomik Siti,Midway,atamyk sty  aydahw,atomikkushiti,atwmyk syty,etomika siti,Атомик Сити,أتوميك سيتي,اتامیک ستی، آیداهو,एटोमिक सिटी,ატომიკ-სიტი,アトミックシティ		ID	011		
5584375	Avery	avery	US	75554	0	America/Los_Angeles	47.25048	-115.80515	771			ID	079		
5584387	Avon	avon	US	02322	0	America/Los_Angeles	46.82601	-116.61377	827	Avon,Rue		ID	057		
5584508	Baker	baker	US	26801	0	America/Boise	45.09465	-113.73451	1329			ID	059		
5584608	Bancroft	bancroft	US	25011	367	America/Boise	42.7202	-111.88579	1653	Bancroft,Bankroft,Benkroft,Dolbeer,bankrwft,bnkrwft  aydahw,byankraphta,Банкрофт,Бенкрофт,بانكروفت,بنکروفت، آیداهو,ब्यान्क्रफ्ट,ბანკროფტი		ID	029		
5584615	Banks	banks	US	36005	17	America/Boise	44.08045	-116.12402	878			ID	015		
5584624	Banner	banner	US	38913	0	America/Boise	44.0199	-115.53566	1786			ID	015		
5584637	Bannock	bannock	US	43972	0	America/Boise	42.8613	-112.72277	1345	Bannock,Bannock Siding		ID	077		
5584693	Barlow	barlow	US	42024	0	America/Boise	43.67102	-112.01303	1463			ID	051		
5584744	Barton	barton	US	05822	0	America/Boise	44.38433	-116.79988	722			ID	087		
5584750	Basalt	basalt	US	81621	386	America/Boise	43.31547	-112.16442	1399	Basalt,Cedar Point,Monroe		ID	011		
5584757	Basin	basin	US	59631	0	America/Boise	42.24547	-113.78446	1523	Basin,Spring Basin		ID	031		
5584797	Bassett	bassett	US	24055	0	America/Boise	43.65102	-112.08831	1455			ID	051		
5584806	Bates	bates	US	97817	0	America/Boise	43.69158	-111.20078	1863			ID	081		
5584855	Bayview	bayview	US	83803	0	America/Los_Angeles	47.98018	-116.5602	639			ID	055		
5584878	Bear	bear	US	19701	0	America/Boise	45.02432	-116.67209	1347			ID	003		
5585265	Bellevue	bellevue	US	41073	2300	America/Boise	43.46352	-114.2606	1575	Behllevju,Belevi,Bellevue,Belvju,Biddyville,belebhyu,belviu,blwyw  aydahw,bylyfw,Белвю,Белвју,Белеви,Бэллевю,بلویو، آیداهو,بيليفو,बेलेभ्यु,ბელვიუ		ID	013		
5585273	Belmont	belmont	US	02478	0	America/Los_Angeles	47.92601	-116.63964	751			ID	055		
5585275	Belvidere	belvidere	US	07823	0	America/Boise	44.47545	-116.03346	1459	Belvidere,Belvidere Station		ID	085		
5585336	Bennington	bennington	US	03442	190	America/Boise	42.39104	-111.3216	1845			ID	007		
5585371	Berger	berger	US	63014	0	America/Boise	42.46963	-114.57476	1292			ID	083		
5585377	Bern	bern	US	66408	0	America/Boise	42.33965	-111.38604	1819			ID	007		
5585537	Big Creek	big-creek	US	25505	0	America/Boise	45.12713	-115.32428	1750			ID	085		
5585745	Big Springs	big-springs	US	26137	0	America/Boise	44.49826	-111.25578	1950			ID	043		
5586093	Blackfoot	blackfoot	US	83221	11740	America/Boise	43.19047	-112.34498	1371	Blakfut,Blehkfut,Blekfut,blakfwt,blyakaphuta,burakkufutto,Блакфут,Блекфут,Блэкфут,بلاكفوت,بلک‌فوت، آیداهو,بلیکفٹ، ایڈاہو,ब्ल्याकफूट,ბლეკფუტი,ブラックフット	011	ID	011		
5586158	Blackwell	blackwell	US	63626	0	America/Los_Angeles	47.69768	-116.80797	672			ID	055		
5586166	Blaine	blaine	US	04734	0	America/Los_Angeles	46.65711	-116.94877	860			ID	057		
5586176	Blaine	blaine	US	04734	0	America/Boise	43.3424	-114.59561	1534			ID	025		
5586182	Blanchard	blanchard	US	16826	261	America/Los_Angeles	48.01685	-116.98381	697			ID	017		
5586218	Bliss	bliss	US	14024	305	America/Boise	42.92685	-114.94951	997	Blis,Bliss,blisa,blisi,blys,blys  aydahw,Блис,Блисс,بليس,بلیس، آیداهو,ब्लिस,ბლისი		ID	047		
5586244	Bloomington	bloomington	US	12411	207	America/Boise	42.19187	-111.40132	1819	Blumington,Blumingtun,blumingatana,blwmynghtwn,blwmyngtwn  aydahw,Блумингтон,Блумингтън,بلومنگٹن، ایڈاہو,بلومينغتون,بلومینگتون، آیداهو,ब्लूमिंगटन,ბლუმინგტონი		ID	007		
5586437	Boise	boise	US	83701	145987	America/Boise	43.6135	-116.20345	823	BOI,Boise,Boise City,Boisisitija,Boisė,Boizi,Boizis,Bojse,Bojseh,Bojsi,Bojzi,Boyse,baysi,bo yi xi,bo'ija,bo'ijhi,bo'isi,boise,boishi,boisi,bwysy,bwyz,bwyzy  aydahw,poyci,Μπόιζι,Бойзи,Бойсе,Бойсэ,Бојси,Բոյսե,בויסי,بوئسے,بويسي,بویز,بویزی، آیداهو,बाय्सी,बॉइझी,बोइज,बोइसी,பொய்சி,ಬಾಯ್ಸಿ,ბოისე,ボイシ,博伊西,보이시	ID	ID	001		
5586464	Boles	boles	US	62909	0	America/Boise	45.91043	-116.50403	1387			ID	049		
5586471	Bonanza	bonanza	US	84008	0	America/Boise	44.37047	-114.72786	1943			ID	037		
5586496	Bonners Ferry	bonners-ferry	US	83805	2549	America/Los_Angeles	48.69133	-116.31631	578	Boners Feri,Bonnehrs Fehrri,Bonners-Ferri,Bonurs Feri,bonarsa pheri,boners-peri,bwnrz fry  aydahw,bwnyrs fyry,Бонерс Фери,Боннерс-Ферри,Боннерс-Феррі,Боннэрс Фэрри,Бонърс Фери,بونرز فری، آیداهو,بونيرس فيري,बोनर्स फेरी,ბონერს-ფერი	021	ID	021		
5586578	Boulder	boulder	US	59632	0	America/Boise	43.84046	-114.50645	2790			ID	013		
5586664	Bovill	bovill	US	83806	253	America/Los_Angeles	46.85879	-116.39349	876	Bouvil,Bovil,Bovill,Halls Field,Warrens Meadows,bobhila,bovili,bwfyl,bwwyl  aydahw,Бовил,Бовилл,Боувил,بوفيل,بوویل، آیداهو,बोभिल,ბოვილი		ID	057		
5586761	Bradley	bradley	US	04411	0	America/Los_Angeles	47.54631	-116.16072	697			ID	079		
5586781	Bramwell	bramwell	US	24715	0	America/Boise	43.83822	-116.58291	722			ID	045		
5586868	Broadford	broadford	US	24316	0	America/Boise	43.46963	-114.28032	1580			ID	013		
5586899	Bronx	bronx	US	10451	0	America/Los_Angeles	48.35187	-116.54742	648			ID	017		
5586999	Bruneau	bruneau	US	83604	0	America/Boise	42.88045	-115.79731	777			ID	073		
5587186	Buckingham	buckingham	US	18912	0	America/Boise	43.98905	-116.89349	685			ID	075		
5587232	Buhl	buhl	US	35446	4275	America/Boise	42.59907	-114.75949	1149	Bjul,Bukhl,Bul,buhla,buli,bwhl,bwhl  aydahw,Бул,Бухл,Бюл,بوهل,بوهل، آیداهو,बुह्ल,ბული		ID	083		
5587353	Bunn	bunn	US	27508	0	America/Los_Angeles	47.51104	-115.89905	958			ID	079		
5587385	Burley	burley	US	83318	10436	America/Boise	42.53574	-113.79279	1269	BYI,Berli,Burlehj,Burley,Burli,Commerce,barli,brgly  aydahw,bwrly,Берли,Бурлэй,Бърли,برلی، ایڈاہو,برگلی، آیداهو,بورلي,बर्ली,ბარლი	031	ID	031		
5587399	Burns	burns	US	37029	0	America/Los_Angeles	48.62605	-116.39492	567			ID	021		
5587461	Burton	burton	US	26562	0	America/Boise	43.79741	-111.85802	1474			ID	065		
5587503	Butte City	butte-city	US	95920	64	America/Boise	43.6099	-113.24417	1622			ID	023		
5587688	Calder	calder	US	83808	0	America/Los_Angeles	47.2777	-116.19127	666	Calder,Qwnu'lmkhw		ID	079		
5587698	Caldwell	caldwell	US	07006	51686	America/Boise	43.66294	-116.68736	724	Caldwell,Hamburg Siding,Kolduehll,Kolduel,Koldvel,kaldavela,kaldwl,kaldwyl,koldeuwel,korudou~eru,qwldwwl,Колдвел,Колдуел,Колдуэлл,קולדוול,كالدويل,کالدول,کالڈویل، ایڈاہو,काल्डवेल,კოლდუელი,コールドウェル,콜드웰	027	ID	027		
5587754	Camas	camas	US	98607	0	America/Boise	44.00741	-112.22109	1469	Camas,Lava		ID	051		
5587778	Cambridge	cambridge	US	02138	0	America/Boise	42.45047	-112.11663	1497			ID	005		
5588949	Clarksville	clarksville	US	12041	0	America/Los_Angeles	47.75379	-116.73297	711	Clarksville,Clarkville		ID	055		
5588953	Clawson	clawson	US	48017	0	America/Boise	43.79797	-111.11078	1888	Clawson,Leigh		ID	081		
5587779	Cambridge	cambridge	US	02138	313	America/Boise	44.57266	-116.67599	811	Kehmbridzh,Kejmbridzh,Kembridz,Kembridzh,kambrdj,kmbryj  aydahw,kyambrija,Кеймбридж,Кембридж,Кембриџ,Кэмбридж,كامبردج,کمبریج، آیداهو,کیمبرج، ایڈاہو,क्याम्ब्रिज,კემბრიჯი		ID	087		
5587797	Cameron	cameron	US	14819	0	America/Los_Angeles	46.60573	-116.5721	782			ID	069		
5587951	Canfield	canfield	US	44406	0	America/Boise	45.83766	-116.37181	1286			ID	049		
5587971	Canyon	canyon	US	55717	0	America/Los_Angeles	47.57519	-116.41267	678			ID	055		
5588062	Cardwell	cardwell	US	59721	0	America/Los_Angeles	47.20907	-116.5635	765			ID	009		
5588068	Carey	carey	US	43316	602	America/Boise	43.30768	-113.94475	1458	Karehj,Keri,kary,kary  aydahw,keri,Карэй,Кери,كاري,کاری، آیداهو,केरी,კერი		ID	013		
5588076	Careywood	careywood	US	83809	0	America/Los_Angeles	48.03463	-116.64325	695			ID	017		
5588123	Carmen	carmen	US	73726	0	America/Boise	45.24242	-113.8934	1166			ID	059		
5588160	Cascade	cascade	US	21719	938	America/Boise	44.51628	-116.0418	1451	ICS,Kaskehjd,Kaskejd,kaskyd,kskyd  aydahw,kyaskeda,Каскейд,Каскејд,Каскэйд,كاسكيد,کسکید، آیداهو,क्यास्केड,კასკადი	085	ID	085		
5588246	Castleford	castleford	US	83321	226	America/Boise	42.52074	-114.86839	1180			ID	083		
5588277	Cataldo	cataldo	US	83810	0	America/Los_Angeles	47.54881	-116.32961	652			ID	079		
5588328	Cavendish	cavendish	US	05142	0	America/Los_Angeles	46.56018	-116.43404	903			ID	035		
5588349	Cedar	cedar	US	49621	0	America/Boise	42.59379	-114.7056	1151			ID	083		
5588362	Cedar Creek	cedar-creek	US	68016	0	America/Los_Angeles	48.01824	-116.44631	661	Cedar Creek,Clara		ID	017		
5588480	Centerville	centerville	US	02632	0	America/Boise	43.91267	-115.89234	1283			ID	015		
5588484	Central	central	US	29630	0	America/Boise	42.63492	-111.81162	1702			ID	029		
5588524	Challis	challis	US	83226	1043	America/Boise	44.50464	-114.23173	1601	CHL,Chalis,Challis,Cholis,Garden City,chalisi,chalys  aydahw,cyalisa,shalys,Чалис,Чолис,شاليس,چالیس، آیداهو,च्यालिस,ჩალისი	037	ID	037		
5588574	Chapin	chapin	US	29036	0	America/Boise	43.64325	-111.11078	1876			ID	081		
5588640	Cherry Creek	cherry-creek	US	14723	0	America/Boise	42.09826	-112.22885	1361			ID	071		
5588662	Cherryville	cherryville	US	18035	0	America/Boise	42.04048	-111.74939	1509			ID	041		
5588668	Chester	chester	US	01011	0	America/Boise	43.99936	-111.56996	1546			ID	043		
5588671	Chesterfield	chesterfield	US	01012	0	America/Boise	42.86686	-111.9019	1660			ID	029		
5588915	Clark Fork	clark-fork	US	83811	541	America/Los_Angeles	48.14521	-116.17573	637	Clark Fork,Clarks Fork,Hnch''mtsi		ID	017		
5588937	Clarkia	clarkia	US	83812	0	America/Los_Angeles	47.01074	-116.25293	862	Chatnna,Clarkia		ID	079		
5588948	Clarkson	clarkson	US	14430	0	America/Boise	43.21158	-112.41859	1362			ID	011		
5589002	Clearwater	clearwater	US	29822	0	America/Los_Angeles	46.02239	-115.89097	777	Clear Water,Clearwater		ID	049		
5589024	Cleveland	cleveland	US	13042	0	America/Boise	42.33992	-111.71328	1511			ID	041		
5589064	Clifton	clifton	US	07011	286	America/Boise	42.18992	-112.00801	1479	Klifton,Клифтон		ID	041		
5589082	Clover	clover	US	24534	0	America/Boise	42.51407	-114.68755	1254			ID	083		
5589095	Cloverdale	cloverdale	US	24077	0	America/Boise	43.61961	-116.33401	806			ID	001		
5589110	Clyde	clyde	US	14433	0	America/Boise	44.13574	-113.24696	1790			ID	023		
5589148	Cobalt	cobalt	US	06414	0	America/Boise	45.09298	-114.23174	1538	Blackbird Townsite,Cobalt		ID	059		
5589156	Cocolalla	cocolalla	US	83813	0	America/Los_Angeles	48.10797	-116.61742	677			ID	017		
5589173	Coeur d'Alene	coeur-d-alene	US	83814	49122	America/Los_Angeles	47.67768	-116.78047	667	COE,Coeur d'Alene,Coeur d’Alene,Kjor-d'Alen,Kor Dulejn,kar d lyn  aydahw,kwywr dy alyny  aydahw,Кор Дълейн,Кёр-д’Ален,كويور دي أليني، أيداهو,کار د لین، آیداهو,კორ-დ’ალენი,コー・ダリーン		ID	055		
5589209	Colburn	colburn	US	83865	0	America/Los_Angeles	48.39715	-116.53519	662			ID	017		
5589315	Coleman	coleman	US	33521	0	America/Los_Angeles	48.00407	-116.90687	701			ID	017		
5589328	Collins	collins	US	14034	0	America/Boise	43.20214	-112.37581	1366			ID	011		
5589393	Concrete	concrete	US	98237	0	America/Boise	44.35516	-116.79544	710			ID	087		
5589394	Conda	conda	US	83230	0	America/Boise	42.72825	-111.53245	1888			ID	029		
5589400	Concord	concord	US	01742	0	America/Los_Angeles	45.58463	-115.68374	2312	Concord,Concord Hill		ID	049		
5589472	Coolin	coolin	US	83821	0	America/Los_Angeles	48.47964	-116.84937	748			ID	017		
5589493	Cooper	cooper	US	50059	0	America/Los_Angeles	46.44657	-116.05486	965			ID	035		
5589506	Copeland	copeland	US	34137	0	America/Los_Angeles	48.90217	-116.38882	548			ID	021		
5589568	Cora	cora	US	25614	0	America/Los_Angeles	47.00378	-116.96489	878			ID	057		
5589609	Cornwall	cornwall	US	06753	0	America/Los_Angeles	47.51854	-115.83766	1087			ID	079		
5589611	Cornwall	cornwall	US	06753	0	America/Los_Angeles	46.70878	-116.86572	791			ID	057		
5589697	Cotton	cotton	US	31739	0	America/Boise	43.4263	-112.08831	1420			ID	019		
5592296	Elba	elba	US	14058	0	America/Boise	42.24825	-113.5614	1564	Beecherville,Elba		ID	031		
5589704	Cottonwood	cottonwood	US	36320	921	America/Los_Angeles	46.04849	-116.34959	1066	Kotonvud,Kottonvud,Kotunud,katanavuda,kwtwnwwd,Котонвуд,Коттонвуд,Котънуд,كوتونوود,کاتن‌وود، آیداهو,कटनवूड,კოტონვუდი		ID	049		
5589857	Council	council	US	28434	808	America/Boise	44.72989	-116.4382	892	Kaunsil,Kaunsul,Kounsl,ka'unsila,kansyl  aydahw,kwnsyl,Каунсил,Каунсъл,Каунсіл,Коунсл,كونسيل,کانسیل، آیداهو,काउन्सिल,კაუნსილი	003	ID	003		
5590063	Craigmont	craigmont	US	83523	493	America/Los_Angeles	46.24128	-116.46709	1140	Chicago,Craigmont,Ilo,Krehjgmont,Krejgmont,Vollmer,krayghmwnt,kregamonta,krygmwnt  aydahw,Крейгмонт,Крејгмонт,Крэйгмонт,كرايغمونت,کریگمونت، آیداهو,क्रेगमोन्ट,კრეიგმონტი		ID	061		
5590146	Crescent	crescent	US	15046	0	America/Los_Angeles	46.64323	-116.42543	866			ID	057		
5590264	Crystal	crystal	US	48818	0	America/Boise	42.6538	-112.49637	1610			ID	077		
5590265	Crystal	crystal	US	48818	0	America/Boise	44.16711	-116.89099	644			ID	087		
5590317	Culdesac	culdesac	US	83524	377	America/Los_Angeles	46.37461	-116.6732	501	Kaldesak,Kouldsak,Kuldesak,kaldesyaka,kaldsak  aydahw,kwldysak,Калдесак,Коулдсак,Кълдесак,كولديساك,کالدساک، آیداهو,कल्डेस्याक,კულდესაკი		ID	069		
5590325	Culver	culver	US	46511	0	America/Los_Angeles	48.31882	-116.45602	644			ID	017		
5590380	Custer	custer	US	40115	0	America/Boise	44.38741	-114.69591	1972			ID	037		
5590477	Daniels	daniels	US	25832	0	America/Boise	42.37297	-112.41303	1644			ID	071		
5590495	Darby	darby	US	19023	0	America/Boise	43.69409	-111.06605	1927			ID	081		
5590501	Darlington	darlington	US	16115	0	America/Boise	43.81351	-113.41473	1709			ID	023		
5590526	Davidson	davidson	US	28035	0	America/Boise	45.84294	-116.59542	1295			ID	049		
5590572	Dayton	dayton	US	08810	465	America/Boise	42.11298	-111.99357	1470	Chadville,Dayton,Dehjton,Dejton,Dejtun,detana,dytwn,dytwn  aydahw,Дейтон,Дейтън,Дејтон,Дэйтон,ديتون,دیتون، آیداهو,ڈیٹن، ایڈاہو,डेटन,დეიტონი		ID	041		
5590579	De Smet	de-smet	US	57231	175	America/Los_Angeles	47.14601	-116.91572	792	'L'lkhwi'lus,De Smet,De Smet Mission,Desmet		ID	009		
5590689	Deal	deal	US	07723	0	America/Boise	43.50655	-116.54152	781			ID	027		
5590694	Deary	deary	US	83823	508	America/Los_Angeles	46.79934	-116.55599	876	Anderson,Deary,Spud Hill		ID	057		
5590712	Declo	declo	US	83323	353	America/Boise	42.51824	-113.62806	1286			ID	031		
5590918	Delta	delta	US	17314	0	America/Los_Angeles	47.6077	-115.94128	772			ID	079		
5590948	Dent	dent	US	56528	0	America/Los_Angeles	46.62379	-116.2032	646			ID	035		
5590956	Denton	denton	US	21629	0	America/Los_Angeles	48.20271	-116.24823	643	Denton,Thornton		ID	017		
5590959	Denver	denver	US	12421	0	America/Los_Angeles	45.99821	-116.23598	959			ID	049		
5591031	Dewey	dewey	US	61840	0	America/Boise	43.04016	-116.76235	1832	Booneville,Dewey		ID	073		
5591049	Diamond	diamond	US	44412	0	America/Boise	44.41405	-116.776	773			ID	087		
5591086	Dickey	dickey	US	58431	0	America/Boise	44.13436	-113.90531	1934			ID	037		
5591096	Dietrich	dietrich	US	83324	335	America/Boise	42.90935	-114.26531	1246			ID	063		
5591115	Dingle	dingle	US	83233	0	America/Boise	42.21937	-111.26798	1815			ID	007		
5591190	Dixie	dixie	US	25059	0	America/Boise	43.31712	-115.44703	1451	Bennett,Dixie		ID	039		
5591191	Dixie	dixie	US	25059	0	America/Los_Angeles	45.55407	-115.46124	1713			ID	049		
5591311	Doniphan	doniphan	US	63935	0	America/Boise	43.41074	-114.4845	1844			ID	013		
5591317	Donnelly	donnelly	US	56235	147	America/Boise	44.73096	-116.07828	1483	Doneli,Donnehlli,Donuli,dananeli,doneli,dwnly  aydahw,dwnyly,Донели,Доннэлли,Донъли,دونلی، آیداهو,دونيلي,डननेली,დონელი		ID	085		
5591362	Dover	dover	US	02030	660	America/Los_Angeles	48.25159	-116.61103	631	Douvur,Dovehr,Dover,dobhara,duvri,dwfyr,dwwr  aydahw,Довер,Довэр,Доувър,دوفير,دوور، آیداهو,ڈوور، ایڈاہو,डोभर,დუვრი		ID	017		
5591365	Downey	downey	US	83234	616	America/Boise	42.42853	-112.12441	1483	Dauni,Downey,JDY,Дауни		ID	005		
5591399	Driggs	driggs	US	83422	1689	America/Boise	43.72325	-111.11133	1862	Driggs,Drigs,drigsa,drigsi,dryghs,drygz  aydahw,Дриггс,Дригс,دريغس,دریگز، آیداهو,ड्रिग्स,დრიგსი	081	ID	081		
5591416	Drummond	drummond	US	54832	15	America/Boise	43.99852	-111.34523	1710			ID	043		
5591635	Dryden	dryden	US	04225	0	America/Los_Angeles	46.136	-116.20153	941			ID	049		
5591649	Dubois	dubois	US	47527	606	America/Boise	44.1763	-112.23082	1569	DBS,Djuboa,Dubois,Dubojs,diubua,dubo'i,dwbwys,dwbwys  aydahw,Дубоис,Дубојс,Дюбоа,دوبويس,دوبویس، آیداهو,डुबोइ,დიუბუა	033	ID	033		
5591668	Dudley	dudley	US	01571	0	America/Los_Angeles	47.54186	-116.42434	650			ID	055		
5591778	Eagle	eagle	US	48822	23612	America/Boise	43.69544	-116.35401	782	Igl,Igul,ayghyl,aygl  aydahw,igala,igli,Ігл,Игл,Игъл,إيغيل,ایگل، آیداهو,ایگل، ایڈاہو,इगल,იგლი		ID	001		
5591779	Eagle	eagle	US	48822	0	America/Los_Angeles	47.64354	-115.91794	779			ID	079		
5591815	Eagle Nest	eagle-nest	US	87718	0	America/Boise	44.60712	-115.94318	2315			ID	085		
5592170	Eastport	eastport	US	04631	0	America/Los_Angeles	48.9994	-116.18131	801			ID	021		
5592174	Eaton	eaton	US	13334	0	America/Boise	44.27572	-117.08128	642			ID	087		
5592190	Eccles	eccles	US	25836	0	America/Boise	44.32686	-111.30162	1907	Eccles,Eccles Siding		ID	043		
5592218	Eddyville	eddyville	US	42038	0	America/Los_Angeles	47.61602	-116.73157	755			ID	055		
5592219	Eden	eden	US	05652	405	America/Boise	42.60575	-114.21086	1208	Ehden,Iden,Idun,adn  aydahw,aydyn,idena,ideni,Иден,Идън,Эден,إيدين,ادن، آیداهو,इडेन,იდენი		ID	053		
5592234	Edmonds	edmonds	US	98020	0	America/Boise	43.91297	-111.8808	1482			ID	065		
5592251	Edwardsburg	edwardsburg	US	49112	0	America/Boise	45.1188	-115.32595	1739	Edwards Ranch,Edwardsburg		ID	085		
5592264	Egypt	egypt	US	72427	0	America/Boise	42.09659	-111.83745	1451			ID	041		
5592355	Elk City	elk-city	US	67344	202	America/Los_Angeles	45.82685	-115.43679	1221			ID	049		
5592387	Elk Creek	elk-creek	US	24326	0	America/Los_Angeles	47.53381	-116.05794	732			ID	079		
5592437	Elk River	elk-river	US	55330	119	America/Los_Angeles	46.78351	-116.17987	870			ID	035		
5592489	Ellis	ellis	US	67637	0	America/Boise	44.69187	-114.04839	1409			ID	037		
5592522	Elmira	elmira	US	14901	0	America/Los_Angeles	48.47965	-116.46242	658			ID	017		
5592562	Emmett	emmett	US	48022	6604	America/Boise	43.8735	-116.4993	720	Ehmett,Emet,aymt  aydahw,aymyt,im'meta,Емет,Эметт,إيميت,ایمت، آیداهو,इम्मेट,ემეტი	045	ID	045		
5592607	Era	era	US	76238	0	America/Boise	43.58046	-113.57946	1823			ID	023		
5592637	Eugene	eugene	US	65032	0	America/Los_Angeles	46.44434	-116.55209	900			ID	069		
5592660	Evergreen	evergreen	US	23939	0	America/Boise	44.89017	-116.39014	1158			ID	003		
5592697	Fairfield	fairfield	US	04937	389	America/Boise	43.34657	-114.79173	1544	Fairfield,Fajrfild,Ferfild,Feurfijld,Feurfild,New Soldier,fyrfyld,fyrfyld  aydahw,pairpildi,pheyaraphilda,Файрфилд,Ферфилд,Феърфийлд,Феърфилд,فيرفيلد,فیئرفیلڈ، آیڈاہو,فیرفیلد، آیداهو,फेयरफिल्ड,ფაირფილდი	025	ID	025		
5592699	Fairview	fairview	US	07022	0	America/Boise	42.01326	-111.87662	1377			ID	041		
5592701	Fairview	fairview	US	07022	0	America/Boise	42.85019	-112.86944	1339			ID	077		
5592702	Fairview	fairview	US	07022	0	America/Boise	42.53491	-114.79005	1194			ID	083		
5592717	Falcon	falcon	US	28342	0	America/Los_Angeles	47.34882	-115.67488	1044			ID	079		
5592746	Fall Creek	fall-creek	US	54742	0	America/Los_Angeles	45.81212	-115.65263	1069			ID	049		
5592776	Falls City	falls-city	US	68355	0	America/Boise	42.68046	-114.4242	1171			ID	053		
5592905	Felt	felt	US	73937	0	America/Boise	43.87297	-111.18467	1840	Badger,Felt		ID	081		
5592913	Fenn	fenn	US	83531	0	America/Los_Angeles	45.96321	-116.25626	998			ID	049		
5593955	Gentry	gentry	US	64453	0	America/Los_Angeles	47.4741	-115.89516	866			ID	079		
5592922	Ferdinand	ferdinand	US	47532	161	America/Los_Angeles	46.15238	-116.38931	1134	Fehrdinand,Ferdinand,Furdinand,frdynand  aydahw,fyrdynand,perdinandi,phardin'yanda,Фердинанд,Фърдинанд,Фэрдинанд,فردیناند، آیداهو,فيرديناند,फर्डिन्यांड,ფერდინანდი		ID	049		
5592923	Ferguson	ferguson	US	28624	0	America/Los_Angeles	47.55993	-115.92433	867			ID	079		
5592949	Fernwood	fernwood	US	39635	0	America/Los_Angeles	47.11213	-116.39266	833	Epschssups'n,Fernwood		ID	009		
5592973	Filer	filer	US	83328	2691	America/Boise	42.57019	-114.60782	1148	Fajler,Filehr,Filur,faylr  aydahw,fylyr,pha'ilara,pileri,Фајлер,Филър,Филэр,فایلر، آیداهو,فيلير,फाइलर,ფილერი		ID	083		
5592985	Fingal	fingal	US	58031	0	America/Boise	42.96797	-112.80971	1342			ID	011		
5593063	Fischer	fischer	US	78623	0	America/Boise	43.61933	-116.58374	748			ID	027		
5593068	Firth	firth	US	68358	467	America/Boise	43.30519	-112.18303	1393			ID	011		
5593096	Fish Haven	fish-haven	US	83287	0	America/Boise	42.03688	-111.39632	1816			ID	007		
5593217	Flat Rock	flat-rock	US	28731	0	America/Boise	44.50048	-111.33634	1943	Flat Rock,Macks Inn		ID	043		
5593262	Fletcher	fletcher	US	28732	0	America/Los_Angeles	46.28933	-116.41098	1070			ID	061		
5593265	Flint	flint	US	48501	0	America/Boise	42.91655	-116.7829	1646			ID	073		
5593287	Florence	florence	US	01062	0	America/Los_Angeles	45.50101	-116.02847	1854	Florence,Millersburg		ID	049		
5593374	Forest	forest	US	24551	0	America/Los_Angeles	46.14794	-116.65765	1376			ID	061		
5593388	Forney	forney	US	75126	0	America/Boise	44.99964	-114.33563	1725	Cobalt,Forney		ID	059		
5593399	Fort Hall	fort-hall	US	83203	3201	America/Boise	43.03325	-112.43831	1354			ID	011		
5593448	Four Corners	four-corners	US	82715	0	America/Los_Angeles	48.28824	-116.9902	729			ID	017		
5593450	Four Corners	four-corners	US	82715	0	America/Boise	42.10517	-116.60789	1594			ID	073		
5593543	Franklin	franklin	US	02038	769	America/Boise	42.01354	-111.80717	1373	Franklin,Frenklin,franklyn,franklyn  aydahw,phryanklina,Франклин,Френклин,فرانكلين,فرانکلین، آیداهو,فرینکلن، ایڈاہو,फ्र्याङ्क्लिन,ფრანკლინი		ID	041		
5593562	Fraser	fraser	US	48026	0	America/Los_Angeles	46.39101	-116.13847	919			ID	035		
5593584	Freedom	freedom	US	03836	214	America/Denver	42.9827	-111.04382	1761			ID	029		
5593632	French Creek	french-creek	US	26218	0	America/Boise	45.42323	-116.02735	596			ID	049		
5593668	Frisco	frisco	US	27936	0	America/Los_Angeles	47.51215	-115.85933	1007			ID	079		
5593708	Fruitland	fruitland	US	21826	5087	America/Boise	44.00766	-116.91655	679	Fruitland,Frutland,frwtland,frwtlnd  aydahw,phrutalyanda,Фруитланд,Фрутланд,فروتلاند,فروتلند، آیداهو,फ्रुटल्यान्ड,ფრუტლენდი		ID	075		
5593712	Fruitvale	fruitvale	US	38336	0	America/Boise	44.81516	-116.44014	939			ID	003		
5593765	Galena	galena	US	21635	0	America/Boise	43.8713	-114.65729	2237			ID	013		
5593814	Garden City	garden-city	US	11530	11550	America/Boise	43.62211	-116.23817	815	Garden Siti,Garden-Siti,Gardun Siti,gardena siti,gardn syty  aydahw,ghardn syty,Гарден Сити,Гарден-Сити,Гарден-Сіті,Гардън Сити,غاردن سيتي,گاردن سیتی، آیداهو,گارڈن سٹی، ایڈاہو,गार्डेन सिटी,გარდენ-სიტი		ID	001		
5593837	Garden Valley	garden-valley	US	83622	394	America/Boise	44.08989	-115.95206	959			ID	015		
5593848	Gardena	gardena	US	90247	0	America/Boise	43.97572	-116.19096	818			ID	015		
5593863	Garfield	garfield	US	07026	0	America/Los_Angeles	48.18409	-116.42936	652	Garfield,Midas		ID	017		
5593864	Garfield	garfield	US	07026	0	America/Boise	43.63519	-111.96386	1470			ID	051		
5593900	Garwood	garwood	US	07027	0	America/Los_Angeles	47.83185	-116.77742	707			ID	055		
5593910	Gay	gay	US	25244	0	America/Boise	43.04825	-112.1183	1718			ID	011		
5593924	Gem	gem	US	67734	0	America/Los_Angeles	47.50826	-115.86794	987			ID	079		
5597580	Keeler	keeler	US	93530	0	America/Los_Angeles	46.95713	-116.30793	906			ID	079		
5593940	Genesee	genesee	US	16923	955	America/Los_Angeles	46.55072	-116.92544	817	Dzenesi,Dzhenusi,Zhehnesi,jenesi,jnsy  aydahw,jynysy,Џенеси,Дженъси,Жэнеси,جنسی، آیداهو,جينيسي,जेनेसी,ჯენესი		ID	057		
5593944	Geneva	geneva	US	14456	0	America/Boise	42.35854	-111.06519	1883			ID	007		
5593965	Georgetown	georgetown	US	01833	467	America/Boise	42.48215	-111.37077	1842	Dzhordzhtaun,Dzordztaun,jorjata'una,jwrjtawn,Џорџтаун,Джорджтаун,جارج ٹاؤن، ایڈاہو,جرج‌تاون، آیداهو,جورجتاون,जोर्जटाउन,ჯორჯტაუნი		ID	007		
5594006	Gibbonsville	gibbonsville	US	83463	0	America/Boise	45.55548	-113.92313	1393			ID	059		
5594007	Gibbs	gibbs	US	63540	0	America/Los_Angeles	47.69074	-116.8038	655			ID	055		
5594012	Gibson	gibson	US	18820	0	America/Boise	43.10047	-112.41831	1362			ID	011		
5594023	Gifford	gifford	US	16732	0	America/Los_Angeles	46.44323	-116.55654	899			ID	069		
5594036	Gilmore	gilmore	US	72339	0	America/Boise	44.4588	-113.26975	2180			ID	059		
5594083	Glencoe	glencoe	US	41046	0	America/Boise	42.01104	-111.40826	1821			ID	007		
5594084	Glendale	glendale	US	01229	0	America/Boise	44.83461	-116.40736	1017	Glendale,Glendale School		ID	003		
5594085	Glendale	glendale	US	01229	0	America/Boise	42.12993	-111.70494	1571			ID	041		
5594090	Glengary	glengary	US	25421	0	America/Los_Angeles	48.22187	-116.37463	648			ID	017		
5594092	Glenns Ferry	glenns-ferry	US	83623	1229	America/Boise	42.9549	-115.3009	783	Glehnns Fehrri,Glenn's Ferry,Glenns Ferry,Glens Feri,ghlyns fyry,glenas pheri,glens-peri,glnz fry  aydahw,Гленс Фери,Глэннс Фэрри,غلينس فيري,گلنز فری، آیداهو,ग्लेनस् फेरी,გლენს-ფერი		ID	039		
5594098	Glenwood	glenwood	US	07418	0	America/Los_Angeles	46.24407	-115.83292	955			ID	049		
5594176	Golconda	golconda	US	62938	0	America/Los_Angeles	47.47465	-115.87099	894	Golconda,Golconda Mill		ID	079		
5594179	Godwin	godwin	US	28344	0	America/Boise	42.51269	-114.57476	1234			ID	083		
5594200	Gold Creek	gold-creek	US	59733	0	America/Los_Angeles	47.13714	-115.40792	1030			ID	079		
5594262	Golden	golden	US	38847	0	America/Los_Angeles	45.81212	-115.67986	1071			ID	049		
5594307	Gooding	gooding	US	83330	3509	America/Boise	42.93879	-114.71311	1089	GNG,Gooding,Guding,Toponis,ghwdyngh,gudinga,gudingi,gwdyng  aydahw,Гудинг,غودينغ,گودینگ، آیداهو,गूडिंग,გუდინგი	047	ID	047		
5594325	Goodrich	goodrich	US	48438	0	America/Boise	44.6535	-116.55793	845			ID	003		
5594400	Grace	grace	US	38745	897	America/Boise	42.57603	-111.73051	1687	Grehjs,Grejs,ghrys,greisi,gresa,grys  aydahw,Грейс,Грејс,Грэйс,غريس,گریس، آیداهو,ग्रेस,გრეისი		ID	029		
5594435	Grand View	grand-view	US	54839	443	America/Boise	42.98961	-116.09343	718	Grand Vju,ghrand fyw,grand-viu,grnd wyw  aydahw,gryanda bhyu,Гранд Вю,Гранд Вју,غراند فيو,گرند ویو، آیداهو,ग्र्यान्ड भ्यू,გრანდ-ვიუ		ID	073		
5594448	Grandview	grandview	US	37337	0	America/Boise	43.05297	-112.78832	1354			ID	011		
5594466	Granite	granite	US	73547	0	America/Boise	43.94073	-115.96762	1340			ID	015		
5594467	Granite	granite	US	73547	0	America/Los_Angeles	48.01046	-116.67048	694			ID	017		
5594468	Granite	granite	US	73547	0	America/Los_Angeles	48.08769	-116.42575	661			ID	017		
5594474	Grangeville	grangeville	US	83530	3155	America/Los_Angeles	45.92655	-116.12237	1036	IDH	049	ID	049		
5594533	Grant	grant	US	32949	0	America/Boise	43.64075	-112.0133	1460	Grant,Gravy Bend,Poverty Flats		ID	051		
5594607	Gray	gray	US	04039	0	America/Boise	43.04992	-111.37911	1951			ID	019		
5594639	Green	green	US	44232	0	America/Boise	45.45212	-115.9468	651			ID	049		
5594690	Greencreek	greencreek	US	83533	0	America/Los_Angeles	46.10711	-116.26431	972			ID	049		
5594703	Greenleaf	greenleaf	US	54126	882	America/Boise	43.67127	-116.81625	735			ID	027		
5594709	Greenwood	greenwood	US	04255	0	America/Boise	42.57658	-114.04947	1251			ID	053		
5594712	Greer	greer	US	29650	0	America/Los_Angeles	46.3899	-116.17514	336			ID	035		
5594859	Groveland	groveland	US	01834	877	America/Boise	43.21992	-112.37248	1370			ID	011		
5595821	Holbrook	holbrook	US	02343	0	America/Boise	42.16186	-112.65387	1457			ID	071		
5594937	Hagerman	hagerman	US	83332	867	America/Boise	42.81212	-114.89867	900	Khagehrman,Khagurman,Khejgerman,hagermani,hgrmn  aydahw,hyagaramyana,hyjyrman,Хагърман,Хагэрман,Хејгерман,هيجيرمان,هگرمن، آیداهو,ह्यागरम्यान,ჰაგერმანი		ID	047		
5594956	Hailey	hailey	US	83333	8134	America/Boise	43.51963	-114.31532	1621	Khajlehj,Khejli,SUN,hayly,hayly  aydahw,he'ili,heili,Хайлэй,Хейли,Хејли,هايلي,هایلی، آیداهو,हेइली,ჰეილი	013	ID	013		
5595030	Hamer	hamer	US	29547	51	America/Boise	43.92713	-112.20609	1464	Hamer,Sand Hole		ID	051		
5595047	Hammett	hammett	US	83627	0	America/Boise	42.94573	-115.46619	773			ID	039		
5595055	Hampton	hampton	US	03842	0	America/Los_Angeles	46.91434	-116.84933	769			ID	057		
5595086	Hansen	hansen	US	83334	1249	America/Boise	42.53068	-114.30101	1228			ID	083		
5595164	Harlem	harlem	US	30814	0	America/Los_Angeles	48.03907	-116.81242	660			ID	017		
5595173	Harpster	harpster	US	43323	0	America/Los_Angeles	45.98656	-115.96348	480	Bridgeport,Harpster		ID	049		
5595197	Harrisburg	harrisburg	US	17101	0	America/Los_Angeles	46.29684	-116.0257	939			ID	049		
5595198	Harrison	harrison	US	04040	216	America/Los_Angeles	47.45435	-116.78546	672	Alkwari't,Ałkwari't,Harrison,Kharison,Kharisun,Kharrison,harisoni,haryswn,hryswn  aydahw,hyarisana,Харисон,Харисън,Харрисон,هاريسون,هریسون، آیداهو,ह्यारिसन,ჰარისონი		ID	055		
5595220	Hart	hart	US	49420	0	America/Boise	43.88408	-111.73913	1495			ID	065		
5595231	Harvard	harvard	US	01451	0	America/Los_Angeles	46.9174	-116.7296	785			ID	057		
5595255	Hatch	hatch	US	84735	0	America/Boise	42.81936	-111.85218	1683			ID	029		
5595286	Hawkins	hawkins	US	54530	0	America/Boise	42.54353	-112.34219	1609			ID	005		
5595297	Hawley	hawley	US	18428	0	America/Boise	42.73407	-113.39584	1321	Hawley,Hawley Siding		ID	013		
5595320	Hayden	hayden	US	35079	14133	America/Los_Angeles	47.76602	-116.78658	697	Khejden,Khejdun,haydn,haydn  aydahw,hedana,heideni,Хейден,Хейдън,Хејден,هايدن,هایدن، آیداهو,ہیڈن، ایڈاہو,हेडन,ჰეიდენი		ID	055		
5595378	Hazelton	hazelton	US	58544	741	America/Boise	42.5963	-114.13614	1242	Khazehlton,Khejzelton,Khejzultun,hazltwn,hazyltwn,hejelatana,Хазэлтон,Хейзълтън,Хејзелтон,هازلتون,هازيلتون,हेजेलटन,ჰეიზელტონი		ID	053		
5595415	Heath	heath	US	01346	0	America/Boise	44.75599	-116.88211	880			ID	087		
5595450	Helena	helena	US	13649	0	America/Boise	45.17016	-116.65237	2018			ID	003		
5595530	Henry	henry	US	24102	0	America/Boise	42.90686	-111.53078	1871			ID	029		
5595566	Herman	herman	US	16039	0	America/Boise	43.14047	-111.43078	1967			ID	019		
5595576	Herrick	herrick	US	57538	0	America/Los_Angeles	47.2727	-116.10655	686			ID	079		
5595591	Heyburn	heyburn	US	83336	3223	America/Boise	42.55852	-113.7639	1266	Khehjburn,Khejbern,Khejburn,hebarna,heibarni,hybrn  aydahw,hybwrn,Хейбърн,Хејберн,Хэйбурн,هيبورن,هیبرن، آیداهو,हेबर्न,ჰეიბარნი		ID	067		
5595697	Highlands	highlands	US	07732	0	America/Boise	43.646	-116.19373	902			ID	001		
5595718	Hill City	hill-city	US	55748	0	America/Boise	43.30045	-115.05118	1554			ID	025		
5595762	Hinckley	hinckley	US	04944	0	America/Boise	43.86491	-111.8583	1474			ID	065		
5595787	Hobson	hobson	US	59452	0	America/Boise	42.53186	-113.92391	1264			ID	031		
5595851	Hollister	hollister	US	27844	276	America/Boise	42.35324	-114.57504	1379			ID	083		
5595860	Hollywood	hollywood	US	20636	0	America/Los_Angeles	46.55519	-115.83653	1009			ID	035		
5595881	Homedale	homedale	US	83628	2565	America/Boise	43.61766	-116.93376	680	Khomdejl,Khoumdehjl,Khoumdejl,homadela,houmdeili,hwmdal,hwmdyl  aydahw,Хомдејл,Хоумдейл,Хоумдэйл,هومدال,هومدیل، آیداهو,होमडेल,ჰოუმდეილი		ID	073		
5595959	Hope	hope	US	02831	88	America/Los_Angeles	48.24771	-116.30712	668			ID	017		
5596116	Horseshoe Bend	horseshoe-bend	US	72512	688	America/Boise	43.91461	-116.1979	802	Horse Shoe Bend,Horseshoe Bend,Khorssho Behnd,Khorsshu Bend,harsasu benda,horsshu-bendi,hrsshw bnd  aydahw,hwrsshw bynd,Хорсшо Бэнд,Хорсшу Бенд,هرسشو بند، آیداهو,هورسشو بيند,हर्सशू बेन्ड,ჰორსშუ-ბენდი		ID	015		
5596190	Hot Springs	hot-springs	US	24445	0	America/Boise	42.79184	-115.71786	789	Bruneau Hot Springs,Hot Spring,Hot Springs,Hotspring,Indian Hot Springs		ID	073		
5596227	Houston	houston	US	15342	0	America/Boise	43.88296	-113.57669	1781			ID	037		
5596230	Howard	howard	US	16841	0	America/Los_Angeles	46.27628	-116.2982	949			ID	061		
5596252	Howell	howell	US	07731	0	America/Los_Angeles	46.73572	-116.81683	835			ID	057		
5596269	Hoyt	hoyt	US	66440	0	America/Los_Angeles	47.25298	-115.91821	732			ID	079		
5596358	Humphrey	humphrey	US	68642	0	America/Boise	44.48825	-112.23361	1990			ID	033		
5596372	Hunt	hunt	US	14846	0	America/Boise	42.67824	-114.25003	1209			ID	053		
5596415	Huston	huston	US	83630	0	America/Boise	43.61016	-116.7832	768			ID	027		
5596462	Idaho City	idaho-city	US	83631	474	America/Boise	43.8285	-115.83455	1191	Ajdakho Siti,a'id'aho siti,aydahw syty,aydahw syty  aydahw,Айдахо Сити,Ајдахо Сити,آیداهو سیتی، آیداهو,أيداهو سيتي,आइडाहो सिटी,აიდაჰო-სიტი	015	ID	015		
5596475	Idaho Falls	idaho-falls	US	83401	59184	America/Boise	43.46658	-112.03414	1434	Ajdago-Folls,Ajdakho Fols,Ajdakho-Fols,IDA,Idaho Falls,a'id'aho phalsa,ai da he fu er si,aidaho-polsi,aidahoforuzu,aydahw falz  aydahw,aydahw fwlz,Айдаго-Фоллс,Айдахо Фолс,Айдахо-Фолс,Ајдахо Фолс,آیداهو فالز، آیداهو,أيداهو فولز,ایڈاہو فالز، ایڈاہو,आइडाहो फल्स,აიდაჰო-ფოლსი,アイダホフォールズ,爱达荷福尔斯	019	ID	019		
5596707	Indian Valley	indian-valley	US	24105	0	America/Boise	44.55711	-116.43403	915			ID	003		
5596729	Inkom	inkom	US	83245	870	America/Boise	42.7963	-112.25414	1385			ID	005		
5596741	Iona	iona	US	56141	2056	America/Boise	43.5263	-111.93302	1458	Ajona,Ijona,Iona,aiona,ayona,aywna,ywna  aydahw,Айона,Ајона,Иона,Ијона,أيونا,یونا، آیداهو,आयोना,აიონა		ID	019		
5596788	Irwin	irwin	US	15642	224	America/Boise	43.40853	-111.29939	1623			ID	019		
5596807	Island Park	island-park	US	11558	272	America/Boise	44.42436	-111.37106	1918	Ajland Park,Ajlend Park,a'ilyanda parka,aylnd park  aydahw,aysland bark,Айланд Парк,Ајланд Парк,Ајленд Парк,آیلند پارک، آیداهو,أيسلاند بارك,आइल्यान्ड पार्क,აილენდ-პარკი		ID	043		
5596895	Jackson	jackson	US	03846	0	America/Boise	42.6338	-113.57056	1269			ID	031		
5597018	Jensen	jensen	US	84035	0	America/Boise	43.74269	-111.74719	1587			ID	065		
5597034	Jerome	jerome	US	15937	11184	America/Boise	42.72407	-114.51865	1147	Dzerom,Dzherom,Dzherum,jeroma,jeromi,jrwm  aydahw,jyrwm,Џером,Джером,Джеръм,جروم، آیداهو,جيروم,جیروم، ایڈاہو,जेरोम,ჯერომი	053	ID	053		
5597171	Johnson	johnson	US	05656	0	America/Los_Angeles	46.42685	-115.91653	964			ID	035		
5597172	Johnson	johnson	US	05656	0	America/Los_Angeles	46.57268	-116.08625	978			ID	035		
5597239	Jolley	jolley	US	50551	0	America/Boise	43.84213	-111.77802	1485			ID	065		
5597275	Joseph	joseph	US	84739	0	America/Los_Angeles	46.44767	-116.82682	246			ID	069		
5597279	Joseph	joseph	US	84739	0	America/Boise	45.7971	-116.47792	1363			ID	049		
5597306	Juliaetta	juliaetta	US	83535	578	America/Los_Angeles	46.57878	-116.70599	357	Dzhuliaehtta,Dzhulieta,Dzulijeta,Juliaetta,Schupferville,juliya'eta,jwlyayta,jwlyta  aydahw,Џулијета,Джулиаэтта,Джълиета,جوليايتا,جولیتا، آیداهو,जुलियाएटा,ჯულიაეტა		ID	057		
5597330	Junction	junction	US	62954	0	America/Boise	44.70076	-113.37059	1806			ID	059		
5597538	Kamiah	kamiah	US	83536	1273	America/Los_Angeles	46.22712	-116.02931	378	Kamaja,Kamiah,Kamiaj,Kamiakh,Kamija,Kamijaj,Qamiyaqh,kamiyah,kamya  aydahw,kamyah,Камайа,Камиай,Камиах,Камия,Камијај,كامياه,کامیا، آیداهو,कामियाः,კამიაი		ID	061		
5597606	Kellogg	kellogg	US	50135	2069	America/Los_Angeles	47.53826	-116.11933	702	Kehllogg,Kelog,Kelug,kelaga,klwg  aydahw,kylwgh,Келог,Келъг,Кэллогг,كيلوغ,کلوگ، آیداهو,केलग,კელოგი		ID	079		
5597647	Kelso	kelso	US	37348	0	America/Boise	42.06853	-113.31389	1486			ID	031		
5597652	Kelso	kelso	US	37348	0	America/Los_Angeles	48.01185	-116.70659	658			ID	017		
5597656	Kendrick	kendrick	US	83537	298	America/Los_Angeles	46.61406	-116.64654	378	Kehndrik,Kendrick,Kendrik,Latah,kendrika,kndryk  aydahw,kyndryk,Кендрик,Кэндрик,كيندريك,کندریک، آیداهو,केन्ड्रिक,კენდრიკი		ID	057		
5597685	Kenyon	kenyon	US	02836	0	America/Boise	42.41547	-113.8703	1314			ID	031		
5597711	Ketchum	ketchum	US	74349	2728	America/Boise	43.68074	-114.36366	1784	Kechum,Kehtcham,Ketchum,kcham  aydahw,kecama,kytshwm,Кетчум,Кечум,Кечъм,Кэтчам,كيتشوم,کچام، آیداهو,केचम,კეტჩუმი		ID	013		
5597747	Kilgore	kilgore	US	69216	0	America/Boise	44.40214	-111.89386	1930			ID	033		
5597767	Kimball	kimball	US	24853	0	America/Boise	43.27353	-112.21942	1393			ID	011		
5597783	Kimberly	kimberly	US	25118	3610	America/Boise	42.5338	-114.36476	1196			ID	083		
5597797	King Hill	king-hill	US	83633	0	America/Boise	43.00407	-115.20396	773			ID	039		
5597920	Kootenai	kootenai	US	83840	789	America/Los_Angeles	48.3102	-116.51353	645			ID	017		
5597934	Kooskia	kooskia	US	83539	606	America/Los_Angeles	46.14489	-115.97792	394	Kooskia,Stuart		ID	049		
5597955	Kuna	kuna	US	83634	17226	America/Boise	43.49183	-116.42012	821	Kjuna,Kuna,kuna,kwna,kwna  aydahw,Куна,Кюна,Кјуна,كونا,کونا، آیداهو,کونا، ایڈاہو,कुना,კუნა		ID	001		
5597977	Labelle	labelle	US	33935	0	America/Boise	43.70325	-111.8608	1488	Cleveland,Labelle		ID	051		
5597979	Laclede	laclede	US	64651	0	America/Los_Angeles	48.17019	-116.75603	642			ID	017		
5597981	Lacon	lacon	US	61540	0	America/Los_Angeles	47.43907	-116.74518	848			ID	055		
5598006	Lake	lake	US	25121	0	America/Boise	44.66687	-111.39357	1991			ID	043		
5598060	Lake Fork	lake-fork	US	62541	0	America/Boise	44.83267	-116.08485	1516			ID	085		
5598096	Lakeview	lakeview	US	28350	0	America/Los_Angeles	47.97018	-116.44658	694	Chloride,Lakeview		ID	017		
5598129	Lamont	lamont	US	32336	0	America/Boise	43.96964	-111.21606	1838			ID	043		
5598133	Lanark	lanark	US	25860	0	America/Boise	42.28159	-111.42854	1815	Freedom,Lanark,South Liberty		ID	007		
5598159	Lane	lane	US	29564	0	America/Los_Angeles	47.50686	-116.53628	661			ID	055		
5598185	Lapwai	lapwai	US	83540	1147	America/Los_Angeles	46.40489	-116.80487	291			ID	069		
5600119	Manson	manson	US	27553	0	America/Boise	42.56964	-111.49883	1778	Manson,Manson Siding		ID	007		
5600139	Mapleton	mapleton	US	04757	0	America/Boise	42.08381	-111.74883	1431	Mapleton,Saint Joseph		ID	041		
5598333	Lava Hot Springs	lava-hot-springs	US	83246	407	America/Boise	42.61936	-112.01107	1530	Lala Khot Springs,Lava Khot Springs,labha hata springas,lafa hwt sbrynghs,lawa hat aspryngz  aydahw,Лава Хот Спрингс,Лала Хот Спрингс,لافا هوت سبرينغس,لاوا هات اسپرینگز، آیداهو,लाभा हट स्प्रिङ्गस्,ლავა-ჰოტ-სპრინგსი		ID	005		
5598362	Leadore	leadore	US	83464	102	America/Boise	44.6802	-113.35809	1820			ID	059		
5598366	Leadville	leadville	US	80461	0	America/Boise	44.70576	-113.30809	1956			ID	059		
5598398	Leesburg	leesburg	US	08327	0	America/Boise	45.22381	-114.11396	2028	Leesburg,Leesburgh		ID	059		
5598461	Leland	leland	US	28451	0	America/Los_Angeles	46.57795	-116.60682	683			ID	069		
5598462	Lemhi	lemhi	US	83465	0	America/Boise	44.85159	-113.61977	1585			ID	059		
5598492	Lenore	lenore	US	25676	0	America/Los_Angeles	46.50851	-116.55098	288			ID	069		
5598502	Leonia	leonia	US	07605	0	America/Los_Angeles	48.61661	-116.04963	558	Leonai,Leonia		ID	021		
5598513	Leslie	leslie	US	25972	0	America/Boise	43.86574	-113.46751	1738			ID	037		
5598538	Lewiston	lewiston	US	04240	32544	America/Los_Angeles	46.41655	-117.01766	227	L'juiston,LWS,Leviston,Lewiston,Luiston,Luistun,Stqhweyiyep,liu yi si dun,livisatana,lwystwn,lwystwn  aydahw,ruisuton,Левистон,Луистон,Луистън,Льюистон,لويستون,لویستون، آیداهو,لیوئسٹں، ایڈاہو,लिविसटन,ლიუისტონი,ルイストン,刘易斯顿	069	ID	069		
5598545	Lewisville	lewisville	US	19351	478	America/Boise	43.69574	-112.01053	1463			ID	051		
5598551	Liberty	liberty	US	04949	0	America/Boise	42.31715	-111.45215	1825			ID	007		
5598552	Liberty	liberty	US	04949	0	America/Boise	43.1688	-112.55526	1360			ID	011		
5598593	Lightfoot	lightfoot	US	23090	0	America/Los_Angeles	45.71852	-115.36096	1324			ID	049		
5598628	Lignite	lignite	US	58752	0	America/Los_Angeles	48.22881	-116.54103	633			ID	017		
5598674	Lincoln	lincoln	US	01773	3647	America/Boise	43.51297	-111.96441	1450			ID	019		
5598710	Linden	linden	US	07036	0	America/Los_Angeles	46.67073	-116.49821	828			ID	057		
5599095	Little Rock	little-rock	US	29567	0	America/Boise	43.91683	-116.69375	689			ID	045		
5599333	Lone Pine	lone-pine	US	93545	0	America/Boise	44.18602	-112.935	1892			ID	033		
5599356	Lone Rock	lone-rock	US	50559	0	America/Boise	42.76741	-112.8211	1447			ID	077		
5599543	Lorenzo	lorenzo	US	79343	0	America/Boise	43.72824	-111.87136	1482			ID	051		
5599628	Lotus	lotus	US	95651	0	America/Los_Angeles	47.22991	-116.61739	661	Lotus,Lotus Station		ID	009		
5599665	Lowell	lowell	US	01850	0	America/Los_Angeles	46.14407	-115.59569	453			ID	049		
5599767	Lowman	lowman	US	14861	42	America/Boise	44.08351	-115.62066	1151			ID	015		
5599769	Lucile	lucile	US	83542	0	America/Boise	45.53517	-116.31041	503			ID	049		
5599819	Lund	lund	US	89317	0	America/Boise	42.6427	-111.88857	1677	Hawley,Lund		ID	029		
5599842	Lyman	lyman	US	29365	0	America/Boise	43.73908	-111.81774	1489	Lyman,Lyon Creek		ID	065		
5599888	Mackay	mackay	US	83251	476	America/Boise	43.91463	-113.61336	1800	Carbonate,Mackay		ID	037		
5599917	Macon	macon	US	27551	0	America/Boise	43.32657	-114.54505	1526			ID	025		
5603874	Pingree	pingree	US	58476	0	America/Boise	43.11658	-112.5986	1357			ID	011		
5600035	Malad City	malad-city	US	83252	2050	America/Boise	42.19159	-112.2508	1387	MLD,Malad,Malad City,Malad Siti,Malade,Malade City,malad kanty  aydahw,malad syty  aydahw,Малад Сити,مالاد سيتي، أيداهو,مالاد کانتی، آیداهو,მალად-სიტი	071	ID	071		
5600078	Malta	malta	US	43758	198	America/Boise	42.3063	-113.36917	1377	Mal'ta,Malta,Molta,malta,mlta  aydahw,Малта,Мальта,Молта,مالتا,ملتا، آیداهو,माल्टा,მალტა		ID	031		
5600169	Marion	marion	US	02738	0	America/Boise	42.28658	-113.91113	1364			ID	031		
5600180	Mark	mark	US	61340	0	America/Boise	43.77519	-111.83191	1480			ID	065		
5600229	Marsing	marsing	US	83639	1287	America/Boise	43.54544	-116.8132	701	Butte,Claytonia,Erb,Marsing		ID	073		
5600246	Martin	martin	US	15460	0	America/Boise	43.51879	-113.56724	1721			ID	023		
5600287	Marysville	marysville	US	17053	0	America/Boise	44.0713	-111.42023	1611			ID	043		
5600336	May	may	US	73851	0	America/Boise	44.60437	-113.912	1545			ID	059		
5600340	Mayfield	mayfield	US	12117	0	America/Boise	43.41795	-115.90149	1097	Corder,Mayfield		ID	039		
5600361	Mc Arthur	mc-arthur	US	45651	0	America/Los_Angeles	48.52354	-116.43353	650			ID	021		
5600363	McCall	mccall	US	83638	3106	America/Boise	44.91101	-116.09874	1528	Lakeport,MYL,MakKol,Makkol,Makol,McCall,makal,mika kala,МакКол,Маккол,Макол,ماكال,مک‌کال، آیداهو,मिक कल,მაკკოლი		ID	085		
5600375	McCammon	mccammon	US	83250	797	America/Boise	42.65047	-112.19302	1458	McCammon,McCommon		ID	005		
5600487	McHenry	mchenry	US	58464	0	America/Boise	42.59547	-114.05225	1246			ID	053		
5600571	Meadow Creek	meadow-creek	US	25977	0	America/Los_Angeles	48.81994	-116.15686	733			ID	021		
5600647	Medimont	medimont	US	83842	0	America/Los_Angeles	47.47602	-116.60434	665			ID	055		
5600660	Melrose	melrose	US	02176	0	America/Los_Angeles	46.40823	-116.45459	973			ID	069		
5600664	Melba	melba	US	83641	531	America/Boise	43.37544	-116.52901	813			ID	027		
5600672	Menan	menan	US	83434	754	America/Boise	43.72074	-111.98997	1465	Cedar Butte,Heals Island,Menan,Platt,Pooles Island		ID	051		
5600685	Meridian	meridian	US	13113	90739	America/Boise	43.61211	-116.39151	794	Meridian,Meridijan,Muridiun,meridian,meridiani,meridiyana,mrydyan  aydahw,myrydyan,Меридиан,Меридијан,Меридіан,Мъридиън,مریدیان، آیداهو,ميريديان,میریڈیئن، ایڈاہو,मेरिडियन,მერიდიანი,メリディアン		ID	001		
5600712	Mesa	mesa	US	81643	0	America/Boise	44.62878	-116.4507	991	Mesa,Меса		ID	003		
5600729	Mica	mica	US	99023	0	America/Los_Angeles	47.62046	-116.8713	788			ID	055		
5600890	Middleton	middleton	US	01949	6828	America/Boise	43.70683	-116.62014	731			ID	027		
5600902	Midnight	midnight	US	39115	0	America/Boise	44.92296	-115.33066	1917			ID	085		
5600910	Midvale	midvale	US	44653	165	America/Boise	44.47127	-116.73461	775			ID	087		
5600913	Midway	midway	US	15060	0	America/Boise	43.62544	-116.63236	742			ID	027		
5600914	Midway	midway	US	15060	0	America/Boise	43.70686	-112.00497	1464			ID	051		
5601070	Milltown	milltown	US	08850	0	America/Los_Angeles	47.32408	-116.54322	672	Milltown,Miltown		ID	009		
5601073	Milner	milner	US	30257	0	America/Boise	42.51852	-114.02281	1267	Cedars,Milner		ID	083		
5601083	Milo	milo	US	04463	0	America/Boise	43.61075	-111.88386	1487			ID	019		
5601107	Mineral	mineral	US	23117	0	America/Boise	44.56516	-117.07767	926			ID	087		
5601140	Minidoka	minidoka	US	83343	112	America/Boise	42.7538	-113.49028	1305			ID	067		
5601211	Mitchell	mitchell	US	30820	0	America/Boise	43.39714	-112.11081	1415			ID	011		
5601241	Mohler	mohler	US	99154	0	America/Los_Angeles	46.28961	-116.34625	987			ID	061		
5601289	Monteview	monteview	US	83435	0	America/Boise	43.97185	-112.53638	1461			ID	051		
5601297	Montour	montour	US	50173	0	America/Boise	43.92489	-116.32874	766	Marsh,Montour		ID	045		
5601299	Montpelier	montpelier	US	05601	2509	America/Boise	42.32215	-111.2977	1823	Monpelie,Montpelehjr,Montpilijer,montapeliyara,mwntbylyr,mwntplyr  aydahw,Монпелие,Монтпелэйр,Монтпилијер,مونتبيلير,مونتپلیر، آیداهو,مونٹپیلیئر، ایڈاہو,मोन्टपेलियर,მონპელიე		ID	007		
5601342	Moody	moody	US	04054	0	America/Boise	43.83686	-111.63496	1569			ID	065		
5601384	Moore	moore	US	29369	164	America/Boise	43.73573	-113.3664	1668	Mur,Мур		ID	023		
5601453	Mora	mora	US	55051	0	America/Boise	43.45961	-116.35317	842			ID	001		
5601462	Moreland	moreland	US	30259	1278	America/Boise	43.22269	-112.44248	1360	Keever,Moreland		ID	011		
5601469	Morgan	morgan	US	05853	0	America/Boise	43.06047	-111.92746	1753			ID	011		
5601523	Morrow	morrow	US	30260	0	America/Los_Angeles	46.12683	-116.52348	1255			ID	061		
5601532	Morton	morton	US	14508	0	America/Los_Angeles	48.2013	-116.69242	634			ID	017		
5601538	Moscow	moscow	US	05662	25060	America/Los_Angeles	46.73239	-117.00017	786	Hog Heaven,Moscow,Moskou,Moskov,Moskva,Paradise Valley,S'maqw'l,masko,moseuko,mosuko,mskw  aydahw,mwskw,Москва,Москов,Москоу,ماسکو، ایڈاہو,مسکو، آیداهو,موسكو,मस्को,მოსკოვი,モスコー,모스코	057	ID	057		
5601576	Moss	moss	US	38575	0	America/Boise	43.61572	-116.62013	743			ID	027		
5601601	Mound Valley	mound-valley	US	67354	0	America/Boise	42.35714	-111.71245	1510	Mound Valley,Perry		ID	041		
5601615	Mountain Home	mountain-home	US	28758	13730	America/Boise	43.13295	-115.6912	959	MUO,Mountain Home,Tuttville	039	ID	039		
5601667	Moyie Springs	moyie-springs	US	83845	717	America/Los_Angeles	48.72633	-116.18853	675			ID	021		
5601806	Mullan	mullan	US	83846	675	America/Los_Angeles	47.47021	-115.80183	999			ID	079		
5601827	Murphy	murphy	US	28906	97	America/Boise	43.21822	-116.55234	854		073	ID	073		
5601842	Murray	murray	US	42071	0	America/Los_Angeles	47.62715	-115.8585	845			ID	079		
5601859	Murtaugh	murtaugh	US	83344	124	America/Boise	42.49241	-114.16225	1245			ID	083		
5601868	Musselshell	musselshell	US	59059	0	America/Los_Angeles	46.35713	-115.74375	976			ID	035		
5601896	Myrtle	myrtle	US	38650	0	America/Los_Angeles	46.49683	-116.72598	258			ID	069		
5601933	Nampa	nampa	US	83651	89839	America/Boise	43.54072	-116.56346	767	Nampa,New Jerusalem,namba,nampa,nampa  aydahw,nan pa,nanpa,Нампа,نامبا,نامپا، آیداهو,نامپا، ایڈاہو,नाम्पा,ნამპა,ナンパ,楠帕		ID	027		
5601941	Naples	naples	US	04055	0	America/Los_Angeles	48.57104	-116.39242	621			ID	021		
5601965	Nashville	nashville	US	27856	0	America/Boise	42.04937	-111.80856	1400			ID	041		
5602077	New Meadows	new-meadows	US	83654	471	America/Boise	44.97128	-116.28402	1179	New Meadows,Whites Mail Station		ID	003		
5602080	New Plymouth	new-plymouth	US	45654	1503	America/Boise	43.96989	-116.81904	689	N'ju Plajmaus,N'ju-Plimut,Nju Plimut,n'yu plimath,nyw blaymwth,nyw playmwth  aydahw,Њу Плимут,Нью Плаймаус,Нью-Плимут,Нью-Плімут,Ню Плимът,نيو بلايموث,نیو پلایموث، آیداهو,न्यु प्लिमथ्,ნიუ-პლიმუთი		ID	075		
5602094	Newdale	newdale	US	83436	307	America/Boise	43.88325	-111.60635	1548			ID	043		
5602096	Newman	newman	US	61942	0	America/Los_Angeles	48.2077	-116.43519	700			ID	017		
5602128	Nezperce	nezperce	US	83543	468	America/Los_Angeles	46.23489	-116.2407	980	Nehzpers,Nezpers,Nezpurs,nejparsa,nyzbyrs,nzprs  aydahw,Незперс,Незпърс,Нэзперс,نزپرس، آیداهو,نيزبيرس,नेज्पर्स,ნეზპერსი	061	ID	061		
5602246	Nora	nora	US	24272	0	America/Los_Angeles	46.76378	-116.70182	814			ID	057		
5602255	Nordman	nordman	US	83848	0	America/Los_Angeles	48.63393	-116.94727	801			ID	017		
5602312	North Fork	north-fork	US	83466	0	America/Boise	45.40603	-113.99396	1107			ID	059		
5602576	North Pole	north-pole	US	99705	0	America/Los_Angeles	47.90435	-116.74214	729			ID	055		
5602653	Norwood	norwood	US	02062	0	America/Boise	44.8085	-116.10318	1499	Norwood,Norwood Station		ID	085		
5602660	Notus	notus	US	83656	546	America/Boise	43.72544	-116.80126	706	Notus,Noutus,notas,nwtws,nwtws  aydahw,Нотус,Ноутъс,نوتوس,نوتوس، آیداهو,नोटस्,ნოტუსი		ID	027		
5602729	Oakley	oakley	US	48649	790	America/Boise	42.24325	-113.88196	1393	Goose Creek Crossing,Oakley		ID	031		
5602749	Oden	oden	US	49764	0	America/Los_Angeles	48.32215	-116.41269	647			ID	017		
5602753	Ola	ola	US	72853	0	America/Boise	44.17822	-116.29264	917			ID	045		
5602809	Oldtown	oldtown	US	21555	181	America/Los_Angeles	48.17879	-117.03798	647			ID	017		
5602838	Onaway	onaway	US	49765	189	America/Los_Angeles	46.92823	-116.891	799	Bulltown,Onaway		ID	057		
5602848	Omega	omega	US	31775	0	America/Los_Angeles	47.3338	-116.4785	657			ID	009		
5602873	Ora	ora	US	46968	0	America/Boise	44.08602	-111.53329	1582	Arcadia,Ora,Sand Creek		ID	043		
5602875	Orchard	orchard	US	50460	0	America/Boise	43.31461	-116.02621	961	Bisuka,Orchard		ID	001		
5602888	Oreana	oreana	US	62554	0	America/Boise	43.0535	-116.39511	858			ID	073		
5602909	Orofino	orofino	US	83544	3054	America/Los_Angeles	46.47935	-116.25514	314	Orofino,awrwfynw,awrwfynw  aydahw,orophino,oropino,Орофино,أوروفينو,اوروفینو، آیداهو,ओरोफिनो,ოროფინო	035	ID	035		
5602918	Orogrande	orogrande	US	88342	0	America/Los_Angeles	45.70546	-115.54346	1398			ID	049		
5602934	Osburn	osburn	US	83849	1510	America/Los_Angeles	47.50604	-115.99933	768	Georgetown,Osborne,Osburn		ID	079		
5602937	Osgood	osgood	US	45351	0	America/Boise	43.57019	-112.10303	1460			ID	019		
5602987	Ovid	ovid	US	14521	0	America/Boise	42.28882	-111.39826	1810			ID	007		
5603017	Owyhee	owyhee	US	89832	0	America/Boise	43.41822	-116.20067	905			ID	001		
5603032	Oxford	oxford	US	01540	47	America/Boise	42.25881	-112.02135	1464	Oksford,Оксфорд		ID	041		
5603126	Page	page	US	25152	0	America/Los_Angeles	47.5327	-116.20378	739			ID	079		
5603147	Palisades	palisades	US	10964	0	America/Boise	43.35186	-111.21772	1644	Palisades,Palisades Townsite		ID	019		
5603240	Paris	paris	US	04271	506	America/Boise	42.22715	-111.40104	1818	Paris,Parizh,bars,parys  aydahw,perisa,Париж,Парис,بارس,پاریس، آیداهو,پیرس، ایڈاہو,पेरिस,პარიზი	007	ID	007		
5603272	Parker	parker	US	16049	298	America/Boise	43.95936	-111.75774	1502	Garden Grove,Parker,Паркер		ID	043		
5603310	Parma	parma	US	49269	2082	America/Boise	43.78516	-116.94321	680	Lower Boise,Parma,Парма		ID	027		
5603373	Patterson	patterson	US	12563	0	America/Boise	44.52353	-113.71226	1839			ID	059		
5603389	Pauline	pauline	US	29374	0	America/Boise	42.57075	-112.56026	1527	Meadow,Pauline		ID	077		
5603391	Paul	paul	US	83347	1192	America/Boise	42.60796	-113.78335	1265			ID	067		
5603393	Payette	payette	US	83661	7380	America/Boise	44.07822	-116.93377	655	Blossom City,Boomerang,Pajehtt,Pajet,Payette,Payettenville,Pejet,bayyt  aydahw,payt  aydahw,Пайет,Пайэтт,Пејет,باييت، أيداهو,پایت، آیداهو,პაიეტი	075	ID	075		
5603417	Payne	payne	US	45880	0	America/Boise	43.57269	-112.0533	1447			ID	019		
5603439	Pearl	pearl	US	39208	0	America/Boise	43.85572	-116.31735	1266	De Lava,Pearl		ID	045		
5603448	Pearson	pearson	US	31642	0	America/Los_Angeles	47.35437	-115.72988	973	Bogle,Pearson		ID	079		
5603460	Peck	peck	US	48466	185	America/Los_Angeles	46.49879	-116.43348	292	Peck,Peck Station		ID	035		
5603461	Peck	peck	US	48466	201	America/Los_Angeles	46.47518	-116.42431	332			ID	069		
5603484	Pegram	pegram	US	37143	0	America/Boise	42.14271	-111.12881	1839			ID	007		
5603500	Pella	pella	US	50219	0	America/Boise	42.47519	-113.83863	1290			ID	031		
5603540	Perkins	perkins	US	30822	0	America/Boise	43.60489	-116.27373	824			ID	001		
5603660	Picabo	picabo	US	83348	0	America/Boise	43.30574	-114.06781	1475			ID	013		
5603695	Pierce	pierce	US	68767	487	America/Los_Angeles	46.49102	-115.79903	943			ID	035		
5603756	Pine	pine	US	80470	0	America/Boise	43.48406	-115.31203	1291	Pine,Pine Grove		ID	039		
5603841	Pine Ridge	pine-ridge	US	41360	0	America/Boise	44.93878	-116.38263	1256			ID	003		
5603859	Pinehurst	pinehurst	US	01866	0	America/Boise	45.25267	-116.3343	826			ID	003		
5603860	Pinehurst	pinehurst	US	01866	1580	America/Los_Angeles	47.53881	-116.23739	678			ID	079		
5603863	Pineview	pineview	US	31071	0	America/Boise	44.28631	-111.31078	1871	Pineview,Pineview Siding		ID	043		
5603977	Placerville	placerville	US	81430	53	America/Boise	43.94323	-115.94706	1318			ID	015		
5603982	Plano	plano	US	52581	0	America/Boise	43.89102	-111.89164	1478	Hiatt,Plain,Plano		ID	065		
5603994	Plaza	plaza	US	58771	0	America/Boise	43.91128	-116.43291	756			ID	045		
5604001	Pleasant Valley	pleasant-valley	US	12569	0	America/Boise	43.44461	-116.24706	894			ID	001		
5604017	Pleasant View	pleasant-view	US	37146	0	America/Los_Angeles	47.68685	-117.01242	664			ID	055		
5604033	Plummer	plummer	US	56748	1019	America/Los_Angeles	47.33518	-116.88851	836	Hnt'achqn,Plamer,Plummehr,Plummer,Plumur,blwmyr,plamara,plamr  aydahw,Пламер,Плуммэр,Плъмър,بلومير,پلامر، آیداهو,प्लमर,პლამერი		ID	009		
5604045	Pocatello	pocatello	US	83201	54441	America/Boise	42.8713	-112.44553	1360	PIH,Pocatello,Pocatello Junction,Pokatello,Pokatelo,Poukatelou,bo ka te luo,bwkatylw,pokatelo,pokaterro,pokeotello,pwkatlw  aydahw,Покателло,Покатело,Поукателоу,بوكاتيلو,پوکاتلو، آیداهو,پوکاٹیلو، ایڈاہو,पोकातेलो,პოკატელო,ポカテッロ,波卡特洛,포커텔로	005	ID	005		
5604204	Pollock	pollock	US	57648	0	America/Boise	45.31239	-116.35902	711	Pollack,Pollock		ID	049		
5604222	Ponderay	ponderay	US	83852	1138	America/Los_Angeles	48.30548	-116.5338	648			ID	017		
5604261	Poplar	poplar	US	54864	0	America/Boise	43.62019	-111.68579	1532			ID	019		
5604328	Porthill	porthill	US	83853	0	America/Los_Angeles	48.99829	-116.49799	553	Kootenai,Kootenay,Ockanook,Ocknock,Ockonook,Port Hill,Porthill,Wonder		ID	021		
5604353	Post Falls	post-falls	US	83854	30453	America/Los_Angeles	47.71796	-116.95159	665	Marshall,Post Falls,Post Fols,Post-Folls,Post-Fols,Q'emiln,bwst fwlz,posta phalsa,pst falz  aydahw,Пост Фолс,Пост-Фоллс,Пост-Фолс,بوست فولز,پست فالز، آیداهو,پوسٹ فالز، ایڈاہو,पोस्ट फल्स,პოსტ-ფოლსი		ID	055		
5604394	Potlatch	potlatch	US	83855	805	America/Los_Angeles	46.92156	-116.89822	776	Paalach,Paałach,Potlatch		ID	057		
5604448	Prairie	prairie	US	39756	0	America/Boise	43.50489	-115.57398	1464	Fall Creek,Lenox,Prairie,Smiths Prairie		ID	039		
5604473	Preston	preston	US	06365	5212	America/Boise	42.09631	-111.87662	1437	City of Preston,Prehston,Preston,Prestun,Worm Creek,brystwn  aydahw,prstwn  aydahw,Престон,Престън,Прэстон,بريستون، أيداهو,پرستون، آیداهو,პრესტონი	041	ID	041		
5604496	Prichard	prichard	US	25555	0	America/Los_Angeles	47.65631	-115.97628	740			ID	079		
5604510	Priest River	priest-river	US	83856	1758	America/Los_Angeles	48.18097	-116.91157	652	Priest River,Valencia		ID	017	7174137	
5604529	Princeton	princeton	US	01541	148	America/Los_Angeles	46.91406	-116.83405	767			ID	057		
5604806	Ramey	ramey	US	16671	0	America/Boise	44.00266	-116.93794	653			ID	075		
5604819	Ramsey	ramsey	US	07446	0	America/Los_Angeles	47.86435	-116.80825	710			ID	055		
5604986	Raymond	raymond	US	03077	0	America/Boise	42.27465	-111.0588	1872	Corinth,Raymond,Thomas Fork		ID	007		
5604999	Rea	rea	US	64480	0	America/Boise	44.46964	-111.43523	1945	Arangee,Rea		ID	043		
5605006	Rebecca	rebecca	US	31783	0	America/Boise	44.24072	-116.85794	657	Rebecca,Rebecca Station		ID	087		
5605173	Regina	regina	US	41559	0	America/Boise	43.39017	-115.99205	1025			ID	001		
5605194	Renfrew	renfrew	US	16053	0	America/Los_Angeles	47.14407	-116.43849	823			ID	009		
5605237	Reubens	reubens	US	83548	71	America/Los_Angeles	46.32211	-116.54265	1075	Reubens,Rubens,Ruebens		ID	061		
5605242	Rexburg	rexburg	US	83440	27663	America/Boise	43.82602	-111.78969	1483	RXE,Reksberg,Reksburg,reksburgi,rksbrg  aydahw,ryksbwrgh  aydahw,Рексберг,Рексбург,Рексбърг,ريكسبورغ، أيداهو,رکسبرگ، آیداهو,რექსბურგი	065	ID	065		
5605246	Reynolds	reynolds	US	31076	0	America/Boise	43.20127	-116.74429	1198	Brunzel,Reynolds		ID	073		
5605298	Richfield	richfield	US	17086	486	America/Boise	43.04852	-114.15559	1310	Alberta,Richfield		ID	063		
5605307	Riddle	riddle	US	97469	0	America/Boise	42.18684	-116.11038	1636			ID	073		
5605317	Ridgedale	ridgedale	US	65739	0	America/Boise	42.02298	-112.47997	1529			ID	071		
5605321	Rigby	rigby	US	83442	4029	America/Boise	43.67241	-111.91497	1480	Rigbi,rigbi,rygby  aydahw,ryghby,Ригби,ريغبي,ریگبی، آیداهو,रिग्बी,რიგბი	051	ID	051		
5605330	Riggins	riggins	US	83549	418	America/Boise	45.42211	-116.31541	555	Riggins,Rigins,riginsi,rygynz  aydahw,ryjyns  aydahw,Риггинс,Ригинс,ريجينس، أيداهو,ریگینز، آیداهو,რიგინსი		ID	049		
5605403	Ririe	ririe	US	83443	637	America/Boise	43.63186	-111.77357	1513			ID	051		
5605422	Riverdale	riverdale	US	07457	0	America/Los_Angeles	47.32963	-116.55572	651			ID	009		
5605423	Riverdale	riverdale	US	07457	0	America/Boise	42.16131	-111.83773	1389			ID	041		
5605426	Riverside	riverside	US	02915	838	America/Boise	43.19686	-112.43526	1359			ID	011		
5605427	Riverside	riverside	US	02915	0	America/Boise	43.50182	-116.7668	695	Keeneys Ferry,Lower Boise,McDowells Ferry,Riverside		ID	027		
5605428	Riverside	riverside	US	02915	0	America/Los_Angeles	46.49546	-116.29736	305			ID	035		
5605493	Roberts	roberts	US	54023	573	America/Boise	43.72019	-112.12636	1456	Market Lake,Roberts		ID	051		
5605582	Rock Creek	rock-creek	US	25174	0	America/Boise	42.43214	-114.30559	1252			ID	083		
5605653	Rockaway Beach	rockaway-beach	US	65740	0	America/Los_Angeles	47.78852	-116.69991	699			ID	055		
5605658	Rockford	rockford	US	35136	276	America/Boise	43.18964	-112.53471	1361			ID	011		
5605662	Rockland	rockland	US	02370	290	America/Boise	42.57325	-112.87721	1417			ID	077		
5605679	Rockville	rockville	US	02873	0	America/Boise	43.34266	-117.00125	1214			ID	073		
5605712	Rocky Point	rocky-point	US	11778	0	America/Los_Angeles	47.35574	-116.74628	676	Rocky Point,Shsht'ut		ID	009		
5605747	Rogerson	rogerson	US	83302	0	America/Boise	42.21797	-114.5942	1493	Deep Creek Meadows,Rogerson,Terminal City		ID	083		
5605749	Roland	roland	US	50236	0	America/Los_Angeles	47.37993	-115.66904	1296			ID	079		
5605790	Rose	rose	US	14542	0	America/Boise	43.25436	-112.32609	1377			ID	011		
5605791	Rose	rose	US	14542	0	America/Boise	42.60353	-111.53772	1768			ID	029		
5605852	Roswell	roswell	US	30075	0	America/Boise	43.74905	-116.96182	690	Roswell,Stella Vista		ID	027		
5605927	Rover	rover	US	72860	0	America/Los_Angeles	47.20324	-116.57628	742	Rover,Rover Station		ID	009		
5605941	Roy	roy	US	59471	0	America/Boise	42.3638	-112.8311	1557			ID	077		
5605945	Rubicon	rubicon	US	53078	0	America/Boise	44.98211	-116.36874	1286			ID	003		
5605948	Ruby	ruby	US	12475	0	America/Boise	42.5038	-113.8228	1284			ID	031		
5605979	Rudy	rudy	US	72952	0	America/Boise	43.65658	-111.8333	1499	Clark,Rudy		ID	051		
5606000	Rupert	rupert	US	05768	5705	America/Boise	42.61908	-113.67723	1267	Rupehrt,Rupert,Rupurt,ruparta,rwbyrt,rwprt  aydahw,Руперт,Рупърт,Рупэрт,روبيرت,روپرت، آیداهو,रुपर्ट,რუპერტი	067	ID	067		
5606187	Saint Anthony	saint-anthony	US	47575	3542	America/Boise	43.9663	-111.68218	1514		043	ID	043		
5606195	Saint Charles	saint-charles	US	24282	131	America/Boise	42.11382	-111.38882	1818	Sent-Charl'z,Сент-Чарльз		ID	007		
5606204	Saint Joe	saint-joe	US	46785	0	America/Los_Angeles	47.31103	-116.35294	658	Eltumishkwe',Ełtumishkwe',Ferrell,Saint Joe,St. Joe		ID	009		
5606214	Saint Johns	saint-johns	US	18247	0	America/Boise	42.21381	-112.29191	1435			ID	071		
5606232	Saint Maries	saint-maries	US	83861	2402	America/Los_Angeles	47.31435	-116.56267	668	Hnch'emtsn,Saint Maries,St. Maries	009	ID	009		
5606267	Salem	salem	US	01970	0	America/Boise	43.87658	-111.77302	1489			ID	065		
5606275	Salmon	salmon	US	83467	3036	America/Boise	45.17575	-113.8959	1202	SMN,Salmon,Salmon City,Salmun,salmoni,salmwn  aydahw,Салмон,Салмън,سالمون، آیداهو,سالمون، أيداهو,სალმონი	059	ID	059		
5606328	Samaria	samaria	US	48177	0	America/Boise	42.1177	-112.33691	1365			ID	071		
5608388	Spirit Lake	spirit-lake	US	51360	2086	America/Los_Angeles	47.96629	-116.86853	783			ID	055		
5608554	Springdale	springdale	US	15144	0	America/Boise	42.51546	-113.69085	1278			ID	031		
5606401	Sandpoint	sandpoint	US	83864	7835	America/Los_Angeles	48.27659	-116.55325	639	Hangtown,Q'apq'api,Sandpoint,Sandpojnt,samdapo'inta,sandbwynt,sang de bo yin te,sndpwynt  aydahw,syandapo'inta,Сандпойнт,Сандпојнт,ساندبوينت,سندپوینت، آیداهو,सँडपॉइंट,स्यान्डपोइन्ट,სანდპოინტი,桑德波因特	017	ID	017		
5606410	Sanders	sanders	US	41083	0	America/Los_Angeles	47.10629	-116.79628	833	Ni'ch'ch'a'ra'lqw,Sanders		ID	009		
5606432	Santa	santa	US	83866	0	America/Los_Angeles	47.15019	-116.44905	811	Santa,Spostetkwe'		ID	009		
5606684	Sebree	sebree	US	42455	0	America/Boise	43.18573	-115.79065	964	Sebree,Sebree Siding		ID	039		
5606727	Selby	selby	US	57472	0	America/Boise	43.34379	-114.71061	1535			ID	025		
5606850	Sharon	sharon	US	02067	0	America/Boise	42.35048	-111.4791	1916			ID	007		
5607051	Shelley	shelley	US	83274	4339	America/Boise	43.3813	-112.12331	1412			ID	011		
5607110	Shiloh	shiloh	US	08353	0	America/Los_Angeles	48.54493	-116.39547	654	Shilah,Shiloh,Shiloh Station		ID	021		
5607205	Shoshone	shoshone	US	83352	1488	America/Boise	42.93602	-114.40588	1208	Bottoms,Naples,Shoshone,Shoshoni,Shoshoun,shoshouni,shwshwn,shwshwny  aydahw,sosona,Шошони,Шошоун,شوشون,شوشونی، آیداهو,शोशोन,შოშოუნი	063	ID	063		
5607231	Shoup	shoup	US	83469	0	America/Boise	45.37686	-114.27703	1033			ID	059		
5607280	Silver City	silver-city	US	39166	0	America/Boise	43.01683	-116.73318	1880			ID	073		
5607343	Silver Star	silver-star	US	59751	0	America/Boise	42.08187	-111.95495	1436			ID	041		
5607357	Silverton	silverton	US	79257	0	America/Los_Angeles	47.49298	-115.95544	807	Silverton,West Wallace		ID	079		
5607377	Sinclair	sinclair	US	04779	0	America/Los_Angeles	48.92912	-116.17687	779	Sinclair,Sinclair Station		ID	021		
5607640	Slocum	slocum	US	02877	0	America/Los_Angeles	46.55546	-116.01625	973			ID	035		
5607662	Smelterville	smelterville	US	83868	603	America/Los_Angeles	47.5427	-116.18156	681			ID	079		
5607916	Soda Springs	soda-springs	US	83276	2944	America/Boise	42.65437	-111.60467	1760	Soda Springs,Souda Springs,Tosoiba,swda aspryngz  aydahw,swda sbryngh  aydahw,Сода Спрингс,Соуда Спрингс,سودا اسپرینگز، آیداهو,سودا سبرينغ، أيداهو,სოდა-სპრინგსი	029	ID	029		
5607923	Soldier	soldier	US	41173	0	America/Boise	43.37018	-114.79173	1559			ID	025		
5608290	South Mountain	south-mountain	US	17261	0	America/Boise	42.7521	-116.92347	2000			ID	073		
5608331	Southwick	southwick	US	01077	0	America/Los_Angeles	46.60351	-116.47209	909	Southwich,Southwick		ID	069		
5608336	Spalding	spalding	US	49886	0	America/Los_Angeles	46.44683	-116.81737	251			ID	069		
5608355	Spencer	spencer	US	01562	33	America/Boise	44.36047	-112.18693	1801			ID	033		
5608557	Springfield	springfield	US	01101	0	America/Boise	43.08158	-112.68193	1350	Springfild,Спрингфилд		ID	011		
5608721	Stanford	stanford	US	40484	0	America/Los_Angeles	46.83267	-116.6446	845			ID	057		
5608726	Stanley	stanley	US	14561	68	America/Boise	44.21742	-114.93858	1906	Stanlehj,Stenli,astnly  aydahw,stanly  aydahw,Станлэй,Стенли,استنلی، آیداهو,ستانلي، أيداهو,სტენლი		ID	037		
5608754	Star	star	US	27356	7797	America/Boise	43.69211	-116.49346	753			ID	001		
5608849	Steamboat Rock	steamboat-rock	US	50672	0	America/Boise	43.44823	-115.62731	1366			ID	039		
5608906	Sterling	sterling	US	01564	0	America/Boise	43.03797	-112.73166	1334			ID	011		
5608913	Stevens	stevens	US	17578	0	America/Boise	44.8485	-116.37875	1076			ID	003		
5608974	Stites	stites	US	83552	222	America/Los_Angeles	46.09156	-115.97625	398			ID	049		
5608999	Stone	stone	US	41567	0	America/Boise	42.01631	-112.69526	1392			ID	071		
5609141	Sturgeon	sturgeon	US	15082	0	America/Los_Angeles	47.84963	-116.86075	706			ID	055		
5609169	Sugar City	sugar-city	US	81076	1328	America/Boise	43.87297	-111.7483	1492			ID	065		
5609182	Sugar Loaf	sugar-loaf	US	10981	0	America/Boise	42.6813	-114.37781	1171			ID	053		
5612862	Woodland	woodland	US	16881	0	America/Los_Angeles	46.31101	-116.06847	918			ID	049		
5612867	Woodland Park	woodland-park	US	80863	0	America/Los_Angeles	47.48604	-115.90211	887	Woodland Park,Woodlawn Park		ID	079		
5609286	Sun Valley	sun-valley	US	83353	1422	America/Boise	43.69713	-114.35172	1812	San Vali,San Vallehj,San-Valli,San-Vehli,Sun Vali,san wly  aydahw,san-veli,sana bhyali,sanbare,swn faly,Сан Вали,Сан Валлэй,Сан-Валли,Сан-Валлі,Сан-Вэлі,Сън Вали,سان ولی، آیداهو,سون فالي,सन भ्याली,სან-ველი,サンバレー		ID	013		
5609320	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	48.28021	-116.39713	630			ID	017		
5609430	Swan Lake	swan-lake	US	12783	0	America/Boise	42.3077	-111.99885	1463			ID	005		
5609454	Swan Valley	swan-valley	US	83449	221	America/Boise	43.45603	-111.34162	1620			ID	019		
5609455	Swanlake	swanlake	US	83281	0	America/Boise	42.31298	-112.00385	1458			ID	005		
5609494	Sweet	sweet	US	83670	0	America/Boise	43.97295	-116.32458	780			ID	045		
5609504	Sweetwater	sweetwater	US	37874	143	America/Los_Angeles	46.37239	-116.79293	334			ID	069		
5609611	Talmage	talmage	US	17580	0	America/Boise	42.67881	-111.78745	1702	Talmage,Talmage Siding,Way		ID	029		
5609616	Tamarack	tamarack	US	55787	0	America/Boise	44.95517	-116.38569	1258			ID	003		
5609667	Taylor	taylor	US	18517	0	America/Boise	45.68544	-116.38347	965			ID	049		
5609709	Taylorville	taylorville	US	62568	0	America/Boise	43.38269	-112.03664	1420			ID	019		
5609766	Telluride	telluride	US	81435	0	America/Boise	42.53659	-111.77995	1587			ID	029		
5609776	Tendoy	tendoy	US	83468	0	America/Boise	44.95937	-113.64478	1476			ID	059		
5609812	Tensed	tensed	US	83870	120	America/Los_Angeles	47.1599	-116.92184	781	DeSmet,Tensed		ID	009		
5609845	Terreton	terreton	US	83450	0	America/Boise	43.84157	-112.43637	1460			ID	051		
5609851	Teton	teton	US	83451	709	America/Boise	43.88658	-111.67774	1508			ID	043		
5609866	Tetonia	tetonia	US	83452	278	America/Boise	43.81447	-111.1602	1849			ID	081		
5609886	Thatcher	thatcher	US	83283	0	America/Boise	42.40881	-111.72689	1494			ID	041		
5609947	Thomas	thomas	US	26292	0	America/Boise	43.18269	-112.5047	1355			ID	011		
5610025	Thornton	thornton	US	03285	0	America/Boise	43.75824	-111.84524	1481	Texas Siding,Thornton		ID	065		
5610474	Transfer	transfer	US	16154	0	America/Los_Angeles	46.42905	-117.03044	227			ID	069		
5610555	Triangle	triangle	US	22172	0	America/Boise	42.78377	-116.6254	1564			ID	073		
5610606	Triumph	triumph	US	61371	0	America/Boise	43.64491	-114.25421	1863			ID	013		
5610613	Trout	trout	US	71371	0	America/Boise	42.32241	-113.90113	1347	Trout,Trout Siding		ID	031		
5610655	Troy	troy	US	03465	880	America/Los_Angeles	46.73684	-116.7696	758	Huffs Gulch,Troja,Troy,Vollmer,Троя		ID	057		
5610703	Turner	turner	US	04282	0	America/Boise	45.45629	-115.93791	638			ID	049		
5610708	Turner	turner	US	04282	0	America/Boise	42.57659	-111.81884	1670			ID	029		
5610732	Tuttle	tuttle	US	58488	0	America/Boise	42.85824	-114.84006	1009			ID	047		
5610810	Twin Falls	twin-falls	US	83301	47468	America/Boise	42.56297	-114.46087	1138	TWF,Tuin Fols,Tuin-Fols,Tvin Fols,te wen fu er si,tsuinforuzu,tvinaphalsa,twyn falz  aydahw,twyn fwlz,Твин Фолс,Туин Фолс,Туин-Фолс,توين فولز,توین فالز، آیداهو,ٹوئن فالز، ایڈاہو,ट्विनफल्स,ტვინ-ფოლსი,ツインフォールズ,特溫福爾斯	083	ID	083		
5610980	Ucon	ucon	US	83454	1132	America/Boise	43.5963	-111.96386	1466			ID	019		
5611013	Unity	unity	US	04988	0	America/Boise	42.51852	-113.74335	1279			ID	031		
5611215	Vassar	vassar	US	48768	0	America/Los_Angeles	46.82906	-116.6171	839	Avon,Rue,Vassar		ID	057		
5611237	Vernon	vernon	US	05354	0	America/Boise	43.5885	-116.16095	834	Olson City,Vernon		ID	001		
5611251	Victor	victor	US	14564	1961	America/Boise	43.6027	-111.11133	1894	Fox,Raymond,Victor		ID	081		
5611274	Viola	viola	US	19979	0	America/Los_Angeles	46.8385	-117.02461	802	Four Mile,Viola		ID	057		
5611281	Virginia	virginia	US	55777	0	America/Boise	42.49408	-112.16552	1463			ID	005		
5611347	Walker	walker	US	26180	0	America/Boise	43.77213	-111.70857	1604			ID	065		
5611375	Wallace	wallace	US	26448	761	America/Los_Angeles	47.47409	-115.92794	832	Cedar Swamp,Placer Center,Uolus,Volas,Volehjs,Wallace,uolasi,valesa,walas,walas  aydahw,Волас,Волэйс,Уолъс,والاس,والاس، آیداهو,वालेस,უოლასი	079	ID	079		
5611403	Wapello	wapello	US	52653	0	America/Boise	43.24686	-112.25692	1386			ID	011		
5611547	Warren	warren	US	01083	0	America/Boise	45.26407	-115.67651	1801			ID	049		
5611559	Warrens	warrens	US	54666	0	America/Boise	43.3285	-116.54012	746			ID	027		
5611656	Wayan	wayan	US	83285	0	America/Boise	42.97825	-111.37689	1963	Grays Lake,Wayan		ID	029		
5611661	Wayland	wayland	US	01778	0	America/Los_Angeles	47.16908	-116.47016	800			ID	009		
5611678	Webb	webb	US	36376	0	America/Los_Angeles	46.34377	-116.83321	416			ID	069		
5611679	Webb	webb	US	36376	0	America/Los_Angeles	47.48826	-115.89155	904			ID	079		
5611722	Weippe	weippe	US	83553	406	America/Los_Angeles	46.37601	-115.93819	919			ID	035		
5611730	Weiser	weiser	US	83672	5317	America/Boise	44.251	-116.96933	649	Uijzur,Vajser,Vehjser,Vizer,uizeri,ve'ijara,wysyr,wyzr  aydahw,Вайсер,Визер,Вэйсер,Уийзър,ويسير,ویزر، آیداهو,वेइजर,უიზერი	087	ID	087		
5611758	Wendell	wendell	US	01379	2744	America/Boise	42.77574	-114.70422	1046			ID	047		
5612112	Westlake	westlake	US	44145	0	America/Los_Angeles	46.12183	-116.50709	1271	Mason,Westlake		ID	049		
5612206	White Bird	white-bird	US	83554	93	America/Los_Angeles	45.76155	-116.3007	482			ID	049		
5612342	Whitney	whitney	US	15693	0	America/Boise	42.06576	-111.83773	1403			ID	041		
5612431	Wilder	wilder	US	05088	1622	America/Boise	43.67655	-116.91182	740	Wilder,Wilderia		ID	027		
5612602	Wilson	wilson	US	14172	0	America/Boise	43.36127	-116.6529	710			ID	073		
5612663	Winchester	winchester	US	01890	339	America/Los_Angeles	46.23988	-116.62431	1213			ID	061		
5612677	Winder	winder	US	30680	0	America/Boise	42.17631	-111.91579	1451			ID	041		
5612736	Winona	winona	US	25942	0	America/Los_Angeles	46.13211	-116.10792	921	Lowe,Winona		ID	049		
5612798	Wolverine	wolverine	US	49799	0	America/Boise	43.28131	-111.93608	1702			ID	011		
5612861	Woodland	woodland	US	16881	0	America/Boise	44.93017	-116.38291	1227			ID	003		
5612874	Woodruff	woodruff	US	29388	0	America/Boise	42.03603	-112.21468	1367			ID	071		
5612889	Woodside	woodside	US	11377	0	America/Los_Angeles	46.20627	-116.61931	1299			ID	069		
5612896	Woodville	woodville	US	01784	0	America/Boise	43.41686	-112.14275	1414			ID	011		
5612907	Worley	worley	US	83876	256	America/Los_Angeles	47.40074	-116.91712	811	Tsenp'uytsn,Worley		ID	055		
5613002	Yellow Pine	yellow-pine	US	83677	32	America/Boise	44.96491	-115.49372	1452			ID	085		
5613054	Zenda	zenda	US	53195	0	America/Boise	42.3777	-112.05857	1461			ID	005		
5636509	Aberdeen	aberdeen	US	21001	0	America/Denver	45.05441	-107.35703	1196			MT	003		
5636523	Absarokee	absarokee	US	59001	1150	America/Denver	45.5205	-109.44294	1231			MT	095		
5636566	Acton	acton	US	01718	0	America/Denver	45.93051	-108.6807	1159			MT	111		
5636595	Adel	adel	US	31620	0	America/Denver	47.02772	-111.62386	1508			MT	013		
5636630	Agawam	agawam	US	01001	0	America/Denver	47.99996	-112.16752	1159	Agawa,Agawam		MT	099		
5636634	Agency	agency	US	52530	334	America/Denver	47.32799	-114.29345	776			MT	089		
5636723	Alberton	alberton	US	59820	424	America/Denver	47.00159	-114.47345	931	Albehrton,Alberton,Browntown,ai bo dun,albrtwn,albrtwn  mwntana,Албертон,Албэртон,آلبرتون، مونتانا,ألبرتون,艾伯顿		MT	061		
5636742	Albion	albion	US	02802	0	America/Denver	45.18721	-104.27689	1029	Albion,Clemville,Twelve Mile		MT	011		
5636763	Alder	alder	US	59710	103	America/Denver	45.32381	-112.10721	1561			MT	057		
5636830	Alhambra	alhambra	US	62001	0	America/Denver	46.45132	-111.98833	1305	Alhambra,Alhambra Hot Springs		MT	043		
5636958	Allentown	allentown	US	08501	0	America/Denver	47.44049	-114.0965	921			MT	047		
5637001	Alpine	alpine	US	07620	0	America/Denver	45.20133	-109.64128	1898			MT	009		
5637033	Alta	alta	US	51002	0	America/Denver	45.61881	-114.29981	1520	Alta,Hogum Junction		MT	081		
5637062	Alzada	alzada	US	59311	29	America/Denver	45.02304	-104.41245	1049	Alzada,Telegraph Point		MT	011		
5637128	Amherst	amherst	US	01002	0	America/Denver	47.1497	-109.62491	1103			MT	027		
5637141	Amsterdam	amsterdam	US	12010	180	America/Denver	45.75798	-111.31996	1355			MT	031		
5637146	Anaconda	anaconda	US	59711	9417	America/Denver	46.12854	-112.94226	1601	Anaconda,Anaconda-Deer Lodge,Anaconda-Deer Lodge County,Anakonda,Deer Lodge County,Smelter City,a na kang da,anakonda,anakwnda,ankanda  mwntana,Анаконда,أناكوندا,انکاندا، مونتانا,ایناکونڈا، مونٹانا,アナコンダ,阿纳康达	023	MT	023		
5637193	Anderson	anderson	US	29621	0	America/Denver	48.34558	-104.93247	679			MT	085		
5637251	Andes	andes	US	13731	0	America/Denver	47.95557	-104.54884	650			MT	083		
5637276	Angela	angela	US	59312	0	America/Denver	46.73	-106.20113	891			MT	087		
5637296	Anita	anita	US	15711	0	America/Denver	45.94413	-108.02206	932			MT	111		
5637326	Antelope	antelope	US	59211	51	America/Denver	48.68975	-104.45829	623			MT	091		
5637459	Apex	apex	US	27502	0	America/Denver	45.38187	-112.70725	1657			MT	001		
5637525	Archer	archer	US	32618	0	America/Denver	48.7928	-104.8108	629			MT	091		
5637550	Argenta	argenta	US	62501	0	America/Denver	45.27965	-112.86198	1871	Argenta,Argentry,Montana,Montana City		MT	001		
5637581	Arlee	arlee	US	59821	636	America/Denver	47.16187	-114.08511	942	Arlee,Slsp'u		MT	047		
5637598	Armington	armington	US	61721	0	America/Denver	47.36635	-110.90357	1086			MT	013		
5637630	Arnold	arnold	US	21012	0	America/Denver	45.71437	-111.35496	1389			MT	031		
5637749	Ashfield	ashfield	US	01330	0	America/Denver	48.46194	-107.47398	681	Archfield,Ashfield,Ashford,Ashland		MT	071		
5637757	Ashland	ashland	US	01721	824	America/Denver	45.59444	-106.27085	890			MT	087		
5637793	Ashuelot	ashuelot	US	03441	0	America/Denver	47.55717	-111.81138	1135			MT	013		
5637861	Atkins	atkins	US	24311	0	America/Denver	45.62132	-111.19718	1477			MT	031		
5637902	Augusta	augusta	US	04330	309	America/Denver	47.49273	-112.39225	1240	Ogasta,Огаста		MT	049		
5637923	Austin	austin	US	16720	0	America/Denver	46.6391	-112.24529	1449	Austin,Butler,Eleven Mile Station,Greenhorn		MT	049		
5637963	Avon	avon	US	02322	111	America/Denver	46.59715	-112.60198	1430			MT	077		
5638076	Babb	babb	US	59411	174	America/Denver	48.86026	-113.43676	1376			MT	035		
5638231	Bainville	bainville	US	59212	318	America/Denver	48.14002	-104.22272	602			MT	085		
5638252	Baker	baker	US	26801	2011	America/Denver	46.36695	-104.28466	895	Behjker,Bejker,Bejkur,bei ke,bykr,bykr  mwntana,Бейкър,Бејкер,Бэйкер,بيكر,بیکر، مونتانا,贝克	025	MT	025		
5638379	Ballantine	ballantine	US	59006	320	America/Denver	45.94885	-108.14512	913			MT	111		
5638516	Barker	barker	US	14012	0	America/Denver	47.07135	-110.64049	1747			MT	045		
5638519	Barker	barker	US	14012	0	America/Denver	46.53438	-111.48941	1259			MT	007		
5638638	Bascom	bascom	US	32423	0	America/Denver	46.62609	-107.75343	885			MT	087		
5638647	Basin	basin	US	59631	212	America/Denver	46.27132	-112.26362	1635	Basin,Basin City		MT	043		
5638726	Batavia	batavia	US	14020	385	America/Denver	48.1819	-114.41319	953			MT	029		
5638784	Baxter	baxter	US	26560	0	America/Denver	47.15053	-109.43963	1232			MT	027		
5638811	Beals	beals	US	04611	0	America/Denver	45.74409	-111.8172	1407			MT	057		
5639031	Bearcreek	bearcreek	US	59007	83	America/Denver	45.16078	-109.15709	1389			MT	009		
5639128	Beaver Creek	beaver-creek	US	56116	0	America/Denver	46.97219	-109.50491	1395			MT	027		
5639138	Beaver Creek	beaver-creek	US	56116	271	America/Denver	48.55444	-109.79215	786			MT	041		
5639264	Beaverton	beaverton	US	35544	0	America/Denver	48.42361	-107.25397	662			MT	105		
5639280	Becket	becket	US	01223	0	America/Denver	46.99192	-108.92349	1140			MT	027		
5639289	Bedford	bedford	US	01730	0	America/Denver	46.36299	-111.55053	1167			MT	007		
5639301	Beebe	beebe	US	72012	0	America/Denver	46.05528	-105.56943	829			MT	017		
5639354	Belfry	belfry	US	41514	218	America/Denver	45.14189	-109.00542	1177			MT	009		
5640464	Birney	birney	US	59012	137	America/Denver	45.32166	-106.51504	952	Birney,White Birney		MT	087		
5639364	Belgrade	belgrade	US	04917	8029	America/Denver	45.77604	-111.1769	1359	Behlgrad,Belgrad,Belgrejd,bei er ge lai de,blgryd  mwntana,bylghrad,Белград,Белгрейд,Белгрејд,Бэлград,بلگرید، مونتانا,بيلغراد,بیلگریڈ، مونٹانا,貝爾格萊德		MT	031		
5639381	Belknap	belknap	US	62908	158	America/Denver	47.66216	-115.40877	740			MT	089		
5639441	Belmont	belmont	US	02478	0	America/Denver	46.23135	-108.98877	1124			MT	037		
5639462	Belt	belt	US	59412	596	America/Denver	47.38608	-110.92551	1070	Behlt,Belt,Black Diamond City,Coal Banks,Little Pittsburgh,Pittsburg,bei er te,blt  mwntana,bylt,Белт,Бэлт,بلت، مونتانا,بيلت,贝尔特		MT	013		
5639510	Bend	bend	US	76824	0	America/Denver	47.90939	-115.04959	991			MT	089		
5639629	Bernice	bernice	US	71222	0	America/Denver	46.25771	-112.33724	1692			MT	043		
5639749	Biddle	biddle	US	59314	41	America/Denver	45.09943	-105.33833	1016			MT	075		
5639766	Big Arm	big-arm	US	59910	177	America/Denver	47.798	-114.29485	900			MT	047		
5640121	Big Sandy	big-sandy	US	24816	593	America/Denver	48.17859	-110.11215	823			MT	015		
5640193	Big Sky	big-sky	US	59716	2308	America/Denver	45.28465	-111.36829	2200			MT	031		
5640214	Big Timber	big-timber	US	59011	1648	America/Denver	45.83494	-109.95546	1247	Big Timbehr,Big Timber,Big Timbur,Big-Timber,Dornix,byg tymbr  mwntana,bygh tymbr,da ting bo,Биг Тимбер,Биг Тимбър,Биг Тимбэр,Биг-Тимбер,Біг-Тімбер,بيغ تيمبر,بیگ تیمبر، مونتانا,大廷伯	097	MT	097		
5640284	Bigfork	bigfork	US	56628	4270	America/Denver	48.06329	-114.07261	908	Big Fork,Bigfork		MT	029		
5640304	Bighorn	bighorn	US	59010	0	America/Denver	46.16165	-107.44868	824	Big Horn,Bighorn		MT	103		
5640350	Billings	billings	US	12510	110263	America/Denver	45.78329	-108.50069	952	Area metropolitana de Billings,BIL,Belinum,Billings,Billings Metropolitan Area,biringusu,Área metropolitana de Billings,Биллингс,ビリングス	111	MT	111		
5640449	Birdseye	birdseye	US	47513	0	America/Denver	46.66549	-112.15028	1295			MT	049		
5640495	Bison	bison	US	57620	0	America/Denver	48.38719	-113.2662	1527	Ardley,Bison,Talbot		MT	035		
5640683	Black Eagle	black-eagle	US	59414	904	America/Denver	47.52468	-111.27831	1030			MT	013		
5640804	Blackfoot	blackfoot	US	83221	0	America/Denver	48.57525	-112.87674	1269			MT	035		
5640931	Blackwood	blackwood	US	08012	0	America/Denver	45.64187	-111.14551	1499			MT	031		
5640948	Blair	blair	US	25022	0	America/Denver	48.14669	-104.62607	587			MT	085		
5641059	Bloomfield	bloomfield	US	06002	0	America/Denver	47.41279	-104.91719	797			MT	021		
5641066	Blossburg	blossburg	US	16912	0	America/Denver	46.63271	-112.32196	1696	Blosburg,Blossburg,Mullan,Mullon,Schatz		MT	077		
5641202	Blythe	blythe	US	30805	0	America/Denver	47.30135	-110.82856	1162	Blythe,Blythe Siding		MT	013		
5641366	Bonfield	bonfield	US	60913	0	America/Denver	46.63278	-105.57138	692	Bonfield,Sheds Bridge		MT	017		
5641384	Bonner	bonner	US	59823	0	America/Denver	46.87326	-113.86455	1010			MT	063		
5641473	Boulder	boulder	US	59632	1207	America/Denver	46.23659	-112.12083	1496	Bolder,Bouldehr,Boulder,Boulder Valley,bo er de,bwldr,bwwldr  mwntana,Болдер,Боулдер,Боулдэр,بولدر,بوولدر، مونتانا,博尔德	043	MT	043		
5641576	Bowdoin	bowdoin	US	04287	0	America/Denver	48.39277	-107.60621	676			MT	071		
5641606	Bowler	bowler	US	54416	0	America/Denver	45.20495	-108.71902	1432			MT	009		
5641642	Box Elder	box-elder	US	57719	87	America/Denver	48.31721	-110.01326	817	Box Elder,Boxelder		MT	041		
5641694	Boyd	boyd	US	54726	35	America/Denver	45.45772	-109.06654	1230			MT	009		
5641719	Boyes	boyes	US	59316	0	America/Denver	45.26804	-105.03109	1014			MT	011		
5641727	Bozeman	bozeman	US	59715	43405	America/Denver	45.67965	-111.03856	1468	BZN,Boseman,Bouzman,Bouzmehn,Bozeman,Bozeman Town,Bozetown,Bozmana,Bozmen,Missouri,Sweet Pea City,bo ci man shi,bozuman,bwwzmn  mwntana,bwzyman,Боземан,Бозмана,Бозмен,Боузман,Боузмэн,بوزمین، مونٹانا,بوزيمان,بووزمن، مونتانا,ボーズマン,博兹曼市	031	MT	031		
5641787	Brady	brady	US	59416	140	America/Denver	48.03552	-111.84001	1076			MT	073		
5641829	Brandon	brandon	US	05733	0	America/Denver	45.46826	-112.13971	1719			MT	057		
5641915	Brewer	brewer	US	04412	0	America/Denver	46.13798	-111.4008	1206			MT	007		
5641974	Bridger	bridger	US	59014	729	America/Denver	45.29578	-108.91375	1117	Bridger,Georgetown,String Town,Stringtown		MT	009		
5642031	Brisbin	brisbin	US	16620	0	America/Denver	45.52299	-110.60854	1432			MT	067		
5642048	Broadus	broadus	US	59317	488	America/Denver	45.44387	-105.41133	923	BDX,Broadus,Brudas,brwdws,brwwds  mwntana,bu luo de si,Брудас,برودوس,بروودس، مونتانا,布罗德斯	075	MT	075		
5642055	Broadwater	broadwater	US	69125	0	America/Denver	46.60355	-112.08667	1213	Broadwater,Hot Springs		MT	049		
5642078	Broadview	broadview	US	59015	196	America/Denver	46.09773	-108.8771	1183	Broadview,Fairview		MT	111		
5642094	Brockton	brockton	US	02301	246	America/Denver	48.15141	-104.91692	605			MT	085		
5642098	Brockway	brockway	US	15824	0	America/Denver	47.29778	-105.76251	791			MT	055		
5642130	Brooks	brooks	US	04921	0	America/Denver	47.20414	-109.42129	1206			MT	027		
5642247	Browning	browning	US	59417	1027	America/Denver	48.55692	-113.01342	1334	Brauning,brawnyngh,bu lang ning,Браунинг,براؤننگ، مونٹانا,براونينغ,布朗宁		MT	035		
5642327	Bruno	bruno	US	25611	0	America/Denver	46.37216	-110.62798	1677			MT	059		
5642341	Brusett	brusett	US	59318	0	America/Denver	47.42528	-107.26675	885			MT	033		
5642381	Bryson	bryson	US	76427	0	America/Denver	47.41521	-115.57682	1091			MT	061		
5642436	Buckingham	buckingham	US	18912	0	America/Denver	46.51688	-111.16662	1731			MT	059		
5642474	Buffalo	buffalo	US	14201	0	America/Denver	46.82107	-109.82852	1317	Buffalo,Буффало		MT	027		
5642768	Burnham	burnham	US	04922	0	America/Denver	48.56083	-109.8866	802			MT	041		
5642776	Burns	burns	US	37029	0	America/Denver	47.37807	-104.40522	601	Burns,Burns Ranch		MT	083		
5642870	Busby	busby	US	59016	745	America/Denver	45.53721	-106.95561	1043			MT	003		
5650801	Elkhorn	elkhorn	US	24831	0	America/Denver	45.48937	-113.03643	2277	Coolidge,Elkhorn,Elkhorn Mine		MT	001		
5642934	Butte	butte	US	58723	34190	America/Denver	46.00382	-112.53474	1688	B'jutt,BTM,Batt-Silvehr Bou,Bjut,Bjut-Silver Bou,Bjutt,Butte,Butte City,Butte-Silver Bow,Butte-Silver Bow County,bi you te,bwt-sylwr baw  mwntana,bwty,byuto,Батт-Силвэр Боу,Бьютт,Бют,Бютт,Бјут-Силвер Боу,بوت-سیلور باو، مونتانا,بوتي,بوٹ، مونٹانا,ビュート,比尤特	093	MT	093		
5643023	Buxton	buxton	US	04093	0	America/Denver	45.94326	-112.71253	1753			MT	093		
5643034	Bynum	bynum	US	27228	31	America/Denver	47.97912	-112.3117	1212			MT	099		
5643205	Calais	calais	US	04619	0	America/Denver	48.1478	-104.8158	592			MT	085		
5643222	Caldwell	caldwell	US	07006	0	America/Denver	48.97168	-108.17262	885			MT	071		
5643292	Calvert	calvert	US	36513	0	America/Denver	47.16524	-111.1344	1462			MT	013		
5643304	Calypso	calypso	US	28325	0	America/Denver	46.77306	-105.42277	683			MT	079		
5643308	Camas	camas	US	98607	58	America/Denver	47.61799	-114.65791	866	Camas,Camas Hot Springs,Hot Springs,Warm Springs		MT	089		
5643344	Cameron	cameron	US	14819	0	America/Denver	45.20326	-111.67858	1639	Bear Creek Settlement,Cameron		MT	057		
5643544	Canton	canton	US	02021	0	America/Denver	46.41382	-111.5033	1155			MT	007		
5643558	Canyon Creek	canyon-creek	US	59633	0	America/Denver	46.80549	-112.26446	1325	Canon Creek,Canyon Creek,Canyoncreek,Georgetown		MT	049		
5643649	Capitol	capitol	US	59319	0	America/Denver	45.4361	-104.06549	970			MT	011		
5643714	Cardwell	cardwell	US	59721	50	America/Denver	45.85993	-111.95249	1306			MT	043		
5643752	Carlton	carlton	US	16311	694	America/Denver	46.67576	-114.07872	983			MT	063		
5643761	Carlyle	carlyle	US	62231	0	America/Denver	46.65501	-104.07604	963			MT	109		
5643781	Carney	carney	US	49812	0	America/Denver	45.76521	-110.1238	1266			MT	097		
5643799	Carpenter	carpenter	US	50426	0	America/Denver	45.89132	-111.46441	1246			MT	031		
5643855	Carter	carter	US	41128	58	America/Denver	47.78108	-110.95634	952	Carter,Sidney		MT	015		
5643898	Cartersville	cartersville	US	23027	0	America/Denver	46.29944	-106.46753	763	Cartersville,Carterville		MT	087		
5643915	Cascade	cascade	US	21719	696	America/Denver	47.27106	-111.70054	1033			MT	013		
5644120	Catron	catron	US	63833	0	America/Denver	45.70076	-111.06189	1441			MT	031		
5644159	Cavetown	cavetown	US	21720	0	America/Denver	46.6541	-111.70081	1168	Cave City,Cavetown		MT	049		
5644312	Centerville	centerville	US	02632	0	America/Denver	47.38968	-111.14274	1059			MT	013		
5644313	Centerville	centerville	US	02632	0	America/Denver	46.0227	-112.54947	1807			MT	093		
5644446	Chapman	chapman	US	36015	0	America/Denver	48.86862	-108.13317	823			MT	071		
5644498	Charlo	charlo	US	59824	379	America/Denver	47.43854	-114.17234	895	Big Flat,Charlo,Charlotte,Tabor		MT	047		
5644537	Chelsea	chelsea	US	02150	0	America/Denver	48.13307	-105.33832	602			MT	085		
5644629	Chester	chester	US	01011	883	America/Denver	48.51054	-110.96747	955	Chehster,Chester,chstr  mwntana,qie si te,tshystr,Честер,Чэстер,تشيستر,چستر، مونتانا,چیسٹر، مونٹانا,切斯特	051	MT	051		
5644641	Chestnut	chestnut	US	62518	0	America/Denver	45.64771	-110.88883	1610			MT	031		
5644691	Chico	chico	US	76431	0	America/Denver	45.32105	-110.70521	1652	Chico,Old Chico		MT	067		
5644739	Childs	childs	US	21916	0	America/Denver	47.77855	-115.48683	726			MT	089		
5644767	Chimney Rock	chimney-rock	US	28720	0	America/Denver	45.54993	-110.73883	1672			MT	067		
5644801	Chinook	chinook	US	59523	1228	America/Denver	48.59	-109.23128	740	Chinuk,Shinuk,qi nu ke,shynwk,shynwk  mwntana,Чинук,Шинук,شينوك,شینوک، مونتانا,奇努克	005	MT	005		
5644844	Choteau	choteau	US	59422	1696	America/Denver	47.81245	-112.18363	1164	Choteau,Chotiu,Chouteau,Four Men,Four Persons,Shoto,Shouteau,chwtaw  mwntana,tshwtya,xiao tuo,Чотиу,Шото,تشوتيا,چوتاو، مونتانا,肖托	099	MT	099		
5645114	Circle	circle	US	59215	613	America/Denver	47.41667	-105.59222	747		055	MT	055		
5645169	Clancy	clancy	US	59634	1661	America/Denver	46.46521	-111.98638	1293	Clancey,Clancy		MT	043		
5645283	Clarkston	clarkston	US	30021	0	America/Denver	46.02993	-111.41358	1214			MT	031		
5645355	Clearwater	clearwater	US	29822	0	America/Denver	47.00021	-113.37785	1166			MT	063		
5645391	Cleveland	cleveland	US	13042	0	America/Denver	48.26944	-109.15267	1068			MT	005		
5645454	Clinton	clinton	US	01510	1052	America/Denver	46.76909	-113.7126	1057	Blossberg,Clinton,Klinton,Клинтон		MT	063		
5645516	Clyde Park	clyde-park	US	59018	309	America/Denver	45.88688	-110.60382	1483			MT	067		
5645651	Cobb	cobb	US	31735	0	America/Denver	46.3452	-114.1026	1048			MT	081		
5645698	Coffee Creek	coffee-creek	US	59424	0	America/Denver	47.34775	-110.08159	1100	Coffee Creek,Coffey Creek		MT	027		
5645708	Cohagen	cohagen	US	59322	0	America/Denver	47.05444	-106.61755	828			MT	033		
5645737	Cold Spring	cold-spring	US	10516	0	America/Denver	46.28277	-106.75809	774	Cold Spring,Cold Springs,Malaga		MT	087		
5645786	Colgate	colgate	US	53017	0	America/Denver	47.01057	-104.75552	643			MT	021		
5645797	Collins	collins	US	14034	0	America/Denver	47.92829	-111.81028	1072			MT	099		
5645818	Coloma	coloma	US	49038	0	America/Denver	46.84299	-113.38063	1807			MT	063		
5645832	Colstrip	colstrip	US	59323	2336	America/Denver	45.88416	-106.62364	982	Hooseohee,Hoóseohée,Kolstrip,ke er si te li pu,kwlstryp  mwntana,kwstryb,Колстрип,كوستريب,کولستریپ، مونتانا,科尔斯特里普		MT	087		
5645859	Columbia Falls	columbia-falls	US	04623	5093	America/Denver	48.37246	-114.18152	941	Columbia,Columbia Falls,Columbus		MT	029		
5645893	Columbus	columbus	US	08022	2042	America/Denver	45.63661	-109.25211	1093	Columbus,Countrymans,Eagle's Nest,Kolumbus,Sheep Dip,Stillwater,Колумбус	095	MT	095		
5645917	Comanche	comanche	US	73529	0	America/Denver	45.99773	-108.77348	1142			MT	111		
5646006	Como	como	US	27818	0	America/Denver	46.08964	-114.17537	1159			MT	081		
5646031	Condon	condon	US	59826	343	America/Denver	47.52771	-113.71065	1131			MT	063		
5646086	Conner	conner	US	59827	216	America/Denver	45.93075	-114.12453	1224	Conner,Connor		MT	081		
5650865	Elliston	elliston	US	24087	219	America/Denver	46.56215	-112.43086	1542	Alicetown,Elliston		MT	077		
5646101	Conrad	conrad	US	50621	2593	America/Denver	48.17025	-111.94613	1073	Konrad,kang la de,kanrd  mwntana,kwnrad,Конрад,كونراد,کانرد، مونتانا,康拉德	073	MT	073		
5646183	Cooke City	cooke-city	US	59020	75	America/Denver	45.01661	-109.93407	2308	Cooke,Cooke City,Shoofly		MT	067		
5646229	Cooper	cooper	US	50059	0	America/Denver	47.52219	-111.13692	1033			MT	013		
5646271	Copper City	copper-city	US	49917	0	America/Denver	45.98104	-111.54941	1415			MT	007		
5646332	Coram	coram	US	11727	539	America/Denver	48.41802	-114.04623	971	Coram,Coram's Landing		MT	029		
5646342	Corbin	corbin	US	22446	0	America/Denver	46.38049	-112.06194	1453			MT	043		
5646354	Cordova	cordova	US	21625	0	America/Denver	47.72162	-111.7836	1123			MT	099		
5646358	Corinth	corinth	US	04427	0	America/Denver	45.8558	-107.96483	946			MT	003		
5646412	Corral	corral	US	83322	0	America/Denver	46.27437	-113.43285	1742			MT	039		
5646474	Corvallis	corvallis	US	59828	976	America/Denver	46.31409	-114.11287	1061	Chaffinsville,Chaffinville,Corvallis,Korvalis,Willow Creek,Корвалис		MT	081		
5646518	Cottonwood	cottonwood	US	36320	0	America/Denver	47.00581	-109.51352	1289			MT	027		
5646793	Cowan	cowan	US	37318	0	America/Denver	45.72354	-111.18523	1398			MT	031		
5646909	Craig	craig	US	64437	43	America/Denver	47.07439	-111.96333	1055			MT	049		
5646932	Crane	crane	US	47522	102	America/Denver	47.57585	-104.26244	595			MT	083		
5647047	Creston	creston	US	26141	0	America/Denver	48.1894	-114.13734	901			MT	029		
5647159	Crow Agency	crow-agency	US	59022	1616	America/Denver	45.60164	-107.46119	926	Krou Ajdzensi,Ooetaneno,krww ayjnsy  mwntana,Óoetanéno,Кроу Ајџенси,کروو ایجنسی، مونتانا		MT	003		
5647366	Culbertson	culbertson	US	59218	815	America/Denver	48.14446	-104.5169	589			MT	085		
5647445	Custer	custer	US	40115	159	America/Denver	46.12915	-107.55508	837			MT	111		
5647469	Cut Bank	cut-bank	US	59427	3002	America/Denver	48.63304	-112.32616	1151	CTB,Cut Bank,Cutbank,Kat Bank,Kat Benk,Kut Benk,ka te ban ke,katbnk  mwntana,kt bank,Кат Банк,Кат Бенк,Кът Бенк,كت بانك,کاتبنک، مونتانا,卡特班克	035	MT	035		
5647599	Dagmar	dagmar	US	59219	0	America/Denver	48.58336	-104.19828	620			MT	091		
5647764	Danielsville	danielsville	US	18038	0	America/Denver	46.29215	-113.01532	1844	Daniels,Danielsville		MT	077		
5647770	Danvers	danvers	US	01923	0	America/Denver	47.22525	-109.71713	1085	Danvers,Warwick		MT	027		
5647774	Darby	darby	US	19023	747	America/Denver	46.0227	-114.17814	1184	Darby,Harrison,Tin Cup		MT	081		
5647925	Dayton	dayton	US	08810	84	America/Denver	47.86578	-114.27901	887	Dejton,Дейтон		MT	047		
5647942	De Smet	de-smet	US	57231	0	America/Denver	46.93326	-114.10317	982	De Smet,DeSmet		MT	063		
5647944	De Borgia	de-borgia	US	59830	78	America/Denver	47.37576	-115.34598	936	De Borgia,Deborgia		MT	061		
5648093	Decker	decker	US	47524	0	America/Denver	45.01192	-106.8634	1074			MT	003		
5648267	Deer Lodge	deer-lodge	US	37726	2965	America/Denver	46.39576	-112.73004	1392	Cottonwood,Deer Lodge,Deerlodge,Dia Lodzh,Dijr Lodzh,Dir Lodz,Idaho City,LaBarge,LaBarge City,Spanish Fork,Spanish Forks,di er luo qi,dyr laj  mwntana,dyr lwdj,Диа Лодж,Дийр Лодж,Дир Лоџ,دير لودج,دیر لاج، مونتانا,迪尔洛奇	077	MT	077		
5648285	Deer Park	deer-park	US	11729	0	America/Denver	46.13049	-111.27107	1281			MT	031		
5648352	Delphia	delphia	US	41735	0	America/Denver	46.50469	-108.21928	931			MT	065		
5648402	Denton	denton	US	21629	248	America/Denver	47.3197	-109.94742	1097			MT	027		
5648529	Devon	devon	US	19333	0	America/Denver	48.46665	-111.47861	948	Concord,Devon		MT	101		
5648536	Dewey	dewey	US	61840	0	America/Denver	45.77715	-112.85503	1679	Dewey,Dewey Flat		MT	001		
5648567	Diamond City	diamond-city	US	72630	0	America/Denver	46.59716	-111.42385	1482			MT	007		
5648657	Dillon	dillon	US	29536	4210	America/Denver	45.21631	-112.63752	1555	DLN,Dillon,Dilon,Dilun,di long,dyln  mwntana,dylwn,Диллон,Дилон,Дилън,Діллон,ديلون,دیلن، مونتانا,ڈلن، مونٹانا,迪龙	001	MT	001		
5648726	Divide	divide	US	59727	0	America/Denver	45.75104	-112.74725	1641	Divide,Wonderlichs,Wunderlichs,Wunderlicks,Wunderlics		MT	093		
5648769	Dixon	dixon	US	42409	203	America/Denver	47.3166	-114.31401	769			MT	089		
5648819	Dodson	dodson	US	59524	124	America/Denver	48.39555	-108.2443	697			MT	071		
5648921	Donald	donald	US	97020	0	America/Denver	45.84493	-112.42751	1922			MT	043		
5649052	Dover	dover	US	02030	0	America/Denver	47.22052	-110.26826	1257			MT	045		
5649117	Drexel	drexel	US	28619	0	America/Denver	47.3266	-115.25264	867			MT	061		
5649168	Drummond	drummond	US	54832	336	America/Denver	46.66743	-113.14729	1208	DRU,Drummond,Drummond Camp,Edwardsville		MT	039		
5649618	Dunkirk	dunkirk	US	14048	0	America/Denver	48.47804	-111.66418	1007			MT	101		
5649634	Dunmore	dunmore	US	24934	0	America/Denver	45.67859	-107.50453	903			MT	003		
5649667	Dupuyer	dupuyer	US	59432	86	America/Denver	48.19247	-112.49949	1255			MT	073		
5649677	Durant	durant	US	33530	0	America/Denver	46.02131	-112.79087	1573			MT	093		
5649680	Durham	durham	US	03824	0	America/Denver	48.51886	-113.11703	1440			MT	035		
5649733	Dutton	dutton	US	23050	0	America/Denver	46.60299	-112.94727	1286			MT	077		
5649735	Dutton	dutton	US	23050	316	America/Denver	47.84274	-111.71166	1136			MT	099		
5650243	East Glacier Park	east-glacier-park	US	59434	0	America/Denver	48.44136	-113.21815	1462	East Glacier Park,Glacier Park		MT	035		
5650245	East Helena	east-helena	US	59635	2057	America/Denver	46.58966	-111.91555	1185	East Helena,Easton,Prickly		MT	049		
5650418	Eddy	eddy	US	76524	0	America/Denver	47.55827	-115.1332	738			MT	089		
5650429	Eden	eden	US	05652	0	America/Denver	47.26996	-111.27218	1184	Eden,Sauerkraut Valley		MT	013		
5650436	Edgar	edgar	US	54426	114	America/Denver	45.46467	-108.85237	1057			MT	009		
5650477	Edwards	edwards	US	13635	0	America/Denver	47.14028	-107.3337	916			MT	033		
5650548	Ekalaka	ekalaka	US	59324	345	America/Denver	45.88889	-104.55273	1044	Ekalaka,Puptown	011	MT	011		
5650758	Elk Park	elk-park	US	28622	0	America/Denver	46.16493	-112.37224	1901			MT	043		
5650916	Elton	elton	US	15934	0	America/Denver	45.69577	-110.30797	1306			MT	067		
5650955	Emigrant	emigrant	US	59027	488	America/Denver	45.37021	-110.73355	1490	Emigrant,Fridley		MT	067		
5651057	Enid	enid	US	38927	0	America/Denver	47.69557	-104.77969	736			MT	083		
5651062	Ennis	ennis	US	59729	884	America/Denver	45.34882	-111.7297	1506	Ehnnis,Enis,Ennis,Enniss,anys  mwntana,aynys,en ni si,Енис,Енніс,Эннис,انیس، مونتانا,اينيس,恩尼斯		MT	057		
5651162	Essex	essex	US	01929	0	America/Denver	48.27802	-113.6126	1179			MT	029		
5651193	Ethridge	ethridge	US	38456	0	America/Denver	48.55776	-112.12059	1080			MT	101		
5651208	Eureka	eureka	US	48833	1074	America/Denver	48.87996	-115.0535	787	Dewey,Deweyville,Ehvrika,Eureka,Эврика		MT	053		
5651251	Eustis	eustis	US	04936	0	America/Denver	45.98965	-111.46663	1231			MT	007		
5651263	Evans	evans	US	25241	0	America/Denver	47.17357	-111.09245	1423	Evans,Upper Sand Coulee		MT	013		
5651289	Evergreen	evergreen	US	23939	7616	America/Denver	48.22579	-114.27624	891			MT	029		
5651382	Fairfield	fairfield	US	04937	733	America/Denver	47.61467	-111.98028	1214	Feurfild,Феърфилд		MT	099		
5651400	Fairview	fairview	US	07022	962	America/Denver	47.85641	-104.04493	583			MT	083		
5651505	Fallon	fallon	US	59326	164	America/Denver	46.83556	-105.11942	675			MT	079		
5651631	Farmington	farmington	US	03835	0	America/Denver	47.8869	-112.16891	1184			MT	099		
5651798	Fields	fields	US	97710	0	America/Denver	47.45051	-111.23969	1023	Field,Fields		MT	013		
5652212	Fishtail	fishtail	US	59028	0	America/Denver	45.45355	-109.50433	1359			MT	095		
5652431	Flaxville	flaxville	US	59222	71	America/Denver	48.80391	-105.17276	848			MT	019		
5652506	Floral Park	floral-park	US	11001	0	America/Denver	45.98604	-112.49363	1682			MT	093		
5652509	Florence	florence	US	01062	765	America/Denver	46.63159	-114.079	995	Florence,Florencija,One Horse,Флоренция		MT	081		
5652541	Floweree	floweree	US	59440	0	America/Denver	47.72969	-111.02745	983			MT	015		
5652577	Flynn	flynn	US	77855	0	America/Denver	46.29389	-106.54197	761			MT	087		
5652625	Ford	ford	US	23850	0	America/Denver	45.15353	-112.71502	1592			MT	001		
5652626	Ford	ford	US	23850	0	America/Denver	48.87553	-114.3782	1138			MT	029		
5652662	Forest Park	forest-park	US	30297	0	America/Denver	47.10473	-104.7583	646			MT	021		
5652672	Forest Grove	forest-grove	US	18922	0	America/Denver	46.99136	-109.08016	1243	Forest Grove		MT	027		
5652699	Forsyth	forsyth	US	31029	1892	America/Denver	46.26638	-106.67781	768	Forsajt,Forsis,Forsyth,Forsyth's Landing,Forsythe,Tseskemahoevehoeno,Tšêškemâhoévehoéno,fu sai si,fwrsyth,fwrsyth  mwntana,Форсайт,Форсајт,Форсис,فورسيث,فورسیته، مونتانا,福塞斯	087	MT	087		
5652763	Fort Benton	fort-benton	US	59442	1460	America/Denver	47.8183	-110.66744	799	Benton City,Fort Behnton,Fort Benton,Fort Bentun,ben dun bao,fotobenton,frt bntn  mwntana,fwrt bntwn,Форт Бентон,Форт Бентън,Форт Бэнтон,فرت بنتن، مونتانا,فورت بنتون,فورٹ بینٹن، مونٹانا,フォートベントン,本顿堡	015	MT	015		
5652889	Fort Shaw	fort-shaw	US	59443	280	America/Denver	47.50551	-111.81027	1068			MT	013		
5652904	Fort Smith	fort-smith	US	59035	161	America/Denver	45.31274	-107.93706	1002	Fort Smit,Fort Smith,Yellowtail,Форт Смит		MT	003		
5652923	Fortine	fortine	US	59918	325	America/Denver	48.76441	-114.90322	906			MT	053		
5652966	Foster	foster	US	02825	0	America/Denver	45.92498	-107.59091	859			MT	003		
5653014	Four Corners	four-corners	US	82715	3146	America/Denver	45.62965	-111.18606	1475			MT	031		
5653095	Fowler	fowler	US	44418	0	America/Denver	48.31581	-111.78501	961			MT	073		
5653109	Fox	fox	US	72051	0	America/Denver	45.27689	-109.2171	1532			MT	009		
5653133	Fox Lake	fox-lake	US	53933	158	America/Denver	47.68307	-104.62246	729			MT	083		
5653171	Francis	francis	US	74844	0	America/Denver	46.14576	-111.08911	1422	Baker,Francis,Highlands,Josephine		MT	031		
5653200	Franklin	franklin	US	02038	0	America/Denver	46.37163	-109.26767	1140			MT	037		
5653377	Frenchtown	frenchtown	US	08825	1825	America/Denver	47.01492	-114.22984	928	French Town,Frenchtown		MT	063		
5653397	Fresno	fresno	US	43824	0	America/Denver	48.56777	-109.9866	821			MT	041		
5653459	Froid	froid	US	59226	205	America/Denver	48.33447	-104.49607	619			MT	085		
5653469	Fromberg	fromberg	US	59029	444	America/Denver	45.39217	-108.90653	1077			MT	009		
5653571	Gage	gage	US	73843	0	America/Denver	46.47663	-108.39318	955	Gage,Gage Community		MT	065		
5653588	Galata	galata	US	59444	0	America/Denver	48.47554	-111.35221	945			MT	101		
5653639	Gallatin Gateway	gallatin-gateway	US	59730	856	America/Denver	45.5916	-111.19773	1511	Gallatin Gateway,Salesville		MT	031		
5653731	Gardiner	gardiner	US	04345	875	America/Denver	45.03188	-110.70577	1603	Gardiner,gardnr  mwntana,Гардинер,گاردنر، مونتانا		MT	067		
5653816	Garrison	garrison	US	10524	96	America/Denver	46.52326	-112.81171	1333	Garrison,Grantsville		MT	077		
5653831	Garryowen	garryowen	US	59031	0	America/Denver	45.52664	-107.41953	950			MT	003		
5653923	Geary	geary	US	73040	0	America/Denver	47.03133	-113.02116	1288			MT	077		
5654020	Georgetown	georgetown	US	01833	0	America/Denver	46.19937	-113.24645	1987			MT	023		
5654032	Geraldine	geraldine	US	35974	263	America/Denver	47.60358	-110.26576	956			MT	015		
5654042	Gerber	gerber	US	96035	0	America/Denver	47.45107	-111.16497	1031	Allen,Gerber		MT	013		
5654084	Geyser	geyser	US	59447	87	America/Denver	47.25913	-110.49327	1276			MT	045		
5654183	Gildford	gildford	US	59525	179	America/Denver	48.56944	-110.29966	864	Dayton,Gildford,North Gildford,South Gildford		MT	041		
5654215	Gilman	gilman	US	05904	0	America/Denver	47.50911	-112.3653	1226			MT	049		
5654223	Gilroy	gilroy	US	95020	0	America/Denver	45.65993	-111.16495	1461			MT	031		
5654247	Girard	girard	US	16417	0	America/Denver	47.8678	-104.42162	733			MT	083		
5654320	Glasgow	glasgow	US	16644	3414	America/Denver	48.19696	-106.63671	638	GGW,Glazgo,Glazgou,ge la si ge,ghlaskw,glsgww  mwntana,Глазго,Глазгоу,غلاسكو,گلسگوو، مونتانا,格拉斯哥	105	MT	105		
5654359	Glen	glen	US	03838	0	America/Denver	45.47659	-112.69058	1520			MT	001		
5654380	Glendale	glendale	US	01229	0	America/Denver	45.64187	-112.77308	1716	Glendale,Soonerville		MT	001		
5654391	Glendive	glendive	US	59330	5490	America/Denver	47.10529	-104.71246	629	GDV,Glehndajv,Glendajv,Glendiv,Glendive,ge lun dai fu,ghlyndyf,glndyw  mwntana,Глендайв,Глендајв,Глэндайв,Ґлендів,غلينديف,گلندیو، مونتانا,گیلنڈائو، مونٹانا,格伦代夫	021	MT	021		
5654426	Glentana	glentana	US	59240	0	America/Denver	48.84808	-106.24947	942			MT	105		
5654447	Gloster	gloster	US	39638	0	America/Denver	46.76272	-112.33946	1773			MT	049		
5654794	Gordon	gordon	US	17936	0	America/Denver	47.6294	-111.64665	1062			MT	013		
5654881	Grace	grace	US	38745	0	America/Denver	45.80659	-112.33028	1730			MT	093		
5654980	Granite	granite	US	73547	0	America/Denver	46.31743	-113.2445	2134			MT	039		
5655043	Grannis	grannis	US	71944	0	America/Denver	45.7566	-110.49631	1367	Grannis,Grannis Crossing		MT	067		
5655046	Grant	grant	US	32949	0	America/Denver	45.00853	-113.06698	1772			MT	001		
5655069	Grantsdale	grantsdale	US	59835	0	America/Denver	46.20353	-114.14176	1120			MT	081		
5655090	Grass Range	grass-range	US	59032	110	America/Denver	47.02608	-108.80459	1062	Grass Range,Grassrange		MT	027		
5655098	Grass Valley	grass-valley	US	95945	0	America/Denver	46.93576	-114.14039	964			MT	063		
5655210	Grayling	grayling	US	49738	0	America/Denver	44.80548	-111.19439	2014			MT	031		
5655214	Grayling	grayling	US	49738	0	America/Denver	45.04659	-112.82086	1643	Graying,Grayling		MT	001		
5655240	Great Falls	great-falls	US	22066	59638	America/Denver	47.50024	-111.30081	1015	Electric City,GTF,Great Falls,Grejt Fols,Grejt-Fols,Grit Fouls,da pu bu cheng,ghryt fwlz  mwntana,guretoforuzu,Грейт Фолс,Грейт-Фолс,Грејт Фолс,Грит Фоулс,غريت فولز، مونتانا,グレートフォールズ,大瀑布城	013	MT	013		
5655374	Greenfield	greenfield	US	01301	0	America/Denver	47.63995	-111.85944	1199			MT	099		
5655410	Greenwood	greenwood	US	04255	0	America/Denver	45.67715	-111.21218	1431			MT	031		
5655459	Greycliff	greycliff	US	59033	112	America/Denver	45.76327	-109.78463	1201			MT	097		
5655626	Groveland	groveland	US	01834	0	America/Denver	46.43689	-110.39741	1524	Groveland,Groveland Siding		MT	059		
5655899	Hall	hall	US	14463	0	America/Denver	46.58521	-113.19673	1282			MT	039		
5655959	Hamilton	hamilton	US	01936	4602	America/Denver	46.24687	-114.16037	1088	Gamil'ton,Khamilton,Khamiltun,Khehmilton,hamyltwn,han mi er dun,hmltn  mwntana,Гамильтон,Хамилтон,Хамилтън,Хэмилтон,هاميلتون,هملتن، مونتانا,ہیملٹن، مونٹانا,汉密尔顿	081	MT	081		
5656003	Hammond	hammond	US	13646	0	America/Denver	45.22554	-104.91803	1131			MT	011		
5656063	Hanover	hanover	US	02339	0	America/Denver	47.12136	-109.55463	1144			MT	027		
5656170	Hardin	hardin	US	42048	3800	America/Denver	45.73248	-107.61203	886	Hekonemahoevehoeno,Hekonemâhoevehoeno,Khardin,ha ding,hardn,Хардин,هاردن,哈丁	003	MT	003		
5656181	Hardy	hardy	US	24101	0	America/Denver	47.18634	-111.80582	1034			MT	013		
5656197	Harlem	harlem	US	30814	822	America/Denver	48.53333	-108.78405	721	Garlem,Kharlem,ha lai mu,harlm,Гарлем,Харлем,هارلم,哈莱姆		MT	005		
5656214	Harlowton	harlowton	US	59036	979	America/Denver	46.43551	-109.83435	1282	Harlow,Harlowton,Kharlouton,Kharloutun,ha luo dun,harlwtwn,harlwwtwn,Харлоутон,Харлоутън,هارلوتون,هارلووتون,哈洛顿	107	MT	107		
5656292	Harrison	harrison	US	04040	137	America/Denver	45.70076	-111.78637	1499	Kharrison,Харрисон		MT	057		
5656445	Hathaway	hathaway	US	59333	0	America/Denver	46.27611	-106.19668	744	Hathaway,Putnam		MT	087		
5656465	Haugan	haugan	US	59842	0	America/Denver	47.38326	-115.39959	957	Haugan,Waugan		MT	061		
5656497	Havre	havre	US	59501	9834	America/Denver	48.55	-109.68409	771	HVR,Khaver,Khavr,Khavur,ha fu,hafry,hwr  mwntana,Хавер,Хавр,Хавър,هافري,هور، مونتانا,ہاورے، مونٹانا,哈佛	041	MT	041		
5661493	Lakeview	lakeview	US	28350	0	America/Denver	44.59936	-111.81052	2044			MT	001		
5656718	Hays	hays	US	28635	843	America/Denver	47.98916	-108.69432	1076			MT	005		
5656778	Heart Butte	heart-butte	US	59448	582	America/Denver	48.2833	-112.83673	1363			MT	073		
5656792	Heath	heath	US	01346	0	America/Denver	46.9958	-109.26712	1346			MT	027		
5656836	Hedgesville	hedgesville	US	25427	0	America/Denver	46.45663	-109.50268	1225			MT	107		
5656882	Helena	helena	US	13649	30581	America/Denver	46.59271	-112.03611	1237	Chelena,Crabtown,Epl Yuts'mn,Epł Yuts’mn,Gelena,HLN,Helena,Helena i Montana,Helenopolis,Helina,Hopkinsville,Khehlena,Khelena,Last Chance Gulch,he lei na,helena,hellena,herena,hlna  mwntana,hlnh,hylyna,Χέλενα,Гелена,Хелена,Хэлена,Հելենա,הלנה,هلنا، مونتانا,هيلينا,ہیلینا,ہیلینا، مونٹانا,हेलेना,ஹெலேனா,เฮเลนา,ヘレナ,赫勒拿,헬레나	MT	MT	049		
5656997	Helmville	helmville	US	59843	0	America/Denver	46.8666	-112.96116	1313			MT	077		
5657024	Henderson	henderson	US	13650	0	America/Denver	47.35826	-115.30987	908			MT	061		
5657116	Heron	heron	US	59844	282	America/Denver	48.05882	-115.95712	686			MT	089		
5657131	Herron	herron	US	49744	116	America/Denver	48.525	-109.77909	793			MT	041		
5657256	Higgins	higgins	US	79046	0	America/Denver	46.29077	-110.74187	1641			MT	059		
5657358	Highwood	highwood	US	59450	176	America/Denver	47.58358	-110.79022	1031			MT	015		
5657379	Hildreth	hildreth	US	68947	0	America/Denver	44.68075	-113.03974	2377			MT	001		
5657386	Hilger	hilger	US	59451	0	America/Denver	47.25387	-109.3599	1240			MT	027		
5657399	Hill	hill	US	03243	0	America/Denver	48.785	-111.16081	1210			MT	051		
5657432	Hillman	hillman	US	49746	0	America/Denver	45.8891	-111.19745	1327			MT	031		
5657434	Hillsboro	hillsboro	US	21641	0	America/Denver	45.09996	-108.23289	1168	Hillsboro,Hillsborough		MT	009		
5657437	Hillside	hillside	US	07205	0	America/Denver	46.91111	-106.40003	856			MT	033		
5657476	Hingham	hingham	US	02043	123	America/Denver	48.55499	-110.42217	923			MT	041		
5657488	Hinsdale	hinsdale	US	01235	217	America/Denver	48.39418	-107.08479	661			MT	105		
5657535	Hodges	hodges	US	29653	0	America/Denver	46.98362	-104.38772	765			MT	021		
5657551	Hoffman	hoffman	US	28347	0	America/Denver	45.57243	-110.78466	1772			MT	067		
5657601	Hogeland	hogeland	US	59529	0	America/Denver	48.85251	-108.65876	957			MT	005		
5657651	Holland	holland	US	01521	0	America/Denver	45.7441	-111.24523	1373			MT	031		
5657717	Holt	holt	US	32564	0	America/Denver	48.08218	-114.10984	890	Holt,Lee's Ferry,Lee's Landing,Mayport		MT	029		
5657803	Homestead	homestead	US	15120	0	America/Denver	48.42113	-104.53885	604	Barford,Homestead,Pederson		MT	091		
5657943	Hopkins	hopkins	US	29061	0	America/Denver	47.26826	-114.86902	1375			MT	061		
5658166	Hot Springs	hot-springs	US	24445	547	America/Denver	47.6091	-114.66874	866	Hot Springs,Khot-Springs,Pineville,Хот-Спрингс		MT	089		
5658269	Hoyt	hoyt	US	66440	0	America/Denver	46.92973	-104.85469	651			MT	021		
5658340	Hughesville	hughesville	US	17737	0	America/Denver	47.0833	-110.63244	1827			MT	045		
5658395	Hungry Horse	hungry-horse	US	59919	826	America/Denver	48.3858	-114.06095	945	Government Town,Hungry Horse		MT	029		
5658465	Huntley	huntley	US	56047	446	America/Denver	45.8994	-108.30152	921			MT	111		
5658484	Huson	huson	US	59846	210	America/Denver	47.03131	-114.32734	918	Glaude,Houson,Huson		MT	063		
5658541	Hysham	hysham	US	59038	304	America/Denver	46.29277	-107.23423	810		103	MT	103		
5658648	Independence	independence	US	24348	0	America/Denver	45.21244	-110.2463	2386			MT	067		
5658804	Ingomar	ingomar	US	15127	0	America/Denver	46.57665	-107.3723	920			MT	087		
5659046	Inverness	inverness	US	34450	55	America/Denver	48.55666	-110.68412	1005			MT	041		
5659089	Iron	iron	US	55751	0	America/Denver	46.6866	-112.06056	1186			MT	049		
5659204	Ismay	ismay	US	59336	21	America/Denver	46.49723	-104.79413	770	Ismay,Joe		MT	017		
5659359	Jackson	jackson	US	03846	0	America/Denver	45.36798	-113.40894	1973	Dzhekson,Джексон		MT	001		
5659524	Jeffers	jeffers	US	56145	0	America/Denver	45.34882	-111.70553	1502			MT	057		
5659531	Jefferson City	jefferson-city	US	37760	472	America/Denver	46.38826	-112.0275	1391	Dzhefferson-Siti,Джефферсон-Сити		MT	043		
5659619	Jennings	jennings	US	32053	0	America/Denver	48.36551	-115.34461	644			MT	053		
5659668	Jessup	jessup	US	18434	0	America/Denver	48.21107	-114.12818	912			MT	029		
5659831	Johnson	johnson	US	05656	0	America/Denver	45.79631	-112.68614	1768			MT	093		
5659931	Joliet	joliet	US	59041	638	America/Denver	45.48522	-108.97043	1139			MT	009		
5659989	Joplin	joplin	US	59531	157	America/Denver	48.56082	-110.77246	1013	Dzhoplin,Джоплин		MT	051		
5659996	Jordan	jordan	US	13080	399	America/Denver	47.32083	-106.91007	793	Alibi,JDN,Jordan	033	MT	033		
5660063	Judith Gap	judith-gap	US	59453	125	America/Denver	46.67718	-109.75185	1413			MT	107		
5660116	Junction	junction	US	62954	0	America/Denver	45.32354	-111.9972	1654	Junction,Junction City		MT	057		
5660340	Kalispell	kalispell	US	59901	22052	America/Denver	48.19579	-114.31291	901	Alkali Flat,Calispel,Collapsetown,FCA,Kalispehll,Kalispel,Kalispell,Kalispelm,ka li si pei er,kalliseupel,kalysbyl,karisuperu,klspl  mwntana,Калиспел,Калиспелл,Калиспэлл,Каліспелл,كاليسبيل,کلسپل، مونتانا,کیلیسپیل، مونٹانا,カリスペル,卡利斯佩尔,칼리스펠	029	MT	029		
5660461	Kelley	kelley	US	50134	0	America/Denver	46.76414	-108.17818	929			MT	069		
5660537	Kenilworth	kenilworth	US	07033	0	America/Denver	48.17553	-110.44049	890			MT	015		
5660615	Kerr	kerr	US	45643	251	America/Denver	47.67966	-114.19151	904			MT	047		
5660622	Kershaw	kershaw	US	29067	0	America/Denver	47.8133	-110.73938	883			MT	015		
5660641	Kevin	kevin	US	59454	143	America/Denver	48.74527	-111.96532	1015			MT	101		
5660652	Keystone	keystone	US	46759	0	America/Denver	47.26826	-114.93569	1029			MT	061		
5660722	Kila	kila	US	59920	392	America/Denver	48.12023	-114.4568	973			MT	029		
5660851	Kingston	kingston	US	02364	0	America/Denver	47.1297	-109.59741	1138			MT	027		
5660865	Kinsey	kinsey	US	59338	0	America/Denver	46.57084	-105.65694	705			MT	017		
5660893	Kiowa	kiowa	US	67070	0	America/Denver	48.54775	-113.27093	1547	Browning Junction,Kiowa		MT	035		
5660904	Kirby	kirby	US	43330	0	America/Denver	45.33248	-106.98173	1182			MT	003		
5661016	Knife River	knife-river	US	55609	320	America/Denver	47.45279	-104.34328	607			MT	083		
5661048	Knox	knox	US	12107	0	America/Denver	45.94385	-108.19818	906			MT	111		
5661173	Kremlin	kremlin	US	59532	98	America/Denver	48.56972	-110.0866	872			MT	041		
5661299	La Salle	la-salle	US	48145	0	America/Denver	48.31302	-114.24402	906			MT	029		
5661473	Lakeside	lakeside	US	06758	2669	America/Denver	48.01939	-114.22457	887	Chautauqua,Lacon,Lakeside,Stoner,Stoner's,Stoners		MT	029		
5661474	Lakeside	lakeside	US	06758	0	America/Denver	46.67799	-111.83471	1122	Grace Landing,Lakeside,Lakeside Resort		MT	049		
5661475	Lakeside	lakeside	US	06758	0	America/Denver	48.0753	-104.17772	580			MT	085		
5661516	Lambert	lambert	US	38643	0	America/Denver	47.68363	-104.62079	719	Fox Lake,Lambert		MT	083		
5661538	Lame Deer	lame-deer	US	59043	2052	America/Denver	45.62305	-106.6667	1014	Lame Deer,Lamedeer		MT	087		
5661651	Larchwood	larchwood	US	51241	0	America/Denver	47.85021	-115.62795	727			MT	089		
5661655	Laredo	laredo	US	64652	0	America/Denver	48.43138	-109.88326	806			MT	041		
5661677	Larslan	larslan	US	59244	0	America/Denver	48.57836	-106.19391	887			MT	105		
5661766	Laurel	laurel	US	11948	6943	America/Denver	45.66912	-108.77153	1006	Laurehl,Lorel,Lorul,lao lei er,loleol,lrl  mwntana,lwryl,Лаурэл,Лорел,Лоръл,لرل، مونتانا,لورل، مونٹانا,لوريل,劳雷尔,로럴		MT	111		
5661788	Lavina	lavina	US	59046	171	America/Denver	46.29468	-108.93794	1048			MT	037		
5661868	Leadville	leadville	US	80461	0	America/Denver	46.31437	-112.54308	2412			MT	043		
5661883	Lebo	lebo	US	66856	0	America/Denver	46.34439	-110.39408	1673			MT	059		
5661902	Ledger	ledger	US	59456	0	America/Denver	48.26026	-111.82307	995			MT	073		
5661970	Lehigh	lehigh	US	50557	0	America/Denver	47.0433	-110.20715	1379			MT	045		
5662060	Leroy	leroy	US	36548	0	America/Denver	47.87415	-109.31851	1073	Leroy,Lone Tree Bench		MT	005		
5671745	Pleasant Prairie	pleasant-prairie	US	53158	0	America/Denver	48.59225	-105.08248	763			MT	019		
5662162	Lewistown	lewistown	US	17044	5874	America/Denver	47.06247	-109.42824	1203	LWT,Levistaun,Lewiston,Lewistown,Luistaun,Reeds Fort,liu yi si dui,lwystawn,lwystwwn  mwntana,Левистаун,Луистаун,لويستاون,لویستوون، مونتانا,لیوس ٹاؤن، مونٹانا,刘易斯敦	027	MT	027		
5662190	Libby	libby	US	59923	2645	America/Denver	48.38829	-115.556	639	Libaj,Libbi,Libi,li bi,lyby,lyby  mwntana,Либай,Либби,Либи,Ліббі,ليبي,لیبی، مونتانا,利比	053	MT	053		
5662308	Lima	lima	US	14485	222	America/Denver	44.63686	-112.59195	1907	Lima,Лима		MT	001		
5662360	Limestone	limestone	US	04750	0	America/Denver	45.47772	-109.9024	1687			MT	095		
5662396	Lincoln	lincoln	US	01773	1013	America/Denver	46.95494	-112.68171	1384	Lincoln,Lincoln City,Lincoln Gulch City,Lincolnville,Linkol'n,Springfield City,Линкольн		MT	049		
5662475	Lindsay	lindsay	US	59339	0	America/Denver	47.2189	-105.15387	817			MT	021		
5664774	Martin City	martin-city	US	59926	500	America/Denver	48.39163	-114.03817	977			MT	029		
5663049	Livingston	livingston	US	07039	7302	America/Denver	45.66244	-110.56104	1372	Clark,Clark City,Henry Roland's Crossing,Island Crossing,LVM,Livingston,Livingstun,Windville,li wen si dun,lyfynghstwn,lywyngstn  mwntana,Ливингстон,Ливингстън,Лівінґстон,ليفينغستون,لیونگسٹن، مونٹانا,لیوینگستن، مونتانا,利文斯顿	067	MT	067		
5663075	Lloyd	lloyd	US	32337	0	America/Denver	48.29027	-109.36213	1183			MT	005		
5663135	Lockwood	lockwood	US	14859	6797	America/Denver	45.81912	-108.41486	943			MT	111		
5663158	Lodge Grass	lodge-grass	US	59050	445	America/Denver	45.31441	-107.36315	1027			MT	003		
5663208	Logan	logan	US	25601	99	America/Denver	45.88437	-111.42746	1255	Cannon House,Canon House,Canyon House,Logan		MT	031		
5663246	Lohman	lohman	US	65053	0	America/Denver	48.58972	-109.40518	745	Lohman,Yantic		MT	005		
5663257	Lolo	lolo	US	59847	3892	America/Denver	46.75881	-114.08094	975			MT	063		
5663276	Loma	loma	US	59460	85	America/Denver	47.93692	-110.50355	785	Loma,Lower Marias		MT	015		
5663284	Lombard	lombard	US	60148	0	America/Denver	46.10743	-111.39885	1218			MT	007		
5663412	Lonepine	lonepine	US	59848	162	America/Denver	47.70299	-114.6368	872			MT	089		
5663618	Loring	loring	US	59537	0	America/Denver	48.79223	-107.86177	825			MT	071		
5663652	Lost Creek	lost-creek	US	17946	0	America/Denver	46.17576	-112.94921	1667			MT	023		
5663773	Lothair	lothair	US	59461	0	America/Denver	48.47165	-111.23221	1012			MT	051		
5663822	Louisville	louisville	US	30434	0	America/Denver	46.56271	-111.79582	1263	Clasoil,Louisville		MT	043		
5663999	Lowry	lowry	US	24570	0	America/Denver	47.51245	-112.00972	1103			MT	013		
5664076	Ludington	ludington	US	49431	0	America/Denver	47.82613	-104.0616	583			MT	083		
5664136	Luther	luther	US	49656	0	America/Denver	45.28439	-109.42877	1581			MT	009		
5664270	Macon	macon	US	27551	0	America/Denver	48.10974	-105.51888	604			MT	085		
5664391	Maiden	maiden	US	28650	0	America/Denver	47.17775	-109.23017	1474	Camp Maden,Maiden,Maidenville		MT	027		
5664402	Maiden Rock	maiden-rock	US	54750	0	America/Denver	45.69659	-112.73669	1626	Maiden,Maiden Rock,Maidenrock Siding		MT	093		
5664475	Malone	malone	US	12953	0	America/Denver	47.94162	-112.16752	1171			MT	099		
5664486	Malta	malta	US	43758	1963	America/Denver	48.35972	-107.87428	687	MLK,Mal'ta,Malta,Molta,ma er ta,malta,mlta  mwntana,Малта,Мальта,Молта,مالطا,ملتا، مونتانا,马耳他	071	MT	071		
5664504	Mammoth	mammoth	US	15664	0	America/Denver	45.66965	-112.01665	1836	Mammoth,Mammouth		MT	057		
5664520	Manchester	manchester	US	01944	0	America/Denver	47.54079	-111.46219	1022			MT	013		
5664535	Manhattan	manhattan	US	59741	1631	America/Denver	45.8566	-111.33246	1294	Hamilton,Manhattan,Mankhehtten,Moreland,Манхэттен		MT	031		
5664592	Manson	manson	US	27553	0	America/Denver	48.23748	-112.00641	1084			MT	073		
5664683	Marion	marion	US	02738	886	America/Denver	48.10551	-114.66319	1202			MT	029		
5664840	Martinsdale	martinsdale	US	59053	64	America/Denver	46.45828	-110.31325	1469	Clendenin,Clendennin,Martinsdale		MT	059		
5664874	Marysville	marysville	US	17053	80	America/Denver	46.75049	-112.30029	1650			MT	049		
5664945	Matthews	matthews	US	28104	0	America/Denver	45.62771	-111.08439	1556	Mathews,Matthews		MT	031		
5665162	McCloud	mccloud	US	96057	0	America/Denver	46.90084	-105.60028	812	McCloud,McLeod		MT	079		
5665228	McDonald	mcdonald	US	88262	0	America/Denver	47.32326	-114.46207	763	Duncan,McDonald		MT	089		
5665441	McLeod	mcleod	US	58057	0	America/Denver	45.66271	-110.11602	1464			MT	097		
5665637	Medicine Lake	medicine-lake	US	59247	244	America/Denver	48.50141	-104.50468	597	Flandrem,Medicine Lake		MT	091		
5665707	Melstone	melstone	US	59054	106	America/Denver	46.59859	-107.87205	896			MT	065		
5665716	Melrose	melrose	US	02176	0	America/Denver	45.63187	-112.68447	1580			MT	093		
5665719	Melville	melville	US	11747	0	America/Denver	46.10301	-109.9538	1529			MT	097		
5665743	Menard	menard	US	62259	0	America/Denver	45.97382	-111.17412	1430			MT	031		
5665777	Merino	merino	US	80741	0	America/Denver	47.24386	-110.36604	1266			MT	045		
5665798	Merriman	merriman	US	69218	0	America/Denver	45.33882	-110.76855	1518			MT	067		
5666127	Midway	midway	US	15060	0	America/Denver	47.51502	-104.3205	606			MT	083		
5666163	Mildred	mildred	US	18632	0	America/Denver	46.67584	-104.95997	723			MT	079		
5666176	Miles City	miles-city	US	59301	8796	America/Denver	46.40834	-105.84056	722	MLS,Majls Siti,Maxemahoevehoeno,Maxemâhoévéhoeno,Miles City,Milestown,mai er si cheng,maylz syty,maylz syty  mwntana,Майлс Сити,Мајлс Сити,مائلز سٹی، مونٹانا,مايلز سيتي,مایلز سیتی، مونتانا,迈尔斯城	017	MT	017		
5666241	Mill Creek	mill-creek	US	17060	0	America/Denver	46.10048	-112.88421	1587			MT	023		
5666315	Miller	miller	US	57362	0	America/Denver	46.89409	-113.77788	1025	Miller,Millers Ranch		MT	063		
5666430	Milltown	milltown	US	08850	0	America/Denver	46.87131	-113.88177	1002	Finntown,Milltown,Riverside		MT	063		
5671776	Pleasant View	pleasant-view	US	37146	0	America/Denver	47.03612	-104.92997	768			MT	021		
5674574	Rollins	rollins	US	59931	209	America/Denver	47.90606	-114.19845	897	Bayview,Rollins		MT	047		
5666639	Missoula	missoula	US	59801	71022	America/Denver	46.87215	-113.994	978	Hnme'suuli,Im-i-sul-e-tiku,In-mae-soo-la,In-may-soo-let-que,MSO,Missoula,Missoula Mills,Missula,Misula,Mizula,Nemissoolatakoo,mi su la,mijulla,mizura,myswla,myzwla  mwntana,myzwlh,Мизула,Миссоула,Миссула,Мисула,Міссула,מיזולה,ميسولا,میزولا، مونتانا,میسولا، مونٹانا,ミズーラ,米蘇拉,미줄라	063	MT	063		
5666747	Mizpah	mizpah	US	08342	0	America/Denver	46.24472	-105.26748	766			MT	017		
5666761	Moccasin	moccasin	US	59462	0	America/Denver	47.0533	-109.91047	1275			MT	045		
5666835	Molt	molt	US	59057	0	America/Denver	45.86134	-108.92793	1209			MT	095		
5666853	Monarch	monarch	US	59463	0	America/Denver	47.0983	-110.83855	1390	Junction,Monarch,Monarch Junction		MT	013		
5666909	Montague	montague	US	01351	0	America/Denver	47.67914	-110.4541	962			MT	015		
5667108	Moore	moore	US	29369	200	America/Denver	46.97552	-109.69685	1268	Mur,Мур		MT	027		
5667145	Moorhead	moorhead	US	38761	0	America/Denver	45.06499	-105.87112	1020	Moorehead,Moorhead		MT	075		
5667246	Morgan	morgan	US	05853	0	America/Denver	48.99335	-107.83232	870	Morgan,Port of Morgan		MT	071		
5667358	Mosby	mosby	US	59058	0	America/Denver	46.99221	-107.88372	766	Half-Breed Crossing,Mosby		MT	033		
5667413	Moulton	moulton	US	35650	0	America/Denver	47.34581	-109.35462	1128			MT	027		
5667507	Mountain View	mountain-view	US	65548	0	America/Denver	45.38966	-109.89935	2076			MT	095		
5669660	Nyack	nyack	US	10960	0	America/Denver	48.43941	-113.80567	1023	Nyack,Red Eagle		MT	029		
5667700	Muddy	muddy	US	62965	617	America/Denver	45.62193	-106.76031	989			MT	003		
5667735	Muir	muir	US	17957	0	America/Denver	45.66299	-110.79355	1696			MT	067		
5667888	Musselshell	musselshell	US	59059	60	America/Denver	46.51859	-108.09122	913	Musselshell,The Crossing		MT	065		
5668320	Nashua	nashua	US	03060	296	America/Denver	48.13224	-106.35642	629			MT	105		
5668328	Navajo	navajo	US	87328	0	America/Denver	48.79225	-105.06026	741			MT	019		
5668381	Neihart	neihart	US	59465	51	America/Denver	46.9333	-110.73577	1715	Canyon City,Neihart		MT	013		
5668408	Nelson	nelson	US	03457	0	America/Denver	46.81688	-111.80915	1219			MT	049		
5668597	Newcomb	newcomb	US	12852	0	America/Denver	45.91993	-112.51974	1708			MT	093		
5668626	Newton	newton	US	02458	0	America/Denver	45.97886	-108.05845	885	Cartersville,Newton		MT	111		
5668637	Newtown	newtown	US	06470	0	America/Denver	48.48277	-108.75627	723			MT	005		
5668659	Nichols	nichols	US	13812	0	America/Denver	46.26388	-106.81671	783			MT	087		
5668822	Noble	noble	US	62868	0	America/Denver	46.51994	-111.48691	1244			MT	007		
5668893	Norris	norris	US	29667	0	America/Denver	45.56798	-111.69081	1478			MT	057		
5668984	North Fork	north-fork	US	83466	0	America/Denver	48.58611	-109.111	729	North Fork,North Fork Siding		MT	005		
5669594	Noxon	noxon	US	59853	218	America/Denver	47.99604	-115.78156	666			MT	089		
5669667	Nye	nye	US	59061	0	America/Denver	45.4355	-109.80907	1479	Nye,Nye City		MT	095		
5669827	Oilmont	oilmont	US	59466	0	America/Denver	48.74	-111.84087	1067			MT	101		
5669943	Old Town	old-town	US	04468	0	America/Denver	47.23493	-114.69929	1279			MT	063		
5669982	Olive	olive	US	59343	0	America/Denver	45.55055	-105.52805	985	Olive,Rocky Point		MT	075		
5669997	Ollie	ollie	US	52576	0	America/Denver	46.58473	-104.08465	945			MT	025		
5670002	Olney	olney	US	20830	191	America/Denver	48.54858	-114.5782	966			MT	029		
5670099	Opheim	opheim	US	59250	89	America/Denver	48.85669	-106.40725	995			MT	105		
5670206	Oswego	oswego	US	13126	0	America/Denver	48.05863	-105.88112	618			MT	105		
5670236	Otter	otter	US	59062	0	America/Denver	45.20777	-106.20169	1062			MT	075		
5670306	Outlook	outlook	US	59252	53	America/Denver	48.88753	-104.77774	716			MT	091		
5670313	Ovando	ovando	US	59854	81	America/Denver	47.02022	-113.13312	1246			MT	077		
5670371	Ozan	ozan	US	71855	0	America/Denver	46.70076	-113.24313	1184			MT	039		
5670441	Pablo	pablo	US	59855	2254	America/Denver	47.60021	-114.119	942	Pablo,pablww  mwntana,Пабло,پابلوو، مونتانا		MT	047		
5670449	Pacific Junction	pacific-junction	US	51561	0	America/Denver	48.55639	-109.75993	769			MT	041		
5670589	Paradise	paradise	US	17562	163	America/Denver	47.38938	-114.80208	762	Dutch Flats,Paradise		MT	089		
5670613	Paragon	paragon	US	46166	0	America/Denver	46.36528	-106.00334	733			MT	017		
5670635	Park City	park-city	US	42160	983	America/Denver	45.63272	-108.91793	1036	Clark City,Park,Park City,Westabrook		MT	095		
5670645	Park City	park-city	US	42160	0	America/Denver	46.54132	-112.10945	1535	Park,Park City		MT	049		
5670699	Parker	parker	US	16049	0	America/Denver	46.17965	-111.60775	1276			MT	007		
5670814	Patterson	patterson	US	12563	0	America/Denver	45.62799	-111.05217	1551			MT	031		
5670967	Peerless	peerless	US	59253	0	America/Denver	48.78253	-105.83112	869			MT	019		
5671007	Pendroy	pendroy	US	59467	0	America/Denver	48.07357	-112.29892	1302			MT	099		
5671240	Philipsburg	philipsburg	US	16866	884	America/Denver	46.33215	-113.29423	1598	Filipsburg,fei li pu,fylybsbwrgh,fylypsbwrg  mwntana,Филипсбург,فيليبسبورغ,فیلیپسبورگ، مونتانا,菲利普	039	MT	039		
5671254	Phillips	phillips	US	04966	0	America/Denver	48.09361	-108.16402	775			MT	071		
5671328	Piedmont	piedmont	US	26750	0	America/Denver	45.83576	-112.13416	1330			MT	043		
5671473	Pine Grove	pine-grove	US	17963	0	America/Denver	47.99944	-108.68127	1107			MT	005		
5671503	Pine Prairie	pine-prairie	US	70576	0	America/Denver	48.02884	-114.70541	1179			MT	029		
5671528	Pinesdale	pinesdale	US	59841	954	America/Denver	46.32937	-114.21676	1210			MT	081		
5671562	Pinnacle	pinnacle	US	27043	0	America/Denver	48.35608	-113.65316	1131	Paola,Pinnacle		MT	029		
5671579	Pioneer	pioneer	US	37847	0	America/Denver	46.00382	-112.53474	1688			MT	093		
5671587	Pioneer	pioneer	US	37847	0	America/Denver	46.51243	-112.96616	1450	Pioneer,Pioneer City		MT	077		
5671632	Pipestone	pipestone	US	56164	0	America/Denver	45.89659	-112.23139	1389	Big Pipestone,Pipe Stone Springs,Pipestone		MT	043		
5671710	Plains	plains	US	31780	1051	America/Denver	47.46021	-114.88291	755	Horse Plains,Plains		MT	089		
5671807	Plentywood	plentywood	US	59254	1923	America/Denver	48.77475	-104.56246	624	PWD,Plehntivud,Plentiud,Plentivud,blyntywwd,plntywwd  mwntana,po lan te wu de,Плентивуд,Плентиуд,Плэнтивуд,بلينتيوود,پلنتیوود، مونتانا,坡兰特伍德	091	MT	091		
5671818	Plevna	plevna	US	59344	183	America/Denver	46.41806	-104.52051	856			MT	025		
5671943	Polaris	polaris	US	59746	0	America/Denver	45.36965	-113.11949	1936			MT	001		
5671977	Polebridge	polebridge	US	59928	0	America/Denver	48.76525	-114.28514	1074	Adair,Polebridge		MT	029		
5671996	Polson	polson	US	59860	4707	America/Denver	47.69355	-114.16317	892	Foot of the Lake,Lambert's Landing,Polson,Polsun,bo er sen,bwlswn,pwlswn  mwntana,Полсон,Полсън,بولسون,پولسن، مونٹانا,پولسون، مونتانا,波尔森	047	MT	047		
5672025	Pompeys Pillar	pompeys-pillar	US	59064	0	America/Denver	45.99136	-107.95205	875			MT	111		
5672055	Pony	pony	US	59747	118	America/Denver	45.65854	-111.89443	1684			MT	057		
5672096	Poplar	poplar	US	54864	871	America/Denver	48.11307	-105.19831	607	Poplar,Poplar Creek Agency,Poplar River,bo pu lei,bwblar,paplr  mwntana,Поплар,بوبلار,پاپلر، مونتانا,波普勒		MT	085		
5672199	Portage	portage	US	04768	0	America/Denver	47.65274	-111.12469	1033			MT	013		
5672204	Portal	portal	US	30450	0	America/Denver	46.33743	-112.11833	1672			MT	043		
5672273	Potomac	potomac	US	20854	0	America/Denver	46.8816	-113.57953	1103	Camas Prairie,Potomac		MT	063		
5672338	Powderville	powderville	US	59345	0	America/Denver	45.75889	-105.11525	862			MT	075		
5672366	Power	power	US	59468	179	America/Denver	47.71579	-111.68693	1126			MT	099		
5672384	Powers	powers	US	49874	0	America/Denver	45.7966	-111.15884	1343			MT	031		
5672397	Pownal	pownal	US	04069	0	America/Denver	47.41247	-110.19465	958			MT	027		
5672477	Pray	pray	US	59065	681	America/Denver	45.38021	-110.6816	1525	Pray,Pray Station		MT	067		
5672507	Preston	preston	US	06365	0	America/Denver	46.74383	-111.35829	1589			MT	059		
5672549	Primrose	primrose	US	68655	0	America/Denver	46.92714	-114.16678	937			MT	063		
5672554	Princeton	princeton	US	01541	0	America/Denver	46.41687	-113.16561	1641			MT	039		
5672574	Proctor	proctor	US	05765	0	America/Denver	47.89244	-114.3054	965			MT	047		
5672630	Pryor	pryor	US	59066	618	America/Denver	45.42967	-108.53319	1238			MT	003		
5672810	Queen	queen	US	16670	0	America/Denver	46.25132	-111.96499	1750			MT	043		
5672860	Quinn	quinn	US	57775	0	America/Denver	45.69409	-112.74169	1617			MT	093		
5672933	Radersburg	radersburg	US	59641	66	America/Denver	46.19576	-111.63192	1317			MT	007		
5672946	Radnor	radnor	US	43066	0	America/Denver	48.60997	-114.6607	982	Mock,Radnor		MT	029		
5672978	Rainbow	rainbow	US	76077	0	America/Denver	47.53829	-111.19997	1003			MT	013		
5673051	Ramsay	ramsay	US	49959	0	America/Denver	46.00576	-112.68614	1627			MT	093		
5673099	Rapelje	rapelje	US	59067	0	America/Denver	45.97189	-109.25517	1239			MT	095		
5673203	Ravalli	ravalli	US	59863	76	America/Denver	47.27715	-114.18067	828			MT	047		
5673221	Ravenna	ravenna	US	40472	0	America/Denver	46.71437	-113.53148	1123	Ravenna,South Fork		MT	039		
5673257	Raynesford	raynesford	US	59469	0	America/Denver	47.26996	-110.72994	1232			MT	045		
5673302	Red Bluff	red-bluff	US	96080	0	America/Denver	45.58854	-111.64803	1457			MT	057		
5673390	Red Lodge	red-lodge	US	59068	2222	America/Denver	45.18578	-109.24682	1697	Bad Lodge,Red Lodge,Red Lodz,Red Lodzh,Rehd Lodzh,Rocky Fork,lei de luo zhi,rd laj  mwntana,ryd lwdj,Ред Лодж,Ред Лоџ,Рэд Лодж,رد لاج، مونتانا,ريد لودج,雷德洛治	009	MT	009		
5673448	Red Rock	red-rock	US	74651	0	America/Denver	44.90047	-112.81891	1716	Red Rock,Redrock		MT	001		
5673535	Redstone	redstone	US	59257	0	America/Denver	48.82169	-104.94414	642			MT	091		
5673559	Reed Point	reed-point	US	59069	193	America/Denver	45.70938	-109.54212	1142	Reed Point,Reedpoint,Reeds Point,Second Crossing		MT	095		
5673687	Reserve	reserve	US	59258	23	America/Denver	48.60558	-104.45968	597	Reserve,Wakea		MT	091		
5673754	Rexford	rexford	US	12148	147	America/Denver	48.89941	-115.17212	777			MT	053		
5673779	Rhodes	rhodes	US	48652	0	America/Denver	48.27913	-114.47431	995			MT	029		
5673807	Riceville	riceville	US	16432	0	America/Denver	47.21468	-110.93356	1219			MT	013		
5673835	Richey	richey	US	59259	177	America/Denver	47.6439	-105.07498	763			MT	021		
5673846	Richland	richland	US	08350	0	America/Denver	48.82086	-106.05113	823			MT	105		
5673883	Ridge	ridge	US	11961	0	America/Denver	45.04693	-105.02026	1210			MT	011		
5673903	Ridgeway	ridgeway	US	24148	0	America/Denver	45.48527	-104.5119	1015			MT	011		
5673940	Rimrock	rimrock	US	86335	0	America/Denver	45.80217	-108.70292	1057			MT	111		
5673960	Ringling	ringling	US	59642	0	America/Denver	46.2716	-110.80715	1616			MT	059		
5673973	Ripley	ripley	US	14775	0	America/Denver	48.38468	-115.45211	643			MT	053		
5673989	Rising Sun	rising-sun	US	21911	0	America/Denver	48.69636	-113.51788	1394	East Glacier,Rising Sun,Roes Creek		MT	035		
5674021	Riverdale	riverdale	US	07457	0	America/Denver	47.34662	-111.59275	1022			MT	013		
5674029	Riverside	riverside	US	02915	0	America/Denver	44.65965	-111.07161	2021	Riverside,The Barns		MT	031		
5674030	Riverside	riverside	US	02915	0	America/Denver	46.43163	-108.57264	978			MT	065		
5674031	Riverside	riverside	US	02915	0	America/Denver	46.27464	-114.15815	1072			MT	081		
5674073	Riverview	riverview	US	33568	0	America/Denver	47.67418	-104.17494	593	Riverside,Riverview		MT	083		
5674162	Roberts	roberts	US	54023	361	America/Denver	45.35967	-109.16765	1395			MT	009		
5674206	Robinson	robinson	US	15949	0	America/Denver	46.47383	-110.66826	2041			MT	059		
5674241	Rochester	rochester	US	02770	0	America/Denver	45.6127	-112.50585	1755	Rochester,Watseka		MT	057		
5674368	Rock Springs	rock-springs	US	53961	0	America/Denver	46.81695	-106.24697	898			MT	087		
5674412	Rockvale	rockvale	US	37153	0	America/Denver	45.52245	-108.86181	1061			MT	009		
5674500	Rocky Point	rocky-point	US	11778	97	America/Denver	47.73494	-114.17956	893			MT	047		
5674549	Rogers	rogers	US	06263	0	America/Denver	47.5433	-110.99636	1017			MT	013		
5674601	Ronan	ronan	US	59864	1981	America/Denver	47.52882	-114.1015	929	Ronan,Ronan Springs,Spring Creek,luo nan,rwnan,rwwnan  mwntana,Ронан,رونان,روونان، مونتانا,罗南		MT	047		
5674665	Roscoe	roscoe	US	12776	15	America/Denver	45.34967	-109.49656	1524			MT	009		
5674698	Rosebud	rosebud	US	57570	111	America/Denver	46.27444	-106.44475	756			MT	087		
5674878	Roundup	roundup	US	59072	1836	America/Denver	46.44524	-108.5418	980	RPX,Raundap,Raundup,lang da pu,rawndab,rawndap  mwntana,Раундап,Раундъп,راوندأب,راونداپ، مونتانا,朗达普	065	MT	065		
5674910	Rowley	rowley	US	01969	0	America/Denver	45.72636	-107.77538	947			MT	003		
5674912	Roy	roy	US	59471	108	America/Denver	47.33137	-108.95988	1065			MT	027		
5674946	Ruby	ruby	US	12475	0	America/Denver	45.32826	-112.08638	1578			MT	057		
5675006	Rudyard	rudyard	US	49780	258	America/Denver	48.55999	-110.55412	949			MT	041		
5675035	Rumsey	rumsey	US	42371	0	America/Denver	46.29187	-113.252	1759			MT	039		
5675156	Ryegate	ryegate	US	59074	236	America/Denver	46.29718	-109.25879	1113		037	MT	037		
5675529	Saco	saco	US	04072	201	America/Denver	48.45722	-107.34259	665			MT	071		
5675755	Saint Ignatius	saint-ignatius	US	59865	842	America/Denver	47.31993	-114.094	896	Mission,Saint Ignatius,Sni'ye'lmn,St. Ignatius		MT	047		
5675791	Saint Johns	saint-johns	US	18247	0	America/Denver	48.79917	-110.00715	860			MT	041		
5675883	Saint Marie	saint-marie	US	59231	264	America/Denver	48.40225	-106.53282	839			MT	105		
5675889	Saint Mary	saint-mary	US	40063	0	America/Denver	48.74387	-113.42955	1387	Saint Mary,Saint Marys,St. Mary		MT	035		
5675990	Saint Peter	saint-peter	US	56082	0	America/Denver	47.30245	-111.91805	1269			MT	013		
5676020	Saint Regis	saint-regis	US	59866	319	America/Denver	47.29937	-115.10264	803			MT	061		
5676065	Saint Xavier	saint-xavier	US	59075	83	America/Denver	45.46107	-107.72177	938			MT	003		
5676088	Salem	salem	US	01970	0	America/Denver	47.53719	-111.04025	1024	Salem,Underdahl		MT	013		
5676138	Saltese	saltese	US	59867	0	America/Denver	47.41021	-115.5096	1026	Packers Meadow,Saltese,Silver City		MT	061		
5676191	Sand Coulee	sand-coulee	US	59472	212	America/Denver	47.3994	-111.16774	1058	Gulch,Sand Coulee,Sandcoulee		MT	013		
5676279	Sand Springs	sand-springs	US	59077	0	America/Denver	47.10083	-107.48565	973			MT	033		
5676294	Sanders	sanders	US	41083	0	America/Denver	46.29138	-107.09672	793			MT	103		
5676413	Saugus	saugus	US	01906	0	America/Denver	46.69167	-105.49222	686			MT	079		
5676423	Savage	savage	US	20763	0	America/Denver	47.45363	-104.34272	604			MT	083		
5676440	Savoy	savoy	US	01256	0	America/Denver	48.47416	-108.54376	711			MT	005		
5676628	Schley	schley	US	23154	0	America/Denver	47.10326	-114.054	1078			MT	063		
5676740	Scobey	scobey	US	38953	1033	America/Denver	48.79252	-105.42083	752	Skobehj,Skobi,Skoubi,askwby  mwntana,si ke bi,skwby,Скоби,Скобэй,Скоуби,اسکوبی، مونتانا,سكوبي,斯科比	019	MT	019		
5676888	Sedan	sedan	US	67361	99	America/Denver	45.95882	-110.85105	1690	Sedan,Woosley Cemetery		MT	031		
5676910	Seeley Lake	seeley-lake	US	59868	1659	America/Denver	47.17938	-113.48452	1225	Seeley Lake,Seeleys Ranch		MT	063		
5677247	Shawmut	shawmut	US	04975	42	America/Denver	46.34246	-109.5249	1175	New Shawmut,Shawmut		MT	107		
5677427	Sheffield	sheffield	US	01257	0	America/Denver	46.33278	-106.13946	736			MT	017		
5677433	Shelby	shelby	US	28150	3268	America/Denver	48.50526	-111.85697	1005	SBX,Shehlbi,Shelbi,Shelby,Shelby Junction,sherubi,shlby  mwntana,shylby,xie er bi,Шелби,Шэлби,شلبی، مونتانا,شيلبي,シェルビー,谢尔比	101	MT	101		
5677483	Shepherd	shepherd	US	48883	516	America/Denver	45.94357	-108.34235	947	Cactus Flat,Headquarters,Holland,Hollandville,Little Holland,New Holland,Shepherd		MT	111		
5677498	Sheridan	sheridan	US	04775	677	America/Denver	45.45548	-112.19694	1559			MT	057		
5677600	Shirley	shirley	US	01464	0	America/Denver	46.59139	-105.58	696			MT	017		
5677735	Sidney	sidney	US	13838	6828	America/Denver	47.71668	-104.15633	594	Central City,Maggie's Town,SDY,Sidnej,Sidney,Sidni,sydny,sydny  mwntana,xi de ni,Сидней,Сидни,سيدني,سڈنی، مونٹانا,سیدنی، مونتانا,西德尼	083	MT	083		
5677848	Silver City	silver-city	US	39166	0	America/Denver	46.75549	-112.16973	1323	Mud Creek,Silver,Silver City		MT	049		
5677875	Silver Gate	silver-gate	US	59081	20	America/Denver	45.00688	-109.98963	2253			MT	067		
5677938	Silver Star	silver-star	US	59751	0	America/Denver	45.6902	-112.28306	1393	Lower Silver Star,Silver Star,Silverstar		MT	057		
5677981	Simms	simms	US	59477	354	America/Denver	47.49162	-111.92805	1088			MT	013		
5677997	Simpson	simpson	US	26435	0	America/Denver	48.92862	-110.20604	848			MT	041		
5678757	Soda Springs	soda-springs	US	83276	0	America/Denver	45.56551	-108.27235	1188			MT	111		
5678822	Somers	somers	US	06071	1109	America/Denver	48.08023	-114.22151	889			MT	029		
5678851	Soudan	soudan	US	55782	0	America/Denver	47.02631	-114.40095	936	Soudan,Sudan		MT	063		
5679993	Springdale	springdale	US	15144	42	America/Denver	45.73827	-110.22714	1288			MT	067		
5680010	Springhill	springhill	US	71075	130	America/Denver	45.83937	-111.03467	1474	Cramer,Spring Hill,Springhill		MT	031		
5680027	Springtown	springtown	US	18081	0	America/Denver	46.79965	-113.27952	1654			MT	039		
5680222	Stanford	stanford	US	40484	381	America/Denver	47.15358	-110.21826	1305	Antelope Butte Springs,Stanford,Stanfordville,Станфорд	045	MT	045		
5680255	Star	star	US	27356	0	America/Denver	48.54414	-113.21204	1471			MT	035		
5680287	Stark	stark	US	66775	0	America/Denver	47.12548	-114.50512	1008			MT	063		
5680448	Sterling	sterling	US	01564	0	America/Denver	45.56521	-111.75942	1527			MT	057		
5680485	Stevensville	stevensville	US	18845	1922	America/Denver	46.50992	-114.09316	1013	Sheeptown,Stehvensvill,Stevensville,Stivensvil,Stivunsvil,astwnswyl  mwntana,shi di fen si wei er,Стивенсвил,Стивънсвил,Стэвенсвилл,استونسویل، مونتانا,史蒂芬斯维尔		MT	081		
5680605	Stockett	stockett	US	59480	169	America/Denver	47.35663	-111.16524	1098			MT	013		
5680613	Stone	stone	US	41567	0	America/Denver	46.5052	-113.22618	1380			MT	039		
5680696	Story	story	US	71970	0	America/Denver	45.72687	-111.08217	1407			MT	031		
5680820	Stuart	stuart	US	24171	0	America/Denver	46.08576	-112.79781	1519			MT	023		
5680824	Stryker	stryker	US	43557	26	America/Denver	48.67413	-114.77015	1005			MT	053		
5680878	Suffolk	suffolk	US	23432	0	America/Denver	47.46692	-109.35573	1031	Suffolk,Swope		MT	027		
5680912	Sula	sula	US	59871	37	America/Denver	45.83659	-113.98175	1350			MT	081		
5680960	Sumatra	sumatra	US	32335	0	America/Denver	46.61832	-107.5512	976			MT	087		
5680972	Summit	summit	US	07901	0	America/Denver	48.31941	-113.35343	1592			MT	035		
5680982	Summit	summit	US	07901	0	America/Denver	45.21881	-111.93081	2155			MT	057		
5681007	Sumner	sumner	US	04292	0	America/Denver	48.77973	-108.10429	920			MT	071		
5681020	Sun Prairie	sun-prairie	US	53590	1630	America/Denver	47.5369	-111.48136	1018			MT	013		
5681021	Sun Prairie	sun-prairie	US	53590	0	America/Denver	47.84555	-107.7465	723			MT	071		
5681026	Sun River	sun-river	US	59483	124	America/Denver	47.53329	-111.72137	1040	Sun River,Sun River Crossing		MT	013		
5681052	Sunburst	sunburst	US	59482	351	America/Denver	48.88278	-111.91142	1026	Purple Springs,Sunburst		MT	101		
5681060	Sundance	sundance	US	82729	0	America/Denver	48.63387	-112.53367	1217	Seville,Sun Dance,Sundance		MT	035		
5681110	Sunnyside	sunnyside	US	11104	0	America/Denver	46.11548	-112.99365	1802			MT	023		
5681159	Sunset	sunset	US	04683	0	America/Denver	46.93799	-113.46675	1132			MT	063		
5681215	Superior	superior	US	51363	839	America/Denver	47.19159	-114.8918	842	Edgar,Superior,Superior City,Supirior,spyryar  mwntana,su bi li er,swbrywr,Супериор,Супириор,سوبريور,سپیریار، مونتانا,苏必利尔	061	MT	061		
5681327	Swan Lake	swan-lake	US	12783	113	America/Denver	47.92911	-113.84482	946			MT	047		
5681425	Sweet Grass	sweet-grass	US	59484	58	America/Denver	48.99611	-111.9606	1066	Sweet Grass,Sweetgrass		MT	101		
5681643	Tampico	tampico	US	61283	0	America/Denver	48.30474	-106.827	657			MT	105		
5681679	Tarkio	tarkio	US	64491	0	America/Denver	47.02131	-114.73901	895			MT	061		
5681801	Teigen	teigen	US	59084	0	America/Denver	47.03664	-108.5968	973			MT	069		
5681948	Terry	terry	US	39170	597	America/Denver	46.79306	-105.31221	686	Joubert's Landing,Tehrri,Teri,Terry,te li,try  mwntana,tyry,Тери,Тэрри,تری، مونتانا,تيري,特里	079	MT	079		
5682278	Thompson Falls	thompson-falls	US	59873	1332	America/Denver	47.59489	-115.33834	779	THM,Thompson Falls,Tompson Fols,Tompsun Fols,tampsn flz  mwntana,tang pu sen pu bu,twmswn fwlz,Томпсон Фолс,Томпсън Фолс,تامپسن فلز، مونتانا,تومسون فولز,汤普森瀑布	089	MT	089		
5682361	Three Forks	three-forks	US	59752	0	America/Denver	47.28163	-111.09024	1208			MT	013		
5682362	Three Forks	three-forks	US	59752	0	America/Denver	48.11357	-113.3087	1405			MT	029		
5682364	Three Forks	three-forks	US	59752	1926	America/Denver	45.89243	-111.55219	1242	Bridgeville,Madison City,Shedd's Bridges,Sheds Bridge,The Bridges,Three Forks		MT	031		
5682723	Toluca	toluca	US	61369	0	America/Denver	45.74719	-107.87205	993			MT	003		
5682856	Toston	toston	US	59643	108	America/Denver	46.17271	-111.44108	1194			MT	007		
5682902	Townsend	townsend	US	01469	1959	America/Denver	46.3191	-111.5208	1171	Taunsehnd,Taunsend,Taunsund,tang sen,tawnsnd,tawnznd  mwntana,Таунсенд,Таунсънд,Таунсэнд,تاونزند، مونتانا,تاونسند,汤森	007	MT	007		
5682925	Tracy	tracy	US	50256	0	America/Denver	47.41302	-111.15413	1046			MT	013		
5683071	Trego	trego	US	54888	541	America/Denver	48.70524	-114.86932	950			MT	053		
5683222	Trout Creek	trout-creek	US	13847	242	America/Denver	47.83688	-115.59823	723			MT	089		
5683250	Troy	troy	US	03465	877	America/Denver	48.46328	-115.88962	579	Lake City,Troj,Troja,Troy,West Troy,te luo yi,trwy,trwy  mwntana,Трой,Троя,Трој,تروي,تروی، مونتانا,ٹرائے، مونٹانا,特洛伊		MT	053		
5683317	Tucker	tucker	US	30084	0	America/Denver	46.37076	-114.1426	1044			MT	081		
5683407	Turner	turner	US	04282	61	America/Denver	48.84362	-108.40708	927			MT	005		
5683443	Turtle Lake	turtle-lake	US	54889	209	America/Denver	47.66938	-114.07428	944			MT	047		
5683510	Twin Bridges	twin-bridges	US	59754	394	America/Denver	45.54437	-112.33111	1410	Lott's Bridge,The Bridges,Twin Bridges		MT	057		
5683793	Ulm	ulm	US	59485	738	America/Denver	47.43051	-111.50719	1021			MT	013		
5683804	Ulmer	ulmer	US	29849	0	America/Denver	46.35445	-105.92945	724			MT	017		
5683846	Unionville	unionville	US	06085	0	America/Denver	46.54132	-112.085	1499	Roosevelt,Unionville		MT	049		
5684162	Utica	utica	US	13501	0	America/Denver	46.9683	-110.09242	1364			MT	045		
5684204	Valentine	valentine	US	69201	0	America/Denver	47.31165	-108.42208	867			MT	027		
5684218	Valier	valier	US	15780	508	America/Denver	48.30775	-112.24976	1163			MT	073		
5684337	Vandalia	vandalia	US	45377	0	America/Denver	48.35474	-106.90978	648			MT	105		
5684357	Varney	varney	US	25696	0	America/Denver	45.23243	-111.76164	1586			MT	057		
5684372	Vaughn	vaughn	US	59487	658	America/Denver	47.56051	-111.54581	1026			MT	013		
5684427	Verona	verona	US	07044	0	America/Denver	48.12276	-110.19021	829			MT	015		
5684455	Victor	victor	US	14564	745	America/Denver	46.41659	-114.1501	1041	Garfield,Victor		MT	081		
5684482	Vida	vida	US	59274	0	America/Denver	47.83196	-105.49305	723			MT	055		
5684515	Vincent	vincent	US	35178	0	America/Denver	45.69576	-111.35996	1404			MT	031		
5684558	Virginia City	virginia-city	US	59755	199	America/Denver	45.29381	-111.94609	1756	Varina,Virdzhinia Siti,Virdzinija Siti,Virginia City,fu ji ni ya cheng,fyrjynya syty,Вирджиниа Сити,Вирџинија Сити,فيرجينيا سيتي,弗吉尼亚城	057	MT	057		
5684569	Vista	vista	US	92081	0	America/Denver	48.4633	-114.39458	927			MT	029		
5684570	Vista	vista	US	92081	0	America/Denver	46.78716	-111.61609	1902			MT	049		
5684596	Volborg	volborg	US	59351	0	America/Denver	45.84278	-105.6811	911			MT	017		
5684656	Waco	waco	US	28169	0	America/Denver	46.07387	-107.70703	849			MT	111		
5684666	Wade	wade	US	28395	0	America/Denver	45.15856	-108.8193	1240			MT	009		
5684677	Wagner	wagner	US	57380	0	America/Denver	48.37055	-108.07763	698			MT	071		
5684758	Walkerville	walkerville	US	49459	700	America/Denver	46.03409	-112.53586	1923	Rainbow,Walkersville,Walkerville		MT	093		
5684823	Waltham	waltham	US	02451	0	America/Denver	47.56969	-110.89079	1029	Waltham,Whiskey Flats		MT	015		
5684883	Ward	ward	US	29166	0	America/Denver	46.15353	-114.17898	1131	Ward,Wards		MT	081		
5684908	Ware	ware	US	01082	0	America/Denver	47.18442	-109.66797	1097			MT	027		
5684927	Warm Springs	warm-springs	US	24484	3000	America/Denver	46.18131	-112.78476	1467	Warm Springs,Warmsprings		MT	023		
5684970	Warren	warren	US	01083	0	America/Denver	45.05995	-108.65846	1347			MT	009		
5685068	Waterloo	waterloo	US	13165	0	America/Denver	45.72187	-112.19222	1360			MT	057		
5685087	Watkins	watkins	US	52354	0	America/Denver	45.42159	-111.65775	1472			MT	057		
5685088	Watkins	watkins	US	52354	0	America/Denver	47.24278	-105.87335	810			MT	055		
5685098	Watson	watson	US	35181	0	America/Denver	46.66911	-111.36913	1606			MT	059		
5685204	Webster	webster	US	01570	0	America/Denver	46.055	-104.24716	1006			MT	025		
5685211	Weed	weed	US	88354	0	America/Denver	46.64882	-112.25501	1533			MT	049		
5685248	Welch	welch	US	24801	0	America/Denver	45.93104	-112.31501	1741			MT	043		
5685271	Weldon	weldon	US	27890	0	America/Denver	47.61251	-105.89223	766			MT	055		
5685386	West End	west-end	US	27376	0	America/Denver	45.66577	-110.8255	1682			MT	031		
5685403	West Fork	west-fork	US	72774	0	America/Denver	48.68697	-105.91168	866			MT	019		
5685653	West Glacier	west-glacier	US	59936	227	America/Denver	48.49997	-113.97873	966	Vest Glejsher,West Glacier,Yakilahkwiilnamki,wst glyshr  mwntana,Вест Глејшер,وست گلیشر، مونتانا		MT	029		
5685762	West Valley	west-valley	US	14171	0	America/Denver	46.15187	-113.02255	1678	Smithville,West Valley		MT	023		
5685767	West Yellowstone	west-yellowstone	US	59758	1339	America/Denver	44.66215	-111.10411	2031	Vehst Jelloustoun,Vest Jelouston,WYS,wst ylwwstwwn  mwntana,wyst ylwstwn,xi huang shi,Вест Јелоустон,Вэст Йеллоустоун,وست یلووستوون، مونتانا,ويست يلوستون,西黄石		MT	031		
5685780	Westby	westby	US	54667	176	America/Denver	48.87031	-104.05188	641			MT	091		
5685804	Westfall	westfall	US	97920	0	America/Denver	47.12104	-114.78791	859			MT	061		
5685866	Whately	whately	US	01093	0	America/Denver	48.1628	-106.51143	638			MT	105		
5685902	Wheeler	wheeler	US	38880	0	America/Denver	48.00946	-106.50615	705			MT	105		
5685985	White	white	US	15490	0	America/Denver	45.81076	-111.32357	1318			MT	031		
5686001	White City	white-city	US	66872	0	America/Denver	45.30383	-110.68632	1803	White City,Whitetown		MT	067		
5686032	White Haven	white-haven	US	18661	577	America/Denver	48.34495	-115.51739	683			MT	053		
5686054	White Pine	white-pine	US	37890	0	America/Denver	47.74355	-115.48239	787			MT	089		
5686092	White Sulphur Springs	white-sulphur-springs	US	12787	910	America/Denver	46.54828	-110.90216	1537	Hot Sulphur Springs,Minnie Wabba,Uajt Sul'fur Springs,Uajt Sulful Springs,Vajt Sulfer Springs,Wampum Waters,White Sulphur Spring,White Sulphur Springs,bai liu huang quan zhen,wayt salfr aspryngz  mwntana,wayt swlfr sbrynghz,Вајт Сулфер Спрингс,Уайт Сульфур Спрингс,Уайт Сълфъл Спрингс,وايت سولفر سبرينغز,وایت سالفر اسپرینگز، مونتانا,白硫磺泉镇	059	MT	059		
5686121	Whitefish	whitefish	US	59937	7073	America/Denver	48.41108	-114.33763	923	Stump Town,Uajtfish,Vajtfish,Whitefish,huai te fei shen,waytfysh,waytfysh  mwntana,Вајтфиш,Уайтфиш,وائٹ فش، مونٹانا,وايتفيش,وایتفیش، مونتانا,怀特菲什		MT	029		
5686153	Whitehall	whitehall	US	12887	1094	America/Denver	45.87076	-112.09749	1329			MT	043		
5686179	Whites City	whites-city	US	88268	0	America/Denver	46.63411	-111.44302	1524	White City,Whites,Whites City,Whites Gulch		MT	007		
5686188	Whitetail	whitetail	US	59276	0	America/Denver	48.89503	-105.16332	763			MT	019		
5686240	Whitewater	whitewater	US	53190	64	America/Denver	48.75945	-107.62759	708			MT	071		
5686246	Whitlash	whitlash	US	59545	0	America/Denver	48.90834	-111.25303	1204			MT	051		
5686290	Wibaux	wibaux	US	59353	666	America/Denver	46.98501	-104.18827	809	Beaver,Mingusville,Wibaux	109	MT	109		
5686314	Wickes	wickes	US	71973	0	America/Denver	46.34965	-112.10333	1584	Somewhere,Wickes		MT	043		
5686489	Willard	willard	US	14588	0	America/Denver	46.19389	-104.36994	1011			MT	025		
5686509	Williams	williams	US	29493	0	America/Denver	48.27525	-112.13031	1151			MT	073		
5686551	Williamsburg	williamsburg	US	01096	0	America/Denver	45.99187	-112.55725	1677			MT	093		
5686603	Willow Creek	willow-creek	US	59760	210	America/Denver	45.82521	-111.6447	1268			MT	031		
5686712	Wilsall	wilsall	US	59086	178	America/Denver	45.99382	-110.66021	1542			MT	067		
5686793	Windham	windham	US	03087	0	America/Denver	47.07858	-110.14048	1300			MT	045		
5686846	Winifred	winifred	US	59489	205	America/Denver	47.55776	-109.3749	986			MT	027		
5686862	Winnett	winnett	US	59087	179	America/Denver	47.00276	-108.35207	900		069	MT	069		
5686885	Winston	winston	US	30187	147	America/Denver	46.4766	-111.65886	1329	Beaver Creek,Beaver Town,Beavertown,Placer,Winston		MT	007		
5686908	Wisdom	wisdom	US	59761	98	America/Denver	45.61798	-113.45089	1844	Crossings,Wisdom		MT	001		
5686914	Wise River	wise-river	US	59762	0	America/Denver	45.79131	-112.94948	1723			MT	001		
5686979	Wolf Creek	wolf-creek	US	59648	0	America/Denver	47.00605	-112.06917	1086			MT	049		
5687028	Wolf Point	wolf-point	US	59201	2850	America/Denver	48.09057	-105.64056	609	OLF,Ulf Pojnt,Volf Pojnt,Vulf Pojnt,Wolf Point,Wolfpoint,urufupointo,wlf pwynt  mwntana,wo er fu bo yin te,wwlf bwynt,Волф Пойнт,Вулф Пойнт,Вулф Појнт,Улф Пойнт,ولف پوینت، مونتانا,وولف بوينت,ウルフポイント,沃尔夫波因特	085	MT	085		
5687057	Wolsey	wolsey	US	57384	0	America/Denver	46.77635	-110.81744	1810	Wolsey,Woolsey		MT	059		
5687208	Woodside	woodside	US	11377	0	America/Denver	46.31326	-114.1551	1063	Wood,Woodside		MT	081		
5687217	Woodville	woodville	US	01784	0	America/Denver	46.05215	-112.44613	1935			MT	043		
5687230	Woodworth	woodworth	US	53194	0	America/Denver	47.10633	-113.30257	1292	Park,Woodworth		MT	077		
5687258	Worden	worden	US	59088	577	America/Denver	45.95996	-108.16095	903			MT	111		
5687335	Wyola	wyola	US	59089	215	America/Denver	45.12941	-107.39315	1134			MT	003		
5687495	York	york	US	03909	0	America/Denver	46.7216	-111.75193	1213	New York,York		MT	049		
5687540	Yreka	yreka	US	96097	0	America/Denver	46.86132	-113.33091	1396			MT	063		
5687620	Zortman	zortman	US	59546	69	America/Denver	47.91777	-108.52626	1229			MT	071		
5687626	Zurich	zurich	US	59547	0	America/Denver	48.58444	-109.03044	727			MT	005		
5687663	Alamo	alamo	US	30411	50	America/Chicago	48.58169	-103.46991	647	Alamo,Cottonwood,Cottonwood City		ND	105	00940	
5687664	Alexander	alexander	US	14005	252	America/Chicago	47.84308	-103.6427	667			ND	053	01180	
5687682	Almont	almont	US	48003	112	America/North_Dakota/New_Salem	46.72528	-101.50264	581			ND	059	01700	
5687685	Alpha	alpha	US	42603	0	America/Denver	46.65834	-103.81992	857			ND	033	10660	
5687688	Ambrose	ambrose	US	31512	27	America/Chicago	48.95392	-103.48269	631			ND	023	01860	
5687696	Amidon	amidon	US	58620	21	America/Denver	46.48223	-103.32185	885		087	ND	087	02060	
5687702	Anamoose	anamoose	US	58710	249	America/Chicago	47.8825	-100.24125	494			ND	049	02220	
5687715	Antelope	antelope	US	59211	0	America/Denver	46.85584	-102.20267	738	Antelope,The Fifth Siding,Young Mans Butte Siding		ND	089	21760	
5687738	Antler	antler	US	58711	28	America/Chicago	48.97085	-101.28238	468			ND	009	02660	
5687744	Apple Valley	apple-valley	US	92307	0	America/Chicago	46.82166	-100.5979	513			ND	015	30140	
5687745	Arena	arena	US	53503	0	America/Chicago	47.12721	-100.16233	576			ND	015		
5687750	Arnegard	arnegard	US	58835	126	America/Chicago	47.8078	-103.44103	687			ND	053	03220	
5687755	Arnold	arnold	US	21012	0	America/Chicago	46.92388	-100.75346	577			ND	015	11045	
5687774	Aurelia	aurelia	US	51005	0	America/Chicago	48.46669	-101.90211	631	Aurelia,Avrelia		ND	101	12100	
5687782	Avoca	avoca	US	14809	0	America/Chicago	48.18502	-103.52408	592			ND	105	76340	
5687789	Baden	baden	US	15005	0	America/Chicago	48.58724	-102.00405	548			ND	101	04140	
5687809	Baldwin	baldwin	US	11510	545	America/Chicago	47.02666	-100.74957	591			ND	015	16860	
5687813	Balfour	balfour	US	58712	27	America/Chicago	47.95167	-100.53459	492			ND	049	04460	
5687815	Balta	balta	US	58313	64	America/Chicago	48.16667	-100.03708	473	Balta,Egan		ND	069	04580	
5687818	Banks	banks	US	36005	0	America/Chicago	48.03863	-103.19463	637			ND	053	80460	
5687824	Bantry	bantry	US	58713	15	America/Chicago	48.49833	-100.61041	445			ND	049	04740	
5687836	Barton	barton	US	05822	20	America/Chicago	48.50694	-100.17625	459	Barton,Denny		ND	069	58080	
5687899	Belden	belden	US	38826	0	America/Chicago	48.1514	-102.3574	686			ND	061	73060	
5687901	Belfield	belfield	US	58622	1055	America/Denver	46.88529	-103.19962	788	Belfield,Camp Houston,Houston		ND	089	05820	
5687910	Belmar	belmar	US	07715	0	America/Chicago	48.66083	-100.32764	449			ND	009	86500	
5687912	Benedict	benedict	US	20612	67	America/Chicago	47.83028	-101.08237	634			ND	055	05980	
5687920	Bentley	bentley	US	48613	0	America/Denver	46.32917	-102.06349	716			ND	041	11980	
5687925	Bergen	bergen	US	14416	7	America/Chicago	48.00167	-100.71459	481			ND	049	06180	
5687937	Berthold	berthold	US	58718	501	America/Chicago	48.31307	-101.73711	637			ND	101	06460	
5687942	Berwick	berwick	US	03901	0	America/Chicago	48.36111	-100.24652	452			ND	049	06580	
5688003	Beulah	beulah	US	38726	3393	America/North_Dakota/Beulah	47.26334	-101.77795	544	Beulah,Farrington,Thomas,Troy		ND	057	06660	
5688025	Bismarck	bismarck	US	58501	71167	America/Chicago	46.80833	-100.78374	514	BIS,Bismak,Bismarck,Bismarck i Nord-Dakota,Bismark,Bismarka,Bismarkas,Bismarks,Bismàk,Bizmark,Edwinton,The Crossing,bi si mai,bijeumakeu,bismark,bismarka,bisumaku,bysmark,bysmark  dakwtay shmaly,bysmrq,pismark,Μπίσμαρκ,Бизмарк,Бисмарк,Бісмарк,Բիսմարկ,ביסמרק,انٹیل,بسمارک، شمالی ڈکوٹا,بيسمارك,بیسمارک، داکوتای شمالی,बिस्मार्क,பிஸ்மார்க்,บิสมาร์ก,ბისმარკი,ビスマーク,俾斯麥,비즈마크	ND	ND	015	07200	
5688106	Bottineau	bottineau	US	58318	2343	America/Chicago	48.82723	-100.4457	499	Botineo,Bottineau,Oak Creek,bo te nuo,bwtynaw  dakwtay shmaly,Ботинео,بوتیناو، داکوتای شمالی,波特诺	009	ND	009	08460	
5688119	Bowbells	bowbells	US	58721	377	America/Chicago	48.80308	-102.246	598	Bobels,Boubells,Bovbells,bao bei er si,bwbylz,bwwbls  dakwtay shmaly,Бобелс,Бовбеллс,Боубеллс,بوبيلز,بووبلس، داکوتای شمالی,鲍贝尔斯	013	ND	013	08500	
5688127	Bowman	bowman	US	29018	1744	America/Denver	46.18306	-103.39491	903	BWM,Bouman,Bowman,Eden,Lowden,Twin Buttes,bao man,bwman,bwwmn  dakwtay shmaly,Боуман,بومان,بومین، شمالی ڈکوٹا,بوومن، داکوتای شمالی,鲍曼	011	ND	011	08700	
5688144	Braddock	braddock	US	15104	20	America/Chicago	46.56443	-100.09094	567			ND	029	08900	
5688172	Brisbane	brisbane	US	94005	0	America/Denver	46.34251	-101.49097	732			ND	037	21670	
5688210	Bucyrus	bucyrus	US	44820	26	America/Denver	46.0639	-102.78821	848	Bucyrus,Dolan		ND	001	10300	
5688231	Buford	buford	US	30515	0	America/Chicago	47.99863	-103.99132	595			ND	105	10540	
5688259	Burlington	burlington	US	01803	1181	America/Chicago	48.27529	-101.42878	490	Berlington,Burlington,Coltan,The Forks,bo ling dun,brlnghtwn,bwrlyngtwn  dakwtay shmaly,Берлингтон,برلنغتون,برلنگٹن، شمالی ڈکوٹا,بورلینگتون، داکوتای شمالی,伯灵顿		ND	101	10940	
5688278	Butte	butte	US	58723	69	America/Chicago	47.83806	-100.66542	529	Butte,Dogden		ND	055	11180	
5688280	Burt	burt	US	14028	0	America/Denver	46.36528	-102.15516	726	Alton,Burt		ND	041	11980	
5688331	Cannon Ball	cannon-ball	US	58528	875	America/Chicago	46.38944	-100.59401	534	Cannon Ball,Hekton		ND	085	58135	
5688346	Carpio	carpio	US	58725	149	America/Chicago	48.44252	-101.71461	518			ND	101	12260	
5688351	Carson	carson	US	23830	290	America/Denver	46.41778	-101.56487	701	Karson,Карсон	037	ND	037	12460	
5688356	Cartwright	cartwright	US	58838	0	America/Chicago	47.85974	-103.92632	581			ND	053	73380	
5688397	Center	center	US	42214	564	America/North_Dakota/Center	47.11638	-101.29959	602		065	ND	065	13180	
5688409	Chadwick	chadwick	US	61014	0	America/Chicago	46.15972	-101.0343	581			ND	085	74520	
5688413	Chama	chama	US	81126	0	America/Denver	46.90779	-103.9102	853			ND	033	05460	
5688491	Clifton	clifton	US	07011	0	America/Chicago	47.89111	-100.0343	498			ND	069	79780	
5688514	Coleharbor	coleharbor	US	58531	85	America/Chicago	47.54417	-101.22377	581	Coal Harbor,Coleharbor,English Queen		ND	055	15140	
5688524	Columbus	columbus	US	08022	155	America/Chicago	48.9042	-102.78045	589	Kolumbus,Колумбус		ND	013	15460	
5688548	Corinth	corinth	US	04427	0	America/Chicago	48.61253	-103.32769	672	Corinth,Corrinth		ND	105	06900	
5688604	Crosby	crosby	US	16724	1408	America/Chicago	48.9142	-103.29491	598	Krosbi,Krozbi,ke luo si bi,krwsby,krzby  dakwtay shmaly,Крозби,Кросби,Кросбі,كروسبي,کرزبی، داکوتای شمالی,کروسبی، شمالی ڈکوٹا,克罗斯比	023	ND	023	16940	
5688680	Dana	dana	US	28724	0	America/Chicago	46.57666	-100.23372	557			ND	029	57730	
5688739	Deering	deering	US	58731	116	America/Chicago	48.39557	-101.05182	472			ND	049	18620	
5688752	Denhoff	denhoff	US	58430	20	America/Chicago	47.47666	-100.25957	619			ND	083	19100	
5688760	Des Lacs	des-lacs	US	58733	204	America/Chicago	48.25779	-101.5635	589			ND	101	19300	
5688789	Dickinson	dickinson	US	36436	23765	America/Denver	46.87918	-102.78962	735	DIK,Dickinson,Dikinson,Dikinsòn,Pleasant Valley Siding,di jin sen,dikinseun,dykynsn  dakwtay shmaly,dykynswn,Дикинсон,ديكينسون,دیکینسن، داکوتای شمالی,ڈکنسن، شمالی ڈکوٹا,迪金森,디킨슨	089	ND	089	19620	
5688797	Dodge	dodge	US	54625	105	America/Denver	47.30612	-102.20434	609			ND	025	19820	
5688813	Douglas	douglas	US	01516	61	America/Chicago	47.85723	-101.50294	626			ND	101	20020	
5688826	Drake	drake	US	42128	288	America/Chicago	47.92417	-100.37236	511			ND	049	20300	
5688829	Driscoll	driscoll	US	58532	82	America/Chicago	46.84415	-100.1415	570			ND	015	20540	
5688834	Donnybrook	donnybrook	US	58734	55	America/Chicago	48.50946	-101.88516	540			ND	101	19900	
5688857	Dunn Center	dunn-center	US	58626	197	America/Denver	47.35362	-102.62046	667			ND	025	20940	
5688860	Dunning	dunning	US	68833	0	America/Chicago	48.71947	-101.03988	456			ND	009	55940	
5688861	Dunseith	dunseith	US	58329	797	America/Chicago	48.81306	-100.06097	520	Dunseith,Little Chicago of the West,deng xi si,dwnsyth,dwnsyth  dakwtay shmaly,دونسيث,دونسیته، داکوتای شمالی,邓西斯		ND	079	21020	
5688888	Eagle Nest	eagle-nest	US	87718	0	America/North_Dakota/New_Salem	46.85251	-101.92433	641			ND	059	85080	
5688933	Eckman	eckman	US	24829	0	America/Chicago	48.65808	-101.05793	456			ND	009	55940	
5688956	Eland	eland	US	54427	0	America/Denver	46.86223	-102.88185	745			ND	089	19625	
5688962	Elgin	elgin	US	16413	633	America/Denver	46.4039	-101.84598	718	Elgin,Shanley		ND	037	23020	
5688998	Emerson	emerson	US	07630	0	America/Denver	47.18362	-102.63491	645	Connolly,Emerson		ND	025	42705	
5689005	Emmet	emmet	US	68734	0	America/Chicago	47.64639	-101.6535	614			ND	055	85070	
5689015	Epping	epping	US	03042	85	America/Chicago	48.27919	-103.35713	675			ND	105	24540	
5689020	Epworth	epworth	US	30541	0	America/Chicago	48.11613	-102.22434	675	Dymond,Epworth		ND	061	03900	
5689055	Fairfield	fairfield	US	04937	0	America/Denver	47.18946	-103.22213	840			ND	007	57710	
5689075	Fallon	fallon	US	59326	0	America/North_Dakota/New_Salem	46.51222	-101.09097	646			ND	059	21720	
5689082	Fayette	fayette	US	13065	0	America/Denver	47.26168	-102.9438	717			ND	025	42705	
5689117	Flasher	flasher	US	58535	216	America/North_Dakota/New_Salem	46.45611	-101.23264	590			ND	059	26660	
5689138	Fonda	fonda	US	12068	0	America/Chicago	48.66972	-100.01875	481			ND	079	43340	
5689140	Flaxton	flaxton	US	58737	72	America/Chicago	48.89864	-102.39239	591	Flaxton,Postville		ND	013	26700	
5689173	Fort Yates	fort-yates	US	58538	191	America/Chicago	46.08694	-100.63013	498		085	ND	085	27860	
5689178	Fortuna	fortuna	US	58844	23	America/Chicago	48.91003	-103.77937	675	Fortuna,Norge		ND	023	27820	
5689212	Fryburg	fryburg	US	16326	0	America/Denver	46.87057	-103.30296	849	Forgarty,Fryburg,Summit		ND	007	74070	
5689217	Funston	funston	US	31753	0	America/Chicago	47.99584	-100.26319	484			ND	049	71180	
5689233	Gardena	gardena	US	90247	30	America/Chicago	48.70084	-100.49764	447			ND	009	29180	
5689239	Garrison	garrison	US	10524	1538	America/Chicago	47.65222	-101.41572	588			ND	055	29460	
5689258	Gaylord	gaylord	US	49734	0	America/Denver	46.74862	-103.18934	827			ND	089	85130	
5689266	Genoa	genoa	US	13071	0	America/Chicago	48.19362	-100.99432	484			ND	049	58100	
5689291	Gladstone	gladstone	US	07934	358	America/Denver	46.86084	-102.56796	716	Gladston,Gladstone,Green River,Green River Station,Гладстон		ND	089	30460	
5689293	Gladys	gladys	US	24554	0	America/Chicago	48.4953	-103.8202	710			ND	105	31460	
5689296	Glen Ullin	glen-ullin	US	58631	743	America/North_Dakota/New_Salem	46.81501	-101.82988	635			ND	059	30860	
5689300	Glenburn	glenburn	US	58740	456	America/Chicago	48.51307	-101.22071	478	Glenburn,Lincoln		ND	075	30580	
5689322	Golva	golva	US	58632	67	America/Denver	46.73418	-103.98632	863			ND	033	31420	
5689329	Golden Valley	golden-valley	US	58541	183	America/North_Dakota/Beulah	47.29084	-102.06462	596	Golden Valley,Olanta		ND	057	31180	
5689336	Goodrich	goodrich	US	48438	96	America/Chicago	47.475	-100.12624	604			ND	083	31500	
5689345	Gorham	gorham	US	03581	0	America/Denver	47.14863	-103.30741	838			ND	007	57710	
5689390	Grassy Butte	grassy-butte	US	58634	0	America/Denver	47.39251	-103.24797	811			ND	053	74110	
5689402	Granville	granville	US	01034	269	America/Chicago	48.26779	-100.84264	461			ND	049	32660	
5689406	Greene	greene	US	02827	0	America/Chicago	48.65641	-101.70127	499			ND	075	32780	
5689410	Grenora	grenora	US	58845	250	America/Chicago	48.61836	-103.93799	647	Genora,Grenora		ND	105	33500	
5689414	Griffin	griffin	US	30223	0	America/Denver	46.21584	-103.54075	931	Atkison,Griffin		ND	011	50740	
5689429	Guthrie	guthrie	US	42234	0	America/Chicago	48.00112	-100.37736	484			ND	049	76700	
5689466	Halliday	halliday	US	58636	221	America/Denver	47.35445	-102.33601	624			ND	025	34340	
5689474	Hamlet	hamlet	US	28345	0	America/Chicago	48.62864	-103.05157	695	Hamlet,Hankey		ND	105	06860	
5689499	Harmon	harmon	US	61042	145	America/North_Dakota/New_Salem	46.95166	-100.95264	503			ND	059	21720	
5689511	Hartland	hartland	US	04943	0	America/Chicago	48.39946	-101.82044	634			ND	101	12300	
5689519	Havelock	havelock	US	28532	0	America/Denver	46.47473	-102.74378	783	Coal City,Havelock		ND	041	36220	
5689552	Hazelton	hazelton	US	58544	223	America/Chicago	46.48471	-100.27956	608			ND	029	36700	
5689557	Hazen	hazen	US	58545	2488	America/North_Dakota/Beulah	47.29445	-101.62266	532	Khejzin,ha sen,hazn  dakwtay shmaly,hazyn,Хејзин,هازن، داکوتای شمالی,هازين,ہیزن، شمالی ڈکوٹا,哈森		ND	057	36780	
5689563	Haynes	haynes	US	72341	22	America/Denver	45.97417	-102.47099	776	Gadsen,Haynes		ND	001	36540	
5689578	Hebron	hebron	US	03241	691	America/North_Dakota/New_Salem	46.90056	-102.04544	661	Hebron,Knife River		ND	059	36860	
5689618	Hettinger	hettinger	US	58639	1257	America/Denver	46.00139	-102.63682	822		001	ND	001	37700	
5689731	Hull	hull	US	02045	0	America/Chicago	46.0286	-100.12484	552			ND	029	74120	
5689860	Judson	judson	US	75660	0	America/North_Dakota/New_Salem	46.82639	-101.27848	596			ND	059	21720	
5689922	Karlsruhe	karlsruhe	US	58744	86	America/Chicago	48.09001	-100.62042	470			ND	049	41380	
5689927	Keene	keene	US	03431	0	America/Chicago	47.92697	-102.94158	711			ND	053	08020	
5689936	Kenmare	kenmare	US	58746	1083	America/Chicago	48.67475	-102.08266	576	Kenmare,Lignite		ND	101	42020	
5689943	Kermit	kermit	US	25674	0	America/Chicago	48.90336	-103.04629	589			ND	023	52260	
5689955	Killdeer	killdeer	US	58640	1254	America/Denver	47.37196	-102.75408	698			ND	025	42700	
5689965	Kincaid	kincaid	US	25119	0	America/Chicago	48.88725	-102.78684	589			ND	013	25940	
5690006	Kramer	kramer	US	58748	30	America/Chicago	48.69056	-100.70681	444			ND	009	43500	
5690093	Lansford	lansford	US	18232	254	America/Chicago	48.62891	-101.37572	491	Gordon,Landsford,Lansford		ND	009	44900	
5690121	Lefor	lefor	US	58641	0	America/Denver	46.68167	-102.55962	790			ND	089	19630	
5690122	Lehigh	lehigh	US	50557	0	America/Denver	46.86779	-102.69462	718			ND	089	19625	
5690153	Lignite	lignite	US	58752	253	America/Chicago	48.87753	-102.56295	604	Kincaid,Lignite		ND	013	46540	
5690162	Lincoln	lincoln	US	01773	3519	America/Chicago	46.76249	-100.7004	514	Fort Lincoln Estates,Lincoln,Linkol'n,Линкольн		ND	015	46640	
5690186	Linton	linton	US	47441	1039	America/Chicago	46.26666	-100.23289	523	Liston,lin dun,lyntwn,lyntwn  dakwtay shmaly,Листон,لنٹن، شمالی ڈکوٹا,لينتون,لینتون، داکوتای شمالی,林顿	029	ND	029	46980	
5690243	Logan	logan	US	25601	194	America/Chicago	48.14834	-101.15377	472			ND	101	76980	
5690270	Lonetree	lonetree	US	82936	0	America/Chicago	48.28251	-101.64378	610	Lone Tree,Lonetree		ND	101	19340	
5690297	Loraine	loraine	US	62349	9	America/Chicago	48.86558	-101.56794	497	Lorain,Loraine		ND	075	48020	
5690331	Lynwood	lynwood	US	90262	0	America/North_Dakota/New_Salem	46.66666	-100.90735	529	Little Heart,Lynwood		ND	059	21720	
5690332	Lyons	lyons	US	07939	0	America/North_Dakota/New_Salem	46.81111	-101.05319	527			ND	059	21720	
5690355	Makoti	makoti	US	58756	148	America/Chicago	47.96112	-101.80461	634			ND	101	49820	
5690366	Mandan	mandan	US	58554	21382	America/North_Dakota/New_Salem	46.82666	-100.88958	502	Cushman,Lincoln,Mandan,Morton,man dan,mandan,mndn  dakwtay shmaly,Мандан,ماندان,مندن، داکوتای شمالی,مینڈین، شمالی ڈکوٹا,曼丹	059	ND	059	49900	
5690373	Mandaree	mandaree	US	58757	596	America/Chicago	47.72918	-102.67602	663			ND	053	27332	
5690376	Manitou	manitou	US	42436	0	America/Chicago	48.33113	-102.63657	697			ND	061	50180	
5690380	Manning	manning	US	29102	74	America/Denver	47.23001	-102.77019	674		025	ND	025	42705	
5690388	Marmarth	marmarth	US	58643	143	America/Denver	46.29501	-103.92076	826	Marmarth,Neva		ND	087	50860	
5690392	Marshall	marshall	US	20115	0	America/Denver	47.13806	-102.33296	604			ND	025	74105	
5690395	Martin	martin	US	15460	77	America/Chicago	47.82667	-100.11513	498			ND	083	51060	
5690411	Maxbass	maxbass	US	58760	86	America/Chicago	48.72169	-101.14155	459			ND	009	51420	
5690418	McClusky	mcclusky	US	58463	375	America/Chicago	47.48583	-100.44318	587		083	ND	083	49020	
5690432	McGregor	mcgregor	US	55760	0	America/Chicago	48.59531	-102.92824	676			ND	105	70900	
5690471	Medora	medora	US	47260	133	America/Denver	46.9139	-103.52435	691		007	ND	007	51900	
5690483	Menoken	menoken	US	58558	70	America/Chicago	46.82055	-100.53123	525	Blaine,Burleigh,Burleigh Station,Clarkes Farm,Menoken,Seventeenth Siding		ND	015	52220	
5690488	Mercer	mercer	US	16137	97	America/Chicago	47.49055	-100.71097	588			ND	055	52340	
5690510	Midway	midway	US	15060	0	America/Chicago	46.98416	-100.79013	591			ND	015	30900	
5690521	Milroy	milroy	US	17063	0	America/Chicago	48.44	-100.53374	453			ND	049	57727	
5690532	Minot	minot	US	02055	49450	America/Chicago	48.23251	-101.29627	494	MOT,Majnot,Majnut,Mina,mai nuo te,mainos,mainotto,maynt  dakwtay shmaly,mynwt,Майнот,Майнът,Мајнот,Мина,مائےناٹ,ماینت، داکوتای شمالی,مينوت,マイノット,邁諾特,마이놋	101	ND	101	53380	
5690553	Moffit	moffit	US	58560	0	America/Chicago	46.67721	-100.29122	536			ND	015	47860	
5690557	Mohall	mohall	US	58761	808	America/Chicago	48.76336	-101.51322	500	Mogoll,Mokhol,Mokholl,mo huo er,mwhal,mwhal  dakwtay shmaly,Моголл,Мохол,Мохолл,موهال,موهال، داکوتای شمالی,莫霍尔	075	ND	075	53780	
5690598	Mound	mound	US	55364	0	America/Denver	46.40251	-103.73853	926			ND	087	54700	
5690627	Mott	mott	US	58646	793	America/Denver	46.3725	-102.32711	726	Mot,mat  dakwtay shmaly,mo te,mwt,Мот,مات، داکوتای شمالی,موت,莫特	041	ND	041	54620	
5690694	New England	new-england	US	58647	659	America/Denver	46.53918	-102.86822	791	Mayflower,New England,New England City		ND	041	56180	
5690704	New Leipzig	new-leipzig	US	58562	219	America/Denver	46.37612	-101.93987	715			ND	037	56420	
5690709	New Salem	new-salem	US	01355	896	America/North_Dakota/New_Salem	46.845	-101.41125	662			ND	059	56700	
5690711	New Town	new-town	US	02456	2521	America/Chicago	47.98085	-102.49018	579	New Town,Newton,Nju Taun,nyw tawn,nyw tawn  dakwtay shmaly,xin zhen,Њу Таун,نيو تاون,نیو تاون، داکوتای شمالی,نیو ٹاؤن، شمالی ڈکوٹا,新镇		ND	061	56740	
5690716	Newburg	newburg	US	17240	115	America/Chicago	48.71502	-100.91293	447			ND	009	56020	
5690724	Niobe	niobe	US	14758	0	America/Chicago	48.68892	-102.21572	619			ND	101	23660	
5690731	Noonan	noonan	US	58765	126	America/Chicago	48.88892	-103.00879	601			ND	023	57220	
5690739	Norma	norma	US	08347	0	America/Chicago	48.72891	-101.97322	576			ND	075	25140	
5690827	Norwich	norwich	US	05055	0	America/Chicago	48.2464	-100.98904	472			ND	049	58660	
5690852	Oakdale	oakdale	US	06370	0	America/Denver	47.47307	-102.86491	757			ND	025	42705	
5690911	Otter Creek	otter-creek	US	32683	0	America/North_Dakota/Center	47.04917	-101.55515	638			ND	065	85110	
5690942	Palermo	palermo	US	04354	84	America/Chicago	48.33974	-102.22906	672			ND	061	60620	
5690958	Parshall	parshall	US	58770	1263	America/Chicago	47.95335	-102.13489	589			ND	061	60940	
5691030	Pierce	pierce	US	68767	0	America/Chicago	46.78999	-100.69235	504			ND	015	02780	
5691031	Pierce	pierce	US	68767	0	America/Denver	46.35223	-103.07128	852	Pierce,Reno		ND	087	87340	
5691057	Plaza	plaza	US	58771	193	America/Chicago	48.02585	-101.961	639			ND	061	62980	
5691099	Porcupine	porcupine	US	57772	146	America/Chicago	46.21889	-101.09874	552			ND	085	74520	
5691105	Portal	portal	US	30450	157	America/Chicago	48.99586	-102.54961	596			ND	013	63740	
5691114	Powers Lake	powers-lake	US	53159	307	America/Chicago	48.5628	-102.64796	672			ND	013	64140	
5691137	Price	price	US	21656	0	America/North_Dakota/Center	47.08583	-100.94153	516			ND	065	21730	
5691183	Raleigh	raleigh	US	25911	12	America/Denver	46.35778	-101.30653	631	Dog Tooth,Raleigh,Roli,Роли		ND	037	65140	
5691186	Ralston	ralston	US	17763	0	America/Chicago	48.24862	-101.47628	563			ND	101	10980	
5691196	Rangeley	rangeley	US	04970	0	America/Chicago	48.04278	-100.49098	478			ND	049	43820	
5691207	Rawson	rawson	US	45881	5	America/Chicago	47.81946	-103.54075	689			ND	053	01140	
5691210	Ray	ray	US	45672	729	America/Chicago	48.34447	-103.16518	694			ND	105	65580	
5691240	Reeder	reeder	US	58649	159	America/Denver	46.10584	-102.94544	857	Leff,Reeder		ND	001	65900	
5691248	Regan	regan	US	58477	44	America/Chicago	47.15805	-100.52818	620			ND	015	65980	
5691250	Regent	regent	US	58650	173	America/Denver	46.42167	-102.55572	750			ND	041	66020	
5691262	Renville	renville	US	56284	0	America/Chicago	48.76308	-101.30016	472			ND	009	66100	
5691269	Rhame	rhame	US	58651	177	America/Denver	46.23251	-103.65547	973			ND	011	66300	
5691280	Richardton	richardton	US	58652	563	America/Denver	46.8839	-102.31573	751	Richardton,Spring Valley		ND	089	66500	
5691296	Riga	riga	US	49276	0	America/Chicago	48.29389	-100.70736	459			ND	049	66780	
5691303	Riverdale	riverdale	US	07457	227	America/Chicago	47.4975	-101.37127	599			ND	055	66980	
5691381	Roseglen	roseglen	US	58775	0	America/Chicago	47.75139	-101.83628	640			ND	055	68260	
5691399	Ross	ross	US	45061	110	America/Chicago	48.31113	-102.54657	702			ND	061	68540	
5691441	Ruso	ruso	US	58778	4	America/Chicago	47.83834	-100.93348	636			ND	055	69140	
5691443	Russell	russell	US	01071	14	America/Chicago	48.67141	-100.90154	447			ND	009	77740	
5691454	Ryder	ryder	US	58779	82	America/Chicago	47.91751	-101.67794	641			ND	101	69460	
5691476	Ruthville	ruthville	US	23147	191	America/Chicago	48.37168	-101.29877	504			ND	101	24980	
5691481	Saint Anthony	saint-anthony	US	47575	0	America/North_Dakota/New_Salem	46.61694	-100.91319	549			ND	059	21720	
5691668	Sanger	sanger	US	76266	0	America/North_Dakota/Center	47.17971	-100.99542	520	Bentley,Sanger		ND	065	21730	
5691685	Sawyer	sawyer	US	49125	346	America/Chicago	48.08973	-101.05377	468			ND	101	70980	
5692010	Scranton	scranton	US	18501	288	America/Denver	46.14806	-103.14295	847	Skrenton,Скрентон		ND	011	71500	
5692018	Selfridge	selfridge	US	58568	168	America/Chicago	46.04139	-100.92513	666	Dallas,Selfridge		ND	085	71660	
5692022	Sentinel Butte	sentinel-butte	US	58654	61	America/Denver	46.91835	-103.83881	829	Sentinal Butte,Sentinel Butte		ND	033	71780	
5692067	Sherwood	sherwood	US	21665	251	America/Chicago	48.96002	-101.63266	501			ND	075	72540	
5692072	Shields	shields	US	58569	0	America/Denver	46.23361	-101.12596	551	Shield,Shields		ND	037	21670	
5692104	Sims	sims	US	27880	0	America/North_Dakota/New_Salem	46.77222	-101.49848	595	Carbon,Sims		ND	059	85080	
5692185	Solen	solen	US	58570	88	America/Chicago	46.38888	-100.79846	508			ND	085	73820	
5692196	Souris	souris	US	58783	60	America/Chicago	48.90974	-100.68154	461			ND	009	74020	
5692220	South Heart	south-heart	US	58655	428	America/Denver	46.86473	-102.99157	758			ND	089	74185	
5692227	South Prairie	south-prairie	US	98385	0	America/Chicago	48.05195	-101.29572	604	South Prairie,Stringtown		ND	101	28460	
5692261	Spring Brook	spring-brook	US	14140	27	America/Chicago	48.25252	-103.4588	631	East Springbrook,Spring Brook,Springbrook		ND	105	74780	
5692337	Stanley	stanley	US	14561	2721	America/Chicago	48.31724	-102.39045	684		061	ND	061	75380	
5692342	Stanton	stanton	US	08885	370	America/North_Dakota/Beulah	47.32111	-101.38155	519	Stehnton,Стэнтон	057	ND	057	75420	
5692360	Sterling	sterling	US	01564	0	America/Chicago	46.81388	-100.2915	557	Sixteenth Siding,Sterling		ND	015	75940	
5692420	Strasburg	strasburg	US	17579	392	America/Chicago	46.1336	-100.1615	552			ND	029	76500	
5692466	Surrey	surrey	US	58785	1358	America/Chicago	48.2364	-101.13349	498			ND	101	77180	
5692482	Sweet Briar	sweet-briar	US	24595	0	America/North_Dakota/New_Salem	46.82444	-101.15486	549	Sweet Briar,Sweetbriar		ND	059	21720	
5692512	Taylor	taylor	US	18517	177	America/Denver	46.90056	-102.42518	762	Tejlor,Тейлор		ND	089	78180	
5692525	Temple	temple	US	03084	0	America/Chicago	48.38891	-103.05602	716	Haarstad,Temple		ND	105	31260	
5692590	Tioga	tioga	US	16946	1643	America/Chicago	48.39724	-102.93824	684	VEX		ND	105	78940	
5692594	Tolley	tolley	US	58787	48	America/Chicago	48.72891	-101.82739	565			ND	075	79140	
5692611	Towner	towner	US	58788	564	America/Chicago	48.34583	-100.40541	450		049	ND	049	79420	
5692619	Trenton	trenton	US	08601	0	America/Chicago	48.07058	-103.83687	579			ND	105	79500	
5692644	Truro	truro	US	02666	0	America/Chicago	48.69391	-101.44627	494			ND	009	07540	
5692648	Tunbridge	tunbridge	US	05077	0	America/Chicago	48.36583	-100.10625	459	Sherman,Tunbridge		ND	069	58080	
5692691	Underwood	underwood	US	47177	775	America/Chicago	47.45639	-101.1371	616			ND	055	80660	
5692716	Upham	upham	US	58789	142	America/Chicago	48.58167	-100.72819	441			ND	049	80860	
5692741	Turtle Lake	turtle-lake	US	54889	590	America/Chicago	47.52	-100.89014	576			ND	055	79940	
5692751	Velva	velva	US	58790	1260	America/Chicago	48.05612	-100.92932	461	Velva,fylfa,wei er wa,wlwa  dakwtay shmaly,Велва,فيلفا,ولوا، داکوتای شمالی,ویلوا، شمالی ڈکوٹا,韦尔瓦		ND	049	81620	
5692767	Voltaire	voltaire	US	58792	42	America/Chicago	48.02056	-100.84154	484			ND	049		
5692806	Washburn	washburn	US	04786	1309	America/Chicago	47.28916	-101.02903	535		055	ND	055	83700	
5692810	Wassaic	wassaic	US	12592	0	America/Chicago	48.40613	-102.37823	692			ND	061	40500	
5692814	Watford City	watford-city	US	58854	6708	America/Chicago	47.80224	-103.28325	646	Banks,Watford City	053	ND	053	83860	
5692863	Westfield	westfield	US	01085	0	America/Chicago	46.02944	-100.20234	610			ND	029	74120	
5692866	Westhope	westhope	US	58793	428	America/Chicago	48.90946	-101.02071	458			ND	009	85020	
5692875	Wheelock	wheelock	US	77882	22	America/Chicago	48.29641	-103.25241	731			ND	105	85340	
5692885	White	white	US	15490	0	America/Chicago	48.69612	-100.62403	442			ND	009	23980	
5692892	White Earth	white-earth	US	56591	92	America/Chicago	48.38058	-102.77324	639			ND	061	85540	
5692934	Wildrose	wildrose	US	58795	98	America/Chicago	48.63058	-103.18435	686			ND	105	86020	
5692947	Williston	williston	US	05495	26977	America/Chicago	48.14697	-103.61797	572	ISN,Little Muddy,Uilliston,Viliston,Villiston,Williston,wei li si dun,wylstwn  dakwtay shmaly,wylystwn,Вилистон,Віллістон,Уиллистон,ويليستون,ویلستون، داکوتای شمالی,ویلسٹن، شمالی ڈکوٹا,威利斯顿	105	ND	105	86220	
5692955	Willow City	willow-city	US	58384	167	America/Chicago	48.60444	-100.2943	448	McCrea,Willow City		ND	009	86380	
5692980	Wing	wing	US	36483	155	America/Chicago	47.14082	-100.279	580			ND	015	86780	
5692998	Woburn	woburn	US	01801	0	America/Chicago	48.82864	-102.41934	595			ND	013	17740	
5693047	Youngtown	youngtown	US	85363	0	America/North_Dakota/New_Salem	46.9425	-101.40792	621			ND	059	85080	
5693051	Zap	zap	US	58580	247	America/North_Dakota/Beulah	47.2864	-101.92267	563			ND	057	88140	
5693125	Agate	agate	US	58310	0	America/Denver	42.41996	-103.79383	1353			NE	165		
5693144	Alden	alden	US	14004	0	America/Denver	41.56136	-103.03632	1145			NE	123		
5693164	Alliance	alliance	US	28509	8522	America/Denver	42.10163	-102.87215	1209	AIA,Al'jans,Alajans,Allajans,Alliance,Grand Lake,Olians,alayns  nbraska,alayns  nybraska,alyans,eollaieonseu,Алајанс,Аллайанс,Альянс,Олианс,أليانس,الائنس، نیبراسکا,الاینس، نبراسکا,얼라이언스	013	NE	013		
5693213	Andrews	andrews	US	28901	0	America/Denver	42.63135	-103.73382	1361	Andrews,Hunter		NE	165		
5693228	Angora	angora	US	55703	0	America/Denver	41.85191	-103.12521	1300	Angora,Antelope Hill		NE	123		
5693246	Antioch	antioch	US	37011	0	America/Denver	42.06831	-102.58214	1183			NE	161		
5693267	Arnold	arnold	US	21012	580	America/Chicago	41.4225	-100.19346	823	Arnol'd,Арнольд		NE	041	02130	
5693294	Arthur	arthur	US	37707	117	America/Denver	41.57165	-101.69156	1114		005	NE	005		
5693330	Ashby	ashby	US	01431	0	America/Denver	42.02193	-101.92768	1173			NE	075		
5693353	Atkins	atkins	US	24311	0	America/Denver	41.72386	-103.21521	1134			NE	123		
5693431	Bartley	bartley	US	24813	277	America/Chicago	40.24917	-100.31209	715			NE	145		
5693441	Barton	barton	US	05822	0	America/Denver	41.03388	-102.17435	1042			NE	049		
5693454	Baxter	baxter	US	26560	0	America/Denver	41.85941	-103.47161	1204			NE	157		
5693459	Bayard	bayard	US	26707	1148	America/Denver	41.75497	-103.3241	1145			NE	123		
5693470	Bayonne	bayonne	US	07002	0	America/Denver	42.78555	-101.97766	1072			NE	031		
5693516	Belmar	belmar	US	07715	216	America/Denver	41.29888	-101.91657	1022			NE	101		
5693518	Belmont	belmont	US	02478	0	America/Denver	42.54969	-103.35659	1371			NE	045		
5693530	Benkelman	benkelman	US	69021	840	America/Denver	40.04916	-101.53294	910	Benkelman,Benkleman,Collinsville	057	NE	057		
5693555	Berea	berea	US	26327	41	America/Denver	42.21413	-102.9802	1263			NE	013		
5693614	Beverly	beverly	US	01915	0	America/Chicago	40.28083	-100.97405	813			NE	087		
5693635	Big Springs	big-springs	US	26137	392	America/Denver	41.06138	-102.07435	1028			NE	049		
5693657	Bingham	bingham	US	04920	0	America/Denver	42.02109	-102.08852	1187			NE	161		
5693741	Bonner	bonner	US	59823	0	America/Denver	41.93969	-103.02048	1269	Banner Station,Bonner,Bonner Station		NE	123		
5693802	Brady	brady	US	59416	415	America/Chicago	41.02223	-100.36763	808			NE	111		
5693816	Brandon	brandon	US	05733	0	America/Denver	40.80333	-101.9124	1073			NE	135		
5693822	Bradley	bradley	US	04411	0	America/Denver	41.77025	-103.38216	1150	Bradley,Bradley Station,Brady Station		NE	157		
5693833	Bridgeport	bridgeport	US	06601	1521	America/Denver	41.66525	-103.0991	1117	Bridzhport,Bridzport,brydjbwrt,bryjprt  nbraska,Бриджпорт,Бриџпорт,برج پورٹ، نیبراسکا,بريدجبورت,بریجپرت، نبراسکا	123	NE	123		
5693850	Broadwater	broadwater	US	69125	124	America/Denver	41.59609	-102.8527	1093			NE	123		
5693888	Brule	brule	US	54820	309	America/Denver	41.09416	-101.88796	1003			NE	101		
5693966	Bushnell	bushnell	US	33513	121	America/Denver	41.2322	-103.89189	1485			NE	105		
5694019	Cambridge	cambridge	US	02138	1051	America/Chicago	40.28195	-100.16569	690	Cambridge,Kembridzh,Pickletown,Кембридж		NE	065		
5694098	Cascade	cascade	US	21719	0	America/Chicago	42.18139	-100.38569	843			NE	031		
5694163	Chadron	chadron	US	69337	5775	America/Denver	42.82942	-102.99991	1030	CDR,Chadron,chadrwn  nbraska,tshadrwn,Чадрон,تشادرون,چادرون، نبراسکا	045	NE	045		
5694204	Champion	champion	US	15622	103	America/Denver	40.46916	-101.74851	997			NE	029		
5694218	Chappell	chappell	US	40816	921	America/Denver	41.09277	-102.47074	1128		049	NE	049		
5694233	Chase	chase	US	21027	0	America/Denver	40.565	-101.82045	1038			NE	029		
5694357	Clinton	clinton	US	01510	40	America/Denver	42.75999	-102.34934	1141	Klinton,Клинтон		NE	161		
5694375	Cody	cody	US	69211	157	America/Denver	42.93584	-101.2446	945			NE	031		
5694406	Coker	coker	US	35452	0	America/Chicago	41.18388	-101.1171	896			NE	111		
5694435	Colton	colton	US	13625	0	America/Denver	41.15332	-102.85714	1220			NE	033		
5694538	Covert	covert	US	49043	0	America/Denver	41.89691	-103.7155	1193			NE	157		
5694579	Crawford	crawford	US	26343	973	America/Denver	42.68302	-103.4127	1121	Kroford,krawfwrd  nbraska,krfrd  nbraska,Крофорд,كراوفورد، نبراسكا,کرفرد، نبراسکا		NE	045		
5694599	Crete	crete	US	60417	0	America/Denver	40.44916	-101.85518	1043			NE	029		
5694629	Culbertson	culbertson	US	59218	590	America/Chicago	40.22972	-100.83849	794			NE	087		
5694645	Crookston	crookston	US	56716	70	America/Chicago	42.92834	-100.75236	822			NE	031		
5694650	Curtis	curtis	US	49820	897	America/Chicago	40.63001	-100.5157	784			NE	063	90628	
5694692	Dalton	dalton	US	01226	314	America/Denver	41.4072	-102.97382	1299	Dalton,Далтон		NE	033		
5694698	Danbury	danbury	US	03230	99	America/Chicago	40.03945	-100.40431	755	Danbury,Danbury Station		NE	145		
5694800	Dickens	dickens	US	51333	0	America/Chicago	40.82612	-100.99293	956			NE	111		
5694856	Dix	dix	US	62830	250	America/Denver	41.23526	-103.48633	1388			NE	105		
5694875	Doyle	doyle	US	38559	0	America/Denver	41.98941	-103.83328	1226			NE	157		
5694960	Duluth	duluth	US	30095	0	America/Denver	42.01777	-101.63573	1114			NE	075		
5694978	Dunning	dunning	US	68833	106	America/Chicago	41.82861	-100.10458	798			NE	009		
5695142	Ellsworth	ellsworth	US	04605	0	America/Denver	42.05859	-102.28075	1195			NE	161		
5695152	Elsie	elsie	US	48831	106	America/Denver	40.8475	-101.3885	1033			NE	135		
5695157	Elsmere	elsmere	US	69135	0	America/Chicago	42.16528	-100.18541	819			NE	031		
5695170	Enders	enders	US	69027	42	America/Denver	40.45527	-101.53378	960			NE	029		
5695201	Etna	etna	US	03750	0	America/Chicago	41.14056	-100.15735	854	Etha,Etna		NE	041	51805	
5695205	Eustis	eustis	US	04936	374	America/Chicago	40.66251	-100.02957	803			NE	063		
5695308	Farnam	farnam	US	69029	167	America/Chicago	40.70584	-100.21486	839	Farnam,Farnm		NE	047		
5695337	Finchville	finchville	US	40022	0	America/Chicago	41.37111	-100.08346	808			NE	041	02130	
5695399	Five Points	five-points	US	36855	0	America/Denver	42.78052	-103.68965	1405			NE	165		
5695483	Freedom	freedom	US	03836	0	America/Chicago	40.42445	-100.36931	813			NE	063		
5695604	Gering	gering	US	69341	8334	America/Denver	41.8258	-103.6605	1192	Dzhering,Giring,ghyrngh,gryng  nbraska,gyyrng  nybraska,jie ling,Гиринг,Джеринг,غيرنغ,گئیرنگ، نیبراسکا,گرینگ، نبراسکا,傑靈	157	NE	157	91093	
5695668	Glen	glen	US	03838	0	America/Denver	42.60747	-103.58382	1235			NE	165		
5695713	Gordon	gordon	US	17936	1531	America/Denver	42.80472	-102.20322	1083	GRN,Gordon,ghwrdn,grdn  nbraska,Гордон,غوردن,گردن، نبراسکا		NE	161	91167	
5695743	Gothenburg	gothenburg	US	69138	3514	America/Chicago	40.92945	-100.16068	783			NE	047		
5695792	Grant	grant	US	32949	1133	America/Denver	40.84194	-101.72517	1040	Grant,ghrant,grnt  nbraska,Грант,غرانت,گرنت، نبراسکا	135	NE	135		
5695881	Gurley	gurley	US	35748	214	America/Denver	41.3222	-102.97076	1305			NE	033		
5695893	Haigler	haigler	US	69030	147	America/Denver	40.01388	-101.93935	998			NE	057		
5695911	Halsey	halsey	US	69142	78	America/Chicago	41.90333	-100.26902	822			NE	171		
5695922	Hamlet	hamlet	US	28345	55	America/Chicago	40.385	-101.23461	865			NE	085		
5695970	Harrisburg	harrisburg	US	17101	100	America/Denver	41.55636	-103.73856	1369	Garrisberg,Гаррисберг	007	NE	007		
5695974	Harrison	harrison	US	04040	238	America/Denver	42.68719	-103.88271	1483	Kharison,Kharrison,haryswn,hryswn  nbraska,Харисон,Харрисон,هاريسون,هریسون، نبراسکا	165	NE	165		
5696020	Hartman	hartman	US	72840	0	America/Denver	41.87663	-103.98523	1251			NE	157		
5696028	Hay Springs	hay-springs	US	69347	547	America/Denver	42.68386	-102.6899	1170			NE	161		
5696040	Hayes Center	hayes-center	US	69032	207	America/Chicago	40.51084	-101.0196	928		085	NE	085		
5696083	Hemingford	hemingford	US	69348	801	America/Denver	42.32163	-103.07298	1300			NE	013		
5696102	Henry	henry	US	24102	104	America/Denver	41.99858	-104.04745	1234	Henry,Pratt		NE	157		
5696121	Hershey	hershey	US	17033	666	America/Chicago	41.15861	-101.00265	884			NE	111		
5696208	Hoagland	hoagland	US	46745	0	America/Chicago	41.50833	-100.37125	860			NE	113		
5696227	Holbrook	holbrook	US	02343	202	America/Chicago	40.30473	-100.01013	674	Kholbruk,Холбрук		NE	065		
5696337	Hyannis	hyannis	US	02601	192	America/Denver	42.00054	-101.76184	1145		075	NE	075		
5696354	Imperial	imperial	US	15126	2056	America/Denver	40.51694	-101.64323	1001	IML,Imperial,Impirijal,ambryal,aympyryal  nbraska,Империал,Импиријал,إمبريال,ایمپیریال، نبراسکا	029	NE	029		
5696393	Indianola	indianola	US	15051	564	America/Chicago	40.23445	-100.41737	726			NE	145		
5696435	Irwin	irwin	US	15642	0	America/Denver	42.87722	-101.95488	1049			NE	031		
5696548	Johnstown	johnstown	US	12095	61	America/Chicago	42.57167	-100.05818	795	Dzhonstaun,Джонстаун		NE	017		
5696571	Joyce	joyce	US	71440	0	America/Denver	41.92802	-103.96856	1222			NE	157		
5696672	Kelso	kelso	US	37348	0	America/Denver	42.04361	-100.92627	927			NE	091		
5696677	Kennedy	kennedy	US	14747	0	America/Denver	42.54723	-100.81681	926			NE	031		
5696694	Keystone	keystone	US	46759	59	America/Denver	41.2161	-101.58351	945			NE	101		
5696702	Kilgore	kilgore	US	69216	78	America/Denver	42.93834	-100.9557	889			NE	031		
5696715	Kimball	kimball	US	24853	2405	America/Denver	41.23581	-103.663	1437	Antelopeville,Kimbal,Kimball,Kimboll,kymbal,kymbl  nbraska,Кимбал,Кимболл,كيمبال,کیمبل، نبراسکا	105	NE	105		
5696892	Lakeside	lakeside	US	06758	0	America/Denver	42.05581	-102.42492	1183			NE	161		
5696900	Lamar	lamar	US	16848	23	America/Denver	40.57194	-101.97852	1073			NE	029		
5696904	Lamont	lamont	US	32336	0	America/Denver	40.32083	-101.87323	1058			NE	057		
5696961	Lebanon	lebanon	US	03756	78	America/Chicago	40.05056	-100.27625	731			NE	145		
5696987	Lemoyne	lemoyne	US	17043	82	America/Denver	41.27249	-101.81323	1016			NE	101		
5696993	Lena	lena	US	39094	0	America/Denver	41.7011	-101.49851	1081			NE	005		
5696999	Lewellen	lewellen	US	69147	210	America/Denver	41.33137	-102.1438	1011			NE	069		
5697046	Lisco	lisco	US	69148	64	America/Denver	41.4972	-102.6202	1065			NE	069		
5697100	Lodgepole	lodgepole	US	57640	317	America/Denver	41.14971	-102.6363	1172			NE	033		
5697113	Logan	logan	US	25601	0	America/Chicago	41.49472	-100.30041	853			NE	113		
5697176	Lorenzo	lorenzo	US	79343	58	America/Denver	41.04749	-103.06798	1338			NE	033		
5697239	Lyman	lyman	US	29365	326	America/Denver	41.91719	-104.03912	1234			NE	157		
5697248	Lynn	lynn	US	01901	0	America/Denver	41.80136	-102.97632	1277			NE	123		
5697275	Madrid	madrid	US	13660	236	America/Denver	40.85	-101.5435	1006	Elliston,Madrid,Trial City		NE	135		
5697298	Marengo	marengo	US	43334	0	America/Chicago	40.63862	-100.91043	909			NE	085		
5697308	Marion	marion	US	02738	0	America/Chicago	40.01584	-100.48042	760			NE	145		
5697320	Marsland	marsland	US	69354	9	America/Denver	42.44385	-103.29854	1268			NE	045		
5697325	Martin	martin	US	15460	92	America/Denver	41.2561	-101.69101	1007			NE	101		
5697350	Maxwell	maxwell	US	46154	304	America/Chicago	41.07889	-100.52486	826	Cambridge Dam,Maxwell		NE	111		
5697359	Maywood	maywood	US	07607	248	America/Chicago	40.65751	-100.62209	817			NE	063		
5697433	McGrew	mcgrew	US	69353	103	America/Denver	41.74664	-103.41827	1153			NE	157		
5697489	Melbeta	melbeta	US	69355	110	America/Denver	41.78164	-103.51772	1167			NE	157		
5697523	Merriman	merriman	US	69218	130	America/Denver	42.91972	-101.7007	992	Merriman,Merryman		NE	031		
5697604	Minatare	minatare	US	69356	800	America/Denver	41.80941	-103.50383	1166			NE	157		
5697633	Mitchell	mitchell	US	30820	1666	America/Denver	41.94024	-103.80856	1205			NE	157	92013	
5697662	Mohler	mohler	US	99154	0	America/Denver	41.71469	-103.23493	1135			NE	123		
5697671	Montrose	montrose	US	10548	0	America/Denver	42.92247	-103.72882	1116			NE	165		
5697692	Moorefield	moorefield	US	26836	30	America/Chicago	40.69001	-100.39931	863	Moore's Field,Moorefield		NE	063		
5697709	Morrill	morrill	US	04952	912	America/Denver	41.9633	-103.92634	1216			NE	157		
5697774	Mullen	mullen	US	69152	499	America/Denver	42.04278	-101.04266	980	MHN	091	NE	091		
5697816	Natick	natick	US	01760	0	America/Chicago	41.95583	-100.43958	849			NE	171		
5697851	Nenzel	nenzel	US	69219	20	America/Denver	42.92778	-101.10293	949			NE	031		
5697892	Norden	norden	US	95724	0	America/Chicago	42.86861	-100.07401	780			NE	103		
5697939	North Platte	north-platte	US	69101	24194	America/Chicago	41.12389	-100.76542	854	LBF,Nors Plehjtt,Nort Plejt,Nort-Platt,bei pu la te,northa pleta,noseupeullaes,nwrth blat,plt shmaly  nbraska,Норс Плэйтт,Норт Плејт,Норт-Платт,نارتھ پلیٹ، نیبراسکا,نورث بلات,پلت شمالی، نبراسکا,नॉर्थ प्लॅट,北普拉特,노스플랫	111	NE	111		
5697994	Northport	northport	US	11768	0	America/Denver	41.68219	-103.08743	1126			NE	123		
5698004	Norway	norway	US	04268	0	America/Chicago	41.99889	-100.7182	890			NE	171		
5698040	Ogallala	ogallala	US	69153	4570	America/Denver	41.12805	-101.71962	982	OGA,Ogalalla,Ogalalla Village,Ogallala,Oglala,awgalala  nbraska,ogalala,ogarara,wghalala,Огаллала,Оґаллала,اوگالالا، نبراسکا,وغالالا,ओगालाला,オガララ	101	NE	101	92218	
5698072	Oliver	oliver	US	15472	0	America/Denver	41.22943	-103.788	1460	Adam,Oliver		NE	105		
5698120	Oshkosh	oshkosh	US	54901	828	America/Denver	41.40498	-102.34436	1033	OKS	069	NE	069		
5698170	Palisade	palisade	US	56469	349	America/Chicago	40.34917	-101.10766	841	Palisada,Palisade		NE	087		
5698194	Parks	parks	US	69041	23	America/Denver	40.04166	-101.72517	943			NE	057		
5698227	Paxton	paxton	US	01612	500	America/Denver	41.12416	-101.35628	934			NE	101		
5698267	Perrin	perrin	US	76486	0	America/Denver	41.81247	-103.24632	1196			NE	123		
5698269	Perry	perry	US	04667	0	America/Chicago	40.21028	-100.72293	769	Campbell,Perry		NE	145		
5698333	Pine Ridge	pine-ridge	US	41360	14	America/Denver	42.99665	-102.55655	1002			NE	161		
5698376	Pleasant Hill	pleasant-hill	US	27866	0	America/Chicago	41.48028	-100.07846	933			NE	041	02130	
5698404	Pine Ridge	pine-ridge	US	41360	0	America/Denver	42.49441	-103.47215	1388			NE	045		
5698416	Point of Rocks	point-of-rocks	US	21777	0	America/Denver	41.21026	-103.24604	1342			NE	033		
5698438	Potter	potter	US	54160	331	America/Denver	41.21748	-103.31577	1341			NE	033		
5698520	Purdum	purdum	US	69157	0	America/Chicago	42.065	-100.25847	823			NE	009		
5698669	Ringgold	ringgold	US	15770	0	America/Chicago	41.50861	-100.79154	968			NE	117		
5698687	Roach	roach	US	65787	0	America/Denver	42.02219	-103.93411	1253			NE	065		
5698741	Roscoe	roscoe	US	12776	63	America/Denver	41.13055	-101.58573	967			NE	101		
5698819	Rushville	rushville	US	14544	850	America/Denver	42.71832	-102.46406	1140	Rashvil,Rashvill,rwshfyl,rwshwyl  nbraska,Рашвил,Рашвилл,روشفيل,روشویل، نبراسکا	161	NE	161	92808	
5698966	Sanborn	sanborn	US	14132	0	America/Denver	40.0536	-102.02019	1022			NE	057		
5699404	Scottsbluff	scottsbluff	US	69361	14802	America/Denver	41.86663	-103.66717	1186	BFF,Scotts Bluff,Scottsbluff,Skotsblaf,Skotsblaff,Skottsbluff,askatsblaf  nbraska,si ke ci bu la fu,skwtsblwf,Скотсблаф,Скотсблафф,Скоттсблуфф,اسکاتسبلاف، نبراسکا,سكوتسبلوف,سکاٹسبلف، نیبراسکا,斯科茨布拉夫		NE	157	92883	
5699438	Sears	sears	US	49679	0	America/Denver	41.8933	-104.0055	1239			NE	157		
5699454	Seneca	seneca	US	16346	33	America/Chicago	42.04333	-100.83293	908			NE	171		
5699552	Sidney	sidney	US	13838	6942	America/Denver	41.14276	-102.97798	1246	SNY,Sidnej,Sidney,Sidni,sydny,sydny  nbraska,Сидней,Сидни,سيدني,سیدنی، نبراسکا	033	NE	033	92946	
5699681	Somerset	somerset	US	02725	0	America/Chicago	40.82528	-100.86098	884			NE	111		
5699749	Sparks	sparks	US	31647	0	America/Chicago	42.94112	-100.25596	793	Sparks,Спаркс		NE	031		
5699840	Stapleton	stapleton	US	30823	311	America/Chicago	41.48028	-100.51292	885		113	NE	113		
5699898	Stockville	stockville	US	69042	24	America/Chicago	40.53279	-100.38348	757		063	NE	063		
5699914	Story	story	US	71970	0	America/Denver	42.92997	-103.93854	1190			NE	165		
5699920	Stratton	stratton	US	04982	338	America/Chicago	40.14805	-101.22683	854			NE	087		
5699967	Sunol	sunol	US	94586	73	America/Denver	41.15526	-102.76353	1198			NE	033		
5699979	Sutherland	sutherland	US	23885	1336	America/Chicago	41.15694	-101.12627	902			NE	111		
5700071	Thatcher	thatcher	US	83283	0	America/Chicago	42.80612	-100.46624	815	Thacher,Thatcher		NE	031		
5700094	Thedford	thedford	US	69166	200	America/Chicago	41.97833	-100.57625	871		171	NE	171		
5700146	Tony	tony	US	54563	0	America/Denver	41.83052	-103.39577	1195			NE	157		
5700168	Trenton	trenton	US	08601	561	America/Chicago	40.17555	-101.01294	815	Trail City,Trenton,Трентон	087	NE	087		
5700207	Trout	trout	US	71371	0	America/Denver	41.89636	-103.60328	1201			NE	157		
5700218	Tryon	tryon	US	28782	157	America/Chicago	41.55277	-100.95765	994		117	NE	117		
5700344	Valentine	valentine	US	69201	2836	America/Chicago	42.87278	-100.55097	787	VTN,Valentajn,Valentin,falytyn  nbraska,wlntayn  nbraska,Валентајн,Валентин,فاليتين، نبراسكا,ولنتاین، نبراسکا	031	NE	031	93278	
5700385	Vance	vance	US	29163	0	America/Denver	41.77719	-103.11326	1217			NE	123		
5700392	Velma	velma	US	73491	0	America/Denver	41.63137	-101.94185	1140			NE	005		
5700395	Venango	venango	US	16440	167	America/Denver	40.76361	-102.04074	1096			NE	135		
5700449	Wallace	wallace	US	26448	359	America/Chicago	40.83834	-101.16488	948			NE	111		
5700501	Wauneta	wauneta	US	69045	574	America/Denver	40.41833	-101.37128	897			NE	029		
5700533	Weir	weir	US	39772	0	America/Denver	42.03805	-101.36683	1059			NE	091		
5700540	Wellfleet	wellfleet	US	02667	77	America/Chicago	40.75223	-100.72987	859			NE	111		
5700649	Whiteclay	whiteclay	US	69365	10	America/Denver	42.99693	-102.55461	1004	Dewing,Pine Ridge,Whiteclay		NE	161		
5700663	Whitman	whitman	US	02382	0	America/Denver	42.04194	-101.52322	1098			NE	075		
5700670	Whitney	whitney	US	15693	76	America/Denver	42.78275	-103.25603	1040	Uitni,Уитни		NE	045		
5700758	Willow Island	willow-island	US	69171	26	America/Chicago	40.88862	-100.07151	770	Willow,Willow Island		NE	047		
5700788	Wilsonville	wilsonville	US	35186	91	America/Chicago	40.11195	-100.10708	702			NE	065		
5700830	Wood Lake	wood-lake	US	56297	64	America/Chicago	42.63861	-100.23818	821	Cottonwood Lake,Wood Lake		NE	031		
5701005	Alpha	alpha	US	42603	0	America/Los_Angeles	40.0102	-116.19312	1800			NV	011		
5701135	Argenta	argenta	US	62501	0	America/Los_Angeles	40.67436	-116.70565	1400	Argenta,Argenti		NV	015		
5701163	Arthur	arthur	US	37707	0	America/Los_Angeles	40.79659	-115.19088	1935	Arthur,Ogilvie Ranch		NV	007		
5701275	Bannock	bannock	US	43972	0	America/Los_Angeles	40.51658	-117.10122	1554			NV	015		
5701361	Battle Mountain	battle-mountain	US	89820	3635	America/Los_Angeles	40.64213	-116.93427	1375	BAM	015	NV	015		
5701666	Blackburn	blackburn	US	65321	0	America/Los_Angeles	40.22826	-116.16785	1617	Blackburn,Blackburns		NV	011		
5701681	Bliss	bliss	US	14024	0	America/Los_Angeles	41.02907	-117.60901	1321	Bliss,Bliss Siding		NV	013		
5701974	Buckhorn	buckhorn	US	41721	0	America/Los_Angeles	40.17603	-116.48064	1967			NV	011		
5702255	Carlin	carlin	US	89822	2302	America/Los_Angeles	40.71381	-116.10397	1495			NV	007		
5702364	Charleston	charleston	US	04422	0	America/Los_Angeles	41.67074	-115.51063	1852	Charleston,Mardis		NV	007		
5702624	Coin	coin	US	51636	0	America/Los_Angeles	40.88298	-115.71562	1556			NV	007		
5702818	Cortez	cortez	US	34215	0	America/Los_Angeles	40.14103	-116.60342	1869			NV	015		
5702984	Crescent Valley	crescent-valley	US	89821	392	America/Los_Angeles	40.41603	-116.57647	1468			NV	011		
5703042	Currie	currie	US	28435	0	America/Los_Angeles	40.2666	-114.74308	1769	Currie,Currie Station		NV	007		
5703187	Deeth	deeth	US	89823	0	America/Los_Angeles	41.06548	-115.27478	1628			NV	007		
5703200	Denio	denio	US	89404	47	America/Los_Angeles	41.9899	-118.63434	1283			NV	013		
5703387	Dry Creek	dry-creek	US	25062	0	America/Los_Angeles	40.44243	-115.61922	1753			NV	007		
5703513	Dyke	dyke	US	22935	0	America/Los_Angeles	41.57462	-118.57239	1262			NV	013		
5703598	Echo	echo	US	56237	0	America/Los_Angeles	41.68074	-116.1726	2005			NV	007		
5703670	Elko	elko	US	29826	20279	America/Los_Angeles	40.83242	-115.76312	1544	Ballous Addition,Contae Elko,EKO,Ehlko,Elko,ai er ke,alkw,aylkw  nwada,Елко,Элко,إلكو,ایلکو، نوادا,ایلکو، نیواڈا,埃尔科	007	NV	007		
5703730	Empire	empire	US	35063	217	America/Los_Angeles	40.57574	-119.34213	1232			NV	031		
5704145	Gerlach	gerlach	US	89412	206	America/Los_Angeles	40.65157	-119.35519	1202			NV	031		
5704200	Golconda	golconda	US	62938	214	America/Los_Angeles	40.95324	-117.48929	1342	Golconda,Greggsville		NV	013		
5704668	Henry	henry	US	24102	0	America/Los_Angeles	41.69686	-114.82643	1664	Henry,Henry Siding		NV	007		
5704678	Herrin	herrin	US	62948	0	America/Los_Angeles	40.88768	-117.22011	1345			NV	013		
5704743	Hilltop	hilltop	US	25855	0	America/Los_Angeles	40.41464	-116.80037	1969	Hilltop,Kimberly		NV	015		
5704968	Humboldt	humboldt	US	38343	119	America/Los_Angeles	40.60296	-118.25181	1288	Humboldt,Humboldt City,Humboldt River Ranch		NV	027		
5705010	Hunter	hunter	US	12442	0	America/Los_Angeles	40.7527	-115.90341	1525			NV	007		
5705046	Imlay	imlay	US	89418	171	America/Los_Angeles	40.66074	-118.15042	1281			NV	027		
5705218	Jackpot	jackpot	US	89825	1195	America/Los_Angeles	41.98324	-114.67476	1610	Dzakpot,Horse Shu,Jackpot,KPT,gqpwt,jakbwt,jkpat  nwada,Џакпот,גקפוט,جاكبوت,جکپات، نوادا,جککپوت، نیواڈا		NV	007		
5705264	Jarbidge	jarbidge	US	89826	0	America/Los_Angeles	41.87352	-115.43201	1932	Jarbidge,Jarbridge		NV	007		
5705288	Jenkins	jenkins	US	41537	0	America/Los_Angeles	40.68408	-116.85954	1383			NV	015		
5705555	Lamoille	lamoille	US	89828	105	America/Los_Angeles	40.72798	-115.47839	1795	La Moille,Lamoille		NV	007		
5705621	Lee	lee	US	01238	0	America/Los_Angeles	40.56826	-115.60756	1748			NV	007		
5705957	Lovelock	lovelock	US	89419	1878	America/Los_Angeles	40.17935	-118.47348	1213	Big Meadows,LOL,Lavlok,Lovelock,Lovelock Station,Lovelocks,Luvlok,la fu luo ke,lawlk  nwada,lwflwk,Лавлок,Лъвлок,لاولک، نوادا,لوفلوك,لوولوک، نیواڈا,拉夫洛克	027	NV	027		
5706346	Mill City	mill-city	US	97360	0	America/Los_Angeles	40.68352	-118.07042	1290	Centralia,Mill City,Millville		NV	027		
5706394	Mineral	mineral	US	23117	0	America/Los_Angeles	40.17353	-116.18674	1663	Mineral,Mineral Hill,Mineral Station		NV	011		
5706438	Mizpah	mizpah	US	08342	0	America/Los_Angeles	40.39576	-114.66336	1728	Mizpah,Mizpah Siding		NV	007		
5706470	Montello	montello	US	53949	84	America/Los_Angeles	41.26131	-114.19418	1487			NV	007		
5706548	Mountain City	mountain-city	US	30562	0	America/Los_Angeles	41.83851	-115.96537	1709	Mountain,Mountain City		NV	007		
5706856	North Fork	north-fork	US	83466	0	America/Los_Angeles	41.48241	-115.81675	1867	North Fork,Northfork		NV	007		
5707000	Ola	ola	US	72853	0	America/Los_Angeles	40.72132	-114.14668	1410	Ola,Ola Siding		NV	007		
5707041	Oreana	oreana	US	62554	0	America/Los_Angeles	40.33435	-118.32237	1269	Nenzel,Nenzel Station,Oreana,Oreana Station		NV	027		
5707058	Orovada	orovada	US	89425	155	America/Los_Angeles	41.5699	-117.78542	1324			NV	013		
5707081	Owyhee	owyhee	US	89832	953	America/Los_Angeles	41.94768	-116.09871	1646			NV	007		
5707131	Palisade	palisade	US	56469	0	America/Los_Angeles	40.6102	-116.19869	1479	Palisade,Paliside		NV	011		
5707145	Panama	panama	US	14767	0	America/Los_Angeles	40.31296	-118.15986	1873			NV	027		
5707166	Paradise Valley	paradise-valley	US	85253	109	America/Los_Angeles	41.49351	-117.53457	1381	Paradise City,Paradise Valley		NV	013		
5707272	Perth	perth	US	58363	0	America/Los_Angeles	40.1288	-118.51515	1205			NV	027		
5707318	Pilot	pilot	US	24138	0	America/Los_Angeles	40.81826	-114.23446	1561	Pilot,Pilot Siding,Pilot Station		NV	007		
5707389	Pleasant Valley	pleasant-valley	US	12569	0	America/Los_Angeles	40.71798	-115.51756	1786			NV	007		
5707399	Point of Rocks	point-of-rocks	US	21777	0	America/Los_Angeles	41.77713	-115.79508	2001			NV	007		
5707505	Preble	preble	US	13141	0	America/Los_Angeles	40.97657	-117.39817	1333			NV	013		
5707522	Proctor	proctor	US	05765	0	America/Los_Angeles	40.89326	-114.27585	1694	Procter Siding,Proctor		NV	007		
5707704	Red House	red-house	US	23963	0	America/Los_Angeles	40.99685	-117.24817	1338	Red House,Redhouse		NV	013		
5707867	Rochester	rochester	US	02770	0	America/Los_Angeles	40.2888	-118.16736	1877			NV	027		
5708001	Rose Creek	rose-creek	US	55970	0	America/Los_Angeles	40.8899	-117.89513	1318	Rose Creek,Rose Creek Station,Ross Creek		NV	013		
5708069	Rowland	rowland	US	18457	0	America/Los_Angeles	41.93657	-115.67869	1501			NV	007		
5708092	Ruby Valley	ruby-valley	US	89833	0	America/Los_Angeles	40.36021	-115.44755	1853			NV	007		
5708162	Sage	sage	US	72573	0	America/Los_Angeles	40.77021	-114.5467	1755			NV	007		
5708229	San Jacinto	san-jacinto	US	92581	0	America/Los_Angeles	41.86852	-114.67642	1585			NV	007		
5708388	Shafter	shafter	US	93263	0	America/Los_Angeles	40.85465	-114.44475	1705	Bews,Shafter		NV	007		
5708399	Shannon	shannon	US	28386	0	America/Los_Angeles	40.1002	-116.20174	1727	Deep Well,Deep Wells,Shannon		NV	011		
5708894	Spring Creek	spring-creek	US	16436	12361	America/Los_Angeles	40.72659	-115.5859	1725			NV	007		
5708923	Spruce	spruce	US	48762	0	America/Los_Angeles	40.79826	-114.65837	1708	Sonar,Spruce,Spruce Siding		NV	007		
5709105	Sulphur	sulphur	US	40070	0	America/Los_Angeles	40.87462	-118.73655	1232			NV	013		
5709494	Trego	trego	US	54888	0	America/Los_Angeles	40.76462	-119.14379	1193	Trego,Trego Siding		NV	027		
5709584	Tuscarora	tuscarora	US	17982	0	America/Los_Angeles	41.31407	-116.22176	1865			NV	007		
5709589	Twain	twain	US	95984	0	America/Los_Angeles	40.54935	-118.2382	1575			NV	027		
5709680	Unionville	unionville	US	06085	0	America/Los_Angeles	40.44546	-118.1207	1543	Buena Vista,Dixie,Unionville		NV	027		
5709753	Valmy	valmy	US	89438	37	America/Los_Angeles	40.79269	-117.12678	1375			NV	013		
5709806	Vivian	vivian	US	57576	0	America/Los_Angeles	40.72492	-116.05647	1500	Vivian,Vivian Siding		NV	007		
5709956	Welcome	welcome	US	20693	0	America/Los_Angeles	41.1002	-115.1045	1733			NV	007		
5709967	Wells	wells	US	04090	1261	America/Los_Angeles	41.11159	-114.96449	1716	LWL,Uehlls,Uels,Vels,Wells,wlz  nwada,wylz,Велс,Уелс,Уэллс,ولز، نوادا,ويلز		NV	007		
5710035	West Wendover	west-wendover	US	89883	4294	America/Denver	40.7391	-114.07335	1360	Vehst Vednovehr,Vest Vendover,Zapaden Uendouvur,wst wndwr  nwada,wyst wyndwfyr,xi wen duo fu,Вест Вендовер,Вэст Ведновэр,Западен Уендоувър,وست وندور، نوادا,ويست ويندوفير,ویسٹ وینڈوور، نیواڈا,西温多弗		NV	007		
5710360	Winnemucca	winnemucca	US	89445	7887	America/Los_Angeles	40.97296	-117.73568	1309	Uinemuka,Vinemaka,Vinnemukka,WMC,wen ni ma ka,wynmwka  nwada,wynymwka,Винемака,Виннемукка,Уинемъка,וינמאקה,ونیموکا، نیواڈا,وينيموكا,وینموکا، نوادا,温尼马卡	013	NV	013		
5710609	Adams	adams	US	01220	348	America/Los_Angeles	45.76735	-118.56247	462	Adams,adams  awrgn,adamz,Адамс,آدامس، اورگن,أدامز,แอดัมส์		OR	059		
5710638	Adel	adel	US	31620	0	America/Los_Angeles	42.17739	-119.89856	1386			OR	037		
5710653	Adrian	adrian	US	16210	172	America/Boise	43.74072	-117.07183	680	Adrian,Riverview,Адриан		OR	045		
5710702	Agness	agness	US	97406	0	America/Los_Angeles	42.5565	-124.06898	63			OR	015		
5710746	Alameda	alameda	US	94501	0	America/Los_Angeles	45.55512	-122.63065	73			OR	051		
5710756	Albany	albany	US	05820	52175	America/Los_Angeles	44.63651	-123.10593	65	Albani,Ehlbani,Olbani,albany,albany  awrgn,albany  awrygwn,ao er ba ni,orubani,xxlbani,Албани,Олбани,Элбани,آلبانی، اورگن,ألباني,البانی، اوریگون,ออลบานี,オールバニ,奥尔巴尼	043	OR	043		
5710806	Alder	alder	US	59710	0	America/Los_Angeles	44.58234	-123.50899	184	Alder,Hipp		OR	003		
5710818	Alder Creek	alder-creek	US	13301	0	America/Los_Angeles	45.3779	-122.10175	279			OR	005		
5710976	Algoma	algoma	US	38820	0	America/Los_Angeles	42.34709	-121.81556	1265			OR	035		
5711033	Allegany	allegany	US	14706	0	America/Los_Angeles	43.42595	-124.03233	13			OR	011		
5711090	Alma	alma	US	14708	0	America/Los_Angeles	43.89095	-123.47482	178			OR	039		
5711106	Alpha	alpha	US	42603	0	America/Los_Angeles	44.16429	-123.70066	127			OR	039		
5711109	Alpine	alpine	US	07620	171	America/Los_Angeles	44.33012	-123.36038	96			OR	003		
5711124	Alsea	alsea	US	97324	164	America/Los_Angeles	44.38151	-123.59649	89	Alsea,Alseya		OR	003		
5711142	Alston	alston	US	30412	0	America/Los_Angeles	46.09928	-123.04706	152			OR	009		
5711149	Altamont	altamont	US	12009	19257	America/Los_Angeles	42.20681	-121.73722	1263			OR	035		
5711174	Alvadore	alvadore	US	97409	0	America/Los_Angeles	44.12679	-123.26454	118			OR	039		
5711224	Amity	amity	US	15311	1641	America/Los_Angeles	45.11567	-123.20733	50	Amiti,Ehmiti,amyty,amyty  awrgn,Амити,Эмити,أميتي,امیتی، اورگن,แอมิตี		OR	071		
5711420	Antelope	antelope	US	59211	47	America/Los_Angeles	44.91068	-120.72282	809	Antelope,Rajneesh		OR	065		
5711565	Applegate	applegate	US	48401	0	America/Los_Angeles	42.25707	-123.16838	393			OR	029		
5711605	Arcadia	arcadia	US	15712	0	America/Boise	43.92433	-116.98544	662			OR	045		
5711615	Arch Cape	arch-cape	US	97102	0	America/Los_Angeles	45.829	-123.96208	9			OR	007		
5711672	Arlington	arlington	US	02474	583	America/Los_Angeles	45.7168	-120.20088	93	Alkali,Arlington,Arlingtun,arlynghtwn,arlyngtn  awrgn,xar ling tan,Арлингтон,Арлингтън,آرلنگٹن، اوریگون,آرلینگتن، اورگن,أرلينغتون,อาร์ลิงตัน		OR	021		
5711704	Arock	arock	US	97902	0	America/Boise	42.91404	-117.52515	1136			OR	045		
5711761	Ash	ash	US	28420	0	America/Los_Angeles	43.55234	-123.82177	138			OR	019		
5711789	Ashland	ashland	US	01721	20861	America/Los_Angeles	42.19458	-122.70948	593	AHM,Ashlund,Ehshlehnd,Eshland,a shen lan,aesyullaendeu,ashland,ashlnd  awrgn,ashurando,asland,Ашлънд,Ешланд,Эшлэнд,آشلاند,اشلند، اورگن,ایشلنڈ، اوریگون,ಆಷ್ಲಂಡ್,แอชแลนด์,アシュランド,阿什兰,애슐랜드		OR	029		
5711805	Ashwood	ashwood	US	97711	0	America/Los_Angeles	44.73374	-120.75448	770			OR	031		
5711847	Astoria	astoria	US	11102	9626	America/Los_Angeles	46.18788	-123.83125	7	AST,Astori,Astoria,Astorija,Clatsop,Fort Astoria,Fort George,astwrya,astwrya  awrgn,asutoria,xas tx reiy,Астори,Асториа,Астория,Асторија,Асторія,آستوریا، اورگن,أستوريا,اسٹوریا، اوریگون,อัสตอเรีย,アストリア	007	OR	007		
5711861	Athena	athena	US	97813	1140	America/Los_Angeles	45.8118	-118.49053	526	Athena,Centerville		OR	059		
5711906	Aurora	aurora	US	04408	979	America/Los_Angeles	45.23095	-122.75593	48	Avrora,Orora,arwra  awrgn,arwra  awrygwn,awrwra,xx ro ra,Аврора,Орора,أورورا,ارورا، اورگن,ارورا، اوریگون,ออโรรา		OR	047		
5711916	Austin	austin	US	16720	0	America/Los_Angeles	44.60266	-118.49661	1254			OR	023		
5711918	Aumsville	aumsville	US	97325	4013	America/Los_Angeles	44.84095	-122.87092	111			OR	047		
5711976	Azalea	azalea	US	97410	0	America/Los_Angeles	42.7954	-123.26034	501	Azalea,Starvout		OR	019		
5712169	Baker City	baker-city	US	97814	9752	America/Los_Angeles	44.77487	-117.83438	1051	BKE,Baker,Baker City,Behjker Siti,Bejker Siti,Bejkur Siti,Thanh pho Baker,Thành phố Baker,be kexr si ti,bekashiti,bykr syty,bykr syty  awrgn,Бейкър Сити,Бејкер Сити,Бэйкер Сити,بيكر سيتي,بیکر سٹی، اوریگون,بیکر سیتی، اورگن,เบเกอร์ซิตี,ベーカーシティ	001	OR	001		
5712412	Bancroft	bancroft	US	25011	0	America/Los_Angeles	42.93955	-124.00704	117			OR	011		
5712417	Bandon	bandon	US	97411	3115	America/Los_Angeles	43.119	-124.40845	3	BDY,Bandon,Bandun,bandwn,bndn  awrgn,Бандон,Бандън,باندون,بندن، اورگن,แบนดัน		OR	011		
5712430	Banks	banks	US	36005	1934	America/Los_Angeles	45.61872	-123.11428	65	Banks,banks,bankusu,bnks  awrgn,Банкс,بانكس,بنکس، اورگن,แบงส์,バンクス		OR	067		
5712515	Barlow	barlow	US	42024	139	America/Los_Angeles	45.25179	-122.72065	32	Barlow,Barlows		OR	005		
5712634	Bartlett	bartlett	US	03812	0	America/Los_Angeles	45.98459	-117.45823	1067			OR	063		
5712642	Barton	barton	US	05822	0	America/Los_Angeles	45.38901	-122.40703	81			OR	005		
5712744	Bates	bates	US	97817	0	America/Los_Angeles	44.59293	-118.50856	1238			OR	023		
5712837	Bay City	bay-city	US	48706	1332	America/Los_Angeles	45.5226	-123.8893	12	Bej-Siti,Бей-Сити		OR	057		
5712861	Bayview	bayview	US	83803	0	America/Los_Angeles	44.44234	-124.03512	16			OR	041		
5713201	Beatty	beatty	US	89003	0	America/Los_Angeles	42.44181	-121.27083	1327			OR	035		
5713212	Beaver	beaver	US	15009	122	America/Los_Angeles	45.27677	-123.82651	27			OR	057		
5713224	Beavercreek	beavercreek	US	97004	4485	America/Los_Angeles	45.2879	-122.53564	161	Beavercreek		OR	005		
5713352	Beaver Springs	beaver-springs	US	17812	0	America/Los_Angeles	46.04595	-122.94817	192			OR	009		
5713376	Beaverton	beaverton	US	35544	96577	America/Los_Angeles	45.48706	-122.80371	58	Beaverton,Beaverton Old Siding,Bijvurtun,Bivehrton,Biverton,bibaton,byfyrtwn,bywrtwn  awrgn,Бивертон,Бивэртон,Бийвъртън,Бівертон,بيفيرتون,بیورتون، اورگن,بیورٹن، اوریگون,ビーバートン		OR	067		
5713442	Beech Creek	beech-creek	US	16822	0	America/Los_Angeles	44.61932	-119.14886	1346			OR	023		
5713587	Bend	bend	US	76824	87014	America/Los_Angeles	44.05817	-121.31531	1106	Behnd,Bend,ben de,bendo,bnd,bnd  awrgn,bynd,Бенд,Бэнд,בנד,بند، اورگن,بيند,ベンド,本德	017	OR	017		
5713705	Berlin	berlin	US	01503	0	America/Los_Angeles	44.4979	-122.74786	149			OR	043		
5713758	Bethany	bethany	US	06524	0	America/Los_Angeles	45.01234	-122.81787	60			OR	047		
5713759	Bethany	bethany	US	06524	20646	America/Los_Angeles	45.55789	-122.8676	56			OR	067		
5713770	Bethel	bethel	US	04217	0	America/Los_Angeles	44.06512	-123.13259	125			OR	039		
5713771	Bethel	bethel	US	04217	0	America/Los_Angeles	45.0404	-123.18482	60			OR	053		
5713790	Beulah	beulah	US	38726	0	America/Boise	43.90655	-118.15269	1001			OR	045		
5714398	Blachly	blachly	US	97412	0	America/Los_Angeles	44.19484	-123.5351	220			OR	039		
5714534	Black Rock	black-rock	US	72415	0	America/Los_Angeles	44.87095	-123.49622	218	Black Rock,Black Rock Mines		OR	053		
5714608	Blaine	blaine	US	04734	0	America/Los_Angeles	45.27733	-123.70456	85			OR	057		
5714701	Blodgett	blodgett	US	63824	58	America/Los_Angeles	44.59706	-123.51955	193			OR	003		
5714876	Blue River	blue-river	US	41607	0	America/Los_Angeles	44.15457	-122.34117	318			OR	039		
5714928	Bly	bly	US	97622	0	America/Los_Angeles	42.39765	-121.04165	1328			OR	035		
5714964	Boardman	boardman	US	97818	3354	America/Los_Angeles	45.83986	-119.70058	94	Bordman,Бордман		OR	049		
5715096	Bolton	bolton	US	01740	0	America/Los_Angeles	45.37179	-122.62509	72			OR	005		
5715104	Bonanza	bonanza	US	84008	411	America/Los_Angeles	42.19876	-121.40611	1260	Bonanza,bnza  awrgn,bonanza,bwnanza,Бонанза,بنزا، اورگن,بونانزا,ボナンザ		OR	035		
5715154	Bonita	bonita	US	71223	0	America/Boise	44.25238	-117.83381	1239			OR	045		
5715155	Bonita	bonita	US	71223	0	America/Los_Angeles	45.41679	-122.76482	57	Bonita,Harmon		OR	067		
5715260	Boring	boring	US	21020	0	America/Los_Angeles	45.42984	-122.37481	152	boringu,ボーリング		OR	005		
5715719	Bridal Veil	bridal-veil	US	97010	0	America/Los_Angeles	45.55901	-122.17537	35			OR	051		
5715773	Bridgeport	bridgeport	US	06601	0	America/Los_Angeles	44.84845	-123.38649	85			OR	053		
5715780	Bridgeview	bridgeview	US	60455	0	America/Los_Angeles	42.12595	-123.6059	417			OR	033		
5715803	Brightwood	brightwood	US	22715	0	America/Los_Angeles	45.37623	-122.01675	350			OR	005		
5715807	Brighton	brighton	US	02135	0	America/Los_Angeles	45.67233	-123.92291	28	Brighton,Brighton Beach		OR	057		
5715835	Broadbent	broadbent	US	97414	0	America/Los_Angeles	43.009	-124.14649	24			OR	011		
5715855	Brockway	brockway	US	15824	0	America/Los_Angeles	43.109	-123.45535	174			OR	019		
5715861	Brogan	brogan	US	97903	90	America/Boise	44.24627	-117.51713	797			OR	045		
5715905	Brookings	brookings	US	57006	6476	America/Los_Angeles	42.05261	-124.28398	48	BOK,Brukings,brwkngz  awrygwn,brwkynghz,brwkyngs  awrgn,burukkinguzu,Брукингс,بروكينغز,بروکنگز، اوریگون,بروکینگس، اورگن,ブルッキングズ		OR	015		
5715919	Brooks	brooks	US	04921	398	America/Los_Angeles	45.04818	-122.95843	56			OR	047		
5715922	Brooklyn	brooklyn	US	06234	0	America/Los_Angeles	45.4904	-122.63732	26	Brooklyn,Car Shops,Machine Shop		OR	051		
5715943	Brothers	brothers	US	97712	0	America/Los_Angeles	43.81374	-120.60333	1414			OR	017		
5716049	Brownsboro	brownsboro	US	35741	0	America/Los_Angeles	42.46818	-122.71004	438			OR	029		
5716061	Brownsville	brownsville	US	05037	1738	America/Los_Angeles	44.39346	-122.98481	109	Braunsvil,Braunsvill,brawnzfyl,brwnswyl  awrgn,buraunzubiru,Браунсвил,Браунсвилл,براونزفيل,برونسویل، اورگن,ブラウンズビル		OR	043		
5716064	Browntown	browntown	US	53522	0	America/Los_Angeles	42.08401	-123.51729	572			OR	033		
5716167	Bryant	bryant	US	35958	0	America/Los_Angeles	45.40401	-122.7226	35	Bryant,Bryants		OR	005		
5716509	Buena Vista	buena-vista	US	15018	0	America/Los_Angeles	44.76956	-123.15065	72			OR	053		
5716744	Bunker Hill	bunker-hill	US	25413	1444	America/Los_Angeles	43.35595	-124.20483	22			OR	011		
5716809	Burlingame	burlingame	US	66413	0	America/Los_Angeles	45.46845	-122.6851	111	Burlingame,Roland		OR	051		
5716810	Burlington	burlington	US	01803	0	America/Los_Angeles	45.64623	-122.8426	21			OR	051		
5716833	Burns	burns	US	37029	2757	America/Los_Angeles	43.58626	-119.0541	1266	BNO,Berns,Burns,bai en si,brnz  awrgn,bwrnz,Бернс,Бурнс,Бърнс,برنز، اورگن,بورنز,柏恩斯	025	OR	025		
5717066	Butte Falls	butte-falls	US	97522	433	America/Los_Angeles	42.54318	-122.56559	772	Batt Folls,Bjut Fols,bwt falz  awrgn,bwty fwlz,Батт Фоллс,Бют Фолс,Бјут Фолс,بوت فالز، اورگن,بوتي فولز		OR	029		
5717128	Buxton	buxton	US	04093	0	America/Los_Angeles	45.68872	-123.19095	100			OR	067		
5717316	Cairo	cairo	US	12413	0	America/Boise	43.996	-117.00905	668			OR	045		
5717390	Callahan	callahan	US	32011	0	America/Los_Angeles	43.26595	-123.60981	849			OR	019		
5717442	Camas Valley	camas-valley	US	97416	0	America/Los_Angeles	43.03428	-123.67397	346			OR	019		
5717651	Camp Sherman	camp-sherman	US	97730	233	America/Los_Angeles	44.46039	-121.64117	903			OR	031		
5717747	Canaan	canaan	US	03741	0	America/Los_Angeles	45.93206	-122.91789	119			OR	009		
5717758	Canby	canby	US	56220	17271	America/Los_Angeles	45.2629	-122.69259	48	Kanbi,knby,knby  awrgn,Канби,كنبي,کنبی، اورگن		OR	005		
5717789	Cannon Beach	cannon-beach	US	97110	1702	America/Los_Angeles	45.89177	-123.96153	5	Kanon Bich,Kanun Bijch,Kehnnon Bich,kanwn bych  awrgn,kanwn bytsh,Канон Бич,Канън Бийч,Кэннон Бич,كانون بيتش,کانون بیچ، اورگن		OR	007		
5717822	Canyon City	canyon-city	US	97820	672	America/Los_Angeles	44.3896	-118.95023	967	Kanion Siti,Kanjon Siti,Keniun Siti,kanywn syty,knyn syty  awrgn,kyanionshiti,Канион Сити,Канјон Сити,Кениън Сити,كانيون سيتي,کنین سیتی، اورگن,キャニオンシティ	023	OR	023		
5717887	Canyonville	canyonville	US	97417	1911	America/Los_Angeles	42.92734	-123.28117	239	Kanionvill,Kanjonvil,Keniunvil,kanywnfyl,knynwyl  awrgn,Канионвилл,Канјонвил,Кениънвил,كانيونفيل,کنینویل، اورگن		OR	019		
5717982	Carlton	carlton	US	16311	2067	America/Los_Angeles	45.29428	-123.17649	61			OR	071		
5718004	Carnation	carnation	US	98014	0	America/Los_Angeles	45.50761	-123.10261	54			OR	067		
5718047	Carson	carson	US	23830	0	America/Los_Angeles	44.93571	-117.17545	1026			OR	001		
5718099	Carver	carver	US	02330	0	America/Los_Angeles	45.39457	-122.49731	42			OR	005		
5718132	Cascade Locks	cascade-locks	US	97014	1159	America/Los_Angeles	45.66984	-121.89064	46	CZK,Kaskadeh Loks,Kaskejd Loks,kaskad lwks,kskd lks  awrgn,Каскадэ Локс,Каскейд Локс,Каскејд Локс,كاسكاد لوكس,کسکد لکس، اورگن		OR	027		
5718150	Cascadia	cascadia	US	97329	147	America/Los_Angeles	44.39735	-122.48175	252			OR	043		
5718340	Cave Junction	cave-junction	US	97523	1932	America/Los_Angeles	42.16289	-123.64812	405	Cave Junction,Caves City,Caves Junction,Kehjv Dzhankshn,Kejv DZankshon,Kejv Dzhunkshun,kw jankshn  awrgn,kyf jnkshn,Кейв Джънкшън,Кејв Џанкшон,Кэйв Джанкшн,كيف جنكشن,کو جانکشن، اورگن		OR	033		
5718371	Cecil	cecil	US	15321	0	America/Los_Angeles	45.61791	-119.95892	192	Cecil,Cecils		OR	049		
5718505	Cedar Point	cedar-point	US	61316	0	America/Los_Angeles	43.17955	-124.21344	6			OR	011		
5718600	Central Point	central-point	US	97502	0	America/Los_Angeles	45.2954	-122.63037	88			OR	005		
5718601	Central Point	central-point	US	97502	17995	America/Los_Angeles	42.37596	-122.91643	388	Sentral Pojnt,sntral bwynt,sntral pwynt  awrgn,Сентрал Пойнт,Сентрал Појнт,سنترال بوينت,سنترال پوینت، اورگن		OR	029		
5718712	Chapman	chapman	US	36015	0	America/Los_Angeles	45.82511	-122.98539	200			OR	009		
5718757	Charleston	charleston	US	04422	0	America/Los_Angeles	43.34011	-124.33012	31			OR	011		
5718760	Charlestown	charlestown	US	02129	0	America/Los_Angeles	45.88874	-119.29752	152			OR	059		
5718823	Chemult	chemult	US	97731	0	America/Los_Angeles	43.21652	-121.7828	1452	Chemult,Knott		OR	035		
5718896	Cherryville	cherryville	US	18035	0	America/Los_Angeles	45.36706	-122.15508	390			OR	005		
5718899	Cheshire	cheshire	US	01225	0	America/Los_Angeles	44.18957	-123.28565	103	Cheshire,Hubert		OR	039		
5719022	Chiloquin	chiloquin	US	97624	721	America/Los_Angeles	42.57764	-121.86613	1275	CHZ,Chilokuin,Chilukuin,chi lokh win,chylqwyn  awrgn,tshylwkwyn,Чилокуин,Чилъкуин,تشيلوكوين,چیلقوین، اورگن,ชิโลควิน		OR	035		
5719182	Christmas Valley	christmas-valley	US	97641	0	America/Los_Angeles	43.23625	-120.63693	1317			OR	037		
5719308	Clackamas	clackamas	US	97015	6767	America/Los_Angeles	45.40762	-122.57037	53	Clackamas,Marshfield,Marshville		OR	005		
5719384	Clarksville	clarksville	US	12041	0	America/Los_Angeles	44.49127	-117.67993	1129			OR	001		
5719397	Clatskanie	clatskanie	US	97016	1759	America/Los_Angeles	46.10122	-123.20679	33	Clatskanie,Klaskain,Klaskania,Klaskonine,Klatskani,Klatskinaj,klatsksn,kltskny  awrgn,Клатскани,Клатскинай,كلاتسكسن,کلتسکنی، اورگن		OR	009		
5719464	Clear Creek	clear-creek	US	25044	0	America/Los_Angeles	45.80594	-123.27956	216			OR	009		
5719511	Clear Lake	clear-lake	US	50428	0	America/Los_Angeles	45.0354	-123.02093	60			OR	047		
5719533	Clearwater	clearwater	US	29822	0	America/Los_Angeles	43.2629	-122.42199	742			OR	019		
5719575	Cleveland	cleveland	US	13042	0	America/Los_Angeles	43.29623	-123.47647	136			OR	019		
5719622	Climax	climax	US	12042	0	America/Los_Angeles	42.29513	-122.61975	1054			OR	029		
5719627	Clifton	clifton	US	07011	0	America/Los_Angeles	46.21094	-123.46235	0			OR	007		
5719684	Cloverdale	cloverdale	US	24077	0	America/Los_Angeles	43.92485	-122.9673	170			OR	039		
5719685	Cloverdale	cloverdale	US	24077	250	America/Los_Angeles	45.20594	-123.89206	7			OR	057		
5719695	Cloverdale	cloverdale	US	24077	0	America/Los_Angeles	44.29123	-121.45282	940			OR	017		
5719758	Cobb	cobb	US	31735	0	America/Los_Angeles	45.95513	-118.39747	289			OR	059		
5720155	Colton	colton	US	13625	0	America/Los_Angeles	45.17207	-122.43786	215			OR	005		
5720167	Columbia City	columbia-city	US	46725	1958	America/Los_Angeles	45.89011	-122.80705	15	Columbia City,McBride		OR	009		
5720264	Comstock	comstock	US	12821	0	America/Los_Angeles	43.73929	-123.18647	140	Comstock,Comstocks		OR	019		
5720276	Concord	concord	US	01742	0	America/Los_Angeles	45.40429	-122.63759	25			OR	005		
5720282	Condon	condon	US	59826	681	America/Los_Angeles	45.2343	-120.18503	863	Kondon,Kondun,kndn  awrgn,kwndwn,Кондон,Кондън,كوندون,کندن، اورگن	021	OR	021		
5720384	Cook	cook	US	55723	0	America/Los_Angeles	45.40206	-122.73315	45			OR	005		
5720495	Coos Bay	coos-bay	US	97420	16182	America/Los_Angeles	43.3665	-124.21789	7	Coos Bay,Coose Bay,Empire,Kus Behj,Kus Bej,Marshfield,kuzubei,kws bay,kws bay  awrgn,Кус Бей,Кус Беј,Кус Бэй,كوس باي,کوز بے، اوریگون,کوس بای، اورگن,クーズベイ		OR	011		
5720575	Coquille	coquille	US	97423	3858	America/Los_Angeles	43.17705	-124.18761	16	Coquille,Coquille City,Kokil,Kokuill,Koukijl,kakwyl  awrgn,kokiru,kwkyl,Кокил,Кокуилл,Коукийл,كوكيل,کاکویل، اورگن,コキール	011	OR	011		
5720593	Corbett	corbett	US	97019	0	America/Los_Angeles	45.53179	-122.2912	204			OR	051		
5720639	Cornelius	cornelius	US	28031	12317	America/Los_Angeles	45.51984	-123.05983	55	Kornelijas,Kornelius,Kornilius,koneriasu,krnlyws  awrgn,kwrnylyws,Корнелиус,Корнелијас,Корнилиъс,كورنيليوس,کرنلیوس، اورگن,コーネリアス		OR	067		
5720649	Cornucopia	cornucopia	US	54827	0	America/Los_Angeles	45.00821	-117.19268	1444			OR	001		
5720727	Corvallis	corvallis	US	59828	55780	America/Los_Angeles	44.56457	-123.26204	71	CVO,Corvallis,Korvalis,Korvallis,Kovalis,ke wa li si,kobaelliseu,kobarisu,krwlys  awrgn,kwrfalys,kwrwyls  awrygwn,Ковалис,Корвалис,Корваллис,كورفاليس,کرولیس، اورگن,کورویلس، اوریگون,コーバリス,科瓦利斯,코밸리스	003	OR	003		
5720755	Cottage Grove	cottage-grove	US	38224	9969	America/Los_Angeles	43.79762	-123.05952	196	Cottage Grove,Kotidz Grouv,Kotidzh Grouv,Kottehjdzh Grouv,Lemati,katyj grw  awrgn,kwltagh ghrwf,Котидж Гроув,Котиџ Гроув,Коттэйдж Гроув,كولتاغ غروف,کاتیج گرو، اورگن		OR	039		
5721027	Cove	cove	US	71937	554	America/Los_Angeles	45.29653	-117.80799	892	Kouv,kwf,kww  awrgn,Коув,كوف,کوو، اورگن		OR	061		
5721309	Crabtree	crabtree	US	15624	391	America/Los_Angeles	44.63512	-122.89815	85			OR	043		
5721366	Crane	crane	US	47522	129	America/Los_Angeles	43.41516	-118.57826	1260			OR	025		
5721464	Crawfordsville	crawfordsville	US	47933	332	America/Los_Angeles	44.35707	-122.85786	140			OR	043		
5721497	Crescent	crescent	US	15046	0	America/Los_Angeles	43.46235	-121.69558	1358			OR	035		
5721543	Creston	creston	US	26141	0	America/Boise	43.50127	-118.00991	1363			OR	045		
5721551	Creswell	creswell	US	27928	5199	America/Los_Angeles	43.9179	-123.02453	170	Kresuel,Kresvehll,Kresvel,kryswyl,wrntn  awrgn,Кресвел,Кресвэлл,Кресуел,كريسويل,ورنتن، اورگن		OR	039		
5721591	Crockett	crockett	US	24323	0	America/Los_Angeles	45.97347	-118.39747	265			OR	059		
5721721	Crowley	crowley	US	70526	0	America/Boise	43.29155	-117.89435	1243			OR	045		
5721735	Crown Point	crown-point	US	12928	0	America/Los_Angeles	43.33011	-124.30817	45			OR	011		
5721865	Culver	culver	US	46511	1442	America/Los_Angeles	44.52568	-121.2131	802	Kalver,Kulvehr,Kulvur,kalwr  awrgn,klfr,Калвер,Кулвэр,Кълвър,كلفر,کالور، اورگن		OR	031		
5721958	Cushman	cushman	US	72526	0	America/Los_Angeles	43.98568	-124.04428	7			OR	039		
5722032	Dairy	dairy	US	97625	0	America/Los_Angeles	42.23515	-121.52111	1262			OR	035		
5722064	Dallas	dallas	US	18612	15277	America/Los_Angeles	44.91928	-123.31705	99	Dalas,Dallas,dalas,dalas  awrgn,Далас,Даллас,دالاس,دالاس، اورگن	053	OR	053		
5722088	Damascus	damascus	US	18415	10952	America/Los_Angeles	45.41762	-122.45898	162	City of Damascus,Damascus		OR	005		
5722320	Dayville	dayville	US	06241	146	America/Los_Angeles	44.4682	-119.53581	725			OR	023		
5722326	Dayton	dayton	US	08810	2575	America/Los_Angeles	45.22067	-123.07621	48	Dayton,Dehjton,Dejton,Dejtun,West Dayton,daytwn,detana,dytwn  awrgn,Дейтон,Дейтън,Дејтон,Дэйтон,دايتون,دیتون، اورگن,ڈیٹن، اوریگون,डेटन		OR	071		
5722492	Deadwood	deadwood	US	57732	0	America/Los_Angeles	44.09568	-123.76344	79			OR	039		
5722741	Deer Island	deer-island	US	97054	294	America/Los_Angeles	45.93123	-122.84372	17			OR	009		
5722827	Dellwood	dellwood	US	53927	0	America/Los_Angeles	43.369	-124.01399	12			OR	011		
5722830	Delmar	delmar	US	12054	0	America/Los_Angeles	43.26039	-124.22733	6	Delmar,Merchant		OR	011		
5722876	Denmark	denmark	US	04022	0	America/Los_Angeles	42.89066	-124.46261	27			OR	015		
5722881	Dennis	dennis	US	02638	0	America/Boise	44.09072	-117.32379	722			OR	045		
5722917	Depoe Bay	depoe-bay	US	97341	1422	America/Los_Angeles	44.80845	-124.06317	4	De Poe Bay,Depoe Bay,Depoeh Behj,Depot Bay,Dipo Bej,dp bay  awrgn,dybw bay,Депоэ Бэй,Дипо Бей,ديبو باي,دپ بای، اورگن		OR	041		
5722994	Detroit	detroit	US	04929	216	America/Los_Angeles	44.73401	-122.1498	491	Dehtroit,Detroit,Detrojt,dtryt  awrgn,dytrwyt,Детроит,Детройт,Детројт,Дэтроит,دتریت، اورگن,ديترويت		OR	047		
5723128	Dexter	dexter	US	04930	0	America/Los_Angeles	43.91596	-122.82285	204			OR	039		
5723140	Diamond	diamond	US	44412	0	America/Los_Angeles	43.0121	-118.66603	1286			OR	025		
5723257	Dillard	dillard	US	30537	478	America/Los_Angeles	43.10289	-123.42785	159			OR	019		
5723262	Dilley	dilley	US	78017	0	America/Los_Angeles	45.49067	-123.12344	59	Dilley,Dilleys		OR	067		
5723421	Dixonville	dixonville	US	15734	0	America/Los_Angeles	43.20762	-123.24118	184			OR	019		
5723461	Dodge	dodge	US	54625	0	America/Los_Angeles	45.21484	-122.30231	409			OR	005		
5723476	Dodson	dodson	US	59524	0	America/Los_Angeles	45.6054	-122.03564	33	Dodson,Dodsons		OR	051		
5723639	Donald	donald	US	97020	1001	America/Los_Angeles	45.22234	-122.83926	60			OR	047		
5723679	Dorena	dorena	US	97434	0	America/Los_Angeles	43.71985	-122.86201	281			OR	039		
5723688	Dora	dora	US	35062	0	America/Los_Angeles	43.15594	-123.95621	45			OR	011		
5723802	Dover	dover	US	02030	0	America/Los_Angeles	45.33123	-122.22897	401			OR	005		
5723818	Downs	downs	US	61736	0	America/Los_Angeles	45.04234	-122.79398	63			OR	047		
5723833	Drain	drain	US	97435	1157	America/Los_Angeles	43.65873	-123.3187	89	Drain,Drains		OR	019		
5723873	Drew	drew	US	38737	0	America/Los_Angeles	42.88179	-122.8995	428			OR	019		
5723896	Drewsey	drewsey	US	97904	0	America/Los_Angeles	43.80655	-118.37742	1071	Drewsey,Drusy,Gouge Eye		OR	025		
5723995	Dry Creek	dry-creek	US	25062	0	America/Los_Angeles	44.50512	-123.27565	74			OR	003		
5724231	Dryden	dryden	US	04225	0	America/Los_Angeles	42.26956	-123.53729	437			OR	033		
5724285	Dufur	dufur	US	97021	623	America/Los_Angeles	45.45318	-121.13062	409	Dafer,Dafur,Djufjur,Dufur,Dulfur,dwfwr,dwfwr  awrgn,Дафер,Дафур,Дюфюр,دوفور,دوفور، اورگن		OR	065		
5724335	Duncan	duncan	US	29334	0	America/Los_Angeles	45.56124	-118.31634	705			OR	059		
5724352	Dundee	dundee	US	14837	3200	America/Los_Angeles	45.27817	-123.01094	64	Dundee,Dundee Junction		OR	071		
5724406	Durham	durham	US	03824	1938	America/Los_Angeles	45.40206	-122.75287	45	Daram,Darem,Djurkham,Duram,daramu,drham,dwrhm  awrgn,Дарам,Дарем,Дърам,Дюрхам,درهام,دورهم، اورگن,ダーラム		OR	067		
5724411	Durkee	durkee	US	97905	0	America/Los_Angeles	44.5821	-117.46464	808	Durkee,Express		OR	001		
5724534	Eagle Creek	eagle-creek	US	97022	0	America/Los_Angeles	45.35734	-122.35898	105			OR	005		
5724581	Eagle Point	eagle-point	US	97524	8902	America/Los_Angeles	42.47263	-122.80282	398	Igl Rojnt,Ijgul Pojnt,ayghl bwynt,aygl pwynt  awrgn,Игл Ројнт,Ийгъл Пойнт,إيغل بوينت,ایگل پوینت، اورگن		OR	029		
5725044	Echo	echo	US	56237	702	America/Los_Angeles	45.74235	-119.19557	196	Ehkho,Eko,achw  awrgn,aykw,Еко,Эхо,إيكو,اچو، اورگن		OR	059		
5725096	Eddyville	eddyville	US	42038	0	America/Los_Angeles	44.63456	-123.7765	26			OR	041		
5725101	Eden	eden	US	05652	0	America/Los_Angeles	45.90681	-117.55657	984			OR	063		
5725261	Eldorado	eldorado	US	45321	0	America/Boise	44.42627	-117.74576	1254			OR	045		
5725293	Elgin	elgin	US	16413	1732	America/Los_Angeles	45.56486	-117.91743	815	Ehlgin,Eldzin,Elgin,algyn  awrgn,aljyn,Елгин,Елџин,Элгин,إلجين,الگین، اورگن		OR	061		
5725316	Elk City	elk-city	US	67344	0	America/Los_Angeles	44.61956	-123.87956	105			OR	041		
5725454	Elkhorn	elkhorn	US	24831	0	America/Los_Angeles	44.83568	-122.36203	351			OR	047		
5725503	Elkton	elkton	US	21921	199	America/Los_Angeles	43.63762	-123.56815	43			OR	019		
5725511	Ellendale	ellendale	US	19941	0	America/Los_Angeles	44.92984	-123.35622	129			OR	053		
5725559	Elmira	elmira	US	14901	0	America/Los_Angeles	44.06568	-123.35537	118			OR	039		
5725573	Elsie	elsie	US	48831	0	America/Los_Angeles	45.86567	-123.59485	134			OR	007		
5725580	Elwood	elwood	US	08217	0	America/Los_Angeles	45.20818	-122.37008	311			OR	005		
5725598	Emerson	emerson	US	07630	0	America/Los_Angeles	45.54568	-120.98034	260			OR	065		
5725659	Empire	empire	US	35063	0	America/Los_Angeles	43.39289	-124.27734	9	Empire,Empire City		OR	011		
5725692	Englewood	englewood	US	07631	0	America/Los_Angeles	45.43595	-122.69648	145			OR	051		
5725721	Enterprise	enterprise	US	26568	1893	America/Los_Angeles	45.42626	-117.27878	1144	Ehnterprajz,Enterprajz,Enturprajz,antrbrayz,antrprayz  awrgn,Ентерпрајз,Ентърпрайз,Энтерпрайз,إنتربرايز,انترپرایز، اورگن	063	OR	063		
5725737	Eola	eola	US	60519	45	America/Los_Angeles	44.93234	-123.11982	70	Cincinnati,Eola		OR	053		
5725801	Estacada	estacada	US	97023	3152	America/Los_Angeles	45.28957	-122.3337	156	Ehstakada,Estakada,Estakejda,astakada,astkada  awrgn,Естакада,Естакејда,Эстакада,إستاكادا,استکادا، اورگن		OR	005		
5725846	Eugene	eugene	US	65032	163460	America/Los_Angeles	44.05207	-123.08675	131	EUG,Eugene,Eugine City,Judzhijn,Judzhin,Judzhyn,Judzin,Judzinas,Judžinas,you jin,yujin,ywgyn,ywjyn,ywjyn  awrgn,Јуџин,Юджийн,Юджин,Юджын,Юджін,יוגין,يوجين,یوجین,یوجین، اورگن,ユージン,ユージーン,尤金,유진	039	OR	039		
5725894	Evans	evans	US	25241	0	America/Los_Angeles	45.50154	-117.42268	1005			OR	063		
5725983	Fair Oaks	fair-oaks	US	47943	0	America/Los_Angeles	45.41984	-122.65065	41			OR	005		
5725984	Fair Oaks	fair-oaks	US	47943	278	America/Los_Angeles	43.41734	-123.21341	193	Fair Oaks,Fairoaks		OR	019		
5725988	Fairbanks	fairbanks	US	47849	0	America/Los_Angeles	45.62401	-121.00201	151			OR	065		
5725999	Fairfield	fairfield	US	04937	0	America/Los_Angeles	45.13456	-123.00621	50			OR	047		
5726007	Fairhaven	fairhaven	US	02719	0	America/Los_Angeles	42.1832	-121.82306	1286			OR	035		
5726015	Fairview	fairview	US	07022	0	America/Los_Angeles	43.21678	-124.07371	40	Fairview,Fairview Junction		OR	011		
5726016	Fairview	fairview	US	07022	0	America/Los_Angeles	44.47485	-122.82203	141			OR	043		
5726018	Fairview	fairview	US	07022	9280	America/Los_Angeles	45.53845	-122.43398	41	Fajrvju,Fervju,Feurvju,fyrfyw,fyrwyw  awrgn,fyyrwyw  awrygwn,Файрвю,Фервју,Феървю,فيرفيو,فیئرویو، اوریگون,فیرویو، اورگن,แฟร์วิว		OR	051		
5726020	Fairview	fairview	US	07022	0	America/Los_Angeles	45.45761	-123.78901	22			OR	057		
5726068	Falcon Heights	falcon-heights	US	78545	0	America/Los_Angeles	42.13737	-121.75667	1346			OR	035		
5726184	Falls City	falls-city	US	68355	975	America/Los_Angeles	44.86623	-123.43594	112	Folls Siti,Fols Siti,falz syty  awrgn,fwlz syty,Фоллс Сити,Фолс Сити,فالز سیتی، اورگن,فولز سيتي		OR	053		
5726193	Bridgeton	bridgeton	US	08302	593	America/Los_Angeles	45.60178	-122.66926	6	Bridgeton,Faloma		OR	051		
5726262	Farmington	farmington	US	03835	0	America/Los_Angeles	45.44901	-122.94788	44			OR	067		
5726445	Fernwood	fernwood	US	39635	0	America/Los_Angeles	45.12457	-122.4712	310			OR	005		
5726453	Ferndale	ferndale	US	12734	0	America/Los_Angeles	45.98125	-118.39747	257			OR	059		
5726501	Fields	fields	US	97710	0	America/Los_Angeles	42.26434	-118.67518	1291			OR	025		
5726754	Fisher	fisher	US	16225	0	America/Los_Angeles	44.29179	-123.84011	69			OR	041		
5727024	Flora	flora	US	39071	0	America/Los_Angeles	45.90015	-117.30989	1326			OR	063		
5727032	Florence	florence	US	01062	8649	America/Los_Angeles	43.98262	-124.09984	14	FMU,Florencija,Florens,Floruns,flwrans  awrgn,flwrns  awrygwn,flwryns,furorensu,peullolenseu,Флоренс,Флоренция,Флорънс,فلورانس، اورگن,فلورنس، اوریگون,فلورينس,フローレンス,플로렌스		OR	039		
5727088	Flynn	flynn	US	77855	0	America/Los_Angeles	44.54095	-123.38677	84			OR	003		
5727190	Forest Grove	forest-grove	US	18922	24457	America/Los_Angeles	45.51984	-123.11066	62	Forehst Grouv,Forest Grouv,Forist Grouv,foresutogurovu,fwrst ghrwf,fwrst grw  awrgn,Форест Гроув,Форист Гроув,Форэст Гроув,فورست غروف,فورست گرو، اورگن,フォレストグローヴ		OR	067		
5727263	Fort Klamath	fort-klamath	US	97626	0	America/Los_Angeles	42.70458	-121.99585	1275			OR	035		
5727281	Fort Rock	fort-rock	US	97735	0	America/Los_Angeles	43.35652	-121.05389	1320			OR	037		
5727315	Foss	foss	US	73647	0	America/Los_Angeles	45.69622	-123.79763	19			OR	057		
5727319	Fossil	fossil	US	97830	449	America/Los_Angeles	44.99819	-120.21614	811	Fosil,Fossil,Fosul,fsyl  awrgn,fwsyl,Фосил,Фоссил,Фосъл,فسیل، اورگن,فوسيل	069	OR	069		
5727327	Foster	foster	US	02825	0	America/Los_Angeles	44.4104	-122.67231	177			OR	043		
5727380	Four Corners	four-corners	US	82715	0	America/Los_Angeles	42.38957	-122.88532	393	Four Corners,Midway		OR	029		
5727382	Four Corners	four-corners	US	82715	15947	America/Los_Angeles	44.9279	-122.98371	67			OR	047		
5727408	Fourmile	fourmile	US	40939	0	America/Los_Angeles	43.00816	-124.41511	26			OR	011		
5727459	Fox	fox	US	72051	0	America/Los_Angeles	44.64876	-119.14414	1337			OR	023		
5727500	Fox Valley	fox-valley	US	60599	0	America/Los_Angeles	44.75957	-122.55175	236			OR	043		
5727535	Franklin	franklin	US	02038	0	America/Los_Angeles	44.16096	-123.30454	147	Franklin,Franklin-Smithfield,Smithfield		OR	039		
5727711	Frenchglen	frenchglen	US	97736	0	America/Los_Angeles	42.82683	-118.91548	1281			OR	025		
5727736	Friend	friend	US	68359	0	America/Los_Angeles	45.34678	-121.26729	746			OR	065		
5727809	Fruita	fruita	US	81521	0	America/Los_Angeles	45.23599	-116.84543	1103			OR	063		
5727813	Fruitland	fruitland	US	21826	0	America/Los_Angeles	44.94095	-122.93065	69			OR	047		
5727816	Fruitvale	fruitvale	US	38336	0	America/Los_Angeles	44.65428	-123.98039	71			OR	041		
5727859	Fulton	fulton	US	13069	0	America/Los_Angeles	45.73041	-118.74915	467			OR	059		
5727933	Galena	galena	US	21635	0	America/Los_Angeles	44.71043	-118.81635	1040			OR	023		
5727942	Gales Creek	gales-creek	US	97117	0	America/Los_Angeles	45.5865	-123.21483	88			OR	067		
5727950	Galesville	galesville	US	20765	0	America/Los_Angeles	42.77818	-123.2959	469			OR	019		
5727986	Gap	gap	US	17527	0	America/Los_Angeles	43.73568	-123.05591	214			OR	039		
5728011	Gardiner	gardiner	US	04345	248	America/Los_Angeles	43.73012	-124.11039	10			OR	019		
5728034	Garibaldi	garibaldi	US	97118	783	America/Los_Angeles	45.55983	-123.91096	9	Garibald,Garibaldi,gharybaldy,grybldy  awrgn,Гарибалди,غاريبالدي,گریبلدی، اورگن		OR	057		
5728080	Gaston	gaston	US	27832	688	America/Los_Angeles	45.43623	-123.13955	58	Gaston,Gastun,gastn  awrgn,gasuton,ghastwn,Гастон,Гастън,غاستون,گاستن، اورگن,ガストン		OR	067		
5728100	Gateway	gateway	US	72733	0	America/Los_Angeles	44.7754	-121.08282	547			OR	031		
5728116	Gates	gates	US	27937	484	America/Los_Angeles	44.75623	-122.41675	287			OR	047		
5728129	Gaylord	gaylord	US	49734	0	America/Los_Angeles	42.95539	-124.10677	26			OR	011		
5728172	Geneva	geneva	US	14456	0	America/Los_Angeles	44.47345	-121.39171	860			OR	031		
5728182	George	george	US	51237	0	America/Los_Angeles	45.29484	-122.22981	396			OR	005		
5728264	Gervais	gervais	US	97026	2631	America/Los_Angeles	45.10818	-122.8976	57	Dzhurvejs,Gervais,ce xrwes,ghyrfys,grwys  awrgn,Герваис,Джървейс,غيرفيس,گرویس، اورگن,เจอร์เวส		OR	047		
5728274	Gibbon	gibbon	US	55335	0	America/Los_Angeles	45.69958	-118.36496	534			OR	059		
5728316	Gilbert	gilbert	US	18331	0	America/Los_Angeles	45.47679	-122.53176	86			OR	051		
5728343	Gilchrist	gilchrist	US	77617	0	America/Los_Angeles	43.47707	-121.6853	1370			OR	035		
5728429	Gladstone	gladstone	US	07934	11986	America/Los_Angeles	45.38068	-122.59481	19	Gladston,Gladstoun,Gledston,Glehdstoun,ghladstwn,gldstwn  awrgn,Гладстон,Гладстоун,Гледстон,Глэдстоун,غلادستون,گلدستون، اورگن,گلیڈسٹون، اوریگون		OR	005		
5728442	Glasgow	glasgow	US	16644	763	America/Los_Angeles	43.43456	-124.21122	29			OR	011		
5728469	Glen Echo	glen-echo	US	20812	0	America/Los_Angeles	45.38651	-122.60537	27			OR	005		
5728479	Glenbrook	glenbrook	US	89413	0	America/Los_Angeles	44.31373	-123.40649	110			OR	003		
5728484	Glencoe	glencoe	US	41046	0	America/Los_Angeles	45.60012	-122.99205	55			OR	067		
5728491	Glendale	glendale	US	01229	881	America/Los_Angeles	42.73623	-123.4234	437	Cow Creek,Glendale,Glendehjl,Glendejl,ghlyndyl,glndl  awrgn,Глендейл,Глендејл,Глендэйл,غلينديل,گلندل، اورگن		OR	019		
5728492	Glendale	glendale	US	01229	0	America/Los_Angeles	45.6443	-118.82332	328			OR	059		
5728501	Gleneden Beach	gleneden-beach	US	97388	0	America/Los_Angeles	44.88122	-124.03428	14			OR	041		
5728524	Glenwood	glenwood	US	07418	0	America/Los_Angeles	44.04429	-123.03481	135			OR	039		
5728525	Glenwood	glenwood	US	07418	0	America/Los_Angeles	45.64928	-123.27095	151	Aagaard,Atlas Log Tracks,Glenwood		OR	067		
5728531	Glide	glide	US	97443	1795	America/Los_Angeles	43.30151	-123.10118	210			OR	019		
5728665	Gold Hill	gold-hill	US	28071	1266	America/Los_Angeles	42.43179	-123.0506	333			OR	029		
5728699	Golden	golden	US	38847	0	America/Los_Angeles	42.68234	-123.33145	499			OR	033		
5728879	Goshen	goshen	US	01032	0	America/Los_Angeles	43.9954	-123.01147	153			OR	039		
5728895	Government Camp	government-camp	US	97028	193	America/Los_Angeles	45.30401	-121.7548	1185	Gavernment Kamp,Гавернмент Камп		OR	005		
5728970	Grand Rapids	grand-rapids	US	43522	0	America/Los_Angeles	45.90122	-123.50401	141			OR	007		
5728972	Grand Ronde	grand-ronde	US	97347	1661	America/Los_Angeles	45.06011	-123.60928	105	Grand Ronde,Grande Ronde		OR	053		
5728991	Grandview	grandview	US	37337	0	America/Los_Angeles	44.53845	-121.34171	820			OR	031		
5728999	Granite	granite	US	73547	37	America/Los_Angeles	44.80931	-118.41772	1431			OR	023		
5729080	Grants Pass	grants-pass	US	97526	37088	America/Los_Angeles	42.43933	-123.33067	288	GTP,Grants Pas,Grants-Pass,Grehnts Pass,ge lan ci pa si,geulaencheupaeseu,ghrants bas,grnts pas  awrgn,Грантс Пас,Грантс-Пасс,Грэнтс Пасс,Ґрантс-Пасс,غرانتس باس,گرانٹس پاس، اوریگون,گرنتس پاس، اورگن,格兰茨帕斯,그랜츠패스	033	OR	033		
5729101	Grass Valley	grass-valley	US	95945	157	America/Los_Angeles	45.36012	-120.78561	688			OR	055		
5729293	Green	green	US	44232	7515	America/Los_Angeles	43.16039	-123.36785	157	Green,Greens		OR	019		
5729436	Greenleaf	greenleaf	US	54126	0	America/Los_Angeles	44.11373	-123.66705	108			OR	039		
5729450	Greenville	greenville	US	02828	0	America/Los_Angeles	44.38679	-122.77953	269			OR	043		
5729485	Gresham	gresham	US	29546	110553	America/Los_Angeles	45.49818	-122.43148	97	Eugene,Grehskham,Gresham,ghrysham,grsham  awrgn,grsm,grysham  awrygwn,gureshamu,Грешам,Грэсхам,גרשם,غريشام,گرشام، اورگن,گریشام، اوریگون,グレシャム		OR	051		
5729743	Gunter	gunter	US	75058	0	America/Los_Angeles	43.79817	-123.5101	198			OR	019		
5729884	Haines	haines	US	97833	418	America/Los_Angeles	44.91153	-117.93883	1016			OR	001		
5729916	Halfway	halfway	US	97834	291	America/Los_Angeles	44.88072	-117.11462	814	Half.com,Halfway,Khafuej,Khafvej,Khalfuehj,hafway,hlfwy  awrgn,zhong tu cheng,Халфуэй,Хафвеј,Хафуей,هافواي,هلفوی، اورگن,中途城		OR	001		
5729974	Halsey	halsey	US	69142	942	America/Los_Angeles	44.38401	-123.10981	87			OR	043		
5730003	Hamilton	hamilton	US	01936	0	America/Los_Angeles	44.74043	-119.30915	1123			OR	023		
5730022	Hamlet	hamlet	US	28345	0	America/Los_Angeles	45.84622	-123.70068	164			OR	007		
5730048	Hammond	hammond	US	13646	589	America/Los_Angeles	46.2001	-123.95154	4	Khammond,Хаммонд		OR	007		
5730059	Hampton	hampton	US	03842	0	America/Los_Angeles	43.67264	-120.23387	1347			OR	017		
5730183	Happy Valley	happy-valley	US	97086	18493	America/Los_Angeles	45.44679	-122.53037	153	Khapi Vali,Khappi Vallehj,Khepi Vali,haby faly,happibare,hpy wly  awrgn,Хапи Вали,Хаппи Валлэй,Хепи Вали,هابي فالي,هپی ولی، اورگن,ہیپی ویلی، اوریگون,ハッピーバレー		OR	005		
5730280	Harmony	harmony	US	02829	0	America/Los_Angeles	45.43595	-122.57843	53			OR	005		
5730307	Harper	harper	US	25851	109	America/Boise	43.86321	-117.60991	768			OR	045		
5730355	Harris	harris	US	12742	0	America/Los_Angeles	44.57818	-123.4601	155			OR	003		
5730389	Harrisburg	harrisburg	US	17101	3704	America/Los_Angeles	44.27401	-123.17065	95	Garrisberg,Kharisburg,Kharrisburg,harysbwrgh,hrrysbwrg  awrgn,Гаррисберг,Харисбург,Харисбърг,Харрисбург,هاريسبورغ,هرریسبورگ، اورگن,ہیرسبرک، اوریگون		OR	043		
5730604	Hawthorne	hawthorne	US	07506	0	America/Los_Angeles	43.45623	-123.0809	278			OR	019		
5730675	Hayesville	hayesville	US	28904	19936	America/Los_Angeles	44.98595	-122.98287	56			OR	047		
5730688	Haynesville	haynesville	US	22472	0	America/Los_Angeles	42.13654	-121.23249	1273			OR	035		
5730722	Hayward	hayward	US	54843	0	America/Los_Angeles	45.64428	-123.21678	341			OR	067		
5730736	Hazel Green	hazel-green	US	35750	0	America/Los_Angeles	45.0104	-122.92648	57			OR	047		
5730749	Hazelwood	hazelwood	US	28738	0	America/Los_Angeles	45.51651	-122.52398	93			OR	051		
5730795	Hebo	hebo	US	97122	232	America/Los_Angeles	45.23038	-123.86345	11			OR	057		
5730865	Helix	helix	US	97835	182	America/Los_Angeles	45.84958	-118.65693	534			OR	059		
5730924	Helvetia	helvetia	US	26224	0	America/Los_Angeles	45.59567	-122.91733	84			OR	067		
5730928	Hemlock	hemlock	US	14466	0	America/Los_Angeles	45.31566	-123.83679	68			OR	057		
5730980	Henley	henley	US	65040	0	America/Los_Angeles	42.15209	-121.69889	1250			OR	035		
5731035	Heppner	heppner	US	97836	1287	America/Los_Angeles	45.35318	-119.5578	668	Khepner,Khepnur,Kheppnehr,hppnr  awrgn,hybnr,Хепнер,Хепнър,Хеппнэр,هيبنر,هپپنر، اورگن	049	OR	049		
5731044	Hereford	hereford	US	18056	0	America/Los_Angeles	44.49849	-118.03716	1119			OR	001		
5731070	Hermiston	hermiston	US	97838	17201	America/Los_Angeles	45.84041	-119.28946	140	HES,Hermiston,Khehrmiston,Khurmistun,Maxwell,hrmystn  awrgn,hyrmystwn,Хърмистън,Хэрмистон,هرمیستن، اورگن,هيرميستون,ہرمیسٹن، اوریگون		OR	059		
5731298	Highland	highland	US	12528	0	America/Los_Angeles	45.24818	-122.40925	356			OR	005		
5731371	Hillsboro	hillsboro	US	21641	102347	America/Los_Angeles	45.52289	-122.98983	59	Chilsmporo,Gilsboro,HIO,Hillsboro,Khillsboro,Khillsborou,Khilsboro,Khilsburo,hiljeubeoleo,hiruzuboro,hylsbrw  awrgn,hylsbwrw,xi er si bo lei,Χίλσμπορο,Гілсборо,Хиллсборо,Хиллсбороу,Хилсборо,Хилсбъро,هيلسبورو,هیلسبرو، اورگن,ہلزبورو، اوریگون,ヒルズボロ,希尔斯伯勒,힐즈버러	067	OR	067		
5731376	Hillsdale	hillsdale	US	07642	0	America/Los_Angeles	45.48151	-122.69482	183			OR	051		
5731379	Hillside	hillside	US	07205	0	America/Los_Angeles	45.59206	-123.19261	99			OR	067		
5731397	Hines	hines	US	56647	1525	America/Los_Angeles	43.56404	-119.08105	1268			OR	025		
5731403	Hinkle	hinkle	US	40953	0	America/Los_Angeles	45.79652	-119.31224	189			OR	059		
5731544	Holbrook	holbrook	US	02343	0	America/Los_Angeles	45.65984	-122.86344	42			OR	051		
5731553	Holcomb	holcomb	US	38940	0	America/Los_Angeles	45.37068	-122.51787	152			OR	005		
5731620	Holland	holland	US	01521	0	America/Los_Angeles	42.12762	-123.53895	460			OR	033		
5731629	Holley	holley	US	14470	378	America/Los_Angeles	44.35429	-122.78342	192			OR	043		
5731650	Hollywood	hollywood	US	20636	0	America/Los_Angeles	45.5354	-122.62232	49			OR	051		
5731712	Homestead	homestead	US	15120	0	America/Los_Angeles	45.02377	-116.85071	536	Homestead,Homestrad		OR	001		
5731777	Hood River	hood-river	US	97031	7624	America/Los_Angeles	45.7054	-121.52146	126	Khud Riveh,Khud River,Khud Rivur,hwd rywr  awrgn,hwwd ryfyr,Худ Ривер,Худ Ривър,Худ Ривэ,هود ریور، اورگن,هوود ريفير,ہڈ ریور، اوریگون	027	OR	027		
5731861	Hopewell	hopewell	US	08525	0	America/Los_Angeles	45.09706	-123.09204	50			OR	071		
5732140	Hoskins	hoskins	US	68740	0	America/Los_Angeles	44.67679	-123.46872	105	Fort Hoskins,Hoskins		OR	003		
5732174	Hot Springs	hot-springs	US	24445	0	America/Los_Angeles	42.11515	-121.2861	1266			OR	035		
5732311	Hubbard	hubbard	US	44425	3299	America/Los_Angeles	45.18234	-122.80787	56			OR	047		
5732419	Hugo	hugo	US	55038	0	America/Los_Angeles	42.58456	-123.40256	399	Gravel Pit,Hugo		OR	033		
5732558	Huntington	huntington	US	01050	437	America/Los_Angeles	44.35127	-117.26657	646	Khantington,Khuntingtun,hawntyngtn,hntnghtwn,Хантингтон,Хънтингтън,هاونتینگتن,هنتنغتون		OR	001		
5732619	Hutchinson	hutchinson	US	15640	0	America/Los_Angeles	44.97153	-117.97772	1031			OR	001		
5732676	Idanha	idanha	US	97350	134	America/Los_Angeles	44.70262	-122.07869	533	Ajdana,Idankha,aydanha,aydnha  awrgn,Айдана,Иданха,إيدانها,ایدنها، اورگن		OR	047		
5732679	Idaville	idaville	US	17337	337	America/Los_Angeles	45.50983	-123.86568	13			OR	057		
5732689	Idleyld Park	idleyld-park	US	97447	0	America/Los_Angeles	43.32373	-123.02395	236			OR	019		
5732731	Imbler	imbler	US	97841	306	America/Los_Angeles	45.45958	-117.96216	831			OR	061		
5732738	Imnaha	imnaha	US	97842	0	America/Los_Angeles	45.55932	-116.83321	603			OR	063		
5732763	Independence	independence	US	24348	9227	America/Los_Angeles	44.85123	-123.18677	51	Indehpendehns,Independens,Indipenduns,ayndybydyns,ayndypndns  awrgn,du li shi,Индепенденс,Индипендънс,Индэпендэнс,إينديبيدينس,انڈیپینڈینس، اوریگون,ایندیپندنس، اورگن,獨立市		OR	053		
5732996	Inglis	inglis	US	34449	0	America/Los_Angeles	46.1265	-123.16512	5			OR	009		
5733026	Interlachen	interlachen	US	32148	0	America/Los_Angeles	45.55179	-122.44676	12			OR	051		
5733048	Ione	ione	US	95640	330	America/Los_Angeles	45.50124	-119.82475	332			OR	049		
5733104	Ironside	ironside	US	97908	0	America/Boise	44.32433	-117.94465	1153			OR	045		
5733120	Irrigon	irrigon	US	97844	1800	America/Los_Angeles	45.89569	-119.49141	92	Irrigon,Stokes		OR	049		
5733121	Irving	irving	US	14081	0	America/Los_Angeles	44.11346	-123.16509	116	Halletts,Irving		OR	039		
5733129	Irvington	irvington	US	07111	0	America/Los_Angeles	45.5404	-122.65204	50			OR	051		
5733409	Jacksonville	jacksonville	US	05342	2883	America/Los_Angeles	42.31346	-122.96699	477	Dzeksonvil,Dzhaksunvil,Dzheksonvill,jakswnfyl,jie ke xun wei er,jkkswnwyl  wrygn,jksnwyl  awrgn,Џексонвил,Джаксънвил,Джексонвилл,جاكسونفيل,جکسنویل، اورگن,جککسونویل، وریگن,傑克遜維爾		OR	029		
5733462	Jamieson	jamieson	US	97909	0	America/Boise	44.1821	-117.43796	762			OR	045		
5733497	Jasper	jasper	US	14855	0	America/Los_Angeles	43.99652	-122.90619	163	Jasper,Jasper Spur		OR	039		
5733519	Jean	jean	US	89019	0	America/Los_Angeles	45.39817	-122.73982	52			OR	005		
5733532	Jefferson	jefferson	US	01522	3247	America/Los_Angeles	44.71957	-123.01037	70	Dzeferson,Dzhefersun,Dzhefferson,Dzhehfferson,Jefferson,Santiam,Santiam City,jfrswn  awrgn,jyfrswn,Џеферсон,Джеферсън,Джефферсон,Джэфферсон,جفرسون، اورگن,جيفرسون		OR	047		
5733646	Jewell	jewell	US	31045	0	America/Los_Angeles	45.93456	-123.50401	141			OR	007		
5733770	John Day	john-day	US	97845	1680	America/Los_Angeles	44.41599	-118.95301	941	JDA		OR	023		
5733855	Johnson City	johnson-city	US	13790	580	America/Los_Angeles	45.40456	-122.57898	34	Dzhonson Siti,Dzhonsun Siti,Dzonson Siti,jhnsn syty  awrgn,jwnswn syty,Џонсон Сити,Джонсон Сити,Джонсън Сити,جانسن شہر، اوریگون,جهنسن سیتی، اورگن,جونسون سيتي		OR	005		
5734089	Jordan Valley	jordan-valley	US	97910	174	America/Boise	42.97404	-117.0543	1337	Dzhordan Vali,Dzhordan Vallehj,Dzordn Vali,jrdn waly  awrgn,jwrdan faly,Џордн Вали,Джордан Вали,Джордан Валлэй,جردن والی، اورگن,جوردان فالي		OR	045		
5734100	Joseph	joseph	US	84739	1063	America/Los_Angeles	45.35432	-117.22961	1276	Chief Joseph,Dzhouzef,Dzhozef,Dzozef,Joseph,jwzyf,zhwzf  awrgn,Џозеф,Джозеф,Джоузеф,جوزيف,ژوزف، اورگن		OR	063		
5734198	Junction City	junction-city	US	31812	5842	America/Los_Angeles	44.21929	-123.20565	100	Dzankshon Siti,Dzhankshn Siti,Dzhunkshun Siti,Junction,Junction City,jankshn syty  awrgn,jnkshn syty,Џанкшон Сити,Джанкшн Сити,Джънкшън Сити,جانکشن سیتی، اورگن,جنكشن سيتي		OR	039		
5734356	Juntura	juntura	US	97911	57	America/Boise	43.7446	-118.07962	903			OR	045		
5734605	Kansas City	kansas-city	US	64101	0	America/Los_Angeles	45.59595	-123.14705	68			OR	067		
5734711	Keizer	keizer	US	97307	37895	America/Los_Angeles	44.99012	-123.02621	42	Kajzer,Kajzur,Kejzer,kaiza,kyzr,kyzr  awrgn,Кайзър,Кајзер,Кейзер,كيزر,کیزر، اورگن,カイザー		OR	047		
5734736	Kellogg	kellogg	US	50135	0	America/Los_Angeles	43.55512	-123.55509	61			OR	019		
5734804	Kelso	kelso	US	37348	0	America/Los_Angeles	45.41845	-122.30814	216			OR	005		
5734851	Kent	kent	US	06757	0	America/Los_Angeles	45.19513	-120.69422	827			OR	055		
5734860	Kenton	kenton	US	19955	7000	America/Los_Angeles	45.58178	-122.68149	28			OR	051		
5734881	Kerby	kerby	US	97531	595	America/Los_Angeles	42.19428	-123.65174	383	Kerby,Kerbyville		OR	033		
5734906	Kernville	kernville	US	93238	0	America/Los_Angeles	44.89928	-124.00456	12			OR	041		
5735018	Kimberly	kimberly	US	25118	0	America/Los_Angeles	44.75931	-119.64444	566			OR	023		
5735043	King City	king-city	US	64463	3680	America/Los_Angeles	45.40262	-122.80399	59			OR	067		
5735116	Kingsley	kingsley	US	18826	0	America/Los_Angeles	45.34123	-121.20062	745			OR	065		
5735121	Kingston	kingston	US	02364	0	America/Los_Angeles	44.78373	-122.77425	165			OR	043		
5735172	Kirk	kirk	US	80824	0	America/Los_Angeles	42.74736	-121.82946	1379			OR	035		
5735238	Klamath Falls	klamath-falls	US	97601	21399	America/Los_Angeles	42.22487	-121.78167	1252	Klamat Fols,Klamath Falls,LMT,Linkville,klamath falz,klmth falz  awrgn,kuramasuforuzu,Кламат Фолс,كلاماث فالز,کلمته فالز، اورگن,کلیمیتھ فالز، اوریگون,クラマスフォールズ	035	OR	035		
5735286	Klondike	klondike	US	75448	0	America/Los_Angeles	45.58263	-120.61367	475	Klondike,Klondyke		OR	055		
5735537	La Grande	la-grande	US	97850	13074	America/Los_Angeles	45.32458	-118.08772	846	Brown Town,Brownsville,LGD,La Grand,La Grande,la ghrandy,la grandh  awrgn,la grandy  awrygan,ragurando,Ла Гранд,Ла Гранде,لا غراندي,لا گرانده، اورگن,لا گراندی، اوریگان,ラグランド	061	OR	061		
5735549	La Pine	la-pine	US	97739	1777	America/Los_Angeles	43.6704	-121.50364	1291	La Pajn,La Pine,Lapine,Rosland,la bayn,la pynh  awrgn,la pyny  awrygwn,Ла Пайн,Ла Пајн,لا باين,لا پینه، اورگن,لا پینی، اوریگون		OR	017		
5735609	Lafayette	lafayette	US	07848	3969	America/Los_Angeles	45.24428	-123.11483	52	Lafajehtt,Lafajet,Lafejet,lafayt  awrgn,lafayyt,lafyt  awrygan,Лафайет,Лафайэтт,Лафејет,لافاييت,لافایت، اورگن,لافیت، اوریگان		OR	071		
5735724	Lake Oswego	lake-oswego	US	97034	38496	America/Los_Angeles	45.42067	-122.67065	55	Lake Oswego,Lejk Osuego,Lejk Osvigo,Oswego,lyk aswgw  awrgn,lyk awswyghw,lyk awswygw  awrygan,reikuosuu~igo,Лейк Осуего,Лејк Освиго,ليك أوسويغو,لیک اسوگو، اورگن,لیک اوسویگو، اوریگان,レイクオスウィーゴ		OR	005		
5735782	Lakeside	lakeside	US	06758	1737	America/Los_Angeles	43.57567	-124.17511	7			OR	011		
5735792	Lakeview	lakeview	US	28350	2296	America/Los_Angeles	42.18877	-120.34579	1461	LKV,Lakeview,Lakeview District Ranger Office,Lakeview District Ranger Station,Lehjkvju,Lejkvju,la ke fu you,lyk wyw  awrygan,lykfyw,lykwyw  awrgn,Лейквю,Лејквју,Лэйквю,ليكفيو,لیک ویو، اوریگان,لیکویو، اورگن,拉克夫由	037	OR	037		
5735799	Lakewood	lakewood	US	08701	0	America/Los_Angeles	45.4129	-122.66621	47			OR	005		
5735845	Lancaster	lancaster	US	01523	0	America/Los_Angeles	44.2529	-123.19565	96			OR	039		
5735913	Langlois	langlois	US	97450	177	America/Los_Angeles	42.92344	-124.45094	25			OR	015		
5736032	Latham	latham	US	12110	0	America/Los_Angeles	43.7754	-123.0623	215			OR	039		
5736063	Laurel	laurel	US	11948	0	America/Los_Angeles	45.41845	-122.99177	61			OR	067		
5736218	Lebanon	lebanon	US	03756	16324	America/Los_Angeles	44.53651	-122.90703	108	Lebanon,lai ba nen,lbnan,lbnan  awrgn,lebeoneon,Лебанон,لبنان,لبنان، اورگن,莱巴嫩,레버넌		OR	043		
5736328	Leland	leland	US	28451	0	America/Los_Angeles	42.63845	-123.4409	331	Alta,Leland		OR	033		
5736352	Lena	lena	US	39094	0	America/Los_Angeles	45.39984	-119.28196	737			OR	049		
5736381	Leona	leona	US	75850	0	America/Los_Angeles	43.69512	-123.28925	98	Hudson,Hudsons,Leona		OR	019		
5736426	Lewis	lewis	US	12950	0	America/Los_Angeles	45.69071	-117.0946	1073			OR	063		
5736467	Lewisburg	lewisburg	US	17837	0	America/Los_Angeles	44.62901	-123.24149	77			OR	003		
5736469	Lewisville	lewisville	US	19351	0	America/Los_Angeles	44.78817	-123.34538	83			OR	053		
5736471	Lexington	lexington	US	02420	236	America/Los_Angeles	45.44513	-119.68447	442	Leksington,Лексингтон		OR	049		
5736478	Libby	libby	US	59923	0	America/Los_Angeles	43.33761	-124.234	19			OR	011		
5736484	Liberal	liberal	US	64762	0	America/Los_Angeles	45.1929	-122.58564	77			OR	005		
5736486	Liberty	liberty	US	04949	0	America/Los_Angeles	44.43318	-122.79148	157			OR	043		
5736487	Liberty	liberty	US	04949	0	America/Los_Angeles	44.88818	-123.06037	139			OR	047		
5736630	Lincoln	lincoln	US	01773	0	America/Los_Angeles	42.10875	-122.40308	1128			OR	029		
5736631	Lincoln	lincoln	US	01773	0	America/Los_Angeles	45.01984	-123.08399	54			OR	053		
5736645	Lincoln City	lincoln-city	US	47552	8536	America/Los_Angeles	44.95816	-124.01789	24	Cutler City,De Lake,Lincoln,Lincoln City,Linkol'n Siti,Linkoln Siti,Linkuln Siti,Nelscott,Oceanlake,Taft,lynkln syty  awrgn,lynkwln syty,Линколн Сити,Линкольн Сити,Линкълн Сити,لينكولن سيتي,لینکلن سیتی، اورگن		OR	041		
5737319	Little Switzerland	little-switzerland	US	28749	0	America/Los_Angeles	44.39984	-123.90261	14			OR	041		
5737459	Locust Grove	locust-grove	US	22508	0	America/Los_Angeles	45.59874	-120.78895	340			OR	055		
5737522	Logan	logan	US	25601	0	America/Los_Angeles	45.34345	-122.42287	148			OR	005		
5737562	London	london	US	25126	0	America/Los_Angeles	43.63457	-123.09285	274			OR	039		
5737569	Logsden	logsden	US	97357	0	America/Los_Angeles	44.74317	-123.79428	66			OR	041		
5737699	Long Creek	long-creek	US	29658	192	America/Los_Angeles	44.71404	-119.10414	1141			OR	023		
5737943	Lorane	lorane	US	97451	0	America/Los_Angeles	43.83762	-123.23898	208			OR	039		
5738136	Lostine	lostine	US	97857	209	America/Los_Angeles	45.48737	-117.42963	1028	Lostine,Lostine Station		OR	063		
5738222	Lowell	lowell	US	01850	1087	America/Los_Angeles	43.91846	-122.78368	224	Louehll,Louel,Louul,lwl  awrgn,lwyl,Лоуел,Лоуъл,Лоуэлл,لول، اورگن,لويل		OR	039		
5738587	Lyons	lyons	US	07939	1187	America/Los_Angeles	44.77457	-122.61509	202			OR	043		
5738620	Mabel	mabel	US	55954	0	America/Los_Angeles	44.21457	-122.82703	186			OR	039		
5738664	Macksburg	macksburg	US	45746	0	America/Los_Angeles	45.21373	-122.6612	69			OR	005		
5738690	Madras	madras	US	97741	6662	America/Los_Angeles	44.63345	-121.12949	683	MDJ,Madras,madorasu,madras,mdras  awrygwn,mdrs  awrgn,Мадрас,مادراس,مدراس، اوریگون,مدرس، اورگن,マドラス	031	OR	031		
5738861	Malin	malin	US	97632	804	America/Los_Angeles	42.01266	-121.4086	1239			OR	035		
5738882	Malone	malone	US	12953	0	America/Los_Angeles	42.0196	-121.55944	1240			OR	035		
5738902	Manhattan Beach	manhattan-beach	US	90266	0	America/Los_Angeles	45.63038	-123.94152	6			OR	057		
5738921	Manning	manning	US	29102	0	America/Los_Angeles	45.66483	-123.16372	74			OR	067		
5738937	Manzanita	manzanita	US	97130	622	America/Los_Angeles	45.71844	-123.93514	17	Manzanita,Menzanita,manzanyta,mnznyta  awrgn,Манзанита,Мензанита,مانزانيتا,منزنیتا، اورگن		OR	057		
5738991	Mapleton	mapleton	US	04757	0	America/Los_Angeles	44.03123	-123.85816	5			OR	039		
5738995	Maplewood	maplewood	US	07040	0	America/Los_Angeles	45.46984	-122.7301	118			OR	051		
5739032	Marcola	marcola	US	97454	0	America/Los_Angeles	44.17235	-122.86064	162			OR	039		
5739048	Marion	marion	US	02738	313	America/Los_Angeles	44.74901	-122.94231	92	Mehrion,Мэрион		OR	047		
5739258	Marylhurst	marylhurst	US	97036	0	America/Los_Angeles	45.40123	-122.6512	46	Maryhurst,Marylhurst		OR	005		
5739369	Maupin	maupin	US	97037	430	America/Los_Angeles	45.17512	-121.08145	324	Maupin,Mopin,mwbyn,mwpyn  awrgn,Маупин,Мопин,موبين,موپین، اورگن		OR	065		
5739460	Mayville	mayville	US	14757	0	America/Los_Angeles	45.08235	-120.19225	903			OR	021		
5739683	McDonald	mcdonald	US	88262	0	America/Los_Angeles	45.58874	-120.41005	123			OR	055		
5739905	McLeod	mcleod	US	58057	0	America/Los_Angeles	42.66235	-122.68782	477			OR	029		
5739936	McMinnville	mcminnville	US	37110	33892	America/Los_Angeles	45.21012	-123.19872	47	Mak Minvill,Makminvil,maegminbil,mkmnwyl  awrygwn,mkmynwyl  awrgn,mykmynfyl,Мак Минвилл,Макминвил,ميكمينفيل,مکمنویل، اوریگون,مکمینویل، اورگن,맥민빌	071	OR	071		
5739956	McNary	mcnary	US	85930	0	America/Los_Angeles	45.9193	-119.28918	147			OR	059		
5740011	Meacham	meacham	US	97859	0	America/Los_Angeles	45.50652	-118.42135	1126			OR	059		
5740099	Medford	medford	US	02153	79805	America/Los_Angeles	42.32652	-122.87559	421	MFR,Medford,mdfwd  awrgn,mdpwrd,medeupeodeu,medofodo,mei de fu,mydfwrd,Медфорд,מדפורד,مدفود، اورگن,ميدفورد,میڈفورڈ، اوریگون,メドフォード,梅德福,메드퍼드	029	OR	029		
5740131	Mehama	mehama	US	97384	292	America/Los_Angeles	44.79012	-122.61925	192			OR	047		
5740154	Melrose	melrose	US	02176	735	America/Los_Angeles	43.24762	-123.45897	128			OR	019		
5740161	Melville	melville	US	11747	0	America/Los_Angeles	46.06011	-123.84347	8			OR	007		
5740247	Merlin	merlin	US	97532	1615	America/Los_Angeles	42.51734	-123.41979	280	Jump Off Joe,Merlin		OR	033		
5740261	Merrill	merrill	US	48637	825	America/Los_Angeles	42.02515	-121.60055	1242	Mehrrill,Meril,mrryl  awrgn,myryl,Мерил,Мэррилл,مرریل، اورگن,ميريل		OR	035		
5740470	Middle Grove	middle-grove	US	12850	0	America/Los_Angeles	44.96984	-122.96537	61			OR	047		
5740515	Middleton	middleton	US	01949	0	America/Los_Angeles	45.34373	-122.86454	67			OR	067		
5740528	Midland	midland	US	15059	0	America/Los_Angeles	42.1307	-121.82028	1250			OR	035		
5740532	Midway	midway	US	15060	0	America/Los_Angeles	45.41123	-122.96038	60			OR	067		
5740533	Midway	midway	US	15060	0	America/Los_Angeles	45.08595	-123.66178	117			OR	071		
5740551	Mikkalo	mikkalo	US	97861	0	America/Los_Angeles	45.47096	-120.23476	448			OR	021		
5740602	Mill City	mill-city	US	97360	1875	America/Los_Angeles	44.75401	-122.47814	246			OR	043		
5740834	Millersburg	millersburg	US	17061	1539	America/Los_Angeles	44.68095	-123.06148	75	Millers,Millersburg		OR	043		
5740838	Millican	millican	US	77866	0	America/Los_Angeles	43.87901	-120.92001	1312			OR	017		
5740851	Millington	millington	US	07946	0	America/Los_Angeles	43.33233	-124.19761	8			OR	011		
5740882	Millwood	millwood	US	10546	0	America/Los_Angeles	43.38512	-123.5462	113			OR	019		
5740885	Milo	milo	US	04463	0	America/Los_Angeles	42.93068	-123.04978	278			OR	019		
5740898	Milton-Freewater	milton-freewater	US	97862	7035	America/Los_Angeles	45.93263	-118.38774	318	Freewater,Milton,Milton-Freewater,Milton-Friuateh,Milton-Frivoter,Miltun-Frijuotur,myltwn frywtr,Милтон-Фривотер,Милтон-Фриуатэ,Милтън-Фрийуотър,ميلتون فريوتر,میلتون‌فری واتر، اورگن		OR	059		
5740972	Minerva	minerva	US	12851	0	America/Los_Angeles	44.07068	-123.96039	10			OR	039		
5741064	Mishawaka	mishawaka	US	46544	0	America/Los_Angeles	45.86317	-123.56846	160			OR	007		
5741069	Mission	mission	US	57555	1037	America/Los_Angeles	45.67041	-118.68359	371	Missija,Mission,Mission Station,Миссия		OR	059		
5741102	Mitchell	mitchell	US	30820	121	America/Los_Angeles	44.56652	-120.15334	852	Michel,Mitchehll,mytchl  awrgn,mytshl,Митчэлл,Мичел,ميتشل,میتچل، اورگن		OR	069		
5741170	Mohawk	mohawk	US	13407	0	America/Los_Angeles	44.14235	-122.91619	155	Donna,Mohawk		OR	039		
5741182	Molalla	molalla	US	97038	8972	America/Los_Angeles	45.14734	-122.57703	115	Molalla,Mulala,mwlala,mwlyla  awrgn,Молалла,Мълала,مولالا,مولیلا، اورگن		OR	005		
5741189	Mohler	mohler	US	99154	0	America/Los_Angeles	45.70733	-123.86291	6			OR	057		
5741212	Monitor	monitor	US	98836	0	America/Los_Angeles	45.10151	-122.74815	53			OR	047		
5741227	Monmouth	monmouth	US	04259	10032	America/Los_Angeles	44.84845	-123.23399	62	Monaus,Monmaut,Monmut,mnmwth  awrgn,mwnmwth,Монаус,Монмаут,Монмут,منموته، اورگن,مونماوتھ، اوریگون,مونموث		OR	053		
5741231	Monroe	monroe	US	03771	621	America/Los_Angeles	44.31401	-123.29676	87	Monro,Monroj,monro,mwnrw,mwnrw  awrgn,Монро,Монрой,مونرو,مونرو، اورگن,モンロー		OR	003		
5741271	Monument	monument	US	67747	125	America/Los_Angeles	44.81931	-119.4211	613			OR	023		
5741421	Morgan	morgan	US	05853	0	America/Los_Angeles	45.55263	-119.92059	243	Douglas,Morgan		OR	049		
5741487	Moro	moro	US	62067	310	America/Los_Angeles	45.48401	-120.73117	554	Moro,Morou,mo luo,mrw  awrgn,mwrw,Моро,Мороу,مرو، اورگن,مورو,莫羅	055	OR	055		
5741560	Mosier	mosier	US	97040	445	America/Los_Angeles	45.68345	-121.39729	38			OR	065		
5741646	Mount Angel	mount-angel	US	97362	3437	America/Los_Angeles	45.0679	-122.80009	53	Fillmore,Frankfort,Maunt Ejndzel,Maunt Ejndzhul,Mirtl Ehjndzhehl,Mount Angel,Roy,angl  awrgn,mt anjl,Маунт Ейнджъл,Маунт Ејнџел,Миртл Эйнджэл,آنگل، اورگن,مت إنجل		OR	047		
5741699	Mount Pleasant	mount-pleasant	US	15666	0	America/Los_Angeles	45.33901	-122.60648	144			OR	005		
5741722	Mount Vernon	mount-vernon	US	04352	506	America/Los_Angeles	44.41765	-119.11357	873			OR	023		
5741764	Mountain View	mountain-view	US	65548	0	America/Los_Angeles	42.11208	-122.38419	1103	Mount View,Mountain View		OR	029		
5742096	Mulino	mulino	US	97042	2103	America/Los_Angeles	45.22151	-122.58203	75			OR	005		
5742332	Myrtle Creek	myrtle-creek	US	97457	3459	America/Los_Angeles	43.02012	-123.29312	212	Mirtl Krik,Murtul Krijk,myrtl kryk,myrtl kryk  awrgn,Миртл Крик,Мъртъл Крийк,ميرتل كريك,میرتل کریک، اورگن,میرٹل کریک، اوریگون		OR	019		
5742346	Myrtle Point	myrtle-point	US	97458	2514	America/Los_Angeles	43.06483	-124.13899	34			OR	011		
5742398	Narrows	narrows	US	24124	0	America/Los_Angeles	43.27904	-118.96215	1253			OR	025		
5742415	Nashville	nashville	US	27856	0	America/Los_Angeles	44.65345	-123.60844	73			OR	041		
5742549	Nehalem	nehalem	US	97131	278	America/Los_Angeles	45.72011	-123.89402	6			OR	057		
5742635	Neotsu	neotsu	US	97364	0	America/Los_Angeles	45.00122	-123.98122	21			OR	041		
5742644	Neskowin	neskowin	US	97149	134	America/Los_Angeles	45.10677	-123.98428	4			OR	057		
5742668	Netarts	netarts	US	97143	748	America/Los_Angeles	45.43483	-123.94596	21			OR	057		
5742695	New Era	new-era	US	49446	0	America/Los_Angeles	45.30068	-122.65898	57			OR	005		
5742701	New Hope	new-hope	US	18938	1515	America/Los_Angeles	42.36234	-123.36784	317	New Hope,Newhope		OR	033		
5742710	New Pine Creek	new-pine-creek	US	97635	120	America/Los_Angeles	41.99405	-120.29718	1476	New Pine Creek,Pine Creek		OR	037		
5742726	Newberg	newberg	US	97132	22780	America/Los_Angeles	45.30012	-122.97316	54	N'juberg,Newberg,Njuberg,Njuburg,Nyuberq,Pacific College,nyubagu,nywbrg  awrgn,nywbrg  awrygwn,nywbyrgh,Њуберг,Ньюберг,Нюбърг,نيوبيرغ,نیوبرگ، اورگن,نیوبرگ، اوریگون,ニューバーグ		OR	071		
5742750	Newport	newport	US	02840	10268	America/Los_Angeles	44.63678	-124.05345	42	N'juport,Newport (Oregon),Njuport,ONP,nyupoteu,nyupoto,nywbwrt,nywpwrt  awrgn,Њупорт,Ньюпорт,Нюпорт,نيوبورت,نیوپورت، اورگن,نیوپورٹ، اوریگون,ニューポート,뉴포트	041	OR	041		
5742771	Niagara	niagara	US	54151	0	America/Los_Angeles	44.7579	-122.33619	344	Niagara,Niagora,Warren Brothers		OR	047		
5742970	North Beach	north-beach	US	20714	0	America/Los_Angeles	43.89345	-124.11012	9			OR	039		
5742974	North Bend	north-bend	US	17760	9673	America/Los_Angeles	43.4065	-124.22428	14	Nors Behnd,Nort Bend,OTH,Sever Bend,Severen Bend,nwrt bnd  awrgn,nwrth bynd,Норс Бэнд,Норт Бенд,Север Бенд,Северен Бенд,نورت بند، اورگن,نورث بيند		OR	011		
5743057	North Fork	north-fork	US	83466	0	America/Los_Angeles	43.78912	-123.92702	36			OR	019		
5743413	North Plains	north-plains	US	97133	2100	America/Los_Angeles	45.59706	-122.99344	63	Nors Plehjns,Nort Plejns,Severen Plejns,nosupurenzu,nrt plyns  awrgn,nwrth blynz,Норс Плэйнс,Норт Плејнс,Северен Плейнс,نرت پلینس، اورگن,نورث بلينز,ノースプレーンズ		OR	067		
5743427	North Powder	north-powder	US	97867	436	America/Los_Angeles	45.02847	-117.91994	994			OR	061		
5743474	North Springfield	north-springfield	US	05150	0	America/Los_Angeles	44.07485	-123.00314	137			OR	039		
5743538	Norway	norway	US	04268	0	America/Los_Angeles	43.10094	-124.15677	16			OR	011		
5743548	Norwood	norwood	US	02062	0	America/Los_Angeles	45.35929	-122.75398	94			OR	067		
5743595	Nye	nye	US	59061	0	America/Los_Angeles	45.46041	-118.97999	704			OR	059		
5743612	Nyssa	nyssa	US	97913	3175	America/Boise	43.87683	-116.99488	664	Nisa,Nissa,nysa,nysa  awrgn,Ниса,Нисса,نيسا,نیسا، اورگن		OR	045		
5743731	Oak Grove	oak-grove	US	42262	16629	America/Los_Angeles	45.41679	-122.64009	55			OR	005		
5743732	Oak Grove	oak-grove	US	42262	0	America/Los_Angeles	45.66262	-121.58869	308			OR	027		
5743763	Oak Park	oak-park	US	48237	0	America/Los_Angeles	44.96429	-122.98371	60			OR	047		
5743782	Oakdale	oakdale	US	06370	0	America/Los_Angeles	44.9054	-123.38038	272			OR	053		
5743787	Oakland	oakland	US	02858	936	America/Los_Angeles	43.42206	-123.29841	137	Oaklehnd,Oklend,Oukland,awkland,awklnd  awrgn,Оаклэнд,Окленд,Оукланд,أوكلاند,اوکلند، اورگن,اوکلینڈ، اوریگون		OR	019		
5743796	Oakridge	oakridge	US	97463	3211	America/Los_Angeles	43.74651	-122.46172	372	Oak Ridge,Oakridge,Oakridzh,Oukridz,Oukridzh,akrydg  awrgn,awakrydj,Оакридж,Оукридж,Оукриџ,أواكريدج,اکریدگ، اورگن		OR	039		
5743857	Ocean Park	ocean-park	US	04063	0	America/Los_Angeles	44.72539	-124.05512	33			OR	041		
5743865	Oceanside	oceanside	US	11572	361	America/Los_Angeles	45.46094	-123.96791	45			OR	057		
5743896	Odell	odell	US	60460	2255	America/Los_Angeles	45.62706	-121.54313	220			OR	027		
5743946	Olalla	olalla	US	98359	0	America/Los_Angeles	43.06706	-123.55452	248			OR	019		
5744051	Old Town	old-town	US	04468	0	America/Los_Angeles	43.4329	-123.29563	157			OR	019		
5744104	Olney	olney	US	20830	0	America/Los_Angeles	46.10011	-123.75764	33			OR	007		
5744122	Ona	ona	US	25545	0	America/Los_Angeles	44.50401	-124.02234	13			OR	041		
5744166	Ontario	ontario	US	14519	10999	America/Boise	44.02655	-116.96294	656	ONO,Ontario,Ontário,antaryw  awrgn,awntaryw,Онтарио,أونتاريو,انتاریو، اورگن,اونٹاریو، اوریگون		OR	045		
5744253	Oregon City	oregon-city	US	97045	35831	America/Los_Angeles	45.35734	-122.60676	38	Oregon City,Oregon Siti,Oregón City,Thanh pho Oregon,Thành phố Oregon,Willamette,Willamette Falls,awrgn syty  awrgn,awryghwn syty,e lei gang cheng,oregonshiti,Орегон Сити,أوريغون سيتي,اورگن سیتی، اورگن,اوریگون سٹی، اوریگون,オレゴンシティ,俄勒冈城	005	OR	005		
5744359	Orient	orient	US	04471	0	America/Los_Angeles	45.46734	-122.35259	170			OR	051		
5744408	Ortley	ortley	US	57256	0	America/Los_Angeles	45.65595	-121.28813	556			OR	065		
5744447	Otis	otis	US	01253	0	America/Los_Angeles	45.02427	-123.9465	14			OR	041		
5744471	Otter Rock	otter-rock	US	97369	0	America/Los_Angeles	44.74706	-124.0615	24			OR	041		
5744568	Owyhee	owyhee	US	89832	0	America/Boise	43.79488	-117.05516	669			OR	045		
5744588	Oxbow	oxbow	US	04764	0	America/Los_Angeles	44.97488	-116.86294	604	Copperfield,Oxbow		OR	001		
5744612	Oysterville	oysterville	US	98641	0	America/Los_Angeles	44.5779	-124.00206	0			OR	041		
5744635	Pacific City	pacific-city	US	97135	1035	America/Los_Angeles	45.20233	-123.96289	4	PFC		OR	057		
5744643	Pacific Palisades	pacific-palisades	US	90272	0	America/Los_Angeles	44.84428	-124.05067	13			OR	041		
5744730	Paisley	paisley	US	32767	240	America/Los_Angeles	42.69376	-120.54608	1332	Pejzli,byzly,pysly  awrgn,Пейзли,Пејзли,بيزلي,پیسلی، اورگن		OR	037		
5744898	Paradise	paradise	US	17562	0	America/Los_Angeles	45.93821	-117.22183	1254			OR	063		
5744934	Paris	paris	US	04271	0	America/Los_Angeles	44.25262	-123.77066	94			OR	039		
5744975	Parkdale	parkdale	US	71661	311	America/Los_Angeles	45.51984	-121.59674	526			OR	027		
5745021	Parkersburg	parkersburg	US	26101	0	America/Los_Angeles	43.14289	-124.34234	2			OR	011		
5745150	Patton	patton	US	16668	0	America/Los_Angeles	45.44706	-123.14233	55			OR	067		
5745162	Paulina	paulina	US	70763	0	America/Los_Angeles	44.13375	-119.96276	1124			OR	013		
5745303	Peck	peck	US	48466	0	America/Los_Angeles	42.89567	-123.53841	253	Nichols,Peck		OR	019		
5745329	Peel	peel	US	72668	0	America/Los_Angeles	43.25873	-123.03312	254			OR	019		
5745380	Pendleton	pendleton	US	27862	16881	America/Los_Angeles	45.67207	-118.7886	325	PDT,Pehndlton,Pendleton,Pendlton,Pendultun,byndlyntwn,pndltn  awrgn,Пендлтон,Пендълтън,Пэндлтон,بيندلينتون,پندلتن، اورگن,پینڈلٹن، اوریگون	059	OR	059		
5745440	Peoria	peoria	US	61601	94	America/Los_Angeles	44.44873	-123.20732	79			OR	043		
5745495	Perry	perry	US	04667	0	America/Los_Angeles	45.34846	-118.16661	883	Lower Perry,Perry,Upper Perry		OR	061		
5745542	Petersburg	petersburg	US	12138	0	America/Los_Angeles	45.61095	-121.07812	97			OR	065		
5745647	Philomath	philomath	US	97370	4599	America/Los_Angeles	44.54012	-123.3676	86	Filomas,Filomat,firomasu,fylwmath,fylwmt  awrgn,Филомас,Филомат,فيلوماث,فیلومت، اورگن,フィロマス		OR	003		
5745656	Phoenix	phoenix	US	13135	4553	America/Los_Angeles	42.27541	-122.81809	460	Finiks,Foeniks,fwnyks,fwnyks  awrgn,fynks  awrygwn,Финикс,Фоеникс,فونيكس,فونیکس، اورگن,فینکس، اوریگون		OR	029		
5745705	Piedmont	piedmont	US	26750	0	America/Los_Angeles	45.56512	-122.66815	59			OR	051		
5745782	Pilot Rock	pilot-rock	US	97868	1513	America/Los_Angeles	45.48318	-118.82998	519			OR	059		
5745792	Pine	pine	US	80470	0	America/Los_Angeles	44.86127	-117.08906	785			OR	001		
5745800	Pine City	pine-city	US	14871	0	America/Los_Angeles	45.58124	-119.41696	346			OR	049		
5745852	Pine Grove	pine-grove	US	17963	0	America/Los_Angeles	42.18181	-121.67111	1265			OR	035		
5745854	Pine Grove	pine-grove	US	17963	148	America/Los_Angeles	45.10873	-121.36368	679			OR	065		
5745862	Pine Grove	pine-grove	US	17963	0	America/Los_Angeles	45.65401	-121.51368	199	Pine Grove,Van Horn		OR	027		
5745933	Pinehurst	pinehurst	US	01866	0	America/Los_Angeles	42.11764	-122.36613	1027			OR	029		
5745991	Pioneer	pioneer	US	37847	0	America/Los_Angeles	44.6479	-123.87011	60	Morrison,Pioneer		OR	041		
5746077	Pittsburg	pittsburg	US	03592	0	America/Los_Angeles	45.90067	-123.15234	178	Pitsburg,Pittsburg,Pittsburgh,Питсбург		OR	009		
5746143	Pleasant Hill	pleasant-hill	US	27866	0	America/Los_Angeles	43.96596	-122.93175	199			OR	039		
5746156	Pleasant Valley	pleasant-valley	US	12569	0	America/Los_Angeles	44.67432	-117.63049	1145			OR	001		
5746161	Pleasant Valley	pleasant-valley	US	12569	0	America/Los_Angeles	42.55706	-123.3859	344			OR	033		
5746165	Pleasant Valley	pleasant-valley	US	12569	0	America/Los_Angeles	45.36538	-123.80401	43			OR	057		
5746202	Plush	plush	US	97637	57	America/Los_Angeles	42.41155	-119.90384	1375			OR	037		
5746486	Port Orford	port-orford	US	97465	1146	America/Los_Angeles	42.74566	-124.49733	19	Ewing Harbor,Indian Bay,Port Oksford,Port Orford,Port Orford City,Port Orfurd,bwrt awrfwrd,pwrt arfrd  awrgn,Порт Оксфорд,Порт Орфорд,Порт Орфърд,بورت أورفورد,پورت ارفرد، اورگن		OR	015		
5749668	Rufus	rufus	US	97050	238	America/Los_Angeles	45.69485	-120.73589	65	Grants Gravel Pit,Rufus		OR	055		
5749724	Russellville	russellville	US	29476	0	America/Los_Angeles	45.51901	-122.55787	86			OR	051		
5749753	Rutledge	rutledge	US	30663	0	America/Los_Angeles	45.3379	-120.64727	739			OR	055		
5749991	Saginaw	saginaw	US	35137	0	America/Los_Angeles	43.83262	-123.04536	189			OR	039		
5750041	Saint Helens	saint-helens	US	41368	12883	America/Los_Angeles	45.864	-122.80649	27	Casenau,Houlton,Kasenau,Milton,Plymouth,Saint Helens,St. Helens	009	OR	009		
5746545	Portland	portland	US	04101	632309	America/Los_Angeles	45.52345	-122.67621	12	Bridgetown,P-town,PDX,Portland,Portland i Oregon,Portlandas,Portlandia,Portlando,Portlant,Portlend,Portlenda,Puddletown,Rip City,River City,Stumptown,The City of Roses,bo te lan,bwrtland  awryghwn,port land,portalainda,portalanda,portlant,portlendi,poteullaendeu,potorando,pwrtlnd,pwrtlnd  awrgn,Πόρτλαντ,Портланд,Портленд,Պորտլենդ,פורטלנד,بورتلاند، أوريغون,پورتلند، اورگن,पोर्टलंड,पोर्टलैंड,போர்ட்லன்ட்,పోర్ట్ లాండ్,ಪೋರ್ಟ್‌ಲ್ಯಾಂಡ್‌,พอร์ตแลนด์,პორტლენდი,ფორთლენდი,ポートランド,波特蘭,포틀랜드	051	OR	051		
5746587	Post	post	US	79356	0	America/Los_Angeles	44.16235	-120.49	1031			OR	013		
5746733	Powell Butte	powell-butte	US	97753	0	America/Los_Angeles	44.24762	-121.01753	950			OR	013		
5746769	Powers	powers	US	49874	670	America/Los_Angeles	42.88344	-124.07315	83			OR	011		
5746793	Prairie City	prairie-city	US	50228	880	America/Los_Angeles	44.46321	-118.70995	1080			OR	023		
5746843	Prescott	prescott	US	48756	49	America/Los_Angeles	46.049	-122.88733	15			OR	009		
5746901	Prineville	prineville	US	97754	9530	America/Los_Angeles	44.29985	-120.83447	877	PRZ,Prajnvil,Prajnvill,brynfyly,prynwyl  awrgn,purainbiru,Прайнвил,Прайнвилл,برينفيلي,پرینویل، اورگن,プラインビル	013	OR	013		
5746947	Prospect	prospect	US	06712	455	America/Los_Angeles	42.75096	-122.48892	782	Deskins,Prospect		OR	029		
5746965	Prosper	prosper	US	75078	0	America/Los_Angeles	43.14733	-124.37373	4			OR	011		
5747219	Quincy	quincy	US	02169	0	America/Los_Angeles	46.14372	-123.16012	25			OR	009		
5747365	Rainbow	rainbow	US	76077	0	America/Los_Angeles	44.16679	-122.23673	367			OR	039		
5747402	Rainier	rainier	US	97048	1920	America/Los_Angeles	46.089	-122.93594	15	Eminence,Rainier,Rehjniehr,Rejnir,Rejniur,rynyr  awrgn,rynyyr,Рейниър,Рејнир,Рэйниэр,رينيير,رینیر، اورگن		OR	009		
5747481	Rand	rand	US	80473	0	America/Los_Angeles	42.59623	-123.58618	249			OR	033		
5747496	Randolph	randolph	US	02368	0	America/Los_Angeles	43.16789	-124.3565	3			OR	011		
5747502	Range	range	US	36473	0	America/Los_Angeles	44.89293	-118.96858	1328			OR	023		
5747882	Redmond	redmond	US	84652	28654	America/Los_Angeles	44.27262	-121.17392	916	RDM,Redmond,Redmund,Rehdmond,rdmnd  awrgn,redomondo,rydmwnd,Редмонд,Редмънд,Рэдмонд,ردمند، اورگن,ريدموند,ریڈمنڈ، اوریگون,レドモンド		OR	017		
5747900	Redwood	redwood	US	13679	2627	America/Los_Angeles	42.42206	-123.38728	285			OR	033		
5747903	Reed	reed	US	42451	0	America/Los_Angeles	44.1779	-123.84428	123			OR	039		
5747941	Reedsport	reedsport	US	97467	4107	America/Los_Angeles	43.70234	-124.09678	9	Ridsport,Rijdsport,rydasprt  awrgn,rydsbwrt,Ридспорт,Рийдспорт,ريدسبورت,ریداسپرت، اورگن		OR	019		
5747943	Reedville	reedville	US	22539	0	America/Los_Angeles	45.49762	-122.90232	67			OR	067		
5748062	Reston	reston	US	20190	0	America/Los_Angeles	43.13011	-123.62008	268			OR	019		
5748078	Rex	rex	US	28378	0	America/Los_Angeles	45.31623	-122.90871	131	Charleston,Chehalem Gap,Rex		OR	071		
5748126	Rhododendron	rhododendron	US	97049	0	America/Los_Angeles	45.32956	-121.91119	496	Rhododendron,Rowe,Zigzag		OR	005		
5748191	Richland	richland	US	08350	176	America/Los_Angeles	44.76905	-117.16851	674	Richlend,Ричленд		OR	001		
5748196	Richmond	richmond	US	01254	0	America/Los_Angeles	44.73097	-119.99223	980			OR	069		
5748223	Rickreall	rickreall	US	97371	77	America/Los_Angeles	44.93067	-123.22843	65	Dixie,Rickreall		OR	053		
5748229	Riddle	riddle	US	97469	1191	America/Los_Angeles	42.95095	-123.36423	212	Riddle,Riddles,Riddlesburg		OR	019		
5748304	Riley	riley	US	47871	0	America/Los_Angeles	43.54154	-119.50384	1288			OR	025		
5748470	Riverdale	riverdale	US	07457	0	America/Los_Angeles	45.45067	-122.66121	35			OR	051		
5748488	Riverside	riverside	US	02915	201	America/Los_Angeles	44.60679	-123.1576	68			OR	043		
5748489	Riverside	riverside	US	02915	0	America/Boise	43.54155	-118.15908	1019			OR	045		
5748521	Riverton	riverton	US	06065	0	America/Los_Angeles	43.15733	-124.27456	7			OR	011		
5748638	Roberts	roberts	US	54023	0	America/Los_Angeles	44.08124	-120.68473	1180	Livesley,Roberts		OR	013		
5748639	Roberts	roberts	US	54023	0	America/Los_Angeles	44.90206	-123.10038	64	Livesley,Roberts		OR	047		
5748726	Robinsonville	robinsonville	US	38664	0	America/Los_Angeles	44.71376	-118.48467	1897	Robinsonville,Robisonville		OR	023		
5748760	Rock Creek	rock-creek	US	25174	0	America/Los_Angeles	44.91403	-118.03577	1134	Castorville,Rock Creek		OR	001		
5748787	Rock Creek	rock-creek	US	25174	0	America/Los_Angeles	45.57263	-120.29727	218			OR	021		
5749020	Rockford	rockford	US	35136	0	America/Los_Angeles	45.67901	-121.55452	199			OR	027		
5749022	Rockaway Beach	rockaway-beach	US	65740	1347	America/Los_Angeles	45.61344	-123.94291	7	City of Rockaway,Rockaway,Rockaway Beach		OR	057		
5749043	Rockwood	rockwood	US	04478	0	America/Los_Angeles	45.51901	-122.47704	76			OR	051		
5749107	Rocky Point	rocky-point	US	11778	0	America/Los_Angeles	42.48069	-122.08419	1264	Harriman,Rocky Point		OR	035		
5749213	Rogue River	rogue-river	US	97537	2227	America/Los_Angeles	42.43595	-123.172	306	Rogju Riveh,Rogue River,Roug River,Roug Rivur,Woodville,rgw rywr  awrgn,rwgh ryfr,Рогю Ривэ,Роуг Ривер,Роуг Ривър,روغ ريفر,رگو ریور، اورگن		OR	029		
5749352	Roseburg	roseburg	US	97470	22114	America/Los_Angeles	43.2165	-123.34174	147	RBG,Rosberg,Roseburg,Rousburg,Rouzburg,lojeubeogeu,luo si bao,rozubagu,rsbwrg  awrgn,rwzbrg  awrygwn,rwzbyrgh,Росберг,Роузбърг,Роусбург,رسبورگ، اورگن,روزبرگ، اوریگون,روزبيرغ,ローズバーグ,罗斯堡,로즈버그	019	OR	019		
5749372	Rosedale	rosedale	US	11422	0	America/Los_Angeles	44.85456	-123.06148	175			OR	047		
5749378	Rosemont	rosemont	US	08556	0	America/Los_Angeles	45.36929	-122.64648	204			OR	005		
5749385	Rosewood	rosewood	US	43070	0	America/Los_Angeles	45.3979	-122.73315	46			OR	005		
5749582	Rowena	rowena	US	76875	187	America/Los_Angeles	45.67234	-121.26841	42			OR	065		
5749600	Royal	royal	US	51357	0	America/Los_Angeles	43.82484	-123.13092	248			OR	039		
5750058	Saint Johns	saint-johns	US	18247	0	America/Los_Angeles	45.59012	-122.75454	44	Saint John,Saint John's,Saint Johns,St. Johns		OR	051		
5750065	Saint Joseph	saint-joseph	US	38481	0	America/Los_Angeles	45.23817	-123.14483	44			OR	071		
5750075	Saint Louis	saint-louis	US	48880	0	America/Los_Angeles	45.12262	-122.94232	56			OR	047		
5750110	Saint Paul	saint-paul	US	24283	421	America/Los_Angeles	45.21123	-122.97677	52			OR	047		
5750162	Salem	salem	US	01970	164549	America/Los_Angeles	44.9429	-123.0351	49	Chemeketa,SLE,Salem,Salem (Oregon),Salemas,Salems,Seilema,Sejlem,Sejlum,celam,sai lei mu,salema,salm,saylm,se lem,seilleom,seiramu,selama,selem,sylm  awrgan,sylm  awrygwn,syylm,Σάλεμ,Салем,Сейлем,Сейлъм,Сејлем,Սալեմ,סיילם,سالم,سايلم,سیلم، اورگان,سیلم، اوریگون,सालेम,सेलम,सेलेम्,சேலம்,เซเลม,セイラム,塞勒姆,세일럼	OR	OR	047		
5750477	Sandy	sandy	US	84070	10644	America/Los_Angeles	45.39734	-122.26148	299	Sandi,Sehndi,Sendi,sandy,sndy  awrgn,Санди,Сенди,Сэнди,ساندي,سندی، اورگن,سینڈی، اوریگون		OR	005		
5750516	Santa Clara	santa-clara	US	84765	0	America/Los_Angeles	44.10346	-123.1312	119			OR	039		
5750663	Scappoose	scappoose	US	97056	6954	America/Los_Angeles	45.75428	-122.8776	19	Skappus,Skapus,skabws,skpws  awrgn,Скаппус,Скапус,سكابوس,سکپوس، اورگن		OR	009		
5750831	Scio	scio	US	14880	882	America/Los_Angeles	44.70484	-122.84926	96	Sajo,Sio,Skio,skyw,skyw  awrgn,Сайо,Сио,Скио,سكيو,سکیو، اورگن		OR	043		
5750918	Scotts Mills	scotts-mills	US	97375	367	America/Los_Angeles	45.0429	-122.66842	132			OR	047		
5750931	Scottsburg	scottsburg	US	14545	0	America/Los_Angeles	43.65401	-123.81677	19			OR	019		
5750967	Seal Rock	seal-rock	US	97376	0	America/Los_Angeles	44.49901	-124.08401	1			OR	041		
5750984	Seaside	seaside	US	93955	6540	America/Los_Angeles	45.99316	-123.92264	2	Sijsajd,Sisajd,sysayd,sysayd  awrgn,Сийсайд,Сисайд,Сисајд,سيسايد,سیساید، اورگن		OR	007		
5751096	Selma	selma	US	24474	695	America/Los_Angeles	42.279	-123.6159	404			OR	033		
5751100	Seneca	seneca	US	16346	193	America/Los_Angeles	44.1346	-118.97161	1425			OR	023		
5751253	Shady Cove	shady-cove	US	97539	2904	America/Los_Angeles	42.61068	-122.81254	427			OR	029		
5751320	Shaniko	shaniko	US	97057	37	America/Los_Angeles	45.00374	-120.75227	1019			OR	065		
5751357	Shaw	shaw	US	38773	0	America/Los_Angeles	44.8729	-122.87204	143			OR	047		
5751404	Shedd	shedd	US	97377	204	America/Los_Angeles	44.46151	-123.11037	81	Shedd,Shedds		OR	043		
5751538	Shelburn	shelburn	US	47879	0	America/Los_Angeles	44.73596	-122.87065	108	Ore Pacific Crossing,Shelburn		OR	043		
5751600	Sheridan	sheridan	US	04775	6094	America/Los_Angeles	45.09928	-123.39483	56	Shehridan,Sheridan,shrydn  awrgn,shyrydan,Шеридан,Шэридан,شریدن، اورگن,شيريدان		OR	071		
5751632	Sherwood	sherwood	US	21665	19283	America/Los_Angeles	45.35651	-122.8401	60	Shehrvud,Shervud,Shurud,shrwwd  awrgn,shyrwwd,Шервуд,Шъруд,Шэрвуд,شروود، اورگن,شيروود		OR	067		
5751752	Shorewood	shorewood	US	60404	0	America/Los_Angeles	43.454	-124.21817	57			OR	011		
5751881	Sidney	sidney	US	13838	0	America/Los_Angeles	44.78318	-123.10954	59			OR	047		
5751919	Siletz	siletz	US	97380	1221	America/Los_Angeles	44.72178	-123.92011	43			OR	041		
5752024	Silverton	silverton	US	79257	9753	America/Los_Angeles	45.00512	-122.78315	78	Sil'verton,Silverton,Silvurtun,sylwrtn  awrgn,Силвертон,Силвъртън,Сильвертон,سیلورتن، اورگن		OR	047		
5752129	Sisters	sisters	US	97759	2472	America/Los_Angeles	44.29095	-121.54921	973	Sistehrs,Sistersvil,Sisturs,systrz,systrz  awrgn,Систерсвил,Систърс,Систэрс,سيسترز,سیسترز، اورگن		OR	017		
5752176	Sixes	sixes	US	97476	0	America/Los_Angeles	42.82011	-124.48316	7			OR	015		
5753064	South Beach	south-beach	US	97366	0	America/Los_Angeles	44.61262	-124.04873	10	Harborton,South Beach,Southbeach		OR	041		
5753466	South Lebanon	south-lebanon	US	45065	1005	America/Los_Angeles	44.50623	-122.90314	114			OR	043		
5753658	Sparta	sparta	US	07871	0	America/Los_Angeles	44.87099	-117.32408	1253	Eagle City,Sparta		OR	001		
5753785	Sprague River	sprague-river	US	97639	0	America/Los_Angeles	42.45542	-121.50417	1327			OR	035		
5753792	Spray	spray	US	97874	151	America/Los_Angeles	44.83431	-119.79445	546			OR	069		
5753994	Springbrook	springbrook	US	52075	0	America/Los_Angeles	45.31762	-122.94566	76	Hoskins,Springbrook		OR	071		
5754005	Springfield	springfield	US	01101	60870	America/Los_Angeles	44.04624	-123.02203	140	Springfijld,Springfild,aspyryng fyld  awrgn,sbrynghfyld,seupeulingpildeu,si pu lin fei er de,supuringufirudo,Спрингфийлд,Спрингфилд,Спрінгфілд,اسپیرینگ فیلد، اورگن,سبرينغفيلد,سپرنگفیلڈ، اوریگون,スプリングフィールド,斯普林菲尔德,스프링필드		OR	039		
5754017	Springwater	springwater	US	14560	0	America/Los_Angeles	45.25068	-122.33953	346			OR	005		
5754243	Stafford	stafford	US	06075	1577	America/Los_Angeles	45.35734	-122.72259	127			OR	005		
5754308	Stanfield	stanfield	US	28163	2082	America/Los_Angeles	45.78041	-119.21724	181	Foster,Stanfield		OR	059		
5754344	Stapleton	stapleton	US	30823	0	America/Los_Angeles	44.82762	-123.20538	59			OR	053		
5754464	Stayton	stayton	US	97383	7969	America/Los_Angeles	44.80068	-122.79453	139	Stehjton,Stejton,Stejtun,astytn  awrgn,stytwn,Стейтън,Стејтон,Стэйтон,استیتن، اورگن,ستيتون		OR	047		
5754585	Stephens	stephens	US	30667	0	America/Los_Angeles	43.38345	-123.3923	116			OR	019		
5754988	Sublimity	sublimity	US	97385	2870	America/Los_Angeles	44.82957	-122.79453	168			OR	047		
5755144	Summer Lake	summer-lake	US	97640	0	America/Los_Angeles	42.97292	-120.77748	1289			OR	037		
5755152	Summerville	summerville	US	15864	134	America/Los_Angeles	45.48847	-118.00299	825			OR	061		
5755155	Summit	summit	US	07901	82	America/Los_Angeles	44.6379	-123.57872	223	Summit,Summitville		OR	003		
5755234	Sumner	sumner	US	04292	0	America/Los_Angeles	43.28178	-124.15094	5			OR	011		
5755242	Sumpter	sumpter	US	97877	203	America/Los_Angeles	44.74571	-118.20216	1350	Fort Sumpter,Samptehr,Sampter,Samptur,Sumpter,smtyr,swmptr  awrgn,Самптер,Самптър,Самптэр,سمتير,سومپتر، اورگن		OR	001		
5755308	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	44.84484	-123.02676	188			OR	047		
5755309	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	45.96236	-118.40219	278			OR	059		
5755340	Sunset	sunset	US	04683	0	America/Los_Angeles	44.89516	-117.04378	776			OR	001		
5755341	Sunset	sunset	US	04683	0	America/Los_Angeles	45.35984	-122.63009	171			OR	005		
5755348	Sunset Beach	sunset-beach	US	28468	0	America/Los_Angeles	46.10122	-123.93042	9			OR	007		
5755429	Suplee	suplee	US	19371	0	America/Los_Angeles	44.06931	-119.67664	1391			OR	013		
5755468	Susanville	susanville	US	96127	0	America/Los_Angeles	44.71321	-118.78385	1173			OR	023		
5755474	Sutherlin	sutherlin	US	24594	7912	America/Los_Angeles	43.39012	-123.31258	157	Saterlin,Sazehrlin,Sudurlin,swthyrlyn,swtrlyn  awrgn,Сазэрлин,Сатерлин,Съдърлин,سوترلین، اورگن,سوثيرلين		OR	019		
5755674	Sweet Home	sweet-home	US	72164	9270	America/Los_Angeles	44.39762	-122.7362	161	Buckhead,Suijt Khoum,Suit Khoum,Svit Khoum,Sweet Home,swyt hwm,swyyt hwm  awrgn,Свит Хоум,Суийт Хоум,Суит Хоум,سوئیت هوم، اورگن,سويت هوم		OR	043		
5755721	Swisshome	swisshome	US	97480	0	America/Los_Angeles	44.0579	-123.79927	65			OR	039		
5755828	Table Rock	table-rock	US	68447	0	America/Los_Angeles	42.45124	-122.91282	367			OR	029		
5755854	Taft	taft	US	38488	0	America/Los_Angeles	44.93372	-124.02234	29			OR	041		
5755884	Talbot	talbot	US	47984	0	America/Los_Angeles	44.76095	-123.09621	58	Roby,Talbot		OR	047		
5755890	Talent	talent	US	97540	6411	America/Los_Angeles	42.24568	-122.78865	496	Talehnt,Talent,Talunt,Tolent,Wagner,talynt,tlnt  awrgn,Талент,Талънт,Талэнт,تالينت,تلنت، اورگن		OR	029		
5755975	Tangent	tangent	US	97389	1220	America/Los_Angeles	44.54123	-123.10815	76			OR	043		
5756114	Taylorville	taylorville	US	62568	0	America/Los_Angeles	46.14122	-123.39929	4			OR	007		
5756192	Templeton	templeton	US	01468	0	America/Los_Angeles	43.54567	-124.09983	19			OR	011		
5756218	Tenmile	tenmile	US	97481	0	America/Los_Angeles	43.57623	-124.19567	5			OR	011		
5756219	Tenmile	tenmile	US	97481	0	America/Los_Angeles	43.09623	-123.56424	208			OR	019		
5756260	Terrebonne	terrebonne	US	97760	1257	America/Los_Angeles	44.3529	-121.17781	875	Hillman,Terrebonne		OR	017		
5756304	The Dalles	the-dalles	US	97058	15340	America/Los_Angeles	45.59456	-121.17868	77	City of The Dalles,City of the Dalles,DLS,Dalles,Dalles City,Dals,Dalz,Rockfort Camp,The Dalles,Wascopum,Win-quatt,Zeh Dallehs,dha dalys,dls  awrgn,Далз,Далс,Зэ Даллэс,دلس، اورگن,دی ڈالیز، اوریگون,ذا داليس	065	OR	065		
5756599	Three Forks	three-forks	US	59752	0	America/Los_Angeles	44.2832	-119.62886	1334			OR	023		
5756628	Three Rivers	three-rivers	US	01080	3014	America/Los_Angeles	43.82012	-121.46919	1276			OR	017		
5756711	Thurston	thurston	US	43157	0	America/Los_Angeles	44.05318	-122.91647	156			OR	039		
5756740	Tidewater	tidewater	US	97390	0	America/Los_Angeles	44.41123	-123.90039	36			OR	041		
5756777	Tillamook	tillamook	US	97141	4997	America/Los_Angeles	45.4564	-123.84553	8	Hoquarton,Lincoln,OTK,Tilamuk,Tillamook,Tillamook Landing,Tillamuk,tiramukku,tylamwk,tylmwk  awrgn,Тиламук,Тилламук,تيلاموك,تیلموک، اورگن,ٹیلاموک، اوریگون,ティラムック	057	OR	057		
5756829	Timber	timber	US	97144	0	America/Los_Angeles	45.71983	-123.29456	311			OR	067		
5756976	Tobias	tobias	US	68453	0	America/Los_Angeles	45.49539	-122.88121	70			OR	067		
5757007	Toledo	toledo	US	43601	3511	America/Los_Angeles	44.62151	-123.93845	6	Toledo,Толедо		OR	041		
5757036	Tolovana Park	tolovana-park	US	97145	0	America/Los_Angeles	45.87205	-123.95986	9			OR	007		
5757190	Tracy	tracy	US	50256	0	America/Los_Angeles	45.30262	-122.2912	316			OR	005		
5757207	Trail	trail	US	56684	702	America/Los_Angeles	42.64846	-122.8106	439			OR	029		
5757345	Trent	trent	US	57065	0	America/Los_Angeles	43.9429	-122.86063	189	Rattlesnake,Trent		OR	039		
5757437	Trout Creek	trout-creek	US	13847	0	America/Los_Angeles	43.9271	-118.93994	1385			OR	025		
5757477	Troutdale	troutdale	US	24378	16631	America/Los_Angeles	45.53929	-122.38731	39	Sandy,TTD,Trautdejl,Troutdale,trawtdl,trwtdl  awrgn,Траутдейл,Траутдејл,تراوتدل,تروتدل، اورگن		OR	051		
5757485	Troy	troy	US	03465	0	America/Los_Angeles	45.94681	-117.45156	495	Nauvoo,Troy		OR	063		
5757506	Tualatin	tualatin	US	97062	27154	America/Los_Angeles	45.38401	-122.76399	38	Bridgeport,Tualatin,Tualatun,Tualitin,Tualtin,te~yuaratin,twalatyn,twaltyn  awrgn,Туалатин,Туалатън,توالاتين,توالتین، اورگن,ٹوالاٹن، اوریگون,テュアラティン		OR	067		
5757706	Turner	turner	US	04282	1984	America/Los_Angeles	44.84318	-122.95287	88	Terner,Turnehr,Turnur,trnr  awrgn,twrnr,Тернер,Турнэр,Търнър,ترنر، اورگن,تورنر		OR	047		
5757895	Twin Rocks	twin-rocks	US	15960	0	America/Los_Angeles	45.5976	-123.94597	6			OR	057		
5758029	Tygh Valley	tygh-valley	US	97063	206	America/Los_Angeles	45.24734	-121.17312	348			OR	065		
5758037	Ukiah	ukiah	US	95482	189	America/Los_Angeles	45.13403	-118.93248	1023	Jukaja,Ukiakh,awkyh,yukaia,ywkyh  awrgn,Јукаја,Укиах,Юкая,أوكيه,یوکیه، اورگن,ユカイア,유카이아		OR	059		
5758052	Umatilla	umatilla	US	32784	7009	America/Los_Angeles	45.91735	-119.34252	98	Columbia,Jumatila,Umatilla,Umatilla City,Umatilla Landing,Unatilla,awmatyla,ywmtyla  awrgn,Јуматила,Уматилла,Юматила,أوماتيلا,یومتیلا، اورگن,یومیٹیلا، اوریگون		OR	059		
5758082	Umpqua	umpqua	US	97486	0	America/Los_Angeles	43.36539	-123.46842	98	Umpqua,Umpqua Ferry		OR	019		
5758113	Union	union	US	03887	2120	America/Los_Angeles	45.20847	-117.86521	850	Junion,Juniun,ywnyn  awrygwn,ywnywn,ywnywn  awrgn,Јунион,Юнион,Юниън,يونيون,یونین، اوریگون,یونیون، اورگن		OR	061		
5758145	Union Mills	union-mills	US	28167	0	America/Los_Angeles	45.19957	-122.5587	75			OR	005		
5758158	Uniontown	uniontown	US	15401	0	America/Los_Angeles	46.18594	-123.85403	25			OR	007		
5758176	Unity	unity	US	04988	68	America/Los_Angeles	44.43738	-118.19271	1223	Juniti,ywnty,ywnyty  awrgn,Јунити,Юнити,يونتي,یونیتی، اورگن		OR	001		
5758177	Unity	unity	US	04988	127	America/Los_Angeles	43.94707	-122.76785	234			OR	039		
5758191	University Park	university-park	US	16802	0	America/Los_Angeles	45.57623	-122.72871	49			OR	051		
5758413	Vale	vale	US	28168	1833	America/Boise	43.98211	-117.23823	684	Vehjl,Vejl,fal,wei er,wl  awrgn,Вейл,Вејл,Вэйл,فال,ول، اورگن,韋爾	045	OR	045		
5758457	Van	van	US	25206	0	America/Los_Angeles	43.98988	-118.68827	1257			OR	025		
5758460	Valley Falls	valley-falls	US	12185	0	America/Los_Angeles	42.48405	-120.2819	1319			OR	037		
5758526	Vaughn	vaughn	US	59487	0	America/Los_Angeles	44.02373	-123.43704	160			OR	039		
5758566	Veneta	veneta	US	97487	4800	America/Los_Angeles	44.04873	-123.35093	129			OR	039		
5758599	Vernonia	vernonia	US	97064	2143	America/Los_Angeles	45.85872	-123.19289	190	Vernonia,Vernonija,Vurnonija,fyrnwnya,wrnanya  awrgn,Вернониа,Вернонија,Върнония,فيرنونيا,ورنانیا، اورگن		OR	009		
5758642	Vida	vida	US	59274	0	America/Los_Angeles	44.14596	-122.56979	251			OR	039		
5758665	Villa Ridge	villa-ridge	US	62996	0	America/Los_Angeles	45.4429	-122.74232	127			OR	051		
5758706	Viola	viola	US	19979	0	America/Los_Angeles	45.29818	-122.41036	115			OR	005		
5758879	Walden	walden	US	12586	0	America/Los_Angeles	43.77623	-123.00535	210			OR	039		
5758901	Waldport	waldport	US	97394	2130	America/Los_Angeles	44.42679	-124.06873	2	Uoldport,Voldport,waldbwrt,wldpwrt  awrgn,Волдпорт,Уолдпорт,والدبورت,ولدپورت، اورگن		OR	041		
5758911	Walker	walker	US	26180	0	America/Los_Angeles	43.85401	-123.0398	181	Walker,Walkers		OR	039		
5759088	Walterville	walterville	US	97489	0	America/Los_Angeles	44.06874	-122.80397	184			OR	039		
5759096	Walton	walton	US	13856	0	America/Los_Angeles	44.03068	-123.58538	139			OR	039		
5759199	Warm Springs	warm-springs	US	24484	2945	America/Los_Angeles	44.76345	-121.26616	469	Warm Spring,Warm Springs,Warmspring,Warmsprings		OR	031		
5759261	Warren	warren	US	01083	1787	America/Los_Angeles	45.819	-122.84899	15	Gillton,Warren		OR	009		
5759276	Warrendale	warrendale	US	15086	0	America/Los_Angeles	45.61262	-122.01564	20			OR	051		
5759289	Warrenton	warrenton	US	20186	5282	America/Los_Angeles	46.1651	-123.92376	7	Uoruntun,Varrehnton,Vorenton,krswl  awrgn,waryntwn,Варрэнтон,Ворентон,Уорънтън,وارنٹن، اوریگون,وارينتون,کرسول، اورگن		OR	007		
5759295	Wasco	wasco	US	60183	389	America/Los_Angeles	45.59179	-120.69811	390	Spanish Hollow,Uasko,Vasko,Wasco,waskw,wskw  awrgn,Васко,Уаско,واسكو,وسکو، اورگن		OR	055		
5759434	Waterman	waterman	US	60556	0	America/Los_Angeles	45.88819	-118.54192	602			OR	059		
5759500	Watts	watts	US	74964	0	America/Los_Angeles	45.5415	-123.16844	64			OR	067		
5759508	Wauna	wauna	US	98395	0	America/Los_Angeles	46.15705	-123.40624	7			OR	007		
5759539	Weatherby	weatherby	US	64497	0	America/Los_Angeles	44.49849	-117.3713	736			OR	001		
5759550	Weaver	weaver	US	36277	0	America/Los_Angeles	43.00762	-123.31062	207			OR	019		
5759598	Wedderburn	wedderburn	US	97491	0	America/Los_Angeles	42.42956	-124.41511	12	Knoxville,Wedderburn		OR	015		
5759647	Welches	welches	US	97067	0	America/Los_Angeles	45.32817	-121.96091	399			OR	005		
5759989	West Haven	west-haven	US	06516	6009	America/Los_Angeles	45.51762	-122.76954	159			OR	067		
5761591	Wolf Creek	wolf-creek	US	59648	0	America/Los_Angeles	43.94984	-123.37899	254			OR	039		
5764292	Dudley	dudley	US	01571	0	America/Denver	43.31136	-103.81825	1046			SD	047	59955	
5760009	West Linn	west-linn	US	97068	26593	America/Los_Angeles	45.36568	-122.61231	41	Linn City,Robins Nest,Vehst Linn,Vest Lin,West Linn,Zapaden Lin,u~esutorin,wst lyn  awrgn,wyst lyn,Вест Лин,Вэст Линн,Западен Лин,وست لین، اورگن,ويست لين,ویسٹ لین، اوریگون,ウェストリン		OR	005		
5760053	West Salem	west-salem	US	44287	0	America/Los_Angeles	44.93901	-123.06093	48			OR	053		
5760090	West Union	west-union	US	26456	0	America/Los_Angeles	45.56651	-122.89399	75			OR	067		
5760130	Westfall	westfall	US	97920	0	America/Boise	43.99182	-117.70908	913			OR	045		
5760136	Westfir	westfir	US	97492	257	America/Los_Angeles	43.75735	-122.49644	327			OR	039		
5760142	Westlake	westlake	US	44145	0	America/Los_Angeles	43.88318	-124.11512	8			OR	039		
5760154	Westmoreland	westmoreland	US	03467	0	America/Los_Angeles	45.47623	-122.64704	25			OR	051		
5760158	Weston	weston	US	02493	647	America/Los_Angeles	45.81374	-118.42469	562	Uehston,Uestun,Vehston,Veston,wstwn  awrgn,wystwn,Вестон,Вэстон,Уестън,Уэстон,وستون، اورگن,ويستون		OR	059		
5760172	Westport	westport	US	02790	321	America/Los_Angeles	46.13312	-123.37612	8			OR	007		
5760215	Wheatland	wheatland	US	16161	0	America/Los_Angeles	45.09262	-123.0501	36	Wheatland,Wheatland Landing		OR	071		
5760226	Wheeler	wheeler	US	38880	419	America/Los_Angeles	45.689	-123.88069	15			OR	057		
5760396	White City	white-city	US	66872	7975	America/Los_Angeles	42.43735	-122.85893	400	Camp White,White City		OR	029		
5760687	Wilbur	wilbur	US	97494	0	America/Los_Angeles	43.32095	-123.34063	143	Umpqua,Wilbur		OR	019		
5760794	Wilderville	wilderville	US	97543	0	America/Los_Angeles	42.38234	-123.46701	281	Slateville,Wilderville		OR	033		
5760835	Brightwood	brightwood	US	22715	0	America/Los_Angeles	45.3548	-121.97828	382	Wildwood		OR	005		
5760836	Wildwood	wildwood	US	08260	0	America/Los_Angeles	43.77901	-122.82618	629			OR	039		
5760870	Wilkesboro	wilkesboro	US	28697	0	America/Los_Angeles	45.60872	-123.09594	64	Banks,Wilkesboro		OR	067		
5760923	Willamina	willamina	US	97396	2106	America/Los_Angeles	45.07873	-123.48594	71	Uilamina,Vilamina,Villamina,wylamyna,wylmyna  awrgn,Виламина,Вилламина,Уиламина,ويلامينا,ویلمینا، اورگن		OR	071		
5760956	Williams	williams	US	29493	1072	America/Los_Angeles	42.21873	-123.27394	428			OR	033		
5761287	Wilsonville	wilsonville	US	35186	22729	America/Los_Angeles	45.29984	-122.77371	47	Uilsunvil,Vilsonvil,Vilsonvill,wylsnwyl  awrgn,wylsnwyl  awrygwn,wylswnfyl,Вилсонвил,Вилсонвилл,Уилсънвил,ويلسونفيل,ویلسنویل، اورگن,ویلسنویل، اوریگون		OR	005		
5761313	Winchester	winchester	US	01890	0	America/Los_Angeles	43.28012	-123.35369	140			OR	019		
5761481	Winston	winston	US	30187	5393	America/Los_Angeles	43.12234	-123.41257	169			OR	019		
5761505	Winterville	winterville	US	28590	0	America/Los_Angeles	43.12455	-124.36872	68			OR	011		
5761590	Wolf Creek	wolf-creek	US	59648	0	America/Los_Angeles	42.6954	-123.39534	386	Almaden,Wolf Creek		OR	033		
5761708	Woodburn	woodburn	US	42170	25173	America/Los_Angeles	45.14373	-122.85537	57	Udburn,Vudbern,Vudbjorn,Vudburn,wwdbwrn,wwdbwrn  awrgn,Вудберн,Вудбурн,Вудбёрн,Удбърн,وودبورن,وودبورن، اورگن,ووڈبرن، اوریگون		OR	047		
5761789	Woodson	woodson	US	62695	0	America/Los_Angeles	46.11455	-123.32429	7	Woods Landing,Woodson		OR	009		
5761791	Woodstock	woodstock	US	03293	0	America/Los_Angeles	45.47901	-122.60843	77			OR	051		
5761839	Worden	worden	US	59088	0	America/Los_Angeles	42.04542	-121.86639	1252			OR	035		
5761854	Wren	wren	US	45899	0	America/Los_Angeles	44.58762	-123.42844	152	Wren,Wrens		OR	003		
5761937	Yachats	yachats	US	97498	718	America/Los_Angeles	44.31123	-124.10484	12	Jachats,Jakhats,yatshats,ychts  awrgn,Јачатс,Яхатс,Ячатс,ياتشاتس,یچاٹس، وریگن,یچتس، اورگن		OR	041		
5761959	Yamhill	yamhill	US	97148	1094	America/Los_Angeles	45.3415	-123.18733	60	North Yamhill,Yamhill		OR	071		
5762000	Yankton	yankton	US	57078	0	America/Los_Angeles	45.86678	-122.88677	93	Yankeetown,Yankton		OR	009		
5762109	Yoder	yoder	US	46798	0	America/Los_Angeles	45.13818	-122.68176	72			OR	005		
5762118	Yoncalla	yoncalla	US	97499	1053	America/Los_Angeles	43.59845	-123.28342	112			OR	019		
5762147	Young	young	US	85554	0	America/Los_Angeles	44.82457	-122.86537	116			OR	047		
5762313	Agar	agar	US	57520	77	America/Chicago	44.83832	-100.07457	564			SD	119	00460	
5762321	Akaska	akaska	US	57420	43	America/Chicago	45.33249	-100.12068	542	Akaska,Alaska		SD	129	00540	
5762355	Allen	allen	US	21810	420	America/Denver	43.28083	-101.92432	1001	Allen,Аллен		SD	007	70270	
5762369	Alto	alto	US	30510	0	America/Chicago	44.32998	-100.12735	439	Alto,Norbert		SD	065	70390	
5762412	Antelope	antelope	US	59211	826	America/Chicago	43.30306	-100.6293	781			SD	121	17955	
5762448	Ardmore	ardmore	US	19003	0	America/Denver	43.01941	-103.65631	1084			SD	047	59955	
5762450	Argyle	argyle	US	12809	0	America/Denver	43.53498	-103.64797	1461			SD	033	70320	
5762612	Batesland	batesland	US	57716	108	America/Denver	43.12944	-102.1021	1041			SD	007	70270	
5762647	Bear Creek	bear-creek	US	18602	0	America/Denver	45.0622	-101.44599	676			SD	041	45545	
5762685	Beaver Crossing	beaver-crossing	US	68313	0	America/Denver	44.38276	-104.00382	1679			SD	081	59870	
5762718	Belle Fourche	belle-fourche	US	57717	5696	America/Denver	44.67137	-103.85215	921	Bel Fush,Belle Fourche,De Mores,bei er fu shen,bela forsa,bl fwrshy  dakwtay jnwby,Бел Фуш,بل فورشی، داکوتای جنوبی,बॅल फ़ोर्श,贝尔富什	019	SD	019	04380	
5762728	Belvidere	belvidere	US	07823	54	America/Denver	43.83194	-101.27153	711	Bel'vedere,Бельведере		SD	071	04620	
5762737	Bend	bend	US	76824	0	America/Denver	44.22776	-103.01018	892			SD	093	04400	
5762753	Berne	berne	US	12023	0	America/Denver	43.81748	-103.63881	1784			SD	033	70320	
5762782	Big Bend	big-bend	US	26136	0	America/Denver	44.06554	-103.41463	1273			SD	103	44070	
5762836	Bison	bison	US	57620	339	America/Denver	45.52026	-102.46127	848		105	SD	105	05620	
5762850	Bixby	bixby	US	65439	0	America/Denver	45.14832	-102.56183	750			SD	105	59880	
5762932	Blue Bell	blue-bell	US	19422	0	America/Denver	43.71665	-103.48242	1481	Blue Bell,Blue Belle		SD	033	70320	
5763011	Box Elder	box-elder	US	57719	9289	America/Denver	44.11249	-103.06823	925	Box Elder,Boxelder		SD	103	06620	
5764219	Draper	draper	US	24324	73	America/Chicago	43.9261	-100.54041	690			SD	075	17020	
5763144	Buffalo	buffalo	US	14201	345	America/Denver	45.58416	-103.54603	878	Buffalo,Буффало	063	SD	063	08140	
5763162	Buffalo Gap	buffalo-gap	US	57722	121	America/Denver	43.49165	-103.31297	994	Buffalo Gap,Buffalogap		SD	033	08340	
5763217	Bullhead	bullhead	US	57621	348	America/Denver	45.76555	-101.08069	541			SD	031	17745	
5763335	Camp Crook	camp-crook	US	57724	66	America/Denver	45.55027	-103.97466	951			SD	063	09260	
5763354	Caputa	caputa	US	57725	0	America/Denver	43.99388	-102.98212	886			SD	103	52987	
5763393	Carter	carter	US	41128	0	America/Chicago	43.38722	-100.20263	662			SD	123	10180	
5763425	Castle Rock	castle-rock	US	55010	0	America/Denver	44.96443	-103.42435	957			SD	019	70290	
5763499	Central City	central-city	US	15926	130	America/Denver	44.36582	-103.77242	1491			SD	081	11140	
5763534	Chase	chase	US	21027	0	America/Denver	44.94109	-101.62849	731			SD	137	59975	
5763544	Cherry Creek	cherry-creek	US	14723	0	America/Denver	44.60554	-101.49987	527			SD	137	59975	
5763623	Clearfield	clearfield	US	16830	0	America/Chicago	43.16834	-100.02818	693			SD	123	72860	
5763765	Cottonwood	cottonwood	US	36320	10	America/Denver	43.96693	-101.90598	738	Cottonwood,Ingham		SD	071	14220	
5763853	Creighton	creighton	US	15030	0	America/Denver	44.25499	-102.20794	806			SD	103	52720	
5763860	Creston	creston	US	26141	0	America/Denver	43.91054	-102.69878	772			SD	103	17730	
5763910	Custer	custer	US	40115	1952	America/Denver	43.76665	-103.59881	1620	Camp Collins,Custer,Custer City,Kaster,Stonewall,ka si te,kastara,kastr  dakwtay jnwby,kstr,Кастер,كستر,کاستر، داکوتای جنوبی,کیسٹر، جنوبی ڈکوٹا,कस्टर,卡斯特	033	SD	033	15140	
5763976	Dalzell	dalzell	US	29040	0	America/Denver	44.3436	-102.39655	763			SD	093	04400	
5764048	Deadwood	deadwood	US	57732	1258	America/Denver	44.37665	-103.72964	1381	Deadwood,Deadwood City,Dedvud,Miles City,dai de wu de,ddwwd  dakwtay jnwby,dedavuda,deddouddo,dydwwd,Дедвуд,ددوود، داکوتای جنوبی,ديدوود,ڈیڈووڈ، جنوبی ڈکوٹا,डॅडवुड,デッドウッド,戴德伍德	081	SD	081	15700	
5764085	Deerfield	deerfield	US	01342	0	America/Denver	44.0172	-103.83409	1811	Deerfield,Mountain City		SD	103	70475	
5764106	Dennis	dennis	US	02638	0	America/Denver	43.26136	-103.86687	1086			SD	047	59955	
5764118	Dewey	dewey	US	61840	0	America/Denver	43.53081	-104.04104	1132	Dewey,S and G Ranch		SD	033	70320	
5764302	Dumont	dumont	US	07628	0	America/Denver	44.2386	-103.79881	1876			SD	081	59870	
5764313	Dupree	dupree	US	57623	527	America/Denver	45.04748	-101.60099	729		137	SD	137	17420	
5764369	Eagle Butte	eagle-butte	US	57625	1318	America/Denver	45.00248	-101.23349	737			SD	041	45545	
5764489	Edgemont	edgemont	US	19028	739	America/Denver	43.30107	-103.8272	1054	Edzmont,adgmwnt  dakwtay jnwby,ai qi meng te,Еџмонт,ادگمونت، داکوتای جنوبی,埃奇蒙特		SD	047	18300	
5764563	Elm Springs	elm-springs	US	72728	0	America/Denver	44.31332	-102.52767	818			SD	093	04400	
5764567	Elmore	elmore	US	36025	0	America/Denver	44.31554	-103.88743	1587			SD	081	59870	
5764577	Empire	empire	US	35063	0	America/Denver	44.61749	-103.3213	848			SD	019	17720	
5764603	Englewood	englewood	US	07631	0	America/Denver	44.29693	-103.78464	1705			SD	081	59870	
5764607	Enning	enning	US	57737	0	America/Denver	44.57554	-102.56322	925			SD	093	04400	
5764619	Erskine	erskine	US	56535	0	America/Denver	43.43303	-103.56492	1175	Erskine,Jones		SD	047	45560	
5764667	Fairpoint	fairpoint	US	43927	0	America/Denver	44.74832	-102.79656	894			SD	093	04400	
5764683	Faith	faith	US	28041	414	America/Denver	45.02304	-102.03599	791			SD	093	20980	
5764688	Fairburn	fairburn	US	30213	82	America/Denver	43.6861	-103.21158	1006			SD	033	20340	
5764702	Farmingdale	farmingdale	US	04344	0	America/Denver	43.95916	-102.88379	845			SD	103	52987	
5764777	Five Points	five-points	US	36855	0	America/Denver	43.97138	-103.55047	1880			SD	103	70475	
5764835	Folsom	folsom	US	19033	0	America/Denver	43.82527	-102.8699	880			SD	033	17750	
5764840	Forest City	forest-city	US	18421	0	America/Chicago	45.00276	-100.30041	566			SD	107	70590	
5764864	Fort Pierre	fort-pierre	US	57532	2117	America/Denver	44.35359	-100.37374	437	Fort Pir,bao pi ai er,forta piyara,frt pyr  dakwtay jnwby,fwrt byyr,Форт Пир,فرت پیر، داکوتای جنوبی,فورت بيير,فورٹ پیری، جنوبی ڈکوٹا,फ़ोर्ट पियर,堡皮埃尔	117	SD	117	22260	
5764894	Fourmile	fourmile	US	40939	0	America/Denver	43.73276	-103.67547	1634			SD	033	70320	
5764954	Fruitdale	fruitdale	US	36539	64	America/Denver	44.66832	-103.69714	899			SD	019	23140	
5764988	Galena	galena	US	21635	0	America/Denver	44.3336	-103.64103	1460	Galena,Griggs		SD	081	59870	
5765013	Gayville	gayville	US	57031	0	America/Denver	44.37082	-103.7602	1459	Black Tail,Gayville		SD	081	59870	
5765088	Glencross	glencross	US	57630	0	America/Denver	45.44832	-100.92125	656			SD	041	45545	
5765095	Glenham	glenham	US	12527	105	America/Chicago	45.53277	-100.27152	514			SD	129	24620	
5765154	Gorman	gorman	US	76454	0	America/Chicago	44.92693	-100.07484	582			SD	107	70590	
5765226	Green Valley	green-valley	US	54127	928	America/Denver	44.03554	-103.11129	925			SD	103	11165	
5765242	Greenwood	greenwood	US	04255	0	America/Denver	44.22026	-103.56158	1506	Greenwood,Laflin		SD	081	59870	
5765247	Grindstone	grindstone	US	15442	0	America/Denver	44.13915	-101.96737	753			SD	055	70375	
5765322	Hanna	hanna	US	46340	0	America/Denver	44.26165	-103.84576	1728			SD	081	59870	
5765375	Harrington	harrington	US	04643	0	America/Denver	43.17111	-101.25459	914			SD	007	17710	
5765392	Hartley	hartley	US	51346	0	America/Denver	44.4011	-101.81043	758			SD	055	70375	
5765452	Hayes	hayes	US	23072	0	America/Denver	44.37026	-101.02153	614			SD	117	59945	
5765513	Heppner	heppner	US	97836	0	America/Denver	43.24692	-103.54992	1069			SD	047	45560	
5765520	Hereford	hereford	US	18056	0	America/Denver	44.38721	-102.89545	808			SD	093	04400	
5765550	Herreid	herreid	US	57632	421	America/Chicago	45.83471	-100.06928	514	Herreid,Herried		SD	021	28340	
5765563	Hermosa	hermosa	US	57744	392	America/Denver	43.83971	-103.19102	1014	Battle River Stage Station,Hermosa,Strater,Strater Post Office		SD	033	28300	
5765609	Hill City	hill-city	US	55748	995	America/Denver	43.93249	-103.57519	1519	Hill,Hill City,Hills City,Hilltown,Hillyo		SD	103	29100	
5765751	Hot Springs	hot-springs	US	24445	3532	America/Denver	43.43165	-103.47436	1051	Hot Springs,Khot Springs,Khot-Springs,Minne-Ka-Tah,Minne-Kahta,hat aspryngz  dakwtay jnwby,hota springsa,re quan,Хот Спрингс,Хот-Спрингс,هات اسپرینگز، داکوتای جنوبی,हॉट स्प्रिंग्स,热泉	047	SD	047	30220	
5765759	Howes	howes	US	57748	0	America/Denver	44.61943	-102.05183	734			SD	093	30420	
5765812	Imlay	imlay	US	89418	0	America/Denver	43.71944	-102.39739	799			SD	103	31420	
5765818	Imogene	imogene	US	51645	0	America/Denver	45.14054	-102.71294	782			SD	105	59880	
5765865	Interior	interior	US	57750	103	America/Denver	43.72694	-101.98404	726	Black,Interior		SD	071	31620	
5765890	Isabel	isabel	US	57633	145	America/Denver	45.39415	-101.42959	731			SD	041	32140	
5766162	Kadoka	kadoka	US	57543	707	America/Denver	43.83388	-101.50987	750		071	SD	071	33180	
5766182	Keldron	keldron	US	57634	0	America/Denver	45.93195	-101.80958	723			SD	031	15100	
5766200	Kennedyville	kennedyville	US	21645	0	America/Denver	43.92304	-103.52408	1491	Addie Camp,Addie Spur,Canadaville,Kennedyville		SD	103	70475	
5766211	Keystone	keystone	US	46759	343	America/Denver	43.89554	-103.41825	1320			SD	103	33820	
5766239	Kirk	kirk	US	80824	0	America/Denver	44.34304	-103.79353	1742			SD	081	59870	
5766307	Kyle	kyle	US	24855	846	America/Denver	43.42499	-102.17655	887			SD	102		
5766361	Lakeview	lakeview	US	28350	0	America/Chicago	43.10362	-100.7482	878			SD	121	70635	
5766396	Lantry	lantry	US	57636	0	America/Denver	45.01443	-101.43154	738			SD	041	45545	
5766425	Lead	lead	US	57754	2999	America/Denver	44.35221	-103.7652	1589	Lead,Lead City,Lid,Mile High City,Washington,lai de,lyd,lyd  dakwtay jnwby,Лид,ليد,لید، داکوتای جنوبی,لیڈ، جنوبی ڈکوٹا,莱德		SD	081	36220	
5766453	Lemmon	lemmon	US	57638	1232	America/Denver	45.94083	-102.15932	783	LEM		SD	105	36340	
5766589	Little Eagle	little-eagle	US	57639	319	America/Denver	45.67583	-100.8043	502			SD	031	17745	
5766641	Lodgepole	lodgepole	US	57640	0	America/Denver	45.80472	-102.66071	851			SD	105	38100	
5766696	Long Valley	long-valley	US	07853	0	America/Denver	43.46167	-101.49487	813	Long Valley,Longvalley		SD	071	59856	
5766747	Lucerne	lucerne	US	46950	0	America/Denver	44.23915	-101.52625	742			SD	055	17810	
5766757	Ludlow	ludlow	US	01056	0	America/Denver	45.83445	-103.37657	937			SD	063	45585	
5766835	Maitland	maitland	US	32751	0	America/Denver	44.39748	-103.80159	1493	Garden City,Maitland		SD	081	45600	
5766856	Manderson	manderson	US	57756	0	America/Denver	43.23526	-102.47072	926			SD	102		
5766864	Marietta	marietta	US	13110	0	America/Denver	43.39192	-103.91937	1065			SD	047	59955	
5766872	Marksville	marksville	US	71351	0	America/Denver	45.06943	-100.37736	567			SD	041	59842	
5766881	Marcus	marcus	US	51035	0	America/Denver	44.65805	-102.27322	757			SD	093	04400	
5766888	Martin	martin	US	15460	1061	America/Denver	43.1725	-101.73265	1009		007	SD	007	41100	
5766926	Maurice	maurice	US	51036	0	America/Denver	44.39776	-103.8977	1369			SD	081	45600	
5766967	McIntosh	mcintosh	US	56556	175	America/Denver	45.92139	-101.34958	706		031	SD	031	39940	
5767002	Meadow	meadow	US	57644	0	America/Denver	45.52915	-102.21627	803			SD	105	41660	
5767041	Merritt	merritt	US	28556	0	America/Denver	44.14082	-103.56853	1556			SD	081	59870	
5767099	Midland	midland	US	15059	124	America/Denver	44.07165	-101.15542	573			SD	055	42140	
5767104	Milesville	milesville	US	57553	0	America/Denver	44.45804	-101.67931	718			SD	055	70375	
5767144	Mission	mission	US	57555	1215	America/Chicago	43.30584	-100.65819	787	Missija,Миссия		SD	121	42940	
5767189	Mobridge	mobridge	US	57601	3466	America/Chicago	45.53722	-100.42791	506	Heigstadt,MBG,Mobridge		SD	129	43180	
5767194	Moon	moon	US	23119	0	America/Denver	43.94637	-104.00826	1951			SD	103	70475	
5767227	Morristown	morristown	US	07960	70	America/Denver	45.93861	-101.72319	687			SD	031	43860	
5767241	Mound City	mound-city	US	57646	68	America/Chicago	45.72527	-100.06845	525		021	SD	021	44020	
5767265	Mud Butte	mud-butte	US	57758	0	America/Denver	45.00471	-102.87767	876			SD	093	45605	
5767295	Murdo	murdo	US	57559	458	America/Chicago	43.88832	-100.71291	705	Merdo,mo duo,murdo,mwrdw,mwrdw  dakwtay jnwby,Мердо,موردو,موردو، داکوتای جنوبی,मुर्डो,默多	075	SD	075	44260	
5767302	Murphy	murphy	US	28906	0	America/Denver	44.04443	-103.12712	936			SD	103	11165	
5767315	Myersville	myersville	US	21773	0	America/Denver	44.10332	-103.73909	1747	Myers City,Myersville		SD	103	70475	
5767317	Mystic	mystic	US	06355	0	America/Denver	44.07693	-103.64158	1485	Mystic,Sitting Bull		SD	103	70475	
5767324	Nahant	nahant	US	01908	0	America/Denver	44.17665	-103.75548	1732	Nahant,West Nahant		SD	081	59870	
5767368	Nemo	nemo	US	57759	0	America/Denver	44.19415	-103.50491	1414			SD	081	59870	
5767383	New Underwood	new-underwood	US	57761	672	America/Denver	44.09332	-102.83628	867	New Underwood,Underwood Station		SD	103	45060	
5767392	Newell	newell	US	15466	595	America/Denver	44.71471	-103.42074	864			SD	019	44860	
5767424	Nisland	nisland	US	57762	239	America/Denver	44.67304	-103.55353	870			SD	019	45180	
5767461	Norris	norris	US	29667	152	America/Chicago	43.47333	-101.19626	762			SD	095	45460	
5767608	Oelrichs	oelrichs	US	57763	122	America/Denver	43.17886	-103.23075	1025	Oehlrichs,Oelrichs		SD	047	46500	
5767610	Oglala	oglala	US	57764	1290	America/Denver	43.18859	-102.73962	915			SD	102	70415	
5767620	Okaton	okaton	US	57562	36	America/Chicago	43.8861	-100.89181	716			SD	075	46640	
5767631	Okreek	okreek	US	57563	269	America/Chicago	43.36222	-100.38624	692			SD	121	17955	
5767686	Onida	onida	US	57564	658	America/Chicago	44.70804	-100.05984	571	Onajda,ao nai da,awnyda,awnyda  dakwtay jnwby,onida,Онајда,أونيدا,اونیدا، داکوتای جنوبی,ओनिडा,奥奈达	119	SD	119	17950	
5767690	Opal	opal	US	83124	0	America/Denver	44.89165	-102.45044	800			SD	093	45605	
5767699	Oral	oral	US	57766	0	America/Denver	43.40498	-103.26909	905	Cheyenne Pit,Oral,Pimptown		SD	047	45560	
5767722	Ottumwa	ottumwa	US	52501	0	America/Denver	44.2336	-101.34709	680			SD	055	17810	
5767733	Owanka	owanka	US	57767	0	America/Denver	44.02221	-102.58739	766	Owanka,Wicota		SD	103	47980	
5767789	Parmelee	parmelee	US	57566	562	America/Chicago	43.32306	-101.02654	805			SD	121	70635	
5767835	Pedro	pedro	US	45659	0	America/Denver	44.41999	-102.11905	619			SD	103	45574	
5767896	Philip	philip	US	57567	751	America/Denver	44.03943	-101.66514	660	PHP	055	SD	055	49300	
5767912	Piedmont	piedmont	US	26750	827	America/Denver	44.23165	-103.38908	1065	Piedmont,Rex,Spring Valley Ranch		SD	093	49500	
5767918	Pierre	pierre	US	57501	14002	America/Chicago	44.36832	-100.35097	451	Mato,PIR,Pier,Pierre,Pir,Pira,Piras,Pirr,Pirs,Pjer,Pīra,byyr,pi er,pia,pieo,piyara,piyer,piyera,piyere,pyr,pyr  dakwtay jnwby,Πιερ,Пиер,Пир,Пирр,Пір,Пірр,Пјер,Պիեռ,פיר,بيير,پیر، داکوتای جنوبی,پیر،ساؤتھ ڈیکوٹا,پیری، جنوبی ڈکوٹا,पियर,पियेर,पियेरे,पियेर्,பியேர்,ピア,皮尔,피어	SD	SD	065	49600	
5767939	Pine Ridge	pine-ridge	US	41360	3308	America/Denver	43.02554	-102.55627	988	Pine Ridge,Pine Ridge Agency,XPR		SD	102	70415	
5767969	Plainview	plainview	US	11803	0	America/Denver	44.60221	-102.16155	736			SD	093	15255	
5768035	Pollock	pollock	US	57648	229	America/Chicago	45.90138	-100.28846	504	Harba,Pollock		SD	021	51260	
5768046	Porcupine	porcupine	US	57772	1062	America/Denver	43.23971	-102.33099	973			SD	102		
5768074	Powell	powell	US	37849	0	America/Denver	44.04416	-101.4907	625			SD	055	17810	
5768081	Prairie City	prairie-city	US	50228	23	America/Denver	45.52971	-102.80433	866			SD	105	62060	
5768099	Presho	presho	US	57568	503	America/Chicago	43.90971	-100.05873	541			SD	085	51820	
5768103	Preston	preston	US	06365	0	America/Denver	44.35776	-103.8877	1789			SD	081	45600	
5768113	Pringle	pringle	US	57773	109	America/Denver	43.60859	-103.59381	1488	Paint of Rocks,Pringle		SD	033	51940	
5768126	Provo	provo	US	84601	0	America/Denver	43.19108	-103.82492	1136	Provo,Прово		SD	047	52180	
5768142	Quinn	quinn	US	57775	57	America/Denver	43.98804	-102.12627	796			SD	103	52500	
5768221	Ralph	ralph	US	35480	0	America/Denver	45.77667	-103.066	834			SD	063	45585	
5768233	Rapid City	rapid-city	US	49676	73569	America/Denver	44.08054	-103.23101	988	Haeohemahpe,Hay Camp,Háeohémahpe,RAP,Rapid,Rapid City,Rapid Siti,Rapid-Siti,la pi de cheng,laepideusiti,rabyd syty,raipida siti,rapiddoshiti,rpyd syty  dakwtay jnwby,Рапид Сити,Рапид-Сити,Рапід-Сіті,رابيد سيتي,رپید سیتی، داکوتای جنوبی,ریپڈ سٹی، جنوبی ڈکوٹا,रैपिड सिटी,แรพิดซิตี,ラピッドシティ,拉皮德城,래피드시티	103	SD	103	52980	
5768336	Redig	redig	US	57776	0	America/Denver	45.2711	-103.54825	927			SD	063	59865	
5768363	Reno	reno	US	16343	0	America/Denver	43.91471	-103.61742	1676			SD	103	70475	
5768372	Reva	reva	US	22735	0	America/Denver	45.54527	-103.08434	931			SD	063	59865	
5768418	Ridgeview	ridgeview	US	25169	0	America/Denver	45.08498	-100.80042	720			SD	041	59842	
5768520	Rocky Ford	rocky-ford	US	30455	0	America/Denver	43.28636	-103.59825	996			SD	047	45560	
5768556	Rosebud	rosebud	US	57570	1587	America/Chicago	43.23278	-100.85348	804			SD	121	70635	
5768595	Rousseau	rousseau	US	41366	0	America/Chicago	44.31637	-100.07151	446			SD	065	70390	
5768629	Rumford	rumford	US	02916	0	America/Denver	43.12664	-103.69798	1072			SD	047	59955	
5768705	Saint Francis	saint-francis	US	04774	709	America/Chicago	43.14445	-100.90515	911			SD	121	57140	
5768758	Saint Onge	saint-onge	US	57779	191	America/Denver	44.54665	-103.72103	1046			SD	081	57300	
5768853	Savoy	savoy	US	01256	0	America/Denver	44.35248	-103.93132	1520	Savoy,The Falls		SD	081	59870	
5768879	Scenic	scenic	US	57780	0	America/Denver	43.77971	-102.5549	857			SD	103	57820	
5768946	Selby	selby	US	57472	634	America/Chicago	45.50638	-100.03207	580		129	SD	129	58140	
5769045	Silver City	silver-city	US	39166	0	America/Denver	44.08443	-103.5638	1410	Elkhorn Prairie,Silver City		SD	103	70475	
5769068	Sitka	sitka	US	41255	0	America/Chicago	45.51694	-100.18624	540			SD	129	70640	
5769133	Smithwick	smithwick	US	57782	0	America/Denver	43.30137	-103.21825	989			SD	047	45560	
5769288	Spearfish	spearfish	US	57783	11283	America/Denver	44.49082	-103.85937	1112	SPF,Spirfish,aspyrfysh  dakwtay jnwby,sbyrfysh,si pi er fei shen,spiyarafisa,Спирфиш,اسپیرفیش، داکوتای جنوبی,سبيرفيش,سپئیرفش، جنوبی ڈکوٹا,स्पियरफ़िश,斯皮尔菲什		SD	081	60020	
5769301	Spokane	spokane	US	65754	0	America/Denver	43.84138	-103.37991	1378			SD	033	17750	
5769325	Spring Creek	spring-creek	US	16436	268	America/Chicago	43.11751	-101.02265	812			SD	121	70635	
5769433	Stoneville	stoneville	US	27048	0	America/Denver	44.7336	-102.65461	893			SD	093	65660	
5769489	Sturgis	sturgis	US	39769	6688	America/Denver	44.40971	-103.50908	1043	Scooptown,Sterdzhis,Sterdzis,Sturgis,astrjys  dakwtay jnwby,si te ji si,sturjisa,stwrjys,sutajisu,Стерджис,Стерџис,استرجیس، داکوتای جنوبی,ستورجيس,سٹورجس، جنوبی ڈکوٹا,स्टुर्जिस,スタージス,斯特吉斯	093	SD	093	62100	
5769506	Sulphur	sulphur	US	40070	0	America/Denver	44.87666	-102.91351	815			SD	093	45605	
5769510	Summerville	summerville	US	15864	0	America/Denver	45.77388	-102.17738	696	Sommerville,Summerville		SD	105	16460	
5769668	Terry	terry	US	39170	0	America/Denver	44.3336	-103.81687	1805			SD	081	59870	
5769672	Teton	teton	US	83451	0	America/Denver	44.28693	-100.50791	464			SD	117	59945	
5769677	Thatcher	thatcher	US	83283	0	America/Denver	45.02193	-100.92765	716			SD	041	59842	
5769736	Tigerville	tigerville	US	29688	0	America/Denver	43.97665	-103.63992	1672	Tiger City,Tigerville		SD	103	70475	
5769772	Timber Lake	timber-lake	US	57656	483	America/Denver	45.42915	-101.07403	661		041	SD	041	63620	
5769789	Tomahawk	tomahawk	US	41262	0	America/Denver	44.21193	-103.52852	1470			SD	081	59870	
5769812	Trail City	trail-city	US	57657	0	America/Denver	45.47249	-100.72542	653			SD	041	45545	
5769875	Tuthill	tuthill	US	57574	0	America/Denver	43.15583	-101.49376	915			SD	007	17710	
5769923	Union Center	union-center	US	53962	0	America/Denver	44.56082	-102.66934	885			SD	093	04400	
5769954	Vale	vale	US	28168	136	America/Denver	44.62026	-103.40213	844			SD	019	65940	
5770003	Victoria	victoria	US	23974	0	America/Denver	44.39498	-103.90771	1395			SD	081	45600	
5770030	Virginia	virginia	US	55777	0	America/Denver	45.24248	-100.56792	533			SD	041	59842	
5770031	Vivian	vivian	US	57576	119	America/Chicago	43.92693	-100.29208	581			SD	085	67660	
5770087	Wakpala	wakpala	US	57658	0	America/Denver	45.65722	-100.53514	497			SD	031	68180	
5770091	Walker	walker	US	26180	0	America/Denver	45.91028	-101.09041	662			SD	031	17745	
5770098	Wall	wall	US	57790	877	America/Denver	43.99249	-102.24155	861	Vol,wl  dakwtay jnwby,wo er,wwl,Вол,ول، داکوتای جنوبی,وول,沃尔		SD	103	68380	
5770124	Wanblee	wanblee	US	57577	725	America/Denver	43.56944	-101.66042	804			SD	071	59962	
5770156	Wasta	wasta	US	57791	82	America/Denver	44.0686	-102.44572	707			SD	103	69140	
5770159	Watauga	watauga	US	37694	0	America/Denver	45.92278	-101.54291	689			SD	031	69260	
5770228	West Fork	west-fork	US	72774	0	America/Denver	44.44582	-101.54848	614			SD	055	70375	
5770280	Westover	westover	US	16692	0	America/Chicago	43.74777	-100.66625	548			SD	075		
5770347	White Owl	white-owl	US	57792	0	America/Denver	44.59221	-102.43072	851	White Owl,Whiteowl		SD	093	04400	
5770357	White River	white-river	US	57579	575	America/Chicago	43.56805	-100.74542	651		095	SD	095	71340	
5770382	Whitehorse	whitehorse	US	57661	141	America/Denver	45.27054	-100.88653	523			SD	041	59842	
5770393	Whitewood	whitewood	US	24657	919	America/Denver	44.4611	-103.63853	1114			SD	081	71580	
5770505	Witten	witten	US	57584	87	America/Chicago	43.43944	-100.07957	602	New Witten,Whitten,Witten		SD	123	45100	
5770519	Wood	wood	US	16694	63	America/Chicago	43.49694	-100.47736	656			SD	095	72620	
5770530	Woodville	woodville	US	01784	0	America/Denver	44.2911	-103.7552	1815	Lake Station,Woodville		SD	081	59870	
5770538	Wounded Knee	wounded-knee	US	57794	382	America/Denver	43.14054	-102.36571	986	Brennan,Cankpe Opi,Wounded Knee		SD	102		
5770632	Akron	akron	US	14001	0	America/Denver	40.63078	-111.85521	1345			UT	035		
5770662	Allen	allen	US	21810	0	America/Denver	40.50578	-111.85716	1383			UT	035		
5770675	Allred	allred	US	38542	0	America/Denver	41.15328	-112.03939	1351			UT	057		
5770692	Alta	alta	US	51002	390	America/Denver	40.58884	-111.63798	2609	Alta,Little Cottonwood,a er ta,alta  ywta,Алта,آلتا، یوتا,阿尔塔		UT	035		
5770709	Alta Vista	alta-vista	US	50603	0	America/Denver	40.59245	-111.84466	1460			UT	035		
5770710	Alta Vista	alta-vista	US	50603	0	America/Denver	41.25467	-111.9405	1407			UT	057		
5770712	Altamont	altamont	US	12009	263	America/Denver	40.3594	-110.28627	1947	Altamont,Altamount,Altemont		UT	013		
5770723	Altonah	altonah	US	84002	0	America/Denver	40.40134	-110.29377	2034	Altona,Altonah		UT	013		
5770725	Altus	altus	US	72821	0	America/Denver	40.75245	-111.61826	2102			UT	043		
5770732	Alpine	alpine	US	07620	10235	America/Denver	40.45328	-111.77799	1509	Alpajn,Alpine,Alpine City,Mountainville,a er pai,albayn,alpayn  ywta,Алпайн,Алпајн,آلپاین، یوتا,ألباين,阿尔派		UT	049		
5770767	Anchorage	anchorage	US	99501	0	America/Denver	41.088	-112.02411	1337			UT	011		
5770813	Apple Valley	apple-valley	US	92307	0	America/Denver	40.61773	-111.79382	1499			UT	035		
5770828	Arcadia	arcadia	US	15712	0	America/Denver	40.90356	-111.88466	1309			UT	011		
5770835	Arcadia	arcadia	US	15712	0	America/Denver	40.22246	-110.23738	1641			UT	013		
5770843	Ark	ark	US	23003	0	America/Denver	40.58884	-111.89855	1332			UT	035		
5770844	Arlington Heights	arlington-heights	US	02475	0	America/Denver	41.23244	-111.94966	1357			UT	057		
5770858	Arthur	arthur	US	37707	0	America/Denver	40.71717	-112.13661	1330	Arthur,Arthur Concentration Mill		UT	035		
5770910	Athens	athens	US	04912	0	America/Denver	40.72772	-112.06772	1289			UT	035		
5770914	Atkinson	atkinson	US	03811	0	America/Denver	40.7405	-111.47492	1972			UT	043		
5770920	Atwood	atwood	US	38220	0	America/Denver	40.63273	-111.89827	1323			UT	035		
5770939	Avondale	avondale	US	19311	0	America/Denver	40.77939	-111.94883	1289			UT	035		
5770958	Avon	avon	US	02322	367	America/Denver	41.53299	-111.81327	1530			UT	005		
5770964	Bailey	bailey	US	27807	0	America/Denver	40.68967	-112.03161	1336			UT	035		
5770965	Bailey	bailey	US	27807	0	America/Denver	41.31494	-111.97939	1363			UT	057		
5770975	Baker	baker	US	26801	0	America/Denver	40.62384	-111.8666	1352			UT	035		
5771022	Ballard	ballard	US	24918	1106	America/Denver	40.2894	-109.9432	1539			UT	047		
5771023	Ballard	ballard	US	24918	0	America/Denver	40.67578	-111.81243	1426			UT	035		
5771057	Barker	barker	US	14012	0	America/Denver	41.03883	-111.93272	1343			UT	011		
5771059	Barlow	barlow	US	42024	0	America/Denver	40.88911	-111.87133	1356			UT	011		
5771067	Barnes	barnes	US	66933	0	America/Denver	41.10078	-112.06522	1312			UT	011		
5771089	Barton	barton	US	05822	0	America/Denver	41.17939	-112.00633	1334			UT	057		
5771096	Barton	barton	US	05822	0	America/Denver	41.15994	-112.06466	1313			UT	057		
5771121	Bay	bay	US	72411	0	America/Denver	40.65356	-111.83771	1336			UT	035		
5771179	Bear River City	bear-river-city	US	84301	852	America/Denver	41.61465	-112.12662	1298			UT	003		
5771265	Bel Air	bel-air	US	21014	0	America/Denver	41.17022	-112.03272	1379			UT	057		
5771312	Benjamin	benjamin	US	79505	1145	America/Denver	40.09829	-111.73132	1382			UT	049		
5771321	Bennett	bennett	US	27208	0	America/Denver	40.37385	-109.93543	1660	Bennett,Cuneal		UT	047		
5771337	Benson	benson	US	05731	1485	America/Denver	41.78743	-111.93022	1350			UT	005		
5771345	Benwood	benwood	US	26031	0	America/Denver	40.70217	-111.90105	1294			UT	035		
5771624	Blackburn	blackburn	US	65321	0	America/Denver	40.66467	-111.81188	1391			UT	035		
5771646	Blaine	blaine	US	04734	0	America/Denver	40.75745	-111.93244	1289			UT	035		
5771677	Blue Creek	blue-creek	US	25026	0	America/Denver	41.86215	-112.45691	1433	Blue,Blue Creek		UT	003		
5771703	Bluebell	bluebell	US	84007	293	America/Denver	40.3594	-110.21738	1890			UT	013		
5771746	Bonanza	bonanza	US	84008	1	America/Denver	40.02108	-109.17734	1657			UT	047		
5771759	Bonham	bonham	US	75418	0	America/Denver	41.14578	-112.04105	1349			UT	011		
5771815	Boulevard	boulevard	US	91905	0	America/Denver	40.67939	-111.84049	1348			UT	035		
5771826	Bountiful	bountiful	US	84010	43784	America/Denver	40.88939	-111.88077	1333	BTF,Bauntiful,Bountiful,Sessions Settlement,bang di fu er,bwntyfwl,bwntyfwl  ywta,Баунтифул,Баунтифъл,بونتيفول,بونتیفول، یوتا,بونٹیفل، یوٹاہ,邦蒂富尔		UT	011		
5771857	Bowling Green	bowling-green	US	22427	0	America/Denver	40.66939	-111.94383	1311			UT	035		
5771902	Bradford	bradford	US	02808	0	America/Denver	40.66384	-111.87299	1317			UT	035		
5771909	Bradford	bradford	US	02808	0	America/Denver	41.62993	-112.13967	1298			UT	003		
5771959	Briggs	briggs	US	78608	0	America/Denver	40.88828	-111.87022	1362			UT	011		
5771960	Brigham City	brigham-city	US	84302	18752	America/Denver	41.51021	-112.0155	1352	BMC,Box Elder,Brigam Siti,Brigham,Brigham City,bryghham syty,bryghm syty  ywta,bu li ge mu cheng,Бригам Сити,بريغهام سيتي,بریگهم سیتی، یوتا,布里格姆城	003	UT	003		
5771973	Brighton	brighton	US	02135	0	America/Denver	40.60384	-111.58214	2654	Brighton,Silver Lake,Silverlake		UT	035		
5771991	Brimhall	brimhall	US	87310	0	America/Denver	40.66911	-111.81132	1413			UT	035		
5771995	Brimley	brimley	US	49715	0	America/Denver	40.66967	-111.80993	1422			UT	035		
5772013	Broadbent	broadbent	US	97414	0	America/Denver	40.66911	-111.8091	1429			UT	035		
5772035	Brookfield	brookfield	US	01506	0	America/Denver	40.68078	-112.048	1375			UT	035		
5772036	Brookhaven	brookhaven	US	11719	0	America/Denver	40.698	-112.01188	1302			UT	035		
5772039	Brooklyn	brooklyn	US	06234	0	America/Denver	40.74828	-111.9041	1289			UT	035		
5772047	Brookwood	brookwood	US	35444	0	America/Denver	40.66967	-111.85799	1323			UT	035		
5772048	Brookwood	brookwood	US	35444	0	America/Denver	40.5305	-111.94438	1358			UT	035		
5772151	Buena Vista	buena-vista	US	15018	0	America/Denver	40.75828	-111.97188	1290			UT	035		
5772152	Buena Vista	buena-vista	US	15018	0	America/Denver	41.13522	-112.03272	1372			UT	011		
5772154	Buena Vista	buena-vista	US	15018	0	America/Denver	41.323	-112.00161	1357			UT	057		
5772186	Bullock	bullock	US	27507	0	America/Denver	40.75522	-111.93549	1291			UT	035		
5772201	Bunker	bunker	US	63629	0	America/Denver	40.30829	-111.73354	1391			UT	049		
5772227	Burnett	burnett	US	53922	0	America/Denver	41.17633	-111.95994	1429			UT	057		
5772270	Butte	butte	US	58723	0	America/Denver	40.75495	-111.91966	1288			UT	035		
5772314	Cache Junction	cache-junction	US	84304	0	America/Denver	41.83548	-112.00273	1356			UT	005		
5772330	Call	call	US	75933	0	America/Denver	41.18272	-111.99744	1327			UT	057		
5772381	Campbell	campbell	US	14821	0	America/Denver	40.89578	-111.87716	1330			UT	011		
5772395	Cannon	cannon	US	40923	0	America/Denver	40.73272	-111.91799	1289			UT	035		
5772443	Capitol Heights	capitol-heights	US	20731	0	America/Denver	40.7855	-111.86521	1537			UT	035		
5772470	Carr	carr	US	80612	0	America/Denver	41.25939	-111.91272	2231			UT	057		
5772514	Castle	castle	US	74833	0	America/Denver	40.84717	-111.90883	1318			UT	011		
5772526	Castle Rock	castle-rock	US	55010	0	America/Denver	41.11161	-111.20324	1894			UT	043		
5772572	Cedar Creek	cedar-creek	US	68016	0	America/Denver	41.96436	-113.15638	1573			UT	003		
5772592	Cedar Ridge	cedar-ridge	US	95924	0	America/Denver	41.18606	-112.03828	1362			UT	057		
5772601	Cedar Springs	cedar-springs	US	39832	0	America/Denver	41.63687	-112.62858	1508			UT	003		
5772616	Celeste	celeste	US	75423	0	America/Denver	40.61023	-111.88827	1341			UT	035		
5772629	Center	center	US	42214	0	America/Denver	40.25022	-112.40078	1549	Center,Centre,Centreville		UT	045		
5772653	Centerfield	centerfield	US	84622	1084	America/Denver	40.69134	-111.89799	1298			UT	035		
5772654	Centerville	centerville	US	02632	16877	America/Denver	40.918	-111.87216	1335	Sentervil,Senturvil,sen te wei er,sntrfyl,sntrwyl  ywta,Сентервил,Сентървил,سنترفيل,سنترویل، یوتا,سینٹرویل، یوٹاہ,森特维尔		UT	011		
5772696	Chandler	chandler	US	47610	0	America/Denver	40.92383	-111.87355	1328			UT	011		
5772700	Chantilly	chantilly	US	20151	0	America/Denver	40.69856	-112.04133	1310			UT	035		
5772706	Chapel Hill	chapel-hill	US	27514	0	America/Denver	41.09439	-111.943	1437			UT	011		
5772720	Charleston	charleston	US	04422	467	America/Denver	40.46634	-111.46991	1658	Charlston,Чарлстон		UT	051		
5772757	Cherry Hill	cherry-hill	US	08002	0	America/Denver	41.10967	-112.01466	1382			UT	011		
5772776	Chesterfield	chesterfield	US	01012	0	America/Denver	40.71439	-111.93021	1291			UT	035		
5772779	Chevy Chase	chevy-chase	US	20815	0	America/Denver	40.65134	-111.85799	1330			UT	035		
5772916	Clarinda	clarinda	US	51632	0	America/Denver	41.08633	-111.90772	1497			UT	011		
5772927	Clarkston	clarkston	US	30021	694	America/Denver	41.9202	-112.04995	1487			UT	005		
5772949	Clayton	clayton	US	08312	0	America/Denver	40.63717	-111.8716	1332			UT	035		
5772959	Clearfield	clearfield	US	16830	30653	America/Denver	41.11078	-112.02605	1361	Klirfild,Kliurfijld,ke li er fei er,klyrfyld,klyrfyld  ywta,Клирфилд,Клиърфийлд,كليرفيلد,کلیئرفیلڈ، یوٹاہ,کلیرفیلد، یوتا,克利尔菲尔		UT	011		
5772997	Clifton	clifton	US	07011	0	America/Denver	40.10438	-113.81722	1897			UT	045		
5773001	Clinton	clinton	US	01510	21399	America/Denver	41.13967	-112.0505	1339	Clinton,Klinton,Summit,Клинтон		UT	011		
5773002	Clinton	clinton	US	01510	0	America/Denver	40.38689	-111.93577	1427			UT	049		
5773007	Clive	clive	US	50325	0	America/Denver	40.70855	-113.11748	1307			UT	045		
5773010	Clover	clover	US	24534	0	America/Denver	40.33689	-112.46134	1577	Clover,Johnson,Johnsons Settlement,Shambip		UT	045		
5773066	Coalville	coalville	US	84017	1431	America/Denver	40.91773	-111.39936	1700	Koulvil,ke wei er,kwlfyl,kwlwyl  ywta,Коулвил,كولفيل,کولویل، یوتا,科维尔	043	UT	043		
5773123	Collinston	collinston	US	71229	0	America/Denver	41.77465	-112.09495	1351	Collinston,Hampton		UT	003		
5773127	Colonial Heights	colonial-heights	US	23834	0	America/Denver	40.87633	-111.87299	1380			UT	011		
5773185	Cook	cook	US	55723	0	America/Denver	41.06189	-111.97494	1327			UT	011		
5773205	Copper City	copper-city	US	49917	0	America/Denver	40.64689	-112.033	1485			UT	035		
5773230	Corinne	corinne	US	25826	694	America/Denver	41.55104	-112.11023	1288	Burg on the Bear,Corinne,Korin,ke lin na,kwryn,kwryn  ywta,Корин,كورين,کورین، یوتا,科琳娜		UT	003		
5773238	Cornish	cornish	US	03745	312	America/Denver	41.97548	-111.95328	1367	Cannon,Cornish		UT	005		
5773258	Cottonwood	cottonwood	US	36320	0	America/Denver	40.65828	-111.8341	1336			UT	035		
5773259	Cottonwood	cottonwood	US	36320	0	America/Denver	41.08522	-111.91216	1474			UT	011		
5773389	Cove	cove	US	71937	460	America/Denver	41.96354	-111.80606	1389	Coalville,Cove,Coveville,Junction Cove		UT	005		
5773422	Coy	coy	US	36435	0	America/Denver	41.16022	-112.05328	1328			UT	057		
5773465	Creekside	creekside	US	15732	0	America/Denver	41.04411	-111.92994	1363			UT	011		
5773474	Crescent	crescent	US	15046	0	America/Denver	40.55134	-111.89105	1348			UT	035		
5773493	Crestview	crestview	US	32536	0	America/Denver	40.65356	-112.03216	1480			UT	035		
5773497	Crestwood	crestwood	US	40014	0	America/Denver	40.65495	-111.8441	1331			UT	035		
5773498	Crestwood	crestwood	US	40014	0	America/Denver	40.90133	-111.86744	1355			UT	011		
5773517	Crosby	crosby	US	16724	0	America/Denver	40.83967	-111.88327	1570			UT	011		
5773518	Cross	cross	US	29436	0	America/Denver	41.23856	-111.95827	1317			UT	057		
5773522	Crossroads	crossroads	US	88114	0	America/Denver	41.71243	-112.14217	1320	Crossroads,Haws		UT	003		
5773533	Crown	crown	US	16220	0	America/Denver	40.67328	-111.98438	1343			UT	035		
5773535	Croydon	croydon	US	19021	0	America/Denver	41.06856	-111.51381	1629	Croyden,Croydon,Lost Creek		UT	029		
5773554	Crystal Springs	crystal-springs	US	33524	0	America/Denver	41.66021	-112.08745	1309	Crystal Hot Springs,Crystal Springs		UT	003		
5773563	Cummings	cummings	US	58223	0	America/Denver	40.75078	-111.91438	1288			UT	035		
5773584	Curtis	curtis	US	49820	0	America/Denver	40.61495	-111.85521	1372			UT	035		
5773585	Curtis	curtis	US	49820	0	America/Denver	40.27523	-111.69493	1446			UT	049		
5773620	Dalton	dalton	US	01226	0	America/Denver	40.56106	-112.0605	1570			UT	035		
5773621	Dalton	dalton	US	01226	0	America/Denver	40.65245	-111.88632	1312			UT	035		
5773630	Daniel	daniel	US	83115	1058	America/Denver	40.47079	-111.41463	1742	Buysville,Daniel,Daniels,Danielsville		UT	051		
5773786	Deerfield	deerfield	US	01342	0	America/Denver	41.11189	-111.92077	1515			UT	011		
5773787	Deerfield	deerfield	US	01342	0	America/Denver	40.67689	-112.02383	1368			UT	035		
5773812	Denver City	denver-city	US	79323	0	America/Denver	40.79911	-111.98411	1287			UT	035		
5773850	Deweyville	deweyville	US	77614	333	America/Denver	41.71048	-112.09023	1322	Dewey Station,Deweyville		UT	003		
5773871	Diamondville	diamondville	US	83116	0	America/Denver	40.62745	-111.96605	1363			UT	035		
5773948	Dolomite	dolomite	US	35061	0	America/Denver	40.70105	-112.57579	1295			UT	045		
5773991	Downs	downs	US	61736	0	America/Denver	41.253	-111.983	1302			UT	057		
5774001	Draper	draper	US	24324	46774	America/Denver	40.52467	-111.86382	1373	Draper,Drejper,Drejpur,South Willow Creek,de lei po,deuleipeo,drabr,drapr  ywta,Дрейпър,Дрејпер,درابر,دراپر، یوتا,ڈریپر، یوٹاہ,德雷珀,드레이퍼		UT	035		
5774071	Dry Creek	dry-creek	US	25062	0	America/Denver	40.56884	-111.87743	1368			UT	035		
5774135	Duchesne	duchesne	US	84021	1872	America/Denver	40.16329	-110.40293	1682	Dora,Duchesne,Dukejn,Dushejn,Theodore,dachsn  ywta,du shen,dwtshysn,Дукејн,Душейн,داچسن، یوتا,دوتشيسن,杜申	013	UT	013		
5774159	Dugway	dugway	US	84022	795	America/Denver	40.22105	-112.74441	1476	DPG		UT	045		
5774190	Dutch John	dutch-john	US	84023	145	America/Denver	40.92913	-109.39097	1942			UT	009		
5774215	Eagle Mountain	eagle-mountain	US	84005	27332	America/Denver	40.31412	-112.00688	1488			UT	049		
5774313	East Meadow	east-meadow	US	11554	0	America/Denver	41.0755	-111.948	1370			UT	011		
5774350	Eastview	eastview	US	42732	0	America/Denver	41.04994	-111.96466	1317			UT	011		
5774351	Eastview	eastview	US	42732	0	America/Denver	40.64023	-111.87299	1330			UT	035		
5774353	Eastwood	eastwood	US	40018	0	America/Denver	40.57495	-111.82104	1515			UT	035		
5774366	Eccles	eccles	US	25836	0	America/Denver	41.21939	-111.95244	1353			UT	057		
5774368	Echo	echo	US	56237	56	America/Denver	40.97772	-111.44325	1665	Echo,Echo City		UT	043		
5774381	Eden	eden	US	05652	600	America/Denver	41.3005	-111.81216	1508	Eden,North Fork		UT	057		
5774391	Edgemont	edgemont	US	19028	0	America/Denver	40.28607	-111.65187	1461			UT	049		
5774392	Edgemont	edgemont	US	19028	0	America/Denver	40.57439	-111.85799	1398			UT	035		
5774393	Edgemont	edgemont	US	19028	0	America/Denver	41.2505	-111.93827	1390			UT	057		
5774397	Edgewood	edgewood	US	21040	0	America/Denver	40.52495	-111.9341	1347			UT	035		
5774406	Edwards	edwards	US	13635	0	America/Denver	40.74828	-111.89883	1289			UT	035		
5774407	Edwards	edwards	US	13635	0	America/Denver	40.74717	-111.89605	1289			UT	035		
5774423	El Dorado	el-dorado	US	67042	0	America/Denver	40.72189	-112.01744	1294	El Dorado,Eldorado		UT	035		
5774482	Elwood	elwood	US	08217	1070	America/Denver	41.69048	-112.14106	1310			UT	003		
5774491	Emerald Isle	emerald-isle	US	28594	0	America/Denver	40.64828	-111.89494	1318			UT	035		
5774509	Emory	emory	US	24327	0	America/Denver	41.04884	-111.30436	1806			UT	043		
5774535	Enterprise	enterprise	US	26568	605	America/Denver	41.09967	-111.73632	1512			UT	029		
5774566	Etna	etna	US	03750	0	America/Denver	41.67159	-113.95446	1592			UT	003		
5774571	Evans	evans	US	25241	0	America/Denver	41.62354	-112.1769	1301			UT	003		
5774579	Evergreen Park	evergreen-park	US	60805	0	America/Denver	41.30689	-111.63688	1796			UT	057		
5774587	Ewell	ewell	US	21824	0	America/Denver	40.6805	-111.86993	1311			UT	035		
5774597	Evergreen	evergreen	US	23939	0	America/Denver	40.90411	-111.87716	1316			UT	011		
5774601	Fairfield	fairfield	US	04937	130	America/Denver	40.26217	-112.093	1487	Camp Floyd,Fairfield,Fort Crittenden		UT	049		
5774602	Fairfield	fairfield	US	04937	0	America/Denver	40.77856	-111.93188	1288			UT	035		
5774611	Fairmont	fairmont	US	26554	0	America/Denver	41.24078	-111.90272	1407			UT	057		
5774612	Fairmount	fairmount	US	30139	0	America/Denver	41.24189	-111.89938	1412			UT	057		
5774646	Farley	farley	US	52046	0	America/Denver	40.68023	-111.81354	1425			UT	035		
5774662	Farmington	farmington	US	03835	22566	America/Denver	40.9805	-111.88744	1312	Farmington,Farmingtun,Millers Settlement,fa ming dun,farmnghtwn,farmyngtwn  ywta,Фармингтон,Фармингтън,فارمنغتون,فارمنگٹن، یوٹاہ,فارمینگتون، یوتا,法明顿	011	UT	011		
5774727	Fielding	fielding	US	84311	452	America/Denver	41.81465	-112.11606	1333	Fielding,South Plymouth		UT	003		
5774820	Five Points	five-points	US	36855	0	America/Denver	41.25939	-111.97022	1309	Five Points,Five Points Junction		UT	057		
5774898	Forest Dale	forest-dale	US	05745	0	America/Denver	40.71661	-111.86188	1319			UT	035		
5774902	Forest Home	forest-home	US	36030	0	America/Denver	40.70661	-111.61631	2570			UT	035		
5774904	Forest Park	forest-park	US	30297	0	America/Denver	40.89772	-111.8616	1412			UT	011		
5774915	Fort Duchesne	fort-duchesne	US	84026	714	America/Denver	40.28802	-109.85459	1521			UT	047		
5774925	Four Corners	four-corners	US	82715	0	America/Denver	41.03078	-111.91994	1367			UT	011		
5774961	Francis	francis	US	74844	1258	America/Denver	40.61051	-111.28074	2000			UT	043		
5774975	Franklin	franklin	US	02038	0	America/Denver	40.74856	-111.90633	1289			UT	035		
5775024	Frost	frost	US	56033	0	America/Denver	40.67578	-111.97272	1329			UT	035		
5775027	Fruitland	fruitland	US	21826	0	America/Denver	40.21273	-110.83961	2019			UT	013		
5775055	Garden	garden	US	49835	181	America/Denver	41.8891	-111.38576	1830			UT	033		
5775057	Garden City	garden-city	US	11530	580	America/Denver	41.94688	-111.39354	1819	Garden Siti,Гарден Сити		UT	033		
5775064	Garden Grove	garden-grove	US	50103	0	America/Denver	40.84689	-111.91049	1314			UT	011		
5775079	Garfield	garfield	US	07026	0	America/Denver	40.72717	-112.16578	1292			UT	035		
5775081	Garland	garland	US	04939	2448	America/Denver	41.74104	-112.16162	1323	Garland,Girljanda,garlnd  ywta,gharland,jia lan,Гарланд,Гирлянда,غارلاند,گارلند، یوتا,گارلینڈ، یوٹاہ,加兰		UT	003		
5775106	Geneva	geneva	US	14456	0	America/Denver	40.28245	-111.73215	1381			UT	049		
5775119	Georgetown	georgetown	US	01833	0	America/Denver	40.63967	-111.99633	1408			UT	035		
5775144	Gill	gill	US	01354	0	America/Denver	41.06494	-111.97022	1333			UT	011		
5775145	Gill	gill	US	01354	0	America/Denver	40.62884	-111.84243	1357			UT	035		
5775166	Glen Oaks	glen-oaks	US	11004	0	America/Denver	40.89356	-111.86216	1406			UT	011		
5775170	Glendale	glendale	US	01229	0	America/Denver	40.89995	-111.87633	1327			UT	011		
5775185	Glenn	glenn	US	49416	0	America/Denver	40.74856	-111.89521	1289			UT	035		
5775203	Gold Hill	gold-hill	US	28071	0	America/Denver	40.16633	-113.83055	1615			UT	045		
5775290	Granada Hills	granada-hills	US	91344	0	America/Denver	40.88689	-111.84938	1512			UT	011		
5775292	Grand View	grand-view	US	54839	0	America/Denver	40.778	-111.86799	1417			UT	035		
5775293	Grand View	grand-view	US	54839	0	America/Denver	40.77939	-111.86632	1437			UT	035		
5775309	Granger	granger	US	46530	0	America/Denver	40.69661	-111.96744	1300			UT	035		
5775320	Granite	granite	US	73547	1932	America/Denver	40.573	-111.80604	1564	Granite,Granite City		UT	035		
5775321	Granite	granite	US	73547	0	America/Denver	40.74828	-111.89577	1289			UT	035		
5775335	Grant	grant	US	32949	0	America/Denver	40.64023	-111.89244	1322			UT	035		
5775346	Grantsville	grantsville	US	21536	10027	America/Denver	40.59994	-112.4644	1312	Grantsvil,Grantsville,Grantsville City,Grantville,Twenty Wells,Willow Creek,ge lan ci wei er,ghrantsfyl,grntswyl  ywta,Грантсвил,غرانتسفيل,گرنتسویل، یوتا,格兰茨维尔		UT	045		
5775416	Green Valley	green-valley	US	54127	0	America/Denver	40.66828	-111.86938	1308			UT	035		
5775426	Greenfield	greenfield	US	01301	0	America/Denver	40.52078	-111.93771	1351			UT	035		
5775427	Greenfield	greenfield	US	01301	0	America/Denver	41.28355	-111.95827	1328			UT	057		
5775438	Greenville	greenville	US	02828	0	America/Denver	41.76632	-111.84828	1361			UT	005		
5775464	Grouse Creek	grouse-creek	US	84313	0	America/Denver	41.70936	-113.88334	1625	Cookesville,Grouse Creek		UT	003		
5775560	Hanna	hanna	US	46340	0	America/Denver	40.40411	-110.76516	2062	Defas Park,Hanna		UT	013		
5775566	Hansen	hansen	US	83334	0	America/Denver	40.54467	-111.81188	1546			UT	035		
5775571	Hanson	hanson	US	02341	0	America/Denver	40.77967	-111.93633	1287			UT	035		
5775575	Happy Valley	happy-valley	US	97086	0	America/Denver	40.63606	-111.94716	1363			UT	035		
5775588	Hardy	hardy	US	24101	0	America/Denver	40.33856	-111.73882	1384			UT	049		
5775607	Harris	harris	US	12742	0	America/Denver	41.20189	-111.95911	1357			UT	057		
5775615	Harrisville	harrisville	US	02830	6221	America/Denver	41.28133	-111.98828	1308			UT	057		
5775618	Hartman	hartman	US	72840	0	America/Denver	41.15355	-111.92855	1471			UT	057		
5775636	Hatch	hatch	US	84735	0	America/Denver	41.14161	-112.08328	1305			UT	011		
5775666	Hayden	hayden	US	35079	0	America/Denver	40.43273	-109.97321	1796			UT	047		
5775681	Hazelhurst	hazelhurst	US	54531	0	America/Denver	40.64272	-111.95994	1374			UT	035		
5775699	Heber City	heber-city	US	84032	9198	America/Denver	40.5069	-111.41324	1707	Heber,Heber (Utah)		UT	051		
5775706	Heath	heath	US	01346	0	America/Denver	41.02967	-111.91716	1371			UT	011		
5775741	Helm	helm	US	93627	0	America/Denver	40.63217	-111.82688	1375			UT	035		
5775747	Henefer	henefer	US	84033	862	America/Denver	41.01661	-111.49826	1626			UT	043		
5775780	Hermitage	hermitage	US	16148	0	America/Denver	41.25078	-111.88188	1433			UT	057		
5775781	Herrick	herrick	US	57538	0	America/Denver	40.73828	-111.89244	1292			UT	035		
5775782	Herriman	herriman	US	84096	30835	America/Denver	40.51411	-112.03299	1507	Heriman,Herriman,Kheriman,he er rui mu an,hrymn  ywta,hyryman,Хериман,هریمن، یوتا,هيريمان,赫尔瑞姆安		UT	035		
5775804	Hickory Valley	hickory-valley	US	38042	0	America/Denver	40.54023	-111.83132	1456			UT	035		
5775861	High View	high-view	US	26808	0	America/Denver	41.15189	-111.92911	1470			UT	057		
5775862	Highland	highland	US	12528	0	America/Denver	40.70439	-112.10689	1327			UT	035		
5775863	Highland	highland	US	12528	17989	America/Denver	40.42548	-111.79447	1518	Khajland,hai lan,hayland,haylnd  ywta,Хайланд,Хајланд,هايلاند,هایلند، یوتا,海兰		UT	049		
5775880	Highlands	highlands	US	07732	0	America/Denver	40.84356	-111.89772	1391			UT	011		
5775923	Hillsdale	hillsdale	US	07642	0	America/Denver	40.90217	-111.87494	1324			UT	011		
5775924	Hillsdale	hillsdale	US	07642	0	America/Denver	40.703	-111.96355	1295			UT	035		
5775929	Hillside	hillside	US	07205	0	America/Denver	40.89967	-111.86799	1357			UT	011		
5775941	Hilltop	hilltop	US	25855	0	America/Denver	40.88383	-111.86605	1392			UT	011		
5775942	Hilltop	hilltop	US	25855	0	America/Denver	40.54439	-111.8466	1457			UT	035		
5775992	Holbrook	holbrook	US	02343	0	America/Denver	40.89689	-111.88299	1320			UT	011		
5776008	Holladay	holladay	US	38341	30864	America/Denver	40.66884	-111.82466	1361	Kholadej,huo la di,hwladay,Холадей,Холадеј,هال‌لیدی,هولاداي,ہولاڈے، یوٹاہ,霍拉迪		UT	035		
5776034	Holland	holland	US	01521	0	America/Denver	40.74106	-111.89521	1290			UT	035		
5776040	Holman	holman	US	87723	0	America/Denver	40.67356	-111.86021	1320			UT	035		
5776051	Holt	holt	US	32564	0	America/Denver	41.07744	-111.99772	1339			UT	011		
5776087	Honeyville	honeyville	US	84314	1454	America/Denver	41.63854	-112.07939	1310			UT	003		
5776092	Hooper	hooper	US	68031	8214	America/Denver	41.16383	-112.12244	1293	Hooper,Muskrat		UT	057		
5776151	Hot Springs	hot-springs	US	24445	0	America/Denver	40.81189	-111.92188	1285			UT	035		
5776166	Howell	howell	US	07731	248	America/Denver	41.79604	-112.44441	1390			UT	003		
5776172	Howe	howe	US	46746	0	America/Denver	40.64856	-111.86493	1324			UT	035		
5776195	Hunter	hunter	US	12442	0	America/Denver	40.69689	-112.02133	1307			UT	035		
5776204	Hunters	hunters	US	99137	0	America/Denver	40.74856	-111.89827	1289			UT	035		
5776205	Hunters	hunters	US	99137	0	America/Denver	40.768	-111.91855	1287			UT	035		
5776206	Hunters	hunters	US	99137	0	America/Denver	41.22383	-111.95272	1348			UT	057		
5776212	Huntsville	huntsville	US	35801	621	America/Denver	41.26077	-111.76994	1502	Khantsvill,Хантсвилл		UT	057		
5776221	Hyde Park	hyde-park	US	02136	4375	America/Denver	41.79882	-111.81911	1383	Hyde Park,Hydepark		UT	005		
5776228	Hyrum	hyrum	US	84319	7962	America/Denver	41.6341	-111.85217	1432	Khajrum,hai lun,hyrwm,hyrywm  ywta,Хайръм,هيروم,هیریوم، یوتا,海仑		UT	005		
5776240	Ibapah	ibapah	US	84034	0	America/Denver	40.0366	-113.98528	1610	Deep Creek,Ibapah		UT	045		
5776253	Independence	independence	US	24348	0	America/Denver	40.24802	-109.93515	1510			UT	047		
5776274	Indian Hills	indian-hills	US	80454	0	America/Denver	41.31772	-111.94661	1459			UT	057		
5776302	Indian Wells	indian-wells	US	86031	0	America/Denver	40.65967	-111.87049	1313			UT	035		
5776327	Irene	irene	US	57037	0	America/Denver	41.32633	-111.99522	1395			UT	057		
5776346	Ironwood	ironwood	US	49938	0	America/Denver	41.16189	-111.95411	1464			UT	057		
5776364	Ironton	ironton	US	45638	0	America/Denver	40.19857	-111.61825	1391			UT	049		
5776412	Jamestown	jamestown	US	02835	0	America/Denver	40.63884	-111.8466	1343			UT	035		
5776413	Jamestown	jamestown	US	02835	0	America/Denver	41.07633	-111.97022	1352			UT	011		
5776453	Jensen	jensen	US	84035	412	America/Denver	40.36968	-109.33485	1441			UT	047		
5776454	Jensen	jensen	US	84035	0	America/Denver	40.89606	-111.86188	1406			UT	011		
5776512	Johnson	johnson	US	05656	0	America/Denver	40.64217	-111.86743	1327			UT	035		
5776526	Jolley	jolley	US	50551	0	America/Denver	40.543	-111.83966	1454			UT	035		
5776527	Jones	jones	US	36749	0	America/Denver	41.06244	-111.91133	1457			UT	011		
5776528	Jones	jones	US	36749	0	America/Denver	40.76439	-111.92827	1288			UT	035		
5776529	Jones	jones	US	36749	0	America/Denver	41.15661	-112.0555	1325			UT	057		
5776533	Johnsonville	johnsonville	US	12094	0	America/Denver	40.64106	-111.82938	1360			UT	035		
5776547	Jordan	jordan	US	13080	0	America/Denver	40.49995	-111.95077	1362			UT	035		
5776692	Kamas	kamas	US	84036	2053	America/Denver	40.64301	-111.28074	1977	Kamas,ka mo si,kamas,kamas  ywta,Камас,كاماس,کاماس، یوتا,卡默斯		UT	043		
5776715	Kaysville	kaysville	US	84037	30472	America/Denver	41.03522	-111.93855	1328	Kays Creek,Kaysville,Kejsvil,Maysville,kai si wei er,kaysfyl,kayzwyl  ywta,Кейсвил,Кејсвил,كايسفيل,کایزویل، یوتا,کیئزویل، یوٹاہ,凯斯维尔		UT	011		
5776754	Kelton	kelton	US	19346	0	America/Denver	41.74603	-113.10638	1289			UT	003		
5776787	Ketchum	ketchum	US	74349	0	America/Denver	40.70995	-112.05244	1295			UT	035		
5776819	King	king	US	27021	0	America/Denver	41.07855	-111.97744	1355			UT	011		
5776903	La Grange Park	la-grange-park	US	60526	0	America/Denver	40.70689	-111.98133	1296			UT	035		
5776906	La Loma	la-loma	US	87724	0	America/Denver	41.17356	-112.02689	1380			UT	057		
5776968	Lake Park	lake-park	US	31636	0	America/Denver	40.7155	-111.94105	1293			UT	035		
5776985	Lake View	lake-view	US	14085	0	America/Denver	40.79133	-111.90549	1292			UT	035		
5776992	Lakeland	lakeland	US	31635	0	America/Denver	41.09717	-111.9855	1391			UT	011		
5776997	Lakeside	lakeside	US	06758	0	America/Denver	41.22243	-112.86553	1287			UT	003		
5776998	Lakeside	lakeside	US	06758	0	America/Denver	40.70495	-111.95466	1294			UT	035		
5777007	Laketown	laketown	US	84038	260	America/Denver	41.82549	-111.32243	1821	Lejktaun,lai ke dui,lyktawn,lyktawn  ywta,Лејктаун,ليكتاون,لیک ٹاؤن، اتاہ,لیکتاون، یوتا,莱克敦		UT	033		
5777010	Lakeview	lakeview	US	28350	0	America/Denver	40.25801	-111.71243	1381	Lake View,Lakeview		UT	049		
5777011	Lakeview	lakeview	US	28350	0	America/Denver	41.11717	-112.023	1382			UT	011		
5777029	Lakewood	lakewood	US	08701	0	America/Denver	40.65161	-111.84605	1331			UT	035		
5777030	Lakewood	lakewood	US	08701	0	America/Denver	41.08355	-111.99105	1356			UT	011		
5777031	Lakota	lakota	US	50451	0	America/Denver	41.98577	-111.40854	1808	Lakota,Lakota Resort		UT	033		
5777057	Langford	langford	US	57454	0	America/Denver	40.53606	-111.94244	1356			UT	035		
5777058	Langford	langford	US	57454	0	America/Denver	41.20383	-111.96244	1337			UT	057		
5777061	Lapoint	lapoint	US	84039	0	America/Denver	40.40385	-109.79348	1697			UT	047		
5777107	Layton	layton	US	07851	74143	America/Denver	41.06022	-111.97105	1326	Layton,Lejton,Lejtun,laytwn,lei dun,leiteon,lytwn  ywta,Лейтон,Лейтън,Лејтон,لايتون,لیتون، یوتا,لیٹن، یوٹاہ,雷顿,레이턴		UT	011		
5777136	Ledgewood	ledgewood	US	07852	0	America/Denver	40.63495	-111.94716	1363			UT	035		
5777149	Leeton	leeton	US	64761	0	America/Denver	40.38912	-109.92098	1678			UT	047		
5777212	Lehman	lehman	US	18627	0	America/Denver	40.69439	-111.96466	1299			UT	035		
5777214	Leland	leland	US	28451	0	America/Denver	40.09884	-111.6902	1391			UT	049		
5777224	Lehi	lehi	US	84043	58486	America/Denver	40.39162	-111.85077	1391	Lehi,Lehi City,Lehi Junction,Lekhe,Likhaj,lhy  ywta,li hai,lyhy,Лехе,Лихай,لحی، یوتا,ليهي,لیہائی، یوٹاہ,李海		UT	049		
5777229	Lester	lester	US	25865	0	America/Denver	41.13328	-111.948	1372			UT	011		
5777231	Lewis	lewis	US	12950	0	America/Denver	40.08551	-111.70382	1387			UT	049		
5777233	Leota	leota	US	56153	0	America/Denver	40.18885	-109.65264	1467			UT	047		
5777244	Lewiston	lewiston	US	04240	1768	America/Denver	41.97576	-111.85634	1374	Cub Hill,L'juiston,Lewiston,Льюистон		UT	005		
5777253	Liberty	liberty	US	04949	1257	America/Denver	41.33355	-111.86355	1560			UT	057		
5777254	Liberty	liberty	US	04949	0	America/Denver	40.63939	-111.89466	1322			UT	035		
5777308	Lincoln	lincoln	US	01773	0	America/Denver	40.56494	-112.25661	1497			UT	045		
5777309	Lincoln	lincoln	US	01773	0	America/Denver	40.27884	-111.6952	1446			UT	049		
5777316	Lincoln Park	lincoln-park	US	07035	0	America/Denver	40.72911	-111.9191	1289			UT	035		
5777332	Lindon	lindon	US	80740	10810	America/Denver	40.34329	-111.72076	1415	Lindon,Lindun,lin dun,lyndwn,lyndwn  ywta,Линдон,Линдън,ليندون,لیندون، یوتا,林顿		UT	049		
5777444	Little Mountain	little-mountain	US	29075	0	America/Denver	40.78328	-111.72132	1752			UT	035		
5777451	Little Mountain	little-mountain	US	29075	0	America/Denver	41.24439	-112.25466	1285			UT	057		
5777511	Littleton	littleton	US	01460	0	America/Denver	41.03911	-111.71827	1539			UT	029		
5777521	Locust Grove	locust-grove	US	22508	0	America/Denver	40.66995	-111.83021	1354			UT	035		
5779096	Northridge	northridge	US	91324	0	America/Denver	41.31383	-111.94994	1429			UT	057		
5777544	Logan	logan	US	25601	50371	America/Denver	41.73549	-111.83439	1382	LGU,Logan,Lougan,luo gen,lwgan  ywta,lwghan,rogan,Логан,Лоуган,لوغان,لوگان، یوتا,لوگن، یوٹاہ,ローガン,洛根	005	UT	005		
5777568	Loma Linda	loma-linda	US	92350	0	America/Denver	41.31966	-111.95772	1456			UT	057		
5777681	Lovelock	lovelock	US	89419	0	America/Denver	41.21328	-111.96383	1330			UT	057		
5777752	Lynn	lynn	US	01901	0	America/Denver	41.8727	-113.74473	1813			UT	003		
5777793	Magna	magna	US	84044	26505	America/Denver	40.70911	-112.10161	1304	Magna,Магна		UT	035		
5777850	Mallard	mallard	US	50562	0	America/Denver	40.69467	-112.00688	1308			UT	035		
5777854	Manhattan	manhattan	US	59741	0	America/Denver	41.21106	-111.95189	1367			UT	057		
5777855	Manila	manila	US	72442	331	America/Denver	40.98801	-109.72265	1935	Chambers,Lewisallen,Manila,ma ni la,manyl  ywta,manyla,Манила,مانيلا,مانیل، یوتا,马尼拉	009	UT	009		
5777881	Mantua	mantua	US	08051	732	America/Denver	41.49577	-111.94383	1585	Copenhagen,Flaxville,Geneva,Little Valley,Mantua		UT	003		
5777893	Maple City	maple-city	US	49664	0	America/Denver	40.77161	-111.73576	1756			UT	035		
5777913	Maple Springs	maple-springs	US	14756	0	America/Denver	40.86245	-111.87077	1458			UT	011		
5777915	Mapleton	mapleton	US	04757	9232	America/Denver	40.13023	-111.57853	1442			UT	049		
5777941	Marion	marion	US	02738	685	America/Denver	40.67745	-111.28102	1963			UT	043		
5777951	Marlow	marlow	US	03456	0	America/Denver	40.893	-111.86966	1359			UT	011		
5777967	Marshall	marshall	US	20115	0	America/Denver	40.60244	-112.39356	1311			UT	045		
5777992	Mathews	mathews	US	23109	0	America/Denver	40.64023	-111.87688	1331			UT	035		
5778012	Maybrook	maybrook	US	12543	0	America/Denver	41.12633	-112.028	1388			UT	011		
5778013	Mayfield	mayfield	US	12117	0	America/Denver	40.58634	-111.87521	1375			UT	035		
5778030	McDonald	mcdonald	US	88262	0	America/Denver	41.09022	-111.90133	1618			UT	011		
5778103	Meadow Valley	meadow-valley	US	95956	0	America/Denver	40.69939	-111.96994	1299			UT	035		
5778108	Meadowbrook	meadowbrook	US	26404	0	America/Denver	40.97439	-111.88744	1306			UT	011		
5778145	Mellen	mellen	US	54546	0	America/Denver	40.74134	-111.91271	1289			UT	035		
5778154	Mendon	mendon	US	01756	1348	America/Denver	41.70993	-111.97773	1370	Mendon,Mendun,men dui,mndwn,mndwn  ywta,Мендон,Мендън,مندون,مندون، یوتا,门敦		UT	005		
5778244	Midvale	midvale	US	44653	32613	America/Denver	40.61106	-111.89994	1336	Bingham Junction,East Jordan,Midvale,Midvejl,mi de wa er,mydfal,mydwyl  ywta,Мидвейл,Мидвејл,ميدفال,مڈویل، یوٹاہ,میدویل، یوتا,米德瓦尔		UT	035		
5778261	Midway	midway	US	15060	4646	America/Denver	40.51218	-111.47435	1702	Miduej,Midvej,mi de wei,mydwy,mydwy  ywta,Мидвеј,Мидуей,ميدوي,میدوی، یوتا,米德韦		UT	051		
5778352	Millcreek	millcreek	US	62961	62139	America/Denver	40.68689	-111.87549	1306	Milkrik,Милкрик,میل‌کریک، یوتا		UT	035		
5778379	Millville	millville	US	01529	1970	America/Denver	41.6816	-111.823	1407			UT	005		
5778386	Milo	milo	US	04463	0	America/Denver	40.66217	-111.81743	1370			UT	035		
5778426	Mitchell	mitchell	US	30820	0	America/Denver	41.203	-111.94383	1396			UT	057		
5778455	Monarch	monarch	US	59463	0	America/Denver	40.41718	-110.10543	1807			UT	013		
5778482	Monte Vista	monte-vista	US	81144	0	America/Denver	41.19578	-111.95633	1377			UT	057		
5778518	Morgan	morgan	US	05853	4049	America/Denver	41.03606	-111.67688	1545	Morgan,Morgan City,Weber,Weber Station,mo gen,mwrgan  ywta,mwrghan,Морган,مورغان,مورگان، یوتا,摩根	029	UT	029		
5778549	Morton	morton	US	14508	0	America/Denver	41.93909	-111.94801	1362			UT	005		
5778557	Moss	moss	US	38575	0	America/Denver	40.85883	-111.90022	1322			UT	011		
5778563	Mound City	mound-city	US	57646	0	America/Denver	40.52523	-111.49186	1770			UT	051		
5778610	Mount Sterling	mount-sterling	US	40353	0	America/Denver	41.60965	-111.93717	1466			UT	005		
5778636	Mountain Home	mountain-home	US	28758	0	America/Denver	40.39912	-110.38849	2135			UT	013		
5778645	Mountain Park	mountain-park	US	73559	0	America/Denver	40.89022	-111.8591	1431			UT	011		
5778663	Mountain View	mountain-view	US	65548	0	America/Denver	41.06244	-111.94855	1340			UT	011		
5778685	Mountainside	mountainside	US	07092	0	America/Denver	40.96717	-111.88161	1341			UT	011		
5778748	Murdock	murdock	US	33938	0	America/Denver	41.14772	-112.02411	1397			UT	011		
5778755	Murray	murray	US	42071	49250	America/Denver	40.66689	-111.88799	1311	Mari,Mjurrej,Muri,mu lei,mwray,mwray  ywta,Мари,Мъри,Мюррей,مرے، یوٹاہ,موراي,مورای، یوتا,穆雷		UT	035		
5778794	Myton	myton	US	84052	639	America/Denver	40.1944	-110.06182	1550			UT	013		
5778807	Naples	naples	US	04055	2212	America/Denver	40.42691	-109.4993	1594	Merrill,Naples,Naples (Utah),Neapol',Неаполь		UT	047		
5778832	Nash	nash	US	73761	0	America/Denver	40.45467	-111.92216	1371			UT	035		
5778846	Nelson	nelson	US	03457	0	America/Denver	40.87439	-111.87105	1393			UT	011		
5778850	Neola	neola	US	51559	461	America/Denver	40.43329	-110.02988	1835			UT	013		
5778871	New London	new-london	US	03257	0	America/Denver	40.74189	-111.89827	1290			UT	035		
5778874	New Castle	new-castle	US	03854	0	America/Denver	40.59356	-111.97883	1392			UT	035		
5778886	Newport	newport	US	02840	0	America/Denver	40.88133	-111.88966	1330			UT	011		
5778890	Newton	newton	US	02458	782	America/Denver	41.8627	-111.99078	1382	N'juton,Ньютон		UT	005		
5778891	Newton	newton	US	02458	0	America/Denver	40.69245	-112.04938	1332			UT	035		
5778932	Normandy	normandy	US	37360	0	America/Denver	40.65078	-111.8916	1319			UT	035		
5778941	North Bonneville	north-bonneville	US	98639	0	America/Denver	40.78717	-111.86021	1590			UT	035		
5779013	North Hills	north-hills	US	91343	0	America/Denver	40.78772	-111.87382	1552			UT	035		
5779068	North Salt Lake	north-salt-lake	US	84054	19796	America/Denver	40.84856	-111.90688	1322	Nort Solt Lejk,North,North Salt Lake,Severen Solt Lejk,bei yan hu cheng,nwrth swlt lyk,salt lyk shmaly  ywta,Норт Солт Лејк,Северен Солт Лейк,سالت لیک شمالی، یوتا,نورث سولت ليك,北盐湖城		UT	011		
5779105	Northwood	northwood	US	03261	0	America/Denver	40.78272	-111.93772	1286			UT	035		
5779136	Oak Hill	oak-hill	US	12460	0	America/Denver	41.08411	-111.91688	1440			UT	011		
5779162	Oakdale	oakdale	US	06370	0	America/Denver	40.64661	-111.84104	1339			UT	035		
5779163	Oakdale	oakdale	US	06370	0	America/Denver	40.78245	-111.92355	1286			UT	035		
5779170	Oakley	oakley	US	48649	1591	America/Denver	40.71467	-111.30074	1961	Oukli,ao ke li,awkly,awkly  ywta,Оукли,أوكلي,اوکلی، یوتا,奥克利		UT	043		
5779171	Oakley	oakley	US	48649	0	America/Denver	40.7905	-111.93383	1286			UT	035		
5779206	Ogden	ogden	US	50212	85444	America/Denver	41.223	-111.97383	1311	Brownsville,Fort Buenaventura,Lynne,OGD,Ogden,Ogden City,Ogdun,ao ge deng,awdn  ywta,awghdn,ogeudeon,oguden,Огден,Огдън,Оґден,آگڈین، یوٹاہ,أوغدن,اودن، یوتا,オグデン,奥格登,오그던	057	UT	057		
5779267	Olmstead	olmstead	US	42265	0	America/Denver	40.31662	-111.65437	1478			UT	049		
5779289	Ontario	ontario	US	14519	0	America/Denver	40.74717	-111.90133	1296			UT	035		
5779298	Ophir	ophir	US	81426	38	America/Denver	40.36939	-112.25856	1980			UT	045		
5779325	Orchard Park	orchard-park	US	14127	0	America/Denver	40.87217	-111.87438	1386			UT	011		
5779334	Orem	orem	US	84057	94457	America/Denver	40.2969	-111.69465	1455	Orem,Oremas,Orum,ao lei mu,awrym,awrym  ywta,oremu,Орем,Оръм,أوريم,اورم، یوٹاہ,اوریم، یوتا,オレム,奥勒姆		UT	049		
5779364	Ouray	ouray	US	81427	0	America/Denver	40.08913	-109.67736	1425			UT	047		
5779388	Pacific Grove	pacific-grove	US	93950	0	America/Denver	40.75911	-111.93244	1288			UT	035		
5779411	Palmyra	palmyra	US	04965	491	America/Denver	40.14023	-111.69882	1379			UT	049		
5779423	Paradise	paradise	US	17562	943	America/Denver	41.56882	-111.838	1494			UT	005		
5779451	Park City	park-city	US	42160	8128	America/Denver	40.64606	-111.49797	2141	Park City,Park Siti,Park-Siti,bark syty,pa ke cheng,pakeusiti,pakushiti,park syty  ywta,Парк Сити,Парк-Сити,Парк-Сіті,بارك سيتي,پارک سیتی، یوتا,パークシティ,帕克城,파크시티		UT	043		
5779491	Parkdale	parkdale	US	71661	0	America/Denver	41.08244	-111.93411	1418			UT	011		
5779492	Parker	parker	US	16049	0	America/Denver	41.14439	-112.09411	1298			UT	011		
5779496	Parks	parks	US	69041	0	America/Denver	41.13328	-112.0455	1354			UT	011		
5779540	Paul	paul	US	83347	0	America/Denver	40.84967	-111.90855	1314			UT	011		
5779541	Paul	paul	US	83347	0	America/Denver	40.67828	-111.85271	1319			UT	035		
5779548	Payson	payson	US	62360	19548	America/Denver	40.0444	-111.73215	1418	Pejson,Pejsun,bayswn,cha mao sheng,peiseun,pyswn  ywta,pyyswn,Пейсън,Пејсон,פייסון,بايسون,پیسون، یوتا,查懋声,페이슨		UT	049		
5779566	Pearson	pearson	US	31642	0	America/Denver	40.54828	-111.83132	1474			UT	035		
5779594	Peoa	peoa	US	84061	253	America/Denver	40.72467	-111.34186	1887			UT	043		
5779611	Penrose	penrose	US	28766	0	America/Denver	41.65076	-112.30162	1301			UT	003		
5779613	Perry	perry	US	04667	4702	America/Denver	41.46494	-112.03245	1331			UT	003		
5779615	Perry	perry	US	04667	0	America/Denver	40.593	-111.89244	1343			UT	035		
5779637	Peterson	peterson	US	35478	0	America/Denver	41.118	-111.76771	1489			UT	029		
5779638	Peterson	peterson	US	35478	0	America/Denver	41.18356	-112.01522	1360			UT	057		
5779670	Phyllis	phyllis	US	41554	0	America/Denver	41.09911	-111.99439	1386			UT	011		
5779672	Phillips	phillips	US	04966	0	America/Denver	41.03967	-111.96439	1309			UT	011		
5779680	Pigeon	pigeon	US	48755	0	America/Denver	41.33242	-113.79945	1329			UT	003		
5779723	Pine Hill	pine-hill	US	12465	0	America/Denver	40.66356	-111.86827	1319			UT	035		
5779728	Pine Mountain	pine-mountain	US	31822	0	America/Denver	40.62634	-111.80632	1467			UT	035		
5779742	Pinecrest	pinecrest	US	95364	0	America/Denver	40.81272	-111.72493	2001			UT	035		
5779798	Plain City	plain-city	US	43064	6299	America/Denver	41.298	-112.08605	1293			UT	057		
5779804	Pitts	pitts	US	31072	0	America/Denver	40.75717	-111.91244	1289			UT	035		
5779816	Pleasant Grove	pleasant-grove	US	35127	38052	America/Denver	40.36412	-111.73854	1409	Battle Creek,Pleasant Grove,Pleasantgrove,Plezant Grouv,blyzant ghrwf,plznt grww  ywta,pu lai sen te ge luo fu,Плезант Гроув,بليزانت غروف,پلزنت گروو، یوتا,پلیزینٹ گروو، یوٹاہ,普莱森特格罗夫		UT	049		
5779827	Pleasant Valley	pleasant-valley	US	12569	0	America/Denver	40.70439	-112.04161	1296			UT	035		
5779833	Pleasant View	pleasant-view	US	37146	9273	America/Denver	41.31828	-111.99216	1341	Plezant Vju,Plezent Vju,blyzant fyw,plznt wyw  ywta,pu lai sen te wei you,Плезант Вю,Плезент Вју,بليزانت فيو,پلزنت ویو، یوتا,普莱森特维尤		UT	057		
5779834	Pleasant View	pleasant-view	US	37146	0	America/Denver	41.14939	-112.03272	1366			UT	011		
5779839	Pleasant View	pleasant-view	US	37146	0	America/Denver	40.26079	-111.65603	1424			UT	049		
5779841	Plymouth	plymouth	US	02360	413	America/Denver	41.87548	-112.14412	1368	Plimut,Плимут		UT	003		
5779937	Portage	portage	US	04768	255	America/Denver	41.97566	-112.23839	1331			UT	003		
5779947	Porterville	porterville	US	39352	0	America/Denver	40.98133	-111.67827	1570	Portersville,Porterville		UT	029		
5779987	Pratts	pratts	US	22731	0	America/Denver	40.778	-111.86632	1420			UT	035		
5779989	Pratts	pratts	US	22731	0	America/Denver	41.09689	-112.00772	1366			UT	011		
5780015	Prospect Heights	prospect-heights	US	60070	0	America/Denver	41.19578	-111.95855	1370			UT	057		
5780016	Prospect Park	prospect-park	US	19076	0	America/Denver	40.73439	-111.93688	1292			UT	035		
5780020	Providence	providence	US	02901	7124	America/Denver	41.70632	-111.81717	1401	Providence,Providens,Providuns,Spring Creek,brwfydans,prawydns  ywta,pu luo wei deng si,Провиденс,Провидънс,بروفيدانس,پراویدنس، یوتا,پروویڈنس، یوٹاہ,普罗维登斯		UT	005		
5780026	Provo	provo	US	84601	115264	America/Denver	40.23384	-111.65853	1387	Fort Utah,PVU,Provas,Provo,Provo City,Provou,brwfw,peulobo,prwbw,prwww,prwww  ywta,pu ruo fu,purobo,Прово,Провоу,פרובו,بروفو,پرووو,پرووو، یوتا,پرووو، یوٹاہ,プロボ,普若佛,프로보	049	UT	049		
5780064	Purdy	purdy	US	65734	0	America/Denver	41.243	-111.95994	1317			UT	057		
5780083	Quail Valley	quail-valley	US	92587	0	America/Denver	40.59495	-111.82577	1440			UT	035		
5780151	Randlett	randlett	US	73562	220	America/Denver	40.23274	-109.80764	1468			UT	047		
5780154	Randolph	randolph	US	02368	462	America/Denver	41.66578	-111.18214	1915	Randol'f,Randolf,Randulf,lan duo fu,randwlf,randwlf  ywta,Рандолф,Рандольф,Рандълф,راندولف,راندولف، یوتا,رینڈولف، یوٹاہ,兰多夫	033	UT	033		
5780311	Redwood	redwood	US	13679	0	America/Denver	40.71328	-111.9391	1293	Chesterfield,Redwood		UT	035		
5780321	Reed	reed	US	42451	0	America/Denver	40.88661	-111.85494	1462			UT	011		
5780362	Reynolds	reynolds	US	31076	0	America/Denver	40.70772	-112.09772	1307			UT	035		
5780386	Richland	richland	US	08350	0	America/Denver	40.73439	-111.89938	1290			UT	035		
5780388	Richmond	richmond	US	01254	2580	America/Denver	41.92271	-111.81356	1405	Redmond,Richmond,Richmund,li shi man,rychmwnd  ywta,rytshmwnd,Ричмонд,Ричмънд,ريتشموند,رچمنڈ، یوٹاہ,ریچموند، یوتا,里士满		UT	005		
5780395	Richville	richville	US	13681	0	America/Denver	41.00883	-111.69021	1559			UT	029		
5780410	Ridgecrest	ridgecrest	US	28770	0	America/Denver	40.56523	-111.92105	1336			UT	035		
5780411	Ridgecrest	ridgecrest	US	28770	0	America/Denver	40.58884	-111.84743	1454			UT	035		
5780499	Riley	riley	US	47871	0	America/Denver	41.07689	-111.97216	1352			UT	011		
5780505	Rio Vista	rio-vista	US	76093	0	America/Denver	41.14161	-111.93966	1365			UT	057		
5780531	Riverdale	riverdale	US	07457	8666	America/Denver	41.17689	-112.00383	1332	Riverdejl,Rivurdejl,he gu,ryfrdyl,rywrdyl  ywta,Ривердејл,Ривърдейл,ريفرديل,ریوردیل، یوتا,河谷		UT	057		
5780539	Riverside	riverside	US	02915	760	America/Denver	41.78882	-112.14884	1330	Riversajd,Риверсайд		UT	003		
5780540	Riverside	riverside	US	02915	0	America/Denver	41.79771	-111.93078	1349			UT	005		
5780541	Riverside	riverside	US	02915	0	America/Denver	40.73245	-111.92077	1289			UT	035		
5780542	Riverside	riverside	US	02915	0	America/Denver	40.71967	-111.93216	1290			UT	035		
5780543	Riverside	riverside	US	02915	0	America/Denver	40.78328	-111.9291	1287			UT	035		
5780557	Riverton	riverton	US	06065	41900	America/Denver	40.52189	-111.9391	1353	Riverton,Rivurtun,li fu dun,ryfrtwn,rywrtwn  ywta,Ривертон,Ривъртън,ريفرتون,ریورتون، یوتا,ریورٹن، یوٹاہ,里弗顿		UT	035		
5780599	Robinson	robinson	US	15949	0	America/Denver	41.22189	-111.94466	1370			UT	057		
5780650	Rock Springs	rock-springs	US	53961	0	America/Denver	40.77661	-111.93716	1286			UT	035		
5780693	Rolling Meadows	rolling-meadows	US	60008	0	America/Denver	40.6855	-111.96272	1308			UT	035		
5780699	Roosevelt	roosevelt	US	08555	6980	America/Denver	40.2994	-109.98876	1553	ROL,Roosevelt,Rouzvelt,Ruzvelt,luo si fu,rwzflt,rwzwlt  ywta,Роузвелт,Рузвелт,روزفلت,روزولت، یوتا,罗斯福		UT	013		
5780711	Roper	roper	US	27970	0	America/Denver	40.71384	-111.90799	1292			UT	035		
5780737	Rosedale	rosedale	US	11422	0	America/Denver	40.94217	-111.88022	1313			UT	011		
5780751	Rosewood	rosewood	US	43070	0	America/Denver	41.05272	-111.95494	1323			UT	011		
5780802	Roy	roy	US	59471	37964	America/Denver	41.16161	-112.02633	1384	Roj,luo yi,rwy,rwy  ywta,Рой,Рој,روئے، یوٹاہ,روي,روی، یوتا,罗伊		UT	057		
5780823	Rozel	rozel	US	67574	0	America/Denver	41.58604	-112.64664	1401			UT	003		
5780862	Rush Valley	rush-valley	US	84069	475	America/Denver	40.363	-112.45051	1537	Rash Vali,la shen gu,rash faly,rash wly  ywta,Раш Вали,راش فالي,راش ولی، یوتا,سینٹ جان، یوٹاہ,拉什谷		UT	045		
5780909	Saint Albans	saint-albans	US	04971	0	America/Denver	40.71661	-111.95549	1292	Saint Alba Subdivision,Saint Albans,St. Albans		UT	035		
5780926	Saint John	saint-john	US	46373	0	America/Denver	40.35522	-112.45301	1545			UT	045		
5780986	Saline	saline	US	48176	0	America/Denver	41.2141	-112.47274	1287			UT	003		
5781222	Shady Grove	shady-grove	US	17256	0	America/Denver	40.63523	-111.83632	1355			UT	035		
5780993	Salt Lake City	salt-lake-city	US	84101	192672	America/Denver	40.76078	-111.89105	1299	Cathair Salt Lake,Civitas Lacus Salsi,Kota Salt Lake,Lungsod ng Salt Lake,SLC,Sallaga Urbo,Salt Lake,Salt Lake Ceety,Salt Lake City,Sol Lek Siti,Solt Leik Sites,Solt Leik Siti,Solt Leik Sitis,Solt Leik Sitės,Solt Lejk Siti,Solt Leyk Siti,Solt-Lehjk-Sici,Solt-Lejk-Siti,Soltleiksitija,Thanh pho Salt Lake,Thành phố Salt Lake,calt lek nakaram,salata leka siti,salt lek siti,salt lyk,salt lyk syty,salta leka siti,solta leka siti,solteuleikeusiti,sorutoreikushiti,swlt lyyq syty,sxltleksiti,yan hu cheng,Σολτ Λέικ Σίτι,Солт Лейк Сити,Солт Лејк Сити,Солт-Лейк-Сити,Солт-Лейк-Сіті,Солт-Лэйк-Сіці,Սոլթ Լեյք Սիթի,סולט לייק סיטי,سالت ليك,سالت لیک سیتی,سالت‌لیک‌سیتی,سالٹ لیک سٹی,سالٹ لیک سٹی، یوٹاہ,साल्ट लेक सिटी,साल्ट् लेक् सिटी,सॉल्ट लेक सिटी,ਸਾਲਟ ਲੇਕ ਸਿਟੀ,சால்ட் லேக் நகரம்,ಸಾಲ್ಟ್ ಲೇಕ್ ಸಿಟಿ,ซอลต์เลกซิตี,ཚྭ་མཚོའི་གྲོང་ཁྱེར།,სოლტ-ლეიკ-სიტი,ソルトレイクシティ,盐湖城,鹽湖城,솔트레이크시티	UT	UT	035		
5781061	Sandy	sandy	US	84070	87461	America/Denver	40.59161	-111.8841	1361	Sandy,Sandy City		UT	035		
5781087	Saratoga Springs	saratoga-springs	US	12866	25407	America/Denver	40.34912	-111.90466	1373	Saratoga Springs,Saratoga-Springs,sa la tuo jia wen quan,saratwga aspryngz  ywta,saratwgha sbrynghz,Саратога Спрингс,Саратога-Спрингс,ساراتوغا سبرينغز,ساراتوگا اسپرینگز، یوتا,萨拉托加温泉		UT	049		
5781136	Scottsdale	scottsdale	US	85250	0	America/Denver	40.70134	-111.98355	1298			UT	035		
5781181	Selma	selma	US	24474	0	America/Denver	40.62661	-111.87882	1340			UT	035		
5781198	Seven Springs	seven-springs	US	28578	0	America/Denver	40.55967	-111.79382	1661			UT	035		
5781235	Shamrock	shamrock	US	74068	0	America/Denver	41.17133	-112.038	1376			UT	057		
5781303	Sheridan	sheridan	US	04775	0	America/Denver	40.91467	-111.87022	1343			UT	011		
5781316	Shiloh	shiloh	US	08353	0	America/Denver	40.59023	-111.92438	1328			UT	035		
5781369	Silsbee	silsbee	US	77656	0	America/Denver	40.73521	-113.92778	1286			UT	045		
5781418	Silver Springs	silver-springs	US	14550	0	America/Denver	40.7055	-111.5452	1975			UT	043		
5781534	Smith	smith	US	89430	0	America/Denver	40.92467	-111.8741	1327			UT	011		
5781551	Smithfield	smithfield	US	02917	10782	America/Denver	41.83826	-111.83272	1403	Smitfijld,Smitfild,shi mi si fei er de,smythfyld,Смитфийлд,Смитфилд,اسمیت‌فیلد، یوتا,سمتھفیلڈ، یوٹاہ,سميثفيلد,史密斯菲尔德		UT	005		
5781552	Smithfield	smithfield	US	02917	0	America/Denver	40.67717	-111.82577	1381			UT	035		
5781582	Snow	snow	US	74567	0	America/Denver	40.77522	-111.91633	1287			UT	035		
5781588	Snow	snow	US	74567	0	America/Denver	40.28968	-111.69548	1451			UT	049		
5781605	Snyder	snyder	US	68664	0	America/Denver	40.53189	-112.08077	1610			UT	035		
5781613	Snowville	snowville	US	84336	171	America/Denver	41.96548	-112.7097	1386	Snouvil,asnwwyl  ywta,si nuo wei er,snwfyl,Сноувил,اسنوویل، یوتا,سنوفيل,斯诺维尔		UT	003		
5781770	South Jordan	south-jordan	US	84009	66648	America/Denver	40.56217	-111.92966	1353	Juzhen Dzhordan,Saut DZordan,Saut-Dzhordan,jwrdn aljnwbyt,nan qiao dan,sawt jrdn  ywta,Саут Џордан,Саут-Джордан,Южен Джордан,جوردن الجنوبية,ساوت جردن، یوتا,ساوتھ جورڈن، یوٹاہ,南乔丹		UT	035		
5781818	Southampton	southampton	US	01073	0	America/Denver	40.60745	-111.79799	1534			UT	035		
5781843	Southview	southview	US	15361	0	America/Denver	40.63439	-111.8716	1335			UT	035		
5781860	Spanish Fork	spanish-fork	US	84660	37935	America/Denver	40.11496	-111.65492	1395	Spanish Fork,Spanish Fork City,aspnysh fwrk  ywta,sbanysh fwrk,xi ban ya fu ke,Спаниш Форк,اسپنیش فورک، یوتا,سبانيش فورك,سپینش فورک، یوٹاہ,西班牙福克		UT	049		
5781951	Spring Creek	spring-creek	US	16436	0	America/Denver	40.67078	-111.81077	1417			UT	035		
5781955	Spring Dale	spring-dale	US	25986	0	America/Denver	40.67023	-111.87438	1311			UT	035		
5781956	Spring Glen	spring-glen	US	12483	0	America/Denver	40.76717	-111.76465	1623			UT	035		
5781981	Spring Lake	spring-lake	US	07762	458	America/Denver	40.00107	-111.74632	1442			UT	049		
5781987	Spring Run	spring-run	US	17262	0	America/Denver	40.66106	-111.84882	1320			UT	035		
5781988	Spring Valley	spring-valley	US	10977	0	America/Denver	40.67022	-111.95077	1313			UT	035		
5781989	Springbrook	springbrook	US	52075	0	America/Denver	40.67995	-112.02272	1360			UT	035		
5781993	Springville	springville	US	14141	32286	America/Denver	40.16523	-111.61075	1396	Springvil,aspryngwyl  ywta,sbrynghfyl,shi pu lin wei er,Спрингвил,اسپرینگویل، یوتا,سبرينغفيل,سپرنگزویل، یوٹاہ,史普林维尔		UT	049		
5782076	Startup	startup	US	98293	0	America/Denver	40.67856	-111.86605	1313			UT	035		
5782112	Stephens	stephens	US	30667	0	America/Denver	40.89494	-111.90077	1301			UT	011		
5782113	Stephens	stephens	US	30667	0	America/Denver	41.19244	-111.96327	1368			UT	057		
5782122	Stevens	stevens	US	17578	0	America/Denver	41.21967	-111.94466	1372			UT	057		
5782149	Stockton	stockton	US	08559	642	America/Denver	40.45272	-112.36078	1560	Stokton,Stoktun,astaktwn  ywta,si tuo ke dun,stwktwn,Стоктон,Стоктън,استاکتون، یوتا,ستوكتون,斯托克顿		UT	045		
5782152	Stoddard	stoddard	US	03464	0	America/Denver	41.06689	-111.71132	1531			UT	029		
5782164	Stone Creek	stone-creek	US	43840	0	America/Denver	40.89745	-111.87716	1328			UT	011		
5782165	Stone Creek	stone-creek	US	43840	0	America/Denver	41.29494	-111.95411	1344			UT	057		
5782182	Stone Creek	stone-creek	US	43840	0	America/Denver	40.69411	-111.94494	1295			UT	035		
5782218	Stuart	stuart	US	24171	0	America/Denver	41.12383	-112.06883	1331			UT	011		
5782258	Summerfield	summerfield	US	27358	0	America/Denver	41.07689	-111.96994	1354			UT	011		
5782259	Summerfield	summerfield	US	27358	0	America/Denver	40.62828	-111.87521	1341			UT	035		
5782262	Summers	summers	US	72769	0	America/Denver	40.88745	-111.8541	1470			UT	011		
5782280	Sun	sun	US	70463	0	America/Denver	41.13189	-112.06605	1332			UT	011		
5782295	Sundown	sundown	US	79372	0	America/Denver	40.8455	-111.90216	1349			UT	011		
5782296	Sundown	sundown	US	79372	0	America/Denver	40.6855	-112.00911	1333			UT	035		
5782297	Sundown	sundown	US	79372	0	America/Denver	40.68661	-112.00299	1325			UT	035		
5782301	Sunny Side	sunny-side	US	30284	0	America/Denver	40.69939	-112.01966	1301			UT	035		
5782310	Sunray	sunray	US	79086	0	America/Denver	41.17717	-112.02939	1378			UT	057		
5782320	Sunset	sunset	US	04683	5183	America/Denver	41.13633	-112.03105	1375			UT	011		
5782340	Sunshine	sunshine	US	70780	0	America/Denver	40.87245	-111.8866	1347			UT	011		
5782345	Superior	superior	US	51363	0	America/Denver	40.79995	-111.9166	1287			UT	035		
5782354	Sutton	sutton	US	01590	0	America/Denver	40.59162	-111.79521	1542			UT	035		
5782391	Syracuse	syracuse	US	13201	27395	America/Denver	41.08939	-112.06467	1306	Sirakjus,Sirakjuz,Syracusae,syrakywz,syrakywz  ywta,xi lei jiu si,Сиракюз,Сиракјус,سيراكيوز,سیراکیوز، یوتا,西勒鸠斯		UT	011		
5782396	Sycamore	sycamore	US	15364	0	America/Denver	40.84717	-111.90105	1350			UT	011		
5782408	Tabiona	tabiona	US	84072	174	America/Denver	40.35444	-110.71008	1988	Tejbiona,ta bi ao na,tabywna,tabywna  ywta,Тејбиона,تابيونا,تابیونا، یوتا,塔比奥纳		UT	013		
5782424	Talmage	talmage	US	17580	0	America/Denver	40.33995	-110.42738	2083			UT	013		
5782428	Tamarack	tamarack	US	55787	0	America/Denver	41.27161	-111.95077	1354			UT	057		
5782442	Tanner	tanner	US	35671	0	America/Denver	41.17522	-112.03716	1375			UT	057		
5782456	Taylor	taylor	US	18517	0	America/Denver	41.22717	-112.08355	1292			UT	057		
5782472	Taylors	taylors	US	29687	0	America/Denver	40.77689	-111.91299	1287			UT	035		
5782476	Taylorsville	taylorsville	US	28681	60514	America/Denver	40.66772	-111.93883	1310	Tejlorsvil,Tejlorsvil',Tejlorsvill,Tejlursvil,tai lei si wei er,taylwrzfyl,teilleoseubil,tylwrzwyl  ywta,Тейлорсвилл,Тейлорсвіль,Тейлърсвил,Тејлорсвил,تايلورزفيل,تیلورزویل، یوتا,ٹیلرزویل، یوٹاہ,泰勒斯维尔,테일러스빌		UT	035		
5782495	Telford	telford	US	18969	0	America/Denver	40.89828	-111.91299	1289			UT	011		
5782527	Terrell	terrell	US	28682	0	America/Denver	40.62189	-111.88827	1336			UT	035		
5782533	Thatcher	thatcher	US	83283	789	America/Denver	41.69382	-112.29412	1320			UT	003		
5783479	The Colony	the-colony	US	75056	0	America/Denver	41.27967	-111.98272	1311			UT	057		
5783543	Thomas	thomas	US	26292	0	America/Denver	40.97856	-111.87994	1346			UT	011		
5783563	Thompsons	thompsons	US	77481	0	America/Denver	40.78133	-111.91549	1287			UT	035		
5783586	Three Forks	three-forks	US	59752	0	America/Denver	40.0844	-111.35546	1683			UT	049		
5783695	Tooele	tooele	US	84074	33157	America/Denver	40.53078	-112.29828	1537	Tooele,Tooelle,Tuele,Tuilu,tu ai lei,twyl  ywta,twyly,Туеле,Туилъ,توئل، یوتا,تويلي,ٹوئل، یوٹاہ,图埃勒	045	UT	045		
5783768	Tremonton	tremonton	US	84337	8227	America/Denver	41.71187	-112.16551	1318	TRT,Tremonton,Trimuntun,te li meng dun,trmwntwn  ywta,trymwntwn,Тремонтон,Тримънтън,ترمونتون، یوتا,تريمونتون,特里蒙顿		UT	003		
5783772	Trenton	trenton	US	08601	507	America/Denver	41.9177	-111.94245	1360	Trenton,Трентон		UT	005		
5783791	Tridell	tridell	US	84076	0	America/Denver	40.45357	-109.84987	1718	Liberty,Tridell		UT	047		
5783853	Twin Lakes	twin-lakes	US	53181	0	America/Denver	40.59161	-111.93271	1331			UT	035		
5783866	Twin Peaks	twin-peaks	US	92391	0	America/Denver	40.62634	-111.88688	1333			UT	035		
5783888	Tyler	tyler	US	36785	0	America/Denver	40.65134	-111.85243	1328			UT	035		
5783936	Union	union	US	03887	0	America/Denver	40.6205	-111.87216	1353			UT	035		
5783960	University	university	US	38677	0	America/Denver	40.77689	-111.91549	1286			UT	035		
5783966	University Park	university-park	US	16802	0	America/Denver	41.21106	-111.94216	1410			UT	057		
5783967	University Place	university-place	US	98467	0	America/Denver	41.20883	-111.94077	1411			UT	057		
5783974	Upland	upland	US	46989	0	America/Denver	41.02855	-111.91938	1363			UT	011		
5784054	Ute	ute	US	51060	0	America/Denver	40.6605	-111.86632	1322			UT	035		
5784075	Valencia	valencia	US	16059	0	America/Denver	40.90772	-111.90355	1289			UT	011		
5784084	Valley Center	valley-center	US	67147	0	America/Denver	40.65245	-111.89327	1318			UT	035		
5784103	Valley Park	valley-park	US	39177	0	America/Denver	40.65106	-111.94938	1330			UT	035		
5784115	Valley View	valley-view	US	17983	0	America/Denver	41.10605	-112.00911	1385			UT	011		
5784116	Valley View	valley-view	US	17983	0	America/Denver	40.63384	-111.82799	1371			UT	035		
5784154	Vernal	vernal	US	84078	11200	America/Denver	40.45552	-109.52875	1624	Ashley,Ashley Center,VEL,Vernal,Vurnal,beoneol,fyrnal,wei na er,wrnal  ywta,Вернал,Върнал,فيرنال,ورنال، یوتا,韦纳尔,버널	047	UT	047		
5784165	Vernon	vernon	US	05354	275	America/Denver	40.09217	-112.43356	1681	Vernon,fu nong,fyrnwn,wrnwn  ywta,Вернон,فيرنون,ورنون، یوتا,弗农		UT	045		
5784200	Villa Park	villa-park	US	60181	0	America/Denver	41.20939	-111.95827	1345			UT	057		
5784244	Wahoo	wahoo	US	68066	0	America/Denver	40.73717	-111.90327	1289			UT	035		
5784246	Wakefield	wakefield	US	01880	0	America/Denver	41.29439	-112.0855	1293			UT	057		
5784253	Walker	walker	US	26180	0	America/Denver	41.08994	-111.90966	1499			UT	011		
5784266	Wallace	wallace	US	26448	0	America/Denver	41.21717	-111.94689	1369			UT	057		
5784270	Wallsburg	wallsburg	US	84082	325	America/Denver	40.38773	-111.42241	1730			UT	051		
5784276	Walnut Grove	walnut-grove	US	35990	0	America/Denver	40.61328	-111.81327	1476			UT	035		
5784301	Ware	ware	US	01082	0	America/Denver	40.59884	-111.85549	1407			UT	035		
5784324	Warren	warren	US	01083	0	America/Denver	41.28355	-112.12216	1286			UT	057		
5784416	Watson	watson	US	35181	0	America/Denver	40.59439	-111.86243	1385			UT	035		
5784426	Waverly	waverly	US	14892	0	America/Denver	40.78189	-111.93188	1287			UT	035		
5784472	Wells	wells	US	04090	0	America/Denver	40.69134	-111.81577	1425			UT	035		
5784492	Wendover	wendover	US	41775	1400	America/Denver	40.73715	-114.03751	1308	ENV,Uendouvur,Vendover,wen duo fu,wndawr  ywta,wyndwfr,Вендовер,Уендоувър,ونداور، یوتا,ويندوفر,温多弗		UT	045		
5784540	West Haven	west-haven	US	06516	11921	America/Denver	41.203	-112.05105	1302			UT	057		
5784541	West Haven	west-haven	US	06516	0	America/Denver	40.70828	-111.98327	1295			UT	035		
5784543	West Hills	west-hills	US	91307	0	America/Denver	40.64717	-112.02605	1470			UT	035		
5784544	West Hills	west-hills	US	91307	0	America/Denver	41.21494	-112.00661	1329			UT	057		
5784549	West Jordan	west-jordan	US	84081	111946	America/Denver	40.60967	-111.9391	1333	Okcidenta Jordan,Uehst-Dzhordan,Vest DZordan,Vest-Dzhordan,West Jordan,Zapaden Dzhordan,u~esutojodan,weseuteujodeon,wst gwrdn,wst jrdn  ywta,wyst jwrdan,xi qiao dan,Вест Џордан,Вест-Джордан,Западен Джордан,Уэст-Джордан,וסט גורדן,وست جردن، یوتا,ويست جوردان,ویسٹ جورڈن، یوٹاہ,ウェストジョーダン,西喬丹,웨스트조던		UT	035		
5784580	West Point	west-point	US	10996	10345	America/Denver	41.11828	-112.08411	1315			UT	011		
5784607	West Valley City	west-valley-city	US	84119	136208	America/Denver	40.69161	-112.00105	1312	Granger-Hunter,Uehst-Valli-Siti,Uest Vali Siti,Vest Vali Siti,Vest-Velli-Siti,Wast Valley Ceety,West Valley,West Valley City,u~esutobareshiti,wst wly syty  ywta,wyst faly syty,xi wa li cheng,Вест Вали Сити,Вест-Веллі-Сіті,Уест Вали Сити,Уэст-Валли-Сити,وست ولی سیتی، یوتا,ويست فالي سيتي,چیسٹرفیلڈ، یوٹاہ,ウェストバレーシティ,西瓦利城		UT	035		
5784610	Reese	reese	US	48757	0	America/Denver	41.25022	-112.15244	1287	Reese,West Warren		UT	057		
5784619	Westbrook	westbrook	US	04092	0	America/Denver	40.63745	-111.97022	1381			UT	035		
5784620	Westbrook	westbrook	US	04092	0	America/Denver	41.15161	-112.05216	1331			UT	011		
5784621	Westbrook	westbrook	US	04092	0	America/Denver	41.15328	-112.05216	1330			UT	057		
5784626	Western	western	US	68464	0	America/Denver	40.77022	-111.91605	1287			UT	035		
5784642	Westgate	westgate	US	50681	0	America/Denver	40.68661	-111.99216	1318			UT	035		
5784644	Westhampton	westhampton	US	11977	0	America/Denver	40.6955	-111.99799	1303			UT	035		
5784646	Westlake Village	westlake-village	US	91359	0	America/Denver	40.70161	-111.97522	1297			UT	035		
5784647	Westlake Village	westlake-village	US	91359	0	America/Denver	41.18411	-112.04744	1324			UT	057		
5784648	Westland	westland	US	15378	0	America/Denver	41.11328	-112.05439	1332			UT	011		
5784667	Westview	westview	US	40178	0	America/Denver	40.6855	-111.97105	1312			UT	035		
5784670	Westwood	westwood	US	02090	0	America/Denver	40.648	-111.98355	1400			UT	035		
5784671	Westwood	westwood	US	02090	0	America/Denver	40.87133	-111.89438	1329			UT	011		
5784689	Wheat Ridge	wheat-ridge	US	80033	0	America/Denver	41.068	-111.92827	1415			UT	011		
5784723	White	white	US	15490	0	America/Denver	41.14772	-112.02855	1377			UT	011		
5784731	White City	white-city	US	66872	5407	America/Denver	40.56578	-111.86438	1397			UT	035		
5784773	Whiterocks	whiterocks	US	84085	289	America/Denver	40.46801	-109.93071	1839			UT	047		
5784813	Wiggins	wiggins	US	39577	0	America/Denver	40.84522	-111.91049	1315			UT	011		
5784842	Wildwood	wildwood	US	08260	0	America/Denver	40.64689	-111.83049	1352			UT	035		
5784843	Wildwood	wildwood	US	08260	0	America/Denver	40.36523	-111.55742	1593			UT	049		
5784844	Wildwood	wildwood	US	08260	0	America/Denver	41.25467	-111.86994	1449			UT	057		
5784845	Wildwood	wildwood	US	08260	0	America/Denver	40.84578	-111.91299	1306			UT	011		
5784852	Willard	willard	US	14588	1787	America/Denver	41.40911	-112.03606	1326	North Willow Creek,Uilard,Vilard,Willard,wei la de,wylard,wylard  ywta,Вилард,Уилард,ويلارد,ویلارد، یوتا,威拉德		UT	003		
5784853	Willard	willard	US	14588	1660	America/Denver	40.70634	-111.83743	1374			UT	035		
5784880	Williams	williams	US	29493	0	America/Denver	41.15328	-111.91133	1509			UT	057		
5784881	Williams	williams	US	29493	0	America/Denver	40.73384	-111.85355	1349			UT	035		
5784883	Williamsburg	williamsburg	US	01096	0	America/Denver	40.58467	-111.9491	1360			UT	035		
5784905	Willow Creek	willow-creek	US	59760	0	America/Denver	40.60106	-111.81466	1432			UT	035		
5784915	Willow Creek	willow-creek	US	59760	0	America/Denver	41.35466	-111.86605	1584			UT	057		
5784937	Willow Hill	willow-hill	US	17271	0	America/Denver	40.61856	-111.84493	1388			UT	035		
5784971	Willow Wood	willow-wood	US	45696	0	America/Denver	41.22161	-112.07244	1296			UT	057		
5784972	Willowbrook	willowbrook	US	60527	0	America/Denver	41.30189	-111.95939	1347			UT	057		
5784982	Wilmington	wilmington	US	01887	0	America/Denver	40.72272	-111.87521	1309			UT	035		
5784985	Wilson	wilson	US	14172	0	America/Denver	41.22911	-112.02522	1304			UT	057		
5784986	Wilson	wilson	US	14172	0	America/Denver	40.85272	-111.90633	1315			UT	011		
5784987	Wilson	wilson	US	14172	0	America/Denver	40.6255	-111.88271	1337			UT	035		
5784988	Wilson	wilson	US	14172	0	America/Denver	40.73189	-111.83549	1391			UT	035		
5785017	Winfield	winfield	US	17889	0	America/Denver	40.72578	-111.86744	1318			UT	035		
5785018	Wing	wing	US	36483	0	America/Denver	40.35384	-111.78521	1379			UT	049		
5785035	Wolf Creek	wolf-creek	US	59648	1336	America/Denver	41.33327	-111.82716	1626			UT	057		
5785065	Woodbury	woodbury	US	05681	0	America/Denver	40.74717	-111.86188	1325			UT	035		
5785077	Woodland	woodland	US	16881	343	America/Denver	40.58134	-111.22712	2049			UT	043		
5785078	Woodland	woodland	US	16881	0	America/Denver	40.85245	-111.89466	1370			UT	011		
5785079	Woodland	woodland	US	16881	0	America/Denver	40.87717	-111.87022	1388			UT	011		
5785084	Woodland Hills	woodland-hills	US	91364	1482	America/Denver	40.01532	-111.64868	1698			UT	049		
5785095	Woodmere	woodmere	US	11598	0	America/Denver	40.89217	-111.86688	1379			UT	011		
5785097	Woodridge	woodridge	US	12789	0	America/Denver	40.63606	-111.85577	1338			UT	035		
5785104	Woodruff	woodruff	US	29388	187	America/Denver	41.52189	-111.16242	1932	Vudraf,wu de la fu,wwdrwf,wwdrwf  ywta,Вудраф,وودروف,وودروف، یوتا,伍德拉夫		UT	033		
5785116	Woods Cross	woods-cross	US	84087	11284	America/Denver	40.87161	-111.89216	1334	Uds Kros,Vuds Kros,wu ci ke luo si,wwdz kras  ywta,wwdz krws,Вудс Крос,Удс Крос,وودز كروس,وودز کراس، یوتا,伍兹克洛斯		UT	011		
5785121	Woodstock	woodstock	US	03293	0	America/Denver	40.64106	-111.85632	1336			UT	035		
5785141	Wright	wright	US	55798	0	America/Denver	40.578	-111.86132	1389			UT	035		
5785243	Aberdeen	aberdeen	US	21001	16276	America/Los_Angeles	46.97537	-123.81572	7	Abardeen,Aberdeen,Aberdin,Aburdijn,Wishkah,a bo ding,abadin,aberdini,abrdyn,abrdyn  washyngtn,aebeodin,Абердин,Абърдийн,Աբերդին,אברדין,أبردين,ابردین، واشینگتن,აბერდინი,アバディーン,阿伯丁,애버딘		WA	027		
5785301	Addy	addy	US	99101	268	America/Los_Angeles	48.35601	-117.83747	500			WA	065		
5785310	Adkins	adkins	US	78101	0	America/Los_Angeles	46.25236	-118.70471	309	Adkins,Fairfield		WA	071		
5785319	Adrian	adrian	US	16210	0	America/Los_Angeles	47.39097	-119.91755	629			WA	025		
5785338	Agate	agate	US	58310	0	America/Los_Angeles	47.21343	-123.01237	37			WA	045		
5785378	Airway Heights	airway-heights	US	99001	6639	America/Los_Angeles	47.64461	-117.59327	731	Ervej Khajts,Euruej Khajts,ayrwy hayts,ayrwy hayts  washyngtn,qi dao gao de,Ервеј Хајтс,Еъруей Хайтс,أيروي هايتس,ایروی هایتس، واشینگتن,气道高地		WA	063		
5785387	Aladdin	aladdin	US	82710	0	America/Los_Angeles	48.72852	-117.67137	722			WA	065		
5785407	Albion	albion	US	02802	578	America/Los_Angeles	46.791	-117.25045	685	Albion,Guy		WA	075		
5785415	Alder	alder	US	59710	227	America/Los_Angeles	46.80038	-122.29011	377			WA	053		
5785481	Alger	alger	US	45812	403	America/Los_Angeles	48.61983	-122.34127	82			WA	057		
5785484	Algona	algona	US	50511	3144	America/Los_Angeles	47.27899	-122.25206	24	Algoma,Algona,Valley City		WA	033		
5785547	Allison	allison	US	15413	0	America/Los_Angeles	47.14038	-122.39568	126			WA	053		
5785549	Allentown	allentown	US	08501	0	America/Los_Angeles	47.49427	-122.27623	5			WA	033		
5785552	Allyn	allyn	US	98524	1963	America/Los_Angeles	47.38565	-122.82764	8			WA	045		
5785555	Almira	almira	US	99103	269	America/Los_Angeles	47.71098	-118.94085	585	Almira,Davisine		WA	043		
5785566	Alpha	alpha	US	42603	0	America/Los_Angeles	46.61149	-122.60539	223	Alpha,Alpha Prairie,Shoestring,Tilton		WA	041		
5785571	Alpine	alpine	US	07620	0	America/Los_Angeles	45.78817	-122.42426	244			WA	011		
5785594	Alta Vista	alta-vista	US	50603	0	America/Los_Angeles	46.49955	-122.37233	410			WA	041		
5785601	Alto	alto	US	30510	0	America/Los_Angeles	46.38625	-118.11162	585			WA	013		
5785602	Altoona	altoona	US	16601	39	America/Los_Angeles	46.26677	-123.65625	18			WA	069		
5785607	Amanda Park	amanda-park	US	98526	252	America/Los_Angeles	47.45949	-123.89789	58			WA	027		
5785611	Amber	amber	US	73004	0	America/Los_Angeles	47.35183	-117.7116	686	Amber,Calvert		WA	063		
5785614	Amboy	amboy	US	46911	1608	America/Los_Angeles	45.91011	-122.44649	125			WA	011		
5785657	Anacortes	anacortes	US	98221	16403	America/Los_Angeles	48.5126	-122.61267	7	Anacortes,Anakortes,Anakortus,Magic City,OTS,Ship Harbor,Squaw Harbor,a na ke te si,anakorutesu,anakotiseu,anakwrts,anakwrtz  washyngtn,Анакортес,Анакортъс,أناكورتس,اناکورتز، واشینگتن,アナコルテス,阿纳科特斯,아나코티스		WA	057		
5785661	Anatone	anatone	US	99401	0	America/Los_Angeles	46.13488	-117.13238	1085			WA	003		
5785743	Ankeny	ankeny	US	50021	0	America/Los_Angeles	46.84987	-118.15468	389			WA	001		
5785747	Annapolis	annapolis	US	21401	0	America/Los_Angeles	47.5476	-122.62069	16			WA	035		
5785796	Appleton	appleton	US	14008	0	America/Los_Angeles	45.81179	-121.27118	707			WA	039		
5785815	Arcadia	arcadia	US	15712	0	America/Los_Angeles	47.38232	-122.00817	125			WA	033		
5785816	Arcadia	arcadia	US	15712	0	America/Los_Angeles	47.19787	-122.93959	10			WA	045		
5785832	Arden	arden	US	10910	0	America/Los_Angeles	48.46018	-117.87637	489			WA	065		
5785833	Ardenvoir	ardenvoir	US	98811	0	America/Los_Angeles	47.73735	-120.36897	388			WA	007		
5785842	Argyle	argyle	US	12809	0	America/Los_Angeles	48.51454	-123.01962	3			WA	055		
5785844	Ariel	ariel	US	98603	0	America/Los_Angeles	45.95678	-122.57093	106			WA	015		
5785858	Arlington Heights	arlington-heights	US	02475	2284	America/Los_Angeles	48.20205	-122.06208	94			WA	061		
5785868	Arlington	arlington	US	02474	18949	America/Los_Angeles	48.19871	-122.12514	35	Arlington,Arlingtun,Haller,Haller City,a ling dun,allingteon,arinton,arlynghtwn,arlyngtwn  washyngtn,Арлингтон,Арлингтън,آرلنگٹن، واشنگٹن,آرلینگتون، واشینگتن,أرلينغتون,アーリントン,阿灵顿,알링턴		WA	061		
5785871	Armstrong	armstrong	US	50514	0	America/Los_Angeles	46.76016	-117.22545	697			WA	075		
5785901	Artesian	artesian	US	57314	0	America/Los_Angeles	46.55207	-120.3545	339			WA	077		
5785919	Ash	ash	US	28420	0	America/Los_Angeles	46.25319	-118.84333	152			WA	071		
5785922	Ashby	ashby	US	01431	0	America/Los_Angeles	47.1521	-118.06773	556	Ashby,Ashby Siding		WA	001		
5785926	Ashford	ashford	US	06278	217	America/Los_Angeles	46.75844	-122.03094	537			WA	053		
5785932	Ashwood	ashwood	US	97711	0	America/Los_Angeles	47.62954	-122.1954	72			WA	033		
5785933	Asotin	asotin	US	99402	1282	America/Los_Angeles	46.33933	-117.04821	244	Asotan,Asotin,Assotan	003	WA	003		
5785956	Atkinson	atkinson	US	03811	0	America/Los_Angeles	47.40871	-122.01678	169			WA	033		
5785962	Atwood	atwood	US	38220	0	America/Los_Angeles	47.10042	-119.12418	392			WA	025		
5785965	Auburn	auburn	US	01501	77006	America/Los_Angeles	47.30732	-122.22845	25	Auburn,Obern,Slaughter,ao ben,awbrn  washyngtn,awbwrn,oban,obeon,Оберн,آبرن، واشنگٹن,أوبورن,اوبرن، واشینگتن,オーバーン,奥本,오번		WA	033		
5786003	Austin	austin	US	16720	0	America/Los_Angeles	47.99148	-122.53987	10			WA	029		
5786020	Avon	avon	US	02322	0	America/Los_Angeles	48.44233	-122.37849	8			WA	057		
5786021	Avondale	avondale	US	19311	0	America/Los_Angeles	47.70315	-122.0929	31			WA	033		
5786031	Ayer	ayer	US	01432	0	America/Los_Angeles	46.59625	-118.34831	176	Ayer,Haas		WA	071		
5786053	Babb	babb	US	59411	0	America/Los_Angeles	47.45822	-117.65771	714			WA	063		
5786056	Babcock	babcock	US	54413	0	America/Los_Angeles	46.32569	-118.59332	330	Babcock,Babcock Ridge,Bobcock Ridge		WA	071		
5786096	Badger	badger	US	50516	0	America/Los_Angeles	46.20013	-119.35946	208			WA	005		
5786145	Bainbridge	bainbridge	US	13733	0	America/Los_Angeles	47.6551	-122.51791	13			WA	035		
5786156	Baker	baker	US	26801	0	America/Los_Angeles	45.75456	-122.66149	94			WA	011		
5786269	Ballard	ballard	US	24918	0	America/Los_Angeles	47.67593	-122.38735	48	Ballard,Salmon Bay City		WA	033		
5786291	Bandera	bandera	US	78003	0	America/Los_Angeles	47.38678	-121.53371	640			WA	033		
5786295	Bangor	bangor	US	04401	0	America/Los_Angeles	47.72093	-122.74599	15	Bangor,Three Spits		WA	035		
5786309	Banner	banner	US	38913	0	America/Los_Angeles	47.48871	-122.54291	115			WA	035		
5786322	Barberton	barberton	US	44203	5661	America/Los_Angeles	45.69317	-122.59899	75	Baberton,Barberton		WA	011		
5786337	Baring	baring	US	63531	220	America/Los_Angeles	47.77316	-121.48538	236	Baring,Big Index,East Index		WA	033		
5786343	Barker	barker	US	14012	0	America/Los_Angeles	48.57738	-119.482	267			WA	047		
5786347	Barco	barco	US	27917	0	America/Los_Angeles	48.28039	-121.67263	144			WA	061		
5786387	Barneston	barneston	US	68309	0	America/Los_Angeles	47.3876	-121.86122	243			WA	033		
5786413	Barron	barron	US	54812	0	America/Los_Angeles	48.75319	-120.7165	1591			WA	073		
5786417	Barstow	barstow	US	20610	59	America/Los_Angeles	48.77713	-118.14277	430			WA	019		
5786452	Bates	bates	US	97817	0	America/Los_Angeles	45.70485	-120.42672	91			WA	039		
5786485	Battle Ground	battle-ground	US	47920	19407	America/Los_Angeles	45.78095	-122.53343	90	Battle Ground,Battleground,Batul Graund,Betl Graund,ba te er ge lang de,baeteulgeulaundeu,batoruguraundo,batyl ghrawnd,btl grand  washyngtn,Батъл Граунд,Бетл Граунд,باتيل غراوند,بتل گراند، واشینگتن,バトルグラウンド,巴特爾格朗德,배틀그라운드		WA	011		
5786496	Bay City	bay-city	US	48706	0	America/Los_Angeles	46.86454	-124.05934	7			WA	027		
5786505	Bay Center	bay-center	US	98527	276	America/Los_Angeles	46.63149	-123.95489	3	Bay Center,Palix		WA	049		
5786509	Bayview	bayview	US	83803	0	America/Los_Angeles	47.27954	-122.60568	41	Bay View,Bayview		WA	053		
5786514	Beach	beach	US	58621	0	America/Los_Angeles	48.71594	-122.68379	8			WA	073		
5786517	Beach Haven	beach-haven	US	08008	0	America/Los_Angeles	48.69205	-122.95074	3			WA	055		
5786554	Bear	bear	US	19701	0	America/Los_Angeles	48.71074	-118.04416	576			WA	065		
5786701	Beatrice	beatrice	US	36425	0	America/Los_Angeles	46.88181	-118.76694	426			WA	001		
5786708	Beaumont	beaumont	US	23014	0	America/Los_Angeles	47.58815	-122.22762	24			WA	033		
5786713	Beaver	beaver	US	15009	0	America/Los_Angeles	48.0573	-124.34744	126	Beaver,Pleasant,Tyee		WA	009		
5786812	Bedford	bedford	US	01730	0	America/Los_Angeles	46.66121	-123.46793	159			WA	049		
5786816	Bee	bee	US	24217	0	America/Los_Angeles	47.19287	-122.67624	25			WA	053		
5786822	Beebe	beebe	US	72012	0	America/Los_Angeles	47.83903	-119.9509	252			WA	017		
5786847	Belfair	belfair	US	98528	0	America/Los_Angeles	47.50232	-122.77736	93			WA	035		
5786848	Belfair	belfair	US	98528	3931	America/Los_Angeles	47.45065	-122.82737	15			WA	045		
5786852	Belfast	belfast	US	04915	0	America/Los_Angeles	48.55455	-122.33516	20	Belfast,Moodys Camp		WA	057		
5786882	Bellevue	bellevue	US	41073	139820	America/Los_Angeles	47.61038	-122.20068	26	Bellevue,Belv'ju,Belvju,balfyw,bei er wei you,belavhyu,belbyu,berubyu,blwyw  washyngtn,Белвью,Белвю,Белвју,بالفيو,بلویو، واشنگٹن,بلویو، واشینگتن,बेलव्ह्यू,ベルビュー,貝爾維尤,贝尔维尤,벨뷰		WA	033		
5786899	Bellingham	bellingham	US	02019	85146	America/Los_Angeles	48.75955	-122.48822	21	BLI,Belingam,Belinghem,Belingkham,Bellingham,Bellingkhem,Bellinqham,bei ling e mu,bellinghaem,berinhamu,blyngham  washyngtn,bylyngham,Белингам,Белингхам,Беллингхем,Беллінгхем,Բելինգհեմ,בלינגהאם,بلینگهام، واشینگتن,بيلينغام,بیلنگہام,ベリンハム,贝灵厄姆,벨링햄	073	WA	073		
5786914	Belmore	belmore	US	45815	0	America/Los_Angeles	46.98732	-122.96236	52			WA	067		
5786949	Benge	benge	US	99105	0	America/Los_Angeles	46.90932	-118.10246	450			WA	001		
5786990	Benton City	benton-city	US	65232	3234	America/Los_Angeles	46.26319	-119.4878	152	Benton Siti,Bentun Siti,ban dun shi,bntwn syty,bntwn syty  washyngtn,Бентон Сити,Бентън Сити,بنتون سيتي,بنتون سیتی، واشینگتن,斑顿市		WA	005		
5787016	Berkeley	berkeley	US	60163	0	America/Los_Angeles	47.07399	-122.3354	132			WA	053		
5787019	Berne	berne	US	12023	0	America/Los_Angeles	47.76984	-120.98093	867	Berne,Berne Station		WA	007		
5787076	Bethel	bethel	US	04217	3713	America/Los_Angeles	47.49398	-122.63125	96			WA	035		
5787084	Bethel Park	bethel-park	US	15102	0	America/Los_Angeles	47.47343	-122.48596	94			WA	033		
5787094	Beverly	beverly	US	01915	0	America/Los_Angeles	46.8368	-119.9331	167			WA	025		
5787111	Bickleton	bickleton	US	99322	88	America/Los_Angeles	45.99791	-120.30061	920			WA	039		
5787215	Big Lake	big-lake	US	55309	1835	America/Los_Angeles	48.40288	-122.24127	28			WA	057		
5787298	Biloxi	biloxi	US	39530	0	America/Los_Angeles	47.50538	-122.47402	41			WA	033		
5787305	Bingen	bingen	US	98605	721	America/Los_Angeles	45.71484	-121.46452	39			WA	039		
5787325	Birchwood	birchwood	US	37308	0	America/Los_Angeles	48.77344	-122.51267	25			WA	073		
5787423	Black Diamond	black-diamond	US	98010	4376	America/Los_Angeles	47.30871	-122.00317	199	Blek Dajmond,Blek Dajumund,beullaegdaiamondeu,blk dyamwnd  washyngtn,hei zuan shi shi,Блек Дайъмънд,Блек Дајмонд,بلک دیاموند، واشینگتن,黑鑽石市,블랙다이아몬드		WA	033		
5787475	Blaine	blaine	US	04734	5056	America/Los_Angeles	48.99372	-122.74712	16	BWS,Blaine,Blaine City,Blejn,Bleyn,Concord,Semiahmoo,Whatcom,beullein,blyn,blyn  washyngtn,blyyn,bu lai en,Блейн,Блејн,בליין,بلين,بلین، واشینگتن,布莱恩,블레인		WA	073		
5787508	Blanchard	blanchard	US	16826	0	America/Los_Angeles	48.59344	-122.41655	3	Blanchard,Fravel		WA	057		
5787634	Blue Ridge	blue-ridge	US	24064	0	America/Los_Angeles	47.70149	-122.37541	107			WA	033		
5787727	Boise	boise	US	83701	0	America/Los_Angeles	47.18038	-122.01567	222			WA	033		
5787776	Bonney Lake	bonney-lake	US	98391	19903	America/Los_Angeles	47.17705	-122.18651	175			WA	053		
5787829	Bothell	bothell	US	98011	42939	America/Los_Angeles	47.76232	-122.2054	22	Bodul,Botel,Bothell,Brackett's Landing,Sothell,ba sa er,bosel,boseru,bwthl  washyngtn,bwthyl,Бодъл,Ботел,بوتهل، واشینگتن,بوثيل,ボセル,巴薩爾,보셀		WA	033		
5787924	Bow	bow	US	03304	0	America/Los_Angeles	48.56177	-122.39822	4	Bow,Brownsville		WA	057		
5787998	Boyds	boyds	US	20841	34	America/Los_Angeles	48.71379	-118.13277	412			WA	019		
5788004	Boylston	boylston	US	01505	0	America/Los_Angeles	46.91374	-120.2345	752			WA	037		
5788027	Brady	brady	US	59416	676	America/Los_Angeles	46.99593	-123.51183	14			WA	027		
5788054	Bremerton	bremerton	US	98310	39520	America/Los_Angeles	47.56732	-122.63264	11	Bremerton,Bremurtun,PWT,beulemeoteun,brmrtwn,brmrtwn  washyngtn,brymyrtwn,bu lei mo dun,burematon,Бремертон,Бремъртън,Բրեմերթոն,ברמרטון,برمرتون، واشینگتن,بريميرتون,ブレマートン,布雷默顿,브레머튼		WA	035		
5788077	Brewster	brewster	US	02631	2354	America/Los_Angeles	48.09598	-119.78062	248	Brewster,Brjuster,Brjustur,Bruster,brwstr,brwstr  washyngtn,bu lu si te,Брустер,Брюстер,Брюстър,بروستر,بروستر، واشینگتن,布鲁斯特		WA	047		
5788111	Bridgeport	bridgeport	US	06601	2457	America/Los_Angeles	48.0082	-119.67116	259	Bridzhport,Bridzport,brydj pwrt  washyngtn,brydjbwrt,bu li qi bo te,Бриджпорт,Бриџпорт,برج پورٹ، واشنگٹن,بريدجبورت,بریدج پورت، واشینگتن,布里奇波特		WA	017		
5788135	Brighton	brighton	US	02135	0	America/Los_Angeles	47.54621	-122.27568	44			WA	033		
5788142	Brinnon	brinnon	US	98320	797	America/Los_Angeles	47.67926	-122.89821	12			WA	031		
5788152	Bristol	bristol	US	02809	0	America/Los_Angeles	47.14457	-120.79786	548			WA	037		
5788163	Broadview	broadview	US	59015	0	America/Los_Angeles	47.72232	-122.36041	132			WA	033		
5788165	Broadway	broadway	US	08808	0	America/Los_Angeles	47.63399	-122.3254	14			WA	033		
5788166	Broadway	broadway	US	08808	0	America/Los_Angeles	47.41596	-120.25785	340			WA	017		
5788188	Brookdale	brookdale	US	95007	0	America/Los_Angeles	47.14177	-122.38318	130			WA	053		
5788191	Brookfield	brookfield	US	01506	0	America/Los_Angeles	46.26484	-123.56019	8			WA	069		
5788192	Brooklyn	brooklyn	US	06234	0	America/Los_Angeles	46.77621	-123.50988	54			WA	049		
5788261	Brownstown	brownstown	US	17508	0	America/Los_Angeles	46.40429	-120.60701	260			WA	077		
5788262	Brownsville	brownsville	US	05037	0	America/Los_Angeles	47.65565	-122.61653	31			WA	035		
5788264	Bruce	bruce	US	38915	0	America/Los_Angeles	46.83959	-119.05223	364			WA	001		
5788290	Brush Prairie	brush-prairie	US	98606	2652	America/Los_Angeles	45.73289	-122.54649	92			WA	011		
5788298	Bryant	bryant	US	35958	1870	America/Los_Angeles	48.23899	-122.15792	52			WA	061		
5788309	Bryn Mawr	bryn-mawr	US	19010	0	America/Los_Angeles	47.50343	-122.2329	49			WA	033		
5788362	Buckeye	buckeye	US	24924	0	America/Los_Angeles	47.84239	-117.37438	505			WA	063		
5788369	Buckhorn	buckhorn	US	41721	0	America/Los_Angeles	48.70649	-122.86935	15	Buckhorn,Buckhorn Lodge		WA	055		
5788409	Buckley	buckley	US	49620	4550	America/Los_Angeles	47.16316	-122.02678	221	Bakli,Buckley,Bukli,Perkin's Landing,Perkins Prairie,White River Siding,ba ke li,bakly,bakly  washyngtn,beokeulli,Бакли,Бъкли,باكلي,باکلی، واشینگتن,巴克利,버클리		WA	053		
5788413	Bucoda	bucoda	US	98530	566	America/Los_Angeles	46.79899	-122.86985	80			WA	067		
5788416	Buena	buena	US	08310	990	America/Los_Angeles	46.42874	-120.31339	242			WA	077		
5788482	Bunker	bunker	US	63629	0	America/Los_Angeles	46.64427	-123.11652	63			WA	041		
5788484	Bunker Hill	bunker-hill	US	25413	0	America/Los_Angeles	46.20233	-123.13873	145			WA	015		
5788497	Burbank	burbank	US	44214	3291	America/Los_Angeles	46.19986	-119.01306	114	Berbank,Бербанк		WA	071		
5788531	Burley	burley	US	83318	2057	America/Los_Angeles	47.41787	-122.63097	10	Burley,Circle City		WA	035		
5788539	Burlington	burlington	US	01803	8633	America/Los_Angeles	48.47566	-122.32544	11	Berlington,Burlingtun,MVW,beollingteon,bo ling dun,brlyngtwn  washyngtn,bwrlynjtwn,Берлингтон,Бърлингтън,برلنگٹن، واشنگٹن,برلینگتون، واشینگتن,بورلينجتون,伯灵顿,벌링턴		WA	057		
5788551	Burnett	burnett	US	53922	0	America/Los_Angeles	47.12927	-122.049	210			WA	053		
5788590	Burr	burr	US	68324	0	America/Los_Angeles	46.46208	-118.63027	185			WA	071		
5788595	Burrows	burrows	US	46916	0	America/Los_Angeles	47.05648	-124.03712	6			WA	027		
5788603	Burt	burt	US	14028	0	America/Los_Angeles	46.66621	-123.46043	155			WA	049		
5788604	Burton	burton	US	26562	0	America/Los_Angeles	45.64234	-122.54787	71	Burton,Pucker Brush		WA	011		
5788605	Burton	burton	US	26562	0	America/Los_Angeles	47.38899	-122.46068	15			WA	033		
5788614	Busby	busby	US	59016	0	America/Los_Angeles	46.69239	-117.15045	756			WA	075		
5788617	Bush	bush	US	40724	0	America/Los_Angeles	46.97899	-122.87903	56			WA	067		
5788690	Byron	byron	US	14422	0	America/Los_Angeles	46.18791	-119.87448	213	Bryon,Byron		WA	077		
5788716	Cabin Creek	cabin-creek	US	25035	0	America/Los_Angeles	47.2415	-121.2312	683	Cabin Creek,Hubner,Upham,Upham Hubner		WA	037		
5788745	Cactus	cactus	US	79013	0	America/Los_Angeles	46.60986	-118.93278	215	Cactus,Cliff		WA	021		
5788783	Caledonia	caledonia	US	14423	0	America/Los_Angeles	47.30927	-122.43124	39			WA	053		
5788822	Camas	camas	US	98607	21846	America/Los_Angeles	45.58706	-122.39954	22	Camas,Kamas,La Camas,ka mo si,kamas,kamas  washyngtn,kyamasu,Камас,كاماس,کاماس، واشینگتن,キャマス,卡默斯		WA	011		
5788823	Camas	camas	US	98607	0	America/Los_Angeles	48.03933	-117.85941	659			WA	065		
5789022	Canby	canby	US	56220	0	America/Los_Angeles	47.49877	-118.02413	677	Canby,Canby Station		WA	043		
5789024	Campton	campton	US	03223	0	America/Los_Angeles	47.66232	-122.10012	12			WA	033		
5789158	Carbonado	carbonado	US	98323	625	America/Los_Angeles	47.07982	-122.0515	363			WA	053		
5789171	Carlisle	carlisle	US	01741	0	America/Los_Angeles	47.15481	-124.09851	25			WA	027		
5789180	Carlsborg	carlsborg	US	98324	995	America/Los_Angeles	48.09065	-123.17212	54			WA	009		
5789187	Carlton	carlton	US	16311	0	America/Los_Angeles	48.2482	-120.11619	431			WA	047		
5789198	Carnation	carnation	US	98014	1873	America/Los_Angeles	47.64788	-121.91401	24	Carnation,Karnejshon,Karnejshun,Tolt,kaneisyeon,kang nai xin shi,karnyshn  washyngtn,Карнейшън,Карнејшон,کارنیشن، واشینگتن,康乃馨市,카네이션		WA	033		
5789237	Carrolls	carrolls	US	98609	0	America/Los_Angeles	46.0715	-122.86233	21	Carrol's,Carrolls,Carrollton,Carrolton		WA	015		
5789244	Carson	carson	US	23830	2279	America/Los_Angeles	45.72539	-121.81924	143			WA	059		
5789342	Cashmere	cashmere	US	98815	3159	America/Los_Angeles	47.52235	-120.4698	241	Cashmere,Kashmir,Kashmiur,Mission,kaesimieo,kai si mi,kashmr  washyngtn,kshmyr,Кашмир,Кашмиър,كشمير,کاشمر، واشینگتن,开司米,캐시미어		WA	007		
5789381	Castle Rock	castle-rock	US	55010	2184	America/Los_Angeles	46.27511	-122.90761	18	Castle Rock,Castlerock,Kasl Rok,Kasul Rok,kasl rwk,kastl rak  washyngtn,yan bao shi,Касл Рок,Касъл Рок,كاسل روك,کاستل راک، واشینگتن,岩堡市		WA	015		
5789448	Cathlamet	cathlamet	US	98612	532	America/Los_Angeles	46.20317	-123.38318	24	Birnie's Retreat,Birnie's Trading Post,Cathlamah,Cathlamet,Kahelamit,Katalamet,Kathlamet,Katlamet,kaeseullameteu,kathlamyt,Катламет,كاثلاميت,캐슬라메트	069	WA	069		
5789559	Cedar Falls	cedar-falls	US	27230	0	America/Los_Angeles	47.42538	-121.77678	287	Cedar Falls,Moncton		WA	033		
5789569	Cedar Grove	cedar-grove	US	07009	0	America/Los_Angeles	47.43566	-122.06206	76			WA	033		
5789584	Cedar Mountain	cedar-mountain	US	28718	0	America/Los_Angeles	47.44816	-122.07317	66			WA	033		
5789586	Cedar Park	cedar-park	US	78613	0	America/Los_Angeles	47.72565	-122.28596	102			WA	033		
5789605	Cedar Valley	cedar-valley	US	84013	0	America/Los_Angeles	47.81371	-122.30346	105			WA	061		
5789615	Cedarhurst	cedarhurst	US	11516	0	America/Los_Angeles	47.48204	-122.4793	21			WA	033		
5789618	Cedarville	cedarville	US	08311	0	America/Los_Angeles	45.92872	-122.52927	116			WA	011		
5789619	Cedarville	cedarville	US	08311	0	America/Los_Angeles	46.85843	-123.28237	25			WA	027		
5789620	Cedarville	cedarville	US	08311	0	America/Los_Angeles	48.84012	-122.29571	52			WA	073		
5789646	Centerville	centerville	US	02632	112	America/Los_Angeles	45.75318	-120.90479	489			WA	039		
5789678	Central Valley	central-valley	US	10917	0	America/Los_Angeles	47.66315	-122.64987	57			WA	035		
5789683	Centralia	centralia	US	62801	16753	America/Los_Angeles	46.71621	-122.9543	57	Centerville,Centralia,Sentralija,Sentrejlija,Skookumchuck,sen te lei li ya,senteuleillia,sentoraria,sntralya,sntralya  washyngtn,Сентралия,Сентрейлия,Сентрейлія,Сентрејлија,سنتراليا,سنترالیا، واشینگتن,سینٹریلیا، واشنگٹن,セントラリア,森特勒利亚,센트레일리아		WA	041		
5789693	Ceres	ceres	US	14721	0	America/Los_Angeles	46.60788	-123.15347	73			WA	041		
5789699	Chaffee	chaffee	US	14030	0	America/Los_Angeles	46.26013	-119.6067	178			WA	005		
5789721	Chambers	chambers	US	68725	0	America/Los_Angeles	46.64294	-117.18461	781	Chamber,Chambers		WA	075		
5789778	Charleston	charleston	US	04422	0	America/Los_Angeles	47.56121	-122.65958	54			WA	035		
5789793	Charter Oak	charter-oak	US	51439	0	America/Los_Angeles	45.82428	-122.55815	104	Charter Oak,Charter Oaks		WA	011		
5789803	Chattaroy	chattaroy	US	25667	0	America/Los_Angeles	47.88962	-117.35772	521	Chattaroy,Kidd		WA	063		
5789810	Chautauqua	chautauqua	US	14722	0	America/Los_Angeles	47.42315	-122.4329	19			WA	033		
5789817	Chehalis	chehalis	US	98532	7391	America/Los_Angeles	46.66205	-122.96402	74	CLS,Chehalis,Saundersville,Shekhejlis,Shukhejlis,chehalliseu,chhalys  washyngtn,qi hei li si,shyhalys,Шехејлис,Шъхейлис,شيهاليس,چهالیس، واشینگتن,奇黑利斯,체할리스	041	WA	041		
5789826	Chelan	chelan	US	98816	4060	America/Los_Angeles	47.84097	-120.01646	344	Chelan,Shelan,Shulan,Tsill-Anne,chylan  washyngtn,qi lan,shylan,swelan,Шелан,Шълан,شيلان,چیلان، واشینگتن,奇兰,쉐란		WA	007		
5789832	Chelan Falls	chelan-falls	US	98817	329	America/Los_Angeles	47.80153	-119.9859	231			WA	007		
5789852	Chelsea	chelsea	US	02150	0	America/Los_Angeles	47.71288	-122.28596	55			WA	033		
5789856	Cheney	cheney	US	67025	11534	America/Los_Angeles	47.48739	-117.57576	717	Billings,Cheney,Chijni,Chini,Depot Springs,Section 13,Sile',Willow Springs,Yts'piyits'p,cheni,chini,chny  washyngtn,qie ni,tshyny,Чийни,Чини,تشيني,چنی، واشینگتن,チーニー,切尼,체니		WA	063		
5789872	Cherokee	cherokee	US	28719	0	America/Los_Angeles	48.45071	-119.46644	263	Cherokee,Cherokee Station		WA	047		
5789897	Chester	chester	US	01011	0	America/Los_Angeles	47.61795	-117.25048	613			WA	063		
5789920	Chewelah	chewelah	US	99109	2607	America/Los_Angeles	48.27629	-117.71552	508	Chevila,Chuuila,chwlah  washyngtn,qi wei la,tshwlah,Чевила,Чъуила,تشولاه,چولاه، واشینگتن,奇维拉		WA	065		
5789949	Chico	chico	US	76431	2259	America/Los_Angeles	47.61148	-122.71042	10			WA	035		
5789994	Chimacum	chimacum	US	98325	0	America/Los_Angeles	48.01094	-122.77059	38	Chimacum,Chimikim		WA	031		
5790021	Chinook	chinook	US	59523	466	America/Los_Angeles	46.27288	-123.94543	3	Chinook,Chinookville		WA	049		
5790094	Christopher	christopher	US	62822	0	America/Los_Angeles	47.33399	-122.23206	18			WA	033		
5790133	Cicero	cicero	US	13039	0	America/Los_Angeles	48.26871	-122.01042	39	Cicero,Harmony,Hildebrand		WA	061		
5790135	Cinebar	cinebar	US	98533	0	America/Los_Angeles	46.60427	-122.53178	276			WA	041		
5790161	Clallam Bay	clallam-bay	US	98326	363	America/Los_Angeles	48.25452	-124.25966	5	Clallam Bay,East Clallam		WA	009		
5790218	Clarkston	clarkston	US	30021	7317	America/Los_Angeles	46.41629	-117.04557	246	Clarkston,Concord,Klarkson,Klarkstun,Vineland,ke la ke si dun,klark astwn  washyngtn,klarkstwn,Кларксон,Кларкстън,كلاركستون,کلارک استون، واشینگتن,克拉克斯顿		WA	003		
5790222	Clay City	clay-city	US	40312	0	America/Los_Angeles	46.92566	-122.25595	201			WA	053		
5790224	Clayton	clayton	US	08312	0	America/Los_Angeles	47.99573	-117.5594	685			WA	065		
5790229	Cle Elum	cle-elum	US	98922	1901	America/Los_Angeles	47.1954	-120.93925	583	Cle Elum,Clealum,Kli Elum,ke li ai lei mu,keul-ellum,kly alwm,kureeramu,sl alwm  washyngtn,Кли Елум,Кли Елъм,سل الوم، واشینگتن,كلي إلوم,クレエラム,克利埃勒姆,클엘룸		WA	037		
5790270	Clear Lake	clear-lake	US	50428	1002	America/Los_Angeles	48.46427	-122.23404	14	Clear Lake,Clearlake,Mountain View		WA	057		
5790289	Clearbrook	clearbrook	US	56634	0	America/Los_Angeles	48.97873	-122.32238	22			WA	073		
5790292	Clearwater	clearwater	US	29822	0	America/Los_Angeles	47.57758	-124.29464	21			WA	031		
5790322	Cleveland	cleveland	US	13042	0	America/Los_Angeles	45.97068	-120.35311	926	Klivlend,Кливленд		WA	039		
5790335	Climax	climax	US	12042	0	America/Los_Angeles	46.2468	-118.4672	349	Climax,Climax Siding		WA	071		
5790344	Clinton	clinton	US	01510	928	America/Los_Angeles	47.97843	-122.3557	40	Klinton,Клинтон		WA	029		
5790383	Clyde	clyde	US	14433	0	America/Los_Angeles	46.41125	-118.4472	374			WA	071		
5790390	Clyde	clyde	US	14433	0	America/Los_Angeles	47.6151	-122.21512	34			WA	033		
5790393	Coal Creek	coal-creek	US	81221	0	America/Los_Angeles	46.20011	-123.01678	68			WA	015		
5790425	Coalfield	coalfield	US	37719	0	America/Los_Angeles	47.5026	-122.12179	101			WA	033		
5790473	Colbert	colbert	US	30628	0	America/Los_Angeles	47.82656	-117.34188	559			WA	063		
5790476	Colby	colby	US	54421	0	America/Los_Angeles	47.5326	-122.54569	10	Coal Bay,Colby		WA	035		
5790480	Colchester	colchester	US	05439	0	America/Los_Angeles	47.5451	-122.54152	26			WA	035		
5790554	Colfax	colfax	US	26566	2870	America/Los_Angeles	46.88017	-117.36435	601	Belleville,Colfax,Hnch'laqhemn,Kolfaks,ke er,klfks  washyngtn,kwlfaks,Колфакс,كولفاكس,کلفکس، واشینگتن,科尔	075	WA	075		
5790562	College Place	college-place	US	99324	9062	America/Los_Angeles	46.0493	-118.3883	242			WA	071		
5790598	Colton	colton	US	13625	445	America/Los_Angeles	46.56794	-117.1285	781	Kolton,Колтон		WA	075		
5790600	Columbia	columbia	US	06237	0	America/Los_Angeles	47.56399	-122.2754	17			WA	033		
5790601	Columbia	columbia	US	06237	0	America/Los_Angeles	48.96707	-122.16293	169			WA	073		
5790660	Colville	colville	US	99114	4719	America/Los_Angeles	48.54657	-117.90554	492	Colville,Kalvil,Kolvil,Pinkney City,ke er wei er,kwlfyl,kwlwyl  washyngtn,Калвил,Колвил,كولفيل,کولویل، واشینگتن,科尔维尔	065	WA	065		
5790707	Conconully	conconully	US	98819	213	America/Los_Angeles	48.55737	-119.74979	702			WA	047		
5790718	Concrete	concrete	US	98237	716	America/Los_Angeles	48.53928	-121.74625	84	Baker,Cement,Concrete,Konkrijt,Konkrit,kwnkryt,Конкрийт,Конкрит,كونكريت		WA	057		
5790756	Connell	connell	US	99326	5446	America/Los_Angeles	46.66347	-118.86111	258	Connell,Palouse Junction		WA	021		
5790791	Conway	conway	US	01341	91	America/Los_Angeles	48.34038	-122.34293	4	Konvej,Конвей		WA	057		
5790793	Cook	cook	US	55723	0	America/Los_Angeles	45.7104	-121.66007	39			WA	059		
5790853	Copalis Beach	copalis-beach	US	98535	415	America/Los_Angeles	47.11259	-124.17379	7	Copalis,Copalis Beach		WA	027		
5790854	Copalis Crossing	copalis-crossing	US	98536	0	America/Los_Angeles	47.10786	-124.06934	21			WA	027		
5790909	Cora	cora	US	25614	0	America/Los_Angeles	46.53595	-121.79009	288			WA	041		
5790919	Cordell	cordell	US	73632	0	America/Los_Angeles	48.86655	-119.41201	277			WA	047		
5790924	Corfu	corfu	US	14036	0	America/Los_Angeles	46.81514	-119.4553	193			WA	025		
5790966	Cosmopolis	cosmopolis	US	98537	1594	America/Los_Angeles	46.95537	-123.77378	8			WA	027		
5791013	Cougar	cougar	US	98616	0	America/Los_Angeles	46.0515	-122.29954	156			WA	015		
5791095	Coulee City	coulee-city	US	99115	572	America/Los_Angeles	47.61126	-119.29225	484	Coulee,Coulee City,McEntee,McEntee's Crossing		WA	025		
5791102	Coulee Dam	coulee-dam	US	99116	1093	America/Los_Angeles	47.96543	-118.97613	349			WA	047		
5791132	Coupeville	coupeville	US	98239	1887	America/Los_Angeles	48.21982	-122.68628	25	Coupeville,Kupvil,P't-sa-tl-y,kopubiru,kwbyfyl,Купвил,كوبيفيل,コープビル	029	WA	029		
5791146	Cove	cove	US	71937	0	America/Los_Angeles	47.45204	-122.50791	52			WA	033		
5791159	Covington	covington	US	16917	19197	America/Los_Angeles	47.35818	-122.12216	116	Kavington,Kuvingtun,ka wen dun,kawyngtwn  washyngtn,keobingteon,kobinton,kwfynghtwn,Кавингтон,Къвингтън,كوفينغتون,کاوینگتون، واشینگتن,کوونگٹن، واشنگٹن,コビントン,卡温顿,커빙턴		WA	033		
5791191	Cowiche	cowiche	US	98923	428	America/Los_Angeles	46.66985	-120.71229	533	Cowecha,Cowiche,Cowitchee,Cowyche,Kah-wi-chi		WA	077		
5791198	Cowley	cowley	US	82420	0	America/Los_Angeles	47.49843	-122.46485	108			WA	033		
5791229	Coyle	coyle	US	73027	0	America/Los_Angeles	47.69787	-122.80544	43	Coyle,Fisherman's Bay		WA	031		
5791287	Crabtree	crabtree	US	15624	0	America/Los_Angeles	47.03406	-117.19101	772			WA	075		
5791322	Crane	crane	US	47522	0	America/Los_Angeles	48.10676	-123.32102	66			WA	009		
5791356	Crawford	crawford	US	26343	0	America/Los_Angeles	45.80289	-122.48482	146			WA	011		
5791379	Crescent	crescent	US	15046	0	America/Los_Angeles	48.09453	-123.80714	185			WA	009		
5791422	Creston	creston	US	26141	216	America/Los_Angeles	47.75849	-118.51972	744	Benson,Creston		WA	043		
5791452	Cromwell	cromwell	US	06416	0	America/Los_Angeles	47.27426	-122.62235	22			WA	053		
5791466	Crosby	crosby	US	16724	0	America/Los_Angeles	47.58204	-122.86599	138			WA	035		
5791476	Crossroads	crossroads	US	88114	0	America/Los_Angeles	47.61954	-122.11873	130			WA	033		
5791550	Crystal Springs	crystal-springs	US	33524	0	America/Los_Angeles	47.6028	-122.57586	7	Crystal Springs,Crystalsprings		WA	035	7172972	
5791585	Cumberland	cumberland	US	02864	0	America/Los_Angeles	47.28288	-121.92706	259			WA	033		
5791592	Cunningham	cunningham	US	37052	0	America/Los_Angeles	46.82209	-118.80639	363	Cunningham,Scott		WA	001		
5791604	Curlew	curlew	US	50527	118	America/Los_Angeles	48.88545	-118.59947	549	Curlew,Karamin,Karamip		WA	019		
5791641	Cusick	cusick	US	99119	205	America/Los_Angeles	48.33741	-117.29717	626			WA	051		
5791643	Curtis	curtis	US	49820	0	America/Los_Angeles	46.58705	-123.11013	70			WA	041		
5791648	Custer	custer	US	40115	366	America/Los_Angeles	48.91733	-122.63795	12			WA	073		
5791656	Custer	custer	US	40115	318	America/Los_Angeles	47.17649	-122.52763	77			WA	053		
5791703	Daisy	daisy	US	30423	0	America/Los_Angeles	48.36128	-118.15999	405			WA	065		
5791724	Dallesport	dallesport	US	98617	1202	America/Los_Angeles	45.61734	-121.17952	65	Dalles Port,Dallesport,Grand Dalles,Grandalles,North Dalles,Northdalles,Rockland		WA	039		
5791768	Danville	danville	US	03819	0	America/Los_Angeles	47.36149	-122.02873	162			WA	033		
5791771	Danville	danville	US	03819	34	America/Los_Angeles	48.9924	-118.50808	532	Danville,Nelson		WA	019		
5791789	Darlington	darlington	US	16115	0	America/Los_Angeles	47.95371	-122.27014	61			WA	061		
5792621	Doran	doran	US	24612	0	America/Los_Angeles	48.67845	-122.19571	91			WA	073		
5791791	Darrington	darrington	US	98241	1376	America/Los_Angeles	48.25539	-121.60151	169	Daringtun,Darrington,Derington,Sauk Portage,The Burn,darynghtwn,Дарингтън,Дерингтон,دارينغتون		WA	061		
5791805	Davenport	davenport	US	13750	1672	America/Los_Angeles	47.65405	-118.14997	724	Cottonwood Springs,Davenport,Dehvenport,Epsp'it'em,Дэвенпорт	043	WA	043		
5791820	Davin	davin	US	25617	0	America/Los_Angeles	46.60848	-118.32442	165	Davin,Sand		WA	021		
5791822	Davis	davis	US	26260	0	America/Los_Angeles	46.66177	-123.42543	142			WA	049		
5791895	Dayton	dayton	US	08810	0	America/Los_Angeles	45.9315	-122.52732	93			WA	011		
5791896	Dayton	dayton	US	08810	2526	America/Los_Angeles	46.32375	-117.97244	506	Dayton,Dejton,Dejtun,Touchet,dai dun,daytwn,detana,dytwn  washyngtn,Дейтон,Дейтън,Дејтон,دايتون,دیتون، واشینگتن,ڈیٹن، واشنگٹن,डेटन,代顿	013	WA	013		
5791897	Dayton	dayton	US	08810	0	America/Los_Angeles	47.22676	-123.22515	76	Dayton,Williamson		WA	045		
5791980	Decatur	decatur	US	30030	0	America/Los_Angeles	48.50038	-122.81962	24	Decatur,Decautur		WA	055		
5792011	Deckerville	deckerville	US	48427	0	America/Los_Angeles	47.22731	-123.47488	115			WA	045		
5792062	Deep River	deep-river	US	06417	204	America/Los_Angeles	46.34844	-123.68515	16	Deep River,Deepriver		WA	069		
5792113	Deer Harbor	deer-harbor	US	98243	0	America/Los_Angeles	48.6201	-122.9999	19	Deer Harbor,Deerharbor		WA	055		
5792143	Deer Park	deer-park	US	11729	3941	America/Los_Angeles	47.95434	-117.47689	647	Deer Park,Deerpark		WA	063		
5792162	Deer Trail	deer-trail	US	80105	0	America/Los_Angeles	48.03266	-118.10303	1192	Deer Trail,Deertrail		WA	065		
5792200	Delphi	delphi	US	46923	0	America/Los_Angeles	46.97899	-123.01875	66			WA	067		
5792201	Delta	delta	US	17314	0	America/Los_Angeles	48.98095	-122.52489	38			WA	073		
5792207	Deming	deming	US	88030	353	America/Los_Angeles	48.82567	-122.21599	67			WA	073		
5792212	Delta Junction	delta-junction	US	99737	0	America/Los_Angeles	48.01315	-122.18875	9			WA	061		
5792216	Denison	denison	US	51442	0	America/Los_Angeles	47.90962	-117.43856	598	Buckeye,Denison,Hock Spur,Pratt		WA	063		
5792244	Des Moines	des-moines	US	50301	31221	America/Los_Angeles	47.40177	-122.32429	28	De Mojn,De Mojns,De-Mojn,Des Moines (Washington),DesMoines,de mei yin,demoin,dy mwynz  washyngtn,dys mwyns,Де Мойн,Де Мојнс,Де-Мойн,ديس موينس,دی موینز، واشینگتن,デモイン,得梅因		WA	033		
5792350	Dewey	dewey	US	61840	0	America/Los_Angeles	48.79317	-122.42961	51			WA	073		
5792352	Dewey	dewey	US	61840	0	America/Los_Angeles	48.4251	-122.6085	14	Dewey,Gibraltar		WA	057		
5792361	Diablo	diablo	US	94528	0	America/Los_Angeles	48.71346	-121.14123	273			WA	073		
5792365	Diamond	diamond	US	44412	0	America/Los_Angeles	46.91794	-117.48852	623			WA	075		
5792367	Diamond City	diamond-city	US	72630	0	America/Los_Angeles	48.61658	-117.28995	796			WA	051		
5792428	Dilworth	dilworth	US	56529	0	America/Los_Angeles	47.46538	-122.43513	17			WA	033		
5792462	Discovery Bay	discovery-bay	US	94505	0	America/Los_Angeles	47.99009	-122.89184	15			WA	031		
5792504	Dixie	dixie	US	25059	197	America/Los_Angeles	46.14014	-118.15523	469			WA	071		
5792526	Dodge	dodge	US	54625	0	America/Los_Angeles	46.52487	-117.82187	388	Buckley,Dodge		WA	023		
5792576	Dolphin	dolphin	US	23843	0	America/Los_Angeles	48.65149	-122.90935	23			WA	055		
5792601	Donahue	donahue	US	52746	0	America/Los_Angeles	47.21073	-117.35547	687			WA	075		
5792606	Donald	donald	US	97020	91	America/Los_Angeles	46.47652	-120.39673	265			WA	077		
5792680	Douglas	douglas	US	01516	0	America/Los_Angeles	47.62124	-120.00479	725			WA	017		
5792712	Downing	downing	US	54734	0	America/Los_Angeles	48.04209	-119.69311	274			WA	017		
5792717	Downs	downs	US	61736	0	America/Los_Angeles	47.37154	-118.3972	584	Downs,Downs Station		WA	043		
5792869	DuPont	dupont	US	45837	9356	America/Los_Angeles	47.09676	-122.63124	75	Djupon,Du Pont,DuPont,Dupont,du bang,dwbwnt,dwpant  washyngtn,Дупонт,Дюпон,دوبونت,دوپانت، واشینگتن,杜邦		WA	053		
5792872	Dryden	dryden	US	04225	0	America/Los_Angeles	47.54123	-120.56092	295			WA	007		
5792911	Dumas	dumas	US	38625	0	America/Los_Angeles	46.28708	-118.06133	429			WA	013		
5792916	Duncan	duncan	US	29334	0	America/Los_Angeles	47.50462	-117.34492	583			WA	063		
5792948	Dunlap	dunlap	US	37327	0	America/Los_Angeles	47.52555	-122.27028	14			WA	033	7174408	
5792967	Durham	durham	US	03824	0	America/Los_Angeles	47.33816	-121.89094	287			WA	033		
5792990	Duvall	duvall	US	98019	7674	America/Los_Angeles	47.74232	-121.98568	27	Djuval,Duval,Duvall,du wa er,dwwal  washyngtn,dyubal,Дувал,Дювал,دووال، واشینگتن,杜瓦尔,듀발		WA	033		
5793003	Dyer	dyer	US	38330	0	America/Los_Angeles	47.97792	-119.77145	833			WA	017		
5793074	Earl	earl	US	28038	0	America/Los_Angeles	47.55182	-118.37943	693			WA	043		
5793226	East Olympia	east-olympia	US	98540	0	America/Los_Angeles	46.9676	-122.83569	67			WA	067		
5793271	East Wenatchee	east-wenatchee	US	98802	13659	America/Los_Angeles	47.41568	-120.29313	208	Ist Uinachi,Ist Venachi,ayst wanatshy,ayst wnatchy  washyngtn,dong wei na qi,isutowanatchi,Ист Веначи,Ист Уиначи,إيست واناتشي,ایست وناتچی، واشینگتن,イーストワナッチー,東韋納奇		WA	017		
5793286	Eastland	eastland	US	76448	0	America/Los_Angeles	47.61315	-122.22568	38			WA	033		
5793287	Eastman	eastman	US	31023	0	America/Los_Angeles	46.13458	-118.14023	514			WA	071		
5793294	Easton	easton	US	02334	478	America/Los_Angeles	47.23706	-121.17898	661	ESW,Iston,Истон		WA	037		
5793307	Eastsound	eastsound	US	98245	0	America/Los_Angeles	48.69677	-122.90546	15	ESD,East Sound,Eastsound		WA	055		
5793310	Eastwood	eastwood	US	40018	0	America/Los_Angeles	47.6101	-122.64014	113			WA	035		
5793321	Eatonville	eatonville	US	98328	2900	America/Los_Angeles	46.86733	-122.2665	244	Itonvil,Itonvill,Itunvil,aytwnfyl,Итонвил,Итонвилл,Итънвил,إيتونفيل		WA	053		
5793342	Echo Lake	echo-lake	US	95721	0	America/Los_Angeles	47.76899	-122.34374	122			WA	033		
5793348	Echo Lake	echo-lake	US	95721	849	America/Los_Angeles	47.78427	-122.04679	165			WA	061		
5793374	Eden	eden	US	05652	0	America/Los_Angeles	47.03462	-117.15462	771	Eden,Eden Station		WA	075		
5793380	Eden	eden	US	05652	0	America/Los_Angeles	46.29844	-123.65236	7			WA	069		
5793394	Edgecomb	edgecomb	US	04556	0	America/Los_Angeles	48.15177	-122.1407	42	Edgecom,Edgecomb		WA	061		
5793395	Edgemont	edgemont	US	19028	0	America/Los_Angeles	46.92485	-120.4609	474			WA	037		
5793397	Edgemoor	edgemoor	US	29712	0	America/Los_Angeles	48.70816	-122.50823	56			WA	073		
5793398	Edgewater	edgewater	US	07020	0	America/Los_Angeles	47.9526	-122.28069	49			WA	061		
5793406	Edgewood	edgewood	US	21040	9826	America/Los_Angeles	47.2501	-122.29373	108	Edzhud,Edzvud,ai qi wu de,ajwwd,aydjwwd,Еджуд,Еџвуд,إيدجوود,اجوود,ایجووڈ، واشنگٹن,埃奇伍德		WA	053		
5793409	Edison	edison	US	08817	133	America/Los_Angeles	48.56233	-122.44378	2	Ehdison,Эдисон		WA	057		
5793427	Edmonds	edmonds	US	98020	41375	America/Los_Angeles	47.81065	-122.37736	20	Edmonds,Edmunds,Ehdmonds,admwndz,admwndz  washyngtn,ai de meng ci,edeumeonjeu,edomonzu,Едмондс,Едмъндс,Эдмондс,إدموندز,ادموندز، واشینگتن,エドモンズ,埃德蒙兹,에드먼즈		WA	061		
5793434	Edna	edna	US	67342	0	America/Los_Angeles	46.58958	-119.41447	123			WA	005		
5793445	Edwards	edwards	US	13635	0	America/Los_Angeles	46.54958	-119.00473	208			WA	021		
5793447	Edwall	edwall	US	99008	0	America/Los_Angeles	47.5046	-117.95107	708			WA	043		
5793467	Eglon	eglon	US	26716	0	America/Los_Angeles	47.86259	-122.51459	4	Eglan,Eglon,Silver Creek		WA	035		
5793496	Elbe	elbe	US	98330	29	America/Los_Angeles	46.76483	-122.19372	371	Ehlbe,Элбе		WA	053		
5793499	Elberton	elberton	US	30635	0	America/Los_Angeles	46.98128	-117.22129	668	Elberton,Evergreen,Wilburville		WA	075		
5793551	Electric City	electric-city	US	99123	1012	America/Los_Angeles	47.93237	-119.03808	503	GCD		WA	025		
5793571	Elk	elk	US	95432	0	America/Los_Angeles	48.01629	-117.2766	562			WA	063		
5793589	Elk Creek	elk-creek	US	24326	0	America/Los_Angeles	46.66482	-123.4471	152			WA	049		
5793639	Ellensburg	ellensburg	US	98926	19001	America/Los_Angeles	46.99651	-120.54785	470	ELN,Elensburg,Ellen's Burgh,Ellensburg,Elunsburg,Robbers Roost,ai lun si bao,alns bwrg  washyngtn,alynsbwrgh,ellenseubeogeu,erenzubagu,Еленсбург,Елънсбърг,إلينسبورغ,النس بورگ، واشینگتن,エレンズバーグ,埃伦斯堡,엘렌스버그	037	WA	037		
5793651	Elliott	elliott	US	29046	0	America/Los_Angeles	47.46566	-122.13984	35	Elliot,Elliott		WA	033		
5793673	Ellisville	ellisville	US	39437	0	America/Los_Angeles	47.52232	-121.75817	132			WA	033		
5793674	Ellsworth	ellsworth	US	04605	0	America/Los_Angeles	45.60401	-122.56426	34			WA	011		
5793687	Elma	elma	US	14059	3034	America/Los_Angeles	47.00343	-123.40877	15	Elma,ai er ma,alma,alma  washyngtn,Елма,إلما,الما، واشینگتن,艾尔玛		WA	027		
5793689	Elmer City	elmer-city	US	99124	240	America/Los_Angeles	47.99793	-118.95447	334			WA	047		
5793700	Eltopia	eltopia	US	99330	0	America/Los_Angeles	46.45875	-119.01723	197	Eltopay,Eltopia,Hell to Pay		WA	021		
5793716	Elwood	elwood	US	08217	0	America/Los_Angeles	46.38208	-118.51526	345			WA	071		
5793724	Emden	emden	US	62635	0	America/Los_Angeles	47.1046	-118.12274	547	Emden,Emden Station		WA	001		
5793776	Endicott	endicott	US	13760	290	America/Los_Angeles	46.92572	-117.68298	528	Endicott,Rebel Flat		WA	075		
5793783	English	english	US	47118	0	America/Los_Angeles	48.15232	-122.2082	38			WA	061		
5793789	Ennis	ennis	US	59729	0	America/Los_Angeles	46.23736	-118.36914	321			WA	071		
5793795	Enterprise	enterprise	US	26568	0	America/Los_Angeles	48.81602	-119.51692	418			WA	047		
5793796	Enterprise	enterprise	US	26568	0	America/Los_Angeles	48.01377	-118.2186	554	Buck Station,Buck's Station,Enterprise,Jerusalem,Robbers Roost		WA	065		
5793817	Entiat	entiat	US	98822	1182	America/Los_Angeles	47.67596	-120.20841	241			WA	007		
5793822	Enumclaw	enumclaw	US	98022	11609	America/Los_Angeles	47.20427	-121.9915	232	Inumklo,anamk law  washyngtn,anwmklaw,inamukuro,yi na mu ke luo,Инумкло,Инъмкло,إنومكلاو,انامک لاو، واشینگتن,イーナムクロー,伊纳姆克洛		WA	033		
5793832	Ephrata	ephrata	US	17522	8047	America/Los_Angeles	47.31764	-119.55365	389	Beasley Springs,EPH,Ephrata,Ifrejta,Indian Grave Springs,afrata,afrata  washyngtn,ai fu la ta,Ифрейта,Ифрејта,إفراتا,افراتا، واشینگتن,埃夫拉塔	025	WA	025		
5793842	Equality	equality	US	36026	0	America/Los_Angeles	48.57539	-122.39822	43	Equality,Equality Colony,Freeland,Freeland Colony		WA	057		
5793875	Espanola	espanola	US	87532	0	America/Los_Angeles	47.60322	-117.74161	727	Esmereida Peaks,Esmerelds Peaks,Espanola,Manila		WA	063		
5793876	Esperance	esperance	US	12066	3601	America/Los_Angeles	47.78899	-122.35541	115			WA	061		
5793889	Ethel	ethel	US	25076	0	America/Los_Angeles	46.58041	-119.59809	180			WA	005		
5793890	Ethel	ethel	US	25076	0	America/Los_Angeles	46.53205	-122.74039	144			WA	041		
5793896	Etna	etna	US	03750	0	America/Los_Angeles	45.93817	-122.59843	91			WA	011		
5793899	Eufaula	eufaula	US	36027	0	America/Los_Angeles	46.19567	-123.04789	122			WA	015		
5793903	Eureka	eureka	US	48833	0	America/Los_Angeles	46.30319	-118.61665	324			WA	071		
5793904	Eureka	eureka	US	48833	0	America/Los_Angeles	48.76289	-122.45183	33			WA	073		
5793917	Evans	evans	US	25241	0	America/Los_Angeles	48.71352	-118.02527	402			WA	065		
5793931	Evansville	evansville	US	47701	0	America/Los_Angeles	47.48121	-122.3329	111			WA	033		
5793933	Everett	everett	US	02149	108010	America/Los_Angeles	47.97898	-122.20208	25	Ehverett,Everet,Everett,Evuret,PAE,ai fu li te,awrt  washyngtn,ayfryt,ebaretto,ebeoles,Еверет,Еверетт,Евърет,Эверетт,אוורט,إيفريت,اورت، واشینگتن,ایورٹ,ایوریٹ، واشنگٹن,エバレット,埃弗里特,에버렛	061	WA	061		
5793956	Evergreen	evergreen	US	23939	0	America/Los_Angeles	45.62706	-122.52843	96			WA	011		
5793957	Evergreen	evergreen	US	23939	0	America/Los_Angeles	47.73538	-122.33679	138			WA	033		
5794011	Everson	everson	US	15631	2600	America/Los_Angeles	48.92012	-122.34266	26	Everson,Evursun,ai fu sen,awrswn  washyngtn,ayfrswn,ebeoseun,Еверсон,Евърсън,إيفرسون,اورسون، واشینگتن,埃弗森,에버슨		WA	073		
5794013	Ewan	ewan	US	08025	0	America/Los_Angeles	47.11683	-117.73493	530			WA	075		
5794048	Fairbanks	fairbanks	US	47849	0	America/Los_Angeles	47.22434	-117.21518	745			WA	075		
5794049	Fairchild	fairchild	US	54741	0	America/Los_Angeles	47.63405	-117.66855	747	Bong,Fairchild		WA	063		
5794055	Fairfax	fairfax	US	05454	0	America/Los_Angeles	47.01038	-122.01622	415			WA	053		
5794059	Fairfield	fairfield	US	04937	606	America/Los_Angeles	47.38518	-117.17158	787	Fairfield,Feurfild,Regis,T'u'washa'lqw,Truax,Феърфилд		WA	063		
5794062	Fairhaven	fairhaven	US	02719	0	America/Los_Angeles	48.71816	-122.50684	9			WA	073		
5794068	Fairmont	fairmont	US	26554	0	America/Los_Angeles	47.99287	-122.866	10			WA	031		
5794069	Fairmont	fairmont	US	26554	0	America/Los_Angeles	47.90204	-122.2543	166			WA	061		
5794075	Fairview	fairview	US	07022	0	America/Los_Angeles	47.84431	-119.51254	694			WA	017		
5794076	Fairview	fairview	US	07022	0	America/Los_Angeles	47.62148	-122.66848	23			WA	035		
5794077	Fairview	fairview	US	07022	0	America/Los_Angeles	48.3624	-117.72164	656			WA	065		
5794114	Fall City	fall-city	US	98024	1993	America/Los_Angeles	47.56732	-121.88873	32	Fall City,Fol Siti,Mountain View,The Landing,Фол Сити,فال سٹی، واشنگٹن		WA	033		
5794130	Fallon	fallon	US	59326	0	America/Los_Angeles	46.83461	-117.11573	758	Fallon,Fallons		WA	075		
5794190	Farmer	farmer	US	43520	0	America/Los_Angeles	47.61264	-119.812	739			WA	017		
5794193	Farmington	farmington	US	03835	150	America/Los_Angeles	47.08934	-117.04406	805	Farmington,Paamintn,Pine Creek,Фармингтон		WA	075		
5794235	Fayette	fayette	US	13065	0	America/Los_Angeles	46.6476	-123.11791	65			WA	041		
5795563	Glenwood	glenwood	US	07418	0	America/Los_Angeles	46.92767	-117.2799	633			WA	075		
5795571	Globe	globe	US	85501	0	America/Los_Angeles	46.5551	-123.53627	62			WA	049		
5795678	Gold Bar	gold-bar	US	98251	2112	America/Los_Angeles	47.85677	-121.69706	63	Gold Bar,Goldbar		WA	061		
5794245	Federal Way	federal-way	US	98003	95171	America/Los_Angeles	47.32232	-122.31262	141	Federal Vej,Federal Way,Fedural Uej,fdral wy  washyngtn,federaruu~ei,fei de lei er wei,fydral way,pedeoleol-wei,Федерал Веј,Федърал Уей,فدرال وی، واشینگتن,فيدرال واي,فیڈرل وئے، واشنگٹن,فیڈرل وے,フェデラルウェイ,费德勒尔韦,페더럴웨이		WA	033		
5794276	Ferndale	ferndale	US	12734	13010	America/Los_Angeles	48.8465	-122.59101	11	Ferndale,Jam		WA	073		
5794282	Fernwood	fernwood	US	39635	0	America/Los_Angeles	47.50648	-122.65291	68			WA	035		
5794369	Finley	finley	US	38030	6012	America/Los_Angeles	46.15402	-119.0339	108			WA	005		
5794502	Fisher	fisher	US	16225	0	America/Los_Angeles	45.58984	-122.5037	30	Fisher,Fisher's,Fisher's Wharf,Fishers,Fishers Landing,Fishers Wharf		WA	011		
5794565	Five Points	five-points	US	36855	0	America/Los_Angeles	46.08014	-118.11189	779			WA	071		
5794614	Fletcher	fletcher	US	28732	0	America/Los_Angeles	46.86848	-118.32414	513			WA	001		
5794632	Flint	flint	US	48501	0	America/Los_Angeles	46.44624	-120.34534	251			WA	077		
5794643	Florence	florence	US	01062	0	America/Los_Angeles	48.22065	-122.33182	4			WA	061		
5794703	Forbes	forbes	US	55738	0	America/Los_Angeles	47.11037	-123.13098	36			WA	045		
5794719	Forest	forest	US	24551	0	America/Los_Angeles	46.59899	-122.8579	93	Forest,Newaukum Prairie		WA	041		
5794761	Forks	forks	US	98331	3747	America/Los_Angeles	47.95036	-124.38549	93	Forks,fu ke si,fwrks,fwrks  washyngtn,pokeuseu,Форкс,Ֆորկս,فوركس,فورکس، واشینگتن,福克斯,포크스		WA	009		
5794820	Fortson	fortson	US	31808	0	America/Los_Angeles	48.26844	-121.72735	144			WA	061		
5794824	Fortuna	fortuna	US	58844	0	America/Los_Angeles	47.58093	-122.21985	56			WA	033		
5794848	Foster	foster	US	02825	0	America/Los_Angeles	47.48149	-122.27568	29			WA	033		
5794877	Four Corners	four-corners	US	82715	0	America/Los_Angeles	48.04926	-122.81934	40			WA	031		
5794878	Four Corners	four-corners	US	82715	0	America/Los_Angeles	47.81704	-122.64404	17			WA	035		
5794880	Four Corners	four-corners	US	82715	0	America/Los_Angeles	46.91982	-122.56901	111			WA	067		
5794882	Four Lakes	four-lakes	US	99014	512	America/Los_Angeles	47.56128	-117.5941	741	Four Lakes,Meadow Lake		WA	063		
5794940	Fox Island	fox-island	US	98333	3633	America/Los_Angeles	47.25149	-122.62902	51	Fox Island,Sylvan,Sylvan Glen		WA	053		
5794974	Frankfort	frankfort	US	04438	0	America/Los_Angeles	46.28038	-123.75598	3			WA	049		
5794975	Franklin	franklin	US	02038	0	America/Los_Angeles	47.30093	-121.95289	186			WA	033		
5795013	Fredonia	fredonia	US	14063	0	America/Los_Angeles	48.44622	-122.44405	4			WA	057		
5795019	Freedom	freedom	US	03836	0	America/Los_Angeles	47.37628	-117.3827	768			WA	063		
5795023	Freeman	freeman	US	23856	0	America/Los_Angeles	47.51823	-117.19575	797			WA	063		
5795025	Freeland	freeland	US	18224	2045	America/Los_Angeles	48.00954	-122.52598	33	Freeland,Newell		WA	029		
5795037	Fremont	fremont	US	03044	0	America/Los_Angeles	47.65954	-122.35707	56			WA	033		
5795104	Friday Harbor	friday-harbor	US	98250	2340	America/Los_Angeles	48.53427	-123.01712	18	Bellvue,FRD,Frajdej Kharbor,Frajdi Kharbur,Friday Harbor,Friday's Place,Kanaka's Place,fraydy harbwr,Фрайдей Харбор,Фрайди Харбър,Фрајдеј Харбор,فرايدي هاربور	055	WA	055		
5795130	Frontier	frontier	US	49239	0	America/Los_Angeles	48.99963	-117.8311	666			WA	065		
5795150	Fruitland	fruitland	US	21826	0	America/Los_Angeles	48.071	-118.19887	556	Fruitland,Robbers Roost,Spring Valley		WA	065		
5795154	Fruitvale	fruitvale	US	38336	0	America/Los_Angeles	46.6179	-120.55312	345			WA	077		
5795207	Galena	galena	US	21635	0	America/Los_Angeles	47.89233	-121.44344	329			WA	061		
5795224	Galvin	galvin	US	98544	0	America/Los_Angeles	46.74232	-123.02708	50	Galvin,Lincoln		WA	041		
5795239	Garden City	garden-city	US	11530	0	America/Los_Angeles	47.05426	-123.30321	67			WA	027		
5795250	Gardena	gardena	US	90247	0	America/Los_Angeles	46.01902	-118.67471	171			WA	071		
5795251	Gardiner	gardiner	US	04345	0	America/Los_Angeles	48.04981	-122.91573	64			WA	031		
5795263	Garfield	garfield	US	07026	604	America/Los_Angeles	47.00795	-117.14101	754			WA	075		
5795292	Garrett	garrett	US	15542	1419	America/Los_Angeles	46.05208	-118.40275	234			WA	071		
5795348	Geneva	geneva	US	14456	2321	America/Los_Angeles	48.74567	-122.40183	136	Zheneva,Женева		WA	073		
5795355	George	george	US	51237	501	America/Los_Angeles	47.07902	-119.85588	374			WA	025		
5795376	Georgetown	georgetown	US	01833	0	America/Los_Angeles	47.3576	-121.97373	190			WA	033		
5795377	Georgetown	georgetown	US	01833	0	America/Los_Angeles	47.55177	-122.32901	4			WA	033		
5795397	Gettysburg	gettysburg	US	17325	0	America/Los_Angeles	48.15834	-123.82808	6			WA	009		
5795409	Gibbon	gibbon	US	55335	0	America/Los_Angeles	46.23597	-119.6617	196	Bender,Gibbon		WA	005		
5795435	Gifford	gifford	US	16732	0	America/Los_Angeles	48.30628	-118.14638	419			WA	065		
5795440	Gig Harbor	gig-harbor	US	98329	8753	America/Los_Angeles	47.32926	-122.58013	9	Gig Kharbor,Gig Kharbur,ghygh harbwr,gyg harbr  washyngtn,gyg hrbwr,ji ge gang,Гиг Харбор,Гиг Харбър,גיג הרבור,غيغ هاربور,گیگ هاربر، واشینگتن,吉格港		WA	053		
5795447	Gilbert	gilbert	US	18331	0	America/Los_Angeles	48.45681	-120.56038	1078			WA	047		
5795456	Gilberton	gilberton	US	17934	0	America/Los_Angeles	47.63898	-122.60486	37			WA	035		
5795479	Gilmer	gilmer	US	75644	0	America/Los_Angeles	45.87123	-121.46535	416			WA	039		
5795525	Glade	glade	US	67639	0	America/Los_Angeles	46.33597	-119.11112	151			WA	021		
5795547	Glen Cove	glen-cove	US	11542	0	America/Los_Angeles	48.09176	-122.806	7			WA	031		
5795550	Glendale	glendale	US	01229	0	America/Los_Angeles	47.93954	-122.35847	13			WA	029		
5795551	Glendale	glendale	US	01229	0	America/Los_Angeles	47.51288	-122.31596	55			WA	033		
5795556	Glenoma	glenoma	US	98336	0	America/Los_Angeles	46.51455	-122.1601	249	Glenoma,Vern,Verndale		WA	041		
5795561	Glenwood	glenwood	US	07418	0	America/Los_Angeles	47.4251	-122.6893	108			WA	035		
5795562	Glenwood	glenwood	US	07418	0	America/Los_Angeles	46.01873	-121.29063	579	Glenwood,Glenwood  Census Designated Place		WA	039		
5795741	Goldendale	goldendale	US	98620	3435	America/Los_Angeles	45.82068	-120.82173	499	Goldendejl,Gouldundejl,ge er deng dai er,ghwldndyl,gldn dal  washyngtn,Голдендејл,Гоулдъндейл,غولدنديل,گلدن دال، واشینگتن,戈尔登代尔	039	WA	039		
5795763	Good Hope	good-hope	US	30641	0	America/Los_Angeles	45.76539	-122.62038	78	Good Hope,Goodhope		WA	011		
5795840	Gordon	gordon	US	17936	0	America/Los_Angeles	46.76349	-118.02273	354			WA	075		
5795863	Goshen	goshen	US	01032	0	America/Los_Angeles	48.85456	-122.34099	55			WA	073		
5795872	Gould City	gould-city	US	49838	0	America/Los_Angeles	46.58821	-117.57797	388			WA	023		
5795893	Grace	grace	US	38745	0	America/Los_Angeles	47.7776	-122.15068	44			WA	061		
5795906	Graham	graham	US	27253	23491	America/Los_Angeles	47.05288	-122.29428	186			WA	053		
5795924	Grand Coulee	grand-coulee	US	99133	1043	America/Los_Angeles	47.94154	-119.00335	452	Coulee Center,Coulee Heights,Grand Coulee		WA	025		
5795933	Grand Mound	grand-mound	US	52751	2981	America/Los_Angeles	46.78788	-123.01125	51	Grand Mound,Mount Vernon		WA	067		
5795969	Grandview	grandview	US	37337	11176	America/Los_Angeles	46.25097	-119.9017	245			WA	077		
5795972	Granger	granger	US	46530	3695	America/Los_Angeles	46.34207	-120.18727	223			WA	077		
5795988	Granite Falls	granite-falls	US	28630	2868	America/Los_Angeles	47.89013	-120.21369	343			WA	007		
5795991	Granite Falls	granite-falls	US	28630	3493	America/Los_Angeles	48.08399	-121.96874	124	Granit Fols,Granite Falls,Portage,ghranyt fwlz,granyt falz  washyngtn,hua gang yan pu bu,Гранит Фолс,غرانيت فولز,گرانیت فالز، واشینگتن,花岗岩瀑布		WA	061		
5796029	Grant	grant	US	32949	0	America/Los_Angeles	47.25537	-122.92903	4			WA	045		
5796049	Grapeview	grapeview	US	98546	954	America/Los_Angeles	47.33176	-122.83514	13			WA	045		
5796112	Grayland	grayland	US	98547	953	America/Los_Angeles	46.81009	-124.09323	8			WA	027		
5796132	Grays River	grays-river	US	98621	263	America/Los_Angeles	46.35622	-123.60931	5			WA	069		
5796180	Green Lake	green-lake	US	54941	0	America/Los_Angeles	47.68704	-122.33318	79			WA	033		
5796235	Green River	green-river	US	82935	0	America/Los_Angeles	47.28871	-122.08928	53			WA	033		
5796258	Greenacres	greenacres	US	33454	0	America/Los_Angeles	47.66795	-117.16409	619			WA	063		
5796263	Greenbank	greenbank	US	98253	0	America/Los_Angeles	48.09815	-122.57294	48			WA	029		
5796284	Greenwood	greenwood	US	04255	0	America/Los_Angeles	46.98399	-123.36654	14			WA	027		
5796285	Greenwood	greenwood	US	04255	0	America/Los_Angeles	47.69428	-122.35491	95			WA	033	7174408	
5796286	Greenwood	greenwood	US	04255	0	America/Los_Angeles	48.5824	-118.04971	491			WA	065		
5796287	Greenwood	greenwood	US	04255	0	America/Los_Angeles	48.914	-122.44183	26			WA	073		
5796343	Grinnell	grinnell	US	50112	0	America/Los_Angeles	46.96211	-117.06878	772			WA	075		
5796485	Hadley	hadley	US	01035	0	America/Los_Angeles	46.1768	-118.38275	259			WA	071		
5796536	Hall	hall	US	14463	0	America/Los_Angeles	45.94845	-122.53955	206			WA	011		
5796579	Hamilton	hamilton	US	01936	298	America/Los_Angeles	48.5215	-121.98931	29	Gamil'ton,Гамильтон		WA	057		
5796607	Hampton	hampton	US	03842	0	America/Los_Angeles	48.94206	-122.3421	23			WA	073		
5796633	Hanford	hanford	US	93230	0	America/Los_Angeles	46.58375	-119.3878	123	Hanford,Hanford Works		WA	005		
5796685	Hansville	hansville	US	98340	3091	America/Los_Angeles	47.9187	-122.55431	8			WA	035		
5796695	Happy Valley	happy-valley	US	97086	0	America/Los_Angeles	48.04926	-123.09657	172			WA	009		
5796698	Happy Valley	happy-valley	US	97086	0	America/Los_Angeles	48.71455	-122.46767	141			WA	073		
5796700	Harbert	harbert	US	49115	0	America/Los_Angeles	46.08792	-118.24218	397			WA	071		
5796763	Harmony	harmony	US	02829	0	America/Los_Angeles	46.55816	-122.48372	221			WA	041		
5796789	Harrah	harrah	US	73045	628	America/Los_Angeles	46.40429	-120.54423	254			WA	077		
5796795	Harper	harper	US	25851	0	America/Los_Angeles	47.52065	-122.51958	5			WA	035		
5796799	Harrington	harrington	US	04643	400	America/Los_Angeles	47.48099	-118.25442	654			WA	043		
5796845	Hartford	hartford	US	05047	0	America/Los_Angeles	48.02204	-122.05541	69			WA	061		
5796854	Hartline	hartline	US	99135	156	America/Los_Angeles	47.69043	-119.10835	583			WA	025		
5796862	Harvey	harvey	US	50119	0	America/Los_Angeles	46.39153	-118.46887	368			WA	071		
5796870	Harwood	harwood	US	20776	0	America/Los_Angeles	46.58235	-120.65618	389			WA	077		
5796879	Hatch	hatch	US	84735	0	America/Los_Angeles	46.2743	-118.67055	318			WA	071		
5796899	Hatton	hatton	US	58240	102	America/Los_Angeles	46.77597	-118.82639	327	Hatton,Twin Wells		WA	001		
5796928	Hawley	hawley	US	18428	0	America/Los_Angeles	47.62732	-122.50652	13			WA	035		
5796936	Hay	hay	US	99136	0	America/Los_Angeles	46.67876	-117.91577	332			WA	075		
5796945	Hayes	hayes	US	23072	0	America/Los_Angeles	45.9315	-122.67732	18			WA	011		
5796977	Hazard	hazard	US	41701	0	America/Los_Angeles	47.87767	-117.51884	653			WA	063		
5796979	Hazel	hazel	US	42049	0	America/Los_Angeles	48.27733	-121.80902	90	Hazel,Packard		WA	061		
5796991	Hazelwood	hazelwood	US	28738	0	America/Los_Angeles	47.55093	-122.19151	73			WA	033		
5796992	Hazelwood	hazelwood	US	28738	0	America/Los_Angeles	47.64017	-117.5541	716			WA	063		
5797062	Helen	helen	US	20635	0	America/Los_Angeles	46.6268	-119.60559	159			WA	005		
5797170	Herron	herron	US	49744	0	America/Los_Angeles	47.27426	-122.81236	11			WA	053		
5797281	High Point	high-point	US	27260	0	America/Los_Angeles	47.53316	-121.97845	152	High Point,Little Sweden		WA	033		
5797282	High Point	high-point	US	27260	0	America/Los_Angeles	47.54603	-122.36881	151			WA	033	7174408	
5797300	Highland	highland	US	12528	3197	America/Los_Angeles	46.13152	-119.11418	334			WA	005		
5797301	Highland	highland	US	12528	0	America/Los_Angeles	45.90956	-122.61871	247			WA	011		
5797302	Highland	highland	US	12528	0	America/Los_Angeles	47.69406	-117.5305	658			WA	063		
5797321	Highland Park	highland-park	US	08904	0	America/Los_Angeles	47.52843	-122.35263	135			WA	033		
5797326	Highlands	highlands	US	07732	0	America/Los_Angeles	47.62177	-122.14957	80			WA	033		
5797348	Hilda	hilda	US	29813	0	America/Los_Angeles	46.63677	-123.36959	131			WA	049		
5797385	Hillside	hillside	US	07205	0	America/Los_Angeles	47.10426	-122.57874	85			WA	053		
5797389	Hilltop	hilltop	US	25855	0	America/Los_Angeles	47.55454	-122.14207	323			WA	033		
5797408	Hines	hines	US	56647	0	America/Los_Angeles	46.57815	-124.05294	9			WA	049		
5797430	Hobart	hobart	US	13788	6221	America/Los_Angeles	47.42177	-121.97289	173	Khobart,Хобарт		WA	033		
5797495	Holcomb	holcomb	US	38940	0	America/Los_Angeles	46.57205	-123.61738	35			WA	049		
5797529	Hollywood	hollywood	US	20636	0	America/Los_Angeles	47.73093	-122.12929	109			WA	033		
5797532	Holly	holly	US	48442	0	America/Los_Angeles	47.55759	-122.97849	11			WA	035		
5797537	Holman	holman	US	87723	0	America/Los_Angeles	46.32649	-124.05488	4			WA	049		
5797545	Holmes	holmes	US	12531	0	America/Los_Angeles	46.95818	-120.53007	446			WA	037		
5797582	Home	home	US	15747	1377	America/Los_Angeles	47.27482	-122.76375	32	Home,Home Colony,Home Landing		WA	053		
5797631	Hood	hood	US	22723	0	America/Los_Angeles	45.72484	-121.55813	38			WA	059		
5797652	Hoodsport	hoodsport	US	98548	376	America/Los_Angeles	47.40593	-123.13932	1			WA	045		
5797664	Hooper	hooper	US	68031	0	America/Los_Angeles	46.75432	-118.14802	342			WA	075		
5797671	Hope	hope	US	02831	0	America/Los_Angeles	47.23788	-122.60235	18			WA	053		
5797693	Hoquiam	hoquiam	US	98550	8405	America/Los_Angeles	46.98092	-123.88933	7	HQM,Khokvijam,Khoukuium,huo kui e mu,hwkwyam,hwkwyam  washyngtn,Хоквијам,Хоукуиъм,هوكويام,هوکویام، واشینگتن,霍奎厄姆		WA	027		
5797835	Houghton	houghton	US	14744	0	America/Los_Angeles	47.66093	-122.20596	13			WA	033		
5797856	Howard	howard	US	16841	0	America/Los_Angeles	47.89792	-119.82478	855			WA	017		
5797981	Humphrey	humphrey	US	68642	0	America/Los_Angeles	47.23455	-121.71371	368	Canton,Humphrey		WA	033		
5797985	Humptulips	humptulips	US	98552	255	America/Los_Angeles	47.23287	-123.95934	49	Humptolups,Humptulips,Humtulups,Umtalah		WA	027		
5798011	Hunt	hunt	US	14846	0	America/Los_Angeles	46.06875	-118.90778	121	Hunt,Hunts Junction		WA	071		
5798032	Hunters	hunters	US	99137	0	America/Los_Angeles	48.11683	-118.20193	484			WA	065		
5798046	Huntley	huntley	US	56047	0	America/Los_Angeles	47.1185	-117.54075	629	Huntley,Huntly		WA	075		
5798051	Huntsville	huntsville	US	35801	0	America/Los_Angeles	46.28708	-118.10717	400			WA	013		
5798077	Husum	husum	US	98623	0	America/Los_Angeles	45.79929	-121.48702	126			WA	039		
5798171	Ilwaco	ilwaco	US	98624	917	America/Los_Angeles	46.30899	-124.04321	7	Iluakou,Ilvoko,aywakw,aywakw  washyngtn,il-wako,yi er wo ke,Илвоко,Илуакоу,أيواكو,ایواکو، واشینگتن,伊尔沃科,일와코		WA	049		
5798185	Inchelium	inchelium	US	99138	409	America/Los_Angeles	48.29684	-118.19666	478			WA	019		
5798189	Independence	independence	US	24348	0	America/Los_Angeles	46.79899	-123.15514	32			WA	067		
5798205	Index	index	US	98256	194	America/Los_Angeles	47.82066	-121.55511	176			WA	061		
5798318	Indianola	indianola	US	15051	3500	America/Los_Angeles	47.74704	-122.52569	14			WA	035		
5798329	Inglewood	inglewood	US	90301	0	America/Los_Angeles	47.73093	-122.2304	133			WA	033		
5798330	Inglewood	inglewood	US	90301	0	America/Los_Angeles	47.62232	-122.06818	38			WA	033		
5798362	Interlaken	interlaken	US	14847	0	America/Los_Angeles	47.15565	-122.54179	80			WA	053		
5798370	Ione	ione	US	95640	451	America/Los_Angeles	48.74103	-117.41719	637			WA	051		
5798389	Ireland	ireland	US	26376	0	America/Los_Angeles	45.65928	-122.37231	253	Ireland,Irlanda,Paradise		WA	011		
5798425	Irondale	irondale	US	43932	0	America/Los_Angeles	48.04204	-122.77267	36			WA	031		
5798487	Issaquah	issaquah	US	98027	36081	America/Los_Angeles	47.5301	-122.03262	33	Englewood,Gilman,Isakua,Isakva,Isquah,Isquowh,Issaquah,Issquah,Squak,Squawk,Squowh,asakwh,ayskwa  washyngtn,isakua,isakwa,yi se kuo,Исаква,Исакуа,إساكوه,ایسکوا، واشینگتن,イサクア,伊瑟阔,이사콰		WA	033		
5798563	Jackson	jackson	US	03846	0	America/Los_Angeles	46.53431	-117.91299	324			WA	013		
5798615	Jamestown	jamestown	US	02835	361	America/Los_Angeles	48.12815	-123.08712	2			WA	009		
5798709	Jericho	jericho	US	05465	0	America/Los_Angeles	46.83458	-119.79143	162			WA	025		
5798843	Johnson	johnson	US	05656	0	America/Los_Angeles	46.63155	-117.13794	804			WA	075		
5798938	Jordan	jordan	US	13080	0	America/Los_Angeles	48.14788	-122.03736	52	Jordan,Jorden		WA	061		
5798975	Joyce	joyce	US	71440	0	America/Los_Angeles	48.13619	-123.73541	109			WA	009		
5799036	Junction	junction	US	62954	0	America/Los_Angeles	47.61371	-121.80234	227			WA	033		
5799037	Junction City	junction-city	US	31812	18	America/Los_Angeles	46.97093	-123.7735	9			WA	027		
5799395	Kahlotus	kahlotus	US	99335	190	America/Los_Angeles	46.6432	-118.55693	275	Hardersburg,Kahlotus		WA	021		
5799410	Kalama	kalama	US	98625	2398	America/Los_Angeles	46.00767	-122.84436	12	Kalama,ka la ma,kalama,kalama  washyngtn,Калама,كالاما,کالاما، واشینگتن,卡拉马		WA	015	7173185	
5799465	Kapowsin	kapowsin	US	98344	333	America/Los_Angeles	46.98566	-122.22567	195			WA	053		
5799526	Keller	keller	US	23401	234	America/Los_Angeles	48.07877	-118.68501	456			WA	019		
5799571	Kelso	kelso	US	37348	11901	America/Los_Angeles	46.14678	-122.90844	23	KLS,Kelso,Kelsou,Wallace's,kai er suo,kelso,keruso,klsw  washyngtn,kylsw,Келсо,Келсоу,كيلسو,کلسو، واشینگتن,ケルソー,凱爾索,켈소	015	WA	015		
5799578	Kendall	kendall	US	14476	191	America/Los_Angeles	48.91707	-122.13598	135	Keese,Kendall,Кендалл		WA	073		
5799585	Kenilworth	kenilworth	US	07033	0	America/Los_Angeles	47.63232	-122.10679	100			WA	033		
5799587	Kenmore	kenmore	US	98028	22030	America/Los_Angeles	47.75732	-122.24401	9	KEH,Kenmor,Kenmore,ken mo er,kenmoa,knmwr  washyngtn,kynmwr,Кенмор,كينمور,کنمور، واشینگتن,ケンモア,肯莫尔		WA	033		
5799610	Kennewick	kennewick	US	99336	78896	America/Los_Angeles	46.21125	-119.13723	124	Dell Haven,Kenevik,Keniuik,Kennevik,Kennewick,VSK,ken na wei ke,keneowig,keniu~ikku,kn wyk  washyngtn,kynwk,kynwyk,Кеневик,Кениуик,Кенневик,Кенневік,كينويك,کن ویک، واشینگتن,کیناویک، واشنگٹن,کینوک,ケニウィック,肯纳威克,케너윅		WA	005		
5799622	Kenova	kenova	US	25530	0	America/Los_Angeles	47.20684	-117.55297	605			WA	075		
5799625	Kent	kent	US	06757	126952	America/Los_Angeles	47.38093	-122.23484	13	Kent,Titusville,ken te,kenteu,kento,knt  washyngtn,kynt,Кент,كينت,کنت، واشینگتن,کینٹ، واشنگٹن,ケント,肯特,켄트		WA	033		
5799648	Kenwood	kenwood	US	95452	0	America/Los_Angeles	47.73038	-122.29818	71			WA	033		
5799687	Kettle Falls	kettle-falls	US	99141	1597	America/Los_Angeles	48.61074	-118.05582	497	Ketl Fols,Kettle Falls,Ketul Fols,Meyers Falls,ktl falz  washyngtn,kytl fwlz,shui hu pu bu,Кетл Фолс,Кетъл Фолс,كيتل فولز,کتل فالز، واشینگتن,水壶瀑布		WA	065		
5799696	Keyport	keyport	US	07735	554	America/Los_Angeles	47.70204	-122.62098	15	Keyport,School Point		WA	035		
5799698	Keystone	keystone	US	46759	0	America/Los_Angeles	47.24071	-118.15135	590	Harriston,Keystone,Keystone Siding		WA	001		
5799699	Keystone	keystone	US	46759	0	America/Los_Angeles	48.16371	-122.63183	2			WA	029		
5799700	Keystone	keystone	US	46759	0	America/Los_Angeles	48.56182	-119.48311	265			WA	047		
5799801	King Hill	king-hill	US	83633	0	America/Los_Angeles	48.03815	-123.2749	342			WA	009		
5799815	Kingston	kingston	US	02364	2099	America/Los_Angeles	47.7985	-122.49806	21	Kingston,Кингстон		WA	035		
5799833	Kirby	kirby	US	43330	0	America/Los_Angeles	46.51321	-117.39073	733			WA	023		
5799841	Kirkland	kirkland	US	60146	87281	America/Los_Angeles	47.68149	-122.20874	47	Kerkland,Kirklandas,Kurkland,kakurando,ke ke lan,keokeullaendeu,krklnd  washyngtn,kyrkland,Керкланд,Къркланд,كيركلاند,کرکلند، واشینگتن,کرکلینڈ، واشنگٹن,カークランド,柯克兰,커클랜드		WA	033		
5799869	Kittitas	kittitas	US	98934	1430	America/Los_Angeles	46.98318	-120.41701	502	Kittitas,Kittitass		WA	037		
5799875	Kitzmiller	kitzmiller	US	21538	0	America/Los_Angeles	46.75822	-117.16767	740			WA	075		
5799906	Klickitat	klickitat	US	98628	362	America/Los_Angeles	45.81707	-121.15257	146	Klickitat,Wright,Wright's,Wrights		WA	039		
5799956	Knapp	knapp	US	54749	0	America/Los_Angeles	45.73789	-122.7326	42			WA	011		
5800069	La Center	la-center	US	42056	3125	America/Los_Angeles	45.86234	-122.67038	32	La Center,Lacenter		WA	011		
5800074	La Conner	la-conner	US	98257	927	America/Los_Angeles	48.38871	-122.49628	17	L A Conner,La Conner,LaConner,Laconner,Swinomish		WA	057		
5800078	La Crosse	la-crosse	US	23950	313	America/Los_Angeles	46.81404	-117.88188	451	La Crosse,La-Kross,LaCrosse,Lacrosse,Ла-Кросс		WA	075		
5800081	La Grande	la-grande	US	97850	109	America/Los_Angeles	46.83427	-122.31873	294	La Grande,LaGrande		WA	053		
5800085	La Push	la-push	US	98350	0	America/Los_Angeles	47.90868	-124.6366	7	La Push,Lapush		WA	009		
5800112	Lacey	lacey	US	98503	46409	America/Los_Angeles	47.03426	-122.82319	62	Lacey,Lejsi,Woodland,lai xi,laky  washyngtn,lasy,reishi,Лейси,Лејси,لاسي,لاسے، واشنگٹن,لاکی، واشینگتن,レイシー,莱西		WA	067		
5800182	Lake City	lake-city	US	16423	0	America/Los_Angeles	47.7176	-122.28374	74			WA	033		
5800183	Lake City	lake-city	US	16423	0	America/Los_Angeles	47.14871	-122.55124	80	American Lake,Lake City		WA	053		
5800317	Lake Stevens	lake-stevens	US	98258	30886	America/Los_Angeles	48.0151	-122.06374	66	Lake Stevens,Lejk Stivens,Lejk Stivuns,Stevens Lake,leikeuseutibeunseu,lyk astywns  washyngtn,lyk styfnz,reikusutibunsu,shi di wen si hu,Лейк Стивънс,Лејк Стивенс,ليك ستيفنز,لیک استیونس، واشینگتن,لیک سٹیونز، واشنگٹن,レイクスティーブンス,史帝文斯湖,레이크스티븐스		WA	061		
5800376	Lakebay	lakebay	US	98349	0	America/Los_Angeles	47.25704	-122.75847	13	Lake Bay,Lakebay		WA	053		
5800392	Lakeshore	lakeshore	US	33854	0	America/Los_Angeles	45.69012	-122.69565	67			WA	011		
5800394	Lakeside	lakeside	US	06758	0	America/Los_Angeles	47.83541	-120.05035	348			WA	007		
5800401	Lakeview	lakeview	US	28350	915	America/Los_Angeles	47.37403	-119.50226	367			WA	025		
5800402	Lakeview	lakeview	US	28350	848	America/Los_Angeles	47.15926	-122.49818	85			WA	053		
5800419	Lakewood	lakewood	US	08701	0	America/Los_Angeles	47.56315	-122.27179	24			WA	033		
5800420	Lakewood	lakewood	US	08701	59829	America/Los_Angeles	47.17176	-122.51846	80	Lakewood,Lakewood Center,Lejkud,Lejkvud,lai ke wu de,leikeuudeu,lyk wwd  washyngtn,lykwwd,reikuuddo,Лейквуд,Лейкуд,Лејквуд,ليكوود,لیک وود، واشینگتن,لیک ووڈ، واشنگٹن,レイクウッド,莱克伍德,레이크우드		WA	053		
5800422	Lakewood	lakewood	US	08701	0	America/Los_Angeles	48.15204	-122.20737	37	English,English Station,Lakewood		WA	061		
5800425	Lakota	lakota	US	50451	0	America/Los_Angeles	47.33288	-122.37235	12			WA	033		
5800427	Lamar	lamar	US	16848	0	America/Los_Angeles	46.28986	-118.50831	266	Lamar,Riverside		WA	071		
5800439	Lambert	lambert	US	38643	0	America/Los_Angeles	45.77956	-122.68204	107			WA	011		
5800445	Lamona	lamona	US	99144	0	America/Los_Angeles	47.35932	-118.48248	550			WA	043		
5800446	Lamont	lamont	US	32336	72	America/Los_Angeles	47.20155	-117.90522	596			WA	075		
5800450	Lancaster	lancaster	US	01523	0	America/Los_Angeles	47.031	-117.66437	557	Lancaster,Willada		WA	075		
5800469	Langdon	langdon	US	58249	0	America/Los_Angeles	46.02708	-118.33913	275			WA	071		
5800475	Langley	langley	US	29834	1077	America/Los_Angeles	48.04009	-122.40626	19	Langli,lan li,lang ly  washyngtn,langhly,Лангли,لانغلي,لانگ لی، واشینگتن,لینگلی، واشنگٹن,蘭里		WA	029		
5800545	Latah	latah	US	99018	185	America/Los_Angeles	47.28156	-117.15546	765			WA	063		
5800581	Laurel	laurel	US	11948	0	America/Los_Angeles	45.94401	-121.38008	575			WA	039		
5800582	Laurel	laurel	US	11948	0	America/Los_Angeles	48.85511	-122.48989	26			WA	073		
5800594	Laurier	laurier	US	99146	1	America/Los_Angeles	48.99879	-118.22418	504			WA	019		
5800613	Lawrence	lawrence	US	01840	0	America/Los_Angeles	48.85762	-122.29349	45			WA	073		
5800630	Lawton	lawton	US	18828	0	America/Los_Angeles	47.65538	-122.39735	85			WA	033		
5800680	Leary	leary	US	39862	0	America/Los_Angeles	48.51177	-122.48572	1			WA	057		
5800683	Leavenworth	leavenworth	US	47137	2002	America/Los_Angeles	47.59623	-120.66148	357	Icicle,Leavenworth,Levenvort,Levunuurt,Livenvors,lai wen fu si zhen,lyfnwrth,Левенворт,Левънуърт,Ливенворс,ليفنورث,لیون‌ورت، واشینگتن,莱温芙丝镇		WA	007		
5800689	Lebam	lebam	US	98554	160	America/Los_Angeles	46.55899	-123.54904	56	Half Moon,Lebam		WA	049		
5800700	Lee	lee	US	01238	0	America/Los_Angeles	46.35514	-118.5561	334			WA	071		
5800732	Leland	leland	US	28451	0	America/Los_Angeles	47.89176	-122.88656	63			WA	031		
5800774	Leon	leon	US	14751	0	America/Los_Angeles	46.53183	-117.03933	787			WA	075		
5800795	Lester	lester	US	25865	0	America/Los_Angeles	47.20928	-121.49398	498	Deans,Lester		WA	033		
5800805	Levering	levering	US	49755	0	America/Los_Angeles	46.78013	-119.95783	158			WA	037		
5800840	Lewisville	lewisville	US	19351	1722	America/Los_Angeles	45.80984	-122.52315	126			WA	011		
5800844	Lexington	lexington	US	02420	0	America/Los_Angeles	46.18733	-122.90539	9			WA	015		
5800855	Liberty	liberty	US	04949	0	America/Los_Angeles	47.25373	-120.66535	815	Liberty,Meaghersville		WA	037		
5800856	Liberty	liberty	US	04949	0	America/Los_Angeles	46.35569	-120.14616	242			WA	077		
5800870	Liberty Lake	liberty-lake	US	99019	8906	America/Los_Angeles	47.67591	-117.11821	632			WA	063		
5800914	Lilliwaup	lilliwaup	US	98555	0	America/Los_Angeles	47.46343	-123.11432	1	Lilliwaup,Lilluwaup		WA	045		
5800962	Lincoln	lincoln	US	01773	0	America/Los_Angeles	47.74398	-122.6207	118			WA	035		
5800963	Lincoln	lincoln	US	01773	0	America/Los_Angeles	47.82905	-118.41499	425	Lincoln,Lincoln Mill,Linkol'n,Линкольн		WA	043		
5801015	Lind	lind	US	99341	567	America/Los_Angeles	46.97209	-118.61527	417			WA	001		
5801166	Little Falls	little-falls	US	07424	0	America/Los_Angeles	47.83016	-117.91302	441	Little Falls,Littlefalls		WA	043		
5801396	Littlerock	littlerock	US	93543	0	America/Los_Angeles	46.90177	-123.01792	44	Little Rock,Littlerock		WA	067		
5801408	Livingston	livingston	US	07039	0	America/Los_Angeles	45.68984	-122.44509	99			WA	011		
5801413	Locke	locke	US	13092	0	America/Los_Angeles	48.42657	-117.31773	629			WA	051		
5801485	Lone Pine	lone-pine	US	93545	0	America/Los_Angeles	47.98238	-118.96308	317			WA	047		
5801486	Lone Pine	lone-pine	US	93545	0	America/Los_Angeles	47.22267	-117.15018	777			WA	075		
5801520	Long Beach	long-beach	US	11561	1364	America/Los_Angeles	46.35232	-124.05432	4	Long Beach,Long Bich,Long Bijch,Long-Bich,Longbeach,lang bych  washyngtn,longbichi,lwngh bytsh,zhang tan,Лонг Бийч,Лонг Бич,Лонг-Бич,لانگ بیچ، واشنگٹن,لانگ بیچ، واشینگتن,لونغ بيتش,长滩,롱비치		WA	049		
5801556	Long Lake	long-lake	US	12847	0	America/Los_Angeles	47.836	-117.84885	428			WA	043		
5801595	Longbranch	longbranch	US	98351	3784	America/Los_Angeles	47.20898	-122.7568	9	Long Branch,Longbranch		WA	053		
5801604	Longmire	longmire	US	98397	0	America/Los_Angeles	46.74983	-121.8126	838	Longmire,Longmire Springs		WA	053		
5801617	Longview	longview	US	61852	36848	America/Los_Angeles	46.13817	-122.93817	6	KLS,Longview,Longvju,lang wyw  washyngtn,lwnghfyw,rongubyu,zhang jing shi,Лонгвю,Лонгвју,لانگ ویو، واشینگتن,لونغفيو,لونگویئو، واشنگٹن,ロングビュー,長景市		WA	015		
5801658	Loomis	loomis	US	68958	159	America/Los_Angeles	48.82099	-119.63341	401			WA	047		
5801659	Loomis	loomis	US	68958	0	America/Los_Angeles	46.43621	-124.04822	9			WA	049		
5801666	Loon Lake	loon-lake	US	99148	783	America/Los_Angeles	48.06156	-117.63273	737	Loon Lake,Loonlake		WA	065		
5801689	Lopez Island	lopez-island	US	98261	0	America/Los_Angeles	48.52371	-122.91462	6	LPS,Lopez Island		WA	055		
5801712	Lost Creek	lost-creek	US	17946	0	America/Los_Angeles	48.60936	-117.36357	626			WA	051		
5801819	Loveland	loveland	US	45140	0	America/Los_Angeles	47.06399	-122.40901	126			WA	053		
5801841	Lowden	lowden	US	52255	0	America/Los_Angeles	46.05625	-118.58581	150			WA	071		
5801843	Lowell	lowell	US	01850	0	America/Los_Angeles	47.95565	-122.19708	14			WA	061		
5801928	Lucerne	lucerne	US	46950	0	America/Los_Angeles	48.20212	-120.59405	338			WA	007		
5801929	Lucerne	lucerne	US	46950	0	America/Los_Angeles	47.64149	-122.22068	26			WA	033		
5801968	Lummi Island	lummi-island	US	98262	0	America/Los_Angeles	48.72455	-122.68629	19	Beach Island,Lummi Island		WA	073		
5802007	Lyle	lyle	US	55953	499	America/Los_Angeles	45.69595	-121.28618	60	Klickitat Landing,Lyle		WA	039		
5802013	Lyman	lyman	US	29365	450	America/Los_Angeles	48.52705	-122.06182	29	Lyman,Williamson's Landing		WA	057		
5802035	Lynden	lynden	US	98264	13517	America/Los_Angeles	48.9465	-122.45211	33	Linden,Lindun,Lynden,Squ-o-hal-itch,lin ding,lindeon,lyndn  washyngtn,lyndyn,rinden,Линден,Линдън,ليندين,لیندن، واشینگتن,リンデン,林丁,린던		WA	073		
5802049	Lynnwood	lynnwood	US	98036	36997	America/Los_Angeles	47.82093	-122.31513	120	Linud,Linvud,lin wu de,lin-udeu,lyn wwd  washyngtn,lynwwd,rin'uddo,Линвуд,Линуд,Лінвуд,لينوود,لین وود، واشینگتن,لینووڈ، واشنگٹن,リンウッド,林伍德,린우드		WA	061		
5802062	Lyons	lyons	US	07939	0	America/Los_Angeles	47.68044	-117.57633	702			WA	063		
5802087	Mabton	mabton	US	98935	2302	America/Los_Angeles	46.21485	-119.99671	218			WA	077		
5802098	Machias	machias	US	04654	1178	America/Los_Angeles	47.98149	-122.04596	36	Machias,Rudd		WA	061		
5802101	Mack	mack	US	81525	0	America/Los_Angeles	46.90515	-118.18552	431			WA	001		
5802209	Malaga	malaga	US	08328	0	America/Los_Angeles	47.37235	-120.20118	208			WA	007		
5802220	Malden	malden	US	02148	202	America/Los_Angeles	47.22878	-117.47269	652			WA	075		
5802226	Malo	malo	US	99150	28	America/Los_Angeles	48.80156	-118.60697	665			WA	019		
5802228	Malone	malone	US	12953	475	America/Los_Angeles	46.95925	-123.32847	17			WA	027		
5802233	Malott	malott	US	98829	487	America/Los_Angeles	48.28265	-119.70673	248			WA	047		
5802247	Manchester	manchester	US	01944	5413	America/Los_Angeles	47.55566	-122.54507	9	Manchester,Манчестер		WA	035		
5802262	Manito	manito	US	61546	0	America/Los_Angeles	47.50768	-117.13242	794			WA	063		
5802269	Manitou	manitou	US	42436	0	America/Los_Angeles	47.72288	-122.25985	13			WA	033		
5802270	Manitou	manitou	US	42436	0	America/Los_Angeles	47.19732	-122.4929	80	Manitou,Manitou Park		WA	053		
5802271	Manitou Beach	manitou-beach	US	49253	0	America/Los_Angeles	47.65565	-122.51069	2			WA	035		
5802280	Manning	manning	US	29102	0	America/Los_Angeles	46.93211	-117.40769	586			WA	075		
5802283	Manor	manor	US	15665	0	America/Los_Angeles	45.75123	-122.59926	69	Flatwoods,Manor		WA	011		
5802291	Manson	manson	US	27553	1468	America/Los_Angeles	47.88486	-120.15841	348			WA	007		
5802296	Mansfield	mansfield	US	02048	329	America/Los_Angeles	47.81153	-119.63671	692	Appledale,Mansfield,Mehnsfild,Мэнсфилд		WA	017		
5802297	Manzanita	manzanita	US	97130	0	America/Los_Angeles	47.35065	-122.47346	37	Mansanita,Manzanita		WA	033		
5802298	Manzanita	manzanita	US	97130	0	America/Los_Angeles	47.67621	-122.55958	1			WA	035		
5802317	Maple Falls	maple-falls	US	98266	324	America/Los_Angeles	48.92429	-122.07709	197			WA	073		
5802320	Maple Grove	maple-grove	US	55311	0	America/Los_Angeles	48.0812	-123.7052	154			WA	009		
5802340	Maple Valley	maple-valley	US	98038	25686	America/Los_Angeles	47.39272	-122.04641	128	Maple Valley,Maplevalley,Mejpl Vali,Mejpul Vali,feng shu gu,mabl faly,meipurubare,mpl wly  washyngtn,Мейпъл Вали,Мејпл Вали,مابل فالي,مپل ولی، واشینگتن,メイプルバレー,楓樹谷		WA	033		
5802348	Maplewood	maplewood	US	07040	0	America/Los_Angeles	47.46816	-122.1629	19			WA	033		
5802349	Maplewood	maplewood	US	07040	5138	America/Los_Angeles	47.40176	-122.55707	82			WA	053		
5802362	Marble	marble	US	16334	0	America/Los_Angeles	48.84908	-117.90165	446			WA	065		
5802381	Marcellus	marcellus	US	13108	0	America/Los_Angeles	47.23348	-118.40526	592	Griffith,Marcellus		WA	001		
5802383	Marblemount	marblemount	US	98267	203	America/Los_Angeles	48.52762	-121.44957	96			WA	057		
5802385	Marcus	marcus	US	51035	184	America/Los_Angeles	48.66324	-118.06832	424			WA	065		
5802397	Marengo	marengo	US	43334	0	America/Los_Angeles	47.02571	-118.18857	501	Gillespie,Marengo,Marengo Junction,Marengo Siding		WA	001		
5802398	Marengo	marengo	US	43334	0	America/Los_Angeles	46.4407	-117.74881	452			WA	013		
5802418	Marietta	marietta	US	13110	2766	America/Los_Angeles	48.78705	-122.58045	3	Lummi,Marietta		WA	073		
5802444	Markham	markham	US	22643	111	America/Los_Angeles	46.90537	-123.99767	7			WA	027		
5802471	Marshall	marshall	US	20115	0	America/Los_Angeles	47.56489	-117.49938	681	Marshall,Marshall Junction,Marshalltown		WA	063		
5802498	Martin	martin	US	15460	0	America/Los_Angeles	47.28067	-121.31787	858	Martin,Martin Station		WA	037		
5802546	Martindale	martindale	US	17549	0	America/Los_Angeles	46.24291	-118.96306	116	Martindale,Martindale Siding		WA	021		
5802570	Marysville	marysville	US	17053	66773	America/Los_Angeles	48.05176	-122.17708	6	Merisvil,ma li si wei er,marys wyl  washyngtn,marysfyly,mearizubiru,melijeubil,myryzwl,Мерисвил,ماريسفيلي,ماریس ویل، واشینگتن,میریزول,میریزویل، واشنگٹن,メアリーズビル,马里斯维尔,메리즈빌		WA	061		
5802582	Mason City	mason-city	US	50401	0	America/Los_Angeles	47.96654	-118.9678	401			WA	047		
5802621	Matlock	matlock	US	51244	0	America/Los_Angeles	47.23787	-123.40794	136			WA	045		
5802636	Mattawa	mattawa	US	99349	4548	America/Los_Angeles	46.73791	-119.90282	234			WA	025		
5802648	Maud	maud	US	74854	0	America/Los_Angeles	48.33101	-118.07943	734			WA	065		
5802651	Maury	maury	US	28554	0	America/Los_Angeles	47.38815	-122.37985	38			WA	033		
5802659	Maxwelton	maxwelton	US	24957	0	America/Los_Angeles	47.93732	-122.44431	3	Maxwellton,Maxwelton		WA	029		
5802675	Mayfield	mayfield	US	12117	0	America/Los_Angeles	46.50872	-122.56928	131			WA	041		
5802680	Maynard	maynard	US	01754	0	America/Los_Angeles	47.99759	-122.88378	5			WA	031		
5802687	Maytown	maytown	US	17550	0	America/Los_Angeles	46.8976	-122.94347	64			WA	067		
5802688	Mayview	mayview	US	64071	0	America/Los_Angeles	46.63099	-117.46574	671			WA	023		
5802690	Maywood	maywood	US	07607	0	America/Los_Angeles	47.23011	-121.6351	433			WA	033		
5802694	Mazama	mazama	US	98833	0	America/Los_Angeles	48.59209	-120.40398	646			WA	047		
5802758	McCleary	mccleary	US	98557	1618	America/Los_Angeles	47.05315	-123.26543	84			WA	027		
5802812	McDonald	mcdonald	US	88262	0	America/Los_Angeles	47.07125	-119.21557	356	McDonald,McDonald Siding,McDonald Spur		WA	025		
5802880	McIntosh	mcintosh	US	56556	0	America/Los_Angeles	46.86288	-122.77763	108			WA	067		
5802893	McKenna	mckenna	US	98558	716	America/Los_Angeles	46.93482	-122.55651	95			WA	053		
5802984	Mead	mead	US	68041	7275	America/Los_Angeles	47.76739	-117.35494	581			WA	063		
5803066	Medical Lake	medical-lake	US	99022	4942	America/Los_Angeles	47.57294	-117.68216	739			WA	063		
5803092	Medina	medina	US	14103	3226	America/Los_Angeles	47.62093	-122.22762	21	Eastland,Medajna,Medina,Medina Heights,Mudina,mai de na,mdyna  washyngtn,Медајна,Медина,Мъдина,مدینا، واشینگتن,مدینہ، واشنگٹن,麦地那		WA	033		
5803096	Meeker	meeker	US	74855	0	America/Los_Angeles	47.18621	-122.27734	17	Meeker,Meeker Junction		WA	053		
5803107	Melbourne	melbourne	US	32901	0	America/Los_Angeles	46.94537	-123.626	14			WA	027		
5803131	Menlo	menlo	US	30731	0	America/Los_Angeles	46.62149	-123.6471	21	Menlo,Preston		WA	049		
5803133	Menoken	menoken	US	58558	0	America/Los_Angeles	46.29931	-118.1619	397			WA	013		
5803134	Mentor	mentor	US	44060	0	America/Los_Angeles	46.45904	-117.47268	703	Belfast,Mentor,Rafferty's Ranch		WA	023		
5803139	Mercer Island	mercer-island	US	98040	25042	America/Los_Angeles	47.57065	-122.22207	102	Merser Ajland,Mursur Ajland,masaairando,mo se dao,mrsraylnd  washyngtn,myrsyr ayland,Мерсер Ајланд,Мърсър Айланд,مرسرآیلند، واشینگتن,ميرسير آيلاند,マーサーアイランド,默瑟島		WA	033		
5803150	Meredith	meredith	US	03253	0	America/Los_Angeles	47.34649	-122.23595	15			WA	033		
5803151	Meridian	meridian	US	13113	0	America/Los_Angeles	47.66954	-122.3304	85			WA	033		
5803152	Meridian	meridian	US	13113	0	America/Los_Angeles	47.20954	-122.71791	39			WA	053		
5803179	Merritt	merritt	US	28556	0	America/Los_Angeles	47.78095	-120.84315	668			WA	007		
5803185	Mesa	mesa	US	81643	488	America/Los_Angeles	46.57625	-119.00667	210	Judson,Lake,Mesa,Меса		WA	021		
5803198	Metaline	metaline	US	99152	172	America/Los_Angeles	48.85047	-117.3908	616			WA	051		
5803199	Metaline Falls	metaline-falls	US	99153	241	America/Los_Angeles	48.86381	-117.37247	637			WA	051		
5803207	Methow	methow	US	98834	68	America/Los_Angeles	48.13014	-120.00368	346			WA	047		
5803234	Mica	mica	US	99023	0	America/Los_Angeles	47.55601	-117.21215	757			WA	063		
5803357	Midland	midland	US	15059	8962	America/Los_Angeles	47.16704	-122.40484	132			WA	053		
5803364	Midvale	midvale	US	44653	0	America/Los_Angeles	46.2843	-120.01449	211			WA	077		
5803366	Midway	midway	US	15060	0	America/Los_Angeles	48.39034	-124.67385	5			WA	009		
5803368	Midway	midway	US	15060	0	America/Los_Angeles	47.38649	-122.28679	122			WA	033		
5803369	Midway	midway	US	15060	0	America/Los_Angeles	47.30482	-122.58957	82			WA	053		
5803387	Milan	milan	US	03588	0	America/Los_Angeles	47.96684	-117.33161	541			WA	063		
5803403	Miles	miles	US	52064	0	America/Los_Angeles	47.91071	-118.29249	440			WA	043		
5803457	Mill Creek	mill-creek	US	17060	20043	America/Los_Angeles	47.8601	-122.2043	115	Mil Krijk,Mil Krik,mi er ke li ke,mirukuriku,myl kryk,myl kryk  washyngtn,Мил Крийк,Мил Крик,ميل كريك,میل کریک، واشینگتن,ミルクリーク,米尔克里克		WA	061		
5803494	Millburn	millburn	US	07041	0	America/Los_Angeles	46.63038	-123.09736	69			WA	041		
5803545	Millwood	millwood	US	10546	1783	America/Los_Angeles	47.68128	-117.28271	601	Millwood,Woodward's		WA	063		
5803552	Milltown	milltown	US	08850	0	America/Los_Angeles	48.30843	-122.34793	2			WA	057		
5803556	Milton	milton	US	02186	7670	America/Los_Angeles	47.24816	-122.3129	93	Mil'ton,Мильтон		WA	053		
5803574	Mineral	mineral	US	23117	202	America/Los_Angeles	46.71703	-122.1829	443			WA	041		
5803646	Minter	minter	US	36761	0	America/Los_Angeles	47.36204	-122.68763	22	Elgin,Minter,Minter Beach		WA	053		
5803660	Mirror Lake	mirror-lake	US	03853	0	America/Los_Angeles	48.66067	-122.21182	119			WA	073		
5803662	Mirror Lake	mirror-lake	US	03853	0	America/Los_Angeles	47.32427	-122.34123	108			WA	033		
5803706	Mitchell	mitchell	US	30820	0	America/Los_Angeles	47.18653	-119.22335	380			WA	025		
5803734	Moclips	moclips	US	98562	207	America/Los_Angeles	47.2362	-124.21296	13			WA	027		
5803747	Mohler	mohler	US	99154	0	America/Los_Angeles	47.40487	-118.32914	608			WA	043		
5803770	Mondovi	mondovi	US	54755	0	America/Los_Angeles	47.68127	-118.01636	768			WA	043		
5803783	Monitor	monitor	US	98836	0	America/Los_Angeles	47.48679	-120.41813	218	Brown's Flats,Monitor		WA	007		
5803786	Monroe	monroe	US	03771	18090	America/Los_Angeles	47.85538	-121.97096	22	Monro,Monroe,Monroe (Washington),Park Place,men luo,meonlo,monro,mwnrw,mwnrw  washyngtn,Монро,مونرو,مونرو، واشینگتن,モンロー,门罗,먼로		WA	061		
5803818	Montesano	montesano	US	98563	3891	America/Los_Angeles	46.98121	-123.60266	19	Montesejno,Montusejnou,meng te sa nuo,mwntsanw  washyngtn,mwntysanw,Монтесејно,Монтъсейноу,مونتسانو، واشینگتن,مونتيسانو,蒙特萨诺	027	WA	027		
5803846	Moody	moody	US	04054	0	America/Los_Angeles	47.22264	-118.91667	445	Moody,Moody Station		WA	001		
5803873	Moore	moore	US	29369	0	America/Los_Angeles	48.23514	-120.61593	343			WA	007		
5803883	Moorland	moorland	US	50566	0	America/Los_Angeles	47.60538	-122.2129	76			WA	033		
5803891	Mora	mora	US	55051	0	America/Los_Angeles	47.92118	-124.61799	4	Boston,Mora		WA	009		
5803934	Morganville	morganville	US	07751	0	America/Los_Angeles	47.31232	-122.02095	169			WA	033		
5803964	Morton	morton	US	14508	1128	America/Los_Angeles	46.55844	-122.2751	289			WA	041		
5803990	Moses Lake	moses-lake	US	98837	22082	America/Los_Angeles	47.13014	-119.27808	326	MWH,Moses Lake,Mouzus Lejk,Moziz Lejk,Neppel,mo xi hu shi,mojiseuleikeu,mozesureiku,mwss lyk  washyngtn,mwsys lyk,Мозиз Лејк,Моузъс Лейк,مؤسس لیک، واشینگتن,موسيس ليك,モーゼスレイク,摩西湖市,모지스레이크		WA	025		
5804022	Mossyrock	mossyrock	US	98564	751	America/Los_Angeles	46.52955	-122.48511	200	Mossy Rock,Mossyrock		WA	041		
5804033	Moulton	moulton	US	35650	0	America/Los_Angeles	45.83456	-122.38482	190			WA	011		
5804075	Mount Hope	mount-hope	US	25880	0	America/Los_Angeles	47.44934	-117.21686	745	Mount Hope,Mounthope		WA	063		
5804093	Mount Pleasant	mount-pleasant	US	15666	0	America/Los_Angeles	48.10676	-123.37324	71			WA	009		
5804094	Mount Pleasant	mount-pleasant	US	15666	0	America/Los_Angeles	45.55984	-122.25759	35			WA	011		
5804127	Mount Vernon	mount-vernon	US	04352	34053	America/Los_Angeles	48.42122	-122.33405	29	Maunt Vernon,Maunt Vurnun,Maunt-Vernon,fu nong shan,maunteubeoneon,mauntobanon,mwnt fyrnwn,mwnt wrnwn  washyngtn,Маунт Вернон,Маунт Върнън,Маунт-Вернон,ماؤنٹ ورنن، واشنگٹن,مونت فيرنون,مونت ورنون، واشینگتن,マウントバーノン,弗农山,마운트버넌	057	WA	057		
5804157	Mountain Top	mountain-top	US	18707	0	America/Los_Angeles	46.24181	-117.76436	1382			WA	013		
5804160	Mountain View	mountain-view	US	65548	0	America/Los_Angeles	46.04182	-117.33961	905			WA	003		
5804163	Mountain View	mountain-view	US	65548	0	America/Los_Angeles	48.84817	-122.67129	65			WA	073		
5804191	Mountlake Terrace	mountlake-terrace	US	98043	20989	America/Los_Angeles	47.78815	-122.30874	140	Mauntlejk Teras,mang te lai ke tai lei si,mauntoreikuterasu,mwntlyk tras  washyngtn,mwntlyk tyras,Маунтлейк Терас,Маунтлејк Терас,مونتليك تيراس,مونتلیک تراس، واشینگتن,マウントレイクテラス,芒特莱克泰勒斯		WA	061		
5804306	Mukilteo	mukilteo	US	98275	21226	America/Los_Angeles	47.94454	-122.30458	32	Makiltio,Muckilteo,Muckiltoe,Muckiltoo,Muckleteo,Mukilteo,Mukultio,ma ke er di ao,mukiruteo,mwkyltw,mwkyltyw  washyngtn,Макилтио,Мъкълтио,موكيلتو,موکیلتئو، واشینگتن,ムキルテオ,马科尔蒂奥		WA	061		
5804346	Murdock	murdock	US	33938	0	America/Los_Angeles	45.65429	-121.1884	105			WA	039		
5804430	Naches	naches	US	98937	805	America/Los_Angeles	46.73096	-120.69952	449			WA	077		
5804436	Naco	naco	US	85620	0	America/Los_Angeles	47.27705	-121.92983	262	Naco,Navy,Sunset		WA	033		
5804452	Nancy	nancy	US	42544	0	America/Los_Angeles	46.66458	-119.56975	140			WA	005		
5804467	Napavine	napavine	US	98565	1789	America/Los_Angeles	46.57455	-122.90818	140			WA	041		
5804490	Naselle	naselle	US	98638	419	America/Los_Angeles	46.36538	-123.81071	10	Nasel,Naselle		WA	049		
5804532	Naylor	naylor	US	31641	0	America/Los_Angeles	47.26264	-119.61365	387	Naylor,Naylor Siding		WA	025		
5804537	Neah Bay	neah-bay	US	98357	865	America/Los_Angeles	48.36812	-124.62496	2	Neah,Neah Bay,Neahbay,Neeah,ni ya wan,尼亞灣		WA	009		
5804573	Neilton	neilton	US	98566	315	America/Los_Angeles	47.41286	-123.88045	147	Jonesville,Neilton		WA	027		
5804583	Nelson	nelson	US	03457	0	America/Los_Angeles	47.19373	-121.05314	622	Nelson,Nelson's		WA	037		
5804614	Nemo	nemo	US	57759	0	America/Los_Angeles	47.34293	-118.59555	524	Nemo,Nemo Siding		WA	043		
5804617	Neptune Beach	neptune-beach	US	32266	0	America/Los_Angeles	48.81594	-122.70768	4			WA	073		
5804621	Nespelem	nespelem	US	99155	256	America/Los_Angeles	48.1671	-118.97475	561	Nespelem,Nspilich		WA	047		
5804650	New London	new-london	US	03257	0	America/Los_Angeles	47.05731	-123.92711	7			WA	027		
5804676	Newcastle	newcastle	US	04553	11370	America/Los_Angeles	47.53899	-122.15568	172	Njukasl,Njukasul,niu ka si er,nywkasl  washyngtn,Њукасл,Нюкасъл,نیوکاسل، واشینگتن,纽卡斯尔		WA	033		
5804693	Newport	newport	US	02840	2218	America/Los_Angeles	47.57121	-122.18068	24			WA	033		
5804694	Newport	newport	US	02840	2137	America/Los_Angeles	48.17963	-117.04326	653	N'juport,Njuport,nywbwrt,nywpwrt  washyngtn,xin gang,Њупорт,Ньюпорт,Нюпорт,نيوبورت,نیوپورت، واشینگتن,نیوپورٹ، واشنگٹن,新港	051	WA	051		
5804698	Newman Lake	newman-lake	US	99025	0	America/Los_Angeles	47.77684	-117.09493	667			WA	063		
5804715	Newton	newton	US	02458	0	America/Los_Angeles	47.0812	-124.05545	7			WA	027		
5804755	Nine Mile Falls	nine-mile-falls	US	99026	0	America/Los_Angeles	47.77572	-117.54606	493	Nine Mile Falls,Ninemile Falls		WA	063		
5804860	Nooksack	nooksack	US	98276	1480	America/Los_Angeles	48.92762	-122.32155	26	Nooksachk,Nooksacht,Nooksack,Nooksahk,Nooksak,Nuksak,nugsaeg,nuo ke sai ke,nwk sak  washyngtn,nwksak,Нуксак,نوكساك,نوک ساک، واشینگتن,诺克塞克,눅색		WA	073		
5804876	Nordland	nordland	US	98358	0	America/Los_Angeles	48.05093	-122.691	5			WA	031		
5804882	Norman	norman	US	28367	0	America/Los_Angeles	48.20843	-122.26682	10			WA	061		
5804907	North Beach	north-beach	US	20714	0	America/Los_Angeles	48.57261	-122.63017	10			WA	057		
5804908	North Beach	north-beach	US	20714	0	America/Los_Angeles	47.69593	-122.39152	58			WA	033		
5804915	North Bend	north-bend	US	17760	6679	America/Los_Angeles	47.49566	-121.78678	135	Mountain View,Nort Bend,North Bend,Northbend,Snoqualmie,South Fork,bei wan shi,nwrt bnd  washyngtn,Норт Бенд,نورت بند، واشینگتن,北灣市		WA	033		
5804921	North Bonneville	north-bonneville	US	98639	971	America/Los_Angeles	45.63734	-121.97119	20	Nort Bonevil,Nort Bonvil,bei bo na wei er,nwrt banwyl  washyngtn,nwrth bwnfyl,Норт Бонвил,Норт Боневил,نورت بانویل، واشینگتن,نورث بونفيل,北博纳维尔		WA	059		
5804953	North Creek	north-creek	US	12853	26410	America/Los_Angeles	47.81954	-122.17624	110			WA	061		
5805313	Northport	northport	US	11768	288	America/Los_Angeles	48.91602	-117.78165	416	Nortport,nwrthbwrt,Нортпорт,نورثبورت		WA	065		
5805341	Northwood	northwood	US	03261	0	America/Los_Angeles	48.96428	-122.40738	40			WA	073		
5805354	Norwood	norwood	US	02062	0	America/Los_Angeles	47.49148	-123.80962	66			WA	027		
5805360	Novelty	novelty	US	44072	0	America/Los_Angeles	47.70899	-121.98457	17			WA	033		
5805441	Oak Harbor	oak-harbor	US	43449	22693	America/Los_Angeles	48.29316	-122.64322	29	ODW,Oak Harbor,Oakharbor,Ouk Kharbor,Ouk Kharbur,awk harbwr,awk harbwr  washyngtn,okuhaba,xiang gang shi,Оук Харбор,Оук Харбър,أوك هاربور,اوک هاربور، واشینگتن,オークハーバー,橡港市		WA	029		
5805454	Oak Park	oak-park	US	48237	0	America/Los_Angeles	45.58206	-122.38842	14			WA	011		
5805466	Oakesdale	oakesdale	US	99158	429	America/Los_Angeles	47.12823	-117.24268	751	McCoy,Oakesdale		WA	075		
5805469	Oakland	oakland	US	02858	0	America/Los_Angeles	47.22704	-123.06626	1			WA	045		
5805476	Oakville	oakville	US	06779	663	America/Los_Angeles	46.84038	-123.23237	29			WA	027		
5805499	Ocean City	ocean-city	US	08226	200	America/Los_Angeles	47.07092	-124.16601	7			WA	027		
5805503	Ocean Park	ocean-park	US	04063	1573	America/Los_Angeles	46.49177	-124.05208	12			WA	049		
5805505	Ocean Shores	ocean-shores	US	98569	5699	America/Los_Angeles	46.9737	-124.15629	7	Oushan Shors,Oushun Shors,awshn shwrz,awshn shwrz  washyngtn,yang bin shi,Оушан Шорс,Оушън Шорс,أوشن شورز,اوشن شورز، واشینگتن,洋濱市		WA	027		
5805510	Oceanside	oceanside	US	11572	0	America/Los_Angeles	46.40843	-124.05238	9			WA	049		
5805513	Ocean Grove	ocean-grove	US	07756	0	America/Los_Angeles	47.18203	-124.19629	15			WA	027		
5805518	Odessa	odessa	US	14869	871	America/Los_Angeles	47.3332	-118.69083	472	Odessa,Одесса		WA	043		
5805548	Oil City	oil-city	US	16301	0	America/Los_Angeles	47.75036	-124.42548	17			WA	031		
5805550	Okanogan	okanogan	US	98840	2569	America/Los_Angeles	48.36126	-119.58339	15	Alma,Okanogan,Oukanogan,ao ka nuo gen,awkanwgan  washyngtn,awkanwghan,Оканоган,Оуканоган,أوكانوغان,اوکانوگان، واشینگتن,奥卡诺根	047	WA	047		
5805564	Olalla	olalla	US	98359	0	America/Los_Angeles	47.42926	-122.54569	101			WA	035		
5805628	Old Town	old-town	US	04468	0	America/Los_Angeles	48.15037	-123.15129	16			WA	009		
5805636	Olds	olds	US	52647	0	America/Los_Angeles	47.46346	-120.32868	204			WA	007		
5805645	Olema	olema	US	94950	0	America/Los_Angeles	48.2857	-119.80423	623			WA	047		
5805646	Olga	olga	US	98279	0	America/Los_Angeles	48.61955	-122.83546	11			WA	055		
5805687	Olympia	olympia	US	40358	50302	America/Los_Angeles	47.03787	-122.9007	29	Alimpija,Marshville,OLM,Olimpeje,Olimpi,Olimpia,Olimpija,Olimpėjė,Olympia,ao lin pi ya,awlmbya,awlmpya,awlmpya  washyngtn,olampiya,olimpiya,ollimpia,orinpia,Ολύμπια,Алімпія,Олимпи,Олимпия,Олимпија,Олімпія,Օլիմպիա,אולימפיה,أولمبيا,اولمپیا,اولمپیا، واشنگٹن,اولمپیا، واشینگتن,ऑलिंपिया,ओलम्पिया,ஒலிம்பியா,オリンピア,奧林匹亞,올림피아	WA	WA	067		
5805734	Omak	omak	US	98841	4854	America/Los_Angeles	48.41099	-119.52755	257	Epley,OMK,Omak,Oumak,ao ma ke,awmak,awmak  washyngtn,Омак,Оумак,أوماك,اوماک، واشینگتن,奥马克		WA	047		
5805747	Onalaska	onalaska	US	54650	621	America/Los_Angeles	46.57511	-122.71817	149			WA	041		
5805764	Oneida	oneida	US	13421	0	America/Los_Angeles	46.31427	-123.67875	3			WA	069		
5805776	Onslow	onslow	US	52321	0	America/Los_Angeles	47.17036	-124.11434	20			WA	027		
5805781	Ophir	ophir	US	81426	0	America/Los_Angeles	48.20904	-119.71784	247			WA	047		
5805789	Orcas	orcas	US	98280	394	America/Los_Angeles	48.59788	-122.94463	13	Orcas,Orcas Island,Orkas,Оркас		WA	055		
5805835	Orondo	orondo	US	98843	0	America/Los_Angeles	47.62596	-120.22535	230			WA	017		
5805838	Oroville	oroville	US	95965	1677	America/Los_Angeles	48.93905	-119.43562	286	Oro,Orovil,Oroville,ao luo wei er,awrwfyl,awrwwyl  washyngtn,Оровил,أوروفيل,اوروویل، واشینگتن,奥罗维尔		WA	047		
5805849	Orting	orting	US	98360	7446	America/Los_Angeles	47.09788	-122.20428	58	Gunson's Prairie,Orting,ao ting,awrtyng  washyngtn,awrtyngh,Ортинг,أورتينغ,اورتینگ، واشینگتن,奥廷		WA	053		
5805861	Osborne	osborne	US	67473	0	America/Los_Angeles	47.90404	-119.06447	500			WA	025		
5805868	Osceola	osceola	US	16942	0	America/Los_Angeles	47.1951	-122.03733	215			WA	033		
5805876	Ostrander	ostrander	US	43061	0	America/Los_Angeles	46.19261	-122.89206	30	Ostrander,Ostrander Creek		WA	015		
5805879	Othello	othello	US	99344	7809	America/Los_Angeles	46.82597	-119.17529	323	Otello,Otelo,ao sai luo,atllw  washyngtn,awthylw,Отело,أوثيلو,اتللو، واشینگتن,奧賽羅		WA	001		
5805883	Otis Orchards	otis-orchards	US	99027	0	America/Los_Angeles	47.70045	-117.10631	630	Otis Orchards,Ottis Orchards		WA	063		
5805916	Outlook	outlook	US	59252	292	America/Los_Angeles	46.33124	-120.09116	239			WA	077		
5805981	Oysterville	oysterville	US	98641	0	America/Los_Angeles	46.54899	-124.02822	6			WA	049		
5805996	Pacific Beach	pacific-beach	US	98571	291	America/Los_Angeles	47.20897	-124.20323	13			WA	027		
5806017	Pacific	pacific	US	63069	7123	America/Los_Angeles	47.26455	-122.25012	24			WA	033		
5806025	Packwood	packwood	US	52580	342	America/Los_Angeles	46.6065	-121.67064	321	Packwood,Sulpher Springs		WA	041		
5806040	Page	page	US	25152	0	America/Los_Angeles	47.29427	-121.7665	360	Page,Page Mill,Page Sawmill		WA	033		
5806041	Page	page	US	25152	0	America/Los_Angeles	46.3293	-118.74249	159			WA	071		
5806061	Palisades	palisades	US	10964	0	America/Los_Angeles	47.41902	-119.9145	299	Beulah Land,Palisades		WA	017		
5806075	Palmer	palmer	US	01069	0	America/Los_Angeles	47.31427	-121.89233	270	Green River Siding,Palmer		WA	033		
5806106	Pampa	pampa	US	79065	0	America/Los_Angeles	46.77738	-117.95411	415			WA	075		
5806109	Pandora	pandora	US	45877	0	America/Los_Angeles	47.24073	-117.27324	714	Pandora,Pandora Station		WA	075		
5806157	Paradise	paradise	US	17562	0	America/Los_Angeles	46.78622	-121.73537	1654	پيراڈائز، واشنگٹن		WA	053		
5806227	Park Rapids	park-rapids	US	56470	0	America/Los_Angeles	48.52629	-117.63914	887			WA	065		
5806233	Parker	parker	US	16049	154	America/Los_Angeles	46.50096	-120.46534	283			WA	077		
5806298	Pasco	pasco	US	99301	69451	America/Los_Angeles	46.23958	-119.10057	118	PSC,Pasko,Paskou,Pesko,baskw,pa si ke,paskw  washyngtn,pasuko,Паско,Паскоу,Песко,باسكو,پاسکو، واشنگٹن,پاسکو، واشینگتن,پاسکو،واشنگٹن,パスコ,帕斯科	021	WA	021		
5806336	Paterson	paterson	US	07501	0	America/Los_Angeles	45.93708	-119.6028	117	Paterson,Patterson		WA	005		
5806382	Paxton	paxton	US	01612	0	America/Los_Angeles	47.05071	-118.00467	512	Paxton,Paxton Station		WA	001		
5806391	Pe Ell	pe-ell	US	98572	634	America/Los_Angeles	46.57038	-123.29737	128			WA	041		
5806415	Pearl	pearl	US	39208	0	America/Los_Angeles	46.5843	-119.56642	175			WA	005		
5806436	Pearson	pearson	US	31642	0	America/Los_Angeles	47.71204	-122.64431	9			WA	035		
5806448	Pebble Beach	pebble-beach	US	93953	0	America/Los_Angeles	48.06648	-122.38737	45			WA	029		
5806556	Perry	perry	US	04667	0	America/Los_Angeles	46.5957	-118.22885	167			WA	021		
5806577	Peshastin	peshastin	US	98847	0	America/Los_Angeles	47.57068	-120.60397	315			WA	007		
5806646	Peyton	peyton	US	80831	0	America/Los_Angeles	46.62821	-117.80021	199			WA	075		
5806672	Phillips	phillips	US	04966	0	America/Los_Angeles	46.57205	-122.74206	153			WA	041		
5806713	Piedmont	piedmont	US	26750	0	America/Los_Angeles	48.0937	-123.79159	185			WA	009		
5806768	Pierce	pierce	US	68767	0	America/Los_Angeles	46.63486	-119.45225	126			WA	005		
5806842	Pine City	pine-city	US	14871	0	America/Los_Angeles	47.20239	-117.52436	625			WA	075		
5806869	Pine Lake	pine-lake	US	30072	0	America/Los_Angeles	47.57871	-122.04623	125			WA	033		
5806891	Pinehurst	pinehurst	US	01866	0	America/Los_Angeles	47.93593	-122.20569	112			WA	061		
5806892	Pinehurst	pinehurst	US	01866	0	America/Los_Angeles	47.7171	-122.31834	106			WA	033	7174408	
5806930	Pioneer	pioneer	US	37847	0	America/Los_Angeles	45.81289	-122.66149	90	Covello,Covellow,Pioneer		WA	011		
5807000	Plain	plain	US	53577	0	America/Los_Angeles	47.76262	-120.65731	570			WA	007		
5807011	Plaza	plaza	US	58771	0	America/Los_Angeles	47.32017	-117.3838	718	Plaza,Rock Creek		WA	063		
5807019	Pleasant Hill	pleasant-hill	US	27866	0	America/Los_Angeles	46.22539	-122.894	33			WA	015		
5807020	Pleasant Hill	pleasant-hill	US	27866	0	America/Los_Angeles	47.61538	-121.90956	33			WA	033		
5807028	Pleasant Valley	pleasant-valley	US	12569	0	America/Los_Angeles	45.83457	-120.59172	551			WA	039		
5807035	Pleasant Valley	pleasant-valley	US	12569	0	America/Los_Angeles	48.9065	-122.70462	46			WA	073		
5807068	Plymouth	plymouth	US	02360	0	America/Los_Angeles	45.93458	-119.3503	89			WA	005		
5807107	Point Roberts	point-roberts	US	98281	1314	America/Los_Angeles	48.98538	-123.07797	10	Pojnt Roberts,Poynt Roberts,luo bo ci jiao,pointeu lobeocheu,pointorobatsu,Појнт Робертс,ポイントロバーツ,罗伯茨角,포인트 로버츠		WA	073		
5807152	Pollard	pollard	US	72456	0	America/Los_Angeles	48.72794	-118.66669	718			WA	019		
5807169	Pomeroy	pomeroy	US	19367	1389	America/Los_Angeles	46.47487	-117.60269	566	Pomeroj,Poumroj,bo mo luo yi,bwmyrwy,pamrwy  washyngtn,pomeoloi,Померој,Поумрой,بوميروي,پامروی، واشینگتن,波默罗伊,포머로이	023	WA	023		
5807192	Pontiac	pontiac	US	48340	0	America/Los_Angeles	47.67899	-122.27207	87	Pontiac,View Ridge		WA	033		
5809225	Saint John	saint-john	US	46373	0	America/Los_Angeles	45.69623	-122.61204	78			WA	011		
5809226	Saint John	saint-john	US	46373	537	America/Los_Angeles	47.09156	-117.58186	598			WA	075		
5807212	Port Angeles	port-angeles	US	98362	19448	America/Los_Angeles	48.11815	-123.43074	22	CLM,Cherbourg,Port Andzeles,Port Andzhelis,Port Angeles,an ji li si gang,bwrt anjlws,poteuaenjelleseu,potoenjerusu,pwrt anjls  washyngtn,Порт Анджелис,Порт Анџелес,بورت أنجلوس,پورت آنجلس، واشینگتن,ポートエンジェルス,安吉利斯港,포트앤젤레스	009	WA	009		
5807223	Port Gamble	port-gamble	US	98364	0	America/Los_Angeles	47.85426	-122.58376	18	Port Gamble,Teekalet		WA	035		
5807226	Port Hadlock	port-hadlock	US	98339	0	America/Los_Angeles	48.03176	-122.75822	40	Hadlock,Port Hadlock		WA	031		
5807228	Port Ludlow	port-ludlow	US	98365	2603	America/Los_Angeles	47.92537	-122.68349	19	Dos-la-latl,Port Ludlow,Sna-nul-kwo		WA	031		
5807236	Port Orchard	port-orchard	US	98366	13607	America/Los_Angeles	47.54037	-122.63625	22	Port Orchard,Sidney,Ter-cha-duk,ao cha de gang,bwrt bstan,potoochado,pwrt awrchard  washyngtn,Порт Орчард,بورت بستان,پورت اورچارد، واشینگتن,ポートオーチャード,奥查德港	035	WA	035		
5807239	Port Townsend	port-townsend	US	98368	9335	America/Los_Angeles	48.11742	-122.76071	40	Port Taunsend,Port Taunsund,Port Townsend,Port Townshend,TWD,bwrt tawnsnd,pwrt tawnznd  washyngtn,tang sen gang,Порт Таунсенд,Порт Таунсънд,بورت تاونسند,پورت تاونزند، واشینگتن,湯森港	031	WA	031	7174119	
5807261	Portage	portage	US	04768	0	America/Los_Angeles	47.40732	-122.43763	2			WA	033		
5807262	Portage	portage	US	04768	0	America/Los_Angeles	48.58401	-121.39041	113	Portage,Portage City		WA	057		
5807275	Porter	porter	US	04068	207	America/Los_Angeles	46.93899	-123.31071	20			WA	027		
5807323	Potlatch	potlatch	US	83855	0	America/Los_Angeles	47.3762	-123.14932	4			WA	045		
5807337	Poulsbo	poulsbo	US	98370	10041	America/Los_Angeles	47.73593	-122.64654	10	PUL,Polsbo,Polzbou,bo er si bo,bwlsbw,pwlsbw  washyngtn,Ползбоу,Полсбо,بولسبو,پولسبو، واشینگتن,波尔斯波		WA	035		
5807352	Powers	powers	US	49874	0	America/Los_Angeles	46.53792	-118.15246	183			WA	013		
5807356	Prairie	prairie	US	39756	0	America/Los_Angeles	48.60261	-122.2346	83			WA	057		
5807389	Prescott	prescott	US	48756	307	America/Los_Angeles	46.29958	-118.31497	322			WA	071		
5807398	Preston	preston	US	06365	0	America/Los_Angeles	47.52371	-121.92706	131			WA	033		
5807487	Prosser	prosser	US	99350	5869	America/Los_Angeles	46.2068	-119.76892	203	Colonel Cook's Ferry,Cook's Ferry,Proser,Prosser,Prosser Falls,Prosur,Yakima Falls,brwsr,prasr  washyngtn,pu luo se,purossa,Просер,Просър,بروسر,پراسر، واشینگتن,プロッサー,普羅瑟	005	WA	005		
5807492	Providence	providence	US	02901	0	America/Los_Angeles	46.91209	-118.73472	468			WA	001		
5807540	Pullman	pullman	US	26421	32816	America/Los_Angeles	46.73127	-117.17962	717	PUW,Pullman,Pulman,Three Forks,bwlman,pu er man,puruman,pwlmn  washyngtn,Пулман,بولمان,پولمن، واشینگتن,プルマン,普尔曼		WA	075		
5807558	Purdy	purdy	US	65734	1544	America/Los_Angeles	47.38899	-122.62541	7			WA	053		
5807575	Puyallup	puyallup	US	98371	39659	America/Los_Angeles	47.18538	-122.2929	14	Franklin,Meekersville,Pjualup,Pujallap,Puyallup,bwyalwb,pi a la pu,pwyalap  washyngtn,pyuaelleob,pyuarappu,Пуйаллап,Пюалъп,Пјуалуп,بويالوب,پویالاپ، واشینگتن,ピュアラップ,皮阿拉普,퓨앨럽		WA	053		
5807648	Queen Anne	queen-anne	US	21657	0	America/Los_Angeles	47.63593	-122.36624	120			WA	033		
5807678	Quilcene	quilcene	US	98376	596	America/Los_Angeles	47.82231	-122.87572	12			WA	031		
5807702	Quinault	quinault	US	98575	0	America/Los_Angeles	47.46703	-123.84546	93	Kwinalt,Kwinault,Queniult,Quinaielt,Quinalt,Quinault,Quiniault		WA	027		
5807713	Quincy	quincy	US	02169	7365	America/Los_Angeles	47.2343	-119.85255	397	Kuinsi,Kvinsi,kun xi,kwynsy,kwyynsy  washyngtn,Квинси,Куинси,كوينسي,کوئنسی، واشنگٹن,کوئینسی، واشینگتن,昆西		WA	025		
5807825	Rainier	rainier	US	97048	1985	America/Los_Angeles	46.88815	-122.68846	132	Rejnir,Rejniur,lei ni er,rynyr  washyngtn,rynyyr,Рейниър,Рејнир,رينيير,رینیر، واشینگتن,雷尼尔		WA	067		
5807856	Ralston	ralston	US	17763	0	America/Los_Angeles	46.98376	-118.34275	507			WA	001		
5807881	Randle	randle	US	98377	0	America/Los_Angeles	46.53511	-121.95704	273			WA	041		
5807970	Ravenna	ravenna	US	40472	0	America/Los_Angeles	47.67565	-122.29763	77			WA	033		
5807972	Ravensdale	ravensdale	US	98051	1101	America/Los_Angeles	47.35232	-121.98373	190			WA	033		
5807986	Raymond	raymond	US	03077	2815	America/Los_Angeles	46.68649	-123.73294	4	Rejmond,Rejmund,lin feng,rymwnd,rymwnd  washyngtn,Реймънд,Рејмонд,ريموند,ریمنڈ، واشنگٹن,ریموند، واشینگتن,林峰		WA	049		
5807991	Rayville	rayville	US	64084	0	America/Los_Angeles	47.04426	-123.31738	53			WA	027		
5807998	Reardan	reardan	US	99029	554	America/Los_Angeles	47.66961	-117.87773	766	Capp's Place,Capps,Fairweather,Reardan		WA	043		
5808079	Redmond	redmond	US	84652	60598	America/Los_Angeles	47.67399	-122.12151	13	Melrose,Redmond,Redmund,Salmonberg,ledeumeondeu,lei de meng de,rdmwnd,redomondo,rydmwnd  washntn,Редмонд,Редмънд,ردموند,ريدموند، واشنطن,ریڈمونڈ,レドモンド,雷德蒙德,레드먼드		WA	033		
5808123	Reese	reese	US	48757	0	America/Los_Angeles	46.0718	-118.78138	118			WA	071		
5808170	Reliance	reliance	US	37369	0	America/Los_Angeles	46.77261	-122.26594	373			WA	053		
5808189	Renton	renton	US	98055	100242	America/Los_Angeles	47.48288	-122.21707	12	Black River Bridge,RNT,Renton,Rentun,lenteon,lun dun,renton,rntwn  washyngtn,ryntwn,Рентон,Рентън,Ռենտոն,رنتون، واشینگتن,رينتون,رینٹن، واشنگٹن,レントン,伦顿,렌턴		WA	033		
5808201	Republic	republic	US	15475	1072	America/Los_Angeles	48.64822	-118.73781	783	Repablik,Ripublik,lei pa bu li ke,rybablk,rypablyk  washyngtn,Репаблик,Рипъблик,ريبابلك,ریپابلیک، واشینگتن,雷帕布利克	019	WA	019		
5808223	Retsil	retsil	US	98378	0	America/Los_Angeles	47.54593	-122.61125	29			WA	035		
5808227	Revere	revere	US	02151	0	America/Los_Angeles	47.08127	-117.93022	488			WA	075		
5808239	Rexville	rexville	US	14877	0	America/Los_Angeles	48.36538	-122.42572	13	Rex,Rexville		WA	057		
5808261	Rice	rice	US	23966	0	America/Los_Angeles	48.42878	-118.17027	528			WA	065		
5809318	Salkum	salkum	US	98582	0	America/Los_Angeles	46.53205	-122.62595	175			WA	041		
5811239	South Colby	south-colby	US	98384	0	America/Los_Angeles	47.52204	-122.53735	15			WA	035		
5808276	Richland	richland	US	08350	54248	America/Los_Angeles	46.28569	-119.28446	117	RLD,Richland,Richlend,li qi lan,ritchirando,rychlnd  washyngtn,rytshland,ryzlnd,Ричланд,Ричленд,Річленд,ריצלנד,ريتشلاند,رچلینڈ، واشنگٹن,ریچلند، واشینگتن,リッチランド,里奇兰		WA	005		
5808308	Ridgecrest	ridgecrest	US	28770	0	America/Los_Angeles	47.74732	-122.31791	119			WA	033		
5808311	Ridgefield	ridgefield	US	06877	6455	America/Los_Angeles	45.81511	-122.7426	34	Ridgefield,Ridzfild,Ridzhfijld,Union Ridge,li qi fei er de,rydjfyld,ryj fyld  washyngtn,Риджфийлд,Риџфилд,ريدجفيلد,ریج فیلد، واشینگتن,里奇菲尔德		WA	011		
5808324	Rifton	rifton	US	12471	0	America/Los_Angeles	46.6007	-118.34108	165			WA	071		
5808345	Rimrock	rimrock	US	86335	0	America/Los_Angeles	46.66428	-121.12508	832			WA	077		
5808412	Riverside	riverside	US	02915	271	America/Los_Angeles	48.50238	-119.50644	264	Republic Landing,Riversajd,Riverside,Риверсайд		WA	047		
5808413	Riverside	riverside	US	02915	336	America/Los_Angeles	48.11399	-122.00208	92			WA	061		
5808432	Riverton	riverton	US	06065	6407	America/Los_Angeles	47.48427	-122.29457	103			WA	033		
5808437	Riverview	riverview	US	33568	0	America/Los_Angeles	46.24291	-119.14501	113			WA	021		
5808438	Riverview	riverview	US	33568	0	America/Los_Angeles	46.24569	-119.16779	109			WA	021		
5808451	Roanoke	roanoke	US	24001	0	America/Los_Angeles	47.59454	-122.2429	25			WA	033		
5808453	Ritzville	ritzville	US	99169	1665	America/Los_Angeles	47.12755	-118.37999	554	Ricvil,Ritsvil,li ci wei er,rytz wyl  washyngtn,rytzfyl,Рицвил,ريتزفيل,ریتز ویل، واشینگتن,里茨维尔	001	WA	001		
5808490	Robinson	robinson	US	15949	0	America/Los_Angeles	47.09045	-117.2249	764			WA	075		
5808493	Robinson	robinson	US	15949	0	America/Los_Angeles	46.29903	-118.29386	326			WA	071		
5808524	Rochester	rochester	US	02770	2388	America/Los_Angeles	46.82177	-123.09625	44	Key,Rochester,Рочестер		WA	067		
5808589	Rock Island	rock-island	US	38581	804	America/Los_Angeles	47.37707	-120.14395	196	Hammond,Rock Island,Rok Ajland,Rok-Ajlend,rak ayslnd  washyngtn,rwk ayland,yan dao shi,Рок Айланд,Рок Ајланд,Рок-Айленд,راک ایسلند، واشینگتن,روك أيلاند,岩島市		WA	017		
5808636	Rockdale	rockdale	US	76567	0	America/Los_Angeles	47.39233	-121.45426	771			WA	033		
5808641	Rockaway Beach	rockaway-beach	US	65740	0	America/Los_Angeles	48.20538	-122.53655	56			WA	029		
5808643	Rockford	rockford	US	35136	468	America/Los_Angeles	47.45212	-117.13075	728	Hnmulshench,Rockford		WA	063		
5808648	Rockwell	rockwell	US	28138	0	America/Los_Angeles	47.14738	-118.01051	557	Rockwell,Rockwell Siding		WA	001		
5808654	Rockport	rockport	US	01966	109	America/Los_Angeles	48.48567	-121.59763	84			WA	057		
5808684	Rocky Point	rocky-point	US	11778	0	America/Los_Angeles	46.17178	-122.90872	20			WA	015		
5808691	Rocky Point	rocky-point	US	11778	1564	America/Los_Angeles	47.59287	-122.66848	26			WA	035		
5808703	Rocky Ridge	rocky-ridge	US	21778	0	America/Los_Angeles	47.01982	-122.36901	144			WA	053		
5808746	Rollingbay	rollingbay	US	98061	0	America/Los_Angeles	47.66454	-122.51013	52	Falk's Bay,Rolling Bay,Rollingbay,Rollins Bay,Rowles Bay		WA	035		
5808755	Ronald	ronald	US	98940	308	America/Los_Angeles	47.23512	-121.02342	716			WA	037		
5808758	Ronan	ronan	US	59864	0	America/Los_Angeles	46.36375	-117.92243	627			WA	013		
5808762	Roosevelt	roosevelt	US	08555	156	America/Los_Angeles	45.74291	-120.21588	111	North Roosevelt,Roosevelt,West Roosevelt		WA	039		
5808763	Roosevelt	roosevelt	US	08555	84	America/Los_Angeles	47.89232	-122.01235	11			WA	061		
5808764	Roosevelt	roosevelt	US	08555	0	America/Los_Angeles	48.75844	-122.45183	20			WA	073		
5808792	Ronald	ronald	US	98940	0	America/Los_Angeles	47.74899	-122.33985	135			WA	033		
5808796	Rosalia	rosalia	US	67132	555	America/Los_Angeles	47.23601	-117.36991	682	Rouzalija,Rozejlija,luo sa li ya,rwzalya,Розејлија,Роузалия,روزاليا,罗萨莉娅		WA	075		
5808809	Rosburg	rosburg	US	98643	317	America/Los_Angeles	46.33094	-123.63848	7			WA	069		
5808814	Rose Hill	rose-hill	US	24281	0	America/Los_Angeles	47.67593	-122.16901	129			WA	033		
5808834	Rosedale	rosedale	US	11422	4044	America/Los_Angeles	47.33149	-122.65235	19			WA	053		
5808841	Roslyn	roslyn	US	11576	903	America/Los_Angeles	47.22345	-120.99314	685	Roslin,Rozlin,luo si lin,raslyn  washyngtn,rwzlyn,Розлин,Рослин,راسلین، واشینگتن,روزلين,罗斯林		WA	037		
5808918	Rowan	rowan	US	50470	0	America/Los_Angeles	48.27399	-121.85264	74			WA	061		
5808928	Roxboro	roxboro	US	27573	0	America/Los_Angeles	46.95236	-118.85444	378			WA	001		
5808931	Roy	roy	US	59471	806	America/Los_Angeles	47.00426	-122.53985	98	Media,Roj,Roy,Рой		WA	053		
5808939	Royal City	royal-city	US	99357	2220	America/Los_Angeles	46.90097	-119.63059	324	Red Rock,Royal,Royal City		WA	025		
5808966	Ruby	ruby	US	12475	0	America/Los_Angeles	48.49793	-119.7259	563			WA	047		
5808967	Ruby	ruby	US	12475	0	America/Los_Angeles	48.52213	-117.29912	628			WA	051		
5808974	Ruby	ruby	US	12475	0	America/Los_Angeles	46.37597	-119.28335	120			WA	005		
5809007	Rulo	rulo	US	68431	0	America/Los_Angeles	46.1743	-118.50248	294			WA	071		
5809016	Russell	russell	US	01071	0	America/Los_Angeles	46.13375	-118.34608	287	Russell,Russell's Station		WA	071		
5809040	Ruston	ruston	US	71270	798	America/Los_Angeles	47.29926	-122.50818	14	Ruston,Smelter		WA	053		
5809042	Ruth	ruth	US	39662	0	America/Los_Angeles	46.64458	-119.45697	125			WA	005		
5809044	Ruth	ruth	US	39662	0	America/Los_Angeles	46.60705	-123.11986	84			WA	041		
5809057	Ryan	ryan	US	52330	0	America/Los_Angeles	48.81407	-117.96721	413			WA	065		
5809069	Ryderwood	ryderwood	US	98581	395	America/Los_Angeles	46.3765	-123.04373	80			WA	015		
5809072	Rye	rye	US	03870	0	America/Los_Angeles	45.67512	-122.6301	81			WA	011		
5809073	Rye	rye	US	03870	0	America/Los_Angeles	46.86902	-120.11783	533			WA	037		
5809167	Saginaw	saginaw	US	35137	0	America/Los_Angeles	46.97232	-123.38682	14			WA	027		
5809197	Saint Cloud	saint-cloud	US	34769	0	America/Los_Angeles	45.6029	-122.11092	21			WA	059		
5809211	Saint Helens	saint-helens	US	41368	0	America/Los_Angeles	46.34427	-122.52872	293			WA	015		
5809402	Sammamish	sammamish	US	98074	52253	America/Los_Angeles	47.64177	-122.0804	18	Samamish,sam mamysh  washyngtn,samamisshu,samamysh,se ma mi shen,Самамиш,سام مامیش، واشینگتن,ساماميش,サマミッシュ,瑟马米什		WA	033		
5809538	Saratoga	saratoga	US	27873	0	America/Los_Angeles	48.07343	-122.46626	29			WA	029		
5809562	Satsop	satsop	US	98583	675	America/Los_Angeles	47.00315	-123.48349	13			WA	027		
5809612	Sawyer	sawyer	US	49125	0	America/Los_Angeles	46.45652	-120.36145	254			WA	077		
5809620	Saxon	saxon	US	25180	0	America/Los_Angeles	48.68761	-122.18877	96			WA	073		
5809642	Scandia	scandia	US	55073	0	America/Los_Angeles	47.71648	-122.65793	19	Frykholm,Scandia		WA	035		
5809758	Scotia	scotia	US	29939	0	America/Los_Angeles	48.10629	-117.1541	634			WA	051		
5809764	Scott	scott	US	38772	0	America/Los_Angeles	46.50736	-118.60582	144			WA	071		
5809797	Scribner	scribner	US	68057	0	America/Los_Angeles	47.55572	-117.50132	661			WA	063		
5809806	Seabeck	seabeck	US	98380	1105	America/Los_Angeles	47.63954	-122.82849	7			WA	035		
5809820	Seahurst	seahurst	US	98062	0	America/Los_Angeles	47.46927	-122.36207	101			WA	033		
5809825	Seal Rock	seal-rock	US	97376	0	America/Los_Angeles	47.7137	-122.88572	3			WA	031		
5809844	Seattle	seattle	US	98101	684451	America/Los_Angeles	47.60621	-122.33207	56	SEA,Seatl,Seattle,Seattlum,Siatl,Siatul,Siehtl,Sietl,Sietla,Sietlas,Sijetl,Siyaatil,Séatl,ciyattil,shiatoru,si'aitala,siaeteul,sietʼli,siyatal,siyatala,syatl,xi ya tu,Σιάτλ,Сиатъл,Сиетл,Сиэтл,Сијетл,Сіэтл,Сієтл,Սիեթլ,סיאטל,سياتل,سیئٹل,سیاتل,سیاٹل,सिअ‍ॅटल,सीऐटल,সিয়াটল,சியாட்டில்,ಸಿಯಾಟಲ್,ซีแอตเทิล,სიეტლი,ስያትል,ស៊ីតថល,シアトル,西雅圖,시애틀	033	WA	033	7174408	
5809877	Seaview	seaview	US	23429	0	America/Los_Angeles	46.33454	-124.0546	4	Sea View,Seaview		WA	049		
5809902	Sedro-Woolley	sedro-woolley	US	98284	10815	America/Los_Angeles	48.50389	-122.23611	17	Sedro Woolley,Sedro Wooly,Sedro-Wooley,Sedro-Woolley,Sidro-Vuli,Sidrou-Uli,sdrw-wwly  washyngtn,sedorouri,shi de luo-wu li,sydrw-waly,Сидро-Вули,Сидроу-Ули,سدرو-وولی، واشینگتن,سيدرو-والي,セドロウーリー,世德羅-伍利		WA	057		
5809920	Sekiu	sekiu	US	98381	27	America/Los_Angeles	48.26275	-124.30107	9	Callam,Clallam,Sekiu		WA	009		
5809928	Selah	selah	US	98942	7682	America/Los_Angeles	46.65402	-120.53007	341	Selah,Sila,Wenas,slah,slah  washyngtn,xi la,Сила,سلاه,سلاه، واشینگتن,細拉		WA	077		
5809983	Sequim	sequim	US	98382	6826	America/Los_Angeles	48.07963	-123.10234	55	SQV,Seguin,Sequim,Skuim,Skvim,shi kui en,skwyym  washyngtn,sukuimu,sykym,Сквим,Скуим,سيكيم,سکوئیم، واشینگتن,スクイム,史魁恩		WA	009		
5810093	Shawnee	shawnee	US	43782	0	America/Los_Angeles	47.38426	-122.48068	7			WA	033		
5810094	Shawnee	shawnee	US	43782	0	America/Los_Angeles	46.82405	-117.27129	670			WA	075		
5810102	Shaw Island	shaw-island	US	98286	0	America/Los_Angeles	48.58427	-122.92907	1	Shaw,Shaw Island		WA	055		
5810176	Shelton	shelton	US	06484	9834	America/Los_Angeles	47.21509	-123.10071	7	SHN,Shelton,Sheltun,sheruton,shltwn  washyngtn,shyltwn,syelteon,xue er dun,Шелтон,Шелтън,شلتون، واشینگتن,شيلتون,シェルトン,雪爾頓,셸턴	045	WA	045		
5810205	Sheridan	sheridan	US	04775	0	America/Los_Angeles	47.59093	-122.64125	57			WA	035		
5810208	Sherman	sherman	US	04776	0	America/Los_Angeles	47.82738	-118.605	733			WA	043		
5810304	Shorewood	shorewood	US	60404	0	America/Los_Angeles	47.49704	-122.36346	89			WA	033		
5810386	Siler	siler	US	40763	0	America/Los_Angeles	46.50956	-121.9287	280			WA	041		
5810397	Silvana	silvana	US	98287	90	America/Los_Angeles	48.20232	-122.25376	9	Silvana,Stillaguamish		WA	061		
5810414	Silver Creek	silver-creek	US	14136	0	America/Los_Angeles	46.52538	-122.59039	207	Silver Creek,Silvercreek		WA	041		
5810448	Silver Lake	silver-lake	US	03875	0	America/Los_Angeles	46.29733	-122.81067	158	Silver Lake,Silverlake		WA	015		
5810457	Silver Lake	silver-lake	US	03875	0	America/Los_Angeles	47.55294	-117.6491	726			WA	063		
5810490	Silverdale	silverdale	US	18962	19204	America/Los_Angeles	47.64454	-122.69487	3	Goldendale,Silverdale,Silverdejl,Силвердејл		WA	035		
5810500	Silverton	silverton	US	79257	0	America/Los_Angeles	48.07844	-121.56706	468	Independence,Silverton		WA	061		
5810633	Skamokawa	skamokawa	US	98647	0	America/Los_Angeles	46.27039	-123.45708	9			WA	069		
5810722	Skykomish	skykomish	US	98288	207	America/Los_Angeles	47.70927	-121.3601	283	Skajkomish,skaykwmysh,Скайкомиш,Скајкомиш,سكايكوميش		WA	033		
5810762	Slater	slater	US	29683	0	America/Los_Angeles	46.18652	-118.80694	220	Slate,Slater		WA	071		
5810914	Smithville	smithville	US	26178	0	America/Los_Angeles	45.64873	-121.16396	126			WA	039		
5810933	Smyrna	smyrna	US	13464	0	America/Los_Angeles	46.8393	-119.66226	172			WA	025		
5810988	Snohomish	snohomish	US	98290	9670	America/Los_Angeles	47.91288	-122.09818	20	Cadyville,Snohomish,Snohomish City,Snokhomish,Snokhoumish,asnwhwmysh  washyngtn,si nuo ke mi xi,snwhwmysh,Снохомиш,Снохоумиш,اسنوهومیش، واشینگتن,سنوهوميش,斯诺克米西		WA	061		
5810995	Snoqualmie	snoqualmie	US	98065	13169	America/Los_Angeles	47.52871	-121.82539	129	Sno-qual-mie,Snokvolmi,Snoqualme,Snoqualmie,Snoukuolmi,asnakwalmy  washyngtn,si nuo kua er mi,snwqwwlmy,Снокволми,Сноукуолми,סנוקוולמי,اسناکوالمی، واشینگتن,斯诺夸尔米		WA	033		
5811007	Snoqualmie Pass	snoqualmie-pass	US	98068	311	America/Los_Angeles	47.39233	-121.40009	831			WA	037		
5811089	Soap Lake	soap-lake	US	98851	1580	America/Los_Angeles	47.38931	-119.49059	337			WA	025		
5811155	Somerset	somerset	US	02725	0	America/Los_Angeles	47.56538	-122.15679	196			WA	033		
5811199	South Bay	south-bay	US	33493	0	America/Los_Angeles	47.08037	-122.84597	51			WA	067		
5811202	South Beach	south-beach	US	97366	0	America/Los_Angeles	47.57482	-122.50791	8			WA	035		
5811211	South Bend	south-bend	US	46601	1612	America/Los_Angeles	46.66315	-123.80461	17	Saut Bend,South Bend,Southbend,nan ben de,sawth bynd,swt bnd  washyngtn,Саут Бенд,ساوث بيند,سوت بند، واشینگتن,南本德	049	WA	049		
5811236	South Cle Elum	south-cle-elum	US	98943	536	America/Los_Angeles	47.18568	-120.94897	586			WA	037		
5811456	South Hill	south-hill	US	23970	52431	America/Los_Angeles	47.14121	-122.27012	163			WA	053		
5811482	South Park	south-park	US	15129	0	America/Los_Angeles	47.52649	-122.31457	7	South Park,South Park Junction,Southpark		WA	033		
5811498	South Prairie	south-prairie	US	98385	429	America/Los_Angeles	47.13927	-122.09817	131	Cascade Junction,South Prairie		WA	053		
5811567	Southworth	southworth	US	98386	2185	America/Los_Angeles	47.51204	-122.5018	23			WA	035		
5811581	Spanaway	spanaway	US	98387	27227	America/Los_Angeles	47.10399	-122.43457	116	Lake Park,Lakepark,Spanaway		WA	053		
5811590	Spangle	spangle	US	99031	291	America/Los_Angeles	47.42739	-117.3802	745	Hnts'o'yts'o'yqhwm,Pine Grove,Spangle		WA	063		
5811642	Sperry	sperry	US	52650	0	America/Los_Angeles	46.69987	-118.40998	296			WA	021		
5811696	Spokane	spokane	US	65754	213272	America/Los_Angeles	47.65966	-117.42908	571	GEG,Spakan,Spocanum,Spokan,Spokane,Spokane Falls,Spokein,Spoken,aspwkn,sbwkyn,seupokaen,si bo kan,spwkyn,spwqyyn,supoken,Σποκέιν,Спакан,Спокан,Спокен,Սպոքեն,ספוקיין,اسپوکن,سبوكين,سپوکین,سپوکین، واشنگٹن,スポケーン,スポーケン,斯波坎,스포캔	063	WA	063		
5811747	Sprague	sprague	US	68438	425	America/Los_Angeles	47.30016	-117.97551	580	Hoodooville,Qi'khwqi'khw,Sprague		WA	043		
5811813	Spring Glen	spring-glen	US	12483	0	America/Los_Angeles	47.56121	-121.8615	47			WA	033		
5811832	Spring Valley	spring-valley	US	10977	0	America/Los_Angeles	47.27462	-117.28463	733			WA	063		
5811837	Springdale	springdale	US	15144	275	America/Los_Angeles	48.05739	-117.74135	627	Springdale,Squires City		WA	065		
5811964	Staley	staley	US	27355	0	America/Los_Angeles	46.66961	-117.1485	764			WA	075		
5811995	Stanwood	stanwood	US	49346	6779	America/Los_Angeles	48.24121	-122.37071	2	Centerville,Stanud,Stanvud,Stanwood,astn wwd  washyngtn,si tan wu de,stanwwd,Станвуд,Стануд,استن وود، واشینگتن,ستانوود,斯坦伍德		WA	061		
5812005	Star Lake	star-lake	US	13690	0	America/Los_Angeles	47.35788	-122.29151	116			WA	033		
5812009	Starbuck	starbuck	US	56381	126	America/Los_Angeles	46.51959	-118.12884	191			WA	013		
5812012	Starr	starr	US	29684	0	America/Los_Angeles	47.99514	-119.87951	249	Star,Starr		WA	047		
5812017	Startup	startup	US	98293	676	America/Los_Angeles	47.86788	-121.7404	45	Startup,Wallace		WA	061		
5812039	Stateline	stateline	US	89449	0	America/Los_Angeles	46.00097	-118.41441	231			WA	071		
5812086	Stehekin	stehekin	US	98852	0	America/Los_Angeles	48.30919	-120.65752	350			WA	007		
5812092	Steilacoom	steilacoom	US	98388	6211	America/Los_Angeles	47.16982	-122.60263	20	Chelakoom,Chilacoom,Steilacoom,Stilakam,Stilakum,Tail-a-koom,Tchil-ae-cum,stylakwm,Стилакам,Стилакум,ستيلاكوم		WA	053		
5812109	Stella	stella	US	28582	0	America/Los_Angeles	46.19008	-123.12036	48			WA	015		
5812125	Steptoe	steptoe	US	99174	180	America/Los_Angeles	47.006	-117.35602	706	Steptoe,Steptoe Station		WA	075		
5812140	Sterling	sterling	US	01564	0	America/Los_Angeles	48.49205	-122.28071	13	Ball's Landing,Sterling		WA	057		
5812177	Stevenson	stevenson	US	06491	1497	America/Los_Angeles	45.69567	-121.88452	62	Stevenson,Stevenson's Spur,Stivenson,Stivunsun,astywnsan  washyngtn,shi di wen sen,styfnswn,Стивенсон,Стивънсън,استیونسان، واشینگتن,ستيفنسون,史蒂文森	059	WA	059		
5812221	Stillwater	stillwater	US	04489	0	America/Los_Angeles	47.68288	-121.92012	24			WA	033		
5812317	Stratford	stratford	US	06614	0	America/Los_Angeles	47.42675	-119.28157	385			WA	025		
5812350	Stringtown	stringtown	US	74569	0	America/Los_Angeles	47.31795	-117.06268	862			WA	063		
5812352	Stringtown	stringtown	US	74569	0	America/Los_Angeles	46.30621	-123.97876	2			WA	049		
5812363	Stuart	stuart	US	24171	0	America/Los_Angeles	47.68843	-121.94845	11	Stuart,Stuart Siding		WA	033		
5812412	Sudbury	sudbury	US	01776	0	America/Los_Angeles	46.09402	-118.47747	201			WA	071		
5812462	Sulphur	sulphur	US	40070	0	America/Los_Angeles	46.63736	-118.72583	235			WA	021		
5812483	Sultan	sultan	US	98294	4798	America/Los_Angeles	47.8626	-121.81651	33			WA	061		
5812494	Sumas	sumas	US	98295	1373	America/Los_Angeles	49.00012	-122.26488	13	Sumas,Sumas City,su ma si,sumaseu,swmas,swmas  washyngtn,Сумас,سوماس,سوماس، واشینگتن,苏马斯,수마스		WA	073		
5812505	Summit	summit	US	07901	7985	America/Los_Angeles	47.16177	-122.35707	145			WA	053		
5812510	Summit	summit	US	07901	0	America/Los_Angeles	47.36121	-122.02039	166	4 Corners		WA	033		
5812543	Sumner	sumner	US	04292	9700	America/Los_Angeles	47.20316	-122.2404	23	Samner,Sumnur,sa mu na,samnr  washyngtn,swmnr,Самнер,Съмнър,سامنر، واشینگتن,سومنر,萨姆纳		WA	053		
5812602	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	45.64373	-122.37204	121			WA	011		
5812603	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	48.73122	-122.31544	99			WA	073		
5812604	Sunnyside	sunnyside	US	11104	16325	America/Los_Angeles	46.32374	-120.00865	227	Holy City,Sanisajd,Sunisajd,Sunnyside,sang ni sai de,sanisaido,sany sayd  washyngtn,sanysayd,seonisaideu,Санисајд,Сънисайд,سانيسايد,سانی ساید، واشینگتن,サニーサイド,桑尼賽德,서니사이드		WA	077		
5812634	Sunrise Beach	sunrise-beach	US	65079	0	America/Los_Angeles	47.32343	-122.69791	0			WA	053		
5812635	Sunrise Beach	sunrise-beach	US	65079	0	America/Los_Angeles	47.08537	-122.99098	9			WA	067		
5812660	Sunset	sunset	US	04683	0	America/Los_Angeles	48.54511	-122.40572	4			WA	057		
5812661	Sunset	sunset	US	04683	0	America/Los_Angeles	47.12072	-117.48547	645			WA	075		
5812665	Sunset Beach	sunset-beach	US	28468	0	America/Los_Angeles	47.22592	-124.20907	35			WA	027		
5812666	Sunset Beach	sunset-beach	US	28468	0	America/Los_Angeles	48.21427	-122.53488	14			WA	029		
5812668	Sunset Beach	sunset-beach	US	28468	0	America/Los_Angeles	47.40815	-122.88542	2			WA	045		
5812672	Sunset Beach	sunset-beach	US	28468	0	America/Los_Angeles	47.09232	-122.96237	12			WA	067		
5812710	Sunshine	sunshine	US	70780	0	America/Los_Angeles	46.71961	-117.096	789			WA	075		
5812723	Suquamish	suquamish	US	98392	4140	America/Los_Angeles	47.73121	-122.55236	21	Bartow,Suquamish		WA	035		
5812764	Sutton	sutton	US	01590	0	America/Los_Angeles	46.90266	-117.8441	470			WA	075		
5812860	Swift	swift	US	56682	0	America/Los_Angeles	46.67516	-117.59908	196			WA	075		
5812944	Tacoma	tacoma	US	98401	207948	America/Los_Angeles	47.25288	-122.44429	74	Chebaulip,Commencement City,Puyallup,T'kope,T'kopt,TIW,Tacoma,Takoma,Takouma,da jin ma,ta ke ma,takoma,takwma,takwma  washyngtn,teokoma,tqwmh,Τακόμα,Такома,Такоума,טקומה,تاكوما,تاکوما، واشینگتن,ٹاکوما,ٹاکوما، واشنگٹن,タコマ,塔科马,打金麻,터코마	053	WA	053		
5812988	Tahlequah	tahlequah	US	74464	0	America/Los_Angeles	47.3326	-122.50735	6	Tahlequah,Talequah,Tallequah		WA	033		
5812990	Tahoma	tahoma	US	96142	0	America/Los_Angeles	47.38816	-122.0115	156			WA	033		
5812994	Taholah	taholah	US	98587	840	America/Los_Angeles	47.3473	-124.29324	2	Agency,Granville,Grenville,Taholah		WA	027		
5812999	Tahuya	tahuya	US	98588	0	America/Los_Angeles	47.3712	-123.05571	6			WA	045		
5813046	Tampico	tampico	US	61283	312	America/Los_Angeles	46.53512	-120.8673	647			WA	077		
5813063	Tanner	tanner	US	35671	1018	America/Los_Angeles	47.47538	-121.74622	159			WA	033		
5813161	Tekoa	tekoa	US	99033	792	America/Los_Angeles	47.22323	-117.07212	772	T'ik'ut,Tekoa		WA	075		
5813171	Telford	telford	US	18969	0	America/Los_Angeles	47.69432	-118.40721	709	Fellows,Telford,Telford Station		WA	043		
5813203	Tenmile	tenmile	US	97481	0	America/Los_Angeles	48.86984	-122.4485	28	Ten Mile,Tenmile		WA	073		
5813207	Tenino	tenino	US	98589	1749	America/Los_Angeles	46.85677	-122.85291	87	Tenajno,te nai nuo,tnynw  washyngtn,tynynw,Тенайно,Тенајно,تنینو، واشینگتن,تينينو,特奈诺		WA	067		
5813253	Terrace Park	terrace-park	US	45174	0	America/Los_Angeles	47.40485	-120.25757	306			WA	017		
5813309	Thatcher	thatcher	US	83283	0	America/Los_Angeles	48.55482	-122.81879	22			WA	055		
5813352	Thomas	thomas	US	26292	0	America/Los_Angeles	47.35371	-122.22901	14	Pialsche,Thomas		WA	033		
5813353	Thomas	thomas	US	26292	0	America/Los_Angeles	46.03597	-118.14551	553			WA	071		
5813405	Thornton	thornton	US	03285	0	America/Los_Angeles	47.12073	-117.38963	704			WA	075		
5813410	Thornwood	thornwood	US	10594	0	America/Los_Angeles	48.58344	-122.23044	74			WA	057		
5813411	Thorp	thorp	US	54771	240	America/Los_Angeles	47.0679	-120.67118	499	Torp,Торп		WA	037		
5813423	Thrall	thrall	US	76578	0	America/Los_Angeles	46.9304	-120.51118	437			WA	037		
5813459	Three Lakes	three-lakes	US	54562	3184	America/Los_Angeles	47.94482	-122.01152	148			WA	061		
5813532	Tieton	tieton	US	98947	1253	America/Los_Angeles	46.70207	-120.75535	586			WA	077		
5813555	Tiger	tiger	US	30576	0	America/Los_Angeles	48.69158	-117.40774	636			WA	051		
5813670	Tokeland	tokeland	US	98590	151	America/Los_Angeles	46.70649	-123.98183	2			WA	049		
5813674	Tokio	tokio	US	58379	0	America/Los_Angeles	47.2096	-118.26969	593	Iona,Tokio,Tokio Station,Tracy		WA	001		
5813681	Toledo	toledo	US	43601	727	America/Los_Angeles	46.43983	-122.84678	37	Cowlitz Landing,Plomondon's Landing,TDO,Toledo,Warbassport,Толедо		WA	041		
5814838	Wagner	wagner	US	57380	0	America/Los_Angeles	47.87899	-121.93651	95			WA	061		
5813726	Tonasket	tonasket	US	98855	1016	America/Los_Angeles	48.70515	-119.4395	280	Tenasket,Tonasket,Tonaskot,Tunaskit,tuo na si ji te,twnaskt  washyngtn,twnaskyt,Тонаскет,Тънаскит,توناسكيت,توناسکت، واشینگتن,托纳斯基特		WA	047		
5813747	Toppenish	toppenish	US	98948	8995	America/Los_Angeles	46.37735	-120.30867	231	Topenish,Topinish,Toppenish,ta ben ni xu,topenisi,twbynysh,twpnysh  washyngtn,Топениш,توبينيش,توپنیش، واشینگتن,塔本尼許,토페니시		WA	077		
5813773	Touchet	touchet	US	99360	421	America/Los_Angeles	46.03986	-118.67221	135			WA	071		
5813788	Toutle	toutle	US	98649	0	America/Los_Angeles	46.32483	-122.7365	152	Toutle,Toutle Lake		WA	015		
5813832	Tracyton	tracyton	US	98393	5233	America/Los_Angeles	47.60898	-122.65514	28			WA	035		
5813836	Tracy	tracy	US	50256	0	America/Los_Angeles	46.08319	-118.18884	460			WA	071		
5813914	Trinity	trinity	US	27370	0	America/Los_Angeles	48.07457	-120.8526	855			WA	007		
5813919	Trinidad	trinidad	US	75163	0	America/Los_Angeles	47.22985	-120.00061	287			WA	025		
5813973	Trout Lake	trout-lake	US	49793	557	America/Los_Angeles	45.99734	-121.52814	577	Trout Lake,Troutlake		WA	039		
5814082	Tumtum	tumtum	US	99034	0	America/Los_Angeles	47.89156	-117.68301	473			WA	065		
5814095	Tumwater	tumwater	US	98511	19190	America/Los_Angeles	47.00732	-122.90931	53	Des Chutes,Falls River,New Market,Spa-kwatl,Tamvoter,Tumuoter,Tumuotur,Tumvoter,Tumwater,Tumwater Falls,ta mu wo te,tam watr  washyngtn,tamuu~ota,twmwatyr,Тамвотер,Тумвотер,Тумуотер,Тъмуотър,تام واتر، واشینگتن,تومواتير,タムウォーター,塔姆沃特		WA	067		
5814144	Turner	turner	US	04282	0	America/Los_Angeles	46.41237	-117.85465	665			WA	013		
5814307	Twisp	twisp	US	98856	942	America/Los_Angeles	48.36348	-120.1223	499	Gloversville,Twisp		WA	047		
5814323	Two Rivers	two-rivers	US	54241	0	America/Los_Angeles	46.14069	-118.9425	106			WA	071		
5814360	Tyler	tyler	US	36785	0	America/Los_Angeles	47.436	-117.78355	699	Stephens,Stevens,Tyler		WA	063		
5814392	Underwood	underwood	US	47177	0	America/Los_Angeles	45.72956	-121.52618	36			WA	059		
5814405	Union	union	US	03887	0	America/Los_Angeles	45.70789	-122.55176	87			WA	011		
5814406	Union	union	US	03887	631	America/Los_Angeles	47.35509	-123.10099	46	Union,Union City		WA	045		
5814411	Union Center	union-center	US	53962	0	America/Los_Angeles	46.74322	-117.33185	649			WA	075		
5814433	Uniontown	uniontown	US	15401	329	America/Los_Angeles	46.53933	-117.08766	787			WA	075		
5814442	University	university	US	38677	0	America/Los_Angeles	47.66649	-122.30985	81	Brooklyn,University		WA	033		
5814850	Wahkiacus	wahkiacus	US	98670	0	America/Los_Angeles	45.82568	-121.0984	163	Wahkiacus,Wahkiakus		WA	039		
5814450	University Place	university-place	US	98467	32842	America/Los_Angeles	47.23565	-122.5504	63	Belmarlow,Juniversiti Plejs,Junivursiti Plejs,University Place,da xue cheng,yunibashitipuresu,ywnyfyrsyty blys,ywnywrsyty plys  washyngtn,Јуниверсити Плејс,Юнивърсити Плейс,يونيفيرسيتي بليس,یونیورسیتی پلیس، واشینگتن,ユニバーシティプレース,大學城		WA	053		
5814534	Usk	usk	US	99180	0	America/Los_Angeles	48.31379	-117.27966	626			WA	051		
5814542	Vader	vader	US	98593	620	America/Los_Angeles	46.40261	-122.9604	49	Little Falls,Sopenah,Vader		WA	041		
5814545	Vail	vail	US	51465	0	America/Los_Angeles	46.8451	-122.65623	132			WA	067		
5814555	Valley	valley	US	36854	146	America/Los_Angeles	48.17517	-117.72468	517			WA	065		
5814577	Valleyford	valleyford	US	99036	0	America/Los_Angeles	47.53563	-117.23901	758			WA	063		
5814586	Valley Grove	valley-grove	US	26060	0	America/Los_Angeles	46.15236	-118.34886	271			WA	071		
5814591	Van Horn	van-horn	US	79855	0	America/Los_Angeles	48.5165	-121.70542	76	Van Horn,Van Horne,Van Hornes,Van Horns Spur		WA	057		
5814613	Van Wyck	van-wyck	US	29744	0	America/Los_Angeles	48.80372	-122.42072	63			WA	073		
5814616	Vancouver	vancouver	US	98660	172860	America/Los_Angeles	45.63873	-122.66149	52	Alashikash,Camp Vancouver,Columbia Barracks,Columbia City,Fort Vancouver,Predloga:Zascitenovand,Predloga:Zaščitenovand,Template:Vandalism,Van'kouver,Vancouver,Vancouver Barracks,Vancouver City,Vankuver,Vankuveris,Vankuvur,baenkubeo,bankuba,fankwfr,wen ge hua,wnkwwr  washyngtn,wnqwbr,Βανκούβερ,Ванкувер,Ванкувър,ונקובר,فانكوفر,ونکوور، واشینگتن,وینکوور، واشنگٹن,แวนคูเวอร์,バンクーバー,溫哥華,밴쿠버	011	WA	011		
5814645	Varna	varna	US	61375	0	America/Los_Angeles	46.28958	-118.08217	413			WA	013		
5814647	Vashon	vashon	US	98070	10624	America/Los_Angeles	47.44732	-122.45985	116	Vashon,Vashon Island,Vashonuv ostrov,Vashonův ostrov,wshn  washyngtn,Вашон,وشن، واشینگتن		WA	033		
5814663	Vaughn	vaughn	US	59487	544	America/Los_Angeles	47.34426	-122.76319	9			WA	053		
5814679	Venice	venice	US	34284	0	America/Los_Angeles	47.66704	-122.57986	35			WA	035		
5814680	Venice	venice	US	34284	0	America/Los_Angeles	46.72399	-123.96572	0			WA	049		
5814686	Veradale	veradale	US	99037	9991	America/Los_Angeles	47.64995	-117.20738	617	Vera,Veradale		WA	063		
5814697	Vesta	vesta	US	24177	0	America/Los_Angeles	46.83315	-123.58877	48			WA	027		
5814709	Victor	victor	US	14564	0	America/Los_Angeles	47.37759	-122.81597	10			WA	045		
5814710	Victor	victor	US	14564	0	America/Los_Angeles	48.83317	-122.44322	87			WA	073		
5814760	Vineland	vineland	US	08360	0	America/Los_Angeles	46.39711	-117.05405	275			WA	003		
5814767	Virginia	virginia	US	55777	0	America/Los_Angeles	47.70732	-122.63737	13			WA	035		
5814775	Vista	vista	US	92081	0	America/Los_Angeles	46.21263	-119.21001	165	Relief,Vista		WA	005		
5814825	Wabash	wabash	US	46992	0	America/Los_Angeles	46.74788	-122.93458	65			WA	041		
5814830	Wabash	wabash	US	46992	0	America/Los_Angeles	47.24288	-122.05761	172			WA	033		
5814871	Waitsburg	waitsburg	US	99361	1191	America/Los_Angeles	46.27042	-118.15329	385	Delta,Wait's Crossing,Wait's Mill,Waitsburg		WA	071		
5814885	Waldron	waldron	US	46182	0	America/Los_Angeles	48.6876	-123.03685	9			WA	055		
5814889	Walker	walker	US	26180	0	America/Los_Angeles	46.43042	-118.63138	146			WA	071		
5814916	Walla Walla	walla-walla	US	99362	32237	America/Los_Angeles	46.06458	-118.34302	287	ALW,Steptoe City,Steptoeville,Uola Uola,Uolla Uolla,Vola Vola,Walla Walla,Walla Walla City,wa la wa la,wala wala,wala wala  washyngtn,wallawalla,warawara,Вола Вола,Уола Уола,Уолла Уолла,والا والا,والا والا، واشینگتن,ワラワラ,瓦拉瓦拉,왈라왈라	071	WA	071		
5814941	Waller	waller	US	77484	7922	America/Los_Angeles	47.20066	-122.36929	119			WA	053		
5814945	Wallula	wallula	US	99363	179	America/Los_Angeles	46.08541	-118.90528	129			WA	071		
5814950	Walnut Grove	walnut-grove	US	35990	9790	America/Los_Angeles	45.66789	-122.59899	83			WA	011		
5814953	Wallingford	wallingford	US	05773	0	America/Los_Angeles	47.65565	-122.32763	37			WA	033		
5814965	Walters	walters	US	73572	0	America/Los_Angeles	47.04128	-117.10628	772			WA	075		
5814992	Wapato	wapato	US	98951	5068	America/Los_Angeles	46.44763	-120.42034	261	Simcoe,Uopatou,Vopato,Wapato,wa pa tuo,wabatw,wapatw  washyngtn,Вопато,Уопатоу,واباتو,واپاتو، واشینگتن,瓦帕托		WA	077		
5815015	Ward	ward	US	29166	0	America/Los_Angeles	48.60435	-118.02332	494	Goodwin,Ward		WA	065		
5815020	Warden	warden	US	98857	2736	America/Los_Angeles	46.96764	-119.03973	397			WA	025		
5815043	Warner	warner	US	03278	0	America/Los_Angeles	47.15323	-117.1374	749			WA	075		
5815050	Warren	warren	US	01083	0	America/Los_Angeles	47.28204	-122.65235	5			WA	053		
5815059	Warrenville	warrenville	US	29851	0	America/Los_Angeles	47.66037	-122.77071	19			WA	035		
5815063	Warwick	warwick	US	01378	0	America/Los_Angeles	45.72179	-120.99868	475			WA	039		
5815136	Washougal	washougal	US	98671	15288	America/Los_Angeles	45.58262	-122.35342	24	Parker's Landing,Point Vancouver,Uoshugal,Voshugal,Washougal,Washoughally Camp,wa xiu ge,washugaru,washwgal  washyngtn,washwghal,Вошугал,Уошугал,واشوغال,واشوگال، واشینگتن,ワシューガル,瓦休戈		WA	011		
5815153	Washtucna	washtucna	US	99371	202	America/Los_Angeles	46.75654	-118.31053	313	Washtucna,Washtuena		WA	001		
5815170	Waterford	waterford	US	04088	0	America/Los_Angeles	46.15317	-123.2679	26			WA	069		
5815177	Waterloo	waterloo	US	13165	0	America/Los_Angeles	48.3674	-118.11777	715			WA	065		
5815179	Waterman	waterman	US	60556	0	America/Los_Angeles	47.57343	-122.58069	2			WA	035		
5815184	Waterville	waterville	US	04901	1171	America/Los_Angeles	47.64708	-120.07118	800	Jumper's Flat,Uoturvil,Votervil,Waterville,wo te wei er,wwtrfyl,Вотервил,Уотървил,ووترفيل,沃特維爾	017	WA	017		
5815211	Waukon	waukon	US	52172	0	America/Los_Angeles	47.53961	-117.84328	743			WA	043		
5815213	Wauna	wauna	US	98395	4186	America/Los_Angeles	47.37899	-122.64263	3			WA	053		
5815219	Wauconda	wauconda	US	60084	0	America/Los_Angeles	48.72572	-119.01365	1090			WA	047		
5815225	Waverly	waverly	US	14892	109	America/Los_Angeles	47.34267	-117.22797	728	Epl T'ish,Epł T'ish,Waverly		WA	063		
5815230	Wayne	wayne	US	04284	0	America/Los_Angeles	47.74788	-122.21068	7			WA	033		
5815299	Welcome	welcome	US	20693	0	America/Los_Angeles	48.8379	-122.16571	118			WA	073		
5815320	Wellpinit	wellpinit	US	99040	0	America/Los_Angeles	47.88794	-117.98803	735	Germania,Wellpinit		WA	065		
5816033	Wildwood	wildwood	US	08260	0	America/Los_Angeles	46.45955	-123.09013	104	South Boistfort,Wildwood		WA	041		
5816656	Yelm	yelm	US	98597	8434	America/Los_Angeles	46.94204	-122.60596	105	Jelm,ye mu,ylm,ylm  washyngtn,Јелм,Йелм,يلم,یلم، واشنگٹن,یلم، واشینگتن,耶姆		WA	067		
5815342	Wenatchee	wenatchee	US	98801	33636	America/Los_Angeles	47.42346	-120.31035	203	EAT,Uehnatchi,Uenachi,Venachi,Wenache,Wenatche,Wenatchee,wanatchi,wei na qi,wnatchy  washyngtn,wyntatshy,Веначи,Уеначи,Уэнатчи,وناتچی، واشینگتن,وينتاتشي,ワナッチー,韦纳奇	007	WA	007		
5815434	West Fork	west-fork	US	72774	0	America/Los_Angeles	48.45766	-118.7503	591	Alkire,LeRoi's,West Fork		WA	019		
5815549	West Park	west-park	US	12493	0	America/Los_Angeles	47.56315	-122.67847	50			WA	035		
5815599	West Richland	west-richland	US	99353	13746	America/Los_Angeles	46.3043	-119.36141	126	Enterprise,Heminger City,Uest Richland,Vest Richland,West Richland,u~esutoritchirando,weseuteulichillaendeu,wst rychlnd  washyngtn,wyst rytshland,xi li qi lan,Вест Ричланд,Уест Ричланд,مغربی رچلینڈ، واشنگٹن,وست ریچلند، واشینگتن,ويست ريتشلاند,ウェストリッチランド,西里奇兰,웨스트리칠랜드		WA	005		
5815605	West Valley	west-valley	US	14171	12655	America/Los_Angeles	46.59207	-120.60507	364			WA	077		
5815638	Westlake	westlake	US	44145	0	America/Los_Angeles	47.10403	-119.33669	324			WA	025		
5815659	Westwood	westwood	US	02090	0	America/Los_Angeles	47.61899	-122.57569	10			WA	035		
5815665	Westport	westport	US	02790	2023	America/Los_Angeles	46.89009	-124.10406	7	Chehalis City,Damon,Fort Chehalis,Peterson's Point,Uestport,Vestport,Westport,wst pwrt  washyngtn,wystbwrt,xi gang shi,Вестпорт,Уестпорт,وست پورت، واشینگتن,ويستبورت,西港市		WA	027		
5815693	Wheeler	wheeler	US	38880	0	America/Los_Angeles	47.1307	-119.17196	392			WA	025		
5815751	White	white	US	15490	0	America/Los_Angeles	47.7076	-122.08873	28			WA	033		
5815842	White Salmon	white-salmon	US	98672	2343	America/Los_Angeles	45.72762	-121.48646	189	Uajt Salmun,Vajt Samon,huai te sa meng,wayt salman  washyngtn,wayt slmwn,Вајт Самон,Уайт Салмън,وايت سلمون,وایت سالمان، واشینگتن,怀特萨蒙		WA	039		
5815850	White Swan	white-swan	US	98952	793	America/Los_Angeles	46.3829	-120.73118	295	Stwireville,White Swan		WA	077		
5815887	Whitman	whitman	US	02382	0	America/Los_Angeles	46.04569	-118.4897	182	Frenchtown,Whitman,Whitman Station		WA	071		
5815910	Whitney	whitney	US	15693	0	America/Los_Angeles	48.44788	-122.47155	3	Padilla,Whitney		WA	057		
5815938	Whittier	whittier	US	28789	0	America/Los_Angeles	47.28984	-121.31759	750	Whittier,Whittier Station		WA	037		
5815966	Wilbur	wilbur	US	97494	849	America/Los_Angeles	47.75876	-118.70556	662	Goosetown,Wilbur		WA	043		
5815972	Wilburton	wilburton	US	17888	3790	America/Los_Angeles	47.60315	-122.18096	11			WA	033		
5815976	Wilcox	wilcox	US	15870	0	America/Los_Angeles	46.80988	-117.49047	553			WA	075		
5816045	Wildwood	wildwood	US	08260	0	America/Los_Angeles	47.46398	-122.67514	124			WA	035		
5816051	Wilkeson	wilkeson	US	98396	485	America/Los_Angeles	47.10538	-122.04567	245	Uilkisun,Vilkeson,wylkswn,Вилкесон,Уилкисън,ويلكسون		WA	053		
5816080	Willard	willard	US	14588	0	America/Los_Angeles	47.24018	-117.03962	766			WA	075		
5816082	Willard	willard	US	14588	0	America/Los_Angeles	45.78095	-121.63091	381			WA	059		
5816178	Willows	willows	US	95988	0	America/Los_Angeles	47.70343	-122.15235	11			WA	033		
5816195	Wilson	wilson	US	14172	0	America/Los_Angeles	46.45289	-122.55483	283			WA	041		
5816201	Wilson Creek	wilson-creek	US	98860	211	America/Los_Angeles	47.4232	-119.12085	390			WA	025		
5816233	Winchester	winchester	US	01890	0	America/Los_Angeles	47.24902	-119.71977	389			WA	025		
5816249	Windermere	windermere	US	34786	0	America/Los_Angeles	47.67093	-122.26179	67			WA	033		
5816314	Winlock	winlock	US	98596	1320	America/Los_Angeles	46.49122	-122.9379	93			WA	041		
5816320	Bainbridge Island	bainbridge-island	US	98110	23840	America/Los_Angeles	47.62621	-122.52124	27	Bainbridge,Bainbridge Island,Bejnbridz Ajland,Bejnbridzh Ajland,City of Bainbridge Island,Ile de Bainbridge,Ostriv Bejnbridzh,Ostrov Bejnbridzh,Winslow,ban bu li zhi dao,bayn brydj ayslnd  washyngtn,beinburijjiairando,bynbryj ayland,Île de Bainbridge,Бейнбридж Айланд,Бејнбриџ Ајланд,Остров Бейнбридж,Острів Бейнбрідж,باین بریدج ایسلند، واشینگتن,بينبريج آيلاند,ベインブリッジアイランド,班布里治島		WA	035		
5816325	Winston	winston	US	30187	0	America/Los_Angeles	46.48566	-122.52206	185			WA	041		
5816327	Winona	winona	US	25942	0	America/Los_Angeles	46.94572	-117.80049	456			WA	075		
5816336	Winthrop	winthrop	US	02152	420	America/Los_Angeles	48.47792	-120.1862	539	Uintrop,Vintrop,wynthrwb,Винтроп,Уинтроп,وينثروب		WA	047		
5816343	Winton	winton	US	27986	0	America/Los_Angeles	47.7354	-120.7412	633	Winton,Wood Spur		WA	007		
5816375	Wishram	wishram	US	98673	342	America/Los_Angeles	45.65735	-120.96673	54			WA	039		
5816449	Woodinville	woodinville	US	98072	11782	America/Los_Angeles	47.75427	-122.16346	12	Udinvil,Vudinvil,uddinbiru,wu ding wei er,wwdanfyl,wwdynwyl  washyngtn,Вудинвил,Удинвил,وودإنفيل,وودینویل، واشینگتن,ウッディンビル,伍丁維爾		WA	033		
5816457	Woodland	woodland	US	16881	5842	America/Los_Angeles	45.90456	-122.74399	9	Udland,Vudland,lin de shi,udeullaendeu,wwd lnd  washyngtn,wwdland,Вудланд,Удланд,وود لند، واشینگتن,وودلاند,ووڈلینڈ، واشنگٹن,林地市,우들랜드		WA	015		
5816468	Woodland Park	woodland-park	US	80863	0	America/Los_Angeles	45.99039	-122.47566	79			WA	015		
5816471	Woodlawn	woodlawn	US	24381	0	America/Los_Angeles	47.00065	-123.881	11			WA	027		
5816488	Woodruff	woodruff	US	29388	0	America/Los_Angeles	47.8726	-122.00957	10			WA	061		
5816508	Woodway	woodway	US	76712	1364	America/Los_Angeles	47.79621	-122.38291	68			WA	061		
5816526	Woodridge	woodridge	US	12789	0	America/Los_Angeles	47.59371	-122.1729	101	Woodridge,Woolridge		WA	033		
5816582	Yacolt	yacolt	US	98675	1686	America/Los_Angeles	45.86595	-122.40621	217			WA	011		
5816605	Yakima	yakima	US	98901	93701	America/Los_Angeles	46.60207	-120.5059	326	Jakima,Jakimo,North Yakima,YKM,Yakima,ya ji ma,yakima,yakyma,yakyma  washyngtn,Јакимо,Якима,Якіма,יאקימה,ياكيما,یاکیما,یاکیما، واشینگتن,یکما، واشنگٹن,ヤキマ,雅基馬,야키마	077	WA	077		
5816625	Yale	yale	US	23897	0	America/Los_Angeles	45.99539	-122.3801	137	Spillel,Yale		WA	015		
5816687	York	york	US	03909	0	America/Los_Angeles	47.70899	-122.15374	11			WA	033		
5816699	Youngstown	youngstown	US	14174	0	America/Los_Angeles	47.56649	-122.36957	24	Humphries,Young's Cove,Youngstown		WA	033		
5816719	Zillah	zillah	US	98953	3138	America/Los_Angeles	46.40207	-120.262	249	Zila,jilla,jira,qi la,zylah,zylah  washyngtn,Зила,زيلاه,زیلاه، واشینگتن,ジラ,齊拉,질라		WA	077		
5816815	Acme	acme	US	15610	0	America/Denver	44.91053	-106.98507	1104			WY	033		
5816861	Afton	afton	US	13730	1972	America/Denver	42.72493	-110.93187	1902	AFO,Aftan,Afton,aftwn,aftwn  waywmyng,afuton,ya fu dun,Афтан,Афтон,أفتون,افتون، وایومینگ,アフトン,雅富顿		WY	023		
5816895	Aladdin	aladdin	US	82710	0	America/Denver	44.63999	-104.18355	1124			WY	011		
5816903	Albany	albany	US	05820	55	America/Denver	41.18414	-106.13196	2538	Olbani,Олбани		WY	001		
5816918	Albin	albin	US	82050	190	America/Denver	41.41776	-104.09829	1627			WY	021		
5816929	Alcova	alcova	US	82620	76	America/Denver	42.55218	-106.71643	1637			WY	025		
5817043	Allendale	allendale	US	07401	0	America/Denver	42.81469	-106.31058	1634			WY	025		
5817073	Alpine	alpine	US	07620	850	America/Denver	43.16353	-111.01802	1725	Alpajn,Elpajn,a er pai en,albayn,alpayn  waywmyng,Алпайн,Алпајн,Елпайн,آلپاین، وایومینگ,ألباين,阿尔派恩		WY	023		
5817089	Alta	alta	US	51002	394	America/Denver	43.75381	-111.03689	1963			WY	039		
5817091	Altamont	altamont	US	12009	0	America/Denver	41.19217	-110.78962	2202			WY	041		
5817101	Alva	alva	US	33920	0	America/Denver	44.69471	-104.44134	1217			WY	011		
5817124	Ammon	ammon	US	23822	0	America/Denver	42.62636	-105.13025	1420			WY	009		
5817210	Antelope	antelope	US	59211	0	America/Denver	41.42106	-110.53017	2005			WY	041		
5817340	Arapahoe	arapahoe	US	28510	1656	America/Denver	42.96218	-108.48983	1526			WY	013		
5817361	Arcola	arcola	US	38722	0	America/Denver	41.10082	-104.45718	1702			WY	021		
5817373	Arlington	arlington	US	02474	25	America/Denver	41.59469	-106.20835	2349	Arlington,Rockdale		WY	007		
5817377	Arminto	arminto	US	82630	0	America/Denver	43.17885	-107.25757	1845			WY	025		
5817435	Arvada	arvada	US	80001	43	America/Denver	44.65359	-106.13114	1119	Arvada,Suggs		WY	033		
5817464	Aspen	aspen	US	81611	0	America/Denver	41.20578	-110.75184	2194	Aspen,Aspen Tunnels		WY	041		
5817503	Athol	athol	US	01331	0	America/Denver	41.01276	-104.8283	1921			WY	021		
5817506	Atlantic City	atlantic-city	US	08401	37	America/Denver	42.49662	-108.73067	2345	Atlantik-Siti,Атлантик-Сити		WY	013		
5817515	Auburn	auburn	US	01501	328	America/Denver	42.79215	-111.00326	1845			WY	023		
5817638	Baggs	baggs	US	82321	431	America/Denver	41.0358	-107.65757	1904	Baggs,Dixon		WY	007		
5817661	Bairoil	bairoil	US	82322	105	America/Denver	42.2444	-107.55951	2096			WY	037		
5817770	Banner	banner	US	38913	0	America/Denver	44.60136	-106.86534	1396			WY	033		
5817873	Barnum	barnum	US	50518	0	America/Denver	43.66413	-106.9095	1579			WY	019		
5817923	Basin	basin	US	59631	1305	America/Denver	44.37996	-108.03899	1182	Bejsin,basyn,bei sen,besun,bysn  waywmyng,Бейсин,Бейсін,Бејсин,باسين,بیسن، وایومینگ,ベースン,贝森	003	WY	003		
5818249	Beaver Creek	beaver-creek	US	56116	0	America/Denver	43.68715	-110.73549	2023			WY	039		
5818342	Bedford	bedford	US	01730	201	America/Denver	42.89937	-110.93326	1909	Bedford,Бедфорд		WY	023		
5818462	Bentley	bentley	US	48613	0	America/Denver	44.12359	-104.67496	1305			WY	045		
5818535	Beulah	beulah	US	38726	73	America/Denver	44.54443	-104.0891	1073			WY	011		
5824375	Eden	eden	US	05652	281	America/Denver	42.05079	-109.43707	2016			WY	037		
5818654	Big Horn	big-horn	US	82833	490	America/Denver	44.6833	-106.99229	1238	Big Horn,Big Khorn,Big-Khorn,Bighorn,byg hwrn  waywmyng,Биг Хорн,Биг-Хорн,بیگ هورن، وایومینگ		WY	033		
5818702	Big Piney	big-piney	US	83113	531	America/Denver	42.53828	-110.11432	2080	BPI,Big Pajni,Big-Pajni,byg payny  waywmyng,bygh byny,da pai ni,Биг Пајни,Биг-Пайни,Біґ-Пайні,بيغ بيني,بیگ پاینی، وایومینگ,大派尼		WY	035		
5818741	Big Sandy	big-sandy	US	24816	0	America/Denver	42.63328	-109.46569	2209			WY	035		
5818828	Binford	binford	US	58416	0	America/Denver	42.3333	-105.34304	1934			WY	001		
5818857	Bishop	bishop	US	24604	0	America/Denver	42.95747	-106.45003	1608			WY	025		
5819268	Bondurant	bondurant	US	50035	93	America/Denver	43.20299	-110.40879	2015			WY	035		
5819325	Bosler	bosler	US	82051	0	America/Denver	41.57608	-105.69527	2158			WY	001		
5819347	Boulder	boulder	US	59632	170	America/Denver	42.74828	-109.71765	2139	Boulder,Боулдер		WY	035		
5819577	Bridger	bridger	US	59014	0	America/Denver	41.38134	-110.59461	2019			WY	041		
5819656	Bronx	bronx	US	10451	0	America/Denver	42.99272	-110.11572	2270			WY	035		
5819773	Bryan	bryan	US	43506	0	America/Denver	41.57052	-109.68209	1885			WY	037		
5819841	Buckhorn	buckhorn	US	41721	0	America/Denver	44.14943	-104.09577	1826			WY	045		
5819881	Buffalo	buffalo	US	14201	4632	America/Denver	44.34831	-106.69894	1416	BYG,Baffalo,Bufalo,Buffalo,bfylw  wayywmng,bwfalw,bwfalw  waywmyng,shui niu,Баффало,Буфало,Буффало,Бъфало,بفیلو، وائیومنگ,بوفالو,بوفالو، وایومینگ,水牛	019	WY	019		
5819944	Buford	buford	US	30515	0	America/Denver	41.12193	-105.30471	2393			WY	001		
5820107	Burlington	burlington	US	01803	341	America/Denver	44.44718	-108.43234	1352	Berlington,Берлингтон		WY	003		
5820118	Burns	burns	US	37029	304	America/Denver	41.19276	-104.35912	1682	Burns,Luther		WY	021		
5820291	Byron	byron	US	14422	617	America/Denver	44.79634	-108.50651	1228			WY	003		
5820550	Carbon	carbon	US	47837	0	America/Denver	41.84858	-106.37697	2082			WY	007		
5820617	Carpenter	carpenter	US	50426	94	America/Denver	41.04554	-104.36662	1658			WY	021		
5820658	Carter	carter	US	41128	10	America/Denver	41.43773	-110.42849	1982			WY	041		
5820705	Casper	casper	US	82601	60285	America/Denver	42.86663	-106.31308	1560	CPR,Casper,Kasper,Kaspur,ka si po,kaeseupeo,kasbr,kspr  waywmyng,kyasupa,kyspr  wayywmng,qspr,Каспер,Каспър,קספר,كاسبر,کسپر، وایومینگ,کیسپر، وائیومنگ,キャスパー,卡斯珀,캐스퍼	025	WY	025		
5820898	Centennial	centennial	US	82055	270	America/Denver	41.29831	-106.14168	2461			WY	001		
5821086	Cheyenne	cheyenne	US	73628	63335	America/Denver	41.13998	-104.82025	1856	CYS,Cheyenna,Cheyenne,Hell on Wheels,Saien,Saiena,Sajenas,Sajens,Sayen,Shaen,Shaenn,Shajen,Shajenn,ce'ini,ceyen,sayana,seyen,shaian,shayan,shayn,shayn  waywmyng,shayn  wayywmng,syaien,xia yan,Šaiena,Šajenas,Šajens,Σαϊέν,Шаен,Шайен,Шайенн,Шаєнн,Шајен,Շայեն,שאיין,شايان,شاین,شاین، وائیومنگ,شاین، وایومینگ,चेइनी,शायान,शेयेन्,செயென்,シャイアン,夏延,샤이엔	WY	WY	021		
5821247	Chugwater	chugwater	US	82210	216	America/Denver	41.75664	-104.82164	1614	Chaguoter,Chagvoter,Chug Springs,Chugwater,Chugwater Stage Station,chu ge wo te,chwgwatr  waywmyng,tshwghwwtr,Чагвотер,Чагуотер,Чаґвотер,تشوغووتر,چوگواتر، وایومینگ,楚格沃特		WY	031		
5821313	Clark	clark	US	07066	0	America/Denver	44.89939	-109.15098	1288			WY	029		
5821372	Clayton	clayton	US	08312	0	America/Denver	42.85386	-105.75167	1523			WY	009		
5821413	Clearmont	clearmont	US	64431	140	America/Denver	44.64026	-106.38087	1194			WY	033		
5821456	Clifton	clifton	US	07011	0	America/Denver	43.64081	-104.09438	1206	Clifton,Whoop-up		WY	045		
5821593	Cody	cody	US	69211	9792	America/Denver	44.52634	-109.05653	1523	COD,Kodi,Koudi,ke di,kodi,kwdy,kwdy  waywmyng,Коди,Коді,Коуди,كودي,کودی، وایومینگ,کوڈی، وائیومنگ,コーディ,科迪	029	WY	029		
5821618	Cokeville	cokeville	US	83114	541	America/Denver	42.08244	-110.95519	1888	Cokeville,Kokvil,Kokvill,Smiths Fork,ke ke wei er,kwkfyl,kwkwyl  waywmyng,Коквил,Коквилл,Коквілл,كوكفيل,کوکویل، وایومینگ,科克维尔		WY	023		
5821695	Colony	colony	US	66015	0	America/Denver	44.86999	-104.15522	1043	Benton Spur,Bentonite,Bentonite Spur,Colony		WY	011		
5821877	Cora	cora	US	25614	142	America/Denver	42.93966	-109.9796	2241			WY	035		
5822154	Cowley	cowley	US	82420	735	America/Denver	44.88329	-108.46957	1216			WY	003		
5822220	Coyote Springs	coyote-springs	US	89037	0	America/Denver	41.78302	-106.77059	2082			WY	007		
5822322	Creston	creston	US	26141	0	America/Denver	41.70385	-107.75674	2166			WY	037		
5822409	Croton	croton	US	43013	0	America/Denver	44.52415	-105.95363	1206			WY	005		
5822434	Crowheart	crowheart	US	82512	141	America/Denver	43.30968	-109.19402	1858			WY	013		
5822532	Curtis	curtis	US	49820	0	America/Denver	42.08969	-104.94997	1414			WY	031		
5822639	Daniel	daniel	US	83115	150	America/Denver	42.86439	-110.07099	2193	Danijel,Dehniel,dnyl  waywmyng,Данијел,Дэниел,دنیل، وایومینگ		WY	035		
5822752	Dayton	dayton	US	08810	804	America/Denver	44.87525	-107.2623	1195	Dejton,Дейтон		WY	033		
5822881	Deaver	deaver	US	82421	186	America/Denver	44.88856	-108.5979	1252			WY	003		
5823000	Deerwood	deerwood	US	56444	0	America/Denver	41.23664	-106.13168	2416			WY	001		
5823153	Devils Tower	devils-tower	US	82714	0	America/Denver	44.58915	-104.69663	1179			WY	011		
5823181	Diamond	diamond	US	44412	0	America/Denver	41.66525	-104.99803	1729			WY	031		
5823199	Diamondville	diamondville	US	83116	738	America/Denver	41.77939	-110.5385	2101			WY	023		
5823353	Dixon	dixon	US	42409	95	America/Denver	41.0333	-107.53562	1940			WY	007		
5823516	Douglas	douglas	US	01516	6531	America/Denver	42.75969	-105.38221	1474	DGW,Daglas,Duglas,daglas  waywmyng,dao ge la si,dwghlas,Даглас,Дуглас,Дъглас,داگلاس، وایومینگ,دوغلاس,ڈگلس، وائیومنگ,道格拉斯	009	WY	009		
5823650	Dry Creek	dry-creek	US	25062	0	America/Denver	44.31357	-108.93819	1723			WY	029		
5823819	Dubois	dubois	US	47527	987	America/Denver	43.53357	-109.63043	2117	Dubois,Dubojs,Dubojz,Never Sweat,du bo yi si,dwbwa  waywmyng,dwbwys,Дубойз,Дубойс,Дубојс,دوبوا، وایومینگ,دوبويس,杜波依斯		WY	013		
5823936	Durham	durham	US	03824	0	America/Denver	41.20554	-104.5958	1778			WY	021		
5823940	Durkee	durkee	US	97905	0	America/Denver	44.13051	-107.91343	1213			WY	043		
5824352	Eccles	eccles	US	25836	0	America/Denver	44.13829	-107.90843	1214			WY	043		
5824390	Edgerton	edgerton	US	43517	201	America/Denver	43.41303	-106.24947	1493			WY	025		
5824396	Edson	edson	US	67733	0	America/Denver	41.81246	-106.79003	2054			WY	007		
5824473	Elk	elk	US	95432	0	America/Denver	43.78661	-110.54743	2068			WY	039		
5824521	Elk Mountain	elk-mountain	US	82324	196	America/Denver	41.68746	-106.41335	2214			WY	007		
5824608	Elmo	elmo	US	59915	0	America/Denver	41.87885	-106.53614	2096			WY	007		
5824622	Emblem	emblem	US	82422	0	America/Denver	44.50579	-108.39178	1356	Emblem,Germania,Liberty Bench		WY	003		
5824674	Encampment	encampment	US	82325	438	America/Denver	41.20941	-106.78976	2218	Encampment,Grand Encampment		WY	007		
5824780	Etna	etna	US	03750	164	America/Denver	43.03325	-111.01105	1777			WY	023		
5824805	Evanston	evanston	US	47531	12133	America/Denver	41.26828	-110.96324	2057	EVW,Ehvanston,Evanston,Evanstun,ai wen si dun,awnstwn  waywmyng,ayfanstwn,ebansuton,ebeonseuteon,Еванстон,Еванстън,Эванстон,إيفانستون,اونستون، وایومینگ,ایوانزٹن، وائیومنگ,エバンストン,埃文斯顿,에번스턴	041	WY	041		
5824810	Evansville	evansville	US	47701	2931	America/Denver	42.85997	-106.26836	1562	Ehvansvill,Эвансвилл		WY	025		
5824860	Fairview	fairview	US	07022	275	America/Denver	42.68854	-110.98243	1892			WY	023		
5824861	Fairview	fairview	US	07022	0	America/Denver	43.80025	-104.65857	1314			WY	045		
5824919	Farson	farson	US	82932	313	America/Denver	42.11051	-109.44096	2010			WY	037		
5824970	Fenton	fenton	US	48430	0	America/Denver	44.39801	-108.57456	1436			WY	029		
5825338	Fonda	fonda	US	12068	0	America/Denver	41.8408	-104.30384	1323			WY	015		
5825393	Fort Bridger	fort-bridger	US	82933	345	America/Denver	41.31662	-110.38433	2034	FBR,Fort Bridger		WY	041		
5825407	Fort Laramie	fort-laramie	US	82212	224	America/Denver	42.21274	-104.51718	1292			WY	015		
5825424	Fort Washakie	fort-washakie	US	82514	1759	America/Denver	43.00635	-108.88235	1698	Camp Brown,Fort Washakie		WY	013		
5825448	Fossil	fossil	US	97830	0	America/Denver	41.81606	-110.72407	2025	Fossil,Fossil Station		WY	023		
5825587	Frannie	frannie	US	82423	163	America/Denver	44.96912	-108.62152	1285			WY	003		
5825702	Frontier	frontier	US	49239	0	America/Denver	41.81411	-110.53711	2113	Frontier,North Kemmerer		WY	023		
5825826	Garland	garland	US	04939	115	America/Denver	44.77967	-108.6604	1297	Girljanda,Гирлянда		WY	029		
5825993	Gibson	gibson	US	18820	0	America/Denver	42.01858	-104.95747	1473			WY	031		
5826027	Gillette	gillette	US	07933	32649	America/Denver	44.29109	-105.50222	1388	Donkey Town,Dzhilet,Dzhillett,Dzilet,GCC,Gillette,Rocky Pile,gylt,ji lie,jiretto,jylt  waywmyng,jylyt,Џилет,Джилет,Джиллетт,Джіллетт,גילט,جيليت,جیلت، وایومینگ,جیلیٹ، وائیومنگ,ジレット,吉列	005	WY	005		
5826069	Gleason	gleason	US	38229	0	America/Denver	41.00832	-104.87414	1882			WY	021		
5826076	Glendo	glendo	US	82213	200	America/Denver	42.50275	-105.02608	1440			WY	031		
5826088	Glenrock	glenrock	US	82637	2598	America/Denver	42.86136	-105.87223	1530	Deer Creek Station,Glenrock,Glenrok,Mercedes,Nuttall,Nuttell,ge lun luo ke,ghlynrwk,glnrwk  waywmyng,Гленрок,Ґленрок,غلينروك,گلنروک، وایومینگ,格伦罗克		WY	009		
5826334	Granger	granger	US	46530	138	America/Denver	41.59357	-109.96876	1912			WY	037		
5826344	Granite	granite	US	73547	0	America/Denver	41.09998	-105.15831	2237	Granite,Granite Canon,Granite Canyon		WY	021		
5826411	Grass Creek	grass-creek	US	46935	0	America/Denver	43.94023	-108.64845	1703			WY	017		
5826559	Green River	green-river	US	82935	12465	America/Denver	41.52858	-109.46625	1864	Green River,Greenriver,Grijn Rivur,Grin River,Grin-River,ghryn ryfr,gryn rywr  waywmyng,gryn rywr  wayywmng,lu he,Грийн Ривър,Грин Ривер,Грин-Ривер,Ґрін-Рівер,غرين ريفر,گرین ریور، وائیومنگ,گرین ریور، وایومینگ,グリーン・リバー,绿河	037	WY	037		
5826603	Greybull	greybull	US	82426	1879	America/Denver	44.48912	-108.05621	1156	GEY,Grejbal,Grejbull,ge lei bo er,ghrybwl,grybwl  waywmyng,Грейбулл,Грејбал,Ґрейбулл,غريبول,گریبول، وایومینگ,格雷伯尔		WY	003		
5826709	Grover	grover	US	17735	147	America/Denver	42.79159	-110.93659	1874			WY	023		
5826723	Guernsey	guernsey	US	52221	1195	America/Denver	42.26969	-104.74163	1327			WY	031		
5826899	Halfway	halfway	US	97834	0	America/Denver	42.80855	-110.33878	2329			WY	035		
5826948	Hampton	hampton	US	03842	0	America/Denver	41.53606	-110.30877	1956			WY	041		
5826986	Hanna	hanna	US	46340	814	America/Denver	41.86996	-106.56197	2078	HNX		WY	007		
5827093	Harmony	harmony	US	02829	0	America/Denver	41.17164	-105.86333	2230			WY	001		
5827110	Harper	harper	US	25851	0	America/Denver	41.70941	-105.88861	2158			WY	001		
5827157	Hartville	hartville	US	44632	62	America/Denver	42.32747	-104.72524	1427			WY	031		
5827195	Hatton	hatton	US	58240	0	America/Denver	41.30497	-105.98334	2282			WY	001		
5827209	Hawk Springs	hawk-springs	US	82217	45	America/Denver	41.78608	-104.26468	1337			WY	015		
5827216	Hawkeye	hawkeye	US	52147	0	America/Denver	44.14356	-109.62378	1958			WY	029		
5827330	Hazelton	hazelton	US	58544	0	America/Denver	44.09663	-106.96895	2461			WY	019		
5827393	Hecla	hecla	US	57446	0	America/Denver	41.15748	-105.17331	2060			WY	021		
5827511	Hermosa	hermosa	US	57744	0	America/Denver	41.08332	-105.48749	2400			WY	001		
5827640	Hiland	hiland	US	82638	0	America/Denver	43.11524	-107.34896	1830	Hiland,Poison Creek Station,Wolton		WY	025		
5827670	Hilliard	hilliard	US	32046	0	America/Denver	41.13773	-110.81184	2208			WY	041		
5827674	Hillsdale	hillsdale	US	07642	47	America/Denver	41.21276	-104.47746	1719			WY	021		
5827933	Horse Creek	horse-creek	US	82061	0	America/Denver	41.41498	-105.1822	1983			WY	021		
5828043	Horton	horton	US	35980	0	America/Denver	44.13498	-104.20716	1728			WY	045		
5828096	Howell	howell	US	07731	0	America/Denver	41.41775	-105.61527	2170			WY	001		
5828122	Hudson	hudson	US	01749	456	America/Denver	42.90607	-108.58345	1550	Alta,Gudzon,Hudson,Гудзон		WY	013		
5828146	Hulett	hulett	US	82720	409	America/Denver	44.68276	-104.60163	1142			WY	011		
5828195	Huntley	huntley	US	56047	30	America/Denver	41.93274	-104.14606	1291			WY	015		
5828228	Hyattville	hyattville	US	82428	75	America/Denver	44.24579	-107.60286	1357	Hyattville,Paintrock		WY	003		
5828494	Irvine	irvine	US	16329	0	America/Denver	42.66497	-105.30554	1449			WY	009		
5828648	Jackson	jackson	US	03846	10523	America/Denver	43.47993	-110.76243	1901	Dzekson,Dzhekson,JAC,Jackson,Teton,jaegseun,jakswn,jie ke xun,jkswn  waywmyng,jyksn  wywmng,Џексон,Джексон,جاكسون,جکسون، وایومینگ,جیکسن، ویومنگ,杰克逊,잭슨	039	WY	039		
5828741	Jay Em	jay-em	US	82219	0	America/Denver	42.46135	-104.36967	1399			WY	015		
5828759	Jeffrey City	jeffrey-city	US	82310	58	America/Denver	42.49468	-107.8273	1931	Home on the Range,Jeffrey City		WY	013		
5828765	Jelm	jelm	US	82063	0	America/Denver	41.05775	-106.01334	2310	Cummins City,Jelm		WY	001		
5828815	Jerome	jerome	US	15937	0	America/Denver	44.04831	-104.52996	1282			WY	045		
5829040	Johnstown	johnstown	US	12095	242	America/Denver	43.11829	-108.70151	1603	Dzhonstaun,Джонстаун		WY	013		
5829266	Kane	kane	US	16735	0	America/Denver	44.84357	-108.20289	1125			WY	003		
5829304	Kaycee	kaycee	US	82639	261	America/Denver	43.71025	-106.63893	1417	Kejsi,kai xi,kays  waywmyng,kaysy,Кейси,Кейсі,كايسي,کایس، وایومینگ,凯西		WY	019		
5829375	Kearny	kearny	US	07032	0	America/Denver	44.53192	-106.81617	1414			WY	019		
5829410	Kelly	kelly	US	28448	138	America/Denver	43.62299	-110.62354	2028	Grovont,Kelly		WY	039		
5829425	Kemmerer	kemmerer	US	83101	2739	America/Denver	41.79245	-110.53767	2118	EMM,Kemerur,Kemmerer,kai mo lei,kmrr,kmrr  waywmyng,Кемерър,Кеммерер,كمرر,کمرر، وایومینگ,凯默勒	023	WY	023		
5829447	Kendrick	kendrick	US	83537	0	America/Denver	44.72082	-106.20198	1177			WY	033		
5829504	Keystone	keystone	US	46759	0	America/Denver	41.16803	-106.25863	2685			WY	001		
5829654	Kinnear	kinnear	US	82516	0	America/Denver	43.1519	-108.67762	1646			WY	013		
5829672	Kirby	kirby	US	43330	92	America/Denver	43.8044	-108.18149	1301			WY	017		
5829689	Kirwin	kirwin	US	67644	0	America/Denver	43.87634	-109.29792	2802			WY	029		
5829816	La Barge	la-barge	US	83123	553	America/Denver	42.26189	-110.1946	2009			WY	023		
5829832	La Grange	la-grange	US	28551	455	America/Denver	41.64025	-104.16384	1399	La Grange,LaGrange		WY	015		
5829855	Lake	lake	US	25121	0	America/Denver	44.55827	-110.39659	2380			WY	039		
5829977	Lambert	lambert	US	38643	0	America/Denver	41.62081	-105.1222	1826			WY	021		
5829987	Lamont	lamont	US	32336	0	America/Denver	42.22051	-107.47701	2019			WY	007		
5829995	Lance Creek	lance-creek	US	82222	43	America/Denver	43.03247	-104.6419	1364			WY	027		
5830007	Lander	lander	US	82520	7686	America/Denver	42.83301	-108.73067	1632	Camp Brown,LND,Lander,Lender,Lendur,Push Root,lan de,landr,lndr  waywmyng,Ландер,Лендер,Лендър,لاندر,لانڈیر، وایومنگ,لندر، وایومینگ,兰德	013	WY	013		
5830062	Laramie	laramie	US	82070	32158	America/Denver	41.31137	-105.5911	2184	Gem City,LAR,Larami,Laramie,la lei mi,laeleomi,laramy,laramy  waywmng,laramy  waywmyng,rarami,Ларами,Ларамі,לאראמי,لارامي,لارامی، وایومنگ,لارامی، وایومینگ,ララミー,拉勒米,래러미	001	WY	001		
5830262	Leiter	leiter	US	82837	0	America/Denver	44.71804	-106.2692	1152			WY	033		
5830380	Linch	linch	US	82640	0	America/Denver	43.60636	-106.19613	1511			WY	019		
5830404	Linden	linden	US	07036	0	America/Denver	44.32054	-104.59635	1312			WY	011		
5830418	Lingle	lingle	US	82223	462	America/Denver	42.13635	-104.34551	1272			WY	015		
5830444	Little America	little-america	US	82929	68	America/Denver	41.54357	-109.85903	1958			WY	037		
5830964	Lonetree	lonetree	US	82936	49	America/Denver	41.05439	-110.15404	2303			WY	041		
5831038	Lookout	lookout	US	25868	0	America/Denver	41.6658	-105.80222	2172			WY	001		
5831137	Lost Springs	lost-springs	US	66859	4	America/Denver	42.76552	-104.92525	1523			WY	009		
5831176	Lovell	lovell	US	04051	2422	America/Denver	44.83745	-108.38956	1168	Lovel,Lovell,POY,lawl  waywmyng,luo fu er,lwfyl,Ловел,Ловелл,لاول، وایومینگ,لوفيل,洛弗尔		WY	003		
5831275	Lucerne	lucerne	US	46950	535	America/Denver	43.73496	-108.17649	1315			WY	017		
5831333	Lusk	lusk	US	82225	1628	America/Denver	42.76247	-104.45217	1530	LSK,Lask,Lusk,la si ke,lask,lwsk  waywmyng,Ласк,لاسك,لوسک، وایومینگ,拉斯克	027	WY	027		
5831346	Lyman	lyman	US	29365	2074	America/Denver	41.32745	-110.29293	2044	Lyman,Owen		WY	041		
5831363	Lysite	lysite	US	82642	0	America/Denver	43.26801	-107.69036	1608	Lysaght,Lysite		WY	013		
5831418	Madden	madden	US	39109	0	America/Denver	43.20552	-107.52007	1702			WY	013		
5831487	Mammoth	mammoth	US	15664	263	America/Denver	44.9766	-110.7016	1905			WY	029		
5831495	Manderson	manderson	US	57756	117	America/Denver	44.2694	-107.96399	1186	Alamo,Manderson		WY	003		
5831522	Manville	manville	US	02838	96	America/Denver	42.77913	-104.61774	1601			WY	027		
5832007	Medicine Bow	medicine-bow	US	82329	270	America/Denver	41.89552	-106.20474	2001	Medisin Bou,Medisin-Bou,Medsin-Bau,mdsyn baw  waywmyng,mei di xin bo,mydysn bw,Медисин Боу,Медисин-Боу,Медсін-Бау,مدسین باو، وایومینگ,ميديسن بو,梅迪辛博		WY	007		
5832055	Meeteetse	meeteetse	US	82433	326	America/Denver	44.15718	-108.87152	1756			WY	029		
5832096	Meriden	meriden	US	03770	0	America/Denver	41.54359	-104.31913	1511			WY	021		
5832105	Merna	merna	US	61758	0	America/Denver	42.94633	-110.34073	2341			WY	035		
5832322	Midvale	midvale	US	44653	0	America/Denver	43.21496	-108.44511	1573			WY	013		
5832330	Midwest	midwest	US	82643	410	America/Denver	43.41136	-106.28002	1478	Midwest,Shannon Camp		WY	025		
5832362	Milford	milford	US	01757	0	America/Denver	42.87635	-108.78429	1685			WY	013		
5832402	Millbrook	millbrook	US	12545	0	America/Denver	41.32081	-105.92028	2278			WY	001		
5832481	Mills	mills	US	16937	3785	America/Denver	42.84052	-106.36586	1562			WY	025		
5832488	Milo	milo	US	04463	0	America/Denver	41.6208	-106.42002	2300			WY	007		
5832610	Monarch	monarch	US	59463	0	America/Denver	44.90303	-107.03507	1113			WY	033		
5832623	Moneta	moneta	US	24121	0	America/Denver	43.16163	-107.7248	1659	Big Springs,Moneta		WY	013		
5832698	Moorcroft	moorcroft	US	82721	1062	America/Denver	44.26331	-104.95025	1288	Moorcraft,Moorcroft		WY	011		
5832732	Moose	moose	US	83012	0	America/Denver	43.65577	-110.71826	1967			WY	039		
5832767	Moran	moran	US	49760	0	America/Denver	43.84161	-110.50771	2057	Moran,Moran Junction		WY	039		
5832818	Morton	morton	US	14508	0	America/Denver	43.20051	-108.77456	1681			WY	013		
5832900	Mountain View	mountain-view	US	65548	96	America/Denver	42.85358	-106.38864	1585	Mauntin-V'ju,Маунтин-Вью		WY	025		
5832901	Mountain View	mountain-view	US	65548	1294	America/Denver	41.26884	-110.33988	2074	Mauntin Vju,Mauntin-V'ju,Mauntin-Vju,Mountain View,Mountainview,mang ting wei you,mawntn fyw,mawntn wyw  waywmyng,Маунтин Вју,Маунтин-Вью,Маунтін-Вю,ماؤنٹین ویو، وائیومنگ,ماونتن فيو,ماونتن ویو، وایومینگ,芒廷维尤		WY	041		
5832911	Mountain Home	mountain-home	US	28758	0	America/Denver	41.00803	-106.17252	2673			WY	001		
5833223	Natrona	natrona	US	82646	0	America/Denver	43.02969	-106.80922	1708			WY	025		
5833337	New Haven	new-haven	US	05472	0	America/Denver	44.74415	-104.84469	1309			WY	011		
5833349	Newcastle	newcastle	US	04553	3534	America/Denver	43.8547	-104.20494	1319	ECS,N'jukasl,Njukasl,Njukasul,niu ka si er,nyukaeseul,nywkasl,nywkasl  waywmyng,Њукасл,Ньюкасл,Нюкасъл,نيوكاسل,نیوکاسل، وایومینگ,纽卡斯尔,뉴캐슬	045	WY	045		
5834122	Oil Springs	oil-springs	US	41238	0	America/Denver	41.99108	-106.26752	2012			WY	007		
5834274	Opal	opal	US	83124	100	America/Denver	41.76912	-110.326	2033			WY	023		
5834348	Osage	osage	US	26543	208	America/Denver	43.98081	-104.4219	1310			WY	045		
5834357	Osmond	osmond	US	68765	397	America/Denver	42.68298	-110.93214	1929	Osmond,Osmond Community		WY	023		
5834370	Otto	otto	US	14766	0	America/Denver	44.40329	-108.27427	1270			WY	003		
5834371	Otto	otto	US	14766	0	America/Denver	41.09082	-105.07497	2118			WY	021		
5834562	Paradise	paradise	US	17562	0	America/Denver	42.0908	-106.44947	2151			WY	007		
5834578	Paradise Valley	paradise-valley	US	85253	0	America/Denver	42.81746	-106.39836	1574			WY	025		
5834627	Parkman	parkman	US	44080	151	America/Denver	44.95691	-107.33258	1312			WY	033		
5834738	Pavillion	pavillion	US	82523	238	America/Denver	43.24468	-108.69012	1665			WY	013		
5835025	Piedmont	piedmont	US	26750	0	America/Denver	41.21606	-110.62739	2154	Byrne,Piedmont		WY	041		
5835069	Pine Bluffs	pine-bluffs	US	82082	1146	America/Denver	41.18193	-104.06912	1539	Pine Bluffs,Pinebluff,Rock Ranch		WY	021		
5835178	Pinedale	pinedale	US	82941	1923	America/Denver	42.86661	-109.86099	2189	PWY,Pajndejl,bayndyl,pai en,pyndal  waywmyng,Пайндейл,Пајндејл,باينديل,پیندال، وایومینگ,派恩	035	WY	035		
5835357	Point of Rocks	point-of-rocks	US	21777	0	America/Denver	42.34219	-105.27776	1844			WY	001		
5835361	Point of Rocks	point-of-rocks	US	21777	3	America/Denver	41.68024	-108.78567	1990			WY	037		
5835596	Powder River	powder-river	US	82648	44	America/Denver	43.03219	-106.98728	1743			WY	025		
5835606	Powell	powell	US	37849	6462	America/Denver	44.75384	-108.75735	1339	Camp Colter,POY,Pauehll,Pauel,Pauell,Pauul,Powell,bao wei er,bawl,pawl  waywmyng,pawl  wayywmng,Пауел,Пауелл,Пауъл,Пауэлл,باول,پاول، وائیومنگ,پاول، وایومینگ,鲍威尔		WY	029		
5835908	Ralston	ralston	US	17763	280	America/Denver	44.71606	-108.86458	1388			WY	029		
5835955	Ranchester	ranchester	US	82839	940	America/Denver	44.90886	-107.16341	1147			WY	033		
5836068	Rawlins	rawlins	US	82301	9040	America/Denver	41.79107	-107.23866	2072	RWL,Rolins,Rolinz,luo lin si,ralynz  wayywmng,rwlynz,rwlynz  waywmyng,Ролинс,Ролінз,رالینز، وائیومنگ,رولينز,رولینز، وایومینگ,羅林斯	007	WY	007		
5836352	Redbird	redbird	US	74458	0	America/Denver	43.24247	-104.28605	1184	Red Bird Store,Redbird,Redbird Stone		WY	027		
5836399	Reliance	reliance	US	37369	714	America/Denver	41.66913	-109.19707	1990			WY	037		
5836622	Riner	riner	US	24149	0	America/Denver	41.73524	-107.55062	2059			WY	037		
5836653	Riverside	riverside	US	02915	53	America/Denver	41.21747	-106.77893	2177	Riversajd,Риверсайд		WY	007		
5836665	Riverton	riverton	US	06065	10873	America/Denver	43.02496	-108.3801	1509	RIW,Riverton,Rivurtun,li fu dun,ryfrtwn,rywrtwn  waywmyng,Ривертон,Ривъртън,Рівертон,ريفرتون,ریورتون، وایومینگ,ریورٹن، وائیومنگ,里弗顿		WY	013		
5836761	Robertson	robertson	US	82944	97	America/Denver	41.18523	-110.41321	2221			WY	041		
5836773	Robinson	robinson	US	15949	0	America/Denver	41.62718	-108.32899	2107			WY	037		
5836888	Rock River	rock-river	US	82083	244	America/Denver	41.74136	-105.97473	2102	Rock Creek Station,Rock River,Rock River Station		WY	001		
5836898	Rock Springs	rock-springs	US	53961	23962	America/Denver	41.58746	-109.2029	1947	RKS,Rok Springs,Rok-Springs,luo ke si pu lin,rak aspryngz  waywmyng,rak sprngz  wayywmng,rokkusupuringusu,Рок Спрингс,Рок-Спрингс,Рок-Спрінґс,راک اسپرینگز، وایومینگ,راک سپرنگز، وائیومنگ,ロックスプリングス,罗克斯普林		WY	037		
5837040	Ross	ross	US	45061	0	America/Denver	43.44608	-105.88667	1579			WY	009		
5837110	Rozet	rozet	US	82727	0	America/Denver	44.27804	-105.2061	1306			WY	005		
5837235	Saddlestring	saddlestring	US	82840	0	America/Denver	44.45497	-106.89728	1658			WY	019		
5837239	Sage	sage	US	72573	0	America/Denver	41.81355	-110.95824	1930			WY	023		
5837339	Saint Stephens	saint-stephens	US	36569	0	America/Denver	42.98385	-108.41649	1506	Camp of Black Coal,Saint Stephens,St. Stephens		WY	013		
5837593	Saratoga	saratoga	US	27873	1677	America/Denver	41.45496	-106.80643	2068	Place of Magic Water,SAA,Saratoga,asrtwwga  waywmyng,sa la tuo jia,saratwgha,Саратога,Саратоґа,اسرتووگا، وایومینگ,ساراتوغا,萨拉托加		WY	007		
5837621	Savery	savery	US	82332	0	America/Denver	41.02497	-107.44979	1971			WY	007		
5838010	Shawnee	shawnee	US	43782	0	America/Denver	42.74775	-105.00969	1542			WY	009		
5838148	Shell	shell	US	82441	83	America/Denver	44.53552	-107.77981	1286			WY	003		
5838198	Sheridan	sheridan	US	04775	17873	America/Denver	44.79719	-106.95618	1141	Hoxomahoevehoeno,Hoxómâhoévehoéno,SHR,Sheridan,shrydn  waywmyng,shyrydan,xie li deng,Шеридан,شریدن، وایومینگ,شيريدان,شیئرڈن، وائیومنگ,谢里登	033	WY	033		
5838218	Sherman	sherman	US	04776	0	America/Denver	41.09776	-105.35082	2449			WY	001		
5838312	Shoshoni	shoshoni	US	82649	648	America/Denver	43.23579	-108.11037	1476			WY	013		
5838457	Sinclair	sinclair	US	04779	413	America/Denver	41.77496	-107.1131	2012	Grenville,P and R,Parco,Sinclair		WY	007		
5838600	Slater	slater	US	29683	80	America/Denver	41.87303	-104.81997	1522	Slater,Slater Creek		WY	031		
5838730	Smoot	smoot	US	24977	195	America/Denver	42.62048	-110.91436	2015			WY	023		
5839264	South Park	south-park	US	15129	1731	America/Denver	43.42215	-110.79326	1846			WY	039		
5839391	Speer	speer	US	61479	0	America/Denver	41.05443	-104.89553	1943			WY	021		
5840065	Story	story	US	71970	828	America/Denver	44.57469	-106.88673	1535			WY	033		
5840284	Sundance	sundance	US	82729	1272	America/Denver	44.40637	-104.37578	1444	SUC,Sandehns,Sandens,Sundance,sandansu,sandns  waywmyng,sheng dan si,sndans,Санденс,Сандэнс,ساندنس، وایومینگ,صندانس,サンダンス,圣丹斯	011	WY	011		
5840339	Sunshine	sunshine	US	70780	0	America/Denver	44.02745	-108.99097	1982			WY	029		
5840347	Superior	superior	US	51363	229	America/Denver	41.76941	-108.97651	2154			WY	037		
5840369	Sussex	sussex	US	07461	0	America/Denver	43.69831	-106.29503	1336			WY	019		
5840549	Table Rock	table-rock	US	68447	0	America/Denver	41.61413	-108.38788	2087			WY	037		
5840708	Ten Sleep	ten-sleep	US	82442	254	America/Denver	44.03413	-107.45119	1349	Mahtohtoheeese Tseohkehenove,Mâhtóhtôhééêše Tséôhkêhenove,Ten Sleep,Ten Slip,Ten-Slip,Tensleep,teng si li pu,tn aslyp  waywmyng,tyn slyb,Тен Слип,Тен-Слип,Тен-Сліп,تن اسلیپ، وایومینگ,تين سليب,滕斯利普		WY	043		
5840715	Tenmile	tenmile	US	97481	0	America/Denver	41.35274	-106.53503	2430			WY	007		
5840800	Teton Village	teton-village	US	83025	330	America/Denver	43.58798	-110.82799	1929			WY	039		
5840818	Thayne	thayne	US	83127	363	America/Denver	42.92076	-111.00216	1800			WY	023		
5840846	Thermopolis	thermopolis	US	82443	2974	America/Denver	43.64607	-108.21204	1320	THP,Termopolis,se mo bo li si,thyrmwbwlys,trmwpwlys  waywmyng,Термополис,Термополіс,ترموپولیس، وایومینگ,ثيرموبوليس,瑟莫波利斯	017	WY	017		
5840939	Thornton	thornton	US	03285	0	America/Denver	44.16276	-104.7433	1318			WY	045		
5840966	Three Forks	three-forks	US	59752	0	America/Denver	42.36246	-107.44479	1913	Muddy Gap,Three Forks		WY	007		
5840967	Three Forks	three-forks	US	59752	0	America/Denver	41.39745	-110.98018	2018			WY	041		
5841039	Tie Siding	tie-siding	US	82084	0	America/Denver	41.08026	-105.50749	2346			WY	001		
5841104	Tipton	tipton	US	16684	0	America/Denver	41.62774	-108.26343	2135			WY	037		
5841207	Torrington	torrington	US	06790	6669	America/Denver	42.06246	-104.18439	1251	TOR,Torington,Toringtun,Torrington,tryngtwn  waywmyng,tuo lin dun,twrynghtwn,Торингтон,Торингтън,Торрингтон,Торрінґтон,ترینگتون، وایومینگ,تورينغتون,ٹورنگٹن، وائیومنگ,托林顿	015	WY	015		
5841252	Tracy	tracy	US	50256	0	America/Denver	41.14832	-104.15829	1576			WY	021		
5841479	Turnerville	turnerville	US	30580	192	America/Denver	42.85881	-110.90187	1953			WY	023		
5841687	Ulm	ulm	US	59485	0	America/Denver	44.65164	-106.58922	1364	Alki,Ulm		WY	033		
5841818	Upton	upton	US	01568	1109	America/Denver	44.0997	-104.62802	1292	Irontown,Merino,Upton		WY	045		
5841915	Van Tassell	van-tassell	US	82242	15	America/Denver	42.66274	-104.08827	1445	Homesteaders' Landing,Van Tassell		WY	027		
5841956	Verona	verona	US	07044	0	America/Denver	44.73997	-106.6695	1219	Verona,Verona Siding		WY	033		
5841964	Veteran	veteran	US	82243	23	America/Denver	41.96441	-104.38051	1292			WY	015		
5841988	Viola	viola	US	19979	0	America/Denver	42.26605	-110.3785	2174			WY	023		
5842091	Walcott	walcott	US	52773	0	America/Denver	41.76107	-106.84504	2020			WY	007		
5842173	Wamsutter	wamsutter	US	82336	493	America/Denver	41.67301	-107.97925	2056	Elephants Back,Wamsutter,Washakie		WY	037		
5842179	Wapiti	wapiti	US	82450	0	America/Denver	44.46856	-109.43766	1707			WY	029		
5842436	Wendover	wendover	US	41775	0	America/Denver	42.32747	-104.87358	1354			WY	031		
5842655	West River	west-river	US	20778	329	America/Denver	44.09857	-107.95343	1243			WY	043		
5842706	Weston	weston	US	02493	0	America/Denver	44.63693	-105.3361	1159			WY	005		
5842753	Wheatland	wheatland	US	16161	3659	America/Denver	42.05407	-104.95295	1448	EAN,Gilchrist,Uitlend,Vitland,Vitlend,Wheatland,hui te lan,u~itorando,wytland,wytlnd  waywmyng,Витланд,Вітленд,Уитленд,ويتلاند,ویتلند، وایومینگ,ویٹلینڈ، وائیومنگ,ウィートランド,惠特兰	031	WY	031		
5842904	Whiting	whiting	US	04691	83	America/Denver	42.01219	-104.96053	1477	Ladogar Flats,Whiting		WY	031		
5842907	Whitman	whitman	US	02382	0	America/Denver	42.88775	-104.11494	1347			WY	027		
5842951	Wilcox	wilcox	US	15870	0	America/Denver	41.79247	-105.98389	2124			WY	001		
5843129	Willow Creek	willow-creek	US	59760	0	America/Denver	43.28496	-109.14208	1830			WY	013		
5843222	Willow Springs	willow-springs	US	60480	0	America/Denver	44.31165	-104.13883	1674			WY	011		
5843239	Wilson	wilson	US	14172	1482	America/Denver	43.50076	-110.87521	1874	Uilson,Уилсон		WY	039		
5843261	Winchester	winchester	US	01890	61	America/Denver	43.85996	-108.16065	1292			WY	043		
5843396	Wolf	wolf	US	82844	0	America/Denver	44.77164	-107.23897	1410			WY	033		
5843495	Worland	worland	US	82401	5372	America/Denver	44.0169	-107.95537	1239	Uehrlend,Uorlend,Vorland,Vorlend,WRL,wo lan,wrland,wwrlnd  waywmyng,Ворланд,Ворленд,Уорленд,Уэрленд,ورلاند,وورلند، وایومینگ,وورلینڈ، وائیومنگ,沃兰	043	WY	043		
5843515	Wright	wright	US	55798	1862	America/Denver	43.75124	-105.49201	1561	Rajt,Райт		WY	005		
5843527	Wyarno	wyarno	US	82845	0	America/Denver	44.81331	-106.77395	1154			WY	033		
5843553	Wyoming	wyoming	US	02898	0	America/Denver	41.47747	-105.63666	2181			WY	001		
5843654	Yoder	yoder	US	46798	159	America/Denver	41.91691	-104.29579	1294			WY	015		
5843733	Beatty	beatty	US	89003	0	America/Boise	43.60822	-116.34096	806			ID	001		
5843740	Cache	cache	US	73527	0	America/Boise	43.78797	-111.163	1843	Cache,Dwight		ID	081		
5843757	Goshen	goshen	US	01032	0	America/Boise	43.30964	-112.0833	1413			ID	011		
5843762	Guffey	guffey	US	80820	0	America/Boise	43.29711	-116.54734	694			ID	073		
5843779	Old Fort	old-fort	US	28762	0	America/Boise	44.81156	-116.15763	1480			ID	085		
5843782	Ferndale	ferndale	US	12734	0	America/Denver	48.05162	-114.00733	936			MT	047		
5843794	Sagle	sagle	US	83860	0	America/Los_Angeles	48.20242	-116.54769	655			ID	017		
5843827	Cabin Creek	cabin-creek	US	25035	0	America/Denver	46.61334	-104.42161	817			MT	025		
5843835	Cushman	cushman	US	72526	0	America/Denver	46.28829	-109.04266	1083			MT	037		
5843840	Dell	dell	US	59724	0	America/Denver	44.72297	-112.69723	1832			MT	001		
5843848	Lakeview	lakeview	US	28350	0	America/Denver	44.80465	-111.24078	1996			MT	031		
5843852	Frazer	frazer	US	59225	362	America/Denver	48.05918	-106.04224	630			MT	105		
5843898	Raymond	raymond	US	03077	0	America/Denver	48.87642	-104.58024	698	Raymond,Riba		MT	091		
5843899	Taft	taft	US	38488	0	America/Denver	47.4191	-115.59821	1130			MT	061		
5843924	Hawkeye	hawkeye	US	52147	0	America/Chicago	47.99752	-102.87796	706			ND	053	36340	
5843925	Max	max	US	56659	342	America/Chicago	47.82111	-101.29877	637			ND	055	51380	
5843946	Max	max	US	56659	57	America/Denver	40.11388	-101.40266	884			NE	057		
5843948	Mount Vernon	mount-vernon	US	04352	0	America/Denver	41.10665	-103.19965	1355			NE	033		
5843954	Andrews	andrews	US	28901	0	America/Los_Angeles	42.46406	-118.61324	1267			OR	025		
5843961	Bellevue	bellevue	US	41073	0	America/Los_Angeles	45.11539	-123.31622	60			OR	071		
5843993	Fruitdale	fruitdale	US	36539	1177	America/Los_Angeles	42.42206	-123.30811	283			OR	033		
5843997	Gold Beach	gold-beach	US	97444	2279	America/Los_Angeles	42.40733	-124.42177	15	Ellensburg,GOL,Gold Beach,Gold Bich,Gold Bijch,Gould Bich,Yan-shuu-chit'-dvn,ge er de bi qi,ghwld bytsh,gld bych  awrgn,goldeubichi,gorudobichi,Голд Бийч,Голд Бич,Гоулд Бич,غولد بيتش,گلد بیچ، اورگن,ゴールドビーチ,戈尔德比奇,골드비치	015	OR	015		
5844011	Keno	keno	US	97627	0	America/Los_Angeles	42.12653	-121.93001	1252			OR	035		
5844030	Parker	parker	US	16049	0	America/Los_Angeles	44.77234	-123.20482	66	Parker,Parkers		OR	053		
5844034	Ophir	ophir	US	81426	0	America/Los_Angeles	42.56316	-124.38288	11			OR	015		
5844035	Noti	noti	US	97461	0	America/Los_Angeles	44.05901	-123.44871	148			OR	039		
5844047	Silver Lake	silver-lake	US	03875	149	America/Los_Angeles	43.12792	-121.04611	1325			OR	037		
5844055	Springdale	springdale	US	15144	0	America/Los_Angeles	45.51901	-122.32981	94			OR	051		
5844068	Tiller	tiller	US	97484	0	America/Los_Angeles	42.92845	-122.95117	332			OR	019		
5844085	Holt	holt	US	32564	0	America/Denver	41.67604	-111.848	1385			UT	005		
5844092	Stamford	stamford	US	05352	0	America/Denver	43.89499	-101.08903	736			SD	071	45565	
5844094	Dry Fork	dry-fork	US	24549	0	America/Denver	40.55746	-109.66931	1967			UT	047		
5844096	American Fork	american-fork	US	84003	28326	America/Denver	40.3769	-111.79576	1404	American Fork,Amerikan Fork,Amerikan-Fork,Lake City,McArthurville,amrykan fwrk,amrykn fwrk  ywta,ya mei li jia fu ke,Американ Форк,Американ-Форк,آمریکن فورک، یوتا,أمريكان فورك,امیریکن فورک، یوٹاہ,亚美利加福克		UT	049		
5844104	Belmont	belmont	US	02478	0	America/Los_Angeles	47.08795	-117.1624	765			WA	075		
5844117	Camden	camden	US	04843	0	America/Los_Angeles	48.0474	-117.23993	600			WA	051		
5844118	Hanson	hanson	US	02341	0	America/Los_Angeles	47.72848	-119.00807	637	Hanson,Hanson Station		WA	025		
5844128	Eldon	eldon	US	52554	0	America/Los_Angeles	47.54537	-123.04599	11			WA	045		
5844129	Essex	essex	US	01929	0	America/Los_Angeles	46.80399	-123.00653	56			WA	067		
5844131	Ford	ford	US	23850	0	America/Los_Angeles	47.90822	-117.80579	544	Ford,Walkers Prairie		WA	065		
5844149	Servia	servia	US	46980	0	America/Los_Angeles	46.92292	-118.75472	391			WA	001		
5844150	Pine Grove	pine-grove	US	17963	0	America/Los_Angeles	45.90234	-122.65927	171			WA	011		
5844154	Pateros	pateros	US	98846	668	America/Los_Angeles	48.05098	-119.9034	245	Ives,Ives Landing,Pateros,Paturus,batyrws,pa te luo si,patrws  washyngtn,Патерос,Патъръс,باتيروس,پاتروس، واشینگتن,帕特罗斯		WA	047		
5844155	Orient	orient	US	04471	115	America/Los_Angeles	48.86601	-118.20278	443	Morgan,Noto,Orient		WA	019		
5844156	Palouse	palouse	US	99161	1022	America/Los_Angeles	46.91017	-117.07573	742	Palouse,Palouse City,Palusiidi		WA	075		
5844167	Vantage	vantage	US	98950	74	America/Los_Angeles	46.94541	-119.98727	203			WA	037		
5844176	Wakefield	wakefield	US	01880	0	America/Los_Angeles	48.20237	-119.71034	251			WA	047		
5844203	Leo	leo	US	46765	0	America/Denver	42.25024	-106.80337	1851			WY	007		
5844374	Angoon	angoon	US	99820	456	America/Juneau	57.50119	-134.584	6	AGN,Aangoon,Angoon,Angun,Augoon,Chutsinu,Hootsenoo,Hudchinu,Hudschiano,Hudschinu,an gong,an'guna,anghwn,anguna,angwn  alaska,Ангун,آنگون، آلاسکا,أنغون,अंगून,अन्गून,安贡		AK	105		
5844478	Auke Bay	auke-bay	US	99821	0	America/Juneau	58.38333	-134.65972	8			AK	110		
5844651	Beaver Falls	beaver-falls	US	13305	0	America/Sitka	55.38333	-131.46667	0			AK	130		
5845279	Chatham	chatham	US	02633	0	America/Sitka	57.51528	-134.94361	0	CYM		AK	220		
5845435	Coffman Cove	coffman-cove	US	99918	180	America/Juneau	56.01389	-132.82778	16	KCC		AK	198		
5845544	Craig	craig	US	64437	1248	America/Juneau	55.47639	-133.14833	13	CGA,Craig,Craig City,Craig Millar,Fish Egg,Krejg,ke lei ge,krega,kryg  alaska,krygh,Крейг,Крејг,كريغ,کریگ، آلاسکا,क्रेग,克雷格		AK	198		
5845826	Douglas	douglas	US	01516	0	America/Juneau	58.27564	-134.39302	5	Douglas,Douglas City,Douglas Village,Edwardsville		AK	110		
5845890	Dupont	dupont	US	45837	0	America/Juneau	58.22972	-134.2675	36	Du Pont		AK	110		
5845988	Elfin Cove	elfin-cove	US	99825	20	America/Juneau	58.19444	-136.34333	56	ELV		AK	105		
5846145	Fairhaven	fairhaven	US	02719	0	America/Juneau	58.37806	-134.70361	12			AK	110		
5846677	Goddard	goddard	US	67052	0	America/Sitka	56.83527	-135.37566	14	Goddard,Hot Springs,Klyuchi,Sitka Hot Springs,Teplyya Tseplitel Yuchya Klyuchi,Tseplitel Teplyye Klyuchi		AK	220		
5846871	Gustavus	gustavus	US	99826	434	America/Juneau	58.41333	-135.73694	3	GST,Gustavus,Strawberry Point,ghwstafws,gu si ta fu,gustabhasa,gwstawws  alaska,Густавус,غوستافوس,گوستاووس، آلاسکا,गुस्ताभस,古斯塔夫		AK	105		
5846877	Gypsum	gypsum	US	43433	0	America/Juneau	57.89861	-134.985	12			AK	105		
5846901	Haines	haines	US	97833	1713	America/Juneau	59.23595	-135.44533	25	Chilcoot,Chilkat,Chilkoot,Daschu,Deshu,Dtehshuh,Gejns,HNS,Haines,Haines Mission,Khajns,Khejns,Kutkwutlu,Willard Mission,hai en si,he'insa,hynz,hynz  alaska,Гейнс,Хајнс,Хейнс,هينز,هینز، آلاسکا,हेइन्स,海恩斯		AK	100		
5847140	Hollis	hollis	US	03049	112	America/Juneau	55.55667	-132.63639	54			AK	198		
5847155	Hoonah	hoonah	US	99829	757	America/Juneau	58.11	-135.44361	23	Belltown,Gaaw T'ak Aan,Gaot-a-kan,Gaud-ah-kan,HNH,Hoonah,Hoonah Town,Hooniah,Hooniah Cannery,Hoonyah,Huna,Kantukan,Khuna,Koudekan,Xunaa,hunah,huo na,hwnah  alaska,hwwnah,Хуна,هوناه، آلاسکا,هووناه,हूनाह्,霍纳		AK	105		
5847387	Kahuku	kahuku	US	96731	2614	Pacific/Honolulu	21.68048	-157.95237	1	Ka-huku,Kahuku,kahuku,카후쿠		HI	003		
5847411	Kahului	kahului	US	96732	26337	Pacific/Honolulu	20.88953	-156.47432	0	Kahului,Kakhului,Kakhuluj,OGG,kafurui,kahullu-i,kahulu'i,Кахулуи,Кахулуї,Кахулуј,קאהולואי,کاہولوی، ہوائی,कहुलुइ,カフルイ,카훌루이		HI	009		
5847486	Kailua	kailua	US	96734	38635	Pacific/Honolulu	21.40241	-157.74054	10	Kailua,Kajlua,Lanikai,kai lu a,kaillua,kailuhuva,kairua,Кајлуа,کائلوا، ہونولولو کاؤنٹی، ہوائی,कैलुहुवा,カイルア,凱盧阿,카일루아		HI	003		
5847490	Haiku	haiku	US	96708	0	Pacific/Honolulu	20.89173	-156.21428	218	Haiku,Kailua-Kona		HI	009		
5847504	Kailua-Kona	kailua-kona	US	96740	11975	Pacific/Honolulu	19.64016	-155.99912	16	KOA,Kailua Kona,Kailua-Kona,Kairua,Kajlua,Kajlua-Kona,Kayakakoua,kaillua kona,kailuva,kairua・kona,Каилуа-Кона,Кайлуа-Кона,Кајлуа,कैलुवा,カイルア・コナ,카일루아 코나		HI	001		
5847662	Kalāheo	kalaheo	US	96741	4595	Pacific/Honolulu	21.92416	-159.52686	216	Homestead,Homesteads,Kalaheo,Kalāheo,kallahe-o,칼라헤오		HI	007		
5847785	Kalaupapa	kalaupapa	US	96742	0	Pacific/Honolulu	21.18946	-156.98177	20	Ka-laupapa,Kalaupapa,Kalaupapa Leper Settlement,LUP,Lalaupapa		HI	005		
5848189	Kaneohe	kaneohe	US	96744	34597	Pacific/Honolulu	21.39994	-157.79895	18	Kane'ohe,Kaneohe,Kāne‘ohe,NGF,kane-ohe,카네오헤		HI	003		
5848308	Kapaau	kapaau	US	96755	1734	Pacific/Honolulu	20.23389	-155.80194	124	Kapa'au,Kapaau,Kapa‘au,kapaau,카파아우		HI	001		
5848621	Kaumakani	kaumakani	US	96747	749	Pacific/Honolulu	21.91611	-159.61972	47	Kaumakani,Makaweli		HI	007		
5848652	Kaunakakai	kaunakakai	US	96748	3425	Pacific/Honolulu	21.09363	-157.02613	6	kaunakakai,카우나카카이		HI	009		
5848956	Kealakekua	kealakekua	US	96750	2019	Pacific/Honolulu	19.52083	-155.9225	435	Karacacooa,Karakakoa,Karakakoua,Ke-ala-ke-kua,Kealakeakua,Kealakekua,keallakekwa,케알라케콰		HI	001		
5848972	Keālia	kealia	US	96751	0	Pacific/Honolulu	19.39925	-155.87993	281	Kealia,Keālia		HI	001		
5848976	Keālia	kealia	US	96751	0	Pacific/Honolulu	22.09784	-159.30697	5	Kealia		HI	007		
5849064	Keauhou	keauhou	US	96739	0	Pacific/Honolulu	19.56064	-155.96226	5	Keauhoa,Keauhou,Keauhua		HI	001		
5849164	Kekaha	kekaha	US	96752	3537	Pacific/Honolulu	21.96686	-159.71186	2	BKH,kekaha,케카하		HI	007		
5849297	Kīhei	kihei	US	96753	20881	Pacific/Honolulu	20.76462	-156.44578	3	Kihei,kihei,키헤이		HI	009		
5849346	Kīlauea	kilauea	US	96754	2803	Pacific/Honolulu	22.21208	-159.41342	98	Kilauea		HI	007		
5849599	Kokomo	kokomo	US	39643	0	Pacific/Honolulu	20.86695	-156.30644	454			HI	009		
5849616	Koloa	koloa	US	96756	2144	Pacific/Honolulu	21.9069	-159.46994	60	Koloa,Kōloa,kolloa,콜로아		HI	007		
5849961	Kurtistown	kurtistown	US	96760	1298	Pacific/Honolulu	19.60361	-155.05722	193			HI	001		
5849996	Lahaina	lahaina	US	96761	11704	Pacific/Honolulu	20.87429	-156.67663	1	Lahaina,Lakhajna,Lele,Lāhainā,Rahaina,laha'ina,lahaina,rahaina,Лахајна,لاہاینا، ہوائی,लाहाइना,ラハイナ,라하이나		HI	009		
5850059	Lanai City	lanai-city	US	96763	3102	Pacific/Honolulu	20.82757	-156.92399	499	LNY,Lana'i City,Lanai,Lanai City,Lāna‘i City,lanai,라나이		HI	009		
5850128	Laupāhoehoe	laupahoehoe	US	96764	581	Pacific/Honolulu	19.98666	-155.23653	132	Laupahoehoe,Laupāhoehoe,Loapahahoe		HI	001		
5850181	Lawai	lawai	US	96765	2363	Pacific/Honolulu	21.92159	-159.50376	162	Lawa'i,Lawai,Lawa‘i		HI	007		
5850248	Lihue	lihue	US	96766	6455	Pacific/Honolulu	21.98121	-159.3721	65	LIH,Lihu'e,Lihue,Lihu‘e,Likhue,Likhueh,Līhuʻe,li hu ai,lihue,lihyu,rifue,Лихуе,Лихуэ,ליהואה,लिह्यु,リフエ,利胡埃,리후에,리휴	007	HI	007		
5850616	Makawao	makawao	US	96768	7184	Pacific/Honolulu	20.85694	-156.31306	481	Makauao,Makavao,maka'ova,makawao,Макавао,Макауао,मकाओवा,마카와오		HI	009		
5850962	Maunaloa	maunaloa	US	96770	376	Pacific/Honolulu	21.13607	-157.21783	271	Mauna Loa,Maunaloa,maunaloa,마우나로아		HI	009	5856258	
5851253	Mountain View	mountain-view	US	65548	3924	Pacific/Honolulu	19.55583	-155.10806	437	Mauna Hu'ihu'i,Mauna Hu‘ihu‘i,Maunahu'ihu'i,Maunahu‘ihu‘i,Mauntin-V'ju,Mountain View,Mountainview,Маунтин-Вью		HI	001		
5851275	Naalehu	naalehu	US	96772	866	Pacific/Honolulu	19.06759	-155.57984	201	Na'alehu,Naalehu,Nā‘ālehu,naallehu,나알레후		HI	001		
5851475	Nīnole	ninole	US	96773	0	Pacific/Honolulu	19.93595	-155.16656	71	Ninole,Nīnole,ninyol,니뇰		HI	001		
5851476	Nīnole	ninole	US	96773	0	Pacific/Honolulu	19.13004	-155.51189	3	Hinole,Ninole,Ninoli,Nīnole,ninyol,니뇰		HI	001		
5851889	Pacific Palisades	pacific-palisades	US	90272	0	Pacific/Honolulu	21.42562	-157.95349	174			HI	003		
5851902	Pāhala	pahala	US	96777	1356	Pacific/Honolulu	19.20297	-155.4786	277	Pahaha,Pahala,Pāhala,pahalla,파할라		HI	001		
5851916	Pāhoa	pahoa	US	96778	945	Pacific/Honolulu	19.49404	-154.94431	199	Pahoa,pahoa,파호아		HI	001		
5851942	Paia	paia	US	96779	2668	Pacific/Honolulu	20.90333	-156.36944	70	Orpheum Village,Pa'ia,Paia,Pa‘ia,paia,파이아		HI	009		
5852275	Pearl City	pearl-city	US	61062	47698	Pacific/Honolulu	21.39734	-157.97516	27			HI	003	7306149	
5852322	Pepeekeo	pepeekeo	US	96783	1789	Pacific/Honolulu	19.83361	-155.10722	172	Pepe'ekeo,Pepeekeo,Pepe‘ekeo		HI	001		
5852595	Port Allen	port-allen	US	70767	0	Pacific/Honolulu	21.90361	-159.58722	16	'Ele'ele Landing,Eleele,Eleele Landing,Port Allen,‘Ele‘ele Landing		HI	007		
5852602	Princeville	princeville	US	61559	2158	Pacific/Honolulu	22.21758	-159.47888	73	peulinseubil,프린스빌		HI	007		
5852697	Pukalani	pukalani	US	96788	7574	Pacific/Honolulu	20.83667	-156.33667	465			HI	009		
5853778	Sunset Beach	sunset-beach	US	28468	0	Pacific/Honolulu	21.67011	-158.04567	6			HI	003		
5853971	Volcano	volcano	US	95689	2575	Pacific/Honolulu	19.44276	-155.23398	1143	Volcano Village		HI	001		
5853992	Wahiawā	wahiawa	US	96786	17821	Pacific/Honolulu	21.50279	-158.02464	287	Wahiawa,wahaiwa,와하이와		HI	003		
5854171	Waialua	waialua	US	96791	3860	Pacific/Honolulu	21.57688	-158.13154	8	Puuiki,Waalua,Waialua,Waialua Farmlands,Waialua Mill,Waiarua,Wairua		HI	003		
5854173	Waialua	waialua	US	96791	3751	Pacific/Honolulu	21.10028	-156.76139	32			HI	009		
5854189	Waianae	waianae	US	96792	13177	Pacific/Honolulu	21.43785	-158.18555	5	Waeanae,Wai'anae,Waianae,Waianai,Wainae,Wai‘anae,waiana,와이아나		HI	003		
5854410	Waikoloa	waikoloa	US	96738	4806	Pacific/Honolulu	19.93942	-155.78931	262	WKL,Waikoloa,Waikoloa Village,waikolloa,와이콜로아		HI	001		
5854496	Wailuku	wailuku	US	96793	15313	Pacific/Honolulu	20.89133	-156.50604	76	Vajluku,huai lu ku,vailuku,wailluku,Вајлуку,وائلوکو، ہوائی,वैलुकु,怀卢库,와일루쿠	009	HI	009		
5854532	Waimanalo	waimanalo	US	96795	5451	Pacific/Honolulu	21.34614	-157.7238	7	BLW,Waimanalo,Waimanalo Town,Waimanalo Village,Waimanolo		HI	003		
5854564	Waimea	waimea	US	96796	1855	Pacific/Honolulu	21.95707	-159.66893	7	Owaimea,Vaimea,Vajmija,Waimea,Whymea,Wymoa,vaimiya,waimea,Ваимеа,Вајмија,वैमिया,ワイメア,와이메아		HI	007		
5854571	Waimea	waimea	US	96796	9212	Pacific/Honolulu	20.02323	-155.67288	813	Kamuela,MUE,Waimea,Waimea - Bis Island		HI	001		
5854686	Waipahu	waipahu	US	96797	38216	Pacific/Honolulu	21.38667	-158.00917	19	Vajpakhu,vaipahu,waipafu,waipahu,Вајпаху,ואיפאהו,وائپاہو، ہوائی,वैपाहु,ワイパフ,와이파후		HI	003		
5854851	Wheeler Army Airfield	wheeler-army-airfield	US	96854	0	Pacific/Honolulu	21.47515	-158.03395	264			HI	003		
5854894	Woodlawn	woodlawn	US	24381	0	Pacific/Honolulu	21.31808	-157.80676	62			HI	003		
5855051	‘Ewa Beach	ewa-beach	US	96706	14955	Pacific/Honolulu	21.31556	-158.00722	3	'Ewa Beach,Ewa Beach,‘Ewa Beach		HI	003		
5855190	Glenwood	glenwood	US	07418	0	Pacific/Honolulu	19.48781	-155.15136	702			HI	001		
5855279	Hakalau	hakalau	US	96710	0	Pacific/Honolulu	19.89706	-155.12635	46	hakallau,하칼라우		HI	001		
5855471	Hana	hana	US	96713	1235	Pacific/Honolulu	20.75806	-155.99028	39	HNM,Hana,Hāna,hana,하나		HI	009		
5855600	Hanalei	hanalei	US	96714	450	Pacific/Honolulu	22.20169	-159.50312	3	Hanalai,Hanale,Hanalei,Hanalu,hanallei,하날레이		HI	007		
5855631	Hanapēpē	hanapepe	US	96716	2638	Pacific/Honolulu	21.90733	-159.5944	9	Hanapepe,PAK		HI	007		
5855696	Happy Valley	happy-valley	US	97086	0	Pacific/Honolulu	20.89121	-156.50808	84			HI	009		
5855736	Crestview	crestview	US	32536	0	Pacific/Honolulu	21.40725	-157.99473	74			HI	003		
5855841	Hāwī	hawi	US	96719	1081	Pacific/Honolulu	20.24122	-155.83351	159	Hawi,Howi,Hāwī,UPP		HI	001		
5855927	Hilo	hilo	US	96720	43263	Pacific/Honolulu	19.72991	-155.09073	18	Baie de Hilo,Chilo,Hido,Hilas,Hilo,ITO,Khilo,hillo,hilo,hiro,hylw,xi lu,xi luo,Χίλο,Хило,Хіло,הילו,ہیلو، ہوائی,हिलो,ヒロ,希洛,希路,힐로	001	HI	001		
5856050	Hōlualoa	holualoa	US	96725	8538	Pacific/Honolulu	19.61979	-155.94831	423	Holualoa		HI	001		
5856095	Hōnaunau	honaunau	US	96726	0	Pacific/Honolulu	19.42726	-155.91325	5	Honaunau		HI	001		
5856195	Honolulu	honolulu	US	96801	371657	Pacific/Honolulu	21.30694	-157.85833	5	Anorourou,Chonoloulou,Gana-Rura,Gana-ruru,Ganalulu,Ganaruro,Ganaruru,Gonolulu,HNL,Hana-Rura,Hana-Ruru,Hana-ruru,Honoloulou,Honolulu,Honolulú,Honolúlú,Honoruru,Khonolulu,Than-hiong-san,Thàn-hiông-sân,hanalulu,hanululu,honalulu,honollullu,honolulu,honoruru,hwnwlwlw,tan xiang shan,Χονολουλού,Ганалулу,Гонолулу,Хонолулу,Һонолулу,Հոնոլուլու,האנאלולו,הונולולו,هونولولو,ہwnwlwlw  ہwayy,ہونولولو,ہونولولو، ہوائی,हानलूलू,होनालुलु,होनोलुलु,होनोलूलू,হনলুলু,হনুলুলু,ହନଲୁଲୁ,ஹொனலுலு,ಹೊನೊಲುಲು,โฮโนลูลู,ཧོ་ནོ་ལུ་ལུ།,ဟိုနိုလူလူမြို့,ჰონოლულუ,ሆኖሉሉ,ホノルル,檀香山,호놀룰루	HI	HI	003		
5856229	Honomu	honomu	US	96728	509	Pacific/Honolulu	19.87333	-155.1175	94	honomu,호노무		HI	001		
5856430	‘Aiea	aiea	US	96701	9338	Pacific/Honolulu	21.38222	-157.93361	30	'Aiea,Aiae,Aiea,‘Aiea		HI	003		
5857121	Anahola	anahola	US	96703	2223	Pacific/Honolulu	22.14226	-159.31388	4			HI	007		
5857264	Captain Cook	captain-cook	US	96704	3429	Pacific/Honolulu	19.49694	-155.92167	381	kaebtinkug,캡틴쿡		HI	001		
5857461	Birchwood	birchwood	US	37308	0	America/Anchorage	61.40528	-149.46889	81			AK	020		
5857506	Black	black	US	36314	0	America/Nome	62.33611	-165.335	1	Black,Black River Village,Kipniak,Kipniuk,Qip'ngayaq		AK	158		
5857631	Blanchard	blanchard	US	16826	0	America/Anchorage	61.20556	-149.87917	18			AK	020		
5857703	Bluff	bluff	US	84512	0	America/Anchorage	64.715	-147.17583	158	Bluff,Mile 20		AK	090		
5857707	Bluff	bluff	US	84512	0	America/Nome	64.57194	-163.75568	16	Agookauchuk,Bluff,Bluff City		AK	180		
5858025	Brevig Mission	brevig-mission	US	99785	400	America/Nome	65.33335	-166.48924	6	Brevig Mission,Brevig-Mishn,KTS,Okaveenok,Singick,Siniogamut,Siniogamute,Siniogamute Sinuk,Sinuk,Sitaisaq,Teller Mission,Teller Reindeer Station,bu rui wei ge mi shen,Бревиг-Мишн,布瑞维格米申		AK	180		
5858083	Browerville	browerville	US	56438	0	America/Anchorage	71.29806	-156.77	3	Brower's Station,Browerville,Broweville		AK	185		
5858176	Buckland	buckland	US	01338	431	America/Anchorage	65.97895	-161.12622	8	BKC,Buckland,Kaniq,Old Buckland		AK	188		
5858289	Butte	butte	US	58723	3246	America/Anchorage	61.54222	-149.03333	28			AK	170		
5858489	Campbell	campbell	US	14821	0	America/Anchorage	61.17194	-149.89417	37			AK	020		
5858555	Cantwell	cantwell	US	99729	219	America/Anchorage	63.39167	-148.95083	669	Cantwell,Cantwell River Station,Yidateni Na'		AK	068		
5858731	Caro	caro	US	48723	0	America/Anchorage	67.1675	-148.01972	357			AK	290		
5858896	Central	central	US	29630	96	America/Anchorage	65.5723	-144.80387	287	CEM,Central,Central House		AK	290		
5858949	Chalkyitsik	chalkyitsik	US	99788	69	America/Anchorage	66.65444	-143.72222	160	CIK,Chalkyitsik,Fishhook,Fishhook Town,Fishhook Village,Jalgiitsik,Jalk'iitsik,Julkitsik		AK	290		
5859010	Chase	chase	US	21027	34	America/Anchorage	62.44917	-150.10167	165			AK	170		
5859048	Chefornak	chefornak	US	99561	441	America/Nome	60.16	-164.26583	0	CYF,Caputnguaq,Cevv'arneq,Chefarnok,Chefornak,Chifornak		AK	050		
5859105	Chester	chester	US	01011	0	America/Anchorage	61.20694	-149.92083	3			AK	020		
5859114	Chevak	chevak	US	99563	1018	America/Nome	61.52778	-165.58639	15	Cev'aq,Chevak,New Chevak,VAK		AK	158		
5859162	Chicken	chicken	US	99732	7	America/Anchorage	64.07333	-141.93611	513	CKX		AK	240		
5859193	Chignik	chignik	US	99564	87	America/Anchorage	56.29442	-158.4038	0	Chignik,Chignik Bay,Cirniq,KCL,chygnyk  alaska,ciganika,qi ge ni ke,tshyghnyk,Чигник,Чигнік,تشيغنيك,چیگنیک، آلاسکا,चिगनिक,奇格尼克		AK	164		
5859202	Chignik Lagoon	chignik-lagoon	US	99565	78	America/Anchorage	56.30844	-158.53024	22	Chignik Lagoon,Nanwarnaq		AK	164		
5859205	Chignik Lake	chignik-lake	US	99548	73	America/Anchorage	56.25556	-158.7625	4	Chignik Lake,Igyaraq		AK	164		
5859304	Chitina	chitina	US	99566	126	America/Anchorage	61.51562	-144.43956	180	CXC,Chechitno,Chetchitno,Chettyna,Chitina,Chittena,Chitty,Tsedi Na'		AK	261		
5859370	Chugiak	chugiak	US	99567	0	America/Anchorage	61.38889	-149.48194	137			AK	020		
5859415	Circle	circle	US	59215	104	America/Anchorage	65.82556	-144.06056	174	Circle,Circle City,IRC,Serkl,Sjorkl,Surkul,sarkala,srkl  alaska,Серкл,Съркъл,Сёркл,سرکل، آلاسکا,सर्कल		AK	290		
5859439	Clam Gulch	clam-gulch	US	99568	176	America/Anchorage	60.23111	-151.39361	82	Clam Gulch,Clam Gulch Store		AK	122		
5859460	Clarks Point	clarks-point	US	99569	62	America/Anchorage	58.83502	-158.54975	1	CLP,Clark Point,Clark's Point,Clarks Point,Clarks Point Village,Saguyak,Saguyaq,Shaguiak,Stagarok,Stugarok		AK	070		
5859611	Coal Creek	coal-creek	US	81221	0	America/Anchorage	65.30522	-143.15401	301	Coal Creek Mining Camp		AK	290		
5859682	Cold Bay	cold-bay	US	99571	123	America/Nome	55.18583	-162.72111	41	CDB,Cold Bay,Fort Randall,Kold Bej,Kold-Bej,kolda be,kwld bay,kwld by  alaska,leng wan,Колд Беј,Колд-Бей,كولد باي,کولد بی، آلاسکا,कोल्ड बे,冷湾		AK	013		
5859840	Cooper Landing	cooper-landing	US	99572	289	America/Anchorage	60.48988	-149.82629	125	Cooper Landing,JLA		AK	122		
5859850	Copper Center	copper-center	US	99573	328	America/Anchorage	61.97696	-145.32973	315	CZC,Copper Center,Tl'aticae'e		AK	261		
5859888	Cordova	cordova	US	21625	2196	America/Anchorage	60.5432	-145.75867	29	CDV,Kordova,Odiak,ke er duo wa,kodoba,kordobha,kwrdwfa,kwrdwwa  alaska,Кордова,كوردوفا,کوردووا، آلاسکا,कोर्दोभा,コードバ,科尔多瓦		AK	261		
5859921	Cottonwood	cottonwood	US	36320	0	America/Anchorage	61.51333	-149.56417	29	Cottonwood,Cottonwood Village,Khliagia,Laets Caek'e,Lajat,Tladje't		AK	170		
5859955	Council	council	US	28434	0	America/Nome	64.895	-163.67639	39	CIL,Council,Council City		AK	180		
5860100	Crooked Creek	crooked-creek	US	99575	105	America/Anchorage	61.87	-158.11083	76	CKD,Crooked Creek,Parent Roadhouse,Parents,Parents Trading Post,Portage Village		AK	050		
5860170	Crown Point	crown-point	US	12928	74	America/Anchorage	60.42222	-149.36667	163	Crown Point,Trail,Trail Lake Station,Trail Station		AK	122		
5860185	Crystal Falls	crystal-falls	US	49920	0	America/Anchorage	60.48583	-145.72917	29			AK	261		
5860502	Deering	deering	US	58731	127	America/Nome	66.07501	-162.7208	1	DRG,Deering,Diring,Ipnaitchiaq,Ipnatchiaq,di ling,dyaringa,dyryng  alaska,dyryngh,Диринг,Дірінг,ديرينغ,دیرینگ، آلاسکا,ड्यरिङ्ग,迪灵		AK	188		
5860524	Delta Junction	delta-junction	US	99737	929	America/Anchorage	64.03778	-145.73222	353	Big Delta,Big Delta Junction,Buffalo Center,DJN,Delta DZankshon,Delta Junction,Delta-Dzhankshen,de er ta zhang ke shen,delta janksana,dlta jankshn  alaska,dlta jwnkshn,Делта Џанкшон,Делта-Джанкшен,دلتا جانکشن، آلاسکا,دلتا جونكشن,डेल्टा जंक्सन,德尔塔章克申		AK	240		
5860695	Dillingham	dillingham	US	99576	2404	America/Anchorage	59.03972	-158.4575	31	Ah-lek-nug-uk,Chogium,Chogiung,Curyuk,Curyung,DLG,Dilingkham,Dillingham,Dillingkhem,Dillinkhehm,Kanakanak,Ke-ek-sel-hak,Nelsonville,Nushagak,Snag Point,di lin e mu,dilingahyama,dylyngham  alaska,dylynjham,Дилингхам,Диллингхем,Диллинхэм,Діллінгхем,ديلينجهام,دیلینگهام، آلاسکا,ڈیلینگہیم، الاسکا,डिलिङ्गह्याम,迪林厄姆		AK	070		
5860890	Donnelly	donnelly	US	56235	0	America/Anchorage	63.67361	-145.88333	545	Doneleys,Donnelly,Donnellys Roadhouse		AK	240		
5861021	Dry Creek	dry-creek	US	25062	94	America/Anchorage	63.65333	-144.66528	560			AK	240		
5861117	Dutch Harbor	dutch-harbor	US	99692	4376	America/Anchorage	53.8898	-166.5422	4	DUT,datchihaba,ダッチハーバー		AK	016		
5861126	Eagle	eagle	US	48822	86	America/Anchorage	64.78806	-141.2	261	Belle Isle,EAA,Eagle,Eagle City,Eagle City Camp,Fort Egbert,Igl,Tthee T'awdlenn,ayghl,aygl  alaska,igala,yi ge er,Игл,إيغل,ایگل، آلاسکا,इगल,伊格尔		AK	240		
5861187	Eagle River	eagle-river	US	54521	24793	America/Anchorage	61.32139	-149.56778	98			AK	020		
5861393	Eek	eek	US	99578	312	America/Nome	60.21889	-162.02444	1	EEK,Eek,Ekvicuaq,Iik,Ik		AK	050		
5861423	Egegik	egegik	US	99579	106	America/Anchorage	58.21556	-157.37583	4	Agouyak,EGX,Egegak,Egegik,Igagik,Igiagik,Ougagik,Ougagouk,Ugagik,Ugaguk,Ugiagik		AK	164		
5861512	Ekwok	ekwok	US	99580	118	America/Anchorage	59.34972	-157.47528	33	Billy Hurleys,Ekouk,Ekuk,Ekwak,Ekwok,I-kwok-ha-mut,Ikwok,Ikwokhamut,Iquaq,KEK,Yekuk		AK	070		
5861582	Elim	elim	US	99739	340	America/Nome	64.61655	-162.26004	14	ELI,Ehlim,Elim,Elim Mission,Elim Mission Rhoadhouse,Elim Mission Roadhouse,alym  alaska,aylym,elima,yi lin,Елим,Елім,Элим,إيليم,الیم، آلاسکا,एलिम,以琳		AK	180		
5861668	Emmonak	emmonak	US	99581	849	America/Nome	62.77778	-164.52306	2	EMK,Emanguk,Emmonak,Emonguk,Imangaq		AK	158		
5861769	Ester	ester	US	99725	2422	America/Anchorage	64.84722	-148.01444	224	Berry,Discovery,Ehster,Ester,Ester City,Esther,astr  alaska,estara,Естер,Эстер,استر، آلاسکا,एस्टर		AK	090		
5861809	Eureka	eureka	US	48833	0	America/Anchorage	65.17944	-150.21444	229	Eureka,Glen,Glenn		AK	290		
5861849	Evansville	evansville	US	47701	15	America/Anchorage	66.92282	-151.50746	191	Bettles Field,Ehvansvill,Evansville,Эвансвилл		AK	290		
5861897	Fairbanks	fairbanks	US	47849	32325	America/Anchorage	64.83778	-147.71639	136	Barnettes Cache,FAI,Fairbanks,Fehrbanks,Fehrbenks,Ferbanks,Ferbenks,Ferbenksa,Feurbanks,Feyrbanks,Fērbenksa,feabankusu,fei er ban ke si,frbnks,fyrbanks,fyyr bynks  alaska,peeobaengkeuseu,pherabamksa,pheyarabyanksa,pyyrbnqs,Фербанкс,Фербенкс,Феърбанкс,Фэрбанкс,Фэрбенкс,פיירבנקס,فربنکس,فيربانكس,فیئر بینکس، الاسکا,फेयरब्याङ्क्स,फेरबँक्स,ფერბენკსი,フェアバンクス,費爾班克斯,페어뱅크스	090	AK	090		
5861911	Fairview	fairview	US	07022	0	America/Anchorage	61.22667	-149.79861	50			AK	020		
5861935	Falls	falls	US	18615	0	America/Anchorage	60.42	-149.37028	138	Fall Creek Station,Falls		AK	122		
5861959	False Pass	false-pass	US	99583	40	America/Nome	54.85417	-163.41131	10	KFP		AK	013		
5862221	Flat	flat	US	76526	0	America/Anchorage	62.45361	-158.0075	90	FLT,Flat,Flat City,Flat Creek		AK	290		
5862371	Fort Yukon	fort-yukon	US	99740	570	America/Anchorage	66.56472	-145.27389	130	FYU,Fort Jukon,Fort Yukon,Fort Yukon Village,Fort Yukón,Fort-Jukon,Gwichyaa Zhee,Gwichyaa Zheh,fotoyukon,fwrt ywkan  alaska,fwrt ywkwn,pharta yukona,yu kong bao,Форт Јукон,Форт-Юкон,فورت يوكون,فورت یوکان، آلاسکا,फर्ट युकोन,フォートユーコン,育空堡		AK	290		
5862459	Fox	fox	US	72051	417	America/Anchorage	64.95806	-147.61833	230			AK	090		
5862648	Gakona	gakona	US	99586	218	America/Anchorage	62.30143	-145.30269	434	GAK,Gakona,Gakona Roadhouse,Ggax Kuna		AK	261		
5862655	Galena	galena	US	21635	467	America/Anchorage	64.73333	-156.9275	39	GAL,Galena,Galera,Galina,Natulaten,Nohtalohton,Notaalee Denh,Notaglita,Notaloten,galyna  alaska,ge li na,ghalyna,gyalena,Галена,Галина,Галіна,غالينا,گالینا، آلاسکا,ग्यालेना,格利纳		AK	290		
5862664	Gambell	gambell	US	99742	701	America/Nome	63.77921	-171.73463	0	Chibukak,GAM,Gambel,Gambell,Seevookak,Sevukok,Sevuokok,Sevuokuk,Sivukuk,Sivuqaq,Tchiboukoukak,Tchibukak,gan bo er,ghambyl,gmbl  alaska,gyambela,Гамбел,Гамбелл,غامبيل,گمبل، آلاسکا,ग्याम्बेल,甘伯尔		AK	180		
5862699	Garner	garner	US	27529	0	America/Anchorage	63.82917	-148.97333	428			AK	068		
5862727	Gateway	gateway	US	72733	5552	America/Anchorage	61.57278	-149.24083	63			AK	170		
5862770	Georgetown	georgetown	US	01833	0	America/Anchorage	61.89389	-157.71778	90			AK	050		
5862837	Girdwood	girdwood	US	99587	2250	America/Anchorage	60.9425	-149.16639	11	AQY,Girdwood,Girwood,Gridwood		AK	020		
5862936	Glennallen	glennallen	US	99588	483	America/Anchorage	62.10917	-145.54639	439	GLQ,Glen Allen,Glenalen,Glenallen,Glenn-Allen,Glennallen,Port Chilkoot,glena'elena,Гленален,Гленналлен,گلن‌الن، آلاسکا,ग्लेनएलेन		AK	261		
5862979	Gold Creek	gold-creek	US	59733	0	America/Anchorage	62.75667	-149.69389	229	Gold Creek,Susitna River Station		AK	170		
5863045	Golden	golden	US	38847	0	America/Anchorage	60.97	-147.98611	22			AK	261		
5863097	Goodnews Bay	goodnews-bay	US	99589	256	America/Anchorage	59.11889	-161.5875	9	GNU,Good News Bay,Goodnews,Goodnews Bay,Mamterat,Mumtrahamut,Mumtrahamute,Mumtrak,Mumtrakmut		AK	050		
5863142	Gordon	gordon	US	17936	0	America/Anchorage	69.67969	-141.20431	5			AK	185		
5863328	Grayling	grayling	US	49738	193	America/Anchorage	62.90361	-160.06472	23	Grayling,Greyling,KGX,Sixno' Xidakagg		AK	290		
5863639	Hamilton	hamilton	US	01936	0	America/Nome	62.89611	-163.89417	1	Aungua-mut,Fort Hamilton,Hamilton,Nunapigglugaq,Old Fort Hamilton,Old Hamilton		AK	158		
5863686	Happy Valley	happy-valley	US	97086	593	America/Anchorage	59.94722	-151.73222	42			AK	122		
5863850	Healy	healy	US	67850	1021	America/Anchorage	63.85694	-148.96611	403	Dry Creek,Healey Fork,Healy,Healy Fork,Khili,Хили		AK	068		
5864025	Highland Park	highland-park	US	08904	0	America/Anchorage	64.75694	-147.36056	146			AK	090		
5864048	Hillside	hillside	US	07205	0	America/Anchorage	61.20167	-149.86944	16			AK	020		
5864131	Holy Cross	holy-cross	US	52053	177	America/Anchorage	62.19944	-159.77139	40	Ani-lukhlukh-kat,Anilukhtak-kak,Anilukhtakpak,Askhomute,De'loyitchit,HCR,Holy Cross,Ingirraller,Ingrichagamut,Ingrirralleq,Ingrirraller,Koserefski,Koserefsky,Kozerevsky,Nelson Askhomut		AK	290		
5864145	Homer	homer	US	13077	5515	America/Anchorage	59.6425	-151.5494	33	Gomer,HOM,Khomer,he ma,homa,homara,hwmr,hwmyr,mylr lndyng  alaska,Гомер,Хомер,הומר,میلر لندینگ، آلاسکا,هومير,ہومر، الاسکا,होमर,ホーマー,荷马		AK	122		
5864197	Hooper Bay	hooper-bay	US	99604	1187	America/Nome	61.53111	-166.09667	8	Askeenac,Askinaghamiut,Askinak,Askinuk,HPB,Hooper Bay,Khuper Bej,Khuper-Bej,Naparagamuit,Napareyaramiut,Naparyaar,Naparyaraq,hu po wan,hupara be,hupeobei,hwbr bay,hwpr by  alaska,Хупер Беј,Хупер-Бей,هوبر باي,هوپر بی، آلاسکا,हूपर बे,胡珀湾,후퍼베이		AK	158		
5864204	Hope	hope	US	02831	192	America/Anchorage	60.91745	-149.63998	13	Hope City		AK	122		
5864312	Houston	houston	US	15342	2206	America/Anchorage	61.63028	-149.81806	76	Houston,Houston Siding,Kh'juston,Хьюстон		AK	170		
5864351	Hughes	hughes	US	72348	77	America/Anchorage	66.04889	-154.25556	97	HUS,Hughes,Hughes City,Hut'odlee Kkaakk'et		AK	290		
5864431	Huslia	huslia	US	99746	275	America/Anchorage	65.69861	-156.39972	48	Cutoff,Cutoff Trading Post,HSL,Huslia,Old Cutoff,Ts'aateyhdenaade Kk'onh Denh		AK	290		
5864637	Iliamna	iliamna	US	99606	109	America/Anchorage	59.7568	-154.91108	47	ILI,Iliamna,Tevyaraq		AK	164		
5864720	Indian	indian	US	99540	0	America/Anchorage	60.98722	-149.51361	23	Bird Creek,Bird Settlement,Indian,New Portage		AK	020		
5865378	Jonesville	jonesville	US	05466	0	America/Anchorage	61.73056	-148.93472	261			AK	170		
5865670	Kaktovik	kaktovik	US	99747	239	America/Anchorage	70.13194	-143.62389	8	Kaaktovik,Kaktoavik,Kaktovik,Katovik,Qaagtuvigmiut,Qaagtuviġmiut,Qaaktugvik,ka ke tuo wei ke,kakeutobikeu,kaktobhika,kaktwfyk,kaktwwyk  alaska,Кактовик,Кактовік,كاكتوفيك,کاکتوویک، آلاسکا,काक्टोभिक,卡克托维克,카크토비크		AK	185		
5865719	Kalskag	kalskag	US	99607	210	America/Anchorage	61.53722	-160.30528	12	KLG,Kabkag,Kalskag,Kaltchagamut,Kalthagamute,Kaltkhagamute,Kaltshak,Qalqaq,Upper Kalskag		AK	050		
5865721	Kaltag	kaltag	US	99748	189	America/Anchorage	64.32722	-158.72194	30	Ggaal Doh,KAL,Kahltog,Kaltag,Kchaltak,Kkhaltel,Upper Kaltag,ka er ta ge,kaltag  alaska,kaltagh,kyatalaga,Калтаг,كالتاغ,کالتاگ، آلاسکا,क्याटलाग,卡尔塔格		AK	290		
5865850	Karluk	karluk	US	99608	37	America/Anchorage	57.56889	-154.45513	0	Carlook,KYK,Kal'ut,Karlooch,Karloock,Karlouk,Karluk,Karluk Spit,Karluta,Kunakakvak		AK	150		
5865891	Kasigluk	kasigluk	US	99609	569	America/Nome	60.89556	-162.51806	1	Akolmiut,KUK,Kaseglok,Kasiglok,Kasiglook,Kasigluk,Kasigoluk,Kassigluq		AK	050		
5865896	Kasilof	kasilof	US	99610	549	America/Anchorage	60.3375	-151.27444	41	Kasilof,Kassilof Saint George,Kassilow,Krepost Georgiyevskaya,Kussilof,Kussilow		AK	122		
5866063	Kenai	kenai	US	99611	7661	America/Anchorage	60.55444	-151.25833	22	De Pawlofsk,ENA,Fort Kenai,Fort Nicholas,Kenai,Kenai Redoute,Kenaj,Kenay,Kinaj,Pavlovskaya,Redaute Saint Nikolaus,Redut Svataya Nikolaya,Saint Nicholas Fort,ji nai,kena'i,kinai,knay  alaska,kynay,kynayy  alaska,Кенай,Кинај,קנאי,كيناي,کنای، آلاسکا,کینائی، الاسکا,केनाइ,キナイ,基奈		AK	122		
5866155	Kiana	kiana	US	99749	361	America/Anchorage	66.975	-160.42278	28	IAN,Kajana,Katyaak,Katyaaq,Kiana,Kijana,ji ya na,kiyana,kyana,kyana  alaska,Кайана,Киана,Кијана,كيانا,کیانا، آلاسکا,कियाना,基亚娜		AK	188		
5866308	King Cove	king-cove	US	99612	1009	America/Nome	55.06087	-162.31853	23	KVC,King Cove,King Cove Cannery,King's Cove		AK	013		
5866330	King Salmon	king-salmon	US	99613	374	America/Anchorage	58.68833	-156.66139	22	AKN,King Salmon,King-Salmon,kinga salmana,kingusamon,kyng salmwn  alaska,Кинг Салмон,Кинг-Салмон,کینگ سالمون، آلاسکا,किङ्ग साल्मन,キングサーモン		AK	060		
5866390	Kipnuk	kipnuk	US	99614	639	America/Nome	59.93889	-164.04139	3	KPN,Kipnuk,Qipneq		AK	050		
5866441	Kivalina	kivalina	US	99750	388	America/Nome	67.72703	-164.53777	4	KVL,Kebuleek,Kebulik,Kevuleek,Kevulik,Kiv-a-lin-yah,Kivalena,Kivalina,Kivalinagmiut,Kivalinagmouit,Kivalinak,Kivaliniq,Kivalinyah,Kivalliniq,Kivalliñiq,Kiveleena,Kivelow,Kivilenya,Kivoualinagmut,Kivualinagmut,Kivualinak,Kuveleek,ji wa li na,kibhalina,kivalina,kyfalyna,kywalyna  alaska,Кивалина,كيفالينا,کیوالینا، آلاسکا,किभालिना,கிவலீனா,基瓦利纳		AK	188		
5866556	Kobuk	kobuk	US	99751	158	America/Anchorage	66.90722	-156.88111	45	Kobuk,Kochuk,Laugviik,OBU,Shungnak		AK	188		
5876820	Tuntutuliak	tuntutuliak	US	99680	408	America/Nome	60.34306	-162.66306	4	Tuntaluliag,Tuntatuliag,Tuntatuliak,Tuntatuling,Tuntutuliag,Tuntutuliak,Tuntutuliaq,WTL		AK	050		
5866583	Kodiak	kodiak	US	99615	6253	America/Anchorage	57.78852	-152.40533	15	ADQ,Gavan Saint Pavla,Kad'jak,Kadiak,Kadz'jak,Kodiak,Kodiak uhartea,Kodijak,Paul's Harbor,Pauls Harbor,Pavlovsk Gavan,Pavlovsky Gavan,Saint Paul,Saint Paul Harbor,Seleniye Pavlovskoy,Seleniye Pavlovskoy Gavani,St. Paul,St. Paul Harbor,Sun'aq,ke di ya ke,kodiaeg,kodiakku,kodiyaka,kwdyak,kwdyak  alaska,Кадзьяк,Кадьяк,Кодијак,קודיאק,كودياك,کودیاک، آلاسکا,کوڈیاک، الاسکا,कोदियाक,コディアック,科迪亚克,코디액	150	AK	150		
5866670	Kongiganak	kongiganak	US	99545	439	America/Nome	59.95327	-162.89513	6	KKH,Kangirnaq,Kongiganak,Kongiganek		AK	050		
5866719	Kotlik	kotlik	US	99620	626	America/Nome	63.03417	-163.55333	1	KOT,Kotlick,Kotlik,Qerrulliik,Qerrullik		AK	270		
5866726	Kotzebue	kotzebue	US	99752	3277	America/Nome	66.89846	-162.59809	6	Kee-kik-tag-ameut,Kigaktowruk,Kikikhtagyut,Kikiktagamute,Kikiktaruk,Kikitak,Kikitaruk,Kikitaruk Mission,Kocebu,Kotzebue,Kotzobue,OTZ,Qikiqtagruk,Qikiqtaġruk,ke ce bu,kotjebyu,kwtzabyw  alaska,kwtzbyw,Коцебу,كوتزبيو,کوتزابیو، الاسکا,کوتزه‌بیو، آلاسکا,कोत्जेब्यु,科策布	188	AK	188		
5866748	Koyuk	koyuk	US	99753	342	America/Anchorage	64.93194	-161.15694	15	Inglestat,KKA,Kangekosook,Kangekosuk,Kanguksuk,Kangusuk,Konyukmute,Koyuk,Kuuyuk,Kuyuk Kvienkhakg-miut,Kvynkhakg-myut,Norton Bay Station		AK	180		
5866753	Koyukuk	koyukuk	US	99754	96	America/Anchorage	64.88028	-157.70083	37	KYU,Koyukuk,Meneelghaadze' T'oh		AK	290		
5866985	Kwethluk	kwethluk	US	99621	760	America/Anchorage	60.81037	-161.42497	4	KWT,Kuiggluk,Kuilkhlogamute,Kuilkluk,Kuljkhlugamute,Kwethluk,Kwiklak,Kwithluk,Quithlock,Quithlook		AK	050		
5866990	Kwigillingok	kwigillingok	US	99622	321	America/Nome	59.86444	-163.13417	1	KWK,Kuigilnguq,Kwigillingok,Quigillingok,Quillingok		AK	050		
5867107	Lake Minchumina	lake-minchumina	US	99757	13	America/Anchorage	63.88278	-152.31222	216	LMA,Lake Minchumina,Menchuh Mene',Minchumina		AK	290		
5867116	Lakeview	lakeview	US	28350	0	America/Anchorage	60.355	-149.35556	158	Flynn,Kenai,Lakeside,Lakeview		AK	122		
5867128	Lamont	lamont	US	32336	0	America/Nome	62.70667	-164.39639	3	Eluktuk,Lamont		AK	158		
5867225	Lawrence	lawrence	US	01840	0	America/Anchorage	61.21889	-149.79306	53			AK	020		
5867311	Levelock	levelock	US	99625	69	America/Anchorage	59.11417	-156.85889	23	KLL,Kvichak,Levelock,Liivlek,Livelock,Old Kvichak		AK	164		
5867353	Lignite	lignite	US	58752	0	America/Anchorage	63.90944	-149.01833	360			AK	068		
5867418	Lindale	lindale	US	30147	0	America/Anchorage	61.205	-149.85417	23			AK	020		
5867422	Lingo	lingo	US	88123	0	America/Anchorage	61.20278	-149.92083	19			AK	020		
5867979	Lower Kalskag	lower-kalskag	US	99626	297	America/Anchorage	61.51222	-160.35806	8	Kaltchagamut,Kaltchagamute,Kaltshak,Lower Kalskag,Qalqaq		AK	050		
5868235	Manley Hot Springs	manley-hot-springs	US	99756	89	America/Anchorage	65.00111	-150.63389	85	Baker Hot Springs,Hot Springs,MLY,Manley Hot Springs,Too Naaleldenh,Too Nadheldenh		AK	290		
5868247	Manokotak	manokotak	US	99628	456	America/Anchorage	58.98139	-159.05833	3	KMO,Manokotak,Manokutuk,Manuquutaq		AK	070		
5868316	Marshall	marshall	US	20115	449	America/Nome	61.87778	-162.08111	35	FTL,Fortuna Ledge,MLL,Marshall,Marshall Landing,Masserculleq,Uglovaia,Маршалл		AK	158		
5868684	Mekoryuk	mekoryuk	US	99630	202	America/Nome	60.38726	-166.18895	2	Koot,MYU,McKorryok,Mekorryok,Mekoryok,Mekoryuk,Mekoyruk		AK	050		
5869009	Minto	minto	US	58261	210	America/Anchorage	65.15041	-149.34971	134	MNT		AK	290		
5869265	Moose Pass	moose-pass	US	99631	219	America/Anchorage	60.48759	-149.37059	144			AK	122		
5869366	Mountain Village	mountain-village	US	99632	883	America/Nome	62.08556	-163.72944	13	Asaacarsaq,Asaacaryaq,Asaucarsaq,Asaucaryaq,Ayaucaryaq,MOU,Mountain,Mountain Village		AK	158		
5869370	Mountain View	mountain-view	US	65548	0	America/Anchorage	61.22639	-149.80417	47			AK	020		
5869587	Naknek	naknek	US	99633	544	America/Anchorage	58.72833	-157.01389	9	Fort Souworoff,Fort Suvaroff,Fort Suworof,Kinghiak,Kingiak,Kiniaak,Kiniak,Kinuiak,Libbyville,NNK,Nagnek,Nahnek,Nahnek Village,Naknak,Naknek,Nakneq,Nakniq,Naugvik,Pawik,Suvarov,Suwarof,Suworof,na ke nei ke,nakaneka,naknk  alaska,Накнек,ناکنک، آلاسکا,नाकनेक,纳克内克		AK	060		
5869637	Napakiak	napakiak	US	99634	373	America/Anchorage	60.69524	-161.97556	4	Napachiakachagamut*,Napahaiagamut,Napahaiagamute,Napahayagamiut,Napahayagamute,Napakiak,Napakiakachagamut,Napakiakamute,Napakiarek,Naparyarraq,WNA		AK	050		
5869814	Nelsonville	nelsonville	US	45764	0	America/Anchorage	59.00667	-158.53361	12	Dillingham,Kanakanak,Ke-ek-sel-hak,Nelsonville		AK	070		
5869822	Nenana	nenana	US	99760	376	America/Anchorage	64.56341	-149.09577	107	ENN,Nenana,Nenana Indian Mission,Saint Marks Indian Mission,Taghatiili,Toghoteelee,Toghotili,nenana,ni na na,nnana  alaska,nynana,Ненана,ننانا، آلاسکا,نينانا,नेनाना,尼纳纳		AK	290		
5869874	New Stuyahok	new-stuyahok	US	99636	526	America/Anchorage	59.45278	-157.31194	42	Cetuyaraq,KNW,New Stuyahok,New Stuyarok		AK	070		
5869937	Nightmute	nightmute	US	99690	295	America/Nome	60.47944	-164.72389	28	NME,Negtemiut,Nichta,Nichtmut,Nighmute,Nightmut,Nightmute,Nigmuit,Nigmute,Nigtmuit,Nigtmute,Nikhta		AK	050		
5869956	Nikiski	nikiski	US	99635	4493	America/Anchorage	60.69028	-151.28889	40	Nikishka,Nikishka Number Two,Nikiski,Nikiski Wharf,North Kenai		AK	122		
5869969	Nikolai	nikolai	US	99691	93	America/Anchorage	63.01333	-154.375	130	NIB		AK	290		
5869979	Nikolski	nikolski	US	99638	18	America/Anchorage	52.93897	-168.86141	2	Chalukax,Chalukax̂,IKO,Nikol'skoe,Nikolski,Nikolskoje,Nikolsky,Oomnak,Recheshnaia,Recheshnoe,Retchechnoi,Riecheshno,Riechesnoe,Rjatscheschnoje,Rychesnoi,Umnak,Umnak Village		AK	016		
5870043	Ninilchik	ninilchik	US	99639	883	America/Anchorage	60.05035	-151.66819	0	Maunona,Munina,NIN,Nihnalchint,Nilchick,Ninilchick,Ninilchik		AK	122		
5870091	Noatak	noatak	US	99761	514	America/Nome	67.57111	-162.96528	16	Noatak,Nuataaq,WTK		AK	188		
5870126	Nolan	nolan	US	79537	0	America/Anchorage	67.47667	-150.22972	516	Nolan,Nolan Creek		AK	290		
5870133	Nome	nome	US	58062	3806	America/Nome	64.50111	-165.40639	6	Anvil City,Citnacuaq,Nom,Nome,Nome City,Noum,OME,Sitnasuaq,nom,noma,nome,nomu,nuo mu,nwm,nwm  alaska,nwmy,Ном,Ноум,נום,نوم، آلاسکا,نوم، الاسکا,نومي,नोम,नोमे,ノーム,诺姆,놈		AK	180		
5876829	Tununak	tununak	US	99681	327	America/Nome	60.58245	-165.26165	5	Dununak,Dununuk,TNK,Tananak,Tanuna,Tanunah,Tanunak,Tununa,Tununak,Tununeq,Tununuk		AK	050		
5877035	Two Rivers	two-rivers	US	54241	719	America/Anchorage	64.87222	-147.03833	231			AK	090		
5870146	Nondalton	nondalton	US	99640	157	America/Anchorage	59.97361	-154.84583	85	NNL,Nondalton,Nondalton Village,Nondolton,Noondalty,Noondalty Village,Nundaltin,nanadaltana,nong duo er dun,nwndaltwn,nwndaltwn  alaska,Нондалтон,Нондолтон,نوندالتون,نوندالتون، آلاسکا,ननडाल्टन,农多尔顿		AK	164		
5870154	Noorvik	noorvik	US	99763	694	America/Anchorage	66.83833	-161.03278	0	Noorvik,Nurvik,Nuurvik,ORV,Oksik		AK	188		
5870294	North Pole	north-pole	US	99705	2189	America/Anchorage	64.75111	-147.34944	147	Nort Pol,Nort-Poul,bei ji,nartha pola,nosuporu,nwrth bwl,nwrth pwl  alaska,Норт Пол,Норт-Поул,نورث بول,نورث پول، آلاسکا,नर्थ पोल,ノースポール,北极		AK	090		
5870345	Northway	northway	US	99764	71	America/Anchorage	62.96167	-141.93722	521	K'ehtthiign,Northway,ORT		AK	240		
5870441	Nuiqsut	nuiqsut	US	99789	416	America/Anchorage	70.2175	-150.97639	4	NUI,Nooiksut,Nuiqsat,Nuiqsut		AK	185		
5870463	Nulato	nulato	US	99765	262	America/Anchorage	64.71944	-158.10306	35	NUL,Noolaaghe Doh,Nulagito,Nulato,Odinotchka,nu la tuo,nulato,nwlatw,nwlatw  alaska,Нулато,نولاتو,نولاتو، آلاسکا,नुलातो,努拉托		AK	290		
5870498	Nunam Iqua	nunam-iqua	US	99666	203	America/Nome	62.53092	-164.84958	0	Nunam Iqua,SXP,Sheldon Point,Sheldon's Point,Sheldons Point		AK	270		
5870502	Nunapitchuk	nunapitchuk	US	99641	523	America/Nome	60.89694	-162.45944	3	NUP,Nunapicuaq,Nunapitchuk,Nunatpichak		AK	050		
5870746	Old Harbor	old-harbor	US	99643	221	America/Anchorage	57.2026	-153.30586	6	Nunamiut,Nuniaq,OLH,Old Harbor,Old Kharbor,Old-Garbor,Old-Kharbor,Starigown,Staruigavan,Three Saints Harbor,ald harbr  alaska,ao er de gang,awld harbwr,olda harbara,Олд Харбор,Олд-Гарбор,Олд-Харбор,أولد هاربور,الد هاربر، آلاسکا,ओल्ड हार्बर,奥尔德港		AK	150		
5870897	Ophir	ophir	US	81426	0	America/Anchorage	63.14472	-156.51944	173			AK	290		
5871052	Ouzinkie	ouzinkie	US	99644	163	America/Anchorage	57.92273	-152.50123	14	KOZ,New Nalaam,Novie Balaam,Oozinkee,Oozinkie,Ouzinie,Ouzinkee,Ouzinkie,Seleniye Rusky i Kreolovy,Skvortsova,Skvortzov's Village,Starling,Usinka,Uusenkaaq,Uzinkee,Uzinki,Uzinkia,Uzinkie,Yelovoi		AK	150		
5871146	Palmer	palmer	US	01069	6788	America/Anchorage	61.59941	-149.11456	72	Farmington,PAQ,Palmer,Palmer Siding,Warton,balmr,pa er mo,palmara,palmr  alaska,pama,pamr  alaska,Палмер,פאלמר,بالمر,پالمر، آلاسکا,پامر، الاسکا,पाल्मर,パーマー,帕尔默	170	AK	170		
5871194	Paradise	paradise	US	17562	0	America/Anchorage	62.41556	-160.04917	8	Bonasila,Paradise		AK	290		
5871370	Pedro Bay	pedro-bay	US	99647	42	America/Anchorage	59.78722	-154.10611	15	PDB,Pedro,Pedro Bay		AK	164		
5871435	Perkinsville	perkinsville	US	05151	0	America/Nome	64.55056	-165.415	41			AK	180		
5871444	Perryville	perryville	US	21903	113	America/Anchorage	55.91105	-159.14515	11	KPV,Perry,Perry-q,Perryville		AK	164		
5871598	Pilot Point	pilot-point	US	76258	65	America/Anchorage	57.56322	-157.58194	22	Agisaq,PIP,Pilot Point,Pilot Station		AK	164		
5871601	Pilot Station	pilot-station	US	99650	617	America/Nome	61.93889	-162.875	14	PQS,Pilot Station,Potiliuk,Tuutalgaq		AK	158		
5871730	Platinum	platinum	US	99651	64	America/Anchorage	59.01306	-161.81639	0	Agvik,Arviiq,PTU,Platinum		AK	050		
5871739	Pleasant Valley	pleasant-valley	US	12569	725	America/Anchorage	64.88139	-146.86861	190			AK	090		
5871778	Point Lay	point-lay	US	99759	189	America/Nome	69.74322	-163.01114	2	Kalee,Kali,PIZ,Point Lay,Point Lay Village		AK	185		
5871791	Point Hope	point-hope	US	99766	701	America/Nome	68.34861	-166.73472	1	Figarok,Hope,PHO,Point Hope,Tee-kee-voga-meuts,Tiekagamiut,Tigara,Tigarak,Tigera,Tikarakh,Tikeh,Tikek,Tikera,Tikeramiut,Tikerana,Tikeranmeun,Tikigaq,Tikiqaq,Tikira,Tikirah,Tikirahmun,Tikirak,Tikirat,Tikiġaq,Tikkerak,Tkok,Ttiekigakg,Ttikigakg		AK	185		
5871906	Port Alsworth	port-alsworth	US	99653	159	America/Anchorage	60.20223	-154.31614	77	PTA,Port Alsworth,TPO,Tanalian,Tanalian Point		AK	164		
5871920	Port Heiden	port-heiden	US	99549	98	America/Anchorage	56.94392	-158.6288	19	Mashik,Masrriq,Meshik,Mishik,PTH,Port Heiden		AK	164		
5871925	Port Lions	port-lions	US	99550	197	America/Anchorage	57.8675	-152.88222	34	Masiqsiraq,ORI,Port Lajons,Port Lions,Port-Lajons,bo te lai en si,bwrt lywnz,porta layansa,pwrt laynz  alaska,Порт Лајонс,Порт-Лайонс,بورت ليونز,پورت لاینز، آلاسکا,पोर्ट लायन्स,波特莱恩斯		AK	150		
5871939	Port William	port-william	US	45164	0	America/Anchorage	58.49222	-152.58278	29	KPR,Port William,Port Williams		AK	150		
5872126	Prudhoe Bay	prudhoe-bay	US	99734	2174	America/Anchorage	70.25528	-148.33722	14	Golful Prudhoe,PUO,Pradkho-Bej,Prudhoe Bay,SCC,prudho be,prwdw by  alaska,Прадхо-Бей,پرودو بی، آلاسکا,प्रुड्हो बे		AK	185		
5872343	Quinhagak	quinhagak	US	99655	706	America/Anchorage	59.74889	-161.91583	4	KWN,Koingak,Kuinerraq,Kvingak,Kwinak,Kwingak,Kwinhagak,Kwinhagamut,Kwygyschpainagmjut,Quinahak,Quinchaha,Quinehaha,Quinehahamut,Quinehahamute,Quinhagak,Quinhaghamiut,Quinhak Selo Koingak		AK	050		
5872405	Rainbow	rainbow	US	76077	0	America/Anchorage	61.20139	-149.9	11			AK	020		
5872441	Rampart	rampart	US	99767	24	America/Anchorage	65.505	-150.17	87	Dlel Taaneets,RMP,Rampart,Rampart City		AK	290		
5872531	Red Devil	red-devil	US	99656	23	America/Anchorage	61.76111	-157.3125	66	RDV		AK	050		
5872719	Richardson	richardson	US	75080	0	America/Anchorage	64.28694	-146.33944	311	Richardson,Richardson Roadhouse,Richardson Telegraph Station		AK	090		
5872730	Ridgeway	ridgeway	US	24148	2022	America/Anchorage	60.53194	-151.08528	51			AK	122		
5873030	Ruby	ruby	US	12475	165	America/Anchorage	64.73944	-155.48694	72	Lozi-koket,RBY,Rubi,Ruby,lu bi,rubi,rwby,rwby  alaska,Руби,Рубі,روبي,روبی، آلاسکا,रुबी,鲁比		AK	290		
5873095	Russian Mission	russian-mission	US	99657	339	America/Anchorage	61.785	-161.32028	34	Ekogmute,Ikagmiut,Ikogmut,Ikogmute,Iqugmiut,Iquk,RSH,Russian Mission,Selo Ikogmyut,The Mission		AK	158		
5873184	Saint George	saint-george	US	29477	102	America/Adak	56.60168	-169.54639	42	Saint George,St. George,Tanadgusix,Tanadgusix̂		AK	016		
5873200	Saint Michael	saint-michael	US	15951	401	America/Nome	63.4779	-162.0399	11	Michaelovski,Redoubt Saint Michael,SMK,Saint Michael,Saint Michaels,Sent Majkl,Sent-Majkl,St. Michael,Taciq,sant maykl,santa ma'ikela,sheng mai ke er,Сент Мајкл,Сент-Майкл,سانت مايكل,सन्त माइकेल,圣迈克尔		AK	180		
5873213	Saint Paul	saint-paul	US	24283	479	America/Adak	57.12143	-170.28088	7	Gavanskoe,Saint Paul,St. Paul		AK	016		
5873349	Sand Point	sand-point	US	99661	1064	America/Anchorage	55.33655	-160.4988	12	Qagun Tayagungin,SDP,Sand Point,Sand Pojnt,Sand-Pojnt,Sandpoint,sand bwynt,sang de bo yin te,snd pwynt  alaska,syanda po'inta,Санд Појнт,Санд-Пойнт,ساند بوينت,سند پوینت، آلاسکا,स्यान्ड पोइन्ट,桑德波因特	013	AK	013		
5873445	Savoonga	savoonga	US	99769	691	America/Adak	63.69417	-170.47889	1	SVA,Savonga,Savoonga,Savunga,Seevonga,Sevoonga		AK	180		
5873474	Scammon Bay	scammon-bay	US	99662	515	America/Nome	61.84278	-165.58167	3	Kutmiut,Marayaaq,Mariagamiut,Mariakamut,Mariuk,SCM,Scammon Bay		AK	158		
5873663	Selawik	selawik	US	99770	859	America/Anchorage	66.60389	-160.00694	0	Akuligaq,Chilivik,Seelawik Mutes,Selavik,Selawigamute,Selawik,Siilivik,Siilvik,Sulawig-meuts,WLK,sai la wei ke,selavika,slawyk  alaska,sylawyk,Селавик,Селавік,سلاویک، آلاسکا,سيلاويك,सेलाविक,塞拉威克		AK	188		
5875067	Standard	standard	US	61363	0	America/Anchorage	64.78083	-148.52972	121			AK	090		
5873667	Seldovia	seldovia	US	99663	277	America/Anchorage	59.43806	-151.71139	16	Angagkitaqnuuq,Angidahtnu,Chesloknu,SOV,Saldovia,Seldovia,Seldovija,sai er duo wei ya,seldobhiya,sldwwya  alaska,syldwfya,Селдовија,سلدوویا، آلاسکا,سيلدوفيا,सेल्दोभिया,塞尔多维亚		AK	122		
5873776	Seward	seward	US	15954	2790	America/Anchorage	60.10426	-149.4435	28	Qutalleq,S'juard,SWD,Seward,Sivard,Sivod,sevarda,su e de,suwado,swward  alaska,syueodeu,syward,Сивод,Сьюард,سووارد، آلاسکا,سيوارد,سیویرڈ، الاسکا,सेवार्द,スワード,苏厄德,슈어드		AK	122		
5873801	Shageluk	shageluk	US	99665	83	America/Anchorage	62.68222	-159.56194	19	Caarilluk,Chageluk,Chagvagchat,Edixi,Inselnostleide,Intenleiden,Khuingshtetakhten,Khulishganat,Khushgichagat,Kuingshtetakten,SHX,Shageluk,Tizhgelede,Tlegogitno,Tlegoshitno,Tlegozhitno		AK	290		
5873815	Shaktoolik	shaktoolik	US	99771	258	America/Anchorage	64.3537	-161.19321	7	Cagtulek,SKK,Saktuliq,Shaklolik,Shaktolik,Shaktolit,Shaktoolik,Tshakhtog-myut,Ttakhtog-myut		AK	180		
5874015	Shishmaref	shishmaref	US	99772	580	America/Nome	66.25621	-166.07229	4	Qigiqtaq,Qiġiqtaq,SHH,Shishmaref,Shishmarjov,Shismaref,shishumarefu,shyshmarf  alaska,shyshmaryf,sismarepha,xi shen ma liao fu,Шишмареф,Шишмарёв,شيشماريف,شیشمارف، آلاسکا,शिश्मारेफ,シシュマレフ,希什马廖夫		AK	180		
5874123	Shungnak	shungnak	US	99773	273	America/Anchorage	66.88806	-157.13639	54	Isinnaq,Nuurviuraq,SHG,Shungnak		AK	188		
5874434	Skwentna	skwentna	US	99667	37	America/Anchorage	61.99028	-151.39778	44	SKW		AK	170		
5874506	Sleetmute	sleetmute	US	99668	86	America/Anchorage	61.7025	-157.16972	62	Cellitemiut,Kuskokiwm,SLQ,Sikmiut,Sleetmuit,Sleetmute,Sleitmut,Slleitmute,Steelmut,Steitmute,Tsamas K'ol,Tsamas K'ol Ghwnh		AK	050		
5874678	Soldotna	soldotna	US	99669	4544	America/Anchorage	60.48778	-151.05833	33	Kenai Junction,SXQ,Soldatna,Soldotna,soldotna,suo er duo te na,swldwtna,swldwtna  alaska,Солдотна,سولدوتنا,سولدوتنا، آلاسکا,سولڈاٹنا، الاسکا,सोल्दोत्ना,索尔多特纳		AK	122		
5874691	Solomon	solomon	US	67480	12	America/Nome	64.55961	-164.4431	7	Erok,SOL,Solmon City,Solomon		AK	180		
5874841	South Naknek	south-naknek	US	99670	79	America/Anchorage	58.71556	-156.99806	5	Naknek,Naknek Village,Paugwik,South Naknek,Suwarof,Suworof,Suworof Village,WSN		AK	060		
5875125	Stebbins	stebbins	US	99671	572	America/Nome	63.52009	-162.28871	5	Atroic,Atroik,Stebbins,Stephens,Tapraq,WBB		AK	180		
5875173	Sterling	sterling	US	01564	5617	America/Anchorage	60.53722	-150.76472	67	Naptowne,Sterling,Стерлинг		AK	122		
5875188	Stevens Village	stevens-village	US	99774	78	America/Anchorage	66.00639	-149.09083	92	Denyeet,Denyit,SVS,Shaman,Shamans Village,Shamansville,Stephen's Village,Stephens,Stephens Village,Steven's Village,Stevens,Stevens Village		AK	290		
5875392	Summit	summit	US	07901	0	America/Nome	64.57583	-165.35667	158	Summit,Summit Station		AK	180		
5875396	Summit	summit	US	07901	0	America/Anchorage	63.33139	-149.12222	719	Summit,Summit Broad Pass Station,Summit Lake,UMM		AK	068		
5875471	Sunshine	sunshine	US	70780	0	America/Anchorage	62.16778	-150.07306	107			AK	170		
5875552	Sutton	sutton	US	01590	0	America/Anchorage	61.71086	-148.89534	156	Sutton,Sutton Siding		AK	170		
5875719	Takotna	takotna	US	99675	52	America/Anchorage	62.98861	-156.06417	150	TCT,Tacotna,Takotna,Takotna Station,Tocho'no',Tokotna		AK	290		
5875745	Talkeetna	talkeetna	US	99676	876	America/Anchorage	62.32389	-150.10944	106	K'dalkitnu,TKA,Talkeetna,Talkitna,talakitna,talkytna  alaska,Талкитна,تالکیتنا، آلاسکا,तालकीत्ना		AK	170		
5875782	Tanacross	tanacross	US	99776	136	America/Anchorage	63.38528	-143.34639	469	Saint Timothys,TSG,Taats'altey,Tanacross,Tanana Crossing,Tanana Junction		AK	240		
5875808	Tanana	tanana	US	99777	244	America/Anchorage	65.17115	-152.07966	63	Fort Adams,Fort Gibbon,Harpers Station,Hohudodetlaatl Denh,Nuchiloghoy,Protestant Episcopal Mission of Our Savior,Saint James Episcopal Mission,Saint James Mission,TAL,Tanana,Tanana Station,Weare,ta na na,tanana,tanana  alaska,Танана,تانانا,تانانا، آلاسکا,तनाना,แทนะนอ,塔纳纳		AK	290		
5875879	Tatitlek	tatitlek	US	99677	88	America/Anchorage	60.86472	-146.67861	23	TEK,Taatiilaaq,Tatikhlek,Tatilack,Tatitlack,Tatitlak,Tatitlek,Taytet-lek		AK	261		
5875889	Taylor	taylor	US	18517	0	America/Nome	65.72722	-164.84861	170			AK	180		
5875969	Teller	teller	US	99778	236	America/Nome	65.26332	-166.36303	0	Libby Station,Libbysville,Nook,Nooke,Nookmut,Nookmute,Nukmiute,TLA,Tala,Teler,Teller,te lei,tellara,tlr  alaska,tylyr,Телер,Теллер,تلر، آلاسکا,تيلير,तेल्लर,特勒		AK	180		
5876107	Thompson	thompson	US	06277	0	America/Anchorage	61.20417	-149.89583	6			AK	020		
5876357	Togiak	togiak	US	99678	842	America/Anchorage	59.06194	-160.37639	1	Nasauguluk,Owens,Selo Tugiak,Selo Tugiatak,TOG,Tagiak,Togiagamiut,Togiagamut,Togiagamute,Togiak,Togiak Village,Togiakamut,Tuyuryaq		AK	070		
5876363	Tok	tok	US	99780	1258	America/Anchorage	63.33667	-142.98556	496	TKJ,Tok,Tok Junction,toka,twk  alaska,Ток,توک، آلاسکا,तोक		AK	240		
5876385	Toksook Bay	toksook-bay	US	99637	622	America/Nome	60.53378	-165.10366	6	Nunakauyaq,Nunakolak,OOK,Toksook Bay		AK	050		
5876584	Trapper Creek	trapper-creek	US	99683	481	America/Anchorage	62.31667	-150.23139	107			AK	170		
5876777	Tuluksak	tuluksak	US	99679	373	America/Anchorage	61.1025	-160.96167	9	Iulukiak,TLT,Toluksagamut,Toulaksagamut,Tul'yagmyut,Tuluksagmiut,Tuluksak,Tulusksak,Tuulkessaaq		AK	050		
5877053	Tyonek	tyonek	US	99682	171	America/Anchorage	61.06806	-151.13694	13	Beluga,Ggaggashlat,Moquawkie,New Tyonek,Qaggeyshlat,TYE,Tiunok,Toyonok,Tu-i-u'nak,Tu-i-u-nuk,Tyonek,Tyonick,Tyoonok,Tyunok		AK	122		
5877192	Unalakleet	unalakleet	US	99684	708	America/Anchorage	63.87306	-160.78806	2	Analaklit,Oonalakleet,Oonalaklik,Ounalakleet,Ounalaklik,UNK,Unalachleet,Unalakhlit,Unalakleet,Unalaklik,Unalaklit,Unalaqliit,Unalaqliq,Ungalaqliit,Uŋalaqłiq,awnalaklyt,awnalaklyt  alaska,eoneollaekeullis,unalaklita,you na la ke li te,Аналаклит,Уналаклит,Уналакліт,أونالاكليت,اونالاکلیت، آلاسکا,उनालाक्लीत,尤纳拉克利特,어널래클릿		AK	180		
5877208	Unalaska	unalaska	US	99685	4491	America/Anchorage	53.87413	-166.53408	4	Analaska,Gavanskoe,Gavanskoe Selenie,Gavanskoi,Il'lyuulyug,Iliuliuk,Iliuliuk Village,Iljljuljuk,Illiouliouk,Illoolook,Illyulyuk,Iluulax,Iluulux,Iluulux̂,Isola di Unalaska,Oonalaska,Ounalaska,Unalashka,Unalashkae,Unalaska,Unalaška,Unaljaska,awnalaska,eoneollaeseuka seom,unalashka,unalaska,unarasuka,wu na la si ka,Аналаска,Уналаска,Уналашкæ,Уналашка,Уналяска,אנאלסקה,أونالاسكا,उनालस्का,ウナラスカ,乌纳拉斯卡,어널래스카 섬		AK	016		
5877389	Valdez	valdez	US	87580	3870	America/Anchorage	61.13083	-146.34833	30	Copper City,Old Valdez,Suacit,VDZ,Valdes,Valdez,Valdiz,barudizu,bhaldeja,faldyz,wa er di ci,waldyz  alaska,waldz  alaska,Валдиз,Валдіз,فالديز,والدز، آلاسکا,والدیز، الاسکا,भाल्देज,バルディーズ,瓦尔迪兹		AK	261		
5877422	Venetie	venetie	US	99781	166	America/Anchorage	67.01389	-146.41861	172	VEE,Venetie,Viihtaii,Vinihtaii		AK	290		
5877543	Wainwright	wainwright	US	74468	580	America/Anchorage	70.63694	-160.03833	8	AIN,Olgonik,Uehjnrajt,Uejnrajt,Ulguniq,Ulġuniq,Vejnrajt,Wainwright,Wainwright Inlet,venara'ita,wen lai te,wynrayt,Вејнрајт,Уейнрайт,Уэйнрайт,وينرايت,وین‌رایت، آلاسکا,वेनराइट,温赖特		AK	185		
5877563	Wales	wales	US	01081	149	America/Nome	65.60721	-168.08869	8	Eidannoo,King-a-khi,Kingaghee,Kingegan,Kingegan Mission,Kingeghee,Kingigamute,Kinigin,Kiŋigin,Uehjls,Uehl's,Vejls,Vels,WAA,Wales,velsa,wei er shi,wlz  alaska,Велс,Вејлс,Уэйлс,Уэльс,ولز، آلاسکا,वेल्स,威尔士		AK	180		
5877582	Walla Walla	walla-walla	US	99362	0	America/Nome	64.55167	-162.47056	4	Walla Walla,Walla Walla Roadhouse,Walla Walls		AK	180		
5877641	Wasilla	wasilla	US	99623	9284	America/Anchorage	61.5809	-149.4415	106	Uasilla,Vasila,Vasilla,WWA,Washila,Wasilla,Wassila,vasila,vasilla,wa xi la,washira,wasilla,wasyla,wysyla  alaska,Васила,Василла,Васілла,Уасилла,ואסילה,واسيلا,واسیلا,ویسیلا، الاسکا,वासिला,वासिल्ला,ワシラ,瓦西拉,와실라		AK	170		
5877895	Westgate	westgate	US	50681	0	America/Anchorage	64.83722	-147.79583	135			AK	090		
5877986	White Mountain	white-mountain	US	99784	196	America/Nome	64.68139	-163.40556	31	Nacessvik,Nasirvik,WMO,White Mountain		AK	180		
5878018	Whittier	whittier	US	28789	214	America/Anchorage	60.7746	-148.68585	10	Uittier,Vitir,Vittier,hui di er,hwitieo,vhitiyara,wytyr,wytyr  alaska,Витир,Віттіер,Уиттиер,Фурудгоҳи витир,ويتير,ویتیر، آلاسکا,व्हिटियर,惠蒂尔,휘티어		AK	261		
5878102	Willow	willow	US	12495	2102	America/Anchorage	61.74722	-150.0375	64	WOW,Willow,Willow Creek,Willow Station		AK	170		
5878140	Willow Creek	willow-creek	US	59760	191	America/Anchorage	61.81972	-145.21222	429			AK	261		
5878147	Willow Creek	willow-creek	US	59760	212	America/Anchorage	61.80833	-161.90833	111			AK	158		
5878170	Willow Lake	willow-lake	US	57278	0	America/Anchorage	61.74444	-150.03639	68			AK	170		
5878265	Wiseman	wiseman	US	72587	14	America/Anchorage	67.41	-150.1075	360	Nolan,WSM,Wiseman,Wrights		AK	290		
5878349	Wood River	wood-river	US	62095	0	America/Anchorage	59.06772	-158.4407	9	Ah-lek-nug-uk,WOD,Wood River,Wood River Cannery		AK	070		
5878377	Woodrow	woodrow	US	80757	0	America/Anchorage	60.19167	-149.375	75	Bear Creek,Woodrow		AK	122		
5878517	York	york	US	03909	0	America/Nome	65.49204	-167.68394	25			AK	180		
5878746	Larsen Bay	larsen-bay	US	99624	88	America/Anchorage	57.54	-153.97861	1	KLN,Larsen Bay,Larsons Bay,Uyak,Uyaqsaq		AK	150		
5878818	Adak	adak	US	99546	332	America/Adak	51.87395	-176.63402	54	Adak,Ejdak,Ejdek,adaika,adak,adak  alaska,adaka,ai da ke,Адак,Ейдек,Ејдак,آداک، آلاسکا,أداك,अडक,अडैक,埃达克		AK	016		
5878990	Akiachak	akiachak	US	99551	627	America/Anchorage	60.90944	-161.43139	4	Akachagamut,Akiachagamut,Akiachak,Akiachok,Akiachuak,Akiachuck,Akiacuar,Akiakchagmiut,Akiakchak,Akiatshagamut,KKI		AK	050		
5878993	Akiak	akiak	US	99552	365	America/Anchorage	60.91222	-161.21389	4	AKI,Ackiagmute,Akiagamuit,Akiagamute,Akiagmut,Akiak,Akiaq,Akkiagamute,Akkiagmute		AK	050		
5879048	Akutan	akutan	US	99553	1040	America/Anchorage	54.1335	-165.77686	51	Achan-ingiiga,Akutan,KQA,a ku tan,akutana,akwtan,akwtan  alaska,Акутан,آکوتان، آلاسکا,أكوتان,अकुतान,阿库坦		AK	013		
5879057	Alakanuk	alakanuk	US	99554	735	America/Nome	62.68889	-164.61528	3	AUK,Alakanuk,Alarneq		AK	158		
5879134	Aleknagik	aleknagik	US	99555	226	America/Anchorage	59.27306	-158.61778	11	Abaknakik,Agoulouikatuk,Ah-lek-nug-uk,Ahleknuguk,Alaknakik,Alaqnaqiq,Aleknagik,Aleknagik Lake,Aleknagik Mission,Aliaknagik,Imiak,Seleniye Imyak,WKK		AK	070		
5879169	Alexander	alexander	US	14005	0	America/Anchorage	61.41722	-150.59694	9			AK	170		
5879223	Allakaket	allakaket	US	99720	104	America/Anchorage	66.56556	-152.64556	122	AET,Aalaa Kkaakk'et,Alakaket,Alatna,Aletna,Allakakat,Allakaket,Allakaset,a la ka ji te,alakaketa,alakakt  alaska,alakakyt,allakakeka,Алакакет,Аллакакет,آلاکاکت، آلاسکا,ألاكاكيت,अलाकाकेट,अल्लाकाकेक,阿拉卡基特		AK	290		
5879257	Alpine	alpine	US	07620	0	America/Anchorage	70.32806	-150.9775	4			AK	185		
5879302	Ambler	ambler	US	19002	267	America/Anchorage	67.08611	-157.85139	27	ABL,Ambler,Ivisaappaat,aimblara,amblr  alaska,amblyr,an bu lei,emblara,Амблер,أمبلير,امبلر، آلاسکا,एम्ब्लर,ऐम्ब्लर,安布勒		AK	188		
5879390	Anaktuvuk Pass	anaktuvuk-pass	US	99721	337	America/Anchorage	68.14333	-151.73583	663	AKP,Anaktuvuk Pass,Anaktuvuk-Pass,Anaqtuuvak,Naqsraq,a na ke tu wo ke pa si,anakatubhuka pasa,anakatuvuka pasa,anaktwfwk bas,anaktwwwk ps  alaska,Анактувук Пасс,Анактувук-Пасс,آناکتوووک پس، آلاسکا,أناكتوفوك باس,अनाकतुभुक पास,अनाकतुवूक पास,阿纳克图沃克帕斯		AK	185		
5879400	Anchorage	anchorage	US	99501	298695	America/Anchorage	61.21806	-149.90028	31	ANC,Alaska City,An'koreitz,Anchorage,Ancoraria,Angits,Ankoric,Ankoridz,Ankoridza,Ankoridzas,Ankoridzh,Ankoridž,Ankoridža,Ankoridžas,Ankorij,Ankorydzh,Ankuridzh,Brownville,Dgheyay Kaq',Enkoridz,Kisagvik,Kisaġvik,Port Woodrow,Qatuk'e'usht,Ship Creek,Tan,Ves Dnaghildeqt,Woodrow,aengkeoliji,amkareja,an ke la zhi,ancorage byuro,ankarej,ankarejji,ankwryj,aynkrayj  alaska,enkarej,enkoreja,ʼnqwrg,Ανκορέιτζ,Анкоридж,Анкорыдж,Анкъридж,Енкориџ,Անքորեջ շրջան,אנקורג,أنكوريج,انکوریج,اینکرایج، الاسکا,अँकरेज,एंकोरेज,অ্যাংকারিজ,আন্চোরগে ব্যুরো,ஏங்கரெஜ்,ആങ്കറേജ്,ანკორიჯი,アンカレッジ,安克拉治,앵커리지	020	AK	020		
5879403	Anchor Point	anchor-point	US	99556	1930	America/Anchorage	59.77667	-151.83139	39			AK	122		
5879411	Anderson	anderson	US	29621	265	America/Anchorage	64.34417	-149.18694	157	Anderson,Андерсон		AK	068		
5879487	Aniak	aniak	US	99557	528	America/Anchorage	61.57833	-159.52222	15	ANI,Aniak,Anijak,Aniyak,Anyaraq,a ni ya ke,aini'aika,anyak,anyak  alaska,eniyaka,Аниак,Анијак,آنیاک، آلاسکا,أنياك,एनियाक,ऐनिऐक,阿尼亚克		AK	050		
5879553	Anvik	anvik	US	99558	84	America/Anchorage	62.65611	-160.20667	16	ANV,American Station,Anvic,Anvick,Anvig,Anvik,Anwig,Gitr'ingith Chagg,an wei ke,anfyk,enbhika,Анвик,Анвік,آن‌ویک، آلاسکا,أنفيك,एन्भिक,安维克		AK	290		
5879636	Arctic Village	arctic-village	US	99722	152	America/Anchorage	68.12694	-145.53778	627	ARC,Arctic Village,Artic,Vashraii K'o o		AK	290		
5879729	Atka	atka	US	99547	64	America/Adak	52.19611	-174.20056	41	AKB,Atka,Atkha,Nazan,Nazan Village		AK	016		
5879756	Atqasuk	atqasuk	US	99791	240	America/Anchorage	70.46917	-157.39944	21	ATK,Atkasak,Atkasook,Atkasuk,Atqasuk,Mead River,Meade River,Meade River Village,Tikikluk,Tikilook,Tikiluk		AK	185		
5879898	Badger	badger	US	50516	19482	America/Anchorage	64.8	-147.53333	144			AK	090		
5879924	Baker	baker	US	26801	0	America/Anchorage	64.96694	-150.45972	79			AK	290		
5880054	Barrow	barrow	US	99723	4384	America/Anchorage	71.29058	-156.78872	3	BRW,Barou,Barrou,Barrow,Borrou,Mis Barrou,Utqiagvik,Utqiaġvik,ba luo,baelo,baro,barw,barw  alaska,byaro,byrw  alaska,Бароу,Барроу,Мис Барроу,بارو,بارو، آلاسکا,بیرو، الاسکا,ब्यारो,バロー,巴羅,배로	185	AK	185		
5880147	Bear Creek	bear-creek	US	18602	1956	America/Anchorage	60.16417	-149.395	33	Bear Creek		AK	122		
5880231	Beaver	beaver	US	15009	84	America/Anchorage	66.35944	-147.39639	107	Beaver,Ts'aahundaaneekk'onh Denh,WBQ		AK	290		
5880235	Beaver	beaver	US	15009	0	America/Anchorage	66.5	-146.91667	122			AK	290		
5880380	Bear Creek	bear-creek	US	18602	0	America/Anchorage	63.58768	-156.13821	213	BCC,Bear Creek		AK	290		
5880568	Bethel	bethel	US	04217	6450	America/Anchorage	60.79222	-161.75583	1	BET,Betel,Bethel,Mamterilleq,Mamtrelich,Mumtreekhlagamute,Mumtrekhlagamute,Mumtrekkhlogamute,Mumtrelega,Mumtrelegamut,Uuyarmiut,beseol,beseru,bethela,bo te li,btl  alaska,bythl,Бетел,בתאל,بتل، آلاسکا,بيثل,बेथेल,ベセル,伯特利,베설		AK	050		
5880661	Big Lake	big-lake	US	55309	3350	America/Anchorage	61.52139	-149.95444	44	BGQ		AK	170		
5880666	Big Lake	big-lake	US	55309	0	America/Anchorage	67.50306	-149.44639	524			AK	290		
6099462	Paterson	paterson	US	07501	0	America/Los_Angeles	49	-117.83333				WA	065		
6331883	Summerhill	summerhill	US	15958	0	America/Chicago	42.11417	-87.86278	208			IL	031	53676	
6331889	Pine Grove	pine-grove	US	17963	0	America/Chicago	42.11333	-87.85083	206			IL	031	53676	
6331891	Windham	windham	US	03087	0	America/Chicago	42.11111	-87.85167	206			IL	031	53676	
6331903	Gem	gem	US	67734	0	America/Detroit	46.535	-89.13639	388			MI	131	76180	
6331908	Milton	milton	US	02186	37547	America/New_York	34.13216	-84.30067	299	City of Milton,Milton		GA	121		
6331918	Driftwood	driftwood	US	15832	0	America/Chicago	42.12028	-87.79583	203			IL	031	53676	
6331934	Willow Creek	willow-creek	US	59760	0	America/Chicago	42.11111	-87.84528	201			IL	031	53676	
6331947	Westfield	westfield	US	01085	0	America/Chicago	42.10306	-87.84667	206			IL	031	53676	
6331962	Huntington	huntington	US	01050	0	America/Chicago	42.12917	-87.87444	202			IL	031	53676	
6331978	Northway	northway	US	99764	0	America/Chicago	42.1175	-87.85889	208			IL	031	53676	
6332047	Ridgeland	ridgeland	US	29936	0	America/Chicago	42.12528	-87.88056	201			IL	031	53676	
6332052	Thorn Hill	thorn-hill	US	37881	0	America/Chicago	42.13528	-87.81389	201			IL	031	53676	
6332067	White Plains	white-plains	US	10601	0	America/Chicago	42.12944	-87.84444	203			IL	031	53676	
6332071	Highlands	highlands	US	07732	0	America/Chicago	42.12917	-87.835	200			IL	031	53676	
6332099	Fair Oaks	fair-oaks	US	47943	0	America/Chicago	42.14028	-87.79222	193			IL	031	53676	
6332120	Columbus	columbus	US	08022	4007	America/Chicago	45.26522	-93.05015	278	City of Columbus,Columbus,Kolumbus,Колумбус		MN	003	12718	
6332170	Oakland	oakland	US	02858	0	America/New_York	37.36833	-76.78917	25			VA	095		
6332184	Springhill	springhill	US	71075	0	America/New_York	37.28083	-76.78333	22			VA	095		
6332196	Chestnut Hill	chestnut-hill	US	02467	0	America/New_York	37.25139	-76.80694	9			VA	095		
6332204	Glenwood	glenwood	US	07418	0	America/New_York	36.76917	-76.14333	4			VA	810		
6332205	College Park	college-park	US	20740	0	America/New_York	36.8025	-76.21222	6			VA	810		
6332209	Alexandria	alexandria	US	16611	0	America/New_York	36.77139	-76.19778	6			VA	810		
6332220	Grant	grant	US	32949	0	America/New_York	38.3157	-82.8191	207			KY	043		
6332223	The Colony	the-colony	US	75056	0	America/New_York	37.23528	-76.74722	15			VA	095		
6332243	Poplar Ridge	poplar-ridge	US	13139	0	America/New_York	36.70444	-76.20833	6			VA	550		
6332265	Glenmoore	glenmoore	US	19343	0	America/New_York	36.81278	-76.43472	5			VA	550		
6332270	The Lakes	the-lakes	US	88901	0	America/New_York	36.80583	-76.08583	2			VA	810		
6332289	Edgemoor	edgemoor	US	29712	0	America/New_York	37.19667	-76.57778	12			VA	700		
6332291	Midway Park	midway-park	US	28544	0	America/New_York	41.43583	-74.37389	123			NY	071	77992	
6332295	Brentwood	brentwood	US	11717	0	America/New_York	36.91778	-76.24611	4			VA	710		
6332298	Forest Park	forest-park	US	30297	0	America/New_York	36.92222	-76.23667	5			VA	710		
6332302	Fairwater	fairwater	US	53931	0	America/New_York	36.90222	-76.305	2			VA	710		
6332338	Cedar Grove	cedar-grove	US	07009	0	America/New_York	37.04028	-76.47944	10			VA	700		
6332339	White Oak	white-oak	US	25989	0	America/New_York	37.04611	-76.47722	10			VA	700		
6332341	Lakeside	lakeside	US	06758	0	America/New_York	37.05639	-76.49111	10			VA	700		
6332343	Deerfield	deerfield	US	01342	0	America/New_York	37.1	-76.46278	9			VA	700		
6332357	Hermitage	hermitage	US	16148	0	America/New_York	37.34139	-76.59583	5			VA	073		
6332359	Millwood	millwood	US	10546	0	America/New_York	37.36472	-76.55028	22			VA	073		
6332367	Bayview	bayview	US	83803	0	America/New_York	36.93528	-76.50528	6			VA	093		
6332374	Clarkdale	clarkdale	US	30111	0	America/New_York	37.07222	-76.30139	2			VA	650		
6332375	Edgewater	edgewater	US	07020	0	America/New_York	37.07583	-76.29972	1			VA	650		
6332384	Crestview	crestview	US	32536	0	America/Denver	39.4864	-104.7138	1900			CO	035		
6332394	Piney Creek	piney-creek	US	28663	0	America/Denver	39.6175	-104.79167	1756			CO	005		
6332403	Cimarron	cimarron	US	67835	0	America/Denver	39.37361	-104.62778	2005			CO	039		
6332420	Yorkville	yorkville	US	13495	0	America/New_York	40.77889	-73.95417	24			NY	061		
6332500	Somerville	somerville	US	02143	0	America/New_York	40.59556	-73.7975	1			NY	081		
6332558	Seaside	seaside	US	93955	0	America/New_York	40.53528	-74.17889	24			NY	085		
6332653	Durant	durant	US	33530	0	America/New_York	41.13556	-73.99139	64			NY	087	15968	
6332665	Middletown	middletown	US	02842	0	America/New_York	40.83972	-73.83167	8			NY	005		
6332669	Schuylerville	schuylerville	US	12871	0	America/New_York	40.83437	-73.83274	15			NY	005		
6332681	Belmont	belmont	US	02478	0	America/New_York	40.85528	-73.88639	26			NY	005		
6332715	Amelia	amelia	US	45102	0	America/New_York	37.20722	-82.92083	390			KY	119		
6332738	Cooksville	cooksville	US	21723	0	America/New_York	39.3201	-77.02053	184			MD	027		
6332739	Cobb Island	cobb-island	US	20625	1166	America/New_York	38.25846	-76.84386	3			MD	017		
6332745	Millburn	millburn	US	07041	0	America/New_York	40.72482	-74.30404	44	Croton,Milburn,Millburn,Millville,Riverhead,Rum Brook,Vauxhall		NJ	013	46380	
6545140	Dayton	dayton	US	08810	1805	America/New_York	43.54972	-70.57555				ME	031	16725	
6615546	South Bay	south-bay	US	33493	0	America/New_York	42.3464	-71.07133				MA	025	07000	
6640293	Beaver Creek	beaver-creek	US	56116	0	America/Denver	39.60608	-106.52069				CO	037		
6690773	Stevenson Ranch	stevenson-ranch	US	91381	17557	America/Los_Angeles	34.39048	-118.57372				CA	037		
6690913	North Waltham	north-waltham	US	02455	0	America/New_York	42.39494	-71.23896				MA	017	72600	
6692448	Annapolis Junction	annapolis-junction	US	20701	0	America/New_York	39.12287	-76.78757				MD			
6692685	University Park	university-park	US	16802	0	America/New_York	27.39044	-82.46883				FL			
6692750	North Hills	north-hills	US	91343	0	America/Los_Angeles	34.23139	-118.4594				CA	037		
6696479	Prospect Heights	prospect-heights	US	60070	0	America/New_York	40.67751	-73.96769				NY	047		
6941080	Fort Bragg	fort-bragg	US	28307	29183	America/New_York	35.139	-79.00603		FBG,Fort Brag,Fort Bragg,Fort Bregg,Fort-Brehgg,Ft. Bragg,fwrt brg,poteu beulaegeu,Форт Браг,Форт Брегг,Форт-Брэгг,פורט בראג,فورت برگ,포트 브래그		NC	051	91964	
6943604	Andover	andover	US	01810	0	America/New_York	46.7055	-67.75543				ME	003		
6944260	Block Island	block-island	US	02807	0	America/New_York	41.17374	-71.58022		BID,Block island,Blockoy,Blok,blak aylnd,blwk ayland,burokku dao,Блок,بلاک آیلند,بلوك آيلاند,ブロック島		RI	009	50500	
6946249	Mount Carmel	mount-carmel	US	17851	0	America/Denver	40.72671	-111.77764				UT	035		
6946944	North Brunswick	north-brunswick	US	08902	0	America/New_York	40.454	-74.482				NJ	023	52560	
6956415	George	george	US	51237	0	America/Los_Angeles	34.58602	-117.36591		George		CA	071		
6957263	Kapolei	kapolei	US	96707	15186	Pacific/Honolulu	21.33555	-158.0582		JRF,Kapolei,Kapolej,kapollei,kaporei,Каполей,Каполеј,کاپولئی، ہوائی,カポレイ,카폴레이		HI	003		
7118212	Ingleside	ingleside	US	21644	0	America/Detroit	45.6	-84.71111	219			MI	031	56280	
7119323	Loxley	loxley	US	36551	0	America/Detroit	44.27	-84.79722	342			MI	143	69560	
7119527	Mabel	mabel	US	55954	0	America/Detroit	44.77222	-85.35694	212			MI	055	87040	
7119533	Edgewater	edgewater	US	07020	0	America/Detroit	44.70833	-86.10556	182			MI	019	44240	
7120431	Oakland	oakland	US	02858	0	America/Detroit	42.73889	-85.91917	213			MI	005	61820	
7120494	Bayview	bayview	US	83803	0	America/New_York	41.04278	-72.41028	6			NY	103	69463	
7120801	Looneyville	looneyville	US	25259	0	America/New_York	42.93083	-78.57806	238			NY	029	01099	
7121494	Sun	sun	US	70463	0	America/Detroit	43.32278	-85.72222	252			MI	123	34380	
7121511	Brookside	brookside	US	07926	0	America/Detroit	43.42417	-85.98	229			MI	123	73120	
7121608	Elko New Market	elko-new-market	US	55020	4705	America/Chicago	44.56472	-93.32694	348	City of Elko New Market,Elko New Market		MN	139	18662	
7121678	Gatewood	gatewood	US	63942	0	America/Indiana/Indianapolis	39.94639	-86.04833	239			IN	057	17488	
7121694	River Edge	river-edge	US	07661	0	America/Indiana/Indianapolis	39.95833	-86.04722	237			IN	057	17488	
7121766	Vernon Center	vernon-center	US	13477	0	America/Detroit	43.75694	-84.76722	249			MI	073	82000	
7121790	Orono	orono	US	04469	0	America/Detroit	43.94444	-85.51944	333			MI	133	47720	
7121792	Williamsport	williamsport	US	17701	0	America/Detroit	44.35833	-86.26389	180			MI	101	60760	
7121935	Woodland Park	woodland-park	US	80863	0	America/Chicago	47.55278	-94.84167	429			MN	007	46906	
7121972	Tremont	tremont	US	17981	0	America/Indiana/Indianapolis	39.93972	-85.98889	249			IN	057	22612	
7121975	Hillsborough	hillsborough	US	03244	0	America/Indiana/Indianapolis	39.93889	-85.98222	251			IN	057	22612	
7121988	Chestnut Hill	chestnut-hill	US	02467	0	America/Indiana/Indianapolis	39.94028	-85.95528	244			IN	057	22612	
7121991	Bridgewater	bridgewater	US	02324	0	America/Indiana/Indianapolis	39.92972	-85.94528	241			IN	057	22612	
7122014	Ashwood	ashwood	US	97711	0	America/Indiana/Indianapolis	39.98028	-85.97833	253			IN	057	22612	
7122015	Pleasant View	pleasant-view	US	37146	0	America/Indiana/Indianapolis	39.9775	-85.98	253			IN	057	22612	
7122321	Brentwood	brentwood	US	11717	0	America/Indiana/Indianapolis	39.60278	-86.18278	219			IN	081	83924	
7122341	Deerwood	deerwood	US	56444	0	America/Indiana/Indianapolis	39.58333	-86.21944	208			IN	081	83924	
7122350	Tremont	tremont	US	17981	0	America/Indiana/Indianapolis	39.56528	-86.16139	241			IN	081	83924	
7123453	Maple Grove	maple-grove	US	55311	0	America/Detroit	42.55222	-85.12889	296			MI	015	50960	
7123539	Twin Lakes	twin-lakes	US	53181	0	America/Detroit	42.03056	-86.045	244			MI	027	84920	
7126099	North Lake	north-lake	US	53064	0	America/Detroit	42.33333	-85.81944	232			MI	159	64280	
7126217	Five Points	five-points	US	36855	0	America/Denver	39.75472	-104.97806	1594			CO	031		
7126286	Highland Park	highland-park	US	08904	0	America/Denver	39.76083	-105.01806	1620	Highland Park,Scottish Village		CO	031		
7126303	Snow Hill	snow-hill	US	21863	0	America/New_York	39.40139	-84.46694	256			OH	017	43050	
7130620	Spring Hill	spring-hill	US	34606	0	America/Denver	39.63528	-105.15028	1758			CO	059		
7130983	Maple Grove	maple-grove	US	55311	0	America/Denver	39.96361	-105.09556	1598			CO	013		
7130989	Broadlands	broadlands	US	61816	0	America/Denver	39.95056	-105.03889	1610			CO	014		
7131839	Fenton	fenton	US	48430	0	America/New_York	42.57389	-78.99222	242			NY	029	07894	
7131880	Fruitvale	fruitvale	US	38336	0	America/Los_Angeles	37.77972	-122.22028	15	Brays,Fruitvale		CA	001		
7131881	Laurel	laurel	US	11948	0	America/Los_Angeles	37.79333	-122.19806	69			CA	001		
7131883	Montclair	montclair	US	07042	0	America/Los_Angeles	37.83222	-122.20917	272			CA	001		
7132040	Allendale	allendale	US	07401	0	America/Los_Angeles	37.78778	-122.20583	47			CA	001		
7132041	Claremont	claremont	US	03743	0	America/Los_Angeles	37.85571	-122.24423	81			CA	001		
7132525	Woodland Park	woodland-park	US	80863	0	America/Chicago	46.31083	-95.53417	412			MN	111	23840	
7132526	Inglewood	inglewood	US	90301	0	America/Chicago	46.35778	-95.65667	406			MN	111	20024	
7142120	Centreville	centreville	US	20120	0	America/New_York	39.8119	-75.623	118			DE	003		
7149825	Forest Knolls	forest-knolls	US	94933	0	America/Los_Angeles	37.75444	-122.45917	214			CA	075		
7150114	Brookwood	brookwood	US	35444	0	America/New_York	39.41917	-84.59639	202			OH	017	33012	
7150119	Forest Hills	forest-hills	US	11375	0	America/New_York	39.39556	-84.58028	210			OH	017	33012	
7150121	Greenlawn	greenlawn	US	11740	0	America/New_York	39.40889	-84.48444	227			OH	017	25984	
7150123	Highland Park	highland-park	US	08904	0	America/New_York	39.41611	-84.57778	203			OH	017	33012	
7150124	Homewood	homewood	US	60430	0	America/New_York	39.37611	-84.53472	229			OH	017	25984	
7150233	Wrigley	wrigley	US	41477	0	America/Los_Angeles	33.80444	-118.1975	6			CA	037		
7150337	Park Forest	park-forest	US	60466	0	America/Los_Angeles	37.45917	-122.19222	19			CA	081		
7150348	Ventura	ventura	US	50482	0	America/Los_Angeles	37.42139	-122.13333	10			CA	085		
7150349	Evergreen Park	evergreen-park	US	60805	0	America/Los_Angeles	37.42833	-122.14583	12			CA	085		
7150350	Southgate	southgate	US	48195	0	America/Los_Angeles	37.43278	-122.15111	13			CA	085		
7150351	Saint Francis	saint-francis	US	04774	0	America/Los_Angeles	37.44528	-122.12639	3			CA	085		
7150357	Palo Verde	palo-verde	US	85343	0	America/Los_Angeles	37.43	-122.11333	3			CA	085		
7150472	Fairview	fairview	US	07022	0	America/Denver	39.83833	-105.01833	1634			CO	001		
7150499	Rock Creek	rock-creek	US	25174	0	America/Denver	39.93611	-105.15639	1698			CO	013		
7150501	Pine Valley	pine-valley	US	14872	0	America/Denver	39.52556	-104.74167	1842			CO	035		
7150506	Coventry	coventry	US	02816	0	America/Denver	39.60472	-105.05083	1661			CO	005		
7150526	La Vista	la-vista	US	68128	0	America/Denver	39.73	-104.80528	1661			CO	005		
7150530	Hillside	hillside	US	07205	0	America/Denver	39.73361	-104.86694	1639			CO	005		
7150532	Sunnyvale	sunnyvale	US	75182	0	America/Denver	39.72333	-104.8725	1646			CO	005		
7150535	Highland Park	highland-park	US	08904	0	America/Denver	39.72139	-104.86	1656			CO	005		
7150538	Nantucket	nantucket	US	02554	0	America/Denver	39.71667	-104.85861	1664			CO	005		
7150571	Summer Lake	summer-lake	US	97640	0	America/Denver	39.63639	-104.76722	1755			CO	005		
7150575	Sundown	sundown	US	79372	0	America/Denver	39.63	-104.82222	1727			CO	005		
7150576	Woodgate	woodgate	US	13494	0	America/Denver	39.62722	-104.81417	1743			CO	005		
7150577	Shenandoah	shenandoah	US	17976	0	America/Denver	39.62694	-104.8075	1763			CO	005		
7150587	Walnut Grove	walnut-grove	US	35990	0	America/Denver	39.88778	-105.10333	1643			CO	059		
7150609	Sunland	sunland	US	91040	0	America/Denver	39.83278	-105.07472	1657			CO	059		
7150616	Sierra Vista	sierra-vista	US	85635	0	America/Denver	39.83583	-105.11333	1715			CO	059		
7150635	Alta Vista	alta-vista	US	50603	0	America/Denver	39.80722	-105.09361	1633			CO	059		
7150654	Wildwood	wildwood	US	08260	0	America/Denver	39.77056	-105.1025	1647			CO	059		
7150658	Green Valley	green-valley	US	54127	0	America/Denver	39.78139	-105.09417	1626			CO	059		
7150661	Lakeview	lakeview	US	28350	0	America/Denver	39.78111	-105.07556	1639			CO	059		
7150668	Melrose	melrose	US	02176	0	America/Denver	39.77306	-105.09083	1657			CO	059		
7150962	Homestead	homestead	US	15120	0	America/Denver	39.56389	-105.22889	2257			CO	059		
7151065	Woodbine	woodbine	US	08270	0	America/Chicago	41.61333	-87.95389	235			IL	197	35827	
7151069	Chickasaw	chickasaw	US	45826	0	America/Chicago	41.63028	-87.94556	214			IL	197	35827	
7151085	Williamsburg	williamsburg	US	01096	0	America/Chicago	41.56111	-88.24194	190			IL	197	60300	
7151086	Brookside	brookside	US	07926	0	America/Chicago	41.56667	-88.23389	189			IL	197	60300	
7151089	Fond du Lac	fond-du-lac	US	54935	0	America/Chicago	41.56806	-88.22083	187			IL	197	60300	
7151094	Summerfield	summerfield	US	27358	0	America/Chicago	41.55806	-88.2125	188			IL	197	60300	
7151106	Wexford	wexford	US	15090	0	America/Chicago	41.56	-88.16944	181			IL	197	60300	
7151108	Essex	essex	US	01929	0	America/Chicago	41.55472	-88.15972	182			IL	197	60300	
7151109	Erin	erin	US	14838	0	America/Chicago	41.57222	-88.16028	183			IL	197	60300	
7151115	Grand Haven	grand-haven	US	49417	0	America/Chicago	41.59167	-88.1375	193			IL	197	44238	
7151122	Cedar Glen	cedar-glen	US	92321	0	America/Chicago	41.60306	-87.98278	239			IL	197	35827	
7151143	Kensington	kensington	US	20891	0	America/Chicago	41.58639	-87.95611	221	Kensington,Кенсингтон		IL	197	35827	
7151146	Hidden Valley	hidden-valley	US	15502	0	America/Chicago	41.59861	-87.94111	226			IL	197	35827	
7151148	Meadowview	meadowview	US	24361	0	America/Chicago	41.60472	-87.93389	232			IL	197	35827	
7151150	Bellbrook	bellbrook	US	45305	0	America/Chicago	41.58389	-87.92667	212			IL	197	35827	
7151152	Twin Lakes	twin-lakes	US	53181	0	America/Chicago	41.60389	-87.91417	228			IL	197	35827	
7151154	Spring Creek	spring-creek	US	16436	0	America/Chicago	41.58444	-87.92111	221			IL	197	35827	
7151170	Northfield	northfield	US	01360	0	America/Chicago	41.53222	-88.15139	190			IL	197	76212	
7151189	Lincolnshire	lincolnshire	US	60069	0	America/Chicago	41.46556	-87.61139	210			IL	197	17536	
7151201	Woodlake	woodlake	US	75865	0	America/Chicago	41.7125	-88.20361	212			IL	197	81035	
7151202	Stillwater	stillwater	US	04489	0	America/Chicago	41.72139	-88.18861	214			IL	197	81035	
7151238	Farmington	farmington	US	03835	0	America/Chicago	41.72056	-88.11528	207			IL	197	21241	
7151239	Woodleaf	woodleaf	US	27054	0	America/Chicago	41.70667	-88.11667	204			IL	197	21241	
7151240	Walnut Ridge	walnut-ridge	US	72476	0	America/Chicago	41.725	-88.10778	225			IL	197	21241	
7151246	Ivanhoe	ivanhoe	US	24350	0	America/Chicago	41.71028	-88.06139	215			IL	197	21241	
7151254	Plantation	plantation	US	33388	0	America/Chicago	41.68361	-88.20139	198			IL	197	81035	
7151275	Willow Grove	willow-grove	US	19090	0	America/Chicago	41.70333	-88.1125	210			IL	197	21241	
7151284	Westbury	westbury	US	11590	0	America/Chicago	41.69639	-88.07194	212			IL	197	21241	
7151289	Kings Park	kings-park	US	11754	0	America/Chicago	41.69611	-88.05361	220			IL	197	21241	
7151294	Shenandoah	shenandoah	US	17976	0	America/Chicago	41.64417	-88.24944	204			IL	197	81035	
7151311	Westlake	westlake	US	44145	0	America/Chicago	41.62083	-88.15694	190			IL	197	60300	
7151322	Poplar Ridge	poplar-ridge	US	13139	0	America/Chicago	41.63778	-88.10278	204			IL	197	44238	
7151565	Donaldson	donaldson	US	46513	0	America/Detroit	46.31667	-84.36361	211			MI	033	11280	
7153457	Rockhouse	rockhouse	US	41561	0	America/New_York	37.86946	-83.12246	269			KY	175		
7153934	Meadowbrook	meadowbrook	US	26404	0	America/Los_Angeles	47.70598	-122.2959	19			WA	033	7174408	
7153935	Roosevelt	roosevelt	US	08555	0	America/Los_Angeles	47.68111	-122.31694	90			WA	033		
7153936	Bryant	bryant	US	35958	0	America/Los_Angeles	47.67028	-122.285	42			WA	033		
7153938	Adams	adams	US	01220	0	America/Los_Angeles	47.67028	-122.38806	21			WA	033		
7153940	Stevens	stevens	US	17578	0	America/Los_Angeles	47.62972	-122.30667	109			WA	033		
7153942	Columbia City	columbia-city	US	46725	0	America/Los_Angeles	47.56	-122.27722	34			WA	033		
7155833	Switzer	switzer	US	25647	0	America/New_York	38.25417	-84.75444	227			KY	073		
7159339	Avery	avery	US	75554	0	America/Detroit	41.8	-86.57139	207			MI	021	31320	
7167882	Ravenwood	ravenwood	US	64479	0	America/New_York	39.29	-75.5573	5			DE	001		
7167885	Millcreek	millcreek	US	62961	0	America/New_York	39.2903	-75.6186	13			DE	001		
7167903	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	39.2206	-75.6309	17			DE	001		
7167907	Northridge	northridge	US	91324	0	America/New_York	39.2476	-75.5913	10			DE	001		
7167928	Lincoln Park	lincoln-park	US	07035	0	America/New_York	39.1568	-75.5378	11			DE	001		
7167958	Pleasant Hill	pleasant-hill	US	27866	0	America/New_York	39.1047	-75.5177	8			DE	001		
7167981	Fernwood	fernwood	US	39635	0	America/New_York	38.9347	-75.5471	12			DE	001		
7167983	Pine Ridge	pine-ridge	US	41360	0	America/New_York	38.9389	-75.5359	15			DE	001		
7172779	Broadview	broadview	US	59015	0	America/New_York	26.20428	-80.20927	3			FL	011		
7172783	Franklin Park	franklin-park	US	08823	860	America/New_York	26.13406	-80.1762	1			FL	011		
7172785	Gordonville	gordonville	US	17529	305	America/Chicago	32.15199	-86.71544	67			AL	085		
7172786	High Point	high-point	US	27260	3686	America/New_York	28.54687	-82.52468	18			FL	053		
7172800	Saint George	saint-george	US	29477	0	America/New_York	26.13369	-80.19238	1			FL	011		
7172804	Utopia	utopia	US	78884	0	America/New_York	25.98775	-80.20289	3			FL	011		
7176003	Bayview	bayview	US	83803	1754	America/Los_Angeles	38.00702	-122.31878	11			CA	013		
7176006	Cascade	cascade	US	21719	0	America/Los_Angeles	47.45168	-122.18596	140			WA	033		
7176010	Crestview	crestview	US	32536	0	America/Denver	44.23432	-105.46246	1421			WY	005		
7176012	Graham	graham	US	27253	0	America/Los_Angeles	33.96021	-118.23731	39			CA	037		
7176014	Highland	highland	US	12528	0	America/Los_Angeles	46.40361	-117.06914	287			WA	003		
7176018	Lakeland	lakeland	US	31635	0	America/Los_Angeles	47.31456	-122.27848	112			WA	033		
7176019	Lakeside	lakeside	US	06758	316	America/Chicago	28.10454	-97.86117	32			TX	409		
7176024	Monterey Park	monterey-park	US	91754	1567	America/Denver	34.75898	-106.64085	1537			NM	061		
7176033	Riverside	riverside	US	02915	199	America/Los_Angeles	45.67519	-118.73729	348			OR	059		
7176036	Simms	simms	US	59477	325	America/Chicago	35.3844	-95.19891	221			OK	101		
7176037	Sunburst	sunburst	US	59482	0	America/Denver	44.2557	-105.48976	1390			WY	005		
7176674	White Oak	white-oak	US	25989	0	America/New_York	38.20433	-83.77321	239	Upper White Oak,White Oak		KY	011		
7176864	Pine Grove	pine-grove	US	17963	0	America/New_York	41.47417	-74.58667	171			NY	071	19961	
7187010	Forest Hills	forest-hills	US	11375	0	America/New_York	43.15833	-73.63611	86			NY	091	53737	
7187012	Castlewood	castlewood	US	24224	0	America/New_York	43.13611	-73.66389	88			NY	091	53737	
7187030	Meadowbrook	meadowbrook	US	26404	0	America/New_York	43.07583	-73.71611	84			NY	091	65255	
7187037	Interlaken	interlaken	US	14847	0	America/New_York	43.05778	-73.72944	81			NY	091	65255	
7187454	Sun City	sun-city	US	33586	0	America/Chicago	30.71588	-97.71734	266			TX	491		
7188225	Radisson	radisson	US	54867	0	America/New_York	43.18777	-76.29308	125			NY	067	44039	
7188256	Rea	rea	US	64480	0	America/Detroit	41.97528	-83.72167	204			MI	115	23400	
7188717	Rural Ridge	rural-ridge	US	15075	0	America/New_York	41.44278	-74.21194	136			NY	071	31907	
7198116	Abrams	abrams	US	54101	0	America/New_York	39.191	-77.047	124			MD	031		
7198118	Apple Grove	apple-grove	US	25502	0	America/New_York	38.4835	-77.4834	77			VA	179		
7198147	Belmont	belmont	US	02478	0	America/New_York	38.3241	-77.4729	28			VA	179		
7198155	Biscoe	biscoe	US	27209	0	America/New_York	38.356	-77.2893	8			VA	179		
7198159	Blythedale	blythedale	US	64426	0	America/New_York	38.2997	-77.4355	41			VA	179		
7198161	Boscobel	boscobel	US	53805	0	America/New_York	38.327	-77.4097	56			VA	179		
7198164	Bowers	bowers	US	19511	0	America/New_York	38.4304	-77.3792	45			VA	179		
7198177	Burnside	burnside	US	15721	0	America/New_York	38.3166	-77.4204	55	Burnside,Little Whim		VA	179		
7198178	Butterfield	butterfield	US	56120	0	America/New_York	38.3726	-77.486	73			VA	179		
7198190	Cedar Bluff	cedar-bluff	US	24609	0	America/New_York	38.3002	-77.4486	21			VA	179		
7198202	Chesterfield	chesterfield	US	01012	0	America/New_York	38.4657	-77.6153	98			VA	179		
7198212	Colonial Heights	colonial-heights	US	23834	0	America/New_York	38.3085	-77.4505	26			VA	179		
7198223	Crestwood	crestwood	US	40014	0	America/New_York	38.3922	-77.5263	99			VA	179		
7198244	Edinburgh	edinburgh	US	46124	0	America/New_York	39.1802	-77.1452	165			MD	031		
7198259	Fitzhugh	fitzhugh	US	74843	0	America/New_York	38.3287	-77.4002	66			VA	179		
7198277	Grandview	grandview	US	37337	0	America/New_York	38.2742	-77.4207	24			VA	179		
7198289	Harris	harris	US	12742	0	America/New_York	38.4326	-77.3705	9			VA	179		
7198301	Hickory Grove	hickory-grove	US	29717	0	America/New_York	39.1904	-77.1587	174			MD	031		
7198302	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	38.3559	-77.4378	45			VA	179		
7198310	Holly Ridge	holly-ridge	US	28445	0	America/New_York	38.3089	-77.4353	55			VA	179		
7198315	Hoyt	hoyt	US	66440	0	America/New_York	38.3124	-77.4377	57			VA	179		
7198320	Ingleside	ingleside	US	21644	0	America/New_York	38.3249	-77.4794	29			VA	179		
7198349	Little Creek	little-creek	US	19961	0	America/New_York	38.2882	-77.3853	59			VA	179		
7198354	Long Branch	long-branch	US	07740	0	America/New_York	38.4263	-77.5345	94			VA	179		
7198356	Lynwood	lynwood	US	90262	0	America/New_York	38.3339	-77.4539	65			VA	179		
7198368	Marlboro	marlboro	US	05344	0	America/New_York	38.3601	-77.2987	1			VA	179		
7198381	Millbrook	millbrook	US	12545	0	America/New_York	38.5061	-77.5582	96			VA	179		
7198388	Moreland	moreland	US	30259	0	America/New_York	38.3282	-77.4183	60			VA	179		
7198400	Northridge	northridge	US	91324	0	America/New_York	38.345	-77.4492	49			VA	179		
7198404	Oak Ridge	oak-ridge	US	07438	0	America/New_York	38.3098	-77.4077	50			VA	179		
7198407	Oakhurst	oakhurst	US	07755	0	America/New_York	39.1041	-76.9379	138			MD	031		
7198415	Park Ridge	park-ridge	US	07656	0	America/New_York	38.46285	-77.44967	89			VA	179		
7198423	Phillips	phillips	US	04966	0	America/New_York	38.3119	-77.4413	49			VA	179		
7198426	Potomac	potomac	US	20854	0	America/New_York	38.3409	-77.4131	24			VA	179		
7198440	Red Hill	red-hill	US	18076	0	America/New_York	38.4956	-77.5212	87			VA	179		
7198443	Ridgecrest	ridgecrest	US	28770	0	America/New_York	39.1881	-77.1543	175			MD	031		
7198453	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	38.4256	-77.4785	93			VA	179		
7198456	Rosedale	rosedale	US	11422	0	America/New_York	38.4759	-77.5377	89			VA	179		
7198462	Saint Georges	saint-georges	US	19733	0	America/New_York	38.4762	-77.4977	89			VA	179		
7198465	Sandy Ridge	sandy-ridge	US	16677	0	America/New_York	38.3062	-77.3593	47			VA	179		
7198466	Saratoga	saratoga	US	27873	0	America/New_York	38.4621	-77.3652	41			VA	179		
7198479	Shenandoah	shenandoah	US	17976	0	America/New_York	38.4708	-77.4392	83			VA	179		
7198515	Sunnyside	sunnyside	US	11104	0	America/New_York	38.4826	-77.387	15	Sunnyside,Vasquez		VA	179		
7198539	Twin Oaks	twin-oaks	US	74368	0	America/New_York	38.4339	-77.3804	20			VA	179		
7198543	Valhalla	valhalla	US	10595	0	America/New_York	38.3762	-77.6026	100			VA	179		
7198550	Walnut Grove	walnut-grove	US	35990	0	America/New_York	38.3417	-77.5364	62			VA	179		
7198551	Walnut Hill	walnut-hill	US	62893	0	America/New_York	38.3387	-77.4285	61			VA	179		
7198552	Walnut Ridge	walnut-ridge	US	72476	0	America/New_York	38.5147	-77.5689	103			VA	179		
7198563	Whitestone	whitestone	US	11357	0	America/New_York	38.4665	-77.5292	93			VA	179		
7198574	Windermere	windermere	US	34786	0	America/New_York	38.3844	-77.3527	33			VA	179		
7198578	Woodland	woodland	US	16881	0	America/New_York	38.3275	-77.448	53			VA	179		
7198581	Woodlawn	woodlawn	US	24381	0	America/New_York	38.323	-77.4397	53			VA	179		
7198584	Woodridge	woodridge	US	12789	0	America/New_York	38.3593	-77.5735	79			VA	179		
7199906	Hickory Hills	hickory-hills	US	60457	0	America/New_York	41.75278	-73.84111	70			NY	027	58695	
7200008	Midway Park	midway-park	US	28544	0	America/New_York	42.84194	-73.74833	80			NY	091	31489	
7201421	Orchard Park	orchard-park	US	14127	0	America/New_York	42.92806	-73.89722	129			NY	091	04220	
7201423	Silver Springs	silver-springs	US	14550	0	America/New_York	42.96861	-73.90167	144			NY	091	04220	
7206405	Cheltenham	cheltenham	US	19012	0	America/Chicago	38.626	-90.2838	156			MO	510		
7206412	Dutchtown	dutchtown	US	63745	0	America/Chicago	38.581	-90.2443	163			MO	510		
7206424	Kosciusko	kosciusko	US	39090	0	America/Chicago	38.6011	-90.2013	129			MO	510		
7206425	La Salle	la-salle	US	48145	0	America/Chicago	38.6162	-90.1985	141			MO	510		
7206432	Mount Pleasant	mount-pleasant	US	15666	0	America/Chicago	38.5727	-90.2356	157			MO	510		
7206436	O'Fallon	o-fallon	US	62269	0	America/Chicago	38.6722	-90.2295	153			MO	510		
7206438	Shaw	shaw	US	38773	0	America/Chicago	38.61342	-90.25024	152			MO	510		
7206448	West End	west-end	US	27376	0	America/Chicago	38.6612	-90.2893	161			MO	510		
7208442	Bonaire	bonaire	US	31005	0	America/Chicago	29.9409	-95.6286	42			TX	201		
7208528	Pine Valley	pine-valley	US	14872	0	America/Chicago	29.7025	-95.3205	11			TX	201		
7208543	Poole	poole	US	42444	0	America/Chicago	29.5236	-95.1953	9			TX	167		
7208549	Providence	providence	US	02901	0	America/Chicago	29.681	-95.6494	27			TX	157		
7208564	Red Bluff	red-bluff	US	96080	0	America/Chicago	29.7094	-95.1795	9			TX	201		
7208565	Redwood Estates	redwood-estates	US	95044	0	America/Chicago	29.8389	-95.2299	12			TX	201		
7208574	Ridgecrest	ridgecrest	US	28770	0	America/Chicago	29.8066	-95.495	25			TX	201		
7208597	San Miguel	san-miguel	US	88058	0	America/Chicago	29.6955	-95.6656	29			TX	157		
7208600	Scarsdale	scarsdale	US	10583	0	America/Chicago	29.5907	-95.1971	11			TX	201		
7208613	Crescent	crescent	US	15046	0	America/Chicago	29.6343	-95.017	4			TX	201		
7208627	Deerbrook	deerbrook	US	54424	0	America/Chicago	30.2117	-95.166	35			TX	339		
7208630	Dover	dover	US	02030	0	America/Chicago	29.6766	-95.6377	27			TX	157		
7208636	Edgewood	edgewood	US	21040	0	America/Chicago	29.6707	-95.3435	13			TX	201		
7208637	El Dorado	el-dorado	US	67042	0	America/Chicago	29.4753	-95.2083	11			TX	167		
7208638	El Dorado	el-dorado	US	67042	0	America/Chicago	29.7979	-95.2571	12			TX	201		
7208663	Forest Hill	forest-hill	US	21050	0	America/Chicago	29.7238	-95.2995	10			TX	201		
7208672	Four Corners	four-corners	US	82715	0	America/Chicago	29.7874	-95.0565	10			TX	201		
7208711	Greendale	greendale	US	53129	0	America/Chicago	29.6821	-95.0576	6			TX	201		
7208746	Huntington	huntington	US	01050	0	America/Chicago	29.6553	-95.1612	10			TX	201		
7208772	Kirkwood	kirkwood	US	13795	0	America/Chicago	29.6054	-95.2331	12			TX	201		
7208791	Lincoln City	lincoln-city	US	47552	0	America/Chicago	29.8814	-95.4239	27			TX	201		
7208795	Linwood	linwood	US	01525	0	America/Chicago	29.5686	-95.2742	14			TX	039		
7208796	Londonderry	londonderry	US	03053	0	America/Chicago	30.1224	-95.5496	42			TX	201		
7208814	Meadowview	meadowview	US	24361	0	America/Chicago	29.5494	-95.3637	17			TX	039		
7208826	Middlebrook	middlebrook	US	24459	0	America/Chicago	29.5988	-95.1108	7			TX	201		
7208829	Millcreek	millcreek	US	62961	0	America/Chicago	30.0098	-95.3054	29			TX	201		
7208846	North Fork	north-fork	US	83466	0	America/Chicago	29.6028	-95.1338	6			TX	201		
7208848	Northbrook	northbrook	US	60062	0	America/Chicago	29.6589	-95.5054	20			TX	201		
7208850	Northfield	northfield	US	01360	0	America/Chicago	29.6471	-95.5134	20			TX	201		
7208861	Nottingham	nottingham	US	03290	0	America/Chicago	29.7785	-95.5902	27			TX	201		
7208866	Oak Forest	oak-forest	US	60452	0	America/Chicago	29.8281	-95.4524	20			TX	201		
7208868	Oak Harbor	oak-harbor	US	43449	0	America/Chicago	29.6995	-95.5996	25			TX	201		
7208870	Oak Park	oak-park	US	48237	0	America/Chicago	29.6769	-95.0238	8			TX	201		
7208884	Orange Grove	orange-grove	US	78372	0	America/Chicago	29.8912	-95.3271	20			TX	201		
7208885	Orchard	orchard	US	50460	0	America/Chicago	29.5381	-95.2033	9			TX	167		
7208886	Oxford	oxford	US	01540	0	America/Chicago	29.5589	-95.6106	21			TX	157		
7208888	Paradise Valley	paradise-valley	US	85253	0	America/Chicago	29.6311	-95.3599	14			TX	201		
7208891	Park Ridge	park-ridge	US	07656	0	America/Chicago	29.7154	-95.674	30			TX	201		
7209047	Arlington Heights	arlington-heights	US	02475	0	America/Chicago	29.6479	-95.2135	11			TX	201		
7209060	Waterbury	waterbury	US	05671	0	America/Chicago	29.5478	-95.3805	20			TX	039		
7209061	Waterford	waterford	US	04088	0	America/Chicago	29.6759	-95.6516	28			TX	157		
7209063	Wellington	wellington	US	33414	0	America/Chicago	30.1073	-95.5152	44			TX	201		
7209074	Westbrook	westbrook	US	04092	0	America/Chicago	29.6089	-95.4491	18			TX	201		
7209075	Westbury	westbury	US	11590	0	America/Chicago	29.6484	-95.4959	20			TX	201		
7209080	Westfield	westfield	US	01085	0	America/Chicago	29.8264	-95.7155	40			TX	201		
7209083	Westhampton	westhampton	US	11977	0	America/Chicago	29.6158	-95.4497	16			TX	201		
7209085	Westlake	westlake	US	44145	0	America/Chicago	29.7871	-95.7132	35			TX	201		
7209088	Westlake Village	westlake-village	US	91359	0	America/Chicago	29.792	-95.7104	35			TX	201		
7209089	Westminster	westminster	US	01441	0	America/Chicago	29.5778	-95.2925	15			TX	039		
7209136	Woodside	woodside	US	11377	0	America/Chicago	29.6824	-95.4315	16			TX	201		
7209141	Yorkshire	yorkshire	US	14173	0	America/Chicago	29.7704	-95.5859	24			TX	201		
7209247	Sherwood	sherwood	US	21665	0	America/Chicago	29.5571	-95.2722	14			TX	039		
7209251	Shorewood	shorewood	US	60404	0	America/Chicago	30.0024	-95.1119	19			TX	201		
7209258	South Bend	south-bend	US	46601	0	America/Chicago	29.5748	-95.21	10			TX	201		
7209276	Springdale	springdale	US	15144	0	America/Chicago	29.8109	-95.4893	25			TX	201		
7209278	Sterling Forest	sterling-forest	US	10979	0	America/Chicago	29.7875	-95.1445	10			TX	201		
7209284	Strathmore	strathmore	US	93267	0	America/Chicago	29.8725	-95.7117	40			TX	201		
7209285	Summerfield	summerfield	US	27358	0	America/Chicago	29.6387	-95.6764	25			TX	157		
7209288	Sun Valley	sun-valley	US	83353	0	America/Chicago	29.6407	-95.2349	11			TX	201		
7209296	Tarrytown	tarrytown	US	10591	0	America/Chicago	29.6789	-95.198	11			TX	201		
7209315	Turner	turner	US	04282	0	America/Chicago	29.5703	-95.2811	12			TX	039		
7209316	Turtle Lake	turtle-lake	US	54889	0	America/Chicago	29.9425	-95.564	38			TX	201		
7209320	University Park	university-park	US	16802	0	America/Chicago	29.5909	-95.0995	6			TX	201		
7216229	Asbury Park	asbury-park	US	07712	0	America/New_York	27.8919	-82.4899	3			FL	057		
7216239	Aurora	aurora	US	04408	0	America/New_York	27.9947	-82.4501	13			FL	057		
7216248	Avondale	avondale	US	19311	0	America/New_York	27.9942	-82.4907	13			FL	057		
7216262	Ball	ball	US	71405	0	America/New_York	27.9239	-82.5193	2			FL	057		
7216268	Banks	banks	US	36005	0	America/New_York	27.7509	-82.2795	27			FL	057		
7216273	Barker	barker	US	14012	0	America/New_York	28.049	-82.3888	24			FL	057		
7216277	Barnhart	barnhart	US	63012	0	America/New_York	27.9915	-82.4378	16			FL	057		
7216280	Barrington	barrington	US	02806	0	America/New_York	28.0283	-82.2509	17			FL	057		
7216285	Bates	bates	US	97817	0	America/New_York	27.9515	-82.3053	16			FL	057		
7216316	Bayside	bayside	US	11359	0	America/New_York	27.939	-82.4631	0			FL	057		
7216344	Bella Vista	bella-vista	US	72714	0	America/New_York	28.0928	-82.483	17			FL	057		
7216355	Belmont	belmont	US	02478	0	America/New_York	27.9639	-82.4501	13			FL	057		
7216363	Ben Hur	ben-hur	US	24218	0	America/New_York	27.9678	-82.4642	8			FL	057		
7216368	Benson	benson	US	05731	0	America/New_York	27.9556	-82.3032	15			FL	057		
7216381	Beulah	beulah	US	38726	0	America/New_York	27.9843	-82.4558	14			FL	057		
7216390	Bingham	bingham	US	04920	0	America/New_York	27.9933	-82.2084	36			FL	057		
7216391	Blackburn	blackburn	US	65321	0	America/New_York	27.8871	-82.5218	2			FL	057		
7216396	Bloomfield Hills	bloomfield-hills	US	48301	0	America/New_York	28.0344	-82.3066	26			FL	057		
7216404	Boaz	boaz	US	35956	0	America/New_York	27.9662	-82.435	10			FL	057		
7216405	Bon Air	bon-air	US	35032	0	America/New_York	27.9419	-82.5051	6			FL	057		
7216407	Bonita	bonita	US	71223	0	America/New_York	27.9833	-82.4409	14			FL	057		
7216429	Bradford	bradford	US	02808	0	America/New_York	28.0685	-82.5269	15			FL	057		
7216677	Alameda	alameda	US	94501	0	America/New_York	27.9678	-82.446	12			FL	057		
7216679	Albion	albion	US	02802	0	America/New_York	27.9553	-82.4284	1			FL	057		
7216686	Alford	alford	US	32420	0	America/New_York	28.0743	-82.2055	24			FL	057		
7216694	Allendale	allendale	US	07401	0	America/New_York	27.9272	-82.2918	17			FL	057		
7216703	Alpine	alpine	US	07620	0	America/New_York	27.8479	-82.3661	5			FL	057		
7216704	Alta Vista	alta-vista	US	50603	0	America/New_York	28.0011	-82.4461	17			FL	057		
7216709	Amanda	amanda	US	43102	0	America/New_York	27.6995	-82.4359	5			FL	057		
7216714	Amelia	amelia	US	45102	0	America/New_York	27.936	-82.4836	6			FL	057		
7216722	Andover	andover	US	01810	0	America/New_York	28.0491	-82.5343	11			FL	057		
7216725	Andrews	andrews	US	28901	0	America/New_York	28.0495	-82.37	14			FL	057		
7216730	Anita	anita	US	15711	0	America/New_York	27.9034	-82.5232	2			FL	057		
7216746	Archer	archer	US	32618	0	America/New_York	27.9572	-82.4272	1			FL	057		
7216749	Arlington	arlington	US	02474	0	America/New_York	28.0758	-82.502	17			FL	057		
7216750	Arlington Heights	arlington-heights	US	02475	0	America/New_York	27.978	-82.4615	12			FL	057		
7216755	Culver	culver	US	46511	0	America/New_York	27.982	-82.4177	17			FL	057		
7216758	Cunningham	cunningham	US	37052	0	America/New_York	27.9932	-82.4547	14			FL	057		
7216762	Cushing	cushing	US	04563	0	America/New_York	27.9698	-82.4488	13			FL	057		
7216790	Davis	davis	US	26260	0	America/New_York	28.0177	-82.1322	35			FL	057		
7216796	Deer Creek	deer-creek	US	56527	0	America/New_York	28.0926	-82.4867	16			FL	057		
7216810	Demorest	demorest	US	30535	0	America/New_York	27.9904	-82.4476	14			FL	057		
7216823	Dickey	dickey	US	58431	0	America/New_York	28.0261	-82.2458	18			FL	057		
7216841	Dorchester	dorchester	US	02121	0	America/New_York	27.9534	-82.4534	6			FL	057		
7216860	Downing	downing	US	54734	0	America/New_York	27.9844	-82.4457	15			FL	057		
7216862	Drew	drew	US	38737	0	America/New_York	28.0041	-82.1226	42			FL	057		
7216866	Dumont	dumont	US	07628	0	America/New_York	27.9587	-82.1316	31			FL	057		
7216869	Dunn	dunn	US	28334	0	America/New_York	27.9497	-82.1929	17			FL	057		
7216872	Durango	durango	US	52039	0	America/New_York	28.0991	-82.622	10			FL	057		
7216880	Eagle Creek	eagle-creek	US	97022	0	America/New_York	28.0342	-82.5298	9			FL	057		
7216907	Eastwood	eastwood	US	40018	0	America/New_York	27.9181	-82.2704	23			FL	057		
7216919	Edgewater	edgewater	US	07020	0	America/New_York	28.1495	-82.4685	19			FL	057		
7216923	Edgewood	edgewood	US	21040	0	America/New_York	27.9787	-82.4205	16			FL	057		
7216927	Edwards	edwards	US	13635	0	America/New_York	28.0029	-82.4606	8			FL	057		
7216934	El Portal	el-portal	US	95318	0	America/New_York	28.029	-82.4715	9			FL	057		
7216939	Eldorado	eldorado	US	45321	0	America/New_York	27.9712	-82.4647	9			FL	057		
7216944	Elizabeth	elizabeth	US	07201	0	America/New_York	27.9663	-82.45	12			FL	057		
7216947	Elkton	elkton	US	21921	0	America/New_York	27.8207	-82.3392	10			FL	057		
7216948	Ellsworth	ellsworth	US	04605	0	America/New_York	27.9809	-82.2837	21			FL	057		
7216949	Elysian Fields	elysian-fields	US	75642	0	America/New_York	28.1232	-82.4986	17			FL	057		
7216952	Emerson	emerson	US	07630	0	America/New_York	27.9185	-82.5187	1			FL	057		
7216955	Empire	empire	US	35063	0	America/New_York	28.0019	-82.1357	36			FL	057		
7216960	Englewood	englewood	US	07631	0	America/New_York	27.985	-82.4286	18			FL	057		
7216961	Enterprise	enterprise	US	26568	0	America/New_York	27.9614	-82.4105	9			FL	057		
7216981	Eureka	eureka	US	48833	0	America/New_York	27.9879	-82.4522	16			FL	057		
7216986	Everett	everett	US	02149	0	America/New_York	27.9439	-82.3941	3			FL	057		
7216992	Excelsior	excelsior	US	55331	0	America/New_York	27.9716	-82.4669	7			FL	057		
7216995	Fairburn	fairburn	US	30213	0	America/New_York	27.9691	-82.4582	13			FL	057		
7216997	Fairfield	fairfield	US	04937	0	America/New_York	27.9794	-82.4441	14			FL	057		
7217004	Fairview	fairview	US	07022	0	America/New_York	27.9479	-82.4969	6			FL	057		
7217016	Farmington	farmington	US	03835	0	America/New_York	28.0961	-82.5815	13			FL	057		
7217027	Fernwood	fernwood	US	39635	0	America/New_York	28.0646	-82.4398	11			FL	057		
7217035	Fishers	fishers	US	14453	0	America/New_York	27.955	-82.4887	7			FL	057		
7217057	Flournoy	flournoy	US	96029	0	America/New_York	27.6958	-82.3961	12			FL	057		
7217061	Forest Hills	forest-hills	US	11375	0	America/New_York	28.059	-82.4742	13			FL	057		
7217067	Forest Park	forest-park	US	30297	0	America/New_York	27.9239	-82.5152	4			FL	057		
7217070	Fortuna	fortuna	US	58844	0	America/New_York	27.9344	-82.4775	3			FL	057		
7217072	Fosterville	fosterville	US	37063	0	America/New_York	27.87	-82.492	2			FL	057		
7217121	Brentwood	brentwood	US	11717	0	America/New_York	28.0799	-82.503	17			FL	057		
7217133	Broadway	broadway	US	08808	0	America/New_York	27.9643	-82.3874	8			FL	057		
7217140	Brookshire	brookshire	US	77423	0	America/New_York	28.0837	-82.5575	14			FL	057		
7217141	Brookside	brookside	US	07926	0	America/New_York	27.9131	-82.3998	1			FL	057		
7217151	Buckhorn	buckhorn	US	41721	0	America/New_York	27.8984	-82.2398	18			FL	057		
7217161	Buckingham	buckingham	US	18912	0	America/New_York	27.9168	-82.234	30			FL	057		
7217165	Buffalo	buffalo	US	14201	0	America/New_York	27.982	-82.4501	15			FL	057		
7217190	Cairo	cairo	US	12413	0	America/New_York	27.9532	-82.4486	5			FL	057		
7217226	Canterbury	canterbury	US	03224	0	America/New_York	28.1234	-82.5736	17			FL	057		
7217258	Carrollton	carrollton	US	23314	0	America/New_York	27.9423	-82.3273	12			FL	057		
7217275	Caruthers	caruthers	US	93609	0	America/New_York	27.938	-82.495	6			FL	057		
7217279	Casa Blanca	casa-blanca	US	87007	0	America/New_York	28.0503	-82.5838	6			FL	057		
7217283	Casey	casey	US	50048	0	America/New_York	27.9269	-82.4845	1			FL	057		
7217299	Cato	cato	US	13033	0	America/New_York	28.0743	-82.1111	32			FL	057		
7217305	Cedar Grove	cedar-grove	US	07009	0	America/New_York	27.8698	-82.2844	5			FL	057		
7217307	Cedar Run	cedar-run	US	17727	0	America/New_York	28.0216	-82.1435	36			FL	057		
7217310	Center Hill	center-hill	US	33514	0	America/New_York	28.0095	-82.4573	12			FL	057		
7217313	Central Village	central-village	US	06332	0	America/New_York	27.9805	-82.4195	16			FL	057		
7217314	Centralia	centralia	US	62801	0	America/New_York	27.9676	-82.4521	13			FL	057		
7217321	Chandler	chandler	US	47610	0	America/New_York	27.9458	-82.5134	4			FL	057		
7217331	Cherry Creek	cherry-creek	US	14723	0	America/New_York	28.0815	-82.4934	16			FL	057		
7217332	Cherry Hill	cherry-hill	US	08002	0	America/New_York	28.0261	-82.1302	42			FL	057		
7217363	Clark	clark	US	07066	0	America/New_York	28.0336	-82.2924	20			FL	057		
7217375	Clifton Park	clifton-park	US	12065	0	America/New_York	28.0012	-82.4109	15			FL	057		
7217379	Cloverdale	cloverdale	US	24077	0	America/New_York	27.9506	-82.5271	1			FL	057		
7217392	Collins	collins	US	14034	0	America/New_York	28.0266	-82.3945	15			FL	057		
7217396	Colonial Beach	colonial-beach	US	22443	0	America/New_York	28.0083	-82.4947	12			FL	057		
7217398	Colonial Heights	colonial-heights	US	23834	0	America/New_York	27.9174	-82.2808	15			FL	057		
7217427	Corona	corona	US	11368	0	America/New_York	27.9795	-82.4487	15			FL	057		
7217457	Courtland	courtland	US	23837	0	America/New_York	27.987	-82.4188	18			FL	057		
7217460	Coventry	coventry	US	02816	0	America/New_York	28.1251	-82.4786	18			FL	057		
7217472	Creekside	creekside	US	15732	0	America/New_York	28.0716	-82.5439	11			FL	057		
7217473	Creekside	creekside	US	15732	0	America/New_York	27.8193	-82.2504	21			FL	057		
7217494	Crowder	crowder	US	38622	0	America/New_York	27.897	-82.5004	4			FL	057		
7217507	Larchmont	larchmont	US	10538	0	America/New_York	27.9978	-82.4896	13			FL	057		
7217515	Lawndale	lawndale	US	28090	0	America/New_York	27.9491	-82.2838	11			FL	057		
7217516	Lawrence	lawrence	US	01840	0	America/New_York	28.0867	-82.4452	13			FL	057		
7217523	Lee	lee	US	01238	0	America/New_York	28.049	-82.2874	25			FL	057		
7217535	Leon	leon	US	14751	0	America/New_York	27.6938	-82.4258	7			FL	057		
7217536	Leonard	leonard	US	48367	0	America/New_York	27.932	-82.2304	17			FL	057		
7217548	Lincoln	lincoln	US	01773	0	America/New_York	27.9491	-82.4984	7			FL	057		
7217550	Lincoln Park	lincoln-park	US	07035	0	America/New_York	28.0157	-82.1134	39			FL	057		
7217562	Lindsey	lindsey	US	43442	0	America/New_York	28.0052	-82.2114	37			FL	057		
7217579	Live Oak	live-oak	US	32060	0	America/New_York	28.1192	-82.4328	17			FL	057		
7217595	Lone Pine	lone-pine	US	93545	0	America/New_York	28.0191	-82.2228	20			FL	057		
7217608	Louisa	louisa	US	23093	0	America/New_York	27.9788	-82.4671	7			FL	057		
7217632	Lynwood	lynwood	US	90262	0	America/New_York	27.9052	-82.5001	4			FL	057		
7217634	Lyons	lyons	US	07939	0	America/New_York	27.9645	-82.4564	15			FL	057		
7217650	Madrid	madrid	US	13660	0	America/New_York	27.9196	-82.4914	4			FL	057		
7217673	Manhattan	manhattan	US	59741	0	America/New_York	27.9458	-82.5186	3			FL	057		
7217685	Maplewood	maplewood	US	07040	0	America/New_York	27.6868	-82.3791	8			FL	057		
7217697	Marietta	marietta	US	13110	0	America/New_York	27.9861	-82.4522	15			FL	057		
7217708	Marquette	marquette	US	49855	0	America/New_York	27.6958	-82.3976	12			FL	057		
7217714	Martin	martin	US	15460	0	America/New_York	27.9735	-82.2414	18			FL	057		
7217718	Francis	francis	US	74844	0	America/New_York	27.9769	-82.4504	14			FL	057		
7217728	Friendship	friendship	US	04547	0	America/New_York	27.9849	-82.4166	16			FL	057		
7217755	Garden City	garden-city	US	11530	0	America/New_York	27.8298	-82.3915	0			FL	057		
7217756	Garden Grove	garden-grove	US	50103	0	America/New_York	28.144	-82.4762	21			FL	057		
7217763	Gateway	gateway	US	72733	0	America/New_York	28.0341	-82.4496	10			FL	057		
7217769	Geneva	geneva	US	14456	0	America/New_York	27.9628	-82.4495	13			FL	057		
7217777	Gilberts	gilberts	US	60136	0	America/New_York	28.0054	-82.4728	5			FL	057		
7217779	Gilchrist	gilchrist	US	77617	0	America/New_York	28.0202	-82.1184	37			FL	057		
7217788	Glendale	glendale	US	01229	0	America/New_York	28.0102	-82.1121	41			FL	057		
7217791	Glenwood	glenwood	US	07418	0	America/New_York	27.9245	-82.4884	2			FL	057		
7217798	Golden	golden	US	38847	0	America/New_York	28.008	-82.4339	16			FL	057		
7217813	Gonzales	gonzales	US	70707	0	America/New_York	27.9763	-82.4465	13			FL	057		
7217814	Goodwater	goodwater	US	35072	0	America/New_York	27.9838	-82.4481	15			FL	057		
7217816	Gordon	gordon	US	17936	0	America/New_York	27.9389	-82.1126	33			FL	057		
7217823	Grand View	grand-view	US	54839	0	America/New_York	27.9856	-82.4481	15			FL	057		
7217831	Great Lakes	great-lakes	US	60088	0	America/New_York	28.1707	-82.5783	17			FL	057		
7217839	Green Valley	green-valley	US	54127	0	America/New_York	28.009	-82.1877	31			FL	057		
7217845	Greenleaf	greenleaf	US	54126	0	America/New_York	28.0061	-82.1272	40			FL	057		
7217851	Griffin	griffin	US	30223	0	America/New_York	28.0932	-82.4816	16			FL	057		
7217903	Hancock	hancock	US	03449	0	America/New_York	27.8712	-82.3162	4			FL	057		
7217926	Hartline	hartline	US	99135	0	America/New_York	28.0175	-82.1385	34			FL	057		
7217930	Hastings	hastings	US	13076	0	America/New_York	28.0648	-82.2061	26			FL	057		
7217931	Havana	havana	US	32333	0	America/New_York	27.9515	-82.4902	7			FL	057		
7217933	Hawks	hawks	US	49743	0	America/New_York	27.9664	-82.4169	9			FL	057		
7217934	Hazard	hazard	US	41701	0	America/New_York	27.9853	-82.4316	16			FL	057		
7217946	Henderson	henderson	US	13650	0	America/New_York	28.0133	-82.1322	37			FL	057		
7217973	Hickory Ridge	hickory-ridge	US	72347	0	America/New_York	27.8699	-82.2785	21			FL	057		
7217984	Hidden Valley	hidden-valley	US	15502	0	America/New_York	28.0497	-82.5079	12			FL	057		
7217989	High Ridge	high-ridge	US	63049	0	America/New_York	27.9866	-82.4337	16			FL	057		
7217993	Highland	highland	US	12528	0	America/New_York	28.0129	-82.3955	11			FL	057		
7218002	Highland Park	highland-park	US	08904	0	America/New_York	28.0774	-82.6133	8			FL	057		
7218025	Hillside	hillside	US	07205	0	America/New_York	27.9029	-82.2641	27			FL	057		
7218026	Hillside	hillside	US	07205	0	America/New_York	27.9473	-82.2717	23			FL	057		
7218037	Holden	holden	US	01520	0	America/New_York	27.9292	-82.4836	2			FL	057		
7218055	Homestead	homestead	US	15120	0	America/New_York	27.9756	-82.4489	13			FL	057		
7218079	Huntington Woods	huntington-woods	US	48070	0	America/New_York	27.9055	-82.2626	33			FL	057		
7218082	Hyde Park	hyde-park	US	02136	0	America/New_York	27.9414	-82.4638	1			FL	057		
7218085	Ida	ida	US	48140	0	America/New_York	27.9829	-82.4518	15			FL	057		
7218092	Indian Head	indian-head	US	15446	0	America/New_York	28.1068	-82.4825	17			FL	057		
7218093	Indian Hills	indian-hills	US	80454	0	America/New_York	27.866	-82.2754	14			FL	057		
7218104	Irma	irma	US	54442	0	America/New_York	27.9703	-82.3836	11			FL	057		
7218119	Jackson Heights	jackson-heights	US	11372	0	America/New_York	27.9757	-82.4247	14			FL	057		
7218144	Jones	jones	US	36749	0	America/New_York	27.7175	-82.2962	31			FL	057		
7218172	Keene	keene	US	03431	0	America/New_York	28.0961	-82.1516	34			FL	057		
7218239	Knights Landing	knights-landing	US	95645	0	America/New_York	27.9044	-82.4927	3			FL	057		
7218245	Krebs	krebs	US	74554	0	America/New_York	27.9692	-82.3167	11			FL	057		
7218248	La Belle	la-belle	US	15450	0	America/New_York	27.9775	-82.4519	12			FL	057		
7218255	La Vergne	la-vergne	US	37086	0	America/New_York	27.976	-82.4519	12			FL	057		
7218286	Lake Forest	lake-forest	US	60045	0	America/New_York	28.0884	-82.4216	10			FL	057		
7218316	Lake View	lake-view	US	14085	0	America/New_York	27.7074	-82.3039	28			FL	057		
7218317	Lake View	lake-view	US	14085	0	America/New_York	27.9853	-82.2711	15			FL	057		
7218321	Lakemont	lakemont	US	14857	0	America/New_York	27.9537	-82.2679	27			FL	057		
7218325	Lakeshore	lakeshore	US	33854	0	America/New_York	28.1148	-82.5303	17			FL	057		
7218326	Lakeside	lakeside	US	06758	0	America/New_York	27.8361	-82.3227	19			FL	057		
7218340	Lambert	lambert	US	38643	0	America/New_York	27.9716	-82.089	31			FL	057		
7218341	Lamont	lamont	US	32336	0	America/New_York	27.992	-82.4672	2			FL	057		
7218346	Pierce	pierce	US	68767	0	America/New_York	27.9829	-82.4481	15			FL	057		
7218354	Pine Grove	pine-grove	US	17963	0	America/New_York	27.9325	-82.5052	5			FL	057		
7218358	Pine Lake	pine-lake	US	30072	0	America/New_York	28.0782	-82.4372	15			FL	057		
7218361	Pine Level	pine-level	US	27568	0	America/New_York	27.9941	-82.4546	14			FL	057		
7218363	Pine Ridge	pine-ridge	US	41360	0	America/New_York	28.0954	-82.2461	15			FL	057		
7218369	Pinehurst	pinehurst	US	01866	0	America/New_York	27.9096	-82.4919	4			FL	057		
7218373	Pineview	pineview	US	31071	0	America/New_York	28.0284	-82.1079	40			FL	057		
7218374	Pinewood	pinewood	US	29125	0	America/New_York	27.8696	-82.5083	3			FL	057		
7218376	Piney Woods	piney-woods	US	39148	0	America/New_York	27.9751	-82.4604	10			FL	057		
7218384	Plainfield	plainfield	US	01070	0	America/New_York	27.9817	-82.4812	7			FL	057		
7218389	Pleasant Dale	pleasant-dale	US	68423	0	America/New_York	28.0631	-82.3991	13			FL	057		
7218404	Pond Eddy	pond-eddy	US	12770	0	America/New_York	28.1246	-82.4417	19			FL	057		
7218427	Prince	prince	US	25907	0	America/New_York	27.9911	-82.4218	16			FL	057		
7218433	Progreso	progreso	US	78579	0	America/New_York	27.9824	-82.4327	17			FL	057		
7218434	Prospect Heights	prospect-heights	US	60070	0	America/New_York	27.9381	-82.3824	5			FL	057		
7218465	Ranchester	ranchester	US	82839	0	America/New_York	28.1009	-82.4974	17			FL	057		
7218473	Ravenwood	ravenwood	US	64479	0	America/New_York	27.9461	-82.2662	25			FL	057		
7218475	Ray	ray	US	45672	0	America/New_York	28.0525	-82.2217	23			FL	057		
7218479	Reese	reese	US	48757	0	America/New_York	27.9714	-82.4166	11			FL	057		
7218502	Rhodes	rhodes	US	48652	0	America/New_York	28.0603	-82.2882	24			FL	057		
7218511	Ridgeland	ridgeland	US	29936	0	America/New_York	28.1689	-82.5783	17			FL	057		
7218514	Ridgway	ridgway	US	15853	0	America/New_York	28.0038	-82.4932	11			FL	057		
7218561	Riverside	riverside	US	02915	0	America/New_York	27.9431	-82.4612	1			FL	057		
7218573	Riviera	riviera	US	78379	0	America/New_York	28.0075	-82.4724	7			FL	057		
7218574	Roach	roach	US	65787	0	America/New_York	28.0325	-82.1552	32			FL	057		
7218575	Roanoke	roanoke	US	24001	0	America/New_York	28.0152	-82.4539	11			FL	057		
7218577	Roberts	roberts	US	54023	0	America/New_York	27.8534	-82.0958	24			FL	057		
7218578	Roberts	roberts	US	54023	0	America/New_York	27.9294	-82.5095	5			FL	057		
7218579	Roberts	roberts	US	54023	0	America/New_York	28.037	-82.1686	32			FL	057		
7218585	Rock	rock	US	24747	0	America/New_York	27.8325	-82.3429	14			FL	057		
7218588	Rocky Ford	rocky-ford	US	30455	0	America/New_York	28.0008	-82.5815	1			FL	057		
7218597	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	27.9034	-82.2885	14			FL	057		
7218605	Rosalie	rosalie	US	68055	0	America/New_York	27.9635	-82.4105	10			FL	057		
7218606	Rose	rose	US	14542	0	America/New_York	27.9977	-82.4649	6			FL	057		
7218610	Rosedale	rosedale	US	11422	0	America/New_York	27.943	-82.5109	4			FL	057		
7218613	Rosemont	rosemont	US	08556	0	America/New_York	28.017	-82.1096	41			FL	057		
7218617	Roslyn Heights	roslyn-heights	US	11577	0	America/New_York	27.8661	-82.4914	2			FL	057		
7218652	Saint James	saint-james	US	11780	0	America/New_York	28.1207	-82.5738	14			FL	057		
7218657	Salmon	salmon	US	83467	0	America/New_York	27.9765	-82.424	15			FL	057		
7218683	Matheny	matheny	US	24860	0	America/New_York	28.0884	-82.4604	15			FL	057		
7218692	Mays	mays	US	46155	0	America/New_York	27.9686	-82.4332	12			FL	057		
7218693	Mays	mays	US	46155	0	America/New_York	27.6977	-82.4413	4			FL	057		
7218715	Meadowbrook	meadowbrook	US	26404	0	America/New_York	27.9852	-82.4614	7			FL	057		
7218746	Middletown	middletown	US	02842	0	America/New_York	27.9576	-82.4541	7			FL	057		
7218751	Midwest	midwest	US	82643	0	America/New_York	27.9504	-82.5036	4			FL	057		
7218760	Mills	mills	US	16937	0	America/New_York	27.9622	-82.4041	10			FL	057		
7218764	Minneola	minneola	US	34755	0	America/New_York	27.9312	-82.5131	5			FL	057		
7218771	Miranda	miranda	US	95553	0	America/New_York	27.9932	-82.4154	17			FL	057		
7218773	Mirror Lake	mirror-lake	US	03853	0	America/New_York	27.9791	-82.2961	13			FL	057		
7218781	Moneta	moneta	US	24121	0	America/New_York	27.9548	-82.4875	7			FL	057		
7218784	Monroe	monroe	US	03771	0	America/New_York	28.0573	-82.158	32			FL	057		
7218790	Montgomery	montgomery	US	05470	0	America/New_York	28.0211	-82.4121	15			FL	057		
7218793	Mooreland	mooreland	US	47360	0	America/New_York	27.9873	-82.4564	10			FL	057		
7218795	Mora	mora	US	55051	0	America/New_York	28.0013	-82.4159	17			FL	057		
7218812	Moss Landing	moss-landing	US	95039	0	America/New_York	27.8384	-82.3116	16			FL	057		
7218814	Mount Carmel	mount-carmel	US	17851	0	America/New_York	27.9782	-82.459	12			FL	057		
7218820	Murray	murray	US	42071	0	America/New_York	27.9801	-82.4152	15			FL	057		
7218847	New Hope	new-hope	US	18938	0	America/New_York	28.0113	-82.1577	33			FL	057		
7218850	Newnan	newnan	US	30263	0	America/New_York	27.9677	-82.4967	11			FL	057		
7218896	Nunez	nunez	US	30448	0	America/New_York	27.8794	-82.4908	1			FL	057		
7218900	Oak Forest	oak-forest	US	60452	0	America/New_York	28.0197	-82.3707	5			FL	057		
7218903	Oak Grove	oak-grove	US	42262	0	America/New_York	28.008	-82.487	12			FL	057		
7218905	Oak Hill	oak-hill	US	12460	0	America/New_York	28.0264	-82.1293	42			FL	057		
7218906	Oak Hill	oak-hill	US	12460	0	America/New_York	27.9616	-82.3053	16			FL	057		
7218914	Oak Park	oak-park	US	48237	0	America/New_York	27.9686	-82.4043	12			FL	057		
7218932	Oakdale	oakdale	US	06370	0	America/New_York	27.9634	-82.4541	14			FL	057		
7218935	Oakford	oakford	US	46965	0	America/New_York	27.9472	-82.4942	6			FL	057		
7218937	Oakhurst	oakhurst	US	07755	0	America/New_York	28.0002	-82.4209	15			FL	057		
7218939	Oakland	oakland	US	02858	0	America/New_York	27.9639	-82.4544	14			FL	057		
7218944	Oaklyn	oaklyn	US	08107	0	America/New_York	27.9472	-82.4922	6			FL	057		
7218949	Oakridge	oakridge	US	97463	0	America/New_York	27.9609	-82.4544	9			FL	057		
7218956	Oakwood	oakwood	US	24631	0	America/New_York	28.0043	-82.452	13			FL	057		
7218975	Omar	omar	US	25638	0	America/New_York	27.9171	-82.5268	1			FL	057		
7218977	Oran	oran	US	50664	0	America/New_York	28.0063	-82.4059	12			FL	057		
7219005	Osceola	osceola	US	16942	0	America/New_York	28.002	-82.4543	12			FL	057		
7219006	Otis	otis	US	01253	0	America/New_York	27.9995	-82.4108	15			FL	057		
7219010	Overton	overton	US	68863	0	America/New_York	28.0165	-82.1334	35			FL	057		
7219013	Packwood	packwood	US	52580	0	America/New_York	27.9392	-82.4664	1			FL	057		
7219019	Palermo	palermo	US	04354	0	America/New_York	27.9535	-82.5032	7			FL	057		
7219020	Palm Bay	palm-bay	US	32905	0	America/New_York	28	-82.6094	1			FL	057		
7219036	Panama	panama	US	14767	0	America/New_York	27.9724	-82.444	13			FL	057		
7219039	Paradise	paradise	US	17562	0	America/New_York	27.9542	-82.5326	2			FL	057		
7219043	Park City	park-city	US	42160	0	America/New_York	27.9439	-82.4872	6			FL	057		
7219044	Park Forest	park-forest	US	60466	0	America/New_York	28.109	-82.4329	15			FL	057		
7219049	Parkdale	parkdale	US	71661	0	America/New_York	27.9601	-82.5036	10			FL	057		
7219057	Parrish	parrish	US	34219	0	America/New_York	27.9463	-82.131	31			FL	057		
7219090	Peru	peru	US	04290	0	America/New_York	27.8667	-82.3235	5			FL	057		
7219091	Phillips	phillips	US	04966	0	America/New_York	28.0592	-82.3179	13			FL	057		
7219100	Watkins	watkins	US	52354	0	America/New_York	28.0746	-82.1638	29			FL	057		
7219101	Watrous	watrous	US	87753	0	America/New_York	27.9329	-82.4843	5			FL	057		
7219104	Watts	watts	US	74964	0	America/New_York	27.9422	-82.5074	6			FL	057		
7219107	Waverly	waverly	US	14892	0	America/New_York	28.0647	-82.4665	14			FL	057		
7219110	Weatherby	weatherby	US	64497	0	America/New_York	28.0425	-82.4865	12			FL	057		
7219116	Wellington	wellington	US	33414	0	America/New_York	27.9173	-82.2423	28			FL	057		
7219122	Wells	wells	US	04090	0	America/New_York	27.966	-82.4275	5			FL	057		
7219131	West End	west-end	US	27376	0	America/New_York	27.942	-82.4696	5			FL	057		
7219160	Westbrook	westbrook	US	04092	0	America/New_York	28.0013	-82.065	40			FL	057		
7219161	Westchester	westchester	US	60154	0	America/New_York	28.0678	-82.6284	4			FL	057		
7219164	Westlake	westlake	US	44145	0	America/New_York	27.8915	-82.5217	3			FL	057		
7219165	Westminster	westminster	US	01441	0	America/New_York	27.9172	-82.2383	30			FL	057		
7219173	Westwego	westwego	US	70094	0	America/New_York	27.9435	-82.5125	4			FL	057		
7219174	Westwood	westwood	US	02090	0	America/New_York	27.93	-82.2962	12			FL	057		
7219194	White Pine	white-pine	US	37890	0	America/New_York	28.047	-82.4053	22			FL	057		
7219198	Whitesburg	whitesburg	US	30185	0	America/New_York	27.9615	-82.416	8			FL	057		
7219201	Whittemore	whittemore	US	48770	0	America/New_York	27.9466	-82.4969	6			FL	057		
7219208	Wild Rose	wild-rose	US	54984	0	America/New_York	27.9573	-82.0914	36			FL	057		
7219217	Wildwood	wildwood	US	08260	0	America/New_York	28.1161	-82.4452	18			FL	057		
7219222	Willow Creek	willow-creek	US	59760	0	America/New_York	28.1256	-82.4531	20			FL	057		
7219234	Wilsons	wilsons	US	23894	0	America/New_York	27.9643	-82.4149	9			FL	057		
7219257	Wood Lake	wood-lake	US	56297	0	America/New_York	28.0233	-82.5901	3			FL	057		
7219272	Woodhaven	woodhaven	US	11421	0	America/New_York	28.0129	-82.4576	11			FL	057		
7219281	Woodward	woodward	US	16882	0	America/New_York	27.9275	-82.5167	4			FL	057		
7219289	Yalaha	yalaha	US	34797	0	America/New_York	27.9503	-82.4948	6			FL	057		
7219295	Yorkshire	yorkshire	US	14173	0	America/New_York	27.6921	-82.3706	12			FL	057		
7219318	Sandy Ridge	sandy-ridge	US	16677	0	America/New_York	28.0039	-82.4119	17			FL	057		
7219333	Schley	schley	US	23154	0	America/New_York	27.9611	-82.3989	8			FL	057		
7219334	Schneider	schneider	US	46376	0	America/New_York	28.0049	-82.1193	40			FL	057		
7219349	Selma	selma	US	24474	0	America/New_York	27.917	-82.4038	1			FL	057		
7219359	Seneca	seneca	US	16346	0	America/New_York	28.0459	-82.4621	9			FL	057		
7219376	Shady Cove	shady-cove	US	97539	0	America/New_York	27.8273	-82.2572	13			FL	057		
7219402	Shepherd	shepherd	US	48883	0	America/New_York	28.0374	-82.1882	29			FL	057		
7219404	Sheridan	sheridan	US	04775	0	America/New_York	27.9295	-82.5216	1			FL	057		
7219440	Smith	smith	US	89430	0	America/New_York	27.8863	-82.0622	33			FL	057		
7219446	Somerset	somerset	US	02725	0	America/New_York	27.9474	-82.2276	32			FL	057		
7219457	South Fork	south-fork	US	15956	0	America/New_York	27.7841	-82.3207	23			FL	057		
7219467	Southern Pines	southern-pines	US	28387	0	America/New_York	27.943	-82.4958	6			FL	057		
7219481	Sperry	sperry	US	52650	0	America/New_York	27.9939	-82.4435	15			FL	057		
7219489	Spring Hill	spring-hill	US	34606	0	America/New_York	28.0309	-82.4529	8			FL	057		
7219507	Sterling	sterling	US	01564	0	America/New_York	27.9312	-82.5043	5			FL	057		
7219508	Sterling Heights	sterling-heights	US	48310	0	America/New_York	28.0571	-82.337	15			FL	057		
7219513	Stewart	stewart	US	37175	0	America/New_York	27.9239	-82.5237	1			FL	057		
7219517	Stillwater	stillwater	US	04489	0	America/New_York	28.1512	-82.571	19			FL	057		
7219519	Stockwell	stockwell	US	47983	0	America/New_York	27.9453	-82.1075	36			FL	057		
7219534	Stratford	stratford	US	06614	0	America/New_York	27.954	-82.3054	18			FL	057		
7219536	Strathmore	strathmore	US	93267	0	America/New_York	27.9833	-82.4368	16			FL	057		
7219543	Studley	studley	US	23162	0	America/New_York	28.045	-82.2502	21			FL	057		
7219551	Sugarcreek	sugarcreek	US	44681	0	America/New_York	27.9753	-82.3697	7			FL	057		
7219575	Sunnyside	sunnyside	US	11104	0	America/New_York	27.9883	-82.4299	17			FL	057		
7219610	Sweetwater	sweetwater	US	37874	0	America/New_York	27.979	-82.5637	0			FL	057		
7219620	Sylvia	sylvia	US	67581	0	America/New_York	28.0597	-82.4665	13			FL	057		
7219628	Taft	taft	US	38488	0	America/New_York	27.9989	-82.2254	29			FL	057		
7219661	Temple Hills	temple-hills	US	20748	0	America/New_York	28.052	-82.3703	15			FL	057		
7219746	Thousand Oaks	thousand-oaks	US	91358	0	America/New_York	28.0785	-82.3302	13			FL	057		
7219766	Toulon	toulon	US	61483	0	America/New_York	28.0299	-82.3275	8			FL	057		
7219787	Trezevant	trezevant	US	38258	0	America/New_York	28.1318	-82.6019	12			FL	057		
7219789	Triangle	triangle	US	22172	0	America/New_York	27.9665	-82.3844	9			FL	057		
7219807	Turner	turner	US	04282	0	America/New_York	27.9936	-82.4444	15			FL	057		
7219811	Turtle Creek	turtle-creek	US	15145	0	America/New_York	28.0863	-82.5609	12			FL	057		
7219814	Tuxedo Park	tuxedo-park	US	10987	0	America/New_York	28.0787	-82.453	16			FL	057		
7219820	Twin Lake	twin-lake	US	49457	0	America/New_York	27.6975	-82.4452	4			FL	057		
7219823	Twin Oaks	twin-oaks	US	74368	0	America/New_York	27.9834	-82.1316	43			FL	057		
7219825	Tyner	tyner	US	27980	0	America/New_York	27.9636	-82.4132	10			FL	057		
7219833	Urania	urania	US	71480	0	America/New_York	27.9393	-82.4947	6			FL	057		
7219881	Villa Rica	villa-rica	US	30180	0	America/New_York	27.982	-82.4481	15			FL	057		
7219910	Waco	waco	US	28169	0	America/New_York	28.0061	-82.4772	5			FL	057		
7219911	Wade	wade	US	28395	0	America/New_York	28.0947	-82.1498	36			FL	057		
7219923	Wallace	wallace	US	26448	0	America/New_York	27.9763	-82.4394	15			FL	057		
7219927	Wallis	wallis	US	77485	0	America/New_York	27.9645	-82.4054	11			FL	057		
7219936	Waterford	waterford	US	04088	0	America/New_York	27.9135	-82.3533	8			FL	057		
7220174	Maple Grove	maple-grove	US	55311	0	America/New_York	43.20861	-75.31583	163			NY	065	26385	
7220342	Pleasant View	pleasant-view	US	37146	0	America/New_York	43.10167	-76.24667	121			NY	067	28519	
7221058	Brookline	brookline	US	02445	0	America/New_York	40.3167	-75.94557	89			PA	011	63624	
7221163	Crestwood	crestwood	US	40014	0	America/New_York	40.31373	-75.87784	114			PA	011	24384	
7221248	Laurel Springs	laurel-springs	US	28644	0	America/New_York	40.30282	-75.87393	87			PA	011	24384	
7221271	Limekiln	limekiln	US	19535	0	America/New_York	40.34342	-75.80505	87			PA	011	56672	
7221274	Lincolnwood	lincolnwood	US	60712	0	America/New_York	40.29246	-75.83889	81			PA	011	24384	
7221283	Long Pond	long-pond	US	18334	0	America/New_York	40.28787	-75.83614	71			PA	011	24384	
7221350	Overbrook	overbrook	US	66524	0	America/New_York	40.29151	-75.95453	153			PA	011	17720	
7221392	Pineland	pineland	US	29934	0	America/New_York	40.29368	-75.81709	79			PA	011	24384	
7221685	Millmont	millmont	US	17845	0	America/New_York	40.3185	-75.92576	84			PA	011	63624	
7221706	Mount Airy	mount-airy	US	21771	0	America/New_York	40.26029	-75.78759	58			PA	011	78280	
7221714	Mountain Park	mountain-park	US	73559	0	America/New_York	40.34002	-75.8653	118			PA	011	24384	
7221751	Glenside	glenside	US	19038	0	America/New_York	40.35454	-75.94747	92			PA	011	63624	
7221789	Greenview	greenview	US	62642	0	America/New_York	40.29051	-75.86002	75			PA	011	24384	
7221930	Stone Ridge	stone-ridge	US	12484	0	America/New_York	40.34955	-75.99335	109			PA	011	72824	
7221944	Sunshine	sunshine	US	70780	0	America/New_York	40.29119	-75.8503	67			PA	011	24384	
7222082	Woodgate	woodgate	US	13494	0	America/New_York	40.30018	-75.87848	84			PA	011	24384	
7223902	Cherry Hill	cherry-hill	US	08002	0	America/New_York	42.20472	-73.785	64			NY	021	30565	
7225824	Birch Run	birch-run	US	48415	0	America/New_York	43.09111	-73.79639	116			NY	091	65255	
7225903	Dammeron Valley	dammeron-valley	US	84783	803	America/Denver	37.30526	-113.67056	1402			UT	053		
7226500	Pine Valley	pine-valley	US	14872	0	America/New_York	43.27444	-73.65333	105			NY	091	48318	
7231957	Piney Woods	piney-woods	US	39148	0	America/New_York	33.8465	-85.09559	377			GA	143		
7232703	Asbury Park	asbury-park	US	07712	0	America/New_York	41.5325	-80.85194	284			OH	007	58870	
7235009	Brookhaven	brookhaven	US	11719	0	America/New_York	42.27639	-76.83833	203			NY	015	77310	
7235691	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	41.56944	-87.13972	193			IN	127	61110	
7235718	Auburn Hills	auburn-hills	US	48321	0	America/New_York	35.04556	-85.095	283			TN	065		
7236656	Oak Park	oak-park	US	48237	0	America/New_York	36.06139	-83.93139	346			TN	093		
7239686	Twin Oaks	twin-oaks	US	74368	0	America/New_York	41.385	-81.9525	238			OH	035	58408	
7239989	Tiona	tiona	US	16352	0	America/New_York	42.24861	-76.08	352			NY	007	44611	
7243413	Independence	independence	US	24348	169	America/Denver	40.30291	-111.25689	2432			UT	051		
7243501	Glendale	glendale	US	01229	0	America/New_York	36.1257	-83.1477	368			TN	029		
7247478	Rolling Meadows	rolling-meadows	US	60008	0	America/New_York	30.14	-82.69389	32			FL	023		
7248314	Mountain View	mountain-view	US	65548	0	America/New_York	36.01333	-83.47194	389			TN	089		
7248485	Uniontown	uniontown	US	15401	0	America/New_York	40.98444	-73.87667	115			NY	119		
7248504	Quinby	quinby	US	23423	0	America/Los_Angeles	40.95	-123.38333	489	Quimby,Quimby Creek,Quinby		CA	105		
7248508	Briggsville	briggsville	US	53920	0	America/New_York	41.09028	-73.85278	59			NY	119	49011	
7248539	Dingle	dingle	US	83233	0	America/New_York	41.35361	-73.56861	189			NY	119	53517	
7248540	Dixie	dixie	US	25059	0	America/New_York	41.2575	-73.84944	66			NY	119	18410	
7248547	Dublin	dublin	US	03444	0	America/New_York	40.98139	-73.69583	24			NY	119	64309	
7260444	Midway	midway	US	15060	0	America/New_York	36.28833	-82.42793	568	Midway,Midway CDP		TN	179		
7248582	Forest Park	forest-park	US	30297	0	America/New_York	41.16944	-73.84917	91			NY	119	55541	
7248737	Greenacres	greenacres	US	33454	0	America/New_York	41.01139	-73.78694	70			NY	119	65442	
7248763	Indian Springs	indian-springs	US	89018	0	America/New_York	41.26083	-83.05639	210			OH	143	32256	
7248904	Green Mountain	green-mountain	US	28740	0	America/Denver	39.68833	-105.12972	1763			CO	059		
7249449	Kirbyville	kirbyville	US	65679	0	America/New_York	41.21028	-73.72611	106			NY	119	48895	
7249784	Oxbow	oxbow	US	04764	305	America/Chicago	46.67282	-96.81002	280			ND	017	63100	
7250190	Hiram	hiram	US	04041	0	America/Detroit	43.34472	-85.48333	273	Hiram,Wood Lake		MI	117	64040	
7250202	Maple Hill	maple-hill	US	28454	0	America/Detroit	43.36667	-85.48056	274			MI	117	64040	
7250385	Black Creek	black-creek	US	14714	0	America/New_York	32.16646	-81.48954	18			GA	029		
7250387	Sundance	sundance	US	82729	0	America/Denver	40.39304	-111.58157	1874			UT	049		
7250734	Ola	ola	US	72853	0	America/Detroit	43.18278	-84.5625	213			MI	057	84080	
7250945	Saint George Island	saint-george-island	US	99591	0	America/New_York	29.64442	-84.91479	1			FL	037		
7250947	Sugar Hill	sugar-hill	US	03586	0	America/New_York	40.8275	-73.94333	33			NY	061		
7251335	Center	center	US	42214	0	America/New_York	44.30278	-68.40306	27			ME	009	77345	
7251813	Arthur	arthur	US	37707	0	America/New_York	36.99794	-83.17197	511			KY	095		
7253442	Point Pleasant	point-pleasant	US	18950	0	America/New_York	38.40884	-85.10516	245			KY	103		
7257537	Bondsville	bondsville	US	01009	0	America/New_York	42.20398	-72.3433	112	Bondsville,Bondsville CDP		MA	013	52144	
7257540	Braintree	braintree	US	02184	37297	America/New_York	42.20384	-71.00215	30	Braintree,Braintree CDP,Brehjntri,Brejntri,bryntry,bryntry  masachwst,bu lun te li,bureintsuri,Брејнтри,Брэйнтри,برينتري,برینتری، ماساچوست,برینٹری، میساچوسٹس,ブレインツリー,布伦特里	07740	MA	021	07740	
7257589	Weymouth	weymouth	US	02188	0	America/New_York	42.20682	-70.94434	21	Weymouth,Weymouth CDP		MA	021	78972	
7257618	Hillsborough	hillsborough	US	03244	1976	America/New_York	43.1141	-71.8992	195	Hillsboro,Hillsborough,Hillsborough CDP		NH	011	36180	
7257704	Mansfield Center	mansfield-center	US	06250	7360	America/New_York	42.02262	-71.21808	45	Mansfield Center,Mansfield Center CDP		MA	005	38225	
7257706	Marion Center	marion-center	US	15759	1111	America/New_York	41.70424	-70.76286	5	Marion Center,Marion Center CDP		MA	023	38540	
7315300	Vernon Center	vernon-center	US	13477	1713	America/New_York	41.18879	-74.50405				NJ	037	75740	
7257786	Three Rivers	three-rivers	US	01080	0	America/New_York	42.17781	-72.36887	100	Three Rivers,Three Rivers CDP		MA	013	52144	
7257830	Edison	edison	US	08817	0	America/New_York	40.50447	-74.34704	5	Edison,Edison CDP		NJ	023	20230	
7257854	Ewing	ewing	US	24248	0	America/New_York	40.26508	-74.8006	38	Ewing,Ewing CDP,Ewing Township,Juing,awyng  nywjrsy,Јуинг,اوینگ، نیوجرسی		NJ	021	22185	
7257859	Fairfield	fairfield	US	04937	0	America/New_York	40.88255	-74.30402	53	Fairfield,Fairfield CDP,Fairfield Township,fayrfyld  nywjrsy,فایرفیلد، نیوجرسی,فیئرفیلڈ ٹاؤنشپ، یسیکس کاؤنٹی، نیو جرسی		NJ	013	22385	
7257878	Feasterville-Trevose	feasterville-trevose	US	19053	0	America/New_York	40.15242	-74.98655	60	Feasterville-Trevose,Feasterville-Trevose CDP		PA	017	45112	
7257902	Fort Belvoir	fort-belvoir	US	22060	7100	America/New_York	38.7119	-77.14589	42	DAA,Fort Belvar,Fort Belvoir,Fort Belvoir CDP,Fort Belvor,fwrt blwwar,Форт Белвар,Форт Белвор,فورت بلووار		VA	059		
7257905	Fort Drum	fort-drum	US	13602	12955	America/New_York	44.05843	-75.76189	158	Fort Dram,Fort Drum,Fort Drum CDP,de la mu bao,Форт Драм,德拉姆堡		NY	045	42015	
7257908	Fort Lee	fort-lee	US	07024	3393	America/New_York	37.24694	-77.33442	30	Fort Lee,Fort Lee CDP,Ft. Lee		VA	149		
7257909	Fort Meade	fort-meade	US	33841	9327	America/New_York	39.10815	-76.74323	53	FME,Fort George Meade,Fort Meade,Fort Meade CDP		MD	003		
7257914	Aberdeen Proving Ground	aberdeen-proving-ground	US	21005	2093	America/New_York	39.46686	-76.13066	7	Aberdeen Proving Ground,Aberdeen Proving Ground CDP,Aberdinskij ispytatel'nyj poligon,Aberdinskij poligon,Абердинский испытательный полигон,Абердинский полигон		MD	025		
7257997	Belleville	belleville	US	07109	0	America/New_York	40.79493	-74.16188	49	Belleville,Belleville CDP,Belvil,blwyl  nywjrsy,Белвил,بلویل، نیوجرسی,بیلےویل، نیو جرسی		NJ	013	04695	
7258005	Berkeley Heights	berkeley-heights	US	07922	0	America/New_York	40.67642	-74.42442	120	Behrkelej Khehjts,Berkeley Heights,Berkeley Heights CDP,Berkli Khajts,brkly hayts  nywjrsy,Беркли Хајтс,Бэркелей Хэйтс,برکلی هایتس، نیوجرسی		NJ	039	05320	
7258093	Cedar Grove	cedar-grove	US	07009	0	America/New_York	40.85668	-74.22866	73	Cedar Grove,Cedar Grove CDP,Municipio de Cedar Grove,Sidar Grouv,sydar grww  nywjrsy,Сидар Гроув,سیدار گروو، نیوجرسی		NJ	013	11200	
7258122	Clark	clark	US	07066	0	America/New_York	40.62021	-74.3137	12	Clark,Clark CDP,Klark,klark  nywjrsy,Кларк,کلارک ٹاؤن شپ، نیو جرسی,کلارک، نیوجرسی		NJ	039	13150	
7258170	Cranford	cranford	US	07016	0	America/New_York	40.65647	-74.30372	25	Cranford,Cranford CDP,Granford Taunship,Kranford,Municipio de Cranford,krnfwrd  nywjrsy,Гранфорд Тауншип,Кранфорд,کرنفورد، نیوجرسی		NJ	039	15640	
7258201	Delmar	delmar	US	12054	0	America/New_York	42.62502	-73.83304	65	Delmar,Delmar CDP		NY	001	06354	
7258265	Mechanicsville	mechanicsville	US	18934	0	America/New_York	40.9676	-76.58599	185	Mechanicsville,Mechanicsville CDP		PA	093	46656	
7258268	Medusa	medusa	US	12120	0	America/New_York	42.43918	-74.12249	257	Medusa,Medusa CDP		NY	001	61181	
7258283	Millburn	millburn	US	07041	0	America/New_York	40.73947	-74.32407	120	Milbern,Millburn,Millburn CDP,mlbwrn  nywjrsy,Милберн,ملبورن، نیوجرسی		NJ	013	46380	
7258296	Montclair	montclair	US	07042	0	America/New_York	40.82553	-74.21109	91	Mons Clarus,Montclair,Montclair CDP,Montkler,Montkleur,monteukeulleeo,mwntklyr  nywjrsy,Монтклер,Монтклеър,مونتکلیر، نیوجرسی,몬트클레어		NJ	013	47500	
7258318	Mount Vernon	mount-vernon	US	04352	12416	America/New_York	38.71412	-77.10082	10	Maunt Vernon,Mount Vernon,Mount Vernon CDP,Маунт Вернон,ماؤنٹ ورنن، ورجینیا		VA	059		
7258387	North Versailles	north-versailles	US	15137	0	America/New_York	40.37809	-79.80803	343	North Versailles,North Versailles CDP		PA	003	55488	
7258398	Nutley	nutley	US	07110	0	America/New_York	40.81924	-74.15719	16	Natli,Nutley,Nutley CDP,natly  nywjrsy,Натли,ناتلی، نیوجرسی		NJ	013	53680	
7258421	Orange	orange	US	01364	0	America/New_York	40.76821	-74.23491	60	Orange,Orange CDP		NJ	013	13045	
7258459	Pennsauken	pennsauken	US	08110	0	America/New_York	39.96484	-75.0565	25	Municipio de Pennsauken,Pehnnsaukehn Taunship,Pennsauken,Pennsauken CDP,Pennsauken Township,pnsawkn  nywjrsy,Пэннсаукэн Тауншип,پنساوکن، نیوجرسی		NJ	007	57660	
7258563	Rochelle Park	rochelle-park	US	07662	0	America/New_York	40.90719	-74.07941	18	Rochelle Park,Rochelle Park CDP,Roshehl Park,rashl park  nywjrsy,Рошэл Парк,راشل پارک، نیوجرسی		NJ	003	63990	
7258592	Saddle Brook	saddle-brook	US	07663	0	America/New_York	40.90313	-74.09552	14	Saddl Bruk,Saddle Brook,Saddle Brook CDP,Sadl Bruk,sydl brwk  nywjrsy,Саддл Брук,Садл Брук,سیدل بروک، نیوجرسی,سیڈل بروک، نیو جرسی		NJ	003	65340	
7258674	Green Valley	green-valley	US	54127	0	America/New_York	39.34284	-77.24535	210	Green Valley,Green Valley CDP		MD	021		
7258686	Guilford	guilford	US	04443	2138	America/New_York	39.91541	-77.60105	237	Guilford,Guilford CDP		PA	055	31720	
7258704	Harrison Township	harrison-township	US	48045	0	America/New_York	40.63814	-79.7165	296	Harrison,Harrison Township,Harrison Township CDP,Municipio de Harrison,Xa Harrison,Xã Harrison		PA	003	32832	
7258732	Hillside	hillside	US	07205	0	America/New_York	40.69601	-74.22866	17	Hillside,Hillside CDP		NJ	039	31980	
7258771	Irvington	irvington	US	07111	0	America/New_York	40.7242	-74.23181	39	Irvington,Irvington CDP,ayrwyngtwn  nywjrsy,Ирвингтон,ارونگٹن، نیو جرسی,ایروینگتون، نیوجرسی		NJ	013	34450	
7258879	Little Falls	little-falls	US	07424	0	America/New_York	40.87625	-74.21834	48	Litl Fols,Littl Fols,Little Falls,Little Falls CDP,Little Falls Township,lytl falz  nywjrsy,Литл Фолс,Литтл Фолс,لیتل فالز، نیوجرسی		NJ	031	40620	
7258880	Livingston	livingston	US	07039	0	America/New_York	40.78565	-74.32912	88	Livingston,Livingston CDP,libingseuteon,lywyngstwn  nywjrsy,Ливингстон,لیونگسٹن، نیو جرسی,لیوینگستون، نیوجرسی,리빙스턴		NJ	013	40890	
7258897	Lutherville-Timonium	lutherville-timonium	US	21093	15814	America/New_York	39.43997	-76.61099	99	Lutherville-Timonium,Lutherville-Timonium CDP		MD	005		
7258899	Lyndhurst	lyndhurst	US	07071	0	America/New_York	40.79659	-74.11018	3	Linchkherst,Lyndhurst,Lyndhurst CDP,lyndhwrst  nywjrsy,Линчхерст,لیندهورست، نیوجرسی		NJ	003	42090	
7258918	Maplewood	maplewood	US	07040	0	America/New_York	40.73297	-74.27125	35	Maplewood,Maplewood CDP,Mejplvud,mplwwd  nywjrsy,Мејплвуд,مپلوود، نیوجرسی		NJ	013	43800	
7258952	Scotch Plains	scotch-plains	US	07076	0	America/New_York	40.63284	-74.37389	43	Scotch Plains,Scotch Plains CDP,Skoch Plejns,Skotch Plehjns,askatch plynz  nywjrsy,Скотч Плэйнс,Скоч Плејнс,اسکاتچ پلینز، نیوجرسی		NJ	039	66060	
7259012	South Orange	south-orange	US	07079	0	America/New_York	40.74905	-74.26038	44	South Orange,South Orange CDP		NJ	013	69274	
7259028	Springfield	springfield	US	01101	0	America/New_York	40.69932	-74.32593	42	Gmina Springfield,Municipio de Springfield,Springfield,Springfield CDP,Springfield Township,aspryngfyld  nywjrsy,اسپرینگفیلد، نیوجرسی,سپرنگفیلڈ ٹاؤن شپ، یونین کاؤنٹی، نیو جرسی		NJ	039	70020	
7259029	Springfield	springfield	US	01101	0	America/New_York	39.92788	-75.33614	76	Municipio de Springfield,Springfield,Springfield CDP,Springfield Township,Springfijld,Xa Springfield,Xã Springfield,Спрингфийлд,سپرنگفیلڈ ٹاؤن شپ، ڈیلاویئر کاؤنٹی، پنسلوانیا		PA	045	73032	
7259104	Union	union	US	03887	0	America/New_York	40.6954	-74.26998	38	Junion,Municipio de Union,Union,Union CDP,Union Township,anywn  nywjrsy,Јунион,Юнион,انیون، نیوجرسی,یونین ٹاؤن شپ، یونین کاؤنٹی، نیو جرسی		NJ	039	74480	
7259118	Verona	verona	US	07044	0	America/New_York	40.833	-74.24338	102	Verona,Verona CDP,wrwna  nywjrsy,wyrwna  nyw jrsy,Верона,ورونا، نیوجرسی,ویرونا، نیو جرسی		NJ	013	75815	
7259148	Wayne	wayne	US	04284	0	America/New_York	40.94815	-74.24503	122	Vajn,Vejn,Wayne,Wayne CDP,u~ein,wyn  nywjrsy,Вайн,Вејн,وین ٹاؤن شپ، پاسیک کاؤنٹی، نیو جرسی,وین، نیوجرسی,ウェイン		NJ	031	77840	
7259466	Redford	redford	US	12978	0	America/Detroit	42.39475	-83.29554	188	Redford,Redford CDP		MI	163	67625	
7260450	Millwood	millwood	US	10546	0	America/New_York	33.91287	-80.39478	55	Millwood,Millwood CDP		SC	085		
7259170	West Milford	west-milford	US	07480	0	America/New_York	41.1053	-74.39094	252	Vehst Milford,Vest Milford,West Milford,West Milford CDP,mylfwrd ghrby  nywjrsy,Вест Милфорд,Вэст Милфорд,میلفورد غربی، نیوجرسی		NJ	031	79460	
7259265	Fort Leonard Wood	fort-leonard-wood	US	65473	15061	America/Chicago	37.70573	-92.15717	333	Fort Leonard Wood,Fort Leonard Wood CDP,TBN,フォート・レオナード・ウッド		MO	169	63254	
7259280	Georgetown	georgetown	US	01833	0	America/Indiana/Indianapolis	41.73085	-86.22646	224	Georgetown,Georgetown CDP		IN	141	13222	
7259297	Grosse Ile	grosse-ile	US	48138	0	America/Detroit	42.12947	-83.15176	181	Gros Il,Grosse Ile,Grosse Ile CDP,Grosse Ile Township,Grosse Île,Municipio de Grosse Ile,Xa Grosse Ile,Xã Grosse Ile,bldt ghrws ly,Грос Ил,بلدة غروس لي		MI	163	35420	
7259303	Harrison	harrison	US	04040	0	America/Detroit	42.58806	-82.81784	176	Harrison,Harrison CDP		MI	099	36820	
7259423	Northridge	northridge	US	91324	0	America/New_York	39.81185	-84.1915	249	Northridge,Northridge CDP		OH	113	33922	
7259426	Oak Park	oak-park	US	48237	0	America/Kentucky/Louisville	38.30539	-85.68966	140	Oak Park,Oak Park CDP		IN	019	38367	
7259489	Scott Air Force Base	scott-air-force-base	US	62225	3612	America/Chicago	38.5427	-89.85035	134	Scott AFB,Scott Air Force Base,Scott Air Force Base CDP,Scottova letecka zakladna,Scottova letecká základna,Vazdukhoplovna baza Skot,paygah nyrw hwayy skat,seukos gong-gun giji,sukotto kong jun ji de,Ваздухопловна база Скот,Пойгоҳи Нерӯи Ҳавоии Скот,پایگاه نیرو هوایی سکات,スコット空軍基地,스콧 공군 기지		IL	163	69550	
7259492	Shelby	shelby	US	28150	0	America/Detroit	42.67143	-83.03497	207	Shelby,Shelby CDP		MI	099	72820	
7259497	Shiloh	shiloh	US	08353	0	America/New_York	39.81589	-84.23175	258	Shiloh,Shiloh CDP		OH	113	33922	
7259576	Canton	canton	US	02021	0	America/Detroit	42.30745	-83.48687	208	Canton,Canton CDP		MI	163	13120	
7259577	Carrollton	carrollton	US	23314	0	America/Detroit	43.46169	-83.94056	180	Carrollton,Carrollton CDP		MI	145	13540	
7259617	Waterford	waterford	US	04088	0	America/Detroit	42.66026	-83.38707	290	Waterford,Waterford CDP		MI	125	84240	
7259637	Whiteman Air Force Base	whiteman-air-force-base	US	65305	2556	America/Chicago	38.73018	-93.55895	254	Base de la Fuerza Aerea Whiteman,Base de la Fuerza Aérea Whiteman,Uajtmen,Vazdukhoplovna baza Vajtman,Whiteman AFB,Whiteman Air Force Base,Whiteman Air Force Base CDP,Whitemanova letecka zakladna,Whitemanova letecká základna,Ваздухопловна база Вајтман,Пойгоҳ нерӯ ҳаво воит‌ман,Уайтмен,پایگاه هوایی وایت‌من		MO	101	77524	
7259771	Fort Knox	fort-knox	US	40121	10124	America/New_York	37.89113	-85.96363	225	FTK,Fort Knox,Fort Knox CDP,Ft. Knox		KY	093		
7259777	Fort Rucker	fort-rucker	US	36362	4636	America/Chicago	31.34282	-85.71538	106	Fort Raker,Fort Rucker,Fort Rucker CDP,Fort-Raker,fwr rkr,fwrt rakr  alabama,pharta rukara,Форт Ракер,Форт-Ракер,فور ركر,فورت راکر، آلاباما,फर्ट रुकर		AL	045		
7259778	Fort Stewart	fort-stewart	US	31314	4924	America/New_York	31.87217	-81.61001	24	Fort Stewart,Fort Stewart CDP		GA	179		
7259780	Four Corners	four-corners	US	82715	26116	America/New_York	28.33287	-81.64738	36	Four Corners,Four Corners CDP		FL	069		
7259857	High Point	high-point	US	27260	0	America/New_York	26.46706	-80.12699	6	High Point,High Point CDP		FL	099		
7259965	Blacksville	blacksville	US	26521	0	America/New_York	33.42168	-84.15068	273	Blacksville,Blacksville CDP		GA	151		
7260122	Sherrills Ford	sherrills-ford	US	28673	0	America/New_York	35.62001	-80.99702	266	Sherrills Ford,Sherrills Ford CDP		NC	035	92152	
7260219	University	university	US	38677	41163	America/New_York	28.07389	-82.43902	12	University,University CDP		FL	057		
7260336	Kirkland	kirkland	US	60146	0	America/New_York	34.31719	-77.79672	12	Kirkland,Kirkland CDP		NC	129	91404	
7260518	Oak Grove	oak-grove	US	42262	10291	America/New_York	33.9809	-81.14286	111	Oak Grove,Oak Grove CDP		SC	063		
7260600	Powderville	powderville	US	59345	0	America/New_York	34.78272	-82.49587	293	Powderville,Powderville CDP,Powderville Census Designated Place		SC	007		
7260677	Clackamas	clackamas	US	97015	0	America/Los_Angeles	45.41222	-122.55449	37	Clackamas,Clackamas CDP,Klakamas,Клакамас		OR	005		
7260720	Cottonwood	cottonwood	US	36320	0	America/Denver	39.55894	-104.8068	1769	Cottonwood,Cottonwood CDP		CO	035		
7260987	Cache	cache	US	73527	38	America/Denver	41.83082	-112.00511	1359	Cache,Cache CDP		UT	005		
7261282	Fort Bliss	fort-bliss	US	79916	8591	America/Denver	31.81357	-106.41224	1186	Fort Bliss,Fort Bliss CDP		TX	141		
7261093	Echo Lake	echo-lake	US	95721	0	America/Los_Angeles	47.78433	-122.04076	171	Echo Lake,Echo Lake CDP		WA	061		
7261117	Elberta	elberta	US	36530	256	America/Denver	39.97389	-111.95538	1421	Elberta,Elberta CDP		UT	049		
7261152	Fairchild Air Force Base	fairchild-air-force-base	US	99011	2776	America/Los_Angeles	47.61879	-117.64826	742	Base de la Fuerza Aerea Fairchild,Base de la Fuerza Aérea Fairchild,Fairchild AFB,Fairchild Air Force Base,Fairchild Air Force Base CDP,Fairchildova letecka zakladna,Fairchildova letecká základna,Vazdukhoplovna baza Ferchajld,paygah nyrwy hwayy fyrchayld,Ваздухопловна база Ферчајлд,Пойгоҳи нерӯе ҳаво фирчоилд,پایگاه نیروی هوایی فیرچایلد		WA	063		
7261291	Fort Hood	fort-hood	US	76544	29589	America/Chicago	31.13489	-97.77561	273	Fort Hood,Fort Hood CDP		TX	027		
7261353	Gold Canyon	gold-canyon	US	85118	10159	America/Phoenix	33.37145	-111.43691	580	Gold Camp CDP,Gold Camp Census Designated Place,Gold Canyon		AZ	021		
7261434	Highland	highland	US	12528	0	America/Los_Angeles	46.13618	-119.12723	331	Highland,Highland CDP		WA	005		
7261445	Holloman Air Force Base	holloman-air-force-base	US	88330	3054	America/Denver	32.84827	-106.09977	1240	Holloman Air Force Base,Holloman Air Force Base CDP		NM	035		
7261648	Lemon Cove	lemon-cove	US	93244	308	America/Los_Angeles	36.37883	-119.03142	153	Lemon Cove,Lemon Cove CDP		CA	107		
7261868	Mesa	mesa	US	81643	251	America/Los_Angeles	37.41895	-118.54239	1410	Mesa,Mesa CDP		CA	027		
7261985	North Creek	north-creek	US	12853	0	America/Los_Angeles	47.81598	-122.17958	120	North Creek,North Creek CDP		WA	061		
7262018	Oakley	oakley	US	48649	49	America/Denver	41.75205	-110.52799	2151	Oakley,Oakley CDP		WY	023		
7262027	Ohkay Owingeh	ohkay-owingeh	US	87566	1143	America/Denver	36.05082	-106.06897	1726	Ohkay Owingeh,Ohkay Owingeh CDP		NM	039		
7262132	Point of Rocks	point-of-rocks	US	21777	0	America/Denver	41.67775	-108.78864	1983	Point of Rocks,Point of Rocks CDP		WY	037		
7262401	Tsaile	tsaile	US	86556	1205	America/Denver	36.3033	-109.21566	2147	Tsaile,Tsaile CDP		AZ	001		
7262464	Vincent	vincent	US	35178	15922	America/Los_Angeles	34.09836	-117.92383	140	Vincent,Vincent CDP		CA	037		
7262513	West River	west-river	US	20778	0	America/Denver	44.09725	-107.99606	1268	West River,West River CDP		WY	043		
7262539	Wickliffe	wickliffe	US	42087	75	America/Chicago	36.29544	-95.10629	260	Wickliffe,Wickliffe CDP		OK	097		
7262556	Winchester	winchester	US	01890	0	America/Denver	43.90475	-108.09153	1271	Winchester,Winchester CDP		WY	043		
7262634	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	45.43436	-122.54983	85	Sunnyside,Sunnyside CDP		OR	005		
7262648	Sycamore	sycamore	US	15364	0	America/Chicago	35.53733	-94.93835	216	Sycamore,Sycamore CDP		OK	135		
7262665	Taylor	taylor	US	18517	90	America/Denver	42.07023	-110.98993	1971	Taylor,Taylor CDP		WY	023		
7262790	Schofield Barracks	schofield-barracks	US	96857	16370	Pacific/Honolulu	21.49837	-158.06515	272	Schofield Barracks,Schofield Barracks CDP		HI	003		
7262863	Fort Greely	fort-greely	US	99731	539	America/Anchorage	63.9412	-145.57398	421	Fort Greely,Fort Greely CDP		AK	240		
7262940	Alpine	alpine	US	07620	0	America/Anchorage	70.32342	-150.97542	1	Alpine,Alpine CDP		AK	185		
7262996	Primrose	primrose	US	68655	78	America/Anchorage	60.34322	-149.3448	764	Primrose,Primrose CDP		AK	122		
7263003	Salcha	salcha	US	99714	1095	America/Anchorage	64.52399	-146.9021	205	Salcha,Salcha CDP		AK	090		
7263005	Silver Springs	silver-springs	US	14550	114	America/Anchorage	62.01335	-145.33555	360	Silver Springs,Silver Springs CDP		AK	261		
7267468	Fort Eustis	fort-eustis	US	23604	0	America/New_York	37.15204	-76.5781	0	FAF,Fort Eustis		VA	700		
7284982	Valley Village	valley-village	US	91607	0	America/Los_Angeles	34.16488	-118.3965				CA	037		
7310139	Georgetown	georgetown	US	01833	0	America/New_York	40.624	-73.9135	7	Georgetown,Georgetowne Greens		NY	047		
7310164	San Tan Valley	san-tan-valley	US	85140	81321	America/Phoenix	33.1911	-111.528	462			AZ	021		
7315188	Turkey Creek	turkey-creek	US	70585	294	America/Phoenix	33.80109	-109.9461				AZ	017		
7315158	Highland Lakes	highland-lakes	US	07422	3926	America/Chicago	33.39838	-86.6513				AL	117		
7315163	Whitestone	whitestone	US	11357	97	America/Anchorage	64.15284	-145.90639		Whitestone Farms		AK	240		
7315168	Crystal Beach	crystal-beach	US	34681	279	America/Phoenix	34.57138	-114.39263				AZ	015		
7315177	North Fork	north-fork	US	83466	1417	America/Phoenix	34.00167	-109.96355				AZ	017		
7315181	Rainbow City	rainbow-city	US	35906	968	America/Phoenix	33.87304	-109.97623				AZ	017		
7315184	Scenic	scenic	US	57780	1643	America/Phoenix	36.79359	-114.01275				AZ	015		
7315191	Walnut Creek	walnut-creek	US	44687	562	America/Phoenix	35.13124	-114.12662				AZ	015		
7315200	Meadowbrook	meadowbrook	US	26404	3185	America/Los_Angeles	33.72578	-117.28509				CA	065		
7315234	Midway	midway	US	15060	16115	America/Chicago	30.40648	-87.00553				FL	113		
7315235	Nocatee	nocatee	US	34268	4524	America/New_York	30.0832	-81.40283				FL	109		
7315244	Henderson	henderson	US	13650	1647	America/New_York	32.00813	-81.25887	3			GA	051		
7315247	Georgetown	georgetown	US	01833	404	America/Chicago	40.46101	-90.71815	184			IL	109	24101	
7315256	McConnell AFB	mcconnell-afb	US	67221	1777	America/Chicago	37.63007	-97.25869		McConnell AFB,McConnell AFB Census Designated Place		KS	173	29300	
7315263	Summerfield	summerfield	US	27358	10898	America/New_York	38.90454	-76.8683				MD	033		
7315265	Southfield	southfield	US	01259	0	America/New_York	42.14637	-70.93336				MA	023	57775	
7315268	Maple Grove	maple-grove	US	55311	132	America/Detroit	44.70905	-85.85374				MI	019	01640	
7315270	Mahnomen	mahnomen	US	56557	239	America/Chicago	46.77312	-92.54179				MN	137	07606	
7315277	Indian Springs	indian-springs	US	89018	31	America/Denver	48.95779	-115.04372				MT	053		
7315279	Midvale	midvale	US	44653	393	America/Denver	48.89016	-115.05436				MT	053		
7315285	Beaverdam	beaverdam	US	23015	44	America/Los_Angeles	37.68611	-114.44186				NV	017		
7315291	Brookfield	brookfield	US	01506	675	America/New_York	40.81738	-75.06085				NJ	041	80570	
7315304	Indian Hills	indian-hills	US	80454	892	America/Denver	34.98318	-106.13975		Dunn Place Census Designated Place,Indian Hills		NM	057		
7315322	Rosedale	rosedale	US	11422	394	America/Denver	32.76965	-108.24233				NM	017		
7315326	Ventura	ventura	US	50482	468	America/Denver	32.24378	-107.6832				NM	029		
7315344	Aaronsburg	aaronsburg	US	16820	259	America/New_York	40.01088	-80.00091				PA	125	20808	
7315354	Casa Blanca	casa-blanca	US	87007	54	America/Chicago	26.29764	-98.61025				TX	427		
7315379	Providence	providence	US	02901	4786	America/Chicago	33.2334	-96.96158	177			TX	121		
7315384	Sandoval	sandoval	US	62882	32	America/Chicago	26.41819	-99.07943				TX	427		
7315385	Savannah	savannah	US	13146	3318	America/Chicago	33.22603	-96.90786				TX	121		
7315411	Crocker	crocker	US	65452	1268	America/Los_Angeles	47.08091	-122.10383				WA	053		
7315424	Santiago	santiago	US	55377	42	America/Los_Angeles	47.29891	-124.23146				WA	027		
7315551	Matheny	matheny	US	24860	1212	America/Los_Angeles	36.17066	-119.35158	83			CA	107		
7534469	Kingwood	kingwood	US	26537	0	America/Chicago	30.05691	-95.18349				TX	201		
7535510	University Park	university-park	US	16802	7070	America/Chicago	41.44298	-87.6836		University Park		IL	197	49958	
7536026	Rio Vista	rio-vista	US	76093	8348	America/Los_Angeles	38.16389	-121.69583		Rio Vista,Río Vista,li ao wei si ta,riyo bhista,ryw fysta,ryw wysta  kalyfrnya,Рио Виста,ريو فيستا,ریو ویستا، کالیفرنیا,रियो भिस्टा,里奥维斯塔		CA	095		
7647784	Galloway	galloway	US	26349	0	America/New_York	39.48788	-74.47598				NJ	001	25560	
7667994	San Miguel	san-miguel	US	88058	0	America/Chicago	28.50121	-98.50162				TX	311		
7701608	Bay Village	bay-village	US	44140	0	America/New_York	39.56962	-74.23596				NJ	029	03940	
7701640	Indian Springs	indian-springs	US	89018	785	America/Chicago	30.69578	-94.7528	112			TX	373		
7871017	Springdale	springdale	US	15144	0	America/New_York	35.8983	-78.71438				NC	183	91772	
7718090	Riverside	riverside	US	02915	0	America/Chicago	45.12306	-92.51972	301			WI	109	76675	
7728054	Gayville	gayville	US	57031	0	America/New_York	41.44056	-73.58361	157			NY	079	68924	
7728582	Woodlake	woodlake	US	75865	7319	America/New_York	37.42106	-77.67931	76			VA	041		
7733121	Chincoteague Island	chincoteague-island	US	23336	0	America/New_York	37.92994	-75.36243				VA	001		
7870061	Bella Vista	bella-vista	US	72714	0	America/New_York	28.49346	-81.25538				FL	095		
7870114	Oak Forest	oak-forest	US	60452	0	America/New_York	41.20436	-80.72016				OH	155	36554	
7870155	LaGrange	lagrange	US	04453	0	America/Chicago	41.80568	-87.86942				IL	031	45447	
7870790	Westgate	westgate	US	50681	0	America/New_York	41.59621	-76.01346				PA	131	81344	
7871016	Westgate	westgate	US	50681	0	America/New_York	35.90073	-78.73223				NC	183	91772	
7871018	Long Lake	long-lake	US	12847	0	America/New_York	35.88258	-78.72906				NC	183	91772	
7871019	Oak Park	oak-park	US	48237	0	America/New_York	35.8446	-78.70691				NC	183	91548	
7871025	Woodlawn	woodlawn	US	24381	0	America/New_York	35.91366	-78.74983				NC	183	91772	
7871030	Westlake	westlake	US	44145	0	America/New_York	35.88446	-78.70571				NC	183	91772	
7909997	Union	union	US	03887	0	America/Chicago	42.2275	-88.52732				IL	111	16314	
8029967	Lockwood	lockwood	US	14859	0	America/Los_Angeles	45.86252	-122.61064				WA	011		
8030162	West Hills	west-hills	US	91307	41426	America/Los_Angeles	34.19731	-118.64398	274			CA	037		
8051038	Saint Helena Island	saint-helena-island	US	29920	0	America/New_York	32.37627	-80.57222		Saint Helena,St. Helena		SC	013		
8051213	Manito	manito	US	61546	0	America/Los_Angeles	47.63503	-117.41793				WA	063		
8051214	Comstock	comstock	US	12821	0	America/Los_Angeles	47.62404	-117.41046				WA	063		
8051215	Rockwood	rockwood	US	04478	0	America/Los_Angeles	47.63324	-117.39432				WA	063		
8051223	Whitman	whitman	US	02382	0	America/Los_Angeles	47.71196	-117.37999				WA	063		
8062488	Spring Run	spring-run	US	17262	0	America/New_York	41.26731	-80.7461				OH	155	36554	
8062492	Woodmere	woodmere	US	11598	0	America/New_York	41.24471	-80.74526				OH	155	36554	
8062547	Oak Hill	oak-hill	US	12460	0	America/New_York	41.09494	-80.66321				OH	099	88000	
8062550	Arlington	arlington	US	02474	0	America/New_York	41.10794	-80.65656				OH	099	88000	
8062554	Warren	warren	US	01083	0	America/New_York	41.08003	-80.66347				OH	099	88000	
8062556	Erie	erie	US	16501	0	America/New_York	41.08365	-80.65334				OH	099	88000	
8062569	Schenley	schenley	US	15682	0	America/New_York	41.09216	-80.69012				OH	099	88000	
8062577	Highland Park	highland-park	US	08904	0	America/New_York	41.08	-80.72604				OH	099	03198	
8062590	Cottage Grove	cottage-grove	US	38224	0	America/New_York	41.06408	-80.65278				OH	099	88000	
8062591	Pleasant Grove	pleasant-grove	US	35127	0	America/New_York	41.05851	-80.65338				OH	099	88000	
8062611	Hazelton	hazelton	US	58544	0	America/New_York	41.08796	-80.62549				OH	099	88000	
8062614	Walnut Hill	walnut-hill	US	62893	0	America/New_York	41.08102	-80.67269				OH	099	88000	
8062631	Chapel Hill	chapel-hill	US	27514	0	America/New_York	41.1126	-81.48053				OH	153	01000	
8062663	Edgewater	edgewater	US	07020	0	America/New_York	41.48273	-81.76017				OH	035	16000	
8062668	Ohio City	ohio-city	US	45874	0	America/New_York	41.47624	-81.70773				OH	035	16000	
8062671	Woodland Hills	woodland-hills	US	91364	0	America/New_York	41.47785	-81.60919				OH	035	16000	
8062677	Bunker Hill	bunker-hill	US	25413	0	America/Los_Angeles	34.05202	-118.25036				CA	037		
8062690	Westlake	westlake	US	44145	0	America/Los_Angeles	34.05831	-118.27435				CA	037		
8062697	Melrose	melrose	US	02176	0	America/Los_Angeles	34.08366	-118.35515				CA	037		
8062777	Whitehall	whitehall	US	12887	0	America/New_York	41.14043	-81.33594				OH	133	39872	
8062783	Allerton	allerton	US	50008	0	America/New_York	41.13985	-81.34393				OH	133	39872	
8062784	Valley View	valley-view	US	17983	0	America/New_York	41.14208	-81.35337				OH	133	39872	
8062789	Forest Lakes	forest-lakes	US	85931	0	America/New_York	41.1698	-81.38577				OH	133	39872	
8062790	Riverside	riverside	US	02915	0	America/New_York	41.14256	-81.39122				OH	133	39872	
8062796	Sandy Lake	sandy-lake	US	16145	0	America/New_York	41.09953	-81.32119				OH	133	08840	
8062808	Stone Ridge	stone-ridge	US	12484	0	America/New_York	41.10299	-81.19978				OH	133	68392	
8062810	Woodlawn	woodlawn	US	24381	0	America/New_York	41.11819	-81.50079				OH	153	01000	
8062815	Hickory	hickory	US	15340	0	America/New_York	41.10274	-81.53001				OH	153	01000	
8062817	Bloomfield	bloomfield	US	06002	0	America/New_York	41.09412	-81.54628				OH	153	01000	
8062820	Maple Heights	maple-heights	US	44137	0	America/New_York	41.07956	-81.56291				OH	153	01000	
8062867	Harper	harper	US	25851	0	America/New_York	41.30844	-80.80481				OH	155	04444	
8062880	Crestwood	crestwood	US	40014	0	America/New_York	41.2591	-80.85272				OH	155	80892	
8062906	Elmwood	elmwood	US	02337	0	America/New_York	41.68791	-81.19643				OH	085	18196	
8062919	Cambridge	cambridge	US	02138	0	America/New_York	41.69176	-81.27522				OH	085	59430	
8062920	Morley	morley	US	49336	0	America/New_York	41.70015	-81.28784				OH	085	59430	
8062929	Edgewood	edgewood	US	21040	0	America/New_York	41.71214	-81.23385				OH	085	59416	
8062930	Big Creek	big-creek	US	25505	0	America/New_York	41.6999	-81.23085				OH	085	18196	
8062935	Forest Hills	forest-hills	US	11375	0	America/New_York	41.7172	-81.193				OH	085	59430	
8062937	Woodridge	woodridge	US	12789	0	America/New_York	41.71182	-81.18982				OH	085	61896	
8062948	Fruitland Park	fruitland-park	US	34731	0	America/New_York	41.73052	-81.25643				OH	085	59416	
8062955	Chatfield	chatfield	US	44825	0	America/New_York	41.71053	-81.26132				OH	085	59416	
8062959	Birchwood	birchwood	US	37308	0	America/New_York	41.71066	-81.35307				OH	085	49056	
8062971	Surfside	surfside	US	90743	0	America/New_York	41.6733	-81.41298				OH	085	23618	
8062972	Hartford	hartford	US	05047	0	America/New_York	41.66791	-81.42577				OH	085	23618	
8062980	Lakeshore	lakeshore	US	33854	0	America/New_York	41.69541	-81.40663				OH	085	85484	
8062981	Woodbridge	woodbridge	US	07095	0	America/New_York	41.69201	-81.39642				OH	085	85484	
8062998	Kingwood	kingwood	US	26537	0	America/New_York	41.64104	-81.342				OH	085	40670	
8063030	Rosewood	rosewood	US	43070	0	America/New_York	41.57764	-81.44337				OH	085	85512	
8063034	Grandview	grandview	US	37337	0	America/New_York	41.58605	-81.38689				OH	085	40642	
8063052	Pine Ridge	pine-ridge	US	41360	0	America/New_York	41.61474	-81.44843				OH	085	85036	
8085755	Eagle Lake	eagle-lake	US	04739	12	America/New_York	41.28451	-75.4877	577			PA	069	16664	
8086032	Pine Ridge	pine-ridge	US	41360	2707	America/New_York	41.14598	-74.99116	388			PA	103	42512	
8097131	Oak Hill	oak-hill	US	12460	33811	America/New_York	38.9258	-77.40156	100			VA	059		
8114171	Magnolia	magnolia	US	08049	0	America/Denver	39.76667	-104.83167	1628	Duff,Magnolia,Schuyler		CO	001		
8115510	High Point	high-point	US	27260	0	America/Chicago	34.02	-87.59501	256			AL	133		
8115515	Lakeshore	lakeshore	US	33854	0	America/Chicago	34.14472	-87.31389	159			AL	133		
8115739	Johnstown	johnstown	US	12095	0	America/New_York	36.48587	-80.399	358			NC	169	90260	
8478941	Mount Pleasant	mount-pleasant	US	15666	26272	America/Chicago	42.69743	-87.85577	218			WI	101	54875	
8125701	West Grove	west-grove	US	19390	0	America/New_York	39.89048	-83.11071	267			OH	049	37772	
8260172	West Greenwich	west-greenwich	US	02817	6135	America/New_York	41.637	-71.66004	77	u~esutogurinijji,wyst ghryntsh,ويست غرينتش,ویسٹ گرینچ، روڈ آئلینڈ,ウェストグリニッジ		RI	003	77720	
8299180	Cabin Creek	cabin-creek	US	25035	0	America/Juneau	55.3991	-132.53726		CBZ,Cabin Creek		AK	201		
8299340	Big Creek	big-creek	US	25505	0	America/Anchorage	57.66648	-157.58223		BIC,Big Creek		AK	164		
8299576	Bridgewater	bridgewater	US	02324	44464	America/New_York	40.60079	-74.64815		Bridgewater		NJ	035	07720	
8299582	Limestone	limestone	US	04750	1563	America/Chicago	41.13237	-87.9684				IL	091	43497	
8354649	East Windsor	east-windsor	US	06088	0	America/New_York	40.268	-74.54043	36			NJ	021	19780	
8436485	Greenwood	greenwood	US	04255	0	America/New_York	40.65574	-73.99773				NY	047		
8436487	Mapleton	mapleton	US	04757	0	America/New_York	40.61868	-73.98013				NY	047		
8449427	Howell	howell	US	07731	0	America/New_York	40.1645	-74.20834		Govell,Howell Township,Khauehll,Khovehl Taunship,Municipio de Howell,hawwl  nywjrsy,Говелл,Хауэлл,Ховэл Тауншип,هاوول، نیوجرسی		NJ	025	33300	
8449766	Lone Mountain	lone-mountain	US	37773	0	America/Los_Angeles	37.77692	-122.47339				CA	075		
8449776	Sunnyside	sunnyside	US	11104	0	America/Los_Angeles	37.72958	-122.4453				CA	075		
8449781	Lakeside	lakeside	US	06758	0	America/Los_Angeles	37.72544	-122.47347				CA	075		
8449791	Portola	portola	US	96122	0	America/Los_Angeles	37.72973	-122.40996				CA	075		
8449792	Excelsior	excelsior	US	55331	0	America/Los_Angeles	37.71793	-122.43263				CA	075		
8449794	Panhandle	panhandle	US	79068	0	America/Los_Angeles	37.77282	-122.44607				CA	075		
8449910	La Porte	la-porte	US	46350	21916	America/Chicago	41.60774	-86.71389		La Port,LaPorte,Ла Порт		IN	091	11494	
8468627	Spring Lake	spring-lake	US	07762	0	America/New_York	33.92571	-83.33129				GA	059		
8469294	Notre Dame	notre-dame	US	46556	5973	America/Indiana/Indianapolis	41.70019	-86.23793		Notre Dejm,nwtr dam dw lak,Нотре Дејм,نوتر دام دو لاك		IN	141	61128	
8469295	Randolph	randolph	US	02368	25734	America/New_York	40.84829	-74.58148		Randol'f Taunship,Randolph Township,randwlf  nywjrsy,Рандольф Тауншип,راندولف، نیوجرسی,رینڈولف ٹاؤن شپ، نیو جرسی		NJ	027	61890	
8478320	Mountain View	mountain-view	US	65548	122	America/Denver	32.22979	-107.75146	1313	Mountain View,Mountainview		NM	029		
8478940	Hobart	hobart	US	13788	8283	America/Chicago	44.49925	-88.14986	218			WI	009	35150	
8479095	Truro	truro	US	02666	0	America/New_York	38.8325	-77.24694	100			VA	059		
8479111	Lisbon	lisbon	US	03585	0	America/Detroit	43.14722	-85.78917	274			MI	081	75440	
8479112	McLean	mclean	US	68747	0	America/Detroit	43.35972	-85.97917	218			MI	123	10500	
8479123	Cloverdale	cloverdale	US	24077	0	America/Detroit	42.5425	-85.39028	281			MI	015	39120	
8479134	Willow Creek	willow-creek	US	59760	0	America/Denver	39.57306	-104.89472	1746			CO	005		
8479146	University Park	university-park	US	16802	0	America/Denver	39.67861	-104.96944	1629			CO	031		
8479152	Westgate	westgate	US	50681	0	America/Denver	39.67111	-105.09306	1662			CO	059		
8479156	Camp Creek	camp-creek	US	25820	0	America/New_York	37.47476	-82.08652	326			KY	195		
8479160	Hurricane	hurricane	US	25526	0	America/New_York	37.49413	-82.07589	287			KY	195		
8479168	Grand Lake	grand-lake	US	80447	0	America/Los_Angeles	37.81167	-122.24583	15			CA	001		
8479178	Mount Hope	mount-hope	US	25880	0	America/New_York	38.05073	-83.44483	292			KY	205		
8479184	Arlington Heights	arlington-heights	US	02475	0	America/Los_Angeles	34.04222	-118.31889	61			CA	037		
8479217	Red Creek	red-creek	US	13143	0	America/New_York	37.44063	-82.46796	251			KY	195		
8479219	Stanley	stanley	US	14561	0	America/New_York	37.51766	-82.57045	211			KY	195		
8479232	Beaver Creek	beaver-creek	US	56116	0	America/New_York	37.32109	-82.34249	279			KY	195		
8479238	Porter	porter	US	04068	0	America/New_York	37.44609	-82.85691	219			KY	119		
8479283	Fort Peck	fort-peck	US	59223	251	America/Denver	48.00889	-106.44861	663			MT	105		
8479292	Fair Oaks	fair-oaks	US	47943	0	America/Los_Angeles	37.47417	-122.19556	8			CA	081		
8479306	Westview	westview	US	40178	0	America/Denver	39.89083	-105.00139	1651			CO	001		
8479313	Del Mar	del-mar	US	92014	0	America/Denver	39.72889	-104.8575	1649			CO	005		
8479318	Mission Viejo	mission-viejo	US	92690	0	America/Denver	39.64639	-104.8	1728			CO	005		
8479323	Oak Park	oak-park	US	48237	0	America/Denver	39.83583	-105.12111	1718			CO	059		
8479327	Willow Springs	willow-springs	US	60480	0	America/Denver	39.61167	-105.18111	1878			CO	059		
8479330	Brandywine	brandywine	US	20613	0	America/Denver	39.92361	-105.03639	1601			CO	014		
8479332	Pea Ridge	pea-ridge	US	72751	0	America/New_York	38.43576	-83.60182	362			KY	069		
8479333	Leawood	leawood	US	66206	0	America/Denver	39.60361	-105.06361	1668			CO	059		
8479336	Grand Prairie	grand-prairie	US	75050	0	America/Chicago	41.57528	-88.17444	189			IL	197	60300	
8479337	Broken Arrow	broken-arrow	US	74011	0	America/Chicago	41.57833	-88.01667	218			IL	197	35827	
8479350	Coffee Creek	coffee-creek	US	59424	0	America/New_York	37.88773	-83.06609	292			KY	175		
8479361	Asbury	asbury	US	08802	0	America/New_York	38.66522	-84.04588	287			KY	023		
8479362	Hendrix	hendrix	US	74741	0	America/New_York	37.18025	-83.2637	296			KY	131		
8479366	Sand Point	sand-point	US	99661	0	America/Los_Angeles	47.68194	-122.25306	12			WA	033		
8479392	Cedar Crest	cedar-crest	US	87008	0	America/New_York	42.07662	-70.66582	17			MA	023	38855	
8479398	Church Creek	church-creek	US	21622	0	America/New_York	39.0799	-75.4787	5			DE	001		
8479414	Butler	butler	US	07405	0	America/Phoenix	35.25365	-113.98495	1018			AZ	015		
8479418	Inverness	inverness	US	34450	0	America/Denver	39.5623	-104.86288	1766			CO	035		
8479424	Newport Coast	newport-coast	US	92657	0	America/Los_Angeles	33.59609	-117.83959	201			CA	059		
8479429	Roma	roma	US	78584	10223	America/Chicago	26.40526	-99.01581	66	Roma,rma  tgzas,rwma,Рома,رما، تگزاس,روما		TX	427		
8479440	Mill Creek	mill-creek	US	17060	0	America/New_York	38.0225	-83.7233	265			KY	011		
8479445	Factoryville	factoryville	US	18419	0	America/Detroit	42.05278	-85.30833	265			MI	149	47020	
8479452	Black Creek	black-creek	US	14714	0	America/New_York	37.89055	-83.92703	208			KY	197		
8479517	Bicknell	bicknell	US	47512	0	America/New_York	37.58282	-84.05194	215			KY	065		
8479520	Pea Ridge	pea-ridge	US	72751	0	America/New_York	37.68638	-84.01212	252			KY	065		
8479523	Tipton	tipton	US	16684	0	America/New_York	37.67886	-83.86468	204			KY	065		
8479524	Watson	watson	US	35181	0	America/New_York	37.7353	-83.83299	387			KY	065		
8479525	Buck Creek	buck-creek	US	47924	0	America/New_York	37.64003	-83.88314	201			KY	065		
8479528	Reeves	reeves	US	70658	0	America/New_York	37.6526	-83.98628	201			KY	065		
8479582	Brooks	brooks	US	04921	0	America/New_York	38.335	-77.4803	67			VA	179		
8479583	Deep Run	deep-run	US	28525	0	America/New_York	38.4752	-77.6043	97			VA	179		
8479585	Lake Arrowhead	lake-arrowhead	US	92352	0	America/New_York	38.501	-77.5461	93			VA	179		
8479621	Hyde Park	hyde-park	US	02136	0	America/Chicago	38.6628	-90.2037	145	Bremen,Hyde Park,New Bremen		MO	510		
8479623	Penrose	penrose	US	28766	0	America/Chicago	38.679	-90.2388	146			MO	510		
8479650	Brookline	brookline	US	02445	0	America/Chicago	29.709	-95.3099	10			TX	201		
8479651	Brookwood	brookwood	US	35444	0	America/Chicago	29.599	-95.0975	5			TX	201		
8479654	Cimarron	cimarron	US	67835	0	America/Chicago	29.7709	-95.7583	38			TX	201		
8479655	Clear Lake	clear-lake	US	50428	0	America/Chicago	29.5534	-95.1276	7			TX	201		
8479656	Quail Valley	quail-valley	US	92587	0	America/Chicago	29.5708	-95.5441	20			TX	157		
8479659	Riverview	riverview	US	33568	0	America/Chicago	29.7147	-95.327	10			TX	201		
8479671	Hidden Valley	hidden-valley	US	15502	0	America/Chicago	29.8961	-95.4185	25			TX	201		
8479675	Linkwood	linkwood	US	21835	0	America/Chicago	29.6896	-95.434	15			TX	201		
8479676	Maplewood	maplewood	US	07040	0	America/Chicago	29.6862	-95.4806	17			TX	201		
8479679	Northborough	northborough	US	01532	0	America/Chicago	29.9514	-95.4219	28			TX	201		
8479682	Westwood	westwood	US	02090	0	America/Chicago	29.6709	-95.4424	17			TX	201		
8479692	Thornwood	thornwood	US	10594	0	America/Chicago	29.7761	-95.6106	26			TX	201		
8479735	Bellamy	bellamy	US	36901	0	America/New_York	28.0884	-82.5601	13			FL	057		
8479736	Blackwater	blackwater	US	24221	0	America/New_York	28.1157	-82.0592	34			FL	057		
8479742	East Point	east-point	US	41216	0	America/New_York	28.0055	-82.4049	14			FL	057		
8479747	Clayton	clayton	US	08312	0	America/New_York	27.9353	-82.2836	12			FL	057		
8479750	Livingston	livingston	US	07039	0	America/New_York	28.1254	-82.4368	19			FL	057		
8479751	Long Pond	long-pond	US	18334	0	America/New_York	27.9647	-82.2626	15			FL	057		
8479755	Grant Park	grant-park	US	60940	0	America/New_York	27.9771	-82.3982	15			FL	057		
8479757	Hilton	hilton	US	14468	0	America/New_York	27.8797	-82.5005	4			FL	057		
8479760	Kilgore	kilgore	US	69216	0	America/New_York	28.024	-82.1252	40			FL	057		
8479764	Lake Charles	lake-charles	US	70601	0	America/New_York	28.1163	-82.4811	16			FL	057		
8479774	Wiggins	wiggins	US	39577	0	America/New_York	28.0191	-82.1176	38			FL	057		
8479777	Shoals	shoals	US	25562	0	America/New_York	27.8603	-82.2729	7			FL	057		
8479778	Sundance	sundance	US	82729	0	America/New_York	27.6497	-82.4076	5			FL	057		
8479779	Sunset	sunset	US	04683	0	America/New_York	27.874	-82.5087	3			FL	057		
8479785	Terrace Park	terrace-park	US	45174	0	America/New_York	28.0368	-82.407	16			FL	057		
8479843	Salt Rock	salt-rock	US	25559	0	America/New_York	37.54049	-83.95226	393			KY	109		
8479844	Sparks	sparks	US	31647	0	America/New_York	37.45536	-83.96196	420			KY	109		
8479852	Blooming Grove	blooming-grove	US	10914	0	America/New_York	37.35867	-83.96042	373			KY	109		
8479869	Lyle	lyle	US	55953	0	America/Detroit	43.82917	-84.5375	229			MI	051	06680	
8479910	Church Hill	church-hill	US	21623	0	America/Chicago	31.98889	-95.32167	157			TX	073		
8479935	Pleasant View	pleasant-view	US	37146	0	America/New_York	41.88889	-71.37778	28	Kent Mills,Lebanon,Lebanon Mills,Pleasant View		RI	007	54640	
8479950	Green Lake	green-lake	US	54941	0	America/Detroit	42.745	-85.60028	247			MI	005	46760	
8480022	Mount Clare	mount-clare	US	26408	0	America/New_York	39.21516	-80.34546	311	Byron Station,Mount Clare		WV	033		
8480025	Palos Verdes Peninsula	palos-verdes-peninsula	US	90274	0	America/Los_Angeles	33.76688	-118.3806	367			CA	037		
8480028	Green Valley	green-valley	US	54127	0	America/Los_Angeles	33.01485	-117.04027	184			CA	073		
8480030	Garnet Valley	garnet-valley	US	19060	0	America/New_York	39.83416	-75.44794	20			PA	045	78776	
8480031	Waterford	waterford	US	04088	19281	America/New_York	41.3417	-72.13597	9	Central Waterford,Vaterford,Voterford,sentrala vatarapharda,Ватерфорд,Вотерфорд,واٹرفورڈ، کنیکٹیکٹ,सेन्ट्रल वाटरफर्ड		CT	011	80280	
8480032	Devens	devens	US	01434	1840	America/New_York	42.5447	-71.61318	81	Devens		MA	027	28950	
8480039	Twin Lakes	twin-lakes	US	53181	1647	America/New_York	38.24927	-78.44378	180			VA	079		
8480048	Cherry Creek	cherry-creek	US	14723	11120	America/Denver	39.63455	-104.88286	1720			CO	005		
8480050	Inverness	inverness	US	34450	1532	America/Denver	39.57738	-104.86135	1756			CO	005		
8480054	Twin Lakes	twin-lakes	US	53181	334	America/Chicago	42.4847	-94.63589	377			IA	025	93855	
8480059	Apple Valley	apple-valley	US	92307	5058	America/New_York	40.4389	-82.35391	343			OH	083	36526	
8480062	Meadowbrook	meadowbrook	US	26404	18312	America/New_York	37.44882	-77.47353	60			VA	041		
8480064	Woodburn	woodburn	US	42170	8480	America/New_York	38.84745	-77.23605	82			VA	059		
8481834	Clark	clark	US	07066	0	America/Kentucky/Louisville	38.18875	-85.4187	205	Clark,Clark Station		KY	111		
8481836	Lost Creek	lost-creek	US	17946	0	America/Chicago	27.71418	-97.75522	20			TX	355		
8481839	Buckhorn	buckhorn	US	41721	2429	America/Los_Angeles	38.45216	-120.52854	1004			CA	005		
8481848	Valley Bend	valley-bend	US	26293	485	America/New_York	38.7718	-79.92533	618			WV	083		
8498404	Constantia	constantia	US	13044	0	America/Los_Angeles	39.94989	-120.03804	1353			CA	035		
8484220	Blue Springs	blue-springs	US	38828	0	America/Chicago	34.2111	-87.43584	250			AL	133		
8484222	Newtown	newtown	US	06470	0	America/New_York	36.85201	-76.18159	4			VA	710		
8487663	Silver Lake	silver-lake	US	03875	0	America/New_York	41.81389	-71.45833	29			RI	007	59000	
8487665	Summit	summit	US	07901	0	America/New_York	41.69111	-71.7	137			RI	003	18640	
8487671	Crystal	crystal	US	48818	0	America/New_York	37.37333	-81.27139	684			WV	055		
8487906	Holly Springs	holly-springs	US	27540	0	America/New_York	36.46904	-80.54252	403			NC	171	93064	
8499920	May	may	US	73851	0	America/New_York	37.09621	-84.47449	273			KY	199		
8501396	Evergreen	evergreen	US	23939	0	America/Denver	43.31203	-102.36125	939			SD	102		
8502768	Edwards	edwards	US	13635	0	America/Chicago	43.88829	-87.83038	228			WI	117	34050	
8502770	Middle River	middle-river	US	21220	0	America/Chicago	46.56849	-91.90083	319			WI	031	01825	
8502771	Four Corners	four-corners	US	82715	0	America/Chicago	46.53256	-92.06674	329			WI	031	78675	
8502926	Cimarron	cimarron	US	67835	0	America/Chicago	38.80268	-90.86164	187			MO	183	07232	
8503113	Cedar Brook	cedar-brook	US	08018	0	America/New_York	38.31817	-84.30209	249			KY	097		
8503114	Rome	rome	US	13440	2697	America/Chicago	44.2206	-89.80843	308			WI	001	69275	
8503123	Rossford	rossford	US	43460	0	America/New_York	39.09794	-84.45145	258	Mount Pleasant,Rossford		KY	037		
8503126	Mill Creek	mill-creek	US	17060	0	America/New_York	38.61553	-85.16099	150			KY	041		
8503134	Goshen	goshen	US	01032	0	America/New_York	37.55395	-84.57786	270			KY	137		
8503169	Athens	athens	US	04912	0	America/New_York	37.24844	-84.89067	263			KY	045		
8503172	Red Hill	red-hill	US	18076	0	America/New_York	37.22871	-85.0035	287			KY	045		
8503178	Saint Charles	saint-charles	US	24282	0	America/New_York	37.59205	-85.34374	234			KY	155		
8503181	Oak Ridge	oak-ridge	US	07438	0	America/Chicago	37.34959	-86.61617				KY	031		
8503223	Oak Grove	oak-grove	US	42262	0	America/New_York	37.97753	-85.73014				KY	029		
8503235	Harmony	harmony	US	02829	0	America/Chicago	34.88033	-92.77183				AR	105	92436	
8503408	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	36.65785	-86.22349	245			KY	003		
8503417	Longview	longview	US	61852	0	America/Chicago	36.76086	-87.41229	181			KY	047		
8503420	Stephenson	stephenson	US	22656	0	America/Chicago	36.70493	-87.6	170			KY	047		
8503421	Walnut Grove	walnut-grove	US	35990	0	America/Chicago	36.85579	-87.56927	159			KY	047		
8503430	Henry	henry	US	24102	0	America/Chicago	37.6506	-87.20475	165			KY	059		
8503437	Parish	parish	US	13131	0	America/Chicago	37.76613	-87.19454	119			KY	059		
8503438	Rose Hill	rose-hill	US	24281	0	America/Chicago	37.75093	-87.09313	131			KY	059		
8503439	Snyder	snyder	US	68664	0	America/Chicago	37.64723	-87.19707	130			KY	059		
8503441	Twin Lakes	twin-lakes	US	53181	0	America/Chicago	37.71781	-87.15714	119			KY	059		
8503455	Bivins	bivins	US	75555	0	America/Chicago	37.05788	-87.19132	209			KY	177		
8503464	Lone Star	lone-star	US	75668	0	America/Chicago	37.09462	-87.27548	136			KY	177		
8503474	Green Ridge	green-ridge	US	65332	0	America/Chicago	36.89026	-87.04961	204			KY	141		
8503479	Rogers	rogers	US	06263	0	America/Chicago	36.87725	-86.79195	207			KY	141		
8503491	Mount Vernon	mount-vernon	US	04352	0	America/Chicago	37.5806	-87.35435	119			KY	149		
8503492	Reeves	reeves	US	70658	0	America/Chicago	37.58798	-87.17257	147			KY	149		
8503498	Underwood	underwood	US	47177	0	America/Chicago	37.49345	-87.18553	119			KY	149		
8503601	Southard	southard	US	73770	0	America/Chicago	37.23863	-87.55563	141			KY	107		
8503616	Hickory Grove	hickory-grove	US	29717	0	America/Chicago	37.17936	-88.04074	138			KY	033		
8503629	Milford	milford	US	01757	0	America/Chicago	37.38895	-88.31158	107	Milford,Slocum		KY	055		
8503632	Bethel	bethel	US	04217	0	America/Chicago	36.9336	-88.27901	144			KY	157		
8503637	Joppa	joppa	US	21085	0	America/Chicago	36.7655	-88.26463	147			KY	157		
8503640	Unity	unity	US	04988	0	America/Chicago	36.7646	-88.21266	152			KY	157		
8503644	Sanders	sanders	US	41083	0	America/Chicago	37.74364	-86.7099	193			KY	091		
8503652	Farley	farley	US	52046	4701	America/Chicago	37.04634	-88.56856	103			KY	145		
8503657	Oak Grove	oak-grove	US	42262	0	America/Chicago	36.98888	-88.68842	144			KY	145		
8503658	Rudolph	rudolph	US	43462	0	America/Chicago	36.98586	-88.49663	116			KY	145		
8503660	Spring Hill	spring-hill	US	34606	0	America/Chicago	37.04627	-88.70314	142			KY	145		
8503679	Mill Creek	mill-creek	US	17060	0	America/Kentucky/Louisville	38.17741	-85.87086	134			KY	111		
8503685	Bluff	bluff	US	84512	0	America/Chicago	36.73063	-89.11727	143			KY	105		
8503687	Burgess	burgess	US	22432	0	America/Chicago	36.75099	-88.83077	142			KY	105		
8503690	Enon	enon	US	45323	0	America/Chicago	36.54585	-88.87201	129			KY	105		
8503694	Mabel	mabel	US	55954	0	America/Chicago	36.5657	-89.27808	90			KY	075		
8503695	Scott	scott	US	38772	0	America/Chicago	36.68604	-89.06505	111			KY	105		
8503698	Tar Heel	tar-heel	US	28392	0	America/Chicago	36.72719	-89.01938	102			KY	105		
8503700	Wilson	wilson	US	14172	0	America/Chicago	36.92125	-88.87163	104			KY	039		
8504750	Owasso	owasso	US	74055	0	America/Detroit	43.00126	-84.17055				MI	155	61940	
8531960	Lincoln	lincoln	US	01773	21670	America/New_York	41.92111	-71.435		Linkol'n,lynkwln,rinkan,Лінкольн,لنکن، رہوڈ آئی لینڈ,لينكولن,リンカーン		RI	007	41500	
8531961	Kula	kula	US	96790	6452	Pacific/Honolulu	20.79094	-156.32695				HI	009		
8532041	Mission Hill	mission-hill	US	57046	0	America/New_York	42.33437	-71.10845				MA	025	07000	
8532042	West End	west-end	US	27376	0	America/New_York	42.36508	-71.06627				MA	025	07000	
8555978	Snowshoe	snowshoe	US	26209	0	America/New_York	38.41335	-80.00683				WV	075		
8604682	Johnston	johnston	US	02919	29247	America/New_York	41.82186	-71.50675		Dzhonston,jonsuton,jwnstwn,Джонстон,جانسٹن، روڈ آئلینڈ,جونستون,ジョンストン	5222928	RI	007	5222928	
8604824	Bingham Canyon	bingham-canyon	US	84006	726	America/Denver	40.55833	-112.13056				UT	035		
8604827	Cedar Valley	cedar-valley	US	84013	871	America/Denver	40.3332	-112.08115				UT	049		
8604998	Lake Powell	lake-powell	US	84533	134	America/Denver	37.03654	-111.3533				UT	025		
8605009	Denali National Park	denali-national-park	US	99755	217	America/Anchorage	63.54078	-151.72361				AK	068		
8605040	Hot Springs National Park	hot-springs-national-park	US	71901	35193	America/Chicago	34.5317	-93.06377				AR	051	91773	
8605043	Little Rock Air Force Base	little-rock-air-force-base	US	72099	1291	America/Chicago	34.89149	-92.15955	264			AR	119	91731	
8605044	Marble Falls	marble-falls	US	72648	781	America/Chicago	36.08425	-93.14998	834			AR	101	92373	
8605045	Pelsor	pelsor	US	72856	604	America/Chicago	35.7942	-93.04185				AR	101	93150	
8605046	State University	state-university	US	72467	303	America/Chicago	35.95422	-90.45997	302			AR	031	92154	
8643098	Cranberry Township	cranberry-township	US	16066	28098	America/New_York	40.68496	-80.10714				PA	019	16920	
8714221	California City	california-city	US	93504	0	America/Los_Angeles	37.89194	-122.44958				CA			
8766331	Egg Harbor	egg-harbor	US	54209	0	America/New_York	39.38646	-74.60361				NJ	001	20290	
9036748	Williamsburg	williamsburg	US	01096	0	America/New_York	37.27344	-76.74148				VA	095		
9180024	Boston	boston	US	02108	0	America/Los_Angeles	44.46068	-123.08138				OR	043		
9180038	Woodstock	woodstock	US	03293	1263	America/New_York	44.37494	-70.60849				ME	017	87355	
9180464	Blue Mountain	blue-mountain	US	38610	0	America/Los_Angeles	43.73389	-122.97915				OR	039		
9199789	Holtville	holtville	US	92250	0	America/Chicago	32.76057	-96.34666				TX	257		
9203826	Lansdale	lansdale	US	19446	0	America/Chicago	33.79686	-92.46033				AR	013		
9255417	Lumberton	lumberton	US	08048	0	America/New_York	40.40283	-75.02212				PA	017	71752	
9407046	Powell	powell	US	37849	0	America/Detroit	46.82408	-87.81801				MI	103	66120	
9407050	Rhododendron	rhododendron	US	97049	0	America/Los_Angeles	45.35984	-121.98116				OR	005		
9408769	Virginia	virginia	US	55777	0	America/Denver	31.76857	-106.48232				TX	141		
9539350	Grand Isle	grand-isle	US	04746	0	America/Chicago	29.9443	-85.41012				FL	005		
9613446	College Park	college-park	US	20740	0	America/New_York	30.44227	-84.28908				FL	073		
9670592	South Glastonbury	south-glastonbury	US	06073	284	America/Denver	45.32584	-110.80808	1570			MT	067		
9670593	Laurel Hill	laurel-hill	US	28351	6855	America/New_York	38.71663	-77.23686	72			VA	059		
9682173	Alexander	alexander	US	14005	0	America/New_York	35.70247	-82.61882	583			NC	021	91176	
9682914	Harrison	harrison	US	04040	7302	America/Chicago	44.22776	-88.33591	245			WI	015		
9683079	Ridgeland	ridgeland	US	29936	0	America/New_York	40.46045	-80.63699	370			OH	081	37534	
9683568	Chaplin	chaplin	US	06235	0	America/New_York	39.65059	-80.02845	315			WV	061		
9688806	Decatur	decatur	US	30030	1803	America/Chicago	42.63433	-89.41155	251			WI	045	19075	
9688823	Middlebury	middlebury	US	05753	0	America/Chicago	42.9373	-89.88302	347			WI	049	09600	
9688850	Yankeetown	yankeetown	US	34498	0	America/Chicago	43.37991	-90.79788	237			WI	023	15075	
9688851	Johnstown	johnstown	US	12095	0	America/Chicago	43.36768	-90.85694	230			WI	023	82100	
9688863	Brookville	brookville	US	15825	0	America/Chicago	43.50966	-90.85023	332			WI	123	27400	
9689162	Corinth	corinth	US	04427	0	America/Chicago	32.58771	-95.72162	141	Corinth,Hatton		TX	467		
9781212	Fort Shafter	fort-shafter	US	96858	0	Pacific/Honolulu	21.34411	-157.88628				HI	003		
9858348	Harsens Island	harsens-island	US	48028	0	America/Detroit	42.58159	-82.5668				MI	147	16180	
9858426	Fairview	fairview	US	07022	0	America/Chicago	29.69827	-89.96925		Fair View		LA	075		
9885672	Lakeside	lakeside	US	06758	0	America/Los_Angeles	37.80446	-122.26526				CA	001		
9912027	Logan	logan	US	25601	0	America/Detroit	42.32749	-83.66758				MI	161		
9952018	Fall Creek	fall-creek	US	54742	0	America/New_York	42.45301	-76.49918				NY	109	38077	
9958118	Center City	center-city	US	55012	57239	America/New_York	39.9512	-75.15923		Centro de Filadelfia		PA	101	60000	
9958188	Roosevelt	roosevelt	US	08555	0	America/Los_Angeles	34.72039	-118.0178				CA	037		
9961147	Grace	grace	US	38745	0	America/Los_Angeles	40.51909	-121.68049				CA	089		
9966479	Owen	owen	US	54460	0	America/New_York	38.5294	-84.83106				KY	187		
9972398	Whigham	whigham	US	39897	0	America/New_York	31.01653	-84.28007				GA	131		
10104153	Silver Lake	silver-lake	US	03875	32890	America/Los_Angeles	34.08668	-118.27023	104			CA	037		
10126576	Mashantucket	mashantucket	US	06338	299	America/New_York	41.47836	-71.96087				CT	011	42600	
10172894	Oakland	oakland	US	02858	0	America/New_York	29.11677	-81.35415				FL	127		
10173905	Modesto	modesto	US	62667	0	America/Los_Angeles	42.04765	-118.80135				OR	025		
10177322	Olympic Valley	olympic-valley	US	96146	0	America/Los_Angeles	39.19718	-120.2348				CA	061		
10278207	Hurlburt Field	hurlburt-field	US	32544	0	America/Chicago	30.42388	-86.69741				FL	091		
10278210	Lake Park	lake-park	US	31636	0	America/New_York	26.16048	-81.79514				FL	021		
10279455	Boys Ranch	boys-ranch	US	79010	0	America/New_York	30.30347	-82.98746				FL	121		
10283642	Prospect Hill	prospect-hill	US	27314	0	America/New_York	42.38388	-71.09794				MA	017	62535	
10300929	Monroe	monroe	US	03771	0	America/Chicago	39.03992	-95.68096				KS	177	71000	
10300930	Old-Town	old-town	US	04468	0	America/Chicago	39.05358	-95.69311				KS	177	71000	
10300931	Potwin	potwin	US	67123	0	America/Chicago	39.06198	-95.69482				KS	177	71000	
10300948	Philadelphia	philadelphia	US	13673	0	America/New_York	38.79396	-75.43346				DE	005		
10302136	University Park	university-park	US	16802	0	America/Denver	40.57948	-105.07213				CO	069		
10302245	Central	central	US	29630	0	America/Denver	39.73425	-104.97252				CO	031		
10302963	King William	king-william	US	23086	0	America/Chicago	29.40678	-98.49295				TX	029		
10346458	Lake Powell	lake-powell	US	84533	0	America/Phoenix	36.9394	-111.48814				AZ	005		
10630384	Oak Island	oak-island	US	28465	0	America/New_York	28.34118	-81.60031				FL	097		
11002185	Holy Cross	holy-cross	US	52053	0	America/Chicago	29.95839	-90.01901				LA	071	98000	
11048224	Avondale	avondale	US	19311	0	America/New_York	27.32458	-82.53264				FL	115		
11048722	Buena Vista	buena-vista	US	15018	0	America/Chicago	36.18988	-86.81032				TN	037		
11048726	Germantown	germantown	US	12526	0	America/Chicago	36.17824	-86.78813				TN	037		
11049070	Buena Vista	buena-vista	US	15018	0	America/Chicago	36.17696	-86.79628				TN	037		
11049240	Five Points	five-points	US	36855	0	America/New_York	34.00052	-81.01679				SC	079		
11055051	Merritt	merritt	US	28556	0	America/Los_Angeles	37.79758	-122.25659				CA	001		
11055071	Wofford Heights	wofford-heights	US	93285	0	America/Los_Angeles	35.72303	-118.5648				CA	029		
11071357	Marrowbone	marrowbone	US	42759	0	America/Chicago	36.25597	-86.91211				TN	037		
11072542	Apple Valley	apple-valley	US	92307	0	America/Chicago	36.00457	-86.6317				TN	037		
11072543	South Shore	south-shore	US	41175	0	America/Chicago	36.05323	-86.58407				TN	037		
11072547	Ponce De Leon	ponce-de-leon	US	32455	0	America/New_York	27.7971	-82.67323				FL	103		
11101838	Etters	etters	US	17319	0	America/New_York	40.15241	-76.8189				PA	133	53224	
11126292	Santa Fe	santa-fe	US	38482	0	America/Los_Angeles	37.84233	-122.27255				CA	001		
11126294	Southside	southside	US	25187	0	America/Los_Angeles	37.86747	-122.25281				CA	001		
11126386	Knickerbocker	knickerbocker	US	76939	0	America/Los_Angeles	37.87089	-122.18312				CA	013		
11126388	Silverwood	silverwood	US	48760	0	America/Los_Angeles	37.88905	-122.15484				CA	013		
11126392	Claremont	claremont	US	03743	0	America/Los_Angeles	37.88976	-122.20518				CA	013		
11128489	River Ranch	river-ranch	US	33867	0	America/New_York	27.7712	-81.20622				FL	105		
11205432	Cedarhurst	cedarhurst	US	11516	0	America/Chicago	34.70694	-86.56888				AL	089		
11239118	Fort Sheridan	fort-sheridan	US	60037	0	America/Chicago	42.20398	-87.80994		FSN,Fort Sheridan		IL	097	50364	
11258152	Harbor View	harbor-view	US	43434	0	America/Chicago	43.02115	-87.90796				WI	079	53000	
11258157	Concordia	concordia	US	64020	0	America/Chicago	43.04139	-87.95217				WI	079	53000	
11258160	Walnut Hill	walnut-hill	US	62893	0	America/Chicago	43.0561	-87.95483				WI	079	53000	
11279749	Monarch	monarch	US	59463	0	America/Denver	38.55303	-106.29457				CO	015		
11282299	Shaw Island	shaw-island	US	98286	0	America/Los_Angeles	48.57326	-122.96096				WA	055		
11377205	Forest Hills	forest-hills	US	11375	0	America/New_York	39.92346	-81.97307	239			OH	119	82236	
11377225	Northwood	northwood	US	03261	0	America/New_York	39.97134	-82.02403	232			OH	119	88084	
11377228	Spring Valley	spring-valley	US	10977	0	America/New_York	39.95789	-81.8905	247			OH	119	61994	
11377231	Westwood	westwood	US	02090	0	America/New_York	39.91658	-82.02532	265			OH	119	74125	
11377238	Avondale	avondale	US	19311	0	America/New_York	41.87873	-80.78	198			OH	007	02652	
11377249	Bryn Mawr	bryn-mawr	US	19010	0	America/New_York	40.2038	-82.99105	286			OH	041	58618	
11377261	Deer Creek	deer-creek	US	56527	0	America/New_York	40.85392	-81.95089	357			OH	169	86548	
11377263	Highland Park	highland-park	US	08904	0	America/New_York	40.82194	-81.91777	309			OH	169	86548	
11377278	Brookfield	brookfield	US	01506	0	America/New_York	40.0108	-83.16148	286			OH	049	57344	
11377282	Coventry	coventry	US	02816	0	America/New_York	39.99757	-83.16137	286			OH	049	18000	
11377289	Edgewater	edgewater	US	07020	0	America/New_York	39.99254	-83.16323	286			OH	049	18000	
11377303	Hyde Park	hyde-park	US	02136	0	America/New_York	40.01461	-83.15646	284			OH	049	57344	
11377304	Lakewood	lakewood	US	08701	0	America/New_York	40.0165	-83.17872	287			OH	049	57344	
11377306	Millington	millington	US	07946	0	America/New_York	40.02314	-83.11118	260			OH	049	18000	
11377308	Oak Run	oak-run	US	96069	0	America/New_York	40.00762	-83.14344	280			OH	049	18000	
11377311	Millbrook	millbrook	US	12545	0	America/New_York	40.29889	-83.10879	287			OH	041	21469	
11377313	Nottingham	nottingham	US	03290	0	America/New_York	40.31507	-83.09491	289			OH	041	21469	
11377314	Oakdale	oakdale	US	06370	0	America/New_York	40.33031	-83.07707	280			OH	041	21469	
11377348	Highland Park	highland-park	US	08904	0	America/New_York	39.8943	-83.0709	250			OH	049	37772	
11377362	Hyde Park	hyde-park	US	02136	0	America/New_York	40.9796	-81.4785	347			OH	153		
11377368	Carrington	carrington	US	58421	0	America/New_York	40.8686	-81.50604	341			OH	151	38094	
11377369	Wexford	wexford	US	15090	0	America/New_York	40.8726	-81.4967	332			OH	151	38094	
11377379	Cloverdale	cloverdale	US	24077	0	America/New_York	40.8218	-81.4887	324			OH	151	38094	
11377391	Westbrook	westbrook	US	04092	0	America/New_York	40.0538	-84.22605	263			OH	109	18224	
11377392	Brookside	brookside	US	07926	0	America/New_York	40.0493	-84.22287	262			OH	109	18224	
11377394	Fairfield	fairfield	US	04937	0	America/New_York	40.0636	-84.2547	285			OH	109	18224	
11377399	Woodlawn	woodlawn	US	24381	0	America/New_York	40.0531	-84.20439	256			OH	109	18224	
11377401	Nottingham	nottingham	US	03290	0	America/New_York	40.0596	-84.1976	256			OH	109	18224	
11377403	Halifax	halifax	US	02338	0	America/New_York	40.06007	-84.1837	266			OH	109	74475	
11377406	Northfield	northfield	US	01360	0	America/New_York	40.0576	-84.1804	264			OH	109	18224	
11377407	Maplecrest	maplecrest	US	12454	0	America/New_York	40.0568	-84.18438	258			OH	109	18224	
11377408	Northbrook	northbrook	US	60062	0	America/New_York	40.0534	-84.18502	254			OH	109	18224	
11377413	Stony Ridge	stony-ridge	US	43463	0	America/New_York	40.04997	-84.187	255			OH	109	18224	
11377415	Cloverdale	cloverdale	US	24077	0	America/New_York	40.03106	-84.1937	252			OH	109	18224	
11377416	Pleasant View	pleasant-view	US	37146	0	America/New_York	40.0254	-84.21517	251			OH	109	18224	
11377419	Ridgewood	ridgewood	US	07450	0	America/New_York	40.03201	-84.2191	259			OH	109	18224	
11377432	Kensington	kensington	US	20891	0	America/New_York	40.0139	-84.2521	273	Kensington,Кенсингтон		OH	109	18224	
11377433	Edgewater	edgewater	US	07020	0	America/New_York	40.0186	-84.2555	275			OH	109	18224	
11377438	Westlake Village	westlake-village	US	91359	0	America/New_York	40.0423	-84.2487	276			OH	109	18224	
11377449	Springhill	springhill	US	71075	0	America/New_York	40.9627	-81.4876	364			OH	153		
11377498	Breckenridge	breckenridge	US	48615	0	America/New_York	41.4537	-81.9626	211			OH	035	83622	
11377506	Forest Park	forest-park	US	30297	0	America/New_York	41.4539	-81.9173	217			OH	035	83622	
11377515	Berkeley	berkeley	US	60163	0	America/New_York	41.4575	-81.9166	215			OH	035	83622	
11377522	West Ridge	west-ridge	US	72391	0	America/New_York	41.4642	-81.9174	212			OH	035	83622	
11377527	Roseland	roseland	US	07068	0	America/New_York	41.4638	-81.8975	213			OH	035	83622	
11377529	Melrose	melrose	US	02176	0	America/New_York	41.4677	-81.8779	211			OH	035	83622	
11382406	Corinth	corinth	US	04427	0	America/Chicago	30.84308	-97.13518	137			TX	331		
11387578	Oak Creek	oak-creek	US	53154	0	America/New_York	34.80229	-82.54382	282			SC	077		
11387629	Country Club Hills	country-club-hills	US	60478	0	America/New_York	40.53816	-83.16448	291			OH	101	63352	
11387631	Eagle Creek	eagle-creek	US	97022	0	America/New_York	40.54548	-83.1635	289			OH	101	63352	
11387650	Pinecrest	pinecrest	US	95364	0	America/New_York	40.00732	-82.81548	297			OH	049	38612	
11387653	Pine Ridge	pine-ridge	US	41360	0	America/New_York	39.99088	-82.04269	272			OH	119	88084	
11387670	Cedar Run	cedar-run	US	17727	0	America/New_York	40.00097	-82.77841	312			OH	049	18000	
11387671	Colts Neck	colts-neck	US	07722	0	America/New_York	40.03382	-82.80064	307			OH	049	38612	
11387684	Lansdowne	lansdowne	US	19050	0	America/New_York	40.06392	-82.83283	292			OH	049	62974	
11387714	Summerfield	summerfield	US	27358	0	America/New_York	40.17699	-82.99665	291			OH	041	58618	
11387720	Willow Springs	willow-springs	US	60480	0	America/New_York	40.19975	-82.98637	284			OH	041	58618	
11387743	Walnut Creek	walnut-creek	US	44687	0	America/New_York	40.22135	-82.86856	288			OH	041	05774	
11387750	Hyde Park	hyde-park	US	02136	0	America/New_York	39.89927	-83.42451	313			OH	097	44674	
11387753	Elmhurst	elmhurst	US	11373	0	America/New_York	39.89449	-83.44536	322			OH	097	44674	
11387763	Cedar Creek	cedar-creek	US	68016	0	America/New_York	39.7735	-82.8123	290			OH	045	06950	
11387764	Chester Heights	chester-heights	US	19017	0	America/New_York	39.83308	-82.79569	235			OH	045	80206	
11387783	Longwood	longwood	US	28452	0	America/New_York	39.89937	-82.81224	239			OH	049	18000	
11387803	Silver Springs	silver-springs	US	14550	0	America/New_York	40.0013	-83.14803	283			OH	049	18000	
11387804	Sweetwater	sweetwater	US	37874	0	America/New_York	39.98573	-83.16326	283			OH	049	18000	
11387857	Rose Creek	rose-creek	US	55970	0	America/Chicago	35.06472	-92.98972	126			AR	105	93228	
11387864	Quaker Hill	quaker-hill	US	06375	0	America/New_York	39.97023	-83.16891	285			OH	049	64570	
11387872	Westchester	westchester	US	60154	0	America/New_York	39.93518	-83.15279	275			OH	049	18000	
11392584	Pine Grove	pine-grove	US	17963	0	America/New_York	39.9007	-83.1066	265			OH	049	37772	
11392591	Park Ridge	park-ridge	US	07656	0	America/New_York	39.8951	-83.06503	244			OH	049	37772	
11392594	Meadow Grove	meadow-grove	US	68752	0	America/New_York	39.8507	-83.06824	245			OH	049	37772	
11392608	Creekside	creekside	US	15732	0	America/New_York	39.8612	-83.05663	240			OH	049	37772	
11392632	Oak Grove	oak-grove	US	42262	0	America/New_York	39.8874	-83.08496	255			OH	049	37772	
11392635	Monterey Park	monterey-park	US	91754	0	America/New_York	39.8861	-83.0733	251			OH	049	37772	
11392636	Brook Park	brook-park	US	55007	0	America/New_York	39.8902	-83.0728	251			OH	049	37772	
11392667	Bretton Woods	bretton-woods	US	03575	0	America/New_York	41.4247	-81.9482	222			OH	035	83622	
11392670	Sandy Ridge	sandy-ridge	US	16677	0	America/New_York	41.4336	-81.9339	221			OH	035	83622	
11392677	Pineview	pineview	US	31071	0	America/New_York	41.43908	-81.9266	221			OH	035	83622	
11392680	Lake Forest	lake-forest	US	60045	0	America/New_York	41.44606	-81.9672	212			OH	035	83622	
11392693	Cedar Glen	cedar-glen	US	92321	0	America/Chicago	41.69509	-88.3441	197			IL	093	56900	
11392703	Southbury	southbury	US	06488	0	America/Chicago	41.6819	-88.3303	199			IL	093	56900	
11392729	Orchard	orchard	US	50460	0	America/Detroit	45.291	-83.73013	252			MI	141	66020	
11395214	Rice Lake	rice-lake	US	54868	0	America/Chicago	46.89458	-92.11147	446			MN	137	54060	
11395215	Maine	maine	US	13802	2364	America/Chicago	45.02716	-89.69039	430			WI	073	48225	
11395220	Interlaken	interlaken	US	14847	0	America/Denver	40.54166	-111.47296	1805			UT	051		
11395338	Brant Lake	brant-lake	US	12815	159	America/Chicago	43.93093	-96.94447	493			SD	079	11700	
11397270	Maryknoll	maryknoll	US	10545	0	America/New_York	41.17835	-73.83379				NY	119	55541	
11468564	Plainview	plainview	US	11803	2061	America/New_York	36.17731	-83.79534				TN	173		
11523615	Lindenwood	lindenwood	US	61049	0	America/New_York	40.66479	-73.85302				NY	081		
11523616	Longwood	longwood	US	28452	0	America/New_York	40.81722	-73.90344				NY	005		
11550109	Westport	westport	US	02790	0	America/New_York	41.62577	-71.0261				MA	005	16425	
11594452	Rock Springs	rock-springs	US	53961	0	America/Chicago	36.4258	-93.657				AR	015	92052	
11594454	Farmer	farmer	US	43520	0	America/Chicago	36.31965	-93.55618				AR	015	92982	
11594456	Dripping Springs	dripping-springs	US	78620	0	America/Chicago	36.16972	-93.53828				AR	015	91143	
11669526	Taylor	taylor	US	18517	0	America/Nome	65.67129	-164.80059		TWE,Taylor		AK	180		
11669872	Haiku	haiku	US	96708	0	Pacific/Honolulu	20.87217	-156.18241				HI	009		
11696141	Rabun Gap	rabun-gap	US	30568	0	America/New_York	34.96049	-83.39318				GA	241		
11748572	Lincoln University	lincoln-university	US	19352	0	America/New_York	39.80821	-75.92394				PA	029	45040	
11776223	North Highlands	north-highlands	US	95660	0	America/Chicago	30.43225	-87.22385				FL	033	7170053	
11776224	Pine Hill	pine-hill	US	12465	0	America/Chicago	30.16513	-85.65581				FL	005		
11778161	Cascade	cascade	US	21719	0	America/Los_Angeles	47.6221	-122.33521				WA	033	7174408	
11778162	Magnolia	magnolia	US	08049	0	America/Los_Angeles	47.64851	-122.40306				WA	033	7174408	
11778191	Eastlake	eastlake	US	44095	0	America/Los_Angeles	47.64219	-122.32546				WA	033	7174408	
11778195	Seaview	seaview	US	23429	0	America/Los_Angeles	47.55175	-122.39373				WA	033	7174408	
11778208	Westlake	westlake	US	44145	0	America/Los_Angeles	47.63251	-122.34165				WA	033	7174408	
11778212	Atlantic	atlantic	US	16111	0	America/Los_Angeles	47.59359	-122.30387				WA	033	7174408	
11778214	Gatewood	gatewood	US	63942	0	America/Los_Angeles	47.53794	-122.38423				WA	033	7174408	
11778217	Genesee	genesee	US	16923	0	America/Los_Angeles	47.56524	-122.3876				WA	033	7174408	
11778223	Riverview	riverview	US	33568	0	America/Los_Angeles	47.54652	-122.35371				WA	033	7174408	
11789086	Chestnut	chestnut	US	62518	0	America/Chicago	30.27786	-97.71505				TX	453	11788623	
11789087	Gateway	gateway	US	72733	0	America/Chicago	30.3915	-97.74006				TX	453	11788623	
11789092	Mckinney	mckinney	US	75069	0	America/Chicago	30.2032	-97.73057				TX	453	11788623	
11789095	Hancock	hancock	US	03449	0	America/Chicago	30.29668	-97.72485				TX	453	11788623	
11789099	Franklin Park	franklin-park	US	08823	0	America/Chicago	30.19801	-97.74873				TX	453	11788623	
11789100	Highland	highland	US	12528	0	America/Chicago	30.33273	-97.7144				TX	453	11788623	
11789101	Dawson	dawson	US	15428	0	America/Chicago	30.23269	-97.76179				TX	453	11788623	
11789103	Crestview	crestview	US	32536	0	America/Chicago	30.34658	-97.72506				TX	453	11788623	
11789105	Riverside	riverside	US	02915	0	America/Chicago	30.23858	-97.72942				TX	453	11788623	
11789106	Rosewood	rosewood	US	43070	0	America/Chicago	30.27512	-97.70911				TX	453	11788623	
11789112	St. John	st-john	US	67576	0	America/Chicago	30.33043	-97.69991				TX	453	11788623	
11789113	Brentwood	brentwood	US	11717	0	America/Chicago	30.33062	-97.73245				TX	453	11788623	
11789116	Holly	holly	US	48442	0	America/Chicago	30.25491	-97.71947				TX	453	11788623	
11789120	Hyde Park	hyde-park	US	02136	0	America/Chicago	30.30775	-97.72708				TX	453	11788623	
11789126	Pleasant Valley	pleasant-valley	US	12569	0	America/Chicago	30.23397	-97.71197				TX	453	11788623	
11789134	Westgate	westgate	US	50681	0	America/Chicago	30.22536	-97.79842				TX	453	11788623	
11807141	Lake View	lake-view	US	14085	0	America/Chicago	41.94363	-87.65608				IL	031	14000	
11807152	Grant Park	grant-park	US	60940	0	America/Chicago	41.8743	-87.62084				IL	031	14000	
11807153	Andersonville	andersonville	US	31711	0	America/Chicago	41.97985	-87.66786				IL	031	14000	
11807163	Old Town	old-town	US	04468	0	America/Chicago	41.91137	-87.63978				IL	031	14000	
11809441	Hidden Valley	hidden-valley	US	15502	0	America/Los_Angeles	34.14601	-118.92548				CA	111		
11811526	South Richmond Hill	south-richmond-hill	US	11419	0	America/New_York	40.69066	-73.82538				NY	081		
11811538	Porter Ranch	porter-ranch	US	91326	0	America/Los_Angeles	34.2819	-118.54986				CA	037		
11811570	Cortlandt Manor	cortlandt-manor	US	10567	19929	America/New_York	41.28	-73.87164				NY	119	18410	
11812494	Mount Hamilton	mount-hamilton	US	95140	0	America/Los_Angeles	37.34188	-121.64204				CA	085		
11819610	Glasser	glasser	US	07837	0	America/New_York	40.97145	-74.63533				NJ	037	32910	
11819612	Bible School Park	bible-school-park	US	13737	0	America/New_York	42.10225	-75.96439				NY	007	76056	
11819720	Clune	clune	US	15727	0	America/New_York	40.54816	-79.30818				PA	063	87160	
11819721	Smithmill	smithmill	US	16680	0	America/New_York	40.7598	-78.41965				PA	033	31752	
11820561	Gwynedd	gwynedd	US	19436	0	America/New_York	40.2021	-75.25194				PA	091	44920	
11820627	Hester	hester	US	70743	498	America/Chicago	30.02206	-90.76177				LA	093		
11820628	Uncle Sam	uncle-sam	US	70792	0	America/Chicago	30.02025	-90.76952				LA	093		
11820632	Union City	union-city	US	07087	1620	America/New_York	40.19938	-84.80353				OH	037	37758	
11820936	The Lakes	the-lakes	US	88901	0	America/Los_Angeles	36.13626	-115.26064				NV	003		
11821022	Brandeis	brandeis	US	93064	0	America/Los_Angeles	34.25788	-118.70984				CA	111		
11821027	Montana Mines	montana-mines	US	26586	0	America/New_York	39.5324	-80.08882				WV	049		
11838900	Rescue	rescue	US	23424	0	America/Los_Angeles	38.71167	-120.95139				CA	017		
11838907	Auburndale	auburndale	US	02466	0	America/New_York	40.76111	-73.79				NY	081		
11838915	Rockaway Beach	rockaway-beach	US	65740	0	America/New_York	40.58671	-73.81147				NY	081		
11838933	Farragut	farragut	US	51639	0	America/New_York	40.6369	-73.9357				NY	047		
11838943	Spring Creek	spring-creek	US	16436	0	America/New_York	40.65873	-73.8746				NY	047		
11838956	China Spring	china-spring	US	76633	0	America/Chicago	31.64917	-97.30472				TX	309		
11838957	Nashville	nashville	US	27856	0	America/Chicago	30.82583	-96.65278				TX	395		
11838964	Corral	corral	US	83322	0	America/Boise	43.34417	-114.94917				ID	025		
11838966	Fox Lake	fox-lake	US	53933	0	America/Indiana/Indianapolis	41.62377	-85.02547				IN	151	60444	
11838967	Shawnee Mission	shawnee-mission	US	66276	0	America/Chicago	39.02	-94.66583				KS	091	47225	
11875992	Greenbrier	greenbrier	US	37073	0	America/New_York	38.05695	-78.47778				VA	540		
11876565	Westwood	westwood	US	02090	0	America/Chicago	29.67607	-95.55007				TX	201		
11876599	South Park	south-park	US	15129	0	America/Chicago	29.66832	-95.33312				TX	201		
11876606	Willowbrook	willowbrook	US	60527	0	America/Chicago	29.95391	-95.54302				TX	201		
11876627	University Place	university-place	US	98467	0	America/Chicago	29.71831	-95.40674				TX	201		
11951710	Como	como	US	27818	0	America/Chicago	32.72788	-97.40317		Como,Lake Como		TX	439		
11961466	Woodberry Forest	woodberry-forest	US	22989	112	America/New_York	38.2917	-78.12084				VA	113		
11979226	Rio Vista	rio-vista	US	76093	0	America/Phoenix	33.87094	-112.15792		Rio Vista Village		AZ	013		
11979238	Central City	central-city	US	15926	58161	America/Phoenix	33.44001	-112.05805		Central City Village		AZ	013		
11979240	Paradise Valley	paradise-valley	US	85253	0	America/Phoenix	33.60687	-111.98981		Paradise Valley Village		AZ	013		
11979243	South Mountain	south-mountain	US	17261	0	America/Phoenix	33.38522	-112.0734		South Mountain Village		AZ	013		
11979892	Franklintown	franklintown	US	17323	0	America/New_York	39.30584	-76.70145				MD	510		
11979894	Frankford	frankford	US	19945	0	America/New_York	39.32928	-76.54463				MD	510		
11979907	Remington	remington	US	22734	0	America/New_York	39.32015	-76.62283				MD	510		
11979908	Saint Paul	saint-paul	US	24283	0	America/New_York	39.2681	-76.64333				MD	510		
11979910	Abell	abell	US	20606	0	America/New_York	39.32595	-76.61139				MD	510		
11979911	West Hills	west-hills	US	91307	0	America/New_York	39.29736	-76.70662				MD	510		
11979914	Blythewood	blythewood	US	29016	0	America/New_York	39.35115	-76.62526				MD	510		
11979927	Allendale	allendale	US	07401	0	America/New_York	39.28993	-76.68154				MD	510		
11979928	Arcadia	arcadia	US	15712	0	America/New_York	39.33385	-76.56774				MD	510		
11979932	Barclay	barclay	US	21607	0	America/New_York	39.31472	-76.61233				MD	510		
11979936	Berea	berea	US	26327	0	America/New_York	39.30961	-76.57801				MD	510		
11979959	Clifton Park	clifton-park	US	12065	0	America/New_York	39.32006	-76.58424				MD	510		
11979962	Dorchester	dorchester	US	02121	0	America/New_York	39.33178	-76.68632				MD	510		
11979963	Eastwood	eastwood	US	40018	0	America/New_York	39.29015	-76.53062				MD	510		
11979964	Franklin Square	franklin-square	US	11010	0	America/New_York	39.2904	-76.64277				MD	510		
11979968	Fairmont	fairmont	US	26554	0	America/New_York	39.30857	-76.67938				MD	510		
11979971	East Arlington	east-arlington	US	05252	0	America/New_York	39.33147	-76.66848				MD	510		
11979979	Glen	glen	US	03838	0	America/New_York	39.35632	-76.69066				MD	510		
11979985	Glen Oaks	glen-oaks	US	11004	0	America/New_York	39.36483	-76.59647				MD	510		
11979995	Harwood	harwood	US	20776	0	America/New_York	39.32078	-76.61125				MD	510		
11979999	Jonestown	jonestown	US	17038	0	America/New_York	39.29086	-76.60366				MD	510		
11980002	Bayview	bayview	US	83803	0	America/New_York	39.28895	-76.54163				MD	510		
11980009	Keswick	keswick	US	22947	0	America/New_York	39.34337	-76.6304				MD	510		
11980014	Medfield	medfield	US	02052	0	America/New_York	39.34026	-76.64326				MD	510		
11980019	Mayfield	mayfield	US	12117	0	America/New_York	39.32868	-76.5799				MD	510		
11980022	Medford	medford	US	02153	0	America/New_York	39.27872	-76.54733				MD	510		
11980028	Montebello	montebello	US	24464	0	America/New_York	39.3347	-76.5832				MD	510		
11980031	Mount Holly	mount-holly	US	05758	0	America/New_York	39.31214	-76.67864				MD	510		
11980039	Oliver	oliver	US	15472	0	America/New_York	39.30802	-76.5993				MD	510		
11980043	Otterbein	otterbein	US	47970	0	America/New_York	39.28195	-76.61614				MD	510		
11980060	Riverside	riverside	US	02915	0	America/New_York	39.27252	-76.60688				MD	510		
11980062	Rosemont	rosemont	US	08556	0	America/New_York	39.30443	-76.67054				MD	510		
11980067	Saint Helena	saint-helena	US	68774	0	America/New_York	39.26052	-76.53108				MD	510		
11980073	Tremont	tremont	US	17981	0	America/New_York	39.28322	-76.69449				MD	510		
11980090	Winchester	winchester	US	01890	0	America/New_York	39.30195	-76.66427				MD	510		
11980091	Westfield	westfield	US	01085	0	America/New_York	39.35917	-76.55148				MD	510		
11980092	Westgate	westgate	US	50681	0	America/New_York	39.28445	-76.70673				MD	510		
11980097	Woodmere	woodmere	US	11598	0	America/New_York	39.34543	-76.6891				MD	510		
11980099	Edgewood	edgewood	US	21040	0	America/New_York	39.29599	-76.67677				MD	510		
12047670	Grays Knob	grays-knob	US	40829	0	America/New_York	36.80975	-83.32085	396			KY	095		
12047675	Bypro	bypro	US	41612	0	America/New_York	37.35882	-82.72598	289			KY	071		
12047676	Bevinsville	bevinsville	US	41606	0	America/New_York	37.3414	-82.74266				KY	071		
12047677	Topmost	topmost	US	41862	0	America/New_York	37.36186	-82.78893	251			KY	119		
12076700	Plainview	plainview	US	11803	0	America/New_York	33.57203	-83.42766				GA	211		
12088761	Jamestown	jamestown	US	02835	0	America/Denver	35.4708	-108.44206				NM	031		
12110411	Carmel Valley	carmel-valley	US	93924	0	America/Los_Angeles	32.94433	-117.22034				CA	073		
12110426	Peninsula	peninsula	US	44264	0	America/Los_Angeles	32.72067	-117.23619				CA	073		
12110433	Navajo	navajo	US	87328	0	America/Los_Angeles	32.80293	-117.05203				CA	073		
12111013	Dundee	dundee	US	14837	0	America/Chicago	41.25991	-95.99019				NE	055	92237	
12218080	Sunnyside	sunnyside	US	11104	0	America/Phoenix	35.2109	-111.618				AZ	005		
12218098	Phillips	phillips	US	04966	0	America/Chicago	44.95495	-93.25706				MN	053	43000	
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: us; Owner: g5
--

COPY us.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
99553	Akutan	akutan	AK	013		54.143	-165.7854	1
99571	Cold Bay	cold-bay	AK	013		55.1858	-162.7211	1
99583	False Pass	false-pass	AK	013		54.8542	-163.4113	1
99612	King Cove	king-cove	AK	013		55.0628	-162.3056	1
99661	Sand Point	sand-point	AK	013		55.3192	-160.4914	1
99546	Adak	adak	AK	016		51.874	-176.634	1
99547	Atka	atka	AK	016		52.1961	-174.2006	1
99591	Saint George Island	saint-george-island	AK	016		56.5944	-169.6186	1
99638	Nikolski	nikolski	AK	016		52.9381	-168.8678	1
99660	Saint Paul Island	saint-paul-island	AK	016		57.1842	-170.2764	1
99685	Unalaska	unalaska	AK	016		53.8871	-166.5199	1
99692	Dutch Harbor	dutch-harbor	AK	016		53.8898	-166.5422	1
99501	Anchorage	anchorage	AK	020		61.2116	-149.8761	1
99502	Anchorage	anchorage	AK	020		61.1661	-149.96	1
99503	Anchorage	anchorage	AK	020		61.19	-149.8938	1
99504	Anchorage	anchorage	AK	020		61.2037	-149.7447	1
99505	Jber	jber	AK	020		59.8666	-158.5996	1
99506	Jber	jber	AK	020		59.8666	-158.5996	1
99507	Anchorage	anchorage	AK	020		61.1535	-149.8289	1
99508	Anchorage	anchorage	AK	020		61.206	-149.8101	1
99509	Anchorage	anchorage	AK	020		61.2181	-149.9003	1
99510	Anchorage	anchorage	AK	020		61.1446	-149.8784	1
99511	Anchorage	anchorage	AK	020		61.0683	-149.8005	1
99513	Anchorage	anchorage	AK	020		61.2149	-149.8862	1
99514	Anchorage	anchorage	AK	020		61.2181	-149.9003	1
99515	Anchorage	anchorage	AK	020		61.1194	-149.8974	1
99516	Anchorage	anchorage	AK	020		61.1054	-149.78	1
99517	Anchorage	anchorage	AK	020		61.1901	-149.9361	1
99518	Anchorage	anchorage	AK	020		61.1549	-149.8866	1
99519	Anchorage	anchorage	AK	020		61.1089	-149.4403	1
99520	Anchorage	anchorage	AK	020		61.2181	-149.9003	1
99521	Anchorage	anchorage	AK	020		61.2181	-149.9003	1
99522	Anchorage	anchorage	AK	020		61.2181	-149.9003	1
99523	Anchorage	anchorage	AK	020		61.2181	-149.9003	1
99524	Anchorage	anchorage	AK	020		61.2181	-149.9003	1
99529	Anchorage	anchorage	AK	020		61.1515	-149.9443	1
99530	Anchorage	anchorage	AK	020		61.1515	-149.9443	1
99540	Indian	indian	AK	020		61.1089	-149.4403	1
99567	Chugiak	chugiak	AK	020		61.4098	-149.4537	1
99577	Eagle River	eagle-river	AK	020		61.3114	-149.5085	1
99587	Girdwood	girdwood	AK	020		60.9577	-149.1406	1
99599	Anchorage	anchorage	AK	020		61.1872	-149.8804	1
99695	Anchorage	anchorage	AK	020		61.1089	-149.4403	1
99545	Kongiganak	kongiganak	AK	050		59.9599	-162.8919	1
99551	Akiachak	akiachak	AK	050		60.9094	-161.4314	4
99552	Akiak	akiak	AK	050		60.9122	-161.2139	4
99557	Aniak	aniak	AK	050		61.5783	-159.5222	4
99559	Bethel	bethel	AK	050		60.7922	-161.7558	4
99561	Chefornak	chefornak	AK	050		60.1537	-164.2103	1
99575	Crooked Creek	crooked-creek	AK	050		61.8181	-158.0025	1
99578	Eek	eek	AK	050		60.2151	-162.0323	1
99589	Goodnews Bay	goodnews-bay	AK	050		59.1189	-161.5875	1
99607	Kalskag	kalskag	AK	050		61.541	-160.3261	1
99609	Kasigluk	kasigluk	AK	050		60.8956	-162.5181	1
99614	Kipnuk	kipnuk	AK	050		59.9232	-164.101	1
99621	Kwethluk	kwethluk	AK	050		60.8122	-161.4358	4
99622	Kwigillingok	kwigillingok	AK	050		59.8644	-163.1342	1
99626	Lower Kalskag	lower-kalskag	AK	050		61.5138	-160.36	1
99630	Mekoryuk	mekoryuk	AK	050		60.3657	-166.2836	1
99634	Napakiak	napakiak	AK	050		60.6967	-161.9519	1
99637	Toksook Bay	toksook-bay	AK	050		60.5338	-165.1037	1
99641	Nunapitchuk	nunapitchuk	AK	050		60.8969	-162.4594	1
99651	Platinum	platinum	AK	050		59.0131	-161.8164	1
99655	Quinhagak	quinhagak	AK	050		59.7381	-161.8749	1
99656	Red Devil	red-devil	AK	050		61.7611	-157.3125	1
99668	Sleetmute	sleetmute	AK	050		61.7025	-157.1697	1
99679	Tuluksak	tuluksak	AK	050		61.1088	-160.9389	4
99680	Tuntutuliak	tuntutuliak	AK	050		60.3431	-162.6631	4
99681	Tununak	tununak	AK	050		60.5856	-165.2558	1
99690	Nightmute	nightmute	AK	050		60.4794	-164.7239	1
99613	King Salmon	king-salmon	AK	060		58.6883	-156.6614	1
99633	Naknek	naknek	AK	060		58.783	-156.8992	1
99670	South Naknek	south-naknek	AK	060		58.6639	-156.9756	1
99704	Clear	clear	AK	068		64.2966	-149.1608	4
99729	Cantwell	cantwell	AK	068		63.3955	-148.8973	1
99743	Healy	healy	AK	068		63.9171	-149.0111	4
99744	Anderson	anderson	AK	068		64.3442	-149.1869	4
99755	Denali National Park	denali-national-park	AK	068		63.5436	-149.9867	4
99555	Aleknagik	aleknagik	AK	070		59.2697	-158.6199	1
99569	Clarks Point	clarks-point	AK	070		58.8173	-158.5299	1
99576	Dillingham	dillingham	AK	070		59.0402	-158.5231	1
99580	Ekwok	ekwok	AK	070		59.3628	-157.4782	4
99628	Manokotak	manokotak	AK	070		59.0096	-158.9897	1
99636	New Stuyahok	new-stuyahok	AK	070		59.4882	-157.2905	1
99678	Togiak	togiak	AK	070		59.0619	-160.3764	1
99701	Fairbanks	fairbanks	AK	090		64.8378	-147.7164	4
99702	Eielson Afb	eielson-afb	AK	090		64.6735	-147.0805	1
99703	Fort Wainwright	fort-wainwright	AK	090		64.8283	-147.6557	1
99705	North Pole	north-pole	AK	090		64.7805	-147.3694	4
99706	Fairbanks	fairbanks	AK	090		64.8521	-147.9377	4
99707	Fairbanks	fairbanks	AK	090		64.8378	-147.7164	4
99708	Fairbanks	fairbanks	AK	090		64.9475	-147.8564	4
99709	Fairbanks	fairbanks	AK	090		64.8544	-147.8469	4
99710	Fairbanks	fairbanks	AK	090		64.8378	-147.7164	4
99711	Fairbanks	fairbanks	AK	090		64.8378	-147.7164	4
99712	Fairbanks	fairbanks	AK	090		64.9109	-147.5105	4
99714	Salcha	salcha	AK	090		64.5091	-146.953	1
99716	Two Rivers	two-rivers	AK	090		64.8746	-146.8982	4
99725	Ester	ester	AK	090		64.871	-148.0949	4
99775	Fairbanks	fairbanks	AK	090		64.8591	-147.8267	4
99790	Fairbanks	fairbanks	AK	090		64.8378	-147.7164	1
99827	Haines	haines	AK	100		59.2519	-135.542	4
99801	Juneau	juneau	AK	110		58.3628	-134.5294	4
99802	Juneau	juneau	AK	110		58.3019	-134.4197	4
99803	Juneau	juneau	AK	110		58.3019	-134.4197	4
99811	Juneau	juneau	AK	110		58.3019	-134.4197	4
99812	Juneau	juneau	AK	110		58.3271	-134.4742	4
99821	Auke Bay	auke-bay	AK	110		58.4494	-134.7003	4
99824	Douglas	douglas	AK	110		58.2756	-134.395	4
99850	Juneau	juneau	AK	110		58.3019	-134.4197	4
99556	Anchor Point	anchor-point	AK	122		59.8371	-151.7078	1
99568	Clam Gulch	clam-gulch	AK	122		60.2311	-151.3936	4
99572	Cooper Landing	cooper-landing	AK	122		60.4767	-149.8235	1
99603	Homer	homer	AK	122		59.5374	-151.2356	1
99605	Hope	hope	AK	122		60.8726	-149.4683	1
99610	Kasilof	kasilof	AK	122		60.3164	-151.2896	4
99611	Kenai	kenai	AK	122		60.6145	-151.2546	4
99631	Moose Pass	moose-pass	AK	122		60.6148	-149.4056	1
99635	Nikiski	nikiski	AK	122		60.7007	-151.2766	1
99639	Ninilchik	ninilchik	AK	122		60.0108	-151.6396	1
99663	Seldovia	seldovia	AK	122		59.4495	-151.7009	4
99664	Seward	seward	AK	122		60.1329	-149.3985	1
99669	Soldotna	soldotna	AK	122		60.4818	-151.1358	1
99672	Sterling	sterling	AK	122		60.5136	-150.8532	4
99682	Tyonek	tyonek	AK	122		61.0681	-151.1369	4
99901	Ketchikan	ketchikan	AK	130		55.372	-131.6832	4
99928	Ward Cove	ward-cove	AK	130		55.3954	-131.6754	4
99950	Ketchikan	ketchikan	AK	130		55.3422	-131.6478	4
99550	Port Lions	port-lions	AK	150		57.8675	-152.8822	1
99608	Karluk	karluk	AK	150		57.5689	-154.4551	1
99615	Kodiak	kodiak	AK	150		57.6036	-153.3751	1
99619	Kodiak	kodiak	AK	150		57.79	-152.4072	1
99624	Larsen Bay	larsen-bay	AK	150		57.54	-153.9786	1
99643	Old Harbor	old-harbor	AK	150		57.2028	-153.3039	1
99644	Ouzinkie	ouzinkie	AK	150		57.9236	-152.5022	4
99697	Kodiak	kodiak	AK	150		57.79	-152.4072	1
99554	Alakanuk	alakanuk	AK	158		62.6944	-164.6475	1
99563	Chevak	chevak	AK	158		61.529	-165.5905	1
99581	Emmonak	emmonak	AK	158		62.7818	-164.5335	1
99585	Marshall	marshall	AK	158		61.9287	-162.268	1
99604	Hooper Bay	hooper-bay	AK	158		61.527	-166.1151	1
99620	Kotlik	kotlik	AK	158		63.0295	-163.5542	1
99632	Mountain Village	mountain-village	AK	158		62.1123	-163.6644	1
99650	Pilot Station	pilot-station	AK	158		61.9462	-162.8747	1
99657	Russian Mission	russian-mission	AK	158		61.7744	-161.3939	4
99658	Saint Marys	saint-marys	AK	158		62.1172	-163.2376	1
99662	Scammon Bay	scammon-bay	AK	158		61.845	-165.5819	1
99666	Nunam Iqua	nunam-iqua	AK	158		62.5309	-164.8496	1
99548	Chignik Lake	chignik-lake	AK	164		56.2448	-158.7578	1
99549	Port Heiden	port-heiden	AK	164		56.9643	-158.5664	4
99564	Chignik	chignik	AK	164		56.3016	-158.4157	1
99565	Chignik Lagoon	chignik-lagoon	AK	164		58.2687	-156.6484	1
99579	Egegik	egegik	AK	164		58.2062	-157.3422	4
99606	Iliamna	iliamna	AK	164		59.7525	-154.8236	1
99625	Levelock	levelock	AK	164		59.2905	-156.6503	1
99640	Nondalton	nondalton	AK	164		59.9736	-154.8458	1
99647	Pedro Bay	pedro-bay	AK	164		59.8681	-154.0757	1
99648	Perryville	perryville	AK	164		55.9453	-159.2593	1
99649	Pilot Point	pilot-point	AK	164		57.5642	-157.5792	1
99653	Port Alsworth	port-alsworth	AK	164		60.2025	-154.3128	1
99623	Wasilla	wasilla	AK	170		61.5463	-149.5901	1
99629	Wasilla	wasilla	AK	170		61.5841	-149.4436	1
99645	Palmer	palmer	AK	170		61.6303	-148.9872	1
99652	Big Lake	big-lake	AK	170		61.5214	-149.9544	1
99654	Wasilla	wasilla	AK	170		61.5923	-149.3959	1
99667	Skwentna	skwentna	AK	170		61.9903	-151.3978	1
99674	Sutton	sutton	AK	170		61.7327	-148.7837	1
99676	Talkeetna	talkeetna	AK	170		62.2605	-150.1101	1
99683	Trapper Creek	trapper-creek	AK	170		62.3167	-150.2314	1
99687	Wasilla	wasilla	AK	170		61.5313	-149.4784	1
99688	Willow	willow	AK	170		61.8966	-150.0038	1
99694	Houston	houston	AK	170		61.6303	-149.8181	1
99659	Saint Michael	saint-michael	AK	180		63.4776	-162.1091	1
99671	Stebbins	stebbins	AK	180		63.5222	-162.2881	1
99684	Unalakleet	unalakleet	AK	180		63.8835	-160.7884	1
99739	Elim	elim	AK	180		64.6217	-162.2604	1
99742	Gambell	gambell	AK	180		63.7766	-171.7017	1
99753	Koyuk	koyuk	AK	180		64.9319	-161.1569	4
99762	Nome	nome	AK	180		64.5011	-165.4064	1
99769	Savoonga	savoonga	AK	180		63.6797	-170.4709	1
99771	Shaktoolik	shaktoolik	AK	180		64.3537	-161.1932	1
99772	Shishmaref	shishmaref	AK	180		66.2306	-166.1373	1
99778	Teller	teller	AK	180		65.2402	-166.3833	1
99783	Wales	wales	AK	180		65.6092	-168.0875	1
99784	White Mountain	white-mountain	AK	180		64.6814	-163.4056	1
99785	Brevig Mission	brevig-mission	AK	180		65.3342	-166.4786	1
99721	Anaktuvuk Pass	anaktuvuk-pass	AK	185		68.1433	-151.7358	1
99723	Barrow	barrow	AK	185		71.2346	-156.8174	1
99734	Prudhoe Bay	prudhoe-bay	AK	185		70.2922	-148.6694	1
99747	Kaktovik	kaktovik	AK	185		70.1319	-143.6239	1
99759	Point Lay	point-lay	AK	185		69.7439	-163.0084	1
99766	Point Hope	point-hope	AK	185		68.3486	-166.7347	1
99782	Wainwright	wainwright	AK	185		70.6369	-160.0383	1
99789	Nuiqsut	nuiqsut	AK	185		70.1927	-150.9971	1
99791	Atqasuk	atqasuk	AK	185		70.4947	-157.4411	1
99727	Buckland	buckland	AK	188		65.9789	-161.1262	1
99736	Deering	deering	AK	188		66.0737	-162.714	1
99749	Kiana	kiana	AK	188		66.975	-160.4228	1
99750	Kivalina	kivalina	AK	188		67.7269	-164.5333	1
99751	Kobuk	kobuk	AK	188		66.9072	-156.8811	1
99752	Kotzebue	kotzebue	AK	188		66.8985	-162.5981	1
99761	Noatak	noatak	AK	188		67.5711	-162.9653	1
99763	Noorvik	noorvik	AK	188		66.8364	-161.0441	1
99770	Selawik	selawik	AK	188		66.6039	-160.0069	1
99773	Shungnak	shungnak	AK	188		66.8881	-157.1364	1
99786	Ambler	ambler	AK	188		67.0861	-157.8514	1
99903	Meyers Chuck	meyers-chuck	AK	198		55.7408	-132.2564	4
99918	Coffman Cove	coffman-cove	AK	198		55.9524	-132.7503	4
99919	Thorne Bay	thorne-bay	AK	198		55.6609	-132.5138	4
99921	Craig	craig	AK	198		55.4732	-133.1171	4
99922	Hydaburg	hydaburg	AK	198		55.2087	-132.8259	4
99923	Hyder	hyder	AK	198		55.9169	-130.0247	1
99925	Klawock	klawock	AK	198		55.5526	-133.0555	4
99926	Metlakatla	metlakatla	AK	198		55.1215	-131.579	4
99927	Point Baker	point-baker	AK	198		56.3528	-133.6211	4
99835	Sitka	sitka	AK	220		57.0514	-135.3166	4
99689	Yakutat	yakutat	AK	232		59.812	-139.5505	1
99820	Angoon	angoon	AK	232		57.5005	-134.586	4
99825	Elfin Cove	elfin-cove	AK	232		58.1944	-136.3433	4
99826	Gustavus	gustavus	AK	232		58.4284	-135.7615	4
99829	Hoonah	hoonah	AK	232		58.0977	-135.4316	4
99832	Pelican	pelican	AK	232		57.9608	-136.2275	4
99840	Skagway	skagway	AK	232		59.4685	-135.3018	1
99841	Tenakee Springs	tenakee-springs	AK	232		57.7808	-135.2189	4
99731	Fort Greely	fort-greely	AK	240		63.952	-146.451	1
99732	Chicken	chicken	AK	240		64.0733	-141.9361	1
99737	Delta Junction	delta-junction	AK	240		64.0378	-145.7322	1
99738	Eagle	eagle	AK	240		64.7881	-141.2	1
99764	Northway	northway	AK	240		62.9617	-141.9372	1
99776	Tanacross	tanacross	AK	240		63.3853	-143.3464	1
99780	Tok	tok	AK	240		63.3367	-142.9856	1
99566	Chitina	chitina	AK	261		61.5156	-144.4396	1
99573	Copper Center	copper-center	AK	261		61.977	-145.3297	1
99574	Cordova	cordova	AK	261		60.5362	-145.7534	1
99586	Gakona	gakona	AK	261		62.3014	-145.3027	1
99588	Glennallen	glennallen	AK	261		62.1039	-145.6617	1
99677	Tatitlek	tatitlek	AK	261		60.8906	-146.6703	1
99686	Valdez	valdez	AK	261		61.101	-146.9	1
99693	Whittier	whittier	AK	261		60.7734	-148.6839	1
99830	Kake	kake	AK	280		56.9736	-133.936	4
99833	Petersburg	petersburg	AK	280		56.8271	-133.1607	4
99836	Port Alexander	port-alexander	AK	280		56.2497	-134.6444	4
99929	Wrangell	wrangell	AK	280		56.4335	-132.3529	4
99558	Anvik	anvik	AK	290		62.6561	-160.2067	1
99590	Grayling	grayling	AK	290		62.9036	-160.0647	1
99602	Holy Cross	holy-cross	AK	290		62.1926	-159.8251	1
99627	Mc Grath	mc-grath	AK	290		62.9457	-155.5712	1
99665	Shageluk	shageluk	AK	290		62.6822	-159.5619	1
99675	Takotna	takotna	AK	290		62.9886	-156.0642	1
99691	Nikolai	nikolai	AK	290		63.0133	-154.375	1
99720	Allakaket	allakaket	AK	290		66.5656	-152.6456	1
99722	Arctic Village	arctic-village	AK	290		68.1269	-145.5378	1
99724	Beaver	beaver	AK	290		66.3594	-147.3964	4
99726	Bettles Field	bettles-field	AK	290		65.2264	-151.0251	1
99730	Central	central	AK	290		65.4681	-144.7489	1
99733	Circle	circle	AK	290		65.8245	-144.0826	1
99740	Fort Yukon	fort-yukon	AK	290		66.5647	-145.2739	1
99741	Galena	galena	AK	290		64.7333	-156.9275	1
99745	Hughes	hughes	AK	290		66.0382	-154.2644	4
99746	Huslia	huslia	AK	290		65.6899	-156.292	4
99748	Kaltag	kaltag	AK	290		64.3305	-158.7243	1
99754	Koyukuk	koyukuk	AK	290		64.8803	-157.7008	4
99756	Manley Hot Springs	manley-hot-springs	AK	290		65.0011	-150.6339	4
99757	Lake Minchumina	lake-minchumina	AK	290		63.8828	-152.3122	4
99758	Minto	minto	AK	290		65.0584	-149.6912	1
99760	Nenana	nenana	AK	290		64.5577	-149.0867	1
99765	Nulato	nulato	AK	290		64.7194	-158.1031	1
99767	Rampart	rampart	AK	290		65.509	-150.1619	1
99768	Ruby	ruby	AK	290		64.7201	-155.5039	1
99774	Stevens Village	stevens-village	AK	290		66.0064	-149.0908	4
99777	Tanana	tanana	AK	290		65.1719	-152.0789	1
99781	Venetie	venetie	AK	290		67.0104	-146.4137	1
99788	Chalkyitsik	chalkyitsik	AK	290		66.6544	-143.7222	1
36003	Autaugaville	autaugaville	AL	001		32.4625	-86.7149	4
36006	Billingsley	billingsley	AL	001		32.6596	-86.7178	4
36008	Booth	booth	AL	001		32.5016	-86.5727	4
36051	Marbury	marbury	AL	001		32.6841	-86.4946	4
36066	Prattville	prattville	AL	001		32.4787	-86.43	4
36067	Prattville	prattville	AL	001		32.4715	-86.4831	4
36068	Prattville	prattville	AL	001		32.464	-86.4597	4
36749	Jones	jones	AL	001		32.5104	-86.8138	4
36507	Bay Minette	bay-minette	AL	003		30.8635	-87.7644	4
36511	Bon Secour	bon-secour	AL	003		30.3128	-87.7431	4
36526	Daphne	daphne	AL	003		30.6197	-87.8895	4
36527	Spanish Fort	spanish-fort	AL	003		30.6959	-87.8867	4
36530	Elberta	elberta	AL	003		30.3942	-87.589	4
36532	Fairhope	fairhope	AL	003		30.5012	-87.8835	4
36533	Fairhope	fairhope	AL	003		30.4841	-87.8606	4
36535	Foley	foley	AL	003		30.4007	-87.6857	4
36536	Foley	foley	AL	003		30.4222	-87.7064	4
36542	Gulf Shores	gulf-shores	AL	003		30.2717	-87.7589	4
36547	Gulf Shores	gulf-shores	AL	003		30.246	-87.7008	4
36549	Lillian	lillian	AL	003		30.3972	-87.4745	4
36550	Little River	little-river	AL	003		31.2246	-87.7548	4
36551	Loxley	loxley	AL	003		30.618	-87.7562	4
36555	Magnolia Springs	magnolia-springs	AL	003		30.3996	-87.7761	4
36559	Montrose	montrose	AL	003		30.5623	-87.9005	4
36561	Orange Beach	orange-beach	AL	003		30.281	-87.5815	4
36562	Perdido	perdido	AL	003		31.0403	-87.6667	4
36564	Point Clear	point-clear	AL	003		30.4741	-87.9192	4
36567	Robertsdale	robertsdale	AL	003		30.5616	-87.6373	4
36574	Seminole	seminole	AL	003		30.5048	-87.4659	4
36576	Silverhill	silverhill	AL	003		30.5222	-87.7457	4
36577	Spanish Fort	spanish-fort	AL	003		30.6749	-87.9153	4
36578	Stapleton	stapleton	AL	003		30.7476	-87.7787	4
36579	Stockton	stockton	AL	003		31.0129	-87.8633	4
36580	Summerdale	summerdale	AL	003		30.4752	-87.6992	4
36016	Clayton	clayton	AL	005		31.8874	-85.4509	4
36017	Clio	clio	AL	005		31.6852	-85.5904	4
36027	Eufaula	eufaula	AL	005		31.9051	-85.1656	4
36048	Louisville	louisville	AL	005		31.7943	-85.5581	4
36072	Eufaula	eufaula	AL	005		31.8913	-85.1455	4
35034	Brent	brent	AL	007		32.9357	-87.2114	4
35035	Brierfield	brierfield	AL	007		33.0427	-86.9517	4
35042	Centreville	centreville	AL	007		32.9503	-87.1192	4
35074	Green Pond	green-pond	AL	007		33.2251	-87.1264	4
35184	West Blocton	west-blocton	AL	007		33.1424	-87.1369	4
35188	Woodstock	woodstock	AL	007		33.2068	-87.15	4
36792	Randolph	randolph	AL	007		32.8888	-86.907	4
36793	Lawley	lawley	AL	007		32.8646	-86.9567	4
35013	Allgood	allgood	AL	009		33.9222	-86.4493	4
35031	Blountsville	blountsville	AL	009		34.0929	-86.5686	4
35049	Cleveland	cleveland	AL	009		33.9778	-86.5598	4
35079	Hayden	hayden	AL	009		33.9534	-86.7455	4
35097	Locust Fork	locust-fork	AL	009		33.905	-86.6261	4
35121	Oneonta	oneonta	AL	009		33.9259	-86.4741	4
35133	Remlap	remlap	AL	009		33.8168	-86.6008	4
36029	Fitzpatrick	fitzpatrick	AL	011		32.2165	-85.8888	4
36053	Midway	midway	AL	011		32.0955	-85.5315	4
36061	Perote	perote	AL	011		32.0928	-85.7046	4
36089	Union Springs	union-springs	AL	011		32.1443	-85.7149	4
36015	Chapman	chapman	AL	013		31.6427	-86.7343	4
36030	Forest Home	forest-home	AL	013		31.8501	-86.8372	4
36033	Georgiana	georgiana	AL	013		31.6287	-86.734	4
36037	Greenville	greenville	AL	013		31.81	-86.6229	4
36456	Mc Kenzie	mc-kenzie	AL	013		31.545	-86.7356	1
36201	Anniston	anniston	AL	015		33.6539	-85.8382	4
36202	Anniston	anniston	AL	015		33.7622	-85.8378	4
36203	Oxford	oxford	AL	015		33.5815	-85.8328	4
36204	Anniston	anniston	AL	015		33.7622	-85.8378	4
36205	Anniston	anniston	AL	015		33.7358	-85.7933	4
36206	Anniston	anniston	AL	015		33.7191	-85.8389	4
36207	Anniston	anniston	AL	015		33.6803	-85.7137	4
36250	Alexandria	alexandria	AL	015		33.7808	-85.8924	4
36253	Bynum	bynum	AL	015		33.7622	-85.8378	4
36254	Choccolocco	choccolocco	AL	015		33.6573	-85.6991	4
36257	De Armanville	de-armanville	AL	015		33.7622	-85.8378	1
36260	Eastaboga	eastaboga	AL	015		33.6031	-85.9608	4
36265	Jacksonville	jacksonville	AL	015		33.831	-85.7752	4
36271	Ohatchee	ohatchee	AL	015		33.7788	-86.0254	4
36272	Piedmont	piedmont	AL	015		33.8389	-85.646	4
36277	Weaver	weaver	AL	015		33.7563	-85.8107	4
36279	Wellington	wellington	AL	015		33.8226	-85.8927	4
36852	Cusseta	cusseta	AL	017		32.7831	-85.2756	4
36854	Valley	valley	AL	017		32.8113	-85.1749	4
36855	Five Points	five-points	AL	017		33.0424	-85.3243	4
36862	Lafayette	lafayette	AL	017		32.9252	-85.4426	4
36863	Lanett	lanett	AL	017		32.8616	-85.2161	4
35959	Cedar Bluff	cedar-bluff	AL	019		34.2417	-85.6026	4
35960	Centre	centre	AL	019		34.1116	-85.6092	4
35973	Gaylesville	gaylesville	AL	019		34.3573	-85.5589	4
35983	Leesburg	leesburg	AL	019		34.1911	-85.7705	4
36275	Spring Garden	spring-garden	AL	019		33.9778	-85.5521	4
35045	Clanton	clanton	AL	021		32.8355	-86.6425	4
35046	Clanton	clanton	AL	021		32.9229	-86.545	4
35085	Jemison	jemison	AL	021		32.9805	-86.7181	4
35171	Thorsby	thorsby	AL	021		32.9157	-86.7158	4
36091	Verbena	verbena	AL	021		32.7499	-86.5114	4
36750	Maplesville	maplesville	AL	021		32.8045	-86.8717	4
36790	Stanton	stanton	AL	021		32.7332	-86.8963	4
36904	Butler	butler	AL	023		32.0829	-88.2064	4
36908	Gilbertown	gilbertown	AL	023		31.8666	-88.3265	4
36910	Jachin	jachin	AL	023		32.2299	-88.1684	4
36912	Lisman	lisman	AL	023		32.2177	-88.3234	4
36913	Melvin	melvin	AL	023		31.9304	-88.4589	4
36915	Needham	needham	AL	023		31.9879	-88.3367	4
36916	Pennington	pennington	AL	023		32.2094	-88.049	4
36919	Silas	silas	AL	023		31.7668	-88.3091	4
36921	Toxey	toxey	AL	023		31.9155	-88.151	4
36922	Ward	ward	AL	023		32.3038	-88.1476	4
36436	Dickinson	dickinson	AL	025		31.7635	-87.7106	4
36446	Fulton	fulton	AL	025		31.7925	-87.72	4
36451	Grove Hill	grove-hill	AL	025		31.7088	-87.7772	4
36482	Whatley	whatley	AL	025		31.6395	-87.6565	4
36524	Coffeeville	coffeeville	AL	025		31.7843	-88.0715	4
36540	Gainestown	gainestown	AL	025		31.4258	-87.6822	4
36545	Jackson	jackson	AL	025		31.5131	-87.8672	4
36727	Campbell	campbell	AL	025		31.9213	-88.008	4
36784	Thomasville	thomasville	AL	025		31.9067	-87.7598	4
35082	Hollins	hollins	AL	027		33.1162	-86.1386	4
36251	Ashland	ashland	AL	027		33.2474	-85.829	4
36255	Cragford	cragford	AL	027		33.2171	-85.7108	4
36258	Delta	delta	AL	027		33.4573	-85.6793	4
36266	Lineville	lineville	AL	027		33.3286	-85.7346	4
36267	Millerville	millerville	AL	027		33.1915	-85.9258	4
36261	Edwardsville	edwardsville	AL	029		33.7066	-85.5099	4
36262	Fruithurst	fruithurst	AL	029		33.7717	-85.4381	4
36264	Heflin	heflin	AL	029		33.6115	-85.5885	4
36269	Muscadine	muscadine	AL	029		33.7529	-85.3789	4
36273	Ranburne	ranburne	AL	029		33.5616	-85.3786	4
36323	Elba	elba	AL	031		31.4137	-86.0777	4
36330	Enterprise	enterprise	AL	031		31.3408	-85.8421	4
36331	Enterprise	enterprise	AL	031		31.2978	-85.9036	4
36346	Jack	jack	AL	031		31.5652	-85.971	4
36351	New Brockton	new-brockton	AL	031		31.369	-85.9404	4
36453	Kinston	kinston	AL	031		31.1926	-86.1514	4
35616	Cherokee	cherokee	AL	033		34.7442	-87.9724	4
35646	Leighton	leighton	AL	033		34.711	-87.5221	4
35660	Sheffield	sheffield	AL	033		34.7578	-87.6971	4
35661	Muscle Shoals	muscle-shoals	AL	033		34.7561	-87.6304	4
35662	Muscle Shoals	muscle-shoals	AL	033		34.7448	-87.6675	4
35674	Tuscumbia	tuscumbia	AL	033		34.6874	-87.6833	4
36401	Evergreen	evergreen	AL	035		31.458	-86.9258	4
36429	Brooklyn	brooklyn	AL	035		31.2627	-86.7711	4
36432	Castleberry	castleberry	AL	035		31.2991	-87.0225	4
36454	Lenox	lenox	AL	035		31.3366	-87.1855	4
36473	Range	range	AL	035		31.3058	-87.2137	4
36475	Repton	repton	AL	035		31.4256	-87.172	4
35072	Goodwater	goodwater	AL	037		33.0746	-86.0781	4
35089	Kellyton	kellyton	AL	037		32.9791	-86.0484	4
35136	Rockford	rockford	AL	037		32.878	-86.24	4
35183	Weogufka	weogufka	AL	037		33.0238	-86.3042	4
36026	Equality	equality	AL	037		32.8139	-86.1051	4
36038	Gantt	gantt	AL	039		31.4068	-86.4841	4
36420	Andalusia	andalusia	AL	039		31.2971	-86.4905	4
36442	Florala	florala	AL	039		31.0172	-86.3385	4
36455	Lockhart	lockhart	AL	039		31.0105	-86.3497	4
36467	Opp	opp	AL	039		31.2799	-86.2571	4
36474	Red Level	red-level	AL	039		31.4399	-86.6121	4
36476	River Falls	river-falls	AL	039		31.3533	-86.541	4
36483	Wing	wing	AL	039		31.0223	-86.6293	4
36009	Brantley	brantley	AL	041		31.571	-86.2743	4
36028	Dozier	dozier	AL	041		31.5066	-86.3663	4
36034	Glenwood	glenwood	AL	041		31.6641	-86.171	4
36041	Highland Home	highland-home	AL	041		31.9283	-86.2971	4
36042	Honoraville	honoraville	AL	041		31.8784	-86.3981	4
36049	Luverne	luverne	AL	041		31.7074	-86.2566	4
36062	Petrey	petrey	AL	041		31.8488	-86.2077	4
36071	Rutledge	rutledge	AL	041		31.7062	-86.3715	4
35019	Baileyton	baileyton	AL	043		34.2683	-86.6213	4
35033	Bremen	bremen	AL	043		33.9737	-87.0043	4
35053	Crane Hill	crane-hill	AL	043		34.0821	-87.0484	4
35055	Cullman	cullman	AL	043		34.1761	-86.8298	4
35056	Cullman	cullman	AL	043		34.1748	-86.8436	4
35057	Cullman	cullman	AL	043		34.0878	-86.9447	4
35058	Cullman	cullman	AL	043		34.2098	-86.752	4
35070	Garden City	garden-city	AL	043		34.0058	-86.7499	4
35077	Hanceville	hanceville	AL	043		34.0516	-86.7848	4
35083	Holly Pond	holly-pond	AL	043		34.1901	-86.6174	4
35087	Joppa	joppa	AL	043		34.2837	-86.5519	4
35098	Logan	logan	AL	043		34.1377	-87.0266	4
35179	Vinemont	vinemont	AL	043		34.2621	-86.9125	4
36311	Ariton	ariton	AL	045		31.583	-85.7077	4
36317	Clopton	clopton	AL	045		31.6446	-85.3911	4
36322	Daleville	daleville	AL	045		31.2811	-85.7305	4
36350	Midland City	midland-city	AL	045		31.3191	-85.4938	4
36352	Newton	newton	AL	045		31.3311	-85.5992	4
36360	Ozark	ozark	AL	045		31.4391	-85.6436	4
36361	Ozark	ozark	AL	045		31.4591	-85.6405	4
36362	Fort Rucker	fort-rucker	AL	045		31.348	-85.7214	4
36371	Pinckard	pinckard	AL	045		31.3074	-85.5263	4
36374	Skipperville	skipperville	AL	045		31.5748	-85.537	4
36701	Selma	selma	AL	047		32.4197	-87.0245	4
36702	Selma	selma	AL	047		32.4074	-87.0211	4
36703	Selma	selma	AL	047		32.4156	-87.0135	4
36758	Plantersville	plantersville	AL	047		32.6176	-86.9475	4
36759	Marion Junction	marion-junction	AL	047		32.4266	-87.2702	4
36761	Minter	minter	AL	047		32.1899	-87.0633	4
36767	Orrville	orrville	AL	047		32.2949	-87.2214	4
36773	Safford	safford	AL	047		32.3002	-87.3693	4
36775	Sardis	sardis	AL	047		32.2844	-86.992	4
36785	Tyler	tyler	AL	047		32.3239	-86.8646	4
35961	Collinsville	collinsville	AL	049		34.268	-85.862	4
35962	Crossville	crossville	AL	049		34.2588	-86.0306	4
35963	Dawson	dawson	AL	049		34.3568	-85.9292	4
35967	Fort Payne	fort-payne	AL	049		34.4368	-85.7124	4
35968	Fort Payne	fort-payne	AL	049		34.4898	-85.7657	4
35971	Fyffe	fyffe	AL	049		34.4373	-85.9288	4
35974	Geraldine	geraldine	AL	049		34.3592	-86.024	4
35975	Groveoak	groveoak	AL	049		34.4359	-86.04	1
35978	Henagar	henagar	AL	049		34.6186	-85.7274	4
35981	Ider	ider	AL	049		34.7351	-85.6416	4
35984	Mentone	mentone	AL	049		34.5872	-85.5777	4
35986	Rainsville	rainsville	AL	049		34.4989	-85.8446	4
35988	Sylvania	sylvania	AL	049		34.559	-85.7921	4
35989	Valley Head	valley-head	AL	049		34.5697	-85.6272	4
36020	Coosada	coosada	AL	051		32.5056	-86.3322	4
36022	Deatsville	deatsville	AL	051		32.6082	-86.3958	4
36024	Eclectic	eclectic	AL	051		32.6542	-86.0316	4
36025	Elmore	elmore	AL	051		32.5454	-86.3161	4
36045	Kent	kent	AL	051		32.619	-85.9486	4
36054	Millbrook	millbrook	AL	051		32.4995	-86.3641	4
36078	Tallassee	tallassee	AL	051		32.551	-85.8978	4
36080	Titus	titus	AL	051		32.69	-86.2393	4
36092	Wetumpka	wetumpka	AL	051		32.5927	-86.2153	4
36093	Wetumpka	wetumpka	AL	051		32.5622	-86.0994	4
36426	Brewton	brewton	AL	053		31.1294	-87.0961	4
36427	Brewton	brewton	AL	053		31.1052	-87.0722	4
36441	Flomaton	flomaton	AL	053		31.0402	-87.2664	4
36502	Atmore	atmore	AL	053		31.0572	-87.4873	4
36503	Atmore	atmore	AL	053		31.0238	-87.4939	4
36504	Atmore	atmore	AL	053		31.0158	-87.4972	4
36543	Huxford	huxford	AL	053		31.2202	-87.4619	4
35901	Gadsden	gadsden	AL	055		34.048	-85.9246	4
35902	Gadsden	gadsden	AL	055		34.0143	-86.0066	4
35903	Gadsden	gadsden	AL	055		33.9845	-85.9077	4
35904	Gadsden	gadsden	AL	055		34.0217	-86.0495	4
35905	Gadsden	gadsden	AL	055		33.9352	-85.9576	4
35906	Rainbow City	rainbow-city	AL	055		33.9318	-86.0898	4
35907	Gadsden	gadsden	AL	055		33.8979	-86.0245	4
35952	Altoona	altoona	AL	055		34.071	-86.2096	4
35954	Attalla	attalla	AL	055		34.0296	-86.0967	4
35972	Gallant	gallant	AL	055		33.9976	-86.2346	4
35990	Walnut Grove	walnut-grove	AL	055		34.0657	-86.3064	4
35542	Bankston	bankston	AL	057		33.7008	-87.6897	4
35545	Belk	belk	AL	057		33.6476	-87.9314	4
35546	Berry	berry	AL	057		33.6945	-87.6226	4
35555	Fayette	fayette	AL	057		33.6974	-87.8346	4
35559	Glen Allen	glen-allen	AL	057		33.9151	-87.7417	4
35571	Hodges	hodges	AL	059		34.3417	-87.959	4
35581	Phil Campbell	phil-campbell	AL	059		34.347	-87.7154	4
35582	Red Bay	red-bay	AL	059		34.4513	-88.1129	4
35585	Spruce Pine	spruce-pine	AL	059		34.4246	-87.8145	4
35593	Vina	vina	AL	059		34.3712	-88.0774	4
35653	Russellville	russellville	AL	059		34.5066	-87.7257	4
35654	Russellville	russellville	AL	059		34.4675	-87.6478	4
36313	Bellwood	bellwood	AL	061		31.1732	-85.7933	4
36314	Black	black	AL	061		31.0132	-85.7456	4
36316	Chancellor	chancellor	AL	061		31.1767	-85.8135	4
36318	Coffee Springs	coffee-springs	AL	061		31.1388	-85.9182	4
36340	Geneva	geneva	AL	061		31.0414	-85.8847	4
36344	Hartford	hartford	AL	061		31.086	-85.7192	4
36349	Malvern	malvern	AL	061		31.1212	-85.5592	4
36375	Slocomb	slocomb	AL	061		31.0956	-85.583	4
36477	Samson	samson	AL	061		31.1049	-86.0674	4
35443	Boligee	boligee	AL	063		32.7746	-88.0267	4
35448	Clinton	clinton	AL	063		32.9137	-87.9925	4
35462	Eutaw	eutaw	AL	063		32.8889	-87.9303	4
35469	Knoxville	knoxville	AL	063		32.9824	-87.7919	4
35491	West Greene	west-greene	AL	063		32.9237	-88.0853	4
36740	Forkland	forkland	AL	063		32.6108	-87.8441	4
35441	Akron	akron	AL	065		32.8553	-87.7219	4
35474	Moundville	moundville	AL	065		32.9108	-87.5935	4
36742	Gallion	gallion	AL	065		32.5298	-87.6985	4
36744	Greensboro	greensboro	AL	065		32.7167	-87.5905	4
36765	Newbern	newbern	AL	065		32.5515	-87.5615	4
36776	Sawyerville	sawyerville	AL	065		32.7578	-87.7402	4
36310	Abbeville	abbeville	AL	067		31.5755	-85.279	4
36345	Headland	headland	AL	067		31.3534	-85.3323	4
36353	Newville	newville	AL	067		31.4403	-85.3287	4
36373	Shorterville	shorterville	AL	067		31.501	-85.1135	4
36301	Dothan	dothan	AL	069		31.1481	-85.3718	4
36302	Dothan	dothan	AL	069		31.2232	-85.3905	4
36303	Dothan	dothan	AL	069		31.2668	-85.3971	4
36304	Dothan	dothan	AL	069		31.156	-85.3559	4
36305	Dothan	dothan	AL	069		31.2197	-85.4828	4
36312	Ashford	ashford	AL	069		31.1888	-85.2535	4
36319	Columbia	columbia	AL	069		31.3352	-85.1455	4
36320	Cottonwood	cottonwood	AL	069		31.0507	-85.3154	4
36321	Cowarts	cowarts	AL	069		31.2025	-85.3014	4
36343	Gordon	gordon	AL	069		31.1002	-85.1234	4
36370	Pansey	pansey	AL	069		31.1403	-85.1573	4
36376	Webb	webb	AL	069		31.2656	-85.2544	4
35740	Bridgeport	bridgeport	AL	071		34.9446	-85.7277	4
35744	Dutton	dutton	AL	071		34.6046	-85.9067	4
35745	Estillfork	estillfork	AL	071		34.913	-86.1716	4
35746	Fackler	fackler	AL	071		34.8259	-85.9846	4
35751	Hollytree	hollytree	AL	071		34.7955	-86.2743	4
35752	Hollywood	hollywood	AL	071		34.7304	-85.9532	4
35755	Langston	langston	AL	071		34.5001	-86.1353	4
35764	Paint Rock	paint-rock	AL	071		34.7031	-86.3068	4
35765	Pisgah	pisgah	AL	071		34.6809	-85.8478	4
35766	Princeton	princeton	AL	071		34.8713	-86.2513	4
35768	Scottsboro	scottsboro	AL	071		34.7507	-86.1422	4
35769	Scottsboro	scottsboro	AL	071		34.618	-86.0562	4
35771	Section	section	AL	071		34.5433	-85.994	4
35772	Stevenson	stevenson	AL	071		34.8769	-85.8508	4
35774	Trenton	trenton	AL	071		34.7632	-86.2295	4
35776	Woodville	woodville	AL	071		34.6689	-86.2296	4
35958	Bryant	bryant	AL	071		34.945	-85.6324	4
35966	Flat Rock	flat-rock	AL	071		34.8076	-85.7084	4
35979	Higdon	higdon	AL	071		34.8391	-85.6196	4
35005	Adamsville	adamsville	AL	073		33.5884	-86.9597	4
35006	Adger	adger	AL	073		33.4343	-87.1675	4
35015	Alton	alton	AL	073		33.5793	-86.6375	4
35020	Bessemer	bessemer	AL	073		33.409	-86.9475	4
35021	Bessemer	bessemer	AL	073		33.5446	-86.9292	4
35022	Bessemer	bessemer	AL	073		33.3224	-86.9657	4
35023	Bessemer	bessemer	AL	073		33.468	-87.0924	4
35036	Brookside	brookside	AL	073		33.6379	-86.9167	4
35048	Clay	clay	AL	073		33.7026	-86.5997	4
35060	Docena	docena	AL	073		33.5589	-86.9294	4
35061	Dolomite	dolomite	AL	073		33.4654	-86.9564	4
35064	Fairfield	fairfield	AL	073		33.4735	-86.9183	4
35068	Fultondale	fultondale	AL	073		33.6017	-86.8265	4
35071	Gardendale	gardendale	AL	073		33.7189	-86.8225	4
35073	Graysville	graysville	AL	073		33.6539	-86.9803	4
35091	Kimberly	kimberly	AL	073		33.7684	-86.8084	4
35094	Leeds	leeds	AL	073		33.5283	-86.5748	4
35111	Mc Calla	mc-calla	AL	073		33.2845	-87.1024	1
35116	Morris	morris	AL	073		33.7392	-86.7726	4
35117	Mount Olive	mount-olive	AL	073		33.6768	-86.8717	4
35118	Mulga	mulga	AL	073		33.5363	-87.051	4
35119	New Castle	new-castle	AL	073		33.649	-86.7686	4
35123	Palmerdale	palmerdale	AL	073		33.7387	-86.6461	4
35126	Pinson	pinson	AL	073		33.7299	-86.6451	4
35127	Pleasant Grove	pleasant-grove	AL	073		33.4883	-86.9766	4
35139	Sayre	sayre	AL	073		33.7111	-86.9759	4
35142	Shannon	shannon	AL	073		33.4069	-86.8735	4
35172	Trafford	trafford	AL	073		33.819	-86.7434	4
35173	Trussville	trussville	AL	073		33.6339	-86.5981	4
35180	Warrior	warrior	AL	073		33.8529	-86.8198	4
35181	Watson	watson	AL	073		33.5446	-86.9292	4
35201	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35202	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35203	Birmingham	birmingham	AL	073		33.521	-86.8066	4
35204	Birmingham	birmingham	AL	073		33.5179	-86.8372	4
35205	Birmingham	birmingham	AL	073		33.4951	-86.8059	4
35206	Birmingham	birmingham	AL	073		33.5678	-86.7199	4
35207	Birmingham	birmingham	AL	073		33.5594	-86.8153	4
35208	Birmingham	birmingham	AL	073		33.4977	-86.8799	4
35209	Birmingham	birmingham	AL	073		33.4653	-86.8082	4
35210	Birmingham	birmingham	AL	073		33.5452	-86.6655	4
35211	Birmingham	birmingham	AL	073		33.4816	-86.859	4
35212	Birmingham	birmingham	AL	073		33.5409	-86.7495	4
35213	Birmingham	birmingham	AL	073		33.5066	-86.7428	4
35214	Birmingham	birmingham	AL	073		33.5554	-86.887	4
35215	Birmingham	birmingham	AL	073		33.6493	-86.7057	4
35216	Birmingham	birmingham	AL	073		33.4188	-86.7867	4
35217	Birmingham	birmingham	AL	073		33.5887	-86.765	4
35218	Birmingham	birmingham	AL	073		33.506	-86.893	4
35219	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35220	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35221	Birmingham	birmingham	AL	073		33.4523	-86.8935	4
35222	Birmingham	birmingham	AL	073		33.5219	-86.7666	4
35223	Birmingham	birmingham	AL	073		33.4995	-86.7268	4
35224	Birmingham	birmingham	AL	073		33.5191	-86.9342	4
35226	Birmingham	birmingham	AL	073		33.3967	-86.8346	4
35228	Birmingham	birmingham	AL	073		33.4558	-86.9118	4
35229	Birmingham	birmingham	AL	073		33.4629	-86.7904	4
35231	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35232	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35233	Birmingham	birmingham	AL	073		33.5062	-86.8003	4
35234	Birmingham	birmingham	AL	073		33.5378	-86.8068	4
35235	Birmingham	birmingham	AL	073		33.6328	-86.6493	4
35236	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35237	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35238	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35243	Birmingham	birmingham	AL	073		33.4459	-86.7502	4
35244	Birmingham	birmingham	AL	073		33.3538	-86.8254	4
35246	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35249	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35253	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35254	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35255	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35259	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35260	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35261	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35266	Birmingham	birmingham	AL	073		33.3729	-86.8531	4
35270	Birmingham	birmingham	AL	073		33.5206	-86.8025	
35282	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35283	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35285	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35287	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35288	Birmingham	birmingham	AL	073		33.4458	-86.9285	4
35290	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35291	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35292	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35293	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35294	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35295	Birmingham	birmingham	AL	073		33.5207	-86.8025	4
35296	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35297	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35298	Birmingham	birmingham	AL	073		33.5446	-86.9292	4
35544	Beaverton	beaverton	AL	075		33.9429	-88.0157	4
35552	Detroit	detroit	AL	075		34.0282	-88.17	4
35574	Kennedy	kennedy	AL	075		33.6153	-87.9948	4
35576	Millport	millport	AL	075		33.5401	-88.2	4
35586	Sulligent	sulligent	AL	075		33.8549	-88.1508	4
35592	Vernon	vernon	AL	075		33.7613	-88.0979	4
35610	Anderson	anderson	AL	077		34.9424	-87.2734	4
35617	Cloverdale	cloverdale	AL	077		34.9387	-87.7714	4
35630	Florence	florence	AL	077		34.8305	-87.656	4
35631	Florence	florence	AL	077		34.87	-87.7069	4
35632	Florence	florence	AL	077		34.87	-87.7069	4
35633	Florence	florence	AL	077		34.8825	-87.7398	4
35634	Florence	florence	AL	077		34.9186	-87.6136	4
35645	Killen	killen	AL	077		34.9016	-87.5082	4
35648	Lexington	lexington	AL	077		34.9559	-87.3935	4
35652	Rogersville	rogersville	AL	077		34.8495	-87.3237	4
35677	Waterloo	waterloo	AL	077		34.9357	-87.9624	4
35618	Courtland	courtland	AL	079		34.6719	-87.3143	4
35643	Hillsboro	hillsboro	AL	079		34.6476	-87.1804	4
35650	Moulton	moulton	AL	079		34.5058	-87.2224	4
35651	Mount Hope	mount-hope	AL	079		34.4793	-87.4769	4
35672	Town Creek	town-creek	AL	079		34.6491	-87.4262	4
36801	Opelika	opelika	AL	081		32.6454	-85.3783	4
36802	Opelika	opelika	AL	081		32.5782	-85.349	4
36803	Opelika	opelika	AL	081		32.6454	-85.3783	4
36804	Opelika	opelika	AL	081		32.5768	-85.312	4
36830	Auburn	auburn	AL	081		32.5475	-85.4682	4
36831	Auburn	auburn	AL	081		32.6099	-85.4808	4
36832	Auburn	auburn	AL	081		32.592	-85.5189	4
36849	Auburn University	auburn-university	AL	081		32.6024	-85.4873	4
36865	Loachapoka	loachapoka	AL	081		32.6043	-85.5933	4
36872	Valley	valley	AL	081		32.5782	-85.349	4
36874	Salem	salem	AL	081		32.6212	-85.184	4
36877	Smiths Station	smiths-station	AL	081		32.5401	-85.0985	4
36879	Waverly	waverly	AL	081		32.7632	-85.5144	4
35611	Athens	athens	AL	083		34.8036	-86.9707	4
35612	Athens	athens	AL	083		34.7749	-87.0305	4
35613	Athens	athens	AL	083		34.8317	-86.8867	4
35614	Athens	athens	AL	083		34.8474	-87.0607	4
35615	Belle Mina	belle-mina	AL	083		34.6568	-86.8792	4
35620	Elkmont	elkmont	AL	083		34.929	-86.9739	4
35647	Lester	lester	AL	083		34.9596	-87.1006	4
35649	Mooresville	mooresville	AL	083		34.6259	-86.8746	4
35671	Tanner	tanner	AL	083		34.6796	-86.9625	4
35739	Ardmore	ardmore	AL	083		34.9804	-86.8346	4
35742	Capshaw	capshaw	AL	083		34.7731	-86.7928	4
36032	Fort Deposit	fort-deposit	AL	085		31.996	-86.5761	4
36040	Hayneville	hayneville	AL	085		32.1957	-86.655	4
36047	Letohatchee	letohatchee	AL	085		32.0862	-86.488	4
36752	Lowndesboro	lowndesboro	AL	085		32.2943	-86.6471	4
36031	Fort Davis	fort-davis	AL	087		32.2507	-85.7524	4
36039	Hardaway	hardaway	AL	087		32.3129	-85.8838	4
36075	Shorter	shorter	AL	087		32.3836	-85.9162	4
36083	Tuskegee	tuskegee	AL	087		32.4316	-85.6861	4
36087	Tuskegee Institute	tuskegee-institute	AL	087		32.4093	-85.738	1
36088	Tuskegee Institute	tuskegee-institute	AL	087		32.4145	-85.7253	1
36866	Notasulga	notasulga	AL	087		32.5437	-85.6871	4
35741	Brownsboro	brownsboro	AL	089		34.7167	-86.4687	4
35748	Gurley	gurley	AL	089		34.714	-86.394	4
35749	Harvest	harvest	AL	089		34.8273	-86.7499	4
35750	Hazel Green	hazel-green	AL	089		34.9496	-86.5935	4
35756	Madison	madison	AL	089		34.643	-86.8168	4
35757	Madison	madison	AL	089		34.7782	-86.7442	4
35758	Madison	madison	AL	089		34.7108	-86.7425	4
35759	Meridianville	meridianville	AL	089		34.8618	-86.5789	4
35760	New Hope	new-hope	AL	089		34.5494	-86.3961	4
35761	New Market	new-market	AL	089		34.9	-86.4487	4
35762	Normal	normal	AL	089		34.789	-86.5719	4
35763	Owens Cross Roads	owens-cross-roads	AL	089		34.6215	-86.4644	4
35767	Ryland	ryland	AL	089		34.7698	-86.4808	4
35773	Toney	toney	AL	089		34.9116	-86.7	4
35801	Huntsville	huntsville	AL	089		34.7269	-86.5673	4
35802	Huntsville	huntsville	AL	089		34.6679	-86.5603	4
35803	Huntsville	huntsville	AL	089		34.6205	-86.551	4
35804	Huntsville	huntsville	AL	089		34.7284	-86.5853	4
35805	Huntsville	huntsville	AL	089		34.7059	-86.6165	4
35806	Huntsville	huntsville	AL	089		34.7448	-86.6704	4
35807	Huntsville	huntsville	AL	089		34.734	-86.5229	4
35808	Huntsville	huntsville	AL	089		34.6845	-86.6538	4
35809	Huntsville	huntsville	AL	089		34.734	-86.5229	4
35810	Huntsville	huntsville	AL	089		34.7784	-86.6091	4
35811	Huntsville	huntsville	AL	089		34.7789	-86.5438	4
35812	Huntsville	huntsville	AL	089		34.734	-86.5229	4
35813	Huntsville	huntsville	AL	089		34.734	-86.5229	4
35814	Huntsville	huntsville	AL	089		34.734	-86.5229	4
35815	Huntsville	huntsville	AL	089		34.734	-86.5229	4
35816	Huntsville	huntsville	AL	089		34.7389	-86.6249	4
35824	Huntsville	huntsville	AL	089		34.6583	-86.7295	4
35893	Huntsville	huntsville	AL	089		34.7304	-86.5861	4
35894	Huntsville	huntsville	AL	089		34.734	-86.5229	4
35895	Huntsville	huntsville	AL	089		34.7304	-86.5861	4
35896	Huntsville	huntsville	AL	089		34.7543	-86.6546	4
35897	Huntsville	huntsville	AL	089		34.734	-86.5229	4
35898	Huntsville	huntsville	AL	089		34.734	-86.5229	4
35899	Huntsville	huntsville	AL	089		34.7339	-86.6456	4
36732	Demopolis	demopolis	AL	091		32.4908	-87.8397	4
36736	Dixons Mills	dixons-mills	AL	091		32.0672	-87.7454	4
36738	Faunsdale	faunsdale	AL	091		32.4233	-87.6181	4
36745	Jefferson	jefferson	AL	091		32.414	-87.8986	4
36748	Linden	linden	AL	091		32.3053	-87.7954	4
36754	Magnolia	magnolia	AL	091		32.1419	-87.6998	4
36763	Myrtlewood	myrtlewood	AL	091		32.2516	-87.9494	4
36764	Nanafalia	nanafalia	AL	091		32.1129	-87.9881	4
36782	Sweet Water	sweet-water	AL	091		32.0773	-87.9228	4
36783	Thomaston	thomaston	AL	091		32.2538	-87.5974	4
35543	Bear Creek	bear-creek	AL	093		34.1649	-87.7396	4
35548	Brilliant	brilliant	AL	093		34.0377	-87.7563	4
35563	Guin	guin	AL	093		33.9676	-87.9024	4
35564	Hackleburg	hackleburg	AL	093		34.2678	-87.8608	4
35570	Hamilton	hamilton	AL	093		34.1534	-88.0085	4
35594	Winfield	winfield	AL	093		33.9303	-87.7972	4
35016	Arab	arab	AL	095		34.3283	-86.4896	4
35175	Union Grove	union-grove	AL	095		34.4093	-86.4628	4
35747	Grant	grant	AL	095		34.4959	-86.259	4
35950	Albertville	albertville	AL	095		34.2739	-86.2064	4
35951	Albertville	albertville	AL	095		34.3223	-86.1935	4
35956	Boaz	boaz	AL	095		34.1437	-86.148	4
35957	Boaz	boaz	AL	095		34.1921	-86.1941	4
35964	Douglas	douglas	AL	095		34.1737	-86.3236	4
35976	Guntersville	guntersville	AL	095		34.3449	-86.2752	4
35980	Horton	horton	AL	095		34.19	-86.3173	4
36421	Andalusia	andalusia	AL	097		31.3247	-86.5067	4
36505	Axis	axis	AL	097		30.9394	-88.0159	4
36509	Bayou La Batre	bayou-la-batre	AL	097		30.408	-88.2507	4
36512	Bucks	bucks	AL	097		31.0105	-88.0242	4
36521	Chunchula	chunchula	AL	097		30.9912	-88.1311	4
36522	Citronelle	citronelle	AL	097		31.0425	-88.2549	4
36523	Coden	coden	AL	097		30.3903	-88.2076	4
36525	Creola	creola	AL	097		30.9013	-88.0174	4
36528	Dauphin Island	dauphin-island	AL	097		30.2521	-88.1096	4
36541	Grand Bay	grand-bay	AL	097		30.4983	-88.3282	4
36544	Irvington	irvington	AL	097		30.4802	-88.2396	4
36560	Mount Vernon	mount-vernon	AL	097		31.0974	-88.035	4
36568	Saint Elmo	saint-elmo	AL	097		30.5035	-88.2542	4
36571	Saraland	saraland	AL	097		30.8332	-88.0934	4
36572	Satsuma	satsuma	AL	097		30.8516	-88.0533	4
36575	Semmes	semmes	AL	097		30.7544	-88.2667	4
36582	Theodore	theodore	AL	097		30.5444	-88.1807	4
36587	Wilmer	wilmer	AL	097		30.8137	-88.3332	4
36590	Theodore	theodore	AL	097		30.488	-88.2533	4
36601	Mobile	mobile	AL	097		30.6944	-88.0431	4
36602	Mobile	mobile	AL	097		30.6888	-88.0453	4
36603	Mobile	mobile	AL	097		30.6921	-88.0562	4
36604	Mobile	mobile	AL	097		30.682	-88.0678	4
36605	Mobile	mobile	AL	097		30.6341	-88.0846	4
36606	Mobile	mobile	AL	097		30.6729	-88.1009	4
36607	Mobile	mobile	AL	097		30.6975	-88.1029	4
36608	Mobile	mobile	AL	097		30.6817	-88.2945	4
36609	Mobile	mobile	AL	097		30.6605	-88.1618	4
36610	Mobile	mobile	AL	097		30.7309	-88.0789	4
36611	Mobile	mobile	AL	097		30.7705	-88.0781	4
36612	Mobile	mobile	AL	097		30.7518	-88.1131	4
36613	Eight Mile	eight-mile	AL	097		30.7951	-88.1823	4
36615	Mobile	mobile	AL	097		30.6411	-88.0622	4
36616	Mobile	mobile	AL	097		30.671	-88.1267	4
36617	Mobile	mobile	AL	097		30.7145	-88.0918	4
36618	Mobile	mobile	AL	097		30.7322	-88.1758	4
36619	Mobile	mobile	AL	097		30.5928	-88.1946	4
36628	Mobile	mobile	AL	097		30.6944	-88.0431	4
36633	Mobile	mobile	AL	097		30.6589	-88.178	4
36640	Mobile	mobile	AL	097		30.6589	-88.178	4
36641	Mobile	mobile	AL	097		30.6589	-88.178	4
36644	Mobile	mobile	AL	097		30.6944	-88.0431	4
36652	Mobile	mobile	AL	097		30.6944	-88.0431	4
36660	Mobile	mobile	AL	097		30.6589	-88.178	4
36663	Mobile	mobile	AL	097		30.6944	-88.0431	4
36670	Mobile	mobile	AL	097		30.6589	-88.178	4
36671	Mobile	mobile	AL	097		30.6589	-88.178	4
36675	Mobile	mobile	AL	097		30.6944	-88.0431	4
36685	Mobile	mobile	AL	097		30.6589	-88.178	4
36688	Mobile	mobile	AL	097		30.6962	-88.1821	4
36689	Mobile	mobile	AL	097		30.6589	-88.178	4
36691	Mobile	mobile	AL	097		30.6944	-88.0431	4
36693	Mobile	mobile	AL	097		30.6311	-88.1588	4
36695	Mobile	mobile	AL	097		30.6474	-88.2292	4
36425	Beatrice	beatrice	AL	099		31.7273	-87.1719	4
36439	Excel	excel	AL	099		31.4279	-87.3414	4
36444	Franklin	franklin	AL	099		31.7238	-87.4412	4
36445	Frisco City	frisco-city	AL	099		31.4235	-87.3817	4
36449	Goodway	goodway	AL	099		31.3368	-87.4258	4
36457	Megargel	megargel	AL	099		31.3612	-87.4353	4
36458	Mexia	mexia	AL	099		31.5147	-87.4084	4
36460	Monroeville	monroeville	AL	099		31.5153	-87.341	4
36461	Monroeville	monroeville	AL	099		31.5221	-87.3411	4
36470	Perdue Hill	perdue-hill	AL	099		31.5141	-87.4933	4
36471	Peterman	peterman	AL	099		31.59	-87.26	4
36480	Uriah	uriah	AL	099		31.3135	-87.5705	4
36481	Vredenburgh	vredenburgh	AL	099		31.8085	-87.3164	4
36013	Cecil	cecil	AL	101		32.2937	-85.9827	4
36036	Grady	grady	AL	101		32.0194	-86.1292	4
36043	Hope Hull	hope-hull	AL	101		32.2243	-86.3932	4
36046	Lapine	lapine	AL	101		31.9657	-86.2844	4
36052	Mathews	mathews	AL	101		32.1283	-86.0413	1
36057	Mount Meigs	mount-meigs	AL	101		32.2334	-86.2085	4
36064	Pike Road	pike-road	AL	101		32.3357	-86.0959	4
36065	Pine Level	pine-level	AL	101		32.0726	-86.0606	4
36069	Ramer	ramer	AL	101		32.0677	-86.2463	4
36101	Montgomery	montgomery	AL	101		32.357	-86.2578	4
36102	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36103	Montgomery	montgomery	AL	101		32.3462	-86.2873	4
36104	Montgomery	montgomery	AL	101		32.373	-86.3081	4
36105	Montgomery	montgomery	AL	101		32.3257	-86.3104	4
36106	Montgomery	montgomery	AL	101		32.3543	-86.2673	4
36107	Montgomery	montgomery	AL	101		32.3804	-86.2799	4
36108	Montgomery	montgomery	AL	101		32.3417	-86.3529	4
36109	Montgomery	montgomery	AL	101		32.3834	-86.2434	4
36110	Montgomery	montgomery	AL	101		32.4217	-86.275	4
36111	Montgomery	montgomery	AL	101		32.3374	-86.2715	4
36112	Montgomery	montgomery	AL	101		32.3808	-86.3491	4
36113	Montgomery	montgomery	AL	101		32.3846	-86.3039	4
36114	Montgomery	montgomery	AL	101		32.404	-86.2539	4
36115	Montgomery	montgomery	AL	101		32.4076	-86.2474	4
36116	Montgomery	montgomery	AL	101		32.3129	-86.2421	4
36117	Montgomery	montgomery	AL	101		32.3736	-86.1833	4
36118	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36119	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36120	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36121	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36123	Montgomery	montgomery	AL	101		32.3668	-86.3	4
36124	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36125	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36130	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36131	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36132	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36135	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36140	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36141	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36142	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36177	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
36191	Montgomery	montgomery	AL	101		32.2334	-86.2085	4
35601	Decatur	decatur	AL	103		34.5896	-86.9887	4
35602	Decatur	decatur	AL	103		34.6059	-86.9833	4
35603	Decatur	decatur	AL	103		34.5484	-87.0004	4
35609	Decatur	decatur	AL	103		34.6059	-86.9833	4
35619	Danville	danville	AL	103		34.3873	-87.1454	4
35621	Eva	eva	AL	103		34.3323	-86.7589	4
35622	Falkville	falkville	AL	103		34.3477	-86.9131	4
35640	Hartselle	hartselle	AL	103		34.4482	-86.9242	4
35670	Somerville	somerville	AL	103		34.4995	-86.8009	4
35673	Trinity	trinity	AL	103		34.5918	-87.0913	4
35699	Decatur	decatur	AL	103		34.6059	-86.9833	4
35754	Laceys Spring	laceys-spring	AL	103		34.4996	-86.6129	4
35775	Valhermoso Springs	valhermoso-springs	AL	103		34.542	-86.6871	4
36756	Marion	marion	AL	105		32.6463	-87.3314	4
36786	Uniontown	uniontown	AL	105		32.447	-87.4934	4
35442	Aliceville	aliceville	AL	107		33.1228	-88.1667	4
35447	Carrollton	carrollton	AL	107		33.2485	-88.1321	4
35461	Ethelsville	ethelsville	AL	107		33.4157	-88.2167	4
35466	Gordo	gordo	AL	107		33.3469	-87.9005	4
35471	Mc Shan	mc-shan	AL	107		33.2626	-88.0885	1
35481	Reform	reform	AL	107		33.3959	-88.0203	4
36005	Banks	banks	AL	109		31.8368	-85.7998	4
36010	Brundidge	brundidge	AL	109		31.7013	-85.8177	4
36035	Goshen	goshen	AL	109		31.7946	-86.1277	4
36079	Troy	troy	AL	109		31.7595	-86.0107	4
36081	Troy	troy	AL	109		31.7945	-85.9655	4
36082	Troy	troy	AL	109		31.8028	-85.9546	4
36263	Graham	graham	AL	111		33.463	-85.334	4
36274	Roanoke	roanoke	AL	111		33.1512	-85.3722	4
36276	Wadley	wadley	AL	111		33.1492	-85.5513	4
36278	Wedowee	wedowee	AL	111		33.3019	-85.4737	4
36280	Woodland	woodland	AL	111		33.3743	-85.3997	4
36851	Cottonton	cottonton	AL	113		32.1468	-85.0738	4
36856	Fort Mitchell	fort-mitchell	AL	113		32.2965	-84.9972	4
36858	Hatchechubbee	hatchechubbee	AL	113		32.2845	-85.3029	4
36859	Holy Trinity	holy-trinity	AL	113		32.2298	-85.0082	4
36860	Hurtsboro	hurtsboro	AL	113		32.2454	-85.3959	4
36867	Phenix City	phenix-city	AL	113		32.4978	-85.0234	4
36868	Phenix City	phenix-city	AL	113		32.4646	-85.0206	4
36869	Phenix City	phenix-city	AL	113		32.4204	-85.0796	4
36870	Phenix City	phenix-city	AL	113		32.4781	-85.124	4
36871	Pittsview	pittsview	AL	113		32.1733	-85.1312	4
36875	Seale	seale	AL	113		32.3053	-85.1677	4
35004	Moody	moody	AL	115		33.6035	-86.4668	4
35052	Cook Springs	cook-springs	AL	115		33.5895	-86.3923	4
35054	Cropwell	cropwell	AL	115		33.5296	-86.3007	4
35112	Margaret	margaret	AL	115		33.6862	-86.475	4
35120	Odenville	odenville	AL	115		33.6756	-86.409	4
35125	Pell City	pell-city	AL	115		33.5979	-86.3432	4
35128	Pell City	pell-city	AL	115		33.5873	-86.3366	4
35131	Ragland	ragland	AL	115		33.7367	-86.1619	4
35135	Riverside	riverside	AL	115		33.6166	-86.1996	4
35146	Springville	springville	AL	115		33.7386	-86.4394	4
35182	Wattsville	wattsville	AL	115		33.7068	-86.2567	4
35953	Ashville	ashville	AL	115		33.8374	-86.2552	4
35987	Steele	steele	AL	115		33.9417	-86.2289	4
35007	Alabaster	alabaster	AL	117		33.1934	-86.7944	4
35040	Calera	calera	AL	117		33.1098	-86.756	4
35043	Chelsea	chelsea	AL	117		33.2982	-86.6563	4
35051	Columbiana	columbiana	AL	117		33.177	-86.6161	4
35078	Harpersville	harpersville	AL	117		33.3234	-86.4424	4
35080	Helena	helena	AL	117		33.2663	-86.902	4
35114	Maylene	maylene	AL	117		33.2317	-86.8727	4
35115	Montevallo	montevallo	AL	117		33.1248	-86.8622	4
35124	Pelham	pelham	AL	117		33.2932	-86.768	4
35137	Saginaw	saginaw	AL	117		33.2063	-86.7812	4
35143	Shelby	shelby	AL	117		33.0785	-86.5536	4
35144	Siluria	siluria	AL	117		33.2293	-86.825	4
35147	Sterrett	sterrett	AL	117		33.4461	-86.4917	4
35176	Vandiver	vandiver	AL	117		33.4807	-86.5013	4
35178	Vincent	vincent	AL	117		33.401	-86.3994	4
35185	Westover	westover	AL	117		33.3356	-86.5437	4
35186	Wilsonville	wilsonville	AL	117		33.2293	-86.5299	4
35187	Wilton	wilton	AL	117		33.081	-86.8793	4
35242	Birmingham	birmingham	AL	117		33.3813	-86.7046	4
35459	Emelle	emelle	AL	119		32.755	-88.3057	4
35460	Epes	epes	AL	119		32.672	-88.1206	4
35464	Gainesville	gainesville	AL	119		32.821	-88.1589	4
35470	Livingston	livingston	AL	119		32.5843	-88.1872	4
35477	Panola	panola	AL	119		32.8726	-88.2374	4
36901	Bellamy	bellamy	AL	119		32.449	-88.1336	4
36907	Cuba	cuba	AL	119		32.411	-88.3611	4
36925	York	york	AL	119		32.4728	-88.2683	4
35014	Alpine	alpine	AL	121		33.404	-86.2339	4
35032	Bon Air	bon-air	AL	121		33.2649	-86.3364	4
35044	Childersburg	childersburg	AL	121		33.2459	-86.3641	4
35096	Lincoln	lincoln	AL	121		33.6059	-86.1112	4
35149	Sycamore	sycamore	AL	121		33.2512	-86.2025	4
35150	Sylacauga	sylacauga	AL	121		33.1717	-86.2713	4
35151	Sylacauga	sylacauga	AL	121		33.1756	-86.3574	4
35160	Talladega	talladega	AL	121		33.4354	-86.1134	4
35161	Talladega	talladega	AL	121		33.4202	-86.1028	4
36268	Munford	munford	AL	121		33.541	-85.9363	4
35010	Alexander City	alexander-city	AL	123		32.9164	-85.9368	4
35011	Alexander City	alexander-city	AL	123		32.9902	-85.958	4
36023	East Tallassee	east-tallassee	AL	123		32.8002	-85.8034	1
36256	Daviston	daviston	AL	123		33.0335	-85.7538	4
36850	Camp Hill	camp-hill	AL	123		32.7827	-85.6474	4
36853	Dadeville	dadeville	AL	123		32.8224	-85.7704	4
36861	Jacksons Gap	jacksons-gap	AL	123		32.8797	-85.8487	4
35401	Tuscaloosa	tuscaloosa	AL	125		33.1969	-87.5627	4
35402	Tuscaloosa	tuscaloosa	AL	125		33.3066	-87.4532	4
35403	Tuscaloosa	tuscaloosa	AL	125		33.2045	-87.527	4
35404	Tuscaloosa	tuscaloosa	AL	125		33.1826	-87.4827	4
35405	Tuscaloosa	tuscaloosa	AL	125		33.1617	-87.5144	4
35406	Tuscaloosa	tuscaloosa	AL	125		33.2722	-87.536	4
35407	Tuscaloosa	tuscaloosa	AL	125		33.3066	-87.4532	4
35440	Abernant	abernant	AL	125		33.311	-87.1898	4
35444	Brookwood	brookwood	AL	125		33.2775	-87.309	4
35446	Buhl	buhl	AL	125		33.2306	-87.7547	4
35449	Coaling	coaling	AL	125		33.1359	-87.3384	4
35452	Coker	coker	AL	125		33.2934	-87.6888	4
35453	Cottondale	cottondale	AL	125		33.1767	-87.3871	4
35456	Duncanville	duncanville	AL	125		33.0618	-87.4422	4
35457	Echola	echola	AL	125		33.294	-87.7766	4
35458	Elrod	elrod	AL	125		33.2562	-87.7922	4
35463	Fosters	fosters	AL	125		33.0843	-87.6975	4
35468	Kellerman	kellerman	AL	125		33.3407	-87.3047	4
35473	Northport	northport	AL	125		33.2723	-87.5825	4
35475	Northport	northport	AL	125		33.3992	-87.5599	4
35476	Northport	northport	AL	125		33.2273	-87.5943	4
35478	Peterson	peterson	AL	125		33.3066	-87.4532	4
35480	Ralph	ralph	AL	125		33.1274	-87.7624	4
35482	Samantha	samantha	AL	125		33.3066	-87.4532	4
35486	Tuscaloosa	tuscaloosa	AL	125		33.2098	-87.5692	4
35487	Tuscaloosa	tuscaloosa	AL	125		33.3072	-87.5859	4
35490	Vance	vance	AL	125		33.175	-87.2574	4
35038	Burnwell	burnwell	AL	127		33.7079	-87.0875	4
35062	Dora	dora	AL	127		33.7357	-87.0546	4
35063	Empire	empire	AL	127		33.8256	-87.0161	4
35130	Quinton	quinton	AL	127		33.6561	-87.1007	4
35148	Sumiton	sumiton	AL	127		33.768	-87.0445	4
35501	Jasper	jasper	AL	127		33.8312	-87.2775	4
35502	Jasper	jasper	AL	127		33.8312	-87.2775	4
35503	Jasper	jasper	AL	127		33.9152	-87.3074	4
35504	Jasper	jasper	AL	127		33.8927	-87.1667	4
35549	Carbon Hill	carbon-hill	AL	127		33.9093	-87.5403	4
35550	Cordova	cordova	AL	127		33.768	-87.1841	4
35554	Eldridge	eldridge	AL	127		33.9315	-87.6194	4
35560	Goodsprings	goodsprings	AL	127		33.6795	-87.2374	4
35573	Kansas	kansas	AL	127		33.9018	-87.552	4
35578	Nauvoo	nauvoo	AL	127		33.9299	-87.4324	4
35579	Oakman	oakman	AL	127		33.7002	-87.3686	4
35580	Parrish	parrish	AL	127		33.7213	-87.2658	4
35584	Sipsey	sipsey	AL	127		33.8201	-87.0779	4
35587	Townley	townley	AL	127		33.847	-87.4372	4
36513	Calvert	calvert	AL	129		31.1552	-88.01	4
36518	Chatom	chatom	AL	129		31.4876	-88.2699	4
36529	Deer Park	deer-park	AL	129		31.2168	-88.3172	4
36538	Frankville	frankville	AL	129		31.6468	-88.1332	4
36539	Fruitdale	fruitdale	AL	129		31.3488	-88.3766	4
36548	Leroy	leroy	AL	129		31.491	-87.9687	4
36553	Mc Intosh	mc-intosh	AL	129		31.2361	-88.0511	1
36556	Malcolm	malcolm	AL	129		31.1913	-88.0075	4
36558	Millry	millry	AL	129		31.6269	-88.3559	4
36569	Saint Stephens	saint-stephens	AL	129		31.533	-88.0521	4
36581	Sunflower	sunflower	AL	129		31.3696	-88.0122	4
36583	Tibbie	tibbie	AL	129		31.4067	-88.1758	4
36584	Vinegar Bend	vinegar-bend	AL	129		31.2584	-88.3865	4
36585	Wagarville	wagarville	AL	129		31.4102	-88.0705	4
36435	Coy	coy	AL	131		31.8889	-87.3926	4
36720	Alberta	alberta	AL	131		32.1585	-87.3468	4
36722	Arlington	arlington	AL	131		32.0668	-87.5597	4
36723	Boykin	boykin	AL	131		32.0779	-87.2814	4
36726	Camden	camden	AL	131		32.0047	-87.295	4
36728	Catherine	catherine	AL	131		32.182	-87.4836	4
36741	Furman	furman	AL	131		32.0061	-86.9817	4
36751	Lower Peach Tree	lower-peach-tree	AL	131		31.8504	-87.5682	4
36753	Mc Williams	mc-williams	AL	131		32.0481	-87.2623	1
36766	Oak Hill	oak-hill	AL	131		31.947	-87.0745	4
36768	Pine Apple	pine-apple	AL	131		31.9265	-87.0047	4
36769	Pine Hill	pine-hill	AL	131		31.9735	-87.5771	4
35540	Addison	addison	AL	133		34.2056	-87.1948	4
35541	Arley	arley	AL	133		34.0632	-87.1828	4
35551	Delmar	delmar	AL	133		34.1701	-87.6059	4
35553	Double Springs	double-springs	AL	133		34.1387	-87.3974	4
35565	Haleyville	haleyville	AL	133		34.2314	-87.5938	4
35572	Houston	houston	AL	133		34.118	-87.2618	4
35575	Lynn	lynn	AL	133		34.053	-87.5398	4
35577	Natural Bridge	natural-bridge	AL	133		34.0934	-87.6008	4
72003	Almyra	almyra	AR	001		34.4146	-91.431	4
72026	Casscoe	casscoe	AR	001		34.5095	-91.299	4
72038	Crocketts Bluff	crocketts-bluff	AR	001		34.4528	-91.2692	4
72042	De Witt	de-witt	AR	001		34.2853	-91.3336	4
72048	Ethel	ethel	AR	001		34.2435	-91.1398	4
72055	Gillett	gillett	AR	001		34.1218	-91.38	4
72073	Humphrey	humphrey	AR	001		34.4034	-91.679	4
72140	Saint Charles	saint-charles	AR	001		34.3878	-91.1463	4
72160	Stuttgart	stuttgart	AR	001		34.4854	-91.5487	4
72166	Tichnor	tichnor	AR	001		34.0893	-91.2437	4
71635	Crossett	crossett	AR	003		33.156	-91.9975	4
71642	Fountain Hill	fountain-hill	AR	003		33.3631	-91.9088	4
71646	Hamburg	hamburg	AR	003		33.2058	-91.8023	4
71658	Montrose	montrose	AR	003		33.3075	-91.5228	4
71661	Parkdale	parkdale	AR	003		33.1213	-91.5428	4
71663	Portland	portland	AR	003		33.2318	-91.5139	4
71676	Wilmot	wilmot	AR	003		33.0576	-91.5723	4
72537	Gamaliel	gamaliel	AR	005		36.4618	-92.2284	4
72544	Henderson	henderson	AR	005		36.4105	-92.1951	4
72617	Big Flat	big-flat	AR	005		36.0068	-92.3917	4
72623	Clarkridge	clarkridge	AR	005		36.4724	-92.3296	4
72626	Cotter	cotter	AR	005		36.2712	-92.5354	4
72635	Gassville	gassville	AR	005		36.3175	-92.4736	4
72642	Lakeview	lakeview	AR	005		36.373	-92.5422	4
72651	Midway	midway	AR	005		36.3933	-92.4881	4
72653	Mountain Home	mountain-home	AR	005		36.3312	-92.3753	4
72654	Mountain Home	mountain-home	AR	005		36.3353	-92.3852	4
72658	Norfork	norfork	AR	005		36.2066	-92.273	4
72659	Norfork	norfork	AR	005		36.2095	-92.2843	4
72711	Avoca	avoca	AR	007		36.4047	-94.0713	4
72712	Bentonville	bentonville	AR	007		36.3577	-94.2224	4
72713	Bentonville	bentonville	AR	007		36.3115	-94.3503	4
72714	Bella Vista	bella-vista	AR	007		36.4676	-94.2166	4
72715	Bella Vista	bella-vista	AR	007		36.4677	-94.3209	4
72716	Bentonville	bentonville	AR	007		36.3729	-94.2088	4
72718	Cave Springs	cave-springs	AR	007		36.2738	-94.2183	4
72719	Centerton	centerton	AR	007		36.367	-94.3089	4
72722	Decatur	decatur	AR	007		36.3347	-94.4534	4
72732	Garfield	garfield	AR	007		36.4288	-93.9512	4
72733	Gateway	gateway	AR	007		36.4864	-93.9277	4
72734	Gentry	gentry	AR	007		36.2652	-94.4751	4
72736	Gravette	gravette	AR	007		36.4155	-94.4779	4
72739	Hiwasse	hiwasse	AR	007		36.4416	-94.339	4
72745	Lowell	lowell	AR	007		36.2554	-94.1308	4
72747	Maysville	maysville	AR	007		36.3811	-94.5783	4
72751	Pea Ridge	pea-ridge	AR	007		36.4539	-94.118	4
72756	Rogers	rogers	AR	007		36.3363	-94.1148	4
72757	Rogers	rogers	AR	007		36.332	-94.1185	4
72758	Rogers	rogers	AR	007		36.3169	-94.1545	4
72761	Siloam Springs	siloam-springs	AR	007		36.18	-94.528	4
72768	Sulphur Springs	sulphur-springs	AR	007		36.4794	-94.4521	4
72260	Little Rock	little-rock	AR	009		34.7399	-92.34	4
72601	Harrison	harrison	AR	009		36.2417	-93.1062	4
72602	Harrison	harrison	AR	009		36.2298	-93.1077	4
72611	Alpena	alpena	AR	009		36.2998	-93.2792	4
72615	Bergman	bergman	AR	009		36.3083	-93.0321	4
72630	Diamond City	diamond-city	AR	009		36.4645	-92.9202	4
72633	Everton	everton	AR	009		36.1534	-92.915	4
72644	Lead Hill	lead-hill	AR	009		36.3848	-93.0039	4
72662	Omaha	omaha	AR	009		36.4612	-93.1888	4
72682	Valley Springs	valley-springs	AR	009		36.1351	-92.7541	4
71631	Banks	banks	AR	011		33.5497	-92.2604	4
71647	Hermitage	hermitage	AR	011		33.39	-92.156	4
71651	Jersey	jersey	AR	011		33.3889	-92.2966	4
71671	Warren	warren	AR	011		33.614	-92.0778	4
71744	Hampton	hampton	AR	013		33.5376	-92.5295	4
71745	Harrell	harrell	AR	013		33.5101	-92.3988	4
71766	Thornton	thornton	AR	013		33.7768	-92.4862	4
72613	Beaver	beaver	AR	015		36.4311	-93.6994	4
72616	Berryville	berryville	AR	015		36.3519	-93.5587	4
72631	Eureka Springs	eureka-springs	AR	015		36.435	-93.7673	4
72632	Eureka Springs	eureka-springs	AR	015		36.4175	-93.7379	4
72638	Green Forest	green-forest	AR	015		36.3224	-93.4059	4
72660	Oak Grove	oak-grove	AR	015		36.4613	-93.4321	4
71638	Dermott	dermott	AR	017		33.5241	-91.4394	4
71640	Eudora	eudora	AR	017		33.1213	-91.2716	4
71653	Lake Village	lake-village	AR	017		33.3274	-91.2825	4
71721	Beirne	beirne	AR	019		33.8887	-93.2041	4
71728	Curtis	curtis	AR	019		34.0103	-93.0976	4
71743	Gurdon	gurdon	AR	019		33.9125	-93.1417	4
71772	Whelen Springs	whelen-springs	AR	019		33.8309	-93.1263	4
71920	Alpine	alpine	AR	019		34.229	-93.3791	4
71921	Amity	amity	AR	019		34.2594	-93.4206	4
71923	Arkadelphia	arkadelphia	AR	019		34.1153	-93.069	4
71962	Okolona	okolona	AR	019		34.0551	-93.2897	4
71998	Arkadelphia	arkadelphia	AR	019		34.1209	-93.0538	4
71999	Arkadelphia	arkadelphia	AR	019		34.1209	-93.0538	4
72422	Corning	corning	AR	021		36.4155	-90.587	4
72424	Datto	datto	AR	021		36.3897	-90.7231	4
72430	Greenway	greenway	AR	021		36.3348	-90.2253	4
72435	Knobel	knobel	AR	021		36.3176	-90.599	4
72441	Mc Dougal	mc-dougal	AR	021		36.437	-90.3837	1
04239	Jay	jay	ME	007		44.516	-70.2099	4
72453	Peach Orchard	peach-orchard	AR	021		36.283	-90.6702	4
72454	Piggott	piggott	AR	021		36.387	-90.1926	4
72456	Pollard	pollard	AR	021		36.4317	-90.2751	4
72461	Rector	rector	AR	021		36.2672	-90.2702	4
72464	Saint Francis	saint-francis	AR	021		36.4534	-90.1454	4
72470	Success	success	AR	021		36.4536	-90.7281	4
72044	Edgemont	edgemont	AR	023		35.6321	-92.157	4
72067	Higden	higden	AR	023		35.5685	-92.1341	4
72130	Prim	prim	AR	023		35.6674	-92.0933	4
72131	Quitman	quitman	AR	023		35.405	-92.1333	4
72179	Wilburn	wilburn	AR	023		35.5106	-91.8648	4
72523	Concord	concord	AR	023		35.6414	-91.8333	4
72530	Drasco	drasco	AR	023		35.6616	-91.9398	4
72543	Heber Springs	heber-springs	AR	023		35.5103	-92.0392	4
72545	Heber Springs	heber-springs	AR	023		35.5352	-92.0213	4
72546	Ida	ida	AR	023		35.5816	-91.9305	4
72581	Tumbling Shoals	tumbling-shoals	AR	023		35.547	-91.9704	4
71652	Kingsland	kingsland	AR	025		33.86	-92.3014	4
71660	New Edinburg	new-edinburg	AR	025		33.7588	-92.1939	4
71665	Rison	rison	AR	025		33.9453	-92.1188	4
71740	Emerson	emerson	AR	027		33.0891	-93.1987	4
71752	Mc Neil	mc-neil	AR	027		33.3622	-93.193	1
71753	Magnolia	magnolia	AR	027		33.2647	-93.2392	4
71754	Magnolia	magnolia	AR	027		33.2426	-93.23	4
71770	Waldo	waldo	AR	027		33.36	-93.2949	4
71861	Taylor	taylor	AR	027		33.108	-93.446	4
72027	Center Ridge	center-ridge	AR	029		35.3981	-92.5582	4
72030	Cleveland	cleveland	AR	029		35.3955	-92.702	4
72063	Hattieville	hattieville	AR	029		35.2907	-92.7783	4
72080	Jerusalem	jerusalem	AR	029		35.5699	-92.8251	4
72107	Menifee	menifee	AR	029		35.1356	-92.5498	4
72110	Morrilton	morrilton	AR	029		35.1692	-92.7354	4
72127	Plumerville	plumerville	AR	029		35.1575	-92.6204	4
72156	Solgohachia	solgohachia	AR	029		35.2701	-92.6754	4
72157	Springfield	springfield	AR	029		35.2749	-92.5457	4
72401	Jonesboro	jonesboro	AR	031		35.833	-90.6965	4
72402	Jonesboro	jonesboro	AR	031		35.8088	-90.6529	4
72403	Jonesboro	jonesboro	AR	031		35.8305	-90.7039	4
72404	Jonesboro	jonesboro	AR	031		35.7792	-90.766	4
72405	Jonesboro	jonesboro	AR	031		35.7792	-90.766	4
72411	Bay	bay	AR	031		35.7456	-90.5507	4
72414	Black Oak	black-oak	AR	031		35.8368	-90.4005	4
72416	Bono	bono	AR	031		35.9086	-90.7848	4
72417	Brookland	brookland	AR	031		35.9165	-90.5762	4
72419	Caraway	caraway	AR	031		35.759	-90.3358	4
72421	Cash	cash	AR	031		35.8301	-90.941	4
72427	Egypt	egypt	AR	031		35.864	-90.9428	4
72437	Lake City	lake-city	AR	031		35.8171	-90.4423	4
72447	Monette	monette	AR	031		35.9002	-90.3437	4
72467	State University	state-university	AR	031		35.8422	-90.6735	4
72921	Alma	alma	AR	033		35.5	-94.2073	4
72932	Cedarville	cedarville	AR	033		35.603	-94.3749	4
72934	Chester	chester	AR	033		35.6898	-94.202	4
72935	Dyer	dyer	AR	033		35.4923	-94.1377	4
72946	Mountainburg	mountainburg	AR	033		35.6464	-94.1497	4
72947	Mulberry	mulberry	AR	033		35.5172	-93.9885	4
72948	Natural Dam	natural-dam	AR	033		35.6743	-94.4124	4
72952	Rudy	rudy	AR	033		35.5468	-94.2913	4
72955	Uniontown	uniontown	AR	033		35.5748	-94.4349	4
72956	Van Buren	van-buren	AR	033		35.454	-94.3278	4
72957	Van Buren	van-buren	AR	033		35.4368	-94.3483	4
72301	West Memphis	west-memphis	AR	035		35.1484	-90.1779	4
72303	West Memphis	west-memphis	AR	035		35.1465	-90.1845	4
72325	Clarkedale	clarkedale	AR	035		35.3093	-90.2362	4
72327	Crawfordsville	crawfordsville	AR	035		35.2119	-90.3351	4
72331	Earle	earle	AR	035		35.2799	-90.4503	4
72332	Edmondson	edmondson	AR	035		35.1042	-90.3133	4
72339	Gilmore	gilmore	AR	035		35.4057	-90.2714	4
72364	Marion	marion	AR	035		35.2077	-90.1989	4
72376	Proctor	proctor	AR	035		35.0834	-90.255	4
72384	Turrell	turrell	AR	035		35.3439	-90.2978	4
72324	Cherry Valley	cherry-valley	AR	037		35.3991	-90.7613	4
72347	Hickory Ridge	hickory-ridge	AR	037		35.3995	-90.9823	4
72373	Parkin	parkin	AR	037		35.2586	-90.5564	4
72387	Vanndale	vanndale	AR	037		35.3245	-90.7712	4
72396	Wynne	wynne	AR	037		35.233	-90.793	4
71725	Carthage	carthage	AR	039		34.0751	-92.5554	4
71742	Fordyce	fordyce	AR	039		33.8176	-92.4225	4
71748	Ivan	ivan	AR	039		33.9118	-92.4246	4
71763	Sparkman	sparkman	AR	039		33.9143	-92.8532	4
71630	Arkansas City	arkansas-city	AR	041		33.6143	-91.2325	4
71639	Dumas	dumas	AR	041		33.8921	-91.4861	4
71654	Mc Gehee	mc-gehee	AR	041		33.6297	-91.3928	1
71662	Pickens	pickens	AR	041		33.842	-91.5022	4
71666	Rohwer	rohwer	AR	041		33.7609	-91.2757	4
71670	Tillar	tillar	AR	041		33.6981	-91.4433	4
71674	Watson	watson	AR	041		33.8907	-91.2815	4
72379	Snow Lake	snow-lake	AR	041		34.0665	-91.0071	4
71655	Monticello	monticello	AR	043		33.625	-91.7948	4
71656	Monticello	monticello	AR	043		33.629	-91.791	4
71657	Monticello	monticello	AR	043		33.629	-91.791	4
71675	Wilmar	wilmar	AR	043		33.6213	-91.9257	4
71677	Winchester	winchester	AR	043		33.7471	-91.4649	4
72032	Conway	conway	AR	045		35.0842	-92.4236	4
72033	Conway	conway	AR	045		35.1053	-92.3549	4
72034	Conway	conway	AR	045		35.0823	-92.4683	4
72035	Conway	conway	AR	045		35.1053	-92.3549	4
72039	Damascus	damascus	AR	045		35.3673	-92.4096	4
72047	Enola	enola	AR	045		35.2087	-92.2123	4
72058	Greenbrier	greenbrier	AR	045		35.2295	-92.3578	4
72061	Guy	guy	AR	045		35.3239	-92.2878	4
72106	Mayflower	mayflower	AR	045		34.9669	-92.4001	4
72111	Mount Vernon	mount-vernon	AR	045		35.2265	-92.124	4
72173	Vilonia	vilonia	AR	045		35.0719	-92.1832	4
72181	Wooster	wooster	AR	045		35.1645	-92.453	4
72820	Alix	alix	AR	047		35.41	-93.7286	4
72821	Altus	altus	AR	047		35.4346	-93.7598	4
72928	Branch	branch	AR	047		35.2971	-93.9454	4
72930	Cecil	cecil	AR	047		35.4252	-94.0409	4
72933	Charleston	charleston	AR	047		35.3115	-94.0337	4
72949	Ozark	ozark	AR	047		35.5246	-93.8374	4
72515	Bexar	bexar	AR	049		36.2901	-92.055	4
72520	Camp	camp	AR	049		36.4025	-91.7262	4
72531	Elizabeth	elizabeth	AR	049		36.3238	-92.0934	4
72538	Gepp	gepp	AR	049		36.4364	-92.0995	4
72539	Glencoe	glencoe	AR	049		36.2942	-91.7474	4
72554	Mammoth Spring	mammoth-spring	AR	049		36.4076	-91.5757	4
72576	Salem	salem	AR	049		36.3766	-91.8759	4
72578	Sturkie	sturkie	AR	049		36.4747	-91.8891	4
72583	Viola	viola	AR	049		36.3924	-91.9932	4
71901	Hot Springs National Park	hot-springs-national-park	AR	051		34.5268	-92.9587	4
71902	Hot Springs National Park	hot-springs-national-park	AR	051		34.5814	-93.0994	4
71903	Hot Springs National Park	hot-springs-national-park	AR	051		34.5814	-93.0994	4
71909	Hot Springs Village	hot-springs-village	AR	051		34.6484	-92.983	4
71910	Hot Springs Village	hot-springs-village	AR	051		34.672	-92.9988	4
71913	Hot Springs National Park	hot-springs-national-park	AR	051		34.5317	-93.0638	4
71914	Hot Springs National Park	hot-springs-national-park	AR	051		34.5137	-92.9685	4
71949	Jessieville	jessieville	AR	051		34.7094	-93.0382	4
71956	Mountain Pine	mountain-pine	AR	051		34.5976	-93.1539	4
71964	Pearcy	pearcy	AR	051		34.4351	-93.242	4
71968	Royal	royal	AR	051		34.515	-93.2897	4
72087	Lonsdale	lonsdale	AR	051		34.5562	-92.834	4
72057	Grapevine	grapevine	AR	053		34.1309	-92.3109	4
72084	Leola	leola	AR	053		34.1856	-92.5979	4
72128	Poyen	poyen	AR	053		34.3023	-92.6095	4
72129	Prattsville	prattsville	AR	053		34.3079	-92.5131	4
72150	Sheridan	sheridan	AR	053		34.3165	-92.3657	4
72412	Beech Grove	beech-grove	AR	055		36.1281	-90.6914	4
72425	Delaplaine	delaplaine	AR	055		36.1995	-90.7345	4
72436	Lafe	lafe	AR	055		36.2359	-90.4811	4
72443	Marmaduke	marmaduke	AR	055		36.1951	-90.3837	4
72450	Paragould	paragould	AR	055		36.06	-90.5251	4
72451	Paragould	paragould	AR	055		36.0584	-90.4973	4
72474	Walcott	walcott	AR	055		36.0413	-90.6718	4
71801	Hope	hope	AR	057		33.6736	-93.6068	4
71802	Hope	hope	AR	057		33.6671	-93.5916	4
71825	Blevins	blevins	AR	057		33.8718	-93.5771	4
71831	Columbus	columbus	AR	057		33.7935	-93.807	4
71838	Fulton	fulton	AR	057		33.6299	-93.8086	4
71847	Mc Caskill	mc-caskill	AR	057		33.923	-93.6266	1
71855	Ozan	ozan	AR	057		33.9028	-93.7714	4
71862	Washington	washington	AR	057		33.7546	-93.6735	4
71929	Bismarck	bismarck	AR	059		34.311	-93.1872	4
71933	Bonnerdale	bonnerdale	AR	059		34.3848	-93.3819	4
71941	Donaldson	donaldson	AR	059		34.2212	-92.9094	4
71942	Friendship	friendship	AR	059		34.2235	-93.0024	4
72019	Benton	benton	AR	059		34.604	-92.6259	4
72104	Malvern	malvern	AR	059		34.3557	-92.8292	4
72105	Jones Mill	jones-mill	AR	059		34.4374	-92.8943	1
71833	Dierks	dierks	AR	061		34.1323	-94.0152	4
71851	Mineral Springs	mineral-springs	AR	061		33.8639	-93.9188	4
71852	Nashville	nashville	AR	061		33.9576	-93.8707	4
71859	Saratoga	saratoga	AR	061		33.7599	-93.8767	4
71971	Umpire	umpire	AR	061		34.2921	-94.0314	4
72165	Thida	thida	AR	063		35.5762	-91.4539	4
72501	Batesville	batesville	AR	063		35.7826	-91.6352	4
72503	Batesville	batesville	AR	063		35.7346	-91.5343	4
72522	Charlotte	charlotte	AR	063		35.8184	-91.4387	4
72524	Cord	cord	AR	063		35.8184	-91.3375	4
72526	Cushman	cushman	AR	063		35.8729	-91.754	4
72527	Desha	desha	AR	063		35.7411	-91.6985	4
72534	Floral	floral	AR	063		35.6023	-91.7341	4
72550	Locust Grove	locust-grove	AR	063		35.7177	-91.7414	4
72553	Magness	magness	AR	063		35.6941	-91.4753	4
72562	Newark	newark	AR	063		35.7118	-91.4394	4
72564	Oil Trough	oil-trough	AR	063		35.6131	-91.4703	4
72568	Pleasant Plains	pleasant-plains	AR	063		35.5893	-91.632	4
72571	Rosie	rosie	AR	063		35.6638	-91.534	4
72575	Salado	salado	AR	063		35.6919	-91.5989	4
72579	Sulphur Rock	sulphur-rock	AR	063		35.7545	-91.5073	4
72512	Horseshoe Bend	horseshoe-bend	AR	065		36.2025	-91.7553	4
72517	Brockwell	brockwell	AR	065		36.1358	-91.9513	4
72519	Calico Rock	calico-rock	AR	065		36.1202	-92.1867	4
72528	Dolph	dolph	AR	065		36.2229	-92.1177	4
72536	Franklin	franklin	AR	065		36.1703	-91.776	4
72540	Guion	guion	AR	065		35.9266	-91.9103	4
72556	Melbourne	melbourne	AR	065		36.0635	-91.9079	4
72561	Mount Pleasant	mount-pleasant	AR	065		35.9759	-91.785	4
72565	Oxford	oxford	AR	065		36.2114	-91.9258	4
72566	Pineville	pineville	AR	065		36.1677	-92.1073	4
72573	Sage	sage	AR	065		36.0688	-91.791	4
72584	Violet Hill	violet-hill	AR	065		36.163	-91.8471	4
72585	Wideman	wideman	AR	065		36.1865	-92.0088	4
72587	Wiseman	wiseman	AR	065		36.2345	-91.8154	4
72005	Amagon	amagon	AR	067		35.562	-91.1104	4
72014	Beedeville	beedeville	AR	067		35.4291	-91.1057	4
72043	Diaz	diaz	AR	067		35.6336	-91.2592	4
72075	Jacksonport	jacksonport	AR	067		35.6414	-91.3072	4
72112	Newport	newport	AR	067		35.5988	-91.2571	4
72169	Tupelo	tupelo	AR	067		35.3844	-91.2232	4
72431	Grubbs	grubbs	AR	067		35.6498	-91.074	4
72471	Swifton	swifton	AR	067		35.8274	-91.1264	4
72473	Tuckerman	tuckerman	AR	067		35.7307	-91.2003	4
71601	Pine Bluff	pine-bluff	AR	069		34.209	-91.9859	4
71602	White Hall	white-hall	AR	069		34.274	-92.091	4
71603	Pine Bluff	pine-bluff	AR	069		34.1897	-92.0448	4
71611	Pine Bluff	pine-bluff	AR	069		34.2615	-91.9551	4
71612	White Hall	white-hall	AR	069		34.274	-92.091	4
71613	Pine Bluff	pine-bluff	AR	069		34.1579	-92.0713	4
71659	Moscow	moscow	AR	069		34.1465	-91.7951	4
72004	Altheimer	altheimer	AR	069		34.3062	-91.8289	4
72079	Jefferson	jefferson	AR	069		34.3934	-92.2029	4
72132	Redfield	redfield	AR	069		34.4526	-92.1758	4
72133	Reydell	reydell	AR	069		34.1715	-91.5656	4
72152	Sherrill	sherrill	AR	069		34.3581	-91.9933	4
72168	Tucker	tucker	AR	069		34.4414	-91.9163	4
72175	Wabbaseka	wabbaseka	AR	069		34.3936	-91.7549	4
72182	Wright	wright	AR	069		34.4291	-92.0599	4
72830	Clarksville	clarksville	AR	071		35.4908	-93.4911	4
72832	Coal Hill	coal-hill	AR	071		35.4371	-93.672	4
72839	Hagarville	hagarville	AR	071		35.6155	-93.2726	4
72840	Hartman	hartman	AR	071		35.4436	-93.6142	4
72845	Knoxville	knoxville	AR	071		35.3749	-93.3618	4
72846	Lamar	lamar	AR	071		35.4349	-93.3552	4
72852	Oark	oark	AR	071		35.7095	-93.5585	4
72854	Ozone	ozone	AR	071		35.6575	-93.4311	4
71826	Bradley	bradley	AR	073		33.107	-93.6275	4
71827	Buckner	buckner	AR	073		33.3753	-93.447	4
71839	Garland City	garland-city	AR	073		33.3352	-93.7316	1
71845	Lewisville	lewisville	AR	073		33.3736	-93.5953	4
71860	Stamps	stamps	AR	073		33.3569	-93.5013	4
72410	Alicia	alicia	AR	075		35.9423	-91.081	4
72415	Black Rock	black-rock	AR	075		36.1149	-91.1176	4
72433	Hoxie	hoxie	AR	075		36.0326	-90.9715	4
72434	Imboden	imboden	AR	075		36.1976	-91.1854	4
72440	Lynn	lynn	AR	075		35.9813	-91.2676	4
72445	Minturn	minturn	AR	075		35.9728	-91.0235	4
72457	Portia	portia	AR	075		36.0865	-91.0673	4
72458	Powhatan	powhatan	AR	075		36.08	-91.1482	4
72459	Ravenden	ravenden	AR	075		36.2029	-91.2593	4
72465	Sedgwick	sedgwick	AR	075		35.9643	-90.8954	4
72466	Smithville	smithville	AR	075		36.0908	-91.2745	4
72469	Strawberry	strawberry	AR	075		35.9673	-91.2935	4
72476	Walnut Ridge	walnut-ridge	AR	075		36.0244	-90.9288	4
72572	Saffell	saffell	AR	075		35.8781	-91.3004	4
72311	Aubrey	aubrey	AR	077		34.7195	-90.8969	4
72320	Brickeys	brickeys	AR	077		34.8548	-90.5377	4
72341	Haynes	haynes	AR	077		34.8838	-90.7666	4
72352	La Grange	la-grange	AR	077		34.7697	-90.7552	4
72360	Marianna	marianna	AR	077		34.7759	-90.7785	4
72368	Moro	moro	AR	077		34.803	-91.006	4
71643	Gould	gould	AR	079		34.0345	-91.5768	4
71644	Grady	grady	AR	079		34.1032	-91.7057	4
71667	Star City	star-city	AR	079		33.9405	-91.8653	4
71678	Yorktown	yorktown	AR	079		33.9787	-91.6991	4
71820	Alleene	alleene	AR	081		33.7944	-94.2681	4
71822	Ashdown	ashdown	AR	081		33.6787	-94.1351	4
71836	Foreman	foreman	AR	081		33.7176	-94.3881	4
71853	Ogden	ogden	AR	081		33.5826	-94.0427	4
71865	Wilton	wilton	AR	081		33.7475	-94.1518	4
71866	Winthrop	winthrop	AR	081		33.8583	-94.3952	4
72826	Blue Mountain	blue-mountain	AR	083		35.1304	-93.7116	4
72835	Delaware	delaware	AR	083		35.278	-93.3462	4
72851	New Blaine	new-blaine	AR	083		35.3189	-93.4446	4
72855	Paris	paris	AR	083		35.2941	-93.7265	4
72863	Scranton	scranton	AR	083		35.3585	-93.5454	4
72865	Subiaco	subiaco	AR	083		35.3153	-93.5991	4
72927	Booneville	booneville	AR	083		35.1364	-93.9274	4
72943	Magazine	magazine	AR	083		35.1587	-93.8003	4
72951	Ratcliff	ratcliff	AR	083		35.2917	-93.8899	4
72007	Austin	austin	AR	085		34.9921	-91.9798	4
72023	Cabot	cabot	AR	085		34.9457	-92.0318	4
72024	Carlisle	carlisle	AR	085		34.7933	-91.7459	4
72037	Coy	coy	AR	085		34.5387	-91.874	4
72046	England	england	AR	085		34.5575	-91.9484	4
72072	Humnoke	humnoke	AR	085		34.4857	-91.7624	4
72083	Keo	keo	AR	085		34.6041	-92.0078	4
72086	Lonoke	lonoke	AR	085		34.7832	-91.9214	4
72176	Ward	ward	AR	085		34.9532	-91.9004	4
72721	Combs	combs	AR	087		35.8607	-93.8112	4
72738	Hindsville	hindsville	AR	087		36.1422	-93.8633	4
72740	Huntsville	huntsville	AR	087		36.1043	-93.7279	4
72742	Kingston	kingston	AR	087		36.0485	-93.5044	4
72752	Pettigrew	pettigrew	AR	087		35.8346	-93.6181	4
72760	Saint Paul	saint-paul	AR	087		35.8496	-93.7347	4
72773	Wesley	wesley	AR	087		36.0114	-93.8526	4
72776	Witter	witter	AR	087		35.9356	-93.621	4
72619	Bull Shoals	bull-shoals	AR	089		36.371	-92.5938	4
72634	Flippin	flippin	AR	089		36.2682	-92.578	4
72661	Oakland	oakland	AR	089		36.4442	-92.5832	4
72668	Peel	peel	AR	089		36.435	-92.7615	4
72672	Pyatt	pyatt	AR	089		36.2486	-92.8416	4
72677	Summit	summit	AR	089		36.2523	-92.6907	4
72687	Yellville	yellville	AR	089		36.2253	-92.7245	4
71834	Doddridge	doddridge	AR	091		33.1054	-93.9543	4
71837	Fouke	fouke	AR	091		33.3025	-93.901	4
71840	Genoa	genoa	AR	091		33.3837	-93.9096	4
71854	Texarkana	texarkana	AR	091		33.431	-93.8765	4
72310	Armorel	armorel	AR	093		35.9201	-89.7981	4
72313	Bassett	bassett	AR	093		35.5365	-90.1268	4
72315	Blytheville	blytheville	AR	093		35.9273	-89.919	4
72316	Blytheville	blytheville	AR	093		35.9273	-89.919	4
72319	Gosnell	gosnell	AR	093		35.9598	-89.972	4
72321	Burdette	burdette	AR	093		35.8173	-89.9393	4
72329	Driver	driver	AR	093		35.6253	-90.0138	4
72330	Dyess	dyess	AR	093		35.5954	-90.2157	4
72338	Frenchmans Bayou	frenchmans-bayou	AR	093		35.4591	-90.1884	4
72350	Joiner	joiner	AR	093		35.5052	-90.1478	4
72351	Keiser	keiser	AR	093		35.6737	-90.0963	4
72358	Luxora	luxora	AR	093		35.7608	-89.922	4
72370	Osceola	osceola	AR	093		35.7019	-89.9798	4
72391	West Ridge	west-ridge	AR	093		35.6831	-90.2626	4
72395	Wilson	wilson	AR	093		35.566	-90.0427	4
72426	Dell	dell	AR	093		35.8554	-90.0418	4
72428	Etowah	etowah	AR	093		35.7337	-90.1838	4
72438	Leachville	leachville	AR	093		35.9332	-90.1955	4
72442	Manila	manila	AR	093		35.8439	-90.1806	4
72021	Brinkley	brinkley	AR	095		34.8781	-91.1886	4
72029	Clarendon	clarendon	AR	095		34.6601	-91.2564	4
72069	Holly Grove	holly-grove	AR	095		34.5993	-91.1844	4
72108	Monroe	monroe	AR	095		34.7348	-91.1046	4
72134	Roe	roe	AR	095		34.6286	-91.3771	4
71935	Caddo Gap	caddo-gap	AR	097		34.3913	-93.7637	4
71957	Mount Ida	mount-ida	AR	097		34.5612	-93.5749	4
71960	Norman	norman	AR	097		34.4596	-93.6743	4
71961	Oden	oden	AR	097		34.6113	-93.8211	4
71965	Pencil Bluff	pencil-bluff	AR	097		34.6399	-93.7429	4
71966	Oden	oden	AR	097		34.619	-93.7769	4
71969	Sims	sims	AR	097		34.6462	-93.6741	4
71970	Story	story	AR	097		34.6687	-93.5376	4
71722	Bluff City	bluff-city	AR	099		33.7038	-93.1588	4
71828	Cale	cale	AR	099		33.7008	-93.2941	4
71835	Emmet	emmet	AR	099		33.6929	-93.4232	4
71857	Prescott	prescott	AR	099		33.804	-93.3725	4
71858	Rosston	rosston	AR	099		33.5926	-93.2766	4
71864	Willisville	willisville	AR	099		33.7008	-93.2941	4
72624	Compton	compton	AR	101		36.0979	-93.3099	4
72628	Deer	deer	AR	101		35.853	-93.3174	4
72640	Hasty	hasty	AR	101		36.0152	-93.046	4
72641	Jasper	jasper	AR	101		36.0038	-93.2048	4
72648	Marble Falls	marble-falls	AR	101		36.0695	-93.1566	4
72655	Mount Judea	mount-judea	AR	101		35.9407	-93.0654	4
72666	Parthenon	parthenon	AR	101		35.9451	-93.2677	4
72670	Ponca	ponca	AR	101		36.0242	-93.3646	4
72683	Vendor	vendor	AR	101		35.9473	-93.0774	4
72685	Western Grove	western-grove	AR	101		36.083	-92.9716	4
71701	Camden	camden	AR	103		33.5948	-92.8513	4
71711	Camden	camden	AR	103		33.589	-92.8426	4
71720	Bearden	bearden	AR	103		33.7298	-92.618	4
71726	Chidester	chidester	AR	103		33.6652	-92.9969	4
71751	Louann	louann	AR	103		33.4169	-92.777	4
71764	Stephens	stephens	AR	103		33.455	-93.0214	4
72001	Adona	adona	AR	105		35.047	-92.9033	4
72016	Bigelow	bigelow	AR	105		34.9847	-92.6308	4
72025	Casa	casa	AR	105		35.0322	-93.047	4
72070	Houston	houston	AR	105		35.0362	-92.6913	4
72125	Perry	perry	AR	105		35.0443	-92.7958	4
72126	Perryville	perryville	AR	105		34.9701	-92.8472	4
72312	Barton	barton	AR	107		34.5467	-90.7679	4
72328	Crumrod	crumrod	AR	107		34.1335	-90.9751	4
72333	Elaine	elaine	AR	107		34.3118	-90.8939	4
72342	Helena	helena	AR	107		34.5325	-90.6298	4
72353	Lambrook	lambrook	AR	107		34.3286	-90.9652	4
72355	Lexa	lexa	AR	107		34.5979	-90.7523	4
72366	Marvell	marvell	AR	107		34.5485	-90.9413	4
72367	Mellwood	mellwood	AR	107		34.2198	-90.9504	4
72369	Oneida	oneida	AR	107		34.4542	-90.7684	4
72374	Poplar Grove	poplar-grove	AR	107		34.5394	-90.8813	4
72383	Turner	turner	AR	107		34.4762	-91.0187	4
72389	Wabash	wabash	AR	107		34.3466	-90.8869	4
72390	West Helena	west-helena	AR	107		34.5496	-90.6545	4
71922	Antoine	antoine	AR	109		34.0362	-93.4207	4
71940	Delight	delight	AR	109		34.0238	-93.5247	4
71943	Glenwood	glenwood	AR	109		34.3192	-93.5559	4
71950	Kirby	kirby	AR	109		34.2513	-93.741	4
71952	Langley	langley	AR	109		34.314	-93.8509	4
71958	Murfreesboro	murfreesboro	AR	109		34.1017	-93.7109	4
71959	Newhope	newhope	AR	109		34.2273	-93.8905	4
72354	Lepanto	lepanto	AR	111		35.6069	-90.3359	4
72365	Marked Tree	marked-tree	AR	111		35.5349	-90.4194	4
72377	Rivervale	rivervale	AR	111		35.674	-90.3401	4
72386	Tyronza	tyronza	AR	111		35.4865	-90.3519	4
72429	Fisher	fisher	AR	111		35.514	-90.955	4
72432	Harrisburg	harrisburg	AR	111		35.5722	-90.7038	4
72472	Trumann	trumann	AR	111		35.5882	-90.562	4
72475	Waldenburg	waldenburg	AR	111		35.5631	-90.9207	4
72479	Weiner	weiner	AR	111		35.6291	-90.9289	4
71932	Board Camp	board-camp	AR	113		34.5372	-94.0972	4
71937	Cove	cove	AR	113		34.4192	-94.3923	4
71944	Grannis	grannis	AR	113		34.237	-94.3255	4
71945	Hatfield	hatfield	AR	113		34.4877	-94.3714	4
71953	Mena	mena	AR	113		34.5814	-94.221	4
71972	Vandervoort	vandervoort	AR	113		34.3941	-94.2535	4
71973	Wickes	wickes	AR	113		34.3088	-94.3403	4
72679	Tilly	tilly	AR	115		35.7341	-92.8391	4
72801	Russellville	russellville	AR	115		35.2842	-93.1315	4
72802	Russellville	russellville	AR	115		35.3067	-93.0712	4
72811	Russellville	russellville	AR	115		35.2784	-93.1338	4
72812	Russellville	russellville	AR	115		35.4231	-93.0544	4
72823	Atkins	atkins	AR	115		35.2449	-92.9507	4
72837	Dover	dover	AR	115		35.4074	-93.1355	4
72843	Hector	hector	AR	115		35.5499	-92.9616	4
72847	London	london	AR	115		35.3744	-93.2736	4
72856	Pelsor	pelsor	AR	115		35.7854	-93.0812	4
72858	Pottsville	pottsville	AR	115		35.2398	-93.0564	4
72017	Biscoe	biscoe	AR	117		34.8733	-91.3945	4
72040	Des Arc	des-arc	AR	117		34.9751	-91.5113	4
72041	De Valls Bluff	de-valls-bluff	AR	117		34.7447	-91.4982	4
72064	Hazen	hazen	AR	117		34.7838	-91.5767	4
72066	Hickory Plains	hickory-plains	AR	117		34.9901	-91.7368	4
72170	Ulm	ulm	AR	117		34.5772	-91.4633	4
72002	Alexander	alexander	AR	119		34.6313	-92.4727	4
72053	College Station	college-station	AR	119		34.7093	-92.2283	4
72065	Hensley	hensley	AR	119		34.5208	-92.2758	4
72076	Jacksonville	jacksonville	AR	119		34.919	-92.1419	4
72078	Jacksonville	jacksonville	AR	119		34.8662	-92.1101	4
72099	Little Rock Air Force Base	little-rock-air-force-base	AR	119		34.9074	-92.1397	4
72103	Mabelvale	mabelvale	AR	119		34.6478	-92.3849	4
72113	Maumelle	maumelle	AR	119		34.8491	-92.4059	4
72114	North Little Rock	north-little-rock	AR	119		34.7666	-92.2629	4
72115	North Little Rock	north-little-rock	AR	119		34.7695	-92.2671	4
72116	North Little Rock	north-little-rock	AR	119		34.8059	-92.2305	4
72117	North Little Rock	north-little-rock	AR	119		34.7658	-92.1524	4
72118	North Little Rock	north-little-rock	AR	119		34.8337	-92.3289	4
72119	North Little Rock	north-little-rock	AR	119		34.8017	-92.2598	4
72120	Sherwood	sherwood	AR	119		34.8807	-92.2303	4
72124	North Little Rock	north-little-rock	AR	119		34.7519	-92.3925	4
72135	Roland	roland	AR	119		34.8829	-92.5192	4
72142	Scott	scott	AR	119		34.6942	-92.1157	4
72164	Sweet Home	sweet-home	AR	119		34.6873	-92.2399	4
72180	Woodson	woodson	AR	119		34.5338	-92.2089	4
72183	Wrightsville	wrightsville	AR	119		34.6012	-92.1938	4
72190	North Little Rock	north-little-rock	AR	119		34.7519	-92.3925	4
72199	North Little Rock	north-little-rock	AR	119		34.8272	-92.2847	4
72201	Little Rock	little-rock	AR	119		34.7483	-92.2819	4
72202	Little Rock	little-rock	AR	119		34.7363	-92.2741	4
72203	Little Rock	little-rock	AR	119		34.8835	-92.3908	4
72204	Little Rock	little-rock	AR	119		34.7269	-92.344	4
72205	Little Rock	little-rock	AR	119		34.751	-92.3455	4
72206	Little Rock	little-rock	AR	119		34.6836	-92.2776	4
72207	Little Rock	little-rock	AR	119		34.7721	-92.3565	4
72209	Little Rock	little-rock	AR	119		34.6725	-92.3529	4
72210	Little Rock	little-rock	AR	119		34.7076	-92.466	4
72211	Little Rock	little-rock	AR	119		34.7413	-92.4222	4
72212	Little Rock	little-rock	AR	119		34.7871	-92.4222	4
72214	Little Rock	little-rock	AR	119		34.7621	-92.2282	4
72215	Little Rock	little-rock	AR	119		34.7519	-92.3925	4
72216	Little Rock	little-rock	AR	119		34.8178	-92.2357	4
72217	Little Rock	little-rock	AR	119		34.8302	-92.1702	4
72219	Little Rock	little-rock	AR	119		34.7519	-92.3925	4
72221	Little Rock	little-rock	AR	119		34.7519	-92.3925	4
72222	Little Rock	little-rock	AR	119		34.7519	-92.3925	4
72223	Little Rock	little-rock	AR	119		34.7902	-92.5044	4
72225	Little Rock	little-rock	AR	119		34.7519	-92.3925	4
72227	Little Rock	little-rock	AR	119		34.7757	-92.3724	4
72231	Little Rock	little-rock	AR	119		34.8019	-92.1894	4
72255	Little Rock	little-rock	AR	119		34.7464	-92.2894	
72295	Little Rock	little-rock	AR	119		34.7519	-92.3925	4
72413	Biggers	biggers	AR	121		36.2844	-90.8538	4
72444	Maynard	maynard	AR	121		36.4386	-90.8749	4
72449	O Kean	o-kean	AR	121		36.1797	-90.8241	4
72455	Pocahontas	pocahontas	AR	121		36.2829	-90.9968	4
72460	Ravenden Springs	ravenden-springs	AR	121		36.3104	-91.2094	4
72462	Reyno	reyno	AR	121		36.3744	-90.7676	4
72478	Warm Springs	warm-springs	AR	121		36.4803	-91.0515	4
72322	Caldwell	caldwell	AR	123		35.0562	-90.8288	4
72326	Colt	colt	AR	123		35.0881	-90.8895	4
72335	Forrest City	forrest-city	AR	123		35.0091	-90.7886	4
72336	Forrest City	forrest-city	AR	123		35.0081	-90.7898	4
72340	Goodwin	goodwin	AR	123		34.9358	-91.0292	4
72346	Heth	heth	AR	123		35.0973	-90.4586	4
72348	Hughes	hughes	AR	123		34.9454	-90.4741	4
72359	Madison	madison	AR	123		35.0252	-90.7086	4
72372	Palestine	palestine	AR	123		34.9663	-90.9049	4
72392	Wheatley	wheatley	AR	123		34.9207	-91.1086	4
72394	Widener	widener	AR	123		35.0592	-90.6293	4
72011	Bauxite	bauxite	AR	125		34.5091	-92.4828	4
72015	Benton	benton	AR	125		34.4933	-92.5896	4
72018	Benton	benton	AR	125		34.5645	-92.5868	4
72022	Bryant	bryant	AR	125		34.6068	-92.492	4
72089	Bryant	bryant	AR	125		34.5959	-92.489	4
72122	Paron	paron	AR	125		34.7853	-92.7482	4
72158	Benton	benton	AR	125		34.635	-92.6597	4
72167	Traskwood	traskwood	AR	125		34.4508	-92.6547	4
72841	Harvey	harvey	AR	127		34.8762	-93.764	4
72926	Boles	boles	AR	127		34.7654	-94.0629	4
72944	Mansfield	mansfield	AR	127		35.0432	-94.2204	4
72950	Parks	parks	AR	127		34.8003	-93.9509	4
72958	Waldron	waldron	AR	127		34.9026	-94.0772	4
72636	Gilbert	gilbert	AR	129		35.9879	-92.7163	4
72639	Harriet	harriet	AR	129		35.9991	-92.5042	4
72645	Leslie	leslie	AR	129		35.8272	-92.5663	4
72650	Marshall	marshall	AR	129		35.9267	-92.6402	4
72669	Pindall	pindall	AR	129		36.0675	-92.8864	4
72675	Saint Joe	saint-joe	AR	129		35.9877	-92.7928	4
72686	Witts Springs	witts-springs	AR	129		35.7681	-92.8668	4
72901	Fort Smith	fort-smith	AR	131		35.3653	-94.411	4
72902	Fort Smith	fort-smith	AR	131		35.3862	-94.4091	4
72903	Fort Smith	fort-smith	AR	131		35.3427	-94.3784	4
72904	Fort Smith	fort-smith	AR	131		35.4051	-94.3872	4
72905	Fort Smith	fort-smith	AR	131		35.3859	-94.3985	4
72906	Fort Smith	fort-smith	AR	131		35.3859	-94.3985	4
72908	Fort Smith	fort-smith	AR	131		35.3219	-94.4028	4
72913	Fort Smith	fort-smith	AR	131		35.3859	-94.3985	4
72914	Fort Smith	fort-smith	AR	131		35.3859	-94.3985	4
72916	Fort Smith	fort-smith	AR	131		35.2502	-94.3703	4
72917	Fort Smith	fort-smith	AR	131		35.3859	-94.3985	4
72918	Fort Smith	fort-smith	AR	131		35.3859	-94.3985	4
72919	Fort Smith	fort-smith	AR	131		35.3859	-94.3985	4
72923	Barling	barling	AR	131		35.333	-94.3082	4
72936	Greenwood	greenwood	AR	131		35.1955	-94.253	4
72937	Hackett	hackett	AR	131		35.1945	-94.3983	4
72938	Hartford	hartford	AR	131		35.0222	-94.3819	4
72940	Huntington	huntington	AR	131		35.0963	-94.3313	4
72941	Lavaca	lavaca	AR	131		35.3661	-94.1917	4
72945	Midland	midland	AR	131		35.0932	-94.3533	4
71823	Ben Lomond	ben-lomond	AR	133		33.8115	-94.1251	4
71832	De Queen	de-queen	AR	133		34.0442	-94.3386	4
71841	Gillham	gillham	AR	133		34.157	-94.3165	4
71842	Horatio	horatio	AR	133		33.9392	-94.2959	4
71846	Lockesburg	lockesburg	AR	133		33.9306	-94.1276	4
72482	Williford	williford	AR	135		36.2453	-91.3792	4
72513	Ash Flat	ash-flat	AR	135		36.2201	-91.6421	4
72521	Cave City	cave-city	AR	135		35.9517	-91.5444	4
72525	Cherokee Village	cherokee-village	AR	135		36.311	-91.597	4
72529	Cherokee Village	cherokee-village	AR	135		36.3011	-91.5281	4
72532	Evening Shade	evening-shade	AR	135		36.0855	-91.598	4
72542	Hardy	hardy	AR	135		36.3227	-91.411	4
72569	Poughkeepsie	poughkeepsie	AR	135		36.0767	-91.4793	4
72577	Sidney	sidney	AR	135		36.0664	-91.642	4
72051	Fox	fox	AR	137		35.7682	-92.3043	4
72533	Fifty Six	fifty-six	AR	137		35.992	-92.2182	4
72555	Marcella	marcella	AR	137		35.7756	-91.8718	4
72560	Mountain View	mountain-view	AR	137		35.8208	-92.0389	4
72567	Pleasant Grove	pleasant-grove	AR	137		35.8265	-91.8958	4
72657	Timbo	timbo	AR	137		35.919	-92.1272	4
72663	Onia	onia	AR	137		35.9403	-92.3459	4
72680	Timbo	timbo	AR	137		35.8845	-92.2913	4
71724	Calion	calion	AR	139		33.3261	-92.5464	4
71730	El Dorado	el-dorado	AR	139		33.2073	-92.6629	4
71731	El Dorado	el-dorado	AR	139		33.2076	-92.6663	4
71747	Huttig	huttig	AR	139		33.0459	-92.1942	4
71749	Junction City	junction-city	AR	139		33.0163	-92.7243	4
71750	Lawson	lawson	AR	139		33.1968	-92.4829	4
71758	Mount Holly	mount-holly	AR	139		33.3085	-92.9443	4
71759	Norphlet	norphlet	AR	139		33.316	-92.6629	4
71762	Smackover	smackover	AR	139		33.3398	-92.7442	4
71765	Strong	strong	AR	139		33.1195	-92.3621	4
72013	Bee Branch	bee-branch	AR	141		35.4683	-92.3779	4
72028	Choctaw	choctaw	AR	141		35.5773	-92.5456	4
72031	Clinton	clinton	AR	141		35.6045	-92.4758	4
72088	Fairfield Bay	fairfield-bay	AR	141		35.6027	-92.2742	4
72141	Scotland	scotland	AR	141		35.508	-92.5867	4
72153	Shirley	shirley	AR	141		35.6498	-92.3143	4
72629	Dennard	dennard	AR	141		35.7252	-92.5575	4
72701	Fayetteville	fayetteville	AR	143		36.052	-94.1534	4
72702	Fayetteville	fayetteville	AR	143		36.0626	-94.1574	4
72703	Fayetteville	fayetteville	AR	143		36.0992	-94.1716	4
72704	Fayetteville	fayetteville	AR	143		36.0877	-94.3093	4
72717	Canehill	canehill	AR	143		35.8477	-94.4441	4
72727	Elkins	elkins	AR	143		36.0177	-94.0073	4
72728	Elm Springs	elm-springs	AR	143		36.21	-94.2546	4
72729	Evansville	evansville	AR	143		35.7823	-94.4638	4
72730	Farmington	farmington	AR	143		36.0436	-94.2539	4
72735	Goshen	goshen	AR	143		36.0876	-93.9666	4
72737	Greenland	greenland	AR	143		35.9942	-94.1752	4
72741	Johnson	johnson	AR	143		36.1329	-94.1655	4
72744	Lincoln	lincoln	AR	143		35.9569	-94.4272	4
72749	Morrow	morrow	AR	143		35.8654	-94.4432	4
72753	Prairie Grove	prairie-grove	AR	143		35.9918	-94.3169	4
72762	Springdale	springdale	AR	143		36.1835	-94.1762	4
72764	Springdale	springdale	AR	143		36.1716	-94.0428	4
72765	Springdale	springdale	AR	143		36.1725	-94.1535	4
72766	Springdale	springdale	AR	143		36.1867	-94.1288	4
72769	Summers	summers	AR	143		36.0138	-94.5	4
72770	Tontitown	tontitown	AR	143		36.15	-94.2429	4
72774	West Fork	west-fork	AR	143		35.9082	-94.2304	4
72959	Winslow	winslow	AR	143		35.8312	-94.1187	4
72010	Bald Knob	bald-knob	AR	145		35.3113	-91.5502	4
72012	Beebe	beebe	AR	145		35.0937	-91.9074	4
72020	Bradford	bradford	AR	145		35.4277	-91.519	4
72045	El Paso	el-paso	AR	145		35.1142	-92.0901	4
72052	Garner	garner	AR	145		35.1443	-91.7772	4
72060	Griffithville	griffithville	AR	145		35.1144	-91.6242	4
72068	Higginson	higginson	AR	145		35.1903	-91.7108	4
72081	Judsonia	judsonia	AR	145		35.325	-91.6491	4
72082	Kensett	kensett	AR	145		35.2388	-91.6731	4
72085	Letona	letona	AR	145		35.3617	-91.8293	4
72102	Mc Rae	mc-rae	AR	145		35.1132	-91.8216	1
72121	Pangburn	pangburn	AR	145		35.4216	-91.796	4
72136	Romance	romance	AR	145		35.2155	-92.0699	4
72137	Rose Bud	rose-bud	AR	145		35.3214	-92.062	4
72139	Russell	russell	AR	145		35.3609	-91.5071	4
72143	Searcy	searcy	AR	145		35.2436	-91.7317	4
72145	Searcy	searcy	AR	145		35.2774	-91.7326	4
72149	Searcy	searcy	AR	145		35.2474	-91.7314	4
72178	West Point	west-point	AR	145		35.2032	-91.6064	4
72006	Augusta	augusta	AR	147		35.2788	-91.3527	4
72036	Cotton Plant	cotton-plant	AR	147		35.0178	-91.229	4
72059	Gregory	gregory	AR	147		35.1554	-91.3432	4
72074	Hunter	hunter	AR	147		35.0529	-91.1262	4
72101	Mc Crory	mc-crory	AR	147		35.2473	-91.1793	1
72123	Patterson	patterson	AR	147		35.2588	-91.237	4
72824	Belleville	belleville	AR	149		35.1038	-93.4518	4
72827	Bluffton	bluffton	AR	149		34.9016	-93.5919	4
72828	Briggsville	briggsville	AR	149		34.9161	-93.5157	4
72829	Centerville	centerville	AR	149		35.1018	-93.1773	4
72833	Danville	danville	AR	149		35.0495	-93.3929	4
72834	Dardanelle	dardanelle	AR	149		35.1955	-93.1873	4
72838	Gravelly	gravelly	AR	149		34.8881	-93.6802	4
72842	Havana	havana	AR	149		35.0832	-93.5955	4
72853	Ola	ola	AR	149		35.0309	-93.2136	4
72857	Plainview	plainview	AR	149		34.9668	-93.3099	4
72860	Rover	rover	AR	149		34.9475	-93.4017	4
85920	Alpine	alpine	AZ	001		33.8279	-109.1283	4
85924	Concho	concho	AZ	001		34.4458	-109.6741	4
85925	Eagar	eagar	AZ	001		34.1077	-109.294	4
85927	Greer	greer	AZ	001		34.0052	-109.4664	4
85930	Mcnary	mcnary	AZ	001		34.0754	-109.8532	4
85932	Nutrioso	nutrioso	AZ	001		33.9531	-109.2092	4
85936	Saint Johns	saint-johns	AZ	001		34.501	-109.3796	4
85938	Springerville	springerville	AZ	001		34.1702	-109.3315	4
85940	Vernon	vernon	AZ	001		34.2575	-109.6929	4
86028	Petrified Forest Natl Pk	petrified-forest-natl-pk	AZ	001		35.2375	-109.5229	1
86502	Chambers	chambers	AZ	001		35.2375	-109.5229	4
86503	Chinle	chinle	AZ	001		36.1304	-109.6037	4
86504	Fort Defiance	fort-defiance	AZ	001		35.7445	-109.0765	4
86505	Ganado	ganado	AZ	001		35.7114	-109.542	4
86506	Houck	houck	AZ	001		35.2831	-109.207	4
86507	Lukachukai	lukachukai	AZ	001		36.4181	-109.2446	4
86508	Lupton	lupton	AZ	001		35.3539	-109.0537	4
86511	Saint Michaels	saint-michaels	AZ	001		35.6447	-109.0956	4
86512	Sanders	sanders	AZ	001		35.2164	-109.3337	4
86514	Teec Nos Pos	teec-nos-pos	AZ	001		36.7797	-109.359	4
86515	Window Rock	window-rock	AZ	001		35.6676	-109.0784	4
86535	Dennehotso	dennehotso	AZ	001		36.7773	-109.861	4
86538	Many Farms	many-farms	AZ	001		36.4083	-109.634	4
86540	Nazlini	nazlini	AZ	001		35.8964	-109.4487	4
86544	Red Valley	red-valley	AZ	001		35.2375	-109.5229	1
86545	Rock Point	rock-point	AZ	001		36.7181	-109.6259	4
86547	Round Rock	round-rock	AZ	001		36.5131	-109.4734	4
86556	Tsaile	tsaile	AZ	001		36.3071	-109.2176	4
85602	Benson	benson	AZ	003		31.9883	-110.2941	4
85603	Bisbee	bisbee	AZ	003		31.4086	-109.9117	4
85605	Bowie	bowie	AZ	003		32.3265	-109.487	4
85606	Cochise	cochise	AZ	003		32.0979	-109.9239	4
85607	Douglas	douglas	AZ	003		31.3511	-109.5447	4
85608	Douglas	douglas	AZ	003		31.4151	-109.596	4
85609	Dragoon	dragoon	AZ	003		32.0281	-110.0387	4
85610	Elfrida	elfrida	AZ	003		31.7139	-109.6193	4
85613	Fort Huachuca	fort-huachuca	AZ	003		31.5587	-110.3441	1
85615	Hereford	hereford	AZ	003		31.4035	-110.2047	4
85616	Huachuca City	huachuca-city	AZ	003		31.6639	-110.3334	4
85617	Mc Neal	mc-neal	AZ	003		31.5121	-109.8438	1
85620	Naco	naco	AZ	003		31.3373	-109.9413	4
85625	Pearce	pearce	AZ	003		31.8885	-109.6119	4
85626	Pirtleville	pirtleville	AZ	003		31.3572	-109.5635	4
85627	Pomerene	pomerene	AZ	003		31.9995	-110.2862	4
85630	Saint David	saint-david	AZ	003		31.8973	-110.2154	4
85632	San Simon	san-simon	AZ	003		32.0423	-109.1748	4
85635	Sierra Vista	sierra-vista	AZ	003		31.5365	-110.2666	4
85636	Sierra Vista	sierra-vista	AZ	003		31.6687	-110.2801	4
85638	Tombstone	tombstone	AZ	003		31.7216	-110.0584	4
85643	Willcox	willcox	AZ	003		32.373	-109.8631	4
85644	Willcox	willcox	AZ	003		32.2529	-109.832	4
85650	Sierra Vista	sierra-vista	AZ	003		31.4892	-110.2153	4
85655	Douglas	douglas	AZ	003		31.3447	-109.5468	1
85670	Fort Huachuca	fort-huachuca	AZ	003		31.8801	-109.7543	1
85671	Sierra Vista	sierra-vista	AZ	003		31.5545	-110.3037	4
85931	Forest Lakes	forest-lakes	AZ	005		34.4513	-110.8644	4
86001	Flagstaff	flagstaff	AZ	005		35.1859	-111.662	4
86002	Flagstaff	flagstaff	AZ	005		35.1981	-111.6513	4
86003	Flagstaff	flagstaff	AZ	005		35.1981	-111.6513	4
86004	Flagstaff	flagstaff	AZ	005		35.2257	-111.5741	4
86005	Flagstaff	flagstaff	AZ	005		35.1545	-111.6789	4
86011	Flagstaff	flagstaff	AZ	005		35.1981	-111.6513	4
86015	Bellemont	bellemont	AZ	005		35.2381	-111.8335	4
86016	Gray Mountain	gray-mountain	AZ	005		35.7504	-111.6188	4
86017	Munds Park	munds-park	AZ	005		34.9412	-111.641	4
86018	Parks	parks	AZ	005		35.2563	-111.95	4
86020	Cameron	cameron	AZ	005		35.9922	-111.5038	4
86022	Fredonia	fredonia	AZ	005		36.9044	-112.4979	4
86023	Grand Canyon	grand-canyon	AZ	005		35.9421	-112.1309	4
86024	Happy Jack	happy-jack	AZ	005		34.6616	-111.3404	4
86035	Leupp	leupp	AZ	005		35.3365	-110.9927	4
86036	Marble Canyon	marble-canyon	AZ	005		36.737	-111.8229	1
86038	Mormon Lake	mormon-lake	AZ	005		34.9083	-111.463	4
86040	Page	page	AZ	005		36.9147	-111.4558	4
86044	Tonalea	tonalea	AZ	005		36.7093	-110.8411	4
86045	Tuba City	tuba-city	AZ	005		36.1037	-111.2686	4
86046	Williams	williams	AZ	005		35.5434	-112.1707	4
86052	North Rim	north-rim	AZ	005		36.2105	-112.0613	4
86053	Kaibeto	kaibeto	AZ	005		36.4025	-111.3518	1
86336	Sedona	sedona	AZ	005		34.8266	-111.7506	4
86339	Sedona	sedona	AZ	005		34.8697	-111.761	4
86351	Sedona	sedona	AZ	005		34.7784	-111.7851	4
86435	Supai	supai	AZ	005		36.2242	-112.6932	4
85135	Hayden	hayden	AZ	007		33.0041	-110.7868	4
85192	Winkelman	winkelman	AZ	007		33.0057	-110.7727	4
85501	Globe	globe	AZ	007		33.4024	-110.7892	4
85502	Globe	globe	AZ	007		33.3942	-110.7865	4
85532	Claypool	claypool	AZ	007		33.4154	-110.8149	4
85539	Miami	miami	AZ	007		33.3992	-110.8687	4
85541	Payson	payson	AZ	007		34.2198	-111.2878	4
85542	Peridot	peridot	AZ	007		33.3103	-110.4554	4
85544	Pine	pine	AZ	007		34.3435	-111.5353	4
85545	Roosevelt	roosevelt	AZ	007		33.6358	-110.9749	4
85547	Payson	payson	AZ	007		34.2575	-111.2878	1
85550	San Carlos	san-carlos	AZ	007		33.3456	-110.455	4
85553	Tonto Basin	tonto-basin	AZ	007		33.8317	-111.2946	4
85554	Young	young	AZ	007		34.1014	-110.9637	4
85530	Bylas	bylas	AZ	009		33.1265	-110.117	4
85531	Central	central	AZ	009		32.8692	-109.7878	4
85535	Eden	eden	AZ	009		32.9612	-109.8954	4
85536	Fort Thomas	fort-thomas	AZ	009		33.0333	-109.9717	4
85543	Pima	pima	AZ	009		32.9097	-109.856	4
85546	Safford	safford	AZ	009		32.8295	-109.6266	4
85548	Safford	safford	AZ	009		32.797	-109.7522	4
85551	Solomon	solomon	AZ	009		32.8126	-109.634	4
85552	Thatcher	thatcher	AZ	009		32.8504	-109.7461	4
85533	Clifton	clifton	AZ	011		33.1323	-109.2462	4
85534	Duncan	duncan	AZ	011		32.881	-109.2157	4
85540	Morenci	morenci	AZ	011		33.0787	-109.3654	4
85922	Blue	blue	AZ	011		33.6512	-109.0685	4
85325	Bouse	bouse	AZ	012		33.9578	-114.0036	4
85328	Cibola	cibola	AZ	012		33.3164	-114.665	1
85334	Ehrenberg	ehrenberg	AZ	012		33.6177	-114.5077	4
85344	Parker	parker	AZ	012		34.15	-114.2891	4
85346	Quartzsite	quartzsite	AZ	012		33.7292	-114.1925	4
85348	Salome	salome	AZ	012		33.7481	-113.5715	4
85357	Wenden	wenden	AZ	012		34.0422	-113.458	4
85359	Quartzsite	quartzsite	AZ	012		33.6669	-114.2396	4
85371	Poston	poston	AZ	012		33.9906	-114.3963	4
85001	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85002	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85003	Phoenix	phoenix	AZ	013		33.4511	-112.0774	4
85004	Phoenix	phoenix	AZ	013		33.4557	-112.0686	4
85005	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85006	Phoenix	phoenix	AZ	013		33.465	-112.0474	4
85007	Phoenix	phoenix	AZ	013		33.4523	-112.0893	4
85008	Phoenix	phoenix	AZ	013		33.4665	-111.9984	4
85009	Phoenix	phoenix	AZ	013		33.4564	-112.1284	4
85010	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85011	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85012	Phoenix	phoenix	AZ	013		33.5097	-112.0678	4
85013	Phoenix	phoenix	AZ	013		33.5085	-112.0827	4
85014	Phoenix	phoenix	AZ	013		33.5103	-112.0556	4
85015	Phoenix	phoenix	AZ	013		33.5082	-112.1011	4
85016	Phoenix	phoenix	AZ	013		33.5021	-112.0305	4
85017	Phoenix	phoenix	AZ	013		33.5153	-112.1212	4
85018	Phoenix	phoenix	AZ	013		33.4958	-111.9883	4
85019	Phoenix	phoenix	AZ	013		33.5123	-112.1417	4
85020	Phoenix	phoenix	AZ	013		33.5623	-112.0559	4
85021	Phoenix	phoenix	AZ	013		33.56	-112.0927	4
85022	Phoenix	phoenix	AZ	013		33.6315	-112.052	4
85023	Phoenix	phoenix	AZ	013		33.6324	-112.1118	4
85024	Phoenix	phoenix	AZ	013		33.6617	-112.037	4
85025	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85026	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85027	Phoenix	phoenix	AZ	013		33.6819	-112.0996	4
85028	Phoenix	phoenix	AZ	013		33.5851	-112.0087	4
85029	Phoenix	phoenix	AZ	013		33.5961	-112.1199	4
85030	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85031	Phoenix	phoenix	AZ	013		33.4939	-112.1696	4
85032	Phoenix	phoenix	AZ	013		33.6238	-112.0044	4
85033	Phoenix	phoenix	AZ	013		33.4944	-112.2132	4
85034	Phoenix	phoenix	AZ	013		33.4413	-112.0421	4
85035	Phoenix	phoenix	AZ	013		33.4724	-112.1832	4
85036	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85037	Phoenix	phoenix	AZ	013		33.4913	-112.2468	4
85038	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85039	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85040	Phoenix	phoenix	AZ	013		33.4061	-112.0265	4
85041	Phoenix	phoenix	AZ	013		33.3889	-112.0954	4
85042	Phoenix	phoenix	AZ	013		33.3794	-112.0283	4
85043	Phoenix	phoenix	AZ	013		33.4491	-112.1972	4
85044	Phoenix	phoenix	AZ	013		33.3291	-111.9943	4
85045	Phoenix	phoenix	AZ	013		33.3022	-112.1226	4
85046	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85048	Phoenix	phoenix	AZ	013		33.316	-112.0669	4
85050	Phoenix	phoenix	AZ	013		33.6863	-111.9963	4
85051	Phoenix	phoenix	AZ	013		33.5591	-112.1332	4
85053	Phoenix	phoenix	AZ	013		33.6299	-112.1316	4
85054	Phoenix	phoenix	AZ	013		33.6731	-111.9461	4
85060	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85061	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85062	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85063	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85064	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85065	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85066	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85067	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85068	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85069	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85070	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85071	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85072	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85073	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85074	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85075	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85076	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85078	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85079	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85080	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85082	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85083	Phoenix	phoenix	AZ	013		33.7352	-112.1294	4
85085	Phoenix	phoenix	AZ	013		33.7529	-112.0893	4
85086	Phoenix	phoenix	AZ	013		33.8155	-112.1202	4
85087	New River	new-river	AZ	013		33.9235	-112.1279	4
85097	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85098	Phoenix	phoenix	AZ	013		33.4484	-112.074	4
85127	Chandler Heights	chandler-heights	AZ	013		33.2125	-111.697	
85142	Queen Creek	queen-creek	AZ	013		33.2487	-111.6343	4
85190	Tortilla Flat	tortilla-flat	AZ	013		33.5264	-111.3892	
85201	Mesa	mesa	AZ	013		33.4317	-111.8469	4
85202	Mesa	mesa	AZ	013		33.3851	-111.8724	4
85203	Mesa	mesa	AZ	013		33.437	-111.8057	4
85204	Mesa	mesa	AZ	013		33.3992	-111.7896	4
85205	Mesa	mesa	AZ	013		33.4368	-111.7129	4
85206	Mesa	mesa	AZ	013		33.4026	-111.7242	4
85207	Mesa	mesa	AZ	013		33.4321	-111.6426	4
85208	Mesa	mesa	AZ	013		33.3984	-111.6513	4
85209	Mesa	mesa	AZ	013		33.3782	-111.6406	4
85210	Mesa	mesa	AZ	013		33.3887	-111.8428	4
85211	Mesa	mesa	AZ	013		33.4663	-111.8373	4
85212	Mesa	mesa	AZ	013		33.3425	-111.6353	4
85213	Mesa	mesa	AZ	013		33.4367	-111.7731	4
85214	Mesa	mesa	AZ	013		33.4125	-111.8319	4
85215	Mesa	mesa	AZ	013		33.4707	-111.7188	4
85216	Mesa	mesa	AZ	013		33.4125	-111.8319	4
85224	Chandler	chandler	AZ	013		33.3301	-111.8632	4
85225	Chandler	chandler	AZ	013		33.3105	-111.8239	4
85226	Chandler	chandler	AZ	013		33.3092	-111.9198	4
85233	Gilbert	gilbert	AZ	013		33.3354	-111.8153	4
85234	Gilbert	gilbert	AZ	013		33.3527	-111.7809	4
85236	Higley	higley	AZ	013		33.3024	-111.6969	4
85244	Chandler	chandler	AZ	013		33.3213	-111.8888	4
85246	Chandler	chandler	AZ	013		33.3062	-111.8413	4
85248	Chandler	chandler	AZ	013		33.2509	-111.8593	4
85249	Chandler	chandler	AZ	013		33.2414	-111.7745	4
85250	Scottsdale	scottsdale	AZ	013		33.5218	-111.9049	4
85251	Scottsdale	scottsdale	AZ	013		33.4936	-111.9167	4
85252	Scottsdale	scottsdale	AZ	013		33.4995	-111.8684	4
85253	Paradise Valley	paradise-valley	AZ	013		33.5494	-111.9565	4
85254	Scottsdale	scottsdale	AZ	013		33.6165	-111.9554	4
85255	Scottsdale	scottsdale	AZ	013		33.6968	-111.8892	4
85256	Scottsdale	scottsdale	AZ	013		33.4858	-111.8533	4
85257	Scottsdale	scottsdale	AZ	013		33.4669	-111.9151	4
85258	Scottsdale	scottsdale	AZ	013		33.5647	-111.8931	4
85259	Scottsdale	scottsdale	AZ	013		33.5879	-111.8404	4
85260	Scottsdale	scottsdale	AZ	013		33.6013	-111.8867	4
85261	Scottsdale	scottsdale	AZ	013		33.5092	-111.899	4
85262	Scottsdale	scottsdale	AZ	013		33.7752	-111.7791	4
85263	Rio Verde	rio-verde	AZ	013		33.7225	-111.6757	4
85264	Fort Mcdowell	fort-mcdowell	AZ	013		33.6118	-111.6806	4
85266	Scottsdale	scottsdale	AZ	013		33.7669	-111.9182	4
85267	Scottsdale	scottsdale	AZ	013		33.5092	-111.899	4
85268	Fountain Hills	fountain-hills	AZ	013		33.6085	-111.7237	4
85269	Fountain Hills	fountain-hills	AZ	013		33.6117	-111.7174	4
85271	Scottsdale	scottsdale	AZ	013		33.5092	-111.899	4
85274	Mesa	mesa	AZ	013		33.4125	-111.8319	4
85275	Mesa	mesa	AZ	013		33.4125	-111.8319	4
85277	Mesa	mesa	AZ	013		33.4125	-111.8319	4
85280	Tempe	tempe	AZ	013		33.4014	-111.9313	4
85281	Tempe	tempe	AZ	013		33.4227	-111.9261	4
85282	Tempe	tempe	AZ	013		33.3917	-111.9249	4
85283	Tempe	tempe	AZ	013		33.3665	-111.9312	4
85284	Tempe	tempe	AZ	013		33.3363	-111.9197	4
85285	Tempe	tempe	AZ	013		33.4148	-111.9093	4
85286	Chandler	chandler	AZ	013		33.2711	-111.8311	4
85287	Tempe	tempe	AZ	013		33.4285	-111.9349	4
85295	Gilbert	gilbert	AZ	013		33.3054	-111.7408	4
85296	Gilbert	gilbert	AZ	013		33.3354	-111.7406	4
85297	Gilbert	gilbert	AZ	013		33.2781	-111.7096	4
85298	Gilbert	gilbert	AZ	013		33.2522	-111.7022	4
85299	Gilbert	gilbert	AZ	013		33.3528	-111.789	4
85301	Glendale	glendale	AZ	013		33.5311	-112.1767	4
85302	Glendale	glendale	AZ	013		33.5675	-112.1753	4
85303	Glendale	glendale	AZ	013		33.5262	-112.2149	4
85304	Glendale	glendale	AZ	013		33.5943	-112.1746	4
68964	Oak	oak	NE	129		40.2378	-97.903	4
85305	Glendale	glendale	AZ	013		33.5291	-112.2482	4
85306	Glendale	glendale	AZ	013		33.6239	-112.1776	4
85307	Glendale	glendale	AZ	013		33.5376	-112.3137	4
85308	Glendale	glendale	AZ	013		33.6539	-112.1694	4
85309	Luke Air Force Base	luke-air-force-base	AZ	013		33.5387	-112.186	1
85310	Glendale	glendale	AZ	013		33.7047	-112.1641	4
85311	Glendale	glendale	AZ	013		33.5387	-112.186	4
85312	Glendale	glendale	AZ	013		33.5387	-112.186	4
85318	Glendale	glendale	AZ	013		33.5387	-112.186	4
85320	Aguila	aguila	AZ	013		33.9186	-113.2134	4
85322	Arlington	arlington	AZ	013		33.3133	-112.7891	4
85323	Avondale	avondale	AZ	013		33.4321	-112.3438	4
85326	Buckeye	buckeye	AZ	013		33.3703	-112.5838	4
85327	Cave Creek	cave-creek	AZ	013		33.8333	-111.9508	4
85329	Cashion	cashion	AZ	013		33.4353	-112.2979	4
85331	Cave Creek	cave-creek	AZ	013		33.8851	-111.9349	4
85335	El Mirage	el-mirage	AZ	013		33.6082	-112.3241	1
85337	Gila Bend	gila-bend	AZ	013		32.9306	-112.7468	4
85338	Goodyear	goodyear	AZ	013		33.4368	-112.3834	4
85339	Laveen	laveen	AZ	013		33.3436	-112.1716	4
85340	Litchfield Park	litchfield-park	AZ	013		33.5098	-112.4135	4
85342	Morristown	morristown	AZ	013		33.8567	-112.6232	4
85343	Palo Verde	palo-verde	AZ	013		33.3481	-112.6774	4
85345	Peoria	peoria	AZ	013		33.5761	-112.2344	1
85351	Sun City	sun-city	AZ	013		33.6061	-112.2797	1
85353	Tolleson	tolleson	AZ	013		33.4347	-112.2774	4
85354	Tonopah	tonopah	AZ	013		33.4228	-112.9528	4
85355	Waddell	waddell	AZ	013		33.5673	-112.4387	4
85358	Wickenburg	wickenburg	AZ	013		33.9686	-112.7296	4
85361	Wittmann	wittmann	AZ	013		33.7637	-112.6142	4
85363	Youngtown	youngtown	AZ	013		33.5908	-112.3013	4
85372	Sun City	sun-city	AZ	013		33.5975	-112.2718	4
85373	Sun City	sun-city	AZ	013		33.6588	-112.3214	4
85374	Surprise	surprise	AZ	013		33.63	-112.3314	4
85375	Sun City West	sun-city-west	AZ	013		33.6856	-112.3659	4
85376	Sun City West	sun-city-west	AZ	013		33.662	-112.3413	4
85377	Carefree	carefree	AZ	013		33.824	-111.913	4
85378	Surprise	surprise	AZ	013		33.6306	-112.3332	4
85379	Surprise	surprise	AZ	013		33.6021	-112.3736	4
85380	Peoria	peoria	AZ	013		33.5806	-112.2374	4
85381	Peoria	peoria	AZ	013		33.6048	-112.2237	4
85382	Peoria	peoria	AZ	013		33.6308	-112.2072	4
85383	Peoria	peoria	AZ	013		33.7169	-112.238	4
85385	Peoria	peoria	AZ	013		33.5806	-112.2374	4
85387	Surprise	surprise	AZ	013		33.7129	-112.4375	4
85388	Surprise	surprise	AZ	013		33.6134	-112.4512	4
85390	Wickenburg	wickenburg	AZ	013		33.8944	-112.8603	4
85392	Avondale	avondale	AZ	013		33.4777	-112.3093	4
85395	Goodyear	goodyear	AZ	013		33.479	-112.3947	4
85396	Buckeye	buckeye	AZ	013		33.468	-112.4787	4
85360	Wikieup	wikieup	AZ	015		34.7033	-113.6113	4
86021	Colorado City	colorado-city	AZ	015		36.9903	-112.9758	4
86401	Kingman	kingman	AZ	015		35.1328	-113.7033	4
86402	Kingman	kingman	AZ	015		35.2632	-114.0637	4
86403	Lake Havasu City	lake-havasu-city	AZ	015		34.4814	-114.3483	4
86404	Lake Havasu City	lake-havasu-city	AZ	015		34.5575	-114.3307	4
86405	Lake Havasu City	lake-havasu-city	AZ	015		34.4839	-114.3225	4
86406	Lake Havasu City	lake-havasu-city	AZ	015		34.4228	-114.125	4
86409	Kingman	kingman	AZ	015		35.2633	-114.0223	4
86411	Hackberry	hackberry	AZ	015		35.3692	-113.7272	4
86412	Hualapai	hualapai	AZ	015		35.3972	-113.8432	1
86413	Golden Valley	golden-valley	AZ	015		35.3002	-114.2215	4
86426	Fort Mohave	fort-mohave	AZ	015		35.0052	-114.5687	1
86427	Fort Mohave	fort-mohave	AZ	015		35.0043	-114.5812	1
86429	Bullhead City	bullhead-city	AZ	015		35.1715	-114.5386	4
86430	Bullhead City	bullhead-city	AZ	015		35.1473	-114.5433	4
86431	Chloride	chloride	AZ	015		35.3896	-114.2221	4
86432	Littlefield	littlefield	AZ	015		36.8872	-113.9297	4
86433	Oatman	oatman	AZ	015		35.0285	-114.3837	4
86434	Peach Springs	peach-springs	AZ	015		35.5378	-113.4202	4
86436	Topock	topock	AZ	015		34.7784	-114.4817	4
86437	Valentine	valentine	AZ	015		35.3788	-113.6141	4
86438	Yucca	yucca	AZ	015		34.8722	-114.1494	4
86439	Bullhead City	bullhead-city	AZ	015		35.1478	-114.5683	4
86440	Mohave Valley	mohave-valley	AZ	015		34.8929	-114.5951	4
86441	Dolan Springs	dolan-springs	AZ	015		35.5692	-114.3777	4
86442	Bullhead City	bullhead-city	AZ	015		35.106	-114.5947	4
86443	Temple Bar Marina	temple-bar-marina	AZ	015		35.2106	-114.1792	1
86444	Meadview	meadview	AZ	015		35.9822	-114.0775	4
86445	Willow Beach	willow-beach	AZ	015		35.7759	-114.5001	1
86446	Mohave Valley	mohave-valley	AZ	015		34.8499	-114.5917	4
85901	Show Low	show-low	AZ	017		34.2998	-110	4
85902	Show Low	show-low	AZ	017		34.2981	-110.0352	4
85911	Cibecue	cibecue	AZ	017		34.0448	-110.4854	4
85912	White Mountain Lake	white-mountain-lake	AZ	017		34.2666	-110.2031	4
85923	Clay Springs	clay-springs	AZ	017		34.3617	-110.2954	4
85926	Fort Apache	fort-apache	AZ	017		33.7906	-109.9887	4
85928	Heber	heber	AZ	017		34.41	-110.5883	4
85929	Lakeside	lakeside	AZ	017		34.1662	-109.9869	4
85933	Overgaard	overgaard	AZ	017		34.4086	-110.56	4
85934	Pinedale	pinedale	AZ	017		34.3003	-110.2457	4
85935	Pinetop	pinetop	AZ	017		34.1175	-109.9197	4
85937	Snowflake	snowflake	AZ	017		34.4959	-110.0807	4
85939	Taylor	taylor	AZ	017		34.439	-110.0858	4
85941	Whiteriver	whiteriver	AZ	017		33.8021	-109.9937	4
85942	Woodruff	woodruff	AZ	017		34.7814	-110.0435	4
86025	Holbrook	holbrook	AZ	017		34.9085	-110.1434	4
86029	Sun Valley	sun-valley	AZ	017		34.9806	-110.0582	4
86030	Hotevilla	hotevilla	AZ	017		35.9278	-110.6729	4
86031	Indian Wells	indian-wells	AZ	017		35.4056	-110.0848	4
86032	Joseph City	joseph-city	AZ	017		34.9814	-110.3373	4
86033	Kayenta	kayenta	AZ	017		36.6883	-110.2652	4
86034	Keams Canyon	keams-canyon	AZ	017		35.8082	-110.2845	4
86039	Kykotsmovi Village	kykotsmovi-village	AZ	017		35.8742	-110.6235	4
86042	Polacca	polacca	AZ	017		35.8617	-110.3875	4
86043	Second Mesa	second-mesa	AZ	017		35.7933	-110.5051	4
86047	Winslow	winslow	AZ	017		35.0242	-110.6974	4
86054	Shonto	shonto	AZ	017		36.6159	-110.6477	4
86510	Pinon	pinon	AZ	017		36.1002	-110.2211	4
86520	Blue Gap	blue-gap	AZ	017		36.1708	-109.9465	4
85321	Ajo	ajo	AZ	019		32.2295	-112.6542	4
85341	Lukeville	lukeville	AZ	019		31.8826	-112.8157	1
85601	Arivaca	arivaca	AZ	019		31.5885	-111.316	4
85614	Green Valley	green-valley	AZ	019		31.8543	-111.0003	4
85619	Mount Lemmon	mount-lemmon	AZ	019		32.3763	-110.7605	1
85622	Green Valley	green-valley	AZ	019		31.8269	-111.0755	4
85629	Sahuarita	sahuarita	AZ	019		31.9452	-111.0002	4
85633	Sasabe	sasabe	AZ	019		31.4887	-111.5421	4
85634	Sells	sells	AZ	019		32.0315	-112.0065	4
85639	Topawa	topawa	AZ	019		31.814	-111.8257	4
85641	Vail	vail	AZ	019		32.0027	-110.7053	4
85652	Cortaro	cortaro	AZ	019		32.4201	-111.1132	4
85653	Marana	marana	AZ	019		32.4047	-111.2736	4
85654	Rillito	rillito	AZ	019		32.4148	-111.1562	4
85701	Tucson	tucson	AZ	019		32.2139	-110.9694	4
85702	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85703	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85704	Tucson	tucson	AZ	019		32.3379	-110.9855	4
85705	Tucson	tucson	AZ	019		32.2691	-110.9845	4
85706	Tucson	tucson	AZ	019		32.1392	-110.9451	4
85707	Tucson	tucson	AZ	019		32.1696	-110.8751	4
85708	Tucson	tucson	AZ	019		32.18	-110.8693	4
85709	Tucson	tucson	AZ	019		32.2008	-110.898	4
85710	Tucson	tucson	AZ	019		32.2138	-110.824	4
85711	Tucson	tucson	AZ	019		32.2127	-110.8829	4
85712	Tucson	tucson	AZ	019		32.25	-110.8869	4
85713	Tucson	tucson	AZ	019		32.1941	-110.9739	4
85714	Tucson	tucson	AZ	019		32.1707	-110.9719	4
85715	Tucson	tucson	AZ	019		32.2519	-110.82	4
85716	Tucson	tucson	AZ	019		32.2468	-110.9222	4
85717	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85718	Tucson	tucson	AZ	019		32.3112	-110.9179	4
85719	Tucson	tucson	AZ	019		32.2474	-110.9491	4
85720	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85721	Tucson	tucson	AZ	019		32.2338	-110.95	4
85722	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85723	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85724	Tucson	tucson	AZ	019		32.2406	-110.9443	4
85725	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85726	Tucson	tucson	AZ	019		32.2027	-110.9453	4
85728	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85730	Tucson	tucson	AZ	019		32.181	-110.819	4
85731	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85732	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85733	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85734	Tucson	tucson	AZ	019		32.0651	-110.9353	4
85735	Tucson	tucson	AZ	019		32.093	-111.3472	4
85736	Tucson	tucson	AZ	019		31.9011	-111.3702	4
85737	Tucson	tucson	AZ	019		32.4142	-110.9466	4
85738	Catalina	catalina	AZ	019		32.5056	-110.9211	4
85739	Tucson	tucson	AZ	019		32.465	-110.8922	4
85740	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85741	Tucson	tucson	AZ	019		32.3472	-111.0419	4
85742	Tucson	tucson	AZ	019		32.4076	-111.065	4
85743	Tucson	tucson	AZ	019		32.3366	-111.1771	4
85744	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85745	Tucson	tucson	AZ	019		32.2434	-111.0179	4
85746	Tucson	tucson	AZ	019		32.1422	-111.0506	4
85747	Tucson	tucson	AZ	019		32.0984	-110.7272	4
85748	Tucson	tucson	AZ	019		32.215	-110.7758	4
85749	Tucson	tucson	AZ	019		32.2733	-110.7658	4
85750	Tucson	tucson	AZ	019		32.2974	-110.8404	4
85751	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85752	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85754	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85755	Tucson	tucson	AZ	019		32.4227	-110.9768	4
85756	Tucson	tucson	AZ	019		32.0839	-110.9004	4
85757	Tucson	tucson	AZ	019		32.1336	-111.0973	4
85775	Tucson	tucson	AZ	019		32.2217	-110.9265	4
85117	Apache Junction	apache-junction	AZ	021		33.3284	-111.327	
85118	Gold Canyon	gold-canyon	AZ	021		33.3284	-111.3502	4
85119	Apache Junction	apache-junction	AZ	021		33.4001	-111.5028	4
85120	Apache Junction	apache-junction	AZ	021		33.3931	-111.5768	4
85121	Bapchule	bapchule	AZ	021		33.1405	-111.9128	4
85122	Casa Grande	casa-grande	AZ	021		32.8905	-111.754	4
85123	Arizona City	arizona-city	AZ	021		32.7559	-111.671	4
85128	Coolidge	coolidge	AZ	021		32.9574	-111.5344	4
85130	Casa Grande	casa-grande	AZ	021		32.8151	-111.7054	4
85131	Eloy	eloy	AZ	021		32.7509	-111.5833	4
85132	Florence	florence	AZ	021		32.9969	-111.3612	4
85137	Kearny	kearny	AZ	021		33.0594	-110.9123	4
85138	Maricopa	maricopa	AZ	021		33.0073	-111.9324	4
85139	Maricopa	maricopa	AZ	021		32.9576	-112.0534	4
85140	San Tan Valley	san-tan-valley	AZ	021		33.1911	-111.528	4
85141	Picacho	picacho	AZ	021		32.6686	-111.4549	4
85143	San Tan Valley	san-tan-valley	AZ	021		33.1911	-111.528	4
85145	Red Rock	red-rock	AZ	021		32.58	-111.341	4
85147	Sacaton	sacaton	AZ	021		33.1234	-111.7384	4
85172	Stanfield	stanfield	AZ	021		32.8823	-111.966	4
85173	Superior	superior	AZ	021		33.2887	-111.0985	4
85178	Apache Junction	apache-junction	AZ	021		33.405	-111.547	
85191	Valley Farms	valley-farms	AZ	021		32.9827	-111.4429	
85193	Casa Grande	casa-grande	AZ	021		32.8554	-111.7973	4
85194	Casa Grande	casa-grande	AZ	021		32.8984	-111.6261	4
85618	Mammoth	mammoth	AZ	021		32.7239	-110.644	4
85623	Oracle	oracle	AZ	021		32.6005	-110.7961	4
85631	San Manuel	san-manuel	AZ	021		32.6209	-110.5992	4
85658	Marana	marana	AZ	021		32.4305	-111.1459	4
85611	Elgin	elgin	AZ	023		31.6598	-110.5254	4
85621	Nogales	nogales	AZ	023		31.377	-110.9435	4
85624	Patagonia	patagonia	AZ	023		31.5353	-110.6968	4
85628	Nogales	nogales	AZ	023		31.532	-110.9093	4
85637	Sonoita	sonoita	AZ	023		31.6731	-110.6188	4
85640	Tumacacori	tumacacori	AZ	023		31.5696	-111.0534	4
85645	Amado	amado	AZ	023		31.6723	-111.0986	4
85646	Tubac	tubac	AZ	023		31.6126	-111.0459	4
85648	Rio Rico	rio-rico	AZ	023		31.5084	-111.0757	4
85662	Nogales	nogales	AZ	023		31.532	-110.9093	4
85324	Black Canyon City	black-canyon-city	AZ	025		34.0755	-112.134	4
85332	Congress	congress	AZ	025		34.1764	-112.768	4
85362	Yarnell	yarnell	AZ	025		34.2508	-112.7567	4
86301	Prescott	prescott	AZ	025		34.5917	-112.4265	4
86302	Prescott	prescott	AZ	025		34.5749	-112.4915	4
86303	Prescott	prescott	AZ	025		34.4958	-112.3783	4
86304	Prescott	prescott	AZ	025		34.5967	-112.4907	4
86305	Prescott	prescott	AZ	025		34.8185	-112.9584	4
86312	Prescott Valley	prescott-valley	AZ	025		34.6683	-112.3078	4
86313	Prescott	prescott	AZ	025		34.7067	-112.3977	4
86314	Prescott Valley	prescott-valley	AZ	025		34.6019	-112.3264	4
86315	Prescott Valley	prescott-valley	AZ	025		34.7055	-112.2639	4
86320	Ash Fork	ash-fork	AZ	025		35.215	-112.5027	4
86321	Bagdad	bagdad	AZ	025		34.5785	-113.1755	4
86322	Camp Verde	camp-verde	AZ	025		34.5697	-111.8551	4
86323	Chino Valley	chino-valley	AZ	025		34.7757	-112.4731	4
86324	Clarkdale	clarkdale	AZ	025		34.7711	-112.0579	4
86325	Cornville	cornville	AZ	025		34.7256	-111.9086	4
86326	Cottonwood	cottonwood	AZ	025		34.7055	-112.0091	4
86327	Dewey	dewey	AZ	025		34.5368	-112.2567	4
86329	Humboldt	humboldt	AZ	025		34.5009	-112.2374	4
86331	Jerome	jerome	AZ	025		34.7486	-112.1086	4
86332	Kirkland	kirkland	AZ	025		34.4541	-112.8966	4
86333	Mayer	mayer	AZ	025		34.3655	-112.1296	4
86334	Paulden	paulden	AZ	025		35.0313	-112.5441	4
86335	Rimrock	rimrock	AZ	025		34.638	-111.7842	4
86337	Seligman	seligman	AZ	025		35.3212	-112.9548	4
86338	Skull Valley	skull-valley	AZ	025		34.5053	-112.6855	4
86340	Sedona	sedona	AZ	025		34.7067	-112.3977	1
86341	Sedona	sedona	AZ	025		34.7766	-111.7679	1
86342	Lake Montezuma	lake-montezuma	AZ	025		34.6417	-111.7872	4
86343	Crown King	crown-king	AZ	025		34.2241	-112.334	4
85333	Dateland	dateland	AZ	027		32.8679	-113.4631	4
85336	Gadsden	gadsden	AZ	027		32.5545	-114.785	1
85347	Roll	roll	AZ	027		32.7517	-113.9891	4
85349	San Luis	san-luis	AZ	027		32.487	-114.7822	4
85350	Somerton	somerton	AZ	027		32.5634	-114.7127	4
85352	Tacna	tacna	AZ	027		32.6934	-113.9763	1
85356	Wellton	wellton	AZ	027		32.6935	-114.1561	4
85364	Yuma	yuma	AZ	027		32.7015	-114.6424	4
85365	Yuma	yuma	AZ	027		32.7093	-114.4905	4
85366	Yuma	yuma	AZ	027		32.61	-114.6312	4
85367	Yuma	yuma	AZ	027		32.6566	-114.4042	4
85369	Yuma	yuma	AZ	027		32.7253	-114.6244	4
94501	Alameda	alameda	CA	001		37.7706	-122.2648	4
94502	Alameda	alameda	CA	001		37.7351	-122.2431	4
94536	Fremont	fremont	CA	001		37.5605	-121.9999	4
94537	Fremont	fremont	CA	001		37.6802	-121.9215	4
94538	Fremont	fremont	CA	001		37.5308	-121.9712	4
94539	Fremont	fremont	CA	001		37.5176	-121.9287	4
94540	Hayward	hayward	CA	001		37.6802	-121.9215	4
94541	Hayward	hayward	CA	001		37.674	-122.0894	4
94542	Hayward	hayward	CA	001		37.6586	-122.0472	4
94543	Hayward	hayward	CA	001		37.6688	-122.0808	4
94544	Hayward	hayward	CA	001		37.6374	-122.067	4
94545	Hayward	hayward	CA	001		37.6332	-122.0971	4
94546	Castro Valley	castro-valley	CA	001		37.7015	-122.0782	4
94550	Livermore	livermore	CA	001		37.683	-121.763	4
94551	Livermore	livermore	CA	001		37.7526	-121.77	4
94552	Castro Valley	castro-valley	CA	001		37.7131	-122.0381	4
94555	Fremont	fremont	CA	001		37.5735	-122.0469	4
94557	Hayward	hayward	CA	001		37.6802	-121.9215	4
94560	Newark	newark	CA	001		37.5368	-122.032	4
94566	Pleasanton	pleasanton	CA	001		37.6658	-121.8755	4
94568	Dublin	dublin	CA	001		37.7166	-121.9226	4
94577	San Leandro	san-leandro	CA	001		37.7205	-122.1587	4
94578	San Leandro	san-leandro	CA	001		37.7024	-122.124	4
94579	San Leandro	san-leandro	CA	001		37.6892	-122.1507	4
94580	San Lorenzo	san-lorenzo	CA	001		37.6787	-122.1295	4
94586	Sunol	sunol	CA	001		37.6094	-121.8986	4
94587	Union City	union-city	CA	001		37.5895	-122.0497	4
94588	Pleasanton	pleasanton	CA	001		37.6873	-121.8957	4
94601	Oakland	oakland	CA	001		37.7806	-122.2166	4
94602	Oakland	oakland	CA	001		37.8011	-122.2104	4
94603	Oakland	oakland	CA	001		37.7402	-122.171	4
94604	Oakland	oakland	CA	001		37.8044	-122.2708	4
94605	Oakland	oakland	CA	001		37.7641	-122.1633	4
94606	Oakland	oakland	CA	001		37.7957	-122.2429	4
94607	Oakland	oakland	CA	001		37.8071	-122.2851	4
94608	Emeryville	emeryville	CA	001		37.8365	-122.2804	4
94609	Oakland	oakland	CA	001		37.8361	-122.2637	4
94610	Oakland	oakland	CA	001		37.8126	-122.2443	4
94611	Oakland	oakland	CA	001		37.8471	-122.2223	4
94612	Oakland	oakland	CA	001		37.8085	-122.2668	4
94613	Oakland	oakland	CA	001		37.7811	-122.1866	4
94614	Oakland	oakland	CA	001		37.7277	-122.2046	4
94615	Oakland	oakland	CA	001		37.8067	-122.3004	4
94617	Oakland	oakland	CA	001		37.8078	-122.2717	4
94618	Oakland	oakland	CA	001		37.8431	-122.2402	4
94619	Oakland	oakland	CA	001		37.7878	-122.1884	4
94620	Piedmont	piedmont	CA	001		37.8244	-122.2316	4
94621	Oakland	oakland	CA	001		37.7589	-122.1853	4
94622	Oakland	oakland	CA	001		37.799	-122.2337	4
94623	Oakland	oakland	CA	001		37.8044	-122.2708	4
94624	Oakland	oakland	CA	001		37.8044	-122.2708	4
94649	Oakland	oakland	CA	001		37.8044	-122.2708	4
94659	Oakland	oakland	CA	001		37.8044	-122.2708	4
94660	Oakland	oakland	CA	001		37.8044	-122.2708	4
94661	Oakland	oakland	CA	001		37.8044	-122.2708	4
94662	Emeryville	emeryville	CA	001		37.8313	-122.2852	4
94666	Oakland	oakland	CA	001		37.8044	-122.2708	4
94701	Berkeley	berkeley	CA	001		37.8606	-122.2967	4
94702	Berkeley	berkeley	CA	001		37.8656	-122.2851	4
94703	Berkeley	berkeley	CA	001		37.863	-122.2749	4
94704	Berkeley	berkeley	CA	001		37.8664	-122.257	4
94705	Berkeley	berkeley	CA	001		37.8571	-122.25	4
94706	Albany	albany	CA	001		37.89	-122.2954	4
94707	Berkeley	berkeley	CA	001		37.8927	-122.2761	4
94708	Berkeley	berkeley	CA	001		37.8918	-122.2604	4
94709	Berkeley	berkeley	CA	001		37.8784	-122.2655	4
94710	Berkeley	berkeley	CA	001		37.8696	-122.2959	4
94712	Berkeley	berkeley	CA	001		37.8716	-122.2727	4
94720	Berkeley	berkeley	CA	001		37.8738	-122.2549	4
95646	Kirkwood	kirkwood	CA	003		38.6918	-120.0736	4
96120	Markleeville	markleeville	CA	003		38.7713	-119.8327	4
95601	Amador City	amador-city	CA	005		38.4194	-120.823	4
95629	Fiddletown	fiddletown	CA	005		38.5234	-120.6763	4
95640	Ione	ione	CA	005		38.3324	-120.9418	4
95642	Jackson	jackson	CA	005		38.3545	-120.7573	4
95644	Kit Carson	kit-carson	CA	005		38.6707	-120.1135	4
95654	Martell	martell	CA	005		38.3515	-120.7752	4
95665	Pine Grove	pine-grove	CA	005		38.4049	-120.6544	4
95666	Pioneer	pioneer	CA	005		38.4319	-120.5719	4
95669	Plymouth	plymouth	CA	005		38.4916	-120.8819	4
95675	River Pines	river-pines	CA	005		38.5463	-120.743	4
95685	Sutter Creek	sutter-creek	CA	005		38.4175	-120.7951	4
95689	Volcano	volcano	CA	005		38.4765	-120.6017	4
95699	Drytown	drytown	CA	005		38.4411	-120.8533	4
95914	Bangor	bangor	CA	007		39.3885	-121.4052	4
95916	Berry Creek	berry-creek	CA	007		39.6776	-121.3689	4
95917	Biggs	biggs	CA	007		39.4162	-121.7189	4
95926	Chico	chico	CA	007		39.7458	-121.8444	4
95927	Chico	chico	CA	007		39.8117	-121.9398	4
95928	Chico	chico	CA	007		39.7224	-121.8113	4
95929	Chico	chico	CA	007		39.7301	-121.8414	4
95930	Clipper Mills	clipper-mills	CA	007		39.5327	-121.1575	4
95938	Durham	durham	CA	007		39.633	-121.7886	4
95940	Feather Falls	feather-falls	CA	007		39.622	-121.2669	4
95941	Forbestown	forbestown	CA	007		39.521	-121.2423	4
95942	Forest Ranch	forest-ranch	CA	007		39.8821	-121.6728	4
95948	Gridley	gridley	CA	007		39.3532	-121.7137	4
95954	Magalia	magalia	CA	007		39.8912	-121.58	4
95958	Nelson	nelson	CA	007		39.5522	-121.7644	4
95965	Oroville	oroville	CA	007		39.6054	-121.5751	4
95966	Oroville	oroville	CA	007		39.4877	-121.4698	4
95967	Paradise	paradise	CA	007		39.7155	-121.6551	4
95968	Palermo	palermo	CA	007		39.4361	-121.5454	4
95969	Paradise	paradise	CA	007		39.7555	-121.6069	4
95973	Chico	chico	CA	007		39.8032	-121.8673	4
95974	Richvale	richvale	CA	007		39.4959	-121.748	4
95976	Chico	chico	CA	007		39.7346	-121.8331	4
95978	Stirling City	stirling-city	CA	007		39.9077	-121.5269	4
95221	Altaville	altaville	CA	009		38.0838	-120.5608	4
95222	Angels Camp	angels-camp	CA	009		38.071	-120.5722	4
95223	Arnold	arnold	CA	009		38.3086	-120.268	4
95224	Avery	avery	CA	009		38.2044	-120.3688	4
95225	Burson	burson	CA	009		38.1838	-120.8894	4
95226	Campo Seco	campo-seco	CA	009		38.2271	-120.8533	4
95228	Copperopolis	copperopolis	CA	009		37.944	-120.6423	4
95229	Douglas Flat	douglas-flat	CA	009		38.1144	-120.4538	4
95232	Glencoe	glencoe	CA	009		38.3554	-120.5778	4
95233	Hathaway Pines	hathaway-pines	CA	009		38.1919	-120.3644	4
95245	Mokelumne Hill	mokelumne-hill	CA	009		38.3152	-120.5591	4
95246	Mountain Ranch	mountain-ranch	CA	009		38.2328	-120.4994	4
95247	Murphys	murphys	CA	009		38.1345	-120.4516	4
95248	Rail Road Flat	rail-road-flat	CA	009		38.3405	-120.5161	4
95249	San Andreas	san-andreas	CA	009		38.1904	-120.6441	4
95251	Vallecito	vallecito	CA	009		38.1013	-120.4676	4
95252	Valley Springs	valley-springs	CA	009		38.162	-120.8572	4
95254	Wallace	wallace	CA	009		38.1983	-120.9793	4
95255	West Point	west-point	CA	009		38.4197	-120.4759	4
09186	APO AE	apo-ae				49.443	7.7716	
95257	Wilseyville	wilseyville	CA	009		38.3793	-120.4627	4
95912	Arbuckle	arbuckle	CA	011		39.0138	-122.0274	4
95932	Colusa	colusa	CA	011		39.2345	-122.0277	4
95950	Grimes	grimes	CA	011		39.0744	-121.8927	4
95955	Maxwell	maxwell	CA	011		39.3163	-122.1849	4
95970	Princeton	princeton	CA	011		39.4168	-122.0519	4
95979	Stonyford	stonyford	CA	011		39.3176	-122.5393	4
95987	Williams	williams	CA	011		39.1337	-122.2162	4
94505	Discovery Bay	discovery-bay	CA	013		37.8989	-121.6054	4
94506	Danville	danville	CA	013		37.8321	-121.9167	4
94507	Alamo	alamo	CA	013		37.8537	-122.0229	4
94509	Antioch	antioch	CA	013		37.9939	-121.8089	4
94511	Bethel Island	bethel-island	CA	013		38.0266	-121.6425	4
94513	Brentwood	brentwood	CA	013		37.9324	-121.6894	4
94514	Byron	byron	CA	013		37.8254	-121.6236	4
94516	Canyon	canyon	CA	013		37.8339	-122.165	4
94517	Clayton	clayton	CA	013		37.9154	-121.91	4
94518	Concord	concord	CA	013		37.9504	-122.0263	4
94519	Concord	concord	CA	013		37.9841	-122.0119	4
94520	Concord	concord	CA	013		37.9823	-122.0362	4
94521	Concord	concord	CA	013		37.9575	-121.975	4
94522	Concord	concord	CA	013		37.978	-122.0311	4
94523	Pleasant Hill	pleasant-hill	CA	013		37.954	-122.0737	4
94524	Concord	concord	CA	013		37.978	-122.0311	4
94525	Crockett	crockett	CA	013		38.0519	-122.2177	4
94526	Danville	danville	CA	013		37.814	-121.966	4
94527	Concord	concord	CA	013		37.9535	-121.9578	4
94528	Diablo	diablo	CA	013		37.8387	-121.9667	4
94529	Concord	concord	CA	013		37.978	-122.0311	4
94530	El Cerrito	el-cerrito	CA	013		37.9156	-122.2985	4
94531	Antioch	antioch	CA	013		37.9658	-121.7758	4
94547	Hercules	hercules	CA	013		38.0066	-122.2637	4
94548	Knightsen	knightsen	CA	013		37.9726	-121.6652	4
94549	Lafayette	lafayette	CA	013		37.8961	-122.1119	4
94553	Martinez	martinez	CA	013		37.9864	-122.135	4
94556	Moraga	moraga	CA	013		37.8437	-122.1242	4
94561	Oakley	oakley	CA	013		37.994	-121.7036	4
94563	Orinda	orinda	CA	013		37.8787	-122.1728	4
94564	Pinole	pinole	CA	013		37.9969	-122.2875	4
94565	Pittsburg	pittsburg	CA	013		38.0031	-121.9172	4
94569	Port Costa	port-costa	CA	013		38.046	-122.1866	4
94570	Moraga	moraga	CA	013		37.7772	-121.9554	4
94572	Rodeo	rodeo	CA	013		38.0307	-122.2581	4
94575	Moraga	moraga	CA	013		37.7772	-121.9554	4
94582	San Ramon	san-ramon	CA	013		37.7636	-121.9155	4
94583	San Ramon	san-ramon	CA	013		37.7562	-121.9522	4
94595	Walnut Creek	walnut-creek	CA	013		37.8753	-122.0703	4
94596	Walnut Creek	walnut-creek	CA	013		37.9053	-122.0549	4
94597	Walnut Creek	walnut-creek	CA	013		37.9182	-122.0717	4
94598	Walnut Creek	walnut-creek	CA	013		37.9194	-122.0259	4
94801	Richmond	richmond	CA	013		37.94	-122.362	4
94802	Richmond	richmond	CA	013		37.9358	-122.3477	4
94803	El Sobrante	el-sobrante	CA	013		37.9693	-122.2901	4
94804	Richmond	richmond	CA	013		37.9265	-122.3342	4
94805	Richmond	richmond	CA	013		37.9417	-122.3238	4
94806	San Pablo	san-pablo	CA	013		37.9724	-122.3369	4
94807	Richmond	richmond	CA	013		37.9358	-122.3477	4
94808	Richmond	richmond	CA	013		37.9358	-122.3477	4
94820	El Sobrante	el-sobrante	CA	013		37.9771	-122.2952	4
94850	Richmond	richmond	CA	013		37.9358	-122.3477	4
95531	Crescent City	crescent-city	CA	015		41.7817	-124.1332	4
95532	Crescent City	crescent-city	CA	015		41.7561	-124.2005	4
95538	Fort Dick	fort-dick	CA	015		41.8679	-124.149	4
95543	Gasquet	gasquet	CA	015		41.9056	-123.831	1
95548	Klamath	klamath	CA	015		41.5804	-124.0387	4
95567	Smith River	smith-river	CA	015		41.9404	-124.1587	4
95613	Coloma	coloma	CA	017		38.8	-120.8891	4
95614	Cool	cool	CA	017		38.8923	-120.9802	1
95619	Diamond Springs	diamond-springs	CA	017		38.6865	-120.8145	4
95623	El Dorado	el-dorado	CA	017		38.633	-120.8498	4
95633	Garden Valley	garden-valley	CA	017		38.8665	-120.8567	4
95634	Georgetown	georgetown	CA	017		38.9185	-120.7599	4
95635	Greenwood	greenwood	CA	017		38.9143	-120.9001	4
95636	Grizzly Flats	grizzly-flats	CA	017		38.6489	-120.5098	1
95651	Lotus	lotus	CA	017		38.8278	-120.9238	4
95656	Mount Aukum	mount-aukum	CA	017		38.55	-120.7304	4
95664	Pilot Hill	pilot-hill	CA	017		38.8135	-121.0308	4
95667	Placerville	placerville	CA	017		38.7195	-120.8046	4
95672	Rescue	rescue	CA	017		38.7194	-120.9945	1
95682	Shingle Springs	shingle-springs	CA	017		38.6465	-120.9641	4
95684	Somerset	somerset	CA	017		38.5953	-120.5949	4
95709	Camino	camino	CA	017		38.747	-120.6743	4
95720	Kyburz	kyburz	CA	017		38.7825	-120.2569	4
95721	Echo Lake	echo-lake	CA	017		38.8338	-120.0416	4
95726	Pollock Pines	pollock-pines	CA	017		38.7708	-120.5427	4
95735	Twin Bridges	twin-bridges	CA	017		38.8092	-120.1242	4
95762	El Dorado Hills	el-dorado-hills	CA	017		38.685	-121.068	4
96142	Tahoma	tahoma	CA	017		39.0644	-120.1357	4
96150	South Lake Tahoe	south-lake-tahoe	CA	017		38.917	-119.9865	4
96151	South Lake Tahoe	south-lake-tahoe	CA	017		38.9039	-119.995	4
96152	South Lake Tahoe	south-lake-tahoe	CA	017		38.9271	-119.999	4
96154	South Lake Tahoe	south-lake-tahoe	CA	017		38.8753	-120.0188	4
96155	South Lake Tahoe	south-lake-tahoe	CA	017		38.8449	-120.043	4
96156	South Lake Tahoe	south-lake-tahoe	CA	017		38.9352	-119.9676	4
96157	South Lake Tahoe	south-lake-tahoe	CA	017		38.9344	-119.9767	4
96158	South Lake Tahoe	south-lake-tahoe	CA	017		38.8981	-119.9984	4
93210	Coalinga	coalinga	CA	019		36.1624	-120.3489	4
93234	Huron	huron	CA	019		36.2371	-120.102	4
93242	Laton	laton	CA	019		36.4378	-119.7156	4
93602	Auberry	auberry	CA	019		37.0726	-119.4572	4
93605	Big Creek	big-creek	CA	019		37.2032	-119.2492	4
93606	Biola	biola	CA	019		36.8032	-120.0185	4
93607	Burrel	burrel	CA	019		36.5898	-119.8994	4
93608	Cantua Creek	cantua-creek	CA	019		36.4921	-120.3353	4
93609	Caruthers	caruthers	CA	019		36.5358	-119.8446	4
93611	Clovis	clovis	CA	019		36.8253	-119.6802	4
93612	Clovis	clovis	CA	019		36.8149	-119.7106	4
93613	Clovis	clovis	CA	019		36.8252	-119.7029	4
93616	Del Rey	del-rey	CA	019		36.6543	-119.5929	4
93621	Dunlap	dunlap	CA	019		36.7446	-119.0899	4
93622	Firebaugh	firebaugh	CA	019		36.8651	-120.47	4
93624	Five Points	five-points	CA	019		36.3386	-120.1118	4
93625	Fowler	fowler	CA	019		36.6282	-119.671	4
93626	Friant	friant	CA	019		37.0422	-119.6807	4
93627	Helm	helm	CA	019		36.5316	-120.0982	4
93628	Hume	hume	CA	019		36.7515	-118.9575	4
93630	Kerman	kerman	CA	019		36.7306	-120.0724	4
93631	Kingsburg	kingsburg	CA	019		36.508	-119.5433	4
93634	Lakeshore	lakeshore	CA	019		37.253	-119.1748	4
93640	Mendota	mendota	CA	019		36.7424	-120.4093	4
93641	Miramonte	miramonte	CA	019		36.6894	-119.0477	4
93642	Mono Hot Springs	mono-hot-springs	CA	019		37.3266	-119.0176	4
93646	Orange Cove	orange-cove	CA	019		36.6255	-119.3204	4
93648	Parlier	parlier	CA	019		36.6103	-119.5375	4
93649	Piedra	piedra	CA	019		36.8417	-119.3496	4
93650	Fresno	fresno	CA	019		36.8411	-119.801	4
93651	Prather	prather	CA	019		36.9938	-119.5268	4
93652	Raisin City	raisin-city	CA	019		36.6024	-119.904	4
93654	Reedley	reedley	CA	019		36.6044	-119.4378	4
93656	Riverdale	riverdale	CA	019		36.4295	-119.872	4
93657	Sanger	sanger	CA	019		36.7243	-119.5478	4
93660	San Joaquin	san-joaquin	CA	019		36.6059	-120.1889	4
93662	Selma	selma	CA	019		36.5695	-119.617	4
93664	Shaver Lake	shaver-lake	CA	019		37.1397	-119.273	4
93667	Tollhouse	tollhouse	CA	019		36.9943	-119.3914	4
93668	Tranquillity	tranquillity	CA	019		36.6584	-120.2617	4
93675	Squaw Valley	squaw-valley	CA	019		36.7071	-119.1814	4
93701	Fresno	fresno	CA	019		36.7487	-119.7867	4
93702	Fresno	fresno	CA	019		36.74	-119.7532	4
93703	Fresno	fresno	CA	019		36.7684	-119.7594	4
93704	Fresno	fresno	CA	019		36.7991	-119.8016	4
93705	Fresno	fresno	CA	019		36.7863	-119.8286	4
93706	Fresno	fresno	CA	019		36.6486	-119.9987	4
93707	Fresno	fresno	CA	019		36.7464	-119.6397	4
93708	Fresno	fresno	CA	019		36.7464	-119.6397	4
93709	Fresno	fresno	CA	019		36.7464	-119.6397	4
93710	Fresno	fresno	CA	019		36.8236	-119.7621	4
93711	Fresno	fresno	CA	019		36.8303	-119.8319	4
93712	Fresno	fresno	CA	019		36.7464	-119.6397	4
93714	Fresno	fresno	CA	019		36.7464	-119.6397	4
93715	Fresno	fresno	CA	019		36.7464	-119.6397	4
93716	Fresno	fresno	CA	019		36.7464	-119.6397	4
93717	Fresno	fresno	CA	019		36.7464	-119.6397	4
93718	Fresno	fresno	CA	019		36.7464	-119.6397	4
93720	Fresno	fresno	CA	019		36.8579	-119.7655	4
93721	Fresno	fresno	CA	019		36.7377	-119.7843	4
93722	Fresno	fresno	CA	019		36.7918	-119.8801	4
93723	Fresno	fresno	CA	019		36.7863	-119.9532	4
93724	Fresno	fresno	CA	019		36.7464	-119.6397	4
93725	Fresno	fresno	CA	019		36.6207	-119.7308	4
93726	Fresno	fresno	CA	019		36.7949	-119.7604	4
93727	Fresno	fresno	CA	019		36.7528	-119.7061	4
93728	Fresno	fresno	CA	019		36.7581	-119.8113	4
93729	Fresno	fresno	CA	019		36.7464	-119.6397	4
93730	Fresno	fresno	CA	019		36.8878	-119.7589	4
93737	Fresno	fresno	CA	019		36.7477	-119.7724	4
93740	Fresno	fresno	CA	019		36.7464	-119.6397	4
93741	Fresno	fresno	CA	019		36.7464	-119.6397	4
93744	Fresno	fresno	CA	019		36.7464	-119.6397	4
93745	Fresno	fresno	CA	019		36.7464	-119.6397	4
93747	Fresno	fresno	CA	019		36.7464	-119.6397	4
93750	Fresno	fresno	CA	019		36.7464	-119.6397	4
93755	Fresno	fresno	CA	019		36.7464	-119.6397	4
93760	Fresno	fresno	CA	019		36.7464	-119.6397	4
93761	Fresno	fresno	CA	019		36.7464	-119.6397	4
93764	Fresno	fresno	CA	019		36.7464	-119.6397	4
93765	Fresno	fresno	CA	019		36.7464	-119.6397	4
93771	Fresno	fresno	CA	019		36.7464	-119.6397	4
93772	Fresno	fresno	CA	019		36.7464	-119.6397	4
93773	Fresno	fresno	CA	019		36.7464	-119.6397	4
93774	Fresno	fresno	CA	019		36.7464	-119.6397	4
93775	Fresno	fresno	CA	019		36.7464	-119.6397	4
93776	Fresno	fresno	CA	019		36.7464	-119.6397	4
93777	Fresno	fresno	CA	019		36.7464	-119.6397	4
93778	Fresno	fresno	CA	019		36.7464	-119.6397	4
93779	Fresno	fresno	CA	019		36.7464	-119.6397	4
93786	Fresno	fresno	CA	019		36.7464	-119.6397	4
93790	Fresno	fresno	CA	019		36.7464	-119.6397	4
93791	Fresno	fresno	CA	019		36.7464	-119.6397	4
93792	Fresno	fresno	CA	019		36.7464	-119.6397	4
93793	Fresno	fresno	CA	019		36.7464	-119.6397	4
93794	Fresno	fresno	CA	019		36.7464	-119.6397	4
93844	Fresno	fresno	CA	019		36.7464	-119.6397	4
93888	Fresno	fresno	CA	019		36.7464	-119.6397	4
95913	Artois	artois	CA	021		39.6197	-122.1927	4
95920	Butte City	butte-city	CA	021		39.4568	-121.9515	4
95939	Elk Creek	elk-creek	CA	021		39.5306	-122.6124	4
95943	Glenn	glenn	CA	021		39.6069	-122.0384	4
95951	Hamilton City	hamilton-city	CA	021		39.7386	-122.0085	4
95963	Orland	orland	CA	021		39.7314	-122.2534	4
95988	Willows	willows	CA	021		39.5353	-122.2597	4
95501	Eureka	eureka	CA	023		40.7938	-124.1573	4
95502	Eureka	eureka	CA	023		40.7965	-124.1737	4
95503	Eureka	eureka	CA	023		40.7592	-124.1593	4
95511	Alderpoint	alderpoint	CA	023		40.1676	-123.6192	4
95514	Blocksburg	blocksburg	CA	023		40.2987	-123.6576	4
95518	Arcata	arcata	CA	023		40.8685	-124.0856	4
95519	Mckinleyville	mckinleyville	CA	023		40.9465	-124.0834	4
95521	Arcata	arcata	CA	023		40.8742	-124.0765	4
95524	Bayside	bayside	CA	023		40.8266	-124.0552	4
95525	Blue Lake	blue-lake	CA	023		40.9374	-123.8913	4
95526	Bridgeville	bridgeville	CA	023		40.4693	-123.7998	4
95528	Carlotta	carlotta	CA	023		40.507	-123.9743	4
95534	Cutten	cutten	CA	023		40.7965	-124.1737	4
95536	Ferndale	ferndale	CA	023		40.5259	-124.2514	4
95537	Fields Landing	fields-landing	CA	023		40.7268	-124.2174	4
95540	Fortuna	fortuna	CA	023		40.5835	-124.1473	4
95542	Garberville	garberville	CA	023		40.0864	-123.7991	4
95545	Honeydew	honeydew	CA	023		40.2421	-124.0972	4
95546	Hoopa	hoopa	CA	023		41.0504	-123.6742	4
95547	Hydesville	hydesville	CA	023		40.5485	-124.0847	4
95549	Kneeland	kneeland	CA	023		40.6405	-123.8826	4
95550	Korbel	korbel	CA	023		40.7775	-123.8486	4
95551	Loleta	loleta	CA	023		40.6589	-124.2251	4
95553	Miranda	miranda	CA	023		40.2397	-123.8077	4
95554	Myers Flat	myers-flat	CA	023		40.2841	-123.7945	4
95555	Orick	orick	CA	023		41.3596	-124.0317	4
95556	Orleans	orleans	CA	023		41.3115	-123.5399	4
95558	Petrolia	petrolia	CA	023		40.2868	-124.2271	4
95559	Phillipsville	phillipsville	CA	023		40.2008	-123.7735	4
95560	Redway	redway	CA	023		40.1201	-123.8234	4
95562	Rio Dell	rio-dell	CA	023		40.4987	-124.1102	4
95564	Samoa	samoa	CA	023		40.8037	-124.1936	4
95565	Scotia	scotia	CA	023		40.4583	-124.0517	4
95569	Redcrest	redcrest	CA	023		40.3437	-123.9095	4
95570	Trinidad	trinidad	CA	023		41.0593	-124.1431	4
95571	Weott	weott	CA	023		40.3218	-123.9217	4
95573	Willow Creek	willow-creek	CA	023		40.9484	-123.6276	4
95589	Whitethorn	whitethorn	CA	023		40.0231	-124.0139	4
92222	Bard	bard	CA	025		32.7822	-114.5619	1
92227	Brawley	brawley	CA	025		32.9792	-115.5296	4
92231	Calexico	calexico	CA	025		32.6832	-115.5028	4
92232	Calexico	calexico	CA	025		32.6789	-115.4989	4
92233	Calipatria	calipatria	CA	025		33.167	-115.5114	4
92243	El Centro	el-centro	CA	025		32.7893	-115.5665	4
92244	El Centro	el-centro	CA	025		32.7948	-115.6927	4
92249	Heber	heber	CA	025		32.7218	-115.4383	4
92250	Holtville	holtville	CA	025		32.8104	-115.3775	4
92251	Imperial	imperial	CA	025		32.847	-115.573	4
92257	Niland	niland	CA	025		33.3784	-115.6965	4
92259	Ocotillo	ocotillo	CA	025		32.7387	-115.9942	4
92266	Palo Verde	palo-verde	CA	025		33.3696	-114.7355	4
92273	Seeley	seeley	CA	025		32.7941	-115.6948	4
92275	Salton City	salton-city	CA	025		33.3092	-115.9578	4
92281	Westmorland	westmorland	CA	025		33.038	-115.5914	4
92283	Winterhaven	winterhaven	CA	025		32.9818	-114.6854	1
92331	Fontana	fontana	CA	025		34.0922	-117.4612	4
92328	Death Valley	death-valley	CA	027		36.4672	-116.8937	4
92384	Shoshone	shoshone	CA	027		35.973	-116.2711	1
92389	Tecopa	tecopa	CA	027		35.9021	-116.1544	1
93513	Big Pine	big-pine	CA	027		37.1679	-118.2916	4
93514	Bishop	bishop	CA	027		37.5014	-118.4048	4
93515	Bishop	bishop	CA	027		37.3635	-118.3951	4
93522	Darwin	darwin	CA	027		36.2948	-117.5957	4
93526	Independence	independence	CA	027		36.8396	-118.2048	4
93530	Keeler	keeler	CA	027		36.4886	-117.8741	4
93542	Little Lake	little-lake	CA	027		35.9366	-117.9067	4
93545	Lone Pine	lone-pine	CA	027		36.5798	-118.0578	4
93549	Olancha	olancha	CA	027		36.23	-117.9552	4
93203	Arvin	arvin	CA	029		35.1966	-118.8336	4
93205	Bodfish	bodfish	CA	029		35.587	-118.4847	4
93206	Buttonwillow	buttonwillow	CA	029		35.4033	-119.4659	4
93215	Delano	delano	CA	029		35.7715	-119.2459	4
93216	Delano	delano	CA	029		35.7688	-119.2471	4
93220	Edison	edison	CA	029		35.3475	-118.8718	4
93222	Pine Mountain Club	pine-mountain-club	CA	029		34.8469	-119.1568	4
93224	Fellows	fellows	CA	029		35.1786	-119.5412	4
93225	Frazier Park	frazier-park	CA	029		34.8265	-119.0355	4
93226	Glennville	glennville	CA	029		35.7377	-118.7169	4
93238	Kernville	kernville	CA	029		35.755	-118.4047	4
93240	Lake Isabella	lake-isabella	CA	029		35.669	-118.457	4
93241	Lamont	lamont	CA	029		35.2571	-118.9124	4
93243	Lebec	lebec	CA	029		34.8818	-118.8566	4
93249	Lost Hills	lost-hills	CA	029		35.6163	-119.6943	4
93250	Mc Farland	mc-farland	CA	029		35.6758	-119.2272	1
93251	Mc Kittrick	mc-kittrick	CA	029		35.3031	-119.6366	1
93252	Maricopa	maricopa	CA	029		35.0589	-119.401	4
93255	Onyx	onyx	CA	029		35.6824	-118.0959	4
93263	Shafter	shafter	CA	029		35.497	-119.2801	4
93268	Taft	taft	CA	029		35.1482	-119.4557	4
93276	Tupman	tupman	CA	029		35.2992	-119.3584	4
93280	Wasco	wasco	CA	029		35.648	-119.4487	4
93283	Weldon	weldon	CA	029		35.6391	-118.2859	4
93285	Wofford Heights	wofford-heights	CA	029		35.7246	-118.4559	4
93287	Woody	woody	CA	029		35.7068	-118.8439	4
93301	Bakersfield	bakersfield	CA	029		35.3866	-119.0171	4
93302	Bakersfield	bakersfield	CA	029		35.3733	-119.0187	4
93303	Bakersfield	bakersfield	CA	029		35.2944	-118.9052	4
93304	Bakersfield	bakersfield	CA	029		35.3396	-119.0218	4
93305	Bakersfield	bakersfield	CA	029		35.3855	-118.986	4
93306	Bakersfield	bakersfield	CA	029		35.3867	-118.9391	4
93307	Bakersfield	bakersfield	CA	029		35.3275	-118.9839	4
93308	Bakersfield	bakersfield	CA	029		35.4244	-119.0433	4
93309	Bakersfield	bakersfield	CA	029		35.3384	-119.0627	4
93311	Bakersfield	bakersfield	CA	029		35.3039	-119.1056	4
93312	Bakersfield	bakersfield	CA	029		35.3935	-119.1205	4
93313	Bakersfield	bakersfield	CA	029		35.2974	-119.0509	4
93314	Bakersfield	bakersfield	CA	029		35.3863	-119.17	4
93380	Bakersfield	bakersfield	CA	029		35.2944	-118.9052	4
93383	Bakersfield	bakersfield	CA	029		35.2944	-118.9052	4
93384	Bakersfield	bakersfield	CA	029		35.3733	-119.0187	4
93385	Bakersfield	bakersfield	CA	029		35.2944	-118.9052	4
93386	Bakersfield	bakersfield	CA	029		35.2944	-118.9052	4
93387	Bakersfield	bakersfield	CA	029		35.2944	-118.9052	4
93388	Bakersfield	bakersfield	CA	029		35.2944	-118.9052	4
93389	Bakersfield	bakersfield	CA	029		35.2944	-118.9052	4
93390	Bakersfield	bakersfield	CA	029		35.2944	-118.9052	4
93501	Mojave	mojave	CA	029		35.0478	-118.1735	4
93502	Mojave	mojave	CA	029		35.0525	-118.174	4
93504	California City	california-city	CA	029		35.1871	-117.8854	4
93505	California City	california-city	CA	029		35.1278	-117.9651	4
93516	Boron	boron	CA	029		35.0037	-117.6629	1
93518	Caliente	caliente	CA	029		35.3701	-118.4612	4
93519	Cantil	cantil	CA	029		35.3089	-117.9684	4
93523	Edwards	edwards	CA	029		34.9261	-117.9351	4
93524	Edwards	edwards	CA	029		34.932	-117.9071	4
93527	Inyokern	inyokern	CA	029		35.6397	-117.857	4
93528	Johannesburg	johannesburg	CA	029		35.3708	-117.6427	4
93531	Keene	keene	CA	029		35.2375	-118.6076	4
93554	Randsburg	randsburg	CA	029		35.3866	-117.7159	4
93555	Ridgecrest	ridgecrest	CA	029		35.6225	-117.6709	4
93556	Ridgecrest	ridgecrest	CA	029		35.6225	-117.6709	4
93560	Rosamond	rosamond	CA	029		34.8664	-118.3409	4
93561	Tehachapi	tehachapi	CA	029		35.1322	-118.449	4
93581	Tehachapi	tehachapi	CA	029		35.1322	-118.449	4
93596	Boron	boron	CA	029		34.9994	-117.6498	4
93202	Armona	armona	CA	031		36.3095	-119.7053	4
93204	Avenal	avenal	CA	031		35.9877	-120.1227	4
93212	Corcoran	corcoran	CA	031		36.0865	-119.5607	4
93230	Hanford	hanford	CA	031		36.3314	-119.6491	4
93232	Hanford	hanford	CA	031		36.3275	-119.6457	4
93239	Kettleman City	kettleman-city	CA	031		36.0083	-119.9618	4
93245	Lemoore	lemoore	CA	031		36.2682	-119.8173	4
93246	Lemoore	lemoore	CA	031		36.1389	-119.8947	4
93266	Stratford	stratford	CA	031		36.179	-119.8236	4
95422	Clearlake	clearlake	CA	033		38.9576	-122.636	4
95423	Clearlake Oaks	clearlake-oaks	CA	033		39.0664	-122.6558	4
95424	Clearlake Park	clearlake-park	CA	033		38.9666	-122.65	4
95426	Cobb	cobb	CA	033		38.8155	-122.7132	4
95435	Finley	finley	CA	033		39.0043	-122.8755	4
95443	Glenhaven	glenhaven	CA	033		39.0263	-122.733	4
95451	Kelseyville	kelseyville	CA	033		38.9421	-122.7777	4
95453	Lakeport	lakeport	CA	033		39.047	-122.9328	4
95457	Lower Lake	lower-lake	CA	033		38.8915	-122.5914	4
95458	Lucerne	lucerne	CA	033		39.0783	-122.7846	4
95461	Middletown	middletown	CA	033		38.7824	-122.6487	4
95464	Nice	nice	CA	033		39.1194	-122.8315	4
95467	Hidden Valley Lake	hidden-valley-lake	CA	033		38.8036	-122.5407	4
95485	Upper Lake	upper-lake	CA	033		39.1804	-122.9144	4
95493	Witter Springs	witter-springs	CA	033		39.1821	-122.9711	4
96009	Bieber	bieber	CA	035		41.1315	-121.1286	4
96068	Nubieber	nubieber	CA	035		41.0957	-121.183	4
96109	Doyle	doyle	CA	035		40.0008	-120.1077	4
96113	Herlong	herlong	CA	035		40.1485	-120.1713	4
96114	Janesville	janesville	CA	035		40.2963	-120.5098	4
96117	Litchfield	litchfield	CA	035		40.4073	-120.4092	4
96119	Madeline	madeline	CA	035		40.9766	-120.5548	4
96121	Milford	milford	CA	035		40.1828	-120.3895	4
96123	Ravendale	ravendale	CA	035		40.7985	-120.3652	4
96127	Susanville	susanville	CA	035		40.4163	-120.653	4
96128	Standish	standish	CA	035		40.3509	-120.4068	4
96130	Susanville	susanville	CA	035		40.3983	-120.6464	4
96132	Termo	termo	CA	035		40.9509	-120.613	4
96136	Wendel	wendel	CA	035		40.3406	-120.2824	4
96137	Westwood	westwood	CA	035		40.3038	-121.0226	4
90001	Los Angeles	los-angeles	CA	037		33.9731	-118.2479	4
90002	Los Angeles	los-angeles	CA	037		33.9497	-118.2462	4
90003	Los Angeles	los-angeles	CA	037		33.9653	-118.2727	4
90004	Los Angeles	los-angeles	CA	037		34.0762	-118.3029	4
90005	Los Angeles	los-angeles	CA	037		34.0585	-118.3012	4
90006	Los Angeles	los-angeles	CA	037		34.0493	-118.2917	4
90007	Los Angeles	los-angeles	CA	037		34.0294	-118.2871	4
90008	Los Angeles	los-angeles	CA	037		34.0116	-118.3411	4
90009	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90010	Los Angeles	los-angeles	CA	037		34.0606	-118.3027	4
90011	Los Angeles	los-angeles	CA	037		34.0079	-118.2582	4
90012	Los Angeles	los-angeles	CA	037		34.0614	-118.2385	4
90013	Los Angeles	los-angeles	CA	037		34.0448	-118.2434	4
90014	Los Angeles	los-angeles	CA	037		34.0443	-118.2509	4
90015	Los Angeles	los-angeles	CA	037		34.0434	-118.2716	4
90016	Los Angeles	los-angeles	CA	037		34.0298	-118.3528	4
90017	Los Angeles	los-angeles	CA	037		34.0559	-118.2666	4
90018	Los Angeles	los-angeles	CA	037		34.029	-118.3152	4
90019	Los Angeles	los-angeles	CA	037		34.0482	-118.3343	4
90020	Los Angeles	los-angeles	CA	037		34.0665	-118.3022	4
90021	Los Angeles	los-angeles	CA	037		34.0333	-118.2447	4
90022	Los Angeles	los-angeles	CA	037		34.0245	-118.1561	4
90023	Los Angeles	los-angeles	CA	037		34.0245	-118.1975	4
90024	Los Angeles	los-angeles	CA	037		34.0637	-118.4408	4
90025	Los Angeles	los-angeles	CA	037		34.0447	-118.4487	4
90026	Los Angeles	los-angeles	CA	037		34.0766	-118.2646	4
90027	Los Angeles	los-angeles	CA	037		34.104	-118.2925	4
90028	Los Angeles	los-angeles	CA	037		34.1005	-118.3254	4
90029	Los Angeles	los-angeles	CA	037		34.09	-118.2944	4
90030	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90031	Los Angeles	los-angeles	CA	037		34.0783	-118.2113	4
90032	Los Angeles	los-angeles	CA	037		34.0818	-118.1753	4
90033	Los Angeles	los-angeles	CA	037		34.0487	-118.2084	4
90034	Los Angeles	los-angeles	CA	037		34.029	-118.4005	4
90035	Los Angeles	los-angeles	CA	037		34.0531	-118.3806	4
90036	Los Angeles	los-angeles	CA	037		34.0699	-118.3492	4
90037	Los Angeles	los-angeles	CA	037		34.003	-118.2863	4
90038	Los Angeles	los-angeles	CA	037		34.0898	-118.3215	4
90039	Los Angeles	los-angeles	CA	037		34.1121	-118.2594	4
90040	Los Angeles	los-angeles	CA	037		33.9909	-118.1532	4
90041	Los Angeles	los-angeles	CA	037		34.1339	-118.2082	4
90042	Los Angeles	los-angeles	CA	037		34.1145	-118.1929	4
90043	Los Angeles	los-angeles	CA	037		33.9871	-118.3321	4
90044	Los Angeles	los-angeles	CA	037		33.9551	-118.2901	4
90045	Los Angeles	los-angeles	CA	037		33.9631	-118.3941	4
90046	Los Angeles	los-angeles	CA	037		34.1074	-118.3652	4
90047	Los Angeles	los-angeles	CA	037		33.9569	-118.3073	4
90048	Los Angeles	los-angeles	CA	037		34.0737	-118.372	4
90049	Los Angeles	los-angeles	CA	037		34.066	-118.474	4
90050	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90051	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90052	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90053	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90054	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90055	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90056	Los Angeles	los-angeles	CA	037		33.9853	-118.3707	4
90057	Los Angeles	los-angeles	CA	037		34.0622	-118.2763	4
90058	Los Angeles	los-angeles	CA	037		33.9994	-118.2133	4
90059	Los Angeles	los-angeles	CA	037		33.9293	-118.2463	4
90060	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90061	Los Angeles	los-angeles	CA	037		33.9245	-118.2716	4
90062	Los Angeles	los-angeles	CA	037		34.0032	-118.3073	4
90063	Los Angeles	los-angeles	CA	037		34.0451	-118.1859	4
90064	Los Angeles	los-angeles	CA	037		34.0353	-118.4259	4
90065	Los Angeles	los-angeles	CA	037		34.1073	-118.2266	4
90066	Los Angeles	los-angeles	CA	037		34.003	-118.4298	4
90067	Los Angeles	los-angeles	CA	037		34.0551	-118.4095	4
90068	Los Angeles	los-angeles	CA	037		34.1156	-118.3305	4
90069	West Hollywood	west-hollywood	CA	037		34.0906	-118.3788	4
90070	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90071	Los Angeles	los-angeles	CA	037		34.0529	-118.2549	4
90072	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90073	Los Angeles	los-angeles	CA	037		33.7866	-118.2987	4
90074	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90075	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90076	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90077	Los Angeles	los-angeles	CA	037		34.1112	-118.4502	4
90078	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90079	Los Angeles	los-angeles	CA	037		33.7866	-118.2987	4
90080	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90081	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90082	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90083	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90084	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90086	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90087	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90088	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90089	Los Angeles	los-angeles	CA	037		33.7866	-118.2987	4
90090	Dodgertown	dodgertown	CA	037		34.0725	-118.2418	1
90091	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90093	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90094	Playa Vista	playa-vista	CA	037		33.9728	-118.4276	4
90095	Los Angeles	los-angeles	CA	037		33.7866	-118.2987	4
90096	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90099	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90134	Los Angeles	los-angeles	CA	037		34.0522	-118.2437	4
90189	Los Angeles	los-angeles	CA	037		34.0515	-118.2559	4
90201	Bell Gardens	bell-gardens	CA	037		33.9653	-118.1515	4
90202	Bell	bell	CA	037		33.9775	-118.187	4
90209	Beverly Hills	beverly-hills	CA	037		34.0736	-118.4004	4
90210	Beverly Hills	beverly-hills	CA	037		34.0901	-118.4065	4
90211	Beverly Hills	beverly-hills	CA	037		34.0652	-118.383	4
90212	Beverly Hills	beverly-hills	CA	037		34.0619	-118.3995	4
90213	Beverly Hills	beverly-hills	CA	037		34.0736	-118.4004	4
90220	Compton	compton	CA	037		33.8748	-118.2402	4
90221	Compton	compton	CA	037		33.8796	-118.2168	4
90222	Compton	compton	CA	037		33.9099	-118.2357	4
90223	Compton	compton	CA	037		33.8958	-118.2201	4
90224	Compton	compton	CA	037		33.7866	-118.2987	4
90230	Culver City	culver-city	CA	037		33.9949	-118.3991	4
90231	Culver City	culver-city	CA	037		34.0211	-118.3965	4
90232	Culver City	culver-city	CA	037		34.0168	-118.3973	4
90233	Culver City	culver-city	CA	037		34.0211	-118.3965	4
90239	Downey	downey	CA	037		33.94	-118.1326	4
90240	Downey	downey	CA	037		33.9581	-118.1174	4
90241	Downey	downey	CA	037		33.9416	-118.1306	4
90242	Downey	downey	CA	037		33.9218	-118.1395	4
90245	El Segundo	el-segundo	CA	037		33.9243	-118.4119	4
90247	Gardena	gardena	CA	037		33.8925	-118.2961	4
90248	Gardena	gardena	CA	037		33.8766	-118.2835	4
90249	Gardena	gardena	CA	037		33.8998	-118.3199	4
90250	Hawthorne	hawthorne	CA	037		33.9143	-118.3493	4
90251	Hawthorne	hawthorne	CA	037		33.9164	-118.3526	4
90254	Hermosa Beach	hermosa-beach	CA	037		33.8643	-118.3955	4
90255	Huntington Park	huntington-park	CA	037		33.9769	-118.2161	4
90260	Lawndale	lawndale	CA	037		33.8879	-118.351	4
90261	Lawndale	lawndale	CA	037		33.8872	-118.3526	4
90262	Lynwood	lynwood	CA	037		33.9241	-118.2013	4
90263	Malibu	malibu	CA	037		34.005	-118.8101	4
90264	Malibu	malibu	CA	037		34.005	-118.8101	4
90265	Malibu	malibu	CA	037		34.0402	-118.7351	4
90266	Manhattan Beach	manhattan-beach	CA	037		33.8896	-118.3996	4
90267	Manhattan Beach	manhattan-beach	CA	037		33.7866	-118.2987	4
90270	Maywood	maywood	CA	037		33.989	-118.1877	4
90272	Pacific Palisades	pacific-palisades	CA	037		34.0481	-118.5265	4
90274	Palos Verdes Peninsula	palos-verdes-peninsula	CA	037		33.7669	-118.3806	4
90275	Rancho Palos Verdes	rancho-palos-verdes	CA	037		33.7515	-118.367	4
90277	Redondo Beach	redondo-beach	CA	037		33.8307	-118.3832	4
90278	Redondo Beach	redondo-beach	CA	037		33.8707	-118.3715	4
90280	South Gate	south-gate	CA	037		33.9462	-118.2013	4
90290	Topanga	topanga	CA	037		34.1076	-118.6023	4
90291	Venice	venice	CA	037		33.9938	-118.4635	4
90292	Marina Del Rey	marina-del-rey	CA	037		33.9779	-118.4525	4
90293	Playa Del Rey	playa-del-rey	CA	037		33.9577	-118.4373	4
90294	Venice	venice	CA	037		33.9908	-118.4601	4
90295	Marina Del Rey	marina-del-rey	CA	037		33.7866	-118.2987	4
90296	Playa Del Rey	playa-del-rey	CA	037		33.7866	-118.2987	4
90301	Inglewood	inglewood	CA	037		33.955	-118.3556	4
90302	Inglewood	inglewood	CA	037		33.9745	-118.3548	4
90303	Inglewood	inglewood	CA	037		33.9377	-118.3321	4
90304	Inglewood	inglewood	CA	037		33.9379	-118.3586	4
90305	Inglewood	inglewood	CA	037		33.9583	-118.3259	4
90306	Inglewood	inglewood	CA	037		33.9617	-118.3531	4
90307	Inglewood	inglewood	CA	037		33.7866	-118.2987	4
90308	Inglewood	inglewood	CA	037		33.9617	-118.3531	4
90309	Inglewood	inglewood	CA	037		33.7866	-118.2987	4
90310	Inglewood	inglewood	CA	037		33.7866	-118.2987	4
90311	Inglewood	inglewood	CA	037		33.9617	-118.3531	4
90312	Inglewood	inglewood	CA	037		33.9617	-118.3531	4
90401	Santa Monica	santa-monica	CA	037		34.0176	-118.4907	4
90402	Santa Monica	santa-monica	CA	037		34.0349	-118.503	4
90403	Santa Monica	santa-monica	CA	037		34.0287	-118.4924	4
90404	Santa Monica	santa-monica	CA	037		34.0268	-118.4733	4
90405	Santa Monica	santa-monica	CA	037		34.01	-118.4717	4
90406	Santa Monica	santa-monica	CA	037		34.0195	-118.4912	4
90407	Santa Monica	santa-monica	CA	037		34.0195	-118.4912	4
90408	Santa Monica	santa-monica	CA	037		34.0195	-118.4912	4
90409	Santa Monica	santa-monica	CA	037		34.0195	-118.4912	4
90410	Santa Monica	santa-monica	CA	037		34.0195	-118.4912	4
90411	Santa Monica	santa-monica	CA	037		34.0195	-118.4912	4
90501	Torrance	torrance	CA	037		33.8268	-118.3118	4
90502	Torrance	torrance	CA	037		33.8286	-118.292	4
90503	Torrance	torrance	CA	037		33.8397	-118.3542	4
90504	Torrance	torrance	CA	037		33.8708	-118.3295	4
90505	Torrance	torrance	CA	037		33.8106	-118.3507	4
90506	Torrance	torrance	CA	037		33.7866	-118.2987	4
90507	Torrance	torrance	CA	037		33.7866	-118.2987	4
90508	Torrance	torrance	CA	037		33.7866	-118.2987	4
90509	Torrance	torrance	CA	037		33.7866	-118.2987	4
90510	Torrance	torrance	CA	037		33.7866	-118.2987	4
90601	Whittier	whittier	CA	037		34.0011	-118.0371	4
90602	Whittier	whittier	CA	037		33.9693	-118.0337	4
90603	Whittier	whittier	CA	037		33.9432	-117.9927	4
90604	Whittier	whittier	CA	037		33.9299	-118.0121	4
90605	Whittier	whittier	CA	037		33.9413	-118.0356	4
90606	Whittier	whittier	CA	037		33.9777	-118.0658	4
90607	Whittier	whittier	CA	037		33.9792	-118.0328	4
90608	Whittier	whittier	CA	037		33.9792	-118.0328	4
90609	Whittier	whittier	CA	037		33.9792	-118.0328	4
90610	Whittier	whittier	CA	037		33.9792	-118.0328	4
90637	La Mirada	la-mirada	CA	037		33.9172	-118.012	4
90638	La Mirada	la-mirada	CA	037		33.9067	-118.0101	4
90639	La Mirada	la-mirada	CA	037		33.9058	-118.0182	4
90640	Montebello	montebello	CA	037		34.0133	-118.113	4
90650	Norwalk	norwalk	CA	037		33.9056	-118.0818	4
90651	Norwalk	norwalk	CA	037		33.9022	-118.0817	4
90652	Norwalk	norwalk	CA	037		33.9022	-118.0817	4
90660	Pico Rivera	pico-rivera	CA	037		33.9886	-118.0883	4
90661	Pico Rivera	pico-rivera	CA	037		33.9831	-118.0967	4
90662	Pico Rivera	pico-rivera	CA	037		33.9831	-118.0967	4
90670	Santa Fe Springs	santa-fe-springs	CA	037		33.9464	-118.0838	4
90671	Santa Fe Springs	santa-fe-springs	CA	037		33.9472	-118.0853	4
90701	Artesia	artesia	CA	037		33.8654	-118.0731	4
90702	Artesia	artesia	CA	037		33.8658	-118.0831	4
90703	Cerritos	cerritos	CA	037		33.8669	-118.0686	4
90704	Avalon	avalon	CA	037		33.332	-118.3437	4
90706	Bellflower	bellflower	CA	037		33.8867	-118.1265	4
90707	Bellflower	bellflower	CA	037		33.8817	-118.117	4
90710	Harbor City	harbor-city	CA	037		33.797	-118.2991	4
90711	Lakewood	lakewood	CA	037		33.7866	-118.2987	4
90712	Lakewood	lakewood	CA	037		33.8512	-118.1457	4
90713	Lakewood	lakewood	CA	037		33.8473	-118.1115	4
90714	Lakewood	lakewood	CA	037		33.8512	-118.1339	4
90715	Lakewood	lakewood	CA	037		33.8405	-118.0767	4
90716	Hawaiian Gardens	hawaiian-gardens	CA	037		33.8296	-118.073	4
90717	Lomita	lomita	CA	037		33.7938	-118.3172	4
90723	Paramount	paramount	CA	037		33.8969	-118.1632	4
90731	San Pedro	san-pedro	CA	037		33.7339	-118.2914	4
90732	San Pedro	san-pedro	CA	037		33.742	-118.3121	4
90733	San Pedro	san-pedro	CA	037		33.7866	-118.2987	4
90734	San Pedro	san-pedro	CA	037		33.7866	-118.2987	4
90744	Wilmington	wilmington	CA	037		33.7855	-118.2645	4
90745	Carson	carson	CA	037		33.823	-118.2684	4
90746	Carson	carson	CA	037		33.8584	-118.2554	4
90747	Carson	carson	CA	037		33.8671	-118.2538	4
90748	Wilmington	wilmington	CA	037		33.78	-118.2626	4
90749	Carson	carson	CA	037		33.7866	-118.2987	4
90755	Signal Hill	signal-hill	CA	037		33.8029	-118.1677	4
90801	Long Beach	long-beach	CA	037		33.767	-118.1892	4
90802	Long Beach	long-beach	CA	037		33.7706	-118.182	4
90803	Long Beach	long-beach	CA	037		33.7619	-118.1341	4
90804	Long Beach	long-beach	CA	037		33.7857	-118.1357	4
90805	Long Beach	long-beach	CA	037		33.8635	-118.1801	4
90806	Long Beach	long-beach	CA	037		33.8045	-118.1876	4
90807	Long Beach	long-beach	CA	037		33.8315	-118.1811	4
90808	Long Beach	long-beach	CA	037		33.8241	-118.1103	4
90809	Long Beach	long-beach	CA	037		33.7866	-118.2987	4
90810	Long Beach	long-beach	CA	037		33.8193	-118.2325	4
90813	Long Beach	long-beach	CA	037		33.782	-118.1835	4
90814	Long Beach	long-beach	CA	037		33.7716	-118.148	4
90815	Long Beach	long-beach	CA	037		33.7939	-118.1192	4
90822	Long Beach	long-beach	CA	037		33.7927	-118.1638	4
90831	Long Beach	long-beach	CA	037		33.7678	-118.1994	4
90832	Long Beach	long-beach	CA	037		33.767	-118.1892	4
90833	Long Beach	long-beach	CA	037		33.7678	-118.1994	4
90834	Long Beach	long-beach	CA	037		33.7678	-118.1994	4
90835	Long Beach	long-beach	CA	037		33.7678	-118.1994	4
90840	Long Beach	long-beach	CA	037		33.7843	-118.1157	4
90842	Long Beach	long-beach	CA	037		33.7866	-118.2987	4
90844	Long Beach	long-beach	CA	037		33.767	-118.1892	4
90846	Long Beach	long-beach	CA	037		33.8249	-118.1504	4
90847	Long Beach	long-beach	CA	037		33.7866	-118.2987	4
90848	Long Beach	long-beach	CA	037		33.7866	-118.2987	4
90853	Long Beach	long-beach	CA	037		33.7866	-118.2987	4
90895	Carson	carson	CA	037		33.8392	-118.2202	4
90899	Long Beach	long-beach	CA	037		33.767	-118.1892	4
91001	Altadena	altadena	CA	037		34.1912	-118.1392	4
91003	Altadena	altadena	CA	037		34.1897	-118.1312	4
91006	Arcadia	arcadia	CA	037		34.1324	-118.0264	4
91007	Arcadia	arcadia	CA	037		34.1243	-118.0515	4
91008	Duarte	duarte	CA	037		34.149	-117.9644	4
91009	Duarte	duarte	CA	037		34.1395	-117.9773	4
91010	Duarte	duarte	CA	037		34.1407	-117.9567	4
91011	La Canada Flintridge	la-canada-flintridge	CA	037		34.2217	-118.2051	4
91012	La Canada Flintridge	la-canada-flintridge	CA	037		34.1992	-118.1879	4
91016	Monrovia	monrovia	CA	037		34.144	-118.0014	4
91017	Monrovia	monrovia	CA	037		34.1481	-117.999	4
91020	Montrose	montrose	CA	037		34.2114	-118.2305	4
91021	Montrose	montrose	CA	037		34.2064	-118.2242	4
91023	Mount Wilson	mount-wilson	CA	037		34.2264	-118.0662	4
91024	Sierra Madre	sierra-madre	CA	037		34.1651	-118.0519	4
91025	Sierra Madre	sierra-madre	CA	037		34.1617	-118.0528	4
91030	South Pasadena	south-pasadena	CA	037		34.1109	-118.1547	4
91031	South Pasadena	south-pasadena	CA	037		34.1161	-118.1503	4
91040	Sunland	sunland	CA	037		34.2618	-118.3371	4
91041	Sunland	sunland	CA	037		34.2669	-118.3023	4
91042	Tujunga	tujunga	CA	037		34.2544	-118.2849	4
91043	Tujunga	tujunga	CA	037		34.2522	-118.2884	4
91046	Verdugo City	verdugo-city	CA	037		34.2114	-118.2395	4
91066	Arcadia	arcadia	CA	037		34.1397	-118.0353	4
91077	Arcadia	arcadia	CA	037		34.1397	-118.0353	4
91101	Pasadena	pasadena	CA	037		34.1468	-118.1391	4
91102	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91103	Pasadena	pasadena	CA	037		34.1669	-118.1551	4
91104	Pasadena	pasadena	CA	037		34.1678	-118.1261	4
91105	Pasadena	pasadena	CA	037		34.1355	-118.1636	4
91106	Pasadena	pasadena	CA	037		34.1435	-118.1266	4
91107	Pasadena	pasadena	CA	037		34.151	-118.0889	4
91108	San Marino	san-marino	CA	037		34.1207	-118.1117	4
91109	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91110	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91114	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91115	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91116	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91117	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91118	San Marino	san-marino	CA	037		34.1214	-118.1065	4
91121	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91123	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91124	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91125	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91126	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91129	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91182	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91184	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91185	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91188	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91189	Pasadena	pasadena	CA	037		34.1478	-118.1445	4
91199	Pasadena	pasadena	CA	037		34.1478	-118.1436	4
91201	Glendale	glendale	CA	037		34.1716	-118.2899	4
91202	Glendale	glendale	CA	037		34.1652	-118.2656	4
91203	Glendale	glendale	CA	037		34.1517	-118.2636	4
91204	Glendale	glendale	CA	037		34.1379	-118.2599	4
91205	Glendale	glendale	CA	037		34.1378	-118.2425	4
91206	Glendale	glendale	CA	037		34.1556	-118.2322	4
91207	Glendale	glendale	CA	037		34.1649	-118.2451	4
91208	Glendale	glendale	CA	037		34.1921	-118.235	4
91209	Glendale	glendale	CA	037		34.1425	-118.2551	4
91210	Glendale	glendale	CA	037		34.1425	-118.2551	4
91214	La Crescenta	la-crescenta	CA	037		34.2316	-118.2457	4
91221	Glendale	glendale	CA	037		34.1425	-118.2551	4
91222	Glendale	glendale	CA	037		34.1425	-118.2551	4
91224	La Crescenta	la-crescenta	CA	037		34.2242	-118.2401	4
91225	Glendale	glendale	CA	037		34.1425	-118.2551	4
91226	Glendale	glendale	CA	037		34.1425	-118.2551	4
91301	Agoura Hills	agoura-hills	CA	037		34.1227	-118.7573	4
91302	Calabasas	calabasas	CA	037		34.1419	-118.6641	4
91303	Canoga Park	canoga-park	CA	037		34.1993	-118.5983	4
91304	Canoga Park	canoga-park	CA	037		34.2197	-118.6111	4
91305	Canoga Park	canoga-park	CA	037		34.2011	-118.5981	4
91306	Winnetka	winnetka	CA	037		34.2092	-118.5749	4
91307	West Hills	west-hills	CA	037		34.1963	-118.6389	4
91308	West Hills	west-hills	CA	037		34.1973	-118.644	4
91309	Canoga Park	canoga-park	CA	037		34.2011	-118.5981	4
91310	Castaic	castaic	CA	037		34.4889	-118.6229	4
91311	Chatsworth	chatsworth	CA	037		34.2583	-118.5914	4
91313	Chatsworth	chatsworth	CA	037		34.2572	-118.6012	4
91316	Encino	encino	CA	037		34.1655	-118.5175	4
91321	Newhall	newhall	CA	037		34.3795	-118.523	4
91322	Newhall	newhall	CA	037		34.3847	-118.5309	4
91324	Northridge	northridge	CA	037		34.2367	-118.5466	4
91325	Northridge	northridge	CA	037		34.2353	-118.5188	4
91326	Porter Ranch	porter-ranch	CA	037		34.2619	-118.582	1
91327	Northridge	northridge	CA	037		34.2283	-118.5368	4
91328	Northridge	northridge	CA	037		34.2283	-118.5368	4
91329	Northridge	northridge	CA	037		34.2283	-118.5368	4
91330	Northridge	northridge	CA	037		34.2283	-118.5368	4
91331	Pacoima	pacoima	CA	037		34.2556	-118.4208	4
91333	Pacoima	pacoima	CA	037		34.2625	-118.427	4
91334	Pacoima	pacoima	CA	037		34.2625	-118.427	4
91335	Reseda	reseda	CA	037		34.2007	-118.5391	4
91337	Reseda	reseda	CA	037		34.2011	-118.5365	4
91340	San Fernando	san-fernando	CA	037		34.2875	-118.4352	4
91341	San Fernando	san-fernando	CA	037		34.2819	-118.439	4
91342	Sylmar	sylmar	CA	037		34.3054	-118.4322	4
91343	North Hills	north-hills	CA	037		34.2366	-118.4758	4
91344	Granada Hills	granada-hills	CA	037		34.2771	-118.4992	4
91345	Mission Hills	mission-hills	CA	037		34.2619	-118.4587	4
91346	Mission Hills	mission-hills	CA	037		34.2572	-118.467	4
91350	Santa Clarita	santa-clarita	CA	037		34.4336	-118.5007	4
91351	Canyon Country	canyon-country	CA	037		34.4262	-118.449	4
91352	Sun Valley	sun-valley	CA	037		34.2209	-118.3699	4
91353	Sun Valley	sun-valley	CA	037		34.2175	-118.3704	4
91354	Valencia	valencia	CA	037		34.4466	-118.5374	4
91355	Valencia	valencia	CA	037		34.3985	-118.5535	4
91356	Tarzana	tarzana	CA	037		34.1671	-118.5414	4
91357	Tarzana	tarzana	CA	037		34.1733	-118.554	4
91364	Woodland Hills	woodland-hills	CA	037		34.1557	-118.6	4
91365	Woodland Hills	woodland-hills	CA	037		34.1683	-118.6059	4
91367	Woodland Hills	woodland-hills	CA	037		34.1767	-118.6159	4
91371	Woodland Hills	woodland-hills	CA	037		34.1683	-118.6059	4
91372	Calabasas	calabasas	CA	037		34.1578	-118.6384	4
91376	Agoura Hills	agoura-hills	CA	037		34.1364	-118.7745	4
91380	Santa Clarita	santa-clarita	CA	037		34.3917	-118.5426	4
91381	Stevenson Ranch	stevenson-ranch	CA	037		34.3775	-118.6131	4
91382	Santa Clarita	santa-clarita	CA	037		34.3917	-118.5426	4
91383	Santa Clarita	santa-clarita	CA	037		34.3917	-118.5426	4
91384	Castaic	castaic	CA	037		34.4827	-118.6254	4
91385	Valencia	valencia	CA	037		34.4436	-118.6095	4
91386	Canyon Country	canyon-country	CA	037		34.4233	-118.472	4
91387	Canyon Country	canyon-country	CA	037		34.4132	-118.426	4
91390	Santa Clarita	santa-clarita	CA	037		34.4684	-118.5261	4
91392	Sylmar	sylmar	CA	037		34.3078	-118.4492	4
91393	North Hills	north-hills	CA	037		34.2364	-118.4847	4
91394	Granada Hills	granada-hills	CA	037		34.2647	-118.5231	4
91395	Mission Hills	mission-hills	CA	037		34.2572	-118.467	4
91396	Winnetka	winnetka	CA	037		34.2133	-118.572	4
91401	Van Nuys	van-nuys	CA	037		34.1802	-118.4324	4
91402	Panorama City	panorama-city	CA	037		34.2262	-118.447	4
91403	Sherman Oaks	sherman-oaks	CA	037		34.1514	-118.4603	4
91404	Van Nuys	van-nuys	CA	037		34.1867	-118.449	4
91405	Van Nuys	van-nuys	CA	037		34.2001	-118.4456	4
91406	Van Nuys	van-nuys	CA	037		34.2006	-118.4868	4
91407	Van Nuys	van-nuys	CA	037		34.1867	-118.449	4
91408	Van Nuys	van-nuys	CA	037		34.1867	-118.449	4
91409	Van Nuys	van-nuys	CA	037		34.1867	-118.449	4
91410	Van Nuys	van-nuys	CA	037		34.1867	-118.449	4
91411	Van Nuys	van-nuys	CA	037		34.1781	-118.4574	4
91412	Panorama City	panorama-city	CA	037		34.2247	-118.4498	4
91413	Sherman Oaks	sherman-oaks	CA	037		34.1511	-118.4492	4
91416	Encino	encino	CA	037		34.1592	-118.5012	4
91423	Sherman Oaks	sherman-oaks	CA	037		34.1526	-118.4322	4
91426	Encino	encino	CA	037		34.1592	-118.5012	4
91436	Encino	encino	CA	037		34.151	-118.4882	4
91470	Van Nuys	van-nuys	CA	037		34.1867	-118.449	4
91482	Van Nuys	van-nuys	CA	037		34.1867	-118.449	4
91495	Sherman Oaks	sherman-oaks	CA	037		34.1511	-118.4492	4
91496	Van Nuys	van-nuys	CA	037		34.1867	-118.449	4
91499	Van Nuys	van-nuys	CA	037		34.1867	-118.449	4
91501	Burbank	burbank	CA	037		34.1862	-118.3009	4
91502	Burbank	burbank	CA	037		34.1745	-118.3059	4
91503	Burbank	burbank	CA	037		34.1808	-118.309	4
91504	Burbank	burbank	CA	037		34.2001	-118.3264	4
91505	Burbank	burbank	CA	037		34.169	-118.3442	4
91506	Burbank	burbank	CA	037		34.1717	-118.3231	4
91507	Burbank	burbank	CA	037		34.1808	-118.309	4
91508	Burbank	burbank	CA	037		34.1808	-118.309	4
91510	Burbank	burbank	CA	037		34.1808	-118.309	4
91521	Burbank	burbank	CA	037		34.1808	-118.309	4
91522	Burbank	burbank	CA	037		34.1808	-118.309	4
91523	Burbank	burbank	CA	037		34.1808	-118.309	4
91526	Burbank	burbank	CA	037		34.1808	-118.309	4
91601	North Hollywood	north-hollywood	CA	037		34.1687	-118.3713	4
91602	North Hollywood	north-hollywood	CA	037		34.151	-118.3663	4
91603	North Hollywood	north-hollywood	CA	037		34.1722	-118.379	4
91604	Studio City	studio-city	CA	037		34.143	-118.3913	4
91605	North Hollywood	north-hollywood	CA	037		34.2057	-118.4001	4
91606	North Hollywood	north-hollywood	CA	037		34.1872	-118.3865	4
91607	Valley Village	valley-village	CA	037		34.1672	-118.3989	4
91608	Universal City	universal-city	CA	037		34.1383	-118.3528	4
91609	North Hollywood	north-hollywood	CA	037		34.1722	-118.379	4
91610	Toluca Lake	toluca-lake	CA	037		33.7866	-118.2987	1
91611	North Hollywood	north-hollywood	CA	037		34.1722	-118.379	4
91612	North Hollywood	north-hollywood	CA	037		34.1722	-118.379	4
91614	Studio City	studio-city	CA	037		34.1486	-118.3965	4
91615	North Hollywood	north-hollywood	CA	037		34.1722	-118.379	4
91616	North Hollywood	north-hollywood	CA	037		34.1722	-118.379	4
91617	Valley Village	valley-village	CA	037		34.1649	-118.3965	4
91618	North Hollywood	north-hollywood	CA	037		34.1722	-118.379	4
91702	Azusa	azusa	CA	037		34.1248	-117.9031	4
91706	Baldwin Park	baldwin-park	CA	037		34.0964	-117.9682	4
91711	Claremont	claremont	CA	037		34.1092	-117.7183	4
91714	City Of Industry	city-of-industry	CA	037		34.0197	-117.9587	4
91715	City Of Industry	city-of-industry	CA	037		34.0197	-117.9587	4
91716	City Of Industry	city-of-industry	CA	037		34.0197	-117.9587	4
91722	Covina	covina	CA	037		34.0972	-117.9065	4
91723	Covina	covina	CA	037		34.086	-117.8843	4
91724	Covina	covina	CA	037		34.0938	-117.856	4
91731	El Monte	el-monte	CA	037		34.0791	-118.0371	4
91732	El Monte	el-monte	CA	037		34.0705	-118.0149	4
91733	South El Monte	south-el-monte	CA	037		34.0557	-118.0444	4
91734	El Monte	el-monte	CA	037		34.0686	-118.0276	4
91735	El Monte	el-monte	CA	037		34.0686	-118.0276	4
91740	Glendora	glendora	CA	037		34.1287	-117.8552	4
91741	Glendora	glendora	CA	037		34.1537	-117.8437	4
91744	La Puente	la-puente	CA	037		34.0289	-117.9373	4
91745	Hacienda Heights	hacienda-heights	CA	037		33.9977	-117.9652	4
91746	La Puente	la-puente	CA	037		34.0443	-117.9862	4
91747	La Puente	la-puente	CA	037		34.02	-117.9495	4
91748	Rowland Heights	rowland-heights	CA	037		33.9818	-117.8969	4
91749	La Puente	la-puente	CA	037		34.02	-117.9495	4
91750	La Verne	la-verne	CA	037		34.1159	-117.7708	4
91754	Monterey Park	monterey-park	CA	037		34.0534	-118.1271	4
91755	Monterey Park	monterey-park	CA	037		34.048	-118.115	4
91756	Monterey Park	monterey-park	CA	037		34.0625	-118.1228	4
91759	Mount Baldy	mount-baldy	CA	037		34.2361	-117.6601	1
91765	Diamond Bar	diamond-bar	CA	037		34.0066	-117.8098	4
91766	Pomona	pomona	CA	037		34.0418	-117.7569	4
91767	Pomona	pomona	CA	037		34.0812	-117.7362	4
91768	Pomona	pomona	CA	037		34.0662	-117.7763	4
91769	Pomona	pomona	CA	037		34.0553	-117.7523	4
91770	Rosemead	rosemead	CA	037		34.0658	-118.0853	4
91771	Rosemead	rosemead	CA	037		34.0806	-118.0728	4
91772	Rosemead	rosemead	CA	037		34.0806	-118.0728	4
91773	San Dimas	san-dimas	CA	037		34.1023	-117.8169	4
91775	San Gabriel	san-gabriel	CA	037		34.1155	-118.0857	4
91776	San Gabriel	san-gabriel	CA	037		34.089	-118.0955	4
91778	San Gabriel	san-gabriel	CA	037		34.0961	-118.1058	4
91780	Temple City	temple-city	CA	037		34.1016	-118.0537	4
91788	Walnut	walnut	CA	037		34.0203	-117.8653	4
91789	Walnut	walnut	CA	037		34.0183	-117.8546	4
91790	West Covina	west-covina	CA	037		34.0673	-117.9366	4
91791	West Covina	west-covina	CA	037		34.0653	-117.8978	4
91792	West Covina	west-covina	CA	037		34.0229	-117.8975	4
91793	West Covina	west-covina	CA	037		34.0686	-117.939	4
91801	Alhambra	alhambra	CA	037		34.0914	-118.1293	4
91802	Alhambra	alhambra	CA	037		34.0953	-118.127	4
91803	Alhambra	alhambra	CA	037		34.0745	-118.1434	4
91804	Alhambra	alhambra	CA	037		34.0953	-118.127	4
91896	Alhambra	alhambra	CA	037		34.0953	-118.127	4
91899	Alhambra	alhambra	CA	037		34.0953	-118.127	4
93510	Acton	acton	CA	037		34.4835	-118.1959	4
93532	Lake Hughes	lake-hughes	CA	037		34.6847	-118.5442	4
93534	Lancaster	lancaster	CA	037		34.6909	-118.1491	4
93535	Lancaster	lancaster	CA	037		34.7131	-117.8783	4
93536	Lancaster	lancaster	CA	037		34.7471	-118.3687	4
93539	Lancaster	lancaster	CA	037		34.698	-118.1367	4
93543	Littlerock	littlerock	CA	037		34.4891	-117.9708	4
93544	Llano	llano	CA	037		34.493	-117.7543	4
93550	Palmdale	palmdale	CA	037		34.4133	-118.0917	4
93551	Palmdale	palmdale	CA	037		34.6017	-118.231	4
93552	Palmdale	palmdale	CA	037		34.5715	-118.0231	4
93553	Pearblossom	pearblossom	CA	037		34.4225	-117.9055	4
93563	Valyermo	valyermo	CA	037		34.3966	-117.7604	4
93584	Lancaster	lancaster	CA	037		34.698	-118.1367	4
93586	Lancaster	lancaster	CA	037		34.698	-118.1367	4
93590	Palmdale	palmdale	CA	037		34.5794	-118.1165	4
93591	Palmdale	palmdale	CA	037		34.6019	-117.8123	4
93599	Palmdale	palmdale	CA	037		34.5794	-118.1165	4
93601	Ahwahnee	ahwahnee	CA	039		37.4076	-119.7233	4
93604	Bass Lake	bass-lake	CA	039		37.3244	-119.5568	4
93610	Chowchilla	chowchilla	CA	039		37.1014	-120.2691	4
93614	Coarsegold	coarsegold	CA	039		37.2214	-119.7455	4
93637	Madera	madera	CA	039		36.9403	-120.082	4
93638	Madera	madera	CA	039		37.0402	-120.0335	4
93639	Madera	madera	CA	039		36.9613	-120.0607	4
93643	North Fork	north-fork	CA	039		37.2125	-119.5143	4
93644	Oakhurst	oakhurst	CA	039		37.3476	-119.6449	4
93645	O Neals	o-neals	CA	039		37.1639	-119.6652	4
93653	Raymond	raymond	CA	039		37.279	-119.8766	4
93669	Wishon	wishon	CA	039		37.281	-119.557	1
94901	San Rafael	san-rafael	CA	041		37.9691	-122.5105	4
94903	San Rafael	san-rafael	CA	041		38.0339	-122.5855	4
94904	Greenbrae	greenbrae	CA	041		37.9479	-122.5363	4
94912	San Rafael	san-rafael	CA	041		37.9735	-122.5311	4
94913	San Rafael	san-rafael	CA	041		37.9735	-122.5311	4
94914	Kentfield	kentfield	CA	041		37.9521	-122.5572	4
94915	San Rafael	san-rafael	CA	041		38.0739	-122.5594	4
94920	Belvedere Tiburon	belvedere-tiburon	CA	041		37.8843	-122.4637	1
94924	Bolinas	bolinas	CA	041		37.9079	-122.6947	4
94925	Corte Madera	corte-madera	CA	041		37.9223	-122.5132	4
94929	Dillon Beach	dillon-beach	CA	041		38.2508	-122.9653	4
94930	Fairfax	fairfax	CA	041		37.9883	-122.5937	4
94933	Forest Knolls	forest-knolls	CA	041		38.0122	-122.6907	4
94937	Inverness	inverness	CA	041		38.1126	-122.8877	4
94938	Lagunitas	lagunitas	CA	041		38.0139	-122.7016	4
94939	Larkspur	larkspur	CA	041		37.9367	-122.5362	4
94940	Marshall	marshall	CA	041		38.1762	-122.89	4
94941	Mill Valley	mill-valley	CA	041		37.8958	-122.5339	4
94942	Mill Valley	mill-valley	CA	041		37.906	-122.545	4
94945	Novato	novato	CA	041		38.1163	-122.5714	4
94946	Nicasio	nicasio	CA	041		38.0546	-122.6964	4
94947	Novato	novato	CA	041		38.0973	-122.5837	4
94948	Novato	novato	CA	041		38.1489	-122.5737	4
94949	Novato	novato	CA	041		38.0618	-122.5404	4
94950	Olema	olema	CA	041		38.0467	-122.7699	4
94956	Point Reyes Station	point-reyes-station	CA	041		38.0691	-122.8069	4
94957	Ross	ross	CA	041		37.9624	-122.555	4
94960	San Anselmo	san-anselmo	CA	041		37.9846	-122.5711	4
94963	San Geronimo	san-geronimo	CA	041		38.0133	-122.6639	4
94964	San Quentin	san-quentin	CA	041		37.9416	-122.4844	4
94965	Sausalito	sausalito	CA	041		37.8601	-122.4946	4
94966	Sausalito	sausalito	CA	041		37.8591	-122.4853	4
94970	Stinson Beach	stinson-beach	CA	041		37.902	-122.6393	4
94971	Tomales	tomales	CA	041		38.2427	-122.9145	4
94973	Woodacre	woodacre	CA	041		38.0069	-122.6382	4
94974	San Quentin	san-quentin	CA	041		37.9413	-122.485	4
94976	Corte Madera	corte-madera	CA	041		37.9255	-122.5275	4
94977	Larkspur	larkspur	CA	041		37.9341	-122.5353	4
94978	Fairfax	fairfax	CA	041		37.9871	-122.5889	4
94979	San Anselmo	san-anselmo	CA	041		37.9746	-122.5616	4
94998	Novato	novato	CA	041		38.1173	-122.5684	4
93623	Fish Camp	fish-camp	CA	043		37.4785	-119.6404	4
95306	Catheys Valley	catheys-valley	CA	043		37.4404	-120.1438	4
95311	Coulterville	coulterville	CA	043		37.7197	-120.1197	4
95318	El Portal	el-portal	CA	043		37.6747	-119.7841	4
95325	Hornitos	hornitos	CA	043		37.4676	-120.2793	4
95338	Mariposa	mariposa	CA	043		37.4931	-119.9219	4
95345	Midpines	midpines	CA	043		37.5757	-119.9601	4
95389	Yosemite National Park	yosemite-national-park	CA	043		37.7314	-119.6489	1
95410	Albion	albion	CA	045		39.2131	-123.72	4
95415	Boonville	boonville	CA	045		39.0197	-123.3856	4
95417	Branscomb	branscomb	CA	045		39.6949	-123.5527	4
95418	Calpella	calpella	CA	045		39.2214	-123.2154	4
95420	Caspar	caspar	CA	045		39.3629	-123.7944	4
95427	Comptche	comptche	CA	045		39.2767	-123.5873	4
95428	Covelo	covelo	CA	045		39.82	-123.0585	4
95429	Dos Rios	dos-rios	CA	045		39.7168	-123.3533	4
95432	Elk	elk	CA	045		39.1593	-123.7219	4
95437	Fort Bragg	fort-bragg	CA	045		39.4402	-123.7703	4
95445	Gualala	gualala	CA	045		38.8251	-123.5399	4
95449	Hopland	hopland	CA	045		38.938	-123.0703	4
95454	Laytonville	laytonville	CA	045		39.6627	-123.4929	4
95456	Little River	little-river	CA	045		39.2707	-123.7883	4
95459	Manchester	manchester	CA	045		39.0097	-123.6523	4
95460	Mendocino	mendocino	CA	045		39.3173	-123.7739	4
95463	Navarro	navarro	CA	045		39.185	-123.5268	4
95466	Philo	philo	CA	045		39.0657	-123.445	4
95468	Point Arena	point-arena	CA	045		38.9152	-123.6	4
95469	Potter Valley	potter-valley	CA	045		39.3932	-123.0647	4
95470	Redwood Valley	redwood-valley	CA	045		39.2779	-123.2243	4
95481	Talmage	talmage	CA	045		39.1269	-123.1658	4
95482	Ukiah	ukiah	CA	045		39.1552	-123.1951	4
95488	Westport	westport	CA	045		39.6843	-123.7686	4
95490	Willits	willits	CA	045		39.4493	-123.3679	4
95494	Yorkville	yorkville	CA	045		38.9235	-123.2973	4
95585	Leggett	leggett	CA	045		39.8481	-123.6615	4
95587	Piercy	piercy	CA	045		39.9465	-123.7552	4
93620	Dos Palos	dos-palos	CA	047		37.0025	-120.6333	4
93635	Los Banos	los-banos	CA	047		37.0627	-120.8544	4
93636	Madera	madera	CA	047		36.9528	-119.8806	4
93661	Santa Rita Park	santa-rita-park	CA	047		37.1869	-120.6504	4
93665	South Dos Palos	south-dos-palos	CA	047		36.9644	-120.6532	4
95301	Atwater	atwater	CA	047		37.3489	-120.6028	4
95303	Ballico	ballico	CA	047		37.4548	-120.6931	4
95312	Cressey	cressey	CA	047		37.4197	-120.6663	4
95315	Delhi	delhi	CA	047		37.4273	-120.7752	4
95317	El Nido	el-nido	CA	047		37.1391	-120.5251	4
95322	Gustine	gustine	CA	047		37.2001	-121.0047	4
95324	Hilmar	hilmar	CA	047		37.4002	-120.8723	4
95333	Le Grand	le-grand	CA	047		37.2496	-120.2667	4
95334	Livingston	livingston	CA	047		37.3763	-120.7252	4
95340	Merced	merced	CA	047		37.2983	-120.4649	4
95341	Merced	merced	CA	047		37.2308	-120.5144	4
95343	Merced	merced	CA	047		37.3082	-120.48	4
95344	Merced	merced	CA	047		37.3082	-120.48	4
95348	Merced	merced	CA	047		37.3302	-120.508	4
95365	Planada	planada	CA	047		37.2908	-120.3185	4
95369	Snelling	snelling	CA	047		37.5354	-120.378	4
95374	Stevinson	stevinson	CA	047		37.3283	-120.8764	4
95388	Winton	winton	CA	047		37.4014	-120.6045	4
96006	Adin	adin	CA	049		41.2175	-120.9432	4
96015	Canby	canby	CA	049		41.4664	-120.9218	4
96054	Lookout	lookout	CA	049		41.2347	-121.2156	4
96101	Alturas	alturas	CA	049		41.4767	-120.5456	4
96104	Cedarville	cedarville	CA	049		41.4759	-120.1516	4
96108	Davis Creek	davis-creek	CA	049		41.7336	-120.3741	1
96110	Eagleville	eagleville	CA	049		41.3163	-120.1158	4
96112	Fort Bidwell	fort-bidwell	CA	049		41.8644	-120.162	1
96115	Lake City	lake-city	CA	049		41.6682	-120.1814	4
96116	Likely	likely	CA	049		41.2329	-120.5079	4
93512	Benton	benton	CA	051		37.8926	-118.5647	4
93517	Bridgeport	bridgeport	CA	051		38.2566	-119.208	1
93529	June Lake	june-lake	CA	051		37.7773	-119.0825	1
93541	Lee Vining	lee-vining	CA	051		37.989	-119.1234	1
93546	Mammoth Lakes	mammoth-lakes	CA	051		37.6094	-118.8656	4
96107	Coleville	coleville	CA	051		38.5029	-119.4828	4
96133	Topaz	topaz	CA	051		38.6415	-119.5122	1
93426	Bradley	bradley	CA	053		35.8093	-120.9728	4
93450	San Ardo	san-ardo	CA	053		35.9857	-120.8612	4
93901	Salinas	salinas	CA	053		36.6677	-121.6596	4
93902	Salinas	salinas	CA	053		36.6777	-121.6555	4
93905	Salinas	salinas	CA	053		36.6811	-121.6176	4
93906	Salinas	salinas	CA	053		36.7103	-121.6438	4
93907	Salinas	salinas	CA	053		36.7563	-121.6703	4
93908	Salinas	salinas	CA	053		36.6011	-121.6729	4
93912	Salinas	salinas	CA	053		36.6777	-121.6555	4
93915	Salinas	salinas	CA	053		36.6777	-121.6555	4
93920	Big Sur	big-sur	CA	053		36.2458	-121.7009	4
93921	Carmel By The Sea	carmel-by-the-sea	CA	053		36.5552	-121.9233	4
93922	Carmel	carmel	CA	053		36.5433	-121.9263	4
93923	Carmel	carmel	CA	053		36.5457	-121.8949	4
93924	Carmel Valley	carmel-valley	CA	053		36.4787	-121.7244	4
93925	Chualar	chualar	CA	053		36.595	-121.432	4
93926	Gonzales	gonzales	CA	053		36.49	-121.4103	4
93927	Greenfield	greenfield	CA	053		36.3202	-121.2451	4
93928	Jolon	jolon	CA	053		35.9708	-121.176	4
93930	King City	king-city	CA	053		36.2028	-121.1273	4
93932	Lockwood	lockwood	CA	053		35.95	-121.0626	4
93933	Marina	marina	CA	053		36.6849	-121.7934	4
93940	Monterey	monterey	CA	053		36.5802	-121.8443	4
93942	Monterey	monterey	CA	053		36.6002	-121.8947	4
93943	Monterey	monterey	CA	053		36.597	-121.8741	4
93944	Monterey	monterey	CA	053		36.6062	-121.9089	4
93950	Pacific Grove	pacific-grove	CA	053		36.6167	-121.922	4
93953	Pebble Beach	pebble-beach	CA	053		36.5907	-121.942	4
93954	San Lucas	san-lucas	CA	053		36.1289	-121.0205	4
93955	Seaside	seaside	CA	053		36.6217	-121.7935	4
93960	Soledad	soledad	CA	053		36.4196	-121.3243	4
93962	Spreckels	spreckels	CA	053		36.6261	-121.6555	4
95004	Aromas	aromas	CA	053		36.8769	-121.6324	4
95012	Castroville	castroville	CA	053		36.7658	-121.758	4
95039	Moss Landing	moss-landing	CA	053		36.8175	-121.7773	4
94503	American Canyon	american-canyon	CA	055		38.1668	-122.2553	4
94508	Angwin	angwin	CA	055		38.5769	-122.4477	4
94515	Calistoga	calistoga	CA	055		38.5823	-122.5814	4
94558	Napa	napa	CA	055		38.4549	-122.2564	4
94559	Napa	napa	CA	055		38.2904	-122.2841	4
94562	Oakville	oakville	CA	055		38.4379	-122.3991	4
94567	Pope Valley	pope-valley	CA	055		38.6152	-122.4278	4
94573	Rutherford	rutherford	CA	055		38.4585	-122.4225	4
94574	Saint Helena	saint-helena	CA	055		38.5138	-122.4619	4
94576	Deer Park	deer-park	CA	055		38.5494	-122.4764	4
94581	Napa	napa	CA	055		38.2971	-122.2855	4
94599	Yountville	yountville	CA	055		38.4016	-122.3608	4
95712	Chicago Park	chicago-park	CA	057		39.143	-120.9666	1
95724	Norden	norden	CA	057		39.318	-120.356	4
95728	Soda Springs	soda-springs	CA	057		39.317	-120.4259	4
95924	Cedar Ridge	cedar-ridge	CA	057		39.1988	-121.02	4
95945	Grass Valley	grass-valley	CA	057		39.2081	-121.0069	4
95946	Penn Valley	penn-valley	CA	057		39.2019	-121.2026	4
95949	Grass Valley	grass-valley	CA	057		39.1193	-121.0938	4
95959	Nevada City	nevada-city	CA	057		39.3017	-120.9717	4
95960	North San Juan	north-san-juan	CA	057		39.3765	-121.0891	4
95975	Rough And Ready	rough-and-ready	CA	057		39.2286	-121.1509	4
95977	Smartsville	smartsville	CA	057		39.2076	-121.3001	4
95986	Washington	washington	CA	057		39.3569	-120.8	4
96111	Floriston	floriston	CA	057		39.3928	-120.0212	1
96160	Truckee	truckee	CA	057		39.328	-120.1833	4
96161	Truckee	truckee	CA	057		39.3385	-120.1729	4
96162	Truckee	truckee	CA	057		39.328	-120.1833	4
90620	Buena Park	buena-park	CA	059		33.8439	-118.008	4
90621	Buena Park	buena-park	CA	059		33.8772	-117.9893	4
90622	Buena Park	buena-park	CA	059		33.8462	-118.0031	4
90623	La Palma	la-palma	CA	059		33.8491	-118.0398	4
90624	Buena Park	buena-park	CA	059		33.8584	-118.0033	4
90630	Cypress	cypress	CA	059		33.8181	-118.0357	4
90631	La Habra	la-habra	CA	059		33.9331	-117.9493	4
90632	La Habra	la-habra	CA	059		33.9143	-117.9547	4
90633	La Habra	la-habra	CA	059		33.9345	-117.9452	4
90680	Stanton	stanton	CA	059		33.7991	-117.9956	4
90720	Los Alamitos	los-alamitos	CA	059		33.7956	-118.0648	4
90721	Los Alamitos	los-alamitos	CA	059		33.8023	-118.069	4
90740	Seal Beach	seal-beach	CA	059		33.7602	-118.0808	4
90742	Sunset Beach	sunset-beach	CA	059		33.7164	-118.069	4
90743	Surfside	surfside	CA	059		33.7264	-118.0833	4
92602	Irvine	irvine	CA	059		33.7419	-117.7467	4
92603	Irvine	irvine	CA	059		33.6245	-117.794	4
92604	Irvine	irvine	CA	059		33.6899	-117.7868	4
92605	Huntington Beach	huntington-beach	CA	059		33.7151	-118.0077	4
92606	Irvine	irvine	CA	059		33.6951	-117.8224	4
92607	Laguna Niguel	laguna-niguel	CA	059		33.5269	-117.7117	4
92609	El Toro	el-toro	CA	059		33.624	-117.6908	4
92610	Foothill Ranch	foothill-ranch	CA	059		33.6748	-117.6649	4
92612	Irvine	irvine	CA	059		33.6607	-117.8264	4
92614	Irvine	irvine	CA	059		33.6829	-117.8298	4
92615	Huntington Beach	huntington-beach	CA	059		33.6566	-117.9699	4
92616	Irvine	irvine	CA	059		33.6519	-117.8361	4
92617	Irvine	irvine	CA	059		33.6425	-117.8417	4
92618	Irvine	irvine	CA	059		33.7074	-117.7054	4
92619	Irvine	irvine	CA	059		33.6706	-117.7645	4
92620	Irvine	irvine	CA	059		33.7009	-117.7564	4
92623	Irvine	irvine	CA	059		33.6942	-117.8126	4
92624	Capistrano Beach	capistrano-beach	CA	059		33.46	-117.6632	4
92625	Corona Del Mar	corona-del-mar	CA	059		33.6021	-117.8743	4
92626	Costa Mesa	costa-mesa	CA	059		33.6801	-117.9085	4
92627	Costa Mesa	costa-mesa	CA	059		33.6483	-117.9155	4
92628	Costa Mesa	costa-mesa	CA	059		33.6401	-117.9159	4
92629	Dana Point	dana-point	CA	059		33.4743	-117.6964	4
92630	Lake Forest	lake-forest	CA	059		33.6437	-117.6868	4
92637	Laguna Woods	laguna-woods	CA	059		33.6103	-117.7253	4
92646	Huntington Beach	huntington-beach	CA	059		33.6654	-117.9686	4
92647	Huntington Beach	huntington-beach	CA	059		33.721	-118.0033	4
92648	Huntington Beach	huntington-beach	CA	059		33.6773	-118.0051	4
92649	Huntington Beach	huntington-beach	CA	059		33.718	-118.0505	4
92650	East Irvine	east-irvine	CA	059		33.6795	-117.7609	4
92651	Laguna Beach	laguna-beach	CA	059		33.5429	-117.7813	4
92652	Laguna Beach	laguna-beach	CA	059		33.543	-117.7815	4
92653	Laguna Hills	laguna-hills	CA	059		33.5916	-117.6985	4
92654	Laguna Hills	laguna-hills	CA	059		33.6042	-117.7154	4
92655	Midway City	midway-city	CA	059		33.7446	-117.984	4
92656	Aliso Viejo	aliso-viejo	CA	059		33.5701	-117.7086	4
92657	Newport Coast	newport-coast	CA	059		33.5943	-117.8334	4
92658	Newport Beach	newport-beach	CA	059		33.6422	-117.8631	4
92659	Newport Beach	newport-beach	CA	059		33.6222	-117.9235	4
92660	Newport Beach	newport-beach	CA	059		33.6295	-117.8684	4
92661	Newport Beach	newport-beach	CA	059		33.6045	-117.9021	4
92662	Newport Beach	newport-beach	CA	059		33.6062	-117.8931	4
92663	Newport Beach	newport-beach	CA	059		33.621	-117.9321	4
92672	San Clemente	san-clemente	CA	059		33.4361	-117.6231	4
92673	San Clemente	san-clemente	CA	059		33.4615	-117.6375	4
92674	San Clemente	san-clemente	CA	059		33.4409	-117.6211	4
92675	San Juan Capistrano	san-juan-capistrano	CA	059		33.5085	-117.6565	4
92676	Silverado	silverado	CA	059		33.7451	-117.6153	4
92677	Laguna Niguel	laguna-niguel	CA	059		33.5145	-117.7084	4
92678	Trabuco Canyon	trabuco-canyon	CA	059		33.6643	-117.5896	4
92679	Trabuco Canyon	trabuco-canyon	CA	059		33.6625	-117.5903	4
92683	Westminster	westminster	CA	059		33.7524	-117.9939	4
92684	Westminster	westminster	CA	059		33.7627	-118.0072	4
92685	Westminster	westminster	CA	059		33.7528	-117.9951	4
92688	Rancho Santa Margarita	rancho-santa-margarita	CA	059		33.6512	-117.5938	4
92690	Mission Viejo	mission-viejo	CA	059		33.6117	-117.643	4
92691	Mission Viejo	mission-viejo	CA	059		33.6128	-117.6622	4
92692	Mission Viejo	mission-viejo	CA	059		33.6144	-117.6433	4
92693	San Juan Capistrano	san-juan-capistrano	CA	059		33.4977	-117.6651	4
92694	Ladera Ranch	ladera-ranch	CA	059		33.5472	-117.6238	4
92697	Irvine	irvine	CA	059		33.6485	-117.8387	4
92698	Aliso Viejo	aliso-viejo	CA	059		33.6686	-117.8386	4
92701	Santa Ana	santa-ana	CA	059		33.7523	-117.8541	4
92702	Santa Ana	santa-ana	CA	059		33.7365	-117.8714	4
92703	Santa Ana	santa-ana	CA	059		33.7489	-117.9072	4
92704	Santa Ana	santa-ana	CA	059		33.7249	-117.909	4
92705	Santa Ana	santa-ana	CA	059		33.754	-117.7919	4
92706	Santa Ana	santa-ana	CA	059		33.7691	-117.8855	4
92707	Santa Ana	santa-ana	CA	059		33.7086	-117.8701	4
92708	Fountain Valley	fountain-valley	CA	059		33.7102	-117.9503	4
92711	Santa Ana	santa-ana	CA	059		33.7669	-117.8043	4
92712	Santa Ana	santa-ana	CA	059		33.7496	-117.875	4
92728	Fountain Valley	fountain-valley	CA	059		33.714	-117.9284	4
92735	Santa Ana	santa-ana	CA	059		33.7188	-117.8546	4
92780	Tustin	tustin	CA	059		33.7364	-117.8229	4
92781	Tustin	tustin	CA	059		33.7369	-117.8181	4
92782	Tustin	tustin	CA	059		33.7346	-117.7869	4
92799	Santa Ana	santa-ana	CA	059		33.7205	-117.9098	4
92801	Anaheim	anaheim	CA	059		33.8428	-117.9546	4
92802	Anaheim	anaheim	CA	059		33.8085	-117.9228	4
92803	Anaheim	anaheim	CA	059		33.8397	-117.9388	4
92804	Anaheim	anaheim	CA	059		33.8186	-117.9729	4
92805	Anaheim	anaheim	CA	059		33.8359	-117.9086	4
92806	Anaheim	anaheim	CA	059		33.8356	-117.8681	4
92807	Anaheim	anaheim	CA	059		33.8544	-117.7858	4
92808	Anaheim	anaheim	CA	059		33.8579	-117.7513	4
92809	Anaheim	anaheim	CA	059		33.8426	-117.9388	4
92811	Atwood	atwood	CA	059		33.8674	-117.831	4
92812	Anaheim	anaheim	CA	059		33.817	-117.9286	4
92814	Anaheim	anaheim	CA	059		33.8173	-117.9607	4
92815	Anaheim	anaheim	CA	059		33.8319	-117.9121	4
92816	Anaheim	anaheim	CA	059		33.8401	-117.8867	4
92817	Anaheim	anaheim	CA	059		33.8512	-117.7915	4
92821	Brea	brea	CA	059		33.9291	-117.8845	4
92822	Brea	brea	CA	059		33.9187	-117.8892	4
92823	Brea	brea	CA	059		33.923	-117.798	4
92825	Anaheim	anaheim	CA	059		33.8356	-117.9132	4
92831	Fullerton	fullerton	CA	059		33.8873	-117.8946	4
92832	Fullerton	fullerton	CA	059		33.868	-117.9265	4
92833	Fullerton	fullerton	CA	059		33.8766	-117.9551	4
92834	Fullerton	fullerton	CA	059		33.8768	-117.897	4
92835	Fullerton	fullerton	CA	059		33.8994	-117.9063	4
92836	Fullerton	fullerton	CA	059		33.8755	-117.9038	4
92837	Fullerton	fullerton	CA	059		33.8695	-117.9611	4
92838	Fullerton	fullerton	CA	059		33.8934	-117.931	4
92840	Garden Grove	garden-grove	CA	059		33.7869	-117.9273	4
92841	Garden Grove	garden-grove	CA	059		33.7817	-117.9766	4
92842	Garden Grove	garden-grove	CA	059		33.7783	-117.9456	4
92843	Garden Grove	garden-grove	CA	059		33.7671	-117.929	4
92844	Garden Grove	garden-grove	CA	059		33.7661	-117.9738	4
92845	Garden Grove	garden-grove	CA	059		33.7787	-118.0267	4
92846	Garden Grove	garden-grove	CA	059		33.788	-118.0325	4
92850	Anaheim	anaheim	CA	059		33.8442	-117.9555	4
92856	Orange	orange	CA	059		33.7841	-117.8435	4
92857	Orange	orange	CA	059		33.8317	-117.8491	4
92859	Orange	orange	CA	059		33.8027	-117.7867	4
92861	Villa Park	villa-park	CA	059		33.8205	-117.8104	4
92862	Orange	orange	CA	059		33.7915	-117.714	4
92863	Orange	orange	CA	059		33.8153	-117.8273	4
92864	Orange	orange	CA	059		33.8143	-117.8308	4
92865	Orange	orange	CA	059		33.8263	-117.8511	4
92866	Orange	orange	CA	059		33.7877	-117.8423	4
92867	Orange	orange	CA	059		33.811	-117.8493	4
92868	Orange	orange	CA	059		33.7875	-117.8776	4
92869	Orange	orange	CA	059		33.7868	-117.7934	4
92870	Placentia	placentia	CA	059		33.8744	-117.8543	4
92871	Placentia	placentia	CA	059		33.8829	-117.8557	4
92885	Yorba Linda	yorba-linda	CA	059		33.8911	-117.8222	4
92886	Yorba Linda	yorba-linda	CA	059		33.9058	-117.7865	4
92887	Yorba Linda	yorba-linda	CA	059		33.8841	-117.7304	4
92899	Anaheim	anaheim	CA	059		33.8373	-117.8712	4
95602	Auburn	auburn	CA	061		38.9829	-121.0944	4
95603	Auburn	auburn	CA	061		38.9115	-121.08	4
95604	Auburn	auburn	CA	061		38.9029	-121.067	4
95631	Foresthill	foresthill	CA	061		39.0682	-120.7224	4
95648	Lincoln	lincoln	CA	061		38.8942	-121.2908	4
95650	Loomis	loomis	CA	061		38.8071	-121.1698	4
95658	Newcastle	newcastle	CA	061		38.8763	-121.143	4
95661	Roseville	roseville	CA	061		38.7346	-121.234	4
95663	Penryn	penryn	CA	061		38.8567	-121.1791	4
95677	Rocklin	rocklin	CA	061		38.7877	-121.2366	4
95678	Roseville	roseville	CA	061		38.7609	-121.2867	4
95681	Sheridan	sheridan	CA	061		38.9953	-121.368	4
95701	Alta	alta	CA	061		39.2441	-120.7531	4
95703	Applegate	applegate	CA	061		39.0007	-120.9924	4
95713	Colfax	colfax	CA	061		39.0783	-120.9549	4
95714	Dutch Flat	dutch-flat	CA	061		39.1978	-120.8262	4
95715	Emigrant Gap	emigrant-gap	CA	061		39.2968	-120.6727	4
95717	Gold Run	gold-run	CA	061		39.171	-120.8601	4
95722	Meadow Vista	meadow-vista	CA	061		39.0031	-121.0292	4
95736	Weimar	weimar	CA	061		39.0375	-120.9713	4
95746	Granite Bay	granite-bay	CA	061		38.7435	-121.1897	4
95747	Roseville	roseville	CA	061		38.7703	-121.3372	4
95765	Rocklin	rocklin	CA	061		38.8136	-121.2677	4
96140	Carnelian Bay	carnelian-bay	CA	061		39.2319	-120.0753	4
96141	Homewood	homewood	CA	061		39.0786	-120.1734	4
96143	Kings Beach	kings-beach	CA	061		39.2401	-120.0233	4
96145	Tahoe City	tahoe-city	CA	061		39.1806	-120.1445	4
96146	Olympic Valley	olympic-valley	CA	061		39.1752	-120.1954	4
96148	Tahoe Vista	tahoe-vista	CA	061		39.2448	-120.0521	4
95915	Belden	belden	CA	063		40.006	-121.2491	4
95923	Canyon Dam	canyon-dam	CA	063		39.5645	-121.5751	1
95934	Crescent Mills	crescent-mills	CA	063		40.0673	-120.9248	4
95947	Greenville	greenville	CA	063		40.1699	-120.9014	4
95956	Meadow Valley	meadow-valley	CA	063		39.9296	-121.0608	4
95971	Quincy	quincy	CA	063		39.9284	-120.9698	4
95980	Storrie	storrie	CA	063		39.9175	-121.3222	4
95983	Taylorsville	taylorsville	CA	063		40.0357	-120.7353	4
95984	Twain	twain	CA	063		40.0509	-121.1268	4
96020	Chester	chester	CA	063		40.2975	-121.2273	4
96103	Blairsden Graeagle	blairsden-graeagle	CA	063		40.1919	-120.1746	1
96105	Chilcoot	chilcoot	CA	063		39.7977	-120.1396	4
96106	Clio	clio	CA	063		39.7546	-120.5951	4
96122	Portola	portola	CA	063		39.8105	-120.4691	4
96129	Beckwourth	beckwourth	CA	063		39.7721	-120.4051	4
96135	Vinton	vinton	CA	063		39.8043	-120.1783	4
91752	Mira Loma	mira-loma	CA	065		33.9938	-117.5236	4
92201	Indio	indio	CA	065		33.7207	-116.2168	4
92202	Indio	indio	CA	065		33.7529	-116.0556	4
92203	Indio	indio	CA	065		33.7532	-116.2676	4
92210	Indian Wells	indian-wells	CA	065		33.7163	-116.3381	4
92211	Palm Desert	palm-desert	CA	065		33.7644	-116.3398	4
92220	Banning	banning	CA	065		33.9282	-116.8899	4
92223	Beaumont	beaumont	CA	065		33.9504	-116.9701	1
92225	Blythe	blythe	CA	065		33.6103	-114.5963	4
92226	Blythe	blythe	CA	065		33.5987	-114.6525	4
92230	Cabazon	cabazon	CA	065		33.9086	-116.7739	4
92234	Cathedral City	cathedral-city	CA	065		33.8098	-116.4665	4
92235	Cathedral City	cathedral-city	CA	065		33.7797	-116.4653	4
92236	Coachella	coachella	CA	065		33.675	-116.1772	4
92239	Desert Center	desert-center	CA	065		33.809	-115.3666	4
92240	Desert Hot Springs	desert-hot-springs	CA	065		33.9531	-116.5219	4
92241	Desert Hot Springs	desert-hot-springs	CA	065		33.8763	-116.354	4
92247	La Quinta	la-quinta	CA	065		33.6736	-116.2951	4
92253	La Quinta	la-quinta	CA	065		33.6685	-116.3081	4
92254	Mecca	mecca	CA	065		33.545	-116.0187	4
92255	Palm Desert	palm-desert	CA	065		33.7225	-116.377	4
92258	North Palm Springs	north-palm-springs	CA	065		33.9228	-116.5431	4
92260	Palm Desert	palm-desert	CA	065		33.7225	-116.377	4
92261	Palm Desert	palm-desert	CA	065		33.6604	-116.4082	4
92262	Palm Springs	palm-springs	CA	065		33.8414	-116.5347	4
92263	Palm Springs	palm-springs	CA	065		33.7611	-116.5359	4
92264	Palm Springs	palm-springs	CA	065		33.8018	-116.517	4
92270	Rancho Mirage	rancho-mirage	CA	065		33.7643	-116.4225	4
92274	Thermal	thermal	CA	065		33.5578	-116.1572	4
92276	Thousand Palms	thousand-palms	CA	065		33.8082	-116.3713	4
92282	Whitewater	whitewater	CA	065		33.989	-116.6566	4
92320	Calimesa	calimesa	CA	065		33.9946	-117.043	4
92501	Riverside	riverside	CA	065		33.9924	-117.3694	4
92502	Riverside	riverside	CA	065		33.9533	-117.3962	4
92503	Riverside	riverside	CA	065		33.9208	-117.4589	4
92504	Riverside	riverside	CA	065		33.9315	-117.4119	4
92505	Riverside	riverside	CA	065		33.9228	-117.4867	4
92506	Riverside	riverside	CA	065		33.9455	-117.3757	4
92507	Riverside	riverside	CA	065		33.9761	-117.3389	4
92508	Riverside	riverside	CA	065		33.8897	-117.3043	4
92509	Riverside	riverside	CA	065		34.0033	-117.445	4
92513	Riverside	riverside	CA	065		33.9533	-117.3962	4
92514	Riverside	riverside	CA	065		33.9533	-117.3962	4
92515	Riverside	riverside	CA	065		33.9533	-117.3962	4
92516	Riverside	riverside	CA	065		33.9533	-117.3962	4
92517	Riverside	riverside	CA	065		33.9533	-117.3962	4
92518	March Air Reserve Base	march-air-reserve-base	CA	065		33.9533	-117.3962	1
92519	Riverside	riverside	CA	065		33.9533	-117.3962	4
92521	Riverside	riverside	CA	065		33.9533	-117.3962	4
92522	Riverside	riverside	CA	065		33.9533	-117.3962	4
92530	Lake Elsinore	lake-elsinore	CA	065		33.6598	-117.3485	4
92531	Lake Elsinore	lake-elsinore	CA	065		33.6681	-117.3273	4
92532	Lake Elsinore	lake-elsinore	CA	065		33.6927	-117.303	4
92536	Aguanga	aguanga	CA	065		33.4473	-116.7997	4
92539	Anza	anza	CA	065		33.5688	-116.7135	4
92543	Hemet	hemet	CA	065		33.7416	-116.973	4
92544	Hemet	hemet	CA	065		33.739	-116.9243	4
92545	Hemet	hemet	CA	065		33.7399	-117.0151	4
92546	Hemet	hemet	CA	065		33.7476	-116.9731	4
92548	Homeland	homeland	CA	065		33.7453	-117.1118	4
92549	Idyllwild	idyllwild	CA	065		33.7304	-116.7107	4
92551	Moreno Valley	moreno-valley	CA	065		33.8814	-117.2261	4
92552	Moreno Valley	moreno-valley	CA	065		33.9375	-117.2306	4
92553	Moreno Valley	moreno-valley	CA	065		33.9157	-117.2351	4
92554	Moreno Valley	moreno-valley	CA	065		33.9375	-117.2306	4
92555	Moreno Valley	moreno-valley	CA	065		33.9377	-117.1851	4
92556	Moreno Valley	moreno-valley	CA	065		33.9375	-117.2306	4
09187	APO AE	apo-ae				52.5244	13.4105	
92557	Moreno Valley	moreno-valley	CA	065		33.9553	-117.2457	4
92561	Mountain Center	mountain-center	CA	065		33.7042	-116.7259	4
92562	Murrieta	murrieta	CA	065		33.5631	-117.2738	4
92563	Murrieta	murrieta	CA	065		33.569	-117.1783	4
92564	Murrieta	murrieta	CA	065		33.5539	-117.2139	4
92567	Nuevo	nuevo	CA	065		33.8123	-117.1048	4
92570	Perris	perris	CA	065		33.7852	-117.3166	4
92571	Perris	perris	CA	065		33.811	-117.218	4
92572	Perris	perris	CA	065		33.7825	-117.2286	4
92581	San Jacinto	san-jacinto	CA	065		33.7839	-116.9586	4
92582	San Jacinto	san-jacinto	CA	065		33.7883	-116.9819	4
92583	San Jacinto	san-jacinto	CA	065		33.7967	-116.9324	4
92584	Menifee	menifee	CA	065		33.6647	-117.1743	4
92585	Sun City	sun-city	CA	065		33.7467	-117.1721	4
92586	Sun City	sun-city	CA	065		33.7044	-117.1969	4
92587	Quail Valley	quail-valley	CA	065		33.707	-117.245	4
92589	Temecula	temecula	CA	065		33.4936	-117.1484	4
92590	Temecula	temecula	CA	065		33.4903	-117.1824	4
92591	Temecula	temecula	CA	065		33.5217	-117.1286	4
92592	Temecula	temecula	CA	065		33.4983	-117.0958	4
92593	Temecula	temecula	CA	065		33.4936	-117.1484	4
92595	Wildomar	wildomar	CA	065		33.6021	-117.264	4
92596	Winchester	winchester	CA	065		33.6243	-117.0885	4
92599	Perris	perris	CA	065		33.7825	-117.2286	4
92860	Norco	norco	CA	065		33.9247	-117.5517	4
92877	Corona	corona	CA	065		33.8753	-117.5664	4
92878	Corona	corona	CA	065		33.8753	-117.5664	4
92879	Corona	corona	CA	065		33.8797	-117.5354	4
92880	Corona	corona	CA	065		33.9208	-117.6096	4
92881	Corona	corona	CA	065		33.8241	-117.5198	4
92882	Corona	corona	CA	065		33.8419	-117.6043	4
92883	Corona	corona	CA	065		33.7541	-117.474	4
94203	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94204	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94205	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94206	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94207	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94208	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94209	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94211	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94229	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94230	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94232	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94234	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94235	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94236	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94237	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94239	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94240	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94244	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94245	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94247	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94248	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94249	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94250	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94252	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94254	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94256	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94257	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94258	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94259	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94261	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94262	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94263	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94267	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94268	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94269	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94271	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94273	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94274	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94277	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94278	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94279	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94280	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94282	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94283	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94284	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94285	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94286	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94287	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94288	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94289	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94290	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94291	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94293	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94294	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94295	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94296	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94297	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94298	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
94299	Sacramento	sacramento	CA	067		38.5816	-121.4944	4
95608	Carmichael	carmichael	CA	067		38.6284	-121.3287	4
95609	Carmichael	carmichael	CA	067		38.6257	-121.3272	4
95610	Citrus Heights	citrus-heights	CA	067		38.6946	-121.2692	4
95611	Citrus Heights	citrus-heights	CA	067		38.7072	-121.28	4
95615	Courtland	courtland	CA	067		38.3137	-121.563	4
95621	Citrus Heights	citrus-heights	CA	067		38.6952	-121.3075	4
95624	Elk Grove	elk-grove	CA	067		38.4232	-121.3599	4
95626	Elverta	elverta	CA	067		38.7233	-121.4497	4
95628	Fair Oaks	fair-oaks	CA	067		38.6554	-121.2611	4
95630	Folsom	folsom	CA	067		38.6709	-121.1529	4
95632	Galt	galt	CA	067		38.2691	-121.3	4
95638	Herald	herald	CA	067		38.3119	-121.1729	4
95639	Hood	hood	CA	067		38.3702	-121.5143	4
95641	Isleton	isleton	CA	067		38.157	-121.6066	4
95652	Mcclellan	mcclellan	CA	067		38.6621	-121.3955	4
95655	Mather	mather	CA	067		38.5579	-121.291	4
95660	North Highlands	north-highlands	CA	067		38.6707	-121.3781	4
95662	Orangevale	orangevale	CA	067		38.6845	-121.2256	4
95670	Rancho Cordova	rancho-cordova	CA	067		38.6072	-121.2761	4
95671	Represa	represa	CA	067		38.7065	-121.1694	1
95673	Rio Linda	rio-linda	CA	067		38.6895	-121.4479	4
95680	Ryde	ryde	CA	067		38.2386	-121.5594	4
95683	Sloughhouse	sloughhouse	CA	067		38.5143	-121.0964	4
95690	Walnut Grove	walnut-grove	CA	067		38.2396	-121.5443	4
95693	Wilton	wilton	CA	067		38.3983	-121.2303	4
95741	Rancho Cordova	rancho-cordova	CA	067		38.5891	-121.3016	4
95742	Rancho Cordova	rancho-cordova	CA	067		38.5981	-121.2153	4
95757	Elk Grove	elk-grove	CA	067		38.4081	-121.4294	4
95758	Elk Grove	elk-grove	CA	067		38.4243	-121.437	4
95759	Elk Grove	elk-grove	CA	067		38.407	-121.3752	4
95763	Folsom	folsom	CA	067		38.678	-121.175	4
95811	Sacramento	sacramento	CA	067		38.5762	-121.488	4
95812	Sacramento	sacramento	CA	067		38.5822	-121.4943	4
95813	Sacramento	sacramento	CA	067		38.6026	-121.4475	4
95814	Sacramento	sacramento	CA	067		38.5804	-121.4922	4
95815	Sacramento	sacramento	CA	067		38.6093	-121.4443	4
95816	Sacramento	sacramento	CA	067		38.5728	-121.4675	4
95817	Sacramento	sacramento	CA	067		38.5498	-121.4583	4
95818	Sacramento	sacramento	CA	067		38.5568	-121.4929	4
95819	Sacramento	sacramento	CA	067		38.5683	-121.4366	4
95820	Sacramento	sacramento	CA	067		38.5347	-121.4451	4
95821	Sacramento	sacramento	CA	067		38.6239	-121.3837	4
95822	Sacramento	sacramento	CA	067		38.5091	-121.4935	4
95823	Sacramento	sacramento	CA	067		38.4797	-121.4438	4
95824	Sacramento	sacramento	CA	067		38.5178	-121.4419	4
95825	Sacramento	sacramento	CA	067		38.5892	-121.4057	4
95826	Sacramento	sacramento	CA	067		38.5539	-121.3693	4
95827	Sacramento	sacramento	CA	067		38.5662	-121.3286	4
95828	Sacramento	sacramento	CA	067		38.4826	-121.4006	4
95829	Sacramento	sacramento	CA	067		38.4689	-121.344	4
95830	Sacramento	sacramento	CA	067		38.4896	-121.2772	4
95831	Sacramento	sacramento	CA	067		38.4962	-121.5297	4
95832	Sacramento	sacramento	CA	067		38.4695	-121.4883	4
95833	Sacramento	sacramento	CA	067		38.6157	-121.5053	4
95834	Sacramento	sacramento	CA	067		38.6383	-121.5072	4
95835	Sacramento	sacramento	CA	067		38.6626	-121.4834	4
95836	Sacramento	sacramento	CA	067		38.7198	-121.5343	4
95837	Sacramento	sacramento	CA	067		38.6817	-121.603	4
95838	Sacramento	sacramento	CA	067		38.6406	-121.444	4
95840	Sacramento	sacramento	CA	067		38.5816	-121.4933	4
95841	Sacramento	sacramento	CA	067		38.6627	-121.3406	4
95842	Sacramento	sacramento	CA	067		38.6865	-121.3494	4
95843	Antelope	antelope	CA	067		38.7159	-121.3648	4
95851	Sacramento	sacramento	CA	067		38.6026	-121.4475	4
95852	Sacramento	sacramento	CA	067		38.6026	-121.4475	4
95853	Sacramento	sacramento	CA	067		38.6026	-121.4475	4
95860	Sacramento	sacramento	CA	067		38.6105	-121.3799	4
95864	Sacramento	sacramento	CA	067		38.5878	-121.3769	4
95865	Sacramento	sacramento	CA	067		38.596	-121.3978	4
95866	Sacramento	sacramento	CA	067		38.596	-121.3978	4
95867	Sacramento	sacramento	CA	067		38.5816	-121.4933	4
95894	Sacramento	sacramento	CA	067		38.5816	-121.4933	4
95899	Sacramento	sacramento	CA	067		38.5383	-121.5549	4
95023	Hollister	hollister	CA	069		36.8337	-121.3439	4
95024	Hollister	hollister	CA	069		36.8586	-121.3982	4
95043	Paicines	paicines	CA	069		36.4985	-120.9744	4
95045	San Juan Bautista	san-juan-bautista	CA	069		36.8463	-121.5346	4
95075	Tres Pinos	tres-pinos	CA	069		36.767	-121.3017	4
91701	Rancho Cucamonga	rancho-cucamonga	CA	071		34.1376	-117.5999	4
91708	Chino	chino	CA	071		33.954	-117.6404	4
91709	Chino Hills	chino-hills	CA	071		33.9797	-117.7308	4
91710	Chino	chino	CA	071		34.0125	-117.6844	4
91729	Rancho Cucamonga	rancho-cucamonga	CA	071		34.1064	-117.5931	4
91730	Rancho Cucamonga	rancho-cucamonga	CA	071		34.107	-117.5941	4
91737	Rancho Cucamonga	rancho-cucamonga	CA	071		34.1467	-117.5803	4
91739	Rancho Cucamonga	rancho-cucamonga	CA	071		34.1705	-117.5182	4
91743	Guasti	guasti	CA	071		34.065	-117.5864	4
91758	Ontario	ontario	CA	071		34.0633	-117.6509	4
91761	Ontario	ontario	CA	071		34.0316	-117.6187	4
91762	Ontario	ontario	CA	071		34.0584	-117.6665	4
91763	Montclair	montclair	CA	071		34.0733	-117.6987	4
91764	Ontario	ontario	CA	071		34.0763	-117.6254	4
91784	Upland	upland	CA	071		34.141	-117.6581	4
91785	Upland	upland	CA	071		34.1144	-117.6583	4
91786	Upland	upland	CA	071		34.1144	-117.6583	4
92242	Earp	earp	CA	071		34.1652	-114.3197	1
92248	La Quinta	la-quinta	CA	071		33.6736	-116.2951	4
92252	Joshua Tree	joshua-tree	CA	071		34.1502	-116.3038	4
92256	Morongo Valley	morongo-valley	CA	071		34.0606	-116.5656	4
92267	Parker Dam	parker-dam	CA	071		34.2872	-114.143	4
92268	Pioneertown	pioneertown	CA	071		34.1887	-116.5048	4
92277	Twentynine Palms	twentynine-palms	CA	071		34.1455	-116.0601	4
92278	Twentynine Palms	twentynine-palms	CA	071		34.238	-116.0604	4
92280	Vidal	vidal	CA	071		34.1561	-114.5656	4
92284	Yucca Valley	yucca-valley	CA	071		34.1559	-116.4313	4
92285	Landers	landers	CA	071		34.3103	-116.5241	4
92286	Yucca Valley	yucca-valley	CA	071		34.1803	-116.35	4
92301	Adelanto	adelanto	CA	071		34.5841	-117.4242	4
92304	Amboy	amboy	CA	071		34.5578	-115.7444	4
92305	Angelus Oaks	angelus-oaks	CA	071		34.1531	-116.9485	4
92307	Apple Valley	apple-valley	CA	071		34.5291	-117.2132	4
92308	Apple Valley	apple-valley	CA	071		34.4698	-117.1927	4
92309	Baker	baker	CA	071		35.3606	-116.0638	4
92310	Fort Irwin	fort-irwin	CA	071		35.2625	-116.6966	4
92311	Barstow	barstow	CA	071		34.8914	-117.0387	4
92312	Barstow	barstow	CA	071		34.8986	-117.0228	4
92313	Grand Terrace	grand-terrace	CA	071		34.031	-117.3129	4
92314	Big Bear City	big-bear-city	CA	071		34.261	-116.8131	4
92315	Big Bear Lake	big-bear-lake	CA	071		34.235	-116.9053	4
92316	Bloomington	bloomington	CA	071		34.0662	-117.3993	4
92317	Blue Jay	blue-jay	CA	071		34.2112	-117.0796	4
92318	Bryn Mawr	bryn-mawr	CA	071		34.0483	-117.2309	4
92321	Cedar Glen	cedar-glen	CA	071		34.2545	-117.1533	4
92322	Cedarpines Park	cedarpines-park	CA	071		34.2544	-117.3265	4
92323	Cima	cima	CA	071		35.2378	-115.4992	1
92324	Colton	colton	CA	071		34.0315	-117.2874	4
92325	Crestline	crestline	CA	071		34.2433	-117.2811	4
92327	Daggett	daggett	CA	071		34.8668	-116.8876	4
92329	Phelan	phelan	CA	071		34.4261	-117.5723	4
92332	Essex	essex	CA	071		34.5881	-115.5771	4
92333	Fawnskin	fawnskin	CA	071		34.2583	-116.9515	4
92334	Fontana	fontana	CA	071		34.0922	-117.435	4
92335	Fontana	fontana	CA	071		34.0794	-117.4551	4
92336	Fontana	fontana	CA	071		34.1173	-117.4378	4
92337	Fontana	fontana	CA	071		34.0498	-117.4706	4
92338	Ludlow	ludlow	CA	071		34.7211	-116.16	4
92339	Forest Falls	forest-falls	CA	071		34.0937	-116.9362	4
92340	Hesperia	hesperia	CA	071		34.4264	-117.3009	4
92341	Green Valley Lake	green-valley-lake	CA	071		34.2348	-117.066	4
92342	Helendale	helendale	CA	071		34.7499	-117.3367	4
92344	Hesperia	hesperia	CA	071		34.4239	-117.4075	4
92345	Hesperia	hesperia	CA	071		34.4222	-117.3025	4
92346	Highland	highland	CA	071		34.1283	-117.2087	4
92347	Hinkley	hinkley	CA	071		34.9279	-117.1809	4
92350	Loma Linda	loma-linda	CA	071		34.0483	-117.2612	4
92352	Lake Arrowhead	lake-arrowhead	CA	071		34.2606	-117.2016	4
92354	Loma Linda	loma-linda	CA	071		34.0528	-117.2513	4
92356	Lucerne Valley	lucerne-valley	CA	071		34.447	-116.9189	4
92357	Loma Linda	loma-linda	CA	071		34.0483	-117.2612	4
92358	Lytle Creek	lytle-creek	CA	071		34.2558	-117.5186	4
92359	Mentone	mentone	CA	071		34.0774	-117.1126	4
92363	Needles	needles	CA	071		34.7824	-114.5871	4
92364	Nipton	nipton	CA	071		35.4667	-115.2722	4
92365	Newberry Springs	newberry-springs	CA	071		34.885	-116.7464	4
92366	Mountain Pass	mountain-pass	CA	071		35.4703	-115.545	4
92368	Oro Grande	oro-grande	CA	071		34.6178	-117.3327	4
92369	Patton	patton	CA	071		34.1358	-117.2239	4
92371	Phelan	phelan	CA	071		34.4449	-117.5196	4
92372	Pinon Hills	pinon-hills	CA	071		34.4429	-117.6403	4
92373	Redlands	redlands	CA	071		34.0397	-117.1804	4
92374	Redlands	redlands	CA	071		34.065	-117.1672	4
92375	Redlands	redlands	CA	071		34.0556	-117.1825	4
92376	Rialto	rialto	CA	071		34.1132	-117.3771	4
92377	Rialto	rialto	CA	071		34.1561	-117.4042	4
92378	Rimforest	rimforest	CA	071		34.2297	-117.225	4
92382	Running Springs	running-springs	CA	071		34.2102	-117.1109	4
92385	Skyforest	skyforest	CA	071		34.2353	-117.1792	4
92386	Sugarloaf	sugarloaf	CA	071		34.2372	-116.8277	4
92391	Twin Peaks	twin-peaks	CA	071		34.2379	-117.2348	4
92392	Victorville	victorville	CA	071		34.4802	-117.4082	4
92393	Victorville	victorville	CA	071		34.5361	-117.2912	4
92394	Victorville	victorville	CA	071		34.5563	-117.3528	4
92395	Victorville	victorville	CA	071		34.5016	-117.2944	4
92397	Wrightwood	wrightwood	CA	071		34.3628	-117.6249	4
92398	Yermo	yermo	CA	071		34.905	-116.8203	4
92399	Yucaipa	yucaipa	CA	071		34.0282	-117.0489	4
92401	San Bernardino	san-bernardino	CA	071		34.1105	-117.2898	4
92402	San Bernardino	san-bernardino	CA	071		34.1083	-117.2898	4
92403	San Bernardino	san-bernardino	CA	071		34.1083	-117.2898	4
92404	San Bernardino	san-bernardino	CA	071		34.1426	-117.2606	4
92405	San Bernardino	san-bernardino	CA	071		34.1446	-117.3013	4
92406	San Bernardino	san-bernardino	CA	071		34.1083	-117.2898	4
92407	San Bernardino	san-bernardino	CA	071		34.2166	-117.3908	4
92408	San Bernardino	san-bernardino	CA	071		34.0831	-117.2711	4
92410	San Bernardino	san-bernardino	CA	071		34.1069	-117.2975	4
92411	San Bernardino	san-bernardino	CA	071		34.1214	-117.3172	4
92413	San Bernardino	san-bernardino	CA	071		34.1083	-117.2898	4
92415	San Bernardino	san-bernardino	CA	071		34.1083	-117.2898	4
92418	San Bernardino	san-bernardino	CA	071		34.1083	-117.2898	4
92423	San Bernardino	san-bernardino	CA	071		34.1083	-117.2898	4
92427	San Bernardino	san-bernardino	CA	071		34.1083	-117.2898	4
93558	Red Mountain	red-mountain	CA	071		35.3479	-117.6214	4
93562	Trona	trona	CA	071		35.7481	-117.3808	4
93592	Trona	trona	CA	071		35.7627	-117.3728	4
91901	Alpine	alpine	CA	073		32.8282	-116.7543	4
91902	Bonita	bonita	CA	073		32.6671	-117.0221	4
91903	Alpine	alpine	CA	073		32.8351	-116.7664	4
91905	Boulevard	boulevard	CA	073		32.6719	-116.32	4
91906	Campo	campo	CA	073		32.6605	-116.4905	4
91908	Bonita	bonita	CA	073		32.6578	-117.03	4
91909	Chula Vista	chula-vista	CA	073		32.6401	-117.0842	4
91910	Chula Vista	chula-vista	CA	073		32.6371	-117.0676	4
91911	Chula Vista	chula-vista	CA	073		32.6084	-117.0565	4
91912	Chula Vista	chula-vista	CA	073		32.6401	-117.0842	4
91913	Chula Vista	chula-vista	CA	073		32.6513	-116.9852	4
91914	Chula Vista	chula-vista	CA	073		32.6587	-116.9652	4
91915	Chula Vista	chula-vista	CA	073		32.6315	-116.9408	4
91916	Descanso	descanso	CA	073		32.873	-116.6027	4
91917	Dulzura	dulzura	CA	073		32.6152	-116.7285	4
91921	Chula Vista	chula-vista	CA	073		32.6401	-117.0842	4
91931	Guatay	guatay	CA	073		32.8497	-116.5583	4
91932	Imperial Beach	imperial-beach	CA	073		32.5783	-117.1148	4
91933	Imperial Beach	imperial-beach	CA	073		32.5839	-117.1131	4
91934	Jacumba	jacumba	CA	073		32.6249	-116.1952	4
91935	Jamul	jamul	CA	073		32.7163	-116.8323	4
91941	La Mesa	la-mesa	CA	073		32.7604	-117.0115	4
91942	La Mesa	la-mesa	CA	073		32.7835	-117.0189	4
91943	La Mesa	la-mesa	CA	073		32.7678	-117.0231	4
91944	La Mesa	la-mesa	CA	073		32.7678	-117.0231	4
91945	Lemon Grove	lemon-grove	CA	073		32.7332	-117.0326	4
91946	Lemon Grove	lemon-grove	CA	073		32.7426	-117.0314	4
91948	Mount Laguna	mount-laguna	CA	073		32.8676	-116.4206	4
91950	National City	national-city	CA	073		32.6749	-117.0897	4
91951	National City	national-city	CA	073		32.6781	-117.0992	4
91962	Pine Valley	pine-valley	CA	073		32.835	-116.5127	4
91963	Potrero	potrero	CA	073		32.6205	-116.6037	4
91976	Spring Valley	spring-valley	CA	073		32.7448	-116.9989	4
91977	Spring Valley	spring-valley	CA	073		32.724	-116.9976	4
91978	Spring Valley	spring-valley	CA	073		32.7329	-116.9596	4
91979	Spring Valley	spring-valley	CA	073		32.7448	-116.9989	4
91980	Tecate	tecate	CA	073		32.5889	-116.6192	4
91987	Tecate	tecate	CA	073		32.5773	-116.6275	4
92003	Bonsall	bonsall	CA	073		33.294	-117.1897	4
92004	Borrego Springs	borrego-springs	CA	073		33.2386	-116.3514	4
92007	Cardiff By The Sea	cardiff-by-the-sea	CA	073		33.023	-117.2745	4
92008	Carlsbad	carlsbad	CA	073		33.1602	-117.325	4
92009	Carlsbad	carlsbad	CA	073		33.0954	-117.2619	4
92010	Carlsbad	carlsbad	CA	073		33.1639	-117.3009	4
92011	Carlsbad	carlsbad	CA	073		33.1072	-117.2943	4
92013	Carlsbad	carlsbad	CA	073		33.1581	-117.3506	4
92014	Del Mar	del-mar	CA	073		32.9665	-117.249	4
92018	Carlsbad	carlsbad	CA	073		33.1581	-117.3506	4
92019	El Cajon	el-cajon	CA	073		32.7777	-116.9191	4
92020	El Cajon	el-cajon	CA	073		32.7928	-116.9665	4
92021	El Cajon	el-cajon	CA	073		32.8178	-116.9223	4
92022	El Cajon	el-cajon	CA	073		32.7948	-116.9625	4
92023	Encinitas	encinitas	CA	073		33.036	-117.292	4
92024	Encinitas	encinitas	CA	073		33.0535	-117.2689	4
92025	Escondido	escondido	CA	073		33.1101	-117.07	4
92026	Escondido	escondido	CA	073		33.1605	-117.0978	4
92027	Escondido	escondido	CA	073		33.1388	-117.052	4
92028	Fallbrook	fallbrook	CA	073		33.369	-117.229	4
92029	Escondido	escondido	CA	073		33.0895	-117.1128	4
92030	Escondido	escondido	CA	073		33.1192	-117.0864	4
92033	Escondido	escondido	CA	073		33.1192	-117.0864	4
92036	Julian	julian	CA	073		33.0534	-116.5658	4
92037	La Jolla	la-jolla	CA	073		32.8455	-117.2521	4
92038	La Jolla	la-jolla	CA	073		32.8473	-117.2742	4
92039	La Jolla	la-jolla	CA	073		32.8473	-117.2742	4
92040	Lakeside	lakeside	CA	073		32.8562	-116.9201	4
92046	Escondido	escondido	CA	073		33.1192	-117.0864	4
92049	Oceanside	oceanside	CA	073		33.1959	-117.3795	4
92051	Oceanside	oceanside	CA	073		33.1959	-117.3795	4
92052	Oceanside	oceanside	CA	073		33.1959	-117.3795	4
92054	Oceanside	oceanside	CA	073		33.2072	-117.3573	4
92055	Camp Pendleton	camp-pendleton	CA	073		33.2433	-117.3768	1
92056	Oceanside	oceanside	CA	073		33.1968	-117.2831	4
92057	Oceanside	oceanside	CA	073		33.2407	-117.3025	4
92058	Oceanside	oceanside	CA	073		33.1959	-117.3795	4
92059	Pala	pala	CA	073		33.3777	-117.0717	4
92060	Palomar Mountain	palomar-mountain	CA	073		33.3228	-116.8786	4
92061	Pauma Valley	pauma-valley	CA	073		33.3063	-116.9596	4
92064	Poway	poway	CA	073		32.9756	-117.0402	4
92065	Ramona	ramona	CA	073		33.0293	-116.8535	4
92066	Ranchita	ranchita	CA	073		33.21	-116.5167	4
92067	Rancho Santa Fe	rancho-santa-fe	CA	073		33.005	-117.2157	4
92068	San Luis Rey	san-luis-rey	CA	073		33.232	-117.3236	4
92069	San Marcos	san-marcos	CA	073		33.1444	-117.1697	4
92070	Santa Ysabel	santa-ysabel	CA	073		33.1476	-116.6963	4
92071	Santee	santee	CA	073		32.8486	-116.9862	4
92072	Santee	santee	CA	073		32.8384	-116.9739	4
92074	Poway	poway	CA	073		32.9628	-117.0359	4
92075	Solana Beach	solana-beach	CA	073		32.9937	-117.2598	4
92078	San Marcos	san-marcos	CA	073		33.1193	-117.185	4
92079	San Marcos	san-marcos	CA	073		33.1434	-117.1661	4
92081	Vista	vista	CA	073		33.1644	-117.2403	4
92082	Valley Center	valley-center	CA	073		33.249	-117.0122	4
92083	Vista	vista	CA	073		33.1978	-117.2482	4
92084	Vista	vista	CA	073		33.2131	-117.2243	4
92085	Vista	vista	CA	073		33.2	-117.2425	4
92086	Warner Springs	warner-springs	CA	073		33.3096	-116.6527	4
92088	Fallbrook	fallbrook	CA	073		33.3764	-117.2511	4
92091	Rancho Santa Fe	rancho-santa-fe	CA	073		32.9623	-117.0462	4
92092	La Jolla	la-jolla	CA	073		32.8473	-117.2742	4
92093	La Jolla	la-jolla	CA	073		32.8473	-117.2742	4
92096	San Marcos	san-marcos	CA	073		33.1434	-117.1661	4
92101	San Diego	san-diego	CA	073		32.7185	-117.1593	4
92102	San Diego	san-diego	CA	073		32.7139	-117.1219	4
92103	San Diego	san-diego	CA	073		32.7466	-117.1636	4
92104	San Diego	san-diego	CA	073		32.7454	-117.1272	4
92105	San Diego	san-diego	CA	073		32.7423	-117.0947	4
92106	San Diego	san-diego	CA	073		32.7272	-117.2268	4
92107	San Diego	san-diego	CA	073		32.7425	-117.2433	4
92108	San Diego	san-diego	CA	073		32.7783	-117.1335	4
92109	San Diego	san-diego	CA	073		32.7969	-117.2405	4
92110	San Diego	san-diego	CA	073		32.7635	-117.2028	4
92111	San Diego	san-diego	CA	073		32.7972	-117.1708	4
92112	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92113	San Diego	san-diego	CA	073		32.697	-117.1153	4
92114	San Diego	san-diego	CA	073		32.7059	-117.0524	4
92115	San Diego	san-diego	CA	073		32.7607	-117.0721	4
92116	San Diego	san-diego	CA	073		32.7624	-117.1242	4
92117	San Diego	san-diego	CA	073		32.8239	-117.1965	4
92118	Coronado	coronado	CA	073		32.6807	-117.1698	4
92119	San Diego	san-diego	CA	073		32.8036	-117.0261	4
92120	San Diego	san-diego	CA	073		32.7958	-117.0707	4
92121	San Diego	san-diego	CA	073		32.8919	-117.2035	4
92122	San Diego	san-diego	CA	073		32.8577	-117.2115	4
92123	San Diego	san-diego	CA	073		32.7973	-117.1392	4
92124	San Diego	san-diego	CA	073		32.8201	-117.0986	4
92126	San Diego	san-diego	CA	073		32.9161	-117.1402	4
92127	San Diego	san-diego	CA	073		33.0279	-117.0856	4
92128	San Diego	san-diego	CA	073		33.0067	-117.069	4
92129	San Diego	san-diego	CA	073		32.9652	-117.1213	4
92130	San Diego	san-diego	CA	073		32.9555	-117.2252	4
92131	San Diego	san-diego	CA	073		32.9123	-117.0898	4
92132	San Diego	san-diego	CA	073		32.6437	-117.1384	4
92134	San Diego	san-diego	CA	073		32.7242	-117.1466	4
92135	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92136	San Diego	san-diego	CA	073		32.6834	-117.1219	4
92137	San Diego	san-diego	CA	073		32.8538	-117.1197	4
92138	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92139	San Diego	san-diego	CA	073		32.6806	-117.0474	4
92140	San Diego	san-diego	CA	073		32.7434	-117.2004	4
92142	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92143	San Ysidro	san-ysidro	CA	073		33.2553	-116.5664	4
92145	San Diego	san-diego	CA	073		32.8891	-117.1005	4
92147	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92149	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92150	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92152	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92153	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92154	San Diego	san-diego	CA	073		32.5753	-117.0707	4
92155	San Diego	san-diego	CA	073		32.6716	-117.1657	4
92158	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92159	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92160	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92161	San Diego	san-diego	CA	073		32.8718	-117.2291	4
92163	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92165	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92166	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92167	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92168	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92169	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92170	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92171	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92172	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92173	San Ysidro	san-ysidro	CA	073		32.5626	-117.043	4
92174	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92175	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92176	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92177	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92178	Coronado	coronado	CA	073		32.6859	-117.1831	4
92179	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92182	San Diego	san-diego	CA	073		32.7751	-117.0762	4
92186	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92187	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92190	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92191	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92192	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92193	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92195	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92196	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92197	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92198	San Diego	san-diego	CA	073		32.7153	-117.1573	4
92199	San Diego	san-diego	CA	073		32.7516	-117.1918	4
94102	San Francisco	san-francisco	CA	075		37.7813	-122.4167	4
94103	San Francisco	san-francisco	CA	075		37.7725	-122.4147	4
94104	San Francisco	san-francisco	CA	075		37.7915	-122.4018	4
94105	San Francisco	san-francisco	CA	075		37.7864	-122.3892	4
94107	San Francisco	san-francisco	CA	075		37.7621	-122.3971	4
94108	San Francisco	san-francisco	CA	075		37.7929	-122.4079	4
94109	San Francisco	san-francisco	CA	075		37.7917	-122.4186	4
94110	San Francisco	san-francisco	CA	075		37.7509	-122.4153	4
94111	San Francisco	san-francisco	CA	075		37.7974	-122.4001	4
94112	San Francisco	san-francisco	CA	075		37.7195	-122.4411	4
94114	San Francisco	san-francisco	CA	075		37.7587	-122.433	4
94115	San Francisco	san-francisco	CA	075		37.7856	-122.4358	4
94116	San Francisco	san-francisco	CA	075		37.7441	-122.4863	4
94117	San Francisco	san-francisco	CA	075		37.7712	-122.4413	4
94118	San Francisco	san-francisco	CA	075		37.7812	-122.4614	4
94119	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94120	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94121	San Francisco	san-francisco	CA	075		37.7786	-122.4892	4
94122	San Francisco	san-francisco	CA	075		37.7593	-122.4836	4
94123	San Francisco	san-francisco	CA	075		37.7999	-122.4342	4
94124	San Francisco	san-francisco	CA	075		37.7309	-122.3886	4
94125	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94126	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94127	San Francisco	san-francisco	CA	075		37.7354	-122.4571	4
94129	San Francisco	san-francisco	CA	075		37.8005	-122.465	4
94130	San Francisco	san-francisco	CA	075		37.8231	-122.3693	4
94131	San Francisco	san-francisco	CA	075		37.745	-122.4383	4
94132	San Francisco	san-francisco	CA	075		37.7211	-122.4754	4
94133	San Francisco	san-francisco	CA	075		37.8002	-122.4091	4
94134	San Francisco	san-francisco	CA	075		37.719	-122.4096	4
94137	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94139	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94140	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94141	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94142	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94143	San Francisco	san-francisco	CA	075		37.7631	-122.4586	4
94144	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94145	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94146	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94147	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94151	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94158	San Francisco	san-francisco	CA	075		37.7694	-122.3867	4
94159	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94160	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94161	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94163	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94164	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94172	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94177	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
94188	San Francisco	san-francisco	CA	075		37.7749	-122.4194	4
95201	Stockton	stockton	CA	077		37.958	-121.2876	4
95202	Stockton	stockton	CA	077		37.9606	-121.2871	4
95203	Stockton	stockton	CA	077		37.9532	-121.3116	4
95204	Stockton	stockton	CA	077		37.9743	-121.3154	4
95205	Stockton	stockton	CA	077		37.9625	-121.2624	4
95206	Stockton	stockton	CA	077		37.9177	-121.3123	4
95207	Stockton	stockton	CA	077		38.0024	-121.3238	4
95208	Stockton	stockton	CA	077		37.9304	-121.436	4
95209	Stockton	stockton	CA	077		38.0377	-121.3445	4
95210	Stockton	stockton	CA	077		38.025	-121.2972	4
95211	Stockton	stockton	CA	077		37.9809	-121.311	4
95212	Stockton	stockton	CA	077		38.0315	-121.2589	4
95213	Stockton	stockton	CA	077		37.9054	-121.2222	4
95214	Stockton	stockton	CA	077		37.9053	-121.2262	
95215	Stockton	stockton	CA	077		37.9551	-121.2041	4
95219	Stockton	stockton	CA	077		38.01	-121.3698	4
95220	Acampo	acampo	CA	077		38.2004	-121.2186	4
95227	Clements	clements	CA	077		38.1929	-121.0811	4
95230	Farmington	farmington	CA	077		37.9299	-121.0002	4
95231	French Camp	french-camp	CA	077		37.878	-121.2827	4
95234	Holt	holt	CA	077		37.9344	-121.4261	4
95236	Linden	linden	CA	077		38.032	-121.0493	4
95237	Lockeford	lockeford	CA	077		38.1613	-121.1424	4
95240	Lodi	lodi	CA	077		38.1222	-121.2555	4
95241	Lodi	lodi	CA	077		38.1327	-121.2724	4
95242	Lodi	lodi	CA	077		38.1308	-121.3345	4
95253	Victor	victor	CA	077		38.138	-121.205	4
95258	Woodbridge	woodbridge	CA	077		38.1551	-121.3086	4
95267	Stockton	stockton	CA	077		38.0003	-121.3174	4
95269	Stockton	stockton	CA	077		38.0187	-121.3225	4
95296	Stockton	stockton	CA	077		37.9577	-121.2908	4
95297	Stockton	stockton	CA	077		38.0025	-121.324	4
95304	Tracy	tracy	CA	077		37.7319	-121.4096	4
95320	Escalon	escalon	CA	077		37.7983	-121.0006	4
95330	Lathrop	lathrop	CA	077		37.8209	-121.2827	4
95336	Manteca	manteca	CA	077		37.8134	-121.2132	4
95337	Manteca	manteca	CA	077		37.7808	-121.2344	4
95366	Ripon	ripon	CA	077		37.7491	-121.1284	4
95376	Tracy	tracy	CA	077		37.7383	-121.4345	4
95377	Tracy	tracy	CA	077		37.6567	-121.4955	4
95378	Tracy	tracy	CA	077		37.6761	-121.433	4
95385	Vernalis	vernalis	CA	077		37.6176	-121.2581	4
95391	Tracy	tracy	CA	077		37.7695	-121.5397	4
95686	Thornton	thornton	CA	077		38.2261	-121.4236	4
93401	San Luis Obispo	san-luis-obispo	CA	079		35.2635	-120.6509	4
93402	Los Osos	los-osos	CA	079		35.3172	-120.8333	4
93403	San Luis Obispo	san-luis-obispo	CA	079		35.2828	-120.6596	4
93405	San Luis Obispo	san-luis-obispo	CA	079		35.2901	-120.6817	4
93406	San Luis Obispo	san-luis-obispo	CA	079		35.2828	-120.6596	4
93407	San Luis Obispo	san-luis-obispo	CA	079		35.2828	-120.6596	4
93408	San Luis Obispo	san-luis-obispo	CA	079		35.2828	-120.6596	4
93409	San Luis Obispo	san-luis-obispo	CA	079		35.2211	-120.6364	4
93410	San Luis Obispo	san-luis-obispo	CA	079		35.3471	-120.4553	4
93412	Los Osos	los-osos	CA	079		35.3111	-120.8324	4
93420	Arroyo Grande	arroyo-grande	CA	079		35.1661	-120.4651	4
93421	Arroyo Grande	arroyo-grande	CA	079		35.1186	-120.5907	4
93422	Atascadero	atascadero	CA	079		35.4754	-120.6638	4
93423	Atascadero	atascadero	CA	079		35.4282	-120.7695	4
93424	Avila Beach	avila-beach	CA	079		35.18	-120.7318	4
93428	Cambria	cambria	CA	079		35.5566	-121.084	4
93430	Cayucos	cayucos	CA	079		35.4446	-120.8908	4
93432	Creston	creston	CA	079		35.4779	-120.4361	4
93433	Grover Beach	grover-beach	CA	079		35.121	-120.6173	4
93435	Harmony	harmony	CA	079		35.4919	-120.9763	4
93442	Morro Bay	morro-bay	CA	079		35.3795	-120.8447	4
93443	Morro Bay	morro-bay	CA	079		35.3658	-120.8499	4
93444	Nipomo	nipomo	CA	079		35.0298	-120.4894	4
93445	Oceano	oceano	CA	079		35.1019	-120.608	4
93446	Paso Robles	paso-robles	CA	079		35.6406	-120.7003	4
93447	Paso Robles	paso-robles	CA	079		35.7562	-120.6935	4
93448	Pismo Beach	pismo-beach	CA	079		35.1428	-120.6413	4
93449	Pismo Beach	pismo-beach	CA	079		35.1578	-120.6522	4
93451	San Miguel	san-miguel	CA	079		35.9004	-120.5929	4
93452	San Simeon	san-simeon	CA	079		35.6668	-121.144	4
93453	Santa Margarita	santa-margarita	CA	079		35.3584	-120.2596	4
93461	Shandon	shandon	CA	079		35.6513	-120.372	4
93465	Templeton	templeton	CA	079		35.5551	-120.7107	4
93475	Oceano	oceano	CA	079		35.1004	-120.6111	4
93483	Grover Beach	grover-beach	CA	079		35.1216	-120.6213	4
94002	Belmont	belmont	CA	081		37.5174	-122.2927	4
94005	Brisbane	brisbane	CA	081		37.6811	-122.4001	4
94010	Burlingame	burlingame	CA	081		37.5671	-122.3676	4
94011	Burlingame	burlingame	CA	081		37.5841	-122.3661	4
94014	Daly City	daly-city	CA	081		37.6875	-122.4388	4
94015	Daly City	daly-city	CA	081		37.6787	-122.478	4
94016	Daly City	daly-city	CA	081		37.7058	-122.4619	4
94017	Daly City	daly-city	CA	081		37.7058	-122.4619	4
94018	El Granada	el-granada	CA	081		37.5101	-122.4734	4
94019	Half Moon Bay	half-moon-bay	CA	081		37.4791	-122.4459	4
94020	La Honda	la-honda	CA	081		37.2726	-122.2495	4
94021	Loma Mar	loma-mar	CA	081		37.2708	-122.2807	4
94025	Menlo Park	menlo-park	CA	081		37.4396	-122.1864	4
94026	Menlo Park	menlo-park	CA	081		37.3811	-122.3348	4
94027	Atherton	atherton	CA	081		37.4563	-122.2002	4
94028	Portola Valley	portola-valley	CA	081		37.3702	-122.2182	4
94030	Millbrae	millbrae	CA	081		37.6004	-122.402	4
94037	Montara	montara	CA	081		37.5428	-122.5052	4
94038	Moss Beach	moss-beach	CA	081		37.531	-122.5068	4
94044	Pacifica	pacifica	CA	081		37.6196	-122.4816	4
94060	Pescadero	pescadero	CA	081		37.2065	-122.3649	4
94061	Redwood City	redwood-city	CA	081		37.4647	-122.2304	4
94062	Redwood City	redwood-city	CA	081		37.4245	-122.296	4
94063	Redwood City	redwood-city	CA	081		37.4815	-122.2091	4
94064	Redwood City	redwood-city	CA	081		37.3811	-122.3348	4
94065	Redwood City	redwood-city	CA	081		37.5331	-122.2486	4
94066	San Bruno	san-bruno	CA	081		37.6247	-122.429	4
94070	San Carlos	san-carlos	CA	081		37.4969	-122.2674	4
94074	San Gregorio	san-gregorio	CA	081		37.3255	-122.3556	4
94080	South San Francisco	south-san-francisco	CA	081		37.6574	-122.4235	4
94083	South San Francisco	south-san-francisco	CA	081		37.6547	-122.4077	4
94128	San Francisco	san-francisco	CA	081		37.6216	-122.3929	1
94303	Palo Alto	palo-alto	CA	081		37.4673	-122.1388	4
94401	San Mateo	san-mateo	CA	081		37.5735	-122.3225	4
94402	San Mateo	san-mateo	CA	081		37.5507	-122.3276	4
94403	San Mateo	san-mateo	CA	081		37.5395	-122.2998	4
94404	San Mateo	san-mateo	CA	081		37.5538	-122.27	4
94497	San Mateo	san-mateo	CA	081		37.5347	-122.3259	4
93013	Carpinteria	carpinteria	CA	083		34.4036	-119.5183	4
93014	Carpinteria	carpinteria	CA	083		34.3989	-119.5185	4
93067	Summerland	summerland	CA	083		34.4214	-119.5965	4
93101	Santa Barbara	santa-barbara	CA	083		34.4197	-119.7078	4
93102	Santa Barbara	santa-barbara	CA	083		34.4208	-119.6982	4
93103	Santa Barbara	santa-barbara	CA	083		34.4291	-119.6833	4
93105	Santa Barbara	santa-barbara	CA	083		34.4369	-119.7285	4
93106	Santa Barbara	santa-barbara	CA	083		34.4329	-119.8371	4
93107	Santa Barbara	santa-barbara	CA	083		34.4218	-119.8637	4
93108	Santa Barbara	santa-barbara	CA	083		34.4378	-119.6159	4
93109	Santa Barbara	santa-barbara	CA	083		34.4038	-119.7194	4
93110	Santa Barbara	santa-barbara	CA	083		34.4418	-119.7647	4
93111	Santa Barbara	santa-barbara	CA	083		34.4453	-119.8025	4
93116	Goleta	goleta	CA	083		34.4358	-119.8276	4
93117	Goleta	goleta	CA	083		34.4296	-119.8612	4
93118	Goleta	goleta	CA	083		34.4358	-119.8276	4
93120	Santa Barbara	santa-barbara	CA	083		34.4208	-119.6982	4
93121	Santa Barbara	santa-barbara	CA	083		34.4208	-119.6982	4
93130	Santa Barbara	santa-barbara	CA	083		34.4208	-119.6982	4
93140	Santa Barbara	santa-barbara	CA	083		34.4208	-119.6982	4
93150	Santa Barbara	santa-barbara	CA	083		34.4208	-119.6982	4
93160	Santa Barbara	santa-barbara	CA	083		34.4208	-119.6982	4
93190	Santa Barbara	santa-barbara	CA	083		34.4208	-119.6982	4
93199	Goleta	goleta	CA	083		34.2628	-119.8486	4
93254	New Cuyama	new-cuyama	CA	083		34.9967	-119.8238	4
93427	Buellton	buellton	CA	083		34.6209	-120.1922	4
93429	Casmalia	casmalia	CA	083		34.8458	-120.535	4
93434	Guadalupe	guadalupe	CA	083		34.96	-120.5703	4
93436	Lompoc	lompoc	CA	083		34.6583	-120.4506	4
93437	Lompoc	lompoc	CA	083		34.7532	-120.5171	4
93438	Lompoc	lompoc	CA	083		34.6392	-120.4579	4
93440	Los Alamos	los-alamos	CA	083		34.7457	-120.2049	4
93441	Los Olivos	los-olivos	CA	083		34.6678	-120.1149	4
93454	Santa Maria	santa-maria	CA	083		34.9545	-120.4325	4
93455	Santa Maria	santa-maria	CA	083		34.8286	-120.4268	4
93456	Santa Maria	santa-maria	CA	083		34.953	-120.4357	4
93457	Santa Maria	santa-maria	CA	083		34.953	-120.4357	4
93458	Santa Maria	santa-maria	CA	083		34.9535	-120.4957	4
93460	Santa Ynez	santa-ynez	CA	083		34.624	-120.0713	4
93463	Solvang	solvang	CA	083		34.6488	-120.1701	4
93464	Solvang	solvang	CA	083		34.6744	-120.1115	4
94022	Los Altos	los-altos	CA	085		37.3814	-122.1258	4
94023	Los Altos	los-altos	CA	085		37.3852	-122.1141	4
94024	Los Altos	los-altos	CA	085		37.3547	-122.0862	4
94035	Mountain View	mountain-view	CA	085		37.3861	-122.0839	4
94039	Mountain View	mountain-view	CA	085		37.3861	-122.0839	4
94040	Mountain View	mountain-view	CA	085		37.3855	-122.088	4
94041	Mountain View	mountain-view	CA	085		37.3893	-122.0783	4
94042	Mountain View	mountain-view	CA	085		37.3861	-122.0839	4
94043	Mountain View	mountain-view	CA	085		37.4056	-122.0775	4
94085	Sunnyvale	sunnyvale	CA	085		37.3886	-122.0177	4
94086	Sunnyvale	sunnyvale	CA	085		37.3764	-122.0238	4
94087	Sunnyvale	sunnyvale	CA	085		37.3502	-122.0349	4
94088	Sunnyvale	sunnyvale	CA	085		37.3688	-122.0363	4
94089	Sunnyvale	sunnyvale	CA	085		37.3983	-122.0006	4
94301	Palo Alto	palo-alto	CA	085		37.4443	-122.1497	4
94302	Palo Alto	palo-alto	CA	085		37.4419	-122.143	4
94304	Palo Alto	palo-alto	CA	085		37.4334	-122.1842	4
94305	Stanford	stanford	CA	085		37.4236	-122.1619	4
94306	Palo Alto	palo-alto	CA	085		37.418	-122.1274	4
94309	Palo Alto	palo-alto	CA	085		37.4419	-122.143	4
95002	Alviso	alviso	CA	085		37.426	-121.9736	4
95008	Campbell	campbell	CA	085		37.2803	-121.9539	4
95009	Campbell	campbell	CA	085		37.2872	-121.9488	4
95011	Campbell	campbell	CA	085		37.294	-121.9571	4
95013	Coyote	coyote	CA	085		37.2123	-121.7416	4
95014	Cupertino	cupertino	CA	085		37.318	-122.0449	4
95015	Cupertino	cupertino	CA	085		37.323	-122.0527	4
95020	Gilroy	gilroy	CA	085		37.0139	-121.5773	4
95021	Gilroy	gilroy	CA	085		37.0095	-121.5705	4
95026	Holy City	holy-city	CA	085		37.1584	-121.986	4
95030	Los Gatos	los-gatos	CA	085		37.2296	-121.9834	4
95031	Los Gatos	los-gatos	CA	085		37.1574	-121.9676	4
95032	Los Gatos	los-gatos	CA	085		37.2417	-121.9554	4
95033	Los Gatos	los-gatos	CA	085		37.1539	-121.9816	4
95035	Milpitas	milpitas	CA	085		37.4352	-121.895	4
95036	Milpitas	milpitas	CA	085		37.424	-121.906	4
95037	Morgan Hill	morgan-hill	CA	085		37.1353	-121.6501	4
95038	Morgan Hill	morgan-hill	CA	085		37.1525	-121.6722	4
95042	New Almaden	new-almaden	CA	085		37.1771	-121.8207	4
95044	Redwood Estates	redwood-estates	CA	085		37.1584	-121.986	4
95046	San Martin	san-martin	CA	085		37.0911	-121.5999	4
95050	Santa Clara	santa-clara	CA	085		37.3492	-121.953	4
95051	Santa Clara	santa-clara	CA	085		37.3483	-121.9844	4
95052	Santa Clara	santa-clara	CA	085		37.3522	-121.9583	4
95053	Santa Clara	santa-clara	CA	085		37.3498	-121.9378	4
95054	Santa Clara	santa-clara	CA	085		37.3924	-121.9623	4
95055	Santa Clara	santa-clara	CA	085		37.3451	-121.9769	4
95056	Santa Clara	santa-clara	CA	085		37.3997	-121.9608	4
95070	Saratoga	saratoga	CA	085		37.2713	-122.0227	4
95071	Saratoga	saratoga	CA	085		37.2593	-122.0302	4
95101	San Jose	san-jose	CA	085		37.3894	-121.8868	4
95103	San Jose	san-jose	CA	085		37.3378	-121.8908	4
95106	San Jose	san-jose	CA	085		37.3378	-121.8908	4
95108	San Jose	san-jose	CA	085		37.3378	-121.8908	4
95109	San Jose	san-jose	CA	085		37.3378	-121.8908	4
95110	San Jose	san-jose	CA	085		37.3391	-121.9016	4
95111	San Jose	san-jose	CA	085		37.2827	-121.8265	4
95112	San Jose	san-jose	CA	085		37.3476	-121.887	4
95113	San Jose	san-jose	CA	085		37.3329	-121.8916	4
95115	San Jose	san-jose	CA	085		37.3378	-121.8908	4
95116	San Jose	san-jose	CA	085		37.3518	-121.8508	4
95117	San Jose	san-jose	CA	085		37.3108	-121.9623	4
95118	San Jose	san-jose	CA	085		37.2568	-121.8896	4
95119	San Jose	san-jose	CA	085		37.2329	-121.7875	4
95120	San Jose	san-jose	CA	085		37.2144	-121.8574	4
95121	San Jose	san-jose	CA	085		37.3042	-121.8099	4
95122	San Jose	san-jose	CA	085		37.3293	-121.8339	4
95123	San Jose	san-jose	CA	085		37.2458	-121.8306	4
95124	San Jose	san-jose	CA	085		37.2563	-121.9229	4
95125	San Jose	san-jose	CA	085		37.296	-121.8939	4
95126	San Jose	san-jose	CA	085		37.3249	-121.9153	4
95127	San Jose	san-jose	CA	085		37.3692	-121.8208	4
95128	San Jose	san-jose	CA	085		37.3163	-121.9356	4
95129	San Jose	san-jose	CA	085		37.3066	-122.0002	4
95130	San Jose	san-jose	CA	085		37.2886	-121.9818	4
95131	San Jose	san-jose	CA	085		37.3864	-121.88	4
95132	San Jose	san-jose	CA	085		37.4031	-121.8585	4
95133	San Jose	san-jose	CA	085		37.3729	-121.856	4
95134	San Jose	san-jose	CA	085		37.4087	-121.9406	4
95135	San Jose	san-jose	CA	085		37.2974	-121.7562	4
95136	San Jose	san-jose	CA	085		37.2685	-121.849	4
95138	San Jose	san-jose	CA	085		37.2602	-121.7709	4
95139	San Jose	san-jose	CA	085		37.2252	-121.7687	4
95140	Mount Hamilton	mount-hamilton	CA	085		37.3511	-121.6384	1
95141	San Jose	san-jose	CA	085		37.3394	-121.895	4
95148	San Jose	san-jose	CA	085		37.3304	-121.7913	4
95150	San Jose	san-jose	CA	085		37.3866	-121.897	4
95151	San Jose	san-jose	CA	085		37.3198	-121.8262	4
95152	San Jose	san-jose	CA	085		37.4022	-121.847	4
95153	San Jose	san-jose	CA	085		37.2488	-121.8459	4
95154	San Jose	san-jose	CA	085		37.2649	-121.9139	4
95155	San Jose	san-jose	CA	085		37.31	-121.9011	4
95156	San Jose	san-jose	CA	085		37.3576	-121.8416	4
95157	San Jose	san-jose	CA	085		37.3008	-121.9777	4
95158	San Jose	san-jose	CA	085		37.2625	-121.8779	4
95159	San Jose	san-jose	CA	085		37.3179	-121.9349	4
95160	San Jose	san-jose	CA	085		37.2187	-121.8601	4
95161	San Jose	san-jose	CA	085		37.3894	-121.8868	4
95164	San Jose	san-jose	CA	085		37.3916	-121.9203	4
95170	San Jose	san-jose	CA	085		37.3103	-122.0093	4
95172	San Jose	san-jose	CA	085		37.334	-121.8847	4
95173	San Jose	san-jose	CA	085		37.3352	-121.8938	4
95190	San Jose	san-jose	CA	085		37.3894	-121.8868	4
95191	San Jose	san-jose	CA	085		37.3262	-121.9158	4
95192	San Jose	san-jose	CA	085		37.3383	-121.8801	4
95193	San Jose	san-jose	CA	085		37.2441	-121.8287	4
95194	San Jose	san-jose	CA	085		37.3894	-121.8868	4
95196	San Jose	san-jose	CA	085		37.3338	-121.8894	4
95001	Aptos	aptos	CA	087		36.979	-121.898	4
95003	Aptos	aptos	CA	087		36.9797	-121.8902	4
95005	Ben Lomond	ben-lomond	CA	087		37.0882	-122.0887	4
95006	Boulder Creek	boulder-creek	CA	087		37.1547	-122.1365	4
95007	Brookdale	brookdale	CA	087		37.1063	-122.105	4
95010	Capitola	capitola	CA	087		36.9767	-121.9555	4
95017	Davenport	davenport	CA	087		37.0423	-122.2137	4
95018	Felton	felton	CA	087		37.0662	-122.0618	4
95019	Freedom	freedom	CA	087		36.9356	-121.7767	4
95041	Mount Hermon	mount-hermon	CA	087		37.0511	-122.0575	4
95060	Santa Cruz	santa-cruz	CA	087		37.0313	-122.1198	4
95061	Santa Cruz	santa-cruz	CA	087		36.9741	-122.0308	4
95062	Santa Cruz	santa-cruz	CA	087		36.9721	-121.9881	4
95063	Santa Cruz	santa-cruz	CA	087		36.9792	-122.0088	4
95064	Santa Cruz	santa-cruz	CA	087		36.9959	-122.0578	4
95065	Santa Cruz	santa-cruz	CA	087		37.0089	-121.9849	4
95066	Scotts Valley	scotts-valley	CA	087		37.0597	-122.0152	4
95067	Scotts Valley	scotts-valley	CA	087		37.0511	-122.0136	4
95073	Soquel	soquel	CA	087		37.0048	-121.9507	4
95076	Watsonville	watsonville	CA	087		36.9102	-121.7569	4
95077	Watsonville	watsonville	CA	087		36.9116	-121.7575	4
96001	Redding	redding	CA	089		40.5605	-122.4116	4
96002	Redding	redding	CA	089		40.5486	-122.3339	4
96003	Redding	redding	CA	089		40.6278	-122.353	4
96007	Anderson	anderson	CA	089		40.4574	-122.3282	4
96008	Bella Vista	bella-vista	CA	089		40.7409	-122.0725	4
96011	Big Bend	big-bend	CA	089		40.9749	-121.825	4
96013	Burney	burney	CA	089		40.8949	-121.655	4
96016	Cassel	cassel	CA	089		40.9337	-121.5677	4
96017	Castella	castella	CA	089		41.1103	-122.3161	4
96019	Shasta Lake	shasta-lake	CA	089		40.6969	-122.3683	4
96022	Cottonwood	cottonwood	CA	089		40.3691	-122.3375	4
96028	Fall River Mills	fall-river-mills	CA	089		41.0393	-121.4606	4
96033	French Gulch	french-gulch	CA	089		40.7035	-122.6229	4
96040	Hat Creek	hat-creek	CA	089		40.7677	-121.4637	4
96047	Igo	igo	CA	089		40.4318	-122.654	4
96049	Redding	redding	CA	089		40.7098	-122.3116	4
96051	Lakehead	lakehead	CA	089		40.9105	-122.4106	4
96056	Mcarthur	mcarthur	CA	089		41.0502	-121.3991	4
96062	Millville	millville	CA	089		40.5653	-122.1111	4
96065	Montgomery Creek	montgomery-creek	CA	089		40.9124	-121.9233	4
96069	Oak Run	oak-run	CA	089		40.6863	-122.0409	4
96070	Obrien	obrien	CA	089		40.7352	-122.1944	4
96071	Old Station	old-station	CA	089		40.6256	-121.4585	4
96073	Palo Cedro	palo-cedro	CA	089		40.5767	-122.2398	4
96076	Platina	platina	CA	089		40.376	-122.937	4
96079	Shasta Lake	shasta-lake	CA	089		40.6866	-122.3348	4
96084	Round Mountain	round-mountain	CA	089		40.794	-121.9419	4
96087	Shasta	shasta	CA	089		40.6109	-122.4968	4
96088	Shingletown	shingletown	CA	089		40.505	-121.8857	4
96089	Shasta Lake	shasta-lake	CA	089		40.6579	-122.4273	4
96095	Whiskeytown	whiskeytown	CA	089		40.6388	-122.5597	4
96096	Whitmore	whitmore	CA	089		40.6525	-121.8771	4
96099	Redding	redding	CA	089		40.7043	-122.3878	4
95910	Alleghany	alleghany	CA	091		39.4826	-120.8483	4
95936	Downieville	downieville	CA	091		39.569	-120.8344	4
95944	Goodyears Bar	goodyears-bar	CA	091		39.5399	-120.8844	4
96118	Loyalton	loyalton	CA	091		39.663	-120.2297	4
96124	Calpine	calpine	CA	091		39.6139	-120.4046	4
96125	Sierra City	sierra-city	CA	091		39.5936	-120.6269	4
96126	Sierraville	sierraville	CA	091		39.5825	-120.3711	4
95568	Somes Bar	somes-bar	CA	093		41.4533	-123.4634	4
96014	Callahan	callahan	CA	093		41.3833	-122.764	4
96023	Dorris	dorris	CA	093		41.9194	-121.9739	4
96025	Dunsmuir	dunsmuir	CA	093		41.2124	-122.2734	4
96027	Etna	etna	CA	093		41.4463	-123.01	4
96031	Forks Of Salmon	forks-of-salmon	CA	093		41.2191	-123.2363	1
96032	Fort Jones	fort-jones	CA	093		41.617	-122.8832	4
96034	Gazelle	gazelle	CA	093		41.5105	-122.5371	4
96037	Greenview	greenview	CA	093		41.5403	-122.9366	4
96038	Grenada	grenada	CA	093		41.6125	-122.5258	4
96039	Happy Camp	happy-camp	CA	093		41.8018	-123.388	4
96044	Hornbrook	hornbrook	CA	093		41.9077	-122.5265	4
96050	Klamath River	klamath-river	CA	093		41.8637	-122.8197	4
96057	Mccloud	mccloud	CA	093		41.2475	-122.1128	4
96058	Macdoel	macdoel	CA	093		41.883	-121.9445	4
96064	Montague	montague	CA	093		41.7243	-122.4638	4
96067	Mount Shasta	mount-shasta	CA	093		41.3174	-122.324	4
96085	Scott Bar	scott-bar	CA	093		41.7736	-122.9882	4
96086	Seiad Valley	seiad-valley	CA	093		41.8866	-123.2438	4
96094	Weed	weed	CA	093		41.4226	-122.3861	4
96097	Yreka	yreka	CA	093		41.7206	-122.6376	4
96134	Tulelake	tulelake	CA	093		41.9316	-121.4347	1
94510	Benicia	benicia	CA	095		38.0685	-122.1614	4
94512	Birds Landing	birds-landing	CA	095		38.1504	-121.8443	4
94533	Fairfield	fairfield	CA	095		38.2671	-122.0357	4
94534	Fairfield	fairfield	CA	095		38.2423	-122.1314	4
94535	Travis Afb	travis-afb	CA	095		38.2743	-121.9463	1
94571	Rio Vista	rio-vista	CA	095		38.1637	-121.7016	4
94585	Suisun City	suisun-city	CA	095		38.2408	-122.042	1
94589	Vallejo	vallejo	CA	095		38.1582	-122.2804	4
94590	Vallejo	vallejo	CA	095		38.1053	-122.2474	4
94591	Vallejo	vallejo	CA	095		38.0985	-122.2124	4
94592	Vallejo	vallejo	CA	095		38.0968	-122.2699	4
95620	Dixon	dixon	CA	095		38.4403	-121.8088	4
95625	Elmira	elmira	CA	095		38.3482	-121.91	4
95687	Vacaville	vacaville	CA	095		38.3482	-121.9538	4
95688	Vacaville	vacaville	CA	095		38.3847	-121.9887	4
95696	Vacaville	vacaville	CA	095		38.43	-122.0168	4
94922	Bodega	bodega	CA	097		38.3514	-122.9741	4
94923	Bodega Bay	bodega-bay	CA	097		38.3309	-123.0373	4
94926	Rohnert Park	rohnert-park	CA	097		38.3396	-122.7011	4
94927	Rohnert Park	rohnert-park	CA	097		38.3396	-122.7011	4
94928	Rohnert Park	rohnert-park	CA	097		38.347	-122.6941	4
94931	Cotati	cotati	CA	097		38.3259	-122.7048	4
94951	Penngrove	penngrove	CA	097		38.3153	-122.6483	4
94952	Petaluma	petaluma	CA	097		38.2403	-122.6777	4
94953	Petaluma	petaluma	CA	097		38.2324	-122.6367	4
94954	Petaluma	petaluma	CA	097		38.2507	-122.6155	4
94955	Petaluma	petaluma	CA	097		38.2324	-122.6367	4
94972	Valley Ford	valley-ford	CA	097		38.318	-122.9242	4
94975	Petaluma	petaluma	CA	097		38.2324	-122.6367	4
94999	Petaluma	petaluma	CA	097		38.2675	-122.6581	4
95401	Santa Rosa	santa-rosa	CA	097		38.4432	-122.7547	4
95402	Santa Rosa	santa-rosa	CA	097		38.4399	-122.7096	4
95403	Santa Rosa	santa-rosa	CA	097		38.4822	-122.7473	4
95404	Santa Rosa	santa-rosa	CA	097		38.4405	-122.7144	4
95405	Santa Rosa	santa-rosa	CA	097		38.4386	-122.6727	4
95406	Santa Rosa	santa-rosa	CA	097		38.4399	-122.7096	4
95407	Santa Rosa	santa-rosa	CA	097		38.4089	-122.7339	4
95409	Santa Rosa	santa-rosa	CA	097		38.4592	-122.6393	4
95412	Annapolis	annapolis	CA	097		38.7026	-123.3539	4
95416	Boyes Hot Springs	boyes-hot-springs	CA	097		38.3141	-122.4843	4
95419	Camp Meeker	camp-meeker	CA	097		38.425	-122.9485	4
95421	Cazadero	cazadero	CA	097		38.5918	-123.1965	4
95425	Cloverdale	cloverdale	CA	097		38.7931	-123.0074	4
95430	Duncans Mills	duncans-mills	CA	097		38.4538	-123.055	4
95431	Eldridge	eldridge	CA	097		38.3488	-122.5108	4
95433	El Verano	el-verano	CA	097		38.2993	-122.4867	4
95436	Forestville	forestville	CA	097		38.4923	-122.9042	4
95439	Fulton	fulton	CA	097		38.4947	-122.7761	4
95441	Geyserville	geyserville	CA	097		38.7173	-122.8834	4
95442	Glen Ellen	glen-ellen	CA	097		38.3662	-122.5196	4
95444	Graton	graton	CA	097		38.4335	-122.8676	4
95446	Guerneville	guerneville	CA	097		38.5055	-122.9965	4
95448	Healdsburg	healdsburg	CA	097		38.6184	-122.862	4
95450	Jenner	jenner	CA	097		38.4987	-123.1974	4
95452	Kenwood	kenwood	CA	097		38.4168	-122.5547	4
95462	Monte Rio	monte-rio	CA	097		38.4706	-123.0172	4
95465	Occidental	occidental	CA	097		38.4087	-122.9954	4
95471	Rio Nido	rio-nido	CA	097		38.521	-122.9769	4
95472	Sebastopol	sebastopol	CA	097		38.3941	-122.8433	4
95473	Sebastopol	sebastopol	CA	097		38.4022	-122.8227	4
95476	Sonoma	sonoma	CA	097		38.2849	-122.4696	4
95480	Stewarts Point	stewarts-point	CA	097		38.7082	-123.3478	4
95486	Villa Grande	villa-grande	CA	097		38.4741	-123.0242	4
95487	Vineburg	vineburg	CA	097		38.2725	-122.4375	4
95492	Windsor	windsor	CA	097		38.5443	-122.8073	4
95497	The Sea Ranch	the-sea-ranch	CA	097		38.7256	-123.4675	1
95307	Ceres	ceres	CA	099		37.5833	-120.9496	4
95313	Crows Landing	crows-landing	CA	099		37.4218	-121.0411	4
95316	Denair	denair	CA	099		37.539	-120.7758	4
95319	Empire	empire	CA	099		37.6382	-120.9005	4
95323	Hickman	hickman	CA	099		37.6156	-120.7011	4
95326	Hughson	hughson	CA	099		37.5964	-120.8627	4
95328	Keyes	keyes	CA	099		37.5591	-120.9148	4
95329	La Grange	la-grange	CA	099		37.6899	-120.3851	4
95350	Modesto	modesto	CA	099		37.6746	-121.0113	4
95351	Modesto	modesto	CA	099		37.6236	-120.9966	4
95352	Modesto	modesto	CA	099		37.6566	-121.0191	4
95353	Modesto	modesto	CA	099		37.6424	-120.9999	4
95354	Modesto	modesto	CA	099		37.6409	-120.9749	4
95355	Modesto	modesto	CA	099		37.6717	-120.9482	4
95356	Modesto	modesto	CA	099		37.7005	-121.0252	4
95357	Modesto	modesto	CA	099		37.6693	-120.8817	4
95358	Modesto	modesto	CA	099		37.6237	-121.0438	4
95360	Newman	newman	CA	099		37.3097	-121.0805	4
95361	Oakdale	oakdale	CA	099		37.7741	-120.8377	4
95363	Patterson	patterson	CA	099		37.4826	-121.1648	4
95367	Riverbank	riverbank	CA	099		37.7298	-120.942	4
95368	Salida	salida	CA	099		37.7083	-121.0864	4
95380	Turlock	turlock	CA	099		37.4888	-120.8535	4
95381	Turlock	turlock	CA	099		37.4994	-120.8428	4
95382	Turlock	turlock	CA	099		37.5239	-120.8517	4
95386	Waterford	waterford	CA	099		37.652	-120.7292	4
95387	Westley	westley	CA	099		37.5452	-121.2255	4
95397	Modesto	modesto	CA	099		37.6566	-121.0191	4
95659	Nicolaus	nicolaus	CA	101		38.8657	-121.557	4
95668	Pleasant Grove	pleasant-grove	CA	101		38.8115	-121.4982	4
95674	Rio Oso	rio-oso	CA	101		38.967	-121.4773	4
95676	Robbins	robbins	CA	101		38.8702	-121.7052	4
95953	Live Oak	live-oak	CA	101		39.2601	-121.6923	4
95957	Meridian	meridian	CA	101		39.052	-121.8061	4
95982	Sutter	sutter	CA	101		39.1779	-121.7758	4
95991	Yuba City	yuba-city	CA	101		39.1051	-121.6202	4
95992	Yuba City	yuba-city	CA	101		39.023	-121.6116	4
95993	Yuba City	yuba-city	CA	101		39.1237	-121.6611	4
96021	Corning	corning	CA	103		39.9296	-122.196	4
96029	Flournoy	flournoy	CA	103		39.9024	-122.4918	4
96035	Gerber	gerber	CA	103		40.043	-122.1649	4
96055	Los Molinos	los-molinos	CA	103		40.0497	-122.0992	4
96059	Manton	manton	CA	103		40.4331	-121.8365	4
96061	Mill Creek	mill-creek	CA	103		40.3263	-121.5228	4
96063	Mineral	mineral	CA	103		40.3564	-121.571	4
96074	Paskenta	paskenta	CA	103		39.8772	-122.5814	4
96075	Paynes Creek	paynes-creek	CA	103		40.3514	-121.765	4
96078	Proberta	proberta	CA	103		40.0815	-122.1705	4
96080	Red Bluff	red-bluff	CA	103		40.1795	-122.2383	4
96090	Tehama	tehama	CA	103		40.0271	-122.1233	4
96092	Vina	vina	CA	103		39.9272	-122.025	4
95527	Burnt Ranch	burnt-ranch	CA	105		40.7897	-123.4113	4
95552	Mad River	mad-river	CA	105		40.3316	-123.3904	4
95563	Salyer	salyer	CA	105		40.8558	-123.573	4
95595	Zenia	zenia	CA	105		40.2147	-123.3911	4
96010	Big Bar	big-bar	CA	105		40.748	-123.229	4
96024	Douglas City	douglas-city	CA	105		40.6342	-122.9239	4
96041	Hayfork	hayfork	CA	105		40.5504	-123.1634	4
96046	Hyampom	hyampom	CA	105		40.6137	-123.4488	4
96048	Junction City	junction-city	CA	105		40.7411	-123.0718	4
96052	Lewiston	lewiston	CA	105		40.746	-122.8426	4
96091	Trinity Center	trinity-center	CA	105		41.0615	-122.7239	4
96093	Weaverville	weaverville	CA	105		40.7317	-122.9353	4
93201	Alpaugh	alpaugh	CA	107		35.8877	-119.4873	4
93207	California Hot Springs	california-hot-springs	CA	107		35.8818	-118.6561	4
93208	Camp Nelson	camp-nelson	CA	107		36.1427	-118.6093	4
93218	Ducor	ducor	CA	107		35.8916	-119.0473	4
93219	Earlimart	earlimart	CA	107		35.8744	-119.281	4
93221	Exeter	exeter	CA	107		36.3041	-119.1293	4
93223	Farmersville	farmersville	CA	107		36.3002	-119.2054	4
93227	Goshen	goshen	CA	107		36.3572	-119.4254	4
93235	Ivanhoe	ivanhoe	CA	107		36.3856	-119.2189	4
93237	Kaweah	kaweah	CA	107		36.4727	-118.9029	4
93244	Lemon Cove	lemon-cove	CA	107		36.4969	-118.9941	4
93247	Lindsay	lindsay	CA	107		36.2096	-119.0884	4
93256	Pixley	pixley	CA	107		35.9553	-119.2564	4
93257	Porterville	porterville	CA	107		36.0686	-119.0315	4
93258	Porterville	porterville	CA	107		36.0331	-119.0073	4
93260	Posey	posey	CA	107		35.8135	-118.6643	4
93261	Richgrove	richgrove	CA	107		35.805	-119.1315	4
93262	Sequoia National Park	sequoia-national-park	CA	107		36.6007	-118.711	1
93265	Springville	springville	CA	107		36.1363	-118.7961	4
93267	Strathmore	strathmore	CA	107		36.1472	-119.0792	4
93270	Terra Bella	terra-bella	CA	107		35.957	-119.0312	4
93271	Three Rivers	three-rivers	CA	107		36.4377	-118.8875	4
93272	Tipton	tipton	CA	107		36.0546	-119.3078	4
93274	Tulare	tulare	CA	107		36.2022	-119.338	4
93275	Tulare	tulare	CA	107		36.2077	-119.3473	4
93277	Visalia	visalia	CA	107		36.3114	-119.3065	4
93278	Visalia	visalia	CA	107		36.3302	-119.2921	4
93279	Visalia	visalia	CA	107		36.3302	-119.2921	4
93282	Waukena	waukena	CA	107		36.1296	-119.5161	4
93286	Woodlake	woodlake	CA	107		36.4313	-119.0918	4
93290	Visalia	visalia	CA	107		36.3291	-119.2925	4
93291	Visalia	visalia	CA	107		36.3551	-119.301	4
93292	Visalia	visalia	CA	107		36.3302	-119.2921	4
93603	Badger	badger	CA	107		36.6313	-119.0132	4
93615	Cutler	cutler	CA	107		36.5243	-119.287	4
93618	Dinuba	dinuba	CA	107		36.5349	-119.3909	4
93619	Clovis	clovis	CA	107		36.8432	-119.6518	4
93633	Kings Canyon National Pk	kings-canyon-national-pk	CA	107		36.7341	-118.9588	1
93647	Orosi	orosi	CA	107		36.5464	-119.2815	4
93666	Sultana	sultana	CA	107		36.5455	-119.3401	4
93670	Yettem	yettem	CA	107		36.4718	-119.2594	4
93673	Traver	traver	CA	107		36.4552	-119.4848	4
95305	Big Oak Flat	big-oak-flat	CA	109		37.8235	-120.2582	4
95309	Chinese Camp	chinese-camp	CA	109		37.8594	-120.4069	4
95310	Columbia	columbia	CA	109		38.044	-120.3971	4
95321	Groveland	groveland	CA	109		37.8298	-120.1037	4
95327	Jamestown	jamestown	CA	109		37.8906	-120.4717	4
95335	Long Barn	long-barn	CA	109		38.093	-120.1344	4
95346	Mi Wuk Village	mi-wuk-village	CA	109		38.0675	-120.1794	4
95347	Moccasin	moccasin	CA	109		37.8108	-120.2988	4
95364	Pinecrest	pinecrest	CA	109		38.1889	-119.9924	4
95370	Sonora	sonora	CA	109		37.9957	-120.3368	4
95372	Soulsbyville	soulsbyville	CA	109		37.9926	-120.2624	4
09189	APO AE	apo-ae				49.2014	7.6053	
95373	Standard	standard	CA	109		37.9666	-120.3108	4
95375	Strawberry	strawberry	CA	109		38.2042	-120.0101	4
95379	Tuolumne	tuolumne	CA	109		37.9678	-120.2357	4
95383	Twain Harte	twain-harte	CA	109		38.0454	-120.2178	4
91319	Newbury Park	newbury-park	CA	111		34.1842	-118.9107	4
91320	Newbury Park	newbury-park	CA	111		34.1774	-118.9358	4
91358	Thousand Oaks	thousand-oaks	CA	111		34.1706	-118.8376	4
91359	Westlake Village	westlake-village	CA	111		34.1458	-118.8056	4
91360	Thousand Oaks	thousand-oaks	CA	111		34.2092	-118.8739	4
91361	Westlake Village	westlake-village	CA	111		34.1472	-118.8383	4
91362	Thousand Oaks	thousand-oaks	CA	111		34.1948	-118.8232	4
91377	Oak Park	oak-park	CA	111		34.185	-118.7669	4
93001	Ventura	ventura	CA	111		34.3308	-119.3584	4
93002	Ventura	ventura	CA	111		34.2783	-119.2932	4
93003	Ventura	ventura	CA	111		34.2846	-119.2222	4
93004	Ventura	ventura	CA	111		34.2788	-119.1651	4
93005	Ventura	ventura	CA	111		34.2783	-119.2932	4
93006	Ventura	ventura	CA	111		34.2783	-119.2932	4
93007	Ventura	ventura	CA	111		34.2783	-119.2932	4
93009	Ventura	ventura	CA	111		34.3562	-119.1462	4
93010	Camarillo	camarillo	CA	111		34.2313	-119.0464	4
93011	Camarillo	camarillo	CA	111		34.2164	-119.0376	4
93012	Camarillo	camarillo	CA	111		34.2218	-118.9866	4
93015	Fillmore	fillmore	CA	111		34.3992	-118.9182	4
93016	Fillmore	fillmore	CA	111		34.3992	-118.9182	4
93020	Moorpark	moorpark	CA	111		34.2856	-118.882	4
93021	Moorpark	moorpark	CA	111		34.2784	-118.8771	4
93022	Oak View	oak-view	CA	111		34.402	-119.2982	4
93023	Ojai	ojai	CA	111		34.4451	-119.2565	4
93024	Ojai	ojai	CA	111		34.448	-119.2429	4
93030	Oxnard	oxnard	CA	111		34.2141	-119.175	4
93031	Oxnard	oxnard	CA	111		34.0324	-119.1343	4
93032	Oxnard	oxnard	CA	111		34.1975	-119.1771	4
93033	Oxnard	oxnard	CA	111		34.1685	-119.1717	4
93034	Oxnard	oxnard	CA	111		34.0324	-119.1343	4
93035	Oxnard	oxnard	CA	111		34.1822	-119.216	4
93036	Oxnard	oxnard	CA	111		34.2351	-119.182	4
93040	Piru	piru	CA	111		34.4352	-118.7855	4
93041	Port Hueneme	port-hueneme	CA	111		34.1626	-119.1973	4
93042	Point Mugu Nawc	point-mugu-nawc	CA	111		34.1134	-119.1124	1
93043	Port Hueneme Cbc Base	port-hueneme-cbc-base	CA	111		34.1621	-119.2074	1
93044	Port Hueneme	port-hueneme	CA	111		34.1478	-119.1951	4
93060	Santa Paula	santa-paula	CA	111		34.3547	-119.0713	4
93061	Santa Paula	santa-paula	CA	111		34.3542	-119.0593	4
93062	Simi Valley	simi-valley	CA	111		34.2694	-118.7815	4
93063	Simi Valley	simi-valley	CA	111		34.3046	-118.6844	4
93064	Brandeis	brandeis	CA	111		34.2582	-118.7107	1
93065	Simi Valley	simi-valley	CA	111		34.2656	-118.7653	4
93066	Somis	somis	CA	111		34.2798	-119.0115	4
93094	Simi Valley	simi-valley	CA	111		34.2694	-118.7815	4
93099	Simi Valley	simi-valley	CA	111		34.2694	-118.7815	4
95605	West Sacramento	west-sacramento	CA	113		38.5927	-121.5325	4
95606	Brooks	brooks	CA	113		38.8065	-122.2039	4
95607	Capay	capay	CA	113		38.7209	-122.0912	4
95612	Clarksburg	clarksburg	CA	113		38.3945	-121.5641	4
95616	Davis	davis	CA	113		38.5538	-121.7418	4
95617	Davis	davis	CA	113		38.5494	-121.7253	4
95618	Davis	davis	CA	113		38.5449	-121.7405	4
95627	Esparto	esparto	CA	113		38.7061	-122.0152	4
95637	Guinda	guinda	CA	113		38.8407	-122.2036	4
95645	Knights Landing	knights-landing	CA	113		38.8517	-121.7334	4
95653	Madison	madison	CA	113		38.6802	-121.9721	4
95679	Rumsey	rumsey	CA	113		38.8953	-122.3079	4
95691	West Sacramento	west-sacramento	CA	113		38.5673	-121.5516	4
95694	Winters	winters	CA	113		38.5322	-121.9676	4
95695	Woodland	woodland	CA	113		38.6816	-121.8052	4
95697	Yolo	yolo	CA	113		38.7343	-121.8066	4
95698	Zamora	zamora	CA	113		38.8204	-121.9191	4
95776	Woodland	woodland	CA	113		38.6808	-121.7411	4
95798	West Sacramento	west-sacramento	CA	113		38.5805	-121.5291	4
95799	West Sacramento	west-sacramento	CA	113		38.5713	-121.5715	4
95937	Dunnigan	dunnigan	CA	113		38.887	-121.9992	4
95692	Wheatland	wheatland	CA	115		39.0337	-121.4235	4
95901	Marysville	marysville	CA	115		39.1663	-121.5105	4
95903	Beale Afb	beale-afb	CA	115		39.1115	-121.3604	1
95918	Browns Valley	browns-valley	CA	115		39.2882	-121.3303	4
95919	Brownsville	brownsville	CA	115		39.4525	-121.2612	4
95922	Camptonville	camptonville	CA	115		39.4518	-121.0486	4
95925	Challenge	challenge	CA	115		39.4685	-121.1936	4
95935	Dobbins	dobbins	CA	115		39.3662	-121.2256	4
95961	Olivehurst	olivehurst	CA	115		39.0861	-121.5497	4
95962	Oregon House	oregon-house	CA	115		39.3459	-121.2663	4
95972	Rackerby	rackerby	CA	115		39.4256	-121.3252	4
95981	Strawberry Valley	strawberry-valley	CA	115		39.687	-121.045	4
80011	Aurora	aurora	CO	001		39.7378	-104.8152	4
80019	Aurora	aurora	CO	001		39.7656	-104.7069	4
80022	Commerce City	commerce-city	CO	001		39.8259	-104.9113	4
80024	Dupont	dupont	CO	001		39.8445	-104.9188	4
80030	Westminster	westminster	CO	001		39.8302	-105.037	4
80031	Westminster	westminster	CO	001		39.8753	-105.0345	4
80035	Westminster	westminster	CO	001		39.8367	-105.0372	4
80036	Westminster	westminster	CO	001		39.8367	-105.0372	4
80037	Commerce City	commerce-city	CO	001		39.8083	-104.9339	4
80040	Aurora	aurora	CO	001		39.7294	-104.8319	4
80042	Aurora	aurora	CO	001		39.7294	-104.8319	4
80045	Aurora	aurora	CO	001		39.7467	-104.8384	4
80102	Bennett	bennett	CO	001		39.7589	-104.4275	4
80136	Strasburg	strasburg	CO	001		39.7814	-104.2683	4
80137	Watkins	watkins	CO	001		39.7623	-104.5834	4
80221	Denver	denver	CO	001		39.838	-104.9988	4
80229	Denver	denver	CO	001		39.8671	-104.9227	4
80233	Denver	denver	CO	001		39.9015	-104.9407	4
80234	Denver	denver	CO	001		39.9108	-105.0109	4
80241	Thornton	thornton	CO	001		39.868	-104.9719	4
80260	Denver	denver	CO	001		39.8672	-105.0041	4
80601	Brighton	brighton	CO	001		39.943	-104.7866	4
80602	Brighton	brighton	CO	001		39.9636	-104.9072	4
80603	Brighton	brighton	CO	001		39.9515	-104.7746	4
80614	Eastlake	eastlake	CO	001		39.9239	-104.9614	4
80640	Henderson	henderson	CO	001		39.8983	-104.8718	4
81101	Alamosa	alamosa	CO	003		37.4703	-105.8786	4
81102	Alamosa	alamosa	CO	003		37.476	-105.8818	4
81136	Hooper	hooper	CO	003		37.7232	-105.8712	4
81146	Mosca	mosca	CO	003		37.6358	-105.8069	4
80010	Aurora	aurora	CO	005		39.7368	-104.8646	1
80012	Aurora	aurora	CO	005		39.6987	-104.8377	1
80013	Aurora	aurora	CO	005		39.6575	-104.7846	1
80014	Aurora	aurora	CO	005		39.6662	-104.835	1
80015	Aurora	aurora	CO	005		39.6255	-104.7874	1
80016	Aurora	aurora	CO	005		39.6012	-104.7394	1
80017	Aurora	aurora	CO	005		39.6948	-104.7881	1
80018	Aurora	aurora	CO	005		39.7102	-104.7071	1
80041	Aurora	aurora	CO	005		39.7388	-104.4083	1
80044	Aurora	aurora	CO	005		39.7388	-104.4083	1
80046	Aurora	aurora	CO	005		39.7388	-104.4083	1
80047	Aurora	aurora	CO	005		39.7388	-104.4083	1
80103	Byers	byers	CO	005		39.6985	-104.2019	4
80105	Deer Trail	deer-trail	CO	005		39.5931	-104.068	4
80110	Englewood	englewood	CO	005		39.6463	-105.0092	4
80111	Englewood	englewood	CO	005		39.6123	-104.8799	4
80112	Englewood	englewood	CO	005		39.5805	-104.9011	4
80113	Englewood	englewood	CO	005		39.6405	-104.9614	4
80120	Littleton	littleton	CO	005		39.5994	-105.0044	4
80121	Littleton	littleton	CO	005		39.6111	-104.9532	4
80122	Littleton	littleton	CO	005		39.5814	-104.9557	4
80150	Englewood	englewood	CO	005		39.6478	-104.9878	4
80151	Englewood	englewood	CO	005		39.6478	-104.9878	4
80155	Englewood	englewood	CO	005		39.6478	-104.9878	4
80160	Littleton	littleton	CO	005		39.6133	-105.0166	4
80161	Littleton	littleton	CO	005		39.6133	-105.0166	4
80165	Littleton	littleton	CO	005		39.6133	-105.0166	4
80166	Littleton	littleton	CO	005		39.6133	-105.0166	4
81121	Arboles	arboles	CO	007		37.0281	-107.4192	4
81128	Chromo	chromo	CO	007		37.0364	-106.8434	4
81147	Pagosa Springs	pagosa-springs	CO	007		37.2523	-107.0385	4
81157	Pagosa Springs	pagosa-springs	CO	007		37.2694	-107.0098	4
81029	Campo	campo	CO	009		37.1195	-102.5464	4
81064	Pritchett	pritchett	CO	009		37.2723	-102.9145	4
81073	Springfield	springfield	CO	009		37.4067	-102.6173	4
81084	Two Buttes	two-buttes	CO	009		37.5214	-102.4332	4
81087	Vilas	vilas	CO	009		37.373	-102.4437	4
81090	Walsh	walsh	CO	009		37.3521	-102.2537	1
81038	Fort Lyon	fort-lyon	CO	011		37.9555	-103.0725	4
81044	Hasty	hasty	CO	011		37.959	-103.015	4
81054	Las Animas	las-animas	CO	011		37.923	-103.0884	4
81057	Mc Clave	mc-clave	CO	011		38.085	-102.8869	1
80020	Broomfield	broomfield	CO	013		39.9245	-105.0609	4
80025	Eldorado Springs	eldorado-springs	CO	013		39.9324	-105.288	4
80026	Lafayette	lafayette	CO	013		39.998	-105.0963	4
80027	Louisville	louisville	CO	013		39.9789	-105.1456	4
80038	Broomfield	broomfield	CO	013		39.9205	-105.0867	4
80301	Boulder	boulder	CO	013		40.0497	-105.2143	4
80302	Boulder	boulder	CO	013		40.0172	-105.2851	4
80303	Boulder	boulder	CO	013		39.9914	-105.2392	4
80304	Boulder	boulder	CO	013		40.0375	-105.2771	4
80305	Boulder	boulder	CO	013		39.9807	-105.2531	4
80306	Boulder	boulder	CO	013		40.1022	-105.3847	4
80307	Boulder	boulder	CO	013		40.0878	-105.3735	4
80308	Boulder	boulder	CO	013		40.0277	-105.3868	4
80309	Boulder	boulder	CO	013		40.015	-105.2705	4
80310	Boulder	boulder	CO	013		40.015	-105.2705	4
80314	Boulder	boulder	CO	013		40.0878	-105.3735	4
80455	Jamestown	jamestown	CO	013		40.1155	-105.3886	4
80466	Nederland	nederland	CO	013		39.9703	-105.4813	4
80471	Pinecliffe	pinecliffe	CO	013		39.9319	-105.4283	4
80481	Ward	ward	CO	013		40.0726	-105.508	4
80501	Longmont	longmont	CO	013		40.1779	-105.1009	4
80502	Longmont	longmont	CO	013		40.1672	-105.1019	4
80503	Longmont	longmont	CO	013		40.1559	-105.1624	4
80510	Allenspark	allenspark	CO	013		40.2268	-105.5201	4
80533	Hygiene	hygiene	CO	013		40.1815	-105.2327	4
80540	Lyons	lyons	CO	013		40.2357	-105.3231	4
80544	Niwot	niwot	CO	013		40.1039	-105.1708	4
80023	Broomfield	broomfield	CO	014		39.9619	-105.0148	4
81201	Salida	salida	CO	015		38.5259	-105.9978	4
81211	Buena Vista	buena-vista	CO	015		38.838	-106.1471	4
81227	Monarch	monarch	CO	015		38.553	-106.2946	4
81228	Granite	granite	CO	015		39.0307	-106.2566	4
81236	Nathrop	nathrop	CO	015		38.7103	-106.1166	4
81242	Poncha Springs	poncha-springs	CO	015		38.5128	-106.0772	4
80802	Arapahoe	arapahoe	CO	017		38.8417	-102.194	4
80810	Cheyenne Wells	cheyenne-wells	CO	017		38.8198	-102.3582	4
80825	Kit Carson	kit-carson	CO	017		38.804	-102.8198	4
80862	Wild Horse	wild-horse	CO	017		38.8041	-103.0798	4
80436	Dumont	dumont	CO	019		39.7647	-105.6003	4
80438	Empire	empire	CO	019		39.7614	-105.6844	4
80444	Georgetown	georgetown	CO	019		39.7061	-105.6975	4
80452	Idaho Springs	idaho-springs	CO	019		39.7402	-105.5983	4
80476	Silver Plume	silver-plume	CO	019		39.6996	-105.7507	4
81120	Antonito	antonito	CO	021		37.0855	-106.0379	4
81124	Capulin	capulin	CO	021		37.2839	-106.1114	4
81129	Conejos	conejos	CO	021		37.1011	-106.0265	4
81140	La Jara	la-jara	CO	021		37.2907	-106.0054	4
81141	Manassa	manassa	CO	021		37.1755	-105.9278	4
81148	Romeo	romeo	CO	021		37.1721	-105.9858	4
81151	Sanford	sanford	CO	021		37.2583	-105.9047	4
81123	Blanca	blanca	CO	023		37.4317	-105.5178	4
81126	Chama	chama	CO	023		37.162	-105.3783	4
81133	Fort Garland	fort-garland	CO	023		37.427	-105.4049	4
81138	Jaroso	jaroso	CO	023		37.0028	-105.6242	4
81152	San Luis	san-luis	CO	023		37.1066	-105.4781	4
81033	Crowley	crowley	CO	025		38.1931	-103.8561	4
81034	Crowley	crowley	CO	025		38.1931	-103.8561	4
81062	Olney Springs	olney-springs	CO	025		38.2019	-103.941	4
81063	Ordway	ordway	CO	025		38.2095	-103.8003	4
81076	Sugar City	sugar-city	CO	025		38.2444	-103.6556	4
81252	Westcliffe	westcliffe	CO	027		38.123	-105.4332	4
81253	Wetmore	wetmore	CO	027		38.1217	-105.1477	4
81410	Austin	austin	CO	029		38.7975	-107.9738	4
81413	Cedaredge	cedaredge	CO	029		38.9119	-107.9268	4
81414	Cory	cory	CO	029		38.7887	-107.9862	4
81415	Crawford	crawford	CO	029		38.6941	-107.6149	4
81416	Delta	delta	CO	029		38.7349	-108.0604	4
81418	Eckert	eckert	CO	029		38.845	-107.9625	4
81419	Hotchkiss	hotchkiss	CO	029		38.8124	-107.7472	4
81420	Lazear	lazear	CO	029		38.7817	-107.7808	4
81428	Paonia	paonia	CO	029		38.865	-107.5985	4
80201	Denver	denver	CO	031		39.7263	-104.8568	4
80202	Denver	denver	CO	031		39.7491	-104.9946	4
80203	Denver	denver	CO	031		39.7313	-104.9811	4
80204	Denver	denver	CO	031		39.734	-105.0259	4
80205	Denver	denver	CO	031		39.759	-104.9661	4
80206	Denver	denver	CO	031		39.7331	-104.9524	4
80207	Denver	denver	CO	031		39.7584	-104.9177	4
80208	Denver	denver	CO	031		39.7392	-104.9847	4
80209	Denver	denver	CO	031		39.7074	-104.9686	4
80210	Denver	denver	CO	031		39.679	-104.9631	4
80211	Denver	denver	CO	031		39.7665	-105.0204	4
80212	Denver	denver	CO	031		39.7683	-105.0493	4
80216	Denver	denver	CO	031		39.7835	-104.9669	4
80217	Denver	denver	CO	031		39.7392	-104.9847	4
80218	Denver	denver	CO	031		39.7327	-104.9717	4
80219	Denver	denver	CO	031		39.6956	-105.0341	4
80220	Denver	denver	CO	031		39.7312	-104.9129	4
80222	Denver	denver	CO	031		39.671	-104.9279	4
80223	Denver	denver	CO	031		39.7002	-105.0028	4
80224	Denver	denver	CO	031		39.688	-104.9108	4
80227	Denver	denver	CO	031		39.6667	-105.0854	4
80230	Denver	denver	CO	031		39.7218	-104.8951	4
80231	Denver	denver	CO	031		39.6793	-104.8843	4
80235	Denver	denver	CO	031		39.6472	-105.0795	4
80236	Denver	denver	CO	031		39.6535	-105.0376	4
80237	Denver	denver	CO	031		39.6431	-104.8987	4
80238	Denver	denver	CO	031		39.7392	-104.9847	4
80239	Denver	denver	CO	031		39.7878	-104.8288	4
80243	Denver	denver	CO	031		39.7392	-104.9847	4
80244	Denver	denver	CO	031		39.7392	-104.9847	4
80246	Denver	denver	CO	031		39.7086	-104.9312	4
80247	Denver	denver	CO	031		39.6971	-104.8819	4
80248	Denver	denver	CO	031		39.7392	-104.9847	4
80249	Denver	denver	CO	031		39.7783	-104.7557	4
80250	Denver	denver	CO	031		39.7392	-104.9847	4
80251	Denver	denver	CO	031		39.7392	-104.9847	4
80252	Denver	denver	CO	031		39.7392	-104.9847	4
80256	Denver	denver	CO	031		39.7474	-104.9928	4
80257	Denver	denver	CO	031		39.7392	-104.9847	4
80259	Denver	denver	CO	031		39.7462	-104.9913	4
80261	Denver	denver	CO	031		39.7379	-104.985	4
80262	Denver	denver	CO	031		39.731	-104.9384	4
80263	Denver	denver	CO	031		39.7392	-104.9847	4
80264	Denver	denver	CO	031		39.7426	-104.9863	4
80265	Denver	denver	CO	031		39.7392	-104.9847	4
80266	Denver	denver	CO	031		39.7472	-104.9915	4
80271	Denver	denver	CO	031		39.7392	-104.9847	4
80273	Denver	denver	CO	031		39.7273	-104.9875	4
80274	Denver	denver	CO	031		39.7439	-104.9876	4
80281	Denver	denver	CO	031		39.7439	-104.9876	4
80290	Denver	denver	CO	031		39.7436	-104.9876	4
80291	Denver	denver	CO	031		39.7439	-104.9876	4
80293	Denver	denver	CO	031		39.7458	-104.9907	4
80294	Denver	denver	CO	031		39.7491	-104.989	4
80299	Denver	denver	CO	031		39.7392	-104.9847	4
81320	Cahone	cahone	CO	033		37.7182	-108.7917	4
81324	Dove Creek	dove-creek	CO	033		37.7632	-108.9181	4
81332	Rico	rico	CO	033		37.6905	-108.0324	4
80104	Castle Rock	castle-rock	CO	035		39.3722	-104.8561	4
80108	Castle Rock	castle-rock	CO	035		39.4455	-104.853	4
80109	Castle Rock	castle-rock	CO	035		39.3643	-104.9014	4
80116	Franktown	franktown	CO	035		39.3728	-104.7256	4
80118	Larkspur	larkspur	CO	035		39.2011	-104.8546	4
80124	Lone Tree	lone-tree	CO	035		39.5517	-104.8863	4
80125	Littleton	littleton	CO	035		39.4845	-105.0561	4
80126	Littleton	littleton	CO	035		39.5437	-104.9691	4
80129	Littleton	littleton	CO	035		39.5397	-105.0109	4
80130	Littleton	littleton	CO	035		39.5414	-104.9218	4
80131	Louviers	louviers	CO	035		39.4764	-105.0075	4
80134	Parker	parker	CO	035		39.4895	-104.8447	4
80135	Sedalia	sedalia	CO	035		39.3113	-105.0676	4
80138	Parker	parker	CO	035		39.5102	-104.7216	4
80163	Littleton	littleton	CO	035		39.3479	-104.9947	4
80423	Bond	bond	CO	037		39.8691	-106.6763	4
80426	Burns	burns	CO	037		39.8739	-106.8856	4
80463	Mc Coy	mc-coy	CO	037		39.9134	-106.7309	1
81620	Avon	avon	CO	037		39.6313	-106.5108	4
81621	Basalt	basalt	CO	037		39.3535	-106.9988	4
81631	Eagle	eagle	CO	037		39.6341	-106.7588	4
81632	Edwards	edwards	CO	037		39.6382	-106.6206	4
81637	Gypsum	gypsum	CO	037		39.6618	-106.9671	4
81645	Minturn	minturn	CO	037		39.5805	-106.4176	4
81649	Red Cliff	red-cliff	CO	037		39.5122	-106.3681	4
81655	Wolcott	wolcott	CO	037		39.7028	-106.6786	4
81657	Vail	vail	CO	037		39.6512	-106.3234	4
81658	Vail	vail	CO	037		39.6242	-106.4973	4
80101	Agate	agate	CO	039		39.4203	-103.9846	4
80106	Elbert	elbert	CO	039		39.0969	-104.5746	4
80107	Elizabeth	elizabeth	CO	039		39.3836	-104.592	4
80117	Kiowa	kiowa	CO	039		39.324	-104.4523	4
80830	Matheson	matheson	CO	039		39.132	-103.9132	4
80835	Simla	simla	CO	039		39.2087	-104.0702	4
80132	Monument	monument	CO	041		39.1007	-104.8542	4
80133	Palmer Lake	palmer-lake	CO	041		39.1205	-104.9148	4
80808	Calhan	calhan	CO	041		38.9648	-104.3553	4
80809	Cascade	cascade	CO	041		38.8967	-104.9722	4
80817	Fountain	fountain	CO	041		38.6996	-104.7005	4
80819	Green Mountain Falls	green-mountain-falls	CO	041		38.9389	-105.0094	4
80829	Manitou Springs	manitou-springs	CO	041		38.855	-104.9058	4
80831	Peyton	peyton	CO	041		38.9541	-104.5472	4
80832	Ramah	ramah	CO	041		39.0736	-104.1247	4
80833	Rush	rush	CO	041		38.7642	-104.0241	4
80840	Usaf Academy	usaf-academy	CO	041		39.0896	-103.8188	1
80841	Usaf Academy	usaf-academy	CO	041		39.0896	-103.8188	1
80864	Yoder	yoder	CO	041		38.7753	-104.2184	4
80901	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80902	Colorado Springs	colorado-springs	CO	041		38.7536	-104.8063	4
80903	Colorado Springs	colorado-springs	CO	041		38.8388	-104.8145	4
80904	Colorado Springs	colorado-springs	CO	041		38.8533	-104.8595	4
80905	Colorado Springs	colorado-springs	CO	041		38.8377	-104.837	4
80906	Colorado Springs	colorado-springs	CO	041		38.7902	-104.8199	4
80907	Colorado Springs	colorado-springs	CO	041		38.876	-104.817	4
80908	Colorado Springs	colorado-springs	CO	041		39.0237	-104.6933	4
80909	Colorado Springs	colorado-springs	CO	041		38.852	-104.7735	4
80910	Colorado Springs	colorado-springs	CO	041		38.8152	-104.7703	4
80911	Colorado Springs	colorado-springs	CO	041		38.7457	-104.7223	4
80912	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80913	Colorado Springs	colorado-springs	CO	041		38.73	-104.7536	4
80914	Colorado Springs	colorado-springs	CO	041		38.8192	-104.7012	4
80915	Colorado Springs	colorado-springs	CO	041		38.8558	-104.7134	4
80916	Colorado Springs	colorado-springs	CO	041		38.8076	-104.7403	4
80917	Colorado Springs	colorado-springs	CO	041		38.886	-104.7399	4
80918	Colorado Springs	colorado-springs	CO	041		38.9129	-104.7734	4
80919	Colorado Springs	colorado-springs	CO	041		38.9268	-104.8464	4
80920	Colorado Springs	colorado-springs	CO	041		38.9497	-104.767	4
80921	Colorado Springs	colorado-springs	CO	041		39.0487	-104.814	4
80922	Colorado Springs	colorado-springs	CO	041		38.905	-104.6982	4
80923	Colorado Springs	colorado-springs	CO	041		38.9189	-104.7045	4
80924	Colorado Springs	colorado-springs	CO	041		38.9676	-104.7211	4
80925	Colorado Springs	colorado-springs	CO	041		38.7378	-104.6459	4
80926	Colorado Springs	colorado-springs	CO	041		38.6981	-104.8505	4
80927	Colorado Springs	colorado-springs	CO	041		38.9286	-104.6583	4
80928	Colorado Springs	colorado-springs	CO	041		38.6233	-104.457	4
80929	Colorado Springs	colorado-springs	CO	041		38.7968	-104.6079	4
80930	Colorado Springs	colorado-springs	CO	041		38.8289	-104.5269	4
80931	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80932	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80933	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80934	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80935	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80936	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80937	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80938	Colorado Springs	colorado-springs	CO	041		38.9047	-104.6634	4
80939	Colorado Springs	colorado-springs	CO	041		38.8776	-104.6774	4
80941	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80942	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80944	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80946	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80947	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80949	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80950	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80951	Colorado Springs	colorado-springs	CO	041		38.8881	-104.6556	4
80960	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80962	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80970	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80977	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80995	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
80997	Colorado Springs	colorado-springs	CO	041		38.8339	-104.8214	4
81212	Canon City	canon-city	CO	043		38.4451	-105.2178	4
81215	Canon City	canon-city	CO	043		38.4776	-105.4766	4
81221	Coal Creek	coal-creek	CO	043		38.3611	-105.1483	4
81222	Coaldale	coaldale	CO	043		38.3824	-105.7843	4
81223	Cotopaxi	cotopaxi	CO	043		38.3703	-105.6881	4
81226	Florence	florence	CO	043		38.385	-105.1232	4
81232	Hillside	hillside	CO	043		38.2653	-105.6117	4
81233	Howard	howard	CO	043		38.41	-105.7698	4
81240	Penrose	penrose	CO	043		38.4336	-105.0113	4
81244	Rockvale	rockvale	CO	043		38.3697	-105.1639	4
81290	Florence	florence	CO	043		38.3903	-105.1186	4
81601	Glenwood Springs	glenwood-springs	CO	045		39.5296	-107.3252	4
81602	Glenwood Springs	glenwood-springs	CO	045		39.5505	-107.3248	4
81623	Carbondale	carbondale	CO	045		39.2511	-107.2044	4
81635	Parachute	parachute	CO	045		39.4519	-108.0529	4
81636	Battlement Mesa	battlement-mesa	CO	045		39.4305	-108.0239	4
81647	New Castle	new-castle	CO	045		39.5709	-107.5428	4
81650	Rifle	rifle	CO	045		39.5491	-107.7898	4
81652	Silt	silt	CO	045		39.5028	-107.6657	4
80422	Black Hawk	black-hawk	CO	047		39.816	-105.4753	4
80427	Central City	central-city	CO	047		39.8019	-105.5142	4
80474	Rollinsville	rollinsville	CO	047		39.9172	-105.5011	4
80442	Fraser	fraser	CO	049		39.945	-105.8172	4
80446	Granby	granby	CO	049		40.0739	-105.9285	4
80447	Grand Lake	grand-lake	CO	049		40.2289	-105.8605	4
80451	Hot Sulphur Springs	hot-sulphur-springs	CO	049		40.0712	-106.0693	4
80459	Kremmling	kremmling	CO	049		40.0632	-106.3955	4
80468	Parshall	parshall	CO	049		39.9539	-106.093	4
80478	Tabernash	tabernash	CO	049		39.9797	-105.8615	4
80482	Winter Park	winter-park	CO	049		39.8939	-105.7845	4
81210	Almont	almont	CO	051		38.82	-106.6603	4
81224	Crested Butte	crested-butte	CO	051		38.8691	-106.9619	4
81225	Crested Butte	crested-butte	CO	051		38.9006	-106.9631	4
81230	Gunnison	gunnison	CO	051		38.5511	-106.931	4
81231	Gunnison	gunnison	CO	051		38.5458	-106.9253	4
81237	Ohio City	ohio-city	CO	051		38.5908	-106.6028	1
81239	Parlin	parlin	CO	051		38.5371	-106.6352	4
81241	Pitkin	pitkin	CO	051		38.6179	-106.5146	4
81243	Powderhorn	powderhorn	CO	051		38.2822	-107.1084	4
81434	Somerset	somerset	CO	051		38.9468	-107.3781	4
81235	Lake City	lake-city	CO	053		37.9868	-107.302	4
81040	Gardner	gardner	CO	055		37.7878	-105.1849	4
81055	La Veta	la-veta	CO	055		37.5117	-105.0575	4
81089	Walsenburg	walsenburg	CO	055		37.6465	-104.7798	1
80430	Coalmont	coalmont	CO	057		40.5383	-106.5321	4
80434	Cowdrey	cowdrey	CO	057		40.8597	-106.3131	4
80473	Rand	rand	CO	057		40.4667	-106.1857	4
80480	Walden	walden	CO	057		40.71	-106.2767	4
80001	Arvada	arvada	CO	059		39.8028	-105.0875	4
80002	Arvada	arvada	CO	059		39.7945	-105.0984	4
80003	Arvada	arvada	CO	059		39.8286	-105.0655	4
80004	Arvada	arvada	CO	059		39.8141	-105.1177	4
80005	Arvada	arvada	CO	059		39.8422	-105.1097	4
80006	Arvada	arvada	CO	059		39.8028	-105.0875	4
80007	Arvada	arvada	CO	059		39.8634	-105.1724	4
80021	Broomfield	broomfield	CO	059		39.8854	-105.1139	4
80033	Wheat Ridge	wheat-ridge	CO	059		39.774	-105.0962	4
80034	Wheat Ridge	wheat-ridge	CO	059		39.7661	-105.0772	4
80123	Littleton	littleton	CO	059		39.6206	-105.0901	4
80127	Littleton	littleton	CO	059		39.592	-105.1328	4
80128	Littleton	littleton	CO	059		39.5918	-105.0832	4
80162	Littleton	littleton	CO	059		39.522	-105.2239	4
80214	Denver	denver	CO	059		39.7436	-105.0643	4
80215	Denver	denver	CO	059		39.7435	-105.1009	4
80225	Denver	denver	CO	059		39.6971	-105.1204	4
80226	Denver	denver	CO	059		39.7123	-105.0918	4
80228	Denver	denver	CO	059		39.6888	-105.156	4
80232	Denver	denver	CO	059		39.6895	-105.0908	4
80401	Golden	golden	CO	059		39.7305	-105.1915	4
80402	Golden	golden	CO	059		39.7555	-105.2211	4
80403	Golden	golden	CO	059		39.8232	-105.2825	4
80419	Golden	golden	CO	059		39.522	-105.2239	4
80425	Buffalo Creek	buffalo-creek	CO	059		39.3867	-105.2703	4
80433	Conifer	conifer	CO	059		39.5197	-105.3169	4
80437	Evergreen	evergreen	CO	059		39.522	-105.2239	4
80439	Evergreen	evergreen	CO	059		39.6374	-105.3402	4
80453	Idledale	idledale	CO	059		39.6684	-105.2442	4
80454	Indian Hills	indian-hills	CO	059		39.6296	-105.2514	4
80457	Kittredge	kittredge	CO	059		39.6481	-105.2782	4
80465	Morrison	morrison	CO	059		39.6125	-105.1746	4
80470	Pine	pine	CO	059		39.4667	-105.3741	1
81021	Arlington	arlington	CO	061		38.4068	-103.3697	4
81036	Eads	eads	CO	061		38.4408	-102.5549	4
81045	Haswell	haswell	CO	061		38.4474	-103.1505	4
81071	Sheridan Lake	sheridan-lake	CO	061		38.4667	-102.2921	4
80805	Bethune	bethune	CO	063		39.3448	-102.4281	4
80807	Burlington	burlington	CO	063		39.3106	-102.2583	4
80815	Flagler	flagler	CO	063		39.3127	-103.0624	1
80834	Seibert	seibert	CO	063		39.3183	-102.8822	4
80836	Stratton	stratton	CO	063		39.3087	-102.5979	4
80861	Vona	vona	CO	063		39.3236	-102.7393	4
80429	Climax	climax	CO	065		39.2258	-106.3117	4
80461	Leadville	leadville	CO	065		39.2497	-106.3015	4
81251	Twin Lakes	twin-lakes	CO	065		39.1011	-106.4416	4
81122	Bayfield	bayfield	CO	067		37.2603	-107.6137	4
81137	Ignacio	ignacio	CO	067		37.1264	-107.6395	4
81301	Durango	durango	CO	067		37.2874	-107.8617	4
81302	Durango	durango	CO	067		37.2753	-107.8801	4
81303	Durango	durango	CO	067		37.1156	-107.8909	4
81326	Hesperus	hesperus	CO	067		37.1654	-108.1219	4
81329	Marvel	marvel	CO	067		37.0926	-108.1252	4
80511	Estes Park	estes-park	CO	069		40.6281	-105.5692	4
80512	Bellvue	bellvue	CO	069		40.6265	-105.261	4
80513	Berthoud	berthoud	CO	069		40.2993	-105.1055	4
80515	Drake	drake	CO	069		40.4275	-105.3831	4
80517	Estes Park	estes-park	CO	069		40.3658	-105.5142	4
80521	Fort Collins	fort-collins	CO	069		40.5813	-105.1039	4
80522	Fort Collins	fort-collins	CO	069		40.6429	-105.057	4
80523	Fort Collins	fort-collins	CO	069		40.5853	-105.0844	4
80524	Fort Collins	fort-collins	CO	069		40.5986	-105.0581	4
80525	Fort Collins	fort-collins	CO	069		40.5384	-105.0547	4
80526	Fort Collins	fort-collins	CO	069		40.5473	-105.1076	4
80527	Fort Collins	fort-collins	CO	069		40.5853	-105.0844	4
80528	Fort Collins	fort-collins	CO	069		40.4961	-105.0002	4
80532	Glen Haven	glen-haven	CO	069		40.4578	-105.447	4
80535	Laporte	laporte	CO	069		40.6347	-105.1488	4
80536	Livermore	livermore	CO	069		40.8701	-105.3766	4
80537	Loveland	loveland	CO	069		40.3849	-105.0916	4
80538	Loveland	loveland	CO	069		40.4262	-105.09	4
80539	Loveland	loveland	CO	069		40.3978	-105.075	4
80541	Masonville	masonville	CO	069		40.4875	-105.2108	4
80545	Red Feather Lakes	red-feather-lakes	CO	069		40.8659	-105.6893	4
80547	Timnath	timnath	CO	069		40.5291	-104.9853	4
80549	Wellington	wellington	CO	069		40.7255	-105.0318	4
80553	Fort Collins	fort-collins	CO	069		40.5853	-105.0844	4
81020	Aguilar	aguilar	CO	071		37.3933	-104.6769	4
81024	Boncarbo	boncarbo	CO	071		37.2081	-104.7198	4
81027	Branson	branson	CO	071		37.0518	-103.8741	4
81046	Hoehne	hoehne	CO	071		37.2796	-104.3584	4
81049	Kim	kim	CO	071		37.3328	-103.3736	4
81059	Model	model	CO	071		37.5192	-104.223	4
81081	Trinchera	trinchera	CO	071		37.0757	-104.1184	4
81082	Trinidad	trinidad	CO	071		37.2691	-104.5038	4
81091	Weston	weston	CO	071		37.1702	-104.8247	1
80804	Arriba	arriba	CO	073		39.3025	-103.271	4
80818	Genoa	genoa	CO	073		39.3383	-103.4607	4
80821	Hugo	hugo	CO	073		39.0843	-103.499	4
80823	Karval	karval	CO	073		38.7119	-103.5006	4
80826	Limon	limon	CO	073		39.2639	-103.6922	4
80828	Limon	limon	CO	073		39.2713	-103.6856	4
80722	Atwood	atwood	CO	075		40.5082	-103.2749	4
80726	Crook	crook	CO	075		40.8747	-102.8472	4
80728	Fleming	fleming	CO	075		40.637	-102.8688	4
80736	Iliff	iliff	CO	075		40.7692	-103.0968	4
80741	Merino	merino	CO	075		40.5708	-103.4719	4
80745	Padroni	padroni	CO	075		40.8842	-103.3728	4
80747	Peetz	peetz	CO	075		40.9519	-103.1166	4
80751	Sterling	sterling	CO	075		40.6306	-103.2212	4
81501	Grand Junction	grand-junction	CO	077		39.0783	-108.5457	4
81502	Grand Junction	grand-junction	CO	077		39.0179	-108.4814	4
81503	Grand Junction	grand-junction	CO	077		39.0307	-108.4361	4
81504	Grand Junction	grand-junction	CO	077		39.0791	-108.4916	4
81505	Grand Junction	grand-junction	CO	077		39.1071	-108.5968	4
81506	Grand Junction	grand-junction	CO	077		39.1032	-108.5491	4
81507	Grand Junction	grand-junction	CO	077		39.0157	-108.6129	4
81520	Clifton	clifton	CO	077		39.0805	-108.4496	4
81521	Fruita	fruita	CO	077		39.1637	-108.7218	4
81522	Gateway	gateway	CO	077		38.6784	-108.9719	4
81523	Glade Park	glade-park	CO	077		38.9894	-108.781	4
81524	Loma	loma	CO	077		39.2279	-108.8149	4
81525	Mack	mack	CO	077		39.2554	-108.9296	4
81526	Palisade	palisade	CO	077		39.1032	-108.368	4
81527	Whitewater	whitewater	CO	077		38.9744	-108.399	4
81624	Collbran	collbran	CO	077		39.2453	-107.9249	4
81630	De Beque	de-beque	CO	077		39.3118	-108.2304	4
81643	Mesa	mesa	CO	077		39.1612	-108.1044	4
81646	Molina	molina	CO	077		39.1891	-108.0604	4
81130	Creede	creede	CO	079		37.8164	-106.9277	4
81610	Dinosaur	dinosaur	CO	081		40.2566	-108.9652	4
81625	Craig	craig	CO	081		40.5224	-107.5615	4
81626	Craig	craig	CO	081		40.5152	-107.5465	4
81633	Dinosaur	dinosaur	CO	081		40.377	-108.399	4
81638	Hamilton	hamilton	CO	081		40.325	-107.5841	4
81640	Maybell	maybell	CO	081		40.6738	-108.3699	4
81653	Slater	slater	CO	081		40.9979	-107.3388	4
81321	Cortez	cortez	CO	083		37.3549	-108.5837	4
81323	Dolores	dolores	CO	083		37.4666	-108.4717	4
81327	Lewis	lewis	CO	083		37.5177	-108.6546	4
81328	Mancos	mancos	CO	083		37.3471	-108.2982	4
81330	Mesa Verde National Park	mesa-verde-national-park	CO	083		37.2313	-108.4825	1
81331	Pleasant View	pleasant-view	CO	083		37.5888	-108.8095	4
81334	Towaoc	towaoc	CO	083		37.2084	-108.72	4
81335	Yellow Jacket	yellow-jacket	CO	083		37.5344	-108.7173	4
81220	Cimarron	cimarron	CO	085		38.3876	-107.4824	1
81401	Montrose	montrose	CO	085		38.4678	-107.8752	4
81402	Montrose	montrose	CO	085		38.4851	-107.886	4
81403	Montrose	montrose	CO	085		38.3602	-107.9381	4
81411	Bedrock	bedrock	CO	085		38.2509	-108.9799	4
81422	Naturita	naturita	CO	085		38.2183	-108.5687	4
81424	Nucla	nucla	CO	085		38.2682	-108.5476	4
81425	Olathe	olathe	CO	085		38.5976	-107.9921	4
81429	Paradox	paradox	CO	085		38.3711	-108.9698	4
81431	Redvale	redvale	CO	085		38.1865	-108.3895	4
80649	Orchard	orchard	CO	087		40.3639	-104.0973	4
80653	Weldona	weldona	CO	087		40.3681	-103.9678	4
80654	Wiggins	wiggins	CO	087		40.1598	-104.0468	4
80701	Fort Morgan	fort-morgan	CO	087		40.2541	-103.8031	4
80705	Log Lane Village	log-lane-village	CO	087		40.2707	-103.8338	4
80723	Brush	brush	CO	087		40.2603	-103.6279	4
80733	Hillrose	hillrose	CO	087		40.3459	-103.5057	4
80750	Snyder	snyder	CO	087		40.3307	-103.5971	4
81030	Cheraw	cheraw	CO	089		38.107	-103.5102	4
81039	Fowler	fowler	CO	089		38.1231	-104.0299	4
81050	La Junta	la-junta	CO	089		37.9546	-103.6644	4
81058	Manzanola	manzanola	CO	089		38.1109	-103.8766	4
81067	Rocky Ford	rocky-ford	CO	089		38.049	-103.7251	4
81077	Swink	swink	CO	089		38.0145	-103.6283	4
81427	Ouray	ouray	CO	091		38.0258	-107.6726	4
81432	Ridgway	ridgway	CO	091		38.1381	-107.7533	4
80420	Alma	alma	CO	093		39.2839	-106.0628	4
80421	Bailey	bailey	CO	093		39.4482	-105.4693	4
80432	Como	como	CO	093		39.1587	-105.817	4
80440	Fairplay	fairplay	CO	093		39.2256	-105.9994	4
80448	Grant	grant	CO	093		39.4612	-105.6583	4
80449	Hartsel	hartsel	CO	093		38.9673	-105.8788	4
80456	Jefferson	jefferson	CO	093		39.2759	-105.6865	4
80475	Shawnee	shawnee	CO	093		39.4211	-105.5542	4
80820	Guffey	guffey	CO	093		38.8146	-105.5784	4
80827	Lake George	lake-george	CO	093		39.0342	-105.4347	4
80721	Amherst	amherst	CO	095		40.6824	-102.1706	4
80731	Haxtun	haxtun	CO	095		40.6406	-102.6052	4
80734	Holyoke	holyoke	CO	095		40.5825	-102.2825	4
80746	Paoli	paoli	CO	095		40.6106	-102.4722	4
81611	Aspen	aspen	CO	097		39.1951	-106.8236	4
81612	Aspen	aspen	CO	097		39.2234	-106.8828	4
81615	Snowmass Village	snowmass-village	CO	097		39.2212	-106.932	4
81642	Meredith	meredith	CO	097		39.3199	-106.6596	4
81654	Snowmass	snowmass	CO	097		39.2258	-107.0303	4
81656	Woody Creek	woody-creek	CO	097		39.2831	-106.8985	4
81041	Granada	granada	CO	099		38.0545	-102.3271	4
81043	Hartman	hartman	CO	099		38.1195	-102.2168	4
81047	Holly	holly	CO	099		38.0205	-102.1415	4
81052	Lamar	lamar	CO	099		38.0841	-102.6192	4
81092	Wiley	wiley	CO	099		38.159	-102.7147	4
81001	Pueblo	pueblo	CO	101		38.2879	-104.5848	4
81002	Pueblo	pueblo	CO	101		38.2544	-104.6091	4
81003	Pueblo	pueblo	CO	101		38.2843	-104.6234	4
81004	Pueblo	pueblo	CO	101		38.2441	-104.6278	4
81005	Pueblo	pueblo	CO	101		38.2352	-104.66	4
81006	Pueblo	pueblo	CO	101		38.2447	-104.5318	4
81007	Pueblo	pueblo	CO	101		38.387	-104.7792	4
81008	Pueblo	pueblo	CO	101		38.3133	-104.6284	4
81009	Pueblo	pueblo	CO	101		38.1286	-104.5523	4
81010	Pueblo	pueblo	CO	101		38.1286	-104.5523	4
81011	Pueblo	pueblo	CO	101		38.1286	-104.5523	4
81012	Pueblo	pueblo	CO	101		38.1286	-104.5523	4
81019	Colorado City	colorado-city	CO	101		37.9441	-104.8412	4
81022	Avondale	avondale	CO	101		38.1025	-104.5298	4
81023	Beulah	beulah	CO	101		38.0837	-104.9724	4
81025	Boone	boone	CO	101		38.2646	-104.2585	4
81069	Rye	rye	CO	101		37.9236	-104.9303	4
81641	Meeker	meeker	CO	103		40.0387	-107.8925	4
81648	Rangely	rangely	CO	103		40.0828	-108.7991	4
81132	Del Norte	del-norte	CO	105		37.6447	-106.4073	4
81135	Homelake	homelake	CO	105		37.5756	-106.097	4
81144	Monte Vista	monte-vista	CO	105		37.5731	-106.1408	4
81154	South Fork	south-fork	CO	105		37.6725	-106.6125	4
80428	Clark	clark	CO	107		40.7268	-106.9215	4
80467	Oak Creek	oak-creek	CO	107		40.2567	-106.9296	4
80469	Phippsburg	phippsburg	CO	107		40.1907	-106.9735	4
80477	Steamboat Springs	steamboat-springs	CO	107		40.485	-106.8317	4
80479	Toponas	toponas	CO	107		40.0603	-106.8081	4
80483	Yampa	yampa	CO	107		40.1304	-106.9116	4
80487	Steamboat Springs	steamboat-springs	CO	107		40.6327	-106.9318	4
80488	Steamboat Springs	steamboat-springs	CO	107		40.6197	-106.8607	4
81639	Hayden	hayden	CO	107		40.4945	-107.2571	4
81125	Center	center	CO	109		37.7343	-106.0906	4
81131	Crestone	crestone	CO	109		37.953	-105.6879	4
81143	Moffat	moffat	CO	109		38.0452	-105.8411	4
81149	Saguache	saguache	CO	109		38.0977	-106.1876	4
81155	Villa Grove	villa-grove	CO	109		38.2952	-106.1102	4
81248	Sargents	sargents	CO	109		38.4033	-106.4161	4
81433	Silverton	silverton	CO	111		37.809	-107.6667	4
81325	Egnar	egnar	CO	113		37.9344	-108.9299	4
81423	Norwood	norwood	CO	113		38.1104	-108.2845	4
81426	Ophir	ophir	CO	113		37.8569	-107.8326	4
81430	Placerville	placerville	CO	113		38.0167	-108.0534	4
81435	Telluride	telluride	CO	113		37.94	-107.8214	4
80737	Julesburg	julesburg	CO	115		40.9708	-102.2575	4
80744	Ovid	ovid	CO	115		40.9459	-102.3874	4
80749	Sedgwick	sedgwick	CO	115		40.9103	-102.5291	4
80424	Breckenridge	breckenridge	CO	117		39.4753	-106.0225	4
80435	Dillon	dillon	CO	117		39.5952	-105.9741	4
80443	Frisco	frisco	CO	117		39.5589	-106.1332	4
80497	Silverthorne	silverthorne	CO	117		39.6411	-106.108	4
80498	Silverthorne	silverthorne	CO	117		39.7647	-106.2211	4
80813	Cripple Creek	cripple-creek	CO	119		38.8261	-105.1499	4
80814	Divide	divide	CO	119		38.9576	-105.1994	4
80816	Florissant	florissant	CO	119		38.8546	-105.3121	4
80860	Victor	victor	CO	119		38.71	-105.14	1
80863	Woodland Park	woodland-park	CO	119		38.9969	-105.0623	4
80866	Woodland Park	woodland-park	CO	119		38.9939	-105.0569	4
80720	Akron	akron	CO	121		40.1803	-103.2259	4
80740	Lindon	lindon	CO	121		39.7909	-103.4142	4
80743	Otis	otis	CO	121		40.203	-102.9392	4
80757	Woodrow	woodrow	CO	121		39.805	-103.5752	4
80801	Anton	anton	CO	121		39.6909	-103.1373	4
80812	Cope	cope	CO	121		39.6848	-102.9904	4
80504	Longmont	longmont	CO	123		40.1306	-104.9504	4
80514	Dacono	dacono	CO	123		40.0836	-104.9297	4
80516	Erie	erie	CO	123		40.0597	-105.0686	4
80520	Firestone	firestone	CO	123		40.1125	-104.9366	4
80530	Frederick	frederick	CO	123		40.0978	-104.9293	4
80534	Johnstown	johnstown	CO	123		40.3355	-104.9236	4
80542	Mead	mead	CO	123		40.2347	-104.9994	4
80543	Milliken	milliken	CO	123		40.3294	-104.8552	4
80546	Severance	severance	CO	123		40.525	-104.8505	4
80550	Windsor	windsor	CO	123		40.4837	-104.8994	4
80551	Windsor	windsor	CO	123		40.4775	-104.9014	4
80610	Ault	ault	CO	123		40.5938	-104.7356	4
80611	Briggsdale	briggsdale	CO	123		40.6392	-104.2871	4
80612	Carr	carr	CO	123		40.8666	-104.8859	4
80615	Eaton	eaton	CO	123		40.5273	-104.7146	4
80620	Evans	evans	CO	123		40.3803	-104.6971	4
80621	Fort Lupton	fort-lupton	CO	123		40.108	-104.8013	4
80622	Galeton	galeton	CO	123		40.5378	-104.4585	4
80623	Gilcrest	gilcrest	CO	123		40.2854	-104.7825	4
80624	Gill	gill	CO	123		40.4696	-104.5	4
80631	Greeley	greeley	CO	123		40.385	-104.6806	4
80632	Greeley	greeley	CO	123		40.3766	-104.7629	4
80633	Greeley	greeley	CO	123		40.4233	-104.7091	4
80634	Greeley	greeley	CO	123		40.4109	-104.7541	4
80638	Greeley	greeley	CO	123		40.4233	-104.7091	4
80639	Greeley	greeley	CO	123		40.3993	-104.7017	4
80642	Hudson	hudson	CO	123		40.0606	-104.6532	4
80643	Keenesburg	keenesburg	CO	123		40.0958	-104.4464	4
80644	Kersey	kersey	CO	123		40.3963	-104.5288	4
80645	La Salle	la-salle	CO	123		40.3211	-104.7268	4
80646	Lucerne	lucerne	CO	123		40.4824	-104.7054	4
80648	Nunn	nunn	CO	123		40.7265	-104.785	4
80650	Pierce	pierce	CO	123		40.6359	-104.7638	4
80651	Platteville	platteville	CO	123		40.2131	-104.8028	4
80652	Roggen	roggen	CO	123		40.0878	-104.282	4
80729	Grover	grover	CO	123		40.8716	-104.2346	4
80732	Hereford	hereford	CO	123		40.9751	-104.3053	4
80742	New Raymer	new-raymer	CO	123		40.6851	-103.839	4
80754	Stoneham	stoneham	CO	123		40.687	-103.6387	4
80727	Eckley	eckley	CO	125		40.1138	-102.4828	4
80735	Idalia	idalia	CO	125		39.8167	-102.4262	4
80755	Vernon	vernon	CO	125		39.9331	-102.3193	4
80758	Wray	wray	CO	125		40.0685	-102.393	4
80759	Yuma	yuma	CO	125		40.1301	-102.7072	4
80822	Joes	joes	CO	125		39.6564	-102.6788	4
80824	Kirk	kirk	CO	125		39.6171	-102.4776	4
06404	Botsford	botsford	CT	001		41.3665	-73.2571	4
06440	Hawleyville	hawleyville	CT	001		41.4276	-73.3551	4
06468	Monroe	monroe	CT	001		41.3312	-73.2243	4
06470	Newtown	newtown	CT	001		41.3931	-73.3167	4
06482	Sandy Hook	sandy-hook	CT	001		41.4087	-73.2485	4
06484	Shelton	shelton	CT	001		41.3047	-73.1294	4
06491	Stevenson	stevenson	CT	001		41.3866	-73.1872	4
06601	Bridgeport	bridgeport	CT	001		41.167	-73.2048	4
06602	Bridgeport	bridgeport	CT	001		41.1798	-73.189	4
06604	Bridgeport	bridgeport	CT	001		41.1796	-73.2019	4
06605	Bridgeport	bridgeport	CT	001		41.1668	-73.2163	4
06606	Bridgeport	bridgeport	CT	001		41.2091	-73.2086	4
06607	Bridgeport	bridgeport	CT	001		41.1784	-73.165	4
06608	Bridgeport	bridgeport	CT	001		41.1895	-73.1811	4
06610	Bridgeport	bridgeport	CT	001		41.2005	-73.1688	4
06611	Trumbull	trumbull	CT	001		41.2564	-73.2111	4
06612	Easton	easton	CT	001		41.2523	-73.2871	4
06614	Stratford	stratford	CT	001		41.216	-73.1304	4
06615	Stratford	stratford	CT	001		41.177	-73.1336	4
06673	Bridgeport	bridgeport	CT	001		41.167	-73.2048	4
06699	Bridgeport	bridgeport	CT	001		41.167	-73.2048	4
06784	Sherman	sherman	CT	001		41.5714	-73.4947	4
06801	Bethel	bethel	CT	001		41.3813	-73.4008	4
06804	Brookfield	brookfield	CT	001		41.465	-73.398	4
06807	Cos Cob	cos-cob	CT	001		41.053	-73.5935	4
06810	Danbury	danbury	CT	001		41.3917	-73.4532	4
06811	Danbury	danbury	CT	001		41.424	-73.4716	4
06812	New Fairfield	new-fairfield	CT	001		41.473	-73.4978	4
06813	Danbury	danbury	CT	001		41.3948	-73.454	4
06814	Danbury	danbury	CT	001		41.3089	-73.3637	4
06816	Danbury	danbury	CT	001		41.3089	-73.3637	4
06817	Danbury	danbury	CT	001		41.3948	-73.454	4
06820	Darien	darien	CT	001		41.0768	-73.4853	4
06824	Fairfield	fairfield	CT	001		41.1692	-73.2681	4
06825	Fairfield	fairfield	CT	001		41.1928	-73.2402	4
06828	Fairfield	fairfield	CT	001		41.169	-73.2334	4
06829	Georgetown	georgetown	CT	001		41.2555	-73.4279	4
06830	Greenwich	greenwich	CT	001		41.0427	-73.6262	4
06831	Greenwich	greenwich	CT	001		41.0549	-73.6594	4
06836	Greenwich	greenwich	CT	001		41.0265	-73.6285	4
06838	Greens Farms	greens-farms	CT	001		41.1238	-73.3195	4
06840	New Canaan	new-canaan	CT	001		41.151	-73.4944	4
06850	Norwalk	norwalk	CT	001		41.1222	-73.4358	4
06851	Norwalk	norwalk	CT	001		41.1323	-73.4058	4
06852	Norwalk	norwalk	CT	001		41.3089	-73.3637	4
06853	Norwalk	norwalk	CT	001		41.0702	-73.4397	4
06854	Norwalk	norwalk	CT	001		41.0957	-73.4285	4
06855	Norwalk	norwalk	CT	001		41.1014	-73.4011	4
06856	Norwalk	norwalk	CT	001		41.1112	-73.4204	4
06857	Norwalk	norwalk	CT	001		41.3089	-73.3637	4
06858	Norwalk	norwalk	CT	001		41.1105	-73.4162	4
06860	Norwalk	norwalk	CT	001		41.3089	-73.3637	4
06870	Old Greenwich	old-greenwich	CT	001		41.0354	-73.5673	4
06875	Redding Center	redding-center	CT	001		41.3089	-73.3637	1
06876	Redding Ridge	redding-ridge	CT	001		41.314	-73.3504	4
06877	Ridgefield	ridgefield	CT	001		41.2977	-73.4973	4
06878	Riverside	riverside	CT	001		41.038	-73.5811	4
06879	Ridgefield	ridgefield	CT	001		41.2815	-73.4982	4
06880	Westport	westport	CT	001		41.1434	-73.3496	4
06881	Westport	westport	CT	001		41.1415	-73.3579	4
06883	Weston	weston	CT	001		41.2195	-73.3715	4
06888	Westport	westport	CT	001		41.3089	-73.3637	4
06889	Westport	westport	CT	001		41.141	-73.3469	4
06890	Southport	southport	CT	001		41.1428	-73.2884	4
06896	Redding	redding	CT	001		41.2711	-73.3863	4
06897	Wilton	wilton	CT	001		41.2018	-73.4383	4
06901	Stamford	stamford	CT	001		41.0531	-73.539	4
06902	Stamford	stamford	CT	001		41.0602	-73.5445	4
06903	Stamford	stamford	CT	001		41.1352	-73.5684	4
06904	Stamford	stamford	CT	001		41.0534	-73.5387	4
06905	Stamford	stamford	CT	001		41.0888	-73.5435	4
06906	Stamford	stamford	CT	001		41.0692	-73.5236	4
06907	Stamford	stamford	CT	001		41.0942	-73.5203	4
06910	Stamford	stamford	CT	001		41.0391	-73.5591	4
06911	Stamford	stamford	CT	001		41.0534	-73.5387	4
06912	Stamford	stamford	CT	001		41.0534	-73.5387	4
06913	Stamford	stamford	CT	001		41.0534	-73.5387	4
06914	Stamford	stamford	CT	001		41.0534	-73.5387	4
06920	Stamford	stamford	CT	001		41.0534	-73.5387	4
06921	Stamford	stamford	CT	001		41.0499	-73.538	4
06922	Stamford	stamford	CT	001		41.0516	-73.5143	4
06926	Stamford	stamford	CT	001		41.0412	-73.5386	4
06927	Stamford	stamford	CT	001		41.0534	-73.5387	4
06001	Avon	avon	CT	003		41.7905	-72.8653	4
06002	Bloomfield	bloomfield	CT	003		41.8316	-72.7249	4
06006	Windsor	windsor	CT	003		41.8526	-72.6437	4
06010	Bristol	bristol	CT	003		41.6823	-72.9302	4
06011	Bristol	bristol	CT	003		41.6718	-72.9493	4
06013	Burlington	burlington	CT	003		41.7573	-72.9444	4
06016	Broad Brook	broad-brook	CT	003		41.9042	-72.5444	4
06019	Canton	canton	CT	003		41.8384	-72.8987	4
06020	Canton Center	canton-center	CT	003		41.8539	-72.9028	4
06022	Collinsville	collinsville	CT	003		41.8513	-72.9283	4
06023	East Berlin	east-berlin	CT	003		41.6128	-72.719	4
06025	East Glastonbury	east-glastonbury	CT	003		41.6889	-72.5345	4
06026	East Granby	east-granby	CT	003		41.9322	-72.7459	4
06027	East Hartland	east-hartland	CT	003		42.0016	-72.9242	4
06028	East Windsor Hill	east-windsor-hill	CT	003		41.8592	-72.603	4
06030	Farmington	farmington	CT	003		41.7918	-72.7188	4
06032	Farmington	farmington	CT	003		41.7284	-72.8415	4
06033	Glastonbury	glastonbury	CT	003		41.7073	-72.5727	4
06034	Farmington	farmington	CT	003		41.7918	-72.7188	4
06035	Granby	granby	CT	003		41.9602	-72.7994	4
06037	Berlin	berlin	CT	003		41.6215	-72.7457	4
06040	Manchester	manchester	CT	003		41.7777	-72.5244	4
06041	Manchester	manchester	CT	003		41.7759	-72.5215	4
06042	Manchester	manchester	CT	003		41.7966	-72.5292	4
06045	Manchester	manchester	CT	003		41.7759	-72.5215	4
06050	New Britain	new-britain	CT	003		41.666	-72.7784	4
06051	New Britain	new-britain	CT	003		41.6667	-72.7722	4
06052	New Britain	new-britain	CT	003		41.6588	-72.7989	4
06053	New Britain	new-britain	CT	003		41.6867	-72.7908	4
06059	North Canton	north-canton	CT	003		41.8997	-72.8907	4
06060	North Granby	north-granby	CT	003		42.0219	-72.8409	4
06062	Plainville	plainville	CT	003		41.6727	-72.8644	4
06064	Poquonock	poquonock	CT	003		41.9048	-72.6787	4
06067	Rocky Hill	rocky-hill	CT	003		41.6583	-72.6632	4
06070	Simsbury	simsbury	CT	003		41.8759	-72.8012	4
06073	South Glastonbury	south-glastonbury	CT	003		41.6571	-72.5722	4
06074	South Windsor	south-windsor	CT	003		41.8341	-72.5576	4
06078	Suffield	suffield	CT	003		41.99	-72.642	4
06080	Suffield	suffield	CT	003		41.9818	-72.6506	4
06081	Tariffville	tariffville	CT	003		41.9077	-72.7678	4
06082	Enfield	enfield	CT	003		41.989	-72.5652	4
06083	Enfield	enfield	CT	003		41.9762	-72.5918	4
06085	Unionville	unionville	CT	003		41.7477	-72.8874	4
06087	Unionville	unionville	CT	003		41.7576	-72.885	4
06088	East Windsor	east-windsor	CT	003		41.9099	-72.6029	4
06089	Weatogue	weatogue	CT	003		41.8372	-72.8253	4
06090	West Granby	west-granby	CT	003		41.9556	-72.862	4
06091	West Hartland	west-hartland	CT	003		42.0076	-72.9707	4
06092	West Simsbury	west-simsbury	CT	003		41.8718	-72.8577	4
06093	West Suffield	west-suffield	CT	003		42.0115	-72.7362	4
06095	Windsor	windsor	CT	003		41.8561	-72.6639	4
06096	Windsor Locks	windsor-locks	CT	003		41.9261	-72.6458	4
06101	Hartford	hartford	CT	003		41.7801	-72.6771	4
06102	Hartford	hartford	CT	003		41.7918	-72.7188	4
06103	Hartford	hartford	CT	003		41.7672	-72.676	4
06104	Hartford	hartford	CT	003		41.7918	-72.7188	4
06105	Hartford	hartford	CT	003		41.7691	-72.701	4
06106	Hartford	hartford	CT	003		41.7498	-72.6947	4
06107	West Hartford	west-hartford	CT	003		41.7556	-72.7532	4
06108	East Hartford	east-hartford	CT	003		41.7803	-72.618	4
06109	Wethersfield	wethersfield	CT	003		41.7013	-72.6763	4
06110	West Hartford	west-hartford	CT	003		41.7326	-72.7337	4
06111	Newington	newington	CT	003		41.686	-72.7296	4
06112	Hartford	hartford	CT	003		41.7905	-72.6964	4
06114	Hartford	hartford	CT	003		41.7403	-72.6807	4
06115	Hartford	hartford	CT	003		41.7588	-72.6794	4
06117	West Hartford	west-hartford	CT	003		41.79	-72.7457	4
06118	East Hartford	east-hartford	CT	003		41.7472	-72.6103	4
06119	West Hartford	west-hartford	CT	003		41.7628	-72.7268	4
06120	Hartford	hartford	CT	003		41.786	-72.6758	4
06123	Hartford	hartford	CT	003		41.7637	-72.6851	4
06126	Hartford	hartford	CT	003		41.7637	-72.6851	4
06127	West Hartford	west-hartford	CT	003		41.7918	-72.7188	4
06128	East Hartford	east-hartford	CT	003		41.7918	-72.7188	4
06129	Wethersfield	wethersfield	CT	003		41.7918	-72.7188	4
06131	Newington	newington	CT	003		41.7918	-72.7188	4
06132	Hartford	hartford	CT	003		41.7637	-72.6851	4
06133	West Hartford	west-hartford	CT	003		41.7918	-72.7188	4
06134	Hartford	hartford	CT	003		41.7637	-72.6851	4
06137	West Hartford	west-hartford	CT	003		41.7918	-72.7188	4
06138	East Hartford	east-hartford	CT	003		41.7918	-72.7188	4
06140	Hartford	hartford	CT	003		41.7918	-72.7188	4
06141	Hartford	hartford	CT	003		41.7918	-72.7188	4
06142	Hartford	hartford	CT	003		41.7918	-72.7188	4
06143	Hartford	hartford	CT	003		41.7918	-72.7188	4
06144	Hartford	hartford	CT	003		41.7918	-72.7188	4
06145	Hartford	hartford	CT	003		41.7918	-72.7188	4
06146	Hartford	hartford	CT	003		41.7918	-72.7188	4
06147	Hartford	hartford	CT	003		41.7918	-72.7188	4
06150	Hartford	hartford	CT	003		41.7918	-72.7188	4
06151	Hartford	hartford	CT	003		41.7918	-72.7188	4
06152	Hartford	hartford	CT	003		41.7637	-72.6851	4
06153	Hartford	hartford	CT	003		41.7918	-72.7188	4
06154	Hartford	hartford	CT	003		41.7715	-72.6867	4
06155	Hartford	hartford	CT	003		41.7693	-72.6865	4
06156	Hartford	hartford	CT	003		41.7679	-72.6907	4
06160	Hartford	hartford	CT	003		41.7665	-72.6933	4
06161	Hartford	hartford	CT	003		41.766	-72.6718	4
06167	Hartford	hartford	CT	003		41.7637	-72.6851	4
06176	Hartford	hartford	CT	003		41.7918	-72.7188	4
06180	Hartford	hartford	CT	003		41.7918	-72.7188	4
06183	Hartford	hartford	CT	003		41.7638	-72.673	4
06199	Hartford	hartford	CT	003		41.9274	-72.6804	4
06444	Marion	marion	CT	003		41.5637	-72.9257	4
06447	Marlborough	marlborough	CT	003		41.6412	-72.4609	4
06467	Milldale	milldale	CT	003		41.5659	-72.8918	4
06479	Plantsville	plantsville	CT	003		41.5797	-72.899	4
06489	Southington	southington	CT	003		41.6052	-72.8727	4
06018	Canaan	canaan	CT	005		42.0248	-73.3232	4
06021	Colebrook	colebrook	CT	005		41.9895	-73.0957	4
06024	East Canaan	east-canaan	CT	005		42.0158	-73.2913	4
06031	Falls Village	falls-village	CT	005		41.9559	-73.3632	4
06039	Lakeville	lakeville	CT	005		41.9516	-73.4377	4
06057	New Hartford	new-hartford	CT	005		41.8468	-73.0104	4
06058	Norfolk	norfolk	CT	005		41.9854	-73.1992	4
06061	Pine Meadow	pine-meadow	CT	005		41.8765	-72.967	4
06063	Barkhamsted	barkhamsted	CT	005		41.9293	-72.914	4
06065	Riverton	riverton	CT	005		41.9686	-73.0145	4
06068	Salisbury	salisbury	CT	005		42.0015	-73.4215	4
06069	Sharon	sharon	CT	005		41.8714	-73.4578	4
06079	Taconic	taconic	CT	005		42.032	-73.4038	4
06094	Winchester Center	winchester-center	CT	005		41.8963	-73.1463	4
06098	Winsted	winsted	CT	005		41.9252	-73.0663	4
06750	Bantam	bantam	CT	005		41.7215	-73.252	4
06751	Bethlehem	bethlehem	CT	005		41.6387	-73.2091	4
06752	Bridgewater	bridgewater	CT	005		41.5287	-73.3609	4
06753	Cornwall	cornwall	CT	005		41.8281	-73.3323	4
06754	Cornwall Bridge	cornwall-bridge	CT	005		41.8187	-73.371	4
06755	Gaylordsville	gaylordsville	CT	005		41.6486	-73.4835	4
06756	Goshen	goshen	CT	005		41.8335	-73.2429	4
06757	Kent	kent	CT	005		41.7316	-73.4583	4
06758	Lakeside	lakeside	CT	005		41.6754	-73.242	4
06759	Litchfield	litchfield	CT	005		41.7541	-73.2	4
06763	Morris	morris	CT	005		41.6881	-73.1765	4
06776	New Milford	new-milford	CT	005		41.5817	-73.4128	4
06777	New Preston Marble Dale	new-preston-marble-dale	CT	005		41.6903	-73.3103	1
06778	Northfield	northfield	CT	005		41.7077	-73.109	4
06779	Oakville	oakville	CT	005		41.5909	-73.0873	4
06781	Pequabuck	pequabuck	CT	005		41.6699	-72.9915	4
06782	Plymouth	plymouth	CT	005		41.6611	-73.0449	4
06783	Roxbury	roxbury	CT	005		41.5509	-73.2993	4
06785	South Kent	south-kent	CT	005		41.6951	-73.469	4
06786	Terryville	terryville	CT	005		41.6762	-73.0092	4
06787	Thomaston	thomaston	CT	005		41.6786	-73.0886	4
06790	Torrington	torrington	CT	005		41.8131	-73.1156	4
06791	Harwinton	harwinton	CT	005		41.7701	-73.0728	4
06792	Torrington	torrington	CT	005		41.7549	-73.0582	4
06793	Washington	washington	CT	005		41.6296	-73.2884	4
06794	Washington Depot	washington-depot	CT	005		41.6559	-73.3274	1
06795	Watertown	watertown	CT	005		41.6057	-73.1221	4
06796	West Cornwall	west-cornwall	CT	005		41.8689	-73.3313	4
06798	Woodbury	woodbury	CT	005		41.5521	-73.2083	4
06409	Centerbrook	centerbrook	CT	007		41.3474	-72.4173	4
06412	Chester	chester	CT	007		41.4049	-72.4643	4
06413	Clinton	clinton	CT	007		41.2912	-72.528	4
06414	Cobalt	cobalt	CT	007		41.5667	-72.5581	4
06416	Cromwell	cromwell	CT	007		41.6105	-72.6663	4
06417	Deep River	deep-river	CT	007		41.3765	-72.4486	4
06419	Killingworth	killingworth	CT	007		41.3696	-72.5712	4
06422	Durham	durham	CT	007		41.465	-72.6875	4
06423	East Haddam	east-haddam	CT	007		41.4696	-72.4059	4
06424	East Hampton	east-hampton	CT	007		41.5761	-72.5093	4
06426	Essex	essex	CT	007		41.3549	-72.3965	4
06438	Haddam	haddam	CT	007		41.4627	-72.505	4
06441	Higganum	higganum	CT	007		41.4682	-72.5751	4
06442	Ivoryton	ivoryton	CT	007		41.3421	-72.4404	4
06455	Middlefield	middlefield	CT	007		41.5168	-72.7186	4
06456	Middle Haddam	middle-haddam	CT	007		41.554	-72.5501	4
06457	Middletown	middletown	CT	007		41.5569	-72.6652	4
06459	Middletown	middletown	CT	007		41.5565	-72.6582	4
06469	Moodus	moodus	CT	007		41.5078	-72.4419	4
06475	Old Saybrook	old-saybrook	CT	007		41.2913	-72.385	4
06480	Portland	portland	CT	007		41.5852	-72.6128	4
06481	Rockfall	rockfall	CT	007		41.5341	-72.6997	1
06498	Westbrook	westbrook	CT	007		41.2927	-72.4563	4
06401	Ansonia	ansonia	CT	009		41.3427	-73.0742	4
06403	Beacon Falls	beacon-falls	CT	009		41.4369	-73.0597	4
06405	Branford	branford	CT	009		41.28	-72.8106	4
06408	Cheshire	cheshire	CT	009		41.3657	-72.9275	4
06410	Cheshire	cheshire	CT	009		41.5055	-72.9081	4
06411	Cheshire	cheshire	CT	009		41.499	-72.9007	4
06418	Derby	derby	CT	009		41.3229	-73.08	4
06437	Guilford	guilford	CT	009		41.3154	-72.6968	4
06443	Madison	madison	CT	009		41.309	-72.6153	4
06450	Meriden	meriden	CT	009		41.5334	-72.7997	4
06451	Meriden	meriden	CT	009		41.5401	-72.8189	4
06460	Milford	milford	CT	009		41.2175	-73.0549	4
06461	Milford	milford	CT	009		41.2338	-73.0747	4
06471	North Branford	north-branford	CT	009		41.3323	-72.7809	4
06472	Northford	northford	CT	009		41.3962	-72.7809	4
06473	North Haven	north-haven	CT	009		41.3822	-72.8585	4
06477	Orange	orange	CT	009		41.2815	-73.0287	4
06478	Oxford	oxford	CT	009		41.4202	-73.1296	4
06483	Seymour	seymour	CT	009		41.3862	-73.0817	4
06487	South Britain	south-britain	CT	009		41.4709	-73.2515	4
06488	Southbury	southbury	CT	009		41.4767	-73.2241	4
06492	Wallingford	wallingford	CT	009		41.46	-72.8222	4
06493	Wallingford	wallingford	CT	009		41.3657	-72.9275	4
06494	Wallingford	wallingford	CT	009		41.3657	-72.9275	4
06495	Wallingford	wallingford	CT	009		41.3885	-72.8795	4
06501	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06502	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06503	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06504	New Haven	new-haven	CT	009		41.3657	-72.9275	4
06505	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06506	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06507	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06508	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06509	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06510	New Haven	new-haven	CT	009		41.3087	-72.9271	4
06511	New Haven	new-haven	CT	009		41.3184	-72.9318	4
06512	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06513	New Haven	new-haven	CT	009		41.3072	-72.8654	4
06514	Hamden	hamden	CT	009		41.362	-72.9361	4
06515	New Haven	new-haven	CT	009		41.3293	-72.9664	4
06516	West Haven	west-haven	CT	009		41.2701	-72.9638	4
06517	Hamden	hamden	CT	009		41.3484	-72.9117	4
06518	Hamden	hamden	CT	009		41.4097	-72.911	4
06519	New Haven	new-haven	CT	009		41.2963	-72.9373	4
06520	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06521	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06524	Bethany	bethany	CT	009		41.4262	-73.0007	4
06525	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06530	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06531	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06532	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06533	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06534	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06535	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06536	New Haven	new-haven	CT	009		41.3082	-72.9282	4
06537	New Haven	new-haven	CT	009		41.3657	-72.9275	4
06538	New Haven	new-haven	CT	009		41.3657	-72.9275	4
06540	New Haven	new-haven	CT	009		41.2996	-72.9188	4
06701	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06702	Waterbury	waterbury	CT	009		41.5566	-73.0385	4
06703	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06704	Waterbury	waterbury	CT	009		41.5754	-73.0318	4
06705	Waterbury	waterbury	CT	009		41.5503	-72.9963	4
06706	Waterbury	waterbury	CT	009		41.5363	-73.0306	4
06708	Waterbury	waterbury	CT	009		41.5511	-73.0645	4
06710	Waterbury	waterbury	CT	009		41.5675	-73.0468	4
06712	Prospect	prospect	CT	009		41.5022	-72.9788	4
06716	Wolcott	wolcott	CT	009		41.597	-72.9828	4
06720	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06721	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06722	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06723	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06724	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06725	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06726	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06749	Waterbury	waterbury	CT	009		41.5582	-73.0515	4
06762	Middlebury	middlebury	CT	009		41.5343	-73.1131	4
06770	Naugatuck	naugatuck	CT	009		41.492	-73.0493	4
06249	Lebanon	lebanon	CT	011		41.633	-72.244	4
06254	North Franklin	north-franklin	CT	011		41.6161	-72.1425	4
06320	New London	new-london	CT	011		41.3507	-72.1062	4
06330	Baltic	baltic	CT	011		41.6263	-72.0775	4
06333	East Lyme	east-lyme	CT	011		41.3668	-72.233	1
06334	Bozrah	bozrah	CT	011		41.5465	-72.1711	1
06335	Gales Ferry	gales-ferry	CT	011		41.4285	-72.0672	4
06336	Gilman	gilman	CT	011		41.5795	-72.1963	4
06338	Mashantucket	mashantucket	CT	011		41.4757	-71.9574	4
06339	Ledyard	ledyard	CT	011		41.4401	-71.9956	4
06340	Groton	groton	CT	011		41.3572	-72.0579	4
06349	Groton	groton	CT	011		41.3997	-72.0904	4
06350	Hanover	hanover	CT	011		41.6445	-72.0677	4
06351	Jewett City	jewett-city	CT	011		41.6052	-71.9808	4
06353	Montville	montville	CT	011		41.479	-72.1512	4
06355	Mystic	mystic	CT	011		41.3616	-71.9774	4
06357	Niantic	niantic	CT	011		41.3253	-72.2108	4
06359	North Stonington	north-stonington	CT	011		41.4531	-71.8727	4
06360	Norwich	norwich	CT	011		41.5371	-72.0849	4
06365	Preston	preston	CT	011		41.5224	-71.9934	4
06370	Oakdale	oakdale	CT	011		41.4706	-72.1904	4
06371	Old Lyme	old-lyme	CT	011		41.3347	-72.3086	4
06372	Old Mystic	old-mystic	CT	011		41.3882	-71.9495	4
06375	Quaker Hill	quaker-hill	CT	011		41.4032	-72.1172	4
06376	South Lyme	south-lyme	CT	011		41.2967	-72.2633	4
06378	Stonington	stonington	CT	011		41.3664	-71.9155	4
06379	Pawcatuck	pawcatuck	CT	011		41.3735	-71.8478	4
06380	Taftville	taftville	CT	011		41.5653	-72.0529	4
06382	Uncasville	uncasville	CT	011		41.4622	-72.1126	4
06383	Versailles	versailles	CT	011		41.6016	-72.0404	4
06384	Voluntown	voluntown	CT	011		41.5831	-71.855	4
06385	Waterford	waterford	CT	011		41.3469	-72.1458	4
06388	West Mystic	west-mystic	CT	011		41.3441	-71.9765	4
06389	Yantic	yantic	CT	011		41.5598	-72.1237	4
06415	Colchester	colchester	CT	011		41.5662	-72.3441	4
06420	Salem	salem	CT	011		41.4966	-72.2725	4
06439	Hadlyme	hadlyme	CT	011		41.4212	-72.4141	4
06474	North Westchester	north-westchester	CT	011		41.5809	-72.4012	4
06029	Ellington	ellington	CT	013		41.9114	-72.4626	4
06043	Bolton	bolton	CT	013		41.7689	-72.4396	4
06066	Vernon Rockville	vernon-rockville	CT	013		41.8501	-72.4649	1
06071	Somers	somers	CT	013		41.9978	-72.4583	4
06072	Somersville	somersville	CT	013		41.9765	-72.4906	4
06075	Stafford	stafford	CT	013		41.9848	-72.289	4
06076	Stafford Springs	stafford-springs	CT	013		41.9661	-72.2899	4
06077	Staffordville	staffordville	CT	013		41.9916	-72.2577	4
06084	Tolland	tolland	CT	013		41.8696	-72.3718	4
06231	Amston	amston	CT	013		41.629	-72.3646	4
06232	Andover	andover	CT	013		41.7332	-72.3767	4
06237	Columbia	columbia	CT	013		41.6973	-72.3072	4
06238	Coventry	coventry	CT	013		41.7822	-72.3332	4
06248	Hebron	hebron	CT	013		41.6842	-72.3986	4
06250	Mansfield Center	mansfield-center	CT	013		41.7698	-72.2011	4
06251	Mansfield Depot	mansfield-depot	CT	013		41.7993	-72.3065	4
06265	South Willington	south-willington	CT	013		41.8554	-72.3015	4
06268	Storrs Mansfield	storrs-mansfield	CT	013		41.7997	-72.2478	1
06269	Storrs Mansfield	storrs-mansfield	CT	013		41.808	-72.251	1
06279	Willington	willington	CT	013		41.8966	-72.2622	1
06226	Willimantic	willimantic	CT	015		41.7149	-72.2134	4
06230	Abington	abington	CT	015		41.8473	-72.0253	4
06233	Ballouville	ballouville	CT	015		41.8768	-71.8612	4
06234	Brooklyn	brooklyn	CT	015		41.7807	-71.9541	4
06235	Chaplin	chaplin	CT	015		41.8026	-72.1372	4
06239	Danielson	danielson	CT	015		41.7982	-71.8807	4
06241	Dayville	dayville	CT	015		41.854	-71.8683	4
06242	Eastford	eastford	CT	015		41.8771	-72.0895	4
06243	East Killingly	east-killingly	CT	015		41.8452	-71.8026	4
06244	East Woodstock	east-woodstock	CT	015		41.9843	-71.981	4
06245	Fabyan	fabyan	CT	015		42.0198	-71.9417	4
06246	Grosvenor Dale	grosvenor-dale	CT	015		41.9711	-71.8917	4
06247	Hampton	hampton	CT	015		41.7671	-72.0662	4
06255	North Grosvenordale	north-grosvenordale	CT	015		41.9784	-71.8997	1
06256	North Windham	north-windham	CT	015		41.7451	-72.1601	4
06258	Pomfret	pomfret	CT	015		41.889	-71.9682	4
06259	Pomfret Center	pomfret-center	CT	015		41.8697	-71.982	4
06260	Putnam	putnam	CT	015		41.9185	-71.8968	4
06262	Quinebaug	quinebaug	CT	015		42.0217	-71.9391	4
06263	Rogers	rogers	CT	015		41.8391	-71.9063	4
06264	Scotland	scotland	CT	015		41.6958	-72.087	4
06266	South Windham	south-windham	CT	015		41.6677	-72.1681	4
06267	South Woodstock	south-woodstock	CT	015		41.9439	-71.9453	4
06277	Thompson	thompson	CT	015		41.9803	-71.8376	4
06278	Ashford	ashford	CT	015		41.889	-72.1476	4
06280	Windham	windham	CT	015		41.7027	-72.1526	4
06281	Woodstock	woodstock	CT	015		41.9602	-72.004	4
06282	Woodstock Valley	woodstock-valley	CT	015		41.9153	-72.0937	4
06331	Canterbury	canterbury	CT	015		41.6844	-72.001	4
06332	Central Village	central-village	CT	015		41.7229	-71.9067	4
06354	Moosup	moosup	CT	015		41.721	-71.885	4
06373	Oneco	oneco	CT	015		41.6937	-71.8084	4
06374	Plainfield	plainfield	CT	015		41.6775	-71.922	4
06377	Sterling	sterling	CT	015		41.7156	-71.8196	4
06387	Wauregan	wauregan	CT	015		41.7445	-71.9133	4
20001	Washington	washington	DC	001		38.9122	-77.0177	4
20002	Washington	washington	DC	001		38.9024	-76.9901	4
09192	APO AE	apo-ae				50.0826	8.2493	
20003	Washington	washington	DC	001		38.8829	-76.9895	4
20004	Washington	washington	DC	001		38.893	-77.0263	4
20005	Washington	washington	DC	001		38.9067	-77.0312	4
20006	Washington	washington	DC	001		38.8964	-77.0447	4
20007	Washington	washington	DC	001		38.9144	-77.074	4
20008	Washington	washington	DC	001		38.9363	-77.0599	4
20009	Washington	washington	DC	001		38.9202	-77.0375	4
20010	Washington	washington	DC	001		38.9327	-77.0322	4
20011	Washington	washington	DC	001		38.9518	-77.0203	4
20012	Washington	washington	DC	001		38.9757	-77.0282	4
20013	Washington	washington	DC	001		38.8933	-77.0146	4
20015	Washington	washington	DC	001		38.9658	-77.068	4
20016	Washington	washington	DC	001		38.9381	-77.086	4
20017	Washington	washington	DC	001		38.9367	-76.994	4
20018	Washington	washington	DC	001		38.9277	-76.9762	4
20019	Washington	washington	DC	001		38.8902	-76.9376	4
20020	Washington	washington	DC	001		38.86	-76.9742	4
20022	Washington	washington	DC	001		38.945	-77.0364	4
20024	Washington	washington	DC	001		38.8759	-77.016	4
20026	Washington	washington	DC	001		38.8933	-77.0146	4
20027	Washington	washington	DC	001		38.9007	-77.0501	4
20029	Washington	washington	DC	001		38.8933	-77.0146	4
20030	Washington	washington	DC	001		38.8933	-77.0146	4
20032	Washington	washington	DC	001		38.8338	-76.9995	4
20033	Washington	washington	DC	001		38.8933	-77.0146	4
20035	Washington	washington	DC	001		38.8933	-77.0146	4
20036	Washington	washington	DC	001		38.9087	-77.0414	4
20037	Washington	washington	DC	001		38.9014	-77.0504	4
20038	Washington	washington	DC	001		38.8933	-77.0146	4
20039	Washington	washington	DC	001		38.8933	-77.0146	4
20040	Washington	washington	DC	001		38.8933	-77.0146	4
20041	Washington	washington	DC	001		38.8933	-77.0146	4
20042	Washington	washington	DC	001		38.8933	-77.0146	4
20043	Washington	washington	DC	001		38.8933	-77.0146	4
20044	Washington	washington	DC	001		38.8933	-77.0146	4
20045	Washington	washington	DC	001		38.8966	-77.0319	4
20047	Washington	washington	DC	001		38.8933	-77.0146	4
20049	Washington	washington	DC	001		38.8959	-77.021	4
20050	Washington	washington	DC	001		38.8933	-77.0146	4
20052	Washington	washington	DC	001		38.9001	-77.0479	4
20053	Washington	washington	DC	001		38.8933	-77.0146	4
20055	Washington	washington	DC	001		38.9016	-77.021	4
20056	Washington	washington	DC	001		38.8933	-77.0146	4
20057	Washington	washington	DC	001		38.8933	-77.0146	4
20058	Washington	washington	DC	001		38.8933	-77.0146	4
20059	Washington	washington	DC	001		38.8933	-77.0146	4
20060	Washington	washington	DC	001		38.918	-77.0204	4
20061	Washington	washington	DC	001		38.8933	-77.0146	4
20062	Washington	washington	DC	001		38.9	-77.0369	4
20063	Washington	washington	DC	001		38.9053	-77.0466	4
20064	Washington	washington	DC	001		38.9332	-76.9963	4
20065	Washington	washington	DC	001		38.8834	-77.0282	4
20066	Washington	washington	DC	001		38.8933	-77.0146	4
20067	Washington	washington	DC	001		38.8933	-77.0146	4
20068	Washington	washington	DC	001		38.8951	-77.0364	4
20069	Washington	washington	DC	001		38.8933	-77.0146	4
20070	Washington	washington	DC	001		38.8933	-77.0146	4
20071	Washington	washington	DC	001		38.8933	-77.0146	4
20073	Washington	washington	DC	001		38.897	-77.0251	4
20074	Washington	washington	DC	001		38.8933	-77.0146	4
20075	Washington	washington	DC	001		38.8933	-77.0146	4
20076	Washington	washington	DC	001		38.8933	-77.0146	4
20077	Washington	washington	DC	001		38.8933	-77.0146	4
20078	Washington	washington	DC	001		38.8933	-77.0146	4
20080	Washington	washington	DC	001		38.8933	-77.0146	4
20081	Washington	washington	DC	001		38.8933	-77.0146	4
20082	Washington	washington	DC	001		38.8933	-77.0146	4
20090	Washington	washington	DC	001		38.8933	-77.0146	4
20091	Washington	washington	DC	001		38.8933	-77.0146	4
20201	Washington	washington	DC	001		38.8933	-77.0146	4
20202	Washington	washington	DC	001		38.8933	-77.0146	4
20203	Washington	washington	DC	001		38.9053	-77.0466	4
20204	Washington	washington	DC	001		38.8933	-77.0146	4
20206	Washington	washington	DC	001		38.8933	-77.0146	4
20207	Washington	washington	DC	001		38.8933	-77.0146	4
20208	Washington	washington	DC	001		38.8966	-77.0117	4
20210	Washington	washington	DC	001		38.8933	-77.0146	4
20211	Washington	washington	DC	001		38.8933	-77.0146	4
20212	Washington	washington	DC	001		38.8933	-77.0146	4
20213	Washington	washington	DC	001		38.8933	-77.0146	4
20214	Washington	washington	DC	001		38.8933	-77.0146	4
20215	Washington	washington	DC	001		38.8933	-77.0146	4
20216	Washington	washington	DC	001		38.8919	-77.0141	4
20217	Washington	washington	DC	001		38.8933	-77.0146	4
20218	Washington	washington	DC	001		38.8933	-77.0146	4
20219	Washington	washington	DC	001		38.8933	-77.0146	4
20220	Washington	washington	DC	001		38.8933	-77.0146	4
20221	Washington	washington	DC	001		38.8933	-77.0146	4
20222	Washington	washington	DC	001		38.8933	-77.0146	4
20223	Washington	washington	DC	001		38.8933	-77.0146	4
20224	Washington	washington	DC	001		38.8933	-77.0146	4
20226	Washington	washington	DC	001		38.8933	-77.0146	4
20227	Washington	washington	DC	001		38.8933	-77.0146	4
20228	Washington	washington	DC	001		38.8951	-77.0364	4
20229	Washington	washington	DC	001		38.8933	-77.0146	4
20230	Washington	washington	DC	001		38.8951	-77.0364	4
20232	Washington	washington	DC	001		38.9006	-77.0391	4
20233	Washington	washington	DC	001		38.8933	-77.0146	4
20235	Washington	washington	DC	001		38.9154	-77.0572	4
20237	Washington	washington	DC	001		38.895	-77.0367	4
20238	Washington	washington	DC	001		38.8933	-77.0146	4
20239	Washington	washington	DC	001		38.8933	-77.0146	4
20240	Washington	washington	DC	001		38.8971	-77.0409	4
20241	Washington	washington	DC	001		38.8933	-77.0146	4
20242	Washington	washington	DC	001		38.8678	-77.0289	4
20244	Washington	washington	DC	001		38.8933	-77.0146	4
20245	Washington	washington	DC	001		38.8951	-77.0364	4
20250	Washington	washington	DC	001		38.8873	-77.0327	4
20251	Washington	washington	DC	001		38.8933	-77.0146	4
20252	Washington	washington	DC	001		38.9584	-77.0519	
20254	Washington	washington	DC	001		38.8933	-77.0146	4
20260	Washington	washington	DC	001		38.8933	-77.0146	4
20261	Washington	washington	DC	001		38.8933	-77.0146	4
20262	Washington	washington	DC	001		38.8933	-77.0146	4
20265	Washington	washington	DC	001		38.8933	-77.0146	4
20266	Washington	washington	DC	001		38.8933	-77.0146	4
20268	Washington	washington	DC	001		38.8933	-77.0146	4
20270	Washington	washington	DC	001		38.8933	-77.0146	4
20277	Washington	washington	DC	001		38.8933	-77.0146	4
20289	Washington	washington	DC	001		38.8933	-77.0146	4
20299	Washington	washington	DC	001		38.8933	-77.0146	4
20301	Washington	washington	DC	001		38.8894	-77.0311	4
20303	Washington	washington	DC	001		38.8933	-77.0146	4
20306	Washington	washington	DC	001		38.8933	-77.0146	4
20310	Washington	washington	DC	001		38.8933	-77.0146	4
20314	Washington	washington	DC	001		38.8933	-77.0146	4
20317	Washington	washington	DC	001		38.9363	-77.0123	4
20318	Washington	washington	DC	001		38.8933	-77.0146	4
20319	Washington	washington	DC	001		38.8667	-77.0166	4
20330	Washington	washington	DC	001		38.8933	-77.0146	4
20340	Washington	washington	DC	001		38.8933	-77.0146	4
20350	Washington	washington	DC	001		38.8933	-77.0146	4
20355	Washington	washington	DC	001		38.8951	-77.0369	4
20370	Washington	washington	DC	001		38.8933	-77.0146	4
20372	Washington	washington	DC	001		38.8933	-77.0146	4
20373	Naval Anacost Annex	naval-anacost-annex	DC	001		38.8951	-77.0364	1
20374	Washington Navy Yard	washington-navy-yard	DC	001		38.8951	-77.0364	1
20375	Washington	washington	DC	001		38.8262	-77.0174	4
20376	Washington Navy Yard	washington-navy-yard	DC	001		38.9164	-76.9947	1
20380	Washington	washington	DC	001		38.8933	-77.0146	4
20388	Washington Navy Yard	washington-navy-yard	DC	001		38.8951	-77.0364	1
20389	Washington	washington	DC	001		38.8933	-77.0146	4
20390	Washington	washington	DC	001		38.8933	-77.0146	4
20391	Washington Navy Yard	washington-navy-yard	DC	001		38.8951	-77.0364	1
20392	Washington	washington	DC	001		38.8933	-77.0146	4
20393	Washington	washington	DC	001		38.8933	-77.0146	4
20394	Washington	washington	DC	001		38.8933	-77.0146	4
20395	Washington	washington	DC	001		38.8933	-77.0146	4
20398	Washington Navy Yard	washington-navy-yard	DC	001		38.8951	-77.0364	1
20401	Washington	washington	DC	001		38.8933	-77.0146	4
20402	Washington	washington	DC	001		38.8933	-77.0146	4
20403	Washington	washington	DC	001		38.8933	-77.0146	4
20404	Washington	washington	DC	001		38.8992	-77.0089	4
20405	Washington	washington	DC	001		38.8951	-77.0364	4
20406	Washington	washington	DC	001		38.8933	-77.0146	4
20407	Washington	washington	DC	001		38.8933	-77.0146	4
20408	Washington	washington	DC	001		38.8933	-77.0146	4
20409	Washington	washington	DC	001		38.8933	-77.0146	4
20410	Washington	washington	DC	001		38.8933	-77.0146	4
20411	Washington	washington	DC	001		38.884	-77.0221	4
20412	Washington	washington	DC	001		38.8953	-77.0221	4
20413	Washington	washington	DC	001		38.8933	-77.0146	4
20414	Washington	washington	DC	001		38.884	-77.0221	4
20415	Washington	washington	DC	001		38.8933	-77.0146	4
20416	Washington	washington	DC	001		38.8933	-77.0146	4
20417	Washington	washington	DC	001		38.907	-77.0058	
20418	Washington	washington	DC	001		38.9043	-77.0572	4
20419	Washington	washington	DC	001		38.8933	-77.0146	4
20420	Washington	washington	DC	001		38.9035	-77.0276	4
20421	Washington	washington	DC	001		38.8933	-77.0146	4
20422	Washington	washington	DC	001		38.8933	-77.0146	4
20423	Washington	washington	DC	001		38.8933	-77.0146	4
20424	Washington	washington	DC	001		38.8933	-77.0146	4
20425	Washington	washington	DC	001		38.8933	-77.0146	4
20426	Washington	washington	DC	001		38.8933	-77.0146	4
20427	Washington	washington	DC	001		38.9021	-77.0476	4
20428	Washington	washington	DC	001		38.8933	-77.0146	4
20429	Washington	washington	DC	001		38.8933	-77.0146	4
20431	Washington	washington	DC	001		38.8986	-77.0428	4
20433	Washington	washington	DC	001		38.9	-77.042	4
20434	Washington	washington	DC	001		38.8933	-77.0146	4
20435	Washington	washington	DC	001		38.8994	-77.0403	4
20436	Washington	washington	DC	001		38.8959	-77.0211	4
20437	Washington	washington	DC	001		38.9028	-77.0485	4
20439	Washington	washington	DC	001		38.8933	-77.0146	4
20440	Washington	washington	DC	001		38.9139	-77.0453	4
20441	Washington	washington	DC	001		38.9239	-77.0363	4
20442	Washington	washington	DC	001		38.896	-77.0177	4
20444	Washington	washington	DC	001		38.8933	-77.0146	4
20447	Washington	washington	DC	001		38.8847	-77.0252	4
20451	Washington	washington	DC	001		38.8977	-77.0444	4
20453	Washington	washington	DC	001		38.8933	-77.0146	4
20456	Washington	washington	DC	001		38.8981	-77.0401	4
20460	Washington	washington	DC	001		38.8764	-77.0188	4
20463	Washington	washington	DC	001		38.8933	-77.0146	4
20468	Washington	washington	DC	001		38.8933	-77.0146	4
20469	Washington	washington	DC	001		38.8933	-77.0146	4
20470	Washington	washington	DC	001		38.8933	-77.0146	4
20472	Washington	washington	DC	001		38.8933	-77.0146	4
20500	Washington	washington	DC	001		38.8946	-77.0355	4
20501	Washington	washington	DC	001		38.8987	-77.0362	4
20502	Washington	washington	DC	001		38.8987	-77.0362	4
20503	Washington	washington	DC	001		38.9007	-77.0431	4
20504	Washington	washington	DC	001		38.8933	-77.0146	4
20505	Washington	washington	DC	001		38.8933	-77.0146	4
20506	Washington	washington	DC	001		38.8994	-77.0377	4
20507	Washington	washington	DC	001		38.8933	-77.0146	4
20508	Washington	washington	DC	001		38.8933	-77.0146	4
20509	Washington	washington	DC	001		38.8987	-77.0356	4
20510	Washington	washington	DC	001		38.8933	-77.0146	4
20511	Washington	washington	DC	001		38.8951	-77.0364	4
20515	Washington	washington	DC	001		38.8933	-77.0146	4
20520	Washington	washington	DC	001		38.8932	-77.049	4
20521	Washington	washington	DC	001		38.8933	-77.0146	4
20522	Washington	washington	DC	001		38.8932	-77.049	4
20523	Washington	washington	DC	001		38.8945	-77.0478	4
20524	Washington	washington	DC	001		38.9024	-77.0326	4
20525	Washington	washington	DC	001		38.8933	-77.0146	4
20526	Washington	washington	DC	001		38.9022	-77.0437	4
20527	Washington	washington	DC	001		38.9029	-77.0361	4
20528	Washington	washington	DC	001		38.8951	-77.0369	4
20529	Washington	washington	DC	001		38.8973	-77.0142	4
20530	Washington	washington	DC	001		38.8976	-77.027	4
20531	Washington	washington	DC	001		38.8938	-77.0218	4
20533	Washington	washington	DC	001		38.9011	-77.0326	4
20534	Washington	washington	DC	001		38.8941	-77.0125	4
20535	Washington	washington	DC	001		38.8941	-77.0251	4
20536	Washington	washington	DC	001		38.9012	-77.0169	4
20537	Washington	washington	DC	001		38.8941	-77.0251	4
20538	Washington	washington	DC	001		38.8933	-77.0146	4
20539	Washington	washington	DC	001		38.8933	-77.0146	4
20540	Washington	washington	DC	001		38.8874	-77.0047	4
20541	Washington	washington	DC	001		38.8874	-77.0047	4
20542	Washington	washington	DC	001		38.9408	-77.0283	4
20543	Washington	washington	DC	001		38.8933	-77.0146	4
20544	Washington	washington	DC	001		38.8933	-77.0146	4
20546	Washington	washington	DC	001		38.891	-77.0211	4
20547	Washington	washington	DC	001		38.8933	-77.0146	4
20548	Washington	washington	DC	001		38.8981	-77.0177	4
20549	Washington	washington	DC	001		38.8933	-77.0146	4
20551	Washington	washington	DC	001		38.892	-77.0452	4
20552	Washington	washington	DC	001		38.8933	-77.0146	4
20553	Washington	washington	DC	001		38.8873	-77.0231	4
20554	Washington	washington	DC	001		38.8933	-77.0146	4
20555	Washington	washington	DC	001		38.9	-77.0401	4
20557	Washington	washington	DC	001		38.8874	-77.0047	4
20559	Washington	washington	DC	001		38.8874	-77.0047	4
20560	Washington	washington	DC	001		38.8933	-77.0146	4
20565	Washington	washington	DC	001		38.8919	-77.0189	4
20566	Washington	washington	DC	001		38.8971	-77.0554	4
20570	Washington	washington	DC	001		38.8991	-77.0401	4
20571	Washington	washington	DC	001		38.9006	-77.0346	4
20572	Washington	washington	DC	001		38.8933	-77.0146	4
20573	Washington	washington	DC	001		38.8933	-77.0146	4
20575	Washington	washington	DC	001		38.8933	-77.0146	4
20576	Washington	washington	DC	001		38.8937	-77.0236	4
20577	Washington	washington	DC	001		38.9008	-77.0345	4
20578	Washington	washington	DC	001		38.8933	-77.0146	4
20579	Washington	washington	DC	001		38.9043	-77.0446	4
20580	Washington	washington	DC	001		38.8933	-77.0146	4
20581	Washington	washington	DC	001		38.8933	-77.0146	4
20585	Washington	washington	DC	001		38.8933	-77.0146	4
20586	Washington	washington	DC	001		38.9022	-77.0474	4
20590	Washington	washington	DC	001		38.884	-77.0221	4
20591	Washington	washington	DC	001		38.8933	-77.0146	4
20593	Washington	washington	DC	001		38.8933	-77.0146	4
20594	Washington	washington	DC	001		38.8849	-77.0184	4
20597	Washington	washington	DC	001		38.8933	-77.0146	4
20599	Washington	washington	DC	001		38.8933	-77.0146	4
56901	Washington	washington	DC	001		38.8952	-77.0365	4
56915	Washington	washington	DC	001		38.8952	-77.0365	4
56920	Washington	washington	DC	001		38.8952	-77.0365	4
56933	Washington	washington	DC	001		38.8952	-77.0365	4
56944	Washington	washington	DC	001		38.8952	-77.0365	4
56972	Washington	washington	DC	001		38.8951	-77.0364	4
19901	Dover	dover	DE	001		39.1564	-75.4955	4
19902	Dover Afb	dover-afb	DE	001		39.1253	-75.4818	1
19903	Dover	dover	DE	001		39.1087	-75.448	4
19904	Dover	dover	DE	001		39.1605	-75.5974	4
19905	Dover	dover	DE	001		39.1582	-75.5244	4
19906	Dover	dover	DE	001		39.157	-75.5294	4
19934	Camden Wyoming	camden-wyoming	DE	001		39.0991	-75.5966	1
19936	Cheswold	cheswold	DE	001		39.2184	-75.5848	4
19938	Clayton	clayton	DE	001		39.2564	-75.6904	4
19943	Felton	felton	DE	001		39.0225	-75.5829	4
19946	Frederica	frederica	DE	001		39.0342	-75.4545	4
19952	Harrington	harrington	DE	001		38.924	-75.5843	4
19953	Hartly	hartly	DE	001		39.1542	-75.6935	4
19954	Houston	houston	DE	001		38.9114	-75.5064	4
09196	APO AE	apo-ae				50.0826	8.2493	
19955	Kenton	kenton	DE	001		39.2256	-75.6642	4
19961	Little Creek	little-creek	DE	001		39.1663	-75.4483	4
19962	Magnolia	magnolia	DE	001		39.0735	-75.5083	4
19964	Marydel	marydel	DE	001		39.0998	-75.7287	4
19977	Smyrna	smyrna	DE	001		39.2934	-75.6008	4
19979	Viola	viola	DE	001		39.0419	-75.5726	4
19980	Woodside	woodside	DE	001		39.0724	-75.5711	4
19701	Bear	bear	DE	003		39.6102	-75.6747	4
19702	Newark	newark	DE	003		39.6349	-75.6993	4
19703	Claymont	claymont	DE	003		39.8044	-75.4649	4
19706	Delaware City	delaware-city	DE	003		39.5725	-75.5957	4
19707	Hockessin	hockessin	DE	003		39.776	-75.6889	4
19708	Kirkwood	kirkwood	DE	003		39.5776	-75.6901	4
19709	Middletown	middletown	DE	003		39.4815	-75.6832	4
19710	Montchanin	montchanin	DE	003		39.7898	-75.5891	4
19711	Newark	newark	DE	003		39.7011	-75.7375	4
19712	Newark	newark	DE	003		39.5645	-75.597	4
19713	Newark	newark	DE	003		39.6699	-75.7151	4
19714	Newark	newark	DE	003		39.5645	-75.597	4
19715	Newark	newark	DE	003		39.5645	-75.597	4
19716	Newark	newark	DE	003		39.6896	-75.7584	4
19717	Newark	newark	DE	003		39.6837	-75.7497	4
19718	Newark	newark	DE	003		39.5645	-75.597	4
19720	New Castle	new-castle	DE	003		39.5929	-75.6515	4
19721	New Castle	new-castle	DE	003		39.5645	-75.597	4
19725	Newark	newark	DE	003		39.5645	-75.597	4
19726	New Castle	new-castle	DE	003		39.6621	-75.5663	4
19730	Odessa	odessa	DE	003		39.4592	-75.6536	4
19731	Port Penn	port-penn	DE	003		39.5129	-75.5852	4
19732	Rockland	rockland	DE	003		39.7939	-75.5738	4
19733	Saint Georges	saint-georges	DE	003		39.5555	-75.6505	4
19734	Townsend	townsend	DE	003		39.3819	-75.6834	4
19735	Winterthur	winterthur	DE	003		39.8029	-75.5916	4
19736	Yorklyn	yorklyn	DE	003		39.8082	-75.6755	4
19801	Wilmington	wilmington	DE	003		39.7378	-75.5497	4
19802	Wilmington	wilmington	DE	003		39.7564	-75.534	4
19803	Wilmington	wilmington	DE	003		39.7994	-75.5317	4
19804	Wilmington	wilmington	DE	003		39.7168	-75.6184	4
19805	Wilmington	wilmington	DE	003		39.7434	-75.5827	4
19806	Wilmington	wilmington	DE	003		39.7571	-75.5635	4
19807	Wilmington	wilmington	DE	003		39.7949	-75.6161	4
19808	Wilmington	wilmington	DE	003		39.7359	-75.6647	4
19809	Wilmington	wilmington	DE	003		39.7647	-75.5069	4
19810	Wilmington	wilmington	DE	003		39.8188	-75.5064	4
19850	Wilmington	wilmington	DE	003		39.5645	-75.597	4
19880	Wilmington	wilmington	DE	003		39.5645	-75.597	4
19884	Wilmington	wilmington	DE	003		39.7459	-75.5466	4
19885	Wilmington	wilmington	DE	003		39.7459	-75.5466	4
19886	Wilmington	wilmington	DE	003		39.7459	-75.5466	4
19890	Wilmington	wilmington	DE	003		39.5645	-75.597	4
19891	Wilmington	wilmington	DE	003		39.5645	-75.597	4
19892	Wilmington	wilmington	DE	003		39.5645	-75.597	4
19893	Wilmington	wilmington	DE	003		39.7459	-75.5466	4
19894	Wilmington	wilmington	DE	003		39.7459	-75.5466	4
19895	Wilmington	wilmington	DE	003		39.7459	-75.5466	4
19896	Wilmington	wilmington	DE	003		39.5645	-75.597	4
19897	Wilmington	wilmington	DE	003		39.5645	-75.597	4
19898	Wilmington	wilmington	DE	003		39.7459	-75.5466	4
19899	Wilmington	wilmington	DE	003		39.7459	-75.5466	4
19930	Bethany Beach	bethany-beach	DE	005		38.531	-75.0674	4
19931	Bethel	bethel	DE	005		38.5685	-75.6243	4
19933	Bridgeville	bridgeville	DE	005		38.7366	-75.6088	4
19939	Dagsboro	dagsboro	DE	005		38.5596	-75.2113	4
19940	Delmar	delmar	DE	005		38.477	-75.5759	4
19941	Ellendale	ellendale	DE	005		38.8057	-75.4056	4
19944	Fenwick Island	fenwick-island	DE	005		38.4865	-75.0589	4
19945	Frankford	frankford	DE	005		38.5177	-75.2006	4
19947	Georgetown	georgetown	DE	005		38.679	-75.3932	4
19950	Greenwood	greenwood	DE	005		38.8175	-75.5935	4
19951	Harbeson	harbeson	DE	005		38.6723	-75.2236	4
19956	Laurel	laurel	DE	005		38.5537	-75.5631	4
19958	Lewes	lewes	DE	005		38.7381	-75.1747	4
19960	Lincoln	lincoln	DE	005		38.8613	-75.4	4
19963	Milford	milford	DE	005		38.9218	-75.4299	4
19966	Millsboro	millsboro	DE	005		38.6595	-75.2464	4
19967	Millville	millville	DE	005		38.5496	-75.1232	4
19968	Milton	milton	DE	005		38.7687	-75.2953	4
19969	Nassau	nassau	DE	005		38.7521	-75.1877	4
19970	Ocean View	ocean-view	DE	005		38.5617	-75.0966	4
19971	Rehoboth Beach	rehoboth-beach	DE	005		38.7209	-75.076	4
19973	Seaford	seaford	DE	005		38.6404	-75.6041	4
19975	Selbyville	selbyville	DE	005		38.4654	-75.1573	4
32601	Gainesville	gainesville	FL	001		29.6489	-82.325	4
32602	Gainesville	gainesville	FL	001		29.6299	-82.3966	4
32603	Gainesville	gainesville	FL	001		29.6515	-82.3493	4
32604	Gainesville	gainesville	FL	001		29.5733	-82.3979	4
32605	Gainesville	gainesville	FL	001		29.6785	-82.3679	4
32606	Gainesville	gainesville	FL	001		29.6954	-82.4023	4
32607	Gainesville	gainesville	FL	001		29.6456	-82.4033	4
32608	Gainesville	gainesville	FL	001		29.6132	-82.3873	4
32609	Gainesville	gainesville	FL	001		29.7005	-82.308	4
32610	Gainesville	gainesville	FL	001		29.6813	-82.3539	4
32611	Gainesville	gainesville	FL	001		29.6813	-82.3539	4
32612	Gainesville	gainesville	FL	001		29.6813	-82.3539	4
32614	Gainesville	gainesville	FL	001		29.6813	-82.3539	4
32615	Alachua	alachua	FL	001		29.8135	-82.472	4
32616	Alachua	alachua	FL	001		29.792	-82.496	4
09202	APO AE	apo-ae				50.0099	8.2829	
32618	Archer	archer	FL	001		29.5597	-82.5108	4
32627	Gainesville	gainesville	FL	001		29.6516	-82.3248	4
32631	Earleton	earleton	FL	001		29.7439	-82.1034	4
32633	Evinston	evinston	FL	001		29.4869	-82.2312	4
32635	Gainesville	gainesville	FL	001		29.6813	-82.3539	4
32640	Hawthorne	hawthorne	FL	001		29.574	-82.1056	4
32641	Gainesville	gainesville	FL	001		29.6824	-82.2014	4
32643	High Springs	high-springs	FL	001		29.841	-82.6156	4
32653	Gainesville	gainesville	FL	001		29.7728	-82.3782	4
32654	Island Grove	island-grove	FL	001		29.4536	-82.1065	4
32655	High Springs	high-springs	FL	001		29.8175	-82.6006	4
32658	La Crosse	la-crosse	FL	001		29.8433	-82.4048	4
32662	Lochloosa	lochloosa	FL	001		29.5116	-82.1004	4
32667	Micanopy	micanopy	FL	001		29.5122	-82.3053	4
32669	Newberry	newberry	FL	001		29.6609	-82.5852	4
32694	Waldo	waldo	FL	001		29.7871	-82.1608	4
32040	Glen Saint Mary	glen-saint-mary	FL	003		30.2861	-82.2041	4
32063	Macclenny	macclenny	FL	003		30.2737	-82.1325	4
32072	Olustee	olustee	FL	003		30.2041	-82.4287	4
32087	Sanderson	sanderson	FL	003		30.2522	-82.2729	4
32401	Panama City	panama-city	FL	005		30.1606	-85.6494	4
32402	Panama City	panama-city	FL	005		30.2345	-85.692	4
32403	Panama City	panama-city	FL	005		30.0583	-85.5762	4
32404	Panama City	panama-city	FL	005		30.1653	-85.5763	4
32405	Panama City	panama-city	FL	005		30.1949	-85.6727	4
32406	Panama City	panama-city	FL	005		30.2345	-85.692	4
32407	Panama City Beach	panama-city-beach	FL	005		30.2007	-85.8136	4
32408	Panama City	panama-city	FL	005		30.1655	-85.7116	4
32409	Panama City	panama-city	FL	005		30.3117	-85.6923	4
32410	Mexico Beach	mexico-beach	FL	005		29.9395	-85.4096	4
32411	Panama City	panama-city	FL	005		30.2345	-85.692	4
32412	Panama City	panama-city	FL	005		30.2345	-85.692	4
32413	Panama City Beach	panama-city-beach	FL	005		30.3105	-85.9106	4
32417	Panama City	panama-city	FL	005		30.1595	-85.6598	4
32438	Fountain	fountain	FL	005		30.4753	-85.4293	4
32444	Lynn Haven	lynn-haven	FL	005		30.2362	-85.6467	4
32466	Youngstown	youngstown	FL	005		30.3269	-85.5169	4
32042	Graham	graham	FL	007		29.9689	-82.1226	4
32044	Hampton	hampton	FL	007		29.8575	-82.1483	4
32058	Lawtey	lawtey	FL	007		30.0472	-82.1055	4
32091	Starke	starke	FL	007		29.9583	-82.1185	4
32622	Brooker	brooker	FL	007		29.919	-82.2956	4
32754	Mims	mims	FL	009		28.6974	-80.8663	4
32775	Scottsmoor	scottsmoor	FL	009		28.7702	-80.872	4
32780	Titusville	titusville	FL	009		28.5697	-80.8191	4
32781	Titusville	titusville	FL	009		28.6122	-80.8076	4
32783	Titusville	titusville	FL	009		28.6122	-80.8076	4
32796	Titusville	titusville	FL	009		28.6271	-80.8429	4
32815	Orlando	orlando	FL	009		28.3067	-80.6862	4
32899	Orlando	orlando	FL	009		28.3067	-80.6862	4
32901	Melbourne	melbourne	FL	009		28.0691	-80.62	4
32902	Melbourne	melbourne	FL	009		28.0836	-80.6081	4
32903	Indialantic	indialantic	FL	009		28.1091	-80.5787	4
32904	Melbourne	melbourne	FL	009		28.0673	-80.678	4
32905	Palm Bay	palm-bay	FL	009		28.0313	-80.5995	4
32906	Palm Bay	palm-bay	FL	009		28.0671	-80.6503	4
32907	Palm Bay	palm-bay	FL	009		28.0168	-80.6739	4
32908	Palm Bay	palm-bay	FL	009		27.9816	-80.6894	4
32909	Palm Bay	palm-bay	FL	009		27.9694	-80.6473	4
32910	Palm Bay	palm-bay	FL	009		28.0345	-80.5887	4
32911	Palm Bay	palm-bay	FL	009		28.0345	-80.5887	4
32912	Melbourne	melbourne	FL	009		28.0836	-80.6081	4
32919	Melbourne	melbourne	FL	009		28.0836	-80.6081	4
32920	Cape Canaveral	cape-canaveral	FL	009		28.3903	-80.6043	4
32922	Cocoa	cocoa	FL	009		28.3672	-80.7465	4
32923	Cocoa	cocoa	FL	009		28.4275	-80.829	4
32924	Cocoa	cocoa	FL	009		28.3067	-80.6862	4
32925	Patrick Afb	patrick-afb	FL	009		28.1743	-80.584	1
32926	Cocoa	cocoa	FL	009		28.391	-80.787	4
32927	Cocoa	cocoa	FL	009		28.4566	-80.7978	4
32931	Cocoa Beach	cocoa-beach	FL	009		28.3325	-80.6121	4
32932	Cocoa Beach	cocoa-beach	FL	009		28.3206	-80.6092	4
32934	Melbourne	melbourne	FL	009		28.1331	-80.7112	4
32935	Melbourne	melbourne	FL	009		28.1384	-80.6524	4
32936	Melbourne	melbourne	FL	009		28.0836	-80.6081	4
32937	Satellite Beach	satellite-beach	FL	009		28.178	-80.602	4
32940	Melbourne	melbourne	FL	009		28.2061	-80.685	4
32941	Melbourne	melbourne	FL	009		27.9246	-80.5235	4
32949	Grant	grant	FL	009		27.9289	-80.5264	4
32950	Malabar	malabar	FL	009		27.9761	-80.5788	4
32951	Melbourne Beach	melbourne-beach	FL	009		28.0219	-80.5389	4
32952	Merritt Island	merritt-island	FL	009		28.2764	-80.6568	4
32953	Merritt Island	merritt-island	FL	009		28.3888	-80.7301	4
32954	Merritt Island	merritt-island	FL	009		28.5392	-80.672	4
32955	Rockledge	rockledge	FL	009		28.3134	-80.7319	4
32956	Rockledge	rockledge	FL	009		28.3298	-80.7323	4
32959	Sharpes	sharpes	FL	009		28.3067	-80.6862	4
32976	Sebastian	sebastian	FL	009		27.8679	-80.5416	4
33004	Dania	dania	FL	011		26.0476	-80.1447	4
33008	Hallandale	hallandale	FL	011		25.9812	-80.1484	4
33009	Hallandale	hallandale	FL	011		25.985	-80.1407	4
33019	Hollywood	hollywood	FL	011		26.007	-80.1219	4
33020	Hollywood	hollywood	FL	011		26.0161	-80.1517	4
33021	Hollywood	hollywood	FL	011		26.0218	-80.1891	4
33022	Hollywood	hollywood	FL	011		26.0134	-80.1442	4
33023	Hollywood	hollywood	FL	011		25.9894	-80.2153	4
33024	Hollywood	hollywood	FL	011		26.0296	-80.2489	4
33025	Hollywood	hollywood	FL	011		25.9921	-80.2712	4
33026	Hollywood	hollywood	FL	011		26.0229	-80.2974	4
33027	Hollywood	hollywood	FL	011		25.9974	-80.3248	4
33028	Pembroke Pines	pembroke-pines	FL	011		26.0185	-80.3449	4
33029	Hollywood	hollywood	FL	011		25.9924	-80.4089	4
33060	Pompano Beach	pompano-beach	FL	011		26.2315	-80.1235	4
33061	Pompano Beach	pompano-beach	FL	011		26.2539	-80.1342	4
33062	Pompano Beach	pompano-beach	FL	011		26.2343	-80.0941	4
33063	Pompano Beach	pompano-beach	FL	011		26.2674	-80.2092	4
33064	Pompano Beach	pompano-beach	FL	011		26.2785	-80.1157	4
33065	Pompano Beach	pompano-beach	FL	011		26.2729	-80.2603	4
33066	Pompano Beach	pompano-beach	FL	011		26.2535	-80.1775	4
33067	Pompano Beach	pompano-beach	FL	011		26.3033	-80.2415	4
33068	Pompano Beach	pompano-beach	FL	011		26.216	-80.2205	4
33069	Pompano Beach	pompano-beach	FL	011		26.2288	-80.1635	4
33071	Pompano Beach	pompano-beach	FL	011		26.2435	-80.2601	4
33072	Pompano Beach	pompano-beach	FL	011		26.2335	-80.0924	4
33073	Pompano Beach	pompano-beach	FL	011		26.2997	-80.181	4
33074	Pompano Beach	pompano-beach	FL	011		26.2379	-80.1248	4
33075	Coral Springs	coral-springs	FL	011		26.2712	-80.2706	4
33076	Pompano Beach	pompano-beach	FL	011		26.3168	-80.2753	4
33077	Pompano Beach	pompano-beach	FL	011		26.2379	-80.1248	4
33081	Hollywood	hollywood	FL	011		26.0112	-80.1495	4
33082	Pembroke Pines	pembroke-pines	FL	011		26.0031	-80.2239	4
33083	Hollywood	hollywood	FL	011		26.0112	-80.1495	4
33084	Hollywood	hollywood	FL	011		26.0112	-80.1495	4
33093	Margate	margate	FL	011		26.2445	-80.2064	4
33097	Coconut Creek	coconut-creek	FL	011		26.2517	-80.1789	4
33301	Fort Lauderdale	fort-lauderdale	FL	011		26.1216	-80.1288	4
33302	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33303	Fort Lauderdale	fort-lauderdale	FL	011		26.1969	-80.0952	4
33304	Fort Lauderdale	fort-lauderdale	FL	011		26.1387	-80.1218	4
33305	Fort Lauderdale	fort-lauderdale	FL	011		26.1497	-80.1229	4
33306	Fort Lauderdale	fort-lauderdale	FL	011		26.1656	-80.1118	4
33307	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33308	Fort Lauderdale	fort-lauderdale	FL	011		26.0984	-80.1822	4
33309	Fort Lauderdale	fort-lauderdale	FL	011		26.1817	-80.1746	4
33310	Fort Lauderdale	fort-lauderdale	FL	011		26.1443	-80.2069	4
33311	Fort Lauderdale	fort-lauderdale	FL	011		26.1421	-80.1728	4
33312	Fort Lauderdale	fort-lauderdale	FL	011		26.0968	-80.181	4
33313	Fort Lauderdale	fort-lauderdale	FL	011		26.1487	-80.2075	4
33314	Fort Lauderdale	fort-lauderdale	FL	011		26.0697	-80.2246	4
33315	Fort Lauderdale	fort-lauderdale	FL	011		26.0989	-80.1541	4
33316	Fort Lauderdale	fort-lauderdale	FL	011		26.1042	-80.126	4
33317	Fort Lauderdale	fort-lauderdale	FL	011		26.1122	-80.2264	4
33318	Fort Lauderdale	fort-lauderdale	FL	011		26.1184	-80.252	4
33319	Fort Lauderdale	fort-lauderdale	FL	011		26.1848	-80.2406	4
33320	Fort Lauderdale	fort-lauderdale	FL	011		26.1625	-80.2582	4
33321	Fort Lauderdale	fort-lauderdale	FL	011		26.212	-80.2696	4
33322	Fort Lauderdale	fort-lauderdale	FL	011		26.1502	-80.2745	4
33323	Fort Lauderdale	fort-lauderdale	FL	011		26.152	-80.3165	4
33324	Fort Lauderdale	fort-lauderdale	FL	011		26.1255	-80.2644	4
33325	Fort Lauderdale	fort-lauderdale	FL	011		26.1097	-80.3215	4
33326	Fort Lauderdale	fort-lauderdale	FL	011		26.1158	-80.3681	4
33327	Fort Lauderdale	fort-lauderdale	FL	011		26.1168	-80.4156	4
33328	Fort Lauderdale	fort-lauderdale	FL	011		26.0671	-80.2723	4
33329	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33330	Fort Lauderdale	fort-lauderdale	FL	011		26.0663	-80.3339	4
33331	Fort Lauderdale	fort-lauderdale	FL	011		26.048	-80.3749	4
33332	Fort Lauderdale	fort-lauderdale	FL	011		26.0596	-80.4146	4
33334	Fort Lauderdale	fort-lauderdale	FL	011		26.1845	-80.1344	4
33335	Fort Lauderdale	fort-lauderdale	FL	011		26.0892	-80.336	4
33336	Fort Lauderdale	fort-lauderdale	FL	011		26.1219	-80.1436	4
33337	Fort Lauderdale	fort-lauderdale	FL	011		26.129	-80.2601	4
33338	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33339	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33340	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33345	Fort Lauderdale	fort-lauderdale	FL	011		26.1654	-80.2959	4
33346	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33348	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33349	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33351	Fort Lauderdale	fort-lauderdale	FL	011		26.1793	-80.2746	4
33355	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33359	Fort Lauderdale	fort-lauderdale	FL	011		26.1223	-80.1434	4
33388	Plantation	plantation	FL	011		26.1342	-80.2318	4
33394	Fort Lauderdale	fort-lauderdale	FL	011		26.1221	-80.139	4
33441	Deerfield Beach	deerfield-beach	FL	011		26.3096	-80.0992	4
33442	Deerfield Beach	deerfield-beach	FL	011		26.3124	-80.1412	4
33443	Deerfield Beach	deerfield-beach	FL	011		26.3184	-80.0998	4
33973	Lehigh Acres	lehigh-acres	FL	011		26.602	-81.7311	4
32421	Altha	altha	FL	013		30.5319	-85.1704	4
32424	Blountstown	blountstown	FL	013		30.4394	-85.062	4
32430	Clarksville	clarksville	FL	013		30.3568	-85.1898	4
32449	Wewahitchka	wewahitchka	FL	013		30.4059	-85.1974	4
33927	El Jobean	el-jobean	FL	015		26.9324	-82.2168	4
33938	Murdock	murdock	FL	015		26.902	-82	4
33946	Placida	placida	FL	015		26.8323	-82.2648	4
33947	Rotonda West	rotonda-west	FL	015		26.8842	-82.2691	1
33948	Port Charlotte	port-charlotte	FL	015		26.9827	-82.1412	4
33949	Port Charlotte	port-charlotte	FL	015		26.9939	-82.0984	4
33950	Punta Gorda	punta-gorda	FL	015		26.9152	-82.0532	4
33951	Punta Gorda	punta-gorda	FL	015		26.9708	-81.9845	4
33952	Port Charlotte	port-charlotte	FL	015		26.9905	-82.0964	4
33953	Port Charlotte	port-charlotte	FL	015		27.004	-82.2117	4
33954	Port Charlotte	port-charlotte	FL	015		27.0228	-82.1108	4
33955	Punta Gorda	punta-gorda	FL	015		26.824	-81.9547	4
33980	Punta Gorda	punta-gorda	FL	015		26.9298	-82.0454	4
33981	Port Charlotte	port-charlotte	FL	015		26.9379	-82.2388	4
33982	Punta Gorda	punta-gorda	FL	015		26.9668	-81.9545	4
33983	Punta Gorda	punta-gorda	FL	015		27.0074	-82.0163	4
34423	Crystal River	crystal-river	FL	017		28.867	-82.5727	4
34428	Crystal River	crystal-river	FL	017		28.9584	-82.5993	4
34429	Crystal River	crystal-river	FL	017		28.8547	-82.6669	4
34433	Dunnellon	dunnellon	FL	017		28.9949	-82.5196	4
34434	Dunnellon	dunnellon	FL	017		28.9938	-82.4241	4
34436	Floral City	floral-city	FL	017		28.7304	-82.3077	4
34441	Hernando	hernando	FL	017		28.9311	-82.372	
34442	Hernando	hernando	FL	017		28.9223	-82.39	4
34445	Holder	holder	FL	017		28.9669	-82.4207	4
34446	Homosassa	homosassa	FL	017		28.7508	-82.5139	4
34447	Homosassa Springs	homosassa-springs	FL	017		28.8049	-82.5743	4
34448	Homosassa	homosassa	FL	017		28.788	-82.568	4
34450	Inverness	inverness	FL	017		28.834	-82.2822	4
34451	Inverness	inverness	FL	017		28.8358	-82.3304	4
34452	Inverness	inverness	FL	017		28.8358	-82.3304	4
34453	Inverness	inverness	FL	017		28.8723	-82.3454	4
34460	Lecanto	lecanto	FL	017		28.8593	-82.5087	4
34461	Lecanto	lecanto	FL	017		28.8516	-82.4876	4
34464	Beverly Hills	beverly-hills	FL	017		28.9169	-82.4582	4
34465	Beverly Hills	beverly-hills	FL	017		28.9295	-82.4892	4
34487	Homosassa	homosassa	FL	017		28.7814	-82.6151	4
32003	Fleming Island	fleming-island	FL	019		30.0933	-81.719	4
32006	Fleming Island	fleming-island	FL	019		30.107	-81.7167	4
32030	Doctors Inlet	doctors-inlet	FL	019		30.1056	-81.769	4
32043	Green Cove Springs	green-cove-springs	FL	019		29.9983	-81.7647	4
32050	Middleburg	middleburg	FL	019		30.0689	-81.8604	4
32065	Orange Park	orange-park	FL	019		30.1382	-81.7742	4
32067	Orange Park	orange-park	FL	019		30.1661	-81.7065	4
32068	Middleburg	middleburg	FL	019		30.084	-81.8645	4
32073	Orange Park	orange-park	FL	019		30.1637	-81.7291	4
32079	Penney Farms	penney-farms	FL	019		29.9849	-81.8022	4
32160	Lake Geneva	lake-geneva	FL	019		29.7683	-81.9907	4
32656	Keystone Heights	keystone-heights	FL	019		29.7976	-81.9899	4
34101	Naples	naples	FL	021		26.1423	-81.796	4
34102	Naples	naples	FL	021		26.134	-81.7953	4
34103	Naples	naples	FL	021		26.1917	-81.8039	4
34104	Naples	naples	FL	021		26.1529	-81.7417	4
34105	Naples	naples	FL	021		26.1938	-81.7636	4
34106	Naples	naples	FL	021		26.1423	-81.796	4
34107	Naples	naples	FL	021		26.1423	-81.796	4
34108	Naples	naples	FL	021		26.2416	-81.8071	4
34109	Naples	naples	FL	021		26.2534	-81.7644	4
34110	Naples	naples	FL	021		26.2823	-81.7573	4
34112	Naples	naples	FL	021		26.1184	-81.7361	4
34113	Naples	naples	FL	021		26.0426	-81.7182	4
34114	Naples	naples	FL	021		26.0143	-81.5856	4
34116	Naples	naples	FL	021		26.1873	-81.711	4
34117	Naples	naples	FL	021		26.1156	-81.5239	4
34119	Naples	naples	FL	021		26.2665	-81.7146	4
34120	Naples	naples	FL	021		26.3304	-81.5871	4
34137	Copeland	copeland	FL	021		25.9542	-81.3575	4
34138	Chokoloskee	chokoloskee	FL	021		25.8129	-81.362	4
34139	Everglades City	everglades-city	FL	021		25.857	-81.3778	4
34140	Goodland	goodland	FL	021		25.9248	-81.6456	4
34141	Ochopee	ochopee	FL	021		25.8734	-81.1599	4
34142	Immokalee	immokalee	FL	021		26.1844	-81.4152	4
34143	Immokalee	immokalee	FL	021		26.4642	-81.5047	4
34145	Marco Island	marco-island	FL	021		25.9388	-81.6968	4
34146	Marco Island	marco-island	FL	021		25.9412	-81.7184	4
32024	Lake City	lake-city	FL	023		30.1055	-82.6878	4
32025	Lake City	lake-city	FL	023		30.1601	-82.6396	4
32038	Fort White	fort-white	FL	023		29.9207	-82.6879	4
32055	Lake City	lake-city	FL	023		30.2702	-82.6254	4
32056	Lake City	lake-city	FL	023		30.1897	-82.6393	4
32061	Lulu	lulu	FL	023		30.0754	-82.5385	4
34265	Arcadia	arcadia	FL	027		27.1861	-81.8099	4
34266	Arcadia	arcadia	FL	027		27.1861	-81.8667	4
34267	Fort Ogden	fort-ogden	FL	027		27.1861	-81.8099	4
34268	Nocatee	nocatee	FL	027		27.1603	-81.8823	4
34269	Arcadia	arcadia	FL	027		27.0675	-81.9855	4
32628	Cross City	cross-city	FL	029		29.6372	-83.2032	4
32648	Horseshoe Beach	horseshoe-beach	FL	029		29.4869	-83.2616	4
32680	Old Town	old-town	FL	029		29.6699	-83.005	4
32692	Suwannee	suwannee	FL	029		29.3295	-83.14	4
32099	Jacksonville	jacksonville	FL	031		30.3375	-81.7686	4
32201	Jacksonville	jacksonville	FL	031		30.3894	-81.6808	4
32202	Jacksonville	jacksonville	FL	031		30.3299	-81.6517	4
32203	Jacksonville	jacksonville	FL	031		30.3228	-81.547	4
32204	Jacksonville	jacksonville	FL	031		30.3189	-81.6854	4
32205	Jacksonville	jacksonville	FL	031		30.3172	-81.722	4
32206	Jacksonville	jacksonville	FL	031		30.3511	-81.6488	4
32207	Jacksonville	jacksonville	FL	031		30.2908	-81.6321	4
32208	Jacksonville	jacksonville	FL	031		30.3937	-81.6889	4
32209	Jacksonville	jacksonville	FL	031		30.3584	-81.692	4
32210	Jacksonville	jacksonville	FL	031		30.2687	-81.7473	4
32211	Jacksonville	jacksonville	FL	031		30.348	-81.5882	4
32212	Jacksonville	jacksonville	FL	031		30.2132	-81.69	4
32214	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32216	Jacksonville	jacksonville	FL	031		30.2787	-81.5831	4
32217	Jacksonville	jacksonville	FL	031		30.2407	-81.617	4
32218	Jacksonville	jacksonville	FL	031		30.4507	-81.6626	4
32219	Jacksonville	jacksonville	FL	031		30.4034	-81.7635	4
32220	Jacksonville	jacksonville	FL	031		30.329	-81.8176	4
32221	Jacksonville	jacksonville	FL	031		30.2837	-81.8202	4
32222	Jacksonville	jacksonville	FL	031		30.2292	-81.8131	4
32223	Jacksonville	jacksonville	FL	031		30.1548	-81.63	4
32224	Jacksonville	jacksonville	FL	031		30.3031	-81.4404	4
32225	Jacksonville	jacksonville	FL	031		30.351	-81.5061	4
32226	Jacksonville	jacksonville	FL	031		30.4735	-81.5448	4
32227	Jacksonville	jacksonville	FL	031		30.3802	-81.416	4
32228	Jacksonville	jacksonville	FL	031		30.3824	-81.4369	4
32229	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32231	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32232	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32233	Atlantic Beach	atlantic-beach	FL	031		30.3483	-81.4159	4
32234	Jacksonville	jacksonville	FL	031		30.2757	-81.9686	4
32235	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32236	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32237	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32238	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32239	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32240	Jacksonville Beach	jacksonville-beach	FL	031		30.2947	-81.3931	4
32241	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32244	Jacksonville	jacksonville	FL	031		30.2231	-81.7556	4
32245	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32246	Jacksonville	jacksonville	FL	031		30.2933	-81.5092	4
32247	Jacksonville	jacksonville	FL	031		30.3449	-81.6831	4
32250	Jacksonville Beach	jacksonville-beach	FL	031		30.2801	-81.4165	4
32254	Jacksonville	jacksonville	FL	031		30.3415	-81.7358	4
32255	Jacksonville	jacksonville	FL	031		30.3322	-81.6557	4
32256	Jacksonville	jacksonville	FL	031		30.2214	-81.5571	4
32257	Jacksonville	jacksonville	FL	031		30.1927	-81.605	4
32258	Jacksonville	jacksonville	FL	031		30.1459	-81.5739	4
32266	Neptune Beach	neptune-beach	FL	031		30.3155	-81.4051	4
32277	Jacksonville	jacksonville	FL	031		30.3704	-81.5864	4
32501	Pensacola	pensacola	FL	033		30.4223	-87.2248	4
32502	Pensacola	pensacola	FL	033		30.4095	-87.2229	4
32503	Pensacola	pensacola	FL	033		30.4564	-87.2104	4
32504	Pensacola	pensacola	FL	033		30.4873	-87.1872	4
32505	Pensacola	pensacola	FL	033		30.4481	-87.2589	4
32506	Pensacola	pensacola	FL	033		30.4129	-87.3092	4
32507	Pensacola	pensacola	FL	033		30.3737	-87.3126	4
32508	Pensacola	pensacola	FL	033		30.3511	-87.2749	4
32509	Pensacola	pensacola	FL	033		30.4643	-87.3403	4
32511	Pensacola	pensacola	FL	033		30.4061	-87.2917	4
32512	Pensacola	pensacola	FL	033		30.3943	-87.2991	4
32513	Pensacola	pensacola	FL	033		30.5571	-87.2596	4
32514	Pensacola	pensacola	FL	033		30.5241	-87.2167	4
32516	Pensacola	pensacola	FL	033		30.4213	-87.2169	4
32520	Pensacola	pensacola	FL	033		30.4124	-87.2035	4
32521	Pensacola	pensacola	FL	033		30.4213	-87.2169	4
32522	Pensacola	pensacola	FL	033		30.4213	-87.2169	4
32523	Pensacola	pensacola	FL	033		30.4213	-87.2169	4
32524	Pensacola	pensacola	FL	033		30.4213	-87.2169	4
32526	Pensacola	pensacola	FL	033		30.4756	-87.3179	4
32533	Cantonment	cantonment	FL	033		30.6143	-87.3251	4
32534	Pensacola	pensacola	FL	033		30.5301	-87.2793	4
32535	Century	century	FL	033		30.9687	-87.3216	4
32559	Pensacola	pensacola	FL	033		30.3563	-87.2773	4
32560	Gonzalez	gonzalez	FL	033		30.5818	-87.2929	4
32568	Mc David	mc-david	FL	033		30.8686	-87.4539	1
32577	Molino	molino	FL	033		30.6902	-87.3852	4
32591	Pensacola	pensacola	FL	033		30.4213	-87.2169	4
32110	Bunnell	bunnell	FL	035		29.4562	-81.3244	4
32135	Palm Coast	palm-coast	FL	035		29.4661	-81.2828	4
32136	Flagler Beach	flagler-beach	FL	035		29.475	-81.1303	4
32137	Palm Coast	palm-coast	FL	035		29.5565	-81.219	4
32142	Palm Coast	palm-coast	FL	035		29.4661	-81.2828	4
32143	Palm Coast	palm-coast	FL	035		29.585	-81.2078	4
32164	Palm Coast	palm-coast	FL	035		29.4861	-81.2045	4
32318	Tallahassee	tallahassee	FL	037		30.4383	-84.2807	4
32320	Apalachicola	apalachicola	FL	037		29.7255	-85.0063	4
32322	Carrabelle	carrabelle	FL	037		29.8692	-84.6358	4
32323	Lanark Village	lanark-village	FL	037		29.8826	-84.5964	4
32328	Eastpoint	eastpoint	FL	037		29.7495	-84.8162	4
32329	Apalachicola	apalachicola	FL	037		29.726	-84.9856	4
32324	Chattahoochee	chattahoochee	FL	039		30.6834	-84.828	4
32330	Greensboro	greensboro	FL	039		30.5696	-84.7453	4
32332	Gretna	gretna	FL	039		30.6171	-84.6599	4
32333	Havana	havana	FL	039		30.6092	-84.4143	4
32343	Midway	midway	FL	039		30.485	-84.4768	4
32351	Quincy	quincy	FL	039		30.5867	-84.6094	4
32352	Quincy	quincy	FL	039		30.6512	-84.5866	4
32353	Quincy	quincy	FL	039		30.5497	-84.6069	4
32619	Bell	bell	FL	041		29.7837	-82.8711	4
32693	Trenton	trenton	FL	041		29.6133	-82.8176	4
33471	Moore Haven	moore-haven	FL	043		26.8327	-81.2188	4
33944	Palmdale	palmdale	FL	043		26.9464	-81.3091	4
32456	Port Saint Joe	port-saint-joe	FL	045		29.8119	-85.303	4
32457	Port Saint Joe	port-saint-joe	FL	045		29.8119	-85.303	4
32465	Wewahitchka	wewahitchka	FL	045		30.0933	-85.2048	4
32052	Jasper	jasper	FL	047		30.5029	-82.9322	4
32053	Jennings	jennings	FL	047		30.5482	-83.135	4
32096	White Springs	white-springs	FL	047		30.3387	-82.7765	4
33834	Bowling Green	bowling-green	FL	049		27.6019	-81.8507	4
33865	Ona	ona	FL	049		27.4127	-81.928	4
33873	Wauchula	wauchula	FL	049		27.5517	-81.8074	4
33890	Zolfo Springs	zolfo-springs	FL	049		27.48	-81.7423	4
33440	Clewiston	clewiston	FL	051		26.7172	-80.9492	4
33930	Felda	felda	FL	051		26.5398	-81.4356	4
33935	Labelle	labelle	FL	051		26.7321	-81.434	4
33975	Labelle	labelle	FL	051		26.7633	-81.4388	4
34601	Brooksville	brooksville	FL	053		28.5658	-82.3737	4
34602	Brooksville	brooksville	FL	053		28.5093	-82.2957	4
34603	Brooksville	brooksville	FL	053		28.5642	-82.4165	4
34604	Brooksville	brooksville	FL	053		28.4409	-82.4612	4
34605	Brooksville	brooksville	FL	053		28.5059	-82.4226	4
34606	Spring Hill	spring-hill	FL	053		28.4655	-82.5981	4
34607	Spring Hill	spring-hill	FL	053		28.5065	-82.6267	4
34608	Spring Hill	spring-hill	FL	053		28.4797	-82.5562	4
34609	Spring Hill	spring-hill	FL	053		28.4794	-82.5083	4
34611	Spring Hill	spring-hill	FL	053		28.5642	-82.4165	4
34613	Brooksville	brooksville	FL	053		28.5466	-82.5213	4
34614	Brooksville	brooksville	FL	053		28.6622	-82.5236	4
34636	Istachatta	istachatta	FL	053		28.655	-82.2677	4
34661	Nobleton	nobleton	FL	053		28.6436	-82.2638	4
33825	Avon Park	avon-park	FL	055		27.6001	-81.5015	4
33826	Avon Park	avon-park	FL	055		27.5959	-81.5062	4
33852	Lake Placid	lake-placid	FL	055		27.2945	-81.3649	4
33857	Lorida	lorida	FL	055		27.415	-81.1965	4
33862	Lake Placid	lake-placid	FL	055		27.2931	-81.3629	4
33870	Sebring	sebring	FL	055		27.4924	-81.4357	4
33871	Sebring	sebring	FL	055		27.4858	-81.4079	4
33872	Sebring	sebring	FL	055		27.4703	-81.4872	4
33875	Sebring	sebring	FL	055		27.4676	-81.4581	4
33876	Sebring	sebring	FL	055		27.4287	-81.3519	4
33960	Venus	venus	FL	055		27.1203	-81.3909	4
33503	Balm	balm	FL	057		27.7648	-82.2734	4
33508	Brandon	brandon	FL	057		27.9318	-82.295	4
33509	Brandon	brandon	FL	057		27.9378	-82.2859	4
33510	Brandon	brandon	FL	057		27.9551	-82.2966	4
33511	Brandon	brandon	FL	057		27.9056	-82.2881	4
33527	Dover	dover	FL	057		27.992	-82.2138	4
33530	Durant	durant	FL	057		27.9068	-82.1767	4
33534	Gibsonton	gibsonton	FL	057		27.8411	-82.3698	4
33547	Lithia	lithia	FL	057		27.8293	-82.1357	4
33548	Lutz	lutz	FL	057		28.1385	-82.4821	4
33549	Lutz	lutz	FL	057		28.1367	-82.461	4
33550	Mango	mango	FL	057		27.9797	-82.3065	4
33556	Odessa	odessa	FL	057		28.1421	-82.5905	4
33558	Lutz	lutz	FL	057		28.1474	-82.5152	4
33563	Plant City	plant-city	FL	057		28.013	-82.1339	4
33564	Plant City	plant-city	FL	057		28.0296	-82.1347	4
33565	Plant City	plant-city	FL	057		28.0699	-82.1576	4
33566	Plant City	plant-city	FL	057		28.0094	-82.1138	4
33567	Plant City	plant-city	FL	057		27.922	-82.1216	4
33568	Riverview	riverview	FL	057		27.872	-82.4388	4
33569	Riverview	riverview	FL	057		27.845	-82.3125	4
33570	Ruskin	ruskin	FL	057		27.7015	-82.4355	4
33571	Sun City Center	sun-city-center	FL	057		27.7201	-82.453	4
33572	Apollo Beach	apollo-beach	FL	057		27.7716	-82.4102	4
33573	Sun City Center	sun-city-center	FL	057		27.7147	-82.3538	4
33575	Ruskin	ruskin	FL	057		27.7144	-82.4291	4
33579	Riverview	riverview	FL	057		27.8024	-82.2755	4
33583	Seffner	seffner	FL	057		27.872	-82.4388	4
33584	Seffner	seffner	FL	057		27.9922	-82.2863	4
33586	Sun City	sun-city	FL	057		27.6784	-82.4787	4
33587	Sydney	sydney	FL	057		27.9634	-82.2073	4
33592	Thonotosassa	thonotosassa	FL	057		28.0617	-82.3082	4
33594	Valrico	valrico	FL	057		27.9408	-82.242	4
33595	Valrico	valrico	FL	057		27.9379	-82.2364	4
33596	Valrico	valrico	FL	057		27.8925	-82.243	4
33598	Wimauma	wimauma	FL	057		27.7015	-82.3151	4
33601	Tampa	tampa	FL	057		27.9961	-82.582	4
33602	Tampa	tampa	FL	057		27.9614	-82.4597	4
33603	Tampa	tampa	FL	057		27.9845	-82.463	4
33604	Tampa	tampa	FL	057		28.0173	-82.4578	4
33605	Tampa	tampa	FL	057		27.9671	-82.4334	4
33606	Tampa	tampa	FL	057		27.9475	-82.4584	4
33607	Tampa	tampa	FL	057		27.9625	-82.4895	4
33608	Tampa	tampa	FL	057		27.8434	-82.4884	4
33609	Tampa	tampa	FL	057		27.9425	-82.5057	4
33610	Tampa	tampa	FL	057		27.9951	-82.4046	4
33611	Tampa	tampa	FL	057		27.8914	-82.5067	4
33612	Tampa	tampa	FL	057		28.0502	-82.45	4
33613	Tampa	tampa	FL	057		28.0772	-82.4455	4
33614	Tampa	tampa	FL	057		28.0091	-82.5034	4
33615	Tampa	tampa	FL	057		28.0081	-82.5805	4
33616	Tampa	tampa	FL	057		27.8742	-82.5203	4
09205	APO AE	apo-ae				52.1727	9.2491	
33617	Tampa	tampa	FL	057		28.0384	-82.3949	4
33618	Tampa	tampa	FL	057		28.0763	-82.4852	4
33619	Tampa	tampa	FL	057		27.9382	-82.3756	4
33620	Tampa	tampa	FL	057		28.06	-82.4079	4
33621	Tampa	tampa	FL	057		27.8491	-82.4946	4
33622	Tampa	tampa	FL	057		27.9475	-82.4584	4
33623	Tampa	tampa	FL	057		27.9475	-82.4584	4
33624	Tampa	tampa	FL	057		28.079	-82.5268	4
33625	Tampa	tampa	FL	057		28.0726	-82.559	4
33626	Tampa	tampa	FL	057		28.0509	-82.6164	4
33629	Tampa	tampa	FL	057		27.921	-82.5079	4
33630	Tampa	tampa	FL	057		27.872	-82.4388	4
33631	Tampa	tampa	FL	057		27.872	-82.4388	4
33633	Tampa	tampa	FL	057		27.872	-82.4388	4
33634	Tampa	tampa	FL	057		28.0068	-82.556	4
33635	Tampa	tampa	FL	057		28.0301	-82.6048	4
33637	Tampa	tampa	FL	057		28.0338	-82.3659	4
33646	Tampa	tampa	FL	057		28.094	-82.4021	4
33647	Tampa	tampa	FL	057		28.1147	-82.3678	4
33650	Tampa	tampa	FL	057		27.872	-82.4388	4
33655	Tampa	tampa	FL	057		27.9475	-82.4584	4
33660	Tampa	tampa	FL	057		27.872	-82.4388	4
33661	Tampa	tampa	FL	057		27.872	-82.4388	4
33662	Tampa	tampa	FL	057		27.872	-82.4388	4
33663	Tampa	tampa	FL	057		27.872	-82.4388	4
33664	Tampa	tampa	FL	057		27.872	-82.4388	4
33672	Tampa	tampa	FL	057		27.9475	-82.4584	4
33673	Tampa	tampa	FL	057		27.872	-82.4388	4
33674	Tampa	tampa	FL	057		27.872	-82.4388	4
33675	Tampa	tampa	FL	057		27.872	-82.4388	4
33677	Tampa	tampa	FL	057		27.872	-82.4388	4
33679	Tampa	tampa	FL	057		27.872	-82.4388	4
33680	Tampa	tampa	FL	057		27.872	-82.4388	4
33681	Tampa	tampa	FL	057		27.872	-82.4388	4
33682	Tampa	tampa	FL	057		27.872	-82.4388	4
33684	Tampa	tampa	FL	057		27.872	-82.4388	4
33685	Tampa	tampa	FL	057		27.872	-82.4388	4
33686	Tampa	tampa	FL	057		27.872	-82.4388	4
33687	Tampa	tampa	FL	057		27.872	-82.4388	4
33688	Tampa	tampa	FL	057		27.872	-82.4388	4
33689	Tampa	tampa	FL	057		27.9475	-82.4584	4
33694	Tampa	tampa	FL	057		27.872	-82.4388	4
32425	Bonifay	bonifay	FL	059		30.8464	-85.69	4
32452	Noma	noma	FL	059		30.9821	-85.6185	4
32455	Ponce De Leon	ponce-de-leon	FL	059		30.7041	-85.9546	4
32464	Westville	westville	FL	059		30.8747	-85.913	4
32948	Fellsmere	fellsmere	FL	061		27.7643	-80.6019	4
32957	Roseland	roseland	FL	061		27.8359	-80.4931	4
32958	Sebastian	sebastian	FL	061		27.7901	-80.4784	4
32960	Vero Beach	vero-beach	FL	061		27.633	-80.4031	4
32961	Vero Beach	vero-beach	FL	061		27.6175	-80.4231	4
32962	Vero Beach	vero-beach	FL	061		27.5885	-80.3923	4
32963	Vero Beach	vero-beach	FL	061		27.6898	-80.3757	4
32964	Vero Beach	vero-beach	FL	061		27.6386	-80.3973	4
32965	Vero Beach	vero-beach	FL	061		27.6386	-80.3973	4
32966	Vero Beach	vero-beach	FL	061		27.6372	-80.4794	4
32967	Vero Beach	vero-beach	FL	061		27.6972	-80.4416	4
32968	Vero Beach	vero-beach	FL	061		27.5999	-80.4382	4
32969	Vero Beach	vero-beach	FL	061		27.709	-80.5726	4
32970	Wabasso	wabasso	FL	061		27.7484	-80.4362	4
32971	Winter Beach	winter-beach	FL	061		27.7192	-80.4206	4
32978	Sebastian	sebastian	FL	061		27.709	-80.5726	4
32420	Alford	alford	FL	063		30.6412	-85.3756	4
32423	Bascom	bascom	FL	063		30.9514	-85.0972	4
32426	Campbellton	campbellton	FL	063		30.9563	-85.3766	4
32431	Cottondale	cottondale	FL	063		30.8004	-85.3847	4
32432	Cypress	cypress	FL	063		30.7158	-85.0784	4
32440	Graceville	graceville	FL	063		30.9426	-85.5136	4
32442	Grand Ridge	grand-ridge	FL	063		30.7148	-85.021	4
32443	Greenwood	greenwood	FL	063		30.8667	-85.1153	4
32445	Malone	malone	FL	063		30.9602	-85.1639	4
32446	Marianna	marianna	FL	063		30.7996	-85.2293	4
32447	Marianna	marianna	FL	063		30.7603	-85.2022	4
32448	Marianna	marianna	FL	063		30.6749	-85.2122	4
32460	Sneads	sneads	FL	063		30.7276	-84.9337	4
32336	Lamont	lamont	FL	065		30.3772	-83.8129	4
32337	Lloyd	lloyd	FL	065		30.4778	-84.0228	4
32344	Monticello	monticello	FL	065		30.5197	-83.8925	4
32345	Monticello	monticello	FL	065		30.5451	-83.8713	4
32361	Wacissa	wacissa	FL	065		30.3585	-83.9871	4
32753	Debary	debary	FL	065		28.883	-81.3087	4
32013	Day	day	FL	067		30.1941	-83.2913	4
32066	Mayo	mayo	FL	067		30.04	-83.1462	4
32102	Astor	astor	FL	069		29.165	-81.5399	4
32158	Lady Lake	lady-lake	FL	069		28.9175	-81.9229	4
32159	Lady Lake	lady-lake	FL	069		28.9299	-81.9256	4
32702	Altoona	altoona	FL	069		29.0219	-81.6323	4
32726	Eustis	eustis	FL	069		28.855	-81.6789	4
32727	Eustis	eustis	FL	069		28.8555	-81.6741	4
32735	Grand Island	grand-island	FL	069		28.8866	-81.7391	4
32736	Eustis	eustis	FL	069		28.9102	-81.5235	4
32756	Mount Dora	mount-dora	FL	069		28.8111	-81.6536	4
32757	Mount Dora	mount-dora	FL	069		28.774	-81.6439	4
32767	Paisley	paisley	FL	069		28.9993	-81.503	4
32776	Sorrento	sorrento	FL	069		28.8035	-81.5323	4
32778	Tavares	tavares	FL	069		28.801	-81.734	4
32784	Umatilla	umatilla	FL	069		28.9254	-81.6801	4
34705	Astatula	astatula	FL	069		28.7088	-81.7195	4
34711	Clermont	clermont	FL	069		28.5525	-81.7574	4
34712	Clermont	clermont	FL	069		28.5494	-81.7729	4
34713	Clermont	clermont	FL	069		28.5494	-81.7729	4
34715	Clermont	clermont	FL	069		28.6259	-81.7306	4
34729	Ferndale	ferndale	FL	069		28.6219	-81.7034	4
34731	Fruitland Park	fruitland-park	FL	069		28.8639	-81.8998	4
34736	Groveland	groveland	FL	069		28.5644	-81.8745	4
34737	Howey In The Hills	howey-in-the-hills	FL	069		28.6971	-81.7976	4
34748	Leesburg	leesburg	FL	069		28.808	-81.8858	4
34749	Leesburg	leesburg	FL	069		28.8108	-81.8779	4
34753	Mascotte	mascotte	FL	069		28.583	-81.8941	4
34755	Minneola	minneola	FL	069		28.5744	-81.7462	4
34756	Montverde	montverde	FL	069		28.5972	-81.6794	4
34762	Okahumpka	okahumpka	FL	069		28.7545	-81.9151	4
34788	Leesburg	leesburg	FL	069		28.8887	-81.7827	4
34789	Leesburg	leesburg	FL	069		28.8108	-81.8779	4
34797	Yalaha	yalaha	FL	069		28.7444	-81.8263	4
33901	Fort Myers	fort-myers	FL	071		26.6204	-81.8725	4
33902	Fort Myers	fort-myers	FL	071		26.6239	-81.8836	4
33903	North Fort Myers	north-fort-myers	FL	071		26.693	-81.9125	4
33904	Cape Coral	cape-coral	FL	071		26.6065	-81.9502	4
33905	Fort Myers	fort-myers	FL	071		26.6693	-81.7605	4
33906	Fort Myers	fort-myers	FL	071		26.5529	-81.9486	4
33907	Fort Myers	fort-myers	FL	071		26.5681	-81.8736	4
33908	Fort Myers	fort-myers	FL	071		26.5025	-81.9276	4
33909	Cape Coral	cape-coral	FL	071		26.6939	-81.9452	4
33910	Cape Coral	cape-coral	FL	071		26.5529	-81.9486	4
33911	Fort Myers	fort-myers	FL	071		26.5963	-81.8824	4
33912	Fort Myers	fort-myers	FL	071		26.4972	-81.8246	4
33913	Fort Myers	fort-myers	FL	071		26.5228	-81.7065	4
33914	Cape Coral	cape-coral	FL	071		26.5557	-82.0206	4
33915	Cape Coral	cape-coral	FL	071		26.6599	-81.8934	4
33916	Fort Myers	fort-myers	FL	071		26.6466	-81.8429	4
33917	North Fort Myers	north-fort-myers	FL	071		26.7357	-81.8435	4
33918	North Fort Myers	north-fort-myers	FL	071		26.6673	-81.8801	4
33919	Fort Myers	fort-myers	FL	071		26.5567	-81.9034	4
33920	Alva	alva	FL	071		26.7147	-81.6351	4
33921	Boca Grande	boca-grande	FL	071		26.7545	-82.2611	4
33922	Bokeelia	bokeelia	FL	071		26.6627	-82.1401	4
33924	Captiva	captiva	FL	071		26.5215	-82.1802	4
33928	Estero	estero	FL	071		26.4351	-81.8102	4
33929	Estero	estero	FL	071		26.4381	-81.8068	4
33931	Fort Myers Beach	fort-myers-beach	FL	071		26.4527	-81.9501	4
33932	Fort Myers Beach	fort-myers-beach	FL	071		26.5529	-81.9486	4
33936	Lehigh Acres	lehigh-acres	FL	071		26.5936	-81.6619	4
33945	Pineland	pineland	FL	071		26.6583	-82.1434	4
33956	Saint James City	saint-james-city	FL	071		26.529	-82.0916	4
33957	Sanibel	sanibel	FL	071		26.4514	-82.0868	4
33965	Fort Myers	fort-myers	FL	071		26.4637	-81.7722	4
33966	Fort Myers	fort-myers	FL	071		26.5824	-81.832	4
33970	Lehigh Acres	lehigh-acres	FL	071		26.5647	-81.6208	4
33971	Lehigh Acres	lehigh-acres	FL	071		26.6388	-81.6992	4
33972	Lehigh Acres	lehigh-acres	FL	071		26.6492	-81.6167	4
33974	Lehigh Acres	lehigh-acres	FL	071		26.5677	-81.5954	4
33976	Lehigh Acres	lehigh-acres	FL	071		26.5952	-81.6849	4
33990	Cape Coral	cape-coral	FL	071		26.6265	-81.9677	4
33991	Cape Coral	cape-coral	FL	071		26.6281	-82.0182	4
33993	Cape Coral	cape-coral	FL	071		26.6786	-82.0254	4
33994	Fort Myers	fort-myers	FL	071		26.5529	-81.9486	4
34133	Bonita Springs	bonita-springs	FL	071		26.3398	-81.7787	4
34134	Bonita Springs	bonita-springs	FL	071		26.3626	-81.8183	4
34135	Bonita Springs	bonita-springs	FL	071		26.3771	-81.7334	4
34136	Bonita Springs	bonita-springs	FL	071		26.3398	-81.7787	4
32301	Tallahassee	tallahassee	FL	073		30.4286	-84.2593	4
32302	Tallahassee	tallahassee	FL	073		30.4383	-84.2807	4
32303	Tallahassee	tallahassee	FL	073		30.4874	-84.3189	4
32304	Tallahassee	tallahassee	FL	073		30.4478	-84.3211	4
32305	Tallahassee	tallahassee	FL	073		30.334	-84.287	4
32306	Tallahassee	tallahassee	FL	073		30.4425	-84.2986	4
32307	Tallahassee	tallahassee	FL	073		30.4257	-84.2877	4
32308	Tallahassee	tallahassee	FL	073		30.4771	-84.2246	4
32309	Tallahassee	tallahassee	FL	073		30.5422	-84.1413	4
32310	Tallahassee	tallahassee	FL	073		30.3991	-84.3298	4
32311	Tallahassee	tallahassee	FL	073		30.4156	-84.187	4
32312	Tallahassee	tallahassee	FL	073		30.5185	-84.2627	4
32313	Tallahassee	tallahassee	FL	073		30.4793	-84.3462	4
32314	Tallahassee	tallahassee	FL	073		30.4793	-84.3462	4
32315	Tallahassee	tallahassee	FL	073		30.4793	-84.3462	4
32316	Tallahassee	tallahassee	FL	073		30.4793	-84.3462	4
32317	Tallahassee	tallahassee	FL	073		30.4651	-84.1128	4
32362	Woodville	woodville	FL	073		30.3193	-84.2674	4
32395	Tallahassee	tallahassee	FL	073		30.4793	-84.3462	4
32399	Tallahassee	tallahassee	FL	073		30.4383	-84.2807	4
32621	Bronson	bronson	FL	075		29.461	-82.6356	4
32625	Cedar Key	cedar-key	FL	075		29.171	-83.0168	4
32626	Chiefland	chiefland	FL	075		29.4832	-82.8809	4
32639	Gulf Hammock	gulf-hammock	FL	075		29.2447	-82.7402	4
32644	Chiefland	chiefland	FL	075		29.4602	-82.8553	4
32668	Morriston	morriston	FL	075		29.2813	-82.4917	4
32683	Otter Creek	otter-creek	FL	075		29.3109	-82.7945	4
32696	Williston	williston	FL	075		29.3977	-82.4856	4
34449	Inglis	inglis	FL	075		29.0955	-82.6561	4
34498	Yankeetown	yankeetown	FL	075		29.0305	-82.719	4
32321	Bristol	bristol	FL	077		30.4223	-84.9466	4
32334	Hosford	hosford	FL	077		30.3639	-84.8054	4
32335	Sumatra	sumatra	FL	077		30.0206	-84.9806	4
32360	Telogia	telogia	FL	077		30.3511	-84.8203	4
32059	Lee	lee	FL	079		30.3979	-83.2844	4
32331	Greenville	greenville	FL	079		30.4512	-83.6474	4
32340	Madison	madison	FL	079		30.4802	-83.4067	4
32341	Madison	madison	FL	079		30.4776	-83.3914	4
32350	Pinetta	pinetta	FL	079		30.5997	-83.3405	4
34201	Bradenton	bradenton	FL	081		27.4047	-82.4705	4
34202	Bradenton	bradenton	FL	081		27.4067	-82.39	4
34203	Bradenton	bradenton	FL	081		27.4547	-82.5359	4
34204	Bradenton	bradenton	FL	081		27.4272	-82.4387	4
34205	Bradenton	bradenton	FL	081		27.4841	-82.5834	4
34206	Bradenton	bradenton	FL	081		27.4989	-82.5748	4
34207	Bradenton	bradenton	FL	081		27.4394	-82.5778	4
34208	Bradenton	bradenton	FL	081		27.4678	-82.512	4
34209	Bradenton	bradenton	FL	081		27.4759	-82.6167	4
34210	Bradenton	bradenton	FL	081		27.4544	-82.6358	4
34211	Bradenton	bradenton	FL	081		27.45	-82.3773	4
34212	Bradenton	bradenton	FL	081		27.4978	-82.4101	4
34215	Cortez	cortez	FL	081		27.4713	-82.6823	4
34216	Anna Maria	anna-maria	FL	081		27.5291	-82.7317	4
34217	Bradenton Beach	bradenton-beach	FL	081		27.4859	-82.7102	4
34218	Holmes Beach	holmes-beach	FL	081		27.4995	-82.7099	4
34219	Parrish	parrish	FL	081		27.5572	-82.396	4
34220	Palmetto	palmetto	FL	081		27.5214	-82.5723	4
34221	Palmetto	palmetto	FL	081		27.5429	-82.563	4
34222	Ellenton	ellenton	FL	081		27.5382	-82.5006	4
34228	Longboat Key	longboat-key	FL	081		27.4125	-82.659	4
34243	Sarasota	sarasota	FL	081		27.4072	-82.5303	4
34250	Terra Ceia	terra-ceia	FL	081		27.5722	-82.5832	4
34251	Myakka City	myakka-city	FL	081		27.3648	-82.1849	4
34260	Manasota	manasota	FL	081		27.4272	-82.4387	4
34264	Oneco	oneco	FL	081		27.4475	-82.5462	4
34270	Tallevast	tallevast	FL	081		27.4054	-82.5435	4
34280	Bradenton	bradenton	FL	081		27.4272	-82.4387	4
34281	Bradenton	bradenton	FL	081		27.4272	-82.4387	4
34282	Bradenton	bradenton	FL	081		27.4272	-82.4387	4
32111	Candler	candler	FL	083		29.0607	-81.969	4
32113	Citra	citra	FL	083		29.3918	-82.1062	4
32133	Eastlake Weir	eastlake-weir	FL	083		29.0088	-81.9094	1
32134	Fort Mc Coy	fort-mc-coy	FL	083		29.391	-81.8551	1
32179	Ocklawaha	ocklawaha	FL	083		29.0643	-81.8857	4
32182	Orange Springs	orange-springs	FL	083		29.4856	-81.9589	4
32183	Ocklawaha	ocklawaha	FL	083		29.0597	-81.9051	4
32192	Sparr	sparr	FL	083		29.3268	-82.1046	4
32195	Weirsdale	weirsdale	FL	083		28.9782	-81.8932	4
32617	Anthony	anthony	FL	083		29.3048	-82.1262	4
32634	Fairfield	fairfield	FL	083		29.3509	-82.2765	4
32663	Lowell	lowell	FL	083		29.3424	-82.2126	4
32664	Mc Intosh	mc-intosh	FL	083		29.438	-82.2295	1
32681	Orange Lake	orange-lake	FL	083		29.4236	-82.2168	4
32686	Reddick	reddick	FL	083		29.3754	-82.244	4
34420	Belleview	belleview	FL	083		29.0531	-82.0375	4
34421	Belleview	belleview	FL	083		29.2407	-82.0875	4
34430	Dunnellon	dunnellon	FL	083		29.0491	-82.4609	4
34431	Dunnellon	dunnellon	FL	083		29.1392	-82.5328	4
34432	Dunnellon	dunnellon	FL	083		29.1015	-82.3413	4
34470	Ocala	ocala	FL	083		29.1989	-82.0874	4
34471	Ocala	ocala	FL	083		29.1605	-82.1288	4
34472	Ocala	ocala	FL	083		29.1253	-82.0086	4
34473	Ocala	ocala	FL	083		29.0058	-82.1828	4
34474	Ocala	ocala	FL	083		29.1565	-82.2095	4
34475	Ocala	ocala	FL	083		29.2573	-82.161	4
34476	Ocala	ocala	FL	083		29.1159	-82.2422	4
34477	Ocala	ocala	FL	083		29.1872	-82.1401	4
34478	Ocala	ocala	FL	083		29.1872	-82.1123	4
34479	Ocala	ocala	FL	083		29.2541	-82.1095	4
34480	Ocala	ocala	FL	083		29.1056	-82.098	4
34481	Ocala	ocala	FL	083		29.1281	-82.2975	4
34482	Ocala	ocala	FL	083		29.2611	-82.2195	4
34483	Ocala	ocala	FL	083		29.2407	-82.0875	4
34488	Silver Springs	silver-springs	FL	083		29.2635	-81.9532	4
34489	Silver Springs	silver-springs	FL	083		29.2152	-82.0972	4
34491	Summerfield	summerfield	FL	083		29.0112	-82.0325	4
34492	Summerfield	summerfield	FL	083		28.998	-82.0161	4
33455	Hobe Sound	hobe-sound	FL	085		27.0813	-80.1509	4
33475	Hobe Sound	hobe-sound	FL	085		27.0595	-80.1364	4
34956	Indiantown	indiantown	FL	085		27.0615	-80.4803	4
34957	Jensen Beach	jensen-beach	FL	085		27.2356	-80.2277	4
34958	Jensen Beach	jensen-beach	FL	085		27.2424	-80.2246	4
34990	Palm City	palm-city	FL	085		27.1656	-80.2916	4
34991	Palm City	palm-city	FL	085		27.1678	-80.2662	4
34992	Port Salerno	port-salerno	FL	085		27.1442	-80.2006	4
34994	Stuart	stuart	FL	085		27.1968	-80.2538	4
34995	Stuart	stuart	FL	085		27.1754	-80.2415	4
34996	Stuart	stuart	FL	085		27.1929	-80.2164	4
34997	Stuart	stuart	FL	085		27.1398	-80.2129	4
33002	Hialeah	hialeah	FL	086		25.8576	-80.2781	4
33010	Hialeah	hialeah	FL	086		25.8325	-80.2808	4
33011	Hialeah	hialeah	FL	086		25.8576	-80.2781	4
33012	Hialeah	hialeah	FL	086		25.8654	-80.3059	4
33013	Hialeah	hialeah	FL	086		25.8594	-80.2725	4
33014	Hialeah	hialeah	FL	086		25.8963	-80.3063	4
33015	Hialeah	hialeah	FL	086		25.9388	-80.3165	4
33016	Hialeah	hialeah	FL	086		25.8803	-80.3368	4
33017	Hialeah	hialeah	FL	086		25.8576	-80.2781	4
33018	Hialeah	hialeah	FL	086		25.9098	-80.3889	4
33030	Homestead	homestead	FL	086		25.4766	-80.4839	4
33031	Homestead	homestead	FL	086		25.5323	-80.5075	4
33032	Homestead	homestead	FL	086		25.5303	-80.3918	4
33033	Homestead	homestead	FL	086		25.4906	-80.438	4
33034	Homestead	homestead	FL	086		25.2846	-80.6246	4
33035	Homestead	homestead	FL	086		25.4573	-80.4572	4
33039	Homestead	homestead	FL	086		25.5021	-80.3997	4
33054	Opa Locka	opa-locka	FL	086		25.9097	-80.247	1
33055	Opa Locka	opa-locka	FL	086		25.9476	-80.2778	1
33056	Miami Gardens	miami-gardens	FL	086		25.942	-80.2456	4
33090	Homestead	homestead	FL	086		25.5584	-80.4582	4
33092	Homestead	homestead	FL	086		25.5584	-80.4582	4
33101	Miami	miami	FL	086		25.7791	-80.1978	4
33102	Miami	miami	FL	086		25.7743	-80.1937	4
33106	Miami	miami	FL	086		25.8527	-80.3012	
33109	Miami Beach	miami-beach	FL	086		25.7588	-80.1376	4
33111	Miami	miami	FL	086		25.7743	-80.1937	4
33114	Coral Gables	coral-gables	FL	086		25.7215	-80.2684	4
33116	Miami	miami	FL	086		25.7743	-80.1937	4
33119	Miami Beach	miami-beach	FL	086		25.7845	-80.132	4
33122	Miami	miami	FL	086		25.8001	-80.281	4
33124	Miami	miami	FL	086		25.7743	-80.1937	4
33125	Miami	miami	FL	086		25.7825	-80.2341	4
33126	Miami	miami	FL	086		25.7763	-80.2919	4
33127	Miami	miami	FL	086		25.8143	-80.2051	4
33128	Miami	miami	FL	086		25.7756	-80.2089	4
33129	Miami	miami	FL	086		25.7559	-80.2013	4
33130	Miami	miami	FL	086		25.7672	-80.2059	4
33131	Miami	miami	FL	086		25.7629	-80.1895	4
33132	Miami	miami	FL	086		25.7867	-80.18	4
33133	Miami	miami	FL	086		25.7378	-80.2248	4
33134	Miami	miami	FL	086		25.768	-80.2714	4
33135	Miami	miami	FL	086		25.7664	-80.2317	4
33136	Miami	miami	FL	086		25.7864	-80.2042	4
33137	Miami	miami	FL	086		25.8156	-80.1897	4
33138	Miami	miami	FL	086		25.8521	-80.1821	4
33139	Miami Beach	miami-beach	FL	086		25.7873	-80.1564	4
33140	Miami Beach	miami-beach	FL	086		25.8198	-80.1337	4
33141	Miami Beach	miami-beach	FL	086		25.8486	-80.1446	4
33142	Miami	miami	FL	086		25.813	-80.232	4
33143	Miami	miami	FL	086		25.7022	-80.2978	4
33144	Miami	miami	FL	086		25.7626	-80.3096	4
33145	Miami	miami	FL	086		25.7539	-80.2253	4
33146	Miami	miami	FL	086		25.7205	-80.2728	4
33147	Miami	miami	FL	086		25.8507	-80.2366	4
33149	Key Biscayne	key-biscayne	FL	086		25.6921	-80.1625	4
33150	Miami	miami	FL	086		25.8512	-80.207	4
33151	Miami	miami	FL	086		25.8321	-80.2094	4
33152	Miami	miami	FL	086		25.7955	-80.3129	4
33153	Miami	miami	FL	086		25.8655	-80.1936	4
33154	Miami Beach	miami-beach	FL	086		25.7907	-80.13	4
33155	Miami	miami	FL	086		25.7392	-80.3103	4
33156	Miami	miami	FL	086		25.6682	-80.2973	4
33157	Miami	miami	FL	086		25.6062	-80.3426	4
33158	Miami	miami	FL	086		25.6364	-80.3187	4
33160	North Miami Beach	north-miami-beach	FL	086		25.9449	-80.1391	4
33161	Miami	miami	FL	086		25.8934	-80.1758	4
33162	Miami	miami	FL	086		25.9286	-80.183	4
33163	Miami	miami	FL	086		25.945	-80.2145	4
33164	Miami	miami	FL	086		25.7743	-80.1937	4
33165	Miami	miami	FL	086		25.7343	-80.3588	4
33166	Miami	miami	FL	086		25.8301	-80.2926	4
33167	Miami	miami	FL	086		25.8856	-80.2292	4
33168	Miami	miami	FL	086		25.8902	-80.2101	4
33169	Miami	miami	FL	086		25.9441	-80.2144	4
33170	Miami	miami	FL	086		25.5584	-80.4582	4
33172	Miami	miami	FL	086		25.7735	-80.3572	4
33173	Miami	miami	FL	086		25.6992	-80.3618	4
33174	Miami	miami	FL	086		25.7628	-80.3611	4
33175	Miami	miami	FL	086		25.7341	-80.4068	4
33176	Miami	miami	FL	086		25.6574	-80.3627	4
33177	Miami	miami	FL	086		25.5968	-80.4046	4
33178	Miami	miami	FL	086		25.8141	-80.3549	4
33179	Miami	miami	FL	086		25.9571	-80.1814	4
33180	Miami	miami	FL	086		25.9597	-80.1403	4
33181	Miami	miami	FL	086		25.8965	-80.157	4
33182	Miami	miami	FL	086		25.7877	-80.4166	4
33183	Miami	miami	FL	086		25.7	-80.413	4
33184	Miami	miami	FL	086		25.7574	-80.403	4
33185	Miami	miami	FL	086		25.7274	-80.4497	4
33186	Miami	miami	FL	086		25.6694	-80.4085	4
33187	Miami	miami	FL	086		25.596	-80.507	4
33188	Miami	miami	FL	086		25.7743	-80.1937	4
33189	Miami	miami	FL	086		25.573	-80.3374	4
33190	Miami	miami	FL	086		25.5593	-80.3483	4
33191	Miami	miami	FL	086		25.7743	-80.1937	4
33192	Miami	miami	FL	086		25.7743	-80.1937	4
33193	Miami	miami	FL	086		25.6964	-80.4401	4
33194	Miami	miami	FL	086		25.5584	-80.4582	4
33195	Miami	miami	FL	086		25.7729	-80.187	4
33196	Miami	miami	FL	086		25.6615	-80.441	4
33197	Miami	miami	FL	086		25.7743	-80.1937	4
33198	Miami	miami	FL	086		25.7743	-80.1937	4
33199	Miami	miami	FL	086		25.7743	-80.1937	4
33206	Miami	miami	FL	086		25.7743	-80.1937	4
33222	Miami	miami	FL	086		25.7577	-80.3748	4
33231	Miami	miami	FL	086		25.7743	-80.1937	4
33233	Miami	miami	FL	086		25.7743	-80.1937	4
33234	Miami	miami	FL	086		25.7743	-80.1937	4
33238	Miami	miami	FL	086		25.7743	-80.1937	4
33239	Miami Beach	miami-beach	FL	086		25.7907	-80.13	4
33242	Miami	miami	FL	086		25.7743	-80.1937	4
33243	Miami	miami	FL	086		25.7743	-80.1937	4
33245	Miami	miami	FL	086		25.7743	-80.1937	4
33247	Miami	miami	FL	086		25.7743	-80.1937	4
33255	Miami	miami	FL	086		25.7743	-80.1937	4
33256	Miami	miami	FL	086		25.7743	-80.1937	4
33257	Miami	miami	FL	086		25.7743	-80.1937	4
33261	Miami	miami	FL	086		25.7743	-80.1937	4
33265	Miami	miami	FL	086		25.7743	-80.1937	4
33266	Miami	miami	FL	086		25.7743	-80.1937	4
33269	Miami	miami	FL	086		25.7743	-80.1937	4
33280	Miami	miami	FL	086		25.7743	-80.1937	4
33283	Miami	miami	FL	086		25.7743	-80.1937	4
33296	Miami	miami	FL	086		25.7743	-80.1937	4
33299	Miami	miami	FL	086		25.7743	-80.1937	4
33001	Long Key	long-key	FL	087		24.8306	-80.8049	1
33036	Islamorada	islamorada	FL	087		24.9233	-80.63	4
33037	Key Largo	key-largo	FL	087		25.0865	-80.4473	4
33040	Key West	key-west	FL	087		24.5552	-81.7816	4
33041	Key West	key-west	FL	087		24.5552	-81.7816	4
33042	Summerland Key	summerland-key	FL	087		24.667	-81.5099	4
33043	Big Pine Key	big-pine-key	FL	087		24.68	-81.362	4
33045	Key West	key-west	FL	087		24.5552	-81.7816	4
33050	Marathon	marathon	FL	087		24.7279	-81.0386	4
33051	Key Colony Beach	key-colony-beach	FL	087		24.7234	-81.0203	4
33052	Marathon Shores	marathon-shores	FL	087		24.7233	-81.0632	4
33070	Tavernier	tavernier	FL	087		25.0108	-80.5218	4
32009	Bryceville	bryceville	FL	089		30.4193	-81.9724	4
32011	Callahan	callahan	FL	089		30.552	-81.8145	4
32034	Fernandina Beach	fernandina-beach	FL	089		30.6697	-81.4626	4
32035	Fernandina Beach	fernandina-beach	FL	089		30.6697	-81.4626	4
32041	Yulee	yulee	FL	089		30.6233	-81.5902	4
32046	Hilliard	hilliard	FL	089		30.6884	-81.9345	4
32097	Yulee	yulee	FL	089		30.6222	-81.5906	4
32531	Baker	baker	FL	091		30.8316	-86.677	4
32536	Crestview	crestview	FL	091		30.7644	-86.5917	4
32537	Milligan	milligan	FL	091		30.742	-86.6552	4
32539	Crestview	crestview	FL	091		30.7773	-86.4832	4
32540	Destin	destin	FL	091		30.3935	-86.4958	4
32541	Destin	destin	FL	091		30.3949	-86.4692	4
32542	Eglin Afb	eglin-afb	FL	091		30.5393	-86.6087	1
32544	Hurlburt Field	hurlburt-field	FL	091		30.4229	-86.6985	4
32547	Fort Walton Beach	fort-walton-beach	FL	091		30.4487	-86.6255	4
32548	Fort Walton Beach	fort-walton-beach	FL	091		30.4206	-86.6286	4
32549	Fort Walton Beach	fort-walton-beach	FL	091		30.4208	-86.6194	4
32564	Holt	holt	FL	091		30.7416	-86.7198	4
32567	Laurel Hill	laurel-hill	FL	091		30.9524	-86.4003	4
32569	Mary Esther	mary-esther	FL	091		30.4085	-86.7352	4
32578	Niceville	niceville	FL	091		30.5169	-86.4822	4
32579	Shalimar	shalimar	FL	091		30.4456	-86.5717	4
32580	Valparaiso	valparaiso	FL	091		30.5092	-86.5009	4
32588	Niceville	niceville	FL	091		30.6612	-86.5945	4
34972	Okeechobee	okeechobee	FL	093		27.4203	-80.9454	4
34973	Okeechobee	okeechobee	FL	093		27.2439	-80.8298	4
34974	Okeechobee	okeechobee	FL	093		27.2002	-80.841	4
32703	Apopka	apopka	FL	095		28.6354	-81.4888	4
32704	Apopka	apopka	FL	095		28.6762	-81.5119	4
32709	Christmas	christmas	FL	095		28.5462	-81.0116	4
32710	Clarcona	clarcona	FL	095		28.6128	-81.4987	4
32712	Apopka	apopka	FL	095		28.712	-81.5136	4
32751	Maitland	maitland	FL	095		28.6255	-81.3646	4
32768	Plymouth	plymouth	FL	095		28.6985	-81.5698	4
32777	Tangerine	tangerine	FL	095		28.765	-81.6306	4
32789	Winter Park	winter-park	FL	095		28.5978	-81.3534	4
32790	Winter Park	winter-park	FL	095		28.5663	-81.2608	4
32792	Winter Park	winter-park	FL	095		28.5974	-81.3036	4
32793	Winter Park	winter-park	FL	095		28.5663	-81.2608	4
32794	Maitland	maitland	FL	095		28.6278	-81.3631	4
32798	Zellwood	zellwood	FL	095		28.7194	-81.5762	4
32801	Orlando	orlando	FL	095		28.5399	-81.3727	4
32802	Orlando	orlando	FL	095		28.5383	-81.3792	4
32803	Orlando	orlando	FL	095		28.5559	-81.3535	4
32804	Orlando	orlando	FL	095		28.5754	-81.3955	4
32805	Orlando	orlando	FL	095		28.5302	-81.4045	4
32806	Orlando	orlando	FL	095		28.514	-81.357	4
32807	Orlando	orlando	FL	095		28.5515	-81.3051	4
32808	Orlando	orlando	FL	095		28.5803	-81.4396	4
32809	Orlando	orlando	FL	095		28.4637	-81.3948	4
32810	Orlando	orlando	FL	095		28.6214	-81.4294	4
32811	Orlando	orlando	FL	095		28.5163	-81.4516	4
32812	Orlando	orlando	FL	095		28.4998	-81.3288	4
32814	Orlando	orlando	FL	095		28.5702	-81.3265	4
32816	Orlando	orlando	FL	095		28.5663	-81.2608	4
32817	Orlando	orlando	FL	095		28.5891	-81.2277	4
32818	Orlando	orlando	FL	095		28.5801	-81.4846	4
32819	Orlando	orlando	FL	095		28.4522	-81.4678	4
32820	Orlando	orlando	FL	095		28.5725	-81.1219	4
32821	Orlando	orlando	FL	095		28.3957	-81.4666	4
32822	Orlando	orlando	FL	095		28.4944	-81.2902	4
32824	Orlando	orlando	FL	095		28.3932	-81.3622	4
32825	Orlando	orlando	FL	095		28.5469	-81.2571	4
32826	Orlando	orlando	FL	095		28.5826	-81.1907	4
32827	Orlando	orlando	FL	095		28.4317	-81.343	4
32828	Orlando	orlando	FL	095		28.5523	-81.1795	4
32829	Orlando	orlando	FL	095		28.4671	-81.2417	4
32830	Orlando	orlando	FL	095		28.3822	-81.569	4
32831	Orlando	orlando	FL	095		28.4656	-81.151	4
32832	Orlando	orlando	FL	095		28.3774	-81.1888	4
32833	Orlando	orlando	FL	095		28.5088	-81.0703	4
32834	Orlando	orlando	FL	095		28.5663	-81.2608	4
32835	Orlando	orlando	FL	095		28.5289	-81.4787	4
32836	Orlando	orlando	FL	095		28.4115	-81.525	4
32837	Orlando	orlando	FL	095		28.3949	-81.4179	4
32839	Orlando	orlando	FL	095		28.4871	-81.4082	4
32853	Orlando	orlando	FL	095		28.5663	-81.2608	4
32854	Orlando	orlando	FL	095		28.5663	-81.2608	4
32855	Orlando	orlando	FL	095		28.5383	-81.3792	4
32856	Orlando	orlando	FL	095		28.5484	-81.4201	4
32857	Orlando	orlando	FL	095		28.5663	-81.2608	4
32858	Orlando	orlando	FL	095		28.5663	-81.2608	4
32859	Orlando	orlando	FL	095		28.4429	-81.4026	4
32860	Orlando	orlando	FL	095		28.5663	-81.2608	4
32861	Orlando	orlando	FL	095		28.5663	-81.2608	4
32862	Orlando	orlando	FL	095		28.5383	-81.3792	4
32867	Orlando	orlando	FL	095		28.5663	-81.2608	4
32868	Orlando	orlando	FL	095		28.5663	-81.2608	4
32869	Orlando	orlando	FL	095		28.5663	-81.2608	4
32872	Orlando	orlando	FL	095		28.5383	-81.3792	4
32877	Orlando	orlando	FL	095		28.5663	-81.2608	4
32878	Orlando	orlando	FL	095		28.5663	-81.2608	4
32885	Orlando	orlando	FL	095		28.5456	-81.3782	4
32886	Orlando	orlando	FL	095		28.5383	-81.3792	4
32887	Orlando	orlando	FL	095		28.5663	-81.2608	4
32891	Orlando	orlando	FL	095		28.5663	-81.2608	4
32896	Orlando	orlando	FL	095		28.5419	-81.3791	4
32897	Orlando	orlando	FL	095		28.5383	-81.3792	4
34734	Gotha	gotha	FL	095		28.5384	-81.5208	4
34740	Killarney	killarney	FL	095		28.5454	-81.6507	4
34760	Oakland	oakland	FL	095		28.5547	-81.6322	4
34761	Ocoee	ocoee	FL	095		28.5837	-81.5326	4
34777	Winter Garden	winter-garden	FL	095		28.5416	-81.6058	4
34778	Winter Garden	winter-garden	FL	095		28.5653	-81.5862	4
34786	Windermere	windermere	FL	095		28.5006	-81.5354	4
34787	Winter Garden	winter-garden	FL	095		28.5423	-81.5911	4
33848	Intercession City	intercession-city	FL	097		28.2774	-81.5069	4
34739	Kenansville	kenansville	FL	097		27.8767	-81.05	4
34741	Kissimmee	kissimmee	FL	097		28.3051	-81.4242	4
34742	Kissimmee	kissimmee	FL	097		28.3047	-81.4167	4
34743	Kissimmee	kissimmee	FL	097		28.3306	-81.3544	4
34744	Kissimmee	kissimmee	FL	097		28.3078	-81.3681	4
34745	Kissimmee	kissimmee	FL	097		28.3047	-81.4167	4
34746	Kissimmee	kissimmee	FL	097		28.268	-81.4675	4
34747	Kissimmee	kissimmee	FL	097		28.3037	-81.5898	4
34758	Kissimmee	kissimmee	FL	097		28.1984	-81.487	4
34769	Saint Cloud	saint-cloud	FL	097		28.248	-81.2876	4
34770	Saint Cloud	saint-cloud	FL	097		28.2489	-81.2812	4
34771	Saint Cloud	saint-cloud	FL	097		28.273	-81.2003	4
34772	Saint Cloud	saint-cloud	FL	097		28.1905	-81.2645	4
34773	Saint Cloud	saint-cloud	FL	097		28.1293	-81.0176	4
33401	West Palm Beach	west-palm-beach	FL	099		26.7165	-80.0679	4
33402	West Palm Beach	west-palm-beach	FL	099		26.7153	-80.0534	4
33403	West Palm Beach	west-palm-beach	FL	099		26.8035	-80.0756	4
33404	West Palm Beach	west-palm-beach	FL	099		26.7832	-80.0638	4
33405	West Palm Beach	west-palm-beach	FL	099		26.67	-80.0582	4
33406	West Palm Beach	west-palm-beach	FL	099		26.6396	-80.0827	4
33407	West Palm Beach	west-palm-beach	FL	099		26.7492	-80.0725	4
33408	North Palm Beach	north-palm-beach	FL	099		26.8289	-80.0603	4
33409	West Palm Beach	west-palm-beach	FL	099		26.7162	-80.0965	4
33410	Palm Beach Gardens	palm-beach-gardens	FL	099		26.8234	-80.1387	4
33411	West Palm Beach	west-palm-beach	FL	099		26.6644	-80.1741	4
33412	West Palm Beach	west-palm-beach	FL	099		26.8055	-80.2482	4
33413	West Palm Beach	west-palm-beach	FL	099		26.6555	-80.1596	4
33414	Wellington	wellington	FL	099		26.6587	-80.2414	4
33415	West Palm Beach	west-palm-beach	FL	099		26.656	-80.126	4
33416	West Palm Beach	west-palm-beach	FL	099		26.6654	-80.0929	4
33417	West Palm Beach	west-palm-beach	FL	099		26.7197	-80.1248	4
33418	Palm Beach Gardens	palm-beach-gardens	FL	099		26.8234	-80.1387	4
33419	West Palm Beach	west-palm-beach	FL	099		26.7153	-80.0534	4
33420	West Palm Beach	west-palm-beach	FL	099		26.7153	-80.0534	4
33421	Royal Palm Beach	royal-palm-beach	FL	099		26.7084	-80.2306	4
33422	West Palm Beach	west-palm-beach	FL	099		26.7153	-80.0534	4
33424	Boynton Beach	boynton-beach	FL	099		26.5253	-80.0664	4
33425	Boynton Beach	boynton-beach	FL	099		26.5253	-80.0664	4
33426	Boynton Beach	boynton-beach	FL	099		26.5175	-80.0834	4
33427	Boca Raton	boca-raton	FL	099		26.376	-80.1072	4
33428	Boca Raton	boca-raton	FL	099		26.3446	-80.2109	4
33429	Boca Raton	boca-raton	FL	099		26.3587	-80.0831	4
33430	Belle Glade	belle-glade	FL	099		26.6843	-80.6724	4
33431	Boca Raton	boca-raton	FL	099		26.3799	-80.0975	4
33432	Boca Raton	boca-raton	FL	099		26.3462	-80.0844	4
33433	Boca Raton	boca-raton	FL	099		26.3464	-80.1564	4
33434	Boca Raton	boca-raton	FL	099		26.3839	-80.1749	4
33435	Boynton Beach	boynton-beach	FL	099		26.5254	-80.061	4
33436	Boynton Beach	boynton-beach	FL	099		26.5354	-80.1124	4
33437	Boynton Beach	boynton-beach	FL	099		26.5312	-80.1418	4
33438	Canal Point	canal-point	FL	099		26.8592	-80.6337	4
33444	Delray Beach	delray-beach	FL	099		26.4564	-80.0793	4
33445	Delray Beach	delray-beach	FL	099		26.4564	-80.1054	4
33446	Delray Beach	delray-beach	FL	099		26.4517	-80.158	4
33448	Delray Beach	delray-beach	FL	099		26.4615	-80.0728	4
33449	Lake Worth	lake-worth	FL	099		26.6048	-80.2149	4
33454	Greenacres	greenacres	FL	099		26.6237	-80.1253	4
33458	Jupiter	jupiter	FL	099		26.9339	-80.1201	4
33459	Lake Harbor	lake-harbor	FL	099		26.6931	-80.8145	4
33460	Lake Worth	lake-worth	FL	099		26.6182	-80.056	4
33461	Lake Worth	lake-worth	FL	099		26.6232	-80.0946	4
33462	Lake Worth	lake-worth	FL	099		26.5747	-80.0794	4
33463	Lake Worth	lake-worth	FL	099		26.5955	-80.1291	4
33464	Boca Raton	boca-raton	FL	099		26.3587	-80.0831	4
33465	Lake Worth	lake-worth	FL	099		26.6283	-80.1326	4
33466	Lake Worth	lake-worth	FL	099		26.6171	-80.0723	4
33467	Lake Worth	lake-worth	FL	099		26.6104	-80.1683	4
33468	Jupiter	jupiter	FL	099		26.9342	-80.0942	4
33469	Jupiter	jupiter	FL	099		26.9831	-80.108	4
33470	Loxahatchee	loxahatchee	FL	099		26.7383	-80.276	4
33472	Boynton Beach	boynton-beach	FL	099		26.5384	-80.1856	4
33473	Boynton Beach	boynton-beach	FL	099		26.5088	-80.1896	4
33474	Boynton Beach	boynton-beach	FL	099		26.5253	-80.0664	4
33476	Pahokee	pahokee	FL	099		26.8142	-80.6629	4
33477	Jupiter	jupiter	FL	099		26.9217	-80.077	4
33478	Jupiter	jupiter	FL	099		26.9212	-80.2144	4
33480	Palm Beach	palm-beach	FL	099		26.7206	-80.0388	4
33481	Boca Raton	boca-raton	FL	099		26.3587	-80.0831	4
33482	Delray Beach	delray-beach	FL	099		26.4615	-80.0728	4
33483	Delray Beach	delray-beach	FL	099		26.4546	-80.0656	4
33484	Delray Beach	delray-beach	FL	099		26.4543	-80.1346	4
33486	Boca Raton	boca-raton	FL	099		26.3481	-80.1104	4
33487	Boca Raton	boca-raton	FL	099		26.4116	-80.0928	4
33488	Boca Raton	boca-raton	FL	099		26.3587	-80.0831	4
33493	South Bay	south-bay	FL	099		26.6701	-80.7312	4
33496	Boca Raton	boca-raton	FL	099		26.403	-80.1813	4
33497	Boca Raton	boca-raton	FL	099		26.3587	-80.0831	4
33498	Boca Raton	boca-raton	FL	099		26.3907	-80.2161	4
33499	Boca Raton	boca-raton	FL	099		26.3587	-80.0831	4
33523	Dade City	dade-city	FL	101		28.4247	-82.2185	4
33524	Crystal Springs	crystal-springs	FL	101		28.1822	-82.1523	4
33525	Dade City	dade-city	FL	101		28.3318	-82.2446	4
33526	Dade City	dade-city	FL	101		28.3101	-82.2478	4
33537	Lacoochee	lacoochee	FL	101		28.4658	-82.172	4
33539	Zephyrhills	zephyrhills	FL	101		28.213	-82.1657	4
33540	Zephyrhills	zephyrhills	FL	101		28.2151	-82.1506	4
33541	Zephyrhills	zephyrhills	FL	101		28.2311	-82.2057	4
33542	Zephyrhills	zephyrhills	FL	101		28.2303	-82.1779	4
33543	Wesley Chapel	wesley-chapel	FL	101		28.2397	-82.3279	4
33544	Wesley Chapel	wesley-chapel	FL	101		28.2397	-82.3279	4
33545	Wesley Chapel	wesley-chapel	FL	101		28.2697	-82.2903	4
33559	Lutz	lutz	FL	101		28.1801	-82.4169	4
33574	Saint Leo	saint-leo	FL	101		28.3348	-82.2693	4
33576	San Antonio	san-antonio	FL	101		28.3371	-82.2882	4
33578	Riverview	riverview	FL	101		27.8633	-82.3499	4
33593	Trilby	trilby	FL	101		28.4625	-82.1948	4
34610	Spring Hill	spring-hill	FL	101		28.4079	-82.5398	4
34637	Land O Lakes	land-o-lakes	FL	101		28.2782	-82.4625	4
34638	Land O Lakes	land-o-lakes	FL	101		28.2478	-82.4962	4
34639	Land O Lakes	land-o-lakes	FL	101		28.2258	-82.4547	4
34652	New Port Richey	new-port-richey	FL	101		28.2326	-82.7327	4
34653	New Port Richey	new-port-richey	FL	101		28.2444	-82.6986	4
34654	New Port Richey	new-port-richey	FL	101		28.3022	-82.6264	4
34655	New Port Richey	new-port-richey	FL	101		28.2129	-82.6807	4
34656	New Port Richey	new-port-richey	FL	101		28.2442	-82.7193	4
34667	Hudson	hudson	FL	101		28.3648	-82.6757	4
34668	Port Richey	port-richey	FL	101		28.3011	-82.6927	4
34669	Hudson	hudson	FL	101		28.3506	-82.6288	4
34673	Port Richey	port-richey	FL	101		28.2717	-82.7195	4
34674	Hudson	hudson	FL	101		28.3644	-82.6934	4
34679	Aripeka	aripeka	FL	101		28.4302	-82.6616	4
34680	Elfers	elfers	FL	101		28.2167	-82.7223	4
34690	Holiday	holiday	FL	101		28.1913	-82.7279	4
34691	Holiday	holiday	FL	101		28.1913	-82.756	4
34692	Holiday	holiday	FL	101		28.188	-82.7346	4
33701	Saint Petersburg	saint-petersburg	FL	103		27.7723	-82.6386	4
33702	Saint Petersburg	saint-petersburg	FL	103		27.8427	-82.6448	4
33703	Saint Petersburg	saint-petersburg	FL	103		27.817	-82.6264	4
33704	Saint Petersburg	saint-petersburg	FL	103		27.7954	-82.6373	4
33705	Saint Petersburg	saint-petersburg	FL	103		27.7391	-82.6435	4
33706	Saint Petersburg	saint-petersburg	FL	103		27.7456	-82.7516	4
33707	Saint Petersburg	saint-petersburg	FL	103		27.7549	-82.7208	4
33708	Saint Petersburg	saint-petersburg	FL	103		27.8116	-82.8014	4
33709	Saint Petersburg	saint-petersburg	FL	103		27.8201	-82.7308	4
33710	Saint Petersburg	saint-petersburg	FL	103		27.7898	-82.7243	4
33711	Saint Petersburg	saint-petersburg	FL	103		27.7465	-82.6897	4
33712	Saint Petersburg	saint-petersburg	FL	103		27.7353	-82.6663	4
33713	Saint Petersburg	saint-petersburg	FL	103		27.789	-82.6779	4
33714	Saint Petersburg	saint-petersburg	FL	103		27.8176	-82.6776	4
33715	Saint Petersburg	saint-petersburg	FL	103		27.6705	-82.7119	4
33716	Saint Petersburg	saint-petersburg	FL	103		27.8738	-82.64	4
33729	Saint Petersburg	saint-petersburg	FL	103		27.8819	-82.6644	4
33730	Saint Petersburg	saint-petersburg	FL	103		27.7709	-82.6793	4
33731	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33732	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33733	Saint Petersburg	saint-petersburg	FL	103		27.7709	-82.6793	4
33734	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33736	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33737	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33738	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33740	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33741	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33742	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33743	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33744	Bay Pines	bay-pines	FL	103		27.8142	-82.7782	4
33747	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33755	Clearwater	clearwater	FL	103		27.9781	-82.7815	4
33756	Clearwater	clearwater	FL	103		27.947	-82.7943	4
33757	Clearwater	clearwater	FL	103		27.8918	-82.7248	4
33758	Clearwater	clearwater	FL	103		27.8918	-82.7248	4
33759	Clearwater	clearwater	FL	103		27.975	-82.7019	4
33760	Clearwater	clearwater	FL	103		27.9004	-82.7152	4
33761	Clearwater	clearwater	FL	103		28.031	-82.7239	4
33762	Clearwater	clearwater	FL	103		27.8942	-82.6746	4
33763	Clearwater	clearwater	FL	103		28.0173	-82.7461	4
33764	Clearwater	clearwater	FL	103		27.916	-82.7343	4
33765	Clearwater	clearwater	FL	103		27.9902	-82.7433	4
33766	Clearwater	clearwater	FL	103		27.8918	-82.7248	4
33767	Clearwater Beach	clearwater-beach	FL	103		27.9598	-82.8286	4
33769	Clearwater	clearwater	FL	103		27.8918	-82.7248	4
33770	Largo	largo	FL	103		27.917	-82.8027	4
33771	Largo	largo	FL	103		27.9085	-82.7568	4
33772	Seminole	seminole	FL	103		27.8466	-82.7954	4
33773	Largo	largo	FL	103		27.8802	-82.7534	4
33774	Largo	largo	FL	103		27.8839	-82.8265	4
33775	Seminole	seminole	FL	103		27.8397	-82.7912	4
33776	Seminole	seminole	FL	103		27.8505	-82.8263	4
33777	Seminole	seminole	FL	103		27.8688	-82.7344	4
33778	Largo	largo	FL	103		27.884	-82.8025	4
33779	Largo	largo	FL	103		27.8397	-82.7725	4
33780	Pinellas Park	pinellas-park	FL	103		27.8918	-82.7248	4
33781	Pinellas Park	pinellas-park	FL	103		27.8387	-82.7151	4
33782	Pinellas Park	pinellas-park	FL	103		27.8681	-82.7086	4
33784	Saint Petersburg	saint-petersburg	FL	103		27.8918	-82.7248	4
33785	Indian Rocks Beach	indian-rocks-beach	FL	103		27.8868	-82.8435	4
33786	Belleair Beach	belleair-beach	FL	103		27.9229	-82.8393	4
34660	Ozona	ozona	FL	103		28.067	-82.7784	4
34677	Oldsmar	oldsmar	FL	103		28.046	-82.6848	4
34681	Crystal Beach	crystal-beach	FL	103		28.0914	-82.7798	4
34682	Palm Harbor	palm-harbor	FL	103		28.0781	-82.7637	4
34683	Palm Harbor	palm-harbor	FL	103		28.0662	-82.7585	4
34684	Palm Harbor	palm-harbor	FL	103		28.0848	-82.7253	4
34685	Palm Harbor	palm-harbor	FL	103		28.0967	-82.6964	4
34688	Tarpon Springs	tarpon-springs	FL	103		28.1458	-82.6825	4
34689	Tarpon Springs	tarpon-springs	FL	103		28.1385	-82.743	4
34695	Safety Harbor	safety-harbor	FL	103		28.0096	-82.6967	4
34697	Dunedin	dunedin	FL	103		27.8918	-82.7248	4
34698	Dunedin	dunedin	FL	103		28.0284	-82.7794	4
33801	Lakeland	lakeland	FL	105		28.0381	-81.9392	4
33802	Lakeland	lakeland	FL	105		28.021	-81.9852	4
33803	Lakeland	lakeland	FL	105		28.014	-81.9523	4
33804	Lakeland	lakeland	FL	105		28.0395	-81.9498	4
33805	Lakeland	lakeland	FL	105		28.072	-81.9609	4
33806	Lakeland	lakeland	FL	105		28.0395	-81.9498	4
33807	Lakeland	lakeland	FL	105		28.0395	-81.9498	4
33809	Lakeland	lakeland	FL	105		28.1762	-81.9591	4
33810	Lakeland	lakeland	FL	105		28.1479	-82.0372	4
33811	Lakeland	lakeland	FL	105		27.9865	-82.0139	4
33812	Lakeland	lakeland	FL	105		27.9729	-81.8931	4
33813	Lakeland	lakeland	FL	105		27.9611	-81.9398	4
33815	Lakeland	lakeland	FL	105		28.0496	-82.0069	4
33820	Alturas	alturas	FL	105		28.0026	-81.6186	4
33823	Auburndale	auburndale	FL	105		28.0724	-81.8122	4
33827	Babson Park	babson-park	FL	105		27.8163	-81.5139	4
33830	Bartow	bartow	FL	105		27.8957	-81.8127	4
33831	Bartow	bartow	FL	105		27.8964	-81.8431	4
33835	Bradley	bradley	FL	105		27.6993	-81.9494	4
33836	Davenport	davenport	FL	105		28.1672	-81.6316	4
33837	Davenport	davenport	FL	105		28.1963	-81.6079	4
33838	Dundee	dundee	FL	105		28.0194	-81.6212	4
33839	Eagle Lake	eagle-lake	FL	105		27.9787	-81.7564	4
33840	Eaton Park	eaton-park	FL	105		28.0086	-81.9076	4
33841	Fort Meade	fort-meade	FL	105		27.7464	-81.7823	4
33843	Frostproof	frostproof	FL	105		27.7211	-81.5148	4
33844	Haines City	haines-city	FL	105		28.1145	-81.6201	4
33845	Haines City	haines-city	FL	105		28.0026	-81.6186	4
33846	Highland City	highland-city	FL	105		27.9647	-81.8672	4
33847	Homeland	homeland	FL	105		27.8178	-81.8245	4
33849	Kathleen	kathleen	FL	105		28.1975	-82.0396	4
33850	Lake Alfred	lake-alfred	FL	105		28.0895	-81.7271	4
33851	Lake Hamilton	lake-hamilton	FL	105		28.0369	-81.628	4
33853	Lake Wales	lake-wales	FL	105		27.9002	-81.5847	4
33854	Lakeshore	lakeshore	FL	105		27.966	-81.6965	4
33855	Indian Lake Estates	indian-lake-estates	FL	105		27.798	-81.3572	4
33856	Nalcrest	nalcrest	FL	105		27.8557	-81.4309	4
33858	Loughman	loughman	FL	105		28.242	-81.5667	4
33859	Lake Wales	lake-wales	FL	105		27.8774	-81.6221	4
33860	Mulberry	mulberry	FL	105		27.902	-82.0015	4
33863	Nichols	nichols	FL	105		27.8903	-82.0315	4
33867	River Ranch	river-ranch	FL	105		27.7686	-81.1966	4
33868	Polk City	polk-city	FL	105		28.1987	-81.8083	4
33877	Waverly	waverly	FL	105		27.9769	-81.6144	4
33880	Winter Haven	winter-haven	FL	105		27.9873	-81.7625	4
33881	Winter Haven	winter-haven	FL	105		28.0452	-81.7325	4
33882	Winter Haven	winter-haven	FL	105		28.0294	-81.7321	4
33883	Winter Haven	winter-haven	FL	105		28.0222	-81.7329	4
33884	Winter Haven	winter-haven	FL	105		27.981	-81.6736	4
33885	Winter Haven	winter-haven	FL	105		28.0026	-81.6186	4
33888	Winter Haven	winter-haven	FL	105		28.0231	-81.7234	4
33896	Davenport	davenport	FL	105		28.2531	-81.6509	4
33897	Davenport	davenport	FL	105		28.3112	-81.6643	4
33898	Lake Wales	lake-wales	FL	105		27.8643	-81.5719	4
33967	Fort Myers	fort-myers	FL	105		26.4722	-81.8122	4
34714	Clermont	clermont	FL	105		28.4113	-81.7812	4
34759	Kissimmee	kissimmee	FL	105		28.0946	-81.499	4
32007	Bostwick	bostwick	FL	107		29.7996	-81.6273	4
32112	Crescent City	crescent-city	FL	107		29.4272	-81.5579	4
32131	East Palatka	east-palatka	FL	107		29.6609	-81.5879	4
32138	Grandin	grandin	FL	107		29.7277	-81.9184	4
32139	Georgetown	georgetown	FL	107		29.3842	-81.6183	4
32140	Florahome	florahome	FL	107		29.7581	-81.8622	4
32147	Hollister	hollister	FL	107		29.6227	-81.8137	4
32148	Interlachen	interlachen	FL	107		29.627	-81.8894	4
32149	Interlachen	interlachen	FL	107		29.6242	-81.8926	4
32157	Lake Como	lake-como	FL	107		29.4839	-81.5729	4
32177	Palatka	palatka	FL	107		29.6577	-81.6595	4
32178	Palatka	palatka	FL	107		29.6486	-81.6376	4
32181	Pomona Park	pomona-park	FL	107		29.5002	-81.5915	4
32185	Putnam Hall	putnam-hall	FL	107		29.7368	-81.958	4
32187	San Mateo	san-mateo	FL	107		29.5888	-81.5921	4
32189	Satsuma	satsuma	FL	107		29.5594	-81.6406	4
32193	Welaka	welaka	FL	107		29.4905	-81.653	4
32666	Melrose	melrose	FL	107		29.7325	-82.0279	4
33112	Miami	miami	FL	107		25.7964	-80.3849	4
32004	Ponte Vedra Beach	ponte-vedra-beach	FL	109		30.2397	-81.3856	4
32033	Elkton	elkton	FL	109		29.7882	-81.462	4
32080	Saint Augustine	saint-augustine	FL	109		29.7964	-81.2649	4
32081	Ponte Vedra	ponte-vedra	FL	109		30.1204	-81.4128	4
32082	Ponte Vedra Beach	ponte-vedra-beach	FL	109		30.1223	-81.3627	4
32084	Saint Augustine	saint-augustine	FL	109		29.9175	-81.3668	4
32085	Saint Augustine	saint-augustine	FL	109		29.9377	-81.4206	4
32086	Saint Augustine	saint-augustine	FL	109		29.8285	-81.3237	4
32092	Saint Augustine	saint-augustine	FL	109		29.9475	-81.5264	4
32095	Saint Augustine	saint-augustine	FL	109		30.011	-81.4108	4
32145	Hastings	hastings	FL	109		29.7051	-81.4909	4
32259	Saint Johns	saint-johns	FL	109		30.0815	-81.5477	1
32260	Jacksonville	jacksonville	FL	109		29.9377	-81.4206	4
34945	Fort Pierce	fort-pierce	FL	111		27.4382	-80.444	4
34946	Fort Pierce	fort-pierce	FL	111		27.5008	-80.36	4
34947	Fort Pierce	fort-pierce	FL	111		27.4493	-80.3592	4
34948	Fort Pierce	fort-pierce	FL	111		27.3822	-80.409	4
34949	Fort Pierce	fort-pierce	FL	111		27.3896	-80.2615	4
34950	Fort Pierce	fort-pierce	FL	111		27.4486	-80.3385	4
34951	Fort Pierce	fort-pierce	FL	111		27.5391	-80.4052	4
34952	Port Saint Lucie	port-saint-lucie	FL	111		27.2889	-80.298	4
34953	Port Saint Lucie	port-saint-lucie	FL	111		27.2625	-80.3793	4
34954	Fort Pierce	fort-pierce	FL	111		27.3822	-80.409	4
34979	Fort Pierce	fort-pierce	FL	111		27.3822	-80.409	4
34981	Fort Pierce	fort-pierce	FL	111		27.4049	-80.3623	4
34982	Fort Pierce	fort-pierce	FL	111		27.3908	-80.3246	4
34983	Port Saint Lucie	port-saint-lucie	FL	111		27.3094	-80.345	4
34984	Port Saint Lucie	port-saint-lucie	FL	111		27.2655	-80.3389	4
34985	Port Saint Lucie	port-saint-lucie	FL	111		27.2939	-80.3503	4
34986	Port Saint Lucie	port-saint-lucie	FL	111		27.3215	-80.403	4
34987	Port Saint Lucie	port-saint-lucie	FL	111		27.2606	-80.4771	4
34988	Port Saint Lucie	port-saint-lucie	FL	111		27.3868	-80.5037	4
32530	Bagdad	bagdad	FL	113		30.5986	-87.0315	4
32561	Gulf Breeze	gulf-breeze	FL	113		30.3571	-87.1639	4
32562	Gulf Breeze	gulf-breeze	FL	113		30.3571	-87.1639	4
32563	Gulf Breeze	gulf-breeze	FL	113		30.3962	-87.0274	4
32565	Jay	jay	FL	113		30.8985	-87.1332	4
32566	Navarre	navarre	FL	113		30.4212	-86.8926	4
32570	Milton	milton	FL	113		30.6604	-87.0473	4
32571	Milton	milton	FL	113		30.6698	-87.1794	4
32572	Milton	milton	FL	113		30.6592	-87.0497	4
32583	Milton	milton	FL	113		30.5761	-87.0663	4
34223	Englewood	englewood	FL	115		26.9667	-82.3599	4
34224	Englewood	englewood	FL	115		26.92	-82.3048	4
34229	Osprey	osprey	FL	115		27.1838	-82.4853	4
34230	Sarasota	sarasota	FL	115		27.335	-82.5372	4
34231	Sarasota	sarasota	FL	115		27.2666	-82.5163	4
34232	Sarasota	sarasota	FL	115		27.3262	-82.4724	4
34233	Sarasota	sarasota	FL	115		27.2866	-82.477	4
34234	Sarasota	sarasota	FL	115		27.3688	-82.5268	4
34235	Sarasota	sarasota	FL	115		27.3672	-82.4848	4
34236	Sarasota	sarasota	FL	115		27.3269	-82.5433	4
34237	Sarasota	sarasota	FL	115		27.3369	-82.5128	4
34238	Sarasota	sarasota	FL	115		27.2427	-82.4751	4
34239	Sarasota	sarasota	FL	115		27.3111	-82.5195	4
34240	Sarasota	sarasota	FL	115		27.339	-82.3473	4
34241	Sarasota	sarasota	FL	115		27.2822	-82.4181	4
34242	Sarasota	sarasota	FL	115		27.2566	-82.5398	4
34249	Sarasota	sarasota	FL	115		27.2664	-82.4841	4
34272	Laurel	laurel	FL	115		27.147	-82.4255	4
34274	Nokomis	nokomis	FL	115		27.144	-82.4645	4
34275	Nokomis	nokomis	FL	115		27.1384	-82.4518	4
34276	Sarasota	sarasota	FL	115		27.3364	-82.5307	4
34277	Sarasota	sarasota	FL	115		27.3364	-82.5307	4
34278	Sarasota	sarasota	FL	115		27.3316	-82.5285	4
34284	Venice	venice	FL	115		27.1675	-82.381	4
34285	Venice	venice	FL	115		27.0933	-82.4498	4
34286	North Port	north-port	FL	115		27.0748	-82.1756	4
34287	North Port	north-port	FL	115		27.0478	-82.2416	4
34288	North Port	north-port	FL	115		27.0498	-82.1288	4
34289	North Port	north-port	FL	115		27.0808	-82.1516	4
34290	North Port	north-port	FL	115		27.0459	-82.2491	4
34291	North Port	north-port	FL	115		27.0997	-82.2095	4
34292	Venice	venice	FL	115		27.09	-82.37	4
34293	Venice	venice	FL	115		27.0606	-82.352	4
34295	Englewood	englewood	FL	115		27.086	-82.4389	4
32701	Altamonte Springs	altamonte-springs	FL	117		28.6666	-81.365	4
32707	Casselberry	casselberry	FL	117		28.6617	-81.3122	4
32708	Winter Springs	winter-springs	FL	117		28.6831	-81.2814	4
32714	Altamonte Springs	altamonte-springs	FL	117		28.6625	-81.4117	4
32715	Altamonte Springs	altamonte-springs	FL	117		28.6611	-81.3656	4
32716	Altamonte Springs	altamonte-springs	FL	117		28.7448	-81.2233	4
32718	Casselberry	casselberry	FL	117		28.7448	-81.2233	4
32719	Winter Springs	winter-springs	FL	117		28.7448	-81.2233	4
32730	Casselberry	casselberry	FL	117		28.6513	-81.3418	4
32732	Geneva	geneva	FL	117		28.7503	-81.1114	4
32733	Goldenrod	goldenrod	FL	117		28.6133	-81.2581	4
32746	Lake Mary	lake-mary	FL	117		28.7577	-81.3508	4
32747	Lake Monroe	lake-monroe	FL	117		28.8272	-81.3329	4
32750	Longwood	longwood	FL	117		28.712	-81.3552	4
32752	Longwood	longwood	FL	117		28.7448	-81.2233	4
32762	Oviedo	oviedo	FL	117		28.7448	-81.2233	4
32765	Oviedo	oviedo	FL	117		28.6513	-81.2066	4
32766	Oviedo	oviedo	FL	117		28.6607	-81.1134	4
32771	Sanford	sanford	FL	117		28.8013	-81.285	4
32772	Sanford	sanford	FL	117		28.8072	-81.2502	4
32773	Sanford	sanford	FL	117		28.7644	-81.282	4
32779	Longwood	longwood	FL	117		28.7168	-81.4126	4
32791	Longwood	longwood	FL	117		28.7448	-81.2233	4
32795	Lake Mary	lake-mary	FL	117		28.7448	-81.2233	4
32799	Mid Florida	mid-florida	FL	117		28.7448	-81.2233	1
32162	The Villages	the-villages	FL	119		28.9341	-81.9599	4
32163	The Villages	the-villages	FL	119		28.9338	-81.9914	4
33513	Bushnell	bushnell	FL	119		28.6611	-82.1553	4
33514	Center Hill	center-hill	FL	119		28.6635	-81.9963	4
33521	Coleman	coleman	FL	119		28.7997	-82.0701	4
33538	Lake Panasoffkee	lake-panasoffkee	FL	119		28.7953	-82.1363	4
33585	Sumterville	sumterville	FL	119		28.7356	-82.0616	4
33597	Webster	webster	FL	119		28.549	-82.0805	4
34484	Oxford	oxford	FL	119		28.9059	-82.0612	4
34785	Wildwood	wildwood	FL	119		28.8454	-82.0347	4
32008	Branford	branford	FL	121		29.9395	-82.8993	4
32060	Live Oak	live-oak	FL	121		30.1759	-83.0304	4
32062	Mc Alpin	mc-alpin	FL	121		30.1509	-82.9662	1
32064	Live Oak	live-oak	FL	121		30.2956	-82.9844	4
32071	O Brien	o-brien	FL	121		30.0381	-82.93	4
32094	Wellborn	wellborn	FL	121		30.1796	-82.8505	4
32347	Perry	perry	FL	123		30.1668	-83.616	4
32348	Perry	perry	FL	123		29.9665	-83.6594	4
32356	Salem	salem	FL	123		29.8539	-83.4421	4
32357	Shady Grove	shady-grove	FL	123		30.288	-83.6318	4
32359	Steinhatchee	steinhatchee	FL	123		29.6739	-83.3723	4
32026	Raiford	raiford	FL	125		30.0699	-82.1927	4
32054	Lake Butler	lake-butler	FL	125		30.0035	-82.3828	4
32083	Raiford	raiford	FL	125		30.0704	-82.2001	4
32697	Worthington Springs	worthington-springs	FL	125		29.9315	-82.4255	4
32105	Barberville	barberville	FL	127		29.2005	-81.4065	4
32114	Daytona Beach	daytona-beach	FL	127		29.2012	-81.0371	4
32115	Daytona Beach	daytona-beach	FL	127		29.2108	-81.0228	4
32116	Daytona Beach	daytona-beach	FL	127		29.1091	-80.9843	4
32117	Daytona Beach	daytona-beach	FL	127		29.2353	-81.0658	4
32118	Daytona Beach	daytona-beach	FL	127		29.2219	-81.0095	4
32119	Daytona Beach	daytona-beach	FL	127		29.16	-81.0269	4
32120	Daytona Beach	daytona-beach	FL	127		29.2108	-81.0228	4
32121	Daytona Beach	daytona-beach	FL	127		29.2108	-81.0228	4
32122	Daytona Beach	daytona-beach	FL	127		29.2108	-81.0228	4
32123	Port Orange	port-orange	FL	127		29.1383	-80.9956	4
32124	Daytona Beach	daytona-beach	FL	127		29.1419	-81.1402	4
32125	Daytona Beach	daytona-beach	FL	127		29.2108	-81.0228	4
32126	Daytona Beach	daytona-beach	FL	127		29.2108	-81.0228	4
32127	Port Orange	port-orange	FL	127		29.1383	-80.9956	4
32128	Port Orange	port-orange	FL	127		29.1383	-80.9956	4
32129	Port Orange	port-orange	FL	127		29.1372	-81.0241	4
32130	De Leon Springs	de-leon-springs	FL	127		29.1166	-81.3488	4
32132	Edgewater	edgewater	FL	127		28.9818	-80.9103	4
32141	Edgewater	edgewater	FL	127		28.9455	-80.8969	4
32168	New Smyrna Beach	new-smyrna-beach	FL	127		29.0247	-80.9584	4
32169	New Smyrna Beach	new-smyrna-beach	FL	127		29.0172	-80.8885	4
32170	New Smyrna Beach	new-smyrna-beach	FL	127		29.0258	-80.927	4
32173	Ormond Beach	ormond-beach	FL	127		29.2858	-81.0559	4
32174	Ormond Beach	ormond-beach	FL	127		29.2833	-81.0882	4
32175	Ormond Beach	ormond-beach	FL	127		29.2858	-81.0559	4
32176	Ormond Beach	ormond-beach	FL	127		29.3222	-81.0584	4
32180	Pierson	pierson	FL	127		29.2226	-81.4353	4
32190	Seville	seville	FL	127		29.3201	-81.5279	4
32198	Daytona Beach	daytona-beach	FL	127		29.2108	-81.0228	4
32706	Cassadaga	cassadaga	FL	127		28.9664	-81.2371	4
32713	Debary	debary	FL	127		28.8846	-81.3065	4
32720	Deland	deland	FL	127		29.0266	-81.3349	4
32721	Deland	deland	FL	127		28.9973	-81.2995	4
32722	Glenwood	glenwood	FL	127		29.0861	-81.3542	4
32723	Deland	deland	FL	127		29.0275	-81.3068	4
32724	Deland	deland	FL	127		29.0422	-81.2863	4
32725	Deltona	deltona	FL	127		28.8989	-81.2473	4
32728	Deltona	deltona	FL	127		29.0227	-81.1722	4
32738	Deltona	deltona	FL	127		28.9093	-81.1922	4
32739	Deltona	deltona	FL	127		29.0227	-81.1722	4
32744	Lake Helen	lake-helen	FL	127		28.9806	-81.2334	4
32745	Mid Florida	mid-florida	FL	127		28.7676	-81.3522	1
32759	Oak Hill	oak-hill	FL	127		28.87	-80.8551	4
32763	Orange City	orange-city	FL	127		28.9453	-81.2995	4
32764	Osteen	osteen	FL	127		28.8426	-81.1562	4
32774	Orange City	orange-city	FL	127		28.9489	-81.2987	4
32326	Crawfordville	crawfordville	FL	129		30.176	-84.3752	4
32327	Crawfordville	crawfordville	FL	129		30.2108	-84.3205	4
32346	Panacea	panacea	FL	129		30.0153	-84.3912	4
32355	Saint Marks	saint-marks	FL	129		30.1631	-84.2083	4
32358	Sopchoppy	sopchoppy	FL	129		30.0714	-84.4549	4
32422	Argyle	argyle	FL	131		30.7056	-86.0314	4
32433	Defuniak Springs	defuniak-springs	FL	131		30.8494	-86.2023	4
32434	Mossy Head	mossy-head	FL	131		30.7432	-86.3149	4
32435	Defuniak Springs	defuniak-springs	FL	131		30.721	-86.1152	4
32439	Freeport	freeport	FL	131		30.4896	-86.1684	4
32459	Santa Rosa Beach	santa-rosa-beach	FL	131		30.3659	-86.2458	4
32461	Rosemary Beach	rosemary-beach	FL	131		30.2835	-86.0305	4
32538	Paxton	paxton	FL	131		30.9709	-86.3111	4
32550	Miramar Beach	miramar-beach	FL	131		30.385	-86.3473	4
32427	Caryville	caryville	FL	133		30.7123	-85.8014	4
32428	Chipley	chipley	FL	133		30.7107	-85.5486	4
32437	Ebro	ebro	FL	133		30.4352	-85.8881	4
32462	Vernon	vernon	FL	133		30.6267	-85.7553	4
32463	Wausau	wausau	FL	133		30.6321	-85.5888	4
31513	Baxley	baxley	GA	001		31.7837	-82.3486	4
31515	Baxley	baxley	GA	001		31.7783	-82.3485	4
31562	Saint George	saint-george	GA	001		30.5224	-82.0376	4
31563	Surrency	surrency	GA	001		31.6489	-82.1982	4
31624	Axson	axson	GA	003		31.3035	-82.7319	4
31642	Pearson	pearson	GA	003		31.3106	-82.8591	4
31650	Willacoochee	willacoochee	GA	003		31.3455	-83.0449	4
31510	Alma	alma	GA	005		31.5465	-82.4633	4
31721	Albany	albany	GA	007		31.5105	-84.3087	4
39837	Colquitt	colquitt	GA	007		31.173	-84.731	4
39841	Damascus	damascus	GA	007		31.2984	-84.7175	4
39845	Donalsonville	donalsonville	GA	007		31.0505	-84.8801	4
39862	Leary	leary	GA	007		31.4849	-84.5128	4
39870	Newton	newton	GA	007		31.3164	-84.3367	4
31034	Hardwick	hardwick	GA	009		33.0227	-83.247	4
31059	Milledgeville	milledgeville	GA	009		33.0846	-83.238	4
31061	Milledgeville	milledgeville	GA	009		33.08	-83.2379	4
31062	Milledgeville	milledgeville	GA	009		33.0491	-83.2174	4
30511	Baldwin	baldwin	GA	011		34.4574	-83.476	4
30547	Homer	homer	GA	011		34.3563	-83.4974	4
30558	Maysville	maysville	GA	011		34.2529	-83.5616	4
30011	Auburn	auburn	GA	013		34.0191	-83.8261	4
30620	Bethlehem	bethlehem	GA	013		33.9261	-83.7282	4
30666	Statham	statham	GA	013		33.9602	-83.5893	4
30680	Winder	winder	GA	013		33.9985	-83.7115	4
30103	Adairsville	adairsville	GA	015		34.3595	-84.9176	4
30120	Cartersville	cartersville	GA	015		34.187	-84.8204	4
30121	Cartersville	cartersville	GA	015		34.2079	-84.7673	4
30123	Cassville	cassville	GA	015		34.2442	-84.8457	4
30137	Emerson	emerson	GA	015		34.12	-84.757	4
30145	Kingston	kingston	GA	015		34.2501	-84.9973	4
30171	Rydal	rydal	GA	015		34.3379	-84.7376	4
30178	Taylorsville	taylorsville	GA	015		34.1229	-84.9739	4
30184	White	white	GA	015		34.2717	-84.7383	4
31750	Fitzgerald	fitzgerald	GA	017		31.7248	-83.2495	4
39840	Cuthbert	cuthbert	GA	017		31.7706	-84.7936	4
31622	Alapaha	alapaha	GA	019		31.394	-83.2132	4
31639	Nashville	nashville	GA	019		31.2074	-83.2319	4
31645	Ray City	ray-city	GA	019		31.0825	-83.2143	4
31749	Enigma	enigma	GA	019		31.3736	-83.3552	4
31052	Lizella	lizella	GA	021		32.7773	-83.825	4
31201	Macon	macon	GA	021		32.8095	-83.6168	4
31202	Macon	macon	GA	021		32.8407	-83.6324	4
31203	Macon	macon	GA	021		32.8067	-83.6913	4
31204	Macon	macon	GA	021		32.8424	-83.6766	4
31205	Macon	macon	GA	021		32.8067	-83.6913	4
31206	Macon	macon	GA	021		32.7914	-83.679	4
31207	Macon	macon	GA	021		32.8304	-83.6486	4
31208	Macon	macon	GA	021		32.8067	-83.6913	4
31209	Macon	macon	GA	021		32.8067	-83.6913	4
31210	Macon	macon	GA	021		32.8926	-83.7455	4
31211	Macon	macon	GA	021		32.8869	-83.6021	4
31213	Macon	macon	GA	021		32.8393	-83.6388	4
31216	Macon	macon	GA	021		32.7486	-83.7477	4
31217	Macon	macon	GA	021		32.8118	-83.565	4
31220	Macon	macon	GA	021		32.8595	-83.802	4
31221	Macon	macon	GA	021		32.8407	-83.6324	4
31294	Macon	macon	GA	021		32.8407	-83.6324	4
31295	Macon	macon	GA	021		32.8102	-83.569	4
31296	Macon	macon	GA	021		32.8067	-83.6913	4
31297	Macon	macon	GA	021		32.7004	-83.6572	4
31014	Cochran	cochran	GA	023		32.3981	-83.3229	4
31542	Hoboken	hoboken	GA	025		31.1431	-82.1207	4
31543	Hortense	hortense	GA	025		31.3199	-81.9596	4
31553	Nahunta	nahunta	GA	025		31.1827	-81.9722	4
31566	Waynesville	waynesville	GA	025		31.2448	-81.8039	4
31625	Barney	barney	GA	027		31.0074	-83.5219	4
31629	Dixie	dixie	GA	027		30.7722	-83.6792	4
31638	Morven	morven	GA	027		30.9416	-83.4993	4
31643	Quitman	quitman	GA	027		30.7797	-83.5567	4
31720	Barwick	barwick	GA	027		30.8902	-83.7407	4
31308	Ellabell	ellabell	GA	029		32.1273	-81.4983	4
31321	Pembroke	pembroke	GA	029		32.1812	-81.6656	4
31324	Richmond Hill	richmond-hill	GA	029		31.8962	-81.294	4
30415	Brooklet	brooklet	GA	031		32.294	-81.628	4
30450	Portal	portal	GA	031		32.555	-81.9123	4
30452	Register	register	GA	031		32.3382	-81.8728	4
30458	Statesboro	statesboro	GA	031		32.4408	-81.774	4
30459	Statesboro	statesboro	GA	031		32.447	-81.7777	4
30460	Statesboro	statesboro	GA	031		32.4179	-81.7823	4
30461	Statesboro	statesboro	GA	031		32.45	-81.7158	4
30426	Girard	girard	GA	033		33.0437	-81.7106	4
30441	Midville	midville	GA	033		32.8638	-82.2042	4
30456	Sardis	sardis	GA	033		32.9809	-81.773	4
30811	Gough	gough	GA	033		33.0918	-82.2265	4
30816	Keysville	keysville	GA	033		33.1719	-82.1834	4
30830	Waynesboro	waynesboro	GA	033		33.1013	-81.9908	4
30216	Flovilla	flovilla	GA	035		33.25	-83.9079	4
30233	Jackson	jackson	GA	035		33.282	-83.9784	4
30234	Jenkinsburg	jenkinsburg	GA	035		33.3224	-84.0287	4
39842	Dawson	dawson	GA	037		31.7703	-84.5238	4
39866	Morgan	morgan	GA	037		31.5374	-84.5994	4
39886	Shellman	shellman	GA	037		31.7608	-84.6092	4
31547	Kings Bay	kings-bay	GA	039		30.7906	-81.5607	4
31548	Kingsland	kingsland	GA	039		30.7977	-81.7075	4
31558	Saint Marys	saint-marys	GA	039		30.7305	-81.5465	4
31565	Waverly	waverly	GA	039		31.0427	-81.5697	4
31568	White Oak	white-oak	GA	039		30.9952	-81.7782	4
31569	Woodbine	woodbine	GA	039		30.9437	-81.6783	4
30439	Metter	metter	GA	043		32.401	-82.0607	4
30451	Pulaski	pulaski	GA	043		32.3902	-81.9568	4
30108	Bowdon	bowdon	GA	045		33.5373	-85.2533	4
30109	Bowdon Junction	bowdon-junction	GA	045		33.6534	-85.1362	4
30112	Carrollton	carrollton	GA	045		33.5809	-85.0792	4
30116	Carrollton	carrollton	GA	045		33.6045	-85.0499	4
30117	Carrollton	carrollton	GA	045		33.5798	-85.0812	4
30118	Carrollton	carrollton	GA	045		33.5712	-85.0961	4
30119	Carrollton	carrollton	GA	045		33.6189	-85.0736	4
30150	Mount Zion	mount-zion	GA	045		33.643	-85.1818	4
30170	Roopville	roopville	GA	045		33.4322	-85.1671	4
30179	Temple	temple	GA	045		33.7677	-85.0133	4
30180	Villa Rica	villa-rica	GA	045		33.7173	-84.9297	4
30185	Whitesburg	whitesburg	GA	045		33.5111	-84.9254	4
30726	Graysville	graysville	GA	047		34.9765	-85.1413	4
30736	Ringgold	ringgold	GA	047		34.9205	-85.1549	4
30742	Fort Oglethorpe	fort-oglethorpe	GA	047		34.9506	-85.2432	4
31537	Folkston	folkston	GA	049		30.8508	-82.0116	4
31302	Bloomingdale	bloomingdale	GA	051		32.1177	-81.3085	4
31322	Pooler	pooler	GA	051		32.1149	-81.252	4
31328	Tybee Island	tybee-island	GA	051		32.0068	-80.8509	4
31401	Savannah	savannah	GA	051		32.0749	-81.0883	4
31402	Savannah	savannah	GA	051		32.0835	-81.0998	4
31403	Savannah	savannah	GA	051		31.9714	-81.0716	4
31404	Savannah	savannah	GA	051		32.0543	-81.0492	4
31405	Savannah	savannah	GA	051		32.0391	-81.1242	4
31406	Savannah	savannah	GA	051		31.989	-81.0979	4
31407	Port Wentworth	port-wentworth	GA	051		32.1491	-81.1632	4
31408	Savannah	savannah	GA	051		32.1082	-81.1746	4
31409	Savannah	savannah	GA	051		32.0093	-81.157	4
31410	Savannah	savannah	GA	051		32.0175	-80.997	4
31411	Savannah	savannah	GA	051		31.9268	-81.0381	4
31412	Savannah	savannah	GA	051		32.0835	-81.0998	4
31414	Savannah	savannah	GA	051		31.9714	-81.0716	4
31415	Savannah	savannah	GA	051		32.0753	-81.1289	4
31416	Savannah	savannah	GA	051		32.0053	-81.0477	4
31418	Savannah	savannah	GA	051		31.9714	-81.0716	4
31419	Savannah	savannah	GA	051		31.9959	-81.2358	4
31420	Savannah	savannah	GA	051		31.9714	-81.0716	4
31421	Savannah	savannah	GA	051		31.9714	-81.0716	4
31805	Cusseta	cusseta	GA	053		32.299	-84.7645	4
30730	Lyerly	lyerly	GA	055		34.403	-85.4038	4
30731	Menlo	menlo	GA	055		34.5864	-85.4774	4
30747	Summerville	summerville	GA	055		34.4859	-85.3362	4
30753	Trion	trion	GA	055		34.5468	-85.3112	4
30107	Ball Ground	ball-ground	GA	057		34.3393	-84.3758	4
30114	Canton	canton	GA	057		34.2505	-84.4909	4
30115	Canton	canton	GA	057		34.1993	-84.4199	4
30142	Holly Springs	holly-springs	GA	057		34.174	-84.5013	4
30146	Lebanon	lebanon	GA	057		34.2429	-84.4583	4
30151	Nelson	nelson	GA	057		34.382	-84.371	4
30169	Canton	canton	GA	057		34.234	-84.4904	4
30183	Waleska	waleska	GA	057		34.3217	-84.562	4
30188	Woodstock	woodstock	GA	057		34.106	-84.5117	4
30189	Woodstock	woodstock	GA	057		34.1281	-84.5717	4
30601	Athens	athens	GA	059		33.9761	-83.3632	4
30602	Athens	athens	GA	059		33.9433	-83.3724	4
30603	Athens	athens	GA	059		33.9609	-83.3779	4
30604	Athens	athens	GA	059		33.9443	-83.3891	4
30605	Athens	athens	GA	059		33.9321	-83.3525	4
30606	Athens	athens	GA	059		33.9461	-83.418	4
30607	Athens	athens	GA	059		34.007	-83.4278	4
30608	Athens	athens	GA	059		33.9443	-83.3891	4
30609	Athens	athens	GA	059		33.9464	-83.3774	4
30612	Athens	athens	GA	059		33.9443	-83.3891	4
30683	Winterville	winterville	GA	059		33.9543	-83.2906	4
39823	Blakely	blakely	GA	061		31.3791	-84.9353	4
39824	Bluffton	bluffton	GA	061		31.52	-84.867	4
39836	Coleman	coleman	GA	061		31.6726	-84.8903	4
39846	Edison	edison	GA	061		31.5607	-84.7381	4
39851	Fort Gaines	fort-gaines	GA	061		31.6264	-85.0548	4
39854	Georgetown	georgetown	GA	061		31.8854	-85.1059	4
39867	Morris	morris	GA	061		31.8343	-84.9255	4
30236	Jonesboro	jonesboro	GA	063		33.5242	-84.359	4
30237	Jonesboro	jonesboro	GA	063		33.5007	-84.3513	4
30238	Jonesboro	jonesboro	GA	063		33.4944	-84.3797	4
30250	Lovejoy	lovejoy	GA	063		33.4429	-84.3136	4
30260	Morrow	morrow	GA	063		33.5849	-84.3247	4
30273	Rex	rex	GA	063		33.5808	-84.2782	4
30274	Riverdale	riverdale	GA	063		33.5531	-84.4003	4
30287	Morrow	morrow	GA	063		33.5007	-84.3513	4
30288	Conley	conley	GA	063		33.6369	-84.3371	4
30294	Ellenwood	ellenwood	GA	063		33.6166	-84.2939	4
30296	Riverdale	riverdale	GA	063		33.5667	-84.4364	4
30297	Forest Park	forest-park	GA	063		33.6115	-84.3745	4
30298	Forest Park	forest-park	GA	063		33.5007	-84.3513	4
31623	Argyle	argyle	GA	065		31.0744	-82.644	4
31630	Du Pont	du-pont	GA	065		30.9885	-82.8715	4
31631	Fargo	fargo	GA	065		30.6819	-82.5665	4
31634	Homerville	homerville	GA	065		31.0509	-82.7613	4
30006	Marietta	marietta	GA	067		33.9526	-84.5499	4
30007	Marietta	marietta	GA	067		33.9125	-84.5572	4
30008	Marietta	marietta	GA	067		33.8972	-84.592	4
30060	Marietta	marietta	GA	067		33.9382	-84.5403	4
30061	Marietta	marietta	GA	067		33.9328	-84.556	4
30062	Marietta	marietta	GA	067		34.0025	-84.4633	4
30063	Marietta	marietta	GA	067		33.9653	-84.5112	4
30064	Marietta	marietta	GA	067		33.9343	-84.6076	4
30065	Marietta	marietta	GA	067		33.9125	-84.5572	4
30066	Marietta	marietta	GA	067		34.0378	-84.5038	4
30067	Marietta	marietta	GA	067		33.9282	-84.4733	4
30068	Marietta	marietta	GA	067		33.9679	-84.4385	4
30069	Marietta	marietta	GA	067		33.9125	-84.5572	4
30080	Smyrna	smyrna	GA	067		33.8796	-84.5023	4
30081	Smyrna	smyrna	GA	067		33.8588	-84.7106	4
30082	Smyrna	smyrna	GA	067		33.8631	-84.5382	4
30090	Marietta	marietta	GA	067		33.9525	-84.5471	4
30101	Acworth	acworth	GA	067		34.0756	-84.6477	4
30102	Acworth	acworth	GA	067		34.0707	-84.5894	4
30106	Austell	austell	GA	067		33.8369	-84.6307	4
30111	Clarkdale	clarkdale	GA	067		33.9125	-84.5572	4
30126	Mableton	mableton	GA	067		33.8332	-84.6031	4
30127	Powder Springs	powder-springs	GA	067		33.9135	-84.6859	4
30144	Kennesaw	kennesaw	GA	067		34.0287	-84.6047	4
30152	Kennesaw	kennesaw	GA	067		33.9951	-84.6544	4
30156	Kennesaw	kennesaw	GA	067		34.0177	-84.625	4
30160	Kennesaw	kennesaw	GA	067		34.0177	-84.625	4
30168	Austell	austell	GA	067		33.7838	-84.5952	4
31144	Kennesaw	kennesaw	GA	067		34.0233	-84.6156	
31512	Ambrose	ambrose	GA	069		31.5367	-82.9976	4
31519	Broxton	broxton	GA	069		31.6484	-82.905	4
31533	Douglas	douglas	GA	069		31.4973	-82.8465	4
31534	Douglas	douglas	GA	069		31.5088	-82.8499	4
31535	Douglas	douglas	GA	069		31.4551	-82.8561	4
31554	Nicholls	nicholls	GA	069		31.4498	-82.6032	4
31567	West Green	west-green	GA	069		31.6143	-82.7243	4
31722	Berlin	berlin	GA	071		31.0682	-83.6238	4
31744	Doerun	doerun	GA	071		31.3136	-83.9253	4
31747	Ellenton	ellenton	GA	071		31.1789	-83.5889	4
31753	Funston	funston	GA	071		31.2054	-83.8776	4
31756	Hartsfield	hartsfield	GA	071		31.2173	-83.9704	4
31768	Moultrie	moultrie	GA	071		31.1792	-83.7641	4
31771	Norman Park	norman-park	GA	071		31.2462	-83.6549	4
31776	Moultrie	moultrie	GA	071		31.1727	-83.7924	4
31788	Moultrie	moultrie	GA	071		31.0855	-83.6821	4
30802	Appling	appling	GA	073		33.6271	-82.2856	4
30809	Evans	evans	GA	073		33.5412	-82.1398	4
30813	Grovetown	grovetown	GA	073		33.4504	-82.1982	4
30814	Harlem	harlem	GA	073		33.417	-82.3097	4
30917	Augusta	augusta	GA	073		33.5277	-82.2355	4
39813	Arlington	arlington	GA	073		31.442	-84.7241	4
31620	Adel	adel	GA	075		31.1251	-83.4213	4
31627	Cecil	cecil	GA	075		31.0403	-83.3915	4
31637	Lenox	lenox	GA	075		31.2664	-83.4481	4
31647	Sparks	sparks	GA	075		31.179	-83.4476	4
30220	Grantville	grantville	GA	077		33.2473	-84.835	4
30229	Haralson	haralson	GA	077		33.2322	-84.5685	4
30259	Moreland	moreland	GA	077		33.2734	-84.7566	4
30263	Newnan	newnan	GA	077		33.3696	-84.8194	4
30264	Newnan	newnan	GA	077		33.361	-84.8142	4
30265	Newnan	newnan	GA	077		33.3958	-84.7121	4
30271	Newnan	newnan	GA	077		33.3514	-84.7561	4
30275	Sargent	sargent	GA	077		33.4299	-84.8744	4
30276	Senoia	senoia	GA	077		33.2845	-84.5918	4
30277	Sharpsburg	sharpsburg	GA	077		33.4013	-84.654	4
30289	Turin	turin	GA	077		33.326	-84.6371	4
31050	Knoxville	knoxville	GA	079		32.7243	-83.9977	4
31066	Musella	musella	GA	079		32.8202	-84.0456	4
31078	Roberta	roberta	GA	079		32.7222	-84.0451	4
31010	Cordele	cordele	GA	081		31.9172	-83.7854	4
31015	Cordele	cordele	GA	081		31.9566	-83.7835	4
31712	Arabi	arabi	GA	081		31.8496	-83.7277	4
30738	Rising Fawn	rising-fawn	GA	083		34.8139	-85.5019	4
30752	Trenton	trenton	GA	083		34.9017	-85.5171	4
30757	Wildwood	wildwood	GA	083		34.9779	-85.4305	4
30534	Dawsonville	dawsonville	GA	085		34.4537	-84.155	4
39815	Attapulgus	attapulgus	GA	087		30.7493	-84.4846	4
39818	Bainbridge	bainbridge	GA	087		30.8845	-84.5655	4
39819	Bainbridge	bainbridge	GA	087		30.9039	-84.569	4
39852	Fowlstown	fowlstown	GA	087		30.8024	-84.5471	4
30002	Avondale Estates	avondale-estates	GA	089		33.7717	-84.2607	4
30021	Clarkston	clarkston	GA	089		33.8101	-84.2388	4
30030	Decatur	decatur	GA	089		33.7699	-84.295	4
30031	Decatur	decatur	GA	089		33.7748	-84.2963	4
30032	Decatur	decatur	GA	089		33.7408	-84.2632	4
30033	Decatur	decatur	GA	089		33.8123	-84.2819	4
30034	Decatur	decatur	GA	089		33.6954	-84.2489	4
30035	Decatur	decatur	GA	089		33.7278	-84.2143	4
30036	Decatur	decatur	GA	089		33.7748	-84.2963	4
30037	Decatur	decatur	GA	089		33.7748	-84.2963	4
30038	Lithonia	lithonia	GA	089		33.6823	-84.161	4
30058	Lithonia	lithonia	GA	089		33.7356	-84.1009	4
30072	Pine Lake	pine-lake	GA	089		33.7906	-84.2053	4
30074	Redan	redan	GA	089		33.7454	-84.1316	4
30079	Scottdale	scottdale	GA	089		33.7934	-84.2585	4
30083	Stone Mountain	stone-mountain	GA	089		33.7942	-84.2018	4
30084	Tucker	tucker	GA	089		33.857	-84.216	4
30085	Tucker	tucker	GA	089		33.8545	-84.2171	4
30086	Stone Mountain	stone-mountain	GA	089		33.8913	-84.0746	4
30087	Stone Mountain	stone-mountain	GA	089		33.8082	-84.1702	4
30088	Stone Mountain	stone-mountain	GA	089		33.758	-84.1802	4
30319	Atlanta	atlanta	GA	089		33.8687	-84.3351	1
30322	Atlanta	atlanta	GA	089		33.7952	-84.3248	1
30329	Atlanta	atlanta	GA	089		33.8236	-84.3214	1
30333	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
30340	Atlanta	atlanta	GA	089		33.8932	-84.2539	1
30341	Atlanta	atlanta	GA	089		33.8879	-84.2905	1
30345	Atlanta	atlanta	GA	089		33.8513	-84.287	1
30346	Atlanta	atlanta	GA	089		33.9267	-84.3334	1
30350	Atlanta	atlanta	GA	089		33.9795	-84.3411	1
30356	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
30359	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
30360	Atlanta	atlanta	GA	089		33.9378	-84.2716	1
30362	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
30366	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
31119	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
31141	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
31145	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
31146	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
39901	Atlanta	atlanta	GA	089		33.8913	-84.0746	1
31011	Chauncey	chauncey	GA	091		32.1046	-83.0646	4
31012	Chester	chester	GA	091		32.3982	-83.174	4
31023	Eastman	eastman	GA	091		32.2084	-83.186	4
31077	Rhine	rhine	GA	091		31.938	-83.1837	4
31007	Byromville	byromville	GA	093		32.189	-83.9332	4
31051	Lilly	lilly	GA	093		32.1471	-83.8774	4
31063	Montezuma	montezuma	GA	093		32.3026	-84.0041	4
31070	Pinehurst	pinehurst	GA	093		32.1967	-83.7209	4
31091	Unadilla	unadilla	GA	093		32.2558	-83.7447	4
31092	Vienna	vienna	GA	093		32.0913	-83.7922	4
31701	Albany	albany	GA	095		31.5678	-84.1619	4
31702	Albany	albany	GA	095		31.5948	-84.1948	4
31703	Albany	albany	GA	095		31.5785	-84.1557	4
31704	Albany	albany	GA	095		31.55	-84.0612	4
31705	Albany	albany	GA	095		31.5464	-84.0783	4
31706	Albany	albany	GA	095		31.5593	-84.1765	4
31707	Albany	albany	GA	095		31.5789	-84.2118	4
31708	Albany	albany	GA	095		31.5911	-84.1324	4
31782	Putney	putney	GA	095		31.5431	-84.2196	4
30122	Lithia Springs	lithia-springs	GA	097		33.7655	-84.6469	4
30133	Douglasville	douglasville	GA	097		33.6897	-84.7446	4
30134	Douglasville	douglasville	GA	097		33.7606	-84.7477	4
30135	Douglasville	douglasville	GA	097		33.6989	-84.7454	4
30154	Douglasville	douglasville	GA	097		33.7515	-84.7477	4
30187	Winston	winston	GA	097		33.6634	-84.8639	4
39832	Cedar Springs	cedar-springs	GA	099		31.1745	-85.037	4
39834	Climax	climax	GA	099		30.8757	-84.445	4
31648	Statenville	statenville	GA	101		30.7065	-83.019	4
31303	Clyo	clyo	GA	103		32.5126	-81.3086	4
31307	Eden	eden	GA	103		32.1736	-81.3992	4
31312	Guyton	guyton	GA	103		32.314	-81.3896	4
31318	Meldrim	meldrim	GA	103		32.1499	-81.3722	4
31326	Rincon	rincon	GA	103		32.296	-81.2354	4
31329	Springfield	springfield	GA	103		32.3697	-81.3618	4
30624	Bowman	bowman	GA	105		34.1919	-83.0284	4
30634	Dewy Rose	dewy-rose	GA	105		34.1853	-82.9434	4
30635	Elberton	elberton	GA	105		34.1082	-82.8448	4
30401	Swainsboro	swainsboro	GA	107		32.5699	-82.3462	4
30425	Garfield	garfield	GA	107		32.6549	-82.1002	4
30447	Norristown	norristown	GA	107		32.5041	-82.4848	4
30448	Nunez	nunez	GA	107		32.4759	-82.3726	4
30464	Stillmore	stillmore	GA	107		32.4421	-82.2151	4
30471	Twin City	twin-city	GA	107		32.6129	-82.1979	4
31002	Adrian	adrian	GA	107		32.5635	-82.5695	4
30414	Bellville	bellville	GA	109		32.1524	-81.9743	4
30417	Claxton	claxton	GA	109		32.165	-81.908	4
30423	Daisy	daisy	GA	109		32.1519	-81.8346	4
30429	Hagan	hagan	GA	109		32.156	-81.9337	4
09211	APO AE	apo-ae				49.8717	8.6503	
30513	Blue Ridge	blue-ridge	GA	111		34.8555	-84.3281	4
30541	Epworth	epworth	GA	111		34.9129	-84.5391	4
30555	Mc Caysville	mc-caysville	GA	111		34.9739	-84.4291	1
30559	Mineral Bluff	mineral-bluff	GA	111		34.9341	-84.2541	4
30560	Morganton	morganton	GA	111		34.8714	-84.2115	4
30205	Brooks	brooks	GA	113		33.2984	-84.4769	4
30214	Fayetteville	fayetteville	GA	113		33.4679	-84.4806	4
30215	Fayetteville	fayetteville	GA	113		33.3943	-84.4738	4
30269	Peachtree City	peachtree-city	GA	113		33.3915	-84.5635	4
30290	Tyrone	tyrone	GA	113		33.4719	-84.5914	4
31169	Peachtree City	peachtree-city	GA	113		33.3967	-84.5958	
30105	Armuchee	armuchee	GA	115		34.4411	-85.1843	4
30124	Cave Spring	cave-spring	GA	115		34.1167	-85.3379	4
30129	Coosa	coosa	GA	115		34.3333	-85.2337	4
30147	Lindale	lindale	GA	115		34.1707	-85.1825	4
30149	Mount Berry	mount-berry	GA	115		34.2804	-85.1821	4
30161	Rome	rome	GA	115		34.2507	-85.1465	4
30162	Rome	rome	GA	115		34.2905	-85.2138	4
30163	Rome	rome	GA	115		34.3333	-85.2337	4
30164	Rome	rome	GA	115		34.3333	-85.2337	4
30165	Rome	rome	GA	115		34.2837	-85.2231	4
30172	Shannon	shannon	GA	115		34.3333	-85.2337	4
30173	Silver Creek	silver-creek	GA	115		34.1593	-85.1429	4
30028	Cumming	cumming	GA	117		34.2897	-84.1796	4
30040	Cumming	cumming	GA	117		34.2321	-84.158	4
30041	Cumming	cumming	GA	117		34.2037	-84.1031	4
30520	Canon	canon	GA	119		34.3478	-83.1267	4
30521	Carnesville	carnesville	GA	119		34.3631	-83.2547	4
30553	Lavonia	lavonia	GA	119		34.4528	-83.113	4
30639	Franklin Springs	franklin-springs	GA	119		34.2743	-83.147	4
30662	Royston	royston	GA	119		34.2778	-83.1406	4
30004	Alpharetta	alpharetta	GA	121		34.1124	-84.302	4
30005	Alpharetta	alpharetta	GA	121		34.0782	-84.2281	4
30009	Alpharetta	alpharetta	GA	121		34.077	-84.3033	4
30022	Alpharetta	alpharetta	GA	121		34.0268	-84.2422	4
30023	Alpharetta	alpharetta	GA	121		34.0754	-84.2941	4
30075	Roswell	roswell	GA	121		34.0408	-84.3859	4
30076	Roswell	roswell	GA	121		34.0213	-84.3104	4
30077	Roswell	roswell	GA	121		34.0232	-84.3616	4
30213	Fairburn	fairburn	GA	121		33.5648	-84.5809	4
30268	Palmetto	palmetto	GA	121		33.5242	-84.679	4
30272	Red Oak	red-oak	GA	121		33.6259	-84.5163	4
30291	Union City	union-city	GA	121		33.5832	-84.5499	4
30301	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30302	Atlanta	atlanta	GA	121		33.749	-84.388	4
30303	Atlanta	atlanta	GA	121		33.7525	-84.3888	4
30304	Atlanta	atlanta	GA	121		33.8482	-84.4293	4
30305	Atlanta	atlanta	GA	121		33.832	-84.3851	4
30306	Atlanta	atlanta	GA	121		33.786	-84.3514	4
30307	Atlanta	atlanta	GA	121		33.7691	-84.336	4
30308	Atlanta	atlanta	GA	121		33.7718	-84.3757	4
30309	Atlanta	atlanta	GA	121		33.7984	-84.3883	4
30310	Atlanta	atlanta	GA	121		33.7278	-84.4232	4
30311	Atlanta	atlanta	GA	121		33.723	-84.4702	4
30312	Atlanta	atlanta	GA	121		33.7467	-84.3781	4
30313	Atlanta	atlanta	GA	121		33.7683	-84.3935	4
30314	Atlanta	atlanta	GA	121		33.7561	-84.4255	4
30315	Atlanta	atlanta	GA	121		33.7051	-84.3808	4
30316	Atlanta	atlanta	GA	121		33.7217	-84.3339	4
30317	Atlanta	atlanta	GA	121		33.7498	-84.3169	4
30318	Atlanta	atlanta	GA	121		33.7865	-84.4454	4
30320	Atlanta	atlanta	GA	121		33.6568	-84.4236	4
30321	Atlanta	atlanta	GA	121		33.749	-84.388	4
30324	Atlanta	atlanta	GA	121		33.8206	-84.3549	4
30325	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30326	Atlanta	atlanta	GA	121		33.8482	-84.3582	4
30327	Atlanta	atlanta	GA	121		33.8627	-84.42	4
30328	Atlanta	atlanta	GA	121		33.9335	-84.3958	4
30331	Atlanta	atlanta	GA	121		33.7224	-84.5205	4
30332	Atlanta	atlanta	GA	121		33.7763	-84.398	4
30334	Atlanta	atlanta	GA	121		33.7489	-84.3872	4
30336	Atlanta	atlanta	GA	121		33.7406	-84.5545	4
30337	Atlanta	atlanta	GA	121		33.6428	-84.4618	4
30338	Atlanta	atlanta	GA	121		33.9669	-84.3249	4
30339	Atlanta	atlanta	GA	121		33.8713	-84.4629	4
30342	Atlanta	atlanta	GA	121		33.8842	-84.3761	4
30343	Atlanta	atlanta	GA	121		33.749	-84.388	4
30344	Atlanta	atlanta	GA	121		33.6919	-84.448	4
30348	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30349	Atlanta	atlanta	GA	121		33.6053	-84.4813	4
30353	Atlanta	atlanta	GA	121		33.749	-84.388	4
30354	Atlanta	atlanta	GA	121		33.6675	-84.3896	4
30355	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30357	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30358	Atlanta	atlanta	GA	121		33.749	-84.388	4
30361	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30363	Atlanta	atlanta	GA	121		33.791	-84.3992	4
30364	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30368	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30369	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30370	Atlanta	atlanta	GA	121		33.749	-84.388	4
30371	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30374	Atlanta	atlanta	GA	121		33.749	-84.388	4
30375	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30377	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30378	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30380	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30384	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30385	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30388	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30392	Atlanta	atlanta	GA	121		33.749	-84.388	4
30394	Atlanta	atlanta	GA	121		33.749	-84.388	4
30396	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30398	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31106	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31107	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31126	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31131	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31136	Atlanta	atlanta	GA	121		33.7473	-84.3824	4
31139	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31150	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31156	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31192	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31193	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31195	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
31196	Atlanta	atlanta	GA	121		33.8444	-84.4741	4
30522	Cherry Log	cherry-log	GA	123		34.7804	-84.3908	4
30536	Ellijay	ellijay	GA	123		34.655	-84.3554	4
30539	East Ellijay	east-ellijay	GA	123		34.684	-84.4727	4
30540	Ellijay	ellijay	GA	123		34.6775	-84.4812	4
30810	Gibson	gibson	GA	125		33.2471	-82.5766	4
30820	Mitchell	mitchell	GA	125		33.2052	-82.6817	4
31520	Brunswick	brunswick	GA	127		31.1807	-81.4949	4
31521	Brunswick	brunswick	GA	127		31.15	-81.4915	4
31522	Saint Simons Island	saint-simons-island	GA	127		31.23	-81.3502	4
31523	Brunswick	brunswick	GA	127		31.2189	-81.546	4
31524	Brunswick	brunswick	GA	127		31.222	-81.4826	4
31525	Brunswick	brunswick	GA	127		31.2804	-81.5305	4
31527	Jekyll Island	jekyll-island	GA	127		31.074	-81.4128	4
31561	Sea Island	sea-island	GA	127		31.1989	-81.3322	4
30139	Fairmount	fairmount	GA	129		34.4362	-84.6999	4
30701	Calhoun	calhoun	GA	129		34.4965	-84.9345	4
30703	Calhoun	calhoun	GA	129		34.5026	-84.9511	4
30732	Oakman	oakman	GA	129		34.569	-84.7119	4
30733	Plainville	plainville	GA	129		34.4145	-85.0312	4
30734	Ranger	ranger	GA	129		34.5404	-84.727	4
30735	Resaca	resaca	GA	129		34.5833	-84.9068	4
30746	Sugar Valley	sugar-valley	GA	129		34.5519	-85.026	4
39827	Cairo	cairo	GA	131		30.9528	-84.2069	4
39829	Calvary	calvary	GA	131		30.7462	-84.3125	4
39897	Whigham	whigham	GA	131		30.8836	-84.3246	4
30642	Greensboro	greensboro	GA	133		33.5637	-83.1702	4
30665	Siloam	siloam	GA	133		33.5368	-83.081	4
30669	Union Point	union-point	GA	133		33.6345	-83.0879	4
30678	White Plains	white-plains	GA	133		33.4581	-83.0802	4
30003	Norcross	norcross	GA	135		33.9604	-84.0379	4
30010	Norcross	norcross	GA	135		33.9604	-84.0379	4
30017	Grayson	grayson	GA	135		33.8901	-83.9632	4
30019	Dacula	dacula	GA	135		33.9883	-83.8795	4
30024	Suwanee	suwanee	GA	135		34.0425	-84.0262	4
30026	North Metro	north-metro	GA	135		33.9792	-84.1263	1
30029	North Metro	north-metro	GA	135		33.9792	-84.1263	1
30039	Snellville	snellville	GA	135		33.8178	-84.0229	4
30042	Lawrenceville	lawrenceville	GA	135		33.9295	-84.1032	4
30043	Lawrenceville	lawrenceville	GA	135		34.0031	-84.0126	4
30044	Lawrenceville	lawrenceville	GA	135		33.9418	-84.0706	4
30045	Lawrenceville	lawrenceville	GA	135		33.9367	-83.9573	4
30046	Lawrenceville	lawrenceville	GA	135		33.9496	-83.9942	4
30047	Lilburn	lilburn	GA	135		33.8656	-84.0725	4
30048	Lilburn	lilburn	GA	135		33.9604	-84.0379	4
30049	Lawrenceville	lawrenceville	GA	135		33.9495	-83.9922	4
30052	Loganville	loganville	GA	135		33.8769	-83.8968	4
30071	Norcross	norcross	GA	135		33.9381	-84.1972	4
30078	Snellville	snellville	GA	135		33.8635	-84.0081	4
30091	Norcross	norcross	GA	135		33.9604	-84.0379	4
30092	Peachtree Corners	peachtree-corners	GA	135		33.9701	-84.2216	4
30093	Norcross	norcross	GA	135		33.906	-84.184	4
30095	Duluth	duluth	GA	135		34.0256	-84.1304	4
30096	Duluth	duluth	GA	135		33.9845	-84.1529	4
30097	Duluth	duluth	GA	135		34.026	-84.147	4
30098	Duluth	duluth	GA	135		33.9604	-84.0379	4
30099	Duluth	duluth	GA	135		33.9595	-84.105	4
30515	Buford	buford	GA	135		33.9604	-84.0379	4
30518	Buford	buford	GA	135		34.1124	-83.9965	4
30519	Buford	buford	GA	135		34.0797	-83.9308	4
30510	Alto	alto	GA	137		34.4591	-83.602	4
30523	Clarkesville	clarkesville	GA	137		34.645	-83.5243	4
30531	Cornelia	cornelia	GA	137		34.5209	-83.5453	4
30535	Demorest	demorest	GA	137		34.5756	-83.5696	4
30563	Mount Airy	mount-airy	GA	137		34.5678	-83.4713	4
30580	Turnerville	turnerville	GA	137		34.6766	-83.4358	4
30501	Gainesville	gainesville	GA	139		34.3073	-83.8256	4
30502	Chestnut Mountain	chestnut-mountain	GA	139		34.213	-83.7949	4
30503	Gainesville	gainesville	GA	139		34.3454	-83.9505	4
30504	Gainesville	gainesville	GA	139		34.2723	-83.8793	4
30506	Gainesville	gainesville	GA	139		34.3562	-83.8882	4
30507	Gainesville	gainesville	GA	139		34.2591	-83.7716	4
30527	Clermont	clermont	GA	139		34.4761	-83.7853	4
30542	Flowery Branch	flowery-branch	GA	139		34.1819	-83.9024	4
30543	Gillsville	gillsville	GA	139		34.3001	-83.6757	4
30554	Lula	lula	GA	139		34.3876	-83.6663	4
30564	Murrayville	murrayville	GA	139		34.4342	-83.8949	4
30566	Oakwood	oakwood	GA	139		34.2372	-83.894	4
31087	Sparta	sparta	GA	141		33.2571	-83.0892	4
30110	Bremen	bremen	GA	143		33.7309	-85.1286	4
30113	Buchanan	buchanan	GA	143		33.8283	-85.1506	4
30140	Felton	felton	GA	143		33.8823	-85.2349	4
30176	Tallapoosa	tallapoosa	GA	143		33.7602	-85.3	4
30182	Waco	waco	GA	143		33.684	-85.2197	4
31804	Cataula	cataula	GA	145		32.6242	-84.9207	4
31807	Ellerslie	ellerslie	GA	145		32.6312	-84.7895	4
31811	Hamilton	hamilton	GA	145		32.7418	-84.8848	4
31822	Pine Mountain	pine-mountain	GA	145		32.8735	-84.896	4
31823	Pine Mountain Valley	pine-mountain-valley	GA	145		32.8226	-84.8204	4
31826	Shiloh	shiloh	GA	145		32.8101	-84.696	4
31831	Waverly Hall	waverly-hall	GA	145		32.6793	-84.7425	4
30516	Bowersville	bowersville	GA	147		34.3996	-83.0484	4
30643	Hartwell	hartwell	GA	147		34.3571	-82.9296	4
30217	Franklin	franklin	GA	149		33.278	-85.134	4
30228	Hampton	hampton	GA	151		33.4124	-84.2947	4
30248	Locust Grove	locust-grove	GA	151		33.3449	-84.0982	4
30252	Mcdonough	mcdonough	GA	151		33.4768	-84.055	4
30253	Mcdonough	mcdonough	GA	151		33.451	-84.1544	4
30281	Stockbridge	stockbridge	GA	151		33.5633	-84.2165	4
31005	Bonaire	bonaire	GA	153		32.546	-83.6047	4
31013	Clinchfield	clinchfield	GA	153		32.3386	-83.6926	4
31025	Elko	elko	GA	153		32.3336	-83.7304	4
31028	Centerville	centerville	GA	153		32.6344	-83.6768	4
31047	Kathleen	kathleen	GA	153		32.4672	-83.6128	4
31069	Perry	perry	GA	153		32.4605	-83.7283	4
31088	Warner Robins	warner-robins	GA	153		32.5934	-83.6416	4
31093	Warner Robins	warner-robins	GA	153		32.6368	-83.6395	4
31095	Warner Robins	warner-robins	GA	153		32.4874	-83.6697	4
31098	Warner Robins	warner-robins	GA	153		32.6181	-83.5739	4
31099	Warner Robins	warner-robins	GA	153		32.6462	-83.6513	4
31760	Irwinville	irwinville	GA	155		31.7063	-83.4086	4
31769	Mystic	mystic	GA	155		31.6209	-83.2498	4
31774	Ocilla	ocilla	GA	155		31.5929	-83.2565	4
31798	Wray	wray	GA	155		31.5952	-83.1075	4
30517	Braselton	braselton	GA	157		34.1389	-83.7812	4
30529	Commerce	commerce	GA	157		34.2134	-83.448	4
30530	Commerce	commerce	GA	157		34.1683	-83.4022	4
30548	Hoschton	hoschton	GA	157		34.0866	-83.7803	4
30549	Jefferson	jefferson	GA	157		34.1062	-83.5708	4
30565	Nicholson	nicholson	GA	157		34.097	-83.421	4
30567	Pendergrass	pendergrass	GA	157		34.1796	-83.6634	4
30575	Talmo	talmo	GA	157		34.1951	-83.7187	4
30599	Commerce	commerce	GA	157		34.204	-83.4571	4
30055	Mansfield	mansfield	GA	159		33.4314	-83.7908	4
31038	Hillsboro	hillsboro	GA	159		33.1421	-83.6404	4
31064	Monticello	monticello	GA	159		33.3118	-83.714	4
31085	Shady Dale	shady-dale	GA	159		33.435	-83.6269	4
31532	Denton	denton	GA	161		31.7226	-82.7526	4
31539	Hazlehurst	hazlehurst	GA	161		31.8606	-82.5909	4
30413	Bartow	bartow	GA	163		32.8632	-82.4708	4
30434	Louisville	louisville	GA	163		33.0163	-82.3836	4
30477	Wadley	wadley	GA	163		32.8747	-82.4025	4
30803	Avera	avera	GA	163		33.141	-82.515	4
30818	Matthews	matthews	GA	163		33.2652	-82.3294	4
30823	Stapleton	stapleton	GA	163		33.1894	-82.4597	4
30833	Wrens	wrens	GA	163		33.2104	-82.381	4
30442	Millen	millen	GA	165		32.7877	-81.9618	4
30822	Perkins	perkins	GA	165		32.9129	-81.8538	4
31049	Kite	kite	GA	167		32.7078	-82.5274	4
31096	Wrightsville	wrightsville	GA	167		32.7219	-82.7262	4
31032	Gray	gray	GA	169		33.0172	-83.54	4
31033	Haddock	haddock	GA	169		33.0519	-83.4312	4
30204	Barnesville	barnesville	GA	171		33.0457	-84.1515	4
30257	Milner	milner	GA	171		33.141	-84.1759	4
31635	Lakeland	lakeland	GA	173		31.0381	-83.0889	4
31649	Stockton	stockton	GA	173		31.0229	-83.0139	4
30454	Rockledge	rockledge	GA	175		32.3915	-82.7479	4
31009	Cadwell	cadwell	GA	175		32.3174	-83.0268	4
31019	Dexter	dexter	GA	175		32.4356	-83.0528	4
31021	Dublin	dublin	GA	175		32.4593	-82.9381	4
31022	Dudley	dudley	GA	175		32.5259	-83.0899	4
31027	East Dublin	east-dublin	GA	175		32.5482	-82.8718	4
31040	Dublin	dublin	GA	175		32.5401	-82.915	4
31065	Montrose	montrose	GA	175		32.5619	-83.1601	4
31075	Rentz	rentz	GA	175		32.3799	-82.967	4
31763	Leesburg	leesburg	GA	177		31.6812	-84.1593	4
31787	Smithville	smithville	GA	177		31.8847	-84.2271	4
31301	Allenhurst	allenhurst	GA	179		31.7741	-81.6186	4
31309	Fleming	fleming	GA	179		31.8645	-81.4232	4
31310	Hinesville	hinesville	GA	179		31.8068	-81.4371	4
31313	Hinesville	hinesville	GA	179		31.8513	-81.6072	4
31314	Fort Stewart	fort-stewart	GA	179		31.8701	-81.6318	4
31315	Fort Stewart	fort-stewart	GA	179		31.8938	-81.5902	4
31320	Midway	midway	GA	179		31.8018	-81.3909	4
31323	Riceboro	riceboro	GA	179		31.7357	-81.4671	4
31333	Walthourville	walthourville	GA	179		31.7705	-81.6208	4
30817	Lincolnton	lincolnton	GA	181		33.7773	-82.4435	4
31316	Ludowici	ludowici	GA	183		31.7705	-81.7453	4
31601	Valdosta	valdosta	GA	185		30.7539	-83.3321	4
31602	Valdosta	valdosta	GA	185		30.8931	-83.3278	4
31603	Valdosta	valdosta	GA	185		30.828	-83.2522	4
31604	Valdosta	valdosta	GA	185		30.828	-83.2522	4
31605	Valdosta	valdosta	GA	185		30.946	-83.2474	4
31606	Valdosta	valdosta	GA	185		30.7989	-83.1891	4
31632	Hahira	hahira	GA	185		30.9913	-83.3727	4
31636	Lake Park	lake-park	GA	185		30.6906	-83.1753	4
31641	Naylor	naylor	GA	185		30.8985	-83.1224	4
31698	Valdosta	valdosta	GA	185		30.8485	-83.2878	4
31699	Moody Afb	moody-afb	GA	185		30.9785	-83.2165	4
30533	Dahlonega	dahlonega	GA	187		34.5299	-83.9798	4
30597	Dahlonega	dahlonega	GA	187		34.5277	-83.9809	4
30806	Boneville	boneville	GA	189		33.528	-82.5104	4
30808	Dearing	dearing	GA	189		33.407	-82.3955	4
30824	Thomson	thomson	GA	189		33.4774	-82.4942	4
31304	Crescent	crescent	GA	191		31.5094	-81.3695	4
31305	Darien	darien	GA	191		31.3826	-81.4312	4
31319	Meridian	meridian	GA	191		31.459	-81.3689	4
31327	Sapelo Island	sapelo-island	GA	191		31.3974	-81.2787	4
31331	Townsend	townsend	GA	191		31.5673	-81.4182	4
31041	Ideal	ideal	GA	193		32.3696	-84.188	4
31057	Marshallville	marshallville	GA	193		32.452	-83.9435	4
31068	Oglethorpe	oglethorpe	GA	193		32.2842	-84.083	4
30627	Carlton	carlton	GA	195		33.9852	-83.0038	4
30628	Colbert	colbert	GA	195		34.0382	-83.2191	4
30629	Comer	comer	GA	195		34.0888	-83.122	4
30633	Danielsville	danielsville	GA	195		34.1708	-83.2758	4
30646	Hull	hull	GA	195		34.0478	-83.311	4
30647	Ila	ila	GA	195		34.1726	-83.2921	4
31803	Buena Vista	buena-vista	GA	197		32.2542	-84.4898	4
30218	Gay	gay	GA	199		33.1274	-84.5836	4
30222	Greenville	greenville	GA	199		33.0468	-84.7402	4
30251	Luthersville	luthersville	GA	199		33.2101	-84.7444	4
30293	Woodbury	woodbury	GA	199		32.9813	-84.5986	4
31816	Manchester	manchester	GA	199		32.8721	-84.6312	4
31830	Warm Springs	warm-springs	GA	199		32.9063	-84.7167	4
39817	Bainbridge	bainbridge	GA	201		30.9381	-84.5934	4
31716	Baconton	baconton	GA	205		31.3878	-84.1135	4
31730	Camilla	camilla	GA	205		31.2199	-84.2297	4
31739	Cotton	cotton	GA	205		31.1616	-84.0668	4
31779	Pelham	pelham	GA	205		31.1272	-84.1564	4
31784	Sale City	sale-city	GA	205		31.26	-84.0422	4
31004	Bolingbroke	bolingbroke	GA	207		32.947	-83.8006	4
31016	Culloden	culloden	GA	207		32.9003	-84.0626	4
31029	Forsyth	forsyth	GA	207		33.0508	-83.9362	4
31046	Juliette	juliette	GA	207		33.1194	-83.8235	4
31086	Smarr	smarr	GA	207		32.9895	-83.8761	4
30410	Ailey	ailey	GA	209		32.2143	-82.4762	4
30412	Alston	alston	GA	209		32.0775	-82.4825	4
30445	Mount Vernon	mount-vernon	GA	209		32.184	-82.5867	4
30470	Tarrytown	tarrytown	GA	209		32.3188	-82.5593	4
30473	Uvalda	uvalda	GA	209		32.0483	-82.5089	4
30623	Bostwick	bostwick	GA	211		33.7373	-83.5143	4
30625	Buckhead	buckhead	GA	211		33.5368	-83.3435	4
30645	High Shoals	high-shoals	GA	211		33.8013	-83.5164	4
30650	Madison	madison	GA	211		33.5947	-83.4618	4
30663	Rutledge	rutledge	GA	211		33.6163	-83.6023	4
30705	Chatsworth	chatsworth	GA	213		34.7589	-84.7943	4
30708	Cisco	cisco	GA	213		34.9618	-84.6646	4
30711	Crandall	crandall	GA	213		34.9412	-84.7645	4
30724	Eton	eton	GA	213		34.8251	-84.7633	4
30751	Tennga	tennga	GA	213		34.9814	-84.7352	4
31808	Fortson	fortson	GA	215		32.6288	-85.0017	4
31820	Midland	midland	GA	215		32.5616	-84.8559	4
31829	Upatoi	upatoi	GA	215		32.5601	-84.7448	4
31901	Columbus	columbus	GA	215		32.473	-84.9795	4
31902	Columbus	columbus	GA	215		32.5243	-84.9558	4
31903	Columbus	columbus	GA	215		32.4245	-84.9481	4
31904	Columbus	columbus	GA	215		32.5161	-84.9785	4
31905	Fort Benning	fort-benning	GA	215		32.3923	-84.9315	4
31906	Columbus	columbus	GA	215		32.4638	-84.9484	4
31907	Columbus	columbus	GA	215		32.4779	-84.898	4
31908	Columbus	columbus	GA	215		32.5349	-84.9065	4
31909	Columbus	columbus	GA	215		32.5369	-84.9274	4
31914	Columbus	columbus	GA	215		32.491	-84.8741	4
31917	Columbus	columbus	GA	215		32.491	-84.8741	4
31993	Columbus	columbus	GA	215		32.4821	-84.9771	4
31995	Fort Benning	fort-benning	GA	215		32.4958	-84.964	4
31997	Columbus	columbus	GA	215		32.491	-84.8741	4
31998	Columbus	columbus	GA	215		32.491	-84.8741	4
31999	Columbus	columbus	GA	215		32.461	-84.9877	4
30014	Covington	covington	GA	217		33.5293	-83.8496	4
30015	Covington	covington	GA	217		33.5968	-83.8602	4
30016	Covington	covington	GA	217		33.5146	-83.8626	4
30054	Oxford	oxford	GA	217		33.6706	-83.874	4
30056	Newborn	newborn	GA	217		33.5149	-83.7072	4
30070	Porterdale	porterdale	GA	217		33.5712	-83.8951	4
30621	Bishop	bishop	GA	219		33.8081	-83.4777	4
30622	Bogart	bogart	GA	219		33.934	-83.5055	4
30638	Farmington	farmington	GA	219		33.7558	-83.4201	4
30677	Watkinsville	watkinsville	GA	219		33.8542	-83.408	4
30619	Arnoldsville	arnoldsville	GA	221		33.8803	-83.2341	4
30630	Crawford	crawford	GA	221		33.9076	-83.1646	4
30648	Lexington	lexington	GA	221		33.8799	-83.0858	4
30667	Stephens	stephens	GA	221		33.7715	-83.1159	4
30671	Maxeys	maxeys	GA	221		33.7405	-83.1706	4
30132	Dallas	dallas	GA	223		33.9163	-84.8278	4
30141	Hiram	hiram	GA	223		33.8673	-84.7699	4
30157	Dallas	dallas	GA	223		33.9045	-84.8621	4
31008	Byron	byron	GA	225		32.6181	-83.789	4
31030	Fort Valley	fort-valley	GA	225		32.5496	-83.8887	4
30143	Jasper	jasper	GA	227		34.462	-84.4759	4
30148	Marble Hill	marble-hill	GA	227		34.4398	-84.303	1
30175	Talking Rock	talking-rock	GA	227		34.5394	-84.4912	4
30177	Tate	tate	GA	227		34.4027	-84.3785	4
31516	Blackshear	blackshear	GA	229		31.2931	-82.2617	4
31518	Bristol	bristol	GA	229		31.4833	-82.215	4
31551	Mershon	mershon	GA	229		31.4783	-82.217	4
31556	Offerman	offerman	GA	229		31.4126	-82.1155	4
31557	Patterson	patterson	GA	229		31.3903	-82.1274	4
30206	Concord	concord	GA	231		33.0998	-84.447	4
30256	Meansville	meansville	GA	231		33.0134	-84.3169	4
30258	Molena	molena	GA	231		32.9978	-84.4558	4
30292	Williamson	williamson	GA	231		33.1598	-84.3795	4
30295	Zebulon	zebulon	GA	231		33.1002	-84.3108	4
30104	Aragon	aragon	GA	233		34.0666	-85.0696	4
30125	Cedartown	cedartown	GA	233		34.0112	-85.2459	4
30138	Esom Hill	esom-hill	GA	233		33.949	-85.3877	4
30153	Rockmart	rockmart	GA	233		33.9979	-85.0594	4
31036	Hawkinsville	hawkinsville	GA	235		32.2778	-83.4948	4
31024	Eatonton	eatonton	GA	237		33.3127	-83.3628	4
31026	Eatonton	eatonton	GA	237		33.3304	-83.377	4
30525	Clayton	clayton	GA	241		34.8826	-83.4065	4
30537	Dillard	dillard	GA	241		34.9777	-83.3199	4
30552	Lakemont	lakemont	GA	241		34.7617	-83.4038	4
30562	Mountain City	mountain-city	GA	241		34.9181	-83.3854	4
30568	Rabun Gap	rabun-gap	GA	241		34.9576	-83.3901	1
30573	Tallulah Falls	tallulah-falls	GA	241		34.742	-83.3977	4
30576	Tiger	tiger	GA	241		34.8174	-83.4333	4
30581	Wiley	wiley	GA	241		34.8045	-83.4191	4
30805	Blythe	blythe	GA	245		33.2941	-82.203	4
30812	Gracewood	gracewood	GA	245		33.3726	-82.0321	4
30815	Hephzibah	hephzibah	GA	245		33.3433	-82.0887	4
30901	Augusta	augusta	GA	245		33.4601	-81.973	4
30903	Augusta	augusta	GA	245		33.386	-82.091	4
30904	Augusta	augusta	GA	245		33.4737	-82.0131	4
30905	Augusta	augusta	GA	245		33.413	-82.1337	4
30906	Augusta	augusta	GA	245		33.3589	-82.0099	4
30907	Augusta	augusta	GA	245		33.5229	-82.0852	4
30909	Augusta	augusta	GA	245		33.4717	-82.0834	4
30912	Augusta	augusta	GA	245		33.4705	-81.9881	4
30914	Augusta	augusta	GA	245		33.386	-82.091	4
30916	Augusta	augusta	GA	245		33.386	-82.091	4
30919	Augusta	augusta	GA	245		33.386	-82.091	4
30999	Augusta	augusta	GA	245		33.386	-82.091	4
30012	Conyers	conyers	GA	247		33.7192	-84.0021	4
30013	Conyers	conyers	GA	247		33.6436	-83.9684	4
30094	Conyers	conyers	GA	247		33.6111	-84.0683	4
31806	Ellaville	ellaville	GA	249		32.239	-84.3039	4
30424	Dover	dover	GA	251		32.5771	-81.7151	4
30446	Newington	newington	GA	251		32.581	-81.4826	4
30449	Oliver	oliver	GA	251		32.5281	-81.5332	4
30455	Rocky Ford	rocky-ford	GA	251		32.723	-81.7933	4
30467	Sylvania	sylvania	GA	251		32.7439	-81.6287	4
39825	Brinson	brinson	GA	253		30.9788	-84.7373	4
39859	Iron City	iron-city	GA	253		31.013	-84.8138	4
39861	Jakin	jakin	GA	253		31.1824	-85.0121	4
30212	Experiment	experiment	GA	255		33.2782	-84.2888	4
30223	Griffin	griffin	GA	255		33.2549	-84.2728	4
30224	Griffin	griffin	GA	255		33.2404	-84.2734	4
30266	Orchard Hill	orchard-hill	GA	255		33.2657	-84.299	4
30284	Sunny Side	sunny-side	GA	255		33.3453	-84.2898	4
30538	Eastanollee	eastanollee	GA	257		34.5037	-83.2587	4
30557	Martin	martin	GA	257		34.487	-83.1849	4
30577	Toccoa	toccoa	GA	257		34.5665	-83.3114	4
30598	Toccoa Falls	toccoa-falls	GA	257		34.5942	-83.3557	4
31814	Louvale	louvale	GA	259		32.1752	-84.8252	4
31815	Lumpkin	lumpkin	GA	259		32.0435	-84.8022	4
31821	Omaha	omaha	GA	259		32.1176	-84.9711	4
31825	Richland	richland	GA	259		32.0846	-84.6667	4
31709	Americus	americus	GA	261		32.0404	-84.2153	4
31711	Andersonville	andersonville	GA	261		32.1559	-84.164	4
31719	Americus	americus	GA	261		32.0833	-84.2975	4
31735	Cobb	cobb	GA	261		31.9617	-83.9581	4
31743	De Soto	de-soto	GA	261		31.9502	-84.0271	1
31764	Leslie	leslie	GA	261		31.954	-84.0783	4
31780	Plains	plains	GA	261		32.0339	-84.3586	4
31801	Box Springs	box-springs	GA	263		32.5195	-84.5927	4
31810	Geneva	geneva	GA	263		32.5799	-84.5508	4
31812	Junction City	junction-city	GA	263		32.608	-84.4574	4
31827	Talbotton	talbotton	GA	263		32.6797	-84.5462	4
31836	Woodland	woodland	GA	263		32.79	-84.5654	4
30631	Crawfordville	crawfordville	GA	265		33.5708	-82.8872	4
30664	Sharon	sharon	GA	265		33.56	-82.7948	4
30420	Cobbtown	cobbtown	GA	267		32.2642	-82.1333	4
30421	Collins	collins	GA	267		32.1852	-82.1095	4
30427	Glennville	glennville	GA	267		31.9467	-81.9483	4
30438	Manassas	manassas	GA	267		32.1605	-82.0196	4
30453	Reidsville	reidsville	GA	267		32.0548	-82.1478	4
30499	Reidsville	reidsville	GA	267		32.0869	-82.1179	4
31006	Butler	butler	GA	269		32.5726	-84.2343	4
31039	Howard	howard	GA	269		32.596	-84.3844	4
31058	Mauk	mauk	GA	269		32.509	-84.3999	4
31076	Reynolds	reynolds	GA	269		32.5541	-84.1011	4
31081	Rupert	rupert	GA	269		32.4325	-84.2738	4
31037	Mc Rae Helena	mc-rae-helena	GA	271		32.0738	-82.9146	1
31055	Mc Rae Helena	mc-rae-helena	GA	271		32.068	-82.9007	1
31060	Milan	milan	GA	271		31.9618	-83.0588	4
31083	Scotland	scotland	GA	271		32.0488	-82.8171	4
31544	Jacksonville	jacksonville	GA	271		31.8481	-82.975	4
31549	Lumber City	lumber-city	GA	271		31.9251	-82.7073	4
39826	Bronwood	bronwood	GA	273		31.8308	-84.364	4
39828	Cairo	cairo	GA	273		30.8768	-84.2091	4
39885	Sasser	sasser	GA	273		31.7191	-84.3479	4
31626	Boston	boston	GA	275		30.7855	-83.7971	4
31738	Coolidge	coolidge	GA	275		30.9859	-83.8752	4
31757	Thomasville	thomasville	GA	275		30.8536	-83.8883	4
31758	Thomasville	thomasville	GA	275		30.8366	-83.9788	4
31765	Meigs	meigs	GA	275		31.0625	-84.0824	4
31773	Ochlocknee	ochlocknee	GA	275		30.9742	-84.055	4
31778	Pavo	pavo	GA	275		30.9401	-83.7409	4
31792	Thomasville	thomasville	GA	275		30.8385	-83.9696	4
31799	Thomasville	thomasville	GA	275		30.8366	-83.9788	4
31727	Brookfield	brookfield	GA	277		31.4417	-83.5037	4
31733	Chula	chula	GA	277		31.5439	-83.5509	4
31775	Omega	omega	GA	277		31.33	-83.5974	4
31793	Tifton	tifton	GA	277		31.4619	-83.5873	4
31794	Tifton	tifton	GA	277		31.4639	-83.4999	4
31795	Ty Ty	ty-ty	GA	277		31.4718	-83.6468	4
30436	Lyons	lyons	GA	279		32.1711	-82.3078	4
30474	Vidalia	vidalia	GA	279		32.1934	-82.4067	4
30475	Vidalia	vidalia	GA	279		32.1775	-82.3739	4
30546	Hiawassee	hiawassee	GA	281		34.9063	-83.7274	4
30582	Young Harris	young-harris	GA	281		34.9588	-83.8688	4
30457	Soperton	soperton	GA	283		32.3869	-82.5871	4
30230	Hogansville	hogansville	GA	285		33.1644	-84.9309	4
30240	Lagrange	lagrange	GA	285		33.0243	-85.0739	4
30241	Lagrange	lagrange	GA	285		33.0249	-84.9577	4
30261	Lagrange	lagrange	GA	285		33.0457	-85.049	4
31833	West Point	west-point	GA	285		32.8337	-85.1197	4
31714	Ashburn	ashburn	GA	287		31.7059	-83.6608	4
31783	Rebecca	rebecca	GA	287		31.7979	-83.5235	4
31790	Sycamore	sycamore	GA	287		31.6553	-83.6064	4
31017	Danville	danville	GA	289		32.6057	-83.2454	4
31020	Dry Branch	dry-branch	GA	289		32.7151	-83.4558	4
31044	Jeffersonville	jeffersonville	GA	289		32.7411	-83.3859	4
30512	Blairsville	blairsville	GA	291		34.8763	-83.992	4
30514	Blairsville	blairsville	GA	291		34.8762	-83.9582	4
30572	Suches	suches	GA	291		34.7253	-84.0496	4
30285	The Rock	the-rock	GA	293		32.9717	-84.2424	4
30286	Thomaston	thomaston	GA	293		32.9015	-84.3324	4
31097	Yatesville	yatesville	GA	293		32.9156	-84.1593	4
30707	Chickamauga	chickamauga	GA	295		34.858	-85.3221	4
30725	Flintstone	flintstone	GA	295		34.9252	-85.3524	4
30728	La Fayette	la-fayette	GA	295		34.692	-85.2602	4
30739	Rock Spring	rock-spring	GA	295		34.8065	-85.2415	4
30741	Rossville	rossville	GA	295		34.9535	-85.2968	4
30750	Lookout Mountain	lookout-mountain	GA	295		34.9335	-85.3794	4
30018	Jersey	jersey	GA	297		33.718	-83.8015	4
30025	Social Circle	social-circle	GA	297		33.6791	-83.6835	4
30641	Good Hope	good-hope	GA	297		33.7613	-83.595	4
30655	Monroe	monroe	GA	297		33.7883	-83.7013	4
30656	Monroe	monroe	GA	297		33.8386	-83.7104	4
31501	Waycross	waycross	GA	299		31.2243	-82.3596	4
31502	Waycross	waycross	GA	299		31.2137	-82.3557	4
31503	Waycross	waycross	GA	299		31.2137	-82.3557	4
31550	Manor	manor	GA	299		31.1088	-82.5742	4
31552	Millwood	millwood	GA	299		31.2506	-82.6441	4
31564	Waresboro	waresboro	GA	299		31.248	-82.4737	4
30807	Camak	camak	GA	301		33.4535	-82.646	4
30819	Mesena	mesena	GA	301		33.4599	-82.5901	4
30821	Norwood	norwood	GA	301		33.4789	-82.7356	4
30828	Warrenton	warrenton	GA	301		33.4091	-82.6357	4
31045	Jewell	jewell	GA	301		33.2963	-82.7774	4
31018	Davisboro	davisboro	GA	303		32.9443	-82.6227	4
31035	Harrison	harrison	GA	303		32.842	-82.7159	4
31067	Oconee	oconee	GA	303		32.8554	-82.9499	4
31082	Sandersville	sandersville	GA	303		32.975	-82.8406	4
31089	Tennille	tennille	GA	303		32.9063	-82.84	4
31094	Warthen	warthen	GA	303		33.1255	-82.8039	4
31545	Jesup	jesup	GA	305		31.6043	-81.8871	4
31546	Jesup	jesup	GA	305		31.5319	-81.8049	4
31555	Odum	odum	GA	305		31.6999	-81.9943	4
31560	Screven	screven	GA	305		31.5168	-82.0397	4
31598	Jesup	jesup	GA	305		31.5782	-81.8802	4
31599	Jesup	jesup	GA	305		31.5782	-81.8802	4
31824	Preston	preston	GA	307		32.074	-84.5489	4
31832	Weston	weston	GA	307		31.9637	-84.5756	4
39877	Parrott	parrott	GA	307		31.8939	-84.5112	4
30411	Alamo	alamo	GA	309		32.133	-82.7944	4
30428	Glenwood	glenwood	GA	309		32.1572	-82.6759	4
30528	Cleveland	cleveland	GA	311		34.5839	-83.75	4
30545	Helen	helen	GA	311		34.6866	-83.7399	4
30571	Sautee Nacoochee	sautee-nacoochee	GA	311		34.7162	-83.6931	1
30270	Peachtree City	peachtree-city	GA	313		33.3968	-84.59	4
30710	Cohutta	cohutta	GA	313		34.9326	-84.9458	4
30719	Dalton	dalton	GA	313		34.7698	-84.9702	4
30720	Dalton	dalton	GA	313		34.7635	-84.9875	4
30721	Dalton	dalton	GA	313		34.7792	-84.9339	4
30722	Dalton	dalton	GA	313		34.7595	-84.9513	4
30740	Rocky Face	rocky-face	GA	313		34.7745	-85.0561	4
30755	Tunnel Hill	tunnel-hill	GA	313		34.8541	-85.0468	4
30756	Varnell	varnell	GA	313		34.9012	-84.9738	4
31001	Abbeville	abbeville	GA	315		31.9648	-83.3068	4
31071	Pineview	pineview	GA	315		32.0907	-83.5158	4
31072	Pitts	pitts	GA	315		31.9425	-83.5579	4
31079	Rochelle	rochelle	GA	315		31.9491	-83.445	4
31084	Seville	seville	GA	315		31.9605	-83.601	4
30660	Rayle	rayle	GA	317		33.7856	-82.9504	4
30668	Tignall	tignall	GA	317		33.8778	-82.747	4
30673	Washington	washington	GA	317		33.7265	-82.7429	4
31003	Allentown	allentown	GA	319		32.6064	-83.2095	4
31031	Gordon	gordon	GA	319		32.8813	-83.3029	4
31042	Irwinton	irwinton	GA	319		32.8088	-83.174	4
31054	Mc Intyre	mc-intyre	GA	319		32.8468	-83.204	1
31090	Toomsboro	toomsboro	GA	319		32.8219	-83.0844	4
31772	Oakfield	oakfield	GA	321		31.7798	-83.9706	4
31781	Poulan	poulan	GA	321		31.5384	-83.7843	4
31789	Sumner	sumner	GA	321		31.513	-83.7385	4
31791	Sylvester	sylvester	GA	321		31.5393	-83.8607	4
31796	Warwick	warwick	GA	321		31.831	-83.9188	4
96704	Captain Cook	captain-cook	HI	001		19.4386	-155.8875	1
96710	Hakalau	hakalau	HI	001		19.8882	-155.1333	1
96718	Hawaii National Park	hawaii-national-park	HI	001		19.5935	-155.438	1
96719	Hawi	hawi	HI	001		20.238	-155.838	4
96720	Hilo	hilo	HI	001		19.7025	-155.0939	4
96721	Hilo	hilo	HI	001		19.7299	-155.0907	4
96725	Holualoa	holualoa	HI	001		19.6103	-155.9176	4
96726	Honaunau	honaunau	HI	001		19.4273	-155.9133	4
96727	Honokaa	honokaa	HI	001		20.0827	-155.488	4
96728	Honomu	honomu	HI	001		19.8728	-155.1177	4
96737	Ocean View	ocean-view	HI	001		19.1002	-155.7258	1
96738	Waikoloa	waikoloa	HI	001		19.9724	-155.818	4
96739	Keauhou	keauhou	HI	001		19.5606	-155.9623	4
96740	Kailua Kona	kailua-kona	HI	001		19.6531	-155.9798	4
96743	Kamuela	kamuela	HI	001		20.0081	-155.7052	1
96745	Kailua Kona	kailua-kona	HI	001		19.5935	-155.438	1
96749	Keaau	keaau	HI	001		19.5893	-154.9926	4
96750	Kealakekua	kealakekua	HI	001		19.5261	-155.93	4
96755	Kapaau	kapaau	HI	001		20.2183	-155.799	1
96760	Kurtistown	kurtistown	HI	001		19.5693	-155.0349	1
96764	Laupahoehoe	laupahoehoe	HI	001		19.9802	-155.2323	1
96771	Mountain View	mountain-view	HI	001		19.5506	-155.0864	4
96772	Naalehu	naalehu	HI	001		19.0668	-155.6575	4
96773	Ninole	ninole	HI	001		19.935	-155.1668	4
96774	Ookala	ookala	HI	001		20.0119	-155.2747	4
96776	Paauilo	paauilo	HI	001		20.0271	-155.3697	4
96777	Pahala	pahala	HI	001		19.2079	-155.4815	4
96778	Pahoa	pahoa	HI	001		19.5089	-154.9231	4
96780	Papaaloa	papaaloa	HI	001		19.9751	-155.2203	4
96781	Papaikou	papaikou	HI	001		19.7916	-155.0984	4
96783	Pepeekeo	pepeekeo	HI	001		19.8353	-155.113	1
96785	Volcano	volcano	HI	001		19.4801	-155.1974	1
96701	Aiea	aiea	HI	003		21.3908	-157.9332	4
96706	Ewa Beach	ewa-beach	HI	003		21.3274	-158.0103	4
96707	Kapolei	kapolei	HI	003		21.3453	-158.087	4
96709	Kapolei	kapolei	HI	003		21.3233	-158.0058	1
96712	Haleiwa	haleiwa	HI	003		21.6312	-158.0693	1
96717	Hauula	hauula	HI	003		21.6139	-157.9157	1
96730	Kaaawa	kaaawa	HI	003		21.5481	-157.8495	4
96731	Kahuku	kahuku	HI	003		21.675	-157.9725	4
96734	Kailua	kailua	HI	003		21.4063	-157.7448	4
96744	Kaneohe	kaneohe	HI	003		21.4228	-157.8115	4
96759	Kunia	kunia	HI	003		21.463	-158.0639	1
96762	Laie	laie	HI	003		21.6253	-157.941	4
96782	Pearl City	pearl-city	HI	003		21.4084	-157.9652	1
96786	Wahiawa	wahiawa	HI	003		21.5006	-158.0435	1
96789	Mililani	mililani	HI	003		21.4531	-158.0174	1
96791	Waialua	waialua	HI	003		21.5766	-158.1267	4
96792	Waianae	waianae	HI	003		21.4352	-158.1781	4
96795	Waimanalo	waimanalo	HI	003		21.3418	-157.7131	4
96797	Waipahu	waipahu	HI	003		21.3982	-158.0124	4
96801	Honolulu	honolulu	HI	003		21.3278	-157.8294	4
96802	Honolulu	honolulu	HI	003		21.306	-157.8587	4
96803	Honolulu	honolulu	HI	003		21.306	-157.8585	4
96804	Honolulu	honolulu	HI	003		21.306	-157.8585	4
96805	Honolulu	honolulu	HI	003		21.3062	-157.8585	4
96806	Honolulu	honolulu	HI	003		21.3062	-157.8585	4
96807	Honolulu	honolulu	HI	003		21.3062	-157.8585	4
96808	Honolulu	honolulu	HI	003		21.3062	-157.8585	4
96809	Honolulu	honolulu	HI	003		21.3062	-157.8585	4
96810	Honolulu	honolulu	HI	003		21.3062	-157.8585	4
96811	Honolulu	honolulu	HI	003		21.3278	-157.8294	4
96812	Honolulu	honolulu	HI	003		21.3061	-157.8585	4
96813	Honolulu	honolulu	HI	003		21.3179	-157.8521	4
96814	Honolulu	honolulu	HI	003		21.2998	-157.8439	4
96815	Honolulu	honolulu	HI	003		21.2811	-157.8266	4
96816	Honolulu	honolulu	HI	003		21.2887	-157.8006	4
96817	Honolulu	honolulu	HI	003		21.3295	-157.8615	4
96818	Honolulu	honolulu	HI	003		21.3532	-157.9269	4
96819	Honolulu	honolulu	HI	003		21.3488	-157.8759	4
96820	Honolulu	honolulu	HI	003		21.351	-157.8795	4
96821	Honolulu	honolulu	HI	003		21.2928	-157.7552	4
96822	Honolulu	honolulu	HI	003		21.3117	-157.8298	4
96823	Honolulu	honolulu	HI	003		21.3072	-157.8465	4
96824	Honolulu	honolulu	HI	003		21.2808	-157.7552	4
96825	Honolulu	honolulu	HI	003		21.2987	-157.6985	4
96826	Honolulu	honolulu	HI	003		21.2941	-157.8284	4
96828	Honolulu	honolulu	HI	003		21.294	-157.8226	4
96830	Honolulu	honolulu	HI	003		21.2841	-157.834	4
96836	Honolulu	honolulu	HI	003		21.2899	-157.8384	4
96837	Honolulu	honolulu	HI	003		21.315	-157.8633	4
96838	Honolulu	honolulu	HI	003		21.349	-157.875	4
96839	Honolulu	honolulu	HI	003		21.3206	-157.8126	4
96840	Honolulu	honolulu	HI	003		21.3068	-157.8607	4
96841	Honolulu	honolulu	HI	003		21.3103	-157.8594	4
96843	Honolulu	honolulu	HI	003		21.3055	-157.853	4
96844	Honolulu	honolulu	HI	003		21.2951	-157.8162	4
96846	Honolulu	honolulu	HI	003		21.3206	-157.8699	4
96847	Honolulu	honolulu	HI	003		21.3022	-157.8443	4
96848	Honolulu	honolulu	HI	003		21.3206	-157.8126	4
96849	Honolulu	honolulu	HI	003		21.3341	-157.9172	4
96850	Honolulu	honolulu	HI	003		21.3095	-157.863	4
96853	Jbphh	jbphh	HI	003		21.4061	-157.9609	1
96854	Wheeler Army Airfield	wheeler-army-airfield	HI	003		21.4877	-158.0351	4
96857	Schofield Barracks	schofield-barracks	HI	003		21.4963	-158.0646	4
96858	Fort Shafter	fort-shafter	HI	003		21.3416	-157.8918	4
96859	Tripler Army Medical Center	tripler-army-medical-center	HI	003		21.4061	-157.9609	1
96860	Jbphh	jbphh	HI	003		21.316	-157.8677	1
96861	Camp H M Smith	camp-h-m-smith	HI	003		21.3967	-157.8994	1
96863	Mcbh Kaneohe Bay	mcbh-kaneohe-bay	HI	003		21.316	-157.8677	1
96898	Wake Island	wake-island	HI	003		19.2836	166.6419	1
96703	Anahola	anahola	HI	007		22.1423	-159.3139	4
96705	Eleele	eleele	HI	007		21.9074	-159.5832	1
96714	Hanalei	hanalei	HI	007		22.1603	-159.5471	4
96715	Hanamaulu	hanamaulu	HI	007		21.9977	-159.3592	4
96716	Hanapepe	hanapepe	HI	007		21.9156	-159.592	4
96722	Princeville	princeville	HI	007		22.2192	-159.4866	1
96741	Kalaheo	kalaheo	HI	007		21.9259	-159.5303	1
96746	Kapaa	kapaa	HI	007		22.0868	-159.3448	4
96747	Kaumakani	kaumakani	HI	007		21.9213	-159.6241	4
96751	Kealia	kealia	HI	007		22.106	-159.3085	4
96752	Kekaha	kekaha	HI	007		21.9735	-159.7199	4
96754	Kilauea	kilauea	HI	007		22.2073	-159.3954	1
96756	Koloa	koloa	HI	007		21.9083	-159.4749	1
96765	Lawai	lawai	HI	007		21.9309	-159.4993	4
96766	Lihue	lihue	HI	007		21.9816	-159.3683	4
96769	Makaweli	makaweli	HI	007		21.9454	-159.9214	1
96796	Waimea	waimea	HI	007		21.9571	-159.6689	1
96708	Haiku	haiku	HI	009		20.9071	-156.3	1
96713	Hana	hana	HI	009		20.7616	-156.0397	1
96729	Hoolehua	hoolehua	HI	009		21.173	-157.0791	4
96732	Kahului	kahului	HI	009		20.8814	-156.4783	4
96733	Kahului	kahului	HI	009		20.8895	-156.4743	4
96742	Kalaupapa	kalaupapa	HI	009		21.1929	-156.9835	4
96748	Kaunakakai	kaunakakai	HI	009		21.0905	-156.969	1
96753	Kihei	kihei	HI	009		20.7441	-156.4475	1
96757	Kualapuu	kualapuu	HI	009		21.1601	-157.0277	1
96761	Lahaina	lahaina	HI	009		20.9174	-156.6772	4
96763	Lanai City	lanai-city	HI	009		20.8293	-156.921	4
96767	Lahaina	lahaina	HI	009		20.8666	-156.6467	4
96768	Makawao	makawao	HI	009		20.8469	-156.3327	4
96770	Maunaloa	maunaloa	HI	009		21.1422	-157.2193	4
96779	Paia	paia	HI	009		20.9154	-156.3802	4
96784	Puunene	puunene	HI	009		20.8666	-156.6467	1
96788	Pukalani	pukalani	HI	009		20.8559	-156.3259	1
96790	Kula	kula	HI	009		20.7534	-156.326	1
96793	Wailuku	wailuku	HI	009		20.8966	-156.5036	4
50002	Adair	adair	IA	001		41.5137	-94.6444	1
50837	Bridgewater	bridgewater	IA	001		41.2589	-94.6669	4
50846	Fontanelle	fontanelle	IA	001		41.2896	-94.5419	4
50849	Greenfield	greenfield	IA	001		41.3133	-94.4408	4
50858	Orient	orient	IA	001		41.2192	-94.3705	4
50839	Carbon	carbon	IA	003		41.0487	-94.8231	4
50841	Corning	corning	IA	003		40.9871	-94.7358	4
50857	Nodaway	nodaway	IA	003		40.954	-94.8731	4
50859	Prescott	prescott	IA	003		41.0577	-94.5942	4
52140	Dorchester	dorchester	IA	005		43.4421	-91.5076	4
52146	Harpers Ferry	harpers-ferry	IA	005		43.1698	-91.2188	4
52151	Lansing	lansing	IA	005		43.3661	-91.266	4
52160	New Albin	new-albin	IA	005		43.4899	-91.2942	4
52162	Postville	postville	IA	005		43.0036	-91.5478	4
52170	Waterville	waterville	IA	005		43.2078	-91.2976	4
52172	Waukon	waukon	IA	005		43.264	-91.48	4
52544	Centerville	centerville	IA	007		40.7326	-92.8728	4
52549	Cincinnati	cincinnati	IA	007		40.6344	-92.9219	4
52555	Exline	exline	IA	007		40.6414	-92.827	4
52571	Moravia	moravia	IA	007		40.8825	-92.8534	4
52572	Moulton	moulton	IA	007		40.6866	-92.6833	4
52574	Mystic	mystic	IA	007		40.7883	-92.9284	4
52581	Plano	plano	IA	007		40.7751	-93.0386	4
52593	Udell	udell	IA	007		40.7808	-92.7421	4
52594	Unionville	unionville	IA	007		40.8416	-92.6935	4
50025	Audubon	audubon	IA	009		41.73	-94.9164	4
50042	Brayton	brayton	IA	009		41.5524	-94.974	4
50076	Exira	exira	IA	009		41.5768	-94.8571	4
50110	Gray	gray	IA	009		41.8401	-94.9812	4
50117	Hamlin	hamlin	IA	009		41.6506	-94.9157	4
51543	Kimballton	kimballton	IA	009		41.6352	-95.0553	4
52206	Atkins	atkins	IA	011		41.9881	-91.876	4
52208	Belle Plaine	belle-plaine	IA	011		41.8992	-92.2574	4
52209	Blairstown	blairstown	IA	011		41.9063	-92.0829	4
52229	Garrison	garrison	IA	011		42.1588	-92.1644	4
52249	Keystone	keystone	IA	011		42.0156	-92.2179	4
52257	Luzerne	luzerne	IA	011		41.9061	-92.1793	4
52313	Mount Auburn	mount-auburn	IA	011		42.255	-92.0927	4
52315	Newhall	newhall	IA	011		41.9927	-91.9779	4
52318	Norway	norway	IA	011		41.8992	-91.892	4
52332	Shellsburg	shellsburg	IA	011		42.0848	-91.8746	4
52345	Urbana	urbana	IA	011		42.2365	-91.8881	4
52346	Van Horne	van-horne	IA	011		42.0194	-92.1046	4
52349	Vinton	vinton	IA	011		42.1743	-91.9892	4
52351	Walford	walford	IA	011		41.877	-91.8369	4
52354	Watkins	watkins	IA	011		41.904	-91.9965	4
50613	Cedar Falls	cedar-falls	IA	013		42.5241	-92.4497	4
50614	Cedar Falls	cedar-falls	IA	013		42.4698	-92.3095	4
50623	Dewar	dewar	IA	013		42.5253	-92.2207	4
50626	Dunkerton	dunkerton	IA	013		42.578	-92.1588	4
50634	Gilbertville	gilbertville	IA	013		42.4161	-92.2149	4
50643	Hudson	hudson	IA	013		42.3905	-92.4549	4
50651	La Porte City	la-porte-city	IA	013		42.3416	-92.1862	4
50667	Raymond	raymond	IA	013		42.4672	-92.2162	4
50701	Waterloo	waterloo	IA	013		42.4778	-92.3661	4
50702	Waterloo	waterloo	IA	013		42.4731	-92.3365	4
50703	Waterloo	waterloo	IA	013		42.5149	-92.3269	4
50704	Waterloo	waterloo	IA	013		42.4698	-92.3095	4
50707	Evansdale	evansdale	IA	013		42.4755	-92.2812	4
50031	Beaver	beaver	IA	015		42.0387	-94.1436	4
50036	Boone	boone	IA	015		42.0694	-93.8781	4
50037	Boone	boone	IA	015		42.0597	-93.8802	4
50040	Boxholm	boxholm	IA	015		42.1706	-94.1052	4
50099	Boone	boone	IA	015		42.0597	-93.8802	4
50152	Luther	luther	IA	015		41.9387	-93.8371	4
50156	Madrid	madrid	IA	015		41.8841	-93.8448	4
50212	Ogden	ogden	IA	015		42.0351	-94.0063	4
50223	Pilot Mound	pilot-mound	IA	015		42.1604	-94.0102	4
50622	Denver	denver	IA	017		42.6731	-92.3417	4
50631	Frederika	frederika	IA	017		42.8827	-92.3063	4
50647	Janesville	janesville	IA	017		42.6465	-92.4791	4
50666	Plainfield	plainfield	IA	017		42.8503	-92.5116	4
50668	Readlyn	readlyn	IA	017		42.6929	-92.2154	4
50674	Sumner	sumner	IA	017		42.8419	-92.1186	4
50676	Tripoli	tripoli	IA	017		42.8105	-92.2659	4
50677	Waverly	waverly	IA	017		42.7748	-92.404	4
50607	Aurora	aurora	IA	019		42.6203	-91.7335	4
50629	Fairbank	fairbank	IA	019		42.6162	-92.0326	4
50641	Hazleton	hazleton	IA	019		42.6076	-91.9105	4
50644	Independence	independence	IA	019		42.4674	-91.8803	4
50648	Jesup	jesup	IA	019		42.4823	-92.0456	4
50650	Lamont	lamont	IA	019		42.5946	-91.6701	4
50671	Stanley	stanley	IA	019		42.6356	-91.8127	4
50682	Winthrop	winthrop	IA	019		42.4912	-91.7315	4
52210	Brandon	brandon	IA	019		42.3309	-92.0059	4
52326	Quasqueton	quasqueton	IA	019		42.3956	-91.7679	4
52329	Rowley	rowley	IA	019		42.37	-91.8441	4
50510	Albert City	albert-city	IA	021		42.7784	-94.9824	4
50565	Marathon	marathon	IA	021		42.8612	-94.9836	4
50568	Newell	newell	IA	021		42.6157	-94.9946	4
50576	Rembrandt	rembrandt	IA	021		42.826	-95.1652	4
50585	Sioux Rapids	sioux-rapids	IA	021		42.9065	-95.1388	4
50588	Storm Lake	storm-lake	IA	021		42.6474	-95.1961	4
50592	Truesdale	truesdale	IA	021		42.7262	-95.1853	4
51002	Alta	alta	IA	021		42.6771	-95.3129	4
51033	Linn Grove	linn-grove	IA	021		42.8742	-95.2512	4
50602	Allison	allison	IA	023		42.7615	-92.783	4
50604	Aplington	aplington	IA	023		42.587	-92.8751	4
50605	Aredale	aredale	IA	023		42.8318	-93.021	4
50608	Austinville	austinville	IA	023		42.5824	-92.9599	4
50611	Bristow	bristow	IA	023		42.7741	-92.8864	4
50619	Clarksville	clarksville	IA	023		42.8041	-92.6588	4
50625	Dumont	dumont	IA	023		42.7368	-92.9673	4
50636	Greene	greene	IA	023		42.8958	-92.8024	4
50649	Kesley	kesley	IA	023		42.6626	-92.9112	4
50660	New Hartford	new-hartford	IA	023		42.5831	-92.6164	4
50665	Parkersburg	parkersburg	IA	023		42.5714	-92.7688	4
50670	Shell Rock	shell-rock	IA	023		42.7061	-92.5888	4
50538	Farnhamville	farnhamville	IA	025		42.2692	-94.4226	4
50551	Jolley	jolley	IA	025		42.4871	-94.757	4
50552	Knierim	knierim	IA	025		42.4555	-94.4569	4
50561	Lytton	lytton	IA	025		42.423	-94.8597	4
50563	Manson	manson	IA	025		42.5285	-94.5304	4
50575	Pomeroy	pomeroy	IA	025		42.5511	-94.6839	4
50579	Rockwell City	rockwell-city	IA	025		42.3961	-94.6292	4
50586	Somers	somers	IA	025		42.3561	-94.4464	4
51449	Lake City	lake-city	IA	025		42.2705	-94.7458	4
51453	Lohrville	lohrville	IA	025		42.2619	-94.5566	4
50058	Coon Rapids	coon-rapids	IA	027		41.894	-94.68	4
51401	Carroll	carroll	IA	027		42.072	-94.8667	4
51430	Arcadia	arcadia	IA	027		42.0573	-95.0371	4
51436	Breda	breda	IA	027		42.1758	-95.0007	4
51440	Dedham	dedham	IA	027		41.9055	-94.8149	4
51443	Glidden	glidden	IA	027		42.0618	-94.7148	4
51444	Halbur	halbur	IA	027		42.0048	-94.9731	4
51451	Lanesboro	lanesboro	IA	027		42.1845	-94.6917	4
51452	Lidderdale	lidderdale	IA	027		42.1254	-94.7754	4
51455	Manning	manning	IA	027		41.9072	-95.0556	4
51459	Ralston	ralston	IA	027		42.0414	-94.6321	4
51463	Templeton	templeton	IA	027		41.9121	-94.932	4
50020	Anita	anita	IA	029		41.45	-94.7794	4
50022	Atlantic	atlantic	IA	029		41.4003	-95.0101	4
50274	Wiota	wiota	IA	029		41.3846	-94.8405	4
50843	Cumberland	cumberland	IA	029		41.2632	-94.871	4
50853	Massena	massena	IA	029		41.2499	-94.7649	4
51535	Griswold	griswold	IA	029		41.235	-95.1375	4
51544	Lewis	lewis	IA	029		41.2963	-95.062	4
51552	Marne	marne	IA	029		41.4547	-95.0973	4
52216	Clarence	clarence	IA	031		41.8896	-91.0605	4
52255	Lowden	lowden	IA	031		41.8594	-90.9382	4
52306	Mechanicsville	mechanicsville	IA	031		41.9039	-91.2764	4
52337	Stanwood	stanwood	IA	031		41.8963	-91.1662	4
52358	West Branch	west-branch	IA	031		41.6726	-91.3141	4
52721	Bennett	bennett	IA	031		41.7353	-90.9656	4
52747	Durant	durant	IA	031		41.6145	-90.91	4
52772	Tipton	tipton	IA	031		41.7563	-91.1362	4
50401	Mason City	mason-city	IA	033		43.1499	-93.1954	4
50402	Mason City	mason-city	IA	033		43.1536	-93.201	4
50428	Clear Lake	clear-lake	IA	033		43.1406	-93.385	4
50433	Dougherty	dougherty	IA	033		42.9222	-93.0421	4
50457	Meservey	meservey	IA	033		42.9137	-93.4773	4
50464	Plymouth	plymouth	IA	033		43.246	-93.1226	4
50467	Rock Falls	rock-falls	IA	033		43.2066	-93.0857	4
50469	Rockwell	rockwell	IA	033		43.0032	-93.2167	4
50477	Swaledale	swaledale	IA	033		42.9622	-93.3115	4
50479	Thornton	thornton	IA	033		42.9684	-93.4088	4
50482	Ventura	ventura	IA	033		43.1262	-93.4706	4
51005	Aurelia	aurelia	IA	035		42.6912	-95.4381	4
51012	Cherokee	cherokee	IA	035		42.7482	-95.5568	4
51014	Cleghorn	cleghorn	IA	035		42.8086	-95.7124	4
51029	Larrabee	larrabee	IA	035		42.8608	-95.5453	4
51035	Marcus	marcus	IA	035		42.82	-95.8034	4
51037	Meriden	meriden	IA	035		42.7874	-95.6408	4
51049	Quimby	quimby	IA	035		42.6303	-95.642	4
51061	Washta	washta	IA	035		42.5781	-95.7295	4
50603	Alta Vista	alta-vista	IA	037		43.1482	-92.4237	4
50630	Fredericksburg	fredericksburg	IA	037		42.9593	-92.1983	4
50645	Ionia	ionia	IA	037		43.0403	-92.4865	4
50658	Nashua	nashua	IA	037		42.9528	-92.5298	4
50659	New Hampton	new-hampton	IA	037		43.056	-92.3131	4
50661	North Washington	north-washington	IA	037		43.1174	-92.4144	4
52154	Lawler	lawler	IA	037		43.0932	-92.144	4
50174	Murray	murray	IA	039		41.0376	-93.953	4
50213	Osceola	osceola	IA	039		41.0295	-93.7712	4
50275	Woodburn	woodburn	IA	039		41	-93.6083	4
51047	Peterson	peterson	IA	041		42.9328	-95.3377	4
51301	Spencer	spencer	IA	041		43.1451	-95.1457	4
51333	Dickens	dickens	IA	041		43.1548	-94.9854	4
51338	Everly	everly	IA	041		43.1609	-95.3228	4
51340	Fostoria	fostoria	IA	041		43.0824	-95.1511	4
51341	Gillett Grove	gillett-grove	IA	041		43.0157	-95.0431	4
51343	Greenville	greenville	IA	041		43.0333	-95.0582	4
51357	Royal	royal	IA	041		43.0488	-95.2679	4
51366	Webb	webb	IA	041		42.9502	-94.9951	4
52042	Edgewood	edgewood	IA	043		42.6541	-91.395	4
52043	Elkader	elkader	IA	043		42.8496	-91.4143	4
52044	Elkport	elkport	IA	043		42.7624	-91.3203	4
52047	Farmersburg	farmersburg	IA	043		42.9522	-91.339	4
52048	Garber	garber	IA	043		42.7453	-91.2593	4
52049	Garnavillo	garnavillo	IA	043		42.8762	-91.2156	4
52052	Guttenberg	guttenberg	IA	043		42.7594	-91.119	4
52066	North Buena Vista	north-buena-vista	IA	043		42.6783	-90.9518	4
52072	Saint Olaf	saint-olaf	IA	043		42.922	-91.3778	4
52076	Strawberry Point	strawberry-point	IA	043		42.6832	-91.5409	4
52077	Volga	volga	IA	043		42.7904	-91.5429	4
52156	Luana	luana	IA	043		43.0493	-91.4583	4
52157	Mc Gregor	mc-gregor	IA	043		43.0237	-91.1887	4
52158	Marquette	marquette	IA	043		43.036	-91.1931	4
52159	Monona	monona	IA	043		43.034	-91.3934	4
52037	Delmar	delmar	IA	045		41.9961	-90.6087	4
52254	Lost Nation	lost-nation	IA	045		41.9745	-90.8265	4
52701	Andover	andover	IA	045		41.9792	-90.2518	4
52727	Bryant	bryant	IA	045		41.9629	-90.3388	4
52729	Calamus	calamus	IA	045		41.8111	-90.7416	4
52730	Camanche	camanche	IA	045		41.7886	-90.2709	4
52731	Charlotte	charlotte	IA	045		41.9779	-90.4782	4
52732	Clinton	clinton	IA	045		41.8517	-90.2078	4
52733	Clinton	clinton	IA	045		41.8445	-90.1887	4
52734	Clinton	clinton	IA	045		41.8444	-90.1885	4
52736	Clinton	clinton	IA	045		41.8445	-90.1887	4
52742	De Witt	de-witt	IA	045		41.8267	-90.5237	4
52750	Goose Lake	goose-lake	IA	045		41.9799	-90.3819	4
52751	Grand Mound	grand-mound	IA	045		41.8501	-90.6695	4
52757	Low Moor	low-moor	IA	045		41.8017	-90.3549	4
52771	Teeds Grove	teeds-grove	IA	045		41.9991	-90.2187	4
52774	Welton	welton	IA	045		41.9081	-90.5954	4
52777	Wheatland	wheatland	IA	045		41.8259	-90.8402	4
51432	Aspinwall	aspinwall	IA	047		41.9119	-95.1356	4
51439	Charter Oak	charter-oak	IA	047		42.0707	-95.5992	4
51441	Deloit	deloit	IA	047		42.1238	-95.3045	4
51442	Denison	denison	IA	047		42.0196	-95.3636	4
51448	Kiron	kiron	IA	047		42.1794	-95.3115	4
51454	Manilla	manilla	IA	047		41.8922	-95.2391	4
51460	Ricketts	ricketts	IA	047		42.1304	-95.5746	4
51461	Schleswig	schleswig	IA	047		42.1646	-95.4443	4
51465	Vail	vail	IA	047		42.0338	-95.1778	4
51467	Westside	westside	IA	047		42.1084	-95.1273	4
51520	Arion	arion	IA	047		41.9504	-95.4623	4
51528	Dow City	dow-city	IA	047		41.9134	-95.4862	4
50003	Adel	adel	IA	049		41.6221	-94.038	4
50038	Booneville	booneville	IA	049		41.5242	-93.8838	4
50039	Bouton	bouton	IA	049		41.8284	-93.9963	4
50063	Dallas Center	dallas-center	IA	049		41.6862	-93.9707	4
50066	Dawson	dawson	IA	049		41.8324	-94.2171	4
50069	De Soto	de-soto	IA	049		41.5208	-94.0303	4
50070	Dexter	dexter	IA	049		41.5198	-94.2145	4
50109	Granger	granger	IA	049		41.7611	-93.8244	4
50146	Linden	linden	IA	049		41.6422	-94.2406	4
50167	Minburn	minburn	IA	049		41.7562	-94.015	4
50220	Perry	perry	IA	049		41.8397	-94.1022	4
50233	Redfield	redfield	IA	049		41.5873	-94.1897	4
50261	Van Meter	van-meter	IA	049		41.4699	-93.9207	4
50263	Waukee	waukee	IA	049		41.593	-93.8592	4
50276	Woodward	woodward	IA	049		41.8452	-93.9056	4
52537	Bloomfield	bloomfield	IA	051		40.7324	-92.3987	4
52552	Drakesville	drakesville	IA	051		40.8253	-92.5051	4
52560	Floris	floris	IA	051		40.8591	-92.3247	4
52584	Pulaski	pulaski	IA	051		40.6941	-92.258	4
09212	APO AE	apo-ae				50	8.6667	
50065	Davis City	davis-city	IA	053		40.6346	-93.8105	4
50067	Decatur	decatur	IA	053		40.743	-93.8317	1
50103	Garden Grove	garden-grove	IA	053		40.7711	-93.6117	4
50108	Grand River	grand-river	IA	053		40.8137	-93.9544	4
50140	Lamoni	lamoni	IA	053		40.6229	-93.9349	4
50144	Leon	leon	IA	053		40.7373	-93.7429	4
50262	Van Wert	van-wert	IA	053		40.8645	-93.8073	4
50264	Weldon	weldon	IA	053		40.8739	-93.7387	4
50654	Masonville	masonville	IA	055		42.4794	-91.5913	4
52035	Colesburg	colesburg	IA	055		42.6383	-91.1963	4
52036	Delaware	delaware	IA	055		42.4766	-91.3112	4
52038	Dundee	dundee	IA	055		42.594	-91.5477	4
52041	Earlville	earlville	IA	055		42.5001	-91.2597	4
52050	Greeley	greeley	IA	055		42.5939	-91.3233	4
52057	Manchester	manchester	IA	055		42.4834	-91.449	4
52223	Delhi	delhi	IA	055		42.4297	-91.331	4
52237	Hopkinton	hopkinton	IA	055		42.3422	-91.2461	4
52330	Ryan	ryan	IA	055		42.3436	-91.4848	4
52601	Burlington	burlington	IA	057		40.8087	-91.117	4
52623	Danville	danville	IA	057		40.854	-91.314	4
52637	Mediapolis	mediapolis	IA	057		41.0059	-91.1321	4
52638	Middletown	middletown	IA	057		40.8296	-91.2631	4
52650	Sperry	sperry	IA	057		40.9419	-91.185	4
52655	West Burlington	west-burlington	IA	057		40.8321	-91.1799	4
52660	Yarmouth	yarmouth	IA	057		40.9835	-91.3026	4
51331	Arnolds Park	arnolds-park	IA	059		43.3637	-95.1282	4
51347	Lake Park	lake-park	IA	059		43.4452	-95.3216	4
51351	Milford	milford	IA	059		43.3196	-95.1615	4
51355	Okoboji	okoboji	IA	059		43.3889	-95.1369	4
51360	Spirit Lake	spirit-lake	IA	059		43.4262	-95.1123	4
51363	Superior	superior	IA	059		43.4318	-94.9469	4
51364	Terril	terril	IA	059		43.3241	-94.9737	4
52001	Dubuque	dubuque	IA	061		42.515	-90.6819	4
52002	Dubuque	dubuque	IA	061		42.5122	-90.7384	4
52003	Dubuque	dubuque	IA	061		42.4649	-90.6829	4
52004	Dubuque	dubuque	IA	061		42.5006	-90.6646	4
52032	Bernard	bernard	IA	061		42.3321	-90.863	4
52033	Cascade	cascade	IA	061		42.287	-91.0144	4
52039	Durango	durango	IA	061		42.5526	-90.8608	4
52040	Dyersville	dyersville	IA	061		42.4833	-91.1183	4
52045	Epworth	epworth	IA	061		42.4439	-90.9313	4
52046	Farley	farley	IA	061		42.4451	-91.0083	4
52053	Holy Cross	holy-cross	IA	061		42.5808	-90.973	4
52056	Luxemburg	luxemburg	IA	061		42.5783	-91.0621	4
52065	New Vienna	new-vienna	IA	061		42.5678	-91.0976	4
52068	Peosta	peosta	IA	061		42.4435	-90.8094	4
52073	Sherrill	sherrill	IA	061		42.6171	-90.8115	4
52078	Worthington	worthington	IA	061		42.393	-91.1069	4
52079	Zwingle	zwingle	IA	061		42.2775	-90.7507	4
52099	Dubuque	dubuque	IA	061		42.5006	-90.6646	4
50514	Armstrong	armstrong	IA	063		43.4024	-94.4853	4
50531	Dolliver	dolliver	IA	063		43.4664	-94.6242	4
50578	Ringsted	ringsted	IA	063		43.2977	-94.5291	4
51334	Estherville	estherville	IA	063		43.4017	-94.818	4
51365	Wallingford	wallingford	IA	063		43.3189	-94.7964	4
50606	Arlington	arlington	IA	065		42.7338	-91.6668	4
50655	Maynard	maynard	IA	065		42.7752	-91.8908	4
50662	Oelwein	oelwein	IA	065		42.6811	-91.9131	4
50664	Oran	oran	IA	065		42.7012	-92.0762	4
50681	Westgate	westgate	IA	065		42.7812	-92.0122	4
52135	Clermont	clermont	IA	065		43.013	-91.6552	4
52141	Elgin	elgin	IA	065		42.9548	-91.6454	4
52142	Fayette	fayette	IA	065		42.8494	-91.8139	4
52147	Hawkeye	hawkeye	IA	065		42.9487	-91.9578	4
52164	Randalia	randalia	IA	065		42.8626	-91.8846	4
52166	Saint Lucas	saint-lucas	IA	065		43.0664	-91.9335	4
52169	Wadena	wadena	IA	065		42.855	-91.6639	4
52171	Waucoma	waucoma	IA	065		43.0433	-92.0302	4
52175	West Union	west-union	IA	065		42.9438	-91.8334	4
50435	Floyd	floyd	IA	067		43.143	-92.724	4
50458	Nora Springs	nora-springs	IA	067		43.1479	-93.0002	4
50468	Rockford	rockford	IA	067		43.0573	-92.952	4
50471	Rudd	rudd	IA	067		43.142	-92.8885	4
50616	Charles City	charles-city	IA	067		43.0683	-92.6761	4
50620	Colwell	colwell	IA	067		43.1584	-92.5905	4
50653	Marble Rock	marble-rock	IA	067		42.9645	-92.8917	4
50041	Bradford	bradford	IA	069		42.633	-93.2449	4
50227	Popejoy	popejoy	IA	069		42.5974	-93.4279	4
50420	Alexander	alexander	IA	069		42.8114	-93.445	4
50427	Chapin	chapin	IA	069		42.8349	-93.2226	4
50431	Coulter	coulter	IA	069		42.7382	-93.37	4
50441	Hampton	hampton	IA	069		42.7405	-93.211	4
50452	Latimer	latimer	IA	069		42.7598	-93.3518	4
50475	Sheffield	sheffield	IA	069		42.8779	-93.2156	4
50633	Geneva	geneva	IA	069		42.6755	-93.1294	4
51639	Farragut	farragut	IA	071		40.7215	-95.4776	4
51640	Hamburg	hamburg	IA	071		40.6149	-95.6258	4
51645	Imogene	imogene	IA	071		40.8631	-95.4358	4
51648	Percival	percival	IA	071		40.7401	-95.8093	4
51649	Randolph	randolph	IA	071		40.8704	-95.5624	4
51650	Riverton	riverton	IA	071		40.6629	-95.5773	4
51652	Sidney	sidney	IA	071		40.7507	-95.6403	4
51653	Tabor	tabor	IA	071		40.9004	-95.6729	4
51654	Thurman	thurman	IA	071		40.8424	-95.7605	4
50050	Churdan	churdan	IA	073		42.1614	-94.4933	4
50059	Cooper	cooper	IA	073		42.0363	-94.397	4
50064	Dana	dana	IA	073		42.1075	-94.2408	4
50107	Grand Junction	grand-junction	IA	073		42.0296	-94.2336	4
50129	Jefferson	jefferson	IA	073		42.0093	-94.3888	4
50217	Paton	paton	IA	073		42.1658	-94.273	4
50235	Rippey	rippey	IA	073		41.9257	-94.2132	4
51462	Scranton	scranton	IA	073		42.0124	-94.5518	4
50609	Beaman	beaman	IA	075		42.2367	-92.8162	4
50621	Conrad	conrad	IA	075		42.2342	-92.8865	4
50624	Dike	dike	IA	075		42.473	-92.6122	4
50638	Grundy Center	grundy-center	IA	075		42.3672	-92.7773	4
50642	Holland	holland	IA	075		42.4011	-92.7999	4
50657	Morrison	morrison	IA	075		42.3433	-92.6738	4
50669	Reinbeck	reinbeck	IA	075		42.3131	-92.5948	4
50673	Stout	stout	IA	075		42.5264	-92.7119	4
50680	Wellsburg	wellsburg	IA	075		42.4494	-92.9398	4
50026	Bagley	bagley	IA	077		41.8341	-94.4415	4
50029	Bayard	bayard	IA	077		41.8519	-94.5583	4
50048	Casey	casey	IA	077		41.505	-94.5194	4
50115	Guthrie Center	guthrie-center	IA	077		41.6837	-94.4864	4
50128	Jamaica	jamaica	IA	077		41.8419	-94.3204	4
50164	Menlo	menlo	IA	077		41.5348	-94.409	4
50216	Panora	panora	IA	077		41.6967	-94.3606	4
50250	Stuart	stuart	IA	077		41.5033	-94.3186	4
50277	Yale	yale	IA	077		41.7753	-94.3503	4
50034	Blairsburg	blairsburg	IA	079		42.4937	-93.6594	4
50075	Ellsworth	ellsworth	IA	079		42.3009	-93.549	4
50130	Jewell	jewell	IA	079		42.3139	-93.6428	4
50132	Kamrar	kamrar	IA	079		42.3945	-93.7279	4
50231	Randall	randall	IA	079		42.2383	-93.6008	4
50246	Stanhope	stanhope	IA	079		42.2904	-93.7751	4
50249	Stratford	stratford	IA	079		42.2847	-93.9029	4
50271	Williams	williams	IA	079		42.4883	-93.5449	4
50595	Webster City	webster-city	IA	079		42.4657	-93.8262	4
50423	Britt	britt	IA	081		43.1006	-93.7752	4
50430	Corwith	corwith	IA	081		42.9927	-93.9575	4
50432	Crystal Lake	crystal-lake	IA	081		43.2233	-93.7924	4
50438	Garner	garner	IA	081		43.1144	-93.5944	4
50439	Goodell	goodell	IA	081		42.9383	-93.5824	4
50447	Kanawha	kanawha	IA	081		42.9434	-93.7728	4
50449	Klemme	klemme	IA	081		43.0136	-93.5879	4
50484	Woden	woden	IA	081		43.2226	-93.9109	4
50006	Alden	alden	IA	083		42.5179	-93.3841	4
50043	Buckeye	buckeye	IA	083		42.4179	-93.3755	4
50102	Garden City	garden-city	IA	083		42.2455	-93.3955	4
50122	Hubbard	hubbard	IA	083		42.3022	-93.2939	4
50126	Iowa Falls	iowa-falls	IA	083		42.5138	-93.2709	4
50206	New Providence	new-providence	IA	083		42.2693	-93.1753	4
50230	Radcliffe	radcliffe	IA	083		42.3241	-93.4234	4
50258	Union	union	IA	083		42.2521	-93.0562	4
50259	Gifford	gifford	IA	083		42.3831	-93.2506	4
50269	Whitten	whitten	IA	083		42.2718	-93.0214	4
50601	Ackley	ackley	IA	083		42.5527	-93.0608	4
50627	Eldora	eldora	IA	083		42.3572	-93.1037	4
50672	Steamboat Rock	steamboat-rock	IA	083		42.4178	-93.0629	4
51529	Dunlap	dunlap	IA	085		41.8603	-95.6257	4
51545	Little Sioux	little-sioux	IA	085		41.8083	-96.0314	4
51546	Logan	logan	IA	085		41.643	-95.7889	4
51550	Magnolia	magnolia	IA	085		41.6921	-95.8742	4
51555	Missouri Valley	missouri-valley	IA	085		41.5644	-95.8913	4
51556	Modale	modale	IA	085		41.6371	-95.9852	4
51557	Mondamin	mondamin	IA	085		41.7089	-96.0072	4
51563	Persia	persia	IA	085		41.5647	-95.5658	4
51564	Pisgah	pisgah	IA	085		41.8214	-95.9192	4
51579	Woodbine	woodbine	IA	085		41.7373	-95.7008	4
52630	Hillsboro	hillsboro	IA	087		40.8372	-91.7119	4
52641	Mount Pleasant	mount-pleasant	IA	087		40.9646	-91.5614	4
52642	Rome	rome	IA	087		40.9774	-91.6923	4
52644	Mount Union	mount-union	IA	087		41.0374	-91.4138	4
52645	New London	new-london	IA	087		40.9161	-91.3986	4
52647	Olds	olds	IA	087		41.1342	-91.5449	4
52649	Salem	salem	IA	087		40.8568	-91.6336	4
52652	Swedesburg	swedesburg	IA	087		41.1043	-91.547	4
52654	Wayland	wayland	IA	087		41.1449	-91.6589	4
52659	Winfield	winfield	IA	087		41.1257	-91.4379	4
50466	Riceville	riceville	IA	089		43.3719	-92.5554	4
50628	Elma	elma	IA	089		43.2786	-92.3981	4
52134	Chester	chester	IA	089		43.473	-92.4155	4
52136	Cresco	cresco	IA	089		43.363	-92.126	4
52155	Lime Springs	lime-springs	IA	089		43.4556	-92.2733	4
52163	Protivin	protivin	IA	089		43.217	-92.0927	4
50519	Bode	bode	IA	091		42.8661	-94.2781	4
50520	Bradgate	bradgate	IA	091		42.7794	-94.4002	4
50529	Dakota City	dakota-city	IA	091		42.7214	-94.1993	4
50541	Gilmore City	gilmore-city	IA	091		42.7067	-94.4108	4
50545	Hardy	hardy	IA	091		42.7975	-94.0799	4
50548	Humboldt	humboldt	IA	091		42.7196	-94.2132	4
50558	Livermore	livermore	IA	091		42.8666	-94.1747	4
50570	Ottosen	ottosen	IA	091		42.8764	-94.3786	4
50577	Renwick	renwick	IA	091		42.8491	-94.0074	4
50582	Rutland	rutland	IA	091		42.7635	-94.2719	4
50591	Thor	thor	IA	091		42.6889	-94.039	4
51006	Battle Creek	battle-creek	IA	093		42.3327	-95.6045	4
51020	Galva	galva	IA	093		42.5105	-95.4298	4
51025	Holstein	holstein	IA	093		42.4948	-95.565	4
51431	Arthur	arthur	IA	093		42.3363	-95.3675	4
51445	Ida Grove	ida-grove	IA	093		42.34	-95.4645	4
52203	Amana	amana	IA	095		41.8313	-91.8855	4
52204	Amana	amana	IA	095		41.8	-91.8707	4
52220	Conroy	conroy	IA	095		41.7292	-91.9977	4
52236	Homestead	homestead	IA	095		41.7339	-91.8795	4
52251	Ladora	ladora	IA	095		41.7564	-92.1873	4
09213	APO AE	apo-ae				50.1155	8.6842	
52301	Marengo	marengo	IA	095		41.7863	-92.072	4
52307	Middle Amana	middle-amana	IA	095		41.7954	-91.9018	4
52308	Millersburg	millersburg	IA	095		41.5733	-92.1599	4
52316	North English	north-english	IA	095		41.5241	-92.0893	4
52325	Parnell	parnell	IA	095		41.5702	-92.0052	4
52334	South Amana	south-amana	IA	095		41.7576	-91.9263	4
52347	Victor	victor	IA	095		41.729	-92.2842	4
52361	Williamsburg	williamsburg	IA	095		41.6393	-92.024	4
52030	Andrew	andrew	IA	097		42.1536	-90.5924	4
52031	Bellevue	bellevue	IA	097		42.2582	-90.4356	4
52054	La Motte	la-motte	IA	097		42.3044	-90.6177	4
52060	Maquoketa	maquoketa	IA	097		42.0778	-90.6771	4
52064	Miles	miles	IA	097		42.1006	-90.3367	4
52069	Preston	preston	IA	097		42.0539	-90.3954	4
52070	Sabula	sabula	IA	097		42.0737	-90.1955	4
52071	Saint Donatus	saint-donatus	IA	097		42.3196	-90.4903	4
52074	Spragueville	spragueville	IA	097		42.0727	-90.473	4
52075	Springbrook	springbrook	IA	097		42.1674	-90.4846	4
52207	Baldwin	baldwin	IA	097		42.0732	-90.82	4
52309	Monmouth	monmouth	IA	097		42.0772	-90.8786	4
50028	Baxter	baxter	IA	099		41.8204	-93.1583	4
50054	Colfax	colfax	IA	099		41.6788	-93.2588	4
50127	Ira	ira	IA	099		41.7771	-93.2058	4
50135	Kellogg	kellogg	IA	099		41.7184	-92.9114	4
50137	Killduff	killduff	IA	099		41.608	-92.9046	4
50153	Lynnville	lynnville	IA	099		41.5698	-92.7877	4
50168	Mingo	mingo	IA	099		41.7898	-93.288	4
50170	Monroe	monroe	IA	099		41.5222	-93.1019	4
50208	Newton	newton	IA	099		41.6992	-93.0455	4
50228	Prairie City	prairie-city	IA	099		41.5854	-93.241	4
50232	Reasnor	reasnor	IA	099		41.5798	-93.0198	4
50251	Sully	sully	IA	099		41.574	-92.8451	4
52533	Batavia	batavia	IA	101		40.9905	-92.1431	4
52556	Fairfield	fairfield	IA	101		41.0039	-91.9576	4
52557	Fairfield	fairfield	IA	101		41.0166	-91.9682	4
52567	Libertyville	libertyville	IA	101		40.9499	-92.025	4
52580	Packwood	packwood	IA	101		41.1228	-92.0664	4
52635	Lockridge	lockridge	IA	101		41.0119	-91.7645	4
52235	Hills	hills	IA	103		41.5557	-91.5308	4
52240	Iowa City	iowa-city	IA	103		41.6355	-91.5016	4
52241	Coralville	coralville	IA	103		41.6937	-91.5906	4
52242	Iowa City	iowa-city	IA	103		41.6627	-91.5477	4
52243	Iowa City	iowa-city	IA	103		41.6611	-91.5302	4
52244	Iowa City	iowa-city	IA	103		41.5727	-91.6619	4
52245	Iowa City	iowa-city	IA	103		41.6649	-91.5151	4
52246	Iowa City	iowa-city	IA	103		41.6438	-91.5669	4
52317	North Liberty	north-liberty	IA	103		41.7443	-91.6061	4
52322	Oxford	oxford	IA	103		41.6507	-91.7724	4
52333	Solon	solon	IA	103		41.8099	-91.5086	4
52338	Swisher	swisher	IA	103		41.8268	-91.6739	4
52340	Tiffin	tiffin	IA	103		41.7018	-91.6773	4
52755	Lone Tree	lone-tree	IA	103		41.4988	-91.4363	4
52205	Anamosa	anamosa	IA	105		42.1078	-91.2851	4
52212	Center Junction	center-junction	IA	105		42.1161	-91.0871	4
52252	Langworthy	langworthy	IA	105		42.192	-91.2258	4
52305	Martelle	martelle	IA	105		42.0035	-91.3217	4
52310	Monticello	monticello	IA	105		42.2326	-91.1989	4
52312	Morley	morley	IA	105		42.006	-91.2459	4
52320	Olin	olin	IA	105		41.9954	-91.1409	4
52321	Onslow	onslow	IA	105		42.107	-91.0151	4
52323	Oxford Junction	oxford-junction	IA	105		41.9854	-90.9543	4
52362	Wyoming	wyoming	IA	105		42.0604	-90.994	4
50104	Gibson	gibson	IA	107		41.4868	-92.3867	4
50136	Keswick	keswick	IA	107		41.4613	-92.2395	4
50255	Thornburg	thornburg	IA	107		41.4547	-92.3357	4
50268	What Cheer	what-cheer	IA	107		41.3953	-92.3548	4
52231	Harper	harper	IA	107		41.3728	-92.0388	4
52248	Keota	keota	IA	107		41.3504	-91.9641	4
52335	South English	south-english	IA	107		41.4529	-92.068	4
52355	Webster	webster	IA	107		41.4364	-92.1765	4
52550	Delta	delta	IA	107		41.3167	-92.3359	4
52562	Hayesville	hayesville	IA	107		41.3363	-92.1784	4
52563	Hedrick	hedrick	IA	107		41.1826	-92.3097	4
52568	Martinsburg	martinsburg	IA	107		41.1948	-92.2715	4
52576	Ollie	ollie	IA	107		41.2001	-92.1354	4
52585	Richland	richland	IA	107		41.1939	-91.9739	4
52591	Sigourney	sigourney	IA	107		41.3301	-92.2019	4
50451	Lakota	lakota	IA	109		43.3772	-94.0938	4
50480	Titonka	titonka	IA	109		43.2456	-94.0367	4
50483	Wesley	wesley	IA	109		43.0977	-94.0038	4
50511	Algona	algona	IA	109		43.066	-94.2306	4
50517	Bancroft	bancroft	IA	109		43.2935	-94.2108	4
50522	Burt	burt	IA	109		43.2062	-94.2122	4
50539	Fenton	fenton	IA	109		43.242	-94.4044	4
50556	Ledyard	ledyard	IA	109		43.4346	-94.1503	4
50559	Lone Rock	lone-rock	IA	109		43.1666	-94.3586	4
50560	Lu Verne	lu-verne	IA	109		42.9868	-94.0959	4
50590	Swea City	swea-city	IA	109		43.4022	-94.3193	4
50598	Whittemore	whittemore	IA	109		43.0619	-94.4269	4
52619	Argyle	argyle	IA	111		40.5317	-91.5663	4
52624	Denmark	denmark	IA	111		40.7417	-91.3374	4
52625	Donnellson	donnellson	IA	111		40.6612	-91.5745	4
52627	Fort Madison	fort-madison	IA	111		40.633	-91.3398	4
52631	Houghton	houghton	IA	111		40.77	-91.6138	4
52632	Keokuk	keokuk	IA	111		40.4094	-91.3982	4
52639	Montrose	montrose	IA	111		40.5139	-91.424	4
52648	Pilot Grove	pilot-grove	IA	111		40.7628	-91.5368	4
52656	West Point	west-point	IA	111		40.715	-91.4397	4
52657	Saint Paul	saint-paul	IA	111		40.7695	-91.5171	4
52658	Wever	wever	IA	111		40.7067	-91.2268	4
52202	Alburnett	alburnett	IA	113		42.1583	-91.6392	4
52213	Center Point	center-point	IA	113		42.1898	-91.7758	4
52214	Central City	central-city	IA	113		42.1982	-91.4914	4
52218	Coggon	coggon	IA	113		42.2792	-91.5413	4
52219	Prairieburg	prairieburg	IA	113		42.2383	-91.4224	4
52227	Ely	ely	IA	113		41.8943	-91.5738	4
52228	Fairfax	fairfax	IA	113		41.9153	-91.7801	4
52233	Hiawatha	hiawatha	IA	113		42.0425	-91.677	4
52253	Lisbon	lisbon	IA	113		41.9212	-91.3861	4
52302	Marion	marion	IA	113		42.0411	-91.5941	4
52314	Mount Vernon	mount-vernon	IA	113		41.9287	-91.4274	4
52324	Palo	palo	IA	113		42.0365	-91.7877	4
52328	Robins	robins	IA	113		42.0731	-91.6648	4
52336	Springville	springville	IA	113		42.0607	-91.4394	4
52341	Toddville	toddville	IA	113		42.1039	-91.729	4
52344	Troy Mills	troy-mills	IA	113		42.29	-91.6824	4
52352	Walker	walker	IA	113		42.2867	-91.7807	4
52401	Cedar Rapids	cedar-rapids	IA	113		41.9743	-91.6554	4
52402	Cedar Rapids	cedar-rapids	IA	113		42.0188	-91.6612	4
52403	Cedar Rapids	cedar-rapids	IA	113		41.9843	-91.6259	4
52404	Cedar Rapids	cedar-rapids	IA	113		41.9521	-91.6853	4
52405	Cedar Rapids	cedar-rapids	IA	113		41.9804	-91.7098	4
52406	Cedar Rapids	cedar-rapids	IA	113		42.0083	-91.6441	4
52407	Cedar Rapids	cedar-rapids	IA	113		42.0794	-91.5992	4
52408	Cedar Rapids	cedar-rapids	IA	113		42.0794	-91.5992	4
52409	Cedar Rapids	cedar-rapids	IA	113		42.0794	-91.5992	4
52410	Cedar Rapids	cedar-rapids	IA	113		42.0794	-91.5992	4
52411	Cedar Rapids	cedar-rapids	IA	113		42.0493	-91.7263	4
52497	Cedar Rapids	cedar-rapids	IA	113		42.0794	-91.5992	4
52498	Cedar Rapids	cedar-rapids	IA	113		42.0794	-91.5992	4
52499	Cedar Rapids	cedar-rapids	IA	113		42.0794	-91.5992	4
52640	Morning Sun	morning-sun	IA	115		41.0984	-91.2581	4
52646	Oakville	oakville	IA	115		41.1003	-91.0439	4
52653	Wapello	wapello	IA	115		41.207	-91.1719	4
52737	Columbus City	columbus-city	IA	115		41.2593	-91.3747	4
52738	Columbus Junction	columbus-junction	IA	115		41.2926	-91.3006	4
52752	Grandview	grandview	IA	115		41.2759	-91.1885	4
52754	Letts	letts	IA	115		41.293	-91.204	4
50049	Chariton	chariton	IA	117		41.0226	-93.3042	4
50068	Derby	derby	IA	117		40.9355	-93.4796	4
50151	Lucas	lucas	IA	117		41.0585	-93.4836	4
50238	Russell	russell	IA	117		40.9456	-93.1784	4
50272	Williamson	williamson	IA	117		41.0959	-93.2559	4
51230	Alvord	alvord	IA	119		43.3201	-96.291	4
51235	Doon	doon	IA	119		43.2872	-96.202	4
51237	George	george	IA	119		43.3439	-95.9894	4
51240	Inwood	inwood	IA	119		43.3047	-96.4363	4
51241	Larchwood	larchwood	IA	119		43.4387	-96.4252	4
51242	Lester	lester	IA	119		43.4443	-96.3361	4
51243	Little Rock	little-rock	IA	119		43.4496	-95.8926	4
51246	Rock Rapids	rock-rapids	IA	119		43.4272	-96.1781	4
50033	Bevington	bevington	IA	121		41.363	-93.7928	4
50072	Earlham	earlham	IA	121		41.4709	-94.1294	4
50155	Macksburg	macksburg	IA	121		41.2104	-94.1825	4
50218	Patterson	patterson	IA	121		41.3499	-93.8803	4
50222	Peru	peru	IA	121		41.2145	-93.9437	1
50240	Saint Charles	saint-charles	IA	121		41.2924	-93.8242	4
50257	Truro	truro	IA	121		41.2076	-93.841	4
50273	Winterset	winterset	IA	121		41.3391	-94.0088	4
50027	Barnes City	barnes-city	IA	123		41.4883	-92.4703	4
50143	Leighton	leighton	IA	123		41.3647	-92.8081	4
50207	New Sharon	new-sharon	IA	123		41.464	-92.6848	4
52534	Beacon	beacon	IA	123		41.272	-92.6819	4
52543	Cedar	cedar	IA	123		41.2121	-92.509	4
52561	Fremont	fremont	IA	123		41.2117	-92.4362	4
52577	Oskaloosa	oskaloosa	IA	123		41.2942	-92.6439	4
52586	Rose Hill	rose-hill	IA	123		41.3309	-92.472	4
52595	University Park	university-park	IA	123		41.2864	-92.6184	4
50044	Bussey	bussey	IA	125		41.2094	-92.8963	4
50057	Columbia	columbia	IA	125		41.1838	-93.1582	4
50062	Melcher Dallas	melcher-dallas	IA	125		41.225	-93.2413	4
50116	Hamilton	hamilton	IA	125		41.19	-92.959	4
50119	Harvey	harvey	IA	125		41.303	-92.9318	4
50138	Knoxville	knoxville	IA	125		41.3164	-93.0954	4
50163	Melcher Dallas	melcher-dallas	IA	125		41.225	-93.2413	4
50214	Otley	otley	IA	125		41.4518	-93.0348	4
50219	Pella	pella	IA	125		41.4082	-92.9172	4
50225	Pleasantville	pleasantville	IA	125		41.3738	-93.2712	4
50252	Swan	swan	IA	125		41.4636	-93.301	4
50256	Tracy	tracy	IA	125		41.2756	-92.8753	4
50005	Albion	albion	IA	127		42.1143	-92.9882	4
50051	Clemons	clemons	IA	127		42.09	-93.1688	4
50078	Ferguson	ferguson	IA	127		41.9374	-92.865	4
50106	Gilman	gilman	IA	127		41.9012	-92.8101	4
50120	Haverhill	haverhill	IA	127		41.9337	-92.9829	4
50141	Laurel	laurel	IA	127		41.8829	-92.9263	4
50142	Le Grand	le-grand	IA	127		42.0066	-92.7756	4
50148	Liscomb	liscomb	IA	127		42.184	-92.9833	4
50158	Marshalltown	marshalltown	IA	127		42.0405	-92.9127	4
50162	Melbourne	melbourne	IA	127		41.9323	-93.0856	4
50234	Rhodes	rhodes	IA	127		41.9177	-93.1796	4
50239	Saint Anthony	saint-anthony	IA	127		42.152	-93.1824	4
50247	State Center	state-center	IA	127		42.0109	-93.1673	4
51533	Emerson	emerson	IA	129		41.0284	-95.4106	4
51534	Glenwood	glenwood	IA	129		41.047	-95.7389	4
51540	Hastings	hastings	IA	129		41.0132	-95.5008	4
51541	Henderson	henderson	IA	129		41.1254	-95.4586	4
51551	Malvern	malvern	IA	129		41.0074	-95.584	4
51554	Mineola	mineola	IA	129		41.1414	-95.7005	4
51561	Pacific Junction	pacific-junction	IA	129		41.0271	-95.8046	4
51571	Silver City	silver-city	IA	129		41.113	-95.6269	4
50426	Carpenter	carpenter	IA	131		43.415	-93.0149	4
50454	Little Cedar	little-cedar	IA	131		43.3919	-92.7344	4
50455	Mc Intire	mc-intire	IA	131		43.45	-92.6048	1
50460	Orchard	orchard	IA	131		43.2355	-92.72	4
50461	Osage	osage	IA	131		43.2872	-92.8144	4
50472	Saint Ansgar	saint-ansgar	IA	131		43.4061	-92.9235	4
50476	Stacyville	stacyville	IA	131		43.4457	-92.761	4
50481	Toeterville	toeterville	IA	131		43.3564	-92.789	4
51010	Castana	castana	IA	133		42.0744	-95.9086	4
51034	Mapleton	mapleton	IA	133		42.1585	-95.7909	4
51040	Onawa	onawa	IA	133		42.037	-96.1072	4
51051	Rodney	rodney	IA	133		42.198	-95.9769	4
51060	Ute	ute	IA	133		42.0581	-95.7125	4
51063	Whiting	whiting	IA	133		42.1522	-96.1822	4
51523	Blencoe	blencoe	IA	133		41.9237	-96.0827	4
51558	Moorhead	moorhead	IA	133		41.9186	-95.829	4
51572	Soldier	soldier	IA	133		41.9942	-95.7825	4
50150	Lovilia	lovilia	IA	135		41.1272	-92.9293	4
52531	Albia	albia	IA	135		41.0287	-92.7946	4
52569	Melrose	melrose	IA	135		40.9665	-93.0145	4
50847	Grant	grant	IA	137		41.1427	-94.9842	4
50864	Villisca	villisca	IA	137		40.9437	-94.9796	4
51532	Elliott	elliott	IA	137		41.1306	-95.1602	4
51566	Red Oak	red-oak	IA	137		41.0079	-95.2269	4
51573	Stanton	stanton	IA	137		40.9859	-95.0988	4
51591	Red Oak	red-oak	IA	137		41.0303	-95.1562	4
52720	Atalissa	atalissa	IA	139		41.5614	-91.1748	4
52739	Conesville	conesville	IA	139		41.3805	-91.3465	4
52749	Fruitland	fruitland	IA	139		41.3486	-91.1237	4
52759	Montpelier	montpelier	IA	139		41.4625	-90.8088	4
52760	Moscow	moscow	IA	139		41.5646	-91.0859	4
52761	Muscatine	muscatine	IA	139		41.4304	-91.0509	4
52766	Nichols	nichols	IA	139		41.4766	-91.2931	4
52769	Stockton	stockton	IA	139		41.5914	-90.8588	4
52776	West Liberty	west-liberty	IA	139		41.5701	-91.2668	4
52778	Wilton	wilton	IA	139		41.5858	-91.01	4
51009	Calumet	calumet	IA	141		42.9444	-95.5515	4
51046	Paullina	paullina	IA	141		42.9703	-95.7083	4
51058	Sutherland	sutherland	IA	141		42.9826	-95.4807	4
51201	Sheldon	sheldon	IA	141		43.1808	-95.8401	4
51231	Archer	archer	IA	141		43.1179	-95.7417	4
51245	Primghar	primghar	IA	141		43.0759	-95.6533	4
51248	Sanborn	sanborn	IA	141		43.189	-95.6622	4
51346	Hartley	hartley	IA	141		43.18	-95.4817	4
51232	Ashton	ashton	IA	143		43.3053	-95.7655	4
51249	Sibley	sibley	IA	143		43.4069	-95.7424	4
51345	Harris	harris	IA	143		43.4568	-95.4426	4
51350	Melvin	melvin	IA	143		43.2845	-95.593	4
51354	Ocheyedan	ocheyedan	IA	143		43.391	-95.5204	4
51601	Shenandoah	shenandoah	IA	145		40.7581	-95.3648	4
51603	Shenandoah	shenandoah	IA	145		40.7656	-95.3722	4
51630	Blanchard	blanchard	IA	145		40.6122	-95.2054	4
51631	Braddyville	braddyville	IA	145		40.5991	-94.9956	4
51632	Clarinda	clarinda	IA	145		40.7491	-95.038	4
51636	Coin	coin	IA	145		40.6686	-95.2217	4
51637	College Springs	college-springs	IA	145		40.6249	-95.1157	4
51638	Essex	essex	IA	145		40.8404	-95.2888	4
51647	Northboro	northboro	IA	145		40.6127	-95.3096	4
51651	Shambaugh	shambaugh	IA	145		40.6575	-95.025	4
51656	Yorktown	yorktown	IA	145		40.7374	-95.1562	4
50515	Ayrshire	ayrshire	IA	147		43.037	-94.8478	4
50527	Curlew	curlew	IA	147		42.9633	-94.7975	4
50528	Cylinder	cylinder	IA	147		43.1507	-94.5107	4
50536	Emmetsburg	emmetsburg	IA	147		43.1082	-94.6825	4
50562	Mallard	mallard	IA	147		42.9417	-94.6746	4
50597	West Bend	west-bend	IA	147		42.9574	-94.4564	4
51342	Graettinger	graettinger	IA	147		43.2277	-94.7334	4
51358	Ruthven	ruthven	IA	147		43.1448	-94.8842	4
51001	Akron	akron	IA	149		42.8354	-96.5225	4
51008	Brunsville	brunsville	IA	149		42.8093	-96.2626	4
51024	Hinton	hinton	IA	149		42.604	-96.305	4
51028	Kingsley	kingsley	IA	149		42.6191	-95.9762	4
51031	Le Mars	le-mars	IA	149		42.7962	-96.1704	4
51038	Merrill	merrill	IA	149		42.7047	-96.2283	4
51045	Oyens	oyens	IA	149		42.8199	-96.0566	4
51050	Remsen	remsen	IA	149		42.8149	-95.9544	4
51062	Westfield	westfield	IA	149		42.6953	-96.492	4
50540	Fonda	fonda	IA	151		42.6051	-94.8297	4
50546	Havelock	havelock	IA	151		42.8411	-94.7252	4
50554	Laurens	laurens	IA	151		42.8409	-94.8508	4
50571	Palmer	palmer	IA	151		42.6419	-94.5432	4
50573	Plover	plover	IA	151		42.8783	-94.6205	4
50574	Pocahontas	pocahontas	IA	151		42.7296	-94.6737	4
50581	Rolfe	rolfe	IA	151		42.8082	-94.5166	4
50593	Varina	varina	IA	151		42.6598	-94.8979	4
50007	Alleman	alleman	IA	153		41.8159	-93.6063	4
50009	Altoona	altoona	IA	153		41.6475	-93.4724	4
50021	Ankeny	ankeny	IA	153		41.7212	-93.5682	4
50023	Ankeny	ankeny	IA	153		41.7194	-93.6266	4
50032	Berwick	berwick	IA	153		41.6658	-93.5432	4
50035	Bondurant	bondurant	IA	153		41.7017	-93.4527	4
50073	Elkhart	elkhart	IA	153		41.7917	-93.5222	4
50111	Grimes	grimes	IA	153		41.7018	-93.7821	4
50131	Johnston	johnston	IA	153		41.673	-93.7028	4
50169	Mitchellville	mitchellville	IA	153		41.6609	-93.37	4
50226	Polk City	polk-city	IA	153		41.7549	-93.6893	4
50237	Runnells	runnells	IA	153		41.5515	-93.4202	4
50243	Sheldahl	sheldahl	IA	153		41.8571	-93.6973	4
50265	West Des Moines	west-des-moines	IA	153		41.5805	-93.7447	4
50266	West Des Moines	west-des-moines	IA	153		41.5695	-93.7994	4
50301	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50302	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50303	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50304	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50305	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50306	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50307	Des Moines	des-moines	IA	153		41.6005	-93.6091	4
50308	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50309	Des Moines	des-moines	IA	153		41.5887	-93.6212	4
50310	Des Moines	des-moines	IA	153		41.6255	-93.6736	4
50311	Des Moines	des-moines	IA	153		41.601	-93.6729	4
50312	Des Moines	des-moines	IA	153		41.5855	-93.6719	4
50313	Des Moines	des-moines	IA	153		41.6381	-93.6203	4
50314	Des Moines	des-moines	IA	153		41.603	-93.633	4
50315	Des Moines	des-moines	IA	153		41.5444	-93.6192	4
50316	Des Moines	des-moines	IA	153		41.6092	-93.6	4
50317	Des Moines	des-moines	IA	153		41.6122	-93.5296	4
50318	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50319	Des Moines	des-moines	IA	153		41.5921	-93.604	4
50320	Des Moines	des-moines	IA	153		41.5487	-93.5827	4
50321	Des Moines	des-moines	IA	153		41.5476	-93.6618	4
50322	Urbandale	urbandale	IA	153		41.6295	-93.723	4
50323	Urbandale	urbandale	IA	153		41.6294	-93.7717	4
50324	Windsor Heights	windsor-heights	IA	153		41.6032	-93.7152	4
50325	Clive	clive	IA	153		41.6067	-93.7457	4
50327	Pleasant Hill	pleasant-hill	IA	153		41.5839	-93.5199	4
50328	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50329	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50330	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50331	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50332	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50333	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50334	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50335	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50336	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50339	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50340	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50359	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50360	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50361	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50362	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50363	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50364	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50367	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50368	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50369	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50380	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50381	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50391	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50392	Des Moines	des-moines	IA	153		41.5878	-93.6274	4
50393	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50394	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50395	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50396	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50398	Urbandale	urbandale	IA	153		41.6267	-93.7122	4
50936	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50940	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50947	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50950	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50980	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50981	Des Moines	des-moines	IA	153		41.6727	-93.5722	4
50982	Des Moines	des-moines	IA	153		41.6006	-93.6089	
50983	Des Moines	des-moines	IA	153		41.6006	-93.6089	
51501	Council Bluffs	council-bluffs	IA	155		41.2324	-95.8751	4
51502	Council Bluffs	council-bluffs	IA	155		41.2619	-95.8608	4
51503	Council Bluffs	council-bluffs	IA	155		41.2616	-95.8251	4
51510	Carter Lake	carter-lake	IA	155		41.2925	-95.9141	4
51521	Avoca	avoca	IA	155		41.4768	-95.3509	4
51525	Carson	carson	IA	155		41.2367	-95.4181	4
51526	Crescent	crescent	IA	155		41.3644	-95.8276	4
51536	Hancock	hancock	IA	155		41.3832	-95.3445	4
51542	Honey Creek	honey-creek	IA	155		41.463	-95.8802	4
51548	Mc Clelland	mc-clelland	IA	155		41.2932	-95.6813	1
51549	Macedonia	macedonia	IA	155		41.1916	-95.4314	4
51553	Minden	minden	IA	155		41.4654	-95.5519	4
51559	Neola	neola	IA	155		41.4564	-95.6794	4
51560	Oakland	oakland	IA	155		41.312	-95.379	4
51570	Shelby	shelby	IA	155		41.5339	-95.4469	4
51575	Treynor	treynor	IA	155		41.2307	-95.6086	4
51576	Underwood	underwood	IA	155		41.3603	-95.627	4
51577	Walnut	walnut	IA	155		41.4623	-95.218	4
51593	Harlan	harlan	IA	155		41.498	-95.3636	4
50112	Grinnell	grinnell	IA	157		41.7421	-92.7344	4
50157	Malcom	malcom	IA	157		41.7695	-92.5354	4
50171	Montezuma	montezuma	IA	157		41.5928	-92.5276	4
50242	Searsboro	searsboro	IA	157		41.5656	-92.6987	4
52211	Brooklyn	brooklyn	IA	157		41.7321	-92.4285	4
52221	Guernsey	guernsey	IA	157		41.6378	-92.3479	4
52222	Deep River	deep-river	IA	157		41.5717	-92.3645	4
09214	APO AE	apo-ae				50.1738	7.0633	
52232	Hartwick	hartwick	IA	157		41.808	-92.3538	4
50074	Ellston	ellston	IA	159		40.8505	-94.0841	4
50133	Kellerton	kellerton	IA	159		40.6861	-94.0607	4
50835	Benton	benton	IA	159		40.7082	-94.3689	4
50845	Diagonal	diagonal	IA	159		40.8226	-94.3552	4
50854	Mount Ayr	mount-ayr	IA	159		40.7142	-94.2321	4
50860	Redding	redding	IA	159		40.6053	-94.3595	4
50863	Tingley	tingley	IA	159		40.8516	-94.1908	4
50535	Early	early	IA	161		42.4483	-95.1726	4
50567	Nemaha	nemaha	IA	161		42.518	-95.0939	4
50583	Sac City	sac-city	IA	161		42.4262	-94.9796	4
51053	Schaller	schaller	IA	161		42.5055	-95.2846	4
51433	Auburn	auburn	IA	161		42.2763	-94.8711	4
51450	Lake View	lake-view	IA	161		42.3154	-95.0486	4
51458	Odebolt	odebolt	IA	161		42.3095	-95.2501	4
51466	Wall Lake	wall-lake	IA	161		42.2653	-95.0852	4
52722	Bettendorf	bettendorf	IA	163		41.5509	-90.4942	4
52726	Blue Grass	blue-grass	IA	163		41.5112	-90.738	4
52728	Buffalo	buffalo	IA	163		41.4564	-90.7235	4
52745	Dixon	dixon	IA	163		41.7113	-90.7553	4
52746	Donahue	donahue	IA	163		41.7093	-90.6829	4
52748	Eldridge	eldridge	IA	163		41.6635	-90.5634	4
52753	Le Claire	le-claire	IA	163		41.6082	-90.3628	4
52756	Long Grove	long-grove	IA	163		41.7213	-90.5534	4
52758	Mc Causland	mc-causland	IA	163		41.743	-90.4539	1
52765	New Liberty	new-liberty	IA	163		41.7132	-90.8599	4
52767	Pleasant Valley	pleasant-valley	IA	163		41.5746	-90.4213	4
52768	Princeton	princeton	IA	163		41.6858	-90.3706	4
52773	Walcott	walcott	IA	163		41.6453	-90.7256	4
52801	Davenport	davenport	IA	163		41.5208	-90.5745	4
52802	Davenport	davenport	IA	163		41.5164	-90.6141	4
52803	Davenport	davenport	IA	163		41.5385	-90.5613	4
52804	Davenport	davenport	IA	163		41.5386	-90.6115	4
52805	Davenport	davenport	IA	163		41.613	-90.6063	4
52806	Davenport	davenport	IA	163		41.5733	-90.6038	4
52807	Davenport	davenport	IA	163		41.5618	-90.5403	4
52808	Davenport	davenport	IA	163		41.613	-90.6063	4
52809	Davenport	davenport	IA	163		41.613	-90.6063	4
51446	Irwin	irwin	IA	165		41.7751	-95.1919	4
51447	Kirkman	kirkman	IA	165		41.7308	-95.2671	4
51527	Defiance	defiance	IA	165		41.8053	-95.3537	4
51530	Earling	earling	IA	165		41.7925	-95.421	4
51531	Elk Horn	elk-horn	IA	165		41.5829	-95.07	4
51537	Harlan	harlan	IA	165		41.6437	-95.3111	4
51562	Panama	panama	IA	165		41.7288	-95.487	4
51565	Portsmouth	portsmouth	IA	165		41.6484	-95.5108	4
51578	Westphalia	westphalia	IA	165		41.7199	-95.3952	4
51003	Alton	alton	IA	167		42.9782	-96.0173	4
51011	Chatsworth	chatsworth	IA	167		42.9163	-96.5145	4
51022	Granville	granville	IA	167		42.9693	-95.8972	4
51023	Hawarden	hawarden	IA	167		43.0013	-96.473	4
51027	Ireton	ireton	IA	167		42.9666	-96.3232	4
51036	Maurice	maurice	IA	167		42.9626	-96.1655	4
51041	Orange City	orange-city	IA	167		43.0185	-96.0565	4
51234	Boyden	boyden	IA	167		43.2034	-95.9823	4
51238	Hospers	hospers	IA	167		43.0793	-95.9142	4
51239	Hull	hull	IA	167		43.1952	-96.1392	4
51244	Matlock	matlock	IA	167		43.2439	-95.9353	4
51247	Rock Valley	rock-valley	IA	167		43.2014	-96.3103	4
51250	Sioux Center	sioux-center	IA	167		43.0814	-96.18	4
50010	Ames	ames	IA	169		42.0379	-93.6003	4
50011	Ames	ames	IA	169		42.036	-93.4652	4
50012	Ames	ames	IA	169		42.0236	-93.6485	4
50013	Ames	ames	IA	169		42.0235	-93.6408	4
50014	Ames	ames	IA	169		42.0486	-93.6945	4
50046	Cambridge	cambridge	IA	169		41.9025	-93.5305	4
50055	Collins	collins	IA	169		41.9032	-93.3008	4
50056	Colo	colo	IA	169		42.0131	-93.3071	4
50105	Gilbert	gilbert	IA	169		42.1148	-93.6399	4
50124	Huxley	huxley	IA	169		41.8994	-93.6024	4
50134	Kelley	kelley	IA	169		41.9488	-93.6644	4
50154	Mc Callsburg	mc-callsburg	IA	169		42.1665	-93.3978	1
50161	Maxwell	maxwell	IA	169		41.8967	-93.4001	4
50201	Nevada	nevada	IA	169		42.019	-93.4462	4
50236	Roland	roland	IA	169		42.1646	-93.5063	4
50244	Slater	slater	IA	169		41.8765	-93.6812	4
50248	Story City	story-city	IA	169		42.1835	-93.5988	4
50278	Zearing	zearing	IA	169		42.1535	-93.2928	4
50173	Montour	montour	IA	171		41.9709	-92.7006	4
50612	Buckingham	buckingham	IA	171		42.2552	-92.4098	4
50632	Garwin	garwin	IA	171		42.0872	-92.6894	4
50635	Gladbrook	gladbrook	IA	171		42.1774	-92.7141	4
50652	Lincoln	lincoln	IA	171		42.2643	-92.693	4
50675	Traer	traer	IA	171		42.1847	-92.4827	4
52215	Chelsea	chelsea	IA	171		41.9131	-92.4078	4
52217	Clutier	clutier	IA	171		42.0789	-92.3763	4
52224	Dysart	dysart	IA	171		42.169	-92.3187	4
52225	Elberon	elberon	IA	171		42.0088	-92.3314	4
52339	Tama	tama	IA	171		41.9616	-92.58	4
52342	Toledo	toledo	IA	171		42.0077	-92.5662	4
52348	Vining	vining	IA	171		41.99	-92.3799	4
50833	Bedford	bedford	IA	173		40.6683	-94.7324	4
50836	Blockton	blockton	IA	173		40.6242	-94.5049	4
50840	Clearfield	clearfield	IA	173		40.7935	-94.4944	4
50848	Gravity	gravity	IA	173		40.7909	-94.7506	4
50851	Lenox	lenox	IA	173		40.8841	-94.5612	4
50862	Sharpsburg	sharpsburg	IA	173		40.795	-94.6416	4
51646	New Market	new-market	IA	173		40.7422	-94.8917	4
50149	Lorimor	lorimor	IA	175		41.1233	-94.0639	4
50254	Thayer	thayer	IA	175		41.0029	-94.0686	4
50801	Creston	creston	IA	175		41.0499	-94.3471	4
50830	Afton	afton	IA	175		41.0401	-94.194	4
50831	Arispe	arispe	IA	175		40.9314	-94.2193	4
50842	Cromwell	cromwell	IA	175		41.0398	-94.4616	4
50861	Shannon City	shannon-city	IA	175		40.9017	-94.2633	4
52535	Birmingham	birmingham	IA	177		40.8626	-91.9534	4
52542	Cantril	cantril	IA	177		40.6546	-92.0465	4
52551	Douds	douds	IA	177		40.8378	-92.0859	4
52565	Keosauqua	keosauqua	IA	177		40.7424	-91.9704	4
52570	Milton	milton	IA	177		40.6721	-92.1438	4
52573	Mount Sterling	mount-sterling	IA	177		40.6458	-91.9027	4
52588	Selma	selma	IA	177		40.864	-92.1736	4
52620	Bonaparte	bonaparte	IA	177		40.7148	-91.7897	4
52626	Farmington	farmington	IA	177		40.6397	-91.7447	4
52651	Stockport	stockport	IA	177		40.8584	-91.8141	4
52501	Ottumwa	ottumwa	IA	179		41.0309	-92.4098	4
52530	Agency	agency	IA	179		40.9957	-92.3162	4
52536	Blakesburg	blakesburg	IA	179		40.9555	-92.6195	4
52548	Chillicothe	chillicothe	IA	179		41.086	-92.5303	4
52553	Eddyville	eddyville	IA	179		41.1533	-92.6221	4
52554	Eldon	eldon	IA	179		40.9261	-92.2268	4
52566	Kirkville	kirkville	IA	179		41.1438	-92.5006	4
50001	Ackworth	ackworth	IA	181		41.3737	-93.3767	4
50047	Carlisle	carlisle	IA	181		41.4814	-93.4921	4
50061	Cumming	cumming	IA	181		41.4849	-93.7539	4
50118	Hartford	hartford	IA	181		41.4596	-93.4022	4
50125	Indianola	indianola	IA	181		41.3143	-93.588	4
50139	Lacona	lacona	IA	181		41.1988	-93.3838	4
50145	Liberty Center	liberty-center	IA	181		41.2071	-93.4993	4
50160	Martensdale	martensdale	IA	181		41.373	-93.7358	4
50166	Milo	milo	IA	181		41.2904	-93.4454	4
50210	New Virginia	new-virginia	IA	181		41.1883	-93.6976	4
50211	Norwalk	norwalk	IA	181		41.4861	-93.6573	4
50229	Prole	prole	IA	181		41.383	-93.7344	4
50241	Saint Marys	saint-marys	IA	181		41.3084	-93.7369	4
52201	Ainsworth	ainsworth	IA	183		41.3202	-91.5472	4
52247	Kalona	kalona	IA	183		41.4823	-91.7057	4
52327	Riverside	riverside	IA	183		41.4758	-91.5741	4
52353	Washington	washington	IA	183		41.3015	-91.6987	4
52356	Wellman	wellman	IA	183		41.47	-91.84	4
52359	West Chester	west-chester	IA	183		41.3585	-91.8075	4
52540	Brighton	brighton	IA	183		41.1543	-91.8284	4
52621	Crawfordsville	crawfordsville	IA	183		41.2093	-91.5414	4
50008	Allerton	allerton	IA	185		40.7023	-93.3724	4
50052	Clio	clio	IA	185		40.6342	-93.448	4
50060	Corydon	corydon	IA	185		40.7771	-93.3274	4
50123	Humeston	humeston	IA	185		40.8469	-93.5101	4
50147	Lineville	lineville	IA	185		40.6004	-93.4862	4
50165	Millerton	millerton	IA	185		40.8494	-93.3055	4
52583	Promise City	promise-city	IA	185		40.7585	-93.1527	4
52590	Seymour	seymour	IA	185		40.6724	-93.1368	4
50501	Fort Dodge	fort-dodge	IA	187		42.5088	-94.1807	4
50516	Badger	badger	IA	187		42.6144	-94.1461	4
50518	Barnum	barnum	IA	187		42.5159	-94.3703	4
50521	Burnside	burnside	IA	187		42.3413	-94.1143	4
50523	Callender	callender	IA	187		42.3494	-94.282	4
50524	Clare	clare	IA	187		42.5954	-94.308	4
50530	Dayton	dayton	IA	187		42.2594	-94.061	4
50532	Duncombe	duncombe	IA	187		42.4493	-94.0592	4
50543	Gowrie	gowrie	IA	187		42.2767	-94.2987	4
50544	Harcourt	harcourt	IA	187		42.2531	-94.1961	4
50557	Lehigh	lehigh	IA	187		42.3526	-94.0342	4
50566	Moorland	moorland	IA	187		42.434	-94.3199	4
50569	Otho	otho	IA	187		42.4031	-94.1388	4
50594	Vincent	vincent	IA	187		42.5623	-94.0335	4
50424	Buffalo Center	buffalo-center	IA	189		43.3732	-93.9376	4
50436	Forest City	forest-city	IA	189		43.2692	-93.6356	4
50450	Lake Mills	lake-mills	IA	189		43.4167	-93.5336	4
50453	Leland	leland	IA	189		43.3425	-93.6895	4
50465	Rake	rake	IA	189		43.4767	-93.9171	4
50473	Scarville	scarville	IA	189		43.4673	-93.6423	4
50478	Thompson	thompson	IA	189		43.3875	-93.7517	4
52101	Decorah	decorah	IA	191		43.3227	-91.7939	4
52132	Calmar	calmar	IA	191		43.1974	-91.9126	4
52133	Castalia	castalia	IA	191		43.1361	-91.6643	4
52144	Fort Atkinson	fort-atkinson	IA	191		43.1339	-91.9134	4
52149	Highlandville	highlandville	IA	191		43.4638	-91.6899	4
52161	Ossian	ossian	IA	191		43.1379	-91.7734	4
52165	Ridgeway	ridgeway	IA	191		43.2979	-92.0034	4
52168	Spillville	spillville	IA	191		43.2032	-91.9441	4
51004	Anthon	anthon	IA	193		42.387	-95.8948	4
51007	Bronson	bronson	IA	193		42.4292	-96.1986	4
51015	Climbing Hill	climbing-hill	IA	193		42.345	-96.0875	4
51016	Correctionville	correctionville	IA	193		42.4743	-95.7804	4
51018	Cushing	cushing	IA	193		42.4642	-95.6775	4
51019	Danbury	danbury	IA	193		42.2693	-95.7263	4
51026	Hornick	hornick	IA	193		42.2897	-96.0796	4
51030	Lawton	lawton	IA	193		42.5047	-96.2189	4
51039	Moville	moville	IA	193		42.4819	-96.0656	4
51044	Oto	oto	IA	193		42.2646	-95.8616	4
51048	Pierson	pierson	IA	193		42.5335	-95.8922	4
51052	Salix	salix	IA	193		42.3306	-96.2879	4
51054	Sergeant Bluff	sergeant-bluff	IA	193		42.4019	-96.3534	4
51055	Sloan	sloan	IA	193		42.2427	-96.2306	4
51056	Smithland	smithland	IA	193		42.2408	-95.9486	4
51101	Sioux City	sioux-city	IA	193		42.4972	-96.4029	4
51102	Sioux City	sioux-city	IA	193		42.3684	-96.318	4
51103	Sioux City	sioux-city	IA	193		42.5068	-96.4295	4
51104	Sioux City	sioux-city	IA	193		42.5254	-96.4005	4
51105	Sioux City	sioux-city	IA	193		42.5032	-96.3829	4
51106	Sioux City	sioux-city	IA	193		42.4671	-96.3528	4
51108	Sioux City	sioux-city	IA	193		42.5469	-96.3617	4
51109	Sioux City	sioux-city	IA	193		42.5173	-96.4803	4
51111	Sioux City	sioux-city	IA	193		42.4089	-96.3713	4
50434	Fertile	fertile	IA	195		43.2644	-93.4183	4
50440	Grafton	grafton	IA	195		43.311	-93.0797	4
50444	Hanlontown	hanlontown	IA	195		43.2802	-93.3788	4
50446	Joice	joice	IA	195		43.3761	-93.4454	4
50448	Kensett	kensett	IA	195		43.3536	-93.2105	4
50456	Manly	manly	IA	195		43.2891	-93.2018	4
50459	Northwood	northwood	IA	195		43.4506	-93.2419	4
50071	Dows	dows	IA	197		42.661	-93.5058	4
50101	Galt	galt	IA	197		42.6912	-93.6035	4
50421	Belmond	belmond	IA	197		42.8511	-93.62	4
50470	Rowan	rowan	IA	197		42.7596	-93.557	4
50525	Clarion	clarion	IA	197		42.7271	-93.7277	4
50526	Clarion	clarion	IA	197		42.733	-93.7352	4
50533	Eagle Grove	eagle-grove	IA	197		42.6609	-93.9049	4
50542	Goldfield	goldfield	IA	197		42.7581	-93.9194	4
50599	Woolstock	woolstock	IA	197		42.5844	-93.8216	4
83616	Eagle	eagle	ID	001		43.7069	-116.362	4
83634	Kuna	kuna	ID	001		43.487	-116.3819	4
83642	Meridian	meridian	ID	001		43.615	-116.3975	4
83669	Star	star	ID	001		43.7013	-116.4967	4
83680	Meridian	meridian	ID	001		43.6121	-116.3915	4
83701	Boise	boise	ID	001		43.6038	-116.2729	4
83702	Boise	boise	ID	001		43.6322	-116.2052	4
83703	Boise	boise	ID	001		43.6601	-116.2524	4
83704	Boise	boise	ID	001		43.633	-116.2951	4
83705	Boise	boise	ID	001		43.5851	-116.2191	4
83706	Boise	boise	ID	001		43.5885	-116.191	4
83707	Boise	boise	ID	001		43.6135	-116.2035	4
83708	Boise	boise	ID	001		43.4599	-116.244	4
83709	Boise	boise	ID	001		43.5741	-116.2941	4
83711	Boise	boise	ID	001		43.4599	-116.244	4
83712	Boise	boise	ID	001		43.6023	-116.1649	4
83713	Boise	boise	ID	001		43.634	-116.3419	4
83714	Garden City	garden-city	ID	001		43.7318	-116.2797	4
83715	Boise	boise	ID	001		43.4599	-116.244	4
83716	Boise	boise	ID	001		43.5345	-115.9711	4
83717	Boise	boise	ID	001		43.4599	-116.244	4
83719	Boise	boise	ID	001		43.4599	-116.244	4
83720	Boise	boise	ID	001		43.4599	-116.244	4
83722	Boise	boise	ID	001		43.4599	-116.244	4
83724	Boise	boise	ID	001		43.6195	-116.1952	4
83725	Boise	boise	ID	001		43.4599	-116.244	4
83726	Boise	boise	ID	001		43.4599	-116.244	4
83728	Boise	boise	ID	001		43.6135	-116.2035	4
83729	Boise	boise	ID	001		43.4599	-116.244	4
83731	Boise	boise	ID	001		43.4599	-116.244	4
83732	Boise	boise	ID	001		43.4599	-116.244	4
83735	Boise	boise	ID	001		43.6135	-116.2035	4
83756	Boise	boise	ID	001		43.4599	-116.244	4
83799	Boise	boise	ID	001		43.6135	-116.2035	4
83612	Council	council	ID	003		44.7628	-116.4518	4
83632	Indian Valley	indian-valley	ID	003		44.5491	-116.443	4
83643	Mesa	mesa	ID	003		44.6255	-116.4493	4
83654	New Meadows	new-meadows	ID	003		44.994	-116.2874	4
83201	Pocatello	pocatello	ID	005		42.8876	-112.4381	4
83202	Pocatello	pocatello	ID	005		42.9357	-112.4679	4
83204	Pocatello	pocatello	ID	005		42.8465	-112.4434	4
83205	Pocatello	pocatello	ID	005		42.8062	-112.4103	4
83206	Pocatello	pocatello	ID	005		42.8713	-112.4455	4
83209	Pocatello	pocatello	ID	005		42.6395	-112.3138	4
83214	Arimo	arimo	ID	005		42.56	-112.1746	4
83234	Downey	downey	ID	005		42.4181	-112.109	4
83245	Inkom	inkom	ID	005		42.7964	-112.2465	4
83246	Lava Hot Springs	lava-hot-springs	ID	005		42.6185	-112.0176	4
83250	McCammon	mccammon	ID	005		42.6336	-112.1758	4
83281	Swanlake	swanlake	ID	005		42.3195	-111.9781	4
83220	Bern	bern	ID	007		42.3191	-111.3926	4
83223	Bloomington	bloomington	ID	007		42.184	-111.4086	4
83233	Dingle	dingle	ID	007		42.1774	-111.2174	4
83238	Geneva	geneva	ID	007		42.3136	-111.0722	4
83239	Georgetown	georgetown	ID	007		42.4821	-111.3708	4
83254	Montpelier	montpelier	ID	007		42.352	-111.3195	1
83261	Paris	paris	ID	007		42.2242	-111.4208	4
83272	Saint Charles	saint-charles	ID	007		42.1128	-111.3897	4
83287	Fish Haven	fish-haven	ID	007		42.0459	-111.4633	4
83824	Desmet	desmet	ID	009		47.126	-116.8937	1
83830	Fernwood	fernwood	ID	009		47.116	-116.3831	4
83851	Plummer	plummer	ID	009		47.3278	-116.8662	4
83861	Saint Maries	saint-maries	ID	009		47.2977	-116.5681	4
83866	Santa	santa	ID	009		47.1544	-116.431	4
83870	Tensed	tensed	ID	009		47.1707	-116.9027	4
83203	Fort Hall	fort-hall	ID	011		43.0331	-112.4285	4
83210	Aberdeen	aberdeen	ID	011		43.0049	-112.84	4
83215	Atomic City	atomic-city	ID	011		43.4449	-112.8128	4
83218	Basalt	basalt	ID	011		43.3155	-112.1644	4
83221	Blackfoot	blackfoot	ID	011		43.1943	-112.3615	4
83236	Firth	firth	ID	011		43.3021	-112.1588	4
83256	Moreland	moreland	ID	011		43.2226	-112.4423	4
83262	Pingree	pingree	ID	011		43.1336	-112.6295	4
83274	Shelley	shelley	ID	011		43.3769	-112.1075	4
83277	Springfield	springfield	ID	011		43.0803	-112.673	4
83313	Bellevue	bellevue	ID	013		43.4397	-114.2498	4
83320	Carey	carey	ID	013		43.2744	-113.8926	4
83333	Hailey	hailey	ID	013		43.5239	-114.3064	4
83340	Ketchum	ketchum	ID	013		43.6692	-114.4858	4
83348	Picabo	picabo	ID	013		43.3101	-114.0861	4
83353	Sun Valley	sun-valley	ID	013		43.6853	-114.3313	4
83354	Sun Valley	sun-valley	ID	013		43.5946	-114.3226	4
83602	Banks	banks	ID	015		44.0804	-116.124	4
83622	Garden Valley	garden-valley	ID	015		44.0909	-115.8243	4
83629	Horseshoe Bend	horseshoe-bend	ID	015		43.9229	-116.1809	4
83631	Idaho City	idaho-city	ID	015		43.8834	-115.708	4
83637	Lowman	lowman	ID	015		44.1106	-115.5285	4
83646	Meridian	meridian	ID	015		43.6498	-116.4306	4
83666	Placerville	placerville	ID	015		43.9633	-115.9759	4
83804	Blanchard	blanchard	ID	017		48.0223	-116.9909	4
83809	Careywood	careywood	ID	017		48.0482	-116.5939	4
83811	Clark Fork	clark-fork	ID	017		48.1405	-116.1699	4
83813	Cocolalla	cocolalla	ID	017		48.1248	-116.6571	4
83821	Coolin	coolin	ID	017		48.5228	-116.8408	4
83822	Oldtown	oldtown	ID	017		48.1552	-116.9781	4
83825	Dover	dover	ID	017		48.2516	-116.611	4
83836	Hope	hope	ID	017		48.2444	-116.2795	4
83840	Kootenai	kootenai	ID	017		48.3102	-116.5135	4
83841	Laclede	laclede	ID	017		48.1702	-116.756	4
83848	Nordman	nordman	ID	017		48.6339	-116.9473	4
83852	Ponderay	ponderay	ID	017		48.3055	-116.5338	4
83856	Priest River	priest-river	ID	017		48.1664	-116.9066	4
83860	Sagle	sagle	ID	017		48.2035	-116.5455	4
83864	Sandpoint	sandpoint	ID	017		48.312	-116.5332	4
83865	Colburn	colburn	ID	017		48.3633	-116.6256	4
83401	Idaho Falls	idaho-falls	ID	019		43.5518	-111.8919	4
83402	Idaho Falls	idaho-falls	ID	019		43.4934	-112.0578	4
83403	Idaho Falls	idaho-falls	ID	019		43.4666	-112.0341	4
83404	Idaho Falls	idaho-falls	ID	019		43.475	-112.0124	4
83405	Idaho Falls	idaho-falls	ID	019		43.4666	-112.0341	4
83406	Idaho Falls	idaho-falls	ID	019		43.4732	-111.9661	4
83415	Idaho Falls	idaho-falls	ID	019		43.4666	-112.0341	4
83427	Iona	iona	ID	019		43.5263	-111.933	4
83428	Irwin	irwin	ID	019		43.3861	-111.2527	4
83449	Swan Valley	swan-valley	ID	019		43.456	-111.3416	4
83454	Ucon	ucon	ID	019		43.5936	-111.9573	4
83805	Bonners Ferry	bonners-ferry	ID	021		48.7306	-116.3322	4
83826	Eastport	eastport	ID	021		48.9994	-116.1813	4
83845	Moyie Springs	moyie-springs	ID	021		48.7464	-116.1796	4
83847	Naples	naples	ID	021		48.6049	-116.3196	4
83853	Porthill	porthill	ID	021		48.992	-116.4775	4
83213	Arco	arco	ID	023		43.6355	-113.3176	4
83244	Howe	howe	ID	023		43.9087	-113.0878	4
83255	Moore	moore	ID	023		43.7296	-113.4544	4
83322	Corral	corral	ID	025		43.5282	-114.7307	1
83327	Fairfield	fairfield	ID	025		43.3675	-114.7908	4
83337	Hill City	hill-city	ID	025		43.3005	-115.0512	4
83605	Caldwell	caldwell	ID	027		43.6627	-116.7	4
83606	Caldwell	caldwell	ID	027		43.7249	-116.7989	4
83607	Caldwell	caldwell	ID	027		43.6186	-116.7501	4
83626	Greenleaf	greenleaf	ID	027		43.669	-116.8315	4
83630	Huston	huston	ID	027		43.6027	-116.7903	4
83641	Melba	melba	ID	027		43.3784	-116.5489	4
83644	Middleton	middleton	ID	027		43.7191	-116.6112	4
83651	Nampa	nampa	ID	027		43.5834	-116.5848	4
83652	Nampa	nampa	ID	027		43.7071	-116.6208	4
83653	Nampa	nampa	ID	027		43.5851	-116.753	4
83656	Notus	notus	ID	027		43.7259	-116.7997	4
83660	Parma	parma	ID	027		43.7896	-116.9401	4
83676	Wilder	wilder	ID	027		43.6579	-116.9122	4
83686	Nampa	nampa	ID	027		43.5441	-116.566	4
83687	Nampa	nampa	ID	027		43.5937	-116.536	4
83217	Bancroft	bancroft	ID	029		42.7205	-111.8429	4
83230	Conda	conda	ID	029		42.7191	-111.5967	4
83241	Grace	grace	ID	029		42.55	-111.74	4
83276	Soda Springs	soda-springs	ID	029		42.6718	-111.5699	4
83285	Wayan	wayan	ID	029		43.0269	-111.2541	4
83311	Albion	albion	ID	031		42.3896	-113.5567	4
83312	Almo	almo	ID	031		42.0846	-113.6283	4
83318	Burley	burley	ID	031		42.5244	-113.7931	4
83323	Declo	declo	ID	031		42.5245	-113.4338	4
83342	Malta	malta	ID	031		42.2741	-113.3927	4
83346	Oakley	oakley	ID	031		42.194	-113.872	4
83423	Dubois	dubois	ID	033		44.1858	-112.3259	4
83446	Spencer	spencer	ID	033		44.3605	-112.1869	4
83520	Ahsahka	ahsahka	ID	035		46.5394	-116.3233	4
83541	Lenore	lenore	ID	035		46.5354	-116.513	4
83544	Orofino	orofino	ID	035		46.4952	-116.2404	4
83546	Pierce	pierce	ID	035		46.4924	-115.8071	4
83553	Weippe	weippe	ID	035		46.3807	-115.9386	4
83827	Elk River	elk-river	ID	035		46.7835	-116.1799	4
83226	Challis	challis	ID	037		44.4969	-114.1946	4
83227	Clayton	clayton	ID	037		44.2733	-114.4102	4
83235	Ellis	ellis	ID	037		44.6919	-114.0484	1
83251	Mackay	mackay	ID	037		43.9111	-113.612	1
83278	Stanley	stanley	ID	037		44.3714	-114.8561	1
83601	Atlanta	atlanta	ID	039		43.8479	-115.2538	4
83623	Glenns Ferry	glenns-ferry	ID	039		42.9622	-115.316	4
83627	Hammett	hammett	ID	039		42.9457	-115.4662	4
83633	King Hill	king-hill	ID	039		42.9799	-115.1899	4
83647	Mountain Home	mountain-home	ID	039		43.1392	-115.6963	4
83648	Mountain Home Afb	mountain-home-afb	ID	039		43.7914	-116.4012	1
83228	Clifton	clifton	ID	041		42.216	-111.9957	1
83232	Dayton	dayton	ID	041		42.1184	-111.9858	4
83237	Franklin	franklin	ID	041		42.0288	-111.7871	4
83263	Preston	preston	ID	041		42.1109	-111.8565	4
83283	Thatcher	thatcher	ID	041		42.3794	-111.6841	4
83286	Weston	weston	ID	041		42.0446	-111.9715	4
83420	Ashton	ashton	ID	043		44.0153	-111.4253	4
83421	Chester	chester	ID	043		44.0011	-111.5351	4
83429	Island Park	island-park	ID	043		44.4466	-111.3679	4
83433	Macks Inn	macks-inn	ID	043		44.3192	-111.6017	1
83436	Newdale	newdale	ID	043		43.8881	-111.6042	4
83438	Parker	parker	ID	043		43.9594	-111.7577	4
83445	Saint Anthony	saint-anthony	ID	043		43.963	-111.7036	4
83451	Teton	teton	ID	043		43.8907	-111.6504	4
83617	Emmett	emmett	ID	045		43.9089	-116.4927	4
83636	Letha	letha	ID	045		43.8963	-116.6462	4
83657	Ola	ola	ID	045		44.2418	-116.2732	4
83670	Sweet	sweet	ID	045		43.9948	-116.3232	4
83314	Bliss	bliss	ID	047		42.9449	-114.9104	4
83330	Gooding	gooding	ID	047		42.9373	-114.712	4
83332	Hagerman	hagerman	ID	047		42.8142	-114.887	4
83355	Wendell	wendell	ID	047		42.7579	-114.7154	4
83522	Cottonwood	cottonwood	ID	049		46.0448	-116.3733	4
83525	Elk City	elk-city	ID	049		45.7896	-115.5024	4
83526	Ferdinand	ferdinand	ID	049		46.1349	-116.3982	4
83530	Grangeville	grangeville	ID	049		45.9272	-116.1076	4
83531	Fenn	fenn	ID	049		45.9632	-116.2563	4
83533	Greencreek	greencreek	ID	049		46.1155	-116.2724	4
83539	Kooskia	kooskia	ID	049		46.116	-115.9459	4
83542	Lucile	lucile	ID	049		45.557	-116.2669	4
83547	Pollock	pollock	ID	049		45.3068	-116.3517	4
83549	Riggins	riggins	ID	049		45.397	-116.3006	4
83552	Stites	stites	ID	049		46.002	-115.9269	4
83554	White Bird	white-bird	ID	049		45.7521	-116.2889	4
83671	Warren	warren	ID	049		45.2641	-115.6765	4
83425	Hamer	hamer	ID	051		43.9308	-112.1872	4
83431	Lewisville	lewisville	ID	051		43.6725	-112.0189	4
83434	Menan	menan	ID	051		43.7266	-111.9837	4
83435	Monteview	monteview	ID	051		43.9862	-112.5783	4
83442	Rigby	rigby	ID	051		43.6715	-111.9005	4
83443	Ririe	ririe	ID	051		43.5197	-111.5266	4
83444	Roberts	roberts	ID	051		43.7116	-112.1196	4
83450	Terreton	terreton	ID	051		43.8586	-112.42	4
83325	Eden	eden	ID	053		42.5868	-114.2467	4
83335	Hazelton	hazelton	ID	053		42.5955	-114.135	4
83338	Jerome	jerome	ID	053		42.7178	-114.5012	4
83801	Athol	athol	ID	055		47.9267	-116.7318	4
83803	Bayview	bayview	ID	055		47.9822	-116.5494	4
83810	Cataldo	cataldo	ID	055		47.5522	-116.4431	4
83814	Coeur d'Alene	coeur-d-alene	ID	055		47.6928	-116.785	4
83815	Coeur d'Alene	coeur-d-alene	ID	055		47.7248	-116.789	4
83816	Coeur d'Alene	coeur-d-alene	ID	055		47.6777	-116.7805	4
83833	Harrison	harrison	ID	055		47.5017	-116.7446	4
83835	Hayden	hayden	ID	055		47.7989	-116.7423	4
83842	Medimont	medimont	ID	055		47.4625	-116.5683	4
83854	Post Falls	post-falls	ID	055		47.7205	-116.9353	4
83858	Rathdrum	rathdrum	ID	055		47.8241	-116.8873	4
83869	Spirit Lake	spirit-lake	ID	055		47.9657	-116.868	4
83876	Worley	worley	ID	055		47.4292	-116.9056	4
83877	Post Falls	post-falls	ID	055		47.718	-116.9516	4
83535	Juliaetta	juliaetta	ID	057		46.5754	-116.7188	4
83537	Kendrick	kendrick	ID	057		46.6286	-116.6049	4
83806	Bovill	bovill	ID	057		46.8588	-116.3935	4
83823	Deary	deary	ID	057		46.8061	-116.5238	4
83832	Genesee	genesee	ID	057		46.5714	-116.929	4
83834	Harvard	harvard	ID	057		46.9376	-116.7025	4
83843	Moscow	moscow	ID	057		46.7309	-116.9897	4
83844	Moscow	moscow	ID	057		46.7324	-117.0002	4
83855	Potlatch	potlatch	ID	057		46.9448	-116.9141	4
83857	Princeton	princeton	ID	057		46.8996	-116.8287	4
83871	Troy	troy	ID	057		46.7426	-116.7681	4
83872	Viola	viola	ID	057		46.8583	-116.9732	4
83229	Cobalt	cobalt	ID	059		45.093	-114.2317	1
83253	May	may	ID	059		44.6044	-113.912	1
83462	Carmen	carmen	ID	059		45.255	-113.8573	4
83463	Gibbonsville	gibbonsville	ID	059		45.5704	-113.9913	4
83464	Leadore	leadore	ID	059		44.7389	-113.4926	4
83465	Lemhi	lemhi	ID	059		44.8516	-113.6198	4
83466	North Fork	north-fork	ID	059		45.4242	-114.0419	4
83467	Salmon	salmon	ID	059		45.1571	-113.8784	4
83468	Tendoy	tendoy	ID	059		44.9681	-113.8167	4
83469	Shoup	shoup	ID	059		45.3769	-114.277	4
83523	Craigmont	craigmont	ID	061		46.2453	-116.4677	4
83536	Kamiah	kamiah	ID	061		46.2186	-116.0347	4
83543	Nezperce	nezperce	ID	061		46.2475	-116.2393	4
83548	Reubens	reubens	ID	061		46.3361	-116.5333	4
83555	Winchester	winchester	ID	061		46.2383	-116.6204	4
83324	Dietrich	dietrich	ID	063		42.9125	-114.2664	4
83349	Richfield	richfield	ID	063		43.0588	-114.1508	4
83352	Shoshone	shoshone	ID	063		42.9474	-114.3822	4
83440	Rexburg	rexburg	ID	065		43.81	-111.789	4
83441	Rexburg	rexburg	ID	065		43.7761	-111.691	4
83448	Sugar City	sugar-city	ID	065		43.8477	-111.6932	4
83460	Rexburg	rexburg	ID	065		43.826	-111.7897	4
83336	Heyburn	heyburn	ID	067		42.5599	-113.7709	4
83343	Minidoka	minidoka	ID	067		42.773	-113.5098	4
83347	Paul	paul	ID	067		42.624	-113.7971	4
83350	Rupert	rupert	ID	067		42.6888	-113.6481	4
83501	Lewiston	lewiston	ID	069		46.3646	-116.8609	4
83524	Culdesac	culdesac	ID	069		46.378	-116.6536	4
83540	Lapwai	lapwai	ID	069		46.4124	-116.7902	4
83545	Peck	peck	ID	069		46.4807	-116.4114	4
83243	Holbrook	holbrook	ID	071		42.1619	-112.6539	4
83252	Malad City	malad-city	ID	071		42.1808	-112.262	1
83604	Bruneau	bruneau	ID	073		42.614	-115.8419	4
83624	Grand View	grand-view	ID	073		42.9896	-116.0934	4
83628	Homedale	homedale	ID	073		43.6138	-116.9472	4
83639	Marsing	marsing	ID	073		43.5399	-116.824	4
83650	Murphy	murphy	ID	073		42.8481	-116.6371	4
83619	Fruitland	fruitland	ID	075		44.0027	-116.9143	4
83655	New Plymouth	new-plymouth	ID	075		43.959	-116.8048	4
83661	Payette	payette	ID	075		44.0782	-116.9203	4
83211	American Falls	american-falls	ID	077		42.6352	-112.9458	4
83212	Arbon	arbon	ID	077		42.5026	-112.5585	4
83271	Rockland	rockland	ID	077		42.5556	-112.854	4
83802	Avery	avery	ID	079		47.2714	-115.866	4
83808	Calder	calder	ID	079		47.3219	-116.0703	4
83812	Clarkia	clarkia	ID	079		47.0107	-116.2529	4
83837	Kellogg	kellogg	ID	079		47.5431	-116.1253	4
83839	Kingston	kingston	ID	079		47.5509	-116.2887	4
83846	Mullan	mullan	ID	079		47.4709	-115.7926	4
83849	Osburn	osburn	ID	079		47.5211	-116.021	4
83850	Pinehurst	pinehurst	ID	079		47.5018	-116.2647	4
83867	Silverton	silverton	ID	079		47.4981	-115.9657	4
83868	Smelterville	smelterville	ID	079		47.5362	-116.2062	4
83873	Wallace	wallace	ID	079		47.4908	-115.962	4
83874	Murray	murray	ID	079		47.6271	-115.8585	4
83422	Driggs	driggs	ID	081		43.7263	-111.1199	4
83424	Felt	felt	ID	081		43.8724	-111.1895	4
83452	Tetonia	tetonia	ID	081		43.7814	-111.2118	4
83455	Victor	victor	ID	081		43.6148	-111.1259	4
83301	Twin Falls	twin-falls	ID	083		42.5565	-114.4693	4
83302	Rogerson	rogerson	ID	083		42.218	-114.5942	4
83303	Twin Falls	twin-falls	ID	083		42.563	-114.4609	4
83316	Buhl	buhl	ID	083		42.6008	-114.7825	4
83321	Castleford	castleford	ID	083		42.521	-114.8734	4
83328	Filer	filer	ID	083		42.5653	-114.614	4
83334	Hansen	hansen	ID	083		42.5249	-114.2994	4
83341	Kimberly	kimberly	ID	083		42.5287	-114.3657	4
83344	Murtaugh	murtaugh	ID	083		42.4776	-114.1606	4
83611	Cascade	cascade	ID	085		44.6927	-115.6417	4
83615	Donnelly	donnelly	ID	085		44.6659	-116.0369	4
83635	Lake Fork	lake-fork	ID	085		44.8327	-116.0848	4
83638	McCall	mccall	ID	085		44.8918	-116.0789	4
83677	Yellow Pine	yellow-pine	ID	085		44.9698	-115.4963	4
83610	Cambridge	cambridge	ID	087		44.5922	-116.6757	4
83645	Midvale	midvale	ID	087		44.442	-116.7038	4
83672	Weiser	weiser	ID	087		44.2522	-116.9651	4
62301	Quincy	quincy	IL	001		39.9307	-91.3763	4
62305	Quincy	quincy	IL	001		39.9601	-91.3026	4
62306	Quincy	quincy	IL	001		39.9356	-91.4099	4
62320	Camp Point	camp-point	IL	001		40.0293	-91.0769	4
62324	Clayton	clayton	IL	001		40.0133	-90.9554	4
62325	Coatsburg	coatsburg	IL	001		40.0554	-91.1747	4
62338	Fowler	fowler	IL	001		39.9925	-91.2452	4
62339	Golden	golden	IL	001		40.1203	-91.0296	4
62346	La Prairie	la-prairie	IL	001		40.1572	-90.9844	4
62347	Liberty	liberty	IL	001		39.8892	-91.0869	4
62348	Lima	lima	IL	001		40.1775	-91.3785	4
62349	Loraine	loraine	IL	001		40.1532	-91.213	4
62351	Mendon	mendon	IL	001		40.0857	-91.2899	4
62359	Paloma	paloma	IL	001		40.0366	-91.2053	4
62360	Payson	payson	IL	001		39.8153	-91.2627	4
62365	Plainville	plainville	IL	001		39.8004	-91.1436	4
62376	Ursa	ursa	IL	001		40.0809	-91.3733	4
62914	Cairo	cairo	IL	003		37.0123	-89.1811	4
62957	Mc Clure	mc-clure	IL	003		37.302	-89.4531	1
62962	Miller City	miller-city	IL	003		37.1034	-89.3494	4
62969	Olive Branch	olive-branch	IL	003		37.1674	-89.3537	4
62988	Tamms	tamms	IL	003		37.2345	-89.2763	4
62990	Thebes	thebes	IL	003		37.221	-89.4599	4
62993	Unity	unity	IL	003		37.1528	-89.3256	4
62019	Donnellson	donnellson	IL	005		39.0344	-89.4909	4
62086	Sorento	sorento	IL	005		38.9693	-89.5653	4
62246	Greenville	greenville	IL	005		38.8933	-89.4052	4
62262	Mulberry Grove	mulberry-grove	IL	005		38.9311	-89.2463	4
62273	Pierron	pierron	IL	005		38.78	-89.5981	4
62275	Pocahontas	pocahontas	IL	005		38.7846	-89.5247	4
62284	Smithboro	smithboro	IL	005		38.8739	-89.3266	4
61008	Belvidere	belvidere	IL	007		42.2595	-88.8509	4
61011	Caledonia	caledonia	IL	007		42.3835	-88.9185	4
61012	Capron	capron	IL	007		42.4087	-88.7465	4
61038	Garden Prairie	garden-prairie	IL	007		42.251	-88.7437	4
61065	Poplar Grove	poplar-grove	IL	007		42.3594	-88.8428	4
62353	Mount Sterling	mount-sterling	IL	009		39.9803	-90.7414	4
62375	Timewell	timewell	IL	009		40.0117	-90.8661	4
62378	Versailles	versailles	IL	009		39.8883	-90.6741	4
61312	Arlington	arlington	IL	011		41.4437	-89.2219	4
61314	Buda	buda	IL	011		41.314	-89.6795	4
61315	Bureau	bureau	IL	011		41.2894	-89.3686	4
61317	Cherry	cherry	IL	011		41.4264	-89.2126	4
61320	Dalzell	dalzell	IL	011		41.3547	-89.1705	4
61322	Depue	depue	IL	011		41.3092	-89.3252	4
61323	Dover	dover	IL	011		41.4362	-89.396	4
61328	Kasbeer	kasbeer	IL	011		41.505	-89.4634	4
61329	Ladd	ladd	IL	011		41.3825	-89.219	4
61330	La Moille	la-moille	IL	011		41.5376	-89.297	4
61337	Malden	malden	IL	011		41.4245	-89.3693	4
61338	Manlius	manlius	IL	011		41.4555	-89.6697	4
61344	Mineral	mineral	IL	011		41.4036	-89.8201	4
61345	Neponset	neponset	IL	011		41.2905	-89.7944	4
61346	New Bedford	new-bedford	IL	011		41.5122	-89.7199	4
61349	Ohio	ohio	IL	011		41.5371	-89.4574	4
61356	Princeton	princeton	IL	011		41.3629	-89.427	4
61359	Seatonville	seatonville	IL	011		41.3613	-89.2691	4
61361	Sheffield	sheffield	IL	011		41.3949	-89.7115	4
61362	Spring Valley	spring-valley	IL	011		41.3279	-89.2042	4
61368	Tiskilwa	tiskilwa	IL	011		41.2891	-89.508	4
61374	Van Orin	van-orin	IL	011		41.55	-89.3534	4
61376	Walnut	walnut	IL	011		41.5394	-89.6092	4
61379	Wyanet	wyanet	IL	011		41.3785	-89.5744	4
62006	Batchtown	batchtown	IL	013		39.0725	-90.6591	4
62013	Brussels	brussels	IL	013		38.9495	-90.5887	4
62036	Golden Eagle	golden-eagle	IL	013		38.8961	-90.5602	4
62045	Hamburg	hamburg	IL	013		39.2235	-90.6995	4
62047	Hardin	hardin	IL	013		39.1547	-90.624	4
62053	Kampsville	kampsville	IL	013		39.3064	-90.6269	4
62065	Michael	michael	IL	013		39.2353	-90.6235	4
62070	Mozier	mozier	IL	013		39.2925	-90.7493	4
61014	Chadwick	chadwick	IL	015		41.9962	-89.8963	4
61046	Lanark	lanark	IL	015		42.0935	-89.8247	4
61051	Milledgeville	milledgeville	IL	015		41.9674	-89.7801	4
61053	Mount Carroll	mount-carroll	IL	015		42.1053	-89.9845	4
61074	Savanna	savanna	IL	015		42.0956	-90.1401	4
61078	Shannon	shannon	IL	015		42.161	-89.7481	4
61285	Thomson	thomson	IL	015		41.9816	-90.0844	4
62611	Arenzville	arenzville	IL	017		39.8979	-90.3636	4
62612	Ashland	ashland	IL	017		39.9386	-90.0792	4
62618	Beardstown	beardstown	IL	017		40.0044	-90.4229	4
62622	Bluff Springs	bluff-springs	IL	017		39.9796	-90.3524	4
62627	Chandlerville	chandlerville	IL	017		40.0374	-90.1163	4
62691	Virginia	virginia	IL	017		39.9512	-90.2123	4
60949	Ludlow	ludlow	IL	019		40.3747	-88.138	4
61801	Urbana	urbana	IL	019		40.1095	-88.2036	4
61802	Urbana	urbana	IL	019		40.0746	-88.1691	4
61803	Urbana	urbana	IL	019		40.1059	-88.2247	4
61815	Bondville	bondville	IL	019		40.1134	-88.3695	4
61816	Broadlands	broadlands	IL	019		39.9142	-87.9948	4
61820	Champaign	champaign	IL	019		40.111	-88.2407	4
61821	Champaign	champaign	IL	019		40.1073	-88.2788	4
61822	Champaign	champaign	IL	019		40.1317	-88.2854	4
61824	Champaign	champaign	IL	019		40.1164	-88.2434	4
61825	Champaign	champaign	IL	019		40.1164	-88.2434	4
61826	Champaign	champaign	IL	019		40.1131	-88.3613	4
61840	Dewey	dewey	IL	019		40.3131	-88.277	4
61843	Fisher	fisher	IL	019		40.2991	-88.356	4
61845	Foosland	foosland	IL	019		40.3554	-88.4202	4
61847	Gifford	gifford	IL	019		40.3028	-88.0317	4
61849	Homer	homer	IL	019		40.0346	-87.9627	4
61851	Ivesdale	ivesdale	IL	019		39.9502	-88.4451	4
61852	Longview	longview	IL	019		39.9012	-88.0753	4
61853	Mahomet	mahomet	IL	019		40.1964	-88.3928	4
61859	Ogden	ogden	IL	019		40.1401	-87.9665	4
61862	Penfield	penfield	IL	019		40.3101	-87.957	4
61863	Pesotum	pesotum	IL	019		39.9151	-88.2743	4
61864	Philo	philo	IL	019		40.0052	-88.1595	4
61866	Rantoul	rantoul	IL	019		40.3107	-88.1462	4
61871	Royal	royal	IL	019		40.1924	-87.9742	4
61872	Sadorus	sadorus	IL	019		39.9613	-88.3447	4
61873	Saint Joseph	saint-joseph	IL	019		40.1207	-88.0472	4
61874	Savoy	savoy	IL	019		40.0654	-88.2528	4
61875	Seymour	seymour	IL	019		40.107	-88.4267	4
61877	Sidney	sidney	IL	019		40.0232	-88.069	4
61878	Thomasboro	thomasboro	IL	019		40.2402	-88.183	4
61880	Tolono	tolono	IL	019		39.985	-88.2596	4
62083	Rosamond	rosamond	IL	021		39.3743	-89.1983	4
62510	Assumption	assumption	IL	021		39.5095	-89.0398	4
62517	Bulpitt	bulpitt	IL	021		39.5917	-89.424	4
62531	Edinburg	edinburg	IL	021		39.6612	-89.3779	4
62540	Kincaid	kincaid	IL	021		39.5838	-89.4185	4
62546	Morrisonville	morrisonville	IL	021		39.4153	-89.4541	4
62547	Mount Auburn	mount-auburn	IL	021		39.769	-89.2489	4
62555	Owaneco	owaneco	IL	021		39.4775	-89.1951	4
62556	Palmer	palmer	IL	021		39.4699	-89.3733	4
62557	Pana	pana	IL	021		39.3971	-89.1048	4
62567	Stonington	stonington	IL	021		39.6405	-89.1913	4
62568	Taylorville	taylorville	IL	021		39.5489	-89.2945	4
62570	Tovey	tovey	IL	021		39.588	-89.4495	4
62420	Casey	casey	IL	023		39.3017	-87.9913	4
62423	Dennison	dennison	IL	023		39.449	-87.5867	4
62441	Marshall	marshall	IL	023		39.422	-87.6923	4
62442	Martinsville	martinsville	IL	023		39.3174	-87.8707	4
62474	Westfield	westfield	IL	023		39.4564	-87.9961	4
62477	West Union	west-union	IL	023		39.2402	-87.6512	4
62434	Ingraham	ingraham	IL	025		38.8284	-88.3204	4
62824	Clay City	clay-city	IL	025		38.6695	-88.3516	4
62839	Flora	flora	IL	025		38.6703	-88.4919	4
62858	Louisville	louisville	IL	025		38.7718	-88.5065	4
62879	Sailor Springs	sailor-springs	IL	025		38.7639	-88.3631	4
62899	Xenia	xenia	IL	025		38.6359	-88.6348	4
62215	Albers	albers	IL	027		38.532	-89.6202	4
62216	Aviston	aviston	IL	027		38.6089	-89.6034	4
62218	Bartelso	bartelso	IL	027		38.5385	-89.4578	4
62219	Beckemeyer	beckemeyer	IL	027		38.6058	-89.4319	4
62230	Breese	breese	IL	027		38.6188	-89.5284	4
62231	Carlyle	carlyle	IL	027		38.6066	-89.3805	4
62245	Germantown	germantown	IL	027		38.5487	-89.5413	4
62250	Hoffman	hoffman	IL	027		38.5408	-89.2661	4
62252	Huey	huey	IL	027		38.6018	-89.2915	4
62253	Keyesport	keyesport	IL	027		38.7769	-89.2975	4
62265	New Baden	new-baden	IL	027		38.5315	-89.6922	4
62266	New Memphis	new-memphis	IL	027		38.4857	-89.6816	4
62293	Trenton	trenton	IL	027		38.6191	-89.6447	4
09215	APO AE	apo-ae				53.5753	10.0153	
61912	Ashmore	ashmore	IL	029		39.5254	-88.0341	4
61920	Charleston	charleston	IL	029		39.4869	-88.1761	4
61931	Humboldt	humboldt	IL	029		39.6012	-88.3141	4
61938	Mattoon	mattoon	IL	029		39.4802	-88.3762	4
61943	Oakland	oakland	IL	029		39.6516	-88.0253	4
62440	Lerna	lerna	IL	029		39.3958	-88.253	4
62469	Trilla	trilla	IL	029		39.3938	-88.3488	4
60004	Arlington Heights	arlington-heights	IL	031		42.112	-87.9792	4
60005	Arlington Heights	arlington-heights	IL	031		42.0639	-87.9856	4
60006	Arlington Heights	arlington-heights	IL	031		42.0884	-87.9806	4
60007	Elk Grove Village	elk-grove-village	IL	031		42.0076	-87.9931	4
60008	Rolling Meadows	rolling-meadows	IL	031		42.073	-88.0191	4
60009	Elk Grove Village	elk-grove-village	IL	031		42.0039	-87.9703	4
60016	Des Plaines	des-plaines	IL	031		42.0467	-87.8859	4
60017	Des Plaines	des-plaines	IL	031		42.0288	-87.8944	4
60018	Des Plaines	des-plaines	IL	031		42.0155	-87.8687	4
60019	Des Plaines	des-plaines	IL	031		42.0243	-87.9071	4
60022	Glencoe	glencoe	IL	031		42.1333	-87.7615	4
60025	Glenview	glenview	IL	031		42.0758	-87.8223	4
60026	Glenview	glenview	IL	031		42.0698	-87.7878	4
60029	Golf	golf	IL	031		42.058	-87.7916	4
60038	Palatine	palatine	IL	031		42.098	-88.0141	4
60043	Kenilworth	kenilworth	IL	031		42.0884	-87.7165	4
60053	Morton Grove	morton-grove	IL	031		42.0431	-87.7899	4
60055	Palatine	palatine	IL	031		42.098	-88.0141	4
60056	Mount Prospect	mount-prospect	IL	031		42.0624	-87.9377	4
60062	Northbrook	northbrook	IL	031		42.1254	-87.8465	4
60065	Northbrook	northbrook	IL	031		42.1275	-87.829	4
60067	Palatine	palatine	IL	031		42.1139	-88.0429	4
60068	Park Ridge	park-ridge	IL	031		42.0122	-87.8417	4
60070	Prospect Heights	prospect-heights	IL	031		42.1058	-87.9395	4
60074	Palatine	palatine	IL	031		42.1458	-88.023	4
60076	Skokie	skokie	IL	031		42.0362	-87.7328	4
60077	Skokie	skokie	IL	031		42.0345	-87.7541	4
60078	Palatine	palatine	IL	031		42.1103	-88.0342	4
60082	Techny	techny	IL	031		42.1164	-87.8121	4
60090	Wheeling	wheeling	IL	031		42.134	-87.9341	4
60091	Wilmette	wilmette	IL	031		42.0765	-87.7246	4
60093	Winnetka	winnetka	IL	031		42.1054	-87.7535	4
60094	Palatine	palatine	IL	031		42.1103	-88.0342	4
60095	Palatine	palatine	IL	031		42.1103	-88.0342	4
60103	Bartlett	bartlett	IL	031		41.9794	-88.2063	4
60104	Bellwood	bellwood	IL	031		41.8825	-87.8786	4
60107	Streamwood	streamwood	IL	031		42.0225	-88.169	4
60130	Forest Park	forest-park	IL	031		41.8744	-87.8106	4
60131	Franklin Park	franklin-park	IL	031		41.9339	-87.8734	4
60141	Hines	hines	IL	031		41.8623	-87.8355	4
60153	Maywood	maywood	IL	031		41.8793	-87.8433	4
60154	Westchester	westchester	IL	031		41.8524	-87.8845	4
60155	Broadview	broadview	IL	031		41.8577	-87.8562	4
60159	Schaumburg	schaumburg	IL	031		42.0334	-88.0834	4
60160	Melrose Park	melrose-park	IL	031		41.9003	-87.8581	4
60161	Melrose Park	melrose-park	IL	031		41.9006	-87.8567	4
60162	Hillside	hillside	IL	031		41.8725	-87.9016	4
60163	Berkeley	berkeley	IL	031		41.8888	-87.909	4
60164	Melrose Park	melrose-park	IL	031		41.9214	-87.8924	4
60165	Stone Park	stone-park	IL	031		41.903	-87.8811	4
60168	Schaumburg	schaumburg	IL	031		42.0334	-88.0834	4
60169	Hoffman Estates	hoffman-estates	IL	031		42.0493	-88.1065	4
60171	River Grove	river-grove	IL	031		41.9279	-87.8387	4
60173	Schaumburg	schaumburg	IL	031		42.0581	-88.0482	4
60176	Schiller Park	schiller-park	IL	031		41.9563	-87.8692	4
60179	Hoffman Estates	hoffman-estates	IL	031		42.0793	-88.2237	4
60192	Hoffman Estates	hoffman-estates	IL	031		42.0428	-88.0798	4
60193	Schaumburg	schaumburg	IL	031		42.0144	-88.0935	4
60194	Schaumburg	schaumburg	IL	031		42.0289	-88.1167	4
60195	Schaumburg	schaumburg	IL	031		42.0764	-88.1093	4
60196	Schaumburg	schaumburg	IL	031		42.0564	-88.0725	4
60201	Evanston	evanston	IL	031		42.0546	-87.6943	4
60202	Evanston	evanston	IL	031		42.0302	-87.6865	4
60203	Evanston	evanston	IL	031		42.0485	-87.7176	4
60204	Evanston	evanston	IL	031		42.0411	-87.6901	4
60208	Evanston	evanston	IL	031		42.0586	-87.6845	4
60209	Evanston	evanston	IL	031		42.0497	-87.6794	4
60301	Oak Park	oak-park	IL	031		41.8886	-87.7986	4
60302	Oak Park	oak-park	IL	031		41.8925	-87.7895	4
60303	Oak Park	oak-park	IL	031		41.885	-87.7845	4
60304	Oak Park	oak-park	IL	031		41.8725	-87.7877	4
60305	River Forest	river-forest	IL	031		41.8951	-87.8159	4
60402	Berwyn	berwyn	IL	031		41.8347	-87.7914	4
60406	Blue Island	blue-island	IL	031		41.6582	-87.6795	4
60409	Calumet City	calumet-city	IL	031		41.6153	-87.5483	4
60411	Chicago Heights	chicago-heights	IL	031		41.5087	-87.5904	4
60412	Chicago Heights	chicago-heights	IL	031		41.5061	-87.6356	4
60415	Chicago Ridge	chicago-ridge	IL	031		41.7017	-87.7774	4
60418	Crestwood	crestwood	IL	031		41.6446	-87.7415	4
60419	Dolton	dolton	IL	031		41.6257	-87.598	4
60422	Flossmoor	flossmoor	IL	031		41.5406	-87.6837	4
60425	Glenwood	glenwood	IL	031		41.5467	-87.6126	4
60426	Harvey	harvey	IL	031		41.6103	-87.6534	4
60429	Hazel Crest	hazel-crest	IL	031		41.5738	-87.6849	4
60430	Homewood	homewood	IL	031		41.5556	-87.6616	4
60438	Lansing	lansing	IL	031		41.566	-87.5446	4
60443	Matteson	matteson	IL	031		41.5102	-87.7406	4
60445	Midlothian	midlothian	IL	031		41.635	-87.7362	4
60452	Oak Forest	oak-forest	IL	031		41.6077	-87.7542	4
60453	Oak Lawn	oak-lawn	IL	031		41.7143	-87.7516	4
60454	Oak Lawn	oak-lawn	IL	031		41.8119	-87.6873	4
60455	Bridgeview	bridgeview	IL	031		41.7431	-87.8066	4
60456	Hometown	hometown	IL	031		41.7311	-87.7315	4
60457	Hickory Hills	hickory-hills	IL	031		41.7262	-87.8289	4
60458	Justice	justice	IL	031		41.7447	-87.8346	4
60459	Burbank	burbank	IL	031		41.7447	-87.7699	4
60461	Olympia Fields	olympia-fields	IL	031		41.5134	-87.6742	4
60462	Orland Park	orland-park	IL	031		41.6194	-87.8423	4
60463	Palos Heights	palos-heights	IL	031		41.6621	-87.7927	4
60464	Palos Park	palos-park	IL	031		41.6624	-87.8521	4
60465	Palos Hills	palos-hills	IL	031		41.7004	-87.8263	4
60466	Park Forest	park-forest	IL	031		41.479	-87.6828	4
60467	Orland Park	orland-park	IL	031		41.6018	-87.8899	4
60469	Posen	posen	IL	031		41.6277	-87.6872	4
60471	Richton Park	richton-park	IL	031		41.4819	-87.7238	4
60472	Robbins	robbins	IL	031		41.6423	-87.7089	4
60473	South Holland	south-holland	IL	031		41.5979	-87.5938	4
60475	Steger	steger	IL	031		41.4686	-87.6386	4
60476	Thornton	thornton	IL	031		41.5727	-87.6078	4
60477	Tinley Park	tinley-park	IL	031		41.5825	-87.805	4
60478	Country Club Hills	country-club-hills	IL	031		41.5637	-87.7247	4
60480	Willow Springs	willow-springs	IL	031		41.7364	-87.8786	4
60482	Worth	worth	IL	031		41.6895	-87.7863	4
60499	Bedford Park	bedford-park	IL	031		41.8119	-87.6873	4
60501	Summit Argo	summit-argo	IL	031		41.7801	-87.824	1
60513	Brookfield	brookfield	IL	031		41.8217	-87.8492	4
60525	La Grange	la-grange	IL	031		41.7842	-87.8689	4
60526	La Grange Park	la-grange-park	IL	031		41.8318	-87.874	4
60534	Lyons	lyons	IL	031		41.813	-87.8236	4
60546	Riverside	riverside	IL	031		41.8379	-87.8213	4
60558	Western Springs	western-springs	IL	031		41.8049	-87.8995	4
60601	Chicago	chicago	IL	031		41.8858	-87.6181	4
60602	Chicago	chicago	IL	031		41.8829	-87.6321	4
60603	Chicago	chicago	IL	031		41.8798	-87.6285	4
60604	Chicago	chicago	IL	031		41.8785	-87.633	4
60605	Chicago	chicago	IL	031		41.8713	-87.6277	4
60606	Chicago	chicago	IL	031		41.8868	-87.6386	4
60607	Chicago	chicago	IL	031		41.8721	-87.6578	4
60608	Chicago	chicago	IL	031		41.8515	-87.6694	4
60609	Chicago	chicago	IL	031		41.8097	-87.6533	4
60610	Chicago	chicago	IL	031		41.9033	-87.6336	4
60611	Chicago	chicago	IL	031		41.8971	-87.6223	4
60612	Chicago	chicago	IL	031		41.8805	-87.6873	4
60613	Chicago	chicago	IL	031		41.9543	-87.6575	4
60614	Chicago	chicago	IL	031		41.9229	-87.6483	4
60615	Chicago	chicago	IL	031		41.8022	-87.6006	4
60616	Chicago	chicago	IL	031		41.8426	-87.6306	4
60617	Chicago	chicago	IL	031		41.7257	-87.556	4
60618	Chicago	chicago	IL	031		41.9464	-87.7042	4
60619	Chicago	chicago	IL	031		41.7458	-87.6054	4
60620	Chicago	chicago	IL	031		41.7411	-87.6543	4
60621	Chicago	chicago	IL	031		41.775	-87.6421	4
60622	Chicago	chicago	IL	031		41.9019	-87.6779	4
60623	Chicago	chicago	IL	031		41.849	-87.7157	4
60624	Chicago	chicago	IL	031		41.8804	-87.7223	4
60625	Chicago	chicago	IL	031		41.9703	-87.7042	4
60626	Chicago	chicago	IL	031		42.0095	-87.6689	4
60628	Chicago	chicago	IL	031		41.6934	-87.6243	4
60629	Chicago	chicago	IL	031		41.7781	-87.7069	4
60630	Chicago	chicago	IL	031		41.9699	-87.7603	4
60631	Chicago	chicago	IL	031		41.9951	-87.8082	4
60632	Chicago	chicago	IL	031		41.8093	-87.7052	4
60633	Chicago	chicago	IL	031		41.6642	-87.5612	4
60634	Chicago	chicago	IL	031		41.9463	-87.8061	4
60636	Chicago	chicago	IL	031		41.776	-87.6674	4
60637	Chicago	chicago	IL	031		41.7813	-87.6051	4
60638	Chicago	chicago	IL	031		41.7814	-87.7705	4
60639	Chicago	chicago	IL	031		41.9202	-87.7535	4
60640	Chicago	chicago	IL	031		41.9719	-87.6624	4
60641	Chicago	chicago	IL	031		41.9453	-87.7474	4
60642	Chicago	chicago	IL	031		41.9008	-87.6528	4
60643	Chicago	chicago	IL	031		41.6996	-87.6628	4
60644	Chicago	chicago	IL	031		41.8829	-87.7582	4
60645	Chicago	chicago	IL	031		42.0086	-87.6947	4
60646	Chicago	chicago	IL	031		41.993	-87.7596	4
60647	Chicago	chicago	IL	031		41.9209	-87.7043	4
60649	Chicago	chicago	IL	031		41.762	-87.5703	4
60651	Chicago	chicago	IL	031		41.9025	-87.7393	4
60652	Chicago	chicago	IL	031		41.7454	-87.7135	4
60653	Chicago	chicago	IL	031		41.8196	-87.6126	4
60654	Chicago	chicago	IL	031		41.8923	-87.6373	4
60655	Chicago	chicago	IL	031		41.6948	-87.7038	4
60656	Chicago	chicago	IL	031		41.9735	-87.8658	4
60657	Chicago	chicago	IL	031		41.9399	-87.6528	4
60659	Chicago	chicago	IL	031		41.9972	-87.7166	4
60660	Chicago	chicago	IL	031		41.9909	-87.6629	4
60661	Chicago	chicago	IL	031		41.8814	-87.643	4
60664	Chicago	chicago	IL	031		41.8119	-87.6873	4
60666	Chicago	chicago	IL	031		41.85	-87.6501	4
60668	Chicago	chicago	IL	031		41.8119	-87.6873	4
60669	Chicago	chicago	IL	031		41.8119	-87.6873	4
60670	Chicago	chicago	IL	031		41.8119	-87.6873	4
60673	Chicago	chicago	IL	031		41.8119	-87.6873	4
60674	Chicago	chicago	IL	031		41.8119	-87.6873	4
60675	Chicago	chicago	IL	031		41.8119	-87.6873	4
60677	Chicago	chicago	IL	031		41.8119	-87.6873	4
60678	Chicago	chicago	IL	031		41.8119	-87.6873	4
60680	Chicago	chicago	IL	031		41.8119	-87.6873	4
60681	Chicago	chicago	IL	031		41.8119	-87.6873	4
60682	Chicago	chicago	IL	031		41.837	-87.685	4
60684	Chicago	chicago	IL	031		41.8119	-87.6873	4
60685	Chicago	chicago	IL	031		41.8119	-87.6873	4
60686	Chicago	chicago	IL	031		41.8756	-87.6378	4
60687	Chicago	chicago	IL	031		41.8119	-87.6873	4
60688	Chicago	chicago	IL	031		41.8724	-87.6688	4
60689	Chicago	chicago	IL	031		41.8745	-87.6353	4
60690	Chicago	chicago	IL	031		41.8119	-87.6873	4
60691	Chicago	chicago	IL	031		41.8119	-87.6873	4
60693	Chicago	chicago	IL	031		41.85	-87.6501	4
60694	Chicago	chicago	IL	031		41.8119	-87.6873	4
60695	Chicago	chicago	IL	031		41.8839	-87.6317	4
60696	Chicago	chicago	IL	031		41.8684	-87.6649	4
60697	Chicago	chicago	IL	031		41.8119	-87.6873	4
60699	Chicago	chicago	IL	031		41.8119	-87.6873	4
60701	Chicago	chicago	IL	031		41.8119	-87.6873	4
60706	Harwood Heights	harwood-heights	IL	031		41.9643	-87.8162	4
60707	Elmwood Park	elmwood-park	IL	031		41.9232	-87.8185	4
60712	Lincolnwood	lincolnwood	IL	031		42.008	-87.7361	4
60714	Niles	niles	IL	031		42.0312	-87.8112	4
60803	Alsip	alsip	IL	031		41.6721	-87.7357	4
60804	Cicero	cicero	IL	031		41.8378	-87.7602	4
60805	Evergreen Park	evergreen-park	IL	031		41.722	-87.7024	4
60827	Riverdale	riverdale	IL	031		41.6496	-87.6301	4
62413	Annapolis	annapolis	IL	033		39.1179	-87.8029	4
62427	Flat Rock	flat-rock	IL	033		38.9096	-87.6837	4
62433	Hutsonville	hutsonville	IL	033		39.1064	-87.6695	4
62449	Oblong	oblong	IL	033		39.001	-87.895	4
62451	Palestine	palestine	IL	033		39.0028	-87.6157	4
62454	Robinson	robinson	IL	033		39.007	-87.7484	4
62464	Stoy	stoy	IL	033		38.9898	-87.8396	4
62478	West York	west-york	IL	033		39.1938	-87.7131	4
62428	Greenup	greenup	IL	035		39.274	-88.1246	4
62435	Janesville	janesville	IL	035		39.3743	-88.2445	4
62436	Jewett	jewett	IL	035		39.2076	-88.2474	4
62447	Neoga	neoga	IL	035		39.322	-88.4503	4
62468	Toledo	toledo	IL	035		39.2772	-88.2468	4
60111	Clare	clare	IL	037		42.0086	-88.8306	4
60112	Cortland	cortland	IL	037		41.92	-88.6887	4
60115	Dekalb	dekalb	IL	037		41.9008	-88.7548	4
60129	Esmond	esmond	IL	037		42.0225	-88.9439	4
60135	Genoa	genoa	IL	037		42.0981	-88.6908	4
60145	Kingston	kingston	IL	037		42.1057	-88.7695	4
60146	Kirkland	kirkland	IL	037		42.1014	-88.8685	4
60150	Malta	malta	IL	037		41.9183	-88.8688	4
60178	Sycamore	sycamore	IL	037		41.9911	-88.6928	4
60520	Hinckley	hinckley	IL	037		41.7691	-88.6448	4
60548	Sandwich	sandwich	IL	037		41.6353	-88.6393	4
60550	Shabbona	shabbona	IL	037		41.7638	-88.8752	4
60552	Somonauk	somonauk	IL	037		41.6383	-88.6816	4
60556	Waterman	waterman	IL	037		41.7504	-88.7754	4
61727	Clinton	clinton	IL	039		40.1487	-88.9627	4
61735	Dewitt	dewitt	IL	039		40.1848	-88.7637	1
61749	Kenney	kenney	IL	039		40.0967	-89.0859	4
61750	Lane	lane	IL	039		40.1235	-88.8597	4
61777	Wapella	wapella	IL	039		40.2323	-88.9673	4
61778	Waynesville	waynesville	IL	039		40.2437	-89.1143	4
61842	Farmer City	farmer-city	IL	039		40.2447	-88.6634	4
61882	Weldon	weldon	IL	039		40.1177	-88.7531	4
61910	Arcola	arcola	IL	041		39.687	-88.3037	4
61911	Arthur	arthur	IL	041		39.7077	-88.4555	4
61913	Atwood	atwood	IL	041		39.8044	-88.4494	4
61919	Camargo	camargo	IL	041		39.8	-88.1468	4
61930	Hindsboro	hindsboro	IL	041		39.7018	-88.1486	4
61941	Murdock	murdock	IL	041		39.8009	-88.0784	4
61942	Newman	newman	IL	041		39.7848	-88.0001	4
61953	Tuscola	tuscola	IL	041		39.7995	-88.2816	4
61956	Villa Grove	villa-grove	IL	041		39.8687	-88.1616	4
60101	Addison	addison	IL	043		41.9335	-88.0054	4
60105	Bensenville	bensenville	IL	043		41.955	-87.9401	4
60106	Bensenville	bensenville	IL	043		41.9501	-87.945	4
60108	Bloomingdale	bloomingdale	IL	043		41.9483	-88.0782	4
60116	Carol Stream	carol-stream	IL	043		41.9125	-88.1348	4
60117	Bloomingdale	bloomingdale	IL	043		41.8397	-88.0887	4
60126	Elmhurst	elmhurst	IL	043		41.8927	-87.941	4
60128	Carol Stream	carol-stream	IL	043		41.8397	-88.0887	4
60132	Carol Stream	carol-stream	IL	043		41.8397	-88.0887	4
60133	Hanover Park	hanover-park	IL	043		41.9995	-88.1451	4
60137	Glen Ellyn	glen-ellyn	IL	043		41.8661	-88.0648	4
60138	Glen Ellyn	glen-ellyn	IL	043		41.8775	-88.067	4
60139	Glendale Heights	glendale-heights	IL	043		41.9205	-88.0793	4
60143	Itasca	itasca	IL	043		41.972	-88.0202	4
60148	Lombard	lombard	IL	043		41.8721	-88.016	4
60157	Medinah	medinah	IL	043		41.9814	-88.0512	4
60172	Roselle	roselle	IL	043		41.9798	-88.0857	4
60181	Villa Park	villa-park	IL	043		41.8799	-87.9782	4
60184	Wayne	wayne	IL	043		41.9525	-88.2536	4
60185	West Chicago	west-chicago	IL	043		41.8886	-88.2022	4
60186	West Chicago	west-chicago	IL	043		41.8848	-88.204	4
60187	Wheaton	wheaton	IL	043		41.8724	-88.1123	4
60188	Carol Stream	carol-stream	IL	043		41.9178	-88.137	4
60189	Wheaton	wheaton	IL	043		41.8397	-88.0887	4
60190	Winfield	winfield	IL	043		41.8744	-88.1516	4
60191	Wood Dale	wood-dale	IL	043		41.9602	-87.981	4
60197	Carol Stream	carol-stream	IL	043		41.9125	-88.1348	4
60199	Carol Stream	carol-stream	IL	043		41.8397	-88.0887	4
60399	Wood Dale	wood-dale	IL	043		41.9545	-87.9377	4
60439	Lemont	lemont	IL	043		41.7074	-87.9756	4
60504	Aurora	aurora	IL	043		41.7523	-88.2453	4
60514	Clarendon Hills	clarendon-hills	IL	043		41.7965	-87.9569	4
60515	Downers Grove	downers-grove	IL	043		41.8034	-88.0138	4
60516	Downers Grove	downers-grove	IL	043		41.7602	-88.0159	4
60517	Woodridge	woodridge	IL	043		41.7518	-88.0489	4
60519	Eola	eola	IL	043		41.7775	-88.2428	4
60521	Hinsdale	hinsdale	IL	043		41.8001	-87.9287	4
60522	Hinsdale	hinsdale	IL	043		41.8397	-88.0887	4
60523	Oak Brook	oak-brook	IL	043		41.8371	-87.9638	4
60527	Willowbrook	willowbrook	IL	043		41.7447	-87.9334	4
60532	Lisle	lisle	IL	043		41.7862	-88.0879	4
60540	Naperville	naperville	IL	043		41.7662	-88.141	4
60555	Warrenville	warrenville	IL	043		41.828	-88.1921	4
60559	Westmont	westmont	IL	043		41.7728	-87.9757	4
60561	Darien	darien	IL	043		41.7434	-87.9805	4
60563	Naperville	naperville	IL	043		41.7895	-88.169	4
60565	Naperville	naperville	IL	043		41.7328	-88.1282	4
60566	Naperville	naperville	IL	043		41.8397	-88.0887	4
60567	Naperville	naperville	IL	043		41.7859	-88.1473	4
60569	Aurora	aurora	IL	043		41.8122	-88.2172	
60572	Aurora	aurora	IL	043		41.7606	-88.3201	4
60598	Aurora	aurora	IL	043		41.8397	-88.0887	4
60599	Fox Valley	fox-valley	IL	043		41.8397	-88.0887	1
61917	Brocton	brocton	IL	045		39.6923	-87.9263	4
61924	Chrisman	chrisman	IL	045		39.7996	-87.6556	4
61932	Hume	hume	IL	045		39.8009	-87.8747	4
61933	Kansas	kansas	IL	045		39.5525	-87.9352	4
61940	Metcalf	metcalf	IL	045		39.8008	-87.7955	4
61944	Paris	paris	IL	045		39.6132	-87.6976	4
61949	Redmon	redmon	IL	045		39.6453	-87.8617	4
61955	Vermilion	vermilion	IL	045		39.5811	-87.5889	4
62476	West Salem	west-salem	IL	047		38.5209	-88.0048	4
62806	Albion	albion	IL	047		38.374	-88.0636	4
62815	Bone Gap	bone-gap	IL	047		38.449	-88.0025	4
62818	Browns	browns	IL	047		38.3764	-87.9928	4
62833	Ellery	ellery	IL	047		38.365	-88.1335	4
62401	Effingham	effingham	IL	049		39.1217	-88.5611	4
62411	Altamont	altamont	IL	049		39.0634	-88.7481	4
62414	Beecher City	beecher-city	IL	049		39.1835	-88.8038	4
62424	Dieterich	dieterich	IL	049		39.0319	-88.4074	4
62426	Edgewood	edgewood	IL	049		38.9021	-88.6645	4
62443	Mason	mason	IL	049		38.9645	-88.6234	4
62445	Montrose	montrose	IL	049		39.1573	-88.335	4
62461	Shumway	shumway	IL	049		39.1881	-88.6418	4
62467	Teutopolis	teutopolis	IL	049		39.132	-88.4767	4
62473	Watson	watson	IL	049		38.9906	-88.5584	4
62011	Bingham	bingham	IL	051		39.1128	-89.2125	4
62080	Ramsey	ramsey	IL	051		39.1445	-89.1087	4
62247	Hagarstown	hagarstown	IL	051		38.9434	-89.1684	4
62418	Brownstown	brownstown	IL	051		38.9891	-88.9494	4
62458	Saint Elmo	saint-elmo	IL	051		39.0315	-88.8552	4
62471	Vandalia	vandalia	IL	051		38.9439	-89.1041	4
62838	Farina	farina	IL	051		38.8469	-88.7614	4
62880	Saint Peter	saint-peter	IL	051		38.8697	-88.856	4
62885	Shobonier	shobonier	IL	051		38.8446	-89.079	4
60919	Cabery	cabery	IL	053		40.9819	-88.1921	4
60933	Elliott	elliott	IL	053		40.4648	-88.2712	4
60936	Gibson City	gibson-city	IL	053		40.4659	-88.3609	4
60946	Kempton	kempton	IL	053		40.9126	-88.209	4
60952	Melvin	melvin	IL	053		40.5714	-88.2551	4
60957	Paxton	paxton	IL	053		40.4565	-88.099	4
60959	Piper City	piper-city	IL	053		40.7556	-88.1873	4
60962	Roberts	roberts	IL	053		40.6193	-88.1804	4
61773	Sibley	sibley	IL	053		40.5823	-88.3815	4
62812	Benton	benton	IL	055		38	-88.9227	4
62819	Buckner	buckner	IL	055		37.9764	-89.0209	4
62822	Christopher	christopher	IL	055		37.9849	-89.0574	4
62825	Coello	coello	IL	055		37.9946	-89.0672	4
62836	Ewing	ewing	IL	055		38.0702	-88.8504	4
62840	Frankfort Heights	frankfort-heights	IL	055		37.9943	-88.9417	1
62856	Logan	logan	IL	055		37.9559	-88.8403	4
62865	Mulkeytown	mulkeytown	IL	055		37.9687	-89.1159	4
62874	Orient	orient	IL	055		37.9182	-88.9767	4
62884	Sesser	sesser	IL	055		38.0894	-89.0574	4
62890	Thompsonville	thompsonville	IL	055		37.8804	-88.7684	4
62891	Valier	valier	IL	055		38.0222	-89.0351	4
62896	West Frankfort	west-frankfort	IL	055		37.8979	-88.9307	4
62897	Whittington	whittington	IL	055		38.0872	-88.9014	4
62983	Royalton	royalton	IL	055		37.879	-89.1141	4
62999	Zeigler	zeigler	IL	055		37.8991	-89.0523	4
61415	Avon	avon	IL	057		40.6549	-90.4461	4
61427	Cuba	cuba	IL	057		40.4995	-90.1811	4
61431	Ellisville	ellisville	IL	057		40.6047	-90.2875	4
61432	Fairview	fairview	IL	057		40.6442	-90.1653	4
61433	Fiatt	fiatt	IL	057		40.5603	-90.1798	4
61441	Ipava	ipava	IL	057		40.3594	-90.2967	4
61459	Marietta	marietta	IL	057		40.4978	-90.3885	4
61477	Smithfield	smithfield	IL	057		40.4855	-90.2856	4
61482	Table Grove	table-grove	IL	057		40.3784	-90.4239	4
61484	Vermont	vermont	IL	057		40.3062	-90.422	4
61501	Astoria	astoria	IL	057		40.2311	-90.3443	4
61519	Bryant	bryant	IL	057		40.4663	-90.091	4
61520	Canton	canton	IL	057		40.5601	-90.0242	4
61524	Dunfermline	dunfermline	IL	057		40.4912	-90.0318	4
61531	Farmington	farmington	IL	057		40.6832	-90.035	4
61542	Lewistown	lewistown	IL	057		40.383	-90.1563	4
61543	Liverpool	liverpool	IL	057		40.3902	-90.0026	4
61544	London Mills	london-mills	IL	057		40.695	-90.2616	4
61553	Norris	norris	IL	057		40.6259	-90.0323	4
61563	Saint David	saint-david	IL	057		40.4912	-90.0505	4
62867	New Haven	new-haven	IL	059		37.8999	-88.1285	4
62871	Omaha	omaha	IL	059		37.8904	-88.2865	4
62934	Equality	equality	IL	059		37.7278	-88.3445	4
62954	Junction	junction	IL	059		37.6952	-88.2491	4
62979	Ridgway	ridgway	IL	059		37.8042	-88.2612	4
62984	Shawneetown	shawneetown	IL	059		37.7132	-88.1785	4
62016	Carrollton	carrollton	IL	061		39.3009	-90.4092	4
62027	Eldred	eldred	IL	061		39.2836	-90.5329	4
62044	Greenfield	greenfield	IL	061		39.3491	-90.2089	4
62050	Hillview	hillview	IL	061		39.4674	-90.5128	4
62054	Kane	kane	IL	061		39.2037	-90.3719	4
62078	Patterson	patterson	IL	061		39.4806	-90.4829	4
62081	Rockbridge	rockbridge	IL	061		39.2831	-90.2558	4
62082	Roodhouse	roodhouse	IL	061		39.4846	-90.3498	4
62092	White Hall	white-hall	IL	061		39.4288	-90.4019	4
62098	Wrights	wrights	IL	061		39.3762	-90.2933	4
60407	Braceville	braceville	IL	063		41.2288	-88.269	4
60416	Coal City	coal-city	IL	063		41.2908	-88.2823	4
60424	Gardner	gardner	IL	063		41.1775	-88.338	4
60437	Kinsman	kinsman	IL	063		41.1631	-88.5535	4
60444	Mazon	mazon	IL	063		41.2264	-88.4217	4
60447	Minooka	minooka	IL	063		41.4615	-88.2786	4
60450	Morris	morris	IL	063		41.3672	-88.4178	4
60474	South Wilmington	south-wilmington	IL	063		41.1728	-88.2767	4
60479	Verona	verona	IL	063		41.2501	-88.517	4
62817	Broughton	broughton	IL	065		37.9546	-88.4678	4
62828	Dahlgren	dahlgren	IL	065		38.1975	-88.6363	4
62829	Dale	dale	IL	065		37.995	-88.4917	4
62859	Mc Leansboro	mc-leansboro	IL	065		38.0939	-88.5286	1
62860	Macedonia	macedonia	IL	065		38.013	-88.6961	4
61450	La Harpe	la-harpe	IL	067		40.5846	-90.9687	4
62311	Augusta	augusta	IL	067		40.2341	-90.9554	4
62313	Basco	basco	IL	067		40.3283	-91.197	4
62316	Bowen	bowen	IL	067		40.2341	-91.0705	4
62321	Carthage	carthage	IL	067		40.4129	-91.1005	4
62329	Colusa	colusa	IL	067		40.5714	-91.1682	4
62330	Dallas City	dallas-city	IL	067		40.572	-91.1255	4
62334	Elvaston	elvaston	IL	067		40.395	-91.2496	4
62336	Ferris	ferris	IL	067		40.4689	-91.1704	4
62341	Hamilton	hamilton	IL	067		40.3964	-91.339	4
62354	Nauvoo	nauvoo	IL	067		40.5261	-91.3318	4
62358	Niota	niota	IL	067		40.5978	-91.2991	4
62367	Plymouth	plymouth	IL	067		40.3236	-90.9672	4
62373	Sutter	sutter	IL	067		40.2865	-91.3726	4
62379	Warsaw	warsaw	IL	067		40.3544	-91.4348	4
62380	West Point	west-point	IL	067		40.255	-91.1826	4
62919	Cave In Rock	cave-in-rock	IL	069		37.4692	-88.1653	4
62931	Elizabethtown	elizabethtown	IL	069		37.4665	-88.2867	4
62955	Karbers Ridge	karbers-ridge	IL	069		37.5008	-88.2383	4
62982	Rosiclare	rosiclare	IL	069		37.424	-88.3462	4
61418	Biggsville	biggsville	IL	071		40.8531	-90.8561	4
61425	Carman	carman	IL	071		40.7551	-91.0564	4
61437	Gladstone	gladstone	IL	071		40.8377	-90.9941	4
61454	Lomax	lomax	IL	071		40.6761	-91.0391	4
61460	Media	media	IL	071		40.7618	-90.857	4
61469	Oquawka	oquawka	IL	071		40.9442	-90.9302	4
61471	Raritan	raritan	IL	071		40.6959	-90.8274	4
61480	Stronghurst	stronghurst	IL	071		40.7523	-90.9257	4
61233	Andover	andover	IL	073		41.2954	-90.2905	4
61234	Annawan	annawan	IL	073		41.398	-89.9129	4
61235	Atkinson	atkinson	IL	073		41.4162	-90.0225	4
61238	Cambridge	cambridge	IL	073		41.3114	-90.1805	4
61241	Colona	colona	IL	073		41.4885	-90.321	4
61254	Geneseo	geneseo	IL	073		41.4688	-90.1711	4
61258	Hooppole	hooppole	IL	073		41.522	-89.9122	4
61262	Lynn Center	lynn-center	IL	073		41.2888	-90.3304	4
61273	Orion	orion	IL	073		41.3634	-90.3849	4
61274	Osco	osco	IL	073		41.3637	-90.2681	4
61413	Alpha	alpha	IL	073		41.193	-90.3821	4
61419	Bishop Hill	bishop-hill	IL	073		41.1977	-90.1183	4
61434	Galva	galva	IL	073		41.1656	-90.0481	4
61443	Kewanee	kewanee	IL	073		41.2411	-89.9274	4
61468	Ophiem	ophiem	IL	073		41.2525	-90.3876	4
61490	Woodhull	woodhull	IL	073		41.1849	-90.2833	4
60911	Ashkum	ashkum	IL	075		40.8844	-87.9411	4
60912	Beaverville	beaverville	IL	075		40.9672	-87.6217	4
60918	Buckley	buckley	IL	075		40.6018	-88.0361	4
60922	Chebanse	chebanse	IL	075		41.0254	-87.8959	4
60924	Cissna Park	cissna-park	IL	075		40.5858	-87.8759	4
60926	Claytonville	claytonville	IL	075		40.5676	-87.804	4
60927	Clifton	clifton	IL	075		40.9394	-87.9202	4
60928	Crescent City	crescent-city	IL	075		40.7417	-87.849	4
60930	Danforth	danforth	IL	075		40.8244	-87.9868	4
60931	Donovan	donovan	IL	075		40.8891	-87.6046	4
60938	Gilman	gilman	IL	075		40.768	-87.9933	4
60939	Goodwine	goodwine	IL	075		40.5673	-87.7845	4
60945	Iroquois	iroquois	IL	075		40.8269	-87.5847	4
60948	Loda	loda	IL	075		40.5241	-88.0927	4
60951	Martinton	martinton	IL	075		40.9052	-87.7443	4
60953	Milford	milford	IL	075		40.6293	-87.6853	4
60955	Onarga	onarga	IL	075		40.712	-87.9958	4
60956	Papineau	papineau	IL	075		40.967	-87.7161	4
60966	Sheldon	sheldon	IL	075		40.7803	-87.5736	4
60967	Stockland	stockland	IL	075		40.6145	-87.5928	4
60968	Thawville	thawville	IL	075		40.684	-88.0999	4
60970	Watseka	watseka	IL	075		40.7734	-87.7309	4
60973	Wellington	wellington	IL	075		40.5339	-87.6561	4
60974	Woodland	woodland	IL	075		40.7151	-87.7307	4
62901	Carbondale	carbondale	IL	077		37.72	-89.2158	4
62902	Carbondale	carbondale	IL	077		37.6636	-89.1173	4
62903	Carbondale	carbondale	IL	077		37.6704	-89.2778	4
62907	Ava	ava	IL	077		37.8793	-89.4654	4
62916	Campbell Hill	campbell-hill	IL	077		37.9228	-89.5799	4
62924	De Soto	de-soto	IL	077		37.8147	-89.2218	4
62927	Dowell	dowell	IL	077		37.9398	-89.2379	4
62932	Elkville	elkville	IL	077		37.9155	-89.2336	4
62940	Gorham	gorham	IL	077		37.7406	-89.444	4
62942	Grand Tower	grand-tower	IL	077		37.6322	-89.4999	4
62950	Jacob	jacob	IL	077		37.7437	-89.5444	4
62958	Makanda	makanda	IL	077		37.6176	-89.209	4
62966	Murphysboro	murphysboro	IL	077		37.7655	-89.3317	4
62971	Oraville	oraville	IL	077		37.8651	-89.3834	4
62975	Pomona	pomona	IL	077		37.6501	-89.3693	4
62994	Vergennes	vergennes	IL	077		37.9051	-89.3269	4
62432	Hidalgo	hidalgo	IL	079		39.1228	-88.1397	4
62448	Newton	newton	IL	079		38.9847	-88.1704	4
62459	Sainte Marie	sainte-marie	IL	079		38.928	-88.0291	4
62475	West Liberty	west-liberty	IL	079		38.895	-88.0979	4
62479	Wheeler	wheeler	IL	079		39.0182	-88.3175	4
62480	Willow Hill	willow-hill	IL	079		38.9757	-88.0172	4
62481	Yale	yale	IL	079		39.13	-88.0105	4
62810	Belle Rive	belle-rive	IL	081		38.2153	-88.7558	4
62814	Bluford	bluford	IL	081		38.3531	-88.7587	4
62816	Bonnie	bonnie	IL	081		38.198	-88.9229	4
62830	Dix	dix	IL	081		38.4333	-88.9657	4
62846	Ina	ina	IL	081		38.1527	-88.8894	4
62864	Mount Vernon	mount-vernon	IL	081		38.317	-88.9105	4
62866	Nason	nason	IL	081		38.1654	-88.9676	4
62872	Opdyke	opdyke	IL	081		38.275	-88.775	4
62883	Scheller	scheller	IL	081		38.1731	-89.0927	4
62889	Texico	texico	IL	081		38.425	-88.8702	4
62894	Waltonville	waltonville	IL	081		38.2089	-89.039	4
62898	Woodlawn	woodlawn	IL	081		38.3844	-89.0745	4
62012	Brighton	brighton	IL	083		39.0361	-90.1443	4
62022	Dow	dow	IL	083		39.0312	-90.3011	4
62028	Elsah	elsah	IL	083		38.9594	-90.3541	4
62030	Fidelity	fidelity	IL	083		39.1546	-90.1642	4
62031	Fieldon	fieldon	IL	083		39.1086	-90.5297	4
62037	Grafton	grafton	IL	083		39.0021	-90.4323	4
62052	Jerseyville	jerseyville	IL	083		39.1213	-90.3338	4
62063	Medora	medora	IL	083		39.1986	-90.1542	4
61001	Apple River	apple-river	IL	085		42.4714	-90.1201	4
61025	East Dubuque	east-dubuque	IL	085		42.4875	-90.6046	4
61028	Elizabeth	elizabeth	IL	085		42.3089	-90.1986	4
61036	Galena	galena	IL	085		42.4182	-90.4195	4
61041	Hanover	hanover	IL	085		42.2594	-90.2897	4
61059	Nora	nora	IL	085		42.4558	-89.9454	4
61075	Scales Mound	scales-mound	IL	085		42.4715	-90.258	4
61085	Stockton	stockton	IL	085		42.3492	-90.0202	4
61087	Warren	warren	IL	085		42.489	-89.986	4
62908	Belknap	belknap	IL	087		37.3266	-88.9507	4
62909	Boles	boles	IL	087		37.4472	-88.8768	1
62912	Buncombe	buncombe	IL	087		37.4637	-88.9806	4
62923	Cypress	cypress	IL	087		37.365	-88.9747	4
62939	Goreville	goreville	IL	087		37.575	-88.9655	4
62943	Grantsburg	grantsburg	IL	087		37.3794	-88.7583	4
62967	New Burnside	new-burnside	IL	087		37.578	-88.7454	4
62972	Ozark	ozark	IL	087		37.5367	-88.7688	4
62985	Simpson	simpson	IL	087		37.4673	-88.7551	4
62995	Vienna	vienna	IL	087		37.4205	-88.8879	4
60109	Burlington	burlington	IL	089		42.0458	-88.539	4
60110	Carpentersville	carpentersville	IL	089		42.123	-88.2606	4
60118	Dundee	dundee	IL	089		42.0962	-88.2902	1
60119	Elburn	elburn	IL	089		41.8824	-88.4611	4
60120	Elgin	elgin	IL	089		42.0384	-88.2606	4
60121	Elgin	elgin	IL	089		42.0372	-88.2812	4
60122	Elgin	elgin	IL	089		42.0671	-88.305	4
60123	Elgin	elgin	IL	089		42.0376	-88.3186	4
60124	Elgin	elgin	IL	089		42.0293	-88.3747	4
60134	Geneva	geneva	IL	089		41.886	-88.311	4
60136	Gilberts	gilberts	IL	089		42.0984	-88.3691	4
60140	Hampshire	hampshire	IL	089		42.0807	-88.517	4
60144	Kaneville	kaneville	IL	089		41.8353	-88.522	4
60147	Lafox	lafox	IL	089		41.937	-88.4202	1
60151	Maple Park	maple-park	IL	089		41.9232	-88.5999	4
60174	Saint Charles	saint-charles	IL	089		41.9194	-88.307	4
60175	Saint Charles	saint-charles	IL	089		41.9478	-88.3918	4
60177	South Elgin	south-elgin	IL	089		41.9969	-88.2986	4
60183	Wasco	wasco	IL	089		41.937	-88.4202	4
60502	Aurora	aurora	IL	089		41.7845	-88.2616	4
60505	Aurora	aurora	IL	089		41.7582	-88.2971	4
60506	Aurora	aurora	IL	089		41.7664	-88.3446	4
60507	Aurora	aurora	IL	089		41.7606	-88.3201	4
60510	Batavia	batavia	IL	089		41.8482	-88.3098	4
60511	Big Rock	big-rock	IL	089		41.7593	-88.5376	4
60539	Mooseheart	mooseheart	IL	089		41.8241	-88.3315	4
60542	North Aurora	north-aurora	IL	089		41.8089	-88.3274	4
60554	Sugar Grove	sugar-grove	IL	089		41.7741	-88.4397	4
60568	Aurora	aurora	IL	089		41.7606	-88.3201	4
60901	Kankakee	kankakee	IL	091		41.1166	-87.8696	4
60910	Aroma Park	aroma-park	IL	091		41.0798	-87.8114	4
60913	Bonfield	bonfield	IL	091		41.1573	-88.0619	4
60914	Bourbonnais	bourbonnais	IL	091		41.1661	-87.879	4
60915	Bradley	bradley	IL	091		41.1454	-87.8601	4
60917	Buckingham	buckingham	IL	091		41.0433	-88.1772	4
60935	Essex	essex	IL	091		41.1676	-88.1845	4
60940	Grant Park	grant-park	IL	091		41.2477	-87.648	4
60941	Herscher	herscher	IL	091		41.0464	-88.0858	4
60944	Hopkins Park	hopkins-park	IL	091		41.0634	-87.625	4
60950	Manteno	manteno	IL	091		41.2514	-87.8468	4
60954	Momence	momence	IL	091		41.1593	-87.6575	4
60958	Pembroke Township	pembroke-township	IL	091		41.0646	-87.5917	1
60961	Reddick	reddick	IL	091		41.1005	-88.2089	4
60964	Saint Anne	saint-anne	IL	091		41.0487	-87.6564	4
60969	Union Hill	union-hill	IL	091		41.1088	-88.1465	4
60512	Bristol	bristol	IL	093		41.7016	-88.4398	4
60536	Millbrook	millbrook	IL	093		41.5984	-88.5529	4
60537	Millington	millington	IL	093		41.5614	-88.5975	4
60538	Montgomery	montgomery	IL	093		41.7177	-88.332	4
60541	Newark	newark	IL	093		41.5267	-88.527	4
60543	Oswego	oswego	IL	093		41.6849	-88.3453	4
60545	Plano	plano	IL	093		41.667	-88.5384	4
60560	Yorkville	yorkville	IL	093		41.6387	-88.4438	4
61401	Galesburg	galesburg	IL	095		40.9521	-90.3698	4
61402	Galesburg	galesburg	IL	095		40.9478	-90.3712	4
61410	Abingdon	abingdon	IL	095		40.8023	-90.4009	4
61414	Altona	altona	IL	095		41.1128	-90.1598	4
61428	Dahinda	dahinda	IL	095		40.9551	-90.1398	4
61430	East Galesburg	east-galesburg	IL	095		40.9402	-90.3109	4
61436	Gilson	gilson	IL	095		40.8765	-90.1747	4
61439	Henderson	henderson	IL	095		41.0276	-90.3575	4
61448	Knoxville	knoxville	IL	095		40.9107	-90.2871	4
61458	Maquon	maquon	IL	095		40.7849	-90.2008	4
61467	Oneida	oneida	IL	095		41.0832	-90.2391	4
61472	Rio	rio	IL	095		41.1103	-90.39	4
61474	Saint Augustine	saint-augustine	IL	095		40.7289	-90.3798	4
61485	Victoria	victoria	IL	095		41.0256	-90.0933	4
61488	Wataga	wataga	IL	095		41.0224	-90.2723	4
61489	Williamsfield	williamsfield	IL	095		40.9277	-90.0267	4
61572	Yates City	yates-city	IL	095		40.7878	-90.0265	4
60002	Antioch	antioch	IL	097		42.4648	-88.1178	4
60010	Barrington	barrington	IL	097		42.1614	-88.1383	4
60011	Barrington	barrington	IL	097		42.3228	-87.6101	1
60015	Deerfield	deerfield	IL	097		42.1705	-87.859	4
60020	Fox Lake	fox-lake	IL	097		42.3937	-88.1648	4
60030	Grayslake	grayslake	IL	097		42.3524	-88.0545	4
60031	Gurnee	gurnee	IL	097		42.3669	-87.9452	4
60035	Highland Park	highland-park	IL	097		42.1794	-87.8059	4
60037	Fort Sheridan	fort-sheridan	IL	097		42.2097	-87.8056	4
60040	Highwood	highwood	IL	097		42.2035	-87.8141	4
60041	Ingleside	ingleside	IL	097		42.3631	-88.1587	4
60042	Island Lake	island-lake	IL	097		42.2742	-88.1926	4
60044	Lake Bluff	lake-bluff	IL	097		42.282	-87.856	4
60045	Lake Forest	lake-forest	IL	097		42.2374	-87.8482	4
60046	Lake Villa	lake-villa	IL	097		42.3813	-87.9991	4
60047	Lake Zurich	lake-zurich	IL	097		42.2165	-88.0769	4
60048	Libertyville	libertyville	IL	097		42.281	-87.95	4
60060	Mundelein	mundelein	IL	097		42.2636	-88.0048	4
60061	Vernon Hills	vernon-hills	IL	097		42.2288	-87.9719	4
60064	North Chicago	north-chicago	IL	097		42.3247	-87.8564	4
60069	Lincolnshire	lincolnshire	IL	097		42.1976	-87.9261	4
60073	Round Lake	round-lake	IL	097		42.3668	-88.0888	4
60075	Russell	russell	IL	097		42.4906	-87.9126	4
60079	Waukegan	waukegan	IL	097		42.3636	-87.8448	4
60083	Wadsworth	wadsworth	IL	097		42.446	-87.904	4
60084	Wauconda	wauconda	IL	097		42.2636	-88.1333	4
60085	Waukegan	waukegan	IL	097		42.3542	-87.8651	4
60086	North Chicago	north-chicago	IL	097		42.4333	-87.7766	4
60087	Waukegan	waukegan	IL	097		42.3989	-87.8554	4
60088	Great Lakes	great-lakes	IL	097		42.3032	-87.8642	4
60089	Buffalo Grove	buffalo-grove	IL	097		42.1598	-87.9644	4
60096	Winthrop Harbor	winthrop-harbor	IL	097		42.4793	-87.8318	4
60099	Zion	zion	IL	097		42.4442	-87.8389	4
60470	Ransom	ransom	IL	099		41.153	-88.6502	4
60518	Earlville	earlville	IL	099		41.5859	-88.9103	4
60531	Leland	leland	IL	099		41.6066	-88.7716	4
60549	Serena	serena	IL	099		41.4995	-88.7509	4
60551	Sheridan	sheridan	IL	099		41.5164	-88.6706	4
60557	Wedron	wedron	IL	099		41.4409	-88.7703	4
61301	La Salle	la-salle	IL	099		41.3442	-89.0955	4
61316	Cedar Point	cedar-point	IL	099		41.2617	-89.1237	4
61321	Dana	dana	IL	099		40.9547	-88.9628	4
61325	Grand Ridge	grand-ridge	IL	099		41.2386	-88.8168	4
61332	Leonore	leonore	IL	099		41.1895	-88.9806	4
61334	Lostant	lostant	IL	099		41.145	-89.075	4
61341	Marseilles	marseilles	IL	099		41.3302	-88.6947	4
61342	Mendota	mendota	IL	099		41.5443	-89.1083	4
61348	Oglesby	oglesby	IL	099		41.2928	-89.0553	4
61350	Ottawa	ottawa	IL	099		41.3526	-88.8416	4
61354	Peru	peru	IL	099		41.333	-89.1265	4
61358	Rutland	rutland	IL	099		40.9844	-89.0388	4
61360	Seneca	seneca	IL	099		41.3152	-88.61	4
61364	Streator	streator	IL	099		41.1225	-88.8307	4
61370	Tonica	tonica	IL	099		41.2327	-89.089	4
61371	Triumph	triumph	IL	099		41.4991	-89.0219	4
61372	Troy Grove	troy-grove	IL	099		41.4678	-89.0831	4
61373	Utica	utica	IL	099		41.363	-89.0008	4
62417	Bridgeport	bridgeport	IL	101		38.7067	-87.7657	4
62439	Lawrenceville	lawrenceville	IL	101		38.7309	-87.6784	4
62460	Saint Francisville	saint-francisville	IL	101		38.5921	-87.6487	4
62466	Sumner	sumner	IL	101		38.7171	-87.8638	4
60530	Lee	lee	IL	103		41.7864	-88.9714	4
60553	Steward	steward	IL	103		41.8475	-89.0151	4
61006	Ashton	ashton	IL	103		41.8643	-89.2086	4
61021	Dixon	dixon	IL	103		41.8478	-89.4893	4
61031	Franklin Grove	franklin-grove	IL	103		41.858	-89.3171	4
61042	Harmon	harmon	IL	103		41.6973	-89.5695	4
61057	Nachusa	nachusa	IL	103		41.8316	-89.3896	4
61310	Amboy	amboy	IL	103		41.7042	-89.3472	4
61318	Compton	compton	IL	103		41.685	-89.0877	4
61324	Eldena	eldena	IL	103		41.7711	-89.4123	4
61331	Lee Center	lee-center	IL	103		41.7488	-89.2827	4
61353	Paw Paw	paw-paw	IL	103		41.6852	-88.9674	4
61367	Sublette	sublette	IL	103		41.6331	-89.2354	4
61378	West Brooklyn	west-brooklyn	IL	103		41.7292	-89.1909	4
60420	Dwight	dwight	IL	105		41.0887	-88.4159	4
60460	Odell	odell	IL	105		41.0238	-88.5156	4
60920	Campus	campus	IL	105		41.0248	-88.3072	4
60921	Chatsworth	chatsworth	IL	105		40.7484	-88.2937	4
60929	Cullom	cullom	IL	105		40.8781	-88.2765	4
60934	Emington	emington	IL	105		40.9692	-88.3589	4
61311	Ancona	ancona	IL	105		41.0426	-88.8642	4
61313	Blackstone	blackstone	IL	105		41.0719	-88.6498	4
61319	Cornell	cornell	IL	105		41.031	-88.7668	4
61333	Long Point	long-point	IL	105		40.9896	-88.8811	4
61739	Fairbury	fairbury	IL	105		40.745	-88.5165	4
61740	Flanagan	flanagan	IL	105		40.879	-88.862	4
61741	Forrest	forrest	IL	105		40.7513	-88.4111	4
61743	Graymont	graymont	IL	105		40.8757	-88.7817	4
61764	Pontiac	pontiac	IL	105		40.8764	-88.6328	4
61769	Saunemin	saunemin	IL	105		40.8885	-88.4094	4
61775	Strawn	strawn	IL	105		40.6476	-88.404	4
61723	Atlanta	atlanta	IL	107		40.2586	-89.23	4
61751	Lawndale	lawndale	IL	107		40.2193	-89.2852	4
62512	Beason	beason	IL	107		40.1437	-89.1948	4
62518	Chestnut	chestnut	IL	107		40.0582	-89.19	4
62519	Cornland	cornland	IL	107		39.9374	-89.4023	4
62541	Lake Fork	lake-fork	IL	107		39.9706	-89.3505	4
62543	Latham	latham	IL	107		39.9711	-89.1725	4
62548	Mount Pulaski	mount-pulaski	IL	107		40.0045	-89.2935	4
62634	Elkhart	elkhart	IL	107		40.0132	-89.452	4
62635	Emden	emden	IL	107		40.2967	-89.4714	4
62643	Hartsburg	hartsburg	IL	107		40.2451	-89.4519	4
62656	Lincoln	lincoln	IL	107		40.1451	-89.3684	4
62666	Middletown	middletown	IL	107		40.0967	-89.5818	4
62671	New Holland	new-holland	IL	107		40.1682	-89.5604	4
61411	Adair	adair	IL	109		40.3852	-90.5037	4
61416	Bardolph	bardolph	IL	109		40.495	-90.5646	4
61420	Blandinsville	blandinsville	IL	109		40.5516	-90.8595	4
61422	Bushnell	bushnell	IL	109		40.5539	-90.506	4
61438	Good Hope	good-hope	IL	109		40.5578	-90.6735	4
61440	Industry	industry	IL	109		40.3256	-90.6105	4
61455	Macomb	macomb	IL	109		40.4617	-90.6787	4
61470	Prairie City	prairie-city	IL	109		40.618	-90.4727	4
61475	Sciota	sciota	IL	109		40.5832	-90.7316	4
62326	Colchester	colchester	IL	109		40.4156	-90.7846	4
62374	Tennessee	tennessee	IL	109		40.414	-90.8556	4
60001	Alden	alden	IL	111		42.3248	-88.4525	4
60012	Crystal Lake	crystal-lake	IL	111		42.2662	-88.3213	4
60013	Cary	cary	IL	111		42.2196	-88.2426	4
60014	Crystal Lake	crystal-lake	IL	111		42.2308	-88.3324	4
60021	Fox River Grove	fox-river-grove	IL	111		42.1936	-88.2205	4
60033	Harvard	harvard	IL	111		42.4227	-88.6048	4
60034	Hebron	hebron	IL	111		42.4642	-88.4176	4
60039	Crystal Lake	crystal-lake	IL	111		42.3248	-88.4525	4
60050	Mchenry	mchenry	IL	111		42.3311	-88.2955	4
60051	Mchenry	mchenry	IL	111		42.3542	-88.2294	4
60071	Richmond	richmond	IL	111		42.4669	-88.29	4
60072	Ringwood	ringwood	IL	111		42.4048	-88.3054	4
60081	Spring Grove	spring-grove	IL	111		42.4413	-88.2237	4
60097	Wonder Lake	wonder-lake	IL	111		42.3849	-88.3534	4
60098	Woodstock	woodstock	IL	111		42.3198	-88.4477	4
60102	Algonquin	algonquin	IL	111		42.1641	-88.3064	4
60142	Huntley	huntley	IL	111		42.1756	-88.4268	4
60152	Marengo	marengo	IL	111		42.2442	-88.6074	4
60156	Lake In The Hills	lake-in-the-hills	IL	111		42.1817	-88.3304	4
60180	Union	union	IL	111		42.2103	-88.5283	4
61701	Bloomington	bloomington	IL	113		40.4783	-88.9893	4
61702	Bloomington	bloomington	IL	113		40.5192	-88.8643	4
61704	Bloomington	bloomington	IL	113		40.4705	-88.9433	4
61705	Bloomington	bloomington	IL	113		40.44	-89.067	4
61709	Bloomington	bloomington	IL	113		40.4614	-88.953	4
61710	Bloomington	bloomington	IL	113		40.4777	-88.9542	4
61720	Anchor	anchor	IL	113		40.5441	-88.5266	4
61722	Arrowsmith	arrowsmith	IL	113		40.412	-88.6296	4
61724	Bellflower	bellflower	IL	113		40.3401	-88.5227	4
61725	Carlock	carlock	IL	113		40.6029	-89.1098	4
61726	Chenoa	chenoa	IL	113		40.7446	-88.7219	4
61728	Colfax	colfax	IL	113		40.5704	-88.62	4
61730	Cooksville	cooksville	IL	113		40.536	-88.735	4
61731	Cropsey	cropsey	IL	113		40.603	-88.4943	4
61732	Danvers	danvers	IL	113		40.5364	-89.1885	4
61736	Downs	downs	IL	113		40.3989	-88.8686	4
61737	Ellsworth	ellsworth	IL	113		40.4432	-88.7371	4
61744	Gridley	gridley	IL	113		40.7439	-88.884	4
61745	Heyworth	heyworth	IL	113		40.3307	-88.9776	4
61748	Hudson	hudson	IL	113		40.6205	-88.9759	4
61752	Le Roy	le-roy	IL	113		40.3468	-88.7598	4
61753	Lexington	lexington	IL	113		40.6357	-88.8062	4
61754	Mc Lean	mc-lean	IL	113		40.3282	-89.1645	1
61758	Merna	merna	IL	113		40.5167	-88.8259	4
61761	Normal	normal	IL	113		40.5124	-88.9883	4
61770	Saybrook	saybrook	IL	113		40.432	-88.5247	4
61772	Shirley	shirley	IL	113		40.4174	-89.0822	4
61774	Stanford	stanford	IL	113		40.4376	-89.2164	4
61776	Towanda	towanda	IL	113		40.5533	-88.8886	4
61790	Normal	normal	IL	113		40.5103	-88.998	4
61791	Bloomington	bloomington	IL	113		40.5192	-88.8643	4
61799	Bloomington	bloomington	IL	113		40.4885	-88.9396	4
61756	Maroa	maroa	IL	115		40.0342	-88.9578	4
62501	Argenta	argenta	IL	115		39.934	-88.8052	4
62513	Blue Mound	blue-mound	IL	115		39.6978	-89.1136	4
62514	Boody	boody	IL	115		39.7624	-89.0507	4
62521	Decatur	decatur	IL	115		39.8395	-88.9465	4
62522	Decatur	decatur	IL	115		39.8432	-88.9861	4
62523	Decatur	decatur	IL	115		39.8417	-88.9534	4
62524	Decatur	decatur	IL	115		39.854	-88.9815	4
62525	Decatur	decatur	IL	115		39.854	-88.9815	4
62526	Decatur	decatur	IL	115		39.8583	-88.9382	4
62532	Elwin	elwin	IL	115		39.78	-88.9808	4
62535	Forsyth	forsyth	IL	115		39.9248	-88.9691	4
62537	Harristown	harristown	IL	115		39.8567	-89.085	4
62544	Macon	macon	IL	115		39.7041	-88.988	4
62549	Mt Zion	mt-zion	IL	115		39.7705	-88.8659	1
62551	Niantic	niantic	IL	115		39.8582	-89.1701	4
62554	Oreana	oreana	IL	115		39.9351	-88.8547	4
62573	Warrensburg	warrensburg	IL	115		39.9454	-89.0741	4
62009	Benld	benld	IL	117		39.0939	-89.8031	4
62014	Bunker Hill	bunker-hill	IL	117		39.0408	-89.9624	4
62023	Eagarville	eagarville	IL	117		39.1118	-89.7855	1
62033	Gillespie	gillespie	IL	117		39.1341	-89.8442	4
62069	Mount Olive	mount-olive	IL	117		39.0705	-89.7448	4
62079	Piasa	piasa	IL	117		39.1159	-90.1237	4
62085	Sawyerville	sawyerville	IL	117		39.0828	-89.8043	4
62088	Staunton	staunton	IL	117		39.0135	-89.7857	4
62093	Wilsonville	wilsonville	IL	117		39.0695	-89.8565	4
62626	Carlinville	carlinville	IL	117		39.2885	-89.8661	4
62630	Chesterfield	chesterfield	IL	117		39.2608	-90.0784	4
62640	Girard	girard	IL	117		39.3838	-89.8501	4
62649	Hettick	hettick	IL	117		39.3752	-90.0672	4
62667	Modesto	modesto	IL	117		39.476	-89.9794	4
62672	Nilwood	nilwood	IL	117		39.398	-89.8045	4
62674	Palmyra	palmyra	IL	117		39.4227	-90.0311	4
62683	Scottville	scottville	IL	117		39.4803	-90.1048	4
62685	Shipman	shipman	IL	117		39.1952	-89.9607	4
62690	Virden	virden	IL	117		39.5064	-89.7783	4
62001	Alhambra	alhambra	IL	119		38.8822	-89.7441	4
62002	Alton	alton	IL	119		38.9087	-90.1568	4
62010	Bethalto	bethalto	IL	119		38.9074	-90.0344	4
62018	Cottage Hills	cottage-hills	IL	119		38.9124	-90.0826	4
62021	Dorsey	dorsey	IL	119		38.9832	-89.9786	4
62024	East Alton	east-alton	IL	119		38.8803	-90.083	4
62025	Edwardsville	edwardsville	IL	119		38.805	-89.9637	4
62026	Edwardsville	edwardsville	IL	119		38.8114	-89.9532	4
62034	Glen Carbon	glen-carbon	IL	119		38.7609	-89.9706	4
62035	Godfrey	godfrey	IL	119		38.946	-90.206	4
62040	Granite City	granite-city	IL	119		38.7261	-90.1106	4
62046	Hamel	hamel	IL	119		38.8901	-89.8457	4
62048	Hartford	hartford	IL	119		38.8278	-90.0926	4
62058	Livingston	livingston	IL	119		38.969	-89.7668	4
62060	Madison	madison	IL	119		38.6811	-90.1566	4
62061	Marine	marine	IL	119		38.7793	-89.7786	4
62062	Maryville	maryville	IL	119		38.7138	-89.9658	4
62067	Moro	moro	IL	119		38.9318	-89.9618	4
62074	New Douglas	new-douglas	IL	119		38.9676	-89.7392	4
62084	Roxana	roxana	IL	119		38.8482	-90.0798	4
62087	South Roxana	south-roxana	IL	119		38.8225	-90.0583	4
62090	Venice	venice	IL	119		38.6706	-90.1689	4
62095	Wood River	wood-river	IL	119		38.8643	-90.0875	4
62097	Worden	worden	IL	119		38.9449	-89.8532	4
62234	Collinsville	collinsville	IL	119		38.6835	-89.9853	4
62249	Highland	highland	IL	119		38.7631	-89.6789	4
62281	Saint Jacob	saint-jacob	IL	119		38.7059	-89.7925	4
62294	Troy	troy	IL	119		38.7243	-89.8708	4
62801	Centralia	centralia	IL	121		38.5241	-89.1365	4
62807	Alma	alma	IL	121		38.7231	-88.9157	4
62849	Iuka	iuka	IL	121		38.6136	-88.7689	4
62853	Kell	kell	IL	121		38.5147	-88.9127	4
62854	Kinmundy	kinmundy	IL	121		38.7559	-88.813	4
62870	Odin	odin	IL	121		38.6088	-89.0552	4
62875	Patoka	patoka	IL	121		38.7549	-89.0942	4
62881	Salem	salem	IL	121		38.6264	-88.9481	4
62882	Sandoval	sandoval	IL	121		38.6131	-89.114	4
62892	Vernon	vernon	IL	121		38.8033	-89.083	4
62893	Walnut Hill	walnut-hill	IL	121		38.467	-89.0328	4
61369	Toluca	toluca	IL	123		41.0046	-89.1348	4
61375	Varna	varna	IL	123		41.0327	-89.2483	4
61377	Wenona	wenona	IL	123		41.0548	-89.0416	4
61424	Camp Grove	camp-grove	IL	123		41.078	-89.6332	4
61537	Henry	henry	IL	123		41.1115	-89.3743	4
61540	Lacon	lacon	IL	123		41.0216	-89.4008	4
61541	La Rose	la-rose	IL	123		40.9823	-89.2354	4
61565	Sparland	sparland	IL	123		41.0134	-89.4571	4
61570	Washburn	washburn	IL	123		40.9141	-89.283	4
61532	Forest City	forest-city	IL	125		40.3594	-89.8334	4
61546	Manito	manito	IL	125		40.416	-89.7898	4
61567	Topeka	topeka	IL	125		40.3303	-89.9312	4
62617	Bath	bath	IL	125		40.1536	-90.1661	4
62633	Easton	easton	IL	125		40.2279	-89.8903	4
62644	Havana	havana	IL	125		40.3	-90.061	4
62655	Kilbourne	kilbourne	IL	125		40.1587	-90.0043	4
62664	Mason City	mason-city	IL	125		40.2023	-89.6982	4
62682	San Jose	san-jose	IL	125		40.3011	-89.6872	4
62910	Brookport	brookport	IL	127		37.1542	-88.5334	4
62953	Joppa	joppa	IL	127		37.2092	-88.8442	4
62960	Metropolis	metropolis	IL	127		37.1753	-88.7252	4
62613	Athens	athens	IL	129		39.9917	-89.6684	4
62642	Greenview	greenview	IL	129		40.1017	-89.7469	4
62659	Lincoln'S New Salem	lincoln-s-new-salem	IL	129		40.0311	-89.7867	1
62673	Oakford	oakford	IL	129		40.0994	-89.9601	4
62675	Petersburg	petersburg	IL	129		40.0117	-89.8482	4
62688	Tallula	tallula	IL	129		39.9445	-89.9373	4
61231	Aledo	aledo	IL	131		41.2008	-90.7416	4
61260	Joy	joy	IL	131		41.2262	-90.8518	4
61263	Matherville	matherville	IL	131		41.2599	-90.6128	4
61272	New Boston	new-boston	IL	131		41.2153	-90.9879	4
61276	Preemption	preemption	IL	131		41.2996	-90.5866	4
61281	Sherrard	sherrard	IL	131		41.3027	-90.4939	4
61412	Alexis	alexis	IL	131		41.0521	-90.5436	4
61442	Keithsburg	keithsburg	IL	131		41.1043	-90.9263	4
61465	New Windsor	new-windsor	IL	131		41.1987	-90.4598	4
61466	North Henderson	north-henderson	IL	131		41.1006	-90.4736	4
61476	Seaton	seaton	IL	131		41.0732	-90.8257	4
61486	Viola	viola	IL	131		41.2024	-90.5936	4
62236	Columbia	columbia	IL	133		38.4325	-90.2027	4
62244	Fults	fults	IL	133		38.1797	-90.1974	4
62248	Hecker	hecker	IL	133		38.3044	-89.9935	4
62256	Maeystown	maeystown	IL	133		38.3043	-90.1356	4
62279	Renault	renault	IL	133		38.1521	-90.1346	4
62295	Valmeyer	valmeyer	IL	133		38.2805	-90.3122	4
62298	Waterloo	waterloo	IL	133		38.3223	-90.1478	4
62015	Butler	butler	IL	135		39.2114	-89.5305	4
62017	Coffeen	coffeen	IL	135		39.0908	-89.3945	4
62032	Fillmore	fillmore	IL	135		39.1039	-89.2946	4
62049	Hillsboro	hillsboro	IL	135		39.1494	-89.4881	4
62051	Irving	irving	IL	135		39.2089	-89.4104	4
62056	Litchfield	litchfield	IL	135		39.1793	-89.6499	4
62075	Nokomis	nokomis	IL	135		39.3036	-89.2853	4
62076	Ohlman	ohlman	IL	135		39.3434	-89.2191	4
62077	Panama	panama	IL	135		39.0317	-89.5237	4
62089	Taylor Springs	taylor-springs	IL	135		39.1309	-89.492	4
62091	Walshville	walshville	IL	135		39.0473	-89.635	4
62094	Witt	witt	IL	135		39.2469	-89.3414	4
62533	Farmersville	farmersville	IL	135		39.4401	-89.617	4
62538	Harvel	harvel	IL	135		39.3719	-89.538	4
62560	Raymond	raymond	IL	135		39.3106	-89.5851	4
62572	Waggoner	waggoner	IL	135		39.3688	-89.6545	4
62601	Alexander	alexander	IL	137		39.7517	-90.0458	4
62628	Chapin	chapin	IL	137		39.7716	-90.4113	4
62631	Concord	concord	IL	137		39.823	-90.3722	4
62638	Franklin	franklin	IL	137		39.6222	-90.0889	4
62650	Jacksonville	jacksonville	IL	137		39.7339	-90.229	4
62651	Jacksonville	jacksonville	IL	137		39.6983	-90.2615	4
62660	Literberry	literberry	IL	137		39.8589	-90.2007	4
62665	Meredosia	meredosia	IL	137		39.8173	-90.5339	4
62668	Murrayville	murrayville	IL	137		39.5723	-90.2379	4
62692	Waverly	waverly	IL	137		39.587	-89.9449	4
62695	Woodson	woodson	IL	137		39.6289	-90.219	4
61914	Bethany	bethany	IL	139		39.6348	-88.7543	4
61925	Dalton City	dalton-city	IL	139		39.7119	-88.7975	4
61928	Gays	gays	IL	139		39.4796	-88.5242	4
61937	Lovington	lovington	IL	139		39.7192	-88.6417	4
61951	Sullivan	sullivan	IL	139		39.5934	-88.6038	4
60113	Creston	creston	IL	141		41.9312	-88.9566	4
61007	Baileyville	baileyville	IL	141		42.1905	-89.5939	4
61010	Byron	byron	IL	141		42.1292	-89.2659	4
61015	Chana	chana	IL	141		41.9933	-89.2117	4
61020	Davis Junction	davis-junction	IL	141		42.0979	-89.0838	4
61030	Forreston	forreston	IL	141		42.1229	-89.5831	4
61043	Holcomb	holcomb	IL	141		42.0647	-89.0957	4
61047	Leaf River	leaf-river	IL	141		42.1532	-89.3959	4
61049	Lindenwood	lindenwood	IL	141		42.0507	-89.034	4
61052	Monroe Center	monroe-center	IL	141		42.105	-89.0169	4
61054	Mount Morris	mount-morris	IL	141		42.0479	-89.4346	4
61061	Oregon	oregon	IL	141		42.0095	-89.3444	4
61064	Polo	polo	IL	141		41.989	-89.5984	4
61068	Rochelle	rochelle	IL	141		41.9282	-89.071	4
61084	Stillman Valley	stillman-valley	IL	141		42.1183	-89.1898	4
61091	Woosung	woosung	IL	141		41.9034	-89.5409	4
61451	Laura	laura	IL	143		40.9335	-89.9349	4
61517	Brimfield	brimfield	IL	143		40.8407	-89.897	4
61523	Chillicothe	chillicothe	IL	143		40.9013	-89.5068	4
61525	Dunlap	dunlap	IL	143		40.8444	-89.6397	4
61526	Edelstein	edelstein	IL	143		40.9454	-89.5858	4
61528	Edwards	edwards	IL	143		40.779	-89.723	4
61529	Elmwood	elmwood	IL	143		40.7726	-89.9289	4
61533	Glasford	glasford	IL	143		40.576	-89.8113	4
61536	Hanna City	hanna-city	IL	143		40.6798	-89.7952	4
61539	Kingston Mines	kingston-mines	IL	143		40.5571	-89.7685	4
61547	Mapleton	mapleton	IL	143		40.6117	-89.7184	4
61552	Mossville	mossville	IL	143		40.818	-89.568	4
61562	Rome	rome	IL	143		40.8743	-89.5067	4
61569	Trivoli	trivoli	IL	143		40.6795	-89.9135	4
61601	Peoria	peoria	IL	143		40.6931	-89.5898	4
61602	Peoria	peoria	IL	143		40.6936	-89.589	4
61603	Peoria	peoria	IL	143		40.7132	-89.577	4
61604	Peoria	peoria	IL	143		40.7111	-89.6324	4
61605	Peoria	peoria	IL	143		40.6775	-89.6263	4
61606	Peoria	peoria	IL	143		40.6989	-89.6122	4
61607	Peoria	peoria	IL	143		40.6321	-89.6903	4
61612	Peoria	peoria	IL	143		40.7442	-89.7184	4
61613	Peoria	peoria	IL	143		40.7425	-89.6279	4
61614	Peoria	peoria	IL	143		40.7681	-89.6026	4
61615	Peoria	peoria	IL	143		40.7661	-89.645	4
61616	Peoria Heights	peoria-heights	IL	143		40.7473	-89.574	4
61625	Peoria	peoria	IL	143		40.6963	-89.6166	4
61629	Peoria	peoria	IL	143		40.692	-89.5887	4
61630	Peoria	peoria	IL	143		40.7442	-89.7184	4
61633	Peoria	peoria	IL	143		40.7312	-89.6031	4
61634	Peoria	peoria	IL	143		40.6896	-89.5926	4
61636	Peoria	peoria	IL	143		40.6999	-89.5951	4
61637	Peoria	peoria	IL	143		40.7025	-89.5898	4
61638	Peoria	peoria	IL	143		40.7969	-89.6111	4
61639	Peoria	peoria	IL	143		40.7098	-89.5636	4
61641	Peoria	peoria	IL	143		40.64	-89.652	4
61643	Peoria	peoria	IL	143		40.7442	-89.7184	4
61650	Peoria	peoria	IL	143		40.7442	-89.7184	4
61651	Peoria	peoria	IL	143		40.7442	-89.7184	4
61652	Peoria	peoria	IL	143		40.8767	-89.5091	4
61653	Peoria	peoria	IL	143		40.7442	-89.7184	4
61654	Peoria	peoria	IL	143		40.7442	-89.7184	4
61655	Peoria	peoria	IL	143		40.7442	-89.7184	4
61656	Peoria	peoria	IL	143		40.7442	-89.7184	4
62238	Cutler	cutler	IL	145		38.0427	-89.5661	4
62274	Pinckneyville	pinckneyville	IL	145		38.0903	-89.3858	4
62832	Du Quoin	du-quoin	IL	145		38.0137	-89.2333	4
62888	Tamaroa	tamaroa	IL	145		38.138	-89.2231	4
62997	Willisville	willisville	IL	145		37.9848	-89.5899	4
61813	Bement	bement	IL	147		39.9222	-88.5688	4
61818	Cerro Gordo	cerro-gordo	IL	147		39.8681	-88.7256	4
61830	Cisco	cisco	IL	147		39.9972	-88.6962	4
61839	De Land	de-land	IL	147		40.1107	-88.6392	4
61854	Mansfield	mansfield	IL	147		40.2147	-88.5179	4
61855	Milmine	milmine	IL	147		39.9238	-88.6599	4
61856	Monticello	monticello	IL	147		40.0263	-88.5686	4
61884	White Heath	white-heath	IL	147		40.1009	-88.5193	4
61929	Hammond	hammond	IL	147		39.7946	-88.5793	4
61936	La Place	la-place	IL	147		39.7983	-88.7272	1
62312	Barry	barry	IL	149		39.7047	-91.0265	4
62314	Baylis	baylis	IL	149		39.7612	-90.8832	4
62323	Chambersburg	chambersburg	IL	149		39.8071	-90.663	4
62340	Griggsville	griggsville	IL	149		39.7084	-90.7249	4
62343	Hull	hull	IL	149		39.7186	-91.2338	4
62345	Kinderhook	kinderhook	IL	149		39.6953	-91.1637	4
62352	Milton	milton	IL	149		39.5645	-90.6504	4
62355	Nebo	nebo	IL	149		39.4202	-90.7692	4
62356	New Canton	new-canton	IL	149		39.6342	-91.0886	4
62357	New Salem	new-salem	IL	149		39.6996	-90.844	4
62361	Pearl	pearl	IL	149		39.4441	-90.638	4
62362	Perry	perry	IL	149		39.7823	-90.7471	4
62363	Pittsfield	pittsfield	IL	149		39.6013	-90.8073	4
62366	Pleasant Hill	pleasant-hill	IL	149		39.4467	-90.877	4
62370	Rockport	rockport	IL	149		39.5328	-90.9722	4
62928	Eddyville	eddyville	IL	151		37.4829	-88.5791	4
62938	Golconda	golconda	IL	151		37.3602	-88.4886	4
62947	Herod	herod	IL	151		37.5634	-88.44	4
62941	Grand Chain	grand-chain	IL	153		37.251	-89.0083	4
62956	Karnak	karnak	IL	153		37.2911	-88.9739	4
62963	Mound City	mound-city	IL	153		37.0865	-89.1637	4
62964	Mounds	mounds	IL	153		37.1188	-89.2001	4
62970	Olmsted	olmsted	IL	153		37.1935	-89.0933	4
62973	Perks	perks	IL	153		37.3113	-89.0831	4
62976	Pulaski	pulaski	IL	153		37.2146	-89.1968	4
62992	Ullin	ullin	IL	153		37.277	-89.1834	4
62996	Villa Ridge	villa-ridge	IL	153		37.1578	-89.1825	4
61326	Granville	granville	IL	155		41.2642	-89.225	4
61327	Hennepin	hennepin	IL	155		41.2352	-89.3218	4
61335	Mc Nabb	mc-nabb	IL	155		41.173	-89.2187	1
61336	Magnolia	magnolia	IL	155		41.1164	-89.227	4
61340	Mark	mark	IL	155		41.266	-89.2491	4
61363	Standard	standard	IL	155		41.2567	-89.1778	4
61560	Putnam	putnam	IL	155		41.1949	-89.4409	4
62217	Baldwin	baldwin	IL	157		38.1754	-89.8414	4
62233	Chester	chester	IL	157		37.9188	-89.8218	4
62237	Coulterville	coulterville	IL	157		38.1753	-89.6479	4
62241	Ellis Grove	ellis-grove	IL	157		38.0054	-89.9008	4
62242	Evansville	evansville	IL	157		38.0926	-89.917	4
62259	Menard	menard	IL	157		37.9101	-89.8398	4
62261	Modoc	modoc	IL	157		38.0507	-90.0163	4
62272	Percy	percy	IL	157		38.0126	-89.617	4
62277	Prairie Du Rocher	prairie-du-rocher	IL	157		38.0831	-90.0959	4
62278	Red Bud	red-bud	IL	157		38.1907	-89.9884	4
62280	Rockwood	rockwood	IL	157		37.8322	-89.6214	4
62286	Sparta	sparta	IL	157		38.1318	-89.7035	4
62288	Steeleville	steeleville	IL	157		38.0057	-89.6665	4
62292	Tilden	tilden	IL	157		38.2122	-89.6895	4
62297	Walsh	walsh	IL	157		38.0203	-89.8297	4
62419	Calhoun	calhoun	IL	159		38.6351	-88.0037	4
62421	Claremont	claremont	IL	159		38.7429	-87.9727	4
62425	Dundas	dundas	IL	159		38.8306	-88.0973	4
62450	Olney	olney	IL	159		38.7334	-88.0809	4
62452	Parkersburg	parkersburg	IL	159		38.59	-88.0647	4
62868	Noble	noble	IL	159		38.7119	-88.219	4
61201	Rock Island	rock-island	IL	161		41.4913	-90.5648	4
61204	Rock Island	rock-island	IL	161		41.5549	-90.616	4
61232	Andalusia	andalusia	IL	161		41.4392	-90.7176	4
61236	Barstow	barstow	IL	161		41.5147	-90.3577	4
61237	Buffalo Prairie	buffalo-prairie	IL	161		41.3368	-90.8522	4
61239	Carbon Cliff	carbon-cliff	IL	161		41.4948	-90.3907	4
61240	Coal Valley	coal-valley	IL	161		41.4351	-90.4652	4
61242	Cordova	cordova	IL	161		41.6928	-90.3071	4
61244	East Moline	east-moline	IL	161		41.5118	-90.4321	4
61256	Hampton	hampton	IL	161		41.5559	-90.4093	4
61257	Hillsdale	hillsdale	IL	161		41.5929	-90.2263	4
61259	Illinois City	illinois-city	IL	161		41.3892	-90.8925	4
61264	Milan	milan	IL	161		41.4262	-90.5739	4
61265	Moline	moline	IL	161		41.4906	-90.498	4
61266	Moline	moline	IL	161		41.5067	-90.5151	4
61275	Port Byron	port-byron	IL	161		41.6013	-90.3263	4
61278	Rapids City	rapids-city	IL	161		41.5817	-90.3435	4
61279	Reynolds	reynolds	IL	161		41.3277	-90.6384	4
61282	Silvis	silvis	IL	161		41.5007	-90.4126	4
61284	Taylor Ridge	taylor-ridge	IL	161		41.3828	-90.734	4
61299	Rock Island	rock-island	IL	161		41.5203	-90.5416	4
62059	Lovejoy	lovejoy	IL	163		38.44	-89.9835	1
62071	National Stock Yards	national-stock-yards	IL	163		38.6516	-90.1639	1
62201	East Saint Louis	east-saint-louis	IL	163		38.6427	-90.1387	4
62202	East Saint Louis	east-saint-louis	IL	163		38.6163	-90.1591	4
62203	East Saint Louis	east-saint-louis	IL	163		38.5992	-90.0744	4
62204	East Saint Louis	east-saint-louis	IL	163		38.6308	-90.095	4
62205	East Saint Louis	east-saint-louis	IL	163		38.6149	-90.1275	4
62206	East Saint Louis	east-saint-louis	IL	163		38.5514	-90.1544	4
62207	East Saint Louis	east-saint-louis	IL	163		38.587	-90.1278	4
62208	Fairview Heights	fairview-heights	IL	163		38.596	-90.0071	4
62220	Belleville	belleville	IL	163		38.5127	-89.9847	4
62221	Belleville	belleville	IL	163		38.5396	-89.9583	4
62222	Belleville	belleville	IL	163		38.44	-89.9835	4
62223	Belleville	belleville	IL	163		38.5456	-90.0378	4
62225	Scott Air Force Base	scott-air-force-base	IL	163		38.5432	-89.859	4
62226	Belleville	belleville	IL	163		38.5352	-90.0006	4
62232	Caseyville	caseyville	IL	163		38.6345	-90.0135	4
62239	Dupo	dupo	IL	163		38.5162	-90.2104	4
62240	East Carondelet	east-carondelet	IL	163		38.5349	-90.2208	4
62243	Freeburg	freeburg	IL	163		38.408	-89.9181	4
62254	Lebanon	lebanon	IL	163		38.6053	-89.7992	4
62255	Lenzburg	lenzburg	IL	163		38.295	-89.7922	4
62257	Marissa	marissa	IL	163		38.2455	-89.7501	4
62258	Mascoutah	mascoutah	IL	163		38.4745	-89.7877	4
62260	Millstadt	millstadt	IL	163		38.4443	-90.0888	4
62264	New Athens	new-athens	IL	163		38.316	-89.8728	4
62269	O Fallon	o-fallon	IL	163		38.5718	-89.8957	4
62282	Saint Libory	saint-libory	IL	163		38.3632	-89.7139	4
62285	Smithton	smithton	IL	163		38.4231	-89.9896	4
62289	Summerfield	summerfield	IL	163		38.5967	-89.7512	4
62917	Carrier Mills	carrier-mills	IL	165		37.6842	-88.6328	4
62930	Eldorado	eldorado	IL	165		37.8139	-88.4434	4
62935	Galatia	galatia	IL	165		37.8274	-88.6235	4
62946	Harrisburg	harrisburg	IL	165		37.7257	-88.544	4
62965	Muddy	muddy	IL	165		37.765	-88.5167	4
62977	Raleigh	raleigh	IL	165		37.8256	-88.5324	4
62987	Stonefort	stonefort	IL	165		37.6432	-88.6228	4
62515	Buffalo	buffalo	IL	167		39.8499	-89.3879	4
62520	Dawson	dawson	IL	167		39.8563	-89.4603	4
62530	Divernon	divernon	IL	167		39.5692	-89.6626	4
62536	Glenarm	glenarm	IL	167		39.6327	-89.6581	4
62539	Illiopolis	illiopolis	IL	167		39.8499	-89.2513	4
62545	Mechanicsburg	mechanicsburg	IL	167		39.7778	-89.4064	4
62558	Pawnee	pawnee	IL	167		39.6086	-89.5678	4
62561	Riverton	riverton	IL	167		39.8663	-89.5087	4
62563	Rochester	rochester	IL	167		39.7182	-89.5649	4
62615	Auburn	auburn	IL	167		39.5918	-89.744	4
62625	Cantrall	cantrall	IL	167		39.9169	-89.6891	4
62629	Chatham	chatham	IL	167		39.6737	-89.7112	4
62661	Loami	loami	IL	167		39.6704	-89.8588	4
62662	Lowder	lowder	IL	167		39.5509	-89.8459	4
62670	New Berlin	new-berlin	IL	167		39.7681	-89.855	4
62677	Pleasant Plains	pleasant-plains	IL	167		39.8331	-89.8686	4
62684	Sherman	sherman	IL	167		39.9121	-89.5877	4
62689	Thayer	thayer	IL	167		39.5394	-89.7621	4
62693	Williamsville	williamsville	IL	167		39.9542	-89.5487	4
62701	Springfield	springfield	IL	167		39.8	-89.6495	4
62702	Springfield	springfield	IL	167		39.8317	-89.6465	4
62703	Springfield	springfield	IL	167		39.7622	-89.6275	4
62704	Springfield	springfield	IL	167		39.7725	-89.6889	4
62705	Springfield	springfield	IL	167		39.8017	-89.6437	4
62706	Springfield	springfield	IL	167		39.7989	-89.6534	4
62707	Springfield	springfield	IL	167		39.8544	-89.6544	4
62708	Springfield	springfield	IL	167		39.8061	-89.5864	4
62711	Springfield	springfield	IL	167		39.7655	-89.7293	4
62712	Springfield	springfield	IL	167		39.7533	-89.58	4
62715	Springfield	springfield	IL	167		39.8017	-89.6437	4
62716	Springfield	springfield	IL	167		39.8482	-89.5364	4
62719	Springfield	springfield	IL	167		39.7495	-89.606	4
62722	Springfield	springfield	IL	167		39.7495	-89.606	4
62723	Springfield	springfield	IL	167		39.7495	-89.606	4
62726	Springfield	springfield	IL	167		39.7495	-89.606	4
62736	Springfield	springfield	IL	167		39.7495	-89.606	4
62739	Springfield	springfield	IL	167		39.8017	-89.6437	4
62756	Springfield	springfield	IL	167		39.7495	-89.606	4
62757	Springfield	springfield	IL	167		39.8017	-89.6437	4
62761	Springfield	springfield	IL	167		39.8524	-89.541	4
62762	Springfield	springfield	IL	167		39.7495	-89.606	4
62763	Springfield	springfield	IL	167		39.7495	-89.606	4
62764	Springfield	springfield	IL	167		39.7495	-89.606	4
62765	Springfield	springfield	IL	167		39.8017	-89.6437	4
62766	Springfield	springfield	IL	167		39.7495	-89.606	4
62767	Springfield	springfield	IL	167		39.7495	-89.606	4
62769	Springfield	springfield	IL	167		39.8017	-89.6437	4
62776	Springfield	springfield	IL	167		39.7495	-89.606	4
62777	Springfield	springfield	IL	167		39.7495	-89.606	4
62781	Springfield	springfield	IL	167		39.7495	-89.606	4
62786	Springfield	springfield	IL	167		39.7495	-89.606	4
62791	Springfield	springfield	IL	167		39.7495	-89.606	4
62794	Springfield	springfield	IL	167		39.7495	-89.606	4
62796	Springfield	springfield	IL	167		39.7495	-89.606	4
61452	Littleton	littleton	IL	169		40.2339	-90.619	4
62319	Camden	camden	IL	169		40.1511	-90.7544	4
62344	Huntsville	huntsville	IL	169		40.1544	-90.8531	4
62624	Browning	browning	IL	169		40.1289	-90.3721	4
62639	Frederick	frederick	IL	169		40.07	-90.429	4
62681	Rushville	rushville	IL	169		40.1133	-90.5432	4
62610	Alsey	alsey	IL	171		39.5606	-90.434	4
62621	Bluffs	bluffs	IL	171		39.7296	-90.5313	4
62663	Manchester	manchester	IL	171		39.5405	-90.3317	4
62694	Winchester	winchester	IL	171		39.6266	-90.4664	4
61957	Windsor	windsor	IL	173		39.4302	-88.5857	4
62422	Cowden	cowden	IL	173		39.2326	-88.8868	4
62431	Herrick	herrick	IL	173		39.2245	-88.9812	4
62438	Lakewood	lakewood	IL	173		39.3134	-88.8715	4
62444	Mode	mode	IL	173		39.2664	-88.7337	4
62462	Sigel	sigel	IL	173		39.2176	-88.4803	4
62463	Stewardson	stewardson	IL	173		39.272	-88.6319	4
62465	Strasburg	strasburg	IL	173		39.3641	-88.6279	4
62534	Findlay	findlay	IL	173		39.5193	-88.7468	4
62550	Moweaqua	moweaqua	IL	173		39.6248	-89.019	4
62553	Oconee	oconee	IL	173		39.2884	-89.0836	4
62565	Shelbyville	shelbyville	IL	173		39.458	-88.8058	4
62571	Tower Hill	tower-hill	IL	173		39.39	-88.9597	4
61421	Bradford	bradford	IL	175		41.1532	-89.6521	4
61426	Castleton	castleton	IL	175		41.1183	-89.7071	4
61449	La Fayette	la-fayette	IL	175		41.1095	-89.9575	1
61479	Speer	speer	IL	175		40.9872	-89.652	4
61483	Toulon	toulon	IL	175		41.1009	-89.8606	4
61491	Wyoming	wyoming	IL	175		41.0599	-89.7782	4
61559	Princeville	princeville	IL	175		40.9093	-89.7723	4
61013	Cedarville	cedarville	IL	177		42.3761	-89.6365	4
61018	Dakota	dakota	IL	177		42.4031	-89.5468	4
61019	Davis	davis	IL	177		42.4422	-89.4067	4
61027	Eleroy	eleroy	IL	177		42.332	-89.7612	4
61032	Freeport	freeport	IL	177		42.2991	-89.6345	4
61039	German Valley	german-valley	IL	177		42.2176	-89.4712	4
61044	Kent	kent	IL	177		42.3155	-89.9195	4
61048	Lena	lena	IL	177		42.3791	-89.8253	4
61050	Mc Connell	mc-connell	IL	177		42.4281	-89.7643	1
61060	Orangeville	orangeville	IL	177		42.4728	-89.6448	4
61062	Pearl City	pearl-city	IL	177		42.261	-89.8393	4
61067	Ridott	ridott	IL	177		42.2996	-89.4627	4
61070	Rock City	rock-city	IL	177		42.4103	-89.4759	4
61089	Winslow	winslow	IL	177		42.4838	-89.806	4
61534	Green Valley	green-valley	IL	179		40.4198	-89.6549	4
61535	Groveland	groveland	IL	179		40.5925	-89.5345	4
61550	Morton	morton	IL	179		40.6148	-89.4604	4
61554	Pekin	pekin	IL	179		40.5674	-89.6243	4
61555	Pekin	pekin	IL	179		40.5607	-89.6502	4
61558	Pekin	pekin	IL	179		40.5675	-89.6407	4
61564	South Pekin	south-pekin	IL	179		40.4945	-89.6518	4
61568	Tremont	tremont	IL	179		40.5053	-89.4833	4
61571	Washington	washington	IL	179		40.7034	-89.4194	4
61610	Creve Coeur	creve-coeur	IL	179		40.6428	-89.5988	4
61611	East Peoria	east-peoria	IL	179		40.6731	-89.5514	4
61635	East Peoria	east-peoria	IL	179		40.6661	-89.5801	4
61721	Armington	armington	IL	179		40.3613	-89.3231	4
61733	Deer Creek	deer-creek	IL	179		40.6224	-89.3323	4
61734	Delavan	delavan	IL	179		40.369	-89.5321	4
61747	Hopedale	hopedale	IL	179		40.4273	-89.4214	4
61755	Mackinaw	mackinaw	IL	179		40.5396	-89.3458	4
61759	Minier	minier	IL	179		40.4359	-89.3165	4
62905	Alto Pass	alto-pass	IL	181		37.5681	-89.3172	4
62906	Anna	anna	IL	181		37.4668	-89.2207	4
62920	Cobden	cobden	IL	181		37.5424	-89.2457	4
62926	Dongola	dongola	IL	181		37.3712	-89.1349	4
62952	Jonesboro	jonesboro	IL	181		37.4461	-89.2915	4
62961	Millcreek	millcreek	IL	181		37.3409	-89.2542	1
62998	Wolf Lake	wolf-lake	IL	181		37.512	-89.4408	4
60932	East Lynn	east-lynn	IL	183		40.4633	-87.8056	4
60942	Hoopeston	hoopeston	IL	183		40.4639	-87.6662	4
60960	Rankin	rankin	IL	183		40.4559	-87.8884	4
60963	Rossville	rossville	IL	183		40.3625	-87.6692	4
61810	Allerton	allerton	IL	183		39.9188	-87.9312	4
61811	Alvin	alvin	IL	183		40.3007	-87.608	4
61812	Armstrong	armstrong	IL	183		40.2175	-87.8943	4
61814	Bismarck	bismarck	IL	183		40.2552	-87.6138	4
61817	Catlin	catlin	IL	183		40.0699	-87.7113	4
61831	Collison	collison	IL	183		40.2207	-87.7987	4
61832	Danville	danville	IL	183		40.137	-87.6217	4
61833	Tilton	tilton	IL	183		40.0964	-87.644	4
61834	Danville	danville	IL	183		40.1602	-87.6729	4
61841	Fairmount	fairmount	IL	183		40.0373	-87.8365	4
61844	Fithian	fithian	IL	183		40.1192	-87.8797	4
61846	Georgetown	georgetown	IL	183		39.9792	-87.6365	4
61848	Henning	henning	IL	183		40.304	-87.7007	4
61850	Indianola	indianola	IL	183		39.9268	-87.7388	4
61857	Muncie	muncie	IL	183		40.1165	-87.8447	4
61858	Oakwood	oakwood	IL	183		40.1167	-87.7825	4
61865	Potomac	potomac	IL	183		40.309	-87.8232	4
61870	Ridge Farm	ridge-farm	IL	183		39.9155	-87.6346	4
61876	Sidell	sidell	IL	183		39.911	-87.8248	4
61883	Westville	westville	IL	183		40.0451	-87.636	4
62410	Allendale	allendale	IL	185		38.5232	-87.7219	4
62811	Bellmont	bellmont	IL	185		38.3845	-87.9081	4
62852	Keensburg	keensburg	IL	185		38.3514	-87.8661	4
62855	Lancaster	lancaster	IL	185		38.4034	-87.8187	4
62863	Mount Carmel	mount-carmel	IL	185		38.4147	-87.7911	4
61417	Berwick	berwick	IL	187		40.7799	-90.5059	4
61423	Cameron	cameron	IL	187		40.889	-90.5001	4
61435	Gerlaw	gerlaw	IL	187		40.9863	-90.5491	4
61447	Kirkwood	kirkwood	IL	187		40.8638	-90.7457	4
61453	Little York	little-york	IL	187		41.0153	-90.7364	4
61462	Monmouth	monmouth	IL	187		40.9107	-90.6448	4
61473	Roseville	roseville	IL	187		40.7238	-90.6514	4
61478	Smithshire	smithshire	IL	187		40.7579	-90.7606	4
62214	Addieville	addieville	IL	189		38.3815	-89.5794	4
62263	Nashville	nashville	IL	189		38.3352	-89.3841	4
62268	Oakdale	oakdale	IL	189		38.2573	-89.596	4
62271	Okawville	okawville	IL	189		38.4319	-89.523	4
62803	Hoyleton	hoyleton	IL	189		38.4455	-89.3069	4
62808	Ashley	ashley	IL	189		38.306	-89.2311	4
62831	Du Bois	du-bois	IL	189		38.2239	-89.2123	4
62848	Irvington	irvington	IL	189		38.4366	-89.1648	4
62876	Radom	radom	IL	189		38.2607	-89.1989	4
62877	Richview	richview	IL	189		38.4082	-89.1756	4
62446	Mount Erie	mount-erie	IL	191		38.5222	-88.2185	4
62809	Barnhill	barnhill	IL	191		38.2845	-88.3642	4
62823	Cisne	cisne	IL	191		38.5159	-88.4375	4
62837	Fairfield	fairfield	IL	191		38.3782	-88.3593	4
62842	Geff	geff	IL	191		38.4413	-88.4144	4
62843	Golden Gate	golden-gate	IL	191		38.3645	-88.2075	4
62850	Johnsonville	johnsonville	IL	191		38.5223	-88.537	4
62851	Keenes	keenes	IL	191		38.3691	-88.6481	4
62878	Rinard	rinard	IL	191		38.5806	-88.4641	4
62886	Sims	sims	IL	191		38.3923	-88.5306	4
62895	Wayne City	wayne-city	IL	191		38.3328	-88.5833	4
62820	Burnt Prairie	burnt-prairie	IL	193		38.2082	-88.2147	4
62821	Carmi	carmi	IL	193		38.0808	-88.167	4
62827	Crossville	crossville	IL	193		38.166	-88.0595	4
62834	Emma	emma	IL	193		37.9762	-88.1202	4
62835	Enfield	enfield	IL	193		38.0927	-88.3325	4
62844	Grayville	grayville	IL	193		38.2627	-88.0035	4
62861	Maunie	maunie	IL	193		38.0356	-88.0456	4
62862	Mill Shoals	mill-shoals	IL	193		38.2447	-88.3338	4
62869	Norris City	norris-city	IL	193		37.9773	-88.3243	4
62887	Springerton	springerton	IL	193		38.1699	-88.3726	4
61037	Galt	galt	IL	195		41.7865	-89.761	4
61071	Rock Falls	rock-falls	IL	195		41.7665	-89.6925	4
61081	Sterling	sterling	IL	195		41.8055	-89.7054	4
61230	Albany	albany	IL	195		41.7659	-90.2081	4
61243	Deer Grove	deer-grove	IL	195		41.6316	-89.6972	4
61250	Erie	erie	IL	195		41.656	-90.0843	4
61251	Fenton	fenton	IL	195		41.7285	-90.0457	4
61252	Fulton	fulton	IL	195		41.8522	-90.1507	4
61261	Lyndon	lyndon	IL	195		41.7199	-89.9169	4
61270	Morrison	morrison	IL	195		41.8167	-89.969	4
61277	Prophetstown	prophetstown	IL	195		41.6312	-89.9467	4
61283	Tampico	tampico	IL	195		41.6522	-89.7948	4
60401	Beecher	beecher	IL	197		41.3444	-87.6115	4
60403	Crest Hill	crest-hill	IL	197		41.5548	-88.0987	4
60404	Shorewood	shorewood	IL	197		41.5076	-88.2169	4
60408	Braidwood	braidwood	IL	197		41.2657	-88.2231	4
60410	Channahon	channahon	IL	197		41.4347	-88.2138	4
60417	Crete	crete	IL	197		41.439	-87.6027	4
60421	Elwood	elwood	IL	197		41.426	-88.0864	4
60423	Frankfort	frankfort	IL	197		41.5094	-87.8248	4
60428	Markham	markham	IL	197		41.5998	-87.6906	4
60431	Joliet	joliet	IL	197		41.4712	-87.9391	4
60432	Joliet	joliet	IL	197		41.5378	-88.0572	4
60433	Joliet	joliet	IL	197		41.5119	-88.0569	4
60434	Joliet	joliet	IL	197		41.5254	-88.0842	4
60435	Joliet	joliet	IL	197		41.5454	-88.1299	4
60436	Joliet	joliet	IL	197		41.4884	-88.1572	4
60440	Bolingbrook	bolingbrook	IL	197		41.6976	-88.0873	4
60441	Lockport	lockport	IL	197		41.593	-88.0507	4
60442	Manhattan	manhattan	IL	197		41.4289	-87.9771	4
60446	Romeoville	romeoville	IL	197		41.6404	-88.0696	4
60448	Mokena	mokena	IL	197		41.5342	-87.8911	4
60449	Monee	monee	IL	197		41.4191	-87.7748	4
60451	New Lenox	new-lenox	IL	197		41.5067	-87.9631	4
60468	Peotone	peotone	IL	197		41.3361	-87.7897	4
60481	Wilmington	wilmington	IL	197		41.3078	-88.1467	4
60484	University Park	university-park	IL	197		41.4418	-87.7101	4
60487	Tinley Park	tinley-park	IL	197		41.5636	-87.8342	4
60490	Bolingbrook	bolingbrook	IL	197		41.679	-88.1403	4
60491	Homer Glen	homer-glen	IL	197		41.6028	-87.9599	4
60503	Aurora	aurora	IL	197		41.7199	-88.2548	4
60544	Plainfield	plainfield	IL	197		41.6009	-88.1994	4
60564	Naperville	naperville	IL	197		41.704	-88.1952	4
60585	Plainfield	plainfield	IL	197		41.6558	-88.2203	4
60586	Plainfield	plainfield	IL	197		41.5642	-88.2178	4
62841	Freeman Spur	freeman-spur	IL	199		37.8612	-88.9973	4
62915	Cambria	cambria	IL	199		37.7814	-89.1192	4
62918	Carterville	carterville	IL	199		37.7748	-89.0978	4
62921	Colp	colp	IL	199		37.8053	-89.0801	4
62922	Creal Springs	creal-springs	IL	199		37.6195	-88.8367	4
62933	Energy	energy	IL	199		37.7726	-89.025	4
62948	Herrin	herrin	IL	199		37.8019	-89.0232	4
62949	Hurst	hurst	IL	199		37.8366	-89.1424	4
62951	Johnston City	johnston-city	IL	199		37.8245	-88.9209	4
62959	Marion	marion	IL	199		37.7257	-88.9294	4
62974	Pittsburg	pittsburg	IL	199		37.8047	-88.8081	4
61016	Cherry Valley	cherry-valley	IL	201		42.2206	-88.9619	4
61024	Durand	durand	IL	201		42.4337	-89.3094	4
61063	Pecatonica	pecatonica	IL	201		42.3051	-89.3472	4
61072	Rockton	rockton	IL	201		42.4544	-89.0887	4
61073	Roscoe	roscoe	IL	201		42.4217	-88.9943	4
61077	Seward	seward	IL	201		42.2368	-89.358	4
61079	Shirland	shirland	IL	201		42.4445	-89.1976	4
61080	South Beloit	south-beloit	IL	201		42.4837	-89.0298	4
61088	Winnebago	winnebago	IL	201		42.2727	-89.2373	4
61101	Rockford	rockford	IL	201		42.2922	-89.1161	4
61102	Rockford	rockford	IL	201		42.2547	-89.1247	4
61103	Rockford	rockford	IL	201		42.301	-89.0833	4
61104	Rockford	rockford	IL	201		42.2554	-89.0768	4
61105	Rockford	rockford	IL	201		42.2711	-89.094	4
61106	Rockford	rockford	IL	201		42.3254	-89.1705	4
61107	Rockford	rockford	IL	201		42.2786	-89.0361	4
61108	Rockford	rockford	IL	201		42.2514	-89.0235	4
61109	Rockford	rockford	IL	201		42.2166	-89.0512	4
61110	Rockford	rockford	IL	201		42.3254	-89.1705	4
61111	Loves Park	loves-park	IL	201		42.3295	-89.0335	4
61112	Rockford	rockford	IL	201		42.2456	-88.9704	4
61114	Rockford	rockford	IL	201		42.3185	-88.9972	4
61115	Machesney Park	machesney-park	IL	201		42.3545	-89.0397	4
61125	Rockford	rockford	IL	201		42.3254	-89.1705	4
61126	Rockford	rockford	IL	201		42.3254	-89.1705	4
61130	Loves Park	loves-park	IL	201		42.3254	-89.1705	4
61131	Loves Park	loves-park	IL	201		42.3254	-89.1705	4
61132	Loves Park	loves-park	IL	201		42.3254	-89.1705	4
61516	Benson	benson	IL	203		40.8306	-89.1165	4
61530	Eureka	eureka	IL	203		40.7152	-89.2706	4
61545	Lowpoint	lowpoint	IL	203		40.8793	-89.3703	1
61548	Metamora	metamora	IL	203		40.7844	-89.4309	4
61561	Roanoke	roanoke	IL	203		40.7956	-89.2093	4
61729	Congerville	congerville	IL	203		40.6208	-89.1994	4
61738	El Paso	el-paso	IL	203		40.7389	-89.012	4
61742	Goodfield	goodfield	IL	203		40.6329	-89.2727	4
61760	Minonk	minonk	IL	203		40.8985	-89.0349	4
61771	Secor	secor	IL	203		40.7224	-89.1271	4
46711	Berne	berne	IN	001		40.6716	-84.9343	4
46733	Decatur	decatur	IN	001		40.8273	-84.9314	4
46740	Geneva	geneva	IN	001		40.6071	-84.9621	4
46769	Linn Grove	linn-grove	IN	001		40.645	-85.033	4
46772	Monroe	monroe	IN	001		40.7005	-84.8441	4
46780	Pleasant Mills	pleasant-mills	IN	001		40.7778	-84.8422	4
46782	Preble	preble	IN	001		40.832	-85.0054	4
46704	Arcola	arcola	IN	003		41.1038	-85.2925	4
46741	Grabill	grabill	IN	003		41.2108	-84.9406	4
46743	Harlan	harlan	IN	003		41.2285	-84.8386	4
46745	Hoagland	hoagland	IN	003		40.9524	-85.0075	4
46748	Huntertown	huntertown	IN	003		41.2391	-85.1677	4
46765	Leo	leo	IN	003		41.2249	-85.0301	4
46773	Monroeville	monroeville	IN	003		40.987	-84.8937	4
46774	New Haven	new-haven	IN	003		41.0699	-85.0117	4
46797	Woodburn	woodburn	IN	003		41.1253	-84.8533	4
46798	Yoder	yoder	IN	003		40.9371	-85.1958	4
46799	Zanesville	zanesville	IN	003		40.9188	-85.2824	4
46801	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46802	Fort Wayne	fort-wayne	IN	003		41.0707	-85.1543	4
46803	Fort Wayne	fort-wayne	IN	003		41.0695	-85.1074	4
46804	Fort Wayne	fort-wayne	IN	003		41.0508	-85.256	4
46805	Fort Wayne	fort-wayne	IN	003		41.0977	-85.1189	4
46806	Fort Wayne	fort-wayne	IN	003		41.048	-85.1135	4
46807	Fort Wayne	fort-wayne	IN	003		41.0491	-85.1462	4
46808	Fort Wayne	fort-wayne	IN	003		41.0939	-85.1621	4
46809	Fort Wayne	fort-wayne	IN	003		41.0254	-85.1834	4
46814	Fort Wayne	fort-wayne	IN	003		41.0456	-85.3058	4
46815	Fort Wayne	fort-wayne	IN	003		41.1053	-85.0624	4
46816	Fort Wayne	fort-wayne	IN	003		41.0165	-85.0976	4
46818	Fort Wayne	fort-wayne	IN	003		41.1468	-85.2067	4
46819	Fort Wayne	fort-wayne	IN	003		41.0052	-85.1527	4
46825	Fort Wayne	fort-wayne	IN	003		41.1465	-85.1232	4
46835	Fort Wayne	fort-wayne	IN	003		41.1371	-85.0685	4
46845	Fort Wayne	fort-wayne	IN	003		41.1958	-85.1191	4
46850	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46851	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46852	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46853	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46854	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46855	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46856	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46857	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46858	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46859	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46860	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46861	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46862	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46863	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46864	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46865	Fort Wayne	fort-wayne	IN	003		41.1263	-85.0907	4
46866	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46867	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46868	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46869	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46885	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46895	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46896	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46897	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46898	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
46899	Fort Wayne	fort-wayne	IN	003		41.0938	-85.0707	4
47201	Columbus	columbus	IN	005		39.2055	-85.9317	4
47202	Columbus	columbus	IN	005		39.2014	-85.9214	4
47203	Columbus	columbus	IN	005		39.2301	-85.8855	4
47226	Clifford	clifford	IN	005		39.2826	-85.8685	4
47232	Elizabethtown	elizabethtown	IN	005		39.1243	-85.8153	4
47236	Grammer	grammer	IN	005		39.1522	-85.7261	4
47244	Hartsville	hartsville	IN	005		39.2676	-85.698	4
47246	Hope	hope	IN	005		39.3039	-85.7714	4
47247	Jonesville	jonesville	IN	005		39.0593	-85.8886	4
47280	Taylorsville	taylorsville	IN	005		39.2953	-85.9498	4
47917	Ambia	ambia	IN	007		40.4793	-87.4796	4
47921	Boswell	boswell	IN	007		40.518	-87.3789	4
47942	Earl Park	earl-park	IN	007		40.6945	-87.4232	4
47944	Fowler	fowler	IN	007		40.6255	-87.309	4
47970	Otterbein	otterbein	IN	007		40.517	-87.1225	4
47971	Oxford	oxford	IN	007		40.5217	-87.2526	4
47984	Talbot	talbot	IN	007		40.5053	-87.4542	4
47986	Templeton	templeton	IN	007		40.5055	-87.207	4
47348	Hartford City	hartford-city	IN	009		40.4541	-85.3758	4
47359	Montpelier	montpelier	IN	009		40.5577	-85.2513	4
46052	Lebanon	lebanon	IN	011		40.0449	-86.4641	4
46071	Thorntown	thorntown	IN	011		40.1133	-86.5898	4
46075	Whitestown	whitestown	IN	011		40	-86.3507	4
46077	Zionsville	zionsville	IN	011		39.9561	-86.2767	4
46102	Advance	advance	IN	011		39.9956	-86.6198	4
46147	Jamestown	jamestown	IN	011		39.9579	-86.6236	4
46160	Morgantown	morgantown	IN	013		39.3628	-86.2803	4
47435	Helmsburg	helmsburg	IN	013		39.1963	-86.2302	4
47448	Nashville	nashville	IN	013		39.2367	-86.222	4
46913	Bringhurst	bringhurst	IN	015		40.5163	-86.5204	4
46915	Burlington	burlington	IN	015		40.4777	-86.3866	4
46916	Burrows	burrows	IN	015		40.6767	-86.5075	4
46917	Camden	camden	IN	015		40.5996	-86.5152	4
46920	Cutler	cutler	IN	015		40.4785	-86.4462	4
46923	Delphi	delphi	IN	015		40.5734	-86.6788	4
46929	Flora	flora	IN	015		40.5445	-86.5016	4
46977	Rockfield	rockfield	IN	015		40.6411	-86.5739	4
47997	Yeoman	yeoman	IN	015		40.6677	-86.7236	4
46932	Galveston	galveston	IN	017		40.5862	-86.1972	4
46942	Lake Cicott	lake-cicott	IN	017		40.7361	-86.3734	4
46947	Logansport	logansport	IN	017		40.7604	-86.3599	4
46950	Lucerne	lucerne	IN	017		40.8614	-86.4077	4
46961	New Waverly	new-waverly	IN	017		40.7621	-86.1936	4
46967	Onward	onward	IN	017		40.6947	-86.1951	4
46978	Royal Center	royal-center	IN	017		40.8645	-86.5078	4
46988	Twelve Mile	twelve-mile	IN	017		40.8547	-86.2126	4
46994	Walton	walton	IN	017		40.6772	-86.2805	4
46998	Young America	young-america	IN	017		40.5686	-86.3467	4
47104	Bethlehem	bethlehem	IN	019		38.5399	-85.4218	4
47106	Borden	borden	IN	019		38.4362	-85.9215	4
47111	Charlestown	charlestown	IN	019		38.4568	-85.6606	4
47126	Henryville	henryville	IN	019		38.5398	-85.7734	4
47129	Clarksville	clarksville	IN	019		38.311	-85.7645	4
47130	Jeffersonville	jeffersonville	IN	019		38.3078	-85.7359	4
47131	Jeffersonville	jeffersonville	IN	019		38.437	-85.705	4
47132	Jeffersonville	jeffersonville	IN	019		38.2868	-85.7321	4
47133	Jeffersonville	jeffersonville	IN	019		38.2868	-85.7321	4
47134	Jeffersonville	jeffersonville	IN	019		38.2868	-85.7321	4
47141	Marysville	marysville	IN	019		38.5856	-85.6436	4
47143	Memphis	memphis	IN	019		38.4642	-85.7775	4
47144	Jeffersonville	jeffersonville	IN	019		38.2868	-85.7321	4
47147	Nabb	nabb	IN	019		38.6128	-85.5217	4
47162	New Washington	new-washington	IN	019		38.5575	-85.4599	4
47163	Otisco	otisco	IN	019		38.5423	-85.6647	4
47172	Sellersburg	sellersburg	IN	019		38.4046	-85.788	4
47177	Underwood	underwood	IN	019		38.6037	-85.7744	4
47190	Jeffersonville	jeffersonville	IN	019		38.437	-85.705	4
47199	Jeffersonville	jeffersonville	IN	019		38.2868	-85.7321	4
47833	Bowling Green	bowling-green	IN	021		39.3812	-87.0052	4
47834	Brazil	brazil	IN	021		39.521	-87.1278	4
47837	Carbon	carbon	IN	021		39.5913	-87.1132	4
47840	Centerpoint	centerpoint	IN	021		39.391	-87.0935	1
47841	Clay City	clay-city	IN	021		39.2727	-87.1082	4
47845	Coalmont	coalmont	IN	021		39.1934	-87.2311	4
47846	Cory	cory	IN	021		39.3435	-87.1956	4
47853	Harmony	harmony	IN	021		39.5372	-87.0729	4
47857	Knightsville	knightsville	IN	021		39.5269	-87.0869	4
47868	Poland	poland	IN	021		39.4462	-86.9631	4
47881	Staunton	staunton	IN	021		39.4875	-87.1889	4
46035	Colfax	colfax	IN	023		40.1956	-86.6593	4
46039	Forest	forest	IN	023		40.3757	-86.3201	4
46041	Frankfort	frankfort	IN	023		40.3044	-86.4689	4
46050	Kirklin	kirklin	IN	023		40.2031	-86.3324	4
46057	Michigantown	michigantown	IN	023		40.3108	-86.3753	4
46058	Mulberry	mulberry	IN	023		40.3433	-86.6613	4
46065	Rossville	rossville	IN	023		40.4109	-86.608	4
46067	Sedalia	sedalia	IN	023		40.4156	-86.5147	4
47116	Eckerty	eckerty	IN	025		38.3185	-86.6059	4
47118	English	english	IN	025		38.3258	-86.4429	4
47123	Grantsburg	grantsburg	IN	025		38.282	-86.4843	4
47137	Leavenworth	leavenworth	IN	025		38.1865	-86.3838	4
47140	Marengo	marengo	IN	025		38.3736	-86.3578	4
47145	Milltown	milltown	IN	025		38.3445	-86.3003	4
47174	Sulphur	sulphur	IN	025		38.2259	-86.4908	4
47175	Taswell	taswell	IN	025		38.3463	-86.5387	4
47501	Washington	washington	IN	027		38.6536	-87.1707	4
47519	Cannelburg	cannelburg	IN	027		38.6698	-86.9983	4
47529	Elnora	elnora	IN	027		38.8772	-87.085	4
47558	Montgomery	montgomery	IN	027		38.6521	-87.0476	4
47562	Odon	odon	IN	027		38.8187	-86.9752	4
47568	Plainville	plainville	IN	027		38.8062	-87.1522	4
47001	Aurora	aurora	IN	029		39.0719	-84.9452	4
47018	Dillsboro	dillsboro	IN	029		38.9962	-85.055	4
47022	Guilford	guilford	IN	029		39.2059	-84.9616	4
47025	Lawrenceburg	lawrenceburg	IN	029		39.1401	-84.8658	4
47032	Moores Hill	moores-hill	IN	029		39.0945	-85.0638	4
47060	West Harrison	west-harrison	IN	029		39.3008	-84.881	4
47225	Clarksburg	clarksburg	IN	031		39.4241	-85.3477	4
47240	Greensburg	greensburg	IN	031		39.2998	-85.4918	4
47261	Millhousen	millhousen	IN	031		39.292	-85.4918	4
47263	New Point	new-point	IN	031		39.3083	-85.3297	4
47272	Saint Paul	saint-paul	IN	031		39.4277	-85.5994	4
47283	Westport	westport	IN	031		39.1749	-85.5856	4
46705	Ashley	ashley	IN	033		41.5347	-85.0504	4
46706	Auburn	auburn	IN	033		41.359	-85.0468	4
46721	Butler	butler	IN	033		41.4287	-84.8787	4
46730	Corunna	corunna	IN	033		41.4504	-85.137	4
46738	Garrett	garrett	IN	033		41.3482	-85.1347	4
46785	Saint Joe	saint-joe	IN	033		41.324	-84.9043	4
46788	Spencerville	spencerville	IN	033		41.2696	-84.9398	4
46793	Waterloo	waterloo	IN	033		41.4402	-85.0221	4
47302	Muncie	muncie	IN	035		40.1684	-85.3807	4
47303	Muncie	muncie	IN	035		40.218	-85.379	4
47304	Muncie	muncie	IN	035		40.2111	-85.4291	4
47305	Muncie	muncie	IN	035		40.1933	-85.3862	4
47306	Muncie	muncie	IN	035		40.2023	-85.4082	4
47307	Muncie	muncie	IN	035		40.1621	-85.4428	4
47308	Muncie	muncie	IN	035		40.2279	-85.3967	4
47320	Albany	albany	IN	035		40.292	-85.258	4
47334	Daleville	daleville	IN	035		40.1257	-85.511	4
47338	Eaton	eaton	IN	035		40.3377	-85.3544	4
47342	Gaston	gaston	IN	035		40.2948	-85.4898	4
47367	Oakville	oakville	IN	035		40.0792	-85.39	4
47383	Selma	selma	IN	035		40.1693	-85.2738	4
47396	Yorktown	yorktown	IN	035		40.1836	-85.496	4
47513	Birdseye	birdseye	IN	037		38.3006	-86.7102	4
47521	Celestine	celestine	IN	037		38.3878	-86.7568	4
47527	Dubois	dubois	IN	037		38.4728	-86.7832	4
47532	Ferdinand	ferdinand	IN	037		38.2336	-86.8607	4
47541	Holland	holland	IN	037		38.2456	-87.0361	4
47542	Huntingburg	huntingburg	IN	037		38.2979	-86.9533	4
47545	Ireland	ireland	IN	037		38.4137	-87.0009	4
47546	Jasper	jasper	IN	037		38.3604	-86.9295	4
47547	Jasper	jasper	IN	037		38.3647	-86.8762	4
47549	Jasper	jasper	IN	037		38.3647	-86.8762	4
47575	Saint Anthony	saint-anthony	IN	037		38.3211	-86.8234	4
47580	Schnellville	schnellville	IN	037		38.3414	-86.7565	4
46507	Bristol	bristol	IN	039		41.7169	-85.8262	4
46514	Elkhart	elkhart	IN	039		41.7101	-85.9729	4
46515	Elkhart	elkhart	IN	039		41.682	-85.9767	4
46516	Elkhart	elkhart	IN	039		41.6763	-85.9621	4
46517	Elkhart	elkhart	IN	039		41.6469	-85.9728	4
46526	Goshen	goshen	IN	039		41.5848	-85.8581	4
46527	Goshen	goshen	IN	039		41.5977	-85.8581	4
46528	Goshen	goshen	IN	039		41.6248	-85.8391	4
46540	Middlebury	middlebury	IN	039		41.6754	-85.7114	4
46543	Millersburg	millersburg	IN	039		41.5335	-85.7072	4
46550	Nappanee	nappanee	IN	039		41.4493	-85.9945	4
46553	New Paris	new-paris	IN	039		41.4917	-85.8338	4
46573	Wakarusa	wakarusa	IN	039		41.5401	-86.0205	4
46133	Glenwood	glenwood	IN	041		39.6124	-85.2735	4
47322	Bentonville	bentonville	IN	041		39.657	-85.168	4
47331	Connersville	connersville	IN	041		39.6435	-85.1464	4
47119	Floyds Knobs	floyds-knobs	IN	043		38.351	-85.8996	4
47122	Georgetown	georgetown	IN	043		38.3029	-85.9617	4
47124	Greenville	greenville	IN	043		38.3535	-86.0083	4
47146	Mount Saint Francis	mount-saint-francis	IN	043		38.2985	-85.897	1
47150	New Albany	new-albany	IN	043		38.3089	-85.8221	4
47151	New Albany	new-albany	IN	043		38.2856	-85.8241	4
47918	Attica	attica	IN	045		40.2811	-87.2241	4
47932	Covington	covington	IN	045		40.1326	-87.3819	4
47949	Hillsboro	hillsboro	IN	045		40.0835	-87.1545	4
47952	Kingman	kingman	IN	045		40.0174	-87.2569	4
47958	Mellott	mellott	IN	045		40.1641	-87.1475	4
47969	Newtown	newtown	IN	045		40.2035	-87.147	4
47987	Veedersburg	veedersburg	IN	045		40.1186	-87.2602	4
47988	Wallace	wallace	IN	045		39.9865	-87.1477	4
47003	West College Corner	west-college-corner	IN	047		39.5676	-84.8161	4
47010	Bath	bath	IN	047		39.4992	-84.836	4
47012	Brookville	brookville	IN	047		39.4213	-84.9994	4
47016	Cedar Grove	cedar-grove	IN	047		39.3459	-84.8924	4
47024	Laurel	laurel	IN	047		39.4916	-85.208	4
47030	Metamora	metamora	IN	047		39.4288	-85.1504	4
47035	New Trenton	new-trenton	IN	047		39.31	-84.9007	4
47036	Oldenburg	oldenburg	IN	047		39.3862	-85.2385	4
46910	Akron	akron	IN	049		41.0389	-86.0395	4
46912	Athens	athens	IN	049		41.0537	-86.1253	4
46922	Delong	delong	IN	049		41.1384	-86.4164	4
46931	Fulton	fulton	IN	049		40.9473	-86.2628	4
46935	Grass Creek	grass-creek	IN	049		40.9475	-86.4044	4
46939	Kewanna	kewanna	IN	049		41.0087	-86.4061	4
46945	Leiters Ford	leiters-ford	IN	049		41.1217	-86.3858	4
46975	Rochester	rochester	IN	049		41.0655	-86.231	4
47639	Haubstadt	haubstadt	IN	051		38.1895	-87.5798	4
47640	Hazleton	hazleton	IN	051		38.4623	-87.4983	4
47647	Buckskin	buckskin	IN	051		38.2284	-87.412	4
47648	Fort Branch	fort-branch	IN	051		38.2471	-87.5682	4
47649	Francisco	francisco	IN	051		38.333	-87.4536	4
47654	Mackey	mackey	IN	051		38.2523	-87.3917	4
47660	Oakland City	oakland-city	IN	051		38.3361	-87.3519	4
47665	Owensville	owensville	IN	051		38.2744	-87.7091	4
47666	Patoka	patoka	IN	051		38.4143	-87.5958	4
47670	Princeton	princeton	IN	051		38.3525	-87.5691	4
47683	Somerville	somerville	IN	051		38.2764	-87.3778	4
46928	Fairmount	fairmount	IN	053		40.4188	-85.6713	4
46930	Fowlerton	fowlerton	IN	053		40.4099	-85.571	4
46933	Gas City	gas-city	IN	053		40.4879	-85.6055	4
46938	Jonesboro	jonesboro	IN	053		40.4815	-85.6365	4
46952	Marion	marion	IN	053		40.5743	-85.6741	4
46953	Marion	marion	IN	053		40.5359	-85.6616	4
46957	Matthews	matthews	IN	053		40.3887	-85.4994	4
46986	Swayzee	swayzee	IN	053		40.5112	-85.8265	4
46987	Sweetser	sweetser	IN	053		40.5647	-85.7656	4
46989	Upland	upland	IN	053		40.4548	-85.499	4
46991	Van Buren	van-buren	IN	053		40.6174	-85.5148	4
47424	Bloomfield	bloomfield	IN	055		39.0295	-86.8675	4
47438	Jasonville	jasonville	IN	055		39.1723	-87.2023	4
47439	Koleen	koleen	IN	055		39.0371	-86.9616	4
47441	Linton	linton	IN	055		39.0461	-87.1723	4
47443	Lyons	lyons	IN	055		38.9717	-87.1016	4
47445	Midland	midland	IN	055		39.122	-87.1917	4
47449	Newberry	newberry	IN	055		38.9229	-87.0081	4
47453	Owensburg	owensburg	IN	055		38.9253	-86.7742	4
47457	Scotland	scotland	IN	055		38.9128	-86.9039	4
47459	Solsberry	solsberry	IN	055		39.119	-86.7378	4
47465	Switz City	switz-city	IN	055		39.0369	-87.0502	4
47471	Worthington	worthington	IN	055		39.123	-86.9991	4
46030	Arcadia	arcadia	IN	057		40.1776	-86.0409	4
46031	Atlanta	atlanta	IN	057		40.2103	-86.019	4
46032	Carmel	carmel	IN	057		39.9712	-86.1245	4
46033	Carmel	carmel	IN	057		39.9744	-86.0829	4
46034	Cicero	cicero	IN	057		40.1298	-86.0381	4
46037	Fishers	fishers	IN	057		39.9559	-85.9601	4
46038	Fishers	fishers	IN	057		39.9575	-86.023	4
46060	Noblesville	noblesville	IN	057		40.0563	-86.0163	4
46061	Noblesville	noblesville	IN	057		40.0725	-86.0523	4
46062	Noblesville	noblesville	IN	057		40.0617	-86.0555	4
46069	Sheridan	sheridan	IN	057		40.135	-86.2205	4
46074	Westfield	westfield	IN	057		40.0489	-86.1499	4
46082	Carmel	carmel	IN	057		40.0725	-86.0523	4
46085	Fishers	fishers	IN	057		39.9556	-86.0139	4
46262	Indianapolis	indianapolis	IN	057		39.7684	-86.158	4
46280	Indianapolis	indianapolis	IN	057		39.9416	-86.1157	4
46288	Indianapolis	indianapolis	IN	057		39.9347	-86.1633	4
46290	Indianapolis	indianapolis	IN	057		39.9347	-86.1633	4
46040	Fortville	fortville	IN	059		39.9323	-85.848	4
46055	Mccordsville	mccordsville	IN	059		39.9081	-85.9228	4
46117	Charlottesville	charlottesville	IN	059		39.8388	-85.6258	4
46129	Finly	finly	IN	059		39.8215	-85.7652	1
46140	Greenfield	greenfield	IN	059		39.7902	-85.8141	4
46154	Maxwell	maxwell	IN	059		39.8568	-85.7684	4
46163	New Palestine	new-palestine	IN	059		39.7233	-85.9052	4
46186	Wilkinson	wilkinson	IN	059		39.8957	-85.6144	4
47107	Bradford	bradford	IN	061		38.3678	-86.0619	4
47110	Central	central	IN	061		38.097	-86.1723	4
47112	Corydon	corydon	IN	061		38.2189	-86.1145	4
47114	Crandall	crandall	IN	061		38.2876	-86.0664	4
47115	Depauw	depauw	IN	061		38.3361	-86.2109	4
47117	Elizabeth	elizabeth	IN	061		38.1244	-85.9589	4
47135	Laconia	laconia	IN	061		38.0527	-86.0844	4
47136	Lanesville	lanesville	IN	061		38.2448	-85.9593	4
47142	Mauckport	mauckport	IN	061		38.0437	-86.1846	4
47160	New Middletown	new-middletown	IN	061		38.1645	-86.051	4
47161	New Salisbury	new-salisbury	IN	061		38.3399	-86.0887	4
47164	Palmyra	palmyra	IN	061		38.4105	-86.0888	4
47166	Ramsey	ramsey	IN	061		38.3034	-86.169	4
46103	Amo	amo	IN	063		39.6886	-86.6136	4
46112	Brownsburg	brownsburg	IN	063		39.8466	-86.3869	4
46118	Clayton	clayton	IN	063		39.6682	-86.4959	4
46121	Coatesville	coatesville	IN	063		39.6878	-86.6703	4
46122	Danville	danville	IN	063		39.7628	-86.5343	4
46123	Avon	avon	IN	063		39.7629	-86.3996	4
46149	Lizton	lizton	IN	063		39.8843	-86.5429	4
46165	North Salem	north-salem	IN	063		39.8671	-86.6388	4
46167	Pittsboro	pittsboro	IN	063		39.8615	-86.4645	4
46168	Plainfield	plainfield	IN	063		39.6893	-86.3919	4
46180	Stilesville	stilesville	IN	063		39.6391	-86.6182	4
09216	APO AE	apo-ae				52.1338	10.8897	
46148	Knightstown	knightstown	IN	065		39.806	-85.5261	4
47337	Dunreith	dunreith	IN	065		39.8031	-85.4371	4
47344	Greensboro	greensboro	IN	065		39.8789	-85.464	4
47351	Kennard	kennard	IN	065		39.904	-85.5205	4
47352	Lewisville	lewisville	IN	065		39.8283	-85.3621	4
47356	Middletown	middletown	IN	065		40.0475	-85.5368	4
47360	Mooreland	mooreland	IN	065		39.9941	-85.2581	4
47361	Mount Summit	mount-summit	IN	065		40.0042	-85.3851	4
47362	New Castle	new-castle	IN	065		39.9208	-85.3663	4
47366	New Lisbon	new-lisbon	IN	065		39.8634	-85.263	4
47384	Shirley	shirley	IN	065		39.9158	-85.5182	4
47385	Spiceland	spiceland	IN	065		39.8271	-85.445	4
47386	Springport	springport	IN	065		40.0527	-85.3833	4
47387	Straughn	straughn	IN	065		39.8319	-85.2724	4
47388	Sulphur Springs	sulphur-springs	IN	065		40.006	-85.4434	4
46901	Kokomo	kokomo	IN	067		40.4988	-86.1453	4
46902	Kokomo	kokomo	IN	067		40.4509	-86.1352	4
46903	Kokomo	kokomo	IN	067		40.4696	-86.1189	4
46904	Kokomo	kokomo	IN	067		40.4696	-86.1189	4
46936	Greentown	greentown	IN	067		40.4791	-85.9582	4
46937	Hemlock	hemlock	IN	067		40.4187	-86.0181	4
46965	Oakford	oakford	IN	067		40.4127	-86.1015	4
46979	Russiaville	russiaville	IN	067		40.4151	-86.2675	4
46995	West Middleton	west-middleton	IN	067		40.4421	-86.2155	4
46702	Andrews	andrews	IN	069		40.8618	-85.6067	4
46713	Bippus	bippus	IN	069		40.9442	-85.6239	4
46750	Huntington	huntington	IN	069		40.8811	-85.5054	4
46770	Markle	markle	IN	069		40.8331	-85.319	4
46783	Roanoke	roanoke	IN	069		40.96	-85.3526	4
46792	Warren	warren	IN	069		40.6886	-85.4183	4
47220	Brownstown	brownstown	IN	071		38.8836	-86.0486	4
47228	Cortland	cortland	IN	071		38.9745	-85.9628	4
47229	Crothersville	crothersville	IN	071		38.8067	-85.847	4
47235	Freetown	freetown	IN	071		38.9957	-86.1241	4
47249	Kurtz	kurtz	IN	071		38.9606	-86.2033	4
47260	Medora	medora	IN	071		38.8255	-86.1897	4
47264	Norman	norman	IN	071		38.9526	-86.275	4
47274	Seymour	seymour	IN	071		38.9571	-85.8825	4
47281	Vallonia	vallonia	IN	071		38.8174	-86.069	4
46310	Demotte	demotte	IN	073		41.1713	-87.2491	4
46380	Tefft	tefft	IN	073		41.1948	-86.9686	4
46392	Wheatfield	wheatfield	IN	073		41.1779	-87.0699	4
47943	Fair Oaks	fair-oaks	IN	073		41.075	-87.2575	4
47977	Remington	remington	IN	073		40.7667	-87.1599	4
47978	Rensselaer	rensselaer	IN	073		40.9948	-87.1037	4
47326	Bryant	bryant	IN	075		40.5446	-84.9117	4
47336	Dunkirk	dunkirk	IN	075		40.3883	-85.2255	4
47369	Pennville	pennville	IN	075		40.5082	-85.1492	4
47371	Portland	portland	IN	075		40.4306	-84.9928	4
47373	Redkey	redkey	IN	075		40.3265	-85.162	4
47381	Salamonia	salamonia	IN	075		40.3818	-84.8669	4
47224	Canaan	canaan	IN	077		38.887	-85.2213	4
47230	Deputy	deputy	IN	077		38.7759	-85.6304	4
47231	Dupont	dupont	IN	077		38.8905	-85.5092	4
47243	Hanover	hanover	IN	077		38.7138	-85.4763	4
47250	Madison	madison	IN	077		38.7649	-85.407	4
47223	Butlerville	butlerville	IN	079		39.0491	-85.4789	4
47227	Commiskey	commiskey	IN	079		38.8526	-85.6434	4
47245	Hayden	hayden	IN	079		38.9831	-85.7405	4
47265	North Vernon	north-vernon	IN	079		39.0018	-85.6272	4
47270	Paris Crossing	paris-crossing	IN	079		38.8558	-85.7487	4
47273	Scipio	scipio	IN	079		39.0665	-85.7129	4
47282	Vernon	vernon	IN	079		38.9848	-85.6094	4
46106	Bargersville	bargersville	IN	081		39.5	-86.1797	4
46124	Edinburgh	edinburgh	IN	081		39.3626	-85.9707	4
46131	Franklin	franklin	IN	081		39.4854	-86.0608	4
46142	Greenwood	greenwood	IN	081		39.6224	-86.149	4
46143	Greenwood	greenwood	IN	081		39.596	-86.1309	4
46162	Needham	needham	IN	081		39.5605	-85.9656	4
46164	Nineveh	nineveh	IN	081		39.3656	-86.0976	4
46181	Trafalgar	trafalgar	IN	081		39.3696	-86.1838	4
46184	Whiteland	whiteland	IN	081		39.5611	-86.0723	4
47512	Bicknell	bicknell	IN	083		38.7727	-87.3137	4
47516	Bruceville	bruceville	IN	083		38.7563	-87.4313	4
47524	Decker	decker	IN	083		38.5076	-87.5537	4
47528	Edwardsport	edwardsport	IN	083		38.8106	-87.2519	4
47535	Freelandville	freelandville	IN	083		38.8627	-87.3127	4
47557	Monroe City	monroe-city	IN	083		38.6001	-87.3641	4
47561	Oaktown	oaktown	IN	083		38.8579	-87.3879	4
47573	Ragsdale	ragsdale	IN	083		38.7441	-87.3214	4
47578	Sandborn	sandborn	IN	083		38.8817	-87.2025	4
47591	Vincennes	vincennes	IN	083		38.6734	-87.5098	4
47596	Westphalia	westphalia	IN	083		38.8628	-87.2256	4
47597	Wheatland	wheatland	IN	083		38.6671	-87.3062	4
46502	Atwood	atwood	IN	085		41.254	-85.9697	4
46508	Burket	burket	IN	085		41.1547	-85.9693	4
46510	Claypool	claypool	IN	085		41.1165	-85.8686	4
46524	Etna Green	etna-green	IN	085		41.2918	-86.035	4
46538	Leesburg	leesburg	IN	085		41.3266	-85.816	4
46539	Mentone	mentone	IN	085		41.1615	-86.0299	4
46542	Milford	milford	IN	085		41.4011	-85.8554	4
46555	North Webster	north-webster	IN	085		41.3326	-85.7103	4
46562	Pierceton	pierceton	IN	085		41.2124	-85.7061	4
46567	Syracuse	syracuse	IN	085		41.4065	-85.7184	4
46580	Warsaw	warsaw	IN	085		41.2438	-85.8508	4
46581	Warsaw	warsaw	IN	085		41.2394	-85.8643	4
46582	Warsaw	warsaw	IN	085		41.2842	-85.8547	4
46590	Winona Lake	winona-lake	IN	085		41.211	-85.8305	4
46982	Silver Lake	silver-lake	IN	085		41.0743	-85.8792	4
46565	Shipshewana	shipshewana	IN	087		41.6633	-85.5932	4
46571	Topeka	topeka	IN	087		41.5634	-85.5317	4
46746	Howe	howe	IN	087		41.7286	-85.4727	4
46761	Lagrange	lagrange	IN	087		41.652	-85.404	4
46771	Mongo	mongo	IN	087		41.6848	-85.2797	4
46786	South Milford	south-milford	IN	087		41.5326	-85.2722	4
46789	Stroh	stroh	IN	087		41.5835	-85.1992	4
46795	Wolcottville	wolcottville	IN	087		41.557	-85.315	4
46303	Cedar Lake	cedar-lake	IN	089		41.3713	-87.4764	4
46307	Crown Point	crown-point	IN	089		41.4236	-87.3556	4
46308	Crown Point	crown-point	IN	089		41.417	-87.3653	4
46311	Dyer	dyer	IN	089		41.492	-87.5108	4
46312	East Chicago	east-chicago	IN	089		41.6349	-87.4627	4
46319	Griffith	griffith	IN	089		41.5335	-87.4228	4
46320	Hammond	hammond	IN	089		41.6099	-87.5079	4
46321	Munster	munster	IN	089		41.5544	-87.5011	4
46322	Highland	highland	IN	089		41.55	-87.4569	4
46323	Hammond	hammond	IN	089		41.5878	-87.4532	4
46324	Hammond	hammond	IN	089		41.584	-87.5034	4
46325	Hammond	hammond	IN	089		41.4615	-87.3728	4
46327	Hammond	hammond	IN	089		41.6327	-87.5113	4
46342	Hobart	hobart	IN	089		41.5263	-87.2525	4
46355	Leroy	leroy	IN	089		41.3594	-87.2708	4
46356	Lowell	lowell	IN	089		41.2845	-87.4191	4
46373	Saint John	saint-john	IN	089		41.4495	-87.4764	4
46375	Schererville	schererville	IN	089		41.4922	-87.4605	4
46376	Schneider	schneider	IN	089		41.19	-87.4779	4
46377	Shelby	shelby	IN	089		41.1917	-87.3398	4
46394	Whiting	whiting	IN	089		41.6787	-87.5005	4
46401	Gary	gary	IN	089		41.5907	-87.3199	4
46402	Gary	gary	IN	089		41.5997	-87.3385	4
46403	Gary	gary	IN	089		41.6036	-87.259	4
46404	Gary	gary	IN	089		41.5899	-87.3732	4
46405	Lake Station	lake-station	IN	089		41.5686	-87.2622	4
46406	Gary	gary	IN	089		41.5878	-87.4062	4
46407	Gary	gary	IN	089		41.5804	-87.335	4
46408	Gary	gary	IN	089		41.5422	-87.3588	4
46409	Gary	gary	IN	089		41.5412	-87.3271	4
46410	Merrillville	merrillville	IN	089		41.4957	-87.3509	4
46411	Merrillville	merrillville	IN	089		41.4615	-87.3728	4
46340	Hanna	hanna	IN	091		41.4088	-86.7759	4
46345	Kingsbury	kingsbury	IN	091		41.526	-86.6997	4
46346	Kingsford Heights	kingsford-heights	IN	091		41.4802	-86.6919	4
46348	La Crosse	la-crosse	IN	091		41.3157	-86.8682	4
46350	La Porte	la-porte	IN	091		41.5994	-86.7077	4
46352	La Porte	la-porte	IN	091		41.499	-86.7099	4
46360	Michigan City	michigan-city	IN	091		41.698	-86.8699	4
46361	Michigan City	michigan-city	IN	091		41.7035	-86.9151	4
46365	Mill Creek	mill-creek	IN	091		41.6091	-86.544	1
46371	Rolling Prairie	rolling-prairie	IN	091		41.7229	-86.5841	4
46382	Union Mills	union-mills	IN	091		41.4602	-86.8355	4
46390	Wanatah	wanatah	IN	091		41.3845	-86.8764	4
46391	Westville	westville	IN	091		41.5365	-86.9013	4
47420	Avoca	avoca	IN	093		38.9132	-86.5489	4
47421	Bedford	bedford	IN	093		38.8729	-86.4871	4
47436	Heltonville	heltonville	IN	093		38.948	-86.3703	4
47437	Huron	huron	IN	093		38.7222	-86.671	4
47446	Mitchell	mitchell	IN	093		38.7426	-86.4761	4
47451	Oolitic	oolitic	IN	093		38.8938	-86.5246	4
47462	Springville	springville	IN	093		38.9507	-86.6139	4
47467	Tunnelton	tunnelton	IN	093		38.7687	-86.3428	4
47470	Williams	williams	IN	093		38.7735	-86.6285	4
46001	Alexandria	alexandria	IN	095		40.2561	-85.6681	4
46011	Anderson	anderson	IN	095		40.1146	-85.7253	4
46012	Anderson	anderson	IN	095		40.1309	-85.6536	4
46013	Anderson	anderson	IN	095		40.0619	-85.6801	4
46014	Anderson	anderson	IN	095		40.1617	-85.7197	4
46015	Anderson	anderson	IN	095		40.0938	-85.6578	4
46016	Anderson	anderson	IN	095		40.0988	-85.6846	4
46017	Anderson	anderson	IN	095		40.0742	-85.6069	4
46018	Anderson	anderson	IN	095		40.1617	-85.7197	4
46036	Elwood	elwood	IN	095		40.2803	-85.8391	4
46044	Frankton	frankton	IN	095		40.2285	-85.7791	4
46048	Ingalls	ingalls	IN	095		39.9573	-85.7981	4
46051	Lapel	lapel	IN	095		40.0854	-85.844	4
46056	Markleville	markleville	IN	095		39.9944	-85.6227	4
46063	Orestes	orestes	IN	095		40.2715	-85.7281	4
46064	Pendleton	pendleton	IN	095		39.9975	-85.7466	4
46070	Summitville	summitville	IN	095		40.3398	-85.6403	4
46107	Beech Grove	beech-grove	IN	097		39.7154	-86.0933	4
46113	Camby	camby	IN	097		39.6405	-86.3118	4
46183	West Newton	west-newton	IN	097		39.6531	-86.2828	4
46201	Indianapolis	indianapolis	IN	097		39.775	-86.1093	4
46202	Indianapolis	indianapolis	IN	097		39.7851	-86.1595	4
46203	Indianapolis	indianapolis	IN	097		39.743	-86.1179	4
46204	Indianapolis	indianapolis	IN	097		39.772	-86.1535	4
46205	Indianapolis	indianapolis	IN	097		39.8268	-86.1386	4
46206	Indianapolis	indianapolis	IN	097		39.7613	-86.1613	4
46207	Indianapolis	indianapolis	IN	097		39.7673	-86.1606	4
46208	Indianapolis	indianapolis	IN	097		39.8299	-86.1794	4
46209	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46211	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46213	Indianapolis	indianapolis	IN	097		39.9213	-86.0344	
46214	Indianapolis	indianapolis	IN	097		39.7924	-86.2875	4
46216	Indianapolis	indianapolis	IN	097		39.8647	-86.0136	4
46217	Indianapolis	indianapolis	IN	097		39.6782	-86.1976	4
46218	Indianapolis	indianapolis	IN	097		39.8082	-86.1014	4
46219	Indianapolis	indianapolis	IN	097		39.7821	-86.0495	4
46220	Indianapolis	indianapolis	IN	097		39.8647	-86.1181	4
46221	Indianapolis	indianapolis	IN	097		39.7509	-86.1924	4
46222	Indianapolis	indianapolis	IN	097		39.789	-86.2136	4
46224	Indianapolis	indianapolis	IN	097		39.794	-86.2707	4
46225	Indianapolis	indianapolis	IN	097		39.7406	-86.1569	4
46226	Indianapolis	indianapolis	IN	097		39.8326	-86.0836	4
46227	Indianapolis	indianapolis	IN	097		39.6789	-86.1302	4
46228	Indianapolis	indianapolis	IN	097		39.8462	-86.1951	4
46229	Indianapolis	indianapolis	IN	097		39.7886	-85.9779	4
46230	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46231	Indianapolis	indianapolis	IN	097		39.7038	-86.3029	4
46234	Indianapolis	indianapolis	IN	097		39.8088	-86.3163	4
46235	Indianapolis	indianapolis	IN	097		39.8471	-85.9741	4
46236	Indianapolis	indianapolis	IN	097		39.8689	-85.9765	4
46237	Indianapolis	indianapolis	IN	097		39.673	-86.0757	4
46239	Indianapolis	indianapolis	IN	097		39.7265	-86.0005	4
46240	Indianapolis	indianapolis	IN	097		39.9069	-86.1238	4
46241	Indianapolis	indianapolis	IN	097		39.7096	-86.2614	4
46242	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46244	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46247	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46249	Indianapolis	indianapolis	IN	097		39.859	-86.0061	4
46250	Indianapolis	indianapolis	IN	097		39.9048	-86.0673	4
46251	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46253	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46254	Indianapolis	indianapolis	IN	097		39.849	-86.272	4
46255	Indianapolis	indianapolis	IN	097		39.7684	-86.158	4
46256	Indianapolis	indianapolis	IN	097		39.8977	-86.0094	4
46259	Indianapolis	indianapolis	IN	097		39.667	-85.9981	4
46260	Indianapolis	indianapolis	IN	097		39.8977	-86.1797	4
46266	Indianapolis	indianapolis	IN	097		39.7684	-86.158	4
46268	Indianapolis	indianapolis	IN	097		39.8682	-86.2123	4
46274	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46275	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46277	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46278	Indianapolis	indianapolis	IN	097		39.8726	-86.2768	4
46282	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46283	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46285	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46291	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46295	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46296	Indianapolis	indianapolis	IN	097		39.796	-86.1495	4
46298	Indianapolis	indianapolis	IN	097		39.7795	-86.1328	4
46501	Argos	argos	IN	099		41.2308	-86.2506	4
46504	Bourbon	bourbon	IN	099		41.3098	-86.1174	4
46506	Bremen	bremen	IN	099		41.4467	-86.1932	4
46511	Culver	culver	IN	099		41.22	-86.4269	4
46513	Donaldson	donaldson	IN	099		41.3619	-86.4443	4
46537	Lapaz	lapaz	IN	099		41.4599	-86.3102	1
46563	Plymouth	plymouth	IN	099		41.353	-86.3015	4
46570	Tippecanoe	tippecanoe	IN	099		41.2166	-86.1095	4
46572	Tyner	tyner	IN	099		41.4098	-86.4025	4
47522	Crane	crane	IN	101		38.8949	-86.9002	4
47553	Loogootee	loogootee	IN	101		38.6629	-86.9137	4
47581	Shoals	shoals	IN	101		38.6791	-86.7761	4
46911	Amboy	amboy	IN	103		40.6105	-85.9497	4
46914	Bunker Hill	bunker-hill	IN	103		40.6423	-86.0961	4
46919	Converse	converse	IN	103		40.577	-85.8763	4
46921	Deedsville	deedsville	IN	103		40.9103	-86.1011	4
46926	Denver	denver	IN	103		40.867	-86.0752	4
46951	Macy	macy	IN	103		40.9618	-86.1264	4
46958	Mexico	mexico	IN	103		40.8224	-86.1162	4
46959	Miami	miami	IN	103		40.6147	-86.1064	4
46970	Peru	peru	IN	103		40.7492	-86.068	4
46971	Grissom Arb	grissom-arb	IN	103		40.6683	-86.1378	1
47401	Bloomington	bloomington	IN	105		39.1401	-86.5083	4
47402	Bloomington	bloomington	IN	105		39.1732	-86.5015	4
47403	Bloomington	bloomington	IN	105		39.1263	-86.5769	4
47404	Bloomington	bloomington	IN	105		39.195	-86.5757	4
47405	Bloomington	bloomington	IN	105		39.1682	-86.5186	4
47406	Bloomington	bloomington	IN	105		39.1745	-86.5183	4
47407	Bloomington	bloomington	IN	105		39.1732	-86.5015	4
47408	Bloomington	bloomington	IN	105		39.2303	-86.4692	4
47426	Clear Creek	clear-creek	IN	105		39.1732	-86.5015	4
47429	Ellettsville	ellettsville	IN	105		39.2545	-86.6196	4
47434	Harrodsburg	harrodsburg	IN	105		39.013	-86.5457	4
47458	Smithville	smithville	IN	105		39.0712	-86.5069	4
47463	Stanford	stanford	IN	105		39.0859	-86.6689	4
47464	Stinesville	stinesville	IN	105		39.2998	-86.6482	4
47468	Unionville	unionville	IN	105		39.2514	-86.4189	4
47916	Alamo	alamo	IN	107		39.9836	-87.0554	4
47933	Crawfordsville	crawfordsville	IN	107		40.0325	-86.9074	4
47940	Darlington	darlington	IN	107		40.1118	-86.7645	4
47954	Ladoga	ladoga	IN	107		39.9132	-86.8031	4
47955	Linden	linden	IN	107		40.1833	-86.8905	4
47965	New Market	new-market	IN	107		39.9524	-86.9206	4
47967	New Richmond	new-richmond	IN	107		40.1812	-86.9789	4
47968	New Ross	new-ross	IN	107		39.9883	-86.7528	4
47989	Waveland	waveland	IN	107		39.902	-87.0178	4
47990	Waynetown	waynetown	IN	107		40.0858	-87.0512	4
47994	Wingate	wingate	IN	107		40.1666	-87.0664	4
46111	Brooklyn	brooklyn	IN	109		39.5396	-86.3701	4
46125	Eminence	eminence	IN	109		39.5214	-86.6414	4
46151	Martinsville	martinsville	IN	109		39.4776	-86.4668	4
46157	Monrovia	monrovia	IN	109		39.5714	-86.4894	4
46158	Mooresville	mooresville	IN	109		39.5915	-86.3642	4
46166	Paragon	paragon	IN	109		39.4042	-86.5779	4
46349	Lake Village	lake-village	IN	111		41.1387	-87.4454	4
46372	Roselawn	roselawn	IN	111		41.1434	-87.322	4
46379	Sumava Resorts	sumava-resorts	IN	111		41.1671	-87.4335	4
46381	Thayer	thayer	IN	111		41.1711	-87.3313	4
47922	Brook	brook	IN	111		40.8655	-87.3527	4
47948	Goodland	goodland	IN	111		40.7669	-87.2999	4
47951	Kentland	kentland	IN	111		40.7877	-87.4471	4
47963	Morocco	morocco	IN	111		40.9645	-87.4187	4
47964	Mount Ayr	mount-ayr	IN	111		40.9521	-87.2986	4
46701	Albion	albion	IN	113		41.3482	-85.4142	4
46710	Avilla	avilla	IN	113		41.3689	-85.2414	4
46732	Cromwell	cromwell	IN	113		41.3751	-85.6031	4
46755	Kendallville	kendallville	IN	113		41.4482	-85.2609	4
46760	Kimmell	kimmell	IN	113		41.3953	-85.5483	4
46763	Laotto	laotto	IN	113		41.2991	-85.1901	4
46767	Ligonier	ligonier	IN	113		41.4662	-85.5927	4
46784	Rome City	rome-city	IN	113		41.4849	-85.3743	4
46794	Wawaka	wawaka	IN	113		41.457	-85.4822	4
46796	Wolflake	wolflake	IN	113		41.3361	-85.5002	4
47040	Rising Sun	rising-sun	IN	115		38.9567	-84.8807	4
47432	French Lick	french-lick	IN	117		38.5324	-86.6196	4
47452	Orleans	orleans	IN	117		38.6535	-86.4532	4
47454	Paoli	paoli	IN	117		38.5507	-86.449	4
47469	West Baden Springs	west-baden-springs	IN	117		38.6208	-86.5899	4
47427	Coal City	coal-city	IN	119		39.2303	-87.0458	4
47431	Freedom	freedom	IN	119		39.2151	-86.85	4
47433	Gosport	gosport	IN	119		39.345	-86.6583	4
47455	Patricksburg	patricksburg	IN	119		39.3165	-86.9562	4
47456	Quincy	quincy	IN	119		39.4429	-86.6696	4
47460	Spencer	spencer	IN	119		39.2891	-86.7789	4
47830	Bellmore	bellmore	IN	121		39.7791	-87.2218	4
47832	Bloomingdale	bloomingdale	IN	121		39.8348	-87.256	4
47836	Bridgeton	bridgeton	IN	121		39.645	-87.1775	4
47859	Marshall	marshall	IN	121		39.9062	-87.178	4
47860	Mecca	mecca	IN	121		39.7219	-87.3303	4
47862	Montezuma	montezuma	IN	121		39.7961	-87.3607	4
47872	Rockville	rockville	IN	121		39.7682	-87.1978	4
47874	Rosedale	rosedale	IN	121		39.6239	-87.3086	4
47514	Branchville	branchville	IN	123		38.1572	-86.5859	4
47515	Bristow	bristow	IN	123		38.1981	-86.6821	4
47520	Cannelton	cannelton	IN	123		37.9495	-86.7156	4
47525	Derby	derby	IN	123		38.0239	-86.577	4
47551	Leopold	leopold	IN	123		38.1011	-86.6044	4
47574	Rome	rome	IN	123		37.9372	-86.534	4
47576	Saint Croix	saint-croix	IN	123		38.1834	-86.6058	4
47586	Tell City	tell-city	IN	123		37.9655	-86.7457	4
47564	Otwell	otwell	IN	125		38.4662	-87.0985	4
47567	Petersburg	petersburg	IN	125		38.4789	-87.2883	4
47584	Spurgeon	spurgeon	IN	125		38.2523	-87.2572	4
47585	Stendal	stendal	IN	125		38.2835	-87.1205	4
47590	Velpen	velpen	IN	125		38.368	-87.099	4
47598	Winslow	winslow	IN	125		38.364	-87.2223	4
46301	Beverly Shores	beverly-shores	IN	127		41.6925	-86.9775	4
46302	Boone Grove	boone-grove	IN	127		41.3542	-87.1304	4
46304	Chesterton	chesterton	IN	127		41.6143	-87.047	4
46341	Hebron	hebron	IN	127		41.3155	-87.2088	4
46347	Kouts	kouts	IN	127		41.3091	-87.024	4
46368	Portage	portage	IN	127		41.5672	-87.1757	4
46383	Valparaiso	valparaiso	IN	127		41.4547	-87.0656	4
46384	Valparaiso	valparaiso	IN	127		41.4905	-87.0761	4
46385	Valparaiso	valparaiso	IN	127		41.4706	-87.0783	4
46393	Wheeler	wheeler	IN	127		41.5116	-87.1792	4
47612	Cynthiana	cynthiana	IN	129		38.193	-87.6992	4
47616	Griffin	griffin	IN	129		38.2069	-87.9166	4
47620	Mount Vernon	mount-vernon	IN	129		37.9506	-87.8569	4
47631	New Harmony	new-harmony	IN	129		38.1245	-87.9172	4
47633	Poseyville	poseyville	IN	129		38.172	-87.8027	4
47638	Wadesville	wadesville	IN	129		38.0828	-87.7543	4
46960	Monterey	monterey	IN	131		41.1383	-86.5179	4
46985	Star City	star-city	IN	131		40.9602	-86.5404	4
46996	Winamac	winamac	IN	131		41.0562	-86.6307	4
47946	Francesville	francesville	IN	131		40.9709	-86.8553	4
47957	Medaryville	medaryville	IN	131		41.0897	-86.8808	4
46105	Bainbridge	bainbridge	IN	133		39.7612	-86.812	4
46120	Cloverdale	cloverdale	IN	133		39.5148	-86.7939	4
46128	Fillmore	fillmore	IN	133		39.6475	-86.7469	4
46135	Greencastle	greencastle	IN	133		39.6495	-86.8686	4
46170	Putnamville	putnamville	IN	133		39.5742	-86.8653	4
46171	Reelsville	reelsville	IN	133		39.5464	-86.95	4
46172	Roachdale	roachdale	IN	133		39.8325	-86.7902	4
46175	Russellville	russellville	IN	133		39.8366	-86.967	4
47340	Farmland	farmland	IN	135		40.1945	-85.1254	4
47354	Losantville	losantville	IN	135		40.0475	-85.2108	4
47355	Lynn	lynn	IN	135		40.0519	-84.93	4
47358	Modoc	modoc	IN	135		40.0582	-85.0919	4
47368	Parker City	parker-city	IN	135		40.1938	-85.1963	4
47380	Ridgeville	ridgeville	IN	135		40.2804	-85.0371	4
47382	Saratoga	saratoga	IN	135		40.2347	-84.9185	4
47390	Union City	union-city	IN	135		40.2024	-84.8268	4
09220	APO AE	apo-ae				50.0826	8.2493	
47394	Winchester	winchester	IN	135		40.1696	-85.0044	4
47006	Batesville	batesville	IN	137		39.3001	-85.2221	4
47017	Cross Plains	cross-plains	IN	137		38.949	-85.2122	4
47021	Friendship	friendship	IN	137		38.9703	-85.1504	4
47023	Holton	holton	IN	137		39.0498	-85.3739	4
47031	Milan	milan	IN	137		39.1503	-85.1324	4
47033	Morris	morris	IN	137		39.2814	-85.1739	4
47034	Napoleon	napoleon	IN	137		39.2048	-85.327	4
47037	Osgood	osgood	IN	137		39.1573	-85.2938	4
47039	Pierceville	pierceville	IN	137		39.1116	-85.2551	4
47041	Sunman	sunman	IN	137		39.237	-85.0947	4
47042	Versailles	versailles	IN	137		39.0511	-85.2235	4
46104	Arlington	arlington	IN	139		39.6488	-85.5828	4
46115	Carthage	carthage	IN	139		39.7466	-85.5754	4
46127	Falmouth	falmouth	IN	139		39.729	-85.3331	4
46146	Homer	homer	IN	139		39.5781	-85.578	4
46150	Manilla	manilla	IN	139		39.5742	-85.6194	4
46155	Mays	mays	IN	139		39.7437	-85.43	4
46156	Milroy	milroy	IN	139		39.4955	-85.5044	4
46173	Rushville	rushville	IN	139		39.6192	-85.4321	4
46530	Granger	granger	IN	141		41.7427	-86.1411	4
46536	Lakeville	lakeville	IN	141		41.5253	-86.2714	4
46544	Mishawaka	mishawaka	IN	141		41.6507	-86.1623	4
46545	Mishawaka	mishawaka	IN	141		41.6835	-86.1682	4
46546	Mishawaka	mishawaka	IN	141		41.662	-86.1586	4
46552	New Carlisle	new-carlisle	IN	141		41.7051	-86.4838	4
46554	North Liberty	north-liberty	IN	141		41.5425	-86.4133	4
46556	Notre Dame	notre-dame	IN	141		41.7002	-86.2379	4
46561	Osceola	osceola	IN	141		41.6695	-86.087	4
46574	Walkerton	walkerton	IN	141		41.4667	-86.4831	4
46595	Wyatt	wyatt	IN	141		41.5259	-86.1694	4
46601	South Bend	south-bend	IN	141		41.6727	-86.2535	4
46613	South Bend	south-bend	IN	141		41.6546	-86.2479	4
46614	South Bend	south-bend	IN	141		41.6255	-86.2433	4
46615	South Bend	south-bend	IN	141		41.6741	-86.2104	4
46616	South Bend	south-bend	IN	141		41.6919	-86.2647	4
46617	South Bend	south-bend	IN	141		41.685	-86.2351	4
46619	South Bend	south-bend	IN	141		41.6674	-86.3153	4
46624	South Bend	south-bend	IN	141		41.7332	-86.2833	4
46626	South Bend	south-bend	IN	141		41.6774	-86.2525	4
46628	South Bend	south-bend	IN	141		41.7015	-86.2949	4
46634	South Bend	south-bend	IN	141		41.5968	-86.293	4
46635	South Bend	south-bend	IN	141		41.7168	-86.2078	4
46637	South Bend	south-bend	IN	141		41.7299	-86.2407	4
46660	South Bend	south-bend	IN	141		41.5968	-86.293	4
46680	South Bend	south-bend	IN	141		41.5968	-86.293	4
46699	South Bend	south-bend	IN	141		41.5968	-86.293	4
47102	Austin	austin	IN	143		38.7478	-85.7962	4
47138	Lexington	lexington	IN	143		38.6523	-85.6252	4
47170	Scottsburg	scottsburg	IN	143		38.6885	-85.7987	4
46110	Boggstown	boggstown	IN	145		39.5666	-85.9141	4
46126	Fairland	fairland	IN	145		39.6295	-85.8913	4
46130	Fountaintown	fountaintown	IN	145		39.6751	-85.7848	4
46144	Gwynneville	gwynneville	IN	145		39.6617	-85.6476	4
46161	Morristown	morristown	IN	145		39.6675	-85.6934	4
46176	Shelbyville	shelbyville	IN	145		39.5043	-85.7875	4
46182	Waldron	waldron	IN	145		39.4688	-85.6644	4
47234	Flat Rock	flat-rock	IN	145		39.3774	-85.7679	4
47523	Dale	dale	IN	147		38.1706	-87.007	4
47531	Evanston	evanston	IN	147		38.0224	-86.8364	4
47536	Fulda	fulda	IN	147		38.1114	-86.8361	4
47537	Gentryville	gentryville	IN	147		38.0855	-87.0441	4
47550	Lamar	lamar	IN	147		38.0429	-86.9497	4
47552	Lincoln City	lincoln-city	IN	147		38.1242	-86.996	4
47556	Mariah Hill	mariah-hill	IN	147		38.1664	-86.9172	4
47577	Saint Meinrad	saint-meinrad	IN	147		38.1712	-86.8092	4
47579	Santa Claus	santa-claus	IN	147		38.1176	-86.9286	4
47588	Troy	troy	IN	147		38.0331	-86.7981	4
47611	Chrisney	chrisney	IN	147		38.0148	-87.0364	4
47615	Grandview	grandview	IN	147		37.9703	-86.9568	4
47617	Hatfield	hatfield	IN	147		37.9036	-87.2499	4
47634	Richland	richland	IN	147		37.9136	-87.201	4
47635	Rockport	rockport	IN	147		37.8858	-87.077	4
46366	North Judson	north-judson	IN	149		41.215	-86.7759	4
46374	San Pierre	san-pierre	IN	149		41.2111	-86.8725	4
46531	Grovertown	grovertown	IN	149		41.3496	-86.5243	4
46532	Hamlet	hamlet	IN	149		41.3931	-86.5948	4
46534	Knox	knox	IN	149		41.2809	-86.6082	4
46968	Ora	ora	IN	149		41.1756	-86.5543	4
46703	Angola	angola	IN	151		41.6563	-85.0198	4
46737	Fremont	fremont	IN	151		41.7331	-84.9452	4
46742	Hamilton	hamilton	IN	151		41.5566	-84.8951	4
46747	Hudson	hudson	IN	151		41.5328	-85.0811	4
46776	Orland	orland	IN	151		41.7309	-85.1465	4
46779	Pleasant Lake	pleasant-lake	IN	151		41.5843	-85.0213	4
47838	Carlisle	carlisle	IN	153		38.9763	-87.3667	4
47848	Dugger	dugger	IN	153		39.0691	-87.2599	4
47849	Fairbanks	fairbanks	IN	153		39.1901	-87.547	4
47850	Farmersburg	farmersburg	IN	153		39.2685	-87.5024	4
47852	Graysville	graysville	IN	153		39.0805	-87.4496	4
47855	Hymera	hymera	IN	153		39.1833	-87.2994	4
47861	Merom	merom	IN	153		39.0564	-87.5675	4
47865	Paxton	paxton	IN	153		39.0212	-87.3886	4
47879	Shelburn	shelburn	IN	153		39.1784	-87.3936	4
47882	Sullivan	sullivan	IN	153		39.101	-87.4102	4
47011	Bennington	bennington	IN	155		38.876	-85.0719	4
47019	East Enterprise	east-enterprise	IN	155		38.8728	-84.988	4
47020	Florence	florence	IN	155		38.8224	-84.9399	4
47038	Patriot	patriot	IN	155		38.8537	-84.8515	4
47043	Vevay	vevay	IN	155		38.7724	-85.0852	4
47901	Lafayette	lafayette	IN	157		40.4177	-86.8884	4
47902	Lafayette	lafayette	IN	157		40.3887	-86.8949	4
47903	Lafayette	lafayette	IN	157		40.3044	-86.8245	4
47904	Lafayette	lafayette	IN	157		40.4276	-86.8735	4
47905	Lafayette	lafayette	IN	157		40.4001	-86.8602	4
47906	West Lafayette	west-lafayette	IN	157		40.444	-86.9237	4
47907	West Lafayette	west-lafayette	IN	157		40.4249	-86.9162	4
47909	Lafayette	lafayette	IN	157		40.3228	-86.8881	4
47920	Battle Ground	battle-ground	IN	157		40.5248	-86.8238	4
47924	Buck Creek	buck-creek	IN	157		40.4876	-86.7631	4
47930	Clarks Hill	clarks-hill	IN	157		40.247	-86.725	4
47941	Dayton	dayton	IN	157		40.3761	-86.774	4
47962	Montmorenci	montmorenci	IN	157		40.4732	-87.0276	4
47981	Romney	romney	IN	157		40.258	-86.9208	4
47983	Stockwell	stockwell	IN	157		40.2845	-86.7724	4
47992	Westpoint	westpoint	IN	157		40.3581	-87.0575	4
47996	West Lafayette	west-lafayette	IN	157		40.3887	-86.8949	4
46045	Goldsmith	goldsmith	IN	159		40.2898	-86.1494	4
46047	Hobbs	hobbs	IN	159		40.2836	-85.9475	4
46049	Kempton	kempton	IN	159		40.2884	-86.2297	4
46068	Sharpsville	sharpsville	IN	159		40.3732	-86.1086	4
46072	Tipton	tipton	IN	159		40.2817	-86.0433	4
46076	Windfall	windfall	IN	159		40.3669	-85.9476	4
47325	Brownsville	brownsville	IN	161		39.6845	-84.9881	4
47353	Liberty	liberty	IN	161		39.6126	-84.9089	4
47618	Inglefield	inglefield	IN	163		38.1081	-87.5589	4
47701	Evansville	evansville	IN	163		37.9971	-87.575	4
47702	Evansville	evansville	IN	163		37.9971	-87.575	4
47703	Evansville	evansville	IN	163		37.9971	-87.575	4
47704	Evansville	evansville	IN	163		37.9971	-87.575	4
47705	Evansville	evansville	IN	163		37.9971	-87.575	4
47706	Evansville	evansville	IN	163		37.9971	-87.575	4
47708	Evansville	evansville	IN	163		37.9718	-87.572	4
47710	Evansville	evansville	IN	163		38.0086	-87.5746	4
47711	Evansville	evansville	IN	163		38.0617	-87.5548	4
47712	Evansville	evansville	IN	163		37.929	-87.6604	4
47713	Evansville	evansville	IN	163		37.9623	-87.5577	4
47714	Evansville	evansville	IN	163		37.9591	-87.5293	4
47715	Evansville	evansville	IN	163		37.9678	-87.4855	4
47716	Evansville	evansville	IN	163		37.9971	-87.575	4
47719	Evansville	evansville	IN	163		37.9971	-87.575	4
47720	Evansville	evansville	IN	163		38.0599	-87.638	4
47721	Evansville	evansville	IN	163		37.978	-87.6008	4
47722	Evansville	evansville	IN	163		37.9702	-87.542	4
47724	Evansville	evansville	IN	163		37.9971	-87.575	4
47725	Evansville	evansville	IN	163		38.1071	-87.5256	4
47728	Evansville	evansville	IN	163		37.9971	-87.575	4
47730	Evansville	evansville	IN	163		37.9971	-87.575	4
47731	Evansville	evansville	IN	163		37.9971	-87.575	4
47732	Evansville	evansville	IN	163		37.9971	-87.575	4
47733	Evansville	evansville	IN	163		37.9971	-87.575	4
47734	Evansville	evansville	IN	163		37.9971	-87.575	4
47735	Evansville	evansville	IN	163		37.9971	-87.575	4
47736	Evansville	evansville	IN	163		37.9971	-87.575	4
47737	Evansville	evansville	IN	163		37.9971	-87.575	4
47740	Evansville	evansville	IN	163		37.9971	-87.575	4
47747	Evansville	evansville	IN	163		37.9971	-87.575	4
47750	Evansville	evansville	IN	163		37.9623	-87.5055	4
47831	Blanford	blanford	IN	165		39.665	-87.5206	4
47842	Clinton	clinton	IN	165		39.6591	-87.4208	4
47847	Dana	dana	IN	165		39.839	-87.4712	4
47854	Hillsdale	hillsdale	IN	165		39.7712	-87.4041	4
47875	Saint Bernice	saint-bernice	IN	165		39.8778	-87.4436	4
47884	Universal	universal	IN	165		39.6221	-87.4548	4
47928	Cayuga	cayuga	IN	165		39.93	-87.459	4
47966	Newport	newport	IN	165		39.8842	-87.4086	4
47974	Perrysville	perrysville	IN	165		40.0737	-87.4648	4
47801	Terre Haute	terre-haute	IN	167		39.4667	-87.4139	4
47802	Terre Haute	terre-haute	IN	167		39.407	-87.402	4
47803	Terre Haute	terre-haute	IN	167		39.4657	-87.354	4
47804	Terre Haute	terre-haute	IN	167		39.4937	-87.3945	4
47805	Terre Haute	terre-haute	IN	167		39.5327	-87.3255	4
47807	Terre Haute	terre-haute	IN	167		39.471	-87.4009	4
47808	Terre Haute	terre-haute	IN	167		39.4336	-87.4101	4
47809	Terre Haute	terre-haute	IN	167		39.471	-87.4111	4
47851	Fontanet	fontanet	IN	167		39.5737	-87.2454	4
47858	Lewis	lewis	IN	167		39.2733	-87.2637	4
47863	New Goshen	new-goshen	IN	167		39.5803	-87.4616	4
47866	Pimento	pimento	IN	167		39.2929	-87.3355	4
47869	Prairie Creek	prairie-creek	IN	167		39.275	-87.4972	4
47870	Prairieton	prairieton	IN	167		39.3712	-87.4759	4
47871	Riley	riley	IN	167		39.39	-87.3	4
47876	Saint Mary Of The Woods	saint-mary-of-the-woods	IN	167		39.5109	-87.4672	4
47878	Seelyville	seelyville	IN	167		39.4928	-87.2665	4
47880	Shepardsville	shepardsville	IN	167		39.6006	-87.4196	4
47885	West Terre Haute	west-terre-haute	IN	167		39.4984	-87.4688	4
46940	La Fontaine	la-fontaine	IN	169		40.6909	-85.6971	4
46941	Lagro	lagro	IN	169		40.8199	-85.7204	4
46943	Laketon	laketon	IN	169		40.9743	-85.8375	4
46946	Liberty Mills	liberty-mills	IN	169		41.0356	-85.7358	4
46962	North Manchester	north-manchester	IN	169		40.9986	-85.7842	4
46974	Roann	roann	IN	169		40.9482	-85.9301	4
46980	Servia	servia	IN	169		40.9567	-85.7405	4
46984	Somerset	somerset	IN	169		40.6714	-85.8288	4
46990	Urbana	urbana	IN	169		40.8987	-85.7485	4
46992	Wabash	wabash	IN	169		40.7909	-85.8321	4
47975	Pine Village	pine-village	IN	171		40.4328	-87.2317	4
47982	State Line	state-line	IN	171		40.1967	-87.5265	4
47991	West Lebanon	west-lebanon	IN	171		40.2659	-87.4384	4
47993	Williamsport	williamsport	IN	171		40.3142	-87.4039	4
47601	Boonville	boonville	IN	173		38.0474	-87.262	4
47610	Chandler	chandler	IN	173		38.0423	-87.3756	4
47613	Elberfeld	elberfeld	IN	173		38.2053	-87.4179	4
47619	Lynnville	lynnville	IN	173		38.1961	-87.2935	4
47629	Newburgh	newburgh	IN	173		38.0624	-87.2452	4
47630	Newburgh	newburgh	IN	173		37.9637	-87.3938	4
47637	Tennyson	tennyson	IN	173		38.1232	-87.1388	4
47108	Campbellsburg	campbellsburg	IN	175		38.669	-86.2358	4
47120	Fredericksburg	fredericksburg	IN	175		38.4331	-86.1897	4
47125	Hardinsburg	hardinsburg	IN	175		38.4626	-86.318	4
47165	Pekin	pekin	IN	175		38.4931	-86.017	1
47167	Salem	salem	IN	175		38.6071	-86.0787	4
47324	Boston	boston	IN	177		39.7412	-84.8519	4
47327	Cambridge City	cambridge-city	IN	177		39.8182	-85.1685	4
47330	Centerville	centerville	IN	177		39.8081	-85.0032	4
47335	Dublin	dublin	IN	177		39.8127	-85.2044	4
47339	Economy	economy	IN	177		39.9781	-85.088	4
47341	Fountain City	fountain-city	IN	177		39.9634	-84.909	4
47345	Greens Fork	greens-fork	IN	177		39.8916	-85.0494	4
47346	Hagerstown	hagerstown	IN	177		39.9228	-85.1601	4
47357	Milton	milton	IN	177		39.7763	-85.1423	4
47370	Pershing	pershing	IN	177		39.8613	-85.1474	4
47374	Richmond	richmond	IN	177		39.8324	-84.8936	4
47375	Richmond	richmond	IN	177		39.8289	-84.8902	4
47392	Webster	webster	IN	177		39.9119	-84.9351	4
47393	Williamsburg	williamsburg	IN	177		39.958	-84.9984	4
46714	Bluffton	bluffton	IN	179		40.7368	-85.1622	4
46731	Craigville	craigville	IN	179		40.793	-85.0904	4
46759	Keystone	keystone	IN	179		40.5897	-85.2767	4
46766	Liberty Center	liberty-center	IN	179		40.7002	-85.2774	4
46777	Ossian	ossian	IN	179		40.8806	-85.157	4
46778	Petroleum	petroleum	IN	179		40.6114	-85.1526	4
46781	Poneto	poneto	IN	179		40.6419	-85.2562	4
46791	Uniondale	uniondale	IN	179		40.8369	-85.2403	4
47923	Brookston	brookston	IN	181		40.6011	-86.8753	4
47925	Buffalo	buffalo	IN	181		40.8825	-86.7453	4
47926	Burnettsville	burnettsville	IN	181		40.7612	-86.5936	4
47929	Chalmers	chalmers	IN	181		40.6693	-86.8626	4
47950	Idaville	idaville	IN	181		40.7674	-86.6556	4
47959	Monon	monon	IN	181		40.8612	-86.8635	4
47960	Monticello	monticello	IN	181		40.7626	-86.755	4
47980	Reynolds	reynolds	IN	181		40.7606	-86.8691	4
47995	Wolcott	wolcott	IN	181		40.7516	-87.029	4
46723	Churubusco	churubusco	IN	183		41.229	-85.3244	4
46725	Columbia City	columbia-city	IN	183		41.1619	-85.4737	4
46764	Larwill	larwill	IN	183		41.1646	-85.6139	4
46787	South Whitley	south-whitley	IN	183		41.0726	-85.6143	4
66732	Elsmore	elsmore	KS	001		37.8035	-95.1546	4
66742	Gas	gas	KS	001		37.9232	-95.3467	4
66748	Humboldt	humboldt	KS	001		37.8045	-95.422	4
66749	Iola	iola	KS	001		37.9245	-95.4	4
66751	La Harpe	la-harpe	KS	001		37.917	-95.2991	4
66755	Moran	moran	KS	001		37.9342	-95.1647	4
66772	Savonburg	savonburg	KS	001		37.7517	-95.1545	4
66015	Colony	colony	KS	003		38.0761	-95.3287	4
66032	Garnett	garnett	KS	003		38.2859	-95.2594	4
66033	Greeley	greeley	KS	003		38.3524	-95.1188	4
66039	Kincaid	kincaid	KS	003		38.1104	-95.1886	4
66091	Welda	welda	KS	003		38.1686	-95.3096	4
66093	Westphalia	westphalia	KS	003		38.1718	-95.4665	4
66002	Atchison	atchison	KS	005		39.5594	-95.1304	4
66016	Cummings	cummings	KS	005		39.483	-95.2863	4
66023	Effingham	effingham	KS	005		39.5222	-95.4008	4
66041	Lancaster	lancaster	KS	005		39.5952	-95.3036	4
66058	Muscotah	muscotah	KS	005		39.5388	-95.5175	4
67057	Hardtner	hardtner	KS	007		37.03	-98.6547	4
67061	Hazelton	hazelton	KS	007		37.0984	-98.4003	4
67065	Isabel	isabel	KS	007		37.4485	-98.5351	4
67070	Kiowa	kiowa	KS	007		37.0172	-98.4859	4
67071	Lake City	lake-city	KS	007		37.3569	-98.8098	4
67104	Medicine Lodge	medicine-lodge	KS	007		37.2845	-98.5848	4
67138	Sharon	sharon	KS	007		37.2492	-98.4142	4
67143	Sun City	sun-city	KS	007		37.3786	-98.9159	4
67511	Albert	albert	KS	009		38.4528	-99.0115	4
67525	Claflin	claflin	KS	009		38.5409	-98.5372	4
67526	Ellinwood	ellinwood	KS	009		38.3565	-98.5849	4
67530	Great Bend	great-bend	KS	009		38.3936	-98.7751	4
67544	Hoisington	hoisington	KS	009		38.4789	-98.7565	4
67564	Olmitz	olmitz	KS	009		38.5167	-98.9365	4
67567	Pawnee Rock	pawnee-rock	KS	009		38.2782	-98.9814	4
66701	Fort Scott	fort-scott	KS	011		37.8216	-94.7148	4
66716	Bronson	bronson	KS	011		37.9214	-95.0303	4
66738	Fulton	fulton	KS	011		38.0134	-94.7183	4
66741	Garland	garland	KS	011		37.7175	-94.6613	4
66754	Mapleton	mapleton	KS	011		38.0228	-94.8735	4
66769	Redfield	redfield	KS	011		37.8367	-94.8805	4
66779	Uniontown	uniontown	KS	011		37.8473	-94.9752	4
66424	Everest	everest	KS	013		39.688	-95.4138	4
66425	Fairview	fairview	KS	013		39.8445	-95.711	4
66434	Hiawatha	hiawatha	KS	013		39.7914	-95.6004	4
66439	Horton	horton	KS	013		39.6789	-95.5299	4
66515	Morrill	morrill	KS	013		39.9356	-95.712	4
66527	Powhattan	powhattan	KS	013		39.7177	-95.6751	4
66532	Robinson	robinson	KS	013		39.8182	-95.4567	4
66842	Cassoday	cassoday	KS	015		38.0298	-96.6746	4
67002	Andover	andover	KS	015		37.6985	-97.1179	4
67010	Augusta	augusta	KS	015		37.6836	-96.9648	4
67012	Beaumont	beaumont	KS	015		37.658	-96.5329	4
67017	Benton	benton	KS	015		37.7946	-97.0971	4
67039	Douglass	douglass	KS	015		37.5195	-96.9948	4
67041	Elbing	elbing	KS	015		38.0545	-97.1284	4
67042	El Dorado	el-dorado	KS	015		37.8226	-96.8543	4
67072	Latham	latham	KS	015		37.531	-96.6791	4
67074	Leon	leon	KS	015		37.6813	-96.7526	4
67123	Potwin	potwin	KS	015		37.9389	-97.0198	4
67132	Rosalia	rosalia	KS	015		37.796	-96.6482	4
67133	Rose Hill	rose-hill	KS	015		37.5784	-97.1173	4
67144	Towanda	towanda	KS	015		37.8005	-96.9918	4
67154	Whitewater	whitewater	KS	015		37.9612	-97.1308	4
66843	Cedar Point	cedar-point	KS	017		38.26	-96.8228	4
66845	Cottonwood Falls	cottonwood-falls	KS	017		38.3565	-96.5418	4
66850	Elmdale	elmdale	KS	017		38.3779	-96.6675	4
66862	Matfield Green	matfield-green	KS	017		38.1448	-96.5541	4
66869	Strong City	strong-city	KS	017		38.4129	-96.5172	4
67024	Cedar Vale	cedar-vale	KS	019		37.1265	-96.4701	4
67334	Chautauqua	chautauqua	KS	019		37.0262	-96.1783	4
67355	Niotaze	niotaze	KS	019		37.037	-96.0121	4
67360	Peru	peru	KS	019		37.0568	-96.1404	4
67361	Sedan	sedan	KS	019		37.1297	-96.1732	4
66713	Baxter Springs	baxter-springs	KS	021		37.0281	-94.7393	4
66725	Columbus	columbus	KS	021		37.1699	-94.8899	4
66728	Crestline	crestline	KS	021		37.1694	-94.7041	4
66739	Galena	galena	KS	021		37.0632	-94.6557	4
66770	Riverton	riverton	KS	021		37.081	-94.7175	4
66773	Scammon	scammon	KS	021		37.2809	-94.8092	4
66778	Treece	treece	KS	021		37.0005	-94.8409	4
66781	Weir	weir	KS	021		37.2912	-94.7286	4
66782	West Mineral	west-mineral	KS	021		37.2851	-94.9261	4
67731	Bird City	bird-city	KS	023		39.7579	-101.5319	4
67756	Saint Francis	saint-francis	KS	023		39.6804	-101.9093	4
67831	Ashland	ashland	KS	025		37.1823	-99.759	4
67840	Englewood	englewood	KS	025		37.0384	-99.9835	4
67865	Minneola	minneola	KS	025		37.4425	-100.0088	4
67432	Clay Center	clay-center	KS	027		39.3844	-97.1278	4
67447	Green	green	KS	027		39.4803	-97.0149	4
67458	Longford	longford	KS	027		39.1834	-97.2499	4
67468	Morganville	morganville	KS	027		39.4607	-97.2467	4
67487	Wakefield	wakefield	KS	027		39.2249	-97.0229	4
66901	Concordia	concordia	KS	029		39.5516	-97.6568	4
66938	Clyde	clyde	KS	029		39.5758	-97.408	4
66948	Jamestown	jamestown	KS	029		39.6021	-97.8631	4
67417	Aurora	aurora	KS	029		39.4472	-97.5304	4
67445	Glasco	glasco	KS	029		39.3621	-97.8418	4
67466	Miltonvale	miltonvale	KS	029		39.3481	-97.4579	4
66839	Burlington	burlington	KS	031		38.2363	-95.7336	4
66852	Gridley	gridley	KS	031		38.1012	-95.8874	4
66856	Lebo	lebo	KS	031		38.4161	-95.8222	4
66857	Le Roy	le-roy	KS	031		38.0874	-95.6227	1
66871	Waverly	waverly	KS	031		38.3782	-95.5982	4
67029	Coldwater	coldwater	KS	033		37.2479	-99.3115	4
67127	Protection	protection	KS	033		37.1968	-99.4816	4
67155	Wilmore	wilmore	KS	033		37.3318	-99.1846	1
67005	Arkansas City	arkansas-city	KS	035		37.0676	-97.0357	4
67008	Atlanta	atlanta	KS	035		37.4343	-96.7661	4
67019	Burden	burden	KS	035		37.3209	-96.757	4
67023	Cambridge	cambridge	KS	035		37.3161	-96.6645	4
67038	Dexter	dexter	KS	035		37.1641	-96.6917	4
67102	Maple City	maple-city	KS	035		37.2377	-96.8389	4
67131	Rock	rock	KS	035		37.4413	-97.0059	4
67146	Udall	udall	KS	035		37.3939	-97.1108	4
67156	Winfield	winfield	KS	035		37.2416	-96.98	4
66711	Arcadia	arcadia	KS	037		37.6341	-94.6548	4
66712	Arma	arma	KS	037		37.5573	-94.6949	4
66724	Cherokee	cherokee	KS	037		37.3694	-94.8424	4
66734	Farlington	farlington	KS	037		37.6163	-94.8479	4
66735	Franklin	franklin	KS	037		37.5219	-94.7096	4
66743	Girard	girard	KS	037		37.5091	-94.8569	4
66746	Hepler	hepler	KS	037		37.6576	-94.9892	4
66753	Mc Cune	mc-cune	KS	037		37.3468	-95.0376	1
66756	Mulberry	mulberry	KS	037		37.5442	-94.6839	4
66760	Opolis	opolis	KS	037		37.342	-94.6199	4
66762	Pittsburg	pittsburg	KS	037		37.3951	-94.7105	4
66763	Frontenac	frontenac	KS	037		37.4466	-94.6916	4
66780	Walnut	walnut	KS	037		37.5967	-95.0455	4
67635	Dresden	dresden	KS	039		39.6094	-100.4112	4
67643	Jennings	jennings	KS	039		39.6762	-100.2834	4
67653	Norcatur	norcatur	KS	039		39.8447	-100.2007	4
67749	Oberlin	oberlin	KS	039		39.8275	-100.5314	4
67410	Abilene	abilene	KS	041		38.9371	-97.2063	4
67431	Chapman	chapman	KS	041		38.9722	-97.017	4
67441	Enterprise	enterprise	KS	041		38.9063	-97.1122	4
67449	Herington	herington	KS	041		38.6767	-96.8941	4
67451	Hope	hope	KS	041		38.6776	-97.1061	4
67480	Solomon	solomon	KS	041		38.9194	-97.3518	4
67482	Talmage	talmage	KS	041		39.0269	-97.2597	4
67492	Woodbine	woodbine	KS	041		38.8131	-96.9619	4
66008	Bendena	bendena	KS	043		39.7174	-95.1765	4
66017	Denton	denton	KS	043		39.7154	-95.2744	4
66024	Elwood	elwood	KS	043		39.7573	-94.8824	4
66035	Highland	highland	KS	043		39.8608	-95.2583	4
66087	Troy	troy	KS	043		39.7906	-95.1434	4
66090	Wathena	wathena	KS	043		39.7625	-94.9255	4
66094	White Cloud	white-cloud	KS	043		39.9627	-95.2982	4
66006	Baldwin City	baldwin-city	KS	045		38.7953	-95.2276	4
66025	Eudora	eudora	KS	045		38.933	-95.1022	4
66044	Lawrence	lawrence	KS	045		39.0289	-95.2086	4
66045	Lawrence	lawrence	KS	045		38.959	-95.2499	4
66046	Lawrence	lawrence	KS	045		38.9369	-95.242	4
66047	Lawrence	lawrence	KS	045		38.9407	-95.2779	4
66049	Lawrence	lawrence	KS	045		38.9704	-95.2769	4
66050	Lecompton	lecompton	KS	045		39.0154	-95.4392	4
67519	Belpre	belpre	KS	047		37.9347	-99.0936	4
67547	Kinsley	kinsley	KS	047		37.9247	-99.4116	4
67552	Lewis	lewis	KS	047		37.9062	-99.248	4
67563	Offerle	offerle	KS	047		37.8828	-99.5498	4
67345	Elk Falls	elk-falls	KS	049		37.3745	-96.1959	4
67346	Grenola	grenola	KS	049		37.3668	-96.4396	4
67349	Howard	howard	KS	049		37.4809	-96.2563	4
67352	Longton	longton	KS	049		37.3905	-96.0814	4
67353	Moline	moline	KS	049		37.3649	-96.3069	4
67601	Hays	hays	KS	051		38.8782	-99.3348	4
67627	Catharine	catharine	KS	051		38.9276	-99.2161	4
67637	Ellis	ellis	KS	051		38.9471	-99.5285	4
67660	Pfeifer	pfeifer	KS	051		38.7153	-99.1718	4
67667	Schoenchen	schoenchen	KS	051		38.7128	-99.3322	4
67671	Victoria	victoria	KS	051		38.8589	-99.1391	4
67674	Walker	walker	KS	051		38.8672	-99.0759	4
67439	Ellsworth	ellsworth	KS	053		38.7312	-98.2057	4
67450	Holyrood	holyrood	KS	053		38.59	-98.4159	4
67454	Kanopolis	kanopolis	KS	053		38.7091	-98.1575	4
67459	Lorraine	lorraine	KS	053		38.5652	-98.29	4
67490	Wilson	wilson	KS	053		38.8134	-98.4432	4
67846	Garden City	garden-city	KS	055		37.9769	-100.8621	4
67851	Holcomb	holcomb	KS	055		37.9931	-100.9893	4
67868	Pierceville	pierceville	KS	055		37.906	-100.7523	4
67801	Dodge City	dodge-city	KS	057		37.7569	-100.0241	4
67834	Bucklin	bucklin	KS	057		37.553	-99.6325	4
67842	Ford	ford	KS	057		37.6323	-99.7642	4
67843	Fort Dodge	fort-dodge	KS	057		37.7303	-99.937	4
67876	Spearville	spearville	KS	057		37.8235	-99.737	4
67882	Wright	wright	KS	057		37.7806	-99.8921	4
66042	Lane	lane	KS	059		38.4347	-95.0804	4
66067	Ottawa	ottawa	KS	059		38.6142	-95.2745	4
66076	Pomona	pomona	KS	059		38.6153	-95.4489	4
66078	Princeton	princeton	KS	059		38.4847	-95.2764	4
66079	Rantoul	rantoul	KS	059		38.5666	-95.1234	4
66080	Richmond	richmond	KS	059		38.4074	-95.2489	4
66092	Wellsville	wellsville	KS	059		38.7137	-95.0916	4
66095	Williamsburg	williamsburg	KS	059		38.4902	-95.4226	4
66441	Junction City	junction-city	KS	061		39.0299	-96.8396	4
66442	Fort Riley	fort-riley	KS	061		39.0619	-96.7873	4
66514	Milford	milford	KS	061		39.1692	-96.91	4
67736	Gove	gove	KS	063		38.887	-100.4867	4
67737	Grainfield	grainfield	KS	063		39.103	-100.468	4
67738	Grinnell	grinnell	KS	063		39.0851	-100.6621	4
67751	Park	park	KS	063		39.0788	-100.3469	4
67752	Quinter	quinter	KS	063		39.0363	-100.2337	4
67625	Bogue	bogue	KS	065		39.3782	-99.6788	4
67642	Hill City	hill-city	KS	065		39.3566	-99.8429	4
67650	Morland	morland	KS	065		39.3229	-100.0733	4
67659	Penokee	penokee	KS	065		39.3482	-99.9719	4
67880	Ulysses	ulysses	KS	067		37.5792	-101.3488	4
67835	Cimarron	cimarron	KS	069		37.8127	-100.3438	4
67837	Copeland	copeland	KS	069		37.568	-100.6148	4
67841	Ensign	ensign	KS	069		37.6414	-100.2496	4
67853	Ingalls	ingalls	KS	069		37.8293	-100.5143	4
67867	Montezuma	montezuma	KS	069		37.6016	-100.4461	4
67879	Tribune	tribune	KS	071		38.4962	-101.7656	4
66853	Hamilton	hamilton	KS	073		37.9791	-96.1691	4
66855	Lamont	lamont	KS	073		38.1125	-96.0267	4
66860	Madison	madison	KS	073		38.1278	-96.1213	4
66863	Neal	neal	KS	073		37.8329	-96.0818	4
66870	Virgil	virgil	KS	073		37.8976	-96.0329	4
67045	Eureka	eureka	KS	073		37.8265	-96.2959	4
67047	Fall River	fall-river	KS	073		37.621	-96.0435	4
67122	Piedmont	piedmont	KS	073		37.6372	-96.3695	4
67137	Severy	severy	KS	073		37.617	-96.2252	4
67836	Coolidge	coolidge	KS	075		38.0215	-102.007	4
67857	Kendall	kendall	KS	075		37.9347	-101.546	4
67878	Syracuse	syracuse	KS	075		37.9826	-101.7687	4
67003	Anthony	anthony	KS	077		37.1512	-98.0285	4
67009	Attica	attica	KS	077		37.2528	-98.2264	4
67018	Bluff City	bluff-city	KS	077		37.0838	-97.8754	4
67036	Danville	danville	KS	077		37.2674	-97.8689	4
67049	Freeport	freeport	KS	077		37.1903	-97.8634	4
67058	Harper	harper	KS	077		37.2909	-98.018	4
67150	Waldron	waldron	KS	077		37.0022	-98.1826	4
67020	Burrton	burrton	KS	079		38.0261	-97.6666	4
67056	Halstead	halstead	KS	079		38.0064	-97.5118	4
67062	Hesston	hesston	KS	079		38.136	-97.4495	4
67114	Newton	newton	KS	079		38.0451	-97.3435	4
67117	North Newton	north-newton	KS	079		38.0743	-97.3473	4
67135	Sedgwick	sedgwick	KS	079		37.9167	-97.4225	4
67151	Walton	walton	KS	079		38.1239	-97.2361	4
67870	Satanta	satanta	KS	081		37.4409	-100.9691	4
67877	Sublette	sublette	KS	081		37.5221	-100.8208	4
67849	Hanston	hanston	KS	083		38.109	-99.6928	4
67854	Jetmore	jetmore	KS	083		38.0738	-99.9327	4
66416	Circleville	circleville	KS	085		39.5155	-95.8517	4
66418	Delia	delia	KS	085		39.2655	-95.9608	4
66419	Denison	denison	KS	085		39.354	-95.6127	4
66436	Holton	holton	KS	085		39.4436	-95.7525	4
66440	Hoyt	hoyt	KS	085		39.2552	-95.6867	4
66509	Mayetta	mayetta	KS	085		39.3489	-95.6928	4
66516	Netawaka	netawaka	KS	085		39.6063	-95.727	4
66540	Soldier	soldier	KS	085		39.5013	-95.9652	4
66552	Whiting	whiting	KS	085		39.5974	-95.6158	4
66054	Mc Louth	mc-louth	KS	087		39.1668	-95.2183	1
66060	Nortonville	nortonville	KS	087		39.4095	-95.3236	4
66066	Oskaloosa	oskaloosa	KS	087		39.2152	-95.3135	4
66070	Ozawkie	ozawkie	KS	087		39.2136	-95.4404	4
66073	Perry	perry	KS	087		39.0875	-95.3731	4
66088	Valley Falls	valley-falls	KS	087		39.3484	-95.467	4
66097	Winchester	winchester	KS	087		39.3245	-95.2696	4
66429	Grantville	grantville	KS	087		39.0972	-95.5397	4
66512	Meriden	meriden	KS	087		39.2038	-95.5476	4
66936	Burr Oak	burr-oak	KS	089		39.8932	-98.3499	4
66941	Esbon	esbon	KS	089		39.7562	-98.4462	4
66942	Formoso	formoso	KS	089		39.7795	-97.9889	4
66949	Jewell	jewell	KS	089		39.6719	-98.1472	4
66956	Mankato	mankato	KS	089		39.7833	-98.2152	4
66963	Randall	randall	KS	089		39.6286	-98.0661	4
66970	Webber	webber	KS	089		39.935	-98.035	4
66018	De Soto	de-soto	KS	091		38.9462	-94.9714	4
66021	Edgerton	edgerton	KS	091		38.7811	-95.0094	4
66030	Gardner	gardner	KS	091		38.8075	-94.9157	4
66031	New Century	new-century	KS	091		38.8249	-94.8992	1
66051	Olathe	olathe	KS	091		38.8999	-94.832	4
66061	Olathe	olathe	KS	091		38.8865	-94.8204	4
66062	Olathe	olathe	KS	091		38.8733	-94.7752	4
66063	Olathe	olathe	KS	091		38.8999	-94.832	4
66083	Spring Hill	spring-hill	KS	091		38.7631	-94.8246	4
66085	Stilwell	stilwell	KS	091		38.7902	-94.6643	4
66201	Mission	mission	KS	091		39.0278	-94.6558	4
66202	Mission	mission	KS	091		39.0278	-94.6558	4
66203	Shawnee	shawnee	KS	091		39.0417	-94.7202	4
66204	Overland Park	overland-park	KS	091		38.9928	-94.6771	4
66205	Mission	mission	KS	091		39.0278	-94.6558	4
66206	Leawood	leawood	KS	091		38.9667	-94.6169	4
66207	Overland Park	overland-park	KS	091		38.9575	-94.6452	4
66208	Prairie Village	prairie-village	KS	091		38.9917	-94.6336	4
66209	Leawood	leawood	KS	091		38.9667	-94.6169	4
66210	Overland Park	overland-park	KS	091		38.9273	-94.7143	4
66211	Leawood	leawood	KS	091		38.9667	-94.6169	4
66212	Overland Park	overland-park	KS	091		38.9568	-94.6832	4
66213	Overland Park	overland-park	KS	091		38.8982	-94.7049	4
66214	Overland Park	overland-park	KS	091		38.9649	-94.7209	4
66215	Lenexa	lenexa	KS	091		38.9536	-94.7336	4
66216	Shawnee	shawnee	KS	091		39.0417	-94.7202	4
66217	Shawnee	shawnee	KS	091		39.0417	-94.7202	4
66218	Shawnee	shawnee	KS	091		39.0417	-94.7202	4
66219	Lenexa	lenexa	KS	091		38.9536	-94.7336	4
66220	Lenexa	lenexa	KS	091		38.9536	-94.7336	4
66221	Overland Park	overland-park	KS	091		38.8636	-94.7103	4
66222	Mission	mission	KS	091		39.0278	-94.6558	4
66223	Overland Park	overland-park	KS	091		38.8619	-94.661	4
66224	Overland Park	overland-park	KS	091		38.8591	-94.6314	4
66225	Overland Park	overland-park	KS	091		38.8999	-94.832	4
66226	Shawnee	shawnee	KS	091		39.0417	-94.7202	4
66227	Lenexa	lenexa	KS	091		38.9536	-94.7336	4
66250	Lenexa	lenexa	KS	091		38.9536	-94.7336	4
66251	Overland Park	overland-park	KS	091		38.8999	-94.832	4
66276	Shawnee Mission	shawnee-mission	KS	091		38.8999	-94.832	1
66282	Overland Park	overland-park	KS	091		38.8999	-94.832	4
66283	Overland Park	overland-park	KS	091		38.8999	-94.832	4
66285	Lenexa	lenexa	KS	091		38.9536	-94.7336	4
66286	Shawnee	shawnee	KS	091		39.0417	-94.7202	4
67838	Deerfield	deerfield	KS	093		38.0068	-101.1431	4
67860	Lakin	lakin	KS	093		37.9382	-101.2713	4
67035	Cunningham	cunningham	KS	095		37.6309	-98.3564	4
67068	Kingman	kingman	KS	095		37.5964	-98.1304	4
67111	Murdock	murdock	KS	095		37.6099	-97.9503	4
67112	Nashville	nashville	KS	095		37.4344	-98.4171	4
67118	Norwich	norwich	KS	095		37.4501	-97.8662	4
67142	Spivey	spivey	KS	095		37.441	-98.1751	4
67159	Zenda	zenda	KS	095		37.4373	-98.2874	4
67054	Greensburg	greensburg	KS	097		37.6084	-99.3011	1
67059	Haviland	haviland	KS	097		37.6096	-99.134	4
67109	Mullinville	mullinville	KS	097		37.5716	-99.4639	4
67330	Altamont	altamont	KS	099		37.1873	-95.2983	4
67332	Bartlett	bartlett	KS	099		37.0601	-95.2115	4
67336	Chetopa	chetopa	KS	099		37.0418	-95.0796	4
67341	Dennis	dennis	KS	099		37.3243	-95.4116	4
67342	Edna	edna	KS	099		37.0561	-95.3442	4
67354	Mound Valley	mound-valley	KS	099		37.2091	-95.4247	4
67356	Oswego	oswego	KS	099		37.1823	-95.1335	4
67357	Parsons	parsons	KS	099		37.3389	-95.2693	4
67839	Dighton	dighton	KS	101		38.4742	-100.4647	4
67850	Healy	healy	KS	101		38.5664	-100.6159	4
66007	Basehor	basehor	KS	103		39.1281	-94.957	4
66020	Easton	easton	KS	103		39.3391	-95.0999	4
66027	Fort Leavenworth	fort-leavenworth	KS	103		39.3485	-94.9265	1
66043	Lansing	lansing	KS	103		39.2502	-94.8994	4
66048	Leavenworth	leavenworth	KS	103		39.3015	-94.9339	4
66052	Linwood	linwood	KS	103		39.0014	-95.0391	4
66086	Tonganoxie	tonganoxie	KS	103		39.1026	-95.1051	4
67418	Barnard	barnard	KS	105		39.1816	-98.0711	4
67423	Beverly	beverly	KS	105		38.9844	-97.9818	4
67455	Lincoln	lincoln	KS	105		39.1027	-98.2149	4
67481	Sylvan Grove	sylvan-grove	KS	105		39.0324	-98.373	4
66010	Blue Mound	blue-mound	KS	107		38.0908	-95.0053	4
66014	Centerville	centerville	KS	107		38.213	-94.9934	4
66040	Lacygne	lacygne	KS	107		39.0478	-95.1538	1
66056	Mound City	mound-city	KS	107		38.156	-94.8186	4
66072	Parker	parker	KS	107		38.3303	-94.9871	4
66075	Pleasanton	pleasanton	KS	107		38.1823	-94.7057	4
66767	Prescott	prescott	KS	107		38.0718	-94.7008	4
67747	Monument	monument	KS	109		39.079	-101.035	4
67748	Oakley	oakley	KS	109		39.1121	-100.858	4
67764	Winona	winona	KS	109		39.061	-101.2216	4
66801	Emporia	emporia	KS	111		38.4184	-96.1871	4
66830	Admire	admire	KS	111		38.6393	-96.1017	4
66833	Allen	allen	KS	111		38.652	-96.1735	4
66835	Americus	americus	KS	111		38.5098	-96.2608	4
66854	Hartford	hartford	KS	111		38.2833	-95.9997	4
66864	Neosho Rapids	neosho-rapids	KS	111		38.3948	-96.0168	4
66865	Olpe	olpe	KS	111		38.2578	-96.1891	4
66868	Reading	reading	KS	111		38.529	-95.9895	4
67107	Moundridge	moundridge	KS	113		38.206	-97.5088	4
67428	Canton	canton	KS	113		38.3858	-97.4291	4
67443	Galva	galva	KS	113		38.3824	-97.5359	4
67456	Lindsborg	lindsborg	KS	113		38.5761	-97.6739	4
67460	Mcpherson	mcpherson	KS	113		38.3763	-97.6702	4
67464	Marquette	marquette	KS	113		38.556	-97.8381	4
67476	Roxbury	roxbury	KS	113		38.5508	-97.4303	4
67491	Windom	windom	KS	113		38.3845	-97.8965	4
67546	Inman	inman	KS	113		38.2232	-97.7951	4
66840	Burns	burns	KS	115		38.1222	-96.8634	4
66851	Florence	florence	KS	115		38.2415	-96.9346	4
66858	Lincolnville	lincolnville	KS	115		38.4933	-96.9626	4
66859	Lost Springs	lost-springs	KS	115		38.5657	-96.9799	4
66861	Marion	marion	KS	115		38.3554	-97.0204	4
66866	Peabody	peabody	KS	115		38.1737	-97.1184	4
67053	Goessel	goessel	KS	115		38.2468	-97.3463	4
67063	Hillsboro	hillsboro	KS	115		38.3449	-97.2122	4
67073	Lehigh	lehigh	KS	115		38.3771	-97.3043	4
67438	Durham	durham	KS	115		38.5038	-97.2555	4
67475	Ramona	ramona	KS	115		38.5777	-97.0759	4
67483	Tampa	tampa	KS	115		38.5534	-97.1774	4
66403	Axtell	axtell	KS	117		39.8707	-96.2676	4
66406	Beattie	beattie	KS	117		39.8988	-96.4286	4
66411	Blue Rapids	blue-rapids	KS	117		39.675	-96.6359	4
66412	Bremen	bremen	KS	117		39.8775	-96.7458	4
66427	Frankfort	frankfort	KS	117		39.7333	-96.5223	4
66438	Home	home	KS	117		39.8488	-96.5063	4
66508	Marysville	marysville	KS	117		39.8428	-96.6422	4
66518	Oketo	oketo	KS	117		39.9598	-96.6235	4
66541	Summerfield	summerfield	KS	117		39.9798	-96.3279	4
66544	Vermillion	vermillion	KS	117		39.6946	-96.278	4
66548	Waterville	waterville	KS	117		39.6971	-96.7498	4
67844	Fowler	fowler	KS	119		37.3542	-100.1981	4
67864	Meade	meade	KS	119		37.2821	-100.3364	4
67869	Plains	plains	KS	119		37.2701	-100.5732	4
66013	Bucyrus	bucyrus	KS	121		38.7283	-94.6887	4
66026	Fontana	fontana	KS	121		38.4102	-94.8718	4
66036	Hillsdale	hillsdale	KS	121		38.6581	-94.8521	4
66053	Louisburg	louisburg	KS	121		38.6073	-94.6829	4
66064	Osawatomie	osawatomie	KS	121		38.4888	-94.962	4
66071	Paola	paola	KS	121		38.572	-94.8937	4
67420	Beloit	beloit	KS	123		39.4416	-98.1192	4
67430	Cawker City	cawker-city	KS	123		39.5115	-98.4335	4
67446	Glen Elder	glen-elder	KS	123		39.4958	-98.3155	4
67452	Hunter	hunter	KS	123		39.243	-98.4017	4
67478	Simpson	simpson	KS	123		39.3851	-97.9328	4
67485	Tipton	tipton	KS	123		39.3436	-98.4644	4
67301	Independence	independence	KS	125		37.2292	-95.7165	4
67333	Caney	caney	KS	125		37.0224	-95.9091	4
67335	Cherryvale	cherryvale	KS	125		37.2668	-95.559	4
67337	Coffeyville	coffeyville	KS	125		37.0441	-95.6328	4
67340	Dearing	dearing	KS	125		37.0596	-95.7131	4
67344	Elk City	elk-city	KS	125		37.3146	-95.9135	4
67347	Havana	havana	KS	125		37.0917	-95.9414	4
67351	Liberty	liberty	KS	125		37.1576	-95.6017	4
67363	Sycamore	sycamore	KS	125		37.3281	-95.717	4
67364	Tyro	tyro	KS	125		37.037	-95.8237	4
66838	Burdick	burdick	KS	127		38.5674	-96.8396	4
66846	Council Grove	council-grove	KS	127		38.6959	-96.5469	4
66849	Dwight	dwight	KS	127		38.8389	-96.5802	4
66872	White City	white-city	KS	127		38.789	-96.7637	4
66873	Wilsey	wilsey	KS	127		38.6361	-96.6753	4
67950	Elkhart	elkhart	KS	129		37.0154	-101.9012	4
67953	Richfield	richfield	KS	129		37.2834	-101.7004	4
67954	Rolla	rolla	KS	129		37.1089	-101.6447	4
66404	Baileyville	baileyville	KS	131		39.8816	-96.1801	4
66408	Bern	bern	KS	131		39.9571	-95.961	4
66415	Centralia	centralia	KS	131		39.7381	-96.1486	4
66417	Corning	corning	KS	131		39.6572	-96.0294	4
66428	Goff	goff	KS	131		39.6654	-95.9574	4
66522	Oneida	oneida	KS	131		39.8639	-95.9392	4
66534	Sabetha	sabetha	KS	131		39.8993	-95.8113	4
66538	Seneca	seneca	KS	131		39.8473	-96.0316	4
66550	Wetmore	wetmore	KS	131		39.6428	-95.8231	4
66720	Chanute	chanute	KS	133		37.6749	-95.457	4
66733	Erie	erie	KS	133		37.6044	-95.2514	4
66740	Galesburg	galesburg	KS	133		37.4724	-95.3707	4
66771	Saint Paul	saint-paul	KS	133		37.518	-95.1688	4
66775	Stark	stark	KS	133		37.6811	-95.1388	4
66776	Thayer	thayer	KS	133		37.4527	-95.4671	4
67515	Arnold	arnold	KS	135		38.6403	-100.0462	4
67516	Bazine	bazine	KS	135		38.4565	-99.7016	4
67518	Beeler	beeler	KS	135		38.4445	-100.1949	4
67521	Brownell	brownell	KS	135		38.6239	-99.7328	4
67560	Ness City	ness-city	KS	135		38.4388	-99.9029	4
67572	Ransom	ransom	KS	135		38.64	-99.9267	4
67584	Utica	utica	KS	135		38.6411	-100.138	1
67622	Almena	almena	KS	137		39.8891	-99.7042	4
67629	Clayton	clayton	KS	137		39.7375	-100.1776	4
67645	Lenora	lenora	KS	137		39.6105	-100.0028	4
67654	Norton	norton	KS	137		39.8407	-99.8878	4
66413	Burlingame	burlingame	KS	139		38.7634	-95.84	4
66414	Carbondale	carbondale	KS	139		38.8206	-95.6871	4
66451	Lyndon	lyndon	KS	139		38.6356	-95.6802	4
66510	Melvern	melvern	KS	139		38.5027	-95.629	4
66523	Osage City	osage-city	KS	139		38.6269	-95.8303	4
66524	Overbrook	overbrook	KS	139		38.7922	-95.5616	4
66528	Quenemo	quenemo	KS	139		38.5785	-95.5362	4
66537	Scranton	scranton	KS	139		38.788	-95.748	4
66543	Vassar	vassar	KS	139		38.6419	-95.6012	4
67437	Downs	downs	KS	141		39.5028	-98.5441	4
67473	Osborne	osborne	KS	141		39.4194	-98.6961	4
67474	Portis	portis	KS	141		39.5455	-98.6904	4
67623	Alton	alton	KS	141		39.4514	-98.9539	4
67651	Natoma	natoma	KS	141		39.2013	-98.9829	4
67422	Bennington	bennington	KS	143		39.0224	-97.6031	4
67436	Delphos	delphos	KS	143		39.2731	-97.7717	4
67467	Minneapolis	minneapolis	KS	143		39.1295	-97.6688	4
67484	Tescott	tescott	KS	143		38.9916	-97.8319	4
67523	Burdett	burdett	KS	145		38.2104	-99.5275	4
67529	Garfield	garfield	KS	145		38.0649	-99.2374	4
67550	Larned	larned	KS	145		38.1946	-99.101	4
67574	Rozel	rozel	KS	145		38.2148	-99.4048	4
67621	Agra	agra	KS	147		39.8037	-99.1255	4
67639	Glade	glade	KS	147		39.6704	-99.2996	4
67644	Kirwin	kirwin	KS	147		39.6717	-99.1204	4
67646	Logan	logan	KS	147		39.6611	-99.5687	4
67647	Long Island	long-island	KS	147		39.9517	-99.5391	4
67661	Phillipsburg	phillipsburg	KS	147		39.7623	-99.3328	4
67664	Prairie View	prairie-view	KS	147		39.837	-99.5683	4
66407	Belvue	belvue	KS	149		39.2273	-96.1866	4
66422	Emmett	emmett	KS	149		39.3048	-96.0593	4
66426	Fostoria	fostoria	KS	149		39.4398	-96.5068	4
66432	Havensville	havensville	KS	149		39.4942	-96.0769	4
66520	Olsburg	olsburg	KS	149		39.4125	-96.6002	4
66521	Onaga	onaga	KS	149		39.4889	-96.17	4
66535	Saint George	saint-george	KS	149		39.2108	-96.4345	4
66536	Saint Marys	saint-marys	KS	149		39.1987	-96.0683	4
66547	Wamego	wamego	KS	149		39.21	-96.3153	4
66549	Westmoreland	westmoreland	KS	149		39.4138	-96.4374	4
67021	Byers	byers	KS	151		37.7847	-98.9017	4
67028	Coats	coats	KS	151		37.5125	-98.8504	4
67066	Iuka	iuka	KS	151		37.7397	-98.7361	4
67124	Pratt	pratt	KS	151		37.6502	-98.73	4
67134	Sawyer	sawyer	KS	151		37.5101	-98.6642	4
67730	Atwood	atwood	KS	153		39.7926	-101.0318	4
67739	Herndon	herndon	KS	153		39.9036	-100.8139	4
67744	Ludell	ludell	KS	153		39.863	-100.9604	4
67745	Mc Donald	mc-donald	KS	153		39.7923	-101.3227	1
67501	Hutchinson	hutchinson	KS	155		38.055	-97.9311	4
67502	Hutchinson	hutchinson	KS	155		38.1156	-97.8937	4
67504	Hutchinson	hutchinson	KS	155		37.9532	-98.0859	4
67505	South Hutchinson	south-hutchinson	KS	155		38.0282	-97.9431	4
67510	Abbyville	abbyville	KS	155		37.9626	-98.2071	4
67514	Arlington	arlington	KS	155		37.8598	-98.159	4
67522	Buhler	buhler	KS	155		38.1309	-97.7691	4
67543	Haven	haven	KS	155		37.8989	-97.7828	4
67561	Nickerson	nickerson	KS	155		38.1412	-98.0674	4
67566	Partridge	partridge	KS	155		37.9671	-98.0798	4
67568	Plevna	plevna	KS	155		37.9658	-98.2988	4
67570	Pretty Prairie	pretty-prairie	KS	155		37.7783	-97.9886	4
67581	Sylvia	sylvia	KS	155		37.9557	-98.4068	4
67583	Turon	turon	KS	155		37.8224	-98.3591	4
67585	Yoder	yoder	KS	155		37.9412	-97.8711	4
66930	Agenda	agenda	KS	157		39.7044	-97.4465	4
66935	Belleville	belleville	KS	157		39.8241	-97.629	4
66939	Courtland	courtland	KS	157		39.7851	-97.89	4
66940	Cuba	cuba	KS	157		39.7975	-97.4496	4
66959	Munden	munden	KS	157		39.9272	-97.5403	4
66960	Narka	narka	KS	157		39.9582	-97.4243	4
66961	Norway	norway	KS	157		39.8279	-97.6509	4
66964	Republic	republic	KS	157		39.9376	-97.8435	4
66966	Scandia	scandia	KS	157		39.7939	-97.7786	4
67427	Bushton	bushton	KS	159		38.5018	-98.4016	4
67444	Geneseo	geneseo	KS	159		38.5037	-98.1858	4
67457	Little River	little-river	KS	159		38.4079	-98.0113	4
67512	Alden	alden	KS	159		38.2343	-98.3112	4
67524	Chase	chase	KS	159		38.3635	-98.3556	4
67554	Lyons	lyons	KS	159		38.3349	-98.1831	4
67573	Raymond	raymond	KS	159		38.2877	-98.4119	4
67579	Sterling	sterling	KS	159		38.2126	-98.2055	4
66449	Leonardville	leonardville	KS	161		39.3644	-96.8589	4
66502	Manhattan	manhattan	KS	161		39.1938	-96.5858	4
66503	Manhattan	manhattan	KS	161		39.2458	-96.6336	4
66505	Manhattan	manhattan	KS	161		39.3049	-96.6753	4
66506	Manhattan	manhattan	KS	161		39.196	-96.5839	4
66517	Ogden	ogden	KS	161		39.1153	-96.7101	4
66531	Riley	riley	KS	161		39.3005	-96.8222	4
66554	Randolph	randolph	KS	161		39.4879	-96.7828	4
67632	Damar	damar	KS	163		39.3242	-99.5811	4
67657	Palco	palco	KS	163		39.2531	-99.5593	4
67663	Plainville	plainville	KS	163		39.2308	-99.3008	4
67669	Stockton	stockton	KS	163		39.4376	-99.2871	4
67675	Woodston	woodston	KS	163		39.4431	-99.1037	4
67513	Alexander	alexander	KS	165		38.457	-99.5378	4
67520	Bison	bison	KS	165		38.5193	-99.1986	4
67548	La Crosse	la-crosse	KS	165		38.5311	-99.3097	4
67553	Liebenthal	liebenthal	KS	165		38.6557	-99.3203	4
67556	Mc Cracken	mc-cracken	KS	165		38.5957	-99.554	1
67559	Nekoma	nekoma	KS	165		38.4372	-99.4234	4
67565	Otis	otis	KS	165		38.5353	-99.0534	4
67575	Rush Center	rush-center	KS	165		38.4533	-99.3079	4
67626	Bunker Hill	bunker-hill	KS	167		38.8758	-98.704	4
67634	Dorrance	dorrance	KS	167		38.8348	-98.5695	4
67640	Gorham	gorham	KS	167		38.8722	-99.0112	4
67648	Lucas	lucas	KS	167		39.0581	-98.5352	4
67649	Luray	luray	KS	167		39.1039	-98.6851	4
67658	Paradise	paradise	KS	167		39.0756	-98.9207	4
67665	Russell	russell	KS	167		38.8806	-98.8595	4
67673	Waldo	waldo	KS	167		39.0877	-98.7785	4
67401	Salina	salina	KS	169		38.8237	-97.6421	4
67402	Salina	salina	KS	169		38.8403	-97.6114	4
67416	Assaria	assaria	KS	169		38.6676	-97.6203	4
67425	Brookville	brookville	KS	169		38.7858	-97.863	4
67442	Falun	falun	KS	169		38.6648	-97.7554	4
67448	Gypsum	gypsum	KS	169		38.7047	-97.4338	4
67470	New Cambria	new-cambria	KS	169		38.896	-97.523	4
67871	Scott City	scott-city	KS	171		38.4823	-100.9064	4
67001	Andale	andale	KS	173		37.7797	-97.6366	4
67016	Bentley	bentley	KS	173		37.8866	-97.5166	4
67025	Cheney	cheney	KS	173		37.6353	-97.7686	4
67026	Clearwater	clearwater	KS	173		37.5076	-97.5082	4
67030	Colwich	colwich	KS	173		37.7782	-97.5405	4
67037	Derby	derby	KS	173		37.553	-97.2549	4
67050	Garden Plain	garden-plain	KS	173		37.6767	-97.66	4
67052	Goddard	goddard	KS	173		37.6597	-97.5753	4
67055	Greenwich	greenwich	KS	173		37.7833	-97.2054	4
67060	Haysville	haysville	KS	173		37.5647	-97.3553	4
67067	Kechi	kechi	KS	173		37.7934	-97.2737	4
67101	Maize	maize	KS	173		37.7747	-97.4689	4
67108	Mount Hope	mount-hope	KS	173		37.8684	-97.6591	4
67120	Peck	peck	KS	173		37.5054	-97.3408	4
67147	Valley Center	valley-center	KS	173		37.8616	-97.2621	4
67149	Viola	viola	KS	173		37.5696	-97.6306	4
67201	Wichita	wichita	KS	173		37.6922	-97.3375	4
67202	Wichita	wichita	KS	173		37.6899	-97.3355	4
67203	Wichita	wichita	KS	173		37.7048	-97.3638	4
67204	Wichita	wichita	KS	173		37.7488	-97.3566	4
67205	Wichita	wichita	KS	173		37.7639	-97.4269	4
67206	Wichita	wichita	KS	173		37.7038	-97.2253	4
67207	Wichita	wichita	KS	173		37.671	-97.2179	4
67208	Wichita	wichita	KS	173		37.7024	-97.2811	4
67209	Wichita	wichita	KS	173		37.6779	-97.4235	4
67210	Wichita	wichita	KS	173		37.6379	-97.2613	4
67211	Wichita	wichita	KS	173		37.6662	-97.3165	4
67212	Wichita	wichita	KS	173		37.7007	-97.4383	4
67213	Wichita	wichita	KS	173		37.668	-97.3591	4
67214	Wichita	wichita	KS	173		37.7051	-97.3133	4
67215	Wichita	wichita	KS	173		37.6333	-97.425	4
67216	Wichita	wichita	KS	173		37.6223	-97.3136	4
67217	Wichita	wichita	KS	173		37.6266	-97.3581	4
67218	Wichita	wichita	KS	173		37.669	-97.2802	4
67219	Wichita	wichita	KS	173		37.7719	-97.3175	4
67220	Wichita	wichita	KS	173		37.7667	-97.2805	4
67221	Mcconnell Afb	mcconnell-afb	KS	173		37.6066	-97.2979	4
67223	Wichita	wichita	KS	173		37.7367	-97.499	4
67226	Wichita	wichita	KS	173		37.7379	-97.2479	4
67227	Wichita	wichita	KS	173		37.6281	-97.4916	4
67228	Wichita	wichita	KS	173		37.7742	-97.1711	4
67230	Wichita	wichita	KS	173		37.6808	-97.1558	4
67232	Wichita	wichita	KS	173		37.6395	-97.1714	4
67235	Wichita	wichita	KS	173		37.7149	-97.499	4
67260	Wichita	wichita	KS	173		37.7194	-97.2936	4
67275	Wichita	wichita	KS	173		37.6936	-97.4804	4
67276	Wichita	wichita	KS	173		37.6936	-97.4804	4
67277	Wichita	wichita	KS	173		37.6936	-97.4804	4
67278	Wichita	wichita	KS	173		37.6922	-97.3375	4
67859	Kismet	kismet	KS	175		37.2042	-100.7014	4
67901	Liberal	liberal	KS	175		37.0438	-100.9286	4
67905	Liberal	liberal	KS	175		37.0216	-100.938	4
66402	Auburn	auburn	KS	177		38.9167	-95.8199	4
66409	Berryton	berryton	KS	177		38.9442	-95.5825	4
66420	Dover	dover	KS	177		38.9645	-95.9172	4
66533	Rossville	rossville	KS	177		39.1451	-95.9553	4
66539	Silver Lake	silver-lake	KS	177		39.1102	-95.8552	4
66542	Tecumseh	tecumseh	KS	177		39.0217	-95.5379	4
66546	Wakarusa	wakarusa	KS	177		38.9045	-95.7015	4
66601	Topeka	topeka	KS	177		39.0483	-95.678	4
66603	Topeka	topeka	KS	177		39.0553	-95.6802	4
66604	Topeka	topeka	KS	177		39.0405	-95.7178	4
66605	Topeka	topeka	KS	177		39.0151	-95.6439	4
66606	Topeka	topeka	KS	177		39.0583	-95.7095	4
66607	Topeka	topeka	KS	177		39.0421	-95.6449	4
66608	Topeka	topeka	KS	177		39.0858	-95.6867	4
66609	Topeka	topeka	KS	177		38.9919	-95.6681	4
66610	Topeka	topeka	KS	177		38.9822	-95.7461	4
66611	Topeka	topeka	KS	177		39.0142	-95.6981	4
66612	Topeka	topeka	KS	177		39.0427	-95.6818	4
66614	Topeka	topeka	KS	177		39.0154	-95.7469	4
66615	Topeka	topeka	KS	177		39.0446	-95.7906	4
66616	Topeka	topeka	KS	177		39.0645	-95.6413	4
66617	Topeka	topeka	KS	177		39.1271	-95.6384	4
66618	Topeka	topeka	KS	177		39.1329	-95.7023	4
66619	Topeka	topeka	KS	177		38.9536	-95.7236	4
66620	Topeka	topeka	KS	177		39.0429	-95.7697	4
66621	Topeka	topeka	KS	177		39.0333	-95.7015	4
66622	Topeka	topeka	KS	177		39.0429	-95.7697	4
66624	Topeka	topeka	KS	177		39.0429	-95.7697	4
66625	Topeka	topeka	KS	177		39.0483	-95.678	4
66626	Topeka	topeka	KS	177		39.0483	-95.678	4
66629	Topeka	topeka	KS	177		39.0483	-95.678	4
66630	Topeka	topeka	KS	177		39.0483	-95.678	4
66636	Topeka	topeka	KS	177		39.0483	-95.678	4
66647	Topeka	topeka	KS	177		39.0429	-95.7697	4
66667	Topeka	topeka	KS	177		39.0429	-95.7697	4
66675	Topeka	topeka	KS	177		39.0429	-95.7697	4
66683	Topeka	topeka	KS	177		39.0483	-95.678	4
66699	Topeka	topeka	KS	177		39.0483	-95.678	4
67740	Hoxie	hoxie	KS	179		39.3322	-100.4758	4
67757	Selden	selden	KS	179		39.5216	-100.5257	4
67733	Edson	edson	KS	181		39.3579	-101.521	4
67735	Goodland	goodland	KS	181		39.3491	-101.7164	4
67741	Kanorado	kanorado	KS	181		39.3438	-102.0015	4
66932	Athol	athol	KS	183		39.7719	-98.9077	4
66951	Kensington	kensington	KS	183		39.7692	-99.0308	4
66952	Lebanon	lebanon	KS	183		39.8077	-98.556	4
66967	Smith Center	smith-center	KS	183		39.8042	-98.7842	4
67628	Cedar	cedar	KS	183		39.6602	-98.9369	4
67638	Gaylord	gaylord	KS	183		39.6439	-98.8476	4
67545	Hudson	hudson	KS	185		38.1485	-98.6408	4
67557	Macksville	macksville	KS	185		37.9433	-98.9481	4
67576	St John	st-john	KS	185		38.0022	-98.7601	4
67578	Stafford	stafford	KS	185		37.9554	-98.5929	4
67855	Johnson	johnson	KS	187		37.5694	-101.7194	4
67862	Manter	manter	KS	187		37.5451	-101.9109	4
67951	Hugoton	hugoton	KS	189		37.1682	-101.3346	4
67952	Moscow	moscow	KS	189		37.3172	-101.2427	4
67004	Argonia	argonia	KS	191		37.284	-97.7557	4
67013	Belle Plaine	belle-plaine	KS	191		37.4052	-97.2852	4
67022	Caldwell	caldwell	KS	191		37.0452	-97.6247	4
67031	Conway Springs	conway-springs	KS	191		37.3903	-97.6284	4
67051	Geuda Springs	geuda-springs	KS	191		37.0809	-97.1795	4
67103	Mayfield	mayfield	KS	191		37.2518	-97.5416	4
67105	Milan	milan	KS	191		37.2578	-97.6521	4
67106	Milton	milton	KS	191		37.4401	-97.7592	4
67110	Mulvane	mulvane	KS	191		37.4764	-97.232	4
67119	Oxford	oxford	KS	191		37.2653	-97.1761	4
67140	South Haven	south-haven	KS	191		37.05	-97.4042	4
67152	Wellington	wellington	KS	191		37.2778	-97.391	4
67701	Colby	colby	KS	193		39.383	-101.0442	4
67732	Brewster	brewster	KS	193		39.3655	-101.373	4
67734	Gem	gem	KS	193		39.4296	-100.8948	4
67743	Levant	levant	KS	193		39.3841	-101.2096	4
67753	Rexford	rexford	KS	193		39.4267	-100.7461	4
67631	Collyer	collyer	KS	195		39.0038	-100.0862	4
67656	Ogallah	ogallah	KS	195		38.9914	-99.7323	4
67672	Wakeeney	wakeeney	KS	195		39.025	-99.8796	4
66401	Alma	alma	KS	197		39.0092	-96.2923	4
66423	Eskridge	eskridge	KS	197		38.8514	-96.1016	4
66431	Harveyville	harveyville	KS	197		38.79	-95.9617	4
66501	Mc Farland	mc-farland	KS	197		39.0535	-96.2379	1
66507	Maple Hill	maple-hill	KS	197		39.0447	-96.0397	4
66526	Paxico	paxico	KS	197		39.0803	-96.1818	4
66834	Alta Vista	alta-vista	KS	197		38.8636	-96.48	4
67758	Sharon Springs	sharon-springs	KS	199		38.8857	-101.7431	4
67761	Wallace	wallace	KS	199		38.8747	-101.5735	4
67762	Weskan	weskan	KS	199		38.8649	-101.9512	4
66933	Barnes	barnes	KS	201		39.6841	-96.8676	4
66937	Clifton	clifton	KS	201		39.6201	-97.2611	4
66943	Greenleaf	greenleaf	KS	201		39.7061	-96.9775	4
66944	Haddam	haddam	KS	201		39.852	-97.3081	4
66945	Hanover	hanover	KS	201		39.8927	-96.8689	4
66946	Hollenberg	hollenberg	KS	201		39.96	-96.9735	4
66953	Linn	linn	KS	201		39.6847	-97.0854	4
66955	Mahaska	mahaska	KS	201		39.9845	-97.3453	4
66958	Morrowville	morrowville	KS	201		39.8616	-97.1825	4
66962	Palmer	palmer	KS	201		39.6192	-97.1122	4
66968	Washington	washington	KS	201		39.8223	-97.0484	4
67861	Leoti	leoti	KS	203		38.4987	-101.3589	4
67863	Marienthal	marienthal	KS	203		38.4875	-101.2129	4
66710	Altoona	altoona	KS	205		37.5197	-95.6483	4
66714	Benedict	benedict	KS	205		37.6118	-95.7038	4
66717	Buffalo	buffalo	KS	205		37.7011	-95.7014	4
66736	Fredonia	fredonia	KS	205		37.5717	-95.7484	4
66757	Neodesha	neodesha	KS	205		37.4257	-95.6765	4
66759	New Albany	new-albany	KS	205		37.569	-95.9379	4
66758	Neosho Falls	neosho-falls	KS	207		37.9669	-95.5497	4
66761	Piqua	piqua	KS	207		37.9228	-95.5353	4
66777	Toronto	toronto	KS	207		37.7953	-95.9368	4
66783	Yates Center	yates-center	KS	207		37.8801	-95.7289	4
66012	Bonner Springs	bonner-springs	KS	209		39.0672	-94.9227	4
66101	Kansas City	kansas-city	KS	209		39.1157	-94.6271	4
66102	Kansas City	kansas-city	KS	209		39.1132	-94.6693	4
66103	Kansas City	kansas-city	KS	209		39.0668	-94.6282	4
66104	Kansas City	kansas-city	KS	209		39.1375	-94.6792	4
66105	Kansas City	kansas-city	KS	209		39.085	-94.6356	4
66106	Kansas City	kansas-city	KS	209		39.0694	-94.7178	4
66109	Kansas City	kansas-city	KS	209		39.1434	-94.7856	4
66110	Kansas City	kansas-city	KS	209		39.0966	-94.7495	4
66111	Kansas City	kansas-city	KS	209		39.0803	-94.7806	4
66112	Kansas City	kansas-city	KS	209		39.116	-94.764	4
66113	Edwardsville	edwardsville	KS	209		39.0735	-94.7233	4
66115	Kansas City	kansas-city	KS	209		39.1364	-94.616	4
66117	Kansas City	kansas-city	KS	209		39.1142	-94.6275	4
66118	Kansas City	kansas-city	KS	209		39.1011	-94.6144	4
66119	Kansas City	kansas-city	KS	209		39.0966	-94.7495	4
66160	Kansas City	kansas-city	KS	209		39.0966	-94.7495	4
42715	Breeding	breeding	KY	001		36.9553	-85.4036	4
42720	Cane Valley	cane-valley	KY	001		37.1803	-85.3197	4
42728	Columbia	columbia	KY	001		37.1161	-85.2656	4
42741	Glens Fork	glens-fork	KY	001		37.007	-85.2487	4
42742	Gradyville	gradyville	KY	001		37.0912	-85.465	4
42753	Knifley	knifley	KY	001		37.2313	-85.172	4
42120	Adolphus	adolphus	KY	003		36.6775	-86.2636	4
42153	Holland	holland	KY	003		36.6673	-86.0498	4
42164	Scottsville	scottsville	KY	003		36.7614	-86.1929	4
40342	Lawrenceburg	lawrenceburg	KY	005		38.0189	-84.9299	4
42022	Bandana	bandana	KY	007		37.1459	-88.9455	4
42024	Barlow	barlow	KY	007		37.0493	-89.0408	4
42056	La Center	la-center	KY	007		37.083	-88.973	4
42060	Lovelaceville	lovelaceville	KY	007		36.9687	-88.8309	4
42087	Wickliffe	wickliffe	KY	007		36.968	-89.0177	4
42123	Austin	austin	KY	009		36.8124	-85.985	4
42127	Cave City	cave-city	KY	009		37.117	-85.9443	4
42130	Eighty Eight	eighty-eight	KY	009		36.913	-85.7753	4
42131	Etoile	etoile	KY	009		36.8134	-85.9173	4
42141	Glasgow	glasgow	KY	009		36.9882	-85.9221	4
42142	Glasgow	glasgow	KY	009		36.9959	-85.9119	4
42152	Hiseville	hiseville	KY	009		37.0988	-85.8165	4
42156	Lucas	lucas	KY	009		36.8516	-86.0523	4
42160	Park City	park-city	KY	009		37.0939	-86.0464	4
40358	Olympia	olympia	KY	011		38.0849	-83.7008	4
40360	Owingsville	owingsville	KY	011		38.1532	-83.7564	4
40366	Preston	preston	KY	011		38.0867	-83.7571	4
40371	Salt Lick	salt-lick	KY	011		38.104	-83.6316	4
40374	Sharpsburg	sharpsburg	KY	011		38.2147	-83.8932	4
40813	Calvin	calvin	KY	013		36.7223	-83.6221	4
40845	Hulen	hulen	KY	013		36.7714	-83.5551	1
40856	Miracle	miracle	KY	013		36.7606	-83.5841	4
40902	Arjay	arjay	KY	013		36.8283	-83.6415	4
40913	Beverly	beverly	KY	013		36.9442	-83.556	4
40940	Frakes	frakes	KY	013		36.607	-83.9484	4
40955	Ingram	ingram	KY	013		36.7692	-83.7082	4
40958	Kettle Island	kettle-island	KY	013		36.8093	-83.5892	4
40965	Middlesboro	middlesboro	KY	013		36.6172	-83.7231	4
40977	Pineville	pineville	KY	013		36.7159	-83.7668	4
40988	Stoney Fork	stoney-fork	KY	013		36.8323	-83.5346	4
41005	Burlington	burlington	KY	015		39.015	-84.7736	4
41021	Hebron	hebron	KY	015		39.029	-84.6195	
41022	Florence	florence	KY	015		38.9624	-84.7478	4
41042	Florence	florence	KY	015		38.9941	-84.642	4
41048	Hebron	hebron	KY	015		39.0755	-84.7007	4
41080	Petersburg	petersburg	KY	015		39.0416	-84.8371	4
41091	Union	union	KY	015		38.9435	-84.7274	4
41092	Verona	verona	KY	015		38.839	-84.6907	4
41094	Walton	walton	KY	015		38.8875	-84.6328	4
40348	Millersburg	millersburg	KY	017		38.2963	-84.1513	4
40357	North Middletown	north-middletown	KY	017		38.1464	-84.1077	4
40361	Paris	paris	KY	017		38.2083	-84.245	4
40362	Paris	paris	KY	017		38.2098	-84.253	4
41101	Ashland	ashland	KY	019		38.4722	-82.6461	4
41102	Ashland	ashland	KY	019		38.4218	-82.7173	4
41105	Ashland	ashland	KY	019		38.3703	-82.6948	4
41114	Ashland	ashland	KY	019		38.3703	-82.6948	4
41129	Catlettsburg	catlettsburg	KY	019		38.3799	-82.6321	4
41168	Rush	rush	KY	019		38.3089	-82.7476	4
40422	Danville	danville	KY	021		37.6465	-84.7747	4
40423	Danville	danville	KY	021		37.6456	-84.7722	4
40440	Junction City	junction-city	KY	021		37.5822	-84.8028	4
40452	Mitchellsburg	mitchellsburg	KY	021		37.6033	-84.9492	4
40464	Parksville	parksville	KY	021		37.5778	-84.9281	4
40468	Perryville	perryville	KY	021		37.6375	-84.9665	4
41002	Augusta	augusta	KY	023		38.763	-83.9954	4
41004	Brooksville	brooksville	KY	023		38.6644	-84.0786	4
41043	Foster	foster	KY	023		38.7506	-84.1566	4
41044	Germantown	germantown	KY	023		38.6357	-83.99	4
41061	Milford	milford	KY	023		38.5817	-84.1566	4
41310	Bays	bays	KY	025		37.6405	-83.2441	4
41317	Clayhole	clayhole	KY	025		37.4476	-83.1892	4
41339	Jackson	jackson	KY	025		37.4868	-83.2913	4
41348	Lost Creek	lost-creek	KY	025		37.4418	-83.2976	4
41366	Rousseau	rousseau	KY	025		37.5946	-83.2187	4
41385	Vancleve	vancleve	KY	025		37.6477	-83.3806	4
41390	Whick	whick	KY	025		37.4102	-83.3747	4
40111	Cloverport	cloverport	KY	027		37.7731	-86.6282	4
40115	Custer	custer	KY	027		37.7358	-86.2378	4
40140	Garfield	garfield	KY	027		37.7828	-86.3575	4
40143	Hardinsburg	hardinsburg	KY	027		37.7512	-86.4537	4
40144	Harned	harned	KY	027		37.8023	-86.4148	4
40145	Hudson	hudson	KY	027		37.6506	-86.3012	4
40146	Irvington	irvington	KY	027		37.8762	-86.2965	4
40152	Mc Daniels	mc-daniels	KY	027		37.6194	-86.4491	1
40153	Mc Quady	mc-quady	KY	027		37.8023	-86.4148	1
40170	Stephensport	stephensport	KY	027		37.9048	-86.524	4
40171	Union Star	union-star	KY	027		37.9616	-86.4615	4
40176	Webster	webster	KY	027		37.9237	-86.3441	4
40178	Westview	westview	KY	027		37.6792	-86.4273	4
40047	Mount Washington	mount-washington	KY	029		38.0452	-85.5586	4
40109	Brooks	brooks	KY	029		38.0546	-85.7713	4
40110	Clermont	clermont	KY	029		37.9346	-85.6555	4
40129	Hillview	hillview	KY	029		38.0764	-85.6774	4
40150	Lebanon Junction	lebanon-junction	KY	029		37.8511	-85.7246	4
40165	Shepherdsville	shepherdsville	KY	029		38.0045	-85.6888	4
40166	Shepherdsville	shepherdsville	KY	029		37.9885	-85.7159	
42201	Aberdeen	aberdeen	KY	031		37.2539	-86.6817	4
42219	Dunbar	dunbar	KY	031		37.1709	-86.7678	4
42252	Jetson	jetson	KY	031		37.2483	-86.5093	4
42261	Morgantown	morgantown	KY	031		37.2002	-86.6859	4
42273	Rochester	rochester	KY	031		37.2048	-86.8592	4
42288	Woodbury	woodbury	KY	031		37.1834	-86.6339	4
42411	Fredonia	fredonia	KY	033		37.213	-88.0112	4
42445	Princeton	princeton	KY	033		37.1151	-87.8632	4
42020	Almo	almo	KY	035		36.6923	-88.2929	4
42036	Dexter	dexter	KY	035		36.7155	-88.236	4
42049	Hazel	hazel	KY	035		36.5422	-88.3319	4
42054	Kirksey	kirksey	KY	035		36.6731	-88.4238	4
42071	Murray	murray	KY	035		36.6099	-88.3032	4
42076	New Concord	new-concord	KY	035		36.55	-88.0955	4
41001	Alexandria	alexandria	KY	037		38.9406	-84.3943	4
41007	California	california	KY	037		38.9056	-84.3171	4
41059	Melbourne	melbourne	KY	037		39.0067	-84.3538	4
41071	Newport	newport	KY	037		39.0563	-84.4787	4
41072	Newport	newport	KY	037		38.9638	-84.3689	4
41073	Bellevue	bellevue	KY	037		39.1024	-84.4787	4
41074	Dayton	dayton	KY	037		39.1114	-84.4712	4
41075	Fort Thomas	fort-thomas	KY	037		39.0786	-84.4523	4
41076	Newport	newport	KY	037		39.0262	-84.4408	4
41085	Silver Grove	silver-grove	KY	037		39.0343	-84.3908	4
41099	Newport	newport	KY	037		38.9638	-84.3689	4
42021	Arlington	arlington	KY	039		36.7903	-89.0128	4
42023	Bardwell	bardwell	KY	039		36.8634	-89.0209	4
42035	Cunningham	cunningham	KY	039		36.8963	-88.8728	4
42070	Milburn	milburn	KY	039		36.7987	-88.8998	4
41008	Carrollton	carrollton	KY	041		38.6696	-85.173	4
41045	Ghent	ghent	KY	041		38.7188	-85.0557	4
41083	Sanders	sanders	KY	041		38.661	-84.9732	4
41098	Worthville	worthville	KY	041		38.6179	-85.0663	4
41128	Carter	carter	KY	043		38.4339	-83.1336	4
41132	Denton	denton	KY	043		38.2597	-82.8562	4
41142	Grahn	grahn	KY	043		38.2897	-83.0811	4
41143	Grayson	grayson	KY	043		38.3326	-82.9485	4
41146	Hitchins	hitchins	KY	043		38.2766	-82.8982	4
41164	Olive Hill	olive-hill	KY	043		38.3001	-83.1741	4
41173	Soldier	soldier	KY	043		38.262	-83.2847	4
41181	Willard	willard	KY	043		38.2045	-82.9076	4
42516	Bethelridge	bethelridge	KY	045		37.2337	-84.7583	4
42528	Dunnville	dunnville	KY	045		37.1906	-84.9835	4
42539	Liberty	liberty	KY	045		37.3146	-84.9719	4
42541	Middleburg	middleburg	KY	045		37.3591	-84.8321	4
42565	Windsor	windsor	KY	045		37.1568	-84.8799	4
42566	Yosemite	yosemite	KY	045		37.3074	-84.8124	4
42217	Crofton	crofton	KY	047		37.0344	-87.4891	4
42221	Fairview	fairview	KY	047		36.8434	-87.3039	4
42223	Fort Campbell	fort-campbell	KY	047		36.6543	-87.4606	4
42232	Gracey	gracey	KY	047		36.8564	-87.6545	4
42236	Herndon	herndon	KY	047		36.7085	-87.6082	4
42240	Hopkinsville	hopkinsville	KY	047		36.8621	-87.4851	4
42241	Hopkinsville	hopkinsville	KY	047		36.8656	-87.4912	4
42254	La Fayette	la-fayette	KY	047		36.6582	-87.6563	4
42262	Oak Grove	oak-grove	KY	047		36.6652	-87.4255	4
42266	Pembroke	pembroke	KY	047		36.7759	-87.3556	4
40391	Winchester	winchester	KY	049		37.9872	-84.1789	4
40392	Winchester	winchester	KY	049		37.9901	-84.1797	4
40914	Big Creek	big-creek	KY	051		37.1623	-83.5688	4
40932	Fall Rock	fall-rock	KY	051		37.2198	-83.7883	4
40941	Garrard	garrard	KY	051		37.1237	-83.7463	4
40944	Goose Rock	goose-rock	KY	051		37.0904	-83.6944	4
40951	Hima	hima	KY	051		37.1206	-83.7783	4
40962	Manchester	manchester	KY	051		37.1511	-83.7793	4
40972	Oneida	oneida	KY	051		37.2695	-83.6491	4
40983	Sextons Creek	sextons-creek	KY	051		37.333	-83.7666	4
42602	Albany	albany	KY	053		36.6857	-85.1407	4
42603	Alpha	alpha	KY	053		36.7824	-85.0275	4
42033	Crayne	crayne	KY	055		37.2706	-88.0825	4
42037	Dycusburg	dycusburg	KY	055		37.1595	-88.1845	4
42064	Marion	marion	KY	055		37.3254	-88.1005	4
42717	Burkesville	burkesville	KY	057		36.8068	-85.397	4
42759	Marrowbone	marrowbone	KY	057		36.8306	-85.5015	4
42301	Owensboro	owensboro	KY	059		37.7513	-87.1554	4
42302	Owensboro	owensboro	KY	059		37.7455	-87.1128	4
42303	Owensboro	owensboro	KY	059		37.7559	-87.0803	4
42304	Owensboro	owensboro	KY	059		37.7455	-87.1128	4
42334	Curdsville	curdsville	KY	059		37.735	-87.3317	4
42355	Maceo	maceo	KY	059		37.8436	-86.9999	4
42356	Maple Mount	maple-mount	KY	059		37.6932	-87.3238	1
42366	Philpot	philpot	KY	059		37.7183	-86.9372	4
42376	Utica	utica	KY	059		37.6206	-87.0591	4
42377	West Louisville	west-louisville	KY	059		37.6967	-87.2869	4
42378	Whitesville	whitesville	KY	059		37.6834	-86.8699	4
42163	Rocky Hill	rocky-hill	KY	061		37.0689	-86.1364	4
42207	Bee Spring	bee-spring	KY	061		37.2975	-86.2794	4
42210	Brownsville	brownsville	KY	061		37.2229	-86.2923	4
42259	Mammoth Cave	mammoth-cave	KY	061		37.2802	-86.1688	4
42275	Roundhill	roundhill	KY	061		37.256	-86.407	4
42285	Sweeden	sweeden	KY	061		37.2641	-86.2978	4
41149	Isonville	isonville	KY	063		38.0462	-83.0506	4
41171	Sandy Hook	sandy-hook	KY	063		38.1316	-83.0797	4
40336	Irvine	irvine	KY	065		37.6858	-83.9862	4
40472	Ravenna	ravenna	KY	065		37.6867	-83.9387	4
40502	Lexington	lexington	KY	067		38.0174	-84.4854	4
40503	Lexington	lexington	KY	067		38.001	-84.5282	4
40504	Lexington	lexington	KY	067		38.0406	-84.5433	4
40505	Lexington	lexington	KY	067		38.0612	-84.4583	4
40506	Lexington	lexington	KY	067		38.0287	-84.5075	4
40507	Lexington	lexington	KY	067		38.0464	-84.4953	4
40508	Lexington	lexington	KY	067		38.0513	-84.499	4
40509	Lexington	lexington	KY	067		38.0102	-84.4274	4
40510	Lexington	lexington	KY	067		38.0702	-84.591	4
40511	Lexington	lexington	KY	067		38.0932	-84.5007	4
40512	Lexington	lexington	KY	067		38.0283	-84.4715	4
40513	Lexington	lexington	KY	067		38.0139	-84.5815	4
40514	Lexington	lexington	KY	067		37.9833	-84.5767	4
40515	Lexington	lexington	KY	067		37.9651	-84.4708	4
40516	Lexington	lexington	KY	067		38.0544	-84.3548	4
40517	Lexington	lexington	KY	067		37.9849	-84.4816	4
40522	Lexington	lexington	KY	067		38.0283	-84.4715	4
40523	Lexington	lexington	KY	067		38.0283	-84.4715	4
40524	Lexington	lexington	KY	067		38.0283	-84.4715	4
40526	Lexington	lexington	KY	067		38.0283	-84.4715	4
40533	Lexington	lexington	KY	067		38.0283	-84.4715	4
40536	Lexington	lexington	KY	067		38.0321	-84.5084	4
40544	Lexington	lexington	KY	067		38.0283	-84.4715	4
40546	Lexington	lexington	KY	067		38.0283	-84.4715	4
40550	Lexington	lexington	KY	067		38.0283	-84.4715	4
40555	Lexington	lexington	KY	067		38.0283	-84.4715	4
40574	Lexington	lexington	KY	067		38.0283	-84.4715	4
40575	Lexington	lexington	KY	067		38.0283	-84.4715	4
40576	Lexington	lexington	KY	067		38.0283	-84.4715	4
40577	Lexington	lexington	KY	067		38.0283	-84.4715	4
40578	Lexington	lexington	KY	067		38.0283	-84.4715	4
40579	Lexington	lexington	KY	067		38.0283	-84.4715	4
40580	Lexington	lexington	KY	067		38.0283	-84.4715	4
40581	Lexington	lexington	KY	067		38.0283	-84.4715	4
40582	Lexington	lexington	KY	067		38.0283	-84.4715	4
40583	Lexington	lexington	KY	067		38.0283	-84.4715	4
40588	Lexington	lexington	KY	067		38.0283	-84.4715	4
40591	Lexington	lexington	KY	067		38.0283	-84.4715	4
40598	Lexington	lexington	KY	067		38.0771	-84.5296	4
41037	Elizaville	elizaville	KY	069		38.4195	-83.8255	4
41039	Ewing	ewing	KY	069		38.4157	-83.8733	4
41041	Flemingsburg	flemingsburg	KY	069		38.428	-83.708	4
41049	Hillsboro	hillsboro	KY	069		38.2929	-83.6697	4
41065	Muses Mills	muses-mills	KY	069		38.3501	-83.5271	4
41081	Plummers Landing	plummers-landing	KY	069		38.3481	-83.7186	4
41093	Wallingford	wallingford	KY	069		38.3374	-83.5625	4
41601	Allen	allen	KY	071		37.6074	-82.7225	1
41602	Auxier	auxier	KY	071		37.737	-82.7582	4
41603	Banner	banner	KY	071		37.5707	-82.6806	4
41604	Beaver	beaver	KY	071		37.3774	-82.6869	4
41605	Betsy Layne	betsy-layne	KY	071		37.5555	-82.6267	4
41606	Bevinsville	bevinsville	KY	071		37.3465	-82.7403	1
41607	Blue River	blue-river	KY	071		37.6253	-82.8418	4
41612	Bypro	bypro	KY	071		37.3465	-82.7165	1
41615	Dana	dana	KY	071		37.5467	-82.6705	4
41616	David	david	KY	071		37.5767	-82.8708	4
41619	Drift	drift	KY	071		37.4933	-82.7575	4
41621	Dwale	dwale	KY	071		37.6246	-82.7227	4
41622	Eastern	eastern	KY	071		37.517	-82.806	4
41630	Garrett	garrett	KY	071		37.4798	-82.8316	4
41631	Grethel	grethel	KY	071		37.4576	-82.6645	4
41635	Harold	harold	KY	071		37.5368	-82.6332	4
41636	Hi Hat	hi-hat	KY	071		37.3994	-82.7292	4
41640	Hueysville	hueysville	KY	071		37.5087	-82.8518	4
41642	Ivel	ivel	KY	071		37.5956	-82.6463	4
41643	Lackey	lackey	KY	071		37.471	-82.8294	4
41645	Langley	langley	KY	071		37.5381	-82.7976	4
41647	Mc Dowell	mc-dowell	KY	071		37.4355	-82.7203	1
41649	Martin	martin	KY	071		37.5708	-82.7819	4
41650	Melvin	melvin	KY	071		37.3536	-82.6763	4
41651	Minnie	minnie	KY	071		37.4548	-82.7646	4
41653	Prestonsburg	prestonsburg	KY	071		37.661	-82.7636	4
41655	Printer	printer	KY	071		37.5055	-82.706	4
41659	Stanville	stanville	KY	071		37.5741	-82.6271	4
41660	Teaberry	teaberry	KY	071		37.422	-82.6405	4
41663	Tram	tram	KY	071		37.5725	-82.6452	4
41666	Wayland	wayland	KY	071		37.4367	-82.801	4
41667	Weeksbury	weeksbury	KY	071		37.317	-82.7041	4
41669	Wheelwright	wheelwright	KY	071		37.3314	-82.7156	4
40601	Frankfort	frankfort	KY	073		38.2281	-84.8697	4
40602	Frankfort	frankfort	KY	073		38.2341	-84.8748	4
40603	Frankfort	frankfort	KY	073		38.2341	-84.8748	4
40604	Frankfort	frankfort	KY	073		38.2341	-84.8748	4
40618	Frankfort	frankfort	KY	073		38.2341	-84.8748	4
40619	Frankfort	frankfort	KY	073		38.2341	-84.8748	4
40620	Frankfort	frankfort	KY	073		38.2341	-84.8748	4
40621	Frankfort	frankfort	KY	073		38.2009	-84.8733	4
40622	Frankfort	frankfort	KY	073		38.2009	-84.8733	4
42041	Fulton	fulton	KY	075		36.5475	-88.8749	4
42050	Hickman	hickman	KY	075		36.5593	-89.1947	4
41046	Glencoe	glencoe	KY	077		38.7229	-84.8116	4
41086	Sparta	sparta	KY	077		38.7256	-84.8813	4
41095	Warsaw	warsaw	KY	077		38.7807	-84.8496	4
40410	Bryantsville	bryantsville	KY	079		37.7145	-84.6491	4
40444	Lancaster	lancaster	KY	079		37.6584	-84.5969	4
40461	Paint Lick	paint-lick	KY	079		37.6092	-84.4269	4
41010	Corinth	corinth	KY	081		38.5302	-84.5846	4
41030	Crittenden	crittenden	KY	081		38.7741	-84.5982	4
41035	Dry Ridge	dry-ridge	KY	081		38.7049	-84.6237	4
41052	Jonesville	jonesville	KY	081		38.6398	-84.7755	4
41054	Mason	mason	KY	081		38.5932	-84.5786	4
41097	Williamstown	williamstown	KY	081		38.6292	-84.5744	4
42027	Boaz	boaz	KY	083		36.93	-88.6223	4
42039	Fancy Farm	fancy-farm	KY	083		36.7767	-88.7918	4
42040	Farmington	farmington	KY	083		36.6	-88.5186	4
42051	Hickory	hickory	KY	083		36.8478	-88.6788	4
42061	Lowes	lowes	KY	083		36.8862	-88.7728	4
42063	Lynnville	lynnville	KY	083		36.5603	-88.5692	4
42066	Mayfield	mayfield	KY	083		36.7327	-88.6506	4
42069	Melber	melber	KY	083		36.9197	-88.752	4
42079	Sedalia	sedalia	KY	083		36.5748	-88.5815	4
42082	Symsonia	symsonia	KY	083		36.9044	-88.5153	4
42085	Water Valley	water-valley	KY	083		36.5694	-88.8084	4
42088	Wingo	wingo	KY	083		36.6253	-88.7394	4
40119	Falls Of Rough	falls-of-rough	KY	085		37.5522	-86.4836	4
42712	Big Clifty	big-clifty	KY	085		37.5278	-86.1395	4
42721	Caneyville	caneyville	KY	085		37.4222	-86.4702	4
42726	Clarkson	clarkson	KY	085		37.4336	-86.2083	4
42754	Leitchfield	leitchfield	KY	085		37.4603	-86.3249	4
42755	Leitchfield	leitchfield	KY	085		37.4801	-86.2939	4
42762	Millwood	millwood	KY	085		37.4446	-86.4008	4
42743	Greensburg	greensburg	KY	087		37.243	-85.5236	4
42782	Summersville	summersville	KY	087		37.3419	-85.6194	4
41121	Argillite	argillite	KY	089		38.4322	-82.8094	4
41139	Flatwoods	flatwoods	KY	089		38.5188	-82.7212	4
41144	Greenup	greenup	KY	089		38.5368	-82.9191	4
41169	Russell	russell	KY	089		38.5173	-82.6977	4
41174	South Portsmouth	south-portsmouth	KY	089		38.7087	-83.0162	4
41175	South Shore	south-shore	KY	089		38.7148	-82.9366	4
41183	Worthington	worthington	KY	089		38.5511	-82.7396	4
42348	Hawesville	hawesville	KY	091		37.8503	-86.7638	4
42351	Lewisport	lewisport	KY	091		37.909	-86.8957	4
42364	Pellville	pellville	KY	091		37.7523	-86.8136	4
42368	Reynolds Station	reynolds-station	KY	091		37.7403	-86.7414	1
40121	Fort Knox	fort-knox	KY	093		37.8928	-85.9489	4
40122	Fort Knox	fort-knox	KY	093		37.8911	-85.9636	4
40159	Radcliff	radcliff	KY	093		37.7235	-85.9769	4
40160	Radcliff	radcliff	KY	093		37.8267	-85.9404	4
40162	Rineyville	rineyville	KY	093		37.7525	-85.9954	4
40175	Vine Grove	vine-grove	KY	093		37.8589	-86.0069	4
40177	West Point	west-point	KY	093		37.9954	-85.9545	4
42701	Elizabethtown	elizabethtown	KY	093		37.6848	-85.8784	4
42702	Elizabethtown	elizabethtown	KY	093		37.694	-85.8591	4
42724	Cecilia	cecilia	KY	093		37.669	-86.0545	4
42732	Eastview	eastview	KY	093		37.6061	-86.0906	4
42740	Glendale	glendale	KY	093		37.6034	-85.8921	4
42776	Sonora	sonora	KY	093		37.5221	-85.923	4
42784	Upton	upton	KY	093		37.4568	-85.9086	4
42788	White Mills	white-mills	KY	093		37.5438	-86.0395	4
40801	Ages Brookside	ages-brookside	KY	095		36.8654	-83.2879	1
40806	Baxter	baxter	KY	095		36.8749	-83.3141	4
40807	Benham	benham	KY	095		36.9648	-82.9485	4
40808	Big Laurel	big-laurel	KY	095		36.9798	-83.2171	4
40810	Bledsoe	bledsoe	KY	095		36.934	-83.3242	4
40815	Cawood	cawood	KY	095		36.7812	-83.2914	4
40818	Coalgood	coalgood	KY	095		36.8202	-83.2445	1
40819	Coldiron	coldiron	KY	095		36.8201	-83.4707	4
40820	Cranks	cranks	KY	095		36.7558	-83.1838	4
40823	Cumberland	cumberland	KY	095		36.9711	-82.9771	4
40824	Dayhoit	dayhoit	KY	095		36.8356	-83.3753	1
40828	Evarts	evarts	KY	095		36.8398	-83.2233	4
40829	Grays Knob	grays-knob	KY	095		36.7974	-83.2645	1
40830	Gulston	gulston	KY	095		36.7656	-83.3262	1
40831	Harlan	harlan	KY	095		36.7596	-83.3499	4
40843	Holmes Mill	holmes-mill	KY	095		36.8757	-82.9943	4
40847	Kenvir	kenvir	KY	095		36.8537	-83.1571	4
40849	Lejunior	lejunior	KY	095		36.8899	-83.1433	1
40854	Loyall	loyall	KY	095		36.8481	-83.353	4
40855	Lynch	lynch	KY	095		36.9603	-82.9198	4
40863	Pathfork	pathfork	KY	095		36.7521	-83.4629	4
40865	Putney	putney	KY	095		36.9039	-83.2381	4
40870	Totz	totz	KY	095		36.9448	-83.1177	4
40873	Wallins Creek	wallins-creek	KY	095		36.8165	-83.419	4
40927	Closplint	closplint	KY	095		36.8713	-83.0414	4
40964	Mary Alice	mary-alice	KY	095		36.7843	-83.3299	4
41003	Berry	berry	KY	097		38.516	-84.3611	4
41031	Cynthiana	cynthiana	KY	097		38.3964	-84.2949	4
42713	Bonnieville	bonnieville	KY	099		37.3741	-85.896	4
42722	Canmer	canmer	KY	099		37.2696	-85.7203	4
42729	Cub Run	cub-run	KY	099		37.3149	-86.0813	4
42746	Hardyville	hardyville	KY	099		37.2249	-85.7542	4
42749	Horse Cave	horse-cave	KY	099		37.1849	-85.8785	4
42765	Munfordville	munfordville	KY	099		37.2898	-85.9201	4
42402	Baskett	baskett	KY	101		37.8709	-87.4625	4
42406	Corydon	corydon	KY	101		37.7443	-87.7	4
42419	Henderson	henderson	KY	101		37.8072	-87.5991	4
42420	Henderson	henderson	KY	101		37.8274	-87.5632	4
42451	Reed	reed	KY	101		37.8588	-87.3704	4
42452	Robards	robards	KY	101		37.6758	-87.5266	4
42457	Smith Mills	smith-mills	KY	101		37.8323	-87.7889	4
42458	Spottsville	spottsville	KY	101		37.8399	-87.4247	4
40007	Bethlehem	bethlehem	KY	103		38.4529	-85.0169	4
40011	Campbellsburg	campbellsburg	KY	103		38.5231	-85.1611	4
40019	Eminence	eminence	KY	103		38.3696	-85.1782	4
40036	Lockport	lockport	KY	103		38.4219	-84.9586	4
40050	New Castle	new-castle	KY	103		38.4374	-85.1756	4
40055	Pendleton	pendleton	KY	103		38.4809	-85.317	4
40057	Pleasureville	pleasureville	KY	103		38.3598	-85.1072	4
40058	Port Royal	port-royal	KY	103		38.4941	-85.1242	4
40068	Smithfield	smithfield	KY	103		38.3933	-85.2656	4
40070	Sulphur	sulphur	KY	103		38.4921	-85.252	4
40075	Turners Station	turners-station	KY	103		38.5521	-85.1019	4
42031	Clinton	clinton	KY	105		36.6675	-88.9676	4
42032	Columbus	columbus	KY	105		36.7598	-89.1034	4
42408	Dawson Springs	dawson-springs	KY	107		37.1964	-87.6821	4
42410	Earlington	earlington	KY	107		37.2742	-87.5119	4
42413	Hanson	hanson	KY	107		37.4382	-87.4751	4
42431	Madisonville	madisonville	KY	107		37.3256	-87.4953	4
42436	Manitou	manitou	KY	107		37.4067	-87.5639	4
42440	Mortons Gap	mortons-gap	KY	107		37.249	-87.4615	4
42441	Nebo	nebo	KY	107		37.3683	-87.6865	4
42442	Nortonville	nortonville	KY	107		37.1834	-87.4605	4
42453	Saint Charles	saint-charles	KY	107		37.1604	-87.5697	4
42464	White Plains	white-plains	KY	107		37.1788	-87.3644	4
40402	Annville	annville	KY	109		37.3052	-83.9711	4
40434	Gray Hawk	gray-hawk	KY	109		37.3951	-83.9402	4
40447	Mc Kee	mc-kee	KY	109		37.4338	-84.0251	1
40481	Sandgap	sandgap	KY	109		37.4862	-84.0905	4
40486	Tyner	tyner	KY	109		37.3693	-83.8619	4
40488	Waneta	waneta	KY	109		37.4748	-84.0427	4
40018	Eastwood	eastwood	KY	111		38.2331	-85.4558	4
40023	Fisherville	fisherville	KY	111		38.1652	-85.4282	4
40025	Glenview	glenview	KY	111		38.2997	-85.6487	4
40027	Harrods Creek	harrods-creek	KY	111		38.3297	-85.633	4
40041	Masonic Home	masonic-home	KY	111		38.2536	-85.6622	1
40059	Prospect	prospect	KY	111		38.356	-85.6083	4
40118	Fairdale	fairdale	KY	111		38.1087	-85.7549	4
40201	Louisville	louisville	KY	111		38.189	-85.6768	4
40202	Louisville	louisville	KY	111		38.2507	-85.7476	4
40203	Louisville	louisville	KY	111		38.2493	-85.7694	4
40204	Louisville	louisville	KY	111		38.2369	-85.7249	4
40205	Louisville	louisville	KY	111		38.2222	-85.6885	4
40206	Louisville	louisville	KY	111		38.2503	-85.7034	4
40207	Louisville	louisville	KY	111		38.2628	-85.6663	4
40208	Louisville	louisville	KY	111		38.22	-85.7648	4
40209	Louisville	louisville	KY	111		38.1901	-85.7519	4
40210	Louisville	louisville	KY	111		38.2306	-85.7905	4
40211	Louisville	louisville	KY	111		38.242	-85.8127	4
40212	Louisville	louisville	KY	111		38.2651	-85.8045	4
40213	Louisville	louisville	KY	111		38.1839	-85.7106	4
40214	Louisville	louisville	KY	111		38.1593	-85.778	4
40215	Louisville	louisville	KY	111		38.1913	-85.7847	4
40216	Louisville	louisville	KY	111		38.1865	-85.8335	4
40217	Louisville	louisville	KY	111		38.2174	-85.7404	4
40218	Louisville	louisville	KY	111		38.189	-85.654	4
40219	Louisville	louisville	KY	111		38.1381	-85.6953	4
40220	Louisville	louisville	KY	111		38.2149	-85.6245	4
40221	Louisville	louisville	KY	111		38.189	-85.6768	4
40222	Louisville	louisville	KY	111		38.2674	-85.6237	4
40223	Louisville	louisville	KY	111		38.2651	-85.5582	4
40224	Louisville	louisville	KY	111		38.189	-85.6768	4
40225	Louisville	louisville	KY	111		38.189	-85.6768	4
40228	Louisville	louisville	KY	111		38.1442	-85.6265	4
40229	Louisville	louisville	KY	111		38.0891	-85.6548	4
40231	Louisville	louisville	KY	111		38.189	-85.6768	4
40232	Louisville	louisville	KY	111		38.189	-85.6768	4
40233	Louisville	louisville	KY	111		38.189	-85.6768	4
40241	Louisville	louisville	KY	111		38.3045	-85.5815	4
40242	Louisville	louisville	KY	111		38.2785	-85.594	4
40243	Louisville	louisville	KY	111		38.2422	-85.5353	4
40245	Louisville	louisville	KY	111		38.2683	-85.4845	4
40250	Louisville	louisville	KY	111		38.189	-85.6768	4
40251	Louisville	louisville	KY	111		38.189	-85.6768	4
40252	Louisville	louisville	KY	111		38.189	-85.6768	4
40253	Louisville	louisville	KY	111		38.189	-85.6768	4
40255	Louisville	louisville	KY	111		38.189	-85.6768	4
40256	Louisville	louisville	KY	111		38.189	-85.6768	4
40257	Louisville	louisville	KY	111		38.189	-85.6768	4
40258	Louisville	louisville	KY	111		38.1457	-85.8641	4
40259	Louisville	louisville	KY	111		38.2542	-85.7594	4
40261	Louisville	louisville	KY	111		38.189	-85.6768	4
40266	Louisville	louisville	KY	111		38.189	-85.6768	4
40268	Louisville	louisville	KY	111		38.189	-85.6768	4
40269	Louisville	louisville	KY	111		38.189	-85.6768	4
40270	Louisville	louisville	KY	111		38.2542	-85.7594	4
40272	Louisville	louisville	KY	111		38.0846	-85.851	4
40280	Louisville	louisville	KY	111		38.2467	-85.6853	4
40281	Louisville	louisville	KY	111		38.189	-85.6768	4
40282	Louisville	louisville	KY	111		38.189	-85.6768	4
40283	Louisville	louisville	KY	111		38.189	-85.6768	4
40285	Louisville	louisville	KY	111		38.189	-85.6768	4
40287	Louisville	louisville	KY	111		38.189	-85.6768	4
40289	Louisville	louisville	KY	111		38.2542	-85.7594	4
40290	Louisville	louisville	KY	111		38.189	-85.6768	4
40291	Louisville	louisville	KY	111		38.1313	-85.5754	4
40292	Louisville	louisville	KY	111		38.189	-85.6768	4
40293	Louisville	louisville	KY	111		38.2542	-85.7594	4
40294	Louisville	louisville	KY	111		38.2542	-85.7594	4
40295	Louisville	louisville	KY	111		38.2542	-85.7594	4
40296	Louisville	louisville	KY	111		38.2542	-85.7594	4
40297	Louisville	louisville	KY	111		38.2542	-85.7594	4
40298	Louisville	louisville	KY	111		38.2542	-85.7594	4
40299	Louisville	louisville	KY	111		38.1768	-85.5218	4
40339	Keene	keene	KY	113		37.9434	-84.6419	4
40340	Nicholasville	nicholasville	KY	113		37.8662	-84.5795	4
40356	Nicholasville	nicholasville	KY	113		37.8808	-84.5646	4
40390	Wilmore	wilmore	KY	113		37.8602	-84.6714	4
41204	Boons Camp	boons-camp	KY	115		37.8216	-82.6704	1
41216	East Point	east-point	KY	115		37.7579	-82.8182	4
41219	Flatgap	flatgap	KY	115		37.9231	-82.9221	4
41222	Hagerhill	hagerhill	KY	115		37.7805	-82.8416	4
41226	Keaton	keaton	KY	115		37.9856	-82.9602	4
41234	Meally	meally	KY	115		37.8078	-82.7415	4
41238	Oil Springs	oil-springs	KY	115		37.8101	-82.9424	4
41240	Paintsville	paintsville	KY	115		37.8242	-82.7945	4
41254	River	river	KY	115		37.8795	-82.7251	1
41255	Sitka	sitka	KY	115		37.8922	-82.8446	4
41256	Staffordsville	staffordsville	KY	115		37.8253	-82.8823	4
41257	Stambaugh	stambaugh	KY	115		37.9166	-82.8034	1
41260	Thelma	thelma	KY	115		37.822	-82.7526	4
41263	Tutor Key	tutor-key	KY	115		37.8507	-82.7602	4
41265	Van Lear	van-lear	KY	115		37.7481	-82.7054	4
41268	West Van Lear	west-van-lear	KY	115		37.7862	-82.7807	4
41271	Williamsport	williamsport	KY	115		37.8313	-82.7264	4
41274	Wittensville	wittensville	KY	115		37.8703	-82.81	4
41011	Covington	covington	KY	117		39.0708	-84.5212	4
41012	Covington	covington	KY	117		38.9447	-84.5205	4
41014	Covington	covington	KY	117		39.0642	-84.5118	4
41015	Latonia	latonia	KY	117		39.0217	-84.4989	4
41016	Covington	covington	KY	117		39.0873	-84.549	4
41017	Ft Mitchell	ft-mitchell	KY	117		39.03	-84.559	1
41018	Erlanger	erlanger	KY	117		39.0082	-84.5977	4
41019	Covington	covington	KY	117		38.9447	-84.5205	4
41025	Erlanger	erlanger	KY	117		39.0603	-84.6309	
41051	Independence	independence	KY	117		38.9354	-84.5479	4
41053	Kenton	kenton	KY	117		38.8684	-84.4561	4
41063	Morning View	morning-view	KY	117		38.8394	-84.5069	4
41725	Carrie	carrie	KY	119		37.3318	-83.0327	4
41740	Emmalena	emmalena	KY	119		37.3499	-83.0471	4
41743	Fisty	fisty	KY	119		37.3064	-83.0904	4
41759	Sassafras	sassafras	KY	119		37.2207	-83.0552	4
41772	Vest	vest	KY	119		37.4073	-83.0153	4
41817	Garner	garner	KY	119		37.3582	-82.9252	4
41822	Hindman	hindman	KY	119		37.3359	-82.9804	4
41828	Kite	kite	KY	119		37.3136	-82.7975	4
41831	Leburn	leburn	KY	119		37.3794	-82.9523	4
41834	Littcarr	littcarr	KY	119		37.2409	-82.9488	4
41836	Mallie	mallie	KY	119		37.2692	-82.9161	1
41839	Mousie	mousie	KY	119		37.4331	-82.9018	4
41843	Pine Top	pine-top	KY	119		37.2868	-82.8741	4
41844	Pippa Passes	pippa-passes	KY	119		37.3491	-82.8742	4
41847	Redfox	redfox	KY	119		37.2172	-82.9424	4
41859	Dema	dema	KY	119		37.3976	-82.7836	4
41861	Raven	raven	KY	119		37.4043	-82.8261	4
41862	Topmost	topmost	KY	119		37.3485	-82.7926	1
40734	Gray	gray	KY	121		36.9467	-83.9828	4
40771	Woodbine	woodbine	KY	121		36.8586	-84.0347	4
40903	Artemus	artemus	KY	121		36.8388	-83.8329	4
40906	Barbourville	barbourville	KY	121		36.8665	-83.8888	4
40915	Bimble	bimble	KY	121		36.8868	-83.8282	4
40921	Bryants Store	bryants-store	KY	121		36.7708	-83.9009	1
40923	Cannon	cannon	KY	121		36.9195	-83.851	4
40930	Dewitt	dewitt	KY	121		36.877	-83.7377	4
40935	Flat Lick	flat-lick	KY	121		36.829	-83.7702	4
40939	Fourmile	fourmile	KY	121		36.7934	-83.7419	4
40943	Girdler	girdler	KY	121		36.9691	-83.8539	4
40946	Green Road	green-road	KY	121		36.8713	-83.83	1
40949	Heidrick	heidrick	KY	121		36.8904	-83.8716	4
40953	Hinkle	hinkle	KY	121		36.9362	-83.8045	4
40982	Scalf	scalf	KY	121		36.9327	-83.6901	4
40995	Trosper	trosper	KY	121		36.761	-83.8155	4
40997	Walker	walker	KY	121		36.8911	-83.6616	4
42716	Buffalo	buffalo	KY	123		37.512	-85.6986	4
42748	Hodgenville	hodgenville	KY	123		37.5746	-85.7232	4
42757	Magnolia	magnolia	KY	123		37.4165	-85.7308	4
42764	Mount Sherman	mount-sherman	KY	123		37.426	-85.6191	4
40724	Bush	bush	KY	125		37.0926	-83.8702	4
40729	East Bernstadt	east-bernstadt	KY	125		37.2488	-84.138	4
40737	Keavy	keavy	KY	125		37.0156	-84.1436	4
40740	Lily	lily	KY	125		37.0256	-84.0282	4
40741	London	london	KY	125		37.1549	-84.0961	4
40742	London	london	KY	125		37.1376	-84.1156	4
40743	London	london	KY	125		37.1345	-84.0457	4
40744	London	london	KY	125		37.0995	-84.1131	4
40745	London	london	KY	125		37.1376	-84.1156	4
40750	London	london	KY	125		37.1289	-84.0833	
40755	Pittsburg	pittsburg	KY	125		37.1678	-84.1166	4
41124	Blaine	blaine	KY	127		38.027	-82.8513	4
41159	Martha	martha	KY	127		38.0152	-82.9558	4
41160	Mazie	mazie	KY	127		38.027	-82.9724	4
41180	Webbville	webbville	KY	127		38.1634	-82.7897	4
41201	Adams	adams	KY	127		38.0741	-82.7447	4
41230	Louisa	louisa	KY	127		38.1043	-82.6056	4
41232	Lowmansville	lowmansville	KY	127		37.9315	-82.7349	4
41264	Ulysses	ulysses	KY	127		37.9416	-82.6739	4
41311	Beattyville	beattyville	KY	129		37.5999	-83.714	4
41347	Lone	lone	KY	129		37.5442	-83.6008	4
41368	Saint Helens	saint-helens	KY	129		37.5829	-83.6471	4
41397	Zoe	zoe	KY	129		37.6867	-83.6702	4
40803	Asher	asher	KY	131		37.0114	-83.4553	4
40816	Chappell	chappell	KY	131		37.0098	-83.3494	4
40827	Essie	essie	KY	131		37.0547	-83.4561	4
40840	Helton	helton	KY	131		36.954	-83.3907	4
40844	Hoskinston	hoskinston	KY	131		37.0773	-83.3916	4
40858	Mozelle	mozelle	KY	131		37.0037	-83.4135	4
40868	Stinnett	stinnett	KY	131		37.0883	-83.3907	4
40874	Warbranch	warbranch	KY	131		36.984	-83.4667	4
40979	Roark	roark	KY	131		37.0226	-83.5152	4
41714	Bear Branch	bear-branch	KY	131		37.1939	-83.5035	4
41749	Hyden	hyden	KY	131		37.1877	-83.4169	4
41762	Sizerock	sizerock	KY	131		37.2187	-83.4974	4
41764	Smilax	smilax	KY	131		37.1214	-83.2539	4
41766	Thousandsticks	thousandsticks	KY	131		37.1851	-83.4288	4
41775	Wendover	wendover	KY	131		37.1079	-83.3563	4
41776	Wooton	wooton	KY	131		37.1671	-83.2913	4
41777	Yeaddiss	yeaddiss	KY	131		37.0565	-83.2361	4
40826	Eolia	eolia	KY	133		37.0618	-82.7706	4
40862	Partridge	partridge	KY	133		37.0129	-82.8795	4
41517	Burdine	burdine	KY	133		37.1893	-82.599	4
41537	Jenkins	jenkins	KY	133		37.1911	-82.6513	4
41804	Blackey	blackey	KY	133		37.1551	-82.9956	4
41810	Cromona	cromona	KY	133		37.1865	-82.6971	4
41812	Deane	deane	KY	133		37.2409	-82.7696	4
41815	Ermine	ermine	KY	133		37.1615	-82.7974	4
41819	Gordon	gordon	KY	133		36.9891	-83.0655	4
41821	Hallie	hallie	KY	133		37.0837	-83.0027	4
41824	Isom	isom	KY	133		37.1932	-82.8754	4
41825	Jackhorn	jackhorn	KY	133		37.2246	-82.7228	1
41826	Jeremiah	jeremiah	KY	133		37.1699	-82.9258	4
41832	Letcher	letcher	KY	133		37.1531	-82.9548	4
41833	Linefork	linefork	KY	133		37.0233	-82.9878	4
41835	Mc Roberts	mc-roberts	KY	133		37.2137	-82.6734	1
41837	Mayking	mayking	KY	133		37.1302	-82.7427	4
41838	Millstone	millstone	KY	133		37.1766	-82.7517	4
41840	Neon	neon	KY	133		37.1876	-82.711	4
41845	Premium	premium	KY	133		37.1252	-82.9035	1
41848	Roxana	roxana	KY	133		37.1102	-82.9407	4
41849	Seco	seco	KY	133		37.1765	-82.7358	4
41855	Thornton	thornton	KY	133		37.1906	-82.7851	4
41858	Whitesburg	whitesburg	KY	133		37.1388	-82.855	4
41135	Emerson	emerson	KY	135		38.3563	-83.2877	4
41141	Garrison	garrison	KY	135		38.5869	-83.2	4
41166	Quincy	quincy	KY	135		38.6271	-83.1056	4
41179	Vanceburg	vanceburg	KY	135		38.4699	-83.2702	4
41189	Tollesboro	tollesboro	KY	135		38.5723	-83.5605	4
40419	Crab Orchard	crab-orchard	KY	137		37.4465	-84.4939	4
40437	Hustonville	hustonville	KY	137		37.4595	-84.8528	4
40442	Kings Mountain	kings-mountain	KY	137		37.3818	-84.7148	4
40448	Mc Kinney	mc-kinney	KY	137		37.446	-84.6998	1
40484	Stanford	stanford	KY	137		37.5245	-84.6912	4
40489	Waynesburg	waynesburg	KY	137		37.3499	-84.6655	4
42028	Burna	burna	KY	139		37.2392	-88.3379	4
42045	Grand Rivers	grand-rivers	KY	139		37.0762	-88.2647	4
42047	Hampton	hampton	KY	139		37.2831	-88.3714	4
42058	Ledbetter	ledbetter	KY	139		37.0611	-88.4665	4
42078	Salem	salem	KY	139		37.2553	-88.2711	4
42081	Smithland	smithland	KY	139		37.2387	-88.3757	4
42083	Tiline	tiline	KY	139		37.1457	-88.285	4
42202	Adairville	adairville	KY	141		36.6914	-86.8585	4
42206	Auburn	auburn	KY	141		36.8818	-86.7198	4
42256	Lewisburg	lewisburg	KY	141		37.0037	-86.9887	4
42265	Olmstead	olmstead	KY	141		36.7595	-86.9804	4
42276	Russellville	russellville	KY	141		36.8453	-86.8823	4
42038	Eddyville	eddyville	KY	143		37.0664	-88.0494	4
42055	Kuttawa	kuttawa	KY	143		37.0619	-88.1498	4
42001	Paducah	paducah	KY	145		37.0634	-88.6632	4
42002	Paducah	paducah	KY	145		37.0855	-88.7125	4
42003	Paducah	paducah	KY	145		37.0368	-88.5934	4
42053	Kevil	kevil	KY	145		37.0872	-88.8764	4
42086	West Paducah	west-paducah	KY	145		37.0922	-88.7611	4
42631	Marshes Siding	marshes-siding	KY	147		36.7437	-84.4808	4
42634	Parkers Lake	parkers-lake	KY	147		36.8347	-84.4436	4
42635	Pine Knot	pine-knot	KY	147		36.6807	-84.3984	4
42638	Revelo	revelo	KY	147		36.6734	-84.4722	4
42647	Stearns	stearns	KY	147		36.7082	-84.5165	4
42649	Strunk	strunk	KY	147		36.6191	-84.4308	4
42653	Whitley City	whitley-city	KY	147		36.7217	-84.4676	4
42322	Beech Grove	beech-grove	KY	149		37.6162	-87.3964	4
42327	Calhoun	calhoun	KY	149		37.575	-87.2773	4
42350	Island	island	KY	149		37.4471	-87.1692	4
42352	Livermore	livermore	KY	149		37.5045	-87.1239	4
42371	Rumsey	rumsey	KY	149		37.5076	-87.2806	4
42372	Sacramento	sacramento	KY	149		37.4177	-87.2736	4
40385	Waco	waco	KY	151		37.7426	-84.1441	4
40403	Berea	berea	KY	151		37.5799	-84.2749	4
40404	Berea	berea	KY	151		37.5687	-84.2963	4
40405	Bighill	bighill	KY	151		37.5545	-84.2083	4
40475	Richmond	richmond	KY	151		37.7546	-84.2955	4
40476	Richmond	richmond	KY	151		37.7479	-84.2947	4
41426	Falcon	falcon	KY	153		37.7843	-83.0109	4
41464	Royalton	royalton	KY	153		37.6751	-83.0218	4
41465	Salyersville	salyersville	KY	153		37.7325	-83.0298	4
41632	Gunlock	gunlock	KY	153		37.5892	-82.9452	4
40009	Bradfordsville	bradfordsville	KY	155		37.4662	-85.1436	4
40033	Lebanon	lebanon	KY	155		37.5658	-85.2668	4
40037	Loretto	loretto	KY	155		37.6421	-85.4113	4
40049	Nerinx	nerinx	KY	155		37.6603	-85.3932	4
40060	Raywick	raywick	KY	155		37.538	-85.43	4
40062	Saint Francis	saint-francis	KY	155		37.6047	-85.4251	4
40063	Saint Mary	saint-mary	KY	155		37.5795	-85.3551	4
40328	Gravel Switch	gravel-switch	KY	155		37.5758	-85.0824	4
42025	Benton	benton	KY	157		36.8806	-88.3548	4
42029	Calvert City	calvert-city	KY	157		37.0147	-88.3811	4
42044	Gilbertsville	gilbertsville	KY	157		36.9655	-88.2667	4
42048	Hardin	hardin	KY	157		36.7762	-88.2622	4
41203	Beauty	beauty	KY	159		37.8401	-82.439	4
41214	Debord	debord	KY	159		37.8265	-82.5513	4
41224	Inez	inez	KY	159		37.8754	-82.5337	4
41231	Lovely	lovely	KY	159		37.8259	-82.4013	4
41250	Pilgrim	pilgrim	KY	159		37.7379	-82.4523	4
41262	Tomahawk	tomahawk	KY	159		37.8687	-82.5971	4
41267	Warfield	warfield	KY	159		37.875	-82.4386	4
41034	Dover	dover	KY	161		38.691	-83.8718	4
41055	Mayslick	mayslick	KY	161		38.522	-83.861	1
41056	Maysville	maysville	KY	161		38.6207	-83.8067	4
41062	Minerva	minerva	KY	161		38.7054	-83.9191	4
41096	Washington	washington	KY	161		38.6123	-83.808	4
40104	Battletown	battletown	KY	163		38.0393	-86.2991	4
40108	Brandenburg	brandenburg	KY	163		37.9662	-86.1084	4
40117	Ekron	ekron	KY	163		37.9113	-86.1542	4
40142	Guston	guston	KY	163		37.8951	-86.2155	4
40155	Muldraugh	muldraugh	KY	163		37.9371	-85.9918	4
40157	Payneville	payneville	KY	163		38.0301	-86.4082	4
40161	Rhodelia	rhodelia	KY	163		38.006	-86.3984	4
40316	Denniston	denniston	KY	165		37.9159	-83.538	4
40322	Frenchburg	frenchburg	KY	165		37.947	-83.6084	4
40346	Means	means	KY	165		37.9807	-83.7447	4
40387	Wellington	wellington	KY	165		37.978	-83.4675	4
40310	Burgin	burgin	KY	167		37.7534	-84.7666	4
40330	Harrodsburg	harrodsburg	KY	167		37.8033	-84.8607	4
40372	Salvisa	salvisa	KY	167		37.9167	-84.8577	4
42124	Beaumont	beaumont	KY	169		36.8705	-85.644	4
42129	Edmonton	edmonton	KY	169		37.0008	-85.6095	4
42154	Knob Lick	knob-lick	KY	169		37.0556	-85.6985	4
42166	Summer Shade	summer-shade	KY	169		36.8883	-85.7083	4
42214	Center	center	KY	169		37.1177	-85.7038	1
42133	Fountain Run	fountain-run	KY	171		36.72	-85.952	4
42140	Gamaliel	gamaliel	KY	171		36.654	-85.8134	4
42151	Hestand	hestand	KY	171		36.6535	-85.5698	4
42157	Mount Hermon	mount-hermon	KY	171		36.7723	-85.8195	4
42167	Tompkinsville	tompkinsville	KY	171		36.7236	-85.7009	4
40334	Hope	hope	KY	173		38.0161	-83.7713	4
40337	Jeffersonville	jeffersonville	KY	173		37.964	-83.8558	4
40353	Mount Sterling	mount-sterling	KY	173		38.0548	-83.9388	4
41352	Mize	mize	KY	175		37.8235	-83.3335	4
41408	Cannel City	cannel-city	KY	175		37.7901	-83.2741	4
41413	Crockett	crockett	KY	175		37.9856	-83.0907	4
41421	Elkfork	elkfork	KY	175		37.9708	-83.1193	4
41425	Ezel	ezel	KY	175		37.8912	-83.4444	4
41451	Malone	malone	KY	175		37.872	-83.2582	4
41472	West Liberty	west-liberty	KY	175		37.9215	-83.2596	4
41477	Wrigley	wrigley	KY	175		37.914	-83.2338	4
42321	Beech Creek	beech-creek	KY	177		37.1716	-87.0559	4
42323	Beechmont	beechmont	KY	177		37.1737	-87.0349	4
42324	Belton	belton	KY	177		37.1511	-86.9774	4
42325	Bremen	bremen	KY	177		37.343	-87.233	4
42326	Browder	browder	KY	177		37.1999	-87.0001	4
42330	Central City	central-city	KY	177		37.3007	-87.1202	4
42332	Cleaton	cleaton	KY	177		37.2533	-87.0897	4
42337	Drakesboro	drakesboro	KY	177		37.2136	-87.048	4
42339	Dunmor	dunmor	KY	177		37.084	-87.0079	4
42344	Graham	graham	KY	177		37.2467	-87.2976	4
42345	Greenville	greenville	KY	177		37.2076	-87.1806	4
42367	Powderly	powderly	KY	177		37.2429	-87.1549	4
42374	South Carrollton	south-carrollton	KY	177		37.3375	-87.1419	4
40004	Bardstown	bardstown	KY	179		37.8083	-85.4613	4
40008	Bloomfield	bloomfield	KY	179		37.908	-85.2862	4
40012	Chaplin	chaplin	KY	179		37.9025	-85.2015	4
40013	Coxs Creek	coxs-creek	KY	179		37.9125	-85.4658	4
40020	Fairfield	fairfield	KY	179		37.934	-85.3862	4
40048	Nazareth	nazareth	KY	179		37.8472	-85.4694	4
40051	New Haven	new-haven	KY	179		37.6438	-85.547	4
40052	New Hope	new-hope	KY	179		37.632	-85.5083	4
40107	Boston	boston	KY	179		37.7408	-85.5948	4
40311	Carlisle	carlisle	KY	181		38.3212	-84.0279	4
40350	Moorefield	moorefield	KY	181		38.2926	-83.8929	4
42320	Beaver Dam	beaver-dam	KY	183		37.387	-86.8729	4
42328	Centertown	centertown	KY	183		37.4079	-87.009	4
42333	Cromwell	cromwell	KY	183		37.3418	-86.77	4
42338	Dundee	dundee	KY	183		37.552	-86.7776	4
42343	Fordsville	fordsville	KY	183		37.6297	-86.7263	4
42347	Hartford	hartford	KY	183		37.4785	-86.918	4
42349	Horse Branch	horse-branch	KY	183		37.4234	-86.6987	4
42354	Mc Henry	mc-henry	KY	183		37.3778	-86.9298	1
42361	Olaton	olaton	KY	183		37.5259	-86.6875	4
42369	Rockport	rockport	KY	183		37.3554	-87.0065	4
42370	Rosine	rosine	KY	183		37.449	-86.7389	4
40010	Buckner	buckner	KY	185		38.3735	-85.4507	4
40014	Crestwood	crestwood	KY	185		38.3326	-85.461	4
40026	Goshen	goshen	KY	185		38.4113	-85.5708	4
40031	La Grange	la-grange	KY	185		38.4029	-85.3928	4
40032	La Grange	la-grange	KY	185		38.4046	-85.4605	4
40056	Pewee Valley	pewee-valley	KY	185		38.3039	-85.4834	4
40077	Westport	westport	KY	185		38.4921	-85.4524	4
40355	New Liberty	new-liberty	KY	187		38.6277	-84.8756	4
40359	Owenton	owenton	KY	187		38.4986	-84.8086	4
40363	Perry Park	perry-park	KY	187		38.5218	-85.0139	4
41314	Booneville	booneville	KY	189		37.4965	-83.6574	4
41351	Mistletoe	mistletoe	KY	189		37.3126	-83.5916	4
41364	Ricetown	ricetown	KY	189		37.3871	-83.6752	4
41386	Vincent	vincent	KY	189		37.3986	-83.7049	4
41006	Butler	butler	KY	191		38.8013	-84.3446	4
41033	De Mossville	de-mossville	KY	191		38.7623	-84.4859	1
41040	Falmouth	falmouth	KY	191		38.6643	-84.3451	4
40981	Saul	saul	KY	193		37.3313	-83.387	4
41367	Rowdy	rowdy	KY	193		37.397	-83.227	1
41701	Hazard	hazard	KY	193		37.2983	-83.1912	4
41702	Hazard	hazard	KY	193		37.2495	-83.1932	4
41712	Ary	ary	KY	193		37.3638	-83.1546	4
41713	Avawam	avawam	KY	193		37.2254	-83.2736	4
41719	Bonnyman	bonnyman	KY	193		37.2983	-83.2544	4
41721	Buckhorn	buckhorn	KY	193		37.301	-83.4936	4
41722	Bulan	bulan	KY	193		37.315	-83.1561	4
41723	Busy	busy	KY	193		37.2632	-83.3007	4
41727	Chavies	chavies	KY	193		37.3479	-83.3563	4
41729	Combs	combs	KY	193		37.2649	-83.2174	4
41731	Cornettsville	cornettsville	KY	193		37.134	-83.0768	4
41735	Delphia	delphia	KY	193		37.0233	-83.0956	4
41736	Dice	dice	KY	193		37.3758	-83.2419	4
41739	Dwarf	dwarf	KY	193		37.3394	-83.1303	4
41745	Gays Creek	gays-creek	KY	193		37.3353	-83.4347	4
41746	Happy	happy	KY	193		37.2101	-83.0917	4
41751	Jeff	jeff	KY	193		37.2184	-83.1427	4
41754	Krypton	krypton	KY	193		37.3003	-83.3219	4
41760	Scuddy	scuddy	KY	193		37.1971	-83.0817	4
41763	Slemp	slemp	KY	193		37.0705	-83.1136	4
41773	Vicco	vicco	KY	193		37.202	-83.0658	4
41774	Viper	viper	KY	193		37.1585	-83.1405	4
41778	Yerkes	yerkes	KY	193		37.283	-83.3212	4
41501	Pikeville	pikeville	KY	195		37.5161	-82.5173	4
41502	Pikeville	pikeville	KY	195		37.4793	-82.5188	4
41503	South Williamson	south-williamson	KY	195		37.667	-82.2886	4
41512	Ashcamp	ashcamp	KY	195		37.2589	-82.4613	4
41513	Belcher	belcher	KY	195		37.3478	-82.3406	4
41514	Belfry	belfry	KY	195		37.6401	-82.2573	4
41519	Canada	canada	KY	195		37.5899	-82.3308	4
41520	Dorton	dorton	KY	195		37.279	-82.5773	4
41522	Elkhorn City	elkhorn-city	KY	195		37.3109	-82.4091	4
41524	Fedscreek	fedscreek	KY	195		37.4266	-82.2562	4
41526	Fords Branch	fords-branch	KY	195		37.4332	-82.511	4
41527	Forest Hills	forest-hills	KY	195		37.6432	-82.2991	4
41528	Freeburn	freeburn	KY	195		37.5512	-82.1434	4
41531	Hardy	hardy	KY	195		37.5928	-82.2328	4
41534	Hellier	hellier	KY	195		37.2876	-82.4713	4
41535	Huddy	huddy	KY	195		37.5964	-82.2797	4
41538	Jonancy	jonancy	KY	195		37.3165	-82.5829	4
41539	Kimper	kimper	KY	195		37.5068	-82.3271	4
41540	Lick Creek	lick-creek	KY	195		37.3592	-82.3092	4
41542	Lookout	lookout	KY	195		37.3148	-82.465	4
41543	Mc Andrews	mc-andrews	KY	195		37.5624	-82.2803	1
41544	Mc Carr	mc-carr	KY	195		37.5969	-82.1674	1
41547	Majestic	majestic	KY	195		37.5311	-82.0916	4
41548	Mouthcard	mouthcard	KY	195		37.3815	-82.2727	4
41549	Myra	myra	KY	195		37.2898	-82.5999	4
41553	Phelps	phelps	KY	195		37.4987	-82.1584	4
41554	Phyllis	phyllis	KY	195		37.4484	-82.2985	4
41555	Pinsonfork	pinsonfork	KY	195		37.5466	-82.2621	4
41557	Raccoon	raccoon	KY	195		37.4935	-82.4221	4
41558	Ransom	ransom	KY	195		37.5426	-82.2085	4
41559	Regina	regina	KY	195		37.3744	-82.3831	1
41560	Robinson Creek	robinson-creek	KY	195		37.3799	-82.5616	4
41561	Rockhouse	rockhouse	KY	195		37.3316	-82.4626	4
41562	Shelbiana	shelbiana	KY	195		37.4063	-82.4673	4
41563	Shelby Gap	shelby-gap	KY	195		37.2311	-82.5286	1
41564	Sidney	sidney	KY	195		37.6076	-82.3648	4
41566	Steele	steele	KY	195		37.4029	-82.2071	1
41567	Stone	stone	KY	195		37.5859	-82.271	4
41568	Stopover	stopover	KY	195		37.5093	-82.0784	4
41571	Varney	varney	KY	195		37.6275	-82.4356	4
41572	Virgie	virgie	KY	195		37.3197	-82.6114	4
40312	Clay City	clay-city	KY	197		37.8524	-83.9309	4
40376	Slade	slade	KY	197		37.7951	-83.7041	4
40380	Stanton	stanton	KY	197		37.8223	-83.7853	4
42501	Somerset	somerset	KY	199		37.1029	-84.5443	4
42502	Somerset	somerset	KY	199		37.092	-84.6041	4
42503	Somerset	somerset	KY	199		37.1566	-84.5248	4
42518	Bronston	bronston	KY	199		36.9525	-84.6314	4
42519	Burnside	burnside	KY	199		36.9393	-84.5357	4
42533	Ferguson	ferguson	KY	199		37.0677	-84.5927	4
42544	Nancy	nancy	KY	199		37.0631	-84.7192	4
42553	Science Hill	science-hill	KY	199		37.1683	-84.6487	4
42558	Tateville	tateville	KY	199		36.9492	-84.5815	4
42564	West Somerset	west-somerset	KY	199		37.1114	-84.5929	1
42567	Eubank	eubank	KY	199		37.2642	-84.6066	4
41064	Mount Olivet	mount-olivet	KY	201		38.5218	-84.048	4
40409	Brodhead	brodhead	KY	203		37.3815	-84.4336	4
40445	Livingston	livingston	KY	203		37.3074	-84.2318	4
40456	Mount Vernon	mount-vernon	KY	203		37.3983	-84.3379	4
40460	Orlando	orlando	KY	203		37.3734	-84.2528	4
40473	Renfro Valley	renfro-valley	KY	203		37.3879	-84.3316	4
40492	Wildie	wildie	KY	203		37.4234	-84.3022	4
40313	Clearfield	clearfield	KY	205		38.1287	-83.4425	4
40317	Elliottville	elliottville	KY	205		38.1765	-83.2682	4
40319	Farmers	farmers	KY	205		38.1403	-83.5337	4
40351	Morehead	morehead	KY	205		38.199	-83.4436	4
42629	Jamestown	jamestown	KY	207		36.968	-85.0968	4
42642	Russell Springs	russell-springs	KY	207		37.0551	-85.0375	4
40324	Georgetown	georgetown	KY	209		38.2117	-84.5562	4
40370	Sadieville	sadieville	KY	209		38.3908	-84.5384	4
40379	Stamping Ground	stamping-ground	KY	209		38.2888	-84.6818	4
40003	Bagdad	bagdad	KY	211		38.2608	-85.0651	4
40022	Finchville	finchville	KY	211		38.1561	-85.3476	4
40065	Shelbyville	shelbyville	KY	211		38.2162	-85.2243	4
40066	Shelbyville	shelbyville	KY	211		38.1973	-85.2122	4
40067	Simpsonville	simpsonville	KY	211		38.2312	-85.3548	4
40076	Waddy	waddy	KY	211		38.1054	-85.1288	4
42134	Franklin	franklin	KY	213		36.7254	-86.57	4
42135	Franklin	franklin	KY	213		36.7223	-86.5772	4
40046	Mount Eden	mount-eden	KY	215		38.0352	-85.1641	4
40071	Taylorsville	taylorsville	KY	215		38.0471	-85.3829	4
42718	Campbellsville	campbellsville	KY	217		37.3466	-85.3508	4
42719	Campbellsville	campbellsville	KY	217		37.3379	-85.3304	4
42733	Elk Horn	elk-horn	KY	217		37.3393	-85.1918	4
42758	Mannsville	mannsville	KY	217		37.3726	-85.1966	4
42204	Allensville	allensville	KY	219		36.7167	-87.0661	4
42216	Clifty	clifty	KY	219		37.0045	-87.1521	4
42220	Elkton	elkton	KY	219		36.9094	-87.1678	4
42234	Guthrie	guthrie	KY	219		36.7149	-87.1502	4
42280	Sharon Grove	sharon-grove	KY	219		36.9278	-87.1003	4
42286	Trenton	trenton	KY	219		36.7314	-87.2611	4
42211	Cadiz	cadiz	KY	221		36.802	-87.8286	4
42215	Cerulean	cerulean	KY	221		36.9496	-87.6648	4
40006	Bedford	bedford	KY	223		38.5864	-85.3133	4
40045	Milton	milton	KY	223		38.6925	-85.3659	4
42437	Morganfield	morganfield	KY	225		37.6869	-87.9439	4
42459	Sturgis	sturgis	KY	225		37.5487	-87.9965	4
42460	Sullivan	sullivan	KY	225		37.494	-87.9328	4
42461	Uniontown	uniontown	KY	225		37.7677	-87.9263	4
42462	Waverly	waverly	KY	225		37.743	-87.8067	4
42101	Bowling Green	bowling-green	KY	227		37.0174	-86.4518	4
42102	Bowling Green	bowling-green	KY	227		36.9223	-86.387	4
42103	Bowling Green	bowling-green	KY	227		36.9663	-86.3933	4
42104	Bowling Green	bowling-green	KY	227		36.9375	-86.4481	4
42122	Alvaton	alvaton	KY	227		36.863	-86.3632	4
42128	Drake	drake	KY	227		36.9834	-86.394	4
42159	Oakland	oakland	KY	227		36.9985	-86.2501	4
42170	Woodburn	woodburn	KY	227		36.8557	-86.5623	4
42171	Smiths Grove	smiths-grove	KY	227		37.0581	-86.1938	4
42274	Rockfield	rockfield	KY	227		36.9241	-86.5979	4
40040	Mackville	mackville	KY	229		37.7568	-85.059	4
40061	Saint Catharine	saint-catharine	KY	229		37.774	-85.2011	4
40069	Springfield	springfield	KY	229		37.7342	-85.2107	4
40078	Willisburg	willisburg	KY	229		37.8373	-85.1362	4
42633	Monticello	monticello	KY	231		36.8674	-84.8254	4
42404	Clay	clay	KY	233		37.4756	-87.8368	4
42409	Dixon	dixon	KY	233		37.5106	-87.7019	4
42444	Poole	poole	KY	233		37.641	-87.6439	4
42450	Providence	providence	KY	233		37.405	-87.7505	4
42455	Sebree	sebree	KY	233		37.5889	-87.5255	4
42456	Slaughters	slaughters	KY	233		37.5054	-87.5053	4
42463	Wheatcroft	wheatcroft	KY	233		37.488	-87.8661	4
40701	Corbin	corbin	KY	235		36.9344	-84.1021	4
40702	Corbin	corbin	KY	235		36.9374	-84.1031	4
40730	Emlyn	emlyn	KY	235		36.7039	-84.1415	4
40759	Rockholds	rockholds	KY	235		36.8242	-84.104	4
40763	Siler	siler	KY	235		36.7025	-83.955	4
40769	Williamsburg	williamsburg	KY	235		36.747	-84.1394	4
41301	Campton	campton	KY	237		37.7287	-83.494	4
41332	Hazel Green	hazel-green	KY	237		37.7981	-83.421	4
41360	Pine Ridge	pine-ridge	KY	237		37.7749	-83.6321	4
41365	Rogers	rogers	KY	237		37.7093	-83.6314	4
40347	Midway	midway	KY	239		38.1487	-84.6928	4
40383	Versailles	versailles	KY	239		38.0413	-84.7287	4
40384	Versailles	versailles	KY	239		38.0526	-84.7299	4
70516	Branch	branch	LA	001		30.3446	-92.3459	4
70525	Church Point	church-point	LA	001		30.4013	-92.224	4
70526	Crowley	crowley	LA	001		30.2148	-92.3777	4
70527	Crowley	crowley	LA	001		30.2284	-92.3018	4
70531	Egan	egan	LA	001		30.251	-92.5002	4
70534	Estherwood	estherwood	LA	001		30.1808	-92.4643	4
70537	Evangeline	evangeline	LA	001		30.2683	-92.5532	4
70543	Iota	iota	LA	001		30.3313	-92.4957	4
70556	Mermentau	mermentau	LA	001		30.1861	-92.5722	4
70559	Morse	morse	LA	001		30.1298	-92.4767	4
70578	Rayne	rayne	LA	001		30.2349	-92.2685	4
70638	Elizabeth	elizabeth	LA	003		30.8547	-92.7815	4
70644	Grant	grant	LA	003		30.7962	-92.9517	4
70648	Kinder	kinder	LA	003		30.4607	-92.8693	4
70651	Leblanc	leblanc	LA	003		30.5648	-92.9583	1
70654	Mittie	mittie	LA	003		30.7144	-92.9068	4
70655	Oberlin	oberlin	LA	003		30.6162	-92.7527	4
70658	Reeves	reeves	LA	003		30.521	-93.0477	4
71463	Oakdale	oakdale	LA	003		30.8172	-92.664	4
70346	Donaldsonville	donaldsonville	LA	005		30.1018	-90.997	4
70707	Gonzales	gonzales	LA	005		30.2047	-90.8695	4
70718	Brittany	brittany	LA	005		30.201	-90.8689	4
70725	Darrow	darrow	LA	005		30.13	-90.9651	4
70728	Duplessis	duplessis	LA	005		30.2954	-90.9458	4
70734	Geismar	geismar	LA	005		30.2196	-91.0079	4
70737	Gonzales	gonzales	LA	005		30.2473	-90.918	4
70738	Burnside	burnside	LA	005		30.1388	-90.924	4
70769	Prairieville	prairieville	LA	005		30.3073	-90.9405	4
70774	Saint Amant	saint-amant	LA	005		30.2385	-90.8435	4
70778	Sorrento	sorrento	LA	005		30.1854	-90.8631	4
70339	Pierre Part	pierre-part	LA	007		29.9476	-91.1885	4
70341	Belle Rose	belle-rose	LA	007		30.026	-91.0444	4
70372	Labadieville	labadieville	LA	007		29.8345	-90.9613	4
70390	Napoleonville	napoleonville	LA	007		29.9288	-91.0266	4
70391	Paincourtville	paincourtville	LA	007		29.9902	-91.0588	4
70393	Plattenville	plattenville	LA	007		29.9974	-91.0232	4
71320	Bordelonville	bordelonville	LA	009		31.1055	-91.9073	4
71322	Bunkie	bunkie	LA	009		30.8641	-92.1466	4
71323	Center Point	center-point	LA	009		31.2482	-92.2099	4
71327	Cottonport	cottonport	LA	009		30.9862	-92.0581	4
71329	Dupont	dupont	LA	009		30.9294	-91.9479	4
71331	Effie	effie	LA	009		31.2275	-92.0967	4
71333	Evergreen	evergreen	LA	009		30.9161	-92.067	4
71339	Hamburg	hamburg	LA	009		31.0307	-91.9315	4
71341	Hessmer	hessmer	LA	009		31.0534	-92.1399	4
71350	Mansura	mansura	LA	009		31.0615	-92.0543	4
71351	Marksville	marksville	LA	009		31.1396	-92.0831	4
71355	Moreauville	moreauville	LA	009		31.0988	-91.8748	4
71362	Plaucheville	plaucheville	LA	009		30.9365	-91.9847	4
71369	Simmesport	simmesport	LA	009		30.9771	-91.8259	4
70634	Deridder	deridder	LA	011		30.8287	-93.2685	4
70637	Dry Creek	dry-creek	LA	011		30.6859	-92.9843	4
70652	Longville	longville	LA	011		30.58	-93.2548	4
70653	Merryville	merryville	LA	011		30.6716	-93.5613	4
70657	Ragley	ragley	LA	011		30.4703	-93.2337	4
70660	Singer	singer	LA	011		30.5329	-93.465	4
70662	Sugartown	sugartown	LA	011		30.8277	-93.017	4
71001	Arcadia	arcadia	LA	013		32.5556	-92.9245	4
71008	Bienville	bienville	LA	013		32.2523	-92.9084	4
71016	Castor	castor	LA	013		32.2452	-93.0936	4
71028	Gibsland	gibsland	LA	013		32.5299	-93.0706	4
71045	Jamestown	jamestown	LA	013		32.3613	-93.1848	4
71068	Ringgold	ringgold	LA	013		32.3263	-93.2982	4
71070	Saline	saline	LA	013		32.197	-92.917	4
71080	Taylor	taylor	LA	013		32.366	-93.1011	4
71006	Benton	benton	LA	015		32.6976	-93.691	4
71037	Haughton	haughton	LA	015		32.5507	-93.5657	4
71051	Elm Grove	elm-grove	LA	015		32.3886	-93.5026	4
71064	Plain Dealing	plain-dealing	LA	015		32.9074	-93.6905	4
71067	Princeton	princeton	LA	015		32.5791	-93.5226	4
71110	Barksdale Afb	barksdale-afb	LA	015		32.5137	-93.6404	1
71111	Bossier City	bossier-city	LA	015		32.5449	-93.7038	4
71112	Bossier City	bossier-city	LA	015		32.486	-93.6767	4
71113	Bossier City	bossier-city	LA	015		32.6276	-93.609	4
71171	Bossier City	bossier-city	LA	015		32.516	-93.7321	4
71172	Bossier City	bossier-city	LA	015		32.6276	-93.609	4
71004	Belcher	belcher	LA	017		32.7544	-93.8508	4
71007	Bethany	bethany	LA	017		32.3662	-94.0034	4
71009	Blanchard	blanchard	LA	017		32.5719	-93.8871	4
71029	Gilliam	gilliam	LA	017		32.8251	-93.8293	4
71033	Greenwood	greenwood	LA	017		32.4429	-93.973	4
71043	Hosston	hosston	LA	017		32.8967	-93.8834	4
71044	Ida	ida	LA	017		32.9934	-93.9022	4
71047	Keithville	keithville	LA	017		32.3161	-93.8881	4
71060	Mooringsport	mooringsport	LA	017		32.6626	-93.973	4
71061	Oil City	oil-city	LA	017		32.7451	-93.9838	4
71069	Rodessa	rodessa	LA	017		32.9701	-93.9885	4
71082	Vivian	vivian	LA	017		32.8423	-93.9504	4
71101	Shreveport	shreveport	LA	017		32.5037	-93.7487	4
71102	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71103	Shreveport	shreveport	LA	017		32.4945	-93.7727	4
71104	Shreveport	shreveport	LA	017		32.483	-93.7349	4
71105	Shreveport	shreveport	LA	017		32.4589	-93.7143	4
71106	Shreveport	shreveport	LA	017		32.3912	-93.7116	4
71107	Shreveport	shreveport	LA	017		32.6016	-93.8738	4
71108	Shreveport	shreveport	LA	017		32.4486	-93.7814	4
71109	Shreveport	shreveport	LA	017		32.474	-93.8013	4
71115	Shreveport	shreveport	LA	017		32.3401	-93.6092	4
71118	Shreveport	shreveport	LA	017		32.3977	-93.8025	4
71119	Shreveport	shreveport	LA	017		32.4771	-93.8726	4
71120	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71129	Shreveport	shreveport	LA	017		32.4141	-93.8742	4
71130	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71133	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71134	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71135	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71136	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71137	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71138	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71148	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71149	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71150	Shreveport	shreveport	LA	017		32.5056	-93.7434	4
71151	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71152	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71153	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71154	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71156	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71161	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71162	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71163	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71164	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71165	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
71166	Shreveport	shreveport	LA	017		32.6076	-93.7526	4
70601	Lake Charles	lake-charles	LA	019		30.2285	-93.188	4
70602	Lake Charles	lake-charles	LA	019		30.2642	-93.3265	4
70605	Lake Charles	lake-charles	LA	019		30.1693	-93.2218	4
70606	Lake Charles	lake-charles	LA	019		30.2642	-93.3265	4
70607	Lake Charles	lake-charles	LA	019		30.1244	-93.1835	4
70609	Lake Charles	lake-charles	LA	019		30.2642	-93.3265	4
70611	Lake Charles	lake-charles	LA	019		30.322	-93.2111	4
70612	Lake Charles	lake-charles	LA	019		30.2642	-93.3265	4
70615	Lake Charles	lake-charles	LA	019		30.2585	-93.1146	4
70616	Lake Charles	lake-charles	LA	019		30.2642	-93.3265	4
70629	Lake Charles	lake-charles	LA	019		30.2642	-93.3265	4
70630	Bell City	bell-city	LA	019		30.1054	-93.0372	4
70633	Dequincy	dequincy	LA	019		30.4211	-93.4151	4
70646	Hayes	hayes	LA	019		30.097	-92.9146	4
70647	Iowa	iowa	LA	019		30.2219	-93.0259	4
70661	Starks	starks	LA	019		30.3085	-93.6615	4
70663	Sulphur	sulphur	LA	019		30.219	-93.3639	4
70664	Sulphur	sulphur	LA	019		30.2642	-93.3265	4
70665	Sulphur	sulphur	LA	019		30.2009	-93.4437	4
70668	Vinton	vinton	LA	019		30.2015	-93.5728	4
70669	Westlake	westlake	LA	019		30.2613	-93.2688	4
71415	Clarks	clarks	LA	021		32.0344	-92.1381	4
71418	Columbia	columbia	LA	021		32.1022	-92.1177	4
71435	Grayson	grayson	LA	021		32.067	-92.1698	4
71441	Kelly	kelly	LA	021		31.9648	-92.1825	4
70631	Cameron	cameron	LA	023		29.7911	-93.438	4
70632	Creole	creole	LA	023		29.8646	-93.0033	4
70643	Grand Chenier	grand-chenier	LA	023		29.7644	-92.9261	4
70645	Hackberry	hackberry	LA	023		29.9822	-93.375	4
71340	Harrisonburg	harrisonburg	LA	025		31.7779	-91.8133	4
71343	Jonesville	jonesville	LA	025		31.6862	-91.8678	4
71363	Rhinehart	rhinehart	LA	025		31.6377	-92.0068	4
71368	Sicily Island	sicily-island	LA	025		31.8507	-91.6807	4
71401	Aimwell	aimwell	LA	025		31.7835	-91.9935	4
71425	Enterprise	enterprise	LA	025		31.9064	-91.8751	4
71003	Athens	athens	LA	027		32.6451	-93.0239	4
71038	Haynesville	haynesville	LA	027		32.9278	-93.0691	4
71040	Homer	homer	LA	027		32.7749	-93.0288	4
71048	Lisbon	lisbon	LA	027		32.8452	-92.8878	4
71079	Summerfield	summerfield	LA	027		32.9238	-92.8215	4
71316	Acme	acme	LA	029		31.3016	-91.8216	4
71326	Clayton	clayton	LA	029		31.7158	-91.5163	4
71334	Ferriday	ferriday	LA	029		31.6602	-91.5502	4
71354	Monterey	monterey	LA	029		31.4499	-91.7182	4
71373	Vidalia	vidalia	LA	029		31.5782	-91.4695	4
71377	Wildsville	wildsville	LA	029		31.6094	-91.7808	4
71027	Frierson	frierson	LA	031		32.245	-93.6915	4
71030	Gloster	gloster	LA	031		32.1858	-93.801	4
71032	Grand Cane	grand-cane	LA	031		32.105	-93.7941	4
71046	Keatchie	keatchie	LA	031		32.1622	-93.951	4
71049	Logansport	logansport	LA	031		31.9943	-93.9627	4
71050	Longstreet	longstreet	LA	031		32.0977	-93.9521	4
71052	Mansfield	mansfield	LA	031		32.0239	-93.698	4
71063	Pelican	pelican	LA	031		31.8966	-93.5634	4
71078	Stonewall	stonewall	LA	031		32.2848	-93.8003	4
70704	Baker	baker	LA	033		30.5159	-91.0804	4
70714	Baker	baker	LA	033		30.5814	-91.1429	4
70739	Greenwell Springs	greenwell-springs	LA	033		30.5984	-90.9705	4
70770	Pride	pride	LA	033		30.6133	-90.9943	4
70791	Zachary	zachary	LA	033		30.6561	-91.1358	4
70801	Baton Rouge	baton-rouge	LA	033		30.4492	-91.1856	4
70802	Baton Rouge	baton-rouge	LA	033		30.4438	-91.1775	4
70803	Baton Rouge	baton-rouge	LA	033		30.405	-91.1868	4
70804	Baton Rouge	baton-rouge	LA	033		30.3863	-91.1339	4
70805	Baton Rouge	baton-rouge	LA	033		30.486	-91.1481	4
70806	Baton Rouge	baton-rouge	LA	033		30.4485	-91.13	4
70807	Baton Rouge	baton-rouge	LA	033		30.5768	-91.2246	4
70808	Baton Rouge	baton-rouge	LA	033		30.4066	-91.1468	4
70809	Baton Rouge	baton-rouge	LA	033		30.4089	-91.0842	4
70810	Baton Rouge	baton-rouge	LA	033		30.3633	-91.0919	4
70811	Baton Rouge	baton-rouge	LA	033		30.5317	-91.1167	4
70812	Baton Rouge	baton-rouge	LA	033		30.5052	-91.1181	4
70813	Baton Rouge	baton-rouge	LA	033		30.5201	-91.1949	4
70814	Baton Rouge	baton-rouge	LA	033		30.4848	-91.0689	4
70815	Baton Rouge	baton-rouge	LA	033		30.4558	-91.0596	4
70816	Baton Rouge	baton-rouge	LA	033		30.4273	-91.0356	4
70817	Baton Rouge	baton-rouge	LA	033		30.3904	-91.0021	4
70818	Baton Rouge	baton-rouge	LA	033		30.5408	-91.05	4
70819	Baton Rouge	baton-rouge	LA	033		30.4668	-91.0156	4
70820	Baton Rouge	baton-rouge	LA	033		30.3795	-91.1671	4
70821	Baton Rouge	baton-rouge	LA	033		30.4613	-91.0447	4
70822	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70823	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70825	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70826	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70827	Baton Rouge	baton-rouge	LA	033		30.4338	-91.0825	4
70831	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70833	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70835	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70836	Baton Rouge	baton-rouge	LA	033		30.392	-91.0892	4
70837	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70873	Baton Rouge	baton-rouge	LA	033		30.5305	-91.1163	4
70874	Baton Rouge	baton-rouge	LA	033		30.5902	-91.2054	4
70879	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70884	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70891	Baton Rouge	baton-rouge	LA	033		30.4492	-91.1547	4
70892	Baton Rouge	baton-rouge	LA	033		30.4507	-91.1546	4
70893	Baton Rouge	baton-rouge	LA	033		30.413	-91.1715	4
70894	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70895	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70896	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
70898	Baton Rouge	baton-rouge	LA	033		30.5159	-91.0804	4
71254	Lake Providence	lake-providence	LA	035		32.8071	-91.1906	4
71276	Sondheimer	sondheimer	LA	035		32.5756	-91.1496	4
71286	Transylvania	transylvania	LA	035		32.6705	-91.2288	4
70722	Clinton	clinton	LA	037		30.8249	-90.9331	4
70730	Ethel	ethel	LA	037		30.8131	-91.11	4
70748	Jackson	jackson	LA	037		30.8087	-91.1987	4
70761	Norwood	norwood	LA	037		30.9518	-91.0629	4
70777	Slaughter	slaughter	LA	037		30.7383	-91.07	4
70789	Wilson	wilson	LA	037		30.9473	-91.0655	4
70515	Basile	basile	LA	039		30.4978	-92.5736	4
70524	Chataignier	chataignier	LA	039		30.5709	-92.3202	4
70554	Mamou	mamou	LA	039		30.6496	-92.4196	4
70576	Pine Prairie	pine-prairie	LA	039		30.7831	-92.4163	4
70580	Reddell	reddell	LA	039		30.675	-92.4265	4
70585	Turkey Creek	turkey-creek	LA	039		30.8707	-92.404	4
70586	Ville Platte	ville-platte	LA	039		30.6924	-92.2737	4
71367	Saint Landry	saint-landry	LA	039		30.8998	-92.2964	4
71219	Baskin	baskin	LA	041		32.2897	-91.7132	4
71230	Crowville	crowville	LA	041		32.2407	-91.5901	4
71243	Fort Necessity	fort-necessity	LA	041		32.0434	-91.8257	4
71249	Jigger	jigger	LA	041		32.0349	-91.7468	4
71295	Winnsboro	winnsboro	LA	041		32.1592	-91.7108	4
71324	Chase	chase	LA	041		32.0971	-91.699	4
71336	Gilbert	gilbert	LA	041		32.0349	-91.592	4
71378	Wisner	wisner	LA	041		31.9913	-91.6768	4
71407	Bentley	bentley	LA	043		31.5157	-92.4882	4
71417	Colfax	colfax	LA	043		31.5079	-92.6568	4
71423	Dry Prong	dry-prong	LA	043		31.5979	-92.5665	4
71432	Georgetown	georgetown	LA	043		31.745	-92.3952	4
71454	Montgomery	montgomery	LA	043		31.6674	-92.8412	4
71467	Pollock	pollock	LA	043		31.5	-92.4005	4
70513	Avery Island	avery-island	LA	045		29.8981	-91.9062	4
70544	Jeanerette	jeanerette	LA	045		29.9032	-91.6544	4
70552	Loreauville	loreauville	LA	045		30.0683	-91.6596	4
70560	New Iberia	new-iberia	LA	045		30.001	-91.82	4
70562	New Iberia	new-iberia	LA	045		30.0035	-91.8187	4
70563	New Iberia	new-iberia	LA	045		30.0245	-91.7496	4
70569	Lydia	lydia	LA	045		29.9239	-91.7831	4
70721	Carville	carville	LA	047		30.2184	-91.0925	4
70740	Grosse Tete	grosse-tete	LA	047		30.3879	-91.4383	4
70757	Maringouin	maringouin	LA	047		30.4626	-91.5099	4
70764	Plaquemine	plaquemine	LA	047		30.2684	-91.2524	4
70765	Plaquemine	plaquemine	LA	047		30.2891	-91.2343	4
70772	Rosedale	rosedale	LA	047		30.4408	-91.4562	4
70776	Saint Gabriel	saint-gabriel	LA	047		30.2528	-91.0857	4
70780	Sunshine	sunshine	LA	047		30.2982	-91.1799	4
70788	White Castle	white-castle	LA	047		30.1545	-91.1773	4
71226	Chatham	chatham	LA	049		32.2922	-92.4374	4
71238	Eros	eros	LA	049		32.3988	-92.3479	4
71247	Hodge	hodge	LA	049		32.2768	-92.7235	4
71251	Jonesboro	jonesboro	LA	049		32.2483	-92.6944	4
71268	Quitman	quitman	LA	049		32.3564	-92.7085	4
70001	Metairie	metairie	LA	051		29.9871	-90.1695	4
70002	Metairie	metairie	LA	051		30.0098	-90.163	4
70003	Metairie	metairie	LA	051		29.9975	-90.2146	4
70004	Metairie	metairie	LA	051		29.9841	-90.1529	4
70005	Metairie	metairie	LA	051		30.0005	-90.1331	4
70006	Metairie	metairie	LA	051		30.0129	-90.1915	4
70009	Metairie	metairie	LA	051		29.9841	-90.1529	4
70010	Metairie	metairie	LA	051		29.9841	-90.1529	4
70011	Metairie	metairie	LA	051		29.9841	-90.1529	4
70033	Metairie	metairie	LA	051		29.9841	-90.1529	4
70036	Barataria	barataria	LA	051		29.6964	-90.1122	4
70053	Gretna	gretna	LA	051		29.9108	-90.0531	4
70054	Gretna	gretna	LA	051		29.9146	-90.054	4
70055	Metairie	metairie	LA	051		29.9841	-90.1529	4
70056	Gretna	gretna	LA	051		29.8872	-90.0331	4
70058	Harvey	harvey	LA	051		29.8725	-90.0673	4
70059	Harvey	harvey	LA	051		29.9035	-90.0773	4
70060	Metairie	metairie	LA	051		29.9841	-90.1529	4
70062	Kenner	kenner	LA	051		29.9912	-90.2479	4
70063	Kenner	kenner	LA	051		29.9941	-90.2417	4
70064	Kenner	kenner	LA	051		29.9941	-90.2417	4
70065	Kenner	kenner	LA	051		30.0252	-90.2522	4
70067	Lafitte	lafitte	LA	051		29.7143	-90.1052	4
70072	Marrero	marrero	LA	051		29.8598	-90.1105	4
70073	Marrero	marrero	LA	051		29.8994	-90.1004	4
70094	Westwego	westwego	LA	051		29.8973	-90.2033	4
70096	Westwego	westwego	LA	051		29.906	-90.1423	4
70097	Kenner	kenner	LA	051		29.9565	-90.2635	4
70121	New Orleans	new-orleans	LA	051		29.9614	-90.1577	4
70123	New Orleans	new-orleans	LA	051		29.9511	-90.206	4
70141	New Orleans	new-orleans	LA	051		29.9546	-90.0751	4
70181	New Orleans	new-orleans	LA	051		29.6779	-90.0901	4
70183	New Orleans	new-orleans	LA	051		29.9546	-90.0751	4
09222	APO AE	apo-ae				49.4759	10.9886	
70358	Grand Isle	grand-isle	LA	051		29.2297	-90.0088	4
70532	Elton	elton	LA	053		30.4715	-92.6996	4
70546	Jennings	jennings	LA	053		30.2201	-92.6574	4
70549	Lake Arthur	lake-arthur	LA	053		30.091	-92.6825	4
70581	Roanoke	roanoke	LA	053		30.2464	-92.7421	4
70591	Welsh	welsh	LA	053		30.2363	-92.819	4
70640	Fenton	fenton	LA	053		30.3655	-92.9122	4
70650	Lacassine	lacassine	LA	053		30.2374	-92.9232	4
70501	Lafayette	lafayette	LA	055		30.2361	-92.0083	4
70502	Lafayette	lafayette	LA	055		30.2241	-92.0198	4
70503	Lafayette	lafayette	LA	055		30.1843	-92.0497	4
70504	Lafayette	lafayette	LA	055		30.2139	-92.0187	4
70505	Lafayette	lafayette	LA	055		30.2023	-92.0188	4
70506	Lafayette	lafayette	LA	055		30.2077	-92.0656	4
70507	Lafayette	lafayette	LA	055		30.2813	-92.016	4
70508	Lafayette	lafayette	LA	055		30.1582	-92.0236	4
70509	Lafayette	lafayette	LA	055		30.1565	-92	4
70518	Broussard	broussard	LA	055		30.1219	-91.9502	4
70520	Carencro	carencro	LA	055		30.3244	-92.0423	4
70529	Duson	duson	LA	055		30.1912	-92.1525	4
70558	Milton	milton	LA	055		30.1038	-92.0765	4
70583	Scott	scott	LA	055		30.2504	-92.0981	4
70592	Youngsville	youngsville	LA	055		30.0975	-92.0096	4
70593	Lafayette	lafayette	LA	055		30.2081	-92.0951	4
70596	Lafayette	lafayette	LA	055		30.2241	-92.0198	4
70598	Lafayette	lafayette	LA	055		30.2081	-92.0951	4
70301	Thibodaux	thibodaux	LA	057		29.7992	-90.8096	4
70302	Thibodaux	thibodaux	LA	057		29.7958	-90.8229	4
70310	Thibodaux	thibodaux	LA	057		29.8033	-90.8169	4
70345	Cut Off	cut-off	LA	057		29.5232	-90.3393	4
70354	Galliano	galliano	LA	057		29.4311	-90.2981	4
70355	Gheens	gheens	LA	057		29.7076	-90.4849	4
70357	Golden Meadow	golden-meadow	LA	057		29.3821	-90.2639	4
70371	Kraemer	kraemer	LA	057		29.8652	-90.5962	4
70373	Larose	larose	LA	057		29.5724	-90.3817	4
70374	Lockport	lockport	LA	057		29.6155	-90.4442	4
70375	Mathews	mathews	LA	057		29.6938	-90.5496	4
70394	Raceland	raceland	LA	057		29.7178	-90.5999	4
71342	Jena	jena	LA	059		31.6748	-92.1137	4
71371	Trout	trout	LA	059		31.6531	-92.1993	4
71465	Olla	olla	LA	059		31.8734	-92.2214	4
71479	Tullos	tullos	LA	059		31.8569	-92.374	4
71480	Urania	urania	LA	059		31.865	-92.2915	4
71227	Choudrant	choudrant	LA	061		32.5556	-92.5224	4
71235	Dubach	dubach	LA	061		32.6949	-92.6785	4
71245	Grambling	grambling	LA	061		32.5244	-92.7158	4
71270	Ruston	ruston	LA	061		32.5308	-92.6439	4
71272	Ruston	ruston	LA	061		32.5258	-92.6493	4
71273	Ruston	ruston	LA	061		32.6065	-92.6484	4
71275	Simsboro	simsboro	LA	061		32.5384	-92.7995	4
70449	Maurepas	maurepas	LA	063		30.2716	-90.7043	4
70462	Springfield	springfield	LA	063		30.4157	-90.5775	4
70706	Denham Springs	denham-springs	LA	063		30.6085	-90.9038	4
70711	Albany	albany	LA	063		30.5149	-90.5964	4
70726	Denham Springs	denham-springs	LA	063		30.459	-90.9027	4
70727	Denham Springs	denham-springs	LA	063		30.3375	-90.8434	4
70733	French Settlement	french-settlement	LA	063		30.2952	-90.7951	4
70744	Holden	holden	LA	063		30.5556	-90.6652	4
70754	Livingston	livingston	LA	063		30.4741	-90.7673	4
70785	Walker	walker	LA	063		30.5247	-90.8557	4
70786	Watson	watson	LA	063		30.5502	-90.9582	4
71233	Delta	delta	LA	065		32.3257	-90.927	4
71282	Tallulah	tallulah	LA	065		32.4326	-91.0645	4
71284	Tallulah	tallulah	LA	065		32.4085	-91.1868	4
71220	Bastrop	bastrop	LA	067		32.7894	-91.9078	4
71221	Bastrop	bastrop	LA	067		32.7562	-91.8723	4
71223	Bonita	bonita	LA	067		32.9123	-91.6822	4
71229	Collinston	collinston	LA	067		32.6971	-91.8634	4
71250	Jones	jones	LA	067		32.9663	-91.5965	4
71261	Mer Rouge	mer-rouge	LA	067		32.7718	-91.7716	4
71264	Oak Ridge	oak-ridge	LA	067		32.6243	-91.7618	4
71002	Ashland	ashland	LA	069		32.1378	-93.0906	4
71031	Goldonna	goldonna	LA	069		32	-92.9611	4
71066	Powhatan	powhatan	LA	069		31.8741	-93.1966	4
71411	Campti	campti	LA	069		31.8959	-93.0936	4
71414	Clarence	clarence	LA	069		31.8216	-93.0296	4
71416	Cloutierville	cloutierville	LA	069		31.5432	-92.9182	4
71428	Flora	flora	LA	069		31.6124	-93.098	4
71434	Gorum	gorum	LA	069		31.433	-92.9435	4
71450	Marthaville	marthaville	LA	069		31.7726	-93.3954	4
71452	Melrose	melrose	LA	069		31.6104	-92.9745	4
71455	Mora	mora	LA	069		31.4016	-92.974	4
71456	Natchez	natchez	LA	069		31.6615	-93.0241	4
71457	Natchitoches	natchitoches	LA	069		31.7617	-93.0916	4
71458	Natchitoches	natchitoches	LA	069		31.7476	-93.0791	4
71468	Provencal	provencal	LA	069		31.5157	-93.1488	4
71469	Robeline	robeline	LA	069		31.7715	-93.321	4
71497	Natchitoches	natchitoches	LA	069		31.7476	-93.0791	4
70112	New Orleans	new-orleans	LA	071		29.9605	-90.0753	4
70113	New Orleans	new-orleans	LA	071		29.9405	-90.0848	4
70114	New Orleans	new-orleans	LA	071		29.9379	-90.0331	4
70115	New Orleans	new-orleans	LA	071		29.9289	-90.1005	4
70116	New Orleans	new-orleans	LA	071		29.9686	-90.0646	4
70117	New Orleans	new-orleans	LA	071		29.9703	-90.0312	4
70118	New Orleans	new-orleans	LA	071		29.9504	-90.1236	4
70119	New Orleans	new-orleans	LA	071		29.9746	-90.0852	4
70122	New Orleans	new-orleans	LA	071		30.0056	-90.0644	4
09225	APO AE	apo-ae				49.7397	10.1507	
70124	New Orleans	new-orleans	LA	071		30.0071	-90.1094	4
70125	New Orleans	new-orleans	LA	071		29.9512	-90.1028	4
70126	New Orleans	new-orleans	LA	071		29.9987	-90.0446	4
70127	New Orleans	new-orleans	LA	071		30.0313	-89.9758	4
70128	New Orleans	new-orleans	LA	071		30.0487	-89.9585	4
70129	New Orleans	new-orleans	LA	071		30.0877	-89.8462	4
70130	New Orleans	new-orleans	LA	071		29.9324	-90.0739	4
70131	New Orleans	new-orleans	LA	071		29.9168	-89.996	4
70139	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70142	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70143	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70145	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70146	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70148	New Orleans	new-orleans	LA	071		30.0309	-90.068	4
70150	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70151	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70152	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70153	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70154	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70156	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70157	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70158	New Orleans	new-orleans	LA	071		29.9229	-90.0709	4
70159	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70160	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70161	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70162	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70163	New Orleans	new-orleans	LA	071		29.95	-90.0755	4
70164	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70165	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70166	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70167	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70170	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70172	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70174	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70175	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70176	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70177	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70178	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70179	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70182	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70184	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70185	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70186	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70187	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70189	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70190	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
70195	New Orleans	new-orleans	LA	071		29.9546	-90.0751	4
71201	Monroe	monroe	LA	073		32.5286	-92.1061	4
71202	Monroe	monroe	LA	073		32.3868	-92.0722	4
71203	Monroe	monroe	LA	073		32.553	-92.0422	4
71207	Monroe	monroe	LA	073		32.5093	-92.1193	4
71209	Monroe	monroe	LA	073		32.5277	-92.0756	4
71210	Monroe	monroe	LA	073		32.4908	-92.1594	4
71211	Monroe	monroe	LA	073		32.4908	-92.1594	4
71212	Monroe	monroe	LA	073		32.5093	-92.1193	4
71213	Monroe	monroe	LA	073		32.4908	-92.1594	4
71217	Monroe	monroe	LA	073		32.5116	-92.0849	4
71225	Calhoun	calhoun	LA	073		32.5248	-92.3299	4
71240	Fairbanks	fairbanks	LA	073		32.6443	-92.0365	4
71280	Sterlington	sterlington	LA	073		32.7119	-92.0981	4
71281	Swartz	swartz	LA	073		32.4908	-92.1594	4
71291	West Monroe	west-monroe	LA	073		32.5317	-92.176	4
71292	West Monroe	west-monroe	LA	073		32.4566	-92.1854	4
71294	West Monroe	west-monroe	LA	073		32.4908	-92.1594	4
70037	Belle Chasse	belle-chasse	LA	075		29.8345	-90.0042	4
70038	Boothville	boothville	LA	075		29.3079	-89.3814	4
70040	Braithwaite	braithwaite	LA	075		29.7361	-89.9197	4
70041	Buras	buras	LA	075		29.3519	-89.5242	4
70050	Empire	empire	LA	075		29.3814	-89.5926	4
70081	Pilottown	pilottown	LA	075		29.1816	-89.2576	4
70082	Pointe A La Hache	pointe-a-la-hache	LA	075		29.542	-89.7512	4
70083	Port Sulphur	port-sulphur	LA	075		29.47	-89.6847	4
70091	Venice	venice	LA	075		29.2659	-89.3761	4
70093	Belle Chasse	belle-chasse	LA	075		29.8549	-89.9906	4
70715	Batchelor	batchelor	LA	077		30.8298	-91.6944	4
70732	Fordoche	fordoche	LA	077		30.596	-91.6165	4
70736	Glynn	glynn	LA	077		30.6376	-91.3423	4
70747	Innis	innis	LA	077		30.8736	-91.6766	4
70749	Jarreau	jarreau	LA	077		30.6326	-91.4332	4
70752	Lakeland	lakeland	LA	077		30.5799	-91.4217	4
70753	Lettsworth	lettsworth	LA	077		30.9324	-91.7403	4
70755	Livonia	livonia	LA	077		30.5524	-91.5332	4
70756	Lottie	lottie	LA	077		30.5563	-91.6418	4
70759	Morganza	morganza	LA	077		30.7245	-91.5959	4
70760	New Roads	new-roads	LA	077		30.7014	-91.4421	4
70762	Oscar	oscar	LA	077		30.5983	-91.4577	4
70773	Rougon	rougon	LA	077		30.6035	-91.3813	4
70783	Ventress	ventress	LA	077		30.6814	-91.4033	4
71301	Alexandria	alexandria	LA	079		31.2885	-92.4633	4
71302	Alexandria	alexandria	LA	079		31.2683	-92.4242	4
71303	Alexandria	alexandria	LA	079		31.3048	-92.5089	4
71306	Alexandria	alexandria	LA	079		31.3113	-92.4451	4
71307	Alexandria	alexandria	LA	079		31.2034	-92.5269	4
71309	Alexandria	alexandria	LA	079		31.3047	-92.6196	4
71315	Alexandria	alexandria	LA	079		31.1397	-92.3984	4
71325	Cheneyville	cheneyville	LA	079		31.0201	-92.2951	4
71328	Deville	deville	LA	079		31.3574	-92.1654	4
71330	Echo	echo	LA	079		31.1093	-92.2395	4
71346	Lecompte	lecompte	LA	079		31.106	-92.389	4
71348	Libuse	libuse	LA	079		31.3541	-92.3335	4
71359	Pineville	pineville	LA	079		31.3224	-92.4343	4
71360	Pineville	pineville	LA	079		31.2232	-92.3203	4
71361	Pineville	pineville	LA	079		31.3692	-92.4198	4
71365	Ruby	ruby	LA	079		31.1894	-92.2487	4
71405	Ball	ball	LA	079		31.4151	-92.3945	4
71409	Boyce	boyce	LA	079		31.3216	-92.6867	4
71424	Elmer	elmer	LA	079		31.1465	-92.7171	4
71427	Flatwoods	flatwoods	LA	079		31.3849	-92.8812	4
71430	Forest Hill	forest-hill	LA	079		31.0243	-92.5108	4
71431	Gardner	gardner	LA	079		31.2587	-92.6775	4
71433	Glenmora	glenmora	LA	079		31.0262	-92.616	4
71438	Hineston	hineston	LA	079		31.1669	-92.7375	4
71447	Lena	lena	LA	079		31.4207	-92.8312	4
71448	Longleaf	longleaf	LA	079		31.0066	-92.5526	4
71466	Otis	otis	LA	079		31.2077	-92.7392	4
71472	Sieper	sieper	LA	079		31.1976	-92.7858	4
71477	Tioga	tioga	LA	079		31.3999	-92.6042	4
71485	Woodworth	woodworth	LA	079		31.1635	-92.5322	4
71019	Coushatta	coushatta	LA	081		32.0231	-93.2648	4
71034	Hall Summit	hall-summit	LA	081		32.1752	-93.3047	4
71218	Archibald	archibald	LA	083		32.3632	-91.7693	4
71232	Delhi	delhi	LA	083		32.3929	-91.4714	4
71259	Mangham	mangham	LA	083		32.3331	-91.7976	4
71269	Rayville	rayville	LA	083		32.4456	-91.7433	4
71279	Start	start	LA	083		32.4865	-91.8593	4
71065	Pleasant Hill	pleasant-hill	LA	085		31.8086	-93.5136	4
71406	Belmont	belmont	LA	085		31.71	-93.4959	4
71419	Converse	converse	LA	085		31.7339	-93.6902	4
71426	Fisher	fisher	LA	085		31.4937	-93.4602	4
71429	Florien	florien	LA	085		31.4275	-93.5179	4
71449	Many	many	LA	085		31.5851	-93.4641	4
71460	Negreet	negreet	LA	085		31.4693	-93.5749	4
71462	Noble	noble	LA	085		31.6938	-93.7167	4
71486	Zwolle	zwolle	LA	085		31.6138	-93.6636	4
70032	Arabi	arabi	LA	087		29.9612	-89.9965	4
70043	Chalmette	chalmette	LA	087		29.9466	-89.9611	4
70044	Chalmette	chalmette	LA	087		29.9676	-89.9514	4
70075	Meraux	meraux	LA	087		29.9335	-89.9214	4
70085	Saint Bernard	saint-bernard	LA	087		29.8611	-89.8364	4
70092	Violet	violet	LA	087		29.9043	-89.896	4
70030	Des Allemands	des-allemands	LA	089		29.8134	-90.4407	4
70031	Ama	ama	LA	089		29.9435	-90.2925	4
70039	Boutte	boutte	LA	089		29.8973	-90.3934	4
70047	Destrehan	destrehan	LA	089		29.9642	-90.3682	4
70057	Hahnville	hahnville	LA	089		29.9668	-90.4082	4
70070	Luling	luling	LA	089		29.9251	-90.3693	4
70078	New Sarpy	new-sarpy	LA	089		29.9817	-90.3859	4
70079	Norco	norco	LA	089		30.0057	-90.4198	4
70080	Paradis	paradis	LA	089		29.877	-90.4352	4
70087	Saint Rose	saint-rose	LA	089		29.9581	-90.3124	4
70441	Greensburg	greensburg	LA	091		30.8647	-90.7256	4
70453	Pine Grove	pine-grove	LA	091		30.7032	-90.7672	4
70052	Gramercy	gramercy	LA	093		30.0527	-90.6902	4
70071	Lutcher	lutcher	LA	093		30.0447	-90.7008	4
70086	Saint James	saint-james	LA	093		30.0276	-90.8605	4
70090	Vacherie	vacherie	LA	093		29.9694	-90.7097	4
70723	Convent	convent	LA	093		30.0208	-90.8298	4
70743	Hester	hester	LA	093		30.0206	-90.7814	4
70763	Paulina	paulina	LA	093		30.0352	-90.7374	4
70792	Uncle Sam	uncle-sam	LA	093		30.0279	-90.8028	4
70049	Edgard	edgard	LA	095		30.0319	-90.5817	4
70051	Garyville	garyville	LA	095		30.0535	-90.6201	4
70068	La Place	la-place	LA	095		30.0777	-90.4895	1
70069	La Place	la-place	LA	095		30.0912	-90.4832	1
70076	Mount Airy	mount-airy	LA	095		30.0575	-90.6369	4
70084	Reserve	reserve	LA	095		30.0603	-90.5518	4
70512	Arnaudville	arnaudville	LA	097		30.3981	-91.9263	4
70535	Eunice	eunice	LA	097		30.5116	-92.3985	4
70541	Grand Coteau	grand-coteau	LA	097		30.4201	-92.0462	4
70550	Lawtell	lawtell	LA	097		30.5165	-92.1841	4
70551	Leonville	leonville	LA	097		30.4752	-91.9737	4
70570	Opelousas	opelousas	LA	097		30.5144	-92.0897	4
70571	Opelousas	opelousas	LA	097		30.5335	-92.0815	4
70577	Port Barre	port-barre	LA	097		30.5478	-91.9286	4
70584	Sunset	sunset	LA	097		30.3884	-92.0934	4
70589	Washington	washington	LA	097		30.6839	-92.0252	4
70750	Krotz Springs	krotz-springs	LA	097		30.5379	-91.7563	4
71345	Lebeau	lebeau	LA	097		30.7292	-91.9755	4
71353	Melville	melville	LA	097		30.6626	-91.7565	4
71356	Morrow	morrow	LA	097		30.8299	-92.0426	4
71358	Palmetto	palmetto	LA	097		30.7065	-91.9114	4
70517	Breaux Bridge	breaux-bridge	LA	099		30.2948	-91.8296	4
70519	Cade	cade	LA	099		30.0797	-91.9114	4
70521	Cecilia	cecilia	LA	099		30.3364	-91.8492	4
70582	Saint Martinville	saint-martinville	LA	099		30.2237	-91.7794	4
70340	Amelia	amelia	LA	101		29.6663	-91.102	4
70342	Berwick	berwick	LA	101		29.6929	-91.2518	4
70380	Morgan City	morgan-city	LA	101		29.6977	-91.2654	4
70381	Morgan City	morgan-city	LA	101		29.6946	-91.2593	4
70392	Patterson	patterson	LA	101		29.6967	-91.2812	4
70514	Baldwin	baldwin	LA	101		29.8488	-91.5458	4
70522	Centerville	centerville	LA	101		29.7523	-91.4397	4
09226	APO AE	apo-ae				50.0494	10.2217	
70523	Charenton	charenton	LA	101		29.8796	-91.5337	4
70538	Franklin	franklin	LA	101		29.7857	-91.5026	4
70540	Garden City	garden-city	LA	101		29.7633	-91.467	4
70420	Abita Springs	abita-springs	LA	103		30.4837	-90.0041	4
70431	Bush	bush	LA	103		30.6134	-89.9557	4
70433	Covington	covington	LA	103		30.4876	-90.0959	4
70434	Covington	covington	LA	103		30.4755	-90.1004	4
70435	Covington	covington	LA	103		30.5661	-90.1098	4
70437	Folsom	folsom	LA	103		30.6145	-90.1879	4
70445	Lacombe	lacombe	LA	103		30.322	-89.9297	4
70447	Madisonville	madisonville	LA	103		30.4287	-90.1773	4
70448	Mandeville	mandeville	LA	103		30.3666	-90.0487	4
70452	Pearl River	pearl-river	LA	103		30.3944	-89.7732	4
70457	Saint Benedict	saint-benedict	LA	103		30.5269	-90.1126	4
70458	Slidell	slidell	LA	103		30.2784	-89.7712	4
70459	Slidell	slidell	LA	103		30.4255	-89.8813	4
70460	Slidell	slidell	LA	103		30.2916	-89.8129	4
70461	Slidell	slidell	LA	103		30.2726	-89.729	4
70463	Sun	sun	LA	103		30.6491	-89.8926	4
70464	Talisheek	talisheek	LA	103		30.5347	-89.8859	4
70469	Slidell	slidell	LA	103		30.2752	-89.7812	4
70470	Mandeville	mandeville	LA	103		30.4255	-89.8813	4
70471	Mandeville	mandeville	LA	103		30.4207	-90.0589	4
70401	Hammond	hammond	LA	105		30.5191	-90.4879	4
70402	Hammond	hammond	LA	105		30.514	-90.4804	4
70403	Hammond	hammond	LA	105		30.4911	-90.4697	4
70404	Hammond	hammond	LA	105		30.5046	-90.4629	4
70421	Akers	akers	LA	105		30.2902	-90.4018	4
70422	Amite	amite	LA	105		30.7266	-90.509	4
70436	Fluker	fluker	LA	105		30.8128	-90.5207	4
70442	Husser	husser	LA	105		30.692	-90.339	4
70443	Independence	independence	LA	105		30.6351	-90.5277	4
70444	Kentwood	kentwood	LA	105		30.8892	-90.4728	4
70446	Loranger	loranger	LA	105		30.5884	-90.3567	4
70451	Natalbany	natalbany	LA	105		30.5519	-90.4859	4
70454	Ponchatoula	ponchatoula	LA	105		30.4406	-90.4422	4
70455	Robert	robert	LA	105		30.5063	-90.3352	4
70456	Roseland	roseland	LA	105		30.7717	-90.5243	4
70465	Tangipahoa	tangipahoa	LA	105		30.8764	-90.5089	4
70466	Tickfaw	tickfaw	LA	105		30.5668	-90.482	4
71357	Newellton	newellton	LA	107		32.0656	-91.2578	4
71366	Saint Joseph	saint-joseph	LA	107		31.9248	-91.2784	4
71375	Waterproof	waterproof	LA	107		31.8076	-91.3872	4
70343	Bourg	bourg	LA	109		29.5485	-90.6087	4
70344	Chauvin	chauvin	LA	109		29.4634	-90.598	4
70352	Donner	donner	LA	109		29.6964	-90.9444	4
70353	Dulac	dulac	LA	109		29.3695	-90.697	4
70356	Gibson	gibson	LA	109		29.6625	-90.9776	4
70359	Gray	gray	LA	109		29.6903	-90.7807	4
70360	Houma	houma	LA	109		29.5943	-90.7548	4
70361	Houma	houma	LA	109		29.5958	-90.7195	4
70363	Houma	houma	LA	109		29.5601	-90.6917	4
70364	Houma	houma	LA	109		29.6299	-90.7268	4
70377	Montegut	montegut	LA	109		29.4744	-90.544	4
70395	Schriever	schriever	LA	109		29.7123	-90.8513	4
70397	Theriot	theriot	LA	109		29.4516	-90.7651	4
71222	Bernice	bernice	LA	111		32.8221	-92.6579	4
71234	Downsville	downsville	LA	111		32.6525	-92.3745	4
71241	Farmerville	farmerville	LA	111		32.7534	-92.318	4
71256	Lillie	lillie	LA	111		32.9529	-92.6858	4
71260	Marion	marion	LA	111		32.8716	-92.2862	4
71277	Spearsville	spearsville	LA	111		32.955	-92.587	4
70510	Abbeville	abbeville	LA	113		29.9466	-92.2416	4
70511	Abbeville	abbeville	LA	113		29.9747	-92.1343	4
70528	Delcambre	delcambre	LA	113		29.9474	-91.9889	4
70533	Erath	erath	LA	113		29.9522	-92.0343	4
70542	Gueydan	gueydan	LA	113		30.0255	-92.5338	4
70548	Kaplan	kaplan	LA	113		29.9771	-92.3025	4
70555	Maurice	maurice	LA	113		30.0722	-92.107	4
70575	Perry	perry	LA	113		29.9485	-92.1571	4
70639	Evans	evans	LA	115		30.9684	-93.5203	4
70656	Pitkin	pitkin	LA	115		30.933	-92.9548	4
70659	Rosepine	rosepine	LA	115		30.9243	-93.2749	4
71403	Anacoco	anacoco	LA	115		31.2149	-93.3829	4
71439	Hornbeck	hornbeck	LA	115		31.3226	-93.3683	4
71443	Kurthwood	kurthwood	LA	115		31.3374	-93.1657	4
71446	Leesville	leesville	LA	115		31.1256	-93.1736	4
71459	Fort Polk	fort-polk	LA	115		31.0466	-93.2054	4
71461	New Llano	new-llano	LA	115		31.1149	-93.2716	4
71474	Simpson	simpson	LA	115		31.257	-93.017	4
71475	Slagle	slagle	LA	115		31.2024	-93.1274	4
71496	Leesville	leesville	LA	115		31.1435	-93.261	4
70426	Angie	angie	LA	117		30.9224	-89.8567	4
70427	Bogalusa	bogalusa	LA	117		30.7733	-89.8653	4
70429	Bogalusa	bogalusa	LA	117		30.791	-89.8487	4
70438	Franklinton	franklinton	LA	117		30.8577	-90.1155	4
70450	Mount Hermon	mount-hermon	LA	117		30.9536	-90.2769	4
70467	Varnado	varnado	LA	117		30.8938	-89.8295	4
71018	Cotton Valley	cotton-valley	LA	119		32.819	-93.4259	4
71021	Cullen	cullen	LA	119		32.9721	-93.4492	4
71023	Doyline	doyline	LA	119		32.49	-93.3996	4
71024	Dubberly	dubberly	LA	119		32.5192	-93.2142	4
71039	Heflin	heflin	LA	119		32.447	-93.2852	4
71055	Minden	minden	LA	119		32.6323	-93.2886	4
71058	Minden	minden	LA	119		32.6154	-93.2868	4
71071	Sarepta	sarepta	LA	119		32.9434	-93.4404	4
71072	Shongaloo	shongaloo	LA	119		32.9713	-93.2963	4
71073	Sibley	sibley	LA	119		32.5095	-93.3009	4
71075	Springhill	springhill	LA	119		33.0005	-93.4596	4
70710	Addis	addis	LA	121		30.3557	-91.2613	4
70719	Brusly	brusly	LA	121		30.3877	-91.2526	4
70729	Erwinville	erwinville	LA	121		30.548	-91.4187	4
70767	Port Allen	port-allen	LA	121		30.472	-91.2541	4
71237	Epps	epps	LA	123		32.6161	-91.4913	4
71242	Forest	forest	LA	123		32.8239	-91.3989	4
71253	Kilbourne	kilbourne	LA	123		32.9946	-91.3162	4
71263	Oak Grove	oak-grove	LA	123		32.8731	-91.4302	4
71266	Pioneer	pioneer	LA	123		32.7154	-91.4648	4
70712	Angola	angola	LA	125		30.9656	-91.5979	4
70775	Saint Francisville	saint-francisville	LA	125		30.8694	-91.4186	4
70782	Tunica	tunica	LA	125		30.9601	-91.5396	4
70784	Wakefield	wakefield	LA	125		30.9175	-91.3581	4
70787	Weyanoke	weyanoke	LA	125		30.9468	-91.4612	4
71404	Atlanta	atlanta	LA	127		31.776	-92.7958	4
71410	Calvin	calvin	LA	127		31.9657	-92.7757	4
71422	Dodson	dodson	LA	127		32.0701	-92.6783	4
71440	Joyce	joyce	LA	127		31.9393	-92.5988	4
71471	Saint Maurice	saint-maurice	LA	127		31.7596	-92.959	4
71473	Sikes	sikes	LA	127		32.0686	-92.4429	4
71483	Winnfield	winnfield	LA	127		31.9214	-92.6366	4
02532	Buzzards Bay	buzzards-bay	MA	001		41.7455	-70.5905	4
02534	Cataumet	cataumet	MA	001		41.6694	-70.6234	4
02536	East Falmouth	east-falmouth	MA	001		41.5968	-70.5671	4
02537	East Sandwich	east-sandwich	MA	001		41.7283	-70.44	4
02540	Falmouth	falmouth	MA	001		41.5648	-70.6217	4
02541	Falmouth	falmouth	MA	001		41.5515	-70.6148	4
02542	Buzzards Bay	buzzards-bay	MA	001		41.6531	-70.5537	4
02543	Woods Hole	woods-hole	MA	001		41.5263	-70.6643	4
02553	Monument Beach	monument-beach	MA	001		41.7196	-70.612	4
02556	North Falmouth	north-falmouth	MA	001		41.6417	-70.623	4
02559	Pocasset	pocasset	MA	001		41.6881	-70.6105	4
02561	Sagamore	sagamore	MA	001		41.7703	-70.5337	4
02562	Sagamore Beach	sagamore-beach	MA	001		41.7933	-70.5196	4
02563	Sandwich	sandwich	MA	001		41.7113	-70.4775	4
02574	West Falmouth	west-falmouth	MA	001		41.6039	-70.6382	4
02601	Hyannis	hyannis	MA	001		41.6601	-70.2967	4
02630	Barnstable	barnstable	MA	001		41.6983	-70.3001	4
02631	Brewster	brewster	MA	001		41.7492	-70.0699	4
02632	Centerville	centerville	MA	001		41.6606	-70.3532	4
02633	Chatham	chatham	MA	001		41.6889	-69.9722	4
02634	Centerville	centerville	MA	001		41.6487	-70.3481	4
02635	Cotuit	cotuit	MA	001		41.6243	-70.4364	4
02637	Cummaquid	cummaquid	MA	001		41.7014	-70.2772	4
02638	Dennis	dennis	MA	001		41.7322	-70.1911	4
02639	Dennis Port	dennis-port	MA	001		41.6649	-70.1327	4
02641	East Dennis	east-dennis	MA	001		41.7426	-70.162	4
02642	Eastham	eastham	MA	001		41.8408	-69.9849	4
02643	East Orleans	east-orleans	MA	001		41.7843	-69.962	4
02644	Forestdale	forestdale	MA	001		41.6827	-70.5143	4
02645	Harwich	harwich	MA	001		41.7008	-70.0579	4
02646	Harwich Port	harwich-port	MA	001		41.6703	-70.0722	4
02647	Hyannis Port	hyannis-port	MA	001		41.635	-70.3063	4
02648	Marstons Mills	marstons-mills	MA	001		41.6703	-70.4163	4
02649	Mashpee	mashpee	MA	001		41.6181	-70.4854	4
02650	North Chatham	north-chatham	MA	001		41.703	-69.9666	4
02651	North Eastham	north-eastham	MA	001		41.8243	-69.9818	4
02652	North Truro	north-truro	MA	001		42.0338	-70.0875	4
02653	Orleans	orleans	MA	001		41.7792	-69.9822	4
02655	Osterville	osterville	MA	001		41.63	-70.3837	4
02657	Provincetown	provincetown	MA	001		42.0534	-70.1865	4
02659	South Chatham	south-chatham	MA	001		41.6801	-70.0241	4
02660	South Dennis	south-dennis	MA	001		41.7097	-70.1585	4
02661	South Harwich	south-harwich	MA	001		41.6862	-70.0329	4
02662	South Orleans	south-orleans	MA	001		41.7567	-69.9841	4
02663	South Wellfleet	south-wellfleet	MA	001		41.9182	-69.9953	4
02664	South Yarmouth	south-yarmouth	MA	001		41.6739	-70.1949	4
02666	Truro	truro	MA	001		41.9988	-70.0564	4
02667	Wellfleet	wellfleet	MA	001		41.9289	-70.0186	4
02668	West Barnstable	west-barnstable	MA	001		41.7002	-70.372	4
02669	West Chatham	west-chatham	MA	001		41.6812	-69.9911	4
02670	West Dennis	west-dennis	MA	001		41.6626	-70.1681	4
02671	West Harwich	west-harwich	MA	001		41.6694	-70.1135	4
02672	West Hyannisport	west-hyannisport	MA	001		41.6356	-70.3233	4
02673	West Yarmouth	west-yarmouth	MA	001		41.6614	-70.2363	4
02675	Yarmouth Port	yarmouth-port	MA	001		41.7051	-70.227	4
01029	East Otis	east-otis	MA	003		42.1909	-73.0517	4
01201	Pittsfield	pittsfield	MA	003		42.4531	-73.2471	4
01202	Pittsfield	pittsfield	MA	003		42.3929	-73.2285	4
01203	Pittsfield	pittsfield	MA	003		42.3929	-73.2285	4
01220	Adams	adams	MA	003		42.6223	-73.1172	4
01222	Ashley Falls	ashley-falls	MA	003		42.0596	-73.3202	4
01223	Becket	becket	MA	003		42.3594	-73.1203	4
01224	Berkshire	berkshire	MA	003		42.5126	-73.1929	4
01225	Cheshire	cheshire	MA	003		42.5611	-73.158	4
01226	Dalton	dalton	MA	003		42.475	-73.1603	4
01227	Dalton	dalton	MA	003		42.4737	-73.1662	4
01229	Glendale	glendale	MA	003		42.2793	-73.3435	4
01230	Great Barrington	great-barrington	MA	003		42.1959	-73.3607	4
01235	Hinsdale	hinsdale	MA	003		42.4298	-73.0724	4
01236	Housatonic	housatonic	MA	003		42.2653	-73.3745	4
01237	Lanesborough	lanesborough	MA	003		42.5173	-73.2282	4
01238	Lee	lee	MA	003		42.299	-73.2317	4
01240	Lenox	lenox	MA	003		42.3642	-73.2713	4
01242	Lenox Dale	lenox-dale	MA	003		42.3386	-73.2509	4
01244	Mill River	mill-river	MA	003		42.1228	-73.254	4
01245	Monterey	monterey	MA	003		42.1867	-73.2065	4
01247	North Adams	north-adams	MA	003		42.6955	-73.08	4
01252	North Egremont	north-egremont	MA	003		42.1986	-73.4462	4
01253	Otis	otis	MA	003		42.1931	-73.0918	4
01254	Richmond	richmond	MA	003		42.3784	-73.3645	4
01255	Sandisfield	sandisfield	MA	003		42.1094	-73.1163	4
01256	Savoy	savoy	MA	003		42.577	-73.0233	4
01257	Sheffield	sheffield	MA	003		42.1001	-73.3611	4
01258	South Egremont	south-egremont	MA	003		42.1012	-73.4566	4
01259	Southfield	southfield	MA	003		42.078	-73.2609	4
01260	South Lee	south-lee	MA	003		42.2779	-73.2773	4
01262	Stockbridge	stockbridge	MA	003		42.301	-73.3223	4
01263	Stockbridge	stockbridge	MA	003		42.3929	-73.2285	4
01264	Tyringham	tyringham	MA	003		42.22	-73.1979	4
01266	West Stockbridge	west-stockbridge	MA	003		42.3348	-73.3825	4
01267	Williamstown	williamstown	MA	003		42.7089	-73.2036	4
01270	Windsor	windsor	MA	003		42.515	-73.0412	4
01343	Drury	drury	MA	003		42.6427	-72.9862	4
02048	Mansfield	mansfield	MA	005		42.0212	-71.2178	4
02334	Easton	easton	MA	005		42.0235	-71.1324	4
02356	North Easton	north-easton	MA	005		42.059	-71.1123	4
02357	North Easton	north-easton	MA	005		42.0645	-71.0871	4
02375	South Easton	south-easton	MA	005		42.0257	-71.0988	4
02702	Assonet	assonet	MA	005		41.7975	-71.0607	4
02703	Attleboro	attleboro	MA	005		41.9296	-71.3009	4
02712	Chartley	chartley	MA	005		41.9487	-71.2259	4
02714	Dartmouth	dartmouth	MA	005		41.7562	-71.0671	1
02715	Dighton	dighton	MA	005		41.8125	-71.1427	4
02717	East Freetown	east-freetown	MA	005		41.7635	-70.9677	4
02718	East Taunton	east-taunton	MA	005		41.8736	-71.0192	4
02719	Fairhaven	fairhaven	MA	005		41.6409	-70.8896	4
02720	Fall River	fall-river	MA	005		41.7182	-71.14	4
02721	Fall River	fall-river	MA	005		41.6883	-71.1574	4
02722	Fall River	fall-river	MA	005		41.7015	-71.155	4
02723	Fall River	fall-river	MA	005		41.6926	-71.1332	4
02724	Fall River	fall-river	MA	005		41.685	-71.1748	4
02725	Somerset	somerset	MA	005		41.7223	-71.178	4
02726	Somerset	somerset	MA	005		41.756	-71.1492	4
02740	New Bedford	new-bedford	MA	005		41.6347	-70.9372	4
02741	New Bedford	new-bedford	MA	005		41.6362	-70.9342	4
02742	New Bedford	new-bedford	MA	005		41.6362	-70.9342	4
02743	Acushnet	acushnet	MA	005		41.6997	-70.9087	4
02744	New Bedford	new-bedford	MA	005		41.6127	-70.9167	4
02745	New Bedford	new-bedford	MA	005		41.6913	-70.9355	4
02746	New Bedford	new-bedford	MA	005		41.66	-70.9324	4
02747	North Dartmouth	north-dartmouth	MA	005		41.6338	-70.9958	4
02748	South Dartmouth	south-dartmouth	MA	005		41.5665	-70.9843	4
02760	North Attleboro	north-attleboro	MA	005		41.9775	-71.3298	4
02761	North Attleboro	north-attleboro	MA	005		41.9834	-71.3328	4
02763	Attleboro Falls	attleboro-falls	MA	005		41.9726	-71.3082	4
02764	North Dighton	north-dighton	MA	005		41.8529	-71.1485	4
02766	Norton	norton	MA	005		41.9718	-71.1894	4
02767	Raynham	raynham	MA	005		41.9324	-71.0469	4
02768	Raynham Center	raynham-center	MA	005		41.7562	-71.0671	4
02769	Rehoboth	rehoboth	MA	005		41.8515	-71.2545	4
02771	Seekonk	seekonk	MA	005		41.8378	-71.3224	4
02777	Swansea	swansea	MA	005		41.7473	-71.2122	4
02779	Berkley	berkley	MA	005		41.8353	-71.0765	4
02780	Taunton	taunton	MA	005		41.905	-71.1026	4
02783	Taunton	taunton	MA	005		41.7562	-71.0671	4
02790	Westport	westport	MA	005		41.6211	-71.089	1
02791	Westport Point	westport-point	MA	005		41.5223	-71.0745	4
02535	Chilmark	chilmark	MA	007		41.3575	-70.7416	4
02539	Edgartown	edgartown	MA	007		41.3889	-70.5339	4
02552	Menemsha	menemsha	MA	007		41.3798	-70.6431	4
02557	Oak Bluffs	oak-bluffs	MA	007		41.4543	-70.562	4
02568	Vineyard Haven	vineyard-haven	MA	007		41.45	-70.5937	4
02575	West Tisbury	west-tisbury	MA	007		41.4213	-70.6428	4
02713	Cuttyhunk	cuttyhunk	MA	007		41.4218	-70.9313	4
01810	Andover	andover	MA	009		42.6496	-71.1565	4
01812	Andover	andover	MA	009		42.6472	-71.1842	4
01830	Haverhill	haverhill	MA	009		42.7856	-71.0721	4
01831	Haverhill	haverhill	MA	009		42.7711	-71.1221	4
01832	Haverhill	haverhill	MA	009		42.7792	-71.1095	4
01833	Georgetown	georgetown	MA	009		42.7281	-70.9822	4
01834	Groveland	groveland	MA	009		42.753	-71.027	4
01835	Haverhill	haverhill	MA	009		42.7528	-71.0843	4
01840	Lawrence	lawrence	MA	009		42.708	-71.1638	4
01841	Lawrence	lawrence	MA	009		42.7115	-71.167	4
01842	Lawrence	lawrence	MA	009		42.707	-71.1631	4
01843	Lawrence	lawrence	MA	009		42.6911	-71.1605	4
01844	Methuen	methuen	MA	009		42.728	-71.181	4
01845	North Andover	north-andover	MA	009		42.6826	-71.109	4
01860	Merrimac	merrimac	MA	009		42.8346	-71.0047	4
01885	West Boxford	west-boxford	MA	009		42.707	-71.0639	4
01899	Andover	andover	MA	009		42.6584	-71.137	4
01901	Lynn	lynn	MA	009		42.4612	-70.9467	4
01902	Lynn	lynn	MA	009		42.4698	-70.942	4
01903	Lynn	lynn	MA	009		42.4668	-70.9495	4
01904	Lynn	lynn	MA	009		42.4889	-70.9647	4
01905	Lynn	lynn	MA	009		42.4694	-70.9728	4
01906	Saugus	saugus	MA	009		42.4633	-71.0111	4
01907	Swampscott	swampscott	MA	009		42.4746	-70.9098	4
01908	Nahant	nahant	MA	009		42.4261	-70.9277	4
01910	Lynn	lynn	MA	009		42.4548	-70.9747	4
01913	Amesbury	amesbury	MA	009		42.8559	-70.9367	4
01915	Beverly	beverly	MA	009		42.5608	-70.8759	4
01921	Boxford	boxford	MA	009		42.6797	-71.0114	4
01922	Byfield	byfield	MA	009		42.7568	-70.9351	4
01923	Danvers	danvers	MA	009		42.5694	-70.9425	4
01929	Essex	essex	MA	009		42.6286	-70.7828	4
01930	Gloucester	gloucester	MA	009		42.6208	-70.6721	4
01931	Gloucester	gloucester	MA	009		42.6159	-70.662	4
01936	Hamilton	hamilton	MA	009		42.6354	-70.8791	4
01937	Hathorne	hathorne	MA	009		42.5862	-70.9745	4
01938	Ipswich	ipswich	MA	009		42.6809	-70.8494	4
01940	Lynnfield	lynnfield	MA	009		42.5327	-71.0339	4
01944	Manchester	manchester	MA	009		42.5796	-70.7674	4
01945	Marblehead	marblehead	MA	009		42.4984	-70.8653	4
01949	Middleton	middleton	MA	009		42.5942	-71.013	4
01950	Newburyport	newburyport	MA	009		42.813	-70.8847	4
01951	Newbury	newbury	MA	009		42.7835	-70.8474	1
01952	Salisbury	salisbury	MA	009		42.8507	-70.8588	4
01960	Peabody	peabody	MA	009		42.5326	-70.9612	4
01961	Peabody	peabody	MA	009		42.6354	-70.8791	4
01965	Prides Crossing	prides-crossing	MA	009		42.5581	-70.8257	4
01966	Rockport	rockport	MA	009		42.658	-70.6194	4
01969	Rowley	rowley	MA	009		42.7138	-70.907	4
01970	Salem	salem	MA	009		42.5151	-70.9003	4
01971	Salem	salem	MA	009		42.6354	-70.8791	4
01982	South Hamilton	south-hamilton	MA	009		42.6185	-70.8561	4
01983	Topsfield	topsfield	MA	009		42.6415	-70.9488	4
01984	Wenham	wenham	MA	009		42.6017	-70.8786	4
01985	West Newbury	west-newbury	MA	009		42.7949	-70.9778	4
05501	Andover	andover	MA	009		42.6472	-71.1842	4
05544	Andover	andover	MA	009		42.6472	-71.1842	4
01054	Leverett	leverett	MA	011		42.4682	-72.4993	4
01072	Shutesbury	shutesbury	MA	011		42.482	-72.4213	4
01093	Whately	whately	MA	011		42.4427	-72.6525	4
01301	Greenfield	greenfield	MA	011		42.6013	-72.6236	4
01302	Greenfield	greenfield	MA	011		42.5222	-72.6242	4
01330	Ashfield	ashfield	MA	011		42.5232	-72.811	4
01337	Bernardston	bernardston	MA	011		42.6952	-72.5772	4
01338	Buckland	buckland	MA	011		42.5736	-72.8213	4
01339	Charlemont	charlemont	MA	011		42.608	-72.8901	4
01340	Colrain	colrain	MA	011		42.679	-72.7265	4
01341	Conway	conway	MA	011		42.5138	-72.7025	4
01342	Deerfield	deerfield	MA	011		42.5406	-72.6072	4
01344	Erving	erving	MA	011		42.6076	-72.4292	4
01346	Heath	heath	MA	011		42.6853	-72.8391	4
01347	Lake Pleasant	lake-pleasant	MA	011		42.5566	-72.5181	4
01349	Millers Falls	millers-falls	MA	011		42.582	-72.4926	4
01350	Monroe Bridge	monroe-bridge	MA	011		42.7215	-72.9762	4
01351	Montague	montague	MA	011		42.5429	-72.5328	4
01354	Gill	gill	MA	011		42.6404	-72.4995	4
01355	New Salem	new-salem	MA	011		42.5146	-72.3062	4
01360	Northfield	northfield	MA	011		42.6887	-72.451	4
01364	Orange	orange	MA	011		42.6129	-72.2924	4
01367	Rowe	rowe	MA	011		42.6953	-72.9258	4
01370	Shelburne Falls	shelburne-falls	MA	011		42.6022	-72.7391	4
01373	South Deerfield	south-deerfield	MA	011		42.4756	-72.6153	4
01375	Sunderland	sunderland	MA	011		42.4539	-72.5676	4
01376	Turners Falls	turners-falls	MA	011		42.5954	-72.5557	4
01378	Warwick	warwick	MA	011		42.6671	-72.3397	4
01379	Wendell	wendell	MA	011		42.5656	-72.4009	4
01380	Wendell Depot	wendell-depot	MA	011		42.5534	-72.3927	4
01001	Agawam	agawam	MA	013		42.0702	-72.6227	4
01008	Blandford	blandford	MA	013		42.1829	-72.9361	4
01009	Bondsville	bondsville	MA	013		42.2061	-72.3405	4
01010	Brimfield	brimfield	MA	013		42.1165	-72.1885	4
01011	Chester	chester	MA	013		42.2794	-72.9888	4
01013	Chicopee	chicopee	MA	013		42.1487	-72.6079	4
01014	Chicopee	chicopee	MA	013		42.1707	-72.6048	4
01020	Chicopee	chicopee	MA	013		42.1764	-72.5761	4
01021	Chicopee	chicopee	MA	013		42.1707	-72.6048	4
01022	Chicopee	chicopee	MA	013		42.1934	-72.5544	4
01028	East Longmeadow	east-longmeadow	MA	013		42.0672	-72.5056	4
01030	Feeding Hills	feeding-hills	MA	013		42.0718	-72.6751	4
01034	Granville	granville	MA	013		42.1127	-72.952	4
01036	Hampden	hampden	MA	013		42.0648	-72.4318	4
01040	Holyoke	holyoke	MA	013		42.202	-72.6262	4
01041	Holyoke	holyoke	MA	013		42.2043	-72.6162	4
01056	Ludlow	ludlow	MA	013		42.1728	-72.471	4
01057	Monson	monson	MA	013		42.101	-72.3196	4
01069	Palmer	palmer	MA	013		42.1762	-72.3288	4
01071	Russell	russell	MA	013		42.1471	-72.8403	4
01077	Southwick	southwick	MA	013		42.0511	-72.7706	4
01079	Thorndike	thorndike	MA	013		42.1929	-72.3296	4
01080	Three Rivers	three-rivers	MA	013		42.1819	-72.3624	4
01081	Wales	wales	MA	013		42.0627	-72.2046	4
01085	Westfield	westfield	MA	013		42.1251	-72.7495	4
01086	Westfield	westfield	MA	013		42.1734	-72.848	4
01089	West Springfield	west-springfield	MA	013		42.1151	-72.6411	4
01090	West Springfield	west-springfield	MA	013		42.1707	-72.6048	4
01095	Wilbraham	wilbraham	MA	013		42.1245	-72.4464	4
01097	Woronoco	woronoco	MA	013		42.164	-72.8295	4
01101	Springfield	springfield	MA	013		42.1015	-72.5898	4
01102	Springfield	springfield	MA	013		42.1707	-72.6048	4
01103	Springfield	springfield	MA	013		42.1029	-72.5887	4
01104	Springfield	springfield	MA	013		42.1288	-72.5778	4
01105	Springfield	springfield	MA	013		42.0999	-72.5783	4
01106	Longmeadow	longmeadow	MA	013		42.0507	-72.5676	4
01107	Springfield	springfield	MA	013		42.1179	-72.6065	4
01108	Springfield	springfield	MA	013		42.0853	-72.5584	4
01109	Springfield	springfield	MA	013		42.1145	-72.5543	4
01111	Springfield	springfield	MA	013		42.1707	-72.6048	4
01115	Springfield	springfield	MA	013		42.1029	-72.5916	4
01116	Longmeadow	longmeadow	MA	013		42.1707	-72.6048	4
01118	Springfield	springfield	MA	013		42.0929	-72.5274	4
01119	Springfield	springfield	MA	013		42.1247	-72.5121	4
01128	Springfield	springfield	MA	013		42.0944	-72.4889	4
01129	Springfield	springfield	MA	013		42.1223	-72.4876	4
01138	Springfield	springfield	MA	013		42.1707	-72.6048	4
01139	Springfield	springfield	MA	013		42.1707	-72.6048	4
01144	Springfield	springfield	MA	013		42.1018	-72.5915	4
01151	Indian Orchard	indian-orchard	MA	013		42.1532	-72.505	4
01152	Springfield	springfield	MA	013		42.1707	-72.6048	4
01199	Springfield	springfield	MA	013		42.1199	-72.605	4
01521	Holland	holland	MA	013		42.0403	-72.1544	4
01002	Amherst	amherst	MA	015		42.3671	-72.4646	4
01003	Amherst	amherst	MA	015		42.3919	-72.5248	4
01004	Amherst	amherst	MA	015		42.3845	-72.5132	4
01007	Belchertown	belchertown	MA	015		42.2751	-72.411	4
01012	Chesterfield	chesterfield	MA	015		42.3923	-72.8256	4
01026	Cummington	cummington	MA	015		42.4633	-72.9202	4
01027	Easthampton	easthampton	MA	015		42.2668	-72.669	4
01032	Goshen	goshen	MA	015		42.4404	-72.7995	4
01033	Granby	granby	MA	015		42.2557	-72.52	4
01035	Hadley	hadley	MA	015		42.3606	-72.5715	4
01038	Hatfield	hatfield	MA	015		42.3844	-72.6167	4
01039	Haydenville	haydenville	MA	015		42.3818	-72.7032	4
01050	Huntington	huntington	MA	015		42.2653	-72.8733	4
01053	Leeds	leeds	MA	015		42.3543	-72.7034	4
01059	North Amherst	north-amherst	MA	015		42.4104	-72.5309	4
01060	Northampton	northampton	MA	015		42.3223	-72.6313	4
01061	Northampton	northampton	MA	015		42.3696	-72.636	4
01062	Florence	florence	MA	015		42.3219	-72.6928	4
01063	Northampton	northampton	MA	015		42.3179	-72.6402	4
01066	North Hatfield	north-hatfield	MA	015		42.4112	-72.6223	4
01070	Plainfield	plainfield	MA	015		42.5144	-72.9183	4
01073	Southampton	southampton	MA	015		42.2247	-72.7194	4
01075	South Hadley	south-hadley	MA	015		42.2375	-72.5811	4
01082	Ware	ware	MA	015		42.2618	-72.2583	4
01084	West Chesterfield	west-chesterfield	MA	015		42.3903	-72.8709	4
01088	West Hatfield	west-hatfield	MA	015		42.3906	-72.6469	4
01096	Williamsburg	williamsburg	MA	015		42.4085	-72.778	4
01098	Worthington	worthington	MA	015		42.3843	-72.9314	1
01243	Middlefield	middlefield	MA	015		42.3561	-73.0104	4
01431	Ashby	ashby	MA	017		42.6745	-71.8174	4
01432	Ayer	ayer	MA	017		42.5591	-71.5788	4
01450	Groton	groton	MA	017		42.6124	-71.5584	4
01460	Littleton	littleton	MA	017		42.5401	-71.4877	4
01463	Pepperell	pepperell	MA	017		42.6689	-71.5934	4
01464	Shirley	shirley	MA	017		42.5734	-71.6483	4
01469	Townsend	townsend	MA	017		42.6525	-71.6896	4
01470	Groton	groton	MA	017		42.6112	-71.5745	4
01471	Groton	groton	MA	017		42.6112	-71.5745	4
01472	West Groton	west-groton	MA	017		42.6043	-71.6273	4
01474	West Townsend	west-townsend	MA	017		42.6678	-71.7522	4
01701	Framingham	framingham	MA	017		42.3007	-71.4255	4
01702	Framingham	framingham	MA	017		42.2822	-71.4339	4
01703	Framingham	framingham	MA	017		42.4464	-71.4594	4
01704	Framingham	framingham	MA	017		42.4464	-71.4594	4
01705	Framingham	framingham	MA	017		42.4464	-71.4594	4
01718	Acton	acton	MA	017		42.4851	-71.4328	4
01719	Boxborough	boxborough	MA	017		42.4884	-71.5178	1
01720	Acton	acton	MA	017		42.4751	-71.4483	4
01721	Ashland	ashland	MA	017		42.2539	-71.4583	4
01730	Bedford	bedford	MA	017		42.4843	-71.2768	4
01731	Hanscom Afb	hanscom-afb	MA	017		42.4567	-71.2795	1
01741	Carlisle	carlisle	MA	017		42.5286	-71.3519	4
01742	Concord	concord	MA	017		42.4567	-71.3747	4
01746	Holliston	holliston	MA	017		42.2026	-71.4361	4
01748	Hopkinton	hopkinton	MA	017		42.219	-71.5302	4
01749	Hudson	hudson	MA	017		42.3918	-71.5609	4
01752	Marlborough	marlborough	MA	017		42.3509	-71.5434	4
01754	Maynard	maynard	MA	017		42.4321	-71.455	4
01760	Natick	natick	MA	017		42.2875	-71.3574	4
01770	Sherborn	sherborn	MA	017		42.2331	-71.3787	4
01773	Lincoln	lincoln	MA	017		42.4217	-71.3137	4
01775	Stow	stow	MA	017		42.4308	-71.515	4
01776	Sudbury	sudbury	MA	017		42.3837	-71.4282	4
01778	Wayland	wayland	MA	017		42.3486	-71.3588	4
01784	Woodville	woodville	MA	017		42.2376	-71.562	4
01801	Woburn	woburn	MA	017		42.4829	-71.1574	4
01803	Burlington	burlington	MA	017		42.5089	-71.2004	4
01805	Burlington	burlington	MA	017		42.5048	-71.1956	4
01813	Woburn	woburn	MA	017		42.4793	-71.1523	4
01815	Woburn	woburn	MA	017		42.4793	-71.1523	4
01821	Billerica	billerica	MA	017		42.5519	-71.2518	4
01822	Billerica	billerica	MA	017		42.5584	-71.2689	4
01824	Chelmsford	chelmsford	MA	017		42.5911	-71.3556	4
01826	Dracut	dracut	MA	017		42.6764	-71.3186	4
01827	Dunstable	dunstable	MA	017		42.6739	-71.4952	4
01850	Lowell	lowell	MA	017		42.656	-71.3051	4
01851	Lowell	lowell	MA	017		42.6315	-71.3329	4
01852	Lowell	lowell	MA	017		42.6344	-71.2983	4
01853	Lowell	lowell	MA	017		42.6334	-71.3162	4
01854	Lowell	lowell	MA	017		42.6493	-71.3355	4
01862	North Billerica	north-billerica	MA	017		42.5757	-71.2902	4
01863	North Chelmsford	north-chelmsford	MA	017		42.6347	-71.3908	4
01864	North Reading	north-reading	MA	017		42.5819	-71.0947	4
01865	Nutting Lake	nutting-lake	MA	017		42.5379	-71.2689	4
01866	Pinehurst	pinehurst	MA	017		42.5293	-71.2281	4
01867	Reading	reading	MA	017		42.528	-71.109	4
01876	Tewksbury	tewksbury	MA	017		42.6028	-71.2232	4
01879	Tyngsboro	tyngsboro	MA	017		42.6724	-71.4158	4
01880	Wakefield	wakefield	MA	017		42.5009	-71.0685	4
01886	Westford	westford	MA	017		42.5864	-71.4401	4
01887	Wilmington	wilmington	MA	017		42.5581	-71.1723	4
01888	Woburn	woburn	MA	017		42.4793	-71.1523	4
01889	North Reading	north-reading	MA	017		42.5716	-71.1096	4
01890	Winchester	winchester	MA	017		42.453	-71.1441	4
02138	Cambridge	cambridge	MA	017		42.377	-71.1256	4
02139	Cambridge	cambridge	MA	017		42.3647	-71.1042	4
02140	Cambridge	cambridge	MA	017		42.3932	-71.1338	4
02141	Cambridge	cambridge	MA	017		42.3687	-71.0836	4
02142	Cambridge	cambridge	MA	017		42.362	-71.083	4
02143	Somerville	somerville	MA	017		42.3829	-71.1028	4
02144	Somerville	somerville	MA	017		42.4003	-71.1221	4
02145	Somerville	somerville	MA	017		42.3907	-71.0929	4
02148	Malden	malden	MA	017		42.4291	-71.0605	4
02149	Everett	everett	MA	017		42.4112	-71.0514	4
02153	Medford	medford	MA	017		42.4184	-71.1062	4
02155	Medford	medford	MA	017		42.4173	-71.1087	4
02156	West Medford	west-medford	MA	017		42.4223	-71.1328	4
02176	Melrose	melrose	MA	017		42.4581	-71.0632	4
02180	Stoneham	stoneham	MA	017		42.4828	-71.0978	4
02212	Boston	boston	MA	017		42.3584	-71.0598	4
02238	Cambridge	cambridge	MA	017		42.3751	-71.1056	4
02420	Lexington	lexington	MA	017		42.4563	-71.2167	4
02421	Lexington	lexington	MA	017		42.4426	-71.2265	4
02451	Waltham	waltham	MA	017		42.3986	-71.2451	4
02452	Waltham	waltham	MA	017		42.3943	-71.218	4
02453	Waltham	waltham	MA	017		42.3654	-71.2317	4
02454	Waltham	waltham	MA	017		42.3567	-71.2505	4
02455	North Waltham	north-waltham	MA	017		42.3621	-71.2055	4
02456	New Town	new-town	MA	017		42.4464	-71.4594	4
02458	Newton	newton	MA	017		42.3528	-71.1875	4
02459	Newton Center	newton-center	MA	017		42.3341	-71.1833	4
02460	Newtonville	newtonville	MA	017		42.352	-71.2084	4
02461	Newton Highlands	newton-highlands	MA	017		42.3168	-71.2084	4
02462	Newton Lower Falls	newton-lower-falls	MA	017		42.3299	-71.2562	4
02464	Newton Upper Falls	newton-upper-falls	MA	017		42.3129	-71.2195	4
02465	West Newton	west-newton	MA	017		42.3492	-71.2267	4
02466	Auburndale	auburndale	MA	017		42.3441	-71.248	4
02467	Chestnut Hill	chestnut-hill	MA	017		42.3164	-71.1612	4
02468	Waban	waban	MA	017		42.3271	-71.2315	4
02471	Watertown	watertown	MA	017		42.3709	-71.1828	4
02472	Watertown	watertown	MA	017		42.37	-71.1773	4
02474	Arlington	arlington	MA	017		42.4202	-71.1565	4
02475	Arlington Heights	arlington-heights	MA	017		42.4204	-71.1801	4
02476	Arlington	arlington	MA	017		42.4162	-71.1752	4
02477	Watertown	watertown	MA	017		42.3709	-71.1828	4
02478	Belmont	belmont	MA	017		42.3959	-71.1787	4
02479	Waverley	waverley	MA	017		42.3876	-71.1828	4
02493	Weston	weston	MA	017		42.3589	-71.3001	4
02495	Nonantum	nonantum	MA	017		42.3626	-71.2023	4
02554	Nantucket	nantucket	MA	019		41.2725	-70.0932	4
02564	Siasconset	siasconset	MA	019		41.2639	-69.9626	4
02584	Nantucket	nantucket	MA	019		41.2778	-70.046	4
02019	Bellingham	bellingham	MA	021		42.0746	-71.4768	4
02021	Canton	canton	MA	021		42.1645	-71.1355	4
02025	Cohasset	cohasset	MA	021		42.2395	-70.8128	4
02026	Dedham	dedham	MA	021		42.2437	-71.1637	4
02027	Dedham	dedham	MA	021		42.18	-71.0892	4
02030	Dover	dover	MA	021		42.2362	-71.2854	4
02032	East Walpole	east-walpole	MA	021		42.1532	-71.2179	4
02035	Foxboro	foxboro	MA	021		42.0649	-71.2441	4
02038	Franklin	franklin	MA	021		42.0935	-71.4058	4
02052	Medfield	medfield	MA	021		42.1845	-71.3048	4
02053	Medway	medway	MA	021		42.1514	-71.4217	4
02054	Millis	millis	MA	021		42.1669	-71.3607	4
02056	Norfolk	norfolk	MA	021		42.1177	-71.3269	4
02062	Norwood	norwood	MA	021		42.1868	-71.2033	4
02067	Sharon	sharon	MA	021		42.1094	-71.1759	4
02070	Sheldonville	sheldonville	MA	021		42.0348	-71.387	4
02071	South Walpole	south-walpole	MA	021		42.0992	-71.2752	4
02072	Stoughton	stoughton	MA	021		42.1253	-71.1074	4
02081	Walpole	walpole	MA	021		42.1444	-71.2544	4
02090	Westwood	westwood	MA	021		42.2148	-71.2104	4
02093	Wrentham	wrentham	MA	021		42.0617	-71.3396	4
02169	Quincy	quincy	MA	021		42.2491	-70.9978	4
02170	Quincy	quincy	MA	021		42.2671	-71.0186	4
02171	Quincy	quincy	MA	021		42.2825	-71.0241	4
02184	Braintree	braintree	MA	021		42.2093	-70.9963	4
02185	Braintree	braintree	MA	021		42.18	-71.0892	4
02186	Milton	milton	MA	021		42.2537	-71.0771	4
02187	Milton Village	milton-village	MA	021		42.2668	-71.0717	4
02188	Weymouth	weymouth	MA	021		42.2113	-70.9582	4
02189	East Weymouth	east-weymouth	MA	021		42.214	-70.9203	4
02190	South Weymouth	south-weymouth	MA	021		42.1751	-70.9495	4
02191	North Weymouth	north-weymouth	MA	021		42.2459	-70.9467	4
02269	Quincy	quincy	MA	021		42.2529	-71.0023	4
02322	Avon	avon	MA	021		42.1258	-71.0437	4
02343	Holbrook	holbrook	MA	021		42.1464	-71.0083	4
02368	Randolph	randolph	MA	021		42.1736	-71.0514	4
02445	Brookline	brookline	MA	021		42.3259	-71.1341	4
02446	Brookline	brookline	MA	021		42.3431	-71.123	4
02447	Brookline Village	brookline-village	MA	021		42.3329	-71.1162	4
02457	Babson Park	babson-park	MA	021		42.2987	-71.2595	4
02481	Wellesley Hills	wellesley-hills	MA	021		42.3106	-71.2747	4
02482	Wellesley	wellesley	MA	021		42.2945	-71.2992	4
02492	Needham	needham	MA	021		42.2798	-71.2501	4
02494	Needham Heights	needham-heights	MA	021		42.2945	-71.2328	4
02762	Plainville	plainville	MA	021		42.0124	-71.3275	4
02018	Accord	accord	MA	023		42.1745	-70.8837	4
02020	Brant Rock	brant-rock	MA	023		42.0818	-70.6439	4
02040	Greenbush	greenbush	MA	023		42.1793	-70.7495	4
02041	Green Harbor	green-harbor	MA	023		42.0696	-70.6491	4
02043	Hingham	hingham	MA	023		42.2245	-70.8911	4
02044	Hingham	hingham	MA	023		42.2418	-70.8898	4
02045	Hull	hull	MA	023		42.2853	-70.8754	4
02047	Humarock	humarock	MA	023		42.1428	-70.6935	4
02050	Marshfield	marshfield	MA	023		42.1062	-70.6993	4
02051	Marshfield Hills	marshfield-hills	MA	023		42.1512	-70.7341	4
02055	Minot	minot	MA	023		42.2404	-70.762	4
02059	North Marshfield	north-marshfield	MA	023		42.1432	-70.7703	4
02060	North Scituate	north-scituate	MA	023		42.219	-70.7856	4
02061	Norwell	norwell	MA	023		42.1596	-70.8217	4
02065	Ocean Bluff	ocean-bluff	MA	023		42.0972	-70.6516	4
02066	Scituate	scituate	MA	023		42.2032	-70.7525	4
02301	Brockton	brockton	MA	023		42.0794	-71.04	4
02302	Brockton	brockton	MA	023		42.0847	-71.0002	4
02303	Brockton	brockton	MA	023		42.0834	-71.0184	4
02304	Brockton	brockton	MA	023		42.0834	-71.0184	4
02305	Brockton	brockton	MA	023		42.0834	-71.0184	4
02324	Bridgewater	bridgewater	MA	023		41.9773	-70.9723	4
02325	Bridgewater	bridgewater	MA	023		41.9873	-70.9728	4
02327	Bryantville	bryantville	MA	023		42.0407	-70.8272	4
02330	Carver	carver	MA	023		41.8883	-70.7678	4
02331	Duxbury	duxbury	MA	023		41.9705	-70.7014	4
02332	Duxbury	duxbury	MA	023		42.0399	-70.7163	4
02333	East Bridgewater	east-bridgewater	MA	023		42.0315	-70.945	4
02337	Elmwood	elmwood	MA	023		42.0098	-70.962	4
02338	Halifax	halifax	MA	023		42.0002	-70.8448	4
02339	Hanover	hanover	MA	023		42.1214	-70.857	4
02340	Hanover	hanover	MA	023		42.1137	-70.8161	4
02341	Hanson	hanson	MA	023		42.0616	-70.8651	4
02344	Middleboro	middleboro	MA	023		41.8932	-70.9112	4
02345	Manomet	manomet	MA	023		41.8882	-70.581	4
02346	Middleboro	middleboro	MA	023		41.8884	-70.893	4
02347	Lakeville	lakeville	MA	023		41.8374	-70.9582	4
02348	Lakeville	lakeville	MA	023		41.8459	-70.9495	4
02349	Middleboro	middleboro	MA	023		41.8932	-70.9112	4
02350	Monponsett	monponsett	MA	023		42.0185	-70.8475	4
02351	Abington	abington	MA	023		42.1167	-70.9543	4
02355	North Carver	north-carver	MA	023		41.9169	-70.8013	4
02358	North Pembroke	north-pembroke	MA	023		42.0932	-70.7925	4
02359	Pembroke	pembroke	MA	023		42.0621	-70.8044	4
02360	Plymouth	plymouth	MA	023		41.9104	-70.642	4
02361	Plymouth	plymouth	MA	023		41.9705	-70.7014	4
02362	Plymouth	plymouth	MA	023		41.9584	-70.6673	4
02364	Kingston	kingston	MA	023		41.995	-70.741	4
02366	South Carver	south-carver	MA	023		41.8501	-70.7044	4
02367	Plympton	plympton	MA	023		41.9655	-70.8046	4
02370	Rockland	rockland	MA	023		42.1293	-70.9133	4
02379	West Bridgewater	west-bridgewater	MA	023		42.0255	-71.0161	4
02381	White Horse Beach	white-horse-beach	MA	023		41.9316	-70.5611	4
02382	Whitman	whitman	MA	023		42.0816	-70.9381	4
02538	East Wareham	east-wareham	MA	023		41.7682	-70.6532	4
02558	Onset	onset	MA	023		41.7476	-70.6582	4
02571	Wareham	wareham	MA	023		41.7541	-70.7116	4
02576	West Wareham	west-wareham	MA	023		41.7796	-70.7642	4
02738	Marion	marion	MA	023		41.7095	-70.7613	4
02739	Mattapoisett	mattapoisett	MA	023		41.6618	-70.8164	4
02770	Rochester	rochester	MA	023		41.7591	-70.8523	4
02108	Boston	boston	MA	025		42.3576	-71.0684	4
02109	Boston	boston	MA	025		42.36	-71.0545	4
02110	Boston	boston	MA	025		42.3576	-71.0514	4
02111	Boston	boston	MA	025		42.3503	-71.0629	4
02112	Boston	boston	MA	025		42.3584	-71.0598	4
02113	Boston	boston	MA	025		42.3657	-71.056	4
02114	Boston	boston	MA	025		42.3611	-71.0682	4
02115	Boston	boston	MA	025		42.3427	-71.0922	4
02116	Boston	boston	MA	025		42.3492	-71.0768	4
02117	Boston	boston	MA	025		42.3585	-71.058	4
02118	Boston	boston	MA	025		42.3362	-71.0729	4
02119	Roxbury	roxbury	MA	025		42.3251	-71.0953	4
02120	Roxbury Crossing	roxbury-crossing	MA	025		42.3307	-71.0912	4
02121	Dorchester	dorchester	MA	025		42.2973	-71.0745	4
02122	Dorchester	dorchester	MA	025		42.2973	-71.0745	4
02123	Boston	boston	MA	025		42.3389	-70.9196	4
02124	Dorchester Center	dorchester-center	MA	025		42.2918	-71.0717	4
02125	Dorchester	dorchester	MA	025		42.2973	-71.0745	4
02126	Mattapan	mattapan	MA	025		42.2739	-71.0939	4
02127	Boston	boston	MA	025		42.3347	-71.0375	4
02128	Boston	boston	MA	025		42.3642	-71.0257	4
02129	Charlestown	charlestown	MA	025		42.3778	-71.0627	4
02130	Jamaica Plain	jamaica-plain	MA	025		42.3126	-71.1115	4
02131	Roslindale	roslindale	MA	025		42.2836	-71.1295	4
02132	West Roxbury	west-roxbury	MA	025		42.2787	-71.1589	4
02133	Boston	boston	MA	025		42.3584	-71.0598	4
02134	Allston	allston	MA	025		42.3535	-71.1329	4
02135	Brighton	brighton	MA	025		42.3478	-71.1566	4
02136	Hyde Park	hyde-park	MA	025		42.254	-71.1261	4
02137	Readville	readville	MA	025		42.2404	-71.137	4
02150	Chelsea	chelsea	MA	025		42.3963	-71.0325	4
02151	Revere	revere	MA	025		42.4138	-71.0052	4
02152	Winthrop	winthrop	MA	025		42.3763	-70.98	4
02163	Boston	boston	MA	025		42.3253	-71.1122	4
02196	Boston	boston	MA	025		42.3584	-71.0598	4
02199	Boston	boston	MA	025		42.3479	-71.0825	4
02201	Boston	boston	MA	025		42.3584	-71.0598	4
02203	Boston	boston	MA	025		42.3615	-71.0604	4
02204	Boston	boston	MA	025		42.3389	-70.9196	4
02205	Boston	boston	MA	025		42.3503	-71.0539	4
02206	Boston	boston	MA	025		42.3389	-70.9196	4
02210	Boston	boston	MA	025		42.3489	-71.0465	4
02211	Boston	boston	MA	025		42.3584	-71.0598	4
02215	Boston	boston	MA	025		42.3471	-71.1027	4
02217	Boston	boston	MA	025		42.3389	-70.9196	4
02222	Boston	boston	MA	025		42.3644	-71.0633	4
02241	Boston	boston	MA	025		42.3584	-71.0598	4
02266	Boston	boston	MA	025		42.3584	-71.0598	4
02283	Boston	boston	MA	025		42.3389	-70.9196	4
02284	Boston	boston	MA	025		42.3389	-70.9196	4
02293	Boston	boston	MA	025		42.3584	-71.0598	4
02297	Boston	boston	MA	025		42.3584	-71.0598	4
02298	Boston	boston	MA	025		42.3823	-71.0323	4
01005	Barre	barre	MA	027		42.4097	-72.1084	4
01031	Gilbertville	gilbertville	MA	027		42.3322	-72.1986	4
01037	Hardwick	hardwick	MA	027		42.3479	-72.2253	4
01068	Oakham	oakham	MA	027		42.348	-72.0513	4
01074	South Barre	south-barre	MA	027		42.3854	-72.0954	4
01083	Warren	warren	MA	027		42.204	-72.1994	4
01092	West Warren	west-warren	MA	027		42.2029	-72.229	4
01094	Wheelwright	wheelwright	MA	027		42.3582	-72.1408	4
01331	Athol	athol	MA	027		42.5959	-72.2267	4
01366	Petersham	petersham	MA	027		42.4898	-72.1893	4
01368	Royalston	royalston	MA	027		42.6722	-72.1964	4
01420	Fitchburg	fitchburg	MA	027		42.5796	-71.8031	4
01430	Ashburnham	ashburnham	MA	027		42.6496	-71.9267	4
01434	Devens	devens	MA	027		42.5385	-71.6115	4
01436	Baldwinville	baldwinville	MA	027		42.5936	-72.0646	4
01438	East Templeton	east-templeton	MA	027		42.5631	-72.037	4
01440	Gardner	gardner	MA	027		42.574	-71.9898	4
01441	Westminster	westminster	MA	027		42.5459	-71.9106	4
01451	Harvard	harvard	MA	027		42.4986	-71.5753	4
01452	Hubbardston	hubbardston	MA	027		42.4865	-72.0012	4
01453	Leominster	leominster	MA	027		42.5274	-71.7563	4
01462	Lunenburg	lunenburg	MA	027		42.5884	-71.7266	4
01467	Still River	still-river	MA	027		42.4871	-71.6131	4
01468	Templeton	templeton	MA	027		42.546	-72.065	4
01473	Westminster	westminster	MA	027		42.5483	-71.9096	4
01475	Winchendon	winchendon	MA	027		42.6789	-72.0475	4
01501	Auburn	auburn	MA	027		42.2055	-71.8391	4
01503	Berlin	berlin	MA	027		42.3844	-71.6356	4
01504	Blackstone	blackstone	MA	027		42.0287	-71.5269	4
01505	Boylston	boylston	MA	027		42.3377	-71.731	4
01506	Brookfield	brookfield	MA	027		42.1991	-72.0989	4
01507	Charlton	charlton	MA	027		42.1379	-71.9664	4
01508	Charlton City	charlton-city	MA	027		42.1459	-71.9884	4
01509	Charlton Depot	charlton-depot	MA	027		42.1731	-71.9787	4
01510	Clinton	clinton	MA	027		42.4181	-71.6828	4
01515	East Brookfield	east-brookfield	MA	027		42.2193	-72.0481	4
01516	Douglas	douglas	MA	027		42.0528	-71.7509	4
01518	Fiskdale	fiskdale	MA	027		42.1228	-72.1178	4
01519	Grafton	grafton	MA	027		42.2004	-71.6868	4
01520	Holden	holden	MA	027		42.342	-71.8414	4
01522	Jefferson	jefferson	MA	027		42.3755	-71.8706	4
01523	Lancaster	lancaster	MA	027		42.451	-71.6868	4
01524	Leicester	leicester	MA	027		42.237	-71.9188	4
01525	Linwood	linwood	MA	027		42.0973	-71.6448	4
01526	Manchaug	manchaug	MA	027		42.0945	-71.7476	4
01527	Millbury	millbury	MA	027		42.1968	-71.7644	4
01529	Millville	millville	MA	027		42.0331	-71.5798	4
01531	New Braintree	new-braintree	MA	027		42.3198	-72.1306	4
01532	Northborough	northborough	MA	027		42.3182	-71.6464	4
01534	Northbridge	northbridge	MA	027		42.1494	-71.6564	4
01535	North Brookfield	north-brookfield	MA	027		42.2665	-72.0821	4
01536	North Grafton	north-grafton	MA	027		42.2297	-71.7037	4
01537	North Oxford	north-oxford	MA	027		42.1655	-71.886	4
01538	North Uxbridge	north-uxbridge	MA	027		42.0876	-71.6412	4
01540	Oxford	oxford	MA	027		42.1129	-71.8687	4
01541	Princeton	princeton	MA	027		42.4508	-71.8762	4
01542	Rochdale	rochdale	MA	027		42.1997	-71.9069	4
01543	Rutland	rutland	MA	027		42.3762	-71.949	4
01545	Shrewsbury	shrewsbury	MA	027		42.2848	-71.7205	4
01546	Shrewsbury	shrewsbury	MA	027		42.3648	-71.8969	4
01550	Southbridge	southbridge	MA	027		42.075	-72.0353	4
01560	South Grafton	south-grafton	MA	027		42.176	-71.6927	4
01561	South Lancaster	south-lancaster	MA	027		42.4435	-71.6861	4
01562	Spencer	spencer	MA	027		42.2441	-71.9906	4
01564	Sterling	sterling	MA	027		42.4354	-71.7752	4
01566	Sturbridge	sturbridge	MA	027		42.1126	-72.0842	4
01568	Upton	upton	MA	027		42.1756	-71.6032	4
01569	Uxbridge	uxbridge	MA	027		42.0744	-71.6329	4
01570	Webster	webster	MA	027		42.0521	-71.8486	4
01571	Dudley	dudley	MA	027		42.0489	-71.8932	4
01581	Westborough	westborough	MA	027		42.2679	-71.6176	4
01583	West Boylston	west-boylston	MA	027		42.3584	-71.7838	4
01585	West Brookfield	west-brookfield	MA	027		42.2441	-72.1511	4
01586	West Millbury	west-millbury	MA	027		42.1712	-71.8037	4
01588	Whitinsville	whitinsville	MA	027		42.1153	-71.6644	4
01590	Sutton	sutton	MA	027		42.1266	-71.7552	4
01601	Worcester	worcester	MA	027		42.2626	-71.8023	4
01602	Worcester	worcester	MA	027		42.2703	-71.8417	4
01603	Worcester	worcester	MA	027		42.245	-71.838	4
01604	Worcester	worcester	MA	027		42.2541	-71.7746	4
01605	Worcester	worcester	MA	027		42.2894	-71.7888	4
01606	Worcester	worcester	MA	027		42.311	-71.7958	4
01607	Worcester	worcester	MA	027		42.2303	-71.7938	4
01608	Worcester	worcester	MA	027		42.2624	-71.8003	4
01609	Worcester	worcester	MA	027		42.2826	-71.8277	4
01610	Worcester	worcester	MA	027		42.2492	-71.8108	4
01611	Cherry Valley	cherry-valley	MA	027		42.2373	-71.875	4
01612	Paxton	paxton	MA	027		42.3066	-71.9202	4
01613	Worcester	worcester	MA	027		42.2933	-71.802	4
01614	Worcester	worcester	MA	027		42.2626	-71.8023	4
01615	Worcester	worcester	MA	027		42.2626	-71.8023	4
01653	Worcester	worcester	MA	027		42.3648	-71.8969	4
01655	Worcester	worcester	MA	027		42.3648	-71.8969	4
01740	Bolton	bolton	MA	027		42.4365	-71.6076	4
01745	Fayville	fayville	MA	027		42.2934	-71.5028	4
01747	Hopedale	hopedale	MA	027		42.1268	-71.5376	4
01756	Mendon	mendon	MA	027		42.0967	-71.5499	4
01757	Milford	milford	MA	027		42.1511	-71.5274	4
01772	Southborough	southborough	MA	027		42.2939	-71.532	4
21501	Cumberland	cumberland	MD	001		39.6529	-78.7625	4
21502	Cumberland	cumberland	MD	001		39.5992	-78.8444	4
21503	Cumberland	cumberland	MD	001		39.6529	-78.7625	4
21504	Cumberland	cumberland	MD	001		39.5807	-78.6906	4
21505	Cumberland	cumberland	MD	001		39.594	-78.8434	4
21521	Barton	barton	MD	001		39.5331	-79.0281	4
21524	Corriganville	corriganville	MD	001		39.6967	-78.8031	4
21528	Eckhart Mines	eckhart-mines	MD	001		39.6528	-78.9014	4
21529	Ellerslie	ellerslie	MD	001		39.7083	-78.7774	4
21530	Flintstone	flintstone	MD	001		39.6993	-78.5739	4
21532	Frostburg	frostburg	MD	001		39.6494	-78.9306	4
21539	Lonaconing	lonaconing	MD	001		39.5757	-78.9915	4
21540	Luke	luke	MD	001		39.4774	-79.0594	4
21542	Midland	midland	MD	001		39.5901	-78.9497	4
21543	Midlothian	midlothian	MD	001		39.6343	-78.95	4
21545	Mount Savage	mount-savage	MD	001		39.6991	-78.8739	4
21555	Oldtown	oldtown	MD	001		39.5846	-78.6044	4
21556	Pinto	pinto	MD	001		39.5725	-78.844	4
21557	Rawlings	rawlings	MD	001		39.5214	-78.9062	4
21560	Spring Gap	spring-gap	MD	001		39.5654	-78.7164	4
21562	Westernport	westernport	MD	001		39.4905	-79.014	4
21766	Little Orleans	little-orleans	MD	001		39.6876	-78.3781	4
20711	Lothian	lothian	MD	003		38.8029	-76.6628	4
20724	Laurel	laurel	MD	003		39.0958	-76.8155	1
20733	Churchton	churchton	MD	003		38.8018	-76.5248	4
20751	Deale	deale	MD	003		38.7829	-76.5515	4
20755	Fort George G Meade	fort-george-g-meade	MD	003		39.1059	-76.7467	1
20758	Friendship	friendship	MD	003		38.7361	-76.5835	4
20764	Shady Side	shady-side	MD	003		38.8368	-76.5109	4
20765	Galesville	galesville	MD	003		38.8446	-76.5456	4
20776	Harwood	harwood	MD	003		38.8582	-76.6145	4
20778	West River	west-river	MD	003		38.8252	-76.5391	4
20779	Tracys Landing	tracys-landing	MD	003		38.7671	-76.5752	4
21012	Arnold	arnold	MD	003		39.0476	-76.4941	4
21032	Crownsville	crownsville	MD	003		39.0489	-76.5935	4
21035	Davidsonville	davidsonville	MD	003		38.9374	-76.6375	4
21037	Edgewater	edgewater	MD	003		38.9149	-76.5424	4
21054	Gambrills	gambrills	MD	003		39.0407	-76.6819	4
21056	Gibson Island	gibson-island	MD	003		39.0751	-76.4324	4
21060	Glen Burnie	glen-burnie	MD	003		39.1702	-76.5798	4
21061	Glen Burnie	glen-burnie	MD	003		39.1618	-76.6297	4
21062	Glen Burnie	glen-burnie	MD	003		38.9742	-76.5949	4
21076	Hanover	hanover	MD	003		39.1551	-76.7215	4
21077	Harmans	harmans	MD	003		39.1561	-76.6977	4
21090	Linthicum Heights	linthicum-heights	MD	003		39.2092	-76.6681	4
21106	Mayo	mayo	MD	003		38.8876	-76.5119	4
21108	Millersville	millersville	MD	003		39.1041	-76.619	4
21113	Odenton	odenton	MD	003		39.0762	-76.6996	4
21114	Crofton	crofton	MD	003		39.0112	-76.6802	4
21122	Pasadena	pasadena	MD	003		39.1206	-76.495	4
21123	Pasadena	pasadena	MD	003		38.9742	-76.5949	4
21140	Riva	riva	MD	003		38.9504	-76.5854	4
21144	Severn	severn	MD	003		39.1275	-76.698	4
21146	Severna Park	severna-park	MD	003		39.0811	-76.5577	4
21225	Brooklyn	brooklyn	MD	003		39.2259	-76.6153	1
21226	Curtis Bay	curtis-bay	MD	003		39.2109	-76.5597	4
21240	Baltimore	baltimore	MD	003		39.1753	-76.6732	4
21401	Annapolis	annapolis	MD	003		38.9898	-76.5501	4
21402	Annapolis	annapolis	MD	003		38.9871	-76.4715	4
21403	Annapolis	annapolis	MD	003		38.9524	-76.491	4
21404	Annapolis	annapolis	MD	003		38.9784	-76.4922	4
21405	Annapolis	annapolis	MD	003		39.0305	-76.5515	4
21409	Annapolis	annapolis	MD	003		39.0416	-76.4377	4
21411	Annapolis	annapolis	MD	003		38.9742	-76.5949	4
21412	Annapolis	annapolis	MD	003		38.9742	-76.5949	4
21013	Baldwin	baldwin	MD	005		39.5194	-76.4927	4
21020	Boring	boring	MD	005		39.5213	-76.8047	4
21022	Brooklandville	brooklandville	MD	005		39.3979	-76.6717	4
21023	Butler	butler	MD	005		39.533	-76.7432	4
21027	Chase	chase	MD	005		39.3634	-76.3711	4
21030	Cockeysville	cockeysville	MD	005		39.4919	-76.6677	4
21031	Hunt Valley	hunt-valley	MD	005		39.4805	-76.6553	4
21051	Fork	fork	MD	005		39.4731	-76.4484	4
21052	Fort Howard	fort-howard	MD	005		39.207	-76.4456	4
21053	Freeland	freeland	MD	005		39.694	-76.7223	4
21057	Glen Arm	glen-arm	MD	005		39.4575	-76.5153	4
21065	Hunt Valley	hunt-valley	MD	005		39.4883	-76.6538	4
21071	Glyndon	glyndon	MD	005		39.477	-76.815	4
21082	Hydes	hydes	MD	005		39.474	-76.4695	4
21087	Kingsville	kingsville	MD	005		39.4558	-76.4147	4
21092	Long Green	long-green	MD	005		39.4729	-76.523	4
21093	Lutherville Timonium	lutherville-timonium	MD	005		39.4332	-76.6546	4
21094	Lutherville Timonium	lutherville-timonium	MD	005		39.439	-76.5921	4
21105	Maryland Line	maryland-line	MD	005		39.7114	-76.6595	4
21111	Monkton	monkton	MD	005		39.5662	-76.5979	4
21117	Owings Mills	owings-mills	MD	005		39.4269	-76.7769	4
21120	Parkton	parkton	MD	005		39.6422	-76.6737	4
21128	Perry Hall	perry-hall	MD	005		39.401	-76.451	4
21131	Phoenix	phoenix	MD	005		39.4833	-76.5776	4
21133	Randallstown	randallstown	MD	005		39.3746	-76.8002	4
21136	Reisterstown	reisterstown	MD	005		39.46	-76.8135	4
21139	Riderwood	riderwood	MD	005		39.4093	-76.6486	4
21152	Sparks Glencoe	sparks-glencoe	MD	005		39.5483	-76.6819	1
21153	Stevenson	stevenson	MD	005		39.4104	-76.713	4
21155	Upperco	upperco	MD	005		39.5676	-76.7972	4
21156	Upper Falls	upper-falls	MD	005		39.4372	-76.3966	4
21162	White Marsh	white-marsh	MD	005		39.3923	-76.4132	4
21163	Woodstock	woodstock	MD	005		39.3498	-76.8456	4
21204	Towson	towson	MD	005		39.4072	-76.6038	4
21207	Gwynn Oak	gwynn-oak	MD	005		39.3296	-76.7341	4
21208	Pikesville	pikesville	MD	005		39.3764	-76.729	4
21219	Sparrows Point	sparrows-point	MD	005		39.2296	-76.4455	4
21220	Middle River	middle-river	MD	005		39.3401	-76.4153	4
21221	Essex	essex	MD	005		39.3086	-76.4533	4
21222	Dundalk	dundalk	MD	005		39.2655	-76.4935	4
21227	Halethorpe	halethorpe	MD	005		39.2309	-76.6969	4
21228	Catonsville	catonsville	MD	005		39.2782	-76.7401	4
21234	Parkville	parkville	MD	005		39.3876	-76.5418	4
21236	Nottingham	nottingham	MD	005		39.3914	-76.4871	4
21237	Rosedale	rosedale	MD	005		39.3361	-76.5014	4
21244	Windsor Mill	windsor-mill	MD	005		39.3331	-76.7849	4
21250	Baltimore	baltimore	MD	005		39.2582	-76.7131	1
21251	Baltimore	baltimore	MD	005		39.439	-76.5921	1
21252	Towson	towson	MD	005		39.4015	-76.6019	4
21282	Pikesville	pikesville	MD	005		39.3743	-76.7225	4
21284	Towson	towson	MD	005		39.4015	-76.6019	4
21285	Towson	towson	MD	005		39.4015	-76.6019	4
21286	Towson	towson	MD	005		39.4143	-76.5761	4
20610	Barstow	barstow	MD	009		38.5254	-76.6161	4
20615	Broomes Island	broomes-island	MD	009		38.418	-76.5478	4
20629	Dowell	dowell	MD	009		38.3364	-76.4524	4
20639	Huntingtown	huntingtown	MD	009		38.6095	-76.6003	4
20657	Lusby	lusby	MD	009		38.3661	-76.4346	4
20676	Port Republic	port-republic	MD	009		38.4952	-76.5349	4
20678	Prince Frederick	prince-frederick	MD	009		38.5336	-76.5955	4
20685	Saint Leonard	saint-leonard	MD	009		38.4501	-76.511	4
20688	Solomons	solomons	MD	009		38.3293	-76.4651	4
20689	Sunderland	sunderland	MD	009		38.649	-76.5767	4
20714	North Beach	north-beach	MD	009		38.7119	-76.5367	4
20732	Chesapeake Beach	chesapeake-beach	MD	009		38.6698	-76.5376	4
20736	Owings	owings	MD	009		38.6955	-76.6061	4
20754	Dunkirk	dunkirk	MD	009		38.7408	-76.6427	4
21609	Bethlehem	bethlehem	MD	011		38.7406	-75.9587	4
21629	Denton	denton	MD	011		38.8595	-75.8357	4
21632	Federalsburg	federalsburg	MD	011		38.7147	-75.7754	4
21636	Goldsboro	goldsboro	MD	011		39.023	-75.7926	4
21639	Greensboro	greensboro	MD	011		38.9616	-75.8059	4
21640	Henderson	henderson	MD	011		39.0672	-75.7948	4
21641	Hillsboro	hillsboro	MD	011		38.9206	-75.9388	4
21649	Marydel	marydel	MD	011		39.1082	-75.7622	4
21655	Preston	preston	MD	011		38.7465	-75.9163	4
21660	Ridgely	ridgely	MD	011		38.9568	-75.8848	4
21670	Templeville	templeville	MD	011		39.1362	-75.766	4
21048	Finksburg	finksburg	MD	013		39.4991	-76.9101	4
21074	Hampstead	hampstead	MD	013		39.6146	-76.8644	4
21088	Lineboro	lineboro	MD	013		39.7187	-76.8439	4
21102	Manchester	manchester	MD	013		39.6747	-76.8941	4
21104	Marriottsville	marriottsville	MD	013		39.3342	-76.9132	4
21157	Westminster	westminster	MD	013		39.5642	-76.9807	4
21158	Westminster	westminster	MD	013		39.607	-77.0294	4
21757	Keymar	keymar	MD	013		39.5656	-77.2817	4
21776	New Windsor	new-windsor	MD	013		39.5162	-77.1034	4
21784	Sykesville	sykesville	MD	013		39.4567	-76.9696	4
21787	Taneytown	taneytown	MD	013		39.6658	-77.1691	4
21791	Union Bridge	union-bridge	MD	013		39.5799	-77.1319	4
21797	Woodbine	woodbine	MD	013		39.3464	-77.0647	4
21901	North East	north-east	MD	015		39.6045	-75.9538	4
21902	Perry Point	perry-point	MD	015		39.553	-76.0725	4
21903	Perryville	perryville	MD	015		39.5649	-76.0592	4
21904	Port Deposit	port-deposit	MD	015		39.6151	-76.0633	4
21911	Rising Sun	rising-sun	MD	015		39.6882	-76.0492	4
21912	Warwick	warwick	MD	015		39.4283	-75.7996	4
21913	Cecilton	cecilton	MD	015		39.4015	-75.8654	4
21914	Charlestown	charlestown	MD	015		39.5729	-75.9795	4
21915	Chesapeake City	chesapeake-city	MD	015		39.5133	-75.8406	4
21916	Childs	childs	MD	015		39.6462	-75.8716	4
21917	Colora	colora	MD	015		39.6695	-76.0934	4
21918	Conowingo	conowingo	MD	015		39.6778	-76.1572	4
21919	Earleville	earleville	MD	015		39.4271	-75.9403	4
21920	Elk Mills	elk-mills	MD	015		39.658	-75.8282	4
21921	Elkton	elkton	MD	015		39.6264	-75.8458	4
21922	Elkton	elkton	MD	015		39.6068	-75.8333	4
21930	Georgetown	georgetown	MD	015		39.3662	-75.8845	4
20601	Waldorf	waldorf	MD	017		38.6371	-76.8778	4
20602	Waldorf	waldorf	MD	017		38.584	-76.8942	4
20603	Waldorf	waldorf	MD	017		38.6294	-76.9769	4
20604	Waldorf	waldorf	MD	017		38.5095	-76.9817	4
20611	Bel Alton	bel-alton	MD	017		38.4731	-76.9789	4
20612	Benedict	benedict	MD	017		38.5093	-76.6797	4
20616	Bryans Road	bryans-road	MD	017		38.6415	-77.0766	4
20617	Bryantown	bryantown	MD	017		38.5426	-76.8465	4
20625	Cobb Island	cobb-island	MD	017		38.262	-76.8502	4
20632	Faulkner	faulkner	MD	017		38.4382	-76.9729	4
20637	Hughesville	hughesville	MD	017		38.5207	-76.7817	4
20640	Indian Head	indian-head	MD	017		38.6001	-77.1622	4
20643	Ironsides	ironsides	MD	017		38.5039	-77.1483	4
20645	Issue	issue	MD	017		38.2926	-76.9059	1
20646	La Plata	la-plata	MD	017		38.5257	-76.9865	4
20658	Marbury	marbury	MD	017		38.5633	-77.1596	4
20661	Mount Victoria	mount-victoria	MD	017		38.3436	-76.8846	4
20662	Nanjemoy	nanjemoy	MD	017		38.4462	-77.1983	4
20664	Newburg	newburg	MD	017		38.3298	-76.9175	4
20675	Pomfret	pomfret	MD	017		38.5855	-77.0093	4
20677	Port Tobacco	port-tobacco	MD	017		38.4994	-77.0419	4
20682	Rock Point	rock-point	MD	017		38.2836	-76.8481	4
20693	Welcome	welcome	MD	017		38.4672	-77.095	4
20695	White Plains	white-plains	MD	017		38.5974	-76.9903	4
21613	Cambridge	cambridge	MD	019		38.5643	-76.0874	4
21622	Church Creek	church-creek	MD	019		38.4278	-76.1696	4
21626	Crapo	crapo	MD	019		38.3295	-76.1142	4
21627	Crocheron	crocheron	MD	019		38.2426	-76.0531	4
21631	East New Market	east-new-market	MD	019		38.5921	-75.9568	4
21634	Fishing Creek	fishing-creek	MD	019		38.3223	-76.2244	4
21643	Hurlock	hurlock	MD	019		38.6438	-75.863	4
21648	Madison	madison	MD	019		38.4782	-76.2412	4
21659	Rhodesdale	rhodesdale	MD	019		38.603	-75.7749	4
21664	Secretary	secretary	MD	019		38.6093	-75.9474	4
21669	Taylors Island	taylors-island	MD	019		38.4631	-76.2964	4
21672	Toddville	toddville	MD	019		38.2726	-76.0596	4
21675	Wingate	wingate	MD	019		38.2899	-76.0863	4
21677	Woolford	woolford	MD	019		38.5026	-76.1833	4
21835	Linkwood	linkwood	MD	019		38.5403	-75.963	4
21869	Vienna	vienna	MD	019		38.4774	-75.8729	4
21701	Frederick	frederick	MD	021		39.4461	-77.335	4
21702	Frederick	frederick	MD	021		39.4926	-77.4612	4
21703	Frederick	frederick	MD	021		39.3647	-77.4636	4
21704	Frederick	frederick	MD	021		39.3455	-77.3832	4
21705	Frederick	frederick	MD	021		39.4143	-77.4105	4
21709	Frederick	frederick	MD	021		39.47	-77.3921	4
21710	Adamstown	adamstown	MD	021		39.291	-77.4552	4
21714	Braddock Heights	braddock-heights	MD	021		39.4203	-77.5051	4
21716	Brunswick	brunswick	MD	021		39.3164	-77.623	4
21717	Buckeystown	buckeystown	MD	021		39.3309	-77.4274	4
21718	Burkittsville	burkittsville	MD	021		39.3923	-77.6275	4
21727	Emmitsburg	emmitsburg	MD	021		39.694	-77.3357	4
21754	Ijamsville	ijamsville	MD	021		39.3267	-77.2964	4
21755	Jefferson	jefferson	MD	021		39.3653	-77.5441	4
21758	Knoxville	knoxville	MD	021		39.3479	-77.6513	4
21759	Ladiesburg	ladiesburg	MD	021		39.5694	-77.2905	4
21762	Libertytown	libertytown	MD	021		39.4822	-77.2468	4
21769	Middletown	middletown	MD	021		39.4416	-77.5502	4
21770	Monrovia	monrovia	MD	021		39.3512	-77.2494	4
21771	Mount Airy	mount-airy	MD	021		39.3881	-77.1723	1
21773	Myersville	myersville	MD	021		39.5282	-77.5513	4
21774	New Market	new-market	MD	021		39.4096	-77.2759	4
21775	New Midway	new-midway	MD	021		39.5645	-77.2947	4
21777	Point Of Rocks	point-of-rocks	MD	021		39.2791	-77.5328	4
21778	Rocky Ridge	rocky-ridge	MD	021		39.6057	-77.3296	4
21780	Sabillasville	sabillasville	MD	021		39.6828	-77.4693	4
21788	Thurmont	thurmont	MD	021		39.6109	-77.3989	4
21790	Tuscarora	tuscarora	MD	021		39.2667	-77.5101	4
21792	Unionville	unionville	MD	021		39.4748	-77.1855	4
21793	Walkersville	walkersville	MD	021		39.4787	-77.3484	4
21798	Woodsboro	woodsboro	MD	021		39.5311	-77.2972	4
21520	Accident	accident	MD	023		39.6355	-79.3085	4
21522	Bittinger	bittinger	MD	023		39.6023	-79.2234	4
21523	Bloomington	bloomington	MD	023		39.4861	-79.083	4
21531	Friendsville	friendsville	MD	023		39.6665	-79.4219	4
21536	Grantsville	grantsville	MD	023		39.6551	-79.1241	4
21538	Kitzmiller	kitzmiller	MD	023		39.4169	-79.2222	4
21541	Mc Henry	mc-henry	MD	023		39.5656	-79.3823	1
21550	Oakland	oakland	MD	023		39.4339	-79.3167	4
21561	Swanton	swanton	MD	023		39.4764	-79.2402	4
21001	Aberdeen	aberdeen	MD	025		39.5109	-76.1805	4
21005	Aberdeen Proving Ground	aberdeen-proving-ground	MD	025		39.4771	-76.1208	4
21009	Abingdon	abingdon	MD	025		39.4744	-76.2997	4
21010	Gunpowder	gunpowder	MD	025		39.3982	-76.2743	4
21014	Bel Air	bel-air	MD	025		39.5394	-76.3564	4
21015	Bel Air	bel-air	MD	025		39.5303	-76.3153	4
21017	Belcamp	belcamp	MD	025		39.4756	-76.242	4
21018	Benson	benson	MD	025		39.5093	-76.3851	4
21028	Churchville	churchville	MD	025		39.5648	-76.249	4
21034	Darlington	darlington	MD	025		39.654	-76.2278	4
21040	Edgewood	edgewood	MD	025		39.4277	-76.3055	4
21047	Fallston	fallston	MD	025		39.527	-76.4328	4
21050	Forest Hill	forest-hill	MD	025		39.5755	-76.4008	4
21078	Havre De Grace	havre-de-grace	MD	025		39.5523	-76.1171	4
21084	Jarrettsville	jarrettsville	MD	025		39.6162	-76.4684	4
21085	Joppa	joppa	MD	025		39.4242	-76.3541	4
21130	Perryman	perryman	MD	025		39.4716	-76.2117	4
21132	Pylesville	pylesville	MD	025		39.6959	-76.4113	4
21154	Street	street	MD	025		39.6574	-76.3713	4
21160	Whiteford	whiteford	MD	025		39.7077	-76.316	4
21161	White Hall	white-hall	MD	025		39.6618	-76.5666	4
20588	Dhs	dhs	MD	027		38.7504	-76.8544	
20701	Annapolis Junction	annapolis-junction	MD	027		39.1332	-76.7988	4
20723	Laurel	laurel	MD	027		39.1208	-76.8435	1
20759	Fulton	fulton	MD	027		39.1502	-76.93	4
20763	Savage	savage	MD	027		39.138	-76.8218	4
20777	Highland	highland	MD	027		39.1843	-76.9686	4
20794	Jessup	jessup	MD	027		39.1484	-76.7922	4
21029	Clarksville	clarksville	MD	027		39.2125	-76.9515	4
21036	Dayton	dayton	MD	027		39.2339	-76.9968	4
21041	Ellicott City	ellicott-city	MD	027		39.2364	-76.9419	4
21042	Ellicott City	ellicott-city	MD	027		39.2726	-76.8614	4
21043	Ellicott City	ellicott-city	MD	027		39.2548	-76.8001	4
21044	Columbia	columbia	MD	027		39.2141	-76.8788	4
21045	Columbia	columbia	MD	027		39.2051	-76.8322	4
21046	Columbia	columbia	MD	027		39.1702	-76.8538	4
21075	Elkridge	elkridge	MD	027		39.2058	-76.7531	4
21150	Simpsonville	simpsonville	MD	027		39.2364	-76.9419	4
21723	Cooksville	cooksville	MD	027		39.3211	-77.0051	4
21737	Glenelg	glenelg	MD	027		39.2546	-77.0198	4
21738	Glenwood	glenwood	MD	027		39.2795	-77.0148	4
21765	Lisbon	lisbon	MD	027		39.3378	-77.072	4
21794	West Friendship	west-friendship	MD	027		39.2934	-76.966	4
21610	Betterton	betterton	MD	029		39.3655	-76.0639	4
21620	Chestertown	chestertown	MD	029		39.2125	-76.0802	4
21635	Galena	galena	MD	029		39.3374	-75.8717	4
21645	Kennedyville	kennedyville	MD	029		39.2978	-75.9818	4
21650	Massey	massey	MD	029		39.3126	-75.8215	4
21651	Millington	millington	MD	029		39.2743	-75.8951	4
21661	Rock Hall	rock-hall	MD	029		39.1344	-76.2305	4
21667	Still Pond	still-pond	MD	029		39.3293	-76.0455	4
21678	Worton	worton	MD	029		39.2963	-76.1008	4
20810	Bethesda	bethesda	MD	031		38.9806	-77.1008	4
20811	Bethesda	bethesda	MD	031		38.9806	-77.1008	4
20812	Glen Echo	glen-echo	MD	031		38.9693	-77.1435	4
20813	Bethesda	bethesda	MD	031		39.144	-77.2076	4
20814	Bethesda	bethesda	MD	031		39.0003	-77.1022	4
20815	Chevy Chase	chevy-chase	MD	031		38.978	-77.082	4
20816	Bethesda	bethesda	MD	031		38.9585	-77.1153	4
20817	Bethesda	bethesda	MD	031		38.9896	-77.1538	4
20818	Cabin John	cabin-john	MD	031		38.9743	-77.1591	4
20824	Bethesda	bethesda	MD	031		38.9807	-77.1003	4
20825	Chevy Chase	chevy-chase	MD	031		39.0029	-77.0712	4
20827	Bethesda	bethesda	MD	031		39.144	-77.2076	4
20830	Olney	olney	MD	031		39.1552	-77.0667	4
20832	Olney	olney	MD	031		39.1526	-77.0749	4
20833	Brookeville	brookeville	MD	031		39.1871	-77.0603	4
20837	Poolesville	poolesville	MD	031		39.1386	-77.4067	4
20838	Barnesville	barnesville	MD	031		39.2233	-77.3764	4
20839	Beallsville	beallsville	MD	031		39.179	-77.4128	4
20841	Boyds	boyds	MD	031		39.21	-77.3167	4
20842	Dickerson	dickerson	MD	031		39.2126	-77.4199	4
20847	Rockville	rockville	MD	031		39.084	-77.1528	4
20848	Rockville	rockville	MD	031		39.144	-77.2076	4
20849	Rockville	rockville	MD	031		39.084	-77.1528	4
20850	Rockville	rockville	MD	031		39.087	-77.168	4
20851	Rockville	rockville	MD	031		39.0763	-77.1234	4
20852	Rockville	rockville	MD	031		39.0496	-77.1204	4
20853	Rockville	rockville	MD	031		39.0887	-77.095	4
20854	Potomac	potomac	MD	031		39.0388	-77.1922	4
20855	Derwood	derwood	MD	031		39.1345	-77.1477	4
20857	Rockville	rockville	MD	031		39.084	-77.1528	4
20859	Potomac	potomac	MD	031		39.144	-77.2076	4
20860	Sandy Spring	sandy-spring	MD	031		39.1503	-77.0291	4
20861	Ashton	ashton	MD	031		39.151	-76.9924	4
20862	Brinklow	brinklow	MD	031		39.1838	-77.0163	4
20866	Burtonsville	burtonsville	MD	031		39.0922	-76.9339	4
20868	Spencerville	spencerville	MD	031		39.1223	-76.9722	4
20871	Clarksburg	clarksburg	MD	031		39.2387	-77.2794	4
20872	Damascus	damascus	MD	031		39.2761	-77.2131	4
20874	Germantown	germantown	MD	031		39.1355	-77.2822	4
20875	Germantown	germantown	MD	031		39.144	-77.2076	4
20876	Germantown	germantown	MD	031		39.188	-77.2358	4
20877	Gaithersburg	gaithersburg	MD	031		39.1419	-77.189	4
20878	Gaithersburg	gaithersburg	MD	031		39.1125	-77.2515	4
20879	Gaithersburg	gaithersburg	MD	031		39.173	-77.1855	4
20880	Washington Grove	washington-grove	MD	031		39.1388	-77.1726	4
20882	Gaithersburg	gaithersburg	MD	031		39.2335	-77.1458	4
20883	Gaithersburg	gaithersburg	MD	031		39.0883	-77.1568	4
20884	Gaithersburg	gaithersburg	MD	031		39.144	-77.2076	4
20885	Gaithersburg	gaithersburg	MD	031		39.1874	-77.2028	4
20886	Montgomery Village	montgomery-village	MD	031		39.1757	-77.1873	4
20889	Bethesda	bethesda	MD	031		39.144	-77.2076	4
20891	Kensington	kensington	MD	031		39.0257	-77.0764	4
20892	Bethesda	bethesda	MD	031		39.0024	-77.1034	4
20894	Bethesda	bethesda	MD	031		39.144	-77.2076	4
20895	Kensington	kensington	MD	031		39.0298	-77.0793	4
20896	Garrett Park	garrett-park	MD	031		39.0365	-77.0931	4
20897	Suburb Maryland Fac	suburb-maryland-fac	MD	031		39.144	-77.2076	1
20898	Gaithersburg	gaithersburg	MD	031		39.144	-77.2076	4
20899	Gaithersburg	gaithersburg	MD	031		39.1403	-77.222	4
20901	Silver Spring	silver-spring	MD	031		39.0191	-77.0076	4
20902	Silver Spring	silver-spring	MD	031		39.04	-77.0444	4
20903	Silver Spring	silver-spring	MD	031		39.0095	-76.9846	4
20904	Silver Spring	silver-spring	MD	031		39.0668	-76.9969	4
20905	Silver Spring	silver-spring	MD	031		39.1148	-77.0059	4
20906	Silver Spring	silver-spring	MD	031		39.084	-77.0613	4
20907	Silver Spring	silver-spring	MD	031		38.9907	-77.0261	4
20908	Silver Spring	silver-spring	MD	031		38.9907	-77.0261	4
20910	Silver Spring	silver-spring	MD	031		38.9982	-77.0338	4
20911	Silver Spring	silver-spring	MD	031		38.9907	-77.0261	4
20912	Takoma Park	takoma-park	MD	031		38.9832	-77.0007	4
20914	Silver Spring	silver-spring	MD	031		38.9907	-77.0261	4
20915	Silver Spring	silver-spring	MD	031		38.9907	-77.0261	4
20916	Silver Spring	silver-spring	MD	031		38.9907	-77.0261	4
20918	Silver Spring	silver-spring	MD	031		38.9907	-77.0261	4
20993	Silver Spring	silver-spring	MD	031		39.0336	-76.9861	4
20997	Silver Spring	silver-spring	MD	031		38.9907	-77.0261	4
20607	Accokeek	accokeek	MD	033		38.672	-77.0162	4
20608	Aquasco	aquasco	MD	033		38.5825	-76.7149	4
20613	Brandywine	brandywine	MD	033		38.6922	-76.832	4
20623	Cheltenham	cheltenham	MD	033		38.7531	-76.8369	4
20697	Southern Md Facility	southern-md-facility	MD	033		38.8336	-76.8777	1
20703	Lanham	lanham	MD	033		38.8336	-76.8777	4
20704	Beltsville	beltsville	MD	033		39.0348	-76.9075	4
20705	Beltsville	beltsville	MD	033		39.0455	-76.9242	4
20706	Lanham	lanham	MD	033		38.9675	-76.8551	4
20707	Laurel	laurel	MD	033		39.1077	-76.872	4
20708	Laurel	laurel	MD	033		39.0499	-76.8345	4
20709	Laurel	laurel	MD	033		39.0993	-76.8483	4
20710	Bladensburg	bladensburg	MD	033		38.9421	-76.9261	4
20712	Mount Rainier	mount-rainier	MD	033		38.9431	-76.9652	4
20715	Bowie	bowie	MD	033		38.9797	-76.7435	4
20716	Bowie	bowie	MD	033		38.9263	-76.7098	4
20717	Bowie	bowie	MD	033		38.8336	-76.8777	4
20718	Bowie	bowie	MD	033		38.8336	-76.8777	4
20719	Bowie	bowie	MD	033		38.8336	-76.8777	4
20720	Bowie	bowie	MD	033		38.9885	-76.791	4
20721	Bowie	bowie	MD	033		38.9194	-76.7871	4
20722	Brentwood	brentwood	MD	033		38.9407	-76.9531	4
20725	Laurel	laurel	MD	033		39.0993	-76.8483	4
20726	Laurel	laurel	MD	033		39.0993	-76.8483	4
20731	Capitol Heights	capitol-heights	MD	033		38.8851	-76.9158	4
20735	Clinton	clinton	MD	033		38.7549	-76.9026	4
20737	Riverdale	riverdale	MD	033		38.9601	-76.9147	1
20738	Riverdale	riverdale	MD	033		38.8336	-76.8777	1
20740	College Park	college-park	MD	033		38.9963	-76.9299	4
20741	College Park	college-park	MD	033		38.8336	-76.8777	4
20742	College Park	college-park	MD	033		38.9896	-76.9457	4
20743	Capitol Heights	capitol-heights	MD	033		38.8897	-76.8925	4
20744	Fort Washington	fort-washington	MD	033		38.7587	-76.9835	4
20745	Oxon Hill	oxon-hill	MD	033		38.8108	-76.9898	4
20746	Suitland	suitland	MD	033		38.8425	-76.9222	4
20747	District Heights	district-heights	MD	033		38.8539	-76.8891	4
20748	Temple Hills	temple-hills	MD	033		38.8222	-76.9478	4
20749	Fort Washington	fort-washington	MD	033		38.8336	-76.8777	4
20750	Oxon Hill	oxon-hill	MD	033		38.8034	-76.9897	4
20752	Suitland	suitland	MD	033		38.8487	-76.9239	4
20753	District Heights	district-heights	MD	033		38.8336	-76.8777	4
20757	Temple Hills	temple-hills	MD	033		38.814	-76.9455	4
20762	Andrews Air Force Base	andrews-air-force-base	MD	033		38.8062	-76.8756	4
20768	Greenbelt	greenbelt	MD	033		39.0046	-76.8755	4
20769	Glenn Dale	glenn-dale	MD	033		38.9766	-76.8053	4
20770	Greenbelt	greenbelt	MD	033		38.9996	-76.884	4
20771	Greenbelt	greenbelt	MD	033		39.0046	-76.8755	4
20772	Upper Marlboro	upper-marlboro	MD	033		38.8377	-76.798	4
20773	Upper Marlboro	upper-marlboro	MD	033		38.8159	-76.7497	4
20774	Upper Marlboro	upper-marlboro	MD	033		38.8682	-76.8156	4
20775	Upper Marlboro	upper-marlboro	MD	033		38.8336	-76.8777	4
20781	Hyattsville	hyattsville	MD	033		38.9506	-76.9347	4
20782	Hyattsville	hyattsville	MD	033		38.9647	-76.9649	4
20783	Hyattsville	hyattsville	MD	033		39.0005	-76.9723	4
20784	Hyattsville	hyattsville	MD	033		38.9513	-76.8958	4
20785	Hyattsville	hyattsville	MD	033		38.9223	-76.8755	4
20787	Hyattsville	hyattsville	MD	033		38.9871	-76.9824	4
20788	Hyattsville	hyattsville	MD	033		38.9694	-76.9509	4
20790	Capitol Heights	capitol-heights	MD	033		38.8336	-76.8777	4
20791	Capitol Heights	capitol-heights	MD	033		38.8336	-76.8777	4
20792	Upper Marlboro	upper-marlboro	MD	033		38.8158	-76.75	4
20797	Southern Md Facility	southern-md-facility	MD	033		38.8336	-76.8777	1
20799	Capitol Heights	capitol-heights	MD	033		38.8336	-76.8777	4
20913	Takoma Park	takoma-park	MD	033		38.9779	-77.0075	4
21607	Barclay	barclay	MD	035		39.1299	-75.8601	4
21617	Centreville	centreville	MD	035		39.0564	-76.045	4
21619	Chester	chester	MD	035		38.9583	-76.2842	4
21623	Church Hill	church-hill	MD	035		39.146	-75.988	4
21628	Crumpton	crumpton	MD	035		39.233	-75.9195	4
21638	Grasonville	grasonville	MD	035		38.9456	-76.1997	4
21644	Ingleside	ingleside	MD	035		39.1182	-75.8769	4
21656	Price	price	MD	035		39.0346	-76.0921	4
21657	Queen Anne	queen-anne	MD	035		38.9456	-75.9777	4
21658	Queenstown	queenstown	MD	035		39.0025	-76.1424	4
21666	Stevensville	stevensville	MD	035		38.9394	-76.3371	4
21668	Sudlersville	sudlersville	MD	035		39.1823	-75.85	4
21690	Chestertown	chestertown	MD	035		39.0346	-76.0921	4
20606	Abell	abell	MD	037		38.2471	-76.7481	4
20609	Avenue	avenue	MD	037		38.2826	-76.7466	4
20618	Bushwood	bushwood	MD	037		38.2844	-76.7929	4
20619	California	california	MD	037		38.3006	-76.5312	4
20620	Callaway	callaway	MD	037		38.2275	-76.521	4
20621	Chaptico	chaptico	MD	037		38.351	-76.7833	4
20622	Charlotte Hall	charlotte-hall	MD	037		38.475	-76.8038	4
20624	Clements	clements	MD	037		38.3407	-76.7264	4
20626	Coltons Point	coltons-point	MD	037		38.237	-76.7646	4
20627	Compton	compton	MD	037		38.2768	-76.704	4
20628	Dameron	dameron	MD	037		38.1533	-76.3575	4
20630	Drayden	drayden	MD	037		38.1719	-76.4731	4
20634	Great Mills	great-mills	MD	037		38.2674	-76.4954	4
20635	Helen	helen	MD	037		38.3121	-76.6077	4
20636	Hollywood	hollywood	MD	037		38.3524	-76.5626	4
20650	Leonardtown	leonardtown	MD	037		38.2774	-76.638	4
20653	Lexington Park	lexington-park	MD	037		38.2495	-76.4529	4
20656	Loveville	loveville	MD	037		38.3593	-76.6833	4
20659	Mechanicsville	mechanicsville	MD	037		38.4293	-76.7254	4
20660	Morganza	morganza	MD	037		38.3754	-76.6955	4
20667	Park Hall	park-hall	MD	037		38.2177	-76.4429	4
20670	Patuxent River	patuxent-river	MD	037		38.2791	-76.4381	4
20674	Piney Point	piney-point	MD	037		38.1397	-76.5047	4
20680	Ridge	ridge	MD	037		38.1169	-76.3711	4
20684	Saint Inigoes	saint-inigoes	MD	037		38.1441	-76.4083	4
20686	Saint Marys City	saint-marys-city	MD	037		38.1871	-76.4344	4
20687	Scotland	scotland	MD	037		38.0828	-76.3477	4
20690	Tall Timbers	tall-timbers	MD	037		38.1653	-76.5399	4
20692	Valley Lee	valley-lee	MD	037		38.1899	-76.5087	4
21817	Crisfield	crisfield	MD	039		37.9845	-75.8429	4
21821	Deal Island	deal-island	MD	039		38.1533	-75.9496	4
21824	Ewell	ewell	MD	039		37.9938	-76.0351	4
21836	Manokin	manokin	MD	039		38.1154	-75.7558	4
21838	Marion Station	marion-station	MD	039		38.0266	-75.7579	1
21853	Princess Anne	princess-anne	MD	039		38.1919	-75.7072	4
21857	Rehobeth	rehobeth	MD	039		38.039	-75.663	4
21866	Tylerton	tylerton	MD	039		37.9666	-76.0235	4
21867	Upper Fairmount	upper-fairmount	MD	039		38.104	-75.7913	4
21871	Westover	westover	MD	039		38.101	-75.7406	4
21890	Westover	westover	MD	039		38.0927	-75.8882	4
21601	Easton	easton	MD	041		38.7768	-76.0758	4
21612	Bozman	bozman	MD	041		38.7515	-76.2764	4
21624	Claiborne	claiborne	MD	041		38.8368	-76.2714	4
21625	Cordova	cordova	MD	041		38.8704	-76.0029	4
21647	Mcdaniel	mcdaniel	MD	041		38.8192	-76.2806	4
21652	Neavitt	neavitt	MD	041		38.7246	-76.2824	4
21653	Newcomb	newcomb	MD	041		38.7518	-76.178	4
21654	Oxford	oxford	MD	041		38.6864	-76.1538	4
21662	Royal Oak	royal-oak	MD	041		38.714	-76.2097	4
21663	Saint Michaels	saint-michaels	MD	041		38.783	-76.2215	4
21665	Sherwood	sherwood	MD	041		38.7374	-76.3278	4
21671	Tilghman	tilghman	MD	041		38.7063	-76.3377	4
21673	Trappe	trappe	MD	041		38.6647	-76.0507	4
21676	Wittman	wittman	MD	041		38.7846	-76.3001	4
21679	Wye Mills	wye-mills	MD	041		38.9281	-76.0814	4
21711	Big Pool	big-pool	MD	043		39.6457	-78.0104	4
21713	Boonsboro	boonsboro	MD	043		39.552	-77.6957	4
21715	Brownsville	brownsville	MD	043		39.3869	-77.658	4
21719	Cascade	cascade	MD	043		39.6958	-77.4955	4
21720	Cavetown	cavetown	MD	043		39.6473	-77.5842	4
21721	Chewsville	chewsville	MD	043		39.6425	-77.6372	4
21722	Clear Spring	clear-spring	MD	043		39.6658	-77.9064	4
21733	Fairplay	fairplay	MD	043		39.5594	-77.7604	4
21734	Funkstown	funkstown	MD	043		39.609	-77.7044	4
21740	Hagerstown	hagerstown	MD	043		39.632	-77.7372	4
21741	Hagerstown	hagerstown	MD	043		39.6418	-77.72	4
21742	Hagerstown	hagerstown	MD	043		39.6573	-77.6921	4
21746	Hagerstown	hagerstown	MD	043		39.5638	-77.7206	4
21747	Hagerstown	hagerstown	MD	043		39.6418	-77.72	4
21749	Hagerstown	hagerstown	MD	043		39.6418	-77.72	4
21750	Hancock	hancock	MD	043		39.6991	-78.1762	4
21756	Keedysville	keedysville	MD	043		39.4563	-77.6944	4
21767	Maugansville	maugansville	MD	043		39.6996	-77.7499	4
21779	Rohrersville	rohrersville	MD	043		39.4431	-77.658	4
21781	Saint James	saint-james	MD	043		39.5699	-77.7607	4
21782	Sharpsburg	sharpsburg	MD	043		39.4424	-77.7511	4
21783	Smithsburg	smithsburg	MD	043		39.647	-77.5706	4
21795	Williamsport	williamsport	MD	043		39.593	-77.8087	4
21801	Salisbury	salisbury	MD	045		38.3824	-75.6336	4
21802	Salisbury	salisbury	MD	045		38.3884	-75.6276	4
21803	Salisbury	salisbury	MD	045		38.3884	-75.6276	4
21804	Salisbury	salisbury	MD	045		38.3508	-75.5338	4
21810	Allen	allen	MD	045		38.2873	-75.688	4
21814	Bivalve	bivalve	MD	045		38.2953	-75.8914	4
21826	Fruitland	fruitland	MD	045		38.3225	-75.6228	4
21830	Hebron	hebron	MD	045		38.4026	-75.6963	4
21837	Mardela Springs	mardela-springs	MD	045		38.4864	-75.7414	4
21840	Nanticoke	nanticoke	MD	045		38.2672	-75.9021	4
21849	Parsonsburg	parsonsburg	MD	045		38.3914	-75.4737	4
21850	Pittsville	pittsville	MD	045		38.3755	-75.4076	4
21852	Powellville	powellville	MD	045		38.3287	-75.3755	4
21856	Quantico	quantico	MD	045		38.3339	-75.7851	4
21861	Sharptown	sharptown	MD	045		38.5389	-75.7192	4
21865	Tyaskin	tyaskin	MD	045		38.2833	-75.8465	4
21874	Willards	willards	MD	045		38.3939	-75.3552	4
21875	Delmar	delmar	MD	045		38.4445	-75.5583	4
21811	Berlin	berlin	MD	047		38.3475	-75.1866	4
21813	Bishopville	bishopville	MD	047		38.4296	-75.1855	4
21822	Eden	eden	MD	047		38.2807	-75.651	4
21829	Girdletree	girdletree	MD	047		38.0958	-75.3902	4
21841	Newark	newark	MD	047		38.2489	-75.2893	4
21842	Ocean City	ocean-city	MD	047		38.3365	-75.0849	4
21843	Ocean City	ocean-city	MD	047		38.3365	-75.0849	4
21851	Pocomoke City	pocomoke-city	MD	047		38.0714	-75.555	4
21862	Showell	showell	MD	047		38.4003	-75.2166	4
21863	Snow Hill	snow-hill	MD	047		38.1868	-75.405	4
21864	Stockton	stockton	MD	047		38.0452	-75.4108	4
21872	Whaleyville	whaleyville	MD	047		38.4121	-75.2811	4
21201	Baltimore	baltimore	MD	510		39.2946	-76.6252	4
21202	Baltimore	baltimore	MD	510		39.2998	-76.6075	4
21203	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21205	Baltimore	baltimore	MD	510		39.3009	-76.5799	4
21206	Baltimore	baltimore	MD	510		39.3365	-76.5411	4
21209	Baltimore	baltimore	MD	510		39.3716	-76.6744	4
21210	Baltimore	baltimore	MD	510		39.3507	-76.6321	4
21211	Baltimore	baltimore	MD	510		39.3316	-76.6336	4
21212	Baltimore	baltimore	MD	510		39.3626	-76.61	4
21213	Baltimore	baltimore	MD	510		39.3127	-76.581	4
21214	Baltimore	baltimore	MD	510		39.3521	-76.5644	4
21215	Baltimore	baltimore	MD	510		39.3446	-76.6794	4
21216	Baltimore	baltimore	MD	510		39.3093	-76.6699	4
21217	Baltimore	baltimore	MD	510		39.3064	-76.6393	4
21218	Baltimore	baltimore	MD	510		39.3265	-76.6048	4
21223	Baltimore	baltimore	MD	510		39.287	-76.6476	4
21224	Baltimore	baltimore	MD	510		39.2876	-76.5568	4
21229	Baltimore	baltimore	MD	510		39.2856	-76.6899	4
21230	Baltimore	baltimore	MD	510		39.2645	-76.6224	4
21231	Baltimore	baltimore	MD	510		39.2892	-76.59	4
21233	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21235	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21239	Baltimore	baltimore	MD	510		39.361	-76.5891	4
21241	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21263	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21264	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21270	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21273	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21275	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21278	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21279	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21280	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21281	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21287	Baltimore	baltimore	MD	510		39.2975	-76.5927	4
21288	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21289	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21290	Baltimore	baltimore	MD	510		39.2933	-76.6238	4
21297	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
21298	Baltimore	baltimore	MD	510		39.2847	-76.6205	4
04210	Auburn	auburn	ME	001		44.0948	-70.239	4
04211	Auburn	auburn	ME	001		44.197	-70.2395	4
04212	Auburn	auburn	ME	001		44.197	-70.2395	4
04222	Durham	durham	ME	001		43.9684	-70.1846	1
04223	Danville	danville	ME	001		44.0239	-70.2857	4
04228	East Livermore	east-livermore	ME	001		44.3994	-70.1303	4
04230	East Poland	east-poland	ME	001		44.0627	-70.327	4
04236	Greene	greene	ME	001		44.1891	-70.1455	4
04240	Lewiston	lewiston	ME	001		44.0985	-70.1916	4
04241	Lewiston	lewiston	ME	001		44.197	-70.2395	4
04243	Lewiston	lewiston	ME	001		44.197	-70.2395	4
04250	Lisbon	lisbon	ME	001		44.0255	-70.1139	4
04252	Lisbon Falls	lisbon-falls	ME	001		43.9978	-70.0734	4
04253	Livermore	livermore	ME	001		44.4079	-70.215	4
04254	Livermore Falls	livermore-falls	ME	001		44.4325	-70.1427	4
04256	Mechanic Falls	mechanic-falls	ME	001		44.1117	-70.3917	4
04258	Minot	minot	ME	001		44.1461	-70.3399	4
04263	Leeds	leeds	ME	001		44.2834	-70.1253	4
04266	North Turner	north-turner	ME	001		44.358	-70.2558	4
04274	Poland	poland	ME	001		44.0474	-70.3899	4
04280	Sabattus	sabattus	ME	001		44.1133	-70.0748	4
04282	Turner	turner	ME	001		44.2557	-70.2494	4
04288	West Minot	west-minot	ME	001		44.1712	-70.3659	4
04291	West Poland	west-poland	ME	001		44.0409	-70.453	4
04471	Orient	orient	ME	003		45.8911	-67.8471	4
04497	Wytopitlock	wytopitlock	ME	003		45.6645	-68.1055	4
04730	Houlton	houlton	ME	003		46.1189	-67.863	4
04732	Ashland	ashland	ME	003		46.6184	-68.3876	4
04733	Benedicta	benedicta	ME	003		45.8125	-68.4089	4
04734	Blaine	blaine	ME	003		46.5048	-67.8686	4
04735	Bridgewater	bridgewater	ME	003		46.4222	-67.8415	4
04736	Caribou	caribou	ME	003		46.8706	-68.0204	4
04737	Clayton Lake	clayton-lake	ME	003		46.6109	-69.5223	4
04738	Crouseville	crouseville	ME	003		46.755	-68.0964	4
04739	Eagle Lake	eagle-lake	ME	003		47.01	-68.691	4
04740	Easton	easton	ME	003		46.6357	-67.9018	4
04741	Estcourt Station	estcourt-station	ME	003		47.4589	-69.2243	4
04742	Fort Fairfield	fort-fairfield	ME	003		46.7623	-67.8402	4
04743	Fort Kent	fort-kent	ME	003		47.2587	-68.5895	4
04744	Fort Kent Mills	fort-kent-mills	ME	003		47.2389	-68.5839	4
04745	Frenchville	frenchville	ME	003		47.2826	-68.3917	4
04746	Grand Isle	grand-isle	ME	003		47.3044	-68.1542	4
04747	Island Falls	island-falls	ME	003		46.0169	-68.2667	4
04750	Limestone	limestone	ME	003		46.9248	-67.8451	4
04751	Limestone	limestone	ME	003		46.8929	-67.9643	4
04756	Madawaska	madawaska	ME	003		47.3294	-68.3328	4
04757	Mapleton	mapleton	ME	003		46.6746	-68.1536	4
04758	Mars Hill	mars-hill	ME	003		46.5223	-67.863	4
04760	Monticello	monticello	ME	003		46.3007	-67.8414	4
04761	New Limerick	new-limerick	ME	003		46.1004	-68.0034	4
04762	New Sweden	new-sweden	ME	003		46.9559	-68.1154	4
04763	Oakfield	oakfield	ME	003		46.1088	-68.1298	4
04764	Oxbow	oxbow	ME	003		46.402	-68.5218	4
04766	Perham	perham	ME	003		46.8816	-68.2391	4
04768	Portage	portage	ME	003		46.7753	-68.4877	4
04769	Presque Isle	presque-isle	ME	003		46.6842	-68.0118	4
04772	Saint Agatha	saint-agatha	ME	003		47.2387	-68.3232	4
04773	Saint David	saint-david	ME	003		47.3343	-68.2314	4
04774	Saint Francis	saint-francis	ME	003		47.1407	-68.9503	4
04775	Sheridan	sheridan	ME	003		46.6573	-68.405	4
04776	Sherman	sherman	ME	003		45.8731	-68.3847	4
04779	Sinclair	sinclair	ME	003		47.1222	-68.323	4
04780	Smyrna Mills	smyrna-mills	ME	003		46.1464	-68.2064	4
04781	Wallagrass	wallagrass	ME	003		47.1295	-68.5973	4
04783	Stockholm	stockholm	ME	003		47.0423	-68.1395	4
04785	Van Buren	van-buren	ME	003		47.1589	-67.9459	4
04786	Washburn	washburn	ME	003		46.7883	-68.1338	4
04787	Westfield	westfield	ME	003		46.5945	-67.9302	4
04003	Bailey Island	bailey-island	ME	005		43.7341	-69.9952	4
04009	Bridgton	bridgton	ME	005		44.052	-70.7241	4
04011	Brunswick	brunswick	ME	005		43.8973	-69.9779	4
04013	Bustins Island	bustins-island	ME	005		43.799	-70.0698	4
04015	Casco	casco	ME	005		43.9596	-70.526	4
04017	Chebeague Island	chebeague-island	ME	005		43.7354	-70.1169	4
04019	Cliff Island	cliff-island	ME	005		43.6955	-70.1071	4
04021	Cumberland Center	cumberland-center	ME	005		43.7974	-70.2649	4
04024	East Baldwin	east-baldwin	ME	005		43.8646	-70.6922	4
04029	Sebago	sebago	ME	005		43.9017	-70.6878	1
04032	Freeport	freeport	ME	005		43.857	-70.1031	4
04033	Freeport	freeport	ME	005		43.857	-70.1031	4
04034	Freeport	freeport	ME	005		43.857	-70.1031	4
04038	Gorham	gorham	ME	005		43.6843	-70.468	4
04039	Gray	gray	ME	005		43.8942	-70.3429	4
04040	Harrison	harrison	ME	005		44.1071	-70.6539	4
04050	Long Island	long-island	ME	005		43.692	-70.1551	4
04055	Naples	naples	ME	005		43.9681	-70.5988	4
04057	North Bridgton	north-bridgton	ME	005		44.0987	-70.6987	4
04062	Windham	windham	ME	005		43.7958	-70.4143	1
04066	Orrs Island	orrs-island	ME	005		43.7727	-69.9668	4
04069	Pownal	pownal	ME	005		43.89	-70.1955	1
04070	Scarborough	scarborough	ME	005		43.577	-70.2736	4
04071	Raymond	raymond	ME	005		43.9219	-70.4498	4
04074	Scarborough	scarborough	ME	005		43.5835	-70.3457	4
04077	South Casco	south-casco	ME	005		43.91	-70.5245	4
04078	South Freeport	south-freeport	ME	005		43.8208	-70.1208	4
04079	Harpswell	harpswell	ME	005		43.7811	-69.9955	4
04082	South Windham	south-windham	ME	005		43.7362	-70.4237	4
04084	Standish	standish	ME	005		43.8142	-70.4807	4
04085	Steep Falls	steep-falls	ME	005		43.7719	-70.6396	4
04091	West Baldwin	west-baldwin	ME	005		43.8299	-70.749	4
04092	Westbrook	westbrook	ME	005		43.6843	-70.358	4
04096	Yarmouth	yarmouth	ME	005		43.8009	-70.175	4
04097	North Yarmouth	north-yarmouth	ME	005		43.838	-70.2001	1
04098	Westbrook	westbrook	ME	005		43.677	-70.3712	4
04101	Portland	portland	ME	005		43.6606	-70.2589	4
04102	Portland	portland	ME	005		43.6602	-70.2898	4
04103	Portland	portland	ME	005		43.6876	-70.2876	4
04104	Portland	portland	ME	005		43.6615	-70.2553	4
04105	Falmouth	falmouth	ME	005		43.734	-70.2625	4
04106	South Portland	south-portland	ME	005		43.6318	-70.2709	4
04107	Cape Elizabeth	cape-elizabeth	ME	005		43.6017	-70.2301	4
04108	Peaks Island	peaks-island	ME	005		43.6589	-70.194	4
04109	Portland	portland	ME	005		43.6783	-70.1987	4
04110	Cumberland Foreside	cumberland-foreside	ME	005		43.759	-70.1993	4
04112	Portland	portland	ME	005		43.6615	-70.2553	4
04116	South Portland	south-portland	ME	005		43.6415	-70.2409	4
04122	Portland	portland	ME	005		43.6615	-70.2553	4
04123	Portland	portland	ME	005		43.6615	-70.2553	4
04124	Portland	portland	ME	005		43.6615	-70.2553	4
04260	New Gloucester	new-gloucester	ME	005		43.9608	-70.2974	4
04225	Dryden	dryden	ME	007		44.6027	-70.2265	4
04227	East Dixfield	east-dixfield	ME	007		44.5734	-70.3037	4
04234	East Wilton	east-wilton	ME	007		44.6159	-70.1928	4
04262	North Jay	north-jay	ME	007		44.5473	-70.2381	4
04285	Weld	weld	ME	007		44.7016	-70.4249	4
04294	Wilton	wilton	ME	007		44.5928	-70.2281	4
04936	Eustis	eustis	ME	007		45.3356	-70.6283	4
04938	Farmington	farmington	ME	007		44.6653	-70.1329	4
04940	Farmington Falls	farmington-falls	ME	007		44.6226	-70.0752	4
04947	Kingfield	kingfield	ME	007		44.9854	-70.1832	4
04955	New Sharon	new-sharon	ME	007		44.6458	-70.0139	4
04956	New Vineyard	new-vineyard	ME	007		44.7967	-70.122	4
04964	Oquossoc	oquossoc	ME	007		44.9664	-70.7737	4
04966	Phillips	phillips	ME	007		44.8375	-70.3601	4
04970	Rangeley	rangeley	ME	007		44.9631	-70.6658	4
04982	Stratton	stratton	ME	007		45.1116	-70.423	4
04983	Strong	strong	ME	007		44.8224	-70.2221	4
04984	Temple	temple	ME	007		44.6954	-70.2426	4
04992	West Farmington	west-farmington	ME	007		44.6628	-70.153	4
04408	Aurora	aurora	ME	009		44.8861	-68.2959	4
04416	Bucksport	bucksport	ME	009		44.6015	-68.7768	4
04420	Castine	castine	ME	009		44.413	-68.798	4
04421	Castine	castine	ME	009		44.4156	-68.7929	4
04431	East Orland	east-orland	ME	009		44.5612	-68.6647	4
04472	Orland	orland	ME	009		44.5458	-68.7313	4
04476	Penobscot	penobscot	ME	009		44.4645	-68.7111	4
04605	Ellsworth	ellsworth	ME	009		44.5548	-68.4121	4
04607	Gouldsboro	gouldsboro	ME	009		44.4731	-68.0899	4
04609	Bar Harbor	bar-harbor	ME	009		44.3738	-68.2448	4
04612	Bernard	bernard	ME	009		44.2415	-68.358	4
04613	Birch Harbor	birch-harbor	ME	009		44.3842	-68.0317	4
04614	Blue Hill	blue-hill	ME	009		44.4343	-68.5885	4
04616	Brooklin	brooklin	ME	009		44.2541	-68.5565	4
04617	Brooksville	brooksville	ME	009		44.3756	-68.7313	4
04624	Corea	corea	ME	009		44.4053	-67.985	4
04625	Cranberry Isles	cranberry-isles	ME	009		44.2484	-68.2603	4
04627	Deer Isle	deer-isle	ME	009		44.234	-68.6448	4
04629	East Blue Hill	east-blue-hill	ME	009		44.4176	-68.5225	4
04634	Franklin	franklin	ME	009		44.6087	-68.2417	4
04635	Frenchboro	frenchboro	ME	009		44.1181	-68.3625	4
04640	Hancock	hancock	ME	009		44.5046	-68.2402	4
04642	Harborside	harborside	ME	009		44.334	-68.8042	4
04644	Hulls Cove	hulls-cove	ME	009		44.4192	-68.2506	4
04646	Islesford	islesford	ME	009		44.262	-68.2339	4
04650	Little Deer Isle	little-deer-isle	ME	009		44.2847	-68.7058	4
04653	Bass Harbor	bass-harbor	ME	009		44.2401	-68.3439	4
04660	Mount Desert	mount-desert	ME	009		44.3347	-68.3087	1
04662	Northeast Harbor	northeast-harbor	ME	009		44.2941	-68.2849	4
04664	Sullivan	sullivan	ME	009		44.5458	-68.1279	4
04669	Prospect Harbor	prospect-harbor	ME	009		44.411	-68.0141	4
04672	Salsbury Cove	salsbury-cove	ME	009		44.4306	-68.2836	4
04673	Sargentville	sargentville	ME	009		44.3136	-68.6863	4
04674	Seal Cove	seal-cove	ME	009		44.2859	-68.3986	4
04675	Seal Harbor	seal-harbor	ME	009		44.299	-68.2463	4
04676	Sedgwick	sedgwick	ME	009		44.3355	-68.6377	4
04677	Sorrento	sorrento	ME	009		44.4907	-68.1787	4
04679	Southwest Harbor	southwest-harbor	ME	009		44.2823	-68.3265	4
04681	Stonington	stonington	ME	009		44.1752	-68.6746	4
04683	Sunset	sunset	ME	009		44.2059	-68.7047	4
04684	Surry	surry	ME	009		44.4883	-68.5063	4
04685	Swans Island	swans-island	ME	009		44.1451	-68.4517	4
04693	Winter Harbor	winter-harbor	ME	009		44.39	-68.0843	4
04259	Monmouth	monmouth	ME	011		44.2208	-70.0263	4
04265	North Monmouth	north-monmouth	ME	011		44.2753	-70.0367	4
04284	Wayne	wayne	ME	011		44.3493	-70.0712	4
04330	Augusta	augusta	ME	011		44.3232	-69.7665	4
04332	Augusta	augusta	ME	011		44.4141	-69.7519	4
04333	Augusta	augusta	ME	011		44.3106	-69.7795	4
04336	Augusta	augusta	ME	011		44.3157	-69.818	4
04338	Augusta	augusta	ME	011		44.3106	-69.7795	4
04343	East Winthrop	east-winthrop	ME	011		44.3217	-69.8964	4
04344	Farmingdale	farmingdale	ME	011		44.2523	-69.7913	4
04345	Gardiner	gardiner	ME	011		44.207	-69.7858	4
04346	Randolph	randolph	ME	011		44.2347	-69.7506	4
04347	Hallowell	hallowell	ME	011		44.2864	-69.8057	4
04349	Kents Hill	kents-hill	ME	011		44.4383	-70.0748	4
04350	Litchfield	litchfield	ME	011		44.1634	-69.9581	1
04351	Manchester	manchester	ME	011		44.358	-69.867	4
04352	Mount Vernon	mount-vernon	ME	011		44.4993	-69.9903	4
04355	Readfield	readfield	ME	011		44.4032	-69.9506	4
04358	South China	south-china	ME	011		44.3953	-69.5804	4
04359	South Gardiner	south-gardiner	ME	011		44.1801	-69.7567	4
04360	Vienna	vienna	ME	011		44.5475	-70.003	4
04363	Windsor	windsor	ME	011		44.3009	-69.5806	4
04364	Winthrop	winthrop	ME	011		44.3229	-69.9576	4
04901	Waterville	waterville	ME	011		44.5543	-69.6178	4
04903	Waterville	waterville	ME	011		44.5492	-69.7132	4
04910	Albion	albion	ME	011		44.5355	-69.4683	4
04917	Belgrade	belgrade	ME	011		44.4688	-69.8606	4
04918	Belgrade Lakes	belgrade-lakes	ME	011		44.5265	-69.887	4
04926	China Village	china-village	ME	011		44.8526	-69.502	1
04927	Clinton	clinton	ME	011		44.644	-69.5284	4
04935	East Vassalboro	east-vassalboro	ME	011		44.4478	-69.6059	4
04962	North Vassalboro	north-vassalboro	ME	011		44.4862	-69.6225	4
04963	Oakland	oakland	ME	011		44.5173	-69.7401	4
04989	Vassalboro	vassalboro	ME	011		44.4405	-69.6519	4
04547	Friendship	friendship	ME	013		43.9807	-69.3349	4
04563	Cushing	cushing	ME	013		43.9867	-69.2721	4
04574	Washington	washington	ME	013		44.2693	-69.3842	4
04645	Isle Au Haut	isle-au-haut	ME	013		44.0561	-68.6206	4
04841	Rockland	rockland	ME	013		44.1123	-69.1139	4
04843	Camden	camden	ME	013		44.2137	-69.0767	4
04847	Hope	hope	ME	013		44.2589	-69.1467	4
04851	Matinicus	matinicus	ME	013		43.8651	-68.887	4
04853	North Haven	north-haven	ME	013		44.1436	-68.8667	4
04854	Owls Head	owls-head	ME	013		44.0732	-69.0894	4
04855	Port Clyde	port-clyde	ME	013		43.9273	-69.2528	4
04856	Rockport	rockport	ME	013		44.1888	-69.0901	4
04858	South Thomaston	south-thomaston	ME	013		44.0378	-69.1359	4
04859	Spruce Head	spruce-head	ME	013		44.0104	-69.1707	4
04860	Tenants Harbor	tenants-harbor	ME	013		43.9555	-69.2315	4
04861	Thomaston	thomaston	ME	013		44.0846	-69.1888	4
04862	Union	union	ME	013		44.2619	-69.2771	4
04863	Vinalhaven	vinalhaven	ME	013		44.0397	-68.8368	4
04864	Warren	warren	ME	013		44.1271	-69.2479	4
04865	West Rockport	west-rockport	ME	013		44.1924	-69.1211	4
04341	Coopers Mills	coopers-mills	ME	015		44.2588	-69.551	4
04342	Dresden	dresden	ME	015		44.0785	-69.7457	1
04348	Jefferson	jefferson	ME	015		44.2204	-69.5133	4
04353	Whitefield	whitefield	ME	015		44.1884	-69.5751	4
04535	Alna	alna	ME	015		44.0878	-69.6344	4
04537	Boothbay	boothbay	ME	015		43.8945	-69.6273	4
04538	Boothbay Harbor	boothbay-harbor	ME	015		43.8518	-69.6278	4
04539	Bristol	bristol	ME	015		43.9519	-69.4954	4
04541	Chamberlain	chamberlain	ME	015		43.8843	-69.4792	4
04543	Damariscotta	damariscotta	ME	015		44.0293	-69.5042	4
04544	East Boothbay	east-boothbay	ME	015		43.8262	-69.5939	4
04549	Isle Of Springs	isle-of-springs	ME	015		44.0213	-69.5233	1
04551	Bremen	bremen	ME	015		44.0104	-69.4402	4
04553	Newcastle	newcastle	ME	015		44.0499	-69.5331	4
04554	New Harbor	new-harbor	ME	015		43.8605	-69.5079	4
04555	Nobleboro	nobleboro	ME	015		44.0943	-69.4828	4
04556	Edgecomb	edgecomb	ME	015		43.9792	-69.6197	4
04558	Pemaquid	pemaquid	ME	015		43.8924	-69.5289	4
04564	Round Pond	round-pond	ME	015		43.925	-69.4662	4
04568	South Bristol	south-bristol	ME	015		43.8677	-69.5614	4
04570	Squirrel Island	squirrel-island	ME	015		44.0213	-69.5233	1
04571	Trevett	trevett	ME	015		43.8826	-69.6801	4
04572	Waldoboro	waldoboro	ME	015		44.1046	-69.3745	4
04573	Walpole	walpole	ME	015		43.9462	-69.5516	4
04575	West Boothbay Harbor	west-boothbay-harbor	ME	015		43.849	-69.6434	4
04576	Southport	southport	ME	015		43.8199	-69.6626	4
04578	Wiscasset	wiscasset	ME	015		44.0074	-69.6826	4
04852	Monhegan	monhegan	ME	015		43.7642	-69.3164	4
04010	Brownfield	brownfield	ME	017		43.9381	-70.9087	4
04016	Center Lovell	center-lovell	ME	017		44.181	-70.8917	4
04022	Denmark	denmark	ME	017		43.9755	-70.7924	4
04037	Fryeburg	fryeburg	ME	017		44.0313	-70.9668	4
04041	Hiram	hiram	ME	017		43.8622	-70.8531	4
04051	Lovell	lovell	ME	017		44.1614	-70.93	4
04068	Porter	porter	ME	017		43.8262	-70.9243	4
04088	Waterford	waterford	ME	017		44.1931	-70.7163	1
04216	Andover	andover	ME	017		44.6637	-70.7967	4
04217	Bethel	bethel	ME	017		44.4162	-70.8037	4
04219	Bryant Pond	bryant-pond	ME	017		44.3957	-70.6435	4
04220	Buckfield	buckfield	ME	017		44.2877	-70.3683	4
04221	Canton	canton	ME	017		44.4602	-70.2998	4
04224	Dixfield	dixfield	ME	017		44.5548	-70.4241	4
04226	East Andover	east-andover	ME	017		44.6084	-70.6993	4
04231	Stoneham	stoneham	ME	017		44.2641	-70.8875	4
04237	Hanover	hanover	ME	017		44.4959	-70.7167	4
04238	Hebron	hebron	ME	017		44.2021	-70.3754	4
04255	Greenwood	greenwood	ME	017		44.3184	-70.6509	4
04257	Mexico	mexico	ME	017		44.5628	-70.5358	4
04261	Newry	newry	ME	017		44.6895	-71.0112	4
04267	North Waterford	north-waterford	ME	017		44.2317	-70.7687	4
04268	Norway	norway	ME	017		44.2127	-70.5601	4
04270	Oxford	oxford	ME	017		44.1118	-70.5098	4
04271	Paris	paris	ME	017		44.2641	-70.4985	4
04275	Roxbury	roxbury	ME	017		44.6566	-70.6092	4
04276	Rumford	rumford	ME	017		44.5434	-70.5645	4
04281	South Paris	south-paris	ME	017		44.2167	-70.5012	4
04286	West Bethel	west-bethel	ME	017		44.4021	-70.8601	4
04289	West Paris	west-paris	ME	017		44.3253	-70.5732	4
04290	Peru	peru	ME	017		44.4944	-70.4435	4
04292	Sumner	sumner	ME	017		44.374	-70.4469	4
04401	Bangor	bangor	ME	019		44.8242	-68.7918	4
04402	Bangor	bangor	ME	019		44.8012	-68.7778	4
04410	Bradford	bradford	ME	019		45.0855	-68.9235	4
04411	Bradley	bradley	ME	019		44.9015	-68.6263	4
04412	Brewer	brewer	ME	019		44.7874	-68.7539	4
04417	Burlington	burlington	ME	019		45.2349	-68.379	4
04418	Greenbush	greenbush	ME	019		45.0803	-68.6509	4
04419	Carmel	carmel	ME	019		44.8053	-68.9942	4
04422	Charleston	charleston	ME	019		45.067	-69.0869	4
04427	Corinth	corinth	ME	019		44.9805	-69.0109	1
04428	Eddington	eddington	ME	019		44.7917	-68.5777	4
04429	Holden	holden	ME	019		44.7208	-68.6165	4
04430	East Millinocket	east-millinocket	ME	019		45.63	-68.5728	4
04434	Etna	etna	ME	019		44.7932	-69.1322	4
04435	Exeter	exeter	ME	019		44.9679	-69.1079	1
04444	Hampden	hampden	ME	019		44.7411	-68.8731	4
04448	Howland	howland	ME	019		45.2456	-68.6666	4
04449	Hudson	hudson	ME	019		44.9914	-68.8878	4
09227	APO AE	apo-ae				49.443	7.7716	
04450	Kenduskeag	kenduskeag	ME	019		44.9183	-68.9342	4
04451	Kingman	kingman	ME	019		45.5984	-68.2366	4
04453	Lagrange	lagrange	ME	019		45.1789	-68.8345	4
04455	Lee	lee	ME	019		45.3635	-68.2909	4
04456	Levant	levant	ME	019		44.8843	-68.9837	4
04457	Lincoln	lincoln	ME	019		45.3508	-68.5077	4
04459	Mattawamkeag	mattawamkeag	ME	019		45.5264	-68.352	4
04460	Medway	medway	ME	019		45.607	-68.5227	4
04461	Milford	milford	ME	019		44.9393	-68.6296	4
04462	Millinocket	millinocket	ME	019		45.6596	-68.7101	4
04468	Old Town	old-town	ME	019		44.943	-68.675	4
04469	Orono	orono	ME	019		45.0028	-68.6334	4
04473	Orono	orono	ME	019		44.8865	-68.7172	4
04474	Orrington	orrington	ME	019		44.7263	-68.7876	4
04475	Passadumkeag	passadumkeag	ME	019		45.1815	-68.5871	4
04487	Springfield	springfield	ME	019		45.4264	-68.1108	4
04488	Stetson	stetson	ME	019		44.8843	-69.1069	4
04489	Stillwater	stillwater	ME	019		44.9084	-68.6864	4
04493	West Enfield	west-enfield	ME	019		45.2378	-68.5338	4
04495	Winn	winn	ME	019		45.4568	-68.3575	4
04765	Patten	patten	ME	019		46.0132	-68.4647	4
04777	Stacyville	stacyville	ME	019		45.8637	-68.5053	4
04928	Corinna	corinna	ME	019		44.926	-69.2323	4
04930	Dexter	dexter	ME	019		45.0203	-69.2797	4
04932	Dixmont	dixmont	ME	019		44.6991	-69.1025	4
04933	East Newport	east-newport	ME	019		44.8209	-69.2225	4
04939	Garland	garland	ME	019		45.0149	-69.157	4
04953	Newport	newport	ME	019		44.8393	-69.2675	4
04969	Plymouth	plymouth	ME	019		44.7699	-69.2266	4
04406	Abbot	abbot	ME	021		45.2345	-69.5699	1
04414	Brownville	brownville	ME	021		45.3412	-69.0423	4
04415	Brownville Junction	brownville-junction	ME	021		45.3512	-69.0581	4
04426	Dover Foxcroft	dover-foxcroft	ME	021		45.1877	-69.2045	4
04441	Greenville	greenville	ME	021		45.4716	-69.5844	4
04442	Greenville Junction	greenville-junction	ME	021		45.4796	-69.6939	4
04443	Guilford	guilford	ME	021		45.1735	-69.3975	4
04463	Milo	milo	ME	021		45.2446	-68.976	4
04464	Monson	monson	ME	021		45.2981	-69.488	4
04479	Sangerville	sangerville	ME	021		45.1406	-69.3218	4
04481	Sebec	sebec	ME	021		45.2465	-69.1021	4
04485	Shirley Mills	shirley-mills	ME	021		45.3609	-69.6202	4
04008	Bowdoinham	bowdoinham	ME	023		44.0101	-69.8984	4
04086	Topsham	topsham	ME	023		43.9814	-69.9378	4
04287	Bowdoin	bowdoin	ME	023		44.0575	-69.9656	1
04357	Richmond	richmond	ME	023		44.1042	-69.8211	4
04530	Bath	bath	ME	023		43.9062	-69.8266	4
04548	Georgetown	georgetown	ME	023		43.8054	-69.7453	4
04562	Phippsburg	phippsburg	ME	023		43.7688	-69.815	4
04565	Sebasco Estates	sebasco-estates	ME	023		43.7733	-69.8635	4
04579	Woolwich	woolwich	ME	023		43.9503	-69.7891	4
04478	Rockwood	rockwood	ME	025		45.8641	-69.8768	4
04911	Anson	anson	ME	025		44.7831	-69.9309	4
04912	Athens	athens	ME	025		44.9388	-69.6695	4
04920	Bingham	bingham	ME	025		45.0682	-69.8857	4
04923	Cambridge	cambridge	ME	025		45.0513	-69.4419	4
04924	Canaan	canaan	ME	025		44.745	-69.5498	4
04925	Caratunk	caratunk	ME	025		45.241	-69.9386	4
04929	Detroit	detroit	ME	025		44.7615	-69.3227	4
04937	Fairfield	fairfield	ME	025		44.6463	-69.6802	4
04942	Harmony	harmony	ME	025		44.973	-69.5481	4
04943	Hartland	hartland	ME	025		44.8782	-69.4718	4
04944	Hinckley	hinckley	ME	025		44.6847	-69.6425	4
04945	Jackman	jackman	ME	025		45.6351	-70.2492	4
04950	Madison	madison	ME	025		44.8096	-69.8449	4
04954	New Portland	new-portland	ME	025		44.8842	-70.0967	4
04957	Norridgewock	norridgewock	ME	025		44.6899	-69.8306	4
04958	North Anson	north-anson	ME	025		44.8797	-69.9119	4
04961	New Portland	new-portland	ME	025		44.9251	-70.0231	4
04965	Palmyra	palmyra	ME	025		44.8576	-69.3811	4
04967	Pittsfield	pittsfield	ME	025		44.7871	-69.4022	4
04971	Saint Albans	saint-albans	ME	025		44.9293	-69.3992	4
04975	Shawmut	shawmut	ME	025		44.6245	-69.5869	4
04976	Skowhegan	skowhegan	ME	025		44.7772	-69.6976	4
04978	Smithfield	smithfield	ME	025		44.6301	-69.8075	4
04979	Solon	solon	ME	025		44.9676	-69.833	4
04985	West Forks	west-forks	ME	025		45.3839	-69.9841	4
04354	Palermo	palermo	ME	027		44.3843	-69.4334	4
04438	Frankfort	frankfort	ME	027		44.5979	-68.934	4
04496	Winterport	winterport	ME	027		44.6552	-68.8862	4
04848	Islesboro	islesboro	ME	027		44.3082	-68.9073	4
04849	Lincolnville	lincolnville	ME	027		44.3048	-69.0824	4
04850	Lincolnville Center	lincolnville-center	ME	027		44.2979	-69.1075	4
04915	Belfast	belfast	ME	027		44.4354	-69.0148	4
04921	Brooks	brooks	ME	027		44.5678	-69.1404	4
04922	Burnham	burnham	ME	027		44.6848	-69.38	4
04941	Freedom	freedom	ME	027		44.4633	-69.319	4
04949	Liberty	liberty	ME	027		44.3741	-69.3306	4
04951	Monroe	monroe	ME	027		44.5927	-69.0317	4
04952	Morrill	morrill	ME	027		44.4107	-69.1471	4
04972	Sandy Point	sandy-point	ME	027		44.5148	-68.8128	4
04973	Searsmont	searsmont	ME	027		44.377	-69.2196	4
04974	Searsport	searsport	ME	027		44.4877	-68.9311	4
04981	Stockton Springs	stockton-springs	ME	027		44.5141	-68.856	4
04986	Thorndike	thorndike	ME	027		44.5744	-69.2487	4
04987	Troy	troy	ME	027		44.6757	-69.2549	4
04988	Unity	unity	ME	027		44.6007	-69.3328	4
09228	APO AE	apo-ae				50.1155	8.6842	
04413	Brookton	brookton	ME	029		45.5507	-67.7436	4
04424	Danforth	danforth	ME	029		45.6687	-67.8688	4
04454	Lambert Lake	lambert-lake	ME	029		45.5459	-67.5269	4
04490	Topsfield	topsfield	ME	029		45.4304	-67.7473	4
04491	Vanceboro	vanceboro	ME	029		45.5634	-67.4297	4
04492	Waite	waite	ME	029		45.3492	-67.678	4
04606	Addison	addison	ME	029		44.583	-67.7146	4
04611	Beals	beals	ME	029		44.513	-67.6056	4
04619	Calais	calais	ME	029		45.1715	-67.2641	4
04622	Cherryfield	cherryfield	ME	029		44.6228	-67.9436	4
04623	Columbia Falls	columbia-falls	ME	029		44.6699	-67.7534	4
04626	Cutler	cutler	ME	029		44.6753	-67.2499	4
04628	Dennysville	dennysville	ME	029		44.8961	-67.2244	4
04630	East Machias	east-machias	ME	029		44.7424	-67.3821	4
04631	Eastport	eastport	ME	029		44.92	-67.0074	4
04637	Grand Lake Stream	grand-lake-stream	ME	029		45.1795	-67.7744	4
04643	Harrington	harrington	ME	029		44.6122	-67.8147	4
04648	Jonesboro	jonesboro	ME	029		44.6582	-67.5777	4
04649	Jonesport	jonesport	ME	029		44.5509	-67.6044	4
04652	Lubec	lubec	ME	029		44.9043	-67.0408	4
04654	Machias	machias	ME	029		44.7215	-67.482	4
04655	Machiasport	machiasport	ME	029		44.682	-67.4073	4
04657	Meddybemps	meddybemps	ME	029		45.0193	-67.3829	4
04658	Milbridge	milbridge	ME	029		44.5366	-67.8844	4
04666	Pembroke	pembroke	ME	029		44.9654	-67.2002	4
04667	Perry	perry	ME	029		44.9888	-67.0929	4
04668	Princeton	princeton	ME	029		45.2131	-67.6008	4
04671	Robbinston	robbinston	ME	029		45.067	-67.1433	4
04680	Steuben	steuben	ME	029		44.4971	-67.9503	4
04686	Wesley	wesley	ME	029		44.9854	-67.6991	4
04691	Whiting	whiting	ME	029		44.7622	-67.2515	4
04694	Baileyville	baileyville	ME	029		45.1035	-67.4722	1
03901	Berwick	berwick	ME	031		43.2899	-70.855	4
03902	Cape Neddick	cape-neddick	ME	031		43.2133	-70.6397	4
03903	Eliot	eliot	ME	031		43.1309	-70.7822	4
03904	Kittery	kittery	ME	031		43.0921	-70.7429	4
03905	Kittery Point	kittery-point	ME	031		43.0976	-70.7121	4
03906	North Berwick	north-berwick	ME	031		43.3254	-70.7212	4
03907	Ogunquit	ogunquit	ME	031		43.2541	-70.6094	4
03908	South Berwick	south-berwick	ME	031		43.2292	-70.7859	4
03909	York	york	ME	031		43.1544	-70.6578	4
03910	York Beach	york-beach	ME	031		43.1715	-70.6089	4
03911	York Harbor	york-harbor	ME	031		43.1368	-70.6456	4
04001	Acton	acton	ME	031		43.5494	-70.9307	4
04002	Alfred	alfred	ME	031		43.4875	-70.6961	4
04004	Bar Mills	bar-mills	ME	031		43.6131	-70.5498	4
04005	Biddeford	biddeford	ME	031		43.4935	-70.4883	4
04006	Biddeford Pool	biddeford-pool	ME	031		43.4448	-70.3414	4
04007	Biddeford	biddeford	ME	031		43.4581	-70.5053	4
04014	Cape Porpoise	cape-porpoise	ME	031		43.3657	-70.6044	4
04020	Cornish	cornish	ME	031		43.7796	-70.7784	4
04027	Lebanon	lebanon	ME	031		43.4597	-70.9152	4
04028	East Parsonsfield	east-parsonsfield	ME	031		43.7334	-70.8434	4
04030	East Waterboro	east-waterboro	ME	031		43.5995	-70.6906	4
04042	Hollis Center	hollis-center	ME	031		43.5946	-70.6051	4
04043	Kennebunk	kennebunk	ME	031		43.3881	-70.5478	4
04046	Kennebunkport	kennebunkport	ME	031		43.3923	-70.4729	4
04047	Parsonsfield	parsonsfield	ME	031		43.745	-70.9092	4
04048	Limerick	limerick	ME	031		43.6963	-70.7866	4
04049	Limington	limington	ME	031		43.726	-70.6752	4
04054	Moody	moody	ME	031		43.2763	-70.5978	4
04056	Newfield	newfield	ME	031		43.6584	-70.8689	4
04061	North Waterboro	north-waterboro	ME	031		43.64	-70.7298	4
04063	Ocean Park	ocean-park	ME	031		43.5006	-70.3862	4
04064	Old Orchard Beach	old-orchard-beach	ME	031		43.5254	-70.3883	4
04072	Saco	saco	ME	031		43.5209	-70.4546	4
04073	Sanford	sanford	ME	031		43.4285	-70.7585	4
04076	Shapleigh	shapleigh	ME	031		43.5674	-70.8286	4
04083	Springvale	springvale	ME	031		43.4715	-70.8064	4
04087	Waterboro	waterboro	ME	031		43.5661	-70.7431	4
04090	Wells	wells	ME	031		43.3144	-70.5969	4
04093	Buxton	buxton	ME	031		43.6379	-70.5189	4
04094	West Kennebunk	west-kennebunk	ME	031		43.4061	-70.5733	4
04095	West Newfield	west-newfield	ME	031		43.601	-70.9027	4
96960	Marshall Islands	marshall-islands	MH	020		7.1128	171.237	1
96970	Ebeye	ebeye	MH	020		8.786	167.7365	1
48705	Barton City	barton-city	MI	001		44.702	-83.5994	4
48721	Black River	black-river	MI	001		44.8138	-83.3407	4
48728	Curran	curran	MI	001		44.7336	-83.832	4
48737	Glennie	glennie	MI	001		44.5582	-83.6899	4
48738	Greenbush	greenbush	MI	001		44.548	-83.3269	4
48740	Harrisville	harrisville	MI	001		44.6546	-83.3424	4
48742	Lincoln	lincoln	MI	001		44.7111	-83.3947	4
48745	Mikado	mikado	MI	001		44.5833	-83.4355	4
48762	Spruce	spruce	MI	001		44.8224	-83.5044	4
49806	Au Train	au-train	MI	003		46.4446	-86.9115	4
49816	Chatham	chatham	MI	003		46.3477	-86.929	4
49822	Deerton	deerton	MI	003		46.427	-87.0497	4
49825	Eben Junction	eben-junction	MI	003		46.3549	-86.9701	4
49826	Rumely	rumely	MI	003		46.3483	-87.0332	4
49839	Grand Marais	grand-marais	MI	003		46.6529	-85.9836	4
49862	Munising	munising	MI	003		46.3994	-86.6983	4
49884	Shingleton	shingleton	MI	003		46.3512	-86.4823	4
49891	Trenary	trenary	MI	003		46.1947	-86.9502	4
49895	Wetmore	wetmore	MI	003		46.3535	-86.6345	4
49010	Allegan	allegan	MI	005		42.5256	-85.8661	4
49070	Martin	martin	MI	005		42.537	-85.6417	4
49078	Otsego	otsego	MI	005		42.4723	-85.7035	4
49080	Plainwell	plainwell	MI	005		42.4544	-85.5994	4
49311	Bradley	bradley	MI	005		42.633	-85.643	4
49314	Burnips	burnips	MI	005		42.7312	-85.8404	4
49323	Dorr	dorr	MI	005		42.7231	-85.7628	4
49328	Hopkins	hopkins	MI	005		42.6421	-85.7322	4
49335	Moline	moline	MI	005		42.737	-85.6635	4
49344	Shelbyville	shelbyville	MI	005		42.5936	-85.6282	4
49348	Wayland	wayland	MI	005		42.6643	-85.6191	4
49406	Douglas	douglas	MI	005		42.6369	-86.2022	4
49408	Fennville	fennville	MI	005		42.5777	-86.1249	4
49416	Glenn	glenn	MI	005		42.5203	-86.2275	4
49419	Hamilton	hamilton	MI	005		42.6881	-85.9747	4
49450	Pullman	pullman	MI	005		42.4651	-86.0799	4
49453	Saugatuck	saugatuck	MI	005		42.6456	-86.1655	4
49707	Alpena	alpena	MI	007		45.079	-83.4602	4
49744	Herron	herron	MI	007		45.0124	-83.6535	4
49747	Hubbard Lake	hubbard-lake	MI	007		44.8947	-83.6059	4
49753	Lachine	lachine	MI	007		45.0429	-83.7491	4
49766	Ossineke	ossineke	MI	007		44.9104	-83.4592	4
49611	Alba	alba	MI	009		44.9737	-84.9745	4
49612	Alden	alden	MI	009		44.8779	-85.2241	4
49615	Bellaire	bellaire	MI	009		44.9765	-85.2265	4
49622	Central Lake	central-lake	MI	009		45.0748	-85.2673	4
49627	Eastport	eastport	MI	009		45.1072	-85.3501	4
49629	Elk Rapids	elk-rapids	MI	009		44.8955	-85.4082	4
49648	Kewadin	kewadin	MI	009		45.0126	-85.3539	4
49659	Mancelona	mancelona	MI	009		44.9116	-85.0634	4
49729	Ellsworth	ellsworth	MI	009		45.1599	-85.2633	4
48658	Standish	standish	MI	011		43.9733	-83.9433	4
48659	Sterling	sterling	MI	011		44.0669	-84.0505	4
48703	Au Gres	au-gres	MI	011		44.0338	-83.702	4
48749	Omer	omer	MI	011		44.0499	-83.843	4
48765	Turner	turner	MI	011		44.1105	-83.7019	4
48766	Twining	twining	MI	011		44.1293	-83.8491	4
49908	Baraga	baraga	MI	013		46.8048	-88.5758	4
49919	Covington	covington	MI	013		46.5413	-88.5371	4
49946	Lanse	lanse	MI	013		46.7704	-88.421	1
49962	Skanee	skanee	MI	013		46.8747	-88.1732	4
49970	Watton	watton	MI	013		46.5413	-88.6049	4
48897	Woodland	woodland	MI	015		42.7057	-85.1326	4
49035	Cloverdale	cloverdale	MI	015		42.5951	-85.3086	4
49046	Delton	delton	MI	015		42.5141	-85.4067	4
49050	Dowling	dowling	MI	015		42.5015	-85.2495	4
49058	Hastings	hastings	MI	015		42.643	-85.2937	4
49060	Hickory Corners	hickory-corners	MI	015		42.4237	-85.3998	4
49073	Nashville	nashville	MI	015		42.5937	-85.122	4
49325	Freeport	freeport	MI	015		42.7661	-85.3133	4
49333	Middleville	middleville	MI	015		42.6932	-85.4759	4
48611	Auburn	auburn	MI	017		43.608	-84.1027	4
48613	Bentley	bentley	MI	017		43.9267	-84.1053	4
48631	Kawkawlin	kawkawlin	MI	017		43.6794	-83.9927	4
48634	Linwood	linwood	MI	017		43.7714	-84.0513	4
48650	Pinconning	pinconning	MI	017		43.8491	-84.0082	4
48706	Bay City	bay-city	MI	017		43.6088	-83.953	4
48707	Bay City	bay-city	MI	017		43.7378	-83.9333	4
48708	Bay City	bay-city	MI	017		43.5821	-83.8781	4
48710	University Center	university-center	MI	017		43.5566	-83.9943	1
48732	Essexville	essexville	MI	017		43.6069	-83.8217	4
48747	Munger	munger	MI	017		43.5286	-83.7672	4
49616	Benzonia	benzonia	MI	019		44.5955	-86.0961	4
49617	Beulah	beulah	MI	019		44.6306	-86.0025	4
49628	Elberta	elberta	MI	019		44.6194	-86.2265	4
49635	Frankfort	frankfort	MI	019		44.6311	-86.2212	4
49640	Honor	honor	MI	019		44.6954	-86.0376	4
49650	Lake Ann	lake-ann	MI	019		44.7317	-85.8528	4
49683	Thompsonville	thompsonville	MI	019		44.5198	-85.946	4
49022	Benton Harbor	benton-harbor	MI	021		42.1086	-86.4234	4
49023	Benton Harbor	benton-harbor	MI	021		42.1167	-86.4542	4
49038	Coloma	coloma	MI	021		42.203	-86.3225	4
49039	Hagar Shores	hagar-shores	MI	021		42.2248	-86.3723	1
49084	Riverside	riverside	MI	021		42.1834	-86.3828	4
49085	Saint Joseph	saint-joseph	MI	021		42.064	-86.4783	4
49098	Watervliet	watervliet	MI	021		42.1938	-86.2604	4
49101	Baroda	baroda	MI	021		41.9488	-86.4913	4
49102	Berrien Center	berrien-center	MI	021		41.9484	-86.285	4
49103	Berrien Springs	berrien-springs	MI	021		41.948	-86.354	4
49104	Berrien Springs	berrien-springs	MI	021		41.9464	-86.3389	4
49106	Bridgman	bridgman	MI	021		41.9362	-86.5543	4
49107	Buchanan	buchanan	MI	021		41.8327	-86.3708	4
49111	Eau Claire	eau-claire	MI	021		42.0151	-86.2972	4
49113	Galien	galien	MI	021		41.8198	-86.5035	4
49115	Harbert	harbert	MI	021		41.8771	-86.6302	4
49116	Lakeside	lakeside	MI	021		41.8485	-86.6694	4
49117	New Buffalo	new-buffalo	MI	021		41.7927	-86.746	4
49119	New Troy	new-troy	MI	021		41.8744	-86.549	4
49120	Niles	niles	MI	021		41.8202	-86.2368	4
49125	Sawyer	sawyer	MI	021		41.8829	-86.5885	4
49126	Sodus	sodus	MI	021		42.0521	-86.3921	4
49127	Stevensville	stevensville	MI	021		42.022	-86.5119	4
49128	Three Oaks	three-oaks	MI	021		41.815	-86.6154	4
49129	Union Pier	union-pier	MI	021		41.8255	-86.6911	4
49028	Bronson	bronson	MI	023		41.8643	-85.1838	4
49036	Coldwater	coldwater	MI	023		41.9255	-85.0057	4
49082	Quincy	quincy	MI	023		41.9442	-84.8839	4
49089	Sherwood	sherwood	MI	023		42.0107	-85.2408	4
49094	Union City	union-city	MI	023		42.0551	-85.1356	4
49255	Montgomery	montgomery	MI	023		41.7928	-84.8496	4
49011	Athens	athens	MI	025		42.103	-85.2317	4
49014	Battle Creek	battle-creek	MI	025		42.303	-85.1304	4
49015	Battle Creek	battle-creek	MI	025		42.3028	-85.2128	4
49016	Battle Creek	battle-creek	MI	025		42.2464	-85.0045	4
49017	Battle Creek	battle-creek	MI	025		42.3173	-85.1782	4
49018	Battle Creek	battle-creek	MI	025		42.2464	-85.0045	4
49020	Bedford	bedford	MI	025		42.3953	-85.2322	4
49029	Burlington	burlington	MI	025		42.1239	-85.105	4
49033	Ceresco	ceresco	MI	025		42.2127	-85.1128	4
49037	Battle Creek	battle-creek	MI	025		42.3453	-85.2178	4
49051	East Leroy	east-leroy	MI	025		42.1961	-85.2311	4
49068	Marshall	marshall	MI	025		42.272	-84.9583	4
49092	Tekonsha	tekonsha	MI	025		42.0863	-84.9926	4
49224	Albion	albion	MI	025		42.2581	-84.7561	4
49245	Homer	homer	MI	025		42.1416	-84.8157	4
49031	Cassopolis	cassopolis	MI	027		41.8968	-85.9923	4
49047	Dowagiac	dowagiac	MI	027		41.991	-86.1168	4
49061	Jones	jones	MI	027		41.9129	-85.8341	4
49067	Marcellus	marcellus	MI	027		42.0275	-85.7988	4
49095	Vandalia	vandalia	MI	027		41.8955	-85.8755	4
49112	Edwardsburg	edwardsburg	MI	027		41.7913	-86.0263	4
49130	Union	union	MI	027		41.7827	-85.8529	4
49711	Bay Shore	bay-shore	MI	029		45.3583	-85.0973	4
49712	Boyne City	boyne-city	MI	029		45.2052	-85.0183	4
49713	Boyne Falls	boyne-falls	MI	029		45.2116	-84.8916	4
49720	Charlevoix	charlevoix	MI	029		45.2654	-85.2297	4
49727	East Jordan	east-jordan	MI	029		45.1539	-85.1387	4
49782	Beaver Island	beaver-island	MI	029		45.6684	-85.5473	1
49796	Walloon Lake	walloon-lake	MI	029		45.2661	-84.9337	4
49701	Mackinaw City	mackinaw-city	MI	031		45.7777	-84.7298	4
49705	Afton	afton	MI	031		45.3637	-84.4695	4
49716	Brutus	brutus	MI	031		45.5068	-84.7467	4
49717	Burt Lake	burt-lake	MI	031		45.4408	-84.7112	4
49721	Cheboygan	cheboygan	MI	031		45.608	-84.4867	4
49749	Indian River	indian-river	MI	031		45.427	-84.5956	4
49761	Mullett Lake	mullett-lake	MI	031		45.5595	-84.5221	4
49791	Topinabee	topinabee	MI	031		45.4838	-84.5936	4
49792	Tower	tower	MI	031		45.3588	-84.2953	4
49799	Wolverine	wolverine	MI	031		45.2861	-84.6065	4
49710	Barbeau	barbeau	MI	033		46.2848	-84.2173	4
49715	Brimley	brimley	MI	033		46.3891	-84.6981	4
49724	Dafter	dafter	MI	033		46.327	-84.3878	4
49725	De Tour Village	de-tour-village	MI	033		45.9939	-83.9396	4
49726	Drummond Island	drummond-island	MI	033		46.0055	-83.7367	1
49728	Eckerman	eckerman	MI	033		46.4088	-85.0136	4
49736	Goetzville	goetzville	MI	033		46.079	-84.145	4
49748	Hulbert	hulbert	MI	033		46.3908	-85.1764	4
49752	Kinross	kinross	MI	033		46.275	-84.5148	4
49768	Paradise	paradise	MI	033		46.5951	-85.0973	4
49774	Pickford	pickford	MI	033		46.1559	-84.3663	4
49780	Rudyard	rudyard	MI	033		46.2585	-84.8004	4
49783	Sault Sainte Marie	sault-sainte-marie	MI	033		46.4151	-84.2854	4
49784	Kincheloe	kincheloe	MI	033		46.4108	-84.3365	1
49785	Kincheloe	kincheloe	MI	033		46.1815	-84.4054	1
49786	Kincheloe	kincheloe	MI	033		46.4108	-84.3365	1
49788	Kincheloe	kincheloe	MI	033		46.2627	-84.4626	1
49793	Trout Lake	trout-lake	MI	033		46.1936	-85.019	4
48617	Clare	clare	MI	035		43.8223	-84.7635	4
48622	Farwell	farwell	MI	035		43.8342	-84.8754	4
48625	Harrison	harrison	MI	035		44.0285	-84.7729	4
48632	Lake	lake	MI	035		43.8575	-85.0219	4
48633	Lake George	lake-george	MI	035		43.9634	-84.947	4
48808	Bath	bath	MI	037		42.8206	-84.4545	4
48820	Dewitt	dewitt	MI	037		42.8428	-84.5797	4
48822	Eagle	eagle	MI	037		42.8263	-84.759	4
48831	Elsie	elsie	MI	037		43.0886	-84.3869	4
48833	Eureka	eureka	MI	037		43.1036	-84.5139	4
48835	Fowler	fowler	MI	037		42.9941	-84.76	4
48853	Maple Rapids	maple-rapids	MI	037		43.0992	-84.6898	4
48866	Ovid	ovid	MI	037		42.9969	-84.3649	4
48879	Saint Johns	saint-johns	MI	037		43.0059	-84.5719	4
48894	Westphalia	westphalia	MI	037		42.9328	-84.8083	4
49733	Frederic	frederic	MI	039		44.8382	-84.6824	4
49738	Grayling	grayling	MI	039		44.671	-84.6913	4
49739	Grayling	grayling	MI	039		44.683	-84.6104	4
49807	Bark River	bark-river	MI	041		45.6956	-87.2073	4
49818	Cornell	cornell	MI	041		45.9104	-87.2237	4
49829	Escanaba	escanaba	MI	041		45.7659	-87.089	4
49835	Garden	garden	MI	041		45.7549	-86.5776	4
49837	Gladstone	gladstone	MI	041		45.8813	-87.1152	4
49864	Nahma	nahma	MI	041		45.8424	-86.6558	4
49872	Perkins	perkins	MI	041		45.9925	-87.0792	4
49878	Rapid River	rapid-river	MI	041		45.9107	-86.8845	4
49880	Rock	rock	MI	041		46.0503	-87.1331	4
49894	Wells	wells	MI	041		45.7849	-87.0734	4
49801	Iron Mountain	iron-mountain	MI	043		45.8219	-88.0683	4
49802	Kingsford	kingsford	MI	043		45.8006	-88.0773	4
49815	Channing	channing	MI	043		46.1546	-88.0772	4
49831	Felch	felch	MI	043		45.9972	-87.8257	4
49834	Foster City	foster-city	MI	043		45.9438	-87.7584	4
49852	Loretto	loretto	MI	043		45.7772	-87.8151	4
49870	Norway	norway	MI	043		45.7862	-87.9047	4
49876	Quinnesec	quinnesec	MI	043		45.7999	-87.9922	4
49877	Ralph	ralph	MI	043		46.1297	-87.7367	4
49881	Sagola	sagola	MI	043		46.0813	-88.0676	4
49892	Vulcan	vulcan	MI	043		45.7623	-87.8168	4
48813	Charlotte	charlotte	MI	045		42.5702	-84.8352	4
48821	Dimondale	dimondale	MI	045		42.6501	-84.6486	4
48827	Eaton Rapids	eaton-rapids	MI	045		42.5166	-84.6565	4
48837	Grand Ledge	grand-ledge	MI	045		42.7529	-84.7373	4
48861	Mulliken	mulliken	MI	045		42.7377	-84.8979	4
48876	Potterville	potterville	MI	045		42.6398	-84.7346	4
48890	Sunfield	sunfield	MI	045		42.7693	-84.9813	4
48908	Lansing	lansing	MI	045		42.5961	-84.8382	4
48917	Lansing	lansing	MI	045		42.7376	-84.6244	4
49021	Bellevue	bellevue	MI	045		42.4525	-85.0489	4
49076	Olivet	olivet	MI	045		42.4459	-84.8973	4
49096	Vermontville	vermontville	MI	045		42.6392	-85.011	4
49706	Alanson	alanson	MI	047		45.4405	-84.7924	4
49718	Carp Lake	carp-lake	MI	047		45.7424	-84.7735	4
49722	Conway	conway	MI	047		45.4167	-84.867	4
49723	Cross Village	cross-village	MI	047		45.6254	-85.0419	4
49737	Good Hart	good-hart	MI	047		45.5802	-85.1137	4
49740	Harbor Springs	harbor-springs	MI	047		45.5251	-85.0062	4
49755	Levering	levering	MI	047		45.6377	-84.7986	4
49764	Oden	oden	MI	047		45.4236	-84.8281	4
49769	Pellston	pellston	MI	047		45.5703	-84.8425	4
49770	Petoskey	petoskey	MI	047		45.3559	-84.9133	4
48411	Atlas	atlas	MI	049		42.94	-83.5369	4
48420	Clio	clio	MI	049		43.1779	-83.7249	4
48423	Davison	davison	MI	049		43.0348	-83.5268	4
48430	Fenton	fenton	MI	049		42.7851	-83.7294	4
48433	Flushing	flushing	MI	049		43.072	-83.8424	4
48436	Gaines	gaines	MI	049		42.8813	-83.8855	4
48437	Genesee	genesee	MI	049		43.1123	-83.6154	4
48438	Goodrich	goodrich	MI	049		42.9147	-83.4845	4
48439	Grand Blanc	grand-blanc	MI	049		42.9282	-83.6264	4
48449	Lennon	lennon	MI	049		42.9693	-83.9279	4
48451	Linden	linden	MI	049		42.8104	-83.7993	4
48457	Montrose	montrose	MI	049		43.1754	-83.8824	4
48458	Mount Morris	mount-morris	MI	049		43.116	-83.6895	4
48463	Otisville	otisville	MI	049		43.1706	-83.5172	4
48473	Swartz Creek	swartz-creek	MI	049		42.9468	-83.817	4
48480	Grand Blanc	grand-blanc	MI	049		42.918	-83.617	4
48501	Flint	flint	MI	049		42.9659	-83.7808	4
48502	Flint	flint	MI	049		43.0151	-83.6948	4
48503	Flint	flint	MI	049		43.0128	-83.6914	4
48504	Flint	flint	MI	049		43.0573	-83.7498	4
48505	Flint	flint	MI	049		43.0634	-83.7001	4
48506	Flint	flint	MI	049		43.0653	-83.631	4
48507	Flint	flint	MI	049		42.9821	-83.734	4
48509	Burton	burton	MI	049		43.0259	-83.6041	4
48519	Burton	burton	MI	049		42.9859	-83.6135	4
48529	Burton	burton	MI	049		42.9744	-83.6629	4
48531	Flint	flint	MI	049		43.002	-83.6925	4
48532	Flint	flint	MI	049		43.0111	-83.803	4
48550	Flint	flint	MI	049		43.0349	-83.6887	4
48551	Flint	flint	MI	049		42.979	-83.7131	4
48552	Flint	flint	MI	049		42.9779	-83.7131	4
48553	Flint	flint	MI	049		42.9736	-83.7203	4
48554	Flint	flint	MI	049		42.9722	-83.7946	4
48555	Flint	flint	MI	049		43.0113	-83.7108	4
48556	Flint	flint	MI	049		43.0327	-83.6463	4
48557	Flint	flint	MI	049		43.0806	-83.7837	4
48612	Beaverton	beaverton	MI	051		43.8866	-84.4241	4
48624	Gladwin	gladwin	MI	051		44.0296	-84.4968	4
48638	Saginaw	saginaw	MI	051		43.4343	-84.0091	4
48652	Rhodes	rhodes	MI	051		43.8517	-84.2134	4
49911	Bessemer	bessemer	MI	053		46.4802	-90.0515	4
49938	Ironwood	ironwood	MI	053		46.4638	-90.1588	4
49947	Marenisco	marenisco	MI	053		46.3551	-89.6774	4
49959	Ramsay	ramsay	MI	053		46.4727	-89.9976	4
49968	Wakefield	wakefield	MI	053		46.4752	-89.9424	4
49969	Watersmeet	watersmeet	MI	053		46.2542	-89.2108	4
49610	Acme	acme	MI	055		44.7894	-85.4884	4
49633	Fife Lake	fife-lake	MI	055		44.5721	-85.2531	4
49637	Grawn	grawn	MI	055		44.6428	-85.7113	4
49643	Interlochen	interlochen	MI	055		44.6518	-85.8022	4
49649	Kingsley	kingsley	MI	055		44.5756	-85.5262	4
49666	Mayfield	mayfield	MI	055		44.6261	-85.5287	4
49673	Old Mission	old-mission	MI	055		44.9559	-85.49	4
49684	Traverse City	traverse-city	MI	055		44.694	-85.6763	4
49685	Traverse City	traverse-city	MI	055		44.8162	-85.5751	4
49686	Traverse City	traverse-city	MI	055		44.7631	-85.6206	4
49690	Williamsburg	williamsburg	MI	055		44.802	-85.4347	4
49696	Traverse City	traverse-city	MI	055		44.8162	-85.5751	4
48615	Breckenridge	breckenridge	MI	057		43.3935	-84.5023	4
48662	Wheeler	wheeler	MI	057		43.3962	-84.4243	4
48801	Alma	alma	MI	057		43.3809	-84.6635	4
48806	Ashley	ashley	MI	057		43.1891	-84.488	4
48807	Bannister	bannister	MI	057		43.1615	-84.3597	4
48830	Elm Hall	elm-hall	MI	057		43.3639	-84.8362	4
48832	Elwell	elwell	MI	057		43.4106	-84.7631	4
48847	Ithaca	ithaca	MI	057		43.2828	-84.6088	4
48856	Middleton	middleton	MI	057		43.1689	-84.7552	4
48862	North Star	north-star	MI	057		43.2484	-84.5433	4
48871	Perrinton	perrinton	MI	057		43.1649	-84.666	4
48874	Pompeii	pompeii	MI	057		43.1863	-84.6017	4
48877	Riverdale	riverdale	MI	057		43.4017	-84.8429	4
48880	Saint Louis	saint-louis	MI	057		43.4278	-84.5952	4
48889	Sumner	sumner	MI	057		43.3091	-84.7907	4
49227	Allen	allen	MI	059		41.957	-84.7677	4
49232	Camden	camden	MI	059		41.7361	-84.7245	4
49239	Frontier	frontier	MI	059		41.7825	-84.6047	4
49242	Hillsdale	hillsdale	MI	059		41.924	-84.6208	4
49249	Jerome	jerome	MI	059		42.0484	-84.4455	4
49250	Jonesville	jonesville	MI	059		41.9798	-84.6451	4
49252	Litchfield	litchfield	MI	059		42.0369	-84.7673	4
49257	Moscow	moscow	MI	059		42.0548	-84.5039	4
49258	Mosherville	mosherville	MI	059		42.0603	-84.6594	4
49262	North Adams	north-adams	MI	059		41.9715	-84.5208	4
49266	Osseo	osseo	MI	059		41.8384	-84.5974	4
49271	Pittsford	pittsford	MI	059		41.8963	-84.444	4
49274	Reading	reading	MI	059		41.8442	-84.7648	4
49281	Somerset	somerset	MI	059		42.023	-84.3794	4
49282	Somerset Center	somerset-center	MI	059		42.0388	-84.406	4
49288	Waldron	waldron	MI	059		41.7386	-84.4496	4
49905	Atlantic Mine	atlantic-mine	MI	061		47.0937	-88.6613	4
49913	Calumet	calumet	MI	061		47.2439	-88.4588	4
49916	Chassell	chassell	MI	061		47.002	-88.5546	4
49917	Copper City	copper-city	MI	061		47.2842	-88.3875	4
49921	Dodgeville	dodgeville	MI	061		47.0914	-88.5809	4
49922	Dollar Bay	dollar-bay	MI	061		47.1196	-88.5115	4
49930	Hancock	hancock	MI	061		47.1367	-88.5654	4
49931	Houghton	houghton	MI	061		47.1158	-88.558	4
49934	Hubbell	hubbell	MI	061		47.1733	-88.4293	4
49942	Kearsarge	kearsarge	MI	061		47.2694	-88.4184	4
49945	Lake Linden	lake-linden	MI	061		47.1784	-88.2973	4
49952	Nisula	nisula	MI	061		46.7748	-88.8799	4
49955	Painesdale	painesdale	MI	061		47.0404	-88.6704	4
49958	Pelkie	pelkie	MI	061		46.7949	-88.6251	4
49961	Sidnaw	sidnaw	MI	061		46.5047	-88.7085	4
49963	South Range	south-range	MI	061		47.0719	-88.652	4
49965	Toivola	toivola	MI	061		46.9109	-88.8532	4
48413	Bad Axe	bad-axe	MI	063		43.8067	-83.0054	4
48432	Filion	filion	MI	063		43.9014	-82.9825	4
48441	Harbor Beach	harbor-beach	MI	063		43.8312	-82.6886	4
48445	Kinde	kinde	MI	063		43.948	-82.9755	4
48467	Port Austin	port-austin	MI	063		44.0223	-82.9984	4
48468	Port Hope	port-hope	MI	063		43.928	-82.7529	4
48470	Ruth	ruth	MI	063		43.7404	-82.7414	4
48475	Ubly	ubly	MI	063		43.6896	-82.964	4
48720	Bay Port	bay-port	MI	063		43.8377	-83.3525	4
48725	Caseville	caseville	MI	063		43.9429	-83.2659	4
48731	Elkton	elkton	MI	063		43.8344	-83.1786	4
48754	Owendale	owendale	MI	063		43.7206	-83.2307	4
48755	Pigeon	pigeon	MI	063		43.8179	-83.2755	4
48759	Sebewaing	sebewaing	MI	063		43.7289	-83.4366	4
48805	Okemos	okemos	MI	065		42.5992	-84.372	4
48819	Dansville	dansville	MI	065		42.5505	-84.2939	4
48823	East Lansing	east-lansing	MI	065		42.7388	-84.4764	4
48824	East Lansing	east-lansing	MI	065		42.7283	-84.4882	4
48825	East Lansing	east-lansing	MI	065		42.7238	-84.4648	4
48826	East Lansing	east-lansing	MI	065		42.737	-84.4839	4
48840	Haslett	haslett	MI	065		42.7531	-84.3989	4
48842	Holt	holt	MI	065		42.6394	-84.5242	4
48854	Mason	mason	MI	065		42.5796	-84.4561	4
48864	Okemos	okemos	MI	065		42.7053	-84.4187	4
48892	Webberville	webberville	MI	065		42.663	-84.1701	4
48895	Williamston	williamston	MI	065		42.6967	-84.2926	4
48901	Lansing	lansing	MI	065		42.7325	-84.5555	4
48906	Lansing	lansing	MI	065		42.7635	-84.558	4
48909	Lansing	lansing	MI	065		42.7325	-84.5555	4
48910	Lansing	lansing	MI	065		42.7008	-84.549	4
48911	Lansing	lansing	MI	065		42.6797	-84.5772	4
48912	Lansing	lansing	MI	065		42.7371	-84.5244	4
48913	Lansing	lansing	MI	065		42.7325	-84.5555	4
48915	Lansing	lansing	MI	065		42.7391	-84.5704	4
48916	Lansing	lansing	MI	065		42.7325	-84.5555	4
48918	Lansing	lansing	MI	065		42.7325	-84.5555	4
48919	Lansing	lansing	MI	065		42.7286	-84.5517	4
48922	Lansing	lansing	MI	065		42.7325	-84.5587	4
48924	Lansing	lansing	MI	065		42.7325	-84.5555	4
48929	Lansing	lansing	MI	065		42.7325	-84.5587	4
48930	Lansing	lansing	MI	065		42.7325	-84.5587	4
48933	Lansing	lansing	MI	065		42.7334	-84.5571	4
48937	Lansing	lansing	MI	065		42.7487	-84.559	4
48951	Lansing	lansing	MI	065		42.7035	-84.5365	4
48956	Lansing	lansing	MI	065		42.7325	-84.5587	4
48980	Lansing	lansing	MI	065		42.7325	-84.5555	4
49251	Leslie	leslie	MI	065		42.4603	-84.4207	4
49264	Onondaga	onondaga	MI	065		42.4487	-84.5535	4
49285	Stockbridge	stockbridge	MI	065		42.4604	-84.1752	4
48809	Belding	belding	MI	067		43.0885	-85.2313	4
48815	Clarksville	clarksville	MI	067		42.8302	-85.2494	4
48845	Hubbardston	hubbardston	MI	067		43.0923	-84.8422	4
48846	Ionia	ionia	MI	067		42.9859	-85.071	4
48849	Lake Odessa	lake-odessa	MI	067		42.7863	-85.1357	4
48851	Lyons	lyons	MI	067		42.9634	-84.9209	4
48860	Muir	muir	MI	067		43.0439	-84.9391	4
48865	Orleans	orleans	MI	067		43.0895	-85.1165	4
48870	Palo	palo	MI	067		43.1125	-84.9856	4
48873	Pewamo	pewamo	MI	067		43.0007	-84.8492	4
48875	Portland	portland	MI	067		42.8624	-84.9139	4
48881	Saranac	saranac	MI	067		42.9357	-85.203	4
48887	Smyrna	smyrna	MI	067		43.0595	-85.2628	4
48730	East Tawas	east-tawas	MI	069		44.3008	-83.4776	4
48739	Hale	hale	MI	069		44.3819	-83.8359	4
48743	Long Lake	long-lake	MI	069		44.4197	-83.8719	4
48748	National City	national-city	MI	069		44.3137	-83.6839	4
48750	Oscoda	oscoda	MI	069		44.4465	-83.3619	4
48763	Tawas City	tawas-city	MI	069		44.2675	-83.5449	4
48764	Tawas City	tawas-city	MI	069		44.2665	-83.5192	4
48770	Whittemore	whittemore	MI	069		44.2325	-83.8068	4
49902	Alpha	alpha	MI	071		46.0438	-88.3771	4
49903	Amasa	amasa	MI	071		46.2321	-88.4508	4
49915	Caspian	caspian	MI	071		46.0643	-88.6329	4
49920	Crystal Falls	crystal-falls	MI	071		46.1093	-88.3505	4
49927	Gaastra	gaastra	MI	071		46.0526	-88.5917	4
49935	Iron River	iron-river	MI	071		46.093	-88.646	4
49964	Stambaugh	stambaugh	MI	071		46.0797	-88.629	4
48804	Mount Pleasant	mount-pleasant	MI	073		43.6406	-84.8474	4
48858	Mount Pleasant	mount-pleasant	MI	073		43.6013	-84.7736	4
48859	Mount Pleasant	mount-pleasant	MI	073		43.5647	-84.8473	4
48878	Rosebush	rosebush	MI	073		43.6843	-84.7833	4
48883	Shepherd	shepherd	MI	073		43.5657	-84.5873	4
48893	Weidman	weidman	MI	073		43.6453	-85.0046	4
48896	Winn	winn	MI	073		43.5234	-84.9017	4
49310	Blanchard	blanchard	MI	073		43.5228	-85.0589	4
49201	Jackson	jackson	MI	075		42.2545	-84.3875	4
49202	Jackson	jackson	MI	075		42.2634	-84.4083	4
49203	Jackson	jackson	MI	075		42.229	-84.4132	4
49204	Jackson	jackson	MI	075		42.2459	-84.4013	4
49230	Brooklyn	brooklyn	MI	075		42.1044	-84.2414	4
49234	Clarklake	clarklake	MI	075		42.1235	-84.3521	4
49237	Concord	concord	MI	075		42.1875	-84.6529	4
49240	Grass Lake	grass-lake	MI	075		42.2711	-84.194	4
49241	Hanover	hanover	MI	075		42.1025	-84.5848	4
49246	Horton	horton	MI	075		42.1191	-84.4976	4
49254	Michigan Center	michigan-center	MI	075		42.2271	-84.3161	4
49259	Munith	munith	MI	075		42.3703	-84.2485	4
49261	Napoleon	napoleon	MI	075		42.1643	-84.2458	4
49263	Norvell	norvell	MI	075		42.1582	-84.1838	4
49269	Parma	parma	MI	075		42.2739	-84.5999	4
49272	Pleasant Lake	pleasant-lake	MI	075		42.3903	-84.3428	4
49277	Rives Junction	rives-junction	MI	075		42.3887	-84.4589	4
49283	Spring Arbor	spring-arbor	MI	075		42.2069	-84.5501	4
49284	Springport	springport	MI	075		42.3805	-84.7039	4
49001	Kalamazoo	kalamazoo	MI	077		42.2736	-85.5457	4
49002	Portage	portage	MI	077		42.1938	-85.5639	4
49003	Kalamazoo	kalamazoo	MI	077		42.2454	-85.5299	4
49004	Kalamazoo	kalamazoo	MI	077		42.3518	-85.5621	4
49005	Kalamazoo	kalamazoo	MI	077		42.2917	-85.5872	4
49006	Kalamazoo	kalamazoo	MI	077		42.2922	-85.633	4
49007	Kalamazoo	kalamazoo	MI	077		42.3024	-85.5882	4
49008	Kalamazoo	kalamazoo	MI	077		42.2624	-85.6096	4
49009	Kalamazoo	kalamazoo	MI	077		42.2809	-85.6863	4
49012	Augusta	augusta	MI	077		42.3563	-85.354	4
49019	Kalamazoo	kalamazoo	MI	077		42.2454	-85.5299	4
49024	Portage	portage	MI	077		42.1974	-85.6194	4
49034	Climax	climax	MI	077		42.234	-85.3238	4
49041	Comstock	comstock	MI	077		42.2867	-85.5133	4
49048	Kalamazoo	kalamazoo	MI	077		42.3189	-85.5152	4
49052	Fulton	fulton	MI	077		42.1391	-85.3227	4
49053	Galesburg	galesburg	MI	077		42.2948	-85.4237	4
49074	Nazareth	nazareth	MI	077		42.2454	-85.5299	1
49077	Oshtemo	oshtemo	MI	077		42.2589	-85.6775	4
49081	Portage	portage	MI	077		42.1718	-85.6178	4
49083	Richland	richland	MI	077		42.3757	-85.4447	4
49087	Schoolcraft	schoolcraft	MI	077		42.1329	-85.6637	4
49088	Scotts	scotts	MI	077		42.1819	-85.4685	4
49097	Vicksburg	vicksburg	MI	077		42.1209	-85.5024	4
49646	Kalkaska	kalkaska	MI	079		44.7355	-85.1207	4
49676	Rapid City	rapid-city	MI	079		44.8449	-85.2943	4
49680	South Boardman	south-boardman	MI	079		44.6401	-85.2472	4
49301	Ada	ada	MI	081		42.9566	-85.481	4
49302	Alto	alto	MI	081		42.8243	-85.4256	4
49306	Belmont	belmont	MI	081		43.075	-85.5632	4
49315	Byron Center	byron-center	MI	081		42.8016	-85.7136	4
49316	Caledonia	caledonia	MI	081		42.8187	-85.5244	4
49317	Cannonsburg	cannonsburg	MI	081		43.0712	-85.4809	4
49319	Cedar Springs	cedar-springs	MI	081		43.2215	-85.5452	4
49321	Comstock Park	comstock-park	MI	081		43.0578	-85.6845	4
49330	Kent City	kent-city	MI	081		43.2362	-85.7399	4
49331	Lowell	lowell	MI	081		42.955	-85.3653	4
49341	Rockford	rockford	MI	081		43.1152	-85.5136	4
49343	Sand Lake	sand-lake	MI	081		43.2981	-85.5367	4
49345	Sparta	sparta	MI	081		43.1619	-85.6877	4
49351	Rockford	rockford	MI	081		43.12	-85.56	4
49355	Ada	ada	MI	081		42.9542	-85.4889	4
49356	Ada	ada	MI	081		42.9542	-85.4889	4
49357	Ada	ada	MI	081		42.9542	-85.4889	4
49418	Grandville	grandville	MI	081		42.8939	-85.7619	4
49468	Grandville	grandville	MI	081		42.9097	-85.7631	4
49501	Grand Rapids	grand-rapids	MI	081		42.9842	-85.6291	4
49502	Grand Rapids	grand-rapids	MI	081		42.9634	-85.6681	4
49503	Grand Rapids	grand-rapids	MI	081		42.9659	-85.6527	4
49504	Grand Rapids	grand-rapids	MI	081		42.9737	-85.7265	4
49505	Grand Rapids	grand-rapids	MI	081		43.012	-85.6309	4
49506	Grand Rapids	grand-rapids	MI	081		42.944	-85.6213	4
49507	Grand Rapids	grand-rapids	MI	081		42.9318	-85.6542	4
49508	Grand Rapids	grand-rapids	MI	081		42.8894	-85.6219	4
49509	Wyoming	wyoming	MI	081		42.9134	-85.7053	4
49510	Grand Rapids	grand-rapids	MI	081		43.0314	-85.5503	4
49512	Grand Rapids	grand-rapids	MI	081		42.8802	-85.5352	4
49514	Grand Rapids	grand-rapids	MI	081		43.0314	-85.5503	4
49515	Grand Rapids	grand-rapids	MI	081		43.0314	-85.5503	4
49516	Grand Rapids	grand-rapids	MI	081		43.0314	-85.5503	4
49518	Grand Rapids	grand-rapids	MI	081		43.0314	-85.5503	4
49519	Wyoming	wyoming	MI	081		42.8977	-85.7186	4
49523	Grand Rapids	grand-rapids	MI	081		42.9634	-85.6681	4
49525	Grand Rapids	grand-rapids	MI	081		43.0135	-85.6027	4
49528	Grand Rapids	grand-rapids	MI	081		42.8811	-85.6239	4
49530	Grand Rapids	grand-rapids	MI	081		43.0314	-85.5503	4
49544	Grand Rapids	grand-rapids	MI	081		43.0073	-85.7255	4
49546	Grand Rapids	grand-rapids	MI	081		42.928	-85.5483	4
49548	Grand Rapids	grand-rapids	MI	081		42.8697	-85.6628	4
49555	Grand Rapids	grand-rapids	MI	081		42.9634	-85.6681	4
49560	Grand Rapids	grand-rapids	MI	081		43.0314	-85.5503	4
49588	Grand Rapids	grand-rapids	MI	081		43.0314	-85.5503	4
49599	Grand Rapids	grand-rapids	MI	081		43.0314	-85.5503	4
49805	Allouez	allouez	MI	083		47.2879	-88.4129	4
49901	Ahmeek	ahmeek	MI	083		47.2933	-88.3897	4
49918	Copper Harbor	copper-harbor	MI	083		47.4688	-87.8884	4
49950	Mohawk	mohawk	MI	083		47.3526	-88.2889	4
49304	Baldwin	baldwin	MI	085		43.8894	-85.8819	4
49402	Branch	branch	MI	085		43.9333	-86.0345	1
49623	Chase	chase	MI	085		43.8892	-85.6356	4
49642	Idlewild	idlewild	MI	085		43.8872	-85.7759	4
49644	Irons	irons	MI	085		44.0966	-85.939	4
49656	Luther	luther	MI	085		44.0545	-85.6826	4
48003	Almont	almont	MI	087		42.926	-83.0362	4
48412	Attica	attica	MI	087		43.0547	-83.1668	4
48421	Columbiaville	columbiaville	MI	087		43.1503	-83.3811	4
48428	Dryden	dryden	MI	087		42.9378	-83.1501	4
48440	Hadley	hadley	MI	087		42.9545	-83.4033	4
48444	Imlay City	imlay-city	MI	087		43.0425	-83.0708	4
48446	Lapeer	lapeer	MI	087		43.0579	-83.3332	4
48455	Metamora	metamora	MI	087		42.9414	-83.2891	4
48461	North Branch	north-branch	MI	087		43.2069	-83.2267	4
48464	Otter Lake	otter-lake	MI	087		43.2183	-83.4242	4
48727	Clifford	clifford	MI	087		43.31	-83.1741	4
48760	Silverwood	silverwood	MI	087		43.3141	-83.272	4
49621	Cedar	cedar	MI	089		44.8605	-85.8138	4
49630	Empire	empire	MI	089		44.8144	-85.9999	4
49636	Glen Arbor	glen-arbor	MI	089		44.8734	-85.9887	4
49653	Lake Leelanau	lake-leelanau	MI	089		44.9856	-85.7329	4
49654	Leland	leland	MI	089		45.0793	-85.9896	4
49664	Maple City	maple-city	MI	089		44.859	-85.8814	4
49670	Northport	northport	MI	089		45.1157	-85.6173	4
49674	Omena	omena	MI	089		45.0556	-85.589	4
49682	Suttons Bay	suttons-bay	MI	089		44.9656	-85.6423	4
49220	Addison	addison	MI	091		42.0036	-84.3122	4
49221	Adrian	adrian	MI	091		41.9005	-84.0446	4
49228	Blissfield	blissfield	MI	091		41.8276	-83.8773	4
49229	Britton	britton	MI	091		41.9887	-83.8377	4
49233	Cement City	cement-city	MI	091		42.0604	-84.3254	4
49235	Clayton	clayton	MI	091		41.8636	-84.2147	4
49236	Clinton	clinton	MI	091		42.0639	-83.9442	4
49238	Deerfield	deerfield	MI	091		41.8909	-83.7847	4
49247	Hudson	hudson	MI	091		41.8581	-84.338	4
49248	Jasper	jasper	MI	091		41.7704	-84.0011	4
49253	Manitou Beach	manitou-beach	MI	091		41.9671	-84.2767	4
49256	Morenci	morenci	MI	091		41.7386	-84.2192	4
49265	Onsted	onsted	MI	091		42.0295	-84.1839	4
49268	Palmyra	palmyra	MI	091		41.8729	-83.9263	4
49276	Riga	riga	MI	091		41.7953	-83.8011	4
49279	Sand Creek	sand-creek	MI	091		41.8259	-84.1016	4
49286	Tecumseh	tecumseh	MI	091		41.9953	-83.9555	4
49287	Tipton	tipton	MI	091		42.0369	-84.0768	4
49289	Weston	weston	MI	091		41.7683	-84.1076	4
48114	Brighton	brighton	MI	093		42.57	-83.7484	4
48116	Brighton	brighton	MI	093		42.5371	-83.7756	4
48137	Gregory	gregory	MI	093		42.496	-84.0847	4
48139	Hamburg	hamburg	MI	093		42.4523	-83.8147	4
48143	Lakeland	lakeland	MI	093		42.4573	-83.8366	4
48169	Pinckney	pinckney	MI	093		42.4596	-83.9099	4
48353	Hartland	hartland	MI	093		42.6356	-83.7147	4
48816	Cohoctah	cohoctah	MI	093		42.7598	-83.9486	4
48836	Fowlerville	fowlerville	MI	093		42.6614	-84.0721	4
48843	Howell	howell	MI	093		42.6159	-83.9248	4
48844	Howell	howell	MI	093		42.6035	-83.9112	4
48855	Howell	howell	MI	093		42.6871	-83.914	4
49853	Mc Millan	mc-millan	MI	095		46.297	-85.7307	1
49868	Newberry	newberry	MI	095		46.3438	-85.515	4
49719	Cedarville	cedarville	MI	097		46.0024	-84.3488	4
49745	Hessel	hessel	MI	097		46.0217	-84.4284	4
49757	Mackinac Island	mackinac-island	MI	097		45.8578	-84.6245	4
49760	Moran	moran	MI	097		46.0441	-85.0078	4
49762	Naubinway	naubinway	MI	097		46.126	-85.4462	4
49775	Pointe Aux Pins	pointe-aux-pins	MI	097		45.7549	-84.447	4
49781	Saint Ignace	saint-ignace	MI	097		45.9985	-84.6978	4
49820	Curtis	curtis	MI	097		46.2048	-85.7865	4
49827	Engadine	engadine	MI	097		46.204	-85.6005	4
49838	Gould City	gould-city	MI	097		46.0747	-85.7338	4
48005	Armada	armada	MI	099		42.8409	-82.8899	4
48015	Center Line	center-line	MI	099		42.4788	-83.0248	4
48021	Eastpointe	eastpointe	MI	099		42.4658	-82.9459	4
48026	Fraser	fraser	MI	099		42.5423	-82.947	4
48035	Clinton Township	clinton-township	MI	099		42.5512	-82.9167	4
48036	Clinton Township	clinton-township	MI	099		42.5938	-82.9133	4
48038	Clinton Township	clinton-township	MI	099		42.6206	-82.9608	4
48042	Macomb	macomb	MI	099		42.6735	-82.9163	4
48043	Mount Clemens	mount-clemens	MI	099		42.5978	-82.8823	4
48044	Macomb	macomb	MI	099		42.6442	-82.8985	4
48045	Harrison Township	harrison-township	MI	099		42.5877	-82.8215	1
48046	Mount Clemens	mount-clemens	MI	099		42.5973	-82.878	4
48047	New Baltimore	new-baltimore	MI	099		42.673	-82.7753	4
48048	New Haven	new-haven	MI	099		42.7443	-82.8042	4
48050	New Haven	new-haven	MI	099		42.7859	-82.7979	4
48051	New Baltimore	new-baltimore	MI	099		42.6938	-82.8207	4
48062	Richmond	richmond	MI	099		42.8389	-82.7996	4
48065	Romeo	romeo	MI	099		42.84	-83.0388	4
48066	Roseville	roseville	MI	099		42.5034	-82.9387	4
48080	Saint Clair Shores	saint-clair-shores	MI	099		42.4706	-82.9022	4
48081	Saint Clair Shores	saint-clair-shores	MI	099		42.4941	-82.899	4
48082	Saint Clair Shores	saint-clair-shores	MI	099		42.5269	-82.8841	4
48088	Warren	warren	MI	099		42.5164	-82.9832	4
48089	Warren	warren	MI	099		42.4685	-82.9974	4
48090	Warren	warren	MI	099		42.4775	-83.0277	4
48091	Warren	warren	MI	099		42.4665	-83.0593	4
48092	Warren	warren	MI	099		42.5125	-83.0643	4
48093	Warren	warren	MI	099		42.5149	-82.9968	4
48094	Washington	washington	MI	099		42.7262	-83.0268	4
48095	Washington	washington	MI	099		42.7682	-83.0395	4
48096	Ray	ray	MI	099		42.754	-82.9163	4
48310	Sterling Heights	sterling-heights	MI	099		42.5648	-83.0701	4
48311	Sterling Heights	sterling-heights	MI	099		42.5803	-83.0302	4
48312	Sterling Heights	sterling-heights	MI	099		42.5592	-83.0029	4
48313	Sterling Heights	sterling-heights	MI	099		42.6005	-82.9998	4
48314	Sterling Heights	sterling-heights	MI	099		42.6124	-83.0345	4
48315	Utica	utica	MI	099		42.671	-82.9988	4
48316	Utica	utica	MI	099		42.6885	-83.0548	4
48317	Utica	utica	MI	099		42.6413	-83.0504	4
48318	Utica	utica	MI	099		42.6261	-83.0335	4
48397	Warren	warren	MI	099		42.4917	-83.0402	4
49613	Arcadia	arcadia	MI	101		44.5232	-86.2061	4
49614	Bear Lake	bear-lake	MI	101		44.4311	-86.1425	4
49619	Brethren	brethren	MI	101		44.2966	-85.9964	4
49625	Copemish	copemish	MI	101		44.4503	-85.8879	4
49626	Eastlake	eastlake	MI	101		44.2413	-86.2913	1
49634	Filer City	filer-city	MI	101		44.2153	-86.2873	4
49645	Kaleva	kaleva	MI	101		44.3692	-86.0467	4
49660	Manistee	manistee	MI	101		44.2635	-86.1825	4
49675	Onekama	onekama	MI	101		44.3646	-86.21	4
49689	Wellston	wellston	MI	101		44.2133	-85.9555	4
49808	Big Bay	big-bay	MI	103		46.8158	-87.7285	4
49814	Champion	champion	MI	103		46.4685	-87.8306	4
49819	Arnold	arnold	MI	103		46.0508	-87.4921	4
49833	Little Lake	little-lake	MI	103		46.2888	-87.3418	4
49841	Gwinn	gwinn	MI	103		46.3311	-87.4397	4
49849	Ishpeming	ishpeming	MI	103		46.4387	-87.7091	4
49855	Marquette	marquette	MI	103		46.5786	-87.4545	4
49861	Michigamme	michigamme	MI	103		46.5308	-88.0914	4
49865	National Mine	national-mine	MI	103		46.6041	-87.6148	4
49866	Negaunee	negaunee	MI	103		46.5007	-87.5829	4
49871	Palmer	palmer	MI	103		46.4416	-87.5764	4
49879	Republic	republic	MI	103		46.368	-87.9938	4
49885	Skandia	skandia	MI	103		46.349	-87.2481	4
49405	Custer	custer	MI	105		43.9324	-86.1777	4
49410	Fountain	fountain	MI	105		44.0363	-86.2169	4
49411	Free Soil	free-soil	MI	105		44.112	-86.2652	4
49431	Ludington	ludington	MI	105		43.9688	-86.4403	4
49454	Scottville	scottville	MI	105		43.9547	-86.2801	4
49458	Walhalla	walhalla	MI	105		43.9536	-86.1148	4
49305	Barryton	barryton	MI	107		43.7507	-85.1547	4
49307	Big Rapids	big-rapids	MI	107		43.6897	-85.4797	4
49320	Chippewa Lake	chippewa-lake	MI	107		43.7553	-85.2783	4
49332	Mecosta	mecosta	MI	107		43.6813	-85.228	4
49336	Morley	morley	MI	107		43.506	-85.4473	4
49338	Paris	paris	MI	107		43.7677	-85.5213	4
49340	Remus	remus	MI	107		43.6032	-85.1574	4
49342	Rodney	rodney	MI	107		43.7379	-85.3219	4
49346	Stanwood	stanwood	MI	107		43.6017	-85.4446	4
49812	Carney	carney	MI	109		45.5917	-87.5439	4
49821	Daggett	daggett	MI	109		45.4887	-87.6079	4
49845	Harris	harris	MI	109		45.6922	-87.3513	4
49847	Hermansville	hermansville	MI	109		45.7149	-87.6227	4
49848	Ingalls	ingalls	MI	109		45.3748	-87.6206	4
49858	Menominee	menominee	MI	109		45.1343	-87.6215	4
49863	Nadeau	nadeau	MI	109		45.6089	-87.5529	4
49873	Perronville	perronville	MI	109		45.841	-87.4816	4
49874	Powers	powers	MI	109		45.6792	-87.5319	4
49886	Spalding	spalding	MI	109		45.6958	-87.511	4
49887	Stephenson	stephenson	MI	109		45.4166	-87.6258	4
49893	Wallace	wallace	MI	109		45.3017	-87.5805	4
49896	Wilson	wilson	MI	109		45.6649	-87.3997	4
48618	Coleman	coleman	MI	111		43.7494	-84.5911	4
48620	Edenville	edenville	MI	111		43.7774	-84.3813	4
48628	Hope	hope	MI	111		43.7882	-84.3296	4
48640	Midland	midland	MI	111		43.6376	-84.268	4
48641	Midland	midland	MI	111		43.5383	-84.3878	4
48642	Midland	midland	MI	111		43.6375	-84.1979	4
48657	Sanford	sanford	MI	111		43.7204	-84.3954	4
48667	Midland	midland	MI	111		43.6156	-84.2472	4
48670	Midland	midland	MI	111		43.6375	-84.2568	4
48674	Midland	midland	MI	111		43.6129	-84.1971	4
48686	Midland	midland	MI	111		43.6473	-84.3873	4
49632	Falmouth	falmouth	MI	113		44.2529	-85.017	4
49651	Lake City	lake-city	MI	113		44.3767	-85.0946	4
49657	Mc Bain	mc-bain	MI	113		44.2172	-85.2283	1
49667	Merritt	merritt	MI	113		44.3433	-84.9446	4
48110	Azalia	azalia	MI	115		42.0082	-83.6643	4
48117	Carleton	carleton	MI	115		42.0529	-83.3755	4
48131	Dundee	dundee	MI	115		41.9514	-83.6522	4
48133	Erie	erie	MI	115		41.7829	-83.4958	4
48140	Ida	ida	MI	115		41.8549	-83.5916	4
48144	Lambertville	lambertville	MI	115		41.7531	-83.6259	4
48145	La Salle	la-salle	MI	115		41.8585	-83.4715	4
48157	Luna Pier	luna-pier	MI	115		41.8146	-83.4382	4
48159	Maybee	maybee	MI	115		42.0288	-83.5179	4
48160	Milan	milan	MI	115		42.0914	-83.6776	4
48161	Monroe	monroe	MI	115		41.908	-83.4719	4
48162	Monroe	monroe	MI	115		41.9293	-83.4448	4
48166	Newport	newport	MI	115		41.9766	-83.2804	4
48177	Samaria	samaria	MI	115		41.8076	-83.5793	4
48179	South Rockwood	south-rockwood	MI	115		42.0624	-83.2663	4
48182	Temperance	temperance	MI	115		41.7682	-83.5797	4
49267	Ottawa Lake	ottawa-lake	MI	115		41.7683	-83.6856	4
49270	Petersburg	petersburg	MI	115		41.8757	-83.6877	4
48811	Carson City	carson-city	MI	117		43.1695	-84.8653	4
48812	Cedar Lake	cedar-lake	MI	117		43.4138	-84.9753	4
48818	Crystal	crystal	MI	117		43.2624	-84.8993	4
48829	Edmore	edmore	MI	117		43.4116	-85.028	4
48834	Fenwick	fenwick	MI	117		43.1497	-85.0666	4
48838	Greenville	greenville	MI	117		43.1793	-85.2497	4
48850	Lakeview	lakeview	MI	117		43.4269	-85.2924	4
48852	Mcbrides	mcbrides	MI	117		43.3503	-85.0517	1
48884	Sheridan	sheridan	MI	117		43.2126	-85.0468	4
48885	Sidney	sidney	MI	117		43.2358	-85.1207	4
48886	Six Lakes	six-lakes	MI	117		43.4337	-85.1416	4
48888	Stanton	stanton	MI	117		43.3058	-85.0995	4
48891	Vestaburg	vestaburg	MI	117		43.387	-84.9082	4
49322	Coral	coral	MI	117		43.3645	-85.3792	4
49326	Gowen	gowen	MI	117		43.2239	-85.3159	4
49329	Howard City	howard-city	MI	117		43.4083	-85.4856	4
49339	Pierson	pierson	MI	117		43.3355	-85.5134	4
49347	Trufant	trufant	MI	117		43.3156	-85.3685	4
49709	Atlanta	atlanta	MI	119		44.9924	-84.148	4
49746	Hillman	hillman	MI	119		45.0691	-83.9468	4
49756	Lewiston	lewiston	MI	119		44.8538	-84.2973	4
49303	Bailey	bailey	MI	121		43.2768	-85.8313	4
49318	Casnovia	casnovia	MI	121		43.2381	-85.8254	4
49415	Fruitport	fruitport	MI	121		43.1443	-86.1388	4
49425	Holton	holton	MI	121		43.4415	-86.1509	4
49437	Montague	montague	MI	121		43.4242	-86.374	4
49440	Muskegon	muskegon	MI	121		43.2326	-86.2492	4
49441	Muskegon	muskegon	MI	121		43.1962	-86.2738	4
49442	Muskegon	muskegon	MI	121		43.2329	-86.1885	4
49443	Muskegon	muskegon	MI	121		43.2342	-86.2484	4
49444	Muskegon	muskegon	MI	121		43.1791	-86.1989	4
49445	Muskegon	muskegon	MI	121		43.2952	-86.279	4
49451	Ravenna	ravenna	MI	121		43.2091	-85.9648	4
49457	Twin Lake	twin-lake	MI	121		43.3414	-86.1633	4
49461	Whitehall	whitehall	MI	121		43.3904	-86.3315	4
49463	Sylvan Beach	sylvan-beach	MI	121		43.372	-86.4237	4
49309	Bitely	bitely	MI	123		43.7321	-85.8778	4
49312	Brohman	brohman	MI	123		43.6853	-85.8159	4
49327	Grant	grant	MI	123		43.3392	-85.8368	4
49337	Newaygo	newaygo	MI	123		43.4198	-85.7594	4
49349	White Cloud	white-cloud	MI	123		43.5398	-85.7586	4
49412	Fremont	fremont	MI	123		43.4652	-85.9626	4
49413	Fremont	fremont	MI	123		43.5543	-85.8009	4
48007	Troy	troy	MI	125		42.6061	-83.2976	4
48009	Birmingham	birmingham	MI	125		42.5444	-83.2133	4
48012	Birmingham	birmingham	MI	125		42.5467	-83.2113	4
48017	Clawson	clawson	MI	125		42.5365	-83.1503	4
48025	Franklin	franklin	MI	125		42.5219	-83.2519	4
48030	Hazel Park	hazel-park	MI	125		42.4608	-83.0982	4
48033	Southfield	southfield	MI	125		42.4723	-83.294	4
48034	Southfield	southfield	MI	125		42.4969	-83.2911	4
48037	Southfield	southfield	MI	125		42.5675	-83.15	4
48067	Royal Oak	royal-oak	MI	125		42.4906	-83.1366	4
48068	Royal Oak	royal-oak	MI	125		42.4895	-83.1446	4
48069	Pleasant Ridge	pleasant-ridge	MI	125		42.471	-83.1438	4
48070	Huntington Woods	huntington-woods	MI	125		42.4825	-83.1749	4
48071	Madison Heights	madison-heights	MI	125		42.5016	-83.1027	4
48072	Berkley	berkley	MI	125		42.5028	-83.1887	4
48073	Royal Oak	royal-oak	MI	125		42.519	-83.157	4
48075	Southfield	southfield	MI	125		42.4638	-83.2255	4
48076	Southfield	southfield	MI	125		42.4981	-83.2058	4
48083	Troy	troy	MI	125		42.5597	-83.1138	4
48084	Troy	troy	MI	125		42.5627	-83.1799	4
48085	Troy	troy	MI	125		42.6006	-83.1198	4
48086	Southfield	southfield	MI	125		42.4734	-83.2219	4
48098	Troy	troy	MI	125		42.5991	-83.1789	4
48099	Troy	troy	MI	125		42.5876	-83.1737	4
48165	New Hudson	new-hudson	MI	125		42.5076	-83.6342	4
48178	South Lyon	south-lyon	MI	125		42.4567	-83.659	4
48220	Ferndale	ferndale	MI	125		42.4586	-83.1363	4
48237	Oak Park	oak-park	MI	125		42.4662	-83.184	4
48301	Bloomfield Hills	bloomfield-hills	MI	125		42.5445	-83.2792	4
48302	Bloomfield Hills	bloomfield-hills	MI	125		42.5848	-83.2821	4
48303	Bloomfield Hills	bloomfield-hills	MI	125		42.5836	-83.2455	4
48304	Bloomfield Hills	bloomfield-hills	MI	125		42.587	-83.2359	4
48306	Rochester	rochester	MI	125		42.7262	-83.1566	4
48307	Rochester	rochester	MI	125		42.6593	-83.1225	4
48308	Rochester	rochester	MI	125		42.6806	-83.1338	4
48309	Rochester	rochester	MI	125		42.6626	-83.1837	4
48320	Keego Harbor	keego-harbor	MI	125		42.6114	-83.3356	4
48321	Auburn Hills	auburn-hills	MI	125		42.6601	-83.3863	4
48322	West Bloomfield	west-bloomfield	MI	125		42.5424	-83.3793	4
48323	West Bloomfield	west-bloomfield	MI	125		42.5683	-83.3805	4
48324	West Bloomfield	west-bloomfield	MI	125		42.5961	-83.3819	4
48325	West Bloomfield	west-bloomfield	MI	125		42.6601	-83.3863	4
48326	Auburn Hills	auburn-hills	MI	125		42.6583	-83.2375	4
48327	Waterford	waterford	MI	125		42.6438	-83.4076	4
48328	Waterford	waterford	MI	125		42.6429	-83.3546	4
48329	Waterford	waterford	MI	125		42.6877	-83.3879	4
48330	Drayton Plains	drayton-plains	MI	125		42.6754	-83.3637	4
48331	Farmington	farmington	MI	125		42.5051	-83.4072	4
48332	Farmington	farmington	MI	125		42.4645	-83.3763	4
48333	Farmington	farmington	MI	125		42.4645	-83.3763	4
48334	Farmington	farmington	MI	125		42.5065	-83.3484	4
48335	Farmington	farmington	MI	125		42.4617	-83.4053	4
48336	Farmington	farmington	MI	125		42.4656	-83.3638	4
48340	Pontiac	pontiac	MI	125		42.668	-83.2893	4
48341	Pontiac	pontiac	MI	125		42.6294	-83.3041	4
48342	Pontiac	pontiac	MI	125		42.6439	-83.2792	4
48343	Pontiac	pontiac	MI	125		42.6389	-83.291	4
48346	Clarkston	clarkston	MI	125		42.7239	-83.4232	4
48347	Clarkston	clarkston	MI	125		42.6601	-83.3863	4
48348	Clarkston	clarkston	MI	125		42.7605	-83.404	4
48350	Davisburg	davisburg	MI	125		42.7496	-83.5358	4
48356	Highland	highland	MI	125		42.6692	-83.5895	4
48357	Highland	highland	MI	125		42.6595	-83.637	4
48359	Lake Orion	lake-orion	MI	125		42.7231	-83.2769	4
48360	Lake Orion	lake-orion	MI	125		42.7429	-83.272	4
48361	Lake Orion	lake-orion	MI	125		42.7845	-83.2397	4
48362	Lake Orion	lake-orion	MI	125		42.7763	-83.2748	4
48363	Oakland	oakland	MI	125		42.7732	-83.1711	1
48366	Lakeville	lakeville	MI	125		42.8214	-83.1502	4
48367	Leonard	leonard	MI	125		42.8437	-83.1406	4
48370	Oxford	oxford	MI	125		42.8265	-83.2005	4
48371	Oxford	oxford	MI	125		42.8223	-83.2829	4
48374	Novi	novi	MI	125		42.4735	-83.5224	4
48375	Novi	novi	MI	125		42.4604	-83.4577	4
48376	Novi	novi	MI	125		42.471	-83.4748	4
48377	Novi	novi	MI	125		42.4992	-83.4773	4
48380	Milford	milford	MI	125		42.602	-83.6508	4
48381	Milford	milford	MI	125		42.5758	-83.5924	4
48382	Commerce Township	commerce-township	MI	125		42.5834	-83.5009	1
48383	White Lake	white-lake	MI	125		42.658	-83.5398	4
48386	White Lake	white-lake	MI	125		42.641	-83.4738	4
48387	Union Lake	union-lake	MI	125		42.6148	-83.4469	4
48390	Walled Lake	walled-lake	MI	125		42.5582	-83.4773	4
48391	Walled Lake	walled-lake	MI	125		42.5378	-83.481	4
48393	Wixom	wixom	MI	125		42.534	-83.5285	4
48442	Holly	holly	MI	125		42.7905	-83.6127	4
48462	Ortonville	ortonville	MI	125		42.8409	-83.4288	4
49420	Hart	hart	MI	127		43.7068	-86.3142	4
49421	Hesperia	hesperia	MI	127		43.5965	-86.0607	4
49436	Mears	mears	MI	127		43.6825	-86.4533	4
49446	New Era	new-era	MI	127		43.5556	-86.3448	4
49449	Pentwater	pentwater	MI	127		43.8237	-86.3868	4
49452	Rothbury	rothbury	MI	127		43.5116	-86.3446	4
49455	Shelby	shelby	MI	127		43.6079	-86.3615	4
49459	Walkerville	walkerville	MI	127		43.7626	-86.083	4
48610	Alger	alger	MI	129		44.1395	-84.1872	4
48635	Lupton	lupton	MI	129		44.3976	-83.9905	4
48654	Rose City	rose-city	MI	129		44.4167	-84.1256	4
48661	West Branch	west-branch	MI	129		44.279	-84.2286	4
48756	Prescott	prescott	MI	129		44.21	-84.0212	4
48761	South Branch	south-branch	MI	129		44.5014	-83.8686	4
49910	Bergland	bergland	MI	131		46.5881	-89.5973	4
49912	Bruce Crossing	bruce-crossing	MI	131		46.528	-89.168	4
49925	Ewen	ewen	MI	131		46.5404	-89.3145	4
49929	Greenland	greenland	MI	131		46.7809	-89.1146	4
49948	Mass City	mass-city	MI	131		46.7474	-89.0649	4
49953	Ontonagon	ontonagon	MI	131		46.8275	-89.3485	4
49960	Rockland	rockland	MI	131		46.7537	-89.1958	4
49967	Trout Creek	trout-creek	MI	131		46.4864	-89.027	4
49971	White Pine	white-pine	MI	131		46.7538	-89.584	4
49631	Evart	evart	MI	133		43.8888	-85.2649	4
49639	Hersey	hersey	MI	133		43.8481	-85.4059	4
49655	Leroy	leroy	MI	133		44.0457	-85.43	1
49665	Marion	marion	MI	133		44.0463	-85.155	4
49677	Reed City	reed-city	MI	133		43.8868	-85.513	4
49679	Sears	sears	MI	133		43.8776	-85.1465	4
49688	Tustin	tustin	MI	133		44.1072	-85.4901	4
48619	Comins	comins	MI	135		44.8264	-84.0261	4
48621	Fairview	fairview	MI	135		44.7205	-84.0525	4
48636	Luzerne	luzerne	MI	135		44.6001	-84.2931	4
48647	Mio	mio	MI	135		44.6665	-84.1353	4
49730	Elmira	elmira	MI	137		45.0645	-84.8562	4
49734	Gaylord	gaylord	MI	137		45.0275	-84.6748	4
49735	Gaylord	gaylord	MI	137		45.0125	-84.6723	4
49751	Johannesburg	johannesburg	MI	137		45.0152	-84.3857	4
49795	Vanderbilt	vanderbilt	MI	137		45.1532	-84.6511	4
49797	Waters	waters	MI	137		44.8702	-84.6598	4
49401	Allendale	allendale	MI	139		42.9711	-85.9249	4
49403	Conklin	conklin	MI	139		43.1494	-85.8538	4
49404	Coopersville	coopersville	MI	139		43.0601	-85.9517	4
49409	Ferrysburg	ferrysburg	MI	139		43.0809	-86.2154	4
49417	Grand Haven	grand-haven	MI	139		43.0378	-86.1912	4
49422	Holland	holland	MI	139		42.7875	-86.1089	4
49423	Holland	holland	MI	139		42.7692	-86.1164	4
49424	Holland	holland	MI	139		42.8135	-86.1426	4
49426	Hudsonville	hudsonville	MI	139		42.8748	-85.8751	4
49427	Jamestown	jamestown	MI	139		42.8267	-85.8444	4
49428	Jenison	jenison	MI	139		42.9104	-85.8276	4
49429	Jenison	jenison	MI	139		42.9072	-85.792	4
49430	Lamont	lamont	MI	139		43.0103	-85.8975	4
49434	Macatawa	macatawa	MI	139		42.7697	-86.2055	4
49435	Marne	marne	MI	139		43.0532	-85.842	4
49448	Nunica	nunica	MI	139		43.0883	-86.1028	4
49456	Spring Lake	spring-lake	MI	139		43.0887	-86.1915	4
49460	West Olive	west-olive	MI	139		42.9099	-86.1317	4
49464	Zeeland	zeeland	MI	139		42.8256	-86.0104	4
49534	Grand Rapids	grand-rapids	MI	139		43.0141	-85.7543	4
49743	Hawks	hawks	MI	141		45.2975	-83.8542	4
49759	Millersburg	millersburg	MI	141		45.4309	-84.0854	4
49765	Onaway	onaway	MI	141		45.3365	-84.2123	4
49776	Posen	posen	MI	141		45.2233	-83.6393	4
49777	Presque Isle	presque-isle	MI	141		45.2969	-83.5023	4
49779	Rogers City	rogers-city	MI	141		45.4123	-83.8355	4
48627	Higgins Lake	higgins-lake	MI	143		44.3871	-84.7013	4
48629	Houghton Lake	houghton-lake	MI	143		44.3147	-84.7647	4
48630	Houghton Lake Heights	houghton-lake-heights	MI	143		44.3275	-84.7745	4
48651	Prudenville	prudenville	MI	143		44.2974	-84.6627	4
48653	Roscommon	roscommon	MI	143		44.4839	-84.6601	4
48656	Saint Helen	saint-helen	MI	143		44.3665	-84.4247	4
48415	Birch Run	birch-run	MI	145		43.2649	-83.7903	4
48417	Burt	burt	MI	145		43.2404	-83.9511	4
48601	Saginaw	saginaw	MI	145		43.4047	-83.9156	4
48602	Saginaw	saginaw	MI	145		43.4248	-83.9745	4
48603	Saginaw	saginaw	MI	145		43.4631	-84.0297	4
48604	Saginaw	saginaw	MI	145		43.4732	-83.9514	4
48605	Saginaw	saginaw	MI	145		43.4588	-84.0518	4
48606	Saginaw	saginaw	MI	145		43.3485	-84.0326	4
48607	Saginaw	saginaw	MI	145		43.4301	-83.9319	4
48608	Saginaw	saginaw	MI	145		43.3485	-84.0326	4
48609	Saginaw	saginaw	MI	145		43.3869	-84.0926	4
48614	Brant	brant	MI	145		43.2548	-84.2978	4
48616	Chesaning	chesaning	MI	145		43.1824	-84.1122	4
48623	Freeland	freeland	MI	145		43.5161	-84.1822	4
48626	Hemlock	hemlock	MI	145		43.4099	-84.2266	4
48637	Merrill	merrill	MI	145		43.3939	-84.3308	4
48649	Oakley	oakley	MI	145		43.1505	-84.2094	4
48655	Saint Charles	saint-charles	MI	145		43.2863	-84.1598	4
48663	Saginaw	saginaw	MI	145		43.4195	-83.9508	4
48722	Bridgeport	bridgeport	MI	145		43.3553	-83.8549	4
48724	Carrollton	carrollton	MI	145		43.4586	-83.9303	4
48734	Frankenmuth	frankenmuth	MI	145		43.341	-83.7475	4
48787	Frankenmuth	frankenmuth	MI	145		43.335	-83.7494	4
48001	Algonac	algonac	MI	147		42.6367	-82.5866	4
48002	Allenton	allenton	MI	147		42.9388	-82.9198	4
48004	Anchorville	anchorville	MI	147		42.8241	-82.6652	4
48006	Avoca	avoca	MI	147		43.0752	-82.6955	4
48014	Capac	capac	MI	147		43.0263	-82.9298	4
48022	Emmett	emmett	MI	147		42.9872	-82.7854	4
48023	Fair Haven	fair-haven	MI	147		42.7023	-82.6688	4
48027	Goodells	goodells	MI	147		42.9443	-82.6916	4
48028	Harsens Island	harsens-island	MI	147		42.585	-82.586	4
48032	Jeddo	jeddo	MI	147		43.1223	-82.5998	4
48039	Marine City	marine-city	MI	147		42.6859	-82.5499	4
48040	Marysville	marysville	MI	147		42.9135	-82.4813	4
48041	Memphis	memphis	MI	147		42.941	-82.8046	4
48049	North Street	north-street	MI	147		43.0349	-82.5748	1
48054	East China	east-china	MI	147		42.7769	-82.5437	1
48059	Fort Gratiot	fort-gratiot	MI	147		43.0888	-82.4905	1
48060	Port Huron	port-huron	MI	147		42.9958	-82.4599	4
48061	Port Huron	port-huron	MI	147		42.9709	-82.4249	4
48063	Columbus	columbus	MI	147		42.8892	-82.6675	4
48064	Casco	casco	MI	147		42.7674	-82.6728	4
48074	Smiths Creek	smiths-creek	MI	147		42.9051	-82.5679	4
48079	Saint Clair	saint-clair	MI	147		42.8255	-82.5133	4
48097	Yale	yale	MI	147		43.126	-82.8295	4
49030	Burr Oak	burr-oak	MI	149		41.8459	-85.3345	4
49032	Centreville	centreville	MI	149		41.9217	-85.4963	4
49040	Colon	colon	MI	149		41.9576	-85.3306	4
49042	Constantine	constantine	MI	149		41.846	-85.6571	4
49066	Leonidas	leonidas	MI	149		42.0294	-85.3497	4
49072	Mendon	mendon	MI	149		42.0143	-85.4727	4
49075	Nottawa	nottawa	MI	149		41.9189	-85.4489	4
49091	Sturgis	sturgis	MI	149		41.8089	-85.4264	4
49093	Three Rivers	three-rivers	MI	149		41.9596	-85.6371	4
49099	White Pigeon	white-pigeon	MI	149		41.7929	-85.675	4
48401	Applegate	applegate	MI	151		43.3619	-82.6479	4
48410	Argyle	argyle	MI	151		43.5589	-82.9455	4
48416	Brown City	brown-city	MI	151		43.2171	-82.9978	4
48419	Carsonville	carsonville	MI	151		43.4258	-82.6022	4
48422	Croswell	croswell	MI	151		43.2622	-82.6337	4
48426	Decker	decker	MI	151		43.4775	-83.0638	4
48427	Deckerville	deckerville	MI	151		43.5151	-82.7191	4
48434	Forestville	forestville	MI	151		43.6632	-82.6133	4
48450	Lexington	lexington	MI	151		43.2435	-82.5301	4
48453	Marlette	marlette	MI	151		43.3399	-83.0573	4
48454	Melvin	melvin	MI	151		43.193	-82.8393	4
48456	Minden City	minden-city	MI	151		43.6814	-82.7299	4
48465	Palms	palms	MI	151		43.6257	-82.7017	4
48466	Peck	peck	MI	151		43.2694	-82.8193	4
48469	Port Sanilac	port-sanilac	MI	151		43.4329	-82.5468	4
48471	Sandusky	sandusky	MI	151		43.4055	-82.8409	4
48472	Snover	snover	MI	151		43.4886	-82.9301	4
49817	Cooks	cooks	MI	153		45.8997	-86.5307	4
49836	Germfask	germfask	MI	153		46.2363	-85.9159	4
49840	Gulliver	gulliver	MI	153		46.0115	-86.0214	4
49854	Manistique	manistique	MI	153		46.0062	-86.2555	4
49883	Seney	seney	MI	153		46.388	-85.9708	4
48414	Bancroft	bancroft	MI	155		42.882	-84.1207	4
48418	Byron	byron	MI	155		42.8059	-83.973	4
48429	Durand	durand	MI	155		42.9117	-83.9877	4
48460	New Lothrop	new-lothrop	MI	155		43.1388	-83.9851	4
48476	Vernon	vernon	MI	155		42.9406	-84.0328	4
48817	Corunna	corunna	MI	155		43.0414	-84.0276	4
48841	Henderson	henderson	MI	155		43.1143	-84.2369	4
48848	Laingsburg	laingsburg	MI	155		42.8627	-84.353	4
48857	Morrice	morrice	MI	155		42.8385	-84.1768	4
48867	Owosso	owosso	MI	155		42.9934	-84.1595	4
48872	Perry	perry	MI	155		42.82	-84.2313	4
48882	Shaftsburg	shaftsburg	MI	155		42.804	-84.2959	4
48435	Fostoria	fostoria	MI	157		43.2645	-83.3796	4
48701	Akron	akron	MI	157		43.5844	-83.5393	4
48723	Caro	caro	MI	157		43.4833	-83.3835	4
48726	Cass City	cass-city	MI	157		43.5797	-83.1733	4
48729	Deford	deford	MI	157		43.4735	-83.1702	4
48733	Fairgrove	fairgrove	MI	157		43.5126	-83.5835	4
48735	Gagetown	gagetown	MI	157		43.6543	-83.2628	4
48741	Kingston	kingston	MI	157		43.3982	-83.1847	4
48744	Mayville	mayville	MI	157		43.3562	-83.3725	4
48746	Millington	millington	MI	157		43.2718	-83.5619	4
48757	Reese	reese	MI	157		43.4531	-83.7015	4
48758	Richville	richville	MI	157		43.4073	-83.6762	4
48767	Unionville	unionville	MI	157		43.6473	-83.4699	4
48768	Vassar	vassar	MI	157		43.3691	-83.5844	4
49013	Bangor	bangor	MI	159		42.3312	-86.1311	4
49026	Bloomingdale	bloomingdale	MI	159		42.3842	-85.9568	4
49027	Breedsville	breedsville	MI	159		42.3465	-86.0725	4
49043	Covert	covert	MI	159		42.2911	-86.2743	4
49045	Decatur	decatur	MI	159		42.1012	-86.0338	4
49055	Gobles	gobles	MI	159		42.3702	-85.8536	4
49056	Grand Junction	grand-junction	MI	159		42.3761	-86.0541	4
49057	Hartford	hartford	MI	159		42.2088	-86.1687	4
49062	Kendall	kendall	MI	159		42.3618	-85.8141	4
49063	Lacota	lacota	MI	159		42.4136	-86.1298	4
49064	Lawrence	lawrence	MI	159		42.2076	-86.0525	4
49065	Lawton	lawton	MI	159		42.1545	-85.829	4
49071	Mattawan	mattawan	MI	159		42.2451	-85.7943	4
49079	Paw Paw	paw-paw	MI	159		42.2349	-85.9005	4
49090	South Haven	south-haven	MI	159		42.4041	-86.2542	4
48103	Ann Arbor	ann-arbor	MI	161		42.2794	-83.784	4
48104	Ann Arbor	ann-arbor	MI	161		42.2694	-83.7282	4
48105	Ann Arbor	ann-arbor	MI	161		42.3042	-83.7068	4
48106	Ann Arbor	ann-arbor	MI	161		42.2535	-83.8366	4
48107	Ann Arbor	ann-arbor	MI	161		42.2535	-83.8366	4
48108	Ann Arbor	ann-arbor	MI	161		42.2328	-83.7015	4
48109	Ann Arbor	ann-arbor	MI	161		42.2776	-83.7409	4
48113	Ann Arbor	ann-arbor	MI	161		42.2535	-83.8366	4
48115	Bridgewater	bridgewater	MI	161		42.1602	-83.9117	4
48118	Chelsea	chelsea	MI	161		42.3207	-84.0334	4
48130	Dexter	dexter	MI	161		42.3583	-83.9	4
48158	Manchester	manchester	MI	161		42.1555	-84.0332	4
48175	Salem	salem	MI	161		42.4056	-83.5781	4
48176	Saline	saline	MI	161		42.1698	-83.7849	4
48189	Whitmore Lake	whitmore-lake	MI	161		42.4289	-83.7828	4
48190	Whittaker	whittaker	MI	161		42.1244	-83.5946	4
48191	Willis	willis	MI	161		42.1292	-83.5687	4
48197	Ypsilanti	ypsilanti	MI	161		42.2325	-83.6336	4
48198	Ypsilanti	ypsilanti	MI	161		42.2439	-83.583	4
48101	Allen Park	allen-park	MI	163		42.2522	-83.212	4
48111	Belleville	belleville	MI	163		42.1949	-83.4854	4
48112	Belleville	belleville	MI	163		42.2048	-83.4852	4
48120	Dearborn	dearborn	MI	163		42.3223	-83.1763	4
48121	Dearborn	dearborn	MI	163		42.2399	-83.1508	4
48122	Melvindale	melvindale	MI	163		42.2812	-83.1826	4
48123	Dearborn	dearborn	MI	163		42.2399	-83.1508	4
48124	Dearborn	dearborn	MI	163		42.2941	-83.2536	4
48125	Dearborn Heights	dearborn-heights	MI	163		42.2768	-83.2606	4
48126	Dearborn	dearborn	MI	163		42.3349	-83.1801	4
48127	Dearborn Heights	dearborn-heights	MI	163		42.3353	-83.2864	4
48128	Dearborn	dearborn	MI	163		42.32	-83.2701	4
48134	Flat Rock	flat-rock	MI	163		42.1055	-83.2795	4
48135	Garden City	garden-city	MI	163		42.3242	-83.3402	4
48136	Garden City	garden-city	MI	163		42.2399	-83.1508	4
48138	Grosse Ile	grosse-ile	MI	163		42.1352	-83.1561	4
48141	Inkster	inkster	MI	163		42.294	-83.3146	4
48146	Lincoln Park	lincoln-park	MI	163		42.2422	-83.1807	4
48150	Livonia	livonia	MI	163		42.3615	-83.3649	4
48151	Livonia	livonia	MI	163		42.3684	-83.3527	4
48152	Livonia	livonia	MI	163		42.4258	-83.3636	4
48153	Livonia	livonia	MI	163		42.3684	-83.3527	4
48154	Livonia	livonia	MI	163		42.3958	-83.3772	4
48164	New Boston	new-boston	MI	163		42.1449	-83.3589	4
48167	Northville	northville	MI	163		42.4262	-83.4794	4
48168	Northville	northville	MI	163		42.4086	-83.4978	4
48170	Plymouth	plymouth	MI	163		42.3688	-83.4799	4
48173	Rockwood	rockwood	MI	163		42.0731	-83.2127	4
48174	Romulus	romulus	MI	163		42.2223	-83.3966	4
48180	Taylor	taylor	MI	163		42.2317	-83.2673	4
48183	Trenton	trenton	MI	163		42.1382	-83.2179	4
48184	Wayne	wayne	MI	163		42.2768	-83.3758	4
48185	Westland	westland	MI	163		42.3358	-83.3846	4
48186	Westland	westland	MI	163		42.289	-83.3686	4
48187	Canton	canton	MI	163		42.332	-83.4695	4
48188	Canton	canton	MI	163		42.291	-83.465	4
48192	Wyandotte	wyandotte	MI	163		42.2084	-83.1616	4
48193	Riverview	riverview	MI	163		42.1782	-83.2461	4
48195	Southgate	southgate	MI	163		42.2044	-83.1999	4
48201	Detroit	detroit	MI	163		42.3474	-83.0604	4
48202	Detroit	detroit	MI	163		42.377	-83.0796	4
48203	Highland Park	highland-park	MI	163		42.4212	-83.1009	4
48204	Detroit	detroit	MI	163		42.3661	-83.1422	4
48205	Detroit	detroit	MI	163		42.4313	-82.9813	4
48206	Detroit	detroit	MI	163		42.3749	-83.1087	4
48207	Detroit	detroit	MI	163		42.3524	-83.0271	4
48208	Detroit	detroit	MI	163		42.3495	-83.0927	4
48209	Detroit	detroit	MI	163		42.3097	-83.1155	4
48210	Detroit	detroit	MI	163		42.3376	-83.1303	4
48211	Detroit	detroit	MI	163		42.3809	-83.0409	4
48212	Hamtramck	hamtramck	MI	163		42.4081	-83.0583	4
48213	Detroit	detroit	MI	163		42.3982	-82.9925	4
48214	Detroit	detroit	MI	163		42.3669	-82.9938	4
48215	Detroit	detroit	MI	163		42.3773	-82.9513	4
48216	Detroit	detroit	MI	163		42.3275	-83.0827	4
48217	Detroit	detroit	MI	163		42.2719	-83.1545	4
48218	River Rouge	river-rouge	MI	163		42.2692	-83.1364	4
48219	Detroit	detroit	MI	163		42.426	-83.2495	4
48221	Detroit	detroit	MI	163		42.426	-83.15	4
48222	Detroit	detroit	MI	163		42.2399	-83.1508	4
48223	Detroit	detroit	MI	163		42.3945	-83.2454	4
48224	Detroit	detroit	MI	163		42.4098	-82.9441	4
48225	Harper Woods	harper-woods	MI	163		42.4377	-82.9289	4
48226	Detroit	detroit	MI	163		42.3333	-83.0484	4
48227	Detroit	detroit	MI	163		42.3883	-83.1937	4
48228	Detroit	detroit	MI	163		42.3547	-83.2168	4
48229	Ecorse	ecorse	MI	163		42.2519	-83.1489	4
48230	Grosse Pointe	grosse-pointe	MI	163		42.3847	-82.9244	4
48231	Detroit	detroit	MI	163		42.3314	-83.0458	4
48232	Detroit	detroit	MI	163		42.3314	-83.0458	4
48233	Detroit	detroit	MI	163		42.2399	-83.1508	4
48234	Detroit	detroit	MI	163		42.4337	-83.0434	4
48235	Detroit	detroit	MI	163		42.4261	-83.1951	4
48236	Grosse Pointe	grosse-pointe	MI	163		42.4274	-82.9002	4
48238	Detroit	detroit	MI	163		42.3959	-83.1411	4
48239	Redford	redford	MI	163		42.3756	-83.2889	4
48240	Redford	redford	MI	163		42.4264	-83.3017	4
48242	Detroit	detroit	MI	163		42.2166	-83.3532	4
48243	Detroit	detroit	MI	163		42.3314	-83.0458	4
48244	Detroit	detroit	MI	163		42.2399	-83.1508	4
48255	Detroit	detroit	MI	163		42.3314	-83.0458	4
48260	Detroit	detroit	MI	163		42.2399	-83.1508	4
48264	Detroit	detroit	MI	163		42.3314	-83.0458	4
48265	Detroit	detroit	MI	163		42.2399	-83.1508	4
48266	Detroit	detroit	MI	163		42.2399	-83.1508	4
48267	Detroit	detroit	MI	163		42.3314	-83.0458	4
48268	Detroit	detroit	MI	163		42.3314	-83.0458	4
48269	Detroit	detroit	MI	163		42.3314	-83.0458	4
48272	Detroit	detroit	MI	163		42.3314	-83.0458	4
48275	Detroit	detroit	MI	163		42.3314	-83.0458	4
48277	Detroit	detroit	MI	163		42.2399	-83.1508	4
48278	Detroit	detroit	MI	163		42.2399	-83.1508	4
48279	Detroit	detroit	MI	163		42.3314	-83.0458	4
48288	Detroit	detroit	MI	163		42.2399	-83.1508	4
49601	Cadillac	cadillac	MI	165		44.2504	-85.43	4
49618	Boon	boon	MI	165		44.2916	-85.6144	4
49620	Buckley	buckley	MI	165		44.5199	-85.6935	4
49638	Harrietta	harrietta	MI	165		44.2972	-85.7396	4
49663	Manton	manton	MI	165		44.4152	-85.4202	4
49668	Mesick	mesick	MI	165		44.4075	-85.7061	4
55748	Hill City	hill-city	MN	001		46.9968	-93.5994	4
55752	Jacobson	jacobson	MN	001		46.9772	-93.3064	4
55760	Mcgregor	mcgregor	MN	001		46.6072	-93.3076	4
55785	Swatara	swatara	MN	001		46.9232	-93.7464	4
55787	Tamarack	tamarack	MN	001		46.6444	-93.1272	4
56350	Mc Grath	mc-grath	MN	001		46.1957	-93.3774	1
56431	Aitkin	aitkin	MN	001		46.4799	-93.6454	4
56469	Palisade	palisade	MN	001		46.6895	-93.5627	4
55005	Bethel	bethel	MN	003		45.3887	-93.2315	4
55011	Cedar	cedar	MN	003		45.3414	-93.235	4
55014	Circle Pines	circle-pines	MN	003		45.1528	-93.144	4
55070	Saint Francis	saint-francis	MN	003		45.3903	-93.3598	4
55303	Anoka	anoka	MN	003		45.2825	-93.4186	4
55304	Andover	andover	MN	003		45.2377	-93.2724	4
55421	Minneapolis	minneapolis	MN	003		45.0523	-93.2541	4
55432	Minneapolis	minneapolis	MN	003		45.095	-93.2396	4
55433	Minneapolis	minneapolis	MN	003		45.1643	-93.3193	4
55434	Minneapolis	minneapolis	MN	003		45.1681	-93.2504	4
55448	Minneapolis	minneapolis	MN	003		45.1907	-93.3021	4
55449	Minneapolis	minneapolis	MN	003		45.1697	-93.1889	4
56501	Detroit Lakes	detroit-lakes	MN	005		46.8172	-95.8453	4
56502	Detroit Lakes	detroit-lakes	MN	005		46.8172	-95.8453	4
56511	Audubon	audubon	MN	005		46.8719	-95.9881	4
56521	Callaway	callaway	MN	005		47.0076	-95.944	4
56544	Frazee	frazee	MN	005		46.7565	-95.5212	4
56554	Lake Park	lake-park	MN	005		46.8176	-96.067	4
56569	Ogema	ogema	MN	005		47.1029	-95.9151	4
56570	Osage	osage	MN	005		46.9329	-95.2353	4
56575	Ponsford	ponsford	MN	005		47.0133	-95.3197	4
56577	Richwood	richwood	MN	005		46.9747	-95.8228	4
56578	Rochert	rochert	MN	005		46.8862	-95.7246	4
56591	White Earth	white-earth	MN	005		47.0966	-95.8434	4
56593	Wolf Lake	wolf-lake	MN	005		46.8035	-95.3535	4
56601	Bemidji	bemidji	MN	007		47.572	-94.8013	4
56619	Bemidji	bemidji	MN	007		47.4736	-94.8803	4
56630	Blackduck	blackduck	MN	007		47.7381	-94.4961	4
56647	Hines	hines	MN	007		47.7324	-94.6477	4
56650	Kelliher	kelliher	MN	007		47.9272	-94.5382	4
56663	Pennington	pennington	MN	007		47.4651	-94.4834	4
56666	Ponemah	ponemah	MN	007		48.0372	-94.917	4
56667	Puposky	puposky	MN	007		47.7436	-94.9803	4
56670	Redby	redby	MN	007		47.8689	-94.9404	4
56671	Redlake	redlake	MN	007		47.8654	-95.0643	1
56678	Solway	solway	MN	007		47.548	-95.1205	4
56683	Tenstrike	tenstrike	MN	007		47.6566	-94.6747	4
56685	Waskish	waskish	MN	007		48.177	-94.5037	4
56687	Wilton	wilton	MN	007		47.5036	-95.0011	4
56329	Foley	foley	MN	009		45.6919	-93.9148	4
56333	Gilman	gilman	MN	009		45.6917	-94.0563	4
56357	Oak Park	oak-park	MN	009		45.7022	-93.8164	4
56367	Rice	rice	MN	009		45.7364	-94.1658	4
56379	Sauk Rapids	sauk-rapids	MN	009		45.604	-94.1591	4
56210	Barry	barry	MN	011		45.5593	-96.5589	4
56211	Beardsley	beardsley	MN	011		45.5539	-96.706	4
56225	Clinton	clinton	MN	011		45.4577	-96.4182	4
56227	Correll	correll	MN	011		45.2907	-96.1753	4
56240	Graceville	graceville	MN	011		45.5602	-96.4209	4
56276	Odessa	odessa	MN	011		45.2597	-96.3289	4
56278	Ortonville	ortonville	MN	011		45.3296	-96.4596	4
56001	Mankato	mankato	MN	013		44.1538	-93.996	4
56002	Mankato	mankato	MN	013		44.1591	-94.0092	4
56010	Amboy	amboy	MN	013		43.8903	-94.1774	4
56024	Eagle Lake	eagle-lake	MN	013		44.1546	-93.8719	4
56034	Garden City	garden-city	MN	013		44.0467	-94.1791	4
56037	Good Thunder	good-thunder	MN	013		43.9952	-94.0677	4
56055	Lake Crystal	lake-crystal	MN	013		44.1202	-94.2184	4
56063	Madison Lake	madison-lake	MN	013		44.2221	-93.8289	4
56065	Mapleton	mapleton	MN	013		43.9331	-93.9542	4
56078	Pemberton	pemberton	MN	013		44.0077	-93.7833	4
56080	Saint Clair	saint-clair	MN	013		44.0817	-93.8571	4
56090	Vernon Center	vernon-center	MN	013		43.9706	-94.2142	4
56019	Comfrey	comfrey	MN	015		44.1111	-94.9134	4
56030	Essig	essig	MN	015		44.3258	-94.6052	4
56041	Hanska	hanska	MN	015		44.1527	-94.4933	4
56073	New Ulm	new-ulm	MN	015		44.3044	-94.4644	4
56084	Searles	searles	MN	015		44.2286	-94.4347	4
56085	Sleepy Eye	sleepy-eye	MN	015		44.2821	-94.7273	4
56087	Springfield	springfield	MN	015		44.2329	-94.9792	4
55707	Barnum	barnum	MN	017		46.5196	-92.6292	4
55718	Carlton	carlton	MN	017		46.6484	-92.471	4
55720	Cloquet	cloquet	MN	017		46.7546	-92.5408	4
55726	Cromwell	cromwell	MN	017		46.6718	-92.8739	4
55733	Esko	esko	MN	017		46.7126	-92.3569	4
55749	Holyoke	holyoke	MN	017		46.4664	-92.375	4
55757	Kettle River	kettle-river	MN	017		46.5029	-92.9047	4
55767	Moose Lake	moose-lake	MN	017		46.4472	-92.7466	4
55780	Sawyer	sawyer	MN	017		46.6831	-92.6927	4
55797	Wrenshall	wrenshall	MN	017		46.5921	-92.3718	4
55798	Wright	wright	MN	017		46.6691	-93.0069	4
55315	Carver	carver	MN	019		44.7169	-93.6879	4
55317	Chanhassen	chanhassen	MN	019		44.8679	-93.5359	4
55318	Chaska	chaska	MN	019		44.8061	-93.6083	4
55322	Cologne	cologne	MN	019		44.7646	-93.7982	4
55339	Hamburg	hamburg	MN	019		44.7315	-93.9643	4
55360	Mayer	mayer	MN	019		44.9022	-93.8859	4
55367	New Germany	new-germany	MN	019		44.8994	-93.9701	4
55368	Norwood Young America	norwood-young-america	MN	019		44.7736	-93.9216	4
55383	Norwood	norwood	MN	019		44.768	-93.9275	4
55386	Victoria	victoria	MN	019		44.8582	-93.6561	4
55387	Waconia	waconia	MN	019		44.851	-93.7784	4
55388	Watertown	watertown	MN	019		44.9595	-93.8482	4
55397	Young America	young-america	MN	019		44.7929	-93.918	4
55473	Minneapolis	minneapolis	MN	019		44.98	-93.2638	4
55550	Young America	young-america	MN	019		44.8055	-93.7665	4
55551	Young America	young-america	MN	019		44.8055	-93.7665	4
55553	Young America	young-america	MN	019		44.8055	-93.7665	4
55554	Norwood	norwood	MN	019		44.8055	-93.7665	4
55558	Young America	young-america	MN	019		44.8055	-93.7665	4
55568	Young America	young-america	MN	019		44.8055	-93.7665	4
55583	Norwood	norwood	MN	019		44.8055	-93.7665	4
55594	Young America	young-america	MN	019		44.8055	-93.7665	4
56430	Ah Gwah Ching	ah-gwah-ching	MN	021		47.0741	-94.5628	4
56435	Backus	backus	MN	021		46.8699	-94.3959	4
56452	Hackensack	hackensack	MN	021		46.9884	-94.5033	4
56473	Pillager	pillager	MN	021		46.3607	-94.4895	4
56474	Pine River	pine-river	MN	021		46.6938	-94.4477	4
56484	Walker	walker	MN	021		47.0877	-94.5847	4
56626	Bena	bena	MN	021		47.3477	-94.2519	4
56633	Cass Lake	cass-lake	MN	021		47.3516	-94.6119	4
56641	Federal Dam	federal-dam	MN	021		47.2069	-94.2575	4
56655	Longville	longville	MN	021		47.0248	-94.1982	4
56662	Outing	outing	MN	021		46.8375	-93.9443	4
56672	Remer	remer	MN	021		47.0874	-93.9196	4
56222	Clara City	clara-city	MN	023		44.9639	-95.3499	4
56260	Maynard	maynard	MN	023		44.9226	-95.4845	4
56262	Milan	milan	MN	023		45.1143	-95.869	4
56265	Montevideo	montevideo	MN	023		44.9688	-95.6765	4
56295	Watson	watson	MN	023		45.0412	-95.834	4
55002	Almelund	almelund	MN	025		45.5134	-92.8942	4
55012	Center City	center-city	MN	025		45.4482	-92.7894	4
55013	Chisago City	chisago-city	MN	025		45.3611	-92.8921	4
55032	Harris	harris	MN	025		45.5962	-93.0395	4
55045	Lindstrom	lindstrom	MN	025		45.3873	-92.8421	4
55056	North Branch	north-branch	MN	025		45.5114	-92.9802	4
55069	Rush City	rush-city	MN	025		45.6855	-92.9655	4
55074	Shafer	shafer	MN	025		45.3576	-92.7609	4
55078	Stacy	stacy	MN	025		45.398	-92.9874	4
55079	Stacy	stacy	MN	025		45.3975	-93.0177	4
55084	Taylors Falls	taylors-falls	MN	025		45.4576	-92.733	4
55092	Wyoming	wyoming	MN	025		45.3364	-92.9675	4
56514	Barnesville	barnesville	MN	027		46.6522	-96.4198	4
56525	Comstock	comstock	MN	027		46.6667	-96.7398	4
56529	Dilworth	dilworth	MN	027		46.8782	-96.7022	4
56536	Felton	felton	MN	027		47.0705	-96.5052	4
56546	Georgetown	georgetown	MN	027		47.0999	-96.727	4
56547	Glyndon	glyndon	MN	027		46.882	-96.5583	4
56549	Hawley	hawley	MN	027		46.9777	-96.4092	4
56552	Hitterdal	hitterdal	MN	027		47.0014	-96.2888	4
56560	Moorhead	moorhead	MN	027		46.8677	-96.7572	4
56561	Moorhead	moorhead	MN	027		46.8739	-96.7695	4
56562	Moorhead	moorhead	MN	027		46.8739	-96.7695	4
56563	Moorhead	moorhead	MN	027		46.8739	-96.7695	4
56580	Sabin	sabin	MN	027		46.7703	-96.5985	4
56585	Ulen	ulen	MN	027		47.0903	-96.2824	4
56621	Bagley	bagley	MN	029		47.487	-95.4133	4
56634	Clearbrook	clearbrook	MN	029		47.7146	-95.3752	4
56644	Gonvick	gonvick	MN	029		47.749	-95.499	4
56652	Leonard	leonard	MN	029		47.7334	-95.2481	4
56676	Shevlin	shevlin	MN	029		47.5004	-95.245	4
55604	Grand Marais	grand-marais	MN	031		47.7758	-90.3391	4
55605	Grand Portage	grand-portage	MN	031		47.9591	-89.6989	4
55606	Hovland	hovland	MN	031		47.8342	-90.0476	4
55612	Lutsen	lutsen	MN	031		47.6831	-90.6381	4
55613	Schroeder	schroeder	MN	031		47.5422	-90.9338	4
55615	Tofte	tofte	MN	031		47.5738	-90.8363	4
56101	Windom	windom	MN	033		43.8831	-95.1373	4
56118	Bingham Lake	bingham-lake	MN	033		43.8942	-95.0457	4
56145	Jeffers	jeffers	MN	033		44.0737	-95.1547	4
56159	Mountain Lake	mountain-lake	MN	033		43.939	-94.9273	4
56174	Storden	storden	MN	033		44.0524	-95.3019	4
56183	Westbrook	westbrook	MN	033		44.0654	-95.4232	4
56401	Brainerd	brainerd	MN	035		46.3502	-94.1	4
56425	Baxter	baxter	MN	035		46.3429	-94.2822	4
56441	Crosby	crosby	MN	035		46.5091	-93.9874	4
56442	Crosslake	crosslake	MN	035		46.6773	-94.1128	1
56444	Deerwood	deerwood	MN	035		46.4446	-93.8849	4
56447	Emily	emily	MN	035		46.7478	-93.9484	4
56448	Fifty Lakes	fifty-lakes	MN	035		46.747	-94.0656	4
56449	Fort Ripley	fort-ripley	MN	035		46.2099	-94.2527	4
56450	Garrison	garrison	MN	035		46.2314	-93.8341	4
56455	Ironton	ironton	MN	035		46.4778	-93.9789	4
56456	Jenkins	jenkins	MN	035		46.6461	-94.3347	4
56459	Lake Hubert	lake-hubert	MN	035		46.4987	-94.2519	4
56465	Merrifield	merrifield	MN	035		46.5393	-94.1344	4
56468	Nisswa	nisswa	MN	035		46.4929	-94.2976	4
56472	Pequot Lakes	pequot-lakes	MN	035		46.6257	-94.2684	4
55010	Castle Rock	castle-rock	MN	037		44.5472	-93.1531	4
55024	Farmington	farmington	MN	037		44.6628	-93.1539	4
55031	Hampton	hampton	MN	037		44.6028	-92.9467	4
55033	Hastings	hastings	MN	037		44.7129	-92.8637	4
55044	Lakeville	lakeville	MN	037		44.6749	-93.2578	4
55065	Randolph	randolph	MN	037		44.5274	-93.0196	4
55068	Rosemount	rosemount	MN	037		44.7394	-93.1258	4
55075	South Saint Paul	south-saint-paul	MN	037		44.8881	-93.046	4
55076	Inver Grove Heights	inver-grove-heights	MN	037		44.8288	-93.0391	4
55077	Inver Grove Heights	inver-grove-heights	MN	037		44.8283	-93.094	4
55085	Vermillion	vermillion	MN	037		44.6748	-92.9683	4
55118	Saint Paul	saint-paul	MN	037		44.8965	-93.1034	1
55120	Saint Paul	saint-paul	MN	037		44.8704	-93.1434	1
55121	Saint Paul	saint-paul	MN	037		44.8471	-93.1543	1
55122	Saint Paul	saint-paul	MN	037		44.786	-93.2202	1
55123	Saint Paul	saint-paul	MN	037		44.806	-93.1409	1
55124	Saint Paul	saint-paul	MN	037		44.7497	-93.2029	1
55150	Mendota	mendota	MN	037		44.8858	-93.1612	4
55306	Burnsville	burnsville	MN	037		44.7307	-93.2921	4
55337	Burnsville	burnsville	MN	037		44.7609	-93.2753	4
55924	Claremont	claremont	MN	039		44.0522	-92.9888	4
55927	Dodge Center	dodge-center	MN	039		44.0325	-92.8554	4
55940	Hayfield	hayfield	MN	039		43.8923	-92.8175	4
55944	Kasson	kasson	MN	039		44.024	-92.7464	4
55955	Mantorville	mantorville	MN	039		44.0657	-92.76	4
55985	West Concord	west-concord	MN	039		44.152	-92.8825	4
56308	Alexandria	alexandria	MN	041		45.8817	-95.382	4
56315	Brandon	brandon	MN	041		45.9652	-95.5987	4
56319	Carlos	carlos	MN	041		45.9726	-95.3105	4
56326	Evansville	evansville	MN	041		46.0153	-95.6951	4
56332	Garfield	garfield	MN	041		45.9847	-95.5066	4
56341	Holmes City	holmes-city	MN	041		45.831	-95.5416	4
56343	Kensington	kensington	MN	041		45.8176	-95.6945	4
56354	Miltona	miltona	MN	041		46.0545	-95.3258	4
56355	Nelson	nelson	MN	041		45.9356	-95.2398	4
56360	Osakis	osakis	MN	041		45.8768	-95.1332	4
56013	Blue Earth	blue-earth	MN	043		43.6394	-94.0924	4
56014	Bricelyn	bricelyn	MN	043		43.5746	-93.8211	4
56023	Delavan	delavan	MN	043		43.7719	-94.0225	4
56025	Easton	easton	MN	043		43.7658	-93.9011	4
56027	Elmore	elmore	MN	043		43.5201	-94.0984	4
56033	Frost	frost	MN	043		43.5638	-93.9361	4
56047	Huntley	huntley	MN	043		43.7316	-94.2375	4
56051	Kiester	kiester	MN	043		43.5414	-93.7102	4
56068	Minnesota Lake	minnesota-lake	MN	043		43.8295	-93.8282	4
56097	Wells	wells	MN	043		43.7434	-93.7321	4
56098	Winnebago	winnebago	MN	043		43.7755	-94.1632	4
55922	Canton	canton	MN	045		43.5667	-91.913	4
55923	Chatfield	chatfield	MN	045		43.8362	-92.1574	4
55935	Fountain	fountain	MN	045		43.7284	-92.1423	4
55939	Harmony	harmony	MN	045		43.5663	-92.0145	4
55949	Lanesboro	lanesboro	MN	045		43.7174	-91.9877	4
55954	Mabel	mabel	MN	045		43.5446	-91.7806	4
55961	Ostrander	ostrander	MN	045		43.5972	-92.4157	4
55962	Peterson	peterson	MN	045		43.7769	-91.8443	4
55965	Preston	preston	MN	045		43.6641	-92.096	4
55971	Rushford	rushford	MN	045		43.8216	-91.7536	4
55975	Spring Valley	spring-valley	MN	045		43.6823	-92.368	4
55990	Wykoff	wykoff	MN	045		43.7146	-92.2679	4
56007	Albert Lea	albert-lea	MN	047		43.6537	-93.3707	4
56009	Alden	alden	MN	047		43.6466	-93.5823	4
56016	Clarks Grove	clarks-grove	MN	047		43.763	-93.3232	4
56020	Conger	conger	MN	047		43.615	-93.5283	4
56029	Emmons	emmons	MN	047		43.5089	-93.4824	4
56032	Freeborn	freeborn	MN	047		43.7658	-93.5641	4
56035	Geneva	geneva	MN	047		43.8235	-93.2671	4
56036	Glenville	glenville	MN	047		43.5577	-93.2618	4
56042	Hartland	hartland	MN	047		43.804	-93.477	4
56043	Hayward	hayward	MN	047		43.6386	-93.2377	4
56045	Hollandale	hollandale	MN	047		43.7608	-93.2041	4
56089	Twin Lakes	twin-lakes	MN	047		43.5593	-93.4206	4
55009	Cannon Falls	cannon-falls	MN	049		44.496	-92.864	4
55018	Dennison	dennison	MN	049		44.4265	-92.9554	4
55026	Frontenac	frontenac	MN	049		44.52	-92.3582	4
55027	Goodhue	goodhue	MN	049		44.4022	-92.5717	4
55066	Red Wing	red-wing	MN	049		44.5528	-92.5486	4
55089	Welch	welch	MN	049		44.603	-92.7263	4
55946	Kenyon	kenyon	MN	049		44.2552	-93.0197	4
55963	Pine Island	pine-island	MN	049		44.211	-92.6613	4
55983	Wanamingo	wanamingo	MN	049		44.3121	-92.8103	4
55992	Zumbrota	zumbrota	MN	049		44.3032	-92.6719	4
56248	Herman	herman	MN	051		45.8086	-96.1434	4
56274	Norcross	norcross	MN	051		45.8858	-96.1342	4
56309	Ashby	ashby	MN	051		46.0781	-95.8214	4
56311	Barrett	barrett	MN	051		45.8996	-95.8754	4
56339	Hoffman	hoffman	MN	051		45.8233	-95.7955	4
56531	Elbow Lake	elbow-lake	MN	051		45.9953	-95.9671	4
56590	Wendell	wendell	MN	051		46.0562	-96.1144	4
55111	Saint Paul	saint-paul	MN	053		44.8828	-93.2007	4
55305	Hopkins	hopkins	MN	053		44.9528	-93.4372	4
55311	Maple Grove	maple-grove	MN	053		45.0725	-93.4558	4
55316	Champlin	champlin	MN	053		45.17	-93.3819	4
55323	Crystal Bay	crystal-bay	MN	053		44.953	-93.5763	4
55327	Dayton	dayton	MN	053		45.1982	-93.4668	4
55331	Excelsior	excelsior	MN	053		44.9007	-93.5791	4
55340	Hamel	hamel	MN	053		45.08	-93.576	4
55343	Hopkins	hopkins	MN	053		44.914	-93.4481	4
55344	Eden Prairie	eden-prairie	MN	053		44.8574	-93.4376	4
55345	Minnetonka	minnetonka	MN	053		44.9138	-93.485	4
55346	Eden Prairie	eden-prairie	MN	053		44.8771	-93.483	4
55347	Eden Prairie	eden-prairie	MN	053		44.8342	-93.4389	4
55348	Maple Plain	maple-plain	MN	053		45.0072	-93.6558	4
55356	Long Lake	long-lake	MN	053		44.9912	-93.5818	4
55357	Loretto	loretto	MN	053		45.1061	-93.6692	4
55359	Maple Plain	maple-plain	MN	053		44.9787	-93.7002	4
55361	Minnetonka Beach	minnetonka-beach	MN	053		44.9402	-93.5927	4
55364	Mound	mound	MN	053		44.9382	-93.6561	4
55369	Osseo	osseo	MN	053		45.1284	-93.4589	4
55374	Rogers	rogers	MN	053		45.1715	-93.5814	4
55375	Saint Bonifacius	saint-bonifacius	MN	053		44.9041	-93.749	4
55384	Spring Park	spring-park	MN	053		44.9356	-93.6341	4
55391	Wayzata	wayzata	MN	053		44.9847	-93.5422	4
55392	Navarre	navarre	MN	053		45.0159	-93.4719	1
55401	Minneapolis	minneapolis	MN	053		44.9835	-93.2683	4
55402	Minneapolis	minneapolis	MN	053		44.9762	-93.2759	4
55403	Minneapolis	minneapolis	MN	053		44.9673	-93.2828	4
55404	Minneapolis	minneapolis	MN	053		44.9609	-93.2642	4
55405	Minneapolis	minneapolis	MN	053		44.9702	-93.3047	4
55406	Minneapolis	minneapolis	MN	053		44.9384	-93.2214	4
55407	Minneapolis	minneapolis	MN	053		44.9378	-93.2545	4
55408	Minneapolis	minneapolis	MN	053		44.9466	-93.2862	4
55409	Minneapolis	minneapolis	MN	053		44.9264	-93.2818	4
55410	Minneapolis	minneapolis	MN	053		44.9124	-93.3188	4
55411	Minneapolis	minneapolis	MN	053		44.9996	-93.3005	4
55412	Minneapolis	minneapolis	MN	053		45.0242	-93.302	4
55413	Minneapolis	minneapolis	MN	053		44.998	-93.2552	4
55414	Minneapolis	minneapolis	MN	053		44.9779	-93.2199	4
55415	Minneapolis	minneapolis	MN	053		44.9742	-93.2585	4
55416	Minneapolis	minneapolis	MN	053		44.9497	-93.3373	4
55417	Minneapolis	minneapolis	MN	053		44.9054	-93.2361	4
55418	Minneapolis	minneapolis	MN	053		45.0192	-93.2401	4
55419	Minneapolis	minneapolis	MN	053		44.9026	-93.2886	4
55420	Minneapolis	minneapolis	MN	053		44.8358	-93.2778	4
55422	Minneapolis	minneapolis	MN	053		45.0096	-93.3424	4
55423	Minneapolis	minneapolis	MN	053		44.8756	-93.2553	4
09229	APO AE	apo-ae				49.443	7.7716	
55424	Minneapolis	minneapolis	MN	053		44.9052	-93.3403	4
55425	Minneapolis	minneapolis	MN	053		44.8427	-93.2363	4
55426	Minneapolis	minneapolis	MN	053		44.955	-93.3829	4
55427	Minneapolis	minneapolis	MN	053		45	-93.391	4
55428	Minneapolis	minneapolis	MN	053		45.0632	-93.3811	4
55429	Minneapolis	minneapolis	MN	053		45.0645	-93.3413	4
55430	Minneapolis	minneapolis	MN	053		45.0639	-93.3022	4
55431	Minneapolis	minneapolis	MN	053		44.8288	-93.3118	4
55435	Minneapolis	minneapolis	MN	053		44.8735	-93.3346	4
55436	Minneapolis	minneapolis	MN	053		44.9034	-93.374	4
55437	Minneapolis	minneapolis	MN	053		44.8261	-93.3538	4
55438	Minneapolis	minneapolis	MN	053		44.8266	-93.375	4
55439	Minneapolis	minneapolis	MN	053		44.8744	-93.3753	4
55440	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55441	Minneapolis	minneapolis	MN	053		45.0058	-93.4193	4
55442	Minneapolis	minneapolis	MN	053		45.0467	-93.431	4
55443	Minneapolis	minneapolis	MN	053		45.1194	-93.3431	4
55444	Minneapolis	minneapolis	MN	053		45.1178	-93.3054	4
55445	Minneapolis	minneapolis	MN	053		45.1232	-93.3797	4
55446	Minneapolis	minneapolis	MN	053		45.04	-93.4865	4
55447	Minneapolis	minneapolis	MN	053		45.0033	-93.4875	4
55450	Minneapolis	minneapolis	MN	053		44.8811	-93.2207	4
55454	Minneapolis	minneapolis	MN	053		44.9682	-93.2429	4
55455	Minneapolis	minneapolis	MN	053		44.9735	-93.2331	4
55458	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55459	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55460	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55467	Minneapolis	minneapolis	MN	053		44.9861	-93.2708	4
55470	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55472	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55474	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55478	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55479	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55480	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55483	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55484	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55485	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55486	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55487	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55488	Minneapolis	minneapolis	MN	053		44.98	-93.2638	4
55569	Osseo	osseo	MN	053		45.1194	-93.4025	4
55570	Maple Plain	maple-plain	MN	053		45.0159	-93.4719	4
55571	Maple Plain	maple-plain	MN	053		45.0159	-93.4719	4
55572	Rockford	rockford	MN	053		45.0883	-93.7344	4
55573	Young America	young-america	MN	053		45.0159	-93.4719	1
55574	Maple Plain	maple-plain	MN	053		45.0159	-93.4719	4
55575	Howard Lake	howard-lake	MN	053		45.0608	-94.0733	4
55576	Maple Plain	maple-plain	MN	053		45.0159	-93.4719	4
55577	Maple Plain	maple-plain	MN	053		45.0159	-93.4719	4
55578	Maple Plain	maple-plain	MN	053		45.0159	-93.4719	4
55579	Maple Plain	maple-plain	MN	053		45.0159	-93.4719	4
55593	Maple Plain	maple-plain	MN	053		45.0159	-93.4719	4
55595	Loretto	loretto	MN	053		45.0159	-93.4719	4
55596	Loretto	loretto	MN	053		45.0159	-93.4719	4
55597	Loretto	loretto	MN	053		45.0159	-93.4719	4
55598	Loretto	loretto	MN	053		45.0159	-93.4719	4
55599	Loretto	loretto	MN	053		45.0159	-93.4719	4
55919	Brownsville	brownsville	MN	055		43.6707	-91.3012	4
55921	Caledonia	caledonia	MN	055		43.6221	-91.4837	4
55931	Eitzen	eitzen	MN	055		43.5084	-91.4632	4
55941	Hokah	hokah	MN	055		43.7509	-91.3455	4
55943	Houston	houston	MN	055		43.7929	-91.5626	4
55947	La Crescent	la-crescent	MN	055		43.8307	-91.3263	4
55974	Spring Grove	spring-grove	MN	055		43.5623	-91.6368	4
56433	Akeley	akeley	MN	057		47.001	-94.7234	4
56436	Benedict	benedict	MN	057		47.158	-94.6906	4
56458	Lake George	lake-george	MN	057		47.215	-95.0021	4
56461	Laporte	laporte	MN	057		47.2368	-94.7772	4
56467	Nevis	nevis	MN	057		46.9319	-94.846	4
56470	Park Rapids	park-rapids	MN	057		46.9377	-95.0383	4
55006	Braham	braham	MN	059		45.7175	-93.2037	4
55008	Cambridge	cambridge	MN	059		45.5576	-93.2889	4
55017	Dalbo	dalbo	MN	059		45.6787	-93.4419	4
55029	Grandy	grandy	MN	059		45.6352	-93.1952	4
55040	Isanti	isanti	MN	059		45.4682	-93.2266	4
55080	Stanchfield	stanchfield	MN	059		45.6675	-93.2433	4
55709	Bovey	bovey	MN	061		47.2868	-93.3723	4
55716	Calumet	calumet	MN	061		47.3229	-93.2763	4
55721	Cohasset	cohasset	MN	061		47.2691	-93.6392	4
55722	Coleraine	coleraine	MN	061		47.2888	-93.4277	4
55730	Grand Rapids	grand-rapids	MN	061		47.2372	-93.5302	4
55742	Goodland	goodland	MN	061		47.1924	-93.1469	4
55744	Grand Rapids	grand-rapids	MN	061		47.2348	-93.5115	4
55745	Grand Rapids	grand-rapids	MN	061		47.2372	-93.5302	4
55753	Keewatin	keewatin	MN	061		47.398	-93.0784	4
55764	Marble	marble	MN	061		47.3219	-93.2939	4
55769	Nashwauk	nashwauk	MN	061		47.42	-93.2168	4
55775	Pengilly	pengilly	MN	061		47.3151	-93.1937	4
55784	Swan River	swan-river	MN	061		47.0739	-93.1964	4
55786	Taconite	taconite	MN	061		47.3164	-93.3904	4
55793	Warba	warba	MN	061		47.1361	-93.2764	4
56628	Bigfork	bigfork	MN	061		47.7502	-93.6707	4
56631	Bowstring	bowstring	MN	061		47.543	-93.7966	4
56636	Deer River	deer-river	MN	061		47.3829	-93.8498	4
09233	APO AE	apo-ae				51.2217	6.7762	
56637	Talmoon	talmoon	MN	061		47.5888	-93.7749	4
56639	Effie	effie	MN	061		47.8472	-93.5799	4
56657	Marcell	marcell	MN	061		47.5485	-93.6236	4
56659	Max	max	MN	061		47.6147	-94.068	4
56680	Spring Lake	spring-lake	MN	061		47.6359	-93.922	4
56681	Squaw Lake	squaw-lake	MN	061		47.6362	-94.1475	4
56688	Wirt	wirt	MN	061		47.7462	-93.963	4
56111	Alpha	alpha	MN	063		43.5946	-94.9051	4
56137	Heron Lake	heron-lake	MN	063		43.7979	-95.3267	4
56143	Jackson	jackson	MN	063		43.6457	-94.9938	4
56150	Lakefield	lakefield	MN	063		43.6545	-95.1848	4
56161	Okabena	okabena	MN	063		43.723	-95.3381	4
55051	Mora	mora	MN	065		45.8958	-93.2942	1
56358	Ogilvie	ogilvie	MN	065		45.8476	-93.4359	4
56201	Willmar	willmar	MN	067		45.1393	-95.0523	4
56209	Atwater	atwater	MN	067		45.1116	-94.7938	4
56216	Blomkest	blomkest	MN	067		44.9501	-95.0588	4
56251	Kandiyohi	kandiyohi	MN	067		45.1426	-94.9183	4
56253	Lake Lillian	lake-lillian	MN	067		44.966	-94.9014	4
56273	New London	new-london	MN	067		45.2949	-94.948	4
56279	Pennock	pennock	MN	067		45.131	-95.1753	4
56281	Prinsburg	prinsburg	MN	067		44.9371	-95.1865	4
56282	Raymond	raymond	MN	067		45.0181	-95.2208	4
56288	Spicer	spicer	MN	067		45.2241	-94.9116	4
56289	Sunburg	sunburg	MN	067		45.3583	-95.2049	4
56720	Donaldson	donaldson	MN	069		48.5722	-96.8964	4
56728	Hallock	hallock	MN	069		48.7749	-96.9445	4
56729	Halma	halma	MN	069		48.6669	-96.5969	4
56731	Humboldt	humboldt	MN	069		48.9211	-97.0934	4
56732	Karlstad	karlstad	MN	069		48.5916	-96.5511	4
56733	Kennedy	kennedy	MN	069		48.6337	-96.9614	4
56734	Lake Bronson	lake-bronson	MN	069		48.7787	-96.6431	4
56735	Lancaster	lancaster	MN	069		48.9153	-96.6366	4
56740	Noyes	noyes	MN	069		48.9975	-97.2045	4
56755	Saint Vincent	saint-vincent	MN	069		48.9458	-97.1703	4
56627	Big Falls	big-falls	MN	071		48.156	-93.7296	4
56629	Birchdale	birchdale	MN	071		48.6247	-94.1677	4
56649	International Falls	international-falls	MN	071		48.601	-93.411	4
56653	Littlefork	littlefork	MN	071		48.3852	-93.5399	4
56654	Loman	loman	MN	071		48.5164	-93.8407	4
56658	Margie	margie	MN	071		48.0904	-93.8292	4
56660	Mizpah	mizpah	MN	071		47.9495	-94.1467	4
56661	Northome	northome	MN	071		47.844	-94.2043	4
56668	Ranier	ranier	MN	071		48.613	-93.3488	4
56669	Kabetogama	kabetogama	MN	071		48.2463	-93.7842	4
56679	South International Falls	south-international-falls	MN	071		48.5866	-93.399	4
56212	Bellingham	bellingham	MN	073		45.1556	-96.3224	4
56218	Boyd	boyd	MN	073		44.8507	-95.9421	4
56232	Dawson	dawson	MN	073		44.9327	-96.0545	4
56256	Madison	madison	MN	073		44.9946	-96.1645	4
56257	Marietta	marietta	MN	073		44.9636	-96.4094	4
55601	Beaver Bay	beaver-bay	MN	075		47.256	-91.3566	4
55603	Finland	finland	MN	075		47.4197	-91.2096	4
55607	Isabella	isabella	MN	075		47.6604	-91.4989	4
55609	Knife River	knife-river	MN	075		46.9539	-91.778	4
55614	Silver Bay	silver-bay	MN	075		47.3585	-91.2205	4
55616	Two Harbors	two-harbors	MN	075		47.0394	-91.6783	4
56623	Baudette	baudette	MN	077		48.6927	-94.5995	4
56686	Williams	williams	MN	077		48.8022	-94.9556	4
56711	Angle Inlet	angle-inlet	MN	077		49.3453	-95.0627	4
56741	Oak Island	oak-island	MN	077		49.3135	-94.8492	1
56017	Cleveland	cleveland	MN	079		44.3201	-93.8286	4
56028	Elysian	elysian	MN	079		44.2231	-93.6965	4
56050	Kasota	kasota	MN	079		44.2842	-93.9453	4
56052	Kilkenny	kilkenny	MN	079		44.3133	-93.5741	4
56057	Le Center	le-center	MN	079		44.3853	-93.7214	4
56058	Le Sueur	le-sueur	MN	079		44.4582	-93.8856	4
56069	Montgomery	montgomery	MN	079		44.4356	-93.581	4
56071	New Prague	new-prague	MN	079		44.5402	-93.5805	4
56096	Waterville	waterville	MN	079		44.2238	-93.5751	4
56113	Arco	arco	MN	081		44.4091	-96.1999	4
56136	Hendricks	hendricks	MN	081		44.4995	-96.4078	4
56142	Ivanhoe	ivanhoe	MN	081		44.4633	-96.2473	4
56149	Lake Benton	lake-benton	MN	081		44.2782	-96.291	4
56178	Tyler	tyler	MN	081		44.2773	-96.1302	4
56115	Balaton	balaton	MN	083		44.2253	-95.8838	4
56132	Garvin	garvin	MN	083		44.2293	-95.7672	4
56157	Lynd	lynd	MN	083		44.4032	-95.9233	4
56169	Russell	russell	MN	083		44.3201	-95.9426	4
56175	Tracy	tracy	MN	083		44.2342	-95.6213	4
56229	Cottonwood	cottonwood	MN	083		44.6003	-95.6925	4
56239	Ghent	ghent	MN	083		44.5078	-95.8936	4
56258	Marshall	marshall	MN	083		44.4481	-95.7795	4
56264	Minneota	minneota	MN	083		44.5587	-95.9767	4
56291	Taunton	taunton	MN	083		44.5951	-96.0526	4
55312	Brownton	brownton	MN	085		44.7281	-94.3306	4
55336	Glencoe	glencoe	MN	085		44.778	-94.1616	4
55350	Hutchinson	hutchinson	MN	085		44.8946	-94.3847	4
55354	Lester Prairie	lester-prairie	MN	085		44.8739	-94.0551	4
55370	Plato	plato	MN	085		44.7657	-94.0506	4
55381	Silver Lake	silver-lake	MN	085		44.9139	-94.1974	4
55385	Stewart	stewart	MN	085		44.7259	-94.4516	4
55395	Winsted	winsted	MN	085		44.9585	-94.0552	4
56516	Bejou	bejou	MN	087		47.4491	-95.9454	4
56557	Mahnomen	mahnomen	MN	087		47.3362	-95.8856	4
56566	Naytahwaush	naytahwaush	MN	087		47.2601	-95.6283	4
56589	Waubun	waubun	MN	087		47.192	-95.8871	4
56710	Alvarado	alvarado	MN	089		48.202	-96.9915	4
56713	Argyle	argyle	MN	089		48.3314	-96.8671	4
56724	Gatzke	gatzke	MN	089		48.4104	-95.7903	4
56727	Grygla	grygla	MN	089		48.3071	-95.6398	4
56737	Middle River	middle-river	MN	089		48.4426	-96.1232	4
56738	Newfolden	newfolden	MN	089		48.2895	-96.255	4
56744	Oslo	oslo	MN	089		48.2066	-97.1163	4
56757	Stephen	stephen	MN	089		48.4525	-96.8674	4
56758	Strandquist	strandquist	MN	089		48.4526	-96.4723	4
56760	Viking	viking	MN	089		48.2349	-96.4749	4
56762	Warren	warren	MN	089		48.2614	-96.7726	4
56031	Fairmont	fairmont	MN	091		43.6376	-94.451	4
56039	Granada	granada	MN	091		43.7061	-94.3307	4
56075	Northrop	northrop	MN	091		43.7353	-94.4357	4
56088	Truman	truman	MN	091		43.82	-94.4319	4
56121	Ceylon	ceylon	MN	091		43.5382	-94.6149	4
56127	Dunnell	dunnell	MN	091		43.5531	-94.7876	4
56162	Ormsby	ormsby	MN	091		43.8616	-94.6873	4
56171	Sherburn	sherburn	MN	091		43.6611	-94.7269	4
56176	Trimont	trimont	MN	091		43.7827	-94.7186	4
56181	Welcome	welcome	MN	091		43.6705	-94.5886	4
55324	Darwin	darwin	MN	093		45.1029	-94.4249	4
55325	Dassel	dassel	MN	093		45.1032	-94.3305	4
55329	Eden Valley	eden-valley	MN	093		45.302	-94.6039	4
55355	Litchfield	litchfield	MN	093		45.1263	-94.5268	4
55389	Watkins	watkins	MN	093		45.3087	-94.4297	4
56228	Cosmos	cosmos	MN	093		44.959	-94.6978	4
56243	Grove City	grove-city	MN	093		45.1532	-94.6878	4
55371	Princeton	princeton	MN	095		45.5851	-93.5961	4
56313	Bock	bock	MN	095		45.7845	-93.5522	4
56330	Foreston	foreston	MN	095		45.7028	-93.6958	4
56342	Isle	isle	MN	095		46.1696	-93.4741	4
56353	Milaca	milaca	MN	095		45.7795	-93.6453	4
56359	Onamia	onamia	MN	095		46.0902	-93.6867	4
56363	Pease	pease	MN	095		45.6974	-93.6465	4
56386	Wahkon	wahkon	MN	095		46.1121	-93.4972	4
56314	Bowlus	bowlus	MN	097		45.8121	-94.4175	4
56317	Buckman	buckman	MN	097		45.8975	-94.0936	4
56328	Flensburg	flensburg	MN	097		45.9552	-94.535	4
56338	Hillman	hillman	MN	097		46.0678	-93.8812	4
56344	Lastrup	lastrup	MN	097		46.0394	-94.0633	4
56345	Little Falls	little-falls	MN	097		45.9811	-94.3604	4
56364	Pierz	pierz	MN	097		46.0081	-94.0853	4
56373	Royalton	royalton	MN	097		45.8589	-94.2211	4
56382	Swanville	swanville	MN	097		45.9431	-94.6289	4
56384	Upsala	upsala	MN	097		45.8097	-94.5755	4
56388	Waite Park	waite-park	MN	097		45.5572	-94.2242	4
56443	Cushing	cushing	MN	097		46.2022	-94.6185	4
56466	Motley	motley	MN	097		46.2881	-94.5638	4
56475	Randall	randall	MN	097		46.0734	-94.5005	4
55909	Adams	adams	MN	099		43.5591	-92.7305	4
55912	Austin	austin	MN	099		43.6695	-92.9784	4
55918	Brownsdale	brownsdale	MN	099		43.7248	-92.8738	4
55926	Dexter	dexter	MN	099		43.716	-92.7268	4
55933	Elkton	elkton	MN	099		43.6348	-92.7104	4
55936	Grand Meadow	grand-meadow	MN	099		43.7101	-92.5692	4
55950	Lansing	lansing	MN	099		43.7452	-92.9702	4
55951	Le Roy	le-roy	MN	099		43.5315	-92.5065	4
55953	Lyle	lyle	MN	099		43.5309	-92.9328	4
55967	Racine	racine	MN	099		43.79	-92.531	4
55970	Rose Creek	rose-creek	MN	099		43.6036	-92.8319	4
55973	Sargeant	sargeant	MN	099		43.809	-92.7595	4
55977	Taopi	taopi	MN	099		43.5458	-92.6335	4
55982	Waltham	waltham	MN	099		43.807	-92.8734	4
56114	Avoca	avoca	MN	101		43.9706	-95.6002	4
56122	Chandler	chandler	MN	101		43.9163	-95.9296	4
56123	Currie	currie	MN	101		44.0946	-95.6953	4
56125	Dovray	dovray	MN	101		44.0533	-95.5499	4
56131	Fulda	fulda	MN	101		43.8753	-95.5979	4
56141	Iona	iona	MN	101		43.9026	-95.7718	4
56151	Lake Wilson	lake-wilson	MN	101		44.0095	-95.9797	4
56172	Slayton	slayton	MN	101		43.9856	-95.7554	4
56003	Mankato	mankato	MN	103		44.2172	-94.0942	4
56021	Courtland	courtland	MN	103		44.2791	-94.3482	4
56054	Lafayette	lafayette	MN	103		44.4073	-94.4365	4
56074	Nicollet	nicollet	MN	103		44.2724	-94.1867	4
56082	Saint Peter	saint-peter	MN	103		44.3351	-93.9811	4
56110	Adrian	adrian	MN	105		43.6197	-95.9273	4
56117	Bigelow	bigelow	MN	105		43.5336	-95.6515	4
56119	Brewster	brewster	MN	105		43.7032	-95.4807	4
56129	Ellsworth	ellsworth	MN	105		43.5265	-96.0112	4
56153	Leota	leota	MN	105		43.8404	-96.0128	4
56155	Lismore	lismore	MN	105		43.7339	-95.9682	4
56165	Reading	reading	MN	105		43.7136	-95.7389	4
56167	Round Lake	round-lake	MN	105		43.562	-95.4502	4
56168	Rushmore	rushmore	MN	105		43.624	-95.7767	4
56185	Wilmont	wilmont	MN	105		43.7692	-95.8324	4
56187	Worthington	worthington	MN	105		43.6286	-95.6059	4
56510	Ada	ada	MN	107		47.3253	-96.5973	4
56519	Borup	borup	MN	107		47.1896	-96.553	4
56541	Flom	flom	MN	107		47.1588	-96.1309	4
56545	Gary	gary	MN	107		47.3675	-96.2152	4
56548	Halstad	halstad	MN	107		47.3551	-96.798	4
56550	Hendrum	hendrum	MN	107		47.2689	-96.7987	4
56574	Perley	perley	MN	107		47.1831	-96.7777	4
56581	Shelly	shelly	MN	107		47.4554	-96.7838	4
56584	Twin Valley	twin-valley	MN	107		47.2509	-96.2464	4
55901	Rochester	rochester	MN	109		44.0496	-92.4896	4
55902	Rochester	rochester	MN	109		44.0032	-92.4835	4
55903	Rochester	rochester	MN	109		43.9966	-92.5409	4
55904	Rochester	rochester	MN	109		44.0105	-92.3973	4
55905	Rochester	rochester	MN	109		44.0225	-92.4668	4
55906	Rochester	rochester	MN	109		44.1078	-92.4053	4
55920	Byron	byron	MN	109		44.0373	-92.6308	4
55929	Dover	dover	MN	109		44.0015	-92.1415	4
55934	Eyota	eyota	MN	109		44.0099	-92.2648	4
55960	Oronoco	oronoco	MN	109		44.1489	-92.485	4
55976	Stewartville	stewartville	MN	109		43.8555	-92.4885	4
56324	Dalton	dalton	MN	111		46.1738	-95.9156	4
56361	Parkers Prairie	parkers-prairie	MN	111		46.153	-95.3289	4
56515	Battle Lake	battle-lake	MN	111		46.3142	-95.7144	4
56518	Bluffton	bluffton	MN	111		46.4918	-95.2236	4
56524	Clitherall	clitherall	MN	111		46.2757	-95.6308	4
56527	Deer Creek	deer-creek	MN	111		46.3911	-95.3214	4
56528	Dent	dent	MN	111		46.5554	-95.7644	4
56533	Elizabeth	elizabeth	MN	111		46.3803	-96.1326	4
56534	Erhard	erhard	MN	111		46.4948	-96.0593	4
56537	Fergus Falls	fergus-falls	MN	111		46.276	-96.0904	4
56538	Fergus Falls	fergus-falls	MN	111		46.283	-96.0776	4
56551	Henning	henning	MN	111		46.3256	-95.3852	4
56567	New York Mills	new-york-mills	MN	111		46.5559	-95.4047	4
56571	Ottertail	ottertail	MN	111		46.4177	-95.5436	4
56572	Pelican Rapids	pelican-rapids	MN	111		46.5994	-96.0662	4
56573	Perham	perham	MN	111		46.6031	-95.5818	4
56576	Richville	richville	MN	111		46.4434	-95.7924	4
56586	Underwood	underwood	MN	111		46.3265	-95.8415	4
56587	Vergas	vergas	MN	111		46.6706	-95.7948	4
56588	Vining	vining	MN	111		46.2195	-95.506	4
56701	Thief River Falls	thief-river-falls	MN	113		48.1191	-96.1811	4
56725	Goodridge	goodridge	MN	113		48.0686	-95.7283	4
56754	Saint Hilaire	saint-hilaire	MN	113		48.0109	-96.2249	4
55007	Brook Park	brook-park	MN	115		45.9474	-93.0736	4
55030	Grasston	grasston	MN	115		45.8566	-93.0813	4
55036	Henriette	henriette	MN	115		45.8712	-93.1196	4
55037	Hinckley	hinckley	MN	115		46.0189	-92.8993	4
55063	Pine City	pine-city	MN	115		45.8363	-92.9042	4
55067	Rock Creek	rock-creek	MN	115		45.7575	-92.9624	4
55072	Sandstone	sandstone	MN	115		46.1325	-92.589	4
55704	Askov	askov	MN	115		46.1964	-92.7528	4
55712	Bruno	bruno	MN	115		46.2845	-92.619	4
55735	Finlayson	finlayson	MN	115		46.2121	-92.9389	4
55756	Kerrick	kerrick	MN	115		46.3792	-92.578	4
55783	Sturgeon Lake	sturgeon-lake	MN	115		46.3837	-92.8182	4
55795	Willow River	willow-river	MN	115		46.2949	-92.8309	4
56128	Edgerton	edgerton	MN	117		43.8824	-96.1463	4
56139	Holland	holland	MN	117		44.0759	-96.1903	4
56140	Ihlen	ihlen	MN	117		43.9072	-96.3673	4
56144	Jasper	jasper	MN	117		43.8568	-96.385	4
56164	Pipestone	pipestone	MN	117		43.9893	-96.2652	4
56170	Ruthton	ruthton	MN	117		44.1682	-96.0871	4
56186	Woodstock	woodstock	MN	117		43.9873	-96.1192	4
56517	Beltrami	beltrami	MN	119		47.5721	-96.4549	4
56523	Climax	climax	MN	119		47.6837	-96.8715	4
56535	Erskine	erskine	MN	119		47.6618	-96.0122	4
56540	Fertile	fertile	MN	119		47.5361	-96.2803	4
56542	Fosston	fosston	MN	119		47.5816	-95.7431	4
56556	Mcintosh	mcintosh	MN	119		47.6522	-95.8863	4
56568	Nielsville	nielsville	MN	119		47.5373	-96.7574	4
56592	Winger	winger	MN	119		47.5375	-95.9941	4
56646	Gully	gully	MN	119		47.7697	-95.641	4
56651	Lengby	lengby	MN	119		47.5158	-95.6359	4
56684	Trail	trail	MN	119		47.7478	-95.7607	4
56716	Crookston	crookston	MN	119		47.7797	-96.5931	4
56721	East Grand Forks	east-grand-forks	MN	119		47.9318	-97.0213	4
56722	Euclid	euclid	MN	119		47.9845	-96.6428	4
56723	Fisher	fisher	MN	119		47.8003	-96.8015	4
56736	Mentor	mentor	MN	119		47.6576	-96.1778	4
56323	Cyrus	cyrus	MN	121		45.6414	-95.7096	4
56327	Farwell	farwell	MN	121		45.7244	-95.6656	4
56334	Glenwood	glenwood	MN	121		45.6429	-95.3868	4
56349	Lowry	lowry	MN	121		45.7105	-95.5322	4
56381	Starbuck	starbuck	MN	121		45.5926	-95.5421	4
56385	Villard	villard	MN	121		45.7118	-95.2414	4
55101	Saint Paul	saint-paul	MN	123		44.9512	-93.0902	4
55102	Saint Paul	saint-paul	MN	123		44.9372	-93.1209	4
55103	Saint Paul	saint-paul	MN	123		44.9608	-93.1216	4
55104	Saint Paul	saint-paul	MN	123		44.9532	-93.158	4
55105	Saint Paul	saint-paul	MN	123		44.9347	-93.1651	4
55106	Saint Paul	saint-paul	MN	123		44.9684	-93.0488	4
55107	Saint Paul	saint-paul	MN	123		44.9325	-93.088	4
55108	Saint Paul	saint-paul	MN	123		44.9806	-93.1771	4
55109	Saint Paul	saint-paul	MN	123		45.0132	-93.0297	4
55110	Saint Paul	saint-paul	MN	123		45.08	-93.0223	4
55112	Saint Paul	saint-paul	MN	123		45.0788	-93.1872	4
55113	Saint Paul	saint-paul	MN	123		45.0139	-93.1571	4
55114	Saint Paul	saint-paul	MN	123		44.968	-93.1981	4
55116	Saint Paul	saint-paul	MN	123		44.914	-93.1727	4
55117	Saint Paul	saint-paul	MN	123		44.9995	-93.0969	4
55119	Saint Paul	saint-paul	MN	123		44.9414	-93.0107	4
55126	Saint Paul	saint-paul	MN	123		45.0736	-93.138	4
55127	Saint Paul	saint-paul	MN	123		45.0803	-93.0875	4
55130	Saint Paul	saint-paul	MN	123		44.973	-93.0827	4
55131	Saint Paul	saint-paul	MN	123		44.973	-93.0827	4
55133	Saint Paul	saint-paul	MN	123		45.0059	-93.1059	4
55144	Saint Paul	saint-paul	MN	123		45.0059	-93.1059	4
55145	Saint Paul	saint-paul	MN	123		44.9444	-93.0933	4
55146	Saint Paul	saint-paul	MN	123		44.9427	-93.0828	4
55155	Saint Paul	saint-paul	MN	123		44.9522	-93.0955	4
55164	Saint Paul	saint-paul	MN	123		44.9909	-93.1066	4
55165	Saint Paul	saint-paul	MN	123		45.0059	-93.1059	4
55170	Saint Paul	saint-paul	MN	123		44.9444	-93.0933	4
55172	Saint Paul	saint-paul	MN	123		45.0059	-93.1059	4
55175	Saint Paul	saint-paul	MN	123		45.0059	-93.1059	4
55187	Saint Paul	saint-paul	MN	123		45.0059	-93.1059	4
55188	Saint Paul	saint-paul	MN	123		45.0059	-93.1059	4
56715	Brooks	brooks	MN	125		47.8129	-96.0117	4
56742	Oklee	oklee	MN	125		47.8286	-95.8617	4
56748	Plummer	plummer	MN	125		47.9113	-95.9646	4
56750	Red Lake Falls	red-lake-falls	MN	125		47.8823	-96.2681	4
56083	Sanborn	sanborn	MN	127		44.2183	-95.1328	4
56152	Lamberton	lamberton	MN	127		44.2378	-95.2739	4
56166	Revere	revere	MN	127		44.2391	-95.3557	4
56180	Walnut Grove	walnut-grove	MN	127		44.2294	-95.4965	4
56214	Belview	belview	MN	127		44.6055	-95.3178	4
56224	Clements	clements	MN	127		44.3943	-95.0474	4
56255	Lucan	lucan	MN	127		44.4132	-95.4119	4
56263	Milroy	milroy	MN	127		44.4365	-95.5545	4
56266	Morgan	morgan	MN	127		44.3926	-94.9218	4
56283	Redwood Falls	redwood-falls	MN	127		44.5394	-95.1169	4
56287	Seaforth	seaforth	MN	127		44.4772	-95.3264	4
56292	Vesta	vesta	MN	127		44.5051	-95.4118	4
56293	Wabasso	wabasso	MN	127		44.4059	-95.2632	4
56294	Wanda	wanda	MN	127		44.3149	-95.213	4
55310	Bird Island	bird-island	MN	129		44.7507	-94.8716	4
55314	Buffalo Lake	buffalo-lake	MN	129		44.7709	-94.5912	4
55332	Fairfax	fairfax	MN	129		44.5329	-94.7256	4
55333	Franklin	franklin	MN	129		44.5421	-94.8931	4
55342	Hector	hector	MN	129		44.7485	-94.7058	4
56230	Danube	danube	MN	129		44.7919	-95.0972	4
56270	Morton	morton	MN	129		44.5662	-95.0268	4
56277	Olivia	olivia	MN	129		44.7706	-94.9727	4
56284	Renville	renville	MN	129		44.7776	-95.1989	4
56285	Sacred Heart	sacred-heart	MN	129		44.7975	-95.3538	4
55019	Dundas	dundas	MN	131		44.3955	-93.2037	4
55021	Faribault	faribault	MN	131		44.2945	-93.2818	4
55046	Lonsdale	lonsdale	MN	131		44.4477	-93.4252	4
55052	Morristown	morristown	MN	131		44.2342	-93.4525	4
55053	Nerstrand	nerstrand	MN	131		44.3538	-93.0855	4
55057	Northfield	northfield	MN	131		44.4587	-93.1668	4
55087	Warsaw	warsaw	MN	131		44.2485	-93.3949	4
55088	Webster	webster	MN	131		44.5003	-93.3826	4
56116	Beaver Creek	beaver-creek	MN	133		43.6223	-96.3698	4
56134	Hardwick	hardwick	MN	133		43.7911	-96.2161	4
56138	Hills	hills	MN	133		43.5335	-96.3645	4
56146	Kanaranzi	kanaranzi	MN	133		43.5758	-96.0945	4
56147	Kenneth	kenneth	MN	133		43.7637	-96.1089	4
56156	Luverne	luverne	MN	133		43.6614	-96.2216	4
56158	Magnolia	magnolia	MN	133		43.644	-96.0769	4
56173	Steen	steen	MN	133		43.5317	-96.2439	4
56673	Roosevelt	roosevelt	MN	135		48.8279	-95.1119	4
56682	Swift	swift	MN	135		48.8533	-95.2213	4
56714	Badger	badger	MN	135		48.7913	-96.0965	4
56726	Greenbush	greenbush	MN	135		48.6957	-96.1871	4
56751	Roseau	roseau	MN	135		48.7048	-95.7504	4
56756	Salol	salol	MN	135		48.8522	-95.5356	4
56759	Strathcona	strathcona	MN	135		48.5459	-96.0879	4
56761	Wannaska	wannaska	MN	135		48.6452	-95.7072	4
56763	Warroad	warroad	MN	135		48.9111	-95.3538	4
55602	Brimson	brimson	MN	137		47.3142	-91.8625	4
55702	Alborn	alborn	MN	137		46.9782	-92.5579	4
55703	Angora	angora	MN	137		47.7577	-92.6413	4
55705	Aurora	aurora	MN	137		47.4951	-92.2415	4
55706	Babbitt	babbitt	MN	137		47.7091	-91.957	4
55708	Biwabik	biwabik	MN	137		47.5328	-92.3408	4
55710	Britt	britt	MN	137		47.655	-92.6321	4
55711	Brookston	brookston	MN	137		46.8384	-92.643	4
55713	Buhl	buhl	MN	137		47.4932	-92.7643	4
55717	Canyon	canyon	MN	137		47.0785	-92.4594	4
55719	Chisholm	chisholm	MN	137		47.5007	-92.8617	4
55723	Cook	cook	MN	137		47.8442	-92.721	4
55724	Cotton	cotton	MN	137		47.1521	-92.4352	4
55725	Crane Lake	crane-lake	MN	137		48.2594	-92.4896	4
55731	Ely	ely	MN	137		47.9034	-91.857	4
55732	Embarrass	embarrass	MN	137		47.6658	-92.2101	4
55734	Eveleth	eveleth	MN	137		47.451	-92.528	4
55736	Floodwood	floodwood	MN	137		46.9076	-92.9167	4
55738	Forbes	forbes	MN	137		47.2732	-92.6756	4
55741	Gilbert	gilbert	MN	137		47.4885	-92.4025	4
55746	Hibbing	hibbing	MN	137		47.4156	-92.9356	4
55747	Hibbing	hibbing	MN	137		47.4272	-92.9377	4
55750	Hoyt Lakes	hoyt-lakes	MN	137		47.515	-92.14	4
55751	Iron	iron	MN	137		47.4115	-92.6195	1
55758	Kinney	kinney	MN	137		47.5121	-92.7402	4
55763	Makinen	makinen	MN	137		47.3416	-92.3446	4
55765	Meadowlands	meadowlands	MN	137		47.1021	-92.7884	4
55766	Melrude	melrude	MN	137		47.2496	-92.4123	4
55768	Mountain Iron	mountain-iron	MN	137		47.5133	-92.6243	4
55771	Orr	orr	MN	137		48.1439	-92.8561	4
55772	Nett Lake	nett-lake	MN	137		48.111	-93.0941	4
55777	Virginia	virginia	MN	137		47.5233	-92.5366	4
55779	Saginaw	saginaw	MN	137		46.8795	-92.3917	4
55781	Side Lake	side-lake	MN	137		47.6671	-93.0424	4
55782	Soudan	soudan	MN	137		47.821	-92.2464	4
55790	Tower	tower	MN	137		47.8089	-92.2878	4
55791	Twig	twig	MN	137		46.8944	-92.3646	4
55792	Virginia	virginia	MN	137		47.5371	-92.5285	4
55796	Winton	winton	MN	137		47.9263	-91.8007	4
55801	Duluth	duluth	MN	137		46.7833	-92.1066	4
55802	Duluth	duluth	MN	137		46.7685	-92.0865	4
55803	Duluth	duluth	MN	137		46.8749	-92.0941	4
55804	Duluth	duluth	MN	137		46.8551	-92.0074	4
55805	Duluth	duluth	MN	137		46.7987	-92.0946	4
55806	Duluth	duluth	MN	137		46.7715	-92.1279	4
55807	Duluth	duluth	MN	137		46.7408	-92.1698	4
55808	Duluth	duluth	MN	137		46.681	-92.2226	4
55810	Duluth	duluth	MN	137		46.7606	-92.266	4
55811	Duluth	duluth	MN	137		46.8147	-92.1998	4
55812	Duluth	duluth	MN	137		46.8106	-92.0767	4
55814	Duluth	duluth	MN	137		46.7833	-92.1066	4
55815	Duluth	duluth	MN	137		46.7833	-92.1066	4
55816	Duluth	duluth	MN	137		46.7833	-92.1066	4
55020	Elko New Market	elko-new-market	MN	139		44.5647	-93.3269	4
55054	Elko New Market	elko-new-market	MN	139		44.5647	-93.3269	4
55352	Jordan	jordan	MN	139		44.6713	-93.6195	4
55372	Prior Lake	prior-lake	MN	139		44.7107	-93.4101	4
55378	Savage	savage	MN	139		44.7615	-93.3434	4
55379	Shakopee	shakopee	MN	139		44.7793	-93.5197	4
56011	Belle Plaine	belle-plaine	MN	139		44.6139	-93.7604	4
55308	Becker	becker	MN	141		45.4365	-93.841	4
55309	Big Lake	big-lake	MN	141		45.3506	-93.7399	4
55319	Clear Lake	clear-lake	MN	141		45.4795	-93.9684	4
55330	Elk River	elk-river	MN	141		45.3136	-93.5814	4
55377	Santiago	santiago	MN	141		45.5402	-93.8154	4
55398	Zimmerman	zimmerman	MN	141		45.4553	-93.5879	4
55307	Arlington	arlington	MN	143		44.6153	-94.0762	4
55334	Gaylord	gaylord	MN	143		44.5463	-94.1955	4
55335	Gibbon	gibbon	MN	143		44.5606	-94.5467	4
55338	Green Isle	green-isle	MN	143		44.6791	-94.0083	4
55366	New Auburn	new-auburn	MN	143		44.6735	-94.2293	4
55396	Winthrop	winthrop	MN	143		44.5436	-94.3698	4
56044	Henderson	henderson	MN	143		44.5344	-93.9345	4
55353	Kimball	kimball	MN	145		45.3436	-94.3028	4
56301	Saint Cloud	saint-cloud	MN	145		45.541	-94.1819	4
56302	Saint Cloud	saint-cloud	MN	145		45.5608	-94.1625	4
56303	Saint Cloud	saint-cloud	MN	145		45.5713	-94.2036	4
56304	Saint Cloud	saint-cloud	MN	145		45.5521	-94.1284	4
56307	Albany	albany	MN	145		45.6151	-94.574	4
56310	Avon	avon	MN	145		45.6122	-94.436	4
56312	Belgrade	belgrade	MN	145		45.4865	-94.9699	4
56316	Brooten	brooten	MN	145		45.5011	-95.1245	4
56320	Cold Spring	cold-spring	MN	145		45.45	-94.4378	4
56321	Collegeville	collegeville	MN	145		45.5783	-94.4199	4
56325	Elrosa	elrosa	MN	145		45.5636	-94.9464	4
56331	Freeport	freeport	MN	145		45.6731	-94.6785	4
56335	Greenwald	greenwald	MN	145		45.5971	-94.8515	4
56340	Holdingford	holdingford	MN	145		45.7249	-94.4581	4
56352	Melrose	melrose	MN	145		45.6582	-94.8198	4
56356	New Munich	new-munich	MN	145		45.6297	-94.7519	4
56362	Paynesville	paynesville	MN	145		45.3988	-94.7157	4
56368	Richmond	richmond	MN	145		45.4605	-94.5361	4
56369	Rockville	rockville	MN	145		45.4719	-94.3408	4
56371	Roscoe	roscoe	MN	145		45.4332	-94.6366	4
56372	Saint Cloud	saint-cloud	MN	145		45.5608	-94.1625	4
56374	Saint Joseph	saint-joseph	MN	145		45.5651	-94.3367	4
56375	Saint Stephen	saint-stephen	MN	145		45.7118	-94.2817	4
56376	Saint Martin	saint-martin	MN	145		45.5019	-94.6689	4
56377	Sartell	sartell	MN	145		45.6318	-94.2136	4
56378	Sauk Centre	sauk-centre	MN	145		45.7281	-94.9682	4
56387	Waite Park	waite-park	MN	145		45.5497	-94.2245	4
56393	Saint Cloud	saint-cloud	MN	145		45.5608	-94.1625	4
56395	Saint Cloud	saint-cloud	MN	145		45.5608	-94.1625	4
56396	Saint Cloud	saint-cloud	MN	145		45.5608	-94.1625	4
56397	Saint Cloud	saint-cloud	MN	145		45.5608	-94.1625	4
56398	Saint Cloud	saint-cloud	MN	145		45.5608	-94.1625	4
56399	Saint Cloud	saint-cloud	MN	145		45.5608	-94.1625	4
55049	Medford	medford	MN	147		44.1741	-93.2437	4
55060	Owatonna	owatonna	MN	147		44.0805	-93.2191	4
55917	Blooming Prairie	blooming-prairie	MN	147		43.8977	-93.0608	4
56026	Ellendale	ellendale	MN	147		43.8826	-93.3195	4
56046	Hope	hope	MN	147		43.9619	-93.276	4
56207	Alberta	alberta	MN	149		45.5571	-96.0498	4
56221	Chokio	chokio	MN	149		45.5524	-96.1733	4
56235	Donnelly	donnelly	MN	149		45.7014	-96.0649	4
56244	Hancock	hancock	MN	149		45.4985	-95.8008	4
56267	Morris	morris	MN	149		45.5921	-95.9172	4
56208	Appleton	appleton	MN	151		45.2054	-95.9949	4
56215	Benson	benson	MN	151		45.3129	-95.5766	4
56226	Clontarf	clontarf	MN	151		45.3763	-95.6787	4
56231	Danvers	danvers	MN	151		45.2818	-95.7219	4
56249	Holloway	holloway	MN	151		45.2708	-95.9164	4
56252	Kerkhoven	kerkhoven	MN	151		45.2096	-95.3115	4
56271	Murdock	murdock	MN	151		45.2161	-95.4049	4
56318	Burtrum	burtrum	MN	153		45.888	-94.6962	4
56336	Grey Eagle	grey-eagle	MN	153		45.8252	-94.7467	4
56347	Long Prairie	long-prairie	MN	153		45.9747	-94.8656	4
56389	West Union	west-union	MN	153		45.7995	-95.0821	4
56437	Bertha	bertha	MN	153		46.2515	-95.0357	4
56438	Browerville	browerville	MN	153		46.0905	-94.8346	4
56440	Clarissa	clarissa	MN	153		46.1373	-94.9572	4
56446	Eagle Bend	eagle-bend	MN	153		46.117	-95.0961	4
56453	Hewitt	hewitt	MN	153		46.325	-95.0504	4
56479	Staples	staples	MN	153		46.3536	-94.7633	4
56219	Browns Valley	browns-valley	MN	155		45.6069	-96.8063	4
56236	Dumont	dumont	MN	155		45.6717	-96.4061	4
56296	Wheaton	wheaton	MN	155		45.8111	-96.4866	4
56583	Tintah	tintah	MN	155		46.0074	-96.3593	4
55041	Lake City	lake-city	MN	157		44.4305	-92.2838	4
55932	Elgin	elgin	MN	157		44.1358	-92.2535	4
55945	Kellogg	kellogg	MN	157		44.2739	-92.1095	4
55956	Mazeppa	mazeppa	MN	157		44.2646	-92.5207	4
55957	Millville	millville	MN	157		44.2359	-92.2672	4
55964	Plainview	plainview	MN	157		44.1637	-92.1621	4
55968	Reads Landing	reads-landing	MN	157		44.3977	-92.0893	4
55981	Wabasha	wabasha	MN	157		44.3703	-92.0361	4
55991	Zumbro Falls	zumbro-falls	MN	157		44.2427	-92.4256	4
56434	Aldrich	aldrich	MN	159		46.3797	-94.9364	4
56464	Menahga	menahga	MN	159		46.7572	-95.0714	4
56477	Sebeka	sebeka	MN	159		46.6306	-95.0681	4
56481	Verndale	verndale	MN	159		46.5065	-94.9676	4
56482	Wadena	wadena	MN	159		46.4401	-95.1283	4
56048	Janesville	janesville	MN	161		44.1168	-93.7095	4
56072	New Richland	new-richland	MN	161		43.8937	-93.4995	4
56091	Waldorf	waldorf	MN	161		43.9399	-93.7043	4
56093	Waseca	waseca	MN	161		44.0834	-93.5108	4
55001	Afton	afton	MN	163		44.8697	-92.8234	4
55003	Bayport	bayport	MN	163		45.0214	-92.7844	4
55016	Cottage Grove	cottage-grove	MN	163		44.8308	-92.9393	4
55025	Forest Lake	forest-lake	MN	163		45.2685	-92.9749	4
55038	Hugo	hugo	MN	163		45.1824	-92.9452	4
55042	Lake Elmo	lake-elmo	MN	163		44.9946	-92.9056	4
55043	Lakeland	lakeland	MN	163		44.9394	-92.7716	4
55047	Marine On Saint Croix	marine-on-saint-croix	MN	163		45.1988	-92.8258	4
55055	Newport	newport	MN	163		44.8725	-92.9986	4
55071	Saint Paul Park	saint-paul-park	MN	163		44.8344	-92.9873	4
55073	Scandia	scandia	MN	163		45.2697	-92.8292	4
55082	Stillwater	stillwater	MN	163		45.0614	-92.8474	4
55083	Stillwater	stillwater	MN	163		45.021	-92.9837	4
55090	Willernie	willernie	MN	163		45.0535	-92.957	4
55115	Saint Paul	saint-paul	MN	163		45.071	-92.9391	4
55125	Saint Paul	saint-paul	MN	163		44.9197	-92.9439	4
55128	Saint Paul	saint-paul	MN	163		44.9913	-92.9487	4
55129	Saint Paul	saint-paul	MN	163		44.8985	-92.923	4
56022	Darfur	darfur	MN	165		44.0513	-94.838	4
56056	La Salle	la-salle	MN	165		44.0727	-94.5795	4
56060	Lewisville	lewisville	MN	165		43.9209	-94.4289	4
56062	Madelia	madelia	MN	165		44.0499	-94.411	4
56081	Saint James	saint-james	MN	165		43.9875	-94.6229	4
56120	Butterfield	butterfield	MN	165		43.9654	-94.7956	4
56160	Odin	odin	MN	165		43.8824	-94.774	4
56520	Breckenridge	breckenridge	MN	167		46.2797	-96.5622	4
56522	Campbell	campbell	MN	167		46.1402	-96.4433	4
56543	Foxhome	foxhome	MN	167		46.2584	-96.3176	4
56553	Kent	kent	MN	167		46.4378	-96.6852	4
56565	Nashua	nashua	MN	167		46.0537	-96.316	4
56579	Rothsay	rothsay	MN	167		46.5094	-96.2887	4
56594	Wolverton	wolverton	MN	167		46.555	-96.6149	4
55910	Altura	altura	MN	169		44.1361	-91.9745	4
55925	Dakota	dakota	MN	169		43.9148	-91.394	4
55942	Homer	homer	MN	169		44.02	-91.6819	4
55952	Lewiston	lewiston	MN	169		43.9702	-91.8662	4
55959	Minnesota City	minnesota-city	MN	169		44.0832	-91.7418	4
55969	Rollingstone	rollingstone	MN	169		44.1025	-91.8158	4
55972	Saint Charles	saint-charles	MN	169		43.9585	-92.0517	4
55979	Utica	utica	MN	169		43.9587	-91.9417	4
55987	Winona	winona	MN	169		44.03	-91.7009	4
55988	Stockton	stockton	MN	169		44.0252	-91.7708	4
55301	Albertville	albertville	MN	171		45.2534	-93.6469	4
55302	Annandale	annandale	MN	171		45.2483	-94.1061	4
55313	Buffalo	buffalo	MN	171		45.1814	-93.8635	4
55320	Clearwater	clearwater	MN	171		45.3877	-94.0452	4
55321	Cokato	cokato	MN	171		45.0748	-94.1911	4
55328	Delano	delano	MN	171		45.0342	-93.8016	4
55341	Hanover	hanover	MN	171		45.1602	-93.6734	4
55349	Howard Lake	howard-lake	MN	171		45.0616	-94.0695	4
55358	Maple Lake	maple-lake	MN	171		45.2202	-93.9638	4
55362	Monticello	monticello	MN	171		45.2956	-93.8023	4
55363	Montrose	montrose	MN	171		45.0442	-93.9139	4
55373	Rockford	rockford	MN	171		45.0882	-93.7237	4
55376	Saint Michael	saint-michael	MN	171		45.2064	-93.6593	4
55380	Silver Creek	silver-creek	MN	171		45.3158	-93.9798	4
55382	South Haven	south-haven	MN	171		45.2925	-94.2119	4
55390	Waverly	waverly	MN	171		45.0666	-93.9664	4
55592	Maple Plain	maple-plain	MN	171		45.2009	-93.8881	4
56220	Canby	canby	MN	173		44.7202	-96.2784	4
56223	Clarkfield	clarkfield	MN	173		44.7743	-95.8304	4
56237	Echo	echo	MN	173		44.631	-95.4182	4
56241	Granite Falls	granite-falls	MN	173		44.8087	-95.5516	4
56245	Hanley Falls	hanley-falls	MN	173		44.6789	-95.6825	4
56280	Porter	porter	MN	173		44.6565	-96.1581	4
56297	Wood Lake	wood-lake	MN	173		44.6379	-95.5409	4
63501	Kirksville	kirksville	MO	001		40.1908	-92.5856	4
63533	Brashear	brashear	MO	001		40.1959	-92.4333	4
63540	Gibbs	gibbs	MO	001		40.104	-92.4066	4
63546	Greentop	greentop	MO	001		40.3446	-92.5567	4
63559	Novinger	novinger	MO	001		40.2685	-92.7172	4
64421	Amazonia	amazonia	MO	003		39.9092	-94.9113	4
64427	Bolckow	bolckow	MO	003		40.1007	-94.8847	4
64436	Cosby	cosby	MO	003		39.8555	-94.6977	4
64449	Fillmore	fillmore	MO	003		40.0142	-94.9555	4
64459	Helena	helena	MO	003		39.9295	-94.6465	4
64480	Rea	rea	MO	003		40.0593	-94.7002	4
64483	Rosendale	rosendale	MO	003		40.0399	-94.8328	4
64485	Savannah	savannah	MO	003		39.9168	-94.8267	4
64506	Saint Joseph	saint-joseph	MO	003		39.7893	-94.8043	4
64446	Fairfax	fairfax	MO	005		40.3302	-95.3751	4
64482	Rock Port	rock-port	MO	005		40.4306	-95.5274	4
64491	Tarkio	tarkio	MO	005		40.4418	-95.3786	4
64496	Watson	watson	MO	005		40.478	-95.6193	4
64498	Westboro	westboro	MO	005		40.5357	-95.3134	4
63345	Farber	farber	MO	007		39.2742	-91.5798	4
63352	Laddonia	laddonia	MO	007		39.2425	-91.6454	4
63382	Vandalia	vandalia	MO	007		39.2949	-91.4883	4
65232	Benton City	benton-city	MO	007		39.1209	-91.7661	4
65264	Martinsburg	martinsburg	MO	007		39.0968	-91.6646	4
65265	Mexico	mexico	MO	007		39.1712	-91.8895	4
65280	Rush Hill	rush-hill	MO	007		39.21	-91.7216	4
65285	Thompson	thompson	MO	007		39.2128	-92.0046	4
64874	Wheaton	wheaton	MO	009		36.7651	-94.0492	4
65623	Butterfield	butterfield	MO	009		36.749	-93.9064	4
65625	Cassville	cassville	MO	009		36.6784	-93.8467	4
65641	Eagle Rock	eagle-rock	MO	009		36.548	-93.7336	4
65647	Exeter	exeter	MO	009		36.6815	-93.9702	4
65658	Golden	golden	MO	009		36.5625	-93.623	4
65708	Monett	monett	MO	009		36.9212	-93.9258	4
65734	Purdy	purdy	MO	009		36.8069	-93.9164	4
65745	Seligman	seligman	MO	009		36.5276	-93.9359	4
65747	Shell Knob	shell-knob	MO	009		36.6167	-93.6249	4
65772	Washburn	washburn	MO	009		36.5807	-93.992	4
64748	Golden City	golden-city	MO	011		37.3995	-94.1027	4
64759	Lamar	lamar	MO	011		37.5191	-94.3364	4
64762	Liberal	liberal	MO	011		37.5725	-94.5204	4
64766	Milford	milford	MO	011		37.5848	-94.1572	4
64769	Mindenmines	mindenmines	MO	011		37.452	-94.5756	4
64720	Adrian	adrian	MO	013		38.4125	-94.3683	4
64722	Amoret	amoret	MO	013		38.2605	-94.5734	4
64723	Amsterdam	amsterdam	MO	013		38.3954	-94.5763	4
64730	Butler	butler	MO	013		38.2712	-94.3137	4
64742	Drexel	drexel	MO	013		38.4956	-94.5928	4
64745	Foster	foster	MO	013		38.1661	-94.5075	4
64752	Hume	hume	MO	013		38.09	-94.5838	4
64779	Rich Hill	rich-hill	MO	013		38.0944	-94.3635	4
64780	Rockville	rockville	MO	013		38.0766	-94.1299	4
65325	Cole Camp	cole-camp	MO	015		38.4531	-93.1915	4
65326	Edwards	edwards	MO	015		38.1906	-93.1471	4
65335	Ionia	ionia	MO	015		38.5019	-93.3224	4
65338	Lincoln	lincoln	MO	015		38.4073	-93.3668	4
65355	Warsaw	warsaw	MO	015		38.2431	-93.3819	4
63662	Patton	patton	MO	017		37.4733	-90.05	4
63750	Gipsy	gipsy	MO	017		37.147	-90.1795	4
63751	Glenallen	glenallen	MO	017		37.3231	-90.0515	4
63760	Leopold	leopold	MO	017		37.2609	-89.9227	4
63764	Marble Hill	marble-hill	MO	017		37.3061	-89.9823	4
63781	Sedgewickville	sedgewickville	MO	017		37.537	-89.9272	4
63782	Sturdivant	sturdivant	MO	017		37.071	-90.0092	4
63787	Zalma	zalma	MO	017		37.1365	-90.0757	4
65010	Ashland	ashland	MO	019		38.7878	-92.2537	4
65039	Hartsburg	hartsburg	MO	019		38.7159	-92.2864	4
65201	Columbia	columbia	MO	019		38.9382	-92.3049	4
65202	Columbia	columbia	MO	019		38.995	-92.3112	4
65203	Columbia	columbia	MO	019		38.9348	-92.3639	4
65205	Columbia	columbia	MO	019		39.0447	-92.3496	4
65211	Columbia	columbia	MO	019		38.9517	-92.3341	4
65212	Columbia	columbia	MO	019		38.9376	-92.3304	4
65215	Columbia	columbia	MO	019		38.9532	-92.3208	4
65216	Columbia	columbia	MO	019		38.9517	-92.3341	4
65217	Columbia	columbia	MO	019		38.9517	-92.3341	4
65218	Columbia	columbia	MO	019		38.9517	-92.3341	4
65240	Centralia	centralia	MO	019		39.1961	-92.1472	4
65255	Hallsville	hallsville	MO	019		39.1054	-92.2239	4
65256	Harrisburg	harrisburg	MO	019		39.1203	-92.441	4
65279	Rocheport	rocheport	MO	019		38.9756	-92.5079	4
65284	Sturgeon	sturgeon	MO	019		39.2057	-92.2953	4
65299	Mid Missouri	mid-missouri	MO	019		38.9033	-92.1022	1
64401	Agency	agency	MO	021		39.6662	-94.717	4
64440	De Kalb	de-kalb	MO	021		39.5834	-94.927	4
64443	Easton	easton	MO	021		39.7517	-94.6582	4
64448	Faucett	faucett	MO	021		39.5891	-94.7913	4
64484	Rushville	rushville	MO	021		39.5653	-95.0413	4
64501	Saint Joseph	saint-joseph	MO	021		39.7688	-94.8385	4
64502	Saint Joseph	saint-joseph	MO	021		39.7686	-94.8466	4
64503	Saint Joseph	saint-joseph	MO	021		39.734	-94.8171	4
64504	Saint Joseph	saint-joseph	MO	021		39.7076	-94.8677	4
64505	Saint Joseph	saint-joseph	MO	021		39.7965	-94.8443	4
64507	Saint Joseph	saint-joseph	MO	021		39.7551	-94.8173	4
64508	Saint Joseph	saint-joseph	MO	021		39.6763	-94.8574	4
63901	Poplar Bluff	poplar-bluff	MO	023		36.7662	-90.4166	4
63902	Poplar Bluff	poplar-bluff	MO	023		36.7125	-90.407	4
63932	Broseley	broseley	MO	023		36.6899	-90.2508	4
63938	Fagus	fagus	MO	023		36.5114	-90.267	4
63940	Fisk	fisk	MO	023		36.7836	-90.2168	4
63945	Harviell	harviell	MO	023		36.6723	-90.5583	4
63954	Neelyville	neelyville	MO	023		36.571	-90.4995	4
63961	Qulin	qulin	MO	023		36.5818	-90.2617	4
63962	Rombauer	rombauer	MO	023		36.8431	-90.2801	4
64624	Braymer	braymer	MO	025		39.5915	-93.7887	4
64625	Breckenridge	breckenridge	MO	025		39.7582	-93.8068	4
64637	Cowgill	cowgill	MO	025		39.5643	-93.9295	4
64644	Hamilton	hamilton	MO	025		39.7364	-93.9909	4
64649	Kidder	kidder	MO	025		39.7803	-94.1024	4
64650	Kingston	kingston	MO	025		39.6508	-94.0827	4
64671	Polo	polo	MO	025		39.5647	-94.0743	4
63388	Williamsburg	williamsburg	MO	027		38.8874	-91.7689	4
65043	Holts Summit	holts-summit	MO	027		38.6328	-92.1163	4
65059	Mokane	mokane	MO	027		38.6998	-91.8868	4
65063	New Bloomfield	new-bloomfield	MO	027		38.71	-92.083	4
65067	Portland	portland	MO	027		38.7109	-91.7177	4
65077	Steedman	steedman	MO	027		38.7566	-91.7888	4
65080	Tebbetts	tebbetts	MO	027		38.6402	-91.9673	4
65231	Auxvasse	auxvasse	MO	027		39.0122	-91.8858	4
65251	Fulton	fulton	MO	027		38.8518	-91.9605	4
65262	Kingdom City	kingdom-city	MO	027		38.9551	-91.952	4
65020	Camdenton	camdenton	MO	029		38.0185	-92.7677	4
65049	Lake Ozark	lake-ozark	MO	029		38.2003	-92.6684	4
65052	Linn Creek	linn-creek	MO	029		38.0605	-92.6831	4
65065	Osage Beach	osage-beach	MO	029		38.138	-92.6664	4
65079	Sunrise Beach	sunrise-beach	MO	029		38.1558	-92.7854	4
65324	Climax Springs	climax-springs	MO	029		38.1396	-92.9537	4
65567	Stoutland	stoutland	MO	029		37.8693	-92.5114	4
65591	Montreal	montreal	MO	029		37.9851	-92.547	4
65786	Macks Creek	macks-creek	MO	029		37.9616	-92.9603	4
65787	Roach	roach	MO	029		38.1025	-92.9148	4
63701	Cape Girardeau	cape-girardeau	MO	031		37.3169	-89.5459	4
63702	Cape Girardeau	cape-girardeau	MO	031		37.3506	-89.5094	4
63703	Cape Girardeau	cape-girardeau	MO	031		37.3059	-89.5181	4
63739	Burfordville	burfordville	MO	031		37.3632	-89.8206	4
63743	Daisy	daisy	MO	031		37.5151	-89.8213	4
63744	Delta	delta	MO	031		37.1967	-89.7362	4
63745	Dutchtown	dutchtown	MO	031		37.2424	-89.6977	4
63747	Friedheim	friedheim	MO	031		37.5669	-89.8376	4
63752	Gordonville	gordonville	MO	031		37.3092	-89.6989	4
63755	Jackson	jackson	MO	031		37.3879	-89.6519	4
63766	Millersville	millersville	MO	031		37.4401	-89.795	4
63769	Oak Ridge	oak-ridge	MO	031		37.5258	-89.7508	4
63770	Old Appleton	old-appleton	MO	031		37.5975	-89.703	4
63779	Pocahontas	pocahontas	MO	031		37.5007	-89.6396	4
63785	Whitewater	whitewater	MO	031		37.2781	-89.8061	4
64622	Bogard	bogard	MO	033		39.4994	-93.5374	4
64623	Bosworth	bosworth	MO	033		39.4767	-93.3335	4
64633	Carrollton	carrollton	MO	033		39.3673	-93.4926	4
64639	De Witt	de-witt	MO	033		39.384	-93.2238	4
64643	Hale	hale	MO	033		39.5953	-93.3445	4
64668	Norborne	norborne	MO	033		39.3299	-93.6761	4
64680	Stet	stet	MO	033		39.4231	-93.7588	4
64682	Tina	tina	MO	033		39.5518	-93.4647	4
63937	Ellsinore	ellsinore	MO	035		36.9453	-90.7485	4
63941	Fremont	fremont	MO	035		36.9172	-91.144	4
63943	Grandin	grandin	MO	035		36.828	-90.7942	4
63965	Van Buren	van-buren	MO	035		37.0015	-91.0007	4
64012	Belton	belton	MO	037		38.8161	-94.5328	4
64078	Peculiar	peculiar	MO	037		38.7165	-94.4405	4
64080	Pleasant Hill	pleasant-hill	MO	037		38.7859	-94.244	4
64083	Raymore	raymore	MO	037		38.8019	-94.4529	4
64090	Strasburg	strasburg	MO	037		38.7658	-94.1609	4
64701	Harrisonville	harrisonville	MO	037		38.6419	-94.3285	4
64725	Archie	archie	MO	037		38.4986	-94.363	4
64734	Cleveland	cleveland	MO	037		38.6898	-94.5695	4
64739	Creighton	creighton	MO	037		38.5078	-94.0926	4
64743	East Lynne	east-lynne	MO	037		38.6682	-94.2333	4
64746	Freeman	freeman	MO	037		38.6245	-94.4956	4
64747	Garden City	garden-city	MO	037		38.5681	-94.1825	4
64744	El Dorado Springs	el-dorado-springs	MO	039		37.8652	-94.0124	4
64756	Jerico Springs	jerico-springs	MO	039		37.6613	-94.0129	4
65607	Caplinger Mills	caplinger-mills	MO	039		37.7942	-93.8044	4
65785	Stockton	stockton	MO	039		37.7241	-93.796	4
64660	Mendon	mendon	MO	041		39.5828	-93.0892	4
64676	Rothville	rothville	MO	041		39.6627	-93.0467	4
64681	Sumner	sumner	MO	041		39.655	-93.2241	4
65236	Brunswick	brunswick	MO	041		39.4374	-93.1187	4
65246	Dalton	dalton	MO	041		39.4035	-92.9944	4
65261	Keytesville	keytesville	MO	041		39.4794	-92.9302	4
65281	Salisbury	salisbury	MO	041		39.4319	-92.8014	4
65286	Triplett	triplett	MO	041		39.5011	-93.1928	4
65610	Billings	billings	MO	043		37.0628	-93.5476	4
65620	Bruner	bruner	MO	043		36.999	-92.9692	4
65629	Chadwick	chadwick	MO	043		36.922	-93.0451	4
65630	Chestnutridge	chestnutridge	MO	043		36.8359	-93.2291	4
65631	Clever	clever	MO	043		37.0447	-93.4383	4
65657	Garrison	garrison	MO	043		36.8389	-93.0196	4
65669	Highlandville	highlandville	MO	043		36.9408	-93.268	4
65714	Nixa	nixa	MO	043		37.0512	-93.2972	4
65720	Oldfield	oldfield	MO	043		36.9404	-92.9528	4
65721	Ozark	ozark	MO	043		37.0169	-93.2022	4
65753	Sparta	sparta	MO	043		36.9775	-93.1065	4
65754	Spokane	spokane	MO	043		36.8636	-93.2754	4
72643	Lead Hill	lead-hill	MO	043		36.9404	-92.9528	4
63430	Alexandria	alexandria	MO	045		40.3445	-91.5154	4
63445	Kahoka	kahoka	MO	045		40.4266	-91.725	4
63453	Luray	luray	MO	045		40.4931	-91.8912	4
63465	Revere	revere	MO	045		40.5172	-91.6753	4
63466	Saint Patrick	saint-patrick	MO	045		40.4312	-91.6851	4
63472	Wayland	wayland	MO	045		40.4001	-91.5842	4
63474	Wyaconda	wyaconda	MO	045		40.3721	-91.9071	4
64024	Excelsior Springs	excelsior-springs	MO	047		39.3392	-94.2261	4
64048	Holt	holt	MO	047		39.4289	-94.3689	4
64060	Kearney	kearney	MO	047		39.3652	-94.3621	4
64068	Liberty	liberty	MO	047		39.2461	-94.4191	4
64069	Liberty	liberty	MO	047		39.2461	-94.4191	4
09235	APO AE	apo-ae				52.5244	13.4105	
64072	Missouri City	missouri-city	MO	047		39.2458	-94.2924	4
64073	Mosby	mosby	MO	047		39.3149	-94.2939	4
64089	Smithville	smithville	MO	047		39.3917	-94.5592	4
64116	Kansas City	kansas-city	MO	047		39.1479	-94.568	1
64117	Kansas City	kansas-city	MO	047		39.1651	-94.5256	1
64118	Kansas City	kansas-city	MO	047		39.2133	-94.5743	1
64119	Kansas City	kansas-city	MO	047		39.1979	-94.5199	1
64144	Kansas City	kansas-city	MO	047		39.2829	-94.409	1
64155	Kansas City	kansas-city	MO	047		39.2758	-94.5704	1
64156	Kansas City	kansas-city	MO	047		39.2901	-94.5336	1
64157	Kansas City	kansas-city	MO	047		39.2767	-94.4595	1
64158	Kansas City	kansas-city	MO	047		39.2284	-94.472	1
64161	Kansas City	kansas-city	MO	047		39.1661	-94.464	1
64162	Kansas City	kansas-city	MO	047		39.1562	-94.4797	1
64165	Kansas City	kansas-city	MO	047		39.3113	-94.5431	1
64166	Kansas City	kansas-city	MO	047		39.3294	-94.5199	1
64167	Kansas City	kansas-city	MO	047		39.32	-94.4877	1
64429	Cameron	cameron	MO	049		39.7309	-94.2437	4
64454	Gower	gower	MO	049		39.602	-94.5965	4
64465	Lathrop	lathrop	MO	049		39.5177	-94.3093	4
64477	Plattsburg	plattsburg	MO	049		39.5705	-94.4338	4
64492	Trimble	trimble	MO	049		39.4871	-94.5512	4
64493	Turney	turney	MO	049		39.6318	-94.2972	4
65023	Centertown	centertown	MO	051		38.6297	-92.3995	4
65032	Eugene	eugene	MO	051		38.3424	-92.3823	4
65040	Henley	henley	MO	051		38.3445	-92.3224	4
65053	Lohman	lohman	MO	051		38.5484	-92.3842	4
65074	Russellville	russellville	MO	051		38.5005	-92.4291	4
65076	Saint Thomas	saint-thomas	MO	051		38.3912	-92.1894	4
65101	Jefferson City	jefferson-city	MO	051		38.5462	-92.1525	4
65102	Jefferson City	jefferson-city	MO	051		38.5767	-92.1735	4
65103	Jefferson City	jefferson-city	MO	051		38.5767	-92.1735	4
65104	Jefferson City	jefferson-city	MO	051		38.5767	-92.1735	4
65105	Jefferson City	jefferson-city	MO	051		38.5767	-92.1735	4
65106	Jefferson City	jefferson-city	MO	051		38.5767	-92.1735	4
65107	Jefferson City	jefferson-city	MO	051		38.5767	-92.1735	4
65108	Jefferson City	jefferson-city	MO	051		38.5767	-92.1735	4
65109	Jefferson City	jefferson-city	MO	051		38.5773	-92.2443	4
65110	Jefferson City	jefferson-city	MO	051		38.5767	-92.1735	4
65111	Jefferson City	jefferson-city	MO	051		38.5309	-92.2493	4
65068	Prairie Home	prairie-home	MO	053		38.8253	-92.5974	4
65233	Boonville	boonville	MO	053		38.9536	-92.745	4
65237	Bunceton	bunceton	MO	053		38.7881	-92.7994	4
65276	Pilot Grove	pilot-grove	MO	053		38.8712	-92.9305	4
65287	Wooldridge	wooldridge	MO	053		38.8983	-92.5667	4
65322	Blackwater	blackwater	MO	053		38.9727	-92.9683	4
65348	Otterville	otterville	MO	053		38.7161	-93.0108	4
65441	Bourbon	bourbon	MO	055		38.172	-91.2225	4
65446	Cherryville	cherryville	MO	055		37.8066	-91.2348	4
65449	Cook Sta	cook-sta	MO	055		37.8242	-91.5623	1
65453	Cuba	cuba	MO	055		38.0926	-91.4081	4
65456	Davisville	davisville	MO	055		37.787	-91.2116	4
65535	Leasburg	leasburg	MO	055		38.092	-91.2965	4
65565	Steelville	steelville	MO	055		37.8904	-91.3032	4
65586	Wesco	wesco	MO	055		37.8585	-91.4267	4
65603	Arcola	arcola	MO	057		37.5512	-93.8619	4
65635	Dadeville	dadeville	MO	057		37.5105	-93.6956	4
65646	Everton	everton	MO	057		37.3425	-93.7024	4
65661	Greenfield	greenfield	MO	057		37.4197	-93.8407	4
65682	Lockwood	lockwood	MO	057		37.386	-93.9541	4
65752	South Greenfield	south-greenfield	MO	057		37.3743	-93.8445	4
65590	Long Lane	long-lane	MO	059		37.5808	-92.9309	4
65622	Buffalo	buffalo	MO	059		37.6429	-93.0906	4
65685	Louisburg	louisburg	MO	059		37.7542	-93.1566	4
65764	Tunas	tunas	MO	059		37.8392	-92.9808	4
65767	Urbana	urbana	MO	059		37.8523	-93.151	4
65783	Windyville	windyville	MO	059		37.7182	-92.9379	4
64620	Altamont	altamont	MO	061		39.896	-94.0897	4
64636	Coffey	coffey	MO	061		40.0999	-94.0252	4
64640	Gallatin	gallatin	MO	061		39.9025	-93.9787	4
64642	Gilman City	gilman-city	MO	061		40.145	-93.832	4
64647	Jameson	jameson	MO	061		40.0046	-93.9597	4
64648	Jamesport	jamesport	MO	061		39.9837	-93.78	4
64654	Lock Springs	lock-springs	MO	061		39.8489	-93.7774	4
64670	Pattonsburg	pattonsburg	MO	061		40.0428	-94.1343	4
64689	Winston	winston	MO	061		39.8499	-94.1487	4
64422	Amity	amity	MO	063		39.8837	-94.5136	4
64430	Clarksdale	clarksdale	MO	063		39.8137	-94.5421	4
64469	Maysville	maysville	MO	063		39.9112	-94.3548	4
64474	Osborn	osborn	MO	063		39.7912	-94.3974	4
64490	Stewartsville	stewartsville	MO	063		39.7984	-94.5175	4
64494	Union Star	union-star	MO	063		39.9846	-94.5787	4
64497	Weatherby	weatherby	MO	063		39.9277	-94.2429	4
65440	Boss	boss	MO	065		37.6373	-91.2109	4
65501	Jadwin	jadwin	MO	065		37.4867	-91.571	4
65532	Lake Spring	lake-spring	MO	065		37.7825	-91.6788	4
65541	Lenox	lenox	MO	065		37.6531	-91.7613	4
65560	Salem	salem	MO	065		37.617	-91.5258	4
65608	Ava	ava	MO	067		36.9407	-92.6765	4
65638	Drury	drury	MO	067		36.9319	-92.3664	4
65755	Squires	squires	MO	067		36.8504	-92.5844	4
65768	Vanzant	vanzant	MO	067		36.9698	-92.3029	4
63821	Arbyrd	arbyrd	MO	069		36.0501	-90.2284	4
63829	Cardwell	cardwell	MO	069		36.0434	-90.2907	4
63837	Clarkton	clarkton	MO	069		36.4478	-89.9729	4
63847	Gibson	gibson	MO	069		36.4412	-90.0309	4
63852	Holcomb	holcomb	MO	069		36.3885	-90.0208	4
63855	Hornersville	hornersville	MO	069		36.0627	-90.0816	4
63857	Kennett	kennett	MO	069		36.2407	-90.0491	4
63863	Malden	malden	MO	069		36.5672	-89.9737	4
63875	Rives	rives	MO	069		36.0937	-90.0134	4
63876	Senath	senath	MO	069		36.1324	-90.1632	4
63880	Whiteoak	whiteoak	MO	069		36.3133	-90.1658	1
63933	Campbell	campbell	MO	069		36.5197	-90.0829	4
63013	Beaufort	beaufort	MO	071		38.4294	-91.1709	4
63014	Berger	berger	MO	071		38.6444	-91.3374	4
63015	Catawissa	catawissa	MO	071		38.4047	-90.7806	4
63037	Gerald	gerald	MO	071		38.3507	-91.2931	4
63039	Gray Summit	gray-summit	MO	071		38.503	-90.8292	4
63055	Labadie	labadie	MO	071		38.52	-90.877	4
63056	Leslie	leslie	MO	071		38.4555	-91.2328	4
63060	Lonedell	lonedell	MO	071		38.2743	-90.8903	4
63061	Luebbering	luebbering	MO	071		38.2615	-90.8027	4
63068	New Haven	new-haven	MO	071		38.574	-91.2291	4
63069	Pacific	pacific	MO	071		38.4922	-90.748	4
63072	Robertsville	robertsville	MO	071		38.3816	-90.8016	4
63073	Saint Albans	saint-albans	MO	071		38.5792	-90.7751	4
63077	Saint Clair	saint-clair	MO	071		38.3299	-90.9713	4
63079	Stanton	stanton	MO	071		38.2745	-91.1057	4
63080	Sullivan	sullivan	MO	071		38.2307	-91.1567	4
63084	Union	union	MO	071		38.4456	-91.0206	4
63089	Villa Ridge	villa-ridge	MO	071		38.4601	-90.8822	4
63090	Washington	washington	MO	071		38.5459	-91.0193	4
63091	Rosebud	rosebud	MO	073		38.3853	-91.3974	4
65014	Bland	bland	MO	073		38.3074	-91.6263	4
65036	Gasconade	gasconade	MO	073		38.6703	-91.5592	4
65041	Hermann	hermann	MO	073		38.5876	-91.4991	4
65061	Morrison	morrison	MO	073		38.606	-91.658	4
65062	Mount Sterling	mount-sterling	MO	073		38.4956	-91.6515	4
65066	Owensville	owensville	MO	073		38.3511	-91.4867	4
64402	Albany	albany	MO	075		40.2513	-94.327	4
64438	Darlington	darlington	MO	075		40.1955	-94.4049	4
64453	Gentry	gentry	MO	075		40.3411	-94.4142	4
64463	King City	king-city	MO	075		40.0652	-94.5234	4
64489	Stanberry	stanberry	MO	075		40.2293	-94.5387	4
64657	Mc Fall	mc-fall	MO	075		40.1051	-94.3003	1
65604	Ash Grove	ash-grove	MO	077		37.316	-93.5781	4
65612	Bois D Arc	bois-d-arc	MO	077		37.2214	-93.5447	4
65619	Brookline	brookline	MO	077		37.1634	-93.4202	4
65648	Fair Grove	fair-grove	MO	077		37.3721	-93.1428	4
65738	Republic	republic	MO	077		37.123	-93.48	4
65757	Strafford	strafford	MO	077		37.2797	-93.1066	4
65765	Turners	turners	MO	077		37.1809	-93.1555	4
65770	Walnut Grove	walnut-grove	MO	077		37.3943	-93.5044	4
65781	Willard	willard	MO	077		37.2962	-93.4259	4
65801	Springfield	springfield	MO	077		37.2581	-93.3437	4
65802	Springfield	springfield	MO	077		37.2117	-93.299	4
65803	Springfield	springfield	MO	077		37.2593	-93.2912	4
65804	Springfield	springfield	MO	077		37.1654	-93.2522	4
65805	Springfield	springfield	MO	077		37.2581	-93.3437	4
65806	Springfield	springfield	MO	077		37.2031	-93.2971	4
65807	Springfield	springfield	MO	077		37.1668	-93.3085	4
65808	Springfield	springfield	MO	077		37.2581	-93.3437	4
65809	Springfield	springfield	MO	077		37.1852	-93.2057	4
65810	Springfield	springfield	MO	077		37.1136	-93.2896	4
65814	Springfield	springfield	MO	077		37.2581	-93.3437	4
65817	Springfield	springfield	MO	077		37.2581	-93.3437	4
65890	Springfield	springfield	MO	077		37.2581	-93.3437	4
65897	Springfield	springfield	MO	077		37.1987	-93.2784	4
65898	Springfield	springfield	MO	077		37.2153	-93.2982	4
65899	Springfield	springfield	MO	077		37.1815	-93.2596	4
64641	Galt	galt	MO	079		40.144	-93.3953	4
64652	Laredo	laredo	MO	079		40.0144	-93.4407	4
64679	Spickard	spickard	MO	079		40.2439	-93.5944	4
64683	Trenton	trenton	MO	079		40.0823	-93.6086	4
64424	Bethany	bethany	MO	081		40.2601	-94.0189	4
64426	Blythedale	blythedale	MO	081		40.5024	-93.8954	4
64442	Eagleville	eagleville	MO	081		40.4912	-93.9951	4
64458	Hatfield	hatfield	MO	081		40.5219	-94.1691	4
64467	Martinsville	martinsville	MO	081		40.3662	-94.1645	4
64471	New Hampton	new-hampton	MO	081		40.2444	-94.1786	4
64481	Ridgeway	ridgeway	MO	081		40.3999	-93.9575	4
64632	Cainsville	cainsville	MO	081		40.4578	-93.759	4
64726	Blairstown	blairstown	MO	083		38.5319	-93.9221	4
64735	Clinton	clinton	MO	083		38.4018	-93.785	4
64740	Deepwater	deepwater	MO	083		38.2432	-93.7303	4
64770	Montrose	montrose	MO	083		38.2597	-93.9952	4
64788	Urich	urich	MO	083		38.4449	-93.9785	4
65323	Calhoun	calhoun	MO	083		38.4858	-93.6459	4
65360	Windsor	windsor	MO	083		38.5272	-93.5269	4
65634	Cross Timbers	cross-timbers	MO	085		38.0239	-93.1978	4
65668	Hermitage	hermitage	MO	085		37.8969	-93.2979	4
65724	Pittsburg	pittsburg	MO	085		37.8442	-93.3356	4
65732	Preston	preston	MO	085		37.939	-93.1713	4
65735	Quincy	quincy	MO	085		38.0084	-93.4724	4
65774	Weaubleau	weaubleau	MO	085		37.8906	-93.5419	4
65779	Wheatland	wheatland	MO	085		37.9103	-93.3981	4
64437	Craig	craig	MO	087		40.1267	-95.3291	4
64451	Forest City	forest-city	MO	087		39.9897	-95.1916	4
64466	Maitland	maitland	MO	087		40.1991	-95.0927	4
64470	Mound City	mound-city	MO	087		40.1362	-95.2138	4
64473	Oregon	oregon	MO	087		39.9809	-95.1234	4
65230	Armstrong	armstrong	MO	089		39.2566	-92.709	4
65248	Fayette	fayette	MO	089		39.143	-92.6583	4
65250	Franklin	franklin	MO	089		39.0668	-92.8316	4
65254	Glasgow	glasgow	MO	089		39.2257	-92.8318	4
65274	New Franklin	new-franklin	MO	089		39.02	-92.7386	4
65548	Mountain View	mountain-view	MO	091		36.9892	-91.7099	4
65626	Caulfield	caulfield	MO	091		36.6035	-92.0678	4
65688	Brandsville	brandsville	MO	091		36.6488	-91.6976	4
65775	West Plains	west-plains	MO	091		36.7284	-91.8717	4
65777	Moody	moody	MO	091		36.533	-91.9898	4
65788	Peace Valley	peace-valley	MO	091		36.8091	-91.6938	4
65789	Pomona	pomona	MO	091		36.8441	-91.9137	4
65790	Pottersville	pottersville	MO	091		36.7068	-92.044	4
65793	Willow Springs	willow-springs	MO	091		36.9958	-91.9405	4
63620	Annapolis	annapolis	MO	093		37.3981	-90.6702	4
63621	Arcadia	arcadia	MO	093		37.4871	-90.6062	4
63623	Belleview	belleview	MO	093		37.682	-90.7991	4
63636	Des Arc	des-arc	MO	093		37.2955	-90.6279	4
63650	Ironton	ironton	MO	093		37.6168	-90.5985	4
63656	Middle Brook	middle-brook	MO	093		37.5055	-90.845	1
63663	Pilot Knob	pilot-knob	MO	093		37.625	-90.646	4
63675	Vulcan	vulcan	MO	093		37.306	-90.7106	4
65439	Bixby	bixby	MO	093		37.6603	-91.1151	4
65566	Viburnum	viburnum	MO	093		37.7151	-91.1289	4
64002	Lees Summit	lees-summit	MO	095		38.9285	-94.3983	4
64013	Blue Springs	blue-springs	MO	095		39.017	-94.2816	4
64014	Blue Springs	blue-springs	MO	095		39.0152	-94.2604	4
64015	Blue Springs	blue-springs	MO	095		39.015	-94.3118	4
64016	Buckner	buckner	MO	095		39.1303	-94.2062	4
64029	Grain Valley	grain-valley	MO	095		39.0274	-94.2087	4
64030	Grandview	grandview	MO	095		38.8819	-94.5205	4
64034	Greenwood	greenwood	MO	095		38.8644	-94.2815	4
64050	Independence	independence	MO	095		39.0983	-94.4111	4
64051	Independence	independence	MO	095		39.0911	-94.4155	4
64052	Independence	independence	MO	095		39.075	-94.4499	4
64053	Independence	independence	MO	095		39.105	-94.4625	4
64054	Independence	independence	MO	095		39.11	-94.4401	4
64055	Independence	independence	MO	095		39.0545	-94.4039	4
64056	Independence	independence	MO	095		39.1177	-94.3596	4
64057	Independence	independence	MO	095		39.0731	-94.3533	4
64058	Independence	independence	MO	095		39.1412	-94.3515	4
64063	Lees Summit	lees-summit	MO	095		38.912	-94.3517	4
64064	Lees Summit	lees-summit	MO	095		38.9953	-94.3652	4
64065	Lees Summit	lees-summit	MO	095		38.9529	-94.4058	4
64066	Levasy	levasy	MO	095		39.1356	-94.133	4
64070	Lone Jack	lone-jack	MO	095		38.8918	-94.1615	4
64075	Oak Grove	oak-grove	MO	095		38.9985	-94.1399	4
64081	Lees Summit	lees-summit	MO	095		38.9142	-94.4073	4
64082	Lees Summit	lees-summit	MO	095		38.8518	-94.3944	4
64086	Lees Summit	lees-summit	MO	095		38.944	-94.2881	4
64088	Sibley	sibley	MO	095		39.1584	-94.1844	4
64101	Kansas City	kansas-city	MO	095		39.1024	-94.5986	4
64102	Kansas City	kansas-city	MO	095		39.0861	-94.6066	4
64105	Kansas City	kansas-city	MO	095		39.1025	-94.5901	4
64106	Kansas City	kansas-city	MO	095		39.1052	-94.5699	4
64108	Kansas City	kansas-city	MO	095		39.0837	-94.5868	4
64109	Kansas City	kansas-city	MO	095		39.0663	-94.5674	4
64110	Kansas City	kansas-city	MO	095		39.0361	-94.5722	4
64111	Kansas City	kansas-city	MO	095		39.0565	-94.5929	4
64112	Kansas City	kansas-city	MO	095		39.0382	-94.5929	4
64113	Kansas City	kansas-city	MO	095		39.0123	-94.5938	4
64114	Kansas City	kansas-city	MO	095		38.9621	-94.5959	4
64120	Kansas City	kansas-city	MO	095		39.1222	-94.5487	4
64121	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64123	Kansas City	kansas-city	MO	095		39.1136	-94.5235	4
64124	Kansas City	kansas-city	MO	095		39.1068	-94.5394	4
64125	Kansas City	kansas-city	MO	095		39.1042	-94.4923	4
64126	Kansas City	kansas-city	MO	095		39.0923	-94.5047	4
64127	Kansas City	kansas-city	MO	095		39.0883	-94.5366	4
64128	Kansas City	kansas-city	MO	095		39.0659	-94.5386	4
64129	Kansas City	kansas-city	MO	095		39.0401	-94.4951	4
64130	Kansas City	kansas-city	MO	095		39.0351	-94.5467	4
64131	Kansas City	kansas-city	MO	095		38.9713	-94.5774	4
64132	Kansas City	kansas-city	MO	095		38.9911	-94.5522	4
64133	Kansas City	kansas-city	MO	095		39.0323	-94.47	4
64134	Kansas City	kansas-city	MO	095		38.9296	-94.5009	4
64136	Kansas City	kansas-city	MO	095		39.0187	-94.4008	4
64137	Kansas City	kansas-city	MO	095		38.9299	-94.5405	4
64138	Kansas City	kansas-city	MO	095		38.9528	-94.4705	4
64139	Kansas City	kansas-city	MO	095		38.9659	-94.4061	4
64141	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64145	Kansas City	kansas-city	MO	095		38.8977	-94.5976	4
64146	Kansas City	kansas-city	MO	095		38.8973	-94.5764	4
64147	Kansas City	kansas-city	MO	095		38.8549	-94.5568	4
64148	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64149	Kansas City	kansas-city	MO	095		38.8606	-94.4636	4
64170	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64171	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64179	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64180	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64184	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64187	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64188	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64191	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64196	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64197	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64198	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64199	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64999	Kansas City	kansas-city	MO	095		39.0997	-94.5786	4
64755	Jasper	jasper	MO	097		37.3362	-94.3013	4
64801	Joplin	joplin	MO	097		37.0969	-94.5051	4
64802	Joplin	joplin	MO	097		37.0842	-94.5133	4
64803	Joplin	joplin	MO	097		37.0842	-94.5133	4
64804	Joplin	joplin	MO	097		37.0465	-94.5103	4
64830	Alba	alba	MO	097		37.2367	-94.418	4
64832	Asbury	asbury	MO	097		37.2942	-94.5655	4
64833	Avilla	avilla	MO	097		37.1953	-94.1297	4
64834	Carl Junction	carl-junction	MO	097		37.1795	-94.555	4
64835	Carterville	carterville	MO	097		37.1507	-94.4359	4
64836	Carthage	carthage	MO	097		37.1597	-94.3112	4
64841	Duenweg	duenweg	MO	097		37.076	-94.4071	4
64848	La Russell	la-russell	MO	097		37.1739	-94.0329	4
64849	Neck City	neck-city	MO	097		37.257	-94.4444	4
64855	Oronogo	oronogo	MO	097		37.2717	-94.4865	4
64857	Purcell	purcell	MO	097		37.2423	-94.4352	4
64859	Reeds	reeds	MO	097		37.1225	-94.1613	4
64862	Sarcoxie	sarcoxie	MO	097		37.0724	-94.1151	4
64870	Webb City	webb-city	MO	097		37.144	-94.4727	4
63010	Arnold	arnold	MO	099		38.4305	-90.387	4
63012	Barnhart	barnhart	MO	099		38.3384	-90.4142	4
63016	Cedar Hill	cedar-hill	MO	099		38.3573	-90.6498	4
63019	Crystal City	crystal-city	MO	099		38.23	-90.3825	4
63020	De Soto	de-soto	MO	099		38.1204	-90.5546	4
63023	Dittmer	dittmer	MO	099		38.3155	-90.6911	4
63028	Festus	festus	MO	099		38.1879	-90.4286	4
63030	Fletcher	fletcher	MO	099		38.1659	-90.7335	4
63041	Grubville	grubville	MO	099		38.251	-90.7901	4
63047	Hematite	hematite	MO	099		38.202	-90.481	4
63048	Herculaneum	herculaneum	MO	099		38.2625	-90.3896	4
63049	High Ridge	high-ridge	MO	099		38.4728	-90.5281	4
63050	Hillsboro	hillsboro	MO	099		38.2586	-90.5782	4
63051	House Springs	house-springs	MO	099		38.4131	-90.5575	4
63052	Imperial	imperial	MO	099		38.4069	-90.4381	4
63053	Kimmswick	kimmswick	MO	099		38.3653	-90.3629	4
63057	Liguori	liguori	MO	099		38.3419	-90.4082	1
63065	Mapaville	mapaville	MO	099		38.2489	-90.4835	4
63066	Morse Mill	morse-mill	MO	099		38.2809	-90.6521	4
63070	Pevely	pevely	MO	099		38.2799	-90.4111	4
64019	Centerview	centerview	MO	101		38.7897	-93.8702	4
64040	Holden	holden	MO	101		38.7186	-93.9856	4
64061	Kingsville	kingsville	MO	101		38.8178	-94.0462	4
64093	Warrensburg	warrensburg	MO	101		38.7667	-93.7273	4
64733	Chilhowee	chilhowee	MO	101		38.6126	-93.8653	4
64761	Leeton	leeton	MO	101		38.5831	-93.6947	4
65305	Whiteman Air Force Base	whiteman-air-force-base	MO	101		38.7318	-93.5731	4
65336	Knob Noster	knob-noster	MO	101		38.7667	-93.5585	4
63446	Knox City	knox-city	MO	103		40.1384	-92.0077	4
63458	Newark	newark	MO	103		39.9931	-91.973	4
63460	Novelty	novelty	MO	103		40.0125	-92.2082	4
63464	Plevna	plevna	MO	103		39.9765	-92.0852	4
63531	Baring	baring	MO	103		40.2509	-92.2311	4
63537	Edina	edina	MO	103		40.1795	-92.1455	4
63547	Hurdland	hurdland	MO	103		40.1609	-92.2791	4
65463	Eldridge	eldridge	MO	105		37.8346	-92.7382	4
65470	Falcon	falcon	MO	105		37.6061	-92.3466	4
65536	Lebanon	lebanon	MO	105		37.685	-92.655	4
65543	Lynchburg	lynchburg	MO	105		37.5054	-92.3202	4
65632	Conway	conway	MO	105		37.5085	-92.7891	4
65722	Phillipsburg	phillipsburg	MO	105		37.5832	-92.7416	4
64001	Alma	alma	MO	107		39.1048	-93.5429	4
64011	Bates City	bates-city	MO	107		39.0219	-94.0798	4
64020	Concordia	concordia	MO	107		38.9776	-93.5812	4
64021	Corder	corder	MO	107		39.1024	-93.6391	4
64022	Dover	dover	MO	107		39.1926	-93.6684	4
64037	Higginsville	higginsville	MO	107		39.0705	-93.7133	4
64067	Lexington	lexington	MO	107		39.1742	-93.8714	4
64071	Mayview	mayview	MO	107		39.0459	-93.8353	4
64074	Napoleon	napoleon	MO	107		39.114	-94.0709	4
64076	Odessa	odessa	MO	107		38.9829	-93.9757	4
64096	Waverly	waverly	MO	107		39.2055	-93.5257	4
64097	Wellington	wellington	MO	107		39.1258	-93.9855	4
65327	Emma	emma	MO	107		38.9717	-93.4947	4
65605	Aurora	aurora	MO	109		36.9709	-93.718	4
65654	Freistatt	freistatt	MO	109		37.0211	-93.8974	4
65664	Halltown	halltown	MO	109		37.1944	-93.6275	4
65705	Marionville	marionville	MO	109		37.0009	-93.6413	4
65707	Miller	miller	MO	109		37.2225	-93.8422	4
65712	Mount Vernon	mount-vernon	MO	109		37.1045	-93.7976	4
65723	Pierce City	pierce-city	MO	109		36.973	-94.0024	4
65756	Stotts City	stotts-city	MO	109		37.1031	-93.9543	4
65769	Verona	verona	MO	109		36.937	-93.8005	4
63435	Canton	canton	MO	111		40.1437	-91.548	4
63438	Durham	durham	MO	111		39.9625	-91.6704	4
63440	Ewing	ewing	MO	111		39.9962	-91.7216	4
63447	La Belle	la-belle	MO	111		40.1164	-91.9171	4
63448	La Grange	la-grange	MO	111		40.0391	-91.5182	4
63452	Lewistown	lewistown	MO	111		40.0867	-91.8157	4
63457	Monticello	monticello	MO	111		40.1184	-91.7121	4
63473	Williamstown	williamstown	MO	111		40.2491	-91.7852	4
63343	Elsberry	elsberry	MO	113		39.159	-90.816	4
63347	Foley	foley	MO	113		39.053	-90.7775	4
63349	Hawk Point	hawk-point	MO	113		38.9766	-91.1211	4
63362	Moscow Mills	moscow-mills	MO	113		38.9482	-90.9138	4
63369	Old Monroe	old-monroe	MO	113		38.9346	-90.7782	4
63370	Olney	olney	MO	113		39.0839	-91.2432	4
63377	Silex	silex	MO	113		39.1166	-91.037	4
63379	Troy	troy	MO	113		39.0012	-90.9624	4
63381	Truxton	truxton	MO	113		38.967	-91.2126	4
63387	Whiteside	whiteside	MO	113		39.1853	-91.0168	4
63389	Winfield	winfield	MO	113		38.9897	-90.8213	4
63557	New Boston	new-boston	MO	115		39.9332	-92.916	4
64628	Brookfield	brookfield	MO	115		39.7846	-93.0719	4
64630	Browning	browning	MO	115		40.029	-93.1607	4
64631	Bucklin	bucklin	MO	115		39.8006	-92.8928	4
64651	Laclede	laclede	MO	115		39.7837	-93.168	4
64653	Linneus	linneus	MO	115		39.9099	-93.1885	4
64658	Marceline	marceline	MO	115		39.7125	-92.9455	4
64659	Meadville	meadville	MO	115		39.7795	-93.3014	4
64674	Purdin	purdin	MO	115		39.9529	-93.17	4
64601	Chillicothe	chillicothe	MO	117		39.7966	-93.5509	4
64635	Chula	chula	MO	117		39.9226	-93.4841	4
64638	Dawn	dawn	MO	117		39.6665	-93.5964	4
64656	Ludlow	ludlow	MO	117		39.6551	-93.7046	4
64664	Mooresville	mooresville	MO	117		39.7425	-93.7169	4
64686	Utica	utica	MO	117		39.7417	-93.6289	4
64688	Wheeling	wheeling	MO	117		39.8011	-93.3868	4
64831	Anderson	anderson	MO	119		36.6506	-94.4436	4
64843	Goodman	goodman	MO	119		36.7323	-94.3986	4
64847	Lanagan	lanagan	MO	119		36.606	-94.4551	4
64854	Noel	noel	MO	119		36.5417	-94.4906	4
64856	Pineville	pineville	MO	119		36.574	-94.377	4
64861	Rocky Comfort	rocky-comfort	MO	119		36.7175	-94.1091	4
64863	South West City	south-west-city	MO	119		36.5319	-94.5961	4
64868	Tiff City	tiff-city	MO	119		36.6684	-94.6172	4
65730	Powell	powell	MO	119		36.6237	-94.1773	4
63431	Anabel	anabel	MO	121		39.7428	-92.328	4
63530	Atlanta	atlanta	MO	121		39.9146	-92.475	4
63532	Bevier	bevier	MO	121		39.7497	-92.5619	4
63534	Callao	callao	MO	121		39.7448	-92.6351	4
63538	Elmer	elmer	MO	121		39.9415	-92.6424	4
63539	Ethel	ethel	MO	121		39.9146	-92.7664	4
63549	La Plata	la-plata	MO	121		40.0208	-92.5077	4
63552	Macon	macon	MO	121		39.7481	-92.4622	4
63558	New Cambria	new-cambria	MO	121		39.7551	-92.7695	4
65247	Excello	excello	MO	121		39.6455	-92.4757	4
63645	Fredericktown	fredericktown	MO	123		37.4906	-90.3362	4
63655	Marquand	marquand	MO	123		37.4274	-90.1741	4
65013	Belle	belle	MO	125		38.2711	-91.7303	4
65443	Brinktown	brinktown	MO	125		38.1483	-92.1015	4
65580	Vichy	vichy	MO	125		38.098	-91.7788	4
65582	Vienna	vienna	MO	125		38.1919	-91.9422	4
63401	Hannibal	hannibal	MO	127		39.7064	-91.3839	4
63454	Maywood	maywood	MO	127		39.9333	-91.6148	4
63461	Palmyra	palmyra	MO	127		39.7913	-91.5368	4
63463	Philadelphia	philadelphia	MO	127		39.8359	-91.7538	4
63471	Taylor	taylor	MO	127		39.9145	-91.5278	4
64661	Mercer	mercer	MO	129		40.5169	-93.5242	4
64673	Princeton	princeton	MO	129		40.3855	-93.5774	4
65017	Brumley	brumley	MO	131		38.0709	-92.4747	4
65026	Eldon	eldon	MO	131		38.3401	-92.5736	4
65047	Kaiser	kaiser	MO	131		38.1637	-92.5799	4
65064	Olean	olean	MO	131		38.4109	-92.5294	4
65075	Saint Elizabeth	saint-elizabeth	MO	131		38.2712	-92.2635	4
65082	Tuscumbia	tuscumbia	MO	131		38.2181	-92.4461	4
65083	Ulman	ulman	MO	131		38.1505	-92.433	4
65486	Iberia	iberia	MO	131		38.1219	-92.2989	4
63820	Anniston	anniston	MO	133		36.8259	-89.3279	4
63823	Bertrand	bertrand	MO	133		36.8927	-89.4483	4
63834	Charleston	charleston	MO	133		36.9213	-89.3342	4
63845	East Prairie	east-prairie	MO	133		36.7776	-89.3726	4
63881	Wolf Island	wolf-island	MO	133		36.7392	-89.2103	4
63882	Wyatt	wyatt	MO	133		36.9092	-89.2226	4
65018	California	california	MO	135		38.6224	-92.5456	4
65025	Clarksburg	clarksburg	MO	135		38.6432	-92.6729	4
65034	Fortuna	fortuna	MO	135		38.5667	-92.798	4
65042	High Point	high-point	MO	135		38.6749	-92.6109	4
65046	Jamestown	jamestown	MO	135		38.7793	-92.4807	4
65050	Latham	latham	MO	135		38.5466	-92.6817	4
65055	Mc Girk	mc-girk	MO	135		38.6749	-92.6109	1
65081	Tipton	tipton	MO	135		38.6548	-92.7814	4
63456	Monroe City	monroe-city	MO	137		39.6546	-91.723	4
65258	Holliday	holliday	MO	137		39.4904	-92.1318	4
65263	Madison	madison	MO	137		39.4615	-92.2287	4
65275	Paris	paris	MO	137		39.4932	-92.0113	4
65282	Santa Fe	santa-fe	MO	137		39.3989	-91.8294	4
65283	Stoutsville	stoutsville	MO	137		39.5594	-91.8297	4
63333	Bellflower	bellflower	MO	139		39.0012	-91.3489	4
63350	High Hill	high-hill	MO	139		38.8902	-91.3715	4
63351	Jonesburg	jonesburg	MO	139		38.8717	-91.3019	4
63359	Middletown	middletown	MO	139		39.1055	-91.3873	4
63361	Montgomery City	montgomery-city	MO	139		38.9839	-91.5085	4
63363	New Florence	new-florence	MO	139		38.9023	-91.4909	4
63384	Wellsville	wellsville	MO	139		39.0765	-91.5645	4
65069	Rhineland	rhineland	MO	139		38.7942	-91.5737	4
65011	Barnett	barnett	MO	141		38.3967	-92.6686	4
65037	Gravois Mills	gravois-mills	MO	141		38.2584	-92.823	4
65038	Laurie	laurie	MO	141		38.1992	-92.8335	4
09237	APO AE	apo-ae				50.1155	8.6842	
65072	Rocky Mount	rocky-mount	MO	141		38.2911	-92.7059	4
65078	Stover	stover	MO	141		38.4414	-92.9947	4
65084	Versailles	versailles	MO	141		38.4365	-92.8258	4
65329	Florence	florence	MO	141		38.6101	-92.9986	4
65354	Syracuse	syracuse	MO	141		38.6547	-92.8929	4
63828	Canalou	canalou	MO	143		36.7504	-89.6918	4
63833	Catron	catron	MO	143		36.6876	-89.7706	4
63848	Gideon	gideon	MO	143		36.4538	-89.9135	4
63860	Kewanee	kewanee	MO	143		36.6726	-89.5639	4
63862	Lilbourn	lilbourn	MO	143		36.5853	-89.6112	4
63866	Marston	marston	MO	143		36.519	-89.6126	4
63867	Matthews	matthews	MO	143		36.7154	-89.6287	4
63868	Morehouse	morehouse	MO	143		36.8504	-89.6847	4
63869	New Madrid	new-madrid	MO	143		36.6073	-89.5366	4
63870	Parma	parma	MO	143		36.5856	-89.819	4
63873	Portageville	portageville	MO	143		36.4279	-89.7002	4
63874	Risco	risco	MO	143		36.5534	-89.8179	4
63878	Tallapoosa	tallapoosa	MO	143		36.503	-89.8224	4
64840	Diamond	diamond	MO	145		37.006	-94.3204	4
64842	Fairview	fairview	MO	145		36.8254	-94.0912	4
64844	Granby	granby	MO	145		36.9066	-94.2643	4
64850	Neosho	neosho	MO	145		36.8706	-94.3862	4
64853	Newtonia	newtonia	MO	145		36.8767	-94.1855	4
64858	Racine	racine	MO	145		36.901	-94.5321	4
64864	Saginaw	saginaw	MO	145		37.024	-94.4683	4
64865	Seneca	seneca	MO	145		36.8408	-94.5781	4
64866	Stark City	stark-city	MO	145		36.8785	-94.1548	4
64867	Stella	stella	MO	145		36.7516	-94.2086	4
64873	Wentworth	wentworth	MO	145		37.0177	-94.0514	4
64423	Barnard	barnard	MO	147		40.1862	-94.8056	4
64428	Burlington Junction	burlington-junction	MO	147		40.4475	-95.063	4
64431	Clearmont	clearmont	MO	147		40.5175	-95.0055	4
64432	Clyde	clyde	MO	147		40.2635	-94.6687	4
64433	Conception	conception	MO	147		40.2428	-94.6869	4
64434	Conception Junction	conception-junction	MO	147		40.2659	-94.6915	4
64445	Elmo	elmo	MO	147		40.5185	-95.1236	4
64455	Graham	graham	MO	147		40.2012	-95.0121	4
64457	Guilford	guilford	MO	147		40.1746	-94.6951	4
64461	Hopkins	hopkins	MO	147		40.5483	-94.8189	4
64468	Maryville	maryville	MO	147		40.3434	-94.8735	4
64475	Parnell	parnell	MO	147		40.44	-94.6233	4
64476	Pickering	pickering	MO	147		40.4591	-94.8411	4
64479	Ravenwood	ravenwood	MO	147		40.3579	-94.6805	4
64487	Skidmore	skidmore	MO	147		40.2896	-95.0792	4
65606	Alton	alton	MO	149		36.6929	-91.3971	1
65690	Couch	couch	MO	149		36.5853	-91.2724	4
65692	Koshkonong	koshkonong	MO	149		36.6056	-91.6304	4
65778	Myrtle	myrtle	MO	149		36.5217	-91.2706	4
65791	Thayer	thayer	MO	149		36.5327	-91.5418	4
65001	Argyle	argyle	MO	151		38.2986	-92.0155	4
65016	Bonnots Mill	bonnots-mill	MO	151		38.5533	-91.9293	4
65024	Chamois	chamois	MO	151		38.6527	-91.7697	4
65035	Freeburg	freeburg	MO	151		38.3551	-91.9276	4
65048	Koeltztown	koeltztown	MO	151		38.3615	-92.0468	4
65051	Linn	linn	MO	151		38.4739	-91.8195	4
65054	Loose Creek	loose-creek	MO	151		38.4717	-91.9591	4
65058	Meta	meta	MO	151		38.25	-92.1358	4
65085	Westphalia	westphalia	MO	151		38.427	-92.0392	4
65609	Bakersfield	bakersfield	MO	153		36.5332	-92.1507	4
65618	Brixey	brixey	MO	153		36.759	-92.4026	4
65637	Dora	dora	MO	153		36.756	-92.2378	4
65655	Gainesville	gainesville	MO	153		36.5901	-92.4162	4
65666	Hardenville	hardenville	MO	153		36.5892	-92.3713	4
65676	Isabella	isabella	MO	153		36.5749	-92.6053	4
65715	Noble	noble	MO	153		36.7441	-92.5769	4
65729	Pontiac	pontiac	MO	153		36.5156	-92.6038	4
65741	Rockbridge	rockbridge	MO	153		36.7895	-92.4091	4
65760	Tecumseh	tecumseh	MO	153		36.5875	-92.2598	4
65761	Theodosia	theodosia	MO	153		36.583	-92.6628	4
65762	Thornfield	thornfield	MO	153		36.6875	-92.6534	4
65766	Udall	udall	MO	153		36.544	-92.2588	4
65773	Wasola	wasola	MO	153		36.7573	-92.5093	4
65784	Zanoni	zanoni	MO	153		36.6862	-92.3318	4
63826	Braggadocio	braggadocio	MO	155		36.1753	-89.8295	4
63827	Bragg City	bragg-city	MO	155		36.2732	-89.8736	4
63830	Caruthersville	caruthersville	MO	155		36.1802	-89.6683	4
63839	Cooter	cooter	MO	155		36.0476	-89.8091	4
63840	Deering	deering	MO	155		36.1909	-89.8829	4
63849	Gobler	gobler	MO	155		36.159	-89.9349	4
63851	Hayti	hayti	MO	155		36.2337	-89.7495	4
63853	Holland	holland	MO	155		36.0559	-89.8709	4
63877	Steele	steele	MO	155		36.0915	-89.8346	4
63879	Wardell	wardell	MO	155		36.3478	-89.8181	4
63732	Altenburg	altenburg	MO	157		37.6279	-89.5745	4
63737	Brazeau	brazeau	MO	157		37.6633	-89.6529	4
63746	Farrar	farrar	MO	157		37.7078	-89.6948	4
63748	Frohna	frohna	MO	157		37.6686	-89.6619	4
63775	Perryville	perryville	MO	157		37.7174	-89.8737	4
63776	Mc Bride	mc-bride	MO	157		37.7348	-89.8116	1
63783	Uniontown	uniontown	MO	157		37.6073	-89.6798	4
65301	Sedalia	sedalia	MO	159		38.6961	-93.2323	4
65302	Sedalia	sedalia	MO	159		38.7045	-93.2283	4
65332	Green Ridge	green-ridge	MO	159		38.619	-93.4374	4
65333	Houstonia	houstonia	MO	159		38.9106	-93.3325	4
65334	Hughesville	hughesville	MO	159		38.8494	-93.2159	4
65337	La Monte	la-monte	MO	159		38.7753	-93.4313	4
65345	Mora	mora	MO	159		38.5207	-93.2272	4
65350	Smithton	smithton	MO	159		38.66	-93.1088	4
65401	Rolla	rolla	MO	161		37.9485	-91.7603	4
65402	Rolla	rolla	MO	161		37.9514	-91.7713	4
65409	Rolla	rolla	MO	161		37.9514	-91.7713	4
65436	Beulah	beulah	MO	161		37.6158	-91.9064	4
65461	Duke	duke	MO	161		37.6603	-92.0107	4
65462	Edgar Springs	edgar-springs	MO	161		37.7365	-91.8906	4
65529	Jerome	jerome	MO	161		37.9262	-91.9777	4
65550	Newburg	newburg	MO	161		37.9008	-91.8807	4
65559	Saint James	saint-james	MO	161		38.0056	-91.6076	4
63330	Annada	annada	MO	163		39.2558	-90.8224	4
63334	Bowling Green	bowling-green	MO	163		39.3346	-91.1962	4
63336	Clarksville	clarksville	MO	163		39.3465	-90.9362	4
63339	Curryville	curryville	MO	163		39.3257	-91.3493	4
63344	Eolia	eolia	MO	163		39.2431	-91.0093	4
63353	Louisiana	louisiana	MO	163		39.4336	-91.0664	4
63433	Ashburn	ashburn	MO	163		39.561	-91.1844	4
63441	Frankford	frankford	MO	163		39.4892	-91.3031	4
64018	Camden Point	camden-point	MO	165		39.4515	-94.7444	4
64028	Farley	farley	MO	165		39.2839	-94.8302	4
64079	Platte City	platte-city	MO	165		39.3602	-94.789	4
64092	Waldron	waldron	MO	165		39.2289	-94.8057	4
64098	Weston	weston	MO	165		39.4453	-94.9145	4
64150	Riverside	riverside	MO	165		39.1776	-94.6321	4
64151	Kansas City	kansas-city	MO	165		39.2127	-94.6383	4
64152	Kansas City	kansas-city	MO	165		39.2176	-94.7238	4
64153	Kansas City	kansas-city	MO	165		39.2627	-94.697	4
64154	Kansas City	kansas-city	MO	165		39.2547	-94.6354	4
64163	Kansas City	kansas-city	MO	165		39.3402	-94.6908	4
64164	Kansas City	kansas-city	MO	165		39.3426	-94.6446	4
64168	Kansas City	kansas-city	MO	165		39.3432	-94.8516	4
64190	Kansas City	kansas-city	MO	165		39.3432	-94.8516	4
64195	Kansas City	kansas-city	MO	165		39.3432	-94.8516	4
64439	Dearborn	dearborn	MO	165		39.5172	-94.7664	4
64444	Edgerton	edgerton	MO	165		39.4742	-94.6352	4
65601	Aldrich	aldrich	MO	167		37.5057	-93.5576	4
65613	Bolivar	bolivar	MO	167		37.6085	-93.4126	4
65617	Brighton	brighton	MO	167		37.4728	-93.3603	4
65640	Dunnegan	dunnegan	MO	167		37.7031	-93.5216	4
65645	Eudora	eudora	MO	167		37.4767	-93.5397	4
65649	Fair Play	fair-play	MO	167		37.6335	-93.6064	4
65650	Flemington	flemington	MO	167		37.7803	-93.4471	4
65663	Half Way	half-way	MO	167		37.6018	-93.242	1
65674	Humansville	humansville	MO	167		37.7923	-93.5795	4
65710	Morrisville	morrisville	MO	167		37.4686	-93.4275	4
65725	Pleasant Hope	pleasant-hope	MO	167		37.4615	-93.2617	4
65727	Polk	polk	MO	167		37.7292	-93.2994	4
65452	Crocker	crocker	MO	169		37.9446	-92.27	4
65457	Devils Elbow	devils-elbow	MO	169		37.8512	-92.0569	4
65459	Dixon	dixon	MO	169		37.9848	-92.0897	4
65473	Fort Leonard Wood	fort-leonard-wood	MO	169		37.7677	-92.112	4
65534	Laquey	laquey	MO	169		37.6953	-92.2808	4
65556	Richland	richland	MO	169		37.8528	-92.3962	4
65583	Waynesville	waynesville	MO	169		37.7676	-92.2105	4
65584	Saint Robert	saint-robert	MO	169		37.8283	-92.131	4
63551	Livonia	livonia	MO	171		40.5112	-92.7241	4
63565	Unionville	unionville	MO	171		40.4815	-92.9951	4
63567	Worthington	worthington	MO	171		40.4084	-92.6888	4
64655	Lucerne	lucerne	MO	171		40.4382	-93.2867	4
64672	Powersville	powersville	MO	171		40.5492	-93.3002	4
63436	Center	center	MO	173		39.5154	-91.5398	4
63459	New London	new-london	MO	173		39.5917	-91.396	4
63462	Perry	perry	MO	173		39.4207	-91.6641	4
63467	Saverton	saverton	MO	173		39.65	-91.2705	4
65239	Cairo	cairo	MO	175		39.5114	-92.44	4
65243	Clark	clark	MO	175		39.2811	-92.3427	4
65244	Clifton Hill	clifton-hill	MO	175		39.426	-92.6677	4
65257	Higbee	higbee	MO	175		39.3055	-92.5163	4
65259	Huntsville	huntsville	MO	175		39.4354	-92.553	4
65260	Jacksonville	jacksonville	MO	175		39.5791	-92.4315	4
65270	Moberly	moberly	MO	175		39.4202	-92.4358	4
65278	Renick	renick	MO	175		39.3414	-92.411	4
64017	Camden	camden	MO	177		39.2048	-94.0259	4
64035	Hardin	hardin	MO	177		39.3504	-93.8409	4
64036	Henrietta	henrietta	MO	177		39.2367	-93.9369	4
64062	Lawson	lawson	MO	177		39.4401	-94.1966	4
64077	Orrick	orrick	MO	177		39.2116	-94.1239	4
64084	Rayville	rayville	MO	177		39.3853	-94.0284	4
64085	Richmond	richmond	MO	177		39.2793	-93.9792	4
63625	Black	black	MO	179		37.5473	-90.9917	4
63629	Bunker	bunker	MO	179		37.4772	-91.1927	4
63633	Centerville	centerville	MO	179		37.4285	-90.9757	4
63638	Ellington	ellington	MO	179		37.2398	-90.9589	4
63654	Lesterville	lesterville	MO	179		37.482	-90.8425	4
63665	Redford	redford	MO	179		37.32	-90.8985	4
63666	Reynolds	reynolds	MO	179		37.4009	-91.0735	4
63931	Briar	briar	MO	181		36.661	-90.8508	4
63935	Doniphan	doniphan	MO	181		36.6501	-90.8106	4
63939	Fairdealing	fairdealing	MO	181		36.6704	-90.6335	4
63942	Gatewood	gatewood	MO	181		36.5626	-91.0703	4
63953	Naylor	naylor	MO	181		36.5843	-90.6124	4
63955	Oxly	oxly	MO	181		36.5874	-90.692	4
63301	Saint Charles	saint-charles	MO	183		38.8014	-90.5065	4
63302	Saint Charles	saint-charles	MO	183		38.7839	-90.4812	4
63303	Saint Charles	saint-charles	MO	183		38.7622	-90.5471	4
63304	Saint Charles	saint-charles	MO	183		38.7378	-90.6234	4
63332	Augusta	augusta	MO	183		38.5728	-90.8815	4
63338	Cottleville	cottleville	MO	183		38.7462	-90.654	4
63341	Defiance	defiance	MO	183		38.6616	-90.8302	4
63346	Flinthill	flinthill	MO	183		38.7509	-90.5368	1
63348	Foristell	foristell	MO	183		38.7626	-90.9343	4
63365	New Melle	new-melle	MO	183		38.7163	-90.8751	4
63366	O Fallon	o-fallon	MO	183		38.8239	-90.7427	4
63367	Lake Saint Louis	lake-saint-louis	MO	183		38.7936	-90.7854	4
63368	O Fallon	o-fallon	MO	183		38.7513	-90.7296	4
63373	Portage Des Sioux	portage-des-sioux	MO	183		38.9259	-90.3863	4
63376	Saint Peters	saint-peters	MO	183		38.7802	-90.6228	4
63385	Wentzville	wentzville	MO	183		38.802	-90.8534	4
63386	West Alton	west-alton	MO	183		38.8758	-90.2384	4
64724	Appleton City	appleton-city	MO	185		38.1848	-94.0229	4
64738	Collins	collins	MO	185		37.881	-93.6608	4
64763	Lowry City	lowry-city	MO	185		38.1404	-93.7114	4
64776	Osceola	osceola	MO	185		38.0286	-93.7536	4
64781	Roscoe	roscoe	MO	185		37.9728	-93.8122	4
63627	Bloomsdale	bloomsdale	MO	186		38.0451	-90.2805	4
63670	Sainte Genevieve	sainte-genevieve	MO	186		37.8655	-90.1752	4
63673	Saint Mary	saint-mary	MO	186		37.8325	-89.977	4
63036	French Village	french-village	MO	187		37.9961	-90.4005	4
63087	Valles Mines	valles-mines	MO	187		37.9998	-90.4407	4
63601	Park Hills	park-hills	MO	187		37.8498	-90.4885	4
63624	Bismarck	bismarck	MO	187		37.7539	-90.5984	4
63626	Blackwell	blackwell	MO	187		38.0544	-90.6279	4
63628	Bonne Terre	bonne-terre	MO	187		37.9231	-90.5554	4
63637	Doe Run	doe-run	MO	187		37.7348	-90.4968	4
63640	Farmington	farmington	MO	187		37.7773	-90.4094	4
63651	Knob Lick	knob-lick	MO	187		37.6754	-90.3677	4
63653	Leadwood	leadwood	MO	187		37.8577	-90.5879	4
63005	Chesterfield	chesterfield	MO	189		38.6318	-90.6142	4
63006	Chesterfield	chesterfield	MO	189		38.6631	-90.5771	4
63011	Ballwin	ballwin	MO	189		38.6091	-90.5598	4
63017	Chesterfield	chesterfield	MO	189		38.6491	-90.5358	4
63021	Ballwin	ballwin	MO	189		38.577	-90.5255	4
63022	Ballwin	ballwin	MO	189		38.5951	-90.5462	4
63024	Ballwin	ballwin	MO	189		38.5951	-90.5462	4
63025	Eureka	eureka	MO	189		38.5128	-90.6306	4
63026	Fenton	fenton	MO	189		38.5015	-90.4683	4
63031	Florissant	florissant	MO	189		38.8069	-90.3401	4
63032	Florissant	florissant	MO	189		38.6383	-90.4271	4
63033	Florissant	florissant	MO	189		38.7947	-90.2831	4
63034	Florissant	florissant	MO	189		38.8338	-90.2936	4
63038	Glencoe	glencoe	MO	189		38.5878	-90.6639	4
63040	Grover	grover	MO	189		38.5667	-90.631	4
63042	Hazelwood	hazelwood	MO	189		38.7809	-90.3669	4
63043	Maryland Heights	maryland-heights	MO	189		38.7229	-90.4474	4
63044	Bridgeton	bridgeton	MO	189		38.7506	-90.4161	4
63045	Earth City	earth-city	MO	189		38.7689	-90.4662	4
63074	Saint Ann	saint-ann	MO	189		38.7259	-90.3864	4
63088	Valley Park	valley-park	MO	189		38.5576	-90.4924	4
63099	Fenton	fenton	MO	189		38.6383	-90.4271	4
63105	Saint Louis	saint-louis	MO	189		38.6459	-90.3264	1
63114	Saint Louis	saint-louis	MO	189		38.7023	-90.3644	1
63117	Saint Louis	saint-louis	MO	189		38.6295	-90.3342	1
63119	Saint Louis	saint-louis	MO	189		38.5893	-90.3481	1
63121	Saint Louis	saint-louis	MO	189		38.7071	-90.3055	1
63122	Saint Louis	saint-louis	MO	189		38.5781	-90.4256	1
63123	Saint Louis	saint-louis	MO	189		38.5476	-90.3241	1
63124	Saint Louis	saint-louis	MO	189		38.6372	-90.3776	1
63125	Saint Louis	saint-louis	MO	189		38.5222	-90.3021	1
63126	Saint Louis	saint-louis	MO	189		38.5495	-90.3811	1
63127	Saint Louis	saint-louis	MO	189		38.5355	-90.407	1
63128	Saint Louis	saint-louis	MO	189		38.4915	-90.3772	1
63129	Saint Louis	saint-louis	MO	189		38.4566	-90.3282	1
63130	Saint Louis	saint-louis	MO	189		38.6669	-90.3225	1
63131	Saint Louis	saint-louis	MO	189		38.6171	-90.4504	1
63132	Saint Louis	saint-louis	MO	189		38.6746	-90.3747	1
63133	Saint Louis	saint-louis	MO	189		38.6779	-90.3033	1
63134	Saint Louis	saint-louis	MO	189		38.7435	-90.341	1
63135	Saint Louis	saint-louis	MO	189		38.7497	-90.3012	1
63136	Saint Louis	saint-louis	MO	189		38.7196	-90.27	1
63137	Saint Louis	saint-louis	MO	189		38.7468	-90.2131	1
63138	Saint Louis	saint-louis	MO	189		38.8033	-90.2065	1
63140	Saint Louis	saint-louis	MO	189		38.7375	-90.3265	1
63141	Saint Louis	saint-louis	MO	189		38.6565	-90.4542	1
63143	Saint Louis	saint-louis	MO	189		38.6111	-90.3225	1
63144	Saint Louis	saint-louis	MO	189		38.6182	-90.3489	1
63145	Saint Louis	saint-louis	MO	189		38.6383	-90.4271	1
63146	Saint Louis	saint-louis	MO	189		38.7033	-90.4618	1
63151	Saint Louis	saint-louis	MO	189		38.6383	-90.4271	1
63167	Saint Louis	saint-louis	MO	189		38.6383	-90.4271	1
65320	Arrow Rock	arrow-rock	MO	195		39.0694	-92.9487	4
65321	Blackburn	blackburn	MO	195		39.0988	-93.4281	4
65330	Gilliam	gilliam	MO	195		39.2447	-92.9932	4
65339	Malta Bend	malta-bend	MO	195		39.1481	-93.3776	4
65340	Marshall	marshall	MO	195		39.1614	-93.2444	4
65344	Miami	miami	MO	195		39.2821	-93.1968	4
65347	Nelson	nelson	MO	195		39.0104	-93.0311	4
65349	Slater	slater	MO	195		39.2163	-93.0547	4
65351	Sweet Springs	sweet-springs	MO	195		38.966	-93.4247	4
63535	Coatsville	coatsville	MO	197		40.5665	-92.6388	4
63536	Downing	downing	MO	197		40.4875	-92.3694	4
63541	Glenwood	glenwood	MO	197		40.5149	-92.5886	4
63548	Lancaster	lancaster	MO	197		40.5253	-92.5264	4
09239	APO AE	apo-ae				49.1344	10.0719	
63561	Queen City	queen-city	MO	197		40.4152	-92.5663	4
63432	Arbela	arbela	MO	199		40.4863	-92.0047	4
63442	Granger	granger	MO	199		40.4533	-92.1474	4
63543	Gorin	gorin	MO	199		40.3622	-92.014	4
63555	Memphis	memphis	MO	199		40.4619	-92.1851	4
63563	Rutledge	rutledge	MO	199		40.329	-92.0976	4
63736	Benton	benton	MO	201		37.0697	-89.5664	4
63740	Chaffee	chaffee	MO	201		37.1726	-89.6457	4
63742	Commerce	commerce	MO	201		37.157	-89.4484	4
63758	Kelso	kelso	MO	201		37.1858	-89.5575	4
63767	Morley	morley	MO	201		37.0411	-89.6076	4
63771	Oran	oran	MO	201		37.087	-89.6734	4
63774	Perkins	perkins	MO	201		37.0948	-89.7754	4
63780	Scott City	scott-city	MO	201		37.2077	-89.5181	4
63784	Vanduser	vanduser	MO	201		36.9912	-89.6885	4
63801	Sikeston	sikeston	MO	201		36.8911	-89.582	4
63824	Blodgett	blodgett	MO	201		37.0042	-89.5266	4
65438	Birch Tree	birch-tree	MO	203		36.9476	-91.5008	4
65466	Eminence	eminence	MO	203		37.1626	-91.4519	4
65546	Montier	montier	MO	203		36.987	-91.5754	4
65588	Winona	winona	MO	203		37.0169	-91.3121	4
63434	Bethel	bethel	MO	205		39.8922	-92.0316	4
63437	Clarence	clarence	MO	205		39.7366	-92.253	4
63439	Emden	emden	MO	205		39.8019	-91.8606	4
63443	Hunnewell	hunnewell	MO	205		39.7018	-91.8832	4
63450	Lentner	lentner	MO	205		39.7123	-92.1489	4
63451	Leonard	leonard	MO	205		39.9076	-92.1947	4
63468	Shelbina	shelbina	MO	205		39.6947	-92.0371	4
63469	Shelbyville	shelbyville	MO	205		39.8108	-92.0498	4
63730	Advance	advance	MO	207		37.0922	-89.9106	4
63735	Bell City	bell-city	MO	207		37.0116	-89.7984	4
63738	Brownwood	brownwood	MO	207		37.0828	-89.9523	4
63822	Bernie	bernie	MO	207		36.6727	-89.9878	4
63825	Bloomfield	bloomfield	MO	207		36.8989	-89.9456	4
63841	Dexter	dexter	MO	207		36.7885	-89.9639	4
63846	Essex	essex	MO	207		36.8109	-89.8366	4
63850	Grayridge	grayridge	MO	207		36.8283	-89.7565	4
63936	Dudley	dudley	MO	207		36.811	-90.121	4
63960	Puxico	puxico	MO	207		36.9422	-90.1623	4
65611	Blue Eye	blue-eye	MO	209		36.5493	-93.3388	4
65624	Cape Fair	cape-fair	MO	209		36.7311	-93.5674	4
65633	Crane	crane	MO	209		36.9258	-93.5303	4
65656	Galena	galena	MO	209		36.8198	-93.4811	4
65675	Hurley	hurley	MO	209		36.9305	-93.4965	4
65681	Lampe	lampe	MO	209		36.5767	-93.4516	4
65686	Kimberling City	kimberling-city	MO	209		36.6393	-93.4372	4
65728	Ponce De Leon	ponce-de-leon	MO	209		36.8759	-93.3516	4
65737	Reeds Spring	reeds-spring	MO	209		36.6907	-93.3447	4
63544	Green Castle	green-castle	MO	211		40.2703	-92.878	4
63545	Green City	green-city	MO	211		40.2601	-92.9532	4
63556	Milan	milan	MO	211		40.1844	-93.1361	4
63560	Pollock	pollock	MO	211		40.3385	-93.1115	4
63566	Winigan	winigan	MO	211		40.0371	-92.9301	4
64645	Harris	harris	MO	211		40.3075	-93.3501	4
64646	Humphreys	humphreys	MO	211		40.1144	-93.3015	4
64667	Newtown	newtown	MO	211		40.3612	-93.3073	4
65614	Bradleyville	bradleyville	MO	213		36.7659	-92.9151	4
65615	Branson	branson	MO	213		36.661	-93.2358	4
65616	Branson	branson	MO	213		36.669	-93.2481	4
65627	Cedarcreek	cedarcreek	MO	213		36.571	-93.0172	4
65653	Forsyth	forsyth	MO	213		36.6955	-93.115	4
65672	Hollister	hollister	MO	213		36.6107	-93.2286	4
65673	Hollister	hollister	MO	213		36.6179	-93.2162	4
65679	Kirbyville	kirbyville	MO	213		36.5792	-93.1263	4
65680	Kissee Mills	kissee-mills	MO	213		36.6704	-93.0377	4
65726	Point Lookout	point-lookout	MO	213		36.6165	-93.2418	4
65731	Powersite	powersite	MO	213		36.6578	-93.1243	4
65733	Protem	protem	MO	213		36.5286	-92.8465	4
65739	Ridgedale	ridgedale	MO	213		36.5247	-93.2778	4
65740	Rockaway Beach	rockaway-beach	MO	213		36.7137	-93.1715	4
65744	Rueter	rueter	MO	213		36.6314	-92.9188	4
65759	Taneyville	taneyville	MO	213		36.7405	-93.028	4
65771	Walnut Shade	walnut-shade	MO	213		36.7704	-93.2148	4
65444	Bucyrus	bucyrus	MO	215		37.3972	-92.0465	4
65464	Elk Creek	elk-creek	MO	215		37.1878	-91.9134	4
65468	Eunice	eunice	MO	215		37.248	-91.7834	4
65479	Hartshorn	hartshorn	MO	215		37.2843	-91.6834	4
65483	Houston	houston	MO	215		37.3218	-91.953	4
65484	Huggins	huggins	MO	215		37.3538	-92.2153	4
65542	Licking	licking	MO	215		37.5091	-91.8556	4
65552	Plato	plato	MO	215		37.5122	-92.1709	4
65555	Raymondville	raymondville	MO	215		37.3569	-91.8131	4
65557	Roby	roby	MO	215		37.5156	-92.139	4
65564	Solo	solo	MO	215		37.2428	-91.9624	4
65570	Success	success	MO	215		37.4626	-92.0909	4
65571	Summersville	summersville	MO	215		37.1484	-91.6828	4
65589	Yukon	yukon	MO	215		37.2311	-91.8244	4
65689	Cabool	cabool	MO	215		37.1314	-92.1144	4
64728	Bronaugh	bronaugh	MO	217		37.69	-94.486	4
64741	Deerfield	deerfield	MO	217		37.8197	-94.5608	4
64750	Harwood	harwood	MO	217		37.953	-94.1402	4
64765	Metz	metz	MO	217		37.9975	-94.4433	4
64767	Milo	milo	MO	217		37.7446	-94.3046	4
64771	Moundville	moundville	MO	217		37.7476	-94.4496	4
64772	Nevada	nevada	MO	217		37.8409	-94.3571	4
64778	Richards	richards	MO	217		37.9061	-94.5592	4
64783	Schell City	schell-city	MO	217		38.0094	-94.1579	4
64784	Sheldon	sheldon	MO	217		37.684	-94.2548	4
64790	Walker	walker	MO	217		37.893	-94.2293	4
63342	Dutzow	dutzow	MO	219		38.606	-90.9962	4
63357	Marthasville	marthasville	MO	219		38.6512	-91.1516	4
63378	Treloar	treloar	MO	219		38.6445	-91.1879	4
63380	Truesdale	truesdale	MO	219		38.8117	-91.1304	4
63383	Warrenton	warrenton	MO	219		38.805	-91.174	4
63390	Wright City	wright-city	MO	219		38.8097	-91.0329	4
63071	Richwoods	richwoods	MO	221		38.1496	-90.831	4
63622	Belgrade	belgrade	MO	221		37.7889	-90.8613	4
63630	Cadet	cadet	MO	221		38.0125	-90.7439	4
63631	Caledonia	caledonia	MO	221		37.7639	-90.7409	4
63648	Irondale	irondale	MO	221		37.8296	-90.6984	4
63660	Mineral Point	mineral-point	MO	221		37.9156	-90.7193	4
63664	Potosi	potosi	MO	221		37.9549	-90.8415	4
63674	Tiff	tiff	MO	221		38.0192	-90.6529	4
63632	Cascade	cascade	MO	223		37.2995	-90.2693	4
63763	Mc Gee	mc-gee	MO	223		37.1196	-90.445	1
63934	Clubb	clubb	MO	223		37.2145	-90.3457	4
63944	Greenville	greenville	MO	223		37.1108	-90.4514	4
63950	Lodi	lodi	MO	223		37.1196	-90.445	4
63951	Lowndes	lowndes	MO	223		37.1343	-90.2544	4
63952	Mill Spring	mill-spring	MO	223		37.0675	-90.6746	4
63956	Patterson	patterson	MO	223		37.1884	-90.5507	4
63957	Piedmont	piedmont	MO	223		37.1573	-90.699	4
63964	Silva	silva	MO	223		37.2119	-90.4375	4
63966	Wappapello	wappapello	MO	223		36.9356	-90.2709	4
63967	Williamsville	williamsville	MO	223		36.9638	-90.4879	4
65636	Diggins	diggins	MO	225		37.1726	-92.8543	4
65644	Elkland	elkland	MO	225		37.4336	-93.021	4
65652	Fordland	fordland	MO	225		37.1447	-92.9111	4
65706	Marshfield	marshfield	MO	225		37.3312	-92.925	4
65713	Niangua	niangua	MO	225		37.3985	-92.7763	4
65742	Rogersville	rogersville	MO	225		37.131	-93.0964	4
65746	Seymour	seymour	MO	225		37.1667	-92.7857	4
64420	Allendale	allendale	MO	227		40.4855	-94.2886	4
64441	Denver	denver	MO	227		40.4181	-94.3066	4
64456	Grant City	grant-city	MO	227		40.4924	-94.3979	4
64486	Sheridan	sheridan	MO	227		40.4928	-94.5701	4
64499	Worth	worth	MO	227		40.3939	-94.4398	4
65660	Graff	graff	MO	229		37.3262	-92.2647	4
65662	Grovespring	grovespring	MO	229		37.4947	-92.6001	4
65667	Hartville	hartville	MO	229		37.2735	-92.5181	4
65702	Macomb	macomb	MO	229		37.1049	-92.4821	4
65704	Mansfield	mansfield	MO	229		37.1273	-92.5936	4
65711	Mountain Grove	mountain-grove	MO	229		37.1626	-92.2839	4
65717	Norwood	norwood	MO	229		37.0687	-92.4082	4
63101	Saint Louis	saint-louis	MO	510		38.6346	-90.1913	4
63102	Saint Louis	saint-louis	MO	510		38.6352	-90.1864	4
63103	Saint Louis	saint-louis	MO	510		38.6332	-90.2164	4
63104	Saint Louis	saint-louis	MO	510		38.6128	-90.2185	4
63106	Saint Louis	saint-louis	MO	510		38.6442	-90.2082	4
63107	Saint Louis	saint-louis	MO	510		38.6645	-90.2125	4
63108	Saint Louis	saint-louis	MO	510		38.6445	-90.2544	4
63109	Saint Louis	saint-louis	MO	510		38.5855	-90.2929	4
63110	Saint Louis	saint-louis	MO	510		38.6185	-90.2564	4
63111	Saint Louis	saint-louis	MO	510		38.5633	-90.2495	4
63112	Saint Louis	saint-louis	MO	510		38.6616	-90.2819	4
63113	Saint Louis	saint-louis	MO	510		38.659	-90.2496	4
63115	Saint Louis	saint-louis	MO	510		38.6756	-90.2385	4
63116	Saint Louis	saint-louis	MO	510		38.5814	-90.2625	4
63118	Saint Louis	saint-louis	MO	510		38.5943	-90.2309	4
63120	Saint Louis	saint-louis	MO	510		38.6909	-90.2595	4
63139	Saint Louis	saint-louis	MO	510		38.6108	-90.292	4
63147	Saint Louis	saint-louis	MO	510		38.7139	-90.2375	4
63150	Saint Louis	saint-louis	MO	510		38.6273	-90.1979	4
63155	Saint Louis	saint-louis	MO	510		38.6273	-90.1979	4
63156	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63157	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63158	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63160	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63163	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63164	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63166	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63169	Saint Louis	saint-louis	MO	510		38.6273	-90.1979	4
63171	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63177	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63178	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63179	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63180	Saint Louis	saint-louis	MO	510		38.6273	-90.1979	4
63182	Saint Louis	saint-louis	MO	510		38.6273	-90.1979	4
63188	Saint Louis	saint-louis	MO	510		38.6273	-90.1979	4
63195	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
63197	Saint Louis	saint-louis	MO	510		38.6273	-90.1979	4
63199	Saint Louis	saint-louis	MO	510		38.6531	-90.2435	4
39120	Natchez	natchez	MS	001		31.5492	-91.3642	4
39121	Natchez	natchez	MS	001		31.4706	-91.4044	4
39122	Natchez	natchez	MS	001		31.5604	-91.4032	4
39165	Sibley	sibley	MS	001		31.4706	-91.4044	1
39190	Washington	washington	MS	001		31.5788	-91.2993	4
38834	Corinth	corinth	MS	003		34.8759	-88.5916	4
38835	Corinth	corinth	MS	003		34.9205	-88.5218	4
38846	Glen	glen	MS	003		34.878	-88.4359	1
38865	Rienzi	rienzi	MS	003		34.7968	-88.5795	4
39633	Crosby	crosby	MS	005		31.291	-91.1849	4
39638	Gloster	gloster	MS	005		31.1903	-90.924	4
09242	APO AE	apo-ae				50.1155	8.6842	
39645	Liberty	liberty	MS	005		31.1384	-90.7133	4
39664	Smithdale	smithdale	MS	005		31.3672	-90.6752	4
39067	Ethel	ethel	MS	007		33.1204	-89.4659	4
39090	Kosciusko	kosciusko	MS	007		33.0446	-89.5724	4
39107	Mc Adams	mc-adams	MS	007		33.0828	-89.6412	1
39108	Mc Cool	mc-cool	MS	007		33.1632	-89.3268	1
39160	Sallis	sallis	MS	007		33.001	-89.7552	4
38603	Ashland	ashland	MS	009		34.8346	-89.1427	4
38633	Hickory Flat	hickory-flat	MS	009		34.6244	-89.1862	4
38647	Michigan City	michigan-city	MS	009		34.9608	-89.2267	4
38720	Alligator	alligator	MS	011		34.1294	-90.7382	4
38725	Benoit	benoit	MS	011		33.6448	-91.0338	4
38726	Beulah	beulah	MS	011		33.788	-90.9795	4
38730	Boyle	boyle	MS	011		33.6891	-90.7838	4
38732	Cleveland	cleveland	MS	011		33.743	-90.7309	4
38733	Cleveland	cleveland	MS	011		33.624	-90.8195	4
38740	Duncan	duncan	MS	011		34.047	-90.7652	4
38746	Gunnison	gunnison	MS	011		33.9439	-90.9319	4
38759	Merigold	merigold	MS	011		33.8373	-90.7256	4
38762	Mound Bayou	mound-bayou	MS	011		33.886	-90.7302	4
38764	Pace	pace	MS	011		33.7915	-90.857	4
38769	Rosedale	rosedale	MS	011		33.8432	-90.9923	4
38772	Scott	scott	MS	011		33.5629	-91.0391	4
38773	Shaw	shaw	MS	011		33.6021	-90.7746	4
38774	Shelby	shelby	MS	011		33.9491	-90.7625	4
38781	Winstonville	winstonville	MS	011		33.9101	-90.7515	4
38839	Derma	derma	MS	013		33.8562	-89.3032	4
38878	Vardaman	vardaman	MS	013		33.919	-89.1921	4
38913	Banner	banner	MS	013		34.0949	-89.4154	4
38914	Big Creek	big-creek	MS	013		33.8514	-89.4378	4
38915	Bruce	bruce	MS	013		34.0066	-89.3484	4
38916	Calhoun City	calhoun-city	MS	013		33.8408	-89.3178	4
38951	Pittsboro	pittsboro	MS	013		33.9443	-89.3376	4
38955	Slate Spring	slate-spring	MS	013		33.7439	-89.3753	4
39751	Mantee	mantee	MS	013		33.7052	-89.1051	4
38917	Carrollton	carrollton	MS	015		33.5208	-89.9506	4
38923	Coila	coila	MS	015		33.3731	-89.9915	4
38943	Mc Carley	mc-carley	MS	015		33.5864	-89.8513	1
38947	North Carrollton	north-carrollton	MS	015		33.5324	-89.9001	4
38954	Sidon	sidon	MS	015		33.4095	-90.1779	4
39176	Vaiden	vaiden	MS	015		33.3343	-89.757	4
38850	Houlka	houlka	MS	017		34.0561	-89.0531	4
38851	Houston	houston	MS	017		33.9026	-88.967	4
38860	Okolona	okolona	MS	017		33.9694	-88.7638	4
38875	Trebloc	trebloc	MS	017		33.9068	-88.9554	4
38877	Van Vleet	van-vleet	MS	017		33.9871	-88.8988	4
39776	Woodland	woodland	MS	017		33.8066	-89.0256	4
39735	Ackerman	ackerman	MS	019		33.3517	-89.2014	4
39745	French Camp	french-camp	MS	019		33.2898	-89.3999	4
39772	Weir	weir	MS	019		33.2645	-89.2804	4
39086	Hermanville	hermanville	MS	021		31.9564	-90.8446	4
39144	Pattison	pattison	MS	021		31.851	-90.8283	4
39150	Port Gibson	port-gibson	MS	021		31.961	-90.984	4
39330	Enterprise	enterprise	MS	023		32.1563	-88.8474	4
39347	Pachuta	pachuta	MS	023		32.0217	-88.8851	4
39355	Quitman	quitman	MS	023		32.0668	-88.6788	4
39360	Shubuta	shubuta	MS	023		31.9607	-88.7168	4
39363	Stonewall	stonewall	MS	023		32.1564	-88.7748	4
39741	Cedarbluff	cedarbluff	MS	025		33.6162	-88.8267	1
39754	Montpelier	montpelier	MS	025		33.7179	-88.9478	4
39755	Pheba	pheba	MS	025		33.5961	-88.9518	4
39773	West Point	west-point	MS	025		33.6076	-88.6503	4
38614	Clarksdale	clarksdale	MS	027		34.256	-90.6348	4
38617	Coahoma	coahoma	MS	027		34.3668	-90.5232	4
38630	Farrell	farrell	MS	027		34.2643	-90.6723	4
38631	Friars Point	friars-point	MS	027		34.3668	-90.6376	4
38639	Jonestown	jonestown	MS	027		34.3037	-90.4294	4
38644	Lula	lula	MS	027		34.4618	-90.4981	4
38645	Lyon	lyon	MS	027		34.2474	-90.4981	4
38669	Sherard	sherard	MS	027		34.1953	-90.7335	4
38739	Dublin	dublin	MS	027		34.0604	-90.5011	4
38767	Rena Lara	rena-lara	MS	027		34.1412	-90.7865	4
39059	Crystal Springs	crystal-springs	MS	029		31.9933	-90.3744	4
39077	Gallman	gallman	MS	029		31.9288	-90.3926	4
39078	Georgetown	georgetown	MS	029		31.8552	-90.2127	4
39083	Hazlehurst	hazlehurst	MS	029		31.8562	-90.4051	4
39191	Wesson	wesson	MS	029		31.6901	-90.4131	4
39119	Mount Olive	mount-olive	MS	031		31.7613	-89.6551	4
39428	Collins	collins	MS	031		31.6707	-89.5438	4
39479	Seminary	seminary	MS	031		31.5285	-89.4816	4
38632	Hernando	hernando	MS	033		34.8096	-90.0095	4
38637	Horn Lake	horn-lake	MS	033		34.9519	-90.0507	4
38641	Lake Cormorant	lake-cormorant	MS	033		34.8937	-90.1608	4
38651	Nesbit	nesbit	MS	033		34.8992	-90.0122	4
38654	Olive Branch	olive-branch	MS	033		34.9441	-89.8544	4
38671	Southaven	southaven	MS	033		34.9771	-89.9992	4
38672	Southaven	southaven	MS	033		34.9474	-89.9258	4
38680	Walls	walls	MS	033		34.9641	-90.1208	4
38686	Walls	walls	MS	033		34.9582	-90.1526	4
39401	Hattiesburg	hattiesburg	MS	035		31.3146	-89.3065	4
39402	Hattiesburg	hattiesburg	MS	035		31.3098	-89.3775	4
39403	Hattiesburg	hattiesburg	MS	035		31.3566	-89.3824	4
39404	Hattiesburg	hattiesburg	MS	035		31.1721	-89.2948	4
39406	Hattiesburg	hattiesburg	MS	035		31.1721	-89.2948	4
39407	Hattiesburg	hattiesburg	MS	035		31.1721	-89.2948	4
39425	Brooklyn	brooklyn	MS	035		31.0591	-89.0796	4
39465	Petal	petal	MS	035		31.3472	-89.2222	4
39630	Bude	bude	MS	037		31.4593	-90.8457	4
39647	Mc Call Creek	mc-call-creek	MS	037		31.4908	-90.7836	1
39653	Meadville	meadville	MS	037		31.4285	-90.8578	4
39661	Roxie	roxie	MS	037		31.504	-91.0625	4
39452	Lucedale	lucedale	MS	039		30.8668	-88.649	4
39362	State Line	state-line	MS	041		31.3916	-88.5171	4
39451	Leakesville	leakesville	MS	041		31.1238	-88.5595	4
39456	Mc Lain	mc-lain	MS	041		31.0867	-88.7977	1
39461	Neely	neely	MS	041		31.1793	-88.7198	4
38901	Grenada	grenada	MS	043		33.7751	-89.8087	4
38902	Grenada	grenada	MS	043		33.769	-89.8084	4
38926	Elliott	elliott	MS	043		33.6895	-89.7583	4
38929	Gore Springs	gore-springs	MS	043		33.7245	-89.5754	4
38940	Holcomb	holcomb	MS	043		33.7551	-90.0333	4
38960	Tie Plant	tie-plant	MS	043		33.7872	-89.8219	4
39520	Bay Saint Louis	bay-saint-louis	MS	045		30.2956	-89.4632	4
39521	Bay Saint Louis	bay-saint-louis	MS	045		30.4032	-89.4982	4
39522	Stennis Space Center	stennis-space-center	MS	045		30.4032	-89.4982	1
39525	Diamondhead	diamondhead	MS	045		30.3728	-89.3779	4
39529	Stennis Space Center	stennis-space-center	MS	045		30.4032	-89.4982	1
39556	Kiln	kiln	MS	045		30.4875	-89.4187	4
39558	Lakeshore	lakeshore	MS	045		30.2391	-89.4595	4
39572	Pearlington	pearlington	MS	045		30.2508	-89.6011	4
39576	Waveland	waveland	MS	045		30.2914	-89.3837	4
39501	Gulfport	gulfport	MS	047		30.3826	-89.0976	4
39502	Gulfport	gulfport	MS	047		30.4158	-89.0684	4
39503	Gulfport	gulfport	MS	047		30.4601	-89.0886	4
39505	Gulfport	gulfport	MS	047		30.4158	-89.0684	4
39506	Gulfport	gulfport	MS	047		30.4158	-89.0684	4
39507	Gulfport	gulfport	MS	047		30.3962	-89.0353	4
39530	Biloxi	biloxi	MS	047		30.4035	-88.8971	4
39531	Biloxi	biloxi	MS	047		30.4033	-88.9605	4
39532	Biloxi	biloxi	MS	047		30.511	-88.9681	4
39533	Biloxi	biloxi	MS	047		30.396	-88.8853	4
39534	Biloxi	biloxi	MS	047		30.4067	-88.9211	4
39535	Biloxi	biloxi	MS	047		30.4158	-89.0684	4
39540	Diberville	diberville	MS	047		30.4383	-88.8989	4
39560	Long Beach	long-beach	MS	047		30.3598	-89.1646	4
39571	Pass Christian	pass-christian	MS	047		30.3989	-89.2843	4
39574	Saucier	saucier	MS	047		30.5961	-89.1477	4
39041	Bolton	bolton	MS	049		32.3778	-90.4474	4
39056	Clinton	clinton	MS	049		32.3411	-90.3229	4
39058	Clinton	clinton	MS	049		32.3415	-90.3218	4
39060	Clinton	clinton	MS	049		32.3113	-90.3972	4
39066	Edwards	edwards	MS	049		32.316	-90.5984	4
39154	Raymond	raymond	MS	049		32.1961	-90.4753	4
39170	Terry	terry	MS	049		32.1147	-90.3241	4
39174	Tougaloo	tougaloo	MS	049		32.3953	-90.1544	4
39175	Utica	utica	MS	049		32.1229	-90.6047	4
39201	Jackson	jackson	MS	049		32.2935	-90.1867	4
39202	Jackson	jackson	MS	049		32.3149	-90.1782	4
39203	Jackson	jackson	MS	049		32.3081	-90.2021	4
39204	Jackson	jackson	MS	049		32.2832	-90.2306	4
39205	Jackson	jackson	MS	049		32.2988	-90.1848	4
39206	Jackson	jackson	MS	049		32.37	-90.1738	4
39207	Jackson	jackson	MS	049		32.2988	-90.1848	4
39209	Jackson	jackson	MS	049		32.3184	-90.2446	4
39210	Jackson	jackson	MS	049		32.3218	-90.1771	4
39211	Jackson	jackson	MS	049		32.3739	-90.1293	4
39212	Jackson	jackson	MS	049		32.2435	-90.2612	4
39213	Jackson	jackson	MS	049		32.3553	-90.2171	4
39215	Jackson	jackson	MS	049		32.2988	-90.1848	4
39216	Jackson	jackson	MS	049		32.3386	-90.1708	4
39217	Jackson	jackson	MS	049		32.2974	-90.2081	4
39225	Jackson	jackson	MS	049		32.2988	-90.1848	4
39236	Jackson	jackson	MS	049		32.2988	-90.1848	4
39250	Jackson	jackson	MS	049		32.2988	-90.1848	4
39269	Jackson	jackson	MS	049		32.3003	-90.1886	4
39271	Jackson	jackson	MS	049		32.2988	-90.1848	4
39272	Byram	byram	MS	049		32.1888	-90.2595	4
39282	Jackson	jackson	MS	049		32.2988	-90.1848	4
39283	Jackson	jackson	MS	049		32.2988	-90.1848	4
39284	Jackson	jackson	MS	049		32.2988	-90.1848	4
39286	Jackson	jackson	MS	049		32.2988	-90.1848	4
39289	Jackson	jackson	MS	049		32.2988	-90.1848	4
39296	Jackson	jackson	MS	049		32.2988	-90.1848	4
38924	Cruger	cruger	MS	051		33.311	-90.2316	4
39063	Durant	durant	MS	051		33.0828	-89.8612	4
39079	Goodman	goodman	MS	051		32.9892	-89.9433	4
39095	Lexington	lexington	MS	051		33.125	-90.0557	4
39146	Pickens	pickens	MS	051		32.8905	-89.9737	4
39169	Tchula	tchula	MS	051		33.1624	-90.25	4
39192	West	west	MS	051		33.1883	-89.7695	4
38754	Isola	isola	MS	053		33.2471	-90.604	4
39038	Belzoni	belzoni	MS	053		33.1842	-90.4924	4
39097	Louise	louise	MS	053		32.9919	-90.5893	4
39115	Midnight	midnight	MS	053		33.0496	-90.5734	4
39166	Silver City	silver-city	MS	053		33.0507	-90.4928	4
38745	Grace	grace	MS	055		32.9775	-90.983	4
39113	Mayersville	mayersville	MS	055		32.9013	-91.0286	4
39177	Valley Park	valley-park	MS	055		32.6323	-90.8542	4
38843	Fulton	fulton	MS	057		34.2745	-88.3793	4
38847	Golden	golden	MS	057		34.4812	-88.1842	4
38855	Mantachie	mantachie	MS	057		34.3243	-88.4912	4
38858	Nettleton	nettleton	MS	057		34.0821	-88.6052	4
38876	Tremont	tremont	MS	057		34.2335	-88.2392	4
39552	Escatawpa	escatawpa	MS	059		30.4411	-88.6345	4
39553	Gautier	gautier	MS	059		30.398	-88.6412	4
39555	Hurley	hurley	MS	059		30.7132	-88.5197	4
39562	Moss Point	moss-point	MS	059		30.5471	-88.4927	4
39563	Moss Point	moss-point	MS	059		30.425	-88.5233	4
39564	Ocean Springs	ocean-springs	MS	059		30.4404	-88.7801	4
39565	Vancleave	vancleave	MS	059		30.5405	-88.6875	4
39566	Ocean Springs	ocean-springs	MS	059		30.4113	-88.8278	4
39567	Pascagoula	pascagoula	MS	059		30.3658	-88.5561	4
39568	Pascagoula	pascagoula	MS	059		30.4411	-88.6345	4
39569	Pascagoula	pascagoula	MS	059		30.3658	-88.5561	4
39581	Pascagoula	pascagoula	MS	059		30.3664	-88.5289	4
39595	Pascagoula	pascagoula	MS	059		30.3658	-88.5561	4
39338	Louin	louin	MS	061		32.0997	-89.2199	4
39348	Paulding	paulding	MS	061		32.0167	-89.0584	4
39356	Rose Hill	rose-hill	MS	061		32.1489	-89.0011	4
39366	Vossburg	vossburg	MS	061		31.9506	-88.9707	4
39422	Bay Springs	bay-springs	MS	061		31.9449	-89.2338	4
39439	Heidelberg	heidelberg	MS	061		31.882	-88.9981	4
39460	Moss	moss	MS	061		31.8152	-89.1778	4
39481	Stringer	stringer	MS	061		31.8447	-89.2621	4
39069	Fayette	fayette	MS	063		31.7121	-91.0582	4
39081	Harriston	harriston	MS	063		31.74	-91.0509	4
39096	Lorman	lorman	MS	063		31.8383	-91.0957	4
39668	Union Church	union-church	MS	063		31.7105	-90.8259	4
39421	Bassfield	bassfield	MS	065		31.5037	-89.7027	4
39427	Carson	carson	MS	065		31.4814	-89.8279	4
39474	Prentiss	prentiss	MS	065		31.6057	-89.8735	4
39436	Eastabuchie	eastabuchie	MS	067		31.4555	-89.302	4
39437	Ellisville	ellisville	MS	067		31.5797	-89.2231	4
39440	Laurel	laurel	MS	067		31.7054	-89.1312	4
39441	Laurel	laurel	MS	067		31.7277	-89.0755	4
39442	Laurel	laurel	MS	067		31.6823	-89.0406	4
39443	Laurel	laurel	MS	067		31.7138	-89.0759	4
39459	Moselle	moselle	MS	067		31.4836	-89.3206	4
39477	Sandersville	sandersville	MS	067		31.7909	-89.0414	4
39480	Soso	soso	MS	067		31.7594	-89.3082	4
39328	De Kalb	de-kalb	MS	069		32.7162	-88.7332	4
39352	Porterville	porterville	MS	069		32.6368	-88.4984	4
39354	Preston	preston	MS	069		32.8826	-88.8289	4
39358	Scooba	scooba	MS	069		32.8402	-88.4883	4
38601	Abbeville	abbeville	MS	071		34.4719	-89.4475	4
38655	Oxford	oxford	MS	071		34.3308	-89.4835	4
38673	Taylor	taylor	MS	071		34.2849	-89.6273	4
38675	Tula	tula	MS	071		34.3582	-89.4839	4
38677	University	university	MS	071		34.3659	-89.5254	4
38685	Waterford	waterford	MS	071		34.5476	-89.6129	4
38874	Toccopola	toccopola	MS	071		34.2265	-89.2519	4
38949	Paris	paris	MS	071		34.1787	-89.4598	4
39455	Lumberton	lumberton	MS	073		31.0013	-89.4523	4
39475	Purvis	purvis	MS	073		31.1496	-89.4623	4
39482	Sumrall	sumrall	MS	073		31.36	-89.5777	4
39301	Meridian	meridian	MS	075		32.3574	-88.656	4
39302	Meridian	meridian	MS	075		32.3643	-88.7037	4
39303	Meridian	meridian	MS	075		32.4012	-88.6523	4
39304	Meridian	meridian	MS	075		32.4208	-88.646	4
39305	Meridian	meridian	MS	075		32.4401	-88.6783	4
39307	Meridian	meridian	MS	075		32.3736	-88.7436	4
39309	Meridian	meridian	MS	075		32.5505	-88.6132	4
39320	Bailey	bailey	MS	075		32.4676	-88.7228	4
39325	Collinsville	collinsville	MS	075		32.5643	-88.875	4
39326	Daleville	daleville	MS	075		32.5511	-88.6609	4
39335	Lauderdale	lauderdale	MS	075		32.5022	-88.4956	4
39342	Marion	marion	MS	075		32.4245	-88.6483	4
39364	Toomsuba	toomsuba	MS	075		32.4296	-88.4892	4
39140	Newhebron	newhebron	MS	077		31.73	-90.0153	1
39641	Jayess	jayess	MS	077		31.4036	-90.1864	4
39654	Monticello	monticello	MS	077		31.5238	-90.128	4
39656	Oak Vale	oak-vale	MS	077		31.442	-89.9827	4
39663	Silver Creek	silver-creek	MS	077		31.5755	-90.0173	4
39665	Sontag	sontag	MS	077		31.6524	-90.2043	4
39051	Carthage	carthage	MS	079		32.7852	-89.5241	4
39094	Lena	lena	MS	079		32.6446	-89.5494	4
39109	Madden	madden	MS	079		32.6909	-89.3554	4
39171	Thomastown	thomastown	MS	079		32.864	-89.6695	4
39189	Walnut Grove	walnut-grove	MS	079		32.6134	-89.4105	4
38801	Tupelo	tupelo	MS	081		34.2538	-88.7209	4
38802	Tupelo	tupelo	MS	081		34.2345	-88.7671	4
38803	Tupelo	tupelo	MS	081		34.1876	-88.7785	4
38804	Tupelo	tupelo	MS	081		34.2823	-88.6715	4
38824	Baldwyn	baldwyn	MS	081		34.528	-88.6375	4
38826	Belden	belden	MS	081		34.3057	-88.8462	4
38849	Guntown	guntown	MS	081		34.4563	-88.6975	4
38857	Mooreville	mooreville	MS	081		34.2808	-88.595	4
38862	Plantersville	plantersville	MS	081		34.2011	-88.6335	4
38866	Saltillo	saltillo	MS	081		34.3831	-88.6674	4
38868	Shannon	shannon	MS	081		34.121	-88.7342	4
38879	Verona	verona	MS	081		34.1943	-88.7198	4
38930	Greenwood	greenwood	MS	083		33.5159	-90.1726	4
38935	Greenwood	greenwood	MS	083		33.5162	-90.1795	4
38941	Itta Bena	itta-bena	MS	083		33.4798	-90.3394	4
38944	Minter City	minter-city	MS	083		33.7515	-90.3133	4
38945	Money	money	MS	083		33.6507	-90.1969	4
38946	Morgan City	morgan-city	MS	083		33.3807	-90.3504	4
38952	Schlater	schlater	MS	083		33.6244	-90.362	4
38959	Swiftown	swiftown	MS	083		33.3809	-90.3496	4
39601	Brookhaven	brookhaven	MS	085		31.5858	-90.452	4
39602	Brookhaven	brookhaven	MS	085		31.5334	-90.4907	4
39603	Brookhaven	brookhaven	MS	085		31.6123	-90.4467	4
39629	Bogue Chitto	bogue-chitto	MS	085		31.4563	-90.4732	4
39662	Ruth	ruth	MS	085		31.3795	-90.2867	4
39701	Columbus	columbus	MS	087		33.4109	-88.5047	4
39702	Columbus	columbus	MS	087		33.4812	-88.3554	4
39703	Columbus	columbus	MS	087		33.4841	-88.284	4
39704	Columbus	columbus	MS	087		33.5485	-88.3796	4
39705	Columbus	columbus	MS	087		33.5508	-88.4865	4
39710	Columbus	columbus	MS	087		33.5163	-88.4601	4
39736	Artesia	artesia	MS	087		33.4115	-88.6443	4
39743	Crawford	crawford	MS	087		33.3219	-88.5671	4
39753	Mayhew	mayhew	MS	087		33.4838	-88.6409	4
39766	Steens	steens	MS	087		33.5671	-88.3278	4
39045	Camden	camden	MS	089		32.7853	-89.8698	4
39046	Canton	canton	MS	089		32.6205	-90.0061	4
39071	Flora	flora	MS	089		32.5578	-90.3235	4
39110	Madison	madison	MS	089		32.4671	-90.1087	4
39130	Madison	madison	MS	089		32.4618	-90.1154	4
39157	Ridgeland	ridgeland	MS	089		32.4122	-90.1207	4
39158	Ridgeland	ridgeland	MS	089		32.4285	-90.1323	4
39163	Sharon	sharon	MS	089		32.6424	-90.0907	4
39429	Columbia	columbia	MS	091		31.2559	-89.7998	4
39478	Sandy Hook	sandy-hook	MS	091		31.0479	-89.8183	4
39483	Foxworth	foxworth	MS	091		31.2473	-89.9311	4
39643	Kokomo	kokomo	MS	091		31.244	-90.0194	4
38611	Byhalia	byhalia	MS	093		34.8854	-89.6763	4
38634	Holly Springs	holly-springs	MS	093		34.7676	-89.4487	4
38635	Holly Springs	holly-springs	MS	093		34.7471	-89.4897	4
38642	Lamar	lamar	MS	093		34.9271	-89.3163	4
38649	Mount Pleasant	mount-pleasant	MS	093		34.9536	-89.523	4
38659	Potts Camp	potts-camp	MS	093		34.6047	-89.3151	4
38661	Red Banks	red-banks	MS	093		34.8937	-89.5649	4
38679	Victoria	victoria	MS	093		34.8708	-89.6408	4
38821	Amory	amory	MS	095		33.9844	-88.4709	4
38825	Becker	becker	MS	095		33.8698	-88.4622	4
38844	Gattman	gattman	MS	095		33.8742	-88.2588	4
38848	Greenwood Springs	greenwood-springs	MS	095		33.8871	-88.3089	4
38870	Smithville	smithville	MS	095		34.0648	-88.39	4
39730	Aberdeen	aberdeen	MS	095		33.8284	-88.538	4
39740	Caledonia	caledonia	MS	095		33.6865	-88.3145	4
39746	Hamilton	hamilton	MS	095		33.7404	-88.4112	4
39756	Prairie	prairie	MS	095		33.7836	-88.6642	4
38925	Duck Hill	duck-hill	MS	097		33.5632	-89.6419	4
38967	Winona	winona	MS	097		33.4858	-89.7277	4
39747	Kilmichael	kilmichael	MS	097		33.4165	-89.5696	4
39767	Stewart	stewart	MS	097		33.5101	-89.479	4
39350	Philadelphia	philadelphia	MS	099		32.7572	-89.1154	4
39365	Union	union	MS	099		32.6439	-89.112	4
39057	Conehatta	conehatta	MS	101		32.467	-89.269	4
39323	Chunky	chunky	MS	101		32.3505	-88.9551	4
39327	Decatur	decatur	MS	101		32.4358	-89.1168	4
39332	Hickory	hickory	MS	101		32.32	-89.0093	4
39336	Lawrence	lawrence	MS	101		32.2876	-89.2724	4
39337	Little Rock	little-rock	MS	101		32.5049	-88.9955	4
39345	Newton	newton	MS	101		32.3244	-89.184	4
39341	Macon	macon	MS	103		33.1027	-88.5781	4
39361	Shuqualak	shuqualak	MS	103		32.9769	-88.5594	4
39739	Brooksville	brooksville	MS	103		33.2346	-88.5823	4
39759	Starkville	starkville	MS	105		33.4505	-88.8196	4
39760	Starkville	starkville	MS	105		33.4599	-88.8322	4
39762	Mississippi State	mississippi-state	MS	105		33.4156	-88.7433	1
39769	Sturgis	sturgis	MS	105		33.357	-89.0473	4
38606	Batesville	batesville	MS	107		34.3115	-89.9443	4
38619	Como	como	MS	107		34.5137	-89.9155	4
38620	Courtland	courtland	MS	107		34.2596	-89.9396	4
38621	Crenshaw	crenshaw	MS	107		34.4491	-90.1701	4
38658	Pope	pope	MS	107		34.1906	-90.0027	4
38665	Sarah	sarah	MS	107		34.591	-90.162	4
38666	Sardis	sardis	MS	107		34.4276	-89.9221	4
39426	Carriere	carriere	MS	109		30.6178	-89.5779	4
39457	Mc Neill	mc-neill	MS	109		30.6669	-89.6734	1
39463	Nicholson	nicholson	MS	109		30.5637	-89.5578	4
39466	Picayune	picayune	MS	109		30.5418	-89.691	4
39470	Poplarville	poplarville	MS	109		30.8524	-89.5648	4
39423	Beaumont	beaumont	MS	111		31.1693	-88.92	4
39462	New Augusta	new-augusta	MS	111		31.2026	-89.0367	4
39464	Ovett	ovett	MS	111		31.4738	-89.0396	4
39476	Richton	richton	MS	111		31.3434	-88.9101	4
39632	Chatawa	chatawa	MS	113		31.1145	-90.4875	4
39635	Fernwood	fernwood	MS	113		31.1855	-90.449	4
39648	Mccomb	mccomb	MS	113		31.1769	-90.4016	4
39649	Mccomb	mccomb	MS	113		31.2438	-90.4532	4
39652	Magnolia	magnolia	MS	113		31.1217	-90.4831	4
39657	Osyka	osyka	MS	113		31.0217	-90.479	4
39666	Summit	summit	MS	113		31.2975	-90.4654	4
38820	Algoma	algoma	MS	115		34.1715	-89.0328	4
38841	Ecru	ecru	MS	115		34.3366	-89.0109	4
38863	Pontotoc	pontotoc	MS	115		34.217	-88.9868	4
38864	Randolph	randolph	MS	115		34.1617	-89.1795	4
38869	Sherman	sherman	MS	115		34.3575	-88.8351	4
38871	Thaxton	thaxton	MS	115		34.3136	-89.1515	4
38829	Booneville	booneville	MS	117		34.6694	-88.5443	4
38856	Marietta	marietta	MS	117		34.5011	-88.4498	4
38859	New Site	new-site	MS	117		34.5315	-88.3875	4
38880	Wheeler	wheeler	MS	117		34.6126	-88.5822	4
38609	Belen	belen	MS	119		34.2351	-90.2927	4
38622	Crowder	crowder	MS	119		34.1731	-90.1364	4
38623	Darling	darling	MS	119		34.359	-90.2743	4
38628	Falcon	falcon	MS	119		34.3932	-90.2565	4
38643	Lambert	lambert	MS	119		34.1837	-90.263	4
38646	Marks	marks	MS	119		34.2607	-90.2816	4
38964	Vance	vance	MS	119		34.0936	-90.3752	4
39042	Brandon	brandon	MS	121		32.3038	-89.964	4
39043	Brandon	brandon	MS	121		32.269	-89.9875	4
39047	Brandon	brandon	MS	121		32.3886	-89.9584	4
39073	Florence	florence	MS	121		32.1535	-90.1312	4
39145	Pelahatchie	pelahatchie	MS	121		32.318	-89.7913	4
39148	Piney Woods	piney-woods	MS	121		32.0627	-89.9929	4
39151	Puckett	puckett	MS	121		32.1062	-89.7836	4
39161	Sandhill	sandhill	MS	121		32.4983	-89.8686	1
39167	Star	star	MS	121		32.094	-90.0462	4
39193	Whitfield	whitfield	MS	121		32.2348	-90.0726	4
39208	Pearl	pearl	MS	121		32.2604	-90.0897	4
39218	Richland	richland	MS	121		32.2287	-90.1591	4
39232	Flowood	flowood	MS	121		32.3299	-90.0915	4
39288	Pearl	pearl	MS	121		32.2746	-90.132	4
39298	Jackson	jackson	MS	121		32.3199	-89.9923	4
39074	Forest	forest	MS	123		32.347	-89.4672	4
39080	Harperville	harperville	MS	123		32.4925	-89.4946	4
39087	Hillsboro	hillsboro	MS	123		32.4706	-89.5171	4
39092	Lake	lake	MS	123		32.3459	-89.3414	4
39098	Ludlow	ludlow	MS	123		32.566	-89.7135	4
39117	Morton	morton	MS	123		32.4029	-89.5949	4
39152	Pulaski	pulaski	MS	123		32.2745	-89.5627	4
39359	Sebastopol	sebastopol	MS	123		32.5729	-89.3351	4
38721	Anguilla	anguilla	MS	125		32.9739	-90.8316	4
38765	Panther Burn	panther-burn	MS	125		33.0662	-90.8684	4
39054	Cary	cary	MS	125		32.806	-90.9268	4
39061	Delta City	delta-city	MS	125		33.074	-90.7951	4
39159	Rolling Fork	rolling-fork	MS	125		32.8733	-90.8833	4
39044	Braxton	braxton	MS	127		32.0016	-89.9672	4
39062	D Lo	d-lo	MS	127		31.9857	-89.9012	4
39082	Harrisville	harrisville	MS	127		31.9676	-90.1054	4
39111	Magee	magee	MS	127		31.8495	-89.7503	4
39114	Mendenhall	mendenhall	MS	127		31.9494	-89.8095	4
39149	Pinola	pinola	MS	127		31.8277	-90.0088	4
39116	Mize	mize	MS	129		31.8473	-89.5741	4
39153	Raleigh	raleigh	MS	129		32.0508	-89.5088	4
39168	Taylorsville	taylorsville	MS	129		31.8394	-89.4049	4
39561	Mc Henry	mc-henry	MS	131		30.6975	-89.1536	1
39573	Perkinston	perkinston	MS	131		30.7669	-89.14	4
39577	Wiggins	wiggins	MS	131		30.8609	-89.1324	4
38736	Doddsville	doddsville	MS	133		33.63	-90.5264	4
38737	Drew	drew	MS	133		33.867	-90.5406	4
38738	Parchman	parchman	MS	133		33.9179	-90.4965	4
38749	Indianola	indianola	MS	133		33.451	-90.6551	4
38751	Indianola	indianola	MS	133		33.451	-90.6551	4
38753	Inverness	inverness	MS	133		33.349	-90.6051	4
38761	Moorhead	moorhead	MS	133		33.4783	-90.5143	4
38768	Rome	rome	MS	133		33.9632	-90.4784	4
38771	Ruleville	ruleville	MS	133		33.7241	-90.5527	4
38778	Sunflower	sunflower	MS	133		33.5567	-90.5451	4
38920	Cascilla	cascilla	MS	135		33.9079	-90.0362	4
38921	Charleston	charleston	MS	135		33.9726	-90.1116	4
38927	Enid	enid	MS	135		34.1263	-90.0044	4
38928	Glendora	glendora	MS	135		33.8573	-90.288	4
38950	Philipp	philipp	MS	135		33.7574	-90.2091	4
38957	Sumner	sumner	MS	135		33.9833	-90.3895	4
38958	Swan Lake	swan-lake	MS	135		33.9292	-90.1885	4
38962	Tippo	tippo	MS	135		33.9121	-90.1806	4
38963	Tutwiler	tutwiler	MS	135		34.0148	-90.4318	4
38966	Webb	webb	MS	135		33.9473	-90.3443	4
38602	Arkabutla	arkabutla	MS	137		34.6863	-90.1068	4
38618	Coldwater	coldwater	MS	137		34.6924	-89.9869	4
38638	Independence	independence	MS	137		34.6959	-89.8288	4
38668	Senatobia	senatobia	MS	137		34.6323	-89.8855	4
38610	Blue Mountain	blue-mountain	MS	139		34.671	-89.0088	4
38625	Dumas	dumas	MS	139		34.6491	-88.8072	4
38629	Falkner	falkner	MS	139		34.8417	-88.9525	4
38663	Ripley	ripley	MS	139		34.7509	-88.924	4
38674	Tiplersville	tiplersville	MS	139		34.9029	-88.9157	4
38683	Walnut	walnut	MS	139		34.9527	-88.9053	4
38827	Belmont	belmont	MS	141		34.5102	-88.2309	4
38833	Burnsville	burnsville	MS	141		34.8579	-88.307	4
38838	Dennis	dennis	MS	141		34.5497	-88.2117	4
38852	Iuka	iuka	MS	141		34.8089	-88.1983	4
38873	Tishomingo	tishomingo	MS	141		34.6478	-88.2194	4
38626	Dundee	dundee	MS	143		34.5357	-90.3693	4
38664	Robinsonville	robinsonville	MS	143		34.8093	-90.3052	4
38670	Sledge	sledge	MS	143		34.3823	-90.209	4
38676	Tunica	tunica	MS	143		34.6884	-90.3685	4
38627	Etta	etta	MS	145		34.4352	-89.1767	4
38650	Myrtle	myrtle	MS	145		34.5402	-89.1157	4
38652	New Albany	new-albany	MS	145		34.4851	-89.0031	4
38828	Blue Springs	blue-springs	MS	145		34.4273	-88.859	4
39667	Tylertown	tylertown	MS	147		31.1466	-90.1169	4
39156	Redwood	redwood	MS	149		32.4867	-90.7859	4
39180	Vicksburg	vicksburg	MS	149		32.3258	-90.8507	4
39181	Vicksburg	vicksburg	MS	149		32.3486	-90.8642	4
39182	Vicksburg	vicksburg	MS	149		32.3486	-90.8642	4
39183	Vicksburg	vicksburg	MS	149		32.386	-90.84	4
38701	Greenville	greenville	MS	151		33.3787	-91.0468	4
38702	Greenville	greenville	MS	151		33.4258	-90.9946	4
38703	Greenville	greenville	MS	151		33.4085	-91.0228	4
38704	Greenville	greenville	MS	151		33.2534	-90.9185	4
38722	Arcola	arcola	MS	151		33.2698	-90.8798	4
38723	Avon	avon	MS	151		33.2301	-91.0473	4
38731	Chatham	chatham	MS	151		33.1007	-91.0979	4
38744	Glen Allan	glen-allan	MS	151		33.0254	-91.0092	4
38748	Hollandale	hollandale	MS	151		33.149	-90.9041	4
38756	Leland	leland	MS	151		33.3985	-90.8839	4
38760	Metcalfe	metcalfe	MS	151		33.4546	-90.9943	4
38776	Stoneville	stoneville	MS	151		33.4096	-90.9104	4
38780	Wayside	wayside	MS	151		33.269	-91.0337	4
38782	Winterville	winterville	MS	151		33.5018	-91.0584	4
39322	Buckatunna	buckatunna	MS	153		31.5391	-88.5289	4
39324	Clara	clara	MS	153		31.5937	-88.7048	4
39367	Waynesboro	waynesboro	MS	153		31.6754	-88.6782	4
39737	Bellefontaine	bellefontaine	MS	155		33.6487	-89.3101	4
39744	Eupora	eupora	MS	155		33.5494	-89.2904	4
39750	Maben	maben	MS	155		33.5686	-89.0605	4
39752	Mathiston	mathiston	MS	155		33.5415	-89.1275	4
39771	Walthall	walthall	MS	155		33.607	-89.2752	4
39631	Centreville	centreville	MS	157		31.0893	-91.096	4
39669	Woodville	woodville	MS	157		31.1459	-91.3076	4
39339	Louisville	louisville	MS	159		33.1058	-89.0287	4
39346	Noxapater	noxapater	MS	159		32.9789	-89.1221	4
38922	Coffeeville	coffeeville	MS	161		33.9215	-89.6782	4
38948	Oakland	oakland	MS	161		34.0756	-89.8877	4
38953	Scobey	scobey	MS	161		33.9253	-89.891	4
38961	Tillatoba	tillatoba	MS	161		33.9852	-89.8945	4
38965	Water Valley	water-valley	MS	161		34.1525	-89.638	4
39039	Benton	benton	MS	163		32.8158	-90.2815	4
39040	Bentonia	bentonia	MS	163		32.7	-90.3722	4
39088	Holly Bluff	holly-bluff	MS	163		32.8415	-90.7231	4
39162	Satartia	satartia	MS	163		32.6125	-90.5965	4
39173	Tinsley	tinsley	MS	163		32.7628	-90.3628	4
39179	Vaughan	vaughan	MS	163		32.8015	-90.0981	4
39194	Yazoo City	yazoo-city	MS	163		32.8594	-90.4031	4
59724	Dell	dell	MT	001		44.723	-112.6972	4
59725	Dillon	dillon	MT	001		45.2339	-112.6405	4
59732	Glen	glen	MT	001		45.4766	-112.6906	4
59736	Jackson	jackson	MT	001		45.3687	-113.3598	4
59739	Lima	lima	MT	001		44.6441	-112.5625	4
59746	Polaris	polaris	MT	001		45.3696	-113.1195	4
59761	Wisdom	wisdom	MT	001		45.6519	-113.4729	4
59762	Wise River	wise-river	MT	001		45.7424	-112.9963	4
59016	Busby	busby	MT	003		45.5541	-106.8723	4
59022	Crow Agency	crow-agency	MT	003		45.6296	-107.4973	4
59025	Decker	decker	MT	003		45.1797	-106.8721	4
59031	Garryowen	garryowen	MT	003		45.5187	-107.4817	1
59034	Hardin	hardin	MT	003		45.7498	-107.6075	4
59035	Fort Smith	fort-smith	MT	003		45.3127	-107.9371	4
59050	Lodge Grass	lodge-grass	MT	003		45.3166	-107.3675	1
59066	Pryor	pryor	MT	003		45.4297	-108.5332	4
59075	Saint Xavier	saint-xavier	MT	003		45.3985	-107.8893	4
59089	Wyola	wyola	MT	003		45.1089	-107.4303	4
59523	Chinook	chinook	MT	005		48.5799	-109.2225	4
59526	Harlem	harlem	MT	005		48.5398	-108.7693	4
59527	Hays	hays	MT	005		47.9892	-108.6943	4
59529	Hogeland	hogeland	MT	005		48.8571	-108.6677	4
59535	Lloyd	lloyd	MT	005		47.9647	-109.2671	4
59542	Turner	turner	MT	005		48.8328	-108.3961	4
59547	Zurich	zurich	MT	005		48.5844	-109.0304	4
59641	Radersburg	radersburg	MT	007		46.2069	-111.6344	4
59643	Toston	toston	MT	007		46.1709	-111.5899	4
59644	Townsend	townsend	MT	007		46.3346	-111.4919	4
59647	Winston	winston	MT	007		46.4545	-111.651	4
59007	Bearcreek	bearcreek	MT	009		45.1608	-109.1571	4
59008	Belfry	belfry	MT	009		45.0498	-109.0788	4
59013	Boyd	boyd	MT	009		45.4577	-109.0665	4
59014	Bridger	bridger	MT	009		45.2857	-108.9082	4
59026	Edgar	edgar	MT	009		45.4647	-108.8524	4
59029	Fromberg	fromberg	MT	009		45.4027	-108.9057	4
59041	Joliet	joliet	MT	009		45.4941	-108.9922	4
59068	Red Lodge	red-lodge	MT	009		45.1965	-109.2688	4
59070	Roberts	roberts	MT	009		45.3672	-109.1769	4
59071	Roscoe	roscoe	MT	009		45.268	-109.5658	4
59311	Alzada	alzada	MT	011		45.1562	-104.2617	1
59316	Boyes	boyes	MT	011		45.268	-105.0311	4
59319	Capitol	capitol	MT	011		45.4361	-104.0655	1
59324	Ekalaka	ekalaka	MT	011		45.8805	-104.504	4
59332	Hammond	hammond	MT	011		45.5671	-104.5391	4
59401	Great Falls	great-falls	MT	013		47.5098	-111.2734	4
59402	Malmstrom Afb	malmstrom-afb	MT	013		47.5002	-111.3008	1
59403	Great Falls	great-falls	MT	013		47.5002	-111.3008	4
59404	Great Falls	great-falls	MT	013		47.5098	-111.3405	4
59405	Great Falls	great-falls	MT	013		47.495	-111.2502	4
59406	Great Falls	great-falls	MT	013		47.62	-111.2393	4
59412	Belt	belt	MT	013		47.3821	-110.9081	4
59414	Black Eagle	black-eagle	MT	013		47.5262	-111.2764	4
59421	Cascade	cascade	MT	013		47.2912	-111.7223	4
59443	Fort Shaw	fort-shaw	MT	013		47.5055	-111.8103	4
59463	Monarch	monarch	MT	013		47.0722	-110.871	4
59465	Neihart	neihart	MT	013		46.9391	-110.7328	4
59472	Sand Coulee	sand-coulee	MT	013		47.4021	-111.1661	4
59477	Simms	simms	MT	013		47.4958	-111.8861	4
59480	Stockett	stockett	MT	013		47.3217	-111.1287	4
59483	Sun River	sun-river	MT	013		47.481	-111.7242	4
59485	Ulm	ulm	MT	013		47.3539	-111.5954	4
59487	Vaughn	vaughn	MT	013		47.5624	-111.577	4
59420	Carter	carter	MT	015		47.781	-110.9786	4
59440	Floweree	floweree	MT	015		47.6584	-111.1214	4
59442	Fort Benton	fort-benton	MT	015		47.924	-110.6052	4
59446	Geraldine	geraldine	MT	015		47.6024	-110.2765	4
59450	Highwood	highwood	MT	015		47.5816	-110.7887	4
59460	Loma	loma	MT	015		47.9546	-110.4995	4
59520	Big Sandy	big-sandy	MT	015		48.1497	-110.0776	4
59301	Miles City	miles-city	MT	017		46.4075	-105.8332	4
59336	Ismay	ismay	MT	017		46.4132	-105.2091	4
59338	Kinsey	kinsey	MT	017		46.5708	-105.6569	4
59351	Volborg	volborg	MT	017		45.8428	-105.6811	4
59222	Flaxville	flaxville	MT	019		48.7472	-105.1637	4
59253	Peerless	peerless	MT	019		48.7808	-105.8006	4
59263	Scobey	scobey	MT	019		48.7854	-105.417	4
59276	Whitetail	whitetail	MT	019		48.8956	-105.1617	4
59259	Richey	richey	MT	021		47.6229	-105.017	4
59315	Bloomfield	bloomfield	MT	021		47.41	-104.9596	1
59330	Glendive	glendive	MT	021		47.1008	-104.7287	1
59339	Lindsay	lindsay	MT	021		47.2024	-105.2089	4
59711	Anaconda	anaconda	MT	023		46.1299	-112.9739	4
59756	Warm Springs	warm-springs	MT	023		46.1813	-112.7848	4
59313	Baker	baker	MT	025		46.3552	-104.2667	4
59344	Plevna	plevna	MT	025		46.4112	-104.5713	4
59354	Willard	willard	MT	025		46.1939	-104.3699	4
59032	Grass Range	grass-range	MT	027		47.0259	-108.8271	4
59418	Buffalo	buffalo	MT	027		46.8211	-109.8285	1
59424	Coffee Creek	coffee-creek	MT	027		47.3467	-110.0908	4
59430	Denton	denton	MT	027		47.3191	-109.8789	1
59441	Forest Grove	forest-grove	MT	027		46.9914	-109.0802	1
59451	Hilger	hilger	MT	027		47.2539	-109.3599	4
59457	Lewistown	lewistown	MT	027		47.0563	-109.4203	4
59464	Moore	moore	MT	027		46.9755	-109.6969	4
59471	Roy	roy	MT	027		47.3678	-108.8634	4
59489	Winifred	winifred	MT	027		47.6408	-109.2364	4
59901	Kalispell	kalispell	MT	029		48.2028	-114.3039	4
59903	Kalispell	kalispell	MT	029		48.2237	-114.4296	4
59904	Kalispell	kalispell	MT	029		48.2404	-114.2561	4
59911	Bigfork	bigfork	MT	029		48.0633	-114.0726	4
59912	Columbia Falls	columbia-falls	MT	029		48.3534	-114.1784	4
59913	Coram	coram	MT	029		48.4342	-114.0584	4
59916	Essex	essex	MT	029		48.278	-113.6126	4
59919	Hungry Horse	hungry-horse	MT	029		48.3858	-114.061	4
59920	Kila	kila	MT	029		48.0744	-114.5104	4
59921	Lake Mc Donald	lake-mc-donald	MT	029		48.2989	-113.9497	1
59922	Lakeside	lakeside	MT	029		48.0215	-114.2266	4
59925	Marion	marion	MT	029		48.0836	-114.7446	4
59926	Martin City	martin-city	MT	029		48.3916	-114.0382	4
59927	Olney	olney	MT	029		48.5455	-114.592	4
59928	Polebridge	polebridge	MT	029		48.8206	-114.3836	4
59932	Somers	somers	MT	029		48.0793	-114.2355	4
59936	West Glacier	west-glacier	MT	029		48.5	-113.9787	4
59937	Whitefish	whitefish	MT	029		48.404	-114.3509	4
59714	Belgrade	belgrade	MT	031		45.7801	-111.1439	4
59715	Bozeman	bozeman	MT	031		45.6693	-111.0431	4
59716	Big Sky	big-sky	MT	031		45.2847	-111.3683	4
59717	Bozeman	bozeman	MT	031		45.628	-110.9013	4
59718	Bozeman	bozeman	MT	031		45.6681	-111.2404	4
59719	Bozeman	bozeman	MT	031		45.628	-110.9013	4
59730	Gallatin Gateway	gallatin-gateway	MT	031		45.339	-111.2485	4
59741	Manhattan	manhattan	MT	031		45.798	-111.3146	4
59752	Three Forks	three-forks	MT	031		45.8811	-111.5436	4
59758	West Yellowstone	west-yellowstone	MT	031		44.6621	-111.1041	4
59760	Willow Creek	willow-creek	MT	031		45.7827	-111.6345	4
59771	Bozeman	bozeman	MT	031		45.7246	-111.1238	4
59772	Bozeman	bozeman	MT	031		45.6361	-111.0647	4
59058	Mosby	mosby	MT	033		46.9005	-107.7891	4
59077	Sand Springs	sand-springs	MT	033		47.1008	-107.4856	4
59318	Brusett	brusett	MT	033		47.4253	-107.2668	1
59322	Cohagen	cohagen	MT	033		47.1263	-106.4981	4
59337	Jordan	jordan	MT	033		47.3208	-106.9101	4
59411	Babb	babb	MT	035		48.8788	-113.3681	4
59417	Browning	browning	MT	035		48.5569	-113.0134	4
59427	Cut Bank	cut-bank	MT	035		48.6603	-112.3654	4
59434	East Glacier Park	east-glacier-park	MT	035		48.4457	-113.219	4
59046	Lavina	lavina	MT	037		46.3291	-108.9959	4
59074	Ryegate	ryegate	MT	037		46.2724	-109.2761	4
59832	Drummond	drummond	MT	039		46.6647	-113.2426	4
59837	Hall	hall	MT	039		46.5825	-113.2087	4
59858	Philipsburg	philipsburg	MT	039		46.3189	-113.3126	4
59501	Havre	havre	MT	041		48.5561	-109.688	4
59521	Box Elder	box-elder	MT	041		48.2841	-109.8205	4
59525	Gildford	gildford	MT	041		48.5927	-110.2836	4
59528	Hingham	hingham	MT	041		48.587	-110.4275	4
59530	Inverness	inverness	MT	041		48.593	-110.688	4
59532	Kremlin	kremlin	MT	041		48.56	-110.0513	4
59540	Rudyard	rudyard	MT	041		48.586	-110.5552	4
59631	Basin	basin	MT	043		46.3296	-112.1967	4
59632	Boulder	boulder	MT	043		46.2306	-112.1138	4
59634	Clancy	clancy	MT	043		46.4652	-111.9864	4
59638	Jefferson City	jefferson-city	MT	043		46.3679	-112.0232	4
59721	Cardwell	cardwell	MT	043		45.8941	-111.7809	4
59759	Whitehall	whitehall	MT	043		45.8771	-112.1245	4
59447	Geyser	geyser	MT	045		47.2598	-110.4839	4
59452	Hobson	hobson	MT	045		46.9968	-109.8756	4
59462	Moccasin	moccasin	MT	045		47.0916	-109.8901	4
59469	Raynesford	raynesford	MT	045		47.2604	-110.7047	4
59479	Stanford	stanford	MT	045		47.1489	-110.1961	4
59821	Arlee	arlee	MT	047		47.186	-114.076	4
59824	Charlo	charlo	MT	047		47.4385	-114.1723	4
59855	Pablo	pablo	MT	047		47.6002	-114.119	4
59860	Polson	polson	MT	047		47.6876	-114.1404	4
59863	Ravalli	ravalli	MT	047		47.2772	-114.1807	4
59864	Ronan	ronan	MT	047		47.5525	-114.1054	4
59865	Saint Ignatius	saint-ignatius	MT	047		47.33	-114.0758	4
59910	Big Arm	big-arm	MT	047		47.7952	-114.302	4
59914	Dayton	dayton	MT	047		47.8607	-114.2809	4
59915	Elmo	elmo	MT	047		47.8305	-114.3496	4
59929	Proctor	proctor	MT	047		47.9404	-114.3832	4
59931	Rollins	rollins	MT	047		47.9182	-114.225	4
59410	Augusta	augusta	MT	049		47.4537	-112.3883	4
59601	Helena	helena	MT	049		46.6131	-112.0213	4
59602	Helena	helena	MT	049		46.7074	-111.958	4
59604	Helena	helena	MT	049		46.6672	-111.9689	4
59620	Helena	helena	MT	049		46.5927	-112.0361	4
59623	Helena	helena	MT	049		46.5901	-112.0402	4
59624	Helena	helena	MT	049		46.5927	-112.0361	4
59625	Helena	helena	MT	049		46.6018	-112.0413	4
59626	Helena	helena	MT	049		46.5927	-112.0361	4
59633	Canyon Creek	canyon-creek	MT	049		46.7627	-112.2795	4
59635	East Helena	east-helena	MT	049		46.5973	-111.9051	4
59636	Fort Harrison	fort-harrison	MT	049		46.6197	-112.1099	1
59639	Lincoln	lincoln	MT	049		46.9575	-112.6651	4
59640	Marysville	marysville	MT	049		46.7499	-112.2994	4
59648	Wolf Creek	wolf-creek	MT	049		47.0856	-112.1476	4
59522	Chester	chester	MT	051		48.4541	-110.9798	4
59531	Joplin	joplin	MT	051		48.6498	-110.7914	4
59545	Whitlash	whitlash	MT	051		48.911	-111.1075	1
59917	Eureka	eureka	MT	053		48.8428	-115.0049	4
59918	Fortine	fortine	MT	053		48.7586	-114.8809	4
59923	Libby	libby	MT	053		48.3773	-115.5391	4
59930	Rexford	rexford	MT	053		48.9179	-115.2129	4
59933	Stryker	stryker	MT	053		48.6741	-114.7702	4
59934	Trego	trego	MT	053		48.7052	-114.8693	4
59935	Troy	troy	MT	053		48.4791	-115.8817	4
59214	Brockway	brockway	MT	055		47.2485	-105.7776	4
59215	Circle	circle	MT	055		47.4264	-105.6148	4
59274	Vida	vida	MT	055		47.832	-105.493	4
59710	Alder	alder	MT	057		45.1939	-112.0568	4
59720	Cameron	cameron	MT	057		45.139	-111.6508	4
59729	Ennis	ennis	MT	057		45.3545	-111.687	4
59735	Harrison	harrison	MT	057		45.7423	-111.8461	4
59740	Mc Allister	mc-allister	MT	057		45.408	-111.7761	1
59745	Norris	norris	MT	057		45.5323	-111.6943	4
59747	Pony	pony	MT	057		45.6585	-111.8944	4
59749	Sheridan	sheridan	MT	057		45.423	-112.1735	4
59751	Silver Star	silver-star	MT	057		45.7	-112.2535	4
59754	Twin Bridges	twin-bridges	MT	057		45.5311	-112.3495	4
59755	Virginia City	virginia-city	MT	057		45.2938	-111.9461	4
59053	Martinsdale	martinsdale	MT	059		46.4581	-110.4324	1
59642	Ringling	ringling	MT	059		46.2716	-110.8072	4
59645	White Sulphur Springs	white-sulphur-springs	MT	059		46.6332	-111.0506	4
59820	Alberton	alberton	MT	061		46.9806	-114.4921	4
59830	De Borgia	de-borgia	MT	061		47.3888	-115.3479	4
59842	Haugan	haugan	MT	061		47.3833	-115.3996	4
59866	Saint Regis	saint-regis	MT	061		47.3369	-115.1703	4
59867	Saltese	saltese	MT	061		47.4102	-115.5096	4
59872	Superior	superior	MT	061		47.1721	-114.8885	4
59801	Missoula	missoula	MT	063		46.8563	-114.0252	4
59802	Missoula	missoula	MT	063		46.9006	-114.0027	4
59803	Missoula	missoula	MT	063		46.8224	-114.0265	4
59804	Missoula	missoula	MT	063		46.8467	-114.1698	4
59806	Missoula	missoula	MT	063		46.8721	-113.994	4
59807	Missoula	missoula	MT	063		46.9103	-113.9587	4
59808	Missoula	missoula	MT	063		46.9776	-114.0619	4
59812	Missoula	missoula	MT	063		46.8721	-113.994	4
59823	Bonner	bonner	MT	063		46.8733	-113.8645	4
59825	Clinton	clinton	MT	063		46.7673	-113.7038	4
59826	Condon	condon	MT	063		47.5097	-113.7075	4
59834	Frenchtown	frenchtown	MT	063		47.0471	-114.2683	4
59846	Huson	huson	MT	063		47.066	-114.4219	4
59847	Lolo	lolo	MT	063		46.7585	-114.1097	4
59851	Milltown	milltown	MT	063		46.8737	-113.8783	4
59868	Seeley Lake	seeley-lake	MT	063		47.1789	-113.481	4
59054	Melstone	melstone	MT	065		46.5986	-107.8692	4
59059	Musselshell	musselshell	MT	065		46.5186	-108.0912	4
59072	Roundup	roundup	MT	065		46.4225	-108.5438	4
59073	Roundup	roundup	MT	065		46.4452	-108.5418	4
59018	Clyde Park	clyde-park	MT	067		45.8341	-110.6222	4
59020	Cooke City	cooke-city	MT	067		45.0234	-109.907	4
59027	Emigrant	emigrant	MT	067		45.2708	-110.7921	4
59030	Gardiner	gardiner	MT	067		45.0849	-110.5715	4
59047	Livingston	livingston	MT	067		45.6546	-110.5609	4
59065	Pray	pray	MT	067		45.3331	-110.7137	4
59081	Silver Gate	silver-gate	MT	067		45.0046	-109.9854	4
59082	Springdale	springdale	MT	067		45.7383	-110.2271	4
59086	Wilsall	wilsall	MT	067		45.9484	-110.6061	1
59084	Teigen	teigen	MT	069		47.0366	-108.5968	4
59087	Winnett	winnett	MT	069		46.9438	-108.3184	4
59261	Saco	saco	MT	071		48.6389	-107.4293	4
59524	Dodson	dodson	MT	071		48.395	-108.2465	4
59537	Loring	loring	MT	071		48.7983	-107.8686	4
59538	Malta	malta	MT	071		48.3692	-107.8408	4
59544	Whitewater	whitewater	MT	071		48.7595	-107.6276	4
59546	Zortman	zortman	MT	071		47.7698	-108.592	4
59416	Brady	brady	MT	073		48.0312	-111.755	4
59425	Conrad	conrad	MT	073		48.1783	-111.9397	4
59432	Dupuyer	dupuyer	MT	073		48.1925	-112.4995	4
59448	Heart Butte	heart-butte	MT	073		48.2777	-112.8456	4
59456	Ledger	ledger	MT	073		48.2643	-111.3886	4
59486	Valier	valier	MT	073		48.2795	-112.3033	4
59062	Otter	otter	MT	075		45.0903	-106.1499	1
59314	Biddle	biddle	MT	075		45.0994	-105.3383	4
59317	Broadus	broadus	MT	075		45.2572	-105.2568	4
59343	Olive	olive	MT	075		45.5506	-105.528	4
59345	Powderville	powderville	MT	075		45.7589	-105.1153	4
59713	Avon	avon	MT	077		46.5972	-112.602	4
59722	Deer Lodge	deer-lodge	MT	077		46.3881	-112.7476	4
59728	Elliston	elliston	MT	077		46.5034	-112.4007	4
59731	Garrison	garrison	MT	077		46.5948	-112.7756	4
59733	Gold Creek	gold-creek	MT	077		46.59	-112.9706	1
59843	Helmville	helmville	MT	077		46.83	-112.9413	1
59854	Ovando	ovando	MT	077		47.0067	-113.0905	4
59326	Fallon	fallon	MT	079		46.7866	-105.1161	4
59341	Mildred	mildred	MT	079		46.6758	-104.96	4
59349	Terry	terry	MT	079		46.829	-105.3706	4
59827	Conner	conner	MT	081		45.919	-114.059	4
59828	Corvallis	corvallis	MT	081		46.3142	-114.096	4
59829	Darby	darby	MT	081		46.028	-114.1938	4
59833	Florence	florence	MT	081		46.631	-114.0945	4
59835	Grantsdale	grantsdale	MT	081		46.2035	-114.1418	4
59840	Hamilton	hamilton	MT	081		46.2395	-114.1679	4
59841	Pinesdale	pinesdale	MT	081		46.3329	-114.2235	4
59870	Stevensville	stevensville	MT	081		46.5267	-114.0478	4
59871	Sula	sula	MT	081		45.8433	-113.8748	4
59875	Victor	victor	MT	081		46.4005	-114.1665	4
59217	Crane	crane	MT	083		47.5758	-104.2624	4
59221	Fairview	fairview	MT	083		47.8916	-104.2302	4
59243	Lambert	lambert	MT	083		47.7459	-104.5987	4
59262	Savage	savage	MT	083		47.5194	-104.2845	4
59270	Sidney	sidney	MT	083		47.713	-104.1634	4
59201	Wolf Point	wolf-point	MT	085		48.1119	-105.6293	4
59212	Bainville	bainville	MT	085		48.158	-104.1995	4
59213	Brockton	brockton	MT	085		48.2101	-104.8548	4
59218	Culbertson	culbertson	MT	085		48.1495	-104.5132	4
59226	Froid	froid	MT	085		48.3345	-104.4961	4
59242	Homestead	homestead	MT	085		48.435	-104.4389	4
59255	Poplar	poplar	MT	085		48.1307	-105.187	4
59003	Ashland	ashland	MT	087		45.5827	-106.2797	4
59004	Ashland	ashland	MT	087		45.5944	-106.2708	4
59012	Birney	birney	MT	087		45.2862	-106.5095	1
59039	Ingomar	ingomar	MT	087		46.5767	-107.3723	4
59043	Lame Deer	lame-deer	MT	087		45.6032	-106.5654	4
59083	Sumatra	sumatra	MT	087		46.6183	-107.5512	4
59312	Angela	angela	MT	087		46.73	-106.2011	4
59323	Colstrip	colstrip	MT	087		45.9344	-106.6368	4
59327	Forsyth	forsyth	MT	087		46.2819	-106.6991	4
59333	Hathaway	hathaway	MT	087		46.2761	-106.1967	4
59347	Rosebud	rosebud	MT	087		46.4352	-106.352	4
59831	Dixon	dixon	MT	089		47.3131	-114.3056	4
59844	Heron	heron	MT	089		48.0537	-115.9407	4
59845	Hot Springs	hot-springs	MT	089		47.5914	-114.6597	4
59848	Lonepine	lonepine	MT	089		47.7251	-114.657	4
59853	Noxon	noxon	MT	089		48.0768	-115.8582	1
59856	Paradise	paradise	MT	089		47.3878	-114.799	4
59859	Plains	plains	MT	089		47.4734	-114.893	4
59873	Thompson Falls	thompson-falls	MT	089		47.6016	-115.3602	4
59874	Trout Creek	trout-creek	MT	089		47.8111	-115.5592	4
59211	Antelope	antelope	MT	091		48.6968	-104.4529	4
59219	Dagmar	dagmar	MT	091		48.6093	-104.2401	4
59247	Medicine Lake	medicine-lake	MT	091		48.4852	-104.4375	4
59252	Outlook	outlook	MT	091		48.8817	-104.7415	4
59254	Plentywood	plentywood	MT	091		48.7788	-104.56	4
59256	Raymond	raymond	MT	091		48.8764	-104.5802	4
59257	Redstone	redstone	MT	091		48.728	-104.9402	4
59258	Reserve	reserve	MT	091		48.5905	-104.6279	4
59275	Westby	westby	MT	091		48.8587	-104.1247	4
59701	Butte	butte	MT	093		45.9979	-112.5988	4
59702	Butte	butte	MT	093		45.9053	-112.6377	4
59703	Butte	butte	MT	093		45.9053	-112.6377	4
59707	Butte	butte	MT	093		46.0038	-112.5347	4
59727	Divide	divide	MT	093		45.803	-112.809	4
59743	Melrose	melrose	MT	093		45.6319	-112.6845	4
59748	Ramsay	ramsay	MT	093		46.0058	-112.6861	4
59750	Butte	butte	MT	093		46.0033	-112.7159	4
59001	Absarokee	absarokee	MT	095		45.5154	-109.4692	4
59019	Columbus	columbus	MT	095		45.6262	-109.2571	4
59028	Fishtail	fishtail	MT	095		45.4002	-109.5821	4
59057	Molt	molt	MT	095		45.8615	-108.9731	4
59061	Nye	nye	MT	095		45.441	-109.8271	1
59063	Park City	park-city	MT	095		45.6329	-108.9293	4
59067	Rapelje	rapelje	MT	095		45.9795	-109.2761	4
59069	Reed Point	reed-point	MT	095		45.7439	-109.5224	4
59011	Big Timber	big-timber	MT	097		45.8283	-109.9631	1
59033	Greycliff	greycliff	MT	097		45.7633	-109.7846	4
59052	Mc Leod	mc-leod	MT	097		45.5963	-109.9357	1
59055	Melville	melville	MT	097		46.104	-109.7808	4
59419	Bynum	bynum	MT	099		47.99	-112.2762	4
59422	Choteau	choteau	MT	099		47.838	-112.2021	4
59433	Dutton	dutton	MT	099		47.8601	-111.69	4
59436	Fairfield	fairfield	MT	099		47.6143	-112.0015	4
59467	Pendroy	pendroy	MT	099		48.0879	-112.3261	4
59468	Power	power	MT	099		47.6798	-111.7169	4
59435	Ethridge	ethridge	MT	101		48.5578	-112.1206	4
59444	Galata	galata	MT	101		48.8111	-111.4704	4
59454	Kevin	kevin	MT	101		48.7508	-111.9708	4
59461	Lothair	lothair	MT	101		48.4717	-111.2322	4
59466	Oilmont	oilmont	MT	101		48.74	-111.8409	4
59474	Shelby	shelby	MT	101		48.5037	-111.8391	4
59482	Sunburst	sunburst	MT	101		48.8516	-111.7442	4
59484	Sweet Grass	sweet-grass	MT	101		48.9961	-111.9606	4
59010	Bighorn	bighorn	MT	103		45.997	-107.31	4
59038	Hysham	hysham	MT	103		46.2765	-107.3072	4
59076	Sanders	sanders	MT	103		46.2914	-107.0967	4
59223	Fort Peck	fort-peck	MT	105		48.0089	-106.4486	4
59225	Frazer	frazer	MT	105		48.2959	-106.0324	4
59230	Glasgow	glasgow	MT	105		48.2034	-106.6094	4
59231	Saint Marie	saint-marie	MT	105		48.4039	-106.5428	4
59240	Glentana	glentana	MT	105		48.8481	-106.2495	4
59241	Hinsdale	hinsdale	MT	105		48.4007	-107.0098	4
59244	Larslan	larslan	MT	105		48.5822	-106.2835	4
59248	Nashua	nashua	MT	105		48.1322	-106.3564	4
59250	Opheim	opheim	MT	105		48.8702	-106.3658	4
59260	Richland	richland	MT	105		48.6507	-106.1192	4
59273	Vandalia	vandalia	MT	105		48.3547	-106.9098	4
59036	Harlowton	harlowton	MT	107		46.4477	-109.8435	4
59078	Shawmut	shawmut	MT	107		46.3869	-109.5974	4
59085	Two Dot	two-dot	MT	107		46.4242	-110.0712	1
59453	Judith Gap	judith-gap	MT	107		46.6623	-109.6755	4
59353	Wibaux	wibaux	MT	109		46.9646	-104.1897	4
59002	Acton	acton	MT	111		45.9291	-108.6888	4
59006	Ballantine	ballantine	MT	111		45.9547	-108.1231	4
59015	Broadview	broadview	MT	111		46.0821	-108.8091	4
59024	Custer	custer	MT	111		46.1302	-107.5958	4
59037	Huntley	huntley	MT	111		45.8905	-108.285	4
59044	Laurel	laurel	MT	111		45.6745	-108.769	4
59064	Pompeys Pillar	pompeys-pillar	MT	111		45.9838	-107.9154	4
59079	Shepherd	shepherd	MT	111		45.9461	-108.3426	4
59088	Worden	worden	MT	111		45.9779	-108.1533	4
59101	Billings	billings	MT	111		45.7745	-108.5005	4
59102	Billings	billings	MT	111		45.7813	-108.5727	4
59103	Billings	billings	MT	111		45.7833	-108.5007	4
59104	Billings	billings	MT	111		45.7833	-108.5007	4
59105	Billings	billings	MT	111		45.9497	-108.599	4
59106	Billings	billings	MT	111		45.7753	-108.6519	4
59107	Billings	billings	MT	111		45.8252	-108.3934	4
59108	Billings	billings	MT	111		45.7833	-108.5007	4
59111	Billings	billings	MT	111		45.7833	-108.5007	4
59112	Billings	billings	MT	111		45.7833	-108.5007	4
59114	Billings	billings	MT	111		45.7833	-108.5007	4
59115	Billings	billings	MT	111		45.7833	-108.5007	4
59116	Billings	billings	MT	111		45.7833	-108.5007	4
59117	Billings	billings	MT	111		45.7833	-108.5007	4
27201	Alamance	alamance	NC	001		36.0318	-79.4856	4
27202	Altamahaw	altamahaw	NC	001		36.1855	-79.5055	4
27215	Burlington	burlington	NC	001		36.0318	-79.4889	4
27216	Burlington	burlington	NC	001		36.0475	-79.4797	4
27217	Burlington	burlington	NC	001		36.1288	-79.4114	4
27244	Elon	elon	NC	001		36.1029	-79.5067	4
27253	Graham	graham	NC	001		36.031	-79.3814	4
27258	Haw River	haw-river	NC	001		36.0915	-79.3642	4
27302	Mebane	mebane	NC	001		36.0979	-79.2719	4
27340	Saxapahaw	saxapahaw	NC	001		35.9488	-79.3297	4
27349	Snow Camp	snow-camp	NC	001		35.9066	-79.4279	4
27359	Swepsonville	swepsonville	NC	001		36.0214	-79.3574	4
28636	Hiddenite	hiddenite	NC	003		35.9504	-81.0487	4
28678	Stony Point	stony-point	NC	003		35.8661	-81.0641	4
28681	Taylorsville	taylorsville	NC	003		35.901	-81.2124	4
28623	Ennice	ennice	NC	005		36.5253	-80.9771	4
28627	Glade Valley	glade-valley	NC	005		36.4429	-81.0168	4
28663	Piney Creek	piney-creek	NC	005		36.5276	-81.3019	4
28668	Roaring Gap	roaring-gap	NC	005		36.3836	-81.0188	4
28675	Sparta	sparta	NC	005		36.5089	-81.1384	4
28007	Ansonville	ansonville	NC	007		35.1046	-80.1092	4
28091	Lilesville	lilesville	NC	007		34.9689	-79.9721	4
28102	Mc Farlan	mc-farlan	NC	007		34.8136	-79.9776	1
28119	Morven	morven	NC	007		34.8511	-80.0025	4
28133	Peachland	peachland	NC	007		35.0054	-80.2829	4
28135	Polkton	polkton	NC	007		34.9823	-80.1538	4
28170	Wadesboro	wadesboro	NC	007		34.9809	-80.0696	4
28615	Creston	creston	NC	009		36.45	-81.6506	4
28617	Crumpler	crumpler	NC	009		36.4641	-81.4039	4
28626	Fleetwood	fleetwood	NC	009		36.2814	-81.514	4
28629	Glendale Springs	glendale-springs	NC	009		36.3405	-81.3653	4
28631	Grassy Creek	grassy-creek	NC	009		36.5415	-81.4468	4
28640	Jefferson	jefferson	NC	009		36.409	-81.4396	4
28643	Lansing	lansing	NC	009		36.5176	-81.5269	4
28644	Laurel Springs	laurel-springs	NC	009		36.4449	-81.2606	4
28672	Scottville	scottville	NC	009		36.4833	-81.3276	4
28684	Todd	todd	NC	009		36.3245	-81.5874	4
28693	Warrensville	warrensville	NC	009		36.4572	-81.5465	4
28694	West Jefferson	west-jefferson	NC	009		36.3776	-81.4872	4
28604	Banner Elk	banner-elk	NC	011		36.1705	-81.8412	4
28616	Crossnore	crossnore	NC	011		36.0218	-81.9296	4
28622	Elk Park	elk-park	NC	011		36.1646	-81.9639	4
28646	Linville	linville	NC	011		36.0665	-81.8704	4
28652	Minneapolis	minneapolis	NC	011		36.0993	-81.9871	4
28653	Montezuma	montezuma	NC	011		36.0651	-81.9017	4
28657	Newland	newland	NC	011		36.059	-81.9303	4
28662	Pineola	pineola	NC	011		36.0285	-81.8915	4
28664	Plumtree	plumtree	NC	011		36.0441	-82.0037	4
27806	Aurora	aurora	NC	013		35.3023	-76.7994	4
27808	Bath	bath	NC	013		35.4702	-76.7715	4
27810	Belhaven	belhaven	NC	013		35.4458	-76.6391	4
27814	Blounts Creek	blounts-creek	NC	013		35.382	-76.925	4
27817	Chocowinity	chocowinity	NC	013		35.4814	-77.0868	4
27821	Edward	edward	NC	013		35.3236	-76.8794	4
27860	Pantego	pantego	NC	013		35.6201	-76.6988	4
27865	Pinetown	pinetown	NC	013		35.5758	-76.8076	4
27889	Washington	washington	NC	013		35.5884	-77.1404	4
27805	Aulander	aulander	NC	015		36.1475	-77.1141	4
27847	Kelford	kelford	NC	015		36.1871	-77.1898	4
27849	Lewiston Woodville	lewiston-woodville	NC	015		36.0933	-77.1439	4
27872	Roxobel	roxobel	NC	015		36.195	-77.2602	4
27924	Colerain	colerain	NC	015		36.1901	-76.8548	4
27957	Merry Hill	merry-hill	NC	015		36.0871	-76.7776	4
27967	Powellsville	powellsville	NC	015		36.2257	-76.933	4
27983	Windsor	windsor	NC	015		36.0159	-76.9336	4
28320	Bladenboro	bladenboro	NC	017		34.5658	-78.7793	4
28332	Dublin	dublin	NC	017		34.6568	-78.7264	4
28337	Elizabethtown	elizabethtown	NC	017		34.6471	-78.5747	4
28392	Tar Heel	tar-heel	NC	017		34.7465	-78.8134	4
28399	White Oak	white-oak	NC	017		34.7662	-78.7301	4
28433	Clarkton	clarkton	NC	017		34.503	-78.6313	4
28434	Council	council	NC	017		34.429	-78.4115	4
28448	Kelly	kelly	NC	017		34.4591	-78.2942	4
28404	Wilmington	wilmington	NC	019		34.2257	-77.9447	4
28420	Ash	ash	NC	019		34.0659	-78.5056	4
28422	Bolivia	bolivia	NC	019		34.026	-78.1681	4
28451	Leland	leland	NC	019		34.268	-78.0578	4
28452	Longwood	longwood	NC	019		33.9973	-78.5541	4
28459	Shallotte	shallotte	NC	019		33.9334	-78.4129	4
28461	Southport	southport	NC	019		33.9654	-78.0359	4
28462	Supply	supply	NC	019		34.0231	-78.2884	4
28465	Oak Island	oak-island	NC	019		33.9161	-78.1255	4
28467	Calabash	calabash	NC	019		33.9047	-78.5744	4
28468	Sunset Beach	sunset-beach	NC	019		33.8836	-78.52	4
28469	Ocean Isle Beach	ocean-isle-beach	NC	019		33.8913	-78.4298	4
28470	Shallotte	shallotte	NC	019		33.9637	-78.4064	4
28479	Winnabow	winnabow	NC	019		34.1553	-78.0558	4
28701	Alexander	alexander	NC	021		35.7064	-82.6311	4
28704	Arden	arden	NC	021		35.4637	-82.5354	4
28709	Barnardsville	barnardsville	NC	021		35.7748	-82.4567	4
28711	Black Mountain	black-mountain	NC	021		35.5986	-82.2902	4
28715	Candler	candler	NC	021		35.5376	-82.7001	4
28728	Enka	enka	NC	021		35.4988	-82.708	4
28730	Fairview	fairview	NC	021		35.5258	-82.3985	4
28748	Leicester	leicester	NC	021		35.6498	-82.7106	4
28757	Montreat	montreat	NC	021		35.6415	-82.3156	4
28759	Mills River	mills-river	NC	021		35.3906	-82.568	4
28770	Ridgecrest	ridgecrest	NC	021		35.6186	-82.3005	4
28776	Skyland	skyland	NC	021		35.4835	-82.5207	4
28778	Swannanoa	swannanoa	NC	021		35.6172	-82.407	4
28787	Weaverville	weaverville	NC	021		35.7126	-82.5491	4
28801	Asheville	asheville	NC	021		35.5971	-82.5565	4
28802	Asheville	asheville	NC	021		35.6237	-82.6671	4
28803	Asheville	asheville	NC	021		35.5393	-82.518	4
28804	Asheville	asheville	NC	021		35.6374	-82.5646	4
28805	Asheville	asheville	NC	021		35.6004	-82.4918	4
28806	Asheville	asheville	NC	021		35.5808	-82.6078	4
28810	Asheville	asheville	NC	021		35.6203	-82.5286	4
28813	Asheville	asheville	NC	021		35.5004	-82.5026	4
28814	Asheville	asheville	NC	021		35.6648	-82.4927	4
28815	Asheville	asheville	NC	021		35.6203	-82.5286	4
28816	Asheville	asheville	NC	021		35.6203	-82.5286	4
28612	Connelly Springs	connelly-springs	NC	023		35.7429	-81.5134	4
28619	Drexel	drexel	NC	023		35.7579	-81.6043	4
28628	Glen Alpine	glen-alpine	NC	023		35.729	-81.7793	4
28637	Hildebran	hildebran	NC	023		35.718	-81.4194	4
28641	Jonas Ridge	jonas-ridge	NC	023		35.9726	-81.8948	4
28647	Linville Falls	linville-falls	NC	023		35.9593	-81.9429	4
28655	Morganton	morganton	NC	023		35.7346	-81.7042	4
28666	Icard	icard	NC	023		35.7274	-81.4706	4
28671	Rutherford College	rutherford-college	NC	023		35.7485	-81.5226	4
28680	Morganton	morganton	NC	023		35.7507	-81.6953	4
28690	Valdese	valdese	NC	023		35.7447	-81.567	4
28025	Concord	concord	NC	025		35.3716	-80.53	4
28026	Concord	concord	NC	025		35.3463	-80.5411	4
28027	Concord	concord	NC	025		35.4141	-80.6162	4
28075	Harrisburg	harrisburg	NC	025		35.3247	-80.6594	4
28081	Kannapolis	kannapolis	NC	025		35.502	-80.6359	4
28082	Kannapolis	kannapolis	NC	025		35.3463	-80.5411	4
28083	Kannapolis	kannapolis	NC	025		35.4848	-80.6015	4
28107	Midland	midland	NC	025		35.2477	-80.5319	4
28124	Mount Pleasant	mount-pleasant	NC	025		35.4146	-80.4171	4
28611	Collettsville	collettsville	NC	027		35.9946	-81.7266	4
28630	Granite Falls	granite-falls	NC	027		35.7965	-81.4306	4
28633	Lenoir	lenoir	NC	027		35.914	-81.539	4
28638	Hudson	hudson	NC	027		35.8403	-81.4897	4
28645	Lenoir	lenoir	NC	027		35.9149	-81.5398	4
28661	Patterson	patterson	NC	027		35.9973	-81.5626	4
28667	Rhodhiss	rhodhiss	NC	027		35.7772	-81.4302	4
27921	Camden	camden	NC	029		36.325	-76.15	4
27974	Shiloh	shiloh	NC	029		36.2584	-76.0432	4
27976	South Mills	south-mills	NC	029		36.4536	-76.3033	4
28511	Atlantic	atlantic	NC	031		34.8888	-76.3521	4
28512	Atlantic Beach	atlantic-beach	NC	031		34.6991	-76.7402	4
28516	Beaufort	beaufort	NC	031		34.758	-76.6228	4
28520	Cedar Island	cedar-island	NC	031		35.0082	-76.316	4
28524	Davis	davis	NC	031		34.7974	-76.4602	4
28528	Gloucester	gloucester	NC	031		34.7344	-76.5394	4
28531	Harkers Island	harkers-island	NC	031		34.6966	-76.5583	4
28553	Marshallberg	marshallberg	NC	031		34.7265	-76.5173	4
28557	Morehead City	morehead-city	NC	031		34.7253	-76.7531	4
28570	Newport	newport	NC	031		34.7551	-76.9069	4
28575	Salter Path	salter-path	NC	031		34.6885	-76.8861	4
28577	Sealevel	sealevel	NC	031		34.8769	-76.3898	4
28579	Smyrna	smyrna	NC	031		34.7593	-76.5274	4
28581	Stacy	stacy	NC	031		34.8412	-76.4289	4
28582	Stella	stella	NC	031		34.7777	-77.1308	4
28589	Williston	williston	NC	031		34.7893	-76.5052	4
09244	APO AE	apo-ae				49.7939	9.9512	
28594	Emerald Isle	emerald-isle	NC	031		34.6662	-77.026	4
27212	Blanch	blanch	NC	033		36.4664	-79.2755	4
27291	Leasburg	leasburg	NC	033		36.4151	-79.1942	4
27305	Milton	milton	NC	033		36.5158	-79.2087	4
27311	Pelham	pelham	NC	033		36.4899	-79.4736	4
27314	Prospect Hill	prospect-hill	NC	033		36.2932	-79.2156	4
27315	Providence	providence	NC	033		36.4873	-79.4041	4
27379	Yanceyville	yanceyville	NC	033		36.3907	-79.3465	4
28601	Hickory	hickory	NC	035		35.7576	-81.3289	4
28602	Hickory	hickory	NC	035		35.6884	-81.3612	4
28603	Hickory	hickory	NC	035		35.6799	-81.2872	4
28609	Catawba	catawba	NC	035		35.6757	-81.0503	4
28610	Claremont	claremont	NC	035		35.7211	-81.1297	4
28613	Conover	conover	NC	035		35.7313	-81.2165	4
28650	Maiden	maiden	NC	035		35.5759	-81.1745	4
28658	Newton	newton	NC	035		35.6498	-81.2425	4
28673	Sherrills Ford	sherrills-ford	NC	035		35.5962	-81.0339	4
28682	Terrell	terrell	NC	035		35.5836	-80.9631	4
27207	Bear Creek	bear-creek	NC	037		35.6129	-79.3726	4
27208	Bennett	bennett	NC	037		35.5673	-79.5225	4
27213	Bonlee	bonlee	NC	037		35.6482	-79.4149	4
27228	Bynum	bynum	NC	037		35.7835	-79.1298	4
27252	Goldston	goldston	NC	037		35.5643	-79.3385	4
27256	Gulf	gulf	NC	037		35.5604	-79.2817	4
27312	Pittsboro	pittsboro	NC	037		35.7694	-79.1755	4
27344	Siler City	siler-city	NC	037		35.7354	-79.4566	4
27559	Moncure	moncure	NC	037		35.6306	-79.0839	4
28781	Topton	topton	NC	039		35.2151	-83.6461	4
28901	Andrews	andrews	NC	039		35.1959	-83.8228	4
28903	Culberson	culberson	NC	039		34.9917	-84.1677	4
28905	Marble	marble	NC	039		35.1475	-83.9381	4
28906	Murphy	murphy	NC	039		35.1312	-84.0388	4
27932	Edenton	edenton	NC	041		36.0908	-76.6224	4
27980	Tyner	tyner	NC	041		36.2502	-76.6428	1
28902	Brasstown	brasstown	NC	043		35.0261	-83.9567	4
28904	Hayesville	hayesville	NC	043		35.0417	-83.7867	4
28909	Warne	warne	NC	043		35.0024	-83.9045	4
28017	Boiling Springs	boiling-springs	NC	045		35.2543	-81.667	4
28020	Casar	casar	NC	045		35.5145	-81.6357	4
28038	Earl	earl	NC	045		35.197	-81.5386	4
28042	Fallston	fallston	NC	045		35.429	-81.5015	4
28073	Grover	grover	NC	045		35.1836	-81.4552	4
28086	Kings Mountain	kings-mountain	NC	045		35.2516	-81.3806	4
28089	Lattimore	lattimore	NC	045		35.3182	-81.6607	4
28090	Lawndale	lawndale	NC	045		35.4449	-81.5336	4
28114	Mooresboro	mooresboro	NC	045		35.2295	-81.7492	4
28136	Polkville	polkville	NC	045		35.3961	-81.6303	4
28150	Shelby	shelby	NC	045		35.312	-81.5568	4
28151	Shelby	shelby	NC	045		35.2924	-81.5356	4
28152	Shelby	shelby	NC	045		35.2689	-81.5337	4
28169	Waco	waco	NC	045		35.3615	-81.4287	4
28423	Bolton	bolton	NC	047		34.3091	-78.3372	4
28424	Brunswick	brunswick	NC	047		34.2907	-78.6994	4
28430	Cerro Gordo	cerro-gordo	NC	047		34.3025	-78.9216	4
28431	Chadbourn	chadbourn	NC	047		34.3223	-78.8267	4
28432	Clarendon	clarendon	NC	047		34.1761	-78.7637	4
28436	Delco	delco	NC	047		34.2838	-78.2607	4
28438	Evergreen	evergreen	NC	047		34.4204	-78.8947	4
28439	Fair Bluff	fair-bluff	NC	047		34.3023	-79.0175	4
28442	Hallsboro	hallsboro	NC	047		34.3181	-78.6043	4
28450	Lake Waccamaw	lake-waccamaw	NC	047		34.3394	-78.5102	4
28455	Nakina	nakina	NC	047		34.1153	-78.657	4
28456	Riegelwood	riegelwood	NC	047		34.3471	-78.2575	4
28463	Tabor City	tabor-city	NC	047		34.1233	-78.8232	4
28472	Whiteville	whiteville	NC	047		34.3241	-78.716	4
28519	Bridgeton	bridgeton	NC	049		35.1215	-77.0208	4
28523	Cove City	cove-city	NC	049		35.2023	-77.2963	4
28526	Dover	dover	NC	049		35.2554	-77.3646	4
28527	Ernul	ernul	NC	049		35.2547	-77.0502	4
28532	Havelock	havelock	NC	049		34.8968	-76.89	4
28533	Cherry Point	cherry-point	NC	049		34.9038	-76.9	1
28560	New Bern	new-bern	NC	049		35.1204	-76.9842	4
28561	New Bern	new-bern	NC	049		35.1037	-77.0759	4
28562	New Bern	new-bern	NC	049		35.1004	-77.1029	4
28563	New Bern	new-bern	NC	049		35.1109	-77.0634	4
28564	New Bern	new-bern	NC	049		35.1109	-77.0634	4
28586	Vanceboro	vanceboro	NC	049		35.3063	-77.1716	4
28301	Fayetteville	fayetteville	NC	051		35.0743	-78.8836	4
28302	Fayetteville	fayetteville	NC	051		35.0343	-78.9088	4
28303	Fayetteville	fayetteville	NC	051		35.0742	-78.965	4
28304	Fayetteville	fayetteville	NC	051		35.0257	-78.9705	4
28305	Fayetteville	fayetteville	NC	051		35.056	-78.9047	4
28306	Fayetteville	fayetteville	NC	051		35.0019	-78.9364	4
28307	Fort Bragg	fort-bragg	NC	051		35.1416	-79.0025	4
28308	Pope Army Airfield	pope-army-airfield	NC	051		35.0635	-78.8943	1
28309	Fayetteville	fayetteville	NC	051		35.0397	-78.8429	4
28310	Fort Bragg	fort-bragg	NC	051		35.0506	-78.8038	4
28311	Fayetteville	fayetteville	NC	051		35.1294	-78.8982	4
28312	Fayetteville	fayetteville	NC	051		34.9549	-78.7408	4
28314	Fayetteville	fayetteville	NC	051		35.0583	-79.008	4
28331	Cumberland	cumberland	NC	051		35.0049	-78.9673	4
28342	Falcon	falcon	NC	051		35.1899	-78.6483	4
28344	Godwin	godwin	NC	051		35.1969	-78.6625	4
28348	Hope Mills	hope-mills	NC	051		34.9536	-78.9354	4
28356	Linden	linden	NC	051		35.2276	-78.8004	4
28390	Spring Lake	spring-lake	NC	051		35.183	-78.9786	4
28391	Stedman	stedman	NC	051		35.0347	-78.6949	4
28395	Wade	wade	NC	051		35.1606	-78.7249	4
27916	Aydlett	aydlett	NC	053		36.3045	-75.9029	4
27917	Barco	barco	NC	053		36.3588	-75.9793	4
27923	Coinjock	coinjock	NC	053		36.3751	-75.934	4
27927	Corolla	corolla	NC	053		36.3206	-75.8132	4
27929	Currituck	currituck	NC	053		36.4398	-76.0055	4
27939	Grandy	grandy	NC	053		36.2339	-75.8768	4
27941	Harbinger	harbinger	NC	053		36.1025	-75.8169	4
27947	Jarvisburg	jarvisburg	NC	053		36.1714	-75.8621	4
27950	Knotts Island	knotts-island	NC	053		36.5232	-75.9702	4
27956	Maple	maple	NC	053		36.3987	-76.0039	4
27958	Moyock	moyock	NC	053		36.4871	-76.1146	4
27964	Point Harbor	point-harbor	NC	053		36.0781	-75.7983	4
27965	Poplar Branch	poplar-branch	NC	053		36.2737	-75.9097	4
27966	Powells Point	powells-point	NC	053		36.1207	-75.8273	4
27973	Shawboro	shawboro	NC	053		36.3779	-76.0945	4
27915	Avon	avon	NC	055		35.3521	-75.5104	4
27920	Buxton	buxton	NC	055		35.2677	-75.5424	4
27936	Frisco	frisco	NC	055		35.2338	-75.6145	4
27943	Hatteras	hatteras	NC	055		35.2193	-75.6902	4
27948	Kill Devil Hills	kill-devil-hills	NC	055		36.0088	-75.6757	4
27949	Kitty Hawk	kitty-hawk	NC	055		36.0646	-75.7057	4
27953	Manns Harbor	manns-harbor	NC	055		35.8238	-75.8467	4
27954	Manteo	manteo	NC	055		35.8948	-75.6714	4
27959	Nags Head	nags-head	NC	055		35.8865	-75.6038	4
27968	Rodanthe	rodanthe	NC	055		35.5935	-75.4679	4
27972	Salvo	salvo	NC	055		35.5546	-75.4693	4
27978	Stumpy Point	stumpy-point	NC	055		35.6985	-75.7728	4
27981	Wanchese	wanchese	NC	055		35.8622	-75.6437	4
27982	Waves	waves	NC	055		35.565	-75.4663	4
27239	Denton	denton	NC	057		35.6196	-80.0959	4
27292	Lexington	lexington	NC	057		35.8231	-80.262	4
27293	Lexington	lexington	NC	057		35.8829	-80.276	4
27294	Lexington	lexington	NC	057		35.824	-80.2534	4
27295	Lexington	lexington	NC	057		35.8684	-80.315	4
27299	Linwood	linwood	NC	057		35.7562	-80.3749	4
27351	Southmont	southmont	NC	057		35.6605	-80.2836	4
27360	Thomasville	thomasville	NC	057		35.8713	-80.0913	4
27361	Thomasville	thomasville	NC	057		35.8829	-80.276	4
27373	Wallburg	wallburg	NC	057		36.0101	-80.1392	4
27374	Welcome	welcome	NC	057		35.9029	-80.257	4
27006	Advance	advance	NC	059		36.0065	-80.4463	4
27014	Cooleemee	cooleemee	NC	059		35.8104	-80.5559	4
27028	Mocksville	mocksville	NC	059		35.922	-80.537	4
28325	Calypso	calypso	NC	061		35.1538	-78.1053	4
28341	Faison	faison	NC	061		35.1199	-78.118	4
28349	Kenansville	kenansville	NC	061		35.0152	-77.8969	4
28398	Warsaw	warsaw	NC	061		35.018	-78.031	4
28453	Magnolia	magnolia	NC	061		34.8957	-78.0432	4
28458	Rose Hill	rose-hill	NC	061		34.8235	-78.0166	4
28464	Teachey	teachey	NC	061		34.77	-78.0221	4
28466	Wallace	wallace	NC	061		34.7542	-77.9429	4
28508	Albertson	albertson	NC	061		35.1176	-77.8515	4
28518	Beulaville	beulaville	NC	061		34.934	-77.7697	4
28521	Chinquapin	chinquapin	NC	061		34.8276	-77.7636	4
27503	Bahama	bahama	NC	063		36.1566	-78.8903	4
27572	Rougemont	rougemont	NC	063		36.2393	-78.9019	4
27701	Durham	durham	NC	063		35.9967	-78.8966	4
27702	Durham	durham	NC	063		36.0512	-78.8577	4
27703	Durham	durham	NC	063		35.9781	-78.8439	4
27704	Durham	durham	NC	063		36.0383	-78.8764	4
27705	Durham	durham	NC	063		36.0218	-78.9478	4
27706	Durham	durham	NC	063		35.997	-78.9422	4
27707	Durham	durham	NC	063		35.9631	-78.9315	4
27708	Durham	durham	NC	063		36.0287	-78.924	4
27709	Durham	durham	NC	063		36.0512	-78.8577	4
27710	Durham	durham	NC	063		36.0512	-78.8577	4
27711	Durham	durham	NC	063		36.0512	-78.8577	4
27712	Durham	durham	NC	063		36.0918	-78.9299	4
27713	Durham	durham	NC	063		35.9112	-78.9178	4
27715	Durham	durham	NC	063		36.0512	-78.8577	4
27717	Durham	durham	NC	063		36.0512	-78.8577	4
27722	Durham	durham	NC	063		35.994	-78.8986	4
27801	Rocky Mount	rocky-mount	NC	065		35.9427	-77.7608	1
27802	Rocky Mount	rocky-mount	NC	065		35.9356	-77.7808	4
27809	Battleboro	battleboro	NC	065		36.0067	-77.7074	4
27819	Conetoe	conetoe	NC	065		35.8178	-77.4533	4
27852	Macclesfield	macclesfield	NC	065		35.751	-77.6706	4
27864	Pinetops	pinetops	NC	065		35.7885	-77.6378	4
27881	Speed	speed	NC	065		35.9679	-77.4452	4
27886	Tarboro	tarboro	NC	065		35.8983	-77.5421	4
27009	Belews Creek	belews-creek	NC	067		36.2269	-80.093	4
27010	Bethania	bethania	NC	067		36.183	-80.3387	4
27012	Clemmons	clemmons	NC	067		36.0341	-80.3962	4
27023	Lewisville	lewisville	NC	067		36.0967	-80.4206	4
27040	Pfafftown	pfafftown	NC	067		36.1669	-80.3798	4
27045	Rural Hall	rural-hall	NC	067		36.2293	-80.2936	4
27050	Tobaccoville	tobaccoville	NC	067		36.2336	-80.3915	4
27051	Walkertown	walkertown	NC	067		36.18	-80.1629	4
27094	Rural Hall	rural-hall	NC	067		36.2404	-80.2934	4
27098	Rural Hall	rural-hall	NC	067		36.2404	-80.2934	4
27099	Rural Hall	rural-hall	NC	067		36.2404	-80.2934	4
27101	Winston-Salem	winston-salem	NC	067		36.1024	-80.2228	4
27102	Winston-Salem	winston-salem	NC	067		36.0323	-80.3962	4
27103	Winston-Salem	winston-salem	NC	067		36.0671	-80.3025	4
27104	Winston-Salem	winston-salem	NC	067		36.092	-80.3224	4
27105	Winston-Salem	winston-salem	NC	067		36.144	-80.2376	4
27106	Winston-Salem	winston-salem	NC	067		36.1428	-80.3069	4
27107	Winston-Salem	winston-salem	NC	067		36.0403	-80.1933	4
27108	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27109	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27110	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27111	Winston-Salem	winston-salem	NC	067		36.0999	-80.2442	4
27113	Winston-Salem	winston-salem	NC	067		36.0999	-80.2442	4
27114	Winston-Salem	winston-salem	NC	067		36.0999	-80.2442	4
27115	Winston-Salem	winston-salem	NC	067		36.0999	-80.2442	4
27116	Winston-Salem	winston-salem	NC	067		36.0999	-80.2442	4
27117	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27120	Winston-Salem	winston-salem	NC	067		36.0999	-80.2442	4
27127	Winston-Salem	winston-salem	NC	067		36.0425	-80.2609	4
27130	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27150	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27152	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27155	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27157	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27198	Winston-Salem	winston-salem	NC	067		36.0275	-80.2073	4
27199	Winston-Salem	winston-salem	NC	067		36.0999	-80.2442	4
27284	Kernersville	kernersville	NC	067		36.1165	-80.0831	4
27285	Kernersville	kernersville	NC	067		36.1199	-80.0737	4
27508	Bunn	bunn	NC	069		35.9577	-78.2498	4
27525	Franklinton	franklinton	NC	069		36.0955	-78.4486	4
27549	Louisburg	louisburg	NC	069		36.0578	-78.2586	4
27596	Youngsville	youngsville	NC	069		36.0249	-78.4744	4
28006	Alexis	alexis	NC	071		35.4069	-81.0947	4
28012	Belmont	belmont	NC	071		35.244	-81.044	4
28016	Bessemer City	bessemer-city	NC	071		35.2849	-81.2863	4
28021	Cherryville	cherryville	NC	071		35.3747	-81.3509	4
28032	Cramerton	cramerton	NC	071		35.2396	-81.0831	4
28034	Dallas	dallas	NC	071		35.3349	-81.1862	4
28035	Davidson	davidson	NC	071		35.4993	-80.8486	4
28052	Gastonia	gastonia	NC	071		35.2449	-81.2194	4
28053	Gastonia	gastonia	NC	071		35.2751	-81.2134	4
28054	Gastonia	gastonia	NC	071		35.2495	-81.133	4
28055	Gastonia	gastonia	NC	071		35.284	-81.1897	4
28056	Gastonia	gastonia	NC	071		35.2172	-81.1252	4
28077	High Shoals	high-shoals	NC	071		35.4041	-81.2029	4
28098	Lowell	lowell	NC	071		35.2655	-81.096	4
28101	Mc Adenville	mc-adenville	NC	071		35.2578	-81.0788	1
28120	Mount Holly	mount-holly	NC	071		35.3119	-81.0306	4
28164	Stanley	stanley	NC	071		35.3516	-81.0959	4
27926	Corapeake	corapeake	NC	073		36.5179	-76.5979	4
27935	Eure	eure	NC	073		36.4341	-76.8463	4
27937	Gates	gates	NC	073		36.5036	-76.7646	4
27938	Gatesville	gatesville	NC	073		36.4072	-76.7325	4
27946	Hobbsville	hobbsville	NC	073		36.3543	-76.6178	4
27969	Roduco	roduco	NC	073		36.4618	-76.8125	4
27979	Sunbury	sunbury	NC	073		36.4316	-76.6096	4
28733	Fontana Dam	fontana-dam	NC	075		35.4231	-83.7795	1
28771	Robbinsville	robbinsville	NC	075		35.3259	-83.7888	4
27507	Bullock	bullock	NC	077		36.5076	-78.5646	4
27509	Butner	butner	NC	077		36.1359	-78.7636	4
27522	Creedmoor	creedmoor	NC	077		36.1224	-78.6861	4
27527	Clayton	clayton	NC	077		35.6577	-78.3837	4
27528	Clayton	clayton	NC	077		35.6555	-78.4611	4
27565	Oxford	oxford	NC	077		36.3313	-78.6134	4
27574	Roxboro	roxboro	NC	077		36.3942	-78.9863	4
27581	Stem	stem	NC	077		36.1999	-78.7222	4
27582	Stovall	stovall	NC	077		36.4482	-78.5703	4
27888	Walstonburg	walstonburg	NC	079		35.5882	-77.6983	4
28538	Hookerton	hookerton	NC	079		35.438	-77.5656	4
28554	Maury	maury	NC	079		35.4821	-77.5861	4
28580	Snow Hill	snow-hill	NC	079		35.4438	-77.6956	4
27214	Browns Summit	browns-summit	NC	081		36.2019	-79.7101	4
27233	Climax	climax	NC	081		35.9345	-79.7019	4
27235	Colfax	colfax	NC	081		36.1003	-80.0103	4
27249	Gibsonville	gibsonville	NC	081		36.1183	-79.5685	4
27260	High Point	high-point	NC	081		35.954	-79.9884	4
27261	High Point	high-point	NC	081		36.0807	-80.0244	4
27262	High Point	high-point	NC	081		35.9734	-80.0107	4
27263	High Point	high-point	NC	081		35.9359	-79.9395	4
27264	High Point	high-point	NC	081		36.0807	-80.0244	4
27265	High Point	high-point	NC	081		36.0036	-80.0036	4
27268	High Point	high-point	NC	081		35.9698	-79.9936	
27282	Jamestown	jamestown	NC	081		35.999	-79.9293	4
27283	Julian	julian	NC	081		35.9543	-79.6386	4
27301	Mc Leansville	mc-leansville	NC	081		36.1163	-79.6684	1
27310	Oak Ridge	oak-ridge	NC	081		36.1673	-79.9804	4
27313	Pleasant Garden	pleasant-garden	NC	081		35.9522	-79.7549	4
27342	Sedalia	sedalia	NC	081		36.0756	-79.6206	4
27357	Stokesdale	stokesdale	NC	081		36.2552	-79.9705	4
27358	Summerfield	summerfield	NC	081		36.2245	-79.8901	4
27377	Whitsett	whitsett	NC	081		36.033	-79.5972	4
27401	Greensboro	greensboro	NC	081		36.0697	-79.7682	4
27402	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27403	Greensboro	greensboro	NC	081		36.0641	-79.8202	4
27404	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27405	Greensboro	greensboro	NC	081		36.1214	-79.7733	4
27406	Greensboro	greensboro	NC	081		36.022	-79.7821	4
27407	Greensboro	greensboro	NC	081		36.0334	-79.8626	4
27408	Greensboro	greensboro	NC	081		36.1064	-79.8165	4
27409	Greensboro	greensboro	NC	081		36.0777	-79.9086	4
27410	Greensboro	greensboro	NC	081		36.1032	-79.8794	4
27411	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27412	Greensboro	greensboro	NC	081		36.0661	-79.8067	4
27413	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27415	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27416	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27417	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27419	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27420	Greensboro	greensboro	NC	081		36.113	-79.7759	4
27425	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27427	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27429	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27435	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27438	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27455	Greensboro	greensboro	NC	081		36.1824	-79.806	4
27495	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27497	Greensboro	greensboro	NC	081		36.0798	-79.8282	4
27498	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27499	Greensboro	greensboro	NC	081		36.0726	-79.792	4
27823	Enfield	enfield	NC	083		36.1973	-77.7129	4
27839	Halifax	halifax	NC	083		36.3049	-77.5607	4
27843	Hobgood	hobgood	NC	083		36.0594	-77.4061	4
27844	Hollister	hollister	NC	083		36.259	-77.9319	4
27850	Littleton	littleton	NC	083		36.4169	-77.8528	4
27870	Roanoke Rapids	roanoke-rapids	NC	083		36.4461	-77.6731	4
27874	Scotland Neck	scotland-neck	NC	083		36.1301	-77.4273	4
27887	Tillery	tillery	NC	083		36.2352	-77.5026	4
27890	Weldon	weldon	NC	083		36.4206	-77.6035	4
27501	Angier	angier	NC	085		35.4897	-78.7249	4
27506	Buies Creek	buies-creek	NC	085		35.4132	-78.7356	4
27521	Coats	coats	NC	085		35.4082	-78.6627	4
27543	Kipling	kipling	NC	085		35.4799	-78.8211	4
27546	Lillington	lillington	NC	085		35.332	-78.9212	4
27552	Mamers	mamers	NC	085		35.4168	-78.9334	4
28323	Bunnlevel	bunnlevel	NC	085		35.3119	-78.8405	4
28334	Dunn	dunn	NC	085		35.3165	-78.6151	4
28335	Dunn	dunn	NC	085		35.3063	-78.6089	4
28339	Erwin	erwin	NC	085		35.3287	-78.6859	4
28368	Olivia	olivia	NC	085		35.3596	-79.1097	4
28716	Canton	canton	NC	087		35.5127	-82.8413	4
28721	Clyde	clyde	NC	087		35.5597	-82.9216	4
28738	Hazelwood	hazelwood	NC	087		35.4683	-83.0028	4
28745	Lake Junaluska	lake-junaluska	NC	087		35.5258	-82.9704	4
28751	Maggie Valley	maggie-valley	NC	087		35.5201	-83.0929	4
28785	Waynesville	waynesville	NC	087		35.533	-82.9719	4
28786	Waynesville	waynesville	NC	087		35.5018	-82.9913	4
28710	Bat Cave	bat-cave	NC	089		35.4515	-82.2871	4
28724	Dana	dana	NC	089		35.3293	-82.3754	4
28726	East Flat Rock	east-flat-rock	NC	089		35.2799	-82.4204	4
28727	Edneyville	edneyville	NC	089		35.394	-82.3409	4
28729	Etowah	etowah	NC	089		35.3172	-82.5977	4
28731	Flat Rock	flat-rock	NC	089		35.289	-82.3916	4
28732	Fletcher	fletcher	NC	089		35.4499	-82.4966	4
28735	Gerton	gerton	NC	089		35.4759	-82.3505	4
28739	Hendersonville	hendersonville	NC	089		35.3192	-82.5	4
28742	Horse Shoe	horse-shoe	NC	089		35.3432	-82.5565	4
28758	Mountain Home	mountain-home	NC	089		35.3711	-82.4938	4
28760	Naples	naples	NC	089		35.3817	-82.4813	4
28784	Tuxedo	tuxedo	NC	089		35.2174	-82.4178	4
28790	Zirconia	zirconia	NC	089		35.2153	-82.4574	4
28791	Hendersonville	hendersonville	NC	089		35.3464	-82.525	4
28792	Hendersonville	hendersonville	NC	089		35.3613	-82.4264	4
28793	Hendersonville	hendersonville	NC	089		35.2927	-82.5036	4
27818	Como	como	NC	091		36.5015	-77.0094	4
27855	Murfreesboro	murfreesboro	NC	091		36.4319	-77.1027	4
27910	Ahoskie	ahoskie	NC	091		36.2957	-76.9966	4
27922	Cofield	cofield	NC	091		36.3333	-76.8746	4
27942	Harrellsville	harrellsville	NC	091		36.2866	-76.7767	4
27986	Winton	winton	NC	091		36.3826	-76.936	4
28376	Raeford	raeford	NC	093		34.989	-79.2228	4
27824	Engelhard	engelhard	NC	095		35.5149	-76.0303	4
27826	Fairfield	fairfield	NC	095		35.5659	-76.2318	4
27875	Scranton	scranton	NC	095		35.4717	-76.4951	4
27885	Swanquarter	swanquarter	NC	095		35.4222	-76.2875	4
27960	Ocracoke	ocracoke	NC	095		35.1397	-75.8931	4
28010	Barium Springs	barium-springs	NC	097		35.7192	-80.8991	4
28115	Mooresville	mooresville	NC	097		35.5774	-80.8226	4
28117	Mooresville	mooresville	NC	097		35.584	-80.8685	4
28123	Mount Mourne	mount-mourne	NC	097		35.5432	-80.8473	4
28166	Troutman	troutman	NC	097		35.6863	-80.8822	4
28625	Statesville	statesville	NC	097		35.8651	-80.8858	4
28634	Harmony	harmony	NC	097		35.958	-80.7585	4
28660	Olin	olin	NC	097		35.9593	-80.8511	4
28677	Statesville	statesville	NC	097		35.799	-80.894	4
28687	Statesville	statesville	NC	097		35.7826	-80.8873	4
28688	Turnersburg	turnersburg	NC	097		35.9085	-80.8073	4
28689	Union Grove	union-grove	NC	097		36.0369	-80.8967	4
28699	Scotts	scotts	NC	097		35.831	-81.0076	4
28707	Balsam	balsam	NC	099		35.4268	-83.0851	4
28717	Cashiers	cashiers	NC	099		35.0971	-83.0871	4
28723	Cullowhee	cullowhee	NC	099		35.2409	-83.1475	4
28725	Dillsboro	dillsboro	NC	099		35.3735	-83.2592	4
28736	Glenville	glenville	NC	099		35.1882	-83.09	4
28779	Sylva	sylva	NC	099		35.3481	-83.2031	4
28783	Tuckasegee	tuckasegee	NC	099		35.2599	-83.0749	4
28788	Webster	webster	NC	099		35.3462	-83.2193	4
28789	Whittier	whittier	NC	099		35.4469	-83.2872	4
27504	Benson	benson	NC	101		35.4037	-78.5421	4
27520	Clayton	clayton	NC	101		35.6348	-78.451	4
27524	Four Oaks	four-oaks	NC	101		35.404	-78.4153	4
27542	Kenly	kenly	NC	101		35.6077	-78.1382	4
27555	Micro	micro	NC	101		35.5638	-78.2044	4
27557	Middlesex	middlesex	NC	101		35.7665	-78.2062	4
27568	Pine Level	pine-level	NC	101		35.5132	-78.2444	4
27569	Princeton	princeton	NC	101		35.4558	-78.1674	4
27576	Selma	selma	NC	101		35.5565	-78.264	4
27577	Smithfield	smithfield	NC	101		35.5068	-78.3479	4
27593	Wilsons Mills	wilsons-mills	NC	101		35.5907	-78.3607	4
28522	Comfort	comfort	NC	103		35.0051	-77.5231	4
28555	Maysville	maysville	NC	103		34.8691	-77.2315	4
28573	Pollocksville	pollocksville	NC	103		35.0151	-77.2287	4
28585	Trenton	trenton	NC	103		35.0745	-77.4595	4
27237	Cumnock	cumnock	NC	105		35.4676	-79.1653	4
27330	Sanford	sanford	NC	105		35.4698	-79.1717	4
27331	Sanford	sanford	NC	105		35.4799	-79.1803	4
27332	Sanford	sanford	NC	105		35.4469	-79.138	4
27505	Broadway	broadway	NC	105		35.4181	-79.0435	4
28355	Lemon Springs	lemon-springs	NC	105		35.3896	-79.1945	4
28501	Kinston	kinston	NC	107		35.2783	-77.586	4
28502	Kinston	kinston	NC	107		35.2627	-77.5816	4
28503	Kinston	kinston	NC	107		35.3191	-77.595	4
28504	Kinston	kinston	NC	107		35.206	-77.6576	4
28525	Deep Run	deep-run	NC	107		35.163	-77.6928	4
28551	La Grange	la-grange	NC	107		35.3054	-77.7686	4
28572	Pink Hill	pink-hill	NC	107		35.0573	-77.6943	4
28033	Crouse	crouse	NC	109		35.421	-81.3054	4
28037	Denver	denver	NC	109		35.4837	-80.9898	4
28080	Iron Station	iron-station	NC	109		35.4657	-81.107	4
28092	Lincolnton	lincolnton	NC	109		35.4851	-81.1818	4
28093	Lincolnton	lincolnton	NC	109		35.4848	-81.2395	4
28168	Vale	vale	NC	109		35.5188	-81.4589	4
28737	Glenwood	glenwood	NC	111		35.7387	-82.0595	4
28749	Little Switzerland	little-switzerland	NC	111		35.8493	-82.0904	4
28752	Marion	marion	NC	111		35.6819	-82.018	4
28761	Nebo	nebo	NC	111		35.6732	-81.9056	4
28762	Old Fort	old-fort	NC	111		35.6169	-82.1686	4
28734	Franklin	franklin	NC	113		35.181	-83.3885	4
28741	Highlands	highlands	NC	113		35.0705	-83.216	4
28744	Franklin	franklin	NC	113		35.1823	-83.3815	4
28763	Otto	otto	NC	113		35.0515	-83.3854	4
28775	Scaly Mountain	scaly-mountain	NC	113		35.0311	-83.3274	4
28743	Hot Springs	hot-springs	NC	115		35.8082	-82.9005	4
28753	Marshall	marshall	NC	115		35.8597	-82.7105	4
28754	Mars Hill	mars-hill	NC	115		35.8528	-82.5254	4
27825	Everetts	everetts	NC	117		35.8349	-77.1736	4
27840	Hamilton	hamilton	NC	117		35.9446	-77.2097	4
27841	Hassell	hassell	NC	117		35.9086	-77.2763	4
27846	Jamesville	jamesville	NC	117		35.7839	-76.8983	4
27857	Oak City	oak-city	NC	117		35.9597	-77.3004	4
27861	Parmele	parmele	NC	117		35.8165	-77.3141	4
27871	Robersonville	robersonville	NC	117		35.8218	-77.26	4
27892	Williamston	williamston	NC	117		35.8212	-77.1022	4
28031	Cornelius	cornelius	NC	119		35.4733	-80.8726	4
28036	Davidson	davidson	NC	119		35.4858	-80.794	4
28070	Huntersville	huntersville	NC	119		35.4107	-80.8429	4
28078	Huntersville	huntersville	NC	119		35.4011	-80.8695	4
28104	Matthews	matthews	NC	119		35.0604	-80.6958	4
28105	Matthews	matthews	NC	119		35.1149	-80.705	4
28106	Matthews	matthews	NC	119		35.26	-80.8042	4
28126	Newell	newell	NC	119		35.2768	-80.7165	4
28130	Paw Creek	paw-creek	NC	119		35.26	-80.8042	4
28134	Pineville	pineville	NC	119		35.0709	-80.8859	4
28201	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28202	Charlotte	charlotte	NC	119		35.229	-80.8419	4
28203	Charlotte	charlotte	NC	119		35.2081	-80.8583	4
28204	Charlotte	charlotte	NC	119		35.2132	-80.8231	4
28205	Charlotte	charlotte	NC	119		35.22	-80.7881	4
28206	Charlotte	charlotte	NC	119		35.2522	-80.8265	4
28207	Charlotte	charlotte	NC	119		35.1935	-80.8272	4
28208	Charlotte	charlotte	NC	119		35.2358	-80.8964	4
28209	Charlotte	charlotte	NC	119		35.1796	-80.8559	4
28210	Charlotte	charlotte	NC	119		35.1316	-80.8577	4
28211	Charlotte	charlotte	NC	119		35.1677	-80.7932	4
28212	Charlotte	charlotte	NC	119		35.1908	-80.7448	4
28213	Charlotte	charlotte	NC	119		35.2836	-80.7638	4
28214	Charlotte	charlotte	NC	119		35.2731	-80.9571	4
28215	Charlotte	charlotte	NC	119		35.244	-80.7387	4
28216	Charlotte	charlotte	NC	119		35.2834	-80.8702	4
28217	Charlotte	charlotte	NC	119		35.1714	-80.9084	4
28218	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28219	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28220	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28221	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28222	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28223	Charlotte	charlotte	NC	119		35.3041	-80.7267	4
28224	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28226	Charlotte	charlotte	NC	119		35.0869	-80.8167	4
28227	Charlotte	charlotte	NC	119		35.1936	-80.6846	4
28228	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28229	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28230	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28231	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28232	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28233	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28234	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28235	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28236	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28237	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28241	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28242	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28243	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28244	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28246	Charlotte	charlotte	NC	119		35.2275	-80.8425	4
28247	Charlotte	charlotte	NC	119		35.0656	-80.8511	4
28250	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28253	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28254	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28255	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28256	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28258	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28260	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28262	Charlotte	charlotte	NC	119		35.3183	-80.7476	4
28263	Charlotte	charlotte	NC	119		35.2268	-80.8432	4
28265	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28266	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28269	Charlotte	charlotte	NC	119		35.2886	-80.8209	4
28270	Charlotte	charlotte	NC	119		35.1355	-80.7669	4
28272	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28273	Charlotte	charlotte	NC	119		35.1287	-80.9338	4
28274	Charlotte	charlotte	NC	119		35.1879	-80.8317	4
28275	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28277	Charlotte	charlotte	NC	119		35.0552	-80.8195	4
28278	Charlotte	charlotte	NC	119		35.2072	-80.9568	4
28280	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28281	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28282	Charlotte	charlotte	NC	119		35.2242	-80.8447	4
28284	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28285	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28287	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28288	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28289	Charlotte	charlotte	NC	119		35.2271	-80.8431	4
28290	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28296	Charlotte	charlotte	NC	119		35.2252	-80.8458	4
28297	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28299	Charlotte	charlotte	NC	119		35.26	-80.8042	4
28705	Bakersville	bakersville	NC	121		36.0286	-82.1711	4
28765	Penland	penland	NC	121		35.9219	-82.1107	4
28777	Spruce Pine	spruce-pine	NC	121		35.906	-82.0705	4
27209	Biscoe	biscoe	NC	123		35.3599	-79.7798	4
27229	Candor	candor	NC	123		35.2234	-79.7876	4
27247	Ether	ether	NC	123		35.4514	-79.7834	4
27306	Mount Gilead	mount-gilead	NC	123		35.2274	-79.9871	4
27356	Star	star	NC	123		35.4211	-79.7826	4
27371	Troy	troy	NC	123		35.3777	-79.9093	4
27242	Eagle Springs	eagle-springs	NC	125		35.336	-79.631	4
27259	Highfalls	highfalls	NC	125		35.4921	-79.479	1
27281	Jackson Springs	jackson-springs	NC	125		35.2259	-79.6685	4
27325	Robbins	robbins	NC	125		35.4528	-79.582	4
27376	West End	west-end	NC	125		35.2512	-79.536	4
28315	Aberdeen	aberdeen	NC	125		35.1216	-79.445	4
28326	Cameron	cameron	NC	125		35.3106	-79.3472	4
28327	Carthage	carthage	NC	125		35.3061	-79.3969	4
28350	Lakeview	lakeview	NC	125		35.2438	-79.3086	4
28370	Pinehurst	pinehurst	NC	125		35.2162	-79.4524	4
28373	Pinebluff	pinebluff	NC	125		35.1007	-79.4663	4
28374	Pinehurst	pinehurst	NC	125		35.1884	-79.4732	4
28387	Southern Pines	southern-pines	NC	125		35.1697	-79.3957	4
28388	Southern Pines	southern-pines	NC	125		35.2803	-79.4327	4
28394	Vass	vass	NC	125		35.2171	-79.2562	4
27803	Rocky Mount	rocky-mount	NC	127		35.9238	-77.835	4
27804	Rocky Mount	rocky-mount	NC	127		35.9904	-77.8468	4
27807	Bailey	bailey	NC	127		35.8072	-78.0892	4
27815	Rocky Mount	rocky-mount	NC	127		35.8979	-77.7935	4
27816	Castalia	castalia	NC	127		36.0901	-78.0705	4
27856	Nashville	nashville	NC	127		35.9843	-77.9595	4
27868	Red Oak	red-oak	NC	127		36.0548	-77.9116	4
27878	Sharpsburg	sharpsburg	NC	127		35.8654	-77.8389	4
27882	Spring Hope	spring-hope	NC	127		35.9302	-78.1085	4
27891	Whitakers	whitakers	NC	127		36.0758	-77.7167	4
28401	Wilmington	wilmington	NC	129		34.2257	-77.9447	4
28402	Wilmington	wilmington	NC	129		34.3405	-77.9014	4
28403	Wilmington	wilmington	NC	129		34.2237	-77.8862	4
28405	Wilmington	wilmington	NC	129		34.2651	-77.867	4
28406	Wilmington	wilmington	NC	129		34.0881	-77.8526	4
28407	Wilmington	wilmington	NC	129		34.0881	-77.8526	4
28408	Wilmington	wilmington	NC	129		34.2257	-77.9447	4
28409	Wilmington	wilmington	NC	129		34.1663	-77.8723	4
28410	Wilmington	wilmington	NC	129		34.0881	-77.8526	4
28411	Wilmington	wilmington	NC	129		34.3033	-77.8039	4
28412	Wilmington	wilmington	NC	129		34.1572	-77.9141	4
28428	Carolina Beach	carolina-beach	NC	129		34.0366	-77.8963	4
28429	Castle Hayne	castle-hayne	NC	129		34.3236	-77.9108	4
28449	Kure Beach	kure-beach	NC	129		33.9927	-77.9099	4
28480	Wrightsville Beach	wrightsville-beach	NC	129		34.2228	-77.7932	4
27820	Conway	conway	NC	131		36.4164	-77.2502	4
27831	Garysburg	garysburg	NC	131		36.4761	-77.5719	4
27832	Gaston	gaston	NC	131		36.5004	-77.645	4
27842	Henrico	henrico	NC	131		36.5274	-77.8546	4
27845	Jackson	jackson	NC	131		36.3896	-77.4214	4
27853	Margarettsville	margarettsville	NC	131		36.5245	-77.326	4
27862	Pendleton	pendleton	NC	131		36.4937	-77.1911	4
27866	Pleasant Hill	pleasant-hill	NC	131		36.5212	-77.5192	4
27867	Potecasi	potecasi	NC	131		36.3632	-77.2391	4
27869	Rich Square	rich-square	NC	131		36.2773	-77.2969	4
27876	Seaboard	seaboard	NC	131		36.4886	-77.4113	4
27877	Severn	severn	NC	131		36.5152	-77.1897	4
27897	Woodland	woodland	NC	131		36.325	-77.2107	4
28445	Holly Ridge	holly-ridge	NC	133		34.4954	-77.555	4
28460	Sneads Ferry	sneads-ferry	NC	133		34.5426	-77.4038	4
28539	Hubert	hubert	NC	133		34.6993	-77.2079	4
28540	Jacksonville	jacksonville	NC	133		34.7375	-77.4628	4
28541	Jacksonville	jacksonville	NC	133		34.6921	-77.3912	4
28542	Camp Lejeune	camp-lejeune	NC	133		34.664	-77.4637	1
28543	Tarawa Terrace	tarawa-terrace	NC	133		34.7354	-77.3831	1
28544	Midway Park	midway-park	NC	133		34.727	-77.32	4
28545	Mccutcheon Field	mccutcheon-field	NC	133		34.6921	-77.3912	1
28546	Jacksonville	jacksonville	NC	133		34.774	-77.3781	4
28547	Camp Lejeune	camp-lejeune	NC	133		34.6909	-77.3614	1
28574	Richlands	richlands	NC	133		34.8624	-77.5863	4
28584	Swansboro	swansboro	NC	133		34.6991	-77.135	4
27231	Cedar Grove	cedar-grove	NC	135		36.202	-79.1666	4
27243	Efland	efland	NC	135		36.0912	-79.1884	4
27278	Hillsborough	hillsborough	NC	135		36.0756	-79.0914	4
27510	Carrboro	carrboro	NC	135		35.9055	-79.0901	4
27514	Chapel Hill	chapel-hill	NC	135		35.9203	-79.0372	4
27515	Chapel Hill	chapel-hill	NC	135		35.9132	-79.0558	4
27516	Chapel Hill	chapel-hill	NC	135		35.9162	-79.0999	4
27517	Chapel Hill	chapel-hill	NC	135		35.9182	-79.0035	4
27599	Chapel Hill	chapel-hill	NC	135		36.0525	-79.1077	4
28509	Alliance	alliance	NC	137		35.1449	-76.8022	4
28510	Arapahoe	arapahoe	NC	137		35.0055	-76.8149	4
28515	Bayboro	bayboro	NC	137		35.1526	-76.7518	4
28529	Grantsboro	grantsboro	NC	137		35.0668	-76.871	4
28537	Hobucken	hobucken	NC	137		35.2518	-76.5696	4
28552	Lowland	lowland	NC	137		35.306	-76.5777	4
28556	Merritt	merritt	NC	137		35.1224	-76.6719	4
28571	Oriental	oriental	NC	137		35.0364	-76.7015	4
28583	Stonewall	stonewall	NC	137		35.1371	-76.7406	4
28587	Vandemere	vandemere	NC	137		35.1913	-76.6604	4
27906	Elizabeth City	elizabeth-city	NC	139		36.2854	-76.2133	4
27907	Elizabeth City	elizabeth-city	NC	139		36.285	-76.2553	4
27909	Elizabeth City	elizabeth-city	NC	139		36.2951	-76.2445	4
28421	Atkinson	atkinson	NC	141		34.5304	-78.1671	4
28425	Burgaw	burgaw	NC	141		34.5487	-77.9403	4
28435	Currie	currie	NC	141		34.4497	-78.0925	4
28443	Hampstead	hampstead	NC	141		34.3879	-77.6628	4
28454	Maple Hill	maple-hill	NC	141		34.6594	-77.7117	4
28457	Rocky Point	rocky-point	NC	141		34.4344	-77.9234	4
28478	Willard	willard	NC	141		34.6845	-78.0234	4
27919	Belvidere	belvidere	NC	143		36.3096	-76.5436	4
27930	Hertford	hertford	NC	143		36.1902	-76.4661	4
27944	Hertford	hertford	NC	143		36.1685	-76.3731	4
27985	Winfall	winfall	NC	143		36.2193	-76.4667	4
27343	Semora	semora	NC	145		36.5114	-79.0942	4
27541	Hurdle Mills	hurdle-mills	NC	145		36.2518	-79.0827	4
27573	Roxboro	roxboro	NC	145		36.4059	-78.9737	4
27583	Timberlake	timberlake	NC	145		36.2918	-78.9353	4
27811	Bellarthur	bellarthur	NC	147		35.5847	-77.5134	1
27812	Bethel	bethel	NC	147		35.7909	-77.3748	4
27827	Falkland	falkland	NC	147		35.6966	-77.5132	4
27828	Farmville	farmville	NC	147		35.5806	-77.5793	4
27829	Fountain	fountain	NC	147		35.674	-77.64	4
27833	Greenville	greenville	NC	147		35.5804	-77.3926	4
27834	Greenville	greenville	NC	147		35.6192	-77.3975	4
27835	Greenville	greenville	NC	147		35.5885	-77.3531	4
27836	Greenville	greenville	NC	147		35.5804	-77.3926	4
27837	Grimesland	grimesland	NC	147		35.558	-77.2566	4
27858	Greenville	greenville	NC	147		35.5866	-77.3485	4
27879	Simpson	simpson	NC	147		35.5752	-77.2786	4
27884	Stokes	stokes	NC	147		35.7104	-77.2722	4
28513	Ayden	ayden	NC	147		35.4565	-77.4051	4
28530	Grifton	grifton	NC	147		35.3757	-77.4193	4
28590	Winterville	winterville	NC	147		35.5336	-77.391	4
28722	Columbus	columbus	NC	149		35.2532	-82.1971	4
28750	Lynn	lynn	NC	149		35.2362	-82.2362	4
28756	Mill Spring	mill-spring	NC	149		35.3338	-82.1557	4
28773	Saluda	saluda	NC	149		35.2383	-82.3306	4
28782	Tryon	tryon	NC	149		35.2157	-82.2394	4
27203	Asheboro	asheboro	NC	151		35.7323	-79.7893	4
27204	Asheboro	asheboro	NC	151		35.7883	-79.7206	4
27205	Asheboro	asheboro	NC	151		35.6396	-79.8509	4
27230	Cedar Falls	cedar-falls	NC	151		35.8028	-79.8797	4
27248	Franklinville	franklinville	NC	151		35.7917	-79.7132	4
27298	Liberty	liberty	NC	151		35.8729	-79.5821	4
27316	Ramseur	ramseur	NC	151		35.7143	-79.6469	4
27317	Randleman	randleman	NC	151		35.8488	-79.8018	4
27341	Seagrove	seagrove	NC	151		35.5283	-79.6979	4
27350	Sophia	sophia	NC	151		35.8298	-79.8986	4
27355	Staley	staley	NC	151		35.796	-79.5514	4
27370	Trinity	trinity	NC	151		35.8429	-79.9902	4
28330	Cordova	cordova	NC	153		34.9129	-79.822	4
28338	Ellerbe	ellerbe	NC	153		35.0914	-79.7524	4
28345	Hamlet	hamlet	NC	153		34.8894	-79.7022	4
28347	Hoffman	hoffman	NC	153		35.0326	-79.56	4
28363	Marston	marston	NC	153		34.9882	-79.5823	4
28367	Norman	norman	NC	153		35.1704	-79.7228	4
28379	Rockingham	rockingham	NC	153		34.9336	-79.7666	4
28380	Rockingham	rockingham	NC	153		34.9942	-79.7673	4
28271	Charlotte	charlotte	NC	155		35.216	-80.8358	4
09245	APO AE	apo-ae				48.1374	11.5755	
28319	Barnesville	barnesville	NC	155		34.4088	-79.0467	4
28340	Fairmont	fairmont	NC	155		34.472	-79.1407	4
28357	Lumber Bridge	lumber-bridge	NC	155		34.8762	-79.0664	4
28358	Lumberton	lumberton	NC	155		34.6293	-79.0083	4
28359	Lumberton	lumberton	NC	155		34.6077	-79.0144	4
28360	Lumberton	lumberton	NC	155		34.6697	-79.1084	4
28362	Marietta	marietta	NC	155		34.3791	-79.1279	4
28364	Maxton	maxton	NC	155		34.7334	-79.3097	4
28369	Orrum	orrum	NC	155		34.4473	-79.031	4
28371	Parkton	parkton	NC	155		34.9006	-78.9969	4
28372	Pembroke	pembroke	NC	155		34.6902	-79.1834	4
28375	Proctorville	proctorville	NC	155		34.4713	-79.0414	4
28377	Red Springs	red-springs	NC	155		34.8083	-79.1636	4
28378	Rex	rex	NC	155		34.8543	-79.0642	4
28383	Rowland	rowland	NC	155		34.5887	-79.2618	4
28384	Saint Pauls	saint-pauls	NC	155		34.801	-78.9731	4
28386	Shannon	shannon	NC	155		34.8988	-79.1806	4
27025	Madison	madison	NC	157		36.3695	-79.9654	4
27027	Mayodan	mayodan	NC	157		36.4277	-79.9567	4
27048	Stoneville	stoneville	NC	157		36.4705	-79.9013	4
27288	Eden	eden	NC	157		36.5	-79.759	4
27289	Eden	eden	NC	157		36.3921	-79.7731	4
27320	Reidsville	reidsville	NC	157		36.3432	-79.6642	4
27323	Reidsville	reidsville	NC	157		36.3921	-79.7731	4
27326	Ruffin	ruffin	NC	157		36.4428	-79.5606	4
27375	Wentworth	wentworth	NC	157		36.3921	-79.7731	4
27013	Cleveland	cleveland	NC	159		35.7374	-80.7113	4
27054	Woodleaf	woodleaf	NC	159		35.7901	-80.6051	4
28023	China Grove	china-grove	NC	159		35.5669	-80.59	4
28039	East Spencer	east-spencer	NC	159		35.6805	-80.4354	4
28041	Faith	faith	NC	159		35.5817	-80.4581	4
28071	Gold Hill	gold-hill	NC	159		35.5498	-80.3346	4
28072	Granite Quarry	granite-quarry	NC	159		35.6109	-80.4361	4
28088	Landis	landis	NC	159		35.5435	-80.6129	4
28125	Mount Ulla	mount-ulla	NC	159		35.6389	-80.7239	4
28138	Rockwell	rockwell	NC	159		35.5494	-80.4226	4
28144	Salisbury	salisbury	NC	159		35.6515	-80.4889	4
28145	Salisbury	salisbury	NC	159		35.6827	-80.4771	4
28146	Salisbury	salisbury	NC	159		35.6187	-80.4022	4
28147	Salisbury	salisbury	NC	159		35.6817	-80.5615	4
28159	Spencer	spencer	NC	159		35.6917	-80.4327	4
28018	Bostic	bostic	NC	161		35.4533	-81.8118	4
28019	Caroleen	caroleen	NC	161		35.281	-81.7962	4
28024	Cliffside	cliffside	NC	161		35.2416	-81.7755	4
28040	Ellenboro	ellenboro	NC	161		35.3344	-81.7707	4
28043	Forest City	forest-city	NC	161		35.325	-81.846	4
28074	Harris	harris	NC	161		35.2247	-81.8851	4
28076	Henrietta	henrietta	NC	161		35.2579	-81.7962	4
28139	Rutherfordton	rutherfordton	NC	161		35.3706	-81.9781	4
28160	Spindale	spindale	NC	161		35.3601	-81.9251	4
28167	Union Mills	union-mills	NC	161		35.4732	-81.9685	4
28720	Chimney Rock	chimney-rock	NC	161		35.4369	-82.2417	4
28746	Lake Lure	lake-lure	NC	161		35.4464	-82.1752	4
28318	Autryville	autryville	NC	163		35.0997	-78.6021	4
28328	Clinton	clinton	NC	163		35.0151	-78.326	4
28329	Clinton	clinton	NC	163		34.9979	-78.3233	4
28366	Newton Grove	newton-grove	NC	163		35.2301	-78.3594	4
28382	Roseboro	roseboro	NC	163		34.9639	-78.5133	4
28385	Salemburg	salemburg	NC	163		35.0515	-78.4714	4
28393	Turkey	turkey	NC	163		34.9857	-78.2121	4
28441	Garland	garland	NC	163		34.7897	-78.4309	4
28444	Harrells	harrells	NC	163		34.6769	-78.243	4
28447	Ivanhoe	ivanhoe	NC	163		34.6233	-78.2342	4
28343	Gibson	gibson	NC	165		34.7549	-79.5839	4
28351	Laurel Hill	laurel-hill	NC	165		34.8238	-79.5491	4
28352	Laurinburg	laurinburg	NC	165		34.7599	-79.4673	4
28353	Laurinburg	laurinburg	NC	165		34.7818	-79.4824	4
28396	Wagram	wagram	NC	165		34.9044	-79.3959	4
28001	Albemarle	albemarle	NC	167		35.3573	-80.2044	4
28002	Albemarle	albemarle	NC	167		35.3501	-80.2001	4
28009	Badin	badin	NC	167		35.406	-80.1167	4
28097	Locust	locust	NC	167		35.2704	-80.4211	4
28109	Misenheimer	misenheimer	NC	167		35.4849	-80.2884	4
28127	New London	new-london	NC	167		35.4285	-80.2057	4
28128	Norwood	norwood	NC	167		35.2275	-80.1433	4
28129	Oakboro	oakboro	NC	167		35.246	-80.3413	4
28137	Richfield	richfield	NC	167		35.4541	-80.2838	4
28163	Stanfield	stanfield	NC	167		35.2106	-80.4407	4
27016	Danbury	danbury	NC	169		36.4559	-80.2194	4
27019	Germanton	germanton	NC	169		36.2725	-80.2254	4
27021	King	king	NC	169		36.295	-80.356	4
27022	Lawsonville	lawsonville	NC	169		36.5132	-80.2103	4
27042	Pine Hall	pine-hall	NC	169		36.3482	-80.0495	4
27043	Pinnacle	pinnacle	NC	169		36.3339	-80.4391	4
27046	Sandy Ridge	sandy-ridge	NC	169		36.49	-80.0859	4
27052	Walnut Cove	walnut-cove	NC	169		36.3189	-80.1484	4
27007	Ararat	ararat	NC	171		36.3859	-80.5895	4
27017	Dobson	dobson	NC	171		36.3698	-80.7101	4
27024	Lowgap	lowgap	NC	171		36.503	-80.7889	4
27030	Mount Airy	mount-airy	NC	171		36.5007	-80.6119	4
27031	White Plains	white-plains	NC	171		36.3994	-80.7081	4
27041	Pilot Mountain	pilot-mountain	NC	171		36.4109	-80.4921	4
27047	Siloam	siloam	NC	171		36.3002	-80.5772	4
27049	Toast	toast	NC	171		36.5004	-80.6265	4
27053	Westfield	westfield	NC	171		36.4674	-80.3677	4
28621	Elkin	elkin	NC	171		36.2872	-80.8554	4
28676	State Road	state-road	NC	171		36.3422	-80.8653	4
28702	Almond	almond	NC	173		35.3698	-83.5652	4
28713	Bryson City	bryson-city	NC	173		35.4241	-83.4392	4
28719	Cherokee	cherokee	NC	173		35.5094	-83.3144	4
28708	Balsam Grove	balsam-grove	NC	175		35.2298	-82.8779	4
28712	Brevard	brevard	NC	175		35.2208	-82.7404	4
28718	Cedar Mountain	cedar-mountain	NC	175		35.1508	-82.6374	4
28747	Lake Toxaway	lake-toxaway	NC	175		35.1451	-82.9191	4
28766	Penrose	penrose	NC	175		35.2524	-82.6222	4
28768	Pisgah Forest	pisgah-forest	NC	175		35.2599	-82.6695	4
28772	Rosman	rosman	NC	175		35.1437	-82.8212	4
28774	Sapphire	sapphire	NC	175		35.0666	-83.0019	4
27925	Columbia	columbia	NC	177		35.9057	-76.2345	4
28079	Indian Trail	indian-trail	NC	179		35.0831	-80.6597	4
28103	Marshville	marshville	NC	179		35.0167	-80.3781	4
28108	Mineral Springs	mineral-springs	NC	179		34.9379	-80.6687	4
28110	Monroe	monroe	NC	179		35.0178	-80.5372	4
28111	Monroe	monroe	NC	179		35.0112	-80.5587	4
28112	Monroe	monroe	NC	179		34.8946	-80.554	4
28173	Waxhaw	waxhaw	NC	179		34.9251	-80.7278	4
28174	Wingate	wingate	NC	179		34.9847	-80.4476	4
27536	Henderson	henderson	NC	181		36.3301	-78.3981	4
27537	Henderson	henderson	NC	181		36.36	-78.3906	4
27544	Kittrell	kittrell	NC	181		36.2042	-78.4241	4
27553	Manson	manson	NC	181		36.4603	-78.2952	4
27556	Middleburg	middleburg	NC	181		36.3996	-78.3225	4
27584	Townsville	townsville	NC	181		36.4946	-78.4236	4
27502	Apex	apex	NC	183		35.7225	-78.8408	4
27511	Cary	cary	NC	183		35.7641	-78.7786	4
27512	Cary	cary	NC	183		35.8084	-78.8395	4
27513	Cary	cary	NC	183		35.7956	-78.7941	4
27518	Cary	cary	NC	183		35.7299	-78.7735	4
27519	Cary	cary	NC	183		35.8072	-78.887	4
27523	Apex	apex	NC	183		35.7225	-78.8408	4
27526	Fuquay Varina	fuquay-varina	NC	183		35.58	-78.7908	4
27529	Garner	garner	NC	183		35.6813	-78.5975	4
27539	Apex	apex	NC	183		35.7225	-78.8408	4
27540	Holly Springs	holly-springs	NC	183		35.6263	-78.8458	4
27545	Knightdale	knightdale	NC	183		35.7789	-78.4898	4
27560	Morrisville	morrisville	NC	183		35.8344	-78.8466	4
27562	New Hill	new-hill	NC	183		35.6809	-78.9365	4
27571	Rolesville	rolesville	NC	183		35.9156	-78.4658	4
27587	Wake Forest	wake-forest	NC	183		35.9815	-78.5392	4
27588	Wake Forest	wake-forest	NC	183		35.9731	-78.4508	4
27591	Wendell	wendell	NC	183		35.798	-78.3926	4
27592	Willow Spring	willow-spring	NC	183		35.547	-78.6717	1
27597	Zebulon	zebulon	NC	183		35.8321	-78.3174	4
27601	Raleigh	raleigh	NC	183		35.7727	-78.6324	4
27602	Raleigh	raleigh	NC	183		35.7587	-78.6711	4
27603	Raleigh	raleigh	NC	183		35.7076	-78.6563	4
27604	Raleigh	raleigh	NC	183		35.8334	-78.5799	4
27605	Raleigh	raleigh	NC	183		35.7908	-78.653	4
27606	Raleigh	raleigh	NC	183		35.7645	-78.7112	4
27607	Raleigh	raleigh	NC	183		35.8014	-78.6877	4
27608	Raleigh	raleigh	NC	183		35.8077	-78.6463	4
27609	Raleigh	raleigh	NC	183		35.848	-78.6317	4
27610	Raleigh	raleigh	NC	183		35.7667	-78.6008	4
27611	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27612	Raleigh	raleigh	NC	183		35.852	-78.6841	4
27613	Raleigh	raleigh	NC	183		35.8949	-78.7051	4
27614	Raleigh	raleigh	NC	183		35.9457	-78.6433	4
27615	Raleigh	raleigh	NC	183		35.8887	-78.6393	4
27616	Raleigh	raleigh	NC	183		35.8673	-78.5381	4
27617	Raleigh	raleigh	NC	183		35.9034	-78.7447	4
27619	Raleigh	raleigh	NC	183		35.8515	-78.6314	4
27620	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27621	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27622	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27623	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27624	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27625	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27626	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27627	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27628	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27629	Raleigh	raleigh	NC	183		35.8175	-78.5524	4
27634	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27635	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27636	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27640	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27650	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27656	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27658	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27661	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27668	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27675	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27676	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27690	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27695	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27697	Raleigh	raleigh	NC	183		35.7721	-78.6386	4
27698	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27699	Raleigh	raleigh	NC	183		35.7977	-78.6253	4
27551	Macon	macon	NC	185		36.507	-77.9975	4
27563	Norlina	norlina	NC	185		36.4754	-78.1895	4
27570	Ridgeway	ridgeway	NC	185		36.4357	-78.2367	4
27586	Vaughan	vaughan	NC	185		36.4265	-78.0036	4
27589	Warrenton	warrenton	NC	185		36.3539	-78.1594	4
27594	Wise	wise	NC	185		36.4865	-78.1708	4
27928	Creswell	creswell	NC	187		35.8653	-76.4196	4
27962	Plymouth	plymouth	NC	187		35.8508	-76.7431	4
27970	Roper	roper	NC	187		35.8994	-76.5809	4
28605	Blowing Rock	blowing-rock	NC	189		36.1355	-81.6996	4
28607	Boone	boone	NC	189		36.2142	-81.666	4
28608	Boone	boone	NC	189		36.2168	-81.6746	4
28618	Deep Gap	deep-gap	NC	189		36.2136	-81.5163	4
28679	Sugar Grove	sugar-grove	NC	189		36.2627	-81.8441	4
28691	Valle Crucis	valle-crucis	NC	189		36.2092	-81.7789	4
28692	Vilas	vilas	NC	189		36.2574	-81.7652	4
28698	Zionville	zionville	NC	189		36.3194	-81.7476	4
27530	Goldsboro	goldsboro	NC	191		35.3683	-78.0929	4
27531	Goldsboro	goldsboro	NC	191		35.343	-77.9644	4
27532	Goldsboro	goldsboro	NC	191		35.372	-78.0524	4
27533	Goldsboro	goldsboro	NC	191		35.372	-78.0524	4
27534	Goldsboro	goldsboro	NC	191		35.3664	-77.9221	4
27830	Fremont	fremont	NC	191		35.5553	-77.958	4
27863	Pikeville	pikeville	NC	191		35.4929	-77.9578	4
28333	Dudley	dudley	NC	191		35.2926	-78.0273	4
28365	Mount Olive	mount-olive	NC	191		35.2109	-78.0983	4
28578	Seven Springs	seven-springs	NC	191		35.2105	-77.9146	4
28606	Boomer	boomer	NC	193		36.0552	-81.3137	4
28624	Ferguson	ferguson	NC	193		36.1283	-81.3864	4
28635	Hays	hays	NC	193		36.31	-81.1161	4
28649	Mc Grady	mc-grady	NC	193		36.3103	-81.1912	1
28651	Millers Creek	millers-creek	NC	193		36.2119	-81.2485	4
28654	Moravian Falls	moravian-falls	NC	193		36.0788	-81.1781	4
28656	North Wilkesboro	north-wilkesboro	NC	193		36.2384	-81.046	4
28659	North Wilkesboro	north-wilkesboro	NC	193		36.2017	-81.1286	4
28665	Purlear	purlear	NC	193		36.1964	-81.3528	4
28669	Roaring River	roaring-river	NC	193		36.1916	-81.0004	4
28670	Ronda	ronda	NC	193		36.2059	-80.927	4
28683	Thurmond	thurmond	NC	193		36.3562	-80.9317	4
28685	Traphill	traphill	NC	193		36.3301	-81.0151	4
28697	Wilkesboro	wilkesboro	NC	193		36.1359	-81.1573	4
27813	Black Creek	black-creek	NC	195		35.6352	-77.933	4
27822	Elm City	elm-city	NC	195		35.811	-77.856	4
27851	Lucama	lucama	NC	195		35.6415	-78.0197	4
27873	Saratoga	saratoga	NC	195		35.6538	-77.7755	4
27880	Sims	sims	NC	195		35.7435	-78.0859	4
27883	Stantonsburg	stantonsburg	NC	195		35.594	-77.8378	4
27893	Wilson	wilson	NC	195		35.727	-77.9227	4
27894	Wilson	wilson	NC	195		35.7158	-77.9043	4
27895	Wilson	wilson	NC	195		35.7199	-77.9267	4
27896	Wilson	wilson	NC	195		35.7715	-77.973	4
27011	Boonville	boonville	NC	197		36.234	-80.6357	4
27018	East Bend	east-bend	NC	197		36.2032	-80.5284	4
27020	Hamptonville	hamptonville	NC	197		36.1242	-80.8137	4
27055	Yadkinville	yadkinville	NC	197		36.1277	-80.653	4
28642	Jonesville	jonesville	NC	197		36.2286	-80.787	4
28714	Burnsville	burnsville	NC	199		35.903	-82.2876	4
28740	Green Mountain	green-mountain	NC	199		35.9937	-82.259	4
28755	Micaville	micaville	NC	199		35.9096	-82.2132	4
58639	Hettinger	hettinger	ND	001		46.0578	-102.7851	4
58649	Reeder	reeder	ND	001		46.1116	-102.9405	4
58031	Fingal	fingal	ND	003		46.7728	-97.7812	4
58049	Kathryn	kathryn	ND	003		46.7177	-97.9763	4
58062	Nome	nome	ND	003		46.6748	-97.7911	4
58063	Oriska	oriska	ND	003		46.9433	-97.7853	4
58065	Pillsbury	pillsbury	ND	003		47.1862	-97.7605	4
58072	Valley City	valley-city	ND	003		46.9268	-98.0033	4
58429	Dazey	dazey	ND	003		47.1828	-98.1616	4
58461	Litchville	litchville	ND	003		46.6536	-98.1943	4
58479	Rogers	rogers	ND	003		47.0741	-98.2136	4
58480	Sanborn	sanborn	ND	003		46.9271	-98.2336	4
58492	Wimbledon	wimbledon	ND	003		47.1438	-98.4329	4
58332	Esmond	esmond	ND	005		48.0419	-99.7617	4
58335	Fort Totten	fort-totten	ND	005		47.9811	-99.0264	4
58343	Knox	knox	ND	005		48.3388	-99.6713	4
58346	Leeds	leeds	ND	005		48.2889	-99.4376	4
58348	Maddock	maddock	ND	005		47.9625	-99.5301	4
58351	Minnewaukan	minnewaukan	ND	005		48.0698	-99.2743	4
58357	Oberon	oberon	ND	005		47.9487	-99.1401	4
58370	Saint Michael	saint-michael	ND	005		47.985	-98.8721	4
58379	Tokio	tokio	ND	005		47.9247	-98.8162	4
58381	Warwick	warwick	ND	005		47.8913	-98.681	4
58386	York	york	ND	005		48.2565	-99.6025	4
58627	Fairfield	fairfield	ND	007		47.2329	-103.3056	4
58645	Medora	medora	ND	007		46.9387	-103.5632	4
58318	Bottineau	bottineau	ND	009		48.8451	-100.4329	4
58384	Willow City	willow-city	ND	009		48.6062	-100.2968	4
58711	Antler	antler	ND	009		48.9585	-101.3338	4
58748	Kramer	kramer	ND	009		48.6867	-100.6716	4
58750	Lansford	lansford	ND	009		48.6254	-101.3858	4
58760	Maxbass	maxbass	ND	009		48.7722	-101.2563	4
58762	Newburg	newburg	ND	009		48.6982	-100.9681	4
58783	Souris	souris	ND	009		48.8738	-100.7359	4
58793	Westhope	westhope	ND	009		48.9051	-101.0338	4
58623	Bowman	bowman	ND	011		46.1733	-103.402	4
58651	Rhame	rhame	ND	011		46.1664	-103.7079	4
58653	Scranton	scranton	ND	011		46.0916	-103.1354	4
58721	Bowbells	bowbells	ND	013		48.8378	-102.2839	4
58727	Columbus	columbus	ND	013		48.8434	-102.798	4
58737	Flaxton	flaxton	ND	013		48.8772	-102.3823	4
58752	Lignite	lignite	ND	013		48.8481	-102.5542	4
58772	Portal	portal	ND	013		48.9758	-102.548	4
58773	Powers Lake	powers-lake	ND	013		48.6551	-102.6795	4
58477	Regan	regan	ND	015		47.1527	-100.5224	4
58494	Wing	wing	ND	015		47.1519	-100.3072	4
58501	Bismarck	bismarck	ND	015		46.8083	-100.7837	4
58502	Bismarck	bismarck	ND	015		46.8887	-100.6819	4
58503	Bismarck	bismarck	ND	015		46.8394	-100.7843	4
58504	Bismarck	bismarck	ND	015		46.7231	-100.678	4
58505	Bismarck	bismarck	ND	015		46.8165	-100.7805	4
58506	Bismarck	bismarck	ND	015		46.8083	-100.7837	4
58507	Bismarck	bismarck	ND	015		46.8083	-100.7837	4
58521	Baldwin	baldwin	ND	015		46.9543	-100.7615	4
58532	Driscoll	driscoll	ND	015		46.8511	-100.1441	4
58558	Menoken	menoken	ND	015		46.8205	-100.5312	4
58560	Moffit	moffit	ND	015		46.6757	-100.2975	4
58572	Sterling	sterling	ND	015		46.8436	-100.2744	4
58002	Absaraka	absaraka	ND	017		46.9763	-97.4069	4
58004	Amenia	amenia	ND	017		47.0194	-97.2048	4
58005	Argusville	argusville	ND	017		47.1066	-96.9058	4
58006	Arthur	arthur	ND	017		47.1048	-97.2097	4
58007	Ayr	ayr	ND	017		47.0139	-97.4629	4
58011	Buffalo	buffalo	ND	017		46.9264	-97.5352	4
58012	Casselton	casselton	ND	017		46.8992	-97.2138	4
58021	Davenport	davenport	ND	017		46.6968	-97.0871	4
58029	Erie	erie	ND	017		47.1128	-97.3849	4
58036	Gardner	gardner	ND	017		47.1252	-96.9901	4
58038	Grandin	grandin	ND	017		47.2158	-97.0207	4
58042	Harwood	harwood	ND	017		46.9565	-96.9654	4
58047	Horace	horace	ND	017		46.7101	-96.8851	4
58048	Hunter	hunter	ND	017		47.1905	-97.217	4
58051	Kindred	kindred	ND	017		46.6543	-97.0049	4
58052	Leonard	leonard	ND	017		46.6593	-97.2725	4
58059	Mapleton	mapleton	ND	017		46.8614	-97.1157	4
58064	Page	page	ND	017		47.1515	-97.5967	4
58071	Tower City	tower-city	ND	017		46.9119	-97.6594	4
58078	West Fargo	west-fargo	ND	017		46.8907	-96.9258	4
58079	Wheatland	wheatland	ND	017		46.8326	-97.3461	4
58102	Fargo	fargo	ND	017		46.9209	-96.8318	4
58103	Fargo	fargo	ND	017		46.8564	-96.8123	4
58104	Fargo	fargo	ND	017		46.7932	-96.8397	4
58105	Fargo	fargo	ND	017		46.8954	-96.8078	4
58106	Fargo	fargo	ND	017		46.8772	-96.7898	4
58107	Fargo	fargo	ND	017		46.8772	-96.7898	4
58108	Fargo	fargo	ND	017		46.8772	-96.7898	4
58109	Fargo	fargo	ND	017		46.8235	-96.8148	4
58121	Fargo	fargo	ND	017		46.8772	-96.7898	4
58122	Fargo	fargo	ND	017		46.8772	-96.7898	4
58124	Fargo	fargo	ND	017		46.8772	-96.7898	4
58125	Fargo	fargo	ND	017		46.8772	-96.7898	4
58126	Fargo	fargo	ND	017		46.8772	-96.7898	4
58239	Hannah	hannah	ND	019		48.9594	-98.7237	4
58249	Langdon	langdon	ND	019		48.7866	-98.3566	4
58255	Maida	maida	ND	019		48.9986	-98.3648	4
58260	Milton	milton	ND	019		48.617	-98.0183	4
58269	Osnabrock	osnabrock	ND	019		48.6689	-98.1512	4
58281	Wales	wales	ND	019		48.9216	-98.5596	4
58311	Alsen	alsen	ND	019		48.6525	-98.5795	4
58323	Calvin	calvin	ND	019		48.851	-98.8808	4
58352	Munich	munich	ND	019		48.6694	-98.8355	4
58355	Nekoma	nekoma	ND	019		48.5772	-98.3704	4
58372	Sarles	sarles	ND	019		48.9458	-98.996	4
58436	Ellendale	ellendale	ND	021		46.0073	-98.5138	4
58439	Forbes	forbes	ND	021		46.0109	-98.8124	4
58441	Fullerton	fullerton	ND	021		46.1951	-98.3882	4
58474	Oakes	oakes	ND	021		46.1095	-98.2257	4
58730	Crosby	crosby	ND	023		48.8836	-103.274	4
58765	Noonan	noonan	ND	023		48.8856	-103.0098	4
58833	Ambrose	ambrose	ND	023		48.8165	-103.4673	4
58844	Fortuna	fortuna	ND	023		48.8813	-103.7415	4
58625	Dodge	dodge	ND	025		47.3049	-102.1985	4
58626	Dunn Center	dunn-center	ND	025		47.3536	-102.6205	4
58636	Halliday	halliday	ND	025		47.3517	-102.3368	4
58640	Killdeer	killdeer	ND	025		47.4109	-102.7762	4
58642	Manning	manning	ND	025		47.1258	-102.6806	4
58644	Marshall	marshall	ND	025		47.1381	-102.333	4
58356	New Rockford	new-rockford	ND	027		47.7174	-98.8987	4
58374	Sheyenne	sheyenne	ND	027		47.8184	-99.0583	4
58524	Braddock	braddock	ND	029		46.5603	-100.1075	4
58542	Hague	hague	ND	029		46.0589	-99.9745	4
58544	Hazelton	hazelton	ND	029		46.4875	-100.2733	4
58549	Kintyre	kintyre	ND	029		46.5736	-99.9705	4
58552	Linton	linton	ND	029		46.1855	-100.2331	4
58573	Strasburg	strasburg	ND	029		46.0979	-100.2119	4
58421	Carrington	carrington	ND	031		47.4573	-98.8933	4
58443	Glenfield	glenfield	ND	031		47.4569	-98.6916	4
58445	Grace City	grace-city	ND	031		47.5536	-98.8095	4
58464	Mchenry	mchenry	ND	031		47.5604	-98.5726	4
58621	Beach	beach	ND	033		46.9324	-103.9843	4
58632	Golva	golva	ND	033		46.7075	-103.9575	4
58654	Sentinel Butte	sentinel-butte	ND	033		46.8305	-103.8001	4
58201	Grand Forks	grand-forks	ND	035		47.901	-97.0446	4
58202	Grand Forks	grand-forks	ND	035		47.9215	-97.0735	4
58203	Grand Forks	grand-forks	ND	035		47.9272	-97.0672	4
58204	Grand Forks Afb	grand-forks-afb	ND	035		47.9679	-97.3675	1
58205	Grand Forks Afb	grand-forks-afb	ND	035		47.9515	-97.379	1
58206	Grand Forks	grand-forks	ND	035		47.9253	-97.0329	4
58207	Grand Forks	grand-forks	ND	035		47.9253	-97.0329	4
58208	Grand Forks	grand-forks	ND	035		47.9253	-97.0329	4
58214	Arvilla	arvilla	ND	035		47.9093	-97.4871	4
58228	Emerado	emerado	ND	035		47.9214	-97.263	4
58235	Gilby	gilby	ND	035		48.0853	-97.4706	4
58244	Inkster	inkster	ND	035		48.1514	-97.6443	4
58251	Larimore	larimore	ND	035		47.9115	-97.6264	4
58256	Manvel	manvel	ND	035		48.0853	-97.1943	4
58258	Mekinock	mekinock	ND	035		48.0074	-97.4305	4
58266	Niagara	niagara	ND	035		47.9848	-97.8334	4
58267	Northwood	northwood	ND	035		47.7591	-97.6038	4
58275	Reynolds	reynolds	ND	035		47.7068	-97.2092	4
58278	Thompson	thompson	ND	035		47.7766	-97.0962	4
58529	Carson	carson	ND	037		46.4624	-101.5387	4
58533	Elgin	elgin	ND	037		46.3679	-101.7558	4
58562	New Leipzig	new-leipzig	ND	037		46.3823	-101.9619	4
58564	Raleigh	raleigh	ND	037		46.3352	-101.2827	4
58569	Shields	shields	ND	037		46.1838	-101.2589	4
58416	Binford	binford	ND	039		47.5739	-98.3546	4
58425	Cooperstown	cooperstown	ND	039		47.4527	-98.1533	4
58448	Hannaford	hannaford	ND	039		47.3786	-98.3502	4
58452	Jessie	jessie	ND	039		47.5422	-98.2382	4
58484	Sutton	sutton	ND	039		47.3854	-98.432	4
58646	Mott	mott	ND	041		46.3696	-102.327	4
58647	New England	new-england	ND	041		46.5128	-102.8358	4
58650	Regent	regent	ND	041		46.4235	-102.5684	4
58428	Dawson	dawson	ND	043		46.8686	-99.7515	4
58475	Pettibone	pettibone	ND	043		47.12	-99.5279	4
58478	Robinson	robinson	ND	043		47.1749	-99.7457	4
58482	Steele	steele	ND	043		46.8524	-99.9336	4
58487	Tappen	tappen	ND	043		46.8336	-99.6019	4
58488	Tuttle	tuttle	ND	043		47.1626	-99.9873	4
58415	Berlin	berlin	ND	045		46.3786	-98.4898	4
58431	Dickey	dickey	ND	045		46.5426	-98.4682	4
58433	Edgeley	edgeley	ND	045		46.3591	-98.7157	4
58454	Jud	jud	ND	045		46.5511	-98.8667	4
58456	Kulm	kulm	ND	045		46.3073	-98.9427	4
58458	Lamoure	lamoure	ND	045		46.3844	-98.3587	4
58466	Marion	marion	ND	045		46.5514	-98.369	4
58490	Verona	verona	ND	045		46.3712	-98.0895	4
58440	Fredonia	fredonia	ND	047		46.3701	-99.1733	4
58442	Gackle	gackle	ND	047		46.5913	-99.2191	4
58561	Napoleon	napoleon	ND	047		46.4867	-99.7725	4
58710	Anamoose	anamoose	ND	049		47.8703	-100.2529	4
58712	Balfour	balfour	ND	049		47.9685	-100.5209	4
58713	Bantry	bantry	ND	049		48.5351	-100.5954	4
58731	Deering	deering	ND	049		48.4057	-101.0337	4
58736	Drake	drake	ND	049		47.9024	-100.379	4
58741	Granville	granville	ND	049		48.2566	-100.8082	4
58744	Karlsruhe	karlsruhe	ND	049		48.1009	-100.5742	4
58768	Norwich	norwich	ND	049		48.2491	-100.9712	4
58788	Towner	towner	ND	049		48.3636	-100.4854	4
58789	Upham	upham	ND	049		48.5816	-100.7323	4
58790	Velva	velva	ND	049		48.0675	-100.9346	4
58792	Voltaire	voltaire	ND	049		47.986	-100.7988	4
58413	Ashley	ashley	ND	051		46.0537	-99.3164	4
58460	Lehr	lehr	ND	051		46.2586	-99.3491	4
58495	Wishek	wishek	ND	051		46.1917	-99.6131	4
58581	Zeeland	zeeland	ND	051		46.0055	-99.7725	4
58634	Grassy Butte	grassy-butte	ND	053		47.4431	-103.2944	4
58757	Mandaree	mandaree	ND	053		47.7292	-102.676	4
58831	Alexander	alexander	ND	053		47.7947	-103.6546	4
58835	Arnegard	arnegard	ND	053		47.8088	-103.4538	4
58838	Cartwright	cartwright	ND	053		47.7992	-103.9487	4
58847	Keene	keene	ND	053		47.9405	-102.8906	4
58854	Watford City	watford-city	ND	053		47.8043	-103.2582	4
58531	Coleharbor	coleharbor	ND	055		47.5442	-101.2238	4
58540	Garrison	garrison	ND	055		47.6675	-101.6142	4
58559	Mercer	mercer	ND	055		47.4858	-100.7171	4
58565	Riverdale	riverdale	ND	055		47.4975	-101.3713	4
58575	Turtle Lake	turtle-lake	ND	055		47.5414	-100.8814	4
58576	Underwood	underwood	ND	055		47.4602	-101.1898	4
58577	Washburn	washburn	ND	055		47.3114	-101.0116	4
58579	Wilton	wilton	ND	055		47.1709	-100.7944	4
58716	Benedict	benedict	ND	055		47.7865	-101.0579	4
58723	Butte	butte	ND	055		47.8119	-100.6604	4
58759	Max	max	ND	055		47.8156	-101.2932	4
58775	Roseglen	roseglen	ND	055		47.696	-101.822	4
58778	Ruso	ruso	ND	055		47.7622	-100.8754	4
58523	Beulah	beulah	ND	057		47.2707	-101.8075	4
58541	Golden Valley	golden-valley	ND	057		47.2938	-102.0612	4
58545	Hazen	hazen	ND	057		47.3271	-101.6107	4
58571	Stanton	stanton	ND	057		47.3128	-101.3899	4
58580	Zap	zap	ND	057		47.2897	-101.9256	4
58520	Almont	almont	ND	059		46.7046	-101.5221	4
58535	Flasher	flasher	ND	059		46.5998	-101.3166	4
58554	Mandan	mandan	ND	059		46.8306	-100.9092	4
58563	New Salem	new-salem	ND	059		46.806	-101.4291	4
58566	Saint Anthony	saint-anthony	ND	059		46.5888	-100.8972	4
58631	Glen Ullin	glen-ullin	ND	059		46.8233	-101.8223	4
58638	Hebron	hebron	ND	059		46.8936	-102.0367	4
58763	New Town	new-town	ND	061		47.9718	-102.4716	4
58769	Palermo	palermo	ND	061		48.3396	-102.24	4
58770	Parshall	parshall	ND	061		47.956	-102.1427	4
58771	Plaza	plaza	ND	061		48.0242	-101.9643	4
58776	Ross	ross	ND	061		48.3111	-102.5466	4
58784	Stanley	stanley	ND	061		48.3458	-102.4185	4
58794	White Earth	white-earth	ND	061		48.2994	-102.7701	4
58212	Aneta	aneta	ND	063		47.6993	-97.9814	4
58224	Dahlen	dahlen	ND	063		48.1599	-97.9573	4
58254	Mcville	mcville	ND	063		47.7639	-98.1773	4
58259	Michigan	michigan	ND	063		48.0204	-98.1186	4
58272	Petersburg	petersburg	ND	063		47.998	-97.984	4
58344	Lakota	lakota	ND	063		47.972	-98.3246	4
58361	Pekin	pekin	ND	063		47.7696	-98.326	4
58380	Tolna	tolna	ND	063		47.8462	-98.4512	4
58530	Center	center	ND	065		47.1459	-101.1594	4
58216	Bathgate	bathgate	ND	067		48.8686	-97.4832	4
58220	Cavalier	cavalier	ND	067		48.7935	-97.7143	4
58222	Crystal	crystal	ND	067		48.5924	-97.6738	4
58225	Drayton	drayton	ND	067		48.6104	-97.2156	4
58236	Glasston	glasston	ND	067		48.7201	-97.4696	4
58238	Hamilton	hamilton	ND	067		48.7942	-97.4693	4
58241	Hensel	hensel	ND	067		48.7203	-97.6993	4
58262	Mountain	mountain	ND	067		48.6931	-97.8841	4
58265	Neche	neche	ND	067		48.9796	-97.5427	4
58271	Pembina	pembina	ND	067		48.859	-97.2886	4
58276	Saint Thomas	saint-thomas	ND	067		48.6252	-97.4545	4
58282	Walhalla	walhalla	ND	067		48.8808	-97.7974	4
58313	Balta	balta	ND	069		48.1667	-100.0371	4
58368	Rugby	rugby	ND	069		48.2545	-99.9899	4
58385	Wolford	wolford	ND	069		48.4809	-99.6628	4
58301	Devils Lake	devils-lake	ND	071		48.1132	-98.8616	4
58321	Brocket	brocket	ND	071		48.2255	-98.3559	4
58325	Churchs Ferry	churchs-ferry	ND	071		48.2862	-99.1412	4
58327	Crary	crary	ND	071		48.091	-98.5731	4
58330	Edmore	edmore	ND	071		48.4308	-98.4458	4
58338	Hampden	hampden	ND	071		48.5229	-98.6543	4
58345	Lawton	lawton	ND	071		48.3033	-98.4142	4
58362	Penn	penn	ND	071		48.2271	-99.0655	4
58377	Starkweather	starkweather	ND	071		48.4488	-98.8539	4
58382	Webster	webster	ND	071		48.3229	-98.8739	4
58027	Enderlin	enderlin	ND	073		46.6079	-97.6106	4
58033	Fort Ransom	fort-ransom	ND	073		46.4494	-97.9091	4
58054	Lisbon	lisbon	ND	073		46.456	-97.6369	4
58057	Mcleod	mcleod	ND	073		46.4103	-97.3139	4
58068	Sheldon	sheldon	ND	073		46.5548	-97.4543	4
58740	Glenburn	glenburn	ND	075		48.4718	-101.2297	4
58761	Mohall	mohall	ND	075		48.7269	-101.6058	4
58782	Sherwood	sherwood	ND	075		48.9576	-101.697	4
58787	Tolley	tolley	ND	075		48.7969	-101.8559	4
58001	Abercrombie	abercrombie	ND	077		46.4479	-96.7278	4
58008	Barney	barney	ND	077		46.2496	-96.9708	4
58015	Christine	christine	ND	077		46.5736	-96.8017	4
58018	Colfax	colfax	ND	077		46.4574	-96.8737	4
58030	Fairmount	fairmount	ND	077		46.0427	-96.6308	4
58041	Hankinson	hankinson	ND	077		46.0558	-96.8991	4
58053	Lidgerwood	lidgerwood	ND	077		46.0641	-97.1799	4
58058	Mantador	mantador	ND	077		46.1599	-96.957	4
58061	Mooreton	mooreton	ND	077		46.2686	-96.8762	4
58074	Wahpeton	wahpeton	ND	077		46.2652	-96.6059	4
58075	Wahpeton	wahpeton	ND	077		46.3366	-96.7921	4
58076	Wahpeton	wahpeton	ND	077		46.2718	-96.6081	4
58077	Walcott	walcott	ND	077		46.5835	-97.0014	4
58081	Wyndmere	wyndmere	ND	077		46.2891	-97.1289	4
58310	Agate	agate	ND	079		48.6228	-99.4932	4
58316	Belcourt	belcourt	ND	079		48.8379	-99.7688	4
58329	Dunseith	dunseith	ND	079		48.8561	-100.0241	4
58353	Mylo	mylo	ND	079		48.6329	-99.5957	4
58366	Rolette	rolette	ND	079		48.7009	-99.8785	4
58367	Rolla	rolla	ND	079		48.8594	-99.6134	4
58369	Saint John	saint-john	ND	079		48.9366	-99.7648	4
58013	Cayuga	cayuga	ND	081		46.1326	-97.4059	4
58017	Cogswell	cogswell	ND	081		46.0659	-97.8207	4
58032	Forman	forman	ND	081		46.0721	-97.6986	4
58040	Gwinner	gwinner	ND	081		46.2258	-97.6626	4
58043	Havana	havana	ND	081		45.9644	-97.6094	4
58060	Milnor	milnor	ND	081		46.2007	-97.4772	4
58067	Rutland	rutland	ND	081		46.0738	-97.5483	4
58069	Stirum	stirum	ND	081		46.2519	-97.8326	4
58430	Denhoff	denhoff	ND	083		47.5709	-100.263	4
58444	Goodrich	goodrich	ND	083		47.471	-100.119	4
58463	Mcclusky	mcclusky	ND	083		47.4896	-100.452	4
58758	Martin	martin	ND	083		47.7781	-100.1225	4
58528	Cannon Ball	cannon-ball	ND	085		46.3874	-100.5975	4
58538	Fort Yates	fort-yates	ND	085		46.0905	-100.6516	4
58568	Selfridge	selfridge	ND	085		46.0351	-101.1502	4
58570	Solen	solen	ND	085		46.3656	-100.7831	4
58620	Amidon	amidon	ND	087		46.456	-103.2647	4
58643	Marmarth	marmarth	ND	087		46.3254	-103.88	4
58601	Dickinson	dickinson	ND	089		46.8057	-102.7565	4
58602	Dickinson	dickinson	ND	089		46.8792	-102.7896	4
58622	Belfield	belfield	ND	089		46.8198	-103.1261	4
58630	Gladstone	gladstone	ND	089		46.8152	-102.5274	4
58641	Lefor	lefor	ND	089		46.6684	-102.4986	4
58652	Richardton	richardton	ND	089		46.8426	-102.292	4
58655	South Heart	south-heart	ND	089		46.8127	-103.0162	4
58656	Taylor	taylor	ND	089		46.9284	-102.3756	4
58046	Hope	hope	ND	091		47.3237	-97.7134	4
58056	Luverne	luverne	ND	091		47.2319	-97.9314	4
58230	Finley	finley	ND	091		47.5306	-97.7442	4
58277	Sharon	sharon	ND	091		47.6062	-97.9051	4
58401	Jamestown	jamestown	ND	093		46.921	-98.7455	4
58402	Jamestown	jamestown	ND	093		46.9788	-98.96	4
58405	Jamestown	jamestown	ND	093		46.9133	-98.6996	4
58420	Buchanan	buchanan	ND	093		47.0051	-98.9007	4
58424	Cleveland	cleveland	ND	093		46.8931	-99.1288	4
58426	Courtenay	courtenay	ND	093		47.2272	-98.5489	4
58455	Kensal	kensal	ND	093		47.2726	-98.7206	4
58467	Medina	medina	ND	093		46.892	-99.3106	4
58472	Montpelier	montpelier	ND	093		46.6816	-98.6604	4
58476	Pingree	pingree	ND	093		47.2038	-99.0144	4
58481	Spiritwood	spiritwood	ND	093		46.9865	-98.5219	4
58483	Streeter	streeter	ND	093		46.695	-99.2971	4
58496	Woodworth	woodworth	ND	093		47.1636	-99.3406	4
58497	Ypsilanti	ypsilanti	ND	093		46.7719	-98.4876	4
58317	Bisbee	bisbee	ND	095		48.6258	-99.3779	4
58324	Cando	cando	ND	095		48.4867	-99.2099	4
58331	Egeland	egeland	ND	095		48.6355	-99.1115	4
09248	APO AE	apo-ae				50.5873	8.6755	
58339	Hansboro	hansboro	ND	095		48.9001	-99.4278	4
58363	Perth	perth	ND	095		48.7546	-99.4384	4
58365	Rocklake	rocklake	ND	095		48.8216	-99.1796	1
58009	Blanchard	blanchard	ND	097		47.3277	-97.2466	4
58016	Clifford	clifford	ND	097		47.3569	-97.41	4
58035	Galesburg	galesburg	ND	097		47.27	-97.4065	4
58045	Hillsboro	hillsboro	ND	097		47.3835	-97.0603	4
58218	Buxton	buxton	ND	097		47.6163	-97.0893	4
58219	Caledonia	caledonia	ND	097		47.4776	-96.879	4
58223	Cummings	cummings	ND	097		47.537	-96.9913	4
58240	Hatton	hatton	ND	097		47.638	-97.4325	4
58257	Mayville	mayville	ND	097		47.5014	-97.3176	4
58274	Portland	portland	ND	097		47.5015	-97.3843	4
58210	Adams	adams	ND	099		48.4223	-98.0867	4
58227	Edinburg	edinburg	ND	099		48.4997	-97.8932	4
58229	Fairdale	fairdale	ND	099		48.4819	-98.2066	4
58231	Fordville	fordville	ND	099		48.2212	-97.8022	4
58233	Forest River	forest-river	ND	099		48.2251	-97.4605	4
58237	Grafton	grafton	ND	099		48.4122	-97.4106	4
58243	Hoople	hoople	ND	099		48.5198	-97.6183	4
58250	Lankin	lankin	ND	099		48.2952	-98.007	4
58261	Minto	minto	ND	099		48.26	-97.3144	4
58270	Park River	park-river	ND	099		48.4039	-97.7439	4
58273	Pisek	pisek	ND	099		48.2971	-97.7029	4
58701	Minot	minot	ND	101		48.2291	-101.2985	4
58702	Minot	minot	ND	101		48.2325	-101.2963	4
58703	Minot	minot	ND	101		48.3306	-101.3156	4
58704	Minot Afb	minot-afb	ND	101		48.4232	-101.3168	1
58705	Minot Afb	minot-afb	ND	101		48.4223	-101.3339	1
58707	Minot	minot	ND	101		48.2453	-101.3012	4
58718	Berthold	berthold	ND	101		48.3064	-101.6866	4
58722	Burlington	burlington	ND	101		48.2735	-101.4282	4
58725	Carpio	carpio	ND	101		48.4323	-101.7119	4
58733	Des Lacs	des-lacs	ND	101		48.2557	-101.5672	4
58734	Donnybrook	donnybrook	ND	101		48.49	-101.896	4
58735	Douglas	douglas	ND	101		47.8659	-101.5112	4
58746	Kenmare	kenmare	ND	101		48.7182	-102.0852	4
58756	Makoti	makoti	ND	101		47.9611	-101.8046	4
58779	Ryder	ryder	ND	101		47.9788	-101.6683	4
58781	Sawyer	sawyer	ND	101		48.0858	-101.0674	4
58785	Surrey	surrey	ND	101		48.2365	-101.1216	4
58341	Harvey	harvey	ND	103		47.7035	-99.7478	4
58418	Bowdon	bowdon	ND	103		47.4343	-99.7015	4
58422	Cathay	cathay	ND	103		47.6289	-99.4049	4
58423	Chaseley	chaseley	ND	103		47.449	-99.8241	4
58438	Fessenden	fessenden	ND	103		47.6286	-99.6434	1
58451	Hurdsfield	hurdsfield	ND	103		47.4387	-99.9416	4
58486	Sykeston	sykeston	ND	103		47.4369	-99.3975	4
58755	Mcgregor	mcgregor	ND	105		48.595	-102.9288	4
58795	Wildrose	wildrose	ND	105		48.5678	-103.1536	4
58801	Williston	williston	ND	105		48.2257	-103.649	4
58802	Williston	williston	ND	105		48.1688	-103.6148	4
58803	Williston	williston	ND	105		48.1468	-103.6199	
58830	Alamo	alamo	ND	105		48.5817	-103.4699	4
58843	Epping	epping	ND	105		48.2764	-103.3763	4
58845	Grenora	grenora	ND	105		48.5252	-103.9176	4
58849	Ray	ray	ND	105		48.3217	-103.1654	4
58852	Tioga	tioga	ND	105		48.3646	-102.9576	4
58853	Trenton	trenton	ND	105		48.0706	-103.8369	4
58856	Zahl	zahl	ND	105		48.5787	-103.6599	4
68901	Hastings	hastings	NE	001		40.5877	-98.3911	4
68902	Hastings	hastings	NE	001		40.5896	-98.3972	4
68925	Ayr	ayr	NE	001		40.4411	-98.439	4
68950	Holstein	holstein	NE	001		40.4542	-98.6538	4
68955	Juniata	juniata	NE	001		40.5867	-98.515	4
68956	Kenesaw	kenesaw	NE	001		40.6165	-98.6572	4
68973	Roseland	roseland	NE	001		40.4591	-98.5551	4
68636	Elgin	elgin	NE	003		41.9732	-98.0751	4
68720	Brunswick	brunswick	NE	003		42.3459	-98.0123	4
68726	Clearwater	clearwater	NE	003		42.1266	-98.1868	4
68756	Neligh	neligh	NE	003		42.1389	-98.0151	4
68761	Oakdale	oakdale	NE	003		42.0697	-97.9692	4
68764	Orchard	orchard	NE	003		42.3399	-98.2409	4
68773	Royal	royal	NE	003		42.3648	-98.1235	4
69121	Arthur	arthur	NE	005		41.574	-101.6931	4
69345	Harrisburg	harrisburg	NE	007		41.5531	-103.7111	4
68821	Brewster	brewster	NE	009		41.9467	-99.8292	4
68833	Dunning	dunning	NE	009		41.8131	-100.0873	4
69157	Purdum	purdum	NE	009		42.065	-100.2585	1
68620	Albion	albion	NE	011		41.7049	-97.9991	4
68627	Cedar Rapids	cedar-rapids	NE	011		41.5564	-98.1554	4
68652	Petersburg	petersburg	NE	011		41.859	-98.0848	4
68655	Primrose	primrose	NE	011		41.6405	-98.2355	4
68660	Saint Edward	saint-edward	NE	011		41.5708	-97.8801	4
69301	Alliance	alliance	NE	013		42.1149	-102.888	4
69348	Hemingford	hemingford	NE	013		42.3312	-103.0644	4
68719	Bristow	bristow	NE	015		42.9484	-98.5721	4
68722	Butte	butte	NE	015		42.9124	-98.8459	4
68746	Lynch	lynch	NE	015		42.8373	-98.4504	4
68755	Naper	naper	NE	015		42.9521	-99.071	4
68777	Spencer	spencer	NE	015		42.8849	-98.7059	4
69210	Ainsworth	ainsworth	NE	017		42.5403	-99.8615	4
69214	Johnstown	johnstown	NE	017		42.5717	-100.0582	4
69217	Long Pine	long-pine	NE	017		42.5364	-99.7007	4
68812	Amherst	amherst	NE	019		40.8495	-99.2609	4
68836	Elm Creek	elm-creek	NE	019		40.7301	-99.3728	4
68840	Gibbon	gibbon	NE	019		40.7444	-98.8543	4
68845	Kearney	kearney	NE	019		40.7514	-99.1291	4
68847	Kearney	kearney	NE	019		40.7136	-99.0779	4
68848	Kearney	kearney	NE	019		40.6861	-99.0693	4
68849	Kearney	kearney	NE	019		40.8497	-99.0741	4
68858	Miller	miller	NE	019		40.9422	-99.374	4
68861	Odessa	odessa	NE	019		40.7017	-99.2568	4
68866	Pleasanton	pleasanton	NE	019		40.9818	-99.1283	4
68869	Ravenna	ravenna	NE	019		41.0233	-98.9041	4
68870	Riverdale	riverdale	NE	019		40.8524	-99.1611	4
68876	Shelton	shelton	NE	019		40.7717	-98.7435	4
68019	Craig	craig	NE	021		41.7715	-96.3924	4
68020	Decatur	decatur	NE	021		41.9966	-96.2595	4
68038	Lyons	lyons	NE	021		41.9442	-96.4661	4
68045	Oakland	oakland	NE	021		41.8384	-96.4671	4
68061	Tekamah	tekamah	NE	021		41.7819	-96.2281	4
68001	Abie	abie	NE	023		41.3479	-96.9563	4
68014	Bruno	bruno	NE	023		41.2718	-96.9646	4
68036	Linwood	linwood	NE	023		41.4129	-96.9399	4
68624	Bellwood	bellwood	NE	023		41.3474	-97.2747	4
68626	Brainard	brainard	NE	023		41.1832	-96.9882	4
68632	David City	david-city	NE	023		41.2528	-97.13	4
68635	Dwight	dwight	NE	023		41.0894	-96.9931	4
68658	Rising City	rising-city	NE	023		41.2082	-97.3032	4
68667	Surprise	surprise	NE	023		41.1086	-97.3112	4
68669	Ulysses	ulysses	NE	023		41.0791	-97.1984	4
68016	Cedar Creek	cedar-creek	NE	025		41.0425	-96.1044	4
68037	Louisville	louisville	NE	025		40.9967	-96.1948	4
68048	Plattsmouth	plattsmouth	NE	025		40.9992	-95.9139	4
68058	South Bend	south-bend	NE	025		41.0067	-96.2462	4
68304	Alvo	alvo	NE	025		40.8992	-96.4036	4
68307	Avoca	avoca	NE	025		40.8159	-96.0957	4
68347	Eagle	eagle	NE	025		40.8169	-96.429	4
68349	Elmwood	elmwood	NE	025		40.8378	-96.2944	4
68366	Greenwood	greenwood	NE	025		40.9706	-96.4258	4
68403	Manley	manley	NE	025		40.9207	-96.168	4
68407	Murdock	murdock	NE	025		40.919	-96.2848	4
68409	Murray	murray	NE	025		40.92	-95.9227	4
68413	Nehawka	nehawka	NE	025		40.833	-95.993	4
68455	Union	union	NE	025		40.8245	-95.9037	4
68463	Weeping Water	weeping-water	NE	025		40.8731	-96.1528	4
68717	Belden	belden	NE	027		42.4022	-97.1956	4
68727	Coleridge	coleridge	NE	027		42.5061	-97.2037	4
68736	Fordyce	fordyce	NE	027		42.7309	-97.3567	4
68739	Hartington	hartington	NE	027		42.6235	-97.2837	4
68745	Laurel	laurel	NE	027		42.427	-97.0874	4
68749	Magnet	magnet	NE	027		42.455	-97.4701	4
68771	Randolph	randolph	NE	027		42.3798	-97.3464	4
68774	Saint Helena	saint-helena	NE	027		42.8046	-97.3047	4
68792	Wynot	wynot	NE	027		42.7393	-97.1678	4
69023	Champion	champion	NE	029		40.46	-101.7485	4
69027	Enders	enders	NE	029		40.4655	-101.5222	4
69033	Imperial	imperial	NE	029		40.5251	-101.6468	4
69045	Wauneta	wauneta	NE	029		40.4409	-101.3812	4
69135	Elsmere	elsmere	NE	031		42.2403	-100.2595	4
69201	Valentine	valentine	NE	031		42.8062	-100.6215	4
69211	Cody	cody	NE	031		42.825	-101.2913	4
69212	Crookston	crookston	NE	031		42.9255	-100.7735	4
69216	Kilgore	kilgore	NE	031		42.9146	-100.9884	4
69218	Merriman	merriman	NE	031		42.6419	-101.7583	4
69219	Nenzel	nenzel	NE	031		42.9278	-101.1029	4
69220	Sparks	sparks	NE	031		42.9411	-100.256	4
69221	Wood Lake	wood-lake	NE	031		42.6264	-100.2872	4
69131	Dalton	dalton	NE	033		41.4068	-102.9726	1
69141	Gurley	gurley	NE	033		41.315	-102.9835	4
69149	Lodgepole	lodgepole	NE	033		41.1697	-102.657	4
69156	Potter	potter	NE	033		41.2347	-103.3061	4
69160	Sidney	sidney	NE	033		41.2205	-102.9959	1
69162	Sidney	sidney	NE	033		41.138	-102.9856	1
68452	Ong	ong	NE	035		40.3968	-97.861	4
68933	Clay Center	clay-center	NE	035		40.5113	-98.0386	4
68934	Deweese	deweese	NE	035		40.354	-98.14	4
68935	Edgar	edgar	NE	035		40.3652	-97.9727	4
68938	Fairfield	fairfield	NE	035		40.4285	-98.1063	4
68941	Glenvil	glenvil	NE	035		40.4931	-98.2465	4
68944	Harvard	harvard	NE	035		40.6265	-98.0846	4
68954	Inland	inland	NE	035		40.5899	-98.2234	4
68975	Saronville	saronville	NE	035		40.6021	-97.9388	4
68979	Sutton	sutton	NE	035		40.6056	-97.8592	4
68980	Trumbull	trumbull	NE	035		40.6795	-98.2734	4
68629	Clarkson	clarkson	NE	037		41.6961	-97.1051	4
68641	Howells	howells	NE	037		41.725	-97.0028	4
68643	Leigh	leigh	NE	037		41.7053	-97.2381	4
68659	Rogers	rogers	NE	037		41.4653	-96.915	4
68661	Schuyler	schuyler	NE	037		41.4591	-97.0628	4
68004	Bancroft	bancroft	NE	039		42.0267	-96.6171	4
68716	Beemer	beemer	NE	039		41.9374	-96.815	4
68788	West Point	west-point	NE	039		41.845	-96.7318	4
68791	Wisner	wisner	NE	039		41.998	-96.917	4
68813	Anselmo	anselmo	NE	041		41.6208	-99.8644	4
68814	Ansley	ansley	NE	041		41.3019	-99.3645	4
68822	Broken Bow	broken-bow	NE	041		41.4126	-99.6355	4
68825	Callaway	callaway	NE	041		41.2485	-99.9932	4
68828	Comstock	comstock	NE	041		41.5606	-99.2504	4
68855	Mason City	mason-city	NE	041		41.1853	-99.3049	4
68856	Merna	merna	NE	041		41.4435	-99.8036	4
68860	Oconto	oconto	NE	041		41.1411	-99.7632	4
68874	Sargent	sargent	NE	041		41.6508	-99.3816	4
68881	Westerville	westerville	NE	041		41.4193	-99.3844	4
69120	Arnold	arnold	NE	041		41.4456	-100.1567	4
68030	Homer	homer	NE	043		42.3322	-96.4656	4
68731	Dakota City	dakota-city	NE	043		42.3807	-96.4536	4
68733	Emerson	emerson	NE	043		42.2852	-96.7159	4
68741	Hubbard	hubbard	NE	043		42.3576	-96.6031	4
68743	Jackson	jackson	NE	043		42.4529	-96.5743	4
68776	South Sioux City	south-sioux-city	NE	043		42.4656	-96.4182	4
69337	Chadron	chadron	NE	045		42.8193	-102.9953	4
69339	Crawford	crawford	NE	045		42.6758	-103.4053	4
69354	Marsland	marsland	NE	045		42.4439	-103.2985	4
69367	Whitney	whitney	NE	045		42.7559	-103.2396	4
68834	Eddyville	eddyville	NE	047		41.0079	-99.681	4
68850	Lexington	lexington	NE	047		40.785	-99.7515	4
68863	Overton	overton	NE	047		40.7519	-99.5278	4
68878	Sumner	sumner	NE	047		40.9504	-99.52	4
69029	Farnam	farnam	NE	047		40.7129	-100.2069	4
69130	Cozad	cozad	NE	047		40.8619	-99.9921	1
69138	Gothenburg	gothenburg	NE	047		40.94	-100.1547	4
69171	Willow Island	willow-island	NE	047		40.8925	-100.0703	4
69122	Big Springs	big-springs	NE	049		41.0696	-102.0933	4
69129	Chappell	chappell	NE	049		41.0966	-102.4523	4
68710	Allen	allen	NE	051		42.4437	-96.8574	4
68728	Concord	concord	NE	051		42.382	-96.981	4
68732	Dixon	dixon	NE	051		42.4185	-96.9774	4
68751	Maskell	maskell	NE	051		42.6905	-96.9809	4
68757	Newcastle	newcastle	NE	051		42.6207	-96.8709	4
68770	Ponca	ponca	NE	051		42.5693	-96.7128	4
68784	Wakefield	wakefield	NE	051		42.2733	-96.8776	4
68785	Waterbury	waterbury	NE	051		42.4604	-96.7448	4
68025	Fremont	fremont	NE	053		41.4416	-96.4945	4
68026	Fremont	fremont	NE	053		41.4333	-96.4981	4
68031	Hooper	hooper	NE	053		41.6414	-96.5232	4
68044	Nickerson	nickerson	NE	053		41.5491	-96.4441	4
68057	Scribner	scribner	NE	053		41.663	-96.6441	4
68063	Uehling	uehling	NE	053		41.7369	-96.5037	4
68072	Winslow	winslow	NE	053		41.6102	-96.5033	4
68621	Ames	ames	NE	053		41.4613	-96.6463	4
68633	Dodge	dodge	NE	053		41.7052	-96.8969	4
68649	North Bend	north-bend	NE	053		41.4689	-96.7813	4
68664	Snyder	snyder	NE	053		41.7039	-96.7886	4
68007	Bennington	bennington	NE	055		41.3623	-96.1575	4
68010	Boys Town	boys-town	NE	055		41.2587	-96.133	4
68022	Elkhorn	elkhorn	NE	055		41.2756	-96.2431	4
68064	Valley	valley	NE	055		41.3186	-96.3463	4
68069	Waterloo	waterloo	NE	055		41.2702	-96.3063	4
68101	Omaha	omaha	NE	055		41.2586	-95.9378	4
68102	Omaha	omaha	NE	055		41.259	-95.9409	4
68103	Omaha	omaha	NE	055		41.2586	-95.9378	4
68104	Omaha	omaha	NE	055		41.2919	-95.9999	4
68105	Omaha	omaha	NE	055		41.2435	-95.9629	4
68106	Omaha	omaha	NE	055		41.2403	-95.998	4
68107	Omaha	omaha	NE	055		41.2068	-95.9559	4
68108	Omaha	omaha	NE	055		41.2382	-95.9336	4
68109	Omaha	omaha	NE	055		41.2586	-95.9378	4
68110	Omaha	omaha	NE	055		41.2933	-95.9361	4
68111	Omaha	omaha	NE	055		41.2962	-95.965	4
68112	Omaha	omaha	NE	055		41.3296	-95.9597	4
68114	Omaha	omaha	NE	055		41.2656	-96.0493	4
68116	Omaha	omaha	NE	055		41.2879	-96.1495	4
68117	Omaha	omaha	NE	055		41.2064	-95.9953	4
68118	Omaha	omaha	NE	055		41.2606	-96.1661	4
68119	Omaha	omaha	NE	055		41.2586	-95.9378	4
68120	Omaha	omaha	NE	055		41.2586	-95.9378	4
68122	Omaha	omaha	NE	055		41.3333	-96.0458	4
68124	Omaha	omaha	NE	055		41.2338	-96.0495	4
68127	Omaha	omaha	NE	055		41.2074	-96.0612	4
68130	Omaha	omaha	NE	055		41.2355	-96.1688	4
68131	Omaha	omaha	NE	055		41.2647	-95.9639	4
68132	Omaha	omaha	NE	055		41.2657	-95.996	4
68134	Omaha	omaha	NE	055		41.2949	-96.0546	4
68135	Omaha	omaha	NE	055		41.2104	-96.1698	4
68137	Omaha	omaha	NE	055		41.2075	-96.1147	4
68139	Omaha	omaha	NE	055		41.2586	-95.9378	4
68142	Omaha	omaha	NE	055		41.3359	-96.0901	4
68144	Omaha	omaha	NE	055		41.2335	-96.1188	4
68145	Omaha	omaha	NE	055		41.2586	-95.9378	4
68152	Omaha	omaha	NE	055		41.3346	-96.0003	4
68154	Omaha	omaha	NE	055		41.2642	-96.1206	4
68155	Omaha	omaha	NE	055		41.2586	-95.9378	4
68164	Omaha	omaha	NE	055		41.2955	-96.1008	4
68172	Omaha	omaha	NE	055		41.2586	-95.9378	4
68175	Omaha	omaha	NE	055		41.2586	-95.9378	4
68176	Omaha	omaha	NE	055		41.2586	-95.9378	4
68178	Omaha	omaha	NE	055		41.2657	-95.9477	4
68179	Omaha	omaha	NE	055		41.2586	-95.9378	4
68180	Omaha	omaha	NE	055		41.2586	-95.9378	4
68182	Omaha	omaha	NE	055		41.2586	-95.9378	4
68183	Omaha	omaha	NE	055		41.2586	-95.9378	4
68197	Omaha	omaha	NE	055		41.2563	-95.9404	4
68198	Omaha	omaha	NE	055		41.2586	-95.9378	4
69021	Benkelman	benkelman	NE	057		40.098	-101.5344	4
69030	Haigler	haigler	NE	057		40.0642	-101.9371	4
69037	Max	max	NE	057		40.198	-101.4116	4
69041	Parks	parks	NE	057		40.1398	-101.7399	4
68351	Exeter	exeter	NE	059		40.6341	-97.4424	4
68354	Fairmont	fairmont	NE	059		40.6404	-97.5873	4
68361	Geneva	geneva	NE	059		40.5277	-97.6096	4
68365	Grafton	grafton	NE	059		40.6402	-97.7403	4
68406	Milligan	milligan	NE	059		40.4952	-97.3997	4
68416	Ohiowa	ohiowa	NE	059		40.4065	-97.4427	4
68436	Shickley	shickley	NE	059		40.4077	-97.7143	4
68444	Strang	strang	NE	059		40.4156	-97.587	4
68929	Bloomington	bloomington	NE	061		40.1383	-99.0094	4
68932	Campbell	campbell	NE	061		40.2967	-98.737	4
68939	Franklin	franklin	NE	061		40.1052	-98.9469	4
68947	Hildreth	hildreth	NE	061		40.3217	-99.0571	4
68960	Naponee	naponee	NE	061		40.1258	-99.1277	4
68972	Riverton	riverton	NE	061		40.1016	-98.7858	4
68981	Upland	upland	NE	061		40.3171	-98.8966	4
69025	Curtis	curtis	NE	063		40.6131	-100.5104	4
69028	Eustis	eustis	NE	063		40.6625	-100.0296	4
69038	Maywood	maywood	NE	063		40.6575	-100.6221	4
69039	Moorefield	moorefield	NE	063		40.5786	-100.3108	4
69042	Stockville	stockville	NE	063		40.4948	-100.3849	4
68922	Arapahoe	arapahoe	NE	065		40.3027	-99.8997	4
68926	Beaver City	beaver-city	NE	065		40.129	-99.8065	4
68936	Edison	edison	NE	065		40.2802	-99.786	4
68946	Hendley	hendley	NE	065		40.1063	-99.9715	4
68948	Holbrook	holbrook	NE	065		40.3019	-100.0136	4
68967	Oxford	oxford	NE	065		40.256	-99.6302	4
69022	Cambridge	cambridge	NE	065		40.2808	-100.1676	4
69046	Wilsonville	wilsonville	NE	065		40.1089	-100.1211	4
68301	Adams	adams	NE	067		40.4576	-96.5396	4
68309	Barneston	barneston	NE	067		40.0483	-96.577	4
68310	Beatrice	beatrice	NE	067		40.2705	-96.7435	4
68318	Blue Springs	blue-springs	NE	067		40.1407	-96.659	4
68328	Clatonia	clatonia	NE	067		40.4724	-96.8555	4
68331	Cortland	cortland	NE	067		40.4976	-96.7166	4
68357	Filley	filley	NE	067		40.2946	-96.5301	4
68381	Liberty	liberty	NE	067		40.0801	-96.4804	4
68415	Odell	odell	NE	067		40.0451	-96.8019	4
68422	Pickrell	pickrell	NE	067		40.3821	-96.7344	4
68458	Virginia	virginia	NE	067		40.2309	-96.5121	4
68466	Wymore	wymore	NE	067		40.113	-96.6613	4
69147	Lewellen	lewellen	NE	069		41.3435	-102.1396	4
69148	Lisco	lisco	NE	069		41.5114	-102.5498	4
69154	Oshkosh	oshkosh	NE	069		41.405	-102.3444	4
69190	Oshkosh	oshkosh	NE	069		41.405	-102.3444	4
68823	Burwell	burwell	NE	071		41.808	-99.0995	4
68937	Elwood	elwood	NE	073		40.5747	-99.8258	4
68976	Smithfield	smithfield	NE	073		40.5832	-99.7285	4
69333	Ashby	ashby	NE	075		41.9776	-101.9636	4
69350	Hyannis	hyannis	NE	075		42.007	-101.7483	4
69366	Whitman	whitman	NE	075		41.9584	-101.5216	4
68665	Spalding	spalding	NE	077		41.6874	-98.3715	4
68842	Greeley	greeley	NE	077		41.5526	-98.53	4
68875	Scotia	scotia	NE	077		41.4837	-98.6893	4
68882	Wolbach	wolbach	NE	077		41.4244	-98.3995	4
68801	Grand Island	grand-island	NE	079		40.9219	-98.3411	4
68802	Grand Island	grand-island	NE	079		40.8725	-98.5021	4
68803	Grand Island	grand-island	NE	079		40.9286	-98.3873	4
68810	Alda	alda	NE	079		40.8711	-98.4681	4
68824	Cairo	cairo	NE	079		41.0002	-98.6165	4
68832	Doniphan	doniphan	NE	079		40.77	-98.379	4
68883	Wood River	wood-river	NE	079		40.8106	-98.6065	4
68818	Aurora	aurora	NE	081		40.8528	-98.0201	4
68841	Giltner	giltner	NE	081		40.7654	-98.1434	4
68843	Hampton	hampton	NE	081		40.9236	-97.8841	4
68846	Hordville	hordville	NE	081		41.0813	-97.8881	4
68854	Marquette	marquette	NE	081		41.01	-98	4
68865	Phillips	phillips	NE	081		40.8982	-98.2129	4
68920	Alma	alma	NE	083		40.1189	-99.3601	4
68966	Orleans	orleans	NE	083		40.1484	-99.4572	4
68969	Ragan	ragan	NE	083		40.3103	-99.2898	4
68971	Republican City	republican-city	NE	083		40.1034	-99.2322	4
68977	Stamford	stamford	NE	083		40.1163	-99.5814	4
69032	Hayes Center	hayes-center	NE	085		40.5173	-101.0252	4
69024	Culbertson	culbertson	NE	087		40.2237	-100.85	4
69040	Palisade	palisade	NE	087		40.3387	-101.1295	4
69043	Stratton	stratton	NE	087		40.1445	-101.2183	4
69044	Trenton	trenton	NE	087		40.1681	-101.0201	4
68711	Amelia	amelia	NE	089		42.1809	-99.008	4
68713	Atkinson	atkinson	NE	089		42.5483	-98.9761	4
68725	Chambers	chambers	NE	089		42.1916	-98.7378	4
68734	Emmet	emmet	NE	089		42.4747	-98.8238	4
68735	Ewing	ewing	NE	089		42.1851	-98.3981	4
68742	Inman	inman	NE	089		42.3761	-98.5384	4
68763	Oneill	oneill	NE	089		42.4857	-98.6456	4
68766	Page	page	NE	089		42.4119	-98.3964	4
68780	Stuart	stuart	NE	089		42.5713	-99.1396	4
69152	Mullen	mullen	NE	091		42.0163	-101.0542	4
68820	Boelus	boelus	NE	093		41.1003	-98.6976	4
68831	Dannebrog	dannebrog	NE	093		41.1192	-98.5546	4
68835	Elba	elba	NE	093		41.2864	-98.5756	4
68838	Farwell	farwell	NE	093		41.2204	-98.6481	4
68872	Saint Libory	saint-libory	NE	093		41.0867	-98.3589	4
68873	Saint Paul	saint-paul	NE	093		41.2242	-98.444	4
68338	Daykin	daykin	NE	095		40.3192	-97.3043	4
68342	Diller	diller	NE	095		40.1192	-96.9495	4
68350	Endicott	endicott	NE	095		40.0496	-97.0813	4
68352	Fairbury	fairbury	NE	095		40.1488	-97.1839	4
68377	Jansen	jansen	NE	095		40.2074	-97.0244	4
68424	Plymouth	plymouth	NE	095		40.3039	-97.0012	4
68440	Steele City	steele-city	NE	095		40.0378	-97.0248	4
68329	Cook	cook	NE	097		40.4986	-96.1526	4
68332	Crab Orchard	crab-orchard	NE	097		40.3166	-96.4116	4
68348	Elk Creek	elk-creek	NE	097		40.2977	-96.1421	4
68443	Sterling	sterling	NE	097		40.4637	-96.3867	4
68450	Tecumseh	tecumseh	NE	097		40.3697	-96.205	4
68924	Axtell	axtell	NE	099		40.5269	-99.1169	4
68945	Heartwell	heartwell	NE	099		40.5716	-98.7851	4
68959	Minden	minden	NE	099		40.5091	-98.9383	4
68982	Wilcox	wilcox	NE	099		40.3735	-99.1539	4
69127	Brule	brule	NE	101		41.1002	-101.9099	4
69144	Keystone	keystone	NE	101		41.2621	-101.6282	4
69146	Lemoyne	lemoyne	NE	101		41.3236	-101.7673	4
69153	Ogallala	ogallala	NE	101		41.1275	-101.7107	4
69155	Paxton	paxton	NE	101		41.1268	-101.3585	4
68753	Mills	mills	NE	103		42.9225	-99.4466	4
68759	Newport	newport	NE	103		42.6001	-99.3359	4
68778	Springview	springview	NE	103		42.8488	-99.8061	4
69128	Bushnell	bushnell	NE	105		41.2139	-103.9075	4
69133	Dix	dix	NE	105		41.227	-103.4796	1
69145	Kimball	kimball	NE	105		41.2321	-103.6602	4
68718	Bloomfield	bloomfield	NE	107		42.5978	-97.6545	4
68724	Center	center	NE	107		42.5973	-97.867	4
68729	Creighton	creighton	NE	107		42.4681	-97.8932	4
68730	Crofton	crofton	NE	107		42.737	-97.5406	4
68760	Niobrara	niobrara	NE	107		42.7391	-97.9248	4
68783	Verdigre	verdigre	NE	107		42.6101	-98.0793	4
68786	Wausa	wausa	NE	107		42.4973	-97.5576	4
68789	Winnetoon	winnetoon	NE	107		42.5334	-98.005	4
68317	Bennet	bennet	NE	109		40.68	-96.5064	4
68336	Davey	davey	NE	109		40.9639	-96.688	4
68339	Denton	denton	NE	109		40.7378	-96.8445	4
68358	Firth	firth	NE	109		40.5586	-96.614	4
68368	Hallam	hallam	NE	109		40.5739	-96.7998	4
68372	Hickman	hickman	NE	109		40.6119	-96.6247	4
68402	Malcolm	malcolm	NE	109		40.9091	-96.86	4
68404	Martell	martell	NE	109		40.6514	-96.7442	4
68419	Panama	panama	NE	109		40.5998	-96.5129	4
68428	Raymond	raymond	NE	109		40.9342	-96.7866	4
68430	Roca	roca	NE	109		40.6702	-96.6391	4
68438	Sprague	sprague	NE	109		40.6267	-96.7456	4
68461	Walton	walton	NE	109		40.7975	-96.5359	4
68462	Waverly	waverly	NE	109		40.9222	-96.526	4
68501	Lincoln	lincoln	NE	109		40.8651	-96.8231	4
68502	Lincoln	lincoln	NE	109		40.7893	-96.6938	4
68503	Lincoln	lincoln	NE	109		40.8233	-96.6766	4
68504	Lincoln	lincoln	NE	109		40.8392	-96.6532	4
68505	Lincoln	lincoln	NE	109		40.8247	-96.6252	4
68506	Lincoln	lincoln	NE	109		40.7848	-96.6431	4
68507	Lincoln	lincoln	NE	109		40.8473	-96.6289	4
68508	Lincoln	lincoln	NE	109		40.8145	-96.7009	4
68509	Lincoln	lincoln	NE	109		40.7845	-96.6888	4
68510	Lincoln	lincoln	NE	109		40.8063	-96.6545	4
68512	Lincoln	lincoln	NE	109		40.7565	-96.6946	4
68514	Lincoln	lincoln	NE	109		40.9401	-96.6621	4
68516	Lincoln	lincoln	NE	109		40.7568	-96.6523	4
68517	Lincoln	lincoln	NE	109		40.9317	-96.6045	4
68520	Lincoln	lincoln	NE	109		40.7744	-96.5693	4
68521	Lincoln	lincoln	NE	109		40.851	-96.711	4
68522	Lincoln	lincoln	NE	109		40.7934	-96.7479	4
68523	Lincoln	lincoln	NE	109		40.7408	-96.7583	4
68524	Lincoln	lincoln	NE	109		40.8529	-96.7943	4
68526	Lincoln	lincoln	NE	109		40.7314	-96.5878	4
68527	Lincoln	lincoln	NE	109		40.8347	-96.5401	4
68528	Lincoln	lincoln	NE	109		40.8195	-96.7545	4
68529	Lincoln	lincoln	NE	109		40.8798	-96.7798	4
68531	Lincoln	lincoln	NE	109		40.9008	-96.7201	4
68532	Lincoln	lincoln	NE	109		40.7922	-96.8551	4
68542	Lincoln	lincoln	NE	109		40.7845	-96.6888	4
68544	Lincoln	lincoln	NE	109		40.7845	-96.6888	4
68583	Lincoln	lincoln	NE	109		40.7845	-96.6888	4
68588	Lincoln	lincoln	NE	109		40.8206	-96.6928	4
69101	North Platte	north-platte	NE	111		41.1326	-100.7746	4
69103	North Platte	north-platte	NE	111		41.0464	-100.7469	4
69123	Brady	brady	NE	111		41.0515	-100.3736	4
69132	Dickens	dickens	NE	111		40.8041	-101.0149	1
69143	Hershey	hershey	NE	111		41.2102	-101.0392	4
69151	Maxwell	maxwell	NE	111		41.0588	-100.527	4
69165	Sutherland	sutherland	NE	111		41.1557	-101.136	4
69169	Wallace	wallace	NE	111		40.8304	-101.1738	4
69170	Wellfleet	wellfleet	NE	111		40.7988	-100.7119	4
69163	Stapleton	stapleton	NE	113		41.4888	-100.4831	4
68879	Taylor	taylor	NE	115		41.9141	-99.4543	4
69167	Tryon	tryon	NE	117		41.5732	-101.0175	4
68701	Norfolk	norfolk	NE	119		42.0329	-97.4229	4
68702	Norfolk	norfolk	NE	119		42.0283	-97.417	4
68715	Battle Creek	battle-creek	NE	119		41.9943	-97.5982	4
68748	Madison	madison	NE	119		41.8308	-97.472	4
68752	Meadow Grove	meadow-grove	NE	119		42.0102	-97.7334	4
68758	Newman Grove	newman-grove	NE	119		41.7498	-97.774	4
68781	Tilden	tilden	NE	119		42.0496	-97.8223	4
68628	Clarks	clarks	NE	121		41.2328	-97.8461	4
68663	Silver Creek	silver-creek	NE	121		41.319	-97.6671	4
68816	Archer	archer	NE	121		41.1782	-98.1182	4
68826	Central City	central-city	NE	121		41.1213	-98.0017	4
68827	Chapman	chapman	NE	121		40.9856	-98.2217	4
68864	Palmer	palmer	NE	121		41.1788	-98.2411	4
69125	Broadwater	broadwater	NE	123		41.5825	-102.8225	4
69331	Angora	angora	NE	123		41.8934	-103.085	4
69334	Bayard	bayard	NE	123		41.7579	-103.3019	4
69336	Bridgeport	bridgeport	NE	123		41.6766	-103.0701	4
68623	Belgrade	belgrade	NE	125		41.4611	-98.0866	4
68638	Fullerton	fullerton	NE	125		41.3633	-97.9692	4
68640	Genoa	genoa	NE	125		41.4468	-97.764	4
68305	Auburn	auburn	NE	127		40.3789	-95.8526	4
68320	Brock	brock	NE	127		40.4772	-95.9801	4
68321	Brownville	brownville	NE	127		40.3994	-95.6935	4
68378	Johnson	johnson	NE	127		40.4016	-95.9883	4
68379	Julian	julian	NE	127		40.5199	-95.8674	4
68414	Nemaha	nemaha	NE	127		40.3198	-95.6913	4
68421	Peru	peru	NE	127		40.4766	-95.7312	4
68943	Hardy	hardy	NE	129		40.0285	-97.9271	4
68957	Lawrence	lawrence	NE	129		40.2767	-98.2402	4
68961	Nelson	nelson	NE	129		40.2011	-98.0684	4
68974	Ruskin	ruskin	NE	129		40.1383	-97.872	4
68978	Superior	superior	NE	129		40.0315	-98.0779	4
68324	Burr	burr	NE	131		40.5601	-96.2384	4
68344	Douglas	douglas	NE	131		40.5838	-96.397	4
68346	Dunbar	dunbar	NE	131		40.6592	-96.0136	4
68382	Lorton	lorton	NE	131		40.5973	-96.0241	4
68410	Nebraska City	nebraska-city	NE	131		40.6747	-95.8619	4
68417	Otoe	otoe	NE	131		40.7355	-96.1329	4
68418	Palmyra	palmyra	NE	131		40.705	-96.3999	4
68446	Syracuse	syracuse	NE	131		40.6614	-96.1824	4
68448	Talmage	talmage	NE	131		40.5586	-96.0138	4
68454	Unadilla	unadilla	NE	131		40.6917	-96.2825	4
68323	Burchard	burchard	NE	133		40.1475	-96.3503	4
68345	Du Bois	du-bois	NE	133		40.0375	-96.0575	4
68380	Lewiston	lewiston	NE	133		40.2309	-96.4049	4
68420	Pawnee City	pawnee-city	NE	133		40.1093	-96.1509	4
68441	Steinauer	steinauer	NE	133		40.2169	-96.2302	4
68447	Table Rock	table-rock	NE	133		40.1874	-96.0818	4
69134	Elsie	elsie	NE	135		40.8596	-101.37	1
69140	Grant	grant	NE	135		40.8511	-101.7196	4
69150	Madrid	madrid	NE	135		40.8544	-101.5371	4
69168	Venango	venango	NE	135		40.8073	-101.9839	4
68923	Atlanta	atlanta	NE	137		40.3667	-99.4732	4
68927	Bertrand	bertrand	NE	137		40.5608	-99.5759	4
68940	Funk	funk	NE	137		40.502	-99.245	4
68949	Holdrege	holdrege	NE	137		40.4475	-99.3672	4
68958	Loomis	loomis	NE	137		40.4792	-99.4979	4
68738	Hadar	hadar	NE	139		42.105	-97.4492	4
68747	Mclean	mclean	NE	139		42.3921	-97.4751	4
68765	Osmond	osmond	NE	139		42.3539	-97.582	4
68767	Pierce	pierce	NE	139		42.1943	-97.5256	4
68769	Plainview	plainview	NE	139		42.3467	-97.7786	4
68601	Columbus	columbus	NE	141		41.4297	-97.3684	4
68602	Columbus	columbus	NE	141		41.4297	-97.3684	4
68631	Creston	creston	NE	141		41.7067	-97.3625	4
68634	Duncan	duncan	NE	141		41.3895	-97.4948	4
68642	Humphrey	humphrey	NE	141		41.6702	-97.4986	4
68644	Lindsay	lindsay	NE	141		41.6926	-97.6711	4
68647	Monroe	monroe	NE	141		41.4783	-97.6061	4
68653	Platte Center	platte-center	NE	141		41.5375	-97.4884	4
68651	Osceola	osceola	NE	143		41.1966	-97.5571	4
68654	Polk	polk	NE	143		41.0767	-97.7839	4
68662	Shelby	shelby	NE	143		41.1922	-97.4253	4
68666	Stromsburg	stromsburg	NE	143		41.1118	-97.5742	4
69001	Mc Cook	mc-cook	NE	145		40.2049	-100.6279	1
69020	Bartley	bartley	NE	145		40.2581	-100.2908	4
69026	Danbury	danbury	NE	145		40.0377	-100.4242	4
69034	Indianola	indianola	NE	145		40.2357	-100.4298	4
69036	Lebanon	lebanon	NE	145		40.0506	-100.2763	4
68337	Dawson	dawson	NE	147		40.1377	-95.8341	4
68355	Falls City	falls-city	NE	147		40.0742	-95.5931	4
68376	Humboldt	humboldt	NE	147		40.1566	-95.9311	4
68431	Rulo	rulo	NE	147		40.0536	-95.4292	4
68433	Salem	salem	NE	147		40.062	-95.7273	4
68437	Shubert	shubert	NE	147		40.2325	-95.6895	4
68442	Stella	stella	NE	147		40.2303	-95.768	4
68457	Verdon	verdon	NE	147		40.1425	-95.7162	4
68714	Bassett	bassett	NE	149		42.5763	-99.5387	4
68333	Crete	crete	NE	151		40.6193	-96.9567	4
68341	De Witt	de-witt	NE	151		40.3944	-96.9338	4
68343	Dorchester	dorchester	NE	151		40.6499	-97.1056	4
68359	Friend	friend	NE	151		40.6368	-97.2739	4
68445	Swanton	swanton	NE	151		40.3844	-97.0806	4
68453	Tobias	tobias	NE	151		40.4262	-97.3184	4
68464	Western	western	NE	151		40.4152	-97.1976	4
68465	Wilber	wilber	NE	151		40.4821	-96.9757	4
68005	Bellevue	bellevue	NE	153		41.1497	-95.9099	4
68028	Gretna	gretna	NE	153		41.1345	-96.2458	4
68046	Papillion	papillion	NE	153		41.1523	-96.0371	4
68056	St Columbans	st-columbans	NE	153		41.0927	-96.0905	1
68059	Springfield	springfield	NE	153		41.0765	-96.1438	4
68113	Offutt Afb	offutt-afb	NE	153		41.2563	-95.9404	1
68123	Bellevue	bellevue	NE	153		41.1156	-95.9393	4
68128	La Vista	la-vista	NE	153		41.1814	-96.0658	4
68133	Papillion	papillion	NE	153		41.1416	-96.0131	4
68136	Omaha	omaha	NE	153		41.1683	-96.2096	4
68138	Omaha	omaha	NE	153		41.1549	-96.1376	4
68147	Bellevue	bellevue	NE	153		41.1758	-95.9553	4
68157	Omaha	omaha	NE	153		41.181	-95.9909	4
68003	Ashland	ashland	NE	155		41.0541	-96.3904	4
68015	Cedar Bluffs	cedar-bluffs	NE	155		41.3835	-96.5691	4
68017	Ceresco	ceresco	NE	155		41.0681	-96.6398	4
68018	Colon	colon	NE	155		41.2883	-96.6141	4
68033	Ithaca	ithaca	NE	155		41.1748	-96.5298	4
68040	Malmo	malmo	NE	155		41.2984	-96.7327	4
68041	Mead	mead	NE	155		41.2393	-96.4961	4
68042	Memphis	memphis	NE	155		41.0946	-96.4306	4
68050	Prague	prague	NE	155		41.3036	-96.8301	4
68065	Valparaiso	valparaiso	NE	155		41.0843	-96.8091	4
68066	Wahoo	wahoo	NE	155		41.2117	-96.6219	4
68070	Weston	weston	NE	155		41.1811	-96.7691	4
68073	Yutan	yutan	NE	155		41.234	-96.3932	4
68648	Morse Bluff	morse-bluff	NE	155		41.4178	-96.7862	4
69341	Gering	gering	NE	157		41.822	-103.6629	4
69352	Lyman	lyman	NE	157		41.8918	-104.0066	4
69353	Mcgrew	mcgrew	NE	157		41.7469	-103.4164	4
69355	Melbeta	melbeta	NE	157		41.7816	-103.5177	4
69356	Minatare	minatare	NE	157		41.8493	-103.489	4
69357	Mitchell	mitchell	NE	157		41.9459	-103.796	4
69358	Morrill	morrill	NE	157		41.9681	-103.9182	4
69361	Scottsbluff	scottsbluff	NE	157		41.872	-103.6619	4
69363	Scottsbluff	scottsbluff	NE	157		41.8666	-103.6672	4
68313	Beaver Crossing	beaver-crossing	NE	159		40.7887	-97.2914	4
68314	Bee	bee	NE	159		41.0007	-97.0745	4
68330	Cordova	cordova	NE	159		40.7185	-97.3407	4
68360	Garland	garland	NE	159		40.9412	-96.9702	4
68364	Goehner	goehner	NE	159		40.8322	-97.2212	4
68405	Milford	milford	NE	159		40.7632	-97.0576	4
68423	Pleasant Dale	pleasant-dale	NE	159		40.8133	-96.9513	4
68434	Seward	seward	NE	159		40.9066	-97.0966	4
68439	Staplehurst	staplehurst	NE	159		40.9845	-97.1859	4
68456	Utica	utica	NE	159		40.9168	-97.3344	4
69335	Bingham	bingham	NE	161		42.0211	-102.0885	4
69340	Ellsworth	ellsworth	NE	161		42.0586	-102.2807	4
69343	Gordon	gordon	NE	161		42.8068	-102.2049	4
69347	Hay Springs	hay-springs	NE	161		42.6401	-102.6756	4
69351	Lakeside	lakeside	NE	161		42.0496	-102.4437	4
69360	Rushville	rushville	NE	161		42.7379	-102.4657	4
69365	Whiteclay	whiteclay	NE	161		42.9969	-102.5546	4
68817	Ashton	ashton	NE	163		41.2672	-98.8034	4
68844	Hazard	hazard	NE	163		41.0934	-99.0719	4
68852	Litchfield	litchfield	NE	163		41.1686	-99.1415	4
68853	Loup City	loup-city	NE	163		41.2845	-98.9751	4
68871	Rockville	rockville	NE	163		41.1108	-98.8578	4
69346	Harrison	harrison	NE	165		42.6872	-103.8827	4
68768	Pilger	pilger	NE	167		41.9761	-97.0779	4
68779	Stanton	stanton	NE	167		41.9076	-97.214	4
68303	Alexandria	alexandria	NE	169		40.2614	-97.4039	4
68315	Belvidere	belvidere	NE	169		40.251	-97.5554	4
68322	Bruning	bruning	NE	169		40.3302	-97.5573	4
68325	Byron	byron	NE	169		40.0269	-97.7612	4
68326	Carleton	carleton	NE	169		40.3005	-97.6719	4
68327	Chester	chester	NE	169		40.029	-97.6197	4
68335	Davenport	davenport	NE	169		40.3108	-97.805	4
68340	Deshler	deshler	NE	169		40.1387	-97.73	4
68362	Gilead	gilead	NE	169		40.147	-97.4271	4
68370	Hebron	hebron	NE	169		40.1728	-97.6052	4
68375	Hubbell	hubbell	NE	169		40.0456	-97.4735	4
68429	Reynolds	reynolds	NE	169		40.0598	-97.3806	4
69142	Halsey	halsey	NE	171		41.9291	-100.2955	4
69161	Seneca	seneca	NE	171		42.0433	-100.8329	1
69166	Thedford	thedford	NE	171		41.9794	-100.5574	4
68039	Macy	macy	NE	173		42.1177	-96.3589	4
68047	Pender	pender	NE	173		42.1177	-96.7189	4
68055	Rosalie	rosalie	NE	173		42.0574	-96.4929	4
68062	Thurston	thurston	NE	173		42.1882	-96.6904	4
68067	Walthill	walthill	NE	173		42.1485	-96.4803	4
68071	Winnebago	winnebago	NE	173		42.2339	-96.4685	4
68815	Arcadia	arcadia	NE	175		41.4293	-99.1205	4
68837	Elyria	elyria	NE	175		41.6808	-99.0062	4
68859	North Loup	north-loup	NE	175		41.4972	-98.7858	4
68862	Ord	ord	NE	175		41.5962	-98.9418	4
68002	Arlington	arlington	NE	177		41.4417	-96.307	4
68008	Blair	blair	NE	177		41.5454	-96.1617	4
68009	Blair	blair	NE	177		41.5383	-96.1823	4
68023	Fort Calhoun	fort-calhoun	NE	177		41.4373	-96.0324	4
68029	Herman	herman	NE	177		41.6524	-96.2869	4
68034	Kennard	kennard	NE	177		41.4526	-96.1903	4
68068	Washington	washington	NE	177		41.3975	-96.2081	4
68723	Carroll	carroll	NE	179		42.277	-97.1926	4
68740	Hoskins	hoskins	NE	179		42.1408	-97.3084	4
68787	Wayne	wayne	NE	179		42.2304	-97.0186	4
68790	Winside	winside	NE	179		42.1678	-97.1825	4
68928	Bladen	bladen	NE	181		40.299	-98.6046	4
68930	Blue Hill	blue-hill	NE	181		40.311	-98.427	4
68942	Guide Rock	guide-rock	NE	181		40.0812	-98.3391	4
68952	Inavale	inavale	NE	181		40.0959	-98.6612	4
68970	Red Cloud	red-cloud	NE	181		40.0952	-98.5187	4
68622	Bartlett	bartlett	NE	183		41.8697	-98.5567	4
68637	Ericson	ericson	NE	183		41.7828	-98.6453	4
68316	Benedict	benedict	NE	185		41.0033	-97.6029	4
68319	Bradshaw	bradshaw	NE	185		40.9207	-97.7607	4
68367	Gresham	gresham	NE	185		41.021	-97.4079	4
68371	Henderson	henderson	NE	185		40.7814	-97.7979	4
68401	Mc Cool Junction	mc-cool-junction	NE	185		40.7442	-97.5937	1
68460	Waco	waco	NE	185		40.9198	-97.4534	4
68467	York	york	NE	185		40.8667	-97.5825	4
03218	Barnstead	barnstead	NH	001		43.3349	-71.2887	4
03220	Belmont	belmont	NH	001		43.4512	-71.489	4
03225	Center Barnstead	center-barnstead	NH	001		43.3566	-71.2424	4
03226	Center Harbor	center-harbor	NH	001		43.7107	-71.4797	4
03237	Gilmanton	gilmanton	NH	001		43.4175	-71.4121	4
03246	Laconia	laconia	NH	001		43.5727	-71.4781	4
03247	Laconia	laconia	NH	001		43.589	-71.4455	4
03249	Gilford	gilford	NH	001		43.5475	-71.4072	4
03252	Lochmere	lochmere	NH	001		43.4686	-71.5371	4
03253	Meredith	meredith	NH	001		43.6311	-71.4997	4
03256	New Hampton	new-hampton	NH	001		43.6184	-71.6435	4
03269	Sanbornton	sanbornton	NH	001		43.5496	-71.6003	4
03276	Tilton	tilton	NH	001		43.4603	-71.5774	4
03289	Winnisquam	winnisquam	NH	001		43.4964	-71.5197	4
03298	Tilton	tilton	NH	001		43.5249	-71.4458	4
03299	Tilton	tilton	NH	001		43.5249	-71.4458	4
03809	Alton	alton	NH	001		43.463	-71.2297	4
03810	Alton Bay	alton-bay	NH	001		43.4845	-71.2489	4
03837	Gilmanton Iron Works	gilmanton-iron-works	NH	001		43.4466	-71.2995	1
03227	Center Sandwich	center-sandwich	NH	003		43.8162	-71.4506	4
03254	Moultonborough	moultonborough	NH	003		43.7281	-71.3922	4
03259	North Sandwich	north-sandwich	NH	003		43.8452	-71.385	4
03812	Bartlett	bartlett	NH	003		44.0802	-71.292	4
03813	Center Conway	center-conway	NH	003		43.9878	-71.0607	4
03814	Center Ossipee	center-ossipee	NH	003		43.7682	-71.1349	4
03816	Center Tuftonboro	center-tuftonboro	NH	003		43.6849	-71.2551	4
03817	Chocorua	chocorua	NH	003		43.8909	-71.2407	4
03818	Conway	conway	NH	003		43.9742	-71.1503	4
03830	East Wakefield	east-wakefield	NH	003		43.6142	-71.0051	4
03832	Eaton Center	eaton-center	NH	003		43.9092	-71.0837	4
03836	Freedom	freedom	NH	003		43.8172	-71.0628	4
03838	Glen	glen	NH	003		44.1018	-71.1925	4
03845	Intervale	intervale	NH	003		44.0955	-71.1194	4
03846	Jackson	jackson	NH	003		44.167	-71.1878	4
03847	Kearsarge	kearsarge	NH	003		44.0753	-71.1176	4
03849	Madison	madison	NH	003		43.9152	-71.1254	4
03850	Melvin Village	melvin-village	NH	003		43.7077	-71.3017	4
03853	Mirror Lake	mirror-lake	NH	003		43.6366	-71.2729	4
03860	North Conway	north-conway	NH	003		44.0336	-71.1238	4
03861	Lee	lee	NH	003		43.1192	-70.9969	4
03864	Ossipee	ossipee	NH	003		43.6945	-71.1129	4
03872	Sanbornville	sanbornville	NH	003		43.5513	-71.02	4
03875	Silver Lake	silver-lake	NH	003		43.879	-71.1905	4
03882	Effingham	effingham	NH	003		43.7012	-70.9834	4
03883	South Tamworth	south-tamworth	NH	003		43.8077	-71.308	4
03886	Tamworth	tamworth	NH	003		43.862	-71.2645	4
03890	West Ossipee	west-ossipee	NH	003		43.8118	-71.1946	4
03894	Wolfeboro	wolfeboro	NH	003		43.595	-71.1908	4
03896	Wolfeboro Falls	wolfeboro-falls	NH	003		43.5892	-71.2189	4
03897	Wonalancet	wonalancet	NH	003		43.9073	-71.3506	4
03431	Keene	keene	NH	005		42.9627	-72.2955	4
03435	Keene	keene	NH	005		42.9337	-72.2781	4
03441	Ashuelot	ashuelot	NH	005		42.7851	-72.4349	4
03443	Chesterfield	chesterfield	NH	005		42.8839	-72.4548	4
03444	Dublin	dublin	NH	005		42.8972	-72.0505	4
03445	Sullivan	sullivan	NH	005		42.9982	-72.2019	4
03446	Swanzey	swanzey	NH	005		42.8411	-72.3301	4
03447	Fitzwilliam	fitzwilliam	NH	005		42.7611	-72.145	4
03448	Gilsum	gilsum	NH	005		43.0399	-72.2719	4
03450	Harrisville	harrisville	NH	005		42.9399	-72.0972	4
03451	Hinsdale	hinsdale	NH	005		42.8027	-72.5015	4
03452	Jaffrey	jaffrey	NH	005		42.8178	-72.0275	4
03455	Marlborough	marlborough	NH	005		42.8988	-72.2013	4
03456	Marlow	marlow	NH	005		43.1326	-72.2109	4
03457	Nelson	nelson	NH	005		42.9906	-72.1309	4
03461	Rindge	rindge	NH	005		42.7544	-72.019	4
03462	Spofford	spofford	NH	005		42.912	-72.4103	4
03464	Stoddard	stoddard	NH	005		43.0739	-72.1088	4
03465	Troy	troy	NH	005		42.827	-72.1848	4
03466	West Chesterfield	west-chesterfield	NH	005		42.8956	-72.5097	4
03467	Westmoreland	westmoreland	NH	005		42.969	-72.4358	4
03469	West Swanzey	west-swanzey	NH	005		42.8734	-72.3151	4
03470	Winchester	winchester	NH	005		42.7788	-72.344	4
03602	Alstead	alstead	NH	005		43.1265	-72.3281	4
03604	Drewsville	drewsville	NH	005		43.1281	-72.392	4
03608	Walpole	walpole	NH	005		43.0765	-72.4155	4
03609	North Walpole	north-walpole	NH	005		43.1428	-72.4483	4
03570	Berlin	berlin	NH	007		44.4811	-71.1892	4
03575	Bretton Woods	bretton-woods	NH	007		44.2581	-71.4412	4
03576	Colebrook	colebrook	NH	007		44.9078	-71.4793	4
03579	Errol	errol	NH	007		44.8003	-71.1436	4
03581	Gorham	gorham	NH	007		44.4048	-71.1548	4
03582	Groveton	groveton	NH	007		44.5984	-71.5064	4
03583	Jefferson	jefferson	NH	007		44.3999	-71.4518	4
03584	Lancaster	lancaster	NH	007		44.4921	-71.5591	4
03588	Milan	milan	NH	007		44.587	-71.181	4
03589	Mount Washington	mount-washington	NH	007		44.6956	-71.3874	1
03590	North Stratford	north-stratford	NH	007		44.7149	-71.5644	4
03592	Pittsburg	pittsburg	NH	007		45.0866	-71.3636	4
03593	Randolph	randolph	NH	007		44.3753	-71.2798	4
03595	Twin Mountain	twin-mountain	NH	007		44.2689	-71.5471	4
03597	West Stewartstown	west-stewartstown	NH	007		44.6956	-71.3874	4
03598	Whitefield	whitefield	NH	007		44.3681	-71.6035	4
03215	Waterville Valley	waterville-valley	NH	009		43.9501	-71.4995	4
03217	Ashland	ashland	NH	009		43.7034	-71.6121	4
03222	Bristol	bristol	NH	009		43.612	-71.7507	4
03223	Campton	campton	NH	009		43.8418	-71.6652	1
03238	Glencliff	glencliff	NH	009		43.9828	-71.8934	4
03240	Grafton	grafton	NH	009		43.5727	-71.9634	4
03241	Hebron	hebron	NH	009		43.7186	-71.827	4
03245	Holderness	holderness	NH	009		43.7378	-71.6044	4
03251	Lincoln	lincoln	NH	009		44.0582	-71.6727	4
03258	Chichester	chichester	NH	009		43.244	-71.4105	4
03262	North Woodstock	north-woodstock	NH	009		44.0354	-71.6863	4
03264	Plymouth	plymouth	NH	009		43.757	-71.6881	4
03266	Rumney	rumney	NH	009		43.8044	-71.848	4
03279	Warren	warren	NH	009		43.9447	-71.8901	4
03282	Wentworth	wentworth	NH	009		43.8685	-71.9097	4
03285	Thornton	thornton	NH	009		43.905	-71.647	4
03293	Woodstock	woodstock	NH	009		43.9776	-71.6851	4
03561	Littleton	littleton	NH	009		44.3112	-71.7768	4
03574	Bethlehem	bethlehem	NH	009		44.2808	-71.6829	4
03580	Franconia	franconia	NH	009		44.2053	-71.7518	4
03585	Lisbon	lisbon	NH	009		44.2148	-71.8966	4
03586	Sugar Hill	sugar-hill	NH	009		44.2203	-71.7964	4
03740	Bath	bath	NH	009		44.1808	-71.9828	4
03741	Canaan	canaan	NH	009		43.6601	-72.0297	4
03748	Enfield	enfield	NH	009		43.6256	-72.127	4
03749	Enfield Center	enfield-center	NH	009		43.5796	-72.0854	4
03750	Etna	etna	NH	009		43.7113	-72.2125	4
03755	Hanover	hanover	NH	009		43.7045	-72.285	4
03756	Lebanon	lebanon	NH	009		43.6423	-72.2518	4
03765	Haverhill	haverhill	NH	009		44.0394	-72.0573	4
03766	Lebanon	lebanon	NH	009		43.6447	-72.2428	4
03768	Lyme	lyme	NH	009		43.7913	-72.162	4
03769	Lyme Center	lyme-center	NH	009		43.7863	-72.1205	4
03771	Monroe	monroe	NH	009		44.2734	-72.025	4
03774	North Haverhill	north-haverhill	NH	009		44.0978	-72.0191	4
03777	Orford	orford	NH	009		43.8941	-72.0978	4
03779	Piermont	piermont	NH	009		43.9906	-72.0813	4
03780	Pike	pike	NH	009		44.0255	-72.0096	4
03784	West Lebanon	west-lebanon	NH	009		43.644	-72.3007	4
03785	Woodsville	woodsville	NH	009		44.1523	-72.0373	4
03031	Amherst	amherst	NH	011		42.8569	-71.6075	4
03033	Brookline	brookline	NH	011		42.7384	-71.6663	4
03043	Francestown	francestown	NH	011		42.992	-71.8113	4
03045	Goffstown	goffstown	NH	011		43.0201	-71.5697	4
03047	Greenfield	greenfield	NH	011		42.9493	-71.8728	4
03048	Greenville	greenville	NH	011		42.7482	-71.7619	4
03049	Hollis	hollis	NH	011		42.7485	-71.5772	4
03051	Hudson	hudson	NH	011		42.769	-71.4121	4
03052	Litchfield	litchfield	NH	011		42.843	-71.455	4
03054	Merrimack	merrimack	NH	011		42.8667	-71.5128	4
03055	Milford	milford	NH	011		42.8285	-71.6606	4
03057	Mont Vernon	mont-vernon	NH	011		42.8976	-71.6762	4
03060	Nashua	nashua	NH	011		42.7564	-71.4667	4
03061	Nashua	nashua	NH	011		42.7654	-71.4676	4
03062	Nashua	nashua	NH	011		42.7235	-71.4893	4
03063	Nashua	nashua	NH	011		42.7717	-71.5132	4
03064	Nashua	nashua	NH	011		42.779	-71.4748	4
03070	New Boston	new-boston	NH	011		42.9722	-71.6864	4
03071	New Ipswich	new-ipswich	NH	011		42.7511	-71.8703	4
03076	Pelham	pelham	NH	011		42.7288	-71.3046	4
03082	Lyndeborough	lyndeborough	NH	011		42.8954	-71.7744	4
03084	Temple	temple	NH	011		42.82	-71.8523	4
03086	Wilton	wilton	NH	011		42.8368	-71.7541	4
03101	Manchester	manchester	NH	011		42.9929	-71.4633	4
03102	Manchester	manchester	NH	011		42.9944	-71.4884	4
03103	Manchester	manchester	NH	011		42.9656	-71.4493	4
03104	Manchester	manchester	NH	011		43.0073	-71.4482	4
03105	Manchester	manchester	NH	011		42.9956	-71.4548	4
03108	Manchester	manchester	NH	011		42.9956	-71.4548	4
03109	Manchester	manchester	NH	011		42.9713	-71.4135	4
03110	Bedford	bedford	NH	011		42.9403	-71.5213	4
03111	Manchester	manchester	NH	011		42.9956	-71.4548	4
03244	Hillsborough	hillsborough	NH	011		43.1141	-71.8992	4
03281	Weare	weare	NH	011		43.0714	-71.7038	4
03440	Antrim	antrim	NH	011		43.0595	-71.9387	4
03442	Bennington	bennington	NH	011		43.0103	-71.9153	4
03449	Hancock	hancock	NH	011		42.9768	-71.9819	4
03458	Peterborough	peterborough	NH	011		42.8856	-71.947	4
03468	West Peterborough	west-peterborough	NH	011		42.8908	-71.9334	4
03046	Dunbarton	dunbarton	NH	013		43.1025	-71.6169	4
03106	Hooksett	hooksett	NH	013		43.0617	-71.4444	4
03216	Andover	andover	NH	013		43.4287	-71.783	4
03221	Bradford	bradford	NH	013		43.2517	-71.9617	4
03224	Canterbury	canterbury	NH	013		43.357	-71.557	4
03229	Contoocook	contoocook	NH	013		43.1978	-71.6968	4
03230	Danbury	danbury	NH	013		43.5115	-71.8691	4
03231	East Andover	east-andover	NH	013		43.4595	-71.7476	4
03233	Elkins	elkins	NH	013		43.4209	-71.9373	4
03234	Epsom	epsom	NH	013		43.2174	-71.3546	4
03235	Franklin	franklin	NH	013		43.4426	-71.6491	4
03242	Henniker	henniker	NH	013		43.1791	-71.8159	4
03243	Hill	hill	NH	013		43.5274	-71.7292	4
03255	Newbury	newbury	NH	013		43.3217	-72.0118	4
03257	New London	new-london	NH	013		43.4145	-71.9857	4
03260	North Sutton	north-sutton	NH	013		43.3653	-71.9341	4
03263	Pittsfield	pittsfield	NH	013		43.2874	-71.333	4
03268	Salisbury	salisbury	NH	013		43.4067	-71.7045	4
03272	South Newbury	south-newbury	NH	013		43.2956	-71.9967	4
03273	South Sutton	south-sutton	NH	013		43.3042	-71.9289	4
03275	Suncook	suncook	NH	013		43.1604	-71.4179	4
03278	Warner	warner	NH	013		43.3035	-71.8353	4
03287	Wilmot	wilmot	NH	013		43.4485	-71.9158	4
03301	Concord	concord	NH	013		43.2185	-71.5277	4
03302	Concord	concord	NH	013		43.3103	-71.6629	4
03303	Concord	concord	NH	013		43.2817	-71.6595	4
03304	Bow	bow	NH	013		43.1388	-71.5448	1
03305	Concord	concord	NH	013		43.2134	-71.5172	4
03307	Loudon	loudon	NH	013		43.3193	-71.467	4
03032	Auburn	auburn	NH	015		42.9925	-71.3449	4
03034	Candia	candia	NH	015		43.0585	-71.3049	4
03036	Chester	chester	NH	015		42.9678	-71.245	4
03037	Deerfield	deerfield	NH	015		43.1378	-71.2513	4
03038	Derry	derry	NH	015		42.8874	-71.302	4
03040	East Candia	east-candia	NH	015		43.0481	-71.2487	4
03041	East Derry	east-derry	NH	015		42.8945	-71.2912	4
03042	Epping	epping	NH	015		43.0411	-71.0764	4
03044	Fremont	fremont	NH	015		42.984	-71.1218	4
03053	Londonderry	londonderry	NH	015		42.8656	-71.3772	4
03073	North Salem	north-salem	NH	015		42.837	-71.2206	4
03077	Raymond	raymond	NH	015		43.0325	-71.1912	4
03079	Salem	salem	NH	015		42.7846	-71.2176	4
03087	Windham	windham	NH	015		42.8051	-71.3067	4
03261	Northwood	northwood	NH	015		43.207	-71.2004	4
03290	Nottingham	nottingham	NH	015		43.1196	-71.111	4
03291	West Nottingham	west-nottingham	NH	015		43.1823	-71.1396	4
03801	Portsmouth	portsmouth	NH	015		43.0729	-70.8052	4
03802	Portsmouth	portsmouth	NH	015		43.0718	-70.7626	4
03803	Portsmouth	portsmouth	NH	015		43.0718	-70.7626	4
03804	Portsmouth	portsmouth	NH	015		43.0718	-70.7626	4
03811	Atkinson	atkinson	NH	015		42.837	-71.1603	4
03819	Danville	danville	NH	015		42.9234	-71.121	4
03826	East Hampstead	east-hampstead	NH	015		42.8877	-71.128	4
03827	East Kingston	east-kingston	NH	015		42.907	-70.9876	4
03833	Exeter	exeter	NH	015		42.9815	-70.9478	4
03840	Greenland	greenland	NH	015		43.0353	-70.8475	4
03841	Hampstead	hampstead	NH	015		42.882	-71.1758	4
03842	Hampton	hampton	NH	015		42.9359	-70.8243	4
03843	Hampton	hampton	NH	015		43.0059	-71.0132	4
03844	Hampton Falls	hampton-falls	NH	015		42.9263	-70.8876	4
03848	Kingston	kingston	NH	015		42.9133	-71.0639	4
03854	New Castle	new-castle	NH	015		43.0681	-70.7199	4
03856	Newfields	newfields	NH	015		43.0374	-70.9782	4
03857	Newmarket	newmarket	NH	015		43.0726	-70.9553	4
03858	Newton	newton	NH	015		42.8678	-71.042	4
03859	Newton Junction	newton-junction	NH	015		42.8619	-71.04	4
03862	North Hampton	north-hampton	NH	015		42.9776	-70.8267	4
03865	Plaistow	plaistow	NH	015		42.8356	-71.0934	4
03870	Rye	rye	NH	015		43.0095	-70.7652	4
03871	Rye Beach	rye-beach	NH	015		42.9806	-70.7719	4
03873	Sandown	sandown	NH	015		42.9308	-71.1861	4
03874	Seabrook	seabrook	NH	015		42.8854	-70.8646	4
03885	Stratham	stratham	NH	015		43.0194	-70.8997	4
03815	Center Strafford	center-strafford	NH	017		43.2629	-71.1071	4
03820	Dover	dover	NH	017		43.1888	-70.8868	4
03821	Dover	dover	NH	017		43.1979	-70.8737	4
03822	Dover	dover	NH	017		43.1979	-70.8737	4
03823	Madbury	madbury	NH	017		43.1729	-70.9412	4
03824	Durham	durham	NH	017		43.1174	-70.9197	4
03825	Barrington	barrington	NH	017		43.2027	-71.0377	4
03835	Farmington	farmington	NH	017		43.3884	-71.0647	4
03839	Rochester	rochester	NH	017		43.262	-70.9837	4
03851	Milton	milton	NH	017		43.4229	-71.0114	4
03852	Milton Mills	milton-mills	NH	017		43.5025	-70.9697	4
03855	New Durham	new-durham	NH	017		43.443	-71.1408	4
03866	Rochester	rochester	NH	017		43.3045	-70.9756	4
03867	Rochester	rochester	NH	017		43.3045	-70.9756	4
03868	Rochester	rochester	NH	017		43.32	-70.9413	4
03869	Rollinsford	rollinsford	NH	017		43.2269	-70.8332	4
03878	Somersworth	somersworth	NH	017		43.2525	-70.8756	4
03884	Strafford	strafford	NH	017		43.2506	-71.1625	4
03887	Union	union	NH	017		43.4861	-71.063	4
03280	Washington	washington	NH	019		43.1747	-72.0824	4
03284	Springfield	springfield	NH	019		43.4938	-72.047	4
03601	Acworth	acworth	NH	019		43.196	-72.3001	4
03603	Charlestown	charlestown	NH	019		43.2573	-72.4064	4
03605	Lempster	lempster	NH	019		43.2136	-72.1968	4
03607	South Acworth	south-acworth	NH	019		43.1956	-72.2686	4
03743	Claremont	claremont	NH	019		43.3679	-72.3422	4
03745	Cornish	cornish	NH	019		43.4963	-72.3394	1
03746	Cornish Flat	cornish-flat	NH	019		43.4973	-72.2795	4
03751	Georges Mills	georges-mills	NH	019		43.4317	-72.0673	4
03752	Goshen	goshen	NH	019		43.3026	-72.1241	4
03753	Grantham	grantham	NH	019		43.5103	-72.1334	4
03754	Guild	guild	NH	019		43.3767	-72.1381	4
03770	Meriden	meriden	NH	019		43.5299	-72.2756	4
03773	Newport	newport	NH	019		43.3532	-72.1838	4
03781	Plainfield	plainfield	NH	019		43.5519	-72.2704	4
03782	Sunapee	sunapee	NH	019		43.3868	-72.095	4
08037	Hammonton	hammonton	NJ	001		39.638	-74.7728	4
08201	Absecon	absecon	NJ	001		39.4218	-74.4949	4
08203	Brigantine	brigantine	NJ	001		39.4101	-74.3646	4
08205	Absecon	absecon	NJ	001		39.4745	-74.4575	4
08213	Cologne	cologne	NJ	001		39.5092	-74.6086	4
08215	Egg Harbor City	egg-harbor-city	NJ	001		39.5331	-74.6177	4
08217	Elwood	elwood	NJ	001		39.5737	-74.72	4
08220	Leeds Point	leeds-point	NJ	001		39.4921	-74.429	4
08221	Linwood	linwood	NJ	001		39.3469	-74.5807	4
08225	Northfield	northfield	NJ	001		39.3703	-74.5552	4
08231	Oceanville	oceanville	NJ	001		39.4712	-74.4604	4
08232	Pleasantville	pleasantville	NJ	001		39.3876	-74.5149	4
08234	Egg Harbor Township	egg-harbor-township	NJ	001		39.3741	-74.6118	1
08240	Pomona	pomona	NJ	001		39.4877	-74.5543	4
08241	Port Republic	port-republic	NJ	001		39.5272	-74.4903	4
08244	Somers Point	somers-point	NJ	001		39.3223	-74.6008	4
08310	Buena	buena	NJ	001		39.537	-74.8895	4
08317	Dorothy	dorothy	NJ	001		39.4031	-74.8316	4
08319	Estell Manor	estell-manor	NJ	001		39.3783	-74.8165	4
08326	Landisville	landisville	NJ	001		39.5239	-74.9377	4
08330	Mays Landing	mays-landing	NJ	001		39.432	-74.6962	4
08340	Milmay	milmay	NJ	001		39.4451	-74.8667	4
08341	Minotola	minotola	NJ	001		39.5155	-74.9467	4
08342	Mizpah	mizpah	NJ	001		39.5021	-74.8335	4
08346	Newtonville	newtonville	NJ	001		39.5645	-74.859	4
08350	Richland	richland	NJ	001		39.485	-74.8776	4
08401	Atlantic City	atlantic-city	NJ	001		39.3664	-74.4317	4
08402	Margate City	margate-city	NJ	001		39.3286	-74.509	4
08403	Longport	longport	NJ	001		39.3194	-74.5356	4
08404	Atlantic City	atlantic-city	NJ	001		39.3643	-74.4229	4
08405	Atlantic City	atlantic-city	NJ	001		39.3643	-74.4229	4
08406	Ventnor City	ventnor-city	NJ	001		39.346	-74.4723	4
07010	Cliffside Park	cliffside-park	NJ	003		40.8222	-73.988	4
07020	Edgewater	edgewater	NJ	003		40.8317	-73.9738	4
07022	Fairview	fairview	NJ	003		40.817	-74	4
07024	Fort Lee	fort-lee	NJ	003		40.8503	-73.9745	4
07026	Garfield	garfield	NJ	003		40.8789	-74.1081	4
07031	North Arlington	north-arlington	NJ	003		40.7898	-74.1343	4
07057	Wallington	wallington	NJ	003		40.8536	-74.1079	4
07070	Rutherford	rutherford	NJ	003		40.8292	-74.1121	4
07071	Lyndhurst	lyndhurst	NJ	003		40.8094	-74.1245	4
07072	Carlstadt	carlstadt	NJ	003		40.8403	-74.0925	4
07073	East Rutherford	east-rutherford	NJ	003		40.8385	-74.1041	4
07074	Moonachie	moonachie	NJ	003		40.8394	-74.0566	4
07075	Wood Ridge	wood-ridge	NJ	003		40.8493	-74.0878	4
07401	Allendale	allendale	NJ	003		41.0327	-74.1342	4
07407	Elmwood Park	elmwood-park	NJ	003		40.9069	-74.1209	4
07410	Fair Lawn	fair-lawn	NJ	003		40.9343	-74.1166	4
07417	Franklin Lakes	franklin-lakes	NJ	003		41.0081	-74.2113	4
07423	Ho Ho Kus	ho-ho-kus	NJ	003		41.0004	-74.1025	4
07430	Mahwah	mahwah	NJ	003		41.0817	-74.1861	4
07432	Midland Park	midland-park	NJ	003		40.9957	-74.1409	4
07436	Oakland	oakland	NJ	003		41.0294	-74.2338	4
07446	Ramsey	ramsey	NJ	003		41.0577	-74.1445	4
07450	Ridgewood	ridgewood	NJ	003		40.982	-74.1131	4
07451	Ridgewood	ridgewood	NJ	003		40.9793	-74.1165	4
07452	Glen Rock	glen-rock	NJ	003		40.9602	-74.1254	4
07458	Saddle River	saddle-river	NJ	003		41.0443	-74.0981	4
07463	Waldwick	waldwick	NJ	003		41.013	-74.1243	4
07481	Wyckoff	wyckoff	NJ	003		40.9978	-74.166	4
07495	Mahwah	mahwah	NJ	003		41.1039	-74.1644	4
07601	Hackensack	hackensack	NJ	003		40.8882	-74.0503	4
07602	Hackensack	hackensack	NJ	003		40.8859	-74.0435	4
07603	Bogota	bogota	NJ	003		40.8744	-74.0281	4
07604	Hasbrouck Heights	hasbrouck-heights	NJ	003		40.8623	-74.0756	4
07605	Leonia	leonia	NJ	003		40.8629	-73.9879	4
07606	South Hackensack	south-hackensack	NJ	003		40.8634	-74.0456	4
07607	Maywood	maywood	NJ	003		40.9024	-74.0629	4
07608	Teterboro	teterboro	NJ	003		40.864	-74.0556	4
07620	Alpine	alpine	NJ	003		40.9511	-73.9308	4
07621	Bergenfield	bergenfield	NJ	003		40.9238	-73.9989	4
07624	Closter	closter	NJ	003		40.9721	-73.959	4
07626	Cresskill	cresskill	NJ	003		40.9418	-73.9652	4
07627	Demarest	demarest	NJ	003		40.9548	-73.9602	4
07628	Dumont	dumont	NJ	003		40.9447	-73.9921	4
07630	Emerson	emerson	NJ	003		40.9755	-74.0285	4
07631	Englewood	englewood	NJ	003		40.8943	-73.9772	4
07632	Englewood Cliffs	englewood-cliffs	NJ	003		40.882	-73.9544	4
07640	Harrington Park	harrington-park	NJ	003		40.9918	-73.98	4
07641	Haworth	haworth	NJ	003		40.9608	-73.9874	4
07642	Hillsdale	hillsdale	NJ	003		41.0069	-74.0426	4
07643	Little Ferry	little-ferry	NJ	003		40.8493	-74.0405	4
07644	Lodi	lodi	NJ	003		40.8764	-74.0838	4
07645	Montvale	montvale	NJ	003		41.0495	-74.0384	4
07646	New Milford	new-milford	NJ	003		40.9331	-74.0195	4
07647	Northvale	northvale	NJ	003		41.0086	-73.9389	4
07648	Norwood	norwood	NJ	003		40.9952	-73.9582	4
07649	Oradell	oradell	NJ	003		40.9535	-74.0335	4
07650	Palisades Park	palisades-park	NJ	003		40.8462	-73.9954	4
07652	Paramus	paramus	NJ	003		40.9477	-74.0672	4
07653	Paramus	paramus	NJ	003		40.9481	-74.0832	4
07656	Park Ridge	park-ridge	NJ	003		41.0343	-74.0396	4
07657	Ridgefield	ridgefield	NJ	003		40.8326	-74.0015	4
07660	Ridgefield Park	ridgefield-park	NJ	003		40.8562	-74.023	4
07661	River Edge	river-edge	NJ	003		40.9265	-74.0392	4
07662	Rochelle Park	rochelle-park	NJ	003		40.9057	-74.079	4
07663	Saddle Brook	saddle-brook	NJ	003		40.9031	-74.0955	4
07666	Teaneck	teaneck	NJ	003		40.8915	-74.0119	4
07670	Tenafly	tenafly	NJ	003		40.9216	-73.9659	4
07675	Westwood	westwood	NJ	003		41.0092	-74.0041	4
07676	Township Of Washington	township-of-washington	NJ	003		40.9883	-74.0635	4
07677	Woodcliff Lake	woodcliff-lake	NJ	003		41.0234	-74.0603	4
07699	Teterboro	teterboro	NJ	003		40.8463	-74.0611	4
08010	Beverly	beverly	NJ	005		40.0565	-74.9114	4
08011	Birmingham	birmingham	NJ	005		39.976	-74.7114	4
08015	Browns Mills	browns-mills	NJ	005		39.9597	-74.5655	4
08016	Burlington	burlington	NJ	005		40.068	-74.8454	4
08019	Chatsworth	chatsworth	NJ	005		39.8019	-74.5256	4
08022	Columbus	columbus	NJ	005		40.0642	-74.6899	4
08036	Hainesport	hainesport	NJ	005		39.9872	-74.8293	4
08041	Jobstown	jobstown	NJ	005		40.0387	-74.6873	4
08042	Juliustown	juliustown	NJ	005		40.0123	-74.6646	4
08046	Willingboro	willingboro	NJ	005		40.029	-74.8835	4
08048	Lumberton	lumberton	NJ	005		39.9651	-74.8067	4
08052	Maple Shade	maple-shade	NJ	005		39.9511	-74.9946	4
08053	Marlton	marlton	NJ	005		39.8845	-74.9067	4
08054	Mount Laurel	mount-laurel	NJ	005		39.9478	-74.9036	4
08055	Medford	medford	NJ	005		39.8637	-74.8223	4
08057	Moorestown	moorestown	NJ	005		39.9683	-74.9533	4
08060	Mount Holly	mount-holly	NJ	005		40.0086	-74.7896	4
08064	New Lisbon	new-lisbon	NJ	005		39.9582	-74.6279	4
08065	Palmyra	palmyra	NJ	005		40.0037	-75.0257	4
08068	Pemberton	pemberton	NJ	005		39.9712	-74.6676	4
08073	Rancocas	rancocas	NJ	005		40.0095	-74.8668	4
08075	Riverside	riverside	NJ	005		40.0293	-74.9497	4
08076	Riverton	riverton	NJ	005		40.0115	-75.0149	4
08077	Riverton	riverton	NJ	005		40.002	-74.9952	4
08088	Vincentown	vincentown	NJ	005		39.8604	-74.6693	4
08224	New Gretna	new-gretna	NJ	005		39.5923	-74.451	4
08505	Bordentown	bordentown	NJ	005		40.1431	-74.7032	4
08511	Cookstown	cookstown	NJ	005		40.0481	-74.5595	4
08515	Chesterfield	chesterfield	NJ	005		40.1151	-74.6393	4
08518	Florence	florence	NJ	005		40.118	-74.8055	4
08554	Roebling	roebling	NJ	005		40.1154	-74.7772	4
08562	Wrightstown	wrightstown	NJ	005		40.072	-74.5731	4
08640	Joint Base Mdl	joint-base-mdl	NJ	005		40.2171	-74.7429	1
08641	Joint Base Mdl	joint-base-mdl	NJ	005		40.2171	-74.7429	1
08002	Cherry Hill	cherry-hill	NJ	007		39.9308	-75.0175	4
08003	Cherry Hill	cherry-hill	NJ	007		39.8805	-74.9706	4
08004	Atco	atco	NJ	007		39.76	-74.8665	4
08007	Barrington	barrington	NJ	007		39.8651	-75.0564	4
08009	Berlin	berlin	NJ	007		39.7788	-74.9308	4
08012	Blackwood	blackwood	NJ	007		39.7901	-75.0367	4
08018	Cedar Brook	cedar-brook	NJ	007		39.7154	-74.9007	4
08021	Clementon	clementon	NJ	007		39.8036	-75.0058	4
08026	Gibbsboro	gibbsboro	NJ	007		39.8365	-74.971	4
08029	Glendora	glendora	NJ	007		39.8404	-75.0697	4
08030	Gloucester City	gloucester-city	NJ	007		39.8911	-75.117	4
08031	Bellmawr	bellmawr	NJ	007		39.8689	-75.0944	4
08033	Haddonfield	haddonfield	NJ	007		39.8954	-75.0417	4
08034	Cherry Hill	cherry-hill	NJ	007		39.9074	-75.0008	4
08035	Haddon Heights	haddon-heights	NJ	007		39.8788	-75.0664	4
08043	Voorhees	voorhees	NJ	007		39.8504	-74.9646	4
08045	Lawnside	lawnside	NJ	007		39.8676	-75.0317	4
08049	Magnolia	magnolia	NJ	007		39.8538	-75.0393	4
08059	Mount Ephraim	mount-ephraim	NJ	007		39.8827	-75.0929	4
08078	Runnemede	runnemede	NJ	007		39.8508	-75.0742	4
08081	Sicklerville	sicklerville	NJ	007		39.7354	-74.9864	4
08083	Somerdale	somerdale	NJ	007		39.84	-75.0309	4
08084	Stratford	stratford	NJ	007		39.8288	-75.0147	4
08089	Waterford Works	waterford-works	NJ	007		39.7215	-74.8609	4
08091	West Berlin	west-berlin	NJ	007		39.8051	-74.9255	4
08095	Winslow	winslow	NJ	007		39.6549	-74.8685	4
08099	Bellmawr	bellmawr	NJ	007		39.8676	-75.0946	4
08101	Camden	camden	NJ	007		39.9259	-75.1196	4
08102	Camden	camden	NJ	007		39.9512	-75.1186	4
08103	Camden	camden	NJ	007		39.9351	-75.1117	4
08104	Camden	camden	NJ	007		39.9186	-75.1078	4
08105	Camden	camden	NJ	007		39.9484	-75.0864	4
08106	Audubon	audubon	NJ	007		39.891	-75.0724	4
08107	Oaklyn	oaklyn	NJ	007		39.908	-75.0849	4
08108	Collingswood	collingswood	NJ	007		39.9157	-75.0634	4
08109	Merchantville	merchantville	NJ	007		39.9519	-75.0482	4
08110	Pennsauken	pennsauken	NJ	007		39.9723	-75.0607	4
08202	Avalon	avalon	NJ	009		39.0951	-74.7262	4
08204	Cape May	cape-may	NJ	009		38.9711	-74.9214	4
08210	Cape May Court House	cape-may-court-house	NJ	009		39.1378	-74.7806	4
08212	Cape May Point	cape-may-point	NJ	009		38.9372	-74.9654	4
08214	Dennisville	dennisville	NJ	009		39.1932	-74.8252	4
08218	Goshen	goshen	NJ	009		39.1415	-74.8529	4
08219	Green Creek	green-creek	NJ	009		39.0462	-74.9013	4
08223	Marmora	marmora	NJ	009		39.2586	-74.6593	4
08226	Ocean City	ocean-city	NJ	009		39.2709	-74.5875	4
08230	Ocean View	ocean-view	NJ	009		39.2154	-74.7075	4
08242	Rio Grande	rio-grande	NJ	009		39.0196	-74.8756	4
08243	Sea Isle City	sea-isle-city	NJ	009		39.154	-74.7005	4
08245	South Dennis	south-dennis	NJ	009		39.1	-74.8487	4
08246	South Seaville	south-seaville	NJ	009		39.179	-74.7599	4
08247	Stone Harbor	stone-harbor	NJ	009		39.0533	-74.762	4
08248	Strathmere	strathmere	NJ	009		39.1992	-74.6554	4
08250	Tuckahoe	tuckahoe	NJ	009		39.2901	-74.7538	4
08251	Villas	villas	NJ	009		39.0219	-74.9354	4
08252	Whitesboro	whitesboro	NJ	009		39.0421	-74.8618	4
08260	Wildwood	wildwood	NJ	009		38.9949	-74.838	4
08270	Woodbine	woodbine	NJ	009		39.2716	-74.7968	4
08302	Bridgeton	bridgeton	NJ	011		39.3762	-75.1617	4
08311	Cedarville	cedarville	NJ	011		39.337	-75.1994	4
08313	Deerfield Street	deerfield-street	NJ	011		39.5293	-75.2249	1
08314	Delmont	delmont	NJ	011		39.2023	-74.9705	4
08315	Dividing Creek	dividing-creek	NJ	011		39.2732	-75.095	4
08316	Dorchester	dorchester	NJ	011		39.2679	-74.9791	4
08320	Fairton	fairton	NJ	011		39.3799	-75.2217	4
08321	Fortescue	fortescue	NJ	011		39.2189	-75.1403	4
08323	Greenwich	greenwich	NJ	011		39.4055	-75.3209	4
08324	Heislerville	heislerville	NJ	011		39.224	-74.9942	4
08327	Leesburg	leesburg	NJ	011		39.2568	-74.9874	4
08329	Mauricetown	mauricetown	NJ	011		39.2853	-74.9983	4
08332	Millville	millville	NJ	011		39.3673	-75.0293	4
08345	Newport	newport	NJ	011		39.2832	-75.1716	4
08348	Port Elizabeth	port-elizabeth	NJ	011		39.3131	-74.9807	4
08349	Port Norris	port-norris	NJ	011		39.2563	-75.0506	4
08352	Rosenhayn	rosenhayn	NJ	011		39.4782	-75.1313	4
08353	Shiloh	shiloh	NJ	011		39.4594	-75.297	4
08360	Vineland	vineland	NJ	011		39.4818	-75.0091	4
08361	Vineland	vineland	NJ	011		39.4655	-74.9653	4
08362	Vineland	vineland	NJ	011		39.4862	-75.0257	4
07003	Bloomfield	bloomfield	NJ	013		40.8035	-74.1891	4
07004	Fairfield	fairfield	NJ	013		40.8822	-74.296	4
07006	Caldwell	caldwell	NJ	013		40.8545	-74.2789	4
07007	Caldwell	caldwell	NJ	013		40.8398	-74.2765	4
07009	Cedar Grove	cedar-grove	NJ	013		40.8534	-74.2297	4
07017	East Orange	east-orange	NJ	013		40.7696	-74.2077	4
07018	East Orange	east-orange	NJ	013		40.7558	-74.2198	4
07019	East Orange	east-orange	NJ	013		40.7673	-74.2049	4
07021	Essex Fells	essex-fells	NJ	013		40.8279	-74.2797	4
07028	Glen Ridge	glen-ridge	NJ	013		40.804	-74.2055	4
07039	Livingston	livingston	NJ	013		40.7896	-74.3202	4
07040	Maplewood	maplewood	NJ	013		40.7279	-74.2656	4
07041	Millburn	millburn	NJ	013		40.7228	-74.3015	4
07042	Montclair	montclair	NJ	013		40.8131	-74.2165	4
07043	Montclair	montclair	NJ	013		40.843	-74.2011	4
07044	Verona	verona	NJ	013		40.8319	-74.2428	4
07050	Orange	orange	NJ	013		40.7692	-74.2355	4
07051	Orange	orange	NJ	013		40.7918	-74.2452	4
07052	West Orange	west-orange	NJ	013		40.7859	-74.2568	4
07068	Roseland	roseland	NJ	013		40.8203	-74.3047	4
07078	Short Hills	short-hills	NJ	013		40.7368	-74.3271	4
07079	South Orange	south-orange	NJ	013		40.7465	-74.2575	4
07101	Newark	newark	NJ	013		40.7361	-74.2251	4
07102	Newark	newark	NJ	013		40.732	-74.1765	4
07103	Newark	newark	NJ	013		40.737	-74.1964	4
07104	Newark	newark	NJ	013		40.7664	-74.1695	4
07105	Newark	newark	NJ	013		40.7271	-74.1563	4
07106	Newark	newark	NJ	013		40.7415	-74.233	4
07107	Newark	newark	NJ	013		40.7607	-74.1882	4
07108	Newark	newark	NJ	013		40.7236	-74.2015	4
07109	Belleville	belleville	NJ	013		40.7946	-74.1631	4
07110	Nutley	nutley	NJ	013		40.8185	-74.1589	4
07111	Irvington	irvington	NJ	013		40.7261	-74.2313	4
07112	Newark	newark	NJ	013		40.7107	-74.2131	4
07114	Newark	newark	NJ	013		40.7082	-74.1891	4
07175	Newark	newark	NJ	013		40.7357	-74.1724	4
07184	Newark	newark	NJ	013		40.7918	-74.2452	4
07188	Newark	newark	NJ	013		40.7357	-74.1724	4
07189	Newark	newark	NJ	013		40.7918	-74.2452	4
07191	Newark	newark	NJ	013		40.7918	-74.2452	4
07192	Newark	newark	NJ	013		40.7357	-74.1724	4
07193	Newark	newark	NJ	013		40.7357	-74.1724	4
07195	Newark	newark	NJ	013		40.7357	-74.1724	4
07198	Newark	newark	NJ	013		40.7918	-74.2452	4
07199	Newark	newark	NJ	013		40.7357	-74.1724	4
08014	Bridgeport	bridgeport	NJ	015		39.8016	-75.3478	4
08020	Clarksboro	clarksboro	NJ	015		39.7992	-75.2237	4
08025	Ewan	ewan	NJ	015		39.7015	-75.1629	4
08027	Gibbstown	gibbstown	NJ	015		39.8231	-75.2751	4
08028	Glassboro	glassboro	NJ	015		39.7068	-75.1172	4
08032	Grenloch	grenloch	NJ	015		39.7788	-75.0601	4
08039	Harrisonville	harrisonville	NJ	015		39.6931	-75.2711	4
08051	Mantua	mantua	NJ	015		39.787	-75.1785	4
08056	Mickleton	mickleton	NJ	015		39.7857	-75.2498	4
08061	Mount Royal	mount-royal	NJ	015		39.8097	-75.2082	4
08062	Mullica Hill	mullica-hill	NJ	015		39.7252	-75.2065	4
08063	National Park	national-park	NJ	015		39.8664	-75.1794	4
08066	Paulsboro	paulsboro	NJ	015		39.8312	-75.2242	4
08071	Pitman	pitman	NJ	015		39.7312	-75.1297	4
08074	Richwood	richwood	NJ	015		39.7206	-75.1681	4
08080	Sewell	sewell	NJ	015		39.7473	-75.0899	4
08085	Swedesboro	swedesboro	NJ	015		39.7529	-75.3362	4
08086	Thorofare	thorofare	NJ	015		39.8457	-75.1943	4
08090	Wenonah	wenonah	NJ	015		39.7993	-75.1536	4
08093	Westville	westville	NJ	015		39.8605	-75.1323	4
08094	Williamstown	williamstown	NJ	015		39.665	-74.971	4
08096	Deptford	deptford	NJ	015		39.7539	-74.996	1
08097	Woodbury Heights	woodbury-heights	NJ	015		39.8142	-75.153	4
08312	Clayton	clayton	NJ	015		39.659	-75.0942	4
08322	Franklinville	franklinville	NJ	015		39.6156	-75.0409	4
08328	Malaga	malaga	NJ	015		39.5755	-75.0582	4
08343	Monroeville	monroeville	NJ	015		39.6442	-75.1568	4
08344	Newfield	newfield	NJ	015		39.5553	-75.0276	4
07002	Bayonne	bayonne	NJ	017		40.6664	-74.1192	4
07029	Harrison	harrison	NJ	017		40.7445	-74.1508	4
07030	Hoboken	hoboken	NJ	017		40.7445	-74.0329	4
07032	Kearny	kearny	NJ	017		40.7647	-74.1471	4
07047	North Bergen	north-bergen	NJ	017		40.7939	-74.0258	4
07086	Weehawken	weehawken	NJ	017		40.7681	-74.0208	4
07087	Union City	union-city	NJ	017		40.7674	-74.0323	4
07093	West New York	west-new-york	NJ	017		40.7888	-74.0115	4
07094	Secaucus	secaucus	NJ	017		40.791	-74.0634	4
07096	Secaucus	secaucus	NJ	017		40.7328	-74.0755	4
07097	Jersey City	jersey-city	NJ	017		40.7328	-74.0755	4
07099	Kearny	kearny	NJ	017		40.7328	-74.0755	4
07302	Jersey City	jersey-city	NJ	017		40.7221	-74.0469	4
07303	Jersey City	jersey-city	NJ	017		40.7328	-74.0755	4
07304	Jersey City	jersey-city	NJ	017		40.718	-74.0754	4
07305	Jersey City	jersey-city	NJ	017		40.702	-74.089	4
07306	Jersey City	jersey-city	NJ	017		40.7321	-74.066	4
07307	Jersey City	jersey-city	NJ	017		40.7482	-74.0498	4
07308	Jersey City	jersey-city	NJ	017		40.7328	-74.0755	4
07310	Jersey City	jersey-city	NJ	017		40.7324	-74.0431	4
07311	Jersey City	jersey-city	NJ	017		40.7323	-74.0754	4
07395	Jersey City	jersey-city	NJ	017		40.7279	-74.078	4
07399	Jersey City	jersey-city	NJ	017		40.7323	-74.0754	4
07830	Califon	califon	NJ	019		40.7162	-74.8152	4
07979	Pottersville	pottersville	NJ	019		40.7026	-74.7276	4
08530	Lambertville	lambertville	NJ	019		40.3731	-74.9266	4
08551	Ringoes	ringoes	NJ	019		40.4459	-74.8288	4
08556	Rosemont	rosemont	NJ	019		40.42	-74.9886	4
08557	Sergeantsville	sergeantsville	NJ	019		40.4459	-74.9435	4
08559	Stockton	stockton	NJ	019		40.4397	-74.9554	4
08801	Annandale	annandale	NJ	019		40.6287	-74.8855	4
08803	Baptistown	baptistown	NJ	019		40.5218	-75.006	4
08804	Bloomsbury	bloomsbury	NJ	019		40.6437	-75.0966	4
08809	Clinton	clinton	NJ	019		40.6412	-74.9088	4
08822	Flemington	flemington	NJ	019		40.518	-74.8453	4
08825	Frenchtown	frenchtown	NJ	019		40.5208	-75.0325	4
08826	Glen Gardner	glen-gardner	NJ	019		40.7134	-74.9162	4
08827	Hampton	hampton	NJ	019		40.6774	-74.9622	4
08829	High Bridge	high-bridge	NJ	019		40.6684	-74.8937	4
08833	Lebanon	lebanon	NJ	019		40.6466	-74.829	4
08834	Little York	little-york	NJ	019		40.5637	-74.9494	4
08848	Milford	milford	NJ	019		40.5929	-75.1025	4
08858	Oldwick	oldwick	NJ	019		40.6726	-74.7474	4
08867	Pittstown	pittstown	NJ	019		40.5992	-74.9576	4
08868	Quakertown	quakertown	NJ	019		40.5655	-74.9389	4
08870	Readington	readington	NJ	019		40.5687	-74.7377	4
08885	Stanton	stanton	NJ	019		40.5764	-74.8311	4
08887	Three Bridges	three-bridges	NJ	019		40.5206	-74.7946	4
08888	Whitehouse	whitehouse	NJ	019		40.6194	-74.7406	4
08889	Whitehouse Station	whitehouse-station	NJ	019		40.6156	-74.7724	4
08520	Hightstown	hightstown	NJ	021		40.2669	-74.525	4
08525	Hopewell	hopewell	NJ	021		40.3902	-74.771	4
08534	Pennington	pennington	NJ	021		40.3339	-74.7944	4
08540	Princeton	princeton	NJ	021		40.3666	-74.6408	4
08541	Princeton	princeton	NJ	021		40.3487	-74.659	4
08542	Princeton	princeton	NJ	021		40.3535	-74.6594	4
08543	Princeton	princeton	NJ	021		40.2805	-74.712	4
08544	Princeton	princeton	NJ	021		40.3492	-74.6528	4
08550	Princeton Junction	princeton-junction	NJ	021		40.2669	-74.6511	4
08560	Titusville	titusville	NJ	021		40.3077	-74.8655	4
08561	Windsor	windsor	NJ	021		40.2423	-74.5787	4
08601	Trenton	trenton	NJ	021		40.2805	-74.712	4
08602	Trenton	trenton	NJ	021		40.2805	-74.712	4
08603	Trenton	trenton	NJ	021		40.2805	-74.712	4
08604	Trenton	trenton	NJ	021		40.2805	-74.712	4
08605	Trenton	trenton	NJ	021		40.2805	-74.712	4
08606	Trenton	trenton	NJ	021		40.2805	-74.712	4
08607	Trenton	trenton	NJ	021		40.2805	-74.712	4
08608	Trenton	trenton	NJ	021		40.2204	-74.7622	4
08609	Trenton	trenton	NJ	021		40.2248	-74.741	4
08610	Trenton	trenton	NJ	021		40.2016	-74.705	4
08611	Trenton	trenton	NJ	021		40.2171	-74.7429	4
08618	Trenton	trenton	NJ	021		40.2377	-74.7821	4
08619	Trenton	trenton	NJ	021		40.2418	-74.6962	4
08620	Trenton	trenton	NJ	021		40.167	-74.6488	4
08625	Trenton	trenton	NJ	021		40.2805	-74.712	4
08628	Trenton	trenton	NJ	021		40.2655	-74.8168	4
08629	Trenton	trenton	NJ	021		40.2196	-74.7334	4
08638	Trenton	trenton	NJ	021		40.251	-74.7627	4
08644	Trenton	trenton	NJ	021		40.2171	-74.7429	4
08645	Trenton	trenton	NJ	021		40.2805	-74.712	4
08646	Trenton	trenton	NJ	021		40.2805	-74.712	4
08647	Trenton	trenton	NJ	021		40.2805	-74.712	4
08648	Lawrence Township	lawrence-township	NJ	021		40.2171	-74.7429	1
08650	Trenton	trenton	NJ	021		40.2805	-74.712	4
08666	Trenton	trenton	NJ	021		40.2805	-74.712	4
08690	Trenton	trenton	NJ	021		40.2336	-74.6576	4
08691	Trenton	trenton	NJ	021		40.2197	-74.5939	4
08695	Trenton	trenton	NJ	021		40.2805	-74.712	4
07001	Avenel	avenel	NJ	023		40.5826	-74.2785	4
07008	Carteret	carteret	NJ	023		40.5823	-74.2313	4
07064	Port Reading	port-reading	NJ	023		40.5709	-74.2466	4
07067	Colonia	colonia	NJ	023		40.5937	-74.3164	4
07077	Sewaren	sewaren	NJ	023		40.5542	-74.2607	4
07080	South Plainfield	south-plainfield	NJ	023		40.5839	-74.4147	4
07095	Woodbridge	woodbridge	NJ	023		40.556	-74.2845	4
08512	Cranbury	cranbury	NJ	023		40.3039	-74.5065	4
08536	Plainsboro	plainsboro	NJ	023		40.3324	-74.5688	4
08810	Dayton	dayton	NJ	023		40.3825	-74.5111	4
08812	Dunellen	dunellen	NJ	023		40.5897	-74.4639	4
08816	East Brunswick	east-brunswick	NJ	023		40.4284	-74.4064	4
08817	Edison	edison	NJ	023		40.5171	-74.3973	4
08818	Edison	edison	NJ	023		40.43	-74.4173	4
08820	Edison	edison	NJ	023		40.578	-74.3589	4
08824	Kendall Park	kendall-park	NJ	023		40.4208	-74.5529	4
08828	Helmetta	helmetta	NJ	023		40.3777	-74.4204	4
08830	Iselin	iselin	NJ	023		40.5716	-74.3167	4
08831	Monroe Township	monroe-township	NJ	023	47280	40.3192	-74.4285	1
08832	Keasbey	keasbey	NJ	023		40.5192	-74.3021	4
08837	Edison	edison	NJ	023		40.5325	-74.3375	4
08840	Metuchen	metuchen	NJ	023		40.5449	-74.3517	4
08846	Middlesex	middlesex	NJ	023		40.5759	-74.5008	4
08850	Milltown	milltown	NJ	023		40.4493	-74.439	4
08852	Monmouth Junction	monmouth-junction	NJ	023		40.3869	-74.5558	4
08854	Piscataway	piscataway	NJ	023		40.5515	-74.459	4
08855	Piscataway	piscataway	NJ	023		40.43	-74.4173	4
08857	Old Bridge	old-bridge	NJ	023		40.398	-74.3236	4
08859	Parlin	parlin	NJ	023		40.4587	-74.305	4
08861	Perth Amboy	perth-amboy	NJ	023		40.5176	-74.2754	4
08862	Perth Amboy	perth-amboy	NJ	023		40.43	-74.4173	4
08863	Fords	fords	NJ	023		40.5393	-74.3117	4
08871	Sayreville	sayreville	NJ	023		40.43	-74.4173	4
08872	Sayreville	sayreville	NJ	023		40.46	-74.3478	4
08879	South Amboy	south-amboy	NJ	023		40.464	-74.2742	4
08882	South River	south-river	NJ	023		40.4444	-74.3801	4
09249	APO AE	apo-ae				49.2469	7.3698	
08884	Spotswood	spotswood	NJ	023		40.3847	-74.3894	4
08899	Edison	edison	NJ	023		40.5203	-74.4205	4
08901	New Brunswick	new-brunswick	NJ	023		40.4891	-74.4482	4
08902	North Brunswick	north-brunswick	NJ	023		40.4538	-74.4823	4
08903	New Brunswick	new-brunswick	NJ	023		40.5139	-74.4451	4
08904	Highland Park	highland-park	NJ	023		40.4991	-74.4266	4
08906	New Brunswick	new-brunswick	NJ	023		40.4862	-74.4518	4
08933	New Brunswick	new-brunswick	NJ	023		40.4862	-74.4518	4
08989	New Brunswick	new-brunswick	NJ	023		40.43	-74.4173	4
07701	Red Bank	red-bank	NJ	025		40.3584	-74.0681	4
07702	Shrewsbury	shrewsbury	NJ	025		40.3282	-74.0589	4
07703	Fort Monmouth	fort-monmouth	NJ	025		40.3177	-74.039	1
07704	Fair Haven	fair-haven	NJ	025		40.3599	-74.0389	4
07710	Adelphia	adelphia	NJ	025		40.2182	-74.2563	4
07711	Allenhurst	allenhurst	NJ	025		40.2367	-74.0067	4
07712	Asbury Park	asbury-park	NJ	025		40.2507	-74.0486	4
07715	Belmar	belmar	NJ	025		40.1784	-74.0218	4
07716	Atlantic Highlands	atlantic-highlands	NJ	025		40.4015	-74.0309	4
07717	Avon By The Sea	avon-by-the-sea	NJ	025		40.1918	-74.0167	4
07718	Belford	belford	NJ	025		40.4173	-74.0889	4
07719	Belmar	belmar	NJ	025		40.1688	-74.072	4
07720	Bradley Beach	bradley-beach	NJ	025		40.2023	-74.0132	4
07721	Cliffwood	cliffwood	NJ	025		40.4353	-74.2358	4
07722	Colts Neck	colts-neck	NJ	025		40.3012	-74.178	4
07723	Deal	deal	NJ	025		40.2506	-74.002	4
07724	Eatontown	eatontown	NJ	025		40.3028	-74.0698	4
07726	Englishtown	englishtown	NJ	025		40.2825	-74.3424	4
07727	Farmingdale	farmingdale	NJ	025		40.2043	-74.1779	4
07728	Freehold	freehold	NJ	025		40.2458	-74.2768	4
07730	Hazlet	hazlet	NJ	025		40.4226	-74.1799	4
07731	Howell	howell	NJ	025		40.1481	-74.2137	4
07732	Highlands	highlands	NJ	025		40.4037	-73.9915	4
07733	Holmdel	holmdel	NJ	025		40.3859	-74.174	4
07734	Keansburg	keansburg	NJ	025		40.4414	-74.1306	4
07735	Keyport	keyport	NJ	025		40.4332	-74.1996	4
07737	Leonardo	leonardo	NJ	025		40.4177	-74.0623	4
07738	Lincroft	lincroft	NJ	025		40.3369	-74.1205	4
07739	Little Silver	little-silver	NJ	025		40.3354	-74.0413	4
07740	Long Branch	long-branch	NJ	025		40.2992	-73.9912	4
07746	Marlboro	marlboro	NJ	025		40.3182	-74.2639	4
07747	Matawan	matawan	NJ	025		40.4109	-74.238	4
07748	Middletown	middletown	NJ	025		40.3944	-74.1157	4
07750	Monmouth Beach	monmouth-beach	NJ	025		40.333	-73.9809	4
07751	Morganville	morganville	NJ	025		40.3529	-74.2779	4
07752	Navesink	navesink	NJ	025		40.4023	-74.0273	4
07753	Neptune	neptune	NJ	025		40.2096	-74.0714	4
07754	Neptune	neptune	NJ	025		40.2001	-74.0279	4
07755	Oakhurst	oakhurst	NJ	025		40.2648	-74.0184	4
07756	Ocean Grove	ocean-grove	NJ	025		40.2116	-74.0093	4
07757	Oceanport	oceanport	NJ	025		40.3157	-74.0164	4
07758	Port Monmouth	port-monmouth	NJ	025		40.4289	-74.1083	4
07760	Rumson	rumson	NJ	025		40.3707	-74.0084	4
07762	Spring Lake	spring-lake	NJ	025		40.1542	-74.0379	4
07763	Tennent	tennent	NJ	025		40.2796	-74.3343	4
07764	West Long Branch	west-long-branch	NJ	025		40.2878	-74.0162	4
07765	Wickatunk	wickatunk	NJ	025		40.3501	-74.2479	4
07799	Eatontown	eatontown	NJ	025		40.3027	-74.2493	4
08501	Allentown	allentown	NJ	025		40.1589	-74.5909	4
08510	Millstone Township	millstone-township	NJ	025		40.147	-74.609	1
08514	Cream Ridge	cream-ridge	NJ	025		40.1399	-74.465	4
08526	Imlaystown	imlaystown	NJ	025		40.1623	-74.4759	4
08535	Millstone Township	millstone-township	NJ	025		40.2739	-74.7162	1
08555	Roosevelt	roosevelt	NJ	025		40.2214	-74.4747	4
08720	Allenwood	allenwood	NJ	025		40.1389	-74.1122	4
08730	Brielle	brielle	NJ	025		40.1077	-74.0635	4
08736	Manasquan	manasquan	NJ	025		40.1217	-74.0611	4
08750	Sea Girt	sea-girt	NJ	025		40.1345	-74.0436	4
07005	Boonton	boonton	NJ	027		40.9115	-74.414	4
07034	Lake Hiawatha	lake-hiawatha	NJ	027		40.8825	-74.383	4
07035	Lincoln Park	lincoln-park	NJ	027		40.9208	-74.2995	4
07045	Montville	montville	NJ	027		40.9049	-74.3646	4
07046	Mountain Lakes	mountain-lakes	NJ	027		40.8904	-74.4415	4
07054	Parsippany	parsippany	NJ	027		40.8621	-74.4117	4
07058	Pine Brook	pine-brook	NJ	027		40.8742	-74.35	4
07082	Towaco	towaco	NJ	027		40.9277	-74.3428	4
07405	Butler	butler	NJ	027		40.9988	-74.4261	4
07440	Pequannock	pequannock	NJ	027		40.9473	-74.296	4
07444	Pompton Plains	pompton-plains	NJ	027		40.9655	-74.3016	4
07457	Riverdale	riverdale	NJ	027		40.9931	-74.3088	4
07801	Dover	dover	NJ	027		40.9176	-74.5467	4
07802	Dover	dover	NJ	027		40.8673	-74.5783	4
07803	Mine Hill	mine-hill	NJ	027		40.8771	-74.5845	4
07806	Picatinny Arsenal	picatinny-arsenal	NJ	027		40.8673	-74.5783	1
07828	Budd Lake	budd-lake	NJ	027		40.8731	-74.7426	4
07834	Denville	denville	NJ	027		40.8897	-74.4844	4
07836	Flanders	flanders	NJ	027		40.8453	-74.7019	4
07842	Hibernia	hibernia	NJ	027		40.944	-74.4927	4
07845	Ironia	ironia	NJ	027		40.8229	-74.6257	4
07847	Kenvil	kenvil	NJ	027		40.8819	-74.621	4
07849	Lake Hopatcong	lake-hopatcong	NJ	027		40.9506	-74.6129	4
07850	Landing	landing	NJ	027		40.9087	-74.6554	4
07852	Ledgewood	ledgewood	NJ	027		40.878	-74.6554	4
07853	Long Valley	long-valley	NJ	027		40.7878	-74.787	4
07856	Mount Arlington	mount-arlington	NJ	027		40.9283	-74.6363	4
07857	Netcong	netcong	NJ	027		40.8985	-74.6985	4
07866	Rockaway	rockaway	NJ	027		40.9229	-74.5094	4
07869	Randolph	randolph	NJ	027		40.8456	-74.5725	4
07870	Schooleys Mountain	schooleys-mountain	NJ	027		40.7993	-74.8138	4
07876	Succasunna	succasunna	NJ	027		40.8539	-74.6536	4
07878	Mount Tabor	mount-tabor	NJ	027		40.8711	-74.4777	1
07885	Wharton	wharton	NJ	027		40.9139	-74.5863	4
07926	Brookside	brookside	NJ	027		40.8004	-74.5718	4
07927	Cedar Knolls	cedar-knolls	NJ	027		40.8223	-74.4569	4
07928	Chatham	chatham	NJ	027		40.7305	-74.4017	4
07930	Chester	chester	NJ	027		40.7892	-74.6776	4
07932	Florham Park	florham-park	NJ	027		40.7757	-74.3928	4
07933	Gillette	gillette	NJ	027		40.6877	-74.4681	4
07935	Green Village	green-village	NJ	027		40.7416	-74.4517	4
07936	East Hanover	east-hanover	NJ	027		40.8192	-74.3636	4
07940	Madison	madison	NJ	027		40.7599	-74.4179	4
07945	Mendham	mendham	NJ	027		40.7789	-74.6	4
07946	Millington	millington	NJ	027		40.6727	-74.5183	4
07950	Morris Plains	morris-plains	NJ	027		40.8445	-74.4824	4
07960	Morristown	morristown	NJ	027		40.7952	-74.4873	4
07961	Convent Station	convent-station	NJ	027		40.7968	-74.4815	1
07962	Morristown	morristown	NJ	027		40.8673	-74.5783	4
07963	Morristown	morristown	NJ	027		40.7968	-74.4815	4
07970	Mount Freedom	mount-freedom	NJ	027		40.8055	-74.5738	4
07976	New Vernon	new-vernon	NJ	027		40.7347	-74.4845	4
07980	Stirling	stirling	NJ	027		40.6774	-74.4968	4
07981	Whippany	whippany	NJ	027		40.8219	-74.42	4
07999	Whippany	whippany	NJ	027		40.8673	-74.5783	4
08005	Barnegat	barnegat	NJ	029		39.7552	-74.247	4
08006	Barnegat Light	barnegat-light	NJ	029		39.7512	-74.1146	4
08008	Beach Haven	beach-haven	NJ	029		39.6411	-74.1922	4
08050	Manahawkin	manahawkin	NJ	029		39.705	-74.2604	4
08087	Tuckerton	tuckerton	NJ	029		39.5881	-74.3646	4
08092	West Creek	west-creek	NJ	029		39.6627	-74.2885	4
08527	Jackson	jackson	NJ	029		40.121	-74.3017	4
08533	New Egypt	new-egypt	NJ	029		40.0713	-74.5067	4
08701	Lakewood	lakewood	NJ	029		40.085	-74.2042	4
08721	Bayville	bayville	NJ	029		39.9093	-74.1549	4
08722	Beachwood	beachwood	NJ	029		39.9302	-74.1961	4
08723	Brick	brick	NJ	029		40.0389	-74.1109	1
08724	Brick	brick	NJ	029		40.0874	-74.1152	1
08731	Forked River	forked-river	NJ	029		39.8444	-74.1973	4
08732	Island Heights	island-heights	NJ	029		39.9432	-74.1468	4
08733	Lakehurst	lakehurst	NJ	029		40.0263	-74.3254	4
08734	Lanoka Harbor	lanoka-harbor	NJ	029		39.862	-74.1668	4
08735	Lavallette	lavallette	NJ	029		39.9775	-74.0704	4
08738	Mantoloking	mantoloking	NJ	029		40.0261	-74.0562	4
08739	Normandy Beach	normandy-beach	NJ	029		40.0026	-74.0604	4
08740	Ocean Gate	ocean-gate	NJ	029		39.926	-74.1351	4
08741	Pine Beach	pine-beach	NJ	029		39.9347	-74.168	4
08742	Point Pleasant Beach	point-pleasant-beach	NJ	029		40.0806	-74.0595	4
08751	Seaside Heights	seaside-heights	NJ	029		39.9466	-74.0765	4
08752	Seaside Park	seaside-park	NJ	029		39.9222	-74.0795	4
08753	Toms River	toms-river	NJ	029		39.9771	-74.1565	4
08754	Toms River	toms-river	NJ	029		40.0008	-74.2493	4
08755	Toms River	toms-river	NJ	029		39.9999	-74.2228	4
08756	Toms River	toms-river	NJ	029		39.788	-74.1911	4
08757	Toms River	toms-river	NJ	029		39.9715	-74.2512	4
08758	Waretown	waretown	NJ	029		39.7896	-74.1954	4
08759	Manchester Township	manchester-township	NJ	029		39.9515	-74.1521	1
07011	Clifton	clifton	NJ	031		40.8789	-74.1425	4
07012	Clifton	clifton	NJ	031		40.8488	-74.1612	4
07013	Clifton	clifton	NJ	031		40.8693	-74.1711	4
07014	Clifton	clifton	NJ	031		40.8344	-74.1377	4
07015	Clifton	clifton	NJ	031		40.8584	-74.1638	4
07055	Passaic	passaic	NJ	031		40.8601	-74.1283	4
07403	Bloomingdale	bloomingdale	NJ	031		41.0128	-74.3338	4
07420	Haskell	haskell	NJ	031		41.0301	-74.2965	4
07421	Hewitt	hewitt	NJ	031		41.1709	-74.3686	4
07424	Little Falls	little-falls	NJ	031		40.8835	-74.2144	4
07435	Newfoundland	newfoundland	NJ	031		41.0647	-74.4359	4
07438	Oak Ridge	oak-ridge	NJ	031		41.0302	-74.5198	4
07442	Pompton Lakes	pompton-lakes	NJ	031		40.9993	-74.2876	4
07456	Ringwood	ringwood	NJ	031		41.0928	-74.2659	4
07465	Wanaque	wanaque	NJ	031		41.0544	-74.279	4
07470	Wayne	wayne	NJ	031		40.9471	-74.2466	4
07474	Wayne	wayne	NJ	031		40.9481	-74.245	4
07480	West Milford	west-milford	NJ	031		41.0915	-74.375	4
07501	Paterson	paterson	NJ	031		40.9143	-74.1671	4
07502	Paterson	paterson	NJ	031		40.9199	-74.1932	4
07503	Paterson	paterson	NJ	031		40.897	-74.1573	4
07504	Paterson	paterson	NJ	031		40.9122	-74.1452	4
07505	Paterson	paterson	NJ	031		40.9166	-74.174	4
07506	Hawthorne	hawthorne	NJ	031		40.9564	-74.1569	4
07507	Hawthorne	hawthorne	NJ	031		40.9493	-74.1538	4
07508	Haledon	haledon	NJ	031		40.9457	-74.1826	4
07509	Paterson	paterson	NJ	031		40.9168	-74.1718	4
07510	Paterson	paterson	NJ	031		40.9168	-74.1718	4
07511	Totowa	totowa	NJ	031		41.0114	-74.3048	4
07512	Totowa	totowa	NJ	031		40.9048	-74.2168	4
07513	Paterson	paterson	NJ	031		40.907	-74.1529	4
07514	Paterson	paterson	NJ	031		40.9248	-74.1467	4
07522	Paterson	paterson	NJ	031		40.9252	-74.1781	4
07524	Paterson	paterson	NJ	031		40.9309	-74.1555	4
07533	Paterson	paterson	NJ	031		41.0114	-74.3048	4
07538	Haledon	haledon	NJ	031		40.9357	-74.1863	4
07543	Paterson	paterson	NJ	031		41.0114	-74.3048	4
07544	Paterson	paterson	NJ	031		41.0114	-74.3048	4
08001	Alloway	alloway	NJ	033		39.5591	-75.3506	4
08023	Deepwater	deepwater	NJ	033		39.6815	-75.4934	4
08038	Hancocks Bridge	hancocks-bridge	NJ	033		39.4716	-75.4902	4
08067	Pedricktown	pedricktown	NJ	033		39.7435	-75.412	4
08069	Penns Grove	penns-grove	NJ	033		39.6994	-75.4495	4
08070	Pennsville	pennsville	NJ	033		39.6491	-75.5155	4
08072	Quinton	quinton	NJ	033		39.5459	-75.4124	4
08079	Salem	salem	NJ	033		39.5591	-75.4521	4
08098	Woodstown	woodstown	NJ	033		39.6457	-75.3248	4
08318	Elmer	elmer	NJ	033		39.5691	-75.163	4
08347	Norma	norma	NJ	033		39.4998	-75.082	4
07059	Warren	warren	NJ	035		40.6318	-74.5105	4
07920	Basking Ridge	basking-ridge	NJ	035		40.6789	-74.5605	4
07921	Bedminster	bedminster	NJ	035		40.6571	-74.6432	4
07924	Bernardsville	bernardsville	NJ	035		40.7225	-74.5778	4
07931	Far Hills	far-hills	NJ	035		40.6996	-74.6536	4
07934	Gladstone	gladstone	NJ	035		40.7219	-74.6707	4
07938	Liberty Corner	liberty-corner	NJ	035		40.6554	-74.5862	4
07939	Lyons	lyons	NJ	035		40.6674	-74.5539	4
07977	Peapack	peapack	NJ	035		40.7079	-74.6541	4
07978	Pluckemin	pluckemin	NJ	035		40.6425	-74.6396	4
08502	Belle Mead	belle-mead	NJ	035		40.4483	-74.6557	4
08504	Blawenburg	blawenburg	NJ	035		40.4076	-74.7027	4
08528	Kingston	kingston	NJ	035		40.3828	-74.6096	4
08553	Rocky Hill	rocky-hill	NJ	035		40.401	-74.64	4
08558	Skillman	skillman	NJ	035		40.4173	-74.6938	4
08805	Bound Brook	bound-brook	NJ	035		40.5681	-74.5397	4
08807	Bridgewater	bridgewater	NJ	035		40.5904	-74.6267	4
08821	Flagtown	flagtown	NJ	035		40.517	-74.6843	4
08823	Franklin Park	franklin-park	NJ	035		40.4421	-74.5369	4
08835	Manville	manville	NJ	035		40.5399	-74.5934	4
08836	Martinsville	martinsville	NJ	035		40.6	-74.5572	4
08844	Hillsborough	hillsborough	NJ	035		40.4775	-74.6272	4
08853	Neshanic Station	neshanic-station	NJ	035		40.5293	-74.7401	4
08869	Raritan	raritan	NJ	035		40.5711	-74.6377	4
08873	Somerset	somerset	NJ	035		40.5007	-74.5013	4
08875	Somerset	somerset	NJ	035		40.4976	-74.4885	4
08876	Somerville	somerville	NJ	035		40.588	-74.6874	4
08880	South Bound Brook	south-bound-brook	NJ	035		40.5523	-74.5311	4
08890	Zarephath	zarephath	NJ	035		40.5361	-74.5789	4
07416	Franklin	franklin	NJ	037		41.1164	-74.5865	4
07418	Glenwood	glenwood	NJ	037		41.2356	-74.4885	4
07419	Hamburg	hamburg	NJ	037		41.1467	-74.5874	4
07422	Highland Lakes	highland-lakes	NJ	037		41.1826	-74.4564	4
07428	Mc Afee	mc-afee	NJ	037		41.2065	-74.5381	1
07439	Ogdensburg	ogdensburg	NJ	037		41.0767	-74.5982	4
07460	Stockholm	stockholm	NJ	037		41.0992	-74.5283	4
07461	Sussex	sussex	NJ	037		41.2292	-74.5992	4
07462	Vernon	vernon	NJ	037		41.185	-74.5332	4
07821	Andover	andover	NJ	037		40.9614	-74.7524	4
07822	Augusta	augusta	NJ	037		41.1451	-74.6848	4
07826	Branchville	branchville	NJ	037		41.1705	-74.75	4
07827	Montague	montague	NJ	037		41.3023	-74.754	4
07837	Glasser	glasser	NJ	037		41.1283	-74.679	1
07839	Greendell	greendell	NJ	037		40.974	-74.821	4
07843	Hopatcong	hopatcong	NJ	037		40.939	-74.6616	4
07848	Lafayette	lafayette	NJ	037		41.0761	-74.6912	4
07851	Layton	layton	NJ	037		41.2299	-74.8466	4
07855	Middleville	middleville	NJ	037		41.0559	-74.8629	4
07860	Newton	newton	NJ	037		41.0695	-74.8069	4
07871	Sparta	sparta	NJ	037		41.0277	-74.6407	4
07874	Stanhope	stanhope	NJ	037		40.9217	-74.7004	4
07875	Stillwater	stillwater	NJ	037		41.0439	-74.872	4
07877	Swartswood	swartswood	NJ	037		41.1029	-74.8508	4
07879	Tranquility	tranquility	NJ	037		40.9559	-74.7881	4
07881	Wallpack Center	wallpack-center	NJ	037		41.1256	-74.9177	4
07890	Branchville	branchville	NJ	037		41.1465	-74.7524	4
07016	Cranford	cranford	NJ	039		40.6554	-74.3057	4
07023	Fanwood	fanwood	NJ	039		40.6419	-74.3868	4
07027	Garwood	garwood	NJ	039		40.6512	-74.3239	4
07033	Kenilworth	kenilworth	NJ	039		40.6759	-74.2944	4
07036	Linden	linden	NJ	039		40.6354	-74.2556	4
07060	Plainfield	plainfield	NJ	039		40.6152	-74.415	4
07061	Plainfield	plainfield	NJ	039		40.6657	-74.2997	4
07062	Plainfield	plainfield	NJ	039		40.6323	-74.3997	4
07063	Plainfield	plainfield	NJ	039		40.6048	-74.4427	4
07065	Rahway	rahway	NJ	039		40.6087	-74.2819	4
07066	Clark	clark	NJ	039		40.6203	-74.3106	4
07069	Watchung	watchung	NJ	039		40.6378	-74.4514	4
07076	Scotch Plains	scotch-plains	NJ	039		40.6379	-74.3682	4
07081	Springfield	springfield	NJ	039		40.7015	-74.3227	4
07083	Union	union	NJ	039		40.6952	-74.2677	4
07088	Vauxhall	vauxhall	NJ	039		40.7179	-74.2829	4
07090	Westfield	westfield	NJ	039		40.6479	-74.3451	4
07091	Westfield	westfield	NJ	039		40.6657	-74.2997	4
07092	Mountainside	mountainside	NJ	039		40.6785	-74.3588	4
07201	Elizabeth	elizabeth	NJ	039		40.6717	-74.2043	4
07202	Elizabeth	elizabeth	NJ	039		40.6565	-74.2215	4
07203	Roselle	roselle	NJ	039		40.653	-74.261	4
07204	Roselle Park	roselle-park	NJ	039		40.6651	-74.267	4
07205	Hillside	hillside	NJ	039		40.6968	-74.2281	4
07206	Elizabethport	elizabethport	NJ	039		40.6501	-74.1871	4
07207	Elizabeth	elizabeth	NJ	039		40.664	-74.2107	4
07208	Elizabeth	elizabeth	NJ	039		40.6747	-74.2239	4
07901	Summit	summit	NJ	039		40.7149	-74.3642	4
07902	Summit	summit	NJ	039		40.7156	-74.3647	4
07922	Berkeley Heights	berkeley-heights	NJ	039		40.6752	-74.4346	4
07974	New Providence	new-providence	NJ	039		40.7004	-74.4023	4
07820	Allamuchy	allamuchy	NJ	041		40.9218	-74.8102	4
07823	Belvidere	belvidere	NJ	041		40.8308	-75.0503	4
07825	Blairstown	blairstown	NJ	041		40.9674	-74.9651	4
07829	Buttzville	buttzville	NJ	041		40.8434	-74.9859	4
07831	Changewater	changewater	NJ	041		40.7394	-74.9448	4
07832	Columbia	columbia	NJ	041		40.9388	-75.055	4
07833	Delaware	delaware	NJ	041		40.8929	-75.0646	4
07838	Great Meadows	great-meadows	NJ	041		40.852	-74.9418	4
07840	Hackettstown	hackettstown	NJ	041		40.8529	-74.8343	4
07844	Hope	hope	NJ	041		40.9197	-74.9846	4
07846	Johnsonburg	johnsonburg	NJ	041		40.9645	-74.8785	4
07863	Oxford	oxford	NJ	041		40.8105	-75.0019	4
07865	Port Murray	port-murray	NJ	041		40.7906	-74.9167	4
07880	Vienna	vienna	NJ	041		40.8648	-74.897	4
07882	Washington	washington	NJ	041		40.7582	-74.9914	4
08802	Asbury	asbury	NJ	041		40.695	-75.0281	4
08808	Broadway	broadway	NJ	041		40.732	-75.0516	4
08865	Phillipsburg	phillipsburg	NJ	041		40.7079	-75.1507	4
08886	Stewartsville	stewartsville	NJ	041		40.6937	-75.111	4
87008	Cedar Crest	cedar-crest	NM	001		35.1285	-106.3617	4
87022	Isleta	isleta	NM	001		34.9073	-106.6892	4
87047	Sandia Park	sandia-park	NM	001		35.1683	-106.3238	4
87059	Tijeras	tijeras	NM	001		35.0446	-106.3062	4
87101	Albuquerque	albuquerque	NM	001		35.1996	-106.6448	4
87102	Albuquerque	albuquerque	NM	001		35.0818	-106.6482	4
87103	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87104	Albuquerque	albuquerque	NM	001		35.1038	-106.6712	4
87105	Albuquerque	albuquerque	NM	001		35.0448	-106.6893	4
87106	Albuquerque	albuquerque	NM	001		35.079	-106.6169	4
87107	Albuquerque	albuquerque	NM	001		35.1347	-106.6427	4
87108	Albuquerque	albuquerque	NM	001		35.0726	-106.5749	4
87109	Albuquerque	albuquerque	NM	001		35.1506	-106.569	4
87110	Albuquerque	albuquerque	NM	001		35.1104	-106.5781	4
87111	Albuquerque	albuquerque	NM	001		35.1347	-106.5222	4
87112	Albuquerque	albuquerque	NM	001		35.101	-106.5183	4
87113	Albuquerque	albuquerque	NM	001		35.1759	-106.6015	4
87114	Albuquerque	albuquerque	NM	001		35.1868	-106.6652	4
87115	Albuquerque	albuquerque	NM	001		35.0549	-106.5461	4
87116	Albuquerque	albuquerque	NM	001		35.0561	-106.5506	4
87117	Kirtland Afb	kirtland-afb	NM	001		35.0203	-106.5503	1
87119	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87120	Albuquerque	albuquerque	NM	001		35.1421	-106.7041	4
87121	Albuquerque	albuquerque	NM	001		35.0512	-106.7269	4
87122	Albuquerque	albuquerque	NM	001		35.1787	-106.5102	4
87123	Albuquerque	albuquerque	NM	001		35.0717	-106.509	4
87125	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87131	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87151	Albuquerque	albuquerque	NM	001		35.023	-106.8556	
87153	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87154	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87158	Albuquerque	albuquerque	NM	001		35.0845	-106.6511	4
87174	Rio Rancho	rio-rancho	NM	001		35.0443	-106.6729	4
87176	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87181	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87184	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87185	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87187	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87190	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87191	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87192	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87193	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87194	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87195	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87196	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87197	Albuquerque	albuquerque	NM	001		35.0845	-106.6511	4
87198	Albuquerque	albuquerque	NM	001		35.0845	-106.6511	4
87199	Albuquerque	albuquerque	NM	001		35.0443	-106.6729	4
87820	Aragon	aragon	NM	003		33.8859	-108.5466	4
87821	Datil	datil	NM	003		34.0427	-108.0183	4
87824	Luna	luna	NM	003		33.8189	-108.9545	4
87827	Pie Town	pie-town	NM	003		34.3243	-108.3682	4
87829	Quemado	quemado	NM	003		34.2652	-108.7578	4
87830	Reserve	reserve	NM	003		33.7131	-108.7578	4
88039	Glenwood	glenwood	NM	003		33.3048	-108.7743	4
88201	Roswell	roswell	NM	005		33.6397	-104.3748	4
88202	Roswell	roswell	NM	005		33.3038	-104.4318	4
88203	Roswell	roswell	NM	005		33.3718	-104.5284	4
88230	Dexter	dexter	NM	005		33.191	-104.3833	4
88232	Hagerman	hagerman	NM	005		33.1076	-104.3298	4
88253	Lake Arthur	lake-arthur	NM	005		32.9982	-104.3666	4
87005	Bluewater	bluewater	NM	006		35.255	-107.9856	4
87007	Casa Blanca	casa-blanca	NM	006		35.0456	-107.4714	4
87014	Cubero	cubero	NM	006		35.0859	-107.5181	4
87020	Grants	grants	NM	006		35.1476	-107.8526	4
87021	Milan	milan	NM	006		35.1698	-107.8909	4
87026	Laguna	laguna	NM	006		34.9625	-107.2325	4
87038	New Laguna	new-laguna	NM	006		35.0409	-107.422	4
87040	Paguate	paguate	NM	006		35.1387	-107.3789	4
87049	San Fidel	san-fidel	NM	006		35.0823	-107.5992	4
87051	San Rafael	san-rafael	NM	006		35.1125	-107.8826	4
87315	Fence Lake	fence-lake	NM	006		34.7344	-108.6934	4
87357	Pinehill	pinehill	NM	006		34.9992	-108.4112	4
87710	Angel Fire	angel-fire	NM	007		36.3849	-105.2439	4
87714	Cimarron	cimarron	NM	007		36.4574	-105.0697	4
87718	Eagle Nest	eagle-nest	NM	007		36.5326	-105.2756	4
87728	Maxwell	maxwell	NM	007		36.5434	-104.564	4
87729	Miami	miami	NM	007		36.35	-104.7931	4
87740	Raton	raton	NM	007		36.8952	-104.4349	4
87747	Springer	springer	NM	007		36.3767	-104.5927	4
87749	Ute Park	ute-park	NM	007		36.5581	-105.115	4
88101	Clovis	clovis	NM	009		34.4126	-103.2214	4
88102	Clovis	clovis	NM	009		34.4048	-103.2052	4
88103	Cannon Afb	cannon-afb	NM	009		34.3841	-103.3154	1
88112	Broadview	broadview	NM	009		34.804	-103.1292	4
88120	Grady	grady	NM	009		34.8107	-103.298	4
88124	Melrose	melrose	NM	009		34.4479	-103.6325	4
88133	Saint Vrain	saint-vrain	NM	009		34.4756	-103.4669	4
88135	Texico	texico	NM	009		34.3958	-103.0615	4
88119	Fort Sumner	fort-sumner	NM	011		34.46	-104.2317	4
88134	Taiban	taiban	NM	011		34.3271	-104.0159	4
88136	Yeso	yeso	NM	011		34.455	-104.7452	4
87936	Garfield	garfield	NM	013		32.7557	-107.2704	4
87937	Hatch	hatch	NM	013		32.6583	-107.159	4
87940	Rincon	rincon	NM	013		32.6597	-107.0643	4
87941	Salem	salem	NM	013		32.7093	-107.2157	4
88001	Las Cruces	las-cruces	NM	013		32.2901	-106.7539	4
88002	White Sands Missile Range	white-sands-missile-range	NM	013		32.3839	-106.4937	1
88003	Las Cruces	las-cruces	NM	013		32.2738	-106.7472	4
88004	Las Cruces	las-cruces	NM	013		32.4181	-106.8201	4
88005	Las Cruces	las-cruces	NM	013		32.3161	-106.7991	4
88006	Las Cruces	las-cruces	NM	013		32.3052	-106.7863	4
88007	Las Cruces	las-cruces	NM	013		32.3224	-106.8041	4
88008	Santa Teresa	santa-teresa	NM	013		31.8394	-106.6821	4
88011	Las Cruces	las-cruces	NM	013		32.3244	-106.6683	4
88012	Las Cruces	las-cruces	NM	013		32.5835	-106.7714	4
88013	Las Cruces	las-cruces	NM	013		32.5835	-106.7714	4
88021	Anthony	anthony	NM	013		32.004	-106.6058	4
88024	Berino	berino	NM	013		32.0682	-106.631	4
88027	Chamberino	chamberino	NM	013		32.0401	-106.6856	4
88032	Dona Ana	dona-ana	NM	013		32.3895	-106.8139	4
88033	Fairacres	fairacres	NM	013		32.2984	-106.8812	4
88044	La Mesa	la-mesa	NM	013		32.1383	-106.7999	4
88046	Mesilla	mesilla	NM	013		32.268	-106.8059	4
88047	Mesilla Park	mesilla-park	NM	013		32.21	-106.7147	4
88048	Mesquite	mesquite	NM	013		32.146	-106.6676	4
88052	Organ	organ	NM	013		32.4259	-106.6136	4
88054	Radium Springs	radium-springs	NM	013		32.4888	-106.9146	4
88058	San Miguel	san-miguel	NM	013		32.1554	-106.735	4
88063	Sunland Park	sunland-park	NM	013		31.8186	-106.5997	1
88072	Vado	vado	NM	013		32.1187	-106.649	4
88210	Artesia	artesia	NM	015		32.8384	-104.4074	4
88211	Artesia	artesia	NM	015		32.7536	-104.3281	4
88220	Carlsbad	carlsbad	NM	015		32.4119	-104.2395	4
88221	Carlsbad	carlsbad	NM	015		32.342	-104.2937	4
88250	Hope	hope	NM	015		32.8156	-104.7299	4
88254	Lakewood	lakewood	NM	015		32.6362	-104.365	1
88255	Loco Hills	loco-hills	NM	015		32.819	-103.9777	4
88256	Loving	loving	NM	015		32.274	-104.0914	4
88263	Malaga	malaga	NM	015		32.1813	-104.0668	4
88268	Whites City	whites-city	NM	015		32.1757	-104.3766	4
88022	Arenas Valley	arenas-valley	NM	017		32.7839	-108.1854	4
88023	Bayard	bayard	NM	017		32.7617	-108.1306	4
88025	Buckhorn	buckhorn	NM	017		33.0633	-108.6956	4
88026	Santa Clara	santa-clara	NM	017		32.7795	-108.1503	4
88028	Cliff	cliff	NM	017		32.9623	-108.6112	4
88034	Faywood	faywood	NM	017		32.5642	-108.0242	4
88036	Fort Bayard	fort-bayard	NM	017		32.7574	-108.0075	4
88038	Gila	gila	NM	017		32.9659	-108.5767	4
88040	Hachita	hachita	NM	017		31.8904	-108.3316	4
88041	Hanover	hanover	NM	017		32.8045	-107.9545	4
88043	Hurley	hurley	NM	017		32.648	-108.1516	4
88049	Mimbres	mimbres	NM	017		32.909	-108.0332	4
88051	Mule Creek	mule-creek	NM	017		33.1071	-108.9032	4
88053	Pinos Altos	pinos-altos	NM	017		32.8614	-108.2192	4
88055	Redrock	redrock	NM	017		32.6862	-108.7381	4
88061	Silver City	silver-city	NM	017		32.79	-108.2749	4
88062	Silver City	silver-city	NM	017		32.7282	-108.1379	4
88065	Tyrone	tyrone	NM	017		32.7098	-108.302	4
87711	Anton Chico	anton-chico	NM	019		35.2001	-105.1422	4
87724	La Loma	la-loma	NM	019		35.1734	-105.0775	4
88353	Vaughn	vaughn	NM	019		34.6241	-105.1926	1
88417	Cuervo	cuervo	NM	019		35.0312	-104.4086	1
88431	Newkirk	newkirk	NM	019		35.0847	-104.2433	4
88435	Santa Rosa	santa-rosa	NM	019		34.8526	-104.5899	4
87730	Mills	mills	NM	021		36.1281	-104.2277	4
87733	Mosquero	mosquero	NM	021		35.8041	-103.9021	4
87743	Roy	roy	NM	021		35.9522	-104.1497	4
87746	Solano	solano	NM	021		35.8484	-104.0675	4
88009	Playas	playas	NM	023		32.055	-108.6291	4
88020	Animas	animas	NM	023		32.053	-108.9069	1
88045	Lordsburg	lordsburg	NM	023		32.316	-108.723	1
88056	Rodeo	rodeo	NM	023		31.8358	-109.0322	4
88114	Crossroads	crossroads	NM	025		33.5272	-103.3564	4
88213	Caprock	caprock	NM	025		33.3939	-103.639	4
88231	Eunice	eunice	NM	025		32.4392	-103.1594	4
88240	Hobbs	hobbs	NM	025		32.7222	-103.1372	4
88241	Hobbs	hobbs	NM	025		32.7475	-103.2165	4
09250	APO AE	apo-ae				49.4667	10.7	
88242	Hobbs	hobbs	NM	025		32.8105	-103.1587	4
88244	Hobbs	hobbs	NM	025		32.7026	-103.136	4
88252	Jal	jal	NM	025		32.1128	-103.1997	4
88260	Lovington	lovington	NM	025		32.9512	-103.3488	4
88262	Mcdonald	mcdonald	NM	025		33.1407	-103.3174	4
88264	Maljamar	maljamar	NM	025		32.8562	-103.7627	4
88265	Monument	monument	NM	025		32.5874	-103.2703	4
88267	Tatum	tatum	NM	025		33.26	-103.314	4
88301	Carrizozo	carrizozo	NM	027		33.6496	-105.8696	4
88312	Alto	alto	NM	027		33.4314	-105.6776	4
88316	Capitan	capitan	NM	027		33.5602	-105.5269	4
88318	Corona	corona	NM	027		34.1693	-105.5339	4
88323	Fort Stanton	fort-stanton	NM	027		33.4959	-105.523	4
88324	Glencoe	glencoe	NM	027		33.3898	-105.4391	4
88336	Hondo	hondo	NM	027		33.3876	-105.2708	4
88338	Lincoln	lincoln	NM	027		33.4869	-105.382	4
88341	Nogal	nogal	NM	027		33.4996	-105.7036	4
88343	Picacho	picacho	NM	027		33.3518	-105.145	4
88345	Ruidoso	ruidoso	NM	027		33.3474	-105.651	4
88346	Ruidoso Downs	ruidoso-downs	NM	027		33.3577	-105.5383	4
88348	San Patricio	san-patricio	NM	027		33.3877	-105.3498	4
88351	Tinnie	tinnie	NM	027		33.3706	-105.2264	4
88355	Ruidoso	ruidoso	NM	027		33.3305	-105.6933	4
87544	Los Alamos	los-alamos	NM	028		35.8663	-106.2676	4
87545	Los Alamos	los-alamos	NM	028		35.8639	-106.2953	4
87547	White Rock	white-rock	NM	028		35.8275	-106.2039	4
88029	Columbus	columbus	NM	029		31.8276	-107.64	4
88030	Deming	deming	NM	029		32.2318	-107.7466	4
88031	Deming	deming	NM	029		32.2398	-107.7404	4
87045	Prewitt	prewitt	NM	031		35.3547	-108.1038	4
87301	Gallup	gallup	NM	031		35.5065	-108.7414	4
87302	Gallup	gallup	NM	031		35.5281	-108.7426	4
87305	Gallup	gallup	NM	031		35.4499	-108.7705	4
87310	Brimhall	brimhall	NM	031		35.8005	-108.5815	4
87311	Church Rock	church-rock	NM	031		35.5339	-108.5998	4
87312	Continental Divide	continental-divide	NM	031		35.4226	-108.323	4
87313	Crownpoint	crownpoint	NM	031		35.7206	-108.0271	4
87316	Fort Wingate	fort-wingate	NM	031		35.5191	-108.4864	4
87317	Gamerco	gamerco	NM	031		35.5763	-108.7626	4
87319	Mentmore	mentmore	NM	031		35.5042	-108.8317	4
87320	Mexican Springs	mexican-springs	NM	031		35.7837	-108.819	4
87321	Ramah	ramah	NM	031		35.1324	-108.492	4
87322	Rehoboth	rehoboth	NM	031		35.5289	-108.6548	4
87323	Thoreau	thoreau	NM	031		35.3976	-108.1604	4
87325	Tohatchi	tohatchi	NM	031		36.0021	-108.6229	4
87326	Vanderwagen	vanderwagen	NM	031		35.3509	-108.6985	4
87327	Zuni	zuni	NM	031		35.0684	-108.8336	4
87328	Navajo	navajo	NM	031		35.8942	-109.0226	4
87347	Jamestown	jamestown	NM	031		35.4809	-108.1767	1
87365	Smith Lake	smith-lake	NM	031		35.4809	-108.1767	4
87375	Yatahey	yatahey	NM	031		35.4809	-108.1767	1
87712	Buena Vista	buena-vista	NM	033		35.9136	-105.2492	4
87713	Chacon	chacon	NM	033		36.1388	-105.3854	4
87715	Cleveland	cleveland	NM	033		35.9898	-105.4326	4
87722	Guadalupita	guadalupita	NM	033		36.1375	-105.2386	4
87723	Holman	holman	NM	033		36.0384	-105.3836	4
87732	Mora	mora	NM	033		35.9742	-105.33	4
87734	Ocate	ocate	NM	033		36.1037	-105.066	4
87735	Ojo Feliz	ojo-feliz	NM	033		36.0578	-105.1183	4
87736	Rainsville	rainsville	NM	033		35.9786	-105.2092	4
87750	Valmora	valmora	NM	033		35.8164	-104.9231	4
87752	Wagon Mound	wagon-mound	NM	033		35.9814	-104.691	4
87753	Watrous	watrous	NM	033		35.7906	-104.9817	4
88081	Chaparral	chaparral	NM	035		32.2239	-106.2631	4
88310	Alamogordo	alamogordo	NM	035		32.8932	-105.9485	4
88311	Alamogordo	alamogordo	NM	035		32.8995	-105.9603	4
88314	Bent	bent	NM	035		33.148	-105.8635	4
88317	Cloudcroft	cloudcroft	NM	035		32.8897	-105.6744	4
88325	High Rolls Mountain Park	high-rolls-mountain-park	NM	035		32.9396	-105.8189	1
88330	Holloman Air Force Base	holloman-air-force-base	NM	035		32.8366	-106.0774	4
88337	La Luz	la-luz	NM	035		32.9774	-105.9534	4
88339	Mayhill	mayhill	NM	035		32.907	-105.5181	4
88340	Mescalero	mescalero	NM	035		33.2164	-105.7743	4
88342	Orogrande	orogrande	NM	035		32.3712	-106.0844	4
88344	Pinon	pinon	NM	035		32.6396	-105.4157	4
88347	Sacramento	sacramento	NM	035		32.8052	-105.6211	4
88349	Sunspot	sunspot	NM	035		32.8672	-105.7811	1
88350	Timberon	timberon	NM	035		32.6295	-105.6945	4
88352	Tularosa	tularosa	NM	035		33.065	-106.0108	4
88354	Weed	weed	NM	035		32.8052	-105.5063	4
88121	House	house	NM	037		34.6952	-103.9203	4
88401	Tucumcari	tucumcari	NM	037		35.168	-103.7179	4
88411	Bard	bard	NM	037		35.1303	-103.1605	4
88426	Logan	logan	NM	037		35.3681	-103.4383	4
88427	Mcalister	mcalister	NM	037		34.6923	-103.7764	4
88430	Nara Visa	nara-visa	NM	037		35.618	-103.1317	4
88433	Quay	quay	NM	037		34.9167	-103.7782	4
88434	San Jon	san-jon	NM	037		35.1198	-103.2846	4
87012	Coyote	coyote	NM	039		36.1018	-106.6692	4
87017	Gallina	gallina	NM	039		36.3202	-106.7687	4
87029	Lindrith	lindrith	NM	039		36.3249	-107.0495	4
87064	Youngsville	youngsville	NM	039		36.1875	-106.5564	4
87510	Abiquiu	abiquiu	NM	039		36.1769	-106.2449	4
87511	Alcalde	alcalde	NM	039		36.0889	-106.0536	4
87515	Canjilon	canjilon	NM	039		36.4795	-106.4378	4
87516	Canones	canones	NM	039		36.1814	-106.4376	4
87518	Cebolla	cebolla	NM	039		36.4654	-106.5785	4
87520	Chama	chama	NM	039		36.8962	-106.5829	4
87522	Chimayo	chimayo	NM	039		36.0039	-105.947	4
87523	Cordova	cordova	NM	039		36.0072	-105.8606	4
87527	Dixon	dixon	NM	039		36.179	-105.8615	4
87528	Dulce	dulce	NM	039		36.8598	-107.0602	4
87530	El Rito	el-rito	NM	039		36.3647	-106.2192	4
87531	Embudo	embudo	NM	039		36.2153	-105.8901	4
87532	Espanola	espanola	NM	039		35.9872	-106.0717	4
87533	Espanola	espanola	NM	039		35.9866	-106.0654	4
87537	Hernandez	hernandez	NM	039		36.0738	-106.1396	4
87539	La Madera	la-madera	NM	039		36.4654	-106.5785	4
87548	Medanales	medanales	NM	039		36.1756	-106.1834	4
87551	Los Ojos	los-ojos	NM	039		36.7292	-106.57	4
87554	Petaca	petaca	NM	039		36.5084	-106.0106	4
87566	Ohkay Owingeh	ohkay-owingeh	NM	039		36.0508	-106.069	4
87575	Tierra Amarilla	tierra-amarilla	NM	039		36.6805	-106.557	4
87578	Truchas	truchas	NM	039		36.0444	-105.8129	4
87581	Vallecitos	vallecitos	NM	039		36.5286	-106.1448	4
87582	Velarde	velarde	NM	039		36.1589	-105.9747	4
88113	Causey	causey	NM	041		33.7781	-103.0865	4
88115	Dora	dora	NM	041		33.9387	-103.3366	4
88116	Elida	elida	NM	041		33.9405	-103.6323	4
88118	Floyd	floyd	NM	041		34.252	-103.5827	4
88122	Kenna	kenna	NM	041		33.8423	-103.7719	4
88123	Lingo	lingo	NM	041		33.7176	-103.1451	4
88125	Milnesand	milnesand	NM	041		33.605	-103.2782	4
88126	Pep	pep	NM	041		33.8362	-103.3355	4
88130	Portales	portales	NM	041		34.1799	-103.3363	4
88132	Rogers	rogers	NM	041		33.9216	-103.1898	4
87001	Algodones	algodones	NM	043		35.389	-106.3517	4
87004	Bernalillo	bernalillo	NM	043		35.3285	-106.5309	4
87013	Cuba	cuba	NM	043		36.0482	-107.1885	4
87018	Counselor	counselor	NM	043		36.2092	-107.4578	4
87024	Jemez Pueblo	jemez-pueblo	NM	043		35.6243	-106.7219	4
87025	Jemez Springs	jemez-springs	NM	043		35.8927	-106.7714	4
87027	La Jara	la-jara	NM	043		36.1194	-106.9923	4
87041	Pena Blanca	pena-blanca	NM	043		35.5709	-106.3381	4
87043	Placitas	placitas	NM	043		35.3092	-106.5293	4
87044	Ponderosa	ponderosa	NM	043		35.66	-106.6675	4
87046	Regina	regina	NM	043		36.1842	-106.9567	4
87048	Corrales	corrales	NM	043		35.2339	-106.62	4
87052	Santo Domingo Pueblo	santo-domingo-pueblo	NM	043		35.5269	-106.3445	4
87053	San Ysidro	san-ysidro	NM	043		35.5634	-106.7706	4
87072	Cochiti Pueblo	cochiti-pueblo	NM	043		35.6089	-106.3518	4
87083	Cochiti Lake	cochiti-lake	NM	043		35.6485	-106.3428	4
87124	Rio Rancho	rio-rancho	NM	043		35.2493	-106.6818	4
87144	Rio Rancho	rio-rancho	NM	043		35.324	-106.7099	4
87037	Nageezi	nageezi	NM	045		36.1598	-107.7664	4
87364	Sheep Springs	sheep-springs	NM	045		36.142	-108.7064	4
87401	Farmington	farmington	NM	045		36.7412	-108.1797	4
87402	Farmington	farmington	NM	045		36.7685	-108.1478	4
87410	Aztec	aztec	NM	045		36.8205	-108.011	4
87412	Blanco	blanco	NM	045		36.7242	-107.8253	4
87413	Bloomfield	bloomfield	NM	045		36.6955	-107.9784	4
87415	Flora Vista	flora-vista	NM	045		36.8028	-108.0827	4
87416	Fruitland	fruitland	NM	045		36.6933	-108.4218	4
87417	Kirtland	kirtland	NM	045		36.741	-108.351	4
87418	La Plata	la-plata	NM	045		36.9576	-108.1792	4
87419	Navajo Dam	navajo-dam	NM	045		36.8689	-107.6528	4
87420	Shiprock	shiprock	NM	045		36.656	-108.7355	4
87421	Waterflow	waterflow	NM	045		36.7637	-108.5186	4
87455	Newcomb	newcomb	NM	045		36.2847	-108.7059	4
87461	Sanostee	sanostee	NM	045		36.4247	-108.8743	4
87499	Farmington	farmington	NM	045		36.7745	-108.0692	4
87538	Ilfeld	ilfeld	NM	047		35.4212	-105.5589	4
87552	Pecos	pecos	NM	047		35.571	-105.6701	4
87560	Ribera	ribera	NM	047		35.3344	-105.4652	4
87562	Rowe	rowe	NM	047		35.4917	-105.6753	4
87565	San Jose	san-jose	NM	047		35.4569	-105.4383	4
87569	Serafina	serafina	NM	047		35.3975	-105.3236	4
87573	Tererro	tererro	NM	047		35.7727	-105.6713	4
87583	Villanueva	villanueva	NM	047		35.2667	-105.3608	4
87701	Las Vegas	las-vegas	NM	047		35.5949	-105.2272	4
87731	Montezuma	montezuma	NM	047		35.6523	-105.2764	4
87742	Rociada	rociada	NM	047		35.8226	-105.3147	4
87745	Sapello	sapello	NM	047		35.762	-105.1077	4
88416	Conchas Dam	conchas-dam	NM	047		35.3786	-104.2052	1
88421	Garita	garita	NM	047		35.3502	-104.4419	1
88439	Trementina	trementina	NM	047		35.4563	-104.6796	4
87010	Cerrillos	cerrillos	NM	049		35.423	-106.1317	4
87015	Edgewood	edgewood	NM	049		35.0776	-106.1872	4
87056	Stanley	stanley	NM	049		35.1295	-106.0283	4
87501	Santa Fe	santa-fe	NM	049		35.6975	-105.9821	4
87502	Santa Fe	santa-fe	NM	049		35.687	-105.9378	4
87503	Santa Fe	santa-fe	NM	049		35.687	-105.9378	4
87504	Santa Fe	santa-fe	NM	049		35.687	-105.9378	4
87505	Santa Fe	santa-fe	NM	049		35.6219	-105.8688	4
87506	Santa Fe	santa-fe	NM	049		35.8195	-105.9886	4
87507	Santa Fe	santa-fe	NM	049		35.6567	-106.0152	4
87508	Santa Fe	santa-fe	NM	049		35.5335	-105.926	4
87509	Santa Fe	santa-fe	NM	049		35.5212	-105.9818	4
87535	Glorieta	glorieta	NM	049		35.5288	-105.7477	4
87540	Lamy	lamy	NM	049		35.4311	-105.9409	4
87567	Santa Cruz	santa-cruz	NM	049		35.986	-106.0318	4
87574	Tesuque	tesuque	NM	049		35.7874	-105.9157	4
87592	Santa Fe	santa-fe	NM	049		35.5212	-105.9818	4
87594	Santa Fe	santa-fe	NM	049		35.5212	-105.9818	4
87654	Spaceport City	spaceport-city	NM	051		32.9903	-106.9697	
09251	APO AE	apo-ae				49.2469	7.3698	
87901	Truth Or Consequences	truth-or-consequences	NM	051		33.1606	-107.2669	4
87930	Arrey	arrey	NM	051		32.8487	-107.3192	4
87931	Caballo	caballo	NM	051		32.9641	-107.4102	4
87933	Derry	derry	NM	051		32.7881	-107.2822	4
87935	Elephant Butte	elephant-butte	NM	051		33.209	-107.2212	4
87939	Monticello	monticello	NM	051		33.397	-107.4509	4
87942	Williamsburg	williamsburg	NM	051		33.1171	-107.2915	4
87943	Winston	winston	NM	051		33.3061	-107.6675	4
88042	Hillsboro	hillsboro	NM	051		32.9239	-107.6276	4
87011	Claunch	claunch	NM	053		34.0646	-105.9496	4
87028	La Joya	la-joya	NM	053		34.3813	-106.815	1
87062	Veguita	veguita	NM	053		34.485	-106.7591	4
87801	Socorro	socorro	NM	053		34.0479	-106.8907	4
87823	Lemitar	lemitar	NM	053		34.156	-106.9044	4
87825	Magdalena	magdalena	NM	053		34.1114	-107.2409	4
87828	Polvadera	polvadera	NM	053		34.2059	-106.9167	4
87831	San Acacia	san-acacia	NM	053		34.2283	-106.9049	4
87832	San Antonio	san-antonio	NM	053		33.819	-106.8285	4
87512	Amalia	amalia	NM	055		36.942	-105.4545	4
87513	Arroyo Hondo	arroyo-hondo	NM	055		36.5796	-105.6873	4
87514	Arroyo Seco	arroyo-seco	NM	055		36.52	-105.534	4
87517	Carson	carson	NM	055		36.3645	-105.7653	4
87519	Cerro	cerro	NM	055		36.7539	-105.6128	4
87521	Chamisal	chamisal	NM	055		36.1311	-105.7385	4
87524	Costilla	costilla	NM	055		36.9324	-105.6723	4
87525	Taos Ski Valley	taos-ski-valley	NM	055		36.596	-105.4545	4
87529	El Prado	el-prado	NM	055		36.4317	-105.5747	4
87543	Llano	llano	NM	055		36.14	-105.6817	4
87549	Ojo Caliente	ojo-caliente	NM	055		36.3313	-106.0028	4
87553	Penasco	penasco	NM	055		36.1763	-105.7105	4
87556	Questa	questa	NM	055		36.7039	-105.595	4
87557	Ranchos De Taos	ranchos-de-taos	NM	055		36.3357	-105.6086	4
87558	Red River	red-river	NM	055		36.6659	-105.4694	4
87564	San Cristobal	san-cristobal	NM	055		36.6116	-105.636	4
87571	Taos	taos	NM	055		36.3953	-105.5847	4
87576	Trampas	trampas	NM	055		36.1311	-105.7589	4
87577	Tres Piedras	tres-piedras	NM	055		36.647	-105.9672	4
87579	Vadito	vadito	NM	055		36.1338	-105.5712	4
87580	Valdez	valdez	NM	055		36.5701	-105.5658	4
87009	Cedarvale	cedarvale	NM	057		34.3706	-105.702	4
87016	Estancia	estancia	NM	057		34.77	-106.135	4
87032	Mcintosh	mcintosh	NM	057		34.8648	-106.0517	4
87035	Moriarty	moriarty	NM	057		34.9889	-106.0609	4
87036	Mountainair	mountainair	NM	057		34.5158	-106.2577	4
87061	Torreon	torreon	NM	057		34.6948	-106.3247	4
87063	Willard	willard	NM	057		34.5754	-106.0307	4
87070	Clines Corners	clines-corners	NM	057		35.0095	-105.6692	4
88321	Encino	encino	NM	057		34.615	-105.4839	4
88410	Amistad	amistad	NM	059		35.8983	-103.213	4
88414	Capulin	capulin	NM	059		36.7785	-103.9986	4
88415	Clayton	clayton	NM	059		36.4414	-103.1888	4
88418	Des Moines	des-moines	NM	059		36.7291	-103.8739	4
88419	Folsom	folsom	NM	059		36.869	-103.8399	4
88422	Gladstone	gladstone	NM	059		36.3048	-103.973	4
88424	Grenville	grenville	NM	059		36.3698	-103.5055	4
88436	Sedan	sedan	NM	059		36.226	-103.1449	4
87002	Belen	belen	NM	061		34.6511	-106.6952	4
87006	Bosque	bosque	NM	061		34.4996	-106.8038	4
87023	Jarales	jarales	NM	061		34.592	-106.7611	4
87031	Los Lunas	los-lunas	NM	061		34.7806	-106.7115	4
87034	Pueblo Of Acoma	pueblo-of-acoma	NM	061		34.8964	-107.5817	4
87042	Peralta	peralta	NM	061		34.8332	-106.6872	4
87060	Tome	tome	NM	061		34.7426	-106.7328	4
87068	Bosque Farms	bosque-farms	NM	061		34.8764	-106.6975	4
89406	Fallon	fallon	NV	001		39.4703	-118.7861	4
89407	Fallon	fallon	NV	001		39.4735	-118.7774	4
89496	Fallon	fallon	NV	001		39.4735	-118.7774	4
88901	The Lakes	the-lakes	NV	003		36.3225	-114.8197	1
88905	The Lakes	the-lakes	NV	003		35.9279	-114.9721	1
89002	Henderson	henderson	NV	003		36.0008	-114.9588	4
89004	Blue Diamond	blue-diamond	NV	003		36.0464	-115.4039	4
89005	Boulder City	boulder-city	NV	003		35.9727	-114.8344	4
89006	Boulder City	boulder-city	NV	003		35.9279	-114.9721	4
89007	Bunkerville	bunkerville	NV	003		36.7684	-114.1281	4
89009	Henderson	henderson	NV	003		35.9279	-114.9721	1
89011	Henderson	henderson	NV	003		36.1065	-114.9192	1
89012	Henderson	henderson	NV	003		36.0119	-115.0433	1
89014	Henderson	henderson	NV	003		36.0564	-115.078	4
89015	Henderson	henderson	NV	003		36.0357	-114.9718	4
89016	Henderson	henderson	NV	003		35.9279	-114.9721	4
89018	Indian Springs	indian-springs	NV	003		36.5697	-115.6706	4
89019	Jean	jean	NV	003		35.7368	-115.5405	4
89021	Logandale	logandale	NV	003		36.5935	-114.4683	4
89024	Mesquite	mesquite	NV	003		36.8101	-114.0722	4
89025	Moapa	moapa	NV	003		36.6916	-114.6514	4
89026	Jean	jean	NV	003		35.7789	-115.3239	4
89027	Mesquite	mesquite	NV	003		36.8113	-114.1235	4
89028	Laughlin	laughlin	NV	003		35.1604	-114.7464	4
89029	Laughlin	laughlin	NV	003		35.1321	-114.6368	4
89030	North Las Vegas	north-las-vegas	NV	003		36.2115	-115.1241	4
89031	North Las Vegas	north-las-vegas	NV	003		36.2589	-115.1718	4
89032	North Las Vegas	north-las-vegas	NV	003		36.218	-115.1709	4
89033	North Las Vegas	north-las-vegas	NV	003		36.2845	-115.1345	4
89034	Mesquite	mesquite	NV	003		36.809	-114.0591	4
89036	North Las Vegas	north-las-vegas	NV	003		36.1989	-115.1175	4
89037	Coyote Springs	coyote-springs	NV	003		36.1579	-114.934	1
89039	Cal Nev Ari	cal-nev-ari	NV	003		35.2522	-114.8714	4
89040	Overton	overton	NV	003		36.5703	-114.4732	4
89046	Searchlight	searchlight	NV	003		35.5132	-114.8866	4
89052	Henderson	henderson	NV	003		35.9878	-115.1167	4
89053	Henderson	henderson	NV	003		35.9279	-114.9721	4
89054	Sloan	sloan	NV	003		35.935	-115.2058	4
89067	Moapa	moapa	NV	003		36.6591	-114.6656	4
89070	Indian Springs	indian-springs	NV	003		36.5697	-115.6706	4
89074	Henderson	henderson	NV	003		36.0384	-115.0857	4
89077	Henderson	henderson	NV	003		36.0397	-114.9819	4
89081	North Las Vegas	north-las-vegas	NV	003		36.2583	-115.1068	4
89084	North Las Vegas	north-las-vegas	NV	003		36.2815	-115.1482	4
89085	North Las Vegas	north-las-vegas	NV	003		36.3097	-115.1981	4
89086	North Las Vegas	north-las-vegas	NV	003		36.2809	-115.1349	4
89087	North Las Vegas	north-las-vegas	NV	003		36.2204	-115.1458	4
89101	Las Vegas	las-vegas	NV	003		36.1721	-115.1224	4
89102	Las Vegas	las-vegas	NV	003		36.1433	-115.2004	4
89103	Las Vegas	las-vegas	NV	003		36.1149	-115.2161	4
89104	Las Vegas	las-vegas	NV	003		36.152	-115.1092	4
89105	Las Vegas	las-vegas	NV	003		36.086	-115.1471	4
89106	Las Vegas	las-vegas	NV	003		36.1847	-115.1617	4
89107	Las Vegas	las-vegas	NV	003		36.1705	-115.2176	4
89108	Las Vegas	las-vegas	NV	003		36.2044	-115.2233	4
89109	Las Vegas	las-vegas	NV	003		36.126	-115.1454	4
89110	Las Vegas	las-vegas	NV	003		36.173	-115.0669	4
89111	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89112	Las Vegas	las-vegas	NV	003		36.1578	-115.0256	4
89113	Las Vegas	las-vegas	NV	003		36.0854	-115.2566	4
89114	Las Vegas	las-vegas	NV	003		36.0113	-115.1015	4
89115	Las Vegas	las-vegas	NV	003		36.2158	-115.0671	4
89116	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89117	Las Vegas	las-vegas	NV	003		36.1302	-115.2755	4
89118	Las Vegas	las-vegas	NV	003		36.0811	-115.2169	4
89119	Las Vegas	las-vegas	NV	003		36.1008	-115.1365	4
89120	Las Vegas	las-vegas	NV	003		36.0914	-115.0885	4
89121	Las Vegas	las-vegas	NV	003		36.1232	-115.0902	4
89122	Las Vegas	las-vegas	NV	003		36.1205	-115.0523	4
89123	Las Vegas	las-vegas	NV	003		36.0383	-115.1462	4
89124	Las Vegas	las-vegas	NV	003		36.4257	-115.4809	4
89125	Las Vegas	las-vegas	NV	003		36.2235	-115.2655	4
89126	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89127	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89128	Las Vegas	las-vegas	NV	003		36.1968	-115.2644	4
89129	Las Vegas	las-vegas	NV	003		36.245	-115.2743	4
89130	Las Vegas	las-vegas	NV	003		36.2471	-115.221	4
89131	Las Vegas	las-vegas	NV	003		36.2956	-115.2419	4
89132	Las Vegas	las-vegas	NV	003		36.019	-115.1519	4
89133	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89134	Las Vegas	las-vegas	NV	003		36.2092	-115.2941	4
89135	Las Vegas	las-vegas	NV	003		36.1378	-115.3261	4
89136	Las Vegas	las-vegas	NV	003		36.1753	-115.1364	4
89137	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89138	Las Vegas	las-vegas	NV	003		36.1666	-115.3613	4
89139	Las Vegas	las-vegas	NV	003		36.0129	-115.2118	4
89140	Las Vegas	las-vegas	NV	003		36.086	-115.1471	4
89141	Las Vegas	las-vegas	NV	003		36.0104	-115.2073	4
89142	Las Vegas	las-vegas	NV	003		36.148	-115.0404	4
89143	Las Vegas	las-vegas	NV	003		36.3223	-115.2932	4
89144	Las Vegas	las-vegas	NV	003		36.1781	-115.3183	4
89145	Las Vegas	las-vegas	NV	003		36.1693	-115.2828	4
89146	Las Vegas	las-vegas	NV	003		36.1424	-115.2242	4
89147	Las Vegas	las-vegas	NV	003		36.1128	-115.2801	4
89148	Las Vegas	las-vegas	NV	003		36.0588	-115.3104	4
89149	Las Vegas	las-vegas	NV	003		36.2765	-115.2885	4
89150	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89151	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89152	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89153	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89154	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89155	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89156	Las Vegas	las-vegas	NV	003		36.2034	-115.0364	4
89157	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89158	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89159	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89160	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89161	Las Vegas	las-vegas	NV	003		36.0004	-115.3639	4
89162	Las Vegas	las-vegas	NV	003		36.1725	-115.1414	4
89163	The Lakes	the-lakes	NV	003		36.175	-115.1372	1
89164	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89165	Las Vegas	las-vegas	NV	003		36.3302	-115.3257	4
89166	Las Vegas	las-vegas	NV	003		36.3265	-115.3398	4
89169	Las Vegas	las-vegas	NV	003		36.1234	-115.1429	4
89170	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89173	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89177	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89178	Las Vegas	las-vegas	NV	003		35.9977	-115.2861	4
89179	Las Vegas	las-vegas	NV	003		36.2542	-115.5269	4
89180	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89183	Las Vegas	las-vegas	NV	003		35.9959	-115.1576	4
89185	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89191	Nellis Afb	nellis-afb	NV	003		36.2395	-115.0257	1
89193	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89195	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89199	Las Vegas	las-vegas	NV	003		36.175	-115.1372	4
89410	Gardnerville	gardnerville	NV	005		38.8703	-119.6115	4
89411	Genoa	genoa	NV	005		39.0341	-119.8228	4
89413	Glenbrook	glenbrook	NV	005		39.0509	-119.9428	1
89423	Minden	minden	NV	005		39.0218	-119.7314	4
89448	Zephyr Cove	zephyr-cove	NV	005		39.0204	-119.9114	4
89449	Stateline	stateline	NV	005		38.9643	-119.9068	4
89460	Gardnerville	gardnerville	NV	005		38.9166	-119.7272	4
89705	Carson City	carson-city	NV	005		39.0554	-119.8059	4
89801	Elko	elko	NV	007		40.9056	-115.5344	4
89802	Elko	elko	NV	007		40.8324	-115.7631	4
89803	Elko	elko	NV	007		40.8324	-115.7631	4
89815	Spring Creek	spring-creek	NV	007		40.7519	-115.5956	4
89822	Carlin	carlin	NV	007		40.7172	-116.1082	4
89823	Deeth	deeth	NV	007		41.0655	-115.2748	4
89825	Jackpot	jackpot	NV	007		41.8882	-114.7233	4
89826	Jarbidge	jarbidge	NV	007		41.8873	-115.3813	4
89828	Lamoille	lamoille	NV	007		40.7505	-115.3631	4
89830	Montello	montello	NV	007		41.2613	-114.1942	4
89831	Mountain City	mountain-city	NV	007		41.8385	-115.9654	4
89832	Owyhee	owyhee	NV	007		41.9477	-116.0987	4
89833	Ruby Valley	ruby-valley	NV	007		40.3995	-115.2312	4
89834	Tuscarora	tuscarora	NV	007		41.3141	-116.2218	4
89835	Wells	wells	NV	007		41.1116	-114.9645	4
89883	West Wendover	west-wendover	NV	007		40.7391	-114.0733	4
89010	Dyer	dyer	NV	009		37.7776	-118.084	1
89013	Goldfield	goldfield	NV	009		37.7085	-117.2356	1
89047	Silverpeak	silverpeak	NV	009		37.7225	-117.7965	1
89316	Eureka	eureka	NV	011		39.5897	-115.9943	4
89821	Crescent Valley	crescent-valley	NV	011		40.4138	-116.5813	4
89404	Denio	denio	NV	013		41.9899	-118.6343	4
89414	Golconda	golconda	NV	013		40.9532	-117.4893	1
89421	Mc Dermitt	mc-dermitt	NV	013		41.9708	-117.6737	1
89425	Orovada	orovada	NV	013		41.6654	-117.9083	4
89426	Paradise Valley	paradise-valley	NV	013		41.5057	-117.5728	4
89438	Valmy	valmy	NV	013		40.7927	-117.1268	1
89445	Winnemucca	winnemucca	NV	013		40.9664	-117.7467	1
89446	Winnemucca	winnemucca	NV	013		41.0764	-117.7602	1
89310	Austin	austin	NV	015		39.508	-117.0811	1
89820	Battle Mountain	battle-mountain	NV	015		40.622	-116.9554	4
89001	Alamo	alamo	NV	017		37.3259	-115.308	4
89008	Caliente	caliente	NV	017		37.6128	-114.5097	4
89017	Hiko	hiko	NV	017		37.5926	-115.2262	4
89042	Panaca	panaca	NV	017		37.7905	-114.3894	4
89043	Pioche	pioche	NV	017		37.8981	-114.3968	4
89044	Henderson	henderson	NV	017		35.9025	-115.1789	1
89403	Dayton	dayton	NV	019		39.2806	-119.5287	4
89408	Fernley	fernley	NV	019		39.6019	-119.235	4
89428	Silver City	silver-city	NV	019		39.2652	-119.6388	4
89429	Silver Springs	silver-springs	NV	019		39.38	-119.2705	4
89430	Smith	smith	NV	019		38.7733	-119.3029	4
89444	Wellington	wellington	NV	019		38.8447	-119.3523	4
89447	Yerington	yerington	NV	019		38.9866	-119.1596	4
89415	Hawthorne	hawthorne	NV	021		38.5347	-118.6411	1
89420	Luning	luning	NV	021		38.5063	-118.1815	4
89422	Mina	mina	NV	021		38.387	-118.1096	4
89427	Schurz	schurz	NV	021		38.9575	-118.7756	4
89003	Beatty	beatty	NV	023		36.8199	-116.6094	4
89020	Amargosa Valley	amargosa-valley	NV	023		36.539	-116.5496	4
89022	Manhattan	manhattan	NV	023		38.5388	-117.0734	1
89023	Mercury	mercury	NV	023		36.6605	-115.9945	4
89041	Pahrump	pahrump	NV	023		36.2083	-115.9839	4
89045	Round Mountain	round-mountain	NV	023		38.711	-117.0676	1
89048	Pahrump	pahrump	NV	023		36.1661	-116.0038	4
89049	Tonopah	tonopah	NV	023		38.0672	-117.2301	1
89060	Pahrump	pahrump	NV	023		36.2645	-116.0393	4
89061	Pahrump	pahrump	NV	023		36.1184	-115.9407	4
89409	Gabbs	gabbs	NV	023		38.8688	-117.9221	4
89418	Imlay	imlay	NV	027		40.5484	-118.0344	4
89419	Lovelock	lovelock	NV	027		40.1819	-118.4689	4
89440	Virginia City	virginia-city	NV	029		39.2965	-119.6587	4
89402	Crystal Bay	crystal-bay	NV	031		39.226	-120.0041	4
89405	Empire	empire	NV	031		40.6132	-119.3485	4
89412	Gerlach	gerlach	NV	031		40.6525	-119.3565	1
89424	Nixon	nixon	NV	031		39.8272	-119.3605	4
89431	Sparks	sparks	NV	031		39.5473	-119.7556	4
89432	Sparks	sparks	NV	031		39.5349	-119.7527	4
89433	Sun Valley	sun-valley	NV	031		39.5955	-119.7754	4
89434	Sparks	sparks	NV	031		39.5502	-119.7178	4
89435	Sparks	sparks	NV	031		39.5349	-119.7527	4
89436	Sparks	sparks	NV	031		39.6269	-119.7081	4
89437	Sparks	sparks	NV	031		39.6269	-119.7081	4
89439	Verdi	verdi	NV	031		39.5165	-119.9833	4
89441	Sparks	sparks	NV	031		39.6582	-119.6954	4
89442	Wadsworth	wadsworth	NV	031		39.6481	-119.2918	4
89450	Incline Village	incline-village	NV	031		39.2564	-119.9464	4
89451	Incline Village	incline-village	NV	031		39.2564	-119.9521	4
89452	Incline Village	incline-village	NV	031		39.2591	-119.9566	4
89501	Reno	reno	NV	031		39.5268	-119.8113	4
89502	Reno	reno	NV	031		39.4972	-119.7764	4
89503	Reno	reno	NV	031		39.5354	-119.8374	4
89504	Reno	reno	NV	031		39.5296	-119.8138	4
89505	Reno	reno	NV	031		39.5224	-119.8353	4
89506	Reno	reno	NV	031		39.6412	-119.8735	4
89507	Reno	reno	NV	031		39.5423	-119.8164	4
89508	Reno	reno	NV	031		39.6781	-119.9383	4
89509	Reno	reno	NV	031		39.498	-119.8239	4
89510	Reno	reno	NV	031		39.7699	-119.6027	4
89511	Reno	reno	NV	031		39.4151	-119.7668	4
89512	Reno	reno	NV	031		39.5483	-119.7957	4
89513	Reno	reno	NV	031		39.53	-119.81	4
89515	Reno	reno	NV	031		39.5296	-119.8138	4
89519	Reno	reno	NV	031		39.4814	-119.8591	4
89520	Reno	reno	NV	031		39.5296	-119.8138	4
89521	Reno	reno	NV	031		39.3809	-119.6859	4
89523	Reno	reno	NV	031		39.5249	-119.9031	4
89533	Reno	reno	NV	031		39.5439	-119.9061	4
89555	Reno	reno	NV	031		39.5246	-119.8125	4
89557	Reno	reno	NV	031		39.5296	-119.8138	4
89570	Reno	reno	NV	031		39.5296	-119.8138	4
89595	Reno	reno	NV	031		39.5296	-119.8138	4
89599	Reno	reno	NV	031		39.5296	-119.8138	4
89704	Washoe Valley	washoe-valley	NV	031		39.2669	-119.8174	1
89301	Ely	ely	NV	033		39.2474	-114.8886	4
89311	Baker	baker	NV	033		38.9559	-114.2438	4
89314	Duckwater	duckwater	NV	033		38.9324	-115.7145	4
89315	Ely	ely	NV	033		39.3326	-114.8245	4
89317	Lund	lund	NV	033		38.8641	-115.0069	4
89318	Mc Gill	mc-gill	NV	033		39.4034	-114.7791	1
89319	Ruth	ruth	NV	033		39.2783	-114.9892	4
89701	Carson City	carson-city	NV	510		39.1507	-119.7459	4
89702	Carson City	carson-city	NV	510		39.1355	-119.7588	4
89703	Carson City	carson-city	NV	510		39.1704	-119.7782	4
89706	Carson City	carson-city	NV	510		39.2025	-119.7526	4
89711	Carson City	carson-city	NV	510		39.1678	-119.7764	4
89712	Carson City	carson-city	NV	510		39.1678	-119.7764	4
89713	Carson City	carson-city	NV	510		39.1678	-119.7764	4
89714	Carson City	carson-city	NV	510		39.1678	-119.7764	4
89721	Carson City	carson-city	NV	510		39.1678	-119.7764	4
12007	Alcove	alcove	NY	001		42.4561	-73.9277	4
12009	Altamont	altamont	NY	001		42.7063	-74.0193	4
12023	Berne	berne	NY	001		42.6108	-74.1466	4
12041	Clarksville	clarksville	NY	001		42.5759	-73.964	4
12045	Coeymans	coeymans	NY	001		42.4757	-73.7977	4
12046	Coeymans Hollow	coeymans-hollow	NY	001		42.4865	-73.9206	4
12047	Cohoes	cohoes	NY	001		42.7754	-73.7124	4
12054	Delmar	delmar	NY	001		42.6158	-73.8373	4
12055	Dormansville	dormansville	NY	001		42.6149	-73.9708	4
12059	East Berne	east-berne	NY	001		42.6191	-74.0555	4
12067	Feura Bush	feura-bush	NY	001		42.555	-73.9237	4
12077	Glenmont	glenmont	NY	001		42.5971	-73.7959	4
12084	Guilderland	guilderland	NY	001		42.6973	-73.8975	4
12085	Guilderland Center	guilderland-center	NY	001		42.702	-73.9662	4
12107	Knox	knox	NY	001		42.66	-74.1168	4
12110	Latham	latham	NY	001		42.7462	-73.763	4
12120	Medusa	medusa	NY	001		42.4515	-74.1315	4
12128	Newtonville	newtonville	NY	001		42.725	-73.7643	4
12143	Ravena	ravena	NY	001		42.4754	-73.822	4
12147	Rensselaerville	rensselaerville	NY	001		42.5133	-74.1474	4
12158	Selkirk	selkirk	NY	001		42.5486	-73.8129	4
12159	Slingerlands	slingerlands	NY	001		42.6485	-73.8711	4
12161	South Bethlehem	south-bethlehem	NY	001		42.5317	-73.8473	4
12183	Troy	troy	NY	001		42.746	-73.6943	4
12186	Voorheesville	voorheesville	NY	001		42.6431	-73.9448	4
12189	Watervliet	watervliet	NY	001		42.7298	-73.7123	4
12193	Westerlo	westerlo	NY	001		42.5156	-74.0394	4
12201	Albany	albany	NY	001		42.6526	-73.7562	4
12202	Albany	albany	NY	001		42.6413	-73.7641	4
12203	Albany	albany	NY	001		42.7003	-73.8575	4
12204	Albany	albany	NY	001		42.6847	-73.7354	4
12205	Albany	albany	NY	001		42.7198	-73.8207	4
12206	Albany	albany	NY	001		42.6683	-73.7744	4
12207	Albany	albany	NY	001		42.6526	-73.7562	4
12208	Albany	albany	NY	001		42.656	-73.7964	4
12209	Albany	albany	NY	001		42.6417	-73.7854	4
12210	Albany	albany	NY	001		42.6568	-73.7605	4
12211	Albany	albany	NY	001		42.713	-73.7739	4
12212	Albany	albany	NY	001		42.7168	-73.8104	4
12214	Albany	albany	NY	001		42.6526	-73.7562	4
12220	Albany	albany	NY	001		42.6526	-73.7562	4
12222	Albany	albany	NY	001		42.6853	-73.8253	4
12223	Albany	albany	NY	001		42.6526	-73.7562	4
12224	Albany	albany	NY	001		42.6526	-73.7562	4
12225	Albany	albany	NY	001		42.6526	-73.7562	4
12226	Albany	albany	NY	001		42.6526	-73.7562	4
12227	Albany	albany	NY	001		42.6526	-73.7562	4
12228	Albany	albany	NY	001		42.6526	-73.7562	4
12229	Albany	albany	NY	001		42.6526	-73.7562	4
12230	Albany	albany	NY	001		42.6526	-73.7562	4
12231	Albany	albany	NY	001		42.6526	-73.7562	4
12232	Albany	albany	NY	001		42.6526	-73.7562	4
12233	Albany	albany	NY	001		42.6526	-73.7562	4
12234	Albany	albany	NY	001		42.6526	-73.7562	4
12235	Albany	albany	NY	001		42.6526	-73.7562	4
12236	Albany	albany	NY	001		42.6526	-73.7562	4
12237	Albany	albany	NY	001		42.6526	-73.7562	4
12238	Albany	albany	NY	001		42.6526	-73.7562	4
12239	Albany	albany	NY	001		42.6526	-73.7562	4
12240	Albany	albany	NY	001		42.6526	-73.7562	4
12241	Albany	albany	NY	001		42.6526	-73.7562	4
12242	Albany	albany	NY	001		42.6526	-73.7562	4
12243	Albany	albany	NY	001		42.6526	-73.7562	4
12244	Albany	albany	NY	001		42.6526	-73.7562	4
12245	Albany	albany	NY	001		42.6526	-73.7562	4
12246	Albany	albany	NY	001		42.6471	-73.7503	4
12247	Albany	albany	NY	001		42.6526	-73.7562	4
12248	Albany	albany	NY	001		42.6526	-73.7562	4
12249	Albany	albany	NY	001		42.6526	-73.7562	4
12250	Albany	albany	NY	001		42.6526	-73.7562	4
12252	Albany	albany	NY	001		42.6526	-73.7562	4
12255	Albany	albany	NY	001		42.6526	-73.7562	4
12256	Albany	albany	NY	001		42.6526	-73.7562	4
12257	Albany	albany	NY	001		42.6526	-73.7562	4
12260	Albany	albany	NY	001		42.6526	-73.7562	4
12261	Albany	albany	NY	001		42.6526	-73.7562	4
12288	Albany	albany	NY	001		42.6526	-73.7562	4
12469	Preston Hollow	preston-hollow	NY	001		42.4563	-74.242	4
14029	Centerville	centerville	NY	003		42.4743	-78.2474	4
14707	Allentown	allentown	NY	003		42.0737	-78.0594	4
14708	Alma	alma	NY	003		42.0126	-78.0578	4
14709	Angelica	angelica	NY	003		42.3263	-77.9947	4
14711	Belfast	belfast	NY	003		42.32	-78.0943	4
14714	Black Creek	black-creek	NY	003		42.2855	-78.2312	4
14715	Bolivar	bolivar	NY	003		42.0704	-78.1448	4
14717	Caneadea	caneadea	NY	003		42.364	-78.184	4
14721	Ceres	ceres	NY	003		42.0137	-78.2648	4
14727	Cuba	cuba	NY	003		42.1882	-78.2751	4
14735	Fillmore	fillmore	NY	003		42.4508	-78.1043	4
14739	Friendship	friendship	NY	003		42.1907	-78.1359	4
14744	Houghton	houghton	NY	003		42.4228	-78.2063	4
14745	Hume	hume	NY	003		42.4777	-78.1403	4
14754	Little Genesee	little-genesee	NY	003		42.0319	-78.2097	4
14774	Richburg	richburg	NY	003		42.0884	-78.1533	4
14777	Rushford	rushford	NY	003		42.3923	-78.2536	4
14786	West Clarksville	west-clarksville	NY	003		42.1227	-78.2213	4
14802	Alfred	alfred	NY	003		42.2534	-77.7893	4
14803	Alfred Station	alfred-station	NY	003		42.2558	-77.7781	4
14804	Almond	almond	NY	003		42.316	-77.778	4
14806	Andover	andover	NY	003		42.1575	-77.792	4
14813	Belmont	belmont	NY	003		42.2334	-78.011	4
14822	Canaseraga	canaseraga	NY	003		42.4585	-77.7954	4
14880	Scio	scio	NY	003		42.1697	-77.99	4
14884	Swain	swain	NY	003		42.4773	-77.889	4
14895	Wellsville	wellsville	NY	003		42.1108	-77.9419	4
14897	Whitesville	whitesville	NY	003		42.0456	-77.8106	4
10451	Bronx	bronx	NY	005		40.8222	-73.9217	4
10452	Bronx	bronx	NY	005		40.8376	-73.9216	4
10453	Bronx	bronx	NY	005		40.852	-73.9129	4
10454	Bronx	bronx	NY	005		40.8085	-73.9198	4
10455	Bronx	bronx	NY	005		40.8153	-73.9072	4
10456	Bronx	bronx	NY	005		40.8316	-73.9099	4
10457	Bronx	bronx	NY	005		40.8486	-73.8999	4
10458	Bronx	bronx	NY	005		40.8633	-73.8895	4
10459	Bronx	bronx	NY	005		40.8247	-73.894	4
10460	Bronx	bronx	NY	005		40.8409	-73.8794	4
10461	Bronx	bronx	NY	005		40.8465	-73.841	4
10462	Bronx	bronx	NY	005		40.8434	-73.8602	4
10463	Bronx	bronx	NY	005		40.8798	-73.9067	4
10464	Bronx	bronx	NY	005		40.8469	-73.7874	4
10465	Bronx	bronx	NY	005		40.8261	-73.8196	4
10466	Bronx	bronx	NY	005		40.8904	-73.8503	4
10467	Bronx	bronx	NY	005		40.8737	-73.8712	4
10468	Bronx	bronx	NY	005		40.8662	-73.9003	4
10469	Bronx	bronx	NY	005		40.8702	-73.8495	4
10470	Bronx	bronx	NY	005		40.9	-73.8622	4
10471	Bronx	bronx	NY	005		40.9011	-73.9053	4
10472	Bronx	bronx	NY	005		40.8295	-73.8716	4
10473	Bronx	bronx	NY	005		40.8194	-73.8606	4
10474	Bronx	bronx	NY	005		40.8139	-73.8841	4
10475	Bronx	bronx	NY	005		40.8729	-73.8278	4
13737	Bible School Park	bible-school-park	NY	007		42.0805	-76.0973	1
13744	Castle Creek	castle-creek	NY	007		42.2568	-75.9087	4
13745	Chenango Bridge	chenango-bridge	NY	007		42.1738	-75.8728	4
13746	Chenango Forks	chenango-forks	NY	007		42.2778	-75.8462	4
13748	Conklin	conklin	NY	007		42.0454	-75.8076	4
13749	Corbettsville	corbettsville	NY	007		42.0156	-75.7905	4
13754	Deposit	deposit	NY	007		42.0666	-75.4287	4
13760	Endicott	endicott	NY	007		42.1506	-76.0551	4
13761	Endicott	endicott	NY	007		42.0984	-76.0494	4
13762	Endwell	endwell	NY	007		42.1129	-76.021	4
13763	Endicott	endicott	NY	007		42.0984	-76.0494	4
13777	Glen Aubrey	glen-aubrey	NY	007		42.2573	-75.9805	4
13787	Harpursville	harpursville	NY	007		42.1823	-75.6545	4
13790	Johnson City	johnson-city	NY	007		42.1267	-75.9685	4
13794	Killawog	killawog	NY	007		42.4006	-76.0208	4
13795	Kirkwood	kirkwood	NY	007		42.0695	-75.7967	4
13797	Lisle	lisle	NY	007		42.3409	-76.0302	4
13802	Maine	maine	NY	007		42.2538	-76.0464	4
13813	Nineveh	nineveh	NY	007		42.1625	-75.5484	4
13826	Ouaquaga	ouaquaga	NY	007		42.1262	-75.6471	4
13833	Port Crane	port-crane	NY	007		42.1958	-75.7591	4
13848	Tunnel	tunnel	NY	007		42.2147	-75.7277	4
13850	Vestal	vestal	NY	007		42.0771	-76.0118	4
13851	Vestal	vestal	NY	007		42.0851	-76.0538	4
13862	Whitney Point	whitney-point	NY	007		42.3384	-75.9522	4
13865	Windsor	windsor	NY	007		42.0759	-75.6405	4
13901	Binghamton	binghamton	NY	007		42.1463	-75.8865	4
13902	Binghamton	binghamton	NY	007		42.1054	-75.8876	4
13903	Binghamton	binghamton	NY	007		42.0811	-75.8977	4
13904	Binghamton	binghamton	NY	007		42.1171	-75.8653	4
13905	Binghamton	binghamton	NY	007		42.1151	-75.9309	4
14041	Dayton	dayton	NY	009		42.4086	-78.9844	4
14042	Delevan	delevan	NY	009		42.4926	-78.4793	4
14060	Farmersville Station	farmersville-station	NY	009		42.4276	-78.3608	4
14065	Freedom	freedom	NY	009		42.4897	-78.3501	4
14070	Gowanda	gowanda	NY	009		42.4712	-78.9339	4
14101	Machias	machias	NY	009		42.4083	-78.5059	4
14129	Perrysburg	perrysburg	NY	009		42.4723	-78.9981	4
14133	Sandusky	sandusky	NY	009		42.4891	-78.367	4
14138	South Dayton	south-dayton	NY	009		42.3718	-79.0501	4
14168	Versailles	versailles	NY	009		42.5189	-78.9959	4
14171	West Valley	west-valley	NY	009		42.4315	-78.628	4
14173	Yorkshire	yorkshire	NY	009		42.5247	-78.4755	4
14706	Allegany	allegany	NY	009		42.0918	-78.4999	4
14719	Cattaraugus	cattaraugus	NY	009		42.3333	-78.8885	4
14726	Conewango Valley	conewango-valley	NY	009		42.2625	-79.022	4
14729	East Otto	east-otto	NY	009		42.3971	-78.7432	4
14730	East Randolph	east-randolph	NY	009		42.1747	-78.9473	4
14731	Ellicottville	ellicottville	NY	009		42.2959	-78.6606	4
14737	Franklinville	franklinville	NY	009		42.3388	-78.44	4
14741	Great Valley	great-valley	NY	009		42.2083	-78.6208	4
14743	Hinsdale	hinsdale	NY	009		42.1979	-78.4159	4
14748	Kill Buck	kill-buck	NY	009		42.145	-78.6466	4
14751	Leon	leon	NY	009		42.2983	-79.0062	4
14753	Limestone	limestone	NY	009		42.0639	-78.632	4
14755	Little Valley	little-valley	NY	009		42.2541	-78.8093	4
14760	Olean	olean	NY	009		42.0821	-78.426	4
14766	Otto	otto	NY	009		42.3575	-78.8073	4
14770	Portville	portville	NY	009		42.0273	-78.3314	4
14772	Randolph	randolph	NY	009		42.1631	-78.96	4
14778	Saint Bonaventure	saint-bonaventure	NY	009		42.0803	-78.475	4
14779	Salamanca	salamanca	NY	009		42.1604	-78.7304	4
14783	Steamburg	steamburg	NY	009		42.082	-78.9177	4
14788	Westons Mills	westons-mills	NY	009		42.0621	-78.378	4
13021	Auburn	auburn	NY	011		42.93	-76.5626	4
13022	Auburn	auburn	NY	011		42.9317	-76.5661	4
13024	Auburn	auburn	NY	011		42.9317	-76.5661	4
13026	Aurora	aurora	NY	011		42.7472	-76.6775	4
13033	Cato	cato	NY	011		43.1794	-76.5648	4
13034	Cayuga	cayuga	NY	011		42.9142	-76.7024	4
13071	Genoa	genoa	NY	011		42.6746	-76.5418	4
13081	King Ferry	king-ferry	NY	011		42.6635	-76.6216	4
13092	Locke	locke	NY	011		42.6558	-76.4154	4
13111	Martville	martville	NY	011		43.2661	-76.6289	4
13113	Meridian	meridian	NY	011		43.1656	-76.5369	4
13117	Montezuma	montezuma	NY	011		43.0101	-76.7033	4
13118	Moravia	moravia	NY	011		42.7355	-76.399	4
13139	Poplar Ridge	poplar-ridge	NY	011		42.7421	-76.6285	4
13140	Port Byron	port-byron	NY	011		43.0427	-76.6449	4
13147	Scipio Center	scipio-center	NY	011		42.7708	-76.5862	4
13156	Sterling	sterling	NY	011		43.3296	-76.6747	4
13160	Union Springs	union-springs	NY	011		42.8335	-76.674	4
13166	Weedsport	weedsport	NY	011		43.0489	-76.5425	4
14048	Dunkirk	dunkirk	NY	013		42.4877	-79.3283	4
14062	Forestville	forestville	NY	013		42.4482	-79.1607	4
14063	Fredonia	fredonia	NY	013		42.4333	-79.3339	4
14081	Irving	irving	NY	013		42.5739	-79.0596	4
14135	Sheridan	sheridan	NY	013		42.489	-79.239	4
14136	Silver Creek	silver-creek	NY	013		42.5357	-79.1628	4
14166	Van Buren Point	van-buren-point	NY	013		42.4511	-79.4154	4
14701	Jamestown	jamestown	NY	013		42.0928	-79.244	4
14702	Jamestown	jamestown	NY	013		42.097	-79.2353	4
14710	Ashville	ashville	NY	013		42.1084	-79.4056	4
14712	Bemus Point	bemus-point	NY	013		42.1513	-79.3581	4
14716	Brocton	brocton	NY	013		42.394	-79.4344	4
14718	Cassadaga	cassadaga	NY	013		42.3504	-79.2993	4
14720	Celoron	celoron	NY	013		42.1095	-79.2831	4
14722	Chautauqua	chautauqua	NY	013		42.2098	-79.4667	4
14723	Cherry Creek	cherry-creek	NY	013		42.3127	-79.1203	4
14724	Clymer	clymer	NY	013		42.0557	-79.6685	4
14728	Dewittville	dewittville	NY	013		42.2394	-79.4193	4
14732	Ellington	ellington	NY	013		42.2291	-79.1135	4
14733	Falconer	falconer	NY	013		42.1239	-79.1895	4
14736	Findley Lake	findley-lake	NY	013		42.1204	-79.7349	4
14738	Frewsburg	frewsburg	NY	013		42.0528	-79.1318	4
14740	Gerry	gerry	NY	013		42.2147	-79.1649	4
14742	Greenhurst	greenhurst	NY	013		42.1205	-79.3096	4
14747	Kennedy	kennedy	NY	013		42.1508	-79.0964	4
14750	Lakewood	lakewood	NY	013		42.0973	-79.3291	4
14752	Lily Dale	lily-dale	NY	013		42.3524	-79.3235	4
14756	Maple Springs	maple-springs	NY	013		42.1967	-79.4239	4
14757	Mayville	mayville	NY	013		42.2409	-79.4963	4
14758	Niobe	niobe	NY	013		42.0126	-79.4495	4
14767	Panama	panama	NY	013		42.057	-79.4815	4
14769	Portland	portland	NY	013		42.3858	-79.4589	4
14775	Ripley	ripley	NY	013		42.2482	-79.7121	4
14781	Sherman	sherman	NY	013		42.1631	-79.5857	4
14782	Sinclairville	sinclairville	NY	013		42.2455	-79.2673	4
14784	Stockton	stockton	NY	013		42.3182	-79.3758	4
14785	Stow	stow	NY	013		42.1557	-79.4122	4
14787	Westfield	westfield	NY	013		42.322	-79.5726	4
14814	Big Flats	big-flats	NY	015		42.1455	-76.9527	4
14816	Breesport	breesport	NY	015		42.1939	-76.7361	4
14825	Chemung	chemung	NY	015		42.0392	-76.6202	4
14838	Erin	erin	NY	015		42.1859	-76.6819	4
14845	Horseheads	horseheads	NY	015		42.1805	-76.8345	4
14861	Lowman	lowman	NY	015		42.0694	-76.693	4
14864	Millport	millport	NY	015		42.2581	-76.8392	4
14871	Pine City	pine-city	NY	015		42.0419	-76.8815	4
14872	Pine Valley	pine-valley	NY	015		42.2348	-76.8652	4
14889	Van Etten	van-etten	NY	015		42.2085	-76.5717	4
14894	Wellsburg	wellsburg	NY	015		42.0273	-76.7723	4
14901	Elmira	elmira	NY	015		42.1008	-76.812	4
14902	Elmira	elmira	NY	015		42.1473	-76.7509	4
14903	Elmira	elmira	NY	015		42.1198	-76.8877	4
14904	Elmira	elmira	NY	015		42.0729	-76.8037	4
14905	Elmira	elmira	NY	015		42.0869	-76.8397	4
13124	North Pitcher	north-pitcher	NY	017		42.6372	-75.8164	4
13136	Pitcher	pitcher	NY	017		42.5969	-75.8465	4
13155	South Otselic	south-otselic	NY	017		42.6626	-75.7669	4
13332	Earlville	earlville	NY	017		42.7197	-75.5589	4
13411	New Berlin	new-berlin	NY	017		42.6224	-75.3474	4
13460	Sherburne	sherburne	NY	017		42.6859	-75.483	4
13464	Smyrna	smyrna	NY	017		42.6896	-75.6121	4
13730	Afton	afton	NY	017		42.2417	-75.5366	4
13733	Bainbridge	bainbridge	NY	017		42.312	-75.4894	4
13758	East Pharsalia	east-pharsalia	NY	017		42.5835	-75.7219	4
13778	Greene	greene	NY	017		42.3401	-75.7342	4
13780	Guilford	guilford	NY	017		42.4269	-75.4823	4
13801	Mc Donough	mc-donough	NY	017		42.5068	-75.7623	1
13809	Mount Upton	mount-upton	NY	017		42.4081	-75.4003	4
13814	North Norwich	north-norwich	NY	017		42.6036	-75.5282	4
13815	Norwich	norwich	NY	017		42.5414	-75.5274	4
13830	Oxford	oxford	NY	017		42.4379	-75.5673	4
13832	Plymouth	plymouth	NY	017		42.6336	-75.6172	4
13841	Smithville Flats	smithville-flats	NY	017		42.3989	-75.8237	4
13843	South New Berlin	south-new-berlin	NY	017		42.5295	-75.3852	4
13844	South Plymouth	south-plymouth	NY	017		42.6053	-75.633	4
12901	Plattsburgh	plattsburgh	NY	019		44.6927	-73.466	4
12903	Plattsburgh	plattsburgh	NY	019		44.6854	-73.4474	4
12910	Altona	altona	NY	019		44.8816	-73.6408	4
12911	Keeseville	keeseville	NY	019		44.505	-73.4801	4
12912	Au Sable Forks	au-sable-forks	NY	019		44.4499	-73.6857	4
12918	Cadyville	cadyville	NY	019		44.6862	-73.6702	4
12919	Champlain	champlain	NY	019		44.9773	-73.4466	4
12921	Chazy	chazy	NY	019		44.8884	-73.4501	4
12923	Churubusco	churubusco	NY	019		44.9432	-73.9355	4
12924	Keeseville	keeseville	NY	019		44.4777	-73.5843	4
12929	Dannemora	dannemora	NY	019		44.72	-73.7192	4
12933	Ellenburg	ellenburg	NY	019		44.8939	-73.8365	4
12934	Ellenburg Center	ellenburg-center	NY	019		44.8444	-73.8685	4
12935	Ellenburg Depot	ellenburg-depot	NY	019		44.9163	-73.7876	4
12952	Lyon Mountain	lyon-mountain	NY	019		44.7255	-73.9195	4
12955	Lyon Mountain	lyon-mountain	NY	019		44.8043	-73.973	4
12958	Mooers	mooers	NY	019		44.9592	-73.5834	4
12959	Mooers Forks	mooers-forks	NY	019		44.9602	-73.673	4
12962	Morrisonville	morrisonville	NY	019		44.6894	-73.5772	4
12972	Peru	peru	NY	019		44.5851	-73.5293	4
12978	Redford	redford	NY	019		44.6164	-73.8087	4
12979	Rouses Point	rouses-point	NY	019		44.9884	-73.3691	4
12981	Saranac	saranac	NY	019		44.7032	-73.7481	4
12985	Schuyler Falls	schuyler-falls	NY	019		44.6287	-73.5579	4
12992	West Chazy	west-chazy	NY	019		44.797	-73.5112	4
12017	Austerlitz	austerlitz	NY	021		42.3223	-73.455	4
12029	Canaan	canaan	NY	021		42.4132	-73.4159	4
12037	Chatham	chatham	NY	021		42.3496	-73.5873	4
12050	Columbiaville	columbiaville	NY	021		42.3172	-73.7486	4
12060	East Chatham	east-chatham	NY	021		42.433	-73.4903	4
12075	Ghent	ghent	NY	021		42.3036	-73.6486	4
12106	Kinderhook	kinderhook	NY	021		42.3767	-73.7183	4
12115	Malden Bridge	malden-bridge	NY	021		42.4725	-73.5807	4
12125	New Lebanon	new-lebanon	NY	021		42.4759	-73.3773	4
12130	Niverville	niverville	NY	021		42.44	-73.6663	4
12132	North Chatham	north-chatham	NY	021		42.4705	-73.63	4
12136	Old Chatham	old-chatham	NY	021		42.4357	-73.5545	4
12165	Spencertown	spencertown	NY	021		42.3091	-73.5008	4
12172	Stottville	stottville	NY	021		42.2857	-73.7335	4
12173	Stuyvesant	stuyvesant	NY	021		42.3596	-73.7613	4
12174	Stuyvesant Falls	stuyvesant-falls	NY	021		42.344	-73.7348	4
12184	Valatie	valatie	NY	021		42.4321	-73.6683	4
12195	West Lebanon	west-lebanon	NY	021		42.4862	-73.4662	4
12502	Ancram	ancram	NY	021		42.0851	-73.6424	4
12503	Ancramdale	ancramdale	NY	021		42.0381	-73.5819	4
12513	Claverack	claverack	NY	021		42.2251	-73.7346	4
12516	Copake	copake	NY	021		42.1113	-73.5526	4
12517	Copake Falls	copake-falls	NY	021		42.1367	-73.5108	4
12521	Craryville	craryville	NY	021		42.176	-73.6571	4
12523	Elizaville	elizaville	NY	021		42.0902	-73.7818	4
12526	Germantown	germantown	NY	021		42.1219	-73.8625	4
12529	Hillsdale	hillsdale	NY	021		42.1868	-73.5483	4
12530	Hollowville	hollowville	NY	021		42.2054	-73.6912	4
12534	Hudson	hudson	NY	021		42.247	-73.7552	4
12541	Livingston	livingston	NY	021		42.1421	-73.7574	4
12544	Mellenville	mellenville	NY	021		42.2596	-73.668	4
12565	Philmont	philmont	NY	021		42.2485	-73.6463	4
13040	Cincinnatus	cincinnatus	NY	023		42.5385	-75.903	4
13045	Cortland	cortland	NY	023		42.5952	-76.1857	4
13056	East Homer	east-homer	NY	023		42.6772	-76.1052	4
13077	Homer	homer	NY	023		42.6726	-76.1878	4
13087	Little York	little-york	NY	023		42.707	-76.1561	4
13101	Mc Graw	mc-graw	NY	023		42.5948	-76.082	1
13141	Preble	preble	NY	023		42.795	-76.2141	4
13158	Truxton	truxton	NY	023		42.7085	-76.0189	4
13738	Blodgett Mills	blodgett-mills	NY	023		42.5673	-76.1238	4
13784	Harford	harford	NY	023		42.4262	-76.2266	4
13803	Marathon	marathon	NY	023		42.4527	-76.0395	4
13863	Willet	willet	NY	023		42.452	-75.9014	4
12167	Stamford	stamford	NY	025		42.4174	-74.6098	4
12406	Arkville	arkville	NY	025		42.1417	-74.5721	4
12421	Denver	denver	NY	025		42.2522	-74.5407	4
12430	Fleischmanns	fleischmanns	NY	025		42.1772	-74.5473	4
12434	Grand Gorge	grand-gorge	NY	025		42.362	-74.494	4
12438	Halcottsville	halcottsville	NY	025		42.2079	-74.6012	4
12455	Margaretville	margaretville	NY	025		42.1852	-74.6178	4
12459	New Kingston	new-kingston	NY	025		42.2094	-74.6837	4
12474	Roxbury	roxbury	NY	025		42.2957	-74.5631	4
13731	Andes	andes	NY	025		42.1569	-74.7887	4
13739	Bloomville	bloomville	NY	025		42.3522	-74.8071	4
13740	Bovina Center	bovina-center	NY	025		42.2709	-74.7661	4
13750	Davenport	davenport	NY	025		42.4711	-74.8357	4
13751	Davenport Center	davenport-center	NY	025		42.4508	-74.9013	4
13752	Delancey	delancey	NY	025		42.2884	-75.1051	1
13753	Delhi	delhi	NY	025		42.2937	-74.9207	4
13755	Downsville	downsville	NY	025		42.0716	-75.0152	4
13756	East Branch	east-branch	NY	025		42.0039	-75.1226	4
13757	East Meredith	east-meredith	NY	025		42.4101	-74.8987	4
13774	Fishs Eddy	fishs-eddy	NY	025		41.9654	-75.1594	4
13775	Franklin	franklin	NY	025		42.3421	-75.1485	4
13782	Hamden	hamden	NY	025		42.1787	-74.9984	4
13783	Hancock	hancock	NY	025		41.9914	-75.2647	4
13786	Harpersfield	harpersfield	NY	025		42.4499	-74.6871	4
13788	Hobart	hobart	NY	025		42.3594	-74.6759	4
13804	Masonville	masonville	NY	025		42.2102	-75.3739	4
13806	Meridale	meridale	NY	025		42.3734	-74.965	4
13838	Sidney	sidney	NY	025		42.3074	-75.3908	4
13839	Sidney Center	sidney-center	NY	025		42.2441	-75.2871	4
13842	South Kortright	south-kortright	NY	025		42.377	-74.7259	4
13846	Treadwell	treadwell	NY	025		42.363	-75.0588	4
13847	Trout Creek	trout-creek	NY	025		42.2037	-75.2793	4
13856	Walton	walton	NY	025		42.1756	-75.1532	4
13860	West Davenport	west-davenport	NY	025		42.4459	-74.9632	4
12501	Amenia	amenia	NY	027		41.8447	-73.5542	4
12504	Annandale On Hudson	annandale-on-hudson	NY	027		42.0129	-73.9082	4
12506	Bangall	bangall	NY	027		41.8756	-73.6912	4
12507	Barrytown	barrytown	NY	027		42.0005	-73.9199	4
12508	Beacon	beacon	NY	027		41.5097	-73.9634	4
12510	Billings	billings	NY	027		41.6712	-73.7632	4
12511	Castle Point	castle-point	NY	027		41.5462	-73.9596	4
12512	Chelsea	chelsea	NY	027		41.5528	-73.9682	4
12514	Clinton Corners	clinton-corners	NY	027		41.8693	-73.7659	4
12522	Dover Plains	dover-plains	NY	027		41.7351	-73.587	4
12524	Fishkill	fishkill	NY	027		41.5404	-73.8979	4
12527	Glenham	glenham	NY	027		41.5202	-73.9333	4
12531	Holmes	holmes	NY	027		41.5325	-73.6628	4
12533	Hopewell Junction	hopewell-junction	NY	027		41.5603	-73.7939	4
12537	Hughsonville	hughsonville	NY	027		41.5824	-73.9363	4
12538	Hyde Park	hyde-park	NY	027		41.7887	-73.9063	4
12540	Lagrangeville	lagrangeville	NY	027		41.6615	-73.745	4
12545	Millbrook	millbrook	NY	027		41.7803	-73.6885	4
12546	Millerton	millerton	NY	027		41.9536	-73.5287	4
12564	Pawling	pawling	NY	027		41.5749	-73.5948	4
12567	Pine Plains	pine-plains	NY	027		41.9896	-73.6602	4
12569	Pleasant Valley	pleasant-valley	NY	027		41.747	-73.8143	4
12570	Poughquag	poughquag	NY	027		41.6194	-73.6783	4
12571	Red Hook	red-hook	NY	027		42.0064	-73.8546	4
12572	Rhinebeck	rhinebeck	NY	027		41.9272	-73.8888	4
12574	Rhinecliff	rhinecliff	NY	027		41.9151	-73.9517	4
12578	Salt Point	salt-point	NY	027		41.805	-73.8013	4
12580	Staatsburg	staatsburg	NY	027		41.8502	-73.8988	4
12581	Stanfordville	stanfordville	NY	027		41.8877	-73.6945	4
12582	Stormville	stormville	NY	027		41.5512	-73.7255	4
12583	Tivoli	tivoli	NY	027		42.0579	-73.9025	4
12585	Verbank	verbank	NY	027		41.7227	-73.7184	4
12590	Wappingers Falls	wappingers-falls	NY	027		41.595	-73.8876	4
12592	Wassaic	wassaic	NY	027		41.7759	-73.5544	4
12594	Wingdale	wingdale	NY	027		41.6538	-73.5556	4
12601	Poughkeepsie	poughkeepsie	NY	027		41.7035	-73.9117	4
12602	Poughkeepsie	poughkeepsie	NY	027		41.7599	-73.7437	4
12603	Poughkeepsie	poughkeepsie	NY	027		41.6907	-73.8621	4
12604	Poughkeepsie	poughkeepsie	NY	027		41.7599	-73.7437	4
14001	Akron	akron	NY	029		43.0249	-78.5084	4
14004	Alden	alden	NY	029		42.8984	-78.5257	4
14006	Angola	angola	NY	029		42.6366	-79.0497	4
14010	Athol Springs	athol-springs	NY	029		42.7684	-78.8871	4
14025	Boston	boston	NY	029		42.6314	-78.7391	4
14026	Bowmansville	bowmansville	NY	029		42.941	-78.688	4
14027	Brant	brant	NY	029		42.5707	-79.0308	4
14030	Chaffee	chaffee	NY	029		42.5605	-78.5025	4
14031	Clarence	clarence	NY	029		42.981	-78.6162	4
14032	Clarence Center	clarence-center	NY	029		43.0362	-78.639	4
14033	Colden	colden	NY	029		42.6551	-78.6921	4
14034	Collins	collins	NY	029		42.5001	-78.893	4
14035	Collins Center	collins-center	NY	029		42.4906	-78.8499	4
14038	Crittenden	crittenden	NY	029		42.9473	-78.4744	4
14043	Depew	depew	NY	029		42.905	-78.7041	4
14047	Derby	derby	NY	029		42.6974	-78.9834	4
14051	East Amherst	east-amherst	NY	029		43.0429	-78.6988	4
14052	East Aurora	east-aurora	NY	029		42.7701	-78.602	4
14055	East Concord	east-concord	NY	029		42.5466	-78.611	4
14057	Eden	eden	NY	029		42.6506	-78.8781	4
14059	Elma	elma	NY	029		42.834	-78.6343	4
14061	Farnham	farnham	NY	029		42.5946	-79.084	4
14068	Getzville	getzville	NY	029		43.024	-78.7532	4
14069	Glenwood	glenwood	NY	029		42.6001	-78.6386	4
14072	Grand Island	grand-island	NY	029		43.0183	-78.9591	4
14075	Hamburg	hamburg	NY	029		42.7334	-78.8389	4
14080	Holland	holland	NY	029		42.6396	-78.5439	4
14085	Lake View	lake-view	NY	029		42.7215	-78.9327	4
14086	Lancaster	lancaster	NY	029		42.9017	-78.6631	4
14091	Lawtons	lawtons	NY	029		42.5404	-78.9212	4
09252	APO AE	apo-ae				49.8414	7.8671	
14102	Marilla	marilla	NY	029		42.8332	-78.5587	4
14110	North Boston	north-boston	NY	029		42.6856	-78.7767	4
14111	North Collins	north-collins	NY	029		42.5896	-78.9107	4
14112	North Evans	north-evans	NY	029		42.697	-78.9414	4
14127	Orchard Park	orchard-park	NY	029		42.7639	-78.7518	4
14134	Sardinia	sardinia	NY	029		42.5323	-78.5172	4
14139	South Wales	south-wales	NY	029		42.7063	-78.5452	4
14140	Spring Brook	spring-brook	NY	029		42.8072	-78.6676	4
14141	Springville	springville	NY	029		42.52	-78.6847	4
14150	Tonawanda	tonawanda	NY	029		43.0028	-78.8547	4
14151	Tonawanda	tonawanda	NY	029		43.0203	-78.8803	4
14169	Wales Center	wales-center	NY	029		42.7684	-78.53	4
14170	West Falls	west-falls	NY	029		42.7053	-78.6779	4
14201	Buffalo	buffalo	NY	029		42.8967	-78.8846	4
14202	Buffalo	buffalo	NY	029		42.887	-78.8779	4
14203	Buffalo	buffalo	NY	029		42.8939	-78.8681	4
14204	Buffalo	buffalo	NY	029		42.884	-78.8597	4
14205	Buffalo	buffalo	NY	029		42.8864	-78.8784	4
14206	Buffalo	buffalo	NY	029		42.8811	-78.8104	4
14207	Buffalo	buffalo	NY	029		42.9491	-78.8978	4
14208	Buffalo	buffalo	NY	029		42.9154	-78.8505	4
14209	Buffalo	buffalo	NY	029		42.913	-78.8656	4
14210	Buffalo	buffalo	NY	029		42.8614	-78.8205	4
14211	Buffalo	buffalo	NY	029		42.9082	-78.8225	4
14212	Buffalo	buffalo	NY	029		42.8946	-78.8245	4
14213	Buffalo	buffalo	NY	029		42.9167	-78.8895	4
14214	Buffalo	buffalo	NY	029		42.9414	-78.8374	4
14215	Buffalo	buffalo	NY	029		42.9335	-78.8115	4
14216	Buffalo	buffalo	NY	029		42.9499	-78.8599	4
14217	Buffalo	buffalo	NY	029		42.9719	-78.8769	4
14218	Buffalo	buffalo	NY	029		42.8146	-78.8078	4
14219	Buffalo	buffalo	NY	029		42.7863	-78.8264	4
14220	Buffalo	buffalo	NY	029		42.8441	-78.8182	4
14221	Buffalo	buffalo	NY	029		42.9685	-78.7492	4
14222	Buffalo	buffalo	NY	029		42.9164	-78.8763	4
14223	Buffalo	buffalo	NY	029		42.9731	-78.845	4
14224	Buffalo	buffalo	NY	029		42.8371	-78.7484	4
14225	Buffalo	buffalo	NY	029		42.9255	-78.7481	4
14226	Buffalo	buffalo	NY	029		42.9744	-78.7949	4
14227	Buffalo	buffalo	NY	029		42.8853	-78.7462	4
14228	Buffalo	buffalo	NY	029		43.0408	-78.7812	4
14231	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14233	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14240	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14241	Buffalo	buffalo	NY	029		42.9383	-78.7441	4
14260	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14261	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14263	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14264	Buffalo	buffalo	NY	029		42.8856	-78.8735	4
14265	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14267	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14269	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14270	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14272	Buffalo	buffalo	NY	029		42.7684	-78.8871	4
14273	Buffalo	buffalo	NY	029		42.755	-78.7849	4
14276	Buffalo	buffalo	NY	029		42.8864	-78.8784	4
14280	Buffalo	buffalo	NY	029		42.8864	-78.8784	4
12851	Minerva	minerva	NY	031		43.7811	-73.9835	4
12852	Newcomb	newcomb	NY	031		43.946	-74.1299	4
12855	North Hudson	north-hudson	NY	031		43.9869	-73.7121	4
12857	Olmstedville	olmstedville	NY	031		43.7799	-73.9335	4
12858	Paradox	paradox	NY	031		43.8914	-73.645	4
12870	Schroon Lake	schroon-lake	NY	031		43.8412	-73.7674	4
12872	Severance	severance	NY	031		43.8759	-73.7304	4
12879	Newcomb	newcomb	NY	031		43.9697	-74.1662	4
12883	Ticonderoga	ticonderoga	NY	031		43.8463	-73.4426	4
12913	Bloomingdale	bloomingdale	NY	031		44.3985	-74.0829	4
12928	Crown Point	crown-point	NY	031		43.9526	-73.4665	4
12932	Elizabethtown	elizabethtown	NY	031		44.2245	-73.6011	4
12936	Essex	essex	NY	031		44.2807	-73.3731	4
12941	Jay	jay	NY	031		44.3734	-73.7247	4
12942	Keene	keene	NY	031		44.2555	-73.7915	4
12943	Keene Valley	keene-valley	NY	031		44.2024	-73.7731	4
12944	Keeseville	keeseville	NY	031		44.4999	-73.4745	4
12946	Lake Placid	lake-placid	NY	031		44.2796	-73.982	4
12950	Lewis	lewis	NY	031		44.3075	-73.5491	4
12956	Mineville	mineville	NY	031		44.0876	-73.5236	4
12960	Moriah	moriah	NY	031		44.0438	-73.5079	4
12961	Moriah Center	moriah-center	NY	031		44.0612	-73.5098	4
12964	New Russia	new-russia	NY	031		44.1595	-73.6059	4
12974	Port Henry	port-henry	NY	031		44.0465	-73.4705	4
12975	Port Kent	port-kent	NY	031		44.5264	-73.4092	4
12977	Ray Brook	ray-brook	NY	031		44.2802	-74.0795	4
12987	Upper Jay	upper-jay	NY	031		44.3364	-73.7757	4
12993	Westport	westport	NY	031		44.205	-73.4702	4
12996	Willsboro	willsboro	NY	031		44.3604	-73.3963	4
12997	Wilmington	wilmington	NY	031		44.3755	-73.8431	4
12998	Witherbee	witherbee	NY	031		44.0827	-73.5306	4
12914	Bombay	bombay	NY	033		44.9479	-74.5947	4
12915	Brainardsville	brainardsville	NY	033		44.8578	-74.0335	4
12916	Brushton	brushton	NY	033		44.8282	-74.5223	4
12917	Burke	burke	NY	033		44.9177	-74.1731	4
12920	Chateaugay	chateaugay	NY	033		44.9088	-74.0741	4
12926	Constable	constable	NY	033		44.9417	-74.3297	4
12930	Dickinson Center	dickinson-center	NY	033		44.7233	-74.5523	4
12937	Fort Covington	fort-covington	NY	033		44.9731	-74.4929	4
12939	Gabriels	gabriels	NY	033		44.432	-74.181	4
12945	Lake Clear	lake-clear	NY	033		44.3375	-74.2381	4
12953	Malone	malone	NY	033		44.8482	-74.2928	4
12957	Moira	moira	NY	033		44.8504	-74.5603	4
12966	North Bangor	north-bangor	NY	033		44.8532	-74.4191	4
12969	Owls Head	owls-head	NY	033		44.7308	-74.1342	4
12970	Paul Smiths	paul-smiths	NY	033		44.445	-74.2664	4
12976	Rainbow Lake	rainbow-lake	NY	033		44.467	-74.1729	4
12980	Saint Regis Falls	saint-regis-falls	NY	033		44.6578	-74.5155	4
12983	Saranac Lake	saranac-lake	NY	033		44.3243	-74.133	4
12986	Tupper Lake	tupper-lake	NY	033		44.232	-74.4905	4
12989	Vermontville	vermontville	NY	033		44.4601	-74.0573	4
12995	Whippleville	whippleville	NY	033		44.8057	-74.2523	4
13655	Hogansburg	hogansburg	NY	033		44.9825	-74.6626	4
12025	Broadalbin	broadalbin	NY	035		43.0727	-74.1684	4
12032	Caroga Lake	caroga-lake	NY	035		43.1922	-74.5169	4
12078	Gloversville	gloversville	NY	035		43.0616	-74.3375	4
12095	Johnstown	johnstown	NY	035		43.0069	-74.3715	4
12117	Mayfield	mayfield	NY	035		43.1411	-74.2444	4
12134	Northville	northville	NY	035		43.2662	-74.2288	4
13470	Stratford	stratford	NY	035		43.1791	-74.6768	4
14005	Alexander	alexander	NY	037		42.9159	-78.2589	4
14013	Basom	basom	NY	037		43.0807	-78.3951	4
14020	Batavia	batavia	NY	037		43.0003	-78.1929	4
14021	Batavia	batavia	NY	037		42.9981	-78.1848	4
14036	Corfu	corfu	NY	037		42.9777	-78.3929	4
14040	Darien Center	darien-center	NY	037		42.8948	-78.3878	4
14054	East Bethany	east-bethany	NY	037		42.9166	-78.1342	4
14056	East Pembroke	east-pembroke	NY	037		42.9912	-78.3122	4
14058	Elba	elba	NY	037		43.0897	-78.1704	4
14125	Oakfield	oakfield	NY	037		43.0717	-78.2702	4
14143	Stafford	stafford	NY	037		42.9829	-78.0898	4
14416	Bergen	bergen	NY	037		43.0869	-77.9603	4
14422	Byron	byron	NY	037		43.0738	-78.0629	4
14482	Le Roy	le-roy	NY	037		42.9774	-77.9851	4
14486	Linwood	linwood	NY	037		42.8943	-77.9216	4
14525	Pavilion	pavilion	NY	037		42.9102	-78.0269	4
14557	South Byron	south-byron	NY	037		43.0416	-78.0573	4
12015	Athens	athens	NY	039		42.2736	-73.8152	4
12042	Climax	climax	NY	039		42.3659	-73.851	4
12051	Coxsackie	coxsackie	NY	039		42.3501	-73.8199	4
12058	Earlton	earlton	NY	039		42.3527	-73.9062	4
12083	Greenville	greenville	NY	039		42.4113	-74.0222	4
12087	Hannacroix	hannacroix	NY	039		42.429	-73.8093	4
12124	New Baltimore	new-baltimore	NY	039		42.4442	-73.7882	4
12176	Surprise	surprise	NY	039		42.3851	-73.9587	4
12192	West Coxsackie	west-coxsackie	NY	039		42.4029	-73.8283	4
12405	Acra	acra	NY	039		42.3304	-74.0857	4
12407	Ashland	ashland	NY	039		42.3037	-74.3335	4
12413	Cairo	cairo	NY	039		42.3096	-74.0115	4
12414	Catskill	catskill	NY	039		42.2276	-73.8985	4
12418	Cornwallville	cornwallville	NY	039		42.3629	-74.1631	4
12422	Durham	durham	NY	039		42.402	-74.1849	4
12423	East Durham	east-durham	NY	039		42.386	-74.1117	4
12424	East Jewett	east-jewett	NY	039		42.2469	-74.1353	4
12427	Elka Park	elka-park	NY	039		42.1643	-74.1245	4
12431	Freehold	freehold	NY	039		42.3815	-74.0623	4
12436	Haines Falls	haines-falls	NY	039		42.1955	-74.1023	4
12439	Hensonville	hensonville	NY	039		42.2898	-74.2165	4
12442	Hunter	hunter	NY	039		42.2333	-74.2416	4
12444	Jewett	jewett	NY	039		42.2694	-74.2793	4
12450	Lanesville	lanesville	NY	039		42.1332	-74.2443	4
12451	Leeds	leeds	NY	039		42.3045	-73.9457	4
12452	Lexington	lexington	NY	039		42.2404	-74.3654	4
12454	Maplecrest	maplecrest	NY	039		42.2995	-74.1655	4
12460	Oak Hill	oak-hill	NY	039		42.4098	-74.1524	4
12463	Palenville	palenville	NY	039		42.1729	-74.0167	4
12468	Prattsville	prattsville	NY	039		42.2979	-74.3895	4
12470	Purling	purling	NY	039		42.2959	-74.0773	4
12473	Round Top	round-top	NY	039		42.2678	-74.0523	4
12482	South Cairo	south-cairo	NY	039		42.2681	-73.9554	4
12485	Tannersville	tannersville	NY	039		42.1956	-74.1338	4
12492	West Kill	west-kill	NY	039		42.2046	-74.362	4
12496	Windham	windham	NY	039		42.3175	-74.262	4
12108	Lake Pleasant	lake-pleasant	NY	041		43.6676	-74.4569	4
12139	Piseco	piseco	NY	041		43.4481	-74.5263	4
12164	Speculator	speculator	NY	041		43.5042	-74.3667	4
12190	Wells	wells	NY	041		43.4012	-74.2886	4
12812	Blue Mountain Lake	blue-mountain-lake	NY	041		43.8553	-74.4435	4
12842	Indian Lake	indian-lake	NY	041		43.7606	-74.2766	4
12847	Long Lake	long-lake	NY	041		43.9477	-74.4662	4
12864	Sabael	sabael	NY	041		43.7284	-74.3057	4
13353	Hoffmeister	hoffmeister	NY	041		43.3915	-74.74	4
13360	Inlet	inlet	NY	041		43.748	-74.7846	4
13436	Raquette Lake	raquette-lake	NY	041		43.8131	-74.6574	4
13324	Cold Brook	cold-brook	NY	043		43.3024	-74.9977	4
13329	Dolgeville	dolgeville	NY	043		43.1042	-74.7643	4
13331	Eagle Bay	eagle-bay	NY	043		43.8167	-74.8862	4
13340	Frankfort	frankfort	NY	043		43.044	-75.1072	4
13350	Herkimer	herkimer	NY	043		43.0307	-74.9876	4
13357	Ilion	ilion	NY	043		43.0064	-75.0484	4
13361	Jordanville	jordanville	NY	043		42.9148	-74.9515	4
13365	Little Falls	little-falls	NY	043		43.0474	-74.8606	4
13406	Middleville	middleville	NY	043		43.1369	-74.924	4
13407	Mohawk	mohawk	NY	043		42.99	-74.9853	4
13416	Newport	newport	NY	043		43.18	-74.9861	4
13420	Old Forge	old-forge	NY	043		43.7435	-74.8935	4
13431	Poland	poland	NY	043		43.2115	-75.0731	4
13454	Salisbury Center	salisbury-center	NY	043		43.1625	-74.7809	4
13472	Thendara	thendara	NY	043		43.7001	-75.0018	4
13475	Van Hornesville	van-hornesville	NY	043		42.8951	-74.8276	4
13491	West Winfield	west-winfield	NY	043		42.8826	-75.1835	4
13601	Watertown	watertown	NY	045		43.9743	-75.9122	4
13602	Fort Drum	fort-drum	NY	045		44.0354	-75.754	4
13603	Watertown	watertown	NY	045		43.9087	-75.8967	4
13605	Adams	adams	NY	045		43.8062	-76.049	4
13606	Adams Center	adams-center	NY	045		43.8631	-76.0041	4
13607	Alexandria Bay	alexandria-bay	NY	045		44.3359	-75.9177	4
13608	Antwerp	antwerp	NY	045		44.2358	-75.6005	4
13611	Belleville	belleville	NY	045		43.778	-76.1259	4
13612	Black River	black-river	NY	045		44.0042	-75.7958	4
13615	Brownville	brownville	NY	045		44.007	-75.9841	4
13616	Calcium	calcium	NY	045		44.0265	-75.8499	4
13618	Cape Vincent	cape-vincent	NY	045		44.1244	-76.3164	4
13619	Carthage	carthage	NY	045		43.9791	-75.6013	4
13622	Chaumont	chaumont	NY	045		44.0848	-76.1232	4
13624	Clayton	clayton	NY	045		44.1442	-76.062	4
13628	Deferiet	deferiet	NY	045		44.0356	-75.6838	4
13632	Depauville	depauville	NY	045		44.1395	-76.0616	4
13634	Dexter	dexter	NY	045		44.0069	-76.065	4
13636	Ellisburg	ellisburg	NY	045		43.7434	-76.1165	4
13637	Evans Mills	evans-mills	NY	045		44.0817	-75.8305	4
13638	Felts Mills	felts-mills	NY	045		44.0204	-75.7524	4
13640	Wellesley Island	wellesley-island	NY	045		44.3213	-76.0172	1
13641	Fishers Landing	fishers-landing	NY	045		44.2752	-76.0049	4
13643	Great Bend	great-bend	NY	045		44.0342	-75.7188	4
13650	Henderson	henderson	NY	045		43.8467	-76.2352	4
13651	Henderson Harbor	henderson-harbor	NY	045		43.8708	-76.1809	4
13656	La Fargeville	la-fargeville	NY	045		44.1987	-75.9569	4
13657	Limerick	limerick	NY	045		44.0292	-76.043	4
13659	Lorraine	lorraine	NY	045		43.7568	-75.9053	4
13661	Mannsville	mannsville	NY	045		43.7179	-76.082	4
13665	Natural Bridge	natural-bridge	NY	045		44.063	-75.5039	4
13671	Oxbow	oxbow	NY	045		44.2873	-75.623	4
13673	Philadelphia	philadelphia	NY	045		44.1589	-75.7099	4
13674	Pierrepont Manor	pierrepont-manor	NY	045		43.7334	-76.0543	4
13675	Plessis	plessis	NY	045		44.2774	-75.8496	4
13679	Redwood	redwood	NY	045		44.3211	-75.815	4
13682	Rodman	rodman	NY	045		43.8622	-75.8719	4
13685	Sackets Harbor	sackets-harbor	NY	045		43.9398	-76.105	4
13691	Theresa	theresa	NY	045		44.2113	-75.8014	4
13692	Thousand Island Park	thousand-island-park	NY	045		44.2898	-76.0262	4
13693	Three Mile Bay	three-mile-bay	NY	045		44.0551	-76.2689	4
11201	Brooklyn	brooklyn	NY	047		40.694	-73.9903	4
11202	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
11203	Brooklyn	brooklyn	NY	047		40.6505	-73.9349	4
11204	Brooklyn	brooklyn	NY	047		40.6179	-73.9856	4
11205	Brooklyn	brooklyn	NY	047		40.6924	-73.9666	4
11206	Brooklyn	brooklyn	NY	047		40.7012	-73.9436	4
11207	Brooklyn	brooklyn	NY	047		40.6705	-73.894	4
11208	Brooklyn	brooklyn	NY	047		40.6762	-73.8736	4
11209	Brooklyn	brooklyn	NY	047		40.6251	-74.0303	4
11210	Brooklyn	brooklyn	NY	047		40.6281	-73.9467	4
11211	Brooklyn	brooklyn	NY	047		40.7095	-73.9563	4
11212	Brooklyn	brooklyn	NY	047		40.6625	-73.9145	4
11213	Brooklyn	brooklyn	NY	047		40.67	-73.9367	4
11214	Brooklyn	brooklyn	NY	047		40.6016	-73.9968	4
11215	Brooklyn	brooklyn	NY	047		40.6669	-73.9828	4
11216	Brooklyn	brooklyn	NY	047		40.6794	-73.9496	4
11217	Brooklyn	brooklyn	NY	047		40.6816	-73.9798	4
11218	Brooklyn	brooklyn	NY	047		40.6424	-73.9758	4
11219	Brooklyn	brooklyn	NY	047		40.6336	-73.996	4
11220	Brooklyn	brooklyn	NY	047		40.6412	-74.0133	4
11221	Brooklyn	brooklyn	NY	047		40.6907	-73.9274	4
11222	Brooklyn	brooklyn	NY	047		40.7272	-73.9498	4
11223	Brooklyn	brooklyn	NY	047		40.5979	-73.9743	4
11224	Brooklyn	brooklyn	NY	047		40.5767	-73.9884	4
11225	Brooklyn	brooklyn	NY	047		40.6628	-73.9546	4
11226	Brooklyn	brooklyn	NY	047		40.6467	-73.957	4
11228	Brooklyn	brooklyn	NY	047		40.6174	-74.0121	4
11229	Brooklyn	brooklyn	NY	047		40.6011	-73.9475	4
11230	Brooklyn	brooklyn	NY	047		40.6225	-73.965	4
11231	Brooklyn	brooklyn	NY	047		40.6794	-74.0014	4
11232	Brooklyn	brooklyn	NY	047		40.6521	-74.0018	4
11233	Brooklyn	brooklyn	NY	047		40.6784	-73.9211	4
11234	Brooklyn	brooklyn	NY	047		40.6205	-73.9239	4
11235	Brooklyn	brooklyn	NY	047		40.5839	-73.9536	4
11236	Brooklyn	brooklyn	NY	047		40.6407	-73.9028	4
11237	Brooklyn	brooklyn	NY	047		40.7006	-73.918	4
11238	Brooklyn	brooklyn	NY	047		40.679	-73.9644	4
11239	Brooklyn	brooklyn	NY	047		40.6497	-73.8824	4
11241	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
11242	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
11243	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
11245	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
11247	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
11249	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
11251	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
11252	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
11256	Brooklyn	brooklyn	NY	047		40.6451	-73.945	4
13305	Beaver Falls	beaver-falls	NY	049		43.887	-75.4274	4
13312	Brantingham	brantingham	NY	049		43.6887	-75.2921	4
13325	Constableville	constableville	NY	049		43.563	-75.4584	4
13327	Croghan	croghan	NY	049		43.9095	-75.3542	4
13343	Glenfield	glenfield	NY	049		43.7323	-75.3669	4
13345	Greig	greig	NY	049		43.6886	-75.3302	4
13367	Lowville	lowville	NY	049		43.7893	-75.4156	4
13368	Lyons Falls	lyons-falls	NY	049		43.6262	-75.3553	4
13404	Martinsburg	martinsburg	NY	049		43.7376	-75.4696	4
13433	Port Leyden	port-leyden	NY	049		43.5802	-75.3263	4
13473	Turin	turin	NY	049		43.6441	-75.4132	4
13489	West Leyden	west-leyden	NY	049		43.4597	-75.5127	4
13620	Castorland	castorland	NY	049		43.8843	-75.4604	4
13626	Copenhagen	copenhagen	NY	049		43.8801	-75.6839	4
13627	Deer River	deer-river	NY	049		43.9298	-75.5891	4
13631	Denmark	denmark	NY	049		43.8998	-75.5824	4
13648	Harrisville	harrisville	NY	049		44.1613	-75.3252	4
14414	Avon	avon	NY	051		42.903	-77.7274	4
14423	Caledonia	caledonia	NY	051		42.9567	-77.8493	4
14435	Conesus	conesus	NY	051		42.7216	-77.6747	4
14437	Dansville	dansville	NY	051		42.57	-77.7109	4
14454	Geneseo	geneseo	NY	051		42.7938	-77.7996	4
14462	Groveland	groveland	NY	051		42.676	-77.7573	4
14466	Hemlock	hemlock	NY	051		42.78	-77.582	4
14480	Lakeville	lakeville	NY	051		42.8296	-77.7149	4
14481	Leicester	leicester	NY	051		42.7739	-77.899	4
14485	Lima	lima	NY	051		42.9012	-77.6083	4
14487	Livonia	livonia	NY	051		42.8135	-77.6635	4
14488	Livonia Center	livonia-center	NY	051		42.8215	-77.6386	4
14510	Mount Morris	mount-morris	NY	051		42.6835	-77.8664	4
14517	Nunda	nunda	NY	051		42.5867	-77.918	4
14533	Piffard	piffard	NY	051		42.8435	-77.8962	4
14539	Retsof	retsof	NY	051		42.8343	-77.8779	4
14545	Scottsburg	scottsburg	NY	051		42.6649	-77.701	4
14556	Sonyea	sonyea	NY	051		42.679	-77.8272	4
14558	South Lima	south-lima	NY	051		42.8554	-77.6876	4
14560	Springwater	springwater	NY	051		42.6776	-77.5775	4
14592	York	york	NY	051		42.8757	-77.8835	4
14836	Dalton	dalton	NY	051		42.5449	-77.9289	4
14846	Hunt	hunt	NY	051		42.5388	-77.9818	4
13032	Canastota	canastota	NY	053		43.0878	-75.7602	4
13035	Cazenovia	cazenovia	NY	053		42.938	-75.8392	4
13037	Chittenango	chittenango	NY	053		43.0552	-75.8768	4
13043	Clockville	clockville	NY	053		43.042	-75.7408	4
13052	De Ruyter	de-ruyter	NY	053		42.7494	-75.8582	1
13061	Erieville	erieville	NY	053		42.8562	-75.7543	4
13072	Georgetown	georgetown	NY	053		42.7631	-75.7443	4
13122	New Woodstock	new-woodstock	NY	053		42.8441	-75.8635	4
13134	Peterboro	peterboro	NY	053		42.9686	-75.6794	4
13163	Wampsville	wampsville	NY	053		43.0753	-75.7069	4
13310	Bouckville	bouckville	NY	053		42.894	-75.5678	4
13314	Brookfield	brookfield	NY	053		42.8128	-75.3177	4
13334	Eaton	eaton	NY	053		42.8484	-75.6314	4
13346	Hamilton	hamilton	NY	053		42.8231	-75.5434	4
13355	Hubbardsville	hubbardsville	NY	053		42.8237	-75.4367	4
13364	Leonardsville	leonardsville	NY	053		42.8087	-75.2527	4
13402	Madison	madison	NY	053		42.8969	-75.5076	4
13408	Morrisville	morrisville	NY	053		42.9108	-75.6487	4
13409	Munnsville	munnsville	NY	053		42.9863	-75.594	4
13418	North Brookfield	north-brookfield	NY	053		42.8501	-75.3815	4
13421	Oneida	oneida	NY	053		43.0862	-75.6508	4
13465	Solsville	solsville	NY	053		42.9106	-75.5177	4
13484	West Eaton	west-eaton	NY	053		42.8545	-75.656	4
14410	Adams Basin	adams-basin	NY	055		43.1953	-77.8559	4
14420	Brockport	brockport	NY	055		43.2128	-77.9368	4
14428	Churchville	churchville	NY	055		43.0749	-77.835	4
14430	Clarkson	clarkson	NY	055		43.2331	-77.9275	4
14445	East Rochester	east-rochester	NY	055		43.1128	-77.4906	4
14450	Fairport	fairport	NY	055		43.0892	-77.436	4
14464	Hamlin	hamlin	NY	055		43.3076	-77.927	4
14467	Henrietta	henrietta	NY	055		43.0483	-77.6122	4
14468	Hilton	hilton	NY	055		43.2923	-77.7905	4
14472	Honeoye Falls	honeoye-falls	NY	055		42.9695	-77.5781	4
14506	Mendon	mendon	NY	055		42.9953	-77.5001	4
14511	Mumford	mumford	NY	055		42.9928	-77.8603	4
14514	North Chili	north-chili	NY	055		43.1186	-77.8005	4
14515	North Greece	north-greece	NY	055		43.2578	-77.7351	4
14526	Penfield	penfield	NY	055		43.1396	-77.456	4
14534	Pittsford	pittsford	NY	055		43.0695	-77.5141	4
14543	Rush	rush	NY	055		42.9966	-77.6665	4
14546	Scottsville	scottsville	NY	055		43.0246	-77.7743	4
14559	Spencerport	spencerport	NY	055		43.1895	-77.8043	4
14580	Webster	webster	NY	055		43.2196	-77.4616	4
14586	West Henrietta	west-henrietta	NY	055		43.0397	-77.6871	4
14602	Rochester	rochester	NY	055		43.286	-77.6843	4
14603	Rochester	rochester	NY	055		43.1616	-77.6068	4
14604	Rochester	rochester	NY	055		43.1577	-77.608	4
14605	Rochester	rochester	NY	055		43.1698	-77.6007	4
14606	Rochester	rochester	NY	055		43.1685	-77.6845	4
14607	Rochester	rochester	NY	055		43.1501	-77.589	4
14608	Rochester	rochester	NY	055		43.1521	-77.6258	4
14609	Rochester	rochester	NY	055		43.174	-77.5637	4
14610	Rochester	rochester	NY	055		43.1452	-77.5495	4
14611	Rochester	rochester	NY	055		43.1484	-77.6394	4
14612	Rochester	rochester	NY	055		43.2566	-77.6652	4
14613	Rochester	rochester	NY	055		43.1831	-77.6393	4
14614	Rochester	rochester	NY	055		43.1558	-77.6142	4
14615	Rochester	rochester	NY	055		43.2058	-77.6521	4
14616	Rochester	rochester	NY	055		43.2346	-77.6577	4
14617	Rochester	rochester	NY	055		43.2203	-77.5994	4
14618	Rochester	rochester	NY	055		43.1122	-77.5618	4
14619	Rochester	rochester	NY	055		43.1367	-77.6481	4
14620	Rochester	rochester	NY	055		43.1317	-77.6062	4
14621	Rochester	rochester	NY	055		43.1834	-77.6043	4
14622	Rochester	rochester	NY	055		43.214	-77.5555	4
14623	Rochester	rochester	NY	055		43.0834	-77.6344	4
14624	Rochester	rochester	NY	055		43.1216	-77.7311	4
14625	Rochester	rochester	NY	055		43.1522	-77.5057	4
14626	Rochester	rochester	NY	055		43.2126	-77.704	4
14627	Rochester	rochester	NY	055		43.1275	-77.6277	4
14638	Rochester	rochester	NY	055		43.286	-77.6843	4
14639	Rochester	rochester	NY	055		43.286	-77.6843	4
14642	Rochester	rochester	NY	055		43.286	-77.6843	4
14643	Rochester	rochester	NY	055		43.1548	-77.6156	4
14644	Rochester	rochester	NY	055		43.286	-77.6843	4
14646	Rochester	rochester	NY	055		43.286	-77.6843	4
14647	Rochester	rochester	NY	055		43.1548	-77.6156	4
14649	Rochester	rochester	NY	055		43.286	-77.6843	4
14650	Rochester	rochester	NY	055		43.1548	-77.6156	4
14651	Rochester	rochester	NY	055		43.1548	-77.6156	4
14652	Rochester	rochester	NY	055		43.286	-77.6843	4
14653	Rochester	rochester	NY	055		43.286	-77.6843	4
14692	Rochester	rochester	NY	055		43.286	-77.6843	4
14694	Rochester	rochester	NY	055		43.286	-77.6843	4
12010	Amsterdam	amsterdam	NY	057		42.9387	-74.1882	4
12016	Auriesville	auriesville	NY	057		42.9295	-74.3165	4
12066	Esperance	esperance	NY	057		42.7717	-74.2882	4
12068	Fonda	fonda	NY	057		42.9571	-74.4021	4
12069	Fort Hunter	fort-hunter	NY	057		42.9423	-74.2851	4
12070	Fort Johnson	fort-johnson	NY	057		42.9765	-74.2484	4
12072	Fultonville	fultonville	NY	057		42.9036	-74.3598	4
12086	Hagaman	hagaman	NY	057		42.9695	-74.1556	4
12166	Sprakers	sprakers	NY	057		42.8484	-74.4536	4
12177	Tribes Hill	tribes-hill	NY	057		42.9554	-74.2851	4
13317	Canajoharie	canajoharie	NY	057		42.8671	-74.5956	4
13339	Fort Plain	fort-plain	NY	057		42.9372	-74.6433	4
13410	Nelliston	nelliston	NY	057		42.9379	-74.6117	4
13428	Palatine Bridge	palatine-bridge	NY	057		42.9221	-74.5708	4
13452	Saint Johnsville	saint-johnsville	NY	057		43.017	-74.646	4
11001	Floral Park	floral-park	NY	059		40.7236	-73.7058	4
11002	Floral Park	floral-park	NY	059		40.7237	-73.7049	4
11003	Elmont	elmont	NY	059		40.6976	-73.7049	4
11010	Franklin Square	franklin-square	NY	059		40.701	-73.6758	4
11020	Great Neck	great-neck	NY	059		40.7742	-73.7189	4
11021	Great Neck	great-neck	NY	059		40.7867	-73.727	4
11022	Great Neck	great-neck	NY	059		40.7548	-73.6018	4
11023	Great Neck	great-neck	NY	059		40.7993	-73.7343	4
11024	Great Neck	great-neck	NY	059		40.8171	-73.7416	4
11026	Great Neck	great-neck	NY	059		40.7548	-73.6018	4
11027	Great Neck	great-neck	NY	059		40.8007	-73.7285	4
11030	Manhasset	manhasset	NY	059		40.7934	-73.6888	4
11040	New Hyde Park	new-hyde-park	NY	059		40.7294	-73.6828	4
11042	New Hyde Park	new-hyde-park	NY	059		40.7602	-73.695	4
11050	Port Washington	port-washington	NY	059		40.835	-73.6964	4
11051	Port Washington	port-washington	NY	059		40.7548	-73.6018	4
11052	Port Washington	port-washington	NY	059		40.7548	-73.6018	4
11053	Port Washington	port-washington	NY	059		40.7548	-73.6018	4
11054	Port Washington	port-washington	NY	059		40.7548	-73.6018	4
11055	Port Washington	port-washington	NY	059		40.7548	-73.6018	4
11096	Inwood	inwood	NY	059		40.6205	-73.7474	4
11501	Mineola	mineola	NY	059		40.7469	-73.6398	4
11507	Albertson	albertson	NY	059		40.7703	-73.6514	4
11509	Atlantic Beach	atlantic-beach	NY	059		40.5887	-73.7255	4
11510	Baldwin	baldwin	NY	059		40.6548	-73.6097	4
11514	Carle Place	carle-place	NY	059		40.7512	-73.6119	4
11516	Cedarhurst	cedarhurst	NY	059		40.6236	-73.7264	4
11518	East Rockaway	east-rockaway	NY	059		40.6404	-73.6674	4
11520	Freeport	freeport	NY	059		40.6536	-73.5866	4
11530	Garden City	garden-city	NY	059		40.7245	-73.6487	4
11531	Garden City	garden-city	NY	059		40.7268	-73.6343	4
11542	Glen Cove	glen-cove	NY	059		40.865	-73.6277	4
11545	Glen Head	glen-head	NY	059		40.8281	-73.6076	4
11547	Glenwood Landing	glenwood-landing	NY	059		40.8307	-73.6387	4
11548	Greenvale	greenvale	NY	059		40.8125	-73.6261	4
11549	Hempstead	hempstead	NY	059		40.7172	-73.6027	4
11550	Hempstead	hempstead	NY	059		40.7049	-73.6176	4
11551	Hempstead	hempstead	NY	059		40.7062	-73.6187	4
11552	West Hempstead	west-hempstead	NY	059		40.6929	-73.6539	4
11553	Uniondale	uniondale	NY	059		40.702	-73.592	4
11554	East Meadow	east-meadow	NY	059		40.7149	-73.5561	4
11555	Uniondale	uniondale	NY	059		40.7004	-73.5929	4
11556	Uniondale	uniondale	NY	059		40.7548	-73.6018	4
11557	Hewlett	hewlett	NY	059		40.6404	-73.6957	4
11558	Island Park	island-park	NY	059		40.604	-73.6554	4
11559	Lawrence	lawrence	NY	059		40.614	-73.733	4
11560	Locust Valley	locust-valley	NY	059		40.8817	-73.5927	4
11561	Long Beach	long-beach	NY	059		40.5877	-73.6595	4
11563	Lynbrook	lynbrook	NY	059		40.6571	-73.6741	4
11565	Malverne	malverne	NY	059		40.675	-73.6731	4
11566	Merrick	merrick	NY	059		40.6685	-73.5536	4
11568	Old Westbury	old-westbury	NY	059		40.7882	-73.5875	4
11569	Point Lookout	point-lookout	NY	059		40.5905	-73.5808	4
11570	Rockville Centre	rockville-centre	NY	059		40.6637	-73.638	4
11571	Rockville Centre	rockville-centre	NY	059		40.6587	-73.6412	4
11572	Oceanside	oceanside	NY	059		40.6362	-73.6375	4
11575	Roosevelt	roosevelt	NY	059		40.6802	-73.5867	4
11576	Roslyn	roslyn	NY	059		40.7984	-73.6477	4
11577	Roslyn Heights	roslyn-heights	NY	059		40.7845	-73.6403	4
11579	Sea Cliff	sea-cliff	NY	059		40.846	-73.6436	4
11580	Valley Stream	valley-stream	NY	059		40.6742	-73.7057	4
11581	Valley Stream	valley-stream	NY	059		40.6523	-73.7118	4
11582	Valley Stream	valley-stream	NY	059		40.6643	-73.7085	4
11590	Westbury	westbury	NY	059		40.7557	-73.5723	4
11596	Williston Park	williston-park	NY	059		40.7592	-73.6449	4
11598	Woodmere	woodmere	NY	059		40.6326	-73.7141	4
11599	Garden City	garden-city	NY	059		40.7268	-73.6343	4
11709	Bayville	bayville	NY	059		40.9074	-73.5601	4
11710	Bellmore	bellmore	NY	059		40.6729	-73.5365	4
11714	Bethpage	bethpage	NY	059		40.74	-73.4857	4
11732	East Norwich	east-norwich	NY	059		40.8472	-73.5349	4
11735	Farmingdale	farmingdale	NY	059		40.7315	-73.4327	4
11737	Farmingdale	farmingdale	NY	059		40.7326	-73.4454	4
11753	Jericho	jericho	NY	059		40.7881	-73.5331	4
11756	Levittown	levittown	NY	059		40.7254	-73.5166	4
11758	Massapequa	massapequa	NY	059		40.6682	-73.4588	4
11762	Massapequa Park	massapequa-park	NY	059		40.6807	-73.4444	4
11765	Mill Neck	mill-neck	NY	059		40.8857	-73.5526	4
11771	Oyster Bay	oyster-bay	NY	059		40.866	-73.5272	4
11773	Syosset	syosset	NY	059		40.8262	-73.5021	4
11783	Seaford	seaford	NY	059		40.6795	-73.491	4
11791	Syosset	syosset	NY	059		40.8146	-73.5024	4
11793	Wantagh	wantagh	NY	059		40.685	-73.5103	4
11797	Woodbury	woodbury	NY	059		40.8154	-73.4716	4
11801	Hicksville	hicksville	NY	059		40.7623	-73.523	4
11802	Hicksville	hicksville	NY	059		40.7684	-73.5251	4
11803	Plainview	plainview	NY	059		40.7781	-73.4816	4
11804	Old Bethpage	old-bethpage	NY	059		40.765	-73.4575	4
11815	Hicksville	hicksville	NY	059		40.7548	-73.6018	4
11819	Hicksville	hicksville	NY	059		40.7684	-73.5251	4
11853	Jericho	jericho	NY	059		40.792	-73.5398	4
10001	New York	new-york	NY	061		40.7484	-73.9967	4
10002	New York	new-york	NY	061		40.7152	-73.9877	4
10003	New York	new-york	NY	061		40.7313	-73.9892	4
10004	New York	new-york	NY	061		40.7143	-74.006	4
10005	New York	new-york	NY	061		40.7056	-74.0083	4
10006	New York	new-york	NY	061		40.7085	-74.0135	4
10007	New York	new-york	NY	061		40.7139	-74.007	4
10008	New York	new-york	NY	061		40.7143	-74.006	4
10009	New York	new-york	NY	061		40.7262	-73.9796	4
10010	New York	new-york	NY	061		40.7375	-73.9813	4
10011	New York	new-york	NY	061		40.7402	-73.9996	4
10012	New York	new-york	NY	061		40.7255	-73.9983	4
10013	New York	new-york	NY	061		40.7185	-74.0025	4
10014	New York	new-york	NY	061		40.7339	-74.0054	4
10016	New York	new-york	NY	061		40.7443	-73.9781	4
10017	New York	new-york	NY	061		40.7517	-73.9707	4
10018	New York	new-york	NY	061		40.7547	-73.9925	4
10019	New York	new-york	NY	061		40.7651	-73.9858	4
10020	New York	new-york	NY	061		40.7354	-73.9968	4
10021	New York	new-york	NY	061		40.7685	-73.9588	4
10022	New York	new-york	NY	061		40.7571	-73.9657	4
10023	New York	new-york	NY	061		40.7764	-73.9827	4
10024	New York	new-york	NY	061		40.7864	-73.9764	4
10025	New York	new-york	NY	061		40.7975	-73.9683	4
10026	New York	new-york	NY	061		40.8019	-73.9531	4
10027	New York	new-york	NY	061		40.8116	-73.955	4
10028	New York	new-york	NY	061		40.7763	-73.9529	4
10029	New York	new-york	NY	061		40.7918	-73.9447	4
10030	New York	new-york	NY	061		40.8183	-73.9426	4
10031	New York	new-york	NY	061		40.8246	-73.9507	4
10032	New York	new-york	NY	061		40.8382	-73.942	4
10033	New York	new-york	NY	061		40.8496	-73.9356	4
10034	New York	new-york	NY	061		40.8662	-73.9221	4
10035	New York	new-york	NY	061		40.8011	-73.9371	4
10036	New York	new-york	NY	061		40.7597	-73.9918	4
10037	New York	new-york	NY	061		40.8135	-73.9381	4
10038	New York	new-york	NY	061		40.7101	-74.0013	4
10039	New York	new-york	NY	061		40.8265	-73.9383	4
10040	New York	new-york	NY	061		40.8583	-73.9296	4
10041	New York	new-york	NY	061		40.7038	-74.0098	4
10043	New York	new-york	NY	061		40.7143	-74.006	4
10044	New York	new-york	NY	061		40.7618	-73.9505	4
10045	New York	new-york	NY	061		40.7086	-74.0087	4
10055	New York	new-york	NY	061		40.7808	-73.9772	4
10060	New York	new-york	NY	061		40.7808	-73.9772	4
10065	New York	new-york	NY	061		40.7651	-73.9638	4
10069	New York	new-york	NY	061		40.778	-73.9884	4
10075	New York	new-york	NY	061		40.7143	-74.006	1
10080	New York	new-york	NY	061		40.7143	-74.006	4
10081	New York	new-york	NY	061		40.7143	-74.006	4
10087	New York	new-york	NY	061		40.7808	-73.9772	4
10090	New York	new-york	NY	061		40.7808	-73.9772	4
10101	New York	new-york	NY	061		40.7808	-73.9772	4
10102	New York	new-york	NY	061		40.7808	-73.9772	4
10103	New York	new-york	NY	061		40.7603	-73.9762	4
10104	New York	new-york	NY	061		40.7609	-73.9799	4
10105	New York	new-york	NY	061		40.7628	-73.9785	4
10106	New York	new-york	NY	061		40.7652	-73.9804	4
10107	New York	new-york	NY	061		40.7664	-73.9827	4
10108	New York	new-york	NY	061		40.7808	-73.9772	4
10109	New York	new-york	NY	061		40.7808	-73.9772	4
10110	New York	new-york	NY	061		40.754	-73.9808	4
10111	New York	new-york	NY	061		40.7592	-73.9778	4
10112	New York	new-york	NY	061		40.7593	-73.9798	4
10113	New York	new-york	NY	061		40.7808	-73.9772	4
10114	New York	new-york	NY	061		40.7808	-73.9772	4
10115	New York	new-york	NY	061		40.8111	-73.9642	4
10116	New York	new-york	NY	061		40.7808	-73.9772	4
10117	New York	new-york	NY	061		40.7808	-73.9772	4
10118	New York	new-york	NY	061		40.749	-73.9865	4
10119	New York	new-york	NY	061		40.7808	-73.9772	4
10120	New York	new-york	NY	061		40.7506	-73.9894	4
10121	New York	new-york	NY	061		40.7496	-73.9919	4
10122	New York	new-york	NY	061		40.7518	-73.9922	4
10123	New York	new-york	NY	061		40.7515	-73.9905	4
10124	New York	new-york	NY	061		40.7808	-73.9772	4
10125	New York	new-york	NY	061		40.7808	-73.9772	4
10126	New York	new-york	NY	061		40.7808	-73.9772	4
10128	New York	new-york	NY	061		40.7816	-73.9511	4
10129	New York	new-york	NY	061		40.7808	-73.9772	4
10130	New York	new-york	NY	061		40.7808	-73.9772	4
10131	New York	new-york	NY	061		40.7808	-73.9772	4
10132	New York	new-york	NY	061		40.7808	-73.9772	4
10133	New York	new-york	NY	061		40.7808	-73.9772	4
10138	New York	new-york	NY	061		40.7808	-73.9772	4
10150	New York	new-york	NY	061		40.7808	-73.9772	4
10151	New York	new-york	NY	061		40.7634	-73.974	4
10152	New York	new-york	NY	061		40.7589	-73.973	4
10153	New York	new-york	NY	061		40.7641	-73.9735	4
10154	New York	new-york	NY	061		40.7583	-73.9735	4
10155	New York	new-york	NY	061		40.7611	-73.968	4
10156	New York	new-york	NY	061		40.7808	-73.9772	4
10157	New York	new-york	NY	061		40.7808	-73.9772	4
10158	New York	new-york	NY	061		40.7494	-73.9758	4
10159	New York	new-york	NY	061		40.7808	-73.9772	4
10160	New York	new-york	NY	061		40.7808	-73.9772	4
10161	New York	new-york	NY	061		40.7808	-73.9772	4
10162	New York	new-york	NY	061		40.7699	-73.9511	4
10163	New York	new-york	NY	061		40.7808	-73.9772	4
10164	New York	new-york	NY	061		40.7808	-73.9772	4
10165	New York	new-york	NY	061		40.7524	-73.9791	4
10166	New York	new-york	NY	061		40.7546	-73.9762	4
10167	New York	new-york	NY	061		40.7549	-73.975	4
10168	New York	new-york	NY	061		40.7519	-73.9768	4
10169	New York	new-york	NY	061		40.7547	-73.9766	4
10170	New York	new-york	NY	061		40.7526	-73.9755	4
10171	New York	new-york	NY	061		40.7564	-73.9748	4
10172	New York	new-york	NY	061		40.7558	-73.9753	4
10173	New York	new-york	NY	061		40.7543	-73.9796	4
10174	New York	new-york	NY	061		40.7517	-73.9752	4
10175	New York	new-york	NY	061		40.7543	-73.9798	4
10176	New York	new-york	NY	061		40.7556	-73.9789	4
10177	New York	new-york	NY	061		40.7553	-73.9761	4
10178	New York	new-york	NY	061		40.7514	-73.9785	4
10179	New York	new-york	NY	061		40.7808	-73.9772	4
10185	New York	new-york	NY	061		40.7808	-73.9772	4
10199	New York	new-york	NY	061		40.7503	-74.0006	4
10203	New York	new-york	NY	061		40.7143	-74.006	4
10211	New York	new-york	NY	061		40.7808	-73.9772	4
10212	New York	new-york	NY	061		40.7143	-74.006	4
10213	New York	new-york	NY	061		40.7143	-74.006	4
10242	New York	new-york	NY	061		40.7143	-74.006	4
10249	New York	new-york	NY	061		40.7143	-74.006	4
10256	New York	new-york	NY	061		40.7143	-74.006	4
10258	New York	new-york	NY	061		40.7143	-74.006	4
10259	New York	new-york	NY	061		40.7143	-74.006	4
10260	New York	new-york	NY	061		40.7143	-74.006	4
10261	New York	new-york	NY	061		40.7808	-73.9772	4
10265	New York	new-york	NY	061		40.7143	-74.006	4
10268	New York	new-york	NY	061		40.7808	-73.9772	4
10269	New York	new-york	NY	061		40.7808	-73.9772	4
10270	New York	new-york	NY	061		40.7069	-74.0082	4
10271	New York	new-york	NY	061		40.7089	-74.0111	4
10272	New York	new-york	NY	061		40.7808	-73.9772	4
10273	New York	new-york	NY	061		40.7143	-74.006	4
10274	New York	new-york	NY	061		40.7808	-73.9772	4
10275	New York	new-york	NY	061		40.7808	-73.9772	4
10276	New York	new-york	NY	061		40.7808	-73.9772	4
10277	New York	new-york	NY	061		40.7808	-73.9772	4
10278	New York	new-york	NY	061		40.7152	-74.0038	4
10279	New York	new-york	NY	061		40.7127	-74.0078	4
10280	New York	new-york	NY	061		40.7105	-74.0163	4
10281	New York	new-york	NY	061		40.7146	-74.015	4
10282	New York	new-york	NY	061		40.7166	-74.0146	4
10285	New York	new-york	NY	061		40.7143	-74.006	4
10286	New York	new-york	NY	061		40.7142	-74.0119	4
14008	Appleton	appleton	NY	063		43.3105	-78.6372	4
14012	Barker	barker	NY	063		43.3368	-78.542	4
14028	Burt	burt	NY	063		43.3221	-78.7141	4
14067	Gasport	gasport	NY	063		43.2106	-78.5745	4
14092	Lewiston	lewiston	NY	063		43.1722	-79.0215	4
14094	Lockport	lockport	NY	063		43.16	-78.6923	4
14095	Lockport	lockport	NY	063		43.1706	-78.6903	4
14105	Middleport	middleport	NY	063		43.2183	-78.4841	4
14107	Model City	model-city	NY	063		43.1851	-78.9837	4
14108	Newfane	newfane	NY	063		43.2724	-78.707	4
14109	Niagara University	niagara-university	NY	063		43.138	-79.0342	1
14120	North Tonawanda	north-tonawanda	NY	063		43.0498	-78.851	4
14126	Olcott	olcott	NY	063		43.3378	-78.7148	4
14131	Ransomville	ransomville	NY	063		43.2286	-78.8982	4
14132	Sanborn	sanborn	NY	063		43.1419	-78.8785	4
14144	Stella Niagara	stella-niagara	NY	063		43.1995	-79.0425	4
14172	Wilson	wilson	NY	063		43.2968	-78.8244	4
14174	Youngstown	youngstown	NY	063		43.2461	-79.0245	4
14301	Niagara Falls	niagara-falls	NY	063		43.0955	-79.0414	4
14302	Niagara Falls	niagara-falls	NY	063		43.0945	-79.0567	4
14303	Niagara Falls	niagara-falls	NY	063		43.0878	-79.037	4
14304	Niagara Falls	niagara-falls	NY	063		43.0908	-78.9644	4
14305	Niagara Falls	niagara-falls	NY	063		43.1146	-79.0378	4
13054	Durhamville	durhamville	NY	065		43.1579	-75.6714	4
13123	North Bay	north-bay	NY	065		43.2364	-75.7769	4
13157	Sylvan Beach	sylvan-beach	NY	065		43.1965	-75.7305	4
13162	Verona Beach	verona-beach	NY	065		43.1885	-75.7126	4
13301	Alder Creek	alder-creek	NY	065		43.4157	-75.2137	4
13303	Ava	ava	NY	065		43.3445	-75.4509	4
13304	Barneveld	barneveld	NY	065		43.2237	-75.1612	4
13308	Blossvale	blossvale	NY	065		43.2303	-75.6873	4
13309	Boonville	boonville	NY	065		43.4786	-75.344	4
13313	Bridgewater	bridgewater	NY	065		42.8792	-75.2672	4
13316	Camden	camden	NY	065		43.3392	-75.7543	4
13318	Cassville	cassville	NY	065		42.9069	-75.2607	4
13319	Chadwicks	chadwicks	NY	065		43.0226	-75.2656	4
13321	Clark Mills	clark-mills	NY	065		43.0923	-75.3796	4
13322	Clayville	clayville	NY	065		42.9801	-75.251	4
13323	Clinton	clinton	NY	065		43.0586	-75.3808	4
13328	Deansboro	deansboro	NY	065		42.9818	-75.4383	4
13338	Forestport	forestport	NY	065		43.4737	-75.1787	4
13341	Franklin Springs	franklin-springs	NY	065		43.0361	-75.3962	4
13352	Hinckley	hinckley	NY	065		43.3126	-75.1169	4
13354	Holland Patent	holland-patent	NY	065		43.2484	-75.2535	4
13362	Knoxboro	knoxboro	NY	065		42.9803	-75.5186	4
13363	Lee Center	lee-center	NY	065		43.3148	-75.5055	4
13401	Mc Connellsville	mc-connellsville	NY	065		43.2672	-75.6882	1
13403	Marcy	marcy	NY	065		43.1639	-75.2783	4
13413	New Hartford	new-hartford	NY	065		43.0654	-75.2906	4
13417	New York Mills	new-york-mills	NY	065		43.1	-75.2937	4
13424	Oriskany	oriskany	NY	065		43.1524	-75.3434	4
13425	Oriskany Falls	oriskany-falls	NY	065		42.9576	-75.4838	4
13435	Prospect	prospect	NY	065		43.3052	-75.1502	4
13438	Remsen	remsen	NY	065		43.3385	-75.1616	4
13440	Rome	rome	NY	065		43.2193	-75.4498	4
13441	Rome	rome	NY	065		43.2264	-75.4083	4
13442	Rome	rome	NY	065		43.2128	-75.4557	4
13449	Rome	rome	NY	065		43.2393	-75.478	4
13455	Sangerfield	sangerfield	NY	065		42.9162	-75.3545	4
13456	Sauquoit	sauquoit	NY	065		43.0073	-75.2626	4
13461	Sherrill	sherrill	NY	065		43.0704	-75.599	4
13469	Stittville	stittville	NY	065		43.2229	-75.2899	4
13471	Taberg	taberg	NY	065		43.3366	-75.6027	4
13476	Vernon	vernon	NY	065		43.0945	-75.5627	4
13477	Vernon Center	vernon-center	NY	065		43.0443	-75.521	4
13478	Verona	verona	NY	065		43.1473	-75.5724	4
13479	Washington Mills	washington-mills	NY	065		43.0538	-75.2716	4
13480	Waterville	waterville	NY	065		42.9332	-75.3815	4
13483	Westdale	westdale	NY	065		43.4117	-75.8226	4
13486	Westernville	westernville	NY	065		43.3294	-75.3151	4
13490	Westmoreland	westmoreland	NY	065		43.1017	-75.4533	4
13492	Whitesboro	whitesboro	NY	065		43.1158	-75.3095	4
13494	Woodgate	woodgate	NY	065		43.5249	-75.1428	4
13495	Yorkville	yorkville	NY	065		43.1116	-75.2756	4
13501	Utica	utica	NY	065		43.0871	-75.2315	4
13502	Utica	utica	NY	065		43.1067	-75.2314	4
13503	Utica	utica	NY	065		43.1019	-75.2312	4
13504	Utica	utica	NY	065		43.1009	-75.2327	4
13505	Utica	utica	NY	065		43.1009	-75.2327	4
13599	Utica	utica	NY	065		43.1009	-75.2327	4
13020	Apulia Station	apulia-station	NY	067		42.8187	-76.0724	4
13027	Baldwinsville	baldwinsville	NY	067		43.162	-76.3237	4
13029	Brewerton	brewerton	NY	067		43.2252	-76.1351	4
13030	Bridgeport	bridgeport	NY	067		43.159	-75.97	4
13031	Camillus	camillus	NY	067		43.0417	-76.2807	4
13039	Cicero	cicero	NY	067		43.1707	-76.0962	4
13041	Clay	clay	NY	067		43.1737	-76.1707	4
13051	Delphi Falls	delphi-falls	NY	067		42.8765	-75.9135	4
13057	East Syracuse	east-syracuse	NY	067		43.0734	-76.0558	4
13060	Elbridge	elbridge	NY	067		43.0252	-76.4352	4
13063	Fabius	fabius	NY	067		42.8531	-75.9836	4
13066	Fayetteville	fayetteville	NY	067		43.0268	-76.0145	4
13078	Jamesville	jamesville	NY	067		42.983	-76.0766	4
13080	Jordan	jordan	NY	067		43.0651	-76.4598	4
13082	Kirkville	kirkville	NY	067		43.0981	-75.955	4
13084	La Fayette	la-fayette	NY	067		42.891	-76.1061	1
13088	Liverpool	liverpool	NY	067		43.1099	-76.187	4
13089	Liverpool	liverpool	NY	067		43.0214	-76.1977	4
13090	Liverpool	liverpool	NY	067		43.1528	-76.2235	4
13104	Manlius	manlius	NY	067		42.9904	-75.9703	4
13108	Marcellus	marcellus	NY	067		42.9821	-76.3323	4
13110	Marietta	marietta	NY	067		42.8974	-76.2806	4
13112	Memphis	memphis	NY	067		43.0934	-76.403	4
13116	Minoa	minoa	NY	067		43.0772	-76.0098	4
13119	Mottville	mottville	NY	067		42.9745	-76.4408	4
13120	Nedrow	nedrow	NY	067		42.9559	-76.1529	4
13137	Plainville	plainville	NY	067		43.1577	-76.447	4
13138	Pompey	pompey	NY	067		42.899	-76.016	4
13152	Skaneateles	skaneateles	NY	067		42.9258	-76.4052	4
13153	Skaneateles Falls	skaneateles-falls	NY	067		42.9931	-76.456	4
13159	Tully	tully	NY	067		42.807	-76.1394	4
13164	Warners	warners	NY	067		43.0932	-76.2904	4
13201	Syracuse	syracuse	NY	067		43.0481	-76.1474	4
13202	Syracuse	syracuse	NY	067		43.041	-76.1489	4
13203	Syracuse	syracuse	NY	067		43.0607	-76.1369	4
13204	Syracuse	syracuse	NY	067		43.0444	-76.1758	4
13205	Syracuse	syracuse	NY	067		43.0123	-76.1452	4
13206	Syracuse	syracuse	NY	067		43.0677	-76.1102	4
13207	Syracuse	syracuse	NY	067		43.0195	-76.165	4
13208	Syracuse	syracuse	NY	067		43.073	-76.1486	4
13209	Syracuse	syracuse	NY	067		43.0847	-76.2405	4
13210	Syracuse	syracuse	NY	067		43.0354	-76.1282	4
13211	Syracuse	syracuse	NY	067		43.1036	-76.1195	4
13212	Syracuse	syracuse	NY	067		43.1226	-76.1284	4
13214	Syracuse	syracuse	NY	067		43.0397	-76.0722	4
13215	Syracuse	syracuse	NY	067		42.9722	-76.2276	4
13217	Syracuse	syracuse	NY	067		43.0214	-76.1977	4
13218	Syracuse	syracuse	NY	067		43.0214	-76.1977	4
13219	Syracuse	syracuse	NY	067		43.0409	-76.2262	4
13220	Syracuse	syracuse	NY	067		43.1234	-76.1282	4
13221	Syracuse	syracuse	NY	067		43.0481	-76.1474	4
13224	Syracuse	syracuse	NY	067		43.0421	-76.1046	4
13225	Syracuse	syracuse	NY	067		43.0214	-76.1977	4
13235	Syracuse	syracuse	NY	067		43.0559	-76.1526	4
13244	Syracuse	syracuse	NY	067		43.0377	-76.1396	4
13250	Syracuse	syracuse	NY	067		43.0214	-76.1977	4
13251	Syracuse	syracuse	NY	067		43.0214	-76.1977	4
13252	Syracuse	syracuse	NY	067		43.051	-76.1567	4
13261	Syracuse	syracuse	NY	067		43.0481	-76.1474	4
13290	Syracuse	syracuse	NY	067		43.0676	-76.1714	4
14424	Canandaigua	canandaigua	NY	069		42.8689	-77.2846	4
14425	Farmington	farmington	NY	069		42.958	-77.3083	4
14432	Clifton Springs	clifton-springs	NY	069		42.9632	-77.144	4
14443	East Bloomfield	east-bloomfield	NY	069		42.901	-77.4233	4
14453	Fishers	fishers	NY	069		43.0109	-77.4705	4
14456	Geneva	geneva	NY	069		42.8637	-76.9913	4
14461	Gorham	gorham	NY	069		42.799	-77.1316	4
14463	Hall	hall	NY	069		42.7966	-77.0639	4
14469	Bloomfield	bloomfield	NY	069		42.8851	-77.46	1
14471	Honeoye	honeoye	NY	069		42.7901	-77.5169	4
14475	Ionia	ionia	NY	069		42.938	-77.5009	4
14504	Manchester	manchester	NY	069		42.9689	-77.2332	4
14512	Naples	naples	NY	069		42.6404	-77.3901	4
14518	Oaks Corners	oaks-corners	NY	069		42.9319	-77.0118	4
14532	Phelps	phelps	NY	069		42.9582	-77.0473	4
14537	Port Gibson	port-gibson	NY	069		43.0345	-77.1575	4
14547	Seneca Castle	seneca-castle	NY	069		42.887	-77.0961	4
14548	Shortsville	shortsville	NY	069		42.9761	-77.2439	4
14561	Stanley	stanley	NY	069		42.8303	-77.1207	4
14564	Victor	victor	NY	069		42.9866	-77.418	4
14585	West Bloomfield	west-bloomfield	NY	069		42.9063	-77.5531	4
10910	Arden	arden	NY	071		41.2745	-74.1529	4
10912	Bellvale	bellvale	NY	071		41.2504	-74.3107	4
10914	Blooming Grove	blooming-grove	NY	071		41.4093	-74.1951	4
10915	Bullville	bullville	NY	071		41.5443	-74.3615	4
10916	Campbell Hall	campbell-hall	NY	071		41.443	-74.2505	4
10917	Central Valley	central-valley	NY	071		41.3268	-74.122	4
10918	Chester	chester	NY	071		41.3554	-74.2651	4
10919	Circleville	circleville	NY	071		41.5244	-74.385	4
10921	Florida	florida	NY	071		41.3295	-74.3528	4
10922	Fort Montgomery	fort-montgomery	NY	071		41.3346	-73.9917	4
10924	Goshen	goshen	NY	071		41.3946	-74.3302	4
10925	Greenwood Lake	greenwood-lake	NY	071		41.2101	-74.3033	4
10926	Harriman	harriman	NY	071		41.3005	-74.1249	4
10928	Highland Falls	highland-falls	NY	071		41.3582	-73.9746	4
10930	Highland Mills	highland-mills	NY	071		41.3536	-74.1197	4
10932	Howells	howells	NY	071		41.4795	-74.4652	4
10933	Johnson	johnson	NY	071		41.3653	-74.5109	4
10940	Middletown	middletown	NY	071		41.4512	-74.4701	4
10941	Middletown	middletown	NY	071		41.4886	-74.345	4
10949	Monroe	monroe	NY	071		41.3274	-74.1911	4
10950	Monroe	monroe	NY	071		41.3286	-74.1885	4
10953	Mountainville	mountainville	NY	071		41.4009	-74.0785	4
10958	New Hampton	new-hampton	NY	071		41.3627	-74.4435	4
10959	New Milford	new-milford	NY	071		41.2345	-74.4138	4
10963	Otisville	otisville	NY	071		41.4818	-74.5294	4
10969	Pine Island	pine-island	NY	071		41.2926	-74.4888	4
10973	Slate Hill	slate-hill	NY	071		41.376	-74.4847	4
10975	Southfields	southfields	NY	071		41.248	-74.1762	4
10979	Sterling Forest	sterling-forest	NY	071		41.1823	-74.3184	4
10981	Sugar Loaf	sugar-loaf	NY	071		41.3232	-74.2886	4
10985	Thompson Ridge	thompson-ridge	NY	071		41.575	-74.3225	4
10987	Tuxedo Park	tuxedo-park	NY	071		41.1925	-74.2159	4
10988	Unionville	unionville	NY	071		41.302	-74.5615	4
10990	Warwick	warwick	NY	071		41.2656	-74.3604	4
10992	Washingtonville	washingtonville	NY	071		41.4237	-74.1601	4
10996	West Point	west-point	NY	071		41.3945	-73.9737	4
10997	West Point	west-point	NY	071		41.3915	-73.956	4
10998	Westtown	westtown	NY	071		41.3214	-74.5529	4
12518	Cornwall	cornwall	NY	071		41.4162	-74.0395	1
12520	Cornwall On Hudson	cornwall-on-hudson	NY	071		41.433	-74.0061	4
12543	Maybrook	maybrook	NY	071		41.4886	-74.2163	4
12549	Montgomery	montgomery	NY	071		41.5333	-74.2534	4
12550	Newburgh	newburgh	NY	071		41.5372	-74.0526	4
12551	Newburgh	newburgh	NY	071		41.5034	-74.0104	4
12552	Newburgh	newburgh	NY	071		41.5034	-74.0104	4
12553	New Windsor	new-windsor	NY	071		41.4724	-74.0566	4
12555	Newburgh	newburgh	NY	071		41.5034	-74.0104	4
12566	Pine Bush	pine-bush	NY	071		41.6178	-74.3263	4
12575	Rock Tavern	rock-tavern	NY	071		41.4575	-74.1659	4
12577	Salisbury Mills	salisbury-mills	NY	071		41.4497	-74.1214	4
12584	Vails Gate	vails-gate	NY	071		41.4641	-74.0591	4
12586	Walden	walden	NY	071		41.5596	-74.1764	4
12729	Cuddebackville	cuddebackville	NY	071		41.4776	-74.5976	4
12746	Huguenot	huguenot	NY	071		41.4179	-74.631	4
12771	Port Jervis	port-jervis	NY	071		41.3786	-74.6691	4
12780	Sparrow Bush	sparrow-bush	NY	071		41.4443	-74.7213	4
14098	Lyndonville	lyndonville	NY	073		43.3233	-78.3811	4
14103	Medina	medina	NY	073		43.2184	-78.3874	4
14411	Albion	albion	NY	073		43.2398	-78.2068	4
14429	Clarendon	clarendon	NY	073		43.1934	-78.0647	4
14452	Fancher	fancher	NY	073		43.2448	-78.0911	4
14470	Holley	holley	NY	073		43.2159	-78.0731	4
14476	Kendall	kendall	NY	073		43.3284	-78.0304	4
14477	Kent	kent	NY	073		43.3341	-78.1355	4
14479	Knowlesville	knowlesville	NY	073		43.2363	-78.3138	4
14508	Morton	morton	NY	073		43.3281	-77.9953	4
14571	Waterport	waterport	NY	073		43.3326	-78.243	4
13028	Bernhards Bay	bernhards-bay	NY	075		43.2717	-75.9373	4
13036	Central Square	central-square	NY	075		43.309	-76.1849	4
13042	Cleveland	cleveland	NY	075		43.2432	-75.8537	4
13044	Constantia	constantia	NY	075		43.2728	-76.0042	4
13064	Fair Haven	fair-haven	NY	075		43.4313	-76.2004	4
13069	Fulton	fulton	NY	075		43.3211	-76.4034	4
13074	Hannibal	hannibal	NY	075		43.3111	-76.546	4
13076	Hastings	hastings	NY	075		43.3527	-76.1477	4
13083	Lacona	lacona	NY	075		43.6429	-76.0503	4
13093	Lycoming	lycoming	NY	075		43.4987	-76.3858	4
13103	Mallory	mallory	NY	075		43.3237	-76.1166	4
13107	Maple View	maple-view	NY	075		43.4578	-76.1534	4
13114	Mexico	mexico	NY	075		43.4605	-76.2446	4
13115	Minetto	minetto	NY	075		43.3977	-76.4824	4
13121	New Haven	new-haven	NY	075		43.4834	-76.315	4
13126	Oswego	oswego	NY	075		43.4394	-76.4613	4
13131	Parish	parish	NY	075		43.4153	-76.1	4
13132	Pennellville	pennellville	NY	075		43.2609	-76.2395	4
13135	Phoenix	phoenix	NY	075		43.2468	-76.3064	4
13142	Pulaski	pulaski	NY	075		43.5562	-76.1252	4
13144	Richland	richland	NY	075		43.5776	-76.0029	4
13145	Sandy Creek	sandy-creek	NY	075		43.6517	-76.1264	4
13167	West Monroe	west-monroe	NY	075		43.2882	-76.0797	4
13302	Altmar	altmar	NY	075		43.497	-75.9719	4
13426	Orwell	orwell	NY	075		43.5628	-75.9968	4
13437	Redfield	redfield	NY	075		43.5658	-75.8242	4
13493	Williamstown	williamstown	NY	075		43.4106	-75.9044	4
12064	East Worcester	east-worcester	NY	077		42.6321	-74.6674	4
12116	Maryland	maryland	NY	077		42.5371	-74.903	4
12155	Schenevus	schenevus	NY	077		42.59	-74.8149	4
12197	Worcester	worcester	NY	077		42.6049	-74.7299	4
13315	Burlington Flats	burlington-flats	NY	077		42.7516	-75.169	4
13320	Cherry Valley	cherry-valley	NY	077		42.7823	-74.7444	4
13326	Cooperstown	cooperstown	NY	077		42.7005	-74.9243	4
13333	East Springfield	east-springfield	NY	077		42.8336	-74.8233	4
13335	Edmeston	edmeston	NY	077		42.6979	-75.2438	4
13337	Fly Creek	fly-creek	NY	077		42.7252	-74.9869	4
13342	Garrattsville	garrattsville	NY	077		42.6315	-75.1866	4
13348	Hartwick	hartwick	NY	077		42.695	-75.055	4
13415	New Lisbon	new-lisbon	NY	077		42.5904	-75.1957	4
13439	Richfield Springs	richfield-springs	NY	077		42.8402	-74.9716	4
13450	Roseboom	roseboom	NY	077		42.708	-74.8025	4
13457	Schuyler Lake	schuyler-lake	NY	077		42.7758	-75.0485	4
13468	Springfield Center	springfield-center	NY	077		42.8388	-74.859	4
13482	West Burlington	west-burlington	NY	077		42.7043	-75.1849	4
13485	West Edmeston	west-edmeston	NY	077		42.7868	-75.3149	4
13488	Westford	westford	NY	077		42.6809	-74.7653	4
13747	Colliersville	colliersville	NY	077		42.5051	-74.9821	4
13776	Gilbertsville	gilbertsville	NY	077		42.4715	-75.3257	4
13796	Laurens	laurens	NY	077		42.5383	-75.1279	4
13807	Milford	milford	NY	077		42.6148	-74.9685	4
13808	Morris	morris	NY	077		42.5478	-75.2448	4
13810	Mount Vision	mount-vision	NY	077		42.6068	-75.1264	4
13820	Oneonta	oneonta	NY	077		42.4625	-75.0491	4
13825	Otego	otego	NY	077		42.4133	-75.2079	4
13834	Portlandville	portlandville	NY	077		42.5304	-74.9671	4
13849	Unadilla	unadilla	NY	077		42.3252	-75.3366	4
13859	Wells Bridge	wells-bridge	NY	077		42.3709	-75.2486	4
13861	West Oneonta	west-oneonta	NY	077		42.5011	-75.1409	4
10509	Brewster	brewster	NY	079		41.4097	-73.5992	4
10512	Carmel	carmel	NY	079		41.4432	-73.6815	4
10516	Cold Spring	cold-spring	NY	079		41.4414	-73.9335	4
10524	Garrison	garrison	NY	079		41.3621	-73.92	4
10537	Lake Peekskill	lake-peekskill	NY	079		41.3374	-73.8838	4
10541	Mahopac	mahopac	NY	079		41.3717	-73.7508	4
09258	APO AE	apo-ae				49.4445	7.5553	
10542	Mahopac Falls	mahopac-falls	NY	079		41.3726	-73.7601	4
10579	Putnam Valley	putnam-valley	NY	079		41.3728	-73.8502	4
12563	Patterson	patterson	NY	079		41.4888	-73.5815	4
11004	Glen Oaks	glen-oaks	NY	081		40.7481	-73.7114	4
11005	Floral Park	floral-park	NY	081		40.7571	-73.7182	4
11101	Long Island City	long-island-city	NY	081		40.7446	-73.9345	4
11102	Astoria	astoria	NY	081		40.7706	-73.9265	4
11103	Astoria	astoria	NY	081		40.7627	-73.9149	4
11104	Sunnyside	sunnyside	NY	081		40.7436	-73.9216	4
11105	Astoria	astoria	NY	081		40.7763	-73.911	4
11106	Astoria	astoria	NY	081		40.7608	-73.9295	4
11109	Long Island City	long-island-city	NY	081		40.7454	-73.9575	4
11120	Long Island City	long-island-city	NY	081		40.7448	-73.9487	4
11351	Flushing	flushing	NY	081		40.7817	-73.8317	4
11352	Flushing	flushing	NY	081		40.6514	-73.8708	4
11354	Flushing	flushing	NY	081		40.7667	-73.8241	4
11355	Flushing	flushing	NY	081		40.7536	-73.8226	4
11356	College Point	college-point	NY	081		40.7855	-73.845	4
11357	Whitestone	whitestone	NY	081		40.7851	-73.8096	4
11358	Flushing	flushing	NY	081		40.7606	-73.7968	4
11359	Bayside	bayside	NY	081		40.7928	-73.7767	4
11360	Bayside	bayside	NY	081		40.7807	-73.7812	4
11361	Bayside	bayside	NY	081		40.7627	-73.7745	4
11362	Little Neck	little-neck	NY	081		40.7591	-73.7326	4
11363	Little Neck	little-neck	NY	081		40.7722	-73.7454	4
11364	Oakland Gardens	oakland-gardens	NY	081		40.7428	-73.7588	4
11365	Fresh Meadows	fresh-meadows	NY	081		40.7374	-73.7951	4
11366	Fresh Meadows	fresh-meadows	NY	081		40.7272	-73.7949	4
11367	Flushing	flushing	NY	081		40.728	-73.8195	4
11368	Corona	corona	NY	081		40.7453	-73.8611	4
11369	East Elmhurst	east-elmhurst	NY	081		40.7613	-73.8739	4
11370	East Elmhurst	east-elmhurst	NY	081		40.7611	-73.8916	4
11371	Flushing	flushing	NY	081		40.7721	-73.8735	4
11372	Jackson Heights	jackson-heights	NY	081		40.7513	-73.883	4
11373	Elmhurst	elmhurst	NY	081		40.7351	-73.8776	4
11374	Rego Park	rego-park	NY	081		40.7278	-73.8602	4
11375	Forest Hills	forest-hills	NY	081		40.7229	-73.8473	4
11377	Woodside	woodside	NY	081		40.745	-73.9069	4
11378	Maspeth	maspeth	NY	081		40.7239	-73.8997	4
11379	Middle Village	middle-village	NY	081		40.7173	-73.8792	4
11380	Elmhurst	elmhurst	NY	081		40.7365	-73.8779	4
11381	Flushing	flushing	NY	081		40.6514	-73.8708	4
11385	Ridgewood	ridgewood	NY	081		40.7036	-73.8961	4
11386	Ridgewood	ridgewood	NY	081		40.7001	-73.9057	4
11405	Jamaica	jamaica	NY	081		40.6514	-73.8708	4
11411	Cambria Heights	cambria-heights	NY	081		40.6947	-73.7374	4
11412	Saint Albans	saint-albans	NY	081		40.6958	-73.7617	4
11413	Springfield Gardens	springfield-gardens	NY	081		40.6645	-73.7559	4
11414	Howard Beach	howard-beach	NY	081		40.6588	-73.8438	4
11415	Kew Gardens	kew-gardens	NY	081		40.7069	-73.8297	4
11416	Ozone Park	ozone-park	NY	081		40.6838	-73.8514	4
11417	Ozone Park	ozone-park	NY	081		40.6769	-73.8448	4
11418	Richmond Hill	richmond-hill	NY	081		40.6982	-73.8345	4
11419	South Richmond Hill	south-richmond-hill	NY	081		40.6868	-73.823	1
11420	South Ozone Park	south-ozone-park	NY	081		40.6744	-73.819	4
11421	Woodhaven	woodhaven	NY	081		40.6913	-73.8585	4
11422	Rosedale	rosedale	NY	081		40.6621	-73.7353	4
11423	Hollis	hollis	NY	081		40.7142	-73.7677	4
11424	Jamaica	jamaica	NY	081		40.6514	-73.8708	4
11425	Jamaica	jamaica	NY	081		40.6514	-73.8708	4
11426	Bellerose	bellerose	NY	081		40.7347	-73.723	4
11427	Queens Village	queens-village	NY	081		40.7277	-73.7489	4
11428	Queens Village	queens-village	NY	081		40.7208	-73.7433	4
11429	Queens Village	queens-village	NY	081		40.709	-73.7401	4
11430	Jamaica	jamaica	NY	081		40.6472	-73.7827	4
11431	Jamaica	jamaica	NY	081		40.6869	-73.8501	4
11432	Jamaica	jamaica	NY	081		40.7119	-73.7944	4
11433	Jamaica	jamaica	NY	081		40.6969	-73.7877	4
11434	Jamaica	jamaica	NY	081		40.6775	-73.7758	4
11435	Jamaica	jamaica	NY	081		40.7029	-73.8111	4
11436	Jamaica	jamaica	NY	081		40.6763	-73.7966	4
11437	Jamaica	jamaica	NY	081		40.6763	-73.7966	4
11439	Jamaica	jamaica	NY	081		40.722	-73.7908	4
11451	Jamaica	jamaica	NY	081		40.6514	-73.8708	4
11499	Jamaica	jamaica	NY	081		40.6514	-73.8708	4
11690	Far Rockaway	far-rockaway	NY	081		40.6054	-73.7551	4
11691	Far Rockaway	far-rockaway	NY	081		40.6006	-73.758	4
11692	Arverne	arverne	NY	081		40.5923	-73.7933	4
11693	Far Rockaway	far-rockaway	NY	081		40.6076	-73.8198	4
11694	Rockaway Park	rockaway-park	NY	081		40.5766	-73.8428	4
11695	Far Rockaway	far-rockaway	NY	081		40.6514	-73.8708	4
11697	Breezy Point	breezy-point	NY	081		40.5594	-73.9067	4
12018	Averill Park	averill-park	NY	083		42.6365	-73.5504	4
12022	Berlin	berlin	NY	083		42.6919	-73.3702	4
12024	Brainard	brainard	NY	083		42.495	-73.5107	4
12028	Buskirk	buskirk	NY	083		42.9601	-73.4497	4
12033	Castleton On Hudson	castleton-on-hudson	NY	083		42.5376	-73.7071	4
12040	Cherry Plain	cherry-plain	NY	083		42.6467	-73.3716	1
12052	Cropseyville	cropseyville	NY	083		42.7667	-73.4719	4
12061	East Greenbush	east-greenbush	NY	083		42.5951	-73.6826	4
12062	East Nassau	east-nassau	NY	083		42.5352	-73.4984	4
12063	East Schodack	east-schodack	NY	083		42.5637	-73.6274	4
12082	Grafton	grafton	NY	083		42.7726	-73.4468	4
12089	Hoosick	hoosick	NY	083		42.8667	-73.3181	4
12090	Hoosick Falls	hoosick-falls	NY	083		42.8937	-73.3581	4
12094	Johnsonville	johnsonville	NY	083		42.8769	-73.4989	4
12121	Melrose	melrose	NY	083		42.8412	-73.6077	4
12123	Nassau	nassau	NY	083		42.5271	-73.6118	4
12133	North Hoosick	north-hoosick	NY	083		42.9261	-73.3464	4
12138	Petersburg	petersburg	NY	083		42.7495	-73.3401	4
12140	Poestenkill	poestenkill	NY	083		42.6918	-73.5627	4
12144	Rensselaer	rensselaer	NY	083		42.6359	-73.7219	4
12153	Sand Lake	sand-lake	NY	083		42.6379	-73.4989	4
12154	Schaghticoke	schaghticoke	NY	083		42.9144	-73.6154	4
12156	Schodack Landing	schodack-landing	NY	083		42.4816	-73.748	4
12168	Stephentown	stephentown	NY	083		42.5487	-73.374	4
12169	Stephentown	stephentown	NY	083		42.5855	-73.4154	4
12180	Troy	troy	NY	083		42.7287	-73.6683	4
12181	Troy	troy	NY	083		42.7387	-73.6739	4
12182	Troy	troy	NY	083		42.7829	-73.6648	4
12185	Valley Falls	valley-falls	NY	083		42.8855	-73.5437	4
12196	West Sand Lake	west-sand-lake	NY	083		42.638	-73.6109	4
12198	Wynantskill	wynantskill	NY	083		42.6878	-73.6383	4
10301	Staten Island	staten-island	NY	085		40.6316	-74.0927	4
10302	Staten Island	staten-island	NY	085		40.6306	-74.1379	4
10303	Staten Island	staten-island	NY	085		40.6301	-74.1607	4
10304	Staten Island	staten-island	NY	085		40.6102	-74.0878	4
10305	Staten Island	staten-island	NY	085		40.5973	-74.0768	4
10306	Staten Island	staten-island	NY	085		40.5682	-74.1184	4
10307	Staten Island	staten-island	NY	085		40.5085	-74.2445	4
10308	Staten Island	staten-island	NY	085		40.5518	-74.1526	4
10309	Staten Island	staten-island	NY	085		40.5352	-74.2116	4
10310	Staten Island	staten-island	NY	085		40.6324	-74.1171	4
10311	Staten Island	staten-island	NY	085		40.6052	-74.1795	4
10312	Staten Island	staten-island	NY	085		40.5457	-74.1792	4
10313	Staten Island	staten-island	NY	085		40.5644	-74.1468	4
10314	Staten Island	staten-island	NY	085		40.6039	-74.1472	4
10901	Suffern	suffern	NY	087		41.1177	-74.1241	4
10911	Bear Mountain	bear-mountain	NY	087		41.1609	-74.0608	1
10913	Blauvelt	blauvelt	NY	087		41.0626	-73.9629	4
10920	Congers	congers	NY	087		41.1487	-73.9413	4
10923	Garnerville	garnerville	NY	087		41.2021	-74.0005	4
10927	Haverstraw	haverstraw	NY	087		41.1971	-73.969	4
10931	Hillburn	hillburn	NY	087		41.124	-74.1702	4
10952	Monsey	monsey	NY	087		41.1163	-74.0736	4
10954	Nanuet	nanuet	NY	087		41.0977	-74.0109	4
10956	New City	new-city	NY	087		41.1472	-73.9962	4
10960	Nyack	nyack	NY	087		41.0914	-73.9252	4
10962	Orangeburg	orangeburg	NY	087		41.0442	-73.9609	4
10964	Palisades	palisades	NY	087		41.0103	-73.925	4
10965	Pearl River	pearl-river	NY	087		41.0629	-74.0159	4
10968	Piermont	piermont	NY	087		41.0395	-73.9192	4
10970	Pomona	pomona	NY	087		41.1901	-74.0436	4
10974	Sloatsburg	sloatsburg	NY	087		41.1575	-74.2008	4
10976	Sparkill	sparkill	NY	087		41.0256	-73.9229	4
10977	Spring Valley	spring-valley	NY	087		41.1158	-74.0474	4
10980	Stony Point	stony-point	NY	087		41.2292	-73.9962	4
10982	Tallman	tallman	NY	087		41.1112	-74.0999	4
10983	Tappan	tappan	NY	087		41.0278	-73.9491	4
10984	Thiells	thiells	NY	087		41.2078	-74.0154	4
10986	Tomkins Cove	tomkins-cove	NY	087		41.2598	-73.9892	4
10989	Valley Cottage	valley-cottage	NY	087		41.1183	-73.943	4
10993	West Haverstraw	west-haverstraw	NY	087		41.209	-73.9821	4
10994	West Nyack	west-nyack	NY	087		41.0973	-73.9768	4
12922	Childwold	childwold	NY	089		44.2867	-74.6759	4
12927	Cranberry Lake	cranberry-lake	NY	089		44.229	-74.8581	4
12949	Lawrenceville	lawrenceville	NY	089		44.7469	-74.6604	4
12965	Nicholville	nicholville	NY	089		44.703	-74.6805	4
12967	North Lawrence	north-lawrence	NY	089		44.775	-74.6653	4
12973	Piercefield	piercefield	NY	089		44.2343	-74.556	4
13613	Brasher Falls	brasher-falls	NY	089		44.8467	-74.7473	4
13614	Brier Hill	brier-hill	NY	089		44.5525	-75.6722	4
13617	Canton	canton	NY	089		44.5924	-75.1628	4
13621	Chase Mills	chase-mills	NY	089		44.8672	-75.073	4
13623	Chippewa Bay	chippewa-bay	NY	089		44.442	-75.7569	4
13625	Colton	colton	NY	089		44.5016	-74.9327	4
13630	De Kalb Junction	de-kalb-junction	NY	089		44.4896	-75.2871	4
13633	De Peyster	de-peyster	NY	089		44.4989	-75.4772	4
13635	Edwards	edwards	NY	089		44.311	-75.2522	4
13639	Fine	fine	NY	089		44.2541	-75.1379	4
13642	Gouverneur	gouverneur	NY	089		44.3283	-75.4651	4
13645	Hailesboro	hailesboro	NY	089		44.3101	-75.4463	4
13646	Hammond	hammond	NY	089		44.4502	-75.6727	4
13647	Hannawa Falls	hannawa-falls	NY	089		44.6087	-74.9732	4
13649	Helena	helena	NY	089		44.9217	-74.7068	4
13652	Hermon	hermon	NY	089		44.4448	-75.1987	4
13654	Heuvelton	heuvelton	NY	089		44.593	-75.4203	4
13658	Lisbon	lisbon	NY	089		44.7184	-75.2694	4
13660	Madrid	madrid	NY	089		44.769	-75.1413	4
13662	Massena	massena	NY	089		44.9322	-74.8845	4
13664	Morristown	morristown	NY	089		44.5843	-75.6453	4
13666	Newton Falls	newton-falls	NY	089		44.2177	-74.9423	4
13667	Norfolk	norfolk	NY	089		44.8424	-74.9577	4
13668	Norwood	norwood	NY	089		44.7472	-74.9992	4
13669	Ogdensburg	ogdensburg	NY	089		44.6902	-75.4774	4
13670	Oswegatchie	oswegatchie	NY	089		44.1933	-75.0659	4
13672	Parishville	parishville	NY	089		44.5927	-74.7941	4
13676	Potsdam	potsdam	NY	089		44.6592	-74.9681	4
13677	Pyrites	pyrites	NY	089		44.5148	-75.1858	4
13678	Raymondville	raymondville	NY	089		44.8287	-74.9798	4
13680	Rensselaer Falls	rensselaer-falls	NY	089		44.5943	-75.3237	4
13681	Richville	richville	NY	089		44.44	-75.3777	4
13683	Rooseveltown	rooseveltown	NY	089		44.9728	-74.731	4
13684	Russell	russell	NY	089		44.3824	-75.1043	4
13687	South Colton	south-colton	NY	089		44.5041	-74.8607	4
13690	Star Lake	star-lake	NY	089		44.1578	-75.033	4
13694	Waddington	waddington	NY	089		44.8564	-75.2049	4
13695	Wanakena	wanakena	NY	089		44.1408	-74.9125	4
13696	West Stockholm	west-stockholm	NY	089		44.7137	-74.9008	4
13697	Winthrop	winthrop	NY	089		44.7583	-74.8066	4
13699	Potsdam	potsdam	NY	089		44.6698	-74.9813	4
12019	Ballston Lake	ballston-lake	NY	091		42.9192	-73.8552	4
12020	Ballston Spa	ballston-spa	NY	091		43.005	-73.8486	4
12027	Burnt Hills	burnt-hills	NY	091		42.9329	-73.896	4
12065	Clifton Park	clifton-park	NY	091		42.8499	-73.7851	4
12074	Galway	galway	NY	091		43.0217	-74.029	4
12118	Mechanicville	mechanicville	NY	091		42.9168	-73.7214	4
12148	Rexford	rexford	NY	091		42.8524	-73.8701	4
12151	Round Lake	round-lake	NY	091		42.9247	-73.7859	4
12170	Stillwater	stillwater	NY	091		43.0019	-73.6609	4
12188	Waterford	waterford	NY	091		42.81	-73.6995	4
12803	South Glens Falls	south-glens-falls	NY	091		43.2836	-73.6294	4
12822	Corinth	corinth	NY	091		43.2426	-73.8369	4
12831	Gansevoort	gansevoort	NY	091		43.1803	-73.7053	4
12833	Greenfield Center	greenfield-center	NY	091		43.1401	-73.8398	4
12835	Hadley	hadley	NY	091		43.3173	-73.8482	4
12850	Middle Grove	middle-grove	NY	091		43.0975	-74.0167	4
12859	Porter Corners	porter-corners	NY	091		43.1724	-73.8839	4
12863	Rock City Falls	rock-city-falls	NY	091		43.0662	-73.9215	4
12866	Saratoga Springs	saratoga-springs	NY	091		43.0708	-73.7408	4
12871	Schuylerville	schuylerville	NY	091		43.0878	-73.6007	4
12884	Victory Mills	victory-mills	NY	091		43.0884	-73.5917	4
12008	Alplaus	alplaus	NY	093		42.8573	-73.9002	4
12053	Delanson	delanson	NY	093		42.748	-74.1868	4
12056	Duanesburg	duanesburg	NY	093		42.7708	-74.0839	4
12137	Pattersonville	pattersonville	NY	093		42.8499	-74.1231	4
12141	Quaker Street	quaker-street	NY	093		42.7318	-74.1854	4
12150	Rotterdam Junction	rotterdam-junction	NY	093		42.8745	-74.0465	4
12301	Schenectady	schenectady	NY	093		42.8142	-73.9396	4
12302	Schenectady	schenectady	NY	093		42.88	-73.9913	4
12303	Schenectady	schenectady	NY	093		42.7823	-73.9448	4
12304	Schenectady	schenectady	NY	093		42.7841	-73.9094	4
12305	Schenectady	schenectady	NY	093		42.8161	-73.9398	4
12306	Schenectady	schenectady	NY	093		42.7904	-73.9809	4
12307	Schenectady	schenectady	NY	093		42.8047	-73.9363	4
12308	Schenectady	schenectady	NY	093		42.8179	-73.9206	4
12309	Schenectady	schenectady	NY	093		42.8091	-73.8693	4
12325	Schenectady	schenectady	NY	093		42.8333	-74.058	4
12345	Schenectady	schenectady	NY	093		42.8142	-73.9396	4
12031	Carlisle	carlisle	NY	095		42.7648	-74.4569	4
12035	Central Bridge	central-bridge	NY	095		42.737	-74.3451	4
12036	Charlotteville	charlotteville	NY	095		42.533	-74.6819	4
12043	Cobleskill	cobleskill	NY	095		42.684	-74.4939	4
12071	Fultonham	fultonham	NY	095		42.5923	-74.4381	4
12073	Gallupville	gallupville	NY	095		42.6626	-74.2326	4
12076	Gilboa	gilboa	NY	095		42.4108	-74.4003	4
12092	Howes Cave	howes-cave	NY	095		42.7045	-74.3648	4
12093	Jefferson	jefferson	NY	095		42.4999	-74.6117	4
12122	Middleburgh	middleburgh	NY	095		42.5637	-74.3292	4
12131	North Blenheim	north-blenheim	NY	095		42.4899	-74.4282	4
12149	Richmondville	richmondville	NY	095		42.6424	-74.571	4
12157	Schoharie	schoharie	NY	095		42.6615	-74.3047	4
12160	Sloansville	sloansville	NY	095		42.7599	-74.3642	4
12175	Summit	summit	NY	095		42.535	-74.5452	4
12187	Warnerville	warnerville	NY	095		42.6604	-74.5074	4
12194	West Fulton	west-fulton	NY	095		42.5506	-74.4631	4
13459	Sharon Springs	sharon-springs	NY	095		42.7634	-74.5919	4
14805	Alpine	alpine	NY	097		42.351	-76.7348	4
14812	Beaver Dams	beaver-dams	NY	097		42.2798	-76.972	4
14818	Burdett	burdett	NY	097		42.4394	-76.8292	4
14824	Cayuta	cayuta	NY	097		42.2774	-76.6974	4
14841	Hector	hector	NY	097		42.4966	-76.8786	4
14863	Mecklenburg	mecklenburg	NY	097		42.4516	-76.7067	4
14865	Montour Falls	montour-falls	NY	097		42.3437	-76.8396	4
14869	Odessa	odessa	NY	097		42.3609	-76.7717	4
14876	Reading Center	reading-center	NY	097		42.4297	-76.9258	4
14887	Tyrone	tyrone	NY	097		42.3994	-77.0268	4
14891	Watkins Glen	watkins-glen	NY	097		42.3771	-76.9022	4
14893	Wayne	wayne	NY	097		42.4741	-77.0977	4
13065	Fayette	fayette	NY	099		42.8227	-76.802	4
13148	Seneca Falls	seneca-falls	NY	099		42.9094	-76.7925	4
13165	Waterloo	waterloo	NY	099		42.9045	-76.8755	4
14521	Ovid	ovid	NY	099		42.6898	-76.7941	4
14541	Romulus	romulus	NY	099		42.7497	-76.8449	4
14588	Willard	willard	NY	099		42.6835	-76.8724	4
14847	Interlaken	interlaken	NY	099		42.6165	-76.7268	4
14860	Lodi	lodi	NY	099		42.5966	-76.8339	4
14529	Perkinsville	perkinsville	NY	101		42.5398	-77.6283	4
14572	Wayland	wayland	NY	101		42.5593	-77.5906	4
14801	Addison	addison	NY	101		42.0983	-77.266	4
14807	Arkport	arkport	NY	101		42.4225	-77.6918	4
14808	Atlanta	atlanta	NY	101		42.5596	-77.4669	4
14809	Avoca	avoca	NY	101		42.3679	-77.4641	4
14810	Bath	bath	NY	101		42.3575	-77.3028	4
14815	Bradford	bradford	NY	101		42.3825	-77.0913	4
14819	Cameron	cameron	NY	101		42.2128	-77.4403	4
14820	Cameron Mills	cameron-mills	NY	101		42.1925	-77.365	4
14821	Campbell	campbell	NY	101		42.2386	-77.2066	4
14823	Canisteo	canisteo	NY	101		42.2635	-77.5897	4
14826	Cohocton	cohocton	NY	101		42.5003	-77.4998	4
14827	Coopers Plains	coopers-plains	NY	101		42.1785	-77.1414	4
14830	Corning	corning	NY	101		42.1383	-77.0475	4
14831	Corning	corning	NY	101		42.1429	-77.0547	4
14839	Greenwood	greenwood	NY	101		42.1398	-77.636	4
14840	Hammondsport	hammondsport	NY	101		42.4312	-77.1977	4
14843	Hornell	hornell	NY	101		42.3274	-77.6569	4
14855	Jasper	jasper	NY	101		42.129	-77.4999	4
14856	Kanona	kanona	NY	101		42.3742	-77.3648	4
14858	Lindley	lindley	NY	101		42.0284	-77.1397	4
14870	Painted Post	painted-post	NY	101		42.171	-77.1194	4
14873	Prattsburgh	prattsburgh	NY	101		42.5224	-77.2983	4
14874	Pulteney	pulteney	NY	101		42.5233	-77.1691	4
14877	Rexville	rexville	NY	101		42.0726	-77.6767	4
14879	Savona	savona	NY	101		42.3041	-77.2083	4
14885	Troupsburg	troupsburg	NY	101		42.0501	-77.5502	4
14898	Woodhull	woodhull	NY	101		42.0736	-77.4203	4
00501	Holtsville	holtsville	NY	103		40.8154	-73.0451	4
00544	Holtsville	holtsville	NY	103		40.8154	-73.0451	4
06390	Fishers Island	fishers-island	NY	103		41.2639	-72.0178	4
11701	Amityville	amityville	NY	103		40.6842	-73.4171	4
11702	Babylon	babylon	NY	103		40.6957	-73.3257	4
11703	North Babylon	north-babylon	NY	103		40.7321	-73.3236	4
11704	West Babylon	west-babylon	NY	103		40.7135	-73.3546	4
11705	Bayport	bayport	NY	103		40.7444	-73.0542	4
11706	Bay Shore	bay-shore	NY	103		40.7051	-73.243	4
11707	West Babylon	west-babylon	NY	103		40.7182	-73.3543	4
11713	Bellport	bellport	NY	103		40.7733	-72.9469	4
11715	Blue Point	blue-point	NY	103		40.7501	-73.0352	4
11716	Bohemia	bohemia	NY	103		40.7678	-73.1163	4
11717	Brentwood	brentwood	NY	103		40.7809	-73.2503	4
11718	Brightwaters	brightwaters	NY	103		40.728	-73.2646	4
11719	Brookhaven	brookhaven	NY	103		40.7843	-72.8921	4
11720	Centereach	centereach	NY	103		40.8705	-73.0822	4
11721	Centerport	centerport	NY	103		40.8929	-73.3754	4
11722	Central Islip	central-islip	NY	103		40.7866	-73.1961	4
11724	Cold Spring Harbor	cold-spring-harbor	NY	103		40.8601	-73.4423	4
11725	Commack	commack	NY	103		40.843	-73.2799	4
11726	Copiague	copiague	NY	103		40.6778	-73.3963	4
11727	Coram	coram	NY	103		40.885	-73.0069	4
11729	Deer Park	deer-park	NY	103		40.7591	-73.3257	4
11730	East Islip	east-islip	NY	103		40.7282	-73.1805	4
11731	East Northport	east-northport	NY	103		40.857	-73.3146	4
11733	East Setauket	east-setauket	NY	103		40.9426	-73.1116	4
11738	Farmingville	farmingville	NY	103		40.8366	-73.0413	4
11739	Great River	great-river	NY	103		40.7297	-73.1607	4
11740	Greenlawn	greenlawn	NY	103		40.8621	-73.3646	4
11741	Holbrook	holbrook	NY	103		40.7964	-73.0718	4
11742	Holtsville	holtsville	NY	103		40.8105	-73.0416	4
11743	Huntington	huntington	NY	103		40.8676	-73.4102	4
11746	Huntington Station	huntington-station	NY	103		40.8143	-73.3634	4
11747	Melville	melville	NY	103		40.7946	-73.403	4
11749	Islandia	islandia	NY	103		40.8067	-73.1709	4
11751	Islip	islip	NY	103		40.7348	-73.2221	4
11752	Islip Terrace	islip-terrace	NY	103		40.7548	-73.1827	4
11754	Kings Park	kings-park	NY	103		40.8861	-73.2438	4
11755	Lake Grove	lake-grove	NY	103		40.8567	-73.1168	4
11757	Lindenhurst	lindenhurst	NY	103		40.6884	-73.3745	4
11760	Melville	melville	NY	103		40.7934	-73.4151	4
11763	Medford	medford	NY	103		40.8174	-72.9852	4
11764	Miller Place	miller-place	NY	103		40.9436	-72.9913	4
11766	Mount Sinai	mount-sinai	NY	103		40.9271	-73.0127	4
11767	Nesconset	nesconset	NY	103		40.8462	-73.1482	4
11768	Northport	northport	NY	103		40.9051	-73.3309	4
11769	Oakdale	oakdale	NY	103		40.7382	-73.1297	4
11770	Ocean Beach	ocean-beach	NY	103		40.6443	-73.1613	4
11772	Patchogue	patchogue	NY	103		40.7609	-72.9871	4
11775	Melville	melville	NY	103		40.7934	-73.4151	4
11776	Port Jefferson Station	port-jefferson-station	NY	103		40.9136	-73.0464	4
11777	Port Jefferson	port-jefferson	NY	103		40.9457	-73.0611	4
11778	Rocky Point	rocky-point	NY	103		40.9492	-72.9357	4
11779	Ronkonkoma	ronkonkoma	NY	103		40.8083	-73.1305	4
11780	Saint James	saint-james	NY	103		40.8813	-73.1591	4
11782	Sayville	sayville	NY	103		40.7459	-73.0859	4
11784	Selden	selden	NY	103		40.8699	-73.0448	4
11786	Shoreham	shoreham	NY	103		40.9485	-72.8927	4
11787	Smithtown	smithtown	NY	103		40.8542	-73.2138	4
11788	Hauppauge	hauppauge	NY	103		40.8231	-73.1958	4
11789	Sound Beach	sound-beach	NY	103		40.9567	-72.9742	4
11790	Stony Brook	stony-brook	NY	103		40.9068	-73.1277	4
11792	Wading River	wading-river	NY	103		40.952	-72.8348	4
11794	Stony Brook	stony-brook	NY	103		40.9257	-73.1409	4
11795	West Islip	west-islip	NY	103		40.7117	-73.3007	4
11796	West Sayville	west-sayville	NY	103		40.732	-73.1	4
09259	APO AE	apo-ae				48.8055	13.0902	
11798	Wyandanch	wyandanch	NY	103		40.7523	-73.3761	4
11901	Riverhead	riverhead	NY	103		40.9262	-72.652	4
11930	Amagansett	amagansett	NY	103		40.9895	-72.0959	4
11931	Aquebogue	aquebogue	NY	103		40.9445	-72.627	4
11932	Bridgehampton	bridgehampton	NY	103		40.9339	-72.3077	4
11933	Calverton	calverton	NY	103		40.9297	-72.7423	4
11934	Center Moriches	center-moriches	NY	103		40.7997	-72.797	4
11935	Cutchogue	cutchogue	NY	103		41.0139	-72.4803	4
11937	East Hampton	east-hampton	NY	103		40.993	-72.179	4
11939	East Marion	east-marion	NY	103		41.1264	-72.3419	4
11940	East Moriches	east-moriches	NY	103		40.809	-72.7538	4
11941	Eastport	eastport	NY	103		40.8297	-72.7283	4
11942	East Quogue	east-quogue	NY	103		40.8428	-72.5813	4
11944	Greenport	greenport	NY	103		41.1039	-72.3674	4
11946	Hampton Bays	hampton-bays	NY	103		40.8726	-72.5202	4
11947	Jamesport	jamesport	NY	103		40.9495	-72.5815	4
11948	Laurel	laurel	NY	103		40.9674	-72.554	4
11949	Manorville	manorville	NY	103		40.8421	-72.8002	4
11950	Mastic	mastic	NY	103		40.8064	-72.8566	4
11951	Mastic Beach	mastic-beach	NY	103		40.7657	-72.8537	4
11952	Mattituck	mattituck	NY	103		40.9943	-72.5363	4
11953	Middle Island	middle-island	NY	103		40.8782	-72.9525	4
11954	Montauk	montauk	NY	103		41.0459	-71.944	4
11955	Moriches	moriches	NY	103		40.8095	-72.8229	4
11956	New Suffolk	new-suffolk	NY	103		40.9915	-72.4759	4
11957	Orient	orient	NY	103		41.1437	-72.2879	4
11958	Peconic	peconic	NY	103		41.0392	-72.4666	4
11959	Quogue	quogue	NY	103		40.8226	-72.6012	4
11960	Remsenburg	remsenburg	NY	103		40.8086	-72.7064	4
11961	Ridge	ridge	NY	103		40.9018	-72.8881	4
11962	Sagaponack	sagaponack	NY	103		40.9305	-72.2707	4
11963	Sag Harbor	sag-harbor	NY	103		40.982	-72.3067	4
11964	Shelter Island	shelter-island	NY	103		41.064	-72.3366	4
11965	Shelter Island Heights	shelter-island-heights	NY	103		41.084	-72.3559	4
11967	Shirley	shirley	NY	103		40.8015	-72.8676	4
11968	Southampton	southampton	NY	103		40.9043	-72.4103	4
11969	Southampton	southampton	NY	103		40.8843	-72.3895	4
11970	South Jamesport	south-jamesport	NY	103		40.9365	-72.5773	4
11971	Southold	southold	NY	103		41.0555	-72.429	4
11972	Speonk	speonk	NY	103		40.8195	-72.7054	4
11973	Upton	upton	NY	103		40.8678	-72.8822	4
11975	Wainscott	wainscott	NY	103		40.9396	-72.2425	4
11976	Water Mill	water-mill	NY	103		40.9209	-72.3491	4
11977	Westhampton	westhampton	NY	103		40.818	-72.6699	4
11978	Westhampton Beach	westhampton-beach	NY	103		40.8295	-72.6473	4
11980	Yaphank	yaphank	NY	103		40.837	-72.9174	4
12701	Monticello	monticello	NY	105		41.6516	-74.7007	4
12719	Barryville	barryville	NY	105		41.4912	-74.9152	4
12720	Bethel	bethel	NY	105		41.6693	-74.894	4
12721	Bloomingburg	bloomingburg	NY	105		41.5644	-74.4304	4
12722	Burlingham	burlingham	NY	105		41.5901	-74.3821	4
12723	Callicoon	callicoon	NY	105		41.7673	-75.0563	4
12724	Callicoon Center	callicoon-center	NY	105		41.8368	-74.9466	4
12725	Claryville	claryville	NY	105		41.9657	-74.5293	4
12726	Cochecton	cochecton	NY	105		41.692	-74.9741	4
12727	Cochecton Center	cochecton-center	NY	105		41.6548	-74.9827	4
12732	Eldred	eldred	NY	105		41.5328	-74.8968	4
12733	Fallsburg	fallsburg	NY	105		41.7273	-74.6154	4
12734	Ferndale	ferndale	NY	105		41.7349	-74.7345	4
12736	Fremont Center	fremont-center	NY	105		41.8782	-75.0343	4
12737	Glen Spey	glen-spey	NY	105		41.4858	-74.7995	4
12738	Glen Wild	glen-wild	NY	105		41.6545	-74.5833	4
12740	Grahamsville	grahamsville	NY	105		41.8807	-74.5127	4
12741	Hankins	hankins	NY	105		41.8391	-75.0534	4
12742	Harris	harris	NY	105		41.7143	-74.7263	4
12743	Highland Lake	highland-lake	NY	105		41.5309	-74.8516	4
12745	Hortonville	hortonville	NY	105		41.7629	-75.0306	4
12747	Hurleyville	hurleyville	NY	105		41.7356	-74.6743	4
12748	Jeffersonville	jeffersonville	NY	105		41.7784	-74.9196	4
12749	Kauneonga Lake	kauneonga-lake	NY	105		41.6874	-74.8358	4
12750	Kenoza Lake	kenoza-lake	NY	105		41.7296	-74.9611	4
12751	Kiamesha Lake	kiamesha-lake	NY	105		41.6838	-74.6724	4
12752	Lake Huntington	lake-huntington	NY	105		41.6782	-74.9949	4
12754	Liberty	liberty	NY	105		41.7962	-74.7484	4
12758	Livingston Manor	livingston-manor	NY	105		41.8778	-74.827	4
12759	Loch Sheldrake	loch-sheldrake	NY	105		41.7789	-74.6614	4
12760	Long Eddy	long-eddy	NY	105		41.8644	-75.0942	4
12762	Mongaup Valley	mongaup-valley	NY	105		41.681	-74.8028	4
12763	Mountain Dale	mountain-dale	NY	105		41.6918	-74.5358	4
12764	Narrowsburg	narrowsburg	NY	105		41.5921	-75.0107	4
12765	Neversink	neversink	NY	105		41.8492	-74.6127	4
12766	North Branch	north-branch	NY	105		41.8142	-74.9824	4
12767	Obernburg	obernburg	NY	105		41.8448	-75.0071	4
12768	Parksville	parksville	NY	105		41.8517	-74.7359	4
12769	Phillipsport	phillipsport	NY	105		41.6515	-74.4362	4
12770	Pond Eddy	pond-eddy	NY	105		41.4511	-74.841	4
12775	Rock Hill	rock-hill	NY	105		41.6134	-74.5872	4
12776	Roscoe	roscoe	NY	105		41.9609	-74.9346	4
12777	Forestburgh	forestburgh	NY	105		41.5691	-74.7241	1
12778	Smallwood	smallwood	NY	105		41.6615	-74.8178	4
12779	South Fallsburg	south-fallsburg	NY	105		41.7042	-74.6444	4
12781	Summitville	summitville	NY	105		41.6215	-74.4507	4
12783	Swan Lake	swan-lake	NY	105		41.7285	-74.8341	4
09261	APO AE	apo-ae				51.7391	6.291	
12784	Thompsonville	thompsonville	NY	105		41.6681	-74.6252	4
12785	Westbrookville	westbrookville	NY	105		41.4987	-74.5585	4
12786	White Lake	white-lake	NY	105		41.6485	-74.8654	4
12787	White Sulphur Springs	white-sulphur-springs	NY	105		41.8002	-74.8286	4
12788	Woodbourne	woodbourne	NY	105		41.7708	-74.5928	4
12789	Woodridge	woodridge	NY	105		41.717	-74.5815	4
12790	Wurtsboro	wurtsboro	NY	105		41.5877	-74.5039	4
12791	Youngsville	youngsville	NY	105		41.8032	-74.8888	4
12792	Yulan	yulan	NY	105		41.5226	-74.9329	4
13732	Apalachin	apalachin	NY	107		42.0556	-76.1519	4
13734	Barton	barton	NY	107		42.0695	-76.3983	4
13736	Berkshire	berkshire	NY	107		42.3074	-76.192	4
13743	Candor	candor	NY	107		42.2063	-76.3322	4
13811	Newark Valley	newark-valley	NY	107		42.2281	-76.1625	4
13812	Nichols	nichols	NY	107		42.0301	-76.354	4
13827	Owego	owego	NY	107		42.1138	-76.2528	4
13835	Richford	richford	NY	107		42.3945	-76.1865	4
13840	Smithboro	smithboro	NY	107		42.0395	-76.4004	4
13845	Tioga Center	tioga-center	NY	107		42.0562	-76.348	4
13864	Willseyville	willseyville	NY	107		42.3029	-76.3897	4
14859	Lockwood	lockwood	NY	107		42.1149	-76.5366	4
14883	Spencer	spencer	NY	107		42.2467	-76.4899	4
14892	Waverly	waverly	NY	107		42.0172	-76.5333	4
13053	Dryden	dryden	NY	109		42.4861	-76.2872	4
13062	Etna	etna	NY	109		42.4851	-76.3835	4
13068	Freeville	freeville	NY	109		42.4998	-76.3636	4
13073	Groton	groton	NY	109		42.5855	-76.3633	4
13102	Mc Lean	mc-lean	NY	109		42.5542	-76.2927	1
14817	Brooktondale	brooktondale	NY	109		42.3765	-76.3668	4
14850	Ithaca	ithaca	NY	109		42.4406	-76.4966	4
14851	Ithaca	ithaca	NY	109		42.4607	-76.5054	4
14852	Ithaca	ithaca	NY	109		42.4451	-76.4672	4
14853	Ithaca	ithaca	NY	109		42.4474	-76.4837	4
14854	Jacksonville	jacksonville	NY	109		42.5084	-76.6149	4
14867	Newfield	newfield	NY	109		42.3621	-76.592	4
14881	Slaterville Springs	slaterville-springs	NY	109		42.4025	-76.3608	4
14882	Lansing	lansing	NY	109		42.5645	-76.5375	4
14886	Trumansburg	trumansburg	NY	109		42.521	-76.6681	4
12401	Kingston	kingston	NY	111		41.9697	-74.0668	4
12402	Kingston	kingston	NY	111		41.927	-73.9974	4
12404	Accord	accord	NY	111		41.8083	-74.2353	4
12409	Bearsville	bearsville	NY	111		42.0406	-74.1551	4
12410	Big Indian	big-indian	NY	111		42.074	-74.453	4
12411	Bloomington	bloomington	NY	111		41.8752	-74.0436	4
12412	Boiceville	boiceville	NY	111		42.0048	-74.2658	4
12416	Chichester	chichester	NY	111		42.095	-74.2717	4
12417	Connelly	connelly	NY	111		41.9076	-73.9893	4
12419	Cottekill	cottekill	NY	111		41.8467	-74.1038	4
12420	Cragsmoor	cragsmoor	NY	111		41.6698	-74.3801	4
12428	Ellenville	ellenville	NY	111		41.7218	-74.4141	4
12429	Esopus	esopus	NY	111		41.8279	-73.9651	4
12432	Glasco	glasco	NY	111		42.0437	-73.9474	4
12433	Glenford	glenford	NY	111		42.0053	-74.1532	4
12435	Greenfield Park	greenfield-park	NY	111		41.7281	-74.5201	4
12440	High Falls	high-falls	NY	111		41.8167	-74.1311	4
12441	Highmount	highmount	NY	111		42.1443	-74.4899	4
12443	Hurley	hurley	NY	111		41.9327	-74.0687	4
12446	Kerhonkson	kerhonkson	NY	111		41.7939	-74.3035	4
12448	Lake Hill	lake-hill	NY	111		42.0733	-74.2123	4
12449	Lake Katrine	lake-katrine	NY	111		41.9918	-73.9924	4
12453	Malden On Hudson	malden-on-hudson	NY	111		42.0987	-73.9354	4
12456	Mount Marion	mount-marion	NY	111		42.0357	-74.0002	4
12457	Mount Tremper	mount-tremper	NY	111		42.0435	-74.2485	4
12458	Napanoch	napanoch	NY	111		41.759	-74.3804	4
12461	Olivebridge	olivebridge	NY	111		41.875	-74.2734	4
12464	Phoenicia	phoenicia	NY	111		42.0848	-74.3154	4
12465	Pine Hill	pine-hill	NY	111		42.1331	-74.4802	4
12466	Port Ewen	port-ewen	NY	111		41.8948	-73.9767	4
12471	Rifton	rifton	NY	111		41.8403	-74.0306	4
12472	Rosendale	rosendale	NY	111		41.8402	-74.073	4
12475	Ruby	ruby	NY	111		42.0176	-74.0079	4
12477	Saugerties	saugerties	NY	111		42.0738	-73.9797	4
12480	Shandaken	shandaken	NY	111		42.1363	-74.3774	4
12481	Shokan	shokan	NY	111		41.9767	-74.2119	4
12483	Spring Glen	spring-glen	NY	111		41.6639	-74.4245	4
12484	Stone Ridge	stone-ridge	NY	111		41.8616	-74.1697	4
12486	Tillson	tillson	NY	111		41.8338	-74.0626	4
12487	Ulster Park	ulster-park	NY	111		41.8651	-73.9948	4
12489	Wawarsing	wawarsing	NY	111		41.7606	-74.3535	4
12490	West Camp	west-camp	NY	111		42.1231	-73.9349	4
12491	West Hurley	west-hurley	NY	111		41.9973	-74.1049	4
12493	West Park	west-park	NY	111		41.7953	-73.9809	4
12494	West Shokan	west-shokan	NY	111		41.9673	-74.2871	4
12495	Willow	willow	NY	111		42.0849	-74.2407	4
12498	Woodstock	woodstock	NY	111		42.0348	-74.112	4
12515	Clintondale	clintondale	NY	111		41.6749	-74.0557	4
12525	Gardiner	gardiner	NY	111		41.6576	-74.1672	4
12528	Highland	highland	NY	111		41.7167	-73.9928	4
12542	Marlboro	marlboro	NY	111		41.6056	-73.988	4
12547	Milton	milton	NY	111		41.6535	-73.9772	4
12548	Modena	modena	NY	111		41.6503	-74.1036	4
12561	New Paltz	new-paltz	NY	111		41.7464	-74.1092	4
12568	Plattekill	plattekill	NY	111		41.6412	-74.0781	4
12588	Walker Valley	walker-valley	NY	111		41.6337	-74.3779	4
12589	Wallkill	wallkill	NY	111		41.616	-74.1439	4
12801	Glens Falls	glens-falls	NY	113		43.3115	-73.6448	4
12804	Queensbury	queensbury	NY	113		43.329	-73.6818	4
12808	Adirondack	adirondack	NY	113		43.7165	-73.7825	4
12810	Athol	athol	NY	113		43.4839	-73.8817	4
12811	Bakers Mills	bakers-mills	NY	113		43.6148	-74.0249	4
12814	Bolton Landing	bolton-landing	NY	113		43.5766	-73.6714	4
12815	Brant Lake	brant-lake	NY	113		43.6989	-73.7205	4
12817	Chestertown	chestertown	NY	113		43.6451	-73.8066	4
12820	Cleverdale	cleverdale	NY	113		43.4718	-73.6393	4
12824	Diamond Point	diamond-point	NY	113		43.5156	-73.7001	4
12836	Hague	hague	NY	113		43.7463	-73.5282	4
12843	Johnsburg	johnsburg	NY	113		43.586	-73.9165	4
12844	Kattskill Bay	kattskill-bay	NY	113		43.4754	-73.6272	1
12845	Lake George	lake-george	NY	113		43.4167	-73.6975	4
12846	Lake Luzerne	lake-luzerne	NY	113		43.3165	-73.8228	4
12853	North Creek	north-creek	NY	113		43.6978	-73.986	4
12856	North River	north-river	NY	113		43.7237	-74.0873	4
12860	Pottersville	pottersville	NY	113		43.7312	-73.8193	4
12862	Riparius	riparius	NY	113		43.6617	-73.8971	4
12874	Silver Bay	silver-bay	NY	113		43.6978	-73.5071	4
12878	Stony Creek	stony-creek	NY	113		43.4214	-73.9495	4
12885	Warrensburg	warrensburg	NY	113		43.5003	-73.792	4
12886	Wevertown	wevertown	NY	113		43.6313	-73.9364	4
12057	Eagle Bridge	eagle-bridge	NY	115		42.9808	-73.3522	4
12809	Argyle	argyle	NY	115		43.2381	-73.4641	4
12816	Cambridge	cambridge	NY	115		43.0466	-73.3814	4
12819	Clemons	clemons	NY	115		43.6435	-73.4326	4
12821	Comstock	comstock	NY	115		43.4614	-73.4033	4
12823	Cossayuna	cossayuna	NY	115		43.1837	-73.4268	4
12827	Fort Ann	fort-ann	NY	115		43.4285	-73.4784	4
12828	Fort Edward	fort-edward	NY	115		43.2653	-73.5822	4
12832	Granville	granville	NY	115		43.3776	-73.2978	4
12834	Greenwich	greenwich	NY	115		43.0947	-73.503	4
12837	Hampton	hampton	NY	115		43.5248	-73.2518	4
12838	Hartford	hartford	NY	115		43.3493	-73.4049	4
12839	Hudson Falls	hudson-falls	NY	115		43.3149	-73.5746	4
12841	Huletts Landing	huletts-landing	NY	115		43.6392	-73.5071	4
12848	Middle Falls	middle-falls	NY	115		43.1001	-73.5246	4
12849	Middle Granville	middle-granville	NY	115		43.4508	-73.3031	4
12854	North Granville	north-granville	NY	115		43.4525	-73.341	4
12861	Putnam Station	putnam-station	NY	115		43.756	-73.4123	4
12865	Salem	salem	NY	115		43.1828	-73.3327	4
12873	Shushan	shushan	NY	115		43.1106	-73.3231	4
12887	Whitehall	whitehall	NY	115		43.5531	-73.3864	4
13143	Red Creek	red-creek	NY	117		43.2291	-76.7146	4
13146	Savannah	savannah	NY	117		43.0934	-76.7565	4
13154	South Butler	south-butler	NY	117		43.1344	-76.7656	4
14413	Alton	alton	NY	117		43.2227	-76.9821	4
14433	Clyde	clyde	NY	117		43.0855	-76.8725	4
14449	East Williamson	east-williamson	NY	117		43.2354	-77.1376	4
14489	Lyons	lyons	NY	117		43.0777	-76.9896	4
14502	Macedon	macedon	NY	117		43.0784	-77.3372	4
14505	Marion	marion	NY	117		43.1546	-77.1863	4
14513	Newark	newark	NY	117		43.0519	-77.0946	4
14516	North Rose	north-rose	NY	117		43.1964	-76.9152	4
14519	Ontario	ontario	NY	117		43.2291	-77.3088	4
14520	Ontario Center	ontario-center	NY	117		43.2259	-77.3058	4
14522	Palmyra	palmyra	NY	117		43.0622	-77.2218	4
14538	Pultneyville	pultneyville	NY	117		43.2836	-77.142	4
14542	Rose	rose	NY	117		43.1448	-76.8608	4
14551	Sodus	sodus	NY	117		43.2217	-77.0514	4
14555	Sodus Point	sodus-point	NY	117		43.2546	-76.9835	4
14563	Union Hill	union-hill	NY	117		43.2228	-77.3717	4
14568	Walworth	walworth	NY	117		43.1402	-77.2858	4
14589	Williamson	williamson	NY	117		43.2421	-77.17	4
14590	Wolcott	wolcott	NY	117		43.2341	-76.8217	4
10501	Amawalk	amawalk	NY	119		41.2946	-73.7611	4
10502	Ardsley	ardsley	NY	119		41.0113	-73.8413	4
10503	Ardsley On Hudson	ardsley-on-hudson	NY	119		41.0259	-73.8718	4
10504	Armonk	armonk	NY	119		41.136	-73.7009	4
10505	Baldwin Place	baldwin-place	NY	119		41.3421	-73.7454	4
10506	Bedford	bedford	NY	119		41.1909	-73.6355	4
10507	Bedford Hills	bedford-hills	NY	119		41.2344	-73.6915	4
10510	Briarcliff Manor	briarcliff-manor	NY	119		41.1444	-73.835	4
10511	Buchanan	buchanan	NY	119		41.2583	-73.9412	4
10514	Chappaqua	chappaqua	NY	119		41.1705	-73.7715	4
10517	Crompond	crompond	NY	119		41.3006	-73.8612	4
10518	Cross River	cross-river	NY	119		41.2722	-73.602	4
10519	Croton Falls	croton-falls	NY	119		41.3477	-73.661	4
10520	Croton On Hudson	croton-on-hudson	NY	119		41.218	-73.8924	4
10521	Croton On Hudson	croton-on-hudson	NY	119		41.2343	-73.9262	4
10522	Dobbs Ferry	dobbs-ferry	NY	119		41.0118	-73.8665	4
10523	Elmsford	elmsford	NY	119		41.0572	-73.8136	4
10526	Goldens Bridge	goldens-bridge	NY	119		41.3004	-73.6479	4
10527	Granite Springs	granite-springs	NY	119		41.3098	-73.753	4
10528	Harrison	harrison	NY	119		40.9719	-73.7181	4
10530	Hartsdale	hartsdale	NY	119		41.0197	-73.8074	4
10532	Hawthorne	hawthorne	NY	119		41.1073	-73.796	4
10533	Irvington	irvington	NY	119		41.0381	-73.8597	4
10535	Jefferson Valley	jefferson-valley	NY	119		41.3385	-73.7947	4
10536	Katonah	katonah	NY	119		41.2709	-73.6841	4
10538	Larchmont	larchmont	NY	119		40.9351	-73.7571	4
10540	Lincolndale	lincolndale	NY	119		41.3334	-73.7243	4
10543	Mamaroneck	mamaroneck	NY	119		40.9525	-73.735	4
10545	Maryknoll	maryknoll	NY	119		41.119	-73.733	1
10546	Millwood	millwood	NY	119		41.2015	-73.7926	4
10547	Mohegan Lake	mohegan-lake	NY	119		41.3143	-73.8508	4
10548	Montrose	montrose	NY	119		41.2496	-73.9446	4
10549	Mount Kisco	mount-kisco	NY	119		41.205	-73.7299	4
10550	Mount Vernon	mount-vernon	NY	119		40.9079	-73.838	4
10551	Mount Vernon	mount-vernon	NY	119		40.9126	-73.8371	4
10552	Mount Vernon	mount-vernon	NY	119		40.9231	-73.8299	4
10553	Mount Vernon	mount-vernon	NY	119		40.9086	-73.8221	4
10560	North Salem	north-salem	NY	119		41.3414	-73.5929	4
10562	Ossining	ossining	NY	119		41.1673	-73.8538	4
10566	Peekskill	peekskill	NY	119		41.2892	-73.9184	4
10567	Cortlandt Manor	cortlandt-manor	NY	119		41.284	-73.8931	1
10570	Pleasantville	pleasantville	NY	119		41.135	-73.7845	4
10573	Port Chester	port-chester	NY	119		41.0222	-73.6798	4
10576	Pound Ridge	pound-ridge	NY	119		41.2042	-73.5732	4
10577	Purchase	purchase	NY	119		41.0384	-73.7156	4
10578	Purdys	purdys	NY	119		41.3259	-73.6551	4
10580	Rye	rye	NY	119		40.9734	-73.6907	4
10583	Scarsdale	scarsdale	NY	119		40.9927	-73.7995	4
10587	Shenorock	shenorock	NY	119		41.3287	-73.7423	4
10588	Shrub Oak	shrub-oak	NY	119		41.3286	-73.8273	4
10589	Somers	somers	NY	119		41.3346	-73.6951	4
10590	South Salem	south-salem	NY	119		41.2553	-73.5402	4
10591	Tarrytown	tarrytown	NY	119		41.0897	-73.844	4
10594	Thornwood	thornwood	NY	119		41.1182	-73.7733	4
10595	Valhalla	valhalla	NY	119		41.0856	-73.7776	4
10596	Verplanck	verplanck	NY	119		41.2548	-73.9587	4
10597	Waccabuc	waccabuc	NY	119		41.3032	-73.6032	4
10598	Yorktown Heights	yorktown-heights	NY	119		41.2999	-73.7924	4
10601	White Plains	white-plains	NY	119		41.033	-73.7652	4
10602	White Plains	white-plains	NY	119		41.034	-73.7629	4
10603	White Plains	white-plains	NY	119		41.0499	-73.7776	4
10604	West Harrison	west-harrison	NY	119		41.0592	-73.7395	1
10605	White Plains	white-plains	NY	119		41.0141	-73.7552	4
10606	White Plains	white-plains	NY	119		41.0247	-73.7781	4
10607	White Plains	white-plains	NY	119		41.0398	-73.8117	4
10610	White Plains	white-plains	NY	119		41.119	-73.733	4
10701	Yonkers	yonkers	NY	119		40.9461	-73.8669	4
10702	Yonkers	yonkers	NY	119		40.9312	-73.8987	4
10703	Yonkers	yonkers	NY	119		40.9518	-73.8852	4
10704	Yonkers	yonkers	NY	119		40.9176	-73.8593	4
10705	Yonkers	yonkers	NY	119		40.9177	-73.895	4
10706	Hastings On Hudson	hastings-on-hudson	NY	119		40.9878	-73.863	4
10707	Tuckahoe	tuckahoe	NY	119		40.9569	-73.8198	4
10708	Bronxville	bronxville	NY	119		40.9391	-73.8353	4
10709	Eastchester	eastchester	NY	119		40.955	-73.8086	4
10710	Yonkers	yonkers	NY	119		40.9656	-73.8434	4
10801	New Rochelle	new-rochelle	NY	119		40.9166	-73.7877	4
10802	New Rochelle	new-rochelle	NY	119		40.9115	-73.7824	4
10803	Pelham	pelham	NY	119		40.9045	-73.8073	4
10804	New Rochelle	new-rochelle	NY	119		40.9491	-73.7863	4
10805	New Rochelle	new-rochelle	NY	119		40.9002	-73.781	4
14009	Arcade	arcade	NY	121		42.563	-78.4134	4
14011	Attica	attica	NY	121		42.8499	-78.2798	4
14024	Bliss	bliss	NY	121		42.5799	-78.2581	4
14037	Cowlesville	cowlesville	NY	121		42.8112	-78.4481	4
14039	Dale	dale	NY	121		42.8263	-78.1749	4
14066	Gainesville	gainesville	NY	121		42.619	-78.1795	4
14082	Java Center	java-center	NY	121		42.6634	-78.3925	4
14083	Java Village	java-village	NY	121		42.6769	-78.441	4
14113	North Java	north-java	NY	121		42.6776	-78.338	4
14130	Pike	pike	NY	121		42.5565	-78.1528	4
14145	Strykersville	strykersville	NY	121		42.7249	-78.4347	4
14167	Varysburg	varysburg	NY	121		42.7459	-78.3167	4
14427	Castile	castile	NY	121		42.6359	-78.0547	4
14530	Perry	perry	NY	121		42.7229	-78.0059	4
14536	Portageville	portageville	NY	121		42.557	-78.0856	4
14549	Silver Lake	silver-lake	NY	121		42.6929	-78.0224	4
14550	Silver Springs	silver-springs	NY	121		42.6742	-78.0845	4
14569	Warsaw	warsaw	NY	121		42.741	-78.1429	4
14591	Wyoming	wyoming	NY	121		42.8317	-78.0833	4
14415	Bellona	bellona	NY	123		42.7554	-77.0217	4
14418	Branchport	branchport	NY	123		42.6065	-77.2052	4
14441	Dresden	dresden	NY	123		42.6846	-76.9564	4
14478	Keuka Park	keuka-park	NY	123		42.5708	-77.1226	4
14507	Middlesex	middlesex	NY	123		42.6976	-77.2805	4
14527	Penn Yan	penn-yan	NY	123		42.6645	-77.0569	4
14544	Rushville	rushville	NY	123		42.7597	-77.2395	4
14837	Dundee	dundee	NY	123		42.5053	-77.0028	4
14842	Himrod	himrod	NY	123		42.5945	-76.9508	4
14857	Lakemont	lakemont	NY	123		42.5126	-76.927	4
14878	Rock Stream	rock-stream	NY	123		42.4485	-76.9364	4
45105	Bentonville	bentonville	OH	001		38.7498	-83.6126	4
45144	Manchester	manchester	OH	001		38.6982	-83.6181	4
45616	Blue Creek	blue-creek	OH	001		38.7776	-83.3302	4
45618	Cherry Fork	cherry-fork	OH	001		38.8922	-83.6218	4
45650	Lynx	lynx	OH	001		38.7391	-83.4262	4
45660	Peebles	peebles	OH	001		38.9869	-83.3687	4
45679	Seaman	seaman	OH	001		38.9621	-83.5936	4
45693	West Union	west-union	OH	001		38.8017	-83.5333	4
45697	Winchester	winchester	OH	001		38.9353	-83.6661	4
45801	Lima	lima	OH	003		40.7641	-84.0973	4
45802	Lima	lima	OH	003		40.7818	-84.1386	4
45804	Lima	lima	OH	003		40.7275	-84.089	4
45805	Lima	lima	OH	003		40.7399	-84.1459	4
45807	Lima	lima	OH	003		40.7955	-84.1383	4
45808	Beaverdam	beaverdam	OH	003		40.8314	-83.9758	4
45809	Gomer	gomer	OH	003		40.8451	-84.1872	4
45817	Bluffton	bluffton	OH	003		40.879	-83.8914	4
45820	Cairo	cairo	OH	003		40.8304	-84.0852	4
45833	Delphos	delphos	OH	003		40.8336	-84.3247	4
45850	Harrod	harrod	OH	003		40.7177	-83.9436	4
45854	Lafayette	lafayette	OH	003		40.7582	-83.9499	4
45887	Spencerville	spencerville	OH	003		40.7038	-84.3413	4
44805	Ashland	ashland	OH	005		40.8559	-82.3189	4
44838	Hayesville	hayesville	OH	005		40.7731	-82.2624	4
44840	Jeromesville	jeromesville	OH	005		40.8134	-82.1861	4
44842	Loudonville	loudonville	OH	005		40.6361	-82.2356	4
44848	Nankin	nankin	OH	005		40.9206	-82.2817	4
44859	Nova	nova	OH	005		41.0282	-82.3384	4
44864	Perrysville	perrysville	OH	005		40.6606	-82.3213	4
44866	Polk	polk	OH	005		40.9343	-82.2126	4
44874	Savannah	savannah	OH	005		40.9653	-82.3652	4
44880	Sullivan	sullivan	OH	005		41.0368	-82.2172	4
44003	Andover	andover	OH	007		41.6225	-80.5754	4
44004	Ashtabula	ashtabula	OH	007		41.8679	-80.7947	4
44005	Ashtabula	ashtabula	OH	007		41.8651	-80.7898	4
44010	Austinburg	austinburg	OH	007		41.7554	-80.8584	4
44030	Conneaut	conneaut	OH	007		41.9345	-80.5803	4
44032	Dorset	dorset	OH	007		41.659	-80.6683	4
44041	Geneva	geneva	OH	007		41.8029	-80.9474	4
44047	Jefferson	jefferson	OH	007		41.7335	-80.7562	4
44048	Kingsville	kingsville	OH	007		41.8723	-80.6601	4
44068	North Kingsville	north-kingsville	OH	007		41.9046	-80.685	4
44076	Orwell	orwell	OH	007		41.5293	-80.8208	4
44082	Pierpont	pierpont	OH	007		41.7677	-80.5741	4
44084	Rock Creek	rock-creek	OH	007		41.6603	-80.8606	4
44085	Rome	rome	OH	007		41.6053	-80.8709	4
44088	Unionville	unionville	OH	007		41.7833	-81.0034	4
44093	Williamsfield	williamsfield	OH	007		41.5383	-80.5964	4
44099	Windsor	windsor	OH	007		41.5623	-80.9667	4
45701	Athens	athens	OH	009		39.3178	-82.102	4
45710	Albany	albany	OH	009		39.2097	-82.2177	4
45711	Amesville	amesville	OH	009		39.4086	-81.965	4
45716	Buchtel	buchtel	OH	009		39.462	-82.1818	4
45717	Carbondale	carbondale	OH	009		39.3778	-82.271	4
45719	Chauncey	chauncey	OH	009		39.4002	-82.1302	4
45723	Coolville	coolville	OH	009		39.2141	-81.8329	4
45732	Glouster	glouster	OH	009		39.4978	-82.0871	4
45735	Guysville	guysville	OH	009		39.2493	-81.922	4
45739	Hockingport	hockingport	OH	009		39.1979	-81.7446	4
45740	Jacksonville	jacksonville	OH	009		39.477	-82.0794	4
45761	Millfield	millfield	OH	009		39.4077	-82.1113	4
45764	Nelsonville	nelsonville	OH	009		39.4556	-82.2309	4
45766	New Marshfield	new-marshfield	OH	009		39.3228	-82.2594	4
45776	Shade	shade	OH	009		39.2129	-82.0218	4
45777	Sharpsburg	sharpsburg	OH	009		39.4359	-81.9115	4
45778	Stewart	stewart	OH	009		39.3213	-81.8929	4
45780	The Plains	the-plains	OH	009		39.3662	-82.1341	4
45782	Trimble	trimble	OH	009		39.4845	-82.0805	4
45806	Lima	lima	OH	011		40.6752	-84.1244	4
45819	Buckland	buckland	OH	011		40.6241	-84.2603	4
45865	Minster	minster	OH	011		40.391	-84.3729	4
45869	New Bremen	new-bremen	OH	011		40.4389	-84.3821	4
45870	New Hampshire	new-hampshire	OH	011		40.5563	-83.9514	4
45871	New Knoxville	new-knoxville	OH	011		40.5039	-84.3118	4
45884	Saint Johns	saint-johns	OH	011		40.5559	-84.0836	4
45885	Saint Marys	saint-marys	OH	011		40.544	-84.3944	4
45888	Uniopolis	uniopolis	OH	011		40.6023	-84.086	4
45895	Wapakoneta	wapakoneta	OH	011		40.569	-84.1774	4
45896	Waynesfield	waynesfield	OH	011		40.6072	-83.9585	4
43713	Barnesville	barnesville	OH	013		39.9853	-81.1375	4
43718	Belmont	belmont	OH	013		40.032	-81.0066	4
43719	Bethesda	bethesda	OH	013		40.0192	-81.0767	4
43759	Morristown	morristown	OH	013		40.0631	-81.0743	4
43902	Alledonia	alledonia	OH	013		39.9053	-80.9578	4
43905	Barton	barton	OH	013		40.1073	-80.8412	4
43906	Bellaire	bellaire	OH	013		40.0204	-80.7638	4
43909	Blaine	blaine	OH	013		40.0701	-80.8176	4
43912	Bridgeport	bridgeport	OH	013		40.0752	-80.7747	4
43916	Colerain	colerain	OH	013		40.1224	-80.8149	4
43927	Fairpoint	fairpoint	OH	013		40.1225	-80.938	4
43928	Glencoe	glencoe	OH	013		40.0109	-80.8993	4
43933	Jacobsburg	jacobsburg	OH	013		39.9372	-80.888	4
43934	Lansing	lansing	OH	013		40.0756	-80.7901	4
43935	Martins Ferry	martins-ferry	OH	013		40.1036	-80.7361	4
43937	Maynard	maynard	OH	013		40.1302	-80.8773	4
43940	Neffs	neffs	OH	013		40.0284	-80.8245	4
43942	Powhatan Point	powhatan-point	OH	013		39.8679	-80.8168	4
43947	Shadyside	shadyside	OH	013		39.9675	-80.7643	4
43950	Saint Clairsville	saint-clairsville	OH	013		40.0778	-80.9788	4
43951	Lafferty	lafferty	OH	013		40.111	-81.0102	4
43967	Warnock	warnock	OH	013		40.0226	-80.9373	4
43972	Bannock	bannock	OH	013		40.1032	-80.9756	4
43977	Flushing	flushing	OH	013		40.1451	-81.0757	4
43983	Piedmont	piedmont	OH	013		40.1507	-81.2145	4
43985	Holloway	holloway	OH	013		40.1623	-81.1326	4
45101	Aberdeen	aberdeen	OH	015		38.6709	-83.7637	4
45115	Decatur	decatur	OH	015		38.8237	-83.6995	4
45118	Fayetteville	fayetteville	OH	015		39.1862	-83.9501	4
45119	Feesburg	feesburg	OH	015		38.8806	-84.0087	4
45121	Georgetown	georgetown	OH	015		38.8717	-83.9092	4
45130	Hamersville	hamersville	OH	015		38.92	-83.9931	4
45131	Higginsport	higginsport	OH	015		38.7903	-83.9666	4
45154	Mount Orab	mount-orab	OH	015		39.0454	-83.948	4
45167	Ripley	ripley	OH	015		38.7551	-83.8227	4
45168	Russellville	russellville	OH	015		38.8511	-83.7625	4
45171	Sardinia	sardinia	OH	015		38.9832	-83.7966	4
45275	Cincinnati	cincinnati	OH	015		39.162	-84.4569	4
45003	College Corner	college-corner	OH	017		39.5755	-84.805	4
45004	Collinsville	collinsville	OH	017		39.5153	-84.6094	4
45011	Hamilton	hamilton	OH	017		39.4059	-84.5221	4
45012	Hamilton	hamilton	OH	017		39.441	-84.5757	4
45013	Hamilton	hamilton	OH	017		39.4361	-84.6185	4
45014	Fairfield	fairfield	OH	017		39.3266	-84.5479	4
45015	Hamilton	hamilton	OH	017		39.3494	-84.5376	4
45018	Fairfield	fairfield	OH	017		39.441	-84.5757	4
45042	Middletown	middletown	OH	017		39.5321	-84.3896	4
45044	Middletown	middletown	OH	017		39.5151	-84.3983	4
45050	Monroe	monroe	OH	017		39.4413	-84.3652	4
45053	Okeana	okeana	OH	017		39.3537	-84.7761	4
45055	Overpeck	overpeck	OH	017		39.4518	-84.5152	4
45056	Oxford	oxford	OH	017		39.507	-84.7452	4
45061	Ross	ross	OH	017		39.3124	-84.6483	4
45062	Seven Mile	seven-mile	OH	017		39.479	-84.5512	4
45063	Shandon	shandon	OH	017		39.3258	-84.7121	4
45064	Somerville	somerville	OH	017		39.5554	-84.6219	4
45067	Trenton	trenton	OH	017		39.4799	-84.4598	4
45069	West Chester	west-chester	OH	017		39.3402	-84.3998	4
45071	West Chester	west-chester	OH	017		39.3317	-84.4072	4
44607	Augusta	augusta	OH	019		40.686	-81.0219	4
44615	Carrollton	carrollton	OH	019		40.5787	-81.0818	4
44620	Dellroy	dellroy	OH	019		40.5861	-81.1986	4
44639	Leesville	leesville	OH	019		40.4517	-81.212	4
44644	Malvern	malvern	OH	019		40.6845	-81.1838	4
44651	Mechanicstown	mechanicstown	OH	019		40.6263	-80.956	4
44675	Sherrodsville	sherrodsville	OH	019		40.5184	-81.2339	4
43009	Cable	cable	OH	021		40.1784	-83.647	4
43044	Mechanicsburg	mechanicsburg	OH	021		40.0647	-83.5724	4
43047	Mingo	mingo	OH	021		40.2049	-83.6466	4
43060	North Lewisburg	north-lewisburg	OH	021		40.2229	-83.5615	4
43070	Rosewood	rosewood	OH	021		40.2158	-83.9579	4
43072	Saint Paris	saint-paris	OH	021		40.1058	-83.9631	4
43078	Urbana	urbana	OH	021		40.1066	-83.7671	4
43083	Westville	westville	OH	021		40.1022	-83.8379	4
43084	Woodstock	woodstock	OH	021		40.1816	-83.5461	4
45389	Christiansburg	christiansburg	OH	021		40.0564	-84.0254	4
43010	Catawba	catawba	OH	023		39.9991	-83.6222	4
45319	Donnelsville	donnelsville	OH	023		39.9189	-83.9449	4
45323	Enon	enon	OH	023		39.8663	-83.9385	4
45341	Medway	medway	OH	023		39.8789	-84.0218	4
45344	New Carlisle	new-carlisle	OH	023		39.93	-84.0217	4
45349	North Hampton	north-hampton	OH	023		39.9893	-83.9389	4
45368	South Charleston	south-charleston	OH	023		39.8543	-83.6653	4
45369	South Vienna	south-vienna	OH	023		39.9473	-83.6157	4
45372	Tremont City	tremont-city	OH	023		40.0139	-83.8333	4
45501	Springfield	springfield	OH	023		39.9271	-83.8132	4
45502	Springfield	springfield	OH	023		39.9242	-83.8088	4
45503	Springfield	springfield	OH	023		39.9528	-83.7804	4
45504	Springfield	springfield	OH	023		39.9408	-83.8343	4
45505	Springfield	springfield	OH	023		39.9106	-83.7856	4
45506	Springfield	springfield	OH	023		39.9104	-83.8275	4
45102	Amelia	amelia	OH	025		39.0211	-84.2112	4
45103	Batavia	batavia	OH	025		39.0957	-84.1451	4
45106	Bethel	bethel	OH	025		38.9424	-84.0919	4
45112	Chilo	chilo	OH	025		38.7926	-84.1382	4
45120	Felicity	felicity	OH	025		38.8262	-84.0986	4
45122	Goshen	goshen	OH	025		39.2209	-84.1188	4
45140	Loveland	loveland	OH	025		39.2445	-84.2588	4
45147	Miamiville	miamiville	OH	025		39.2137	-84.3002	4
45150	Milford	milford	OH	025		39.1657	-84.233	4
45153	Moscow	moscow	OH	025		38.8583	-84.1958	4
45156	Neville	neville	OH	025		38.8101	-84.2122	4
45157	New Richmond	new-richmond	OH	025		38.9537	-84.2379	4
45158	Newtonsville	newtonsville	OH	025		39.182	-84.0863	4
45160	Owensville	owensville	OH	025		39.1232	-84.135	4
45176	Williamsburg	williamsburg	OH	025		39.0753	-84.0432	4
45245	Cincinnati	cincinnati	OH	025		39.0688	-84.2802	4
45107	Blanchester	blanchester	OH	027		39.3034	-83.974	4
45113	Clarksville	clarksville	OH	027		39.4042	-83.9594	4
45114	Cuba	cuba	OH	027		39.3568	-83.8572	4
45146	Martinsville	martinsville	OH	027		39.3127	-83.8005	4
45148	Midland	midland	OH	027		39.2917	-83.8931	4
45159	New Vienna	new-vienna	OH	027		39.3321	-83.6882	4
45164	Port William	port-william	OH	027		39.5514	-83.7881	4
45166	Reesville	reesville	OH	027		39.4805	-83.6772	4
45169	Sabina	sabina	OH	027		39.49	-83.6503	4
45177	Wilmington	wilmington	OH	027		39.4488	-83.8417	4
43920	East Liverpool	east-liverpool	OH	029		40.6774	-80.6006	4
43945	Salineville	salineville	OH	029		40.6195	-80.835	4
43962	Summitville	summitville	OH	029		40.6781	-80.8862	4
43968	Wellsville	wellsville	OH	029		40.6171	-80.6621	4
44408	Columbiana	columbiana	OH	029		40.8853	-80.6975	4
44413	East Palestine	east-palestine	OH	029		40.8406	-80.5465	4
44415	Elkton	elkton	OH	029		40.763	-80.7042	4
44423	Hanoverton	hanoverton	OH	029		40.7731	-80.9144	4
44427	Kensington	kensington	OH	029		40.7142	-80.9381	4
09262	APO AE	apo-ae				49.7144	7.3078	
44431	Leetonia	leetonia	OH	029		40.8631	-80.7585	4
44432	Lisbon	lisbon	OH	029		40.7592	-80.7587	4
44441	Negley	negley	OH	029		40.7579	-80.553	4
44445	New Waterford	new-waterford	OH	029		40.8489	-80.6209	4
44455	Rogers	rogers	OH	029		40.7789	-80.6202	4
44460	Salem	salem	OH	029		40.9	-80.8619	4
44490	Washingtonville	washingtonville	OH	029		40.8973	-80.7631	4
44492	West Point	west-point	OH	029		40.7093	-80.7014	4
44493	Winona	winona	OH	029		40.8286	-80.8967	4
44625	East Rochester	east-rochester	OH	029		40.7563	-81.0175	4
44634	Homeworth	homeworth	OH	029		40.8301	-81.0333	4
44665	North Georgetown	north-georgetown	OH	029		40.8436	-80.9794	4
43803	Bakersville	bakersville	OH	031		40.3572	-81.6436	4
43805	Blissfield	blissfield	OH	031		40.3983	-81.9688	4
43811	Conesville	conesville	OH	031		40.1804	-81.8951	4
43812	Coshocton	coshocton	OH	031		40.2754	-81.866	4
43824	Fresno	fresno	OH	031		40.3711	-81.7623	4
43828	Keene	keene	OH	031		40.3513	-81.8736	4
43836	Plainfield	plainfield	OH	031		40.2087	-81.7197	4
43843	Walhonding	walhonding	OH	031		40.3407	-82.1559	4
43844	Warsaw	warsaw	OH	031		40.3172	-82.056	4
43845	West Lafayette	west-lafayette	OH	031		40.2718	-81.7361	4
44820	Bucyrus	bucyrus	OH	033		40.8103	-82.9698	4
44825	Chatfield	chatfield	OH	033		40.9542	-82.9432	4
44827	Crestline	crestline	OH	033		40.7927	-82.7367	4
44833	Galion	galion	OH	033		40.7303	-82.7939	4
44854	New Washington	new-washington	OH	033		40.9571	-82.8504	4
44856	North Robinson	north-robinson	OH	033		40.7934	-82.8566	4
44860	Oceola	oceola	OH	033		40.8357	-83.1029	4
44881	Sulphur Springs	sulphur-springs	OH	033		40.8709	-82.8771	4
44887	Tiro	tiro	OH	033		40.881	-82.797	4
44017	Berea	berea	OH	035		41.3676	-81.8618	4
44022	Chagrin Falls	chagrin-falls	OH	035		41.4494	-81.4314	4
44040	Gates Mills	gates-mills	OH	035		41.5324	-81.415	4
44070	North Olmsted	north-olmsted	OH	035		41.4201	-81.9131	4
44101	Cleveland	cleveland	OH	035		41.5234	-81.5996	4
44102	Cleveland	cleveland	OH	035		41.4735	-81.7398	4
44103	Cleveland	cleveland	OH	035		41.5157	-81.6405	4
44104	Cleveland	cleveland	OH	035		41.4809	-81.6245	4
44105	Cleveland	cleveland	OH	035		41.4509	-81.619	4
44106	Cleveland	cleveland	OH	035		41.5084	-81.6076	4
44107	Lakewood	lakewood	OH	035		41.4847	-81.8018	4
44108	Cleveland	cleveland	OH	035		41.5349	-81.609	4
44109	Cleveland	cleveland	OH	035		41.4458	-81.7033	4
44110	Cleveland	cleveland	OH	035		41.5636	-81.5733	4
44111	Cleveland	cleveland	OH	035		41.4571	-81.7844	4
44112	Cleveland	cleveland	OH	035		41.5356	-81.5737	4
44113	Cleveland	cleveland	OH	035		41.4816	-81.7018	4
44114	Cleveland	cleveland	OH	035		41.5064	-81.6743	4
44115	Cleveland	cleveland	OH	035		41.4946	-81.667	4
44116	Rocky River	rocky-river	OH	035		41.4694	-81.8512	4
44117	Euclid	euclid	OH	035		41.5696	-81.5257	4
44118	Cleveland	cleveland	OH	035		41.5008	-81.5516	4
44119	Cleveland	cleveland	OH	035		41.5882	-81.5468	4
44120	Cleveland	cleveland	OH	035		41.4714	-81.5839	4
44121	Cleveland	cleveland	OH	035		41.5277	-81.5323	4
44122	Beachwood	beachwood	OH	035		41.4701	-81.5232	4
44123	Euclid	euclid	OH	035		41.6025	-81.5258	4
44124	Cleveland	cleveland	OH	035		41.501	-81.4694	4
44125	Cleveland	cleveland	OH	035		41.4335	-81.6323	4
44126	Cleveland	cleveland	OH	035		41.4429	-81.853	4
44127	Cleveland	cleveland	OH	035		41.4701	-81.649	4
44128	Cleveland	cleveland	OH	035		41.4416	-81.5486	4
44129	Cleveland	cleveland	OH	035		41.3897	-81.7351	4
44130	Cleveland	cleveland	OH	035		41.3826	-81.7964	4
44131	Independence	independence	OH	035		41.3809	-81.6642	4
44132	Euclid	euclid	OH	035		41.6069	-81.4993	4
44133	North Royalton	north-royalton	OH	035		41.3232	-81.7457	4
44134	Cleveland	cleveland	OH	035		41.3853	-81.7044	4
44135	Cleveland	cleveland	OH	035		41.4342	-81.8044	4
44136	Strongsville	strongsville	OH	035		41.3132	-81.8285	4
44137	Maple Heights	maple-heights	OH	035		41.4105	-81.5603	4
44138	Olmsted Falls	olmsted-falls	OH	035		41.3734	-81.9158	4
44139	Solon	solon	OH	035		41.3866	-81.4421	4
44140	Bay Village	bay-village	OH	035		41.4841	-81.9289	4
44141	Brecksville	brecksville	OH	035		41.3166	-81.6261	4
44142	Brookpark	brookpark	OH	035		41.3979	-81.8118	4
44143	Cleveland	cleveland	OH	035		41.5592	-81.4828	4
44144	Cleveland	cleveland	OH	035		41.4385	-81.7398	4
44145	Westlake	westlake	OH	035		41.4535	-81.9218	4
44146	Bedford	bedford	OH	035		41.3921	-81.5232	4
44147	Broadview Heights	broadview-heights	OH	035		41.3141	-81.6731	4
44181	Cleveland	cleveland	OH	035		41.6857	-81.6728	4
44188	Cleveland	cleveland	OH	035		41.6857	-81.6728	4
44190	Cleveland	cleveland	OH	035		41.6857	-81.6728	4
44191	Cleveland	cleveland	OH	035		41.6857	-81.6728	4
44192	Cleveland	cleveland	OH	035		41.4995	-81.6954	4
44193	Cleveland	cleveland	OH	035		41.4995	-81.6954	4
44194	Cleveland	cleveland	OH	035		41.6857	-81.6728	4
44195	Cleveland	cleveland	OH	035		41.6857	-81.6728	4
44197	Cleveland	cleveland	OH	035		41.6857	-81.6728	4
44198	Cleveland	cleveland	OH	035		41.6857	-81.6728	4
44199	Cleveland	cleveland	OH	035		41.4995	-81.6954	4
45303	Ansonia	ansonia	OH	037		40.2151	-84.6406	4
45304	Arcanum	arcanum	OH	037		39.9888	-84.5312	4
45328	Gettysburg	gettysburg	OH	037		40.1147	-84.4934	4
45331	Greenville	greenville	OH	037		40.0987	-84.6342	4
45332	Hollansburg	hollansburg	OH	037		39.9899	-84.7901	4
45346	New Madison	new-madison	OH	037		39.9687	-84.7222	4
45348	New Weston	new-weston	OH	037		40.3349	-84.6308	4
45350	North Star	north-star	OH	037		40.3243	-84.5737	4
45351	Osgood	osgood	OH	037		40.3406	-84.4963	4
45352	Palestine	palestine	OH	037		40.0503	-84.7457	4
45358	Pitsburg	pitsburg	OH	037		39.987	-84.4866	4
45362	Rossburg	rossburg	OH	037		40.2946	-84.6264	4
45380	Versailles	versailles	OH	037		40.2273	-84.4957	4
45388	Yorkshire	yorkshire	OH	037		40.3283	-84.4836	4
45390	Union City	union-city	OH	037		40.2018	-84.7832	4
43512	Defiance	defiance	OH	039		41.2799	-84.3626	4
43519	Evansport	evansport	OH	039		41.4222	-84.3966	4
43520	Farmer	farmer	OH	039		41.3907	-84.6313	4
43526	Hicksville	hicksville	OH	039		41.3034	-84.7589	4
43530	Jewell	jewell	OH	039		41.3258	-84.2793	4
43536	Mark Center	mark-center	OH	039		41.2917	-84.6278	4
43549	Ney	ney	OH	039		41.3781	-84.5269	4
43556	Sherwood	sherwood	OH	039		41.2946	-84.5417	4
43003	Ashley	ashley	OH	041		40.4163	-82.9542	4
43015	Delaware	delaware	OH	041		40.2932	-83.0723	4
43021	Galena	galena	OH	041		40.2011	-82.8749	4
43032	Kilbourne	kilbourne	OH	041		40.3286	-82.9588	4
43035	Lewis Center	lewis-center	OH	041		40.1879	-82.9878	4
43061	Ostrander	ostrander	OH	041		40.274	-83.1978	4
43065	Powell	powell	OH	041		40.1834	-83.0912	4
43066	Radnor	radnor	OH	041		40.3918	-83.1781	4
43074	Sunbury	sunbury	OH	041		40.2655	-82.8511	4
43082	Westerville	westerville	OH	041		40.1524	-82.882	4
43438	Kelleys Island	kelleys-island	OH	043		41.6008	-82.7068	4
44089	Vermilion	vermilion	OH	043		41.41	-82.3554	4
44814	Berlin Heights	berlin-heights	OH	043		41.3205	-82.4777	4
44816	Birmingham	birmingham	OH	043		41.3349	-82.355	4
44824	Castalia	castalia	OH	043		41.3872	-82.7994	4
44839	Huron	huron	OH	043		41.3757	-82.5386	4
44846	Milan	milan	OH	043		41.3111	-82.6126	4
44870	Sandusky	sandusky	OH	043		41.4349	-82.7063	4
44871	Sandusky	sandusky	OH	043		41.4489	-82.708	4
43046	Millersport	millersport	OH	045		39.8993	-82.5283	4
43102	Amanda	amanda	OH	045		39.6251	-82.7552	4
43105	Baltimore	baltimore	OH	045		39.8645	-82.624	4
43107	Bremen	bremen	OH	045		39.6909	-82.4096	4
43110	Canal Winchester	canal-winchester	OH	045		39.8349	-82.8044	4
43112	Carroll	carroll	OH	045		39.7957	-82.7084	4
43130	Lancaster	lancaster	OH	045		39.7187	-82.6031	4
43136	Lithopolis	lithopolis	OH	045		39.8013	-82.8125	4
43147	Pickerington	pickerington	OH	045		39.9061	-82.7563	4
43148	Pleasantville	pleasantville	OH	045		39.8227	-82.5043	4
43150	Rushville	rushville	OH	045		39.7674	-82.428	4
43154	Stoutsville	stoutsville	OH	045		39.6067	-82.8193	4
43155	Sugar Grove	sugar-grove	OH	045		39.6277	-82.5321	4
43157	Thurston	thurston	OH	045		39.8427	-82.5462	4
43106	Bloomingburg	bloomingburg	OH	047		39.6286	-83.4095	4
43128	Jeffersonville	jeffersonville	OH	047		39.659	-83.5687	4
43142	Milledgeville	milledgeville	OH	047		39.5937	-83.5873	4
43160	Washington Court House	washington-court-house	OH	047		39.537	-83.455	4
43002	Amlin	amlin	OH	049		40.072	-83.1792	4
43004	Blacklick	blacklick	OH	049		40.021	-82.8079	4
43016	Dublin	dublin	OH	049		40.0985	-83.1537	4
43017	Dublin	dublin	OH	049		40.1093	-83.1146	4
43026	Hilliard	hilliard	OH	049		40.0322	-83.1383	4
43054	New Albany	new-albany	OH	049		40.0847	-82.7988	4
43068	Reynoldsburg	reynoldsburg	OH	049		39.9551	-82.8035	4
43069	Reynoldsburg	reynoldsburg	OH	049		39.9555	-82.7992	4
43081	Westerville	westerville	OH	049		40.1146	-82.9105	4
43085	Columbus	columbus	OH	049		40.0999	-83.0157	4
43086	Westerville	westerville	OH	049		39.969	-83.0114	4
43109	Brice	brice	OH	049		39.9181	-82.8321	4
43119	Galloway	galloway	OH	049		39.9366	-83.1838	4
43123	Grove City	grove-city	OH	049		39.8814	-83.0839	4
43125	Groveport	groveport	OH	049		39.8581	-82.8872	4
43126	Harrisburg	harrisburg	OH	049		39.8139	-83.1664	4
43194	Lockbourne	lockbourne	OH	049		39.8092	-82.9725	
43195	Groveport	groveport	OH	049		39.8614	-82.8916	4
43199	Groveport	groveport	OH	049		39.969	-83.0114	4
43201	Columbus	columbus	OH	049		39.9952	-83.0047	4
43202	Columbus	columbus	OH	049		40.0201	-83.0118	4
43203	Columbus	columbus	OH	049		39.9719	-82.9691	4
43204	Columbus	columbus	OH	049		39.9523	-83.078	4
43205	Columbus	columbus	OH	049		39.9569	-82.9644	4
43206	Columbus	columbus	OH	049		39.9426	-82.9748	4
43207	Columbus	columbus	OH	049		39.9046	-82.9703	4
43209	Columbus	columbus	OH	049		39.9539	-82.9301	4
43210	Columbus	columbus	OH	049		40.0028	-83.0164	4
43211	Columbus	columbus	OH	049		40.0118	-82.9732	4
43212	Columbus	columbus	OH	049		39.9874	-83.0456	4
43213	Columbus	columbus	OH	049		39.9727	-82.8329	4
43214	Columbus	columbus	OH	049		40.0535	-83.0187	4
43215	Columbus	columbus	OH	049		39.9671	-83.0044	4
43216	Columbus	columbus	OH	049		39.969	-83.0114	4
43217	Columbus	columbus	OH	049		39.8277	-82.9342	4
43218	Columbus	columbus	OH	049		39.969	-83.0114	4
43219	Columbus	columbus	OH	049		40.0326	-82.9103	4
43220	Columbus	columbus	OH	049		40.0495	-83.0669	4
43221	Columbus	columbus	OH	049		40.0226	-83.0776	4
43222	Columbus	columbus	OH	049		39.9576	-83.0311	4
43223	Columbus	columbus	OH	049		39.9388	-83.0463	4
43224	Columbus	columbus	OH	049		40.0425	-82.9689	4
43226	Columbus	columbus	OH	049		39.969	-83.0114	4
43227	Columbus	columbus	OH	049		39.9444	-82.8903	4
43228	Columbus	columbus	OH	049		39.9648	-83.126	4
43229	Columbus	columbus	OH	049		40.0839	-82.9726	4
43230	Columbus	columbus	OH	049		40.0347	-82.8726	4
43231	Columbus	columbus	OH	049		40.081	-82.9383	4
43232	Columbus	columbus	OH	049		39.923	-82.8664	4
43234	Columbus	columbus	OH	049		39.969	-83.0114	4
43235	Columbus	columbus	OH	049		40.1088	-82.9742	4
43236	Columbus	columbus	OH	049		40.1357	-83.0076	4
43240	Columbus	columbus	OH	049		40.1454	-82.9817	4
43251	Columbus	columbus	OH	049		39.969	-83.0114	4
43260	Columbus	columbus	OH	049		39.969	-83.0114	4
43266	Columbus	columbus	OH	049		39.969	-83.0114	4
43268	Columbus	columbus	OH	049		39.969	-83.0114	4
43270	Columbus	columbus	OH	049		39.969	-83.0114	4
43271	Columbus	columbus	OH	049		39.969	-83.0114	4
43272	Columbus	columbus	OH	049		39.969	-83.0114	4
43279	Columbus	columbus	OH	049		39.969	-83.0114	4
43287	Columbus	columbus	OH	049		39.969	-83.0114	4
43291	Columbus	columbus	OH	049		39.969	-83.0114	4
43502	Archbold	archbold	OH	051		41.5333	-84.3048	4
43515	Delta	delta	OH	051		41.5577	-83.9866	4
43521	Fayette	fayette	OH	051		41.6717	-84.325	4
43533	Lyons	lyons	OH	051		41.6905	-84.0624	4
43540	Metamora	metamora	OH	051		41.6952	-83.926	4
43553	Pettisville	pettisville	OH	051		41.5306	-84.2297	4
43558	Swanton	swanton	OH	051		41.5945	-83.8718	4
43567	Wauseon	wauseon	OH	051		41.5668	-84.1537	4
45614	Bidwell	bidwell	OH	053		38.9276	-82.2701	4
45620	Cheshire	cheshire	OH	053		38.9587	-82.1235	4
45623	Crown City	crown-city	OH	053		38.6135	-82.2657	4
45631	Gallipolis	gallipolis	OH	053		38.8148	-82.229	4
45643	Kerr	kerr	OH	053		38.8683	-82.2562	4
45658	Patriot	patriot	OH	053		38.777	-82.4275	4
45674	Rio Grande	rio-grande	OH	053		38.8814	-82.3782	4
45685	Thurman	thurman	OH	053		38.8705	-82.4063	4
45686	Vinton	vinton	OH	053		38.9783	-82.357	4
44021	Burton	burton	OH	055		41.4527	-81.1526	4
44023	Chagrin Falls	chagrin-falls	OH	055		41.3872	-81.3042	4
44024	Chardon	chardon	OH	055		41.5719	-81.2056	4
44026	Chesterland	chesterland	OH	055		41.5344	-81.3421	4
44033	East Claridon	east-claridon	OH	055		41.5333	-81.1112	4
44046	Huntsburg	huntsburg	OH	055		41.5384	-81.0734	4
44062	Middlefield	middlefield	OH	055		41.4455	-81.0373	4
44064	Montville	montville	OH	055		41.6034	-81.057	4
44065	Newbury	newbury	OH	055		41.475	-81.2345	1
44072	Novelty	novelty	OH	055		41.4763	-81.3342	4
44073	Novelty	novelty	OH	055		41.4948	-81.3407	4
44080	Parkman	parkman	OH	055		41.3706	-81.0651	4
44086	Thompson	thompson	OH	055		41.6762	-81.0573	4
45301	Alpha	alpha	OH	057		39.7117	-84.0233	4
45305	Bellbrook	bellbrook	OH	057		39.6402	-84.0824	4
45307	Bowersville	bowersville	OH	057		39.5806	-83.7249	4
45314	Cedarville	cedarville	OH	057		39.7484	-83.8013	4
45316	Clifton	clifton	OH	057		39.797	-83.8256	4
45324	Fairborn	fairborn	OH	057		39.8053	-84.0198	4
45335	Jamestown	jamestown	OH	057		39.6428	-83.7504	4
45370	Spring Valley	spring-valley	OH	057		39.6083	-84.026	4
45384	Wilberforce	wilberforce	OH	057		39.7128	-83.8781	4
45385	Xenia	xenia	OH	057		39.6842	-83.9369	4
45387	Yellow Springs	yellow-springs	OH	057		39.7996	-83.8891	4
45431	Dayton	dayton	OH	057		39.7574	-84.0569	4
45433	Dayton	dayton	OH	057		39.8138	-84.059	4
43722	Buffalo	buffalo	OH	059		39.9159	-81.5201	4
43723	Byesville	byesville	OH	059		39.9623	-81.5485	4
43725	Cambridge	cambridge	OH	059		40.027	-81.582	4
43732	Cumberland	cumberland	OH	059		39.852	-81.6576	4
43733	Derwent	derwent	OH	059		39.9236	-81.543	4
43736	Fairview	fairview	OH	059		40.065	-81.2558	4
43749	Kimbolton	kimbolton	OH	059		40.1589	-81.549	4
43750	Kipling	kipling	OH	059		39.9945	-81.5006	4
43755	Lore City	lore-city	OH	059		40.0459	-81.4479	4
43768	Old Washington	old-washington	OH	059		40.0392	-81.4522	4
43772	Pleasant City	pleasant-city	OH	059		39.9095	-81.558	4
43773	Quaker City	quaker-city	OH	059		39.9866	-81.2899	4
43778	Salesville	salesville	OH	059		40.0081	-81.3728	4
43780	Senecaville	senecaville	OH	059		39.9337	-81.458	4
45001	Addyston	addyston	OH	061		39.1374	-84.7096	4
45002	Cleves	cleves	OH	061		39.1937	-84.734	4
45030	Harrison	harrison	OH	061		39.2592	-84.7837	4
45033	Hooven	hooven	OH	061		39.1773	-84.7627	4
45041	Miamitown	miamitown	OH	061		39.2159	-84.7041	4
45051	Mount Saint Joseph	mount-saint-joseph	OH	061		39.0965	-84.6431	4
45052	North Bend	north-bend	OH	061		39.1536	-84.7273	4
45111	Camp Dennison	camp-dennison	OH	061		39.1962	-84.2897	4
45174	Terrace Park	terrace-park	OH	061		39.1602	-84.3098	4
45201	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45202	Cincinnati	cincinnati	OH	061		39.1072	-84.502	4
45203	Cincinnati	cincinnati	OH	061		39.1075	-84.5257	4
45204	Cincinnati	cincinnati	OH	061		39.0963	-84.5719	4
45205	Cincinnati	cincinnati	OH	061		39.1104	-84.5757	4
45206	Cincinnati	cincinnati	OH	061		39.1269	-84.4853	4
45207	Cincinnati	cincinnati	OH	061		39.1397	-84.4706	4
45208	Cincinnati	cincinnati	OH	061		39.1361	-84.4355	4
45209	Cincinnati	cincinnati	OH	061		39.1516	-84.4278	4
45211	Cincinnati	cincinnati	OH	061		39.1524	-84.5967	4
45212	Cincinnati	cincinnati	OH	061		39.1642	-84.4522	4
45213	Cincinnati	cincinnati	OH	061		39.1802	-84.4204	4
45214	Cincinnati	cincinnati	OH	061		39.1219	-84.5506	4
45215	Cincinnati	cincinnati	OH	061		39.2353	-84.4619	4
45216	Cincinnati	cincinnati	OH	061		39.2003	-84.4859	4
45217	Cincinnati	cincinnati	OH	061		39.1661	-84.4959	4
45218	Cincinnati	cincinnati	OH	061		39.2663	-84.5221	4
45219	Cincinnati	cincinnati	OH	061		39.127	-84.5131	4
45220	Cincinnati	cincinnati	OH	061		39.1432	-84.5217	4
45221	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45222	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45223	Cincinnati	cincinnati	OH	061		39.1696	-84.5478	4
45224	Cincinnati	cincinnati	OH	061		39.1991	-84.5251	4
45225	Cincinnati	cincinnati	OH	061		39.1447	-84.5533	4
45226	Cincinnati	cincinnati	OH	061		39.1174	-84.4312	4
45227	Cincinnati	cincinnati	OH	061		39.1539	-84.3854	4
45229	Cincinnati	cincinnati	OH	061		39.149	-84.4892	4
45230	Cincinnati	cincinnati	OH	061		39.0713	-84.3758	4
45231	Cincinnati	cincinnati	OH	061		39.2418	-84.5437	4
45232	Cincinnati	cincinnati	OH	061		39.1859	-84.5141	4
45233	Cincinnati	cincinnati	OH	061		39.111	-84.6594	4
45234	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45235	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45236	Cincinnati	cincinnati	OH	061		39.21	-84.395	4
45237	Cincinnati	cincinnati	OH	061		39.188	-84.458	4
45238	Cincinnati	cincinnati	OH	061		39.1092	-84.6108	4
45239	Cincinnati	cincinnati	OH	061		39.2045	-84.5799	4
45240	Cincinnati	cincinnati	OH	061		39.2851	-84.5288	4
45241	Cincinnati	cincinnati	OH	061		39.2638	-84.4092	4
45242	Cincinnati	cincinnati	OH	061		39.2447	-84.3455	4
45243	Cincinnati	cincinnati	OH	061		39.1848	-84.3448	4
45244	Cincinnati	cincinnati	OH	061		39.1191	-84.351	4
45246	Cincinnati	cincinnati	OH	061		39.2839	-84.4744	4
45247	Cincinnati	cincinnati	OH	061		39.2208	-84.6418	4
45248	Cincinnati	cincinnati	OH	061		39.1652	-84.6625	4
45249	Cincinnati	cincinnati	OH	061		39.2692	-84.3307	4
45250	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45251	Cincinnati	cincinnati	OH	061		39.2672	-84.5993	4
45252	Cincinnati	cincinnati	OH	061		39.2668	-84.6283	4
45253	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45254	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45255	Cincinnati	cincinnati	OH	061		39.0584	-84.3396	4
45258	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45262	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45263	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45264	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45267	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45268	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45269	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45270	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45271	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45273	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45274	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45277	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45280	Cincinnati	cincinnati	OH	061		39.162	-84.4569	4
45296	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45298	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
45299	Cincinnati	cincinnati	OH	061		39.2622	-84.5093	4
45999	Cincinnati	cincinnati	OH	061		39.1668	-84.5382	4
44804	Arcadia	arcadia	OH	063		41.1116	-83.5019	4
45814	Arlington	arlington	OH	063		40.8761	-83.6685	4
45816	Benton Ridge	benton-ridge	OH	063		41.0031	-83.7931	4
45839	Findlay	findlay	OH	063		41.0442	-83.6499	4
45840	Findlay	findlay	OH	063		41.0449	-83.6457	4
45841	Jenera	jenera	OH	063		40.9004	-83.7256	4
45858	Mc Comb	mc-comb	OH	063		41.1125	-83.8014	1
45867	Mount Blanchard	mount-blanchard	OH	063		40.8929	-83.5553	4
45868	Mount Cory	mount-cory	OH	063		40.9437	-83.8093	4
45881	Rawson	rawson	OH	063		40.9589	-83.7841	4
45889	Van Buren	van-buren	OH	063		41.1327	-83.6473	4
45890	Vanlue	vanlue	OH	063		40.9583	-83.4971	4
45897	Williamstown	williamstown	OH	063		40.834	-83.6518	4
43326	Kenton	kenton	OH	065		40.6404	-83.6111	4
43340	Mount Victory	mount-victory	OH	065		40.5232	-83.4942	4
43345	Ridgeway	ridgeway	OH	065		40.5209	-83.5702	4
43346	Roundhead	roundhead	OH	065		40.5732	-83.8462	4
45810	Ada	ada	OH	065		40.7709	-83.8154	4
45812	Alger	alger	OH	065		40.706	-83.825	4
45835	Dola	dola	OH	065		40.7598	-83.7001	4
45836	Dunkirk	dunkirk	OH	065		40.7824	-83.6339	4
45843	Forest	forest	OH	065		40.7816	-83.5351	4
45859	Mc Guffey	mc-guffey	OH	065		40.6899	-83.8111	1
43907	Cadiz	cadiz	OH	067		40.2632	-81.0307	4
43973	Freeport	freeport	OH	067		40.1925	-81.277	4
43974	Harrisville	harrisville	OH	067		40.1815	-80.8882	4
43976	Hopedale	hopedale	OH	067		40.3496	-80.9021	4
43981	New Athens	new-athens	OH	067		40.1839	-80.9959	4
43984	New Rumley	new-rumley	OH	067		40.4017	-81.0309	4
43986	Jewett	jewett	OH	067		40.3745	-81.0004	4
43988	Scio	scio	OH	067		40.4012	-81.1016	4
44693	Deersville	deersville	OH	067		40.2947	-81.1839	4
44695	Bowerston	bowerston	OH	067		40.4371	-81.1862	4
44699	Tippecanoe	tippecanoe	OH	067		40.2797	-81.2919	4
43510	Colton	colton	OH	069		41.4199	-84.0137	4
09263	APO AE	apo-ae				49.443	7.7716	
43516	Deshler	deshler	OH	069		41.2239	-83.8964	4
43523	Grelton	grelton	OH	069		41.3411	-84.0005	4
43524	Hamler	hamler	OH	069		41.2292	-84.0341	4
43527	Holgate	holgate	OH	069		41.2549	-84.1447	4
43532	Liberty Center	liberty-center	OH	069		41.4514	-83.9859	4
43534	Mc Clure	mc-clure	OH	069		41.3773	-83.9425	1
43535	Malinta	malinta	OH	069		41.3084	-84.0457	4
43545	Napoleon	napoleon	OH	069		41.391	-84.1433	4
43548	New Bavaria	new-bavaria	OH	069		41.2037	-84.1683	4
43550	Okolona	okolona	OH	069		41.3267	-84.1117	4
43555	Ridgeville Corners	ridgeville-corners	OH	069		41.4351	-84.2544	4
45123	Greenfield	greenfield	OH	071		39.3478	-83.3898	4
45132	Highland	highland	OH	071		39.3445	-83.5974	4
45133	Hillsboro	hillsboro	OH	071		39.1679	-83.6064	4
45135	Leesburg	leesburg	OH	071		39.3458	-83.5481	4
45142	Lynchburg	lynchburg	OH	071		39.2119	-83.8021	4
45155	Mowrystown	mowrystown	OH	071		39.0388	-83.7505	4
45172	Sinking Spring	sinking-spring	OH	071		39.0738	-83.3853	4
43111	Carbon Hill	carbon-hill	OH	073		39.5045	-82.2429	4
43127	Haydenville	haydenville	OH	073		39.4766	-82.3281	4
43135	Laurelville	laurelville	OH	073		39.4757	-82.7212	4
43138	Logan	logan	OH	073		39.5372	-82.4126	4
43144	Murray City	murray-city	OH	073		39.5055	-82.1711	4
43149	Rockbridge	rockbridge	OH	073		39.5509	-82.5626	4
43152	South Bloomingville	south-bloomingville	OH	073		39.4174	-82.5923	4
43158	Union Furnace	union-furnace	OH	073		39.4617	-82.3563	4
44610	Berlin	berlin	OH	075		40.5612	-81.7943	4
44611	Big Prairie	big-prairie	OH	075		40.6188	-82.072	4
44617	Charm	charm	OH	075		40.5071	-81.7829	4
44628	Glenmont	glenmont	OH	075		40.5217	-82.1505	4
44633	Holmesville	holmesville	OH	075		40.633	-81.9275	4
44637	Killbuck	killbuck	OH	075		40.4933	-81.9837	4
44638	Lakeville	lakeville	OH	075		40.652	-82.1455	4
44654	Millersburg	millersburg	OH	075		40.5567	-81.8324	4
44660	Mount Hope	mount-hope	OH	075		40.6223	-81.7825	4
44661	Nashville	nashville	OH	075		40.5956	-82.113	4
44687	Walnut Creek	walnut-creek	OH	075		40.5415	-81.7218	4
44690	Winesburg	winesburg	OH	075		40.6164	-81.6951	4
44811	Bellevue	bellevue	OH	077		41.2684	-82.8577	4
44826	Collins	collins	OH	077		41.245	-82.4904	4
44837	Greenwich	greenwich	OH	077		41.0407	-82.5133	4
44847	Monroeville	monroeville	OH	077		41.2181	-82.7023	4
44850	New Haven	new-haven	OH	077		41.035	-82.677	4
44851	New London	new-london	OH	077		41.0906	-82.3966	4
44855	North Fairfield	north-fairfield	OH	077		41.103	-82.5998	4
44857	Norwalk	norwalk	OH	077		41.2403	-82.6078	4
44888	Willard	willard	OH	077		41.0531	-82.7263	4
44889	Wakeman	wakeman	OH	077		41.2637	-82.3782	4
44890	Willard	willard	OH	077		41.0628	-82.7288	4
45621	Coalton	coalton	OH	079		39.1108	-82.6077	4
45640	Jackson	jackson	OH	079		39.0428	-82.6472	4
45656	Oak Hill	oak-hill	OH	079		38.8916	-82.5883	4
45692	Wellston	wellston	OH	079		39.1189	-82.5485	4
43901	Adena	adena	OH	081		40.2126	-80.8815	4
43903	Amsterdam	amsterdam	OH	081		40.4731	-80.9596	4
43908	Bergholz	bergholz	OH	081		40.5195	-80.884	4
43910	Bloomingdale	bloomingdale	OH	081		40.3742	-80.8072	4
43913	Brilliant	brilliant	OH	081		40.2683	-80.6319	4
43917	Dillonvale	dillonvale	OH	081		40.2251	-80.8031	4
43925	East Springfield	east-springfield	OH	081		40.4506	-80.8604	4
43926	Empire	empire	OH	081		40.5092	-80.6241	4
43930	Hammondsville	hammondsville	OH	081		40.5676	-80.7659	4
43932	Irondale	irondale	OH	081		40.5111	-80.7915	4
43938	Mingo Junction	mingo-junction	OH	081		40.3203	-80.625	4
43939	Mount Pleasant	mount-pleasant	OH	081		40.1753	-80.7979	4
43941	Piney Fork	piney-fork	OH	081		40.2639	-80.8358	4
43943	Rayland	rayland	OH	081		40.2083	-80.7125	4
43944	Richmond	richmond	OH	081		40.4261	-80.7613	4
43948	Smithfield	smithfield	OH	081		40.2709	-80.7815	4
43952	Steubenville	steubenville	OH	081		40.3698	-80.634	4
43953	Steubenville	steubenville	OH	081		40.3524	-80.6781	4
43961	Stratton	stratton	OH	081		40.5185	-80.6285	4
43963	Tiltonsville	tiltonsville	OH	081		40.1681	-80.6996	4
43964	Toronto	toronto	OH	081		40.4733	-80.6325	4
43970	Wolf Run	wolf-run	OH	081		40.4673	-80.8893	4
43971	Yorkville	yorkville	OH	081		40.1581	-80.7077	4
43005	Bladensburg	bladensburg	OH	083		40.2845	-82.284	4
43006	Brinkhaven	brinkhaven	OH	083		40.4583	-82.1553	4
43011	Centerburg	centerburg	OH	083		40.2865	-82.68	4
43014	Danville	danville	OH	083		40.4557	-82.2639	4
43019	Fredericktown	fredericktown	OH	083		40.4976	-82.5857	4
43022	Gambier	gambier	OH	083		40.3782	-82.3828	4
43028	Howard	howard	OH	083		40.4158	-82.3334	4
43037	Martinsburg	martinsburg	OH	083		40.268	-82.3567	4
43048	Mount Liberty	mount-liberty	OH	083		40.3467	-82.6302	4
43050	Mount Vernon	mount-vernon	OH	083		40.3849	-82.4873	4
44045	Grand River	grand-river	OH	085		41.7427	-81.2821	4
44057	Madison	madison	OH	085		41.8054	-81.0588	4
44060	Mentor	mentor	OH	085		41.6895	-81.3421	4
44061	Mentor	mentor	OH	085		41.6662	-81.3396	4
44077	Painesville	painesville	OH	085		41.7079	-81.199	4
44081	Perry	perry	OH	085		41.7679	-81.1433	4
44092	Wickliffe	wickliffe	OH	085		41.6046	-81.4692	4
44094	Willoughby	willoughby	OH	085		41.6302	-81.4076	4
44095	Eastlake	eastlake	OH	085		41.6587	-81.4445	4
44096	Willoughby	willoughby	OH	085		41.6398	-81.4065	4
44097	Eastlake	eastlake	OH	085		41.6539	-81.4504	4
45619	Chesapeake	chesapeake	OH	087		38.4551	-82.4504	4
45638	Ironton	ironton	OH	087		38.5294	-82.6654	4
45645	Kitts Hill	kitts-hill	OH	087		38.5649	-82.5489	4
45659	Pedro	pedro	OH	087		38.6503	-82.6477	4
45669	Proctorville	proctorville	OH	087		38.4635	-82.3523	4
45675	Rock Camp	rock-camp	OH	087		38.5367	-82.5327	4
45678	Scottown	scottown	OH	087		38.594	-82.3967	4
45680	South Point	south-point	OH	087		38.4339	-82.5529	4
45688	Waterloo	waterloo	OH	087		38.7182	-82.5174	4
45696	Willow Wood	willow-wood	OH	087		38.594	-82.453	4
43001	Alexandria	alexandria	OH	089		40.106	-82.6077	4
43008	Buckeye Lake	buckeye-lake	OH	089		39.9337	-82.4724	4
43013	Croton	croton	OH	089		40.2376	-82.6989	4
43018	Etna	etna	OH	089		39.9572	-82.6837	4
43023	Granville	granville	OH	089		40.0788	-82.5194	4
43025	Hebron	hebron	OH	089		39.9535	-82.4919	4
43027	Homer	homer	OH	089		40.2528	-82.5177	4
43030	Jacksontown	jacksontown	OH	089		39.9595	-82.4129	4
43031	Johnstown	johnstown	OH	089		40.1445	-82.6973	4
43033	Kirkersville	kirkersville	OH	089		39.961	-82.5998	4
43055	Newark	newark	OH	089		40.0724	-82.4046	4
43056	Heath	heath	OH	089		40.0197	-82.3875	4
43058	Newark	newark	OH	089		40.0581	-82.4013	4
43062	Pataskala	pataskala	OH	089		40.0009	-82.6687	4
43071	Saint Louisville	saint-louisville	OH	089		40.1818	-82.356	4
43073	Summit Station	summit-station	OH	089		39.9965	-82.754	4
43080	Utica	utica	OH	089		40.2441	-82.4135	4
43093	Newark	newark	OH	089		40.0951	-82.4827	4
43721	Brownsville	brownsville	OH	089		39.947	-82.2565	4
43740	Gratiot	gratiot	OH	089		39.9522	-82.2128	4
43310	Belle Center	belle-center	OH	091		40.5024	-83.7688	4
43311	Bellefontaine	bellefontaine	OH	091		40.3605	-83.7571	4
43318	De Graff	de-graff	OH	091		40.3058	-83.9153	4
43319	East Liberty	east-liberty	OH	091		40.3077	-83.5862	4
43324	Huntsville	huntsville	OH	091		40.4413	-83.7927	4
43331	Lakeview	lakeview	OH	091		40.5019	-83.9202	4
43333	Lewistown	lewistown	OH	091		40.4277	-83.9209	4
43336	Middleburg	middleburg	OH	091		40.2926	-83.5824	4
43343	Quincy	quincy	OH	091		40.2876	-83.9744	4
43347	Rushsylvania	rushsylvania	OH	091		40.4658	-83.6598	4
43348	Russells Point	russells-point	OH	091		40.4675	-83.887	4
43357	West Liberty	west-liberty	OH	091		40.2625	-83.7528	4
43358	West Mansfield	west-mansfield	OH	091		40.4043	-83.5243	4
43360	Zanesfield	zanesfield	OH	091		40.3211	-83.6405	4
44001	Amherst	amherst	OH	093		41.3617	-82.2538	4
44011	Avon	avon	OH	093		41.4467	-82.0204	4
44012	Avon Lake	avon-lake	OH	093		41.5019	-82.0111	4
44028	Columbia Station	columbia-station	OH	093		41.3187	-81.9344	4
44035	Elyria	elyria	OH	093		41.3724	-82.1051	4
44036	Elyria	elyria	OH	093		41.4015	-82.0771	4
44039	North Ridgeville	north-ridgeville	OH	093		41.3964	-82.0033	4
44044	Grafton	grafton	OH	093		41.2854	-82.0431	4
44049	Kipton	kipton	OH	093		41.2664	-82.3064	4
44050	Lagrange	lagrange	OH	093		41.2423	-82.1279	4
44052	Lorain	lorain	OH	093		41.4578	-82.171	4
44053	Lorain	lorain	OH	093		41.432	-82.2038	4
44054	Sheffield Lake	sheffield-lake	OH	093		41.4823	-82.0965	4
44055	Lorain	lorain	OH	093		41.4361	-82.135	4
44074	Oberlin	oberlin	OH	093		41.2899	-82.2229	4
44090	Wellington	wellington	OH	093		41.1712	-82.2269	4
43434	Harbor View	harbor-view	OH	095		41.6934	-83.4444	4
43504	Berkey	berkey	OH	095		41.6989	-83.831	4
43528	Holland	holland	OH	095		41.6226	-83.7257	4
43537	Maumee	maumee	OH	095		41.5817	-83.6628	4
43542	Monclova	monclova	OH	095		41.5684	-83.7757	4
43547	Neapolis	neapolis	OH	095		41.492	-83.8706	4
43560	Sylvania	sylvania	OH	095		41.708	-83.7068	4
43566	Waterville	waterville	OH	095		41.5022	-83.7331	4
43571	Whitehouse	whitehouse	OH	095		41.5194	-83.8115	4
43601	Toledo	toledo	OH	095		41.7207	-83.5694	4
43603	Toledo	toledo	OH	095		41.6868	-83.4394	4
43604	Toledo	toledo	OH	095		41.6614	-83.5249	4
43605	Toledo	toledo	OH	095		41.6525	-83.5085	4
43606	Toledo	toledo	OH	095		41.6712	-83.606	4
43607	Toledo	toledo	OH	095		41.6504	-83.5974	4
43608	Toledo	toledo	OH	095		41.6779	-83.5344	4
43609	Toledo	toledo	OH	095		41.6298	-83.5773	4
43610	Toledo	toledo	OH	095		41.6767	-83.5573	4
43611	Toledo	toledo	OH	095		41.7045	-83.4892	4
43612	Toledo	toledo	OH	095		41.7046	-83.5656	4
43613	Toledo	toledo	OH	095		41.7039	-83.6034	4
43614	Toledo	toledo	OH	095		41.6028	-83.6292	4
43615	Toledo	toledo	OH	095		41.6492	-83.6706	4
43616	Oregon	oregon	OH	095		41.6418	-83.4714	4
43617	Toledo	toledo	OH	095		41.6668	-83.717	4
43620	Toledo	toledo	OH	095		41.6654	-83.5536	4
43623	Toledo	toledo	OH	095		41.708	-83.6434	4
43635	Toledo	toledo	OH	095		41.6868	-83.4394	4
43652	Toledo	toledo	OH	095		41.6868	-83.4394	4
43654	Toledo	toledo	OH	095		41.6868	-83.4394	4
43656	Toledo	toledo	OH	095		41.6782	-83.4972	4
43657	Toledo	toledo	OH	095		41.6868	-83.4394	4
43659	Toledo	toledo	OH	095		41.6868	-83.4394	4
43660	Toledo	toledo	OH	095		41.6546	-83.5329	4
43661	Toledo	toledo	OH	095		41.6782	-83.4972	4
43666	Toledo	toledo	OH	095		41.6782	-83.4972	4
43667	Toledo	toledo	OH	095		41.6868	-83.4394	4
09264	APO AE	apo-ae				49.3048	10.5931	
43681	Toledo	toledo	OH	095		41.6868	-83.4394	4
43682	Toledo	toledo	OH	095		41.6868	-83.4394	4
43697	Toledo	toledo	OH	095		41.6868	-83.4394	4
43699	Toledo	toledo	OH	095		41.6538	-83.6589	4
43064	Plain City	plain-city	OH	097		40.0974	-83.269	4
43140	London	london	OH	097		39.9001	-83.4439	4
43143	Mount Sterling	mount-sterling	OH	097		39.7175	-83.2806	4
43151	Sedalia	sedalia	OH	097		39.733	-83.4764	1
43153	South Solon	south-solon	OH	097		39.7423	-83.597	4
43162	West Jefferson	west-jefferson	OH	097		39.9424	-83.2853	4
44401	Berlin Center	berlin-center	OH	099		41.0243	-80.9341	4
44405	Campbell	campbell	OH	099		41.0778	-80.5897	4
44406	Canfield	canfield	OH	099		41.0293	-80.7564	4
44416	Ellsworth	ellsworth	OH	099		41.0242	-80.8573	4
44422	Greenford	greenford	OH	099		40.9439	-80.7915	4
44429	Lake Milton	lake-milton	OH	099		41.1014	-80.9724	4
44436	Lowellville	lowellville	OH	099		41.0503	-80.5416	4
44442	New Middletown	new-middletown	OH	099		40.9646	-80.5534	4
44443	New Springfield	new-springfield	OH	099		40.9265	-80.5856	4
44449	North Benton	north-benton	OH	099		40.9876	-81.0162	4
44451	North Jackson	north-jackson	OH	099		41.088	-80.8623	4
44452	North Lima	north-lima	OH	099		40.9649	-80.6549	4
44454	Petersburg	petersburg	OH	099		40.9049	-80.54	4
44471	Struthers	struthers	OH	099		41.0508	-80.5985	4
44501	Youngstown	youngstown	OH	099		41.0171	-80.8029	4
44502	Youngstown	youngstown	OH	099		41.0774	-80.6409	4
44503	Youngstown	youngstown	OH	099		41.102	-80.65	4
44504	Youngstown	youngstown	OH	099		41.1237	-80.6539	4
44505	Youngstown	youngstown	OH	099		41.1257	-80.6277	4
44506	Youngstown	youngstown	OH	099		41.096	-80.6259	4
44507	Youngstown	youngstown	OH	099		41.0732	-80.6553	4
44509	Youngstown	youngstown	OH	099		41.105	-80.6945	4
44510	Youngstown	youngstown	OH	099		41.1197	-80.6672	4
44511	Youngstown	youngstown	OH	099		41.0704	-80.6931	4
44512	Youngstown	youngstown	OH	099		41.0252	-80.6687	4
44513	Youngstown	youngstown	OH	099		41.0171	-80.8029	4
44514	Youngstown	youngstown	OH	099		41.0093	-80.6183	4
44515	Youngstown	youngstown	OH	099		41.0979	-80.7598	4
44555	Youngstown	youngstown	OH	099		41.1039	-80.6436	4
44609	Beloit	beloit	OH	099		40.8957	-80.9897	4
44619	Damascus	damascus	OH	099		40.9021	-80.9628	4
44672	Sebring	sebring	OH	099		40.9227	-81.0232	4
43301	Marion	marion	OH	101		40.6166	-83.0693	4
43302	Marion	marion	OH	101		40.5876	-83.1271	4
43314	Caledonia	caledonia	OH	101		40.6272	-82.9925	4
43322	Green Camp	green-camp	OH	101		40.5322	-83.2078	4
43332	La Rue	la-rue	OH	101		40.5789	-83.3734	4
43335	Martel	martel	OH	101		40.6685	-82.91	4
43337	Morral	morral	OH	101		40.6954	-83.2046	4
43341	New Bloomington	new-bloomington	OH	101		40.6073	-83.3224	4
43342	Prospect	prospect	OH	101		40.4727	-83.1763	4
43356	Waldo	waldo	OH	101		40.4605	-83.0706	4
44149	Strongsville	strongsville	OH	103		41.3134	-81.8562	4
44212	Brunswick	brunswick	OH	103		41.2471	-81.828	4
44215	Chippewa Lake	chippewa-lake	OH	103		41.0653	-81.9017	4
44233	Hinckley	hinckley	OH	103		41.2419	-81.7453	4
44235	Homerville	homerville	OH	103		41.0267	-82.125	4
44251	Westfield Center	westfield-center	OH	103		41.0288	-81.9283	4
44253	Litchfield	litchfield	OH	103		41.1668	-82.0157	4
44254	Lodi	lodi	OH	103		41.0327	-82.0147	4
44256	Medina	medina	OH	103		41.1404	-81.8584	4
44258	Medina	medina	OH	103		41.1276	-81.8411	4
44273	Seville	seville	OH	103		41.0227	-81.8562	4
44274	Sharon Center	sharon-center	OH	103		41.0992	-81.7343	4
44275	Spencer	spencer	OH	103		41.0983	-82.0999	4
44280	Valley City	valley-city	OH	103		41.2368	-81.9245	4
44281	Wadsworth	wadsworth	OH	103		41.0384	-81.7374	4
44282	Wadsworth	wadsworth	OH	103		41.0256	-81.7299	4
45720	Chester	chester	OH	105		39.0856	-81.9214	4
45741	Langsville	langsville	OH	105		39.0697	-82.2499	4
45743	Long Bottom	long-bottom	OH	105		39.0802	-81.8887	4
45760	Middleport	middleport	OH	105		38.9993	-82.06	4
45769	Pomeroy	pomeroy	OH	105		39.0607	-82.0331	4
45770	Portland	portland	OH	105		38.9999	-81.8135	4
45771	Racine	racine	OH	105		38.9786	-81.9258	4
45772	Reedsville	reedsville	OH	105		39.149	-81.7924	4
45775	Rutland	rutland	OH	105		39.0909	-82.1486	4
45779	Syracuse	syracuse	OH	105		38.9976	-81.974	4
45783	Tuppers Plains	tuppers-plains	OH	105		39.1683	-81.8423	4
45310	Burkettsville	burkettsville	OH	107		40.3541	-84.6435	4
45822	Celina	celina	OH	107		40.5566	-84.6287	4
45826	Chickasaw	chickasaw	OH	107		40.437	-84.4933	4
45828	Coldwater	coldwater	OH	107		40.4846	-84.6517	4
45846	Fort Recovery	fort-recovery	OH	107		40.4018	-84.7613	4
45860	Maria Stein	maria-stein	OH	107		40.4062	-84.5076	4
45862	Mendon	mendon	OH	107		40.6777	-84.5152	4
45866	Montezuma	montezuma	OH	107		40.489	-84.5494	4
45882	Rockford	rockford	OH	107		40.6771	-84.6642	4
45883	Saint Henry	saint-henry	OH	107		40.4091	-84.6333	4
45308	Bradford	bradford	OH	109		40.1286	-84.4293	4
45312	Casstown	casstown	OH	109		40.0716	-84.1088	4
45317	Conover	conover	OH	109		40.1457	-84.0283	4
45318	Covington	covington	OH	109		40.1176	-84.3496	4
45326	Fletcher	fletcher	OH	109		40.1445	-84.101	4
45337	Laura	laura	OH	109		39.9785	-84.3994	4
45339	Ludlow Falls	ludlow-falls	OH	109		39.9871	-84.3334	4
45356	Piqua	piqua	OH	109		40.1486	-84.2531	4
45359	Pleasant Hill	pleasant-hill	OH	109		40.0531	-84.3436	4
45361	Potsdam	potsdam	OH	109		39.9635	-84.4145	4
45371	Tipp City	tipp-city	OH	109		39.942	-84.1663	4
45373	Troy	troy	OH	109		40.0374	-84.2032	4
45374	Troy	troy	OH	109		40.04	-84.2298	4
45383	West Milton	west-milton	OH	109		39.9531	-84.3242	4
43716	Beallsville	beallsville	OH	111		39.8484	-81.0368	4
43747	Jerusalem	jerusalem	OH	111		39.8488	-81.0921	4
43752	Laings	laings	OH	111		39.7171	-81.01	4
43754	Lewisville	lewisville	OH	111		39.7684	-81.2316	4
43757	Malaga	malaga	OH	111		39.8594	-81.1516	4
43786	Stafford	stafford	OH	111		39.7112	-81.2758	4
43793	Woodsfield	woodsfield	OH	111		39.7515	-81.0759	4
43914	Cameron	cameron	OH	111		39.7687	-80.9454	4
43915	Clarington	clarington	OH	111		39.7819	-80.9113	4
43931	Hannibal	hannibal	OH	111		39.6673	-80.872	4
43946	Sardis	sardis	OH	111		39.6526	-80.9243	4
45734	Graysville	graysville	OH	111		39.663	-81.1822	4
45309	Brookville	brookville	OH	113		39.8414	-84.4165	4
45315	Clayton	clayton	OH	113		39.8551	-84.3399	4
45322	Englewood	englewood	OH	113		39.877	-84.3319	4
45325	Farmersville	farmersville	OH	113		39.6867	-84.4205	4
45327	Germantown	germantown	OH	113		39.6244	-84.3764	4
45342	Miamisburg	miamisburg	OH	113		39.6321	-84.2675	4
45343	Miamisburg	miamisburg	OH	113		39.7505	-84.2686	4
45345	New Lebanon	new-lebanon	OH	113		39.7398	-84.3956	4
45354	Phillipsburg	phillipsburg	OH	113		39.9054	-84.4028	4
45377	Vandalia	vandalia	OH	113		39.8883	-84.2023	4
45401	Dayton	dayton	OH	113		39.7505	-84.2686	4
45402	Dayton	dayton	OH	113		39.7563	-84.1895	4
45403	Dayton	dayton	OH	113		39.7617	-84.1498	4
45404	Dayton	dayton	OH	113		39.7862	-84.1622	4
45405	Dayton	dayton	OH	113		39.7899	-84.2135	4
45406	Dayton	dayton	OH	113		39.7821	-84.2373	4
45409	Dayton	dayton	OH	113		39.7238	-84.1854	4
45410	Dayton	dayton	OH	113		39.7474	-84.16	4
45412	Dayton	dayton	OH	113		39.7589	-84.1916	4
45413	Dayton	dayton	OH	113		39.7505	-84.2686	4
45414	Dayton	dayton	OH	113		39.8285	-84.2024	4
45415	Dayton	dayton	OH	113		39.8355	-84.2613	4
45416	Dayton	dayton	OH	113		39.8011	-84.2578	4
45417	Dayton	dayton	OH	113		39.7528	-84.247	4
45419	Dayton	dayton	OH	113		39.7155	-84.1637	4
45420	Dayton	dayton	OH	113		39.7171	-84.1342	4
45422	Dayton	dayton	OH	113		39.7581	-84.2001	4
45423	Dayton	dayton	OH	113		39.7589	-84.1916	4
45424	Dayton	dayton	OH	113		39.8353	-84.1123	4
45426	Dayton	dayton	OH	113		39.7982	-84.3211	4
45428	Dayton	dayton	OH	113		39.7467	-84.2593	4
45429	Dayton	dayton	OH	113		39.6841	-84.1633	4
45430	Dayton	dayton	OH	113		39.7092	-84.1048	4
45432	Dayton	dayton	OH	113		39.739	-84.0856	4
45434	Dayton	dayton	OH	113		39.7216	-84.029	4
45435	Dayton	dayton	OH	113		39.7505	-84.2686	4
45437	Dayton	dayton	OH	113		39.7505	-84.2686	4
45439	Dayton	dayton	OH	113		39.701	-84.2187	4
45440	Dayton	dayton	OH	113		39.6749	-84.1136	4
45441	Dayton	dayton	OH	113		39.7505	-84.2686	4
45448	Dayton	dayton	OH	113		39.7505	-84.2686	4
45449	Dayton	dayton	OH	113		39.6651	-84.2401	4
45458	Dayton	dayton	OH	113		39.6062	-84.1695	4
45459	Dayton	dayton	OH	113		39.6464	-84.1717	4
45469	Dayton	dayton	OH	113		39.7405	-84.1789	4
45470	Dayton	dayton	OH	113		39.7505	-84.2686	4
45475	Dayton	dayton	OH	113		39.7505	-84.2686	4
45479	Dayton	dayton	OH	113		39.7344	-84.1944	4
45481	Dayton	dayton	OH	113		39.7505	-84.2686	4
45482	Dayton	dayton	OH	113		39.7505	-84.2686	4
45490	Dayton	dayton	OH	113		39.7505	-84.2686	4
43728	Chesterhill	chesterhill	OH	115		39.4953	-81.8773	4
43756	Mcconnelsville	mcconnelsville	OH	115		39.6487	-81.8532	4
43758	Malta	malta	OH	115		39.6482	-81.9127	4
43787	Stockport	stockport	OH	115		39.549	-81.8262	4
43315	Cardington	cardington	OH	117		40.5066	-82.9337	4
43317	Chesterville	chesterville	OH	117		40.4789	-82.6828	4
43320	Edison	edison	OH	117		40.5905	-82.9023	4
43321	Fulton	fulton	OH	117		40.4626	-82.8288	4
43325	Iberia	iberia	OH	117		40.6703	-82.8435	4
43334	Marengo	marengo	OH	117		40.3895	-82.8121	4
43338	Mount Gilead	mount-gilead	OH	117		40.5384	-82.8062	4
43349	Shauck	shauck	OH	117		40.6142	-82.6619	4
43350	Sparta	sparta	OH	117		40.5289	-82.8229	4
43701	Zanesville	zanesville	OH	119		39.9274	-82.0041	4
43702	Zanesville	zanesville	OH	119		39.9403	-82.0132	4
43720	Blue Rock	blue-rock	OH	119		39.8	-81.891	4
43727	Chandlersville	chandlersville	OH	119		39.8897	-81.8301	4
43734	Duncan Falls	duncan-falls	OH	119		39.8778	-81.9117	4
43735	East Fultonham	east-fultonham	OH	119		39.8501	-82.1221	4
43738	Fultonham	fultonham	OH	119		39.8555	-82.1378	4
43746	Hopewell	hopewell	OH	119		39.9601	-82.1756	4
43762	New Concord	new-concord	OH	119		40.0088	-81.7387	4
43767	Norwich	norwich	OH	119		39.9934	-81.8024	4
43771	Philo	philo	OH	119		39.8458	-81.9175	4
43777	Roseville	roseville	OH	119		39.8187	-82.0792	4
43791	White Cottage	white-cottage	OH	119		39.8713	-82.0987	4
43802	Adamsville	adamsville	OH	119		40.0793	-81.8718	4
43821	Dresden	dresden	OH	119		40.1069	-81.9998	4
43822	Frazeysburg	frazeysburg	OH	119		40.1316	-82.1293	4
43830	Nashport	nashport	OH	119		40.0386	-82.0998	4
09265	APO AE	apo-ae				50.2023	10.0778	
43842	Trinway	trinway	OH	119		40.1412	-82.0099	4
43711	Ava	ava	OH	121		39.8317	-81.5748	4
43717	Belle Valley	belle-valley	OH	121		39.7906	-81.5562	4
43724	Caldwell	caldwell	OH	121		39.7467	-81.5153	4
43779	Sarahsville	sarahsville	OH	121		39.8162	-81.4243	4
43788	Summerfield	summerfield	OH	121		39.8036	-81.332	4
45727	Dexter City	dexter-city	OH	121		39.6526	-81.4672	4
43408	Clay Center	clay-center	OH	123		41.5686	-83.3632	4
43412	Curtice	curtice	OH	123		41.6477	-83.2858	4
43416	Elmore	elmore	OH	123		41.4681	-83.2767	4
43430	Genoa	genoa	OH	123		41.53	-83.359	4
43432	Graytown	graytown	OH	123		41.5647	-83.2613	4
43433	Gypsum	gypsum	OH	123		41.5038	-82.8708	4
43436	Isle Saint George	isle-saint-george	OH	123		41.7153	-82.8227	4
43439	Lacarne	lacarne	OH	123		41.5181	-83.0413	4
43440	Lakeside Marblehead	lakeside-marblehead	OH	123		41.5247	-82.7766	1
43445	Martin	martin	OH	123		41.5694	-83.3116	4
43446	Middle Bass	middle-bass	OH	123		41.6835	-82.8047	4
43449	Oak Harbor	oak-harbor	OH	123		41.5236	-83.1278	4
43452	Port Clinton	port-clinton	OH	123		41.512	-82.9377	4
43456	Put In Bay	put-in-bay	OH	123		41.6514	-82.8226	4
43458	Rocky Ridge	rocky-ridge	OH	123		41.5302	-83.2128	4
43468	Williston	williston	OH	123		41.6037	-83.3399	4
45813	Antwerp	antwerp	OH	125		41.1887	-84.7448	4
45821	Cecil	cecil	OH	125		41.2174	-84.6296	4
45849	Grover Hill	grover-hill	OH	125		41.0245	-84.4956	4
45851	Haviland	haviland	OH	125		41.0329	-84.6139	4
45855	Latty	latty	OH	125		41.0879	-84.5841	4
45861	Melrose	melrose	OH	125		41.0812	-84.4287	4
45873	Oakwood	oakwood	OH	125		41.0908	-84.3969	4
45879	Paulding	paulding	OH	125		41.141	-84.5722	4
45880	Payne	payne	OH	125		41.0807	-84.7341	4
43076	Thornville	thornville	OH	127		39.8974	-82.4071	4
43730	Corning	corning	OH	127		39.6361	-82.1102	4
43731	Crooksville	crooksville	OH	127		39.7623	-82.084	4
43739	Glenford	glenford	OH	127		39.8699	-82.3026	4
43748	Junction City	junction-city	OH	127		39.6965	-82.3155	4
43760	Mount Perry	mount-perry	OH	127		39.8788	-82.188	4
43761	Moxahala	moxahala	OH	127		39.6626	-82.1363	4
43764	New Lexington	new-lexington	OH	127		39.7174	-82.2019	4
43766	New Straitsville	new-straitsville	OH	127		39.5869	-82.2488	4
43782	Shawnee	shawnee	OH	127		39.611	-82.2085	4
43783	Somerset	somerset	OH	127		39.7936	-82.2991	4
43103	Ashville	ashville	OH	129		39.7316	-82.9446	4
43113	Circleville	circleville	OH	129		39.5988	-82.93	4
43116	Commercial Point	commercial-point	OH	129		39.7699	-83.0602	4
43117	Derby	derby	OH	129		39.7687	-83.2057	4
43137	Lockbourne	lockbourne	OH	129		39.8142	-82.9764	4
43145	New Holland	new-holland	OH	129		39.5589	-83.2504	4
43146	Orient	orient	OH	129		39.7954	-83.1543	4
43156	Tarlton	tarlton	OH	129		39.5535	-82.7763	4
43164	Williamsport	williamsport	OH	129		39.6117	-83.1251	4
45613	Beaver	beaver	OH	131		39.0332	-82.8514	4
45624	Cynthiana	cynthiana	OH	131		39.1737	-83.3485	4
45642	Jasper	jasper	OH	131		39.0523	-83.05	4
45646	Latham	latham	OH	131		39.0804	-83.3283	4
45661	Piketon	piketon	OH	131		39.0437	-83.121	4
45683	Stockdale	stockdale	OH	131		38.9555	-82.8584	4
45687	Wakefield	wakefield	OH	131		38.9703	-83.0199	4
45690	Waverly	waverly	OH	131		39.1264	-83.0049	4
44201	Atwater	atwater	OH	133		41.0335	-81.1985	4
44202	Aurora	aurora	OH	133		41.3176	-81.3454	4
44211	Brady Lake	brady-lake	OH	133		41.1698	-81.3124	4
44231	Garrettsville	garrettsville	OH	133		41.2988	-81.0704	4
44234	Hiram	hiram	OH	133		41.3323	-81.1464	4
44240	Kent	kent	OH	133		41.1449	-81.3498	4
44241	Streetsboro	streetsboro	OH	133		41.2491	-81.3383	4
44242	Kent	kent	OH	133		41.1537	-81.3579	4
44243	Kent	kent	OH	133		41.1475	-81.3415	4
44255	Mantua	mantua	OH	133		41.2941	-81.2283	4
44265	Randolph	randolph	OH	133		41.0328	-81.2484	4
44266	Ravenna	ravenna	OH	133		41.1649	-81.2337	4
44272	Rootstown	rootstown	OH	133		41.0995	-81.2026	4
44285	Wayland	wayland	OH	133		41.1597	-81.07	4
44288	Windham	windham	OH	133		41.2392	-81.0535	4
44411	Deerfield	deerfield	OH	133		41.0359	-81.0528	4
44412	Diamond	diamond	OH	133		41.0935	-81.0425	4
45070	West Elkton	west-elkton	OH	135		39.5897	-84.5581	4
45311	Camden	camden	OH	135		39.6134	-84.61	4
45320	Eaton	eaton	OH	135		39.7426	-84.6508	4
45321	Eldorado	eldorado	OH	135		39.8882	-84.6786	4
45330	Gratis	gratis	OH	135		39.6483	-84.5282	4
45338	Lewisburg	lewisburg	OH	135		39.8534	-84.5369	4
45347	New Paris	new-paris	OH	135		39.8617	-84.7793	4
45378	Verona	verona	OH	135		39.9029	-84.4887	4
45381	West Alexandria	west-alexandria	OH	135		39.7259	-84.5352	4
45382	West Manchester	west-manchester	OH	135		39.9026	-84.6194	4
45815	Belmore	belmore	OH	137		41.1539	-83.9413	4
45827	Cloverdale	cloverdale	OH	137		41.0379	-84.2938	4
45830	Columbus Grove	columbus-grove	OH	137		40.9137	-84.0705	4
45831	Continental	continental	OH	137		41.1148	-84.2358	4
45837	Dupont	dupont	OH	137		41.0463	-84.3195	4
45844	Fort Jennings	fort-jennings	OH	137		40.9484	-84.2374	4
45848	Glandorf	glandorf	OH	137		41.0289	-84.0791	4
45853	Kalida	kalida	OH	137		40.9828	-84.1994	4
45856	Leipsic	leipsic	OH	137		41.1092	-83.9957	4
09279	APO AE	apo-ae				48.8973	9.1916	
45864	Miller City	miller-city	OH	137		41.1038	-84.1315	4
45875	Ottawa	ottawa	OH	137		41.0192	-84.0472	4
45876	Ottoville	ottoville	OH	137		40.9323	-84.3388	4
45877	Pandora	pandora	OH	137		40.9509	-83.9521	4
45893	Vaughnsville	vaughnsville	OH	137		40.8821	-84.148	4
44813	Bellville	bellville	OH	139		40.6136	-82.5175	4
44822	Butler	butler	OH	139		40.5438	-82.399	4
44843	Lucas	lucas	OH	139		40.7039	-82.4087	4
44862	Ontario	ontario	OH	139		40.7729	-82.5321	4
44865	Plymouth	plymouth	OH	139		41.0003	-82.6635	4
44875	Shelby	shelby	OH	139		40.8784	-82.6549	4
44878	Shiloh	shiloh	OH	139		40.934	-82.5222	4
44901	Mansfield	mansfield	OH	139		40.8508	-82.5114	4
44902	Mansfield	mansfield	OH	139		40.7559	-82.5123	4
44903	Mansfield	mansfield	OH	139		40.7623	-82.5254	4
44904	Mansfield	mansfield	OH	139		40.6824	-82.5286	4
44905	Mansfield	mansfield	OH	139		40.7779	-82.4613	4
44906	Mansfield	mansfield	OH	139		40.7627	-82.5593	4
44907	Mansfield	mansfield	OH	139		40.7345	-82.5198	4
43101	Adelphi	adelphi	OH	141		39.4667	-82.7471	4
43115	Clarksburg	clarksburg	OH	141		39.4904	-83.1563	4
45601	Chillicothe	chillicothe	OH	141		39.338	-82.9895	4
45612	Bainbridge	bainbridge	OH	141		39.2131	-83.2763	4
45617	Bourneville	bourneville	OH	141		39.2804	-83.159	4
45628	Frankfort	frankfort	OH	141		39.391	-83.2034	4
45633	Hallsville	hallsville	OH	141		39.4656	-82.7479	4
45644	Kingston	kingston	OH	141		39.4414	-82.8488	4
45647	Londonderry	londonderry	OH	141		39.2723	-82.7833	4
45673	Richmond Dale	richmond-dale	OH	141		39.2039	-82.812	4
45681	South Salem	south-salem	OH	141		39.3021	-83.272	4
43407	Burgoon	burgoon	OH	143		41.268	-83.2475	4
43410	Clyde	clyde	OH	143		41.3024	-82.9918	4
43420	Fremont	fremont	OH	143		41.3498	-83.1181	4
43431	Gibsonburg	gibsonburg	OH	143		41.3805	-83.3358	4
43435	Helena	helena	OH	143		41.326	-83.3186	4
43442	Lindsey	lindsey	OH	143		41.4147	-83.2135	4
43464	Vickery	vickery	OH	143		41.391	-82.899	4
43469	Woodville	woodville	OH	143		41.4512	-83.3646	4
45629	Franklin Furnace	franklin-furnace	OH	145		38.6282	-82.8145	4
45630	Friendship	friendship	OH	145		38.6991	-83.0916	4
45636	Haverhill	haverhill	OH	145		38.5848	-82.8321	4
45648	Lucasville	lucasville	OH	145		38.8938	-82.994	4
45652	Mc Dermott	mc-dermott	OH	145		38.8362	-83.0689	1
45653	Minford	minford	OH	145		38.8751	-82.8555	4
45657	Otway	otway	OH	145		38.852	-83.2222	4
45662	Portsmouth	portsmouth	OH	145		38.7932	-82.9306	4
45663	West Portsmouth	west-portsmouth	OH	145		38.7495	-83.1335	4
45671	Rarden	rarden	OH	145		38.9577	-83.2365	4
45677	Scioto Furnace	scioto-furnace	OH	145		38.7941	-82.7555	4
45682	South Webster	south-webster	OH	145		38.82	-82.7202	4
45684	Stout	stout	OH	145		38.6546	-83.209	4
45694	Wheelersburg	wheelersburg	OH	145		38.7418	-82.8204	4
45699	Lucasville	lucasville	OH	145		38.8795	-82.9968	4
44802	Alvada	alvada	OH	147		41.0463	-83.377	4
44807	Attica	attica	OH	147		41.0773	-82.9032	4
44809	Bascom	bascom	OH	147		41.1328	-83.2854	4
44815	Bettsville	bettsville	OH	147		41.2469	-83.2398	4
44818	Bloomville	bloomville	OH	147		41.0182	-82.9899	4
44828	Flat Rock	flat-rock	OH	147		41.2371	-82.8597	4
44830	Fostoria	fostoria	OH	147		41.1623	-83.4139	4
44836	Green Springs	green-springs	OH	147		41.2281	-83.0885	4
44841	Kansas	kansas	OH	147		41.2512	-83.306	4
44845	Melmore	melmore	OH	147		41.0242	-83.1098	4
44853	New Riegel	new-riegel	OH	147		41.0514	-83.3185	4
44861	Old Fort	old-fort	OH	147		41.2395	-83.1479	4
44867	Republic	republic	OH	147		41.1259	-83.0194	4
44883	Tiffin	tiffin	OH	147		41.1238	-83.1844	4
45302	Anna	anna	OH	149		40.4051	-84.2103	4
45306	Botkins	botkins	OH	149		40.4659	-84.178	4
45333	Houston	houston	OH	149		40.2535	-84.3521	4
45334	Jackson Center	jackson-center	OH	149		40.4358	-84.0457	4
45336	Kettlersville	kettlersville	OH	149		40.4413	-84.2626	4
45340	Maplewood	maplewood	OH	149		40.3643	-84.0565	4
45353	Pemberton	pemberton	OH	149		40.2952	-84.0323	4
45360	Port Jefferson	port-jefferson	OH	149		40.3307	-84.0926	4
45363	Russia	russia	OH	149		40.2341	-84.4123	4
45365	Sidney	sidney	OH	149		40.2874	-84.1622	4
45367	Sidney	sidney	OH	149		40.2842	-84.1555	4
45845	Fort Loramie	fort-loramie	OH	149		40.3306	-84.3741	4
44601	Alliance	alliance	OH	151		40.9158	-81.1182	4
44608	Beach City	beach-city	OH	151		40.6562	-81.5851	4
44613	Brewster	brewster	OH	151		40.7142	-81.5957	4
44614	Canal Fulton	canal-fulton	OH	151		40.8887	-81.5773	4
44626	East Sparta	east-sparta	OH	151		40.6971	-81.3687	4
44630	Greentown	greentown	OH	151		40.9295	-81.4001	4
44632	Hartville	hartville	OH	151		40.9618	-81.3239	4
44640	Limaville	limaville	OH	151		40.9836	-81.1497	4
44641	Louisville	louisville	OH	151		40.8477	-81.2595	4
44643	Magnolia	magnolia	OH	151		40.6514	-81.3076	4
44646	Massillon	massillon	OH	151		40.8116	-81.4973	4
44647	Massillon	massillon	OH	151		40.7959	-81.5533	4
44648	Massillon	massillon	OH	151		40.8118	-81.3683	4
44650	Maximo	maximo	OH	151		40.8746	-81.1739	4
44652	Middlebranch	middlebranch	OH	151		40.8951	-81.3262	4
44657	Minerva	minerva	OH	151		40.742	-81.1031	4
44662	Navarre	navarre	OH	151		40.7204	-81.5338	4
44666	North Lawrence	north-lawrence	OH	151		40.8387	-81.6299	4
44669	Paris	paris	OH	151		40.8014	-81.154	4
44670	Robertsville	robertsville	OH	151		40.7647	-81.1879	4
44688	Waynesburg	waynesburg	OH	151		40.6829	-81.2659	4
44689	Wilmot	wilmot	OH	151		40.6567	-81.6352	4
44701	Canton	canton	OH	151		40.7824	-81.3712	4
44702	Canton	canton	OH	151		40.8027	-81.3739	4
44703	Canton	canton	OH	151		40.8098	-81.3814	4
44704	Canton	canton	OH	151		40.7991	-81.3537	4
44705	Canton	canton	OH	151		40.8259	-81.3399	4
44706	Canton	canton	OH	151		40.768	-81.4119	4
44707	Canton	canton	OH	151		40.7598	-81.35	4
44708	Canton	canton	OH	151		40.812	-81.4241	4
44709	Canton	canton	OH	151		40.8423	-81.3862	4
44710	Canton	canton	OH	151		40.7911	-81.4169	4
44711	Canton	canton	OH	151		40.8118	-81.3683	4
44714	Canton	canton	OH	151		40.8272	-81.361	4
44718	Canton	canton	OH	151		40.8465	-81.4408	4
44720	North Canton	north-canton	OH	151		40.7989	-81.3784	4
44721	Canton	canton	OH	151		40.8834	-81.3328	4
44730	East Canton	east-canton	OH	151		40.7873	-81.2826	4
44735	Canton	canton	OH	151		40.8118	-81.3683	4
44750	Canton	canton	OH	151		40.7846	-81.4189	4
44767	Canton	canton	OH	151		40.8957	-81.4246	4
44799	Canton	canton	OH	151		40.8118	-81.3683	4
44056	Macedonia	macedonia	OH	153		41.3222	-81.4996	4
44067	Northfield	northfield	OH	153		41.3208	-81.5429	4
44087	Twinsburg	twinsburg	OH	153		41.3289	-81.4559	4
44203	Barberton	barberton	OH	153		41.0197	-81.6212	4
44210	Bath	bath	OH	153		41.1889	-81.6362	4
44216	Clinton	clinton	OH	153		40.9391	-81.5871	4
44221	Cuyahoga Falls	cuyahoga-falls	OH	153		41.1401	-81.479	4
44222	Cuyahoga Falls	cuyahoga-falls	OH	153		41.1339	-81.4846	4
44223	Cuyahoga Falls	cuyahoga-falls	OH	153		41.1464	-81.5107	4
44224	Stow	stow	OH	153		41.1748	-81.438	4
44232	Green	green	OH	153		40.9325	-81.462	4
44236	Hudson	hudson	OH	153		41.2458	-81.4367	4
44237	Hudson	hudson	OH	153		41.1287	-81.54	4
44250	Lakemore	lakemore	OH	153		41.0222	-81.4279	4
44260	Mogadore	mogadore	OH	153		41.0382	-81.359	4
44262	Munroe Falls	munroe-falls	OH	153		41.142	-81.4376	4
44264	Peninsula	peninsula	OH	153		41.2256	-81.54	4
44278	Tallmadge	tallmadge	OH	153		41.0975	-81.426	4
44286	Richfield	richfield	OH	153		41.2371	-81.6467	4
44301	Akron	akron	OH	153		41.0449	-81.52	4
44302	Akron	akron	OH	153		41.092	-81.542	4
44303	Akron	akron	OH	153		41.1025	-81.5386	4
44304	Akron	akron	OH	153		41.0814	-81.519	4
44305	Akron	akron	OH	153		41.076	-81.4644	4
44306	Akron	akron	OH	153		41.0479	-81.4916	4
44307	Akron	akron	OH	153		41.0695	-81.5488	4
44308	Akron	akron	OH	153		41.0796	-81.5194	4
44309	Akron	akron	OH	153		41.0962	-81.5123	4
44310	Akron	akron	OH	153		41.1075	-81.5006	4
44311	Akron	akron	OH	153		41.0638	-81.52	4
44312	Akron	akron	OH	153		41.0334	-81.4385	4
44313	Akron	akron	OH	153		41.122	-81.5685	4
44314	Akron	akron	OH	153		41.0408	-81.5598	4
44315	Akron	akron	OH	153		41.028	-81.4632	4
44316	Akron	akron	OH	153		41.0675	-81.4847	4
44317	Akron	akron	OH	153		41.0525	-81.5291	4
44319	Akron	akron	OH	153		40.9791	-81.5347	4
44320	Akron	akron	OH	153		41.0835	-81.5674	4
44321	Akron	akron	OH	153		41.1002	-81.6443	4
44325	Akron	akron	OH	153		41.0764	-81.5103	4
44326	Akron	akron	OH	153		41.0814	-81.519	4
44328	Akron	akron	OH	153		41.076	-81.5206	4
44333	Akron	akron	OH	153		41.1552	-81.6314	4
44334	Fairlawn	fairlawn	OH	153		41.1278	-81.6098	4
44372	Akron	akron	OH	153		41.1287	-81.54	4
44396	Akron	akron	OH	153		41.1287	-81.54	4
44398	Akron	akron	OH	153		41.1287	-81.54	4
44685	Uniontown	uniontown	OH	153		40.9637	-81.4211	4
44402	Bristolville	bristolville	OH	155		41.3797	-80.8568	4
44403	Brookfield	brookfield	OH	155		41.248	-80.5788	4
44404	Burghill	burghill	OH	155		41.3347	-80.5441	4
44410	Cortland	cortland	OH	155		41.3251	-80.7327	4
44417	Farmdale	farmdale	OH	155		41.3923	-80.6628	4
44418	Fowler	fowler	OH	155		41.3349	-80.6059	4
44420	Girard	girard	OH	155		41.1611	-80.6933	4
44424	Hartford	hartford	OH	155		41.3091	-80.5847	4
44425	Hubbard	hubbard	OH	155		41.1624	-80.5762	4
44428	Kinsman	kinsman	OH	155		41.4354	-80.5765	4
44430	Leavittsburg	leavittsburg	OH	155		41.2445	-80.8869	4
44437	Mc Donald	mc-donald	OH	155		41.158	-80.7312	1
44438	Masury	masury	OH	155		41.2255	-80.5326	4
44439	Mesopotamia	mesopotamia	OH	155		41.4584	-80.9551	4
44440	Mineral Ridge	mineral-ridge	OH	155		41.1318	-80.7553	4
44444	Newton Falls	newton-falls	OH	155		41.191	-80.9701	4
44446	Niles	niles	OH	155		41.1824	-80.7558	4
44450	North Bloomfield	north-bloomfield	OH	155		41.4569	-80.8068	4
44453	Orangeville	orangeville	OH	155		41.3252	-80.5336	4
44470	Southington	southington	OH	155		41.2983	-80.9485	4
44473	Vienna	vienna	OH	155		41.2175	-80.655	4
44481	Warren	warren	OH	155		41.1724	-80.8718	4
44482	Warren	warren	OH	155		41.3174	-80.7613	4
44483	Warren	warren	OH	155		41.2639	-80.8164	4
44484	Warren	warren	OH	155		41.2318	-80.7642	4
44485	Warren	warren	OH	155		41.2405	-80.8441	4
44486	Warren	warren	OH	155		41.3174	-80.7613	4
44491	West Farmington	west-farmington	OH	155		41.3508	-80.9672	4
43804	Baltic	baltic	OH	157		40.4476	-81.6792	4
43832	Newcomerstown	newcomerstown	OH	157		40.2739	-81.594	4
43837	Port Washington	port-washington	OH	157		40.3404	-81.5215	4
43840	Stone Creek	stone-creek	OH	157		40.4052	-81.589	4
44612	Bolivar	bolivar	OH	157		40.6347	-81.4464	4
44621	Dennison	dennison	OH	157		40.4089	-81.3203	4
44622	Dover	dover	OH	157		40.5343	-81.4763	4
44624	Dundee	dundee	OH	157		40.589	-81.6058	4
44629	Gnadenhutten	gnadenhutten	OH	157		40.3584	-81.4343	4
44653	Midvale	midvale	OH	157		40.438	-81.3729	4
44656	Mineral City	mineral-city	OH	157		40.5705	-81.3436	4
44663	New Philadelphia	new-philadelphia	OH	157		40.4845	-81.4358	4
44671	Sandyville	sandyville	OH	157		40.6442	-81.3653	4
44678	Somerdale	somerdale	OH	157		40.5649	-81.3524	4
44679	Stillwater	stillwater	OH	157		40.3234	-81.3084	4
44680	Strasburg	strasburg	OH	157		40.6003	-81.5366	4
44681	Sugarcreek	sugarcreek	OH	157		40.5148	-81.6604	4
44682	Tuscarawas	tuscarawas	OH	157		40.3959	-81.4069	4
44683	Uhrichsville	uhrichsville	OH	157		40.3905	-81.3374	4
44697	Zoar	zoar	OH	157		40.6142	-81.4223	4
43007	Broadway	broadway	OH	159		40.3406	-83.4163	4
43029	Irwin	irwin	OH	159		40.1284	-83.4587	4
43036	Magnetic Springs	magnetic-springs	OH	159		40.3528	-83.2634	4
43040	Marysville	marysville	OH	159		40.2477	-83.3622	4
43041	Marysville	marysville	OH	159		40.2364	-83.3671	4
43045	Milford Center	milford-center	OH	159		40.1817	-83.4373	4
43067	Raymond	raymond	OH	159		40.338	-83.4655	4
43077	Unionville Center	unionville-center	OH	159		40.1367	-83.3408	4
43344	Richwood	richwood	OH	159		40.437	-83.3136	4
45832	Convoy	convoy	OH	161		40.927	-84.7238	4
45838	Elgin	elgin	OH	161		40.7425	-84.4758	4
45863	Middle Point	middle-point	OH	161		40.8993	-84.4541	4
45874	Ohio City	ohio-city	OH	161		40.7854	-84.6731	4
45886	Scott	scott	OH	161		40.9892	-84.5845	4
45891	Van Wert	van-wert	OH	161		40.8689	-84.5904	4
45894	Venedocia	venedocia	OH	161		40.7685	-84.462	4
45898	Willshire	willshire	OH	161		40.7346	-84.7777	4
45899	Wren	wren	OH	161		40.8009	-84.7752	4
45622	Creola	creola	OH	163		39.3543	-82.503	4
45634	Hamden	hamden	OH	163		39.1685	-82.51	4
45651	Mc Arthur	mc-arthur	OH	163		39.28	-82.4753	1
45654	New Plymouth	new-plymouth	OH	163		39.3884	-82.3892	4
45672	Ray	ray	OH	163		39.2077	-82.6908	4
45695	Wilkesville	wilkesville	OH	163		39.1416	-82.3682	4
45698	Zaleski	zaleski	OH	163		39.283	-82.3977	4
45005	Franklin	franklin	OH	165		39.5357	-84.303	4
45032	Harveysburg	harveysburg	OH	165		39.5013	-84.0067	4
45034	Kings Mills	kings-mills	OH	165		39.358	-84.2473	4
45036	Lebanon	lebanon	OH	165		39.4293	-84.1735	4
45039	Maineville	maineville	OH	165		39.317	-84.2438	4
45040	Mason	mason	OH	165		39.3357	-84.3149	4
45054	Oregonia	oregonia	OH	165		39.4145	-84.0511	4
45065	South Lebanon	south-lebanon	OH	165		39.3715	-84.2108	4
45066	Springboro	springboro	OH	165		39.563	-84.2288	4
45068	Waynesville	waynesville	OH	165		39.5285	-84.0815	4
45152	Morrow	morrow	OH	165		39.3476	-84.1181	4
45162	Pleasant Plain	pleasant-plain	OH	165		39.2884	-84.0967	4
45712	Barlow	barlow	OH	167		39.3987	-81.6649	4
45713	Bartlett	bartlett	OH	167		39.4195	-81.8157	4
45714	Belpre	belpre	OH	167		39.2868	-81.5968	4
45715	Beverly	beverly	OH	167		39.5714	-81.6346	4
45721	Coal Run	coal-run	OH	167		39.5676	-81.5812	4
45724	Cutler	cutler	OH	167		39.4042	-81.7657	4
45729	Fleming	fleming	OH	167		39.4136	-81.6078	4
45742	Little Hocking	little-hocking	OH	167		39.28	-81.7071	4
45744	Lowell	lowell	OH	167		39.5385	-81.5197	4
45745	Lower Salem	lower-salem	OH	167		39.5611	-81.3968	4
45746	Macksburg	macksburg	OH	167		39.6204	-81.4471	4
45750	Marietta	marietta	OH	167		39.4281	-81.4644	4
45767	New Matamoras	new-matamoras	OH	167		39.5288	-81.094	4
45768	Newport	newport	OH	167		39.3971	-81.2402	4
45773	Reno	reno	OH	167		39.4585	-81.2673	4
45784	Vincent	vincent	OH	167		39.3374	-81.6743	4
45786	Waterford	waterford	OH	167		39.5159	-81.6559	4
45787	Watertown	watertown	OH	167		39.4659	-81.6332	4
45788	Whipple	whipple	OH	167		39.5136	-81.3668	4
45789	Wingett Run	wingett-run	OH	167		39.5428	-81.284	4
44214	Burbank	burbank	OH	169		40.9637	-81.9958	4
44217	Creston	creston	OH	169		40.9788	-81.9211	4
44230	Doylestown	doylestown	OH	169		40.965	-81.6848	4
44270	Rittman	rittman	OH	169		40.9684	-81.7826	4
44276	Sterling	sterling	OH	169		40.9369	-81.8305	4
44287	West Salem	west-salem	OH	169		40.9485	-82.1066	4
44606	Apple Creek	apple-creek	OH	169		40.7551	-81.8093	4
44618	Dalton	dalton	OH	169		40.7793	-81.7008	4
44627	Fredericksburg	fredericksburg	OH	169		40.686	-81.8518	4
44636	Kidron	kidron	OH	169		40.7384	-81.7428	4
44645	Marshallville	marshallville	OH	169		40.9067	-81.7225	4
44659	Mount Eaton	mount-eaton	OH	169		40.6949	-81.7026	4
44667	Orrville	orrville	OH	169		40.8458	-81.7741	4
44676	Shreve	shreve	OH	169		40.6926	-82.0325	4
44677	Smithville	smithville	OH	169		40.8592	-81.8633	4
44691	Wooster	wooster	OH	169		40.8094	-81.9483	4
43501	Alvordton	alvordton	OH	171		41.6625	-84.4355	4
43505	Blakeslee	blakeslee	OH	171		41.5239	-84.7303	4
43506	Bryan	bryan	OH	171		41.4748	-84.5629	4
43517	Edgerton	edgerton	OH	171		41.4425	-84.7349	4
43518	Edon	edon	OH	171		41.5842	-84.757	4
43531	Kunkle	kunkle	OH	171		41.6367	-84.4952	4
43543	Montpelier	montpelier	OH	171		41.5982	-84.6147	4
43554	Pioneer	pioneer	OH	171		41.6656	-84.5363	4
43557	Stryker	stryker	OH	171		41.4861	-84.4089	4
43570	West Unity	west-unity	OH	171		41.5756	-84.4421	4
43402	Bowling Green	bowling-green	OH	173		41.3815	-83.6507	4
43403	Bowling Green	bowling-green	OH	173		41.377	-83.6371	4
43406	Bradner	bradner	OH	173		41.3298	-83.4456	4
43413	Cygnet	cygnet	OH	173		41.2401	-83.6433	4
43414	Dunbridge	dunbridge	OH	173		41.4581	-83.6102	4
43437	Jerry City	jerry-city	OH	173		41.2559	-83.6022	4
43441	Lemoyne	lemoyne	OH	173		41.4959	-83.4741	4
43443	Luckey	luckey	OH	173		41.4517	-83.4674	4
43447	Millbury	millbury	OH	173		41.5611	-83.4381	4
43450	Pemberville	pemberville	OH	173		41.4023	-83.4736	4
43451	Portage	portage	OH	173		41.3127	-83.6143	4
43457	Risingsun	risingsun	OH	173		41.2706	-83.4326	4
43460	Rossford	rossford	OH	173		41.6049	-83.5638	4
43462	Rudolph	rudolph	OH	173		41.2967	-83.6832	4
43463	Stony Ridge	stony-ridge	OH	173		41.5091	-83.5085	4
43465	Walbridge	walbridge	OH	173		41.5861	-83.493	4
43466	Wayne	wayne	OH	173		41.2993	-83.4701	4
43467	West Millgrove	west-millgrove	OH	173		41.2426	-83.4896	4
43511	Custar	custar	OH	173		41.2953	-83.8349	4
43522	Grand Rapids	grand-rapids	OH	173		41.4379	-83.8552	4
43525	Haskins	haskins	OH	173		41.4667	-83.7055	4
43529	Hoytville	hoytville	OH	173		41.1872	-83.7847	4
43541	Milton Center	milton-center	OH	173		41.3009	-83.8296	4
43551	Perrysburg	perrysburg	OH	173		41.5429	-83.5927	4
43552	Perrysburg	perrysburg	OH	173		41.557	-83.6272	4
43565	Tontogany	tontogany	OH	173		41.4192	-83.7408	4
43569	Weston	weston	OH	173		41.3516	-83.7973	4
43619	Northwood	northwood	OH	173		41.608	-83.4806	4
44817	Bloomdale	bloomdale	OH	173		41.1815	-83.5724	4
45872	North Baltimore	north-baltimore	OH	173		41.1867	-83.6806	4
43316	Carey	carey	OH	175		40.9486	-83.3836	4
43323	Harpster	harpster	OH	175		40.7475	-83.2343	4
43330	Kirby	kirby	OH	175		40.813	-83.4196	4
43351	Upper Sandusky	upper-sandusky	OH	175		40.8249	-83.2977	4
43359	Wharton	wharton	OH	175		40.8612	-83.463	4
44844	Mc Cutchenville	mc-cutchenville	OH	175		40.9752	-83.2637	1
44849	Nevada	nevada	OH	175		40.8259	-83.1266	4
44882	Sycamore	sycamore	OH	175		40.9413	-83.1492	4
74457	Proctor	proctor	OK	001		36.0308	-94.7613	4
74931	Bunch	bunch	OK	001		35.6826	-94.7611	4
74960	Stilwell	stilwell	OK	001		35.8107	-94.6313	4
74964	Watts	watts	OK	001		36.1152	-94.6345	4
74965	Westville	westville	OK	001		35.9912	-94.5926	4
73716	Aline	aline	OK	003		36.5056	-98.4574	4
73719	Amorita	amorita	OK	003		36.9412	-98.2458	4
73722	Burlington	burlington	OK	003		36.9036	-98.4215	4
73726	Carmen	carmen	OK	003		36.5842	-98.4578	4
73728	Cherokee	cherokee	OK	003		36.7564	-98.3594	4
73739	Goltry	goltry	OK	003		36.5314	-98.154	4
73741	Helena	helena	OK	003		36.5438	-98.2778	4
73749	Jet	jet	OK	003		36.6929	-98.1721	4
74525	Atoka	atoka	OK	005		34.3445	-96.1418	4
74533	Caney	caney	OK	005		34.2221	-96.2584	4
74540	Daisy	daisy	OK	005		34.5384	-95.7088	4
74555	Lane	lane	OK	005		34.2691	-95.9685	4
74569	Stringtown	stringtown	OK	005		34.4676	-96.0002	4
73844	Gate	gate	OK	007		36.8757	-100.0734	4
73931	Balko	balko	OK	007		36.5996	-100.7103	4
73932	Beaver	beaver	OK	007		36.8341	-100.5177	4
73938	Forgan	forgan	OK	007		36.9086	-100.5409	4
73950	Turpin	turpin	OK	007		36.8664	-100.8779	4
73627	Carter	carter	OK	009		35.2208	-99.4822	4
73644	Elk City	elk-city	OK	009		35.4104	-99.4211	4
73645	Erick	erick	OK	009		35.2286	-99.8635	4
73648	Elk City	elk-city	OK	009		35.412	-99.4043	4
73662	Sayre	sayre	OK	009		35.3047	-99.6429	4
73668	Texola	texola	OK	009		35.2161	-99.9915	4
73040	Geary	geary	OK	011		35.6217	-98.3905	4
73043	Greenfield	greenfield	OK	011		35.7333	-98.3841	4
73724	Canton	canton	OK	011		36.0372	-98.5778	4
73744	Hitchcock	hitchcock	OK	011		35.9712	-98.3315	4
73755	Longdale	longdale	OK	011		36.1212	-98.55	4
73763	Okeene	okeene	OK	011		36.1165	-98.3254	4
73770	Southard	southard	OK	011		36.0581	-98.5884	4
73772	Watonga	watonga	OK	011		35.8538	-98.4175	4
73449	Mead	mead	OK	013		33.9944	-96.5299	4
74701	Durant	durant	OK	013		34.0061	-96.3847	4
74702	Durant	durant	OK	013		33.922	-96.1918	4
74720	Achille	achille	OK	013		33.8396	-96.3648	4
74721	Albany	albany	OK	013		33.8815	-96.1628	4
74723	Bennington	bennington	OK	013		33.9771	-96.0188	4
74726	Bokchito	bokchito	OK	013		33.9859	-96.1621	4
74729	Caddo	caddo	OK	013		34.1157	-96.26	4
74730	Calera	calera	OK	013		33.9322	-96.4308	4
74731	Cartwright	cartwright	OK	013		33.8668	-96.5672	4
74733	Colbert	colbert	OK	013		33.8575	-96.4953	4
74741	Hendrix	hendrix	OK	013		33.8016	-96.3581	4
74747	Kemp	kemp	OK	013		33.773	-96.3555	4
74748	Kenefic	kenefic	OK	013		34.1481	-96.3622	4
74753	Platter	platter	OK	013		33.907	-96.535	4
73001	Albert	albert	OK	015		35.2032	-98.3574	4
73005	Anadarko	anadarko	OK	015		35.0728	-98.2429	4
73006	Apache	apache	OK	015		34.9034	-98.3695	4
73009	Binger	binger	OK	015		35.3106	-98.3148	4
73015	Carnegie	carnegie	OK	015		35.1235	-98.5755	4
73017	Cement	cement	OK	015		34.9321	-98.1466	4
73029	Cyril	cyril	OK	015		34.8959	-98.2083	4
73033	Eakly	eakly	OK	015		35.3053	-98.5578	4
73038	Fort Cobb	fort-cobb	OK	015		35.1161	-98.4303	4
73042	Gracemont	gracemont	OK	015		35.1875	-98.2835	4
73047	Hinton	hinton	OK	015		35.4675	-98.3313	4
73048	Hydro	hydro	OK	015		35.452	-98.5604	4
73053	Lookeba	lookeba	OK	015		35.3679	-98.3898	4
73014	Calumet	calumet	OK	017		35.5476	-98.1512	4
73022	Concho	concho	OK	017		35.6193	-97.9796	4
73036	El Reno	el-reno	OK	017		35.5335	-97.9591	4
73064	Mustang	mustang	OK	017		35.3885	-97.7309	4
73078	Piedmont	piedmont	OK	017		35.6695	-97.7431	4
73085	Yukon	yukon	OK	017		35.4895	-97.75	4
73090	Union City	union-city	OK	017		35.3913	-97.9398	4
73099	Yukon	yukon	OK	017		35.4977	-97.7323	4
73401	Ardmore	ardmore	OK	019		34.1566	-97.1792	4
73402	Ardmore	ardmore	OK	019		34.2889	-97.2481	4
73403	Ardmore	ardmore	OK	019		34.1743	-97.1436	4
73435	Fox	fox	OK	019		34.3488	-97.4924	4
73436	Gene Autry	gene-autry	OK	019		34.2939	-97.0339	4
73437	Graham	graham	OK	019		34.3762	-97.4255	4
73438	Healdton	healdton	OK	019		34.229	-97.4889	4
73443	Lone Grove	lone-grove	OK	019		34.1774	-97.2685	4
73458	Springer	springer	OK	019		34.3038	-97.1223	4
73463	Wilson	wilson	OK	019		34.1364	-97.4273	4
73481	Ratliff City	ratliff-city	OK	019		34.449	-97.5095	4
73487	Tatums	tatums	OK	019		34.4777	-97.457	4
73488	Tussy	tussy	OK	019		34.4852	-97.5423	4
74427	Cookson	cookson	OK	021		35.7116	-94.9132	4
74441	Hulbert	hulbert	OK	021		35.9254	-95.1651	4
74444	Moodys	moodys	OK	021		36.0458	-94.9669	4
74451	Park Hill	park-hill	OK	021		35.7977	-94.9822	4
74452	Peggs	peggs	OK	021		36.1154	-95.1199	4
74464	Tahlequah	tahlequah	OK	021		35.9094	-94.9787	4
74465	Tahlequah	tahlequah	OK	021		35.9001	-95.04	4
74471	Welling	welling	OK	021		35.8819	-94.8653	4
74727	Boswell	boswell	OK	023		34.0245	-95.8403	4
74735	Fort Towson	fort-towson	OK	023		34.052	-95.253	4
74738	Grant	grant	OK	023		33.9302	-95.4893	4
74743	Hugo	hugo	OK	023		34.0113	-95.5139	4
74756	Sawyer	sawyer	OK	023		34.0277	-95.3558	4
74759	Soper	soper	OK	023		34.0366	-95.6916	4
74760	Spencerville	spencerville	OK	023		34.1508	-95.3771	4
74761	Swink	swink	OK	023		34.0179	-95.2022	4
73933	Boise City	boise-city	OK	025		36.7283	-102.5355	4
73937	Felt	felt	OK	025		36.5666	-102.7974	4
73946	Kenton	kenton	OK	025		36.9031	-102.9653	4
73947	Keyes	keyes	OK	025		36.8003	-102.2361	4
73019	Norman	norman	OK	027		35.2086	-97.4445	4
73026	Norman	norman	OK	027		35.2343	-97.2914	4
73051	Lexington	lexington	OK	027		35.0377	-97.2609	4
73068	Noble	noble	OK	027		35.1417	-97.3409	4
73069	Norman	norman	OK	027		35.2204	-97.4577	4
73070	Norman	norman	OK	027		35.1876	-97.3975	4
73071	Norman	norman	OK	027		35.233	-97.4067	4
73072	Norman	norman	OK	027		35.199	-97.4841	4
73139	Oklahoma City	oklahoma-city	OK	027		35.3792	-97.5362	4
73160	Oklahoma City	oklahoma-city	OK	027		35.334	-97.4768	4
73165	Oklahoma City	oklahoma-city	OK	027		35.3267	-97.3534	4
73170	Oklahoma City	oklahoma-city	OK	027		35.327	-97.5556	4
73173	Oklahoma City	oklahoma-city	OK	027		35.3425	-97.6317	4
74534	Centrahoma	centrahoma	OK	029		34.6066	-96.3386	4
74535	Clarita	clarita	OK	029		34.4829	-96.4333	4
74538	Coalgate	coalgate	OK	029		34.5344	-96.2167	4
74556	Lehigh	lehigh	OK	029		34.4756	-96.1889	4
74572	Tupelo	tupelo	OK	029		34.5598	-96.4274	4
73501	Lawton	lawton	OK	031		34.5915	-98.3698	4
73502	Lawton	lawton	OK	031		34.6087	-98.3903	4
73503	Fort Sill	fort-sill	OK	031		34.6595	-98.4004	1
73505	Lawton	lawton	OK	031		34.6179	-98.4552	4
73506	Lawton	lawton	OK	031		34.6309	-98.4576	4
73507	Lawton	lawton	OK	031		34.6246	-98.3895	4
73527	Cache	cache	OK	031		34.6131	-98.6154	4
73528	Chattanooga	chattanooga	OK	031		34.4262	-98.6514	4
73538	Elgin	elgin	OK	031		34.772	-98.4073	4
73540	Faxon	faxon	OK	031		34.4645	-98.5577	4
73541	Fletcher	fletcher	OK	031		34.7847	-98.2002	4
73543	Geronimo	geronimo	OK	031		34.4805	-98.3875	4
73552	Indiahoma	indiahoma	OK	031		34.6242	-98.7349	4
73557	Medicine Park	medicine-park	OK	031		34.7292	-98.5026	4
73558	Meers	meers	OK	031		34.7828	-98.579	4
73567	Sterling	sterling	OK	031		34.7496	-98.1679	4
73531	Devol	devol	OK	033		34.1956	-98.577	4
73562	Randlett	randlett	OK	033		34.174	-98.46	4
73568	Temple	temple	OK	033		34.2607	-98.2371	4
73572	Walters	walters	OK	033		34.3605	-98.314	4
74301	Vinita	vinita	OK	035		36.6334	-95.1382	4
74332	Big Cabin	big-cabin	OK	035		36.534	-95.2246	4
74333	Bluejacket	bluejacket	OK	035		36.7975	-95.1018	4
74369	Welch	welch	OK	035		36.902	-95.1295	4
74010	Bristow	bristow	OK	037		35.8209	-96.3758	4
74028	Depew	depew	OK	037		35.7561	-96.4897	4
74030	Drumright	drumright	OK	037		35.9931	-96.5198	4
74039	Kellyville	kellyville	OK	037		35.9171	-96.218	4
74041	Kiefer	kiefer	OK	037		35.9528	-96.061	4
74044	Mannford	mannford	OK	037		36.0927	-96.3576	4
74046	Milfay	milfay	OK	037		35.7551	-96.5658	4
74047	Mounds	mounds	OK	037		35.8896	-96.0887	4
74052	Oilton	oilton	OK	037		36.0685	-96.5958	4
74066	Sapulpa	sapulpa	OK	037		36.003	-96.1106	4
74067	Sapulpa	sapulpa	OK	037		36.0196	-96.0937	4
74068	Shamrock	shamrock	OK	037		35.9124	-96.578	4
74071	Slick	slick	OK	037		35.7861	-96.2806	4
74131	Tulsa	tulsa	OK	037		36.0557	-96.0602	4
73096	Weatherford	weatherford	OK	039		35.535	-98.6996	4
73601	Clinton	clinton	OK	039		35.5115	-98.9795	4
73620	Arapaho	arapaho	OK	039		35.5789	-98.9595	4
73625	Butler	butler	OK	039		35.6336	-99.2427	4
73639	Custer City	custer-city	OK	039		35.6894	-98.912	4
73669	Thomas	thomas	OK	039		35.7382	-98.7388	4
74338	Colcord	colcord	OK	041		36.2333	-94.6547	4
74342	Eucha	eucha	OK	041		36.4063	-94.9157	4
74344	Grove	grove	OK	041		36.5929	-94.7565	4
74345	Grove	grove	OK	041		36.6036	-94.7297	4
74346	Jay	jay	OK	041		36.4363	-94.7763	4
74347	Kansas	kansas	OK	041		36.2161	-94.8114	4
74359	Oaks	oaks	OK	041		36.1662	-94.8547	4
74368	Twin Oaks	twin-oaks	OK	041		36.2054	-94.8513	4
73646	Fay	fay	OK	043		35.8204	-98.6587	4
73654	Leedey	leedey	OK	043		35.8698	-99.3491	4
73658	Oakwood	oakwood	OK	043		35.9328	-98.7065	4
73659	Putnam	putnam	OK	043		35.8539	-98.9638	4
73663	Seiling	seiling	OK	043		36.1278	-98.8875	4
73667	Taloga	taloga	OK	043		35.9972	-98.9825	4
73835	Camargo	camargo	OK	043		36.0212	-99.2781	4
73859	Vici	vici	OK	043		36.1372	-99.267	4
73832	Arnett	arnett	OK	045		36.0522	-99.6514	4
73840	Fargo	fargo	OK	045		36.3761	-99.6237	4
73843	Gage	gage	OK	045		36.318	-99.76	4
73858	Shattuck	shattuck	OK	045		36.2889	-99.8793	4
73701	Enid	enid	OK	047		36.4028	-97.8623	4
73702	Enid	enid	OK	047		36.3956	-97.8784	4
73703	Enid	enid	OK	047		36.3975	-97.9157	4
73705	Enid	enid	OK	047		36.3382	-97.9026	4
73706	Enid	enid	OK	047		36.3791	-97.7826	4
73720	Bison	bison	OK	047		36.1962	-97.8805	4
73727	Carrier	carrier	OK	047		36.4922	-98.0422	4
73730	Covington	covington	OK	047		36.3099	-97.5752	4
73733	Douglas	douglas	OK	047		36.2481	-97.6896	4
73735	Drummond	drummond	OK	047		36.2841	-98.0358	4
73736	Fairmont	fairmont	OK	047		36.34	-97.6848	4
73738	Garber	garber	OK	047		36.4392	-97.5789	4
73743	Hillsdale	hillsdale	OK	047		36.5631	-97.9915	4
73753	Kremlin	kremlin	OK	047		36.5207	-97.8542	4
73754	Lahoma	lahoma	OK	047		36.385	-98.0727	4
73773	Waukomis	waukomis	OK	047		36.2781	-97.8996	4
74640	Hunter	hunter	OK	047		36.5603	-97.6425	4
73052	Lindsay	lindsay	OK	049		34.8211	-97.5998	4
73057	Maysville	maysville	OK	049		34.8113	-97.4131	4
73074	Paoli	paoli	OK	049		34.8285	-97.2608	4
73075	Pauls Valley	pauls-valley	OK	049		34.7385	-97.2195	4
73098	Wynnewood	wynnewood	OK	049		34.6385	-97.177	4
73433	Elmore City	elmore-city	OK	049		34.6265	-97.4142	4
73444	Hennepin	hennepin	OK	049		34.4719	-97.3879	4
74872	Stratford	stratford	OK	049		34.7714	-96.9763	4
73002	Alex	alex	OK	051		34.9612	-97.7571	4
73004	Amber	amber	OK	051		35.1526	-97.8532	4
73011	Bradley	bradley	OK	051		34.8741	-97.7118	4
73018	Chickasha	chickasha	OK	051		35.0268	-97.9518	4
73023	Chickasha	chickasha	OK	051		35.0526	-97.9364	4
73059	Minco	minco	OK	051		35.3067	-97.9664	4
73067	Ninnekah	ninnekah	OK	051		34.9143	-97.9333	4
73079	Pocasset	pocasset	OK	051		35.1544	-97.979	4
73082	Rush Springs	rush-springs	OK	051		34.7708	-97.9431	4
73089	Tuttle	tuttle	OK	051		35.2674	-97.7446	4
73092	Verden	verden	OK	051		35.0836	-98.0792	4
73758	Manchester	manchester	OK	053		36.9744	-98.0383	4
73759	Medford	medford	OK	053		36.8142	-97.7202	4
73761	Nash	nash	OK	053		36.6961	-98.0258	4
73766	Pond Creek	pond-creek	OK	053		36.6643	-97.8019	4
73771	Wakita	wakita	OK	053		36.8753	-97.9427	4
74636	Deer Creek	deer-creek	OK	053		36.8048	-97.5136	4
74643	Lamont	lamont	OK	053		36.6939	-97.5601	4
73547	Granite	granite	OK	055		34.9712	-99.3881	4
73554	Mangum	mangum	OK	055		34.9126	-99.4606	4
73673	Willow	willow	OK	055		35.0702	-99.5421	4
73544	Gould	gould	OK	057		34.665	-99.7843	4
73550	Hollis	hollis	OK	057		34.6953	-99.9177	4
73571	Vinson	vinson	OK	057		34.9006	-99.8598	4
73834	Buffalo	buffalo	OK	059		36.8523	-99.5538	4
73848	Laverne	laverne	OK	059		36.7062	-99.8918	4
73851	May	may	OK	059		36.6226	-99.7858	4
73855	Rosston	rosston	OK	059		36.8789	-99.9003	4
74440	Hoyt	hoyt	OK	061		35.2685	-95.2994	4
74462	Stigler	stigler	OK	061		35.2686	-95.1071	4
74472	Whitefield	whitefield	OK	061		35.2646	-95.2645	4
74552	Kinta	kinta	OK	061		35.1193	-95.2377	4
74941	Keota	keota	OK	061		35.2645	-94.9028	4
74943	Lequire	lequire	OK	061		35.0867	-95.0974	4
74944	Mccurtain	mccurtain	OK	061		35.1404	-95.0127	4
74531	Calvin	calvin	OK	063		34.878	-96.271	4
74570	Stuart	stuart	OK	063		34.8826	-96.1381	4
74827	Atwood	atwood	OK	063		34.9562	-96.3386	4
74839	Dustin	dustin	OK	063		35.2519	-96.0573	4
74848	Holdenville	holdenville	OK	063		35.0839	-96.377	4
74850	Lamar	lamar	OK	063		35.0836	-96.1142	4
74883	Wetumka	wetumka	OK	063		35.2396	-96.2421	4
73521	Altus	altus	OK	065		34.6484	-99.3205	4
73522	Altus	altus	OK	065		34.6381	-99.334	4
73523	Altus Afb	altus-afb	OK	065		34.5982	-99.4408	1
73526	Blair	blair	OK	065		34.7788	-99.3334	4
73532	Duke	duke	OK	065		34.6668	-99.5482	4
73537	Eldorado	eldorado	OK	065		34.4727	-99.646	4
73539	Elmer	elmer	OK	065		34.5137	-99.3167	4
73549	Headrick	headrick	OK	065		34.6265	-99.139	4
73556	Martha	martha	OK	065		34.7253	-99.387	4
73560	Olustee	olustee	OK	065		34.5496	-99.4287	4
73456	Ringling	ringling	OK	067		34.1679	-97.6029	4
73520	Addington	addington	OK	067		34.2445	-97.967	4
73548	Hastings	hastings	OK	067		34.2251	-98.1075	4
73561	Oscar	oscar	OK	067		34.0313	-97.6481	4
73565	Ryan	ryan	OK	067		34.0238	-97.9461	4
73569	Terral	terral	OK	067		33.9379	-97.8053	4
73573	Waurika	waurika	OK	067		34.1745	-97.9973	4
73432	Coleman	coleman	OK	069		34.2625	-96.4588	4
73447	Mannsville	mannsville	OK	069		34.1899	-96.8778	4
73450	Milburn	milburn	OK	069		34.1952	-96.5429	4
73455	Ravia	ravia	OK	069		34.244	-96.7529	4
73460	Tishomingo	tishomingo	OK	069		34.2643	-96.6675	4
73461	Wapanucka	wapanucka	OK	069		34.3866	-96.4532	4
74530	Bromide	bromide	OK	069		34.4233	-96.4867	4
74836	Connerville	connerville	OK	069		34.4194	-96.6291	4
74856	Mill Creek	mill-creek	OK	069		34.3098	-96.7884	4
74601	Ponca City	ponca-city	OK	071		36.7031	-97.0784	4
74602	Ponca City	ponca-city	OK	071		36.6954	-97.1377	4
74604	Ponca City	ponca-city	OK	071		36.7299	-97.0454	4
74631	Blackwell	blackwell	OK	071		36.8006	-97.2867	4
74632	Braman	braman	OK	071		36.9331	-97.3082	4
74641	Kaw City	kaw-city	OK	071		36.8382	-96.8833	4
74646	Nardin	nardin	OK	071		36.8155	-97.4325	4
74647	Newkirk	newkirk	OK	071		36.84	-97.0561	4
74653	Tonkawa	tonkawa	OK	071		36.6806	-97.3063	4
73016	Cashion	cashion	OK	073		35.8	-97.6795	4
73734	Dover	dover	OK	073		35.9848	-97.9067	4
73742	Hennessey	hennessey	OK	073		36.0868	-97.8926	4
73750	Kingfisher	kingfisher	OK	073		35.8636	-97.9473	4
73756	Loyal	loyal	OK	073		35.9705	-98.1155	4
73762	Okarche	okarche	OK	073		35.7502	-97.93	4
73764	Omega	omega	OK	073		35.8507	-98.1863	4
73041	Gotebo	gotebo	OK	075		35.0759	-98.876	4
73062	Mountain View	mountain-view	OK	075		35.0654	-98.7307	4
73559	Mountain Park	mountain-park	OK	075		34.7032	-98.9591	4
73564	Roosevelt	roosevelt	OK	075		34.847	-98.9836	4
73566	Snyder	snyder	OK	075		34.6548	-98.9508	4
73651	Hobart	hobart	OK	075		35.0255	-99.0944	4
73655	Lone Wolf	lone-wolf	OK	075		34.9806	-99.2502	4
74545	Gowen	gowen	OK	077		34.8724	-95.469	4
74559	Panola	panola	OK	077		34.9287	-95.2133	4
74563	Red Oak	red-oak	OK	077		34.9422	-95.0904	4
74578	Wilburton	wilburton	OK	077		34.9128	-95.3389	4
74549	Honobia	honobia	OK	079		34.5519	-94.9428	4
74571	Talihina	talihina	OK	079		34.7381	-94.9978	4
74577	Whitesboro	whitesboro	OK	079		34.6926	-94.8852	4
74901	Arkoma	arkoma	OK	079		35.3434	-94.4403	4
74902	Pocola	pocola	OK	079		35.2436	-94.476	4
74930	Bokoshe	bokoshe	OK	079		35.1865	-94.7858	4
74932	Cameron	cameron	OK	079		35.1494	-94.506	4
74935	Fanshawe	fanshawe	OK	079		34.9537	-94.8998	4
74937	Heavener	heavener	OK	079		34.8353	-94.6185	4
74939	Hodgen	hodgen	OK	079		34.7538	-94.6391	4
74940	Howe	howe	OK	079		34.9512	-94.6372	4
74942	Leflore	leflore	OK	079		34.8979	-94.9758	4
74947	Monroe	monroe	OK	079		34.9906	-94.515	4
74949	Muse	muse	OK	079		34.6641	-94.719	4
74951	Panama	panama	OK	079		35.1535	-94.6709	4
74953	Poteau	poteau	OK	079		35.0606	-94.6096	4
74956	Shady Point	shady-point	OK	079		35.1293	-94.6665	4
74959	Spiro	spiro	OK	079		35.2492	-94.6265	4
74966	Wister	wister	OK	079		34.9556	-94.7832	4
74026	Davenport	davenport	OK	081		35.7089	-96.767	4
74079	Stroud	stroud	OK	081		35.7398	-96.6719	4
74824	Agra	agra	OK	081		35.909	-96.8738	4
74832	Carney	carney	OK	081		35.8054	-97.0159	4
74834	Chandler	chandler	OK	081		35.7017	-96.8809	4
74855	Meeker	meeker	OK	081		35.5211	-96.9981	4
74864	Prague	prague	OK	081		35.5105	-96.7009	4
74869	Sparks	sparks	OK	081		35.6138	-96.8163	4
74875	Tryon	tryon	OK	081		35.8759	-96.9623	4
74881	Wellston	wellston	OK	081		35.6757	-97.0597	4
73027	Coyle	coyle	OK	083		35.8985	-97.2607	4
73028	Crescent	crescent	OK	083		35.942	-97.5969	4
73044	Guthrie	guthrie	OK	083		35.833	-97.436	4
73050	Langston	langston	OK	083		35.9419	-97.2557	4
73056	Marshall	marshall	OK	083		36.1485	-97.6171	4
73058	Meridian	meridian	OK	083		35.8451	-97.2462	4
73063	Mulhall	mulhall	OK	083		36.0537	-97.4098	4
73073	Orlando	orlando	OK	083		36.142	-97.396	4
73430	Burneyville	burneyville	OK	085		33.9515	-97.3249	4
73441	Leon	leon	OK	085		33.8793	-97.4292	4
73448	Marietta	marietta	OK	085		33.9431	-97.1148	4
73453	Overbrook	overbrook	OK	085		34.0539	-97.1324	4
73459	Thackerville	thackerville	OK	085		33.7882	-97.1363	4
73010	Blanchard	blanchard	OK	087		35.1192	-97.6401	4
73031	Dibble	dibble	OK	087		35.009	-97.6318	4
73065	Newcastle	newcastle	OK	087		35.2453	-97.6216	4
73080	Purcell	purcell	OK	087		35.0103	-97.4255	4
73093	Washington	washington	OK	087		35.1324	-97.487	4
73095	Wayne	wayne	OK	087		34.9154	-97.329	4
74831	Byars	byars	OK	087		34.8904	-97.0997	4
74722	Battiest	battiest	OK	089		34.3934	-94.9249	4
74724	Bethel	bethel	OK	089		34.3598	-94.8374	4
74728	Broken Bow	broken-bow	OK	089		34.027	-94.7623	4
09281	APO AE	apo-ae				48.7995	9.7981	
74734	Eagletown	eagletown	OK	089		34.0364	-94.5596	4
74736	Garvin	garvin	OK	089		33.9192	-94.986	4
74737	Golden	golden	OK	089		34.0303	-94.8986	4
74740	Haworth	haworth	OK	089		33.785	-94.633	4
74745	Idabel	idabel	OK	089		33.8851	-94.802	4
74750	Millerton	millerton	OK	089		33.9801	-95.0025	4
74752	Pickens	pickens	OK	089		34.3965	-95.0119	4
74754	Ringold	ringold	OK	089		34.1799	-95.0704	4
74755	Rufe	rufe	OK	089		34.1272	-95.1174	4
74764	Valliant	valliant	OK	089		34.0091	-95.0686	4
74766	Wright City	wright-city	OK	089		34.0799	-94.9929	4
74957	Smithville	smithville	OK	089		34.4954	-94.6981	4
74963	Watson	watson	OK	089		34.4193	-94.5562	4
74426	Checotah	checotah	OK	091		35.4358	-95.535	4
74432	Eufaula	eufaula	OK	091		35.2911	-95.6472	4
74438	Hitchita	hitchita	OK	091		35.5297	-95.7596	4
74459	Rentiesville	rentiesville	OK	091		35.5214	-95.495	4
74461	Stidham	stidham	OK	091		35.3814	-95.7056	4
74845	Hanna	hanna	OK	091		35.2604	-95.8675	4
73718	Ames	ames	OK	093		36.2423	-98.182	4
73729	Cleo Springs	cleo-springs	OK	093		36.409	-98.4423	4
73737	Fairview	fairview	OK	093		36.2871	-98.604	4
73747	Isabella	isabella	OK	093		36.2341	-98.3374	4
73760	Meno	meno	OK	093		36.3815	-98.1635	4
73768	Ringwood	ringwood	OK	093		36.3753	-98.2706	4
73838	Chester	chester	OK	093		36.2621	-98.8838	4
73439	Kingston	kingston	OK	095		33.9517	-96.712	4
73440	Lebanon	lebanon	OK	095		33.9687	-96.9064	4
73446	Madill	madill	OK	095		34.0784	-96.7597	4
74330	Adair	adair	OK	097		36.4115	-95.2732	4
74337	Chouteau	chouteau	OK	097		36.1669	-95.3416	4
74340	Disney	disney	OK	097		36.4759	-95.024	4
74349	Ketchum	ketchum	OK	097		36.5245	-95.0239	4
74350	Langley	langley	OK	097		36.4645	-95.0478	4
74352	Locust Grove	locust-grove	OK	097		36.1819	-95.1689	4
74361	Pryor	pryor	OK	097		36.2921	-95.3129	4
74362	Pryor	pryor	OK	097		36.2925	-95.2228	4
74364	Rose	rose	OK	097		36.1951	-94.9643	4
74365	Salina	salina	OK	097		36.3116	-95.1158	4
74366	Spavinaw	spavinaw	OK	097		36.3912	-95.0466	4
74367	Strang	strang	OK	097		36.4141	-95.0773	4
73030	Davis	davis	OK	099		34.4953	-97.1084	4
73032	Dougherty	dougherty	OK	099		34.402	-97.051	4
73086	Sulphur	sulphur	OK	099		34.5116	-96.9797	4
74401	Muskogee	muskogee	OK	101		35.7058	-95.5002	4
74402	Muskogee	muskogee	OK	101		35.7642	-95.3069	4
74403	Muskogee	muskogee	OK	101		35.7411	-95.3449	4
74422	Boynton	boynton	OK	101		35.6577	-95.66	4
74423	Braggs	braggs	OK	101		35.6574	-95.2033	4
74428	Council Hill	council-hill	OK	101		35.5556	-95.6514	4
74434	Fort Gibson	fort-gibson	OK	101		35.7943	-95.2297	4
74436	Haskell	haskell	OK	101		35.8108	-95.684	4
74439	Braggs	braggs	OK	101		35.6767	-95.1775	4
74450	Oktaha	oktaha	OK	101		35.625	-95.4856	4
74455	Porum	porum	OK	101		35.3631	-95.2607	4
74463	Taft	taft	OK	101		35.7581	-95.5494	4
74468	Wainwright	wainwright	OK	101		35.6126	-95.5644	4
74469	Warner	warner	OK	101		35.4945	-95.3064	4
74470	Webbers Falls	webbers-falls	OK	101		35.5138	-95.1659	4
73061	Morrison	morrison	OK	103		36.2902	-97.0228	4
73077	Perry	perry	OK	103		36.2875	-97.2842	4
73757	Lucien	lucien	OK	103		36.2753	-97.4526	4
74630	Billings	billings	OK	103		36.5246	-97.4189	4
74644	Marland	marland	OK	103		36.5609	-97.1512	4
74651	Red Rock	red-rock	OK	103		36.4748	-97.164	4
74027	Delaware	delaware	OK	105		36.7804	-95.6181	4
74042	Lenapah	lenapah	OK	105		36.8801	-95.6233	4
74048	Nowata	nowata	OK	105		36.6946	-95.6404	4
74072	S Coffeyville	s-coffeyville	OK	105		36.9837	-95.6065	1
74083	Wann	wann	OK	105		36.9402	-95.7768	4
74829	Boley	boley	OK	107		35.4913	-96.4704	4
74833	Castle	castle	OK	107		35.4732	-96.3791	4
74859	Okemah	okemah	OK	107		35.4647	-96.3287	4
74860	Paden	paden	OK	107		35.5182	-96.5719	4
74880	Weleetka	weleetka	OK	107		35.3416	-96.1136	4
73003	Edmond	edmond	OK	109		35.6748	-97.4997	4
73007	Arcadia	arcadia	OK	109		35.6543	-97.3243	4
73008	Bethany	bethany	OK	109		35.5043	-97.6399	4
73012	Edmond	edmond	OK	109		35.6215	-97.4733	4
73013	Edmond	edmond	OK	109		35.6215	-97.4733	4
73020	Choctaw	choctaw	OK	109		35.4718	-97.2726	4
73025	Edmond	edmond	OK	109		35.722	-97.5133	4
73034	Edmond	edmond	OK	109		35.6665	-97.4798	4
73039	Davis	davis	OK	109		34.506	-97.1131	4
73045	Harrah	harrah	OK	109		35.4833	-97.1734	4
73049	Jones	jones	OK	109		35.5753	-97.2891	4
73054	Luther	luther	OK	109		35.6617	-97.1956	4
73066	Nicoma Park	nicoma-park	OK	109		35.4928	-97.3276	4
73083	Edmond	edmond	OK	109		35.6665	-97.4654	4
73084	Spencer	spencer	OK	109		35.5183	-97.3488	4
73097	Wheatland	wheatland	OK	109		35.397	-97.6519	4
73101	Oklahoma City	oklahoma-city	OK	109		35.4916	-97.5628	4
73102	Oklahoma City	oklahoma-city	OK	109		35.4726	-97.5199	4
73103	Oklahoma City	oklahoma-city	OK	109		35.491	-97.5196	4
73104	Oklahoma City	oklahoma-city	OK	109		35.4794	-97.5017	4
73105	Oklahoma City	oklahoma-city	OK	109		35.5108	-97.5003	4
73106	Oklahoma City	oklahoma-city	OK	109		35.4853	-97.5372	4
73107	Oklahoma City	oklahoma-city	OK	109		35.4874	-97.574	4
73108	Oklahoma City	oklahoma-city	OK	109		35.4445	-97.5619	4
09305	APO AE	apo-ae				49.6084	7.1741	
73109	Oklahoma City	oklahoma-city	OK	109		35.4259	-97.5261	4
73110	Oklahoma City	oklahoma-city	OK	109		35.4605	-97.3974	4
73111	Oklahoma City	oklahoma-city	OK	109		35.5042	-97.4806	4
73112	Oklahoma City	oklahoma-city	OK	109		35.5184	-97.5746	4
73113	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73114	Oklahoma City	oklahoma-city	OK	109		35.5704	-97.5257	4
73115	Oklahoma City	oklahoma-city	OK	109		35.4449	-97.446	4
73116	Oklahoma City	oklahoma-city	OK	109		35.5463	-97.5642	4
73117	Oklahoma City	oklahoma-city	OK	109		35.4797	-97.4722	4
73118	Oklahoma City	oklahoma-city	OK	109		35.5136	-97.5319	4
73119	Oklahoma City	oklahoma-city	OK	109		35.421	-97.5616	4
73120	Oklahoma City	oklahoma-city	OK	109		35.5835	-97.5638	4
73121	Oklahoma City	oklahoma-city	OK	109		35.5062	-97.4452	4
73122	Oklahoma City	oklahoma-city	OK	109		35.5184	-97.6167	4
73123	Oklahoma City	oklahoma-city	OK	109		35.4676	-97.5164	4
73124	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73125	Oklahoma City	oklahoma-city	OK	109		35.4654	-97.5218	4
73126	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73127	Oklahoma City	oklahoma-city	OK	109		35.4834	-97.6299	4
73128	Oklahoma City	oklahoma-city	OK	109		35.4444	-97.6164	4
73129	Oklahoma City	oklahoma-city	OK	109		35.4312	-97.4913	4
73130	Oklahoma City	oklahoma-city	OK	109		35.4604	-97.3419	4
73131	Oklahoma City	oklahoma-city	OK	109		35.5797	-97.4691	4
73132	Oklahoma City	oklahoma-city	OK	109		35.5583	-97.6375	4
73134	Oklahoma City	oklahoma-city	OK	109		35.6174	-97.5583	4
73135	Oklahoma City	oklahoma-city	OK	109		35.411	-97.4388	4
73136	Oklahoma City	oklahoma-city	OK	109		35.4676	-97.5164	4
73137	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73140	Oklahoma City	oklahoma-city	OK	109		35.5185	-97.4275	4
73141	Oklahoma City	oklahoma-city	OK	109		35.4918	-97.3666	4
73142	Oklahoma City	oklahoma-city	OK	109		35.599	-97.6251	4
73143	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73144	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73145	Oklahoma City	oklahoma-city	OK	109		35.4304	-97.3962	4
73146	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73147	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73148	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73149	Oklahoma City	oklahoma-city	OK	109		35.395	-97.4972	4
73150	Oklahoma City	oklahoma-city	OK	109		35.4123	-97.3331	4
73151	Oklahoma City	oklahoma-city	OK	109		35.5676	-97.4111	4
73152	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73153	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73154	Oklahoma City	oklahoma-city	OK	109		35.5238	-97.5255	4
73155	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73156	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73157	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73159	Oklahoma City	oklahoma-city	OK	109		35.3922	-97.5567	4
73162	Oklahoma City	oklahoma-city	OK	109		35.5806	-97.6419	4
73163	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73164	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73167	Oklahoma City	oklahoma-city	OK	109		35.4676	-97.5164	4
73169	Oklahoma City	oklahoma-city	OK	109		35.3882	-97.6587	4
73172	Oklahoma City	oklahoma-city	OK	109		35.5175	-97.6218	4
73178	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73179	Oklahoma City	oklahoma-city	OK	109		35.4242	-97.6547	4
73184	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73185	Oklahoma City	oklahoma-city	OK	109		35.4676	-97.5164	4
73189	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73190	Oklahoma City	oklahoma-city	OK	109		35.4676	-97.5164	4
73194	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
73195	Oklahoma City	oklahoma-city	OK	109		35.474	-97.5227	4
73196	Oklahoma City	oklahoma-city	OK	109		35.5514	-97.4075	4
74857	Newalla	newalla	OK	109		35.3734	-97.1971	4
74421	Beggs	beggs	OK	111		35.7896	-96.0264	4
74431	Dewar	dewar	OK	111		35.4551	-95.9498	4
74437	Henryetta	henryetta	OK	111		35.4622	-96.0122	4
74445	Morris	morris	OK	111		35.6619	-95.8319	4
74447	Okmulgee	okmulgee	OK	111		35.6288	-95.9697	4
74456	Preston	preston	OK	111		35.7115	-95.9917	4
74460	Schulter	schulter	OK	111		35.5145	-95.9567	4
74001	Avant	avant	OK	113		36.4901	-96.0616	4
74002	Barnsdall	barnsdall	OK	113		36.5429	-96.1318	4
74035	Hominy	hominy	OK	113		36.4111	-96.3878	4
74054	Osage	osage	OK	113		36.2832	-96.3774	4
74056	Pawhuska	pawhuska	OK	113		36.6904	-96.3121	4
74060	Prue	prue	OK	113		36.2501	-96.2701	4
74070	Skiatook	skiatook	OK	113		36.3725	-96.0123	4
74084	Wynona	wynona	OK	113		36.5462	-96.3272	4
74127	Tulsa	tulsa	OK	113		36.1576	-96.0311	4
74633	Burbank	burbank	OK	113		36.6966	-96.7869	4
74637	Fairfax	fairfax	OK	113		36.5577	-96.6997	4
74652	Shidler	shidler	OK	113		36.7819	-96.6607	4
74331	Afton	afton	OK	115		36.6296	-94.9432	4
74335	Cardin	cardin	OK	115		36.9795	-94.8557	4
74339	Commerce	commerce	OK	115		36.9331	-94.873	4
74343	Fairland	fairland	OK	115		36.7418	-94.8279	4
74354	Miami	miami	OK	115		36.8764	-94.8719	4
74355	Miami	miami	OK	115		36.8341	-94.877	4
74358	North Miami	north-miami	OK	115		36.9173	-94.8797	4
74360	Picher	picher	OK	115		36.98	-94.8173	4
74363	Quapaw	quapaw	OK	115		36.9282	-94.743	4
74370	Wyandotte	wyandotte	OK	115		36.7796	-94.7002	4
74020	Cleveland	cleveland	OK	117		36.2553	-96.423	4
74034	Hallett	hallett	OK	117		36.2319	-96.562	4
74038	Jennings	jennings	OK	117		36.1863	-96.5732	4
74045	Maramec	maramec	OK	117		36.242	-96.6803	4
74058	Pawnee	pawnee	OK	117		36.3362	-96.7923	4
74081	Terlton	terlton	OK	117		36.1889	-96.4876	4
74650	Ralston	ralston	OK	117		36.4992	-96.7755	4
74023	Cushing	cushing	OK	119		35.9822	-96.7526	4
74032	Glencoe	glencoe	OK	119		36.2158	-96.9138	4
74059	Perkins	perkins	OK	119		35.9768	-97.0441	4
74062	Ripley	ripley	OK	119		35.9985	-96.8967	4
74074	Stillwater	stillwater	OK	119		36.1043	-97.0609	4
74075	Stillwater	stillwater	OK	119		36.1396	-97.063	4
74076	Stillwater	stillwater	OK	119		36.0724	-97.0551	4
74077	Stillwater	stillwater	OK	119		36.1156	-97.0584	4
74078	Stillwater	stillwater	OK	119		36.1241	-97.0705	4
74085	Yale	yale	OK	119		36.1101	-96.7022	4
74425	Canadian	canadian	OK	121		35.1571	-95.6215	4
74430	Crowder	crowder	OK	121		35.1334	-95.6602	4
74442	Indianola	indianola	OK	121		35.1314	-95.8158	4
74501	Mcalester	mcalester	OK	121		34.9262	-95.7592	4
74502	Mcalester	mcalester	OK	121		34.9334	-95.7697	4
74522	Alderson	alderson	OK	121		34.9001	-95.6919	4
74528	Blanco	blanco	OK	121		34.7276	-95.7283	4
74529	Blocker	blocker	OK	121		35.0615	-95.5683	4
74546	Haileyville	haileyville	OK	121		34.85	-95.5777	4
74547	Hartshorne	hartshorne	OK	121		34.8452	-95.574	4
74553	Kiowa	kiowa	OK	121		34.7278	-95.9328	4
74554	Krebs	krebs	OK	121		34.9255	-95.7216	4
74560	Pittsburg	pittsburg	OK	121		34.6975	-95.8439	4
74561	Quinton	quinton	OK	121		35.1547	-95.4671	4
74565	Savanna	savanna	OK	121		34.8354	-95.838	4
74576	Wardville	wardville	OK	121		34.6695	-96.0258	4
74820	Ada	ada	OK	123		34.78	-96.6924	4
74821	Ada	ada	OK	123		34.7745	-96.6783	4
74825	Allen	allen	OK	123		34.8691	-96.4151	4
74842	Fittstown	fittstown	OK	123		34.6148	-96.6345	4
74843	Fitzhugh	fitzhugh	OK	123		34.6615	-96.7745	4
74844	Francis	francis	OK	123		34.8737	-96.5956	4
74865	Roff	roff	OK	123		34.6153	-96.8423	4
74871	Stonewall	stonewall	OK	123		34.6511	-96.5273	4
74801	Shawnee	shawnee	OK	125		35.2958	-96.9601	4
74802	Shawnee	shawnee	OK	125		35.3273	-96.9253	4
74804	Shawnee	shawnee	OK	125		35.3868	-96.9331	4
74826	Asher	asher	OK	125		34.9849	-96.8763	4
74840	Earlsboro	earlsboro	OK	125		35.2628	-96.8041	4
74851	Mcloud	mcloud	OK	125		35.4262	-97.079	4
74852	Macomb	macomb	OK	125		35.1205	-97.034	4
74854	Maud	maud	OK	125		35.1292	-96.7627	4
74866	Saint Louis	saint-louis	OK	125		35.0588	-96.8444	4
74873	Tecumseh	tecumseh	OK	125		35.2502	-96.9667	4
74878	Wanette	wanette	OK	125		34.9983	-97.0419	4
74521	Albion	albion	OK	127		34.6516	-95.0924	4
74523	Antlers	antlers	OK	127		34.2349	-95.6254	4
74536	Clayton	clayton	OK	127		34.5906	-95.38	4
74543	Finley	finley	OK	127		34.3407	-95.5385	4
74557	Moyers	moyers	OK	127		34.3386	-95.6639	4
74558	Nashoba	nashoba	OK	127		34.5072	-95.2075	4
74562	Rattan	rattan	OK	127		34.2454	-95.3442	4
74567	Snow	snow	OK	127		34.4419	-95.4622	4
74574	Tuskahoma	tuskahoma	OK	127		34.6622	-95.2362	4
73628	Cheyenne	cheyenne	OK	129		35.6081	-99.6725	4
73638	Crawford	crawford	OK	129		35.8368	-99.8064	4
73642	Durham	durham	OK	129		35.8364	-99.9088	4
73650	Hammon	hammon	OK	129		35.6461	-99.4027	4
73660	Reydon	reydon	OK	129		35.6576	-99.9166	4
73666	Sweetwater	sweetwater	OK	129		35.4488	-99.9006	4
74015	Catoosa	catoosa	OK	131		36.1721	-95.7273	4
74016	Chelsea	chelsea	OK	131		36.5356	-95.4489	4
74017	Claremore	claremore	OK	131		36.3242	-95.5985	4
74018	Claremore	claremore	OK	131		36.3436	-95.606	4
74031	Foyil	foyil	OK	131		36.4348	-95.5194	4
74036	Inola	inola	OK	131		36.1503	-95.5205	4
74053	Oologah	oologah	OK	131		36.4482	-95.7047	4
74080	Talala	talala	OK	131		36.5429	-95.7142	4
74818	Seminole	seminole	OK	133		35.2245	-96.6706	4
74830	Bowlegs	bowlegs	OK	133		35.1462	-96.67	4
74837	Cromwell	cromwell	OK	133		35.3405	-96.4546	4
74849	Konawa	konawa	OK	133		34.9708	-96.7343	4
74867	Sasakwa	sasakwa	OK	133		34.951	-96.5387	4
74868	Seminole	seminole	OK	133		35.2521	-96.6683	4
74884	Wewoka	wewoka	OK	133		35.1463	-96.628	4
74435	Gore	gore	OK	135		35.5418	-95.1095	4
74936	Gans	gans	OK	135		35.3946	-94.6901	4
74945	Marble City	marble-city	OK	135		35.5972	-94.8094	4
74946	Moffett	moffett	OK	135		35.3898	-94.4462	4
74948	Muldrow	muldrow	OK	135		35.402	-94.6332	4
74954	Roland	roland	OK	135		35.4538	-94.5291	4
74955	Sallisaw	sallisaw	OK	135		35.4852	-94.779	4
74962	Vian	vian	OK	135		35.5404	-94.9888	4
73055	Marlow	marlow	OK	137		34.6387	-97.941	4
73425	Countyline	countyline	OK	137		34.4487	-97.5628	4
73434	Foster	foster	OK	137		34.6379	-97.5455	4
73442	Loco	loco	OK	137		34.3214	-97.6658	4
73491	Velma	velma	OK	137		34.4565	-97.6689	4
73529	Comanche	comanche	OK	137		34.3765	-97.9793	4
73533	Duncan	duncan	OK	137		34.5073	-97.9403	4
73534	Duncan	duncan	OK	137		34.5189	-97.9733	4
73536	Duncan	duncan	OK	137		34.4853	-97.8522	4
73901	Adams	adams	OK	139		36.755	-101.078	4
73939	Goodwell	goodwell	OK	139		36.6744	-101.7137	4
73942	Guymon	guymon	OK	139		36.6961	-101.4778	4
73944	Hardesty	hardesty	OK	139		36.6018	-101.1539	4
73945	Hooker	hooker	OK	139		36.8109	-101.2163	4
73949	Texhoma	texhoma	OK	139		36.5253	-101.8394	4
73951	Tyrone	tyrone	OK	139		36.9558	-101.0594	4
73530	Davidson	davidson	OK	141		34.2514	-99.064	4
73542	Frederick	frederick	OK	141		34.4012	-99.0119	4
73546	Grandfield	grandfield	OK	141		34.2282	-98.6867	4
73551	Hollister	hollister	OK	141		34.3525	-98.8814	4
73553	Loveland	loveland	OK	141		34.391	-98.7235	4
73555	Manitou	manitou	OK	141		34.5075	-98.9792	4
73570	Tipton	tipton	OK	141		34.5098	-99.1315	4
74008	Bixby	bixby	OK	143		35.942	-95.8833	4
74011	Broken Arrow	broken-arrow	OK	143		35.9908	-95.8143	4
74012	Broken Arrow	broken-arrow	OK	143		36.0447	-95.8079	4
74013	Broken Arrow	broken-arrow	OK	143		36.0526	-95.7908	4
74021	Collinsville	collinsville	OK	143		36.3701	-95.8469	4
74033	Glenpool	glenpool	OK	143		35.9591	-95.9997	4
74037	Jenks	jenks	OK	143		36.0148	-95.9797	4
74043	Leonard	leonard	OK	143		35.9183	-95.7988	4
74050	Oakhurst	oakhurst	OK	143		36.0731	-96.0621	4
74055	Owasso	owasso	OK	143		36.2863	-95.8222	4
74063	Sand Springs	sand-springs	OK	143		36.1341	-96.1426	4
74073	Sperry	sperry	OK	143		36.2955	-95.9804	4
74101	Tulsa	tulsa	OK	143		36.0391	-95.8687	4
74102	Tulsa	tulsa	OK	143		36.154	-95.9928	4
74103	Tulsa	tulsa	OK	143		36.1539	-95.9954	4
74104	Tulsa	tulsa	OK	143		36.1464	-95.9526	4
74105	Tulsa	tulsa	OK	143		36.0948	-95.9655	4
74106	Tulsa	tulsa	OK	143		36.1883	-95.986	4
74107	Tulsa	tulsa	OK	143		36.1042	-96.0244	4
74108	Tulsa	tulsa	OK	143		36.1499	-95.7923	4
74110	Tulsa	tulsa	OK	143		36.1803	-95.9525	4
74112	Tulsa	tulsa	OK	143		36.147	-95.907	4
74114	Tulsa	tulsa	OK	143		36.1262	-95.9408	4
74115	Tulsa	tulsa	OK	143		36.1754	-95.9112	4
74116	Tulsa	tulsa	OK	143		36.175	-95.8477	4
74117	Tulsa	tulsa	OK	143		36.2393	-95.8979	4
74119	Tulsa	tulsa	OK	143		36.1407	-95.9902	4
74120	Tulsa	tulsa	OK	143		36.1442	-95.9734	4
74121	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74126	Tulsa	tulsa	OK	143		36.2383	-95.9931	4
74128	Tulsa	tulsa	OK	143		36.1459	-95.8514	4
74129	Tulsa	tulsa	OK	143		36.1259	-95.8654	4
74130	Tulsa	tulsa	OK	143		36.2395	-95.9596	4
74132	Tulsa	tulsa	OK	143		36.064	-96.0251	4
74133	Tulsa	tulsa	OK	143		36.0467	-95.8841	4
74134	Tulsa	tulsa	OK	143		36.1162	-95.8225	4
74135	Tulsa	tulsa	OK	143		36.0976	-95.9228	4
74136	Tulsa	tulsa	OK	143		36.0605	-95.9452	4
74137	Tulsa	tulsa	OK	143		36.0284	-95.9306	4
74141	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74145	Tulsa	tulsa	OK	143		36.0934	-95.8856	4
74146	Tulsa	tulsa	OK	143		36.1093	-95.8506	4
74147	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74148	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74149	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74150	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74152	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74153	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74155	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74156	Tulsa	tulsa	OK	143		36.3024	-95.9605	4
74157	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74158	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74159	Tulsa	tulsa	OK	143		36.0772	-96.0835	4
74169	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74170	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74171	Tulsa	tulsa	OK	143		36.154	-95.9928	4
74172	Tulsa	tulsa	OK	143		36.1543	-95.9923	4
74182	Tulsa	tulsa	OK	143		36.154	-95.9928	4
74186	Tulsa	tulsa	OK	143		36.154	-95.9928	4
74187	Tulsa	tulsa	OK	143		36.154	-95.9928	4
74192	Tulsa	tulsa	OK	143		36.154	-95.9928	4
74193	Tulsa	tulsa	OK	143		36.1398	-96.0297	4
74014	Broken Arrow	broken-arrow	OK	145		36.0544	-95.7223	4
74019	Claremore	claremore	OK	145		36.2806	-95.6039	4
74429	Coweta	coweta	OK	145		35.9578	-95.6526	4
74446	Okay	okay	OK	145		35.8507	-95.3183	4
74454	Porter	porter	OK	145		35.8567	-95.5082	4
74458	Redbird	redbird	OK	145		35.8836	-95.5917	4
74467	Wagoner	wagoner	OK	145		35.9549	-95.354	4
74477	Wagoner	wagoner	OK	145		35.9636	-95.5139	4
74003	Bartlesville	bartlesville	OK	147		36.744	-95.9921	4
74004	Bartlesville	bartlesville	OK	147		36.7114	-95.894	4
74005	Bartlesville	bartlesville	OK	147		36.7473	-95.9808	4
74006	Bartlesville	bartlesville	OK	147		36.7366	-95.9251	4
74022	Copan	copan	OK	147		36.9062	-95.913	4
74029	Dewey	dewey	OK	147		36.8013	-95.9345	4
74051	Ochelata	ochelata	OK	147		36.5947	-95.9691	4
74061	Ramona	ramona	OK	147		36.5752	-95.8962	4
74082	Vera	vera	OK	147		36.4501	-95.8814	4
73021	Colony	colony	OK	149		35.3448	-98.6707	4
73024	Corn	corn	OK	149		35.3784	-98.7818	4
73622	Bessie	bessie	OK	149		35.3854	-98.9896	4
73624	Burns Flat	burns-flat	OK	149		35.3492	-99.188	4
73626	Canute	canute	OK	149		35.4037	-99.2816	4
73632	Cordell	cordell	OK	149		35.2788	-98.9511	4
73641	Dill City	dill-city	OK	149		35.2787	-99.1537	4
73647	Foss	foss	OK	149		35.4545	-99.1698	4
73661	Rocky	rocky	OK	149		35.1526	-99.048	4
73664	Sentinel	sentinel	OK	149		35.1617	-99.1706	4
73717	Alva	alva	OK	151		36.8016	-98.6722	4
73731	Dacoma	dacoma	OK	151		36.6606	-98.5942	4
73746	Hopeton	hopeton	OK	151		36.6881	-98.6659	4
73842	Freedom	freedom	OK	151		36.809	-99.1319	4
73860	Waynoka	waynoka	OK	151		36.5858	-98.8487	4
73801	Woodward	woodward	OK	153		36.4268	-99.402	4
73802	Woodward	woodward	OK	153		36.544	-99.3003	4
73841	Fort Supply	fort-supply	OK	153		36.5722	-99.5738	4
73852	Mooreland	mooreland	OK	153		36.4428	-99.1832	4
73853	Mutual	mutual	OK	153		36.214	-99.1145	4
73857	Sharon	sharon	OK	153		36.2699	-99.3587	4
97814	Baker City	baker-city	OR	001		44.7749	-117.8344	4
97819	Bridgeport	bridgeport	OR	001		44.4931	-117.7655	4
97833	Haines	haines	OR	001		44.8776	-117.9756	4
97834	Halfway	halfway	OR	001		44.8953	-117.1132	4
97837	Hereford	hereford	OR	001		44.5304	-118.0293	4
97840	Oxbow	oxbow	OR	001		44.9749	-116.8629	4
97870	Richland	richland	OR	001		44.797	-117.3018	4
97877	Sumpter	sumpter	OR	001		44.7457	-118.2022	4
97884	Unity	unity	OR	001		44.4374	-118.1927	4
97905	Durkee	durkee	OR	001		44.4988	-117.4129	4
97907	Huntington	huntington	OR	001		44.3811	-117.3097	4
97324	Alsea	alsea	OR	003		44.3691	-123.6089	4
97326	Blodgett	blodgett	OR	003		44.6281	-123.6067	4
97330	Corvallis	corvallis	OR	003		44.5904	-123.2722	4
97331	Corvallis	corvallis	OR	003		44.5638	-123.2779	4
97333	Corvallis	corvallis	OR	003		44.5393	-123.2799	4
97339	Corvallis	corvallis	OR	003		44.5646	-123.262	4
97370	Philomath	philomath	OR	003		44.5488	-123.3923	4
97456	Monroe	monroe	OR	003		44.3245	-123.3203	4
97004	Beavercreek	beavercreek	OR	005		45.2597	-122.4751	4
97009	Boring	boring	OR	005		45.4297	-122.3807	4
97011	Brightwood	brightwood	OR	005		45.3652	-122.0036	4
97013	Canby	canby	OR	005		45.2514	-122.6832	4
97015	Clackamas	clackamas	OR	005		45.415	-122.52	4
97017	Colton	colton	OR	005		45.1573	-122.4248	4
97022	Eagle Creek	eagle-creek	OR	005		45.3582	-122.3381	4
97023	Estacada	estacada	OR	005		45.2872	-122.3259	4
97027	Gladstone	gladstone	OR	005		45.3899	-122.5902	4
97028	Government Camp	government-camp	OR	005		45.2972	-121.739	4
97034	Lake Oswego	lake-oswego	OR	005		45.4093	-122.6847	4
97035	Lake Oswego	lake-oswego	OR	005		45.4147	-122.7227	4
97036	Marylhurst	marylhurst	OR	005		45.4012	-122.6512	4
97038	Molalla	molalla	OR	005		45.1223	-122.5756	4
97042	Mulino	mulino	OR	005		45.213	-122.5351	4
97045	Oregon City	oregon-city	OR	005		45.3377	-122.57	4
97049	Rhododendron	rhododendron	OR	005		45.3465	-121.9151	4
97055	Sandy	sandy	OR	005		45.379	-122.223	4
97067	Welches	welches	OR	005		45.3399	-121.9598	4
97068	West Linn	west-linn	OR	005		45.3669	-122.648	4
97070	Wilsonville	wilsonville	OR	005		45.2986	-122.7699	4
97089	Damascus	damascus	OR	005		45.4176	-122.459	4
97222	Portland	portland	OR	005		45.4373	-122.6147	4
97267	Portland	portland	OR	005		45.4021	-122.6144	4
97268	Portland	portland	OR	005		45.5235	-122.6762	4
97269	Portland	portland	OR	005		45.5235	-122.6762	4
97102	Arch Cape	arch-cape	OR	007		45.8109	-123.963	4
97103	Astoria	astoria	OR	007		46.1558	-123.798	4
97110	Cannon Beach	cannon-beach	OR	007		45.8918	-123.9615	4
97121	Hammond	hammond	OR	007		46.198	-123.9527	4
97138	Seaside	seaside	OR	007		45.9932	-123.9226	4
97145	Tolovana Park	tolovana-park	OR	007		45.8663	-123.9595	4
97146	Warrenton	warrenton	OR	007		46.145	-123.9254	4
97016	Clatskanie	clatskanie	OR	009		46.0665	-123.2059	4
97018	Columbia City	columbia-city	OR	009		45.8925	-122.8122	4
97048	Rainier	rainier	OR	009		46.0646	-122.9671	4
97051	Saint Helens	saint-helens	OR	009		45.8608	-122.8282	4
97053	Warren	warren	OR	009		45.826	-122.8634	4
97054	Deer Island	deer-island	OR	009		45.9356	-122.8985	4
97056	Scappoose	scappoose	OR	009		45.7655	-122.8928	4
97064	Vernonia	vernonia	OR	009		45.8573	-123.1967	4
97407	Allegany	allegany	OR	011		43.4259	-124.0323	4
97411	Bandon	bandon	OR	011		43.0968	-124.4037	4
97414	Broadbent	broadbent	OR	011		42.985	-124.1189	4
97420	Coos Bay	coos-bay	OR	011		43.2151	-124.1984	4
97423	Coquille	coquille	OR	011		43.1884	-124.2014	4
97449	Lakeside	lakeside	OR	011		43.5833	-124.1624	4
97458	Myrtle Point	myrtle-point	OR	011		43.0667	-124.1213	4
97459	North Bend	north-bend	OR	011		43.4327	-124.2131	4
97466	Powers	powers	OR	011		42.88	-124.0709	4
97751	Paulina	paulina	OR	013		44.2102	-119.7828	4
97752	Post	post	OR	013		44.0793	-120.2998	4
97753	Powell Butte	powell-butte	OR	013		44.2415	-121.0113	4
97754	Prineville	prineville	OR	013		44.3045	-120.8336	4
97406	Agness	agness	OR	015		42.5748	-124.0648	4
97415	Brookings	brookings	OR	015		42.0526	-124.284	4
97444	Gold Beach	gold-beach	OR	015		42.4073	-124.4218	4
97450	Langlois	langlois	OR	015		42.9154	-124.4413	4
97464	Ophir	ophir	OR	015		42.5632	-124.3829	4
97465	Port Orford	port-orford	OR	015		42.7572	-124.4913	4
97476	Sixes	sixes	OR	015		42.825	-124.4409	1
97491	Wedderburn	wedderburn	OR	015		42.6093	-124.3886	1
97701	Bend	bend	OR	017		44.0928	-121.2936	4
97702	Bend	bend	OR	017		44.0223	-121.2985	4
97703	Bend	bend	OR	017		44.0915	-121.4073	4
97707	Bend	bend	OR	017		43.8431	-121.5764	4
97708	Bend	bend	OR	017		44.0582	-121.3153	4
97709	Bend	bend	OR	017		44.0582	-121.3153	4
97712	Brothers	brothers	OR	017		43.7789	-120.477	4
97739	La Pine	la-pine	OR	017		43.7091	-121.5194	4
97756	Redmond	redmond	OR	017		44.2767	-121.1896	4
97759	Sisters	sisters	OR	017		44.3165	-121.5091	4
97760	Terrebonne	terrebonne	OR	017		44.3909	-121.2379	4
97410	Azalea	azalea	OR	019		42.845	-123.155	4
97416	Camas Valley	camas-valley	OR	019		43.0557	-123.6655	4
97417	Canyonville	canyonville	OR	019		42.9307	-123.278	4
97429	Days Creek	days-creek	OR	019		42.9819	-123.1439	4
97432	Dillard	dillard	OR	019		43.1135	-123.4181	4
97435	Drain	drain	OR	019		43.6877	-123.2929	4
97436	Elkton	elkton	OR	019		43.6378	-123.59	4
97441	Gardiner	gardiner	OR	019		43.7301	-124.1104	4
97442	Glendale	glendale	OR	019		42.7518	-123.3943	4
97443	Glide	glide	OR	019		43.3015	-123.1012	4
97447	Idleyld Park	idleyld-park	OR	019		43.3237	-123.024	4
97457	Myrtle Creek	myrtle-creek	OR	019		43.0162	-123.2851	4
97462	Oakland	oakland	OR	019		43.453	-123.3558	4
97467	Reedsport	reedsport	OR	019		43.7023	-124.0968	4
97469	Riddle	riddle	OR	019		42.9389	-123.3612	4
97470	Roseburg	roseburg	OR	019		43.2297	-123.2343	4
97471	Roseburg	roseburg	OR	019		43.227	-123.5158	4
97473	Scottsburg	scottsburg	OR	019		43.6765	-123.8041	4
97479	Sutherlin	sutherlin	OR	019		43.3904	-123.2974	4
97481	Tenmile	tenmile	OR	019		43.114	-123.5294	4
97484	Tiller	tiller	OR	019		42.9177	-122.9079	4
97486	Umpqua	umpqua	OR	019		43.3745	-123.5358	4
97494	Wilbur	wilbur	OR	019		43.3284	-123.3332	4
97495	Winchester	winchester	OR	019		43.2878	-123.3055	4
97496	Winston	winston	OR	019		43.1049	-123.4325	4
97499	Yoncalla	yoncalla	OR	019		43.6043	-123.2926	4
97812	Arlington	arlington	OR	021		45.6664	-120.1971	4
97823	Condon	condon	OR	021		45.2306	-120.1898	4
97861	Mikkalo	mikkalo	OR	021		45.4388	-120.2067	4
97817	Bates	bates	OR	023		44.7138	-118.6469	4
97820	Canyon City	canyon-city	OR	023		44.3911	-118.9465	4
97825	Dayville	dayville	OR	023		44.4663	-119.5312	4
97845	John Day	john-day	OR	023		44.416	-118.953	4
97848	Kimberly	kimberly	OR	023		44.7226	-119.5965	4
97856	Long Creek	long-creek	OR	023		44.7554	-119.097	4
97864	Monument	monument	OR	023		44.8189	-119.4192	4
97865	Mount Vernon	mount-vernon	OR	023		44.4171	-119.1121	4
97869	Prairie City	prairie-city	OR	023		44.457	-118.6952	4
97873	Seneca	seneca	OR	023		44.1346	-118.9716	4
97710	Fields	fields	OR	025		42.1862	-118.4758	1
97720	Burns	burns	OR	025		43.5145	-119.0504	4
97721	Princeton	princeton	OR	025		43.0198	-119.0696	1
97722	Diamond	diamond	OR	025		42.9508	-118.695	4
97732	Crane	crane	OR	025		43.4262	-118.4642	1
97736	Frenchglen	frenchglen	OR	025		42.7147	-119.0058	1
97738	Hines	hines	OR	025		43.5558	-119.0816	1
97758	Riley	riley	OR	025		43.3886	-119.8798	4
97904	Drewsey	drewsey	OR	025		43.8643	-118.4707	4
97014	Cascade Locks	cascade-locks	OR	027		45.671	-121.8686	4
97031	Hood River	hood-river	OR	027		45.6711	-121.5391	4
97041	Mount Hood Parkdale	mount-hood-parkdale	OR	027		45.4929	-121.5983	1
97044	Odell	odell	OR	027		45.6437	-121.5367	4
97501	Medford	medford	OR	029		42.2818	-122.9054	4
97502	Central Point	central-point	OR	029		42.3899	-122.9222	4
97503	White City	white-city	OR	029		42.4319	-122.8296	4
97504	Medford	medford	OR	029		42.3363	-122.8398	4
97520	Ashland	ashland	OR	029		42.1885	-122.693	4
97522	Butte Falls	butte-falls	OR	029		42.5492	-122.5638	4
97524	Eagle Point	eagle-point	OR	029		42.4935	-122.8088	4
97525	Gold Hill	gold-hill	OR	029		42.4244	-123.0854	4
97530	Jacksonville	jacksonville	OR	029		42.1813	-123.0241	4
97535	Phoenix	phoenix	OR	029		42.2766	-122.8227	4
97536	Prospect	prospect	OR	029		42.7544	-122.509	4
97537	Rogue River	rogue-river	OR	029		42.4889	-123.1587	4
97539	Shady Cove	shady-cove	OR	029		42.6107	-122.8125	4
97540	Talent	talent	OR	029		42.2363	-122.7861	4
97541	Trail	trail	OR	029		42.6864	-122.816	4
97711	Ashwood	ashwood	OR	031		44.7195	-120.7192	4
97730	Camp Sherman	camp-sherman	OR	031		44.4604	-121.6412	4
97734	Culver	culver	OR	031		44.4818	-121.2344	4
97741	Madras	madras	OR	031		44.6376	-121.1349	4
97761	Warm Springs	warm-springs	OR	031		44.7468	-121.2909	4
97497	Wolf Creek	wolf-creek	OR	033		42.6522	-123.425	4
97523	Cave Junction	cave-junction	OR	033		42.1348	-123.6272	4
97526	Grants Pass	grants-pass	OR	033		42.4638	-123.3457	4
97527	Grants Pass	grants-pass	OR	033		42.3989	-123.3538	4
97528	Grants Pass	grants-pass	OR	033		42.4393	-123.3307	4
97531	Kerby	kerby	OR	033		42.2093	-123.6573	4
97532	Merlin	merlin	OR	033		42.5297	-123.4393	4
97533	Murphy	murphy	OR	033		42.308	-123.3273	4
97534	O Brien	o-brien	OR	033		42.0879	-123.689	4
97538	Selma	selma	OR	033		42.2654	-123.5515	4
97543	Wilderville	wilderville	OR	033		42.3751	-123.5621	4
97544	Williams	williams	OR	033		42.223	-123.2829	4
97601	Klamath Falls	klamath-falls	OR	035		42.2933	-121.8169	4
97602	Klamath Falls	klamath-falls	OR	035		42.2249	-121.7817	4
97603	Klamath Falls	klamath-falls	OR	035		42.1919	-121.7241	4
97604	Crater Lake	crater-lake	OR	035		42.9465	-122.1769	1
97621	Beatty	beatty	OR	035		42.4369	-121.22	4
97622	Bly	bly	OR	035		42.3995	-121.0806	4
97623	Bonanza	bonanza	OR	035		42.2463	-121.3336	4
97624	Chiloquin	chiloquin	OR	035		42.5463	-121.745	4
97625	Dairy	dairy	OR	035		42.2351	-121.5211	4
97626	Fort Klamath	fort-klamath	OR	035		42.6415	-122.038	4
97627	Keno	keno	OR	035		42.1265	-121.93	4
97632	Malin	malin	OR	035		42.0195	-121.4221	4
97633	Merrill	merrill	OR	035		42.0295	-121.5985	4
97634	Midland	midland	OR	035		42.1307	-121.8203	4
97639	Sprague River	sprague-river	OR	035		42.4514	-121.4365	4
97731	Chemult	chemult	OR	035		43.146	-121.7974	4
97733	Crescent	crescent	OR	035		43.4442	-121.7109	4
97737	Gilchrist	gilchrist	OR	035		43.4771	-121.6853	1
97620	Adel	adel	OR	037		42.1487	-119.8833	4
97630	Lakeview	lakeview	OR	037		42.1854	-120.3775	4
97635	New Pine Creek	new-pine-creek	OR	037		41.9941	-120.2972	4
97636	Paisley	paisley	OR	037		42.7031	-120.5532	4
97637	Plush	plush	OR	037		42.5035	-119.8947	4
97638	Silver Lake	silver-lake	OR	037		43.1395	-120.9984	4
97640	Summer Lake	summer-lake	OR	037		42.9447	-120.7946	4
97641	Christmas Valley	christmas-valley	OR	037		43.2363	-120.6369	4
97735	Fort Rock	fort-rock	OR	037		43.3565	-121.0539	4
97401	Eugene	eugene	OR	039		44.0682	-123.0819	4
97402	Eugene	eugene	OR	039		44.0612	-123.1555	4
97403	Eugene	eugene	OR	039		44.0385	-123.0614	4
97404	Eugene	eugene	OR	039		44.1005	-123.1334	4
97405	Eugene	eugene	OR	039		44.0185	-123.0998	4
97408	Eugene	eugene	OR	039		44.1445	-123.0545	4
97409	Alvadore	alvadore	OR	039		44.1276	-123.2666	4
97412	Blachly	blachly	OR	039		44.1966	-123.5348	4
97413	Blue River	blue-river	OR	039		44.1755	-122.1217	4
97419	Cheshire	cheshire	OR	039		44.1782	-123.3715	4
97424	Cottage Grove	cottage-grove	OR	039		43.7839	-123.0529	4
97426	Creswell	creswell	OR	039		43.9058	-123.0284	4
97430	Deadwood	deadwood	OR	039		44.1462	-123.6816	4
97431	Dexter	dexter	OR	039		43.9217	-122.8424	4
97434	Dorena	dorena	OR	039		43.7361	-122.8946	4
97437	Elmira	elmira	OR	039		44.0873	-123.3671	4
97438	Fall Creek	fall-creek	OR	039		43.9509	-122.6884	4
97439	Florence	florence	OR	039		43.9881	-124.0993	4
97440	Eugene	eugene	OR	039		44.0521	-123.0868	4
97448	Junction City	junction-city	OR	039		44.1988	-123.23	4
97451	Lorane	lorane	OR	039		43.8376	-123.239	4
97452	Lowell	lowell	OR	039		43.921	-122.7806	4
97453	Mapleton	mapleton	OR	039		44.0312	-123.8657	4
97454	Marcola	marcola	OR	039		44.2064	-122.8246	4
97455	Pleasant Hill	pleasant-hill	OR	039		43.9458	-122.9285	4
97461	Noti	noti	OR	039		44.0992	-123.4684	4
97463	Oakridge	oakridge	OR	039		43.7376	-122.4377	4
97475	Springfield	springfield	OR	039		44.0462	-123.022	4
97477	Springfield	springfield	OR	039		44.0611	-123.0153	4
97478	Springfield	springfield	OR	039		44.0561	-122.9171	4
97480	Swisshome	swisshome	OR	039		44.0899	-123.8279	4
97487	Veneta	veneta	OR	039		44.0382	-123.3516	4
97488	Vida	vida	OR	039		44.13	-122.5044	4
97489	Walterville	walterville	OR	039		44.1288	-122.6376	4
97490	Walton	walton	OR	039		44.0282	-123.5893	4
97492	Westfir	westfir	OR	039		43.7575	-122.481	4
97493	Westlake	westlake	OR	039		43.914	-124.0334	4
97341	Depoe Bay	depoe-bay	OR	041		44.8322	-124.0503	4
97343	Eddyville	eddyville	OR	041		44.6371	-123.7531	4
97357	Logsden	logsden	OR	041		44.7432	-123.7943	4
97364	Neotsu	neotsu	OR	041		44.9988	-123.9843	4
97365	Newport	newport	OR	041		44.6487	-124.0509	4
97366	South Beach	south-beach	OR	041		44.5712	-124.06	4
97367	Lincoln City	lincoln-city	OR	041		44.9089	-123.9888	4
97368	Otis	otis	OR	041		45.0138	-123.9332	4
97369	Otter Rock	otter-rock	OR	041		44.7588	-124.0633	4
97376	Seal Rock	seal-rock	OR	041		44.4874	-123.9567	4
97380	Siletz	siletz	OR	041		44.7313	-123.9062	4
97388	Gleneden Beach	gleneden-beach	OR	041		44.8812	-124.0343	4
97390	Tidewater	tidewater	OR	041		44.4055	-123.9149	4
97391	Toledo	toledo	OR	041		44.6271	-123.9301	4
97394	Waldport	waldport	OR	041		44.4085	-124.0351	4
97498	Yachats	yachats	OR	041		44.3256	-124.0863	4
97321	Albany	albany	OR	043		44.652	-123.1333	4
97322	Albany	albany	OR	043		44.626	-123.057	4
97327	Brownsville	brownsville	OR	043		44.377	-122.9485	4
97329	Cascadia	cascadia	OR	043		44.3973	-122.4817	4
97335	Crabtree	crabtree	OR	043		44.6344	-122.8933	4
97336	Crawfordsville	crawfordsville	OR	043		44.3593	-122.8508	4
97345	Foster	foster	OR	043		44.3836	-122.5449	4
97348	Halsey	halsey	OR	043		44.3862	-123.1251	4
97355	Lebanon	lebanon	OR	043		44.5316	-122.8821	4
97358	Lyons	lyons	OR	043		44.7499	-122.595	4
97360	Mill City	mill-city	OR	043		44.7516	-122.4768	4
97374	Scio	scio	OR	043		44.7168	-122.7684	4
97377	Shedd	shedd	OR	043		44.453	-123.1065	4
97386	Sweet Home	sweet-home	OR	043		44.3981	-122.7286	4
97389	Tangent	tangent	OR	043		44.5497	-123.1108	4
97446	Harrisburg	harrisburg	OR	043		44.2717	-123.1432	4
97901	Adrian	adrian	OR	045		43.6537	-117.0602	4
97902	Arock	arock	OR	045		42.9156	-117.498	4
97903	Brogan	brogan	OR	045		44.1994	-117.5904	4
97906	Harper	harper	OR	045		43.8734	-117.5284	4
97908	Ironside	ironside	OR	045		44.3009	-117.9444	4
97909	Jamieson	jamieson	OR	045		44.2161	-117.4813	4
97910	Jordan Valley	jordan-valley	OR	045		42.8801	-117.281	4
97911	Juntura	juntura	OR	045		43.8253	-118.0921	4
97913	Nyssa	nyssa	OR	045		43.8604	-117.0251	4
97914	Ontario	ontario	OR	045		44.0416	-116.9783	4
97917	Riverside	riverside	OR	045		43.5099	-118.0986	4
97918	Vale	vale	OR	045		44.0039	-117.2674	4
97920	Westfall	westfall	OR	045		43.9922	-117.6877	4
97002	Aurora	aurora	OR	047		45.2284	-122.8039	4
97020	Donald	donald	OR	047		45.2199	-122.8405	4
97026	Gervais	gervais	OR	047		45.1086	-122.8962	4
97032	Hubbard	hubbard	OR	047		45.1823	-122.8079	4
97071	Woodburn	woodburn	OR	047		45.1446	-122.8583	4
97137	Saint Paul	saint-paul	OR	047		45.196	-122.9674	4
97301	Salem	salem	OR	047		44.949	-123.004	4
97302	Salem	salem	OR	047		44.9039	-123.0445	4
97303	Salem	salem	OR	047		44.9927	-123.0167	4
97305	Salem	salem	OR	047		44.9961	-122.9124	4
97306	Salem	salem	OR	047		44.8685	-123.0438	4
97307	Keizer	keizer	OR	047		44.9901	-123.0262	4
97308	Salem	salem	OR	047		44.9429	-123.0351	4
97309	Salem	salem	OR	047		44.9429	-123.0351	4
97310	Salem	salem	OR	047		44.9271	-122.9861	4
97311	Salem	salem	OR	047		44.9438	-123.0286	4
97312	Salem	salem	OR	047		44.9364	-123.0381	4
97313	Salem	salem	OR	047		44.9849	-122.9988	4
97314	Salem	salem	OR	047		44.9655	-123.0066	4
97317	Salem	salem	OR	047		44.9026	-122.9074	4
97325	Aumsville	aumsville	OR	047		44.8313	-122.8517	4
97342	Detroit	detroit	OR	047		44.734	-122.1498	4
97346	Gates	gates	OR	047		44.7527	-122.3995	4
97350	Idanha	idanha	OR	047		44.7001	-122.074	4
97352	Jefferson	jefferson	OR	047		44.7495	-123.006	4
97362	Mount Angel	mount-angel	OR	047		45.0737	-122.7856	4
97373	Saint Benedict	saint-benedict	OR	047		44.9845	-122.457	1
97375	Scotts Mills	scotts-mills	OR	047		44.9897	-122.6187	4
97381	Silverton	silverton	OR	047		44.991	-122.7627	4
97383	Stayton	stayton	OR	047		44.8021	-122.7624	4
97384	Mehama	mehama	OR	047		44.7903	-122.6187	4
97385	Sublimity	sublimity	OR	047		44.8425	-122.8007	4
97392	Turner	turner	OR	047		44.8476	-122.9501	4
97818	Boardman	boardman	OR	049		45.8272	-119.7206	4
97836	Heppner	heppner	OR	049		45.3486	-119.5369	4
97839	Lexington	lexington	OR	049		45.4264	-119.7464	4
97843	Ione	ione	OR	049		45.5403	-119.769	4
97844	Irrigon	irrigon	OR	049		45.8877	-119.507	4
97010	Bridal Veil	bridal-veil	OR	051		45.583	-122.1011	4
97019	Corbett	corbett	OR	051		45.5221	-122.2417	4
97024	Fairview	fairview	OR	051		45.5473	-122.4414	4
97030	Gresham	gresham	OR	051		45.5154	-122.4203	4
97060	Troutdale	troutdale	OR	051		45.5254	-122.3739	4
97080	Gresham	gresham	OR	051		45.4817	-122.4156	4
97086	Happy Valley	happy-valley	OR	051		45.4446	-122.5372	4
97201	Portland	portland	OR	051		45.5078	-122.6897	4
97202	Portland	portland	OR	051		45.484	-122.6365	4
97203	Portland	portland	OR	051		45.5889	-122.7347	4
97204	Portland	portland	OR	051		45.5181	-122.6745	4
97205	Portland	portland	OR	051		45.5207	-122.6888	4
97206	Portland	portland	OR	051		45.484	-122.5973	4
97207	Portland	portland	OR	051		45.5235	-122.6762	4
97208	Portland	portland	OR	051		45.5235	-122.6762	4
97209	Portland	portland	OR	051		45.527	-122.6854	4
97210	Portland	portland	OR	051		45.5303	-122.7033	4
97211	Portland	portland	OR	051		45.5653	-122.6448	4
97212	Portland	portland	OR	051		45.5441	-122.6423	4
97213	Portland	portland	OR	051		45.5373	-122.5987	4
97214	Portland	portland	OR	051		45.5142	-122.6364	4
97215	Portland	portland	OR	051		45.5143	-122.599	4
97216	Portland	portland	OR	051		45.5137	-122.5569	4
97217	Portland	portland	OR	051		45.5742	-122.6842	4
97218	Portland	portland	OR	051		45.56	-122.6001	4
97219	Portland	portland	OR	051		45.458	-122.7074	4
97220	Portland	portland	OR	051		45.5411	-122.5566	4
97221	Portland	portland	OR	051		45.4918	-122.7267	4
97227	Portland	portland	OR	051		45.5496	-122.6743	4
97228	Portland	portland	OR	051		45.5235	-122.6762	4
97230	Portland	portland	OR	051		45.5472	-122.5001	4
97231	Portland	portland	OR	051		45.6401	-122.838	4
97232	Portland	portland	OR	051		45.5287	-122.6363	4
97233	Portland	portland	OR	051		45.5142	-122.4985	4
97236	Portland	portland	OR	051		45.4887	-122.5091	4
97238	Portland	portland	OR	051		45.5235	-122.6762	4
97239	Portland	portland	OR	051		45.4983	-122.6913	4
97240	Portland	portland	OR	051		45.5235	-122.6762	4
97242	Portland	portland	OR	051		45.5235	-122.6762	4
97250	Portland	portland	OR	051		45.5235	-122.6762	4
97251	Portland	portland	OR	051		45.5235	-122.6762	4
97252	Portland	portland	OR	051		45.5235	-122.6762	4
97253	Portland	portland	OR	051		45.5235	-122.6762	4
97254	Portland	portland	OR	051		45.5967	-122.5942	4
97256	Portland	portland	OR	051		45.5235	-122.6762	4
97258	Portland	portland	OR	051		45.5235	-122.6762	4
97266	Portland	portland	OR	051		45.4762	-122.5596	4
97280	Portland	portland	OR	051		45.5235	-122.6762	4
97282	Portland	portland	OR	051		45.5235	-122.6762	4
97283	Portland	portland	OR	051		45.5235	-122.6762	4
97286	Portland	portland	OR	051		45.5235	-122.6762	4
97290	Portland	portland	OR	051		45.5235	-122.6762	4
97292	Portland	portland	OR	051		45.5235	-122.6762	4
97293	Portland	portland	OR	051		45.5235	-122.6762	4
97294	Portland	portland	OR	051		45.5235	-122.6762	4
97296	Portland	portland	OR	051		45.5235	-122.6762	4
97304	Salem	salem	OR	053		44.9588	-123.0753	4
97338	Dallas	dallas	OR	053		44.9225	-123.32	4
97344	Falls City	falls-city	OR	053		44.8706	-123.4461	4
97347	Grand Ronde	grand-ronde	OR	053		45.075	-123.6335	4
09333	APO AE	apo-ae				49.4664	8.5577	
97351	Independence	independence	OR	053		44.8481	-123.1879	4
97361	Monmouth	monmouth	OR	053		44.8377	-123.2512	4
97371	Rickreall	rickreall	OR	053		45.02	-123.2064	4
97029	Grass Valley	grass-valley	OR	055		45.3013	-120.7478	4
97033	Kent	kent	OR	055		45.0838	-120.6649	4
97039	Moro	moro	OR	055		45.4853	-120.6957	4
97050	Rufus	rufus	OR	055		45.6948	-120.7359	4
97065	Wasco	wasco	OR	055		45.5974	-120.7304	4
97107	Bay City	bay-city	OR	057		45.5197	-123.8761	4
97108	Beaver	beaver	OR	057		45.2767	-123.8234	4
97112	Cloverdale	cloverdale	OR	057		45.2858	-123.8356	4
97118	Garibaldi	garibaldi	OR	057		45.5626	-123.9001	4
97122	Hebo	hebo	OR	057		45.1768	-123.846	4
97130	Manzanita	manzanita	OR	057		45.7184	-123.9351	4
97131	Nehalem	nehalem	OR	057		45.7216	-123.9049	4
97134	Oceanside	oceanside	OR	057		45.4549	-123.965	4
97135	Pacific City	pacific-city	OR	057		45.205	-123.959	4
97136	Rockaway Beach	rockaway-beach	OR	057		45.6134	-123.9429	4
97141	Tillamook	tillamook	OR	057		45.4492	-123.8189	4
97143	Netarts	netarts	OR	057		45.434	-123.9458	4
97147	Wheeler	wheeler	OR	057		45.6888	-123.8816	4
97149	Neskowin	neskowin	OR	057		45.097	-123.9434	4
97801	Pendleton	pendleton	OR	059		45.6605	-118.7831	4
97810	Adams	adams	OR	059		45.7674	-118.5625	4
97813	Athena	athena	OR	059		45.8289	-118.4971	4
97826	Echo	echo	OR	059		45.7411	-119.1949	4
97835	Helix	helix	OR	059		45.8665	-118.7222	4
97838	Hermiston	hermiston	OR	059		45.845	-119.2849	4
97859	Meacham	meacham	OR	059		45.5215	-118.4335	4
97862	Milton Freewater	milton-freewater	OR	059		45.9486	-118.3912	4
97868	Pilot Rock	pilot-rock	OR	059		45.4227	-118.8483	4
97875	Stanfield	stanfield	OR	059		45.786	-119.2116	4
97880	Ukiah	ukiah	OR	059		45.0836	-118.894	4
97882	Umatilla	umatilla	OR	059		45.8998	-119.3553	4
97886	Weston	weston	OR	059		45.8074	-118.3733	4
97824	Cove	cove	OR	061		45.3199	-117.8147	4
97827	Elgin	elgin	OR	061		45.5941	-117.9112	4
97841	Imbler	imbler	OR	061		45.4599	-117.9544	4
97850	La Grande	la-grande	OR	061		45.3304	-118.0852	4
97867	North Powder	north-powder	OR	061		45.0317	-117.9337	4
97876	Summerville	summerville	OR	061		45.5077	-118.027	4
97883	Union	union	OR	061		45.2019	-117.8536	4
97828	Enterprise	enterprise	OR	063		45.437	-117.2888	4
97842	Imnaha	imnaha	OR	063		45.5137	-116.8257	4
97846	Joseph	joseph	OR	063		45.3494	-117.2128	4
97857	Lostine	lostine	OR	063		45.4939	-117.4359	4
97885	Wallowa	wallowa	OR	063		45.5717	-117.5357	4
97001	Antelope	antelope	OR	065		44.8892	-120.7914	4
97021	Dufur	dufur	OR	065		45.3913	-121.1432	4
97037	Maupin	maupin	OR	065		45.0742	-121.2282	4
97040	Mosier	mosier	OR	065		45.6508	-121.379	4
97057	Shaniko	shaniko	OR	065		45.0027	-120.75	4
97058	The Dalles	the-dalles	OR	065		45.5995	-121.1905	4
97063	Tygh Valley	tygh-valley	OR	065		45.2229	-121.2927	4
97003	Beaverton	beaverton	OR	067		45.5201	-122.8604	4
97005	Beaverton	beaverton	OR	067		45.4963	-122.8001	4
97006	Beaverton	beaverton	OR	067		45.5201	-122.8604	4
97007	Beaverton	beaverton	OR	067		45.4505	-122.8652	4
97008	Beaverton	beaverton	OR	067		45.456	-122.7996	4
97062	Tualatin	tualatin	OR	067		45.3727	-122.7631	4
97075	Beaverton	beaverton	OR	067		45.4871	-122.8037	4
97076	Beaverton	beaverton	OR	067		45.4871	-122.8037	4
97077	Beaverton	beaverton	OR	067		45.4871	-122.8037	4
97078	Beaverton	beaverton	OR	067		45.452	-122.7893	4
97079	Beaverton	beaverton	OR	067		45.452	-122.7893	4
97106	Banks	banks	OR	067		45.6535	-123.121	4
97109	Buxton	buxton	OR	067		45.737	-123.2146	4
97113	Cornelius	cornelius	OR	067		45.529	-123.0415	4
97116	Forest Grove	forest-grove	OR	067		45.5981	-123.1818	4
97117	Gales Creek	gales-creek	OR	067		45.5957	-123.234	4
97119	Gaston	gaston	OR	067		45.4427	-123.1666	4
97123	Hillsboro	hillsboro	OR	067		45.4984	-122.957	4
97124	Hillsboro	hillsboro	OR	067		45.5387	-122.9636	4
97125	Manning	manning	OR	067		45.6648	-123.1637	4
97129	Hillsboro	hillsboro	OR	067		45.5387	-122.9636	4
97133	North Plains	north-plains	OR	067		45.6686	-123.0281	4
97140	Sherwood	sherwood	OR	067		45.3514	-122.8567	4
97144	Timber	timber	OR	067		45.727	-123.3119	4
97223	Portland	portland	OR	067		45.4403	-122.7793	4
97224	Portland	portland	OR	067		45.4094	-122.8014	4
97225	Portland	portland	OR	067		45.4985	-122.7787	4
97229	Portland	portland	OR	067		45.5483	-122.8276	4
97281	Portland	portland	OR	067		45.5235	-122.6762	4
97291	Portland	portland	OR	067		45.5235	-122.6762	4
97298	Portland	portland	OR	067		45.5235	-122.6762	4
97750	Mitchell	mitchell	OR	069		44.5657	-120.1456	4
97830	Fossil	fossil	OR	069		44.9286	-120.1309	1
97874	Spray	spray	OR	069		44.8242	-119.8303	4
97101	Amity	amity	OR	071		45.1157	-123.1744	4
97111	Carlton	carlton	OR	071		45.2859	-123.1523	4
97114	Dayton	dayton	OR	071		45.1977	-123.0753	4
97115	Dundee	dundee	OR	071		45.2776	-123.0152	4
97127	Lafayette	lafayette	OR	071		45.2466	-123.1114	4
97128	Mcminnville	mcminnville	OR	071		45.2097	-123.2043	4
97132	Newberg	newberg	OR	071		45.3099	-122.9685	4
97148	Yamhill	yamhill	OR	071		45.335	-123.2036	4
97378	Sheridan	sheridan	OR	071		45.0897	-123.4003	4
97396	Willamina	willamina	OR	071		45.0826	-123.5047	4
09351	APO AE	apo-ae				47.7138	7.6028	
17301	Abbottstown	abbottstown	PA	001		39.8881	-76.9931	4
17303	Arendtsville	arendtsville	PA	001		39.9236	-77.3001	4
17304	Aspers	aspers	PA	001		39.9765	-77.2287	4
17306	Bendersville	bendersville	PA	001		39.9792	-77.2496	4
17307	Biglerville	biglerville	PA	001		39.9281	-77.2885	4
17310	Cashtown	cashtown	PA	001		39.8906	-77.3566	4
17316	East Berlin	east-berlin	PA	001		39.9645	-77.0073	4
17320	Fairfield	fairfield	PA	001		39.7808	-77.3619	4
17324	Gardners	gardners	PA	001		40.0428	-77.1877	4
17325	Gettysburg	gettysburg	PA	001		39.832	-77.2223	4
17337	Idaville	idaville	PA	001		40.0157	-77.2001	4
17340	Littlestown	littlestown	PA	001		39.7495	-77.1003	4
17343	Mc Knightstown	mc-knightstown	PA	001		39.8692	-77.3292	1
17344	Mc Sherrystown	mc-sherrystown	PA	001		39.801	-77.0229	1
17350	New Oxford	new-oxford	PA	001		39.8775	-77.0643	4
17353	Orrtanna	orrtanna	PA	001		39.881	-77.3806	4
17372	York Springs	york-springs	PA	001		40.0084	-77.1061	4
17375	Peach Glen	peach-glen	PA	001		39.8948	-77.2135	4
15006	Bairdford	bairdford	PA	003		40.6312	-79.8814	4
15007	Bakerstown	bakerstown	PA	003		40.6478	-79.931	4
15014	Brackenridge	brackenridge	PA	003		40.6082	-79.7414	4
15015	Bradfordwoods	bradfordwoods	PA	003		40.6372	-80.0811	1
15017	Bridgeville	bridgeville	PA	003		40.3472	-80.1153	4
15018	Buena Vista	buena-vista	PA	003		40.2773	-79.7992	4
15020	Bunola	bunola	PA	003		40.2373	-79.9506	4
15024	Cheswick	cheswick	PA	003		40.5681	-79.841	4
15025	Clairton	clairton	PA	003		40.3243	-79.9317	4
15026	Clinton	clinton	PA	003		40.5131	-80.3423	4
15028	Coulters	coulters	PA	003		40.4344	-80.0248	1
15030	Creighton	creighton	PA	003		40.5821	-79.7818	4
15031	Cuddy	cuddy	PA	003		40.3547	-80.1669	4
15032	Curtisville	curtisville	PA	003		40.6423	-79.8509	4
15034	Dravosburg	dravosburg	PA	003		40.3527	-79.8895	4
15035	East Mc Keesport	east-mc-keesport	PA	003		40.3839	-79.8079	1
15037	Elizabeth	elizabeth	PA	003		40.2656	-79.8568	4
15044	Gibsonia	gibsonia	PA	003		40.6252	-79.9443	4
15045	Glassport	glassport	PA	003		40.326	-79.8883	4
15046	Crescent	crescent	PA	003		40.5563	-80.2286	4
15047	Greenock	greenock	PA	003		40.3123	-79.8067	4
15049	Harwick	harwick	PA	003		40.5574	-79.8051	4
15051	Indianola	indianola	PA	003		40.5695	-79.8637	4
15056	Leetsdale	leetsdale	PA	003		40.5662	-80.2099	4
15064	Morgan	morgan	PA	003		40.3542	-80.1398	4
15065	Natrona Heights	natrona-heights	PA	003		40.6421	-79.7273	4
15071	Oakdale	oakdale	PA	003		40.4033	-80.1842	4
15075	Rural Ridge	rural-ridge	PA	003		40.5856	-79.8287	4
15076	Russellton	russellton	PA	003		40.6073	-79.8347	4
15082	Sturgeon	sturgeon	PA	003		40.3863	-80.2083	4
15084	Tarentum	tarentum	PA	003		40.6187	-79.7852	4
15086	Warrendale	warrendale	PA	003		40.6534	-80.0795	4
15088	West Elizabeth	west-elizabeth	PA	003		40.2716	-79.8966	4
15090	Wexford	wexford	PA	003		40.612	-80.0649	4
15091	Wildwood	wildwood	PA	003		40.5942	-79.9701	4
15095	Warrendale	warrendale	PA	003		40.6534	-80.0795	4
15096	Warrendale	warrendale	PA	003		40.6534	-80.0795	4
15101	Allison Park	allison-park	PA	003		40.57	-79.9665	4
15102	Bethel Park	bethel-park	PA	003		40.321	-80.0398	4
15104	Braddock	braddock	PA	003		40.4038	-79.8625	4
15106	Carnegie	carnegie	PA	003		40.4029	-80.0915	4
15108	Coraopolis	coraopolis	PA	003		40.5	-80.1996	4
15110	Duquesne	duquesne	PA	003		40.3704	-79.8522	4
15112	East Pittsburgh	east-pittsburgh	PA	003		40.4036	-79.8389	4
15116	Glenshaw	glenshaw	PA	003		40.5375	-79.9644	4
15120	Homestead	homestead	PA	003		40.3926	-79.9052	4
15122	West Mifflin	west-mifflin	PA	003		40.3634	-79.8664	4
15123	West Mifflin	west-mifflin	PA	003		40.4344	-80.0248	4
15126	Imperial	imperial	PA	003		40.4584	-80.2649	4
15127	Ingomar	ingomar	PA	003		40.5809	-80.0609	4
15129	South Park	south-park	PA	003		40.2932	-79.996	4
15131	Mckeesport	mckeesport	PA	003		40.3478	-79.8642	4
15132	Mckeesport	mckeesport	PA	003		40.3478	-79.8642	4
15133	Mckeesport	mckeesport	PA	003		40.3478	-79.8642	4
15134	Mckeesport	mckeesport	PA	003		40.3478	-79.8642	4
15135	Mckeesport	mckeesport	PA	003		40.3478	-79.8642	4
15136	Mc Kees Rocks	mc-kees-rocks	PA	003		40.4717	-80.0876	1
15137	North Versailles	north-versailles	PA	003		40.3762	-79.8124	4
15139	Oakmont	oakmont	PA	003		40.5196	-79.8369	4
15140	Pitcairn	pitcairn	PA	003		40.4048	-79.777	4
15142	Presto	presto	PA	003		40.3847	-80.1209	4
15143	Sewickley	sewickley	PA	003		40.557	-80.1578	4
15144	Springdale	springdale	PA	003		40.544	-79.7844	4
15145	Turtle Creek	turtle-creek	PA	003		40.4113	-79.822	4
15146	Monroeville	monroeville	PA	003		40.429	-79.7623	4
15147	Verona	verona	PA	003		40.4927	-79.8345	4
15148	Wilmerding	wilmerding	PA	003		40.3934	-79.7951	4
15201	Pittsburgh	pittsburgh	PA	003		40.4752	-79.9528	4
15202	Pittsburgh	pittsburgh	PA	003		40.5053	-80.0685	4
15203	Pittsburgh	pittsburgh	PA	003		40.4254	-79.9799	4
15204	Pittsburgh	pittsburgh	PA	003		40.4554	-80.0644	4
15205	Pittsburgh	pittsburgh	PA	003		40.4322	-80.1021	4
15206	Pittsburgh	pittsburgh	PA	003		40.4723	-79.9132	4
15207	Pittsburgh	pittsburgh	PA	003		40.4003	-79.9338	4
15208	Pittsburgh	pittsburgh	PA	003		40.4532	-79.8995	4
15209	Pittsburgh	pittsburgh	PA	003		40.4999	-79.9739	4
15210	Pittsburgh	pittsburgh	PA	003		40.4072	-79.9839	4
15211	Pittsburgh	pittsburgh	PA	003		40.4295	-80.0144	4
15212	Pittsburgh	pittsburgh	PA	003		40.4406	-79.9959	4
15213	Pittsburgh	pittsburgh	PA	003		40.444	-79.9552	4
15214	Pittsburgh	pittsburgh	PA	003		40.4865	-80.014	4
15215	Pittsburgh	pittsburgh	PA	003		40.5048	-79.9138	4
15216	Pittsburgh	pittsburgh	PA	003		40.4001	-80.0462	4
15217	Pittsburgh	pittsburgh	PA	003		40.4308	-79.9205	4
15218	Pittsburgh	pittsburgh	PA	003		40.4237	-79.89	4
15219	Pittsburgh	pittsburgh	PA	003		40.4423	-79.983	4
15220	Pittsburgh	pittsburgh	PA	003		40.4181	-80.0526	4
15221	Pittsburgh	pittsburgh	PA	003		40.4346	-79.8655	4
15222	Pittsburgh	pittsburgh	PA	003		40.4477	-79.9933	4
15223	Pittsburgh	pittsburgh	PA	003		40.5051	-79.9528	4
15224	Pittsburgh	pittsburgh	PA	003		40.4642	-79.9448	4
15225	Pittsburgh	pittsburgh	PA	003		40.5051	-80.1155	4
15226	Pittsburgh	pittsburgh	PA	003		40.4001	-80.0161	4
15227	Pittsburgh	pittsburgh	PA	003		40.3805	-79.9667	4
15228	Pittsburgh	pittsburgh	PA	003		40.3696	-80.0439	4
15229	Pittsburgh	pittsburgh	PA	003		40.5203	-80.037	4
15230	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15231	Pittsburgh	pittsburgh	PA	003		40.4961	-80.2466	4
15232	Pittsburgh	pittsburgh	PA	003		40.4525	-79.9319	4
15233	Pittsburgh	pittsburgh	PA	003		40.4608	-80.0348	4
15234	Pittsburgh	pittsburgh	PA	003		40.3688	-80.0224	4
15235	Pittsburgh	pittsburgh	PA	003		40.4598	-79.8224	4
15236	Pittsburgh	pittsburgh	PA	003		40.3351	-79.9832	4
15237	Pittsburgh	pittsburgh	PA	003		40.5488	-80.0474	4
15238	Pittsburgh	pittsburgh	PA	003		40.5346	-79.8805	4
15239	Pittsburgh	pittsburgh	PA	003		40.4837	-79.7381	4
15240	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15241	Pittsburgh	pittsburgh	PA	003		40.3323	-80.081	4
15242	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15243	Pittsburgh	pittsburgh	PA	003		40.3748	-80.0731	4
15244	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15250	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15251	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15252	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15253	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15254	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15255	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15257	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15258	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15259	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15260	Pittsburgh	pittsburgh	PA	003		40.4432	-79.9531	4
15261	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15262	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15264	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15265	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15267	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15268	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15270	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15272	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15274	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15275	Pittsburgh	pittsburgh	PA	003		40.4495	-80.1795	4
15276	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15277	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15278	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15279	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15281	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15282	Pittsburgh	pittsburgh	PA	003		40.4406	-79.9959	4
15283	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15286	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15289	Pittsburgh	pittsburgh	PA	003		40.4446	-79.9451	4
15290	Pittsburgh	pittsburgh	PA	003		40.4344	-80.0248	4
15295	Pittsburgh	pittsburgh	PA	003		40.463	-80.0108	4
15656	Leechburg	leechburg	PA	005		40.6344	-79.6201	4
15673	North Apollo	north-apollo	PA	005		40.593	-79.5581	4
15682	Schenley	schenley	PA	005		40.6845	-79.6617	4
15686	Spring Church	spring-church	PA	005		40.6153	-79.4545	4
15736	Elderton	elderton	PA	005		40.6922	-79.3422	4
15774	Shelocta	shelocta	PA	005		40.6388	-79.3191	4
16049	Parker	parker	PA	005		41.1009	-79.6889	4
16201	Kittanning	kittanning	PA	005		40.8155	-79.5107	4
16210	Adrian	adrian	PA	005		40.9049	-79.5074	4
16212	Cadogan	cadogan	PA	005		40.7539	-79.5798	4
16218	Cowansville	cowansville	PA	005		40.923	-79.5946	4
16222	Dayton	dayton	PA	005		40.8741	-79.2686	4
16223	Distant	distant	PA	005		40.9695	-79.3567	4
16226	Ford City	ford-city	PA	005		40.7384	-79.5122	4
16228	Ford Cliff	ford-cliff	PA	005		40.7608	-79.5358	4
16229	Freeport	freeport	PA	005		40.7033	-79.663	4
16236	Mc Grann	mc-grann	PA	005		40.7818	-79.5218	1
16238	Manorville	manorville	PA	005		40.7863	-79.5213	4
16244	Nu Mine	nu-mine	PA	005		40.8478	-79.4516	1
16245	Oak Ridge	oak-ridge	PA	005		41.0076	-79.2959	4
16249	Rural Valley	rural-valley	PA	005		40.7885	-79.2991	4
16250	Sagamore	sagamore	PA	005		40.7774	-79.2336	4
16253	Seminole	seminole	PA	005		40.9548	-79.3428	4
16259	Templeton	templeton	PA	005		40.9419	-79.4499	4
16261	Widnoon	widnoon	PA	005		40.9612	-79.4673	4
16262	Worthington	worthington	PA	005		40.8378	-79.6298	4
16263	Yatesboro	yatesboro	PA	005		40.8001	-79.3342	4
15001	Aliquippa	aliquippa	PA	007		40.5921	-80.3197	4
15003	Ambridge	ambridge	PA	007		40.6005	-80.2105	4
15005	Baden	baden	PA	007		40.6416	-80.1985	4
15009	Beaver	beaver	PA	007		40.6972	-80.3365	4
15010	Beaver Falls	beaver-falls	PA	007		40.7687	-80.3592	4
15027	Conway	conway	PA	007		40.6649	-80.2349	4
15042	Freedom	freedom	PA	007		40.683	-80.2147	4
15043	Georgetown	georgetown	PA	007		40.5743	-80.49	4
15050	Hookstown	hookstown	PA	007		40.5622	-80.4388	4
15052	Industry	industry	PA	007		40.6671	-80.4151	4
15059	Midland	midland	PA	007		40.6793	-80.4908	4
15061	Monaca	monaca	PA	007		40.6718	-80.2917	4
15066	New Brighton	new-brighton	PA	007		40.7393	-80.2972	4
15074	Rochester	rochester	PA	007		40.7157	-80.2603	4
15077	Shippingport	shippingport	PA	007		40.632	-80.414	4
15081	South Heights	south-heights	PA	007		40.5763	-80.2383	4
16115	Darlington	darlington	PA	007		40.7968	-80.4556	4
16123	Fombell	fombell	PA	007		40.8125	-80.2073	4
16136	Koppel	koppel	PA	007		40.8348	-80.328	4
16141	New Galilee	new-galilee	PA	007		40.8569	-80.3939	4
15521	Alum Bank	alum-bank	PA	009		40.1858	-78.6206	4
15522	Bedford	bedford	PA	009		39.9908	-78.5261	4
15533	Breezewood	breezewood	PA	009		39.9905	-78.2453	4
15534	Buffalo Mills	buffalo-mills	PA	009		39.922	-78.6996	4
15535	Clearville	clearville	PA	009		39.8533	-78.4392	4
15537	Everett	everett	PA	009		40.0098	-78.3713	4
15539	Fishertown	fishertown	PA	009		40.1217	-78.5856	4
15545	Hyndman	hyndman	PA	009		39.8049	-78.7335	4
15550	Manns Choice	manns-choice	PA	009		39.9808	-78.6423	4
15554	New Paris	new-paris	PA	009		40.1254	-78.6184	4
15559	Schellsburg	schellsburg	PA	009		40.0487	-78.6482	4
16633	Defiance	defiance	PA	009		40.1601	-78.2346	4
16650	Hopewell	hopewell	PA	009		40.1192	-78.3129	4
16655	Imler	imler	PA	009		40.2067	-78.5228	4
16659	Loysburg	loysburg	PA	009		40.1609	-78.375	4
16664	New Enterprise	new-enterprise	PA	009		40.2	-78.4259	4
16667	Osterburg	osterburg	PA	009		40.1695	-78.5203	4
16670	Queen	queen	PA	009		40.2592	-78.5075	4
16672	Riddlesburg	riddlesburg	PA	009		40.162	-78.2545	4
16678	Saxton	saxton	PA	009		40.2233	-78.2471	4
16679	Six Mile Run	six-mile-run	PA	009		40.1576	-78.2108	1
16694	Wood	wood	PA	009		40.166	-78.1381	4
16695	Woodbury	woodbury	PA	009		40.2185	-78.3666	4
17211	Artemas	artemas	PA	009		39.7575	-78.4031	4
18056	Hereford	hereford	PA	011		40.4491	-75.5491	4
19503	Bally	bally	PA	011		40.405	-75.5769	4
19504	Barto	barto	PA	011		40.3815	-75.5749	4
19505	Bechtelsville	bechtelsville	PA	011		40.3795	-75.6257	4
19506	Bernville	bernville	PA	011		40.4551	-76.1247	4
19507	Bethel	bethel	PA	011		40.4808	-76.2742	4
19508	Birdsboro	birdsboro	PA	011		40.2563	-75.8344	4
19510	Blandon	blandon	PA	011		40.4435	-75.8837	4
19511	Bowers	bowers	PA	011		40.4821	-75.7435	4
19512	Boyertown	boyertown	PA	011		40.3339	-75.6604	4
19516	Centerport	centerport	PA	011		40.4858	-76.006	4
19518	Douglassville	douglassville	PA	011		40.2709	-75.7397	4
19519	Earlville	earlville	PA	011		40.319	-75.7334	4
19522	Fleetwood	fleetwood	PA	011		40.4473	-75.8185	4
19523	Geigertown	geigertown	PA	011		40.2026	-75.8363	4
19526	Hamburg	hamburg	PA	011		40.5488	-75.9874	4
19529	Kempton	kempton	PA	011		40.6328	-75.8513	4
19530	Kutztown	kutztown	PA	011		40.5214	-75.7774	4
19533	Leesport	leesport	PA	011		40.4152	-75.9944	4
19534	Lenhartsville	lenhartsville	PA	011		40.5736	-75.865	4
19535	Limekiln	limekiln	PA	011		40.3356	-75.801	4
19536	Lyon Station	lyon-station	PA	011		40.5218	-75.7419	1
19538	Maxatawny	maxatawny	PA	011		40.5426	-75.6888	4
19539	Mertztown	mertztown	PA	011		40.4992	-75.6872	4
19540	Mohnton	mohnton	PA	011		40.2584	-75.9833	4
19541	Mohrsville	mohrsville	PA	011		40.4783	-76.0125	4
19543	Morgantown	morgantown	PA	011		40.1552	-75.8998	4
19544	Mount Aetna	mount-aetna	PA	011		40.4187	-76.2944	4
19545	New Berlinville	new-berlinville	PA	011		40.3397	-75.6302	4
19547	Oley	oley	PA	011		40.3833	-75.7706	4
19548	Pine Forge	pine-forge	PA	011		40.2829	-75.6907	4
19550	Rehrersburg	rehrersburg	PA	011		40.4553	-76.2453	4
19551	Robesonia	robesonia	PA	011		40.3553	-76.1366	4
19554	Shartlesville	shartlesville	PA	011		40.5129	-76.1044	4
19555	Shoemakersville	shoemakersville	PA	011		40.4955	-75.9603	4
19559	Strausstown	strausstown	PA	011		40.4945	-76.1825	4
19560	Temple	temple	PA	011		40.4025	-75.9046	4
19562	Topton	topton	PA	011		40.5029	-75.7015	4
19564	Virginville	virginville	PA	011		40.524	-75.873	4
19565	Wernersville	wernersville	PA	011		40.3293	-76.0901	4
19567	Womelsdorf	womelsdorf	PA	011		40.3743	-76.1985	4
19601	Reading	reading	PA	011		40.3466	-75.9351	4
19602	Reading	reading	PA	011		40.3306	-75.9192	4
19603	Reading	reading	PA	011		40.3884	-75.9631	4
19604	Reading	reading	PA	011		40.3507	-75.9143	4
19605	Reading	reading	PA	011		40.3886	-75.9328	4
19606	Reading	reading	PA	011		40.3351	-75.875	4
19607	Reading	reading	PA	011		40.2995	-75.9876	4
19608	Reading	reading	PA	011		40.3113	-76.0345	4
19609	Reading	reading	PA	011		40.328	-75.9908	4
19610	Reading	reading	PA	011		40.338	-75.978	4
19611	Reading	reading	PA	011		40.325	-75.9442	4
19612	Reading	reading	PA	011		40.4389	-75.8853	4
16601	Altoona	altoona	PA	013		40.5209	-78.4089	4
16602	Altoona	altoona	PA	013		40.5052	-78.3905	4
16603	Altoona	altoona	PA	013		40.5018	-78.41	4
16617	Bellwood	bellwood	PA	013		40.6039	-78.3372	4
16625	Claysburg	claysburg	PA	013		40.2821	-78.5083	4
16631	Curryville	curryville	PA	013		40.2759	-78.3383	4
16635	Duncansville	duncansville	PA	013		40.4262	-78.4383	4
16637	East Freedom	east-freedom	PA	013		40.3282	-78.4475	4
16648	Hollidaysburg	hollidaysburg	PA	013		40.4387	-78.3686	4
16662	Martinsburg	martinsburg	PA	013		40.2951	-78.3244	4
16665	Newry	newry	PA	013		40.3937	-78.4356	4
16673	Roaring Spring	roaring-spring	PA	013		40.3277	-78.3928	4
16682	Sproul	sproul	PA	013		40.2711	-78.4588	4
16684	Tipton	tipton	PA	013		40.6367	-78.3036	4
16686	Tyrone	tyrone	PA	013		40.6619	-78.2419	4
16693	Williamsburg	williamsburg	PA	013		40.4025	-78.2558	4
16910	Alba	alba	PA	015		41.7051	-76.8283	4
16914	Columbia Cross Roads	columbia-cross-roads	PA	015		41.8638	-76.7825	4
16925	Gillett	gillett	PA	015		41.9568	-76.7713	4
16926	Granville Summit	granville-summit	PA	015		41.6973	-76.7218	4
16945	Sylvania	sylvania	PA	015		41.8051	-76.8569	4
16947	Troy	troy	PA	015		41.7781	-76.7711	4
17724	Canton	canton	PA	015		41.6538	-76.8582	4
17735	Grover	grover	PA	015		41.6145	-76.8672	4
18810	Athens	athens	PA	015		41.949	-76.4889	4
18814	Burlington	burlington	PA	015		41.7817	-76.6056	4
18815	Camptown	camptown	PA	015		41.7312	-76.2347	4
18817	East Smithfield	east-smithfield	PA	015		41.8645	-76.6255	4
18829	Le Raysville	le-raysville	PA	015		41.8434	-76.1796	4
18831	Milan	milan	PA	015		41.8966	-76.5328	4
18832	Monroeton	monroeton	PA	015		41.7135	-76.4872	4
18833	New Albany	new-albany	PA	015		41.5987	-76.4398	4
18837	Rome	rome	PA	015		41.8634	-76.3015	4
18840	Sayre	sayre	PA	015		41.9842	-76.5218	4
18845	Stevensville	stevensville	PA	015		41.7718	-76.1717	4
18846	Sugar Run	sugar-run	PA	015		41.6041	-76.2598	4
18848	Towanda	towanda	PA	015		41.7638	-76.4645	4
18850	Ulster	ulster	PA	015		41.8408	-76.4876	4
18851	Warren Center	warren-center	PA	015		41.9394	-76.1964	4
18853	Wyalusing	wyalusing	PA	015		41.7015	-76.2754	4
18854	Wysox	wysox	PA	015		41.7826	-76.3834	4
18039	Durham	durham	PA	017		40.5757	-75.2232	4
18077	Riegelsville	riegelsville	PA	017		40.5782	-75.2191	4
18081	Springtown	springtown	PA	017		40.5565	-75.2893	4
18901	Doylestown	doylestown	PA	017		40.3054	-75.1489	4
18902	Doylestown	doylestown	PA	017		40.3477	-75.0968	4
18910	Bedminster	bedminster	PA	017		40.4259	-75.1791	4
18911	Blooming Glen	blooming-glen	PA	017		40.3695	-75.2482	4
18912	Buckingham	buckingham	PA	017		40.3237	-75.0599	4
18913	Carversville	carversville	PA	017		40.3865	-75.0627	4
18914	Chalfont	chalfont	PA	017		40.2892	-75.2149	4
18916	Danboro	danboro	PA	017		40.3545	-75.1327	4
18917	Dublin	dublin	PA	017		40.375	-75.2045	4
18920	Erwinna	erwinna	PA	017		40.5087	-75.0804	4
18921	Ferndale	ferndale	PA	017		40.5337	-75.1788	4
18922	Forest Grove	forest-grove	PA	017		40.2923	-75.0591	4
18923	Fountainville	fountainville	PA	017		40.3578	-75.1711	4
18925	Furlong	furlong	PA	017		40.2945	-75.0649	4
18927	Hilltown	hilltown	PA	017		40.3235	-75.2548	4
18928	Holicong	holicong	PA	017		40.336	-75.0429	4
18929	Jamison	jamison	PA	017		40.2566	-75.0961	4
18930	Kintnersville	kintnersville	PA	017		40.531	-75.2117	4
18931	Lahaska	lahaska	PA	017		40.3286	-75.1028	4
18932	Line Lexington	line-lexington	PA	017		40.2888	-75.2555	4
18933	Lumberville	lumberville	PA	017		40.3286	-75.1028	4
18934	Mechanicsville	mechanicsville	PA	017		40.3494	-75.0676	4
18935	Milford Square	milford-square	PA	017		40.437	-75.3988	4
18938	New Hope	new-hope	PA	017		40.3556	-74.9839	4
18940	Newtown	newtown	PA	017		40.263	-74.9555	4
18942	Ottsville	ottsville	PA	017		40.4592	-75.157	4
18943	Penns Park	penns-park	PA	017		40.269	-75.0094	4
18944	Perkasie	perkasie	PA	017		40.3765	-75.2648	4
18946	Pineville	pineville	PA	017		40.2962	-75.0057	4
18947	Pipersville	pipersville	PA	017		40.4262	-75.1074	4
18949	Plumsteadville	plumsteadville	PA	017		40.388	-75.1425	4
18950	Point Pleasant	point-pleasant	PA	017		40.4226	-75.0663	4
18951	Quakertown	quakertown	PA	017		40.4411	-75.3507	4
18953	Revere	revere	PA	017		40.5154	-75.161	4
18954	Richboro	richboro	PA	017		40.2167	-75.0029	4
18955	Richlandtown	richlandtown	PA	017		40.4796	-75.3146	4
18956	Rushland	rushland	PA	017		40.2628	-75.0157	4
18960	Sellersville	sellersville	PA	017		40.362	-75.319	4
18962	Silverdale	silverdale	PA	017		40.3445	-75.2687	4
18963	Solebury	solebury	PA	017		40.3807	-75.0082	4
18966	Southampton	southampton	PA	017		40.1868	-75.0071	4
18968	Spinnerstown	spinnerstown	PA	017		40.439	-75.4371	4
18970	Trumbauersville	trumbauersville	PA	017		40.4107	-75.3782	4
18972	Upper Black Eddy	upper-black-eddy	PA	017		40.5411	-75.1259	4
18974	Warminster	warminster	PA	017		40.2067	-75.0905	4
18976	Warrington	warrington	PA	017		40.2464	-75.1354	4
18977	Washington Crossing	washington-crossing	PA	017		40.2849	-74.8778	4
18980	Wycombe	wycombe	PA	017		40.2742	-75.0205	4
18981	Zionhill	zionhill	PA	017		40.4843	-75.3938	4
18991	Warminster	warminster	PA	017		40.3286	-75.1028	4
19007	Bristol	bristol	PA	017		40.1159	-74.8536	4
19020	Bensalem	bensalem	PA	017		40.1109	-74.9378	4
19021	Croydon	croydon	PA	017		40.0933	-74.8991	4
19030	Fairless Hills	fairless-hills	PA	017		40.1748	-74.8519	4
19047	Langhorne	langhorne	PA	017		40.1813	-74.9104	4
19048	Langhorne	langhorne	PA	017		40.1735	-74.9246	4
19049	Langhorne	langhorne	PA	017		40.1746	-74.9227	4
19053	Feasterville Trevose	feasterville-trevose	PA	017		40.1547	-74.9904	4
19054	Levittown	levittown	PA	017		40.1681	-74.8231	4
19055	Levittown	levittown	PA	017		40.1483	-74.8371	4
19056	Levittown	levittown	PA	017		40.1519	-74.8826	4
19057	Levittown	levittown	PA	017		40.1434	-74.8614	4
19058	Levittown	levittown	PA	017		40.1551	-74.8288	4
19067	Morrisville	morrisville	PA	017		40.2084	-74.8291	4
16001	Butler	butler	PA	019		40.8859	-79.934	4
16002	Butler	butler	PA	019		40.8409	-79.8592	4
16003	Butler	butler	PA	019		40.8612	-79.8953	4
16016	Boyers	boyers	PA	019		41.1084	-79.8989	4
16017	Boyers	boyers	PA	019		40.9211	-79.9276	4
16018	Boyers	boyers	PA	019		40.9211	-79.9276	4
16020	Boyers	boyers	PA	019		41.1092	-79.9047	4
16021	Branchton	branchton	PA	019		41.0726	-79.9856	4
16022	Bruin	bruin	PA	019		41.0571	-79.7291	4
16023	Cabot	cabot	PA	019		40.7924	-79.76	4
16024	Callery	callery	PA	019		40.7406	-80.0364	4
16025	Chicora	chicora	PA	019		40.9458	-79.7462	4
16027	Connoquenessing	connoquenessing	PA	019		40.8178	-80.0142	4
16029	East Butler	east-butler	PA	019		40.8778	-79.8464	4
16030	Eau Claire	eau-claire	PA	019		41.1348	-79.7981	4
16033	Evans City	evans-city	PA	019		40.7808	-80.0592	4
16034	Fenelton	fenelton	PA	019		40.8555	-79.7372	4
16035	Forestville	forestville	PA	019		41.1068	-80.007	4
16037	Harmony	harmony	PA	019		40.8496	-80.1381	4
16038	Harrisville	harrisville	PA	019		41.1631	-79.9796	4
16039	Herman	herman	PA	019		40.8301	-79.8112	4
16040	Hilliards	hilliards	PA	019		41.1009	-79.8215	4
16041	Karns City	karns-city	PA	019		41.0022	-79.716	4
16045	Lyndora	lyndora	PA	019		40.8528	-79.9167	4
16046	Mars	mars	PA	019		40.7005	-80.0358	4
16048	North Washington	north-washington	PA	019		41.0472	-79.8089	4
16050	Petrolia	petrolia	PA	019		41.0442	-79.7711	4
16051	Portersville	portersville	PA	019		40.9468	-80.139	4
16052	Prospect	prospect	PA	019		40.9049	-80.0679	4
16053	Renfrew	renfrew	PA	019		40.81	-79.977	4
16055	Sarver	sarver	PA	019		40.7143	-79.7424	4
16056	Saxonburg	saxonburg	PA	019		40.7361	-79.8352	4
16057	Slippery Rock	slippery-rock	PA	019		41.0454	-80.0468	4
16059	Valencia	valencia	PA	019		40.7018	-79.9235	4
16061	West Sunbury	west-sunbury	PA	019		41.0026	-79.8751	4
16063	Zelienople	zelienople	PA	019		40.7609	-80.1094	4
16066	Cranberry Township	cranberry-township	PA	019		40.685	-80.1071	4
15714	Northern Cambria	northern-cambria	PA	021		40.6661	-78.792	4
15722	Carrolltown	carrolltown	PA	021		40.5891	-78.7037	4
15737	Elmora	elmora	PA	021		40.6076	-78.7524	4
15738	Emeigh	emeigh	PA	021		40.6948	-78.787	4
15760	Marsteller	marsteller	PA	021		40.6522	-78.8054	4
15762	Nicktown	nicktown	PA	021		40.6016	-78.8114	4
15773	Saint Benedict	saint-benedict	PA	021		40.6298	-78.7329	4
15775	Spangler	spangler	PA	021		40.6351	-78.7692	4
15901	Johnstown	johnstown	PA	021		40.326	-78.9141	4
15902	Johnstown	johnstown	PA	021		40.3078	-78.8969	4
15904	Johnstown	johnstown	PA	021		40.285	-78.8654	4
15905	Johnstown	johnstown	PA	021		40.3072	-78.943	4
15906	Johnstown	johnstown	PA	021		40.3522	-78.9383	4
15907	Johnstown	johnstown	PA	021		40.3254	-78.9151	4
15909	Johnstown	johnstown	PA	021		40.4096	-78.8712	4
15915	Johnstown	johnstown	PA	021		40.3267	-78.922	4
15921	Beaverdale	beaverdale	PA	021		40.3173	-78.7009	4
15922	Belsano	belsano	PA	021		40.5176	-78.8767	4
15925	Cassandra	cassandra	PA	021		40.4085	-78.6407	4
15927	Colver	colver	PA	021		40.5383	-78.7865	4
15930	Dunlo	dunlo	PA	021		40.2939	-78.7192	4
15931	Ebensburg	ebensburg	PA	021		40.4801	-78.7263	4
15934	Elton	elton	PA	021		40.2799	-78.8032	4
15938	Lilly	lilly	PA	021		40.4238	-78.6231	4
15940	Loretto	loretto	PA	021		40.5105	-78.6294	4
15942	Mineral Point	mineral-point	PA	021		40.3793	-78.8352	4
15943	Nanty Glo	nanty-glo	PA	021		40.4704	-78.8375	4
15945	Parkhill	parkhill	PA	021		40.3612	-78.8709	4
15946	Portage	portage	PA	021		40.3724	-78.6328	4
15948	Revloc	revloc	PA	021		40.49	-78.7646	4
15951	Saint Michael	saint-michael	PA	021		40.337	-78.7709	4
15952	Salix	salix	PA	021		40.2986	-78.7816	4
15955	Sidman	sidman	PA	021		40.3299	-78.746	4
15956	South Fork	south-fork	PA	021		40.3629	-78.7887	4
15958	Summerhill	summerhill	PA	021		40.389	-78.756	4
15960	Twin Rocks	twin-rocks	PA	021		40.4967	-78.8659	4
15961	Vintondale	vintondale	PA	021		40.4939	-78.9427	4
15962	Wilmore	wilmore	PA	021		40.3887	-78.7186	4
16613	Ashville	ashville	PA	021		40.5513	-78.5346	4
16619	Blandburg	blandburg	PA	021		40.6847	-78.4137	4
16624	Chest Springs	chest-springs	PA	021		40.5702	-78.5991	4
16629	Coupon	coupon	PA	021		40.5218	-78.5263	4
16630	Cresson	cresson	PA	021		40.4608	-78.5861	4
16636	Dysart	dysart	PA	021		40.6088	-78.5271	4
16639	Fallentimber	fallentimber	PA	021		40.6867	-78.4992	4
16640	Flinton	flinton	PA	021		40.6876	-78.5523	4
16641	Gallitzin	gallitzin	PA	021		40.4823	-78.5517	4
16644	Glasgow	glasgow	PA	021		40.7178	-78.4637	4
16646	Hastings	hastings	PA	021		40.6659	-78.7029	4
16668	Patton	patton	PA	021		40.623	-78.635	4
16675	Saint Boniface	saint-boniface	PA	021		40.6712	-78.6755	4
16699	Cresson	cresson	PA	021		40.4845	-78.7022	4
15832	Driftwood	driftwood	PA	023		41.3764	-78.1632	4
15834	Emporium	emporium	PA	023		41.5177	-78.2536	4
15861	Sinnamahoning	sinnamahoning	PA	023		41.3762	-78.0661	1
18012	Aquashicola	aquashicola	PA	025		40.8133	-75.592	4
18030	Bowmanstown	bowmanstown	PA	025		40.8011	-75.6614	4
18071	Palmerton	palmerton	PA	025		40.817	-75.6011	4
18210	Albrightsville	albrightsville	PA	025		40.9748	-75.5842	4
18212	Ashfield	ashfield	PA	025		40.7841	-75.7083	4
18216	Beaver Meadows	beaver-meadows	PA	025		40.9281	-75.9146	4
18229	Jim Thorpe	jim-thorpe	PA	025		40.87	-75.7397	4
18230	Junedale	junedale	PA	025		40.9234	-75.9416	4
18232	Lansford	lansford	PA	025		40.8314	-75.8828	4
18235	Lehighton	lehighton	PA	025		40.8299	-75.6974	4
18240	Nesquehoning	nesquehoning	PA	025		40.8626	-75.8239	4
18244	Parryville	parryville	PA	025		40.8181	-75.6727	4
18250	Summit Hill	summit-hill	PA	025		40.8255	-75.8693	4
18254	Tresckow	tresckow	PA	025		40.9159	-75.9657	4
18255	Weatherly	weatherly	PA	025		40.9411	-75.8306	4
18624	Lake Harmony	lake-harmony	PA	025		41.0542	-75.6331	4
16677	Sandy Ridge	sandy-ridge	PA	027		40.8136	-78.239	4
16801	State College	state-college	PA	027		40.7925	-77.8523	4
16802	University Park	university-park	PA	027		40.7997	-77.8623	4
16803	State College	state-college	PA	027		40.8082	-77.8926	4
16804	State College	state-college	PA	027		40.7934	-77.86	4
16805	State College	state-college	PA	027		40.7934	-77.86	4
16820	Aaronsburg	aaronsburg	PA	027		40.8987	-77.4562	4
16823	Bellefonte	bellefonte	PA	027		40.8978	-77.7732	4
16826	Blanchard	blanchard	PA	027		41.0642	-77.5978	4
16827	Boalsburg	boalsburg	PA	027		40.7793	-77.7822	4
16828	Centre Hall	centre-hall	PA	027		40.8254	-77.6742	4
16829	Clarence	clarence	PA	027		41.0585	-77.9312	4
16832	Coburn	coburn	PA	027		40.8383	-77.4509	4
16835	Fleming	fleming	PA	027		40.9046	-77.8752	4
16841	Howard	howard	PA	027		41.0203	-77.6702	4
16844	Julian	julian	PA	027		40.8917	-77.9332	4
16851	Lemont	lemont	PA	027		40.8082	-77.8125	4
16852	Madisonburg	madisonburg	PA	027		40.9334	-77.495	4
16853	Milesburg	milesburg	PA	027		40.9417	-77.785	4
16854	Millheim	millheim	PA	027		40.8935	-77.4733	4
16856	Mingoville	mingoville	PA	027		40.9299	-77.6389	4
16859	Moshannon	moshannon	PA	027		41.0342	-78.0095	4
16864	Orviston	orviston	PA	027		40.9722	-77.7602	4
16865	Pennsylvania Furnace	pennsylvania-furnace	PA	027		40.71	-77.996	4
16866	Philipsburg	philipsburg	PA	027		40.8863	-78.219	4
16868	Pine Grove Mills	pine-grove-mills	PA	027		40.7337	-77.8856	4
16870	Port Matilda	port-matilda	PA	027		40.8018	-78.0788	4
16872	Rebersburg	rebersburg	PA	027		40.9549	-77.4053	4
16874	Snow Shoe	snow-shoe	PA	027		41.0376	-77.9523	4
16875	Spring Mills	spring-mills	PA	027		40.8578	-77.574	4
16882	Woodward	woodward	PA	027		40.9116	-77.3483	4
19301	Paoli	paoli	PA	029		40.0426	-75.4827	4
19310	Atglen	atglen	PA	029		39.9458	-75.9703	4
19311	Avondale	avondale	PA	029		39.8219	-75.7687	4
19312	Berwyn	berwyn	PA	029		40.0412	-75.4475	4
19316	Brandamore	brandamore	PA	029		40.055	-75.8378	4
19318	Chatham	chatham	PA	029		39.8524	-75.8118	4
19320	Coatesville	coatesville	PA	029		39.9843	-75.8253	4
19330	Cochranville	cochranville	PA	029		39.8757	-75.9214	4
19333	Devon	devon	PA	029		40.0452	-75.4227	4
19335	Downingtown	downingtown	PA	029		40.0161	-75.7183	4
19341	Exton	exton	PA	029		40.0468	-75.6432	4
19343	Glenmoore	glenmoore	PA	029		40.0846	-75.7711	4
19344	Honey Brook	honey-brook	PA	029		40.0832	-75.8843	4
19345	Immaculata	immaculata	PA	029		39.8478	-75.7193	1
19346	Kelton	kelton	PA	029		39.8087	-75.878	4
19347	Kemblesville	kemblesville	PA	029		39.749	-75.8241	4
19348	Kennett Square	kennett-square	PA	029		39.855	-75.7	4
19350	Landenberg	landenberg	PA	029		39.7696	-75.7807	4
19351	Lewisville	lewisville	PA	029		39.7226	-75.8749	4
19352	Lincoln University	lincoln-university	PA	029		39.7787	-75.8876	1
19353	Lionville	lionville	PA	029		40.0132	-75.499	4
19354	Lyndell	lyndell	PA	029		40.0582	-75.7433	4
19355	Malvern	malvern	PA	029		40.0468	-75.531	4
19357	Mendenhall	mendenhall	PA	029		39.854	-75.6413	4
19358	Modena	modena	PA	029		39.9621	-75.8025	4
19360	New London	new-london	PA	029		39.7261	-75.7857	4
19362	Nottingham	nottingham	PA	029		39.7441	-76.0356	4
19363	Oxford	oxford	PA	029		39.7827	-75.9815	4
19365	Parkesburg	parkesburg	PA	029		39.9654	-75.926	4
19366	Pocopson	pocopson	PA	029		39.9004	-75.6258	4
19367	Pomeroy	pomeroy	PA	029		39.9643	-75.8866	4
19369	Sadsburyville	sadsburyville	PA	029		39.9903	-75.8936	4
19371	Suplee	suplee	PA	029		40.0995	-75.8791	4
19372	Thorndale	thorndale	PA	029		39.9984	-75.759	4
19374	Toughkenamon	toughkenamon	PA	029		39.8315	-75.7574	4
19375	Unionville	unionville	PA	029		39.8954	-75.7344	4
19376	Wagontown	wagontown	PA	029		39.9832	-75.7481	4
19380	West Chester	west-chester	PA	029		39.9845	-75.5962	4
19381	West Chester	west-chester	PA	029		39.961	-75.608	4
19382	West Chester	west-chester	PA	029		39.9441	-75.5882	4
19383	West Chester	west-chester	PA	029		39.961	-75.608	4
19390	West Grove	west-grove	PA	029		39.8253	-75.8374	4
19395	Westtown	westtown	PA	029		39.9328	-75.5448	4
19397	Southeastern	southeastern	PA	029		39.9832	-75.7481	1
19398	Southeastern	southeastern	PA	029		39.9832	-75.7481	1
19399	Southeastern	southeastern	PA	029		39.9832	-75.7481	1
19421	Birchrunville	birchrunville	PA	029		39.9832	-75.7481	4
19425	Chester Springs	chester-springs	PA	029		40.0978	-75.6398	4
19432	Devault	devault	PA	029		40.0796	-75.56	4
19442	Kimberton	kimberton	PA	029		40.1307	-75.5721	4
19457	Parker Ford	parker-ford	PA	029		40.1995	-75.5838	4
19460	Phoenixville	phoenixville	PA	029		40.1267	-75.5272	4
19465	Pottstown	pottstown	PA	029		40.1919	-75.6653	1
19470	Saint Peters	saint-peters	PA	029		40.1867	-75.7288	4
19475	Spring City	spring-city	PA	029		40.1765	-75.5697	4
19480	Uwchland	uwchland	PA	029		40.098	-75.688	1
19481	Valley Forge	valley-forge	PA	029		40.0923	-75.4537	4
19482	Valley Forge	valley-forge	PA	029		40.0803	-75.4554	4
19493	Valley Forge	valley-forge	PA	029		40.0971	-75.4696	4
19494	Valley Forge	valley-forge	PA	029		40.0971	-75.4696	4
19495	Valley Forge	valley-forge	PA	029		40.0971	-75.4696	4
19496	Valley Forge	valley-forge	PA	029		40.0971	-75.4696	4
19520	Elverson	elverson	PA	029		40.1568	-75.7866	4
16028	East Brady	east-brady	PA	031		40.9744	-79.6302	4
16036	Foxburg	foxburg	PA	031		41.1431	-79.6798	4
16054	Saint Petersburg	saint-petersburg	PA	031		41.1617	-79.6528	4
16058	Turkey City	turkey-city	PA	031		41.1853	-79.6134	4
16213	Callensburg	callensburg	PA	031		41.1259	-79.5584	4
16214	Clarion	clarion	PA	031		41.2123	-79.3773	4
16220	Crown	crown	PA	031		41.3898	-79.2709	4
16221	Curllsville	curllsville	PA	031		41.2023	-79.4538	4
16224	Fairmount City	fairmount-city	PA	031		41.0429	-79.2784	1
16225	Fisher	fisher	PA	031		41.2665	-79.2425	4
16230	Hawthorn	hawthorn	PA	031		41.0178	-79.2799	4
16232	Knox	knox	PA	031		41.2245	-79.5194	4
16233	Leeper	leeper	PA	031		41.3671	-79.3022	4
16234	Limestone	limestone	PA	031		41.2023	-79.4538	4
16235	Lucinda	lucinda	PA	031		41.3124	-79.3754	4
16240	Mayport	mayport	PA	031		40.9906	-79.2617	4
16242	New Bethlehem	new-bethlehem	PA	031		40.9999	-79.3527	4
16248	Rimersburg	rimersburg	PA	031		41.0411	-79.5017	4
16254	Shippenville	shippenville	PA	031		41.2475	-79.4332	4
16255	Sligo	sligo	PA	031		41.1139	-79.4805	4
16257	Snydersburg	snydersburg	PA	031		41.3328	-79.3556	4
16258	Strattanville	strattanville	PA	031		41.1955	-79.3082	4
16260	Vowinckel	vowinckel	PA	031		41.3957	-79.2266	4
16326	Fryburg	fryburg	PA	031		41.3717	-79.4134	4
16331	Kossuth	kossuth	PA	031		41.2926	-79.5655	4
16332	Lickingville	lickingville	PA	031		41.3789	-79.3715	4
16334	Marble	marble	PA	031		41.3261	-79.4459	4
16361	Tylersburg	tylersburg	PA	031		41.3848	-79.3223	4
16375	Lamartine	lamartine	PA	031		41.2226	-79.6339	4
15721	Burnside	burnside	PA	033		40.8134	-78.7865	4
15753	La Jose	la-jose	PA	033		40.7876	-78.6514	1
15757	Mahaffey	mahaffey	PA	033		40.8875	-78.7353	4
15801	Du Bois	du-bois	PA	033		41.126	-78.7527	1
15848	Luthersburg	luthersburg	PA	033		41.0532	-78.7428	4
15849	Penfield	penfield	PA	033		41.2085	-78.5791	4
15856	Rockton	rockton	PA	033		41.0806	-78.6577	4
15866	Troutville	troutville	PA	033		41.0256	-78.7853	4
16616	Beccaria	beccaria	PA	033		40.7683	-78.4455	4
16620	Brisbin	brisbin	PA	033		40.8387	-78.3526	4
16627	Coalport	coalport	PA	033		40.7503	-78.5352	4
16645	Glen Hope	glen-hope	PA	033		40.7984	-78.4999	4
16651	Houtzdale	houtzdale	PA	033		40.8305	-78.3618	4
16656	Irvona	irvona	PA	033		40.8017	-78.5602	4
16661	Madera	madera	PA	033		40.8271	-78.4275	4
16663	Morann	morann	PA	033		40.7864	-78.367	4
16666	Osceola Mills	osceola-mills	PA	033		40.8722	-78.2757	4
16671	Ramey	ramey	PA	033		40.8015	-78.3998	4
16680	Smithmill	smithmill	PA	033		40.7507	-78.4012	1
16681	Smokerun	smokerun	PA	033		40.9891	-78.4224	1
16692	Westover	westover	PA	033		40.7615	-78.7355	4
16698	Houtzdale	houtzdale	PA	033		40.8251	-78.3511	4
16821	Allport	allport	PA	033		40.967	-78.2014	4
16825	Bigler	bigler	PA	033		40.9848	-78.3064	4
16830	Clearfield	clearfield	PA	033		41.021	-78.4435	4
16833	Curwensville	curwensville	PA	033		40.966	-78.5272	4
16834	Drifting	drifting	PA	033		41.0242	-78.1083	4
16836	Frenchville	frenchville	PA	033		41.1038	-78.2345	4
16837	Glen Richey	glen-richey	PA	033		40.9458	-78.475	4
16838	Grampian	grampian	PA	033		40.9818	-78.5949	4
16839	Grassflat	grassflat	PA	033		41.0036	-78.1104	4
16840	Hawk Run	hawk-run	PA	033		40.923	-78.2037	4
16843	Hyde	hyde	PA	033		41.003	-78.4642	4
16845	Karthaus	karthaus	PA	033		41.1136	-78.0875	4
16847	Kylertown	kylertown	PA	033		40.9934	-78.1672	4
16849	Lanse	lanse	PA	033		40.9605	-78.1144	4
16850	Lecontes Mills	lecontes-mills	PA	033		41.0831	-78.2833	4
16855	Mineral Springs	mineral-springs	PA	033		40.9981	-78.3636	4
16858	Morrisdale	morrisdale	PA	033		41.0001	-78.2357	4
16860	Munson	munson	PA	033		40.9468	-78.1718	4
16861	New Millport	new-millport	PA	033		40.8652	-78.5237	4
16863	Olanta	olanta	PA	033		40.9056	-78.5001	4
16871	Pottersdale	pottersdale	PA	033		41.1868	-78.0341	4
16873	Shawville	shawville	PA	033		41.0692	-78.3581	4
16876	Wallaceton	wallaceton	PA	033		40.9616	-78.2926	4
16878	West Decatur	west-decatur	PA	033		40.9493	-78.3129	4
16879	Winburne	winburne	PA	033		40.9696	-78.1508	4
16881	Woodland	woodland	PA	033		41.0098	-78.3214	4
16822	Beech Creek	beech-creek	PA	035		41.0845	-77.5851	4
16848	Lamar	lamar	PA	035		41.0162	-77.5311	4
17721	Avis	avis	PA	035		41.186	-77.3162	4
17726	Castanea	castanea	PA	035		41.1227	-77.4317	4
17745	Lock Haven	lock-haven	PA	035		41.1425	-77.4436	4
17747	Loganton	loganton	PA	035		41.0283	-77.3204	4
17748	Mc Elhattan	mc-elhattan	PA	035		41.1355	-77.37	1
17750	Mackeyville	mackeyville	PA	035		41.0545	-77.4614	4
17751	Mill Hall	mill-hall	PA	035		41.0867	-77.4836	4
17760	North Bend	north-bend	PA	035		41.4083	-77.6641	4
17764	Renovo	renovo	PA	035		41.3334	-77.7448	4
17778	Westport	westport	PA	035		41.2745	-77.9315	4
17779	Woolrich	woolrich	PA	035		41.1948	-77.3764	4
17814	Benton	benton	PA	037		41.2231	-76.3406	4
17815	Bloomsburg	bloomsburg	PA	037		41.0115	-76.4384	4
17820	Catawissa	catawissa	PA	037		40.918	-76.4416	4
17846	Millville	millville	PA	037		41.1261	-76.5208	4
17858	Numidia	numidia	PA	037		40.8806	-76.4022	4
17859	Orangeville	orangeville	PA	037		41.1016	-76.381	4
17878	Stillwater	stillwater	PA	037		41.1515	-76.3696	4
17888	Wilburton	wilburton	PA	037		40.8121	-76.3929	4
17920	Aristes	aristes	PA	037		40.8167	-76.3503	4
18603	Berwick	berwick	PA	037		41.0665	-76.2443	4
18631	Mifflinville	mifflinville	PA	037		41.0323	-76.308	4
16110	Adamsville	adamsville	PA	039		41.5067	-80.3765	4
16111	Atlantic	atlantic	PA	039		41.5333	-80.2863	4
16131	Hartstown	hartstown	PA	039		41.5509	-80.3813	4
16314	Cochranton	cochranton	PA	039		41.5205	-80.0573	4
16316	Conneaut Lake	conneaut-lake	PA	039		41.6189	-80.3086	4
16327	Guys Mills	guys-mills	PA	039		41.6333	-79.9714	4
16328	Hydetown	hydetown	PA	039		41.6526	-79.727	4
16335	Meadville	meadville	PA	039		41.6338	-80.1488	4
16354	Titusville	titusville	PA	039		41.6382	-79.6855	4
16360	Townville	townville	PA	039		41.6856	-79.8767	4
16388	Meadville	meadville	PA	039		41.6596	-80.1576	4
16403	Cambridge Springs	cambridge-springs	PA	039		41.8034	-80.0594	4
16404	Centerville	centerville	PA	039		41.7243	-79.79	4
16406	Conneautville	conneautville	PA	039		41.7455	-80.3445	4
16422	Harmonsburg	harmonsburg	PA	039		41.6609	-80.3178	4
16424	Linesville	linesville	PA	039		41.6244	-80.4523	4
16432	Riceville	riceville	PA	039		41.7776	-79.8028	4
16433	Saegertown	saegertown	PA	039		41.7268	-80.1479	4
16434	Spartansburg	spartansburg	PA	039		41.7936	-79.6849	4
16435	Springboro	springboro	PA	039		41.8113	-80.3753	4
16440	Venango	venango	PA	039		41.764	-80.0982	4
17001	Camp Hill	camp-hill	PA	041		40.216	-76.925	4
17007	Boiling Springs	boiling-springs	PA	041		40.1449	-77.1195	4
17011	Camp Hill	camp-hill	PA	041		40.2352	-76.9291	4
17012	Camp Hill	camp-hill	PA	041		40.2398	-76.92	4
17013	Carlisle	carlisle	PA	041		40.2417	-77.1983	4
17015	Carlisle	carlisle	PA	041		40.1772	-77.2312	4
17025	Enola	enola	PA	041		40.2922	-76.9432	4
17027	Grantham	grantham	PA	041		40.158	-76.9964	4
17043	Lemoyne	lemoyne	PA	041		40.2469	-76.9001	4
17050	Mechanicsburg	mechanicsburg	PA	041		40.2122	-77.0265	4
17055	Mechanicsburg	mechanicsburg	PA	041		40.179	-77.0036	4
17065	Mount Holly Springs	mount-holly-springs	PA	041		40.1115	-77.1902	4
17070	New Cumberland	new-cumberland	PA	041		40.2151	-76.8689	4
17072	New Kingstown	new-kingstown	PA	041		40.2306	-77.0794	4
17081	Plainfield	plainfield	PA	041		40.203	-77.2848	4
17089	Camp Hill	camp-hill	PA	041		40.2697	-76.936	4
17093	Summerdale	summerdale	PA	041		40.3078	-76.9312	4
17240	Newburg	newburg	PA	041		40.1333	-77.5669	4
17241	Newville	newville	PA	041		40.1855	-77.4114	4
17257	Shippensburg	shippensburg	PA	041		40.0514	-77.5195	4
17266	Walnut Bottom	walnut-bottom	PA	041		40.086	-77.409	4
17005	Berrysburg	berrysburg	PA	043		40.601	-76.8117	4
17018	Dauphin	dauphin	PA	043		40.3846	-76.9283	4
17023	Elizabethville	elizabethville	PA	043		40.555	-76.8355	4
17028	Grantville	grantville	PA	043		40.3606	-76.6713	4
17030	Gratz	gratz	PA	043		40.6082	-76.7375	4
17032	Halifax	halifax	PA	043		40.476	-76.894	4
17033	Hershey	hershey	PA	043		40.2638	-76.6545	4
17034	Highspire	highspire	PA	043		40.2083	-76.7853	4
17036	Hummelstown	hummelstown	PA	043		40.2782	-76.7094	4
17048	Lykens	lykens	PA	043		40.5909	-76.7074	4
17057	Middletown	middletown	PA	043		40.2041	-76.7331	4
17061	Millersburg	millersburg	PA	043		40.5587	-76.9305	4
17080	Pillow	pillow	PA	043		40.6392	-76.8029	4
17097	Wiconisco	wiconisco	PA	043		40.5734	-76.6914	4
17098	Williamstown	williamstown	PA	043		40.5808	-76.6223	4
17101	Harrisburg	harrisburg	PA	043		40.2618	-76.8831	4
17102	Harrisburg	harrisburg	PA	043		40.2728	-76.891	4
17103	Harrisburg	harrisburg	PA	043		40.2724	-76.861	4
17104	Harrisburg	harrisburg	PA	043		40.2597	-76.8594	4
17105	Harrisburg	harrisburg	PA	043		40.2785	-76.8752	4
17106	Harrisburg	harrisburg	PA	043		40.2927	-76.8501	4
17107	Harrisburg	harrisburg	PA	043		40.297	-76.8764	4
17108	Harrisburg	harrisburg	PA	043		40.3086	-76.8017	4
17109	Harrisburg	harrisburg	PA	043		40.291	-76.8203	4
17110	Harrisburg	harrisburg	PA	043		40.303	-76.8862	4
17111	Harrisburg	harrisburg	PA	043		40.2721	-76.8017	4
17112	Harrisburg	harrisburg	PA	043		40.3352	-76.7914	4
17113	Harrisburg	harrisburg	PA	043		40.239	-76.8416	4
17120	Harrisburg	harrisburg	PA	043		40.2657	-76.8827	4
09352	APO AE	apo-ae				49.568	10.8856	
17121	Harrisburg	harrisburg	PA	043		40.2944	-76.8938	4
17122	Harrisburg	harrisburg	PA	043		40.2498	-76.8712	4
17123	Harrisburg	harrisburg	PA	043		40.2675	-76.8837	4
17124	Harrisburg	harrisburg	PA	043		40.2675	-76.886	4
17125	Harrisburg	harrisburg	PA	043		40.2662	-76.8829	4
17126	Harrisburg	harrisburg	PA	043		40.2618	-76.88	4
17127	Harrisburg	harrisburg	PA	043		40.2615	-76.8809	4
17128	Harrisburg	harrisburg	PA	043		40.2737	-76.8844	4
17129	Harrisburg	harrisburg	PA	043		40.2615	-76.8809	4
17130	Harrisburg	harrisburg	PA	043		40.2702	-76.8829	4
17140	Harrisburg	harrisburg	PA	043		40.3086	-76.8464	4
17177	Harrisburg	harrisburg	PA	043		40.299	-76.8472	4
19003	Ardmore	ardmore	PA	045		40.002	-75.2966	4
19008	Broomall	broomall	PA	045		39.9747	-75.3602	4
19010	Bryn Mawr	bryn-mawr	PA	045		40.0236	-75.3295	4
19013	Chester	chester	PA	045		39.8498	-75.3747	4
19014	Aston	aston	PA	045		39.8643	-75.4332	1
19015	Brookhaven	brookhaven	PA	045		39.8654	-75.3885	4
19016	Chester	chester	PA	045		39.934	-75.406	4
19017	Chester Heights	chester-heights	PA	045		39.8901	-75.4755	4
19018	Clifton Heights	clifton-heights	PA	045		39.9218	-75.2876	4
19022	Crum Lynne	crum-lynne	PA	045		39.8685	-75.3374	4
19023	Darby	darby	PA	045		39.9176	-75.2696	4
19026	Drexel Hill	drexel-hill	PA	045		39.9503	-75.304	4
19028	Edgemont	edgemont	PA	045		39.9748	-75.4505	4
19029	Essington	essington	PA	045		39.8621	-75.2971	4
19032	Folcroft	folcroft	PA	045		39.8905	-75.2821	4
19033	Folsom	folsom	PA	045		39.8901	-75.3296	4
19036	Glenolden	glenolden	PA	045		39.9048	-75.2946	4
19037	Glen Riddle Lima	glen-riddle-lima	PA	045		39.934	-75.406	1
19039	Gradyville	gradyville	PA	045		39.9432	-75.4694	4
19041	Haverford	haverford	PA	045		40.0097	-75.3121	4
19043	Holmes	holmes	PA	045		39.9003	-75.3087	4
19050	Lansdowne	lansdowne	PA	045		39.9375	-75.2637	4
19052	Lenni	lenni	PA	045		39.8942	-75.4456	4
19060	Garnet Valley	garnet-valley	PA	045		39.852	-75.5007	4
19061	Marcus Hook	marcus-hook	PA	045		39.8295	-75.4354	4
19063	Media	media	PA	045		39.9188	-75.3991	4
19064	Springfield	springfield	PA	045		39.9296	-75.3338	4
19065	Media	media	PA	045		39.9211	-75.3861	4
19070	Morton	morton	PA	045		39.9063	-75.3238	4
19073	Newtown Square	newtown-square	PA	045		39.9863	-75.407	4
19074	Norwood	norwood	PA	045		39.887	-75.2972	4
19076	Prospect Park	prospect-park	PA	045		39.8857	-75.3082	4
19078	Ridley Park	ridley-park	PA	045		39.8784	-75.3215	4
19079	Sharon Hill	sharon-hill	PA	045		39.9035	-75.2695	4
19080	Wayne	wayne	PA	045		40.044	-75.3877	4
19081	Swarthmore	swarthmore	PA	045		39.8967	-75.3474	4
19082	Upper Darby	upper-darby	PA	045		39.9579	-75.2681	4
19083	Havertown	havertown	PA	045		39.9774	-75.3106	4
19085	Villanova	villanova	PA	045		40.0399	-75.3459	4
19086	Wallingford	wallingford	PA	045		39.8871	-75.3721	4
19087	Wayne	wayne	PA	045		40.0612	-75.3999	4
19088	Wayne	wayne	PA	045		39.934	-75.406	4
19089	Wayne	wayne	PA	045		40.044	-75.3877	4
19091	Media	media	PA	045		39.934	-75.406	4
19094	Woodlyn	woodlyn	PA	045		39.876	-75.3463	4
19098	Holmes	holmes	PA	045		39.8954	-75.3107	4
19113	Philadelphia	philadelphia	PA	045		39.865	-75.2752	4
19317	Chadds Ford	chadds-ford	PA	045		39.8648	-75.5885	4
19319	Cheyney	cheyney	PA	045		39.9209	-75.5222	4
19331	Concordville	concordville	PA	045		39.8823	-75.5165	4
19339	Concordville	concordville	PA	045		39.934	-75.406	4
19340	Concordville	concordville	PA	045		39.8851	-75.5202	4
19342	Glen Mills	glen-mills	PA	045		39.9015	-75.5049	4
19373	Thornton	thornton	PA	045		39.9041	-75.5313	4
15821	Benezett	benezett	PA	047		41.3253	-78.3576	1
15822	Brandy Camp	brandy-camp	PA	047		41.3209	-78.6875	4
15823	Brockport	brockport	PA	047		41.2822	-78.7128	4
15827	Byrnedale	byrnedale	PA	047		41.2865	-78.5051	4
15831	Dagus Mines	dagus-mines	PA	047		41.3539	-78.6056	4
15841	Force	force	PA	047		41.2629	-78.5298	4
15845	Johnsonburg	johnsonburg	PA	047		41.4928	-78.6783	4
15846	Kersey	kersey	PA	047		41.3563	-78.6015	4
15853	Ridgway	ridgway	PA	047		41.3621	-78.7262	4
15857	Saint Marys	saint-marys	PA	047		41.4289	-78.5505	4
15868	Weedville	weedville	PA	047		41.2685	-78.4952	4
15870	Wilcox	wilcox	PA	047		41.5735	-78.6823	4
16728	De Young	de-young	PA	047		41.4159	-78.6651	1
16734	James City	james-city	PA	047		41.6192	-78.8394	4
16401	Albion	albion	PA	049		41.8947	-80.3111	4
16407	Corry	corry	PA	049		41.9226	-79.6567	4
16410	Cranesville	cranesville	PA	049		41.9162	-80.3085	4
16411	East Springfield	east-springfield	PA	049		41.9794	-80.4303	4
16412	Edinboro	edinboro	PA	049		41.8756	-80.1356	4
16413	Elgin	elgin	PA	049		41.9031	-79.7437	4
16415	Fairview	fairview	PA	049		42.0407	-80.2395	4
16417	Girard	girard	PA	049		41.9896	-80.3178	4
16421	Harborcreek	harborcreek	PA	049		42.1767	-79.9416	4
16423	Lake City	lake-city	PA	049		42.0204	-80.3388	4
16426	Mc Kean	mc-kean	PA	049		41.999	-80.1473	1
16427	Mill Village	mill-village	PA	049		41.8773	-79.9692	4
16428	North East	north-east	PA	049		42.2008	-79.8332	4
16430	North Springfield	north-springfield	PA	049		41.9999	-80.4258	4
16438	Union City	union-city	PA	049		41.8939	-79.8455	4
16441	Waterford	waterford	PA	049		41.9603	-79.9996	4
16442	Wattsburg	wattsburg	PA	049		42.0391	-79.8363	4
16443	West Springfield	west-springfield	PA	049		41.9465	-80.465	4
16444	Edinboro	edinboro	PA	049		41.8707	-80.1218	4
16475	Albion	albion	PA	049		41.8906	-80.3665	4
16501	Erie	erie	PA	049		42.126	-80.086	4
16502	Erie	erie	PA	049		42.1133	-80.0976	4
16503	Erie	erie	PA	049		42.1265	-80.064	4
16504	Erie	erie	PA	049		42.1108	-80.0521	4
16505	Erie	erie	PA	049		42.1109	-80.1534	4
16506	Erie	erie	PA	049		42.0738	-80.1484	4
16507	Erie	erie	PA	049		42.1316	-80.0864	4
16508	Erie	erie	PA	049		42.0976	-80.0935	4
16509	Erie	erie	PA	049		42.0763	-80.0668	4
16510	Erie	erie	PA	049		42.1087	-79.9535	4
16511	Erie	erie	PA	049		42.1553	-80.0177	4
16512	Erie	erie	PA	049		42.1292	-80.0851	4
16514	Erie	erie	PA	049		42.1827	-80.0649	4
16515	Erie	erie	PA	049		42.1827	-80.0649	4
16522	Erie	erie	PA	049		42.1292	-80.0851	4
16530	Erie	erie	PA	049		42.1292	-80.0851	4
16531	Erie	erie	PA	049		42.1827	-80.0649	4
16534	Erie	erie	PA	049		42.1292	-80.0851	4
16538	Erie	erie	PA	049		42.1292	-80.0851	4
16541	Erie	erie	PA	049		42.1292	-80.0851	4
16544	Erie	erie	PA	049		42.1827	-80.0649	4
16546	Erie	erie	PA	049		42.1827	-80.0649	4
16550	Erie	erie	PA	049		42.1292	-80.0851	4
16553	Erie	erie	PA	049		42.1292	-80.0851	4
16563	Erie	erie	PA	049		42.1192	-79.9865	4
16565	Erie	erie	PA	049		42.1827	-80.0649	4
15012	Belle Vernon	belle-vernon	PA	051		40.1588	-79.8122	4
15401	Uniontown	uniontown	PA	051		39.8897	-79.7282	4
15410	Adah	adah	PA	051		39.8965	-79.922	4
15413	Allison	allison	PA	051		39.9868	-79.8637	4
15415	Brier Hill	brier-hill	PA	051		39.9808	-79.8504	4
15416	Brownfield	brownfield	PA	051		39.857	-79.712	4
15417	Brownsville	brownsville	PA	051		40.0237	-79.8839	4
15420	Cardale	cardale	PA	051		39.9567	-79.8662	4
15421	Chalk Hill	chalk-hill	PA	051		39.8451	-79.5991	1
15422	Chestnut Ridge	chestnut-ridge	PA	051		39.9812	-79.8116	4
15425	Connellsville	connellsville	PA	051		40.0265	-79.5566	4
15428	Dawson	dawson	PA	051		40.0638	-79.6602	4
15430	Dickerson Run	dickerson-run	PA	051		40.0418	-79.66	4
15431	Dunbar	dunbar	PA	051		39.9722	-79.6431	4
15433	East Millsboro	east-millsboro	PA	051		39.9822	-79.9664	4
15435	Fairbank	fairbank	PA	051		39.9434	-79.8495	4
15436	Fairchance	fairchance	PA	051		39.8229	-79.7551	4
15437	Farmington	farmington	PA	051		39.807	-79.5832	4
15438	Fayette City	fayette-city	PA	051		40.0988	-79.8366	4
15439	Gans	gans	PA	051		39.7429	-79.8242	4
15440	Gibbon Glade	gibbon-glade	PA	051		39.7364	-79.5736	4
15442	Grindstone	grindstone	PA	051		40.0084	-79.8404	4
15443	Hibbs	hibbs	PA	051		39.9317	-79.8825	4
15444	Hiller	hiller	PA	051		40.012	-79.9088	4
15445	Hopwood	hopwood	PA	051		39.8728	-79.6568	4
15446	Indian Head	indian-head	PA	051		40.0248	-79.395	4
15447	Isabella	isabella	PA	051		39.946	-79.9393	4
15449	Keisterville	keisterville	PA	051		39.9636	-79.7853	4
15450	La Belle	la-belle	PA	051		39.9983	-79.9754	4
15451	Lake Lynn	lake-lynn	PA	051		39.7501	-79.8618	4
15454	Leckrone	leckrone	PA	051		39.8615	-79.8701	4
15455	Leisenring	leisenring	PA	051		39.9985	-79.6435	4
15456	Lemont Furnace	lemont-furnace	PA	051		39.9311	-79.6477	4
15458	Mc Clellandtown	mc-clellandtown	PA	051		39.8882	-79.8694	1
15459	Markleysburg	markleysburg	PA	051		39.7597	-79.46	4
15460	Martin	martin	PA	051		39.8065	-79.9098	4
15461	Masontown	masontown	PA	051		39.8424	-79.9003	4
15462	Melcroft	melcroft	PA	051		40.052	-79.3892	4
15463	Merrittstown	merrittstown	PA	051		39.8825	-79.8336	4
15464	Mill Run	mill-run	PA	051		39.968	-79.4622	4
15465	Mount Braddock	mount-braddock	PA	051		39.9321	-79.6522	4
15466	Newell	newell	PA	051		40.0751	-79.8943	4
15467	New Geneva	new-geneva	PA	051		39.7884	-79.9092	4
15468	New Salem	new-salem	PA	051		39.9242	-79.8356	4
15469	Normalville	normalville	PA	051		40.0418	-79.4151	4
15470	Ohiopyle	ohiopyle	PA	051		39.8507	-79.523	4
15472	Oliver	oliver	PA	051		39.9183	-79.7158	4
15473	Perryopolis	perryopolis	PA	051		40.0646	-79.7756	4
15474	Point Marion	point-marion	PA	051		39.7351	-79.899	4
15475	Republic	republic	PA	051		39.9626	-79.8767	4
15476	Ronco	ronco	PA	051		39.8697	-79.9206	4
15478	Smithfield	smithfield	PA	051		39.7923	-79.8127	4
15480	Smock	smock	PA	051		39.9961	-79.7678	4
15482	Star Junction	star-junction	PA	051		40.0651	-79.769	4
15484	Uledi	uledi	PA	051		39.8936	-79.7856	4
15486	Vanderbilt	vanderbilt	PA	051		40.0246	-79.6955	4
15488	Waltersburg	waltersburg	PA	051		39.9763	-79.7689	4
15489	West Leisenring	west-leisenring	PA	051		39.9561	-79.7007	4
15490	White	white	PA	051		40.0726	-79.4251	4
15492	Wickhaven	wickhaven	PA	051		40.1194	-79.7623	4
15631	Everson	everson	PA	051		40.0911	-79.5873	4
15828	Clarington	clarington	PA	053		41.3233	-79.1466	4
16217	Cooksburg	cooksburg	PA	053		41.3384	-79.1971	4
16239	Marienville	marienville	PA	053		41.4622	-79.1306	4
16321	East Hickory	east-hickory	PA	053		41.584	-79.4017	4
16322	Endeavor	endeavor	PA	053		41.5895	-79.385	4
16353	Tionesta	tionesta	PA	053		41.5116	-79.3663	4
16370	West Hickory	west-hickory	PA	053		41.5687	-79.4081	4
17201	Chambersburg	chambersburg	PA	055		39.9313	-77.6579	4
17202	Chambersburg	chambersburg	PA	055		39.9072	-77.636	4
17210	Amberson	amberson	PA	055		40.1704	-77.6772	4
17214	Blue Ridge Summit	blue-ridge-summit	PA	055		39.7399	-77.4707	4
17217	Concord	concord	PA	055		40.2252	-77.725	4
17219	Doylesburg	doylesburg	PA	055		40.2184	-77.6797	4
17220	Dry Run	dry-run	PA	055		40.1781	-77.7353	4
17221	Fannettsburg	fannettsburg	PA	055		40.0717	-77.821	4
17222	Fayetteville	fayetteville	PA	055		39.9065	-77.531	4
17224	Fort Loudon	fort-loudon	PA	055		39.9547	-77.8984	4
17225	Greencastle	greencastle	PA	055		39.7818	-77.747	4
17231	Lemasters	lemasters	PA	055		39.8594	-77.8579	4
17232	Lurgan	lurgan	PA	055		40.1055	-77.6405	4
17235	Marion	marion	PA	055		39.8587	-77.6981	4
17236	Mercersburg	mercersburg	PA	055		39.8195	-77.9073	4
17237	Mont Alto	mont-alto	PA	055		39.8417	-77.5537	4
17244	Orrstown	orrstown	PA	055		40.0731	-77.6398	4
17246	Pleasant Hall	pleasant-hall	PA	055		40.0531	-77.6539	4
17247	Quincy	quincy	PA	055		39.7995	-77.5811	4
17250	Rouzerville	rouzerville	PA	055		39.7364	-77.5247	4
17251	Roxbury	roxbury	PA	055		40.1104	-77.6619	4
17252	Saint Thomas	saint-thomas	PA	055		39.9241	-77.7908	4
17254	Scotland	scotland	PA	055		39.9696	-77.5848	4
17256	Shady Grove	shady-grove	PA	055		39.7834	-77.6749	4
17261	South Mountain	south-mountain	PA	055		39.8465	-77.4878	4
17262	Spring Run	spring-run	PA	055		40.1734	-77.7092	4
17263	State Line	state-line	PA	055		39.7248	-77.7186	4
17265	Upperstrasburg	upperstrasburg	PA	055		40.058	-77.7368	1
17268	Waynesboro	waynesboro	PA	055		39.7635	-77.5674	4
17271	Willow Hill	willow-hill	PA	055		40.1137	-77.7969	4
17272	Zullinger	zullinger	PA	055		39.7714	-77.627	4
15536	Crystal Spring	crystal-spring	PA	057		39.92	-78.2258	4
16689	Waterfall	waterfall	PA	057		40.1276	-78.0628	4
16691	Wells Tannery	wells-tannery	PA	057		40.101	-78.1403	4
17212	Big Cove Tannery	big-cove-tannery	PA	057		39.8127	-78.0645	4
17215	Burnt Cabins	burnt-cabins	PA	057		40.0753	-77.9017	4
17223	Fort Littleton	fort-littleton	PA	057		40.078	-77.9532	4
17228	Harrisonville	harrisonville	PA	057		39.9761	-78.0841	4
17229	Hustontown	hustontown	PA	057		40.0441	-78.0148	4
17233	Mc Connellsburg	mc-connellsburg	PA	057		39.9443	-77.9901	1
17238	Needmore	needmore	PA	057		39.8713	-78.1439	4
17267	Warfordsburg	warfordsburg	PA	057		39.7698	-78.1986	4
15310	Aleppo	aleppo	PA	059		39.8246	-80.4579	4
15315	Bobtown	bobtown	PA	059		39.7612	-79.9814	4
15316	Brave	brave	PA	059		39.7245	-80.2537	4
15320	Carmichaels	carmichaels	PA	059		39.8825	-79.971	4
15322	Clarksville	clarksville	PA	059		39.9667	-80.0452	4
15325	Crucible	crucible	PA	059		39.9502	-79.9676	4
15327	Dilliner	dilliner	PA	059		39.7555	-79.9771	4
15334	Garards Fort	garards-fort	PA	059		39.8083	-79.9679	4
15337	Graysville	graysville	PA	059		39.9092	-80.3952	4
15338	Greensboro	greensboro	PA	059		39.8045	-79.9399	4
15341	Holbrook	holbrook	PA	059		39.8489	-80.3385	4
15344	Jefferson	jefferson	PA	059		39.9334	-80.0503	4
15346	Mather	mather	PA	059		39.9354	-80.0753	4
15349	Mount Morris	mount-morris	PA	059		39.774	-80.0246	4
15351	Nemacolin	nemacolin	PA	059		39.8779	-79.9258	4
15352	New Freeport	new-freeport	PA	059		39.7507	-80.4542	4
15353	Nineveh	nineveh	PA	059		39.9615	-80.3078	4
15357	Rices Landing	rices-landing	PA	059		39.944	-79.9857	4
15359	Rogersville	rogersville	PA	059		39.8765	-80.2758	4
15362	Spraggs	spraggs	PA	059		39.7447	-80.2145	4
15364	Sycamore	sycamore	PA	059		39.9415	-80.2906	4
15370	Waynesburg	waynesburg	PA	059		39.8917	-80.1795	4
15380	Wind Ridge	wind-ridge	PA	059		39.8971	-80.4647	4
16611	Alexandria	alexandria	PA	061		40.5485	-78.0951	4
16621	Broad Top	broad-top	PA	061		40.2019	-78.1406	4
16622	Calvin	calvin	PA	061		40.3367	-78.0272	4
16623	Cassville	cassville	PA	061		40.294	-78.0272	4
16634	Dudley	dudley	PA	061		40.2054	-78.1814	4
16638	Entriken	entriken	PA	061		40.334	-78.1989	4
16647	Hesston	hesston	PA	061		40.4121	-78.1281	4
16652	Huntingdon	huntingdon	PA	061		40.5023	-78.005	4
16654	Huntingdon	huntingdon	PA	061		40.4848	-78.0103	4
16657	James Creek	james-creek	PA	061		40.3567	-78.1887	1
16660	Mc Connellstown	mc-connellstown	PA	061		40.4025	-77.967	1
16669	Petersburg	petersburg	PA	061		40.603	-77.9984	4
16674	Robertsdale	robertsdale	PA	061		40.1787	-78.1117	4
16683	Spruce Creek	spruce-creek	PA	061		40.6218	-78.1361	4
16685	Todd	todd	PA	061		40.271	-78.0772	4
16877	Warriors Mark	warriors-mark	PA	061		40.7414	-78.0775	4
17052	Mapleton Depot	mapleton-depot	PA	061		40.3864	-77.9604	1
17060	Mill Creek	mill-creek	PA	061		40.4679	-77.8967	4
17066	Mount Union	mount-union	PA	061		40.3901	-77.8637	4
17213	Blairs Mills	blairs-mills	PA	061		40.2548	-77.7695	4
17239	Neelyton	neelyton	PA	061		40.1371	-77.858	4
17243	Orbisonia	orbisonia	PA	061		40.2389	-77.9069	4
17249	Rockhill Furnace	rockhill-furnace	PA	061		40.2414	-77.8995	1
17253	Saltillo	saltillo	PA	061		40.2133	-78.0069	4
17255	Shade Gap	shade-gap	PA	061		40.173	-77.868	4
17260	Shirleysburg	shirleysburg	PA	061		40.2979	-77.8742	4
17264	Three Springs	three-springs	PA	061		40.1834	-77.9941	4
15681	Saltsburg	saltsburg	PA	063		40.5429	-79.3978	4
15701	Indiana	indiana	PA	063		40.6196	-79.1596	4
15705	Indiana	indiana	PA	063		40.6215	-79.1525	4
15710	Alverda	alverda	PA	063		40.6303	-78.857	4
15712	Arcadia	arcadia	PA	063		40.7817	-78.8536	4
15713	Aultman	aultman	PA	063		40.5698	-79.2617	4
15716	Black Lick	black-lick	PA	063		40.4725	-79.1869	4
15717	Blairsville	blairsville	PA	063		40.4413	-79.2533	4
15720	Brush Valley	brush-valley	PA	063		40.5292	-79.0846	4
15723	Chambersville	chambersville	PA	063		40.7056	-79.1615	4
15724	Cherry Tree	cherry-tree	PA	063		40.7554	-78.8474	4
15725	Clarksburg	clarksburg	PA	063		40.5039	-79.3677	4
15727	Clune	clune	PA	063		40.5503	-79.3237	1
15728	Clymer	clymer	PA	063		40.6688	-79.0119	4
15729	Commodore	commodore	PA	063		40.7016	-78.9134	4
15731	Coral	coral	PA	063		40.4992	-79.1739	4
15732	Creekside	creekside	PA	063		40.7199	-79.2014	4
15734	Dixonville	dixonville	PA	063		40.7165	-79.007	4
15739	Ernest	ernest	PA	063		40.678	-79.1657	4
15741	Gipsy	gipsy	PA	063		40.8073	-78.8764	4
15742	Glen Campbell	glen-campbell	PA	063		40.8508	-78.8555	4
15745	Heilwood	heilwood	PA	063		40.6207	-78.9186	4
15746	Hillsdale	hillsdale	PA	063		40.7517	-78.885	4
15747	Home	home	PA	063		40.7834	-79.1641	4
15748	Homer City	homer-city	PA	063		40.5245	-79.0843	4
15750	Josephine	josephine	PA	063		40.4828	-79.185	4
15752	Kent	kent	PA	063		40.5412	-79.282	1
15754	Lucernemines	lucernemines	PA	063		40.5567	-79.1515	1
15756	Mc Intyre	mc-intyre	PA	063		40.5684	-79.2999	1
15758	Marchand	marchand	PA	063		40.8576	-79.0228	4
15759	Marion Center	marion-center	PA	063		40.7814	-79.0252	4
15761	Mentcle	mentcle	PA	063		40.6373	-78.8823	4
15763	Northpoint	northpoint	PA	063		40.9037	-79.1257	1
15765	Penn Run	penn-run	PA	063		40.6213	-78.9943	4
15771	Rochester Mills	rochester-mills	PA	063		40.8308	-78.9892	4
15772	Rossiter	rossiter	PA	063		40.8846	-78.9414	4
15777	Starford	starford	PA	063		40.7027	-78.9588	4
15783	West Lebanon	west-lebanon	PA	063		40.6026	-79.3537	4
15920	Armagh	armagh	PA	063		40.4603	-79.0097	4
15929	Dilltown	dilltown	PA	063		40.4665	-79.0025	4
15949	Robinson	robinson	PA	063		40.4042	-79.1395	4
15957	Strongstown	strongstown	PA	063		40.5727	-78.9	4
16211	Beyer	beyer	PA	063		40.7865	-79.2011	4
16246	Plumville	plumville	PA	063		40.7931	-79.1806	4
16256	Smicksburg	smicksburg	PA	063		40.8372	-79.1614	4
15711	Anita	anita	PA	065		41.0018	-78.9666	4
15715	Big Run	big-run	PA	065		40.9704	-78.8758	4
15730	Coolspring	coolspring	PA	065		41.0431	-79.0836	4
15733	De Lancey	de-lancey	PA	065		41.1411	-78.9629	1
15744	Hamilton	hamilton	PA	065		40.9233	-79.0831	4
15764	Oliveburg	oliveburg	PA	065		40.9926	-79.0291	4
15767	Punxsutawney	punxsutawney	PA	065		40.9479	-78.9681	4
15770	Ringgold	ringgold	PA	065		40.9997	-79.1766	4
15776	Sprankle Mills	sprankle-mills	PA	065		41.0133	-79.114	4
15778	Timblin	timblin	PA	065		40.9684	-79.2014	4
15780	Valier	valier	PA	065		40.9159	-79.0448	4
15781	Walston	walston	PA	065		40.9651	-78.9948	4
15784	Worthville	worthville	PA	065		41.0238	-79.1387	4
15824	Brockway	brockway	PA	065		41.2406	-78.8116	4
15825	Brookville	brookville	PA	065		41.1627	-79.0816	4
15829	Corsica	corsica	PA	065		41.1762	-79.1976	4
15840	Falls Creek	falls-creek	PA	065		41.1455	-78.8128	4
15847	Knox Dale	knox-dale	PA	065		41.0862	-79.0264	4
15851	Reynoldsville	reynoldsville	PA	065		41.097	-78.8886	4
15860	Sigel	sigel	PA	065		41.3099	-79.054	4
15863	Stump Creek	stump-creek	PA	065		41.0126	-78.8373	4
15864	Summerville	summerville	PA	065		41.1058	-79.1726	4
15865	Sykesville	sykesville	PA	065		41.0514	-78.8195	4
17014	Cocolamus	cocolamus	PA	067		40.6479	-77.2125	4
17021	East Waterford	east-waterford	PA	067		40.3542	-77.6528	4
17035	Honey Grove	honey-grove	PA	067		40.4309	-77.5761	4
17049	Mc Alisterville	mc-alisterville	PA	067		40.6469	-77.2602	1
17056	Mexico	mexico	PA	067		40.5373	-77.3543	4
17058	Mifflin	mifflin	PA	067		40.5695	-77.4028	4
17059	Mifflintown	mifflintown	PA	067		40.5727	-77.3761	4
17076	Oakland Mills	oakland-mills	PA	067		40.6147	-77.3192	4
17082	Port Royal	port-royal	PA	067		40.5107	-77.431	4
17086	Richfield	richfield	PA	067		40.6884	-77.1223	4
17094	Thompsontown	thompsontown	PA	067		40.5908	-77.2076	4
18403	Archbald	archbald	PA	069		41.4876	-75.5334	4
18407	Carbondale	carbondale	PA	069		41.5831	-75.5056	4
18410	Chinchilla	chinchilla	PA	069		41.4865	-75.6933	4
18411	Clarks Summit	clarks-summit	PA	069		41.4878	-75.7057	4
18414	Dalton	dalton	PA	069		41.5395	-75.7037	4
18416	Elmhurst	elmhurst	PA	069		41.3756	-75.548	4
18420	Fleetville	fleetville	PA	069		41.5981	-75.7146	4
18433	Jermyn	jermyn	PA	069		41.5744	-75.5881	4
18434	Jessup	jessup	PA	069		41.4724	-75.5689	4
18440	La Plume	la-plume	PA	069		41.5516	-75.7676	4
18444	Moscow	moscow	PA	069		41.3432	-75.5301	4
18447	Olyphant	olyphant	PA	069		41.4677	-75.6015	4
18448	Olyphant	olyphant	PA	069		41.4649	-75.5962	4
18452	Peckville	peckville	PA	069		41.4821	-75.5899	4
18471	Waverly	waverly	PA	069		41.5238	-75.6906	4
18501	Scranton	scranton	PA	069		41.4019	-75.6376	4
18502	Scranton	scranton	PA	069		41.4092	-75.6649	4
18503	Scranton	scranton	PA	069		41.4095	-75.6642	4
18504	Scranton	scranton	PA	069		41.4128	-75.6861	4
18505	Scranton	scranton	PA	069		41.3914	-75.6657	4
18507	Moosic	moosic	PA	069		41.3554	-75.6805	4
18508	Scranton	scranton	PA	069		41.4389	-75.6625	4
18509	Scranton	scranton	PA	069		41.4274	-75.6465	4
18510	Scranton	scranton	PA	069		41.408	-75.6484	4
18512	Scranton	scranton	PA	069		41.435	-75.6103	4
18515	Scranton	scranton	PA	069		41.4035	-75.7065	4
18517	Taylor	taylor	PA	069		41.3904	-75.7158	4
18518	Old Forge	old-forge	PA	069		41.3701	-75.7391	4
18519	Scranton	scranton	PA	069		41.4092	-75.6649	4
18540	Scranton	scranton	PA	069		41.4019	-75.6376	4
18577	Scranton	scranton	PA	069		41.4019	-75.6376	4
18653	Ransom	ransom	PA	069		41.3945	-75.8242	4
17022	Elizabethtown	elizabethtown	PA	071		40.1553	-76.6025	4
17501	Akron	akron	PA	071		40.1573	-76.2042	4
17502	Bainbridge	bainbridge	PA	071		40.1086	-76.6726	4
17503	Bart	bart	PA	071		40.0185	-76.2976	1
17504	Bausman	bausman	PA	071		40.024	-76.3281	4
17505	Bird In Hand	bird-in-hand	PA	071		40.0561	-76.183	4
17506	Blue Ball	blue-ball	PA	071		40.1173	-76.0524	4
17507	Bowmansville	bowmansville	PA	071		40.1966	-76.016	4
17508	Brownstown	brownstown	PA	071		40.124	-76.2176	4
17509	Christiana	christiana	PA	071		39.904	-76.0401	4
17512	Columbia	columbia	PA	071		40.0391	-76.4862	4
17516	Conestoga	conestoga	PA	071		39.9403	-76.3575	4
17517	Denver	denver	PA	071		40.2297	-76.1157	4
17518	Drumore	drumore	PA	071		39.8183	-76.2499	4
17519	East Earl	east-earl	PA	071		40.1395	-76.0276	4
17520	East Petersburg	east-petersburg	PA	071		40.1008	-76.3512	4
17521	Elm	elm	PA	071		40.2044	-76.3464	4
17522	Ephrata	ephrata	PA	071		40.1756	-76.1821	4
17527	Gap	gap	PA	071		40.002	-75.9978	4
17528	Goodville	goodville	PA	071		40.1257	-76.0033	4
17529	Gordonville	gordonville	PA	071		40.0353	-76.1106	4
17532	Holtwood	holtwood	PA	071		39.8631	-76.3008	4
17533	Hopeland	hopeland	PA	071		40.2339	-76.2607	4
17534	Intercourse	intercourse	PA	071		40.0367	-76.1069	4
17535	Kinzers	kinzers	PA	071		40.0053	-76.0493	4
17536	Kirkwood	kirkwood	PA	071		39.8257	-76.0933	4
17537	Lampeter	lampeter	PA	071		39.9885	-76.2387	4
17538	Landisville	landisville	PA	071		40.0892	-76.4156	4
17540	Leola	leola	PA	071		40.0964	-76.1921	4
17543	Lititz	lititz	PA	071		40.1846	-76.3015	4
17545	Manheim	manheim	PA	071		40.1702	-76.4168	4
17547	Marietta	marietta	PA	071		40.0664	-76.5645	4
17549	Martindale	martindale	PA	071		40.1545	-76.0876	4
17550	Maytown	maytown	PA	071		40.0754	-76.5822	4
17551	Millersville	millersville	PA	071		39.9982	-76.3566	4
17552	Mount Joy	mount-joy	PA	071		40.1083	-76.5103	4
17554	Mountville	mountville	PA	071		40.0427	-76.4277	4
17555	Narvon	narvon	PA	071		40.1252	-75.9756	4
17557	New Holland	new-holland	PA	071		40.1005	-76.0801	4
17560	New Providence	new-providence	PA	071		39.9098	-76.2243	4
17562	Paradise	paradise	PA	071		39.9852	-76.1081	4
17563	Peach Bottom	peach-bottom	PA	071		39.7705	-76.1791	4
17564	Penryn	penryn	PA	071		40.0185	-76.2976	4
17565	Pequea	pequea	PA	071		39.9058	-76.3209	4
17566	Quarryville	quarryville	PA	071		39.8949	-76.1465	4
17567	Reamstown	reamstown	PA	071		40.2099	-76.1164	4
17568	Refton	refton	PA	071		39.9469	-76.2322	4
17569	Reinholds	reinholds	PA	071		40.2688	-76.1013	4
17570	Rheems	rheems	PA	071		40.1301	-76.5705	4
17572	Ronks	ronks	PA	071		40.0208	-76.1661	4
17573	Ronks	ronks	PA	071		40.0262	-76.1686	4
17575	Silver Spring	silver-spring	PA	071		40.0647	-76.4343	4
17576	Smoketown	smoketown	PA	071		40.0376	-76.1969	4
17578	Stevens	stevens	PA	071		40.2194	-76.1626	4
17579	Strasburg	strasburg	PA	071		39.9701	-76.1848	4
17580	Talmage	talmage	PA	071		40.1168	-76.2131	4
17581	Terre Hill	terre-hill	PA	071		40.1585	-76.0511	4
17582	Washington Boro	washington-boro	PA	071		39.9881	-76.4402	4
17583	West Willow	west-willow	PA	071		39.9723	-76.2873	4
17584	Willow Street	willow-street	PA	071		39.967	-76.2752	4
17585	Witmer	witmer	PA	071		40.0484	-76.2114	4
17601	Lancaster	lancaster	PA	071		40.0766	-76.3107	4
17602	Lancaster	lancaster	PA	071		40.0335	-76.2844	4
17603	Lancaster	lancaster	PA	071		40.0091	-76.3671	4
17604	Lancaster	lancaster	PA	071		40.0651	-76.3356	4
17605	Lancaster	lancaster	PA	071		40.0185	-76.2976	4
17606	Lancaster	lancaster	PA	071		40.1102	-76.3054	4
17607	Lancaster	lancaster	PA	071		40.0185	-76.2976	4
17608	Lancaster	lancaster	PA	071		40.0185	-76.2976	4
17611	Lancaster	lancaster	PA	071		40.0379	-76.3055	4
17622	Lancaster	lancaster	PA	071		40.0418	-76.3012	4
17699	Lancaster	lancaster	PA	071		40.0185	-76.2976	4
19501	Adamstown	adamstown	PA	071		40.2423	-76.0577	4
16101	New Castle	new-castle	PA	073		40.9922	-80.3284	4
16102	New Castle	new-castle	PA	073		40.9677	-80.3907	4
16103	New Castle	new-castle	PA	073		40.9897	-80.3084	4
16105	New Castle	new-castle	PA	073		41.0241	-80.3454	4
16107	New Castle	new-castle	PA	073		40.9897	-80.3084	4
16108	New Castle	new-castle	PA	073		40.9897	-80.3084	4
16112	Bessemer	bessemer	PA	073		40.9755	-80.4937	4
16116	Edinburg	edinburg	PA	073		41.0276	-80.4632	4
16117	Ellwood City	ellwood-city	PA	073		40.8729	-80.2559	4
16120	Enon Valley	enon-valley	PA	073		40.8721	-80.4612	4
16132	Hillsville	hillsville	PA	073		41.0113	-80.4975	4
16140	New Bedford	new-bedford	PA	073		41.0973	-80.5048	4
16142	New Wilmington	new-wilmington	PA	073		41.1382	-80.3245	4
16143	Pulaski	pulaski	PA	073		41.0942	-80.4685	4
16155	Villa Maria	villa-maria	PA	073		41.0737	-80.5073	4
16156	Volant	volant	PA	073		41.0938	-80.2441	4
16157	Wampum	wampum	PA	073		40.8819	-80.3392	4
16160	West Pittsburg	west-pittsburg	PA	073		40.9301	-80.3611	4
16172	New Wilmington	new-wilmington	PA	073		41.12	-80.3332	4
17003	Annville	annville	PA	075		40.3456	-76.5447	4
17010	Campbelltown	campbelltown	PA	075		40.2776	-76.5852	4
17016	Cornwall	cornwall	PA	075		40.2755	-76.4053	4
17026	Fredericksburg	fredericksburg	PA	075		40.4524	-76.4267	4
17038	Jonestown	jonestown	PA	075		40.4361	-76.5038	4
17039	Kleinfeltersville	kleinfeltersville	PA	075		40.3005	-76.2584	4
17041	Lawn	lawn	PA	075		40.2236	-76.538	4
17042	Lebanon	lebanon	PA	075		40.3316	-76.3976	4
17046	Lebanon	lebanon	PA	075		40.3812	-76.4368	4
17064	Mount Gretna	mount-gretna	PA	075		40.2476	-76.4711	4
17067	Myerstown	myerstown	PA	075		40.3789	-76.3143	4
17073	Newmanstown	newmanstown	PA	075		40.3495	-76.2133	4
17077	Ono	ono	PA	075		40.4029	-76.5347	4
17078	Palmyra	palmyra	PA	075		40.3011	-76.5886	4
17083	Quentin	quentin	PA	075		40.2796	-76.4397	4
17085	Rexmont	rexmont	PA	075		40.2771	-76.3857	4
17087	Richland	richland	PA	075		40.3806	-76.2654	4
17088	Schaefferstown	schaefferstown	PA	075		40.2984	-76.2944	4
18011	Alburtis	alburtis	PA	077		40.5145	-75.6029	4
18025	Bethlehem	bethlehem	PA	077		40.6259	-75.3705	1
18031	Breinigsville	breinigsville	PA	077		40.5526	-75.6553	4
18032	Catasauqua	catasauqua	PA	077		40.6557	-75.4693	4
18034	Center Valley	center-valley	PA	077		40.5396	-75.4242	4
18036	Coopersburg	coopersburg	PA	077		40.5076	-75.3888	4
18037	Coplay	coplay	PA	077		40.6701	-75.4955	4
18046	East Texas	east-texas	PA	077		40.5476	-75.5613	4
18049	Emmaus	emmaus	PA	077		40.5293	-75.501	4
18051	Fogelsville	fogelsville	PA	077		40.593	-75.6568	4
18052	Whitehall	whitehall	PA	077		40.6567	-75.5041	4
18053	Germansville	germansville	PA	077		40.7118	-75.7147	4
18059	Laurys Station	laurys-station	PA	077		40.7177	-75.5335	4
18060	Limeport	limeport	PA	077		40.509	-75.4471	4
18062	Macungie	macungie	PA	077		40.5285	-75.5666	4
18065	Neffs	neffs	PA	077		40.6967	-75.6116	4
18066	New Tripoli	new-tripoli	PA	077		40.6545	-75.7417	4
18068	Old Zionsville	old-zionsville	PA	077		40.4865	-75.5202	4
18069	Orefield	orefield	PA	077		40.6248	-75.5974	4
18078	Schnecksville	schnecksville	PA	077		40.6819	-75.6239	4
18079	Slatedale	slatedale	PA	077		40.7455	-75.6592	4
18080	Slatington	slatington	PA	077		40.7345	-75.6186	4
18087	Trexlertown	trexlertown	PA	077		40.5482	-75.5961	4
18092	Zionsville	zionsville	PA	077		40.4734	-75.5261	4
18098	Emmaus	emmaus	PA	077		40.5395	-75.4969	4
18099	Emmaus	emmaus	PA	077		40.5395	-75.4969	4
18101	Allentown	allentown	PA	077		40.6026	-75.4691	4
18102	Allentown	allentown	PA	077		40.6068	-75.4781	4
18103	Allentown	allentown	PA	077		40.5891	-75.4645	4
18104	Allentown	allentown	PA	077		40.6018	-75.5225	4
18105	Allentown	allentown	PA	077		40.6084	-75.4902	4
18106	Allentown	allentown	PA	077		40.5824	-75.5911	4
18109	Allentown	allentown	PA	077		40.6366	-75.4405	4
18195	Allentown	allentown	PA	077		40.5843	-75.6248	4
18201	Hazleton	hazleton	PA	079		40.9488	-75.9563	4
18202	Hazleton	hazleton	PA	079		40.9506	-76.0487	4
18219	Conyngham	conyngham	PA	079		40.9907	-76.0564	4
18221	Drifton	drifton	PA	079		41.0016	-75.9057	4
18222	Drums	drums	PA	079		41.0255	-75.9768	4
18223	Ebervale	ebervale	PA	079		40.9862	-75.9413	4
18224	Freeland	freeland	PA	079		41.0196	-75.888	4
18225	Harleigh	harleigh	PA	079		40.9806	-75.9713	4
18234	Lattimer Mines	lattimer-mines	PA	079		40.9925	-75.9626	1
18239	Milnesville	milnesville	PA	079		40.9961	-75.9815	4
18246	Rock Glen	rock-glen	PA	079		40.9654	-76.1844	4
18247	Saint Johns	saint-johns	PA	079		41.0281	-76.006	4
18249	Sugarloaf	sugarloaf	PA	079		40.9971	-76.0717	1
18251	Sybertsville	sybertsville	PA	079		41.0015	-76.0763	4
18256	Weston	weston	PA	079		40.9448	-76.1452	4
18601	Beach Haven	beach-haven	PA	079		41.0684	-76.1758	4
18602	Bear Creek	bear-creek	PA	079		41.1922	-75.7161	1
18611	Cambra	cambra	PA	079		41.1981	-76.3058	4
18612	Dallas	dallas	PA	079		41.3494	-75.9834	4
18617	Glen Lyon	glen-lyon	PA	079		41.1746	-76.0746	4
18618	Harveys Lake	harveys-lake	PA	079		41.3592	-76.0451	4
18621	Hunlock Creek	hunlock-creek	PA	079		41.2459	-76.0879	4
18622	Huntington Mills	huntington-mills	PA	079		41.1906	-76.2335	4
18627	Lehman	lehman	PA	079		41.3166	-76.021	4
18634	Nanticoke	nanticoke	PA	079		41.1963	-76.0044	4
18635	Nescopeck	nescopeck	PA	079		41.0469	-76.1981	4
18640	Pittston	pittston	PA	079		41.3175	-75.7885	4
18641	Pittston	pittston	PA	079		41.3361	-75.7304	4
18642	Duryea	duryea	PA	079		41.3486	-75.7611	4
18643	Pittston	pittston	PA	079		41.3665	-75.8362	4
18644	Wyoming	wyoming	PA	079		41.3197	-75.8541	4
18651	Plymouth	plymouth	PA	079		41.2458	-75.9481	4
18654	Shawanese	shawanese	PA	079		41.3501	-76.0319	4
18655	Shickshinny	shickshinny	PA	079		41.1513	-76.1081	4
18656	Sweet Valley	sweet-valley	PA	079		41.3066	-76.1339	4
18660	Wapwallopen	wapwallopen	PA	079		41.068	-76.0857	4
18661	White Haven	white-haven	PA	079		41.079	-75.7715	4
18690	Dallas	dallas	PA	079		41.3362	-75.9633	4
18701	Wilkes Barre	wilkes-barre	PA	079		41.2436	-75.885	4
18702	Wilkes Barre	wilkes-barre	PA	079		41.2208	-75.7736	4
18703	Wilkes Barre	wilkes-barre	PA	079		41.2421	-75.8857	4
18704	Kingston	kingston	PA	079		41.2742	-75.8903	4
18705	Wilkes Barre	wilkes-barre	PA	079		41.2689	-75.8453	4
18706	Wilkes Barre	wilkes-barre	PA	079		41.2044	-75.9113	4
18707	Mountain Top	mountain-top	PA	079		41.135	-75.9376	4
18708	Shavertown	shavertown	PA	079		41.2998	-75.9711	4
18709	Luzerne	luzerne	PA	079		41.2843	-75.8935	4
18710	Wilkes Barre	wilkes-barre	PA	079		41.2722	-75.8801	4
18711	Wilkes Barre	wilkes-barre	PA	079		41.2722	-75.8801	4
18762	Wilkes Barre	wilkes-barre	PA	079		41.2722	-75.8801	4
18764	Wilkes Barre	wilkes-barre	PA	079		41.2722	-75.8801	4
18765	Wilkes Barre	wilkes-barre	PA	079		41.2722	-75.8801	4
18766	Wilkes Barre	wilkes-barre	PA	079		41.2448	-75.8896	4
18767	Wilkes Barre	wilkes-barre	PA	079		41.2722	-75.8801	4
18769	Wilkes Barre	wilkes-barre	PA	079		41.2722	-75.8801	4
18773	Wilkes Barre	wilkes-barre	PA	079		41.2722	-75.8801	4
17701	Williamsport	williamsport	PA	081		41.2412	-77.0011	4
17702	Williamsport	williamsport	PA	081		41.1943	-77.0547	4
17703	Williamsport	williamsport	PA	081		41.2412	-77.0011	4
17705	Williamsport	williamsport	PA	081		41.3327	-77.0236	4
17720	Antes Fort	antes-fort	PA	081		41.1865	-77.2184	4
17723	Jersey Shore	jersey-shore	PA	081		41.432	-77.4562	4
17727	Cedar Run	cedar-run	PA	081		41.5299	-77.4917	4
17728	Cogan Station	cogan-station	PA	081		41.3152	-77.069	1
17737	Hughesville	hughesville	PA	081		41.256	-76.7141	4
17739	Jersey Mills	jersey-mills	PA	081		41.3573	-77.4066	4
17740	Jersey Shore	jersey-shore	PA	081		41.247	-77.2706	4
17742	Lairdsville	lairdsville	PA	081		41.2359	-76.605	4
17744	Linden	linden	PA	081		41.2472	-77.1527	4
17752	Montgomery	montgomery	PA	081		41.1788	-76.8839	4
17754	Montoursville	montoursville	PA	081		41.2663	-76.903	4
17756	Muncy	muncy	PA	081		41.2137	-76.7633	4
17762	Picture Rocks	picture-rocks	PA	081		41.2798	-76.713	4
17763	Ralston	ralston	PA	081		41.5038	-76.9583	4
17769	Slate Run	slate-run	PA	081		41.4728	-77.5016	4
17771	Trout Run	trout-run	PA	081		41.4125	-77.0098	4
17774	Unityville	unityville	PA	081		41.2436	-76.5183	4
17776	Waterville	waterville	PA	081		41.3114	-77.3604	4
16333	Ludlow	ludlow	PA	083		41.7284	-78.9434	4
16701	Bradford	bradford	PA	083		41.9547	-78.654	4
16724	Crosby	crosby	PA	083		41.7451	-78.3903	4
16725	Custer City	custer-city	PA	083		41.9059	-78.6517	4
16726	Cyclone	cyclone	PA	083		41.8186	-78.5957	4
16727	Derrick City	derrick-city	PA	083		41.9726	-78.5626	4
16729	Duke Center	duke-center	PA	083		41.954	-78.4923	4
16730	East Smethport	east-smethport	PA	083		41.8087	-78.4195	4
16731	Eldred	eldred	PA	083		41.9489	-78.3884	4
16732	Gifford	gifford	PA	083		41.8581	-78.5964	4
16733	Hazel Hurst	hazel-hurst	PA	083		41.7059	-78.5825	4
16735	Kane	kane	PA	083		41.6619	-78.7978	4
16738	Lewis Run	lewis-run	PA	083		41.8211	-78.6805	4
16740	Mount Jewett	mount-jewett	PA	083		41.7247	-78.6446	4
16743	Port Allegany	port-allegany	PA	083		41.8169	-78.2799	4
16744	Rew	rew	PA	083		41.9015	-78.5392	4
16745	Rixford	rixford	PA	083		41.9262	-78.4942	4
16749	Smethport	smethport	PA	083		41.8021	-78.4702	4
16750	Turtlepoint	turtlepoint	PA	083		41.8847	-78.3308	4
16113	Clark	clark	PA	085		41.2866	-80.4237	4
16114	Clarks Mills	clarks-mills	PA	085		41.3931	-80.1837	4
16121	Farrell	farrell	PA	085		41.211	-80.4944	4
16124	Fredonia	fredonia	PA	085		41.3241	-80.2699	4
16125	Greenville	greenville	PA	085		41.4057	-80.3739	4
16127	Grove City	grove-city	PA	085		41.1607	-80.0841	4
16130	Hadley	hadley	PA	085		41.4432	-80.2153	4
16133	Jackson Center	jackson-center	PA	085		41.2801	-80.1037	4
16134	Jamestown	jamestown	PA	085		41.4566	-80.4492	4
16137	Mercer	mercer	PA	085		41.2325	-80.234	4
16145	Sandy Lake	sandy-lake	PA	085		41.3383	-80.0497	4
16146	Sharon	sharon	PA	085		41.2316	-80.4993	4
16148	Hermitage	hermitage	PA	085		41.2326	-80.453	4
16150	Sharpsville	sharpsville	PA	085		41.2676	-80.4656	4
16151	Sheakleyville	sheakleyville	PA	085		41.4435	-80.2055	4
16153	Stoneboro	stoneboro	PA	085		41.3439	-80.0976	4
16154	Transfer	transfer	PA	085		41.3244	-80.4197	4
16159	West Middlesex	west-middlesex	PA	085		41.1741	-80.4528	4
16161	Wheatland	wheatland	PA	085		41.2009	-80.4978	4
16311	Carlton	carlton	PA	085		41.4815	-80.0203	4
17002	Allensville	allensville	PA	087		40.5075	-77.8392	4
17004	Belleville	belleville	PA	087		40.6016	-77.7358	4
17009	Burnham	burnham	PA	087		40.6361	-77.5625	4
17029	Granville	granville	PA	087		40.5537	-77.6255	4
17044	Lewistown	lewistown	PA	087		40.5994	-77.5756	4
17051	Mc Veytown	mc-veytown	PA	087		40.5046	-77.7186	1
17054	Mattawana	mattawana	PA	087		40.496	-77.7237	4
17063	Milroy	milroy	PA	087		40.7203	-77.5567	4
17075	Newton Hamilton	newton-hamilton	PA	087		40.3931	-77.8316	4
17084	Reedsville	reedsville	PA	087		40.6722	-77.6116	4
17099	Yeagertown	yeagertown	PA	087		40.6431	-77.5805	4
18058	Kunkletown	kunkletown	PA	089		40.8999	-75.476	4
18301	East Stroudsburg	east-stroudsburg	PA	089		41.0367	-75.1735	4
18320	Analomink	analomink	PA	089		41.0712	-75.2364	4
18321	Bartonsville	bartonsville	PA	089		41.008	-75.2967	4
18322	Brodheadsville	brodheadsville	PA	089		40.9309	-75.4104	4
18323	Buck Hill Falls	buck-hill-falls	PA	089		41.1879	-75.2657	4
18325	Canadensis	canadensis	PA	089		41.2338	-75.2573	4
18326	Cresco	cresco	PA	089		41.154	-75.2805	4
18327	Delaware Water Gap	delaware-water-gap	PA	089		40.9793	-75.143	4
18330	Effort	effort	PA	089		40.9669	-75.4523	4
18331	Gilbert	gilbert	PA	089		40.9089	-75.4314	4
18332	Henryville	henryville	PA	089		41.0889	-75.2798	4
18333	Kresgeville	kresgeville	PA	089		40.8982	-75.5074	4
18334	Long Pond	long-pond	PA	089		41.0677	-75.4482	4
18335	Marshalls Creek	marshalls-creek	PA	089		41.0508	-75.2083	4
18341	Minisink Hills	minisink-hills	PA	089		41.0004	-75.1371	4
18342	Mountainhome	mountainhome	PA	089		41.1737	-75.271	4
18344	Mount Pocono	mount-pocono	PA	089		41.1216	-75.3529	4
18346	Pocono Summit	pocono-summit	PA	089		41.1353	-75.4079	4
18347	Pocono Lake	pocono-lake	PA	089		41.1187	-75.5559	4
18348	Pocono Lake Preserve	pocono-lake-preserve	PA	089		41.0338	-75.308	1
18349	Pocono Manor	pocono-manor	PA	089		41.1001	-75.3588	4
18350	Pocono Pines	pocono-pines	PA	089		41.1054	-75.476	4
18352	Reeders	reeders	PA	089		41.019	-75.336	4
18353	Saylorsburg	saylorsburg	PA	089		40.8965	-75.367	4
18354	Sciota	sciota	PA	089		40.9257	-75.325	4
18355	Scotrun	scotrun	PA	089		41.0751	-75.3265	4
18356	Shawnee On Delaware	shawnee-on-delaware	PA	089		41.0123	-75.1107	4
18357	Skytop	skytop	PA	089		41.2336	-75.2389	4
18360	Stroudsburg	stroudsburg	PA	089		40.9877	-75.2485	4
18370	Swiftwater	swiftwater	PA	089		41.0879	-75.3483	4
18372	Tannersville	tannersville	PA	089		41.0472	-75.3244	4
18466	Tobyhanna	tobyhanna	PA	089		41.1836	-75.3918	4
18610	Blakeslee	blakeslee	PA	089		41.0485	-75.5343	4
18041	East Greenville	east-greenville	PA	091		40.4119	-75.5056	4
18054	Green Lane	green-lane	PA	091		40.3534	-75.4351	4
18070	Palm	palm	PA	091		40.4317	-75.5331	4
18073	Pennsburg	pennsburg	PA	091		40.3911	-75.4866	4
18074	Perkiomenville	perkiomenville	PA	091		40.3157	-75.5022	4
18076	Red Hill	red-hill	PA	091		40.3758	-75.4846	4
18084	Sumneytown	sumneytown	PA	091		40.3278	-75.454	4
18915	Colmar	colmar	PA	091		40.2728	-75.2563	4
18918	Earlington	earlington	PA	091		40.32	-75.3742	4
18924	Franconia	franconia	PA	091		40.3081	-75.3586	4
18936	Montgomeryville	montgomeryville	PA	091		40.2241	-75.231	4
18957	Salford	salford	PA	091		40.3029	-75.4486	4
18958	Salfordville	salfordville	PA	091		40.2904	-75.4355	4
18964	Souderton	souderton	PA	091		40.2884	-75.341	4
18969	Telford	telford	PA	091		40.3205	-75.352	4
18971	Tylersport	tylersport	PA	091		40.347	-75.377	4
18979	Woxall	woxall	PA	091		40.3107	-75.4488	4
19001	Abington	abington	PA	091		40.1238	-75.1148	4
19002	Ambler	ambler	PA	091		40.1809	-75.2156	4
19004	Bala Cynwyd	bala-cynwyd	PA	091		40.0118	-75.2342	4
19006	Huntingdon Valley	huntingdon-valley	PA	091		40.1284	-75.0607	4
19009	Bryn Athyn	bryn-athyn	PA	091		40.135	-75.0623	4
19012	Cheltenham	cheltenham	PA	091		40.0603	-75.1048	4
19025	Dresher	dresher	PA	091		40.1431	-75.1624	4
19027	Elkins Park	elkins-park	PA	091		40.075	-75.1315	4
19031	Flourtown	flourtown	PA	091		40.1068	-75.2115	4
19034	Fort Washington	fort-washington	PA	091		40.1386	-75.2022	4
19035	Gladwyne	gladwyne	PA	091		40.0451	-75.2821	4
19038	Glenside	glenside	PA	091		40.1096	-75.155	4
19040	Hatboro	hatboro	PA	091		40.1785	-75.1072	4
19044	Horsham	horsham	PA	091		40.1821	-75.1479	4
19046	Jenkintown	jenkintown	PA	091		40.098	-75.1078	4
19066	Merion Station	merion-station	PA	091		40.003	-75.2503	1
19072	Narberth	narberth	PA	091		40.0177	-75.2594	4
19075	Oreland	oreland	PA	091		40.1132	-75.1869	4
19090	Willow Grove	willow-grove	PA	091		40.1567	-75.1269	4
19095	Wyncote	wyncote	PA	091		40.0867	-75.1524	4
19096	Wynnewood	wynnewood	PA	091		40	-75.276	4
19126	Philadelphia	philadelphia	PA	091		40.0568	-75.1379	4
19401	Norristown	norristown	PA	091		40.1245	-75.3304	4
19403	Norristown	norristown	PA	091		40.1496	-75.3796	4
19404	Norristown	norristown	PA	091		40.2119	-75.3559	4
19405	Bridgeport	bridgeport	PA	091		40.103	-75.3402	4
19406	King Of Prussia	king-of-prussia	PA	091		40.0956	-75.3737	4
19407	Audubon	audubon	PA	091		40.2119	-75.3559	4
19408	Eagleville	eagleville	PA	091		40.1566	-75.4131	4
19409	Fairview Village	fairview-village	PA	091		40.1579	-75.3871	4
19415	Eagleville	eagleville	PA	091		40.1572	-75.406	4
19422	Blue Bell	blue-bell	PA	091		40.1576	-75.2799	4
19423	Cedars	cedars	PA	091		40.2174	-75.365	4
19424	Blue Bell	blue-bell	PA	091		40.1523	-75.2663	4
19426	Collegeville	collegeville	PA	091		40.1913	-75.4373	4
19428	Conshohocken	conshohocken	PA	091		40.0825	-75.3044	4
19429	Conshohocken	conshohocken	PA	091		40.0793	-75.3016	4
19430	Creamery	creamery	PA	091		40.1851	-75.42	4
19435	Frederick	frederick	PA	091		40.3275	-75.5692	4
19436	Gwynedd	gwynedd	PA	091		40.2021	-75.2507	4
19437	Gwynedd Valley	gwynedd-valley	PA	091		40.1811	-75.2579	4
19438	Harleysville	harleysville	PA	091		40.2659	-75.3883	4
19440	Hatfield	hatfield	PA	091		40.2778	-75.2975	4
09353	APO AE	apo-ae				50.0826	8.2493	
19441	Harleysville	harleysville	PA	091		40.2795	-75.3871	4
19443	Kulpsville	kulpsville	PA	091		40.241	-75.3439	4
19444	Lafayette Hill	lafayette-hill	PA	091		40.0896	-75.2601	1
19446	Lansdale	lansdale	PA	091		40.2378	-75.2955	4
19450	Lederach	lederach	PA	091		40.2119	-75.3559	4
19451	Mainland	mainland	PA	091		40.2119	-75.3559	4
19453	Mont Clare	mont-clare	PA	091		40.1364	-75.4999	4
19454	North Wales	north-wales	PA	091		40.2166	-75.2565	4
19455	North Wales	north-wales	PA	091		40.2109	-75.2782	4
19456	Oaks	oaks	PA	091		40.1318	-75.4596	4
19462	Plymouth Meeting	plymouth-meeting	PA	091		40.1077	-75.2796	4
19464	Pottstown	pottstown	PA	091		40.2635	-75.6172	4
19468	Royersford	royersford	PA	091		40.2075	-75.5329	4
19472	Sassamansville	sassamansville	PA	091		40.3448	-75.5775	4
19473	Schwenksville	schwenksville	PA	091		40.2471	-75.4602	4
19474	Skippack	skippack	PA	091		40.2251	-75.4031	4
19477	Spring House	spring-house	PA	091		40.1839	-75.2327	4
19478	Spring Mount	spring-mount	PA	091		40.2759	-75.4618	4
19484	Valley Forge	valley-forge	PA	091		40.2119	-75.3559	1
19486	West Point	west-point	PA	091		40.2033	-75.3019	4
19490	Worcester	worcester	PA	091		40.1929	-75.3576	4
19492	Zieglerville	zieglerville	PA	091		40.2901	-75.503	1
19525	Gilbertsville	gilbertsville	PA	091		40.3059	-75.5953	4
17821	Danville	danville	PA	093		40.9799	-76.6229	4
17822	Danville	danville	PA	093		40.9674	-76.6049	4
17884	Washingtonville	washingtonville	PA	093		41.0518	-76.6747	4
18001	Lehigh Valley	lehigh-valley	PA	095		40.6934	-75.4712	1
18002	Lehigh Valley	lehigh-valley	PA	095		40.6656	-75.4262	1
18003	Lehigh Valley	lehigh-valley	PA	095		40.6934	-75.4712	1
18013	Bangor	bangor	PA	095		40.853	-75.1718	4
18014	Bath	bath	PA	095		40.7551	-75.4086	4
18015	Bethlehem	bethlehem	PA	095		40.6002	-75.3805	4
18016	Bethlehem	bethlehem	PA	095		40.6934	-75.4712	4
18017	Bethlehem	bethlehem	PA	095		40.6622	-75.3903	4
18018	Bethlehem	bethlehem	PA	095		40.6278	-75.3928	4
18020	Bethlehem	bethlehem	PA	095		40.6693	-75.3349	4
18035	Cherryville	cherryville	PA	095		40.751	-75.5394	4
18038	Danielsville	danielsville	PA	095		40.7866	-75.5186	4
18040	Easton	easton	PA	095		40.7449	-75.2217	4
18042	Easton	easton	PA	095		40.6516	-75.224	4
18043	Easton	easton	PA	095		40.6884	-75.2207	4
18044	Easton	easton	PA	095		40.6884	-75.2207	4
18045	Easton	easton	PA	095		40.6957	-75.2865	4
18055	Hellertown	hellertown	PA	095		40.5817	-75.3255	4
18063	Martins Creek	martins-creek	PA	095		40.7825	-75.1735	4
18064	Nazareth	nazareth	PA	095		40.745	-75.3199	4
18067	Northampton	northampton	PA	095		40.6998	-75.4874	4
18072	Pen Argyl	pen-argyl	PA	095		40.8518	-75.2701	4
18083	Stockertown	stockertown	PA	095		40.754	-75.2621	4
18085	Tatamy	tatamy	PA	095		40.7406	-75.2549	4
18086	Treichlers	treichlers	PA	095		40.7361	-75.5449	4
18088	Walnutport	walnutport	PA	095		40.7615	-75.5657	4
18091	Wind Gap	wind-gap	PA	095		40.8169	-75.3264	4
18343	Mount Bethel	mount-bethel	PA	095		40.9008	-75.1115	4
18351	Portland	portland	PA	095		40.9214	-75.097	4
17017	Dalmatia	dalmatia	PA	097		40.6483	-76.8797	4
17730	Dewart	dewart	PA	097		41.1092	-76.8766	4
17749	Mc Ewensville	mc-ewensville	PA	097		41.072	-76.8184	1
17772	Turbotville	turbotville	PA	097		41.1119	-76.7425	4
17777	Watsontown	watsontown	PA	097		41.102	-76.8532	4
17801	Sunbury	sunbury	PA	097		40.8551	-76.7776	4
17823	Dornsife	dornsife	PA	097		40.7571	-76.7626	4
17824	Elysburg	elysburg	PA	097		40.8639	-76.5569	4
17830	Herndon	herndon	PA	097		40.6918	-76.8008	4
17832	Marion Heights	marion-heights	PA	097		40.8046	-76.4651	4
17834	Kulpmont	kulpmont	PA	097		40.7933	-76.4744	4
17836	Leck Kill	leck-kill	PA	097		40.7101	-76.6271	4
17840	Locust Gap	locust-gap	PA	097		40.7727	-76.4383	4
17847	Milton	milton	PA	097		41.0168	-76.8398	4
17850	Montandon	montandon	PA	097		40.9661	-76.8575	4
17851	Mount Carmel	mount-carmel	PA	097		40.7955	-76.4195	4
17857	Northumberland	northumberland	PA	097		40.9044	-76.7908	4
17860	Paxinos	paxinos	PA	097		40.8448	-76.635	4
17865	Potts Grove	potts-grove	PA	097		40.9937	-76.7891	4
17866	Coal Township	coal-township	PA	097		40.7917	-76.5519	1
17867	Rebuck	rebuck	PA	097		40.7141	-76.6886	4
17868	Riverside	riverside	PA	097		40.9529	-76.6311	4
17872	Shamokin	shamokin	PA	097		40.789	-76.5588	4
17877	Snydertown	snydertown	PA	097		40.879	-76.6673	4
17881	Trevorton	trevorton	PA	097		40.7819	-76.6702	4
17006	Blain	blain	PA	099		40.3293	-77.5117	4
17020	Duncannon	duncannon	PA	099		40.4087	-77.0473	4
17024	Elliottsburg	elliottsburg	PA	099		40.4096	-77.3121	4
17037	Ickesburg	ickesburg	PA	099		40.4363	-77.397	4
17040	Landisburg	landisburg	PA	099		40.3326	-77.3191	4
17045	Liverpool	liverpool	PA	099		40.5753	-77.0083	4
17047	Loysville	loysville	PA	099		40.3658	-77.4138	4
17053	Marysville	marysville	PA	099		40.3351	-76.9722	4
17062	Millerstown	millerstown	PA	099		40.5505	-77.1298	4
17068	New Bloomfield	new-bloomfield	PA	099		40.4193	-77.1938	4
17069	New Buffalo	new-buffalo	PA	099		40.4543	-76.9697	4
17071	New Germantown	new-germantown	PA	099		40.309	-77.5697	4
17074	Newport	newport	PA	099		40.4827	-77.1659	4
17090	Shermans Dale	shermans-dale	PA	099		40.3299	-77.1809	4
19019	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19092	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19093	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19099	Philadelphia	philadelphia	PA	101		39.9523	-75.1638	4
19101	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19102	Philadelphia	philadelphia	PA	101		39.9489	-75.1661	4
19103	Philadelphia	philadelphia	PA	101		39.9513	-75.1741	4
19104	Philadelphia	philadelphia	PA	101		39.9597	-75.2024	4
19105	Philadelphia	philadelphia	PA	101		39.9523	-75.1638	4
19106	Philadelphia	philadelphia	PA	101		39.9474	-75.1473	4
19107	Philadelphia	philadelphia	PA	101		39.9487	-75.1593	4
19108	Philadelphia	philadelphia	PA	101		39.9598	-75.1616	4
19109	Philadelphia	philadelphia	PA	101		39.9496	-75.1637	4
19110	Philadelphia	philadelphia	PA	101		39.9502	-75.1636	4
19111	Philadelphia	philadelphia	PA	101		40.0596	-75.0818	4
19112	Philadelphia	philadelphia	PA	101		39.8893	-75.1782	4
19114	Philadelphia	philadelphia	PA	101		40.0634	-74.999	4
19115	Philadelphia	philadelphia	PA	101		40.0903	-75.041	4
19116	Philadelphia	philadelphia	PA	101		40.1166	-75.0198	4
19118	Philadelphia	philadelphia	PA	101		40.0723	-75.2034	4
19119	Philadelphia	philadelphia	PA	101		40.0547	-75.1866	4
19120	Philadelphia	philadelphia	PA	101		40.0343	-75.1213	4
19121	Philadelphia	philadelphia	PA	101		39.9811	-75.174	4
19122	Philadelphia	philadelphia	PA	101		39.978	-75.1459	4
19123	Philadelphia	philadelphia	PA	101		39.966	-75.151	4
19124	Philadelphia	philadelphia	PA	101		40.0178	-75.0895	4
19125	Philadelphia	philadelphia	PA	101		39.9788	-75.1262	4
19127	Philadelphia	philadelphia	PA	101		40.0275	-75.2242	4
19128	Philadelphia	philadelphia	PA	101		40.0402	-75.2231	4
19129	Philadelphia	philadelphia	PA	101		40.0118	-75.1861	4
19130	Philadelphia	philadelphia	PA	101		39.9677	-75.1735	4
19131	Philadelphia	philadelphia	PA	101		39.9845	-75.2282	4
19132	Philadelphia	philadelphia	PA	101		39.9954	-75.1698	4
19133	Philadelphia	philadelphia	PA	101		39.9925	-75.1415	4
19134	Philadelphia	philadelphia	PA	101		39.9925	-75.1133	4
19135	Philadelphia	philadelphia	PA	101		40.0247	-75.0518	4
19136	Philadelphia	philadelphia	PA	101		40.0422	-75.0244	4
19137	Philadelphia	philadelphia	PA	101		40.0008	-75.0727	4
19138	Philadelphia	philadelphia	PA	101		40.0568	-75.1569	4
19139	Philadelphia	philadelphia	PA	101		39.9612	-75.2303	4
19140	Philadelphia	philadelphia	PA	101		40.0118	-75.1456	4
19141	Philadelphia	philadelphia	PA	101		40.0365	-75.1451	4
19142	Philadelphia	philadelphia	PA	101		39.9223	-75.2338	4
19143	Philadelphia	philadelphia	PA	101		39.9448	-75.2288	4
19144	Philadelphia	philadelphia	PA	101		40.0338	-75.1731	4
19145	Philadelphia	philadelphia	PA	101		39.9227	-75.1812	4
19146	Philadelphia	philadelphia	PA	101		39.9379	-75.1794	4
19147	Philadelphia	philadelphia	PA	101		39.9362	-75.1563	4
19148	Philadelphia	philadelphia	PA	101		39.9207	-75.1595	4
19149	Philadelphia	philadelphia	PA	101		40.0369	-75.0664	4
19150	Philadelphia	philadelphia	PA	101		40.0726	-75.1706	4
19151	Philadelphia	philadelphia	PA	101		39.9772	-75.2545	4
19152	Philadelphia	philadelphia	PA	101		40.0606	-75.0471	4
19153	Philadelphia	philadelphia	PA	101		39.9055	-75.2444	4
19154	Philadelphia	philadelphia	PA	101		40.0897	-74.9781	4
19155	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19160	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19161	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19162	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19170	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19171	Philadelphia	philadelphia	PA	101		39.9523	-75.1638	4
19172	Philadelphia	philadelphia	PA	101		39.9473	-75.15	4
19173	Philadelphia	philadelphia	PA	101		39.9523	-75.1638	4
19175	Philadelphia	philadelphia	PA	101		39.9906	-75.1296	4
19176	Philadelphia	philadelphia	PA	101		39.9522	-75.1642	4
19177	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19178	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19179	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19181	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19182	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19183	Philadelphia	philadelphia	PA	101		39.9523	-75.1638	4
19184	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19185	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19187	Philadelphia	philadelphia	PA	101		39.9523	-75.1638	4
19188	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19190	Philadelphia	philadelphia	PA	101		39.9484	-75.1442	4
19191	Philadelphia	philadelphia	PA	101		39.9523	-75.1638	4
19192	Philadelphia	philadelphia	PA	101		39.9511	-75.1676	4
19193	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19194	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19195	Philadelphia	philadelphia	PA	101		39.9525	-75.1645	4
19196	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19197	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19244	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
19255	Philadelphia	philadelphia	PA	101		40.0018	-75.1179	4
18302	East Stroudsburg	east-stroudsburg	PA	103		41.0936	-75.1187	4
18324	Bushkill	bushkill	PA	103		41.1285	-75.0132	4
18328	Dingmans Ferry	dingmans-ferry	PA	103		41.24	-74.938	4
18336	Matamoras	matamoras	PA	103		41.3674	-74.7154	4
09354	APO AE	apo-ae				54.7843	9.4396	
18337	Milford	milford	PA	103		41.3228	-74.8824	4
18340	Millrift	millrift	PA	103		41.4093	-74.7432	4
18371	Tamiment	tamiment	PA	103		41.1423	-75.0271	4
18425	Greeley	greeley	PA	103		41.4372	-75.0125	4
18426	Greentown	greentown	PA	103		41.3321	-75.2819	4
18435	Lackawaxen	lackawaxen	PA	103		41.482	-74.986	4
18451	Paupack	paupack	PA	103		41.3962	-75.1963	4
18457	Rowland	rowland	PA	103		41.4719	-75.0485	4
18458	Shohola	shohola	PA	103		41.4182	-74.918	4
18464	Tafton	tafton	PA	103		41.4045	-75.183	4
16720	Austin	austin	PA	105		41.6296	-78.0908	4
16746	Roulette	roulette	PA	105		41.7738	-78.1538	4
16748	Shinglehouse	shinglehouse	PA	105		41.9572	-78.1906	4
16915	Coudersport	coudersport	PA	105		41.7762	-77.9567	4
16922	Galeton	galeton	PA	105		41.723	-77.6548	4
16923	Genesee	genesee	PA	105		41.9401	-77.8725	4
16927	Harrison Valley	harrison-valley	PA	105		41.9587	-77.6587	4
16937	Mills	mills	PA	105		41.9656	-77.7111	4
16941	Genesee	genesee	PA	105		41.9883	-77.758	4
16948	Ulysses	ulysses	PA	105		41.8459	-77.7126	4
17729	Cross Fork	cross-fork	PA	105		41.4737	-77.8095	4
17901	Pottsville	pottsville	PA	107		40.684	-76.2123	4
17921	Ashland	ashland	PA	107		40.7732	-76.343	4
17922	Auburn	auburn	PA	107		40.5962	-76.1344	4
17923	Branchdale	branchdale	PA	107		40.6643	-76.3328	4
17925	Brockton	brockton	PA	107		40.7508	-76.0629	4
17929	Cressona	cressona	PA	107		40.6284	-76.195	4
17930	Cumbola	cumbola	PA	107		40.7114	-76.1392	4
17931	Frackville	frackville	PA	107		40.7825	-76.2311	4
17932	Frackville	frackville	PA	107		40.784	-76.2302	4
17933	Friedensburg	friedensburg	PA	107		40.6026	-76.2408	4
17934	Gilberton	gilberton	PA	107		40.7986	-76.2155	4
17935	Girardville	girardville	PA	107		40.7922	-76.2858	4
17936	Gordon	gordon	PA	107		40.7489	-76.3355	4
17938	Hegins	hegins	PA	107		40.6669	-76.4732	4
17941	Klingerstown	klingerstown	PA	107		40.6676	-76.6507	4
17943	Lavelle	lavelle	PA	107		40.7634	-76.3827	4
17944	Llewellyn	llewellyn	PA	107		40.6729	-76.2791	4
17945	Locustdale	locustdale	PA	107		40.7773	-76.3761	4
17946	Lost Creek	lost-creek	PA	107		40.8081	-76.2407	4
17948	Mahanoy City	mahanoy-city	PA	107		40.8123	-76.1396	4
17949	Mahanoy Plane	mahanoy-plane	PA	107		40.794	-76.2433	4
17951	Mar Lin	mar-lin	PA	107		40.683	-76.2387	4
17952	Mary D	mary-d	PA	107		40.7473	-76.0628	1
17953	Middleport	middleport	PA	107		40.7331	-76.0858	4
17954	Minersville	minersville	PA	107		40.6904	-76.2597	4
17957	Muir	muir	PA	107		40.5926	-76.5161	4
17959	New Philadelphia	new-philadelphia	PA	107		40.7195	-76.1158	4
17960	New Ringgold	new-ringgold	PA	107		40.7149	-75.9484	4
17961	Orwigsburg	orwigsburg	PA	107		40.6431	-76.084	4
17963	Pine Grove	pine-grove	PA	107		40.5671	-76.3269	4
17964	Pitman	pitman	PA	107		40.7049	-76.5233	4
17965	Port Carbon	port-carbon	PA	107		40.6977	-76.166	4
17966	Ravine	ravine	PA	107		40.5745	-76.4038	4
17967	Ringtown	ringtown	PA	107		40.8559	-76.2349	4
17968	Sacramento	sacramento	PA	107		40.6352	-76.6128	4
17970	Saint Clair	saint-clair	PA	107		40.7193	-76.1924	4
17972	Schuylkill Haven	schuylkill-haven	PA	107		40.6306	-76.17	4
17974	Seltzer	seltzer	PA	107		40.6954	-76.2338	4
17976	Shenandoah	shenandoah	PA	107		40.8167	-76.2035	4
17978	Spring Glen	spring-glen	PA	107		40.6258	-76.6218	4
17979	Summit Station	summit-station	PA	107		40.5545	-76.2038	4
17980	Tower City	tower-city	PA	107		40.5845	-76.55	4
17981	Tremont	tremont	PA	107		40.6343	-76.3905	4
17982	Tuscarora	tuscarora	PA	107		40.7815	-76.0134	4
17983	Valley View	valley-view	PA	107		40.6445	-76.5448	4
17985	Zion Grove	zion-grove	PA	107		40.9141	-76.1931	4
18211	Andreas	andreas	PA	107		40.7465	-75.8342	4
18214	Barnesville	barnesville	PA	107		40.8138	-76.0611	4
18218	Coaldale	coaldale	PA	107		40.8219	-75.9104	4
18220	Delano	delano	PA	107		40.8389	-76.0694	4
18231	Kelayres	kelayres	PA	107		40.9002	-76.0054	4
18237	Mcadoo	mcadoo	PA	107		40.8979	-75.9971	4
18241	Nuremberg	nuremberg	PA	107		40.9395	-76.1716	4
18242	Oneida	oneida	PA	107		40.911	-76.1223	4
18245	Quakake	quakake	PA	107		40.8518	-76.036	4
18248	Sheppton	sheppton	PA	107		40.902	-76.1188	4
18252	Tamaqua	tamaqua	PA	107		40.7983	-75.9735	4
19549	Port Clinton	port-clinton	PA	107		40.5818	-76.0267	4
17812	Beaver Springs	beaver-springs	PA	109		40.7528	-77.2318	4
17813	Beavertown	beavertown	PA	109		40.7774	-77.1691	4
17827	Freeburg	freeburg	PA	109		40.765	-76.9395	4
17831	Hummels Wharf	hummels-wharf	PA	109		40.8344	-76.8354	4
17833	Kreamer	kreamer	PA	109		40.8031	-76.9639	4
17841	Mc Clure	mc-clure	PA	109		40.6991	-77.3758	1
17842	Middleburg	middleburg	PA	109		40.7977	-77.0468	4
17843	Beaver Springs	beaver-springs	PA	109		40.7462	-77.2094	4
17853	Mount Pleasant Mills	mount-pleasant-mills	PA	109		40.7237	-77.0135	4
17861	Paxtonville	paxtonville	PA	109		40.7725	-77.0833	4
17862	Penns Creek	penns-creek	PA	109		40.8598	-77.0553	4
17864	Port Trevorton	port-trevorton	PA	109		40.6996	-76.9082	4
17870	Selinsgrove	selinsgrove	PA	109		40.8224	-76.8683	4
17876	Shamokin Dam	shamokin-dam	PA	109		40.8459	-76.8224	4
17882	Troxelville	troxelville	PA	109		40.8031	-77.2053	4
15411	Addison	addison	PA	111		39.7476	-79.3454	4
09355	APO AE	apo-ae				53.281	8.6986	
15424	Confluence	confluence	PA	111		39.8129	-79.3567	4
15485	Ursina	ursina	PA	111		39.8173	-79.3306	4
15501	Somerset	somerset	PA	111		40.0248	-79.0808	4
15502	Hidden Valley	hidden-valley	PA	111		40.046	-79.2585	1
15510	Somerset	somerset	PA	111		39.9633	-79.0409	4
15520	Acosta	acosta	PA	111		40.1104	-79.0689	4
15530	Berlin	berlin	PA	111		39.9188	-78.9637	4
15531	Boswell	boswell	PA	111		40.1918	-79.0362	4
15532	Boynton	boynton	PA	111		39.7673	-79.062	4
15538	Fairhope	fairhope	PA	111		39.868	-78.8362	4
15540	Fort Hill	fort-hill	PA	111		39.7961	-79.2472	4
15541	Friedens	friedens	PA	111		40.011	-78.9033	4
15542	Garrett	garrett	PA	111		39.8646	-79.0616	4
15544	Gray	gray	PA	111		40.1377	-79.0926	4
15546	Jenners	jenners	PA	111		40.1431	-79.0428	4
15547	Jennerstown	jennerstown	PA	111		40.1595	-79.0616	4
15548	Kantner	kantner	PA	111		40.1011	-78.9387	4
15549	Listie	listie	PA	111		40.0208	-79.0123	4
15551	Markleton	markleton	PA	111		39.8691	-79.2879	4
15552	Meyersdale	meyersdale	PA	111		39.7905	-79.0261	4
15553	New Baltimore	new-baltimore	PA	111		39.9828	-78.7719	4
15555	Quecreek	quecreek	PA	111		40.0914	-79.0872	4
15557	Rockwood	rockwood	PA	111		39.9373	-79.1865	4
15558	Salisbury	salisbury	PA	111		39.7531	-79.0835	4
15560	Shanksville	shanksville	PA	111		40.0171	-78.9077	4
15561	Sipesville	sipesville	PA	111		40.0964	-79.0902	4
15562	Springs	springs	PA	111		39.748	-79.1237	4
15563	Stoystown	stoystown	PA	111		40.0948	-78.9658	4
15564	Wellersburg	wellersburg	PA	111		39.7299	-78.8441	4
15565	West Salisbury	west-salisbury	PA	111		39.7542	-79.095	4
15924	Cairnbrook	cairnbrook	PA	111		40.1149	-78.7851	4
15926	Central City	central-city	PA	111		40.0913	-78.8448	4
15928	Davidsville	davidsville	PA	111		40.2245	-78.9363	4
15935	Hollsopple	hollsopple	PA	111		40.2343	-78.9515	4
15936	Hooversville	hooversville	PA	111		40.1488	-78.9141	4
15937	Jerome	jerome	PA	111		40.2084	-78.9873	4
15953	Seanor	seanor	PA	111		40.212	-78.8984	4
15959	Tire Hill	tire-hill	PA	111		40.268	-78.9156	4
15963	Windber	windber	PA	111		40.2287	-78.8303	4
17731	Eagles Mere	eagles-mere	PA	113		41.4109	-76.5819	4
17758	Muncy Valley	muncy-valley	PA	113		41.3426	-76.5852	4
17768	Shunk	shunk	PA	113		41.5536	-76.7455	4
18614	Dushore	dushore	PA	113		41.5232	-76.4021	4
18616	Forksville	forksville	PA	113		41.5269	-76.6008	4
18619	Hillsgrove	hillsgrove	PA	113		41.4482	-76.6979	4
18626	Laporte	laporte	PA	113		41.4329	-76.5169	4
18628	Lopez	lopez	PA	113		41.418	-76.3002	4
18632	Mildred	mildred	PA	113		41.4792	-76.3831	4
18413	Clifford	clifford	PA	115		41.649	-75.5988	4
18421	Forest City	forest-city	PA	115		41.6515	-75.4666	4
18430	Herrick Center	herrick-center	PA	115		41.742	-75.4894	4
18441	Lenoxville	lenoxville	PA	115		41.6595	-75.6282	4
18465	Thompson	thompson	PA	115		41.834	-75.5342	4
18470	Union Dale	union-dale	PA	115		41.7079	-75.5465	4
18801	Montrose	montrose	PA	115		41.8396	-75.8821	4
18812	Brackney	brackney	PA	115		41.9666	-75.9375	4
18813	Brooklyn	brooklyn	PA	115		41.7512	-75.8069	4
18816	Dimock	dimock	PA	115		41.7465	-75.8983	4
18818	Friendsville	friendsville	PA	115		41.9164	-76.0257	4
18820	Gibson	gibson	PA	115		41.8034	-75.6441	4
18821	Great Bend	great-bend	PA	115		41.9717	-75.7432	4
18822	Hallstead	hallstead	PA	115		41.9598	-75.7826	4
18823	Harford	harford	PA	115		41.7761	-75.6935	4
18824	Hop Bottom	hop-bottom	PA	115		41.6932	-75.7897	4
18825	Jackson	jackson	PA	115		41.8203	-75.8046	4
18826	Kingsley	kingsley	PA	115		41.7659	-75.7831	4
18827	Lanesboro	lanesboro	PA	115		41.957	-75.5849	4
18828	Lawton	lawton	PA	115		41.7573	-76.0912	4
18830	Little Meadows	little-meadows	PA	115		41.9766	-76.1185	4
18834	New Milford	new-milford	PA	115		41.8664	-75.7171	4
18842	South Gibson	south-gibson	PA	115		41.7342	-75.6302	4
18843	South Montrose	south-montrose	PA	115		41.7973	-75.8913	4
18844	Springville	springville	PA	115		41.7147	-75.9025	4
18847	Susquehanna	susquehanna	PA	115		41.9487	-75.5862	4
16901	Wellsboro	wellsboro	PA	117		41.7373	-77.308	4
16911	Arnot	arnot	PA	117		41.6626	-77.123	4
16912	Blossburg	blossburg	PA	117		41.6698	-77.0797	4
16917	Covington	covington	PA	117		41.7448	-77.0772	4
16920	Elkland	elkland	PA	117		41.9882	-77.3134	4
16921	Gaines	gaines	PA	117		41.7471	-77.568	4
16928	Knoxville	knoxville	PA	117		41.9596	-77.4357	4
16929	Lawrenceville	lawrenceville	PA	117		41.9783	-77.1136	4
16930	Liberty	liberty	PA	117		41.5656	-77.1195	4
16932	Mainesburg	mainesburg	PA	117		41.784	-76.9983	4
16933	Mansfield	mansfield	PA	117		41.8123	-77.0716	4
16935	Middlebury Center	middlebury-center	PA	117		41.8664	-77.3128	4
16936	Millerton	millerton	PA	117		41.9625	-76.9748	4
16938	Morris	morris	PA	117		41.5475	-77.292	4
16939	Morris Run	morris-run	PA	117		41.6775	-77.0152	4
16940	Nelson	nelson	PA	117		41.9787	-77.2419	4
16942	Osceola	osceola	PA	117		41.9848	-77.354	4
16943	Sabinsville	sabinsville	PA	117		41.8408	-77.6155	4
16946	Tioga	tioga	PA	117		41.9125	-77.1393	4
16950	Westfield	westfield	PA	117		41.9193	-77.523	4
17765	Roaring Branch	roaring-branch	PA	117		41.5692	-76.9421	4
17810	Allenwood	allenwood	PA	119		41.1264	-76.9724	4
17829	Hartleton	hartleton	PA	119		40.9005	-77.1558	4
17835	Laurelton	laurelton	PA	119		40.8831	-77.1986	4
17837	Lewisburg	lewisburg	PA	119		40.9702	-76.9099	4
17844	Mifflinburg	mifflinburg	PA	119		40.9218	-77.0505	4
17845	Millmont	millmont	PA	119		40.8803	-77.1941	4
17855	New Berlin	new-berlin	PA	119		40.8802	-76.9861	4
17856	New Columbia	new-columbia	PA	119		41.0541	-76.9019	4
17880	Swengel	swengel	PA	119		40.8923	-77.1266	4
17883	Vicksburg	vicksburg	PA	119		40.9387	-76.988	4
17885	Weikert	weikert	PA	119		40.8584	-77.2953	4
17886	West Milton	west-milton	PA	119		41.0179	-76.8708	4
17887	White Deer	white-deer	PA	119		41.0759	-76.8747	4
17889	Winfield	winfield	PA	119		40.8908	-76.8718	4
16301	Oil City	oil-city	PA	121		41.4319	-79.6916	4
16317	Cooperstown	cooperstown	PA	121		41.498	-79.8757	4
16319	Cranberry	cranberry	PA	121		41.3197	-79.6317	4
16323	Franklin	franklin	PA	121		41.4048	-79.8309	4
16341	Pleasantville	pleasantville	PA	121		41.5867	-79.5685	4
16342	Polk	polk	PA	121		41.3583	-79.9346	4
16343	Reno	reno	PA	121		41.411	-79.7493	4
16344	Rouseville	rouseville	PA	121		41.4717	-79.6881	4
16346	Seneca	seneca	PA	121		41.3744	-79.6759	4
16362	Utica	utica	PA	121		41.4798	-79.9403	4
16364	Venus	venus	PA	121		41.3761	-79.5048	4
16372	Clintonville	clintonville	PA	121		41.2002	-79.8734	4
16373	Emlenton	emlenton	PA	121		41.2028	-79.747	4
16374	Kennerdell	kennerdell	PA	121		41.2848	-79.7393	4
16312	Chandlers Valley	chandlers-valley	PA	123		41.9358	-79.3097	4
16313	Clarendon	clarendon	PA	123		41.7302	-79.1719	4
16329	Irvine	irvine	PA	123		41.8117	-79.2643	4
16340	Pittsfield	pittsfield	PA	123		41.8366	-79.4196	4
16345	Russell	russell	PA	123		41.9461	-79.1271	4
16347	Sheffield	sheffield	PA	123		41.7005	-79.0348	4
16350	Sugar Grove	sugar-grove	PA	123		41.9475	-79.3186	4
16351	Tidioute	tidioute	PA	123		41.703	-79.3752	4
16352	Tiona	tiona	PA	123		41.7434	-79.0528	4
16365	Warren	warren	PA	123		41.8436	-79.1726	4
16366	Warren	warren	PA	123		41.8439	-79.145	4
16367	Warren	warren	PA	123		41.8439	-79.145	4
16368	Irvine	irvine	PA	123		41.8117	-79.2643	4
16369	Irvine	irvine	PA	123		41.8117	-79.2643	4
16371	Youngsville	youngsville	PA	123		41.8537	-79.3187	4
16402	Bear Lake	bear-lake	PA	123		41.9701	-79.4614	4
16405	Columbus	columbus	PA	123		41.9382	-79.5731	4
16416	Garland	garland	PA	123		41.8188	-79.4463	4
16420	Grand Valley	grand-valley	PA	123		41.6963	-79.5473	4
16436	Spring Creek	spring-creek	PA	123		41.92	-79.4482	4
15004	Atlasburg	atlasburg	PA	125		40.3413	-80.3822	4
15019	Bulger	bulger	PA	125		40.4051	-80.3622	4
15021	Burgettstown	burgettstown	PA	125		40.3821	-80.4044	4
15022	Charleroi	charleroi	PA	125		40.1404	-79.92	4
15033	Donora	donora	PA	125		40.1768	-79.8619	4
15038	Elrama	elrama	PA	125		40.2521	-79.9252	4
15053	Joffre	joffre	PA	125		40.38	-80.3605	4
15054	Langeloth	langeloth	PA	125		40.3625	-80.4086	4
15055	Lawrence	lawrence	PA	125		40.3058	-80.1219	4
15057	Mc Donald	mc-donald	PA	125		40.3697	-80.2562	1
15060	Midway	midway	PA	125		40.368	-80.2921	4
15063	Monongahela	monongahela	PA	125		40.1937	-79.9241	4
15067	New Eagle	new-eagle	PA	125		40.2066	-79.9534	4
15078	Slovan	slovan	PA	125		40.3584	-80.3879	4
15301	Washington	washington	PA	125		40.1717	-80.256	4
15311	Amity	amity	PA	125		40.0498	-80.1681	4
15312	Avella	avella	PA	125		40.2734	-80.4565	4
15313	Beallsville	beallsville	PA	125		40.0655	-80.0221	4
15314	Bentleyville	bentleyville	PA	125		40.1187	-80.007	4
15317	Canonsburg	canonsburg	PA	125		40.2706	-80.1668	4
15321	Cecil	cecil	PA	125		40.3234	-80.1879	4
15323	Claysville	claysville	PA	125		40.1179	-80.4103	4
15324	Cokeburg	cokeburg	PA	125		40.1008	-80.0652	4
15329	Prosperity	prosperity	PA	125		40.0224	-80.2613	4
15330	Eighty Four	eighty-four	PA	125		40.1868	-80.0627	4
15331	Ellsworth	ellsworth	PA	125		40.1073	-80.0204	4
15332	Finleyville	finleyville	PA	125		40.2593	-79.9753	4
15333	Fredericktown	fredericktown	PA	125		40.0026	-79.9981	4
15336	Gastonville	gastonville	PA	125		40.2601	-79.9927	4
15339	Hendersonville	hendersonville	PA	125		40.3018	-80.1543	4
15340	Hickory	hickory	PA	125		40.2925	-80.3025	4
15342	Houston	houston	PA	125		40.2425	-80.2209	4
15345	Marianna	marianna	PA	125		40.0331	-80.1145	4
15347	Meadow Lands	meadow-lands	PA	125		40.2174	-80.2269	4
15348	Millsboro	millsboro	PA	125		39.9867	-79.9937	4
15350	Muse	muse	PA	125		40.2928	-80.2003	4
15358	Richeyville	richeyville	PA	125		40.0563	-79.9926	4
15360	Scenery Hill	scenery-hill	PA	125		40.0859	-80.0703	4
15361	Southview	southview	PA	125		40.3282	-80.2563	4
15363	Strabane	strabane	PA	125		40.2505	-80.1984	4
15365	Taylorstown	taylorstown	PA	125		40.1611	-80.3781	4
15366	Van Voorhis	van-voorhis	PA	125		40.1562	-79.9742	4
15367	Venetia	venetia	PA	125		40.2755	-80.0598	4
15368	Vestaburg	vestaburg	PA	125		40.0144	-79.9889	4
15376	West Alexander	west-alexander	PA	125		40.1065	-80.4978	4
15377	West Finley	west-finley	PA	125		39.9914	-80.4408	4
15378	Westland	westland	PA	125		40.2775	-80.2731	4
15379	West Middletown	west-middletown	PA	125		40.2417	-80.4242	4
15412	Allenport	allenport	PA	125		40.0959	-79.8499	4
15419	California	california	PA	125		40.0625	-79.8953	4
15423	Coal Center	coal-center	PA	125		40.0973	-79.8839	4
15427	Daisytown	daisytown	PA	125		40.0743	-79.967	4
15429	Denbo	denbo	PA	125		40.0081	-79.9392	4
15432	Dunlevy	dunlevy	PA	125		40.1151	-79.8627	4
15434	Elco	elco	PA	125		40.0797	-79.8758	4
15477	Roscoe	roscoe	PA	125		40.0787	-79.8656	4
15483	Stockdale	stockdale	PA	125		40.0826	-79.8501	4
18405	Beach Lake	beach-lake	PA	127		41.6034	-75.1165	4
18415	Damascus	damascus	PA	127		41.7366	-75.1312	4
18417	Equinunk	equinunk	PA	127		41.8117	-75.1891	4
18424	Gouldsboro	gouldsboro	PA	127		41.2448	-75.5037	4
18427	Hamlin	hamlin	PA	127		41.4047	-75.4069	4
18428	Hawley	hawley	PA	127		41.4787	-75.1978	4
18431	Honesdale	honesdale	PA	127		41.5792	-75.2528	4
18436	Lake Ariel	lake-ariel	PA	127		41.4395	-75.4313	4
18437	Lake Como	lake-como	PA	127		41.8666	-75.3231	4
18438	Lakeville	lakeville	PA	127		41.4223	-75.2607	4
18439	Lakewood	lakewood	PA	127		41.8171	-75.3838	4
18443	Milanville	milanville	PA	127		41.667	-75.1185	4
18445	Newfoundland	newfoundland	PA	127		41.3041	-75.3384	4
18449	Orson	orson	PA	127		41.8137	-75.448	4
18453	Pleasant Mount	pleasant-mount	PA	127		41.7322	-75.3989	4
18454	Poyntelle	poyntelle	PA	127		41.8206	-75.4199	4
18455	Preston Park	preston-park	PA	127		41.8867	-75.356	4
18456	Prompton	prompton	PA	127		41.582	-75.3207	4
18459	South Canaan	south-canaan	PA	127		41.616	-75.2747	4
18460	South Sterling	south-sterling	PA	127		41.2643	-75.348	4
18461	Starlight	starlight	PA	127		41.9251	-75.3212	4
18462	Starrucca	starrucca	PA	127		41.8907	-75.449	4
18463	Sterling	sterling	PA	127		41.3412	-75.3899	4
18469	Tyler Hill	tyler-hill	PA	127		41.7011	-75.1422	4
18472	Waymart	waymart	PA	127		41.5703	-75.4065	4
18473	White Mills	white-mills	PA	127		41.5262	-75.2035	4
15062	Monessen	monessen	PA	129		40.1524	-79.8835	4
15068	New Kensington	new-kensington	PA	129		40.5616	-79.7129	4
15069	New Kensington	new-kensington	PA	129		40.5698	-79.7648	4
15072	Pricedale	pricedale	PA	129		40.1393	-79.8562	4
15083	Sutersville	sutersville	PA	129		40.2382	-79.7922	4
15085	Trafford	trafford	PA	129		40.3857	-79.7223	4
15087	Webster	webster	PA	129		40.1851	-79.8487	4
15089	West Newton	west-newton	PA	129		40.2075	-79.758	4
15448	Jacobs Creek	jacobs-creek	PA	129		40.1331	-79.7417	4
15479	Smithton	smithton	PA	129		40.1553	-79.7381	4
15601	Greensburg	greensburg	PA	129		40.3074	-79.5424	4
15605	Greensburg	greensburg	PA	129		40.3602	-79.4398	4
15606	Greensburg	greensburg	PA	129		40.3015	-79.5389	4
15610	Acme	acme	PA	129		40.1201	-79.4051	4
15611	Adamsburg	adamsburg	PA	129		40.3126	-79.6565	4
15612	Alverton	alverton	PA	129		40.1373	-79.5997	4
15613	Apollo	apollo	PA	129		40.5565	-79.5772	4
15615	Ardara	ardara	PA	129		40.3578	-79.735	4
15616	Armbrust	armbrust	PA	129		40.2237	-79.5512	4
15617	Arona	arona	PA	129		40.268	-79.6591	4
15618	Avonmore	avonmore	PA	129		40.5221	-79.4853	4
15619	Bovard	bovard	PA	129		40.3198	-79.5034	4
15620	Bradenville	bradenville	PA	129		40.3238	-79.3434	4
15621	Calumet	calumet	PA	129		40.2109	-79.4853	4
15622	Champion	champion	PA	129		40.044	-79.3247	4
15623	Claridge	claridge	PA	129		40.3692	-79.619	4
15624	Crabtree	crabtree	PA	129		40.3623	-79.4706	4
15625	Darragh	darragh	PA	129		40.2665	-79.6787	4
15626	Delmont	delmont	PA	129		40.4139	-79.5764	4
15627	Derry	derry	PA	129		40.3349	-79.3326	4
15628	Donegal	donegal	PA	129		40.0996	-79.381	4
15629	East Vandergrift	east-vandergrift	PA	129		40.598	-79.5624	4
15632	Export	export	PA	129		40.4252	-79.611	4
15633	Forbes Road	forbes-road	PA	129		40.354	-79.5217	4
15634	Grapeville	grapeville	PA	129		40.3239	-79.6049	4
15635	Hannastown	hannastown	PA	129		40.352	-79.4979	4
15636	Harrison City	harrison-city	PA	129		40.366	-79.6565	4
15637	Herminie	herminie	PA	129		40.2455	-79.7172	4
15638	Hostetter	hostetter	PA	129		40.2662	-79.3984	4
15639	Hunker	hunker	PA	129		40.2149	-79.5824	4
15640	Hutchinson	hutchinson	PA	129		40.2251	-79.7328	4
15641	Hyde Park	hyde-park	PA	129		40.6311	-79.5899	4
15642	Irwin	irwin	PA	129		40.3191	-79.7205	4
15644	Jeannette	jeannette	PA	129		40.3295	-79.6144	4
15646	Jones Mills	jones-mills	PA	129		40.0889	-79.3427	4
15647	Larimer	larimer	PA	129		40.3453	-79.7264	4
15650	Latrobe	latrobe	PA	129		40.2926	-79.4103	4
15655	Laughlintown	laughlintown	PA	129		40.212	-79.1978	4
15658	Ligonier	ligonier	PA	129		40.2431	-79.2375	4
15660	Lowber	lowber	PA	129		40.2459	-79.7709	4
15661	Loyalhanna	loyalhanna	PA	129		40.3222	-79.3601	4
15662	Luxor	luxor	PA	129		40.3342	-79.4781	4
15663	Madison	madison	PA	129		40.2467	-79.676	4
15664	Mammoth	mammoth	PA	129		40.3108	-79.6172	4
15665	Manor	manor	PA	129		40.334	-79.67	4
15666	Mount Pleasant	mount-pleasant	PA	129		40.1742	-79.5134	4
15668	Murrysville	murrysville	PA	129		40.4467	-79.6842	4
15670	New Alexandria	new-alexandria	PA	129		40.3987	-79.422	4
15671	New Derry	new-derry	PA	129		40.3494	-79.3225	4
15672	New Stanton	new-stanton	PA	129		40.2192	-79.6095	4
15674	Norvelt	norvelt	PA	129		40.216	-79.4872	4
15675	Penn	penn	PA	129		40.3301	-79.6413	4
15676	Pleasant Unity	pleasant-unity	PA	129		40.2424	-79.4542	4
15677	Rector	rector	PA	129		40.1864	-79.2473	4
15678	Rillton	rillton	PA	129		40.2872	-79.7262	4
15679	Ruffs Dale	ruffs-dale	PA	129		40.1585	-79.6277	4
15680	Salina	salina	PA	129		40.5189	-79.4959	4
15683	Scottdale	scottdale	PA	129		40.1029	-79.593	4
15684	Slickville	slickville	PA	129		40.4653	-79.5067	4
15685	Southwest	southwest	PA	129		40.3602	-79.4398	4
15687	Stahlstown	stahlstown	PA	129		40.1386	-79.3445	4
15688	Tarrs	tarrs	PA	129		40.1686	-79.5848	4
15689	United	united	PA	129		40.2184	-79.4878	4
15690	Vandergrift	vandergrift	PA	129		40.6418	-79.5399	4
15691	Wendel	wendel	PA	129		40.294	-79.6866	4
15692	Westmoreland City	westmoreland-city	PA	129		40.3294	-79.6806	4
15693	Whitney	whitney	PA	129		40.2534	-79.4103	4
15695	Wyano	wyano	PA	129		40.1962	-79.6942	4
15696	Youngstown	youngstown	PA	129		40.2793	-79.3661	4
15697	Youngwood	youngwood	PA	129		40.2395	-79.5823	4
15698	Yukon	yukon	PA	129		40.2155	-79.6849	4
15779	Torrance	torrance	PA	129		40.3992	-79.2177	4
15923	Bolivar	bolivar	PA	129		40.3673	-79.1605	4
15944	New Florence	new-florence	PA	129		40.3823	-79.0968	4
15954	Seward	seward	PA	129		40.4099	-79.0232	4
18419	Factoryville	factoryville	PA	131		41.5762	-75.7652	4
18446	Nicholson	nicholson	PA	131		41.6412	-75.7641	4
18615	Falls	falls	PA	131		41.4667	-75.856	4
18623	Laceyville	laceyville	PA	131		41.6662	-76.1426	4
18625	Lake Winola	lake-winola	PA	131		41.5096	-75.8508	4
18629	Mehoopany	mehoopany	PA	131		41.5587	-76.1035	4
18630	Meshoppen	meshoppen	PA	131		41.6392	-76.0155	4
18636	Noxen	noxen	PA	131		41.4181	-76.046	4
18657	Tunkhannock	tunkhannock	PA	131		41.5387	-75.9466	4
17019	Dillsburg	dillsburg	PA	133		40.0964	-77.0339	4
17302	Airville	airville	PA	133		39.821	-76.4012	4
17309	Brogue	brogue	PA	133		39.8608	-76.4673	4
17311	Codorus	codorus	PA	133		39.8718	-76.7599	4
17312	Craley	craley	PA	133		39.9467	-76.5066	4
17313	Dallastown	dallastown	PA	133		39.9124	-76.6535	4
17314	Delta	delta	PA	133		39.7518	-76.3441	4
17315	Dover	dover	PA	133		40.0062	-76.8555	4
17317	East Prospect	east-prospect	PA	133		39.9701	-76.5217	4
17318	Emigsville	emigsville	PA	133		40.0215	-76.7266	4
17319	Etters	etters	PA	133		40.1545	-76.8019	4
17321	Fawn Grove	fawn-grove	PA	133		39.751	-76.4392	4
17322	Felton	felton	PA	133		39.836	-76.5937	4
17323	Franklintown	franklintown	PA	133		40.075	-77.0279	4
17327	Glen Rock	glen-rock	PA	133		39.7813	-76.7477	4
17329	Glenville	glenville	PA	133		39.757	-76.8153	4
17331	Hanover	hanover	PA	133		39.7943	-76.9812	4
17332	Hanover	hanover	PA	133		39.8007	-76.983	4
17333	Hanover	hanover	PA	133		39.8007	-76.983	4
17334	Hanover	hanover	PA	133		39.805	-76.9736	4
17335	Hanover	hanover	PA	133		39.8144	-76.9837	
17339	Lewisberry	lewisberry	PA	133		40.1463	-76.87	4
17342	Loganville	loganville	PA	133		39.8536	-76.708	4
17345	Manchester	manchester	PA	133		40.0695	-76.7332	4
17347	Mount Wolf	mount-wolf	PA	133		40.0711	-76.6966	4
17349	New Freedom	new-freedom	PA	133		39.7423	-76.6841	4
17352	New Park	new-park	PA	133		39.76	-76.5042	4
17354	Porters Sideling	porters-sideling	PA	133		39.8246	-76.8993	4
17355	Railroad	railroad	PA	133		39.7573	-76.6994	4
17356	Red Lion	red-lion	PA	133		39.9026	-76.6081	4
17358	Rossville	rossville	PA	133		39.973	-76.6878	1
17360	Seven Valleys	seven-valleys	PA	133		39.8556	-76.7383	4
17361	Shrewsbury	shrewsbury	PA	133		39.7601	-76.6748	4
17362	Spring Grove	spring-grove	PA	133		39.8572	-76.8774	4
17363	Stewartstown	stewartstown	PA	133		39.772	-76.597	4
17364	Thomasville	thomasville	PA	133		39.9346	-76.8822	4
17365	Wellsville	wellsville	PA	133		40.0557	-76.9443	4
17366	Windsor	windsor	PA	133		39.9233	-76.5591	4
17368	Wrightsville	wrightsville	PA	133		39.9966	-76.527	4
17370	York Haven	york-haven	PA	133		40.1222	-76.7737	4
17371	York New Salem	york-new-salem	PA	133		39.9006	-76.7896	4
17401	York	york	PA	133		39.9635	-76.7269	4
17402	York	york	PA	133		39.959	-76.6592	4
17403	York	york	PA	133		39.9494	-76.713	4
17404	York	york	PA	133		40.0023	-76.7712	4
17405	York	york	PA	133		40.0086	-76.5972	4
17406	York	york	PA	133		40.0046	-76.5947	4
17407	York	york	PA	133		39.8833	-76.712	4
17408	York	york	PA	133		39.9492	-76.8018	4
02806	Barrington	barrington	RI	001		41.7443	-71.3175	4
02809	Bristol	bristol	RI	001		41.6825	-71.2676	4
02872	Prudence Island	prudence-island	RI	001		41.7071	-71.2868	4
02885	Warren	warren	RI	001		41.7256	-71.2702	4
02816	Coventry	coventry	RI	003		41.6914	-71.5768	4
02817	West Greenwich	west-greenwich	RI	003		41.64	-71.6435	4
02818	East Greenwich	east-greenwich	RI	003		41.6498	-71.474	4
02827	Greene	greene	RI	003		41.7062	-71.7356	4
02886	Warwick	warwick	RI	003		41.7026	-71.4476	4
02887	Warwick	warwick	RI	003		41.7001	-71.4162	4
02888	Warwick	warwick	RI	003		41.7494	-71.4084	4
02889	Warwick	warwick	RI	003		41.7141	-71.3901	4
02893	West Warwick	west-warwick	RI	003		41.7004	-71.5183	4
02801	Adamsville	adamsville	RI	005		41.5301	-71.2841	4
02835	Jamestown	jamestown	RI	005		41.5164	-71.3761	4
02837	Little Compton	little-compton	RI	005		41.522	-71.1612	4
02840	Newport	newport	RI	005		41.4876	-71.3271	4
09358	APO AE	apo-ae				50.0826	8.2493	
02841	Newport	newport	RI	005		41.499	-71.299	4
02842	Middletown	middletown	RI	005		41.5198	-71.2731	4
02871	Portsmouth	portsmouth	RI	005		41.5944	-71.252	4
02878	Tiverton	tiverton	RI	005		41.6338	-71.1808	4
02802	Albion	albion	RI	007		41.9512	-71.4545	4
02814	Chepachet	chepachet	RI	007		41.9155	-71.6795	4
02815	Clayville	clayville	RI	007		41.7778	-71.6706	4
02823	Fiskeville	fiskeville	RI	007		41.7312	-71.5468	4
02824	Forestdale	forestdale	RI	007		42.0002	-71.5631	4
02825	Foster	foster	RI	007		41.7815	-71.7187	4
02826	Glendale	glendale	RI	007		41.9762	-71.6326	4
02828	Greenville	greenville	RI	007		41.8734	-71.5569	4
02829	Harmony	harmony	RI	007		41.8793	-71.5894	4
02830	Harrisville	harrisville	RI	007		41.9764	-71.6534	4
02831	Hope	hope	RI	007		41.7516	-71.5612	4
02838	Manville	manville	RI	007		41.9689	-71.4741	4
02839	Mapleville	mapleville	RI	007		41.9417	-71.6376	4
02857	North Scituate	north-scituate	RI	007		41.8439	-71.6242	4
02858	Oakland	oakland	RI	007		41.9573	-71.6478	4
02859	Pascoag	pascoag	RI	007		41.9627	-71.7099	4
02860	Pawtucket	pawtucket	RI	007		41.8729	-71.3907	4
02861	Pawtucket	pawtucket	RI	007		41.8814	-71.356	4
02862	Pawtucket	pawtucket	RI	007		41.8612	-71.3691	4
02863	Central Falls	central-falls	RI	007		41.8883	-71.3945	4
02864	Cumberland	cumberland	RI	007		41.9484	-71.4154	4
02865	Lincoln	lincoln	RI	007		41.9089	-71.4348	4
02876	Slatersville	slatersville	RI	007		41.9984	-71.5763	4
02895	Woonsocket	woonsocket	RI	007		41.9846	-71.5194	4
02896	North Smithfield	north-smithfield	RI	007		41.9724	-71.5508	4
02901	Providence	providence	RI	007		41.8227	-71.4145	4
02902	Providence	providence	RI	007		41.8184	-71.4249	4
02903	Providence	providence	RI	007		41.82	-71.4158	4
02904	Providence	providence	RI	007		41.8541	-71.4378	4
02905	Providence	providence	RI	007		41.7845	-71.3959	4
02906	Providence	providence	RI	007		41.8351	-71.3971	4
02907	Providence	providence	RI	007		41.7971	-71.4255	4
02908	Providence	providence	RI	007		41.8383	-71.4377	4
02909	Providence	providence	RI	007		41.8206	-71.4443	4
02910	Cranston	cranston	RI	007		41.7766	-71.4383	4
02911	North Providence	north-providence	RI	007		41.8547	-71.4735	4
02912	Providence	providence	RI	007		41.824	-71.4128	4
02914	East Providence	east-providence	RI	007		41.8138	-71.3688	4
02915	Riverside	riverside	RI	007		41.7723	-71.3542	4
02916	Rumford	rumford	RI	007		41.8425	-71.3559	4
02917	Smithfield	smithfield	RI	007		41.8964	-71.5207	4
02918	Providence	providence	RI	007		41.8415	-71.4404	4
02919	Johnston	johnston	RI	007		41.8274	-71.52	4
02920	Cranston	cranston	RI	007		41.7716	-71.4659	4
02921	Cranston	cranston	RI	007		41.7614	-71.5061	4
02940	Providence	providence	RI	007		41.824	-71.4128	4
02804	Ashaway	ashaway	RI	009		41.4231	-71.7837	4
02807	Block Island	block-island	RI	009		41.1715	-71.5748	4
02808	Bradford	bradford	RI	009		41.4114	-71.7465	4
02812	Carolina	carolina	RI	009		41.4691	-71.6751	4
02813	Charlestown	charlestown	RI	009		41.4007	-71.6615	4
02822	Exeter	exeter	RI	009		41.574	-71.6076	4
02832	Hope Valley	hope-valley	RI	009		41.5096	-71.7339	4
02833	Hopkinton	hopkinton	RI	009		41.4751	-71.7726	4
02836	Kenyon	kenyon	RI	009		41.4474	-71.6204	4
02852	North Kingstown	north-kingstown	RI	009		41.5894	-71.4625	4
02873	Rockville	rockville	RI	009		41.5199	-71.774	4
02874	Saunderstown	saunderstown	RI	009		41.5105	-71.4427	4
02875	Shannock	shannock	RI	009		41.456	-71.6355	4
02877	Slocum	slocum	RI	009		41.5289	-71.5299	4
02879	Wakefield	wakefield	RI	009		41.4437	-71.5342	4
02880	Wakefield	wakefield	RI	009		41.3753	-71.6439	4
02881	Kingston	kingston	RI	009		41.4803	-71.5292	4
02882	Narragansett	narragansett	RI	009		41.4353	-71.4616	4
02883	Peace Dale	peace-dale	RI	009		41.4512	-71.4987	4
02891	Westerly	westerly	RI	009		41.3691	-71.8126	4
02892	West Kingston	west-kingston	RI	009		41.5058	-71.6211	4
02894	Wood River Junction	wood-river-junction	RI	009		41.45	-71.7074	4
02898	Wyoming	wyoming	RI	009		41.5041	-71.663	4
29620	Abbeville	abbeville	SC	001		34.1819	-82.3785	4
29628	Calhoun Falls	calhoun-falls	SC	001		34.0999	-82.5805	4
29638	Donalds	donalds	SC	001		34.3304	-82.3367	4
29639	Due West	due-west	SC	001		34.3344	-82.4002	4
29659	Lowndesville	lowndesville	SC	001		34.2126	-82.6496	4
29137	Salley	salley	SC	003		33.5972	-81.3184	4
29164	Wagener	wagener	SC	003		33.6494	-81.3995	4
29801	Aiken	aiken	SC	003		33.553	-81.7194	4
29802	Aiken	aiken	SC	003		33.5604	-81.7196	4
29803	Aiken	aiken	SC	003		33.5059	-81.6951	4
29804	Aiken	aiken	SC	003		33.5377	-81.5999	4
29805	Aiken	aiken	SC	003		33.6993	-81.6465	4
29808	Aiken	aiken	SC	003		33.5377	-81.5999	4
29809	New Ellenton	new-ellenton	SC	003		33.413	-81.69	4
29816	Bath	bath	SC	003		33.5046	-81.869	4
29822	Clearwater	clearwater	SC	003		33.4997	-81.8649	4
29828	Gloverville	gloverville	SC	003		33.5182	-81.8277	4
29829	Graniteville	graniteville	SC	003		33.563	-81.8147	4
29831	Jackson	jackson	SC	003		33.3389	-81.7976	4
29834	Langley	langley	SC	003		33.5179	-81.844	4
29839	Montmorenci	montmorenci	SC	003		33.5073	-81.5992	4
29841	North Augusta	north-augusta	SC	003		33.5251	-81.9394	4
29842	Beech Island	beech-island	SC	003		33.4707	-81.8639	4
29850	Vaucluse	vaucluse	SC	003		33.6126	-81.8098	4
29851	Warrenville	warrenville	SC	003		33.526	-81.7956	4
29856	Windsor	windsor	SC	003		33.4674	-81.5136	4
29860	North Augusta	north-augusta	SC	003		33.6028	-81.9748	4
29861	North Augusta	north-augusta	SC	003		33.5018	-81.9651	4
29810	Allendale	allendale	SC	005		33.0077	-81.3203	4
29827	Fairfax	fairfax	SC	005		32.9515	-81.2586	4
29836	Martin	martin	SC	005		33.1093	-81.5003	4
29846	Sycamore	sycamore	SC	005		33.0241	-81.2258	4
29849	Ulmer	ulmer	SC	005		33.0988	-81.2068	4
29621	Anderson	anderson	SC	007		34.5261	-82.6304	4
29622	Anderson	anderson	SC	007		34.5034	-82.6501	4
29623	Anderson	anderson	SC	007		34.4381	-82.8354	4
29624	Anderson	anderson	SC	007		34.4373	-82.6251	4
29625	Anderson	anderson	SC	007		34.5271	-82.7087	4
29626	Anderson	anderson	SC	007		34.4596	-82.7614	4
29627	Belton	belton	SC	007		34.5087	-82.5101	4
29654	Honea Path	honea-path	SC	007		34.4417	-82.4255	4
29655	Iva	iva	SC	007		34.3198	-82.6574	4
29656	La France	la-france	SC	007		34.6252	-82.7654	4
29669	Pelzer	pelzer	SC	007		34.6461	-82.4673	4
29670	Pendleton	pendleton	SC	007		34.6369	-82.7406	4
29677	Sandy Springs	sandy-springs	SC	007		34.5975	-82.7568	4
29684	Starr	starr	SC	007		34.3962	-82.6897	4
29689	Townville	townville	SC	007		34.5226	-82.8963	4
29697	Williamston	williamston	SC	007		34.6206	-82.511	4
29003	Bamberg	bamberg	SC	009		33.2779	-81.0177	4
29042	Denmark	denmark	SC	009		33.3209	-81.1407	4
29081	Ehrhardt	ehrhardt	SC	009		33.1044	-81.0221	4
29843	Olar	olar	SC	009		33.1836	-81.164	4
29812	Barnwell	barnwell	SC	011		33.2335	-81.3523	4
29813	Hilda	hilda	SC	011		33.2735	-81.247	4
29817	Blackville	blackville	SC	011		33.3645	-81.2718	4
29826	Elko	elko	SC	011		33.3804	-81.3796	4
29853	Williston	williston	SC	011		33.3926	-81.4161	4
29901	Beaufort	beaufort	SC	013		32.4244	-80.5653	4
29902	Beaufort	beaufort	SC	013		32.4316	-80.6698	4
29903	Beaufort	beaufort	SC	013		32.444	-80.7352	4
29904	Beaufort	beaufort	SC	013		32.3906	-80.661	4
29905	Parris Island	parris-island	SC	013		32.3281	-80.6915	4
29906	Beaufort	beaufort	SC	013		32.3823	-80.7603	4
29907	Beaufort	beaufort	SC	013		32.4316	-80.6698	4
29910	Bluffton	bluffton	SC	013		32.2513	-80.8721	4
29914	Dale	dale	SC	013		32.5527	-80.677	4
29915	Daufuskie Island	daufuskie-island	SC	013		32.1145	-80.8686	1
29920	Saint Helena Island	saint-helena-island	SC	013		32.3716	-80.5383	4
29925	Hilton Head Island	hilton-head-island	SC	013		32.2132	-80.7997	4
29926	Hilton Head Island	hilton-head-island	SC	013		32.2077	-80.7476	4
29928	Hilton Head Island	hilton-head-island	SC	013		32.1665	-80.7569	4
29931	Lobeco	lobeco	SC	013		32.5527	-80.7434	4
29935	Port Royal	port-royal	SC	013		32.3874	-80.6844	4
29938	Hilton Head Island	hilton-head-island	SC	013		32.3906	-80.661	4
29940	Seabrook	seabrook	SC	013		32.5693	-80.7192	4
29941	Sheldon	sheldon	SC	013		32.5431	-80.8126	4
29410	Hanahan	hanahan	SC	015		32.9185	-80.022	4
29431	Bonneau	bonneau	SC	015		33.2703	-79.8736	4
29434	Cordesville	cordesville	SC	015		33.1362	-79.8826	4
29436	Cross	cross	SC	015		33.3364	-80.1859	4
29445	Goose Creek	goose-creek	SC	015		33.058	-80.0101	4
29450	Huger	huger	SC	015		33.0439	-79.7841	4
29453	Jamestown	jamestown	SC	015		33.2221	-79.6282	4
29456	Ladson	ladson	SC	015		32.993	-80.1257	4
29461	Moncks Corner	moncks-corner	SC	015		33.1971	-80.0233	4
29468	Pineville	pineville	SC	015		33.4199	-80.0932	4
29469	Pinopolis	pinopolis	SC	015		33.2241	-80.0398	4
29476	Russellville	russellville	SC	015		33.3971	-79.9717	4
29479	Saint Stephen	saint-stephen	SC	015		33.3362	-79.9236	4
29486	Summerville	summerville	SC	015		33.0185	-80.1756	4
29492	Charleston	charleston	SC	015		32.9668	-79.8528	4
29030	Cameron	cameron	SC	017		33.5703	-80.7081	4
29135	Saint Matthews	saint-matthews	SC	017		33.6967	-80.8678	4
29401	Charleston	charleston	SC	019		32.7795	-79.9371	4
29402	Charleston	charleston	SC	019		32.7766	-79.9309	4
29403	Charleston	charleston	SC	019		32.7976	-79.9493	4
29404	Charleston Afb	charleston-afb	SC	019		32.8982	-80.0686	1
29405	North Charleston	north-charleston	SC	019		32.853	-79.9913	4
29406	Charleston	charleston	SC	019		32.9352	-80.0325	4
29407	Charleston	charleston	SC	019		32.7993	-80.006	4
29409	Charleston	charleston	SC	019		32.7961	-79.9605	4
29412	Charleston	charleston	SC	019		32.718	-79.9537	4
29413	Charleston	charleston	SC	019		32.8488	-79.8577	4
29414	Charleston	charleston	SC	019		32.8215	-80.0568	4
29415	North Charleston	north-charleston	SC	019		32.8546	-79.9748	4
29416	Charleston	charleston	SC	019		32.8488	-79.8577	4
29417	Charleston	charleston	SC	019		32.8488	-79.8577	4
29418	North Charleston	north-charleston	SC	019		32.8929	-80.0458	4
29419	North Charleston	north-charleston	SC	019		32.8546	-79.9748	4
29422	Charleston	charleston	SC	019		32.8488	-79.8577	4
29423	Charleston	charleston	SC	019		32.8488	-79.8577	4
29424	Charleston	charleston	SC	019		32.7831	-79.937	4
29425	Charleston	charleston	SC	019		32.7862	-79.9471	4
29426	Adams Run	adams-run	SC	019		32.779	-80.3288	4
29429	Awendaw	awendaw	SC	019		33.0063	-79.6561	4
29439	Folly Beach	folly-beach	SC	019		32.663	-79.927	4
29449	Hollywood	hollywood	SC	019		32.7105	-80.2744	4
29451	Isle Of Palms	isle-of-palms	SC	019		32.7943	-79.7729	4
29455	Johns Island	johns-island	SC	019		32.7924	-80.1081	4
29457	Johns Island	johns-island	SC	019		32.7924	-80.1081	4
29458	Mc Clellanville	mc-clellanville	SC	019		33.1194	-79.5074	1
29464	Mount Pleasant	mount-pleasant	SC	019		32.8473	-79.8206	4
29465	Mount Pleasant	mount-pleasant	SC	019		32.7941	-79.8626	4
29466	Mount Pleasant	mount-pleasant	SC	019		32.8674	-79.8049	4
29470	Ravenel	ravenel	SC	019		32.7881	-80.2223	4
29482	Sullivans Island	sullivans-island	SC	019		32.7637	-79.8399	4
29487	Wadmalaw Island	wadmalaw-island	SC	019		32.6529	-80.1829	4
29340	Gaffney	gaffney	SC	021		35.0615	-81.6491	4
29341	Gaffney	gaffney	SC	021		35.0999	-81.7056	4
29342	Gaffney	gaffney	SC	021		34.9963	-81.6524	4
29702	Blacksburg	blacksburg	SC	021		35.1095	-81.4942	4
29014	Blackstock	blackstock	SC	023		34.5779	-81.1249	4
29055	Great Falls	great-falls	SC	023		34.5705	-80.9133	4
29706	Chester	chester	SC	023		34.7149	-81.2186	4
29712	Edgemoor	edgemoor	SC	023		34.797	-80.9891	4
29714	Fort Lawn	fort-lawn	SC	023		34.7006	-80.9092	4
29724	Lando	lando	SC	023		34.7763	-81.0101	4
29729	Richburg	richburg	SC	023		34.6822	-80.9891	4
29101	Mc Bee	mc-bee	SC	025		34.4606	-80.2544	1
29520	Cheraw	cheraw	SC	025		34.6863	-79.9174	4
29584	Patrick	patrick	SC	025		34.5598	-80.065	4
29709	Chesterfield	chesterfield	SC	025		34.7278	-80.0958	4
29718	Jefferson	jefferson	SC	025		34.6546	-80.3639	4
29727	Mount Croghan	mount-croghan	SC	025		34.7439	-80.2428	4
29728	Pageland	pageland	SC	025		34.7722	-80.3966	4
29741	Ruby	ruby	SC	025		34.7379	-80.191	4
29001	Alcolu	alcolu	SC	027		33.7684	-80.1788	4
29041	Davis Station	davis-station	SC	027		33.6027	-80.2645	4
29051	Gable	gable	SC	027		33.8644	-80.1276	4
29102	Manning	manning	SC	027		33.6184	-80.2116	4
29111	New Zion	new-zion	SC	027		33.7957	-80.0148	4
29143	Sardinia	sardinia	SC	027		33.8343	-80.0829	4
29148	Summerton	summerton	SC	027		33.5946	-80.3606	4
29162	Turbeville	turbeville	SC	027		33.8907	-80.0184	4
29082	Lodge	lodge	SC	029		33.0377	-80.9417	4
29433	Canadys	canadys	SC	029		33.0614	-80.6312	4
29435	Cottageville	cottageville	SC	029		32.9612	-80.4794	4
29438	Edisto Island	edisto-island	SC	029		32.5486	-80.307	4
29446	Green Pond	green-pond	SC	029		32.6628	-80.528	4
29452	Jacksonboro	jacksonboro	SC	029		32.7305	-80.4609	4
29474	Round O	round-o	SC	029		32.9405	-80.5739	4
29475	Ruffin	ruffin	SC	029		33.0103	-80.8137	4
29481	Smoaks	smoaks	SC	029		33.0963	-80.813	4
29488	Walterboro	walterboro	SC	029		32.9052	-80.6668	4
29493	Williams	williams	SC	029		33.0327	-80.8445	4
29929	Islandton	islandton	SC	029		32.9503	-80.8916	4
29069	Lamar	lamar	SC	031		34.1862	-80.0963	4
29079	Lydia	lydia	SC	031		34.289	-80.1123	4
29532	Darlington	darlington	SC	031		34.3003	-79.8732	4
29540	Darlington	darlington	SC	031		34.3843	-79.8422	4
29550	Hartsville	hartsville	SC	031		34.3756	-80.0842	4
29551	Hartsville	hartsville	SC	031		34.3659	-80.1324	4
29593	Society Hill	society-hill	SC	031		34.4512	-79.8865	4
29536	Dillon	dillon	SC	033		34.4146	-79.377	4
29543	Fork	fork	SC	033		34.2873	-79.2501	4
29547	Hamer	hamer	SC	033		34.4849	-79.3502	4
29563	Lake View	lake-view	SC	033		34.3445	-79.1929	4
29565	Latta	latta	SC	033		34.3398	-79.4417	4
29567	Little Rock	little-rock	SC	033		34.5613	-79.4335	4
29420	North Charleston	north-charleston	SC	035		32.9336	-80.1026	4
29437	Dorchester	dorchester	SC	035		33.1247	-80.4034	4
29447	Grover	grover	SC	035		33.1052	-80.5948	4
29448	Harleyville	harleyville	SC	035		33.2205	-80.4501	4
29471	Reevesville	reevesville	SC	035		33.1872	-80.6672	4
29472	Ridgeville	ridgeville	SC	035		33.108	-80.3086	4
29477	Saint George	saint-george	SC	035		33.1845	-80.5732	4
29483	Summerville	summerville	SC	035		33.028	-80.1739	4
29484	Summerville	summerville	SC	035		33.0023	-80.2267	4
29485	Summerville	summerville	SC	035		32.9756	-80.1831	4
29824	Edgefield	edgefield	SC	037		33.8056	-81.966	4
29832	Johnston	johnston	SC	037		33.8231	-81.7972	4
29847	Trenton	trenton	SC	037		33.6938	-81.8534	4
29015	Blair	blair	SC	039		34.4967	-81.3459	4
29065	Jenkinsville	jenkinsville	SC	039		34.2717	-81.2712	4
29130	Ridgeway	ridgeway	SC	039		34.3167	-80.9288	4
29132	Rion	rion	SC	039		34.3074	-81.1252	4
29180	Winnsboro	winnsboro	SC	039		34.381	-81.109	4
29114	Olanta	olanta	SC	041		33.9285	-79.9153	4
29161	Timmonsville	timmonsville	SC	041		34.1012	-79.9378	4
29501	Florence	florence	SC	041		34.1838	-79.7728	4
29502	Florence	florence	SC	041		34.201	-79.7847	4
29503	Florence	florence	SC	041		34.063	-79.6506	4
29504	Florence	florence	SC	041		34.0416	-79.6933	4
29505	Florence	florence	SC	041		34.1231	-79.6893	4
29506	Florence	florence	SC	041		34.2153	-79.6468	4
29530	Coward	coward	SC	041		33.9905	-79.7515	4
29541	Effingham	effingham	SC	041		34.0946	-79.7918	4
29555	Johnsonville	johnsonville	SC	041		33.8299	-79.4783	4
29560	Lake City	lake-city	SC	041		33.8655	-79.7418	4
29583	Pamplico	pamplico	SC	041		33.9922	-79.5929	4
29591	Scranton	scranton	SC	041		33.9281	-79.7731	4
29440	Georgetown	georgetown	SC	043		33.4308	-79.3235	4
29442	Georgetown	georgetown	SC	043		33.4037	-79.2264	4
29510	Andrews	andrews	SC	043		33.4525	-79.5604	4
29576	Murrells Inlet	murrells-inlet	SC	043		33.5507	-79.0528	4
29585	Pawleys Island	pawleys-island	SC	043		33.4508	-79.1341	4
29601	Greenville	greenville	SC	045		34.8472	-82.406	4
29602	Greenville	greenville	SC	045		34.8007	-82.3956	4
29603	Greenville	greenville	SC	045		34.8377	-82.3715	4
29604	Greenville	greenville	SC	045		34.8497	-82.4538	4
29605	Greenville	greenville	SC	045		34.8001	-82.3932	4
29606	Greenville	greenville	SC	045		34.8497	-82.4538	4
29607	Greenville	greenville	SC	045		34.8285	-82.3516	4
29608	Greenville	greenville	SC	045		34.8497	-82.4538	4
29609	Greenville	greenville	SC	045		34.8921	-82.4002	4
29610	Greenville	greenville	SC	045		34.8497	-82.4538	4
29611	Greenville	greenville	SC	045		34.8533	-82.4493	4
29612	Greenville	greenville	SC	045		34.8497	-82.4538	4
29613	Greenville	greenville	SC	045		34.9249	-82.4331	4
29614	Greenville	greenville	SC	045		34.8724	-82.3626	4
29615	Greenville	greenville	SC	045		34.8661	-82.3198	4
29616	Greenville	greenville	SC	045		34.8526	-82.394	4
29617	Greenville	greenville	SC	045		34.912	-82.4666	4
29635	Cleveland	cleveland	SC	045		35.0654	-82.6093	4
29636	Conestee	conestee	SC	045		34.7682	-82.3498	4
29644	Fountain Inn	fountain-inn	SC	045		34.6578	-82.2441	4
29650	Greer	greer	SC	045		34.8968	-82.2674	4
29651	Greer	greer	SC	045		34.9453	-82.2209	4
29652	Greer	greer	SC	045		34.9387	-82.2271	4
29661	Marietta	marietta	SC	045		35.0296	-82.5136	4
29662	Mauldin	mauldin	SC	045		34.7807	-82.3035	4
29673	Piedmont	piedmont	SC	045		34.7244	-82.4702	4
29680	Simpsonville	simpsonville	SC	045		34.6962	-82.2893	4
29681	Simpsonville	simpsonville	SC	045		34.7512	-82.255	4
29683	Slater	slater	SC	045		35.0289	-82.4941	4
29687	Taylors	taylors	SC	045		34.9245	-82.3197	4
29688	Tigerville	tigerville	SC	045		35.0477	-82.353	4
29690	Travelers Rest	travelers-rest	SC	045		35.0039	-82.4272	4
29646	Greenwood	greenwood	SC	047		34.1758	-82.1562	4
29647	Greenwood	greenwood	SC	047		34.1788	-82.1631	4
29648	Greenwood	greenwood	SC	047		34.2124	-82.1681	4
29649	Greenwood	greenwood	SC	047		34.223	-82.1582	4
29653	Hodges	hodges	SC	047		34.2882	-82.2142	4
29666	Ninety Six	ninety-six	SC	047		34.1652	-82.0292	4
29692	Ware Shoals	ware-shoals	SC	047		34.4025	-82.2678	4
29695	Hodges	hodges	SC	047		34.2876	-82.2443	4
29819	Bradley	bradley	SC	047		34.0326	-82.2027	4
29848	Troy	troy	SC	047		33.9876	-82.2979	4
29911	Brunson	brunson	SC	049		32.9413	-81.1807	4
29913	Crocketville	crocketville	SC	049		32.9166	-81.0773	4
29916	Early Branch	early-branch	SC	049		32.723	-80.9634	4
29918	Estill	estill	SC	049		32.7375	-81.2178	4
29921	Furman	furman	SC	049		32.6816	-81.1882	4
29922	Garnett	garnett	SC	049		32.6007	-81.2396	4
29923	Gifford	gifford	SC	049		32.8596	-81.239	4
29924	Hampton	hampton	SC	049		32.8729	-81.0973	4
29932	Luray	luray	SC	049		32.8138	-81.2398	4
29933	Miley	miley	SC	049		32.9479	-81.0318	4
29939	Scotia	scotia	SC	049		32.6786	-81.2455	4
29944	Varnville	varnville	SC	049		32.8349	-81.0288	4
29945	Yemassee	yemassee	SC	049		32.643	-80.8129	4
29511	Aynor	aynor	SC	051		33.9823	-79.1777	4
29526	Conway	conway	SC	051		33.8731	-79.0557	4
29527	Conway	conway	SC	051		33.7827	-79.1473	4
29528	Conway	conway	SC	051		33.9358	-78.9192	4
29544	Galivants Ferry	galivants-ferry	SC	051		34.0563	-79.2464	4
29545	Green Sea	green-sea	SC	051		34.1668	-78.9589	4
29566	Little River	little-river	SC	051		33.8768	-78.6508	4
29568	Longs	longs	SC	051		33.9064	-78.7934	4
29569	Loris	loris	SC	051		34.0558	-78.9161	4
29572	Myrtle Beach	myrtle-beach	SC	051		33.7587	-78.8044	4
29575	Myrtle Beach	myrtle-beach	SC	051		33.6286	-78.9736	4
29577	Myrtle Beach	myrtle-beach	SC	051		33.6994	-78.9137	4
29578	Myrtle Beach	myrtle-beach	SC	051		33.7389	-78.9996	4
29579	Myrtle Beach	myrtle-beach	SC	051		33.7377	-78.9787	4
29581	Nichols	nichols	SC	051		34.2426	-79.1625	4
29582	North Myrtle Beach	north-myrtle-beach	SC	051		33.8343	-78.6606	4
29587	Myrtle Beach	myrtle-beach	SC	051		33.6211	-78.9632	4
29588	Myrtle Beach	myrtle-beach	SC	051		33.7226	-78.9782	4
29597	North Myrtle Beach	north-myrtle-beach	SC	051		33.816	-78.68	4
29598	North Myrtle Beach	north-myrtle-beach	SC	051		33.816	-78.68	4
29909	Okatie	okatie	SC	053		32.3301	-80.8435	4
29912	Coosawhatchie	coosawhatchie	SC	053		32.5888	-80.9273	4
29927	Hardeeville	hardeeville	SC	053		32.2635	-81.0669	4
29934	Pineland	pineland	SC	053		32.5931	-81.1078	4
29936	Ridgeland	ridgeland	SC	053		32.4807	-80.9804	4
29943	Tillman	tillman	SC	053		32.468	-81.1667	4
29009	Bethune	bethune	SC	055		34.4201	-80.3662	4
29020	Camden	camden	SC	055		34.2696	-80.591	4
29021	Camden	camden	SC	055		34.2974	-80.6089	4
29032	Cassatt	cassatt	SC	055		34.3424	-80.5	4
29045	Elgin	elgin	SC	055		34.162	-80.8113	4
29074	Liberty Hill	liberty-hill	SC	055		34.457	-80.7892	4
29078	Lugoff	lugoff	SC	055		34.2296	-80.7147	4
29175	Westville	westville	SC	055		34.4418	-80.6033	4
29058	Heath Springs	heath-springs	SC	057		34.6024	-80.7103	4
29067	Kershaw	kershaw	SC	057		34.5578	-80.5546	4
29707	Fort Mill	fort-mill	SC	057		34.9773	-80.8584	4
29720	Lancaster	lancaster	SC	057		34.749	-80.7616	4
09359	APO AE	apo-ae				48.6884	9.1677	
29721	Lancaster	lancaster	SC	057		34.6994	-80.7817	4
29722	Lancaster	lancaster	SC	057		34.7673	-80.6589	4
29744	Van Wyck	van-wyck	SC	057		34.8585	-80.8459	4
29325	Clinton	clinton	SC	059		34.4707	-81.8772	4
29332	Cross Hill	cross-hill	SC	059		34.2693	-81.9843	4
29351	Joanna	joanna	SC	059		34.4068	-81.8191	4
29360	Laurens	laurens	SC	059		34.499	-82.0143	4
29370	Mountville	mountville	SC	059		34.3408	-81.9584	4
29384	Waterloo	waterloo	SC	059		34.3367	-82.088	4
29645	Gray Court	gray-court	SC	059		34.5953	-82.1147	4
29010	Bishopville	bishopville	SC	061		34.2241	-80.275	4
29046	Elliott	elliott	SC	061		34.1071	-80.1637	4
29080	Lynchburg	lynchburg	SC	061		34.0526	-80.0988	4
29006	Batesburg	batesburg	SC	063		33.8702	-81.5505	4
29033	Cayce	cayce	SC	063		33.9626	-81.0671	4
29036	Chapin	chapin	SC	063		34.1312	-81.3318	4
29053	Gaston	gaston	SC	063		33.8337	-81.1174	4
29054	Gilbert	gilbert	SC	063		33.9581	-81.3914	4
29070	Leesville	leesville	SC	063		33.9132	-81.4598	4
29071	Lexington	lexington	SC	063		33.9815	-81.2362	4
29072	Lexington	lexington	SC	063		33.9724	-81.2359	4
29073	Lexington	lexington	SC	063		33.8632	-81.2351	4
29123	Pelion	pelion	SC	063		33.7766	-81.2502	4
29160	Swansea	swansea	SC	063		33.7339	-81.0933	4
29169	West Columbia	west-columbia	SC	063		33.995	-81.0888	4
29170	West Columbia	west-columbia	SC	063		33.9568	-81.1405	4
29171	West Columbia	west-columbia	SC	063		33.9252	-81.2483	4
29172	West Columbia	west-columbia	SC	063		33.9	-81.091	4
29212	Columbia	columbia	SC	063		34.0726	-81.1796	1
29228	Columbia	columbia	SC	063		33.9252	-81.2483	1
29821	Clarks Hill	clarks-hill	SC	065		33.6505	-82.1488	4
29835	Mc Cormick	mc-cormick	SC	065		33.9146	-82.2719	1
29838	Modoc	modoc	SC	065		33.7052	-82.2187	4
29840	Mount Carmel	mount-carmel	SC	065		34.0065	-82.5324	4
29844	Parksville	parksville	SC	065		33.7854	-82.2111	4
29845	Plum Branch	plum-branch	SC	065		33.8329	-82.248	4
29899	Mc Cormick	mc-cormick	SC	065		33.8356	-82.32	1
29519	Centenary	centenary	SC	067		34.027	-79.3537	4
29546	Gresham	gresham	SC	067		33.9069	-79.3564	4
29571	Marion	marion	SC	067		34.1562	-79.3898	4
29574	Mullins	mullins	SC	067		34.2044	-79.2542	4
29589	Rains	rains	SC	067		34.1053	-79.3221	4
29592	Sellers	sellers	SC	067		34.258	-79.4783	4
29512	Bennettsville	bennettsville	SC	069		34.6255	-79.6898	4
29516	Blenheim	blenheim	SC	069		34.5171	-79.6442	4
29525	Clio	clio	SC	069		34.5805	-79.5453	4
29570	Mc Coll	mc-coll	SC	069		34.6704	-79.5597	1
29594	Tatum	tatum	SC	069		34.6405	-79.5869	4
29596	Wallace	wallace	SC	069		34.7307	-79.8011	4
29037	Chappells	chappells	SC	071		34.1856	-81.8644	4
29075	Little Mountain	little-mountain	SC	071		34.1676	-81.4184	4
29108	Newberry	newberry	SC	071		34.2847	-81.6157	4
29122	Peak	peak	SC	071		34.2386	-81.3271	4
29126	Pomaria	pomaria	SC	071		34.3063	-81.45	4
29127	Prosperity	prosperity	SC	071		34.1832	-81.5324	4
29145	Silverstreet	silverstreet	SC	071		34.2207	-81.7741	4
29178	Whitmire	whitmire	SC	071		34.4955	-81.606	4
29355	Kinards	kinards	SC	071		34.3804	-81.7773	4
29643	Fair Play	fair-play	SC	073		34.5112	-82.9854	4
29658	Long Creek	long-creek	SC	073		34.7634	-83.2776	1
29664	Mountain Rest	mountain-rest	SC	073		34.8541	-83.1134	1
29665	Newry	newry	SC	073		34.7247	-82.9106	4
29672	Seneca	seneca	SC	073		34.774	-82.9457	4
29675	Richland	richland	SC	073		34.7641	-83.0883	4
29676	Salem	salem	SC	073		34.8728	-82.9607	4
29678	Seneca	seneca	SC	073		34.6828	-82.9362	4
29679	Seneca	seneca	SC	073		34.6857	-82.9532	4
29686	Tamassee	tamassee	SC	073		34.897	-83.0375	4
29691	Walhalla	walhalla	SC	073		34.7648	-83.064	4
29693	Westminster	westminster	SC	073		34.6965	-83.1535	4
29696	West Union	west-union	SC	073		34.7516	-83.0399	4
29018	Bowman	bowman	SC	075		33.3475	-80.6709	4
29038	Cope	cope	SC	075		33.3726	-80.9631	4
29039	Cordova	cordova	SC	075		33.4275	-80.8857	4
29047	Elloree	elloree	SC	075		33.531	-80.572	4
29048	Eutawville	eutawville	SC	075		33.3922	-80.32	4
29059	Holly Hill	holly-hill	SC	075		33.3276	-80.4024	4
29107	Neeses	neeses	SC	075		33.5318	-81.1232	4
29112	North	north	SC	075		33.6211	-81.0601	4
29113	Norway	norway	SC	075		33.4534	-81.1097	4
29115	Orangeburg	orangeburg	SC	075		33.5025	-80.8593	4
29116	Orangeburg	orangeburg	SC	075		33.4959	-80.8246	4
29117	Orangeburg	orangeburg	SC	075		33.4918	-80.8556	4
29118	Orangeburg	orangeburg	SC	075		33.5675	-80.9248	4
29133	Rowesville	rowesville	SC	075		33.3703	-80.8331	4
29142	Santee	santee	SC	075		33.4835	-80.4805	4
29146	Springfield	springfield	SC	075		33.5343	-81.2499	4
29163	Vance	vance	SC	075		33.4139	-80.4617	4
29432	Branchville	branchville	SC	075		33.2628	-80.8059	4
29630	Central	central	SC	077		34.7401	-82.7947	4
29631	Clemson	clemson	SC	077		34.6831	-82.825	4
29632	Clemson	clemson	SC	077		34.6834	-82.8374	4
29633	Clemson	clemson	SC	077		34.6834	-82.8374	4
29634	Clemson	clemson	SC	077		34.6834	-82.8374	4
29640	Easley	easley	SC	077		34.829	-82.5796	4
29641	Easley	easley	SC	077		34.8135	-82.6531	4
29642	Easley	easley	SC	077		34.7901	-82.5937	4
29657	Liberty	liberty	SC	077		34.7872	-82.6974	4
09360	APO AE	apo-ae				49.032	8.3426	
29667	Norris	norris	SC	077		34.7648	-82.7567	4
29671	Pickens	pickens	SC	077		34.9024	-82.7058	4
29682	Six Mile	six-mile	SC	077		34.8283	-82.8278	4
29685	Sunset	sunset	SC	077		34.9706	-82.8076	4
29002	Ballentine	ballentine	SC	079		34.1265	-81.2348	4
29016	Blythewood	blythewood	SC	079		34.1911	-80.9758	4
29044	Eastover	eastover	SC	079		33.9153	-80.6996	4
29052	Gadsden	gadsden	SC	079		33.8455	-80.7532	4
29061	Hopkins	hopkins	SC	079		33.9349	-80.8449	4
29063	Irmo	irmo	SC	079		34.1103	-81.1966	4
29147	State Park	state-park	SC	079		34.0907	-80.9662	4
29177	White Rock	white-rock	SC	079		34.1504	-81.2601	4
29201	Columbia	columbia	SC	079		34.0004	-81.0334	4
29202	Columbia	columbia	SC	079		34.0007	-81.0348	4
29203	Columbia	columbia	SC	079		34.0635	-81.0265	4
29204	Columbia	columbia	SC	079		34.026	-81.0046	4
29205	Columbia	columbia	SC	079		33.9903	-80.9997	4
29206	Columbia	columbia	SC	079		34.0247	-80.9532	4
29207	Columbia	columbia	SC	079		34.0197	-80.9391	4
29208	Columbia	columbia	SC	079		34.0007	-81.0348	4
29209	Columbia	columbia	SC	079		33.9659	-80.9355	4
29210	Columbia	columbia	SC	079		34.0479	-81.1101	4
29211	Columbia	columbia	SC	079		34.0007	-81.0348	4
29214	Columbia	columbia	SC	079		34.0007	-81.0348	4
29215	Columbia	columbia	SC	079		34.006	-80.9708	4
29216	Columbia	columbia	SC	079		34.0007	-81.0348	4
29217	Columbia	columbia	SC	079		34.0007	-81.0348	4
29218	Columbia	columbia	SC	079		34.0007	-81.0348	4
29219	Columbia	columbia	SC	079		34.006	-80.9708	4
29220	Columbia	columbia	SC	079		34.0007	-81.0348	4
29221	Columbia	columbia	SC	079		34.006	-80.9708	4
29222	Columbia	columbia	SC	079		34.006	-80.9708	4
29223	Columbia	columbia	SC	079		34.0853	-80.9167	4
29224	Columbia	columbia	SC	079		34.006	-80.9708	4
29225	Columbia	columbia	SC	079		34.0007	-81.0348	4
29226	Columbia	columbia	SC	079		34.006	-80.9708	4
29227	Columbia	columbia	SC	079		34.006	-80.9708	4
29229	Columbia	columbia	SC	079		34.1388	-80.8892	4
29230	Columbia	columbia	SC	079		34.1075	-81.0626	4
29240	Columbia	columbia	SC	079		34.006	-80.9708	4
29250	Columbia	columbia	SC	079		34.006	-80.9708	4
29260	Columbia	columbia	SC	079		34.006	-80.9708	4
29290	Columbia	columbia	SC	079		34.006	-80.9708	4
29292	Columbia	columbia	SC	079		34.006	-80.9708	4
29105	Monetta	monetta	SC	081		33.8084	-81.5956	4
29129	Ridge Spring	ridge-spring	SC	081		33.8714	-81.6559	4
29138	Saluda	saluda	SC	081		34.0175	-81.7754	4
29166	Ward	ward	SC	081		33.8849	-81.7283	4
29301	Spartanburg	spartanburg	SC	083		34.9352	-81.9654	4
29302	Spartanburg	spartanburg	SC	083		34.8939	-81.834	4
29303	Spartanburg	spartanburg	SC	083		34.9803	-81.9168	4
29304	Spartanburg	spartanburg	SC	083		34.9166	-81.8639	4
29305	Spartanburg	spartanburg	SC	083		34.9496	-81.932	4
29306	Spartanburg	spartanburg	SC	083		34.8937	-81.9228	4
29307	Spartanburg	spartanburg	SC	083		34.9839	-81.8313	4
29316	Boiling Springs	boiling-springs	SC	083		35.0465	-81.9818	4
29319	Spartanburg	spartanburg	SC	083		34.9496	-81.932	4
29320	Arcadia	arcadia	SC	083		34.9572	-81.9916	4
29322	Campobello	campobello	SC	083		35.108	-82.1403	4
29323	Chesnee	chesnee	SC	083		35.1154	-81.8678	4
29324	Clifton	clifton	SC	083		34.9796	-81.8179	4
29329	Converse	converse	SC	083		34.9921	-81.8348	4
29330	Cowpens	cowpens	SC	083		35.039	-81.822	4
29331	Cross Anchor	cross-anchor	SC	083		34.6383	-81.8567	4
29333	Drayton	drayton	SC	083		34.9685	-81.9064	4
29334	Duncan	duncan	SC	083		34.9176	-82.1258	4
29335	Enoree	enoree	SC	083		34.671	-81.9237	4
29336	Fairforest	fairforest	SC	083		34.9565	-82.0101	4
29338	Fingerville	fingerville	SC	083		35.134	-82.0065	4
29346	Glendale	glendale	SC	083		34.9448	-81.8376	4
29348	Gramling	gramling	SC	083		35.0768	-82.1326	4
29349	Inman	inman	SC	083		35.0528	-82.054	4
29356	Landrum	landrum	SC	083		35.1565	-82.2115	4
29365	Lyman	lyman	SC	083		34.9684	-82.1435	4
29368	Mayo	mayo	SC	083		35.084	-81.8598	4
29369	Moore	moore	SC	083		34.8646	-82.0215	4
29372	Pacolet	pacolet	SC	083		34.9017	-81.7587	4
29373	Pacolet Mills	pacolet-mills	SC	083		34.9226	-81.7426	4
29374	Pauline	pauline	SC	083		34.7855	-81.8492	4
29375	Reidville	reidville	SC	083		34.8636	-82.1101	4
29376	Roebuck	roebuck	SC	083		34.8688	-81.9526	4
29377	Startex	startex	SC	083		34.9285	-82.099	4
29378	Una	una	SC	083		34.969	-81.9704	4
29385	Wellford	wellford	SC	083		34.9514	-82.0927	4
29386	White Stone	white-stone	SC	083		34.8882	-81.969	4
29388	Woodruff	woodruff	SC	083		34.7579	-82.0447	4
29040	Dalzell	dalzell	SC	085		34.0144	-80.4665	4
29062	Horatio	horatio	SC	085		34.0213	-80.5659	4
29104	Mayesville	mayesville	SC	085		33.9502	-80.2173	4
29125	Pinewood	pinewood	SC	085		33.7642	-80.4978	4
29128	Rembert	rembert	SC	085		34.1085	-80.4945	4
29150	Sumter	sumter	SC	085		33.9137	-80.3542	4
29151	Sumter	sumter	SC	085		33.8999	-80.3743	4
29152	Shaw Afb	shaw-afb	SC	085		33.9204	-80.3415	1
29153	Sumter	sumter	SC	085		33.9446	-80.3206	4
29154	Sumter	sumter	SC	085		33.8821	-80.4028	4
29168	Wedgefield	wedgefield	SC	085		33.8953	-80.498	4
29031	Carlisle	carlisle	SC	087		34.567	-81.4814	4
29321	Buffalo	buffalo	SC	087		34.7247	-81.6826	4
29353	Jonesville	jonesville	SC	087		34.8125	-81.6431	4
29364	Lockhart	lockhart	SC	087		34.7865	-81.462	4
29379	Union	union	SC	087		34.7269	-81.6202	4
29395	Jonesville	jonesville	SC	087		34.8466	-81.7227	4
29056	Greeleyville	greeleyville	SC	089		33.5966	-79.9802	4
29518	Cades	cades	SC	089		33.7886	-79.848	4
29554	Hemingway	hemingway	SC	089		33.7419	-79.4489	4
29556	Kingstree	kingstree	SC	089		33.6878	-79.7832	4
29564	Lane	lane	SC	089		33.5083	-79.8715	4
29580	Nesmith	nesmith	SC	089		33.6625	-79.5589	4
29590	Salters	salters	SC	089		33.5611	-79.83	4
29703	Bowling Green	bowling-green	SC	091		35.1499	-81.2123	4
29704	Catawba	catawba	SC	091		34.8507	-80.9342	4
29708	Fort Mill	fort-mill	SC	091		35.0502	-80.9908	4
29710	Clover	clover	SC	091		35.1065	-81.2201	4
29715	Fort Mill	fort-mill	SC	091		35.0108	-80.9266	4
29716	Fort Mill	fort-mill	SC	091		35.0074	-80.9451	4
29717	Hickory Grove	hickory-grove	SC	091		34.9708	-81.4306	4
29726	Mc Connells	mc-connells	SC	091		34.8677	-81.2368	1
29730	Rock Hill	rock-hill	SC	091		34.9151	-81.0129	4
29731	Rock Hill	rock-hill	SC	091		34.9926	-81.1787	4
29732	Rock Hill	rock-hill	SC	091		34.9681	-81.0489	4
29733	Rock Hill	rock-hill	SC	091		34.9926	-81.1787	4
29734	Rock Hill	rock-hill	SC	091		34.9926	-81.1787	4
29742	Sharon	sharon	SC	091		34.9084	-81.3729	4
29743	Smyrna	smyrna	SC	091		35.0308	-81.3896	4
29745	York	york	SC	091		34.9947	-81.2245	4
57368	Plankinton	plankinton	SD	003		43.7373	-98.4694	4
57375	Stickney	stickney	SD	003		43.5842	-98.5088	4
57383	White Lake	white-lake	SD	003		43.7564	-98.7076	4
57324	Cavour	cavour	SD	005		44.365	-98.0208	4
57348	Hitchcock	hitchcock	SD	005		44.5834	-98.4509	4
57350	Huron	huron	SD	005		44.359	-98.2163	4
57379	Virgil	virgil	SD	005		44.2908	-98.4243	4
57381	Wessington	wessington	SD	005		44.4128	-98.692	4
57384	Wolsey	wolsey	SD	005		44.3991	-98.4743	4
57386	Yale	yale	SD	005		44.5225	-98.0401	4
57399	Huron	huron	SD	005		44.3633	-98.2143	4
57551	Martin	martin	SD	007		43.1722	-101.7341	4
57574	Tuthill	tuthill	SD	007		43.1196	-101.4701	4
57714	Allen	allen	SD	007		43.2908	-101.9329	4
57059	Scotland	scotland	SD	009		43.1212	-97.7296	4
57062	Springfield	springfield	SD	009		42.8687	-97.9288	4
57063	Tabor	tabor	SD	009		42.9383	-97.6923	4
57066	Tyndall	tyndall	SD	009		42.99	-97.8633	4
57315	Avon	avon	SD	009		43.0397	-98.0283	4
57002	Aurora	aurora	SD	011		44.2838	-96.7043	4
57006	Brookings	brookings	SD	011		44.3056	-96.7914	4
57007	Brookings	brookings	SD	011		44.3697	-96.7907	4
57026	Elkton	elkton	SD	011		44.235	-96.5011	4
57061	Sinai	sinai	SD	011		44.2444	-97.0409	4
57071	Volga	volga	SD	011		44.3224	-96.9251	4
57220	Bruce	bruce	SD	011		44.4675	-96.911	4
57276	White	white	SD	011		44.4132	-96.615	4
57401	Aberdeen	aberdeen	SD	013		45.4661	-98.4856	4
57402	Aberdeen	aberdeen	SD	013		45.5896	-98.352	4
57426	Barnard	barnard	SD	013		45.7325	-98.4965	4
57427	Bath	bath	SD	013		45.4564	-98.3552	4
57432	Claremont	claremont	SD	013		45.6661	-98.0404	4
57433	Columbia	columbia	SD	013		45.6512	-98.3158	4
57439	Ferney	ferney	SD	013		45.329	-98.0837	4
57441	Frederick	frederick	SD	013		45.8493	-98.5176	4
57445	Groton	groton	SD	013		45.4503	-98.1058	4
57446	Hecla	hecla	SD	013		45.8725	-98.1918	4
57449	Houghton	houghton	SD	013		45.7967	-98.0952	4
57474	Stratford	stratford	SD	013		45.2866	-98.2792	4
57479	Warner	warner	SD	013		45.3486	-98.4757	4
57481	Westport	westport	SD	013		45.6705	-98.5802	4
57325	Chamberlain	chamberlain	SD	015		43.7953	-99.3118	4
57326	Chamberlain	chamberlain	SD	015		43.8108	-99.3307	4
57355	Kimball	kimball	SD	015		43.7467	-98.9584	4
57370	Pukwana	pukwana	SD	015		43.7783	-99.1779	4
57339	Fort Thompson	fort-thompson	SD	017		44.0517	-99.3973	4
57341	Gann Valley	gann-valley	SD	017		44.0693	-99.0543	1
57717	Belle Fourche	belle-fourche	SD	019		44.6723	-103.8396	4
57760	Newell	newell	SD	019		44.741	-103.3914	4
57762	Nisland	nisland	SD	019		44.6665	-103.5402	4
57788	Vale	vale	SD	019		44.6222	-103.3795	4
57632	Herreid	herreid	SD	021		45.8452	-100.049	4
57646	Mound City	mound-city	SD	021		45.6786	-100.0479	4
57648	Pollock	pollock	SD	021		45.889	-100.2875	4
57329	Dante	dante	SD	023		42.9967	-98.1746	4
57342	Geddes	geddes	SD	023		43.2597	-98.6926	4
57356	Lake Andes	lake-andes	SD	023		43.1303	-98.4964	4
57361	Marty	marty	SD	023		42.9925	-98.4251	4
57367	Pickstown	pickstown	SD	023		43.0673	-98.523	4
57369	Platte	platte	SD	023		43.4251	-98.9479	4
57380	Wagner	wagner	SD	023		43.0819	-98.2819	4
57217	Bradley	bradley	SD	025		45.0751	-97.6387	4
57225	Clark	clark	SD	025		44.878	-97.7265	4
57236	Garden City	garden-city	SD	025		44.9841	-97.5814	4
57258	Raymond	raymond	SD	025		44.8637	-97.9168	4
57271	Vienna	vienna	SD	025		44.7362	-97.5307	4
57278	Willow Lake	willow-lake	SD	025		44.6272	-97.6747	4
57322	Carpenter	carpenter	SD	025		44.6648	-97.9168	4
57010	Burbank	burbank	SD	027		42.7638	-96.8466	4
57037	Irene	irene	SD	027		43.1027	-97.2558	4
57069	Vermillion	vermillion	SD	027		42.7951	-96.9258	4
57073	Wakonda	wakonda	SD	027		42.996	-97.0694	4
57201	Watertown	watertown	SD	029		44.9043	-97.124	4
57235	Florence	florence	SD	029		45.0554	-97.2866	4
57243	Henry	henry	SD	029		44.8858	-97.4442	4
57245	Kranzburg	kranzburg	SD	029		44.8923	-96.9174	4
57263	South Shore	south-shore	SD	029		45.1049	-96.9859	4
57272	Wallace	wallace	SD	029		45.0815	-97.4458	4
57621	Bullhead	bullhead	SD	031		45.7656	-101.0807	4
57634	Keldron	keldron	SD	031		45.7528	-101.8843	4
57639	Little Eagle	little-eagle	SD	031		45.6758	-100.8043	4
57641	Mc Intosh	mc-intosh	SD	031		45.7084	-101.1546	1
57642	Mc Laughlin	mc-laughlin	SD	031		45.8763	-100.8915	1
57645	Morristown	morristown	SD	031		45.9386	-101.7232	4
57657	Trail City	trail-city	SD	031		45.4725	-100.7254	4
57658	Wakpala	wakpala	SD	031		45.7006	-100.5332	4
57659	Walker	walker	SD	031		45.9103	-101.0904	4
57660	Watauga	watauga	SD	031		45.9276	-101.5129	4
57722	Buffalo Gap	buffalo-gap	SD	033		43.4958	-103.3157	1
57730	Custer	custer	SD	033		43.6573	-103.4258	4
57738	Fairburn	fairburn	SD	033		43.6623	-103.2133	4
57744	Hermosa	hermosa	SD	033		43.8188	-103.206	4
57773	Pringle	pringle	SD	033		43.6086	-103.5938	4
57301	Mitchell	mitchell	SD	035		43.7094	-98.0298	4
57334	Ethan	ethan	SD	035		43.5478	-97.9881	4
57363	Mount Vernon	mount-vernon	SD	035		43.7204	-98.2633	4
57219	Bristol	bristol	SD	037		45.288	-97.8086	4
57239	Grenville	grenville	SD	037		45.5097	-97.3092	4
57261	Roslyn	roslyn	SD	037		45.5006	-97.5401	4
57273	Waubay	waubay	SD	037		45.3784	-97.295	4
57274	Webster	webster	SD	037		45.3151	-97.5254	4
57422	Andover	andover	SD	037		45.4222	-97.9175	4
57468	Pierpont	pierpont	SD	037		45.496	-97.8128	4
57213	Astoria	astoria	SD	039		44.5735	-96.5416	4
57218	Brandt	brandt	SD	039		44.6738	-96.6435	4
57226	Clear Lake	clear-lake	SD	039		44.7612	-96.6907	4
57237	Gary	gary	SD	039		44.827	-96.5044	4
57238	Goodwin	goodwin	SD	039		44.8754	-96.8608	4
57268	Toronto	toronto	SD	039		44.5786	-96.7077	4
57625	Eagle Butte	eagle-butte	SD	041		45.0016	-101.2329	4
57630	Glencross	glencross	SD	041		45.4483	-100.9213	4
57633	Isabel	isabel	SD	041		45.3962	-101.4385	4
57636	Lantry	lantry	SD	041		45.0144	-101.4315	4
57652	Ridgeview	ridgeview	SD	041		45.2024	-100.605	4
57656	Timber Lake	timber-lake	SD	041		45.3927	-101.0351	4
57661	Whitehorse	whitehorse	SD	041		45.2705	-100.8865	4
57313	Armour	armour	SD	043		43.316	-98.3414	4
57328	Corsica	corsica	SD	043		43.4213	-98.3564	4
57330	Delmont	delmont	SD	043		43.2573	-98.1596	4
57344	Harrison	harrison	SD	043		43.4297	-98.5273	4
57364	New Holland	new-holland	SD	043		43.4291	-98.6069	4
57428	Bowdle	bowdle	SD	045		45.453	-99.654	4
57448	Hosmer	hosmer	SD	045		45.569	-99.4857	4
57451	Ipswich	ipswich	SD	045		45.4489	-99.0148	4
57471	Roscoe	roscoe	SD	045		45.4271	-99.3326	4
57735	Edgemont	edgemont	SD	047		43.2874	-103.811	4
57747	Hot Springs	hot-springs	SD	047		43.4223	-103.4766	4
57763	Oelrichs	oelrichs	SD	047		43.1551	-103.2162	4
57766	Oral	oral	SD	047		43.3876	-103.1832	4
57782	Smithwick	smithwick	SD	047		43.3014	-103.2183	4
57435	Cresbard	cresbard	SD	049		45.1691	-98.9411	4
57438	Faulkton	faulkton	SD	049		45.0855	-99.1954	4
57466	Onaka	onaka	SD	049		45.1965	-99.4551	4
57467	Orient	orient	SD	049		44.8343	-99.1058	4
57470	Rockham	rockham	SD	049		44.8767	-98.8669	4
57473	Seneca	seneca	SD	049		45.0262	-99.461	4
57216	Big Stone City	big-stone-city	SD	051		45.285	-96.5614	4
57246	Labolt	labolt	SD	051		45.0415	-96.6892	4
57251	Marvin	marvin	SD	051		45.2727	-96.91	4
57252	Milbank	milbank	SD	051		45.2061	-96.6255	4
57259	Revillo	revillo	SD	051		45.0805	-96.5557	4
57264	Stockholm	stockholm	SD	051		45.1031	-96.8106	4
57265	Strandburg	strandburg	SD	051		45.0389	-96.7901	4
57269	Twin Brooks	twin-brooks	SD	051		45.2309	-96.8237	4
57317	Bonesteel	bonesteel	SD	053		43.0695	-98.988	4
57335	Fairfax	fairfax	SD	053		43.0351	-98.8308	4
57523	Burke	burke	SD	053		43.1825	-99.2937	4
57529	Dallas	dallas	SD	053		43.2351	-99.514	4
57533	Gregory	gregory	SD	053		43.2136	-99.3622	4
57538	Herrick	herrick	SD	053		43.1012	-99.2173	4
57571	Saint Charles	saint-charles	SD	053		43.0852	-99.0925	4
57552	Midland	midland	SD	055		44.0717	-101.1554	4
57553	Milesville	milesville	SD	055		44.4283	-101.7523	4
57567	Philip	philip	SD	055		44.055	-101.6876	4
57221	Bryant	bryant	SD	057		44.5987	-97.4537	4
57223	Castlewood	castlewood	SD	057		44.7313	-97.0204	4
57234	Estelline	estelline	SD	057		44.6029	-96.8928	4
57241	Hayti	hayti	SD	057		44.6647	-97.2305	4
57242	Hazel	hazel	SD	057		44.7572	-97.3083	4
57248	Lake Norden	lake-norden	SD	057		44.5844	-97.2009	4
57362	Miller	miller	SD	059		44.4966	-98.9894	4
57371	Ree Heights	ree-heights	SD	059		44.5603	-99.2286	4
57373	Saint Lawrence	saint-lawrence	SD	059		44.5215	-98.8754	4
57311	Alexandria	alexandria	SD	061		43.6684	-97.7563	4
57332	Emery	emery	SD	061		43.5656	-97.6475	4
57340	Fulton	fulton	SD	061		43.7588	-97.8712	4
57650	Ralph	ralph	SD	063		45.8554	-103.0356	4
57651	Reva	reva	SD	063		45.5277	-103.0692	4
57720	Buffalo	buffalo	SD	063		45.574	-103.5826	4
57724	Camp Crook	camp-crook	SD	063		45.6402	-104.0278	1
09405	APO AE	apo-ae				52.0933	1.3204	
57755	Ludlow	ludlow	SD	063		45.8366	-103.3491	4
57776	Redig	redig	SD	063		45.2711	-103.5482	4
57501	Pierre	pierre	SD	065		44.3695	-100.3211	4
57522	Blunt	blunt	SD	065		44.5026	-99.9463	4
57536	Harrold	harrold	SD	065		44.5215	-99.7382	4
57029	Freeman	freeman	SD	067		43.3605	-97.4601	4
57045	Menno	menno	SD	067		43.234	-97.565	4
57052	Olivet	olivet	SD	067		43.2928	-97.7184	4
57331	Dimock	dimock	SD	067		43.4705	-97.9988	4
57354	Kaylor	kaylor	SD	067		43.3341	-97.7569	4
57366	Parkston	parkston	SD	067		43.3978	-97.9678	4
57376	Tripp	tripp	SD	067		43.2404	-97.9713	4
57345	Highmore	highmore	SD	069		44.5326	-99.4543	4
57346	Stephan	stephan	SD	069		44.248	-99.4532	4
57540	Holabird	holabird	SD	069		44.5173	-99.5943	4
57521	Belvidere	belvidere	SD	071		43.886	-101.2387	4
57543	Kadoka	kadoka	SD	071		43.8446	-101.5523	4
57547	Long Valley	long-valley	SD	071		43.4754	-101.4294	4
57577	Wanblee	wanblee	SD	071		43.5589	-101.7219	4
57750	Interior	interior	SD	071		43.7319	-101.9642	4
57312	Alpena	alpena	SD	073		44.1709	-98.3962	4
57358	Lane	lane	SD	073		44.0696	-98.4252	4
57382	Wessington Springs	wessington-springs	SD	073		44.0664	-98.6751	4
57531	Draper	draper	SD	075		43.926	-100.5085	4
57559	Murdo	murdo	SD	075		43.8961	-100.7121	4
57562	Okaton	okaton	SD	075		43.8861	-100.8918	4
57051	Oldham	oldham	SD	077		44.2457	-97.2696	4
57212	Arlington	arlington	SD	077		44.3668	-97.0687	4
57214	Badger	badger	SD	077		44.4918	-97.2184	4
57231	De Smet	de-smet	SD	077		44.3852	-97.5634	4
57233	Erwin	erwin	SD	077		44.4915	-97.4103	4
57249	Lake Preston	lake-preston	SD	077		44.3692	-97.3828	4
57353	Iroquois	iroquois	SD	077		44.3455	-97.8542	4
57016	Chester	chester	SD	079		43.8981	-96.9759	4
57042	Madison	madison	SD	079		44.0054	-97.1149	4
57050	Nunda	nunda	SD	079		44.1525	-96.9942	4
57054	Ramona	ramona	SD	079		44.1229	-97.2349	4
57057	Rutland	rutland	SD	079		44.0683	-96.9519	4
57075	Wentworth	wentworth	SD	079		43.9852	-96.9615	4
57076	Winfred	winfred	SD	079		43.9972	-97.3623	4
57732	Deadwood	deadwood	SD	081		44.3767	-103.7296	4
57754	Lead	lead	SD	081		44.263	-103.8712	4
57759	Nemo	nemo	SD	081		44.2097	-103.5449	4
57779	Saint Onge	saint-onge	SD	081		44.5473	-103.7232	4
57783	Spearfish	spearfish	SD	081		44.4946	-103.865	4
57793	Whitewood	whitewood	SD	081		44.4589	-103.637	4
57799	Spearfish	spearfish	SD	081		44.4958	-103.8703	4
57013	Canton	canton	SD	083		43.3038	-96.5938	4
57027	Fairview	fairview	SD	083		43.197	-96.5135	4
57032	Harrisburg	harrisburg	SD	083		43.446	-96.6864	4
57034	Hudson	hudson	SD	083		43.1284	-96.5306	4
57039	Lennox	lennox	SD	083		43.3451	-96.8821	4
57064	Tea	tea	SD	083		43.4711	-96.8177	4
57077	Worthing	worthing	SD	083		43.3291	-96.7628	4
57365	Oacoma	oacoma	SD	085		43.7975	-99.3947	4
57544	Kennebec	kennebec	SD	085		43.8921	-99.8502	4
57548	Lower Brule	lower-brule	SD	085		44.0937	-99.6139	4
57568	Presho	presho	SD	085		43.8995	-100.0746	4
57569	Reliance	reliance	SD	085		43.8789	-99.6032	4
57576	Vivian	vivian	SD	085		43.9535	-100.286	4
57012	Canistota	canistota	SD	087		43.5856	-97.2889	4
57048	Montrose	montrose	SD	087		43.7063	-97.1885	4
57058	Salem	salem	SD	087		43.7356	-97.3797	4
57319	Bridgewater	bridgewater	SD	087		43.5503	-97.4691	4
57374	Spencer	spencer	SD	087		43.7557	-97.5936	4
57437	Eureka	eureka	SD	089		45.7707	-99.3308	4
57456	Leola	leola	SD	089		45.7228	-98.9409	4
57457	Long Lake	long-lake	SD	089		45.8566	-99.2051	4
57232	Eden	eden	SD	091		45.6211	-97.3741	4
57247	Lake City	lake-city	SD	091		45.6899	-97.3481	4
57270	Veblen	veblen	SD	091		45.8535	-97.3122	4
57421	Amherst	amherst	SD	091		45.7585	-97.9274	4
57430	Britton	britton	SD	091		45.8023	-97.7418	4
57454	Langford	langford	SD	091		45.6174	-97.7925	4
57626	Faith	faith	SD	093		44.9926	-102.0541	4
57706	Ellsworth Afb	ellsworth-afb	SD	093		44.1447	-103.0759	1
57718	Black Hawk	black-hawk	SD	093		44.1512	-103.3486	1
57737	Enning	enning	SD	093		44.5755	-102.5632	4
57741	Fort Meade	fort-meade	SD	093		44.4093	-103.4554	1
57748	Howes	howes	SD	093		44.5838	-102.0229	4
57758	Mud Butte	mud-butte	SD	093		45.031	-102.8031	4
57769	Piedmont	piedmont	SD	093		44.2287	-103.3688	4
57785	Sturgis	sturgis	SD	093		44.3692	-103.3617	4
57787	Union Center	union-center	SD	093		44.6539	-102.7252	4
57792	White Owl	white-owl	SD	093		44.6182	-102.4452	4
57560	Norris	norris	SD	095		43.4662	-101.1517	4
57579	White River	white-river	SD	095		43.5666	-100.7449	4
57585	Wood	wood	SD	095		43.5366	-100.4379	4
57321	Canova	canova	SD	097		43.8855	-97.5342	4
57323	Carthage	carthage	SD	097		44.1496	-97.7116	4
57337	Fedora	fedora	SD	097		43.9841	-97.789	4
57349	Howard	howard	SD	097		44.0371	-97.5603	4
57003	Baltic	baltic	SD	099		43.7309	-96.7563	4
57005	Brandon	brandon	SD	099		43.5926	-96.586	4
57018	Colton	colton	SD	099		43.7951	-96.9572	4
57020	Crooks	crooks	SD	099		43.6669	-96.8221	4
57022	Dell Rapids	dell-rapids	SD	099		43.8228	-96.7223	4
57030	Garretson	garretson	SD	099		43.7162	-96.5196	4
57033	Hartford	hartford	SD	099		43.6155	-96.9501	4
57035	Humboldt	humboldt	SD	099		43.612	-97.0697	4
57041	Lyons	lyons	SD	099		43.7285	-96.8709	4
57055	Renner	renner	SD	099		43.6366	-96.7119	4
57068	Valley Springs	valley-springs	SD	099		43.5773	-96.4956	4
57101	Sioux Falls	sioux-falls	SD	099		43.5464	-96.6906	4
57103	Sioux Falls	sioux-falls	SD	099		43.5374	-96.6864	4
57104	Sioux Falls	sioux-falls	SD	099		43.5514	-96.7375	4
57105	Sioux Falls	sioux-falls	SD	099		43.524	-96.7341	4
57106	Sioux Falls	sioux-falls	SD	099		43.5179	-96.7924	4
57107	Sioux Falls	sioux-falls	SD	099		43.5566	-96.8028	4
57108	Sioux Falls	sioux-falls	SD	099		43.4775	-96.7041	4
57109	Sioux Falls	sioux-falls	SD	099		43.6746	-96.7913	4
57110	Sioux Falls	sioux-falls	SD	099		43.5486	-96.6332	4
57117	Sioux Falls	sioux-falls	SD	099		43.6746	-96.7913	4
57118	Sioux Falls	sioux-falls	SD	099		43.6746	-96.7913	4
57186	Sioux Falls	sioux-falls	SD	099		43.5424	-96.7312	4
57193	Sioux Falls	sioux-falls	SD	099		43.6746	-96.7913	4
57197	Sioux Falls	sioux-falls	SD	099		43.6746	-96.7913	4
57198	Sioux Falls	sioux-falls	SD	099		43.6746	-96.7913	4
57017	Colman	colman	SD	101		43.9558	-96.8189	4
57024	Egan	egan	SD	101		43.9866	-96.6493	4
57028	Flandreau	flandreau	SD	101		44.0658	-96.6222	4
57065	Trent	trent	SD	101		43.8942	-96.6326	4
57701	Rapid City	rapid-city	SD	103		44.1415	-103.2052	4
57702	Rapid City	rapid-city	SD	103		44.0036	-103.3589	4
57703	Rapid City	rapid-city	SD	103		44.048	-103.1763	4
57709	Rapid City	rapid-city	SD	103		44.0761	-103.3171	4
57719	Box Elder	box-elder	SD	103		44.1199	-103.0682	4
57725	Caputa	caputa	SD	103		43.9481	-102.7935	4
57745	Hill City	hill-city	SD	103		43.9377	-103.5782	4
57751	Keystone	keystone	SD	103		43.8848	-103.3995	4
57761	New Underwood	new-underwood	SD	103		44.0874	-102.8136	4
57767	Owanka	owanka	SD	103		44.0631	-102.5628	4
57775	Quinn	quinn	SD	103		44.1035	-102.0159	4
57780	Scenic	scenic	SD	103		43.7994	-102.5353	4
57790	Wall	wall	SD	103		43.9812	-102.2245	4
57791	Wasta	wasta	SD	103		44.225	-102.4311	4
57620	Bison	bison	SD	105		45.5161	-102.4827	4
57638	Lemmon	lemmon	SD	105		45.9159	-102.1928	4
57640	Lodgepole	lodgepole	SD	105		45.8232	-102.7599	4
57644	Meadow	meadow	SD	105		45.3538	-102.2844	4
57649	Prairie City	prairie-city	SD	105		45.5813	-102.8085	4
57442	Gettysburg	gettysburg	SD	107		45.0259	-99.9766	4
57450	Hoven	hoven	SD	107		45.2278	-99.7763	4
57455	Lebanon	lebanon	SD	107		45.0123	-99.7366	4
57475	Tolstoy	tolstoy	SD	107		45.1702	-99.6176	4
57224	Claire City	claire-city	SD	109		45.8755	-97.1073	4
57227	Corona	corona	SD	109		45.3595	-96.6649	4
57255	New Effington	new-effington	SD	109		45.8659	-96.915	4
57256	Ortley	ortley	SD	109		45.2657	-97.1925	4
57257	Peever	peever	SD	109		45.5206	-97.0012	4
57260	Rosholt	rosholt	SD	109		45.8753	-96.7174	4
57262	Sisseton	sisseton	SD	109		45.6732	-97.0715	4
57266	Summit	summit	SD	109		45.3521	-97.0427	4
57279	Wilmot	wilmot	SD	109		45.4125	-96.856	4
57314	Artesian	artesian	SD	111		44.021	-98.0114	4
57359	Letcher	letcher	SD	111		43.8923	-98.1743	4
57385	Woonsocket	woonsocket	SD	111		44.0572	-98.243	4
57716	Batesland	batesland	SD	113		43.1085	-102.2006	4
57752	Kyle	kyle	SD	113		43.425	-102.1765	4
57756	Manderson	manderson	SD	113		43.2353	-102.4707	1
57764	Oglala	oglala	SD	113		43.1886	-102.7396	4
57770	Pine Ridge	pine-ridge	SD	113		43.1124	-102.5984	4
57772	Porcupine	porcupine	SD	113		43.2397	-102.331	4
57794	Wounded Knee	wounded-knee	SD	113		43.1405	-102.3657	1
57424	Ashton	ashton	SD	115		45.0465	-98.3973	4
57429	Brentford	brentford	SD	115		45.1635	-98.3193	4
57434	Conde	conde	SD	115		45.1393	-98.1534	4
57436	Doland	doland	SD	115		44.8159	-98.0947	4
57440	Frankfort	frankfort	SD	115		44.8084	-98.2935	4
57460	Mansfield	mansfield	SD	115		45.243	-98.5629	4
57461	Mellette	mellette	SD	115		45.1631	-98.4824	4
57465	Northville	northville	SD	115		45.1611	-98.6589	4
57469	Redfield	redfield	SD	115		44.8719	-98.5112	4
57476	Tulare	tulare	SD	115		44.7305	-98.5539	4
57477	Turton	turton	SD	115		45.0379	-98.0996	4
57532	Fort Pierre	fort-pierre	SD	117		44.3426	-100.4043	4
57537	Hayes	hayes	SD	117		44.3703	-101.0215	4
57520	Agar	agar	SD	119		44.8393	-100.0712	4
57564	Onida	onida	SD	119		44.7125	-100.0957	4
57555	Mission	mission	SD	121		43.285	-100.5954	4
57563	Okreek	okreek	SD	121		43.3633	-100.3809	4
57566	Parmelee	parmelee	SD	121		43.3117	-101.0081	4
57570	Rosebud	rosebud	SD	121		43.2328	-100.8535	4
57572	Saint Francis	saint-francis	SD	121		43.1444	-100.9051	4
57528	Colome	colome	SD	123		43.2273	-99.6933	4
57534	Hamill	hamill	SD	123		43.6439	-99.6918	4
57541	Ideal	ideal	SD	123		43.5596	-99.9279	4
57580	Winner	winner	SD	123		43.3318	-99.8033	4
57584	Witten	witten	SD	123		43.4498	-100.0783	4
57014	Centerville	centerville	SD	125		43.1176	-96.9636	4
57015	Chancellor	chancellor	SD	125		43.408	-96.9827	4
57021	Davis	davis	SD	125		43.2864	-96.9792	4
57036	Hurley	hurley	SD	125		43.2893	-97.1904	4
57043	Marion	marion	SD	125		43.4188	-97.2771	4
57047	Monroe	monroe	SD	125		43.5207	-97.212	4
57053	Parker	parker	SD	125		43.402	-97.1333	4
57070	Viborg	viborg	SD	125		43.1815	-97.114	4
57001	Alcester	alcester	SD	127		43.0047	-96.6332	4
57004	Beresford	beresford	SD	127		43.0874	-96.7813	4
57025	Elk Point	elk-point	SD	127		42.7382	-96.687	4
57038	Jefferson	jefferson	SD	127		42.6013	-96.5784	4
57049	North Sioux City	north-sioux-city	SD	127		42.5249	-96.5074	4
57420	Akaska	akaska	SD	129		45.3324	-100.1186	4
57452	Java	java	SD	129		45.4492	-99.822	4
57472	Selby	selby	SD	129		45.4786	-100.0541	4
57601	Mobridge	mobridge	SD	129		45.5407	-100.4315	4
57631	Glenham	glenham	SD	129		45.5335	-100.2716	4
57031	Gayville	gayville	SD	135		42.8835	-97.183	4
57040	Lesterville	lesterville	SD	135		43.0394	-97.5956	4
57046	Mission Hill	mission-hill	SD	135		42.9836	-97.3349	4
57067	Utica	utica	SD	135		43.0164	-97.3694	4
57072	Volin	volin	SD	135		42.9572	-97.1803	4
57078	Yankton	yankton	SD	135		42.8821	-97.3986	4
57622	Cherry Creek	cherry-creek	SD	137		44.6055	-101.4999	4
57623	Dupree	dupree	SD	137		45.0079	-101.6337	4
37705	Andersonville	andersonville	TN	001		36.1915	-84.0544	4
37710	Briceville	briceville	TN	001		36.1626	-84.2992	4
37716	Clinton	clinton	TN	001		36.0869	-84.1897	4
37717	Clinton	clinton	TN	001		36.11	-84.1672	4
37769	Lake City	lake-city	TN	001		36.2032	-84.1386	4
37828	Norris	norris	TN	001		36.2005	-84.0858	4
37830	Oak Ridge	oak-ridge	TN	001		36.0159	-84.2623	4
37831	Oak Ridge	oak-ridge	TN	001		36.106	-84.1958	4
37020	Bell Buckle	bell-buckle	TN	003		35.6381	-86.3949	4
37160	Shelbyville	shelbyville	TN	003		35.4863	-86.4624	4
37161	Shelbyville	shelbyville	TN	003		35.4834	-86.4603	4
37162	Shelbyville	shelbyville	TN	003		35.5108	-86.45	4
37180	Unionville	unionville	TN	003		35.6224	-86.5639	4
37183	Wartrace	wartrace	TN	003		35.5123	-86.3277	4
37360	Normandy	normandy	TN	003		35.4296	-86.2557	4
38221	Big Sandy	big-sandy	TN	005		36.2285	-88.0627	4
38320	Camden	camden	TN	005		36.0556	-88.1119	4
38333	Eva	eva	TN	005		36.1142	-87.982	4
38341	Holladay	holladay	TN	005		35.8951	-88.0912	4
37367	Pikeville	pikeville	TN	007		35.6408	-85.2077	4
37701	Alcoa	alcoa	TN	009		35.7852	-83.9809	4
37737	Friendsville	friendsville	TN	009		35.7523	-84.1061	4
37777	Louisville	louisville	TN	009		35.8375	-84.0089	4
37801	Maryville	maryville	TN	009		35.6884	-84.0769	4
37802	Maryville	maryville	TN	009		35.7565	-83.9705	4
37803	Maryville	maryville	TN	009		35.6539	-83.9956	4
37804	Maryville	maryville	TN	009		35.7991	-83.8852	4
37853	Rockford	rockford	TN	009		35.8305	-83.9412	4
37878	Tallassee	tallassee	TN	009		35.5844	-83.9923	4
37882	Townsend	townsend	TN	009		35.6784	-83.7572	4
37886	Walland	walland	TN	009		35.7533	-83.8243	4
37310	Charleston	charleston	TN	011		35.2556	-84.7666	4
37311	Cleveland	cleveland	TN	011		35.1313	-84.875	4
37312	Cleveland	cleveland	TN	011		35.2023	-84.8476	4
37320	Cleveland	cleveland	TN	011		35.1727	-84.8619	4
37323	Cleveland	cleveland	TN	011		35.1361	-84.8457	4
37353	Mc Donald	mc-donald	TN	011		35.0869	-84.9892	1
37364	Cleveland	cleveland	TN	011		35.1727	-84.8619	4
37714	Caryville	caryville	TN	013		36.3028	-84.203	4
37729	Duff	duff	TN	013		36.5086	-84.0454	4
37757	Jacksboro	jacksboro	TN	013		36.3266	-84.1928	4
37762	Jellico	jellico	TN	013		36.577	-84.126	4
37766	La Follette	la-follette	TN	013		36.4248	-84.0907	1
37819	Newcomb	newcomb	TN	013		36.5428	-84.1798	4
37847	Pioneer	pioneer	TN	013		36.4695	-84.2907	4
37016	Auburntown	auburntown	TN	015		35.9338	-86.1126	4
37026	Bradyville	bradyville	TN	015		35.7053	-86.0912	4
37149	Readyville	readyville	TN	015		35.7989	-86.2415	4
37190	Woodbury	woodbury	TN	015		35.8143	-86.05	4
38201	Mc Kenzie	mc-kenzie	TN	017		36.1272	-88.5134	1
38220	Atwood	atwood	TN	017		35.9663	-88.6247	4
38235	Mc Lemoresville	mc-lemoresville	TN	017		35.9778	-88.5744	1
38258	Trezevant	trezevant	TN	017		36.0172	-88.61	4
38317	Bruceton	bruceton	TN	017		36.0268	-88.2518	4
38318	Buena Vista	buena-vista	TN	017		35.9431	-88.2926	4
38321	Cedar Grove	cedar-grove	TN	017		35.8613	-88.5517	4
38324	Clarksburg	clarksburg	TN	017		35.8675	-88.3934	4
38342	Hollow Rock	hollow-rock	TN	017		36.0381	-88.2737	4
38344	Huntingdon	huntingdon	TN	017		36.0062	-88.4202	4
38348	Lavinia	lavinia	TN	017		35.8583	-88.6324	4
38387	Westport	westport	TN	017		35.8845	-88.2892	4
38390	Yuma	yuma	TN	017		35.868	-88.3819	4
37643	Elizabethton	elizabethton	TN	019		36.3445	-82.2015	4
37644	Elizabethton	elizabethton	TN	019		36.3487	-82.2107	4
37658	Hampton	hampton	TN	019		36.2577	-82.1891	4
37682	Milligan College	milligan-college	TN	019		36.296	-82.3054	1
37687	Roan Mountain	roan-mountain	TN	019		36.1773	-82.081	4
37694	Watauga	watauga	TN	019		36.3702	-82.2683	4
37015	Ashland City	ashland-city	TN	021		36.2731	-87.0447	4
37035	Chapmansboro	chapmansboro	TN	021		36.3768	-87.1127	4
37082	Kingston Springs	kingston-springs	TN	021		36.0953	-87.1156	4
37143	Pegram	pegram	TN	021		36.1129	-87.0316	4
37146	Pleasant View	pleasant-view	TN	021		36.3783	-87.0395	4
38332	Enville	enville	TN	023		35.4393	-88.4206	4
38340	Henderson	henderson	TN	023		35.4269	-88.6398	4
38347	Jacks Creek	jacks-creek	TN	023		35.4782	-88.5019	4
38352	Luray	luray	TN	023		35.5355	-88.5379	4
37707	Arthur	arthur	TN	025		36.5481	-83.6707	4
37715	Clairfield	clairfield	TN	025		36.565	-83.9397	4
37724	Cumberland Gap	cumberland-gap	TN	025		36.5504	-83.681	4
37730	Eagan	eagan	TN	025		36.552	-83.9769	4
37752	Harrogate	harrogate	TN	025		36.5767	-83.6073	4
37773	Lone Mountain	lone-mountain	TN	025		36.3906	-83.5849	4
37824	New Tazewell	new-tazewell	TN	025		36.45	-83.5911	4
37825	New Tazewell	new-tazewell	TN	025		36.4245	-83.6469	4
37851	Pruden	pruden	TN	025		36.5862	-83.901	4
37867	Shawanee	shawanee	TN	025		36.5803	-83.6473	4
37870	Speedwell	speedwell	TN	025		36.4797	-83.8135	4
37879	Tazewell	tazewell	TN	025		36.471	-83.5552	4
38551	Celina	celina	TN	027		36.5475	-85.4966	4
38575	Moss	moss	TN	027		36.5966	-85.6772	4
37713	Bybee	bybee	TN	029		36.0482	-83.1793	4
37722	Cosby	cosby	TN	029		35.8347	-83.2187	4
37727	Del Rio	del-rio	TN	029		35.883	-83.015	4
37753	Hartford	hartford	TN	029		35.8256	-83.0996	4
37821	Newport	newport	TN	029		35.9544	-83.2027	4
37822	Newport	newport	TN	029		35.967	-83.1877	4
37843	Parrottsville	parrottsville	TN	029		35.9983	-83.0736	4
37018	Beechgrove	beechgrove	TN	031		35.6447	-86.2046	4
37342	Hillsboro	hillsboro	TN	031		35.3699	-85.9724	4
37349	Manchester	manchester	TN	031		35.4976	-86.0748	4
37355	Manchester	manchester	TN	031		35.4958	-86.0816	4
37382	Summitville	summitville	TN	031		35.5595	-85.9925	4
37388	Tullahoma	tullahoma	TN	031		35.3468	-86.22	4
37389	Arnold Afb	arnold-afb	TN	031		35.4976	-86.0748	1
38001	Alamo	alamo	TN	033		35.8017	-89.1765	4
38006	Bells	bells	TN	033		35.7198	-89.0729	4
38021	Crockett Mills	crockett-mills	TN	033		35.8676	-89.1692	4
38034	Friendship	friendship	TN	033		35.909	-89.2453	4
38050	Maury City	maury-city	TN	033		35.8379	-89.2273	4
38336	Fruitvale	fruitvale	TN	033		35.7484	-89.0327	4
38337	Gadsden	gadsden	TN	033		35.7799	-88.9929	4
37723	Crab Orchard	crab-orchard	TN	035		35.9537	-84.8205	4
38555	Crossville	crossville	TN	035		35.9623	-85.0514	4
38557	Crossville	crossville	TN	035		35.9885	-85.0124	4
38558	Crossville	crossville	TN	035		36.0077	-84.8719	4
38571	Crossville	crossville	TN	035		36.0527	-85.0138	4
38572	Crossville	crossville	TN	035		35.8487	-85.1308	4
38578	Pleasant Hill	pleasant-hill	TN	035		35.9813	-85.1984	4
37011	Antioch	antioch	TN	037		36.0601	-86.6722	4
37013	Antioch	antioch	TN	037		36.0595	-86.6592	4
37070	Goodlettsville	goodlettsville	TN	037		36.3231	-86.7133	4
37072	Goodlettsville	goodlettsville	TN	037		36.3417	-86.7212	4
37076	Hermitage	hermitage	TN	037		36.1848	-86.6002	4
37080	Joelton	joelton	TN	037		36.329	-86.9163	4
37115	Madison	madison	TN	037		36.2604	-86.7046	4
37116	Madison	madison	TN	037		36.1866	-86.7852	4
37138	Old Hickory	old-hickory	TN	037		36.2416	-86.6117	4
37189	Whites Creek	whites-creek	TN	037		36.2744	-86.8292	4
37201	Nashville	nashville	TN	037		36.1657	-86.7781	4
37202	Nashville	nashville	TN	037		36.3403	-86.8273	4
37203	Nashville	nashville	TN	037		36.1504	-86.7916	4
37204	Nashville	nashville	TN	037		36.1067	-86.7743	4
37205	Nashville	nashville	TN	037		36.1114	-86.869	4
37206	Nashville	nashville	TN	037		36.1798	-86.7411	4
37207	Nashville	nashville	TN	037		36.2195	-86.774	4
37208	Nashville	nashville	TN	037		36.1762	-86.8076	4
37209	Nashville	nashville	TN	037		36.1546	-86.8602	4
37210	Nashville	nashville	TN	037		36.1379	-86.741	4
37211	Nashville	nashville	TN	037		36.0725	-86.724	4
37212	Nashville	nashville	TN	037		36.1337	-86.8006	4
37213	Nashville	nashville	TN	037		36.1663	-86.7669	4
37214	Nashville	nashville	TN	037		36.1633	-86.6609	4
37215	Nashville	nashville	TN	037		36.0986	-86.8219	4
37216	Nashville	nashville	TN	037		36.2125	-86.7257	4
37217	Nashville	nashville	TN	037		36.1052	-86.6591	4
37218	Nashville	nashville	TN	037		36.2071	-86.8456	4
37219	Nashville	nashville	TN	037		36.1678	-86.7837	4
37220	Nashville	nashville	TN	037		36.0641	-86.7697	4
37221	Nashville	nashville	TN	037		36.0662	-86.9639	4
37222	Nashville	nashville	TN	037		36.1659	-86.7844	4
37224	Nashville	nashville	TN	037		36.1866	-86.7852	4
37227	Nashville	nashville	TN	037		36.1866	-86.7852	4
37228	Nashville	nashville	TN	037		36.1901	-86.8053	4
37229	Nashville	nashville	TN	037		36.1866	-86.7852	4
37230	Nashville	nashville	TN	037		36.1866	-86.7852	4
37232	Nashville	nashville	TN	037		36.1866	-86.7852	4
37234	Nashville	nashville	TN	037		36.1866	-86.7852	4
37235	Nashville	nashville	TN	037		36.1866	-86.7852	4
37236	Nashville	nashville	TN	037		36.1866	-86.7852	4
37238	Nashville	nashville	TN	037		36.1866	-86.7852	4
37240	Nashville	nashville	TN	037		36.1866	-86.7852	4
37241	Nashville	nashville	TN	037		36.1866	-86.7852	4
37242	Nashville	nashville	TN	037		36.1866	-86.7852	4
37243	Nashville	nashville	TN	037		36.165	-86.7821	4
37244	Nashville	nashville	TN	037		36.1866	-86.7852	4
37246	Nashville	nashville	TN	037		36.1586	-86.79	4
37250	Nashville	nashville	TN	037		36.1866	-86.7852	4
38311	Bath Springs	bath-springs	TN	039		35.4521	-88.1286	4
38329	Decaturville	decaturville	TN	039		35.5585	-88.1334	4
38363	Parsons	parsons	TN	039		35.6664	-88.1195	4
38374	Scotts Hill	scotts-hill	TN	039		35.505	-88.2405	4
38380	Sugar Tree	sugar-tree	TN	039		35.792	-88.0322	4
37012	Alexandria	alexandria	TN	041		36.0711	-86.0372	4
37059	Dowelltown	dowelltown	TN	041		35.9725	-85.9055	4
37095	Liberty	liberty	TN	041		36.0067	-85.9678	4
09415	FPO AE	fpo-ae				50.4406	-4.9954	
37166	Smithville	smithville	TN	041		35.9299	-85.8046	4
37029	Burns	burns	TN	043		36.0471	-87.3061	4
37036	Charlotte	charlotte	TN	043		36.2326	-87.2816	4
37051	Cumberland Furnace	cumberland-furnace	TN	043		36.2721	-87.3914	4
37055	Dickson	dickson	TN	043		36.076	-87.3995	4
37056	Dickson	dickson	TN	043		36.1469	-87.353	4
37165	Slayden	slayden	TN	043		36.2948	-87.4703	4
37181	Vanleer	vanleer	TN	043		36.2237	-87.4565	4
37187	White Bluff	white-bluff	TN	043		36.1253	-87.219	4
38007	Bogota	bogota	TN	045		36.164	-89.4384	4
38024	Dyersburg	dyersburg	TN	045		36.0444	-89.3836	4
38025	Dyersburg	dyersburg	TN	045		36.0345	-89.3856	4
38030	Finley	finley	TN	045		36.0169	-89.5134	4
38047	Lenox	lenox	TN	045		36.0892	-89.4984	4
38059	Newbern	newbern	TN	045		36.1009	-89.2514	4
38070	Tigrett	tigrett	TN	045		35.9515	-89.2401	4
38259	Trimble	trimble	TN	045		36.2011	-89.1863	4
38010	Braden	braden	TN	047		35.2886	-89.488	4
38036	Gallaway	gallaway	TN	047		35.3274	-89.6198	4
38045	Laconia	laconia	TN	047		35.2904	-89.2322	4
38046	La Grange	la-grange	TN	047		35.0454	-89.2437	4
38048	Macon	macon	TN	047		35.1507	-89.4814	4
38057	Moscow	moscow	TN	047		35.0588	-89.3595	4
38060	Oakland	oakland	TN	047		35.229	-89.5151	4
38066	Rossville	rossville	TN	047		35.0768	-89.5678	4
38068	Somerville	somerville	TN	047		35.2772	-89.3918	4
38076	Williston	williston	TN	047		35.1576	-89.3684	4
38504	Allardt	allardt	TN	049		36.3818	-84.7756	4
38553	Clarkrange	clarkrange	TN	049		36.2112	-84.9777	4
38556	Jamestown	jamestown	TN	049		36.4245	-84.9357	4
38565	Grimsley	grimsley	TN	049		36.2598	-85.0015	4
38577	Pall Mall	pall-mall	TN	049		36.5781	-85.0384	4
38589	Wilder	wilder	TN	049		36.2822	-85.0913	4
37306	Belvidere	belvidere	TN	051		35.1415	-86.1728	4
37318	Cowan	cowan	TN	051		35.1783	-86.0167	4
37324	Decherd	decherd	TN	051		35.2326	-86.0589	4
37330	Estill Springs	estill-springs	TN	051		35.2705	-86.1396	4
37345	Huntland	huntland	TN	051		35.0512	-86.2694	4
37375	Sewanee	sewanee	TN	051		35.2011	-85.9126	4
37376	Sherwood	sherwood	TN	051		35.0452	-85.9302	4
37383	Sewanee	sewanee	TN	051		35.1805	-85.9035	4
37398	Winchester	winchester	TN	051		35.1864	-86.113	4
38233	Kenton	kenton	TN	053		36.1906	-89.0229	4
38316	Bradford	bradford	TN	053		36.0645	-88.8046	4
38330	Dyer	dyer	TN	053		36.0716	-89.0192	4
38331	Eaton	eaton	TN	053		35.9693	-89.1319	4
38338	Gibson	gibson	TN	053		35.8708	-88.8464	4
38343	Humboldt	humboldt	TN	053		35.837	-88.9057	4
38346	Idlewild	idlewild	TN	053		36.0306	-88.8056	4
38355	Medina	medina	TN	053		35.8081	-88.7627	4
38358	Milan	milan	TN	053		35.9251	-88.7688	4
38369	Rutherford	rutherford	TN	053		36.13	-88.9849	4
38382	Trenton	trenton	TN	053		35.9712	-88.9507	4
38389	Yorkville	yorkville	TN	053		36.1354	-89.1117	4
38449	Ardmore	ardmore	TN	055		35.0574	-86.8796	4
38455	Elkton	elkton	TN	055		35.0523	-86.8886	4
38459	Frankewing	frankewing	TN	055		35.1834	-86.85	4
38460	Goodspring	goodspring	TN	055		35.1167	-87.1278	4
38472	Lynnville	lynnville	TN	055		35.3792	-87.0629	4
38473	Minor Hill	minor-hill	TN	055		35.05	-87.1522	4
38477	Prospect	prospect	TN	055		35.0666	-87.0174	4
38478	Pulaski	pulaski	TN	055		35.2093	-87.0393	4
37708	Bean Station	bean-station	TN	057		36.3249	-83.3142	4
37709	Blaine	blaine	TN	057		36.1583	-83.6783	4
37848	Powder Springs	powder-springs	TN	057		36.2357	-83.6801	4
37861	Rutledge	rutledge	TN	057		36.2501	-83.5125	4
37881	Thorn Hill	thorn-hill	TN	057		36.3917	-83.366	4
37888	Washburn	washburn	TN	057		36.3106	-83.5937	4
37616	Afton	afton	TN	059		36.2265	-82.7476	4
37641	Chuckey	chuckey	TN	059		36.2569	-82.6905	4
37743	Greeneville	greeneville	TN	059		36.1316	-82.8692	4
37744	Greeneville	greeneville	TN	059		36.1683	-82.8548	4
37745	Greeneville	greeneville	TN	059		36.2455	-82.8238	4
37809	Midway	midway	TN	059		36.151	-83.0281	4
37810	Mohawk	mohawk	TN	059		36.1869	-83.0902	4
37818	Mosheim	mosheim	TN	059		36.1839	-82.9674	4
37301	Altamont	altamont	TN	061		35.4258	-85.7635	4
37305	Beersheba Springs	beersheba-springs	TN	061		35.4652	-85.6942	4
37313	Coalmont	coalmont	TN	061		35.3516	-85.7003	4
37339	Gruetli Laager	gruetli-laager	TN	061		35.3723	-85.618	4
37356	Monteagle	monteagle	TN	061		35.2402	-85.8228	4
37365	Palmer	palmer	TN	061		35.3741	-85.5643	4
37366	Pelham	pelham	TN	061		35.314	-85.8441	4
37387	Tracy City	tracy-city	TN	061		35.2721	-85.7362	4
37778	Lowland	lowland	TN	063		36.2133	-83.2752	1
37813	Morristown	morristown	TN	063		36.1957	-83.2755	4
37814	Morristown	morristown	TN	063		36.2248	-83.3119	4
37815	Morristown	morristown	TN	063		36.2133	-83.2752	4
37816	Morristown	morristown	TN	063		36.2133	-83.2752	4
37860	Russellville	russellville	TN	063		36.2567	-83.1914	4
37877	Talbott	talbott	TN	063		36.16	-83.4129	4
37891	Whitesburg	whitesburg	TN	063		36.2621	-83.1458	4
37302	Apison	apison	TN	065		35.0149	-85.0164	4
37304	Bakewell	bakewell	TN	065		35.3452	-85.138	4
37308	Birchwood	birchwood	TN	065		35.352	-84.9618	4
37315	Collegedale	collegedale	TN	065		35.0479	-85.0574	4
37341	Harrison	harrison	TN	065		35.1679	-85.0945	4
37343	Hixson	hixson	TN	065		35.1591	-85.2182	4
37350	Lookout Mountain	lookout-mountain	TN	065		34.9948	-85.3506	4
37351	Lupton City	lupton-city	TN	065		35.1045	-85.2631	4
37363	Ooltewah	ooltewah	TN	065		35.0781	-85.0635	4
37373	Sale Creek	sale-creek	TN	065		35.3858	-85.1023	4
37377	Signal Mountain	signal-mountain	TN	065		35.1494	-85.3362	4
37379	Soddy Daisy	soddy-daisy	TN	065		35.2527	-85.163	4
37384	Soddy Daisy	soddy-daisy	TN	065		35.2211	-85.2091	4
37401	Chattanooga	chattanooga	TN	065		35.0456	-85.3097	4
37402	Chattanooga	chattanooga	TN	065		35.0463	-85.3161	4
37403	Chattanooga	chattanooga	TN	065		35.045	-85.2965	4
37404	Chattanooga	chattanooga	TN	065		35.0306	-85.2722	4
37405	Chattanooga	chattanooga	TN	065		35.0768	-85.3082	4
37406	Chattanooga	chattanooga	TN	065		35.0614	-85.2478	4
37407	Chattanooga	chattanooga	TN	065		35.0024	-85.2849	4
37408	Chattanooga	chattanooga	TN	065		35.0292	-85.3068	4
37409	Chattanooga	chattanooga	TN	065		34.9981	-85.331	4
37410	Chattanooga	chattanooga	TN	065		35.0018	-85.3138	4
37411	Chattanooga	chattanooga	TN	065		35.0271	-85.2356	4
37412	Chattanooga	chattanooga	TN	065		35.0015	-85.2384	4
37414	Chattanooga	chattanooga	TN	065		35.0456	-85.3097	4
37415	Chattanooga	chattanooga	TN	065		35.1273	-85.2802	4
37416	Chattanooga	chattanooga	TN	065		35.0942	-85.1757	4
37419	Chattanooga	chattanooga	TN	065		35.0331	-85.3687	4
37421	Chattanooga	chattanooga	TN	065		35.025	-85.1459	4
37422	Chattanooga	chattanooga	TN	065		35.0456	-85.3097	4
37424	Chattanooga	chattanooga	TN	065		35.0456	-85.3097	4
37450	Chattanooga	chattanooga	TN	065		35.0456	-85.3097	4
37765	Kyles Ford	kyles-ford	TN	067		36.5721	-83.0507	4
37869	Sneedville	sneedville	TN	067		36.5275	-83.2529	4
38008	Bolivar	bolivar	TN	069		35.2461	-89.0007	4
38039	Grand Junction	grand-junction	TN	069		35.049	-89.187	4
38042	Hickory Valley	hickory-valley	TN	069		35.158	-89.1309	4
38044	Hornsby	hornsby	TN	069		35.2197	-88.8263	4
38052	Middleton	middleton	TN	069		35.0818	-88.9046	4
38061	Pocahontas	pocahontas	TN	069		35.0315	-88.8116	4
38067	Saulsbury	saulsbury	TN	069		35.0498	-89.0769	4
38075	Whiteville	whiteville	TN	069		35.3191	-89.1337	4
38377	Silerton	silerton	TN	069		35.356	-88.8269	4
38381	Toone	toone	TN	069		35.3574	-88.9353	4
38326	Counce	counce	TN	071		35.0394	-88.2936	4
38327	Crump	crump	TN	071		35.2191	-88.3192	4
38361	Morris Chapel	morris-chapel	TN	071		35.3026	-88.3176	4
38365	Pickwick Dam	pickwick-dam	TN	071		35.0383	-88.2256	1
38370	Saltillo	saltillo	TN	071		35.3815	-88.2472	4
38372	Savannah	savannah	TN	071		35.2023	-88.2005	4
38376	Shiloh	shiloh	TN	071		35.1154	-88.3617	4
38475	Olivehill	olivehill	TN	071		35.2667	-88.039	4
37642	Church Hill	church-hill	TN	073		36.5399	-82.7252	4
37645	Mount Carmel	mount-carmel	TN	073		36.5629	-82.6532	4
37711	Bulls Gap	bulls-gap	TN	073		36.2832	-83.0374	4
37731	Eidson	eidson	TN	073		36.4995	-83.0827	4
37811	Mooresburg	mooresburg	TN	073		36.3621	-83.2095	4
37857	Rogersville	rogersville	TN	073		36.4162	-83.0108	4
37873	Surgoinsville	surgoinsville	TN	073		36.4741	-82.8306	4
38012	Brownsville	brownsville	TN	075		35.61	-89.2624	4
38069	Stanton	stanton	TN	075		35.4482	-89.3326	4
38328	Darden	darden	TN	077		35.663	-88.2177	4
38345	Huron	huron	TN	077		35.6144	-88.5195	4
38351	Lexington	lexington	TN	077		35.6512	-88.3927	4
38368	Reagan	reagan	TN	077		35.5096	-88.3508	4
38371	Sardis	sardis	TN	077		35.4386	-88.3058	4
38388	Wildersville	wildersville	TN	077		35.7698	-88.4388	4
38222	Buchanan	buchanan	TN	079		36.4146	-88.1515	4
38223	Como	como	TN	079		36.2931	-88.5123	4
38224	Cottage Grove	cottage-grove	TN	079		36.3479	-88.4614	4
38231	Henry	henry	TN	079		36.2039	-88.4198	4
38236	Mansfield	mansfield	TN	079		36.1847	-88.2859	4
38242	Paris	paris	TN	079		36.3005	-88.3093	4
38251	Puryear	puryear	TN	079		36.4456	-88.3472	4
38256	Springville	springville	TN	079		36.265	-88.1459	4
37025	Bon Aqua	bon-aqua	TN	081		35.9471	-87.2996	4
37033	Centerville	centerville	TN	081		35.7797	-87.4775	4
37098	Lyles	lyles	TN	081		35.8502	-87.3127	4
37137	Nunnelly	nunnelly	TN	081		35.8763	-87.5067	4
37140	Only	only	TN	081		35.8679	-87.6655	4
38454	Duck River	duck-river	TN	081		35.748	-87.3577	1
38476	Primm Springs	primm-springs	TN	081		35.8104	-87.253	4
37061	Erin	erin	TN	083		36.3067	-87.679	4
37175	Stewart	stewart	TN	083		36.3241	-87.8725	4
37178	Tennessee Ridge	tennessee-ridge	TN	083		36.3297	-87.7808	4
37078	Hurricane Mills	hurricane-mills	TN	085		35.924	-87.8105	4
37101	Mc Ewen	mc-ewen	TN	085		36.1185	-87.6422	1
37134	New Johnsonville	new-johnsonville	TN	085		36.0088	-87.9547	4
37185	Waverly	waverly	TN	085		36.0997	-87.7991	4
38562	Gainesboro	gainesboro	TN	087		36.3438	-85.6355	4
38564	Granville	granville	TN	087		36.2768	-85.7475	4
38588	Whitleyville	whitleyville	TN	087		36.5158	-85.6899	4
37725	Dandridge	dandridge	TN	089		36.0008	-83.4233	4
37760	Jefferson City	jefferson-city	TN	089		36.1163	-83.481	4
37820	New Market	new-market	TN	089		36.081	-83.5673	4
37871	Strawberry Plains	strawberry-plains	TN	089		36.0687	-83.6568	4
37890	White Pine	white-pine	TN	089		36.0776	-83.2998	4
37640	Butler	butler	TN	091		36.3282	-81.9856	4
37680	Laurel Bloomery	laurel-bloomery	TN	091		36.5793	-81.7254	4
37683	Mountain City	mountain-city	TN	091		36.4657	-81.814	4
37688	Shady Valley	shady-valley	TN	091		36.5272	-81.9068	4
37691	Trade	trade	TN	091		36.3683	-81.7572	4
37721	Corryton	corryton	TN	093		36.12	-83.813	4
37754	Heiskell	heiskell	TN	093		36.115	-84.0438	4
37806	Mascot	mascot	TN	093		36.0844	-83.7411	4
37849	Powell	powell	TN	093		36.0435	-84.04	4
37901	Knoxville	knoxville	TN	093		36.0323	-83.8848	4
37902	Knoxville	knoxville	TN	093		35.9625	-83.9209	4
37909	Knoxville	knoxville	TN	093		35.946	-84.0235	4
37912	Knoxville	knoxville	TN	093		36.0055	-83.9773	4
37914	Knoxville	knoxville	TN	093		35.9918	-83.8496	4
37915	Knoxville	knoxville	TN	093		35.9721	-83.901	4
37916	Knoxville	knoxville	TN	093		35.9556	-83.9336	4
37917	Knoxville	knoxville	TN	093		35.998	-83.9152	4
37918	Knoxville	knoxville	TN	093		36.0501	-83.9226	4
37919	Knoxville	knoxville	TN	093		35.9244	-84.0015	4
37920	Knoxville	knoxville	TN	093		35.8929	-83.9387	4
37921	Knoxville	knoxville	TN	093		35.9793	-84.003	4
37922	Knoxville	knoxville	TN	093		35.858	-84.1194	4
37923	Knoxville	knoxville	TN	093		35.9331	-84.0761	4
37924	Knoxville	knoxville	TN	093		36.032	-83.8021	4
37927	Knoxville	knoxville	TN	093		35.9901	-83.9622	4
37928	Knoxville	knoxville	TN	093		35.9901	-83.9622	4
37929	Knoxville	knoxville	TN	093		35.9606	-83.9207	4
37930	Knoxville	knoxville	TN	093		35.9029	-83.9536	4
37931	Knoxville	knoxville	TN	093		35.9924	-84.1201	4
37932	Knoxville	knoxville	TN	093		35.9335	-84.1481	4
37933	Knoxville	knoxville	TN	093		35.9901	-83.9622	4
37934	Knoxville	knoxville	TN	093		35.8762	-84.1746	4
37938	Knoxville	knoxville	TN	093		36.1055	-83.946	4
37939	Knoxville	knoxville	TN	093		35.9901	-83.9622	4
37940	Knoxville	knoxville	TN	093		35.9901	-83.9622	4
37950	Knoxville	knoxville	TN	093		35.9901	-83.9622	4
37995	Knoxville	knoxville	TN	093		35.9606	-83.9207	4
37996	Knoxville	knoxville	TN	093		35.9901	-83.9622	4
37997	Knoxville	knoxville	TN	093		35.9901	-83.9622	4
37998	Knoxville	knoxville	TN	093		35.9351	-83.7503	4
38077	Wynnburg	wynnburg	TN	095		36.3281	-89.4744	4
38079	Tiptonville	tiptonville	TN	095		36.3846	-89.4649	4
38080	Ridgely	ridgely	TN	095		36.2638	-89.4858	4
38037	Gates	gates	TN	097		35.796	-89.3938	4
38040	Halls	halls	TN	097		35.8862	-89.4147	4
38041	Henning	henning	TN	097		35.6593	-89.6962	4
38063	Ripley	ripley	TN	097		35.7527	-89.535	4
38456	Ethridge	ethridge	TN	099		35.3326	-87.3039	4
38457	Five Points	five-points	TN	099		35.031	-87.2961	4
38463	Iron City	iron-city	TN	099		35.0563	-87.6473	4
38464	Lawrenceburg	lawrenceburg	TN	099		35.2507	-87.3526	4
38468	Leoma	leoma	TN	099		35.1382	-87.3168	4
38469	Loretto	loretto	TN	099		35.0728	-87.427	4
38481	Saint Joseph	saint-joseph	TN	099		35.0376	-87.5018	4
38483	Summertown	summertown	TN	099		35.4307	-87.3198	4
38486	Westpoint	westpoint	TN	099		35.1393	-87.538	4
38462	Hohenwald	hohenwald	TN	101		35.5266	-87.4891	4
37144	Petersburg	petersburg	TN	103		35.2924	-86.6447	4
37328	Elora	elora	TN	103		35.0295	-86.3481	4
37334	Fayetteville	fayetteville	TN	103		35.1527	-86.5664	4
37335	Flintville	flintville	TN	103		35.0581	-86.413	4
37348	Kelso	kelso	TN	103		35.1024	-86.4683	4
37359	Mulberry	mulberry	TN	103		35.1941	-86.4217	4
38453	Dellrose	dellrose	TN	103		35.1214	-86.8121	4
38488	Taft	taft	TN	103		35.0517	-86.6447	4
37742	Greenback	greenback	TN	105		35.6567	-84.171	4
37771	Lenoir City	lenoir-city	TN	105		35.8104	-84.2665	4
37772	Lenoir City	lenoir-city	TN	105		35.7883	-84.2188	4
37774	Loudon	loudon	TN	105		35.7292	-84.3436	4
37846	Philadelphia	philadelphia	TN	105		35.6781	-84.4312	4
37303	Athens	athens	TN	107		35.4574	-84.6043	4
37309	Calhoun	calhoun	TN	107		35.3228	-84.7364	4
37329	Englewood	englewood	TN	107		35.4272	-84.4833	4
37331	Etowah	etowah	TN	107		35.3314	-84.5283	4
37370	Riceville	riceville	TN	107		35.3731	-84.6951	4
37371	Athens	athens	TN	107		35.4429	-84.593	4
37826	Niota	niota	TN	107		35.5819	-84.5721	4
38310	Adamsville	adamsville	TN	109		35.2556	-88.4134	4
38315	Bethel Springs	bethel-springs	TN	109		35.2289	-88.644	4
38334	Finger	finger	TN	109		35.3544	-88.5876	4
38339	Guys	guys	TN	109		35.0142	-88.5208	4
38357	Michie	michie	TN	109		35.0603	-88.4405	4
38359	Milledgeville	milledgeville	TN	109		35.3729	-88.3675	4
38367	Ramer	ramer	TN	109		35.0642	-88.6017	4
38375	Selmer	selmer	TN	109		35.1691	-88.5958	4
38379	Stantonville	stantonville	TN	109		35.1809	-88.4364	4
38393	Chewalla	chewalla	TN	109		34.9969	-88.6456	4
37083	Lafayette	lafayette	TN	111		36.539	-86.0242	4
37150	Red Boiling Springs	red-boiling-springs	TN	111		36.5177	-85.8662	4
38301	Jackson	jackson	TN	113		35.6102	-88.814	4
38302	Jackson	jackson	TN	113		35.6124	-88.8412	4
38303	Jackson	jackson	TN	113		35.6124	-88.8412	4
38305	Jackson	jackson	TN	113		35.6829	-88.8281	4
38308	Jackson	jackson	TN	113		35.6124	-88.8412	4
38313	Beech Bluff	beech-bluff	TN	113		35.5922	-88.6396	4
38314	Jackson	jackson	TN	113		35.6124	-88.8412	4
38356	Medon	medon	TN	113		35.4345	-88.8953	4
38362	Oakfield	oakfield	TN	113		35.7242	-88.7801	4
38366	Pinson	pinson	TN	113		35.4781	-88.7304	4
38378	Spring Creek	spring-creek	TN	113		35.7668	-88.6839	4
38391	Denmark	denmark	TN	113		35.5571	-88.9759	4
38392	Mercer	mercer	TN	113		35.4816	-89.0271	4
37340	Guild	guild	TN	115		35.0178	-85.5116	1
37347	Jasper	jasper	TN	115		35.097	-85.5897	4
37374	Sequatchie	sequatchie	TN	115		35.1634	-85.6371	4
37380	South Pittsburg	south-pittsburg	TN	115		35.028	-85.7225	4
37396	Whiteside	whiteside	TN	115		34.9873	-85.4977	4
37397	Whitwell	whitwell	TN	115		35.1972	-85.5011	4
37019	Belfast	belfast	TN	117		35.4069	-86.7095	4
37034	Chapel Hill	chapel-hill	TN	117		35.6354	-86.6836	4
37047	Cornersville	cornersville	TN	117		35.3409	-86.8286	4
37091	Lewisburg	lewisburg	TN	117		35.4596	-86.7812	4
37174	Spring Hill	spring-hill	TN	119		35.7173	-86.9048	4
38401	Columbia	columbia	TN	119		35.6156	-87.038	4
38402	Columbia	columbia	TN	119		35.6151	-87.0353	4
38451	Culleoka	culleoka	TN	119		35.4749	-87.0005	4
38461	Hampshire	hampshire	TN	119		35.5915	-87.3251	4
38474	Mount Pleasant	mount-pleasant	TN	119		35.5301	-87.2037	4
38482	Santa Fe	santa-fe	TN	119		35.7588	-87.1515	4
38487	Williamsport	williamsport	TN	119		35.6494	-87.2257	4
37322	Decatur	decatur	TN	121		35.5072	-84.8081	4
37336	Georgetown	georgetown	TN	121		35.2932	-84.9127	4
37880	Ten Mile	ten-mile	TN	121		35.6862	-84.6548	4
37314	Cokercreek	cokercreek	TN	123		35.2467	-84.3031	1
37354	Madisonville	madisonville	TN	123		35.4916	-84.3395	4
37385	Tellico Plains	tellico-plains	TN	123		35.3562	-84.3068	4
37874	Sweetwater	sweetwater	TN	123		35.6015	-84.461	4
37885	Vonore	vonore	TN	123		35.5354	-84.1778	4
37040	Clarksville	clarksville	TN	125		36.522	-87.349	4
37041	Clarksville	clarksville	TN	125		36.4774	-87.3772	4
37042	Clarksville	clarksville	TN	125		36.5853	-87.4186	4
37043	Clarksville	clarksville	TN	125		36.5107	-87.2757	4
37044	Clarksville	clarksville	TN	125		36.5314	-87.353	4
37052	Cunningham	cunningham	TN	125		36.3789	-87.4245	4
37142	Palmyra	palmyra	TN	125		36.4176	-87.4914	4
37171	Southside	southside	TN	125		36.3626	-87.3061	4
37191	Woodlawn	woodlawn	TN	125		36.5147	-87.5393	4
37352	Lynchburg	lynchburg	TN	127		35.2706	-86.372	4
37719	Coalfield	coalfield	TN	129		36.029	-84.4208	4
37726	Deer Lodge	deer-lodge	TN	129		36.2176	-84.8191	4
37733	Rugby	rugby	TN	129		36.3519	-84.7137	4
37770	Lancing	lancing	TN	129		36.1456	-84.7135	4
37829	Oakdale	oakdale	TN	129		36.01	-84.5753	4
37840	Oliver Springs	oliver-springs	TN	129		36.0366	-84.3486	4
37845	Petros	petros	TN	129		36.0959	-84.4424	4
37872	Sunbright	sunbright	TN	129		36.2622	-84.6984	4
37887	Wartburg	wartburg	TN	129		36.1016	-84.5652	4
38232	Hornbeak	hornbeak	TN	131		36.3596	-89.3056	4
38240	Obion	obion	TN	131		36.2657	-89.2805	4
38253	Rives	rives	TN	131		36.3108	-89.0731	4
38254	Samburg	samburg	TN	131		36.3791	-89.3538	4
38257	South Fulton	south-fulton	TN	131		36.4814	-88.8808	4
38260	Troy	troy	TN	131		36.3416	-89.1611	4
38261	Union City	union-city	TN	131		36.4263	-89.0667	4
38271	Woodland Mills	woodland-mills	TN	131		36.4583	-89.2332	4
38281	Union City	union-city	TN	131		36.4242	-89.057	4
38541	Allons	allons	TN	133		36.497	-85.3197	4
38542	Allred	allred	TN	133		36.324	-85.2031	4
38543	Alpine	alpine	TN	133		36.3803	-85.1522	4
38554	Crawford	crawford	TN	133		36.2361	-85.1688	4
38568	Hilham	hilham	TN	133		36.4227	-85.4464	4
38570	Livingston	livingston	TN	133		36.389	-85.3205	4
38573	Monroe	monroe	TN	133		36.4642	-85.2164	4
38580	Rickman	rickman	TN	133		36.2812	-85.3048	4
37096	Linden	linden	TN	135		35.5944	-87.8567	4
37097	Lobelville	lobelville	TN	135		35.7467	-87.8251	4
38549	Byrdstown	byrdstown	TN	137		36.5709	-85.1456	4
37307	Benton	benton	TN	139		35.173	-84.6544	4
37316	Conasauga	conasauga	TN	139		34.9971	-84.7327	4
37317	Copperhill	copperhill	TN	139		35.0207	-84.3748	4
37325	Delano	delano	TN	139		35.2612	-84.6024	4
37326	Ducktown	ducktown	TN	139		35.0339	-84.3792	4
37333	Farner	farner	TN	139		35.1449	-84.3209	4
37361	Ocoee	ocoee	TN	139		35.1025	-84.7136	4
37362	Old Fort	old-fort	TN	139		35.2829	-85.2568	1
37369	Reliance	reliance	TN	139		35.1807	-84.541	4
37391	Turtletown	turtletown	TN	139		35.1081	-84.3544	4
38501	Cookeville	cookeville	TN	141		36.2178	-85.5423	4
38502	Cookeville	cookeville	TN	141		36.1628	-85.5016	4
38503	Cookeville	cookeville	TN	141		36.1628	-85.5016	4
38505	Cookeville	cookeville	TN	141		36.1628	-85.5016	4
38506	Cookeville	cookeville	TN	141		36.1819	-85.4408	4
38544	Baxter	baxter	TN	141		36.1249	-85.6378	4
38545	Bloomington Springs	bloomington-springs	TN	141		36.2321	-85.6628	4
38548	Buffalo Valley	buffalo-valley	TN	141		36.1833	-85.7589	4
38574	Monterey	monterey	TN	141		36.1509	-85.2542	4
38582	Silver Point	silver-point	TN	141		36.1006	-85.7338	4
37321	Dayton	dayton	TN	143		35.5002	-85.0135	4
37332	Evensville	evensville	TN	143		35.6153	-85.0228	4
37337	Grandview	grandview	TN	143		35.7608	-84.8615	4
37338	Graysville	graysville	TN	143		35.4484	-85.179	4
37381	Spring City	spring-city	TN	143		35.6935	-84.8198	4
37748	Harriman	harriman	TN	145		35.9348	-84.5155	4
37763	Kingston	kingston	TN	145		35.8528	-84.4971	4
37854	Rockwood	rockwood	TN	145		35.8587	-84.6842	4
37010	Adams	adams	TN	147		36.5582	-87.1226	4
37032	Cedar Hill	cedar-hill	TN	147		36.5514	-86.9992	4
37049	Cross Plains	cross-plains	TN	147		36.5531	-86.6761	4
37073	Greenbrier	greenbrier	TN	147		36.4229	-86.7914	4
37141	Orlinda	orlinda	TN	147		36.611	-86.699	4
37152	Ridgetop	ridgetop	TN	147		36.4025	-86.7722	4
37172	Springfield	springfield	TN	147		36.5018	-86.8769	4
37188	White House	white-house	TN	147		36.46	-86.6705	4
37037	Christiana	christiana	TN	149		35.696	-86.368	4
37060	Eagleville	eagleville	TN	149		35.7492	-86.6327	4
37063	Fosterville	fosterville	TN	149		35.6551	-86.403	4
37085	Lascassas	lascassas	TN	149		35.9495	-86.3112	4
37086	La Vergne	la-vergne	TN	149		36.0127	-86.56	4
37089	La Vergne	la-vergne	TN	149		35.8596	-86.421	4
37118	Milton	milton	TN	149		35.9221	-86.1824	4
37127	Murfreesboro	murfreesboro	TN	149		35.763	-86.3722	4
37128	Murfreesboro	murfreesboro	TN	149		35.8454	-86.4867	4
37129	Murfreesboro	murfreesboro	TN	149		35.871	-86.4181	4
37130	Murfreesboro	murfreesboro	TN	149		35.8456	-86.3903	4
37131	Murfreesboro	murfreesboro	TN	149		35.8596	-86.421	4
37132	Murfreesboro	murfreesboro	TN	149		35.8596	-86.421	4
37133	Murfreesboro	murfreesboro	TN	149		35.8456	-86.3903	4
37153	Rockvale	rockvale	TN	149		35.745	-86.5352	4
37167	Smyrna	smyrna	TN	149		35.9656	-86.5048	4
37732	Elgin	elgin	TN	151		36.3323	-84.6063	4
37755	Helenwood	helenwood	TN	151		36.4329	-84.5381	4
37756	Huntsville	huntsville	TN	151		36.3983	-84.4288	4
37841	Oneida	oneida	TN	151		36.5053	-84.5293	4
37852	Robbins	robbins	TN	151		36.3527	-84.5904	4
37892	Winfield	winfield	TN	151		36.5598	-84.434	4
37327	Dunlap	dunlap	TN	153		35.3842	-85.3925	4
37738	Gatlinburg	gatlinburg	TN	155		35.729	-83.4874	4
37764	Kodak	kodak	TN	155		35.9722	-83.6171	4
37862	Sevierville	sevierville	TN	155		35.8452	-83.5386	4
37863	Pigeon Forge	pigeon-forge	TN	155		35.7922	-83.5638	4
37864	Sevierville	sevierville	TN	155		35.8542	-83.6138	4
37865	Seymour	seymour	TN	155		35.87	-83.7495	4
37868	Pigeon Forge	pigeon-forge	TN	155		35.8809	-83.5561	4
37876	Sevierville	sevierville	TN	155		35.866	-83.4793	4
37501	Memphis	memphis	TN	157		35.1693	-89.9904	4
37544	Memphis	memphis	TN	157		35.1496	-90.0487	4
38002	Arlington	arlington	TN	157		35.2752	-89.7295	4
38014	Brunswick	brunswick	TN	157		35.2673	-89.7687	4
38016	Cordova	cordova	TN	157		35.1602	-89.7816	4
38017	Collierville	collierville	TN	157		35.0551	-89.6767	4
38018	Cordova	cordova	TN	157		35.1556	-89.7762	4
38027	Collierville	collierville	TN	157		35.042	-89.6645	4
38028	Eads	eads	TN	157		35.1551	-89.676	4
38029	Ellendale	ellendale	TN	157		35.2306	-89.8259	4
38053	Millington	millington	TN	157		35.3185	-89.9054	4
38054	Millington	millington	TN	157		35.3341	-89.8706	4
38055	Millington	millington	TN	157		35.3415	-89.8973	4
38083	Millington	millington	TN	157		35.2017	-89.9715	4
38088	Cordova	cordova	TN	157		35.1556	-89.7762	4
38101	Memphis	memphis	TN	157		35.1495	-90.049	4
38103	Memphis	memphis	TN	157		35.144	-90.048	4
38104	Memphis	memphis	TN	157		35.1334	-90.0046	4
38105	Memphis	memphis	TN	157		35.1497	-90.033	4
38106	Memphis	memphis	TN	157		35.1021	-90.033	4
38107	Memphis	memphis	TN	157		35.1831	-90.0201	4
38108	Memphis	memphis	TN	157		35.1787	-89.9682	4
38109	Memphis	memphis	TN	157		35.0425	-90.0732	4
38111	Memphis	memphis	TN	157		35.1076	-89.9457	4
38112	Memphis	memphis	TN	157		35.1483	-89.9729	4
38113	Memphis	memphis	TN	157		35.1274	-89.9845	4
38114	Memphis	memphis	TN	157		35.0981	-89.9825	4
38115	Memphis	memphis	TN	157		35.0579	-89.864	4
38116	Memphis	memphis	TN	157		35.0303	-90.0123	4
38117	Memphis	memphis	TN	157		35.1124	-89.9034	4
38118	Memphis	memphis	TN	157		35.0514	-89.9265	4
38119	Memphis	memphis	TN	157		35.0821	-89.8501	4
38120	Memphis	memphis	TN	157		35.1207	-89.8651	4
38122	Memphis	memphis	TN	157		35.1572	-89.9268	4
38124	Memphis	memphis	TN	157		35.2017	-89.9715	4
38125	Memphis	memphis	TN	157		35.0312	-89.8124	4
38126	Memphis	memphis	TN	157		35.1255	-90.0424	4
38127	Memphis	memphis	TN	157		35.251	-90.0296	4
38128	Memphis	memphis	TN	157		35.2213	-89.9413	4
38130	Memphis	memphis	TN	157		35.2017	-89.9715	4
38131	Memphis	memphis	TN	157		35.0664	-89.9921	4
38132	Memphis	memphis	TN	157		35.072	-89.9886	4
38133	Memphis	memphis	TN	157		35.2054	-89.8036	4
38134	Memphis	memphis	TN	157		35.1845	-89.8574	4
38135	Memphis	memphis	TN	157		35.2323	-89.8509	4
38136	Memphis	memphis	TN	157		35.2017	-89.9715	4
38137	Memphis	memphis	TN	157		35.2017	-89.9715	4
38138	Germantown	germantown	TN	157		35.0883	-89.8053	4
38139	Germantown	germantown	TN	157		35.0874	-89.7703	4
38141	Memphis	memphis	TN	157		35.0231	-89.8492	4
38145	Memphis	memphis	TN	157		35.2017	-89.9715	4
38148	Memphis	memphis	TN	157		35.1495	-90.049	4
38150	Memphis	memphis	TN	157		35.1495	-90.049	4
38151	Memphis	memphis	TN	157		35.2017	-89.9715	4
38152	Memphis	memphis	TN	157		35.2017	-89.9715	4
38157	Memphis	memphis	TN	157		35.2017	-89.9715	4
38159	Memphis	memphis	TN	157		35.1495	-90.049	4
38161	Memphis	memphis	TN	157		35.2017	-89.9715	4
38163	Memphis	memphis	TN	157		35.2017	-89.9715	4
38166	Memphis	memphis	TN	157		35.2017	-89.9715	4
38167	Memphis	memphis	TN	157		35.2017	-89.9715	4
38168	Memphis	memphis	TN	157		35.2017	-89.9715	4
38173	Memphis	memphis	TN	157		35.1495	-90.049	4
38174	Memphis	memphis	TN	157		35.2017	-89.9715	4
38175	Memphis	memphis	TN	157		35.2017	-89.9715	4
38177	Memphis	memphis	TN	157		35.2017	-89.9715	4
38181	Memphis	memphis	TN	157		35.2017	-89.9715	4
38182	Memphis	memphis	TN	157		35.2017	-89.9715	4
38183	Germantown	germantown	TN	157		35.2017	-89.9715	4
38184	Memphis	memphis	TN	157		35.2017	-89.9715	4
38186	Memphis	memphis	TN	157		35.2017	-89.9715	4
38187	Memphis	memphis	TN	157		35.2017	-89.9715	4
38188	Memphis	memphis	TN	157		35.2017	-89.9715	4
38190	Memphis	memphis	TN	157		35.2017	-89.9715	4
38193	Memphis	memphis	TN	157		35.2017	-89.9715	4
38194	Memphis	memphis	TN	157		35.2017	-89.9715	4
38197	Memphis	memphis	TN	157		35.2017	-89.9715	4
37030	Carthage	carthage	TN	159		36.2763	-85.9517	4
37057	Dixon Springs	dixon-springs	TN	159		36.4455	-86.0533	4
37145	Pleasant Shade	pleasant-shade	TN	159		36.3462	-85.9189	4
37151	Riddleton	riddleton	TN	159		36.3506	-86.0335	4
38547	Brush Creek	brush-creek	TN	159		36.1107	-86.0203	4
38552	Chestnut Mound	chestnut-mound	TN	159		36.2028	-85.8264	4
38560	Elmwood	elmwood	TN	159		36.2355	-85.8808	4
38563	Gordonsville	gordonsville	TN	159		36.1843	-86.0008	4
38567	Hickman	hickman	TN	159		36.1197	-85.9023	4
38569	Lancaster	lancaster	TN	159		36.0954	-85.8551	4
37023	Big Rock	big-rock	TN	161		36.5716	-87.7378	4
37028	Bumpus Mills	bumpus-mills	TN	161		36.6226	-87.8614	4
37050	Cumberland City	cumberland-city	TN	161		36.3729	-87.6306	4
37058	Dover	dover	TN	161		36.4942	-87.8787	4
37079	Indian Mound	indian-mound	TN	161		36.4946	-87.6804	4
37617	Blountville	blountville	TN	163		36.5356	-82.3656	4
37618	Bluff City	bluff-city	TN	163		36.4774	-82.2362	4
37620	Bristol	bristol	TN	163		36.5686	-82.1819	4
37621	Bristol	bristol	TN	163		36.5042	-82.2645	4
37625	Bristol	bristol	TN	163		36.5951	-82.1887	4
37660	Kingsport	kingsport	TN	163		36.5484	-82.5618	4
37662	Kingsport	kingsport	TN	163		36.5484	-82.5618	4
37663	Kingsport	kingsport	TN	163		36.4715	-82.4834	4
37664	Kingsport	kingsport	TN	163		36.5208	-82.5168	4
37665	Kingsport	kingsport	TN	163		36.5799	-82.5733	4
37669	Kingsport	kingsport	TN	163		36.5484	-82.5618	4
37686	Piney Flats	piney-flats	TN	163		36.4461	-82.334	4
37699	Piney Flats	piney-flats	TN	163		36.4195	-82.304	4
37022	Bethpage	bethpage	TN	165		36.5186	-86.3146	4
37031	Castalian Springs	castalian-springs	TN	165		36.3806	-86.3107	4
37048	Cottontown	cottontown	TN	165		36.4912	-86.6033	4
37066	Gallatin	gallatin	TN	165		36.3834	-86.4512	4
37075	Hendersonville	hendersonville	TN	165		36.3054	-86.6072	4
37077	Hendersonville	hendersonville	TN	165		36.3047	-86.6211	4
37119	Mitchellville	mitchellville	TN	165		36.632	-86.539	4
37148	Portland	portland	TN	165		36.5673	-86.5059	4
37186	Westmoreland	westmoreland	TN	165		36.5756	-86.2353	4
38004	Atoka	atoka	TN	167		35.4412	-89.7781	4
38011	Brighton	brighton	TN	167		35.484	-89.7251	4
38015	Burlison	burlison	TN	167		35.5399	-89.8177	4
38019	Covington	covington	TN	167		35.5598	-89.6501	4
38023	Drummonds	drummonds	TN	167		35.4452	-89.9236	4
38049	Mason	mason	TN	167		35.438	-89.5518	4
38058	Munford	munford	TN	167		35.459	-89.8197	4
38071	Tipton	tipton	TN	167		35.4143	-89.8188	4
37074	Hartsville	hartsville	TN	169		36.3947	-86.1704	4
37650	Erwin	erwin	TN	171		36.1342	-82.4163	4
37657	Flag Pond	flag-pond	TN	171		36.0085	-82.5623	4
37692	Unicoi	unicoi	TN	171		36.2066	-82.322	4
37779	Luttrell	luttrell	TN	173		36.2001	-83.76	4
37807	Maynardville	maynardville	TN	173		36.2343	-83.8403	4
37866	Sharps Chapel	sharps-chapel	TN	173		36.3685	-83.8127	4
38585	Spencer	spencer	TN	175		35.7279	-85.4287	4
37110	Mcminnville	mcminnville	TN	177		35.6834	-85.77	4
37111	Mcminnville	mcminnville	TN	177		35.6834	-85.77	4
37357	Morrison	morrison	TN	177		35.6029	-85.9197	4
37378	Smartt	smartt	TN	177		35.6403	-85.8366	4
37394	Viola	viola	TN	177		35.5384	-85.8591	4
38550	Campaign	campaign	TN	177		35.7734	-85.6192	4
38581	Rock Island	rock-island	TN	177		35.7668	-85.6788	4
37601	Johnson City	johnson-city	TN	179		36.3339	-82.3408	4
37602	Johnson City	johnson-city	TN	179		36.2717	-82.5012	4
37604	Johnson City	johnson-city	TN	179		36.3107	-82.381	4
37605	Johnson City	johnson-city	TN	179		36.3158	-82.3838	4
37614	Johnson City	johnson-city	TN	179		36.1571	-82.5626	4
37615	Johnson City	johnson-city	TN	179		36.3996	-82.4523	4
37656	Fall Branch	fall-branch	TN	179		36.4158	-82.6256	4
37659	Jonesborough	jonesborough	TN	179		36.2954	-82.4902	4
37681	Limestone	limestone	TN	179		36.254	-82.625	4
37684	Mountain Home	mountain-home	TN	179		36.3107	-82.3732	4
37690	Telford	telford	TN	179		36.2451	-82.5369	4
38425	Clifton	clifton	TN	181		35.3819	-87.95	4
38450	Collinwood	collinwood	TN	181		35.1635	-87.7185	4
38452	Cypress Inn	cypress-inn	TN	181		35.0579	-87.7883	4
38471	Lutts	lutts	TN	181		35.1138	-87.8923	4
38485	Waynesboro	waynesboro	TN	181		35.322	-87.7395	4
38225	Dresden	dresden	TN	183		36.295	-88.6963	4
38226	Dukedom	dukedom	TN	183		36.4796	-88.6926	4
38229	Gleason	gleason	TN	183		36.2117	-88.6184	4
38230	Greenfield	greenfield	TN	183		36.1485	-88.7453	4
38237	Martin	martin	TN	183		36.3425	-88.8554	4
38238	Martin	martin	TN	183		36.3434	-88.8503	4
38241	Palmersville	palmersville	TN	183		36.3948	-88.6142	4
38255	Sharon	sharon	TN	183		36.2395	-88.8477	4
38559	Doyle	doyle	TN	185		35.8356	-85.5191	4
38579	Quebeck	quebeck	TN	185		35.8303	-85.552	4
38583	Sparta	sparta	TN	185		35.9439	-85.4392	4
38587	Walling	walling	TN	185		35.8695	-85.6185	4
37014	Arrington	arrington	TN	187		35.8566	-86.6633	4
37024	Brentwood	brentwood	TN	187		36.0331	-86.7828	4
37027	Brentwood	brentwood	TN	187		36.0063	-86.7909	4
37046	College Grove	college-grove	TN	187		35.7832	-86.7495	4
37062	Fairview	fairview	TN	187		35.9755	-87.1321	4
37064	Franklin	franklin	TN	187		35.9328	-86.8788	4
37065	Franklin	franklin	TN	187		35.9251	-86.8689	4
37067	Franklin	franklin	TN	187		35.9121	-86.7655	4
37068	Franklin	franklin	TN	187		35.8746	-86.9076	4
37069	Franklin	franklin	TN	187		35.9796	-86.9106	4
37135	Nolensville	nolensville	TN	187		35.9307	-86.6829	4
37179	Thompsons Station	thompsons-station	TN	187		35.809	-86.8913	4
37071	Gladeville	gladeville	TN	189		36.1562	-86.3049	4
37087	Lebanon	lebanon	TN	189		36.2098	-86.3024	4
37088	Lebanon	lebanon	TN	189		36.2081	-86.2911	4
37090	Lebanon	lebanon	TN	189		36.1185	-86.263	4
37121	Mount Juliet	mount-juliet	TN	189		36.2001	-86.5186	4
37122	Mount Juliet	mount-juliet	TN	189		36.1897	-86.5023	4
37136	Norene	norene	TN	189		36.1562	-86.3049	4
37184	Watertown	watertown	TN	189		36.0953	-86.1434	4
75763	Frankston	frankston	TX	001		32.0535	-95.5163	4
75779	Neches	neches	TX	001		31.8668	-95.4958	4
75801	Palestine	palestine	TX	001		31.7588	-95.6342	4
75802	Palestine	palestine	TX	001		31.7621	-95.6308	4
75803	Palestine	palestine	TX	001		31.7571	-95.6545	4
75832	Cayuga	cayuga	TX	001		31.9571	-95.9747	4
75839	Elkhart	elkhart	TX	001		31.648	-95.5551	4
75853	Montalba	montalba	TX	001		31.8766	-95.7327	4
75861	Tennessee Colony	tennessee-colony	TX	001		31.7929	-95.8998	4
75880	Tennessee Colony	tennessee-colony	TX	001		31.8354	-95.8389	4
75882	Palestine	palestine	TX	001		31.7942	-95.662	4
75884	Tennessee Colony	tennessee-colony	TX	001		31.8354	-95.8389	4
75886	Tennessee Colony	tennessee-colony	TX	001		31.8354	-95.8389	4
79714	Andrews	andrews	TX	003		32.3201	-102.5409	4
75901	Lufkin	lufkin	TX	005		31.27	-94.6469	4
75902	Lufkin	lufkin	TX	005		31.3623	-94.7611	4
75903	Lufkin	lufkin	TX	005		31.2766	-94.5676	4
75904	Lufkin	lufkin	TX	005		31.3489	-94.8327	4
75915	Lufkin	lufkin	TX	005		31.3382	-94.7291	4
75941	Diboll	diboll	TX	005		31.195	-94.7729	4
75949	Huntington	huntington	TX	005		31.2837	-94.5662	4
75969	Pollok	pollok	TX	005		31.4291	-94.8254	4
75980	Zavalla	zavalla	TX	005		31.1569	-94.3871	4
78358	Fulton	fulton	TX	007		28.0614	-97.0411	4
78381	Rockport	rockport	TX	007		28.0131	-97.0936	4
78382	Rockport	rockport	TX	007		28.0308	-97.0688	4
76351	Archer City	archer-city	TX	009		33.5562	-98.6249	4
76366	Holliday	holliday	TX	009		33.8162	-98.6951	4
76370	Megargel	megargel	TX	009		33.4533	-98.9297	4
76379	Scotland	scotland	TX	009		33.6535	-98.465	4
76389	Windthorst	windthorst	TX	009		33.5796	-98.4376	4
79019	Claude	claude	TX	011		35.0967	-101.3813	4
79094	Wayside	wayside	TX	011		34.7928	-101.5471	4
78008	Campbellton	campbellton	TX	013		28.767	-98.2566	4
78011	Charlotte	charlotte	TX	013		28.8649	-98.707	4
78012	Christine	christine	TX	013		28.7858	-98.4886	4
78026	Jourdanton	jourdanton	TX	013		28.903	-98.544	4
78050	Leming	leming	TX	013		29.073	-98.4842	4
78052	Lytle	lytle	TX	013		29.2366	-98.7945	4
78062	Peggy	peggy	TX	013		28.7397	-98.1786	4
78064	Pleasanton	pleasanton	TX	013		28.9924	-98.4831	4
78065	Poteet	poteet	TX	013		29.0994	-98.6241	4
77418	Bellville	bellville	TX	015		29.9658	-96.2531	4
77452	Kenney	kenney	TX	015		30.0477	-96.3269	4
77473	San Felipe	san-felipe	TX	015		29.8019	-96.1014	4
77474	Sealy	sealy	TX	015		29.7826	-96.1592	4
77485	Wallis	wallis	TX	015		29.6397	-96.0456	4
78931	Bleiblerville	bleiblerville	TX	015		30.0292	-96.4448	4
78933	Cat Spring	cat-spring	TX	015		29.7512	-96.39	4
78944	Industry	industry	TX	015		29.9904	-96.4843	4
78950	New Ulm	new-ulm	TX	015		29.9134	-96.4961	4
79324	Enochs	enochs	TX	017		33.8731	-102.7599	4
79344	Maple	maple	TX	017		33.8487	-102.8985	4
79347	Muleshoe	muleshoe	TX	017		34.2193	-102.7496	4
78003	Bandera	bandera	TX	019		29.7276	-99.0453	4
78055	Medina	medina	TX	019		29.8475	-99.3215	4
78063	Pipe Creek	pipe-creek	TX	019		29.6796	-98.9484	4
78883	Tarpley	tarpley	TX	019		29.6455	-99.2469	4
78885	Vanderpool	vanderpool	TX	019		29.7452	-99.5551	4
78602	Bastrop	bastrop	TX	021		30.1388	-97.2921	4
78612	Cedar Creek	cedar-creek	TX	021		30.0966	-97.4976	4
78621	Elgin	elgin	TX	021		30.3231	-97.3737	4
78650	Mc Dade	mc-dade	TX	021		30.2968	-97.2386	1
78659	Paige	paige	TX	021		30.1858	-97.1198	4
78662	Red Rock	red-rock	TX	021		29.9906	-97.4081	4
78953	Rosanky	rosanky	TX	021		29.9241	-97.3119	4
78957	Smithville	smithville	TX	021		30.0178	-97.1494	4
76380	Seymour	seymour	TX	023		33.5914	-99.2587	4
78102	Beeville	beeville	TX	025		28.4222	-97.7616	4
78104	Beeville	beeville	TX	025		28.3931	-97.776	4
78125	Mineral	mineral	TX	025		28.5552	-97.9407	4
78142	Normanna	normanna	TX	025		28.5278	-97.7831	4
78145	Pawnee	pawnee	TX	025		28.6526	-97.9921	4
78146	Pettus	pettus	TX	025		28.6164	-97.8082	4
78162	Tuleta	tuleta	TX	025		28.5708	-97.7972	4
78389	Skidmore	skidmore	TX	025		28.2121	-97.7127	4
78391	Tynan	tynan	TX	025		28.1693	-97.7549	4
76501	Temple	temple	TX	027		31.0895	-97.3343	4
76502	Temple	temple	TX	027		31.071	-97.3898	4
76503	Temple	temple	TX	027		31.054	-97.3203	4
76504	Temple	temple	TX	027		31.0917	-97.3648	4
76508	Temple	temple	TX	027		31.0363	-97.492	4
76511	Bartlett	bartlett	TX	027		30.7991	-97.4263	4
76513	Belton	belton	TX	027		31.0723	-97.472	4
76533	Heidenheimer	heidenheimer	TX	027		31.0496	-97.4936	4
76534	Holland	holland	TX	027		30.88	-97.3857	4
76540	Killeen	killeen	TX	027		31.1171	-97.7278	4
76541	Killeen	killeen	TX	027		31.1164	-97.7278	4
76542	Killeen	killeen	TX	027		31.0376	-97.6809	4
76543	Killeen	killeen	TX	027		31.1172	-97.6651	4
76544	Fort Hood	fort-hood	TX	027		31.1349	-97.7756	4
76547	Killeen	killeen	TX	027		31.1171	-97.7278	4
76548	Harker Heights	harker-heights	TX	027		31.0286	-97.6115	4
76549	Killeen	killeen	TX	027		31.0065	-97.841	4
76554	Little River Academy	little-river-academy	TX	027		30.9863	-97.3586	4
76559	Nolanville	nolanville	TX	027		31.0833	-97.5941	4
76564	Pendleton	pendleton	TX	027		31.1952	-97.3486	4
76569	Rogers	rogers	TX	027		30.955	-97.2228	4
76571	Salado	salado	TX	027		30.9494	-97.533	4
76579	Troy	troy	TX	027		31.1759	-97.2852	4
78002	Atascosa	atascosa	TX	029		29.2705	-98.7421	4
78015	Boerne	boerne	TX	029		29.7327	-98.6646	4
78023	Helotes	helotes	TX	029		29.6321	-98.7542	4
78054	Macdona	macdona	TX	029		29.3258	-98.6911	4
78069	Somerset	somerset	TX	029		29.2205	-98.6678	4
78073	Von Ormy	von-ormy	TX	029		29.275	-98.6677	4
78101	Adkins	adkins	TX	029		29.3805	-98.265	4
78109	Converse	converse	TX	029		29.5173	-98.3217	4
78112	Elmendorf	elmendorf	TX	029		29.2308	-98.372	4
78148	Universal City	universal-city	TX	029		29.5465	-98.2954	4
78150	Jbsa Randolph	jbsa-randolph	TX	029		29.3759	-97.958	1
78152	Saint Hedwig	saint-hedwig	TX	029		29.4353	-98.1952	4
78201	San Antonio	san-antonio	TX	029		29.4711	-98.5356	4
78202	San Antonio	san-antonio	TX	029		29.4275	-98.4601	4
78203	San Antonio	san-antonio	TX	029		29.4148	-98.4601	4
78204	San Antonio	san-antonio	TX	029		29.4059	-98.5078	4
78205	San Antonio	san-antonio	TX	029		29.4237	-98.4925	4
78206	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78207	San Antonio	san-antonio	TX	029		29.4229	-98.526	4
78208	San Antonio	san-antonio	TX	029		29.44	-98.459	4
78209	San Antonio	san-antonio	TX	029		29.4821	-98.4554	4
78210	San Antonio	san-antonio	TX	029		29.3977	-98.4658	4
78211	San Antonio	san-antonio	TX	029		29.3499	-98.5638	4
78212	San Antonio	san-antonio	TX	029		29.4388	-98.4935	4
78213	San Antonio	san-antonio	TX	029		29.5234	-98.5273	4
78214	San Antonio	san-antonio	TX	029		29.3641	-98.4924	4
78215	San Antonio	san-antonio	TX	029		29.4413	-98.4793	4
78216	San Antonio	san-antonio	TX	029		29.5334	-98.4975	4
78217	San Antonio	san-antonio	TX	029		29.5395	-98.4194	4
78218	San Antonio	san-antonio	TX	029		29.4969	-98.4032	4
78219	San Antonio	san-antonio	TX	029		29.4492	-98.3446	4
78220	San Antonio	san-antonio	TX	029		29.4106	-98.4128	4
78221	San Antonio	san-antonio	TX	029		29.3309	-98.5054	4
78222	San Antonio	san-antonio	TX	029		29.3831	-98.396	4
78223	San Antonio	san-antonio	TX	029		29.3579	-98.4356	4
78224	San Antonio	san-antonio	TX	029		29.3374	-98.5393	4
78225	San Antonio	san-antonio	TX	029		29.3875	-98.5245	4
78226	San Antonio	san-antonio	TX	029		29.393	-98.5511	4
78227	San Antonio	san-antonio	TX	029		29.4027	-98.6433	4
78228	San Antonio	san-antonio	TX	029		29.4589	-98.5699	4
78229	San Antonio	san-antonio	TX	029		29.5042	-98.5697	4
78230	San Antonio	san-antonio	TX	029		29.5407	-98.5521	4
78231	San Antonio	san-antonio	TX	029		29.5714	-98.5414	4
78232	San Antonio	san-antonio	TX	029		29.5863	-98.4769	4
78233	San Antonio	san-antonio	TX	029		29.5563	-98.3643	4
78234	Jbsa Ft Sam Houston	jbsa-ft-sam-houston	TX	029		29.4241	-98.4936	1
78235	San Antonio	san-antonio	TX	029		29.3494	-98.4422	4
78236	Jbsa Lackland	jbsa-lackland	TX	029		29.4241	-98.4936	1
78237	San Antonio	san-antonio	TX	029		29.4208	-98.5645	4
78238	San Antonio	san-antonio	TX	029		29.451	-98.6169	4
78239	San Antonio	san-antonio	TX	029		29.5182	-98.3627	4
78240	San Antonio	san-antonio	TX	029		29.5189	-98.6006	4
78241	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78242	San Antonio	san-antonio	TX	029		29.3509	-98.6109	4
78243	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78244	San Antonio	san-antonio	TX	029		29.4793	-98.3476	4
78245	San Antonio	san-antonio	TX	029		29.4189	-98.6895	4
78246	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78247	San Antonio	san-antonio	TX	029		29.5855	-98.4071	4
78248	San Antonio	san-antonio	TX	029		29.5894	-98.5201	4
78249	San Antonio	san-antonio	TX	029		29.5612	-98.6117	4
78250	San Antonio	san-antonio	TX	029		29.5054	-98.6688	4
78251	San Antonio	san-antonio	TX	029		29.4597	-98.6555	4
78252	San Antonio	san-antonio	TX	029		29.346	-98.6464	4
78253	San Antonio	san-antonio	TX	029		29.4599	-98.7479	4
78254	San Antonio	san-antonio	TX	029		29.5551	-98.7442	4
78255	San Antonio	san-antonio	TX	029		29.6701	-98.6873	4
78256	San Antonio	san-antonio	TX	029		29.6169	-98.6252	4
78257	San Antonio	san-antonio	TX	029		29.6495	-98.6137	4
78258	San Antonio	san-antonio	TX	029		29.6562	-98.4967	4
78259	San Antonio	san-antonio	TX	029		29.6283	-98.4445	4
78260	San Antonio	san-antonio	TX	029		29.7026	-98.4759	4
78261	San Antonio	san-antonio	TX	029		29.7055	-98.4191	4
78263	San Antonio	san-antonio	TX	029		29.3614	-98.3174	4
78264	San Antonio	san-antonio	TX	029		29.1733	-98.4723	4
78265	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78268	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78269	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78270	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78278	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78279	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78280	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78283	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78284	San Antonio	san-antonio	TX	029		29.4426	-98.4913	4
78285	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78288	San Antonio	san-antonio	TX	029		29.4241	-98.4936	4
78289	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78291	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78292	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78293	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78294	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78295	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78296	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78297	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78298	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78299	San Antonio	san-antonio	TX	029		29.4375	-98.4616	4
78606	Blanco	blanco	TX	031		30.0874	-98.4107	4
78635	Hye	hye	TX	031		30.2269	-98.5396	4
78636	Johnson City	johnson-city	TX	031		30.2948	-98.3691	4
78663	Round Mountain	round-mountain	TX	031		30.4429	-98.4365	4
79738	Gail	gail	TX	033		32.7523	-101.45	4
76634	Clifton	clifton	TX	035		31.7918	-97.5203	4
76637	Cranfills Gap	cranfills-gap	TX	035		31.7486	-97.8113	4
76644	Laguna Park	laguna-park	TX	035		31.8593	-97.3797	4
76649	Iredell	iredell	TX	035		31.9722	-97.8793	4
76652	Kopperl	kopperl	TX	035		32.1035	-97.5421	4
76665	Meridian	meridian	TX	035		31.929	-97.6443	4
76671	Morgan	morgan	TX	035		32.0195	-97.5608	4
76689	Valley Mills	valley-mills	TX	035		31.6599	-97.4935	4
76690	Walnut Springs	walnut-springs	TX	035		32.0593	-97.7514	4
75501	Texarkana	texarkana	TX	037		33.4113	-94.1774	4
75503	Texarkana	texarkana	TX	037		33.4669	-94.0774	4
75504	Texarkana	texarkana	TX	037		33.4251	-94.0477	4
75505	Texarkana	texarkana	TX	037		33.4624	-94.0715	4
75507	Texarkana	texarkana	TX	037		33.4251	-94.0477	4
75559	De Kalb	de-kalb	TX	037		33.5087	-94.6163	4
75561	Hooks	hooks	TX	037		33.5253	-94.2657	4
75567	Maud	maud	TX	037		33.3409	-94.3175	4
75569	Nash	nash	TX	037		33.4344	-94.1219	4
75570	New Boston	new-boston	TX	037		33.4619	-94.4375	4
75573	Redwater	redwater	TX	037		33.358	-94.2571	4
75574	Simms	simms	TX	037		33.3359	-94.552	4
75599	Texarkana	texarkana	TX	037		33.4251	-94.0477	4
77422	Brazoria	brazoria	TX	039		29.0236	-95.5867	4
77430	Damon	damon	TX	039		29.3014	-95.7036	4
77431	Danciger	danciger	TX	039		29.1737	-95.8207	4
77463	Old Ocean	old-ocean	TX	039		29.08	-95.7497	4
77480	Sweeny	sweeny	TX	039		29.0415	-95.7004	4
77486	West Columbia	west-columbia	TX	039		29.1408	-95.6694	4
77511	Alvin	alvin	TX	039		29.412	-95.2515	4
77512	Alvin	alvin	TX	039		29.4238	-95.2441	4
77515	Angleton	angleton	TX	039		29.181	-95.4467	4
77516	Angleton	angleton	TX	039		29.1694	-95.4319	4
77531	Clute	clute	TX	039		29.0325	-95.4026	4
77534	Danbury	danbury	TX	039		29.2291	-95.3435	4
77541	Freeport	freeport	TX	039		29.0357	-95.3379	4
77542	Freeport	freeport	TX	039		28.9541	-95.3597	4
77566	Lake Jackson	lake-jackson	TX	039		29.0393	-95.4401	4
77577	Liverpool	liverpool	TX	039		29.2667	-95.2889	4
77578	Manvel	manvel	TX	039		29.4694	-95.3503	4
77581	Pearland	pearland	TX	039		29.5617	-95.2721	4
77583	Rosharon	rosharon	TX	039		29.4203	-95.4537	4
77584	Pearland	pearland	TX	039		29.5405	-95.3208	4
77588	Pearland	pearland	TX	039		29.5127	-95.2542	4
77801	Bryan	bryan	TX	041		30.6327	-96.3662	4
77802	Bryan	bryan	TX	041		30.6582	-96.3351	4
77803	Bryan	bryan	TX	041		30.6913	-96.3714	4
77805	Bryan	bryan	TX	041		30.6521	-96.341	4
77806	Bryan	bryan	TX	041		30.6744	-96.37	4
77807	Bryan	bryan	TX	041		30.6711	-96.4799	4
77808	Bryan	bryan	TX	041		30.8202	-96.3059	4
77840	College Station	college-station	TX	041		30.6045	-96.3123	4
77841	College Station	college-station	TX	041		30.5726	-96.327	4
77842	College Station	college-station	TX	041		30.6521	-96.341	4
77843	College Station	college-station	TX	041		30.6521	-96.341	4
77844	College Station	college-station	TX	041		30.6521	-96.341	4
77845	College Station	college-station	TX	041		30.5118	-96.3171	4
77862	Kurten	kurten	TX	041		30.7871	-96.2641	4
77866	Millican	millican	TX	041		30.4491	-96.217	4
77881	Wellborn	wellborn	TX	041		30.5334	-96.3032	4
79830	Alpine	alpine	TX	043		30.2631	-103.6541	1
79831	Alpine	alpine	TX	043		30.3068	-103.6704	1
79832	Alpine	alpine	TX	043		30.3631	-103.6539	1
79834	Big Bend National Park	big-bend-national-park	TX	043		29.2924	-103.2963	1
79842	Marathon	marathon	TX	043		30.1886	-103.2214	4
79852	Terlingua	terlingua	TX	043		29.3165	-103.5597	1
79255	Quitaque	quitaque	TX	045		34.3796	-101.0465	4
79257	Silverton	silverton	TX	045		34.4641	-101.3169	4
78353	Encino	encino	TX	047		26.9249	-98.1922	4
78355	Falfurrias	falfurrias	TX	047		27.2242	-98.1408	4
76432	Blanket	blanket	TX	049		31.7882	-98.8311	4
76801	Brownwood	brownwood	TX	049		31.7754	-98.9915	4
76802	Early	early	TX	049		31.7874	-98.9229	4
76803	Early	early	TX	049		31.7421	-98.9456	4
76804	Brownwood	brownwood	TX	049		31.7742	-99.0921	4
76823	Bangs	bangs	TX	049		31.7503	-99.1568	4
76827	Brookesmith	brookesmith	TX	049		31.5176	-99.1277	4
76857	May	may	TX	049		31.9571	-98.9656	4
76890	Zephyr	zephyr	TX	049		31.6694	-98.8182	4
77836	Caldwell	caldwell	TX	051		30.5298	-96.7143	4
77838	Chriesman	chriesman	TX	051		30.5994	-96.7708	4
77852	Deanville	deanville	TX	051		30.4322	-96.7561	4
77863	Lyons	lyons	TX	051		30.3863	-96.5633	4
77878	Snook	snook	TX	051		30.4702	-96.4804	4
77879	Somerville	somerville	TX	051		30.4076	-96.5358	4
78605	Bertram	bertram	TX	053		30.7411	-98.0529	4
78608	Briggs	briggs	TX	053		30.9325	-97.9702	4
78611	Burnet	burnet	TX	053		30.7766	-98.2642	4
78654	Marble Falls	marble-falls	TX	053		30.5784	-98.2751	4
78616	Dale	dale	TX	055		29.9528	-97.581	4
78622	Fentress	fentress	TX	055		29.7561	-97.7764	4
78644	Lockhart	lockhart	TX	055		29.8868	-97.6769	4
78648	Luling	luling	TX	055		29.6826	-97.6499	4
78655	Martindale	martindale	TX	055		29.8394	-97.8508	4
78656	Maxwell	maxwell	TX	055		29.8953	-97.8144	4
78661	Prairie Lea	prairie-lea	TX	055		29.7239	-97.7449	4
77978	Point Comfort	point-comfort	TX	057		28.6651	-96.5506	4
77979	Port Lavaca	port-lavaca	TX	057		28.6011	-96.6259	4
77982	Port O Connor	port-o-connor	TX	057		28.4483	-96.4058	4
77983	Seadrift	seadrift	TX	057		28.4101	-96.7023	4
76443	Cross Plains	cross-plains	TX	059		32.1482	-99.1872	4
76469	Putnam	putnam	TX	059		32.374	-99.1957	4
79504	Baird	baird	TX	059		32.3916	-99.3777	4
79510	Clyde	clyde	TX	059		32.3803	-99.5184	4
78520	Brownsville	brownsville	TX	061		25.9337	-97.5174	4
78521	Brownsville	brownsville	TX	061		25.9221	-97.4612	4
78522	Brownsville	brownsville	TX	061		25.9017	-97.4975	4
78523	Brownsville	brownsville	TX	061		25.981	-97.5209	4
78526	Brownsville	brownsville	TX	061		25.9717	-97.4699	4
78535	Combes	combes	TX	061		26.2451	-97.7416	4
78550	Harlingen	harlingen	TX	061		26.1951	-97.689	4
78551	Harlingen	harlingen	TX	061		26.2447	-97.7206	4
78552	Harlingen	harlingen	TX	061		26.1831	-97.7468	4
78553	Harlingen	harlingen	TX	061		26.1906	-97.6961	4
78559	La Feria	la-feria	TX	061		26.1666	-97.8261	4
78566	Los Fresnos	los-fresnos	TX	061		26.1158	-97.4107	4
78567	Los Indios	los-indios	TX	061		26.0492	-97.745	4
78568	Lozano	lozano	TX	061		26.1904	-97.5423	4
78575	Olmito	olmito	TX	061		26.0353	-97.5496	4
78578	Port Isabel	port-isabel	TX	061		26.0539	-97.3125	4
78583	Rio Hondo	rio-hondo	TX	061		26.2339	-97.5513	4
78586	San Benito	san-benito	TX	061		26.1337	-97.6447	4
78592	Santa Maria	santa-maria	TX	061		26.0787	-97.8494	4
78593	Santa Rosa	santa-rosa	TX	061		26.2555	-97.8257	4
78597	South Padre Island	south-padre-island	TX	061		26.2393	-97.1936	4
75451	Leesburg	leesburg	TX	063		32.9763	-95.1079	4
75686	Pittsburg	pittsburg	TX	063		32.9623	-94.9603	4
79039	Groom	groom	TX	065		35.2168	-101.1285	4
79068	Panhandle	panhandle	TX	065		35.3808	-101.4304	4
79080	Skellytown	skellytown	TX	065		35.5685	-101.1721	4
79097	White Deer	white-deer	TX	065		35.4278	-101.174	4
75551	Atlanta	atlanta	TX	067		33.109	-94.1646	4
75555	Bivins	bivins	TX	067		32.966	-94.1404	4
75556	Bloomburg	bloomburg	TX	067		33.1339	-94.0647	4
75560	Douglassville	douglassville	TX	067		33.1758	-94.3467	4
75562	Kildare	kildare	TX	067		32.9468	-94.2539	4
75563	Linden	linden	TX	067		33.0048	-94.3605	4
75565	Mc Leod	mc-leod	TX	067		32.9511	-94.0808	1
75566	Marietta	marietta	TX	067		33.1735	-94.5424	4
75572	Queen City	queen-city	TX	067		33.1557	-94.1537	4
75630	Avinger	avinger	TX	067		32.8485	-94.5795	4
75656	Hughes Springs	hughes-springs	TX	067		33.0168	-94.6228	4
79027	Dimmitt	dimmitt	TX	069		34.5341	-102.3046	4
79043	Hart	hart	TX	069		34.3878	-102.1155	4
79063	Nazareth	nazareth	TX	069		34.5444	-102.1069	4
79085	Summerfield	summerfield	TX	069		34.7437	-102.5064	4
77514	Anahuac	anahuac	TX	071		29.662	-94.593	4
77523	Baytown	baytown	TX	071		29.77	-94.8608	4
77560	Hankamer	hankamer	TX	071		29.8752	-94.5938	4
77580	Mont Belvieu	mont-belvieu	TX	071		29.8477	-94.8908	4
77597	Wallisville	wallisville	TX	071		29.8591	-94.6759	4
77661	Stowell	stowell	TX	071		29.7809	-94.39	4
77665	Winnie	winnie	TX	071		29.8157	-94.3395	4
75759	Cuney	cuney	TX	073		32.0415	-95.42	4
75764	Gallatin	gallatin	TX	073		31.891	-95.1455	4
75766	Jacksonville	jacksonville	TX	073		31.9618	-95.2703	4
75772	Maydelle	maydelle	TX	073		31.8008	-95.3001	4
75780	New Summerfield	new-summerfield	TX	073		31.9807	-95.0938	4
75784	Reklaw	reklaw	TX	073		31.8859	-95.0118	4
75785	Rusk	rusk	TX	073		31.8136	-95.0965	4
75925	Alto	alto	TX	073		31.6103	-95.0762	4
75976	Wells	wells	TX	073		31.4885	-94.9399	4
79201	Childress	childress	TX	075		34.4104	-100.2364	4
79259	Tell	tell	TX	075		34.3759	-100.3948	4
76228	Bellevue	bellevue	TX	077		33.5879	-98.1574	4
76352	Bluegrove	bluegrove	TX	077		33.674	-98.23	4
76357	Byers	byers	TX	077		34.0728	-98.1839	4
76365	Henrietta	henrietta	TX	077		33.8196	-98.26	4
76377	Petrolia	petrolia	TX	077		34.0132	-98.2323	4
79314	Bledsoe	bledsoe	TX	079		33.5997	-103.0168	4
79346	Morton	morton	TX	079		33.7251	-102.7594	4
79379	Whiteface	whiteface	TX	079		33.5988	-102.6199	4
76933	Bronte	bronte	TX	081		31.8789	-100.2988	4
76945	Robert Lee	robert-lee	TX	081		31.8951	-100.5104	4
76949	Silver	silver	TX	081		32.0484	-100.6922	4
76953	Tennyson	tennyson	TX	081		31.7397	-100.2884	4
76828	Burkett	burkett	TX	083		31.9986	-99.2553	4
76834	Coleman	coleman	TX	083		31.8287	-99.427	4
76845	Gouldbusk	gouldbusk	TX	083		31.5549	-99.4767	4
76873	Rockwood	rockwood	TX	083		31.5037	-99.3746	4
76878	Santa Anna	santa-anna	TX	083		31.7215	-99.3212	4
76882	Talpa	talpa	TX	083		31.8034	-99.6747	4
76884	Valera	valera	TX	083		31.7529	-99.5473	4
76888	Voss	voss	TX	083		31.5892	-99.6326	4
79519	Goldsboro	goldsboro	TX	083		32.0482	-99.6775	4
79538	Novice	novice	TX	083		31.9781	-99.6809	4
75002	Allen	allen	TX	085		33.0934	-96.6454	4
75009	Celina	celina	TX	085		33.3103	-96.7673	4
75013	Allen	allen	TX	085		33.1186	-96.6773	4
75023	Plano	plano	TX	085		33.055	-96.7365	4
75024	Plano	plano	TX	085		33.0752	-96.7843	4
75025	Plano	plano	TX	085		33.0784	-96.7291	4
75026	Plano	plano	TX	085		33.0198	-96.6989	4
75033	Frisco	frisco	TX	085		33.2559	-96.8853	4
75034	Frisco	frisco	TX	085		33.1499	-96.8241	4
75035	Frisco	frisco	TX	085		33.1377	-96.7524	4
75036	Frisco	frisco	TX	085		33.1499	-96.8241	4
75069	Mckinney	mckinney	TX	085		33.1976	-96.6153	4
75070	Mckinney	mckinney	TX	085		33.1976	-96.6153	4
75071	Mckinney	mckinney	TX	085		33.1976	-96.6153	4
75072	Mckinney	mckinney	TX	085		33.1976	-96.6153	4
75074	Plano	plano	TX	085		33.0277	-96.6777	4
75075	Plano	plano	TX	085		33.025	-96.7397	4
75078	Prosper	prosper	TX	085		33.2362	-96.7954	4
75086	Plano	plano	TX	085		33.0198	-96.6989	4
75093	Plano	plano	TX	085		33.0299	-96.7889	4
75094	Plano	plano	TX	085		33.0148	-96.6189	4
75097	Weston	weston	TX	085		33.3512	-96.6646	4
75121	Copeville	copeville	TX	085		33.0875	-96.4186	4
75164	Josephine	josephine	TX	085		33.0612	-96.3072	4
75166	Lavon	lavon	TX	085		33.0139	-96.4377	4
75173	Nevada	nevada	TX	085		33.0593	-96.3877	4
75407	Princeton	princeton	TX	085		33.1555	-96.4981	4
75409	Anna	anna	TX	085		33.3445	-96.5639	4
75424	Blue Ridge	blue-ridge	TX	085		33.3061	-96.3901	4
75442	Farmersville	farmersville	TX	085		33.1659	-96.3686	4
75454	Melissa	melissa	TX	085		33.2841	-96.574	4
75485	Westminster	westminster	TX	085		33.3627	-96.4635	4
79077	Samnorwood	samnorwood	TX	087		35.0523	-100.2807	4
79095	Wellington	wellington	TX	087		34.8717	-100.2207	4
79230	Dodson	dodson	TX	087		34.7644	-100.0286	4
79251	Quail	quail	TX	087		34.918	-100.4252	4
77412	Altair	altair	TX	089		29.5714	-96.4541	4
77434	Eagle Lake	eagle-lake	TX	089		29.5842	-96.3354	4
77442	Garwood	garwood	TX	089		29.476	-96.4919	4
77460	Nada	nada	TX	089		29.405	-96.3864	4
77470	Rock Island	rock-island	TX	089		29.5311	-96.5752	4
77475	Sheridan	sheridan	TX	089		29.4936	-96.6711	4
78934	Columbus	columbus	TX	089		29.7032	-96.5527	4
78935	Alleyton	alleyton	TX	089		29.7092	-96.4865	4
78943	Glidden	glidden	TX	089		29.6994	-96.5942	4
78951	Oakland	oakland	TX	089		29.6016	-96.83	4
78962	Weimar	weimar	TX	089		29.6787	-96.755	4
78070	Spring Branch	spring-branch	TX	091		29.9238	-98.3788	4
78130	New Braunfels	new-braunfels	TX	091		29.7229	-98.0742	4
78131	New Braunfels	new-braunfels	TX	091		29.703	-98.1245	4
78132	New Braunfels	new-braunfels	TX	091		29.7565	-98.1983	4
78133	Canyon Lake	canyon-lake	TX	091		29.9112	-98.2374	4
78135	New Braunfels	new-braunfels	TX	091		29.703	-98.1245	4
78163	Bulverde	bulverde	TX	091		29.7767	-98.4626	4
78266	San Antonio	san-antonio	TX	091		29.6643	-98.3118	4
78623	Fischer	fischer	TX	091		29.9627	-98.2088	4
76442	Comanche	comanche	TX	093		31.9116	-98.6082	4
76444	De Leon	de-leon	TX	093		32.1087	-98.5489	4
76452	Energy	energy	TX	093		31.7629	-98.3695	4
76455	Gustine	gustine	TX	093		31.8468	-98.4017	4
76468	Proctor	proctor	TX	093		31.9874	-98.4298	4
76474	Sidney	sidney	TX	093		31.932	-98.768	4
76837	Eden	eden	TX	095		31.2192	-99.8407	4
76855	Lowake	lowake	TX	095		31.5663	-100.0759	4
76862	Millersview	millersview	TX	095		31.4167	-99.7171	4
76866	Paint Rock	paint-rock	TX	095		31.5048	-99.9139	4
76937	Eola	eola	TX	095		31.3617	-100.0922	4
76238	Era	era	TX	097		33.4965	-97.3859	4
76240	Gainesville	gainesville	TX	097		33.6547	-97.1583	4
76241	Gainesville	gainesville	TX	097		33.6104	-97.0369	4
76250	Lindsay	lindsay	TX	097		33.636	-97.2214	4
76252	Muenster	muenster	TX	097		33.6595	-97.3624	4
76253	Myra	myra	TX	097		33.6178	-97.309	4
76263	Rosston	rosston	TX	097		33.4674	-97.4534	4
76272	Valley View	valley-view	TX	097		33.5022	-97.2311	4
76522	Copperas Cove	copperas-cove	TX	099		31.2029	-97.9301	4
76525	Evant	evant	TX	099		31.4388	-98.0535	4
76526	Flat	flat	TX	099		31.2956	-97.5822	4
76528	Gatesville	gatesville	TX	099		31.4177	-97.833	4
76538	Jonesboro	jonesboro	TX	099		31.5599	-97.8456	4
76558	Mound	mound	TX	099		31.3514	-97.6444	4
76561	Oglesby	oglesby	TX	099		31.4438	-97.5501	4
76566	Purmela	purmela	TX	099		31.4841	-97.9903	4
76596	Gatesville	gatesville	TX	099		31.3902	-97.7993	4
76597	Gatesville	gatesville	TX	099		31.3902	-97.7993	4
76598	Gatesville	gatesville	TX	099		31.3902	-97.7993	4
76599	Gatesville	gatesville	TX	099		31.4706	-97.7347	4
79223	Cee Vee	cee-vee	TX	101		34.2295	-100.4573	4
79248	Paducah	paducah	TX	101		34.0217	-100.2986	4
79731	Crane	crane	TX	103		31.3969	-102.3544	4
76943	Ozona	ozona	TX	105		30.7164	-101.2388	4
79322	Crosbyton	crosbyton	TX	107		33.6562	-101.2287	4
79343	Lorenzo	lorenzo	TX	107		33.6666	-101.5277	4
79357	Ralls	ralls	TX	107		33.6851	-101.3836	4
79855	Van Horn	van-horn	TX	109		31.0391	-104.8245	4
79022	Dalhart	dalhart	TX	111		36.0732	-102.5177	1
79051	Kerrick	kerrick	TX	111		36.4956	-102.2427	1
79087	Texline	texline	TX	111		36.374	-102.9845	4
75001	Addison	addison	TX	113		32.96	-96.8385	4
75006	Carrollton	carrollton	TX	113		32.9657	-96.8825	4
75011	Carrollton	carrollton	TX	113		32.9537	-96.8903	4
75014	Irving	irving	TX	113		32.7673	-96.7776	4
75015	Irving	irving	TX	113		32.8987	-96.9722	4
75016	Irving	irving	TX	113		32.8987	-96.9722	4
75017	Irving	irving	TX	113		32.7673	-96.7776	4
75019	Coppell	coppell	TX	113		32.9673	-96.9805	4
75030	Rowlett	rowlett	TX	113		32.9029	-96.5639	4
75038	Irving	irving	TX	113		32.8653	-96.9905	4
75039	Irving	irving	TX	113		32.8697	-96.9389	4
75040	Garland	garland	TX	113		32.9227	-96.6248	4
75041	Garland	garland	TX	113		32.8794	-96.6411	4
75042	Garland	garland	TX	113		32.9185	-96.6775	4
75043	Garland	garland	TX	113		32.8565	-96.5999	4
75044	Garland	garland	TX	113		32.9522	-96.6654	4
75045	Garland	garland	TX	113		32.9137	-96.6271	4
75046	Garland	garland	TX	113		32.9126	-96.6389	4
75047	Garland	garland	TX	113		32.9126	-96.6389	4
75048	Sachse	sachse	TX	113		32.9643	-96.6012	4
75049	Garland	garland	TX	113		32.9126	-96.6389	4
75050	Grand Prairie	grand-prairie	TX	113		32.7649	-97.0112	4
75051	Grand Prairie	grand-prairie	TX	113		32.7115	-97.0069	4
75052	Grand Prairie	grand-prairie	TX	113		32.6605	-97.0311	4
75053	Grand Prairie	grand-prairie	TX	113		32.746	-96.9978	4
75054	Grand Prairie	grand-prairie	TX	113		32.5907	-97.0405	4
75059	Irving	irving	TX	113		32.8023	-96.9597	4
75060	Irving	irving	TX	113		32.8023	-96.9597	4
75061	Irving	irving	TX	113		32.8267	-96.9633	4
75062	Irving	irving	TX	113		32.8479	-96.974	4
75063	Irving	irving	TX	113		32.9247	-96.9598	4
75064	Irving	irving	TX	113		32.9247	-96.9598	4
75080	Richardson	richardson	TX	113		32.966	-96.7452	4
75081	Richardson	richardson	TX	113		32.9462	-96.7058	4
75082	Richardson	richardson	TX	113		32.9865	-96.686	4
75083	Richardson	richardson	TX	113		32.7673	-96.7776	4
75085	Richardson	richardson	TX	113		32.7673	-96.7776	4
75088	Rowlett	rowlett	TX	113		32.9031	-96.5472	4
75089	Rowlett	rowlett	TX	113		32.9346	-96.5544	4
75098	Wylie	wylie	TX	113		33.0041	-96.5394	4
75099	Coppell	coppell	TX	113		32.9546	-97.015	4
75104	Cedar Hill	cedar-hill	TX	113		32.5885	-96.9438	4
75106	Cedar Hill	cedar-hill	TX	113		32.5885	-96.9561	4
75115	Desoto	desoto	TX	113		32.6041	-96.8653	4
75116	Duncanville	duncanville	TX	113		32.6587	-96.9114	4
75123	Desoto	desoto	TX	113		32.5899	-96.8569	4
75134	Lancaster	lancaster	TX	113		32.6161	-96.783	4
75137	Duncanville	duncanville	TX	113		32.6347	-96.9113	4
75138	Duncanville	duncanville	TX	113		32.7673	-96.7776	4
75141	Hutchins	hutchins	TX	113		32.6396	-96.707	4
75146	Lancaster	lancaster	TX	113		32.5914	-96.7728	4
75149	Mesquite	mesquite	TX	113		32.7678	-96.6082	4
75150	Mesquite	mesquite	TX	113		32.8154	-96.6307	4
75159	Seagoville	seagoville	TX	113		32.6525	-96.558	4
75172	Wilmer	wilmer	TX	113		32.5981	-96.6838	4
75180	Balch Springs	balch-springs	TX	113		32.7287	-96.6228	4
75181	Mesquite	mesquite	TX	113		32.7272	-96.5669	4
75182	Sunnyvale	sunnyvale	TX	113		32.797	-96.5616	4
75185	Mesquite	mesquite	TX	113		32.7403	-96.5618	4
75187	Mesquite	mesquite	TX	113		32.7673	-96.7776	4
75201	Dallas	dallas	TX	113		32.7904	-96.8044	4
75202	Dallas	dallas	TX	113		32.7781	-96.8054	4
75203	Dallas	dallas	TX	113		32.746	-96.807	4
75204	Dallas	dallas	TX	113		32.8038	-96.7851	4
75205	Dallas	dallas	TX	113		32.826	-96.7843	4
75206	Dallas	dallas	TX	113		32.831	-96.7692	4
75207	Dallas	dallas	TX	113		32.7939	-96.8319	4
75208	Dallas	dallas	TX	113		32.7492	-96.8389	4
75209	Dallas	dallas	TX	113		32.8456	-96.826	4
75210	Dallas	dallas	TX	113		32.7699	-96.743	4
75211	Dallas	dallas	TX	113		32.7319	-96.9057	4
75212	Dallas	dallas	TX	113		32.7829	-96.8714	4
75214	Dallas	dallas	TX	113		32.8248	-96.7498	4
75215	Dallas	dallas	TX	113		32.7582	-96.7623	4
75216	Dallas	dallas	TX	113		32.7086	-96.7955	4
75217	Dallas	dallas	TX	113		32.7244	-96.6755	4
75218	Dallas	dallas	TX	113		32.8463	-96.6972	4
75219	Dallas	dallas	TX	113		32.8132	-96.8142	4
75220	Dallas	dallas	TX	113		32.8681	-96.8622	4
75221	Dallas	dallas	TX	113		32.8147	-96.7877	4
75222	Dallas	dallas	TX	113		32.7673	-96.7776	4
75223	Dallas	dallas	TX	113		32.7942	-96.7475	4
75224	Dallas	dallas	TX	113		32.7114	-96.8387	4
75225	Dallas	dallas	TX	113		32.8628	-96.7918	4
75226	Dallas	dallas	TX	113		32.7887	-96.7676	4
75227	Dallas	dallas	TX	113		32.7672	-96.6836	4
75228	Dallas	dallas	TX	113		32.825	-96.6784	4
75229	Dallas	dallas	TX	113		32.8958	-96.8588	4
75230	Dallas	dallas	TX	113		32.8999	-96.7897	4
75231	Dallas	dallas	TX	113		32.8756	-96.7495	4
75232	Dallas	dallas	TX	113		32.6647	-96.8384	4
75233	Dallas	dallas	TX	113		32.7046	-96.8725	4
75234	Dallas	dallas	TX	113		32.9245	-96.8938	4
75235	Dallas	dallas	TX	113		32.8252	-96.8388	4
75236	Dallas	dallas	TX	113		32.69	-96.9177	4
75237	Dallas	dallas	TX	113		32.659	-96.8765	4
75238	Dallas	dallas	TX	113		32.877	-96.708	4
75240	Dallas	dallas	TX	113		32.9374	-96.7872	4
75241	Dallas	dallas	TX	113		32.6722	-96.7774	4
75242	Dallas	dallas	TX	113		32.7673	-96.7776	4
75243	Dallas	dallas	TX	113		32.9103	-96.7285	4
75244	Dallas	dallas	TX	113		32.9322	-96.8353	4
75246	Dallas	dallas	TX	113		32.7948	-96.7697	4
75247	Dallas	dallas	TX	113		32.8152	-96.8703	4
75248	Dallas	dallas	TX	113		32.9682	-96.7942	4
75249	Dallas	dallas	TX	113		32.636	-96.9493	4
75250	Dallas	dallas	TX	113		32.7673	-96.7776	4
75251	Dallas	dallas	TX	113		32.9189	-96.7751	4
75252	Dallas	dallas	TX	113		32.9968	-96.7921	4
75253	Dallas	dallas	TX	113		32.6833	-96.5964	4
75254	Dallas	dallas	TX	113		32.9503	-96.819	4
75260	Dallas	dallas	TX	113		32.7673	-96.7776	4
75261	Dallas	dallas	TX	113		32.7673	-96.7776	4
75262	Dallas	dallas	TX	113		32.7673	-96.7776	4
75263	Dallas	dallas	TX	113		32.7673	-96.7776	4
75264	Dallas	dallas	TX	113		32.7673	-96.7776	4
75265	Dallas	dallas	TX	113		32.7673	-96.7776	4
75266	Dallas	dallas	TX	113		32.7673	-96.7776	4
75267	Dallas	dallas	TX	113		32.7673	-96.7776	4
75270	Dallas	dallas	TX	113		32.7813	-96.8019	4
75275	Dallas	dallas	TX	113		32.7673	-96.7776	4
75277	Dallas	dallas	TX	113		32.7673	-96.7776	4
75283	Dallas	dallas	TX	113		32.7673	-96.7776	4
75284	Dallas	dallas	TX	113		32.7673	-96.7776	4
75285	Dallas	dallas	TX	113		32.7673	-96.7776	4
75287	Dallas	dallas	TX	113		33.0005	-96.8314	4
75301	Dallas	dallas	TX	113		32.7673	-96.7776	4
75303	Dallas	dallas	TX	113		32.7673	-96.7776	4
75312	Dallas	dallas	TX	113		32.7673	-96.7776	4
75313	Dallas	dallas	TX	113		32.7673	-96.7776	4
75315	Dallas	dallas	TX	113		32.7673	-96.7776	4
75320	Dallas	dallas	TX	113		32.7673	-96.7776	4
75326	Dallas	dallas	TX	113		32.7673	-96.7776	4
75336	Dallas	dallas	TX	113		32.7673	-96.7776	4
75339	Dallas	dallas	TX	113		32.7673	-96.7776	4
75342	Dallas	dallas	TX	113		32.7673	-96.7776	4
75354	Dallas	dallas	TX	113		32.7673	-96.7776	4
75355	Dallas	dallas	TX	113		32.7673	-96.7776	4
75356	Dallas	dallas	TX	113		32.7673	-96.7776	4
75357	Dallas	dallas	TX	113		32.7673	-96.7776	4
75358	Dallas	dallas	TX	113		32.7942	-96.7652	4
75359	Dallas	dallas	TX	113		32.7673	-96.7776	4
75360	Dallas	dallas	TX	113		32.7673	-96.7776	4
75367	Dallas	dallas	TX	113		32.7673	-96.7776	4
75368	Dallas	dallas	TX	113		32.7673	-96.7776	4
75370	Dallas	dallas	TX	113		32.7673	-96.7776	4
75371	Dallas	dallas	TX	113		32.7673	-96.7776	4
75372	Dallas	dallas	TX	113		32.7673	-96.7776	4
75373	Dallas	dallas	TX	113		32.7673	-96.7776	4
75374	Dallas	dallas	TX	113		32.7673	-96.7776	4
75376	Dallas	dallas	TX	113		32.7673	-96.7776	4
75378	Dallas	dallas	TX	113		32.7673	-96.7776	4
75379	Dallas	dallas	TX	113		32.7673	-96.7776	4
75380	Dallas	dallas	TX	113		32.7673	-96.7776	4
75381	Dallas	dallas	TX	113		32.7673	-96.7776	4
75382	Dallas	dallas	TX	113		32.7673	-96.7776	4
75389	Dallas	dallas	TX	113		32.7673	-96.7776	4
75390	Dallas	dallas	TX	113		32.7673	-96.7776	4
75391	Dallas	dallas	TX	113		32.7673	-96.7776	4
75392	Dallas	dallas	TX	113		32.7673	-96.7776	4
75393	Dallas	dallas	TX	113		32.7673	-96.7776	4
75394	Dallas	dallas	TX	113		32.7673	-96.7776	4
75395	Dallas	dallas	TX	113		32.7673	-96.7776	4
75397	Dallas	dallas	TX	113		32.7673	-96.7776	4
75398	Dallas	dallas	TX	113		32.7673	-96.7776	4
79331	Lamesa	lamesa	TX	115		32.7367	-101.9569	4
79377	Welch	welch	TX	115		32.9298	-102.1278	4
79713	Ackerly	ackerly	TX	115		32.5273	-101.716	4
79025	Dawn	dawn	TX	117		34.9106	-102.2002	4
79045	Hereford	hereford	TX	117		34.837	-102.405	4
75415	Ben Franklin	ben-franklin	TX	119		33.4768	-95.7689	4
75432	Cooper	cooper	TX	119		33.3812	-95.6623	4
75441	Enloe	enloe	TX	119		33.4291	-95.6518	4
09418	FPO AE	fpo-ae				58.5927	-3.5259	
75448	Klondike	klondike	TX	119		33.3034	-95.8018	4
75450	Lake Creek	lake-creek	TX	119		33.4116	-95.4551	4
75469	Pecan Gap	pecan-gap	TX	119		33.4196	-95.8262	4
75007	Carrollton	carrollton	TX	121		33.0033	-96.882	4
75010	Carrollton	carrollton	TX	121		33.0304	-96.8777	4
75022	Flower Mound	flower-mound	TX	121		33.0268	-97.1193	4
75027	Flower Mound	flower-mound	TX	121		33.2074	-97.1163	4
75028	Flower Mound	flower-mound	TX	121		33.0383	-97.0745	4
75029	Lewisville	lewisville	TX	121		33.0462	-96.9942	4
75056	The Colony	the-colony	TX	121		33.094	-96.8836	4
75057	Lewisville	lewisville	TX	121		33.0532	-96.9999	4
75065	Lake Dallas	lake-dallas	TX	121		33.1219	-97.0237	4
75067	Lewisville	lewisville	TX	121		33.0198	-96.9925	4
75068	Little Elm	little-elm	TX	121		33.1768	-96.9583	4
75077	Lewisville	lewisville	TX	121		33.0775	-97.0704	4
76201	Denton	denton	TX	121		33.2289	-97.1314	4
76202	Denton	denton	TX	121		33.2255	-97.1085	4
76203	Denton	denton	TX	121		33.2148	-97.1331	4
76204	Denton	denton	TX	121		33.2074	-97.1163	4
76205	Denton	denton	TX	121		33.1903	-97.1282	4
76206	Denton	denton	TX	121		33.1694	-97.1506	4
76207	Denton	denton	TX	121		33.2285	-97.1813	4
76208	Denton	denton	TX	121		33.2117	-97.0612	4
76209	Denton	denton	TX	121		33.2346	-97.1131	4
76210	Denton	denton	TX	121		33.1428	-97.0727	4
76226	Argyle	argyle	TX	121		33.1062	-97.16	4
76227	Aubrey	aubrey	TX	121		33.292	-96.9879	4
76247	Justin	justin	TX	121		33.0734	-97.3093	4
76249	Krum	krum	TX	121		33.2734	-97.2675	4
76258	Pilot Point	pilot-point	TX	121		33.371	-96.9446	4
76259	Ponder	ponder	TX	121		33.1774	-97.2848	4
76262	Roanoke	roanoke	TX	121		33.0211	-97.2127	4
76266	Sanger	sanger	TX	121		33.3563	-97.1814	4
77954	Cuero	cuero	TX	123		29.091	-97.2812	4
77967	Hochheim	hochheim	TX	123		29.3125	-97.2917	4
77974	Meyersville	meyersville	TX	123		28.9229	-97.3042	4
77989	Thomaston	thomaston	TX	123		28.9974	-97.1539	4
77994	Westhoff	westhoff	TX	123		29.1792	-97.46	4
78141	Nordheim	nordheim	TX	123		28.9142	-97.5946	4
78164	Yorktown	yorktown	TX	123		28.9892	-97.5121	4
79220	Afton	afton	TX	125		33.7718	-100.8021	4
79229	Dickens	dickens	TX	125		33.628	-100.8197	4
79243	Mcadoo	mcadoo	TX	125		33.7413	-100.9833	4
79370	Spur	spur	TX	125		33.479	-100.8571	4
78827	Asherton	asherton	TX	127		28.4364	-99.7486	4
78830	Big Wells	big-wells	TX	127		28.5693	-99.5781	4
78834	Carrizo Springs	carrizo-springs	TX	127		28.5278	-99.8635	4
78836	Catarina	catarina	TX	127		28.3598	-99.586	4
79226	Clarendon	clarendon	TX	129		34.9529	-100.8952	4
79237	Hedley	hedley	TX	129		34.8698	-100.6806	4
79240	Lelia Lake	lelia-lake	TX	129		34.8843	-100.7674	4
78341	Benavides	benavides	TX	131		27.5925	-98.4142	4
78349	Concepcion	concepcion	TX	131		27.3849	-98.309	4
78357	Freer	freer	TX	131		27.88	-98.6061	4
78376	Realitos	realitos	TX	131		27.4184	-98.514	4
78384	San Diego	san-diego	TX	131		27.7654	-98.2503	4
76435	Carbon	carbon	TX	133		32.2701	-98.8348	4
76437	Cisco	cisco	TX	133		32.38	-98.9865	4
76445	Desdemona	desdemona	TX	133		32.2819	-98.5673	4
76448	Eastland	eastland	TX	133		32.3994	-98.8071	4
76454	Gorman	gorman	TX	133		32.2234	-98.6834	4
76466	Olden	olden	TX	133		32.4421	-98.7342	4
76470	Ranger	ranger	TX	133		32.4681	-98.6747	4
76471	Rising Star	rising-star	TX	133		32.128	-98.9859	4
79741	Goldsmith	goldsmith	TX	135		31.9541	-102.625	4
79758	Gardendale	gardendale	TX	135		32.0245	-102.3572	4
79759	Notrees	notrees	TX	135		31.8599	-102.7413	4
79760	Odessa	odessa	TX	135		31.7652	-102.3543	4
79761	Odessa	odessa	TX	135		31.8579	-102.3523	4
79762	Odessa	odessa	TX	135		31.889	-102.3548	4
79763	Odessa	odessa	TX	135		31.8341	-102.4162	4
79764	Odessa	odessa	TX	135		31.8767	-102.4375	4
79765	Odessa	odessa	TX	135		31.9375	-102.3944	4
79766	Odessa	odessa	TX	135		31.7827	-102.3449	4
79768	Odessa	odessa	TX	135		31.8457	-102.3676	4
79769	Odessa	odessa	TX	135		31.8457	-102.3676	4
79776	Penwell	penwell	TX	135		31.7334	-102.5879	4
76883	Telegraph	telegraph	TX	137		30.3274	-99.9062	4
78828	Barksdale	barksdale	TX	137		29.8282	-100.105	4
78880	Rocksprings	rocksprings	TX	137		30.0188	-100.231	4
75101	Bardwell	bardwell	TX	139		32.2731	-96.703	4
75119	Ennis	ennis	TX	139		32.3321	-96.6224	4
75120	Ennis	ennis	TX	139		32.3347	-96.6335	4
75125	Ferris	ferris	TX	139		32.5223	-96.6643	4
75152	Palmer	palmer	TX	139		32.4387	-96.6794	4
75154	Red Oak	red-oak	TX	139		32.5185	-96.8071	4
75155	Rice	rice	TX	139		32.2258	-96.4606	4
75165	Waxahachie	waxahachie	TX	139		32.3808	-96.8374	4
75167	Waxahachie	waxahachie	TX	139		32.3773	-96.9162	4
75168	Waxahachie	waxahachie	TX	139		32.3749	-96.7166	4
76041	Forreston	forreston	TX	139		32.2486	-96.8232	4
76064	Maypearl	maypearl	TX	139		32.2993	-97.0271	4
76065	Midlothian	midlothian	TX	139		32.4757	-96.9936	4
76623	Avalon	avalon	TX	139		32.2054	-96.79	4
76651	Italy	italy	TX	139		32.1785	-96.8823	4
76670	Milford	milford	TX	139		32.1482	-96.9612	4
79821	Anthony	anthony	TX	141		31.9907	-106.5976	4
79835	Canutillo	canutillo	TX	141		31.9344	-106.5929	4
79836	Clint	clint	TX	141		31.5494	-106.2038	4
79838	Fabens	fabens	TX	141		31.4745	-106.1589	4
79849	San Elizario	san-elizario	TX	141		31.5508	-106.2507	4
79853	Tornillo	tornillo	TX	141		31.4407	-106.0765	1
79901	El Paso	el-paso	TX	141		31.7584	-106.4783	4
79902	El Paso	el-paso	TX	141		31.7763	-106.4932	4
79903	El Paso	el-paso	TX	141		31.7862	-106.4406	4
79904	El Paso	el-paso	TX	141		31.8533	-106.4381	4
79905	El Paso	el-paso	TX	141		31.7674	-106.4304	4
79906	El Paso	el-paso	TX	141		31.8092	-106.4247	4
79907	El Paso	el-paso	TX	141		31.7089	-106.3293	4
79908	El Paso	el-paso	TX	141		31.8265	-106.3857	4
79910	El Paso	el-paso	TX	141		31.6948	-106.3	4
79911	El Paso	el-paso	TX	141		31.8925	-106.5426	4
79912	El Paso	el-paso	TX	141		31.8383	-106.5364	4
79913	El Paso	el-paso	TX	141		31.9373	-106.5724	4
79914	El Paso	el-paso	TX	141		31.6948	-106.3	4
79915	El Paso	el-paso	TX	141		31.7432	-106.3686	4
79916	Fort Bliss	fort-bliss	TX	141		31.8136	-106.4122	4
79917	El Paso	el-paso	TX	141		31.6948	-106.3	4
79918	Fort Bliss	fort-bliss	TX	141		31.8136	-106.4122	4
79920	El Paso	el-paso	TX	141		31.8214	-106.4614	4
79922	El Paso	el-paso	TX	141		31.8218	-106.5732	4
79923	El Paso	el-paso	TX	141		31.6948	-106.3	4
79924	El Paso	el-paso	TX	141		31.9021	-106.4149	4
79925	El Paso	el-paso	TX	141		31.7814	-106.3613	4
79926	El Paso	el-paso	TX	141		31.6948	-106.3	4
79927	El Paso	el-paso	TX	141		31.6446	-106.2737	4
79928	El Paso	el-paso	TX	141		31.6631	-106.1401	4
79929	El Paso	el-paso	TX	141		31.6948	-106.3	4
79930	El Paso	el-paso	TX	141		31.8048	-106.4568	4
79931	El Paso	el-paso	TX	141		31.6948	-106.3	4
79932	El Paso	el-paso	TX	141		31.8623	-106.5932	4
79934	El Paso	el-paso	TX	141		31.9386	-106.4073	4
79935	El Paso	el-paso	TX	141		31.7718	-106.3303	4
79936	El Paso	el-paso	TX	141		31.7677	-106.3016	4
79937	El Paso	el-paso	TX	141		31.6948	-106.3	4
79938	El Paso	el-paso	TX	141		31.8045	-105.9661	4
79940	El Paso	el-paso	TX	141		31.6948	-106.3	4
79941	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79942	El Paso	el-paso	TX	141		31.6948	-106.3	4
79943	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79944	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79945	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79946	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79947	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79948	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79949	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79950	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79951	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79952	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79953	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79954	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79955	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79958	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79960	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79961	El Paso	el-paso	TX	141		31.6948	-106.3	4
79968	El Paso	el-paso	TX	141		31.7705	-106.5048	4
79976	El Paso	el-paso	TX	141		31.6948	-106.3	4
79978	El Paso	el-paso	TX	141		31.7587	-106.4869	4
79980	El Paso	el-paso	TX	141		31.6948	-106.3	4
79990	El Paso	el-paso	TX	141		31.6948	-106.3	4
79995	El Paso	el-paso	TX	141		31.6948	-106.3	4
79996	El Paso	el-paso	TX	141		31.6948	-106.3	4
79997	El Paso	el-paso	TX	141		31.6948	-106.3	4
79998	El Paso	el-paso	TX	141		31.6948	-106.3	4
79999	El Paso	el-paso	TX	141		31.6948	-106.3	4
88510	El Paso	el-paso	TX	141		31.6948	-106.3	4
88511	El Paso	el-paso	TX	141		31.6948	-106.3	4
88512	El Paso	el-paso	TX	141		31.6948	-106.3	4
88513	El Paso	el-paso	TX	141		31.6948	-106.3	4
88514	El Paso	el-paso	TX	141		31.6948	-106.3	4
88515	El Paso	el-paso	TX	141		31.6948	-106.3	4
88517	El Paso	el-paso	TX	141		31.6948	-106.3	4
88518	El Paso	el-paso	TX	141		31.6948	-106.3	4
88519	El Paso	el-paso	TX	141		31.6948	-106.3	4
88520	El Paso	el-paso	TX	141		31.6948	-106.3	4
88521	El Paso	el-paso	TX	141		31.6948	-106.3	4
88523	El Paso	el-paso	TX	141		31.6948	-106.3	4
88524	El Paso	el-paso	TX	141		31.6948	-106.3	4
88525	El Paso	el-paso	TX	141		31.6948	-106.3	4
88526	El Paso	el-paso	TX	141		31.6948	-106.3	4
88527	El Paso	el-paso	TX	141		31.6948	-106.3	4
88528	El Paso	el-paso	TX	141		31.6948	-106.3	4
88529	El Paso	el-paso	TX	141		31.6948	-106.3	4
88530	El Paso	el-paso	TX	141		31.6948	-106.3	4
88531	El Paso	el-paso	TX	141		31.6948	-106.3	4
88532	El Paso	el-paso	TX	141		31.6948	-106.3	4
88533	El Paso	el-paso	TX	141		31.6948	-106.3	4
88534	El Paso	el-paso	TX	141		31.6948	-106.3	4
88535	El Paso	el-paso	TX	141		31.6948	-106.3	4
88536	El Paso	el-paso	TX	141		31.6948	-106.3	4
88538	El Paso	el-paso	TX	141		31.6948	-106.3	4
88539	El Paso	el-paso	TX	141		31.6948	-106.3	4
88540	El Paso	el-paso	TX	141		31.6948	-106.3	4
88541	El Paso	el-paso	TX	141		31.6948	-106.3	4
88542	El Paso	el-paso	TX	141		31.6948	-106.3	4
88543	El Paso	el-paso	TX	141		31.6948	-106.3	4
88544	El Paso	el-paso	TX	141		31.6948	-106.3	4
88545	El Paso	el-paso	TX	141		31.6948	-106.3	4
88546	El Paso	el-paso	TX	141		31.6948	-106.3	4
88547	El Paso	el-paso	TX	141		31.6948	-106.3	4
88548	El Paso	el-paso	TX	141		31.6948	-106.3	4
88549	El Paso	el-paso	TX	141		31.6948	-106.3	4
88550	El Paso	el-paso	TX	141		31.6948	-106.3	4
88553	El Paso	el-paso	TX	141		31.6948	-106.3	4
88554	El Paso	el-paso	TX	141		31.6948	-106.3	4
88555	El Paso	el-paso	TX	141		31.6948	-106.3	4
88556	El Paso	el-paso	TX	141		31.6948	-106.3	4
88557	El Paso	el-paso	TX	141		31.6948	-106.3	4
88558	El Paso	el-paso	TX	141		31.6948	-106.3	4
88559	El Paso	el-paso	TX	141		31.6948	-106.3	4
88560	El Paso	el-paso	TX	141		31.6948	-106.3	4
88561	El Paso	el-paso	TX	141		31.6948	-106.3	4
88562	El Paso	el-paso	TX	141		31.6948	-106.3	4
88563	El Paso	el-paso	TX	141		31.6948	-106.3	4
88565	El Paso	el-paso	TX	141		31.6948	-106.3	4
88566	El Paso	el-paso	TX	141		31.6948	-106.3	4
88567	El Paso	el-paso	TX	141		31.6948	-106.3	4
88568	El Paso	el-paso	TX	141		31.6948	-106.3	4
88569	El Paso	el-paso	TX	141		31.6948	-106.3	4
88570	El Paso	el-paso	TX	141		31.6948	-106.3	4
88571	El Paso	el-paso	TX	141		31.6948	-106.3	4
88572	El Paso	el-paso	TX	141		31.6948	-106.3	4
88573	El Paso	el-paso	TX	141		31.6948	-106.3	4
88574	El Paso	el-paso	TX	141		31.6948	-106.3	4
88575	El Paso	el-paso	TX	141		31.6948	-106.3	4
88576	El Paso	el-paso	TX	141		31.6948	-106.3	4
88577	El Paso	el-paso	TX	141		31.6948	-106.3	4
88578	El Paso	el-paso	TX	141		31.6948	-106.3	4
88579	El Paso	el-paso	TX	141		31.6948	-106.3	4
88580	El Paso	el-paso	TX	141		31.6948	-106.3	4
88581	El Paso	el-paso	TX	141		31.6948	-106.3	4
88582	El Paso	el-paso	TX	141		31.6948	-106.3	4
88583	El Paso	el-paso	TX	141		31.6948	-106.3	4
88584	El Paso	el-paso	TX	141		31.6948	-106.3	4
88585	El Paso	el-paso	TX	141		31.6948	-106.3	4
88586	El Paso	el-paso	TX	141		31.6948	-106.3	4
88587	El Paso	el-paso	TX	141		31.6948	-106.3	4
88588	El Paso	el-paso	TX	141		31.6948	-106.3	4
88589	El Paso	el-paso	TX	141		31.6948	-106.3	4
88590	El Paso	el-paso	TX	141		31.6948	-106.3	4
88595	El Paso	el-paso	TX	141		31.6948	-106.3	4
76401	Stephenville	stephenville	TX	143		32.2214	-98.2224	4
76402	Stephenville	stephenville	TX	143		32.2153	-98.208	4
76433	Bluff Dale	bluff-dale	TX	143		32.2884	-98.0539	4
76446	Dublin	dublin	TX	143		32.0909	-98.3455	4
76461	Lingleville	lingleville	TX	143		32.2446	-98.3775	4
76465	Morgan Mill	morgan-mill	TX	143		32.3882	-98.1673	4
76570	Rosebud	rosebud	TX	145		31.0922	-96.9755	4
76632	Chilton	chilton	TX	145		31.31	-97.09	4
76656	Lott	lott	TX	145		31.1925	-97.0581	4
76661	Marlin	marlin	TX	145		31.3036	-96.8889	4
76680	Reagan	reagan	TX	145		31.1871	-96.7998	4
76685	Satin	satin	TX	145		31.3601	-97.0108	4
75413	Bailey	bailey	TX	147		33.43	-96.1662	4
75418	Bonham	bonham	TX	147		33.5806	-96.1836	4
75438	Dodd City	dodd-city	TX	147		33.5647	-96.0619	4
75439	Ector	ector	TX	147		33.5819	-96.2735	4
75443	Gober	gober	TX	147		33.4697	-96.1111	4
75446	Honey Grove	honey-grove	TX	147		33.5985	-95.9109	4
75447	Ivanhoe	ivanhoe	TX	147		33.7612	-96.1193	4
75449	Ladonia	ladonia	TX	147		33.4245	-95.9455	4
75452	Leonard	leonard	TX	147		33.3796	-96.2475	4
75475	Randolph	randolph	TX	147		33.4846	-96.2541	4
75476	Ravenna	ravenna	TX	147		33.7098	-96.1452	4
75479	Savoy	savoy	TX	147		33.6066	-96.3502	4
75488	Telephone	telephone	TX	147		33.7979	-96.0449	4
75490	Trenton	trenton	TX	147		33.4235	-96.3398	4
75492	Windom	windom	TX	147		33.5633	-96.002	4
78932	Carmine	carmine	TX	149		30.1404	-96.6861	4
78938	Ellinger	ellinger	TX	149		29.8459	-96.6966	4
78940	Fayetteville	fayetteville	TX	149		29.8868	-96.6463	4
78941	Flatonia	flatonia	TX	149		29.7095	-97.0987	4
78945	La Grange	la-grange	TX	149		29.904	-96.886	4
78946	Ledbetter	ledbetter	TX	149		30.2383	-96.7613	4
78949	Muldoon	muldoon	TX	149		29.7993	-97.1006	4
78952	Plum	plum	TX	149		29.9349	-96.9675	4
78954	Round Top	round-top	TX	149		30.0411	-96.7341	4
78956	Schulenburg	schulenburg	TX	149		29.6882	-96.9106	4
78960	Warda	warda	TX	149		30.0702	-96.902	4
78961	Round Top	round-top	TX	149		30.0652	-96.6961	4
78963	West Point	west-point	TX	149		29.9523	-97.0361	4
79534	Mc Caulley	mc-caulley	TX	151		32.7787	-100.2168	1
79543	Roby	roby	TX	151		32.722	-100.4008	4
79546	Rotan	rotan	TX	151		32.8555	-100.4705	4
79560	Sylvester	sylvester	TX	151		32.7209	-100.2543	4
79221	Aiken	aiken	TX	153		34.1423	-101.5257	4
79231	Dougherty	dougherty	TX	153		33.9446	-101.0922	4
79235	Floydada	floydada	TX	153		33.9743	-101.3346	4
79241	Lockney	lockney	TX	153		34.1458	-101.4259	4
79258	South Plains	south-plains	TX	153		34.2245	-101.3096	4
79227	Crowell	crowell	TX	155		33.9912	-99.6983	4
77406	Richmond	richmond	TX	157		29.6436	-95.798	4
77407	Richmond	richmond	TX	157		29.6625	-95.7272	4
77417	Beasley	beasley	TX	157		29.479	-95.9681	4
77441	Fulshear	fulshear	TX	157		29.7217	-95.8977	4
77444	Guy	guy	TX	157		29.3327	-95.7702	4
77451	Kendleton	kendleton	TX	157		29.447	-96.0036	4
77459	Missouri City	missouri-city	TX	157		29.5704	-95.5423	4
77461	Needville	needville	TX	157		29.4117	-95.8273	4
77464	Orchard	orchard	TX	157		29.5948	-95.9727	4
77469	Richmond	richmond	TX	157		29.5511	-95.7329	4
77471	Rosenberg	rosenberg	TX	157		29.5497	-95.7982	4
77476	Simonton	simonton	TX	157		29.6794	-95.9772	4
09419	FPO AE	fpo-ae				56.8091	-2.656	
77477	Stafford	stafford	TX	157		29.6228	-95.5678	4
77478	Sugar Land	sugar-land	TX	157		29.6196	-95.607	4
77479	Sugar Land	sugar-land	TX	157		29.5785	-95.6066	4
77481	Thompsons	thompsons	TX	157		29.4683	-95.5776	4
77487	Sugar Land	sugar-land	TX	157		29.6197	-95.6349	4
77489	Missouri City	missouri-city	TX	157		29.5962	-95.5115	4
77496	Sugar Land	sugar-land	TX	157		29.5255	-95.7565	4
77497	Stafford	stafford	TX	157		29.6161	-95.5577	4
77498	Sugar Land	sugar-land	TX	157		29.6396	-95.65	4
77545	Fresno	fresno	TX	157		29.5293	-95.4626	4
75457	Mount Vernon	mount-vernon	TX	159		33.1702	-95.2181	4
75480	Scroggins	scroggins	TX	159		33.0478	-95.1962	4
75487	Talco	talco	TX	159		33.3344	-95.0497	4
75838	Donie	donie	TX	161		31.4873	-96.2387	4
75840	Fairfield	fairfield	TX	161		31.7361	-96.1572	4
75848	Kirvin	kirvin	TX	161		31.7666	-96.3303	4
75859	Streetman	streetman	TX	161		31.8885	-96.2988	4
75860	Teague	teague	TX	161		31.6328	-96.2778	4
76693	Wortham	wortham	TX	161		31.7865	-96.4202	4
78005	Bigfoot	bigfoot	TX	163		29.0531	-98.8582	4
78017	Dilley	dilley	TX	163		28.6782	-99.1747	4
78057	Moore	moore	TX	163		29.0595	-99.0204	4
78061	Pearsall	pearsall	TX	163		28.8923	-99.0944	4
79342	Loop	loop	TX	165		32.9162	-102.4221	4
79359	Seagraves	seagraves	TX	165		32.9317	-102.5781	4
79360	Seminole	seminole	TX	165		32.721	-102.6828	4
77510	Santa Fe	santa-fe	TX	167		29.4032	-95.0734	4
77517	Santa Fe	santa-fe	TX	167		29.3673	-95.1361	4
77518	Bacliff	bacliff	TX	167		29.5055	-94.9893	4
77539	Dickinson	dickinson	TX	167		29.4585	-95.0345	4
77546	Friendswood	friendswood	TX	167		29.5224	-95.1879	4
77549	Friendswood	friendswood	TX	167		29.5294	-95.201	4
77550	Galveston	galveston	TX	167		29.2983	-94.793	4
77551	Galveston	galveston	TX	167		29.2766	-94.8303	4
77552	Galveston	galveston	TX	167		29.2205	-94.9444	4
77553	Galveston	galveston	TX	167		29.3322	-94.8002	4
77554	Galveston	galveston	TX	167		29.2243	-94.9637	4
77555	Galveston	galveston	TX	167		29.3305	-94.8002	4
77563	Hitchcock	hitchcock	TX	167		29.3398	-94.9926	4
77565	Kemah	kemah	TX	167		29.5236	-95.0276	4
77568	La Marque	la-marque	TX	167		29.3676	-94.9742	4
77573	League City	league-city	TX	167		29.5173	-95.0963	4
77574	League City	league-city	TX	167		29.5116	-95.0582	4
77590	Texas City	texas-city	TX	167		29.397	-94.9203	4
77591	Texas City	texas-city	TX	167		29.3891	-94.9942	4
77592	Texas City	texas-city	TX	167		29.3305	-94.8002	4
77617	Gilchrist	gilchrist	TX	167		29.523	-94.4755	4
77623	High Island	high-island	TX	167		29.5472	-94.4267	4
77650	Port Bolivar	port-bolivar	TX	167		29.4266	-94.6861	4
79330	Justiceburg	justiceburg	TX	169		33.0594	-101.1881	4
79356	Post	post	TX	169		33.2017	-101.3922	4
78618	Doss	doss	TX	171		30.4613	-99.1707	4
78624	Fredericksburg	fredericksburg	TX	171		30.2817	-98.8799	4
78631	Harper	harper	TX	171		30.2816	-99.241	4
78671	Stonewall	stonewall	TX	171		30.2088	-98.6131	4
78675	Willow City	willow-city	TX	171		30.4549	-98.6646	4
79739	Garden City	garden-city	TX	173		31.8491	-101.5269	4
77960	Fannin	fannin	TX	175		28.6955	-97.2358	4
77963	Goliad	goliad	TX	175		28.6993	-97.3783	4
77993	Weesatche	weesatche	TX	175		28.8472	-97.448	4
78107	Berclair	berclair	TX	175		28.5295	-97.5925	4
78122	Leesville	leesville	TX	177		29.3961	-97.7566	4
78140	Nixon	nixon	TX	177		29.3016	-97.7529	4
78159	Smiley	smiley	TX	177		29.2655	-97.6227	4
78604	Belmont	belmont	TX	177		29.5233	-97.6839	4
78614	Cost	cost	TX	177		29.4321	-97.5531	4
78629	Gonzales	gonzales	TX	177		29.5086	-97.4495	4
78632	Harwood	harwood	TX	177		29.6661	-97.4906	4
78658	Ottine	ottine	TX	177		29.5952	-97.5911	4
78677	Wrightsboro	wrightsboro	TX	177		29.3739	-97.565	4
78959	Waelder	waelder	TX	177		29.6868	-97.2958	4
79002	Alanreed	alanreed	TX	179		35.2273	-100.7592	4
79054	Lefors	lefors	TX	179		35.4391	-100.8059	4
79057	Mclean	mclean	TX	179		35.2312	-100.6008	4
79065	Pampa	pampa	TX	179		35.538	-100.9579	4
79066	Pampa	pampa	TX	179		35.5334	-100.956	4
75020	Denison	denison	TX	181		33.745	-96.5496	4
75021	Denison	denison	TX	181		33.7169	-96.5235	4
75058	Gunter	gunter	TX	181		33.4495	-96.7341	4
75076	Pottsboro	pottsboro	TX	181		33.8095	-96.6906	4
75090	Sherman	sherman	TX	181		33.6435	-96.6075	4
75091	Sherman	sherman	TX	181		33.6357	-96.6089	4
75092	Sherman	sherman	TX	181		33.6372	-96.6184	4
75414	Bells	bells	TX	181		33.6178	-96.4237	4
75459	Howe	howe	TX	181		33.5311	-96.6777	4
75489	Tom Bean	tom-bean	TX	181		33.5193	-96.4843	4
75491	Whitewright	whitewright	TX	181		33.519	-96.451	4
75495	Van Alstyne	van-alstyne	TX	181		33.4292	-96.5486	4
76233	Collinsville	collinsville	TX	181		33.558	-96.9014	4
76245	Gordonville	gordonville	TX	181		33.8343	-96.8403	4
76264	Sadler	sadler	TX	181		33.731	-96.84	4
76268	Southmayd	southmayd	TX	181		33.6304	-96.7692	4
76271	Tioga	tioga	TX	181		33.4675	-96.9097	4
76273	Whitesboro	whitesboro	TX	181		33.659	-96.879	4
75601	Longview	longview	TX	183		32.5178	-94.7303	4
75602	Longview	longview	TX	183		32.4724	-94.7101	4
75603	Longview	longview	TX	183		32.4264	-94.7117	4
75604	Longview	longview	TX	183		32.5251	-94.799	4
75605	Longview	longview	TX	183		32.5547	-94.7767	4
75606	Longview	longview	TX	183		32.5007	-94.7405	4
75607	Longview	longview	TX	183		32.5112	-94.7835	4
75608	Longview	longview	TX	183		32.5701	-94.8481	4
75615	Longview	longview	TX	183		32.5112	-94.7835	4
75641	Easton	easton	TX	183		32.3874	-94.583	4
75647	Gladewater	gladewater	TX	183		32.5559	-94.932	4
75660	Judson	judson	TX	183		32.5826	-94.7535	4
75662	Kilgore	kilgore	TX	183		32.3836	-94.8653	4
75663	Kilgore	kilgore	TX	183		32.387	-94.8951	4
75693	White Oak	white-oak	TX	183		32.5383	-94.8622	4
77363	Plantersville	plantersville	TX	185		30.2969	-95.8498	4
77830	Anderson	anderson	TX	185		30.5443	-96.0018	4
77831	Bedias	bedias	TX	185		30.7065	-95.9546	4
77861	Iola	iola	TX	185		30.7326	-96.0911	4
77868	Navasota	navasota	TX	185		30.3576	-96.0594	4
77873	Richards	richards	TX	185		30.5796	-95.8959	4
77875	Roans Prairie	roans-prairie	TX	185		30.6075	-95.9579	4
77876	Shiro	shiro	TX	185		30.6133	-95.8883	4
78108	Cibolo	cibolo	TX	187		29.575	-98.228	4
78115	Geronimo	geronimo	TX	187		29.5451	-98.0408	4
78123	Mc Queeney	mc-queeney	TX	187		29.6023	-98.0492	1
78124	Marion	marion	TX	187		29.5683	-98.1517	4
78154	Schertz	schertz	TX	187		29.579	-98.2778	4
78155	Seguin	seguin	TX	187		29.5613	-97.9628	4
78156	Seguin	seguin	TX	187		29.6118	-97.9712	4
78638	Kingsbury	kingsbury	TX	187		29.6726	-97.8306	4
78670	Staples	staples	TX	187		29.7706	-97.8186	4
79021	Cotton Center	cotton-center	TX	189		33.9753	-102.0314	4
79032	Edmonson	edmonson	TX	189		34.2789	-101.8941	4
79041	Hale Center	hale-center	TX	189		34.0669	-101.8736	4
79072	Plainview	plainview	TX	189		34.1962	-101.7259	4
79073	Plainview	plainview	TX	189		34.0689	-101.827	4
79250	Petersburg	petersburg	TX	189		33.8768	-101.6046	4
79311	Abernathy	abernathy	TX	189		33.85	-101.8611	4
79233	Estelline	estelline	TX	191		34.5303	-100.4455	4
79239	Lakeview	lakeview	TX	191		34.6724	-100.7259	4
79245	Memphis	memphis	TX	191		34.7122	-100.5347	4
79261	Turkey	turkey	TX	191		34.4036	-100.8449	4
76436	Carlton	carlton	TX	193		31.8949	-98.1842	4
76457	Hico	hico	TX	193		31.9597	-98.0249	4
76531	Hamilton	hamilton	TX	193		31.6781	-98.1131	4
76565	Pottsville	pottsville	TX	193		31.6732	-98.3256	4
79040	Gruver	gruver	TX	195		36.2868	-101.4089	4
79062	Morse	morse	TX	195		36.0596	-101.4729	4
79081	Spearman	spearman	TX	195		36.1927	-101.1952	4
79225	Chillicothe	chillicothe	TX	197		34.2439	-99.5157	4
79252	Quanah	quanah	TX	197		34.2955	-99.7494	4
77374	Thicket	thicket	TX	199		30.3765	-94.6361	4
77376	Votaw	votaw	TX	199		30.4334	-94.6804	4
77519	Batson	batson	TX	199		30.225	-94.6096	4
77585	Saratoga	saratoga	TX	199		30.2841	-94.5294	4
77625	Kountze	kountze	TX	199		30.3703	-94.3259	4
77656	Silsbee	silsbee	TX	199		30.3244	-94.1907	4
77657	Lumberton	lumberton	TX	199		30.2818	-94.2191	4
77659	Sour Lake	sour-lake	TX	199		30.1491	-94.3733	4
77663	Village Mills	village-mills	TX	199		30.5185	-94.4458	4
77001	Houston	houston	TX	201		29.8131	-95.3098	4
77002	Houston	houston	TX	201		29.7594	-95.3594	4
77003	Houston	houston	TX	201		29.7489	-95.3391	4
77004	Houston	houston	TX	201		29.7247	-95.3625	4
77005	Houston	houston	TX	201		29.7179	-95.4263	4
77006	Houston	houston	TX	201		29.7409	-95.3923	4
77007	Houston	houston	TX	201		29.7736	-95.4034	4
77008	Houston	houston	TX	201		29.7991	-95.4118	4
77009	Houston	houston	TX	201		29.7936	-95.3675	4
77010	Houston	houston	TX	201		29.7543	-95.3609	4
77011	Houston	houston	TX	201		29.742	-95.3073	4
77012	Houston	houston	TX	201		29.7149	-95.2819	4
77013	Houston	houston	TX	201		29.7842	-95.2301	4
77014	Houston	houston	TX	201		29.9796	-95.4625	4
77015	Houston	houston	TX	201		29.7853	-95.1852	4
77016	Houston	houston	TX	201		29.8579	-95.3032	4
77017	Houston	houston	TX	201		29.6863	-95.2555	4
77018	Houston	houston	TX	201		29.8272	-95.4266	4
77019	Houston	houston	TX	201		29.7517	-95.4054	4
77020	Houston	houston	TX	201		29.7758	-95.3121	4
77021	Houston	houston	TX	201		29.6954	-95.3562	4
77022	Houston	houston	TX	201		29.8299	-95.3769	4
77023	Houston	houston	TX	201		29.7242	-95.3178	4
77024	Houston	houston	TX	201		29.7696	-95.5201	4
77025	Houston	houston	TX	201		29.6889	-95.4341	4
77026	Houston	houston	TX	201		29.7972	-95.3288	4
77027	Houston	houston	TX	201		29.7396	-95.446	4
77028	Houston	houston	TX	201		29.8297	-95.2879	4
77029	Houston	houston	TX	201		29.763	-95.2567	4
77030	Houston	houston	TX	201		29.7041	-95.401	4
77031	Houston	houston	TX	201		29.6581	-95.5413	4
77032	Houston	houston	TX	201		29.9368	-95.3299	4
77033	Houston	houston	TX	201		29.6686	-95.3382	4
77034	Houston	houston	TX	201		29.6364	-95.2216	4
77035	Houston	houston	TX	201		29.6518	-95.4854	4
77036	Houston	houston	TX	201		29.6984	-95.5405	4
77037	Houston	houston	TX	201		29.8892	-95.3935	4
77038	Houston	houston	TX	201		29.9196	-95.4386	4
77039	Houston	houston	TX	201		29.9067	-95.3334	4
77040	Houston	houston	TX	201		29.8744	-95.5278	4
77041	Houston	houston	TX	201		29.8602	-95.5817	4
77042	Houston	houston	TX	201		29.7404	-95.5589	4
77043	Houston	houston	TX	201		29.8052	-95.5607	4
77044	Houston	houston	TX	201		29.8635	-95.1976	4
77045	Houston	houston	TX	201		29.6297	-95.4382	4
77046	Houston	houston	TX	201		29.733	-95.4306	4
77047	Houston	houston	TX	201		29.6254	-95.375	4
77048	Houston	houston	TX	201		29.6321	-95.3416	4
77049	Houston	houston	TX	201		29.8235	-95.1848	4
77050	Houston	houston	TX	201		29.9015	-95.2848	4
77051	Houston	houston	TX	201		29.6579	-95.3688	4
77052	Houston	houston	TX	201		29.7633	-95.3633	4
77053	Houston	houston	TX	201		29.5962	-95.4587	4
77054	Houston	houston	TX	201		29.6852	-95.4017	4
77055	Houston	houston	TX	201		29.7971	-95.4958	4
77056	Houston	houston	TX	201		29.7446	-95.4683	4
77057	Houston	houston	TX	201		29.7422	-95.4903	4
77058	Houston	houston	TX	201		29.5716	-95.0998	4
77059	Houston	houston	TX	201		29.5975	-95.1134	4
77060	Houston	houston	TX	201		29.9335	-95.3981	4
77061	Houston	houston	TX	201		29.6652	-95.279	4
77062	Houston	houston	TX	201		29.5721	-95.1303	4
77063	Houston	houston	TX	201		29.7348	-95.522	4
77064	Houston	houston	TX	201		29.919	-95.5569	4
77065	Houston	houston	TX	201		29.9319	-95.6106	4
77066	Houston	houston	TX	201		29.961	-95.4947	4
77067	Houston	houston	TX	201		29.9547	-95.4522	4
77068	Houston	houston	TX	201		30.0069	-95.4897	4
77069	Houston	houston	TX	201		29.9863	-95.5208	4
77070	Houston	houston	TX	201		29.9781	-95.5803	4
77071	Houston	houston	TX	201		29.6518	-95.5176	4
77072	Houston	houston	TX	201		29.699	-95.5862	4
77073	Houston	houston	TX	201		30.0198	-95.4087	4
77074	Houston	houston	TX	201		29.6896	-95.5106	4
77075	Houston	houston	TX	201		29.6223	-95.26	4
77076	Houston	houston	TX	201		29.858	-95.3834	4
77077	Houston	houston	TX	201		29.7477	-95.603	4
77078	Houston	houston	TX	201		29.8497	-95.2582	4
77079	Houston	houston	TX	201		29.7738	-95.598	4
77080	Houston	houston	TX	201		29.8159	-95.523	4
77081	Houston	houston	TX	201		29.7119	-95.4845	4
77082	Houston	houston	TX	201		29.7223	-95.6285	4
77083	Houston	houston	TX	201		29.6947	-95.6511	4
77084	Houston	houston	TX	201		29.844	-95.6623	4
77085	Houston	houston	TX	201		29.6218	-95.4819	4
77086	Houston	houston	TX	201		29.9227	-95.4939	4
77087	Houston	houston	TX	201		29.6876	-95.3011	4
77088	Houston	houston	TX	201		29.8817	-95.4539	4
77089	Houston	houston	TX	201		29.594	-95.2218	4
77090	Houston	houston	TX	201		30.0167	-95.447	4
77091	Houston	houston	TX	201		29.8534	-95.4435	4
77092	Houston	houston	TX	201		29.8324	-95.472	4
77093	Houston	houston	TX	201		29.8617	-95.3403	4
77094	Houston	houston	TX	201		29.7705	-95.7107	4
77095	Houston	houston	TX	201		29.8941	-95.6481	4
77096	Houston	houston	TX	201		29.6722	-95.4861	4
77098	Houston	houston	TX	201		29.735	-95.4118	4
77099	Houston	houston	TX	201		29.6709	-95.5866	4
77201	Houston	houston	TX	201		29.7633	-95.3633	4
77202	Houston	houston	TX	201		29.834	-95.4342	4
77203	Houston	houston	TX	201		29.7633	-95.3633	4
77204	Houston	houston	TX	201		29.834	-95.4342	4
77205	Houston	houston	TX	201		29.834	-95.4342	4
77206	Houston	houston	TX	201		29.834	-95.4342	4
77207	Houston	houston	TX	201		29.834	-95.4342	4
77208	Houston	houston	TX	201		29.7633	-95.3633	4
77209	Houston	houston	TX	201		29.7633	-95.3633	4
77210	Houston	houston	TX	201		29.7633	-95.3633	4
77212	Houston	houston	TX	201		29.7633	-95.3633	4
77213	Houston	houston	TX	201		29.834	-95.4342	4
77215	Houston	houston	TX	201		29.834	-95.4342	4
77216	Houston	houston	TX	201		29.834	-95.4342	4
77217	Houston	houston	TX	201		29.834	-95.4342	4
77218	Houston	houston	TX	201		29.834	-95.4342	4
77219	Houston	houston	TX	201		29.834	-95.4342	4
77220	Houston	houston	TX	201		29.834	-95.4342	4
77221	Houston	houston	TX	201		29.834	-95.4342	4
77222	Houston	houston	TX	201		29.834	-95.4342	4
77223	Houston	houston	TX	201		29.834	-95.4342	4
77224	Houston	houston	TX	201		29.834	-95.4342	4
77225	Houston	houston	TX	201		29.834	-95.4342	4
77226	Houston	houston	TX	201		29.834	-95.4342	4
77227	Houston	houston	TX	201		29.834	-95.4342	4
77228	Houston	houston	TX	201		29.834	-95.4342	4
77229	Houston	houston	TX	201		29.834	-95.4342	4
77230	Houston	houston	TX	201		29.834	-95.4342	4
77231	Houston	houston	TX	201		29.834	-95.4342	4
77233	Houston	houston	TX	201		29.834	-95.4342	4
77234	Houston	houston	TX	201		29.834	-95.4342	4
77235	Houston	houston	TX	201		29.834	-95.4342	4
77236	Houston	houston	TX	201		29.834	-95.4342	4
77237	Houston	houston	TX	201		29.834	-95.4342	4
77238	Houston	houston	TX	201		29.834	-95.4342	4
77240	Houston	houston	TX	201		29.834	-95.4342	4
77241	Houston	houston	TX	201		29.834	-95.4342	4
77242	Houston	houston	TX	201		29.834	-95.4342	4
77243	Houston	houston	TX	201		29.834	-95.4342	4
77244	Houston	houston	TX	201		29.834	-95.4342	4
77245	Houston	houston	TX	201		29.834	-95.4342	4
77248	Houston	houston	TX	201		29.834	-95.4342	4
77249	Houston	houston	TX	201		29.834	-95.4342	4
77251	Houston	houston	TX	201		29.834	-95.4342	4
77252	Houston	houston	TX	201		29.7633	-95.3633	4
77253	Houston	houston	TX	201		29.7633	-95.3633	4
77254	Houston	houston	TX	201		29.834	-95.4342	4
77255	Houston	houston	TX	201		29.834	-95.4342	4
77256	Houston	houston	TX	201		29.834	-95.4342	4
77257	Houston	houston	TX	201		29.834	-95.4342	4
77258	Houston	houston	TX	201		29.834	-95.4342	4
77259	Houston	houston	TX	201		29.834	-95.4342	4
77261	Houston	houston	TX	201		29.834	-95.4342	4
77262	Houston	houston	TX	201		29.834	-95.4342	4
77263	Houston	houston	TX	201		29.834	-95.4342	4
77265	Houston	houston	TX	201		29.834	-95.4342	4
77266	Houston	houston	TX	201		29.834	-95.4342	4
77267	Houston	houston	TX	201		29.834	-95.4342	4
77268	Houston	houston	TX	201		29.834	-95.4342	4
77269	Houston	houston	TX	201		29.834	-95.4342	4
77270	Houston	houston	TX	201		29.834	-95.4342	4
77271	Houston	houston	TX	201		29.834	-95.4342	4
77272	Houston	houston	TX	201		29.834	-95.4342	4
77273	Houston	houston	TX	201		29.834	-95.4342	4
77274	Houston	houston	TX	201		29.834	-95.4342	4
77275	Houston	houston	TX	201		29.834	-95.4342	4
77277	Houston	houston	TX	201		29.834	-95.4342	4
77279	Houston	houston	TX	201		29.834	-95.4342	4
77280	Houston	houston	TX	201		29.834	-95.4342	4
77282	Houston	houston	TX	201		29.834	-95.4342	4
77284	Houston	houston	TX	201		29.834	-95.4342	4
77287	Houston	houston	TX	201		29.834	-95.4342	4
77288	Houston	houston	TX	201		29.834	-95.4342	4
77289	Houston	houston	TX	201		29.834	-95.4342	4
77290	Houston	houston	TX	201		29.834	-95.4342	4
77291	Houston	houston	TX	201		29.834	-95.4342	4
77292	Houston	houston	TX	201		29.7443	-95.3326	4
77293	Houston	houston	TX	201		29.834	-95.4342	4
77297	Houston	houston	TX	201		29.7633	-95.3633	4
77299	Houston	houston	TX	201		29.834	-95.4342	4
77315	North Houston	north-houston	TX	201		29.834	-95.4342	4
77325	Kingwood	kingwood	TX	201		30.0569	-95.1835	4
77336	Huffman	huffman	TX	201		30.0565	-95.1051	4
77337	Hufsmith	hufsmith	TX	201		30.1222	-95.5966	4
77338	Humble	humble	TX	201		30.0041	-95.2825	4
77339	Kingwood	kingwood	TX	201		30.0569	-95.1835	4
77345	Kingwood	kingwood	TX	201		30.0336	-95.261	4
77346	Humble	humble	TX	201		30.0042	-95.1728	4
77347	Humble	humble	TX	201		29.9988	-95.2622	4
77373	Spring	spring	TX	201		30.0532	-95.3773	4
77375	Tomball	tomball	TX	201		30.0739	-95.6201	4
77377	Tomball	tomball	TX	201		30.0615	-95.6821	4
77379	Spring	spring	TX	201		30.0377	-95.5326	4
77382	Spring	spring	TX	201		30.2106	-95.5257	4
77383	Spring	spring	TX	201		30.0799	-95.4172	4
77388	Spring	spring	TX	201		30.0505	-95.4695	4
77389	Spring	spring	TX	201		30.1044	-95.5066	4
77391	Spring	spring	TX	201		30.0799	-95.4172	4
77396	Humble	humble	TX	201		29.9507	-95.2622	4
77401	Bellaire	bellaire	TX	201		29.7023	-95.4611	4
77402	Bellaire	bellaire	TX	201		29.834	-95.4342	4
77410	Cypress	cypress	TX	201		29.9691	-95.6972	4
77411	Alief	alief	TX	201		29.7111	-95.5963	4
77413	Barker	barker	TX	201		29.7844	-95.6849	4
77429	Cypress	cypress	TX	201		29.9766	-95.6358	4
77433	Cypress	cypress	TX	201		29.8836	-95.7025	4
77447	Hockley	hockley	TX	201		30.0729	-95.8104	4
77449	Katy	katy	TX	201		29.8323	-95.736	4
77450	Katy	katy	TX	201		29.745	-95.7326	4
77491	Katy	katy	TX	201		29.7858	-95.8244	4
77492	Katy	katy	TX	201		29.7858	-95.8244	4
77493	Katy	katy	TX	201		29.8678	-95.8298	4
77494	Katy	katy	TX	201		29.7404	-95.8304	4
77501	Pasadena	pasadena	TX	201		29.6911	-95.2091	4
77502	Pasadena	pasadena	TX	201		29.6789	-95.1982	4
77503	Pasadena	pasadena	TX	201		29.6877	-95.1572	4
77504	Pasadena	pasadena	TX	201		29.6501	-95.1885	4
77505	Pasadena	pasadena	TX	201		29.6518	-95.1464	4
77506	Pasadena	pasadena	TX	201		29.7009	-95.1989	4
77507	Pasadena	pasadena	TX	201		29.6224	-95.0545	4
77508	Pasadena	pasadena	TX	201		29.5699	-95.1066	4
77520	Baytown	baytown	TX	201		29.7461	-94.9653	4
77521	Baytown	baytown	TX	201		29.7705	-94.9695	4
77522	Baytown	baytown	TX	201		29.7355	-94.9774	4
77530	Channelview	channelview	TX	201		29.7914	-95.1317	4
77532	Crosby	crosby	TX	201		29.9249	-95.0578	4
77536	Deer Park	deer-park	TX	201		29.6826	-95.1222	4
77547	Galena Park	galena-park	TX	201		29.7392	-95.24	4
77562	Highlands	highlands	TX	201		29.8296	-95.0393	4
77571	La Porte	la-porte	TX	201		29.6884	-95.0513	4
77572	La Porte	la-porte	TX	201		29.6658	-95.0194	4
77586	Seabrook	seabrook	TX	201		29.5832	-95.037	4
77587	South Houston	south-houston	TX	201		29.6601	-95.2258	4
77598	Webster	webster	TX	201		29.5564	-95.144	4
75642	Elysian Fields	elysian-fields	TX	203		32.3685	-94.183	4
75650	Hallsville	hallsville	TX	203		32.5073	-94.5333	4
75651	Harleton	harleton	TX	203		32.6579	-94.4652	4
75659	Jonesville	jonesville	TX	203		32.5075	-94.1106	4
75661	Karnack	karnack	TX	203		32.6205	-94.2001	4
75670	Marshall	marshall	TX	203		32.5338	-94.3619	4
75671	Marshall	marshall	TX	203		32.5449	-94.3674	4
75672	Marshall	marshall	TX	203		32.5165	-94.3251	4
75688	Scottsville	scottsville	TX	203		32.554	-94.2394	4
75692	Waskom	waskom	TX	203		32.5184	-94.1355	4
75694	Woodlawn	woodlawn	TX	203		32.6537	-94.3427	4
79018	Channing	channing	TX	205		35.6837	-102.3302	4
79044	Hartley	hartley	TX	205		35.8856	-102.3969	4
76388	Weinert	weinert	TX	207		33.3249	-99.6664	4
79521	Haskell	haskell	TX	207		33.158	-99.7309	4
79539	O Brien	o-brien	TX	207		33.3749	-99.8473	4
79544	Rochester	rochester	TX	207		33.3105	-99.8594	4
79547	Rule	rule	TX	207		33.1842	-99.8894	4
79548	Rule	rule	TX	207		33.0771	-99.959	4
78610	Buda	buda	TX	209		30.0918	-97.8534	4
78619	Driftwood	driftwood	TX	209		30.1072	-98.0327	4
78620	Dripping Springs	dripping-springs	TX	209		30.2268	-98.1029	4
78640	Kyle	kyle	TX	209		29.9966	-97.8335	4
78666	San Marcos	san-marcos	TX	209		29.8754	-97.9404	4
78667	San Marcos	san-marcos	TX	209		30.0544	-98.0036	4
78676	Wimberley	wimberley	TX	209		30.0265	-98.1123	4
79014	Canadian	canadian	TX	211		35.9045	-100.3841	4
75124	Eustace	eustace	TX	213		32.2965	-96.0137	4
75143	Kemp	kemp	TX	213		32.2486	-96.2161	4
75148	Malakoff	malakoff	TX	213		32.1705	-96.006	4
75163	Trinidad	trinidad	TX	213		32.1383	-96.0831	4
75751	Athens	athens	TX	213		32.1935	-95.8432	4
75752	Athens	athens	TX	213		32.2151	-95.79	4
75756	Brownsboro	brownsboro	TX	213		32.304	-95.6	4
75758	Chandler	chandler	TX	213		32.2572	-95.5393	4
75770	Larue	larue	TX	213		32.1608	-95.5927	4
75778	Murchison	murchison	TX	213		32.3257	-95.7737	4
75782	Poynor	poynor	TX	213		32.0797	-95.5938	4
78501	Mcallen	mcallen	TX	215		26.2154	-98.2359	4
78502	Mcallen	mcallen	TX	215		26.2567	-98.1989	4
78503	Mcallen	mcallen	TX	215		26.1771	-98.252	4
78504	Mcallen	mcallen	TX	215		26.2556	-98.2303	4
78505	Mcallen	mcallen	TX	215		26.2034	-98.23	4
78516	Alamo	alamo	TX	215		26.1906	-98.1164	4
78537	Donna	donna	TX	215		26.1671	-98.0529	4
78538	Edcouch	edcouch	TX	215		26.3328	-97.9622	4
78539	Edinburg	edinburg	TX	215		26.2792	-98.1832	4
78540	Edinburg	edinburg	TX	215		26.3017	-98.1633	4
78541	Edinburg	edinburg	TX	215		26.4481	-98.2842	4
78542	Edinburg	edinburg	TX	215		26.4661	-98.0695	4
78543	Elsa	elsa	TX	215		26.2974	-97.9884	4
78549	Hargill	hargill	TX	215		26.4671	-98.0393	4
78557	Hidalgo	hidalgo	TX	215		26.1028	-98.2536	4
78558	La Blanca	la-blanca	TX	215		26.2928	-98.0378	4
78560	La Joya	la-joya	TX	215		26.2426	-98.4747	4
78562	La Villa	la-villa	TX	215		26.2999	-97.9247	4
78563	Linn	linn	TX	215		26.6279	-98.2498	4
78565	Los Ebanos	los-ebanos	TX	215		26.2434	-98.5617	4
78570	Mercedes	mercedes	TX	215		26.1513	-97.9185	4
78572	Mission	mission	TX	215		26.2159	-98.3253	4
78573	Mission	mission	TX	215		26.2937	-98.3008	4
78576	Penitas	penitas	TX	215		26.278	-98.4469	4
78577	Pharr	pharr	TX	215		26.1771	-98.187	4
78579	Progreso	progreso	TX	215		26.0922	-97.9533	4
78589	San Juan	san-juan	TX	215		26.2044	-98.1537	4
78595	Sullivan City	sullivan-city	TX	215		26.272	-98.5627	4
78596	Weslaco	weslaco	TX	215		26.1694	-97.9887	4
78599	Weslaco	weslaco	TX	215		26.1595	-97.9908	4
76055	Itasca	itasca	TX	217		32.1636	-97.146	4
76621	Abbott	abbott	TX	217		31.8916	-97.0671	4
76622	Aquilla	aquilla	TX	217		31.8589	-97.2258	4
76627	Blum	blum	TX	217		32.1052	-97.3652	4
76628	Brandon	brandon	TX	217		32.0457	-96.9606	4
76631	Bynum	bynum	TX	217		31.9907	-96.9837	4
76636	Covington	covington	TX	217		32.1595	-97.2591	4
76645	Hillsboro	hillsboro	TX	217		32.0149	-97.1198	4
76648	Hubbard	hubbard	TX	217		31.8436	-96.8	4
76650	Irene	irene	TX	217		31.9921	-96.8714	4
76660	Malone	malone	TX	217		31.924	-96.8907	4
76666	Mertens	mertens	TX	217		32.0275	-96.8981	4
76673	Mount Calm	mount-calm	TX	217		31.7575	-96.8944	4
76676	Penelope	penelope	TX	217		31.8551	-96.9372	4
76692	Whitney	whitney	TX	217		31.9713	-97.3463	4
79313	Anton	anton	TX	219		33.8043	-102.1652	4
79336	Levelland	levelland	TX	219		33.5788	-102.3676	4
79338	Levelland	levelland	TX	219		33.5932	-102.3627	4
79353	Pep	pep	TX	219		33.8104	-102.5656	4
79358	Ropesville	ropesville	TX	219		33.4575	-102.1584	4
79367	Smyer	smyer	TX	219		33.5918	-102.1692	4
79372	Sundown	sundown	TX	219		33.4482	-102.4898	4
79380	Whitharral	whitharral	TX	219		33.7354	-102.3419	4
76035	Cresson	cresson	TX	221		32.5343	-97.6158	4
76048	Granbury	granbury	TX	221		32.425	-97.7742	4
76049	Granbury	granbury	TX	221		32.4488	-97.7285	4
76462	Lipan	lipan	TX	221		32.5072	-97.9536	4
76467	Paluxy	paluxy	TX	221		32.2707	-97.9075	4
76476	Tolar	tolar	TX	221		32.3772	-97.8802	4
75420	Brashear	brashear	TX	223		33.1155	-95.7345	4
75431	Como	como	TX	223		33.0107	-95.4734	4
75433	Cumby	cumby	TX	223		33.1118	-95.7945	4
75437	Dike	dike	TX	223		33.2648	-95.4423	4
75471	Pickton	pickton	TX	223		33.0519	-95.3851	4
75478	Saltillo	saltillo	TX	223		33.1767	-95.3433	4
75481	Sulphur Bluff	sulphur-bluff	TX	223		33.3334	-95.374	4
75482	Sulphur Springs	sulphur-springs	TX	223		33.1345	-95.5922	4
75483	Sulphur Springs	sulphur-springs	TX	223		33.1384	-95.6011	4
75835	Crockett	crockett	TX	225		31.3208	-95.3928	4
75844	Grapeland	grapeland	TX	225		31.4972	-95.4447	4
75847	Kennard	kennard	TX	225		31.3384	-95.1541	4
75849	Latexo	latexo	TX	225		31.3952	-95.4741	4
75851	Lovelady	lovelady	TX	225		31.0564	-95.5501	4
75858	Ratcliff	ratcliff	TX	225		31.3916	-95.1397	4
09420	FPO AE	fpo-ae				51.8908	-5.1224	
79511	Coahoma	coahoma	TX	227		32.2942	-101.3197	4
79720	Big Spring	big-spring	TX	227		32.2787	-101.4578	1
79721	Big Spring	big-spring	TX	227		32.2733	-101.374	1
79733	Forsan	forsan	TX	227		32.1105	-101.3669	4
79748	Knott	knott	TX	227		32.4125	-101.6517	4
79837	Dell City	dell-city	TX	229		31.924	-105.2099	4
79839	Fort Hancock	fort-hancock	TX	229		31.2985	-105.8452	4
79847	Salt Flat	salt-flat	TX	229		31.8244	-105.2212	1
79851	Sierra Blanca	sierra-blanca	TX	229		31.1938	-105.3219	4
75135	Caddo Mills	caddo-mills	TX	231		33.0683	-96.2391	4
75401	Greenville	greenville	TX	231		33.1854	-96.1304	4
75402	Greenville	greenville	TX	231		33.1047	-96.0927	4
75403	Greenville	greenville	TX	231		33.2185	-96.0487	4
75404	Greenville	greenville	TX	231		33.0563	-96.081	4
75422	Campbell	campbell	TX	231		33.151	-95.9439	4
75423	Celeste	celeste	TX	231		33.2649	-96.2076	4
75428	Commerce	commerce	TX	231		33.2493	-95.9097	4
75429	Commerce	commerce	TX	231		33.2377	-95.9089	4
75453	Lone Oak	lone-oak	TX	231		32.9916	-95.9434	4
75458	Merit	merit	TX	231		33.2427	-96.2916	4
75474	Quinlan	quinlan	TX	231		32.8983	-96.1261	4
75496	Wolfe City	wolfe-city	TX	231		33.3605	-96.0691	4
79007	Borger	borger	TX	233		35.6678	-101.3974	4
79008	Borger	borger	TX	233		35.6678	-101.3974	4
79036	Fritch	fritch	TX	233		35.6441	-101.5845	4
79078	Sanford	sanford	TX	233		35.702	-101.5346	4
79083	Stinnett	stinnett	TX	233		35.8377	-101.45	4
76930	Barnhart	barnhart	TX	235		31.1596	-101.1918	4
76941	Mertzon	mertzon	TX	235		31.2829	-100.8221	4
76427	Bryson	bryson	TX	237		33.1615	-98.3874	4
76458	Jacksboro	jacksboro	TX	237		33.2347	-98.1681	4
76459	Jermyn	jermyn	TX	237		33.2636	-98.3931	4
76486	Perrin	perrin	TX	237		33.034	-98.0692	4
77957	Edna	edna	TX	239		28.9527	-96.6488	4
77961	Francitas	francitas	TX	239		28.8597	-96.3386	4
77962	Ganado	ganado	TX	239		29.0308	-96.5031	4
77969	La Salle	la-salle	TX	239		28.7671	-96.6492	4
77970	La Ward	la-ward	TX	239		28.8439	-96.4641	4
77971	Lolita	lolita	TX	239		28.7724	-96.4793	4
77991	Vanderbilt	vanderbilt	TX	239		28.8068	-96.6042	4
75951	Jasper	jasper	TX	241		30.8673	-93.9977	4
75956	Kirbyville	kirbyville	TX	241		30.6583	-93.8984	4
77612	Buna	buna	TX	241		30.4132	-93.9913	4
77615	Evadale	evadale	TX	241		30.3129	-94.0731	4
79734	Fort Davis	fort-davis	TX	243		30.6131	-103.9364	4
79854	Valentine	valentine	TX	243		30.62	-104.4811	4
77613	China	china	TX	245		30.0108	-94.363	4
77619	Groves	groves	TX	245		29.9448	-93.9152	4
77622	Hamshire	hamshire	TX	245		29.8668	-94.3187	4
77627	Nederland	nederland	TX	245		29.9716	-94.0012	4
77629	Nome	nome	TX	245		30.0015	-94.4189	4
77640	Port Arthur	port-arthur	TX	245		29.8709	-93.9643	4
77641	Port Arthur	port-arthur	TX	245		29.8476	-94.1297	4
77642	Port Arthur	port-arthur	TX	245		29.9212	-93.927	4
77643	Port Arthur	port-arthur	TX	245		29.9621	-93.8679	4
77651	Port Neches	port-neches	TX	245		29.977	-93.9626	4
77655	Sabine Pass	sabine-pass	TX	245		29.7336	-93.8943	4
77701	Beaumont	beaumont	TX	245		30.0688	-94.1039	4
77702	Beaumont	beaumont	TX	245		30.0871	-94.1254	4
77703	Beaumont	beaumont	TX	245		30.1132	-94.1197	4
77704	Beaumont	beaumont	TX	245		30.1236	-94.1539	4
77705	Beaumont	beaumont	TX	245		30.0211	-94.1157	4
77706	Beaumont	beaumont	TX	245		30.0948	-94.1648	4
77707	Beaumont	beaumont	TX	245		30.0686	-94.1755	4
77708	Beaumont	beaumont	TX	245		30.14	-94.1604	4
77710	Beaumont	beaumont	TX	245		30.086	-94.1018	4
77713	Beaumont	beaumont	TX	245		30.085	-94.2607	4
77720	Beaumont	beaumont	TX	245		30.086	-94.1018	4
77725	Beaumont	beaumont	TX	245		30.086	-94.1018	4
77726	Beaumont	beaumont	TX	245		30.1118	-94.1901	4
78360	Guerra	guerra	TX	247		26.8831	-98.8936	4
78361	Hebbronville	hebbronville	TX	247		27.2997	-98.6829	4
78332	Alice	alice	TX	249		27.7432	-98.0836	4
78333	Alice	alice	TX	249		27.7522	-98.0697	4
78342	Ben Bolt	ben-bolt	TX	249		27.6475	-98.0814	4
78372	Orange Grove	orange-grove	TX	249		27.9487	-97.9838	4
78375	Premont	premont	TX	249		27.3544	-98.133	4
78383	Sandia	sandia	TX	249		28.025	-97.8705	4
76009	Alvarado	alvarado	TX	251		32.4395	-97.213	4
76028	Burleson	burleson	TX	251		32.5316	-97.309	4
76031	Cleburne	cleburne	TX	251		32.3485	-97.3311	4
76033	Cleburne	cleburne	TX	251		32.3509	-97.4103	4
76044	Godley	godley	TX	251		32.4282	-97.5349	4
76050	Grandview	grandview	TX	251		32.2704	-97.1792	4
76058	Joshua	joshua	TX	251		32.4663	-97.4011	4
76059	Keene	keene	TX	251		32.3937	-97.3287	4
76061	Lillian	lillian	TX	251		32.5065	-97.1875	4
76084	Venus	venus	TX	251		32.433	-97.1087	4
76093	Rio Vista	rio-vista	TX	251		32.2532	-97.3678	4
76097	Burleson	burleson	TX	251		32.5421	-97.3208	4
79501	Anson	anson	TX	253		32.7489	-99.8953	4
79503	Avoca	avoca	TX	253		32.8832	-99.6964	4
79520	Hamlin	hamlin	TX	253		32.8799	-100.128	4
79525	Hawley	hawley	TX	253		32.6423	-99.9239	4
79533	Lueders	lueders	TX	253		32.8712	-99.5783	4
79553	Stamford	stamford	TX	253		32.9453	-99.7859	4
78111	Ecleto	ecleto	TX	255		29.0464	-97.7514	4
78113	Falls City	falls-city	TX	255		28.9814	-98.0156	4
78116	Gillett	gillett	TX	255		29.0514	-97.8343	4
78117	Hobson	hobson	TX	255		28.9445	-97.9707	4
78118	Karnes City	karnes-city	TX	255		28.8828	-97.9071	4
78119	Kenedy	kenedy	TX	255		28.8046	-97.8456	4
78144	Panna Maria	panna-maria	TX	255		28.9562	-97.8982	4
78151	Runge	runge	TX	255		28.8876	-97.7138	4
75114	Crandall	crandall	TX	257		32.6279	-96.4558	4
75118	Elmo	elmo	TX	257		32.5996	-96.3027	4
75126	Forney	forney	TX	257		32.7491	-96.4598	4
75142	Kaufman	kaufman	TX	257		32.546	-96.2852	4
75147	Mabank	mabank	TX	257		32.3685	-96.0685	4
75156	Mabank	mabank	TX	257		32.2972	-96.1184	4
75157	Rosser	rosser	TX	257		32.4626	-96.4533	4
75158	Scurry	scurry	TX	257		32.4818	-96.3925	4
75160	Terrell	terrell	TX	257		32.7515	-96.2831	4
75161	Terrell	terrell	TX	257		32.7332	-96.195	4
78004	Bergheim	bergheim	TX	259		29.8274	-98.5753	4
78006	Boerne	boerne	TX	259		29.8931	-98.6857	4
78013	Comfort	comfort	TX	259		29.9677	-98.905	4
78027	Kendalia	kendalia	TX	259		29.9406	-98.5166	4
78074	Waring	waring	TX	259		29.9523	-98.7944	4
78338	Armstrong	armstrong	TX	261		26.8698	-97.7698	4
78385	Sarita	sarita	TX	261		27.1496	-97.8576	4
79518	Girard	girard	TX	263		33.3632	-100.6937	4
79528	Jayton	jayton	TX	263		33.2518	-100.5825	4
78010	Center Point	center-point	TX	265		29.9441	-99.0364	4
78024	Hunt	hunt	TX	265		30.0027	-99.4823	4
78025	Ingram	ingram	TX	265		30.0731	-99.269	4
78028	Kerrville	kerrville	TX	265		30.0416	-99.1408	4
78029	Kerrville	kerrville	TX	265		30.0332	-99.141	4
78058	Mountain Home	mountain-home	TX	265		30.1725	-99.485	4
76849	Junction	junction	TX	267		30.4754	-99.7473	4
76854	London	london	TX	267		30.6768	-99.5765	4
76874	Roosevelt	roosevelt	TX	267		30.47	-100.0901	4
79236	Guthrie	guthrie	TX	269		33.6206	-100.3229	4
78832	Brackettville	brackettville	TX	271		29.3096	-100.4155	4
78363	Kingsville	kingsville	TX	273		27.4229	-97.8407	4
78364	Kingsville	kingsville	TX	273		27.5159	-97.8561	4
78379	Riviera	riviera	TX	273		27.3217	-97.7787	4
76363	Goree	goree	TX	275		33.4748	-99.5258	4
76371	Munday	munday	TX	275		33.4561	-99.6326	4
79505	Benjamin	benjamin	TX	275		33.584	-99.7923	4
79529	Knox City	knox-city	TX	275		33.4183	-99.8137	4
75411	Arthur City	arthur-city	TX	277		33.8643	-95.6111	4
75416	Blossom	blossom	TX	277		33.6945	-95.3823	4
75421	Brookston	brookston	TX	277		33.6246	-95.6888	4
75425	Chicota	chicota	TX	277		33.869	-95.5711	4
75434	Cunningham	cunningham	TX	277		33.409	-95.3711	4
75435	Deport	deport	TX	277		33.5221	-95.3654	4
75460	Paris	paris	TX	277		33.6581	-95.5379	4
75461	Paris	paris	TX	277		33.6609	-95.5555	4
75462	Paris	paris	TX	277		33.6805	-95.4905	4
75468	Pattonville	pattonville	TX	277		33.5702	-95.3908	4
75470	Petty	petty	TX	277		33.6098	-95.7891	4
75473	Powderly	powderly	TX	277		33.7779	-95.5307	4
75477	Roxton	roxton	TX	277		33.5429	-95.7416	4
75486	Sumner	sumner	TX	277		33.7589	-95.6807	4
79031	Earth	earth	TX	279		34.2415	-102.4213	4
79064	Olton	olton	TX	279		34.1844	-102.1414	4
79082	Springlake	springlake	TX	279		34.2393	-102.309	1
79312	Amherst	amherst	TX	279		33.9976	-102.4416	4
79326	Fieldton	fieldton	TX	279		34.053	-102.206	4
79339	Littlefield	littlefield	TX	279		33.9212	-102.3207	4
79369	Spade	spade	TX	279		33.9256	-102.1564	4
79371	Sudan	sudan	TX	279		34.0697	-102.5255	4
76539	Kempner	kempner	TX	281		31.0887	-98.0099	4
76550	Lampasas	lampasas	TX	281		31.068	-98.1834	4
76824	Bend	bend	TX	281		31.1123	-98.4821	4
76853	Lometa	lometa	TX	281		31.2167	-98.4006	4
78001	Artesia Wells	artesia-wells	TX	283		28.2639	-99.2802	4
78014	Cotulla	cotulla	TX	283		28.4398	-99.2328	4
78019	Encinal	encinal	TX	283		28.0405	-99.3563	4
78021	Fowlerton	fowlerton	TX	283		28.4887	-98.8518	4
77964	Hallettsville	hallettsville	TX	285		29.4426	-96.9234	4
77975	Moulton	moulton	TX	285		29.57	-97.1031	4
77984	Shiner	shiner	TX	285		29.428	-97.164	4
77986	Sublime	sublime	TX	285		29.4876	-96.7946	4
77987	Sweet Home	sweet-home	TX	285		29.3426	-97.0756	4
77995	Yoakum	yoakum	TX	285		29.284	-97.1306	4
77853	Dime Box	dime-box	TX	287		30.3579	-96.8248	4
78942	Giddings	giddings	TX	287		30.1777	-96.9332	4
78947	Lexington	lexington	TX	287		30.4191	-97.0524	4
78948	Lincoln	lincoln	TX	287		30.3177	-96.9702	4
75831	Buffalo	buffalo	TX	289		31.4121	-95.9904	4
75833	Centerville	centerville	TX	289		31.272	-95.9213	4
75846	Jewett	jewett	TX	289		31.3739	-96.1918	4
75850	Leona	leona	TX	289		31.1421	-95.9284	4
75855	Oakwood	oakwood	TX	289		31.5849	-95.8491	4
77850	Concord	concord	TX	289		31.3138	-95.9935	4
77855	Flynn	flynn	TX	289		31.1593	-96.1234	4
77865	Marquez	marquez	TX	289		31.2309	-96.2375	4
77871	Normangee	normangee	TX	289		31.0705	-96.125	4
77327	Cleveland	cleveland	TX	291		30.33	-95.0202	4
77328	Cleveland	cleveland	TX	291		30.3963	-95.194	4
77368	Romayor	romayor	TX	291		30.4513	-94.8433	4
77369	Rye	rye	TX	291		30.4596	-94.7436	4
77533	Daisetta	daisetta	TX	291		30.1133	-94.643	4
77535	Dayton	dayton	TX	291		30.0102	-94.8787	4
77538	Devers	devers	TX	291		29.9978	-94.5746	4
77561	Hardin	hardin	TX	291		30.151	-94.7338	4
77564	Hull	hull	TX	291		30.1463	-94.6424	4
77575	Liberty	liberty	TX	291		30.0946	-94.7378	4
77582	Raywood	raywood	TX	291		30.0542	-94.6764	4
76635	Coolidge	coolidge	TX	293		31.7438	-96.6577	4
76642	Groesbeck	groesbeck	TX	293		31.5357	-96.5234	4
76653	Kosse	kosse	TX	293		31.3147	-96.6195	4
76667	Mexia	mexia	TX	293		31.6784	-96.4952	4
76678	Prairie Hill	prairie-hill	TX	293		31.6591	-96.8094	4
76686	Tehuacana	tehuacana	TX	293		31.7504	-96.5416	4
76687	Thornton	thornton	TX	293		31.4083	-96.5024	4
79005	Booker	booker	TX	295		36.4429	-100.5238	4
79024	Darrouzett	darrouzett	TX	295		36.4453	-100.3254	1
79034	Follett	follett	TX	295		36.4309	-100.2068	4
79046	Higgins	higgins	TX	295		36.1365	-100.0952	1
79056	Lipscomb	lipscomb	TX	295		36.223	-100.2702	4
78022	George West	george-west	TX	297		28.3204	-98.1162	4
78060	Oakville	oakville	TX	297		28.4492	-98.1019	4
78071	Three Rivers	three-rivers	TX	297		28.4756	-98.1782	4
78075	Whitsett	whitsett	TX	297		28.6373	-98.2565	4
78350	Dinero	dinero	TX	297		28.2264	-97.9617	4
76831	Castell	castell	TX	299		30.701	-98.9564	4
76885	Valley Spring	valley-spring	TX	299		30.866	-98.8357	4
78607	Bluffton	bluffton	TX	299		30.8256	-98.515	4
78609	Buchanan Dam	buchanan-dam	TX	299		30.7538	-98.4295	4
78639	Kingsland	kingsland	TX	299		30.6662	-98.4475	4
78643	Llano	llano	TX	299		30.7151	-98.6109	4
78657	Horseshoe Bay	horseshoe-bay	TX	299		30.5443	-98.3739	4
78672	Tow	tow	TX	299		30.8609	-98.4596	4
79754	Mentone	mentone	TX	301		31.7068	-103.5988	4
79329	Idalou	idalou	TX	303		33.6504	-101.6786	4
79350	New Deal	new-deal	TX	303		33.7296	-101.8355	4
79363	Shallowater	shallowater	TX	303		33.6919	-101.9836	4
79364	Slaton	slaton	TX	303		33.4373	-101.6435	4
79366	Ransom Canyon	ransom-canyon	TX	303		33.5334	-101.6796	4
79382	Wolfforth	wolfforth	TX	303		33.5059	-102.0091	4
79401	Lubbock	lubbock	TX	303		33.5865	-101.8606	4
79402	Lubbock	lubbock	TX	303		33.5922	-101.8511	4
79403	Lubbock	lubbock	TX	303		33.6196	-101.8098	4
79404	Lubbock	lubbock	TX	303		33.526	-101.8333	4
79406	Lubbock	lubbock	TX	303		33.5819	-101.8778	4
79407	Lubbock	lubbock	TX	303		33.5684	-101.9423	4
79408	Lubbock	lubbock	TX	303		33.5659	-101.9267	4
79409	Lubbock	lubbock	TX	303		33.5779	-101.8552	4
79410	Lubbock	lubbock	TX	303		33.5693	-101.8904	4
79411	Lubbock	lubbock	TX	303		33.5704	-101.8626	4
79412	Lubbock	lubbock	TX	303		33.5463	-101.8577	4
79413	Lubbock	lubbock	TX	303		33.5466	-101.8871	4
79414	Lubbock	lubbock	TX	303		33.5497	-101.9187	4
79415	Lubbock	lubbock	TX	303		33.6021	-101.876	4
79416	Lubbock	lubbock	TX	303		33.5924	-101.9367	4
79423	Lubbock	lubbock	TX	303		33.5146	-101.8795	4
79424	Lubbock	lubbock	TX	303		33.5159	-101.9344	4
79430	Lubbock	lubbock	TX	303		33.61	-101.8213	4
79452	Lubbock	lubbock	TX	303		33.61	-101.8213	4
79453	Lubbock	lubbock	TX	303		33.5779	-101.8552	4
79457	Lubbock	lubbock	TX	303		33.5779	-101.8552	4
79464	Lubbock	lubbock	TX	303		33.4896	-102.0109	4
79490	Lubbock	lubbock	TX	303		33.61	-101.8213	4
79491	Lubbock	lubbock	TX	303		33.61	-101.8213	4
79493	Lubbock	lubbock	TX	303		33.61	-101.8213	4
79499	Lubbock	lubbock	TX	303		33.61	-101.8213	4
79351	Odonnell	odonnell	TX	305		32.9773	-101.8271	4
79373	Tahoka	tahoka	TX	305		33.1988	-101.822	4
79381	Wilson	wilson	TX	305		33.3299	-101.7122	4
79383	New Home	new-home	TX	305		33.3451	-101.9203	4
76825	Brady	brady	TX	307		31.1509	-99.3372	4
76836	Doole	doole	TX	307		31.3957	-99.599	4
76852	Lohn	lohn	TX	307		31.3173	-99.3833	4
76858	Melvin	melvin	TX	307		31.1952	-99.5798	4
76872	Rochelle	rochelle	TX	307		31.3	-99.1572	4
76887	Voca	voca	TX	307		30.9959	-99.1682	4
76524	Eddy	eddy	TX	309		31.3088	-97.2774	4
76557	Moody	moody	TX	309		31.2533	-97.41	4
76624	Axtell	axtell	TX	309		31.661	-96.9882	4
76630	Bruceville	bruceville	TX	309		31.3267	-97.2342	4
76633	China Spring	china-spring	TX	309		31.6673	-97.3002	1
76638	Crawford	crawford	TX	309		31.5598	-97.39	4
76640	Elm Mott	elm-mott	TX	309		31.6725	-97.1138	4
76643	Hewitt	hewitt	TX	309		31.4582	-97.1966	4
76654	Leroy	leroy	TX	309		31.7316	-97.0178	4
76655	Lorena	lorena	TX	309		31.4093	-97.2302	4
76657	Mc Gregor	mc-gregor	TX	309		31.4431	-97.3943	1
76664	Mart	mart	TX	309		31.5458	-96.8381	4
76682	Riesel	riesel	TX	309		31.5002	-96.9476	4
76684	Ross	ross	TX	309		31.7173	-97.1188	4
76691	West	west	TX	309		31.7754	-97.1258	4
76701	Waco	waco	TX	309		31.5525	-97.1396	4
76702	Waco	waco	TX	309		31.5475	-97.1443	4
76703	Waco	waco	TX	309		31.5536	-97.2032	4
76704	Waco	waco	TX	309		31.5773	-97.1241	4
76705	Waco	waco	TX	309		31.6403	-97.0963	4
76706	Waco	waco	TX	309		31.5171	-97.1198	4
76707	Waco	waco	TX	309		31.5527	-97.1588	4
76708	Waco	waco	TX	309		31.5765	-97.1786	4
76710	Waco	waco	TX	309		31.535	-97.1899	4
76711	Waco	waco	TX	309		31.5175	-97.1547	4
76712	Woodway	woodway	TX	309		31.5051	-97.2311	4
76714	Waco	waco	TX	309		31.5536	-97.2032	4
76715	Waco	waco	TX	309		31.5536	-97.2032	4
76716	Waco	waco	TX	309		31.5536	-97.2032	4
76797	Waco	waco	TX	309		31.5536	-97.2032	4
09421	FPO AE	fpo-ae				51.5085	-0.1257	
76798	Waco	waco	TX	309		31.547	-97.1203	4
76799	Waco	waco	TX	309		31.5411	-97.1615	4
78007	Calliham	calliham	TX	311		28.4805	-98.3503	4
78072	Tilden	tilden	TX	311		28.4198	-98.5693	4
75852	Midway	midway	TX	313		30.9806	-95.7089	4
77864	Madisonville	madisonville	TX	313		30.9533	-95.9091	4
77872	North Zulch	north-zulch	TX	313		30.9285	-96.0925	4
75564	Lodi	lodi	TX	315		32.8718	-94.2729	4
75657	Jefferson	jefferson	TX	315		32.8059	-94.3655	4
79749	Lenorah	lenorah	TX	317		32.3046	-101.8762	4
79782	Stanton	stanton	TX	317		32.14	-101.8099	4
79783	Tarzan	tarzan	TX	317		32.3575	-101.9607	4
76820	Art	art	TX	319		30.767	-99.0486	4
76842	Fredonia	fredonia	TX	319		30.9214	-99.1216	4
76856	Mason	mason	TX	319		30.7434	-99.2261	4
76869	Pontotoc	pontotoc	TX	319		30.8906	-99.0212	4
77404	Bay City	bay-city	TX	321		28.9828	-95.9694	4
77414	Bay City	bay-city	TX	321		28.8636	-95.9173	4
77415	Cedar Lane	cedar-lane	TX	321		28.9386	-95.7366	4
77419	Blessing	blessing	TX	321		28.8649	-96.218	4
77428	Collegeport	collegeport	TX	321		28.7253	-96.175	4
77440	Elmaton	elmaton	TX	321		28.8864	-96.14	4
77456	Markham	markham	TX	321		28.9547	-96.0928	4
77457	Matagorda	matagorda	TX	321		28.6908	-95.9675	4
77458	Midfield	midfield	TX	321		28.9362	-96.2265	4
77465	Palacios	palacios	TX	321		28.715	-96.2154	4
77468	Pledger	pledger	TX	321		29.1825	-95.9086	4
77482	Van Vleck	van-vleck	TX	321		29.016	-95.8905	4
77483	Wadsworth	wadsworth	TX	321		28.8259	-95.9046	4
78852	Eagle Pass	eagle-pass	TX	323		28.7028	-100.4818	4
78853	Eagle Pass	eagle-pass	TX	323		28.679	-100.4784	4
78860	El Indio	el-indio	TX	323		28.5119	-100.3112	4
78877	Quemado	quemado	TX	323		28.9256	-100.5912	4
78009	Castroville	castroville	TX	325		29.3553	-98.8824	4
78016	Devine	devine	TX	325		29.1521	-98.909	4
78039	La Coste	la-coste	TX	325		29.3082	-98.8125	4
78056	Mico	mico	TX	325		29.5441	-98.9231	4
78059	Natalia	natalia	TX	325		29.2117	-98.8552	4
78066	Rio Medina	rio-medina	TX	325		29.4612	-98.8694	1
78850	D Hanis	d-hanis	TX	325		29.3398	-99.2835	4
78861	Hondo	hondo	TX	325		29.3475	-99.1414	4
78886	Yancey	yancey	TX	325		29.1404	-99.1428	4
76841	Fort Mc Kavett	fort-mc-kavett	TX	327		30.829	-100.0809	1
76848	Hext	hext	TX	327		30.8816	-99.554	4
76859	Menard	menard	TX	327		30.9119	-99.7847	4
79701	Midland	midland	TX	329		31.9896	-102.0626	4
79702	Midland	midland	TX	329		31.9637	-102.0801	4
79703	Midland	midland	TX	329		31.9721	-102.1369	4
79704	Midland	midland	TX	329		31.8693	-102.0317	4
79705	Midland	midland	TX	329		32.0295	-102.0915	4
79706	Midland	midland	TX	329		31.8816	-102.0134	4
79707	Midland	midland	TX	329		32.0199	-102.1476	4
79708	Midland	midland	TX	329		31.8693	-102.0317	4
79710	Midland	midland	TX	329		31.8693	-102.0317	4
79711	Midland	midland	TX	329		31.9973	-102.0779	4
79712	Midland	midland	TX	329		31.8693	-102.0317	4
76518	Buckholts	buckholts	TX	331		30.8858	-97.1241	4
76519	Burlington	burlington	TX	331		30.9736	-96.9642	4
76520	Cameron	cameron	TX	331		30.8527	-96.9766	4
76523	Davilla	davilla	TX	331		30.7857	-97.275	4
76556	Milano	milano	TX	331		30.7304	-96.8807	4
76567	Rockdale	rockdale	TX	331		30.6583	-97.0079	4
76577	Thorndale	thorndale	TX	331		30.6082	-97.1764	4
77857	Gause	gause	TX	331		30.7833	-96.7237	4
76844	Goldthwaite	goldthwaite	TX	333		31.4458	-98.5744	4
76864	Mullin	mullin	TX	333		31.5748	-98.6635	4
76870	Priddy	priddy	TX	333		31.641	-98.5276	4
76880	Star	star	TX	333		31.4685	-98.3161	4
79512	Colorado City	colorado-city	TX	335		32.3987	-100.8609	4
79532	Loraine	loraine	TX	335		32.4112	-100.7123	4
79565	Westbrook	westbrook	TX	335		32.3627	-101.043	4
76230	Bowie	bowie	TX	337		33.5568	-97.8373	4
76239	Forestburg	forestburg	TX	337		33.5398	-97.5848	4
76251	Montague	montague	TX	337		33.6639	-97.7282	4
76255	Nocona	nocona	TX	337		33.7982	-97.727	4
76261	Ringgold	ringgold	TX	337		33.8164	-97.944	4
76265	Saint Jo	saint-jo	TX	337		33.744	-97.5568	4
76270	Sunset	sunset	TX	337		33.4539	-97.7709	4
77301	Conroe	conroe	TX	339		30.3125	-95.4527	4
77302	Conroe	conroe	TX	339		30.2238	-95.3577	4
77303	Conroe	conroe	TX	339		30.3814	-95.3749	4
77304	Conroe	conroe	TX	339		30.3217	-95.5285	4
77305	Conroe	conroe	TX	339		30.2906	-95.3832	4
77306	Conroe	conroe	TX	339		30.2277	-95.2851	4
77316	Montgomery	montgomery	TX	339		30.3587	-95.6857	4
77318	Willis	willis	TX	339		30.4416	-95.5394	4
77333	Dobbin	dobbin	TX	339		30.3365	-95.7723	4
77353	Magnolia	magnolia	TX	339		30.2094	-95.7508	4
77354	Magnolia	magnolia	TX	339		30.2333	-95.5502	4
77355	Magnolia	magnolia	TX	339		30.1598	-95.7402	4
77356	Montgomery	montgomery	TX	339		30.4411	-95.7097	4
77357	New Caney	new-caney	TX	339		30.1579	-95.198	4
77362	Pinehurst	pinehurst	TX	339		30.1581	-95.6814	4
77365	Porter	porter	TX	339		30.1237	-95.2686	4
77372	Splendora	splendora	TX	339		30.2326	-95.1993	4
77378	Willis	willis	TX	339		30.4441	-95.4506	4
77380	Spring	spring	TX	339		30.1441	-95.4703	4
77381	Spring	spring	TX	339		30.1716	-95.4985	4
77384	Conroe	conroe	TX	339		30.2257	-95.4924	4
77385	Conroe	conroe	TX	339		30.1877	-95.4288	4
77386	Spring	spring	TX	339		30.1288	-95.4239	4
77387	Spring	spring	TX	339		30.1199	-95.4247	4
77393	Spring	spring	TX	339		30.329	-95.4635	4
79013	Cactus	cactus	TX	341		36.0412	-102.0007	4
79029	Dumas	dumas	TX	341		35.8823	-101.968	4
79058	Masterson	masterson	TX	341		35.6359	-101.9602	4
79086	Sunray	sunray	TX	341		36.0097	-101.8123	4
75568	Naples	naples	TX	343		33.1912	-94.6891	4
75571	Omaha	omaha	TX	343		33.1808	-94.7639	4
75636	Cason	cason	TX	343		33.024	-94.8249	4
75638	Daingerfield	daingerfield	TX	343		33.0313	-94.7359	4
75668	Lone Star	lone-star	TX	343		32.9252	-94.7049	4
79234	Flomot	flomot	TX	345		34.2321	-101.0038	4
79244	Matador	matador	TX	345		34.0525	-100.8361	4
79256	Roaring Springs	roaring-springs	TX	345		33.8977	-100.8528	4
75760	Cushing	cushing	TX	347		31.7978	-94.8539	4
75788	Sacul	sacul	TX	347		31.8254	-94.9189	4
75937	Chireno	chireno	TX	347		31.5119	-94.4302	4
75943	Douglass	douglass	TX	347		31.6578	-94.8696	4
75944	Etoile	etoile	TX	347		31.3601	-94.4064	4
75946	Garrison	garrison	TX	347		31.8111	-94.5266	4
75958	Martinsville	martinsville	TX	347		31.6427	-94.4141	4
75961	Nacogdoches	nacogdoches	TX	347		31.5611	-94.5	4
75962	Nacogdoches	nacogdoches	TX	347		31.6995	-94.6074	4
75963	Nacogdoches	nacogdoches	TX	347		31.6046	-94.6641	4
75964	Nacogdoches	nacogdoches	TX	347		31.6737	-94.6932	4
75965	Nacogdoches	nacogdoches	TX	347		31.7195	-94.6168	4
75978	Woden	woden	TX	347		31.5037	-94.525	4
75102	Barry	barry	TX	349		32.1014	-96.6251	4
75105	Chatfield	chatfield	TX	349		32.2954	-96.3887	4
75109	Corsicana	corsicana	TX	349		31.9937	-96.4199	4
75110	Corsicana	corsicana	TX	349		32.0868	-96.4762	4
75144	Kerens	kerens	TX	349		32.1275	-96.2298	4
75151	Corsicana	corsicana	TX	349		32.0624	-96.4735	4
75153	Powell	powell	TX	349		32.1196	-96.3327	4
76626	Blooming Grove	blooming-grove	TX	349		32.0758	-96.701	4
76639	Dawson	dawson	TX	349		31.8974	-96.7085	4
76641	Frost	frost	TX	349		32.0275	-96.7684	4
76679	Purdon	purdon	TX	349		31.9483	-96.5856	4
76681	Richland	richland	TX	349		31.9018	-96.4373	4
75928	Bon Wier	bon-wier	TX	351		30.6876	-93.7665	4
75932	Burkeville	burkeville	TX	351		31.0099	-93.6585	4
75933	Call	call	TX	351		30.5741	-93.8334	4
75966	Newton	newton	TX	351		30.8351	-93.7497	4
75977	Wiergate	wiergate	TX	351		31.0414	-93.8039	4
77614	Deweyville	deweyville	TX	351		30.2894	-93.7488	4
79506	Blackwell	blackwell	TX	353		32.082	-100.3111	4
79535	Maryneal	maryneal	TX	353		32.2026	-100.4972	4
79537	Nolan	nolan	TX	353		32.2919	-100.2107	4
79545	Roscoe	roscoe	TX	353		32.4276	-100.5391	4
79556	Sweetwater	sweetwater	TX	353		32.4726	-100.3979	4
78330	Agua Dulce	agua-dulce	TX	355		27.7817	-97.9086	4
78339	Banquete	banquete	TX	355		27.8051	-97.7922	4
78343	Bishop	bishop	TX	355		27.5886	-97.783	4
78347	Chapman Ranch	chapman-ranch	TX	355		27.5988	-97.462	4
78351	Driscoll	driscoll	TX	355		27.6745	-97.7486	4
78373	Port Aransas	port-aransas	TX	355		27.7707	-97.1051	4
78380	Robstown	robstown	TX	355		27.7984	-97.6995	4
78401	Corpus Christi	corpus-christi	TX	355		27.7941	-97.403	4
78402	Corpus Christi	corpus-christi	TX	355		27.8262	-97.3857	4
78403	Corpus Christi	corpus-christi	TX	355		27.777	-97.4632	4
78404	Corpus Christi	corpus-christi	TX	355		27.7683	-97.4013	4
78405	Corpus Christi	corpus-christi	TX	355		27.7762	-97.4271	4
78406	Corpus Christi	corpus-christi	TX	355		27.7684	-97.5144	4
78407	Corpus Christi	corpus-christi	TX	355		27.8042	-97.4356	4
78408	Corpus Christi	corpus-christi	TX	355		27.7945	-97.4381	4
78409	Corpus Christi	corpus-christi	TX	355		27.8146	-97.527	4
78410	Corpus Christi	corpus-christi	TX	355		27.8458	-97.596	4
78411	Corpus Christi	corpus-christi	TX	355		27.7311	-97.3877	4
78412	Corpus Christi	corpus-christi	TX	355		27.7061	-97.3537	4
78413	Corpus Christi	corpus-christi	TX	355		27.691	-97.3983	4
78414	Corpus Christi	corpus-christi	TX	355		27.677	-97.365	4
78415	Corpus Christi	corpus-christi	TX	355		27.7262	-97.4078	4
78416	Corpus Christi	corpus-christi	TX	355		27.7536	-97.4347	4
78417	Corpus Christi	corpus-christi	TX	355		27.729	-97.4494	4
78418	Corpus Christi	corpus-christi	TX	355		27.6349	-97.3103	4
78419	Corpus Christi	corpus-christi	TX	355		27.6952	-97.2694	4
78426	Corpus Christi	corpus-christi	TX	355		27.777	-97.4632	4
78427	Corpus Christi	corpus-christi	TX	355		27.8006	-97.3964	4
78460	Corpus Christi	corpus-christi	TX	355		27.8006	-97.3964	4
78463	Corpus Christi	corpus-christi	TX	355		27.777	-97.4632	4
78465	Corpus Christi	corpus-christi	TX	355		27.777	-97.4632	4
78466	Corpus Christi	corpus-christi	TX	355		27.777	-97.4632	4
78467	Corpus Christi	corpus-christi	TX	355		27.777	-97.4632	4
78468	Corpus Christi	corpus-christi	TX	355		27.777	-97.4632	4
78469	Corpus Christi	corpus-christi	TX	355		27.777	-97.4632	4
78472	Corpus Christi	corpus-christi	TX	355		27.7402	-97.5792	4
78480	Corpus Christi	corpus-christi	TX	355		27.777	-97.4632	4
79033	Farnsworth	farnsworth	TX	357		36.2963	-100.9843	4
79070	Perryton	perryton	TX	357		36.3748	-100.8156	4
79093	Waka	waka	TX	357		36.2716	-101.0443	4
79001	Adrian	adrian	TX	359		35.2748	-102.6652	4
79010	Boys Ranch	boys-ranch	TX	359		35.5314	-102.2541	4
79092	Vega	vega	TX	359		35.2241	-102.4214	4
79098	Wildorado	wildorado	TX	359		35.1916	-102.2118	4
09422	FPO AE	fpo-ae				55.4232	-5.7347	
77611	Bridge City	bridge-city	TX	361		30.0192	-93.8326	4
77626	Mauriceville	mauriceville	TX	361		30.204	-93.8866	4
77630	Orange	orange	TX	361		30.0709	-93.8659	4
77631	Orange	orange	TX	361		30.093	-93.7366	4
77632	Orange	orange	TX	361		30.1775	-93.8409	4
77639	Orangefield	orangefield	TX	361		30.0631	-93.8599	4
77662	Vidor	vidor	TX	361		30.1502	-94.0008	4
77670	Vidor	vidor	TX	361		30.1316	-94.0155	4
76067	Mineral Wells	mineral-wells	TX	363		32.8085	-98.1128	4
76068	Mineral Wells	mineral-wells	TX	363		32.8085	-98.1128	4
76449	Graford	graford	TX	363		32.9242	-98.337	4
76453	Gordon	gordon	TX	363		32.5478	-98.3632	4
76463	Mingus	mingus	TX	363		32.5381	-98.4219	4
76472	Santo	santo	TX	363		32.5979	-98.1797	4
76475	Strawn	strawn	TX	363		32.5945	-98.4995	4
76484	Palo Pinto	palo-pinto	TX	363		32.7673	-98.2987	4
75631	Beckville	beckville	TX	365		32.2452	-94.4555	4
75633	Carthage	carthage	TX	365		32.1544	-94.3527	4
75637	Clayton	clayton	TX	365		32.1027	-94.4935	4
75639	De Berry	de-berry	TX	365		32.2543	-94.1356	4
75643	Gary	gary	TX	365		32.0334	-94.38	4
75669	Long Branch	long-branch	TX	365		32.0449	-94.5381	4
75685	Panola	panola	TX	365		32.3579	-94.0913	4
76008	Aledo	aledo	TX	367		32.7004	-97.6039	4
76066	Millsap	millsap	TX	367		32.7457	-97.9561	4
76082	Springtown	springtown	TX	367		32.966	-97.6836	4
76085	Weatherford	weatherford	TX	367		32.7676	-97.7516	4
76086	Weatherford	weatherford	TX	367		32.7549	-97.7899	4
76087	Weatherford	weatherford	TX	367		32.7495	-97.6894	4
76088	Weatherford	weatherford	TX	367		32.8478	-97.8606	4
76098	Azle	azle	TX	367		32.8957	-97.5636	4
76439	Dennis	dennis	TX	367		32.6187	-97.9267	4
76485	Peaster	peaster	TX	367		32.8721	-97.8667	4
76487	Poolville	poolville	TX	367		32.968	-97.8472	4
76490	Whitt	whitt	TX	367		32.9555	-98.021	4
79009	Bovina	bovina	TX	369		34.5137	-102.883	4
79035	Friona	friona	TX	369		34.6417	-102.7241	4
79053	Lazbuddie	lazbuddie	TX	369		34.3847	-102.587	4
79325	Farwell	farwell	TX	369		34.386	-102.9901	4
79730	Coyanosa	coyanosa	TX	371		31.2295	-103.0538	4
79735	Fort Stockton	fort-stockton	TX	371		30.8908	-102.8799	4
79740	Girvin	girvin	TX	371		31.0629	-102.3885	4
79743	Imperial	imperial	TX	371		31.2729	-102.6926	4
79744	Iraan	iraan	TX	371		30.9156	-101.9152	4
79781	Sheffield	sheffield	TX	371		30.6935	-101.86	4
75934	Camden	camden	TX	373		30.9	-94.7547	4
75939	Corrigan	corrigan	TX	373		31.0408	-94.8124	4
75960	Moscow	moscow	TX	373		30.9179	-94.8544	4
77326	Ace	ace	TX	373		30.5209	-94.8221	4
77332	Dallardsville	dallardsville	TX	373		30.6285	-94.6319	4
77335	Goodrich	goodrich	TX	373		30.6079	-94.9592	4
77350	Leggett	leggett	TX	373		30.8568	-94.8561	4
77351	Livingston	livingston	TX	373		30.6829	-94.8976	4
77360	Onalaska	onalaska	TX	373		30.8225	-95.1056	4
77399	Livingston	livingston	TX	373		30.8179	-94.8691	4
79012	Bushland	bushland	TX	375		35.2664	-102.0978	4
79101	Amarillo	amarillo	TX	375		35.2032	-101.8421	4
79102	Amarillo	amarillo	TX	375		35.1999	-101.8496	4
79103	Amarillo	amarillo	TX	375		35.1751	-101.7976	4
79104	Amarillo	amarillo	TX	375		35.1939	-101.7975	4
79105	Amarillo	amarillo	TX	375		35.4015	-101.8951	4
79106	Amarillo	amarillo	TX	375		35.1977	-101.8949	4
79107	Amarillo	amarillo	TX	375		35.2309	-101.806	4
79108	Amarillo	amarillo	TX	375		35.2779	-101.83	4
79111	Amarillo	amarillo	TX	375		35.2286	-101.6703	4
79116	Amarillo	amarillo	TX	375		35.2454	-101.999	4
79117	Amarillo	amarillo	TX	375		35.3089	-101.843	4
79120	Amarillo	amarillo	TX	375		35.1964	-101.8034	4
79124	Amarillo	amarillo	TX	375		35.2703	-101.943	4
79159	Amarillo	amarillo	TX	375		35.222	-101.8313	4
79166	Amarillo	amarillo	TX	375		35.4015	-101.8951	4
79168	Amarillo	amarillo	TX	375		35.4015	-101.8951	4
79172	Amarillo	amarillo	TX	375		35.4015	-101.8951	4
79174	Amarillo	amarillo	TX	375		35.4015	-101.8951	4
79178	Amarillo	amarillo	TX	375		35.4015	-101.8951	4
79185	Amarillo	amarillo	TX	375		35.4015	-101.8951	4
79189	Amarillo	amarillo	TX	375		35.4015	-101.8951	4
79843	Marfa	marfa	TX	377		30.293	-104.0848	4
79845	Presidio	presidio	TX	377		29.5573	-104.3551	4
79846	Redford	redford	TX	377		29.4702	-104.0055	4
75410	Alba	alba	TX	379		32.7652	-95.5971	4
75440	Emory	emory	TX	379		32.875	-95.7418	4
75472	Point	point	TX	379		32.9007	-95.8903	4
79015	Canyon	canyon	TX	381		34.9772	-101.9247	4
79016	Canyon	canyon	TX	381		34.9803	-101.9188	4
79091	Umbarger	umbarger	TX	381		34.901	-102.0788	4
79109	Amarillo	amarillo	TX	381		35.1663	-101.8868	4
79110	Amarillo	amarillo	TX	381		35.1545	-101.8641	4
79114	Amarillo	amarillo	TX	381		35.05	-101.8175	4
79118	Amarillo	amarillo	TX	381		35.0763	-101.8349	4
79119	Amarillo	amarillo	TX	381		35.0642	-101.9743	4
79121	Amarillo	amarillo	TX	381		35.1697	-101.9266	4
76932	Big Lake	big-lake	TX	383		31.417	-101.5423	4
78833	Camp Wood	camp-wood	TX	385		29.6795	-100.0084	4
78873	Leakey	leakey	TX	385		29.769	-99.7479	4
78879	Rio Frio	rio-frio	TX	385		29.6495	-99.7165	4
75412	Bagwell	bagwell	TX	387		33.8361	-95.1487	4
75417	Bogata	bogata	TX	387		33.4699	-95.1937	4
09447	APO AE	apo-ae				51.4015	-1.3247	
75426	Clarksville	clarksville	TX	387		33.6236	-95.0461	4
75436	Detroit	detroit	TX	387		33.6627	-95.2385	4
75550	Annona	annona	TX	387		33.5535	-94.8992	4
75554	Avery	avery	TX	387		33.5339	-94.7867	4
79718	Balmorhea	balmorhea	TX	389		30.9843	-103.7446	4
79770	Orla	orla	TX	389		31.864	-103.9297	4
79772	Pecos	pecos	TX	389		31.4467	-103.5791	4
79780	Saragosa	saragosa	TX	389		31.0428	-103.6364	4
79785	Toyah	toyah	TX	389		31.282	-103.8057	4
79786	Toyahvale	toyahvale	TX	389		30.9443	-103.7893	4
77950	Austwell	austwell	TX	391		28.4023	-96.853	4
77990	Tivoli	tivoli	TX	391		28.4587	-96.8928	4
78340	Bayside	bayside	TX	391		28.0968	-97.2106	4
78377	Refugio	refugio	TX	391		28.3169	-97.2767	4
78393	Woodsboro	woodsboro	TX	391		28.2232	-97.3192	4
79059	Miami	miami	TX	393		35.7193	-100.7027	4
76629	Bremond	bremond	TX	395		31.156	-96.6697	4
77837	Calvert	calvert	TX	395		30.9782	-96.6711	4
77856	Franklin	franklin	TX	395		31.0001	-96.5171	4
77859	Hearne	hearne	TX	395		30.8669	-96.5843	4
77867	Mumford	mumford	TX	395		30.7344	-96.565	4
77870	New Baden	new-baden	TX	395		31.051	-96.4291	4
77882	Wheelock	wheelock	TX	395		30.8977	-96.39	4
75032	Rockwall	rockwall	TX	397		32.886	-96.4095	4
75087	Rockwall	rockwall	TX	397		32.9492	-96.4418	4
75132	Fate	fate	TX	397		32.9415	-96.3814	4
75189	Royse City	royse-city	TX	397		32.9628	-96.3648	4
76821	Ballinger	ballinger	TX	399		31.7468	-99.9589	4
76861	Miles	miles	TX	399		31.6121	-100.1823	4
76865	Norton	norton	TX	399		31.8795	-100.1315	4
76875	Rowena	rowena	TX	399		31.6436	-100.0191	4
79566	Wingate	wingate	TX	399		32.0318	-100.1183	4
79567	Winters	winters	TX	399		31.962	-99.9551	4
75652	Henderson	henderson	TX	401		32.2131	-94.7834	4
75653	Henderson	henderson	TX	401		32.1532	-94.7994	4
75654	Henderson	henderson	TX	401		32.126	-94.7488	4
75658	Joinerville	joinerville	TX	401		32.1959	-94.9065	4
75666	Laird Hill	laird-hill	TX	401		32.3532	-94.9055	4
75667	Laneville	laneville	TX	401		31.9508	-94.866	4
75680	Minden	minden	TX	401		32.0028	-94.7129	4
75681	Mount Enterprise	mount-enterprise	TX	401		31.9125	-94.6235	4
75682	New London	new-london	TX	401		32.2542	-94.9322	4
75684	Overton	overton	TX	401		32.269	-94.9529	4
75687	Price	price	TX	401		32.1518	-94.9554	4
75689	Selman City	selman-city	TX	401		32.1826	-94.9355	4
75691	Tatum	tatum	TX	401		32.3266	-94.596	4
75930	Bronson	bronson	TX	403		31.3391	-93.9993	4
75931	Brookeland	brookeland	TX	403		31.0922	-93.9684	4
75948	Hemphill	hemphill	TX	403		31.3161	-93.7905	4
75959	Milam	milam	TX	403		31.4324	-93.8457	4
75968	Pineland	pineland	TX	403		31.2418	-93.9754	4
75929	Broaddus	broaddus	TX	405		31.2952	-94.2156	4
75972	San Augustine	san-augustine	TX	405		31.5152	-94.1326	4
77331	Coldspring	coldspring	TX	407		30.6027	-95.1086	4
77359	Oakhurst	oakhurst	TX	407		30.7126	-95.3095	4
77364	Pointblank	pointblank	TX	407		30.7593	-95.2295	4
77371	Shepherd	shepherd	TX	407		30.498	-94.9966	4
78335	Aransas Pass	aransas-pass	TX	409		27.9125	-97.1884	4
78336	Aransas Pass	aransas-pass	TX	409		27.9095	-97.1591	4
78352	Edroy	edroy	TX	409		27.9736	-97.6761	4
78359	Gregory	gregory	TX	409		27.9222	-97.29	4
78362	Ingleside	ingleside	TX	409		27.8682	-97.2069	4
78368	Mathis	mathis	TX	409		28.0802	-97.8097	4
78370	Odem	odem	TX	409		27.9403	-97.5838	4
78374	Portland	portland	TX	409		27.8935	-97.3169	4
78387	Sinton	sinton	TX	409		28.0339	-97.5196	4
78390	Taft	taft	TX	409		27.9765	-97.3966	4
76832	Cherokee	cherokee	TX	411		30.9806	-98.6633	4
76871	Richland Springs	richland-springs	TX	411		31.3003	-98.9128	4
76877	San Saba	san-saba	TX	411		31.1627	-98.7309	4
76936	Eldorado	eldorado	TX	413		30.8667	-100.5889	4
79516	Dunn	dunn	TX	415		32.5671	-100.8854	4
79517	Fluvanna	fluvanna	TX	415		32.853	-101.103	4
79526	Hermleigh	hermleigh	TX	415		32.6294	-100.7547	4
79527	Ira	ira	TX	415		32.5821	-101.0021	4
79549	Snyder	snyder	TX	415		32.7451	-100.9175	4
79550	Snyder	snyder	TX	415		32.7179	-100.9176	4
76430	Albany	albany	TX	417		32.719	-99.3196	4
76464	Moran	moran	TX	417		32.5549	-99.1656	4
75935	Center	center	TX	419		31.7865	-94.1869	4
75954	Joaquin	joaquin	TX	419		31.944	-94.0608	4
75973	Shelbyville	shelbyville	TX	419		31.7131	-93.9698	4
75974	Tenaha	tenaha	TX	419		31.9408	-94.2488	4
75975	Timpson	timpson	TX	419		31.8841	-94.3967	4
73960	Texhoma	texhoma	TX	421		36.5055	-101.7829	4
79084	Stratford	stratford	TX	421		36.3335	-101.9886	4
75701	Tyler	tyler	TX	423		32.3254	-95.2922	4
75702	Tyler	tyler	TX	423		32.362	-95.3117	4
75703	Tyler	tyler	TX	423		32.2768	-95.3031	4
75704	Tyler	tyler	TX	423		32.3738	-95.407	4
75705	Tyler	tyler	TX	423		32.3766	-95.1252	4
75706	Tyler	tyler	TX	423		32.4441	-95.331	4
75707	Tyler	tyler	TX	423		32.3038	-95.1927	4
75708	Tyler	tyler	TX	423		32.419	-95.2106	4
75709	Tyler	tyler	TX	423		32.3078	-95.3956	4
75710	Tyler	tyler	TX	423		32.3475	-95.3065	4
75711	Tyler	tyler	TX	423		32.3513	-95.3011	4
75712	Tyler	tyler	TX	423		32.4112	-95.2899	4
75713	Tyler	tyler	TX	423		32.4112	-95.2899	4
75750	Arp	arp	TX	423		32.2418	-95.0639	4
09448	APO AE	apo-ae				53.4295	-2.6585	
75757	Bullard	bullard	TX	423		32.1095	-95.3342	4
75762	Flint	flint	TX	423		32.2079	-95.3948	4
75771	Lindale	lindale	TX	423		32.5062	-95.4006	4
75789	Troup	troup	TX	423		32.1117	-95.1155	4
75791	Whitehouse	whitehouse	TX	423		32.222	-95.2266	4
75792	Winona	winona	TX	423		32.4662	-95.1246	4
75798	Tyler	tyler	TX	423		32.4112	-95.2899	4
75799	Tyler	tyler	TX	423		32.4112	-95.2899	4
76043	Glen Rose	glen-rose	TX	425		32.2298	-97.7629	4
76070	Nemo	nemo	TX	425		32.2713	-97.6567	4
76077	Rainbow	rainbow	TX	425		32.2812	-97.7065	4
78536	Delmita	delmita	TX	427		26.6801	-98.4125	4
78545	Falcon Heights	falcon-heights	TX	427		26.562	-99.1335	4
78547	Garciasville	garciasville	TX	427		26.3396	-98.6876	4
78548	Grulla	grulla	TX	427		26.2897	-98.6479	4
78582	Rio Grande City	rio-grande-city	TX	427		26.3942	-98.8104	4
78584	Roma	roma	TX	427		26.4215	-99.0025	4
78585	Salineno	salineno	TX	427		26.5164	-99.1123	4
78588	San Isidro	san-isidro	TX	427		26.7167	-98.4539	4
78591	Santa Elena	santa-elena	TX	427		26.5808	-98.5138	4
76424	Breckenridge	breckenridge	TX	429		32.7532	-98.9099	4
76429	Caddo	caddo	TX	429		32.6886	-98.659	4
76951	Sterling City	sterling-city	TX	431		31.8351	-101.0017	4
79502	Aspermont	aspermont	TX	433		33.1301	-100.2344	4
79540	Old Glory	old-glory	TX	433		33.1298	-100.0559	4
76950	Sonora	sonora	TX	435		30.5558	-100.6307	4
79042	Happy	happy	TX	437		34.7219	-101.8256	4
79052	Kress	kress	TX	437		34.3737	-101.737	4
79088	Tulia	tulia	TX	437		34.5583	-101.8039	4
76001	Arlington	arlington	TX	439		32.6289	-97.1517	4
76002	Arlington	arlington	TX	439		32.6255	-97.0784	4
76003	Arlington	arlington	TX	439		32.7417	-97.2253	4
76004	Arlington	arlington	TX	439		32.7357	-97.1081	4
76005	Arlington	arlington	TX	439		32.7714	-97.2915	4
76006	Arlington	arlington	TX	439		32.7785	-97.0834	4
76007	Arlington	arlington	TX	439		32.7714	-97.2915	4
76010	Arlington	arlington	TX	439		32.7204	-97.0826	4
76011	Arlington	arlington	TX	439		32.7582	-97.1003	4
76012	Arlington	arlington	TX	439		32.754	-97.1348	4
76013	Arlington	arlington	TX	439		32.7199	-97.1442	4
76014	Arlington	arlington	TX	439		32.6954	-97.0876	4
76015	Arlington	arlington	TX	439		32.6931	-97.1347	4
76016	Arlington	arlington	TX	439		32.6889	-97.1905	4
76017	Arlington	arlington	TX	439		32.6555	-97.1599	4
76018	Arlington	arlington	TX	439		32.6548	-97.092	4
76019	Arlington	arlington	TX	439		32.7357	-97.1081	4
76020	Azle	azle	TX	439		32.9035	-97.5412	4
76021	Bedford	bedford	TX	439		32.8536	-97.1358	4
76022	Bedford	bedford	TX	439		32.8297	-97.1454	4
76034	Colleyville	colleyville	TX	439		32.8872	-97.146	4
76036	Crowley	crowley	TX	439		32.5814	-97.3703	4
76039	Euless	euless	TX	439		32.8582	-97.0832	4
76040	Euless	euless	TX	439		32.8264	-97.0972	4
76051	Grapevine	grapevine	TX	439		32.9328	-97.0808	4
76052	Haslet	haslet	TX	439		32.9557	-97.3372	4
76053	Hurst	hurst	TX	439		32.8211	-97.1756	4
76054	Hurst	hurst	TX	439		32.8558	-97.1755	4
76060	Kennedale	kennedale	TX	439		32.6432	-97.2139	4
76063	Mansfield	mansfield	TX	439		32.5773	-97.1416	4
76092	Southlake	southlake	TX	439		32.9485	-97.1524	4
76094	Arlington	arlington	TX	439		32.7714	-97.2915	4
76095	Bedford	bedford	TX	439		32.844	-97.1431	4
76096	Arlington	arlington	TX	439		32.7714	-97.2915	4
76099	Grapevine	grapevine	TX	439		32.9343	-97.0781	4
76101	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76102	Fort Worth	fort-worth	TX	439		32.7589	-97.328	4
76103	Fort Worth	fort-worth	TX	439		32.747	-97.2604	4
76104	Fort Worth	fort-worth	TX	439		32.7256	-97.3184	4
76105	Fort Worth	fort-worth	TX	439		32.7233	-97.269	4
76106	Fort Worth	fort-worth	TX	439		32.7968	-97.356	4
76107	Fort Worth	fort-worth	TX	439		32.7392	-97.3852	4
76108	Fort Worth	fort-worth	TX	439		32.7822	-97.4969	4
76109	Fort Worth	fort-worth	TX	439		32.7002	-97.3789	4
76110	Fort Worth	fort-worth	TX	439		32.7065	-97.3375	4
76111	Fort Worth	fort-worth	TX	439		32.7824	-97.3003	4
76112	Fort Worth	fort-worth	TX	439		32.7493	-97.2181	4
76113	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76114	Fort Worth	fort-worth	TX	439		32.7796	-97.3928	4
76115	Fort Worth	fort-worth	TX	439		32.6796	-97.3336	4
76116	Fort Worth	fort-worth	TX	439		32.723	-97.4483	4
76117	Haltom City	haltom-city	TX	439		32.8087	-97.2709	4
76118	Fort Worth	fort-worth	TX	439		32.8013	-97.1952	4
76119	Fort Worth	fort-worth	TX	439		32.6914	-97.2675	4
76120	Fort Worth	fort-worth	TX	439		32.7639	-97.1781	4
76121	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76122	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76123	Fort Worth	fort-worth	TX	439		32.6254	-97.3658	4
76124	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76126	Fort Worth	fort-worth	TX	439		32.64	-97.5448	4
76127	Naval Air Station Jrb	naval-air-station-jrb	TX	439		32.7254	-97.3208	1
76129	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76130	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76131	Fort Worth	fort-worth	TX	439		32.8632	-97.3377	4
76132	Fort Worth	fort-worth	TX	439		32.6711	-97.4056	4
76133	Fort Worth	fort-worth	TX	439		32.6526	-97.3758	4
76134	Fort Worth	fort-worth	TX	439		32.6469	-97.3325	4
76135	Fort Worth	fort-worth	TX	439		32.8248	-97.4519	4
76136	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76137	Fort Worth	fort-worth	TX	439		32.8664	-97.2891	4
76140	Fort Worth	fort-worth	TX	439		32.6192	-97.2735	4
76147	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76148	Fort Worth	fort-worth	TX	439		32.8621	-97.2508	4
76150	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76155	Fort Worth	fort-worth	TX	439		32.8247	-97.0503	4
76161	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76162	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76163	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76164	Fort Worth	fort-worth	TX	439		32.7811	-97.3546	4
76166	Fort Worth	fort-worth	TX	439		32.7539	-97.3362	4
76177	Fort Worth	fort-worth	TX	439		32.9448	-97.3124	4
76179	Fort Worth	fort-worth	TX	439		32.9074	-97.4257	4
76180	North Richland Hills	north-richland-hills	TX	439		32.84	-97.225	4
76181	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76182	North Richland Hills	north-richland-hills	TX	439		32.8828	-97.2098	4
76185	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76190	Fort Worth	fort-worth	TX	439		32.7423	-97.3315	
76191	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76192	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76193	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76195	Fort Worth	fort-worth	TX	439		32.7254	-97.3208	4
76196	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76197	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76198	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76199	Fort Worth	fort-worth	TX	439		32.7714	-97.2915	4
76244	Keller	keller	TX	439		32.931	-97.2843	4
76248	Keller	keller	TX	439		32.9276	-97.2489	4
79508	Buffalo Gap	buffalo-gap	TX	441		32.2894	-99.8103	4
79530	Lawn	lawn	TX	441		32.136	-99.7351	4
79536	Merkel	merkel	TX	441		32.4444	-99.9924	4
79541	Ovalo	ovalo	TX	441		32.1553	-99.8229	4
79561	Trent	trent	TX	441		32.4898	-100.1195	4
79562	Tuscola	tuscola	TX	441		32.235	-99.8244	4
79563	Tye	tye	TX	441		32.4477	-99.8684	4
79601	Abilene	abilene	TX	441		32.4682	-99.7182	4
79602	Abilene	abilene	TX	441		32.4178	-99.7214	4
79603	Abilene	abilene	TX	441		32.4679	-99.7619	4
79604	Abilene	abilene	TX	441		32.4487	-99.7331	4
79605	Abilene	abilene	TX	441		32.432	-99.7724	4
79606	Abilene	abilene	TX	441		32.392	-99.7746	4
79607	Dyess Afb	dyess-afb	TX	441		32.419	-99.8221	1
79608	Abilene	abilene	TX	441		32.4487	-99.7331	4
79697	Abilene	abilene	TX	441		32.4487	-99.7331	4
79698	Abilene	abilene	TX	441		32.4751	-99.7348	4
79699	Abilene	abilene	TX	441		32.4665	-99.7117	4
78851	Dryden	dryden	TX	443		30.0446	-102.1146	1
79848	Sanderson	sanderson	TX	443		30.1221	-102.3974	1
79316	Brownfield	brownfield	TX	445		33.1698	-102.2762	4
79345	Meadow	meadow	TX	445		33.3321	-102.2492	4
79378	Wellman	wellman	TX	445		33.0473	-102.4282	4
76483	Throckmorton	throckmorton	TX	447		33.1794	-99.1838	4
76491	Woodson	woodson	TX	447		33.0741	-99.0546	4
75455	Mount Pleasant	mount-pleasant	TX	449		33.1733	-94.9695	4
75456	Mount Pleasant	mount-pleasant	TX	449		33.1568	-94.9683	4
75493	Winfield	winfield	TX	449		33.1673	-95.1119	4
75558	Cookville	cookville	TX	449		33.2432	-94.8747	4
76886	Veribest	veribest	TX	451		31.4766	-100.2595	4
76901	San Angelo	san-angelo	TX	451		31.4782	-100.4818	4
76902	San Angelo	san-angelo	TX	451		31.4638	-100.437	4
76903	San Angelo	san-angelo	TX	451		31.4707	-100.4386	4
76904	San Angelo	san-angelo	TX	451		31.4194	-100.48	4
76905	San Angelo	san-angelo	TX	451		31.4647	-100.39	4
76906	San Angelo	san-angelo	TX	451		31.4638	-100.437	4
76908	Goodfellow Afb	goodfellow-afb	TX	451		31.4321	-100.4022	1
76909	San Angelo	san-angelo	TX	451		31.4638	-100.437	4
76934	Carlsbad	carlsbad	TX	451		31.6266	-100.6694	4
76935	Christoval	christoval	TX	451		31.2346	-100.5203	4
76939	Knickerbocker	knickerbocker	TX	451		31.2501	-100.592	4
76940	Mereta	mereta	TX	451		31.4518	-100.1349	4
76955	Vancourt	vancourt	TX	451		31.3132	-100.1328	4
76957	Wall	wall	TX	451		31.3741	-100.3076	4
76958	Water Valley	water-valley	TX	451		31.6453	-100.716	4
73301	Austin	austin	TX	453		30.3264	-97.7713	4
73344	Austin	austin	TX	453		30.3264	-97.7713	4
78617	Del Valle	del-valle	TX	453		30.1745	-97.6134	4
78645	Leander	leander	TX	453		30.449	-97.9669	4
78651	Mc Neil	mc-neil	TX	453		30.3264	-97.7713	1
78652	Manchaca	manchaca	TX	453		30.1238	-97.8393	4
78653	Manor	manor	TX	453		30.3388	-97.5323	4
78660	Pflugerville	pflugerville	TX	453		30.4421	-97.6299	4
78669	Spicewood	spicewood	TX	453		30.3899	-98.0539	4
78691	Pflugerville	pflugerville	TX	453		30.4394	-97.62	4
78701	Austin	austin	TX	453		30.2713	-97.7426	4
78702	Austin	austin	TX	453		30.2638	-97.7166	4
78703	Austin	austin	TX	453		30.2907	-97.7648	4
78704	Austin	austin	TX	453		30.2428	-97.7658	4
78705	Austin	austin	TX	453		30.2896	-97.7396	4
78708	Austin	austin	TX	453		30.3264	-97.7713	4
78709	Austin	austin	TX	453		30.3264	-97.7713	4
78710	Austin	austin	TX	453		30.352	-97.7151	4
78711	Austin	austin	TX	453		30.3264	-97.7713	4
78712	Austin	austin	TX	453		30.2852	-97.7354	4
78713	Austin	austin	TX	453		30.2672	-97.7431	4
78714	Austin	austin	TX	453		30.2672	-97.7431	4
78715	Austin	austin	TX	453		30.2672	-97.7431	4
78716	Austin	austin	TX	453		30.3162	-97.8588	4
78718	Austin	austin	TX	453		30.3264	-97.7713	4
78719	Austin	austin	TX	453		30.1802	-97.6667	4
78720	Austin	austin	TX	453		30.3264	-97.7713	4
78721	Austin	austin	TX	453		30.2721	-97.6868	4
78722	Austin	austin	TX	453		30.2893	-97.715	4
78723	Austin	austin	TX	453		30.3085	-97.6849	4
78724	Austin	austin	TX	453		30.296	-97.6396	4
78725	Austin	austin	TX	453		30.2562	-97.6243	4
78726	Austin	austin	TX	453		30.43	-97.8326	4
78727	Austin	austin	TX	453		30.4254	-97.7195	4
78728	Austin	austin	TX	453		30.4417	-97.6811	4
78730	Austin	austin	TX	453		30.3607	-97.8241	4
78731	Austin	austin	TX	453		30.3471	-97.7609	4
78732	Austin	austin	TX	453		30.3752	-97.9007	4
78733	Austin	austin	TX	453		30.3314	-97.8666	4
78734	Austin	austin	TX	453		30.3705	-97.9427	4
78735	Austin	austin	TX	453		30.249	-97.8414	4
78736	Austin	austin	TX	453		30.2444	-97.916	4
78737	Austin	austin	TX	453		30.2107	-97.9427	4
78738	Austin	austin	TX	453		30.3337	-97.9824	4
78739	Austin	austin	TX	453		30.172	-97.8784	4
78741	Austin	austin	TX	453		30.2315	-97.7223	4
78742	Austin	austin	TX	453		30.2313	-97.6703	4
78744	Austin	austin	TX	453		30.1876	-97.7472	4
78745	Austin	austin	TX	453		30.2063	-97.7956	4
78746	Austin	austin	TX	453		30.2971	-97.8181	4
78747	Austin	austin	TX	453		30.1204	-97.7433	4
78748	Austin	austin	TX	453		30.1743	-97.8225	4
78749	Austin	austin	TX	453		30.2166	-97.8508	4
78750	Austin	austin	TX	453		30.4224	-97.7967	4
78751	Austin	austin	TX	453		30.3093	-97.7242	4
78752	Austin	austin	TX	453		30.3316	-97.7004	4
78753	Austin	austin	TX	453		30.3649	-97.6827	4
78754	Austin	austin	TX	453		30.3423	-97.6673	4
78755	Austin	austin	TX	453		30.3264	-97.7713	4
78756	Austin	austin	TX	453		30.3223	-97.739	4
78757	Austin	austin	TX	453		30.3437	-97.7316	4
78758	Austin	austin	TX	453		30.3764	-97.7078	4
78759	Austin	austin	TX	453		30.4036	-97.7526	4
78760	Austin	austin	TX	453		30.3264	-97.7713	4
78761	Austin	austin	TX	453		30.3264	-97.7713	4
78762	Austin	austin	TX	453		30.3264	-97.7713	4
78763	Austin	austin	TX	453		30.3354	-97.5598	4
78764	Austin	austin	TX	453		30.4455	-97.6595	4
78765	Austin	austin	TX	453		30.3264	-97.7713	4
78766	Austin	austin	TX	453		30.2672	-97.7431	4
78767	Austin	austin	TX	453		30.2672	-97.7431	4
78768	Austin	austin	TX	453		30.2672	-97.7431	4
78769	Austin	austin	TX	453		30.3264	-97.7713	4
78772	Austin	austin	TX	453		30.3264	-97.7713	4
78773	Austin	austin	TX	453		30.3264	-97.7713	4
78774	Austin	austin	TX	453		30.3264	-97.7713	4
78778	Austin	austin	TX	453		30.3264	-97.7713	4
78779	Austin	austin	TX	453		30.3264	-97.7713	4
78783	Austin	austin	TX	453		30.3264	-97.7713	4
78799	Austin	austin	TX	453		30.2672	-97.7431	4
75834	Centralia	centralia	TX	455		31.258	-95.0399	4
75845	Groveton	groveton	TX	455		31.0651	-95.0969	4
75856	Pennington	pennington	TX	455		31.1953	-95.2469	4
75862	Trinity	trinity	TX	455		30.942	-95.3403	4
75865	Woodlake	woodlake	TX	455		31.0288	-95.033	4
75926	Apple Springs	apple-springs	TX	455		31.2269	-94.9812	4
75936	Chester	chester	TX	457		30.9447	-94.5554	4
75938	Colmesneil	colmesneil	TX	457		30.9007	-94.3916	4
75942	Doucette	doucette	TX	457		30.8183	-94.4288	4
75979	Woodville	woodville	TX	457		30.7752	-94.4155	4
75990	Woodville	woodville	TX	457		30.7752	-94.4155	4
77616	Fred	fred	TX	457		30.5678	-94.18	4
77624	Hillister	hillister	TX	457		30.675	-94.3534	4
77660	Spurger	spurger	TX	457		30.6387	-94.1663	4
77664	Warren	warren	TX	457		30.5978	-94.412	4
75640	Diana	diana	TX	459		32.7698	-94.7032	4
75644	Gilmer	gilmer	TX	459		32.7246	-94.9714	4
75645	Gilmer	gilmer	TX	459		32.6044	-94.8491	4
75683	Ore City	ore-city	TX	459		32.7856	-94.7514	4
75755	Big Sandy	big-sandy	TX	459		32.6168	-95.088	4
75797	Big Sandy	big-sandy	TX	459		32.5765	-95.1313	4
79752	Mc Camey	mc-camey	TX	461		31.1319	-102.2153	1
79755	Midkiff	midkiff	TX	461		31.5424	-101.9244	4
79778	Rankin	rankin	TX	461		31.2266	-101.9441	4
78801	Uvalde	uvalde	TX	463		29.2172	-99.7931	4
78802	Uvalde	uvalde	TX	463		29.2237	-99.7794	4
78838	Concan	concan	TX	463		29.4952	-99.7126	4
78870	Knippa	knippa	TX	463		29.2911	-99.6372	4
78881	Sabinal	sabinal	TX	463		29.3267	-99.4781	4
78884	Utopia	utopia	TX	463		29.5972	-99.5585	4
78837	Comstock	comstock	TX	465		29.7484	-101.2628	4
78840	Del Rio	del-rio	TX	465		29.4102	-100.8932	4
78841	Del Rio	del-rio	TX	465		29.3465	-100.9289	4
78842	Del Rio	del-rio	TX	465		29.412	-100.9342	4
78843	Laughlin Afb	laughlin-afb	TX	465		29.3627	-100.8968	1
78847	Del Rio	del-rio	TX	465		29.3627	-100.8968	4
78871	Langtry	langtry	TX	465		29.8085	-101.5587	1
75103	Canton	canton	TX	467		32.5143	-95.9047	4
75117	Edgewood	edgewood	TX	467		32.7003	-95.878	4
75127	Fruitvale	fruitvale	TX	467		32.677	-95.7899	4
75140	Grand Saline	grand-saline	TX	467		32.6635	-95.7064	4
75169	Wills Point	wills-point	TX	467		32.7283	-96.0079	4
75754	Ben Wheeler	ben-wheeler	TX	467		32.4126	-95.6371	4
75790	Van	van	TX	467		32.5283	-95.6545	4
77901	Victoria	victoria	TX	469		28.809	-96.9993	4
77902	Victoria	victoria	TX	469		28.9255	-97.1006	4
77903	Victoria	victoria	TX	469		28.8053	-97.0036	4
77904	Victoria	victoria	TX	469		28.8675	-96.999	4
77905	Victoria	victoria	TX	469		28.7525	-97.0338	4
77951	Bloomington	bloomington	TX	469		28.6495	-96.8945	4
77968	Inez	inez	TX	469		28.8994	-96.8003	4
77973	Mcfaddin	mcfaddin	TX	469		28.5511	-97.0099	4
77976	Nursery	nursery	TX	469		28.9543	-97.0906	4
77977	Placedo	placedo	TX	469		28.6923	-96.8254	4
77988	Telferner	telferner	TX	469		28.8489	-96.8905	4
77320	Huntsville	huntsville	TX	471		30.847	-95.597	4
77334	Dodge	dodge	TX	471		30.772	-95.3838	4
77340	Huntsville	huntsville	TX	471		30.6448	-95.5798	4
77341	Huntsville	huntsville	TX	471		30.7142	-95.5508	4
77342	Huntsville	huntsville	TX	471		30.7813	-95.5953	4
77343	Huntsville	huntsville	TX	471		30.7235	-95.5508	4
77344	Huntsville	huntsville	TX	471		30.7235	-95.5508	4
77348	Huntsville	huntsville	TX	471		30.7235	-95.5508	4
77349	Huntsville	huntsville	TX	471		30.7235	-95.5508	4
77358	New Waverly	new-waverly	TX	471		30.5354	-95.4532	4
77367	Riverside	riverside	TX	471		30.853	-95.4036	4
77423	Brookshire	brookshire	TX	473		29.8072	-95.9755	4
77445	Hempstead	hempstead	TX	473		30.092	-96.0716	4
77446	Prairie View	prairie-view	TX	473		30.0836	-95.9866	4
77466	Pattison	pattison	TX	473		29.8173	-96.0073	4
77484	Waller	waller	TX	473		30.071	-95.9253	4
79719	Barstow	barstow	TX	475		31.4639	-103.3971	4
79742	Grandfalls	grandfalls	TX	475		31.3459	-102.8568	4
79756	Monahans	monahans	TX	475		31.5813	-102.9003	4
79777	Pyote	pyote	TX	475		31.5387	-103.1267	4
79788	Wickett	wickett	TX	475		31.5692	-103.0067	4
77426	Chappell Hill	chappell-hill	TX	477		30.1833	-96.2347	4
77833	Brenham	brenham	TX	477		30.1774	-96.4028	4
77834	Brenham	brenham	TX	477		30.1669	-96.3977	4
77835	Burton	burton	TX	477		30.1767	-96.5925	4
77880	Washington	washington	TX	477		30.3182	-96.2249	4
78040	Laredo	laredo	TX	479		27.5155	-99.4986	1
78041	Laredo	laredo	TX	479		27.5569	-99.4907	1
78042	Laredo	laredo	TX	479		27.5655	-99.4768	1
78043	Laredo	laredo	TX	479		27.5879	-99.2176	1
78044	Laredo	laredo	TX	479		27.3637	-99.4819	1
78045	Laredo	laredo	TX	479		27.6357	-99.5923	1
78046	Laredo	laredo	TX	479		27.4047	-99.4743	1
78344	Bruni	bruni	TX	479		27.4295	-98.8385	4
78369	Mirando City	mirando-city	TX	479		27.445	-99.0011	4
78371	Oilton	oilton	TX	479		27.4685	-98.9586	4
77420	Boling	boling	TX	481		29.2529	-95.974	4
77432	Danevang	danevang	TX	481		29.0575	-96.2075	4
77435	East Bernard	east-bernard	TX	481		29.4705	-96.1211	4
77436	Egypt	egypt	TX	481		29.405	-96.2369	4
77437	El Campo	el-campo	TX	481		29.2008	-96.2743	4
77443	Glen Flora	glen-flora	TX	481		29.3475	-96.1933	4
77448	Hungerford	hungerford	TX	481		29.4137	-96.0929	4
77453	Lane City	lane-city	TX	481		29.2161	-96.0263	4
77454	Lissie	lissie	TX	481		29.5353	-96.2303	4
77455	Louise	louise	TX	481		29.1114	-96.4033	4
77467	Pierce	pierce	TX	481		29.2052	-96.1369	4
77488	Wharton	wharton	TX	481		29.3205	-96.0858	4
79003	Allison	allison	TX	483		35.6059	-100.1007	4
79011	Briscoe	briscoe	TX	483		35.5855	-100.1679	4
79061	Mobeetie	mobeetie	TX	483		35.5297	-100.4242	4
79079	Shamrock	shamrock	TX	483		35.2142	-100.249	4
79096	Wheeler	wheeler	TX	483		35.4319	-100.2568	4
76301	Wichita Falls	wichita-falls	TX	485		33.9053	-98.4976	4
76302	Wichita Falls	wichita-falls	TX	485		33.8643	-98.494	4
76305	Wichita Falls	wichita-falls	TX	485		33.9995	-98.3938	4
76306	Wichita Falls	wichita-falls	TX	485		33.9519	-98.5145	4
76307	Wichita Falls	wichita-falls	TX	485		33.9137	-98.4934	4
76308	Wichita Falls	wichita-falls	TX	485		33.8633	-98.534	4
76309	Wichita Falls	wichita-falls	TX	485		33.8931	-98.5343	4
76310	Wichita Falls	wichita-falls	TX	485		33.8581	-98.5755	4
76311	Sheppard Afb	sheppard-afb	TX	485		33.9824	-98.5088	1
76354	Burkburnett	burkburnett	TX	485		34.086	-98.5708	4
76360	Electra	electra	TX	485		34.0362	-98.9155	4
76367	Iowa Park	iowa-park	TX	485		33.9423	-98.6745	4
76369	Kamay	kamay	TX	485		33.8579	-98.8081	4
76364	Harrold	harrold	TX	487		34.0806	-99.0323	4
76373	Oklaunion	oklaunion	TX	487		34.1295	-99.1429	4
76384	Vernon	vernon	TX	487		34.1491	-99.303	4
76385	Vernon	vernon	TX	487		34.1554	-99.2663	4
79247	Odell	odell	TX	487		34.3452	-99.4196	4
78561	Lasara	lasara	TX	489		26.4648	-97.9111	4
78569	Lyford	lyford	TX	489		26.4089	-97.7817	4
78574	Mission	mission	TX	489		26.3189	-98.3701	4
78580	Raymondville	raymondville	TX	489		26.4792	-97.7967	4
78590	San Perlita	san-perlita	TX	489		26.5012	-97.6397	4
78594	Sebastian	sebastian	TX	489		26.344	-97.8123	4
78598	Port Mansfield	port-mansfield	TX	489		26.5548	-97.425	4
76527	Florence	florence	TX	491		30.8076	-97.7812	4
76530	Granger	granger	TX	491		30.7398	-97.4451	4
76537	Jarrell	jarrell	TX	491		30.8119	-97.5942	4
76573	Schwertner	schwertner	TX	491		30.8155	-97.5142	4
76574	Taylor	taylor	TX	491		30.5708	-97.4094	4
76578	Thrall	thrall	TX	491		30.592	-97.2893	4
78613	Cedar Park	cedar-park	TX	491		30.5052	-97.8203	4
78615	Coupland	coupland	TX	491		30.4872	-97.3676	4
78626	Georgetown	georgetown	TX	491		30.633	-97.6707	4
78627	Georgetown	georgetown	TX	491		30.6327	-97.6772	4
78628	Georgetown	georgetown	TX	491		30.6411	-97.7511	4
78630	Cedar Park	cedar-park	TX	491		30.5052	-97.8203	4
78633	Georgetown	georgetown	TX	491		30.7177	-97.7543	4
78634	Hutto	hutto	TX	491		30.5257	-97.5672	4
78641	Leander	leander	TX	491		30.5835	-97.8575	4
78642	Liberty Hill	liberty-hill	TX	491		30.663	-97.9316	4
78646	Leander	leander	TX	491		30.5788	-97.8531	4
78664	Round Rock	round-rock	TX	491		30.5145	-97.668	4
78665	Round Rock	round-rock	TX	491		30.5145	-97.668	4
78673	Walburg	walburg	TX	491		30.7415	-97.5891	4
78674	Weir	weir	TX	491		30.6747	-97.5929	4
78680	Round Rock	round-rock	TX	491		30.6568	-97.6026	4
78681	Round Rock	round-rock	TX	491		30.5083	-97.6789	4
78682	Round Rock	round-rock	TX	491		30.6568	-97.6026	4
78683	Round Rock	round-rock	TX	491		30.6568	-97.6026	4
78717	Austin	austin	TX	491		30.506	-97.7472	4
78729	Austin	austin	TX	491		30.4521	-97.7688	4
78114	Floresville	floresville	TX	493		29.1693	-98.1936	4
78121	La Vernia	la-vernia	TX	493		29.3509	-98.113	4
78143	Pandora	pandora	TX	493		29.2484	-97.8287	4
78147	Poth	poth	TX	493		29.0619	-98.0825	4
78160	Stockdale	stockdale	TX	493		29.2319	-97.9351	4
78161	Sutherland Springs	sutherland-springs	TX	493		29.2888	-98.0509	4
79745	Kermit	kermit	TX	495		31.855	-103.0913	4
79789	Wink	wink	TX	495		31.7527	-103.1561	4
76023	Boyd	boyd	TX	497		33.0594	-97.5868	4
76071	Newark	newark	TX	497		33.007	-97.4923	4
76073	Paradise	paradise	TX	497		33.0826	-97.6974	4
76078	Rhome	rhome	TX	497		33.054	-97.4817	4
76225	Alvord	alvord	TX	497		33.3698	-97.6885	4
76234	Decatur	decatur	TX	497		33.2351	-97.574	4
76246	Greenwood	greenwood	TX	497		33.407	-97.4716	4
76267	Slidell	slidell	TX	497		33.378	-97.3922	4
76426	Bridgeport	bridgeport	TX	497		33.187	-97.781	4
76431	Chico	chico	TX	497		33.3193	-97.8031	4
75444	Golden	golden	TX	499		32.7299	-95.5636	4
75494	Winnsboro	winnsboro	TX	499		32.9146	-95.2726	4
75497	Yantis	yantis	TX	499		32.9257	-95.5311	4
75765	Hawkins	hawkins	TX	499		32.6439	-95.222	4
75773	Mineola	mineola	TX	499		32.6661	-95.487	4
75783	Quitman	quitman	TX	499		32.8049	-95.4302	4
79323	Denver City	denver-city	TX	501		32.9711	-102.8313	4
79355	Plains	plains	TX	501		33.1894	-102.8294	4
79376	Tokio	tokio	TX	501		33.1826	-102.5768	4
76372	Newcastle	newcastle	TX	503		33.1901	-98.7446	4
76374	Olney	olney	TX	503		33.3601	-98.7427	4
76450	Graham	graham	TX	503		33.0993	-98.5832	4
76460	Loving	loving	TX	503		33.2689	-98.5024	4
76481	South Bend	south-bend	TX	503		33.0052	-98.6892	4
78067	San Ygnacio	san-ygnacio	TX	505		27.0425	-99.44	1
78076	Zapata	zapata	TX	505		26.8897	-99.2506	1
78564	Lopeno	lopeno	TX	505		26.7114	-99.11	4
78829	Batesville	batesville	TX	507		28.9286	-99.6115	4
78839	Crystal City	crystal-city	TX	507		28.687	-99.8264	4
78872	La Pryor	la-pryor	TX	507		28.9488	-99.8507	4
84713	Beaver	beaver	UT	001		38.2807	-112.6299	4
84731	Greenville	greenville	UT	001		38.2544	-112.7124	4
84751	Milford	milford	UT	001		38.3311	-112.9934	4
84752	Minersville	minersville	UT	001		38.2149	-112.9231	4
84301	Bear River City	bear-river-city	UT	003		41.6093	-112.1241	4
84302	Brigham City	brigham-city	UT	003		41.5079	-112.0152	4
84306	Collinston	collinston	UT	003		41.7813	-112.0666	4
84307	Corinne	corinne	UT	003		41.545	-112.1514	4
84309	Deweyville	deweyville	UT	003		41.6972	-112.0947	4
84311	Fielding	fielding	UT	003		41.8118	-112.119	4
84312	Garland	garland	UT	003		41.7413	-112.1516	4
84313	Grouse Creek	grouse-creek	UT	003		41.7094	-113.8833	4
84314	Honeyville	honeyville	UT	003		41.652	-112.105	4
84316	Howell	howell	UT	003		41.7733	-112.3968	4
84324	Mantua	mantua	UT	003		41.4975	-111.9416	4
84329	Park Valley	park-valley	UT	003		41.8551	-113.3478	4
84330	Plymouth	plymouth	UT	003		41.8831	-112.1388	4
84331	Portage	portage	UT	003		41.9757	-112.2384	4
84334	Riverside	riverside	UT	003		41.7868	-112.1467	4
84336	Snowville	snowville	UT	003		41.966	-112.7269	4
84337	Tremonton	tremonton	UT	003		41.7016	-112.1813	4
84340	Willard	willard	UT	003		41.3989	-112.0317	4
84304	Cache Junction	cache-junction	UT	005		41.8169	-111.9982	4
84305	Clarkston	clarkston	UT	005		41.9188	-112.0486	4
84308	Cornish	cornish	UT	005		41.9443	-111.9733	4
84318	Hyde Park	hyde-park	UT	005		41.8	-111.8123	4
84319	Hyrum	hyrum	UT	005		41.6311	-111.849	4
84320	Lewiston	lewiston	UT	005		41.9701	-111.8768	4
84321	Logan	logan	UT	005		41.747	-111.8226	4
84322	Logan	logan	UT	005		41.6412	-111.8966	4
84323	Logan	logan	UT	005		41.7355	-111.8344	4
84325	Mendon	mendon	UT	005		41.71	-111.9817	4
84326	Millville	millville	UT	005		41.6759	-111.8185	4
84327	Newton	newton	UT	005		41.8627	-111.9908	4
84328	Paradise	paradise	UT	005		41.56	-111.8297	4
84332	Providence	providence	UT	005		41.7	-111.8123	4
84333	Richmond	richmond	UT	005		41.9282	-111.8069	4
84335	Smithfield	smithfield	UT	005		41.8403	-111.8528	4
84338	Trenton	trenton	UT	005		41.9105	-111.934	4
84339	Wellsville	wellsville	UT	005		41.6343	-111.9317	4
84341	Logan	logan	UT	005		41.7759	-111.8068	4
84501	Price	price	UT	007		39.602	-110.8081	1
84520	East Carbon	east-carbon	UT	007		39.5461	-110.4113	4
84526	Helper	helper	UT	007		39.6737	-110.856	4
84529	Kenilworth	kenilworth	UT	007		39.6884	-110.8073	4
84539	Sunnyside	sunnyside	UT	007		39.5514	-110.3879	4
84542	Wellington	wellington	UT	007		39.5423	-110.735	4
84023	Dutch John	dutch-john	UT	009		40.9291	-109.391	4
84046	Manila	manila	UT	009		40.9685	-109.7235	1
84010	Bountiful	bountiful	UT	011		40.8775	-111.8727	4
84011	Bountiful	bountiful	UT	011		40.8894	-111.8808	4
84014	Centerville	centerville	UT	011		40.9268	-111.877	4
84015	Clearfield	clearfield	UT	011		41.1294	-112.0482	4
84016	Clearfield	clearfield	UT	011		41.1108	-112.0261	4
84025	Farmington	farmington	UT	011		40.9889	-111.8938	4
84037	Kaysville	kaysville	UT	011		41.0375	-111.9326	4
84040	Layton	layton	UT	011		41.0846	-111.9274	4
84041	Layton	layton	UT	011		41.0879	-111.9704	4
84054	North Salt Lake	north-salt-lake	UT	011		40.8446	-111.9191	4
84056	Hill Afb	hill-afb	UT	011		41.1202	-111.9898	1
84075	Syracuse	syracuse	UT	011		41.0864	-112.0451	4
84087	Woods Cross	woods-cross	UT	011		40.8874	-111.9027	4
84089	Clearfield	clearfield	UT	011		40.9635	-112.116	4
84001	Altamont	altamont	UT	013		40.3514	-110.2754	4
84002	Altonah	altonah	UT	013		40.4013	-110.2938	4
84007	Bluebell	bluebell	UT	013		40.3594	-110.2174	4
84021	Duchesne	duchesne	UT	013		40.1633	-110.4029	4
84027	Fruitland	fruitland	UT	013		40.1575	-110.8226	4
84031	Hanna	hanna	UT	013		40.4501	-110.8097	4
84051	Mountain Home	mountain-home	UT	013		40.3922	-110.4291	4
84052	Myton	myton	UT	013		40.194	-110.0481	4
84053	Neola	neola	UT	013		40.45	-110.0181	4
84066	Roosevelt	roosevelt	UT	013		40.3102	-110.0108	4
84072	Tabiona	tabiona	UT	013		40.3827	-110.7021	4
84073	Talmage	talmage	UT	013		40.3207	-110.436	4
84513	Castle Dale	castle-dale	UT	015		39.2122	-111.0196	4
84516	Clawson	clawson	UT	015		39.1198	-111.1008	4
84518	Cleveland	cleveland	UT	015		39.3489	-110.8516	4
84521	Elmo	elmo	UT	015		39.4033	-110.81	4
84522	Emery	emery	UT	015		38.9226	-111.2512	4
84523	Ferron	ferron	UT	015		39.0692	-111.1467	4
84525	Green River	green-river	UT	015		39.0002	-110.1598	4
84528	Huntington	huntington	UT	015		39.3266	-110.9646	4
84537	Orangeville	orangeville	UT	015		39.2302	-111.0518	4
84712	Antimony	antimony	UT	017		38.1015	-111.993	4
84716	Boulder	boulder	UT	017		37.9166	-111.4266	4
84718	Cannonville	cannonville	UT	017		37.5396	-112.0451	4
84726	Escalante	escalante	UT	017		37.7698	-111.6037	1
84735	Hatch	hatch	UT	017		37.6497	-112.4344	4
84736	Henrieville	henrieville	UT	017		37.5503	-111.9961	4
84759	Panguitch	panguitch	UT	017		37.8078	-112.4369	4
84764	Bryce	bryce	UT	017		37.6184	-112.1735	1
84776	Tropic	tropic	UT	017		37.6261	-112.0836	4
84515	Cisco	cisco	UT	019		38.97	-109.3207	4
84532	Moab	moab	UT	019		38.5677	-109.5271	4
84540	Thompson	thompson	UT	019		38.9711	-109.7137	4
84714	Beryl	beryl	UT	021		37.8958	-113.6614	4
84719	Brian Head	brian-head	UT	021		37.6985	-112.8437	4
84720	Cedar City	cedar-city	UT	021		37.6775	-113.0619	4
84721	Cedar City	cedar-city	UT	021		37.6775	-113.0619	4
84742	Kanarraville	kanarraville	UT	021		37.5389	-113.1841	4
84753	Modena	modena	UT	021		37.7995	-113.9193	4
84756	Newcastle	newcastle	UT	021		37.6924	-113.6272	4
84760	Paragonah	paragonah	UT	021		37.8917	-112.774	4
84761	Parowan	parowan	UT	021		37.8449	-112.8323	4
84772	Summit	summit	UT	021		37.8011	-112.9363	4
84628	Eureka	eureka	UT	023		39.9541	-112.1174	4
84639	Levan	levan	UT	023		39.5215	-111.9438	4
84645	Mona	mona	UT	023		39.8382	-111.848	4
84648	Nephi	nephi	UT	023		39.6923	-111.8359	4
84710	Alton	alton	UT	025		37.4699	-112.5484	4
84729	Glendale	glendale	UT	025		37.3219	-112.6035	4
84741	Kanab	kanab	UT	025		37.0475	-112.5263	4
84755	Mount Carmel	mount-carmel	UT	025		37.2472	-112.6644	4
84758	Orderville	orderville	UT	025		37.2744	-112.642	4
84762	Duck Creek Village	duck-creek-village	UT	025		37.5169	-112.6636	4
84624	Delta	delta	UT	027		39.3755	-112.5319	4
84631	Fillmore	fillmore	UT	027		38.9805	-112.3313	4
84635	Hinckley	hinckley	UT	027		39.3308	-112.6716	4
84636	Holden	holden	UT	027		39.0964	-112.2834	4
84637	Kanosh	kanosh	UT	027		38.8318	-112.4561	4
84638	Leamington	leamington	UT	027		39.5302	-112.2952	4
84640	Lynndyl	lynndyl	UT	027		39.4943	-112.3979	4
84644	Meadow	meadow	UT	027		38.8858	-112.4105	4
84649	Oak City	oak-city	UT	027		39.3729	-112.3288	4
84656	Scipio	scipio	UT	027		39.2495	-112.1064	4
84728	Garrison	garrison	UT	027		38.9344	-114.033	1
84018	Croydon	croydon	UT	029		41.0689	-111.5231	4
84050	Morgan	morgan	UT	029		41.0678	-111.7163	4
84723	Circleville	circleville	UT	031		38.1827	-112.2329	4
84732	Greenwich	greenwich	UT	031		38.4454	-111.9023	4
84740	Junction	junction	UT	031		38.2439	-112.2237	4
84743	Kingston	kingston	UT	031		38.2158	-112.2049	4
84750	Marysvale	marysvale	UT	031		38.4449	-112.2518	4
84028	Garden City	garden-city	UT	033		41.9376	-111.407	4
84038	Laketown	laketown	UT	033		41.8107	-111.2689	4
84064	Randolph	randolph	UT	033		41.6563	-111.1856	4
84086	Woodruff	woodruff	UT	033		41.4888	-111.1868	4
84006	Bingham Canyon	bingham-canyon	UT	035		40.5646	-112.0977	4
84009	South Jordan	south-jordan	UT	035		40.5622	-111.9297	4
84020	Draper	draper	UT	035		40.5046	-111.881	4
84044	Magna	magna	UT	035		40.7009	-112.0809	4
84047	Midvale	midvale	UT	035		40.6152	-111.8851	4
84065	Riverton	riverton	UT	035		40.4954	-111.9444	4
84070	Sandy	sandy	UT	035		40.5794	-111.8816	4
84081	West Jordan	west-jordan	UT	035		40.6037	-112.0411	4
84084	West Jordan	west-jordan	UT	035		40.6254	-111.9677	4
84088	West Jordan	west-jordan	UT	035		40.5959	-111.9644	4
84090	Sandy	sandy	UT	035		40.6681	-111.9083	4
84091	Sandy	sandy	UT	035		40.6681	-111.9083	4
84092	Sandy	sandy	UT	035		40.5834	-111.7467	4
84093	Sandy	sandy	UT	035		40.5927	-111.831	4
84094	Sandy	sandy	UT	035		40.5688	-111.8617	4
84095	South Jordan	south-jordan	UT	035		40.5541	-111.9539	4
84096	Herriman	herriman	UT	035		40.5144	-112.0325	4
84101	Salt Lake City	salt-lake-city	UT	035		40.7559	-111.8967	4
84102	Salt Lake City	salt-lake-city	UT	035		40.76	-111.8627	4
84103	Salt Lake City	salt-lake-city	UT	035		40.7776	-111.8749	4
84104	Salt Lake City	salt-lake-city	UT	035		40.7499	-111.926	4
84105	Salt Lake City	salt-lake-city	UT	035		40.7372	-111.8581	4
84106	Salt Lake City	salt-lake-city	UT	035		40.7056	-111.8548	4
84107	Salt Lake City	salt-lake-city	UT	035		40.6568	-111.8904	4
84108	Salt Lake City	salt-lake-city	UT	035		40.7371	-111.8258	4
84109	Salt Lake City	salt-lake-city	UT	035		40.7043	-111.8142	4
84110	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84111	Salt Lake City	salt-lake-city	UT	035		40.7548	-111.881	4
84112	Salt Lake City	salt-lake-city	UT	035		40.7659	-111.8403	4
84113	Salt Lake City	salt-lake-city	UT	035		40.7658	-111.8364	4
84114	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84115	Salt Lake City	salt-lake-city	UT	035		40.7145	-111.8931	4
84116	Salt Lake City	salt-lake-city	UT	035		40.7857	-111.9291	4
84117	Salt Lake City	salt-lake-city	UT	035		40.6551	-111.834	4
84118	Salt Lake City	salt-lake-city	UT	035		40.6504	-112.0054	4
84119	West Valley City	west-valley-city	UT	035		40.6916	-112.0011	4
84120	West Valley City	west-valley-city	UT	035		40.6916	-112.0011	4
84121	Salt Lake City	salt-lake-city	UT	035		40.6226	-111.7777	4
84122	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84123	Salt Lake City	salt-lake-city	UT	035		40.6596	-111.9193	4
84124	Salt Lake City	salt-lake-city	UT	035		40.6772	-111.8133	4
84125	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84126	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84127	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84128	West Valley City	west-valley-city	UT	035		40.6916	-112.0011	4
84129	Salt Lake City	salt-lake-city	UT	035		40.6531	-111.9674	4
84130	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84131	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84132	Salt Lake City	salt-lake-city	UT	035		40.7727	-111.8385	4
84133	Salt Lake City	salt-lake-city	UT	035		40.769	-111.8893	4
84134	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84136	Salt Lake City	salt-lake-city	UT	035		40.7685	-111.8879	4
84138	Salt Lake City	salt-lake-city	UT	035		40.7608	-111.891	4
84139	Salt Lake City	salt-lake-city	UT	035		40.7608	-111.891	4
84141	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84143	Salt Lake City	salt-lake-city	UT	035		40.7869	-111.9008	4
84145	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84147	Salt Lake City	salt-lake-city	UT	035		40.7608	-111.891	4
84148	Salt Lake City	salt-lake-city	UT	035		40.7568	-111.8376	4
84150	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84151	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84152	Salt Lake City	salt-lake-city	UT	035		40.7608	-111.891	4
84157	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84158	Salt Lake City	salt-lake-city	UT	035		40.769	-111.7621	4
84165	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84170	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84171	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84180	Salt Lake City	salt-lake-city	UT	035		40.769	-111.9008	4
84184	Salt Lake City	salt-lake-city	UT	035		40.6768	-111.9568	4
84189	Salt Lake City	salt-lake-city	UT	035		40.7608	-111.891	4
84190	Salt Lake City	salt-lake-city	UT	035		40.6681	-111.9083	4
84199	Salt Lake City	salt-lake-city	UT	035		40.7259	-111.9394	4
84510	Aneth	aneth	UT	037		37.2161	-109.1871	4
84511	Blanding	blanding	UT	037		37.5863	-109.4866	4
84512	Bluff	bluff	UT	037		37.2844	-109.5518	4
84530	La Sal	la-sal	UT	037		38.3122	-109.2482	4
84531	Mexican Hat	mexican-hat	UT	037		37.1184	-109.9919	4
84533	Lake Powell	lake-powell	UT	037		37.7489	-110.2269	1
84534	Montezuma Creek	montezuma-creek	UT	037		37.2539	-109.1061	4
84535	Monticello	monticello	UT	037		37.9217	-109.3153	4
84536	Monument Valley	monument-valley	UT	037		37.0614	-110.4273	4
84621	Axtell	axtell	UT	039		39.0532	-111.8243	4
84622	Centerfield	centerfield	UT	039		39.1251	-111.8185	4
84623	Chester	chester	UT	039		39.4761	-111.563	4
84627	Ephraim	ephraim	UT	039		39.36	-111.5823	4
84629	Fairview	fairview	UT	039		39.6264	-111.4396	4
84630	Fayette	fayette	UT	039		39.2315	-111.8497	4
84632	Fountain Green	fountain-green	UT	039		39.63	-111.6352	4
84634	Gunnison	gunnison	UT	039		39.1545	-111.8167	4
84642	Manti	manti	UT	039		39.2683	-111.6369	4
84643	Mayfield	mayfield	UT	039		39.1154	-111.6905	4
84646	Moroni	moroni	UT	039		39.525	-111.5905	4
84647	Mount Pleasant	mount-pleasant	UT	039		39.5232	-111.5039	4
84662	Spring City	spring-city	UT	039		39.4671	-111.4661	4
84665	Sterling	sterling	UT	039		39.1936	-111.6924	4
84667	Wales	wales	UT	039		39.4884	-111.6341	4
84620	Aurora	aurora	UT	041		38.9222	-111.9341	4
84652	Redmond	redmond	UT	041		39.0061	-111.8619	4
84654	Salina	salina	UT	041		38.956	-111.8811	4
84657	Sigurd	sigurd	UT	041		38.8482	-111.9737	4
84701	Richfield	richfield	UT	041		38.7388	-112.0744	4
84711	Annabella	annabella	UT	041		38.7168	-112.0657	4
84724	Elsinore	elsinore	UT	041		38.6753	-112.1489	4
84730	Glenwood	glenwood	UT	041		38.7633	-111.9902	4
84739	Joseph	joseph	UT	041		38.6221	-112.2251	4
84744	Koosharem	koosharem	UT	041		38.5103	-111.8813	4
84754	Monroe	monroe	UT	041		38.6578	-112.1261	4
84766	Sevier	sevier	UT	041		38.5785	-112.3108	4
84017	Coalville	coalville	UT	043		40.8405	-111.3228	4
84024	Echo	echo	UT	043		40.9892	-111.451	4
84033	Henefer	henefer	UT	043		41.0186	-111.5011	4
84036	Kamas	kamas	UT	043		40.6414	-111.2619	4
84055	Oakley	oakley	UT	043		40.7243	-111.2456	4
84060	Park City	park-city	UT	043		40.6524	-111.5018	4
84061	Peoa	peoa	UT	043		40.7247	-111.3419	4
84068	Park City	park-city	UT	043		40.668	-111.5054	4
84098	Park City	park-city	UT	043		40.7029	-111.5481	4
84022	Dugway	dugway	UT	045		40.2708	-112.6898	1
84029	Grantsville	grantsville	UT	045		40.6005	-112.4618	4
84034	Ibapah	ibapah	UT	045		40.0366	-113.9853	1
84069	Rush Valley	rush-valley	UT	045		40.3566	-112.4659	4
84071	Stockton	stockton	UT	045		40.4415	-112.3559	4
84074	Tooele	tooele	UT	045		40.5454	-112.3002	4
84080	Vernon	vernon	UT	045		40.0826	-112.426	4
84083	Wendover	wendover	UT	045		40.7372	-114.0375	1
84008	Bonanza	bonanza	UT	047		40.0211	-109.1773	4
84026	Fort Duchesne	fort-duchesne	UT	047		40.3014	-109.8637	4
84035	Jensen	jensen	UT	047		40.3787	-109.351	4
84039	Lapoint	lapoint	UT	047		40.4003	-109.8041	1
84063	Randlett	randlett	UT	047		40.2186	-109.7301	4
84076	Tridell	tridell	UT	047		40.4436	-109.8359	4
84078	Vernal	vernal	UT	047		40.4406	-109.5469	4
84079	Vernal	vernal	UT	047		40.4555	-109.5287	4
84085	Whiterocks	whiterocks	UT	047		40.468	-109.9307	4
84003	American Fork	american-fork	UT	049		40.3928	-111.7941	4
84004	Alpine	alpine	UT	049		40.4616	-111.7689	4
84005	Eagle Mountain	eagle-mountain	UT	049		40.3802	-111.991	4
84013	Cedar Valley	cedar-valley	UT	049		40.2959	-112.0923	4
84042	Lindon	lindon	UT	049		40.3412	-111.7144	4
84043	Lehi	lehi	UT	049		40.3958	-111.8506	4
84045	Saratoga Springs	saratoga-springs	UT	049		40.3495	-111.9043	4
84057	Orem	orem	UT	049		40.3134	-111.6953	4
84058	Orem	orem	UT	049		40.2818	-111.7209	4
84059	Orem	orem	UT	049		40.177	-111.536	4
84062	Pleasant Grove	pleasant-grove	UT	049		40.372	-111.7333	4
84097	Orem	orem	UT	049		40.2972	-111.6705	4
84601	Provo	provo	UT	049		40.2319	-111.6755	4
84602	Provo	provo	UT	049		40.3563	-111.7325	4
84603	Provo	provo	UT	049		40.2039	-111.6261	4
84604	Provo	provo	UT	049		40.2607	-111.6549	4
84605	Provo	provo	UT	049		40.177	-111.536	4
84606	Provo	provo	UT	049		40.2347	-111.6447	4
84626	Elberta	elberta	UT	049		39.9739	-111.9554	4
84633	Goshen	goshen	UT	049		39.953	-111.9008	4
84651	Payson	payson	UT	049		40.0449	-111.7321	4
84653	Salem	salem	UT	049		40.0113	-111.5998	4
84655	Santaquin	santaquin	UT	049		39.9737	-111.8037	4
84660	Spanish Fork	spanish-fork	UT	049		40.1099	-111.6462	4
84663	Springville	springville	UT	049		40.1625	-111.5987	4
84664	Mapleton	mapleton	UT	049		40.1337	-111.5801	4
84032	Heber City	heber-city	UT	051		40.4947	-111.4051	4
84049	Midway	midway	UT	051		40.5093	-111.4776	4
84082	Wallsburg	wallsburg	UT	051		40.3657	-111.4649	4
84722	Central	central	UT	053		37.4166	-113.6244	4
84725	Enterprise	enterprise	UT	053		37.5797	-113.6894	1
84733	Gunlock	gunlock	UT	053		37.2877	-113.7606	1
84737	Hurricane	hurricane	UT	053		37.1454	-113.3675	4
84738	Ivins	ivins	UT	053		37.179	-113.7066	4
84745	La Verkin	la-verkin	UT	053		37.2316	-113.2446	1
84746	Leeds	leeds	UT	053		37.2386	-113.3591	1
84757	New Harmony	new-harmony	UT	053		37.455	-113.268	4
84763	Rockville	rockville	UT	053		37.1601	-113.0425	4
84765	Santa Clara	santa-clara	UT	053		37.1282	-113.676	4
84767	Springdale	springdale	UT	053		37.1862	-113.0139	4
84770	Saint George	saint-george	UT	053		37.1041	-113.5841	4
84771	Saint George	saint-george	UT	053		37.1041	-113.5841	4
84774	Toquerville	toquerville	UT	053		37.2533	-113.2847	1
84779	Virgin	virgin	UT	053		37.2022	-113.1854	4
84780	Washington	washington	UT	053		37.1364	-113.505	4
84781	Pine Valley	pine-valley	UT	053		37.3898	-113.5177	4
84782	Veyo	veyo	UT	053		37.359	-113.6668	4
84783	Dammeron Valley	dammeron-valley	UT	053		37.2849	-113.6586	4
84784	Hildale	hildale	UT	053		37.0044	-112.9784	4
84790	Saint George	saint-george	UT	053		37.0831	-113.5581	4
84791	Saint George	saint-george	UT	053		37.1041	-113.5841	4
84715	Bicknell	bicknell	UT	055		38.3278	-111.5264	4
84734	Hanksville	hanksville	UT	055		38.2521	-110.8137	4
84747	Loa	loa	UT	055		38.4415	-111.5958	4
84749	Lyman	lyman	UT	055		38.3969	-111.5896	4
84773	Teasdale	teasdale	UT	055		38.2853	-111.4335	4
84775	Torrey	torrey	UT	055		38.2969	-111.4138	4
84067	Roy	roy	UT	057		41.1724	-112.0382	4
84201	Ogden	ogden	UT	057		41.2443	-112.0079	4
84244	Ogden	ogden	UT	057		41.2553	-111.9567	4
84310	Eden	eden	UT	057		41.3303	-111.8558	4
84315	Hooper	hooper	UT	057		41.1668	-112.1364	4
84317	Huntsville	huntsville	UT	057		41.2721	-111.7618	4
84401	Ogden	ogden	UT	057		41.2215	-111.9621	4
84402	Ogden	ogden	UT	057		41.2553	-111.9567	4
84403	Ogden	ogden	UT	057		41.1894	-111.9489	4
84404	Ogden	ogden	UT	057		41.2627	-111.9837	4
84405	Ogden	ogden	UT	057		41.1739	-111.9809	4
84407	Ogden	ogden	UT	057		41.2385	-111.9659	4
84408	Ogden	ogden	UT	057		41.1956	-111.9485	4
84409	Ogden	ogden	UT	057		41.2553	-111.9567	4
84412	Ogden	ogden	UT	057		41.2553	-111.9567	4
84414	Ogden	ogden	UT	057		41.3112	-111.9689	4
84415	Ogden	ogden	UT	057		41.2553	-111.9567	4
23301	Accomac	accomac	VA	001		37.7159	-75.6803	4
23302	Assawoman	assawoman	VA	001		37.8658	-75.5277	1
23303	Atlantic	atlantic	VA	001		37.9073	-75.5089	4
23306	Belle Haven	belle-haven	VA	001		37.5645	-75.8694	4
23308	Bloxom	bloxom	VA	001		37.8273	-75.6156	4
23336	Chincoteague Island	chincoteague-island	VA	001		37.9299	-75.3624	4
23337	Wallops Island	wallops-island	VA	001		37.9186	-75.4905	1
23341	Craddockville	craddockville	VA	001		37.5773	-75.8646	4
23345	Davis Wharf	davis-wharf	VA	001		37.5529	-75.878	4
23356	Greenbackville	greenbackville	VA	001		38.0064	-75.4029	4
23357	Greenbush	greenbush	VA	001		37.7681	-75.6664	4
23358	Hacksneck	hacksneck	VA	001		37.6393	-75.865	4
23359	Hallwood	hallwood	VA	001		37.8837	-75.6041	4
23389	Harborton	harborton	VA	001		37.6618	-75.8305	4
23395	Horntown	horntown	VA	001		37.9699	-75.4716	4
23396	Oak Hall	oak-hall	VA	001		37.9237	-75.5551	4
23399	Jenkins Bridge	jenkins-bridge	VA	001		37.9162	-75.6168	1
23401	Keller	keller	VA	001		37.6193	-75.7638	4
23404	Locustville	locustville	VA	001		37.6534	-75.6735	4
23407	Mappsville	mappsville	VA	001		37.846	-75.5666	4
23409	Mears	mears	VA	001		37.8692	-75.6354	4
23410	Melfa	melfa	VA	001		37.6407	-75.7454	4
23412	Modest Town	modest-town	VA	001		37.7904	-75.6035	4
23414	Nelsonia	nelsonia	VA	001		37.8169	-75.5832	4
23415	New Church	new-church	VA	001		37.9525	-75.5112	4
23416	Oak Hall	oak-hall	VA	001		37.9229	-75.5386	4
23417	Onancock	onancock	VA	001		37.7102	-75.7528	4
23418	Onley	onley	VA	001		37.6704	-75.6992	4
23420	Painter	painter	VA	001		37.5828	-75.8066	4
23421	Parksley	parksley	VA	001		37.7744	-75.6386	4
23422	Pungoteague	pungoteague	VA	001		37.6304	-75.8135	4
23423	Quinby	quinby	VA	001		37.5423	-75.7412	4
23426	Sanford	sanford	VA	001		37.9229	-75.6781	4
23427	Saxis	saxis	VA	001		37.9264	-75.722	4
23440	Tangier	tangier	VA	001		37.8245	-75.993	4
23441	Tasley	tasley	VA	001		37.7104	-75.7005	4
23442	Temperanceville	temperanceville	VA	001		37.8954	-75.5528	4
23480	Wachapreague	wachapreague	VA	001		37.6044	-75.6925	4
23483	Wattsville	wattsville	VA	001		37.9437	-75.5023	4
23488	Withams	withams	VA	001		37.9482	-75.6019	4
22901	Charlottesville	charlottesville	VA	003		38.0936	-78.5611	4
22909	Charlottesville	charlottesville	VA	003		38.0245	-78.4482	4
22911	Charlottesville	charlottesville	VA	003		38.0995	-78.4085	4
22924	Batesville	batesville	VA	003		38.0013	-78.7271	4
22931	Covesville	covesville	VA	003		37.908	-78.7127	4
22932	Crozet	crozet	VA	003		38.1296	-78.7106	4
22936	Earlysville	earlysville	VA	003		38.1578	-78.4919	4
22937	Esmont	esmont	VA	003		37.8125	-78.6106	4
22940	Free Union	free-union	VA	003		38.1944	-78.5849	4
22943	Greenwood	greenwood	VA	003		38.0415	-78.7833	4
22945	Ivy	ivy	VA	003		38.0654	-78.5958	4
22946	Keene	keene	VA	003		37.856	-78.5699	4
22947	Keswick	keswick	VA	003		38.0531	-78.3396	4
22959	North Garden	north-garden	VA	003		37.9336	-78.6351	4
22987	White Hall	white-hall	VA	003		38.1179	-78.6614	4
24562	Howardsville	howardsville	VA	003		37.7511	-78.6313	4
24590	Scottsville	scottsville	VA	003		37.8049	-78.474	4
24422	Clifton Forge	clifton-forge	VA	005		37.8203	-79.8054	4
24448	Iron Gate	iron-gate	VA	005		37.7965	-79.786	4
24457	Low Moor	low-moor	VA	005		37.7887	-79.8837	4
24474	Selma	selma	VA	005		37.8062	-79.8404	4
23002	Amelia Court House	amelia-court-house	VA	007		37.3428	-77.9841	4
23083	Jetersville	jetersville	VA	007		37.3176	-78.104	4
23105	Mannboro	mannboro	VA	007		37.345	-77.9449	4
24521	Amherst	amherst	VA	009		37.6027	-79.0506	4
24533	Clifford	clifford	VA	009		37.538	-78.9463	4
24572	Madison Heights	madison-heights	VA	009		37.4531	-79.1141	4
24574	Monroe	monroe	VA	009		37.5414	-79.1703	4
24595	Sweet Briar	sweet-briar	VA	009		37.5529	-79.0664	4
23939	Evergreen	evergreen	VA	011		37.3185	-78.7658	4
23958	Pamplin	pamplin	VA	011		37.2653	-78.6517	4
24522	Appomattox	appomattox	VA	011		37.353	-78.8224	4
24593	Spout Spring	spout-spring	VA	011		37.3643	-78.9059	4
22201	Arlington	arlington	VA	013		38.8871	-77.0932	4
22202	Arlington	arlington	VA	013		38.8565	-77.0592	4
22203	Arlington	arlington	VA	013		38.8738	-77.1142	4
22204	Arlington	arlington	VA	013		38.859	-77.0997	4
22205	Arlington	arlington	VA	013		38.8836	-77.1395	4
22206	Arlington	arlington	VA	013		38.8415	-77.0905	4
22207	Arlington	arlington	VA	013		38.9033	-77.1263	4
22209	Arlington	arlington	VA	013		38.8926	-77.0753	4
22210	Arlington	arlington	VA	013		38.8808	-77.1129	4
22211	Fort Myer	fort-myer	VA	013		38.8921	-77.0794	4
22212	Arlington	arlington	VA	013		38.8808	-77.1129	4
22213	Arlington	arlington	VA	013		38.8954	-77.1633	4
22214	Arlington	arlington	VA	013		38.8688	-77.0739	4
22215	Arlington	arlington	VA	013		38.8808	-77.1129	4
22216	Arlington	arlington	VA	013		38.8808	-77.1129	4
22217	Arlington	arlington	VA	013		38.8808	-77.1129	4
22219	Arlington	arlington	VA	013		38.8808	-77.1129	4
22225	Arlington	arlington	VA	013		38.8808	-77.1129	4
22226	Arlington	arlington	VA	013		38.8834	-77.1028	4
22227	Arlington	arlington	VA	013		38.8808	-77.1129	4
22230	Arlington	arlington	VA	013		38.8797	-77.1108	4
22240	Arlington	arlington	VA	013		38.8566	-77.0518	4
22241	Arlington	arlington	VA	013		38.8808	-77.1129	4
22242	Arlington	arlington	VA	013		38.8509	-77.0523	4
22243	Arlington	arlington	VA	013		38.8605	-77.0516	4
22244	Arlington	arlington	VA	013		38.8545	-77.052	4
22245	Arlington	arlington	VA	013		38.8518	-77.0523	4
22246	Arlington	arlington	VA	013		38.8808	-77.1129	4
22843	Mount Solon	mount-solon	VA	015		38.3328	-79.1028	4
22939	Fishersville	fishersville	VA	015		38.0964	-78.9929	4
22952	Lyndhurst	lyndhurst	VA	015		37.9744	-78.9361	4
24411	Augusta Springs	augusta-springs	VA	015		38.1025	-79.3195	4
24421	Churchville	churchville	VA	015		38.2346	-79.1791	4
24430	Craigsville	craigsville	VA	015		38.0768	-79.3619	4
24431	Crimora	crimora	VA	015		38.1684	-78.8413	4
24432	Deerfield	deerfield	VA	015		38.1842	-79.4152	4
24437	Fort Defiance	fort-defiance	VA	015		38.2109	-78.9326	4
24440	Greenville	greenville	VA	015		38.0018	-79.1359	4
24459	Middlebrook	middlebrook	VA	015		38.0242	-79.2812	4
24463	Mint Spring	mint-spring	VA	015		38.1797	-79.1413	4
24467	Mount Sidney	mount-sidney	VA	015		38.2612	-78.973	4
24469	New Hope	new-hope	VA	015		38.1979	-78.9059	4
24476	Steeles Tavern	steeles-tavern	VA	015		37.9705	-79.2233	4
24477	Stuarts Draft	stuarts-draft	VA	015		38.0144	-79.0298	4
24479	Swoope	swoope	VA	015		38.1591	-79.1873	4
24482	Verona	verona	VA	015		38.2037	-79.0059	4
24485	West Augusta	west-augusta	VA	015		38.2744	-79.3201	4
24486	Weyers Cave	weyers-cave	VA	015		38.2931	-78.9235	4
24412	Bacova	bacova	VA	017		38.054	-79.8437	4
24445	Hot Springs	hot-springs	VA	017		37.9638	-79.8717	4
24460	Millboro	millboro	VA	017		38.0553	-79.7464	4
24484	Warm Springs	warm-springs	VA	017		38.1437	-79.8207	4
24487	Williamsville	williamsville	VA	017		38.1898	-79.5879	4
24095	Goodview	goodview	VA	019		37.2123	-79.7429	4
24101	Hardy	hardy	VA	019		37.2145	-79.8127	4
24104	Huddleston	huddleston	VA	019		37.1442	-79.491	4
24121	Moneta	moneta	VA	019		37.1784	-79.6521	4
24122	Montvale	montvale	VA	019		37.407	-79.7175	4
24174	Thaxton	thaxton	VA	019		37.36	-79.6522	4
24178	Villamont	villamont	VA	019		37.3105	-79.7898	4
24526	Big Island	big-island	VA	019		37.5306	-79.3827	4
24536	Coleman Falls	coleman-falls	VA	019		37.4887	-79.3158	4
24551	Forest	forest	VA	019		37.3379	-79.2791	4
24556	Goode	goode	VA	019		37.3755	-79.4039	4
24570	Lowry	lowry	VA	019		37.3484	-79.4271	4
24314	Bastian	bastian	VA	021		37.1574	-81.1989	4
24315	Bland	bland	VA	021		37.1376	-81.0201	4
24318	Ceres	ceres	VA	021		37.0046	-81.3643	4
24366	Rocky Gap	rocky-gap	VA	021		37.2578	-81.1159	4
24019	Roanoke	roanoke	VA	023		37.3515	-79.9052	4
24050	Roanoke	roanoke	VA	023		37.5551	-79.7862	4
24064	Blue Ridge	blue-ridge	VA	023		37.3885	-79.8172	4
24066	Buchanan	buchanan	VA	023		37.5479	-79.7123	4
24077	Cloverdale	cloverdale	VA	023		37.3651	-79.9056	4
24083	Daleville	daleville	VA	023		37.4125	-79.9211	4
24085	Eagle Rock	eagle-rock	VA	023		37.6667	-79.8172	4
24090	Fincastle	fincastle	VA	023		37.4911	-79.8511	4
24130	Oriskany	oriskany	VA	023		37.6165	-79.9837	4
24175	Troutville	troutville	VA	023		37.4019	-79.8786	4
24438	Glen Wilton	glen-wilton	VA	023		37.7529	-79.8189	4
23821	Alberta	alberta	VA	025		36.8806	-77.9055	4
23843	Dolphin	dolphin	VA	025		36.8318	-77.7887	4
23845	Ebony	ebony	VA	025		36.5722	-77.9888	4
23856	Freeman	freeman	VA	025		36.7893	-77.7208	4
23857	Gasburg	gasburg	VA	025		36.5856	-77.8836	4
23868	Lawrenceville	lawrenceville	VA	025		36.7342	-77.8136	4
23873	Meredithville	meredithville	VA	025		36.8088	-77.9544	4
23876	Rawlings	rawlings	VA	025		36.953	-77.8237	4
23887	Valentines	valentines	VA	025		36.565	-77.8384	4
23889	Warfield	warfield	VA	025		36.9011	-77.7673	4
23893	White Plains	white-plains	VA	025		36.6335	-77.9592	4
23920	Brodnax	brodnax	VA	025		36.7319	-77.9898	4
24239	Davenport	davenport	VA	027		37.1134	-82.1501	4
24603	Big Rock	big-rock	VA	027		37.3532	-82.1968	4
24614	Grundy	grundy	VA	027		37.2967	-82.1061	4
24620	Hurley	hurley	VA	027		37.4017	-82.0262	4
24624	Keen Mountain	keen-mountain	VA	027		37.2023	-81.9862	4
24627	Mavisdale	mavisdale	VA	027		37.288	-82.0274	4
24628	Maxie	maxie	VA	027		37.3012	-82.1743	4
24631	Oakwood	oakwood	VA	027		37.2138	-81.9917	4
24634	Pilgrims Knob	pilgrims-knob	VA	027		37.2746	-81.9024	1
24639	Raven	raven	VA	027		37.1481	-81.8896	4
24646	Rowe	rowe	VA	027		37.1276	-82.0274	4
24647	Shortt Gap	shortt-gap	VA	027		37.1573	-81.8729	4
24656	Vansant	vansant	VA	027		37.1738	-82.1277	4
24657	Whitewood	whitewood	VA	027		37.2251	-81.8605	4
24658	Wolford	wolford	VA	027		37.288	-82.0274	4
23004	Arvonia	arvonia	VA	029		37.6714	-78.3889	4
23123	New Canton	new-canton	VA	029		37.6645	-78.3112	4
23921	Buckingham	buckingham	VA	029		37.5833	-78.5985	4
23936	Dillwyn	dillwyn	VA	029		37.4124	-78.4349	4
24513	Lynchburg	lynchburg	VA	031		37.2458	-79.1335	4
24517	Altavista	altavista	VA	031		37.1222	-79.2911	4
24528	Brookneal	brookneal	VA	031		37.0827	-78.9227	4
24538	Concord	concord	VA	031		37.337	-78.9804	4
24550	Evington	evington	VA	031		37.261	-79.2317	4
24554	Gladys	gladys	VA	031		37.1386	-79.1048	4
24569	Long Island	long-island	VA	031		37.0644	-79.1219	4
24571	Lynch Station	lynch-station	VA	031		37.1528	-79.3297	4
24576	Naruna	naruna	VA	031		37.2458	-79.1335	4
24588	Rustburg	rustburg	VA	031		37.2545	-79.1215	4
22427	Bowling Green	bowling-green	VA	033		38.0137	-77.1802	4
22428	Bowling Green	bowling-green	VA	033		38.0496	-77.3466	4
22446	Corbin	corbin	VA	033		38.1996	-77.3889	4
22501	Ladysmith	ladysmith	VA	033		38.0176	-77.5153	4
22514	Milford	milford	VA	033		38.0058	-77.3185	4
22535	Port Royal	port-royal	VA	033		38.1621	-77.1837	4
22538	Rappahannock Academy	rappahannock-academy	VA	033		38.2079	-77.2502	4
22546	Ruther Glen	ruther-glen	VA	033		37.9451	-77.4714	4
22552	Sparta	sparta	VA	033		38.0094	-77.2251	4
22580	Woodford	woodford	VA	033		38.0847	-77.4399	4
24317	Cana	cana	VA	035		36.5957	-80.6705	4
24325	Dugspur	dugspur	VA	035		36.8145	-80.6123	4
24328	Fancy Gap	fancy-gap	VA	035		36.664	-80.6907	4
24343	Hillsville	hillsville	VA	035		36.7442	-80.7197	4
24351	Lambsburg	lambsburg	VA	035		36.5775	-80.7601	4
24352	Laurel Fork	laurel-fork	VA	035		36.7073	-80.5148	4
24381	Woodlawn	woodlawn	VA	035		36.7879	-80.8824	4
23030	Charles City	charles-city	VA	036		37.3663	-77.1082	4
23147	Ruthville	ruthville	VA	036		37.3796	-77.0348	4
23923	Charlotte Court House	charlotte-court-house	VA	037		37.0879	-78.6378	4
23934	Cullen	cullen	VA	037		37.1552	-78.6459	4
23937	Drakes Branch	drakes-branch	VA	037		36.9688	-78.5615	4
23947	Keysville	keysville	VA	037		37.0411	-78.4699	4
23959	Phenix	phenix	VA	037		37.0925	-78.7912	4
23962	Randolph	randolph	VA	037		36.9515	-78.7054	4
23963	Red House	red-house	VA	037		37.1914	-78.8145	1
23964	Red Oak	red-oak	VA	037		36.7724	-78.6321	4
23967	Saxe	saxe	VA	037		36.9053	-78.6321	4
23976	Wylliesburg	wylliesburg	VA	037		36.8391	-78.5982	4
23112	Midlothian	midlothian	VA	041		37.431	-77.6545	4
23113	Midlothian	midlothian	VA	041		37.5109	-77.6429	4
23114	Midlothian	midlothian	VA	041		37.4815	-77.6419	4
23120	Moseley	moseley	VA	041		37.426	-77.7585	4
23234	Richmond	richmond	VA	041		37.4373	-77.4788	4
23235	Richmond	richmond	VA	041		37.5133	-77.5646	4
23236	Richmond	richmond	VA	041		37.4782	-77.5854	4
23237	Richmond	richmond	VA	041		37.4011	-77.4615	4
23297	Richmond	richmond	VA	041		37.3897	-77.5613	4
23831	Chester	chester	VA	041		37.3429	-77.4156	4
23832	Chesterfield	chesterfield	VA	041		37.3923	-77.5668	4
23836	Chester	chester	VA	041		37.3475	-77.3386	4
23838	Chesterfield	chesterfield	VA	041		37.3333	-77.6343	4
22611	Berryville	berryville	VA	043		39.1532	-77.9688	4
22620	Boyce	boyce	VA	043		39.0698	-78.0203	4
22646	Millwood	millwood	VA	043		39.0696	-78.0378	4
22663	White Post	white-post	VA	043		39.058	-78.1105	4
24127	New Castle	new-castle	VA	045		37.4871	-80.1704	4
24131	Paint Bank	paint-bank	VA	045		37.5745	-80.2544	4
22701	Culpeper	culpeper	VA	047		38.5117	-77.9928	4
22713	Boston	boston	VA	047		38.5382	-78.1423	4
22714	Brandy Station	brandy-station	VA	047		38.511	-77.9037	4
22718	Elkwood	elkwood	VA	047		38.4652	-77.817	4
22724	Jeffersonton	jeffersonton	VA	047		38.6256	-77.9069	4
22726	Lignum	lignum	VA	047		38.3956	-77.83	4
22729	Mitchells	mitchells	VA	047		38.3744	-78.0105	4
22733	Rapidan	rapidan	VA	047		38.3392	-78.0476	4
22735	Reva	reva	VA	047		38.4604	-78.1572	4
22736	Richardsville	richardsville	VA	047		38.3924	-77.7195	4
22737	Rixeyville	rixeyville	VA	047		38.5852	-78.0282	4
22741	Stevensburg	stevensburg	VA	047		38.4441	-77.8842	4
23027	Cartersville	cartersville	VA	049		37.6479	-78.1389	4
23040	Cumberland	cumberland	VA	049		37.5019	-78.2581	4
24217	Bee	bee	VA	051		37.1014	-82.1856	4
24220	Birchleaf	birchleaf	VA	051		37.1394	-82.2433	4
24226	Clinchco	clinchco	VA	051		37.1406	-82.3425	4
24228	Clintwood	clintwood	VA	051		37.1592	-82.4453	4
24256	Haysi	haysi	VA	051		37.2206	-82.2853	4
24269	Mc Clure	mc-clure	VA	051		37.0814	-82.3806	1
24272	Nora	nora	VA	051		37.0182	-82.35	4
24607	Breaks	breaks	VA	051		37.2959	-82.281	4
23822	Ammon	ammon	VA	053		37.0724	-77.6475	4
23830	Carson	carson	VA	053		37.0393	-77.4351	4
23833	Church Road	church-road	VA	053		37.195	-77.6646	1
23840	Dewitt	dewitt	VA	053		37.0535	-77.6426	4
23841	Dinwiddie	dinwiddie	VA	053		37.0833	-77.5585	4
23850	Ford	ford	VA	053		37.1349	-77.7364	4
23872	Mc Kenney	mc-kenney	VA	053		36.9986	-77.7396	1
23885	Sutherland	sutherland	VA	053		37.1901	-77.5655	4
23894	Wilsons	wilsons	VA	053		37.1157	-77.8352	4
22436	Caret	caret	VA	057		37.9826	-76.9614	4
22437	Center Cross	center-cross	VA	057		37.7929	-76.7548	4
22438	Champlain	champlain	VA	057		38.0214	-76.9719	4
22454	Dunnsville	dunnsville	VA	057		37.8527	-76.8475	4
22476	Hustle	hustle	VA	057		38.0329	-77.0633	4
22504	Laneview	laneview	VA	057		37.7681	-76.7117	4
22509	Loretto	loretto	VA	057		38.0789	-77.0485	4
22560	Tappahannock	tappahannock	VA	057		37.9146	-76.9125	4
23115	Millers Tavern	millers-tavern	VA	057		37.8282	-76.945	4
20120	Centreville	centreville	VA	059		38.8448	-77.467	4
20121	Centreville	centreville	VA	059		38.8195	-77.4558	4
20122	Centreville	centreville	VA	059		38.8318	-77.2888	4
20124	Clifton	clifton	VA	059		38.7818	-77.3818	4
20151	Chantilly	chantilly	VA	059		38.8867	-77.4457	4
20153	Chantilly	chantilly	VA	059		38.8318	-77.2888	4
20170	Herndon	herndon	VA	059		38.9839	-77.3675	4
20171	Herndon	herndon	VA	059		38.9252	-77.3928	4
20172	Herndon	herndon	VA	059		38.9696	-77.3861	4
20190	Reston	reston	VA	059		38.9615	-77.3418	4
20191	Reston	reston	VA	059		38.9318	-77.3527	4
20192	Herndon	herndon	VA	059		38.8318	-77.2888	4
20194	Reston	reston	VA	059		38.9807	-77.3419	4
20195	Reston	reston	VA	059		38.8318	-77.2888	4
20196	Reston	reston	VA	059		38.8318	-77.2888	4
22003	Annandale	annandale	VA	059		38.8307	-77.2142	4
22009	Burke	burke	VA	059		38.8318	-77.2888	4
22015	Burke	burke	VA	059		38.7894	-77.2818	4
22027	Dunn Loring	dunn-loring	VA	059		38.8954	-77.2214	4
22032	Fairfax	fairfax	VA	059		38.8177	-77.2925	1
22033	Fairfax	fairfax	VA	059		38.8776	-77.3885	1
22034	Fairfax	fairfax	VA	059		38.8318	-77.2888	1
22035	Fairfax	fairfax	VA	059		38.8557	-77.3616	1
22036	Fairfax	fairfax	VA	059		38.7351	-77.0797	1
22037	Fairfax	fairfax	VA	059		38.8318	-77.2888	1
22039	Fairfax Station	fairfax-station	VA	059		38.7602	-77.3064	4
22041	Falls Church	falls-church	VA	059		38.8502	-77.1448	4
22042	Falls Church	falls-church	VA	059		38.8635	-77.1939	4
22043	Falls Church	falls-church	VA	059		38.8994	-77.1895	4
22044	Falls Church	falls-church	VA	059		38.8589	-77.1548	4
22060	Fort Belvoir	fort-belvoir	VA	059		38.6947	-77.1433	4
22066	Great Falls	great-falls	VA	059		39.0039	-77.3083	4
22067	Greenway	greenway	VA	059		38.9645	-77.2331	4
22079	Lorton	lorton	VA	059		38.6929	-77.204	4
22081	Merrifield	merrifield	VA	059		38.8739	-77.2345	4
22082	Merrifield	merrifield	VA	059		38.8743	-77.2269	4
22095	Herndon	herndon	VA	059		38.9696	-77.3861	4
22096	Reston	reston	VA	059		38.8318	-77.2888	4
22101	Mc Lean	mc-lean	VA	059		38.9326	-77.1706	1
22102	Mc Lean	mc-lean	VA	059		38.953	-77.2295	1
22103	West Mclean	west-mclean	VA	059		38.8318	-77.2888	4
22106	Mc Lean	mc-lean	VA	059		38.9335	-77.1797	1
22107	Mc Lean	mc-lean	VA	059		38.9321	-77.1841	1
22108	Mc Lean	mc-lean	VA	059		38.9321	-77.1841	1
22109	Mc Lean	mc-lean	VA	059		38.9335	-77.1797	1
22116	Merrifield	merrifield	VA	059		38.8715	-77.2344	4
22118	Merrifield	merrifield	VA	059		38.8318	-77.2888	4
22119	Merrifield	merrifield	VA	059		38.8318	-77.2888	4
22121	Mount Vernon	mount-vernon	VA	059		38.7192	-77.1073	4
22122	Newington	newington	VA	059		38.7384	-77.185	4
22124	Oakton	oakton	VA	059		38.8852	-77.3233	4
22150	Springfield	springfield	VA	059		38.7797	-77.1866	4
22151	Springfield	springfield	VA	059		38.8029	-77.2116	4
22152	Springfield	springfield	VA	059		38.7757	-77.2337	4
22153	Springfield	springfield	VA	059		38.7449	-77.237	4
22156	Springfield	springfield	VA	059		38.8318	-77.2888	4
22158	Springfield	springfield	VA	059		38.8318	-77.2888	4
22159	Springfield	springfield	VA	059		38.8318	-77.2888	4
22160	Springfield	springfield	VA	059		38.8318	-77.2888	4
22161	Springfield	springfield	VA	059		38.7893	-77.1872	4
22180	Vienna	vienna	VA	059		38.8935	-77.2532	4
22181	Vienna	vienna	VA	059		38.8977	-77.288	4
22182	Vienna	vienna	VA	059		38.928	-77.2649	4
22183	Vienna	vienna	VA	059		38.8318	-77.2888	4
22185	Vienna	vienna	VA	059		38.8318	-77.2888	4
22199	Lorton	lorton	VA	059		38.7043	-77.2278	4
22303	Alexandria	alexandria	VA	059		38.7912	-77.0814	4
22306	Alexandria	alexandria	VA	059		38.7589	-77.0873	4
22307	Alexandria	alexandria	VA	059		38.7714	-77.0657	4
22308	Alexandria	alexandria	VA	059		38.7316	-77.0604	4
22309	Alexandria	alexandria	VA	059		38.7192	-77.1073	4
22310	Alexandria	alexandria	VA	059		38.7794	-77.1194	4
22312	Alexandria	alexandria	VA	059		38.8191	-77.1484	4
22315	Alexandria	alexandria	VA	059		38.7596	-77.1485	4
20115	Marshall	marshall	VA	061		38.8405	-77.8911	4
20116	Marshall	marshall	VA	061		38.8537	-77.8601	4
20119	Catlett	catlett	VA	061		38.637	-77.6383	4
20128	Orlean	orlean	VA	061		38.7416	-77.9774	4
20130	Paris	paris	VA	061		39.0048	-77.9546	4
20137	Broad Run	broad-run	VA	061		38.8237	-77.713	4
20138	Calverton	calverton	VA	061		38.6338	-77.6869	4
20139	Casanova	casanova	VA	061		38.6543	-77.7025	4
20140	Rectortown	rectortown	VA	061		38.9163	-77.8648	4
20144	Delaplane	delaplane	VA	061		38.9113	-77.9674	4
20184	Upperville	upperville	VA	061		38.9627	-77.8847	4
20185	Upperville	upperville	VA	061		38.993	-77.8799	4
20186	Warrenton	warrenton	VA	061		38.6898	-77.8361	4
20187	Warrenton	warrenton	VA	061		38.7153	-77.7417	4
20188	Warrenton	warrenton	VA	061		38.7656	-77.8203	4
20198	The Plains	the-plains	VA	061		38.8707	-77.7608	4
22639	Hume	hume	VA	061		38.8273	-77.9949	4
22643	Markham	markham	VA	061		38.904	-78.0019	4
22712	Bealeton	bealeton	VA	061		38.5453	-77.7561	4
22720	Goldvein	goldvein	VA	061		38.4725	-77.6423	4
22728	Midland	midland	VA	061		38.5671	-77.7127	4
22734	Remington	remington	VA	061		38.5309	-77.8037	4
22739	Somerville	somerville	VA	061		38.5059	-77.5956	4
22742	Sumerduck	sumerduck	VA	061		38.4674	-77.7044	4
24072	Check	check	VA	063		37.0446	-80.228	1
24079	Copper Hill	copper-hill	VA	063		37.0556	-80.1525	4
24091	Floyd	floyd	VA	063		36.8957	-80.3275	4
24105	Indian Valley	indian-valley	VA	063		36.899	-80.5757	4
24380	Willis	willis	VA	063		36.8749	-80.4909	4
22963	Palmyra	palmyra	VA	065		37.8931	-78.3386	4
22974	Troy	troy	VA	065		37.9636	-78.2535	4
23022	Bremo Bluff	bremo-bluff	VA	065		37.7453	-78.2672	4
23055	Fork Union	fork-union	VA	065		37.7715	-78.2355	4
23084	Kents Store	kents-store	VA	065		37.8942	-78.1208	4
24065	Boones Mill	boones-mill	VA	067		37.1331	-79.9556	4
24067	Callaway	callaway	VA	067		37.0285	-80.0496	4
24088	Ferrum	ferrum	VA	067		36.9168	-80.0349	4
24092	Glade Hill	glade-hill	VA	067		36.9859	-79.773	1
24102	Henry	henry	VA	067		36.8393	-79.9904	4
24137	Penhook	penhook	VA	067		36.9201	-79.6645	4
24146	Redwood	redwood	VA	067		37.0069	-79.9139	4
24151	Rocky Mount	rocky-mount	VA	067		36.9891	-79.884	4
24176	Union Hall	union-hall	VA	067		37.0131	-79.6864	4
24184	Wirtz	wirtz	VA	067		37.0818	-79.7573	4
22602	Winchester	winchester	VA	069		39.1501	-78.269	4
22603	Winchester	winchester	VA	069		39.264	-78.1989	4
22622	Brucetown	brucetown	VA	069		39.2543	-78.0664	4
22624	Clear Brook	clear-brook	VA	069		39.2655	-78.0988	4
22625	Cross Junction	cross-junction	VA	069		39.3744	-78.3081	4
22637	Gore	gore	VA	069		39.2887	-78.3417	4
22645	Middletown	middletown	VA	069		39.0367	-78.2815	4
22654	Star Tannery	star-tannery	VA	069		39.0908	-78.4343	1
22655	Stephens City	stephens-city	VA	069		39.0834	-78.1907	4
22656	Stephenson	stephenson	VA	069		39.1973	-78.0941	4
24086	Eggleston	eggleston	VA	071		37.2743	-80.6343	4
24093	Glen Lyn	glen-lyn	VA	071		37.3669	-80.8634	4
24124	Narrows	narrows	VA	071		37.3198	-80.8548	4
24128	Newport	newport	VA	071		37.3069	-80.5099	4
24134	Pearisburg	pearisburg	VA	071		37.3041	-80.7267	4
24136	Pembroke	pembroke	VA	071		37.3312	-80.5975	4
24147	Rich Creek	rich-creek	VA	071		37.385	-80.8227	4
24150	Ripplemead	ripplemead	VA	071		37.3665	-80.6717	4
24167	Staffordsville	staffordsville	VA	071		37.2491	-80.7344	4
23001	Achilles	achilles	VA	073		37.2882	-76.426	4
23003	Ark	ark	VA	073		37.4323	-76.6016	4
23018	Bena	bena	VA	073		37.271	-76.4555	4
23050	Dutton	dutton	VA	073		37.5001	-76.454	4
23061	Gloucester	gloucester	VA	073		37.4126	-76.5464	4
23062	Gloucester Point	gloucester-point	VA	073		37.2585	-76.4959	4
23072	Hayes	hayes	VA	073		37.2916	-76.4905	4
23107	Maryus	maryus	VA	073		37.2864	-76.4048	4
23131	Ordinary	ordinary	VA	073		37.3122	-76.5188	4
23154	Schley	schley	VA	073		37.3896	-76.4549	4
23155	Severn	severn	VA	073		37.4182	-76.5084	4
23178	Ware Neck	ware-neck	VA	073		37.4004	-76.4529	4
23183	White Marsh	white-marsh	VA	073		37.3632	-76.5325	4
23184	Wicomico	wicomico	VA	073		37.291	-76.5094	4
23190	Woods Cross Roads	woods-cross-roads	VA	073		37.482	-76.6362	1
23014	Beaumont	beaumont	VA	075		37.7338	-77.8881	4
23038	Columbia	columbia	VA	075		37.7147	-78.1794	4
23039	Crozier	crozier	VA	075		37.6718	-77.794	4
23063	Goochland	goochland	VA	075		37.7688	-78.0112	4
23065	Gum Spring	gum-spring	VA	075		37.7982	-77.9375	4
23067	Hadensville	hadensville	VA	075		37.8252	-77.9899	4
23102	Maidens	maidens	VA	075		37.7126	-77.8315	4
23103	Manakin Sabot	manakin-sabot	VA	075		37.638	-77.7077	1
23129	Oilville	oilville	VA	075		37.704	-77.7853	4
23153	Sandy Hook	sandy-hook	VA	075		37.7526	-77.9125	4
23160	State Farm	state-farm	VA	075		37.6454	-77.8283	4
24292	Whitetop	whitetop	VA	077		36.6106	-81.5839	4
24326	Elk Creek	elk-creek	VA	077		36.7306	-81.1915	4
24330	Fries	fries	VA	077		36.7247	-81.0042	4
24348	Independence	independence	VA	077		36.6294	-81.1582	4
24363	Mouth Of Wilson	mouth-of-wilson	VA	077		36.6104	-81.3955	4
24378	Troutdale	troutdale	VA	077		36.8611	-81.4929	1
22935	Dyke	dyke	VA	079		38.2705	-78.5578	4
22965	Quinque	quinque	VA	079		38.3301	-78.475	4
22968	Ruckersville	ruckersville	VA	079		38.2586	-78.4074	4
22973	Stanardsville	stanardsville	VA	079		38.3121	-78.482	4
23870	Jarratt	jarratt	VA	081		36.8143	-77.4683	4
23879	Skippers	skippers	VA	081		36.5958	-77.5921	4
24520	Alton	alton	VA	083		36.5894	-79.0202	4
24534	Clover	clover	VA	083		36.8637	-78.7862	4
24535	Cluster Springs	cluster-springs	VA	083		36.6113	-78.9455	4
24539	Crystal Hill	crystal-hill	VA	083		36.8513	-78.9179	4
24558	Halifax	halifax	VA	083		36.7626	-78.9415	4
24577	Nathalie	nathalie	VA	083		36.9356	-78.972	4
24589	Scottsburg	scottsburg	VA	083		36.7862	-78.7866	4
24592	South Boston	south-boston	VA	083		36.6963	-78.9188	4
24597	Vernon Hill	vernon-hill	VA	083		36.7853	-79.1095	4
24598	Virgilina	virgilina	VA	083		36.6062	-78.7605	4
23005	Ashland	ashland	VA	085		37.7395	-77.4784	4
23015	Beaverdam	beaverdam	VA	085		37.9038	-77.6308	4
23047	Doswell	doswell	VA	085		37.8417	-77.5125	4
23059	Glen Allen	glen-allen	VA	085		37.7284	-77.5544	4
23069	Hanover	hanover	VA	085		37.7701	-77.3216	4
23111	Mechanicsville	mechanicsville	VA	085		37.6281	-77.3395	4
23116	Mechanicsville	mechanicsville	VA	085		37.6691	-77.3294	4
23146	Rockville	rockville	VA	085		37.7337	-77.7	4
23162	Studley	studley	VA	085		37.6757	-77.2908	4
23192	Montpelier	montpelier	VA	085		37.8177	-77.6924	4
23058	Glen Allen	glen-allen	VA	087		37.5313	-77.4161	4
23060	Glen Allen	glen-allen	VA	087		37.6628	-77.534	4
23075	Henrico	henrico	VA	087		37.546	-77.3278	4
23150	Sandston	sandston	VA	087		37.5157	-77.2758	4
23226	Richmond	richmond	VA	087		37.5825	-77.5197	4
23227	Richmond	richmond	VA	087		37.6247	-77.4351	4
23228	Henrico	henrico	VA	087		37.4638	-77.398	4
23229	Henrico	henrico	VA	087		37.4638	-77.398	4
23230	Richmond	richmond	VA	087		37.5921	-77.4952	4
23231	Henrico	henrico	VA	087		37.4638	-77.398	4
23233	Henrico	henrico	VA	087		37.4638	-77.398	4
23238	Henrico	henrico	VA	087		37.52	-77.4369	1
23242	Henrico	henrico	VA	087		37.4638	-77.398	4
23250	Richmond	richmond	VA	087		37.5075	-77.3329	4
23255	Henrico	henrico	VA	087		37.4638	-77.398	4
23288	Henrico	henrico	VA	087		37.4638	-77.398	4
23289	Richmond	richmond	VA	087		37.5313	-77.4161	4
23294	Henrico	henrico	VA	087		37.631	-77.546	4
24054	Axton	axton	VA	089		36.6596	-79.712	4
24055	Bassett	bassett	VA	089		36.7534	-80.0055	4
24078	Collinsville	collinsville	VA	089		36.7238	-79.9142	4
24089	Fieldale	fieldale	VA	089		36.7064	-79.9652	4
24148	Ridgeway	ridgeway	VA	089		36.5874	-79.8686	4
24165	Spencer	spencer	VA	089		36.5968	-80.0373	4
24168	Stanleytown	stanleytown	VA	089		36.7348	-79.9465	4
24413	Blue Grass	blue-grass	VA	091		38.5152	-79.5613	4
24433	Doe Hill	doe-hill	VA	091		38.4321	-79.4445	4
24442	Head Waters	head-waters	VA	091		38.2946	-79.4353	1
24458	Mc Dowell	mc-dowell	VA	091		38.3266	-79.4988	1
24465	Monterey	monterey	VA	091		38.4058	-79.5941	4
24468	Mustoe	mustoe	VA	091		38.386	-79.5592	4
23304	Battery Park	battery-park	VA	093		36.9965	-76.5741	4
23314	Carrollton	carrollton	VA	093		36.955	-76.543	4
23315	Carrsville	carrsville	VA	093		36.7454	-76.8365	4
23397	Isle Of Wight	isle-of-wight	VA	093		36.8989	-76.6877	4
23424	Rescue	rescue	VA	093		36.9969	-76.5645	4
23430	Smithfield	smithfield	VA	093		36.9811	-76.6368	4
23431	Smithfield	smithfield	VA	093		36.8989	-76.6877	4
23487	Windsor	windsor	VA	093		36.8369	-76.7324	4
23898	Zuni	zuni	VA	093		36.8437	-76.811	4
23081	Jamestown	jamestown	VA	095		37.2235	-76.7833	4
23127	Norge	norge	VA	095		37.3688	-76.7705	4
23168	Toano	toano	VA	095		37.3901	-76.8253	4
23185	Williamsburg	williamsburg	VA	095		37.2732	-76.7324	4
23188	Williamsburg	williamsburg	VA	095		37.3178	-76.7634	4
23023	Bruington	bruington	VA	097		37.7801	-76.9402	4
23085	King And Queen Court House	king-and-queen-court-house	VA	097		37.6699	-76.8775	4
23091	Little Plymouth	little-plymouth	VA	097		37.6642	-76.8255	4
23108	Mascot	mascot	VA	097		37.6271	-76.7072	4
23110	Mattaponi	mattaponi	VA	097		37.6135	-76.8101	4
23126	Newtown	newtown	VA	097		37.9226	-77.1449	4
23148	Saint Stephens Church	saint-stephens-church	VA	097		37.8479	-77.055	1
23156	Shacklefords	shacklefords	VA	097		37.5213	-76.7099	4
23161	Stevensville	stevensville	VA	097		37.7146	-76.9352	4
23177	Walkerton	walkerton	VA	097		37.7554	-77.0185	4
22448	Dahlgren	dahlgren	VA	099		38.3375	-77.0429	4
22451	Dogue	dogue	VA	099		38.2321	-77.2158	4
22481	Jersey	jersey	VA	099		38.2115	-77.1394	4
22485	King George	king-george	VA	099		38.2811	-77.126	4
22526	Ninde	ninde	VA	099		38.2712	-77.0561	4
22544	Rollins Fork	rollins-fork	VA	099		38.1849	-77.0622	4
22547	Sealston	sealston	VA	099		38.2711	-77.1726	4
23009	Aylett	aylett	VA	101		37.8221	-77.1885	4
23086	King William	king-william	VA	101		37.7202	-77.0998	4
23106	Manquin	manquin	VA	101		37.7184	-77.186	4
23181	West Point	west-point	VA	101		37.5556	-76.8237	4
22480	Irvington	irvington	VA	103		37.6645	-76.416	4
22482	Kilmarnock	kilmarnock	VA	103		37.7162	-76.382	4
22503	Lancaster	lancaster	VA	103		37.7395	-76.5002	4
22507	Lively	lively	VA	103		37.7572	-76.5118	4
22513	Merry Point	merry-point	VA	103		37.7338	-76.4825	4
22517	Mollusk	mollusk	VA	103		37.7301	-76.538	4
22523	Morattico	morattico	VA	103		37.7928	-76.6093	4
22528	Nuttsville	nuttsville	VA	103		37.7935	-76.5508	4
22576	Weems	weems	VA	103		37.6847	-76.4313	4
22578	White Stone	white-stone	VA	103		37.6886	-76.3616	4
24218	Ben Hur	ben-hur	VA	105		36.7435	-83.2234	4
24221	Blackwater	blackwater	VA	105		36.639	-82.9866	4
24243	Dryden	dryden	VA	105		36.7818	-82.9305	4
24248	Ewing	ewing	VA	105		36.6237	-83.5047	4
24263	Jonesville	jonesville	VA	105		36.6896	-83.1362	4
24265	Keokee	keokee	VA	105		36.8239	-82.9772	4
24277	Pennington Gap	pennington-gap	VA	105		36.7508	-83.0223	4
24281	Rose Hill	rose-hill	VA	105		36.6583	-83.3486	4
24282	Saint Charles	saint-charles	VA	105		36.8315	-83.0518	4
20101	Dulles	dulles	VA	107		39.0021	-77.4421	4
20102	Dulles	dulles	VA	107		39.0853	-77.6452	4
20103	Dulles	dulles	VA	107		38.9962	-77.45	4
20104	Dulles	dulles	VA	107		39.0853	-77.6452	4
20105	Aldie	aldie	VA	107		38.9577	-77.6038	4
20117	Middleburg	middleburg	VA	107		38.9687	-77.7355	4
20118	Middleburg	middleburg	VA	107		38.9687	-77.7355	4
20129	Paeonian Springs	paeonian-springs	VA	107		39.1603	-77.6097	4
09449	APO AE	apo-ae				51.5486	-0.4805	
20131	Philomont	philomont	VA	107		39.058	-77.7434	4
20132	Purcellville	purcellville	VA	107		39.1436	-77.7342	4
20134	Purcellville	purcellville	VA	107		39.1522	-77.7026	4
20135	Bluemont	bluemont	VA	107		39.0823	-77.8467	4
20141	Round Hill	round-hill	VA	107		39.1164	-77.7802	4
20142	Round Hill	round-hill	VA	107		39.1307	-77.7747	4
20146	Ashburn	ashburn	VA	107		39.0853	-77.6452	4
20147	Ashburn	ashburn	VA	107		39.0373	-77.4805	4
20148	Ashburn	ashburn	VA	107		39.0142	-77.5285	4
20149	Ashburn	ashburn	VA	107		39.0437	-77.4875	4
20152	Chantilly	chantilly	VA	107		38.8976	-77.5092	4
20158	Hamilton	hamilton	VA	107		39.1383	-77.6573	4
20159	Hamilton	hamilton	VA	107		39.1339	-77.6621	4
20160	Lincoln	lincoln	VA	107		39.0985	-77.6883	4
20163	Sterling	sterling	VA	107		39.0062	-77.4286	4
20164	Sterling	sterling	VA	107		39.023	-77.3994	4
20165	Sterling	sterling	VA	107		39.0472	-77.3866	4
20166	Sterling	sterling	VA	107		38.9814	-77.4723	4
20167	Sterling	sterling	VA	107		39.0062	-77.4286	4
20175	Leesburg	leesburg	VA	107		39.042	-77.6054	4
20176	Leesburg	leesburg	VA	107		39.1821	-77.5359	4
20177	Leesburg	leesburg	VA	107		39.1157	-77.5636	4
20178	Leesburg	leesburg	VA	107		39.1157	-77.5636	4
20180	Lovettsville	lovettsville	VA	107		39.2204	-77.6596	4
20189	Dulles	dulles	VA	107		39.009	-77.4421	4
20197	Waterford	waterford	VA	107		39.1882	-77.63	4
20598	Dhs	dhs	VA	107		38.9904	-77.4477	
23024	Bumpass	bumpass	VA	109		37.8984	-77.7966	4
23093	Louisa	louisa	VA	109		38.0132	-78.0347	4
23117	Mineral	mineral	VA	109		37.9986	-77.8781	4
23170	Trevilians	trevilians	VA	109		38.0515	-78.0728	4
23938	Dundas	dundas	VA	111		36.9053	-78.01	4
23941	Fort Mitchell	fort-mitchell	VA	111		36.9182	-78.4861	4
23944	Kenbridge	kenbridge	VA	111		36.933	-78.1242	4
23952	Lunenburg	lunenburg	VA	111		36.9291	-78.2915	4
23974	Victoria	victoria	VA	111		36.9835	-78.2372	4
22709	Aroda	aroda	VA	113		38.3256	-78.2366	4
22711	Banco	banco	VA	113		38.4512	-78.2817	4
22715	Brightwood	brightwood	VA	113		38.4114	-78.1698	4
22719	Etlan	etlan	VA	113		38.5095	-78.2638	4
22722	Haywood	haywood	VA	113		38.4535	-78.2522	4
22723	Hood	hood	VA	113		38.3549	-78.3828	4
22725	Leon	leon	VA	113		38.4285	-78.2678	4
22727	Madison	madison	VA	113		38.37	-78.2976	4
22730	Oakpark	oakpark	VA	113		38.3674	-78.1628	4
22731	Pratts	pratts	VA	113		38.3366	-78.2573	4
22732	Radiant	radiant	VA	113		38.3146	-78.1899	4
22738	Rochelle	rochelle	VA	113		38.3215	-78.3042	4
22743	Syria	syria	VA	113		38.4972	-78.3229	4
22748	Wolftown	wolftown	VA	113		38.3557	-78.3475	4
22948	Locust Dale	locust-dale	VA	113		38.3572	-78.1229	4
22989	Woodberry Forest	woodberry-forest	VA	113		38.2912	-78.1225	1
23021	Bohannon	bohannon	VA	115		37.3905	-76.3614	4
23025	Cardinal	cardinal	VA	115		37.4128	-76.3616	4
23035	Cobbs Creek	cobbs-creek	VA	115		37.4959	-76.3863	4
23045	Diggs	diggs	VA	115		37.4296	-76.2629	4
23056	Foster	foster	VA	115		37.4529	-76.3849	4
23064	Grimstead	grimstead	VA	115		37.4961	-76.3	4
23066	Gwynn	gwynn	VA	115		37.5043	-76.2886	4
23068	Hallieford	hallieford	VA	115		37.4937	-76.3402	4
23076	Hudgins	hudgins	VA	115		37.4766	-76.3089	4
23109	Mathews	mathews	VA	115		37.4383	-76.3544	4
23119	Moon	moon	VA	115		37.4487	-76.2766	4
23125	New Point	new-point	VA	115		37.3438	-76.2878	4
23128	North	north	VA	115		37.4401	-76.4238	1
23130	Onemo	onemo	VA	115		37.3985	-76.2941	4
23138	Port Haywood	port-haywood	VA	115		37.386	-76.3172	4
23163	Susan	susan	VA	115		37.3508	-76.3161	4
23915	Baskerville	baskerville	VA	117		36.7236	-78.279	4
23917	Boydton	boydton	VA	117		36.6544	-78.3752	4
23919	Bracey	bracey	VA	117		36.5763	-78.1059	4
23924	Chase City	chase-city	VA	117		36.8053	-78.4553	4
23927	Clarksville	clarksville	VA	117		36.624	-78.5569	4
23950	La Crosse	la-crosse	VA	117		36.6613	-78.0754	4
23968	Skipwith	skipwith	VA	117		36.7317	-78.5306	4
23970	South Hill	south-hill	VA	117		36.7124	-78.1534	4
24529	Buffalo Junction	buffalo-junction	VA	117		36.6168	-78.6093	4
24580	Nelson	nelson	VA	117		36.5586	-78.671	4
23031	Christchurch	christchurch	VA	119		37.5984	-76.4476	4
23032	Church View	church-view	VA	119		37.675	-76.6629	4
23043	Deltaville	deltaville	VA	119		37.5549	-76.3468	4
23070	Hardyville	hardyville	VA	119		37.5512	-76.3844	4
23071	Hartfield	hartfield	VA	119		37.5594	-76.4769	4
23079	Jamaica	jamaica	VA	119		37.73	-76.689	4
23092	Locust Hill	locust-hill	VA	119		37.5826	-76.4984	4
23149	Saluda	saluda	VA	119		37.5949	-76.5921	4
23169	Topping	topping	VA	119		37.6009	-76.4575	4
23175	Urbanna	urbanna	VA	119		37.6356	-76.5918	4
23176	Wake	wake	VA	119		37.5681	-76.4323	4
23180	Water View	water-view	VA	119		37.7105	-76.6227	4
24023	Roanoke	roanoke	VA	121		37.271	-79.9414	4
24060	Blacksburg	blacksburg	VA	121		37.2563	-80.4347	4
24061	Blacksburg	blacksburg	VA	121		37.1791	-80.3515	4
24062	Blacksburg	blacksburg	VA	121		37.2296	-80.4139	4
24063	Blacksburg	blacksburg	VA	121		37.2296	-80.4139	4
24068	Christiansburg	christiansburg	VA	121		37.1548	-80.4184	4
24073	Christiansburg	christiansburg	VA	121		37.1353	-80.4188	4
24111	Mc Coy	mc-coy	VA	121		37.1742	-80.3957	1
24138	Pilot	pilot	VA	121		37.0565	-80.3229	4
24149	Riner	riner	VA	121		37.0322	-80.4353	4
24162	Shawsville	shawsville	VA	121		37.1466	-80.2715	4
22920	Afton	afton	VA	125		37.9626	-78.841	4
22922	Arrington	arrington	VA	125		37.6902	-78.9479	4
22938	Faber	faber	VA	125		37.8475	-78.7565	4
22949	Lovingston	lovingston	VA	125		37.7924	-78.8684	4
22958	Nellysford	nellysford	VA	125		37.902	-78.9004	4
22964	Piney River	piney-river	VA	125		37.7051	-79.0231	4
22967	Roseland	roseland	VA	125		37.8077	-78.9712	4
22969	Schuyler	schuyler	VA	125		37.7976	-78.6925	4
22971	Shipman	shipman	VA	125		37.76	-78.8105	4
22976	Tyro	tyro	VA	125		37.8391	-79.0693	4
24464	Montebello	montebello	VA	125		37.8654	-79.0804	4
24553	Gladstone	gladstone	VA	125		37.5473	-78.8508	4
24581	Norwood	norwood	VA	125		37.6432	-78.8089	4
24599	Wingina	wingina	VA	125		37.6399	-78.7239	4
23011	Barhamsville	barhamsville	VA	127		37.4617	-76.8321	4
23089	Lanexa	lanexa	VA	127		37.4194	-76.9027	4
23124	New Kent	new-kent	VA	127		37.553	-77.0742	4
23140	Providence Forge	providence-forge	VA	127		37.4418	-77.0436	4
23141	Quinton	quinton	VA	127		37.5185	-77.1486	4
23307	Birdsnest	birdsnest	VA	131		37.439	-75.881	4
23310	Cape Charles	cape-charles	VA	131		37.2799	-75.9721	4
23313	Capeville	capeville	VA	131		37.2019	-75.9524	4
23316	Cheriton	cheriton	VA	131		37.2896	-75.9713	4
23347	Eastville	eastville	VA	131		37.3526	-75.9458	4
23350	Exmore	exmore	VA	131		37.5117	-75.8526	4
23354	Franktown	franktown	VA	131		37.4588	-75.9007	4
23398	Jamesville	jamesville	VA	131		37.5151	-75.9305	4
23405	Machipongo	machipongo	VA	131		37.4014	-75.9082	4
23408	Marionville	marionville	VA	131		37.4556	-75.8473	4
23413	Nassawadox	nassawadox	VA	131		37.4728	-75.858	4
23419	Oyster	oyster	VA	131		37.3074	-75.9269	4
23429	Seaview	seaview	VA	131		37.2711	-75.9536	4
23443	Townsend	townsend	VA	131		37.1882	-75.969	4
23482	Wardtown	wardtown	VA	131		37.5349	-75.8769	4
23486	Willis Wharf	willis-wharf	VA	131		37.5157	-75.8066	4
22432	Burgess	burgess	VA	133		37.8687	-76.3542	4
22435	Callao	callao	VA	133		37.9773	-76.5732	4
22456	Edwardsville	edwardsville	VA	133		37.9065	-76.3652	4
22473	Heathsville	heathsville	VA	133		37.9072	-76.4178	4
22511	Lottsburg	lottsburg	VA	133		37.9792	-76.5018	4
22530	Ophelia	ophelia	VA	133		37.9094	-76.2934	4
22539	Reedville	reedville	VA	133		37.857	-76.2829	4
22579	Wicomico Church	wicomico-church	VA	133		37.8025	-76.3636	4
23824	Blackstone	blackstone	VA	135		37.0916	-77.9851	4
23922	Burkeville	burkeville	VA	135		37.1952	-78.1961	4
23930	Crewe	crewe	VA	135		37.1657	-78.1059	4
23955	Nottoway	nottoway	VA	135		37.1161	-78.0578	1
22433	Burr Hill	burr-hill	VA	137		38.3446	-77.8719	4
22508	Locust Grove	locust-grove	VA	137		38.3352	-77.7709	4
22542	Rhoadesville	rhoadesville	VA	137		38.2863	-77.923	4
22567	Unionville	unionville	VA	137		38.2383	-77.9193	4
22923	Barboursville	barboursville	VA	137		38.2095	-78.3098	4
22942	Gordonsville	gordonsville	VA	137		38.1759	-78.1815	4
22957	Montpelier Station	montpelier-station	VA	137		38.227	-78.1768	4
22960	Orange	orange	VA	137		38.2192	-78.0461	4
22972	Somerset	somerset	VA	137		38.1997	-78.2394	4
22650	Rileyville	rileyville	VA	139		38.7564	-78.3873	4
22835	Luray	luray	VA	139		38.6548	-78.4596	4
22849	Shenandoah	shenandoah	VA	139		38.501	-78.609	4
22851	Stanley	stanley	VA	139		38.566	-78.5093	4
24053	Ararat	ararat	VA	141		36.6139	-80.5093	4
24076	Claudville	claudville	VA	141		36.5896	-80.4184	4
24082	Critz	critz	VA	141		36.6211	-80.1298	4
24120	Meadows Of Dan	meadows-of-dan	VA	141		36.725	-80.4022	4
24133	Patrick Springs	patrick-springs	VA	141		36.6744	-80.1388	4
24171	Stuart	stuart	VA	141		36.6517	-80.2392	4
24177	Vesta	vesta	VA	141		36.7241	-80.3581	4
24185	Woolwine	woolwine	VA	141		36.7921	-80.2774	4
24069	Cascade	cascade	VA	143		36.5927	-79.6574	4
24139	Pittsville	pittsville	VA	143		36.9716	-79.4794	4
24161	Sandy Level	sandy-level	VA	143		36.991	-79.5614	4
24527	Blairs	blairs	VA	143		36.6799	-79.3731	4
24530	Callands	callands	VA	143		36.7647	-79.6288	4
24531	Chatham	chatham	VA	143		36.831	-79.4297	4
24549	Dry Fork	dry-fork	VA	143		36.743	-79.458	4
24557	Gretna	gretna	VA	143		36.9695	-79.3389	4
24563	Hurt	hurt	VA	143		37.0798	-79.3	4
24565	Java	java	VA	143		36.8586	-79.187	4
24566	Keeling	keeling	VA	143		36.7156	-79.2783	4
24586	Ringgold	ringgold	VA	143		36.6035	-79.2988	4
24594	Sutherlin	sutherlin	VA	143		36.6258	-79.195	4
23139	Powhatan	powhatan	VA	145		37.5421	-77.9189	4
23901	Farmville	farmville	VA	147		37.3027	-78.4076	4
23909	Farmville	farmville	VA	147		37.3016	-78.3949	4
23942	Green Bay	green-bay	VA	147		37.1234	-78.3072	4
23943	Hampden Sydney	hampden-sydney	VA	147		37.2381	-78.4618	4
23954	Meherrin	meherrin	VA	147		37.1013	-78.3874	4
23960	Prospect	prospect	VA	147		37.3058	-78.5462	4
23966	Rice	rice	VA	147		37.2721	-78.2793	4
23801	Fort Lee	fort-lee	VA	149		37.2447	-77.3341	4
23842	Disputanta	disputanta	VA	149		37.1483	-77.2732	4
23875	Prince George	prince-george	VA	149		37.2333	-77.2747	4
20136	Bristow	bristow	VA	153		38.7343	-77.5474	4
20143	Catharpin	catharpin	VA	153		38.8543	-77.5719	4
20155	Gainesville	gainesville	VA	153		38.8157	-77.6216	4
20156	Gainesville	gainesville	VA	153		38.7219	-77.4669	4
20168	Haymarket	haymarket	VA	153		38.8121	-77.6364	4
20169	Haymarket	haymarket	VA	153		38.8674	-77.6445	4
20181	Nokesville	nokesville	VA	153		38.7	-77.5483	4
20182	Nokesville	nokesville	VA	153		38.7009	-77.5857	4
22025	Dumfries	dumfries	VA	153		38.5993	-77.3403	4
22026	Dumfries	dumfries	VA	153		38.5669	-77.2921	4
22125	Occoquan	occoquan	VA	153		38.6816	-77.2605	4
22134	Quantico	quantico	VA	153		38.531	-77.3358	4
22135	Quantico	quantico	VA	153		38.5223	-77.2936	4
22172	Triangle	triangle	VA	153		38.5509	-77.3229	4
22191	Woodbridge	woodbridge	VA	153		38.6356	-77.2683	4
22192	Woodbridge	woodbridge	VA	153		38.676	-77.3163	4
22193	Woodbridge	woodbridge	VA	153		38.6438	-77.3451	4
22194	Woodbridge	woodbridge	VA	153		38.6582	-77.2497	4
22195	Woodbridge	woodbridge	VA	153		38.6582	-77.2497	4
24058	Belspring	belspring	VA	155		37.1982	-80.6151	4
24084	Dublin	dublin	VA	155		37.1057	-80.6853	4
24126	Newbern	newbern	VA	155		37.0692	-80.6891	4
24129	New River	new-river	VA	155		37.0964	-80.6081	4
24132	Parrott	parrott	VA	155		37.2048	-80.6205	4
24301	Pulaski	pulaski	VA	155		37.0567	-80.771	4
24324	Draper	draper	VA	155		36.9697	-80.8188	4
24347	Hiwassee	hiwassee	VA	155		36.9756	-80.6695	4
20106	Amissville	amissville	VA	157		38.6842	-78.0168	4
22623	Chester Gap	chester-gap	VA	157		38.8537	-78.1412	4
22627	Flint Hill	flint-hill	VA	157		38.7629	-78.1	4
22640	Huntly	huntly	VA	157		38.8129	-78.1165	4
22716	Castleton	castleton	VA	157		38.6032	-78.1208	4
22740	Sperryville	sperryville	VA	157		38.6203	-78.2466	4
22746	Viewtown	viewtown	VA	157		38.6457	-78.0258	4
22747	Washington	washington	VA	157		38.7078	-78.1566	4
22749	Woodville	woodville	VA	157		38.6482	-78.1739	4
22460	Farnham	farnham	VA	159		37.874	-76.605	4
22472	Haynesville	haynesville	VA	159		37.9505	-76.6367	4
22548	Sharps	sharps	VA	159		37.824	-76.7008	4
22570	Village	village	VA	159		37.9472	-76.6154	4
22572	Warsaw	warsaw	VA	159		37.9695	-76.7665	4
24018	Roanoke	roanoke	VA	161		37.2503	-80.0525	1
24020	Roanoke	roanoke	VA	161		37.3589	-79.9448	1
24059	Bent Mountain	bent-mountain	VA	161		37.1549	-80.1215	4
24070	Catawba	catawba	VA	161		37.3696	-80.1284	4
24087	Elliston	elliston	VA	161		37.2165	-80.2325	4
24179	Vinton	vinton	VA	161		37.2757	-79.8775	4
24415	Brownsburg	brownsburg	VA	163		37.9285	-79.3192	4
24435	Fairfield	fairfield	VA	163		37.8778	-79.2979	4
24439	Goshen	goshen	VA	163		37.9878	-79.4773	4
24472	Raphine	raphine	VA	163		37.9374	-79.2219	4
24473	Rockbridge Baths	rockbridge-baths	VA	163		37.8965	-79.3874	1
24483	Vesuvius	vesuvius	VA	163		37.8378	-79.2135	4
24555	Glasgow	glasgow	VA	163		37.643	-79.459	4
24578	Natural Bridge	natural-bridge	VA	163		37.6606	-79.533	4
24579	Natural Bridge Station	natural-bridge-station	VA	163		37.598	-79.525	4
22802	Harrisonburg	harrisonburg	VA	165		38.4905	-78.8179	4
22811	Bergton	bergton	VA	165		38.7925	-78.9668	4
22812	Bridgewater	bridgewater	VA	165		38.3859	-78.9937	4
22815	Broadway	broadway	VA	165		38.6083	-78.7875	4
22820	Criders	criders	VA	165		38.7497	-78.9974	4
22821	Dayton	dayton	VA	165		38.4707	-79.085	4
22827	Elkton	elkton	VA	165		38.4025	-78.6321	4
22830	Fulks Run	fulks-run	VA	165		38.6339	-78.9358	4
22831	Hinton	hinton	VA	165		38.5689	-79.0885	4
22832	Keezletown	keezletown	VA	165		38.4659	-78.7499	4
22833	Lacey Spring	lacey-spring	VA	165		38.5284	-78.8552	4
22834	Linville	linville	VA	165		38.5557	-78.8961	4
22840	Mc Gaheysville	mc-gaheysville	VA	165		38.3712	-78.7411	1
22841	Mount Crawford	mount-crawford	VA	165		38.3457	-78.8957	4
22846	Penn Laird	penn-laird	VA	165		38.375	-78.7795	4
22848	Pleasant Valley	pleasant-valley	VA	165		38.3847	-78.8914	4
22850	Singers Glen	singers-glen	VA	165		38.5574	-78.9227	4
22853	Timberville	timberville	VA	165		38.6476	-78.7717	4
24441	Grottoes	grottoes	VA	165		38.2484	-78.8255	4
24471	Port Republic	port-republic	VA	165		38.3226	-78.7886	4
24224	Castlewood	castlewood	VA	167		36.8764	-82.2876	4
24225	Cleveland	cleveland	VA	167		36.9502	-82.1318	4
24237	Dante	dante	VA	167		37.0054	-82.2815	4
24260	Honaker	honaker	VA	167		37.0395	-82.0246	4
24266	Lebanon	lebanon	VA	167		36.8809	-82.0956	4
24280	Rosedale	rosedale	VA	167		36.9593	-81.9312	4
24649	Swords Creek	swords-creek	VA	167		37.0738	-81.9084	4
24244	Duffield	duffield	VA	169		36.7114	-82.8337	4
24245	Dungannon	dungannon	VA	169		36.8242	-82.496	4
24250	Fort Blackmore	fort-blackmore	VA	169		36.7438	-82.6102	4
24251	Gate City	gate-city	VA	169		36.646	-82.6112	4
24258	Hiltons	hiltons	VA	169		36.6498	-82.4299	4
24271	Nickelsville	nickelsville	VA	169		36.7502	-82.4202	4
24290	Weber City	weber-city	VA	169		36.6137	-82.5618	4
22626	Fishers Hill	fishers-hill	VA	171		38.9834	-78.4038	1
22641	Strasburg	strasburg	VA	171		39.0808	-78.3913	4
22644	Maurertown	maurertown	VA	171		38.9441	-78.4658	4
22652	Fort Valley	fort-valley	VA	171		38.8407	-78.4276	1
22657	Strasburg	strasburg	VA	171		38.9884	-78.3386	4
22660	Toms Brook	toms-brook	VA	171		38.9476	-78.4331	4
22664	Woodstock	woodstock	VA	171		38.887	-78.5217	4
22810	Basye	basye	VA	171		38.8089	-78.7776	4
22824	Edinburg	edinburg	VA	171		38.8432	-78.6003	4
22842	Mount Jackson	mount-jackson	VA	171		38.7857	-78.6803	4
22844	New Market	new-market	VA	171		38.6606	-78.6714	4
22845	Orkney Springs	orkney-springs	VA	171		38.7937	-78.8111	4
22847	Quicksburg	quicksburg	VA	171		38.7201	-78.7213	4
24311	Atkins	atkins	VA	173		36.8665	-81.4048	4
24316	Broadford	broadford	VA	173		36.9546	-81.673	4
24319	Chilhowie	chilhowie	VA	173		36.7719	-81.6651	4
24354	Marion	marion	VA	173		36.8273	-81.5349	4
24370	Saltville	saltville	VA	173		36.8927	-81.7402	4
24375	Sugar Grove	sugar-grove	VA	173		36.7736	-81.4084	4
23827	Boykins	boykins	VA	175		36.5951	-77.1975	4
23828	Branchville	branchville	VA	175		36.5787	-77.2704	4
23829	Capron	capron	VA	175		36.7243	-77.2394	4
23837	Courtland	courtland	VA	175		36.7225	-77.0783	4
23844	Drewryville	drewryville	VA	175		36.6854	-77.3591	4
23866	Ivor	ivor	VA	175		36.9071	-76.8861	4
23874	Newsoms	newsoms	VA	175		36.6148	-77.1069	4
23878	Sedley	sedley	VA	175		36.776	-76.9841	4
22407	Fredericksburg	fredericksburg	VA	177		38.2688	-77.5476	4
22408	Fredericksburg	fredericksburg	VA	177		38.2481	-77.4681	4
22412	Fredericksburg	fredericksburg	VA	177		38.1847	-77.6626	4
22534	Partlow	partlow	VA	177		38.0641	-77.6586	4
22551	Spotsylvania	spotsylvania	VA	177		38.162	-77.6854	4
22553	Spotsylvania	spotsylvania	VA	177		38.271	-77.6447	4
22565	Thornburg	thornburg	VA	177		38.1372	-77.5189	4
22403	Fredericksburg	fredericksburg	VA	179		38.4173	-77.4608	4
22405	Fredericksburg	fredericksburg	VA	179		38.3365	-77.4366	4
22406	Fredericksburg	fredericksburg	VA	179		38.3796	-77.5349	4
22430	Brooke	brooke	VA	179		38.3857	-77.3743	4
22463	Garrisonville	garrisonville	VA	179		38.4684	-77.4612	4
22471	Hartwood	hartwood	VA	179		38.3993	-77.5814	4
22545	Ruby	ruby	VA	179		38.5086	-77.543	4
22554	Stafford	stafford	VA	179		38.4586	-77.4306	4
22555	Stafford	stafford	VA	179		38.4221	-77.4083	4
22556	Stafford	stafford	VA	179		38.4718	-77.5102	4
23839	Dendron	dendron	VA	181		37.0981	-76.8966	4
23846	Elberon	elberon	VA	181		37.0701	-76.8337	4
23881	Spring Grove	spring-grove	VA	181		37.1901	-76.9923	4
23883	Surry	surry	VA	181		37.126	-76.7651	4
23899	Claremont	claremont	VA	181		37.2279	-76.9641	4
23867	Jarratt	jarratt	VA	183		36.8191	-77.4832	4
23882	Stony Creek	stony-creek	VA	183		36.9361	-77.4443	4
23884	Sussex	sussex	VA	183		36.9151	-77.2791	4
23888	Wakefield	wakefield	VA	183		36.9757	-76.979	4
23890	Waverly	waverly	VA	183		37.025	-77.1055	4
23891	Waverly	waverly	VA	183		37.0508	-77.2124	4
23897	Yale	yale	VA	183		36.8373	-77.287	4
24377	Tannersville	tannersville	VA	185		36.9763	-81.628	4
24601	Amonate	amonate	VA	185		37.1909	-81.6387	4
24602	Bandy	bandy	VA	185		37.1661	-81.6508	4
24604	Bishop	bishop	VA	185		37.2033	-81.5575	4
24605	Bluefield	bluefield	VA	185		37.2526	-81.2712	4
24606	Boissevain	boissevain	VA	185		37.2818	-81.3804	4
24608	Burkes Garden	burkes-garden	VA	185		37.0982	-81.3409	4
24609	Cedar Bluff	cedar-bluff	VA	185		37.0876	-81.759	4
24612	Doran	doran	VA	185		37.0926	-81.8335	4
24613	Falls Mills	falls-mills	VA	185		37.271	-81.3182	4
24619	Horsepen	horsepen	VA	185		37.1355	-81.5634	4
24622	Jewell Ridge	jewell-ridge	VA	185		37.2094	-81.7956	4
24630	North Tazewell	north-tazewell	VA	185		37.1756	-81.5399	4
24635	Pocahontas	pocahontas	VA	185		37.3054	-81.3425	4
24637	Pounding Mill	pounding-mill	VA	185		37.0596	-81.7301	4
24640	Red Ash	red-ash	VA	185		37.1134	-81.871	4
24641	Richlands	richlands	VA	185		37.0941	-81.8123	4
24651	Tazewell	tazewell	VA	185		37.1078	-81.51	4
22610	Bentonville	bentonville	VA	187		38.8187	-78.2757	4
22630	Front Royal	front-royal	VA	187		38.9268	-78.1796	4
22642	Linden	linden	VA	187		38.8812	-78.0478	4
22649	Middletown	middletown	VA	187		39.0048	-78.2478	4
24210	Abingdon	abingdon	VA	191		36.6916	-82.02	4
24211	Abingdon	abingdon	VA	191		36.6673	-81.9648	4
24212	Abingdon	abingdon	VA	191		36.6909	-81.9708	4
24236	Damascus	damascus	VA	191		36.6403	-81.7776	4
24270	Mendota	mendota	VA	191		36.7223	-82.2649	4
24327	Emory	emory	VA	191		36.78	-81.8171	4
24340	Glade Spring	glade-spring	VA	191		36.7779	-81.7676	4
24361	Meadowview	meadowview	VA	191		36.7612	-81.8512	4
22442	Coles Point	coles-point	VA	193		38.1437	-76.6355	4
22443	Colonial Beach	colonial-beach	VA	193		38.1792	-76.9959	4
22469	Hague	hague	VA	193		38.0573	-76.6616	4
22488	Kinsale	kinsale	VA	193		38.0505	-76.5855	4
22520	Montross	montross	VA	193		38.1105	-76.7828	4
22524	Mount Holly	mount-holly	VA	193		38.1182	-76.6805	4
22529	Oldhams	oldhams	VA	193		38.0181	-76.6861	4
22558	Stratford	stratford	VA	193		38.1484	-76.8413	4
22577	Sandy Point	sandy-point	VA	193		38.0673	-76.5503	4
22581	Zacata	zacata	VA	193		38.1218	-76.7903	4
24215	Andover	andover	VA	195		36.9234	-82.7964	4
24216	Appalachia	appalachia	VA	195		36.9438	-82.7976	4
24219	Big Stone Gap	big-stone-gap	VA	195		36.8581	-82.7627	4
24230	Coeburn	coeburn	VA	195		36.9605	-82.4735	4
24246	East Stone Gap	east-stone-gap	VA	195		36.8668	-82.7424	4
24279	Pound	pound	VA	195		37.0927	-82.6016	4
24283	Saint Paul	saint-paul	VA	195		36.9323	-82.3418	4
24293	Wise	wise	VA	195		36.975	-82.5947	4
24312	Austinville	austinville	VA	197		36.8195	-80.8583	4
24313	Barren Springs	barren-springs	VA	197		36.9078	-80.809	4
24322	Cripple Creek	cripple-creek	VA	197		36.8086	-81.1039	4
24323	Crockett	crockett	VA	197		36.8768	-81.2089	4
24350	Ivanhoe	ivanhoe	VA	197		36.8272	-80.9779	4
24360	Max Meadows	max-meadows	VA	197		36.9056	-80.9244	4
24368	Rural Retreat	rural-retreat	VA	197		36.8836	-81.2879	4
24374	Speedwell	speedwell	VA	197		36.7998	-81.1834	4
24382	Wytheville	wytheville	VA	197		36.9407	-81.0941	4
23090	Lightfoot	lightfoot	VA	199		37.3407	-76.7544	4
23690	Yorktown	yorktown	VA	199		37.2287	-76.5423	4
23691	Yorktown	yorktown	VA	199		37.2517	-76.552	4
23692	Yorktown	yorktown	VA	199		37.1686	-76.4581	4
23693	Yorktown	yorktown	VA	199		37.1256	-76.4469	4
23694	Lackey	lackey	VA	199		37.2232	-76.559	4
23696	Seaford	seaford	VA	199		37.1885	-76.429	4
22301	Alexandria	alexandria	VA	510		38.82	-77.0589	4
22302	Alexandria	alexandria	VA	510		38.8276	-77.0896	4
22304	Alexandria	alexandria	VA	510		38.8149	-77.121	4
22305	Alexandria	alexandria	VA	510		38.8372	-77.064	4
22311	Alexandria	alexandria	VA	510		38.832	-77.12	4
22313	Alexandria	alexandria	VA	510		38.8158	-77.0901	4
22314	Alexandria	alexandria	VA	510		38.806	-77.0529	4
22320	Alexandria	alexandria	VA	510		38.8044	-77.0467	4
22331	Alexandria	alexandria	VA	510		38.8013	-77.0707	4
22332	Alexandria	alexandria	VA	510		38.8031	-77.0727	4
22333	Alexandria	alexandria	VA	510		38.8158	-77.0901	4
22334	Alexandria	alexandria	VA	510		38.8158	-77.0901	4
22350	Alexandria	alexandria	VA	510		38.8045	-77.0509	4
24523	Bedford	bedford	VA	515		37.3153	-79.5331	4
24201	Bristol	bristol	VA	520		36.6181	-82.1823	4
24202	Bristol	bristol	VA	520		36.6609	-82.2126	4
24203	Bristol	bristol	VA	520		36.5965	-82.1885	4
24205	Bristol	bristol	VA	520		36.595	-82.1819	
24209	Bristol	bristol	VA	520		36.5965	-82.1885	4
24416	Buena Vista	buena-vista	VA	530		37.7396	-79.3523	4
22902	Charlottesville	charlottesville	VA	540		38.0266	-78.4805	4
22903	Charlottesville	charlottesville	VA	540		38.0339	-78.4924	4
22904	Charlottesville	charlottesville	VA	540		38.0401	-78.4851	4
22905	Charlottesville	charlottesville	VA	540		38.0401	-78.4851	4
22906	Charlottesville	charlottesville	VA	540		38.0401	-78.4851	4
22907	Charlottesville	charlottesville	VA	540		38.0401	-78.4851	4
22908	Charlottesville	charlottesville	VA	540		38.0401	-78.4851	4
22910	Charlottesville	charlottesville	VA	540		38.0401	-78.4851	4
23320	Chesapeake	chesapeake	VA	550		36.7352	-76.2384	4
23321	Chesapeake	chesapeake	VA	550		36.8012	-76.423	4
23322	Chesapeake	chesapeake	VA	550		36.6434	-76.242	4
23323	Chesapeake	chesapeake	VA	550		36.7634	-76.3397	4
23324	Chesapeake	chesapeake	VA	550		36.8056	-76.2666	4
23325	Chesapeake	chesapeake	VA	550		36.814	-76.2406	4
23326	Chesapeake	chesapeake	VA	550		36.777	-76.2394	4
23327	Chesapeake	chesapeake	VA	550		36.7085	-76.2785	4
23328	Chesapeake	chesapeake	VA	550		36.7085	-76.2785	4
23834	Colonial Heights	colonial-heights	VA	570		37.27	-77.4038	4
24426	Covington	covington	VA	580		37.7802	-79.987	4
24540	Danville	danville	VA	590		36.6218	-79.4124	4
24541	Danville	danville	VA	590		36.5779	-79.4411	4
24543	Danville	danville	VA	590		36.5927	-79.411	4
23847	Emporia	emporia	VA	595		36.6857	-77.563	4
22030	Fairfax	fairfax	VA	600		38.8458	-77.3242	4
22031	Fairfax	fairfax	VA	600		38.8604	-77.2649	4
22038	Fairfax	fairfax	VA	600		38.8528	-77.302	4
22040	Falls Church	falls-church	VA	610		38.8842	-77.1718	4
22046	Falls Church	falls-church	VA	610		38.8856	-77.1802	4
23851	Franklin	franklin	VA	620		36.6786	-76.9391	4
22401	Fredericksburg	fredericksburg	VA	630		38.2995	-77.4772	4
22402	Fredericksburg	fredericksburg	VA	630		38.2996	-77.4897	4
22404	Fredericksburg	fredericksburg	VA	630		38.3032	-77.4605	4
24333	Galax	galax	VA	640		36.6565	-80.9117	4
23630	Hampton	hampton	VA	650		37.0727	-76.3899	4
23651	Fort Monroe	fort-monroe	VA	650		37.018	-76.3044	1
23661	Hampton	hampton	VA	650		37.0074	-76.3801	4
23663	Hampton	hampton	VA	650		37.0318	-76.3199	4
23664	Hampton	hampton	VA	650		37.0566	-76.2966	4
23665	Hampton	hampton	VA	650		37.0831	-76.36	4
23666	Hampton	hampton	VA	650		37.0462	-76.4096	4
23667	Hampton	hampton	VA	650		37.0193	-76.3318	4
23668	Hampton	hampton	VA	650		37.0206	-76.3377	4
23669	Hampton	hampton	VA	650		37.0436	-76.3426	4
23670	Hampton	hampton	VA	650		37.0727	-76.3899	4
23681	Hampton	hampton	VA	650		37.0727	-76.3899	4
22801	Harrisonburg	harrisonburg	VA	660		38.4489	-78.8714	4
22803	Harrisonburg	harrisonburg	VA	660		38.4496	-78.8689	4
22807	Harrisonburg	harrisonburg	VA	660		38.4409	-78.8742	4
23860	Hopewell	hopewell	VA	670		37.2876	-77.295	4
24450	Lexington	lexington	VA	678		37.7885	-79.4581	4
24501	Lynchburg	lynchburg	VA	680		37.353	-79.1557	4
24502	Lynchburg	lynchburg	VA	680		37.3825	-79.2181	4
24503	Lynchburg	lynchburg	VA	680		37.4376	-79.205	4
24504	Lynchburg	lynchburg	VA	680		37.361	-79.0544	4
24505	Lynchburg	lynchburg	VA	680		37.4138	-79.1422	4
24506	Lynchburg	lynchburg	VA	680		37.3817	-79.161	4
24514	Lynchburg	lynchburg	VA	680		37.4009	-79.1785	4
24515	Lynchburg	lynchburg	VA	680		37.4009	-79.1785	4
09450	APO AE	apo-ae				51.8782	0.5529	
20108	Manassas	manassas	VA	683		38.7447	-77.4872	4
20109	Manassas	manassas	VA	683		38.793	-77.5266	4
20110	Manassas	manassas	VA	683		38.7492	-77.4878	4
20111	Manassas	manassas	VA	685		38.7707	-77.4494	4
20112	Manassas	manassas	VA	685		38.6665	-77.4248	4
20113	Manassas	manassas	VA	685		38.7709	-77.4494	4
24112	Martinsville	martinsville	VA	690		36.6871	-79.8691	4
24113	Martinsville	martinsville	VA	690		36.6796	-79.8652	4
24114	Martinsville	martinsville	VA	690		36.6796	-79.8652	4
24115	Martinsville	martinsville	VA	690		36.6796	-79.8652	4
23601	Newport News	newport-news	VA	700		37.058	-76.4607	4
23602	Newport News	newport-news	VA	700		37.1132	-76.5179	4
23603	Newport News	newport-news	VA	700		37.1989	-76.5821	4
23604	Fort Eustis	fort-eustis	VA	700		37.1574	-76.5845	1
23605	Newport News	newport-news	VA	700		37.0156	-76.4332	4
23606	Newport News	newport-news	VA	700		37.0768	-76.4967	4
23607	Newport News	newport-news	VA	700		36.9864	-76.4165	4
23608	Newport News	newport-news	VA	700		37.1526	-76.542	4
23609	Newport News	newport-news	VA	700		37.1959	-76.5248	4
23612	Newport News	newport-news	VA	700		37.1959	-76.5248	4
23628	Newport News	newport-news	VA	700		37.1959	-76.5248	4
23501	Norfolk	norfolk	VA	710		36.8959	-76.2085	4
23502	Norfolk	norfolk	VA	710		36.8546	-76.2143	4
23503	Norfolk	norfolk	VA	710		36.9442	-76.252	4
23504	Norfolk	norfolk	VA	710		36.8586	-76.2686	4
23505	Norfolk	norfolk	VA	710		36.9168	-76.2875	4
23506	Norfolk	norfolk	VA	710		36.9312	-76.2397	4
23507	Norfolk	norfolk	VA	710		36.8645	-76.3004	4
23508	Norfolk	norfolk	VA	710		36.8859	-76.3004	4
23509	Norfolk	norfolk	VA	710		36.8787	-76.2604	4
23510	Norfolk	norfolk	VA	710		36.8529	-76.2878	4
23511	Norfolk	norfolk	VA	710		36.9356	-76.3034	4
23513	Norfolk	norfolk	VA	710		36.8914	-76.2396	4
23514	Norfolk	norfolk	VA	710		36.8468	-76.2852	4
23515	Norfolk	norfolk	VA	710		36.9312	-76.2397	4
23517	Norfolk	norfolk	VA	710		36.8695	-76.2945	4
23518	Norfolk	norfolk	VA	710		36.9202	-76.216	4
23519	Norfolk	norfolk	VA	710		36.9312	-76.2397	4
23523	Norfolk	norfolk	VA	710		36.8294	-76.2701	4
23529	Norfolk	norfolk	VA	710		36.9312	-76.2397	4
23541	Norfolk	norfolk	VA	710		36.9312	-76.2397	4
23551	Norfolk	norfolk	VA	710		36.9312	-76.2397	4
24273	Norton	norton	VA	720		36.9378	-82.6249	4
23803	Petersburg	petersburg	VA	730		37.2123	-77.4814	4
23804	Petersburg	petersburg	VA	730		37.2048	-77.3928	4
23805	Petersburg	petersburg	VA	730		37.1819	-77.3854	4
23806	Virginia State University	virginia-state-university	VA	730		37.2327	-77.385	1
23662	Poquoson	poquoson	VA	735		37.1313	-76.3807	4
23701	Portsmouth	portsmouth	VA	740		36.8089	-76.3671	4
23702	Portsmouth	portsmouth	VA	740		36.8035	-76.327	4
23703	Portsmouth	portsmouth	VA	740		36.8695	-76.3869	4
23704	Portsmouth	portsmouth	VA	740		36.8298	-76.3146	4
23705	Portsmouth	portsmouth	VA	740		36.8686	-76.3552	4
23707	Portsmouth	portsmouth	VA	740		36.8362	-76.344	4
23708	Portsmouth	portsmouth	VA	740		36.8354	-76.2983	4
23709	Portsmouth	portsmouth	VA	740		36.8686	-76.3552	4
24141	Radford	radford	VA	750		37.1197	-80.5565	4
24142	Radford	radford	VA	750		37.1387	-80.548	4
24143	Radford	radford	VA	750		37.1226	-80.5629	4
23173	Richmond	richmond	VA	760		37.5538	-77.4603	4
23218	Richmond	richmond	VA	760		37.5242	-77.4932	4
23219	Richmond	richmond	VA	760		37.5463	-77.4378	4
23220	Richmond	richmond	VA	760		37.5498	-77.4588	4
23221	Richmond	richmond	VA	760		37.5583	-77.4845	4
23222	Richmond	richmond	VA	760		37.5748	-77.4267	4
23223	Richmond	richmond	VA	760		37.5477	-77.3948	4
23224	Richmond	richmond	VA	760		37.4955	-77.471	4
23225	Richmond	richmond	VA	760		37.5158	-77.5047	4
23232	Richmond	richmond	VA	760		37.5202	-77.4084	4
23241	Richmond	richmond	VA	760		37.5242	-77.4932	4
23249	Richmond	richmond	VA	760		37.5242	-77.4932	4
23260	Richmond	richmond	VA	760		37.5538	-77.4603	4
23261	Richmond	richmond	VA	760		37.5538	-77.4603	4
23269	Richmond	richmond	VA	760		37.5538	-77.4603	4
23273	Henrico	henrico	VA	760		37.5302	-77.4753	4
23274	Richmond	richmond	VA	760		37.5242	-77.4932	4
23276	Richmond	richmond	VA	760		37.5242	-77.4932	4
23278	Richmond	richmond	VA	760		37.5242	-77.4932	4
23279	Richmond	richmond	VA	760		37.5242	-77.4932	4
23282	Richmond	richmond	VA	760		37.5538	-77.4603	4
23284	Richmond	richmond	VA	760		37.5494	-77.4512	4
23285	Richmond	richmond	VA	760		37.5242	-77.4932	4
23286	Richmond	richmond	VA	760		37.5242	-77.4932	4
23290	Richmond	richmond	VA	760		37.5242	-77.4932	4
23291	Richmond	richmond	VA	760		37.5242	-77.4932	4
23292	Richmond	richmond	VA	760		37.5242	-77.4932	4
23293	Richmond	richmond	VA	760		37.5242	-77.4932	4
23295	Richmond	richmond	VA	760		37.5532	-77.4621	4
23298	Richmond	richmond	VA	760		37.5406	-77.4316	4
24001	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24002	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24003	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24004	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24005	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24006	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
09456	APO AE	apo-ae				51.7082	-1.7813	
24007	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24008	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24009	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24010	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24011	Roanoke	roanoke	VA	770		37.269	-79.942	4
24012	Roanoke	roanoke	VA	770		37.3029	-79.9322	4
24013	Roanoke	roanoke	VA	770		37.2677	-79.9247	4
24014	Roanoke	roanoke	VA	770		37.2327	-79.9463	4
24015	Roanoke	roanoke	VA	770		37.2584	-79.9807	4
24016	Roanoke	roanoke	VA	770		37.2704	-79.9535	4
24017	Roanoke	roanoke	VA	770		37.2937	-79.9902	4
24022	Roanoke	roanoke	VA	770		37.2784	-79.9332	4
24024	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24025	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24026	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24027	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24028	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24029	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24030	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24031	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24032	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24033	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24034	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24035	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24036	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24037	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24038	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24040	Roanoke	roanoke	VA	770		37.2742	-79.9579	4
24042	Roanoke	roanoke	VA	770		37.2717	-79.9392	4
24043	Roanoke	roanoke	VA	770		37.2692	-79.9399	4
24153	Salem	salem	VA	775		37.2853	-80.0692	4
24155	Salem	salem	VA	775		37.2884	-80.0671	4
24157	Salem	salem	VA	775		37.2884	-80.0671	4
24401	Staunton	staunton	VA	790		38.1574	-79.0651	4
24402	Staunton	staunton	VA	790		38.1593	-79.0629	4
23432	Suffolk	suffolk	VA	800		36.8668	-76.5598	4
23433	Suffolk	suffolk	VA	800		36.909	-76.4929	4
23434	Suffolk	suffolk	VA	800		36.7304	-76.5931	4
23435	Suffolk	suffolk	VA	800		36.8544	-76.4664	4
23436	Suffolk	suffolk	VA	800		36.8926	-76.5142	4
23437	Suffolk	suffolk	VA	800		36.6526	-76.792	4
23438	Suffolk	suffolk	VA	800		36.5913	-76.6871	4
23439	Suffolk	suffolk	VA	800		36.7461	-76.6653	4
23453	Virginia Beach	virginia-beach	VA	800		36.776	-76.0766	4
23450	Virginia Beach	virginia-beach	VA	810		36.844	-76.1204	4
23451	Virginia Beach	virginia-beach	VA	810		36.8585	-76.0019	4
23452	Virginia Beach	virginia-beach	VA	810		36.8348	-76.0961	4
23454	Virginia Beach	virginia-beach	VA	810		36.8282	-76.0237	4
23455	Virginia Beach	virginia-beach	VA	810		36.8881	-76.1446	4
23456	Virginia Beach	virginia-beach	VA	810		36.7341	-76.0359	4
23457	Virginia Beach	virginia-beach	VA	810		36.6224	-76.0249	4
23458	Virginia Beach	virginia-beach	VA	810		36.8529	-75.978	4
23459	Virginia Beach	virginia-beach	VA	810		36.9216	-76.0171	4
23460	Virginia Beach	virginia-beach	VA	810		36.808	-76.0284	4
23461	Virginia Beach	virginia-beach	VA	810		36.7754	-75.9633	4
23462	Virginia Beach	virginia-beach	VA	810		36.8392	-76.1522	4
23463	Virginia Beach	virginia-beach	VA	810		36.7957	-76.0126	4
23464	Virginia Beach	virginia-beach	VA	810		36.7978	-76.1759	4
23465	Virginia Beach	virginia-beach	VA	810		36.8512	-76.1692	4
23466	Virginia Beach	virginia-beach	VA	810		36.7957	-76.0126	4
23467	Virginia Beach	virginia-beach	VA	810		36.7957	-76.0126	4
23471	Virginia Beach	virginia-beach	VA	810		36.7957	-76.0126	4
23479	Virginia Beach	virginia-beach	VA	810		36.7957	-76.0126	4
22980	Waynesboro	waynesboro	VA	820		38.0774	-78.9035	4
23186	Williamsburg	williamsburg	VA	830		37.3105	-76.7468	4
23187	Williamsburg	williamsburg	VA	830		37.3105	-76.7468	4
22601	Winchester	winchester	VA	840		39.1858	-78.1827	4
22604	Winchester	winchester	VA	840		39.1676	-78.1686	4
05443	Bristol	bristol	VT	001		44.146	-73.0717	4
05456	Ferrisburgh	ferrisburgh	VT	001		44.2056	-73.2462	4
05469	Monkton	monkton	VT	001		44.2404	-73.1347	1
05472	New Haven	new-haven	VT	001		44.1126	-73.1735	4
05473	North Ferrisburgh	north-ferrisburgh	VT	001		44.2595	-73.2112	4
05487	Starksboro	starksboro	VT	001		44.2261	-73.0157	4
05491	Vergennes	vergennes	VT	001		44.1326	-73.2793	4
05669	Roxbury	roxbury	VT	001		44.0846	-72.7202	4
05734	Bridport	bridport	VT	001		43.9538	-73.3476	4
05740	East Middlebury	east-middlebury	VT	001		43.9734	-73.1062	4
05747	Granville	granville	VT	001		43.9849	-72.8245	4
05748	Hancock	hancock	VT	001		43.9125	-72.9133	4
05753	Middlebury	middlebury	VT	001		43.9919	-73.1716	4
05760	Orwell	orwell	VT	001		43.7837	-73.2949	4
05766	Ripton	ripton	VT	001		43.9929	-73.0187	4
05769	Salisbury	salisbury	VT	001		43.9017	-73.1008	4
05770	Shoreham	shoreham	VT	001		43.8862	-73.3054	4
05778	Whiting	whiting	VT	001		43.894	-73.203	4
05152	Peru	peru	VT	003		43.2565	-72.8868	4
05201	Bennington	bennington	VT	003		42.8827	-73.1923	4
05250	Arlington	arlington	VT	003		43.0857	-73.1594	4
05251	Dorset	dorset	VT	003		43.2636	-73.0766	4
05252	East Arlington	east-arlington	VT	003		43.0668	-73.0611	4
05253	East Dorset	east-dorset	VT	003		43.237	-73.0081	4
05254	Manchester	manchester	VT	003		43.1637	-73.0723	4
05255	Manchester Center	manchester-center	VT	003		43.1693	-73.0474	4
05257	North Bennington	north-bennington	VT	003		42.9304	-73.2426	4
05260	North Pownal	north-pownal	VT	003		42.8098	-73.2534	4
05261	Pownal	pownal	VT	003		42.788	-73.2162	4
05262	Shaftsbury	shaftsbury	VT	003		42.9614	-73.2166	4
05340	Bondville	bondville	VT	003		43.1618	-72.9128	4
05350	Readsboro	readsboro	VT	003		42.7837	-72.9609	4
05352	Stamford	stamford	VT	003		42.7562	-73.0679	4
05768	Rupert	rupert	VT	003		43.2598	-73.2229	4
05776	West Rupert	west-rupert	VT	003		43.2636	-73.1905	4
05042	East Ryegate	east-ryegate	VT	005		44.2275	-72.0996	4
05046	Groton	groton	VT	005		44.2204	-72.2175	4
05050	Mc Indoe Falls	mc-indoe-falls	VT	005		44.4624	-72.1358	1
05069	South Ryegate	south-ryegate	VT	005		44.1978	-72.1104	4
05819	Saint Johnsbury	saint-johnsbury	VT	005		44.4272	-72.0051	4
05821	Barnet	barnet	VT	005		44.3179	-72.0783	4
05828	Danville	danville	VT	005		44.4332	-72.1133	4
05832	East Burke	east-burke	VT	005		44.6078	-71.9357	4
05836	East Hardwick	east-hardwick	VT	005		44.5288	-72.3034	4
05838	East Saint Johnsbury	east-saint-johnsbury	VT	005		44.4387	-71.9456	4
05843	Hardwick	hardwick	VT	005		44.507	-72.3638	4
05848	Lower Waterford	lower-waterford	VT	005		44.3821	-71.9195	4
05849	Lyndon	lyndon	VT	005		44.4976	-71.9505	4
05850	Lyndon Center	lyndon-center	VT	005		44.5416	-72.0175	4
05851	Lyndonville	lyndonville	VT	005		44.5555	-72.0715	4
05861	Passumpsic	passumpsic	VT	005		44.3767	-72.0276	4
05862	Peacham	peacham	VT	005		44.3289	-72.169	4
05863	Saint Johnsbury Center	saint-johnsbury-center	VT	005		44.4567	-72.0157	4
05866	Sheffield	sheffield	VT	005		44.6178	-72.1239	4
05867	Sutton	sutton	VT	005		44.6465	-72.0211	4
05871	West Burke	west-burke	VT	005		44.6636	-71.9572	4
05873	West Danville	west-danville	VT	005		44.4465	-72.2198	4
05401	Burlington	burlington	VT	007		44.484	-73.2199	4
05402	Burlington	burlington	VT	007		44.4421	-73.0825	4
05403	South Burlington	south-burlington	VT	007		44.4513	-73.1796	4
05404	Winooski	winooski	VT	007		44.4949	-73.1874	4
05405	Burlington	burlington	VT	007		44.4421	-73.0825	4
05406	Burlington	burlington	VT	007		44.4421	-73.0825	4
05407	South Burlington	south-burlington	VT	007		44.4421	-73.0825	4
05408	Burlington	burlington	VT	007		44.512	-73.2492	4
05439	Colchester	colchester	VT	007		44.4952	-73.1651	4
05445	Charlotte	charlotte	VT	007		44.3113	-73.228	4
05446	Colchester	colchester	VT	007		44.536	-73.2022	4
05449	Colchester	colchester	VT	007		44.5439	-73.1479	4
05451	Essex	essex	VT	007		44.5084	-73.0503	1
05452	Essex Junction	essex-junction	VT	007		44.5035	-73.0906	4
05453	Essex Junction	essex-junction	VT	007		44.4421	-73.0825	4
05461	Hinesburg	hinesburg	VT	007		44.3346	-73.098	4
05462	Huntington	huntington	VT	007		44.3227	-72.9964	4
05465	Jericho	jericho	VT	007		44.459	-72.9552	4
05466	Jonesville	jonesville	VT	007		44.3839	-72.9376	4
05468	Milton	milton	VT	007		44.6483	-73.1317	4
05477	Richmond	richmond	VT	007		44.3873	-72.9533	4
05482	Shelburne	shelburne	VT	007		44.39	-73.2171	4
05489	Underhill	underhill	VT	007		44.5391	-72.9258	4
05490	Underhill Center	underhill-center	VT	007		44.5047	-72.8853	4
05494	Westford	westford	VT	007		44.6182	-73.006	4
05495	Williston	williston	VT	007		44.4367	-73.0957	4
05824	Concord	concord	VT	009		44.4461	-71.8676	4
05837	East Haven	east-haven	VT	009		44.6517	-71.8675	4
05840	Granby	granby	VT	009		44.6808	-71.7194	4
05846	Island Pond	island-pond	VT	009		44.8095	-71.884	4
05858	North Concord	north-concord	VT	009		44.5501	-71.7867	4
05901	Averill	averill	VT	009		44.9981	-71.7104	4
05902	Beecher Falls	beecher-falls	VT	009		45.0085	-71.4907	4
05903	Canaan	canaan	VT	009		44.9764	-71.5602	4
05904	Gilman	gilman	VT	009		44.414	-71.7179	4
05905	Guildhall	guildhall	VT	009		44.6902	-71.5991	4
05906	Lunenburg	lunenburg	VT	009		44.4663	-71.693	4
05907	Norton	norton	VT	009		44.9888	-71.7884	4
05441	Bakersfield	bakersfield	VT	011		44.7914	-72.7697	4
05447	East Berkshire	east-berkshire	VT	011		44.931	-72.7028	4
05448	East Fairfield	east-fairfield	VT	011		44.7412	-72.8827	4
05450	Enosburg Falls	enosburg-falls	VT	011		44.8985	-72.791	4
05454	Fairfax	fairfax	VT	011		44.6924	-73.0241	4
05455	Fairfield	fairfield	VT	011		44.7841	-73.0222	4
05457	Franklin	franklin	VT	011		44.9614	-72.9037	4
05459	Highgate Center	highgate-center	VT	011		44.9404	-73.0155	4
05460	Highgate Springs	highgate-springs	VT	011		44.9748	-73.1052	4
05470	Montgomery	montgomery	VT	011		44.9025	-72.6382	4
05471	Montgomery Center	montgomery-center	VT	011		44.8781	-72.6023	4
05476	Richford	richford	VT	011		44.9715	-72.6905	4
05478	Saint Albans	saint-albans	VT	011		44.8111	-73.089	4
05479	Saint Albans	saint-albans	VT	011		44.8109	-73.0832	4
05481	Saint Albans Bay	saint-albans-bay	VT	011		44.8078	-73.1393	4
05483	Sheldon	sheldon	VT	011		44.8872	-72.953	4
05485	Sheldon Springs	sheldon-springs	VT	011		44.9062	-72.9776	4
05488	Swanton	swanton	VT	011		44.9168	-73.1211	4
05440	Alburgh	alburgh	VT	013		44.6031	-72.9527	1
05458	Grand Isle	grand-isle	VT	013		44.7197	-73.3056	4
05463	Isle La Motte	isle-la-motte	VT	013		44.8781	-73.3386	4
05474	North Hero	north-hero	VT	013		44.8353	-73.2778	4
05486	South Hero	south-hero	VT	013		44.64	-73.3113	4
05442	Belvidere Center	belvidere-center	VT	015		44.7248	-72.7016	4
05444	Cambridge	cambridge	VT	015		44.6222	-72.8812	4
05464	Jeffersonville	jeffersonville	VT	015		44.6388	-72.822	4
05492	Waterville	waterville	VT	015		44.7124	-72.7596	4
05652	Eden	eden	VT	015		44.7343	-72.5863	4
05653	Eden Mills	eden-mills	VT	015		44.6931	-72.5134	4
05655	Hyde Park	hyde-park	VT	015		44.6225	-72.595	4
05656	Johnson	johnson	VT	015		44.642	-72.6712	4
05657	Lake Elmore	lake-elmore	VT	015		44.5426	-72.5254	4
05661	Morrisville	morrisville	VT	015		44.5543	-72.6026	4
05662	Moscow	moscow	VT	015		44.442	-72.7188	4
05665	North Hyde Park	north-hyde-park	VT	015		44.6731	-72.5971	4
05672	Stowe	stowe	VT	015		44.4695	-72.6923	4
05680	Wolcott	wolcott	VT	015		44.5558	-72.4844	4
05033	Bradford	bradford	VT	017		44.0006	-72.1406	4
05036	Brookfield	brookfield	VT	017		44.0321	-72.5953	4
05038	Chelsea	chelsea	VT	017		44.0039	-72.4793	4
05039	Corinth	corinth	VT	017		44.0325	-72.2822	1
05040	East Corinth	east-corinth	VT	017		44.0619	-72.2151	4
05041	East Randolph	east-randolph	VT	017		43.9553	-72.5487	4
05043	East Thetford	east-thetford	VT	017		43.8073	-72.2147	4
05045	Fairlee	fairlee	VT	017		43.901	-72.1902	4
05051	Newbury	newbury	VT	017		44.0683	-72.1187	4
05054	North Thetford	north-thetford	VT	017		43.8431	-72.1856	4
05058	Post Mills	post-mills	VT	017		43.8858	-72.27	4
05060	Randolph	randolph	VT	017		43.9444	-72.6726	4
05061	Randolph Center	randolph-center	VT	017		43.9379	-72.597	4
05070	South Strafford	south-strafford	VT	017		43.8282	-72.37	4
05072	Strafford	strafford	VT	017		43.8723	-72.3636	4
05074	Thetford	thetford	VT	017		43.996	-72.4114	1
05075	Thetford Center	thetford-center	VT	017		43.8149	-72.2662	4
05076	Topsham	topsham	VT	017		43.7982	-72.4008	1
05077	Tunbridge	tunbridge	VT	017		43.9169	-72.4786	4
05079	Vershire	vershire	VT	017		43.9618	-72.319	4
05081	Wells River	wells-river	VT	017		44.1524	-72.053	4
05083	West Fairlee	west-fairlee	VT	017		43.9189	-72.2681	4
05085	West Newbury	west-newbury	VT	017		44.0645	-72.1248	4
05086	West Topsham	west-topsham	VT	017		44.1199	-72.2701	4
05675	Washington	washington	VT	017		44.0782	-72.4263	4
05679	Williamstown	williamstown	VT	017		44.1182	-72.5381	4
05820	Albany	albany	VT	019		44.7417	-72.3646	4
05822	Barton	barton	VT	019		44.7395	-72.16	4
05823	Beebe Plain	beebe-plain	VT	019		45.0058	-72.1383	4
05825	Coventry	coventry	VT	019		44.8656	-72.2648	4
05826	Craftsbury	craftsbury	VT	019		44.6434	-72.366	4
05827	Craftsbury Common	craftsbury-common	VT	019		44.6788	-72.3594	4
05829	Derby	derby	VT	019		44.9502	-72.1376	1
05830	Derby Line	derby-line	VT	019		44.9902	-72.0824	4
05833	East Charleston	east-charleston	VT	019		44.8299	-71.9763	4
05839	Glover	glover	VT	019		44.6747	-72.2131	4
05841	Greensboro	greensboro	VT	019		44.5951	-72.285	4
05842	Greensboro Bend	greensboro-bend	VT	019		44.5489	-72.2648	4
05845	Irasburg	irasburg	VT	019		44.8081	-72.2763	4
05847	Lowell	lowell	VT	019		44.7961	-72.4501	4
05853	Morgan	morgan	VT	019		44.8787	-71.9714	4
05855	Newport	newport	VT	019		44.9393	-72.2065	4
05857	Newport Center	newport-center	VT	019		44.9442	-72.2974	4
05859	North Troy	north-troy	VT	019		44.9378	-72.4334	4
05860	Orleans	orleans	VT	019		44.8238	-72.102	4
05868	Troy	troy	VT	019		44.9014	-72.4015	4
05872	West Charleston	west-charleston	VT	019		44.8729	-72.0521	4
05874	Westfield	westfield	VT	019		44.8825	-72.4396	4
05875	Barton	barton	VT	019		44.7481	-72.1762	4
05701	Rutland	rutland	VT	021		43.6141	-72.9708	4
05702	Rutland	rutland	VT	021		43.6106	-72.9726	4
05730	Belmont	belmont	VT	021		43.4284	-72.8257	4
05731	Benson	benson	VT	021		43.6877	-73.2919	4
05732	Bomoseen	bomoseen	VT	021		43.6437	-73.2094	4
05733	Brandon	brandon	VT	021		43.8065	-73.0882	4
05735	Castleton	castleton	VT	021		43.6223	-73.1708	4
05736	Center Rutland	center-rutland	VT	021		43.6023	-73.017	4
05737	Chittenden	chittenden	VT	021		43.7132	-72.9252	4
05738	Cuttingsville	cuttingsville	VT	021		43.5221	-72.8691	4
05739	Danby	danby	VT	021		43.3583	-73.0129	4
05741	East Poultney	east-poultney	VT	021		43.5265	-73.2046	4
05742	East Wallingford	east-wallingford	VT	021		43.4461	-72.8844	4
05743	Fair Haven	fair-haven	VT	021		43.6234	-73.2701	4
05744	Florence	florence	VT	021		43.7093	-73.079	4
05745	Forest Dale	forest-dale	VT	021		43.8278	-73.0537	4
05750	Hydeville	hydeville	VT	021		43.5994	-73.251	4
05751	Killington	killington	VT	021		43.6634	-72.7963	4
05757	Middletown Springs	middletown-springs	VT	021		43.4856	-73.1182	4
05758	Mount Holly	mount-holly	VT	021		43.4487	-72.7956	4
05759	North Clarendon	north-clarendon	VT	021		43.5522	-72.9561	4
05761	Pawlet	pawlet	VT	021		43.3587	-73.1444	4
05762	Pittsfield	pittsfield	VT	021		43.7723	-72.8129	4
05763	Pittsford	pittsford	VT	021		43.7152	-73.0135	4
05764	Poultney	poultney	VT	021		43.5332	-73.2253	4
05765	Proctor	proctor	VT	021		43.658	-73.0348	4
05773	Wallingford	wallingford	VT	021		43.4573	-72.9877	4
05774	Wells	wells	VT	021		43.4305	-73.2027	4
05775	West Pawlet	west-pawlet	VT	021		43.3667	-73.2313	4
05777	West Rutland	west-rutland	VT	021		43.5781	-73.0424	4
05601	Montpelier	montpelier	VT	023		44.1991	-72.5596	4
05602	Montpelier	montpelier	VT	023		44.2641	-72.577	4
05603	Montpelier	montpelier	VT	023		44.2601	-72.5754	4
05604	Montpelier	montpelier	VT	023		44.2595	-72.585	4
05609	Montpelier	montpelier	VT	023		44.2595	-72.585	4
05620	Montpelier	montpelier	VT	023		44.2595	-72.585	4
05633	Montpelier	montpelier	VT	023		44.2595	-72.585	4
05640	Adamant	adamant	VT	023		44.3575	-72.5046	4
05641	Barre	barre	VT	023		44.1945	-72.4936	4
05647	Cabot	cabot	VT	023		44.4042	-72.3064	4
05648	Calais	calais	VT	023		44.3934	-72.4741	1
05649	East Barre	east-barre	VT	023		44.1576	-72.4533	4
05650	East Calais	east-calais	VT	023		44.38	-72.4419	4
05651	East Montpelier	east-montpelier	VT	023		44.2828	-72.4926	4
05654	Graniteville	graniteville	VT	023		44.1512	-72.4929	4
05658	Marshfield	marshfield	VT	023		44.3509	-72.354	4
05660	Moretown	moretown	VT	023		44.2596	-72.7494	4
05663	Northfield	northfield	VT	023		44.1512	-72.6565	4
05664	Northfield Falls	northfield-falls	VT	023		44.172	-72.6509	4
05666	North Montpelier	north-montpelier	VT	023		44.2595	-72.585	4
05667	Plainfield	plainfield	VT	023		44.2622	-72.4224	4
05670	South Barre	south-barre	VT	023		44.1757	-72.5025	4
05671	Waterbury	waterbury	VT	023		44.3378	-72.7562	4
05673	Waitsfield	waitsfield	VT	023		44.1889	-72.8283	4
05674	Warren	warren	VT	023		44.111	-72.8609	4
05676	Waterbury	waterbury	VT	023		44.3451	-72.7798	4
05677	Waterbury Center	waterbury-center	VT	023		44.3828	-72.708	4
05678	Websterville	websterville	VT	023		44.1558	-72.4658	4
05681	Woodbury	woodbury	VT	023		44.4548	-72.4036	4
05682	Worcester	worcester	VT	023		44.3944	-72.5609	4
05101	Bellows Falls	bellows-falls	VT	025		43.1482	-72.4664	4
05141	Cambridgeport	cambridgeport	VT	025		43.1515	-72.5604	4
05146	Grafton	grafton	VT	025		43.1601	-72.5972	4
05148	Londonderry	londonderry	VT	025		43.2281	-72.788	4
05154	Saxtons River	saxtons-river	VT	025		43.1379	-72.5098	4
05155	South Londonderry	south-londonderry	VT	025		43.1699	-72.8515	4
05158	Westminster	westminster	VT	025		43.0826	-72.4749	4
05159	Westminster Station	westminster-station	VT	025		43.094	-72.4565	4
05301	Brattleboro	brattleboro	VT	025		42.8574	-72.5933	4
05302	Brattleboro	brattleboro	VT	025		42.8509	-72.5579	4
05303	Brattleboro	brattleboro	VT	025		42.8509	-72.5579	4
05304	Brattleboro	brattleboro	VT	025		42.8509	-72.5579	4
05341	East Dover	east-dover	VT	025		42.9505	-72.783	4
05342	Jacksonville	jacksonville	VT	025		42.7778	-72.8071	4
05343	Jamaica	jamaica	VT	025		43.1042	-72.7944	4
05344	Marlboro	marlboro	VT	025		42.9947	-72.7204	4
05345	Newfane	newfane	VT	025		42.9704	-72.6781	4
05346	Putney	putney	VT	025		43.0356	-72.5123	4
05351	South Newfane	south-newfane	VT	025		42.9391	-72.7292	4
05353	Townshend	townshend	VT	025		43.0622	-72.6687	4
05354	Vernon	vernon	VT	025		42.7565	-72.5115	4
05355	Wardsboro	wardsboro	VT	025		43.0326	-72.8077	4
05356	West Dover	west-dover	VT	025		42.9535	-72.8687	4
05357	West Dummerston	west-dummerston	VT	025		42.9265	-72.6154	4
05358	West Halifax	west-halifax	VT	025		42.7761	-72.7501	4
05359	West Townshend	west-townshend	VT	025		43.13	-72.721	4
05360	West Wardsboro	west-wardsboro	VT	025		43.0472	-72.8805	4
05361	Whitingham	whitingham	VT	025		42.7892	-72.8851	4
05362	Williamsville	williamsville	VT	025		42.9364	-72.6611	4
05363	Wilmington	wilmington	VT	025		42.8812	-72.8613	4
05001	White River Junction	white-river-junction	VT	027		43.6722	-72.3813	4
05009	White River Junction	white-river-junction	VT	027		43.649	-72.3193	4
05030	Ascutney	ascutney	VT	027		43.4107	-72.4298	4
05031	Barnard	barnard	VT	027		43.7287	-72.619	4
05032	Bethel	bethel	VT	027		43.8195	-72.6528	4
05034	Bridgewater	bridgewater	VT	027		43.5804	-72.6467	4
05035	Bridgewater Corners	bridgewater-corners	VT	027		43.5998	-72.6752	4
05037	Brownsville	brownsville	VT	027		43.4646	-72.4944	4
05047	Hartford	hartford	VT	027		43.6721	-72.3555	4
05048	Hartland	hartland	VT	027		43.5708	-72.4131	4
05049	Hartland Four Corners	hartland-four-corners	VT	027		43.5465	-72.4245	4
05052	North Hartland	north-hartland	VT	027		43.5967	-72.3526	4
05053	North Pomfret	north-pomfret	VT	027		43.7204	-72.4943	4
05055	Norwich	norwich	VT	027		43.7404	-72.3016	4
05056	Plymouth	plymouth	VT	027		43.4987	-72.7107	4
05059	Quechee	quechee	VT	027		43.6462	-72.4184	4
05062	Reading	reading	VT	027		43.4793	-72.5704	4
05065	Sharon	sharon	VT	027		43.7748	-72.4243	4
05067	South Pomfret	south-pomfret	VT	027		43.6797	-72.5349	4
05068	South Royalton	south-royalton	VT	027		43.8089	-72.5232	4
05071	South Woodstock	south-woodstock	VT	027		43.5601	-72.5384	4
05073	Taftsville	taftsville	VT	027		43.6309	-72.4891	4
05084	West Hartford	west-hartford	VT	027		43.7123	-72.4176	4
05088	Wilder	wilder	VT	027		43.6735	-72.312	4
05089	Windsor	windsor	VT	027		43.476	-72.411	4
05091	Woodstock	woodstock	VT	027		43.6248	-72.5385	4
05142	Cavendish	cavendish	VT	027		43.3766	-72.6092	4
05143	Chester	chester	VT	027		43.2831	-72.6031	4
05149	Ludlow	ludlow	VT	027		43.3929	-72.7002	4
05150	North Springfield	north-springfield	VT	027		43.338	-72.5277	4
05151	Perkinsville	perkinsville	VT	027		43.3879	-72.5038	4
05153	Proctorsville	proctorsville	VT	027		43.3823	-72.6384	4
05156	Springfield	springfield	VT	027		43.3034	-72.4778	4
05161	Weston	weston	VT	027		43.2941	-72.7935	4
05746	Gaysville	gaysville	VT	027		43.7784	-72.699	4
05767	Rochester	rochester	VT	027		43.8804	-72.8159	4
05772	Stockbridge	stockbridge	VT	027		43.7738	-72.7814	4
99105	Benge	benge	WA	001		46.8591	-118.1611	4
99169	Ritzville	ritzville	WA	001		47.1315	-118.3958	4
99341	Lind	lind	WA	001		46.956	-118.7061	4
99344	Othello	othello	WA	001		46.8527	-118.9932	4
99371	Washtucna	washtucna	WA	001		46.8209	-118.2862	4
99401	Anatone	anatone	WA	003		46.1285	-117.0883	4
99402	Asotin	asotin	WA	003		46.1343	-117.0015	4
99403	Clarkston	clarkston	WA	003		46.3946	-117.0645	4
99320	Benton City	benton-city	WA	005		46.2806	-119.4913	4
99336	Kennewick	kennewick	WA	005		46.2109	-119.168	4
99337	Kennewick	kennewick	WA	005		46.1814	-119.1383	4
99338	Kennewick	kennewick	WA	005		46.156	-119.264	4
99345	Paterson	paterson	WA	005		45.9911	-119.7559	4
99346	Plymouth	plymouth	WA	005		45.9301	-119.4023	4
99350	Prosser	prosser	WA	005		46.2232	-119.771	4
99352	Richland	richland	WA	005		46.2522	-119.288	4
99353	West Richland	west-richland	WA	005		46.3153	-119.3714	4
99354	Richland	richland	WA	005		46.3257	-119.3067	4
98801	Wenatchee	wenatchee	WA	007		47.4253	-120.3273	4
98807	Wenatchee	wenatchee	WA	007		47.4235	-120.3103	4
98811	Ardenvoir	ardenvoir	WA	007		47.7373	-120.369	4
98815	Cashmere	cashmere	WA	007		47.5173	-120.5033	4
98816	Chelan	chelan	WA	007		47.8483	-120.0273	4
98817	Chelan Falls	chelan-falls	WA	007		47.8015	-119.9859	4
98821	Dryden	dryden	WA	007		47.5412	-120.5609	4
98822	Entiat	entiat	WA	007		47.7057	-120.276	4
98826	Leavenworth	leavenworth	WA	007		47.6438	-120.6748	4
98828	Malaga	malaga	WA	007		47.3553	-120.2086	4
98831	Manson	manson	WA	007		47.8958	-120.149	4
98836	Monitor	monitor	WA	007		47.4852	-120.4158	4
98847	Peshastin	peshastin	WA	007		47.5458	-120.5961	4
98852	Stehekin	stehekin	WA	007		48.3093	-120.6565	4
98305	Beaver	beaver	WA	009		48.0673	-124.3054	4
98324	Carlsborg	carlsborg	WA	009		48.0906	-123.1721	4
98326	Clallam Bay	clallam-bay	WA	009		48.2255	-124.2015	4
98331	Forks	forks	WA	009		47.9287	-124.3989	4
98343	Joyce	joyce	WA	009		48.1362	-123.7354	4
98350	La Push	la-push	WA	009		47.9052	-124.6261	4
98357	Neah Bay	neah-bay	WA	009		48.328	-124.6151	4
98362	Port Angeles	port-angeles	WA	009		48.1065	-123.4384	4
98363	Port Angeles	port-angeles	WA	009		48.0557	-123.9178	4
98381	Sekiu	sekiu	WA	009		48.3032	-124.4685	4
98382	Sequim	sequim	WA	009		48.0881	-123.1198	4
98601	Amboy	amboy	WA	011		45.9195	-122.4574	4
98604	Battle Ground	battle-ground	WA	011		45.7907	-122.5318	4
98606	Brush Prairie	brush-prairie	WA	011		45.7304	-122.4843	4
98607	Camas	camas	WA	011		45.6058	-122.4142	4
98622	Heisson	heisson	WA	011		45.8248	-122.4912	4
98629	La Center	la-center	WA	011		45.8806	-122.624	4
98642	Ridgefield	ridgefield	WA	011		45.7846	-122.6934	4
98660	Vancouver	vancouver	WA	011		45.6418	-122.6801	4
98661	Vancouver	vancouver	WA	011		45.6418	-122.6251	4
98662	Vancouver	vancouver	WA	011		45.6914	-122.5805	4
98663	Vancouver	vancouver	WA	011		45.6514	-122.6604	4
98664	Vancouver	vancouver	WA	011		45.6231	-122.5767	4
98665	Vancouver	vancouver	WA	011		45.6892	-122.6616	4
98666	Vancouver	vancouver	WA	011		45.6387	-122.6615	4
98668	Vancouver	vancouver	WA	011		45.6387	-122.6615	4
98671	Washougal	washougal	WA	011		45.5959	-122.3104	4
98675	Yacolt	yacolt	WA	011		45.8622	-122.4275	4
98682	Vancouver	vancouver	WA	011		45.6644	-122.5212	4
98683	Vancouver	vancouver	WA	011		45.6032	-122.5133	4
98684	Vancouver	vancouver	WA	011		45.6359	-122.5155	4
98685	Vancouver	vancouver	WA	011		45.7162	-122.6899	4
98686	Vancouver	vancouver	WA	011		45.712	-122.6322	4
98687	Vancouver	vancouver	WA	011		45.6387	-122.6615	4
99328	Dayton	dayton	WA	013		46.3075	-117.9738	4
99359	Starbuck	starbuck	WA	013		46.5128	-118.1024	4
98581	Ryderwood	ryderwood	WA	015		46.3752	-123.0431	4
98603	Ariel	ariel	WA	015		45.9952	-122.4677	4
98609	Carrolls	carrolls	WA	015		46.0715	-122.8648	4
98611	Castle Rock	castle-rock	WA	015		46.2783	-122.9139	4
98616	Cougar	cougar	WA	015		46.0515	-122.2995	4
98625	Kalama	kalama	WA	015		46.0112	-122.8166	4
98626	Kelso	kelso	WA	015		46.1485	-122.887	4
98632	Longview	longview	WA	015		46.1514	-122.9634	4
98645	Silverlake	silverlake	WA	015		46.3163	-122.7649	1
98649	Toutle	toutle	WA	015		46.2956	-122.6477	4
98674	Woodland	woodland	WA	015		45.9219	-122.7126	4
98802	East Wenatchee	east-wenatchee	WA	017		47.4186	-120.2731	4
98813	Bridgeport	bridgeport	WA	017		48.0082	-119.6712	4
98830	Mansfield	mansfield	WA	017		47.9021	-119.4053	4
98843	Orondo	orondo	WA	017		47.6969	-120.1721	4
98845	Palisades	palisades	WA	017		47.419	-119.9145	4
98850	Rock Island	rock-island	WA	017		47.3706	-120.1378	4
98858	Waterville	waterville	WA	017		47.6295	-119.9887	4
99107	Boyds	boyds	WA	019		48.8427	-118.1828	4
99118	Curlew	curlew	WA	019		48.9108	-118.6452	4
99121	Danville	danville	WA	019		48.9725	-118.4884	4
99138	Inchelium	inchelium	WA	019		48.2924	-118.3552	4
99140	Keller	keller	WA	019		48.0236	-118.6547	4
99146	Laurier	laurier	WA	019		48.9753	-118.2208	4
99150	Malo	malo	WA	019		48.811	-118.6044	4
99160	Orient	orient	WA	019		48.866	-118.2028	4
99166	Republic	republic	WA	019		48.6704	-118.6999	4
99301	Pasco	pasco	WA	021		46.2492	-119.1044	4
99302	Pasco	pasco	WA	021		46.235	-119.0943	4
99326	Connell	connell	WA	021		46.6643	-118.8545	4
99330	Eltopia	eltopia	WA	021		46.475	-119.1013	4
09459	APO AE	apo-ae				52.2443	0.7724	
99335	Kahlotus	kahlotus	WA	021		46.6779	-118.5337	4
99343	Mesa	mesa	WA	021		46.5782	-119.1373	4
99347	Pomeroy	pomeroy	WA	023		46.4698	-117.5993	4
98823	Ephrata	ephrata	WA	025		47.2771	-119.5336	4
98824	George	george	WA	025		47.0792	-119.8601	4
98832	Marlin	marlin	WA	025		47.3014	-119.064	4
98837	Moses Lake	moses-lake	WA	025		47.1374	-119.2891	4
98848	Quincy	quincy	WA	025		47.1976	-119.8459	4
98851	Soap Lake	soap-lake	WA	025		47.383	-119.486	4
98853	Stratford	stratford	WA	025		47.4268	-119.2816	4
98857	Warden	warden	WA	025		46.977	-119.0539	4
98860	Wilson Creek	wilson-creek	WA	025		47.4739	-119.1847	4
99115	Coulee City	coulee-city	WA	025		47.5966	-119.2758	4
99123	Electric City	electric-city	WA	025		47.9131	-119.0426	4
99133	Grand Coulee	grand-coulee	WA	025		47.9385	-118.9978	4
99135	Hartline	hartline	WA	025		47.6115	-119.0841	4
99321	Beverly	beverly	WA	025		46.8484	-119.9121	4
99349	Mattawa	mattawa	WA	025		46.731	-119.7783	4
99357	Royal City	royal-city	WA	025		46.9156	-119.5815	4
98520	Aberdeen	aberdeen	WA	027		46.9843	-123.7963	4
98526	Amanda Park	amanda-park	WA	027		47.4859	-123.9206	4
98535	Copalis Beach	copalis-beach	WA	027		47.1126	-124.1738	4
98536	Copalis Crossing	copalis-crossing	WA	027		47.1591	-124.1352	4
98537	Cosmopolis	cosmopolis	WA	027		46.9538	-123.7739	4
98541	Elma	elma	WA	027		47.0058	-123.3997	4
98547	Grayland	grayland	WA	027		46.8264	-124.094	4
98550	Hoquiam	hoquiam	WA	027		46.9823	-123.8842	4
98552	Humptulips	humptulips	WA	027		47.3429	-123.9291	4
98557	Mccleary	mccleary	WA	027		47.0297	-123.273	4
98559	Malone	malone	WA	027		46.9589	-123.3268	4
98562	Moclips	moclips	WA	027		47.2387	-124.2039	4
98563	Montesano	montesano	WA	027		47.0901	-123.5006	4
98566	Neilton	neilton	WA	027		47.3877	-123.8903	4
98568	Oakville	oakville	WA	027		46.8434	-123.2493	4
98569	Ocean Shores	ocean-shores	WA	027		46.9737	-124.1563	4
98571	Pacific Beach	pacific-beach	WA	027		47.2195	-124.1915	4
98575	Quinault	quinault	WA	027		47.4603	-123.8307	4
98583	Satsop	satsop	WA	027		47.0022	-123.4836	4
98587	Taholah	taholah	WA	027		47.3407	-124.2827	4
98595	Westport	westport	WA	027		46.8836	-124.1061	4
98236	Clinton	clinton	WA	029		47.9508	-122.3916	4
98239	Coupeville	coupeville	WA	029		48.2189	-122.6823	4
98249	Freeland	freeland	WA	029		48.0342	-122.5641	4
98253	Greenbank	greenbank	WA	029		48.1004	-122.5761	4
98260	Langley	langley	WA	029		48.0187	-122.453	4
98277	Oak Harbor	oak-harbor	WA	029		48.3151	-122.6374	4
98278	Oak Harbor	oak-harbor	WA	029		48.3402	-122.6695	4
98320	Brinnon	brinnon	WA	031		47.6776	-122.9375	4
98325	Chimacum	chimacum	WA	031		47.9861	-122.7883	4
98339	Port Hadlock	port-hadlock	WA	031		48.0345	-122.7682	4
98358	Nordland	nordland	WA	031		48.0432	-122.6926	4
98365	Port Ludlow	port-ludlow	WA	031		47.9222	-122.6896	4
98368	Port Townsend	port-townsend	WA	031		48.104	-122.7945	4
98376	Quilcene	quilcene	WA	031		47.8324	-122.8583	4
98001	Auburn	auburn	WA	033		47.3099	-122.2653	4
98002	Auburn	auburn	WA	033		47.305	-122.2067	4
98003	Federal Way	federal-way	WA	033		47.3203	-122.3117	4
98004	Bellevue	bellevue	WA	033		47.6155	-122.2072	4
98005	Bellevue	bellevue	WA	033		47.615	-122.1663	4
98006	Bellevue	bellevue	WA	033		47.5614	-122.1552	4
98007	Bellevue	bellevue	WA	033		47.6174	-122.1426	4
98008	Bellevue	bellevue	WA	033		47.6115	-122.1162	4
98009	Bellevue	bellevue	WA	033		47.6104	-122.2007	4
98010	Black Diamond	black-diamond	WA	033		47.3114	-122.0053	4
98011	Bothell	bothell	WA	033		47.7497	-122.2159	4
98013	Burton	burton	WA	033		47.389	-122.4607	4
98014	Carnation	carnation	WA	033		47.638	-121.9111	4
98015	Bellevue	bellevue	WA	033		47.6104	-122.2007	4
98019	Duvall	duvall	WA	033		47.725	-121.9369	4
98022	Enumclaw	enumclaw	WA	033		47.2665	-122.0314	4
98023	Federal Way	federal-way	WA	033		47.3104	-122.3612	4
98024	Fall City	fall-city	WA	033		47.5682	-121.8896	4
98025	Hobart	hobart	WA	033		47.4218	-121.9729	4
98027	Issaquah	issaquah	WA	033		47.4974	-122.0107	4
98028	Kenmore	kenmore	WA	033		47.7542	-122.2475	4
98029	Issaquah	issaquah	WA	033		47.5585	-122.0055	4
98030	Kent	kent	WA	033		47.3866	-122.2109	4
98031	Kent	kent	WA	033		47.388	-122.1932	4
98032	Kent	kent	WA	033		47.3776	-122.2854	4
98033	Kirkland	kirkland	WA	033		47.6786	-122.1894	4
98034	Kirkland	kirkland	WA	033		47.7188	-122.1966	4
98035	Kent	kent	WA	033		47.3809	-122.2348	4
98038	Maple Valley	maple-valley	WA	033		47.3845	-122.0574	4
98039	Medina	medina	WA	033		47.6269	-122.2314	4
98040	Mercer Island	mercer-island	WA	033		47.5603	-122.2281	4
98041	Bothell	bothell	WA	033		47.7623	-122.2054	4
98042	Kent	kent	WA	033		47.368	-122.1206	4
98045	North Bend	north-bend	WA	033		47.4755	-121.7571	4
98047	Pacific	pacific	WA	033		47.2666	-122.2435	4
98050	Preston	preston	WA	033		47.536	-121.9312	4
98051	Ravensdale	ravensdale	WA	033		47.3407	-121.8874	4
98052	Redmond	redmond	WA	033		47.6718	-122.1232	4
98053	Redmond	redmond	WA	033		47.6462	-122.0386	4
98055	Renton	renton	WA	033		47.4648	-122.2075	4
98056	Renton	renton	WA	033		47.5073	-122.1819	4
98057	Renton	renton	WA	033		47.4714	-122.2203	4
98058	Renton	renton	WA	033		47.4465	-122.1216	4
98059	Renton	renton	WA	033		47.5058	-122.1157	4
98062	Seahurst	seahurst	WA	033		47.4693	-122.3621	4
98063	Federal Way	federal-way	WA	033		47.3223	-122.3126	4
98064	Kent	kent	WA	033		47.3809	-122.2348	4
98065	Snoqualmie	snoqualmie	WA	033		47.5293	-121.8225	4
98068	Snoqualmie Pass	snoqualmie-pass	WA	033		47.4452	-121.431	4
98070	Vashon	vashon	WA	033		47.4259	-122.4644	4
98071	Auburn	auburn	WA	033		47.3073	-122.2285	4
98072	Woodinville	woodinville	WA	033		47.7684	-122.1271	4
98073	Redmond	redmond	WA	033		47.674	-122.1215	4
98074	Sammamish	sammamish	WA	033		47.6254	-122.0462	4
98075	Sammamish	sammamish	WA	033		47.5857	-122.0345	4
98083	Kirkland	kirkland	WA	033		47.6815	-122.2087	4
98089	Kent	kent	WA	033		47.3871	-122.2023	4
98092	Auburn	auburn	WA	033		47.2884	-122.098	4
98093	Federal Way	federal-way	WA	033		47.311	-122.1138	4
98101	Seattle	seattle	WA	033		47.6114	-122.3305	4
98102	Seattle	seattle	WA	033		47.6302	-122.321	4
98103	Seattle	seattle	WA	033		47.6733	-122.3426	4
98104	Seattle	seattle	WA	033		47.6036	-122.3256	4
98105	Seattle	seattle	WA	033		47.6633	-122.3022	4
98106	Seattle	seattle	WA	033		47.5344	-122.3547	4
98107	Seattle	seattle	WA	033		47.6701	-122.3763	4
98108	Seattle	seattle	WA	033		47.5413	-122.3129	4
98109	Seattle	seattle	WA	033		47.6339	-122.3476	4
98111	Seattle	seattle	WA	033		47.6062	-122.3321	4
98112	Seattle	seattle	WA	033		47.6301	-122.2972	4
98113	Seattle	seattle	WA	033		47.6716	-122.3411	4
98114	Seattle	seattle	WA	033		47.6062	-122.3321	4
98115	Seattle	seattle	WA	033		47.6849	-122.2968	4
98116	Seattle	seattle	WA	033		47.5746	-122.3934	4
98117	Seattle	seattle	WA	033		47.6873	-122.3772	4
98118	Seattle	seattle	WA	033		47.5412	-122.275	4
98119	Seattle	seattle	WA	033		47.6379	-122.3643	4
98121	Seattle	seattle	WA	033		47.6151	-122.3447	4
98122	Seattle	seattle	WA	033		47.6116	-122.3056	4
98124	Seattle	seattle	WA	033		47.6062	-122.3321	4
98125	Seattle	seattle	WA	033		47.717	-122.3015	4
98126	Seattle	seattle	WA	033		47.5444	-122.3735	4
98127	Seattle	seattle	WA	033		47.6063	-122.3308	4
98129	Seattle	seattle	WA	033		47.6062	-122.3321	4
98131	Seattle	seattle	WA	033		47.6062	-122.3321	4
98133	Seattle	seattle	WA	033		47.7377	-122.3431	4
98134	Seattle	seattle	WA	033		47.5903	-122.3263	4
98136	Seattle	seattle	WA	033		47.5398	-122.3878	4
98138	Seattle	seattle	WA	033		47.6062	-122.3321	4
98139	Seattle	seattle	WA	033		47.6473	-122.3999	4
98141	Seattle	seattle	WA	033		47.6157	-122.3445	4
98144	Seattle	seattle	WA	033		47.5846	-122.3005	4
98145	Seattle	seattle	WA	033		47.6062	-122.3321	4
98146	Seattle	seattle	WA	033		47.4995	-122.3603	4
98148	Seattle	seattle	WA	033		47.4441	-122.3249	4
98154	Seattle	seattle	WA	033		47.6062	-122.3321	4
98155	Seattle	seattle	WA	033		47.7559	-122.3003	4
98158	Seattle	seattle	WA	033		47.4497	-122.3076	4
98160	Seattle	seattle	WA	033		47.6062	-122.3321	4
98161	Seattle	seattle	WA	033		47.6062	-122.3321	4
98164	Seattle	seattle	WA	033		47.606	-122.332	4
98165	Seattle	seattle	WA	033		47.7161	-122.3004	4
98166	Seattle	seattle	WA	033		47.4511	-122.353	4
98168	Seattle	seattle	WA	033		47.4889	-122.3012	4
98170	Seattle	seattle	WA	033		47.6096	-122.3317	4
98174	Seattle	seattle	WA	033		47.6062	-122.3321	4
98175	Seattle	seattle	WA	033		47.7161	-122.3004	4
98177	Seattle	seattle	WA	033		47.7467	-122.3686	4
98178	Seattle	seattle	WA	033		47.4924	-122.2359	4
98181	Seattle	seattle	WA	033		47.6062	-122.3321	4
98185	Seattle	seattle	WA	033		47.6062	-122.3321	4
98188	Seattle	seattle	WA	033		47.4483	-122.2731	4
98190	Seattle	seattle	WA	033		47.6062	-122.3321	4
98191	Seattle	seattle	WA	033		47.6062	-122.3321	4
98194	Seattle	seattle	WA	033		47.6024	-122.326	4
98195	Seattle	seattle	WA	033		47.6564	-122.3048	4
98198	Seattle	seattle	WA	033		47.3929	-122.3129	4
98199	Seattle	seattle	WA	033		47.6488	-122.3964	4
98224	Baring	baring	WA	033		47.7671	-121.4814	4
98288	Skykomish	skykomish	WA	033		47.6922	-121.3713	4
98061	Rollingbay	rollingbay	WA	035		47.6808	-122.5762	4
98110	Bainbridge Island	bainbridge-island	WA	035		47.6478	-122.538	4
98310	Bremerton	bremerton	WA	035		47.6019	-122.6299	4
98311	Bremerton	bremerton	WA	035		47.6271	-122.6373	4
98312	Bremerton	bremerton	WA	035		47.5754	-122.6958	4
98314	Bremerton	bremerton	WA	035		47.5593	-122.6492	4
98315	Silverdale	silverdale	WA	035		47.692	-122.7161	4
98322	Burley	burley	WA	035		47.4179	-122.631	4
98337	Bremerton	bremerton	WA	035		47.5686	-122.6373	4
98340	Hansville	hansville	WA	035		47.9061	-122.5655	4
98342	Indianola	indianola	WA	035		47.7514	-122.5196	4
98345	Keyport	keyport	WA	035		47.698	-122.6255	4
98346	Kingston	kingston	WA	035		47.8108	-122.5255	4
98353	Manchester	manchester	WA	035		47.5952	-122.6225	4
98359	Olalla	olalla	WA	035		47.4241	-122.5745	4
98364	Port Gamble	port-gamble	WA	035		47.8543	-122.5838	4
98366	Port Orchard	port-orchard	WA	035		47.5427	-122.5871	4
98367	Port Orchard	port-orchard	WA	035		47.4707	-122.651	4
98370	Poulsbo	poulsbo	WA	035		47.7423	-122.6277	4
98378	Retsil	retsil	WA	035		47.5459	-122.6112	4
98380	Seabeck	seabeck	WA	035		47.5913	-122.8686	4
98383	Silverdale	silverdale	WA	035		47.6621	-122.6981	4
98384	South Colby	south-colby	WA	035		47.5218	-122.5396	4
98386	Southworth	southworth	WA	035		47.5104	-122.4991	4
98392	Suquamish	suquamish	WA	035		47.7343	-122.5573	4
98393	Tracyton	tracyton	WA	035		47.6267	-122.65	4
98922	Cle Elum	cle-elum	WA	037		47.2063	-120.9685	4
98925	Easton	easton	WA	037		47.233	-121.1772	4
98926	Ellensburg	ellensburg	WA	037		46.9996	-120.5163	4
98934	Kittitas	kittitas	WA	037		46.9806	-120.4163	4
98940	Ronald	ronald	WA	037		47.2503	-121.0456	4
98941	Roslyn	roslyn	WA	037		47.2233	-121.0025	4
98943	South Cle Elum	south-cle-elum	WA	037		47.1886	-120.9537	4
98946	Thorp	thorp	WA	037		47.0679	-120.6712	4
98950	Vantage	vantage	WA	037		46.8714	-119.9859	4
98602	Appleton	appleton	WA	039		45.8504	-121.3129	4
98605	Bingen	bingen	WA	039		45.7751	-121.6328	4
98613	Centerville	centerville	WA	039		45.7032	-120.946	1
98617	Dallesport	dallesport	WA	039		45.6327	-121.1717	4
98619	Glenwood	glenwood	WA	039		46.0071	-121.2885	4
98620	Goldendale	goldendale	WA	039		45.832	-120.813	4
98623	Husum	husum	WA	039		45.8076	-121.4877	4
98628	Klickitat	klickitat	WA	039		45.8171	-121.1526	4
98635	Lyle	lyle	WA	039		45.745	-121.2501	4
98650	Trout Lake	trout-lake	WA	039		45.9828	-121.5163	4
98670	Wahkiacus	wahkiacus	WA	039		45.859	-121.1409	4
98672	White Salmon	white-salmon	WA	039		45.7551	-121.4795	4
98673	Wishram	wishram	WA	039		45.6573	-120.9667	4
99322	Bickleton	bickleton	WA	039		45.9597	-120.1042	4
99356	Roosevelt	roosevelt	WA	039		45.8514	-120.3543	4
98336	Glenoma	glenoma	WA	041		46.5283	-122.099	4
98355	Mineral	mineral	WA	041		46.7096	-122.1861	4
98356	Morton	morton	WA	041		46.5581	-122.2496	4
98361	Packwood	packwood	WA	041		46.65	-121.6553	4
98377	Randle	randle	WA	041		46.5492	-121.8555	4
98522	Adna	adna	WA	041		46.629	-123.0612	4
98531	Centralia	centralia	WA	041		46.7246	-122.9671	4
98532	Chehalis	chehalis	WA	041		46.6382	-122.9658	4
98533	Cinebar	cinebar	WA	041		46.5793	-122.5687	4
98538	Curtis	curtis	WA	041		46.4956	-123.1468	4
98539	Doty	doty	WA	041		46.6378	-123.2804	4
98542	Ethel	ethel	WA	041		46.5321	-122.7404	4
98544	Galvin	galvin	WA	041		46.7423	-123.0271	4
98564	Mossyrock	mossyrock	WA	041		46.5131	-122.4789	4
98565	Napavine	napavine	WA	041		46.5745	-122.9082	4
98570	Onalaska	onalaska	WA	041		46.573	-122.7075	4
98572	Pe Ell	pe-ell	WA	041		46.5829	-123.3147	4
98582	Salkum	salkum	WA	041		46.5321	-122.6259	4
98585	Silver Creek	silver-creek	WA	041		46.5491	-122.4757	4
98591	Toledo	toledo	WA	041		46.4396	-122.8266	4
98593	Vader	vader	WA	041		46.3985	-122.9585	4
98596	Winlock	winlock	WA	041		46.494	-122.9158	4
99008	Edwall	edwall	WA	043		47.5379	-117.9071	4
99032	Sprague	sprague	WA	043		47.3247	-117.9897	4
99103	Almira	almira	WA	043		47.7632	-118.9123	4
99117	Creston	creston	WA	043		47.7977	-118.5307	4
99122	Davenport	davenport	WA	043		47.6809	-118.1667	4
99134	Harrington	harrington	WA	043		47.4555	-118.2778	4
99144	Lamona	lamona	WA	043		47.3778	-118.5043	4
99147	Lincoln	lincoln	WA	043		47.8396	-118.4426	4
99154	Mohler	mohler	WA	043		47.3897	-118.3659	4
99159	Odessa	odessa	WA	043		47.3395	-118.6983	4
99185	Wilbur	wilbur	WA	043		47.741	-118.7063	4
98524	Allyn	allyn	WA	045		47.3571	-122.8587	4
98528	Belfair	belfair	WA	045		47.4325	-122.9289	4
98546	Grapeview	grapeview	WA	045		47.3273	-122.9163	4
98548	Hoodsport	hoodsport	WA	045		47.4235	-123.1739	4
98555	Lilliwaup	lilliwaup	WA	045		47.5128	-123.0631	4
98560	Matlock	matlock	WA	045		47.2636	-123.4412	4
98584	Shelton	shelton	WA	045		47.2151	-123.1007	4
98588	Tahuya	tahuya	WA	045		47.4446	-123.0232	4
98592	Union	union	WA	045		47.3368	-123.075	4
98812	Brewster	brewster	WA	047		48.1206	-119.772	4
98814	Carlton	carlton	WA	047		48.2526	-120.1055	4
98819	Conconully	conconully	WA	047		48.5469	-119.7526	4
98827	Loomis	loomis	WA	047		48.8696	-119.6427	4
98829	Malott	malott	WA	047		48.248	-119.7525	4
98833	Mazama	mazama	WA	047		48.5977	-120.388	4
98834	Methow	methow	WA	047		48.1171	-120.0891	4
98840	Okanogan	okanogan	WA	047		48.3513	-119.6046	4
98841	Omak	omak	WA	047		48.4143	-119.5272	4
98844	Oroville	oroville	WA	047		48.9397	-119.4032	4
98846	Pateros	pateros	WA	047		48.034	-119.9785	4
98849	Riverside	riverside	WA	047		48.4876	-119.5803	4
98855	Tonasket	tonasket	WA	047		48.7194	-119.3943	4
98856	Twisp	twisp	WA	047		48.3632	-120.135	4
98859	Wauconda	wauconda	WA	047		48.8224	-118.9469	4
98862	Winthrop	winthrop	WA	047		48.4756	-120.1805	4
99116	Coulee Dam	coulee-dam	WA	047		48.0379	-118.9419	4
99124	Elmer City	elmer-city	WA	047		47.9979	-118.9545	4
99155	Nespelem	nespelem	WA	047		48.1434	-119.0094	4
98527	Bay Center	bay-center	WA	049		46.6315	-123.9549	4
98554	Lebam	lebam	WA	049		46.5614	-123.5479	4
98561	Menlo	menlo	WA	049		46.6215	-123.6471	4
98577	Raymond	raymond	WA	049		46.671	-123.6929	4
98586	South Bend	south-bend	WA	049		46.6544	-123.8203	4
98590	Tokeland	tokeland	WA	049		46.7065	-123.9818	4
98614	Chinook	chinook	WA	049		46.2729	-123.9454	4
98624	Ilwaco	ilwaco	WA	049		46.3142	-124.0282	4
98631	Long Beach	long-beach	WA	049		46.3774	-124.047	4
98637	Nahcotta	nahcotta	WA	049		46.4984	-124.0335	4
98638	Naselle	naselle	WA	049		46.3528	-123.8044	4
98640	Ocean Park	ocean-park	WA	049		46.5029	-124.0436	4
98641	Oysterville	oysterville	WA	049		46.549	-124.0282	4
98644	Seaview	seaview	WA	049		46.3308	-124.0455	4
99119	Cusick	cusick	WA	051		48.3915	-117.3295	4
99139	Ione	ione	WA	051		48.741	-117.4172	4
99152	Metaline	metaline	WA	051		48.8496	-117.3963	4
99153	Metaline Falls	metaline-falls	WA	051		48.8597	-117.3633	4
99156	Newport	newport	WA	051		48.1695	-117.1508	4
99180	Usk	usk	WA	051		48.296	-117.3189	4
98303	Anderson Island	anderson-island	WA	053		47.1563	-122.7067	1
98304	Ashford	ashford	WA	053		46.7531	-121.9898	4
98321	Buckley	buckley	WA	053		47.1524	-122.0621	4
98323	Carbonado	carbonado	WA	053		47.0802	-122.0513	4
98327	Dupont	dupont	WA	053		47.0968	-122.6312	4
98328	Eatonville	eatonville	WA	053		46.8708	-122.2696	4
98329	Gig Harbor	gig-harbor	WA	053		47.3786	-122.7	4
98330	Elbe	elbe	WA	053		46.7777	-122.2023	4
98332	Gig Harbor	gig-harbor	WA	053		47.3607	-122.6001	4
98333	Fox Island	fox-island	WA	053		47.248	-122.629	4
98335	Gig Harbor	gig-harbor	WA	053		47.3002	-122.6084	4
98338	Graham	graham	WA	053		47.0246	-122.2936	4
98344	Kapowsin	kapowsin	WA	053		46.9899	-122.2226	4
98348	La Grande	la-grande	WA	053		46.8343	-122.3187	4
98349	Lakebay	lakebay	WA	053		47.2886	-122.7776	4
98351	Longbranch	longbranch	WA	053		47.2007	-122.7561	4
98352	Sumner	sumner	WA	053		47.0662	-122.1132	4
98354	Milton	milton	WA	053		47.2483	-122.3155	4
98360	Orting	orting	WA	053		47.0822	-122.186	4
98371	Puyallup	puyallup	WA	053		47.1991	-122.3151	4
98372	Puyallup	puyallup	WA	053		47.2042	-122.2734	4
98373	Puyallup	puyallup	WA	053		47.1284	-122.3219	4
98374	Puyallup	puyallup	WA	053		47.1424	-122.2652	4
98375	Puyallup	puyallup	WA	053		47.1037	-122.3235	4
98385	South Prairie	south-prairie	WA	053		47.1383	-122.0968	4
98387	Spanaway	spanaway	WA	053		47.0732	-122.3943	4
98388	Steilacoom	steilacoom	WA	053		47.1704	-122.5888	4
98390	Sumner	sumner	WA	053		47.2099	-122.228	4
98391	Bonney Lake	bonney-lake	WA	053		47.143	-122.1644	4
98394	Vaughn	vaughn	WA	053		47.3309	-122.7736	4
98395	Wauna	wauna	WA	053		47.379	-122.6426	4
98396	Wilkeson	wilkeson	WA	053		47.1095	-122.037	4
98397	Longmire	longmire	WA	053		46.7498	-121.8126	4
98398	Paradise Inn	paradise-inn	WA	053		47.0662	-122.1132	1
98401	Tacoma	tacoma	WA	053		47.2537	-122.4443	4
98402	Tacoma	tacoma	WA	053		47.2545	-122.4405	4
98403	Tacoma	tacoma	WA	053		47.2643	-122.4575	4
98404	Tacoma	tacoma	WA	053		47.2113	-122.4126	4
98405	Tacoma	tacoma	WA	053		47.2484	-122.4643	4
98406	Tacoma	tacoma	WA	053		47.2632	-122.4993	4
98407	Tacoma	tacoma	WA	053		47.2825	-122.5039	4
98408	Tacoma	tacoma	WA	053		47.2073	-122.4444	4
98409	Tacoma	tacoma	WA	053		47.2038	-122.4825	4
98411	Tacoma	tacoma	WA	053		47.2529	-122.4443	4
98412	Tacoma	tacoma	WA	053		47.2529	-122.4443	4
98413	Tacoma	tacoma	WA	053		47.2529	-122.4443	4
98415	Tacoma	tacoma	WA	053		47.2529	-122.4443	4
98416	Tacoma	tacoma	WA	053		47.2646	-122.4821	4
98417	Tacoma	tacoma	WA	053		47.2061	-122.4822	4
98418	Tacoma	tacoma	WA	053		47.2232	-122.4465	4
98419	Tacoma	tacoma	WA	053		47.2061	-122.4822	4
98421	Tacoma	tacoma	WA	053		47.2664	-122.4015	4
98422	Tacoma	tacoma	WA	053		47.2948	-122.3983	4
98424	Tacoma	tacoma	WA	053		47.2325	-122.3594	4
98430	Camp Murray	camp-murray	WA	053		47.0662	-122.1132	1
98431	Tacoma	tacoma	WA	053		47.2529	-122.4443	4
98433	Tacoma	tacoma	WA	053		47.1125	-122.5891	4
98438	Mcchord Afb	mcchord-afb	WA	053		47.2258	-122.469	1
98439	Lakewood	lakewood	WA	053		47.1287	-122.5103	4
98443	Tacoma	tacoma	WA	053		47.2044	-122.3728	4
98444	Tacoma	tacoma	WA	053		47.1464	-122.4572	4
98445	Tacoma	tacoma	WA	053		47.1291	-122.4094	4
98446	Tacoma	tacoma	WA	053		47.1285	-122.3736	4
98447	Tacoma	tacoma	WA	053		47.1441	-122.4434	4
98448	Tacoma	tacoma	WA	053		47.2061	-122.4822	4
98464	Tacoma	tacoma	WA	053		47.2529	-122.4443	4
98465	Tacoma	tacoma	WA	053		47.2491	-122.5273	4
98466	Tacoma	tacoma	WA	053		47.228	-122.5396	4
98467	University Place	university-place	WA	053		47.2033	-122.5688	4
98471	Tacoma	tacoma	WA	053		47.2529	-122.4443	4
98481	Tacoma	tacoma	WA	053		47.2529	-122.4443	4
98490	Tacoma	tacoma	WA	053		47.2061	-122.4822	4
98493	Tacoma	tacoma	WA	053		47.2529	-122.4443	4
98496	Lakewood	lakewood	WA	053		47.1666	-122.5089	4
98497	Lakewood	lakewood	WA	053		47.1718	-122.5185	4
98498	Lakewood	lakewood	WA	053		47.1591	-122.5485	4
98499	Lakewood	lakewood	WA	053		47.1677	-122.5024	4
98558	Mckenna	mckenna	WA	053		46.9348	-122.5565	4
98580	Roy	roy	WA	053		46.956	-122.4483	4
98222	Blakely Island	blakely-island	WA	055		48.5618	-122.812	1
98243	Deer Harbor	deer-harbor	WA	055		48.6201	-122.9999	4
98245	Eastsound	eastsound	WA	055		48.6968	-122.9055	4
98250	Friday Harbor	friday-harbor	WA	055		48.5454	-123.0947	4
98261	Lopez Island	lopez-island	WA	055		48.4988	-122.8743	1
98279	Olga	olga	WA	055		48.6195	-122.8355	4
98280	Orcas	orcas	WA	055		48.5979	-122.9446	4
98286	Shaw Island	shaw-island	WA	055		48.5578	-122.9837	4
98297	Waldron	waldron	WA	055		48.6876	-123.0369	4
98221	Anacortes	anacortes	WA	057		48.5004	-122.6309	4
98232	Bow	bow	WA	057		48.562	-122.4134	4
98233	Burlington	burlington	WA	057		48.4786	-122.3345	4
98235	Clearlake	clearlake	WA	057		48.4701	-122.2388	1
98237	Concrete	concrete	WA	057		48.531	-121.6643	4
98238	Conway	conway	WA	057		48.34	-122.3456	4
98255	Hamilton	hamilton	WA	057		48.5255	-121.9887	4
98257	La Conner	la-conner	WA	057		48.4093	-122.5313	4
98263	Lyman	lyman	WA	057		48.5345	-122.0586	4
98267	Marblemount	marblemount	WA	057		48.4435	-121.3163	4
98273	Mount Vernon	mount-vernon	WA	057		48.4352	-122.2082	4
98274	Mount Vernon	mount-vernon	WA	057		48.3643	-122.1403	4
98283	Rockport	rockport	WA	057		48.4704	-121.5554	4
98284	Sedro Woolley	sedro-woolley	WA	057		48.5274	-122.2329	4
98610	Carson	carson	WA	059		45.7493	-121.8351	4
98639	North Bonneville	north-bonneville	WA	059		45.6373	-121.9712	4
98648	Stevenson	stevenson	WA	059		45.6882	-121.9093	4
98651	Underwood	underwood	WA	059		45.7409	-121.5974	4
98012	Bothell	bothell	WA	061		47.8401	-122.1972	1
98020	Edmonds	edmonds	WA	061		47.8061	-122.3724	4
98021	Bothell	bothell	WA	061		47.7918	-122.2243	1
98026	Edmonds	edmonds	WA	061		47.8353	-122.327	4
98036	Lynnwood	lynnwood	WA	061		47.8049	-122.2855	4
98037	Lynnwood	lynnwood	WA	061		47.8392	-122.2855	4
98043	Mountlake Terrace	mountlake-terrace	WA	061		47.7933	-122.3076	4
98046	Lynnwood	lynnwood	WA	061		47.8209	-122.3151	4
98077	Woodinville	woodinville	WA	061		47.7529	-122.0582	4
98082	Mill Creek	mill-creek	WA	061		47.8601	-122.2043	4
98087	Lynnwood	lynnwood	WA	061		47.862	-122.2532	4
98201	Everett	everett	WA	061		47.9884	-122.2006	4
98203	Everett	everett	WA	061		47.9419	-122.2218	4
98204	Everett	everett	WA	061		47.9017	-122.2472	4
98206	Everett	everett	WA	061		47.8599	-122.2848	4
98207	Everett	everett	WA	061		47.979	-122.2021	4
98208	Everett	everett	WA	061		47.8948	-122.1987	4
98213	Everett	everett	WA	061		47.9451	-122.2269	4
98223	Arlington	arlington	WA	061		48.1829	-122.1121	4
98241	Darrington	darrington	WA	061		48.2395	-121.5892	4
98251	Gold Bar	gold-bar	WA	061		47.8331	-121.6365	4
98252	Granite Falls	granite-falls	WA	061		48.079	-121.9428	4
98256	Index	index	WA	061		47.8118	-121.5497	4
98258	Lake Stevens	lake-stevens	WA	061		48.0171	-122.0672	4
98259	North Lakewood	north-lakewood	WA	061		48.152	-122.2074	4
98270	Marysville	marysville	WA	061		48.0656	-122.1562	4
98271	Marysville	marysville	WA	061		48.0966	-122.198	4
98272	Monroe	monroe	WA	061		47.8585	-121.9474	4
98275	Mukilteo	mukilteo	WA	061		47.9199	-122.3019	4
98282	Camano Island	camano-island	WA	061		48.1761	-122.521	1
98287	Silvana	silvana	WA	061		48.2023	-122.2538	4
98290	Snohomish	snohomish	WA	061		47.8954	-122.0716	4
98291	Snohomish	snohomish	WA	061		47.9095	-122.0501	4
98292	Stanwood	stanwood	WA	061		48.2011	-122.378	4
98293	Startup	startup	WA	061		47.8703	-121.7685	4
98294	Sultan	sultan	WA	061		47.8589	-121.7369	4
98296	Snohomish	snohomish	WA	061		47.8579	-122.092	4
99001	Airway Heights	airway-heights	WA	063		47.6438	-117.5921	4
99003	Chattaroy	chattaroy	WA	063		47.9192	-117.2921	4
99004	Cheney	cheney	WA	063		47.4943	-117.5834	4
99005	Colbert	colbert	WA	063		47.8411	-117.3759	4
99006	Deer Park	deer-park	WA	063		47.9543	-117.4769	4
99009	Elk	elk	WA	063		48.0205	-117.2963	4
99011	Fairchild Air Force Base	fairchild-air-force-base	WA	063		47.6332	-117.6546	4
99012	Fairfield	fairfield	WA	063		47.3987	-117.1921	4
99014	Four Lakes	four-lakes	WA	063		47.5599	-117.5958	4
99016	Greenacres	greenacres	WA	063		47.6584	-117.1568	4
99018	Latah	latah	WA	063		47.2999	-117.1395	4
99019	Liberty Lake	liberty-lake	WA	063		47.6517	-117.0838	4
99020	Marshall	marshall	WA	063		47.5649	-117.4994	4
99021	Mead	mead	WA	063		47.7933	-117.3117	4
99022	Medical Lake	medical-lake	WA	063		47.615	-117.704	4
99023	Mica	mica	WA	063		47.5538	-117.1637	4
99025	Newman Lake	newman-lake	WA	063		47.7274	-117.064	4
99026	Nine Mile Falls	nine-mile-falls	WA	063		47.8019	-117.5894	4
99027	Otis Orchards	otis-orchards	WA	063		47.7027	-117.1121	4
99029	Reardan	reardan	WA	063		47.7054	-117.8663	4
99030	Rockford	rockford	WA	063		47.4528	-117.1318	4
99031	Spangle	spangle	WA	063		47.4338	-117.3827	4
99036	Valleyford	valleyford	WA	063		47.5292	-117.2686	4
99037	Veradale	veradale	WA	063		47.6421	-117.1977	4
99039	Waverly	waverly	WA	063		47.3427	-117.228	4
99201	Spokane	spokane	WA	063		47.6665	-117.4365	4
99202	Spokane	spokane	WA	063		47.6547	-117.381	4
99203	Spokane	spokane	WA	063		47.6294	-117.4041	4
99204	Spokane	spokane	WA	063		47.6501	-117.4298	4
99205	Spokane	spokane	WA	063		47.6964	-117.4399	4
99206	Spokane	spokane	WA	063		47.6496	-117.2581	4
99207	Spokane	spokane	WA	063		47.6977	-117.3746	4
99208	Spokane	spokane	WA	063		47.7374	-117.4352	4
99209	Spokane	spokane	WA	063		47.6597	-117.4291	4
99210	Spokane	spokane	WA	063		47.6536	-117.4317	4
99211	Spokane	spokane	WA	063		47.6536	-117.4317	4
99212	Spokane	spokane	WA	063		47.6686	-117.3049	4
99213	Spokane	spokane	WA	063		47.6567	-117.2825	4
99214	Spokane	spokane	WA	063		47.6536	-117.4317	4
99215	Spokane	spokane	WA	063		47.6536	-117.4317	4
99216	Spokane	spokane	WA	063		47.6634	-117.2193	4
99217	Spokane	spokane	WA	063		47.738	-117.2557	4
99218	Spokane	spokane	WA	063		47.7556	-117.4146	4
99219	Spokane	spokane	WA	063		47.6536	-117.4317	4
99220	Spokane	spokane	WA	063		47.6536	-117.4317	4
99223	Spokane	spokane	WA	063		47.6156	-117.3622	4
99224	Spokane	spokane	WA	063		47.6289	-117.5513	4
99228	Spokane	spokane	WA	063		47.6536	-117.4317	4
99251	Spokane	spokane	WA	063		47.6536	-117.4317	4
99252	Spokane	spokane	WA	063		47.6536	-117.4317	4
99256	Spokane	spokane	WA	063		47.6536	-117.4317	4
99258	Spokane	spokane	WA	063		47.6536	-117.4317	4
99260	Spokane	spokane	WA	063		47.6536	-117.4317	4
99013	Ford	ford	WA	065		47.9169	-117.8119	4
99034	Tumtum	tumtum	WA	065		47.8941	-117.7536	4
99040	Wellpinit	wellpinit	WA	065		47.8697	-117.9856	4
99101	Addy	addy	WA	065		48.3364	-117.9579	4
99109	Chewelah	chewelah	WA	065		48.2876	-117.7754	4
99110	Clayton	clayton	WA	065		48.0071	-117.5579	4
99114	Colville	colville	WA	065		48.578	-117.8645	4
99126	Evans	evans	WA	065		48.7458	-118.0001	1
99129	Fruitland	fruitland	WA	065		47.9797	-118.2159	4
99131	Gifford	gifford	WA	065		48.2685	-118.1136	4
99137	Hunters	hunters	WA	065		48.1333	-118.1525	4
99141	Kettle Falls	kettle-falls	WA	065		48.6364	-118.0548	4
99148	Loon Lake	loon-lake	WA	065		48.0784	-117.6325	4
99151	Marcus	marcus	WA	065		48.6632	-118.0683	4
99157	Northport	northport	WA	065		48.9247	-117.7931	4
99167	Rice	rice	WA	065		48.4062	-118.1249	4
99173	Springdale	springdale	WA	065		48.0022	-117.829	4
99181	Valley	valley	WA	065		48.1351	-117.761	4
98501	Olympia	olympia	WA	067		47.0129	-122.8763	4
98502	Olympia	olympia	WA	067		47.1043	-123.0552	4
98503	Lacey	lacey	WA	067		47.024	-122.7827	4
98504	Olympia	olympia	WA	067		47.0379	-122.9007	4
98505	Olympia	olympia	WA	067		47.0654	-122.9762	4
98506	Olympia	olympia	WA	067		47.1042	-122.87	4
98507	Olympia	olympia	WA	067		47.0379	-122.9007	4
98508	Olympia	olympia	WA	067		47.0379	-122.9007	4
98509	Lacey	lacey	WA	067		46.9781	-122.7024	4
98511	Tumwater	tumwater	WA	067		46.9616	-123.0283	4
98512	Olympia	olympia	WA	067		46.9498	-123.0212	4
98513	Olympia	olympia	WA	067		46.9939	-122.743	4
98516	Olympia	olympia	WA	067		47.1126	-122.7794	4
98530	Bucoda	bucoda	WA	067		46.7982	-122.8718	4
98540	East Olympia	east-olympia	WA	067		46.9781	-122.7024	4
98556	Littlerock	littlerock	WA	067		46.9024	-123.017	4
98576	Rainier	rainier	WA	067		46.8829	-122.6795	4
98579	Rochester	rochester	WA	067		46.8193	-123.0406	4
98589	Tenino	tenino	WA	067		46.8641	-122.8493	4
98597	Yelm	yelm	WA	067		46.9206	-122.588	4
98599	Olympia	olympia	WA	067		47.0379	-122.9007	4
98612	Cathlamet	cathlamet	WA	069		46.1954	-123.3627	4
98621	Grays River	grays-river	WA	069		46.3535	-123.5888	4
98643	Rosburg	rosburg	WA	069		46.3071	-123.6571	4
98647	Skamokawa	skamokawa	WA	069		46.2952	-123.4332	4
99323	Burbank	burbank	WA	071		46.1966	-118.9017	4
99324	College Place	college-place	WA	071		46.0471	-118.4093	4
99329	Dixie	dixie	WA	071		46.1408	-118.1531	4
99348	Prescott	prescott	WA	071		46.3539	-118.4097	4
99360	Touchet	touchet	WA	071		46.0903	-118.663	4
99361	Waitsburg	waitsburg	WA	071		46.2691	-118.1447	4
99362	Walla Walla	walla-walla	WA	071		46.0614	-118.3315	4
99363	Wallula	wallula	WA	071		46.0846	-118.9061	4
98220	Acme	acme	WA	073		48.6752	-122.1914	4
98225	Bellingham	bellingham	WA	073		48.749	-122.4887	4
98226	Bellingham	bellingham	WA	073		48.7974	-122.4448	4
98227	Bellingham	bellingham	WA	073		48.7596	-122.4882	4
98228	Bellingham	bellingham	WA	073		48.7596	-122.4882	4
98229	Bellingham	bellingham	WA	073		48.6952	-122.4124	4
98230	Blaine	blaine	WA	073		48.9636	-122.7323	4
98231	Blaine	blaine	WA	073		48.9937	-122.7471	4
98240	Custer	custer	WA	073		48.9374	-122.6226	4
98244	Deming	deming	WA	073		48.8018	-122.0918	4
98247	Everson	everson	WA	073		48.9045	-122.3325	4
98248	Ferndale	ferndale	WA	073		48.8625	-122.5953	4
98262	Lummi Island	lummi-island	WA	073		48.7128	-122.6823	4
98264	Lynden	lynden	WA	073		48.9372	-122.4592	4
98266	Maple Falls	maple-falls	WA	073		48.9533	-122.1283	4
98276	Nooksack	nooksack	WA	073		48.9276	-122.3215	4
98281	Point Roberts	point-roberts	WA	073		48.9879	-123.0555	4
98295	Sumas	sumas	WA	073		48.9708	-122.2074	4
99017	Lamont	lamont	WA	075		47.1887	-117.8755	4
99033	Tekoa	tekoa	WA	075		47.2271	-117.0819	4
99102	Albion	albion	WA	075		46.792	-117.2503	4
99104	Belmont	belmont	WA	075		47.0793	-117.177	4
99111	Colfax	colfax	WA	075		46.88	-117.367	4
99113	Colton	colton	WA	075		46.5901	-117.1692	4
99125	Endicott	endicott	WA	075		46.9364	-117.723	4
99128	Farmington	farmington	WA	075		47.0847	-117.0763	4
99130	Garfield	garfield	WA	075		46.9946	-117.1523	4
99136	Hay	hay	WA	075		46.6973	-117.9417	4
99143	Lacrosse	lacrosse	WA	075		46.7717	-117.7703	1
99149	Malden	malden	WA	075		47.2288	-117.4727	4
99158	Oakesdale	oakesdale	WA	075		47.1282	-117.2427	4
99161	Palouse	palouse	WA	075		46.9076	-117.0855	4
99163	Pullman	pullman	WA	075		46.7352	-117.1729	4
99164	Pullman	pullman	WA	075		46.7313	-117.1796	4
99170	Rosalia	rosalia	WA	075		47.2218	-117.4147	4
99171	Saint John	saint-john	WA	075		47.0755	-117.573	4
99174	Steptoe	steptoe	WA	075		47.006	-117.356	4
99176	Thornton	thornton	WA	075		47.1253	-117.3864	4
99179	Uniontown	uniontown	WA	075		46.5258	-117.0908	4
99333	Hooper	hooper	WA	075		46.7543	-118.148	4
98901	Yakima	yakima	WA	077		46.6021	-120.5059	4
98902	Yakima	yakima	WA	077		46.5934	-120.5311	4
98903	Yakima	yakima	WA	077		46.5445	-120.7444	4
98904	Yakima	yakima	WA	077		46.5645	-120.6947	4
98907	Yakima	yakima	WA	077		46.6288	-120.574	4
98908	Yakima	yakima	WA	077		46.6165	-120.7094	4
98909	Yakima	yakima	WA	077		46.6021	-120.5059	4
98920	Brownstown	brownstown	WA	077		46.4043	-120.607	4
98921	Buena	buena	WA	077		46.4287	-120.3134	4
98923	Cowiche	cowiche	WA	077		46.6661	-120.7149	4
98930	Grandview	grandview	WA	077		46.2538	-119.9157	4
98932	Granger	granger	WA	077		46.348	-120.1818	4
98933	Harrah	harrah	WA	077		46.4104	-120.5736	4
98935	Mabton	mabton	WA	077		46.2121	-120.0151	4
98936	Moxee	moxee	WA	077		46.5542	-120.3685	4
98937	Naches	naches	WA	077		46.8058	-120.9921	4
98938	Outlook	outlook	WA	077		46.3525	-120.097	4
98939	Parker	parker	WA	077		46.501	-120.4653	4
98942	Selah	selah	WA	077		46.6767	-120.5408	4
98944	Sunnyside	sunnyside	WA	077		46.3213	-120.0126	4
98947	Tieton	tieton	WA	077		46.7063	-120.7473	4
98948	Toppenish	toppenish	WA	077		46.3751	-120.3305	4
98951	Wapato	wapato	WA	077		46.4507	-120.4265	4
98952	White Swan	white-swan	WA	077		46.3716	-120.7453	4
98953	Zillah	zillah	WA	077		46.4158	-120.2662	4
53910	Adams	adams	WI	001		43.8967	-89.8219	4
53927	Dellwood	dellwood	WI	001		43.9555	-89.9418	4
53934	Friendship	friendship	WI	001		43.9896	-89.8149	4
53936	Grand Marsh	grand-marsh	WI	001		43.8869	-89.7062	4
54613	Arkdale	arkdale	WI	001		44.0529	-89.8962	4
54514	Butternut	butternut	WI	003		46.0184	-90.4821	4
54517	Clam Lake	clam-lake	WI	003		46.1638	-90.9024	4
54527	Glidden	glidden	WI	003		46.1337	-90.5889	4
54546	Mellen	mellen	WI	003		46.3007	-90.6552	4
54806	Ashland	ashland	WI	003		46.5586	-90.7388	4
54846	High Bridge	high-bridge	WI	003		46.3796	-90.7383	4
54850	La Pointe	la-pointe	WI	003		46.8467	-90.6036	4
54855	Marengo	marengo	WI	003		46.4071	-90.84	4
54861	Odanah	odanah	WI	003		46.5608	-90.6197	4
54728	Chetek	chetek	WI	005		45.317	-91.6542	4
54733	Dallas	dallas	WI	005		45.2549	-91.8368	4
54762	Prairie Farm	prairie-farm	WI	005		45.2462	-91.9742	4
54805	Almena	almena	WI	005		45.4195	-92.0027	4
54812	Barron	barron	WI	005		45.4005	-91.85	4
54813	Barronett	barronett	WI	005		45.619	-92.0196	4
54818	Brill	brill	WI	005		45.6027	-91.6721	4
54822	Cameron	cameron	WI	005		45.4038	-91.731	4
54826	Comstock	comstock	WI	005		45.4911	-92.086	4
54829	Cumberland	cumberland	WI	005		45.5403	-92.0297	4
54841	Haugen	haugen	WI	005		45.6067	-91.7786	4
54857	Mikana	mikana	WI	005		45.5919	-91.6013	4
54868	Rice Lake	rice-lake	WI	005		45.5061	-91.7382	4
54889	Turtle Lake	turtle-lake	WI	005		45.4213	-92.1781	4
54814	Bayfield	bayfield	WI	007		46.8354	-90.8217	4
54816	Benoit	benoit	WI	007		46.5019	-91.0769	4
54821	Cable	cable	WI	007		46.2172	-91.2244	4
54827	Cornucopia	cornucopia	WI	007		46.8372	-91.0974	4
54832	Drummond	drummond	WI	007		46.3119	-91.2856	4
54839	Grand View	grand-view	WI	007		46.3577	-91.1075	4
54844	Herbster	herbster	WI	007		46.8213	-91.2332	4
54847	Iron River	iron-river	WI	007		46.579	-91.4211	4
54856	Mason	mason	WI	007		46.4399	-91.1318	4
54865	Port Wing	port-wing	WI	007		46.762	-91.392	4
54891	Washburn	washburn	WI	007		46.6806	-90.9095	4
54115	De Pere	de-pere	WI	009		44.4388	-88.0806	4
54126	Greenleaf	greenleaf	WI	009		44.2937	-88.0275	4
54162	Pulaski	pulaski	WI	009		44.6611	-88.2634	4
54173	Suamico	suamico	WI	009		44.6435	-88.0317	4
54180	Wrightstown	wrightstown	WI	009		44.3264	-88.1749	4
54208	Denmark	denmark	WI	009		44.3594	-87.827	4
54229	New Franken	new-franken	WI	009		44.5592	-87.8235	4
54301	Green Bay	green-bay	WI	009		44.482	-88.0205	4
54302	Green Bay	green-bay	WI	009		44.5025	-87.9771	4
54303	Green Bay	green-bay	WI	009		44.5522	-88.0788	4
54304	Green Bay	green-bay	WI	009		44.4975	-88.0324	4
54305	Green Bay	green-bay	WI	009		44.4601	-88.0074	4
54306	Green Bay	green-bay	WI	009		44.5192	-88.0198	4
54307	Green Bay	green-bay	WI	009		44.4601	-88.0074	4
54308	Green Bay	green-bay	WI	009		44.5192	-88.0198	4
54311	Green Bay	green-bay	WI	009		44.4914	-87.9267	4
54313	Green Bay	green-bay	WI	009		44.5463	-88.1021	4
54324	Green Bay	green-bay	WI	009		44.4601	-88.0074	4
54344	Green Bay	green-bay	WI	009		44.425	-88.1113	4
54610	Alma	alma	WI	011		44.4294	-91.8079	4
54622	Cochrane	cochrane	WI	011		44.2672	-91.7715	4
54629	Fountain City	fountain-city	WI	011		44.1364	-91.6779	4
54743	Gilmanton	gilmanton	WI	011		44.4708	-91.676	4
54755	Mondovi	mondovi	WI	011		44.4877	-91.6807	4
54756	Nelson	nelson	WI	011		44.4295	-92.0007	4
54830	Danbury	danbury	WI	013		45.9726	-92.293	4
54840	Grantsburg	grantsburg	WI	013		45.7953	-92.6935	4
54845	Hertel	hertel	WI	013		45.8076	-92.1404	4
54872	Siren	siren	WI	013		45.7821	-92.3892	4
54893	Webster	webster	WI	013		45.874	-92.3227	4
53014	Chilton	chilton	WI	015		44.0242	-88.1827	4
53061	New Holstein	new-holstein	WI	015		43.9446	-88.0911	4
53062	New Holstein	new-holstein	WI	015		44.0679	-88.2231	4
53088	Stockbridge	stockbridge	WI	015		44.0717	-88.299	4
54110	Brillion	brillion	WI	015		44.1779	-88.0833	4
54123	Forest Junction	forest-junction	WI	015		44.2125	-88.1443	4
54129	Hilbert	hilbert	WI	015		44.1271	-88.207	4
54160	Potter	potter	WI	015		44.1199	-88.0965	4
54169	Sherwood	sherwood	WI	015		44.1764	-88.2779	4
54724	Bloomer	bloomer	WI	017		45.1025	-91.49	4
54726	Boyd	boyd	WI	017		44.9437	-91.0294	4
54727	Cadott	cadott	WI	017		44.963	-91.1699	4
54729	Chippewa Falls	chippewa-falls	WI	017		44.9369	-91.3929	4
54732	Cornell	cornell	WI	017		45.1619	-91.1733	4
54745	Holcombe	holcombe	WI	017		45.2513	-91.133	4
54748	Jim Falls	jim-falls	WI	017		45.0889	-91.2568	4
54757	New Auburn	new-auburn	WI	017		45.2356	-91.5197	4
54768	Stanley	stanley	WI	017		44.9689	-90.9389	4
54774	Chippewa Falls	chippewa-falls	WI	017		44.9369	-91.3929	4
54405	Abbotsford	abbotsford	WI	019		44.9641	-90.2994	4
54420	Chili	chili	WI	019		44.6301	-90.36	4
54421	Colby	colby	WI	019		44.9117	-90.3144	4
54422	Curtiss	curtiss	WI	019		44.9602	-90.4592	4
54425	Dorchester	dorchester	WI	019		45.0042	-90.3596	4
54436	Granton	granton	WI	019		44.5606	-90.4484	4
54437	Greenwood	greenwood	WI	019		44.7404	-90.6229	4
54446	Loyal	loyal	WI	019		44.7272	-90.4922	4
54456	Neillsville	neillsville	WI	019		44.5494	-90.6112	4
54460	Owen	owen	WI	019		44.9578	-90.5469	4
54493	Willard	willard	WI	019		44.7274	-90.7499	4
54498	Withee	withee	WI	019		44.9757	-90.6049	4
54746	Humbird	humbird	WI	019		44.5367	-90.8883	4
54771	Thorp	thorp	WI	019		44.9573	-90.8029	4
53555	Lodi	lodi	WI	021		43.327	-89.5554	4
53901	Portage	portage	WI	021		43.5501	-89.4714	4
53911	Arlington	arlington	WI	021		43.3269	-89.3631	4
53923	Cambria	cambria	WI	021		43.5724	-89.1156	4
53925	Columbus	columbus	WI	021		43.3315	-89.0271	4
53928	Doylestown	doylestown	WI	021		43.4266	-89.1491	4
53932	Fall River	fall-river	WI	021		43.4008	-89.0625	4
53935	Friesland	friesland	WI	021		43.5901	-89.0593	4
53954	Pardeeville	pardeeville	WI	021		43.534	-89.3265	4
53955	Poynette	poynette	WI	021		43.4013	-89.4189	4
53957	Randolph	randolph	WI	021		43.5352	-89.0068	4
53960	Rio	rio	WI	021		43.4231	-89.2354	4
53965	Wisconsin Dells	wisconsin-dells	WI	021		43.6508	-89.7665	4
53969	Wyocena	wyocena	WI	021		43.4989	-89.305	4
53821	Prairie Du Chien	prairie-du-chien	WI	023		43.0426	-91.1193	4
53826	Wauzeka	wauzeka	WI	023		43.1143	-90.9239	4
54626	Eastman	eastman	WI	023		43.1959	-91.0193	4
54628	Ferryville	ferryville	WI	023		43.3959	-91.0446	4
54631	Gays Mills	gays-mills	WI	023		43.2936	-90.8676	4
54640	Lynxville	lynxville	WI	023		43.2464	-91.0562	4
54645	Mount Sterling	mount-sterling	WI	023		43.3153	-90.9287	4
54654	Seneca	seneca	WI	023		43.265	-90.9585	4
54655	Soldiers Grove	soldiers-grove	WI	023		43.3919	-90.7663	4
54657	Steuben	steuben	WI	023		43.1955	-90.8609	4
53508	Belleville	belleville	WI	025		42.8669	-89.5377	4
53515	Black Earth	black-earth	WI	025		43.1322	-89.739	4
53517	Blue Mounds	blue-mounds	WI	025		43.005	-89.8345	4
53523	Cambridge	cambridge	WI	025		42.9918	-89.0209	4
53527	Cottage Grove	cottage-grove	WI	025		43.0784	-89.2017	4
53528	Cross Plains	cross-plains	WI	025		43.1132	-89.6397	4
53529	Dane	dane	WI	025		43.2424	-89.5117	4
53531	Deerfield	deerfield	WI	025		43.0571	-89.0862	4
53532	Deforest	deforest	WI	025		43.2478	-89.3437	1
53558	Mc Farland	mc-farland	WI	025		43.0107	-89.2948	1
53559	Marshall	marshall	WI	025		43.1636	-89.0753	4
53560	Mazomanie	mazomanie	WI	025		43.1847	-89.7636	4
53562	Middleton	middleton	WI	025		43.1052	-89.5073	4
53571	Morrisonville	morrisonville	WI	025		43.2773	-89.3564	4
53572	Mount Horeb	mount-horeb	WI	025		43.002	-89.7414	4
53575	Oregon	oregon	WI	025		42.9295	-89.387	4
53589	Stoughton	stoughton	WI	025		42.929	-89.224	4
53590	Sun Prairie	sun-prairie	WI	025		43.1869	-89.2227	4
53593	Verona	verona	WI	025		42.9999	-89.5522	4
53596	Sun Prairie	sun-prairie	WI	025		43.1924	-89.2629	4
53597	Waunakee	waunakee	WI	025		43.1818	-89.4532	4
53598	Windsor	windsor	WI	025		43.2078	-89.3418	4
53701	Madison	madison	WI	025		43.0696	-89.4239	4
53702	Madison	madison	WI	025		43.0696	-89.4239	4
53703	Madison	madison	WI	025		43.0775	-89.3831	4
53704	Madison	madison	WI	025		43.1205	-89.3523	4
53705	Madison	madison	WI	025		43.073	-89.4528	4
53706	Madison	madison	WI	025		43.0769	-89.4094	4
53707	Madison	madison	WI	025		43.0696	-89.4239	4
53708	Madison	madison	WI	025		43.0696	-89.4239	4
53711	Madison	madison	WI	025		43.0356	-89.4526	4
53713	Madison	madison	WI	025		43.0372	-89.3971	4
53714	Madison	madison	WI	025		43.0977	-89.3118	4
53715	Madison	madison	WI	025		43.0653	-89.4	4
53716	Madison	madison	WI	025		43.0631	-89.3133	4
53717	Madison	madison	WI	025		43.0736	-89.508	4
53718	Madison	madison	WI	025		43.0984	-89.2734	4
53719	Madison	madison	WI	025		43.0321	-89.4993	4
53725	Madison	madison	WI	025		43.0696	-89.4239	4
53726	Madison	madison	WI	025		43.0696	-89.4239	4
53744	Madison	madison	WI	025		43.0696	-89.4239	4
53774	Madison	madison	WI	025		43.0469	-89.374	4
53777	Madison	madison	WI	025		43.0696	-89.4239	4
09461	APO AE	apo-ae				52.4167	0.75	
53778	Madison	madison	WI	025		43.0696	-89.4239	4
53779	Madison	madison	WI	025		43.0982	-89.3242	4
53782	Madison	madison	WI	025		43.0696	-89.4239	4
53783	Madison	madison	WI	025		43.1596	-89.2852	4
53784	Madison	madison	WI	025		43.0489	-89.3384	4
53785	Madison	madison	WI	025		43.0696	-89.4239	4
53786	Madison	madison	WI	025		43.0696	-89.4239	4
53788	Madison	madison	WI	025		43.0767	-89.3763	4
53789	Madison	madison	WI	025		43.0696	-89.4239	4
53790	Madison	madison	WI	025		43.0696	-89.4239	4
53791	Madison	madison	WI	025		43.0696	-89.4239	4
53792	Madison	madison	WI	025		43.0696	-89.4239	4
53793	Madison	madison	WI	025		43.0696	-89.4239	4
53794	Madison	madison	WI	025		43.0696	-89.4239	4
53003	Ashippun	ashippun	WI	027		43.2119	-88.5162	4
53006	Brownsville	brownsville	WI	027		43.6028	-88.523	4
53016	Clyman	clyman	WI	027		43.3107	-88.7144	4
53032	Horicon	horicon	WI	027		43.4469	-88.631	4
53034	Hustisford	hustisford	WI	027		43.3305	-88.603	4
53035	Iron Ridge	iron-ridge	WI	027		43.3934	-88.5441	4
53039	Juneau	juneau	WI	027		43.3792	-88.6845	4
53047	Lebanon	lebanon	WI	027		43.2568	-88.6281	4
53048	Lomira	lomira	WI	027		43.5795	-88.4513	4
53050	Mayville	mayville	WI	027		43.5045	-88.5451	4
53059	Neosho	neosho	WI	027		43.2978	-88.5205	4
53078	Rubicon	rubicon	WI	027		43.3121	-88.4528	4
53091	Theresa	theresa	WI	027		43.5045	-88.4478	4
53098	Watertown	watertown	WI	027		43.2764	-88.7154	4
53099	Woodland	woodland	WI	027		43.3703	-88.5187	4
53557	Lowell	lowell	WI	027		43.342	-88.7873	4
53579	Reeseville	reeseville	WI	027		43.3013	-88.8571	4
53916	Beaver Dam	beaver-dam	WI	027		43.4616	-88.8407	4
53922	Burnett	burnett	WI	027		43.5116	-88.7176	4
53933	Fox Lake	fox-lake	WI	027		43.5815	-88.9041	4
53956	Randolph	randolph	WI	027		43.5397	-89.003	4
53963	Waupun	waupun	WI	027		43.6324	-88.7373	4
54202	Baileys Harbor	baileys-harbor	WI	029		45.0565	-87.1676	4
54204	Brussels	brussels	WI	029		44.7476	-87.6225	4
54209	Egg Harbor	egg-harbor	WI	029		45.01	-87.2805	4
54210	Ellison Bay	ellison-bay	WI	029		45.2572	-87.0512	4
54211	Ephraim	ephraim	WI	029		45.1592	-87.171	4
54212	Fish Creek	fish-creek	WI	029		45.1155	-87.2064	4
54213	Forestville	forestville	WI	029		44.6996	-87.5215	4
54226	Maplewood	maplewood	WI	029		44.7475	-87.4793	4
54234	Sister Bay	sister-bay	WI	029		45.1875	-87.1139	4
54235	Sturgeon Bay	sturgeon-bay	WI	029		44.8438	-87.3753	4
54246	Washington Island	washington-island	WI	029		45.3738	-86.8975	1
54820	Brule	brule	WI	031		46.5763	-91.5539	4
54836	Foxboro	foxboro	WI	031		46.4875	-92.1493	4
54838	Gordon	gordon	WI	031		46.2336	-91.8033	4
54842	Hawthorne	hawthorne	WI	031		46.503	-91.8607	4
54849	Lake Nebagamon	lake-nebagamon	WI	031		46.5023	-91.7402	4
54854	Maple	maple	WI	031		46.6206	-91.702	4
54864	Poplar	poplar	WI	031		46.5771	-91.8253	4
54873	Solon Springs	solon-springs	WI	031		46.4173	-91.811	4
54874	South Range	south-range	WI	031		46.5688	-91.9352	4
54880	Superior	superior	WI	031		46.7016	-92.0912	4
54890	Wascott	wascott	WI	031		46.1724	-91.7982	4
54725	Boyceville	boyceville	WI	033		45.0642	-92.0248	4
54730	Colfax	colfax	WI	033		44.9993	-91.7357	4
54734	Downing	downing	WI	033		45.103	-92.1134	4
54735	Downsville	downsville	WI	033		44.7747	-91.9321	4
54737	Eau Galle	eau-galle	WI	033		44.7152	-91.9822	4
54739	Elk Mound	elk-mound	WI	033		44.867	-91.6752	4
54749	Knapp	knapp	WI	033		44.9545	-92.0752	4
54751	Menomonie	menomonie	WI	033		44.8718	-91.9265	4
54763	Ridgeland	ridgeland	WI	033		45.1868	-91.879	4
54764	Rock Falls	rock-falls	WI	033		44.7186	-91.6899	4
54765	Sand Creek	sand-creek	WI	033		45.1669	-91.6863	4
54772	Wheeler	wheeler	WI	033		45.0719	-91.8871	4
54701	Eau Claire	eau-claire	WI	035		44.784	-91.4877	4
54702	Eau Claire	eau-claire	WI	035		44.8113	-91.4985	4
54703	Eau Claire	eau-claire	WI	035		44.8346	-91.5159	4
54720	Altoona	altoona	WI	035		44.8021	-91.4382	4
54722	Augusta	augusta	WI	035		44.6947	-91.1232	4
54741	Fairchild	fairchild	WI	035		44.5963	-90.9906	4
54742	Fall Creek	fall-creek	WI	035		44.7684	-91.2856	4
54120	Fence	fence	WI	037		45.7444	-88.4243	4
54121	Florence	florence	WI	037		45.9027	-88.2289	4
54542	Long Lake	long-lake	WI	037		45.9138	-88.6235	4
53010	Campbellsport	campbellsport	WI	039		43.6042	-88.2729	4
53019	Eden	eden	WI	039		43.6959	-88.3266	4
53049	Malone	malone	WI	039		43.8753	-88.2871	4
53057	Mount Calvary	mount-calvary	WI	039		43.8142	-88.2399	4
53065	Oakfield	oakfield	WI	039		43.6864	-88.5569	4
53079	Saint Cloud	saint-cloud	WI	039		43.8074	-88.1845	4
53919	Brandon	brandon	WI	039		43.7258	-88.7841	4
53931	Fairwater	fairwater	WI	039		43.7475	-88.8665	4
54932	Eldorado	eldorado	WI	039		43.8415	-88.6388	4
54935	Fond Du Lac	fond-du-lac	WI	039		43.7742	-88.4352	4
54936	Fond Du Lac	fond-du-lac	WI	039		43.775	-88.4388	4
54937	Fond Du Lac	fond-du-lac	WI	039		43.765	-88.6057	4
54971	Ripon	ripon	WI	039		43.8454	-88.8424	4
54974	Rosendale	rosendale	WI	039		43.7889	-88.6417	4
54979	Van Dyne	van-dyne	WI	039		43.8734	-88.51	4
54103	Armstrong Creek	armstrong-creek	WI	041		45.6726	-88.4908	4
54511	Argonne	argonne	WI	041		45.7118	-88.8104	4
54520	Crandon	crandon	WI	041		45.5416	-88.9116	4
54541	Laona	laona	WI	041		45.5534	-88.6715	4
54566	Wabeno	wabeno	WI	041		45.4332	-88.6625	4
53518	Blue River	blue-river	WI	043		43.2366	-90.5873	4
53554	Livingston	livingston	WI	043		42.9044	-90.442	4
53569	Montfort	montfort	WI	043		42.9757	-90.4447	4
53573	Muscoda	muscoda	WI	043		43.2074	-90.457	4
53801	Bagley	bagley	WI	043		42.9207	-91.0685	4
53802	Beetown	beetown	WI	043		42.795	-90.8854	4
53804	Bloomington	bloomington	WI	043		42.8726	-90.9099	4
53805	Boscobel	boscobel	WI	043		43.1393	-90.7061	4
53806	Cassville	cassville	WI	043		42.7288	-90.9608	4
53807	Cuba City	cuba-city	WI	043		42.5991	-90.4749	4
53808	Dickeyville	dickeyville	WI	043		42.6263	-90.5931	4
53809	Fennimore	fennimore	WI	043		42.9886	-90.655	4
53810	Glen Haven	glen-haven	WI	043		42.8204	-91.0005	4
53811	Hazel Green	hazel-green	WI	043		42.5359	-90.5118	4
53812	Kieler	kieler	WI	043		42.5814	-90.6026	4
53813	Lancaster	lancaster	WI	043		42.8445	-90.7109	4
53816	Mount Hope	mount-hope	WI	043		42.9689	-90.8665	4
53817	Patch Grove	patch-grove	WI	043		42.9422	-90.9646	4
53818	Platteville	platteville	WI	043		42.7393	-90.4854	4
53820	Potosi	potosi	WI	043		42.6884	-90.7002	4
53824	Sinsinawa	sinsinawa	WI	043		42.5236	-90.5393	4
53825	Stitzer	stitzer	WI	043		42.9214	-90.6079	4
53827	Woodman	woodman	WI	043		43.0577	-90.8245	4
53502	Albany	albany	WI	045		42.7155	-89.4357	4
53520	Brodhead	brodhead	WI	045		42.6111	-89.3714	4
53521	Brooklyn	brooklyn	WI	045		42.8423	-89.3818	4
53522	Browntown	browntown	WI	045		42.5579	-89.7816	4
53550	Juda	juda	WI	045		42.5679	-89.5026	4
53566	Monroe	monroe	WI	045		42.5991	-89.6403	4
53570	Monticello	monticello	WI	045		42.7415	-89.6081	4
53574	New Glarus	new-glarus	WI	045		42.8143	-89.6437	4
53926	Dalton	dalton	WI	047		43.6718	-89.1918	4
53939	Kingston	kingston	WI	047		43.6911	-89.1302	4
53946	Markesan	markesan	WI	047		43.714	-89.007	4
53947	Marquette	marquette	WI	047		43.7459	-89.1397	4
54923	Berlin	berlin	WI	047		43.9769	-88.949	4
54941	Green Lake	green-lake	WI	047		43.8444	-88.9685	4
54968	Princeton	princeton	WI	047		43.8438	-89.1249	4
53503	Arena	arena	WI	049		43.1521	-89.9386	4
53506	Avoca	avoca	WI	049		43.1571	-90.2889	4
53507	Barneveld	barneveld	WI	049		43.0158	-89.9042	4
53526	Cobb	cobb	WI	049		42.966	-90.3324	4
53533	Dodgeville	dodgeville	WI	049		42.9698	-90.1404	4
53535	Edmund	edmund	WI	049		42.9675	-90.2646	4
53543	Highland	highland	WI	049		43.0524	-90.365	4
53544	Hollandale	hollandale	WI	049		42.8773	-89.913	4
53553	Linden	linden	WI	049		42.9184	-90.2797	4
53565	Mineral Point	mineral-point	WI	049		42.8547	-90.1646	4
53580	Rewey	rewey	WI	049		42.8594	-90.3804	4
53582	Ridgeway	ridgeway	WI	049		43.0077	-89.9889	4
53595	Dodgeville	dodgeville	WI	049		42.9761	-90.1413	4
54525	Gile	gile	WI	051		46.4283	-90.2252	4
54534	Hurley	hurley	WI	051		46.4448	-90.1975	4
54536	Iron Belt	iron-belt	WI	051		46.3955	-90.3245	4
54547	Mercer	mercer	WI	051		46.1696	-90.0679	4
54550	Montreal	montreal	WI	051		46.428	-90.246	4
54559	Saxon	saxon	WI	051		46.4959	-90.4383	4
54565	Upson	upson	WI	051		46.3761	-90.4051	4
54611	Alma Center	alma-center	WI	053		44.4452	-90.9356	4
54615	Black River Falls	black-river-falls	WI	053		44.2954	-90.8313	4
54635	Hixton	hixton	WI	053		44.4038	-91.0442	4
54642	Melrose	melrose	WI	053		44.1382	-91.0445	4
54643	Millston	millston	WI	053		44.1869	-90.6358	4
54659	Taylor	taylor	WI	053		44.2899	-91.1128	4
54754	Merrillan	merrillan	WI	053		44.4369	-90.8105	4
53036	Ixonia	ixonia	WI	055		43.1477	-88.5886	4
53038	Johnson Creek	johnson-creek	WI	055		43.0751	-88.7836	4
53094	Watertown	watertown	WI	055		43.193	-88.7185	4
53137	Helenville	helenville	WI	055		43.009	-88.6726	4
53156	Palmyra	palmyra	WI	055		42.8793	-88.5903	4
53178	Sullivan	sullivan	WI	055		42.9982	-88.6026	4
53538	Fort Atkinson	fort-atkinson	WI	055		42.9229	-88.8467	4
53549	Jefferson	jefferson	WI	055		43.0006	-88.8078	4
53551	Lake Mills	lake-mills	WI	055		43.0816	-88.9133	4
53594	Waterloo	waterloo	WI	055		43.1832	-88.9838	4
53929	Elroy	elroy	WI	057		43.7516	-90.2889	4
53944	Lyndon Station	lyndon-station	WI	057		43.6899	-89.8915	4
53948	Mauston	mauston	WI	057		43.7934	-90.0641	4
53950	New Lisbon	new-lisbon	WI	057		43.8877	-90.1524	4
53962	Union Center	union-center	WI	057		43.6853	-90.2668	4
53968	Wonewoc	wonewoc	WI	057		43.6285	-90.2394	4
54618	Camp Douglas	camp-douglas	WI	057		43.9885	-90.2393	4
54637	Hustler	hustler	WI	057		43.8801	-90.2729	4
54641	Mather	mather	WI	057		44.1427	-90.3087	4
54646	Necedah	necedah	WI	057		44.0345	-90.06	4
53101	Bassett	bassett	WI	059		42.5406	-88.2279	4
53102	Benet Lake	benet-lake	WI	059		42.5001	-88.08	4
53104	Bristol	bristol	WI	059		42.5325	-88.0478	4
53109	Camp Lake	camp-lake	WI	059		42.536	-88.1444	4
53140	Kenosha	kenosha	WI	059		42.6052	-87.8299	4
53141	Kenosha	kenosha	WI	059		42.5847	-87.8212	4
53142	Kenosha	kenosha	WI	059		42.556	-87.8705	4
53143	Kenosha	kenosha	WI	059		42.5617	-87.8301	4
53144	Kenosha	kenosha	WI	059		42.6058	-87.8762	4
53152	New Munster	new-munster	WI	059		42.5746	-88.2326	4
53158	Pleasant Prairie	pleasant-prairie	WI	059		42.5293	-87.8855	4
53159	Powers Lake	powers-lake	WI	059		42.5557	-88.2969	4
53168	Salem	salem	WI	059		42.5709	-88.1287	4
53170	Silver Lake	silver-lake	WI	059		42.552	-88.1608	4
53171	Somers	somers	WI	059		42.6423	-87.9032	4
53179	Trevor	trevor	WI	059		42.5201	-88.1387	4
53181	Twin Lakes	twin-lakes	WI	059		42.5232	-88.2573	4
53192	Wilmot	wilmot	WI	059		42.5128	-88.182	4
53194	Woodworth	woodworth	WI	059		42.5581	-88.0012	4
54201	Algoma	algoma	WI	061		44.6101	-87.4578	4
54205	Casco	casco	WI	061		44.5833	-87.6231	4
54216	Kewaunee	kewaunee	WI	061		44.4401	-87.5594	4
54217	Luxemburg	luxemburg	WI	061		44.5506	-87.7156	4
54601	La Crosse	la-crosse	WI	063		43.7989	-91.2175	4
54602	La Crosse	la-crosse	WI	063		43.9077	-91.1676	4
54603	La Crosse	la-crosse	WI	063		43.8487	-91.2484	4
54614	Bangor	bangor	WI	063		43.8687	-90.9809	4
54636	Holmen	holmen	WI	063		43.9761	-91.2497	4
54644	Mindoro	mindoro	WI	063		44.0287	-91.0642	4
54650	Onalaska	onalaska	WI	063		43.8974	-91.2314	4
54653	Rockland	rockland	WI	063		43.9064	-90.9193	4
54669	West Salem	west-salem	WI	063		43.9063	-91.0893	4
53504	Argyle	argyle	WI	065		42.6955	-89.8598	4
53510	Belmont	belmont	WI	065		42.7308	-90.3359	4
53516	Blanchardville	blanchardville	WI	065		42.8062	-89.8555	4
53530	Darlington	darlington	WI	065		42.6878	-90.1106	4
53541	Gratiot	gratiot	WI	065		42.5759	-90.0243	4
53586	Shullsburg	shullsburg	WI	065		42.5786	-90.2266	4
53587	South Wayne	south-wayne	WI	065		42.5822	-89.8888	4
53599	Woodford	woodford	WI	065		42.6493	-89.8622	4
53803	Benton	benton	WI	065		42.5545	-90.3508	4
54409	Antigo	antigo	WI	067		45.1314	-89.1419	4
54418	Bryant	bryant	WI	067		45.203	-88.9983	4
54424	Deerbrook	deerbrook	WI	067		45.2368	-89.1873	4
54428	Elcho	elcho	WI	067		45.4409	-89.1516	4
54430	Elton	elton	WI	067		45.1562	-88.8837	4
54462	Pearson	pearson	WI	067		45.3641	-89.0165	4
54464	Phlox	phlox	WI	067		45.0511	-89.0143	4
54465	Pickerel	pickerel	WI	067		45.3567	-88.9137	4
54485	Summit Lake	summit-lake	WI	067		45.3965	-89.2179	4
54491	White Lake	white-lake	WI	067		45.1715	-88.7555	4
54435	Gleason	gleason	WI	069		45.3384	-89.4753	4
54442	Irma	irma	WI	069		45.3485	-89.6611	4
54452	Merrill	merrill	WI	069		45.1809	-89.6907	4
54487	Tomahawk	tomahawk	WI	069		45.4963	-89.7273	4
54532	Heafford Junction	heafford-junction	WI	069		45.5472	-89.7154	4
53015	Cleveland	cleveland	WI	071		43.9217	-87.7673	4
53042	Kiel	kiel	WI	071		43.9341	-87.9956	4
53063	Newton	newton	WI	071		43.9836	-87.7848	4
54207	Collins	collins	WI	071		44.091	-87.9902	4
54214	Francis Creek	francis-creek	WI	071		44.2	-87.72	4
54215	Kellnersville	kellnersville	WI	071		44.2226	-87.8017	4
54220	Manitowoc	manitowoc	WI	071		44.0971	-87.6823	4
54221	Manitowoc	manitowoc	WI	071		44.1323	-87.599	4
54227	Maribel	maribel	WI	071		44.2852	-87.8055	4
54228	Mishicot	mishicot	WI	071		44.2609	-87.6447	4
54230	Reedsville	reedsville	WI	071		44.1576	-87.966	4
54232	Saint Nazianz	saint-nazianz	WI	071		44.0064	-87.9229	4
54240	Tisch Mills	tisch-mills	WI	071		44.3272	-87.6237	4
54241	Two Rivers	two-rivers	WI	071		44.166	-87.5855	4
54245	Valders	valders	WI	071		44.042	-87.8812	4
54247	Whitelaw	whitelaw	WI	071		44.1573	-87.8267	4
54401	Wausau	wausau	WI	073		44.9654	-89.7066	4
54402	Wausau	wausau	WI	073		44.9009	-89.7701	4
54403	Wausau	wausau	WI	073		44.9529	-89.5318	4
54408	Aniwa	aniwa	WI	073		45.0088	-89.3578	4
54411	Athens	athens	WI	073		44.9823	-90.0078	4
54417	Brokaw	brokaw	WI	073		45.0273	-89.6541	4
54426	Edgar	edgar	WI	073		44.9046	-90.0125	4
54427	Eland	eland	WI	073		44.8309	-89.2461	4
54429	Elderon	elderon	WI	073		44.7802	-89.2478	4
54432	Galloway	galloway	WI	073		44.7128	-89.2643	4
54440	Hatley	hatley	WI	073		44.8256	-89.3777	4
54448	Marathon	marathon	WI	073		44.9291	-89.8404	4
54455	Mosinee	mosinee	WI	073		44.7997	-89.6845	4
54471	Ringle	ringle	WI	073		44.9238	-89.4328	4
54474	Rothschild	rothschild	WI	073		44.8843	-89.6193	4
54476	Schofield	schofield	WI	073		44.9064	-89.5818	4
54479	Spencer	spencer	WI	073		44.7391	-90.3114	4
54484	Stratford	stratford	WI	073		44.7899	-90.0583	4
54488	Unity	unity	WI	073		44.8227	-90.3221	4
54102	Amberg	amberg	WI	075		45.4989	-87.9643	4
54104	Athelstane	athelstane	WI	075		45.4228	-88.1753	4
54112	Coleman	coleman	WI	075		45.0722	-88.0587	4
54114	Crivitz	crivitz	WI	075		45.2617	-88.078	4
54119	Dunbar	dunbar	WI	075		45.6009	-88.1067	4
54125	Goodman	goodman	WI	075		45.6469	-88.3629	4
54143	Marinette	marinette	WI	075		45.0874	-87.6697	4
54151	Niagara	niagara	WI	075		45.7653	-88.0309	4
54156	Pembine	pembine	WI	075		45.6074	-87.9704	4
54157	Peshtigo	peshtigo	WI	075		45.048	-87.8103	4
54159	Porterfield	porterfield	WI	075		45.1934	-87.8062	4
54161	Pound	pound	WI	075		45.1273	-88.1396	4
54177	Wausaukee	wausaukee	WI	075		45.3495	-87.9099	4
53920	Briggsville	briggsville	WI	077		43.6759	-89.5803	4
53930	Endeavor	endeavor	WI	077		43.6963	-89.4617	4
53949	Montello	montello	WI	077		43.769	-89.3586	4
53952	Oxford	oxford	WI	077		43.7799	-89.5632	4
53953	Packwaukee	packwaukee	WI	077		43.7644	-89.4576	4
53964	Westfield	westfield	WI	077		43.8968	-89.502	4
54960	Neshkoro	neshkoro	WI	077		43.8989	-89.2336	4
54135	Keshena	keshena	WI	078		44.9146	-88.6357	4
54150	Neopit	neopit	WI	078		44.9808	-88.8309	4
53110	Cudahy	cudahy	WI	079		42.949	-87.862	4
53129	Greendale	greendale	WI	079		42.9373	-87.9943	4
53130	Hales Corners	hales-corners	WI	079		42.941	-88.0503	4
53132	Franklin	franklin	WI	079		42.9017	-88.0086	4
53154	Oak Creek	oak-creek	WI	079		42.8892	-87.9027	4
53172	South Milwaukee	south-milwaukee	WI	079		42.9105	-87.8646	4
53201	Milwaukee	milwaukee	WI	079		43.0389	-87.9065	4
53202	Milwaukee	milwaukee	WI	079		43.0506	-87.8968	4
53203	Milwaukee	milwaukee	WI	079		43.0403	-87.9154	4
53204	Milwaukee	milwaukee	WI	079		43.0158	-87.9317	4
53205	Milwaukee	milwaukee	WI	079		43.0528	-87.9353	4
53206	Milwaukee	milwaukee	WI	079		43.0753	-87.9347	4
53207	Milwaukee	milwaukee	WI	079		42.9751	-87.8947	4
53208	Milwaukee	milwaukee	WI	079		43.0488	-87.9625	4
53209	Milwaukee	milwaukee	WI	079		43.1188	-87.9478	4
53210	Milwaukee	milwaukee	WI	079		43.0685	-87.9715	4
53211	Milwaukee	milwaukee	WI	079		43.082	-87.8895	4
53212	Milwaukee	milwaukee	WI	079		43.0712	-87.9084	4
53213	Milwaukee	milwaukee	WI	079		43.0488	-88.0015	4
53214	Milwaukee	milwaukee	WI	079		43.0215	-88.0176	4
53215	Milwaukee	milwaukee	WI	079		43.006	-87.9429	4
53216	Milwaukee	milwaukee	WI	079		43.0859	-87.9742	4
53217	Milwaukee	milwaukee	WI	079		43.1409	-87.9073	4
53218	Milwaukee	milwaukee	WI	079		43.1122	-87.9932	4
53219	Milwaukee	milwaukee	WI	079		42.9959	-87.9944	4
53220	Milwaukee	milwaukee	WI	079		42.9559	-87.9933	4
53221	Milwaukee	milwaukee	WI	079		42.9549	-87.9447	4
53222	Milwaukee	milwaukee	WI	079		43.0828	-88.0269	4
53223	Milwaukee	milwaukee	WI	079		43.1624	-87.9898	4
53224	Milwaukee	milwaukee	WI	079		43.1594	-88.0327	4
53225	Milwaukee	milwaukee	WI	079		43.1154	-88.0346	4
53226	Milwaukee	milwaukee	WI	079		43.0493	-88.0414	4
53227	Milwaukee	milwaukee	WI	079		42.9949	-88.0364	4
53228	Milwaukee	milwaukee	WI	079		42.9676	-88.0434	4
53233	Milwaukee	milwaukee	WI	079		43.0407	-87.9357	4
53234	Milwaukee	milwaukee	WI	079		43.0389	-87.9065	4
53235	Saint Francis	saint-francis	WI	079		42.9731	-87.8687	4
53237	Milwaukee	milwaukee	WI	079		43.0389	-87.9065	4
53259	Milwaukee	milwaukee	WI	079		43.0387	-87.9139	4
53263	Milwaukee	milwaukee	WI	079		43.0746	-88.0604	4
53267	Milwaukee	milwaukee	WI	079		43.044	-87.9098	4
53268	Milwaukee	milwaukee	WI	079		43.0385	-87.9096	4
53274	Milwaukee	milwaukee	WI	079		43.0389	-87.9065	4
53278	Milwaukee	milwaukee	WI	079		43.0389	-87.9024	4
53288	Milwaukee	milwaukee	WI	079		43.0406	-87.9098	4
53290	Milwaukee	milwaukee	WI	079		43.0373	-87.914	4
53293	Milwaukee	milwaukee	WI	079		43.0408	-87.9191	4
53295	Milwaukee	milwaukee	WI	079		43.0389	-87.9065	4
54619	Cashton	cashton	WI	081		43.7456	-90.7612	4
54620	Cataract	cataract	WI	081		44.0876	-90.8423	4
54638	Kendall	kendall	WI	081		43.7922	-90.3685	4
54648	Norwalk	norwalk	WI	081		43.8128	-90.6801	4
54649	Oakdale	oakdale	WI	081		43.9715	-90.3612	4
54656	Sparta	sparta	WI	081		43.954	-90.8146	4
54660	Tomah	tomah	WI	081		43.9838	-90.4733	4
54662	Tunnel City	tunnel-city	WI	081		44.0031	-90.562	4
54666	Warrens	warrens	WI	081		44.157	-90.4967	4
54670	Wilton	wilton	WI	081		43.8322	-90.5162	4
54101	Abrams	abrams	WI	083		44.7869	-88.0571	4
54124	Gillett	gillett	WI	083		44.9018	-88.3242	4
54138	Lakewood	lakewood	WI	083		45.3163	-88.5032	4
54139	Lena	lena	WI	083		44.956	-88.075	4
54141	Little Suamico	little-suamico	WI	083		44.7175	-88.0093	4
54149	Mountain	mountain	WI	083		45.1991	-88.4583	4
54153	Oconto	oconto	WI	083		44.8914	-87.8917	4
54154	Oconto Falls	oconto-falls	WI	083		44.8755	-88.1555	4
54171	Sobieski	sobieski	WI	083		44.7105	-88.1076	4
54174	Suring	suring	WI	083		45.0186	-88.3628	4
54175	Townsend	townsend	WI	083		45.3148	-88.6107	4
54463	Pelican Lake	pelican-lake	WI	085		45.5049	-89.1817	4
54501	Rhinelander	rhinelander	WI	085		45.7045	-89.3866	4
54529	Harshaw	harshaw	WI	085		45.6762	-89.6503	4
54531	Hazelhurst	hazelhurst	WI	085		45.7745	-89.7478	4
54539	Lake Tomahawk	lake-tomahawk	WI	085		45.8035	-89.5856	4
54543	Mc Naughton	mc-naughton	WI	085		45.7229	-89.5573	1
54548	Minocqua	minocqua	WI	085		45.8719	-89.758	4
54562	Three Lakes	three-lakes	WI	085		45.8046	-89.1328	4
54564	Tripoli	tripoli	WI	085		45.5814	-89.9852	4
54568	Woodruff	woodruff	WI	085		45.9186	-89.6954	4
54106	Black Creek	black-creek	WI	087		44.4702	-88.4547	4
54113	Combined Locks	combined-locks	WI	087		44.2666	-88.3133	4
54130	Kaukauna	kaukauna	WI	087		44.2956	-88.2717	4
54131	Freedom	freedom	WI	087		44.4163	-88.4649	4
54136	Kimberly	kimberly	WI	087		44.2701	-88.3384	4
54140	Little Chute	little-chute	WI	087		44.2842	-88.312	4
54152	Nichols	nichols	WI	087		44.5668	-88.4582	4
54155	Oneida	oneida	WI	087		44.5166	-88.1859	4
54165	Seymour	seymour	WI	087		44.5091	-88.3172	4
54170	Shiocton	shiocton	WI	087		44.4972	-88.5562	4
54911	Appleton	appleton	WI	087		44.2773	-88.3976	4
54912	Appleton	appleton	WI	087		44.4163	-88.4649	4
54913	Appleton	appleton	WI	087		44.3456	-88.4343	4
09462	APO AE	apo-ae				51.4015	-1.3247	
54914	Appleton	appleton	WI	087		44.271	-88.4326	4
54915	Appleton	appleton	WI	087		44.2425	-88.3564	4
54919	Appleton	appleton	WI	087		44.4163	-88.4649	4
54922	Bear Creek	bear-creek	WI	087		44.5348	-88.7404	4
54931	Dale	dale	WI	087		44.273	-88.6784	4
54942	Greenville	greenville	WI	087		44.3003	-88.5365	4
54944	Hortonville	hortonville	WI	087		44.3273	-88.6281	4
53004	Belgium	belgium	WI	089		43.4995	-87.8509	4
53012	Cedarburg	cedarburg	WI	089		43.3034	-88.0029	4
53021	Fredonia	fredonia	WI	089		43.477	-87.9612	4
53024	Grafton	grafton	WI	089		43.3231	-87.9521	4
53074	Port Washington	port-washington	WI	089		43.3955	-87.8797	4
53080	Saukville	saukville	WI	089		43.3913	-87.9568	4
53092	Mequon	mequon	WI	089		43.2364	-87.9845	4
53097	Mequon	mequon	WI	089		43.2461	-88.0046	4
54721	Arkansaw	arkansaw	WI	091		44.6267	-92.0566	4
54736	Durand	durand	WI	091		44.63	-91.9295	4
54759	Pepin	pepin	WI	091		44.4587	-92.1394	4
54769	Stockholm	stockholm	WI	091		44.5084	-92.2326	4
54003	Beldenville	beldenville	WI	093		44.7721	-92.4372	4
54010	East Ellsworth	east-ellsworth	WI	093		44.7348	-92.4655	4
54011	Ellsworth	ellsworth	WI	093		44.7302	-92.489	4
54014	Hager City	hager-city	WI	093		44.627	-92.5501	4
54021	Prescott	prescott	WI	093		44.7476	-92.7535	4
54022	River Falls	river-falls	WI	093		44.855	-92.6313	4
54723	Bay City	bay-city	WI	093		44.6166	-92.4469	4
54740	Elmwood	elmwood	WI	093		44.7561	-92.2022	4
54750	Maiden Rock	maiden-rock	WI	093		44.6086	-92.2782	4
54761	Plum City	plum-city	WI	093		44.636	-92.1837	4
54767	Spring Valley	spring-valley	WI	093		44.8356	-92.2906	4
54001	Amery	amery	WI	095		45.3486	-92.4014	4
54004	Clayton	clayton	WI	095		45.3063	-92.1395	4
54005	Clear Lake	clear-lake	WI	095		45.2365	-92.2749	4
54006	Cushing	cushing	WI	095		45.5604	-92.6241	4
54009	Dresser	dresser	WI	095		45.3546	-92.5623	4
54020	Osceola	osceola	WI	095		45.3218	-92.6971	4
54024	Saint Croix Falls	saint-croix-falls	WI	095		45.5097	-92.6117	4
54026	Star Prairie	star-prairie	WI	095		45.2013	-92.5514	4
54810	Balsam Lake	balsam-lake	WI	095		45.4588	-92.415	4
54824	Centuria	centuria	WI	095		45.4484	-92.5477	4
54837	Frederic	frederic	WI	095		45.6729	-92.3545	4
54853	Luck	luck	WI	095		45.5568	-92.4164	4
54858	Milltown	milltown	WI	095		45.5271	-92.5017	4
54406	Amherst	amherst	WI	097		44.4231	-89.3035	4
54407	Amherst Junction	amherst-junction	WI	097		44.5065	-89.3038	4
54423	Custer	custer	WI	097		44.5662	-89.4153	4
54443	Junction City	junction-city	WI	097		44.5963	-89.7438	4
54458	Nelsonville	nelsonville	WI	097		44.495	-89.3098	4
54467	Plover	plover	WI	097		44.4507	-89.5428	4
54473	Rosholt	rosholt	WI	097		44.6622	-89.3356	4
54481	Stevens Point	stevens-point	WI	097		44.5212	-89.5588	4
54482	Stevens Point	stevens-point	WI	097		44.5563	-89.5182	4
54492	Stevens Point	stevens-point	WI	097		44.5094	-89.5286	4
54909	Almond	almond	WI	097		44.2898	-89.3584	4
54921	Bancroft	bancroft	WI	097		44.3065	-89.5304	4
54459	Ogema	ogema	WI	099		45.4392	-90.2565	4
54513	Brantwood	brantwood	WI	099		45.5514	-90.116	4
54515	Catawba	catawba	WI	099		45.5081	-90.5146	4
54524	Fifield	fifield	WI	099		45.8143	-90.453	4
54537	Kennan	kennan	WI	099		45.535	-90.591	4
54552	Park Falls	park-falls	WI	099		45.9363	-90.4246	4
54555	Phillips	phillips	WI	099		45.6975	-90.4041	4
54556	Prentice	prentice	WI	099		45.5482	-90.2942	4
53105	Burlington	burlington	WI	101		42.666	-88.2749	4
53108	Caledonia	caledonia	WI	101		42.8295	-87.9228	4
53126	Franksville	franksville	WI	101		42.7859	-87.9873	4
53139	Kansasville	kansasville	WI	101		42.7012	-88.118	4
53167	Rochester	rochester	WI	101		42.7414	-88.2243	4
53177	Sturtevant	sturtevant	WI	101		42.6967	-87.9031	4
53182	Union Grove	union-grove	WI	101		42.6896	-88.039	4
53185	Waterford	waterford	WI	101		42.7632	-88.1974	4
53401	Racine	racine	WI	101		42.7272	-87.676	4
53402	Racine	racine	WI	101		42.7726	-87.796	4
53403	Racine	racine	WI	101		42.706	-87.8014	4
53404	Racine	racine	WI	101		42.7433	-87.8053	4
53405	Racine	racine	WI	101		42.7161	-87.8233	4
53406	Racine	racine	WI	101		42.7242	-87.8551	4
53407	Racine	racine	WI	101		42.7312	-87.7828	4
53408	Racine	racine	WI	101		42.7272	-87.676	4
53540	Gotham	gotham	WI	103		43.2233	-90.2915	4
53556	Lone Rock	lone-rock	WI	103		43.2208	-90.2352	4
53581	Richland Center	richland-center	WI	103		43.3661	-90.4302	4
53584	Sextonville	sextonville	WI	103		43.2794	-90.2876	4
53924	Cazenovia	cazenovia	WI	103		43.4987	-90.2796	4
53501	Afton	afton	WI	105		42.6055	-89.0704	4
53505	Avalon	avalon	WI	105		42.6593	-88.8307	4
53511	Beloit	beloit	WI	105		42.562	-89.086	4
53512	Beloit	beloit	WI	105		42.5083	-89.0318	4
53525	Clinton	clinton	WI	105		42.5535	-88.8705	4
53534	Edgerton	edgerton	WI	105		42.8386	-89.0642	4
53536	Evansville	evansville	WI	105		42.7732	-89.2877	4
53537	Footville	footville	WI	105		42.6726	-89.2112	4
53542	Hanover	hanover	WI	105		42.6323	-89.1594	4
53545	Janesville	janesville	WI	105		42.7355	-89.0405	4
53546	Janesville	janesville	WI	105		42.6683	-89.0025	4
53547	Janesville	janesville	WI	105		42.7294	-89.0301	4
53548	Janesville	janesville	WI	105		42.6854	-89.1287	4
09463	APO AE	apo-ae				51.4015	-1.3247	
53563	Milton	milton	WI	105		42.7791	-88.9531	4
53576	Orfordville	orfordville	WI	105		42.6278	-89.2533	4
54526	Glen Flora	glen-flora	WI	107		45.4862	-90.8479	4
54530	Hawkins	hawkins	WI	107		45.5241	-90.7114	4
54563	Tony	tony	WI	107		45.4741	-90.9869	4
54731	Conrath	conrath	WI	107		45.3533	-91.0621	4
54766	Sheldon	sheldon	WI	107		45.3182	-90.9141	4
54819	Bruce	bruce	WI	107		45.4479	-91.2906	4
54848	Ladysmith	ladysmith	WI	107		45.4719	-91.1088	4
54895	Weyerhaeuser	weyerhaeuser	WI	107		45.4263	-91.4289	4
54002	Baldwin	baldwin	WI	109		44.9657	-92.3655	4
54007	Deer Park	deer-park	WI	109		45.169	-92.3585	4
54013	Glenwood City	glenwood-city	WI	109		45.0623	-92.1816	4
54015	Hammond	hammond	WI	109		44.967	-92.4472	4
54016	Hudson	hudson	WI	109		44.9842	-92.7271	4
54017	New Richmond	new-richmond	WI	109		45.123	-92.5366	4
54023	Roberts	roberts	WI	109		44.9874	-92.5598	4
54025	Somerset	somerset	WI	109		45.1331	-92.6865	4
54027	Wilson	wilson	WI	109		44.9466	-92.1965	4
54028	Woodville	woodville	WI	109		44.9408	-92.2848	4
54082	Houlton	houlton	WI	109		45.0655	-92.7572	4
53561	Merrimac	merrimac	WI	111		43.3855	-89.6323	4
53577	Plain	plain	WI	111		43.2927	-90.0558	4
53578	Prairie Du Sac	prairie-du-sac	WI	111		43.2956	-89.7452	4
53583	Sauk City	sauk-city	WI	111		43.2686	-89.7418	4
53588	Spring Green	spring-green	WI	111		43.1883	-90.0676	4
53913	Baraboo	baraboo	WI	111		43.4825	-89.7462	4
53937	Hillpoint	hillpoint	WI	111		43.3951	-90.1588	1
53940	Lake Delton	lake-delton	WI	111		43.5939	-89.7912	4
53941	La Valle	la-valle	WI	111		43.5699	-90.128	4
53942	Lime Ridge	lime-ridge	WI	111		43.4682	-90.1615	4
53943	Loganville	loganville	WI	111		43.405	-90.0337	4
53951	North Freedom	north-freedom	WI	111		43.4106	-89.849	4
53958	Reedsburg	reedsburg	WI	111		43.3938	-89.9559	4
53959	Reedsburg	reedsburg	WI	111		43.5316	-89.9959	4
53961	Rock Springs	rock-springs	WI	111		43.4681	-89.9218	4
54828	Couderay	couderay	WI	113		45.838	-91.2918	4
54834	Edgewater	edgewater	WI	113		45.7424	-91.4765	4
54835	Exeland	exeland	WI	113		45.6753	-91.2238	4
54843	Hayward	hayward	WI	113		45.9552	-91.2783	4
54862	Ojibwa	ojibwa	WI	113		45.7854	-91.1109	4
54867	Radisson	radisson	WI	113		45.7734	-91.2262	4
54876	Stone Lake	stone-lake	WI	113		45.8337	-91.5093	4
54896	Winter	winter	WI	113		45.8327	-91.0144	4
54107	Bonduel	bonduel	WI	115		44.6992	-88.4543	4
54111	Cecil	cecil	WI	115		44.811	-88.4183	4
54127	Green Valley	green-valley	WI	115		44.7964	-88.2696	4
54128	Gresham	gresham	WI	115		44.853	-88.7887	4
54137	Krakow	krakow	WI	115		44.7635	-88.2593	4
54166	Shawano	shawano	WI	115		44.7851	-88.6036	4
54182	Zachow	zachow	WI	115		44.7315	-88.3698	4
54414	Birnamwood	birnamwood	WI	115		44.9269	-89.2124	4
54416	Bowler	bowler	WI	115		44.9337	-88.9761	4
54450	Mattoon	mattoon	WI	115		45.0062	-89.0474	4
54486	Tigerton	tigerton	WI	115		44.7299	-89.0569	4
54499	Wittenberg	wittenberg	WI	115		44.8232	-89.1665	4
54928	Caroline	caroline	WI	115		44.7276	-88.8887	4
54948	Leopolis	leopolis	WI	115		44.7812	-88.8722	4
54978	Tilleda	tilleda	WI	115		44.796	-88.8984	4
53001	Adell	adell	WI	117		43.6151	-88.0254	4
53011	Cascade	cascade	WI	117		43.6591	-88.0947	4
53013	Cedar Grove	cedar-grove	WI	117		43.5751	-87.8401	4
53020	Elkhart Lake	elkhart-lake	WI	117		43.8436	-87.9767	4
53023	Glenbeulah	glenbeulah	WI	117		43.7666	-88.1049	4
53026	Greenbush	greenbush	WI	117		43.7767	-88.084	4
53031	Hingham	hingham	WI	117		43.6394	-87.9157	4
53044	Kohler	kohler	WI	117		43.7381	-87.7867	4
53070	Oostburg	oostburg	WI	117		43.6229	-87.797	4
53073	Plymouth	plymouth	WI	117		43.7526	-87.9779	4
53075	Random Lake	random-lake	WI	117		43.5672	-87.9816	4
53081	Sheboygan	sheboygan	WI	117		43.741	-87.7247	4
53082	Sheboygan	sheboygan	WI	117		43.7183	-87.6187	4
53083	Sheboygan	sheboygan	WI	117		43.8176	-87.766	4
53085	Sheboygan Falls	sheboygan-falls	WI	117		43.7266	-87.8242	4
53093	Waldo	waldo	WI	117		43.6571	-87.9722	4
54433	Gilman	gilman	WI	119		45.1891	-90.8257	4
54434	Jump River	jump-river	WI	119		45.353	-90.8012	4
54439	Hannibal	hannibal	WI	119		45.2525	-90.789	4
54447	Lublin	lublin	WI	119		45.0739	-90.7337	4
54451	Medford	medford	WI	119		45.1512	-90.3503	4
54470	Rib Lake	rib-lake	WI	119		45.2984	-90.1763	4
54480	Stetsonville	stetsonville	WI	119		45.0792	-90.2829	4
54490	Westboro	westboro	WI	119		45.3445	-90.3072	4
54612	Arcadia	arcadia	WI	121		44.2539	-91.4805	4
54616	Blair	blair	WI	121		44.2968	-91.2235	4
54625	Dodge	dodge	WI	121		44.1431	-91.5204	4
54627	Ettrick	ettrick	WI	121		44.1724	-91.2635	4
54630	Galesville	galesville	WI	121		44.0888	-91.3588	4
54661	Trempealeau	trempealeau	WI	121		44.0218	-91.4282	4
54738	Eleva	eleva	WI	121		44.5985	-91.4804	4
54747	Independence	independence	WI	121		44.3959	-91.4535	4
54758	Osseo	osseo	WI	121		44.5599	-91.2191	4
54760	Pigeon Falls	pigeon-falls	WI	121		44.4249	-91.2074	4
54770	Strum	strum	WI	121		44.5674	-91.3833	4
54773	Whitehall	whitehall	WI	121		44.3827	-91.303	4
54621	Chaseburg	chaseburg	WI	123		43.6794	-91.0799	4
54623	Coon Valley	coon-valley	WI	123		43.7218	-91.0143	4
54624	De Soto	de-soto	WI	123		43.4807	-91.1333	4
54632	Genoa	genoa	WI	123		43.5641	-91.1461	4
54634	Hillsboro	hillsboro	WI	123		43.5966	-90.4266	4
54639	La Farge	la-farge	WI	123		43.6	-90.6365	4
54651	Ontario	ontario	WI	123		43.7172	-90.6205	4
54652	Readstown	readstown	WI	123		43.4508	-90.7579	4
54658	Stoddard	stoddard	WI	123		43.6912	-91.1919	4
54664	Viola	viola	WI	123		43.5048	-90.6554	4
54665	Viroqua	viroqua	WI	123		43.5442	-90.8939	4
54667	Westby	westby	WI	123		43.6631	-90.874	4
54512	Boulder Junction	boulder-junction	WI	125		46.1112	-89.6325	4
54519	Conover	conover	WI	125		46.044	-89.2389	4
54521	Eagle River	eagle-river	WI	125		45.9161	-89.2531	4
54538	Lac Du Flambeau	lac-du-flambeau	WI	125		45.9718	-89.8901	4
54540	Land O Lakes	land-o-lakes	WI	125		46.1563	-89.3218	4
54545	Manitowish Waters	manitowish-waters	WI	125		46.1551	-89.8455	4
54554	Phelps	phelps	WI	125		46.0645	-89.0815	4
54557	Presque Isle	presque-isle	WI	125		46.2	-89.7387	4
54558	Saint Germain	saint-germain	WI	125		45.9183	-89.4866	4
54560	Sayner	sayner	WI	125		45.9867	-89.5194	4
54561	Star Lake	star-lake	WI	125		46.0613	-89.4858	4
53114	Darien	darien	WI	127		42.5973	-88.7508	4
53115	Delavan	delavan	WI	127		42.6227	-88.6277	4
53120	East Troy	east-troy	WI	127		42.8035	-88.4092	4
53121	Elkhorn	elkhorn	WI	127		42.7009	-88.5462	4
53125	Fontana	fontana	WI	127		42.5429	-88.5684	4
53128	Genoa City	genoa-city	WI	127		42.5323	-88.3485	4
53138	Honey Creek	honey-creek	WI	127		42.7483	-88.3079	4
53147	Lake Geneva	lake-geneva	WI	127		42.5881	-88.4554	4
53148	Lyons	lyons	WI	127		42.6487	-88.359	4
53157	Pell Lake	pell-lake	WI	127		42.54	-88.3582	4
53176	Springfield	springfield	WI	127		42.636	-88.416	4
53184	Walworth	walworth	WI	127		42.535	-88.6027	4
53190	Whitewater	whitewater	WI	127		42.8272	-88.7429	4
53191	Williams Bay	williams-bay	WI	127		42.5767	-88.5431	4
53195	Zenda	zenda	WI	127		42.5136	-88.4843	4
53585	Sharon	sharon	WI	127		42.5194	-88.7265	4
54801	Spooner	spooner	WI	129		45.8505	-91.9155	4
54817	Birchwood	birchwood	WI	129		45.6403	-91.5776	4
54859	Minong	minong	WI	129		46.1044	-91.8506	4
54870	Sarona	sarona	WI	129		45.7085	-91.7621	4
54871	Shell Lake	shell-lake	WI	129		45.7536	-91.9606	4
54875	Springbrook	springbrook	WI	129		45.9452	-91.6754	4
54888	Trego	trego	WI	129		45.9516	-91.8581	4
53002	Allenton	allenton	WI	131		43.4681	-88.3539	4
53017	Colgate	colgate	WI	131		43.1998	-88.2406	4
53022	Germantown	germantown	WI	131		43.2189	-88.1165	4
53027	Hartford	hartford	WI	131		43.3157	-88.3707	4
53033	Hubertus	hubertus	WI	131		43.2343	-88.2311	4
53037	Jackson	jackson	WI	131		43.3252	-88.1626	4
53040	Kewaskum	kewaskum	WI	131		43.5214	-88.1925	4
53060	Newburg	newburg	WI	131		43.4338	-88.0623	4
53076	Richfield	richfield	WI	131		43.2739	-88.2155	4
53086	Slinger	slinger	WI	131		43.3322	-88.2824	4
53090	West Bend	west-bend	WI	131		43.4438	-88.1963	4
53095	West Bend	west-bend	WI	131		43.4224	-88.1845	4
53005	Brookfield	brookfield	WI	133		43.0622	-88.098	4
53007	Butler	butler	WI	133		43.1054	-88.071	4
53008	Brookfield	brookfield	WI	133		43.0606	-88.1065	4
53018	Delafield	delafield	WI	133		43.05	-88.3972	4
53029	Hartland	hartland	WI	133		43.1172	-88.3446	4
53045	Brookfield	brookfield	WI	133		43.0668	-88.1469	4
53046	Lannon	lannon	WI	133		43.1497	-88.1639	4
53051	Menomonee Falls	menomonee-falls	WI	133		43.1602	-88.1128	4
53052	Menomonee Falls	menomonee-falls	WI	133		43.1789	-88.1173	4
53056	Merton	merton	WI	133		43.146	-88.3097	4
53058	Nashotah	nashotah	WI	133		43.1118	-88.4089	4
53064	North Lake	north-lake	WI	133		43.1561	-88.3707	4
53066	Oconomowoc	oconomowoc	WI	133		43.1095	-88.4862	4
53069	Okauchee	okauchee	WI	133		43.113	-88.4323	4
53072	Pewaukee	pewaukee	WI	133		43.0788	-88.2729	4
53089	Sussex	sussex	WI	133		43.1441	-88.2271	4
53103	Big Bend	big-bend	WI	133		42.8885	-88.2122	4
53118	Dousman	dousman	WI	133		43.0142	-88.4726	4
53119	Eagle	eagle	WI	133		42.8809	-88.4674	4
53122	Elm Grove	elm-grove	WI	133		43.0479	-88.0854	4
53127	Genesee Depot	genesee-depot	WI	133		42.9601	-88.3745	4
53146	New Berlin	new-berlin	WI	133		42.974	-88.1553	4
53149	Mukwonago	mukwonago	WI	133		42.8821	-88.3451	4
53150	Muskego	muskego	WI	133		42.9047	-88.1214	4
53151	New Berlin	new-berlin	WI	133		42.9822	-88.0946	4
53153	North Prairie	north-prairie	WI	133		42.9385	-88.395	4
53183	Wales	wales	WI	133		43.0088	-88.3787	4
53186	Waukesha	waukesha	WI	133		42.9993	-88.2196	4
53187	Waukesha	waukesha	WI	133		43.0117	-88.2315	4
53188	Waukesha	waukesha	WI	133		43.0128	-88.2705	4
53189	Waukesha	waukesha	WI	133		42.9516	-88.2963	4
54926	Big Falls	big-falls	WI	135		44.6178	-89.0166	4
54929	Clintonville	clintonville	WI	135		44.6364	-88.743	4
54933	Embarrass	embarrass	WI	135		44.6686	-88.7043	4
54940	Fremont	fremont	WI	135		44.2379	-88.8449	4
54945	Iola	iola	WI	135		44.5322	-89.1373	4
54946	King	king	WI	135		44.3365	-89.1463	4
54949	Manawa	manawa	WI	135		44.4701	-88.9164	4
54950	Marion	marion	WI	135		44.6794	-88.8767	4
54961	New London	new-london	WI	135		44.3928	-88.7554	4
54962	Ogdensburg	ogdensburg	WI	135		44.4268	-88.9932	4
54969	Readfield	readfield	WI	135		44.27	-88.7755	4
54977	Scandinavia	scandinavia	WI	135		44.4604	-89.165	4
54981	Waupaca	waupaca	WI	135		44.3481	-89.1101	4
54983	Weyauwega	weyauwega	WI	135		44.321	-88.941	4
54990	Iola	iola	WI	135		44.508	-89.1307	4
54930	Coloma	coloma	WI	137		44.0275	-89.4943	4
54943	Hancock	hancock	WI	137		44.1297	-89.5344	4
54965	Pine River	pine-river	WI	137		44.1604	-89.0404	4
54966	Plainfield	plainfield	WI	137		44.2091	-89.4559	4
54967	Poy Sippi	poy-sippi	WI	137		44.131	-88.9836	4
54970	Redgranite	redgranite	WI	137		44.0438	-89.0981	4
54976	Saxeville	saxeville	WI	137		44.1761	-89.1146	4
54982	Wautoma	wautoma	WI	137		44.0656	-89.2666	4
54984	Wild Rose	wild-rose	WI	137		44.1834	-89.1953	4
54901	Oshkosh	oshkosh	WI	139		44.022	-88.5436	4
54902	Oshkosh	oshkosh	WI	139		43.9946	-88.526	4
54903	Oshkosh	oshkosh	WI	139		44.0686	-88.6449	4
54904	Oshkosh	oshkosh	WI	139		44.0304	-88.607	4
54906	Oshkosh	oshkosh	WI	139		44.0686	-88.6449	4
54927	Butte Des Morts	butte-des-morts	WI	139		44.1031	-88.6539	4
54934	Eureka	eureka	WI	139		44.0032	-88.8397	4
54947	Larsen	larsen	WI	139		44.1984	-88.6963	4
54952	Menasha	menasha	WI	139		44.2112	-88.4175	4
54956	Neenah	neenah	WI	139		44.1811	-88.4792	4
54957	Neenah	neenah	WI	139		44.1858	-88.4626	4
54963	Omro	omro	WI	139		44.0357	-88.7519	4
54964	Pickett	pickett	WI	139		43.9009	-88.7135	4
54980	Waukau	waukau	WI	139		43.9886	-88.7712	4
54985	Winnebago	winnebago	WI	139		44.0706	-88.5178	4
54986	Winneconne	winneconne	WI	139		44.1187	-88.7214	4
54404	Marshfield	marshfield	WI	141		44.6689	-90.1718	4
54410	Arpin	arpin	WI	141		44.5419	-90.037	4
54412	Auburndale	auburndale	WI	141		44.6378	-90.0136	4
54413	Babcock	babcock	WI	141		44.3031	-90.0986	4
54415	Blenker	blenker	WI	141		44.6191	-89.9186	4
54441	Hewitt	hewitt	WI	141		44.6437	-90.1031	4
54449	Marshfield	marshfield	WI	141		44.6615	-90.1784	4
54454	Milladore	milladore	WI	141		44.6044	-89.8875	4
54457	Nekoosa	nekoosa	WI	141		44.282	-89.8814	4
54466	Pittsville	pittsville	WI	141		44.4375	-90.1892	4
54469	Port Edwards	port-edwards	WI	141		44.3497	-89.8652	4
54472	Marshfield	marshfield	WI	141		44.6689	-90.1718	4
54475	Rudolph	rudolph	WI	141		44.4741	-89.8003	4
54489	Vesper	vesper	WI	141		44.4677	-89.9826	4
54494	Wisconsin Rapids	wisconsin-rapids	WI	141		44.3758	-89.8062	4
54495	Wisconsin Rapids	wisconsin-rapids	WI	141		44.3881	-89.9228	4
26238	Volga	volga	WV	001		39.0784	-80.1354	4
26250	Belington	belington	WV	001		39.0244	-79.9495	4
26275	Junior	junior	WV	001		38.9784	-79.9494	4
26349	Galloway	galloway	WV	001		39.2318	-80.122	4
26405	Moatsville	moatsville	WV	001		39.2234	-79.9017	4
26416	Philippi	philippi	WV	001		39.1613	-80.0492	4
25401	Martinsburg	martinsburg	WV	003		39.4567	-77.9727	4
25402	Martinsburg	martinsburg	WV	003		39.4562	-77.9639	4
25403	Martinsburg	martinsburg	WV	003		39.5227	-77.9747	4
25404	Martinsburg	martinsburg	WV	003		39.4852	-77.8954	4
25405	Martinsburg	martinsburg	WV	003		39.4092	-77.9615	4
25413	Bunker Hill	bunker-hill	WV	003		39.3276	-78.0487	4
25419	Falling Waters	falling-waters	WV	003		39.5865	-77.8852	4
25420	Gerrardstown	gerrardstown	WV	003		39.378	-78.1141	4
25421	Glengary	glengary	WV	003		39.3813	-78.1435	4
25427	Hedgesville	hedgesville	WV	003		39.5214	-78.0912	4
25428	Inwood	inwood	WV	003		39.3701	-78.0242	4
25440	Ridgeway	ridgeway	WV	003		39.2973	-78.0717	4
25009	Ashford	ashford	WV	005		38.1823	-81.7113	4
25021	Bim	bim	WV	005		37.9218	-81.6893	4
25024	Bloomingrose	bloomingrose	WV	005		38.1412	-81.6367	4
25028	Bob White	bob-white	WV	005		37.9543	-81.7185	4
25049	Comfort	comfort	WV	005		38.1372	-81.5962	4
25051	Costa	costa	WV	005		38.1591	-81.7092	1
25053	Danville	danville	WV	005		38.0809	-81.834	4
25081	Foster	foster	WV	005		38.0908	-81.7659	4
25093	Gordon	gordon	WV	005		37.987	-81.6954	4
25108	Hewett	hewett	WV	005		37.9581	-81.8509	4
25114	Jeffrey	jeffrey	WV	005		37.9715	-81.8215	4
25130	Madison	madison	WV	005		38.0444	-81.7938	4
25142	Nellis	nellis	WV	005		38.153	-81.7321	4
25148	Orgas	orgas	WV	005		38.0492	-81.5688	4
25149	Ottawa	ottawa	WV	005		37.9587	-81.8165	4
25154	Peytona	peytona	WV	005		38.125	-81.7018	4
25165	Racine	racine	WV	005		38.141	-81.6588	4
25169	Ridgeview	ridgeview	WV	005		38.1486	-81.7725	4
25181	Seth	seth	WV	005		38.0971	-81.6393	4
25193	Sylvester	sylvester	WV	005		38.0091	-81.5492	4
25203	Turtle Creek	turtle-creek	WV	005		38.0298	-81.8729	4
25204	Twilight	twilight	WV	005		37.926	-81.6141	4
25205	Uneeda	uneeda	WV	005		38.0357	-81.7807	4
25206	Van	van	WV	005		37.9712	-81.7022	4
25208	Wharton	wharton	WV	005		37.9034	-81.6773	4
25209	Whitesville	whitesville	WV	005		37.9916	-81.5422	4
25529	Julian	julian	WV	005		38.1264	-81.8642	4
26335	Burnsville	burnsville	WV	007		38.7775	-80.657	4
26601	Sutton	sutton	WV	007		38.6541	-80.676	4
26615	Copen	copen	WV	007		38.8376	-80.7295	4
26619	Exchange	exchange	WV	007		38.7358	-80.7324	1
26621	Flatwoods	flatwoods	WV	007		38.7232	-80.6498	4
26623	Frametown	frametown	WV	007		38.6305	-80.8589	4
26624	Gassaway	gassaway	WV	007		38.6862	-80.7863	4
26627	Heaters	heaters	WV	007		38.7621	-80.6406	4
26629	Little Birch	little-birch	WV	007		38.579	-80.7068	4
26631	Napier	napier	WV	007		38.7909	-80.5887	4
26030	Beech Bottom	beech-bottom	WV	009		40.2259	-80.6513	4
26032	Bethany	bethany	WV	009		40.2107	-80.5503	4
26035	Colliers	colliers	WV	009		40.3484	-80.5493	4
26037	Follansbee	follansbee	WV	009		40.3296	-80.585	4
26058	Short Creek	short-creek	WV	009		40.1856	-80.6745	4
26070	Wellsburg	wellsburg	WV	009		40.2548	-80.5961	4
26075	Windsor Heights	windsor-heights	WV	009		40.1927	-80.6659	4
25504	Barboursville	barboursville	WV	011		38.3893	-82.296	4
25510	Culloden	culloden	WV	011		38.4198	-82.069	4
25537	Lesage	lesage	WV	011		38.477	-82.2957	4
25541	Milton	milton	WV	011		38.414	-82.1458	4
25545	Ona	ona	WV	011		38.4529	-82.2181	4
25559	Salt Rock	salt-rock	WV	011		38.3265	-82.247	4
25701	Huntington	huntington	WV	011		38.4097	-82.4423	4
25702	Huntington	huntington	WV	011		38.4286	-82.3911	4
25703	Huntington	huntington	WV	011		38.4211	-82.4227	4
25704	Huntington	huntington	WV	011		38.3849	-82.5036	4
25705	Huntington	huntington	WV	011		38.4096	-82.369	4
25706	Huntington	huntington	WV	011		38.4134	-82.2774	4
25707	Huntington	huntington	WV	011		38.4134	-82.2774	4
25708	Huntington	huntington	WV	011		38.4192	-82.4452	4
25710	Huntington	huntington	WV	011		38.4192	-82.4452	4
25711	Huntington	huntington	WV	011		38.4134	-82.2774	4
25712	Huntington	huntington	WV	011		38.4134	-82.2774	4
25713	Huntington	huntington	WV	011		38.4134	-82.2774	4
25714	Huntington	huntington	WV	011		38.4134	-82.2774	4
25715	Huntington	huntington	WV	011		38.4134	-82.2774	4
25716	Huntington	huntington	WV	011		38.4134	-82.2774	4
25717	Huntington	huntington	WV	011		38.4192	-82.4452	4
25718	Huntington	huntington	WV	011		38.4192	-82.4452	4
25719	Huntington	huntington	WV	011		38.4192	-82.4452	4
25720	Huntington	huntington	WV	011		38.4134	-82.2774	4
25721	Huntington	huntington	WV	011		38.4192	-82.4452	4
25722	Huntington	huntington	WV	011		38.4192	-82.4452	4
25723	Huntington	huntington	WV	011		38.4192	-82.4452	4
25724	Huntington	huntington	WV	011		38.4192	-82.4452	4
25725	Huntington	huntington	WV	011		38.4134	-82.2774	4
25726	Huntington	huntington	WV	011		38.4134	-82.2774	4
25727	Huntington	huntington	WV	011		38.4134	-82.2774	4
25728	Huntington	huntington	WV	011		38.4134	-82.2774	4
25729	Huntington	huntington	WV	011		38.4134	-82.2774	4
25755	Huntington	huntington	WV	011		38.4221	-82.4317	4
25770	Huntington	huntington	WV	011		38.4134	-82.2774	4
25771	Huntington	huntington	WV	011		38.4134	-82.2774	4
25772	Huntington	huntington	WV	011		38.4134	-82.2774	4
25773	Huntington	huntington	WV	011		38.4134	-82.2774	4
25774	Huntington	huntington	WV	011		38.4134	-82.2774	4
25775	Huntington	huntington	WV	011		38.4134	-82.2774	4
25776	Huntington	huntington	WV	011		38.4134	-82.2774	4
25777	Huntington	huntington	WV	011		38.4134	-82.2774	4
25778	Huntington	huntington	WV	011		38.4134	-82.2774	4
25779	Huntington	huntington	WV	011		38.4134	-82.2774	4
25234	Arnoldsburg	arnoldsburg	WV	013		38.8227	-81.1551	4
25235	Chloe	chloe	WV	013		38.6686	-81.0944	4
25261	Millstone	millstone	WV	013		38.8015	-81.0962	4
25268	Orma	orma	WV	013		38.7481	-81.0998	4
26136	Big Bend	big-bend	WV	013		38.9719	-81.136	1
26137	Big Springs	big-springs	WV	013		38.9854	-81.0721	4
26147	Grantsville	grantsville	WV	013		38.9324	-81.0763	4
26151	Mount Zion	mount-zion	WV	013		38.8286	-81.1322	4
25019	Bickmore	bickmore	WV	015		38.3729	-81.0868	4
25030	Bomont	bomont	WV	015		38.4498	-81.2323	4
25043	Clay	clay	WV	015		38.4764	-81.0696	4
25063	Duck	duck	WV	015		38.5647	-80.9764	4
25088	Glen	glen	WV	015		38.3943	-81.2426	4
25111	Indore	indore	WV	015		38.3498	-81.1269	4
25113	Ivydale	ivydale	WV	015		38.5357	-81.0348	4
25125	Lizemores	lizemores	WV	015		38.3366	-81.1633	4
25133	Maysel	maysel	WV	015		38.4939	-81.1227	4
25141	Nebo	nebo	WV	015		38.6271	-81.0257	4
25164	Procious	procious	WV	015		38.4912	-81.1989	4
25211	Widen	widen	WV	015		38.4662	-80.8573	4
25285	Wallback	wallback	WV	015		38.5432	-81.1114	4
26617	Dille	dille	WV	015		38.489	-80.8257	4
26339	Center Point	center-point	WV	017		39.4125	-80.6352	4
26411	New Milton	new-milton	WV	017		39.1899	-80.7076	4
26436	Smithburg	smithburg	WV	017		39.2893	-80.7343	4
26456	West Union	west-union	WV	017		39.2762	-80.7911	4
25002	Alloy	alloy	WV	019		38.1376	-81.2743	4
25031	Boomer	boomer	WV	019		38.1519	-81.2656	4
25036	Cannelton	cannelton	WV	019		38.1943	-81.2959	4
25040	Charlton Heights	charlton-heights	WV	019		38.1237	-81.234	4
25057	Deep Water	deep-water	WV	019		38.1268	-81.2637	4
25085	Gauley Bridge	gauley-bridge	WV	019		38.1689	-81.196	4
25090	Glen Ferris	glen-ferris	WV	019		38.1532	-81.2148	4
25115	Kanawha Falls	kanawha-falls	WV	019		38.1426	-81.2065	4
25118	Kimberly	kimberly	WV	019		38.1249	-81.3217	4
25119	Kincaid	kincaid	WV	019		38.0407	-81.2701	4
25136	Montgomery	montgomery	WV	019		38.1725	-81.3222	4
25139	Mount Carbon	mount-carbon	WV	019		38.1399	-81.2931	4
25152	Page	page	WV	019		38.0529	-81.2698	4
25161	Powellton	powellton	WV	019		38.099	-81.324	4
25173	Robson	robson	WV	019		38.0973	-81.2488	4
25185	Mount Olive	mount-olive	WV	019		38.2379	-81.2334	4
25186	Smithers	smithers	WV	019		38.1812	-81.3071	4
25812	Ansted	ansted	WV	019		38.1369	-81.0955	4
25831	Danese	danese	WV	019		37.9567	-80.9379	4
25833	Dothan	dothan	WV	019		38.0413	-81.0648	4
25837	Edmond	edmond	WV	019		38.0544	-81.0326	4
25840	Fayetteville	fayetteville	WV	019		38.064	-81.0943	4
25846	Glen Jean	glen-jean	WV	019		37.9265	-81.1501	4
25854	Hico	hico	WV	019		38.1094	-80.9638	4
25855	Hilltop	hilltop	WV	019		37.9429	-81.1509	4
25862	Lansing	lansing	WV	019		38.0869	-81.0588	4
25864	Layland	layland	WV	019		37.8893	-80.9712	4
25866	Lochgelly	lochgelly	WV	019		38.0107	-81.1451	4
25868	Lookout	lookout	WV	019		38.0654	-80.9684	4
25879	Minden	minden	WV	019		37.9758	-81.115	4
25880	Mount Hope	mount-hope	WV	019		37.8782	-81.2058	4
25888	Mount Hope	mount-hope	WV	019		37.893	-81.1668	
25901	Oak Hill	oak-hill	WV	019		37.9723	-81.1487	4
25904	Pax	pax	WV	019		37.911	-81.2648	4
25907	Prince	prince	WV	019		37.8532	-81.0817	4
25917	Scarbro	scarbro	WV	019		37.9488	-81.1531	4
25936	Thurmond	thurmond	WV	019		37.9554	-81.0714	4
25938	Victor	victor	WV	019		38.1402	-81.0322	4
25942	Winona	winona	WV	019		38.0465	-80.9923	4
25976	Meadow Bridge	meadow-bridge	WV	019		37.878	-80.8521	4
25986	Spring Dale	spring-dale	WV	019		37.8798	-80.8034	4
26680	Nallen	nallen	WV	019		38.1107	-80.877	4
25267	Normantown	normantown	WV	021		38.8802	-80.9419	4
26342	Coxs Mills	coxs-mills	WV	021		39.0301	-80.8498	4
26351	Glenville	glenville	WV	021		38.9409	-80.8313	4
26384	Linn	linn	WV	021		38.9573	-80.73	4
26430	Sand Fork	sand-fork	WV	021		38.914	-80.7498	4
26443	Troy	troy	WV	021		39.0839	-80.7549	4
26611	Cedarville	cedarville	WV	021		38.8451	-80.8323	4
26636	Rosedale	rosedale	WV	021		38.7393	-80.9429	4
26638	Shock	shock	WV	021		38.7617	-81.0045	4
26707	Bayard	bayard	WV	023		39.2729	-79.3645	4
26720	Gormania	gormania	WV	023		39.2803	-79.3296	4
26731	Lahmansville	lahmansville	WV	023		39.1642	-79.0433	4
26739	Mount Storm	mount-storm	WV	023		39.2652	-79.2255	4
26833	Maysville	maysville	WV	023		39.0712	-79.1937	4
26847	Petersburg	petersburg	WV	023		38.9908	-79.1293	4
26855	Cabins	cabins	WV	023		38.9512	-79.2783	4
24901	Lewisburg	lewisburg	WV	025		37.8083	-80.4407	4
24902	Fairlea	fairlea	WV	025		37.7747	-80.4615	4
24910	Alderson	alderson	WV	025		37.7371	-80.661	4
24916	Asbury	asbury	WV	025		37.8313	-80.5747	4
24925	Caldwell	caldwell	WV	025		37.7807	-80.394	4
24931	Crawley	crawley	WV	025		37.9397	-80.6309	4
24938	Frankford	frankford	WV	025		37.9154	-80.3353	4
24943	Grassy Meadows	grassy-meadows	WV	025		37.8268	-80.7209	4
24957	Maxwelton	maxwelton	WV	025		37.8765	-80.4192	4
24966	Renick	renick	WV	025		37.9922	-80.3653	1
24970	Ronceverte	ronceverte	WV	025		37.7418	-80.4626	4
24977	Smoot	smoot	WV	025		37.8772	-80.668	4
24986	White Sulphur Springs	white-sulphur-springs	WV	025		37.7827	-80.3129	4
24991	Williamsburg	williamsburg	WV	025		37.9701	-80.4923	4
25958	Charmco	charmco	WV	025		38.0023	-80.737	4
25962	Rainelle	rainelle	WV	025		37.9661	-80.7821	4
25972	Leslie	leslie	WV	025		38.0446	-80.7229	4
25981	Quinwood	quinwood	WV	025		38.0576	-80.7068	4
25984	Rupert	rupert	WV	025		37.9685	-80.6696	4
25431	Levels	levels	WV	027		39.4976	-78.5508	4
25437	Points	points	WV	027		39.4401	-78.6103	4
25444	Slanesville	slanesville	WV	027		39.3732	-78.5228	4
26704	Augusta	augusta	WV	027		39.2998	-78.5931	4
26711	Capon Bridge	capon-bridge	WV	027		39.2802	-78.4644	4
26714	Delray	delray	WV	027		39.1945	-78.6042	4
26722	Green Spring	green-spring	WV	027		39.5029	-78.6272	4
26755	Rio	rio	WV	027		39.1847	-78.727	4
26757	Romney	romney	WV	027		39.3424	-78.7481	4
26761	Shanks	shanks	WV	027		39.2849	-78.6995	4
26763	Springfield	springfield	WV	027		39.463	-78.695	4
26808	High View	high-view	WV	027		39.2225	-78.4425	4
26817	Bloomery	bloomery	WV	027		39.3604	-78.3917	4
26823	Capon Springs	capon-springs	WV	027		39.1362	-78.4845	4
26852	Purgitsville	purgitsville	WV	027		39.2681	-78.906	4
26865	Yellow Spring	yellow-spring	WV	027		39.1823	-78.5095	4
26034	Chester	chester	WV	029		40.5981	-80.5584	4
26047	New Cumberland	new-cumberland	WV	029		40.5228	-80.5901	4
26050	Newell	newell	WV	029		40.614	-80.6011	4
26056	New Manchester	new-manchester	WV	029		40.5315	-80.5801	4
26062	Weirton	weirton	WV	029		40.4137	-80.5683	4
26801	Baker	baker	WV	031		39.0656	-78.7748	4
26810	Lost City	lost-city	WV	031		38.9812	-78.7448	4
26812	Mathias	mathias	WV	031		38.8744	-78.8814	4
26818	Fisher	fisher	WV	031		39.075	-79.0342	4
26836	Moorefield	moorefield	WV	031		38.9907	-78.9745	4
26838	Milam	milam	WV	031		38.8125	-79.0729	4
26845	Old Fields	old-fields	WV	031		39.1502	-78.9509	4
26851	Wardensville	wardensville	WV	031		39.0562	-78.6175	4
26301	Clarksburg	clarksburg	WV	033		39.2874	-80.3419	4
26302	Clarksburg	clarksburg	WV	033		39.2677	-80.3077	4
26306	Clarksburg	clarksburg	WV	033		39.2852	-80.3853	4
26323	Anmoore	anmoore	WV	033		39.2587	-80.2875	4
26330	Bridgeport	bridgeport	WV	033		39.2954	-80.2427	4
26361	Gypsy	gypsy	WV	033		39.3687	-80.3179	4
26366	Haywood	haywood	WV	033		39.3812	-80.3359	4
26369	Hepzibah	hepzibah	WV	033		39.3312	-80.3325	4
26385	Lost Creek	lost-creek	WV	033		39.1725	-80.3777	4
26386	Lumberport	lumberport	WV	033		39.3781	-80.3676	4
26404	Meadowbrook	meadowbrook	WV	033		39.3518	-80.3187	4
26408	Mount Clare	mount-clare	WV	033		39.2107	-80.2899	4
26422	Reynoldsville	reynoldsville	WV	033		39.2884	-80.4348	4
26426	Salem	salem	WV	033		39.2829	-80.559	4
26431	Shinnston	shinnston	WV	033		39.3888	-80.2834	4
26438	Spelter	spelter	WV	033		39.3465	-80.3206	4
26448	Wallace	wallace	WV	033		39.4117	-80.4865	4
26451	West Milford	west-milford	WV	033		39.1996	-80.4026	4
26463	Wyatt	wyatt	WV	033		39.4351	-80.3534	4
26568	Enterprise	enterprise	WV	033		39.4209	-80.2779	4
25231	Advent	advent	WV	035		38.6104	-81.5587	4
25239	Cottageville	cottageville	WV	035		38.8633	-81.8186	4
25241	Evans	evans	WV	035		38.8113	-81.7909	4
25244	Gay	gay	WV	035		38.7706	-81.5532	4
25245	Given	given	WV	035		38.707	-81.7223	4
25248	Kenna	kenna	WV	035		38.6232	-81.6217	4
25252	Le Roy	le-roy	WV	035		38.8888	-81.5326	1
25262	Millwood	millwood	WV	035		38.8962	-81.8248	4
25264	Mount Alto	mount-alto	WV	035		38.8639	-81.8784	4
25271	Ripley	ripley	WV	035		38.809	-81.702	4
25275	Sandyville	sandyville	WV	035		38.9093	-81.6543	4
26164	Ravenswood	ravenswood	WV	035		38.9468	-81.7524	4
25410	Bakerton	bakerton	WV	037		39.3159	-77.8772	4
25414	Charles Town	charles-town	WV	037		39.2771	-77.8563	4
25423	Halltown	halltown	WV	037		39.314	-77.7978	4
25425	Harpers Ferry	harpers-ferry	WV	037		39.3153	-77.7694	4
25430	Kearneysville	kearneysville	WV	037		39.322	-77.9588	4
25432	Millville	millville	WV	037		39.294	-77.7858	4
25438	Ranson	ranson	WV	037		39.2995	-77.8606	4
25441	Rippon	rippon	WV	037		39.3159	-77.8772	4
25442	Shenandoah Junction	shenandoah-junction	WV	037		39.3716	-77.8229	4
25443	Shepherdstown	shepherdstown	WV	037		39.4311	-77.8158	4
25446	Summit Point	summit-point	WV	037		39.2338	-77.9586	4
25003	Alum Creek	alum-creek	WV	039		38.2868	-81.8051	4
25015	Belle	belle	WV	039		38.2324	-81.5024	4
25025	Blount	blount	WV	039		38.3121	-81.4052	4
25026	Blue Creek	blue-creek	WV	039		38.4908	-81.3928	4
25035	Cabin Creek	cabin-creek	WV	039		38.193	-81.4984	4
25039	Cedar Grove	cedar-grove	WV	039		38.2212	-81.4279	4
25045	Clendenin	clendenin	WV	039		38.4539	-81.3572	4
25054	Dawes	dawes	WV	039		38.1429	-81.4521	4
25061	Drybranch	drybranch	WV	039		38.2968	-81.5547	1
25064	Dunbar	dunbar	WV	039		38.3683	-81.7425	4
25067	East Bank	east-bank	WV	039		38.2099	-81.4381	4
25071	Elkview	elkview	WV	039		38.4429	-81.4804	4
25075	Eskdale	eskdale	WV	039		38.0505	-81.4227	4
25079	Falling Rock	falling-rock	WV	039		38.4951	-81.3984	4
25083	Gallagher	gallagher	WV	039		38.0704	-81.3625	4
25086	Glasgow	glasgow	WV	039		38.2154	-81.4246	4
25102	Handley	handley	WV	039		38.1879	-81.3657	4
25103	Hansford	hansford	WV	039		38.207	-81.3929	4
25107	Hernshaw	hernshaw	WV	039		38.1942	-81.613	4
25110	Hugheston	hugheston	WV	039		38.2095	-81.3726	4
25112	Institute	institute	WV	039		38.3837	-81.7654	4
25126	London	london	WV	039		38.196	-81.3714	4
25132	Mammoth	mammoth	WV	039		38.2634	-81.3721	4
25134	Miami	miami	WV	039		38.1523	-81.4479	4
25143	Nitro	nitro	WV	039		38.4193	-81.8293	4
25156	Pinch	pinch	WV	039		38.402	-81.4611	4
25160	Pond Gap	pond-gap	WV	039		38.2904	-81.2866	4
25162	Pratt	pratt	WV	039		38.2101	-81.3851	4
25177	Saint Albans	saint-albans	WV	039		38.3774	-81.8305	4
25201	Tad	tad	WV	039		38.3334	-81.4943	4
25202	Tornado	tornado	WV	039		38.3357	-81.8476	4
25214	Winifrede	winifrede	WV	039		38.1852	-81.5587	4
25301	Charleston	charleston	WV	039		38.349	-81.6306	4
25302	Charleston	charleston	WV	039		38.4015	-81.5841	4
25303	South Charleston	south-charleston	WV	039		38.3684	-81.6996	4
25304	Charleston	charleston	WV	039		38.3173	-81.5903	4
25305	Charleston	charleston	WV	039		38.3358	-81.6123	4
25306	Charleston	charleston	WV	039		38.3175	-81.5274	4
25309	South Charleston	south-charleston	WV	039		38.3684	-81.6996	4
25311	Charleston	charleston	WV	039		38.349	-81.5993	4
25312	Charleston	charleston	WV	039		38.4096	-81.6747	4
25313	Charleston	charleston	WV	039		38.4142	-81.7582	4
25314	Charleston	charleston	WV	039		38.3274	-81.669	4
25315	Charleston	charleston	WV	039		38.2351	-81.5536	4
25317	Charleston	charleston	WV	039		38.3356	-81.6138	4
25320	Charleston	charleston	WV	039		38.5428	-81.6334	4
25321	Charleston	charleston	WV	039		38.3498	-81.6326	4
25322	Charleston	charleston	WV	039		38.3498	-81.6326	4
25323	Charleston	charleston	WV	039		38.3498	-81.6326	4
25324	Charleston	charleston	WV	039		38.3498	-81.6326	4
25325	Charleston	charleston	WV	039		38.3498	-81.6326	4
25326	Charleston	charleston	WV	039		38.2968	-81.5547	4
25327	Charleston	charleston	WV	039		38.3498	-81.6326	4
25328	Charleston	charleston	WV	039		38.3498	-81.6326	4
25329	Charleston	charleston	WV	039		38.3498	-81.6326	4
25330	Charleston	charleston	WV	039		38.3498	-81.6326	4
25331	Charleston	charleston	WV	039		38.3498	-81.6326	4
25332	Charleston	charleston	WV	039		38.3498	-81.6326	4
25333	Charleston	charleston	WV	039		38.3498	-81.6326	4
25334	Charleston	charleston	WV	039		38.3498	-81.6326	4
25335	Charleston	charleston	WV	039		38.3498	-81.6326	4
25336	Charleston	charleston	WV	039		38.3498	-81.6326	4
25337	Charleston	charleston	WV	039		38.3498	-81.6326	4
25338	Charleston	charleston	WV	039		38.3498	-81.6326	4
25339	Charleston	charleston	WV	039		38.3498	-81.6326	4
25350	Charleston	charleston	WV	039		38.3498	-81.6326	4
25356	Charleston	charleston	WV	039		38.2968	-81.5547	4
25357	Charleston	charleston	WV	039		38.2968	-81.5547	4
25358	Charleston	charleston	WV	039		38.2968	-81.5547	4
25360	Charleston	charleston	WV	039		38.2968	-81.5547	4
25361	Charleston	charleston	WV	039		38.2968	-81.5547	4
25362	Charleston	charleston	WV	039		38.2968	-81.5547	4
25364	Charleston	charleston	WV	039		38.2968	-81.5547	4
25365	Charleston	charleston	WV	039		38.2968	-81.5547	4
25375	Charleston	charleston	WV	039		38.3498	-81.6326	4
25387	Charleston	charleston	WV	039		38.3498	-81.6326	4
25389	Charleston	charleston	WV	039		38.354	-81.6394	4
25392	Charleston	charleston	WV	039		38.3498	-81.6326	4
25396	Charleston	charleston	WV	039		38.3498	-81.6326	4
26321	Alum Bridge	alum-bridge	WV	041		39.0425	-80.6882	4
26338	Camden	camden	WV	041		39.0893	-80.5915	4
26343	Crawford	crawford	WV	041		38.872	-80.4368	4
26372	Horner	horner	WV	041		38.9726	-80.3656	4
26376	Ireland	ireland	WV	041		38.7763	-80.4567	4
26378	Jane Lew	jane-lew	WV	041		39.11	-80.4311	4
26412	Orlando	orlando	WV	041		38.8712	-80.5937	4
26447	Walkersville	walkersville	WV	041		38.8507	-80.4802	4
26452	Weston	weston	WV	041		39.0411	-80.4737	4
25501	Alkol	alkol	WV	043		38.1609	-81.984	4
25506	Branchland	branchland	WV	043		38.2694	-82.2684	4
25521	Griffithsville	griffithsville	WV	043		38.2197	-81.9995	4
25523	Hamlin	hamlin	WV	043		38.2896	-82.1047	4
25524	Harts	harts	WV	043		38.0341	-82.1008	4
25540	Midkiff	midkiff	WV	043		38.1762	-82.1788	4
25544	Myra	myra	WV	043		38.2198	-82.1351	4
25557	Ranger	ranger	WV	043		38.097	-82.1633	4
25564	Sod	sod	WV	043		38.2559	-81.891	4
25565	Spurlockville	spurlockville	WV	043		38.1057	-82.0272	4
25567	Sumerco	sumerco	WV	043		38.2312	-81.9115	4
25571	West Hamlin	west-hamlin	WV	043		38.2886	-82.1843	4
25572	Woodville	woodville	WV	043		38.1615	-81.8921	4
25573	Yawkey	yawkey	WV	043		38.2193	-81.9568	4
25022	Blair	blair	WV	045		37.8784	-81.8279	4
25047	Clothier	clothier	WV	045		37.9468	-81.8104	4
25076	Ethel	ethel	WV	045		37.8665	-81.9123	4
25121	Lake	lake	WV	045		37.9204	-81.9034	4
25183	Sharples	sharples	WV	045		37.9204	-81.8293	4
25505	Big Creek	big-creek	WV	045		38.0043	-82.0401	4
25508	Chapmanville	chapmanville	WV	045		37.9737	-82.0174	4
25547	Pecks Mill	pecks-mill	WV	045		37.9298	-81.9654	4
25601	Logan	logan	WV	045		37.8487	-81.9935	4
25606	Accoville	accoville	WV	045		37.7687	-81.8371	4
25607	Amherstdale	amherstdale	WV	045		37.7959	-81.7833	4
25611	Bruno	bruno	WV	045		37.6907	-81.869	4
25612	Chauncey	chauncey	WV	045		37.7662	-81.9876	4
25614	Cora	cora	WV	045		37.8332	-81.9024	4
25617	Davin	davin	WV	045		37.7265	-81.8057	4
25624	Henlawson	henlawson	WV	045		37.9023	-81.9882	4
25625	Holden	holden	WV	045		37.83	-82.0585	4
25628	Kistler	kistler	WV	045		37.7562	-81.8601	4
25630	Lorado	lorado	WV	045		37.7957	-81.7148	4
25632	Lyburn	lyburn	WV	045		37.7656	-81.9217	4
25634	Mallory	mallory	WV	045		37.7307	-81.8379	4
25635	Man	man	WV	045		37.7357	-81.8754	4
25637	Mount Gay	mount-gay	WV	045		37.8415	-82.0087	4
25638	Omar	omar	WV	045		37.7557	-81.9996	4
25639	Peach Creek	peach-creek	WV	045		37.8752	-81.9826	4
25644	Sarah Ann	sarah-ann	WV	045		37.7112	-81.9873	4
25646	Stollings	stollings	WV	045		37.8303	-81.9639	4
25647	Switzer	switzer	WV	045		37.7846	-81.9908	4
25649	Verdunville	verdunville	WV	045		37.8445	-82.0551	4
25652	Whitman	whitman	WV	045		37.8035	-82.0466	4
25653	Wilkinson	wilkinson	WV	045		37.8279	-81.9976	4
25654	Yolyn	yolyn	WV	045		37.7818	-81.892	4
24801	Welch	welch	WV	047		37.4329	-81.5846	4
24808	Anawalt	anawalt	WV	047		37.3362	-81.4151	4
24811	Avondale	avondale	WV	047		37.4126	-81.7843	4
24813	Bartley	bartley	WV	047		37.3407	-81.7376	4
24815	Berwind	berwind	WV	047		37.2687	-81.6668	4
24816	Big Sandy	big-sandy	WV	047		37.4643	-81.6982	4
24817	Bradshaw	bradshaw	WV	047		37.3518	-81.7987	4
24826	Cucumber	cucumber	WV	047		37.2779	-81.6268	4
24828	Davy	davy	WV	047		37.4784	-81.6534	4
24829	Eckman	eckman	WV	047		37.3752	-81.6539	4
24830	Elbert	elbert	WV	047		37.3354	-81.5393	4
24831	Elkhorn	elkhorn	WV	047		37.3857	-81.4109	4
24836	Gary	gary	WV	047		37.3658	-81.5544	4
24843	Hensley	hensley	WV	047		37.474	-81.6998	4
24844	Iaeger	iaeger	WV	047		37.4499	-81.812	4
24846	Isaban	isaban	WV	047		37.5301	-81.8882	4
24848	Jenkinjones	jenkinjones	WV	047		37.2937	-81.4259	4
24850	Jolo	jolo	WV	047		37.3324	-81.8316	4
24853	Kimball	kimball	WV	047		37.4421	-81.512	4
24855	Kyle	kyle	WV	047		37.4082	-81.4257	4
24861	Maybeury	maybeury	WV	047		37.3709	-81.3665	4
24862	Mohawk	mohawk	WV	047		37.5048	-81.9151	4
24866	Newhall	newhall	WV	047		37.2637	-81.6187	4
24868	Northfork	northfork	WV	047		37.4194	-81.4058	4
24871	Pageton	pageton	WV	047		37.3493	-81.4654	4
24872	Panther	panther	WV	047		37.4834	-81.896	4
24873	Paynesville	paynesville	WV	047		37.3315	-81.8915	4
24878	Premier	premier	WV	047		37.4223	-81.6437	4
24879	Raysal	raysal	WV	047		37.3244	-81.7614	4
24881	Roderfield	roderfield	WV	047		37.4504	-81.7057	4
24884	Squire	squire	WV	047		37.2384	-81.6098	4
24887	Switchback	switchback	WV	047		37.3712	-81.3857	4
24888	Thorpe	thorpe	WV	047		37.3687	-81.5165	4
24892	War	war	WV	047		37.3012	-81.6909	4
24894	Warriormine	warriormine	WV	047		37.2929	-81.6971	4
24895	Wilcoe	wilcoe	WV	047		37.3752	-81.6539	4
26554	Fairmont	fairmont	WV	049		39.4941	-80.2213	4
26555	Fairmont	fairmont	WV	049		39.5143	-80.2185	4
26559	Barrackville	barrackville	WV	049		39.5052	-80.1725	4
26560	Baxter	baxter	WV	049		39.544	-80.1423	4
26563	Carolina	carolina	WV	049		39.4782	-80.272	4
26566	Colfax	colfax	WV	049		39.4348	-80.1317	4
26570	Fairview	fairview	WV	049		39.6103	-80.2529	4
26571	Farmington	farmington	WV	049		39.5029	-80.2566	4
26572	Four States	four-states	WV	049		39.4798	-80.3098	4
26574	Grant Town	grant-town	WV	049		39.5587	-80.1805	4
26576	Idamay	idamay	WV	049		39.4877	-80.2666	4
26578	Kingmont	kingmont	WV	049		39.4466	-80.1762	4
26582	Mannington	mannington	WV	049		39.522	-80.3552	4
26585	Metz	metz	WV	049		39.6078	-80.4168	4
26586	Montana Mines	montana-mines	WV	049		39.5191	-80.0897	1
26587	Rachel	rachel	WV	049		39.5225	-80.2957	4
26588	Rivesville	rivesville	WV	049		39.5568	-80.1417	4
26591	Worthington	worthington	WV	049		39.4522	-80.2905	4
26031	Benwood	benwood	WV	051		40.0181	-80.7342	4
26033	Cameron	cameron	WV	051		39.8227	-80.5669	4
26036	Dallas	dallas	WV	051		39.9783	-80.5508	4
26038	Glen Dale	glen-dale	WV	051		39.9597	-80.7323	1
26039	Glen Easton	glen-easton	WV	051		39.8531	-80.6661	4
26040	Mcmechen	mcmechen	WV	051		39.9881	-80.7315	4
26041	Moundsville	moundsville	WV	051		39.9148	-80.731	4
26055	Proctor	proctor	WV	051		39.7207	-80.7618	4
25106	Henderson	henderson	WV	053		38.8265	-82.1364	4
25123	Leon	leon	WV	053		38.7048	-81.9145	4
25187	Southside	southside	WV	053		38.712	-81.9966	4
25247	Hartford	hartford	WV	053		39.004	-81.989	4
25253	Letart	letart	WV	053		38.9311	-81.9751	4
25260	Mason	mason	WV	053		39.0064	-82.0282	4
25265	New Haven	new-haven	WV	053		38.9863	-81.9652	4
25287	West Columbia	west-columbia	WV	053		38.9574	-82.0517	4
25502	Apple Grove	apple-grove	WV	053		38.6575	-82.1068	4
25503	Ashton	ashton	WV	053		38.6032	-82.1123	4
25515	Gallipolis Ferry	gallipolis-ferry	WV	053		38.765	-82.1535	4
25520	Glenwood	glenwood	WV	053		38.5909	-82.1773	4
25550	Point Pleasant	point-pleasant	WV	053		38.8632	-82.1132	4
24701	Bluefield	bluefield	WV	055		37.2698	-81.2223	4
24712	Athens	athens	WV	055		37.4323	-80.9974	4
24714	Beeson	beeson	WV	055		37.4909	-81.2062	4
24715	Bramwell	bramwell	WV	055		37.3321	-81.3256	4
24724	Freeman	freeman	WV	055		37.3309	-81.2998	4
24729	Hiawatha	hiawatha	WV	055		37.4401	-81.244	4
24731	Kegley	kegley	WV	055		37.3971	-81.1318	4
24732	Kellysville	kellysville	WV	055		37.3448	-80.9279	4
24733	Lashmeet	lashmeet	WV	055		37.442	-81.2138	4
24736	Matoaka	matoaka	WV	055		37.4201	-81.2432	4
24737	Montcalm	montcalm	WV	055		37.3539	-81.2518	4
24738	Nemours	nemours	WV	055		37.3015	-81.3043	4
24739	Princeton	princeton	WV	055		37.3662	-81.1026	4
24740	Princeton	princeton	WV	055		37.3799	-81.1175	4
24747	Rock	rock	WV	055		37.4142	-81.1784	4
24751	Wolfe	wolfe	WV	055		37.3073	-81.3287	4
25820	Camp Creek	camp-creek	WV	055		37.4841	-81.1111	4
25841	Flat Top	flat-top	WV	055		37.55	-81.128	4
25922	Spanishburg	spanishburg	WV	055		37.4605	-81.1128	4
25971	Lerona	lerona	WV	055		37.4925	-80.9796	4
26710	Burlington	burlington	WV	057		39.3376	-78.9181	4
26717	Elk Garden	elk-garden	WV	057		39.3631	-79.1539	4
26719	Fort Ashby	fort-ashby	WV	057		39.497	-78.7743	4
26726	Keyser	keyser	WV	057		39.4527	-78.8926	4
26743	New Creek	new-creek	WV	057		39.3612	-79.0452	4
26750	Piedmont	piedmont	WV	057		39.4799	-79.0489	4
26753	Ridgeley	ridgeley	WV	057		39.5636	-78.7887	4
26767	Wiley Ford	wiley-ford	WV	057		39.6133	-78.775	4
24851	Justice	justice	WV	059		37.5887	-81.8354	4
25608	Baisden	baisden	WV	059		37.584	-81.9051	4
25621	Gilbert	gilbert	WV	059		37.6366	-81.9501	4
25650	Verner	verner	WV	059		37.6634	-81.8504	4
25651	Wharncliffe	wharncliffe	WV	059		37.5554	-81.9657	4
25661	Williamson	williamson	WV	059		37.6902	-82.2642	4
25665	Borderland	borderland	WV	059		37.7214	-82.3084	4
25666	Breeden	breeden	WV	059		37.9198	-82.2547	4
25667	Chattaroy	chattaroy	WV	059		37.7047	-82.2739	4
25670	Delbarton	delbarton	WV	059		37.7189	-82.1931	4
25671	Dingess	dingess	WV	059		37.8703	-82.1951	4
25672	Edgarton	edgarton	WV	059		37.7431	-82.108	1
25674	Kermit	kermit	WV	059		37.8642	-82.3741	4
25676	Lenore	lenore	WV	059		37.799	-82.2868	4
25678	Matewan	matewan	WV	059		37.5903	-82.0652	4
25685	Naugatuck	naugatuck	WV	059		37.7898	-82.349	4
25686	Newtown	newtown	WV	059		37.7431	-82.108	4
25688	North Matewan	north-matewan	WV	059		37.6265	-82.1482	4
25690	Ragland	ragland	WV	059		37.6898	-82.1244	4
25691	Rawl	rawl	WV	059		37.6498	-82.2196	4
25692	Red Jacket	red-jacket	WV	059		37.6484	-82.1401	4
25696	Varney	varney	WV	059		37.6693	-82.1221	4
26501	Morgantown	morgantown	WV	061		39.6099	-79.9831	4
26502	Morgantown	morgantown	WV	061		39.6253	-79.9672	4
26504	Morgantown	morgantown	WV	061		39.5785	-80.093	4
26505	Morgantown	morgantown	WV	061		39.6505	-79.944	4
26506	Morgantown	morgantown	WV	061		39.6453	-79.9627	4
26507	Morgantown	morgantown	WV	061		39.6808	-79.8365	4
26508	Morgantown	morgantown	WV	061		39.5953	-79.9229	4
26521	Blacksville	blacksville	WV	061		39.7142	-80.2265	4
26527	Cassville	cassville	WV	061		39.6656	-80.0637	4
26531	Dellslow	dellslow	WV	061		39.6053	-79.8958	4
26534	Granville	granville	WV	061		39.6459	-79.9873	4
26541	Maidsville	maidsville	WV	061		39.6884	-79.9801	4
26543	Osage	osage	WV	061		39.6587	-80.0076	4
26544	Pentress	pentress	WV	061		39.5785	-80.093	4
26546	Pursglove	pursglove	WV	061		39.6746	-80.035	4
26590	Wana	wana	WV	061		39.6735	-80.3183	4
24918	Ballard	ballard	WV	063		37.498	-80.7614	4
24941	Gap Mills	gap-mills	WV	063		37.589	-80.3401	4
24945	Greenville	greenville	WV	063		37.5435	-80.6826	4
24951	Lindside	lindside	WV	063		37.4817	-80.6203	4
24963	Peterstown	peterstown	WV	063		37.4147	-80.7686	4
24974	Secondcreek	secondcreek	WV	063		37.6654	-80.454	4
24976	Sinks Grove	sinks-grove	WV	063		37.6643	-80.5409	4
24983	Union	union	WV	063		37.5802	-80.5248	4
24984	Waiteville	waiteville	WV	063		37.4645	-80.4634	4
24985	Wayside	wayside	WV	063		37.5937	-80.7458	4
24993	Wolfcreek	wolfcreek	WV	063		37.552	-80.5397	4
25411	Berkeley Springs	berkeley-springs	WV	065		39.5526	-78.1877	4
25422	Great Cacapon	great-cacapon	WV	065		39.5836	-78.3331	4
25434	Paw Paw	paw-paw	WV	065		39.4923	-78.4586	4
25059	Dixie	dixie	WV	067		38.2509	-81.1932	4
26202	Fenwick	fenwick	WV	067		38.2447	-80.635	4
26205	Craigsville	craigsville	WV	067		38.3254	-80.6444	4
26261	Richwood	richwood	WV	067		38.223	-80.5445	4
26610	Birch River	birch-river	WV	067		38.4914	-80.7459	4
26651	Summersville	summersville	WV	067		38.3009	-80.8353	4
26656	Belva	belva	WV	067		38.2491	-81.1566	4
26660	Calvin	calvin	WV	067		38.3368	-80.7145	4
26662	Canvas	canvas	WV	067		38.2624	-80.7446	4
26667	Drennen	drennen	WV	067		38.3184	-80.8342	4
26671	Gilboa	gilboa	WV	067		38.3184	-80.8342	4
26675	Keslers Cross Lanes	keslers-cross-lanes	WV	067		38.2354	-80.9357	4
26676	Leivasy	leivasy	WV	067		38.1558	-80.6827	4
26678	Mount Lookout	mount-lookout	WV	067		38.1821	-80.9108	4
26679	Mount Nebo	mount-nebo	WV	067		38.1653	-80.7976	4
26681	Nettie	nettie	WV	067		38.209	-80.6953	4
26684	Pool	pool	WV	067		38.1637	-80.8643	4
26690	Swiss	swiss	WV	067		38.2255	-81.1273	4
26691	Tioga	tioga	WV	067		38.4045	-80.6667	4
26003	Wheeling	wheeling	WV	069		40.1027	-80.6476	4
26059	Triadelphia	triadelphia	WV	069		40.0699	-80.5953	4
26060	Valley Grove	valley-grove	WV	069		40.0946	-80.5551	4
26074	West Liberty	west-liberty	WV	069		40.1698	-80.5958	4
26802	Brandywine	brandywine	WV	071		38.6357	-79.2096	4
26804	Circleville	circleville	WV	071		38.623	-79.5367	4
26807	Franklin	franklin	WV	071		38.64	-79.3538	4
26814	Riverton	riverton	WV	071		38.744	-79.4359	4
26815	Sugar Grove	sugar-grove	WV	071		38.489	-79.3593	4
26866	Upper Tract	upper-tract	WV	071		38.795	-79.2586	4
26884	Seneca Rocks	seneca-rocks	WV	071		38.8296	-79.3866	4
26886	Onego	onego	WV	071		38.8017	-79.4507	4
26134	Belmont	belmont	WV	073		39.3795	-81.2584	4
26170	Saint Marys	saint-marys	WV	073		39.386	-81.1725	4
24915	Arbovale	arbovale	WV	075		38.4546	-79.7934	4
24920	Bartow	bartow	WV	075		38.5513	-79.7952	4
24924	Buckeye	buckeye	WV	075		38.186	-80.1345	4
24927	Cass	cass	WV	075		38.388	-79.9906	4
24934	Dunmore	dunmore	WV	075		38.3636	-79.8556	4
24944	Green Bank	green-bank	WV	075		38.4097	-79.8015	4
24946	Hillsboro	hillsboro	WV	075		38.1109	-80.2641	4
24954	Marlinton	marlinton	WV	075		38.2586	-80.1046	4
26209	Snowshoe	snowshoe	WV	075		38.4133	-80.0068	4
26264	Durbin	durbin	WV	075		38.5457	-79.8251	4
26291	Slatyfork	slatyfork	WV	075		38.388	-79.9906	1
26374	Independence	independence	WV	077		39.4464	-79.8822	4
26410	Newburg	newburg	WV	077		39.4027	-79.828	4
26425	Rowlesburg	rowlesburg	WV	077		39.313	-79.7049	4
26444	Tunnelton	tunnelton	WV	077		39.3625	-79.7478	4
26519	Albright	albright	WV	077		39.5701	-79.6358	4
26520	Arthurdale	arthurdale	WV	077		39.4951	-79.8151	4
26524	Bretz	bretz	WV	077		39.5423	-79.8006	4
26525	Bruceton Mills	bruceton-mills	WV	077		39.6454	-79.6159	4
26537	Kingwood	kingwood	WV	077		39.4819	-79.7063	4
26542	Masontown	masontown	WV	077		39.5731	-79.7906	4
26547	Reedsville	reedsville	WV	077		39.5127	-79.812	4
26705	Aurora	aurora	WV	077		39.3181	-79.5764	4
26716	Eglon	eglon	WV	077		39.2925	-79.5109	4
26764	Terra Alta	terra-alta	WV	077		39.4456	-79.5464	4
25011	Bancroft	bancroft	WV	079		38.5086	-81.841	4
25033	Buffalo	buffalo	WV	079		38.6092	-81.95	4
25070	Eleanor	eleanor	WV	079		38.5436	-81.9414	4
25082	Fraziers Bottom	fraziers-bottom	WV	079		38.5517	-82.0111	4
25109	Hometown	hometown	WV	079		38.5329	-81.8612	4
25124	Liberty	liberty	WV	079		38.62	-81.7678	4
25159	Poca	poca	WV	079		38.4791	-81.7838	4
25168	Red House	red-house	WV	079		38.5463	-81.9045	4
25213	Winfield	winfield	WV	079		38.5072	-81.89	4
09464	APO AE	apo-ae				52.4093	0.561	
25526	Hurricane	hurricane	WV	079		38.4257	-81.9943	4
25560	Scott Depot	scott-depot	WV	079		38.4501	-81.9005	4
25569	Teays	teays	WV	079		38.4754	-81.8805	4
25007	Arnett	arnett	WV	081		37.8334	-81.4301	4
25008	Artie	artie	WV	081		37.94	-81.3545	4
25044	Clear Creek	clear-creek	WV	081		37.9162	-81.3443	4
25048	Colcord	colcord	WV	081		37.9439	-81.4369	4
25060	Dorothy	dorothy	WV	081		37.9622	-81.4968	4
25062	Dry Creek	dry-creek	WV	081		37.8749	-81.4412	4
25140	Naoma	naoma	WV	081		37.8676	-81.4873	4
25174	Rock Creek	rock-creek	WV	081		37.8547	-81.4184	4
25180	Saxon	saxon	WV	081		37.7901	-81.4346	4
25801	Beckley	beckley	WV	081		37.7932	-81.2061	4
25802	Beckley	beckley	WV	081		37.7489	-81.2245	4
25813	Beaver	beaver	WV	081		37.7516	-81.0731	4
25817	Bolt	bolt	WV	081		37.7673	-81.4156	4
25818	Bradley	bradley	WV	081		37.8654	-81.194	4
25823	Coal City	coal-city	WV	081		37.679	-81.2104	4
25825	Cool Ridge	cool-ridge	WV	081		37.6655	-81.0933	4
25827	Crab Orchard	crab-orchard	WV	081		37.7385	-81.2536	4
25832	Daniels	daniels	WV	081		37.7256	-81.1087	4
25836	Eccles	eccles	WV	081		37.7792	-81.2635	4
25839	Fairdale	fairdale	WV	081		37.7815	-81.3632	4
25843	Ghent	ghent	WV	081		37.6208	-81.1019	4
25844	Glen Daniel	glen-daniel	WV	081		37.8251	-81.3858	4
25849	Glen White	glen-white	WV	081		37.7306	-81.2799	4
25851	Harper	harper	WV	081		37.8025	-81.2828	4
25853	Helen	helen	WV	081		37.6375	-81.3138	4
25857	Josephine	josephine	WV	081		37.6221	-81.2176	4
25860	Lanark	lanark	WV	081		37.8276	-81.1462	4
25865	Lester	lester	WV	081		37.7265	-81.3095	4
25871	Mabscott	mabscott	WV	081		37.77	-81.2103	4
25873	Mac Arthur	mac-arthur	WV	081		37.7517	-81.2148	1
25878	Midway	midway	WV	081		37.7171	-81.24	4
25902	Odd	odd	WV	081		37.593	-81.1872	4
25906	Piney View	piney-view	WV	081		37.8376	-81.1286	4
25908	Princewick	princewick	WV	081		37.6724	-81.2561	4
25909	Prosperity	prosperity	WV	081		37.8381	-81.2004	4
25911	Raleigh	raleigh	WV	081		37.7585	-81.1675	4
25915	Rhodell	rhodell	WV	081		37.6254	-81.2749	4
25918	Shady Spring	shady-spring	WV	081		37.7416	-81.0149	4
25919	Skelton	skelton	WV	081		37.8005	-81.1806	4
25920	Slab Fork	slab-fork	WV	081		37.6871	-81.334	4
25921	Sophia	sophia	WV	081		37.7076	-81.2507	4
25927	Stanaford	stanaford	WV	081		37.8159	-81.1523	4
25932	Surveyor	surveyor	WV	081		37.7565	-81.3092	4
25989	White Oak	white-oak	WV	081		37.6929	-81.0729	4
26224	Helvetia	helvetia	WV	083		38.7713	-80.1382	4
26230	Pickens	pickens	WV	083		38.6551	-80.2117	4
26241	Elkins	elkins	WV	083		38.9253	-79.8471	4
26253	Beverly	beverly	WV	083		38.828	-79.8651	4
26254	Bowden	bowden	WV	083		38.9087	-79.7098	4
26257	Coalton	coalton	WV	083		38.9144	-79.9767	4
26259	Dailey	dailey	WV	083		38.7987	-79.8962	4
26263	Dryfork	dryfork	WV	083		38.9489	-79.4376	4
26267	Ellamore	ellamore	WV	083		38.9243	-80.0904	4
26268	Glady	glady	WV	083		38.7534	-79.8147	4
26270	Harman	harman	WV	083		38.9234	-79.5246	4
26273	Huttonsville	huttonsville	WV	083		38.6784	-79.9775	4
26276	Kerens	kerens	WV	083		39.0299	-79.7754	4
26278	Mabie	mabie	WV	083		38.8765	-79.9831	4
26280	Mill Creek	mill-creek	WV	083		38.7325	-79.9786	4
26282	Monterville	monterville	WV	083		38.5517	-80.1224	4
26283	Montrose	montrose	WV	083		39.0964	-79.7896	4
26285	Norton	norton	WV	083		38.9318	-79.9656	4
26293	Valley Bend	valley-bend	WV	083		38.7718	-79.9253	4
26294	Valley Head	valley-head	WV	083		38.5315	-80.0343	4
26296	Whitmer	whitmer	WV	083		38.7516	-79.5819	4
26148	Macfarlan	macfarlan	WV	085		39.0806	-81.1776	4
26161	Petroleum	petroleum	WV	085		39.1741	-81.2406	4
26178	Smithville	smithville	WV	085		39.0671	-81.062	4
26325	Auburn	auburn	WV	085		39.0864	-80.8837	4
26327	Berea	berea	WV	085		39.1365	-80.9337	4
26337	Cairo	cairo	WV	085		39.2325	-81.1554	4
26346	Ellenboro	ellenboro	WV	085		39.2969	-81.0621	4
26362	Harrisville	harrisville	WV	085		39.1453	-81.0341	4
26415	Pennsboro	pennsboro	WV	085		39.2791	-81.0019	4
26421	Pullman	pullman	WV	085		39.19	-80.9347	4
25005	Amma	amma	WV	087		38.5687	-81.2657	4
25243	Gandeeville	gandeeville	WV	087		38.7034	-81.4243	4
25251	Left Hand	left-hand	WV	087		38.6063	-81.2467	1
25259	Looneyville	looneyville	WV	087		38.6641	-81.2822	4
25266	Newton	newton	WV	087		38.606	-81.1623	4
25270	Reedy	reedy	WV	087		38.8889	-81.4399	4
25276	Spencer	spencer	WV	087		38.7897	-81.3303	4
25286	Walton	walton	WV	087		38.6023	-81.3958	4
24935	Forest Hill	forest-hill	WV	089		37.5608	-80.8111	4
24962	Pence Springs	pence-springs	WV	089		37.6621	-80.7202	4
24981	Talcott	talcott	WV	089		37.6491	-80.7461	4
25951	Hinton	hinton	WV	089		37.664	-80.8678	4
25966	Green Sulphur Springs	green-sulphur-springs	WV	089		37.6485	-80.8774	4
25969	Jumping Branch	jumping-branch	WV	089		37.6188	-81.0018	4
25977	Meadow Creek	meadow-creek	WV	089		37.8101	-80.9231	4
25978	Nimitz	nimitz	WV	089		37.6286	-80.9446	4
25979	Pipestem	pipestem	WV	089		37.5303	-80.9463	4
25985	Sandstone	sandstone	WV	089		37.7599	-80.8716	4
26347	Flemington	flemington	WV	091		39.2665	-80.132	4
26354	Grafton	grafton	WV	091		39.3414	-80.0285	4
09467	APO AE	apo-ae				51.9001	-2.0797	
26424	Rosemont	rosemont	WV	091		39.2687	-80.1629	4
26435	Simpson	simpson	WV	091		39.2668	-80.0934	4
26440	Thornton	thornton	WV	091		39.3329	-79.9096	4
26260	Davis	davis	WV	093		39.0882	-79.4563	4
26269	Hambleton	hambleton	WV	093		39.0821	-79.6453	4
26271	Hendricks	hendricks	WV	093		39.0748	-79.6303	4
26287	Parsons	parsons	WV	093		39.096	-79.6787	4
26289	Red Creek	red-creek	WV	093		39.1179	-79.5637	4
26292	Thomas	thomas	WV	093		39.1505	-79.503	4
26146	Friendly	friendly	WV	095		39.4961	-81.0572	4
26149	Middlebourne	middlebourne	WV	095		39.4942	-80.9076	4
26175	Sistersville	sistersville	WV	095		39.5584	-80.9818	4
26320	Alma	alma	WV	095		39.4506	-80.8701	1
26434	Shirley	shirley	WV	095		39.3981	-80.7651	4
26201	Buckhannon	buckhannon	WV	097		38.9755	-80.2407	4
26210	Adrian	adrian	WV	097		38.8993	-80.2269	4
26215	Cleveland	cleveland	WV	097		38.7133	-80.388	4
26218	French Creek	french-creek	WV	097		38.8993	-80.2269	4
26219	Frenchton	frenchton	WV	097		38.8993	-80.2269	4
26228	Kanawha Head	kanawha-head	WV	097		38.7618	-80.3727	4
26229	Lorentz	lorentz	WV	097		39.0109	-80.3023	4
26234	Rock Cave	rock-cave	WV	097		38.7811	-80.3163	4
26236	Selbyville	selbyville	WV	097		38.754	-80.2365	4
26237	Tallmansville	tallmansville	WV	097		38.8564	-80.158	4
25507	Ceredo	ceredo	WV	099		38.3965	-82.5588	4
25511	Dunlow	dunlow	WV	099		38.0231	-82.4315	4
25512	East Lynn	east-lynn	WV	099		38.1995	-82.3279	4
25514	Fort Gay	fort-gay	WV	099		38.1335	-82.5541	4
25517	Genoa	genoa	WV	099		38.1321	-82.4183	4
25530	Kenova	kenova	WV	099		38.3569	-82.5255	4
25534	Kiahsville	kiahsville	WV	099		38.0915	-82.3274	4
25535	Lavalette	lavalette	WV	099		38.3305	-82.4287	4
25555	Prichard	prichard	WV	099		38.23	-82.5753	4
25562	Shoals	shoals	WV	099		38.3432	-82.4905	4
25570	Wayne	wayne	WV	099		38.2258	-82.4339	4
25669	Crum	crum	WV	099		37.9389	-82.4624	4
25699	Wilsondale	wilsondale	WV	099		37.9537	-82.3276	4
25709	Huntington	huntington	WV	099		38.4192	-82.4452	4
26203	Erbacon	erbacon	WV	101		38.5419	-80.5742	4
26206	Cowen	cowen	WV	101		38.4133	-80.5358	4
26208	Camden On Gauley	camden-on-gauley	WV	101		38.3871	-80.5907	4
26217	Diana	diana	WV	101		38.5755	-80.432	4
26222	Hacker Valley	hacker-valley	WV	101		38.6526	-80.3837	4
26266	Upperglade	upperglade	WV	101		38.4185	-80.4965	4
26288	Webster Springs	webster-springs	WV	101		38.4832	-80.4476	4
26298	Bergoo	bergoo	WV	101		38.4865	-80.3006	4
26155	New Martinsville	new-martinsville	WV	103		39.6588	-80.8565	4
26159	Paden City	paden-city	WV	103		39.6044	-80.9265	4
26162	Porters Falls	porters-falls	WV	103		39.5798	-80.7762	4
26167	Reader	reader	WV	103		39.5836	-80.7516	4
26348	Folsom	folsom	WV	103		39.4693	-80.5258	4
26377	Jacksonburg	jacksonburg	WV	103		39.5416	-80.6437	4
26419	Pine Grove	pine-grove	WV	103		39.5755	-80.6667	4
26437	Smithfield	smithfield	WV	103		39.5134	-80.5582	4
26561	Big Run	big-run	WV	103		39.5845	-80.5776	4
26562	Burton	burton	WV	103		39.6511	-80.4161	4
26575	Hundred	hundred	WV	103		39.6917	-80.4746	4
26581	Littleton	littleton	WV	103		39.6592	-80.5695	4
26138	Brohard	brohard	WV	105		39.0338	-81.1775	4
26141	Creston	creston	WV	105		38.9378	-81.2369	4
26143	Elizabeth	elizabeth	WV	105		39.0566	-81.3989	4
26152	Munday	munday	WV	105		39.0054	-81.2062	4
26160	Palestine	palestine	WV	105		38.9741	-81.428	4
26101	Parkersburg	parkersburg	WV	107		39.2644	-81.5354	4
26102	Parkersburg	parkersburg	WV	107		39.2183	-81.4979	4
26103	Parkersburg	parkersburg	WV	107		39.2364	-81.5405	4
26104	Parkersburg	parkersburg	WV	107		39.2804	-81.4936	4
26105	Vienna	vienna	WV	107		39.3251	-81.5411	4
26106	Parkersburg	parkersburg	WV	107		39.2183	-81.4979	4
26120	Mineral Wells	mineral-wells	WV	107		39.2183	-81.4979	4
26121	Mineral Wells	mineral-wells	WV	107		39.2183	-81.4979	4
26133	Belleville	belleville	WV	107		39.1314	-81.6923	4
26142	Davisville	davisville	WV	107		39.2126	-81.4799	4
26150	Mineral Wells	mineral-wells	WV	107		39.1897	-81.5139	4
26169	Rockport	rockport	WV	107		39.0798	-81.5713	4
26180	Walker	walker	WV	107		39.1821	-81.3866	4
26181	Washington	washington	WV	107		39.2068	-81.6577	4
26184	Waverly	waverly	WV	107		39.3157	-81.3819	4
26187	Williamstown	williamstown	WV	107		39.3824	-81.4566	4
24716	Bud	bud	WV	109		37.5376	-81.3793	4
24719	Covel	covel	WV	109		37.4909	-81.3226	4
24726	Herndon	herndon	WV	109		37.5054	-81.3404	4
24818	Brenton	brenton	WV	109		37.5988	-81.6264	4
24822	Clear Fork	clear-fork	WV	109		37.6309	-81.6829	4
24823	Coal Mountain	coal-mountain	WV	109		37.6696	-81.7284	4
24827	Cyclone	cyclone	WV	109		37.7329	-81.6887	4
24834	Fanrock	fanrock	WV	109		37.5532	-81.6305	4
24839	Hanover	hanover	WV	109		37.563	-81.8136	4
24845	Ikes Fork	ikes-fork	WV	109		37.5221	-81.8043	4
24847	Itmann	itmann	WV	109		37.5734	-81.4182	4
24849	Jesse	jesse	WV	109		37.6608	-81.5628	4
24854	Kopperston	kopperston	WV	109		37.744	-81.575	4
24857	Lynco	lynco	WV	109		37.6982	-81.6771	4
24859	Marianna	marianna	WV	109		37.6033	-81.54	4
24860	Matheny	matheny	WV	109		37.6624	-81.607	4
24867	New Richmond	new-richmond	WV	109		37.5701	-81.4887	4
24869	North Spring	north-spring	WV	109		37.5682	-81.8254	4
24870	Oceana	oceana	WV	109		37.7407	-81.5831	4
24874	Pineville	pineville	WV	109		37.584	-81.5336	4
24880	Rock View	rock-view	WV	109		37.6179	-81.539	4
24882	Simon	simon	WV	109		37.6197	-81.7586	4
24898	Wyoming	wyoming	WV	109		37.5823	-81.6018	4
25810	Allen Junction	allen-junction	WV	109		37.5893	-81.3507	4
25811	Amigo	amigo	WV	109		37.5965	-81.3209	4
25826	Corinne	corinne	WV	109		37.5729	-81.3565	4
25845	Glen Fork	glen-fork	WV	109		37.6959	-81.529	4
25848	Glen Rogers	glen-rogers	WV	109		37.7217	-81.429	4
25870	Maben	maben	WV	109		37.6387	-81.394	4
25875	Mc Graws	mc-graws	WV	109		37.6033	-81.54	1
25876	Saulsville	saulsville	WV	109		37.6429	-81.4568	4
25882	Mullens	mullens	WV	109		37.5842	-81.389	4
25913	Ravencliff	ravencliff	WV	109		37.7141	-81.4895	4
25916	Sabine	sabine	WV	109		37.6787	-81.5015	4
25928	Stephenson	stephenson	WV	109		37.5798	-81.3339	4
25943	Wyco	wyco	WV	109		37.599	-81.3429	4
82051	Bosler	bosler	WY	001		41.5735	-105.6112	4
82052	Buford	buford	WY	001		41.1219	-105.3047	4
82055	Centennial	centennial	WY	001		41.3391	-105.9945	4
82058	Garrett	garrett	WY	001		42.2035	-105.678	1
82063	Jelm	jelm	WY	001		41.0578	-106.0133	4
82070	Laramie	laramie	WY	001		41.439	-105.801	4
82071	Laramie	laramie	WY	001		41.3114	-105.5911	4
82072	Laramie	laramie	WY	001		41.4247	-105.4781	4
82073	Laramie	laramie	WY	001		41.3071	-105.6247	4
82083	Rock River	rock-river	WY	001		41.7461	-105.9746	4
82084	Tie Siding	tie-siding	WY	001		41.0528	-105.4462	4
82410	Basin	basin	WY	003		44.3788	-108.0438	4
82411	Burlington	burlington	WY	003		44.4442	-108.4327	4
82412	Byron	byron	WY	003		44.7844	-108.544	4
82420	Cowley	cowley	WY	003		44.8841	-108.4638	4
82421	Deaver	deaver	WY	003		44.9257	-108.5979	4
82422	Emblem	emblem	WY	003		44.5058	-108.3918	4
82426	Greybull	greybull	WY	003		44.4919	-108.0795	4
82428	Hyattville	hyattville	WY	003		44.2507	-107.6053	4
82431	Lovell	lovell	WY	003		44.8336	-108.4141	4
82432	Manderson	manderson	WY	003		44.2694	-107.964	4
82434	Otto	otto	WY	003		44.4056	-108.3047	4
82441	Shell	shell	WY	003		44.6011	-107.7889	4
82716	Gillette	gillette	WY	005		44.282	-105.4974	4
82717	Gillette	gillette	WY	005		44.3047	-105.4959	4
82718	Gillette	gillette	WY	005		43.9282	-105.5492	4
82725	Recluse	recluse	WY	005		44.7861	-105.776	4
82727	Rozet	rozet	WY	005		44.3058	-105.2459	4
82731	Weston	weston	WY	005		44.7705	-105.3581	4
82732	Wright	wright	WY	005		43.7512	-105.492	4
82301	Rawlins	rawlins	WY	007		41.7951	-107.2349	4
82321	Baggs	baggs	WY	007		41.0312	-107.6687	4
82323	Dixon	dixon	WY	007		41.0445	-107.499	4
82324	Elk Mountain	elk-mountain	WY	007		41.6874	-106.4146	4
82325	Encampment	encampment	WY	007		41.2054	-106.7803	4
82327	Hanna	hanna	WY	007		41.8726	-106.5283	4
82329	Medicine Bow	medicine-bow	WY	007		41.903	-106.2012	4
82331	Saratoga	saratoga	WY	007		41.498	-106.754	4
82332	Savery	savery	WY	007		41.0395	-107.4234	4
82334	Sinclair	sinclair	WY	007		41.7802	-107.1172	4
82335	Walcott	walcott	WY	007		41.7611	-106.845	4
82615	Shirley Basin	shirley-basin	WY	007		41.7169	-106.9992	1
82224	Lost Springs	lost-springs	WY	009		43.0421	-104.7973	4
82229	Shawnee	shawnee	WY	009		42.7477	-105.0097	4
82633	Douglas	douglas	WY	009		42.7626	-105.3855	4
82637	Glenrock	glenrock	WY	009		42.7803	-105.8719	4
82710	Aladdin	aladdin	WY	011		44.7473	-104.1931	4
82711	Alva	alva	WY	011		44.6873	-104.4414	4
82712	Beulah	beulah	WY	011		44.5436	-104.0745	4
82714	Devils Tower	devils-tower	WY	011		44.5248	-104.6867	4
82720	Hulett	hulett	WY	011		44.7352	-104.6174	4
82721	Moorcroft	moorcroft	WY	011		44.4154	-104.8389	4
82729	Sundance	sundance	WY	011		44.4058	-104.3837	4
82310	Jeffrey City	jeffrey-city	WY	013		42.5402	-107.8724	4
82501	Riverton	riverton	WY	013		43.0351	-108.2024	4
82510	Arapahoe	arapahoe	WY	013		42.9679	-108.4941	4
82512	Crowheart	crowheart	WY	013		43.3716	-109.296	4
82513	Dubois	dubois	WY	013		43.5451	-109.6492	4
82514	Fort Washakie	fort-washakie	WY	013		43.0048	-108.8964	4
82515	Hudson	hudson	WY	013		42.9061	-108.5834	4
82516	Kinnear	kinnear	WY	013		43.2678	-108.9334	4
82520	Lander	lander	WY	013		42.9208	-108.5913	4
82523	Pavillion	pavillion	WY	013		43.3623	-108.6998	4
82524	Saint Stephens	saint-stephens	WY	013		42.9838	-108.4165	4
82642	Lysite	lysite	WY	013		43.3284	-107.6488	4
82649	Shoshoni	shoshoni	WY	013		43.2457	-108.1007	4
82212	Fort Laramie	fort-laramie	WY	015		42.2133	-104.5226	4
82217	Hawk Springs	hawk-springs	WY	015		41.7861	-104.2647	4
82218	Huntley	huntley	WY	015		41.9327	-104.1461	4
82219	Jay Em	jay-em	WY	015		42.4987	-104.5134	4
82221	Lagrange	lagrange	WY	015		41.6423	-104.1974	1
82223	Lingle	lingle	WY	015		42.1346	-104.332	4
82240	Torrington	torrington	WY	015		42.0624	-104.1917	4
82243	Veteran	veteran	WY	015		41.9821	-104.3709	4
82244	Yoder	yoder	WY	015		41.912	-104.3535	4
82430	Kirby	kirby	WY	017		43.8042	-108.1805	4
82443	Thermopolis	thermopolis	WY	017		43.7758	-108.3839	4
82639	Kaycee	kaycee	WY	019		43.7236	-106.5632	4
82640	Linch	linch	WY	019		43.5651	-106.1728	4
82834	Buffalo	buffalo	WY	019		44.3485	-106.7073	4
82840	Saddlestring	saddlestring	WY	019		44.4976	-106.871	4
82001	Cheyenne	cheyenne	WY	021		41.1437	-104.7962	4
82002	Cheyenne	cheyenne	WY	021		41.14	-104.8202	4
82003	Cheyenne	cheyenne	WY	021		41.2191	-104.6612	4
82005	Fe Warren Afb	fe-warren-afb	WY	021		41.1391	-104.8629	1
82006	Cheyenne	cheyenne	WY	021		41.14	-104.8202	4
82007	Cheyenne	cheyenne	WY	021		41.1084	-104.8107	4
82008	Cheyenne	cheyenne	WY	021		41.14	-104.8202	4
82009	Cheyenne	cheyenne	WY	021		41.1836	-104.8023	4
82010	Cheyenne	cheyenne	WY	021		41.14	-104.8202	4
82050	Albin	albin	WY	021		41.4342	-104.1505	4
82053	Burns	burns	WY	021		41.2003	-104.3155	4
82054	Carpenter	carpenter	WY	021		41.0428	-104.2765	4
82059	Granite Canon	granite-canon	WY	021		41.0473	-105.1517	1
82060	Hillsdale	hillsdale	WY	021		41.2136	-104.4933	4
82061	Horse Creek	horse-creek	WY	021		41.4353	-105.1417	4
82081	Meriden	meriden	WY	021		41.5424	-104.2866	4
82082	Pine Bluffs	pine-bluffs	WY	021		41.1788	-104.0666	4
83101	Kemmerer	kemmerer	WY	023		41.7887	-110.5283	4
83110	Afton	afton	WY	023		42.7128	-110.942	4
83111	Auburn	auburn	WY	023		42.8051	-110.9944	4
83112	Bedford	bedford	WY	023		42.8701	-110.9401	4
83114	Cokeville	cokeville	WY	023		42.058	-110.9164	4
83116	Diamondville	diamondville	WY	023		41.7839	-110.54	4
83118	Etna	etna	WY	023		43.0443	-111.0085	4
83119	Fairview	fairview	WY	023		42.6885	-110.9824	4
83120	Freedom	freedom	WY	023		43.0172	-111.0292	1
83121	Frontier	frontier	WY	023		41.8141	-110.5371	4
83122	Grover	grover	WY	023		42.7965	-110.9244	4
83123	La Barge	la-barge	WY	023		42.2473	-110.2109	4
83124	Opal	opal	WY	023		41.7795	-110.276	4
83126	Smoot	smoot	WY	023		42.6192	-110.9224	4
83127	Thayne	thayne	WY	023		42.933	-111.0114	4
83128	Alpine	alpine	WY	023		43.1635	-111.018	4
82601	Casper	casper	WY	025		42.8458	-106.3166	4
82602	Casper	casper	WY	025		42.8896	-106.357	4
82604	Casper	casper	WY	025		42.8261	-106.3896	4
82605	Casper	casper	WY	025		42.8666	-106.3131	4
82609	Casper	casper	WY	025		42.8406	-106.2806	4
82620	Alcova	alcova	WY	025		42.5302	-106.76	4
82630	Arminto	arminto	WY	025		43.1789	-107.2576	4
82635	Edgerton	edgerton	WY	025		43.4074	-106.2638	4
82636	Evansville	evansville	WY	025		42.8992	-106.1754	4
82638	Hiland	hiland	WY	025		43.1153	-107.3436	4
82643	Midwest	midwest	WY	025		43.4114	-106.28	4
82644	Mills	mills	WY	025		42.8405	-106.3659	4
82646	Natrona	natrona	WY	025		43.0297	-106.8092	4
82648	Powder River	powder-river	WY	025		43.0322	-106.9873	4
82222	Lance Creek	lance-creek	WY	027		43.0325	-104.6419	4
82225	Lusk	lusk	WY	027		42.766	-104.4651	4
82227	Manville	manville	WY	027		42.73	-104.7024	4
82242	Van Tassell	van-tassell	WY	027		42.7033	-104.1408	4
82190	Yellowstone National Park	yellowstone-national-park	WY	029		44.7957	-110.6137	1
82414	Cody	cody	WY	029		44.5231	-109.0756	4
82423	Frannie	frannie	WY	029		44.9718	-108.6221	4
82433	Meeteetse	meeteetse	WY	029		44.1962	-108.95	4
82435	Powell	powell	WY	029		44.7561	-108.7773	4
82440	Ralston	ralston	WY	029		44.7161	-108.8646	4
82450	Wapiti	wapiti	WY	029		44.4686	-109.4377	4
82201	Wheatland	wheatland	WY	031		42.0495	-104.9679	4
82210	Chugwater	chugwater	WY	031		41.7487	-104.8179	4
82213	Glendo	glendo	WY	031		42.5004	-105	4
82214	Guernsey	guernsey	WY	031		42.2655	-104.7512	4
82215	Hartville	hartville	WY	031		42.3334	-104.7296	4
82801	Sheridan	sheridan	WY	033		44.7849	-106.9648	4
82831	Arvada	arvada	WY	033		44.6899	-106.1092	4
82832	Banner	banner	WY	033		44.6003	-106.7954	4
82833	Big Horn	big-horn	WY	033		44.6531	-107.0247	4
82835	Clearmont	clearmont	WY	033		44.661	-106.4581	4
82836	Dayton	dayton	WY	033		44.878	-107.3026	4
82837	Leiter	leiter	WY	033		44.718	-106.2692	4
82838	Parkman	parkman	WY	033		44.965	-107.3254	4
82839	Ranchester	ranchester	WY	033		44.9171	-107.174	4
82842	Story	story	WY	033		44.58	-106.8978	4
82844	Wolf	wolf	WY	033		44.7864	-107.2202	4
82845	Wyarno	wyarno	WY	033		44.7534	-106.6949	4
82922	Bondurant	bondurant	WY	035		43.2238	-110.3353	4
82923	Boulder	boulder	WY	035		42.6881	-109.5401	4
82925	Cora	cora	WY	035		43.1399	-109.9154	4
82941	Pinedale	pinedale	WY	035		42.8543	-109.8561	4
83113	Big Piney	big-piney	WY	035		42.6483	-110.1246	4
83115	Daniel	daniel	WY	035		42.9176	-110.1336	4
82322	Bairoil	bairoil	WY	037		42.2327	-107.5633	4
82336	Wamsutter	wamsutter	WY	037		41.6583	-108.1517	4
82901	Rock Springs	rock-springs	WY	037		41.606	-109.23	4
82902	Rock Springs	rock-springs	WY	037		41.5875	-109.2029	4
82929	Little America	little-america	WY	037		41.5436	-109.859	4
82932	Farson	farson	WY	037		42.0834	-109.4184	4
82934	Granger	granger	WY	037		41.5936	-109.9688	4
82935	Green River	green-river	WY	037		41.5196	-109.4714	4
82938	Mc Kinnon	mc-kinnon	WY	037		41.0409	-109.8745	1
82942	Point Of Rocks	point-of-rocks	WY	037		41.6802	-108.7857	4
82943	Reliance	reliance	WY	037		41.6698	-109.1919	4
82945	Superior	superior	WY	037		41.7643	-108.9681	4
83001	Jackson	jackson	WY	039		43.4528	-110.7393	4
83002	Jackson	jackson	WY	039		43.4799	-110.7624	4
83011	Kelly	kelly	WY	039		43.6094	-110.5442	4
83012	Moose	moose	WY	039		43.715	-110.742	4
83013	Moran	moran	WY	039		43.9509	-110.5532	4
83014	Wilson	wilson	WY	039		43.4992	-110.8742	4
83025	Teton Village	teton-village	WY	039		43.5924	-110.8314	4
83414	Alta	alta	WY	039		43.8886	-110.9492	4
82930	Evanston	evanston	WY	041		41.2609	-110.9631	4
82931	Evanston	evanston	WY	041		41.2619	-110.92	4
82933	Fort Bridger	fort-bridger	WY	041		41.3166	-110.3843	4
82936	Lonetree	lonetree	WY	041		41.0552	-110.1603	4
82937	Lyman	lyman	WY	041		41.3291	-110.2926	4
82939	Mountain View	mountain-view	WY	041		41.2335	-110.3372	4
82944	Robertson	robertson	WY	041		41.0993	-110.5007	4
82401	Worland	worland	WY	043		44.0138	-107.9563	4
82442	Ten Sleep	ten-sleep	WY	043		43.9978	-107.4153	4
82701	Newcastle	newcastle	WY	045		43.8511	-104.2262	4
82715	Four Corners	four-corners	WY	045		44.0775	-104.1383	4
82723	Osage	osage	WY	045		43.999	-104.4226	4
82730	Upton	upton	WY	045		44.0893	-104.6352	4
09001	APO AA	apo-aa				38.1105	15.6613	
09007	APO AE	apo-ae				49.4077	8.6908	
09008	APO AE	apo-ae				50.1155	8.6842	
09009	APO AE	apo-ae				49.4333	7.6	
09012	APO AE	apo-ae				49.4333	7.6	
09014	APO AE	apo-ae				49.4077	8.6908	
09021	APO AE	apo-ae				49.4292	7.6969	
09025	APO AE	apo-ae				49.1113	9.7391	
09026	APO AE	apo-ae				50.3776	9.9109	
09028	APO AE	apo-ae				49.5431	8.4497	
09031	APO AE	apo-ae				49.7397	10.1507	
09033	APO AE	apo-ae				50.0494	10.2217	
09034	APO AE	apo-ae				49.6174	7.3338	
09036	APO AE	apo-ae				49.7939	9.9512	
09039	APO AE	apo-ae				50.1155	8.6842	
09041	APO AE	apo-ae				48.1374	11.5755	
09044	APO AE	apo-ae				49.9817	11.6139	
09046	APO AE	apo-ae				48.6821	9.0117	
09047	APO AE	apo-ae				49.759	9.5085	
09050	APO AE	apo-ae				47.7611	11.5589	
09052	APO AE	apo-ae				49.2469	7.3698	
09053	APO AE	apo-ae				47.4926	11.0865	
09054	APO AE	apo-ae				49.443	7.7716	
09056	APO AE	apo-ae				49.6328	8.3592	
09057	APO AE	apo-ae				50	8.6667	
09058	APO AE	apo-ae				49.6328	8.3592	
09059	APO AE	apo-ae				49.4052	7.4372	
09060	APO AE	apo-ae				50.1155	8.6842	
09063	APO AE	apo-ae				49.4077	8.6908	
09064	APO AE	apo-ae				50	8.6667	
09066	APO AE	apo-ae				49.591	11.0078	
09067	APO AE	apo-ae				49.443	7.7716	
09068	APO AE	apo-ae				49.4759	10.9886	
09069	APO AE	apo-ae				53.5502	8.5767	
09070	APO AE	apo-ae				49.4424	10.9541	
09071	APO AE	apo-ae				49.4429	11.8627	
09072	APO AE	apo-ae				50.8699	6.6969	
09073	APO AE	apo-ae				48.7035	9.6521	
09074	APO AE	apo-ae				48.3569	10.9846	
09077	APO AE	apo-ae				50.4339	8.6712	
09078	APO AE	apo-ae				51.9624	7.6257	
09079	APO AE	apo-ae				50.1155	8.6842	
09080	APO AE	apo-ae				50.6846	7.1539	
09081	APO AE	apo-ae				49.3822	8.5823	
09082	APO AE	apo-ae				50.1006	8.7665	
09086	APO AE	apo-ae				49.5	8.5	
09089	APO AE	apo-ae				49.9652	8.9513	
09090	APO AE	apo-ae				50.1254	8.6089	
09091	APO AE	apo-ae				50.2016	9.1874	
09094	APO AE	apo-ae				49.4445	7.5553	
09095	APO AE	apo-ae				49.2231	8.3639	
09096	APO AE	apo-ae				50.0826	8.2493	
09097	APO AE	apo-ae				50	8.6667	
09098	APO AE	apo-ae				47.8638	12.0105	
09099	APO AE	apo-ae				49.4077	8.6908	
09100	APO AE	apo-ae				49.3822	8.5823	
09102	APO AE	apo-ae				49.4077	8.6908	
09103	APO AE	apo-ae				51.1747	6.3169	
09104	APO AE	apo-ae				50.9675	6.1176	
09107	APO AE	apo-ae				48.1761	9.5392	
09108	APO AE	apo-ae				48.1374	11.5755	
09110	APO AE	apo-ae				49.8472	8.3167	
09111	APO AE	apo-ae				49.8414	7.8671	
09112	APO AE	apo-ae				50.5106	10.3187	
09114	APO AE	apo-ae				49.7173	11.9065	
09123	APO AE	apo-ae				49.9833	6.6833	
09126	APO AE	apo-ae				49.9833	6.6833	
09128	APO AE	apo-ae				48.9356	8.9604	
09130	APO AE	apo-ae				49.5118	7.8666	
09131	APO AE	apo-ae				48.9356	8.9604	
09132	APO AE	apo-ae				49.9679	6.5273	
09136	APO AE	apo-ae				49.5118	7.8666	
09137	APO AE	apo-ae				48.7035	9.6521	
09138	APO AE	apo-ae				49.2249	7.6104	
09139	APO AE	apo-ae				49.8987	10.9007	
09140	APO AE	apo-ae				49.4804	10.3877	
09141	APO AE	apo-ae				50.872	9.7089	
09142	APO AE	apo-ae				49.3305	11.0235	
09143	APO AE	apo-ae				50.5873	8.6755	
09144	APO AE	apo-ae				50.1514	8.425	
09154	APO AE	apo-ae				48.7823	9.177	
09156	APO AE	apo-ae				49.9679	6.5273	
09157	APO AE	apo-ae				48.3715	10.8985	
09160	APO AE	apo-ae				48.542	9.7905	
09162	APO AE	apo-ae				49.977	9.1521	
09164	APO AE	apo-ae				49.0094	8.4044	
09165	APO AE	apo-ae				50.1342	8.9142	
09166	APO AE	apo-ae				49.4891	8.4669	
09169	APO AE	apo-ae				50.5873	8.6755	
09171	APO AE	apo-ae				51.9624	7.6257	
09172	APO AE	apo-ae				47.5981	11.0669	
09173	APO AE	apo-ae				49.204	11.8484	
09175	APO AE	apo-ae				49.8717	8.6503	
09176	APO AE	apo-ae				49.1399	9.2205	
09177	APO AE	apo-ae				49.3048	10.5931	
09178	APO AE	apo-ae				48.3715	10.8985	
09180	APO AE	apo-ae				49.4131	7.5702	
09182	APO AE	apo-ae				49.6531	9.9444	
09183	APO AE	apo-ae				48.1374	11.5755	
09184	APO AE	apo-ae				48.1374	11.5755	
09185	APO AE	apo-ae				49.9842	8.2791	
09468	APO AE	apo-ae				53.9908	-1.5373	
09469	APO AE	apo-ae				52.369	-0.2601	
09470	APO AE	apo-ae				52.3642	-0.2243	
09471	APO AE	apo-ae				51.6291	-0.7493	
09472	APO AE	apo-ae				51.7193	-1.9714	
09494	APO AE	apo-ae				51.9977	-1.2047	
09495	APO AE	apo-ae				51.4015	-1.3247	
09497	APO AE	apo-ae				52.0933	1.3204	
09498	APO AE	apo-ae				51.5085	-0.1257	
09499	APO AE	apo-ae				51.5085	-0.1257	
09508	FPO AE	fpo-ae				19.9064	-75.2069	
09593	FPO AE	fpo-ae				19.9064	-75.2069	
09596	FPO AE	fpo-ae				19.9064	-75.2069	
09601	APO AE	apo-ae				46.0706	12.5947	
09602	APO AE	apo-ae				24.6877	46.7218	
09604	APO AE	apo-ae				26.2886	50.114	
09605	APO AE	apo-ae				40.6321	17.9361	
09606	APO AE	apo-ae				39.3103	8.9696	
09609	FPO AE	fpo-ae				41.2141	13.5708	
09610	APO AE	apo-ae				45.402	10.2768	
09613	APO AE	apo-ae				43.5443	10.3262	
09618	APO AE	apo-ae				40.85	9.1667	
09619	FPO AE	fpo-ae				40.8522	14.2681	
09620	FPO AE	fpo-ae				40.8522	14.2681	
09621	FPO AE	fpo-ae				40.8522	14.2681	
09622	FPO AE	fpo-ae				40.8824	14.2693	
09624	APO AE	apo-ae				41.8919	12.5113	
09625	FPO AE	fpo-ae				40.8522	14.2681	
09626	FPO AE	fpo-ae				40.8522	14.2681	
09627	FPO AE	fpo-ae				37.4017	14.9224	
09628	APO AE	apo-ae				45.4299	10.9844	
09629	APO AE	apo-ae				45.5467	11.5475	
09630	APO AE	apo-ae				45.5467	11.5475	
09641	APO AE	apo-ae				40.4165	-3.7026	
09642	APO AE	apo-ae				40.4165	-3.7026	
09643	APO AE	apo-ae				41.4136	-2.4132	
09644	FPO AE	fpo-ae				36.6255	-6.3622	
09645	FPO AE	fpo-ae				36.6255	-6.3622	
09646	APO AE	apo-ae				41.6561	-0.8773	
09647	APO AE	apo-ae				40.6433	-3.3338	
09648	APO AE	apo-ae				24.6877	46.7218	
09655	APO AE	apo-ae				24.6877	46.7218	
09658	APO AE	apo-ae				26.2886	50.114	
09670	FPO AE	fpo-ae				44.0575	12.5653	
09680	APO AE	apo-ae				26.2886	50.114	
09681	APO AE	apo-ae				26.2886	50.114	
09682	APO AE	apo-ae				26.2886	50.114	
09683	APO AE	apo-ae				26.2886	50.114	
09694	APO AE	apo-ae				36.9489	14.6073	
09703	APO AE	apo-ae				50.9467	5.9708	
09704	APO AE	apo-ae				76.5311	-68.7017	
09705	APO AE	apo-ae				50.5758	3.831	
09706	APO AE	apo-ae				59.9291	10.519	
09707	APO AE	apo-ae				59.9127	10.7461	
09708	APO AE	apo-ae				50.5879	3.8071	
09709	APO AE	apo-ae				67.017	-50.6893	
09713	APO AE	apo-ae				50.8483	5.6889	
09714	APO AE	apo-ae				50.8504	4.3488	
09715	APO AE	apo-ae				52.0826	4.315	
09716	APO AE	apo-ae				55.6947	12.5832	
09717	APO AE	apo-ae				50.8483	5.6889	
09718	APO AE	apo-ae				34.0133	-6.8326	
09719	APO AE	apo-ae				46.0706	12.5947	
09720	APO AE	apo-ae				38.7167	-27.2167	
09721	APO AE	apo-ae				60.1695	24.9354	
09722	APO AE	apo-ae				56.3067	9.1683	
09723	APO AE	apo-ae				60.1695	24.9354	
09724	APO AE	apo-ae				50.8504	4.3488	
09725	APO AE	apo-ae				64.0049	-22.5624	
09726	APO AE	apo-ae				38.7167	-9.1333	
09727	FPO AE	fpo-ae				32.3302	-64.74	
09728	FPO AE	fpo-ae				64.0049	-22.5624	
09729	FPO AE	fpo-ae				64.2539	-15.2121	
09730	FPO AE	fpo-ae				47.2999	-53.9814	
09731	FPO AE	fpo-ae				43.7632	-65.3235	
09732	APO AE	apo-ae				46.3168	-79.4663	
09734	APO AE	apo-ae				26.2886	50.114	
09738	APO AE	apo-ae				26.2886	50.114	
09740	APO AE	apo-ae				26.2886	50.114	
09745	APO AE	apo-ae				24.6877	46.7218	
09746	APO AE	apo-ae				26.2886	50.114	
09747	APO AE	apo-ae				26.2886	50.114	
09749	APO AE	apo-ae				26.2886	50.114	
09754	APO AE	apo-ae				26.2886	50.114	
09760	APO AE	apo-ae				26.2886	50.114	
09762	APO AE	apo-ae				24.6877	46.7218	
09765	APO AE	apo-ae				26.2886	50.114	
09766	APO AE	apo-ae				26.2886	50.114	
09767	APO AE	apo-ae				26.2886	50.114	
09768	APO AE	apo-ae				26.2886	50.114	
09770	APO AE	apo-ae				26.2886	50.114	
09772	APO AE	apo-ae				26.2886	50.114	
09774	APO AE	apo-ae				26.2886	50.114	
09775	APO AE	apo-ae				26.2886	50.114	
09777	FPO AE	fpo-ae				48.8534	2.3488	
09802	APO AE	apo-ae				21.2703	40.4158	
09803	APO AE	apo-ae				24.6877	46.7218	
09804	APO AE	apo-ae				26.2886	50.114	
09805	APO AE	apo-ae				25.4	49.65	
09806	APO AE	apo-ae				28.3356	46.1247	
09808	APO AE	apo-ae				26.2886	50.114	
09809	APO AE	apo-ae				18.3	42.7333	
09810	APO AE	apo-ae				28.3998	36.5715	
09811	APO AE	apo-ae				21.5424	39.198	
09812	APO AE	apo-ae				33.7215	73.0433	
09813	APO AE	apo-ae				6.3005	-10.7969	
09814	APO AE	apo-ae				24.8608	67.0104	
09815	APO AE	apo-ae				-4.6167	55.45	
09816	APO AE	apo-ae				39.6492	27.8861	
09817	APO AE	apo-ae				38.3502	38.3167	
09818	APO AE	apo-ae				39.9086	41.2769	
09819	APO AE	apo-ae				38.4127	27.1384	
09820	APO AE	apo-ae				42.0268	35.1625	
09821	APO AE	apo-ae				38.4127	27.1384	
09822	APO AE	apo-ae				39.9199	32.8543	
09823	APO AE	apo-ae				39.9199	32.8543	
09824	APO AE	apo-ae				37.0017	35.3289	
09825	APO AE	apo-ae				37.9136	40.2172	
09826	APO AE	apo-ae				39.7767	30.5206	
09827	APO AE	apo-ae				41.0138	28.9497	
09828	APO AE	apo-ae				-4.3276	15.3136	
09829	APO AE	apo-ae				15.5518	32.5324	
09830	APO AE	apo-ae				32.0809	34.7806	
09831	APO AE	apo-ae				-1.2833	36.8167	
09832	APO AE	apo-ae				31.069	34.1292	
09833	APO AE	apo-ae				27.9158	34.3299	
09834	FPO AE	fpo-ae				26.2106	50.6117	
09835	FPO AE	fpo-ae				30.0626	31.2497	
09836	FPO AE	fpo-ae				35.1753	33.3642	
09837	FPO AE	fpo-ae				26.2106	50.6117	
09838	FPO AE	fpo-ae				37.381	38.4573	
09839	APO AE	apo-ae				30.0626	31.2497	
09840	APO AE	apo-ae				37.9795	23.7162	
09841	APO AE	apo-ae				37.9795	23.7162	
09842	APO AE	apo-ae				37.9795	23.7162	
09843	FPO AE	fpo-ae				38.1652	21.4086	
09844	APO AE	apo-ae				40.6436	22.9309	
09845	APO AE	apo-ae				38.0413	23.543	
09846	APO AE	apo-ae				35.3279	25.1434	
09847	FPO AE	fpo-ae				38.0873	23.9764	
09848	APO AE	apo-ae				24.6877	46.7218	
09850	APO AE	apo-ae				24.6877	46.7218	
09851	APO AE	apo-ae				24.6877	46.7218	
09852	APO AE	apo-ae				24.6877	46.7218	
09853	APO AE	apo-ae				24.6877	46.7218	
09855	APO AE	apo-ae				24.6877	46.7218	
09858	APO AE	apo-ae				26.2886	50.114	
09861	APO AE	apo-ae				26.2886	50.114	
09864	APO AE	apo-ae				26.2886	50.114	
09865	FPO AE	fpo-ae				35.5249	24.1435	
09866	APO AE	apo-ae				26.2106	50.6117	
09873	APO AA	apo-aa				24.6877	46.7218	
09874	APO AA	apo-aa				24.6877	46.7218	
09875	APO AA	apo-aa				24.6877	46.7218	
09876	APO AA	apo-aa				24.6877	46.7218	
09877	APO AA	apo-aa				24.6877	46.7218	
09878	APO AE	apo-ae				26.2886	50.114	
09879	APO AA	apo-aa				24.6877	46.7218	
09880	APO AE	apo-ae				26.2886	50.114	
09881	APO AA	apo-aa				24.6877	46.7218	
09882	APO AA	apo-aa				24.6877	46.7218	
09883	APO AA	apo-aa				24.6877	46.7218	
09884	APO AA	apo-aa				24.6877	46.7218	
09886	APO AA	apo-aa				24.6877	46.7218	
09887	APO AA	apo-aa				24.6877	46.7218	
09888	APO AA	apo-aa				24.6877	46.7218	
09889	APO AA	apo-aa				24.6877	46.7218	
09890	APO AE	apo-ae				26.2886	50.114	
09891	APO AA	apo-aa				24.6877	46.7218	
09892	FPO AE	fpo-ae				31.9552	35.945	
09893	APO AE	apo-ae				30.0626	31.2497	
09894	APO AE	apo-ae				24.6877	46.7218	
09895	APO AE	apo-ae				26.2886	50.114	
09896	APO AE	apo-ae				26.2886	50.114	
09897	APO AE	apo-ae				24.6877	46.7218	
09898	APO AE	apo-ae				26.2886	50.114	
34002	APO AA	apo-aa				8.9733	-79.5556	
34003	APO AA	apo-aa				8.95	-79.55	
34004	APO AA	apo-aa				9	-79.75	
34005	APO AA	apo-aa				9.2917	-79.9077	
34006	APO AA	apo-aa				8.9171	-79.5843	
34007	APO AA	apo-aa				8.9395	-79.5491	
34008	APO AA	apo-aa				9.3219	-79.8697	
34009	APO AA	apo-aa				8.9667	-79.55	
34010	APO AA	apo-aa				14.0818	-87.2068	
34011	APO AA	apo-aa				8.9667	-79.55	
34020	APO AA	apo-aa				9.9333	-84.0833	
34021	APO AA	apo-aa				12.1328	-86.2504	
34022	APO AA	apo-aa				14.0818	-87.2068	
34023	APO AA	apo-aa				13.6894	-89.1872	
34024	APO AA	apo-aa				14.6407	-90.5133	
34030	APO AA	apo-aa				-22.9114	-43.1737	
34031	APO AA	apo-aa				-12.0432	-77.0282	
34032	APO AA	apo-aa				-16.5	-68.15	
34033	APO AA	apo-aa				-33.4569	-70.6483	
34034	APO AA	apo-aa				-34.6131	-58.3772	
34035	APO AA	apo-aa				-34.9033	-56.1882	
34036	APO AA	apo-aa				-25.3007	-57.6359	
34037	APO AA	apo-aa				10.488	-66.8792	
34038	APO AA	apo-aa				4.6097	-74.0818	
34039	APO AA	apo-aa				-0.2299	-78.525	
34040	APO AA	apo-aa				18.4663	-66.1057	
34041	APO AA	apo-aa				18.5001	-69.9886	
34042	APO AA	apo-aa				14.3824	-87.6212	
34045	APO AA	apo-aa				9.9333	-84.0833	
34046	APO AA	apo-aa				14.0818	-87.2068	
34050	FPO AA	fpo-aa				18.4786	-67.1688	
34051	FPO AA	fpo-aa				18.235	-65.6291	
34053	FPO AA	fpo-aa				18.4269	-66.1846	
34054	FPO AA	fpo-aa				17.05	-61.8	
34058	FPO AA	fpo-aa				24.4333	-77.95	
34059	FPO AA	fpo-aa				8.9395	-79.5491	
34060	FPO AA	fpo-aa				9.4008	-79.8697	
34061	FPO AA	fpo-aa				8.95	-79.5833	
96201	APO AA	apo-aa				34.7167	128.5833	
96202	APO AA	apo-aa				34.7167	128.5833	
96203	APO AA	apo-aa				37.5339	126.9775	
96204	APO AA	apo-aa				37.5339	126.9775	
96205	APO AA	apo-aa				37.5339	126.9775	
96206	APO AA	apo-aa				37.5339	126.9775	
96207	APO AA	apo-aa				37.5339	126.9775	
96208	APO AA	apo-aa				37.8747	127.7342	
96212	APO AA	apo-aa				35.8703	128.5911	
96213	APO AA	apo-aa				35.8703	128.5911	
96214	APO AA	apo-aa				35.2342	128.8811	
96216	APO AA	apo-aa				34.78	127.0615	
96218	APO AA	apo-aa				35.8703	128.5911	
96220	APO AA	apo-aa				33.4017	126.5461	
96224	APO AA	apo-aa				37.9211	127.0626	
96231	APO AA	apo-aa				36.3214	127.4197	
96236	APO AA	apo-aa				33.6	130.4167	
96257	APO AA	apo-aa				37.754	127.0255	
96258	APO AA	apo-aa				37.754	127.0255	
96259	APO AA	apo-aa				35.1028	129.0403	
96260	APO AA	apo-aa				35.9925	128.3979	
96261	APO AA	apo-aa				37.2911	127.0089	
96264	APO AA	apo-aa				35.9786	126.7114	
96266	APO AA	apo-aa				37.1522	127.0706	
96267	APO AA	apo-aa				37.1522	127.0706	
96269	FPO AA	fpo-aa				35.0642	128.7653	
96271	APO AA	apo-aa				36.9622	127.0311	
96272	APO AA	apo-aa				36.9622	127.0311	
96276	APO AA	apo-aa				37.566	126.9784	
96278	APO AA	apo-aa				37.0906	127.0296	
96283	APO AA	apo-aa				34.9586	126.9728	
96284	APO AA	apo-aa				34.9586	126.9728	
96306	FPO AA	fpo-aa				35.4427	139.3693	
96310	FPO AA	fpo-aa				34.163	132.22	
96313	FPO AA	fpo-aa				35.4919	139.475	
96318	APO AA	apo-aa				40.6868	141.3897	
96319	APO AA	apo-aa				40.6868	141.3897	
96321	FPO AA	fpo-aa				33.1592	129.7228	
96322	FPO AA	fpo-aa				33.1592	129.7228	
96323	APO AA	apo-aa				35.7485	139.3485	
96325	APO AA	apo-aa				35.7485	139.3485	
96326	APO AA	apo-aa				35.7485	139.3485	
96328	APO AA	apo-aa				35.7485	139.3485	
96330	APO AA	apo-aa				35.7485	139.3485	
96336	APO AA	apo-aa				35.6895	139.6917	
96337	APO AA	apo-aa				35.6895	139.6917	
96338	APO AA	apo-aa				35.6895	139.6917	
96339	APO AA	apo-aa				35.5138	139.3937	
96343	APO AA	apo-aa				35.6895	139.6917	
96347	FPO AA	fpo-aa				35.4333	139.65	
96348	FPO AA	fpo-aa				35.4333	139.65	
96349	FPO AA	fpo-aa				35.2836	139.6672	
96350	FPO AA	fpo-aa				35.2836	139.6672	
96362	FPO AA	fpo-aa				26.3	127.7667	
96364	APO AA	apo-aa				26.3652	127.7586	
96365	APO STA	apo-sta				26.3652	127.7586	
96367	APO AA	apo-aa				26.3652	127.7586	
96368	APO AA	apo-aa				26.3652	127.7586	
96370	FPO AA	fpo-aa				26.35	127.7667	
96372	FPO AA	fpo-aa				26.2872	127.7731	
96373	FPO AA	fpo-aa				26.3835	127.8414	
96374	APO AA	apo-aa				26.2644	127.7244	
96375	FPO AA	fpo-aa				26.2644	127.7244	
96376	APO AA	apo-aa				26.2644	127.7244	
96377	FPO AA	fpo-aa				26.3905	127.8588	
96378	APO AA	apo-aa				26.3086	127.7804	
96379	FPO AA	fpo-aa				26.3086	127.7804	
96382	FPO AA	fpo-aa				27	142.1667	
96390	APO AA	apo-aa				-23.697	133.8818	
96407	APO AA	apo-aa				15.15	120.5833	
96408	APO AA	apo-aa				15.15	120.5833	
96409	APO AA	apo-aa				15.15	120.5833	
96410	APO AA	apo-aa				15.15	120.5833	
96411	APO AA	apo-aa				15.15	120.5833	
96415	FPO AA	fpo-aa				15.3312	120.5898	
96419	FPO AA	fpo-aa				15.1423	120.9757	
96428	APO AA	apo-aa				14.6042	120.9822	
96431	APO AA	apo-aa				15.15	120.5833	
96432	APO AA	apo-aa				15.15	120.5833	
96434	APO AA	apo-aa				15.15	120.5833	
96440	APO AA	apo-aa				14.6042	120.9822	
96445	FPO AA	fpo-aa				15.1423	120.9757	
96447	APO AA	apo-aa				16.6159	120.3166	
96450	FPO AA	fpo-aa				14.7944	120.2714	
96451	FPO AA	fpo-aa				14.7944	120.2714	
96452	FPO AA	fpo-aa				14.7944	120.2714	
96454	FPO AA	fpo-aa				14.7944	120.2714	
96456	FPO AA	fpo-aa				15.3312	120.5898	
96468	APO AA	apo-aa				13.754	100.5014	
96498	APO AA	apo-aa				14.7484	120.965	
96505	FPO AA	fpo-aa				51.88	-176.6581	4
96506	FPO AA	fpo-aa				51.88	-176.6581	4
96507	FPO AA	fpo-aa				51.5672	178.8775	4
96508	APO AA	apo-aa				45.7833	-86.7001	4
96509	APO AA	apo-aa				64.3006	-149.1128	4
96510	APO AA	apo-aa				64.7361	-156.9372	4
96511	FPO AA	fpo-aa				34.2322	132.5666	
96512	APO AA	apo-aa				52.7242	174.1189	4
96513	APO AA	apo-aa				58.6883	-156.6614	4
96514	FPO AA	fpo-aa				28.228	-177.389	
96516	FPO AA	fpo-aa				28.228	-177.389	
96517	FPO AA	fpo-aa				34.2322	132.5666	
96518	APO AA	apo-aa				19.2811	166.6434	
96520	APO AA	apo-aa				-6.2146	106.8451	
96521	FPO AA	fpo-aa				22.2783	114.1747	
96522	FPO AA	fpo-aa				22.2783	114.1747	
96531	FPO AA	fpo-aa				-43.5333	172.6333	
96534	FPO AA	fpo-aa				1.2897	103.8501	
96539	FPO AA	fpo-aa				13.4757	144.7489	
96540	FPO AA	fpo-aa				13.4757	144.7489	
96541	APO AA	apo-aa				13.4757	144.7489	
96542	APO AA	apo-aa				13.4757	144.7489	
96543	APO AA	apo-aa				13.4757	144.7489	
96546	APO AA	apo-aa				13.754	100.5014	
96548	APO AA	apo-aa				-23.6975	133.8836	
96549	APO AA	apo-aa				-35.3065	149.1162	
96550	FPO AA	fpo-aa				-21.9306	114.1209	
96551	APO AA	apo-aa				-37.847	144.9809	
96552	APO AA	apo-aa				-31.1998	136.8326	
96553	APO AA	apo-aa				-33.8678	151.2073	
96554	APO AA	apo-aa				-33.8678	151.2073	
96556	APO AA	apo-aa				19.7542	-155.5858	4
96558	APO AA	apo-aa				19.7542	-155.5858	4
96598	FPO AA	fpo-aa				-89.9976	139.2729	
96599	FPO AA	fpo-aa				-77.846	166.676	
96860	FPO AA	fpo-aa				21.3448	-157.9774	4
96863	FPO AA	fpo-aa				21.4505	-157.768	4
\.


--
-- Name: groop_id_seq; Type: SEQUENCE SET; Schema: public; Owner: g5
--

SELECT pg_catalog.setval('public.groop_id_seq', 166, true);


--
-- Name: issue_id_seq; Type: SEQUENCE SET; Schema: public; Owner: g5
--

SELECT pg_catalog.setval('public.issue_id_seq', 2519, true);


--
-- Name: person_id_seq; Type: SEQUENCE SET; Schema: public; Owner: g5
--

SELECT pg_catalog.setval('public.person_id_seq', 25869, true);


--
-- Name: wikiproject_id_seq; Type: SEQUENCE SET; Schema: public; Owner: g5
--

SELECT pg_catalog.setval('public.wikiproject_id_seq', 8, true);


--
-- Name: groop groop_name_key; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.groop
    ADD CONSTRAINT groop_name_key UNIQUE (name);


--
-- Name: groop groop_pkey; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.groop
    ADD CONSTRAINT groop_pkey PRIMARY KEY (id);


--
-- Name: groop groop_slug_key; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.groop
    ADD CONSTRAINT groop_slug_key UNIQUE (slug);


--
-- Name: issue issue_pkey; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.issue
    ADD CONSTRAINT issue_pkey PRIMARY KEY (id);


--
-- Name: issue issue_slug_key; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.issue
    ADD CONSTRAINT issue_slug_key UNIQUE (slug);


--
-- Name: person_groop person_groop_pkey; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.person_groop
    ADD CONSTRAINT person_groop_pkey PRIMARY KEY (id_person, id_groop);


--
-- Name: person person_pkey; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.person
    ADD CONSTRAINT person_pkey PRIMARY KEY (id);


--
-- Name: person person_slug_key; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.person
    ADD CONSTRAINT person_slug_key UNIQUE (slug);


--
-- Name: source source_name_key; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.source
    ADD CONSTRAINT source_name_key UNIQUE (name);


--
-- Name: source source_pkey; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.source
    ADD CONSTRAINT source_pkey PRIMARY KEY (slug);


--
-- Name: wikiproject_act wikiproject_act_pkey; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject_act
    ADD CONSTRAINT wikiproject_act_pkey PRIMARY KEY (id_project, id_person);


--
-- Name: wikiproject_issue wikiproject_issue_pkey; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject_issue
    ADD CONSTRAINT wikiproject_issue_pkey PRIMARY KEY (id_issue, id_project);


--
-- Name: wikiproject wikiproject_name_key; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject
    ADD CONSTRAINT wikiproject_name_key UNIQUE (name);


--
-- Name: wikiproject_person wikiproject_person_pkey; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject_person
    ADD CONSTRAINT wikiproject_person_pkey PRIMARY KEY (id_project, id_person);


--
-- Name: wikiproject wikiproject_pkey; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject
    ADD CONSTRAINT wikiproject_pkey PRIMARY KEY (id);


--
-- Name: wikiproject wikiproject_slug_key; Type: CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject
    ADD CONSTRAINT wikiproject_slug_key UNIQUE (slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: be; Owner: g5
--

CREATE INDEX idx_cities_geoid ON be.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: be; Owner: g5
--

CREATE INDEX idx_cities_slug ON be.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: be; Owner: g5
--

CREATE INDEX idx_postal_slug ON be.postal USING btree (place_slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: ch; Owner: g5
--

CREATE INDEX idx_cities_geoid ON ch.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: ch; Owner: g5
--

CREATE INDEX idx_cities_slug ON ch.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: ch; Owner: g5
--

CREATE INDEX idx_postal_slug ON ch.postal USING btree (place_slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: de; Owner: g5
--

CREATE INDEX idx_cities_geoid ON de.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: de; Owner: g5
--

CREATE INDEX idx_cities_slug ON de.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: de; Owner: g5
--

CREATE INDEX idx_postal_slug ON de.postal USING btree (place_slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: dz; Owner: g5
--

CREATE INDEX idx_cities_geoid ON dz.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: dz; Owner: g5
--

CREATE INDEX idx_cities_slug ON dz.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: dz; Owner: g5
--

CREATE INDEX idx_postal_slug ON dz.postal USING btree (place_slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: es; Owner: g5
--

CREATE INDEX idx_cities_geoid ON es.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: es; Owner: g5
--

CREATE INDEX idx_cities_slug ON es.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: es; Owner: g5
--

CREATE INDEX idx_postal_slug ON es.postal USING btree (place_slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: fr; Owner: g5
--

CREATE INDEX idx_cities_geoid ON fr.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: fr; Owner: g5
--

CREATE INDEX idx_cities_slug ON fr.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: fr; Owner: g5
--

CREATE INDEX idx_postal_slug ON fr.postal USING btree (place_slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: it; Owner: g5
--

CREATE INDEX idx_cities_geoid ON it.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: it; Owner: g5
--

CREATE INDEX idx_cities_slug ON it.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: it; Owner: g5
--

CREATE INDEX idx_postal_slug ON it.postal USING btree (place_slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: lu; Owner: g5
--

CREATE INDEX idx_cities_geoid ON lu.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: lu; Owner: g5
--

CREATE INDEX idx_cities_slug ON lu.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: lu; Owner: g5
--

CREATE INDEX idx_postal_slug ON lu.postal USING btree (place_slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: ma; Owner: g5
--

CREATE INDEX idx_cities_geoid ON ma.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: ma; Owner: g5
--

CREATE INDEX idx_cities_slug ON ma.cities USING btree (slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: mc; Owner: g5
--

CREATE INDEX idx_cities_geoid ON mc.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: mc; Owner: g5
--

CREATE INDEX idx_cities_slug ON mc.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: mc; Owner: g5
--

CREATE INDEX idx_postal_slug ON mc.postal USING btree (place_slug);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: nl; Owner: g5
--

CREATE INDEX idx_cities_geoid ON nl.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: nl; Owner: g5
--

CREATE INDEX idx_cities_slug ON nl.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: nl; Owner: g5
--

CREATE INDEX idx_postal_slug ON nl.postal USING btree (place_slug);


--
-- Name: group_slug_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX group_slug_idx ON public.groop USING btree (slug);


--
-- Name: person_groop_id_groop_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX person_groop_id_groop_idx ON public.person_groop USING btree (id_groop);


--
-- Name: person_groop_id_person_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX person_groop_id_person_idx ON public.person_groop USING btree (id_person);


--
-- Name: person_slug_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX person_slug_idx ON public.person USING btree (slug);


--
-- Name: search_day_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX search_day_idx ON public.search USING btree (day);


--
-- Name: search_slug_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX search_slug_idx ON public.search USING btree (slug);


--
-- Name: wikiproject_act_person_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX wikiproject_act_person_idx ON public.wikiproject_act USING btree (id_person);


--
-- Name: wikiproject_act_project_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX wikiproject_act_project_idx ON public.wikiproject_act USING btree (id_project);


--
-- Name: wikiproject_issue_id_issue_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX wikiproject_issue_id_issue_idx ON public.wikiproject_issue USING btree (id_issue);


--
-- Name: wikiproject_issue_id_project_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX wikiproject_issue_id_project_idx ON public.wikiproject_issue USING btree (id_project);


--
-- Name: wikiproject_person_person_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX wikiproject_person_person_idx ON public.wikiproject_person USING btree (id_person);


--
-- Name: wikiproject_person_project_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX wikiproject_person_project_idx ON public.wikiproject_person USING btree (id_project);


--
-- Name: wikiproject_slug_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX wikiproject_slug_idx ON public.wikiproject USING btree (slug);


--
-- Name: wikirecent_date_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX wikirecent_date_idx ON public.wikirecent USING btree (dateadd);


--
-- Name: wikirecent_person_idx; Type: INDEX; Schema: public; Owner: g5
--

CREATE INDEX wikirecent_person_idx ON public.wikirecent USING btree (id_person);


--
-- Name: idx_cities_geoid; Type: INDEX; Schema: us; Owner: g5
--

CREATE INDEX idx_cities_geoid ON us.cities USING btree (geoid);


--
-- Name: idx_cities_slug; Type: INDEX; Schema: us; Owner: g5
--

CREATE INDEX idx_cities_slug ON us.cities USING btree (slug);


--
-- Name: idx_postal_slug; Type: INDEX; Schema: us; Owner: g5
--

CREATE INDEX idx_postal_slug ON us.postal USING btree (place_slug);


--
-- Name: person_groop person_groop_id_groop_fkey; Type: FK CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.person_groop
    ADD CONSTRAINT person_groop_id_groop_fkey FOREIGN KEY (id_groop) REFERENCES public.groop(id);


--
-- Name: person_groop person_groop_id_person_fkey; Type: FK CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.person_groop
    ADD CONSTRAINT person_groop_id_person_fkey FOREIGN KEY (id_person) REFERENCES public.person(id);


--
-- Name: wikiproject_issue wikiproject_issue_id_issue_fkey; Type: FK CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject_issue
    ADD CONSTRAINT wikiproject_issue_id_issue_fkey FOREIGN KEY (id_issue) REFERENCES public.issue(id);


--
-- Name: wikiproject_issue wikiproject_issue_id_project_fkey; Type: FK CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject_issue
    ADD CONSTRAINT wikiproject_issue_id_project_fkey FOREIGN KEY (id_project) REFERENCES public.wikiproject(id);


--
-- Name: wikiproject_person wikiproject_person_id_person_fkey; Type: FK CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject_person
    ADD CONSTRAINT wikiproject_person_id_person_fkey FOREIGN KEY (id_person) REFERENCES public.person(id);


--
-- Name: wikiproject_person wikiproject_person_id_project_fkey; Type: FK CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject_person
    ADD CONSTRAINT wikiproject_person_id_project_fkey FOREIGN KEY (id_project) REFERENCES public.wikiproject(id);


--
-- Name: wikirecent wikirecent_id_person_fkey; Type: FK CONSTRAINT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikirecent
    ADD CONSTRAINT wikirecent_id_person_fkey FOREIGN KEY (id_person) REFERENCES public.person(id);


--
-- Name: SCHEMA public; Type: ACL; Schema: -; Owner: postgres
--

GRANT USAGE ON SCHEMA public TO openg_anon;


--
-- Name: TABLE groop; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.groop TO openg_anon;


--
-- Name: TABLE issue; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.issue TO openg_anon;


--
-- Name: TABLE person; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.person TO openg_anon;


--
-- Name: TABLE person_groop; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.person_groop TO openg_anon;


--
-- Name: TABLE search; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.search TO openg_anon;


--
-- Name: TABLE source; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.source TO openg_anon;


--
-- Name: TABLE stats; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.stats TO openg_anon;


--
-- Name: TABLE wikiproject; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.wikiproject TO openg_anon;


--
-- Name: TABLE wikiproject_issue; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.wikiproject_issue TO openg_anon;


--
-- Name: TABLE view_issue; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.view_issue TO openg_anon;


--
-- Name: TABLE view_person_groop; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.view_person_groop TO openg_anon;


--
-- Name: TABLE view_wikiproject_issue; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.view_wikiproject_issue TO openg_anon;


--
-- Name: TABLE wikiproject_person; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.wikiproject_person TO openg_anon;


--
-- Name: TABLE view_wikiproject_person; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.view_wikiproject_person TO openg_anon;


--
-- Name: TABLE wikiproject_act; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.wikiproject_act TO openg_anon;


--
-- Name: TABLE wikirecent; Type: ACL; Schema: public; Owner: g5
--

GRANT SELECT ON TABLE public.wikirecent TO openg_anon;


--
-- PostgreSQL database dump complete
--

